Releases: crystal-lang/crystal-sqlite3
Releases · crystal-lang/crystal-sqlite3
v0.10.0
- 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
- Update to crystal-db ~> 0.5.0
v0.8.3
- 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.2.0
- Support flags in constructor
- Added
dump
See #6
Thanks @benjolitz :-)