Ticket #741 (closed enhancement: fixed)
Get current transaction(status) for an instance of TDbConnection
| Reported by: | godzilla | Owned by: | xue |
|---|---|---|---|
| Priority: | low | Milestone: | 3.1.2 |
| Component: | Prado Framework v3 | Version: | 3.1 |
| Severity: | minor | Keywords: | TDbConnection TDbTransaction |
| Cc: |
Description
It seems that wether MySQL or PDO extension for MySQL doesn't support nested transactions.
This fact cause an PDOException "There is already an active transaction" if calling "TDbConnection::beginTransaction" twice.
Feature request is a method that returns current transaction or status if there is already a transaction running.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
