DBSchema::DBD::mysql reverse-engineering patch from Brian Phillips, closes: CPAN...
[DBIx-DBSchema.git] / DBSchema /
2007-06-28 ivanDBSchema::DBD::mysql reverse-engineering patch from...
2007-06-18 ivanfix for mis-application of SQLite SERIAL patch
2007-04-21 ivanDBSchema::DBD::SQLite SERIAL patch from IN SUK JOUNG
2007-04-21 ivanDBSchema::DBD::SQLite SERIAL patch from IN SUK JOUNG
2007-04-18 ivanfix pod error in DBSchema::DBD::SQLite that confused...
2006-12-28 ivan- Fixes for adding nullability on old Pg (<= 7.3)
2006-11-02 ivanFixes for dropping nullability on old Pg (<= 7.2)
2006-11-02 ivanFixes for dropping nullability on old Pg (<= 7.2)
2006-03-30 ivanincrement the version numbers in Column.pm and Table...
2006-03-30 ivan - more schema update stuff: DBIx_DBSchema_0_31
2006-02-17 ivanbrainfart! 0.30 DBIx_DBSchema_0_30
2006-02-16 ivan0.29! DBIx_DBSchema_0_29
2006-02-16 ivan0.29
2005-12-02 ivanincrement Column.pm version number for new Pg 7.2 foo
2005-12-02 ivanColumn::sql_add_column fix when adding primary keys...
2005-12-01 ivanworkaround for PAUSE parsing of DBIx::DBSchema::DBD...
2005-11-28 ivantiny bit of cleanup
2005-11-28 ivanInitial SQLite support from Jesse Vincent
2005-10-19 ivanfix typo in DBIx::DBSchema::DBD POD doc, closes: cpan...
2005-08-16 ivannew Column::sql_add_column method DBIx_DBSchema_0_27
2005-04-15 ivanMySQL patch for enum types from Andy Orr <aorr76@gmail...
2005-04-07 ivanask for "public" db schema only from Pg DBIx_DBSchema_0_26
2005-04-06 ivandepend on DBD::Pg 1.32 or 1.41+ (1.40 was bunk) DBIx_DBSchema_0_25
2004-02-26 ivanadding Oracle driver
2004-02-17 ivan0.23 DBIx_DBSchema_0_23
2003-10-23 ivan0.22 !
2003-03-19 ivanPg reverse-engineering fix: varchar with no limit
2002-11-29 ivanSybase patch from Bernd Dulfer <bernd@widd.de>
2002-09-19 ivan Pg reverse-engineering fix: now sets default DBIx_DBSchema_0_21
2002-03-04 ivan0.20
2002-03-04 ivandoc
2001-10-23 ivan0.19 DBIX_DBSCHEMA_0_19
2001-10-23 ivanhopefully finally get rid of the
2001-09-30 ivan%typemap is documented.
2001-09-05 ivandocumentation for %typemap, preliminary Sybase driver
2001-08-08 ivanpatch from Charles Shapiro <cshapiro@numethods.com...
2001-08-03 ivanfix
2001-07-30 ivanprimary key Pg fix
2001-07-30 ivandelcolumn, version bump for dependencies
2001-07-08 ivancredit!
2001-07-08 ivanpatch from Mark Ethan Trostler <mark@zzo.com>
2001-05-09 ivanMySQL doesn't need special index processing anymore.
2001-05-03 ivannew blob typemaps, Pg now has a sane blob type!
2001-04-15 ivandoc fix
2001-03-03 ivanrework Table->new interface for extensibility
2001-01-05 ivanindex fixes, oops DBIx_DBSchema_0_16
2000-11-25 ivantransalate `bool' to `tinyint' for MySQL. DBIx_DBSchema_0_15
2000-10-24 ivanserial datatype emulation for mysql
2000-10-11 ivanexplicitly disconnect if created_dbh
2000-10-09 ivanget rid of use of uninitialized value errors
2000-10-09 ivandoc
2000-10-09 ivanOn Mon, Oct 09, 2000 at 02:30:51AM -0400, Jesse wrote:
2000-10-07 ivanadded typemap foo and default values
2000-09-27 ivanbugfixes
2000-09-27 ivanbugs
2000-09-27 ivanimplement pretty_read
2000-09-27 ivanremove some debugging cruft, oops
2000-09-27 ivanget rid of superfluous _from_dsn methods
2000-09-26 ivaninitial import START