(t *testing.T)
| 95 | } |
| 96 | |
| 97 | func TestDebugSqlizerUpdateAtp(t *testing.T) { |
| 98 | testDebugUpdateSQL.PlaceholderFormat(AtP) |
| 99 | assert.Equal(t, expectedDebugUpateSQL, DebugSqlizer(testDebugUpdateSQL)) |
| 100 | } |
| 101 | |
| 102 | func TestDebugSqlizerUpdateDollar(t *testing.T) { |
| 103 | testDebugUpdateSQL.PlaceholderFormat(Dollar) |
nothing calls this directly
no test coverage detected
searching dependent graphs…