Add possibility to add variable only to parameters, which will not be set as query param. $param->variable(name, value); This is useful for batch updates/inserts where parsing queries can cause JIT stack overflow due to large query processing.
Add possibility to add variable only to parameters, which will not be set as query param.
$param->variable(name, value);
This is useful for batch updates/inserts where parsing queries can cause JIT stack overflow due to large query processing.