Skip to content

Changed vector of SetOperations to SetOperation pointer#199

Closed
mweisgut wants to merge 2 commits intomasterfrom
mrcl/setOperationPointer
Closed

Changed vector of SetOperations to SetOperation pointer#199
mweisgut wants to merge 2 commits intomasterfrom
mrcl/setOperationPointer

Conversation

@mweisgut
Copy link
Copy Markdown
Contributor

@mweisgut mweisgut commented Jan 7, 2022

As mentioned by @Daniel-Xu (see #138 (comment)), the vector SelectStatement::setOperations never contains more than one element. Therefore, using a pointer instead of a vector is sufficient.

@mweisgut
Copy link
Copy Markdown
Contributor Author

mweisgut commented Jan 13, 2022

We should add test cases with nested SQL statements where a nested statement contains (a) set operation(s).

@klauck
Copy link
Copy Markdown
Contributor

klauck commented Jan 17, 2022

I think, we need the vector. (see my comments at #138)

@mweisgut mweisgut closed this Jan 18, 2022
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.

2 participants