We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.