> Is there any remote possibility of adding "<>" as the inequality > operator too? The behaviour can be exactly the same.
JDOQL is defined by a spec, to follow Java syntax, hence "!=". Consequently NO DataNucleus will not be supporting invalid JDOQL syntax. If you want to use JPQL, or SQL **with the JDO API** then you can do so, as defined in the DataNucleus docs. http://www.datanucleus.org/products/accessplatform/jdo/api.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
