Skip to content
Snippets Groups Projects
  • Malte Bauch's avatar
    114c6d21
    changed usage of sessions · 114c6d21
    Malte Bauch authored
    since sessions should be considered as a container for a sequence of
    transactions the usage of one single session for the whole database was
    removed.
    Now a session is created for each specific transaction (write/read) and
    closed after the transaction is done.
    114c6d21
    History
    changed usage of sessions
    Malte Bauch authored
    since sessions should be considered as a container for a sequence of
    transactions the usage of one single session for the whole database was
    removed.
    Now a session is created for each specific transaction (write/read) and
    closed after the transaction is done.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.