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
commit 996ca92bf4044ed235665cf0c3f6b714366fe251 Merge: 54840ca02 338920e8d Author: Nikita Timofeev <stari...@users.noreply.github.com> AuthorDate: Tue May 21 12:58:26 2024 +0300 Merge pull request #614 from Jugen/fix-deletion-of-entities-from-flattened-attribute CAY-2853 Incorrect deletion of entities from flattened attributes RELEASE-NOTES.txt | 3 +- .../org/apache/cayenne/access/ObjectStore.java | 12 ++++++ .../cayenne/access/flush/RootRowOpProcessor.java | 41 +++++++++++++++--- .../access/DataContextFlattenedAttributesIT.java | 49 ++++++++++++++++++++-- 4 files changed, 95 insertions(+), 10 deletions(-) diff --cc RELEASE-NOTES.txt index 1dd7aa38c,a5666dcf7..0db031ea8 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@@ -101,6 -101,6 +101,7 @@@ CAY-2838 Vertical Inheritance: Problem 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 + CAY-2851 Replace Existing OneToOne From New Object + CAY-2853 Incorrect deletion of entities from flattened attributes