conrad-blucher-institute / semaphore

Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Update databaseUtility functions for safer rollback #339

Open lovelysandlonelys opened 2 months ago

lovelysandlonelys commented 2 months ago

Mandatory Upgrade: rather than committing inside of the helper functions, pass a session to avoid partial rollbacks.

A little bit of research involved to find the sqlalchemy way of doing this safely.