Skip to content
Success

Changes

Summary

  1. Simplify SOQL grammar (#300) (commit: 5775d41) (details)
Commit 5775d413c4f6ce5bae2d80f18ee3549caa547ca3 by noreply
Simplify SOQL grammar (#300)

* Simplify Soql grammar

* Simplify Soql ORDER BY and GROUP BY clauses

* Replace Soql param with simplePath

* Extend Soql grammar

* Replace Soql identificationVariable with IDENTIFICATION_VARIABLE

* Align Soql comparisonOperator operation with reference

* Extend Soql literal

* Replace Soql whereClauseValue

* Align Soql grammar to JPQL
(commit: 5775d41)
The file was modifiedjopa-impl/src/main/java/cz/cvut/kbss/jopa/query/soql/SoqlQueryListener.java (diff)
The file was modifiedjopa-impl/src/main/antlr4/cz/cvut/kbss/jopa/query/soql/Soql.g4 (diff)