Open dengn opened 2 years ago
collation. 0.6
same as #3344
it only can be fixed after the https://github.com/matrixorigin/matrixone/issues/3616 (p1) is done.
need collation
moved from 0.6. it is not in 0.7's plan.
i am not working on it
converted to p0
i am not focus on it today
I am not working on it
Hello @dengn. The bug issue in the BVT test code has not been removed,issues automatically open.
Is there an existing issue for the same bug?
Environment
Actual Behavior
CREATE TABLE t1 (st varchar(255) NOT NULL, u int(11) NOT NULL); INSERT INTO t1 VALUES ('a',1),('A',1),('aa',1),('AA',1),('a',1),('aaa',0),('BBB',0); select if(u=1,st,st) s from t1 order by s;
[SQL STATEMENT]: select if(u=1,st,st) s from t1 order by s; [EXPECT RESULT]: s a A a aa AA aaa BBB [ACTUAL RESULT]: s A AA BBB a a aa aaa
Expected Behavior
No response
Steps to Reproduce
No response
Additional information
No response