1 # -----------------------------------------------------------
3 # -----------------------------------------------------------
4 * Added SQL::Translator::Manual
6 * Installation process now uses Module::Build
8 * Added new "Dumper" producer
10 * Changed the native SQL Fairy XML format to a fixed mapping.
11 *NB:* You should convert your existing XML schema. See the
12 SQL::Translator::Parser::XML::SQLFairy docs.
14 * Added producers: TT::Base and TT::Table.
16 # -----------------------------------------------------------
18 # -----------------------------------------------------------
19 * Added "COMMENT ON *" syntax to PostgreSQL parser
21 * Some fixes to Oracle parser as reported by Gail Binkley
23 * Added support in PostgreSQL parser for all "ALTER TABLE" statements
25 * Now distributing sqlt-diff script as it's pretty usable
27 * Added new options to sqlt-graph and GraphViz producer (Dave Cash)
29 # -----------------------------------------------------------
31 # -----------------------------------------------------------
33 * Increased version of Constants module to 1.41 to avoid a problem
34 where 0.02 has 1.4 of that file and 0.03 had 1.06 which confused
37 * Hard-coded all the PREREQ_PM modules in Makefile.PL (rather than
38 setting them dynamically) so that automated tests would pass
40 # -----------------------------------------------------------
42 # -----------------------------------------------------------
44 * Added parsers: XML::SQLFairy, Sybase, SQLite, DBI-MySQL,
45 DBI-PostgreSQL, DBI-SQLite, DBI-Sybase, Storable, YAML
47 * Added producers: XML::SQLFairy, TTSchema, Storable, YAML
49 * HTML producer now uses stylesheets to allow easy customization of colors
51 * Many bug fixes to most every module
53 * Added "sqlt-dumper" script to help create a script for dumping
54 a database a la "mysqldump"
56 * Reversed the arrowheads on the graphical producers to show the
57 relationships in a more standard way
59 * Changes all included script names to start with "sqlt"
61 * Added capturing and printing most embedded table and field comments
63 # -----------------------------------------------------------
65 # -----------------------------------------------------------
67 * Added parsers for Excel and Oracle
69 * Removed Sybase parser because it didn't actually work
71 * Added ClassDBI, Diagram, GraphViz, HTML, POD, SQLite, Sybase producers
73 * Added Schema classes to represent schema as objects
75 * Removed "Raw" producer in favor of the Schema classes
77 * Removed "Validator" class as the Schema classes validate themselves
79 * Improved all existing parsers and producers, expanding them to
80 handle foreign keys much better, produce better output, etc.
82 * Added sqlt-diagram.pl and sqlt-graphviz.pl as CLI frontends to the
85 * Added sql_translator.cgi as a web-form frontend to graphical producers
89 # -----------------------------------------------------------
91 # -----------------------------------------------------------
93 * Added parsers: XML::SQLFairy, Sybase, SQLite, DBI-MySQL,
94 DBI-PostgreSQL, DBI-SQLite, DBI-Sybase, Storable, YAML
96 * Added producers: XML::SQLFairy, TTSchema, Storable, YAML
98 * HTML producer now uses stylesheets to allow easy customization of colors
100 * Many bug fixes to most every module
102 * Added "sqlt-dumper" script to help create a script for dumping
103 a database a la "mysqldump"
105 * Reversed the arrowheads on the graphical producers to show the
106 relationships in a more standard way
108 * Changes all included script names to start with "sqlt"
110 * Added capturing and printing most embedded table and field comments