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

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql: 2006-07-09 Francisco Figueiredo Jr.
Date: 2006-07-09 02:49:18
Message-ID: 20060709024918.9B43786C4BC@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

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

* NpgsqlCommand.cs,
NpgsqlConnectionString.cs,
NpgsqlConnector.cs: Fixed. [#1000612] ConnectionTimeout in NpgsqlConnection object. Now, there is a new key in connection string called CommandTimeout to allow developer to specify command timeouts for commands using these connection.

Modified Files:
--------------
Npgsql/src/Npgsql:
NpgsqlCommand.cs (r1.97 -> r1.98)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlCommand.cs.diff?r1=1.97&r2=1.98)
NpgsqlConnectionString.cs (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlConnectionString.cs.diff?r1=1.9&r2=1.10)
NpgsqlConnector.cs (r1.30 -> r1.31)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlConnector.cs.diff?r1=1.30&r2=1.31)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2006-07-09 03:23:09 npgsql - Npgsql: 2006-07-09 Francisco Figueiredo Jr.
Previous Message Alvaro Herrera 2006-07-08 20:45:38 pgsql: Fix typo in comment.