X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=56aad08fdd42f564e9abe6cfcc85abe2cc72d41b;hb=24e769f21e0ed1efe929fe483f828c762da411fb;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=c4a7d99451382eb542722468da507d41068ea65a;p=dbsrgits%2FSQL-Translator.git diff --git a/Changes b/Changes index e69de29..56aad08 100644 --- a/Changes +++ b/Changes @@ -0,0 +1,51 @@ +# ----------------------------------------------------------- +# 0.01 2003-02-27 +# ----------------------------------------------------------- + +* Initial release. + +# ----------------------------------------------------------- +# 0.02 2003-06-17 +# ----------------------------------------------------------- + +* Added parsers for Excel and Oracle + +* Removed Sybase parser because it didn't actually work + +* Added ClassDBI, Diagram, GraphViz, HTML, POD, SQLite, Sybase producers + +* Added Schema classes to represent schema as objects + +* Removed "Raw" producer in favor of the Schema classes + +* Removed "Validator" class as the Schema classes validate themselves + +* Improved all existing parsers and producers, expanding them to + handle foreign keys much better, produce better output, etc. + +* Added sqlt-diagram.pl and sqlt-graphviz.pl as CLI frontends to the + graphical producers + +* Added sql_translator.cgi as a web-form frontend to graphical producers + +* Expanded test suite + +# ----------------------------------------------------------- +# 0.03 2003-??-?? +# ----------------------------------------------------------- + +* Added parsers: XML::SQLFairy and Sybase + +* Added producers: XML::SQLFairy, TTSchema + +* Many bug fixes to most every module + +* Added "sqlt-dumper" script to help create a script for dumping + a database a la "mysqldump" + +* Reversed the arrowheads on the graphical producers to show the + relationships in a more standard way + +* Changes all included script names to start with "sqlt" + +* Capturing and printing most table and field comments