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

Parse CTEs and nested selects in INSERT/UPDATE #76

Conversation

jcoleman
Copy link
Contributor

@jcoleman jcoleman commented Feb 2, 2018

Parsing of INSERT/UPDATE statements appears to be entirely untested, so
I added a basic test for each (asserting what tables are parsed), and
then added support for WITH clauses to each as well as SELECT clauses in
INSERT statements.

Parsing of INSERT/UPDATE statements appears to be entirely untested, so
I added a basic test for each (asserting what tables are parsed), and
then added support for WITH clauses to each as well as SELECT clauses in
INSERT statements.
@lfittl
Copy link
Member

lfittl commented Feb 2, 2018

@jcoleman Good catch - thanks for the contribution!

@lfittl lfittl merged commit feac819 into pganalyze:master Feb 2, 2018
@lfittl
Copy link
Member

lfittl commented Feb 2, 2018

Released as 1.0.1 :)

@jcoleman
Copy link
Contributor Author

jcoleman commented Feb 2, 2018

Thanks for the super fast merge and release!

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

2 participants