Make 'default_value' behave like a real accessor
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index 6c6ad6d..6a278ee 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,15 @@
-# ----------------------------------------------------------
-# 0.11006
-# ----------------------------------------------------------
-* Fix Producer::Oracle varchar2 without size def (ORA-00906: missing right parenthesis)
+
+* Fix Producer::Oracle varchar2 without size def (ORA-00906: missing right
+  parenthesis)
 * Fix Producer::Oracle translate float and double to float instead of number
+* Fix Producer::Oracle generation of too long unique constraint names
+* Fix Producer::SQLite when generating VIEWs with add_drop_table => 1
+* Fix Field::default_value to behave like a real accessor (allow undef as
+  an unsetting argument)
+* Producer::Oracle tests now use Test::Differences
+* Prettify output of SQLite producer (less bogus newlines)
+* Augment SQLite and Pg producers to accept a perl-formatted (%d.%03d%03d)
+  and regular no-leading-zero (X.X.X) *_version producer args
 
 # ----------------------------------------------------------
 # 0.11005 2010-02-24