pub fn quote_identifier(ident: &str) -> String
Quotes the provided string using ‘[]’ to match SQL Server QUOTENAME function. This form of quotes is unaffected by the SQL Server setting SET QUOTED_IDENTIFIER.
QUOTENAME
SET QUOTED_IDENTIFIER
See: