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] SQL functions misplaced in parser definition? #4080

Open
AndersRongbyIMI opened this issue May 2, 2024 · 1 comment
Open

[PL/SQL] SQL functions misplaced in parser definition? #4080

AndersRongbyIMI opened this issue May 2, 2024 · 1 comment
Labels

Comments

@AndersRongbyIMI
Copy link

There are three categories for standard oracle SQL functions (not java): string functions, numeric functions and other functions. I think that some functions are misplaced into string functions. Like for example NVL.
Lots of function keywords are not categorized at all.
My question is: Would it be a good idea to redo the parser function categorization and use Oracle's own categorization as much as possible. It can be found at this URL: https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/Single-Row-Functions.html

@AndersRongbyIMI AndersRongbyIMI changed the title SQL functions misplaced in parser definition? [PL/SQL] SQL functions misplaced in parser definition? May 2, 2024
@kaby76
Copy link
Contributor

kaby76 commented May 6, 2024

This sounds ok but the performance will need to be checked with a change.

@KvanTTT KvanTTT added the plsql label May 6, 2024
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

3 participants