Skip to content

Commit

Permalink
entity_id_or_version_function should be a scalar_expression
Browse files Browse the repository at this point in the history
somehow I just messed this up in #596
  • Loading branch information
gavinking authored and lukasj committed Mar 28, 2024
1 parent 4eb1617 commit f1904da
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions spec/src/main/asciidoc/ch04-query-language.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1921,14 +1921,15 @@ involving aggregate operators must not be used in the WHERE clause.] and
HAVING clauses.

----
scalar_expression::=
scalar_expression ::=
arithmetic_expression |
string_expression |
enum_expression |
datetime_expression |
boolean_expression |
case_expression |
entity_type_expression
entity_type_expression |
entity_id_or_version_function
----

==== Literals
Expand Down Expand Up @@ -3371,7 +3372,8 @@ scalar_expression ::=
datetime_expression |
boolean_expression |
case_expression |
entity_type_expression
entity_type_expression |
entity_id_or_version_function
conditional_expression ::= conditional_term | conditional_expression OR conditional_term
conditional_term ::= conditional_factor | conditional_term AND conditional_factor
conditional_factor ::= [NOT] conditional_primary
Expand Down

0 comments on commit f1904da

Please sign in to comment.