Skip to content

Releases: chaisql/chai

v0.2.2

31 Oct 22:40
Compare
Choose a tag to compare
  • Fix index not found error
  • Fix support for double quoted strings
  • Fix comparison of floats
  • Fix support for sql.NamedArg
  • Skip nil values during encoding of maps
  • Fix Update behaviour

v0.2.1

21 Oct 22:56
Compare
Choose a tag to compare
  • 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

v0.2.0

19 Oct 17:19
Compare
Choose a tag to compare
  • SQL support #38
  • Architectural change

v0.1.1

20 Sep 11:21
Compare
Choose a tag to compare
  • Bug fix: Do no import index package when no index used #36
  • Bug fix: Prevent panic when index matcher returns nil tree #37

v0.1.0

16 Aug 22:28
Compare
Choose a tag to compare

First release 🎉