Closed ejball closed 3 years ago
No need to also support x:raw when Sql.Raw(x) is almost as short, is less confusing, and doesn't annoy code analysis tools with non-standard format specifiers.
x:raw
Sql.Raw(x)
No need to also support
x:raw
whenSql.Raw(x)
is almost as short, is less confusing, and doesn't annoy code analysis tools with non-standard format specifiers.