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
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.
The text was updated successfully, but these errors were encountered:
Current database implementaion lacks consistency enforcement. We need to make sure no partial transaction is happening. In
RModelManager
(previouslyRModelWrapper
) andRImageFolder
, 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.The text was updated successfully, but these errors were encountered: