Skip to content

Commit 9f58f65

Browse files
author
Michael Deck
committed
Compile Where Ins before calling update
1 parent 9829ffb commit 9f58f65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Database/Query/FMBaseBuilder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,8 @@ public function update(array $values)
607607

608608
$this->fieldData($values);
609609

610+
$this->computeWhereIns();
611+
610612
return $this->connection->update($this);
611613
}
612614

0 commit comments

Comments
 (0)