Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.2.2
-
Fix Version/s: None
-
Component/s: Connection
-
Labels:None
Description
When Doctrine_Connection_Statement->execute() fail on a query, Exception is rethrown by Doctrine_Connection.
But the failing query is not passed to rethrowException() as third parameter, which make debug very difficult.
See attached patch file to correct this.