Skip to content

Commit 6110605

Browse files
committed
add 2 test cases
1 parent e7d9140 commit 6110605

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

select_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ var unsupportedCaseList = []string{
2525
"select * from a where 1=a",
2626
"select * from a where id is null",
2727
"select * from a group by sqrt(id)",
28+
"select * from aaa where a= 1 and multi_match(zz=1, query='this is a test', fields=(title,title.origin), type=phrase)",
29+
"select * from aaa where zz(k=2)",
2830
}
2931

3032
var selectCaseMap = map[string]string{

0 commit comments

Comments
 (0)