Skip to content

Commit 12c6f17

Browse files
vsai12claude
andauthored
fix(plsql): add remaining missing tokens to regular_id (#49)
Add all missing tokens from the grammar sync to regular_id: - ACCESSIBLE, NOLOG, ORC, PARQUET, RCFILE - STRUCT, TDO, TEMPLATE_TABLE, TEXTFILE These tokens exist in upstream grammars-v4 regular_id rule. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f93143b commit 12c6f17

2 files changed

Lines changed: 828 additions & 669 deletions

File tree

plsql/PlSqlParser.g4

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7512,6 +7512,7 @@ regular_id
75127512
| REGULAR_ID
75137513
| ABSENT
75147514
| A_LETTER
7515+
| ACCESSIBLE
75157516
| BYTES
75167517
| CHARSETFORM
75177518
| CHARSETID
@@ -7527,11 +7528,19 @@ regular_id
75277528
| MAXLEN
75287529
| NEWLINE_
75297530
| NOEXTEND
7531+
| NOLOG
75307532
| NOSCALE
75317533
| NOSHARD
7534+
| ORC
7535+
| PARQUET
75327536
| POLYMORPHIC
7537+
| RCFILE
75337538
| RECORDS
75347539
| SHARD
7540+
| STRUCT
7541+
| TDO
7542+
| TEMPLATE_TABLE
7543+
| TEXTFILE
75357544
| AGENT
75367545
| AGGREGATE
75377546
| ANALYZE

0 commit comments

Comments
 (0)