Added some ideas for 0.03.
[dbsrgits/SQL-Translator.git] / TODO
CommitLineData
b4d75dc1 1- Diagram producer could benefit from some real graphing algorithms to
2 better distribute the boxes.
35bab742 3
b4d75dc1 4- Some way to deeply check to schema objects, e.g., for testing I
5 parse a MySQL schema, translate to Oracle, then parse the created
6 Oracle schema and want to check the two schema objects.
9398955f 7
b4d75dc1 8- Add parsers and producers for Torque XML/DB schema
9 (http://db.apache.org/torque/)
e99e9593 10
11- Allow xSV/Excel parsers to produce INSERT statements of data in source
12 files, properly quoting strings
13
14- Allow pass through of INSERT statements (e.g., default data)