Details
Description
Because we do not use the ADDALL modifier, we do not prepare statements and do a manual combinaison of ADD statements.
This result in sub-obtimal query (one ADDALL is more optimized than many ADD) and suboptimal execution (not using prepeared statments is an anti pattern)