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)
On May 22, 2025, we will begin removing users who have never been confirmed or have never been active.
Contact the support if your user has been wrongly removed.
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)