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 currently have places where we don't use prepared statements for queries.
This could lead to bugs if Display and ToSql implementations for the struct are different, however this is not the case at the moment.
Change all remaining queries to use prepared statement parameters