Question on transaction rollback #1043
Replies: 1 comment 1 reply
-
| Any error thrown inside the  | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to do a hard rollback for transactions?
I have a scenario that client side called an API request to server side and server side saves some records using transaction. If client side aborts the request, it should hard rollback the transactions done in server side even if the transactions is successfully finished.
Beta Was this translation helpful? Give feedback.
All reactions