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)