Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for combining queries #98

Merged
merged 1 commit into from
Dec 29, 2023
Merged

Conversation

psteinroe
Copy link
Collaborator

What kind of change does this PR introduce?

add support for combining queries

ref: https://www.postgresql.org/docs/current/queries-union.html

also fixed some minor bugs with ViewStmt

What is the current behavior?

does parse individual statements

What is the new behavior?

parses them as a single combined statement.

@psteinroe psteinroe merged commit 77a6bf0 into main Dec 29, 2023
@psteinroe psteinroe deleted the feat/combining-queries branch December 29, 2023 08:47
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.

None yet

1 participant