You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ast): extend ExclusionElement with operator_class and order options
Per the Postgres `index_elem` grammar, an exclusion element may carry an
operator class and ASC/DESC/NULLS FIRST|LAST qualifiers between the
expression and the `WITH <operator>` tail. Add the two missing fields
and route their display to the canonical position.
Also simplify `ExclusionConstraint::span` by calling `Span::union_iter`
directly and add `String` to the `no_std` import set so the crate
continues to build with `--no-default-features`.
0 commit comments