| Age | Commit message (Expand) | Author |
| 2022-09-07 | 0.47 | Ivan Kohler |
| 2022-09-07 | Fix Pg reverse-engineering of default values in Pg v12+ | Ivan Kohler |
| 2017-10-01 | fix table fetching for Sybase and SQLite drivers, patch from Nathan Anderson ... | Ivan Kohler |
| 2017-10-01 | Refactor table fetching into a driver-overridable | Ivan Kohler |
| 2016-02-03 | Add IF EXISTS to DROP INDEX (except under MySQL) | Ivan Kohler |
| 2015-05-06 | 0.45 | Ivan Kohler |
| 2015-05-06 | fix Pg reverse-engineering of foreign key MATCH/ON DELETE/ON UPDATE clauses | Ivan Kohler |
| 2015-05-06 | fix SQLite reverse-engineering, closes: CPAN#95961 | Ivan Kohler |
| 2015-03-02 | doc: Add repository information | Ivan Kohler |
| 2014-01-29 | no DEFAULT for mysql, patch from trs@bestpractical, CPAN#58505 | Ivan Kohler |
| 2013-11-15 | 0.44 | Ivan Kohler |
| 2013-11-15 | Fix MATCH / ON DELETE / ON UPDATE | Ivan Kohler |
| 2013-11-15 | FK removal | Ivan Kohler |
| 2013-11-06 | POD fixes from Xavier Guimard <x.guimard@free.fr> and Damyan Ivanov dmn@debia... | Ivan Kohler |
| 2013-11-04 | 0.43 | Ivan Kohler |
| 2013-11-04 | Create/alter tables before foreign key changes | Ivan Kohler |
| 2013-11-04 | Fix table creation broken by 0.42 | Ivan Kohler |
| 2013-11-03 | Incorporate CPAN::Changes::Spec-compliant Changes file from Neil Bowers, clos... | Ivan Kohler |
| 2013-11-03 | 0.42 | Ivan Kohler |
| 2013-11-03 | start of foreign key support | Ivan Kohler |
| 2013-10-26 | consolidate multiple ALTER TABLE statements for efficiency | Ivan Kohler |
| 2011-12-18 | mysql: implement altering column types & lengths | ivan |
| 2011-01-02 | fix Pg mapping for DOUBLE PRECISION type to avoid needless alter cols | ivan |
| 2010-06-14 | doc: sql_update_schema link to sql_add_column misspelled | ivan |
| 2010-03-27 | mysql: fix reverse-engineering of empty string default | ivan |
| 2010-03-27 | - mysql: when reverse engineering, transform a default of | ivan |
| 2010-03-26 | MySQL TEXT->LONGTEXT | ivan |
| 2010-01-14 | 0.38DBIx_DBSchema_0_38 | ivan |
| 2010-01-09 | 0.38 | ivan |
| 2010-01-09 | Column default values: refactor handling, improve Pg reverse engineering and ... | ivan |
| 2010-01-08 | fix inadvertantly acquiring empty string defaults for non-numeric colums | ivan |
| 2009-12-06 | initial support for handling changes to a column's type or size | ivan |
| 2009-06-03 | Pg: se default_db_schema when adding SERIAL columns instead of hardcoding "pu... | ivan |
| 2008-01-03 | Patch from Slavin Rezic <srezic@cpan.org> to prevent quoting around numeric d... | ivan |
| 2007-12-14 | 0.36DBIx_DBSchema_0_36 | ivan |
| 2007-12-13 | fix bug preventing adding new columns as primary keys under Pg | ivan |
| 2007-11-07 | Patch from ISHIGAKI@cpan.org to suppress unnecessary warnings about undefined... | ivan |
| 2007-10-30 | 0.35DBIx_DBSchema_0_35 | ivan |
| 2007-10-28 | fix mysql NULL reverse-engineering and updating | ivan |
| 2007-10-27 | Update Table.pm, add local_options | ivan |
| 2007-10-25 | move all mysql- and Pg-specific code to DBD driver callbacks | ivan |
| 2007-09-23 | Fix minor breakage (pretty_print) resulting from Jesse's changes. | ivan |
| 2007-08-19 | * Bump to 0.34 for releaseDBIx_DBSchema_0_34 | jesse |
| 2007-08-14 | implement column dropping | ivan |
| 2007-08-14 | Make table dropping optional, not the default. | ivan |
| 2007-07-05 | drop table patch from Slaven, closes: CPAN#27936 | ivan |
| 2007-06-29 | 0.33 | ivan |
| 2007-06-29 | index updating now can rename indices on Pg v8+, for efficiency with large da... | ivan |
| 2007-06-28 | overhaul of index representation: indices (both normal and unique) are now na... | ivan |
| 2007-06-18 | fix for mis-application of SQLite SERIAL patch | ivan |