Fix queryRow leftover message on conn
those leftover messages are tossed by ensureConnectionReadyForQuery but in the batch use case this is not called between each query.
This commit is contained in:
those leftover messages are tossed by ensureConnectionReadyForQuery but in the batch use case this is not called between each query.