We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider the following test case:
CREATE TABLE t0(c0 INT); INSERT INTO t0(c0) VALUES(-2147483648); SELECT -t0.c0 AS ref0 FROM t0;
Actual:
Expected:
I verified that MySQL produced the expected result.
I reproduced this on v1.51.0.
d0/main*> SELECT dolt_version(); +----------------+ | dolt_version() | +----------------+ | 1.51.0 | +----------------+ 1 row in set (0.01 sec)
The text was updated successfully, but these errors were encountered:
jycor
Successfully merging a pull request may close this issue.
Consider the following test case:
Actual:
Expected:
Description
I verified that MySQL produced the expected result.
Dolt Version
I reproduced this on v1.51.0.
The text was updated successfully, but these errors were encountered: