Looks like I may have solved the problem by slightly changing the query, this way it operates from a new set of data (output data is identical) and doesn't keep using a cached version from the datastore.
Is there a place to make a datastore/table bug report? Last report I filed has been marked as new for well over a year. Nobody wants to touch it. On Jan 13, 4:02 pm, WallyDD <[email protected]> wrote: > I have added a column to a table in the datastore and all works well > on my local machine. > On GAE using the datastore viewer I can see that the datastore has the > new column and values. I can access/change these values no problem. > I have one page which pretends that the new values don't exist. I can > get around it temporarily by changing the fetch value, then all is > good. > > After some time(few hours) it reverts to picking up the old datastore > (so it doesn't pick up the new values) which makes the page incorrect. > Is there a way to flush this cache? or is there a feature which I am > unaware of which is causing this. > > I have had the problem occur for over 24 hours now.
-- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
