Ticket #1768 (closed defect: fixed)
r5301 breaks result cache
| Reported by: | rroberts | Owned by: | romanb |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0.6 |
| Component: | Caching | Version: | 1.1-DEV |
| Severity: | Keywords: | ||
| Cc: | Has Test: | yes | |
| Status: | Pending Core Response | Has Patch: | no |
Description
The removal of "$params = $this->getParams($params); " from Doctrine_Query_Abstract breaks the result cache hash calculation for "where" parameters provided anywhere other than execute() method.
eg ->addWhere('foo = ?', $bar)
The internal _params array does not get used to generate the result hash.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.