Hello,

This happened to me today;

I have an entity E with properties p1, p2, p3

I create a new E and Put() it in the datastore.

When I run GQL in the datastore viewer and also when querying from my 
application I get an inconsistency:

*select * from E *     - DOESN'T return the new instance I created

However,

*select * from E where p1 = "..." *  (some property value of the instance I 
created)  - DOES return the instance.


This inconsistency keeps happening event 90 minutes after I put the entity 
in the datastore.


Anyone?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to