MSCEWI1062

Custom type usage changed to variant

Severity

Low

Description

This message appears when a Custom Type is referenced, and then its usage is changed to variant.

This message is heavily related to MSCEWI1056 and MSCEWI1063.

Example code

Input Code (Oracle):

CREATE TYPE type1 AS OBJECT(type1_column1 INT);

CREATE TABLE table1
(
column1 type1
);

Output Code:

Recommendations

  • Remember to transform all of its input data into a Variant-compliant data type as well.

  • If you need more support, you can email us at [email protected]

Last updated