On Friday, June 22, 2012 11:37:10 AM UTC-4, Anthony wrote: > Maybe it would be possible to convert the results of executesql() to a > pseudo-Rows object (without all the processing of each individual field > value) so it could be used with the grid, etc. >
The original ticket that prompted adding processors <http://code.google.com/p/web2py/issues/detail?id=701> has example that creates namedtuples, which is a kind of pseudo-Row - but I don't know if it's good enough for grid or not.