pub fn parse_sql(sql: &str) -> Result<Vec<Statement>, ParseError>
Parse SQL using the generic dialect (legacy compatibility)