Skip to content

Commit

Permalink
add 2 test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
cch123 committed Apr 3, 2020
1 parent e7d9140 commit 6110605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions select_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ var unsupportedCaseList = []string{
"select * from a where 1=a",
"select * from a where id is null",
"select * from a group by sqrt(id)",
"select * from aaa where a= 1 and multi_match(zz=1, query='this is a test', fields=(title,title.origin), type=phrase)",
"select * from aaa where zz(k=2)",
}

var selectCaseMap = map[string]string{
Expand Down

0 comments on commit 6110605

Please sign in to comment.