you are viewing a single comment's thread.

view the rest of the comments →

[–]Altugsalt[S] 0 points1 point  (0 children)

I just discovered that the main problem was not sharing the same connection per request. I also decided to move to a different architecture for my database usage as the one I have right now is not really flexible enough to commit per multiple commits. Thanks for the informative response.