Skip to content

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

@zhenglin-charlie-li

Description

@zhenglin-charlie-li

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions