grammars-v4 icon indicating copy to clipboard operation
grammars-v4 copied to clipboard

PL/SQL parser cannot recognise record field with keyword

Open stephendrew opened this issue 1 year ago • 1 comments

TYPE t_record IS RECORD (date VARCHAR2(30));
no viable alternative at input 'date'

stephendrew avatar Mar 29 '24 13:03 stephendrew

Perhaps:

table_type_def
    : TABLE OF type_spec (NOT? NULL_)? table_indexed_by_part?
    ;

?

stephendrew avatar Mar 30 '24 10:03 stephendrew