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.
