Fix exception on complex update/delete under a replicated setup
authorPeter Rabbitson <ribasushi@cpan.org>
Tue, 17 Mar 2015 15:21:47 +0000 (16:21 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Wed, 18 Mar 2015 13:41:12 +0000 (14:41 +0100)
commit7f95ea9928d36f9bd41f3c3f45fcb84a62f35577
tree95591fe982fe3c81841ab9f83bf2f568b9ae032e
parentc4c7254dc23f98ec5ea80fd44c37d8dbe6f6783d
Fix exception on complex update/delete under a replicated setup

THIS COMMIT IS A HACK!!! The actual fix is migration of the logic to the
SQLMaker subclass and deal with it there. However the entire class hierarchy
is currently in flux, so go with the least invasive change until the storage
rewrite settles.

(cherry pick of da4a8fe7)
Changes
lib/DBIx/Class/Storage/DBI/Replicated.pm