Skip to content
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

Add support for StatelessSession#upsert #1765

Merged
merged 4 commits into from
Sep 20, 2023

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Sep 15, 2023

Fix #1702
Requires the latest main in Hibernate ORM
Built on top of #1764 because it fixes some compilation errors

Supersedes #1757:

  • It seems to only work for PostgreSQL
  • Implements and add tests for upsert( String, Object )
  • Minor fixes to some classes
  • Fix the test case
  • Remove unnecessary classes

@DavideD DavideD added the waiting We are waiting for another PR or issue to be solved before merging this one label Sep 15, 2023
@DavideD DavideD marked this pull request as ready for review September 19, 2023 16:14
@DavideD DavideD removed the waiting We are waiting for another PR or issue to be solved before merging this one label Sep 19, 2023
@DavideD DavideD force-pushed the issue-1702-upsert branch 2 times, most recently from 8ea0ac6 to dfc5088 Compare September 20, 2023 12:44
@DavideD DavideD merged commit 1b0ec2b into hibernate:main Sep 20, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support StatelessSession.upsert()
2 participants