Yes, like that, or maybe even row['
a.name'],row['
b.name']
but do they work for you?.
On my end any attempt to access a row as in rows[0] results in:
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "D:\web2py\trunk\gluon\sql.py", line 1256, in __getitem__
table=self._db[tablename]
File "D:\web2py\trunk\gluon\sql.py", line 300, in __getitem__
def __getitem__(self, key): return dict.__getitem__(self,str(key))
KeyError: 'a'
rows.response and rows.colnames are ok.