Thanks... what I really don't know is, if you do that, is it a permanent change to the db.table.field definition, or is it for the processing of the current request only? I think my confusion is due to the fact that in other formalisms (e.g. Django), these settings are permanent, as not everything is re-loaded at each request.
Luca On Friday, December 7, 2012 5:46:42 PM UTC-8, rochacbruno wrote: > > > if request.args[0] in ['edit']: >> db.table.field.comment = 'yadayada' >> > --