Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.6
-
Fix Version/s: 1.2.3
-
Component/s: Connection
-
Labels:None
Description
Same issue as http://www.doctrine-project.org/jira/browse/DC-207 but also for the 1.1 branch.
This is not only an issue when trying to talk to non-existing databases but for any exception thrown by the connection.
UnitOfWork.php:133
} catch (Exception $e) {
// Make sure we roll back our internal transaction
//$record->state($state);
$conn->rollback();
throw $e;
}
This is already fixed in Doctrine 1.2