Small change to make installation easier.
[dbsrgits/SQL-Translator.git] / Changes
CommitLineData
eabd66e6 1# -----------------------------------------------------------
d6b47dd5 2# 0.04 2003-11-07
eabd66e6 3# -----------------------------------------------------------
b9952639 4
d6b47dd5 5* Increased version of Constants module to 1.41 to avoid a problem
6 where 0.02 has 1.4 of that file and 0.03 had 1.06 which confused
7 CPAN
8
9* Hard-coded all the PREREQ_PM modules in Makefile.PL (rather than
10 setting them dynamically) so that automated tests would pass
11
12# -----------------------------------------------------------
13# 0.03 2003-11-06
14# -----------------------------------------------------------
15
16* Added parsers: XML::SQLFairy, Sybase, SQLite, DBI-MySQL,
17 DBI-PostgreSQL, DBI-SQLite, DBI-Sybase, Storable, YAML
18
19* Added producers: XML::SQLFairy, TTSchema, Storable, YAML
20
21* HTML producer now uses stylesheets to allow easy customization of colors
22
23* Many bug fixes to most every module
24
25* Added "sqlt-dumper" script to help create a script for dumping
26 a database a la "mysqldump"
27
28* Reversed the arrowheads on the graphical producers to show the
29 relationships in a more standard way
30
31* Changes all included script names to start with "sqlt"
32
33* Added capturing and printing most embedded table and field comments
b9952639 34
eabd66e6 35# -----------------------------------------------------------
36# 0.02 2003-06-17
37# -----------------------------------------------------------
b9952639 38
eabd66e6 39* Added parsers for Excel and Oracle
b9952639 40
eabd66e6 41* Removed Sybase parser because it didn't actually work
b9952639 42
eabd66e6 43* Added ClassDBI, Diagram, GraphViz, HTML, POD, SQLite, Sybase producers
b9952639 44
eabd66e6 45* Added Schema classes to represent schema as objects
b9952639 46
eabd66e6 47* Removed "Raw" producer in favor of the Schema classes
b9952639 48
eabd66e6 49* Removed "Validator" class as the Schema classes validate themselves
b9952639 50
eabd66e6 51* Improved all existing parsers and producers, expanding them to
52 handle foreign keys much better, produce better output, etc.
b9952639 53
eabd66e6 54* Added sqlt-diagram.pl and sqlt-graphviz.pl as CLI frontends to the
55 graphical producers
b9952639 56
eabd66e6 57* Added sql_translator.cgi as a web-form frontend to graphical producers
150797b1 58
eabd66e6 59* Expanded test suite
d3e95970 60
61# -----------------------------------------------------------
d6b47dd5 62# 0.01 2003-02-27
f6aed479 63# -----------------------------------------------------------
64
d6b47dd5 65* Initial release.