View Revisions: Issue #6676

Summary 0006676: Preserve comments on stored procedures when loading DDL changes (new parameter dataloader.sql.event.strip.comments)
Revision 2024-12-19 16:08 by pbelov
Description When you sync a stored procedure with comments that contains comments, the comments do not get synced.
We would like to change this so comments get synced as well, when a new parameter dataloader.sql.event.strip.comments is set to false
To maintain backwards compatibility this parameter will default to true.
Revision 2024-12-12 15:07 by cquamme
Description When you sync a stored procedure with comments in SQL Server that contains comments, the comments do not get synced. We would like to change this so comments get synced as well.