davidhwyllie / findNeighbour4

A server delivering large scale, incrementable, bacterial relatedness monitoring
MIT License
3 stars 2 forks source link

Not all database interactions ensure rollback if transaction fails #121

Closed davidhwyllie closed 2 years ago

davidhwyllie commented 2 years ago

At present, in the rdbmsstore module, not all database interactions are included in try/catch blocks. The consequence of this is that

davidhwyllie commented 2 years ago

Addressed by https://github.com/davidhwyllie/findNeighbour4/pull/122