From: Brandon Black Date: Thu, 29 Mar 2007 13:44:16 +0000 (+0000) Subject: Merge 'trunk' into 'current' X-Git-Tag: 0.03999_01~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=5c6e5bfe1d3c8c0cf38d6ad95811216ee8f8f434 Merge 'trunk' into 'current' r20620@brandon-blacks-computer (orig r3074): ash | 2007-02-04 09:20:47 -0600 Fixed quoting problem in _table_columns r27318@brandon-blacks-computer (orig r3147): blblack | 2007-03-29 08:16:30 -0500 fixed compat problems w/ DBD::mysql 4.002+, bumped version to 0.03010 for release --- 5c6e5bfe1d3c8c0cf38d6ad95811216ee8f8f434 diff --cc Changes index 01666c1,d578803..c36f3a1 --- a/Changes +++ b/Changes @@@ -1,14 -1,15 +1,21 @@@ Revision history for Perl extension DBIx::Class::Schema::Loader + - columns_info_for imported from DBIx::Class + - relationships are now on by default, use skip_relationships + to disable them + - Removed previously deprecated methods/options + - Added $VERSION to all packages in this dist + + 0.03010 Thu Mar 29 12:36:19 UTC 2007 + - Workaround for new incompatible changes in DBD::mysql's "tables" + method, which was causing us to find no tables w/ DBD::mysql + 4.002+ + - Fixed quoting problem in _table_columns (could cause crash when + dumping/doing a static create) (from ash) + 0.03009 Wed Nov 15 14:03:37 UTC 2006 - - fix for rt.cpan.org #22425 (use File::Spec where appropriate) - - use full instead of short classnames in relationships (from victori) + - fix for rt.cpan.org #22425 (use File::Spec where appropriate) + - use full instead of short classnames in relationships (from victori) 0.03008 Fri Oct 20 18:08:20 UTC 2006 - fix for rt.cpan.org #21084 (dump_overwrite pathological output recursion)