Skip to content

Commit cba14f4

Browse files
author
Oleksandr Iegorov
committed
Merge branch 'MC-19407' of https://github.com/magento-tango/magento2ce into PR-2019-08-22
2 parents 8f911bb + eec9c26 commit cba14f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Mview/View/Subscription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ protected function buildStatement($event, $changelog)
214214
$columns = [];
215215
foreach ($columnNames as $columnName) {
216216
$columns[] = sprintf(
217-
'NEW.%1$s <=> OLD.%1$s',
217+
'NOT(NEW.%1$s <=> OLD.%1$s)',
218218
$this->connection->quoteIdentifier($columnName)
219219
);
220220
}

0 commit comments

Comments
 (0)