How does Intersystems cache recall the covered code

111 Views Asked by At

I drag my .cls file to Intersystems studio, the old version code covered my latest version code, is there any way to get back my covered cls file ?

1

There are 1 best solutions below

2
DAiMor On

InterSystems Caché/IRIS stores most of the code right in the Database, and Database by default is journaled. So, you can revert your code by those journals. But unfortunately, it is not so easy to explain how to do it.