|
82 KB
|
99 KB
@ivangron: research only and let me know your findings.
@Sachin: The ScriptIndex class excepts a flag called [withOptions]. This is the flag used to determine if the index options, comments are include in options, will be scripted. This flag is determined by the [Include Table Storage] flag from the Schema Compare dialog.
The [Include Comments] flag from the schema compare dialog only get passed to the table extraction as the ignoreComments flag that determines if the comments will not be set during extraction for the table object and its columns.
@Sachin: The ScriptIndex class excepts a flag called [withOptions]. This is the flag used to determine if the index options, comments are include in options, will be scripted. This flag is determined by the [Include Table Storage] flag from the Schema Compare dialog.
The [Include Comments] flag from the schema compare dialog only get passed to the table extraction as the ignoreComments flag that determines if the comments will not be set during extraction for the table object and its columns.
Issue #10238 |
New |
Completion |
No due date |
No fixed build |
No time estimate |
1 issue link |
relates to #10384
Issue #10384In Compare schema Comment gets included even when we have unchecked "Include Comments" checkbox |
@ivangron: research only and let me know your findings.