Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It appears that the intended functionality here is to not attempt a r…
…econnect if a Doctrine transaction is nested. As such, I'm flipping this to use the method that does the checking (count of transactions > 0) to check if the transaction is active. If so, it seems like we would need to immediately throw a nested transaction error where the count of incremented transactional items has not been decremented back down to 0 -- This is related to issue bushbaby#1
- Loading branch information
3a990ad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I follow this, makes sense. Transactions aren't supposed to be handled.