Skip to content

Releases: crystal-lang/crystal-sqlite3

v0.11.0

11 Dec 21:04
ba1763b
Compare
Choose a tag to compare
v0.11.0

v0.10.0

18 Jun 08:36
Compare
Choose a tag to compare
  • Fix compatibility issues for crystal 0.25.0 (#34)
    • All the time instances are translated to UTC before saving them in the db

v0.9.0

31 Dec 03:26
Compare
Choose a tag to compare
  • Update to crystal-db ~> 0.5.0

v0.8.3

08 Nov 04:08
Compare
Choose a tag to compare
  • Update to crystal-db ~> 0.4.1
  • Add SQLite3::VERSION constant with shard version.
  • Add support for multi-steps statements execution. (see #27, thanks @t-richards)
  • Fix how resources are released. (see #23, thanks @benoist)
  • Fix blob c bindings. (see #28, thanks @rufusroflpunch)

v0.8.2

30 Mar 22:53
Compare
Choose a tag to compare

v0.8.1

15 Dec 18:31
Compare
Choose a tag to compare
v0.8.1

v0.2.0

17 Mar 15:20
Compare
Choose a tag to compare
  • Support flags in constructor
  • Added dump

See #6

Thanks @benjolitz :-)