View Issue Details

IDProjectCategoryView StatusLast Update
0007093SymmetricDSBugpublic2025-10-10 12:51
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status assignedResolutionopen 
Product Version3.16.0 
Target Version3.16.8 
Summary0007093: SQL Server ddl capture needs to handle drop of tables differently
DescriptionNeed to handle drop tables differently when capturing ddl drop table events.
The table_name that gets saved should be sym_node instead of the dropped table because of the metadata lookup that is done on the source side.
Steps To Reproduce1. Set up ddl synchronization
2. Drop an application table on the source side
3. Error on source side looking for metadata for dropped table
Tagsddl/schema

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-10-10 12:51 pmarzullo New Issue
2025-10-10 12:51 pmarzullo Status new => assigned
2025-10-10 12:51 pmarzullo Assigned To => pmarzullo
2025-10-10 12:51 pmarzullo Tag Attached: ddl/schema