Roundup Tracker - Issues

Message1055

Author jkew
Recipients
Date 2003-11-13.17:59:01
Message-id
In-reply-to
Logged In: YES 
user_id=598066

No worries. I had a poke around the import code and I think I 
found the problem: 

backends.rdbms_common.Database.import_list, where "is 
retired" is true, updates the __retired__ flag to 1 first and 
then does an addnode which promptly sets __retired__ back 
to 0.

Switching the order of the addnode and the retire leads to an 
import which (at least at cursory examination) is as expected 
and correctly keeps retired nodes retired.
History
Date User Action Args
2009-02-03 14:20:32adminlinkissue841355 messages
2009-02-03 14:20:32admincreate