Peter Solnica

Results 573 comments of Peter Solnica

@flash-gordon do you have any idea how this could be done?

_From @flash-gordon on June 27, 2017 11:11_ 🤔 @solnic what if we join base relations by default? I.e. `users` has many `visible_comments`, where `visible_comments` is a view defined to `comments`,...

@flash-gordon I'm not sure if I follow :)

_From @flash-gordon on June 28, 2017 11:18_ @solnic lol, let's put it in another form, what's the problem with joining a view? RDMS has a similar concept of a "database...

I'd prefer to tweak current upsert rather than adding `multi_upsert`. This would be consistent with other commands. > However, I could see some apps implicitly relying on the old behavior;...

Is anybody interested in refactoring current `Upsert` command so that it does `multi_insert` transparently just like `Insert` command? This can either go into `3.0.0` or `3.1.0` release. We *are* wrapping...

@ianks I'm for breaking it in 4.0 @flash-gordon wdyt?

> If so, this PR can be modified to add a deprecation message, and add the new opt-in multi_upsert method? @ianks yes although I'm not sure how exactly the opt-in...

@ianks sounds good, would you be able to re-open this though with additional specs etc.?