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
SQLancer find that StoneDB's query result does not meet expectation:
Expected behavior
How To Reproduce
CREATETABLEt0(c0 INT);
CREATETABLEt2LIKE t0;
INSERT INTO t2(c0) VALUE (DEFAULT);
DELETEFROM t2;
SELECT*FROM t2 NATURAL LEFT JOIN t0 WHERE ((t2.c0) IS NULL);
# wait 3 secondsSELECT*FROM t2 NATURAL LEFT JOIN t0 WHERE ((t2.c0) IS NULL);
Environment
docker latest version with tianmu_insert_delayed=0
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
SQLancer find that StoneDB's query result does not meet expectation:
Expected behavior
How To Reproduce
Environment
docker latest version with
tianmu_insert_delayed=0
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: