- Added some stuff to MANIFEST.SKIP
[dbsrgits/SQL-Translator.git] / TODO
diff --git a/TODO b/TODO
index d535a54..1bd0713 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,9 @@
+*   Parse FOREIGN KEY / REFERENCES with SQLite as the latest version
+     supports them.
+
+*   Add Parser/Producer for ActiveRecord::Migration 
+    [http://api.rubyonrails.com/classes/ActiveRecord/Migration.html].
+
 *   The regular Sybase parser is only just functional.  If you are
     interested in using Sybase, I would suggest serializing the schema
     (via YAML or Storable) using the DBI-Sybase parser and then
 *   Possibly write a basic ANSI-92 SQL parser which could be extended
     when writing other new parsers.
 
+*   Make as many "required" modules as possible optional.  This will
+    require support in the Makefile, the tests, and the modules
+    themselves (they'll need to die gracefully if prerequisites are
+    not installed).
+
 *   Support for precompiled Parse::RecDescent grammars.
+- This is easy and I've done it locally with the DB2 parser - Jess
 
 *   More code generation producers, such as Java, PHP, and Python.