pub async fn select_tuple(test: &mut Test) -> Result<()>
.select((f1, f2)) returns a Query<List<(T1, T2)>> whose .exec() produces a Vec of tuples.
.select((f1, f2))
Query<List<(T1, T2)>>
.exec()
Vec