PaulCCCCCCH/Robustar_implementation

Improving Consistency

Opened this issue · 0 comments

Current database implementaion lacks consistency enforcement. We need to make sure no partial transaction is happening. In RModelManager (previously RModelWrapper) and RImageFolder, we have a lot of functions that require more than 1 database operations. We need to handle errors and perform rollbacks if anything unexpected happens. This is currently missing.