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