mirror of
https://github.com/dg/dibi.git
synced 2025-08-13 17:44:11 +02:00
* added support for affectedRows in DibiPdoDriver
This commit is contained in:
@@ -362,7 +362,7 @@ class DibiMySqliDriver extends NObject implements DibiDriverInterface
|
||||
*
|
||||
* @throws DibiDriverException
|
||||
*/
|
||||
protected function throwException($sql=NULL)
|
||||
protected function throwException($sql = NULL)
|
||||
{
|
||||
throw new DibiDriverException(mysqli_error($this->connection), mysqli_errno($this->connection), $sql);
|
||||
}
|
||||
|
Reference in New Issue
Block a user