We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea7ce5 commit 2c26e7bCopy full SHA for 2c26e7b
finder/where.go
@@ -34,7 +34,7 @@ func NonRegexpPrefix(expr string) string {
34
}
35
36
func likeEscape(v string) string {
37
- return strings.Replace(v, "_", "\\\\_", -1)
+ return strings.Replace(v, "_", "\\_", -1)
38
39
40
// Q quotes string for clickhouse
0 commit comments