mirror of
https://github.com/dg/dibi.git
synced 2025-08-08 15:16:58 +02:00
Removed inTransaction definitely (BC break!)
This commit is contained in:
@@ -197,17 +197,6 @@ class DibiPdoDriver extends DibiObject implements IDibiDriver
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Is in transaction?
|
||||
* @return bool
|
||||
*/
|
||||
public function inTransaction()
|
||||
{
|
||||
return (bool) $this->connection->getAttribute(PDO::ATTR_AUTOCOMMIT);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Returns the connection resource.
|
||||
* @return PDO
|
||||
|
Reference in New Issue
Block a user