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

Function TestDebugSqlizerDeleteAtp

squirrel_test.go:123–126  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

121}
122
123func TestDebugSqlizerDeleteAtp(t *testing.T) {
124 testDebugDeleteSQL.PlaceholderFormat(AtP)
125 assert.Equal(t, expectedDebugDeleteSQL, DebugSqlizer(testDebugDeleteSQL))
126}
127
128func TestDebugSqlizerDeleteDollar(t *testing.T) {
129 testDebugDeleteSQL.PlaceholderFormat(Dollar)

Callers

nothing calls this directly

Calls 2

DebugSqlizerFunction · 0.85
PlaceholderFormatMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…