Closed Jean85 closed 10 years ago
are you sure you wanted to open this issue on phpcr-odm? phpcr-odm is for phpcr what the orm is for dbal. i am not sure if jcr sql2 even has the subquery feature. https://docs.jboss.org/author/display/MODE/JCR-SQL2?_sscc=t#JCR-SQL2-Subquery suggests that it does not
You're right.. Sorry fot the mistake Is DBAL the right subproject for this request then?
yes
no harm done ;-)
I would like to "port" an improvement request from the old JYRA: http://www.doctrine-project.org/jira/browse/DBAL-909
SetMaxResults doesn't work on subqueries, it's not implemented and it's not sure it's a supported feature on all platforms. MySQL supports that, BTW.
Tell me if you need more details, I've got the same problem on my project.