Skip to content

Commit 3dea9d1

Browse files
committed
fix
Signed-off-by: JaySon-Huang <[email protected]>
1 parent 13acfc0 commit 3dea9d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integrationtest/t/ddl/db_integration.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,7 @@ create table t (j json, key k (((j,j))));
10521052
create table t (j json, key k ((j+1),(j+1)));
10531053
-- error 3761
10541054
create table t1 (col1 int, index ((concat(''))));
1055+
-- error 3761
10551056
create table t1 (col1 int, index ((null)));
10561057
-- error 3756
10571058
CREATE TABLE t1 (col1 INT, PRIMARY KEY ((ABS(col1))) NONCLUSTERED);

0 commit comments

Comments
 (0)