I'm trying to use the contains method in a query and having some
trouble.  The query is formatted like this:

"select from Transactions where userName == 'auser' && account ==
'anAccount' && desc.contains(ing) order by transDate desc,
categoryName"

desc is a column in my Transactions table.  Don't think I'm quite
understanding how the contains method works and how to implement in a
query.

I get this error returned on my jsp when I try to run that query:
org.datanucleus.store.appengine.query.DatastoreQuery
$UnsupportedDatastoreFeatureException: Problem with query

--

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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to