I guess this question is related to the other question is just sent.

If I make a SQL query: customer = db(db.customer.id > 0).select()

and then return it with, return customer, and have no view, web2py will show all records as an SQLTABLE, correct?

Why is all reference fields shown as None. Before they were shown as values showing the id of the refereing row.

I think None that is shown is a little bit misleading as None should only be shown if no reference is defined. Or am I missing something?


Kenneth

Reply via email to