Structs§
- Citadel
Dialect - PG-superset dialect: delegates every method to
PostgreSqlDialectand adds the@?_tz/@@_tzinfix operators (tokenized as[AtQuestion|AtAt, Word("_tz")], stitched viaparse_infixintoBinaryOperator::Custom).
Functions§
- parse_
expr - parse_
statements - Falls back to
GenericDialectonly for SQLite-style quirks PG rejects (e.g.TRIM(s, c)).