npgsql - Npgsql: 2005-02-11 Francisco Figueiredo Jr.

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql: 2005-02-11 Francisco Figueiredo Jr.
Date: 2005-11-02 15:26:40
Message-ID: 20051102152640.299D61125046@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

2005-02-11 Francisco Figueiredo Jr. <fxjrlists(at)yahoo(dot)com(dot)br>

* NpgsqlCommand.cs: [gborg 1403] Fixed weird problem with NpgsqlConnection.ChangeDatabase(). This problem only rise when trying to change the database in a connection of an existing command and trying to execute the command again. NpgsqlCommand wasn't getting the changed database connection correctly. Thanks Ueli Marti (ueli.marti) for testcase and heads up.

Modified Files:
--------------
Npgsql/src/Npgsql:
NpgsqlCommand.cs (r1.80 -> r1.81)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlCommand.cs.diff?r1=1.80&r2=1.81)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2005-11-02 16:29:30 psqlodbc - psqlodbc: Fix Declare/fetch when used with bound columns.
Previous Message User Fxjr 2005-11-02 15:24:56 npgsql - Npgsql: 2005-11-02 Francisco Figueiredo Jr.