-
Type: Question
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Is there any way to "record" the series of DB commands that modify the database so that those commands can be reverted? Assume that none of those commands are "destructive." They will only add rows/values or modify existing rows/values.
The goal of this request is to determine if it is possible to "checkpoint" the DB and then "rollback" any changes after that checkpoint if necessary.