MCPcopy Create free account
hub / github.com/araddon/qlbridge / NewDefaultWriter

Function NewDefaultWriter

expr/dialect.go:76–78  ·  view source on GitHub ↗

NewDefaultWriter uses mysql escaping rules literals=" identity=`

()

Source from the content-addressed store, hash-verified

74
75// NewDefaultWriter uses mysql escaping rules literals=" identity=`
76func NewDefaultWriter() DialectWriter {
77 return &defaultDialect{LiteralQuote: '"', IdentityQuote: '`', Null: "NULL"}
78}
79
80// NewDefaultNoNamspaceWriter uses mysql escaping rules literals=" identity=`
81// Strip namespaces so that 'users.first_name` becomes `first_name` (strip users.)

Callers 15

StringMethod · 0.92
StringMethod · 0.92
StringMethod · 0.92
StringMethod · 0.92
StringMethod · 0.92
StringMethod · 0.92
StringMethod · 0.92
StringMethod · 0.92
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringNegateMethod · 0.85

Calls

no outgoing calls

Tested by 1