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
refactor: avoid String allocation in extended query handler
Use reference instead of calling .to_string() on query string
as suggested by mjgarton - the query is only used for logging
and doesn't need to be owned.
0 commit comments