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

go.mod: update parser to support TABLES and VALUES statement #20272

Closed
wants to merge 17 commits into from

Conversation

YangKian
Copy link
Contributor

What problem does this PR solve?

Issue Number: close #19934

What is changed and how it works?

What's Changed:

  • update parser version in go.mod

Tests

  • Integration test

Release note

  • Update pingcap/parser

@ti-srebot ti-srebot added the contribution This PR is from a community contributor. label Sep 28, 2020
Copy link
Contributor

@tangenta tangenta left a comment

Choose a reason for hiding this comment

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

Please run go mod tidy to fix the CI.

@YangKian YangKian requested review from a team as code owners September 30, 2020 05:20
@YangKian YangKian requested review from lzmhhh123 and removed request for a team September 30, 2020 05:20
@github-actions github-actions bot added sig/sql-infra SIG: SQL Infra sig/execution SIG execution labels Sep 30, 2020
@YangKian YangKian closed this Sep 30, 2020
@YangKian YangKian deleted the update-parser branch September 30, 2020 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution This PR is from a community contributor. sig/execution SIG execution sig/sql-infra SIG: SQL Infra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support VALUES and TABLE statements syntax