Strip exe bit
[dbsrgits/SQL-Translator.git] / Changes
CommitLineData
347abf9d 1# ----------------------------------------------------------
8d693a85 2# x.xxxxx xxxx-xx-xx
3# ----------------------------------------------------------
8b075c9f 4* Add parser support for MySQL default values with a single quote
8d693a85 5* Properly quote absolute table names in the MySQL producer
938464ee 6* Added semi-colon for (DROP|CREATE) TYPE statements in the Pg producer (wreis)
22b9814a 7* Added CREATE VIEW subrules for mysql parser (wreis)
90726ffd 8* ALTER TABLE/ALTER COLUMN/DROP DEFAULT support in Pg producer (mo)
19f36a90 9* XML parser support for multi-event triggers
10* SQLite producer support for multi-event triggers
11* XML parser switched from XML::XPath to XML::LibXML
12* Pg producer ALTER TABLE/COLUMN and DROP DEFAULT support
de176728 13* MySQL producer skips length attribute for columns which do not support that
14 attribute. Currently following column types are added to that list:
15 date time timestamp datetime year
6e64adbe 16* Sitch to Module::Install (mandates minimum perl 5.005)
8d693a85 17
18# ----------------------------------------------------------
b419bb2c 19# 0.09004 2009-02-13
347abf9d 20# ----------------------------------------------------------
3e98f7d9 21* Add support for temporary tables in Pg (nachos)
d0fcb05d 22* Create Trigger support for SQLite
347abf9d 23* GraphViz producer improvements
d0fcb05d 24
ec59a597 25# ----------------------------------------------------------
b419bb2c 26# 0.09003 2009-02-07
27# ----------------------------------------------------------
28 <BORKED RELEASE DELETED OFF CPAN>
29
30# ----------------------------------------------------------
5094211e 31# 0.09002 2008-12-05
ec59a597 32# ----------------------------------------------------------
3406fd5b 33* parsing MySQL CURRENT_TIMESTAMP as scalar ref so it can be produced without
34 quotes (jgoulah)
f7f81963 35* Add ignore_opts parser arg (to ignore table options) in Parser::MySQL (jgoulah)
cc48d354 36* Skip tests for buggy Spreadsheet::ParseExcel versions (rbo)
7d89539d 37* Add support for skip tables parser arg in Parser::DBI::MySQL (jgoulah)
3406fd5b 38* Changed behaviour of ::Producer::Oracle when returning an array of statements
39 to make it compatible to DBI->do()
64f82436 40* Fixed a few bugs in ::Producer::Oracle
9a96648f 41* Applied patch from jgoulah to support mysql's MERGE option
8742e408 42* Applied patch from rbo to add support of multiple database events on a trigger
3406fd5b 43* Applied patch from lukes to allow drop if exists in sqlite producer, with
44 version >= 3.3
45* Applied patch from rjbs with minor changes, now we support scalar refs in
46 default values!
24d9fe69 47* Fixed SQLite producer to end index statements in newlines, in scalar context
48* Decreed that all list context statements shall not end in ; or ;\n
49* Fixed SQLite, Diff and MySQL producers to agree with Decree.
296c2701 50* Added support for CREATE VIEW + tests in the Pg producer (wreis)
ec59a597 51* Added support for CREATE VIEW + tests in the sqlite producer (groditi)
3406fd5b 52* Added proper argument parsing and documentation to MySQL Parser and
53 Producer (ribasushi)
54* Using DROP VIEW instead of OR REPLACE clause in the Pg producer, as replace
55 only allows replacement with identical set of columns (wreis)
56* Added support for DROP VIEW and fixed CREATE VIEW statement in the sqlite
57 producer (wreis)
58* Removed source_db and target_db accessors from Diff (throwback to old version,
59 only output_db is used)
e30b71b8 60
61
3406fd5b 62* Support for longer varchar fields in MySQL
e802b210 63
c6e5ac68 64# ----------------------------------------------------------
65# 0.09001 2008-08-19
66# ----------------------------------------------------------
d28afa66 67* Added support for CREATE VIEW + tests in the mysql producer (groditi)
7c1aae02 68* Added support for SET fields in the mysql producer + test (groditi)
3406fd5b 69* Added support for proper booleans in the mysql producer, when a mysql version
70 of at least 4.x is supplied
71* Added support for proper enums under pg (as of 8.3), with pg version check,
72 and deferrable constraints
73* Added support to truncate long constraint and index names in the mysql
74 producer, because of a change to DBIx::Class to produce such long names in
75 some cases.
e802b210 76
13243123 77# ----------------------------------------------------------
c6e5ac68 78# 0.09000 2008-02-25
13243123 79# ----------------------------------------------------------
da5a1bae 80
296c2701 81* Fix Pg produces idea of which field types need a size param (wreis)
a7f49dfb 82* Add support for COLLATE table option to MySQL parser
bb4c66d1 83* Allow DEFAULT CHARACTER SET without '=' (as produced by mysqldump)
a7f49dfb 84
da5a1bae 85# -----------------------------------------------------------
11bebd6e 86# 0.0899_02 2008-01-29
87# ----------------------------------------------------------
88
89* Major refactoring of SQL::Translator::Diff again:
90* Diff is no longer one huge monolithic function.
91* Added more tests for diff
3406fd5b 92* When producing diffs for MySQL you will (by default) get single alter
93 statements per table
94* SQLite can also do remove columns (by creating a temp table as shown in
95 http://sqlite.org/faq.html#q11
96* Columns can be renamed if the new schema is from a form that can have metadata
97 (which is pretty much anything but an SQL file.) It does this by looking at
98 renamed_from in the $field->extra
11bebd6e 99* Updated Oracle and Postgres producers
100* More tests!
101
102# -----------------------------------------------------------
da5a1bae 103# 0.0899_01 2007-10-21
104# ----------------------------------------------------------
105
106* SQL::Translator::Diff now uses the ::Producer modules to create diffs
107 This *will* break back-compatibility
108 Use sqlt-diff-old for the previous one, and fix producers!
109
18a8d640 110# -----------------------------------------------------------
f51d8e46 111# 0.08001 2007-09-26
112# ----------------------------------------------------------
113
114* Patched to ignore all TT versions >= 2.15 until TT is fixed :(
115
116# -----------------------------------------------------------
117# 0.08 2006-12-07
118# -----------------------------------------------------------
119
3406fd5b 120* Patched 18ttschema-producer.t and 33tt-table-producter.t to skip on TT 2.15,
121 thanks Ash!
f51d8e46 122
123# -----------------------------------------------------------
af27376e 124# 0.08_04 2006-11-10
125# -----------------------------------------------------------
126
fb149f81 127* Patched MySQL producer to name constraints sanely, thanks Ash
af27376e 128* Added patch to Producer::DB2 to avoid dependency issues with foreign keys
129* Added patch to remove single quotes for numeric default values in Producer::DB2
130* Fixed Parser::SQLite to require a semicolon after a create trigger statement
ca1b7c76 131* Added patch from avinash to add CASCADE to pg table drops
af27376e 132
133# -----------------------------------------------------------
f39e9c12 134# 0.08_03
135# -----------------------------------------------------------
136
137* Added patch to use default values for Pg timestamp fields
138
139# -----------------------------------------------------------
140# 0.08_02 2006-11-03
141# -----------------------------------------------------------
142
3406fd5b 143* Added patch from Ash to separate DROP statements in mysql producer in
144 list-context
f39e9c12 145* Fixed up SQLites usage of no-comments
146
147# -----------------------------------------------------------
18a8d640 148# 0.08_01 2006-07-23
149# -----------------------------------------------------------
6cedfc23 150
18a8d640 151* Made Trigger check that a give table exists in on_table - castaway
3406fd5b 152* Split some producers (DB2, MySQL, SQLite, PostgreSQL) into sub methods (others
153 to follow) - castaway
154* Add alter_* methods to some Producers and docs to Producer.pm (for use by Diff
155 later) - castaway
18a8d640 156* Made changes to allow producers to return a list of statements - castaway
157* Split sqlt-diff into script and module - castaway
158* Added quote_table_names and quote_field_names patch (omega, zamolxes) - castaway
159* Added DB2 Producer - castaway
6cedfc23 160* Added mysql_character_set for 4.1+ -mda
8dc6a4a3 161* New filters, Names and Globals. -mda
35a1938f 162* Added the initial work on a template based Dia UML producer. -mda
6cedfc23 163
f5d44dd7 164# -----------------------------------------------------------
18a8d640 165# 0.07 2005-06-10
f5d44dd7 166# -----------------------------------------------------------
1ded8513 167* YAML parser supports extra attributes on tables.
168
7fc38348 169* All schema objects now support the extra attribute, so can
170 have arbitary name/value data attached to them.
171
172* Refactoring: Added SQL::Translator::Schema::Object - base
173 class for all Schema objects.
174
13aec984 175* Changes to MySQL Parser (Dave Howorth)
176 - ignore INSERT statements
177 - permit ALTER TABLE ADD FOREIGN KEY
178 - allow trailing comma on last field in CREATE statements
179 - collect the database name
180
f9725390 181* TTSchema Producer
182 - Can pass extra variables using tt_vars producer arg.
183 - Can pass extra config using tt_conf producer arg.
184 - Variables and config can be passed on the command line
185 with --tt-var and --tt-conf options to sqlt.
186
185c34d5 187* Added schema filters.
f9725390 188
5a0c7b43 189* MySQL Producer
190 - Added 'mysql_table_type' extra attribute on tables.
191 - Works out InnoDB tables from constraints.
1ded8513 192 - mysql_charset and mysql_collate extra attributes for tables and fiels.
5a0c7b43 193
194
c4bf7f53 195# -----------------------------------------------------------
196# 0.06 2004-05-13
197# -----------------------------------------------------------
198* Added SQL::Translator::Manual
199
200* Installation process now uses Module::Build
201
202* Added new "Dumper" producer
203
3e069fa1 204* Changed the native SQL Fairy XML format to a fixed mapping.
205 *NB:* You should convert your existing XML schema. See the
206 SQL::Translator::Parser::XML::SQLFairy docs.
207
208* Added producers: TT::Base and TT::Table.
209
eabd66e6 210# -----------------------------------------------------------
7c67b302 211# 0.05 2004-02-27
212# -----------------------------------------------------------
bc40219c 213* Added "COMMENT ON *" syntax to PostgreSQL parser
214
215* Some fixes to Oracle parser as reported by Gail Binkley
216
217* Added support in PostgreSQL parser for all "ALTER TABLE" statements
7c67b302 218
219* Now distributing sqlt-diff script as it's pretty usable
220
221* Added new options to sqlt-graph and GraphViz producer (Dave Cash)
222
223# -----------------------------------------------------------
d6b47dd5 224# 0.04 2003-11-07
eabd66e6 225# -----------------------------------------------------------
b9952639 226
d6b47dd5 227* Increased version of Constants module to 1.41 to avoid a problem
228 where 0.02 has 1.4 of that file and 0.03 had 1.06 which confused
229 CPAN
230
231* Hard-coded all the PREREQ_PM modules in Makefile.PL (rather than
232 setting them dynamically) so that automated tests would pass
233
234# -----------------------------------------------------------
235# 0.03 2003-11-06
236# -----------------------------------------------------------
237
238* Added parsers: XML::SQLFairy, Sybase, SQLite, DBI-MySQL,
239 DBI-PostgreSQL, DBI-SQLite, DBI-Sybase, Storable, YAML
240
241* Added producers: XML::SQLFairy, TTSchema, Storable, YAML
242
243* HTML producer now uses stylesheets to allow easy customization of colors
244
245* Many bug fixes to most every module
246
247* Added "sqlt-dumper" script to help create a script for dumping
248 a database a la "mysqldump"
249
250* Reversed the arrowheads on the graphical producers to show the
251 relationships in a more standard way
252
253* Changes all included script names to start with "sqlt"
254
255* Added capturing and printing most embedded table and field comments
b9952639 256
eabd66e6 257# -----------------------------------------------------------
258# 0.02 2003-06-17
259# -----------------------------------------------------------
b9952639 260
eabd66e6 261* Added parsers for Excel and Oracle
b9952639 262
eabd66e6 263* Removed Sybase parser because it didn't actually work
b9952639 264
eabd66e6 265* Added ClassDBI, Diagram, GraphViz, HTML, POD, SQLite, Sybase producers
b9952639 266
eabd66e6 267* Added Schema classes to represent schema as objects
b9952639 268
eabd66e6 269* Removed "Raw" producer in favor of the Schema classes
b9952639 270
eabd66e6 271* Removed "Validator" class as the Schema classes validate themselves
b9952639 272
eabd66e6 273* Improved all existing parsers and producers, expanding them to
274 handle foreign keys much better, produce better output, etc.
b9952639 275
eabd66e6 276* Added sqlt-diagram.pl and sqlt-graphviz.pl as CLI frontends to the
277 graphical producers
b9952639 278
eabd66e6 279* Added sql_translator.cgi as a web-form frontend to graphical producers
150797b1 280
eabd66e6 281* Expanded test suite
d3e95970 282
283# -----------------------------------------------------------
d6b47dd5 284# 0.01 2003-02-27
f6aed479 285# -----------------------------------------------------------
286
7c67b302 287* Added parsers: XML::SQLFairy, Sybase, SQLite, DBI-MySQL,
288 DBI-PostgreSQL, DBI-SQLite, DBI-Sybase, Storable, YAML
289
290* Added producers: XML::SQLFairy, TTSchema, Storable, YAML
291
292* HTML producer now uses stylesheets to allow easy customization of colors
293
294* Many bug fixes to most every module
295
296* Added "sqlt-dumper" script to help create a script for dumping
297 a database a la "mysqldump"
298
299* Reversed the arrowheads on the graphical producers to show the
300 relationships in a more standard way
301
302* Changes all included script names to start with "sqlt"
303
304* Added capturing and printing most embedded table and field comments