Hi,

If query has table JOINs, fields are accessed with:
row.tablename.fieldname.
Without JOIN, it is row.fieldname.
This is described here: http://web2py.com/book/default/chapter/06#Inner-Joins

I need it join-independent.
With or without join: row.tablename.fieldname (yes, even if SELECT has
only one table).

Is there a way to do it?

I was thinking about putting "self.tablename = self" somewhere inside
Row object creation, but i don't want to mess with core web2py
modules :-)

Reply via email to