X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Changes;h=5ddc35f789beabca6806bfe241300d1ee7199e6b;hb=d2284823a46c45d4f5a14af9884ad31441a06428;hp=953ba29299cbeb007b204e727f455f014afd7da3;hpb=76a7c156bcd8546ca2ed70b6ec78dbf432993895;p=DBIx-DBSchema.git diff --git a/Changes b/Changes index 953ba29..5ddc35f 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,13 @@ Revision history for Perl module DBIx::DBSchema -0.44_02 not released +0.45 unreleased + - MySQL does not support DEFAULT for TEXT/BLOB columns, closes: CPAN#58505 + - doc: Add repository information + - fix SQLite reverse-engineering, closes: CPAN#95961 + - fix Pg reverse-engineering of foreign key MATCH/ON DELETE/ON UPDATE + clauses + +0.44 2013-11-15 17:54:37 PST - POD fixes from Xavier Guimard and Damyan Ivanov of the Debian Perl Group, closes: CPAN#82187 - More foreign key support