summaryrefslogtreecommitdiff
path: root/Changes
AgeCommit message (Expand)Author
2022-09-070.47Ivan Kohler
2022-09-07Fix Pg reverse-engineering of default values in Pg v12+Ivan 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
2015-05-060.45Ivan 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
2015-03-02doc: Add repository informationIvan Kohler
2014-01-29no DEFAULT for mysql, patch from trs@bestpractical, CPAN#58505Ivan Kohler
2013-11-150.44Ivan Kohler
2013-11-15 Fix MATCH / ON DELETE / ON UPDATEIvan Kohler
2013-11-15FK removalIvan Kohler
2013-11-06POD fixes from Xavier Guimard <x.guimard@free.fr> and Damyan Ivanov dmn@debia...Ivan Kohler
2013-11-040.43Ivan Kohler
2013-11-04Create/alter tables before foreign key changesIvan Kohler
2013-11-04Fix table creation broken by 0.42Ivan Kohler
2013-11-03Incorporate CPAN::Changes::Spec-compliant Changes file from Neil Bowers, clos...Ivan Kohler
2013-11-030.42Ivan Kohler
2013-11-03start of foreign key supportIvan 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-06-14doc: sql_update_schema link to sql_add_column misspelledivan
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-140.38DBIx_DBSchema_0_38ivan
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
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-140.36DBIx_DBSchema_0_36ivan
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-300.35DBIx_DBSchema_0_35ivan
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-09-23Fix minor breakage (pretty_print) resulting from Jesse's changes.ivan
2007-08-19 * Bump to 0.34 for releaseDBIx_DBSchema_0_34jesse
2007-08-14implement column droppingivan
2007-08-14Make table dropping optional, not the default.ivan
2007-07-05drop table patch from Slaven, closes: CPAN#27936ivan
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
2007-06-18fix for mis-application of SQLite SERIAL patchivan