npgsql - Npgsql: 2005-02-11 Francisco Figueiredo Jr. - Mailing list pgsql-committers

From fxjr@pgfoundry.org (User Fxjr)
Subject npgsql - Npgsql: 2005-02-11 Francisco Figueiredo Jr.
Date
Msg-id 20051102152640.299D61125046@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------

2005-02-11  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>

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

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)

pgsql-committers by date:

Previous
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql: 2005-11-02 Francisco Figueiredo Jr.
Next
From: dpage@pgfoundry.org (User Dpage)
Date:
Subject: psqlodbc - psqlodbc: Fix Declare/fetch when used with bound columns.