mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 21:58:10 +02:00
Removed inTransaction definitely (BC break!)
This commit is contained in:
@@ -193,17 +193,6 @@ class DibiSqliteDriver extends DibiObject implements IDibiDriver
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Is in transaction?
|
||||
* @return bool
|
||||
*/
|
||||
public function inTransaction()
|
||||
{
|
||||
throw new NotSupportedException('SQLite driver does not support transaction testing.');
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Returns the connection resource.
|
||||
* @return mixed
|
||||
|
Reference in New Issue
Block a user