Message5071
Implement new config option 'isolation_level' in rdbms section. This is
only relevant for postgres and mysql (sqlite does locking and implements
a very high isolation level by default :-)
Thanks John for the hint that mysql also implements this.
Add a test for Postgres that reproduces the observed history behaviour
with isolation level 'read committed' and throws a serialization error
with level 'repeatable read'.
The isolation level 'read committed' is the new default (which was the
case for postgres before but mysql by default seems to have repeatable
read by default) |
|
Date |
User |
Action |
Args |
2014-04-06 11:14:37 | schlatterbeck | set | messageid: <1396782877.18.0.21244550357.issue2550806@psf.upfronthosting.co.za> |
2014-04-06 11:14:37 | schlatterbeck | set | recipients:
+ schlatterbeck, ber, rouilj, ThomasAH |
2014-04-06 11:14:37 | schlatterbeck | link | issue2550806 messages |
2014-04-06 11:14:36 | schlatterbeck | create | |
|