On Feb 1, 1:13 pm, Richard Vézina <
ml.richard.vez...@gmail.com> wrote:
> Hello,
>
> If I change erase those line (in red) in /gluon/sqlhtml.py
>
> if not self.ignore_rw and not self.table[fieldname].writable:
> ### this happens because FROM has no knowledge of writable
> ### and thinks that a missing boolean field is a None
> if self.table[fieldname].type == 'boolean' and
> self.vars[fieldname]==None:
> del self.vars[fieldname]
> continue
>
> It solves the problem... But I don't have clue of what the impacts are on
> web2py.
>
> I use Postgres as backend...
>
> I will try to write a demo app to reproduce de problem...
>
> Richard
>