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

Function TestDebugSqlizerInsertColon

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

Source from the content-addressed store, hash-verified

139var expectedDebugInsertSQL = "INSERT INTO table VALUES ('1','test')"
140
141func TestDebugSqlizerInsertColon(t *testing.T) {
142 testDebugInsertSQL.PlaceholderFormat(Colon)
143 assert.Equal(t, expectedDebugInsertSQL, DebugSqlizer(testDebugInsertSQL))
144}
145
146func TestDebugSqlizerInsertAtp(t *testing.T) {
147 testDebugInsertSQL.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…