>
> rows = db(...).select(...)
> rows.compact = False
>
> and now you always have the rows[i].table.field syntax. no more
> rows[i].field shortcuts.


Thank you Massimo, this will save some 'ifs' that i've made in my plugins.

Reply via email to