You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DECLARE IN_STR_BLOB BLOB ASBITSTREAM(IN_STR_ROW.IN_STR CCSID 1208 SET MESSAGESET TYPE functionName || '_IN' FORMAT 'Str');
The test ParsingErrorCheck failed because of concatination ||. To fix it you can modify method in the file esql-frontend\src\main\java\com\exxeta\iss\sonar\esql\parser\EsqlGrammar.java:
The code is:
The test ParsingErrorCheck failed because of concatination ||. To fix it you can modify method in the file esql-frontend\src\main\java\com\exxeta\iss\sonar\esql\parser\EsqlGrammar.java:
To this (very important to set ADDITIVE_EXPRESSION() on the first place):
The text was updated successfully, but these errors were encountered: