Closed Inversion-des closed 1 year ago
store.update({}) causes the next error: #<NoMethodError: undefined method 'map' for nil:NilClass>
store.update({})
#<NoMethodError: undefined method 'map' for nil:NilClass>
Checked with :File and :Sqlite adaptors.
Gem version is 1.5.2
Fixed in #247
Thanks for reporting this - I'll do a new release now with the fix.
store.update({})
causes the next error:#<NoMethodError: undefined method 'map' for nil:NilClass>
Checked with :File and :Sqlite adaptors.
Gem version is 1.5.2