Hi,

In rare cases I need to put subselects right after 'SELECT' keyword in 
MySQL.
e.g:

select x,y,(select z from b where id = a.id) as _b from a ...

is there any support planned for this case?
The original ezcQuerySelect->select() function could be enhanced to use 
ezcQuerySubSelect object.
Needs class checking and getQuery functionality, maybe alias enhancement 
as well.

best regards
Sandor B.

PS.: I really like to use ezcomponents. To only frameworks, or set of 
tools I got very fast familiar with. Thanks to TS and KN's book.
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to