mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 13:47:33 +02:00
Firebird driver: getRowCount throws NotSupportedException
This commit is contained in:
@@ -373,7 +373,7 @@ class DibiFirebirdDriver extends DibiObject implements IDibiDriver, IDibiResultD
|
||||
*/
|
||||
public function getRowCount()
|
||||
{
|
||||
return ibase_num_fields($this->resultSet);
|
||||
throw new DibiNotSupportedException("Firebird/Interbase do not support returning number of rows in result set.");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user