You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all I would like to thank you chbeer. This is truly an exellent tool which will assist me in troubleshooting iCloud.
I have found 1 problem with it, which if fixed, would make your solution perfect in my eyes.
The iCloudCDT plugin seems to be able to cope well in reading transaction logs relating to insert, update and delete. It can also cope when a transaction log is generated showing a single change to multiple entities.
Where the plugin fails is when multiple changes occur on a single entity in one transaction log. For instance I have a method which deletes all the objects in a table and iCloudCDT is unable to read the transaction log generated by this.
I have another method which updates a value in all of the objects in a table and likewise the plugin fails to be able to read the corresponding transaction log.
It can however read the transaction log of single deletes from the table or single updates. I just thought I would let you know as you may not have encountered this in your testing.
The text was updated successfully, but these errors were encountered:
First of all I would like to thank you chbeer. This is truly an exellent tool which will assist me in troubleshooting iCloud.
I have found 1 problem with it, which if fixed, would make your solution perfect in my eyes.
The iCloudCDT plugin seems to be able to cope well in reading transaction logs relating to insert, update and delete. It can also cope when a transaction log is generated showing a single change to multiple entities.
Where the plugin fails is when multiple changes occur on a single entity in one transaction log. For instance I have a method which deletes all the objects in a table and iCloudCDT is unable to read the transaction log generated by this.
I have another method which updates a value in all of the objects in a table and likewise the plugin fails to be able to read the corresponding transaction log.
It can however read the transaction log of single deletes from the table or single updates. I just thought I would let you know as you may not have encountered this in your testing.
The text was updated successfully, but these errors were encountered: