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].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to