You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -140,9 +154,12 @@ public static function attachConditionToCollectionDataProvider(): array
140
154
'value' => 'sku1,sku2,sku3,sku4,sku5',
141
155
]
142
156
],
143
-
"WHERE (((`e`.`entity_id` IN (SELECT `catalog_category_product`.`product_id` FROM `catalog_category_product` WHERE (category_id IN ('3')))) AND(`e`.`entity_id` = '2017-09-15 00:00:00') AND(`e`.`sku` IN ('sku1', 'sku2', 'sku3', 'sku4', 'sku5')) ))",
157
+
"WHERE ((((`e`.`entity_id` IN (SELECT `catalog_category_product`.`product_id` FROM " .
158
+
"`catalog_category_product` WHERE (category_id IN ('3')))) " .
159
+
"AND(`e`.`entity_id` = '2017-09-15 00:00:00') AND(`e`.`sku` IN " .
160
+
"('sku1', 'sku2', 'sku3', 'sku4', 'sku5')) ))) AND (e.created_in <= 1) AND (e.updated_in > 1)",
144
161
"ORDER BY (FIELD(`e`.`sku`, 'sku1', 'sku2', 'sku3', 'sku4', 'sku5'))"
145
-
],
162
+
],*/
146
163
[
147
164
[
148
165
'1' => [
@@ -165,7 +182,7 @@ public static function attachConditionToCollectionDataProvider(): array
0 commit comments