Skip to content

v2.1.0-pre

Pre-release
Pre-release
Compare
Choose a tag to compare
@Preetam Preetam released this 31 Dec 16:53
· 11 commits to master since this release
9ff6c4c
  • Update now has an internal rollback mechanism. (#42)
    • ErrRolledBack is returned by Update when this happens.
  • Collection now has an OK method which returns false if the internal collection state isn't consistent. You should close and reopen the collection when this happens. (#42)
  • Fixed a race condition with deleted records. (#42)