X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=50dd5f3bb5681f37aca67a3164df01e3d9a56e9a;hb=e773f3ff8f00ea020f5ac4cbd4360b7f0398bf7c;hp=6b576b39857c89a53e92e1256d83cbb39830de13;hpb=e533bcddea14f0d8a2c58ce6bdc06ec82ea1de8e;p=dbsrgits%2FSQL-Translator.git diff --git a/Changes b/Changes index 6b576b3..50dd5f3 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ 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) * Improve add_trigger consistency between producers (GH#48) * Declare dependencies in deterministic order (RT#102859)