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