class FbPoolManager OnEmptyPool issue
--------------------------------------
Key: DNET-253
URL: http://tracker.firebirdsql.org/browse/DNET-253
Project: .NET Data provider
Issue Type: Sub-task
Components: ADO.NET Provider
Reporter: Jiri Cincura
Assignee: Jiri Cincura
class FbPoolManager
private void OnEmptyPool(object sender, EventArgs e)
{
lock (this.Pools.SyncRoot)
{
int hashCode = (int)sender;
....
the last line is wrong since sender is a connection string
should be
int hashCode = sender.GetHashCode();
--
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
------------------------------------------------------------------------------
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider