-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
bug: Convert DATETIME to TIME type error #995
Labels
A-bug
Something isn't working
Comments
davidshiz
changed the title
bug: Convert DATETIME type to TIME type error
bug: Convert DATETIME to TIME type error
Nov 24, 2022
ACK |
|
|
buf->x == 0 is considered as null
|
Consider zero date is legal , not consider the sql_mode NO_ZERO_DATE/NO_ZERO_IN_DATE. Because NO_ZERO_DATE/NO_ZERO_IN_DATE is deprecated; expect it to be removed in a future release of MySQL as a |
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Dec 6, 2022
…#995) [summary] 1 treat zero data legal;
14 tasks
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Dec 6, 2022
…#995) [summary] 1 treat zero data legal;
mergify bot
pushed a commit
that referenced
this issue
Dec 8, 2022
[summary] 1 treat zero data legal;
konghaiya
pushed a commit
to konghaiya/stonedb
that referenced
this issue
Mar 7, 2023
…#995) [summary] 1 treat zero data legal;
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
CONVERT(expr,type) function return result set error,
the wrong result is as follows:
Expected behavior
How To Reproduce
Environment
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: