Open slangmgh opened 6 years ago
When send multiple sql, and some sql failed, we must wait untill pqgetResult(conn.pgconn) return nil, or else, the connection will remain unusable.
Do you have a test case for this?
When send multiple sql, and some sql failed, we must wait untill pqgetResult(conn.pgconn) return nil, or else, the connection will remain unusable.