Added "template" option for TTSchema produce, added docs for "pretty" and
[dbsrgits/SQL-Translator.git] / Changes
CommitLineData
eabd66e6 1# -----------------------------------------------------------
2# 0.01 2003-02-27
3# -----------------------------------------------------------
b9952639 4
eabd66e6 5* Initial release.
b9952639 6
eabd66e6 7# -----------------------------------------------------------
8# 0.02 2003-06-17
9# -----------------------------------------------------------
b9952639 10
eabd66e6 11* Added parsers for Excel and Oracle
b9952639 12
eabd66e6 13* Removed Sybase parser because it didn't actually work
b9952639 14
eabd66e6 15* Added ClassDBI, Diagram, GraphViz, HTML, POD, SQLite, Sybase producers
b9952639 16
eabd66e6 17* Added Schema classes to represent schema as objects
b9952639 18
eabd66e6 19* Removed "Raw" producer in favor of the Schema classes
b9952639 20
eabd66e6 21* Removed "Validator" class as the Schema classes validate themselves
b9952639 22
eabd66e6 23* Improved all existing parsers and producers, expanding them to
24 handle foreign keys much better, produce better output, etc.
b9952639 25
eabd66e6 26* Added sqlt-diagram.pl and sqlt-graphviz.pl as CLI frontends to the
27 graphical producers
b9952639 28
eabd66e6 29* Added sql_translator.cgi as a web-form frontend to graphical producers
150797b1 30
eabd66e6 31* Expanded test suite