sess.update_record(lockedby=request.vars.client) used to set the field
"lockedby" in the database to the value of request.vars.client

As of 1.93.2, it sets the field "lockedby" to the value
"lockedby" (the string!). This is with sqlite.

Crashes my app. Was I using it wrong to begin with?

Clayton

Reply via email to