Skip Menu |

This queue is for tickets about the DBIx-Class CPAN distribution.

Report information
The Basics
Id: 64205
Status: open
Priority: 0/
Queue: DBIx-Class

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.