Skip to main content

quote_sql_table_name

Function quote_sql_table_name 

Source
pub fn quote_sql_table_name(name: &str) -> String
Expand description

Quote a possibly-qualified SQL table name (catalog.schema.table) part-by-part.

Each dot-separated component is quoted independently so a user-supplied table name cannot break out of the query (prevents SQL injection in DuckDB-delegated scans).