Applied Dave Howorth's MySQL parser patches
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index 51639e7..120ee4a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,12 @@
 *   Refactoring: Added SQL::Translator::Schema::Object - base 
     class for all Schema objects.
 
+*   Changes to MySQL Parser (Dave Howorth)
+    - ignore INSERT statements
+    - permit ALTER TABLE ADD FOREIGN KEY
+    - allow trailing comma on last field in CREATE statements
+    - collect the database name
+
 # -----------------------------------------------------------
 # 0.06    2004-05-13
 # -----------------------------------------------------------