mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-19 13:33:34 -05:00
File.Delete() had s.Commit() and s.Rollback() calls that could prematurely commit or abort an outer transaction when using a shared session. The caller is now responsible for transaction management.