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