X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Changes;h=ff6c70c228e85ff71306ede115fd6a2e3b3d94e2;hb=04ddb352aeb587be0d0409996edda41a035c0bc3;hp=9f67fef9070b4766564993c63749cc300913dc25;hpb=2854f484933427a59f771a60f8928fb1d1b3a379;p=DBIx-DBSchema.git diff --git a/Changes b/Changes index 9f67fef..ff6c70c 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,35 @@ Revision history for Perl extension DBIx::DBSchema. -0.32 unreleased +0.33 Thu Jun 28 18:46:15 PDT 2007 + - Overhaul of index representation: indices (both normal and unique) + now have names and are DBIx::DBSchema::Index objects + - update_schema now handles indices! + - Bump version numbers in Table.pm, Column.pm and DBD.pm + - Pg reverse-engineering fix for column order in multi-column indices, + to prevent needless drop/add of identical indices + - mysql reverse-engineering patch from Brian Phillips + , closes: CPAN#17582, thanks! + - mysql NAME vs NAME_lc patch from Ralf Hack , + closes: CPAN#16715, thanks! + - mysql fix for additional column data from Chris Mungall + , closes: CPAN#20859, thanks! + - SQLite SERIAL patch from IN SUK JOUNG , and fix + for mis-application of said patch from Slaven Rezic + , thanks! + - Update README wrt current CVS info and URL, closes: CPAN#27577 + +0.32 Wed Apr 18 15:02:25 PDT 2007 - increment the version numbers in Column.pm and Table.pm and the "use" statements accordingly - Error reporting for load constructor - Update documentation wrt supported databases and new update_schema stuff + - Fixes for dropping nullability on old Pg (<= 7.2) + - Fixes for adding nullability on old Pg (<= 7.3) + - Throw a warning if pg_server_version is unavailable, assume >= 7.3 + - fix POD error in DBSchema::DBD::SQLite that confused pod2man and + prevented the documentation from being installed. Patch from Niko + Tyni , thanks! 0.31 Thu Mar 30 05:28:20 PST 2006 - more schema update stuff: