npgsql - Npgsql2: Fixed a bug where Npgsql wasn't honoring the

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Fixed a bug where Npgsql wasn't honoring the
Date: 2009-12-02 01:50:55
Message-ID: 20091202015055.1F8F610749B1@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

Fixed a bug where Npgsql wasn't honoring the connectiontimeout on Startup method.

See http://pgfoundry.org/forum/message.php?msg_id=1005603 for more info. Thanks chaitra p (cpadsalgi @nospam@ peak6.com) for heads up.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlConnectedState.cs (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnectedState.cs?r1=1.5&r2=1.6)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-12-02 04:38:35 pgsql: Instead of sending application_name as a SET command after the
Previous Message Bruce Momjian 2009-12-01 23:02:44 pgsql: Enable thread safety Enable thread safety on all platforms.