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

Function TestDebugSqlizerInsertAtp

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

Source from the content-addressed store, hash-verified

144}
145
146func TestDebugSqlizerInsertAtp(t *testing.T) {
147 testDebugInsertSQL.PlaceholderFormat(AtP)
148 assert.Equal(t, expectedDebugInsertSQL, DebugSqlizer(testDebugInsertSQL))
149}
150
151func TestDebugSqlizerInsertDollar(t *testing.T) {
152 testDebugInsertSQL.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…