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
It's overly restrictive. While passing a query fragment directly is
equivalent to `SQLQueryExpression(fragment)`, it doesn't seem worth a
hard error.
Alternately we could make it a warning with a fix-it that swaps `#sql`
for `SQLQueryExpression`, but not sure it's worth the distinction?
0 commit comments