- 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
- Add anonymous structs for settings and state to the internal db
instance struct.
- Allow tweaking the max_readers setting on db open.
- Allow altering database sizing/geometry values.
- Start sketching out some transaction re-entrancy.
- Refactor initialization slightly, just use the db struct
instead of additional unnecessary vars.
FossilOrigin-Name: 513f02946f7dc39001c402c1adf0697bb2852ba867685b35adbccaaaf43c6e15