Issue 210: Typo in gluon.dal.update_record Patched it manually to get my app up and running.
This breaks a lot of apps; how soon can a new release get out? Clayton On Mar 7, 4:11 pm, Clayton <clayton.grass...@gmail.com> wrote: > 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