Added comment to diff output if target database is not one of the few, the proud
[dbsrgits/SQL-Translator.git] / Changes
CommitLineData
18a8d640 1# -----------------------------------------------------------
2# 0.08_01 2006-07-23
3# -----------------------------------------------------------
6cedfc23 4
18a8d640 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
6cedfc23 12* Added mysql_character_set for 4.1+ -mda
8dc6a4a3 13* New filters, Names and Globals. -mda
35a1938f 14* Added the initial work on a template based Dia UML producer. -mda
6cedfc23 15
f5d44dd7 16# -----------------------------------------------------------
18a8d640 17# 0.07 2005-06-10
f5d44dd7 18# -----------------------------------------------------------
1ded8513 19* YAML parser supports extra attributes on tables.
20
7fc38348 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
13aec984 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
f9725390 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
185c34d5 39* Added schema filters.
f9725390 40
5a0c7b43 41* MySQL Producer
42 - Added 'mysql_table_type' extra attribute on tables.
43 - Works out InnoDB tables from constraints.
1ded8513 44 - mysql_charset and mysql_collate extra attributes for tables and fiels.
5a0c7b43 45
46
c4bf7f53 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
3e069fa1 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
eabd66e6 62# -----------------------------------------------------------
7c67b302 63# 0.05 2004-02-27
64# -----------------------------------------------------------
bc40219c 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
7c67b302 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# -----------------------------------------------------------
d6b47dd5 76# 0.04 2003-11-07
eabd66e6 77# -----------------------------------------------------------
b9952639 78
d6b47dd5 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
b9952639 108
eabd66e6 109# -----------------------------------------------------------
110# 0.02 2003-06-17
111# -----------------------------------------------------------
b9952639 112
eabd66e6 113* Added parsers for Excel and Oracle
b9952639 114
eabd66e6 115* Removed Sybase parser because it didn't actually work
b9952639 116
eabd66e6 117* Added ClassDBI, Diagram, GraphViz, HTML, POD, SQLite, Sybase producers
b9952639 118
eabd66e6 119* Added Schema classes to represent schema as objects
b9952639 120
eabd66e6 121* Removed "Raw" producer in favor of the Schema classes
b9952639 122
eabd66e6 123* Removed "Validator" class as the Schema classes validate themselves
b9952639 124
eabd66e6 125* Improved all existing parsers and producers, expanding them to
126 handle foreign keys much better, produce better output, etc.
b9952639 127
eabd66e6 128* Added sqlt-diagram.pl and sqlt-graphviz.pl as CLI frontends to the
129 graphical producers
b9952639 130
eabd66e6 131* Added sql_translator.cgi as a web-form frontend to graphical producers
150797b1 132
eabd66e6 133* Expanded test suite
d3e95970 134
135# -----------------------------------------------------------
d6b47dd5 136# 0.01 2003-02-27
f6aed479 137# -----------------------------------------------------------
138
7c67b302 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