zendframework / zend-db

Db component from Zend Framework
BSD 3-Clause "New" or "Revised" License
101 stars 122 forks source link

Add inTransaction() to ConnectionInterface #10

Open Koopzington opened 9 years ago

Koopzington commented 9 years ago

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

adamlundrigan commented 8 years ago

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

michalbundyra commented 4 years ago

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.