-
-
Notifications
You must be signed in to change notification settings - Fork 596
Closed
dolthub/go-mysql-server
#3325Labels
analyzerbugSomething isn't workingSomething isn't workingcorrectnessWe don't return the same result as MySQLWe don't return the same result as MySQLcustomer issue
Description
Dear Dolt Developers,
I encountered an unexpected execution result in Dolt and would greatly appreciate it if you could take a look. Let's make concerted efforts in enhancing the robustness of Dolt. Thank you very much!
CREATE TABLE t1(c0 VARCHAR(500), PRIMARY KEY(c0));
INSERT INTO t1(c0) VALUES ('9');
SELECT * FROM t1 WHERE NOT EXISTS (SELECT 1 FROM (SELECT 1) AS sub0 WHERE ASIN(t1.c0));
-- Wrong Execution Result: Empty Result
-- Expected Result: 9
Commit: 256bfca
Metadata
Metadata
Assignees
Labels
analyzerbugSomething isn't workingSomething isn't workingcorrectnessWe don't return the same result as MySQLWe don't return the same result as MySQLcustomer issue