When an exception occurs directly inside the PDO class, the backtracing logic of the exception handler fails because the PDO classes are not explicitly listed there.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 543594-exceptions-in-pdo.patch | 1.07 KB | damien tournoud |
| #2 | 543594-exceptions-in-pdo.patch | 1.11 KB | damien tournoud |
| #1 | 543594-exceptions-in-pdo.patch | 1.11 KB | damien tournoud |
Comments
Comment #1
damien tournoud commentedComment #2
damien tournoud commentedAngie noted that checking for PDOStatement is now redundant.
Comment #3
damien tournoud commentedUploaded the wrong patch.
Comment #4
webchickDamn, that's one ugly line of code. But the new check catches a wider range of PDO-related stuff, so seems correct.
Committed to HEAD. This should help us get SQLite tests passing. Woot! :)