You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: