Hey guys,

I’m executing a query and then referencing the fetched object and some
relationships on the fetched object.  Later, I create a new ObjectContext
(old one is thrown away) and I issue the fetch again and I notice that the
relationship objects are not refreshed (weirdly I see one of the
relationship queries fire again, but not the other…either way both objects
“snapshots” (EOF term) are as they were originally).

I’m not caching any results, shouldn’t data go stale after it’s
ObjectContext is gone?

-Lon

Reply via email to