Releases: elixir-sqlite/ecto_sqlite3
Releases · elixir-sqlite/ecto_sqlite3
v0.14.0
What's Changed
- Allow subquery values in insert_all by @greg-rychlewski in #137
- Add support for nil value in datetime column by @gshaw in #136
New Contributors
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- Document that an in-memory database can be destroyed if a process dies by @Gazler in #135
- Prepare for Ecto 3.11 by @greg-rychlewski in #126
New Contributors
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Raise when trying to count a source by @greg-rychlewski in #127
- Raise if using an in memory database with pool_size != 1 by @mdwaud in #128
- improvement: support
{:unsafe_fragment, ".."}
as a conflict target by @zachdaniel in #129 - Drop elixir 1.12 and OTP 23 support by @warmwaffles in #130
New Contributors
- @mdwaud made their first contribution in #128
- @zachdaniel made their first contribution in #129
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Add connection tests for selecting binary uuid by @greg-rychlewski in #122
- Support DDL transactions by @greg-rychlewski in #123
Full Changelog: v0.10.4...v0.11.0
v0.10.4
What's Changed
- Fix binary uuid casting by @greg-rychlewski in #121
Full Changelog: v0.10.3...v0.10.4
v0.10.3
v0.10.2
v0.10.1
What's Changed
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Enable AUTOINCREMENT for serial and bigserial by @newmanjeff in #98
- Add support for sqlite strict mode. by @fire in #97
- Missing literal, selected_as and using CAST for floats. by @jeregrine in #100
- remove duplicate execute_ddl, @impl true, table prefixes by @ruslandoga in #103
- Minor change to make copy-paste painless by @jackalcooper in #106
- SQLite Update to get it closer to Postgres with ecto. by @jeregrine in #101
- Add support for Ecto 3.10 by @fredwu in #108
New Contributors
- @fire made their first contribution in #97
- @jeregrine made their first contribution in #100
- @ruslandoga made their first contribution in #103
- @jackalcooper made their first contribution in #106
- @fredwu made their first contribution in #108
Full Changelog: v0.9.1...v0.10.0
v0.9.1
What's Changed
- Fix typo in check constraint example by @benjreinhart in #95
- Use Connection.connect instead of Sqlite3.open for storage_up by @philipgiuliani in #96
New Contributors
- @benjreinhart made their first contribution in #95
- @philipgiuliani made their first contribution in #96
Full Changelog: v0.9.0...v0.9.1