Hello,
I would get :
db.table.field1, db.table.field2, etc.
Inside a python instruction :
db().select(HERE)
It is web2py query actually.

But I can't do this :
db().select(for f in db['table'].fields:    if f not in fieldsBlackList:        
db['table'][f],)


Any idea?






-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to