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)
pgsql-committers by date
| Next: | From: Bruce Momjian | Date: 2012-03-12 14:14:00 |
| Subject: pgsql: Remove tabs in SGML files |
| Previous: | From: Tom Lane | Date: 2012-03-11 22:14:33 |
| Subject: pgsql: Make INSERT/UPDATE queries depend on their specific targetcolum |