0362875f8a7046b2428c11da411319c39a2611d4
[DBIx-DBSchema.git] / Changes
1 Revision history for Perl extension DBIx::DBSchema.
2
3 0.33 unreleased
4         - DBSchema::DBD::SQLite SERIAL patch from IN SUK JOUNG
5           <i.joung@gmail.com>, thanks!
6         - Update README wrt current CVS info and URL, closes: CPAN#27577
7
8 0.32 Wed Apr 18 15:02:25 PDT 2007
9         - increment the version numbers in Column.pm and Table.pm and the
10           "use" statements accordingly
11         - Error reporting for load constructor
12         - Update documentation wrt supported databases and new update_schema
13           stuff
14         - Fixes for dropping nullability on old Pg (<= 7.2)
15         - Fixes for adding nullability on old Pg (<= 7.3)
16         - Throw a warning if pg_server_version is unavailable, assume >= 7.3
17         - fix POD error in DBSchema::DBD::SQLite that confused pod2man and
18           prevented the documentation from being installed.  Patch from Niko
19           Tyni <ntyni@iki.fi>, thanks!
20
21 0.31 Thu Mar 30 05:28:20 PST 2006
22         - more schema update stuff:
23         - added Column::sql_alter_column
24         - added Table::sql_alter_table
25         - added DBSchema::sql_update_schema and DBSchema::update_schema
26
27 0.30 Thu Feb 16 16:43:01 PST 2006
28         - "Too much uptime"
29         - Remove buggy debugging from Column.pm
30         - Remove removed TODO from MANIFEST
31
32 0.29 Thu Feb 16 13:54:42 PST 2006
33         - Column::sql_add_column fix when adding primary keys to Pg 7.2.x
34         - workaround for PAUSE parsing of DBIx::DBSchema::DBD::Pg version: move
35           DBD::Pg verison checking after $VERSION declaration, thanks Andreas!
36         - kludge: allow scalar ref default to force quoting off, to add things
37           like functions and empty values as defaults
38         - Move TODO file to DBSchema.pm and DBS/Column.pm BUGS sections
39
40 0.28 Wed Nov 30 09:46:47 PST 2005
41         - Initial SQLite support from Jesse Vincent
42         - fix typo in DBIx::DBSchema::DBD POD doc
43
44 0.27 Mon Aug 15 23:31:54 PDT 2005
45         - MySQL patch for enum types from Andy Orr
46         - new Column::sql_add_column method!
47
48 0.26 Thu Apr  7 01:09:53 PDT 2005
49         - ask for "public" db schema only from Pg
50
51 0.25 Wed Apr  6 16:12:38 PDT 2005
52         - depend on DBD::Pg 1.32 or 1.41+ (1.40 was bunk)
53
54 0.24 Fri Mar 11 02:20:55 PST 2005
55         - Oracle driver from Daniel Hanks <hanksdc@about-inc.com> and Peter
56           Bowen <pbowen@aboutws.com>.
57         - Switch from FreezeThaw to Storable, keep ability to read old files
58
59 0.23 Mon Feb 16 17:35:54 PST 2004
60         - Update Pg dependancy to 1.32
61         - Update the simple load test so it skips DBIx::DBSchema::DBD::Pg if
62           DBD::Pg 1.32 is not installed.
63
64 0.22 Thu Oct 23 15:18:21 PDT 2003
65         - Pg reverse-engineering fix: varchar with no limit
66         - Pg needs (unreleased) DBD::Pg 1.30 (or deb 1.22-2... interesting)
67
68 0.21 Thu Sep 19 05:04:18 PDT 2002
69         - Pg reverse-engineering fix: now sets default
70
71 0.20 Mon Mar  4 04:58:34 2002
72         - documentation updates
73         - fix Column->new when using named params
74         - fix Pg driver reverse-engineering length of numeric columns:
75           translate 655362 to 10,2, etc.
76         - fix Pg driver reverse-engineering of text columns (don't have a
77           length)
78
79 0.19 Tue Oct 23 08:49:12 2001
80         - documentation for %typemap
81         - preliminary Sybase driver from Charles Shapiro
82           <charles.shapiro@numethods.com> and Mitchell J. Friedman
83           <mitchell.friedman@numethods.com>.
84         - Fix Column::line to return a scalar as documented, not a list.
85         - Should finally eliminate the Use of uninitialized value at
86           ... DBIx/DBSchema/Column.pm line 251
87
88 0.18 Fri Aug 10 17:07:28 2001
89         - Added Table::delcolumn
90         - patch from Charles Shapiro <cshapiro@numethods.com> to add
91           `ORDER BY a.attnum' to the SQL in DBIx::DBSchema::DBD::Pg::columns
92
93 0.17  Sat Jul  7 17:55:33 2001
94         - Rework Table->new interface for named params
95         - Fixes for Pg blobs, yay!
96         - MySQL doesn't need non-standard index syntax anymore (since 3.22).
97         - patch from Mark Ethan Trostler <mark@zzo.com> for generating
98           tables without indices.
99
100 0.16  Fri Jan  5 15:55:50 2001
101         - Don't overflow index names.
102
103 0.15  Fri Nov 24 23:39:16 2000
104         - MySQL handling of BOOL type (change to TINYINT)
105
106 0.14  Tue Oct 24 14:43:16 2000
107         - MySQL handling of SERIAL type (change to INTEGER AUTO_INCREMENT)
108
109 0.13  Wed Oct 11 10:47:13 2000
110         - fixed up type mapping foo, added default values, added named
111           parameters to Column->new, fixed quoting of default values
112
113 0.11  Sun Sep 28 02:16:25 2000
114         - oops, original verison got 0.10, so this one will get 0.11
115
116 0.01  Sun Sep 17 07:57:35 2000
117         - original version; created by h2xs 1.19
118