mirror of
https://github.com/dg/dibi.git
synced 2025-08-09 23:56:58 +02:00
* added support for affectedRows in DibiPdoDriver
This commit is contained in:
@@ -296,7 +296,7 @@ class DibiOracleDriver extends NObject implements DibiDriverInterface
|
||||
*
|
||||
* @throws DibiDriverException
|
||||
*/
|
||||
protected function throwException($sql=NULL)
|
||||
protected function throwException($sql = NULL)
|
||||
{
|
||||
$err = oci_error($this->connection);
|
||||
throw new DibiDriverException($err['message'], $err['code'], $sql);
|
||||
|
Reference in New Issue
Block a user