Bug Report #3918

undefined method Database_MySQL::clear_cache()

Added by Tiger SEO about 1 year ago. Updated about 1 year ago.

Status:Closed Start date:04/13/2011
Priority:Normal Due date:
Assignee:John Heathco % 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

Revision c430b6c8
Added by jheathco - about 1 year ago

Fixes #3918 - removing clear cache method

Revision ae1d6e35
Added by jheathco - about 1 year ago

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

Updated by Chris Bandy about 1 year ago

  • Resolution set to fixed

Also available in: Atom PDF