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