Releases: elixir-sqlite/ecto_sqlite3
Releases · elixir-sqlite/ecto_sqlite3
v0.8.1
What's Changed
- unpaired quote by @greg-rychlewski in #86
- Add from hints by @pavancse17 in #88
New Contributors
- @pavancse17 made their first contribution in #88
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Disable logging integration test by @greg-rychlewski in #80
- Join hints by @greg-rychlewski in #83
- extract json tests by @greg-rychlewski in #82
- configurable datetime type by @greg-rychlewski in #84
- Bump Elixir version to 1.11 by @greg-rychlewski in #85
Full Changelog: v0.7.7...v0.8.0
v0.7.7
v0.7.6
What's Changed
- docs: Add documentation on the binary_id_type and uuid_type options by @Blond11516 in #73
- Implement explain query plan by @LostKobrakai in #77
Full Changelog: v0.7.5...v0.7.6
v0.7.5
What's Changed
- Fix/create table options list guard by @Blond11516 in #69
- fix: Generate binary_id values according to the binary_id_type config by @Blond11516 in #72
Full Changelog: v0.7.4...v0.7.5
v0.7.4
v0.7.3
Added
- Information to the help docs about utilizing
exqlite
with database encryption.
Changed
- Raise more meaningful error when an expression fails to match. Backported from ecto_sql#362.
v0.7.2
v0.7.1
Fixed
- Backport of default drops to
:restrict
are now backwards compatible with older versions ofecto_sql
. We don't really have support fordrop index ... cascade
as it is not in the grammer of sqlite.
v0.7.0
Changed
- Update dependencies to the latest.
- Drop support for OTP 20. It is not supported by
telemetry
and won't compile. For now we will just support Elixir 1.8 and OTP 21.