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

Changed Collations and Expression grammar #9075

Merged
merged 13 commits into from
Nov 22, 2021

Conversation

ritwizsinha
Copy link
Contributor

@ritwizsinha ritwizsinha commented Oct 25, 2021

Description

This PR fixed collation and expression parsing and matched them with what MySQL was doing

Related Issue(s)

Checklist

  • Should this PR be backported?
  • Tests were added or are not required
  • Documentation was added or is not required

Deployment Notes

@ritwizsinha ritwizsinha changed the title initial change Changed Collations and Expression grammar Oct 29, 2021
@ritwizsinha ritwizsinha added Component: Query Serving release notes Type: Enhancement Logical improvement (somewhere between a bug and feature) labels Oct 29, 2021
@ritwizsinha ritwizsinha marked this pull request as ready for review October 29, 2021 06:33
go/vt/sqlparser/keywords.go Outdated Show resolved Hide resolved
go/vt/sqlparser/keywords.go Outdated Show resolved Hide resolved
go/vt/sqlparser/parse_test.go Outdated Show resolved Hide resolved
Signed-off-by: ritwizsinha <[email protected]>
go/vt/sqlparser/ast.go Outdated Show resolved Hide resolved
go/vt/sqlparser/ast_format.go Outdated Show resolved Hide resolved
go/vt/sqlparser/parse_test.go Show resolved Hide resolved
go/vt/sqlparser/sql.y Show resolved Hide resolved
go/vt/sqlparser/sql.y Outdated Show resolved Hide resolved
go/vt/sqlparser/sql.y Outdated Show resolved Hide resolved
go/vt/sqlparser/sql.y Outdated Show resolved Hide resolved
Signed-off-by: ritwizsinha <[email protected]>
go/vt/sqlparser/ast.go Outdated Show resolved Hide resolved
Signed-off-by: ritwizsinha <[email protected]>
Signed-off-by: ritwizsinha <[email protected]>
go/vt/sqlparser/ast.go Outdated Show resolved Hide resolved
go/vt/sqlparser/ast.go Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Query Serving Type: Enhancement Logical improvement (somewhere between a bug and feature)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect Handling of COLLATE
4 participants