Bug Report #3918
undefined method Database_MySQL::clear_cache()
| Status: | Closed | Start date: | 04/13/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | - | |||
| Target version: | Kohana v3.x - v3.1.3 | |||
| Resolution: | fixed | Points: |
Description
Hi.
Method clear_cache() doesn`t exists in database module!
MODPATH/orm/classes/kohana/orm.php [ 1564 ]
1559 * @return ORM
1560 */
1561 public function clear_cache($sql = NULL)
1562 {
1563 // Proxy to database
1564 $this->_db->clear_cache($sql);
1565
1566 ORM::$_column_cache = array();
1567
1568 return $this;
1569 }
Associated revisions
Fixes #3918 - removing clear cache method
Fixes #3918 - removing clear cache method
History
Updated by Woody Gilk about 1 year ago
- Assignee deleted (
Woody Gilk)
Updated by Isaiah DeRose-Wilson about 1 year ago
- Project changed from Kohana v3.x to ORM
- Category deleted (
Modules:Database) - Status changed from New to Assigned
- Assignee set to Isaiah DeRose-Wilson
- Priority changed from Urgent to Normal
Updated by Isaiah DeRose-Wilson about 1 year ago
- Assignee changed from Isaiah DeRose-Wilson to John Heathco
Updated by jheathco - about 1 year ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Applied in changeset c430b6c8b1dae46c3a6938b97425b6e4e17a6057.
Updated by Chris Bandy about 1 year ago
- Resolution set to fixed