DataDigger icon indicating copy to clipboard operation
DataDigger copied to clipboard

Allow replication triggers

Open JeroenEeuwes opened this issue 1 year ago • 1 comments

In the datadigger there are several lines which disable the load triggers. If you use the database replication triggers this means the replication for that change is lost.

This is resolved by changing all the DISABLE-LOAD-TRIGGERS(FALSE) to DISABLE-LOAD-TRIGGERS(TRUE).

In generate-Bulk-Delete.w and generate-DumpLoad-Procedure.w there is some code generation which needs to be amended. The lines with "DISABLE TRIGGERS FOR LOAD" should be changed to "DISABLE TRIGGERS FOR LOAD ... ALLOW-REPLICATION ...".

Or perhaps there should be a setting to (dis)allow the replication triggers?

JeroenEeuwes avatar Apr 17 '23 13:04 JeroenEeuwes