Releases: chaisql/chai
Releases · chaisql/chai
v0.2.2
v0.2.1
- 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