X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=1bd0713eb291830b3e7ecd4bf53c60796a75192a;hb=cc74bcccd69c02f9639930e6191d5ce185368961;hp=7bc7cb1aa33523785d011d714e16bcb1438dbc7e;hpb=49c05742b8e914db42f8398b7eaf28f3e5037aae;p=dbsrgits%2FSQL-Translator.git 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.