Обсуждение: npgsql - Npgsql: 2005-02-11 Francisco Figueiredo Jr.

Поиск
Список
Период
Сортировка

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

От
fxjr@pgfoundry.org (User Fxjr)
Дата:
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)