MCPcopy Index your code
hub / github.com/Masterminds/squirrel / TestDebugSqlizerUpdateColon

Function TestDebugSqlizerUpdateColon

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

Source from the content-addressed store, hash-verified

90var expectedDebugUpateSQL = "UPDATE table SET x = '1', y = 'val'"
91
92func TestDebugSqlizerUpdateColon(t *testing.T) {
93 testDebugUpdateSQL.PlaceholderFormat(Colon)
94 assert.Equal(t, expectedDebugUpateSQL, DebugSqlizer(testDebugUpdateSQL))
95}
96
97func TestDebugSqlizerUpdateAtp(t *testing.T) {
98 testDebugUpdateSQL.PlaceholderFormat(AtP)

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…