No duplicates 🥲.
Database
MySQL
What happened?
Continue of #145
$products = $this->select()->andWhere('productGuid', 'IN', $productGuids)->fetchData();
with empty array $productGuids resulting the following sql:
AND `xxx`.`ProductGuid` IN()
and database error is raised, as there is nothing in IN
Version