Обсуждение: npgsql - Npgsql2: Fixed problem with last update about Password as

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

npgsql - Npgsql2: Fixed problem with last update about Password as

От
fxjr@pgfoundry.org (User Fxjr)
Дата:
Log Message:
-----------

Fixed problem with last update about Password as byte[]. Reverted type of Password property of
NpgsqlConnectionStringBuilderto String again. It was changed from String to byte[] which was causing problems with
previousclient code. There is a new property called PasswordAsByteArray for those willing to use the byte[] property.
ThanksDan Shoubridge for heads up. 

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        NpgsqlConnection.cs (r1.32 -> r1.33)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnection.cs?r1=1.32&r2=1.33)
        NpgsqlConnectionStringBuilder.cs (r1.15 -> r1.16)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnectionStringBuilder.cs?r1=1.15&r2=1.16)
        NpgsqlConnector.cs (r1.34 -> r1.35)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnector.cs?r1=1.34&r2=1.35)