-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
expression, executor: add iso 8601 and timezone support for temporal string literal (#20534) #20670
expression, executor: add iso 8601 and timezone support for temporal string literal (#20534) #20670
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
/run-all-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
/merge |
Sorry @jebter, this branch cannot be merged without an approval of release maintainers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
/run-all-tests |
cherry-pick #20534 to release-4.0
What problem does this PR solve?
Issue Number: close #20348 and addtionally close #20507
Problem Summary:
Added timezone support for datetime and timestamp string literal.
What is changed and how it works?
Proposal: see discussions here
What's Changed:
Added parsing, absorbing and converting logic for correct handling of ISO8601 and MySQL 8.0 timezone.
How it Works:
Related changes
pingcap/docs
/pingcap/docs-cn
:Check List
Tests
Side effects
Release note