missing test from git
[DBIx-DBSchema.git] / DBSchema.pm
2022-09-07 Ivan KohlerFix Pg reverse-engineering of default values in Pg...
2017-10-01 Ivan Kohlerfix table fetching for Sybase and SQLite drivers, patch...
2017-10-01 Ivan Kohler Refactor table fetching into a driver-overridable
2016-02-04 Ivan KohlerAdd IF EXISTS to DROP INDEX (except under MySQL)
2015-05-07 Ivan Kohler0.45
2015-05-07 Ivan Kohler0.45_01 test
2015-03-02 Ivan Kohlerdoc: Add repository information
2013-11-16 Ivan Kohler0.44
2013-11-16 Ivan KohlerFK removal
2013-11-07 Ivan KohlerPOD fixes from Xavier Guimard <x.guimard@free.fr> and...
2013-11-04 Ivan Kohler0.43
2013-11-04 Ivan KohlerCreate/alter tables before foreign key changes
2013-11-03 Ivan KohlerIncorporate CPAN::Changes::Spec-compliant Changes file...
2013-11-03 Ivan Kohler0.42
2013-11-03 Ivan Kohlerstart of foreign key support
2013-10-26 Ivan Kohlerconsolidate multiple ALTER TABLE statements for efficie...
2013-10-26 Ivan Kohlerconsolidate multiple ALTER TABLE statements for efficiency
2011-12-18 ivanmysql: implement altering column types & lengths
2011-01-02 ivanfix Pg mapping for DOUBLE PRECISION type to avoid needl...
2010-06-14 ivandoc: sql_update_schema link to sql_add_column misspelled
2010-03-27 ivan- mysql: when reverse engineering, transform a default of
2010-03-26 ivanMySQL TEXT->LONGTEXT
2010-01-14 ivan0.38 DBIx_DBSchema_0_38
2010-01-09 ivan0.38
2010-01-09 ivanColumn default values: refactor handling, improve Pg...
2010-01-08 ivanfix inadvertantly acquiring empty string defaults for...
2009-12-06 ivaninitial support for handling changes to a column's...
2009-06-03 ivanPg: se default_db_schema when adding SERIAL columns...
2008-01-03 ivanPatch from Slavin Rezic <srezic@cpan.org> to prevent...
2007-11-07 ivanPatch from ISHIGAKI@cpan.org to suppress unnecessary...
2007-10-30 ivan0.35 DBIx_DBSchema_0_35
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