author | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 16 Apr 2011 11:02:01 +0000 (11:02 +0000) | ||
committer | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 16 Apr 2011 11:02:01 +0000 (11:02 +0000) | ||
commit | 0bb9d682bb0fc2ea037807639400967bc66aa1eb | |
tree | 519e6bb0e54ab7eec1d8cec922535559106ab9cc | tree | snapshot |
parent | 03e7b9b967dc499a670cb3c33214a55c2f7059e8 | commit | diff |
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
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 | diff | blob | history | |
roundup/backends/rdbms_common.py | diff | blob | history | |
test/db_test_base.py | diff | blob | history |