Closed Bug 496834 Opened 16 years ago Closed 16 years ago

Model binding/unbinding is not reset if we get a cache hit.

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jbalogh, Assigned: jbalogh)

Details

Attachments

(1 file)

Things like unbindFully are only supposed to take affect for the next query and get reset afterward. But if we hit the cache no query is made and the unbindings carry on unexpectedly. This was a problem in bug 496672.
Target Milestone: --- → 5.0.7
Make sure to check out the object-based caching that's currently only used in Addon->getAddon(). Unlike query-based caching, it allows instant cache invalidation.
Priority: -- → P3
This is what cake does in findAll, at ../cake/libs/model/model_php5.php +1186
Attachment #383368 - Flags: review?(clouserw)
Attachment #383368 - Flags: review?(clouserw) → review+
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: