Closed boolka closed 5 months ago
When connection was interrupted for some how while executing the query it must be cleaned. Calling connection._connection.reset_state() returns connection back to pool cleaned.
connection._connection.reset_state()
The problem was discussed here #93 and #71
@long2ice pls consider my merge request
Thanks!
Would you release a new version so that we could update our depends in project from git commit to a version number? Thank you.
When connection was interrupted for some how while executing the query it must be cleaned. Calling
connection._connection.reset_state()
returns connection back to pool cleaned.The problem was discussed here #93 and #71