npgsql - Npgsql: 2006-09-08 Francisco Figueiredo Jr.

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql: 2006-09-08 Francisco Figueiredo Jr.
Date: 2006-09-08 13:58:55
Message-ID: 20060908135855.ED16186C6FD@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

2006-09-08 Francisco Figueiredo Jr. <fxjrlists(at)yahoo(dot)com(dot)br>

* NpgsqlConnectorPool.cs,
NpgsqlCommand.cs,
NpgsqlState.cs,
NpgsqlConnection.cs: Added initial connection problems handling in connection pool code. Thanks Chris Morgan (cmorgan at alum dot wpi dot edu) for heads up and patches.

Modified Files:
--------------
Npgsql/src/Npgsql:
NpgsqlConnectorPool.cs (r1.24 -> r1.25)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlConnectorPool.cs.diff?r1=1.24&r2=1.25)
NpgsqlCommand.cs (r1.99 -> r1.100)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlCommand.cs.diff?r1=1.99&r2=1.100)
NpgsqlState.cs (r1.30 -> r1.31)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlState.cs.diff?r1=1.30&r2=1.31)
NpgsqlConnection.cs (r1.84 -> r1.85)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlConnection.cs.diff?r1=1.84&r2=1.85)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2006-09-08 14:58:28 pgsql: Not all C compilers understand the "//" comment in this test
Previous Message Michael Meskes 2006-09-08 13:32:30 pgsql: Replaced complex tests with small ones.