Roundup Tracker - Issues

Message5071

Author schlatterbeck
Recipients ThomasAH, ber, rouilj, schlatterbeck
Date 2014-04-06.11:14:36
Message-id <1396782877.18.0.21244550357.issue2550806@psf.upfronthosting.co.za>
In-reply-to
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)
History
Date User Action Args
2014-04-06 11:14:37schlatterbecksetmessageid: <1396782877.18.0.21244550357.issue2550806@psf.upfronthosting.co.za>
2014-04-06 11:14:37schlatterbecksetrecipients: + schlatterbeck, ber, rouilj, ThomasAH
2014-04-06 11:14:37schlatterbecklinkissue2550806 messages
2014-04-06 11:14:36schlatterbeckcreate