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

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Fixed problem with last update about Password as
Date: 2011-06-15 16:23:18
Message-ID: 20110615162318.22D5D532DAC1@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Fixed problem with last update about Password as byte[]. Reverted type of Password property of NpgsqlConnectionStringBuilder to String again. It was changed from String to byte[] which was causing problems with previous client code. There is a new property called PasswordAsByteArray for those willing to use the byte[] property. Thanks Dan 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-06-15 17:16:01 pgsql: Fix oversights in pg_basebackup's -z (compression) option.
Previous Message Heikki Linnakangas 2011-06-15 10:41:48 pgsql: The rolled-back flag on serializable xacts was pointless and red