Skip to content

Commit

Permalink
Update RelationalParserGrammar.g4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasirmod17 authored Dec 20, 2024
1 parent def1fba commit a5b1785
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ unquotedIdentifier: VALID_STRING
| MILESTONING | BUSINESS_MILESTONING | BUSINESS_MILESTONING_FROM | BUSINESS_MILESTONING_THRU
| OUT_IS_INCLUSIVE | THRU_IS_INCLUSIVE | INFINITY_DATE | BUS_SNAPSHOT_DATE
| PROCESSING_MILESTONING | PROCESSING_MILESTONING_IN | PROCESSING_MILESTONING_OUT
| SCOPE | ENUMERATION_MAPPING | ASSOCIATION_MAPPING | OTHERWISE | INLINE | BINDING
| SCOPE | ENUMERATION_MAPPING | ASSOCIATION_MAPPING | OTHERWISE | INLINE | BINDING | TABULAR_FUNC
;

identifier: unquotedIdentifier | STRING
Expand Down Expand Up @@ -326,4 +326,4 @@ scopeInfo: relationalIdentifier (DOT relational
databasePointer: BRACKET_OPEN qualifiedName BRACKET_CLOSE
;
relationalIdentifier: unquotedIdentifier | QUOTED_STRING
;
;

0 comments on commit a5b1785

Please sign in to comment.