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
CREATE PROCEDURE ESB_SEND(
IN CNUM CHARACTER
)
RETURNS CHARACTER
LANGUAGE DATABASE
EXTERNAL NAME "{SCHEMA_NAME_PARAMETER}.INTEGRATION.SEND_ACQ";
The test ParsingErrorCheck failed because of curly braces. I fixed it by adding them in the regexp pattern IDENTIFIER_PART_ESCAPED in the file esql-frontend\src\main\java\com\exxeta\iss\sonar\esql\lexer\EsqlLexer.java:
The code is:
The test ParsingErrorCheck failed because of curly braces. I fixed it by adding them in the regexp pattern IDENTIFIER_PART_ESCAPED in the file esql-frontend\src\main\java\com\exxeta\iss\sonar\esql\lexer\EsqlLexer.java:
The text was updated successfully, but these errors were encountered: