stonedb
stonedb copied to clipboard
crash: StoneDB crash: HAVING, IS NULL
trafficstars
Have you read the Contributing Guidelines on issues?
- [X] I have read the Contributing Guidelines on issues.
Please confirm if bug report does NOT exists already ?
- [X] I confirm there is no existing issue for this
Describe the problem
StoneDB V1.0.4 Example
Expected behavior
MySQL 5.7 Example
How To Reproduce
CREATE TABLE t0(c0 INT);
SELECT * FROM t0 HAVING (1 IS NULL);
Environment
Docker image StoneDB V1.0.4
Are you interested in submitting a PR to solve the problem?
- [ ] Yes, I will!