On Mon, Apr 26, 2010 at 15:14, Gadbury <[email protected]> wrote: > No I haven't tried that. Does that always work for XPath queries and only > for XPath queries? What about SQL2 queries?
The order by trick should work with both xpath and jcr-sql (from the JCR 1.0 spec), since they share the same query implementation. I guess it also works with jcr-sql2 / jqom from the JCR 2.0 spec, but I am not sure. Regards, Alex -- Alexander Klimetschek [email protected]
