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>
Wed, 12 Aug 2015 12:30:40 +0000 (14:30 +0200)
commit5294fdc61249a48e2e330796f82e0f2035d0faaa
tree69dc17b7043bb2d1e082fb54f58e58c3054ff77b
parentb79eae3bd2b5abeb6789cf5e35f592cdaba92482
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