-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated MongoDB/Panache parser to latest ORM parser
This way, we keep it up to date, because the previous version was a pre-release of ORM 5-6. This required some visitor changes, and in particular there's a precedence change between 'and/or' expresions who now require paren grouping. Also, literals are not implemented correctly: only strings are supported but this was already the case: tests do not test other literals.
- Loading branch information
Showing
5 changed files
with
1,516 additions
and
438 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
Oops, something went wrong.