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
Right now, the library isn't using transaction-handling. IMHO it would be a good idea to add it to all functions where multiple updates/deletes are executed to prevent any problems if the db-server dies halfway through deleting stuff. For example in delete_user(), delete_group() or delete_perm(), multiple delete-queries are executed.
I started to add some basic transaction-handling to the code and can create a PR from my changes later today when i'm done.
The text was updated successfully, but these errors were encountered:
Right now, the library isn't using transaction-handling. IMHO it would be a good idea to add it to all functions where multiple updates/deletes are executed to prevent any problems if the db-server dies halfway through deleting stuff. For example in
delete_user()
,delete_group()
ordelete_perm()
, multiple delete-queries are executed.I started to add some basic transaction-handling to the code and can create a PR from my changes later today when i'm done.
The text was updated successfully, but these errors were encountered: