Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow replication triggers #100

Open
JeroenEeuwes opened this issue Apr 17, 2023 · 1 comment
Open

Allow replication triggers #100

JeroenEeuwes opened this issue Apr 17, 2023 · 1 comment
Assignees

Comments

@JeroenEeuwes
Copy link

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?

@patrickTingen
Copy link
Owner

patrickTingen commented Apr 18, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants