Do not test params attribute but catch exception
Testing for params attribute multiples the computation badly in case of nested joins. It is better to just catch the AttributeError to avoid introduce a factorial execution time.
Closes #90 (closed)
We Haven't Reached Our Donation Goal Yet
Help us continue developing Tryton as free and open-source software.
https://www.tryton.org/donate
This instance was upgraded to Heptapod 18.8.0 (final) on 2026-02-11
Testing for params attribute multiples the computation badly in case of nested joins. It is better to just catch the AttributeError to avoid introduce a factorial execution time.
Closes #90 (closed)