-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ( and ) are allowed at the end of keywords (#312)
* fix: ( and ) are allowed at the end of keywords Fixes multiple minor issues with the simple parser: 1. ( and ) are allowed at the end of a keyword (e.g. `insert into foo values(1)` 2. There must be a whitespace or a parentheses at the end of a keyword * fix: detect end of keyword on non-valid identifier char * test: add more tests + remove unused method
- Loading branch information
Showing
7 changed files
with
214 additions
and
76 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
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.