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

Function TestDebugSqlizerDeleteQuestion

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

Source from the content-addressed store, hash-verified

131}
132
133func TestDebugSqlizerDeleteQuestion(t *testing.T) {
134 testDebugDeleteSQL.PlaceholderFormat(Question)
135 assert.Equal(t, expectedDebugDeleteSQL, DebugSqlizer(testDebugDeleteSQL))
136}
137
138var testDebugInsertSQL = Insert("table").Values(1, "test")
139var expectedDebugInsertSQL = "INSERT INTO table VALUES ('1','test')"

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…