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

Improve INDEX BY table parsing capability #5843

Conversation

ZhengguanLi
Copy link
Contributor

@ZhengguanLi ZhengguanLi commented Apr 13, 2024

We only parse the case where the syntax is TABLE OF dataType() INDEX BY. However, we do not parse the case where the syntax is TABLE OF dataType INDEX BY, which lacks parenthese. For instance:

DECLARE
  TYPE NUMBER_ARRAY_TYPE IS TABLE OF NUMBER INDEX BY BINARY_INTEGER;
  ...

只考虑到了数据类型有括号的情况 没有考虑无括号的情况

@lizongbo lizongbo merged commit c0f62d2 into alibaba:master Apr 13, 2024
5 checks passed
@ZhengguanLi ZhengguanLi deleted the pr/improve-index-by-table-parsing-capability branch April 14, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants