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