On Friday, December 23, 2016 at 10:24:29 PM UTC-5, Jurgis Pralgauskis wrote: > > Yes, I did --recursive, as in description.. >
Actually, it looks like the DAL has been refactored recently, so using the master branch, I think it would now be: if filter.target_expression.op == db._adapter.dialect.aggregate: Of course, this is not part of the public API -- you always risk backward compatibility issues when basing code on internal implementation details. Anthony -- 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.

