View Revisions: Issue #6922

Summary 0006922: Uninstall node action does not remove DDL (and truncate) capture function
Revision 2025-07-14 15:38 by pbelov
Description Detected on SQL Server but may exist on other platforms. Turn on the DDL parameter to capture DDL changes and then uninstall the node the function : sym_on_filtered_ddl remains in place. This will cause future table creations on the database as it will fire the database level function to capture the ddl change and insert it into sym_data and reference sym_trigger_hist and they do not exist.

Remove DDL trigger and postgres.trigger.capture.truncate.event when uninstalling a node
Revision 2025-06-05 13:20 by josh-a-hicks
Description Detected on SQL Server but may exist on other platforms. Turn on the DDL parameter to capture DDL changes and then uninstall the node the function : sym_on_filtered_ddl remains in place. This will cause future table creations on the database as it will fire the database level function to capture the ddl change and insert it into sym_data and reference sym_trigger_hist and they do not exist.