Merge 'trunk' into 'current'
Brandon Black [Thu, 29 Mar 2007 13:44:16 +0000 (13:44 +0000)]
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

1  2 
Changes
lib/DBIx/Class/Schema/Loader/DBI.pm
lib/DBIx/Class/Schema/Loader/DBI/mysql.pm

diff --cc 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)
Simple merge