1 # -----------------------------------------------------------
3 # -----------------------------------------------------------
7 # -----------------------------------------------------------
9 # -----------------------------------------------------------
11 * Added parsers for Excel and Oracle
13 * Removed Sybase parser because it didn't actually work
15 * Added ClassDBI, Diagram, GraphViz, HTML, POD, SQLite, Sybase producers
17 * Added Schema classes to represent schema as objects
19 * Removed "Raw" producer in favor of the Schema classes
21 * Removed "Validator" class as the Schema classes validate themselves
23 * Improved all existing parsers and producers, expanding them to
24 handle foreign keys much better, produce better output, etc.
26 * Added sqlt-diagram.pl and sqlt-graphviz.pl as CLI frontends to the
29 * Added sql_translator.cgi as a web-form frontend to graphical producers
33 # -----------------------------------------------------------
35 # -----------------------------------------------------------
37 * Added parsers: XML::SQLFairy and Sybase
39 * Added producers: XML::SQLFairy, TTSchema
41 * Many bug fixes to most every module
43 * Added "sqlt-dumper" script to help create a script for dumping
44 a database a la "mysqldump"
46 * Reversed the arrowheads on the graphical producers to show the
47 relationships in a more standard way
49 * Changes all included script names to start with "sqlt"
51 * Capturing and printing most table and field comments