Were you able to resolve this? What's your app-id? On Wed, Feb 17, 2010 at 2:18 PM, Shai <[email protected]> wrote:
> HI, > > I encountered something strange when running queries in my application > so I went to the Datastore Viewer and reproduced it in there, maybe > someone can help me out: > I have a table with a string column named 'owner' and + int column > names 'seesionId' (+ some irrelevant columns) > > Everything is reproducing in datastore viewer: > > When I make the query > > SELECT * FROM table where owner = '[owner]' > I can see a row with the owner and a sessionId with value 7 > > So I tried: > SELECT * FROM table where owner = '[owner]' and sessionId = 7 > > And the row didn't return ! > So I open the row, didn't (!) change any thing and saved it. > Now the same query did return the row > > I really don't understand it > Can any one point me to what went wrong ? I have a lot of rows with > the same problem and I really need to clean my datastore > > > -- > 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]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- 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.
