Updated changes.
[dbsrgits/SQL-Translator.git] / Changes
1 # -----------------------------------------------------------
2 # 0.01    2003-02-27
3 # -----------------------------------------------------------
4
5 *   Initial release.
6
7 # -----------------------------------------------------------
8 # 0.02    2003-06-17
9 # -----------------------------------------------------------
10
11 *   Added parsers for Excel and Oracle
12
13 *   Removed Sybase parser because it didn't actually work
14
15 *   Added ClassDBI, Diagram, GraphViz, HTML, POD, SQLite, Sybase producers
16
17 *   Added Schema classes to represent schema as objects
18
19 *   Removed "Raw" producer in favor of the Schema classes
20
21 *   Removed "Validator" class as the Schema classes validate themselves
22
23 *   Improved all existing parsers and producers, expanding them to 
24     handle foreign keys much better, produce better output, etc.
25
26 *   Added sqlt-diagram.pl and sqlt-graphviz.pl as CLI frontends to the 
27     graphical producers
28
29 *   Added sql_translator.cgi as a web-form frontend to graphical producers
30
31 *   Expanded test suite
32
33 # -----------------------------------------------------------
34 # 0.03    2003-11-06
35 # -----------------------------------------------------------
36
37 *   Added parsers: XML::SQLFairy, Sybase, SQLite, DBI-MySQL, 
38     DBI-PostgreSQL, DBI-SQLite, DBI-Sybase, Storable, YAML
39
40 *   Added producers: XML::SQLFairy, TTSchema, Storable, YAML
41
42 *   HTML producer now uses stylesheets to allow easy customization of colors
43
44 *   Many bug fixes to most every module
45
46 *   Added "sqlt-dumper" script to help create a script for dumping
47     a database a la "mysqldump"
48
49 *   Reversed the arrowheads on the graphical producers to show the 
50     relationships in a more standard way
51
52 *   Changes all included script names to start with "sqlt"
53
54 *   Added capturing and printing most embedded table and field comments