When I make a query of type:
SELECT FROM Business WHERE url.endsWith('google.com')
I get the following exception:
[java] org.datanucleus.store.appengine.query.DatastoreQuery
$UnsupportedData
storeFeatureException: Problem with query <SELECT FROM Business WHERE
url.endsWith('google.com')>: Unsupported method <endsWith> while pa
rsing expression: InvokeExpression{[PrimaryExpression{url}].endsWith
(Literal{google.com})}
Is endsWith(String) not supported?
Seemed like the documentation was saying otherwise:
http://www.datanucleus.org/products/accessplatform/jdo/jdoql_methods.html
Am I missing something?
Thanks!
--
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.