zend-db icon indicating copy to clipboard operation
zend-db copied to clipboard

Add inTransaction() to ConnectionInterface

Open Koopzington opened this issue 10 years ago • 2 comments

Since the Interface already has beginTransaction() and commit(), i'd suggest adding inTransaction() to the Interface. The property is set by the classes themselves in these both methods so I don't see why inTransaction() shouldn't be added to the interface. ConnectionInterface.php

AbstractConnection.php IbmDb2/Connection.php Mysqli/Connection.php Oci8/Connection.php Pdo/Connection.php Pgsql/Connection.php Sqlsrv/Connection.php

Koopzington avatar Jun 27 '15 17:06 Koopzington

https://github.com/zendframework/zend-db/pull/20

adamlundrigan avatar Oct 19 '16 00:10 adamlundrigan

This repository has been closed and moved to laminas/laminas-db; a new issue has been opened at https://github.com/laminas/laminas-db/issues/145.

michalbundyra avatar Jan 16 '20 19:01 michalbundyra