SSC-EWI-0086
Replaced invalid characters for new identifier
Severity
Low
Description
The given identifier has invalid characters for the output language. Those characters were replaced with their UTF-8 codes.
Example Code
Input Code (Oracle):
CREATE PROCEDURE PROC1
AS
"VAR0" INT;
"VAR`/1ͷ" VARCHAR(20);
"o*/o" FLOAT;
" . " INT;
". ." INT;
"123Name" INT;
"return" INT;
yield INT;
ident#10 INT;
BEGIN
NULL;
END;Output Code:
Recommendations
No end-user actions are required.
If you need more support, you can email us at [email protected]
Last updated
