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
I have been using SQLExecutor2 in Jupyter Notebooks and Dash webapps. When a user cancels a running cell or refreshes a webapp SQLExecutor2 never cancels the running query which then blocks future query from being ran. If possible adding a feature that allows the use to close or reset the connection much like SQLAlchemy would be helpful.
The text was updated successfully, but these errors were encountered:
I have been using SQLExecutor2 in Jupyter Notebooks and Dash webapps. When a user cancels a running cell or refreshes a webapp SQLExecutor2 never cancels the running query which then blocks future query from being ran. If possible adding a feature that allows the use to close or reset the connection much like SQLAlchemy would be helpful.
The text was updated successfully, but these errors were encountered: