many_to_many rel bridge generation for link tables
authorRafael Kitover <rkitover@cpan.org>
Fri, 9 Dec 2011 08:57:51 +0000 (03:57 -0500)
committerRafael Kitover <rkitover@cpan.org>
Fri, 9 Dec 2011 10:29:37 +0000 (05:29 -0500)
commiteaf230843e93fe01cb9c3ed1b371e193d809067b
tree836730d4178f254e1b4cab7934ef3424c57c71d6
parent0f8448322561029d7265adc51484136b2433ad28
many_to_many rel bridge generation for link tables

For tables that have 2 FKs whose only columns are members of the FKs,
and having all columns in the PK, many_to_many relationship bridges are
now generated for the referred to classes.
Changes
Makefile.PL
lib/DBIx/Class/Schema/Loader/Base.pm
lib/DBIx/Class/Schema/Loader/RelBuilder.pm
t/lib/dbixcsl_common_tests.pm