tidwall / buntdb

BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
MIT License
4.57k stars 289 forks source link

transaction rollback doesn't work as expected #69

Closed Sora233 closed 3 years ago

Sora233 commented 3 years ago

Hello, I encountered a transaction problem.

TRY: https://play.golang.org/p/qq9KHrDWTnc

I set a=a before the transaction , but I got ErrNotFound after the transaction rollback. Did I miss anything? Thanks.

tidwall commented 3 years ago

I merged your PR, added a test, and bumped the version. I think we're good now. Thanks.