Ticket #1578 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

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

Changed 9 months ago by adrive

  • description modified (diff)

Changed 9 months ago by jwage

  • milestone changed from Unknown to 1.0.4

Changed 9 months ago by jwage

  • status changed from new to closed
  • resolution set to fixed

(In [5129]) [1.0, 1.1] fixes #1578

Note: See TracTickets for help on using tickets.