Skip to content

Allow replication triggers #100

@JeroenEeuwes

Description

@JeroenEeuwes

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?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions