(t *testing.T)
| 156 | func TestSQLiteInsertRows(t *testing.T) { testSQLiteInsertRows(t, false) } |
| 157 | |
| 158 | func TestSQLiteRawInsertRows(t *testing.T) { testSQLiteInsertRows(t, true) } |
| 159 | |
| 160 | func testSQLiteInsertRows(t *testing.T, raw bool) { |
| 161 | // This test tests that the lines fed into the output actually |
nothing calls this directly
no test coverage detected