pub fn parse_statement_with(
input: &str,
backslash_escapes: bool,
) -> Result<Statement, ParseError>Expand description
v7.22 (round-13 T3) — dialect-aware entry: backslash_escapes
selects MySQL-style string lexing (see lexer::tokenize_with).
The engine threads its session flag through here.