### Feature Request <!-- Fill in the relevant information below to help triage your issue. --> | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | no? #### Summary Hi, We see exception `Syntax error or access violation: 1305 SAVEPOINT DOCTRINE_205 does not exist` every now&then. It comes from https://github.com/doctrine/orm/blob/ccfc97c32f63aaa0988ac6aa42e71c5590bb794d/lib/Doctrine/ORM/UnitOfWork.php#L485 Im looking for ways to debug it, but i'm worried the original exception is hidden. Im wondering if we could try/catch it and let the original exception bubble up.