move all mysql- and Pg-specific code to DBD driver callbacks
[DBIx-DBSchema.git] / DBSchema.pm
2007-10-25 ivanmove all mysql- and Pg-specific code to DBD driver...
2007-09-23 ivanFix minor breakage (pretty_print) resulting from Jesse...
2007-08-19 jesse * Bump to 0.34 for release DBIx_DBSchema_0_34
2007-08-14 ivanimplement column dropping
2007-08-14 ivanMake table dropping optional, not the default.
2007-08-14 jesse* First cut at shutting up index/unique calls from...
2007-07-05 ivandrop table patch from Slaven, closes: CPAN#27936
2007-06-29 ivan0.33
2007-06-29 ivanindex updating now can rename indices on Pg v8+, for...
2007-06-28 ivanoverhaul of index representation: indices (both normal...
2006-08-30 ivanUpdate documentation wrt supported databases and new...
2006-08-26 ivanbetter error reporting for schema load failures, hopefu...
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
2005-12-01 ivan$version++
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
2005-03-11 ivanStorable! 0.24! DBIx_DBSchema_0_24
2004-02-17 ivan0.23 DBIx_DBSchema_0_23
2003-10-23 ivanfix error reporting for problems loading DBIx::DBSchema... DBIx_DBSchema_0_22
2003-05-31 ivandoc
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
2001-09-05 ivandocumentation for %typemap, preliminary Sybase driver
2001-07-30 ivandelcolumn, version bump for dependencies
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 ivanversion 0.14 DBIx_DBSchema_0_14
2000-10-11 ivanexplicitly disconnect if created_dbh
2000-10-09 ivanget rid of use of uninitialized value errors
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-10-02 ivannot properly registering dependency on FreezeThaw.... DBIx_DBSchema_0_11
2000-09-27 ivanbugfixes
2000-09-27 ivanbugs
2000-09-27 ivanDBSchema->sql usage clarification
2000-09-27 ivanDBSchema->sql usage clarification
2000-09-27 ivanfix pretty_read
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