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:30:20 +0000 (14:30 +0100)
commitda4a8fe752719362c6f6b1be5b42593fc4509ad6
treea635d5c239a535241c5a1b5629aecac5fb9aba40
parenta6543cfa5769989102af82b5308e23a4ebd3d24d
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.

Testing for this will show up in the next commit
Changes
lib/DBIx/Class/Storage/DBI/Replicated.pm