asyncpg icon indicating copy to clipboard operation
asyncpg copied to clipboard

The connection doesn't wait till all the message return when error.

Open slangmgh opened this issue 6 years ago • 1 comments

When send multiple sql, and some sql failed, we must wait untill pqgetResult(conn.pgconn) return nil, or else, the connection will remain unusable.

slangmgh avatar Jun 17 '18 05:06 slangmgh

Do you have a test case for this?

treeform avatar Oct 29 '18 23:10 treeform