(stmt *sql.Stmt, err error)
| 42 | } |
| 43 | |
| 44 | func (tb *TB) checkStmt(stmt *sql.Stmt, err error) *sql.Stmt { |
| 45 | tb.check(err) |
| 46 | return stmt |
| 47 | } |
| 48 | |
| 49 | func initDB(b *testing.B, compress bool, queries ...string) *sql.DB { |
| 50 | tb := (*TB)(b) |
no test coverage detected