Hi,
I'm writing a small DBIx::Class component that needs to resolve a
condition: get the local fields from a belongs_to relation given the
other side row.
A couple years ago I used resolve_condition on the ResultSet to do
that, but this API is now private. Is there a public version? If not,
what would be the recommended way to do this?
Thanks,