npgsql - Npgsql2: [#1011321] Wrong BitString value. - Mailing list pgsql-committers

From fxjr@cvs.pgfoundry.org
Subject npgsql - Npgsql2: [#1011321] Wrong BitString value.
Date
Msg-id 201304051309.r35D9nYV099343@cvs.pgfoundry.org
Whole thread Raw
List 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
bitsallocated 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)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: sepgsql: Enforce db_schema:search permission.
Next
From: fxjr@cvs.pgfoundry.org
Date:
Subject: npgsql - Npgsql2: Added tests for BitString based on bug [#1011321]