I can't do this:

db.business.test = Field.Method(lambdarow:4)
db.business.testa = Field.Virtual(lambdarow: row.business.test())

printdb(db.business.id >0).select().first().testa


It's a bug?, a feature? or I am having a bad day?

the exception is the clasic "<type 'exceptions.AttributeError'> 'Row' object has no attribute 'testa'"

The same problem happened with two method fields or two virtual fields and I don't want to write the same code twice...

An extra question:
why I need to do something like:

lambdarow: row.tablename.field

something like this looks more elegant:

lambda this: this.field

just saying...


Regards.


--
Este mensaje le ha llegado mediante el servicio de correo electronico que 
ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema 
Nacional de Salud. La persona que envia este correo asume el compromiso de usar 
el servicio a tales fines y cumplir con las regulaciones establecidas

Infomed: http://www.sld.cu/

--
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.

Reply via email to