Jens Schauder
Jens Schauder
You are welcome to. Let me know if you need help.
There are already issues related to upserts focused on Spring Data JDBC, since they are from before the two projects were merged: #493 describes pretty much the request here but...
I did some reproducing, debugging and testing here: https://github.com/spring-projects/spring-data-relational/pull/1829 That draft PR also explains what the problem is. This will need some input from the rest of the team.
#1194 feels somewhat related.
Are you still looking in the failing tests, or should we take over?
> @schauder mind naming (initial) branches for existing issues following the established pattern without adding any extra `-...` suffix. Since I have a hard time remembering pure numbers I find...
`StringBasedJdbcQuery` is one place where arrays are getting handled.
> The problem is that if we unroll the recursion into the for-loop, then the code may get a bit messy, since this is not a tail-recursive function we're dealing...