Roundup Tracker - Issues

Message279

Author gmcm
Recipients
Date 2002-06-21.11:59:38
Message-id
In-reply-to
Logged In: YES 
user_id=4923

Grrr. SF should run Roundup so the formatting of  msg would
be preserved.

The db.commit() is within the loop.
while ...:
____try:
________id = db.keyword.lookup(....)
____except KeyError:
________id = db.keyword.create(....)
____.....
____db.commit() 
History
Date User Action Args
2009-02-03 14:20:02adminlinkissue571170 messages
2009-02-03 14:20:02admincreate