Merge 'trunk' into 'roundtrip'
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index 987e69f..8c4716b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,25 @@
 # ----------------------------------------------------------
-# 
+# x.xxxxx xxxx-xx-xx
+# ----------------------------------------------------------
+* Properly quote absolute table names in the MySQL producer
+* Added semi-colon for (DROP|CREATE) TYPE statements in the Pg producer (wreis)
+* Added CREATE VIEW subrules for mysql parser (wreis)
+* ALTER TABLE/ALTER COLUMN/DROP DEFAULT support in Pg producer (mo)
+
+# ----------------------------------------------------------
+# 0.09004 2009-02-13
+# ----------------------------------------------------------
+* Add support for temporary tables in Pg (nachos)
+* Create Trigger support for SQLite
+* GraphViz producer improvements
+
+# ----------------------------------------------------------
+# 0.09003 2009-02-07
+# ----------------------------------------------------------
+  <BORKED RELEASE DELETED OFF CPAN>
+
+# ----------------------------------------------------------
+# 0.09002 2008-12-05
 # ----------------------------------------------------------
 * parsing MySQL CURRENT_TIMESTAMP as scalar ref so it can be produced without 
   quotes (jgoulah)