Skip to content

Version 0.10.0

Compare
Choose a tag to compare
@devkral devkral released this 26 Aug 13:39
· 8 commits to main since this release
36dfe9a

Added

  • full_isolation parameter. Isolate the force_rollback Connection in a thread.
  • Timeouts for operations.

Fixed

  • batched_iterate interface of Connection differed from the one of Database.
  • iterate interface of Connection differed from the one of Database.
  • Hooks were called on automatically created Database objects.
  • More multithreading safety.