Skip to content

[PLSql] DATE_FORMAT - valid constant name#4802

Merged
teverett merged 1 commit intoantlr:masterfrom
frolovgo:plsql_grammar_fix
May 2, 2026
Merged

[PLSql] DATE_FORMAT - valid constant name#4802
teverett merged 1 commit intoantlr:masterfrom
frolovgo:plsql_grammar_fix

Conversation

@frolovgo
Copy link
Copy Markdown
Contributor

@frolovgo frolovgo commented Apr 6, 2026

I have faced with parsing errors during testing my plsql linter on real codebase and prepared minor fix for plsql grammar

@frolovgo frolovgo marked this pull request as ready for review April 6, 2026 12:55
@teverett teverett added the plsql label Apr 6, 2026
@frolovgo frolovgo force-pushed the plsql_grammar_fix branch from 3a78ac5 to 3846462 Compare April 21, 2026 08:20
@frolovgo frolovgo changed the title [PLSql] fix keep*dense_rank construction support, ROUND-function with… [PLSql] DATE_FORMAT - valid constant name Apr 21, 2026
@frolovgo
Copy link
Copy Markdown
Contributor Author

frolovgo commented Apr 21, 2026

Most issues are already fixed in #4808
Only one remains:
example(PL/SQL procedure successfully completed):

declare
    DATE_FORMAT constant varchar2(100) := 'yyyy-mm-dd hh24:mi:ss';
begin
    null;
end;

@teverett
Copy link
Copy Markdown
Member

teverett commented May 2, 2026

@frolovgo thanks!

@teverett teverett merged commit 75f7ced into antlr:master May 2, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants