Subject: | as_subselect_rs does not handle joined selects |
Currently as_subselect_rs breaks horribly when the subselected resultset
fetches data from multiple tables (e.g. a prefetching resultset). To fix
this DBIx::Class::SQLMaker::LimitDialects::_subqueried_limit_attrs needs
to migrate to ResultSet.pm and get refactored to operate with
non-literal SQL blocks.