This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author j_ross
Recipients
Date 2006-01-19.18:11:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1429720

I'm new to Python so this may be the problem, does the 
dbtables.Modify function require a function in the 
mappings. i.e. tdb.Modify('mytable', conditions=
{'ID':dbtables.ExactCond('1')}, mappings={'ID':FUNCTION}) 
where the function returns the new value? (not mappings=
{'ID':'newvalue'})
History
Date User Action Args
2007-08-23 15:45:21adminlinkissue1408584 messages
2007-08-23 15:45:21admincreate