parent
ad004999a8
commit
c3db35cbeb
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ impl SelectStatement {
|
|||
opt.check(Level::No)?;
|
||||
// Create a new iterator
|
||||
let mut i = Iterator::new();
|
||||
// Ensure futures are processed
|
||||
let opt = &opt.futures(true);
|
||||
// Ensure futures are stored
|
||||
let opt = &opt.futures(false);
|
||||
// Loop over the select targets
|
||||
for w in self.what.0.iter() {
|
||||
let v = w.compute(ctx, opt, txn, doc).await?;
|
||||
|
|
Loading…
Reference in a new issue