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
We are using JSqlParser to parse Oracle PL/SQL statement, and the statement with returning ... into ... can't be parsed. For example: begin insert into table (col1) values (sysdate) returning id into new_id; commit; end. Please add support of RETURNING INTO clause in INSERT/UPDATE/DELETE statement.
Encountered unexpected token: "into" "INTO"
at line 1, column 57.
Was expecting one of:
"&"
"::"
"<<"
">>"
"["
"^"
"|"
"<ST_SEMICOLON>"