mirror of
https://github.com/dg/dibi.git
synced 2025-10-20 09:16:30 +02:00
- added DibiVariable (experimental)
- fixed bug in DibiPostgreDriver::insertId()
This commit is contained in:
@@ -310,6 +310,7 @@ class DibiMySqlDriver extends NObject implements DibiDriverInterface
|
||||
public function free()
|
||||
{
|
||||
mysql_free_result($this->resultset);
|
||||
$this->resultset = NULL;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user