mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-11-14 18:49:45 +01:00
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
1 line
497 B
Plaintext
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"} |