This is where embarrassment becomes me. This issue was a false alarm. A case of corrupt data.
Sorry for the trouble. == Keyur On Feb 23, 1:37 pm, keyurva <[email protected]> wrote: > This has to be the first query that works but somehow for me a simple > EQUAL operator on a string property does not yield results. I'm using > the low level datastore api. Now it could be that this is only a local > datastore issue and once deployed on app engine it does work. But I'd > like someone to confirm this for me. > > To give an example for my issue - a query such as: SEX = "MALE" does > not work but SEX >= "MALE" AND SEX < "MALEa" does. (This first one of > course translates to a query with one EQUAL filter while the second > one translates to a query with 2 filters - GREATER_THAN_OR_EQUAL and > LESS_THAN). > > Thanks, > Keyur -- 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.
