Skip to content
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

crash: StoneDB crash: PRIMARY KEY, HAVING, IS NULL #1952

Open
2 of 3 tasks
zhenglin-charlie-li opened this issue Jul 19, 2023 · 0 comments
Open
2 of 3 tasks

crash: StoneDB crash: PRIMARY KEY, HAVING, IS NULL #1952

zhenglin-charlie-li opened this issue Jul 19, 2023 · 0 comments
Labels
A-bug Something isn't working

Comments

@zhenglin-charlie-li
Copy link

zhenglin-charlie-li commented Jul 19, 2023

Have you read the Contributing Guidelines on issues?

Please confirm if bug report does NOT exists already ?

  • I confirm there is no existing issue for this

Describe the problem

StoneDB V1.0.4 Example

image

Expected behavior

MySQL 5.7 Example

image

How To Reproduce

Example

CREATE TABLE t0(c0 INT PRIMARY KEY);

SELECT * FROM t0 HAVING (t0.c0 IS NULL);

Environment

Docker image StoneDB V1.0.4

Are you interested in submitting a PR to solve the problem?

  • Yes, I will!
@zhenglin-charlie-li zhenglin-charlie-li added the A-bug Something isn't working label Jul 19, 2023
@zhenglin-charlie-li zhenglin-charlie-li changed the title crash: StoneDB crash: PRIMARY KEY, HAVING, IS NULL crash: StoneDB crash: HAVING, IS NULL Jul 19, 2023
@zhenglin-charlie-li zhenglin-charlie-li changed the title crash: StoneDB crash: HAVING, IS NULL crash: StoneDB crash: PRIMARY KEY, HAVING, IS NULL Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant