When I do a `QueryRow()` query, the `Scan()` panics with this error: index out of range [-1] This seem to be related to this line [72](https://github.com/driftprogramming/pgxpoolmock/blob/main/rows.go#L72): for i, col := range r.rows[r.pos-1] { where `r.pos` is `0`.