Hi, I just downloaded pldoc and ran it against my module of source files. Several of my files have grants of the form:
grant all on rmc_custom.rmc_cost_copy_wrapper to apps /
in them. When pldoc reaches one of these it chokes w/the following error message:
ParseException: Encountered "ALL" at line 62, colum n 7. Was expecting one of: ....
It looks like it just doesn't understand the all keyword as a valid thing to grant. Would that be easy to add to the parser?
By the way, I am using version 0.8.2
As I understand, rmc_custom.rmc_cost_copy_wrapper is a package or procedure. Why do you GRANT ALL, not just GRANT EXECUTE ?
Log in to post a comment.
Hi, I just downloaded pldoc and ran it against my module of source files. Several of my files have grants of the form:
grant all on rmc_custom.rmc_cost_copy_wrapper to apps
/
in them. When pldoc reaches one of these it chokes w/the following error message:
ParseException: Encountered "ALL" at line 62, colum
n 7.
Was expecting one of: ....
It looks like it just doesn't understand the all keyword as a valid thing to grant. Would that be easy to add to the parser?
By the way, I am using version 0.8.2
As I understand, rmc_custom.rmc_cost_copy_wrapper is a package or procedure.
Why do you GRANT ALL, not just GRANT EXECUTE ?