Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PL/SQL parser cannot recognise record field with keyword #4032

Open
stephendrew opened this issue Mar 29, 2024 · 1 comment
Open

PL/SQL parser cannot recognise record field with keyword #4032

stephendrew opened this issue Mar 29, 2024 · 1 comment
Labels

Comments

@stephendrew
Copy link
Contributor

stephendrew commented Mar 29, 2024

TYPE t_record IS RECORD (date VARCHAR2(30));
no viable alternative at input 'date'
@KvanTTT KvanTTT added the plsql label Mar 29, 2024
@stephendrew
Copy link
Contributor Author

Perhaps:

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

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants