fn quote_if_needed(name: &str) -> String
Quote an identifier if it needs quoting (contains uppercase, spaces, or reserved words).