-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
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?