pub fn escape_double_quote(identifier: &str) -> Cow<'_, str>
Available on crate feature vtab only.
Expand description

Escape double-quote (") character occurrences by doubling them ("").