ruby-mdbx/ext/mdbx_ext
mahlon@martini.nu 81ee69295c Checkpoint.
- Fix a couple of edge cases while switching between collections.
  - Raise error if attempting to switch collections mid-transaction.
  - Add logic for re-entrancy with long-running transactions.
  - Revert to the prior collection if passing a block to #collection.
  - Add a predicate to tell if you're currently within a long-running transaction.
  - Add separate commit/rollback to long-running transactions.

FossilOrigin-Name: 711239e6fc2f25479a26fb54805da1e5db792f97f28a8b5724e0b38eb11cdb07
2021-01-25 00:36:40 +00:00
..
database.c Checkpoint. 2021-01-25 00:36:40 +00:00
extconf.rb Initial layout/commit. 2020-11-19 02:06:45 +00:00
mdbx_ext.c Multiple changes. 2020-12-22 06:24:18 +00:00
mdbx_ext.h Checkpoint. 2021-01-25 00:36:40 +00:00
stats.c Checkpoint. 2021-01-25 00:36:40 +00:00