Ticket #1578 (closed defect: fixed)
Doctrine_Adapter_Exception should be compatible with PDOException
| Reported by: | adrive | Owned by: | jwage |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0.4 |
| Component: | Other | Version: | 1.0.3 |
| Severity: | Keywords: | ||
| Cc: | Has Test: | no | |
| Status: | Pending Core Response | Has Patch: | no |
Description (last modified by adrive) (diff)
When throwing Doctrine_Adapter_Exception I got notice:
Notice: Undefined property: Doctrine_Adapter_Exception::$errorInfo in /usr/share/php/symfony1.2/lib/plugins/sfDoctrinePlugin/lib/doctrine/Doctrine/Connection.php on line 1076
It looks like Doctrine_Adapter_Exception needs to be compatible with PDOException.
Change History
Note: See
TracTickets for help on using
tickets.