X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=2fcabb27c211998889b646e5113ef0dc5911396d;hb=5b36314d8299489928d0d4bf44702ef8a5b93550;hp=6c9c88ea7bbd9884856460766a76411e913f0163;hpb=d46a0890104e4789c6f69cb42e3771722cc3b856;p=dbsrgits%2FSQL-Translator.git diff --git a/Changes b/Changes index 6c9c88e..2fcabb2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ 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 + (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) + * Remove dependency on List::MoreUtils ( http://is.gd/lmu_cac_debacle ) + 0.11021 2015-01-29 * Fix Oracle producer generating an unnecessary / at the end in case there