better error messages for the SQLite parser
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index 0b96a40..a0cc90e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+* 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)
@@ -5,6 +6,8 @@
   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