Is there a way to make a list of db fields: fields=[db.table1.id, db.table2.name, etc.]
and then use that list in a query, e.g. db(query).select(fields) ? I've tried various things but they don't work. I suppose I'd have to inspect the code to figure it out.