But the select is on table log and not on table status. Also i have many rows in table status and the select on table log fires the virtual field on table status and creates only one row in log.Im confused by this
Enviado a partir do meu smartphone Samsung Galaxy. -------- Mensagem original --------De: Leonel Câmara <leonelcam...@gmail.com> Data: 24/07/17 18:35 (GMT+00:00) Para: web2py-users <web2py@googlegroups.com> Assunto: [web2py] Re: Virtual field strange behaviour What do you mean? Your virtual field is inserting 'mmm' into the log table. When you call "select" the virtual field is called for each row by the default processor which creates the Rows object. You can see the default processing rows from the DB get here:https://github.com/web2py/pydal/blob/master/pydal/adapters/base.py#L298 -- 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 message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- 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 message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.