I think you could use a int column replace

On Sat, Feb 27, 2010 at 6:32 AM, Andriy Andrunevchyn <diyko...@gmail.com>wrote:

> I have the same problem
> How have You solved it?
>
> On 24 Лют, 00:36, keyurva <keyu...@gmail.com> wrote:
> > 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 <keyu...@gmail.com> wrote:
> >
> >
> >
> > > This has to be the first query that works but somehow for me a simple
> > > EQUAL operator on a string propertydoesnotyield 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 itdoeswork. But I'd
> > > like someone to confirm this for me.
> >
> > > To give an example for my issue - a query such as: SEX = "MALE"does
> > >notworkbut 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
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
dream or truth

-- 
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