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

Function TestDebugSqlizerUpdateDollar

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

Source from the content-addressed store, hash-verified

100}
101
102func TestDebugSqlizerUpdateDollar(t *testing.T) {
103 testDebugUpdateSQL.PlaceholderFormat(Dollar)
104 assert.Equal(t, expectedDebugUpateSQL, DebugSqlizer(testDebugUpdateSQL))
105}
106
107func TestDebugSqlizerUpdateQuestion(t *testing.T) {
108 testDebugUpdateSQL.PlaceholderFormat(Question)

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…