pub fn quote_ident(name: &str, db: DatabaseKind) -> StringExpand description
Quote a SQL identifier (table/column/schema) per database dialect, but only when quoting is syntactically required. Trivially-safe identifiers pass through untouched.
pub fn quote_ident(name: &str, db: DatabaseKind) -> StringQuote a SQL identifier (table/column/schema) per database dialect, but only when quoting is syntactically required. Trivially-safe identifiers pass through untouched.