KamleshKumar427 opened a new issue, #426:
URL: https://github.com/apache/age/issues/426

   I created a graph named 'new_graph' and populated it with some nodes and 
edges.
   and then applied the following command to delete and then roll back the 
deleted data.
   
   **BEGIN;**
   
   **SELECT * from cypher('new_graph', $$
           MATCH (V)
           detach delete (V)
   $$) as (a agtype);**
    
   !! above command deleted the relationship and nodes.
   
   **ROLLBACK;**
   
   !! but after the rollback command, data is not retrieved back.
   
   **Rolling back transactions is a very crucial part of any database, It must 
also be fully functional in AGE as well.**
   
   Also while inspecting these commands it occasionally throws the following 
error.
    
   
![image](https://user-images.githubusercontent.com/95052507/209471157-2c0c77b7-c52e-4639-b984-ba01a9253eb5.png)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to