Added the new files
[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