Don Ho 785018385b Enhance SQL function list parser
The new SQL parser comes from #16606, this commit updates only 2 result files to make Unit-tests pass.

Fix #16605, close #16606, close #17007
2025-09-29 21:36:02 +02:00

1 line
497 B
Plaintext

{"nodes":[{"leaves":["hire \r\n (last_name VARCHAR2, job_id VARCHAR2, \r\n manager_id NUMBER, salary NUMBER, \r\n commission_pct NUMBER, department_id NUMBER) \r\n RETURN NUMBER","create_dept(department_id NUMBER, location_id NUMBER) \r\n RETURN NUMBER","remove_emp (employee_id NUMBER)","remove_dept(department_id NUMBER)","increase_sal(employee_id NUMBER, salary_incr NUMBER)","increase_comm(employee_id NUMBER, comm_incr NUMBER)"],"name":"PACKAGE BODY emp_mgmt"}],"root":"unitTest"}