-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autocommit not wrapped #2
Comments
@diegobill this is weird, I'm using autocommit
Can you collaborate with PR? I would be happy to merge it. |
@akoidan , I am using django 2.2.6 |
I am not using atomic transaction decorator |
Roger that @diegobill I will check this tomorrow if I have time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This library is not handling "mysql server has gone away" exceptions when autocommit is executed so I am receiving the error below when I execute any django orm query, for example "TicketSold.objects.filter(tapos_performance_code__in=perfs).delete()":
how can I wrap autocommit too?
The text was updated successfully, but these errors were encountered: