Skip to content

Commit

Permalink
Explicitly define type for in condition
Browse files Browse the repository at this point in the history
  • Loading branch information
kandy committed Mar 3, 2020
1 parent 27e1c6e commit 4a22091
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ protected function createAnchorSelect(Store $store)
)->joinInner(
['cc2' => $temporaryTreeTable],
$this->connection->quoteInto(
'cc2.parent_id = cc.entity_id AND cc.entity_id NOT IN ()',
'cc2.parent_id = cc.entity_id AND cc.entity_id NOT IN (?)',
$rootCatIds,
\Zend_Db::BIGINT_TYPE
),
Expand Down

0 comments on commit 4a22091

Please sign in to comment.