Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apecloud/myduckserver
/ NewQueryRemover
Function
NewQueryRemover
pgserver/query_modifier.go:15–17 ·
view source on GitHub ↗
(regex string)
Source
from the content-addressed store, hash-verified
13
}
14
15
func
NewQueryRemover(regex string) QueryModifier {
16
return
NewQueryReplacer(regex,
""
)
17
}
18
19
var
(
20
removeLocaleProvider = NewQueryRemover(`(?i)LOCALE_PROVIDER = [^ ;]*`)
Callers
1
query_modifier.go
File · 0.85
Calls
1
NewQueryReplacer
Function · 0.85
Tested by
no test coverage detected