![]() |
Hi! im testing the oralce driver and i got some bugs in it.. ill listing over here:
1) storeProcedures are not working correctly im doing something like this: PHP Code: $query = $db->storedProcedure('PAC_WIKI', 'INSERT_DOCUMENT', $params); and get the next error: oci_parse() expects parameter 1 to be resource, bool given SYSTEMPATH\Database\OCI8\Connection.php at line 507 Code: 500 if (isset($param['type']) && $param['type'] === OCI_B_CURSOR) { its seems like $this->connID is not retrivieng the connection 2) this storeProcedure will work with procedures in packages but it will not work (i think) with procedures alone without a package Code: public function storedProcedure(string $package, string $procedure, array $params) |
Welcome Guest, Not a member yet? Register Sign In |