According to the GQL Reference [
http://code.google.com/appengine/docs/python/datastore/gqlreference.html
] there are methods that I can use in queries to read special data
types. One such method is GEOPT. When I test a query string in the App
Engine Datastore Viewer it works as expected. But when I use the same
query string in Java code I see the following error in the App Engine
logs:
Error: Problem with query <SELECT FROM Sign WHERE geoPt >
GEOPT(43.123456,-79.123456)>: Unsupported method <GEOPT> while parsing
expression: InvokeExpression{[null].GEOPT(Literal{43.123456},
Literal{-79.123456})}
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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?hl=en.