Don't inadvertantly close an open transaction while using hash convenience methods.

FossilOrigin-Name: 6454408d0a2347681d8030e1788f94904aa69e7502ba695f099d964a638b8d49
This commit is contained in:
Mahlon E. Smith 2021-03-15 06:52:44 +00:00
parent 6c289674dd
commit 54a9409066
4 changed files with 53 additions and 23 deletions

View file

@ -10,7 +10,7 @@ require 'mdbx_ext'
module MDBX
# The version of this gem.
VERSION = '0.1.0'
VERSION = '0.1.1'
end # module MDBX