npgsql - Npgsql2: Fixed another commandtimeout problem.

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Fixed another commandtimeout problem.
Date: 2010-02-16 01:39:06
Message-ID: 20100216013906.8C8A010715C8@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Fixed another commandtimeout problem. This time, creating an internal Npgsqlcommand was reseting it. See http://pgfoundry.org/forum/message.php?msg_id=1005814 for more info. Thanks David Leaver (dave @nospam@ smartrak.co.nz) for heads up and test case.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlCommand.cs (r1.45 -> r1.46)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommand.cs?r1=1.45&r2=1.46)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mhasegawa 2010-02-16 05:35:49 pgbulkload - pgbulkload: Support CHECK_CONSTRAINTS in TYPE=TUPLE.
Previous Message User Fxjr 2010-02-16 01:33:32 npgsql - Npgsql2: Normalized line endings.