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
We're not quite to the point where we have a single uniform function, as
we still need to eliminate some of the branches that come from the
existence of `Changeset` and `InsertValues`.
I've been wanting to introduce a `context` parameter that gets passed
around to enable things like expression index support in PG upsert, and
I suspect that this will fix the problem.
I suspect this will alter our performance characteristics in a few cases
(particularly when the query is boxed). I don't expect any major
regressions from this, but I do want to see if it's worth sticking
`#[inline]` in a few places (or even `#[inline(always)]` in some
particularly hot paths like `SelectStatement` and tuples)
0 commit comments