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