Made some changes suggested by Michael Slattery to fix table level comments. Also...
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index 120ee4a..73a731a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+# -----------------------------------------------------------
+# 0.7    2005-06-10
+# -----------------------------------------------------------
+*   YAML parser supports extra attributes on tables.
+
 *   All schema objects now support the extra attribute, so can
     have arbitary name/value data attached to them.
 
     - allow trailing comma on last field in CREATE statements
     - collect the database name
 
+*   TTSchema Producer
+    - Can pass extra variables using tt_vars producer arg.
+    - Can pass extra config using tt_conf producer arg.
+    - Variables and config can be passed on the command line
+      with --tt-var and --tt-conf options to sqlt.
+
+*   Added schema filters.
+
+*   MySQL Producer
+    - Added 'mysql_table_type' extra attribute on tables.
+    - Works out InnoDB tables from constraints.
+    - mysql_charset and mysql_collate extra attributes for tables and fiels.
+
+
 # -----------------------------------------------------------
 # 0.06    2004-05-13
 # -----------------------------------------------------------