Skip to main content

canonicalize_schema_name

Function canonicalize_schema_name 

Source
pub(crate) fn canonicalize_schema_name(schema: &str) -> String
Expand description

A database name taken from a protocol never reaches the SQL parser, which is what lowercases unquoted identifiers, so system schemas are folded here instead.