1 # -----------------------------------------------------------
3 # -----------------------------------------------------------
4 * Added "COMMENT ON *" syntax to PostgreSQL parser
6 * Some fixes to Oracle parser as reported by Gail Binkley
8 * Added support in PostgreSQL parser for all "ALTER TABLE" statements
10 * Now distributing sqlt-diff script as it's pretty usable
12 * Added new options to sqlt-graph and GraphViz producer (Dave Cash)
14 # -----------------------------------------------------------
16 # -----------------------------------------------------------
18 * Increased version of Constants module to 1.41 to avoid a problem
19 where 0.02 has 1.4 of that file and 0.03 had 1.06 which confused
22 * Hard-coded all the PREREQ_PM modules in Makefile.PL (rather than
23 setting them dynamically) so that automated tests would pass
25 # -----------------------------------------------------------
27 # -----------------------------------------------------------
29 * Added parsers: XML::SQLFairy, Sybase, SQLite, DBI-MySQL,
30 DBI-PostgreSQL, DBI-SQLite, DBI-Sybase, Storable, YAML
32 * Added producers: XML::SQLFairy, TTSchema, Storable, YAML
34 * HTML producer now uses stylesheets to allow easy customization of colors
36 * Many bug fixes to most every module
38 * Added "sqlt-dumper" script to help create a script for dumping
39 a database a la "mysqldump"
41 * Reversed the arrowheads on the graphical producers to show the
42 relationships in a more standard way
44 * Changes all included script names to start with "sqlt"
46 * Added capturing and printing most embedded table and field comments
48 # -----------------------------------------------------------
50 # -----------------------------------------------------------
52 * Added parsers for Excel and Oracle
54 * Removed Sybase parser because it didn't actually work
56 * Added ClassDBI, Diagram, GraphViz, HTML, POD, SQLite, Sybase producers
58 * Added Schema classes to represent schema as objects
60 * Removed "Raw" producer in favor of the Schema classes
62 * Removed "Validator" class as the Schema classes validate themselves
64 * Improved all existing parsers and producers, expanding them to
65 handle foreign keys much better, produce better output, etc.
67 * Added sqlt-diagram.pl and sqlt-graphviz.pl as CLI frontends to the
70 * Added sql_translator.cgi as a web-form frontend to graphical producers
74 # -----------------------------------------------------------
76 # -----------------------------------------------------------
78 * Added parsers: XML::SQLFairy, Sybase, SQLite, DBI-MySQL,
79 DBI-PostgreSQL, DBI-SQLite, DBI-Sybase, Storable, YAML
81 * Added producers: XML::SQLFairy, TTSchema, Storable, YAML
83 * HTML producer now uses stylesheets to allow easy customization of colors
85 * Many bug fixes to most every module
87 * Added "sqlt-dumper" script to help create a script for dumping
88 a database a la "mysqldump"
90 * Reversed the arrowheads on the graphical producers to show the
91 relationships in a more standard way
93 * Changes all included script names to start with "sqlt"
95 * Added capturing and printing most embedded table and field comments