summaryrefslogtreecommitdiff
path: root/DBSchema
AgeCommit message (Expand)Author
2022-09-07Fix Pg reverse-engineering of default values in Pg v12+Ivan Kohler
2017-10-01whitespace OCDIvan Kohler
2017-10-01fix table fetching for Sybase and SQLite drivers, patch from Nathan Anderson ...Ivan Kohler
2017-10-01 Refactor table fetching into a driver-overridableIvan Kohler
2016-02-03Add IF EXISTS to DROP INDEX (except under MySQL)Ivan Kohler
2016-02-03Add IF EXISTS to DROP INDEX (except under MySQL)Ivan Kohler
2016-02-03Add IF EXISTS to DROP INDEX (except under MySQL)Ivan Kohler
2016-02-03Add IF EXISTS to DROP INDEX (except under MySQL)Ivan Kohler
2015-05-06remove warningIvan Kohler
2015-05-06fix Pg reverse-engineering of foreign key MATCH/ON DELETE/ON UPDATE clausesIvan Kohler
2015-05-06fix SQLite reverse-engineering, closes: CPAN#95961Ivan Kohler
2014-01-29no DEFAULT for mysql, patch from trs@bestpractical, CPAN#58505Ivan Kohler
2013-11-15 Fix MATCH / ON DELETE / ON UPDATEIvan Kohler
2013-11-15quiet noiseIvan Kohler
2013-11-15FK removalIvan Kohler
2013-11-04Create/alter tables before foreign key changesIvan Kohler
2013-11-04Create/alter tables before foreign key changesIvan Kohler
2013-11-04docIvan Kohler
2013-11-04Fix table creation broken by 0.42Ivan Kohler
2013-11-03start of foreign key supportIvan Kohler
2013-11-03start of foreign key supportIvan Kohler
2013-10-26consolidate multiple ALTER TABLE statements for efficiencyIvan Kohler
2013-10-26consolidate multiple ALTER TABLE statements for efficiency, modernize deb pac...Ivan Kohler
2013-10-26consolidate multiple ALTER TABLE statements for efficiency, modernize deb pac...Ivan Kohler
2013-10-26consolidate multiple ALTER TABLE statements for efficiencyIvan Kohler
2011-12-18mysql: implement altering column types & lengthsivan
2011-01-02fix Pg mapping for DOUBLE PRECISION type to avoid needless alter colsivan
2010-03-27mysql: fix reverse-engineering of empty string defaultivan
2010-03-27- mysql: when reverse engineering, transform a default ofivan
2010-03-26MySQL TEXT->LONGTEXTivan
2010-01-090.38ivan
2010-01-09Column default values: refactor handling, improve Pg reverse engineering and ...ivan
2010-01-08fix inadvertantly acquiring empty string defaults for non-numeric columsivan
2010-01-08fix inadvertantly acquiring empty string defaults for non-numeric columsivan
2009-12-06initial support for handling changes to a column's type or sizeivan
2009-06-03Pg: se default_db_schema when adding SERIAL columns instead of hardcoding "pu...ivan
2008-01-03Patch from Slavin Rezic <srezic@cpan.org> to prevent quoting around numeric d...ivan
2007-12-13fix bug preventing adding new columns as primary keys under Pgivan
2007-11-07Patch from ISHIGAKI@cpan.org to suppress unnecessary warnings about undefined...ivan
2007-10-28fix mysql NULL reverse-engineering and updatingivan
2007-10-27Update Table.pm, add local_optionsivan
2007-10-25move all mysql- and Pg-specific code to DBD driver callbacksivan
2007-08-14implement column droppingivan
2007-08-14Make table dropping optional, not the default.ivan
2007-08-14* First cut at shutting up index/unique calls from within the codebase.jesse
2007-07-05drop table patch from Slaven, closes: CPAN#27936ivan
2007-06-29this file is a wee-bit important for a 0.33 release..DBIx_DBSchema_0_33ivan
2007-06-290.33ivan
2007-06-29index updating now can rename indices on Pg v8+, for efficiency with large da...ivan
2007-06-28overhaul of index representation: indices (both normal and unique) are now na...ivan