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
could ToStatement be implemented for String? this makes it a bit easier to make dynamic queries and not have to use the to_str() function (& does not work). Prepared statements don't work for all types of queries, so putting strings together is still needed.
The text was updated successfully, but these errors were encountered:
https://docs.rs/postgres/0.19.1/postgres/trait.ToStatement.html
could ToStatement be implemented for String? this makes it a bit easier to make dynamic queries and not have to use the
to_str()
function (&
does not work). Prepared statements don't work for all types of queries, so putting strings together is still needed.The text was updated successfully, but these errors were encountered: