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

Function TestDebugSqlizerUpdateAtp

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

Source from the content-addressed store, hash-verified

95}
96
97func TestDebugSqlizerUpdateAtp(t *testing.T) {
98 testDebugUpdateSQL.PlaceholderFormat(AtP)
99 assert.Equal(t, expectedDebugUpateSQL, DebugSqlizer(testDebugUpdateSQL))
100}
101
102func TestDebugSqlizerUpdateDollar(t *testing.T) {
103 testDebugUpdateSQL.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…