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 10:05:42 +0000 (11:05 +0100)
commit7d6c28b70b4c37d6296ea4a17ac919799b3a8bc2
treef8a0bd052d4ece7d92aa16d704a67373718cdc0a
parentb74b15b066a19f07b575883abd397ea4d3b045db
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