Doctrine transactions - count number of pending requests

Viewed 313

Is there a way to find out the number of pending requests in a transaction before launching the commit action ?

I want to launch my commit only if I get a sufficient number of queries (that I can not count one by one before in my particular case...)

1 Answers
Related