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

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: [#1011174] Requesting the REPEATABLE READ isolation
Date: 2012-03-12 01:59:10
Message-ID: 20120312015910.27597A98399@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-03-12 14:14:00 pgsql: Remove tabs in SGML files
Previous Message Tom Lane 2012-03-11 22:14:33 pgsql: Make INSERT/UPDATE queries depend on their specific target colum