On Friday, August 10, 2012 6:58:08 PM UTC-4, Vasile Ermicioi wrote: > > for me that works > > alist = db(db.auth_user).select().as_list() >
That returns a list of dictionaries, like [{'myfield': 'value 1'}, {'myfield': 'value 2}]. I assumed he was looking for a list of the individual field values given that it's just a single column of data. Anthony --