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
Until now, the parameter types were obtained by calling `.values()` on
the HashSet of parameter types, but this leads to unpredicable ordering,
causing queries to fail because their parameters were often transposed.
Instead, sort the parameter types by their names. This should always
work because in the postgresql case, the keys are '$1', '$2', etc.
0 commit comments