missing test from git
[DBIx-DBSchema.git] / DBSchema /
2022-09-07 Ivan KohlerFix Pg reverse-engineering of default values in Pg...
2017-10-01 Ivan Kohlerwhitespace OCD
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)
2016-02-04 Ivan KohlerAdd IF EXISTS to DROP INDEX (except under MySQL)
2016-02-04 Ivan KohlerAdd IF EXISTS to DROP INDEX (except under MySQL)
2016-02-04 Ivan KohlerAdd IF EXISTS to DROP INDEX (except under MySQL)
2015-05-07 Ivan Kohlerremove warning
2015-05-07 Ivan Kohlerfix Pg reverse-engineering of foreign key MATCH/ON...
2015-05-07 Ivan Kohlerfix SQLite reverse-engineering, closes: CPAN#95961
2014-01-29 Ivan Kohlerno DEFAULT for mysql, patch from trs@bestpractical...
2013-11-16 Ivan Kohler Fix MATCH / ON DELETE / ON UPDATE
2013-11-16 Ivan Kohlerquiet noise
2013-11-16 Ivan KohlerFK removal
2013-11-04 Ivan KohlerCreate/alter tables before foreign key changes
2013-11-04 Ivan KohlerCreate/alter tables before foreign key changes
2013-11-04 Ivan Kohlerdoc
2013-11-04 Ivan KohlerFix table creation broken by 0.42
2013-11-03 Ivan Kohlerstart of foreign key support
2013-11-03 Ivan Kohlerstart of foreign key support
2013-10-26 Ivan Kohlerconsolidate multiple ALTER TABLE statements for efficiency
2013-10-26 Ivan Kohlerconsolidate multiple ALTER TABLE statements for efficie...
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-03-27 ivanmysql: fix reverse-engineering of empty string default
2010-03-27 ivan- mysql: when reverse engineering, transform a default of
2010-03-26 ivanMySQL TEXT->LONGTEXT
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...
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-12-13 ivanfix bug preventing adding new columns as primary keys...
2007-11-07 ivanPatch from ISHIGAKI@cpan.org to suppress unnecessary...
2007-10-28 ivanfix mysql NULL reverse-engineering and updating
2007-10-27 ivanUpdate Table.pm, add local_options
2007-10-25 ivanmove all mysql- and Pg-specific code to DBD driver...
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 ivanthis file is a wee-bit important for a 0.33 release.. DBIx_DBSchema_0_33
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...
2007-06-28 ivanDBSchema::DBD::mysql NAME vs NAME_lc patch from Ralf...
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
next