Skip to content

Commit 80045dc

Browse files
Copilotmathiasrw
andcommitted
Fix: Add missing ORDER keyword to NonReserved grammar rule
Co-authored-by: mathiasrw <1063454+mathiasrw@users.noreply.github.com>
1 parent e75294a commit 80045dc

2 files changed

Lines changed: 275 additions & 8 deletions

File tree

src/alasqlparser.jison

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3333,6 +3333,7 @@ NonReserved
33333333
|OFF
33343334
|OPTION
33353335
|OPTIONS
3336+
|ORDER
33363337
|ORDERING
33373338
|ORDINALITY
33383339
|OTHERS

0 commit comments

Comments
 (0)