MCPcopy
hub / github.com/Masterminds/squirrel / colonFormat

Struct colonFormat

placeholder.go:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59type colonFormat struct{}
60
61func (colonFormat) ReplacePlaceholders(sql string) (string, error) {
62 return replacePositionalPlaceholders(sql, ":")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected