Обсуждение: npgsql - Npgsql2: [#1011174] Requesting the REPEATABLE READ isolation

Поиск
Список
Период
Сортировка

npgsql - Npgsql2: [#1011174] Requesting the REPEATABLE READ isolation

От
fxjr@pgfoundry.org (User Fxjr)
Дата:
Log Message:
-----------

[#1011174] Requesting the REPEATABLE READ isolation level gives you SERIALIZABLE.
Thanks Randy Ficker for heads up and patch.

Npgsql wasn't honoring the repeatable read isolation level request. This used to work until 9.1 version.

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        NpgsqlTransaction.cs (r1.9 -> r1.10)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlTransaction.cs?r1=1.9&r2=1.10)