[pyar] Web2py - Computed field
Omicron VT
omicronvt en gmail.com
Dom Jul 28 20:00:47 ART 2013
con este model:
#pruebas
db.define_table('pruebas',
Field('item','integer'),
Field('cant','integer'),
Field('aaaa','integer', compute=lambda j: j['item']*j['cant']), # este lo
computa OK
Field('bbbb','integer', compute=lambda l: l['aaaa']*2) # este no computa
nada
)
No me computa un campo(bbbb) a partir de un campo computado anterior(aaaa).
Según el libro de web2py :
Computed fields are evaluated in the order in which they are defined in the
table definition. A computed field can refer to previously defined computed
fields (new after v 2.5.1
Debiera funcionar o entendí mal ?
Estoy usando :
Versión
2.5.1-stable+timestamp.2013.06.06.15.39.19
(Running on Rocket 1.2.6)
Gracias
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20130728/1f791089/attachment.html>
More information about the pyar
mailing list