add to changes
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index 79df63d..bbe5476 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,19 @@
+# ----------------------------------------------------------
+# 0.11006
+# ----------------------------------------------------------
+* Fix Producer::Oracle varchar2 without size def (ORA-00906: missing right parenthesis)
+* Fix Producer::Oracle translate float to float and double to float(126)
+
+# ----------------------------------------------------------
+# 0.11005 2010-02-24
+# ----------------------------------------------------------
 * Fix Parser::DBI::Oracle reading too many tables (RT#49413)
 * Fix Parser::MySQL tripping up on PRIMARY KEY ... USING (currently value is ignored) (RT#50468)
 * Fix runaway debug trace (RT#52276)
 * Fix Parser::PostgreSQL choking on commit; statements in DDL (#RT52277)
+* Producer::Oracle now respects quote_field|table_names, and
+  no longer does name munging of reserved table names
+* Producer::Oracle now correctly outputs databse-unique index names
 
 # ----------------------------------------------------------
 # 0.11004 2010-02-14