Multiple common sense fixes for m2m accessors
authorPeter Rabbitson <ribasushi@cpan.org>
Sun, 5 Jul 2015 14:38:58 +0000 (16:38 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Sun, 5 Jul 2015 15:17:00 +0000 (17:17 +0200)
commit12d4ace42dceb1e264a476d26ca7189036cbbb85
treea5ce47f5941739507f3dc807df13d85aa836e674
parente6f5efaba3b386a7ccd5d950dbb2925eeba05be8
Multiple common sense fixes for m2m accessors

Notably ensure set_X is executed in a transaction, and remove the erroneous
call to _resolve_condition introduced back in 303cf522 and never questioned
since
Changes
lib/DBIx/Class/Relationship/ManyToMany.pm
t/lib/DBICTest/Schema/Artwork_to_Artist.pm
t/relationship/custom.t