Code

Fixed bug in filter_iter refactoring (lazy multilinks), in rare cases
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 16 Apr 2011 11:02:01 +0000 (11:02 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 16 Apr 2011 11:02:01 +0000 (11:02 +0000)
commit0bb9d682bb0fc2ea037807639400967bc66aa1eb
tree519e6bb0e54ab7eec1d8cec922535559106ab9cc
parent03e7b9b967dc499a670cb3c33214a55c2f7059e8
Fixed bug in filter_iter refactoring (lazy multilinks), in rare cases
this would result in duplicate multilinks to the same node. We're now
going the safe route and doing lazy evaluation only for read-only
access, whenever updates are done we fetch everything.

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