pg-diff icon indicating copy to clipboard operation
pg-diff copied to clipboard

Triggers not implemented?

Open mathias-sa opened this issue 4 years ago • 3 comments

I think triggers are ignored for the source/target comparison. I tested with two databases where the source has a few new tables with triggers on it, but there are no CREATE TRIGGER ... statements in the resulting script.

mathias-sa avatar Jan 24 '22 12:01 mathias-sa

Dear @mathias-sa

You are right, let me work on it. I just need two weeks to close many other project.

michaelsogos avatar Jan 24 '22 17:01 michaelsogos

Thanks a lot!

I'm not very proficient in JS, but let me know if I can help with the SQL or testing side.

mathias-sa avatar Jan 24 '22 17:01 mathias-sa

If you can point me in the right direction I can help add this functionality. Just realised this wasn't happening when added to our environment.

jaitaiwan avatar Aug 04 '22 02:08 jaitaiwan