Skip to content

Commit

Permalink
Release commit for 1.64
Browse files Browse the repository at this point in the history
 * 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)
  • Loading branch information
rabbiveesh committed Dec 22, 2023
1 parent 84c7b7f commit f872822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changes for SQL::Translator

FEATURES
1.64 - 2023-12-22
* support EXCLUDE constraints in Postgres (thansk @KES777)
* Improve enums in the PostgrSQL family (thanks @nrdvana)
* Add index length options for MySQL (thanks @abeverley)
Expand Down

0 comments on commit f872822

Please sign in to comment.