hongluu / krank

Automatically exported from code.google.com/p/krank
0 stars 0 forks source link

OrderBy with asc or desc operators doesn't work #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

I have used: find(orderBy(desc("toDate"))); I have tried others ways too, 
but always I get "unexpected token: DESC"

I have tried with 0.6 and 0.7 snapshots with TopLink as JPA provider. I 
have seen that the methods which use orderBy in GenericDaoJpaTest.java are 
labeled with @Test(groups = { "broken" }) and I don't know why.

Cheers.

Original issue reported on code.google.com by omul...@hazclick.com on 18 Sep 2007 at 2:06