npgsql - Npgsql2: Fixed another commandtimeout problem. - Mailing list pgsql-committers

From fxjr@pgfoundry.org (User Fxjr)
Subject npgsql - Npgsql2: Fixed another commandtimeout problem.
Date
Msg-id 20100216013906.8C8A010715C8@pgfoundry.org
Whole thread Raw
List 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=1005814for more info. Thanks David Leaver (dave @nospam@ smartrak.co.nz)
forheads 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)

pgsql-committers by date:

Previous
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: Normalized line endings.
Next
From: mhasegawa@pgfoundry.org (User Mhasegawa)
Date:
Subject: pgbulkload - pgbulkload: Support CHECK_CONSTRAINTS in TYPE=TUPLE.