Applied Dave Howorth's MySQL parser patches
[dbsrgits/SQL-Translator.git] / Changes
1 *   All schema objects now support the extra attribute, so can
2     have arbitary name/value data attached to them.
3
4 *   Refactoring: Added SQL::Translator::Schema::Object - base 
5     class for all Schema objects.
6
7 *   Changes to MySQL Parser (Dave Howorth)
8     - ignore INSERT statements
9     - permit ALTER TABLE ADD FOREIGN KEY
10     - allow trailing comma on last field in CREATE statements
11     - collect the database name
12
13 # -----------------------------------------------------------
14 # 0.06    2004-05-13
15 # -----------------------------------------------------------
16 *   Added SQL::Translator::Manual
17
18 *   Installation process now uses Module::Build
19
20 *   Added new "Dumper" producer
21
22 *   Changed the native SQL Fairy XML format to a fixed mapping.
23     *NB:* You should convert your existing XML schema. See the
24     SQL::Translator::Parser::XML::SQLFairy docs.
25
26 *   Added producers: TT::Base and TT::Table.
27
28 # -----------------------------------------------------------
29 # 0.05    2004-02-27
30 # -----------------------------------------------------------
31 *   Added "COMMENT ON *" syntax to PostgreSQL parser
32
33 *   Some fixes to Oracle parser as reported by Gail Binkley
34
35 *   Added support in PostgreSQL parser for all "ALTER TABLE" statements
36
37 *   Now distributing sqlt-diff script as it's pretty usable
38
39 *   Added new options to sqlt-graph and GraphViz producer (Dave Cash)
40
41 # -----------------------------------------------------------
42 # 0.04    2003-11-07
43 # -----------------------------------------------------------
44
45 *   Increased version of Constants module to 1.41 to avoid a problem 
46     where 0.02 has 1.4 of that file and 0.03 had 1.06 which confused
47     CPAN
48
49 *   Hard-coded all the PREREQ_PM modules in Makefile.PL (rather than
50     setting them dynamically) so that automated tests would pass
51
52 # -----------------------------------------------------------
53 # 0.03    2003-11-06
54 # -----------------------------------------------------------
55
56 *   Added parsers: XML::SQLFairy, Sybase, SQLite, DBI-MySQL, 
57     DBI-PostgreSQL, DBI-SQLite, DBI-Sybase, Storable, YAML
58
59 *   Added producers: XML::SQLFairy, TTSchema, Storable, YAML
60
61 *   HTML producer now uses stylesheets to allow easy customization of colors
62
63 *   Many bug fixes to most every module
64
65 *   Added "sqlt-dumper" script to help create a script for dumping
66     a database a la "mysqldump"
67
68 *   Reversed the arrowheads on the graphical producers to show the 
69     relationships in a more standard way
70
71 *   Changes all included script names to start with "sqlt"
72
73 *   Added capturing and printing most embedded table and field comments
74
75 # -----------------------------------------------------------
76 # 0.02    2003-06-17
77 # -----------------------------------------------------------
78
79 *   Added parsers for Excel and Oracle
80
81 *   Removed Sybase parser because it didn't actually work
82
83 *   Added ClassDBI, Diagram, GraphViz, HTML, POD, SQLite, Sybase producers
84
85 *   Added Schema classes to represent schema as objects
86
87 *   Removed "Raw" producer in favor of the Schema classes
88
89 *   Removed "Validator" class as the Schema classes validate themselves
90
91 *   Improved all existing parsers and producers, expanding them to 
92     handle foreign keys much better, produce better output, etc.
93
94 *   Added sqlt-diagram.pl and sqlt-graphviz.pl as CLI frontends to the 
95     graphical producers
96
97 *   Added sql_translator.cgi as a web-form frontend to graphical producers
98
99 *   Expanded test suite
100
101 # -----------------------------------------------------------
102 # 0.01    2003-02-27
103 # -----------------------------------------------------------
104
105 *   Added parsers: XML::SQLFairy, Sybase, SQLite, DBI-MySQL, 
106     DBI-PostgreSQL, DBI-SQLite, DBI-Sybase, Storable, YAML
107
108 *   Added producers: XML::SQLFairy, TTSchema, Storable, YAML
109
110 *   HTML producer now uses stylesheets to allow easy customization of colors
111
112 *   Many bug fixes to most every module
113
114 *   Added "sqlt-dumper" script to help create a script for dumping
115     a database a la "mysqldump"
116
117 *   Reversed the arrowheads on the graphical producers to show the 
118     relationships in a more standard way
119
120 *   Changes all included script names to start with "sqlt"
121
122 *   Added capturing and printing most embedded table and field comments