New SQLite parser.
[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-??-??
35 # -----------------------------------------------------------
36
37 *   Added parsers: XML::SQLFairy and Sybase
38
39 *   Added producers: XML::SQLFairy, TTSchema
40
41 *   Many bug fixes to most every module
42
43 *   Added "sqlt-dumper" script to help create a script for dumping
44     a database a la "mysqldump"
45
46 *   Reversed the arrowheads on the graphical producers to show the 
47     relationships in a more standard way
48
49 *   Changes all included script names to start with "sqlt"
50
51 *   Capturing and printing most table and field comments