If you know the key of the missing entity, do a get() on it.  Then try the 
query.

T

On Thursday, October 17, 2013 6:12:59 PM UTC+8, eg...@storee.us wrote:
>
> 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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