Ticket #518 (fixed enhancement)
Figure out subqueries
- Created: 2011-10-25 21:57:01
- Reported by: Franz
- Assigned to: Franz
- Milestone: 2.0-alpha1
- Component: database
- Priority: normal
Possibly the last really big thing that remains to be solved in the new database layer.
History
Franz 2011-11-07 18:00:17

- Status changed from open to fixed.
Interesting. This is already possible, since queries that inherit from Flux_Database_Query_Multi can simply be compiled (instead of run) by calling the compile() function instead of the run() function.