mirror of
https://github.com/dg/dibi.git
synced 2025-08-20 21:02:05 +02:00
- removed DibiPostgreDriver workaround (there is no bug in pg_affected_rows)
- added IDibiConnection::isConnected()
This commit is contained in:
@@ -117,7 +117,7 @@ class DibiResult extends /*Nette::*/Object implements IDataSource
|
||||
*/
|
||||
public function __destruct()
|
||||
{
|
||||
@$this->free();
|
||||
@$this->free(); // intentionally @
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user