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