Hi, Here is my situation: 1. Store an entity with 5 properties. 2. Update one property of an entity by looking up the entitiy using it's key. 3. Now search the database for all saved entities using a property based search. When I look at the property I updated in step 2 in the same entity returned from step 3, sometimes I see the updated data sometimes I see the old data. A subsequent query returns the updated data. It appears that the data updates are sometimes not immediately shown if the entity is returned using a query other than the key based query. What am I doing wrong?
-- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/4AwEyODbTZUJ. To post to this group, send email to google-appengine-java@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.