Skip to content

Changed vector of SetOperations to SetOperation pointer#199

Closed
mweisgut wants to merge 2 commits into
masterfrom
mrcl/setOperationPointer
Closed

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

Conversation

@mweisgut

@mweisgut mweisgut commented Jan 7, 2022

Copy link
Copy Markdown
Contributor

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

mweisgut commented Jan 13, 2022

Copy link
Copy Markdown
Contributor Author

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

@klauck

klauck commented Jan 17, 2022

Copy link
Copy Markdown
Contributor

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