Update changes, oops
[dbsrgits/SQL-Translator.git] / Changes
1 # -----------------------------------------------------------
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
8 * Added patch from avinash to add CASCADE to pg table drops
9
10 # -----------------------------------------------------------
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 # -----------------------------------------------------------
24 # 0.08_01    2006-07-23
25 # -----------------------------------------------------------
26
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
34 * Added mysql_character_set for 4.1+ -mda
35 * New filters, Names and Globals. -mda
36 * Added the initial work on a template based Dia UML producer. -mda
37
38 # -----------------------------------------------------------
39 # 0.07    2005-06-10
40 # -----------------------------------------------------------
41 *   YAML parser supports extra attributes on tables.
42
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
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
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
61 *   Added schema filters.
62
63 *   MySQL Producer
64     - Added 'mysql_table_type' extra attribute on tables.
65     - Works out InnoDB tables from constraints.
66     - mysql_charset and mysql_collate extra attributes for tables and fiels.
67
68
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
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
84 # -----------------------------------------------------------
85 # 0.05    2004-02-27
86 # -----------------------------------------------------------
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
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 # -----------------------------------------------------------
98 # 0.04    2003-11-07
99 # -----------------------------------------------------------
100
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
130
131 # -----------------------------------------------------------
132 # 0.02    2003-06-17
133 # -----------------------------------------------------------
134
135 *   Added parsers for Excel and Oracle
136
137 *   Removed Sybase parser because it didn't actually work
138
139 *   Added ClassDBI, Diagram, GraphViz, HTML, POD, SQLite, Sybase producers
140
141 *   Added Schema classes to represent schema as objects
142
143 *   Removed "Raw" producer in favor of the Schema classes
144
145 *   Removed "Validator" class as the Schema classes validate themselves
146
147 *   Improved all existing parsers and producers, expanding them to 
148     handle foreign keys much better, produce better output, etc.
149
150 *   Added sqlt-diagram.pl and sqlt-graphviz.pl as CLI frontends to the 
151     graphical producers
152
153 *   Added sql_translator.cgi as a web-form frontend to graphical producers
154
155 *   Expanded test suite
156
157 # -----------------------------------------------------------
158 # 0.01    2003-02-27
159 # -----------------------------------------------------------
160
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