Added comment to diff output if target database is not one of the few, the proud
[dbsrgits/SQL-Translator.git] / Changes
1 # -----------------------------------------------------------
2 # 0.08_01    2006-07-23
3 # -----------------------------------------------------------
4
5 * Made Trigger check that a give table exists in on_table - castaway
6 * Split some producers (DB2, MySQL, SQLite, PostgreSQL) into sub methods (others to follow) - castaway
7 * Add alter_* methods to some Producers and docs to Producer.pm (for use by Diff later) - castaway
8 * Made changes to allow producers to return a list of statements - castaway
9 * Split sqlt-diff into script and module - castaway
10 * Added quote_table_names and quote_field_names patch (omega, zamolxes) - castaway
11 * Added DB2 Producer - castaway
12 * Added mysql_character_set for 4.1+ -mda
13 * New filters, Names and Globals. -mda
14 * Added the initial work on a template based Dia UML producer. -mda
15
16 # -----------------------------------------------------------
17 # 0.07    2005-06-10
18 # -----------------------------------------------------------
19 *   YAML parser supports extra attributes on tables.
20
21 *   All schema objects now support the extra attribute, so can
22     have arbitary name/value data attached to them.
23
24 *   Refactoring: Added SQL::Translator::Schema::Object - base 
25     class for all Schema objects.
26
27 *   Changes to MySQL Parser (Dave Howorth)
28     - ignore INSERT statements
29     - permit ALTER TABLE ADD FOREIGN KEY
30     - allow trailing comma on last field in CREATE statements
31     - collect the database name
32
33 *   TTSchema Producer
34     - Can pass extra variables using tt_vars producer arg.
35     - Can pass extra config using tt_conf producer arg.
36     - Variables and config can be passed on the command line
37       with --tt-var and --tt-conf options to sqlt.
38
39 *   Added schema filters.
40
41 *   MySQL Producer
42     - Added 'mysql_table_type' extra attribute on tables.
43     - Works out InnoDB tables from constraints.
44     - mysql_charset and mysql_collate extra attributes for tables and fiels.
45
46
47 # -----------------------------------------------------------
48 # 0.06    2004-05-13
49 # -----------------------------------------------------------
50 *   Added SQL::Translator::Manual
51
52 *   Installation process now uses Module::Build
53
54 *   Added new "Dumper" producer
55
56 *   Changed the native SQL Fairy XML format to a fixed mapping.
57     *NB:* You should convert your existing XML schema. See the
58     SQL::Translator::Parser::XML::SQLFairy docs.
59
60 *   Added producers: TT::Base and TT::Table.
61
62 # -----------------------------------------------------------
63 # 0.05    2004-02-27
64 # -----------------------------------------------------------
65 *   Added "COMMENT ON *" syntax to PostgreSQL parser
66
67 *   Some fixes to Oracle parser as reported by Gail Binkley
68
69 *   Added support in PostgreSQL parser for all "ALTER TABLE" statements
70
71 *   Now distributing sqlt-diff script as it's pretty usable
72
73 *   Added new options to sqlt-graph and GraphViz producer (Dave Cash)
74
75 # -----------------------------------------------------------
76 # 0.04    2003-11-07
77 # -----------------------------------------------------------
78
79 *   Increased version of Constants module to 1.41 to avoid a problem 
80     where 0.02 has 1.4 of that file and 0.03 had 1.06 which confused
81     CPAN
82
83 *   Hard-coded all the PREREQ_PM modules in Makefile.PL (rather than
84     setting them dynamically) so that automated tests would pass
85
86 # -----------------------------------------------------------
87 # 0.03    2003-11-06
88 # -----------------------------------------------------------
89
90 *   Added parsers: XML::SQLFairy, Sybase, SQLite, DBI-MySQL, 
91     DBI-PostgreSQL, DBI-SQLite, DBI-Sybase, Storable, YAML
92
93 *   Added producers: XML::SQLFairy, TTSchema, Storable, YAML
94
95 *   HTML producer now uses stylesheets to allow easy customization of colors
96
97 *   Many bug fixes to most every module
98
99 *   Added "sqlt-dumper" script to help create a script for dumping
100     a database a la "mysqldump"
101
102 *   Reversed the arrowheads on the graphical producers to show the 
103     relationships in a more standard way
104
105 *   Changes all included script names to start with "sqlt"
106
107 *   Added capturing and printing most embedded table and field comments
108
109 # -----------------------------------------------------------
110 # 0.02    2003-06-17
111 # -----------------------------------------------------------
112
113 *   Added parsers for Excel and Oracle
114
115 *   Removed Sybase parser because it didn't actually work
116
117 *   Added ClassDBI, Diagram, GraphViz, HTML, POD, SQLite, Sybase producers
118
119 *   Added Schema classes to represent schema as objects
120
121 *   Removed "Raw" producer in favor of the Schema classes
122
123 *   Removed "Validator" class as the Schema classes validate themselves
124
125 *   Improved all existing parsers and producers, expanding them to 
126     handle foreign keys much better, produce better output, etc.
127
128 *   Added sqlt-diagram.pl and sqlt-graphviz.pl as CLI frontends to the 
129     graphical producers
130
131 *   Added sql_translator.cgi as a web-form frontend to graphical producers
132
133 *   Expanded test suite
134
135 # -----------------------------------------------------------
136 # 0.01    2003-02-27
137 # -----------------------------------------------------------
138
139 *   Added parsers: XML::SQLFairy, Sybase, SQLite, DBI-MySQL, 
140     DBI-PostgreSQL, DBI-SQLite, DBI-Sybase, Storable, YAML
141
142 *   Added producers: XML::SQLFairy, TTSchema, Storable, YAML
143
144 *   HTML producer now uses stylesheets to allow easy customization of colors
145
146 *   Many bug fixes to most every module
147
148 *   Added "sqlt-dumper" script to help create a script for dumping
149     a database a la "mysqldump"
150
151 *   Reversed the arrowheads on the graphical producers to show the 
152     relationships in a more standard way
153
154 *   Changes all included script names to start with "sqlt"
155
156 *   Added capturing and printing most embedded table and field comments