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