Ok, On line 4776 should appear the following:
colset[k] = v kind regards, Bernardo 2011/3/8 Bernardo Botella Corbí <estem...@gmail.com> > Hi Clayton, > > How did you fix it? > > Thanks for your help, > Bernardo > > 2011/3/7 Clayton <clayton.grass...@gmail.com> > > 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 >> > >