heed icon indicating copy to clipboard operation
heed copied to clipboard

MDB_WRITEMAP fix

Open timokoesters opened this issue 4 years ago • 1 comments

Avoid nested transaction for database, as these are not allowed with MDB_WRITEMAP

timokoesters avatar Jul 30 '21 10:07 timokoesters

I want to keep this MR minimal for now and get it merged. These breaking changes can happen in a new MR.

timokoesters avatar Aug 01 '21 11:08 timokoesters

Hey @timokoesters 👋

It's been a long time, sorry for the late (late) reply.

Closing this PR as it has been fixed in v0.20.0-alpha.0 which is available on crates.io or you can even use the v0.12 branch where it has also been fixed.

Kerollmops avatar Jun 27 '23 14:06 Kerollmops