You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please confirm if bug report does NOT exists already ?
I confirm there is no existing issue for this
Describe the problem
The query result does not meet expectation
StoneDB V1.0.4 Result
Expected behavior
MySQL 5.7 Result
How To Reproduce
CREATETABLEt0(c0 INT, c1 CHAR) ;
INSERT INTO t0(c1) VALUE (1);
DELETEFROM t0;
SELECT*FROM t0 WHEREt0.c1 IS TRUE UNION ALLSELECT*FROM t0 WHERE (t0.c1 IS NOT TRUE);
Environment
Docker v1.0.4
Are you interested in submitting a PR to solve the problem?
Yes, I will!
The text was updated successfully, but these errors were encountered:
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
The query result does not meet expectation
StoneDB V1.0.4 Result
Expected behavior
MySQL 5.7 Result
How To Reproduce
Environment
Docker v1.0.4
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: