npgsql - Npgsql2: [#1011321] Wrong BitString value.

From: fxjr(at)cvs(dot)pgfoundry(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: [#1011321] Wrong BitString value.
Date: 2013-04-05 13:09:49
Message-ID: 201304051309.r35D9nYV099343@cvs.pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

[#1011321] Wrong BitString value. Thanks Jon Hanna for patch and support.

Jon Hanna also fixed another problem with the constructor of BitString which wasn't handling a case where the number of bits allocated were being rounded up to the nearest multiple of 32. So, to represent 35 bits, BitString was allocating 64. Thanks Jon for this fix.

Modified Files:
--------------
Npgsql2/src/NpgsqlTypes:
BitString.cs (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/BitString.cs?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message fxjr 2013-04-05 13:19:42 npgsql - Npgsql2: Added tests for BitString based on bug [#1011321]
Previous Message Robert Haas 2013-04-05 12:53:01 pgsql: sepgsql: Enforce db_schema:search permission.