Expand description
SQL parser dialects installed in this build.
The registry has one entry today because the vendored grammar is DuckDB’s grammar. Keeping the
name here rather than in the settings layer makes current_dialect a lookup whose behavior
changes when another parser is registered, not a string special case that has to be replaced.
Structs§
- Dialect
- One installed SQL parser dialect.
Constants§
- DIALECTS
- Every SQL parser dialect installed in this build.
Functions§
- dialect_
named - Finds an installed dialect without regard to identifier case.