Rollback informix database
问题 I have some code that uses an Informix 11.5 database that I want to run some tests against. If the tests fail they will often leave the database in an inconsistent state that needs to be manually resolved before the tests can be run again. I would like to automate this so that the tests do not require manual intervention before running the tests again. My current solution is to write some code that does the cleanup, but this means the code must be maintained whenever potential new