Add qb.Like to query keys
This commit is contained in:
committed by
Michal Matczuk
parent
5007a41bf5
commit
6100d3b4c2
@@ -58,6 +58,11 @@ func TestCmp(t *testing.T) {
|
||||
S: "cntKey CONTAINS KEY ?",
|
||||
N: []string{"cntKey"},
|
||||
},
|
||||
{
|
||||
C: Like("like"),
|
||||
S: "like LIKE ?",
|
||||
N: []string{"like"},
|
||||
},
|
||||
|
||||
// Custom bind names
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user