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

Поиск
Список
Период
Сортировка
От fxjr@cvs.pgfoundry.org
Тема npgsql - Npgsql2: [#1011321] Wrong BitString value.
Дата
Msg-id 201304051309.r35D9nYV099343@cvs.pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: sepgsql: Enforce db_schema:search permission.
Следующее
От: fxjr@cvs.pgfoundry.org
Дата:
Сообщение: npgsql - Npgsql2: Added tests for BitString based on bug [#1011321]