X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=deb821d9965b7c90d05a48cd36ba3ce1ab292cd7;hb=9c05d806e51cf7e81870cf0d022593fe212a03e4;hp=50dd5f3bb5681f37aca67a3164df01e3d9a56e9a;hpb=e773f3ff8f00ea020f5ac4cbd4360b7f0398bf7c;p=dbsrgits%2FSQL-Translator.git diff --git a/Changes b/Changes index 50dd5f3..deb821d 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,9 @@ Changes for SQL::Translator * Add support for monotonically increasing SQLite autoincs (GH#47) * Add support for CHECK constraint in SQLite producer (GH#57) * Fix forgotten quoting in the MySQL DROP TABLE diff producer (GH#50) + * Fix Pg grammar parsing of UUID, time, timetz columns (RT#100196, GH#52) + * Add support for USING and WHERE on indexes in PostgreSQL producer + and parser (RT#63814, GH#52) * Improve add_trigger consistency between producers (GH#48) * Declare dependencies in deterministic order (RT#102859) * Multiple speedups of naive internal debugging mechanism (GH#54)