(t *testing.T)
| 144 | } |
| 145 | |
| 146 | func TestDebugSqlizerInsertAtp(t *testing.T) { |
| 147 | testDebugInsertSQL.PlaceholderFormat(AtP) |
| 148 | assert.Equal(t, expectedDebugInsertSQL, DebugSqlizer(testDebugInsertSQL)) |
| 149 | } |
| 150 | |
| 151 | func TestDebugSqlizerInsertDollar(t *testing.T) { |
| 152 | testDebugInsertSQL.PlaceholderFormat(Dollar) |
nothing calls this directly
no test coverage detected
searching dependent graphs…