Closing FbDataReader on broken connection throws IscException instead of FbException
------------------------------------------------------------------------------------
Key: DNET-814
URL: http://tracker.firebirdsql.org/browse/DNET-814
Project: .NET Data provider
Issue Type: Bug
Components: ADO.NET Provider
Affects Versions: 5.12.1.0
Reporter: Jiri Cincura
Assignee: Jiri Cincura
Priority: Minor
Because it's trying to rollback implicit transaction (if any) and that, because of broken connection fails to do, and fails then in `finally` on `Dispose`.
There's probably more of these cases (FbCommand -> GdsStatement).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|