[web2py] Re: validate_and_update : I don't know what's going on ?

2016-05-30 Thread Pierre
great !!! works now I can validate all userseven the old ones:) thanks Niphlod -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this

[web2py] Re: validate_and_update : I don't know what's going on ?

2016-05-30 Thread Niphlod
npe! validate_and_update is a method of a Query, not of a Table! (you may have scrambled it with validate_and_insert()...) What you need to do is db(db.uperson.auth_user==1).validate_and_update(age=101) On Monday, May 30, 2016 at 3:34:48 PM UTC+2, Pierre wrote: > > Hi, > > here it is : t