SSC-EWI-TS0016

Translation for ODBC Scalar function pending

Some parts of the output code are omitted for clarity reasons.

Description

This EWI is added when SnowConvert finds an ODBC Scalar function inside the input code. User-defined functions are not supported in ODBC Scalar Function.

Code Example

Input Code:

IN -> SqlServer_01.sql
SELECT {fn CURRENT_DATE_UDF()};

Output Code:

OUT -> SqlServer_01.sql
SELECT
!!!RESOLVE EWI!!! /*** SSC-EWI-0073 - PENDING FUNCTIONAL EQUIVALENCE REVIEW FOR 'CURRENT_DATE_UDF' NODE ***/!!!
CURRENT_DATE_UDF() !!!RESOLVE EWI!!! /*** SSC-EWI-TS0016 - USER DEFINED FUNCTIONS ARE NOT SUPPORTED IN ODBC SCALAR FUNCTION. ***/!!!;
  1. SSC-EWI-0073: Pending Functional Equivalence Review.

Recommendations

Last updated