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
sql_for_insert doesn't need to concern itself about binds
They accepted binds ever since 8571fac
but never did anything with them.
At one point it made sense because `sql_for_insert` would take
all the arguments of `insert` and have the opportunity to change
either, but that's no longer the case, only the `sql` argument
is sometimes changed.
0 commit comments