mirror of
https://github.com/dg/dibi.git
synced 2025-08-12 09:04:24 +02:00
- fixed Oracle driver
This commit is contained in:
@@ -275,7 +275,7 @@ class DibiOracleDriver extends DibiObject implements IDibiDriver
|
||||
*/
|
||||
public function rowCount()
|
||||
{
|
||||
return oci_num_rows($this->resultSet);
|
||||
throw new DibiDriverException('Row count is not available for unbuffered queries.');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user