MCPcopy 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
15func NewQueryRemover(regex string) QueryModifier {
16 return NewQueryReplacer(regex, "")
17}
18
19var (
20 removeLocaleProvider = NewQueryRemover(`(?i)LOCALE_PROVIDER = [^ ;]*`)

Callers 1

query_modifier.goFile · 0.85

Calls 1

NewQueryReplacerFunction · 0.85

Tested by

no test coverage detected