Re: [web2py] Re: tuple to gluon.dal.Rows conversion

2012-12-19 Thread Muhammad Atif Ayaz
Thanks a lot for a very useful tip Regards On Tue, Dec 18, 2012 at 9:18 PM, Anthony wrote: > t will automatically convert the res --

[web2py] Re: tuple to gluon.dal.Rows conversion

2012-12-18 Thread Anthony
See http://web2py.com/books/default/chapter/29/06#executesql. Note that executesql() takes optional "fields" and "colnames" arguments -- if you provide one or the other, it will automatically convert the results to a Rows object. Anthony On Tuesday, December 18, 2012 9:14:14 AM UTC-5, at wrote