From 84c7b7f3be34a1b79906dc4159c4fe534d8f48f9 Mon Sep 17 00:00:00 2001 From: Veesh Goldman Date: Fri, 22 Dec 2023 09:53:17 +0000 Subject: [PATCH] changes --- Changes | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changes b/Changes index 72bbd592..237767ff 100644 --- a/Changes +++ b/Changes @@ -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