Krzysztof Maicher

Results 2 comments of Krzysztof Maicher

@solnic I will implement it, but I need some clarifications. > `Upsert` command so that it does `multi_insert` You meant `multi_upsert`, right? What's already implemented in this PR is that...

So we have two options: 1. Change in the `upsert` method - would introduce breaking behaviour. 2. Deprecate the `upsert` method and introduce the `multi_upsert` method (@ianks, that's what You...