Code

clear the cache on commit for rdbms backends: Don't carry over cached
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 22 Oct 2010 14:14:26 +0000 (14:14 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 22 Oct 2010 14:14:26 +0000 (14:14 +0000)
commitfdf717d7e57a8a7f21c00f9431d5fe7b20d83e89
tree3a56e3d7beeb25fc879e84350f177853407260e3
parent3279b5cb0212f1ea06c3322d0cc4db8b56e07f8e
clear the cache on commit for rdbms backends: Don't carry over cached
values from one transaction to the next (there may be other changes from
other transactions) see new ConcurrentDBTest for a read-modify-update
cycle that fails with the old caching behavior.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4557 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup/backends/rdbms_common.py
test/db_test_base.py
test/test_mysql.py
test/test_postgresql.py
test/test_sqlite.py