Subject: | Can't access related_resultset through Storage::DBI::Replicated |
On current DBIC versions, accessing related_resultset when storage is
Replicated causes an error: "_inner_join_to_node must not be called on
DBIx::Class::Storage::DBI::Replicated objects"
This was working fine in 0.8123, got broken somewhere in 0.8124 dev
cycle. Specifically, commit 31a8aaaf104a710ae5b7671659e89c1ef62c84e8
marked the method as unimplemented in Storage::DBI::Replicated, but the
internals were being hacked on quite a bit prior to that.