Function deltachat::sql::repeat_vars

source ·
pub fn repeat_vars(count: usize) -> String
Expand description

Helper function to return comma-separated sequence of ? chars.

Use this together with [rusqlite::ParamsFromIter] to use dynamically generated parameter lists.