Re: [appengine-java] Re: EQUAL operator on string properties

2010-02-28 Thread yjun hu
I think you could use a int column replace

On Sat, Feb 27, 2010 at 6:32 AM, Andriy Andrunevchyn diyko...@gmail.comwrote:

 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 = MALEdoes
  notworkbut SEX = MALE AND SEX  MALEadoes. (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.comgoogle-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.



[appengine-java] Re: EQUAL operator on string properties

2010-02-26 Thread Andriy Andrunevchyn
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 = MALEdoes
 notworkbut SEX = MALE AND SEX  MALEadoes. (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.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: EQUAL operator on string properties

2010-02-23 Thread keyurva
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 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 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.