pub fn bind_values(
query: Query<'_, Any, AnyArguments<'_>>,
values: Values,
) -> Query<'_, Any, AnyArguments<'_>>Expand description
Binds sea-query values onto a sqlx::Any query, in order. Only portable
value kinds occur here (the framework converts time/JSON to text before
building), so an unsupported kind is a framework bug and panics.