| 1404 | return f.rowsAffected, nil |
| 1405 | } |
| 1406 | |
| 1407 | type queryErrorExecutor struct { |
| 1408 | err error |
| 1409 | noopProfiling |
| 1410 | } |
| 1411 | |
| 1412 | func (e *queryErrorExecutor) QueryContext(context.Context, string, ...any) (RowSet, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected