pub fn parse_sql_with_dialect( sql: &str, dialect: Dialect, ) -> Result<Vec<Statement>, ParseError>
Parse SQL using the specified dialect