Skip Menu |

This queue is for tickets about the Fey CPAN distribution.

Report information
The Basics
Id: 40858
Status: resolved
Priority: 0/
Queue: Fey

People
Owner: Nobody in particular
Requestors: ARISTOTLE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.15
Fixed in: 0.16



Subject: Can't select on a subquery
It would be very useful if it were possible to pass a Fey::SQL::Select object to another Fey::SQL::Select’s `select` method (and to provide an alias for it somehow) in order to facilitate constructions like SELECT foo, bar, (SELECT someprop FROM baz WHERE quux.baz = baz.id) FROM quux; This can be solved via a left outer join instead, so there's no pressing need for this feature, but it would still be nice to have the option.