npgsql - Npgsql2: Handle IOExceptions and translate them to

From: jbcooley(at)pgfoundry(dot)org (User Jbcooley)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Handle IOExceptions and translate them to
Date: 2008-05-14 03:27:27
Message-ID: 20080514032727.8BB5417AE6EB@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Handle IOExceptions and translate them to NpgsqlExceptions. Also migrate IOExceptions from the listen thread to the thread owning the connection.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlCommand.cs (r1.21 -> r1.22)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommand.cs.diff?r1=1.21&r2=1.22)
NpgsqlConnector.cs (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnector.cs.diff?r1=1.18&r2=1.19)
NpgsqlConnectorPool.cs (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnectorPool.cs.diff?r1=1.8&r2=1.9)
NpgsqlDataReader.cs (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlDataReader.cs.diff?r1=1.13&r2=1.14)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jbcooley 2008-05-14 03:31:53 npgsql - Npgsql2: bug #1010372.
Previous Message User Eggyknap 2008-05-14 03:23:42 pllolcode - pllolcode: Return strings properly, thanks to Tom Lane