DB2.pm the first
[dbsrgits/SQL-Translator.git] / Changes
1 *   All schema objects now support the extra attribute, so can
2     have arbitary name/value data attached to them.
3
4 *   Refactoring: Added SQL::Translator::Schema::Object - base 
5     class for all Schema objects.
6
7 # -----------------------------------------------------------
8 # 0.06    2004-05-13
9 # -----------------------------------------------------------
10 *   Added SQL::Translator::Manual
11
12 *   Installation process now uses Module::Build
13
14 *   Added new "Dumper" producer
15
16 *   Changed the native SQL Fairy XML format to a fixed mapping.
17     *NB:* You should convert your existing XML schema. See the
18     SQL::Translator::Parser::XML::SQLFairy docs.
19
20 *   Added producers: TT::Base and TT::Table.
21
22 # -----------------------------------------------------------
23 # 0.05    2004-02-27
24 # -----------------------------------------------------------
25 *   Added "COMMENT ON *" syntax to PostgreSQL parser
26
27 *   Some fixes to Oracle parser as reported by Gail Binkley
28
29 *   Added support in PostgreSQL parser for all "ALTER TABLE" statements
30
31 *   Now distributing sqlt-diff script as it's pretty usable
32
33 *   Added new options to sqlt-graph and GraphViz producer (Dave Cash)
34
35 # -----------------------------------------------------------
36 # 0.04    2003-11-07
37 # -----------------------------------------------------------
38
39 *   Increased version of Constants module to 1.41 to avoid a problem 
40     where 0.02 has 1.4 of that file and 0.03 had 1.06 which confused
41     CPAN
42
43 *   Hard-coded all the PREREQ_PM modules in Makefile.PL (rather than
44     setting them dynamically) so that automated tests would pass
45
46 # -----------------------------------------------------------
47 # 0.03    2003-11-06
48 # -----------------------------------------------------------
49
50 *   Added parsers: XML::SQLFairy, Sybase, SQLite, DBI-MySQL, 
51     DBI-PostgreSQL, DBI-SQLite, DBI-Sybase, Storable, YAML
52
53 *   Added producers: XML::SQLFairy, TTSchema, Storable, YAML
54
55 *   HTML producer now uses stylesheets to allow easy customization of colors
56
57 *   Many bug fixes to most every module
58
59 *   Added "sqlt-dumper" script to help create a script for dumping
60     a database a la "mysqldump"
61
62 *   Reversed the arrowheads on the graphical producers to show the 
63     relationships in a more standard way
64
65 *   Changes all included script names to start with "sqlt"
66
67 *   Added capturing and printing most embedded table and field comments
68
69 # -----------------------------------------------------------
70 # 0.02    2003-06-17
71 # -----------------------------------------------------------
72
73 *   Added parsers for Excel and Oracle
74
75 *   Removed Sybase parser because it didn't actually work
76
77 *   Added ClassDBI, Diagram, GraphViz, HTML, POD, SQLite, Sybase producers
78
79 *   Added Schema classes to represent schema as objects
80
81 *   Removed "Raw" producer in favor of the Schema classes
82
83 *   Removed "Validator" class as the Schema classes validate themselves
84
85 *   Improved all existing parsers and producers, expanding them to 
86     handle foreign keys much better, produce better output, etc.
87
88 *   Added sqlt-diagram.pl and sqlt-graphviz.pl as CLI frontends to the 
89     graphical producers
90
91 *   Added sql_translator.cgi as a web-form frontend to graphical producers
92
93 *   Expanded test suite
94
95 # -----------------------------------------------------------
96 # 0.01    2003-02-27
97 # -----------------------------------------------------------
98
99 *   Added parsers: XML::SQLFairy, Sybase, SQLite, DBI-MySQL, 
100     DBI-PostgreSQL, DBI-SQLite, DBI-Sybase, Storable, YAML
101
102 *   Added producers: XML::SQLFairy, TTSchema, Storable, YAML
103
104 *   HTML producer now uses stylesheets to allow easy customization of colors
105
106 *   Many bug fixes to most every module
107
108 *   Added "sqlt-dumper" script to help create a script for dumping
109     a database a la "mysqldump"
110
111 *   Reversed the arrowheads on the graphical producers to show the 
112     relationships in a more standard way
113
114 *   Changes all included script names to start with "sqlt"
115
116 *   Added capturing and printing most embedded table and field comments