Skip to content

Support composite values#54

Open
pplam wants to merge 11 commits intom-novikov:mainfrom
merico-ai:support-composite-values
Open

Support composite values#54
pplam wants to merge 11 commits intom-novikov:mainfrom
merico-ai:support-composite-values

Conversation

@pplam
Copy link
Copy Markdown
Contributor

@pplam pplam commented Jul 3, 2022

Supported composite values of the form:

(expression1, expression2, ...)

as an expression, and resolved the syntax conflicts.

The conflict is explained at https://www.postgresql.org/docs/current/queries-table-expressions.html#QUERIES-GROUPING-SETS as following

Note
The construct (a, b) is normally recognized in expressions as a row constructor. Within the GROUP BY clause, this does not apply at the top levels of expressions, and (a, b) is parsed as a list of expressions as described above. If for some reason you need a row constructor in a grouping expression, use ROW(a, b).

Ref:
https://www.postgresql.org/docs/9.4/rowtypes.html

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