Closed EmirVildanov closed 9 months ago
[!IMPORTANT]
Auto Review Skipped
Auto reviews are limited to the following labels: pr. Please add one of these labels to enable auto reviews.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository.To trigger a single review, invoke the
@coderabbitai review
command.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Main changes
This PR introduces SQL grammar (SQLite / Tarantool / Picodata flovor) written in PEG with support of expression operators priorities (using Pratt parser).
Tests showing examples of SQL queries and expressions that can be parsed are added.