• Experimental

    Quote a SQL identifier for DuckDB: wrap in double quotes and double any embedded double quote. Rejects NUL and other control characters, which cannot appear in a legitimate column name and are a classic smuggling vector. Overture column names (id, names, geometry, dotted struct paths accessed as whole columns) are all safe under this rule.

    Parameters

    • name: string

    Returns string