This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch STABLE-4.2 in repository https://gitbox.apache.org/repos/asf/cayenne.git
commit 6ee74e44fec07db1871a8447d2aba81f6e316f1a Merge: fcc2a3f8a 8de44131e Author: Nikita Timofeev <stari...@users.noreply.github.com> AuthorDate: Mon May 27 17:39:39 2024 +0400 Merge pull request #616 from stariy95/4.2-FIX-CAY-2848-vertical-inheritance-update-one-to-many CAY-2848 Vertical Inheritance: Updating one-to-many with inverse nullifies other columns .../access/flush/ArcValuesCreationHandler.java | 56 ++++++++++++++++++---- .../access/flush/ValuesCreationHandler.java | 6 ++- .../cayenne/access/VerticalInheritanceIT.java | 35 ++++++++++++++ .../testdo/inheritance_vertical/auto/_IvImpl.java | 17 +++++++ .../testdo/inheritance_vertical/auto/_IvOther.java | 22 +++++++++ .../test/resources/inheritance-vertical.map.xml | 11 ++++- 6 files changed, 137 insertions(+), 10 deletions(-)