In #3013 @gabrielBusta pointed out that it's not possible to defer parameter substitution in raw queries -- we must provide the full, finalized statement to execute. Although we don't use raw queries often, we should still allow for proper parameterization of them.
In #3013 @gabrielBusta pointed out that it's not possible to defer parameter substitution in raw queries -- we must provide the full, finalized statement to execute. Although we don't use raw queries often, we should still allow for proper parameterization of them.