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