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

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

From
fxjr@cvs.pgfoundry.org
Date:
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)