Added INSERT and UPDATE placeholders to get parser to not barf on those.
[dbsrgits/SQL-Translator.git] / TODO
diff --git a/TODO b/TODO
index 3503ff9..5d4c976 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,16 +1,14 @@
-Define structure of the data returned by parsers:
-  o Producers need to know what to expect
-  o For testing purposes, we need to know if parsers are returning
-    something reasonable
+-   Diagram producer could benefit from some real graphing algorithms to
+    better distribute the boxes.
 
-Modules to be written/finished
-    SQL::Translator::Validator
-    SQL::Translator::Parser::xSV
-    SQL::Translator::Producer::MySQL
-    SQL::Translator::Parser::Xls
+-   Some way to deeply check to schema objects, e.g., for testing I
+    parse a MySQL schema, translate to Oracle, then parse the created
+    Oracle schema and want to check the two schema objects.
 
-Should the parsers return an instance instead of a data structure?  It
-would make traversing the data structure easier.
+-   Add parsers and producers for Torque XML/DB schema
+    (http://db.apache.org/torque/)
 
+-   Allow xSV/Excel parsers to produce INSERT statements of data in source
+    files, properly quoting strings
 
-# vim: set sw=2 ts=2 tw=70 fo=trcqo:
+-   Allow pass through of INSERT statements (e.g., default data)