You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to work on this issue. I found the UpsertTest.java class which contains the upsert tests already. I will check this class for a reference. But I didnt get exactly what do you mean here "deletion of rows with upsert works". Can you help me on this please.
Hello,
forget about the delete. When I created the issue I thought there was a way to also do that.
Thanks a lot for the offer.
If you create the test and it doesn't work, make sure to sync with @blafond before applying changes to the main code.
He's working on something related to this.
We only test the upsert for ReactiveSingleTableEntityPersister, but it's also implemented for ReactiveUnionSubclassEntityPersister and ReactiveJoinedSubclassEntityPersister
We should also test the deletion of rows with upsert works (currently we only test the update)
Related to issue #1702
The text was updated successfully, but these errors were encountered: