Releases: elixir-sqlite/ecto_sqlite3
Releases · elixir-sqlite/ecto_sqlite3
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.