SSC-EWI-TS0016
Translation for ODBC Scalar function pending
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:
SELECT {fn CURRENT_DATE_UDF()};
Output Code:
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. ***/!!!;
Related EWI
SSC-EWI-0073: Pending Functional Equivalence Review.
Recommendations
No additional user actions are required; it is just informative.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated