MSCEWI1095

Object Not Renamed

This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.

Severity

Low

Description

This Issue is used to indicate that an Object was not renamed. Note that this appears only when the feature of the renaming is being used.

Example Code

Input Code:

CREATE TABLE TableNotChanged
(
  ColumnName Integer
);

Output Code:

CREATE TABLE TableNotChanged /*** MSC-WARNING - MSCEWI1095 - TABLE TableNotChanged WAS NOT RENAMED ***/ (
  ColumnName Integer
);

Recommendations

Last updated