X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a0cc90eeb478717388f139bcbd996baf61f1ad47;hb=95044c79c230e816a4c1c3cd5f9b2b4114d3ef0f;hp=ddb34892db51b45b6bd866624f0f15ef325c39cc;hpb=c50d1a0afe9acf17c421acdfae25cf050b1da92e;p=dbsrgits%2FSQL-Translator.git diff --git a/Changes b/Changes index ddb3489..a0cc90e 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,13 @@ +* 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 # ---------------------------------------------------------- # 0.11010 2011-10-05