-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ESQL: Improve grammar to allow identifiers with . (#100740)
Extend the unquoted identifier to contain . not just numbers. Without it the lexer picks the characters as decimal literal which leads to errors Additionally fix a bug in quoting identifiers. Fix #100312
- Loading branch information
Showing
21 changed files
with
2,255 additions
and
1,711 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 100740 | ||
summary: "ESQL: Referencing expressions that contain backticks requires <<esql-identifiers,escaping those backticks>>." | ||
area: ES|QL | ||
type: enhancement | ||
issues: | ||
- 100312 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.