From: Jess Robinson Date: Fri, 10 Nov 2006 11:23:10 +0000 (+0000) Subject: Update TODO file X-Git-Tag: v0.11008~394 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ef8261d008851ec597bdd3f8d49669cf03239f6a;hp=2aa47c7d96e2c3e9722035cc2c76bcadea34052e;p=dbsrgits%2FSQL-Translator.git Update TODO file --- diff --git a/TODO b/TODO index 7bc7cb1..1bd0713 100644 --- 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 @@ -33,6 +39,7 @@ 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.