Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbiveesh committed Dec 22, 2023
1 parent 0060bdc commit 84c7b7f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Changes for SQL::Translator

FEATURES
* support EXCLUDE constraints in Postgres (thansk @KES777)
* Improve enums in the PostgrSQL family (thanks @nrdvana)
* Add index length options for MySQL (thanks @abeverley)
* you can pass fields for an index now as { name => $name, prefix_length => 9001 }

FIXES
* fix spurious on_update/on_delete in diffs (thanks @nrdvana)
* CI improvements (thanks @eserte)
* AUTOINCREMENT is now correctly parsed for SQLite (thanks @nrdvana)

1.63 - 2023-02-23
* sqlt-diff: Change producer_args to sqlt_args for better self-documentation
NOTE - using producer_args will now throw a deprecation warning
Expand Down

0 comments on commit 84c7b7f

Please sign in to comment.