type with name array break parser
Status: Alpha
Brought to you by:
altumano
type with name array break parser, eg.
If you have following definition:
type array is table of varchar2(13);
Then parser break with following errors:
>>>
Error parsing line 17, column 5
Last consumed token: ";"
net.sourceforge.pldoc.parser.ParseException: Encountered "type array is" at line 17, column 5.
Was expecting one of:
"CURSOR" ...
>>>
Test case src/test/resources/testinput/bugs/pldoc-1901322.sql with incorrect name in 0.9.1
Fixed