X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=da96e378f3924492d21882cad0d1331e4a545212;hb=22529e3659302b48490343027ef560a1551e21ab;hp=bfb547c180cceaa76b9e147038b1b0bfb411d273;hpb=aa4dc4dcf15e544b0c4de1be4ef1652e46b46d83;p=dbsrgits%2FSQL-Translator.git diff --git a/Changes b/Changes index bfb547c..da96e37 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,28 @@ +* Proper quoting support in SQLite +* Support for triggers in PostgreSQL producer and parser +* Correct Data Type in SQLT::Parser::DBI::PostgreSQL (patch from Andrew Pam) +* Fix index issue in SQLT::Parser::DBI::PostgreSQL +* Add column and table comments in SQLT::Parser::DBI::PostgreSQL(patch from Andrew Pam) +* Fixed alter_drop_constraint for foreign keys and applying multiple changes + via alter_field to a column in Postgres Producer +* added a working mechanism for naming foreign keys in the PostgreSQL producer +* Fix possible name duplication in SQLlite producer +* Oracle does not accept ON DELETE/UPDATE RESTRICT (though it is the actual default) + fix by not adding the ON DELETE/UPDATE clause at all +* Changed dependency on Digest::SHA1 to the core-bundled Digest::SHA (RT#67989) +* Support for double quoted and bit strings as default values in MySQL parser +* Check in MySQL parser to avoid trying to parse a table defined twice in the same + file as indices (and probably other things) get messed up + +# ---------------------------------------------------------- +# 0.11010 2011-10-05 +# ---------------------------------------------------------- + +* Add "if exists" to drop view statements in Pg. + # ---------------------------------------------------------- # 0.11009 2011-09-02 +# ---------------------------------------------------------- * Fix MySQL producer to properly quote all table names on output (patch from geistteufel)