I don't like this new method. People can (due to being used to the method chaining/cascading patterns which are used quite commonly in DALs) think that the DAL will only request the given column from the DB when that's not what's happening.
I've done this many times using list comprehensions and generator expressions which are readable to everyone who knows python and doesn't lead to mistakes. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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/d/optout.

