hello one and all, trying to update, but not updating. here is my code:
db.lecture_items.fileetag.writable = True upload = db(db.lecture_items.id==uidi).select().first() upload.update(fileetag='%s' % request.vars.etag) db.commit() i even threw in the commit and i have verified that request.vars.etag is a valid string and that upload.fileetag is getting filled with that value. but when i check it using psql for postgresql, the value is empty or null. here is the field structure: Field('fileetag', length=128, default='', writable=False, readable=False), thank you in advance and have a great day. lucas