forked from blue/lmdbal
Sessions to manage db open state
This commit is contained in:
parent
3701fb92a1
commit
f9902bc0b1
13 changed files with 342 additions and 124 deletions
|
@ -5,6 +5,9 @@
|
|||
- Less dereferencing
|
||||
- Transactions are now closed with the database
|
||||
- Cursors are now closed if the public transaction that opened them got closed
|
||||
- New primitive to manage database state - session
|
||||
- Stricter warnings
|
||||
- Sanitizer builds
|
||||
|
||||
### Bug fixes
|
||||
- SIGSEGV on closing database with opened transactions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue