Hi,
I do this query:
items = db.executesql('SELECT * FROM project;')
For the field below, which is a field in the db.project:
Field('company_name', 'reference company', notnull=True).
On the view, "{{=item[3]}}" renders only '1'.(instead of the company name).
What should I do?
Thanks.-- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

