Adding another data file for sqlt-diff test.
[dbsrgits/SQL-Translator.git] / Changes
1 # -----------------------------------------------------------
2 # 0.04    2003-11-07
3 # -----------------------------------------------------------
4
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
34
35 # -----------------------------------------------------------
36 # 0.02    2003-06-17
37 # -----------------------------------------------------------
38
39 *   Added parsers for Excel and Oracle
40
41 *   Removed Sybase parser because it didn't actually work
42
43 *   Added ClassDBI, Diagram, GraphViz, HTML, POD, SQLite, Sybase producers
44
45 *   Added Schema classes to represent schema as objects
46
47 *   Removed "Raw" producer in favor of the Schema classes
48
49 *   Removed "Validator" class as the Schema classes validate themselves
50
51 *   Improved all existing parsers and producers, expanding them to 
52     handle foreign keys much better, produce better output, etc.
53
54 *   Added sqlt-diagram.pl and sqlt-graphviz.pl as CLI frontends to the 
55     graphical producers
56
57 *   Added sql_translator.cgi as a web-form frontend to graphical producers
58
59 *   Expanded test suite
60
61 # -----------------------------------------------------------
62 # 0.01    2003-02-27
63 # -----------------------------------------------------------
64
65 *   Initial release.