-
- Downloads
changed usage of sessions
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.