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
{{ message }}
This repository was archived by the owner on Dec 8, 2021. It is now read-only.
refactor!: prepare for new field in SqlParams (#1265)
We're going to be adding a new field to SqlParams fairly soon, so to
prevent an API break later, this PR adds a dummy field in the struct so
that we can take the API breakage now rather than later. The struct
field is named such that users *should* not use it by name, but its
existence should require that it gets default initialized.
0 commit comments