def test():
    table_membership = auth.settings.table_membership
    rows_membership = db().select(table_membership.ALL)

    return dict(
            rows = rows_membership,
            row0 = rows_membership[0],
            aslist = rows_membership.as_list(),
            ascsv = str(rows_membership),
            )

rows and ascsv show group id as '75', aslist and row0 as '75L'
how does this work?

(PS: running on GAE)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to