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 54840ca02 CAY-2842 Prevent duplicate select columns when using 
distinct with order by  - release notes
54840ca02 is described below

commit 54840ca026e23281013e585cc14884e71cf2456b
Author: Nikita Timofeev <[email protected]>
AuthorDate: Fri May 10 16:40:11 2024 +0400

    CAY-2842 Prevent duplicate select columns when using distinct with order by
     - release notes
---
 RELEASE-NOTES.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index c8901a384..1dd7aa38c 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -101,5 +101,6 @@ CAY-2838 Vertical Inheritance: Problem setting db attribute 
to null via flattene
 CAY-2840 Vertical Inheritance: Missing subclass attributes with joint prefetch
 CAY-2841 Multi column ColumnSelect with SHARED_CACHE fails after 1st select
 CAY-2844 Joint prefetch doesn't use ObjEntity qualifier
+CAY-2842 Prevent duplicate select columns when using distinct with order by
 CAY-2850 Query using Clob comparison with empty String fails
 CAY-2851 Replace Existing OneToOne From New Object
\ No newline at end of file

Reply via email to