ruby-mdbx/ext/mdbx_ext
mahlon@martini.nu ca34f9fdc5 Multiple changes.
- Alter the behavior of #clear, so it doesn't destroy collection
   environments, but just empties them.
 - Add #drop, which explictly -does- destroy a collection environment.
 - Run all cursor methods through rb_protect, to ensure proper
   cursor cleanup in the event of an exception mid iteration.
 - Fix the block form of collections to support multiple scopes.
 - Switching to a collection now automatically creates its environment.
 - Add include? and has_key?, for presence checks without allocating
   value memory or requiring deserialization.

FossilOrigin-Name: e1ed7bf613981607bb3b57ce7dd3e58b94ea3046e140b6dc37440da8d2909f94
2021-04-08 22:27:47 +00:00
..
database.c Multiple changes. 2021-04-08 22:27:47 +00:00
extconf.rb Initial layout/commit. 2020-11-19 02:06:45 +00:00
mdbx_ext.c Start blocking out some documentation. 2021-02-14 09:47:04 +00:00
mdbx_ext.h Start blocking out some documentation. 2021-02-14 09:47:04 +00:00
stats.c Move utility conditional transactions to a helper wrapper. 2021-03-15 07:39:01 +00:00