pub fn prepare_sql_with_params(
    query: &str,
    params: &mut Individual,
    dialect: &str
) -> Result<String, Error>