Increased VERSION to 0.04 to make a fix-up release.
[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
d3e95970 32
33# -----------------------------------------------------------
dc3572b4 34# 0.03 2003-11-06
d3e95970 35# -----------------------------------------------------------
36
dc3572b4 37* Added parsers: XML::SQLFairy, Sybase, SQLite, DBI-MySQL,
38 DBI-PostgreSQL, DBI-SQLite, DBI-Sybase, Storable, YAML
d3e95970 39
dc3572b4 40* Added producers: XML::SQLFairy, TTSchema, Storable, YAML
41
42* HTML producer now uses stylesheets to allow easy customization of colors
d3e95970 43
44* Many bug fixes to most every module
45
a3e70d0b 46* Added "sqlt-dumper" script to help create a script for dumping
d3e95970 47 a database a la "mysqldump"
48
49* Reversed the arrowheads on the graphical producers to show the
50 relationships in a more standard way
a3e70d0b 51
52* Changes all included script names to start with "sqlt"
53
dc3572b4 54* Added capturing and printing most embedded table and field comments