Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Windows XP
PHP 5.3.2
Description
Doctrine_Transaction_MSSQL doesn't provide methods for working with transaction savepoints. I've attached a patch to address this.
N.B. As far as I can see, SQL Server doesn't support the release of savepoints, so I've just stubbed that method out.