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