Skip to content

Releases: ash-project/ash_sqlite

v0.2.17

22 Apr 21:04

Choose a tag to compare

Bug Fixes:

  • ensure atomic updates properly update all fields by Zach Daniel

v0.2.16

05 Mar 20:59

Choose a tag to compare

Bug Fixes:

  • bulk_create with upsert now updates update_timestamp fields by Michael Bärtschi

  • bulk_create with upsert now updates update_timestamp fields (#207) by Michael Bärtschi

  • Handle nil default values in migration generator by Zach Daniel

  • don't double count renaming & adding attributes by Zach Daniel

Improvements:

  • support positional name argument in generate_migrations by Zach Daniel

  • read touch_update_defaults? from options instead of changeset context (#208) by Michael Bärtschi

  • support nils_distinct? in identities by Zach Daniel

v0.2.12

22 Jul 15:23

Choose a tag to compare

Bug Fixes:

  • Reverse migrations order when reverting dev migrations (#167) by Kenneth Kostrešević

  • update ecto & ecto_sql by Zach Daniel

Improvements:

  • make rollback more reliable by using --to instead of -n by Zach Daniel