Skip to main content

quote_sql_identifier

Function quote_sql_identifier 

Source
pub fn quote_sql_identifier(name: &str) -> String
Expand description

Quote a single SQL identifier using double quotes (escaping embedded quotes).