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

parser can detect insert into <table> () values <tuple_list> #92

Merged
merged 3 commits into from
Nov 19, 2021

Conversation

jycor
Copy link

@jycor jycor commented Nov 19, 2021

added new case for insert_data
should be able to correctly parse
insert into test_tb values ()
insert into test_tb () values ()
insert into test_tb values (), (), ...
insert into test_tb () values (), (), ...

@jycor jycor requested a review from zachmu as a code owner November 19, 2021 21:11
Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jycor jycor merged commit ab01038 into main Nov 19, 2021
@Hydrocharged Hydrocharged deleted the james/fix-2420-support-empty-cols-and-vals branch October 13, 2022 12:55
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