1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-09 23:56:58 +02:00

Removed inTransaction definitely (BC break!)

This commit is contained in:
David Grudl
2010-05-19 18:33:28 +02:00
parent 8b4cd4e689
commit d19afd5790
12 changed files with 1 additions and 119 deletions

View File

@@ -145,12 +145,6 @@ interface IDibiDriver
*/
function rollback($savepoint = NULL);
/**
* Is in transaction?
* @return bool
*/
function inTransaction();
/**
* Returns the connection resource.
* @return mixed