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