Hi Sascha, can you give some examples? like you test input & output.
It is really easy to add/reuse a test in jackrabbit-core to check if things work properly. In your case you can take a look at the sql2 order by tests [0]. best, alex [0] http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/query/SQL2OrderByTest.java On Wed, Mar 28, 2012 at 2:01 PM, <[email protected]> wrote: > Hi all, > > > > I have a query that looks like: > > > > SELECT * FROM custom:node ORDER BY custom:date > > > > The strange thing is that I do now get the results in lexically order > instead of the order by date. How do I force Jackrabbit to order the > result by date and not lexically? > > > > PS: I can also replace custom:date with jcr:created and result is the > same => lexically ordering > > > > BR, > > > > Sascha > >
