cristof commented on code in PR #144:
URL: https://github.com/apache/openjpa/pull/144#discussion_r3695547787
##########
openjpa-kernel/src/main/jjtree/org/apache/openjpa/kernel/jpql/JPQL.jjt:
##########
@@ -1031,6 +1112,11 @@ void entity_type_comp() : { }
)
}
+void entity_id_or_version_comp() : { }
Review Comment:
Implementation seems to be adherent to spec
(https://jakarta.ee/specifications/persistence/3.2/jakarta-persistence-spec-3.2#bnf),
since it states that entity_id_or_version_comp() should be limited to = or <>
comparisons.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]