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