pub fn parse_by_name(sql: &str, dialect: &str) -> Result<Vec<Expression>>
Parse SQL into an AST using a string dialect name.
Supports both built-in and custom dialect names.