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