mirror of
https://github.com/dg/dibi.git
synced 2025-08-13 01:24:06 +02:00
- API cleanup: some method in DibiConnection marked as deprecated
This commit is contained in:
@@ -36,15 +36,12 @@
|
||||
*/
|
||||
class DibiPostgreDriver extends DibiObject implements IDibiDriver
|
||||
{
|
||||
|
||||
/** @var resource Connection resource */
|
||||
private $connection;
|
||||
|
||||
|
||||
/** @var resource Resultset resource */
|
||||
private $resultSet;
|
||||
|
||||
|
||||
/** @var bool Escape method */
|
||||
private $escMethod = FALSE;
|
||||
|
||||
|
Reference in New Issue
Block a user