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