hi:

I wrote the following query:
Select p From we.bean.base.Player p where p.Id = 664778005 OR p.Id =
999

and I get:

Nested in org.apache.jasper.JasperException:
org.datanucleus.store.appengine.query.DatastoreQuery
$UnsupportedDatastoreOperatorException: Problem with query <SELECT
FROM we.bean.base.Player p WHERE p.facebookId = 664778005 OR
p.facebookId = 999>: App Engine datastore does not support operator
OR :
org.datanucleus.store.appengine.query.DatastoreQuery
$UnsupportedDatastoreOperatorException: Problem with query <Select p
>From we.bean.base.Player p where p.Id = 664778005 OR p.Id = 999>: App
Engine datastore does not support operator  OR

App Engine datastore does not support operator  OR

so we can't use or in datatstore.???

thx.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to