Skip to content

End a tagged SQL operator at its comma - #88

Merged
estebanzimanyi merged 1 commit into
MobilityDB:masterfrom
estebanzimanyi:fix/sqlop-multi-op-tag
Aug 27, 2026
Merged

End a tagged SQL operator at its comma#88
estebanzimanyi merged 1 commit into
MobilityDB:masterfrom
estebanzimanyi:fix/sqlop-multi-op-tag

Conversation

@estebanzimanyi

Copy link
Copy Markdown
Member

A doxygen block naming several SQL functions lists their operators the same comma-separated way it lists the names, @sqlop @p ->, @p ->> beside @sqlfn a(), b(). The operator pattern ends at a comma the way the name pattern ends at its parentheses, so the catalog carries -> rather than ->, and a binding that renders the operator registers a name SQL accepts. A PostgreSQL operator name contains no comma, so the narrower class reads every single-operator tag identically.

A doxygen block naming several SQL functions lists their operators the same
comma-separated way it lists the names, `@sqlop @p ->, @p ->>` beside
`@sqlfn a(), b()`. The operator pattern ends at a comma the way the name
pattern ends at its parentheses, so the catalog carries `->` rather than
`->,` and a binding that renders the operator registers a name SQL accepts.
@estebanzimanyi
estebanzimanyi merged commit 5e12c8d into MobilityDB:master Aug 27, 2026
2 checks passed
@estebanzimanyi
estebanzimanyi deleted the fix/sqlop-multi-op-tag branch August 27, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant