MCPcopy Index your code
hub / github.com/bytebase/bytebase / quoteIdent

Function quoteIdent

backend/plugin/parser/redshift/completion.go:249–251  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

247}
248
249func quoteIdent(name string) string {
250 return `"` + strings.ReplaceAll(name, `"`, `""`) + `"`
251}
252
253func completionCandidateText(candidate redshiftcompletion.Candidate) string {
254 switch candidate.Type {

Callers 7

buildCompletionCatalogFunction · 0.70
createTableDDLFunction · 0.70
createViewDDLFunction · 0.70
columnListDDLFunction · 0.70
quotedIdentifierIfNeededFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected