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>
Sun, 22 Mar 2015 12:15:39 +0000 (13:15 +0100)
commitadc715e3c685ec81f9a000ce88c19f33736557e8
treef7fa55e7a3f90ebc38e3aa2abef2e554194672ab
parent5713726d6eda6797caf886ba9c29ee0a423f75ac
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 7f95ea99)
Changes
lib/DBIx/Class/Storage/DBI/Replicated.pm