mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
2.5 KiB
2.5 KiB
v0.19.0 (2022-01-28)
- Update to crystal-db ~> 0.11.0. (#77)
- Fix timestamps support to allow dealing with exact seconds values (#68, thanks @yujiri8, @tenebrousedge)
- Migrate CI to GitHub Actions. (#78)
This release requires Crystal 1.0.0 or later.
v0.18.0 (2021-01-26)
- Add
REGEXP
support powered by Crystal's std-lib Regex. (#62, thanks @yujiri8)
v0.17.0 (2020-09-30)
- Update to crystal-db ~> 0.10.0. (#58)
This release requires Crystal 0.35.0 or later.
v0.16.0 (2020-04-06)
- Update to crystal-db ~> 0.9.0. (#55)
v0.15.0 (2019-12-11)
- Update to crystal-db ~> 0.8.0. (#50)
v0.14.0 (2019-09-23)
- Update to crystal-db ~> 0.7.0. (#44)
v0.13.0 (2019-08-02)
- Fix compatibility issues for Crystal 0.30.0. (#43)
v0.12.0 (2019-06-07)
This release requires crystal >= 0.28.0
- Fix compatibility issues for crystal 0.29.0 (#40)
v0.11.0 (2019-04-18)
- Fix compatibility issues for crystal 0.28.0 (#38)
- Add complete list of
LibSQLite3::Code
values. (#36, thanks @t-richards)
v0.10.0 (2018-06-18)
- 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 (2017-12-31)
- Update to crystal-db ~> 0.5.0
v0.8.3 (2017-11-07)
- 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)