Skip to content

v0.2.1

Compare
Choose a tag to compare
@asdine asdine released this 21 Oct 22:56
  • BoltDB engine: Fix sparse DELETE by batching the deletion of records
  • Badger engine: Fix panic when using multiple iterators during UPDATE statement
  • DB.Query / DB.Exec: Run each statement in its own transaction
  • Prefetch indexes when getting the table
  • Expect iterator instead of stream in recordutil helpers
  • Fix comparison between list with one element and single value