mirror of
https://github.com/dg/dibi.git
synced 2025-08-08 07:06:52 +02:00
- added DibiVariable (experimental)
- fixed bug in DibiPostgreDriver::insertId()
This commit is contained in:
@@ -265,6 +265,7 @@ class DibiMsSqlDriver extends NObject implements DibiDriverInterface
|
||||
public function free()
|
||||
{
|
||||
mssql_free_result($this->resultset);
|
||||
$this->resultset = NULL;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user