-
Notifications
You must be signed in to change notification settings - Fork 367
Avoid selection of duplicate columns. #2125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Tomasz Bielecki <tomasz.bielecki@gmail.com>
Apologies, I did not notice this has been changed since I've started working on this issue. Does not seem to reproduce on latest main. Perhaps this could be considered for 3.5.x? |
#1865 is closed. If there still is a problem we first need a new issue with a reproducer. |
Is the unit test in the PR not enough? I can provide a sample project that shows this behavior if needed. It's still an issue on 3.5.3. |
Please do so. |
That's merged into 3.5.x and 3.4.x. Thanks for your support. |
This is a counterpart to #1865
In cases where the child of a MappedCollection maps the id or key column the select clause will have duplicate entries and thus generate the ResultSet warning in RowDocumentResultSetExtractor.