This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/master by this push:
     new 184ab0a68 CAY-2891 Expressions: incorrect SQL translation of the 
ASTNegate node with scalar argument
184ab0a68 is described below

commit 184ab0a68a86b590d0c154da2045de7bdb41db8f
Author: Nikita Timofeev <[email protected]>
AuthorDate: Wed Dec 10 17:47:46 2025 +0400

    CAY-2891 Expressions: incorrect SQL translation of the ASTNegate node with 
scalar argument
---
 RELEASE-NOTES.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 8a2a6049f..7d5dfc729 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -34,6 +34,7 @@ CAY-2883 License and notice templates are not processed by 
the Gradle build
 CAY-2885 Modeler: DbImport fails to load DB schema view
 CAY-2887 Expressions: Incorrect serialization to string of numeric literals
 CAY-2889 Make subclassing a PK Generator easier
+CAY-2891 Expressions: incorrect SQL translation of the ASTNegate node with 
scalar argument
 CAY-2895 Incorrect Lazy Pagination Comparison for BigInteger PK
 CAY-2896 Inserting two identical objects into two datamaps stores both objects 
in the last used datamap
 CAY-2898 Crypto: NPE in a ColumnQuery

Reply via email to