pub fn protected_ranges_from_tokenizer(
sql: &str,
dialect: Dialect,
) -> Vec<ProtectedRange>Expand description
Derive protected ranges by tokenizing SQL and collecting comment + string tokens.
pub fn protected_ranges_from_tokenizer(
sql: &str,
dialect: Dialect,
) -> Vec<ProtectedRange>Derive protected ranges by tokenizing SQL and collecting comment + string tokens.