You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this commit, I have a question, that is, the close_with_result variable is set to True, so that the connection will not be closed, but when it is changed to False, should the connection be kept open? If there are many connections?
Submit the issue for the first time, if there is something wrong, please give me some suggestions.Thank you!
The text was updated successfully, but these errors were encountered:
Excuse me, is this bug not fixed?
When run examples\randomuser-sqlite.py,This bug happened. It is because the sql connection was closed prematurely.
@shacknetisp Use close_with_result rather than closing connections too early.
For this commit, I have a question, that is, the close_with_result variable is set to True, so that the connection will not be closed, but when it is changed to False, should the connection be kept open? If there are many connections?
Submit the issue for the first time, if there is something wrong, please give me some suggestions.Thank you!
The text was updated successfully, but these errors were encountered: