Skip to main content

quote_ident

Function quote_ident 

Source
pub fn quote_ident(value: &str, quote: char) -> String
Expand description

Quotes value as a SQL identifier using quote.

Wraps the value in quote and doubles every internal occurrence of quote.