Skip to content

Unify handling of composite values in hql and Criteria #2159

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

Merged
merged 8 commits into from
Sep 11, 2019

Conversation

bahusoid
Copy link
Member

@bahusoid bahusoid commented May 16, 2019

Generate composite values as row value constructor (col1, col2) instead of failing or using only first column. That's how it's already handled here for properties in hql. So let's unify this logic.

Among other things fixes #1376

@hazzik hazzik merged commit 3e78b69 into nhibernate:master Sep 11, 2019
@hazzik hazzik added this to the 5.3 milestone Sep 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Composite id is incorrectly expanded in SQL
2 participants