-
Notifications
You must be signed in to change notification settings - Fork 6
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
wrap DB operations in transactions #246
Comments
I'm interested in this project, this looks simple enough to start with. Would that be alright? |
Hey @TheNavigat, sorry for my slow response here, and for the lack of context that exists on this bug! There are some refactoring PRs still in the pipeline that might change the nature of this issue, but here's the current state of things to provide some context. Since we don't pass transactions back to the database, we're concerned about this function where we perform an upsert spread across several DB queries. The nature of the problem might look different with this refactor, but the issue will still exist in some way or another. So somewhere to start, without colliding with the current changes that are in the pipeline, might be to push through a transaction object into some of the Another thing that we've discussed in the past is moving from @vbrown608 Do you have any thoughts on this? |
No worries, I am not the fastest either. This is becoming a bit tricky for me. I don't get how this doesn't solve the problem, unless the problem has actually been fixed for this specific function, but not the other ones. In that situation, this makes sense. Can you elaborate further on how such a transaction object would work? I'm don't fully understand how SQL operations are executed in this context. Apart from the |
No description provided.
The text was updated successfully, but these errors were encountered: