1
0.94 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
2
0.23 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
3
0.40 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.26 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
0.42 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
0.36 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"ersatzteilfinder/790-duke-2024-modelcode-F9603XO "
"ersatzteilfinder/790-duke-2024-modelcode-F9603XO/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR sales_channel_id IS NULL )) AND ((seo_path_info = 'ersatzteilfinder/790-duke-2024-modelcode-F9603XO' OR seo_path_info = 'ersatzteilfinder/790-duke-2024-modelcode-F9603XO/' ));
Copy
7
0.25 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"/ersatzteilfinder/790-duke-2024-modelcode-F9603XO "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (path_info = '/ersatzteilfinder/790-duke-2024-modelcode-F9603XO' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.57 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
9
0.19 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
10
0.27 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"7J3j6rB2LionPyuxCShws4TYExaZRxa1 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = '7J3j6rB2LionPyuxCShws4TYExaZRxa1' ) LIMIT 1 ;
Copy
11
0.31 ms
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0x274605D71D2B4479A3882D8FD62BFF5C
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
12
0.60 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name` as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . `language_id` = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x274605D71D2B4479A3882D8FD62BFF5C );
Copy
13
0.28 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0x274605D71D2B4479A3882D8FD62BFF5C ));
Copy
14
0.27 ms
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = ? )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (? )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (0x274605D71D2B4479A3882D8FD62BFF5C )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
15
0.43 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
16
0.30 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
17
0.34 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
18
0.44 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
19
0.21 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
20
0.41 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"W(\x19 ¥ÅRNì§ù\x7F 5†´*@ "
b"×ã`4ÛåIð‘7âù_\x1C\x01 "
b"÷ìlÙÏÄBgü─▀ÆÄg╚ï "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x572819A5C5524EECA7F97F3586B42A40 , 0xD7E36034DBE549F09137C3A2F95F1C01 , 0xF68D6CEBD88E426781C4DF928E67C88B ));
Copy
21
0.39 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x707FEF2F724A4547A0249D181B4679DF );
Copy
22
0.42 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
23
0.18 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 ) LIMIT 1 ;
Copy
24
0.19 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"7J3j6rB2LionPyuxCShws4TYExaZRxa1 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '7J3j6rB2LionPyuxCShws4TYExaZRxa1' ;
Copy
25
0.22 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
26
0.41 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x06 9ÎΈ\x1F EùƒØà€•¨\f z "
b"†;orw>Jj²»Úï\x06 бQ "
b"øÆQ{o*MÚ¹œVu“2!, "
b"\x01 ˜§RqMx!†F\x14 â\x7F ‚Õ® "
b"\x16 a®\x11 Õ\x12 J^É\x04\x15\x1F ù\x1E ┘5 "
b"\x17 \Ò7V\x1A O~„PŒM9ö‰î "
b""\x15 ÿ;4üBÉàãÛÔ\r Â\x16 < "
b""¶±\v opA\x1D –zM®ì—we "
b"dꙦvÎK˜¿½Dh\x04\x00 µ! "
b"nœ¯å[\x1D @o£Ô\x1C\e ÚûÇs "
b"‡¯—zš1@𮡹fî÷²4 "
b"ïïY¯w"C\x1A íd░rýÀ\x15 É "
b"¦5?²¶ÂM(¡@\x0E µZÊŽE "
b"¼Ú¦ïTõO?’y\t \r ~¥ôŽ "
b"┌kÀpëÂAU¢¤»█tüu+ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"JxKq\x15 éM\x0F µq.¡Ñ\x1E ‰Ï "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"_þz\x06 e¹@-¾Ç:d\t\x12 d, "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ "
b"»l™órþEj‰ŒgÏ¡Dåh "
b"f`uS+àOuž=ƒµlCáY "
b"º«\x1E\x1C ■╝D(ìÕ╚S│ãd┴ "
b"<\x04 À–õÌBïš-<¸íì\x10 ) "
b"""
<õA6žmJ/§\n
¨hzeü-
"""
b"Íþ»\x00\x03 <Aà’¢©\x00 ¹bqp "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"""
.örVh\n
Mкƒ¢\x11\x16 ¤zû
"""
b"ViÞý\x03 ÎM†¥\x18 \r ÿ¸þ* "
b"`ZèœHF/‰\t »\x01 ŽóÚ "
b"e–Ö"\x19 fK%ŸÊ-ª}è1æ "
b"iÒ-À±\x07 L\x08 ™¥\t j’ÙÔH "
b"w(öc2\x15 Aü▒╠Õ╔ß─+Q "
b"z3\x13 ˜K«DÎŽ“ø¾Á©-> "
b"„é\e óÛÌAÈ·ôÉÂóŠS¤ "
b"ˆ>'ZTÊM"‡\x11 n,j¯\x03 \n "
b"Šiaz\x02 ìO\x15 “\e r¨äa¡\f "
b"«ÈÜ<®ºE࿵*y¯[Wr "
b"’[˺>Jè“Ä¢\x03 ü8=¸ "
b"¼†\x15 æœ;IÁ¯Æq480Êî "
b"ûð\x13 ·AsØ.pX\x07 õeÊ "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"Ê:+\x1C á¿Cl©╣þHRQØe "
b"ä,gl“±LŸª\x0F žÃíÝ›î "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x0639CECE881F45F983D8E08095A80C7A , 0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0xF8C6517B6F2A4DDAB99C56759332212C , 0x0198A752714D7821864614E27F82D5AE , 0x1661A911E5124A5E9004151F971ED935 , 0x175CD237561A4F7E84508C4D39F689EE , 0x2215983B3481429085C6EAE20DB6163C , 0x22B6B10B6F70411D967A4DAEEC977765 , 0x64EA99A676CE4B98BFBD44680400B521 , 0x6E9CAFE55B1D406FA3D41C1BDAFBC773 , 0x87AF977A9A3140F0AEA1B966EEF7B234 , 0x8B8B59EE7722431AA164B072ECB71590 , 0xA6353FB2B6C24D28A1400EB55ACA8E45 , 0xBCDAA6EF54F54F3F9279090D7EA5F48E , 0xDA6BB77089B64155BDCFAFDB7481752B , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4A784B7115E94D0FB5712EA1D11E89CF , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x5FFE7A0665B9402DBEC73A640912642C , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xECDEC2C6269D4EE2A137FB8FF45F84E3 , 0xBB6C99F372FE456A898C67CFA144E568 , 0x666075532BE04F759E3D83B56C43E159 , 0xA7AE1E1CFEBC44288DE5C853B3C664C1 , 0x3C04C096F5CC42EF9A2D3CB8EDEC1029 , 0x3CF541369E6D4A2FA70AA8687A65FC2D , 0xCDFEBB00033C41E092A2A900B9627170 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x2EF67256680A4DD0BA83A21116A47AFB , 0x5669DEFD03CE4D86A518200DFFB8FE2A , 0x605AADE89C48462F8909BB018EF3DAAD , 0x6596D62219664B259FCA2DAA7DE831E6 , 0x69D22DC0B1074C0899A5096A92D9D448 , 0x7728946332154181B1CCE5C9E1C42B51 , 0x7A3313984BAB44CE8E93F8BEC1A92D3E , 0x84E91BF3DBCC41C8B7F4C9C2F38A53A4 , 0x883E275A54CA4D2287116E2C6AAF030A , 0x8A69617A02EC4F15931B72A8E461A10C , 0xABC8DC3CAEBA45E0BFB52A79AF5B5772 , 0xAD925BCBBA3E4AE893C4A203FC383DB8 , 0xBC8615E69C3B49C1AFC671343830CAEE , 0xC7AFD013F0FA41739D2E705807E465D2 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xD23A2B1CA0A8436CB8B9E74852519D65 , 0xE42C676C93B14C9FAA0F9EC3EDDD9BEE , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy
27
0.30 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? AND `app` . `self_managed` = ? )
Parameters :
[
true
false
]
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 AND `app` . `self_managed` = 0 );
Copy
28
0.36 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 );
Copy
29
0.18 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 ));
Copy
30
0.37 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜Ð %Ærº¢¼DWR«3~ "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0198D0A025C672BAA2BC445752AB337E );
Copy
31
0.19 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð %Ærº¢¼DWR«3~ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A025C672BAA2BC445752AB337E ));
Copy
32
0.31 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
33
0.20 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
34
0.16 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel_country` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
35
0.57 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
36
0.42 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `parent_id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `id` = 0x79A36140A28A4CE6AC6D0E2CED062741
;
Copy
37
2.53 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
1
12
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND (`category` . `level` > 1 AND `category` . `level` < = 12 )));
Copy
38
0.34 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
12
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND `category` . `level` = 12 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
39
0.46 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
40
0.70 ms
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
41
0.43 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
42
0.35 ms
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `currency` . `id` ;
Copy
43
0.31 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
44
0.31 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `parent_id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B
;
Copy
45
2.16 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
46
1.13 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
47
0.59 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xDDA3EC5FDB8042ACB8F8C841F70EFE8B ));
Copy
48
0.54 ms
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
49
0.81 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
b"$)v‹Ì\x04 Eüƒð?·Í2\x02 % "
b"=\x16 uıã;O\x13 ©1\e ì}:\x1D × "
b"E;|™\x7F VO¾¼HZ4ä(r¡ "
b"iŒØ\e ’•Hæ³JkΧ¸v‘ "
b"”ú_›Ž¬JgŒÕ\x13 ð½ß\x1E r "
b"W}╗p/ìG\r ®x\x12\x1D 7╔B- "
b"\x1F äÀ\x13\x1F ¦BÓªLƒ\v ³ž¯A "
b"±¶ƒi‹\x11 @E±¢¿T½\x16 Õ, "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x707FEF2F724A4547A0249D181B4679DF , 0x2429768BCC0445FC83F03FB7CD320225 , 0x3D1675D5C63B4F13B8311B8D7D3A1D9E , 0x453B7C997F564FBEBC485A34E42872A1 , 0x698CD81B929548E6B34A6BCEA7B87691 , 0x94FA5F9B8EAC4A678CD513F0BDDF1E72 , 0x577DBB702F8D470DA978121D37C9422D , 0x1FE4C0131FA642D3AA4C830BB39EAF41 , 0xB1B683698B114045B1A2BF54BD16D52C );
Copy
50
0.63 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
51
0.79 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÇÑ6îÚ\v HtŸc{l9ØPÉ "
b"ùD\x14 Îm¨NÖ³PÑŸ‹"âÎ "
b"•t`\x05 zaJ<“@½¸ô\*ø "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? , ? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0xC7D136EEDA0B48749F637B6C39D850C9 , 0xF94414CE6DA84ED6B350D19F8B22E2CE , 0x957460057A614A3C9340BDB8F45C2AF8 , 0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
52
0.30 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
53
0.21 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
54
0.23 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x707FEF2F724A4547A0249D181B4679DF AND
pm . `active` = 1 ;
Copy
55
0.18 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
56
0.32 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
57
0.64 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
58
0.33 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x695477E02EF643E5A016B83ED4CDF63A ));
Copy
59
0.50 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x695477E02EF643E5A016B83ED4CDF63A )));
Copy
60
0.64 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\x01 ˜¬”\x08 Jraº\n
2‚Xó\x7F £
"""
b"\x01 ™âxˆ\x18\x7F I½ûb\x04\x16 xæä "
b"\x01 šÅp\x7F ÂzT˜«¡óP|\x1A Ñ "
b"""
\n
$Epê6B® }4•¢a`\x13
"""
b"\x1E Î[¢H'M\x1F ·ãæfÂi®" "
b"6ìyyYRGWš<l\x11 |‘+æ "
b"tÃNêP&@»ƒ\x19 ¸\x13 vpÂÕ "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x0198AC94084A7261BA0A328258F37FA3 , 0x0199E27888187F49BDFB62041678E6E4 , 0x019AC5707FC27A5498ABA1F3507C1AD1 , 0x0A244570EA3642AEA07D3495A2616013 , 0x1ECE5BA248274D1FB7E3E666C269AE22 , 0x36EC7979595247579A3C6C117C912BE6 , 0x74C34EEA502640BB8319B8137670C2D5 )));
Copy
61
0.71 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ÿ¼öDfs\x0F ر‗:ª¦┬± "
b"\x01 ™âÅâìv\x05 \x06 ¥ÚÉÌ\x1D ® "
b"\x01 šÅ‡+>{ߣ‹aÀVÆÕê "
b"±ìM\x04\x1C ÷G)œºböç_|± "
b"D\x0E 1\x08 uªAê“\x10 ÑòÑ<VÎ "
b"Z±ŒØÍ}IR¶™cï)\x1E \• "
b"påi¾ÿQEÁ¬øíê—Â\x04 É "
b"19\x15 ,ªŸH%˜\x14 õ\x05 8ŸœC "
b"“Á…eƒ¡EÒšÙy:„ö*\x03 "
b"▀'É#dãC3åTë<IÍ\x7F » "
b"᯽[+\x15 Gƒ¯‹è¿‰…\x1A Ò "
b"æáìlIC\x04 ‘ײ…Žão™ "
b".Ö╗x\x01 èDì¿G(RP¥|½ "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x0198AC944466730F9DF1F23AA6DDC2F1 , 0x0199E2C5E2EC7605AD06A5DAC9CC1DAE , 0x019AC5872B3E7BDFA38B61C056C6D5EA , 0xB1EC4D041CF747299CBA62F6E75F7CB1 , 0x440E310875AA41EA9310D1F2D13C56CE , 0x5AB18CD8CD7D4952B69963EF291E5C95 , 0x70E569BEFF5145C1ACF8EDEA97C204C9 , 0x3139152CAA9F48259814F505389F9C43 , 0x93C1856583A145D29AD9793A84F62A03 , 0xDF27902364C643338654893C49D67FAF , 0xE1AFBD5B2B154783AF8BE8BF89851AD2 , 0xE6ADE1EC6C49430491D7B2858EE36F99 , 0x2E99BB78018A448DA847285250BE7CAB )));
Copy
62
0.36 ms
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ð"±&‰¬C]›¸\v\x02 ý—ûŸ "
]
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0xF022B12689AC435D9BB80B02FD97FB9F );
Copy
63
0.34 ms
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = ? ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™\x0F A<X]ˆ1Ñ×[Ž›VÐv "
]
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (0x990F413C585D8831D1D75B8E9B56D076 );
Copy
64
0.81 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 šÅ–ó–wYŠ\x12 5h}oÝ, "
b"\x01 Üm¬Ùz╚×ÍÉX▒0tÚ "
b"y4èà\x03 DD*¥\x13 yøhLs "
b"\x13 ë¾p£—F…¥º ……+Øï "
b"u=$YCÆG«—šÂJÙ\x19 Çß "
b"""
>ú×¼T█K\n
ì>ÊÚrà6¬
"""
b"""
£#uñÝ\t J‚ŸPå\n
†k¯t
"""
b"ÚèfŽ\x15 §N4€+L$dW>b "
b"Û¨w\t %\x00 A߬†´$£æ¦] "
b"\x01 ÿ§AF\x16 }Öɽ┘░£*¦^ "
b"\x01 ˜õBï{u\x12 º–IM_àNS "
b"¹_ŒÃLöO–‡Ji\x1E •)\x05\x19 "
b"’Û¹&œ÷D;£\x16 |[^ðÁG "
b"}U\h¼)@òŽ('Ók¡Ä\e "
b"\x1A \┤ksYCÓïÙ┴ØÅAÜþ "
b"ÏÚDTF\@\x12 Œ\x1C ZO€rÀG "
b"\x01 šSk•0z~¼îbÊ0µ”\x00 "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.title` ,
`media.translation.title` as `media.title` ,
`media.translation.alt` ,
`media.translation.alt` as `media.alt` ,
`media.translation.customFields` ,
`media.translation.customFields` as `media.customFields`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . `media_id` ,
`media.translation` . `alt` as `media.translation.alt` ,
`media.translation` . `title` as `media.translation.title` ,
`media.translation` . `custom_fields` as `media.translation.customFields`
FROM
`media_translation` `media.translation`
WHERE
`media.translation` . `language_id` = ?
) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id`
LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id`
WHERE
(
(
(
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
)
AND (
`media` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
?
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x019AC596F39677598A1235687D6FDD2C , 0x019A6DB6AAEB7AC89ED69058B13074E9 , 0x7934E8E00344442AA51379F868AD4C73 , 0x13EBBE70A3974685A5BAA085852BD8EF , 0x753D245943C647AB979AC24AD919C7DF , 0x3EA39EAC54DB4B0A8D3ED2E9728536AA , 0xA32375F1DD094A829F50E50A866BAF74 , 0xDAE8668E15A74E34802B4C2464573E62 , 0xDBA87709250041DFAC86B424A3E6A65D , 0x0198F54146167D9990ABD9B09C2ADD5E , 0x0198F542EF7B7512BA96494D5FE04E53 , 0xB95F8CC34CF64F96874A691E95290519 , 0x92DBB9269CF7443BA3167C5B5EF0C147 , 0x7D555C68BC2940F28E2827D36BA1C41B , 0x1A5CB46B735943E08BEBC19D8F419AE7 , 0xCFDA4454465C40128C1C5A4F8072C047 , 0x019A536B95307A7EBCEE62CA30B59400 ));
Copy
65
0.24 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
66
608.07 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((((IFNULL (`product` . `active` , `product.parent` . `active` ) = ? AND NOT (COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) < = > ? ))) AND NOT (`product` . `display_group` < = > ? ) AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 10
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"1 "
"null "
null
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((IFNULL (`product` . `active` , `product.parent` . `active` ) = '1' AND NOT (COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) < = > 'null' ))) AND NOT (`product` . `display_group` < = > NULL ) AND ((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 10 ;
Copy
67
1.83 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA ));
Copy
68
0.55 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
69
0.54 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
70
0.44 ms
SELECT `product_manufacturer` . `id` FROM `product_manufacturer` WHERE (`product_manufacturer` . `version_id` = ? ) AND ((NOT (`product_manufacturer` . `id` < = > ? ))) ORDER BY `product_manufacturer` . `media_id` DESC , `product_manufacturer` . `id` ASC LIMIT 12
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT `product_manufacturer` . `id` FROM `product_manufacturer` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((NOT (`product_manufacturer` . `id` < = > 0x79A36140A28A4CE6AC6D0E2CED062741 ))) ORDER BY `product_manufacturer` . `media_id` DESC , `product_manufacturer` . `id` ASC LIMIT 12 ;
Copy
71
1.02 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.media` . `id` as `product_manufacturer.media.id` , `product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` , `product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` , `product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` , `product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` , `product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` , `product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` , `product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` , `product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` , `product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` , `product_manufacturer.media` . `config` as `product_manufacturer.media.config` , `product_manufacturer.media` . `path` as `product_manufacturer.media.path` , `product_manufacturer.media` . `private` as `product_manufacturer.media.private` , `product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` , `product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` , `product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` , `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation.title` as `product_manufacturer.media.title` , `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` , `product_manufacturer.media.translation.customFields` , `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation` . `media_id` , `product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation` . `language_id` = ? ) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"{ƒ0ÕpF<œ~·ó\x04 Ž{- "
b"áˆÍyÔFHïžk|Ã\q„ª "
b"""
Õ(\n
+·îJM„ñ}ðÆ~=ï
"""
b"▄0¬<ı█G4ÉØ[\x16 Â=){ "
b"\x0E QZ1ï½L\x1C ’ê’¥oìĽ "
b"†ÞþÊ2\x1A @8¯dD/Ú`ð\x01 "
b"¥« È)ãOo©<\v ;ýbüØ "
b"{ÿbŒ“üIćŠEÈ*ÜÄ} "
b"\x06 .│ì\uCvÀî\x14 ┘7!±ç "
b"3├¼\x1C ¥‗E,░Ï,ï\t bìz "
b"""
Å8þ\n
?\x17 Oйx¾¤ºÑ5Ø
"""
b"-¬®9x"C-®HÌ›~~¶í "
]
SELECT
`product_manufacturer` . `id` as `product_manufacturer.id` ,
`product_manufacturer` . `version_id` as `product_manufacturer.versionId` ,
`product_manufacturer` . `media_id` as `product_manufacturer.mediaId` ,
`product_manufacturer` . `link` as `product_manufacturer.link` ,
`product_manufacturer` . `created_at` as `product_manufacturer.createdAt` ,
`product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` ,
`product_manufacturer.media` . `id` as `product_manufacturer.media.id` ,
`product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` ,
`product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` ,
`product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` ,
`product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` ,
`product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` ,
`product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` ,
`product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` ,
`product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` ,
`product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` ,
`product_manufacturer.media` . `config` as `product_manufacturer.media.config` ,
`product_manufacturer.media` . `path` as `product_manufacturer.media.path` ,
`product_manufacturer.media` . `private` as `product_manufacturer.media.private` ,
`product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` ,
`product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` ,
`product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` ,
`product_manufacturer.media.translation.title` ,
`product_manufacturer.media.translation.title` as `product_manufacturer.media.title` ,
`product_manufacturer.media.translation.alt` ,
`product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` ,
`product_manufacturer.media.translation.customFields` ,
`product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` ,
`product_manufacturer.translation.name` ,
`product_manufacturer.translation.name` as `product_manufacturer.name` ,
`product_manufacturer.translation.description` ,
`product_manufacturer.translation.description` as `product_manufacturer.description` ,
`product_manufacturer.translation.customFields` ,
`product_manufacturer.translation.customFields` as `product_manufacturer.customFields`
FROM
`product_manufacturer`
LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id`
LEFT JOIN (
SELECT
`product_manufacturer.translation` . `product_manufacturer_id` ,
`product_manufacturer.translation` . `product_manufacturer_version_id` ,
`product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` ,
`product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` ,
`product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
WHERE
`product_manufacturer.translation` . `language_id` = ?
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id`
AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product_manufacturer.media.translation` . `media_id` ,
`product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` ,
`product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` ,
`product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields`
FROM
`media_translation` `product_manufacturer.media.translation`
WHERE
`product_manufacturer.media.translation` . `language_id` = ?
) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id`
WHERE
(
`product_manufacturer` . `version_id` = ?
)
AND (
`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.media` . `id` as `product_manufacturer.media.id` , `product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` , `product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` , `product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` , `product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` , `product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` , `product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` , `product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` , `product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` , `product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` , `product_manufacturer.media` . `config` as `product_manufacturer.media.config` , `product_manufacturer.media` . `path` as `product_manufacturer.media.path` , `product_manufacturer.media` . `private` as `product_manufacturer.media.private` , `product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` , `product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` , `product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` , `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation.title` as `product_manufacturer.media.title` , `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` , `product_manufacturer.media.translation.customFields` , `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation` . `media_id` , `product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x7B8330D570AD463C9C7EB7F3048E7B2D , 0xE188CD79D44648EF9E6B7CC35C7184AA , 0xD5280A2BB7EE4A4D84F17DF0C67E3DEF , 0xDC30AA3CD5DB4734909D5B16B63D297B , 0x0E515A31EFBD4C1C92EA92A56FECC4BD , 0x86DEFECA321A4038AF64442FDA60F001 , 0xA5ABA0C829E34F6FA93C0B3BFD62FCD8 , 0x7BFF628C93FC49C4878A45C82ADCC47D , 0x062EB38D5C754376B78C14D93721F187 , 0x33C3AC1CBEF2452CB0D82C8B09628D7A , 0xC538FE0A3F174FD0B978BEA4BAD135D8 , 0x2DACAE397822432DAE48CC9B7E7EB6ED ));
Copy
72
0.92 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA )) GROUP BY `product` . `id` ;
Copy
73
3.40 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA ));
Copy
74
0.41 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
75
0.60 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
76
4.39 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters :
[
"%F9603XO% "
]
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE '%F9603XO%' ;
Copy
77
41.16 ms
SELECT s . * , c . name , n . name as article_description , IF (p . active = 1 , lower (hex (p . id )), null ) as product_id FROM hobaIT_sparepartfinder AS s
LEFT JOIN hobaIT_csb_article_data AS c ON c . article_number = s . article_number
LEFT JOIN hobaIT_sparepartfinder_article_names n ON n . article_number = s . article_number
LEFT JOIN product AS p ON p . product_number = s . article_number
WHERE model_number = ? ORDER BY `group` , sequence_number ASC
Parameters :
[
1003029980
]
SELECT s . * , c . name , n . name as article_description , IF (p . active = 1 , lower (hex (p . id )), null ) as product_id FROM hobaIT_sparepartfinder AS s
LEFT JOIN hobaIT_csb_article_data AS c ON c . article_number = s . article_number
LEFT JOIN hobaIT_sparepartfinder_article_names n ON n . article_number = s . article_number
LEFT JOIN product AS p ON p . product_number = s . article_number
WHERE model_number = 1003029980 ORDER BY `group` , sequence_number ASC ;
Copy
78
34.82 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (49900 , 49901 , 59412 , 59414 , 59415 , 59423 , 59428 , 59429 , 59439 , 59440 , 59441 , 59442 , 59443 , 59446 , 59447 , 59449 , 59450 , 59451 , 59452 , 59457 , 59458 , 59459 , 59460 , 59461 , 59465 , 59486 , 59487 , 59490 , 59491 , 59498 , 59505 , 59512 , 59513 , 60040 , 60041 , 62237 , 63829 , 68965 , 69087 , 69090 , 69091 , 69092 , 69093 , 69095 , 69188 , 69190 , 69195 ) ORDER BY number , part_type ASC
SELECT
*
FROM
hobaIT_sparepartfinder_groups
WHERE
id IN (
49900 , 49901 , 59412 , 59414 , 59415 , 59423 ,
59428 , 59429 , 59439 , 59440 , 59441 ,
59442 , 59443 , 59446 , 59447 , 59449 ,
59450 , 59451 , 59452 , 59457 , 59458 ,
59459 , 59460 , 59461 , 59465 , 59486 ,
59487 , 59490 , 59491 , 59498 , 59505 ,
59512 , 59513 , 60040 , 60041 , 62237 ,
63829 , 68965 , 69087 , 69090 , 69091 ,
69092 , 69093 , 69095 , 69188 , 69190 ,
69195
)
ORDER BY
number ,
part_type ASC
Copy
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (49900 , 49901 , 59412 , 59414 , 59415 , 59423 , 59428 , 59429 , 59439 , 59440 , 59441 , 59442 , 59443 , 59446 , 59447 , 59449 , 59450 , 59451 , 59452 , 59457 , 59458 , 59459 , 59460 , 59461 , 59465 , 59486 , 59487 , 59490 , 59491 , 59498 , 59505 , 59512 , 59513 , 60040 , 60041 , 62237 , 63829 , 68965 , 69087 , 69090 , 69091 , 69092 , 69093 , 69095 , 69188 , 69190 , 69195 ) ORDER BY number , part_type ASC ;
Copy
79
51.43 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (49900 , 49901 , 59412 , 59414 , 59415 , 59423 , 59428 , 59429 , 59439 , 59440 , 59441 , 59442 , 59443 , 59446 , 59447 , 59449 , 59450 , 59451 , 59452 , 59457 , 59458 , 59459 , 59460 , 59461 , 59465 , 59486 , 59487 , 59490 , 59491 , 59498 , 59505 , 59512 , 59513 , 60040 , 60041 , 62237 , 63829 , 68965 , 69087 , 69090 , 69091 , 69092 , 69093 , 69095 , 69188 , 69190 , 69195 ) AND article_number IN ("43578098" , "43578176S2" , "43578195S1" , "R14042" , "R516" , "43578097S1" , "43578096S1" , "43578177S1" , "43578140S1" , "RP80002" , "43578135" , "95020004S" , "95020005S" , "0025080206" , "52000148" , "T511" , "48601166S1" , "46180064" , "R12012" , "46180007" , "46148166" , "RP80004" , "46148041" , "46148204" , "91020031" , "91020032" , "46148098" , "C05586R2601" , "C90701032032C1" , "C0000350803000" , "16181R54E" , "C0000250802500S" , "C90701044000C1" , "69008021080" , "C90701084000" , "C90701080000" , "C90701086000" , "C90701081010" , "C90701034032C1" , "C0000350802500S" , "0988253505" , "C90701036000C1" , "C90701039032C1" , "C0000351003500S" , "C90701038000C1" , "C0000250802500" , "C90103001000C1" , "C90703082000" , "C90708021160" , "54603048100" , "C90742041000" , "54603048200" , "C90707014000" , "C0000250601200S" , "C90703013000C1" , "C0145790805000S" , "C0000351006000S" , "C90742046000" , "C90706003060" , "C0000351006500S" , "54310086100" , "C90703034000" , "C90703034020" , "C90703035000" , "C90705062000" , "C0000351004000S" , "C0000351004500S" , "C90703039000C1" , "C90703038000C1" , "C90703041000" , "C90703040000" , "C90703044000" , "0799060003" , "C90703042000" , "C0000351008000S" , "C90703039001C1" , "0025050106S" , "C90703038001C1" , "C90703096000" , "64111059020" , "C90703088000" , "C90703092044" , "C9070300200624" , "C9070300200524" , "C90703002004C1" , "C0000250801800S" , "C90708000012" , "C90703002010" , "C0000351003000S" , "C90703048000C1" , "C0000250804500S" , "C90703049000C1" , "C90705068000" , "C90703152000" , "C90703050000" , "C90703052000" , "C90703051000" , "64103004100" , "C90706041050" , "C90706040050" , "C90708019050" , "C0000350803500S" , "C90708000015" , "C90703023000C1" , "61003024000" , "C90703027200" , "C90703028001" , "6410302610033" , "58605083014" , "C90703001099" , "0025050106" , "C90011076140" , "90103029000" , "93511045000" , "C01584R2601" , "C0000251205000S" , "C90704030044C1" , "C90704040100" , "58414030000" , "C0000250501200" , "C90704142000" , "C0760002532000" , "C90704034000" , "C0430002201200" , "C90704032000" , "C90703036000" , "C90704066000" , "C90704066050" , "C90704061000" , "C90704050000" , "C90704050010" , "C0000250502000" , "C90704030020" , "64104037000" , "C90704038000" , "C90704030010" , "C90705083000" , "C90705169000" , "C90705069000" , "C0000190805000" , "C90705011000" , "C90705011011" , "78105081010" , "54603048600" , "C90705005005" , "63605058000" , "C90705050100" , "C0000250803500S" , "C90705050065" , "C90705067000" , "C90705007000" , "51010086100" , "C90705005000" , "63505015000" , "C90742040020" , "0081050141" , "63541090000" , "63541190000" , "C90706001000" , "C90706026000" , "77236048000" , "C90706014000" , "C90706040000" , "C90706041000" , "C90706001050" , "C90706016000" , "C90706015000" , "C90706002000" , "C90706001030" , "0081050121" , "61041080000" , "0081050161" , "C90707013000CB" , "64107080200" , "0912050203" , "59007017000" , "C90715019735" , "C90711092000" , "54603048300" , "61342041100" , "C0000250602000" , "C90707080090" , "014579050166" , "C90707040000" , "C90706001021" , "C90707040041" , "C0000250804000S" , "0021080003" , "C90707046000" , "C90707049000" , "0900000601500S" , "C90707047033" , "C90712008000" , "0035080506S" , "C90707012000" , "C90707013040" , "64107088100" , "64107189000" , "64107092000" , "C90007116040" , "C00050157706" , "C90007128000" , "64107090000" , "61614020010" , "C90708002000EB" , "C90708003000EB" , "C90708001000C1" , "C90714018030" , "C90706001022" , "C90714020000" , "C90712032010" , "0081250141" , "C90714010010" , "C90714019000" , "C90714010030" , "C90714010040" , "C90714010044" , "C90714014000" , "C90714017000" , "C90708010000C1" , "C90708011000" , "C90712084000" , "C90712083000" , "C90712080000" , "0081050181" , "C90708015020" , "C90708015010" , "C0000250601600S" , "C90708015060" , "C90708015070" , "C90708015050" , "C90712085000" , "C0000250501600S" , "C90712082000" , "C90708023010" , "C90708019000" , "C90708053000" , "6410900103330" , "0760354771" , "0625069068" , "61009011000" , "0472047175" , "C90709076000" , "C90709062000" , "64109060000" , "C90742020000" , "61009081200" , "C90709013000" , "C90709012000" , "C90709082000" , "C90709015000" , "C90710001033C1" , "0760305271" , "0472052200" , "0625062052" , "60010011000" , "60010015000" , "C90742021000" , "64110060000" , "C90710013000" , "06923080003" , "C90710459000" , "C90710050044C1" , "C90710014000" , "C0410003001300" , "C90710016000" , "C90710012000" , "C90710051041" , "C0000190802600S" , "64110065116" , "C90710086000" , "C90710084000" , "69010181044" , "76910065118" , "76910066000" , "C90710015000" , "SPAB16G413M116E" , "63611075100" , "61111057000" , "75011087050" , "75011088010" , "61111018100" , "C90711197000" , "C90011096000" , "C90711097000" , "C90711059000" , "C90111076033" , "C90711059050" , "C90711058010" , "0738060101" , "C90711109030" , "76211058000" , "C90711060133" , "0024060106" , "60311034000" , "C0000250602000S" , "C90711093045" , "C90711076250" , "C0000250601200" , "58411098100" , "C0000250601600" , "C90711055100" , "C90111053000" , "C90711059060" , "C90711053050" , "C90711054100" , "A65413001033C1" , "64113002000C1" , "64113006000" , "64113008000" , "64113029044" , "64113031000" , "6411300500030" , "64113020000" , "A65442005000" , "62113020100" , "0603100141" , "64113069100" , "69013099050" , "C90713126000" , "58007017000" , "69013069001" , "6411306000030" , "64113061000" , "C90713050044C1" , "C90703060051" , "C0000250602500S" , "C0040170602000" , "C0009340600500" , "C0410000800700" , "C90703069200" , "C0009340600502" , "C90703068000" , "C0073800601800S" , "C90713052000" , "C90734031020" , "C0000190803000S" , "A65442102000" , "A65413115000" , "A65413116000" , "63613030000" , "63513019000" , "63613021000" , "64113017000" , "62513020000" , "C0000351005500S" , "A65442003000" , "A65413180000" , "64113075000" , "64113084000" , "64113083000" , "64113081000" , "64113085000" , "64113090000" , "63614001000" , "0081040253" , "0081030081" , "0081045121" , "C90714025000" , "C90714026000" , "0433100003" , "0797100003" , "64114040000" , "64111066044" , "64111067000" , "64111067010" , "64107050000" , "C90707051000" , "76011064200" , "0991060203" , "A65414069000" , "C90714069050C1" , "C90714069051" , "0738050202" , "C90715001000" , "C90715021000" , "C90715022000" , "78015019000" , "C90715028000" , "64115023000" , "78015119000" , "C90731082000" , "C90715026000" , "76015015000" , "C90703081044" , "64108070040" , "78015021000" , "C90015126000" , "C90703098003" , "C90707098000" , "C90703098000" , "C90704099000" , "C90703095000" , "C90707097000" , "C90703094000" , "LI22-A654-2A" , "C90030107000" , "C90030131044" , "63530074000" , "C90030015000" , "C900300140001" , "C900300140002" , "63630013000" , "C90030018244" , "C0888040050" , "C900300820001" , "C900300820002" , "C900301820001" , "C900301820002" , "C63532048104" , "C0471120010" , "63532044000" , "63532006000" , "63532005000" , "63532041000" , "63532003000" , "63532011010" , "63532034000" , "0625060017" , "C90036073150" , "0252012103100" , "63532002000" , "63532021000" , "63532001044" , "C90038001232" , "0405263525" , "C90032020000" , "63532035000" , "C010642060166S" , "C90030068000" , "0625062280" , "63633001044" , "63533001030" , "0405242813G" , "63633005000" , "63533045000" , "0471026000" , "63633003000" , "63633006000" , "63533002000" , "63533032000" , "0625068911" , "C90033088000" , "63533011000" , "0405242813" , "63533034000" , "63633015000" , "0471029000" , "63533033000" , "63633014000" , "0405263013G" , "63633013000" , "63633016000" , "63533012000" , "63533010000" , "49030023000" , "C0770020220" , "C63533030011" , "0760003247000" , "C90033029116" , "C90033031000" , "C90033032300" , "C00050000992" , "63635010100" , "62535009000" , "41001052000" , "69035001000" , "0025060166S" , "C014580060126S" , "64135044033" , "63635042000" , "10001120000" , "C90735027000" , "C0310001229300" , "C90735026000" , "C0310001234500" , "C90735065033" , "C90735066044" , "C90707017000" , "64135032100" , "69004060150" , "C90735068000" , "C90703065000" , "0081040121" , "C90735067490" , "C90735067390" , "77236080000" , "C07700900151" , "C63536056000" , "63536060000" , "C0912050083" , "C77036035172" , "C77036035176" , "C77036035180" , "C77036035184" , "C77036035188" , "C77036035192" , "C77036035196" , "C77036035200" , "C77036035204" , "C77036035208" , "C77036035212" , "C77036035216" , "C77036035220" , "C77036035224" , "C77036035228" , "C77036035232" , "C77036035236" , "C77036035240" , "C77036035244" , "C77036035248" , "C77036035252" , "C77036035256" , "C77036035260" , "C90036032100" , "C90036033000" , "C90036027100" , "C90036036000" , "C90036030000" , "C90036031000" , "C90036056050" , "C90036028044" , "C0000250602500" , "C90040001000" , "C0618101410" , "C90038007010" , "60340117200" , "C0625060016" , "C90040022000" , "C90040090000" , "C63540029000" , "63540020000" , "0618354220" , "C0770244031" , "A65441001000" , "63541013050" , "63541013044" , "63541013010" , "90841123000" , "63641085044" , "61236048000" , "C90036144000" , "0912040163S" , "63541031100" , "C90741030010" , "C90741030000" , "C90741029000" , "63641099000" , "C90708098000" , "C90708099000" , "C90708054000EB" , "C90708045000C1" , "014580060141" , "C90708070044" , "C90708071044" , "C90708070050" , "C90711068044" , "64111068010" , "C90708064000" , "A65402101000C1" , "C90713026000" , "0912060653" , "C90702004000" , "61711012044" , "76011074000" , "61411174010" , "76011170200" , "61702039000" , "C90712041000" , "C90712040000" , "A65402031000C1" , "6410204400030" , "6410204000030" , "64102038000" , "64111049000" , "C90102090000" , "C90702097000" , "64132070000" , "61742031044" , "C90742040000" , "59001092050" , "C90711094000" , "63642003070" , "90142125000" , "014580060166" , "63711051000" , "62111051000" , "A65442104000" , "C90713026100" , "76042125000" , "C60342090100" , "C90742090050" , "0081250181" , "69008121160" , "C90708061050" , "C3214405EN-UK" , "C63729099000" , "C9003000024424" , "0906100100" , "C59030019200" , "61030019050" , "C0000250803500" , "C0603082131" , "C90030063070" , "C90030024000" , "C63530010000" , "C00002506030U0" , "C00002506060U0" , "C0000250809000" , "C00002508090U0" , "C0000250806500" , "C0000250805500" , "C0000250804500" , "C00002508065U0" , "C90030099000" , "63530057144" , "C90030157050" , "63530059200" , "0405151913" , "C63530059060" , "C63530059150" , "C0079840501200S" , "C90039105000" , "C60339003000" , "C0000250603000S" , "C90039004000" , "C60039040020" , "C90030040100" , "C9003010200041" , "C9003020200041" , "C07700240251" , "C90030094000" , "C0000250603500" , "C0000250603000" , "C90039034000" , "C90039006100" , "77839093000" , "C64111038000" , "C9003622010024" , "C0402050980" , "C90030063050" , "C90036052010" , "C90036055000" , "C0000250605500" , "0025060405" , "61238091100" , "C90035047000" , "C0770100020" , "C0908120153" , "C90030036300" , "C58530014100" , "C90035117000" , "C63635019000" , "C78630044000" , "C90036089010" , "C61236048000" , "C0770298178" , "C63536075000" , "C90036075050" , "C90036053000" , "C9003605200033" , "C90036054160" , "C90036054150" , "C0770012030" , "C90036081000" , "C63736082050" , "C00050198706" , "C64630087000" , "C90038016000" , "63641038000" , "C0000250803000" , "C9003505200041" , "C90035053100" , "C0000240601300S" , "C90035055000" , "C60035055150" , "0760153459" , "C77236072120" , "C0603061002" , "63530065000" , "C0770010010" , "C90038051000" , "C90038050000" , "C90038035000" , "C63530086010" , "C0000190501200S" , "C63638003000" , "C90038001022" , "C0799080000" , "C90038001224" , "C90038008050" , "C90038009014" , "C90038002000" , "C0402041580" , "C0770120020" , "C90038012000" , "C0770140200" , "C0770020020" , "C90038128000" , "C90038026000" , "C90037073000" , "C90038010000" , "C90030086100" , "C9003008500024" , "61238021200" , "0770125015" , "0770170200" , "C90038015200" , "C07700390261" , "C90038041200" , "C0000250501600" , "C0770060025" , "C0000250801600S" , "C0770070025" , "C00050000068" , "C9003010114441" , "C9003020114441" , "C90030025100" , "C90030020100" , "C0770191015" , "0025060256" , "C90032048003" , "63532149000" , "C0799090003" , "C0760122060" , "C90032148033" , "C014580060206S" , "C63532052100" , "C0934080006" , "C0000240601500S" , "C90034015000" , "C0625068070" , "C90034011200" , "63534012001" , "C0625068060" , "C90034012020" , "C90011023100" , "0984050123S" , "C90033022000" , "63534005033" , "56534013100" , "54634020000" , "61234014000" , "54634050000" , "C90032095000" , "C0760142460" , "C0007025241" , "C90034050000" , "63534050010" , "C0988142005" , "C0471140100" , "6413403000033" , "50233041500" , "C90034051100" , "C63534024000" , "C63534052000" , "C90034023000" , "63534002000" , "63534001100" , "C75034019100" , "C0402080200" , "C90734036044" , "0738060205S" , "0738060165S" , "C90734031044C1" , "C90734035000" , "C90734032100" , "C0047620604500S" , "C90036009044" , "C90036010044" , "C90036080000" , "63536001000" , "63536002100" , "C63536002150" , "63536013100" , "63536005000" , "77036003100" , "C0770180020" , "C0770220020" , "C61236008201" )
SELECT
*
FROM
hobaIT_sparepartfinder_images
WHERE
group_id IN (
49900 , 49901 , 59412 , 59414 , 59415 , 59423 ,
59428 , 59429 , 59439 , 59440 , 59441 ,
59442 , 59443 , 59446 , 59447 , 59449 ,
59450 , 59451 , 59452 , 59457 , 59458 ,
59459 , 59460 , 59461 , 59465 , 59486 ,
59487 , 59490 , 59491 , 59498 , 59505 ,
59512 , 59513 , 60040 , 60041 , 62237 ,
63829 , 68965 , 69087 , 69090 , 69091 ,
69092 , 69093 , 69095 , 69188 , 69190 ,
69195
)
AND article_number IN (
"43578098" ,
"43578176S2" ,
"43578195S1" ,
"R14042" ,
"R516" ,
"43578097S1" ,
"43578096S1" ,
"43578177S1" ,
"43578140S1" ,
"RP80002" ,
"43578135" ,
"95020004S" ,
"95020005S" ,
"0025080206" ,
"52000148" ,
"T511" ,
"48601166S1" ,
"46180064" ,
"R12012" ,
"46180007" ,
"46148166" ,
"RP80004" ,
"46148041" ,
"46148204" ,
"91020031" ,
"91020032" ,
"46148098" ,
"C05586R2601" ,
"C90701032032C1" ,
"C0000350803000" ,
"16181R54E" ,
"C0000250802500S" ,
"C90701044000C1" ,
"69008021080" ,
"C90701084000" ,
"C90701080000" ,
"C90701086000" ,
"C90701081010" ,
"C90701034032C1" ,
"C0000350802500S" ,
"0988253505" ,
"C90701036000C1" ,
"C90701039032C1" ,
"C0000351003500S" ,
"C90701038000C1" ,
"C0000250802500" ,
"C90103001000C1" ,
"C90703082000" ,
"C90708021160" ,
"54603048100" ,
"C90742041000" ,
"54603048200" ,
"C90707014000" ,
"C0000250601200S" ,
"C90703013000C1" ,
"C0145790805000S" ,
"C0000351006000S" ,
"C90742046000" ,
"C90706003060" ,
"C0000351006500S" ,
"54310086100" ,
"C90703034000" ,
"C90703034020" ,
"C90703035000" ,
"C90705062000" ,
"C0000351004000S" ,
"C0000351004500S" ,
"C90703039000C1" ,
"C90703038000C1" ,
"C90703041000" ,
"C90703040000" ,
"C90703044000" ,
"0799060003" ,
"C90703042000" ,
"C0000351008000S" ,
"C90703039001C1" ,
"0025050106S" ,
"C90703038001C1" ,
"C90703096000" ,
"64111059020" ,
"C90703088000" ,
"C90703092044" ,
"C9070300200624" ,
"C9070300200524" ,
"C90703002004C1" ,
"C0000250801800S" ,
"C90708000012" ,
"C90703002010" ,
"C0000351003000S" ,
"C90703048000C1" ,
"C0000250804500S" ,
"C90703049000C1" ,
"C90705068000" ,
"C90703152000" ,
"C90703050000" ,
"C90703052000" ,
"C90703051000" ,
"64103004100" ,
"C90706041050" ,
"C90706040050" ,
"C90708019050" ,
"C0000350803500S" ,
"C90708000015" ,
"C90703023000C1" ,
"61003024000" ,
"C90703027200" ,
"C90703028001" ,
"6410302610033" ,
"58605083014" ,
"C90703001099" ,
"0025050106" ,
"C90011076140" ,
"90103029000" ,
"93511045000" ,
"C01584R2601" ,
"C0000251205000S" ,
"C90704030044C1" ,
"C90704040100" ,
"58414030000" ,
"C0000250501200" ,
"C90704142000" ,
"C0760002532000" ,
"C90704034000" ,
"C0430002201200" ,
"C90704032000" ,
"C90703036000" ,
"C90704066000" ,
"C90704066050" ,
"C90704061000" ,
"C90704050000" ,
"C90704050010" ,
"C0000250502000" ,
"C90704030020" ,
"64104037000" ,
"C90704038000" ,
"C90704030010" ,
"C90705083000" ,
"C90705169000" ,
"C90705069000" ,
"C0000190805000" ,
"C90705011000" ,
"C90705011011" ,
"78105081010" ,
"54603048600" ,
"C90705005005" ,
"63605058000" ,
"C90705050100" ,
"C0000250803500S" ,
"C90705050065" ,
"C90705067000" ,
"C90705007000" ,
"51010086100" ,
"C90705005000" ,
"63505015000" ,
"C90742040020" ,
"0081050141" ,
"63541090000" ,
"63541190000" ,
"C90706001000" ,
"C90706026000" ,
"77236048000" ,
"C90706014000" ,
"C90706040000" ,
"C90706041000" ,
"C90706001050" ,
"C90706016000" ,
"C90706015000" ,
"C90706002000" ,
"C90706001030" ,
"0081050121" ,
"61041080000" ,
"0081050161" ,
"C90707013000CB" ,
"64107080200" ,
"0912050203" ,
"59007017000" ,
"C90715019735" ,
"C90711092000" ,
"54603048300" ,
"61342041100" ,
"C0000250602000" ,
"C90707080090" ,
"014579050166" ,
"C90707040000" ,
"C90706001021" ,
"C90707040041" ,
"C0000250804000S" ,
"0021080003" ,
"C90707046000" ,
"C90707049000" ,
"0900000601500S" ,
"C90707047033" ,
"C90712008000" ,
"0035080506S" ,
"C90707012000" ,
"C90707013040" ,
"64107088100" ,
"64107189000" ,
"64107092000" ,
"C90007116040" ,
"C00050157706" ,
"C90007128000" ,
"64107090000" ,
"61614020010" ,
"C90708002000EB" ,
"C90708003000EB" ,
"C90708001000C1" ,
"C90714018030" ,
"C90706001022" ,
"C90714020000" ,
"C90712032010" ,
"0081250141" ,
"C90714010010" ,
"C90714019000" ,
"C90714010030" ,
"C90714010040" ,
"C90714010044" ,
"C90714014000" ,
"C90714017000" ,
"C90708010000C1" ,
"C90708011000" ,
"C90712084000" ,
"C90712083000" ,
"C90712080000" ,
"0081050181" ,
"C90708015020" ,
"C90708015010" ,
"C0000250601600S" ,
"C90708015060" ,
"C90708015070" ,
"C90708015050" ,
"C90712085000" ,
"C0000250501600S" ,
"C90712082000" ,
"C90708023010" ,
"C90708019000" ,
"C90708053000" ,
"6410900103330" ,
"0760354771" ,
"0625069068" ,
"61009011000" ,
"0472047175" ,
"C90709076000" ,
"C90709062000" ,
"64109060000" ,
"C90742020000" ,
"61009081200" ,
"C90709013000" ,
"C90709012000" ,
"C90709082000" ,
"C90709015000" ,
"C90710001033C1" ,
"0760305271" ,
"0472052200" ,
"0625062052" ,
"60010011000" ,
"60010015000" ,
"C90742021000" ,
"64110060000" ,
"C90710013000" ,
"06923080003" ,
"C90710459000" ,
"C90710050044C1" ,
"C90710014000" ,
"C0410003001300" ,
"C90710016000" ,
"C90710012000" ,
"C90710051041" ,
"C0000190802600S" ,
"64110065116" ,
"C90710086000" ,
"C90710084000" ,
"69010181044" ,
"76910065118" ,
"76910066000" ,
"C90710015000" ,
"SPAB16G413M116E" ,
"63611075100" ,
"61111057000" ,
"75011087050" ,
"75011088010" ,
"61111018100" ,
"C90711197000" ,
"C90011096000" ,
"C90711097000" ,
"C90711059000" ,
"C90111076033" ,
"C90711059050" ,
"C90711058010" ,
"0738060101" ,
"C90711109030" ,
"76211058000" ,
"C90711060133" ,
"0024060106" ,
"60311034000" ,
"C0000250602000S" ,
"C90711093045" ,
"C90711076250" ,
"C0000250601200" ,
"58411098100" ,
"C0000250601600" ,
"C90711055100" ,
"C90111053000" ,
"C90711059060" ,
"C90711053050" ,
"C90711054100" ,
"A65413001033C1" ,
"64113002000C1" ,
"64113006000" ,
"64113008000" ,
"64113029044" ,
"64113031000" ,
"6411300500030" ,
"64113020000" ,
"A65442005000" ,
"62113020100" ,
"0603100141" ,
"64113069100" ,
"69013099050" ,
"C90713126000" ,
"58007017000" ,
"69013069001" ,
"6411306000030" ,
"64113061000" ,
"C90713050044C1" ,
"C90703060051" ,
"C0000250602500S" ,
"C0040170602000" ,
"C0009340600500" ,
"C0410000800700" ,
"C90703069200" ,
"C0009340600502" ,
"C90703068000" ,
"C0073800601800S" ,
"C90713052000" ,
"C90734031020" ,
"C0000190803000S" ,
"A65442102000" ,
"A65413115000" ,
"A65413116000" ,
"63613030000" ,
"63513019000" ,
"63613021000" ,
"64113017000" ,
"62513020000" ,
"C0000351005500S" ,
"A65442003000" ,
"A65413180000" ,
"64113075000" ,
"64113084000" ,
"64113083000" ,
"64113081000" ,
"64113085000" ,
"64113090000" ,
"63614001000" ,
"0081040253" ,
"0081030081" ,
"0081045121" ,
"C90714025000" ,
"C90714026000" ,
"0433100003" ,
"0797100003" ,
"64114040000" ,
"64111066044" ,
"64111067000" ,
"64111067010" ,
"64107050000" ,
"C90707051000" ,
"76011064200" ,
"0991060203" ,
"A65414069000" ,
"C90714069050C1" ,
"C90714069051" ,
"0738050202" ,
"C90715001000" ,
"C90715021000" ,
"C90715022000" ,
"78015019000" ,
"C90715028000" ,
"64115023000" ,
"78015119000" ,
"C90731082000" ,
"C90715026000" ,
"76015015000" ,
"C90703081044" ,
"64108070040" ,
"78015021000" ,
"C90015126000" ,
"C90703098003" ,
"C90707098000" ,
"C90703098000" ,
"C90704099000" ,
"C90703095000" ,
"C90707097000" ,
"C90703094000" ,
"LI22-A654-2A" ,
"C90030107000" ,
"C90030131044" ,
"63530074000" ,
"C90030015000" ,
"C900300140001" ,
"C900300140002" ,
"63630013000" ,
"C90030018244" ,
"C0888040050" ,
"C900300820001" ,
"C900300820002" ,
"C900301820001" ,
"C900301820002" ,
"C63532048104" ,
"C0471120010" ,
"63532044000" ,
"63532006000" ,
"63532005000" ,
"63532041000" ,
"63532003000" ,
"63532011010" ,
"63532034000" ,
"0625060017" ,
"C90036073150" ,
"0252012103100" ,
"63532002000" ,
"63532021000" ,
"63532001044" ,
"C90038001232" ,
"0405263525" ,
"C90032020000" ,
"63532035000" ,
"C010642060166S" ,
"C90030068000" ,
"0625062280" ,
"63633001044" ,
"63533001030" ,
"0405242813G" ,
"63633005000" ,
"63533045000" ,
"0471026000" ,
"63633003000" ,
"63633006000" ,
"63533002000" ,
"63533032000" ,
"0625068911" ,
"C90033088000" ,
"63533011000" ,
"0405242813" ,
"63533034000" ,
"63633015000" ,
"0471029000" ,
"63533033000" ,
"63633014000" ,
"0405263013G" ,
"63633013000" ,
"63633016000" ,
"63533012000" ,
"63533010000" ,
"49030023000" ,
"C0770020220" ,
"C63533030011" ,
"0760003247000" ,
"C90033029116" ,
"C90033031000" ,
"C90033032300" ,
"C00050000992" ,
"63635010100" ,
"62535009000" ,
"41001052000" ,
"69035001000" ,
"0025060166S" ,
"C014580060126S" ,
"64135044033" ,
"63635042000" ,
"10001120000" ,
"C90735027000" ,
"C0310001229300" ,
"C90735026000" ,
"C0310001234500" ,
"C90735065033" ,
"C90735066044" ,
"C90707017000" ,
"64135032100" ,
"69004060150" ,
"C90735068000" ,
"C90703065000" ,
"0081040121" ,
"C90735067490" ,
"C90735067390" ,
"77236080000" ,
"C07700900151" ,
"C63536056000" ,
"63536060000" ,
"C0912050083" ,
"C77036035172" ,
"C77036035176" ,
"C77036035180" ,
"C77036035184" ,
"C77036035188" ,
"C77036035192" ,
"C77036035196" ,
"C77036035200" ,
"C77036035204" ,
"C77036035208" ,
"C77036035212" ,
"C77036035216" ,
"C77036035220" ,
"C77036035224" ,
"C77036035228" ,
"C77036035232" ,
"C77036035236" ,
"C77036035240" ,
"C77036035244" ,
"C77036035248" ,
"C77036035252" ,
"C77036035256" ,
"C77036035260" ,
"C90036032100" ,
"C90036033000" ,
"C90036027100" ,
"C90036036000" ,
"C90036030000" ,
"C90036031000" ,
"C90036056050" ,
"C90036028044" ,
"C0000250602500" ,
"C90040001000" ,
"C0618101410" ,
"C90038007010" ,
"60340117200" ,
"C0625060016" ,
"C90040022000" ,
"C90040090000" ,
"C63540029000" ,
"63540020000" ,
"0618354220" ,
"C0770244031" ,
"A65441001000" ,
"63541013050" ,
"63541013044" ,
"63541013010" ,
"90841123000" ,
"63641085044" ,
"61236048000" ,
"C90036144000" ,
"0912040163S" ,
"63541031100" ,
"C90741030010" ,
"C90741030000" ,
"C90741029000" ,
"63641099000" ,
"C90708098000" ,
"C90708099000" ,
"C90708054000EB" ,
"C90708045000C1" ,
"014580060141" ,
"C90708070044" ,
"C90708071044" ,
"C90708070050" ,
"C90711068044" ,
"64111068010" ,
"C90708064000" ,
"A65402101000C1" ,
"C90713026000" ,
"0912060653" ,
"C90702004000" ,
"61711012044" ,
"76011074000" ,
"61411174010" ,
"76011170200" ,
"61702039000" ,
"C90712041000" ,
"C90712040000" ,
"A65402031000C1" ,
"6410204400030" ,
"6410204000030" ,
"64102038000" ,
"64111049000" ,
"C90102090000" ,
"C90702097000" ,
"64132070000" ,
"61742031044" ,
"C90742040000" ,
"59001092050" ,
"C90711094000" ,
"63642003070" ,
"90142125000" ,
"014580060166" ,
"63711051000" ,
"62111051000" ,
"A65442104000" ,
"C90713026100" ,
"76042125000" ,
"C60342090100" ,
"C90742090050" ,
"0081250181" ,
"69008121160" ,
"C90708061050" ,
"C3214405EN-UK" ,
"C63729099000" ,
"C9003000024424" ,
"0906100100" ,
"C59030019200" ,
"61030019050" ,
"C0000250803500" ,
"C0603082131" ,
"C90030063070" ,
"C90030024000" ,
"C63530010000" ,
"C00002506030U0" ,
"C00002506060U0" ,
"C0000250809000" ,
"C00002508090U0" ,
"C0000250806500" ,
"C0000250805500" ,
"C0000250804500" ,
"C00002508065U0" ,
"C90030099000" ,
"63530057144" ,
"C90030157050" ,
"63530059200" ,
"0405151913" ,
"C63530059060" ,
"C63530059150" ,
"C0079840501200S" ,
"C90039105000" ,
"C60339003000" ,
"C0000250603000S" ,
"C90039004000" ,
"C60039040020" ,
"C90030040100" ,
"C9003010200041" ,
"C9003020200041" ,
"C07700240251" ,
"C90030094000" ,
"C0000250603500" ,
"C0000250603000" ,
"C90039034000" ,
"C90039006100" ,
"77839093000" ,
"C64111038000" ,
"C9003622010024" ,
"C0402050980" ,
"C90030063050" ,
"C90036052010" ,
"C90036055000" ,
"C0000250605500" ,
"0025060405" ,
"61238091100" ,
"C90035047000" ,
"C0770100020" ,
"C0908120153" ,
"C90030036300" ,
"C58530014100" ,
"C90035117000" ,
"C63635019000" ,
"C78630044000" ,
"C90036089010" ,
"C61236048000" ,
"C0770298178" ,
"C63536075000" ,
"C90036075050" ,
"C90036053000" ,
"C9003605200033" ,
"C90036054160" ,
"C90036054150" ,
"C0770012030" ,
"C90036081000" ,
"C63736082050" ,
"C00050198706" ,
"C64630087000" ,
"C90038016000" ,
"63641038000" ,
"C0000250803000" ,
"C9003505200041" ,
"C90035053100" ,
"C0000240601300S" ,
"C90035055000" ,
"C60035055150" ,
"0760153459" ,
"C77236072120" ,
"C0603061002" ,
"63530065000" ,
"C0770010010" ,
"C90038051000" ,
"C90038050000" ,
"C90038035000" ,
"C63530086010" ,
"C0000190501200S" ,
"C63638003000" ,
"C90038001022" ,
"C0799080000" ,
"C90038001224" ,
"C90038008050" ,
"C90038009014" ,
"C90038002000" ,
"C0402041580" ,
"C0770120020" ,
"C90038012000" ,
"C0770140200" ,
"C0770020020" ,
"C90038128000" ,
"C90038026000" ,
"C90037073000" ,
"C90038010000" ,
"C90030086100" ,
"C9003008500024" ,
"61238021200" ,
"0770125015" ,
"0770170200" ,
"C90038015200" ,
"C07700390261" ,
"C90038041200" ,
"C0000250501600" ,
"C0770060025" ,
"C0000250801600S" ,
"C0770070025" ,
"C00050000068" ,
"C9003010114441" ,
"C9003020114441" ,
"C90030025100" ,
"C90030020100" ,
"C0770191015" ,
"0025060256" ,
"C90032048003" ,
"63532149000" ,
"C0799090003" ,
"C0760122060" ,
"C90032148033" ,
"C014580060206S" ,
"C63532052100" ,
"C0934080006" ,
"C0000240601500S" ,
"C90034015000" ,
"C0625068070" ,
"C90034011200" ,
"63534012001" ,
"C0625068060" ,
"C90034012020" ,
"C90011023100" ,
"0984050123S" ,
"C90033022000" ,
"63534005033" ,
"56534013100" ,
"54634020000" ,
"61234014000" ,
"54634050000" ,
"C90032095000" ,
"C0760142460" ,
"C0007025241" ,
"C90034050000" ,
"63534050010" ,
"C0988142005" ,
"C0471140100" ,
"6413403000033" ,
"50233041500" ,
"C90034051100" ,
"C63534024000" ,
"C63534052000" ,
"C90034023000" ,
"63534002000" ,
"63534001100" ,
"C75034019100" ,
"C0402080200" ,
"C90734036044" ,
"0738060205S" ,
"0738060165S" ,
"C90734031044C1" ,
"C90734035000" ,
"C90734032100" ,
"C0047620604500S" ,
"C90036009044" ,
"C90036010044" ,
"C90036080000" ,
"63536001000" ,
"63536002100" ,
"C63536002150" ,
"63536013100" ,
"63536005000" ,
"77036003100" ,
"C0770180020" ,
"C0770220020" ,
"C61236008201"
)
Copy
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (49900 , 49901 , 59412 , 59414 , 59415 , 59423 , 59428 , 59429 , 59439 , 59440 , 59441 , 59442 , 59443 , 59446 , 59447 , 59449 , 59450 , 59451 , 59452 , 59457 , 59458 , 59459 , 59460 , 59461 , 59465 , 59486 , 59487 , 59490 , 59491 , 59498 , 59505 , 59512 , 59513 , 60040 , 60041 , 62237 , 63829 , 68965 , 69087 , 69090 , 69091 , 69092 , 69093 , 69095 , 69188 , 69190 , 69195 ) AND article_number IN ("43578098" , "43578176S2" , "43578195S1" , "R14042" , "R516" , "43578097S1" , "43578096S1" , "43578177S1" , "43578140S1" , "RP80002" , "43578135" , "95020004S" , "95020005S" , "0025080206" , "52000148" , "T511" , "48601166S1" , "46180064" , "R12012" , "46180007" , "46148166" , "RP80004" , "46148041" , "46148204" , "91020031" , "91020032" , "46148098" , "C05586R2601" , "C90701032032C1" , "C0000350803000" , "16181R54E" , "C0000250802500S" , "C90701044000C1" , "69008021080" , "C90701084000" , "C90701080000" , "C90701086000" , "C90701081010" , "C90701034032C1" , "C0000350802500S" , "0988253505" , "C90701036000C1" , "C90701039032C1" , "C0000351003500S" , "C90701038000C1" , "C0000250802500" , "C90103001000C1" , "C90703082000" , "C90708021160" , "54603048100" , "C90742041000" , "54603048200" , "C90707014000" , "C0000250601200S" , "C90703013000C1" , "C0145790805000S" , "C0000351006000S" , "C90742046000" , "C90706003060" , "C0000351006500S" , "54310086100" , "C90703034000" , "C90703034020" , "C90703035000" , "C90705062000" , "C0000351004000S" , "C0000351004500S" , "C90703039000C1" , "C90703038000C1" , "C90703041000" , "C90703040000" , "C90703044000" , "0799060003" , "C90703042000" , "C0000351008000S" , "C90703039001C1" , "0025050106S" , "C90703038001C1" , "C90703096000" , "64111059020" , "C90703088000" , "C90703092044" , "C9070300200624" , "C9070300200524" , "C90703002004C1" , "C0000250801800S" , "C90708000012" , "C90703002010" , "C0000351003000S" , "C90703048000C1" , "C0000250804500S" , "C90703049000C1" , "C90705068000" , "C90703152000" , "C90703050000" , "C90703052000" , "C90703051000" , "64103004100" , "C90706041050" , "C90706040050" , "C90708019050" , "C0000350803500S" , "C90708000015" , "C90703023000C1" , "61003024000" , "C90703027200" , "C90703028001" , "6410302610033" , "58605083014" , "C90703001099" , "0025050106" , "C90011076140" , "90103029000" , "93511045000" , "C01584R2601" , "C0000251205000S" , "C90704030044C1" , "C90704040100" , "58414030000" , "C0000250501200" , "C90704142000" , "C0760002532000" , "C90704034000" , "C0430002201200" , "C90704032000" , "C90703036000" , "C90704066000" , "C90704066050" , "C90704061000" , "C90704050000" , "C90704050010" , "C0000250502000" , "C90704030020" , "64104037000" , "C90704038000" , "C90704030010" , "C90705083000" , "C90705169000" , "C90705069000" , "C0000190805000" , "C90705011000" , "C90705011011" , "78105081010" , "54603048600" , "C90705005005" , "63605058000" , "C90705050100" , "C0000250803500S" , "C90705050065" , "C90705067000" , "C90705007000" , "51010086100" , "C90705005000" , "63505015000" , "C90742040020" , "0081050141" , "63541090000" , "63541190000" , "C90706001000" , "C90706026000" , "77236048000" , "C90706014000" , "C90706040000" , "C90706041000" , "C90706001050" , "C90706016000" , "C90706015000" , "C90706002000" , "C90706001030" , "0081050121" , "61041080000" , "0081050161" , "C90707013000CB" , "64107080200" , "0912050203" , "59007017000" , "C90715019735" , "C90711092000" , "54603048300" , "61342041100" , "C0000250602000" , "C90707080090" , "014579050166" , "C90707040000" , "C90706001021" , "C90707040041" , "C0000250804000S" , "0021080003" , "C90707046000" , "C90707049000" , "0900000601500S" , "C90707047033" , "C90712008000" , "0035080506S" , "C90707012000" , "C90707013040" , "64107088100" , "64107189000" , "64107092000" , "C90007116040" , "C00050157706" , "C90007128000" , "64107090000" , "61614020010" , "C90708002000EB" , "C90708003000EB" , "C90708001000C1" , "C90714018030" , "C90706001022" , "C90714020000" , "C90712032010" , "0081250141" , "C90714010010" , "C90714019000" , "C90714010030" , "C90714010040" , "C90714010044" , "C90714014000" , "C90714017000" , "C90708010000C1" , "C90708011000" , "C90712084000" , "C90712083000" , "C90712080000" , "0081050181" , "C90708015020" , "C90708015010" , "C0000250601600S" , "C90708015060" , "C90708015070" , "C90708015050" , "C90712085000" , "C0000250501600S" , "C90712082000" , "C90708023010" , "C90708019000" , "C90708053000" , "6410900103330" , "0760354771" , "0625069068" , "61009011000" , "0472047175" , "C90709076000" , "C90709062000" , "64109060000" , "C90742020000" , "61009081200" , "C90709013000" , "C90709012000" , "C90709082000" , "C90709015000" , "C90710001033C1" , "0760305271" , "0472052200" , "0625062052" , "60010011000" , "60010015000" , "C90742021000" , "64110060000" , "C90710013000" , "06923080003" , "C90710459000" , "C90710050044C1" , "C90710014000" , "C0410003001300" , "C90710016000" , "C90710012000" , "C90710051041" , "C0000190802600S" , "64110065116" , "C90710086000" , "C90710084000" , "69010181044" , "76910065118" , "76910066000" , "C90710015000" , "SPAB16G413M116E" , "63611075100" , "61111057000" , "75011087050" , "75011088010" , "61111018100" , "C90711197000" , "C90011096000" , "C90711097000" , "C90711059000" , "C90111076033" , "C90711059050" , "C90711058010" , "0738060101" , "C90711109030" , "76211058000" , "C90711060133" , "0024060106" , "60311034000" , "C0000250602000S" , "C90711093045" , "C90711076250" , "C0000250601200" , "58411098100" , "C0000250601600" , "C90711055100" , "C90111053000" , "C90711059060" , "C90711053050" , "C90711054100" , "A65413001033C1" , "64113002000C1" , "64113006000" , "64113008000" , "64113029044" , "64113031000" , "6411300500030" , "64113020000" , "A65442005000" , "62113020100" , "0603100141" , "64113069100" , "69013099050" , "C90713126000" , "58007017000" , "69013069001" , "6411306000030" , "64113061000" , "C90713050044C1" , "C90703060051" , "C0000250602500S" , "C0040170602000" , "C0009340600500" , "C0410000800700" , "C90703069200" , "C0009340600502" , "C90703068000" , "C0073800601800S" , "C90713052000" , "C90734031020" , "C0000190803000S" , "A65442102000" , "A65413115000" , "A65413116000" , "63613030000" , "63513019000" , "63613021000" , "64113017000" , "62513020000" , "C0000351005500S" , "A65442003000" , "A65413180000" , "64113075000" , "64113084000" , "64113083000" , "64113081000" , "64113085000" , "64113090000" , "63614001000" , "0081040253" , "0081030081" , "0081045121" , "C90714025000" , "C90714026000" , "0433100003" , "0797100003" , "64114040000" , "64111066044" , "64111067000" , "64111067010" , "64107050000" , "C90707051000" , "76011064200" , "0991060203" , "A65414069000" , "C90714069050C1" , "C90714069051" , "0738050202" , "C90715001000" , "C90715021000" , "C90715022000" , "78015019000" , "C90715028000" , "64115023000" , "78015119000" , "C90731082000" , "C90715026000" , "76015015000" , "C90703081044" , "64108070040" , "78015021000" , "C90015126000" , "C90703098003" , "C90707098000" , "C90703098000" , "C90704099000" , "C90703095000" , "C90707097000" , "C90703094000" , "LI22-A654-2A" , "C90030107000" , "C90030131044" , "63530074000" , "C90030015000" , "C900300140001" , "C900300140002" , "63630013000" , "C90030018244" , "C0888040050" , "C900300820001" , "C900300820002" , "C900301820001" , "C900301820002" , "C63532048104" , "C0471120010" , "63532044000" , "63532006000" , "63532005000" , "63532041000" , "63532003000" , "63532011010" , "63532034000" , "0625060017" , "C90036073150" , "0252012103100" , "63532002000" , "63532021000" , "63532001044" , "C90038001232" , "0405263525" , "C90032020000" , "63532035000" , "C010642060166S" , "C90030068000" , "0625062280" , "63633001044" , "63533001030" , "0405242813G" , "63633005000" , "63533045000" , "0471026000" , "63633003000" , "63633006000" , "63533002000" , "63533032000" , "0625068911" , "C90033088000" , "63533011000" , "0405242813" , "63533034000" , "63633015000" , "0471029000" , "63533033000" , "63633014000" , "0405263013G" , "63633013000" , "63633016000" , "63533012000" , "63533010000" , "49030023000" , "C0770020220" , "C63533030011" , "0760003247000" , "C90033029116" , "C90033031000" , "C90033032300" , "C00050000992" , "63635010100" , "62535009000" , "41001052000" , "69035001000" , "0025060166S" , "C014580060126S" , "64135044033" , "63635042000" , "10001120000" , "C90735027000" , "C0310001229300" , "C90735026000" , "C0310001234500" , "C90735065033" , "C90735066044" , "C90707017000" , "64135032100" , "69004060150" , "C90735068000" , "C90703065000" , "0081040121" , "C90735067490" , "C90735067390" , "77236080000" , "C07700900151" , "C63536056000" , "63536060000" , "C0912050083" , "C77036035172" , "C77036035176" , "C77036035180" , "C77036035184" , "C77036035188" , "C77036035192" , "C77036035196" , "C77036035200" , "C77036035204" , "C77036035208" , "C77036035212" , "C77036035216" , "C77036035220" , "C77036035224" , "C77036035228" , "C77036035232" , "C77036035236" , "C77036035240" , "C77036035244" , "C77036035248" , "C77036035252" , "C77036035256" , "C77036035260" , "C90036032100" , "C90036033000" , "C90036027100" , "C90036036000" , "C90036030000" , "C90036031000" , "C90036056050" , "C90036028044" , "C0000250602500" , "C90040001000" , "C0618101410" , "C90038007010" , "60340117200" , "C0625060016" , "C90040022000" , "C90040090000" , "C63540029000" , "63540020000" , "0618354220" , "C0770244031" , "A65441001000" , "63541013050" , "63541013044" , "63541013010" , "90841123000" , "63641085044" , "61236048000" , "C90036144000" , "0912040163S" , "63541031100" , "C90741030010" , "C90741030000" , "C90741029000" , "63641099000" , "C90708098000" , "C90708099000" , "C90708054000EB" , "C90708045000C1" , "014580060141" , "C90708070044" , "C90708071044" , "C90708070050" , "C90711068044" , "64111068010" , "C90708064000" , "A65402101000C1" , "C90713026000" , "0912060653" , "C90702004000" , "61711012044" , "76011074000" , "61411174010" , "76011170200" , "61702039000" , "C90712041000" , "C90712040000" , "A65402031000C1" , "6410204400030" , "6410204000030" , "64102038000" , "64111049000" , "C90102090000" , "C90702097000" , "64132070000" , "61742031044" , "C90742040000" , "59001092050" , "C90711094000" , "63642003070" , "90142125000" , "014580060166" , "63711051000" , "62111051000" , "A65442104000" , "C90713026100" , "76042125000" , "C60342090100" , "C90742090050" , "0081250181" , "69008121160" , "C90708061050" , "C3214405EN-UK" , "C63729099000" , "C9003000024424" , "0906100100" , "C59030019200" , "61030019050" , "C0000250803500" , "C0603082131" , "C90030063070" , "C90030024000" , "C63530010000" , "C00002506030U0" , "C00002506060U0" , "C0000250809000" , "C00002508090U0" , "C0000250806500" , "C0000250805500" , "C0000250804500" , "C00002508065U0" , "C90030099000" , "63530057144" , "C90030157050" , "63530059200" , "0405151913" , "C63530059060" , "C63530059150" , "C0079840501200S" , "C90039105000" , "C60339003000" , "C0000250603000S" , "C90039004000" , "C60039040020" , "C90030040100" , "C9003010200041" , "C9003020200041" , "C07700240251" , "C90030094000" , "C0000250603500" , "C0000250603000" , "C90039034000" , "C90039006100" , "77839093000" , "C64111038000" , "C9003622010024" , "C0402050980" , "C90030063050" , "C90036052010" , "C90036055000" , "C0000250605500" , "0025060405" , "61238091100" , "C90035047000" , "C0770100020" , "C0908120153" , "C90030036300" , "C58530014100" , "C90035117000" , "C63635019000" , "C78630044000" , "C90036089010" , "C61236048000" , "C0770298178" , "C63536075000" , "C90036075050" , "C90036053000" , "C9003605200033" , "C90036054160" , "C90036054150" , "C0770012030" , "C90036081000" , "C63736082050" , "C00050198706" , "C64630087000" , "C90038016000" , "63641038000" , "C0000250803000" , "C9003505200041" , "C90035053100" , "C0000240601300S" , "C90035055000" , "C60035055150" , "0760153459" , "C77236072120" , "C0603061002" , "63530065000" , "C0770010010" , "C90038051000" , "C90038050000" , "C90038035000" , "C63530086010" , "C0000190501200S" , "C63638003000" , "C90038001022" , "C0799080000" , "C90038001224" , "C90038008050" , "C90038009014" , "C90038002000" , "C0402041580" , "C0770120020" , "C90038012000" , "C0770140200" , "C0770020020" , "C90038128000" , "C90038026000" , "C90037073000" , "C90038010000" , "C90030086100" , "C9003008500024" , "61238021200" , "0770125015" , "0770170200" , "C90038015200" , "C07700390261" , "C90038041200" , "C0000250501600" , "C0770060025" , "C0000250801600S" , "C0770070025" , "C00050000068" , "C9003010114441" , "C9003020114441" , "C90030025100" , "C90030020100" , "C0770191015" , "0025060256" , "C90032048003" , "63532149000" , "C0799090003" , "C0760122060" , "C90032148033" , "C014580060206S" , "C63532052100" , "C0934080006" , "C0000240601500S" , "C90034015000" , "C0625068070" , "C90034011200" , "63534012001" , "C0625068060" , "C90034012020" , "C90011023100" , "0984050123S" , "C90033022000" , "63534005033" , "56534013100" , "54634020000" , "61234014000" , "54634050000" , "C90032095000" , "C0760142460" , "C0007025241" , "C90034050000" , "63534050010" , "C0988142005" , "C0471140100" , "6413403000033" , "50233041500" , "C90034051100" , "C63534024000" , "C63534052000" , "C90034023000" , "63534002000" , "63534001100" , "C75034019100" , "C0402080200" , "C90734036044" , "0738060205S" , "0738060165S" , "C90734031044C1" , "C90734035000" , "C90734032100" , "C0047620604500S" , "C90036009044" , "C90036010044" , "C90036080000" , "63536001000" , "63536002100" , "C63536002150" , "63536013100" , "63536005000" , "77036003100" , "C0770180020" , "C0770220020" , "C61236008201" );
Copy
80
0.31 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = ?
Parameters :
[
1003029980
]
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = 1003029980 ;
Copy
81
2.41 ms
SELECT s . product_number as product_number , lower (hex (p . id )) as id FROM hobaIT_sparepartfinder_powerparts as s LEFT JOIN product as p on p . product_number = s . product_number WHERE model_number = ?
Parameters :
[
"1003029980 "
]
SELECT s . product_number as product_number , lower (hex (p . id )) as id FROM hobaIT_sparepartfinder_powerparts as s LEFT JOIN product as p on p . product_number = s . product_number WHERE model_number = '1003029980' ;
Copy
82
13.77 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"ïÍZÅ¡bE╝åv(±ªø<Ú "
b"/¶Q\x7F ‚ G\x11 ¡w\x1C ›HA\x11 â "
b"ܸT6#™M%¦`—D0˜zO "
b" @(Ç\x17 MG\x18 Ž\x03 ó\x03 žü‘¼ "
b"ˆ¼óÄjI@\r £™Z¿„}Œ] "
b"á \x13 ýNýC\r ¶tH¹³CQ§ "
b"y§†\x00 QŸBXµäõW\x19 K$C "
b"ru\x19 åê™E¼³…Vdž°F/ "
b"ë2/§1¶G=¥äQ\r €¯‰” "
b"G\x17 ·‚Ø\x1F Jɱó‹ Üu÷B "
b"÷;0─C?A·æÄÇÅ\x05 Öë╩ "
b"÷¤ß×9þCX¬á┘}>ì4╚ "
b"1*»CŠ…E¼šßù|IÜU5 "
b"¸Bå;Ù3B\x06 ¬ì<³ùÞ©< "
b"vþRˆ\r õK/’›j0 SU© "
b"ßbX´°(E¥’Ã\x04 þ˜jàR "
b"zßòc™\x19 B⿽°>«<„ö "
b"ú9\x03 ¨üæL\x07 ö\x18 G\x1C kuIÞ "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"¾*‹W–N‡°Ü mUM¶÷ "
b"³H¿Ú>íAßü┴Ñû■m\x05\x1E "
b"f¤▓\x1A ƒ░Cô®^¾dü▀ÔÉ "
b"\x1A ÒŸhqâC\x0E ¨È\x18 ÏX¢Û- "
b""Qõ«XpFy¤5_áí\x0F ÿ\x18 "
b"V’g¶fvE§‘1b\x18 ÄöFí "
b"ßü=\x19 S├M3░┘▓~ıç8å "
b"$°+\x07 ““Nd†qû%)ÿ<- "
b";·ë½Ÿ\x14 NZ„7ð\x06 V‹¸T "
b"„Q\x11 S|YC®•ô˜Äâ¿Sß "
b"Ã\x19 Ê)ÍÁBՄǶ\x12 s\x11 ¼g "
b"nJÉÐ\x7F RE┬º\x7F vµ\x05 iíà "
b"¯\x04 …\x10 FÏAÕ¾ã17ÏU“¦ "
b"7"þ\x14 oÂIvˆx\x07 Ñ×òf\x00 "
b"╬9ü¢âÂOÏ»ÛW┬ïÏ$n "
b"¢#¹"AbIäöÂÊìM\x14 lõ "
b"J% ó\x01 $OÄ“‚’ÓÆï·Þ "
b"\x1C ¥\x00 v]\x07 F╠ùÎP9îÌÓü "
b"Þ]¥qB½Hº©^åPÓÀøù "
b"å\x14 Pª`üKšµt”Qå¹ý5 "
b"5†º¢I\v E•¤\f ´EK§ïr "
b"y!Ù\x10 ‚H²…’ÁÄ^GF— "
b"mnÉ!¿µA׹ůJ4ž\x15 ¯ "
b"´“RÄÉîLΨ\x1C\x1C ØD{‹` "
b"_´\v Ñn¤M¡╗zòÅ‗nı╣ "
b"aá5█ß╣Kî®ìb¾┴v¯À "
b"K\x04 …ã—KH\x05 ‹’³\x7F NŠŠ¾ "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"|J|H\x06 ,J'ƒTõ=ó\x05 ßÀ "
b"©Œf9,nL‘‡ñ\x18 ¸\x02 g‰M "
b"ˆìÝË•Ct—ðR„í;\x0E f "
b"È\x10 Ã\x13 ú–B_¹\x0E ‹ê¾øR¤ "
b"„ÀsÆ \v A9˜/ñþZóŠa "
b"\x7F \Æü\e ®K\v ü\x18 \÷└╗FC "
b"Xî«ûT\x01 Aò”7Æ– 쯹 "
b"¦█Àwì£K╔©·qE±l\x01 / "
b"\x10 š@½…ÐHš¢°º\x18 °ÎK™ "
b"…‘m<<ØG÷´û¼\x02 ¬µpM "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"†ë瞣O@‚µÅHÕ˜Q½‘ "
b"è¤ÁÉ15H‗ò\x12\x02\x18\x05 ò╬± "
b"¨Ù˜Ö"‘BoœM#h,Á©o "
b"Âùá©Îö@›—ߥã\x1D\x7F ñ^ "
b"AÝÂ%eÊDö¥Íá2Ç´‰C "
b"C&Øm¨kJŸ®\x14 º$d‡1\x14 "
b"û®\x10 ƒmØC2¥"aýܾ┌1 "
b"{,Œ„{BMN–"Ïrõ£¡‰ "
b"§ Ñ\x1D ?\f N\x01 ¢PÐ\x0E Zcé! "
b"\e $`W{½H\x0F ¬z|'5Ø*Ø "
b"\x15 \\x1A i÷╝IüùXÚ\x02 Õ·╝┼ "
b"\x13 ]~:(HýÉ■L\x0F £‗PÐ "
b"<²vkܸD‹)ãR¯\r È/ "
b"\x19 ║<ß\nIéáâü±\x13\x18\x18 J "
b"vå\x1A ö]\x02 N\x00 ‰Û¤\f E\f 0* "
b"þ\x12 ‡!N^B‚‡_e\x03 !»„½ "
b"@Iô}j\x18 K·…Øöõc„bh "
b"m,,=\t +EÆ’X®XÈ4É\x10 "
b"xïl䈵FÛ¡¯ìfÔ™ÙŸ "
b"½à\x03\v\x02 /K=ɰS.\x10 äÖ£ "
b"E¨¯\x00 †_A8šÞ^´\x1A „\x13 Ð "
b"Ò5¿‹S^E࣒\x7F Â\x00 È{l "
b"´C\x16\v 'b@}Š4]Á\x0F V\x10 É "
b"\x04\x1F Ivü×@š‹•ûôÕPÜØ "
b"'¿B\x01 /ÜB罫#¢¯x’ "
b"AB…2é\x00 AΪw†%\x07 !(û "
b"ª\x1A j~JwLF³«ãe…\x07 ¹\x04 "
b"Ƭƒ\x08 »IJ▓Ç\x01 z¹■ìÇ= "
b"ÿ™!\x07 m\r J‡’YE\x19 ¹ß¸S "
b";òñköÂJ4º=©¤õÅ@C "
b"\x1A\x0E ‚,hMõ¯Éj’¡\r ’á "
b"Rv€oºWJɰ®8o\x19 ¬DŽ "
b"¡q’VT…D9¤ë¦•F˜R¹ "
b"V\x02 (‡þzIÿŽ©ù45\x18\x1F Š "
b"fdæÕ:lLϳ\x15 ~¬þÀ}\x13 "
b"¼\e IÏÁzB\x15 Œz%b\x16 ¢8‡ "
b"Ç]ÜÁ…nKЯ×\x05 \r \x0F ³î "
b"›\x19 ”èS…@£¥Áëžõ…\x07 ¢ "
b"þ█»"\x00 rEdÉføÌµ■QÏ "
b"Q2\x11 àÚ»IkŃÏÛ╠¨|î "
b"á5ý݇ûJ¾ˆA\x0F VŠt®L "
b"±´BŽc=G$¶\x1D eSr÷€\x11 "
b"u\x1E ´ðØúC£¥ÁJ┼Í'oü "
b"\x10 iPÚ©ÛGþŒjI^õXpË "
b"\x02 s(WÔãKG║Óß╝üP\x03 Ò "
b"™NPM‰ÞOô³–³=\f yŸ` "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"¨Þ…çhæK+‚;épóÛ\x15\x1F "
b"╠\x7F\x17 ÁE┤C%Ø{;æ¢Â5Ú "
b"ôU‚\x0E ³ÊNn«V1)ÿ \x06 "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"KÜ:s[WNG˜€\t aé½âD "
b"=k\x1C ûO\x14 M'†˜°!Õ¥ÇÒ "
b"Â{ªà0²E\x03 ÿ˜z1–AR "
b"ë)/´\x0E ¢Ocœ\x12 ‹c˜uÏ\x19 "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"`édEØ%B*éDÄâåuå¨ "
b"F\r xâZ9D\x00 …\x01 ³ßüQ<ø "
b"ü4w\v rFB\x06 ‰rÔG¹žÝ( "
b"ó™¼VÕ¨DL¡R«š×\x01 «z "
b"b¤Ö:×▄DÕÇ|ÌöÈ'/É "
b"ÿ¼jÒÂÜO}ª¬»8éì" "
b"\x1A '\x01\x05 nIM¨¾b$¥\x06 @ö— "
b"Cùÿ4¬¡O=¸G¢/=Óõ "
b"│\x14 »╬\x11\x1A OÉïu±$܃ÎB "
b".\x7F\x06 Öõ·L3«\r Ø£ñ]Ï\x1D "
b"\x1D ”p>ý_HÛˆj%nßnÃ\x11 "
b"ØE█Ù¬9Jâ╣ߨ^õÖ╬Ò "
b"]\x16 ¢\x17 Ø\r Oƪ•à^«®‚ "
b"(\x0E Rä4ÇJ%Žô Ý«$7J "
b"}VÓ!ÖƒJ$£Q\x14 ½É§^Ê "
b"ª6ØÜöBÉè~╩\x04 _╗¾÷ "
b"„7+†3AHó®F\x13 O R÷X "
b"cÑèm\x14 8Gn·•tô;Hac "
b"\f Ž#fíÞOM‹áë<„\t Æ– "
b"˜LMÎùžLN˜þÅÍZO\x08 Ó "
b"›\x06 ¼ÖÄ-L\t ®ïÁF”ô:ÿ "
b"n½’B§\x03 Eð‹åÀ\x1C\x1A Û¾þ "
b"ô•Î0æ†Mê›d¾Â\x0E Aï× "
b"ã3\x00 æÑ½M|ž£›eGÁgy "
b"#\v „\v Ý\e Oÿ—æpFqÄÓv "
b"àpM7ÓJM3üÀðó D║; "
b"\x14 ßèr\x12 üGÌ‹i%áx´%# "
b"‹Ó#ÿÇ[A÷‘*Ö0$Æ\r © "
b"+u¥g\x1F 8CHíà\x1F öj┼Å\x07 "
b"èP\x04\x1C Å_OsÅsï█Q─╗ý "
b"ô_\x10 QZFH\x05 ¨¶(Ô‰\x15 Õá "
b"║dbß╬ØI ▒ÈD;§┤┤S "
b"TM>A"ìu©.ôÄJ─ "
b"Ðx‰Fr¿Aù»¯õ‰nJ{j "
b"╚êIØ\x08 xE└Ü\x1C §‗äå\x16 ~ "
b"\x0E -ƒ½nÞK~®ç,\x04 #ŸµÁ "
b"y\t\x11 *XçE\x15 »-M\x01 <?Éu "
b"\x10 ‰bYÈ(B\x1D ¯GÕ`dú߯ "
b"®äWÐw\x1D G¯Æ\x7F ܧCì_ä "
b"%\x06\t ?S\x1C M\©’1£]íé; "
b"¶N\x05 7ùŸJ|ƒÊÑ¿Ó%<d "
b"å%qÒ┼ZBż^½t█Í\x18 ù "
b"'P4ê¦\e Lƺ¿pÃí›’á "
b"ê\x17 s¸¢A@å¹Â¤¹\x14 èØŠ "
b"ñH©╠0!Ip▓d±\f T'\Ø "
b"±╬Ï«■\x04 C┘»üxLlß\x03 / "
b"î÷‘\x1A X\x02 N µJ\x02\x0F Ù[~Ý "
b"¼│¸\t :AGÖ¼f\x1D ¥¾üÜ· "
b"%D©®Ì,AŸbîˆ\x00 £çi "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"Ûµ\x18\x05 ÛED\x07 žßª}}X)Î "
b"·õQ\x16 fàL³°1•A,¬· "
b"#{,\x04 8yNÁ¾"6CWM¸ô "
b"""
Tp~(;\n
C€’à…T\x15 ǵ/
"""
b"Bõ+\x1A _'InÉ╠ÿI*K╩┌ "
b"Ë̓–šxOy¨\f ÷ÉPp\r \x16 "
b"5qgF,©L\x11 ¿?Ø┐=\x13 :Ð "
b"B\x1E\x01 %QUI׃Óß´·fnz "
b"""
Xj›Ï¬MGà€ù~\n
C\x03 4'
"""
b"╦ü\x07 Ü`5O0ò£¢│¬ ┴\ "
b"Áhñp÷‚Eùƒ\x0E íïè6ôÖ "
b"»sàðïØHÓ²\x0F Ô#’m}L "
b"IÏi1h¢NÜØà&┐Â╬╦¹ "
b"lÞöG9ÌD\x01 ¿¿á«+ôÕ\x00 "
b"\x12 qR\e µüG\x04 ë╣Ãà╚à▄Ù "
b"ÍUíB¢¢Bê§gäUñ‚\x08 \r "
b"à\x1F ç-\x00 ³B\x00 °äW:yn\x18 / "
b"ð_4\x1E\x05 ÄJ\f š5O»¤/bê "
b"\v µÿ¤Ò"KŸ‡¡Îå÷U\R "
b"\x00 Û\x12 n╗\x17 AKìÔïè█ï|ƒ "
b"km=Iì³F}¢ùd\x04\x00 ‰Š¡ "
b"ê¶äù·üA\x1D µ1ç¼n/"ü "
b"\x05 *Ò0\x04 þ@\x12 ·S2 ÿP\å "
b"╣a>Ø1ìJ$ÉÀ\x7F L\x10\v 8¶ "
b"pXª˜bgCÖ²í^0.@ÜÄ "
b"Åýc\e 9kJ?ºÆqÁ£n§Ð "
b"»ŒÛ\e î{Oȧ\x17 ¸¶\v Ôiþ "
b"_Òs\x19 .K@|•œÑ\x01 nË×2 "
b"ÎÝ|˜NëI’™¶ÔW?½Ó¦ "
b"žvÝq¹lGf’à·4‚iíº "
b"▄ÎF\x17\x04\x14 EX▒í½█\x02\x7F Øb "
b"¼Ê«’nÝD,¯¯ñ\r Rpƒš "
b"—ñ‡•â\r L/‡tÄËÝ9xÞ "
b"ì„Ú\x16 Þ\x10 E¼¡r\x05 Ëeƒ\x1F ƒ "
b"""
OV\x15 t ÿHŒˆ5)ª\n
z\x15 ™
"""
b"jê7¼MpL&¡\x0E ┘F½Â.ì "
b"uö║\x16 óıB'óurM±zbÅ "
b"\x03 ƒÄ█%½F,üe\x10 ùôÖ3¯ "
b"*ìÕC¹xLíìe│╚M5f¤ "
b"╗´{█-tJ¤üÛÒù\r h(. "
b"ØšI:£öJI‚Éåû‚V¤\x10 "
b"2ÔíÅŒ¤G#Œ!X‡ÎŸÃÙ "
b"®~Ëè\x1D ÛJFè║‗*+ÊØ[ "
b"\x14 ║q\x07 ╩5MÄ░ßÝi1ü\x1E { "
b"äõ-ÝýæI\x13 éÉ9Ö÷iå7 "
b"\x17 M#€rãFD“ÐZ6—{\e 6 "
b"\x0E Ü2²F\x12 M¤¥·ŸA`ª0 "
b"3æ¸ßsÕF%™ªÍœ¤a\x02 Ó "
b"\x02 ‘+wö\x18 Hx…*6,HŽ\x1D õ "
b"]\r \x7F <F^D\x1E ¶Ð%7‡QËe "
b"\\x05\x1E Ø"\x04 Kŵ\x1D o \x17 ¤\f\x1F "
b"\x11 Lô9X÷M3¡¸\x12 #\x01\x08 êL "
b"ƒº\x19 ÄŠÍA…¾ØŠBúÒ¢\x02 "
b"oÁ\x07 Ö¡âI\x12 œÆ.9½=µ³ "
b"D}¹+ƘC\x13 ¬\x14 dµšTd\v "
b"\x1A îvGS\x1A J\x04 ôìÚ¬ñWè■ "
b"¶Ï‰”ž+C¥ˆSÎþ©áɯ "
b"|\x04 {\t ¾pI pr-œ»®Ñ "
b"k¨p\x1D ‚·J®‹ê0˜Ïw§v "
b"’‰y¼ûÀK¥“¾u=ë¾RG "
b"îûž¢ÏHE§¢ †’¬ñF} "
b"\r Ø#ý\x14 EI¯¿¿oˆ´\x15 ¨| "
b"m££\x17 ”âCÖ´[/‰Ÿ`ì\ "
b"ÉŠáä9¸FÊ¢à‘g}D\v "
b"§¸®ð«\x13 CÛ½7\x04 4e’ìj "
b"y¸wGÅ\x01 LQŠñÓî^iöz "
b"\x05 ÔÅ+;─M_¥÷pÜ┬\x03 ±´ "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"_'¯\x01 ê@\x15 ”¨þïŸÞ¤Ù "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"HÓõÿ.@DާnïÐïå¬ "
b"°+§ì6SF\x1D ┐7H\x01 NY9l "
b"!\x05 ‘*\x04 pF§£˜@Ò\x18 º+\t "
b"ü΂#\x12 ïJ6©aº›ïØ]Ì "
b"ûÒ\x07 ¡ÏFj´{l½#Ÿ«· "
b"|©\x1A èìžDÇŽN\x05 ´¿ƒ\v û "
b"m—\x04 ‹:\x18 Hå˜BYÑEÆN© "
b"„\e £x—CG×µl‰\t\v .Vø "
b"+K‘§õ-I?»ˆL\x16\x11\x1F Ü\x0E "
b"1†’\x1E *ÓE‹½ðÎF¢åÔô "
b"JU!À¡ðOd„\x18 Ø4¼B\x0E M "
b"ÿ™È¯ókDê°áÎ`£ÌÓ› "
b"—†HÂ8¯HÓ¶UY_\x08 ƒ†Z "
b"▀üï\t úÌGv¢%╩hY\x7F 8‗ "
b"ì5ãfL@Sû╠Ø\x07\e ç!@ "
b"¾3~–+ÓAˆ˜·9àíØ¬× "
b"ÁbÉQ;\x1D BPŒMI´\x7F ´Üq "
b"\x13 µ^¬è÷O\x00 ¯je»b¿ë& "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"""
\n
™¶¥Ä»C0¸j'ç€j\x07 ³
"""
b"\x12 ?qDB›|È\x1E %¸¥* "
b"s=Ç£ ÁN׈`D±RIʘ "
b"s \x1E C¸HHš¬D¦¢¼5Í© "
b"oÌØA`ÃJQåøZÄ┘ r\x7F "
b"£F"«1¾F>ŸDöáš3ÆÑ "
b"oÒ\x0F u\x17 ÂH\x1F ¾•`³¡§n… "
b"t▀&\x13 ®=G┐Ä─ؤÅóÎþ "
b"\x1A\t kK]´DR¯H´ðºˆo€ "
b"–YлÔtF¶¢ö\x02 (*=\x02 ° "
b"iï$/²\r C«ìÖ║\x19\x1C q,\x14 "
b"vì7¬m&M└«3Õu½µQÁ "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b">Ë÷=–÷N£±Üº`„ø®† "
b"0ÿ§\x1C G\t Mò©\x0E ÇØíÆ\x13 ± "
b"c\´jƒ°Gãü8\x14 «æ-Âs "
b"Ìâ7rŒšD0•Õ¬¬%XÊ+ "
b"µç/\x08 à}L´¨\x14 2\f è~Úz "
b"ÆÜ‹êœ#Ff¼\x03 žvB\x1D Ëo "
b"õ\x1E ÷ÅH┬F╠Ü]■£X7·% "
b"vx\r ì\x04\x18 K└║\x11 y═©\v ìþ "
b"œ«nÇ‘zF ¤;žCÔaé2 "
b"Ù縯\x14 `O>ƒS8‰6tÒ1 "
b"û/33‗íL`Å\e 4Gªmë, "
b"ôv3\x13 ¯›C”°\x02 Ň\x10 IÇ¢ "
b"äãJeôUA€½2:\x0E ùùeÏ "
b"b˜å¸ÿ0Kù´\x17 ©b$RcÏ "
b"*Òk_ö E¬°\x18 ËrwQ™\x11 "
b"ì¡5>\x18 C\x0E »▄\v Á\x0F ®‗2 "
b"0í\x19 \“·Fz‘‡ðwsˆšŸ "
b"û¼òÍT¯H©¬è¢t\x17 Æ\x11 6 "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"|:ÐD¨QI}”rE¹Ð)^ï "
b"–Ð.lR·JóŽ7™xÏ7ˆ/ "
b"Ù0à)Å\x0F Kæä9í\e '?=% "
b"ì²û8¶2Hh×G\x12 µò[Á╬ "
b"©•RöB\x01 Iþ›oç\x1F\x1E ²#Ã "
b"¤˜îmñ´M±‡ûÑexÂ\x17 ¾ "
b"î«öIüzChÖRzik0"¯ "
b"J\x04 ü¤(7A_ÖJ&█0-£± "
b"ój4\x19\x08 WF▀ºbyIèìr‗ "
b"Ÿe\x12 En›Oâ…Ò«¨\x1E Tsã "
b"SüÇ▒Õ▄IJ░\x02 ûñ\x17 t¡µ "
b"äí"ºµÍN»¶\f\x1E ¹\x17 »GÜ "
b"-\x19 gu}MÒš¡g…£y\e d "
b"˧ð–õ®H¶’a-\x03 ×\x06 ”˜ "
b"¯ág\x0F SõBýˆ¢²),ÿ8y "
b"ºáö¯b¶GP┐└ô«ÉÃch "
b"\x1D ╦z Z[I|ø\x01 $\x0F ü\x13 ┘2 "
b"EÜæ╔D#Kaüeë~;k!¢ "
b"\x12 ÆÏ\x17 ].A_’\x02 òo\x7F ^¢g "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b"\x1A Fl^;£O×€-¿¬.è;ž "
b"ÁCcTy»MЫ/+Eïò™\x06 "
b"à\e ‘ØJïD׆Ñy\x17 I¯"í "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"Þ}¸»ý9M0›À\x02 „|ù“ô "
b"³░b\x7F ╩\x08 CÚ║┐I¦ÀØø\x17 "
b"ï’MƼ£Cˆ“…UÛd›X½ "
b"ÌLÎØü\x13 L"ªètºÞ"\x0F * "
b"Y\x7F ˜\e 'BY ~^°ÑÂ5Œ "
b"\x1E ┤▒öìUO\x13 »¸ ▓\x00 ╠u¡ "
b"\x18 ÓìÂÁfMÿIü–ê¥2_ "
b"O\x06 x{¼ÕH\x14 ˆa…êQ;\x15 ¢ "
b"GÍÆi ÓAǘ±nÔ=sÛú "
b"ÊõíM¸÷Eµ€_$ïn}ú\x08 "
b"GŠxu›µJuµ®öù¬–de "
b"¤▓5E\x11 ═I(æT>XØo!ø "
b"æZ°ÿÖXLVÉ\x06 û~¬ÚÙy "
b"\x15 ‚ÃŒAäOy…þ²õ"Dúj "
b"""
\x16 —¯=ê\x1E J\x7F ˜Qü)\n
\x02 U%
"""
b"2LOæÊ‘G¤™ºd)xKml "
b"\x14 Y6+•+CüŠÓk\x18 chœð "
b"á™ÍÃf\x10 CY…–,’h5\x00 ¿ "
b"SÔÒÓ\x12 _KmŽ\x1F\v ¥¥ù-\x10 "
b";ÒH“›‡G¤»g¢ò\x04\x0F ¦© "
b"Rª6@¨3FFžôóÃÕGvI "
b"~ñMº´ÄC „”\x15 U¿¯Jð "
b"ø£¤═BÓEm®\x0F ü÷2hÕÕ "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"_…\t ŒBƒIP¼¤Ûõ\e 6̇ "
b"É\x05 _²d\x0F GM“G‰4ì›8À "
b",ÖÙµÓ@À®\v þšMÏ\x13\x01 "
b"”F©ƒ…«N£§§†ö'ø•à "
b".\x1D z$Ã~MM–²Ýui=%L "
b"\▒ú\x11 Ü■Nëºoí┐gÅ\x10 "
b"¼•ëÆç¤EH«ö=ó²o„œ "
b"T4ô\x16 _\x0E F\f ‰ø\x06 b[Þê7 "
b"“Œ[’%ÚL\x18 —Ú\x16 Ç>YŸÙ "
b"óyÆ·bÑDb…ƒ$óVŽ·g "
b"Î\x15 „\x0E æ3G”¾™\x00\x11 „ô{d "
b"\x14 Š}·¹\x17 Fwšñ9›û\x14 ·I "
b"·T’ˆ±îN\°\x11 -=à-fX "
b"‚þÍ2Ë+AùŽ\x06\x08 G³·ô\x1E "
b">Î\x1D œíªE\x13 ž›ü$¼lñc "
b"ü\x10 Øm\╗D%ë@\x1E T'!,³ "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"""
║îÄ╩$ÒNçå@`¹æ\n
Åç
"""
b"þìŠñK9N1Ž,é†.c'Ù "
b"õ”RŽ–KJ\x0F ºÞáXµmʤ "
b"# ñ·\x17 mAâ‡$5œ±|Il "
b"BêsØ\r TKj‘µýš˜€<ï "
b"}ä:Y'cH¤šC%3îèçƒ "
b"Ú<3\x01 ƒ°NB¦c[.]0CŠ "
b"/\f ù\x03 [=MÔ”Û\x11 øgÆW "
b"ßô£âž\x1D IëµAó®u\x0E _\x05 "
b"Ý^╚°U░Mü»Û╗0#ë┼║ "
b"ªŠe\t S(BØ•\x02 ˜\x12 Á "
b"ÞB›p\x18 ×FЈˆ¦ü\v é‚( "
b"–l©È`VG¡¸\x13\x14 €\x03 Ü'ò "
b"·æºÊ6KGó’0ÊÌ\x13 æ-| "
b"’›Õ>\x18 ŒL婈t5˜î¢¿ "
b"\v N\ÄÖ«N¨¸3\x08 b·(º\x1A "
b"èL‡Ò4;LŒ´2ßÙévT¨ "
b"qý\v 3£-G4ÉW█?7ÿ¦f "
b"\x01 €1צPLp¼–\x11 ïü¥Ë‡ "
b"È\e %S©XJ\x07 šøízÈj(\v "
b"Fi²═4]@ÓÉQ\x1D ÷\x0F ÒGG "
b"Ó\x13 ªfý*Lv®¹Íë]\x19 uc "
b".´\x02\x06 5I®™·‰˜b\x04 ¢ž "
b"\x1E ›'á\x11 ZN\x03 …ð7,\x13 þ—P "
b"db6ebQN\ŒÜÌE£&S "
b"-_ÜéqUIô¨\v ŽÒœl{Ë "
b"¾»û¦ï\x05 @\x1D ž{çéÅ>¦” "
b"\v Å®£p‗Jòƒ\x02 ÃF┼î█\x15 "
b"/è˜Ö¢þM\x1F ÉXe¦%¨¢ "
b"""
\x12 g\f \n
ISDv¤b~ߨ¨¦@
"""
b"×r¶\x01 %ÖO\x15 ›äl\x03 {"\x1F , "
b"±½û\x15 ┴Å@Êó.½u¤╚mã "
b"ê#Pxq\x00 @Ò²ˆ>ß[†¾ˆ "
b"ˆ2„\e XšOÞ¶UmúG%B› "
b"21skGu@6Åû\x1E C¶╚¼ı "
b"iã÷\r þ]H¾°™k-WÝA2 "
b" \x12\x16 ·\x1D ¾G<‚\x07 ‡\x03 n&ƒî "
b"╝wG╠mÂIOüÜ┘âÏÛ9N "
b"ø¯,™,9I>†ä h÷Yñ6 "
b"X³ÐÓZ”O~©ô¢®U\x1D `o "
b".┐6╝]sJwî}ÂD═Å1* "
b"}ÑÜdb\x18 F®¿[Ep+½C¥ "
b"""
Ìp\r ¸oÌA╝ƒüâ\n
z║£\x1A
"""
b"\x12 C‘£r¥GI¸‹Ñè~£'\x06 "
b"¦Ø1¶*3Lv›ÓHz''Î" "
b"þ\x05 £\x0F\x1E |Ic¢Z‰¶ˆþ”ü "
b"""
=ÍC\x17 æŠA»ŽNE€\n
ée+
"""
b"!\x1F ¯¼†ñ@?—QO[ímV "
b"ø£w^xnC-œ\r íû8õÍõ "
b"\x13 4\x03 R~9HÙ‹û-Ü¢"JO "
b"ʦË\e\x15 ùE\x06 ºî”«m«Û/ "
b"\x12\x10 ïs).H4»\x02 Gz ™Zç "
b"\x14 †Œáb¼M<¿Vþ\x07 ½áþ½ "
b"zÖÅL›ãO\x03 ´EÓ\x1D i'íþ "
b"ô,°G"¨B\r ░■ü║Gû\x11 ÷ "
b"”9\x1E TI’J¶ƒWÊ÷2iuÍ "
b"\x13 W&òdÀBt«\x10 ‹<rÔ9\x1E "
b"¤ÈÆëÔID”†»‹ïÈ\x0F x” "
b"y+F\x12 fÍGL®#Vª{*m\x0F "
b"""
Ñ\n
_¤OÊIu¿\x01 OC/\n
QÓ
"""
b"–—\x19\e ÷{IÖ†®\£\pú\v "
b"O\x1A ,ŒZäO«¡¿“@À€˜” "
b"5®▄\x07 k┌OgØ õjAM¬\x02 "
b"Ð$└£ÛÉBýîÔ¯ñƒq\x05 ▓ "
b"¡V¹k(¾E?·8ßÕv¿3\t "
b"úgf[ô\x0E AÒ“:¸çí\x0F\x16\x02 "
b"±„sä\x01 ÆC"¼¤\x00 1õz3o "
b"hþ7™‘øMÕ£wæH1è`í "
b"«æ¿'ì¸O“–o,fgT\x17 } "
b"(g\x1C ýd^A ¢$þ\x02 0d“W "
b"å\x1E á7Ë\r N:‚vg0#©\x04 v "
b"ÏÖÜšõôK;“5GGokˆ¦ "
b"®├ ï&yK\x11 ؽÐB▓f_É "
b"ÓÈì\x16 ╔╗I\x10 ªJ╝âb¢█Ì "
b"|\x14 \Ë:ÐIü¢Äì─ù©\x14\x06 "
b"ÆPCâ\v AC®»│¡ù(,\x07 Ø "
b"┐Ükê¹ÃJÿع¢V¬¸Þ▓ "
b"𲂫âÿKQ¾ y`C´\x04 ` "
b"+É0\x1E \r ¦O³ö\x13 £%áƒç+ "
b"‰í¥œŠ²HQˆ`?á„Kùý "
b"\x1D O÷¾ú6C&ª¬S\x07 —\e U³ "
b"çGïƒVþM¹°\x03 ¶oòå\x06\v "
b"û‚ÝêŠ(L ¤}ÖÃÜöÚS "
b"?%TI\r ™AÇ”»qõ÷dÌÍ "
b"Á%¸╗» OGÀb"ÅN¤ð½ "
b"kP0¦8)Jç°aJí.i5D "
b"tÂ=ï/(BAŠñ`d§}Å\x0E "
b"""
un\x14 a/\n
Dø’š\n
\r ¨\n
\x06 P
"""
b"ñjØ\\ìI.•M”¯tÎ__ "
b"ǰ}E\r ’LÞ©@Û®^kY\x16 "
b"\v X\r M▒»C{Á*µü\x04 _úÏ "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"t\f IÞ\x0E ›D¨‡ßosê¤\v p "
b"ûÏ X\x1D ÖLô¸®Ó®÷€6š "
b"àœd‘U\x14 H)¸\x15 F\x05 óSÞc "
b"""
\x06\x12 @3ZäK ˆ¦\n
%5o\x02 ‹
"""
b"ÙoAŽ@ïNf££,IF\x19 Âo "
b"├Jò+ƒbK>Å┘s║¨°ßÁ "
b"\x17 ¢%^WÉEà║èê\x14 Ø i\x1A "
b"Nê\x08 zž]@’æ›°mF7c "
b"ºæiÅ\x06\x07 @ýüç%a´p╗4 "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"""
*\n
ý\e\x06 ═O\x1C «ÞeØI\x02 É>
"""
b"\x08 M‰`¤|C߇!ä\x04 vkÊ? "
b"¢¡˜ ‚OJ€¦~ôü±…Eq "
b"dúæH˜ÈM\x0F ¯Í0ùëñíŒ "
b"£x£ÓZžM\x10 B3ÖIg "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"ÚUèôŽ,DÊ”=Ñ\x1D iƨ‚ "
b"4,"¹GÔKÓˆBR±â†ºº "
b" \x19 š*¾wOI‡\e gÜÑùO= "
b"ÕW£Ø¬‡H„ƒ[\x1D\x19 ®á`\n "
b"\x00 cÙŸ”øJä¦$]þ2rƒG "
b"D!ûTQ│G┘╣Ű┼¨£d¶ "
b"3#_¡'H@ÿ»\x13 ÍÓ²´¾ "
b"Ä(\x11\x19 °/L\x18 Â?ªØ\x15 └0a "
b"dªM]>ÈH[ƒúËÍ™8ÎA "
b"ƒ5$Ô÷Å@›‘]!pÏâg4 "
b"ÅGnUØJH\v ¼¼ÚYJsMn "
b"\x00 Å6\x16\x1E ÒB´ªædÐä)z3 "
b"n\e Ú™}PE‹¨Õ;Zñ*sÆ "
b"¡ý0&:ŠK߆šÝ÷”Ò7» "
b"ÜF+(\v\x17 IÚ›\x04 ¸|«\x06\x04 H "
b"ŠV83¶ÛFÕŒ´#\x1F ¯³ì¹ "
b";NbgÞ¿G'¼I«8.æ³x "
b"K:\x07 É\x18 „D9¾y|‚¼ù?] "
b"\e §BÀø«N\x14 ¿²ƒ‰f&!\x14 "
b"ðÜ;¡ØéF¼▒í53Üè"i "
b"ù:«ÄýDX®\x05 ‹y¨Õ_@ "
b"‘JÂ4ø'J·¥R_ŽÀz\v ¸ "
b"*À°dVâJóŽÔ W–γ\x14 "
b"Ò\x12 ¿¹ÿnO¸´¢cÂq†™\x0F "
b"""
8…\x11 #ö{D\n
ž³Lƒ§×ÖH
"""
b"ßm¾cË\x1E MŒ‚ލqWx½f "
b"GiÉ[!ºD/úSïh m¯² "
b"╝=Øö\x15\x1C O,Ö\v\x14 ^│╩▀┴ "
b" –ö"éÀM׊:a…ƒ\e £\x1A "
b"C§è3°ýIrºÔ\x07 Õ\x17\x05 ž\e "
b"һ¶R…I\x17 –¸\x7F Ix“\x0E\x13 "
b"V(Z\x19 ¦+L¾¯(\x13 ½¥Žþ\x1C "
b"L™b9,qF\x02 †*‰¹©¼‰‰ "
b"PÒ.Ä\x0F ÀIs¬ÇžÍheE; "
b"¾žnÜa\O-¸\x01 úËXS„) "
b"Ð\x7F ÛK`)Kd›Gf;bK\x17\e "
b"EG▒\x1C ▄|Imì¨\x1D ì2Ë$¹ "
b"b£!v¶¤DÛ¨å\x0E èAPKÅ "
b"Džg‚N[M¦¾²ËŒqg§P "
b"û¿ë╚$øIüáÄøÛ¾\x0E ç¾ "
b"ç—ý™sçOì•”'w\x1E ¯j6 "
b"†k³†Þ\v E\x0F «ªž§DÝêU "
b"\x03 wFg═aCË╗h}\x01 Õ‗ØP "
b"ÒJ0ëh`N6šR\x13 Y²DI\x1A "
b"ïyü\x07 ãJIWƺ\x0E\x7F ┐x2\x07 "
b"X\x10 Vµ¹€C¸¬l[\x1E ÿÀ0” "
b"ý3\x0E\x1A i\x19 H‡“wÐ8\x0E .\x12\x11 "
b"PS\x05 çw\x11 IŒœuBÞe2Þè "
b" ýã\x1F Ï^J\x1C “kÝ`ƒp}) "
b"œS2Ë£ÄO\x0F Œ¬.¨…\x14 ñB "
b"""
\n
U´éTXE²ì&ðI÷·én
"""
b"ü~PÍLüDöí┼½N▒¹n "
b"\x13 z°@$[FAœ]\x19 æ\e UGv "
b"Äç¬\r ┼ïBØ╗úäð\x17 Hµn "
b"d\x1A ìa‚ÿNñ»Ù¥ - ðÇ "
b"+C ´;oO¢¯¿iAƒ¸k© "
b"îÀÐéýDA0ƒ3NϪc‡` "
b"¥g‘ÈþdA—†\x12 üãã52V "
b"yy‰56(LÕ¦ý*ÞWÌ´\x06 "
b"áî{ê\x1F ûN~¦†LÍ,Jþ´ "
b"KÒOë\f rN¬‰\x12 p TÅ\x1C "
b"G¬»\x18 XÝFaªX\x10 ×ðÊ.t "
b"\ë\t Á\x1D\t OÍ„Û\x18 G8ÒЃ "
b"„Ðx“\x14 EG#£çÙãC(ýO "
b"«€ô~\x13 r@²¸Ÿé‡ƒâç, "
b"e\t #$ÒîLX….\x11 Ô¬9ws "
b"\x17 ┐ÏaÉ£GcÁ΃╠þ┼){ "
b"~Rú»2ýLW”?]åü#Ÿû "
b"ÉÓÈ)Ò`H®×p>3F~Î\x07 "
b"¤sƒþ\x1F º@\ìíõT─■Ét "
b"¾\r “‰$&FߊxϽ6% ä "
b"§v…JhDïŸpH\x11 ޳ƒ¹ "
b"Ùÿe\x1C ·XJoøgü\f ú1╚p "
b"ˆ÷ëù\e \Ky¡´áÇ¢ÑÊ' "
b"\x14 NTê\x0E ýK¦ú¾ù¿\x11 ðÉß "
b"n╠█¨║¸EqüÈHí\f ¡ßI "
b"oÒú\x1E K/O\e º°íçÌUj& "
b"ÓYÅ®U)Fƺ\x03 íµÓ┘ðë "
b"å\x18 Àóü®AË┤├íFã\x13 uø "
b"óîQ\x17 'ÏGGÅzs±t\e âá "
b"œ‚”é˜ÞHõšfMŸ\x1C ÷´Å "
b"¹xÇgÝ*Fj¯\x1A x\x0E ¯\x1F Öœ "
b"ÌÃ\x16 ]‹gK‚ŠzœüH2QU "
b"Å™\x01 âæ1LA²öi}\x0E\f\x11 7 "
b"è!Ó·ü▀MKƒ5E\x05 úD?1 "
b"·üc>p9Fjâ┬'xè└]( "
b"F¤$®/ Jº‡‰\x16 m€aà "
b"JÈ\x1F\x7F 1\x06 N{óH5D\x06 Å\e a "
b"¦¹óá\x01 ¦B’«&\x04 R_âo "
b"Å„>ð\x0F ½B˜¶ˆ¹5Kðq\x08 "
b"6\x19 ,UËÍC<¸Só ׇ\x08 S "
b"=¸îÿ‗\x17 Kìé´£┬î┤\x00 $ "
b"“\x17 ¢”•ÄOÿ’áêâž#Çã "
b"‘€´bpèMí–\x06 —·\x7F s\f ' "
b"F¾ÐíæòMˆ©’ÀæGF“Ê "
b"÷\x00 ÌøÑ›Læšwm+Ž\x03 ü¿ "
b"\x04 æø=¢FB\x08 ƒ!Ê\x02 ?a#š "
b"ãÈz\x04 •IIó¢s¥6¼\Z} "
b"më€p!)HÅ€hiÝL8ç "
b"""
\n
\x03 |ìo/I\x08 ƒÀìÇ4…\x19 h
"""
b"\x02 Á░╠âıK*ñþàì:îG▄ "
b"2¥Ãí8[HüòÜhƒpn\x06 ^ "
b"àXYÇ®ÂOâ¤få—ÆüLñ "
b"i؈¦ºyEÉ€\x18 Á_;'º' "
b"╣»O²└çKÉÿ×°»JÐ[ "
b"ÐK©¬º9Nuüt&¸▀èUp "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"4¾w\x17 ╝\x18 I╦╝Øbè\x12 Ù¢Ç "
b",{åÀ\x05 ÉH”™y·\x13 $OäÊ "
b"•Óq@t\x08 L;¦‚îùM|‹… "
b"\r dŸ€Ø‚B®²å³\x17 6J£× "
b"*-Ä8S\x1D Kj™w½µÕFïo "
b"\x17 wðòr~Hj…\x16 Zð˜?-Ï "
b"Y_E&nÅD~ \x14 ¡d]\x04 3î "
b"\x14 Ö\x11 Ð¥\x0E B ´g¡ÂÑ\x05 ® "
b"9î\x01 ú\x10 eC;àÉàÒ³ä\f X "
b"¥¼-ÄO\x07 C=©\x05 ö\x17\x1D œ°\x1F "
b"¨?Õ\v l´Ao«=÷–!|ÄQ "
b"GÉ=~\n \x00 Dá„d\x05 úQ×OÖ "
b"\x0E ╚Õ:{ÉJsì<ËîpÆXV "
b"¶┴Ø3ñ7O ©\x1F\x0E o\x11 ÓQ\x06 "
b"ia…ÈøCHt®}O\x02 Y¢\v | "
b"\x05 ¾╦Õ┴D@\t ì¿`ùLtÉ\x11 "
b"˜/ßÌ\x11 ”B\x07 ©^Ò¯£~¤Ò "
b"¬╦Å̪óIßï\x0E ÎB9Í┴ "
b"«†r_ýôHBƒÖ\x08 šU¶A{ "
b"Éë)äý.D7 W(UÚÊ5N "
b"ıU¥y±(M\x01 Ø\x0F ║é\x1A ¥âZ "
b"à'¹rM└KhÉ@£OVÁR\x10 "
b"È;ì█\x12 âJ\x7F ¼F\x1D Ýe¾‗< "
b"êrÂÖ\x16 7C£ªÛý›søOÇ "
b"[Kˆ2€{HG›î\JjN6Œ "
b"ÇYÉá óF├ç«ò~÷$\x15\v "
b"÷!Ùäú?IÒ‘°!\x1C\x0F I×ê "
b"Çe@\r ß4D5½9\f ¢8NÕ\e "
b"""
-\n
MÂg\x05 H▄ª├ë±\x1E ('ì
"""
b"▄ú4\v ì2J+▒õ┬│ />e "
b"cUz‗-üGÚòe<\x1D »\x16 û¨ "
b"ù5Þ\x11 ]]C¬–k\x10 žÏ5Ôõ "
b"Y«|éÉÔO7äê║j1\x14 _┼ "
b"mÞabáDB “óˆ^\x1D “®z "
b"ñAðñ—cJû”k{kšPv\x18 "
b"\x0E c\x19 ┼:LL*ÉÅn\x1A ╦\x1A (P "
b"\x01 ˜Ì_îÝrå½Fš\x1D\x15 aõ\t "
b"°Ì‹±ÝŽ@Hœ\x13 Žâ*–u– "
b"€á±EWTLú{Õçhb\x02 s "
b"\x10 ™\v 4r”L"™\x01 C\v 6Ä´¬ "
b"¤±ì¢ÙÜIÍŠ¶2™•°¦¬ "
b"Ã\x12 €\x19 ÌNöˆ'\x08 ¦6vªþ "
b"«šßFngDŬØ:çáy€õ "
b"ù\x05 Æ–ürE:’Ú\x7F\t ®5\x1A u "
b"?ê\x01 WbÇJÓê\x1D\x15 ü┬)ú╔ "
b"s&#è¹½L¢´ýi õÿÙ´ "
b"¸-M…)ŽJ]©U¸\f ¡V{\x13 "
b"Ëy麴Ž@ä†`Ò\°\e Á\x11 "
b"yÅc§0\x02 G\x16 Â7(\x13 y'Ñw "
b"Ì.\f —:¶J™¨¤Ã6‹y\x0F æ "
b";K™}míA~¦FvTù;QŽ "
b"¥ûAo6–Ha‘Ìdb‰÷j\x1A "
b"\x06 ºÅý\x04\x01 HÜ´ñĹ@Î^$ "
b"tPÖ‰\x15 ÀJï’iFl\x03\x00 JŽ "
b"À=ü×Ü\x01 D\x7F £©\x06 gúÑ\x01 2 "
b"813\v Ù<G2Žû!˜Â!Úå "
b"på/Ô’:B‘ž•‚˜\x02 MÍó "
b"\x1C †wœIjB\x06 †ù¼\x1E Ž~¬‹ "
b"[l7û„ÈC¶–™å\x00 ò£Zõ "
b"¥ˆZ×áËK\x00 ½;ß\x1D ɉž@ "
b"""
b:ý\n
´FN&†2âÆ½¬új
"""
b"·w} \x00 ÔI\x03 ªŠƒ.\x17\x12 Û” "
b"ã$â\x7F /ÃFð€©‰P‹Å\\x16 "
b"ê(m6┤õD\x17 ç\x0F bÍÉǯ^ "
b"Gë\x1A 4ã†G ‘á30ƒ\G) "
b"ï{JÁ\x0E\x10 @\f ¸ñ$#ã\x1E ¥Ò "
b"Éı©ÉÖoFjÖõJ\x06 Å.^u "
b"ʈÙý\x16 •I.¯'§›“UÁ• "
b">ÍJ\"ªD¥»uÜÕªl;ô "
b"wqÆ\x07 ¸MC7J\x02 Í<PÇÝ "
b"a\x1E\f ¨\x13 øO+É\x06 o¹▒E\x12 l "
b"""
\n
´█Ù\x11 dMQë╦═hÎ?Å╗
"""
b"¯│┼▓├¬L\áWüAkæ\x02 M "
b"ǶT¯™>Nγ4¨\x1D\x19 ö‡õ "
b"48~[¬LD\x03 ŒqÒ'ãî\x07 Ï "
b"+Åþ\x1D i®EÏâ%û\x0F ð×\x07 R "
b"ueÁ\x1C ║üM\x1C ╝ÌXòýÀý╝ "
b"uÚ\x02 å0{M}»Ž$4\x14 Þaè "
b"\v b]ä\x01\v EÄ¥.(œÉñ¦R "
b"\x04 µ┤Ü╣╠C╗êÅuÍ▓\t ×┴ "
b"Ì\x06 Å`VRLl¡FL÷$«\x1F ┐ "
b"ÝÃâ╠─ÜB4Â║¼ì\x06 ┌ì┤ "
b"MHt‘Á˜O‘ŽE÷Y¦q·x "
b"O▓!jåK<Å$<Ífi\x0F E "
b"xô─└èzN®ÜØúåu\x1A Ô1 "
b"ôÖ\e îÝIX‘é俺ðJ\n "
b"\e ˜èÁ~ÊMb§èD˜~\x00 ûn "
b"h96üpÌB─×ˤ┐\x12 Þçx "
b"°ƒ®ì╗\x17 Jxÿ\x00 ìP\x06 sËû "
b"ZkŠQy$Dð¦Ó¸ I´Gê "
b"|\x13\x15 Xz*B·Ø▓ËÄ0J£Ì "
b"¹¢ÃãQÈFã•#†L7¾å\x1A "
b"‰\x14 r@t\x03 B•ˆ’,¯°¨£\x05 "
b"\x14\f œò\x04 ¥KȈÈÃj\x1E 3‰F "
b"&׉–è¬J§¡IN'VgðN "
b"ˆÅoUdæDߘf%€\x0F Ï!ú "
b"\e\x10 š´\e LGâ°[é\t ¨r~3 "
b"\x13 ,\x19 ”³Há—:\x02 &¥(d¿ "
b"d3R\e vîG\x05 «fDû2¿}w "
b"»Ó\x06\x10\x06 ¦G†Ž£0¶„…u[ "
b"Rü¿C¾ïM6›ïY½\x03 hý\x10 "
b"ŠÊ)sQ\x04 CÑ4Àì\x18 Ë\x1F\x7F "
b"ªc¸çt$J£¬£uÎè;\x18 ¦ "
b"¼Ž,”Ù)Eû›\v\x13 ¢Ñ\x01 ûž "
b"iÆ=èìÕKÚôXD¤\x1A ß!ú "
b"ˆ#-ôÃ?K\x17 ¥\x0F q¢ÑàŒA "
b"`╔Å¿¶\x7F Eƒ©²&üÁë\x16 ö "
b"=\x1F î¢\t ?B ·i–ã¡OûI "
b"#ü~,N©AƒÉ├©\x00 cø\e Á "
b"\x06 Sè`¦´HÃÑ<åÄÉP_N "
b"DtV\x02 r«Ig‘ÕNøI˜ðZ "
b"\x03 j&»¾KO\x01 ®¨\r 9»ÉÈm "
b"£Ú\x1A Q \x0F I1»Žx¹í²pm "
b"Hñˆ\x00 €ûN}¼¶›ÀØZV« "
b"PR#š«lE-«éô\x02 ãÌØ¶ "
b"{L»·║ðMMɶ\x12 Ö^]\x07 É "
b" x!£\x19 ¡Mø‘±ÚRËc;Õ "
b"\x06 &aÑRÐJÝ£g\x14 ªÉ¡«F "
b"é૥Ť@\x14 ‚\x05 ŸD\x1C •œ\x05 "
b":³\x15\e TDD©»a\x01\x11 uÔ\x07 Ú "
b"\x0E ”®B²éF$·@\x10 Dt?¡ò "
b"Y\x01 àÆ;\x02 O •Oå…Ю\x08 _ "
b"\x1E VIH¦:Jª·\'\x10 v›É\x19 "
b"Ý6║Ï\!Eæü\îïôeæ{ "
b"A»y•\x1D ZC.‰zþÎÎ~G¹ "
b"\x7F š›´äVGø´\x0E äÒHVq\r "
b"Þ?ú\x06 S\x1C D¹Œ2Ÿý:F• "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b")jP┼*ëB╔Ø╝█ñ\x01 È?O "
b"ys8PòøJ©´-\x1C a¨ˆ?¨ "
b"ÄË«È\x18 `L¾”&3®ýwz¦ "
b"\x01 ˜Ì`cˆp\t ®é™5ü\x07 x| "
b"\x01 ˜Ì_Ï£r†„X°\x13 tEæ\x1C "
b"\x7F i ¿‹«F\x00 °DtÁ7n’Ô "
b"65üÇ|NDj©+¼®Í£¡\x02 "
b"D\x1A ë»AôI\e Å\x1F ßãé\x02\x12\x11 "
b"░\x16 ┌+X└J▄쫨╝u\x03 F╦ "
b"çíÔk\x1E C<ƒÍö£à´ŒL "
b"ŽVÔ6\x18 VHe—±¥æÓÚ†P "
b" \x06 £ê€JOöš\x07 pÚl›\x15 , "
b"¬‚\x1C &K‡@ô´©åoÓ%Æ` "
b"¿\x16 ·Ù;ñL\x0F Ødø\x1D ║7\t ) "
b"«\x1A WeY»A=”˜zØ:9Åò "
b"Yü5▓¡\x05 Kıæ+i\)Âîz "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"Bg‹ëºXM\x12 ¶CçÑÓk½Ú "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"Ñ\e\x1E └²@¿ðÈæ\x1F 9ü; "
b"ÿ\ªu\x0E ZNÖµ4K²a_YÛ "
b".\e ó¢\f ÔMn¹Ê²\x19 ¬Ýx< "
b"M\x19 Õ¨\x14 %A¼‰\x1D\x0E\x11 Ú\x03 ˜Q "
b";þ\x1D ]\r ¤L»╗\x02 )ÀWÙíì "
b"Å\x15 -\x08 €'O:‘ßaÝ,ðí5 "
b"´,àÀ zJpîÉ┼´k┼8× "
b"ÜÑWšWïBé÷kšü¢\v Ù "
b"ì\x14 6Ú\x1E LO\x03 »\t +!Œ§Œ² "
b"sávªâÙEã¢ñY\e\x18 ÷•ê "
b"j\x0E P«[ÐF\x14 Ž7CÑ%alë "
b"\x1D ØÈu\x0E ┤BõçDô¦Gÿð0 "
b"»~"ÊNõA(É╚î5y¹Í9 "
b"?#Œ"žæFŸ¡+;cJƒl\x1E "
b"-\t 6RA1BߴމMµ=ª& "
b"PÖ¸º3▀Nûô─¼lî│·Ø "
b"òÁõ(¯À@?âE6└%ع¦ "
b"""
lñ ¦l\x1D D\n
´³ò\x11 Ê^Ôç
"""
b"=¿┐\x19 j;IÇÅ╬&e,╠ı╣ "
b"-3Å`¿bK\x08 á░vª¢®¢ë "
b"\x0E „`z÷XA¨¯’BáBÓ,\e "
b"\x02 õ7m´ÜD\x7F §žk”K-\\e "
b"ªÝ\x01 tÉECPö╗9=S!e¤ "
b"R! /„€DV«áÞ6ï)R¼ "
b"ß7a‘æ{FÓ³‹_GtÞ\x02 $ "
b"G┐░ÇYxC╚ÖØ\x13 Ò%G▒ÿ "
b"""
†[S·„\n
E\x11 —\x0F –™ê|a4
"""
b"åiß%░\x04 A\x12 ô\t -ب┐4┼ "
b"\x1F ¦žÝª¿Mõ—\x1E #²Ç\x18 ÕÝ "
b"0Æ\x19 ¦M\x18 B■ÅÇ\x7F ñCJÊ╦ "
b"╚ÖèÚMØHØ╗Q4▒îo_┤ "
b"Ÿ\x06 ôÏU'@7ÕÖ‹,%\t † "
b"hÜaTZ£O<¥\x0F Ã\r i|ù& "
b"\x07 è\x05 LZGø®øç×2E\x1F ÷ "
b"""
Ü"\e ÄaîC›ˆñªv~\n
„\x18
"""
b"üá\r \x03 ù─@ø½ÄÙ\x19 ╣\x15 û╠ "
]
SELECT
`product` . `id` ,
`product` . `product_number` ,
`product` . `auto_increment`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
)
)
AND (
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
GROUP BY
`product` . `id`
Copy
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x8BD65A8FAD6245BC867628F1A69B3CE9 , 0x2FB6517F82A04711A1771C9B484111E2 , 0xDCB8543623994D25A660974430987A4F , 0xA04028C7174D47188E03F3039EFC91BC , 0x88BCF3C46A49400DA3995ABF847D8C5D , 0xE1A013FD4EFD430DB67448B9B34351A7 , 0x79A78600519F4258B5E4F557194B2443 , 0x727519E5EA9945BCB38556C786B0462F , 0xEB322FA731B6473DA5E4510D80AF8994 , 0x4717B782D81F4AC9B1F38BA0DC75F742 , 0xF63B30C4433F41FA918E808F059989CA , 0xF6CFE19E39E74358AAA0D97D3E8D34C8 , 0x312ABB438A8545BC9ADFF97C49DC5535 , 0xB842E53BD9334206ACEC3CB3F9DEA93C , 0x76FE52880DF54B2F929B6A30205355A9 , 0xDF6258B4B02845A592C304FE986AE052 , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0xA33903F981914C079418471C6B7549E8 , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0x4570100A52C74FB0B920361946661659 , 0xBE2A8B5796AD4E87B0DCA06D554DB6F7 , 0xFC48A8E93EA141E181C1A596FE6D051E , 0x66CFB21A9FB04393A95EF36481DFE290 , 0x1AD29F6871E2430EA8C818CF58A2DB2D , 0x2251F5AB58704679A4355FE1ED0FFF18 , 0x569267B6667645A791316218C4F646ED , 0xE1813D1953C34D33B0D9B27ED5873886 , 0x24B02B0793934E648671FB2529FF3C2D , 0x3BB7EBBD9F144E5A8437F006568BB854 , 0x845111537C5943AE95F498C4E2BF53DF , 0xC319CA29CDC142D584C7B6127311BC67 , 0x6E4A90D17F5245C2A77F76E60569A1C7 , 0xAF04851046CF41D5BEE33137CF5593A6 , 0x3722FE146FC24976887807D1D7F26600 , 0xCE3981BD83B64FD8AFEA57C28BD8246E , 0xBD23FB224162498494B6D28D4D146CE4 , 0x4A2520F301244FC4938292D3C6EFB7DE , 0x1CBE00765D0746CC97D750398CDEE081 , 0xDE5DA57142BD48BAA95EE550D3C0F8F9 , 0xE51450AA60FC4B9AB5749451E5B9FD35 , 0x3586BAA2490B4595A40CB4454BA7EF72 , 0x7921ADD9108248B28592C1C45E474697 , 0x6D6EC921BFB541D7B9C5AF4A349E15AF , 0xB49352C4C9EE4CCEA81C1CD8447B8B60 , 0x5FEF0BA56ECF4DADBB7A958FF26ED5B9 , 0x61A035DBE1B94B8CA98D62F3C176EEB7 , 0x4B0485E3974B48058B92B37F4E8A8ABE , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0x7C4A7C48062C4A278354F53DF305DFC0 , 0xA98C66392C6E4C9187F118B80267894D , 0x88ADECDDCB95437497F05284ED3B0E66 , 0xC810C313FA96425FB90E8BEABEF852A4 , 0x84C073C6200B4139982FF1FE5AF38A61 , 0x7F5C92811BA94B0B81185CF6C0BB4643 , 0x58EEABFB540141F29437C69620ECAFB9 , 0xDDDBB7778D9C4BC9B8FA7145F16C012F , 0x109A40BD85D0489AA2B0BA18B0CE4B99 , 0x85916D3C3CD847F7B4FBBC02ACB5704D , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0x86EBE79EA34F4082B5C548D59851BD91 , 0x8ACFB590313548F2951202180595CEF1 , 0xA8D998D62291426F9C4D23682CC1A96F , 0xC2F9E1A9CEF6409B97DFA5E31D7FF15E , 0x41DDC22565CA44F6A5CDE132C7B48943 , 0x4326D86DA86B4A9FAE14BA2464873114 , 0x96A9109F6D9D4332BE2261EC9AF3DA31 , 0x7B2C8C847B424D4E9622CF72F5A3A189 , 0xA7A0D11D3F0C4E01A250D00E5A63E921 , 0x1B2460577BBD480FAC7A7C2735D82AD8 , 0x155C1A69F6BC49819758E902E5FABCC5 , 0x135D7E3A28F048EC90FE4C0F9CF250D1 , 0x3CB2766BDCB844C28B29E352AF0DC82F , 0x19BA3CE15C6E4982A08381F11318184A , 0x76E51AF65D024E0089DBA40C450C302A , 0xFE1287214E5E4282875F650321BB84BD , 0x4049F47D6A184BB785D8F6F563846268 , 0x6D2C2C3D092B45C69258AE58C834C910 , 0x78EF6CE488B546DBA1AFEC66D499D99F , 0xAB85030B022F4B3D90F8532E1084999C , 0x45A8AF00865F41389ADE5EB41A8413D0 , 0xD235BF8B535E45E0A3927FC200C87B6C , 0xB443160B2762407D8A345DC10F5610C9 , 0x041F4976FCD7409A8B95FBF4D550DCD8 , 0x27BF42012FDC42E7BDAB23A2AF7892A0 , 0x41428532E90041CEAA778625072128FB , 0xAA1A6A7E4A774C46B3ABE3658507B904 , 0x92AA9F08AF494AB280017AFBFE8D803D , 0xFF9921076D0D4A8792594519B9DFB853 , 0x3B95A46B94B64A34A73DB8CFE48F4043 , 0x1A0EA0822C684DF5AFC96A92A10D92E1 , 0x5276806FBA574AC9B0AE386F19AC448E , 0xA171925654854439A4EBA695469852B9 , 0x56022887FE7A49FF8EA9F93435181F8A , 0x6664E6D53A6C4CCFB3157EACFEC07D13 , 0xBC1B49CFC17A42158C7A256216A23887 , 0xC75DDCC1856E4BD0AFD7050D0FB3EEC2 , 0x9B1994E8538540A3A5C1EB9EF58507A2 , 0xE7DBAF220072456490669BDEE6FE51D8 , 0x51321185E9AF496B8F9FD8EACCF97C8C , 0xE135FDDD87FB4ABE88410F568A74AE4C , 0xB1B4428E633D4724B61D655372F78011 , 0x751EEFD09DA3439CBEB54AC5D6276F81 , 0x106950DAA9DB47FE8C6A495EF55870CB , 0x02732857E2C64B47BAE0E1BC815003E3 , 0x994E504D89DE4FF4B396B33D0C799F60 , 0xD97333CA46504A8389743BADBC47D068 , 0xA8DE85E768E64B2B823BE970F3DB151F , 0xCC7F17B545B443259D7B3B91BDB635E9 , 0xF455820EB3CA4E6EAB563129FF20AD06 , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0x4BDC3A735B574E4798800961E9BDE244 , 0x3D6B1CFB4F144D278698B021D5A5C7D2 , 0xC27BAAE030B24503A0FF987A31964152 , 0xEB292FB40EA24F639C128B639875CF19 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0x608264459D25422A82448E83867586F9 , 0x460D78E25A3944008501B3DFFC513CF8 , 0xFC34770B724642068972D447B99EDD28 , 0xF399BC56D5A8444CA152AB9AD701AB7A , 0x62CF993A9EDC44E5807CDE94D4272F90 , 0x98AC6AE3B69A4F7DA6AAAF38828D22FF , 0x1A2701056E494DA8BE6224A50640F697 , 0x43F9FF34ACA14F3DB847ADA22F3DD3F5 , 0xB314AFCE111A4F908B75F1249A9FD742 , 0x2E7F0699E4FA4C33AE0D9D9CA45DD81D , 0x1D94703EFD5F48DB886A256EDF6EC311 , 0x9D45DBEBAA394A83B9E19D5EE499CEE3 , 0x5D16A217D80D4FC6AA95E05EC2ABAE82 , 0x280E52E434C74A258EF4A0DDAB24374A , 0x7D56D321D6834A24A35114BDC9A75ECA , 0xA6369D9A94F042908A7ECA045FBBF3F6 , 0x84372B86334148F3AE46134FA052F758 , 0x63D1E86D1438476EB79574F43B486163 , 0x0C8E2366EDDE4F4D8BE1EB3C8409C696 , 0x984C4DCEF99E4C4E98FEC5CD5A4F08D3 , 0x9B06BCD6C42D4C09AEEFC14694F43AFF , 0x6EBD9242A70345F08BE5C01C1ADBBEFE , 0xF495CE30E6864DEA9B64BEC20E41EFD7 , 0xE33300E6D1BD4D7C9EA39B6547C16779 , 0x230B840BDD1B4FFF97E6704671C4D376 , 0x85704D37E04A4D3381B7D0A22044BA3B , 0x14DFE87212FC47CC8B6925E178B42523 , 0x8BD323FFC75B41F7912AD63024C60DA9 , 0x2B75BE671F384348A1851F946AC58F07 , 0x8A50041C8F5F4F738F738BDB51C4BBEC , 0xF45F10515A464805A8B628D48915D5E1 , 0xBA6462E1CE9D4920B1D4443BF5B4B453 , 0x544D3E8CA79F41228D75B82E938E4AC4 , 0xD078894672BF41F9BBAFF5896E4A7B6A , 0xC888499D087845C09A1CF5F28486167E , 0x0E2D83BD6EDE4B7EAEE72C04239FB5C1 , 0x7909112A58E74515BB2D4D013C3FC975 , 0x10896259C828421DAF47D56064FADFC6 , 0xA98457D1771D47EE927F9AF5438D5F84 , 0x2506093F531C4D5CA99231A35DEDE93B , 0xB64E0537F99F4A7C83CAD1BFD3253C64 , 0x862571E3C55A428FAC5EAB74DBD61897 , 0x275034EAA61B4CC6BABF70C3ED9B92E1 , 0xEA1773B8A24140E5B9C2A4B914E8D88A , 0xA448B8CC30214970B264F10C54275C9D , 0xF1CED8AEFE0443D9AF81784C6CE1032F , 0xEEF7911A58024E20B54A020FD95B7EDD , 0xACB3F7093A414799AC661DBEF3819AFA , 0x2544A9AECC2C41AD9F62EE8800A3E769 , 0x65D37E8611A24D6A81A53A335F092210 , 0xDBB51805DB4544079EDFAA7D7D5829CE , 0xB7F5511666E04CB3B03195412CACB7AD , 0x237B2C0438794EC1BE223643574DB8F4 , 0x54707E283B0A438092E0855415C7B52F , 0x42E42B1A5F27496E90CC98492A4BCADA , 0xCBCD83969A784F79A80CF7C950700D16 , 0x357167462CB84C11A83F9DBF3D133AD1 , 0x421E0125515549D783D3DFB4B7666E7A , 0x586A9BCFAC4D47E080F97E0A43033427 , 0xCB81079A60354F30959CBDB3AA20C15C , 0xC168F170F78245F9830EEDEFE836F4D6 , 0xBB73E0F0EFD848D3B20FD423926D7D4C , 0x49D8693168BD4E9A9D8526BFB6CECBFB , 0x6CDEF64739CC4401BFBFE1AB2BF4D500 , 0x1271521BE681470489B9C785C885DCEB , 0xCD55ED42A2A242EAA767E455F182080D , 0xE01FE72D00B34200B0E4573A796E182F , 0xF05F341E05C44A0C9A354FBBA42F62EA , 0x0BB5FFA4D2224B9F87A1CEE5F7555C52 , 0x00EA126EBB17414B8DE28B8ADB8B7C9F , 0x6B6D3D49ECB3467DA2F9640400898AA1 , 0xEAB6E4F9B7FC411DB531E7BC6E2F22FC , 0x052AD23004FE4012B75332A0FF505CE5 , 0xB9613E9D318D4A2490B77F4C100B38F4 , 0x7058AA98626743D6B2ED5E302E40DCC4 , 0x8FEC631B396B4A3FA79271B59C6EF5D1 , 0xBB8CDB1BEE7B4FC8A717B8B60BD469FE , 0x5FD273192E4B407C959CD1016ECBD732 , 0xCEDD7C984EEB499299B6D4573FBDD3A6 , 0x9E76DD71B96C476692E0B7348269EDBA , 0xDCD7461704144558B1A1ABDB027F9D62 , 0xBCCAAB926EDD442CAFAFF10D5270839A , 0x97F18795E20D4C2F8774C4CBDD3978DE , 0xEC84DA16DE1045BCA17205CB65831F83 , 0x4F56157420FF488C883529AA0A7A1599 , 0x6A8837AC4D704C26AD0ED946ABB62E8D , 0x7594BA16A2D54227A275724DF17A628F , 0x039F8EDB25AB462C81651097939933EE , 0x2A8DE543FB784CA18D65B3C84D3566CF , 0xBBEF7BDB2D744ACF81EAE3970D68282E , 0xD89A493AA3F64A4982C9E5FB8256A410 , 0x32D4EDC58CA447238C215887CE9FC3D9 , 0xA97ED38A1DEA4A468ABAF22A2BD29D5B , 0x14BA7107CA354D8EB0E1ED6931811E7B , 0x84E42DEDEC91491382903999F6698637 , 0x174D238072E3464493D05A36977B1B36 , 0x0EDC32B246124DA4ADA5B79F4160AA30 , 0x33E6B8DF73D5462599AACD9CA46102D3 , 0x02912B77F6184878852A362C488E1DF5 , 0x5D0D7F3C465E441EB6D025378751CB65 , 0x5C051ED822044BC5B51D6F2017A40C1F , 0x114CF43958F74D33A1B812230108EA4C , 0x83BA19C48ACD4185BED88A42FAD2A202 , 0x6FC107D6A1E249129CC62E39BD3DB5B3 , 0x447DB92BC6984313AC1464B59A54640B , 0x1A8C7647531A4A04938DE9AAA4578AFE , 0xB6CF89949E2B43A58853CEFEA9E1C9AF , 0x7C047B09BE704920AD70722D9CBBAED1 , 0x6BA8701D82B74AAE8BEA3098CF77A776 , 0x928979BCFBC04BA593BE753DEBBE5247 , 0xEEFB9EA2CF4845A7A2A08692ACF1467D , 0x0DD823FD144549AFBFBF6F88B415A87C , 0x6DA3A31794E243D6B45B2F899F60EC5C , 0xC98AE1E439B846CAA2E091677D440BAD , 0xA7B8AEF0AB1343DBBD3704346592EC6A , 0x79B87747C5014C518AF1D3EE5E69F67A , 0x05E28F2B3BC44D5FBEF6709AC203F1EF , 0x8F1332EB43334D159175A80ED6E45057 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x5F27C2AF01EA401594A8FEEF9FDEA4D9 , 0x513AB9793DD541E6A6DFF9033F99756F , 0x48D3F5FF2E40448EA76EEFADD0EFE5AC , 0xF82BF58D3653461DBF3748014E59396C , 0x2105912A047046A7A39840D218BA2B09 , 0xFCCE822312EF4A36A961BA9BEFD85DCC , 0xFBD207A1CFAD466AB47B6CBD239FABB7 , 0x7CA91AE8EC9E44C78E4E05B4BF830BFB , 0x6D97048B3A1848E5984259D145C64EA9 , 0x841BA378974347D7B56C89090B2E56F8 , 0x2B4B91A7F52D493FBB884C16111FDC0E , 0x3186921E2AD3458BBDF0CE46A2E5D4F4 , 0x4A5521C0A1F04F648418D834BC420E4D , 0xFF99C8AFF36B44EAB0E1CE60A3CCD39B , 0x978648C238AF48D3B655595F0883865A , 0xDF818B09A3DE4776BD25CA68597F38F2 , 0x8D35F0C6664C405396CC9D071B872140 , 0xBE337E962BD3418898B739E0EDD8ACD7 , 0xC162C9513B1D42508C4D49B47FB4DC71 , 0x13B55EACE8F74F00AF6A65BB62BFEB26 , 0xC7C27C6EB6D54599839A560978452979 , 0x0A99B6A5C4BB4330B86A27E7806A07B3 , 0xEF8084123F7144429B7CC81E25B8A52A , 0x733DC7A320C14ED7886044B15249CA98 , 0x73A01E43B848489AAC44A6A2BC35CDA9 , 0x6FDE9D4160C74A51869B5A8ED920727F , 0xA34622AB31BE463E9F44F6E19A33C6D1 , 0x6FD20F7517C2481FBE9560B3A1A76E85 , 0x74DF2613A93D47BF8EC49DCF8FA2D7E7 , 0x1A096B4B5DB44452AF48B4F0BA886F80 , 0x9659D0BBD47446B6A2F602282A3D02B0 , 0x698B242FFD0D43AE8D99BA191C712C14 , 0x768D37AA6D264DC0AE33E575ABE651B5 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x3ECBF73D96F74EA3B1DCBA6084F8AE86 , 0x30FFA71C47094DF2A90EC7D8EDC613B1 , 0x635CEF6A9FF847C6813814AE912DB673 , 0xCCE237728C9A443095D5ACAC2558CA2B , 0xB5E72F08E07D4CB4A814320CE87EDA7A , 0xC6DC8BEA9C234666BC039E76421DCB6F , 0xE41EF68F48C246CC9A5DFE9C5837FA25 , 0x76780D8D04184BC0BA1179CDB80B8DE7 , 0x9CAB6EC7917A46A0A43B9E43D461E932 , 0xD9E7B8AF14604F3E835338893674D231 , 0x962F3333F2A14C608F1B3447A66D892C , 0xF4763313AF9B4394B002C5871049C7A2 , 0xE4E34A65F4554180BD323A0EF9F965CF , 0x6298E5B8FF304BF9B417A962245263CF , 0x2AD26B5FF62045ACB018CB7277519911 , 0x8DAD35F03E18430EAFDC0BB50FA9F232 , 0x30ED195C93B7467A9187F07773889A9F , 0xFBBCF2CD54AF48A9ACE8A27417C61136 , 0x0A38581650A342BB97478E5552350B97 , 0x7C3AD044A851497D947245B9D0295EEF , 0x96D02E6C52B74AF38E379978CF37882F , 0xEB3085298F0F4B918439A11B273F3D25 , 0x8DFD9638F43248689E4712E6955BB5CE , 0xA99552F6420149FE9B6FE71F1EB223C3 , 0xA498EE6DF1B44DB187FBD16578C217BE , 0x8CAE9449817A436899527A696B3022EE , 0x4A0481CF2837415F994A26DB302D9CF1 , 0xA26A3419085746DFA76279498A8D72F2 , 0x9F6512456E9B4FE285D2ABA81E5473E3 , 0x538180B1E5DC494AB00296A41774ADE6 , 0xE4ED22BAB5CD4EBBB60C1EB917BB47DC , 0x2D19AD67757D4DD29AA16785A3791B64 , 0xCBA7F096F5AE48B692612D03D7069498 , 0xAFE1670F53F542FD88A2B2292CFF3879 , 0xA7A094EE62F44750BFC093AE90C76368 , 0x1DCB7AFF5A5B497C9B01240F8113D932 , 0x459A91C944234B618165897E3B6B21BD , 0x12C6CF175D2E415F9202F26F7F5EA267 , 0x29424506F7C34F70A500C369ECDEA554 , 0x1A466C5E3BA34FD7802DBFAC2EE83B9E , 0xC143635479BB4DD0AB2F2B45EFF29906 , 0xE01B91D84AEF44D786D1791749AF22ED , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0xDE7DB8BBFD394D309BC002847CF993F4 , 0xFCB0627FCA0843E9BABF49DDB79D9B17 , 0xEF924DC6BCA34388938555DB649B58BD , 0xDE4CD79D81134C22A68A74A7E8220F2A , 0x597F981BAD274259A07E5EB0D1C2358C , 0x1EB4B1948D554F13AFF7FFB200CC75AD , 0x18D3ECC2C1664DC3BF49FC96EAA5325F , 0x4F06787BBCD54814886185EA513B15A2 , 0x47CDC669A0D341C798B16ED43D73DBFA , 0xCAF5ED4DB8F745B5805F24EF6E7DFA08 , 0x478A78759BB54A75B5AEF6F9AC966465 , 0xCFB2354511CD492891543E589D6F219B , 0x915AF89899584C569006967EAAE9EB79 , 0x1582C38C41E44F7985FEB2F52244FA6A , 0x1697AF3DEA1E4A7F9851FC290A025525 , 0x324C4FE6CA9147A499BA6429784B6D6C , 0x1459362B952B43FC8AD36B1863689CF0 , 0xE199CDC36610435985962C92683500BF , 0x53D4D2D3125F4B6D8E1F0BA5A5F92D10 , 0x3BD248939B8747A4BB67A2F2040FA6A9 , 0x52AA3640A83346469EF4F3C3D5477649 , 0x7EF14DBAB4C443A084941555BFAF4AF0 , 0x9B9CCFCD42E0456DA90F81F63268E5E5 , 0x7A768155A21E446DB594B41749495D52 , 0x5F85098C42834950BCA4DBF51B36CC87 , 0xC9055FB2640F474D93478934EC9B38C0 , 0x2CD6ADD9B5D340C0AE0BFE9A4DCF1301 , 0x9446A98385AB4EA3A7A786F627F895E0 , 0x2E1D7A24C37E4D4D96B2DD75693D254C , 0x5CB1A3119AFE4E89B6A76FA1BF678F10 , 0xBC95EBC6E7A44548ABF63DF3B26F849C , 0x5434F4165F0E460C89F806625BDEEA37 , 0x938C5B9225DA4C1897DA16C73E599FD9 , 0xF379C6B762D14462858324F3568EB767 , 0xCE15840EE6334794BE99001184F47B64 , 0x148A7DB7B91746779AF1399BFB14B749 , 0xB7549288B1EE4E5CB0112D3DE02D6658 , 0x82FECD32CB2B41F98E060847B3B7F41E , 0x3ECE1D9CEDAA45139E9BFC24BC6CF163 , 0x81109D6D5CBB442589401E5427212CFC , 0x329849610CF643A8973EC27B03DE6BEA , 0xBA8C8ECA24E34E87864060FB910A8F87 , 0xFEEC8AF14B394E318E2CE9862E6327D9 , 0xF594528E964B4A0FBADEE158B56DCAA4 , 0x2320F1B7176D41E28724359CB17C496C , 0x42EA73D80D544B6A91B5FD9A98803CEF , 0x7DE43A59276348A49A432533EEE8E783 , 0xDA3C330183B04E42A6635B2E5D30438A , 0x2F0CF9035B3D4DD494DB11F867C657A0 , 0xDFF4A3E29E1D49EBB541F3AE750E5F05 , 0xED5EC8F855B04D81AFEABB302389C5BA , 0xAA8A6509532842D89502EEACA59812C1 , 0xDE429B7018D746D08888A6FC0BE98228 , 0x966CA9C8605647A1B813148003DC27F2 , 0xB7E6BACA364B47F39230CACC13E62D7C , 0x929BD53E188C4CE5A988743598EEA2BF , 0x0B4E5CC4D6AB4EA8B8330862B728BA1A , 0xE84C87D2343B4C8CB432DFD9E97654A8 , 0x71EC0B339C2D47349057DB3F3798DD66 , 0x018031D7A6504C70BC9611EFFCA5CB87 , 0xC81B2553A9584A079AF8ED7AC86A280B , 0x4669FDCD345D40E090511DF60FE34747 , 0xD313AA66FD2A4C76AEB9CDEB5D197563 , 0x2EB40206A03549AE99B789986204A29E , 0x1E9B27E1115A4E0385F0372C13FE9750 , 0x6462366562514E5C8CDCCC45A32653C2 , 0x2D5FDCE9715549F4A80B8ED29C6C7BCB , 0xBEBBFBA6EF05401D9E7BE7E9C53EA694 , 0x0B8FA99C70F24A959F02C746C58CDB15 , 0x2FE898D6A2FE4D1FA0C95865A625A8A2 , 0x12670C0A49534476A4627EDFA8A8A640 , 0xD772B60125D64F159BE46C037B221F2C , 0xF1AB9615C18F40D2A22EAB75CFC86DC6 , 0xEA235078710040D2B2883EDF5B86BE88 , 0x8832841B589A4FDEB6556DFA4725429B , 0x3231736B477540368F961E43F4C8ACD5 , 0x69E3F70DFE5D48BEB0996B2D57DD4132 , 0xA01216B71DBE473C820787036E2683EE , 0xBC7747CC6DB6494F819AD983D8EA394E , 0xF8AF2C992C39493E86E4A068F759F136 , 0x58B3D0D35A944F7EA9F4A2AE551D606F , 0x2EBF36BC5D734A778C7DB644CD8F312A , 0x7DD1DC64621846AEBF5B45702BBD43A5 , 0xDE700DF76FDE41BC9F81830A7ABA9C1A , 0x124391A372A54749B88BD1E87EA32706 , 0xA6D831B62A334C769BD3487A2727CE22 , 0xFE05A30F1E7C4963A25A89B688FE94FC , 0x3DCD4317E68A41BB8E4E45800AE9652B , 0x211FAFBC86F1403F97AD514F5BED6D56 , 0xF8A3775E786E432D9C0DEDFB38F5CDF5 , 0x133403527E3948D98BFB2DDCA2224A4F , 0xCAA6CB1B15F94506BAEE94AB6DABDB2F , 0x1210EF73292E4834BB02477A20995AE7 , 0x14868CE162BC4D3CBF56FE07BDE1FEBD , 0x7AD6C54C9BE34F03B445D31D6927EDFE , 0x932CF84722F9420DB0FE81BA479611F6 , 0x94391E5449924AB68357CAF7326975CD , 0x135726F264C04274AB108B3C72D4391E , 0xA4C8C6EBD449449486BB8BEFC80F7894 , 0x792B461266CD474CAE2356AA7B2A6D0F , 0xD10A5FA44FCA4975BF014F432F0A51D3 , 0x9697191BF77B49D686AE5CA35C70FA0B , 0x4F1A2C8C5AE44FABA1BF9340C0809894 , 0x35A9DC076BDA4F679D20E46A414DAA02 , 0xD124C09CEA9042EC8CE2EEA49F7105B2 , 0xA156B96B28BE453FB738DFD576BF3309 , 0xFA67665BF40E41D2933AB8E7ED0F1602 , 0xB18473E401C64322BCA40031F57A336F , 0x68FE379991F84DD5A377E64831E860ED , 0xABE6BF27ECB84F93966F2C666754177D , 0x28671CFD645E4120A224FE0230649357 , 0xE51EE137CB0D4E3A8276673023A90476 , 0xCFD6DC9AF5F44B3B933547476F6B88A6 , 0xA9C3208B26794B119DABD142B2665F90 , 0xE0D48D16C9BB4910A64ABC8362BDDBDE , 0x7C145CD33AD14981BD8E8DC497B81406 , 0x925043830B4143A9AFB3AD97282C079D , 0xBF9A6B88FBC74A989DFBBD56AAF7E8B2 , 0xF0B282ABE2FF4B51BE20796043B40460 , 0x2B90301E0DDD4FFC94139C25A09F872B , 0x89EDA59C8AB2485188603FE1844BF9FD , 0x1D4FF7BEFA364326AAAC5307971B55B3 , 0xE747EF8356FE4DB9B003B66FF2E5060B , 0xFB82DDEA8A284CA0A47DD6C3DCF6DA53 , 0x3F2554490D9941C794BB71F5F764CCCD , 0xB525F7BBAF204F47B762228F4ECFD0AB , 0x6B5030A638294AE7B0614AED2E693544 , 0x74C23DEF2F2842418AF16064A77DC50E , 0x756E14612F0A44F8929A0A0DA80A0650 , 0xF16AD85C5CEC492E954D94AF74CE5F5F , 0xC7B07D450D924CDEA940DBAE5E6B5916 , 0x0B580D4DB1AF437BB52AE681045FA3D8 , 0x940DE9504E2B4067BB89E8DE2687044F , 0x740C49DE0E9B44A887DF6F73EAA40B70 , 0xFBCF20581DD64CF4B8AED3AEF780369A , 0xE09C649155144829B8154605F353DE63 , 0x061240335AE44BA088A60A25356F028B , 0xD96F418E40EF4E66A3A32C494619C26F , 0xC34A952B9F624B3E8FD973BAF9F8E1B5 , 0x17BD255E57904585BA8A88149DFF691A , 0x4EEA087A9E5D40AD92E69BB06D463763 , 0xA791698F060740EC81872561EF70BB34 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x2A0AEC1B06CD4F1CAEE8659D4902903E , 0x084D8960A47C43DF8721E404766BCA3F , 0xA2A198A0824F4A80A67EF4FCB1854571 , 0x64FAE64898C84D0FAFCD30F9EBF1ED8C , 0xA378A3D35A9E4DEEBDAF104233D64967 , 0xA821025B13F0464C84E855512A64902E , 0xDA55E8F48E2C44CA943DD11D69C6A882 , 0x342C22B947D44BD3884252B1E286BABA , 0xA0199A2ABE774F49871B67DCD1F94F3D , 0xD557A3D8AC874884835B1D19AEE1600A , 0x0063D99F94F84AE4A6245DFE32728347 , 0x4421965451B347D9B98FF8C5F99C64F4 , 0x33235FA1274840FFBB13CDD3B2B4BEAD , 0x8E281119F82F4C18B63FA69D15C03061 , 0x64AA4D5D3EC8485B83FACBCD9938CE41 , 0x833524D4F7C5409B915D2170CFE26734 , 0x8F476E559D4A480BACACE9594A734D6E , 0x008F36161EE342EFA69164D184297A33 , 0x6E1BDA997D50458BA8D53B5AF12A73C6 , 0xA1FD30263A8A4BDF869ADDF794D237BB , 0xDC462B280B1749DA9B04B87CAB060448 , 0x8A563833B6DB46D58CB4231FAFB3ECB9 , 0x3B4E6267DEBF4727BC49AB382EE6B378 , 0x4B3A07C918844439BE797C82BCF93F5D , 0x1BA742C0F8AB4E14BFB2838966262114 , 0xD09A3BAD9D8246ACB1A135339A8A2269 , 0xC3B93AABC4FD4458AE058B79A8D55F40 , 0x914AC234F8274AB7A5525F8EC07A0BB8 , 0x2AC0B06456E24AF38ED4A05796CEB314 , 0xD212BFB9FF6E4FB8B4A263C27186990F , 0x38851123F67B440A9EB34C83A7D7D648 , 0xDF6DBE63CB1E4D8C828EA8715778BD66 , 0x4769905B21A7442FA3538B68206DEEFD , 0xBC3D9D94151C4F2C990B145EB3CADFC1 , 0xA096F622E9C04DD78A3A6185831BA31A , 0x43A7E833B0FD4972BAD407D517059E1B , 0xD2BBC2B65285491796B87F4978930E13 , 0x56285A19A62B4CBEAF2813BDA58EFE1C , 0x4C9962392C714602862A89B9A9BC8989 , 0x50D22EC40FC04973ACC79ECD6865453B , 0xBE9E6EDC615C4F2DB801FACB58538429 , 0xD07FDB4B60294B649B47663B624B171B , 0x4547B11CDC7C496D8DF91D8D32D324FB , 0x62A32176B6A444DBA8E50EE841504BC5 , 0x449E67824E5B4DA6BEB2CB8C7167A750 , 0x96A889C8249B4981A08E9BEAF30E87F3 , 0xE797FD9973E74FEC959427771EAF6A36 , 0x866BB386DE0B450FABAA9EA744DDEA55 , 0x03774667CD6143D3BB687D01E5F29D50 , 0xD24A30EB68604E369A521359B244491A , 0x8B798107C64A495792A70E7FBF783207 , 0x581056B5B98043B8AC6C5B1EFFC03094 , 0xFD330E1A691948879377D0380E2E1211 , 0x505305E77711498C9C7542DE6532DEE8 , 0xA0FDE31FCF5E4A1C936BDD6083707D29 , 0x9C5332CBA3C44F0F8CAC2EA88514F142 , 0x0A55EF82545845FD8D26D049F6FA826E , 0x817E50D64C814494A1F0C5AB4EB1FB6E , 0x137AB040245B46419C5D19E61B554776 , 0x8E87AA0DC58B429DBBA384D01748E66E , 0x641AEC6182FF4EF1BBD9A5202D20F0C7 , 0x2B43A0B43B6F4FA2AFBF694183B86BA9 , 0xEEC0D0E9FD44413083334ECFAA638760 , 0xA56791C8FE6441978612FCE3E3353256 , 0x7979893536284CD5A6FD2ADE57CCB406 , 0xE1EE7BEA1FFB4E7EA6864CCD2C4AFEB4 , 0x4BD24FEB0C724EAC8912702054C51C20 , 0x47ACBB1858DD4661AA5810D7F0CA2E74 , 0x5CEB09C11D094FCD84DB184738D2D083 , 0x84D0789314454723A3E7D9E34328FD4F , 0xAB80F47E137240B2B89FE98783E2E72C , 0x65092324D2EE4C58852E11D4AC397773 , 0x17BFD861909C4763B5D79FCCE7C5297B , 0x7E52FABB32FD4C57943F5DE5FC239FFB , 0x90E0D429E36048A99E703E33467ED707 , 0xCF739FE71FA7405C8DA1E454C4FE9074 , 0xBE0D9389242646DF8A78CFBD362520E4 , 0xA776AD854A6844EF9F7048118EB383B9 , 0xEB98651CFA584A6F9B67810CA331C870 , 0x88F7EBF91B5C4B79A1B4E1C7A2D1CA27 , 0x144E54880EEC4BDDA3F397A811D090E1 , 0x6ECCDBF9BAF7457181D448A10CADE149 , 0x6FD2FA1E4B2F4F1BBAB0EDE7CC556A26 , 0xE0598FA955294692A703A1E6E0D9D089 , 0x8618B7A281A941D3B4C3A146C613759B , 0xA28C511727D847478F7A73F1741B83A0 , 0x9C8294E998DE48F59A664D9F1CF7B4C5 , 0xB978C767DD2A466AAF1A780EAF1FD69C , 0xCCC3165D8B674B828A7A9CFC48325155 , 0xC59901E2E6314C41B2F6697D0E0C1137 , 0x8A21E0FA81DF4D4B9F354505A3443F31 , 0xFA81633E7039466A83C227788AC05D28 , 0x46A424AE2FA04ABA8789166D8061ADC3 , 0x4AD41F7F31064E7BA2483544068F1B61 , 0xA6B9F3E101A642AD92AB2604525FE26F , 0xC5843EF00FBD4298B688B9354BF07108 , 0x36192C55CBCD433CB853F3A0D7870853 , 0x3DF78C98F2174B8D82EF9CC28CB40024 , 0x9317A29495C44FFF92E1EAE29E23C7E3 , 0x9180B46270E84DED960697B77F730C27 , 0x46BED0EDE6F24D88A992C0E6474693CA , 0xF700CCF8D19B4CE69A776D2B8E03FCBF , 0x04E6F83DA24642088321CA023F61239A , 0xE3C87A04954949F3A273A536BC5C5A7D , 0x6DEB8070212948C5806869DD4CAD38E7 , 0x0A037CEC6F2F490883C0ECC734851968 , 0x02B5B0CC83D54B2AA4E7858D3A8C47DC , 0x32BEC7A1385B4881959A689F706E065E , 0xE05859C7AEC24FE2A466E597C6FC4CF1 , 0x69D888A6BA7945C98018C15F3B27BA27 , 0xB9AF4FFDC0874B90989EF8AFF04AD15B , 0xD14BB8AAA7394E75817426F7DF8A5570 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0x34F37717BC1849CBBC9D628A12EBBD80 , 0x2C7BE5C005C948949979B713244FE4CA , 0x95D3714074084C3BA682EEF94D7C8B85 , 0x0D649F80D88242AEB2E5B317364AA3D7 , 0x2A2DC438531D4B6A9977BDB5D546EF6F , 0x1777F0F2727E486A85165AF0983F2DCF , 0x595F45266EC5447EA014A1645D0433EE , 0x14D611D0A50E4220B467A1C2C39105AE , 0x398C01A31065433B859085E3FC840C58 , 0xA5BC2DC44F07433DA905F6171D9CB01F , 0xA83FD50B6CB4416FAB3DF796217CC451 , 0x47C93D7E0A0044E1846405FA51D74FD6 , 0x0EC8E53A7B904A738D3CD38C70925856 , 0xF4C19D33A4374F20B81F0E6F11E05106 , 0x696185C8F8434874AE7D4F0259A20B7C , 0x05F3CBE5C14440098DA860974C749011 , 0x982FDFCC11944207A95ED2AFA37EA4D2 , 0xAACB8FDEA6A249E18B0ED74239D6F0C1 , 0xAB86725FFDF4484283D6089A55B6417B , 0xC9EB29E4FD2E4437A0572855DACA354E , 0xD555BE79F1284D019D0FBA821ABE835A , 0x8527FB724DC04B6890409C4F56B55210 , 0xD43B8DDB12834A7FAC461DED65F3F23C , 0xEA72C2D6163743A3AADBFD9B73F84FC7 , 0x5B4B8832807B48479BEE5C4A6A4E368C , 0x805990A020A246C387AE957EF624150B , 0xF721D9E4FA3F49D291B0211C0F49D7EA , 0xC765400DDF344435BD390CA2384ED51B , 0x2D0A4DB6670548DCA6C389F11E28278D , 0xDCA3340B8D324A2BB1E4C2B3202F3E65 , 0x63557AF22D8147E995653C1DAF1696F9 , 0xF935DE115D5D43AC966B109ECF35D4F5 , 0x59AE7C8290E24F378488BA6A31145FC5 , 0x6DDE6162E144422093F3885E1D93AE7A , 0xF141F0F197634AFB946B7B6B9A507618 , 0x0E6319C53A4C4C2A908F6E1ACB1A2850 , 0x0198CC5FEEDD72E5BD469A1D1561F509 , 0xB0CC8BB1DD8E40489C138EE22A967596 , 0x80E1B14557544CFAAD7BD5E768620273 , 0x10990B3472944C229901430B36C4B4AC , 0xA4B1ECA2D9DC49CD8AB6329995B0A6AC , 0xC312AD8019CC4EF6882708A63676AAFE , 0xAB9ADF466E6744C5ACD83AE7E17980F5 , 0xF905C696FC72453A92DA7F09AE351A75 , 0x3F88015762804AE0881D1581C229A3C9 , 0x732623E8B9BD4CA2B4FD69A0F5FFD9B4 , 0xB82D4D85298E4A5DA955B80CA1567B13 , 0xCB79E9BAB48E40E48660D25CB01BC111 , 0x798F63F530024716B63728137927A577 , 0xCC2E0C973AB64A99A8A4C3368B790FE6 , 0x3B4B997D6DED417EA6467654F93B518E , 0xA5FB416F3696486191CC646289F76A1A , 0x06BAC5FD040148DCB4F1C4B940CE5E24 , 0x7450D68915C04AEF9269466C03004A8E , 0xC03DFCD7DC01447FA3A90667FAD10132 , 0x3831330BD93C47328EFB2198C221DAE5 , 0x70E52FD4923A42919E958298024DCDF3 , 0x1C86779C496A420686F9BC1E8E7EAC8B , 0x5B6C37FB84C843B69699E500F2A35AF5 , 0xA5885AD7E1CB4B00BD3BDF1DC9899E40 , 0x623AFD0AB4464E268632E2C6BDACFA6A , 0xB7777DA000D44903AA8A832E1712DB94 , 0xE324E27F2FC346F080A989508BC55C16 , 0x88286D36B4E44417870F62D69080EE5E , 0x47EB1A34E386472091E13330835C4729 , 0xEF7B4AC10E10400CB8F12423E31EA5D2 , 0x90D5B890996F466A99E44A068F2E5E75 , 0xCA88D9FD1695492EAF27A79B9355C195 , 0x3ECD4A5C22AA44A5BB75DCD5AA6C3BF4 , 0x7771C607B84D4337AD4A02CD3C50C7DD , 0x611E0CF9139B4F2B90066FFBB145126C , 0x0AEFDBEB11644D5189CBCD68D73F8FBB , 0xEEB3C5B2C3AA4C5CA05781416B91024D , 0xC7B654AF993E4ECEB334A81D19F687F5 , 0x34387E5BAC4C44038C71D227E3EE07CF , 0x2B8FE71D69A945D88325960FD09E0752 , 0x7565B51CBA814D1CBCDE5895ECB7ECBC , 0x75DA02E5307B4D7DBB8E243414DE61E8 , 0x0B625DE4010B45C4A52E289CC9F1A652 , 0x04E6B49AB9CC43BB888F75D6B2099EC1 , 0xDE068F6056524C6CAD464CF624AE1FBF , 0xEDC783CCC49A4234B6BAAC8D06DA8DB4 , 0x4D487491C1984F918E45F759A671B778 , 0x4FB2216A86F04B3C8F243CD666690F45 , 0x7893C4C08A7A4EA99A9DA386751AE231 , 0xF4C3961BEEDD495891E9E4BFBAF04A0A , 0x1B98E8C17ECA4D62A7E844987E00FB6E , 0x6839368170DE42C49ED3CFBF12E88778 , 0xF89FA98DBB174A7898008D500673D396 , 0x5A6B8A51792444F0A6D3B82049B447EA , 0x7C1315587A2A42FA9DB2D38E304A9CDE , 0xB9A2C3E351C846E39523864C37BEE51A , 0x891472407403429588922CAFB0A8A305 , 0x140C9CF204A54BC888C8C36A1E338946 , 0x26D78996E8AC4AA7A1494E275667F04E , 0x88C56F5564E644DF986625800FCF21FA , 0x1B109AB41B4C47E2B05BE909A8727E33 , 0x132C192094B348E1973A0226A52864BF , 0x6433521B76EE4705AB6644FB32BF7D77 , 0xBBD3061006A647868EA330B68485755B , 0x52FCBF43BEEF4D369BEF59BD0368FD10 , 0x8ACA2973510443D1AD34C0EC18CB1F7F , 0xAA63B8E774244AA3ACA375CEE83B18A6 , 0xBC8E2C94D92945FB9B0B13A2D101FB9E , 0x69923D8A8DE54BE9935844CF1AE121A3 , 0x88232DF4C33F4B17A50F71A2D1E08C41 , 0x60C98FA8F47F459FB8FD2681B5891694 , 0x3D1FEEA2093F42A0B76996E3A14FFB49 , 0x23817E2C4EB8419F90C3B800639B1BB5 , 0x06538A60DDEF48C7A53C868E90505F4E , 0x4474560272AB496791D54EF84998F05A , 0x036A26BBBE4B4F01AEA80D39BBC9C86D , 0xA3DA1A51200F4931BB8E78B9EDB2706D , 0x48F1880080FB4E7DBCB69BC0D85A56AB , 0x5052239AAB6C452DABE9F402E3CCD8B6 , 0x7B4CAFFABAD04D4D90F412995E5D0790 , 0x207821A319A14DF891B1DA52CB633BD5 , 0x062661D152D04ADDA36714AAC9A1AB46 , 0xE9E0ABA5C5A4401482059F441C959C05 , 0x3AB3151B544444A9BB61011175D407DA , 0x0E94AE42B2E94624B7401044743FA1F2 , 0x5901E0C63B024F20954FE585D0AE085F , 0x1E564948A63A4AAAB75C2710769BC919 , 0xED36BAD85C214591815C8C8B9365917B , 0x41BB79951D5A432E897AFECECE7E47B9 , 0x7F9A9BB4E45647F8B40EE4D24856710D , 0xDE3FFA06531C44ADB98C329FFD3A4695 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x296A50C52A8942C99DBCDBA401D43F4F , 0x79733850F2F84AA9B42D1C61A8883FA8 , 0xC4CBABC818604CBE942633AEFD777AA6 , 0x0198CC6063887009AEE99935FC07787C , 0x0198CC5FCFA372868458B0137445E61C , 0x7F6920BF8BAB4600B04474C1376E92D4 , 0x3635FCC77C4E446AA92BBCAECDA3A102 , 0x441A89AF4193491B8F1FE1C682021211 , 0xB016DA2B58C04ADC8DAEF9BC750346CB , 0xE7ADEDD46B1E433C83CDF6A3E0B48C4C , 0x8E56D4361856486597B1A5E6D3DA8650 , 0x2006A3EA804A4FF69A0770DA6C9B152C , 0xAC821C264B8740F4B4A9E56FD325C660 , 0xA816FAEB3BA44C0F9D649B1DBA370929 , 0xAB1A576559BB413D94987AD83A39C5F2 , 0x598135B2AD054BD5912B695C29B68C7A , 0xA4A8C86177954121A5C1D21756B47A2B , 0x302C26630EE74FF28738A844ED269886 , 0x42678BEBBA584D12B643E7D1D36BBDDA , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0xA55C651EC0FD40F0A8D0D4911F39813B , 0xFF5CAA750E5A4ED6B5344BB2615F59DB , 0x2E1BF3A20CD44D6EB9CAB219ACDD783C , 0x4D19D5A8142541BC891D0E11DA039851 , 0x3BE71D5D0DCF4CAFBB0229B757EBA18D , 0xC5152D0880274F3A91DF61DD2CF0ED35 , 0xEF2C85B7FF7A4A708C90C5EF6BC5389E , 0xDCD1579A57EF42C3A9F76B9AFCA20BD9 , 0xEC1436DA1E4C4F03BB092B218CA78CB2 , 0x73E176AAE2D945E3A2F1591B18F795EA , 0x6A0E50AB5BD046148E3743D125616CEB , 0x1D9DD4750EB442E4874493DD4798D030 , 0xAF7E22D24EE4412890C88C3579FBD639 , 0x3F238C229EE6469FA12B3B634A836C1E , 0x2D093652413142DFB48E894DB53DAA26 , 0x5099F7A733DF4E9693C4AC6C8CB3FA9D , 0x95B5E428EEB7403F834536C0259DFBDD , 0x6CF120A66C1D440AB4B3F211CA5ED4E7 , 0x3DA8BF196A3B49808FCE26652CCCD5B9 , 0x2D338F60A8624B08A0B076A6BDA9BD89 , 0x0E84607AF75841A8AF9242E142D32C1B , 0x02F5376DB4DC447FA79E6B944B2D5C1B , 0xA6ED01749045435094BB393D532165CF , 0x5221A02F84804456ABE1DE36EF2952BC , 0xDF376191E67B46D3B38B5F4774DE0224 , 0x47BFB080597843C8999D13E32547B198 , 0x865B53B7840A4511970F9699EA7C6134 , 0x8669E125B004411293092D9DF9BF34C5 , 0x1FA69EDDAABF4DF5971E23B2C718D5DD , 0x309219DD4D1842FE8F807FA4434AD2CB , 0xC8998AE94D9D489DBB5134B18C6F5FB4 , 0x9F06F4CF55274037ADD5D68B2C250986 , 0x68DC61545AA34F3CA50FC30D697CF926 , 0xAD07E8054C5A47F8AEF8E7D732451FF7 , 0xDC221BC461EE439B88F1AA767E0A8418 , 0x81A00D0397C4409BAB8EEB19B91596CC )) GROUP BY `product` . `id` ;
Copy
83
30.77 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ïÍZÅ¡bE╝åv(±ªø<Ú "
b"/¶Q\x7F ‚ G\x11 ¡w\x1C ›HA\x11 â "
b"ܸT6#™M%¦`—D0˜zO "
b" @(Ç\x17 MG\x18 Ž\x03 ó\x03 žü‘¼ "
b"ˆ¼óÄjI@\r £™Z¿„}Œ] "
b"á \x13 ýNýC\r ¶tH¹³CQ§ "
b"y§†\x00 QŸBXµäõW\x19 K$C "
b"ru\x19 åê™E¼³…Vdž°F/ "
b"ë2/§1¶G=¥äQ\r €¯‰” "
b"G\x17 ·‚Ø\x1F Jɱó‹ Üu÷B "
b"÷;0─C?A·æÄÇÅ\x05 Öë╩ "
b"÷¤ß×9þCX¬á┘}>ì4╚ "
b"1*»CŠ…E¼šßù|IÜU5 "
b"¸Bå;Ù3B\x06 ¬ì<³ùÞ©< "
b"vþRˆ\r õK/’›j0 SU© "
b"ßbX´°(E¥’Ã\x04 þ˜jàR "
b"zßòc™\x19 B⿽°>«<„ö "
b"ú9\x03 ¨üæL\x07 ö\x18 G\x1C kuIÞ "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"¾*‹W–N‡°Ü mUM¶÷ "
b"³H¿Ú>íAßü┴Ñû■m\x05\x1E "
b"f¤▓\x1A ƒ░Cô®^¾dü▀ÔÉ "
b"\x1A ÒŸhqâC\x0E ¨È\x18 ÏX¢Û- "
b""Qõ«XpFy¤5_áí\x0F ÿ\x18 "
b"V’g¶fvE§‘1b\x18 ÄöFí "
b"ßü=\x19 S├M3░┘▓~ıç8å "
b"$°+\x07 ““Nd†qû%)ÿ<- "
b";·ë½Ÿ\x14 NZ„7ð\x06 V‹¸T "
b"„Q\x11 S|YC®•ô˜Äâ¿Sß "
b"Ã\x19 Ê)ÍÁBՄǶ\x12 s\x11 ¼g "
b"nJÉÐ\x7F RE┬º\x7F vµ\x05 iíà "
b"¯\x04 …\x10 FÏAÕ¾ã17ÏU“¦ "
b"7"þ\x14 oÂIvˆx\x07 Ñ×òf\x00 "
b"╬9ü¢âÂOÏ»ÛW┬ïÏ$n "
b"¢#¹"AbIäöÂÊìM\x14 lõ "
b"J% ó\x01 $OÄ“‚’ÓÆï·Þ "
b"\x1C ¥\x00 v]\x07 F╠ùÎP9îÌÓü "
b"Þ]¥qB½Hº©^åPÓÀøù "
b"å\x14 Pª`üKšµt”Qå¹ý5 "
b"5†º¢I\v E•¤\f ´EK§ïr "
b"y!Ù\x10 ‚H²…’ÁÄ^GF— "
b"mnÉ!¿µA׹ůJ4ž\x15 ¯ "
b"´“RÄÉîLΨ\x1C\x1C ØD{‹` "
b"_´\v Ñn¤M¡╗zòÅ‗nı╣ "
b"aá5█ß╣Kî®ìb¾┴v¯À "
b"K\x04 …ã—KH\x05 ‹’³\x7F NŠŠ¾ "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"|J|H\x06 ,J'ƒTõ=ó\x05 ßÀ "
b"©Œf9,nL‘‡ñ\x18 ¸\x02 g‰M "
b"ˆìÝË•Ct—ðR„í;\x0E f "
b"È\x10 Ã\x13 ú–B_¹\x0E ‹ê¾øR¤ "
b"„ÀsÆ \v A9˜/ñþZóŠa "
b"\x7F \Æü\e ®K\v ü\x18 \÷└╗FC "
b"Xî«ûT\x01 Aò”7Æ– 쯹 "
b"¦█Àwì£K╔©·qE±l\x01 / "
b"\x10 š@½…ÐHš¢°º\x18 °ÎK™ "
b"…‘m<<ØG÷´û¼\x02 ¬µpM "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"†ë瞣O@‚µÅHÕ˜Q½‘ "
b"è¤ÁÉ15H‗ò\x12\x02\x18\x05 ò╬± "
b"¨Ù˜Ö"‘BoœM#h,Á©o "
b"Âùá©Îö@›—ߥã\x1D\x7F ñ^ "
b"AÝÂ%eÊDö¥Íá2Ç´‰C "
b"C&Øm¨kJŸ®\x14 º$d‡1\x14 "
b"û®\x10 ƒmØC2¥"aýܾ┌1 "
b"{,Œ„{BMN–"Ïrõ£¡‰ "
b"§ Ñ\x1D ?\f N\x01 ¢PÐ\x0E Zcé! "
b"\e $`W{½H\x0F ¬z|'5Ø*Ø "
b"\x15 \\x1A i÷╝IüùXÚ\x02 Õ·╝┼ "
b"\x13 ]~:(HýÉ■L\x0F £‗PÐ "
b"<²vkܸD‹)ãR¯\r È/ "
b"\x19 ║<ß\nIéáâü±\x13\x18\x18 J "
b"vå\x1A ö]\x02 N\x00 ‰Û¤\f E\f 0* "
b"þ\x12 ‡!N^B‚‡_e\x03 !»„½ "
b"@Iô}j\x18 K·…Øöõc„bh "
b"m,,=\t +EÆ’X®XÈ4É\x10 "
b"xïl䈵FÛ¡¯ìfÔ™ÙŸ "
b"½à\x03\v\x02 /K=ɰS.\x10 äÖ£ "
b"E¨¯\x00 †_A8šÞ^´\x1A „\x13 Ð "
b"Ò5¿‹S^E࣒\x7F Â\x00 È{l "
b"´C\x16\v 'b@}Š4]Á\x0F V\x10 É "
b"\x04\x1F Ivü×@š‹•ûôÕPÜØ "
b"'¿B\x01 /ÜB罫#¢¯x’ "
b"AB…2é\x00 AΪw†%\x07 !(û "
b"ª\x1A j~JwLF³«ãe…\x07 ¹\x04 "
b"Ƭƒ\x08 »IJ▓Ç\x01 z¹■ìÇ= "
b"ÿ™!\x07 m\r J‡’YE\x19 ¹ß¸S "
b";òñköÂJ4º=©¤õÅ@C "
b"\x1A\x0E ‚,hMõ¯Éj’¡\r ’á "
b"Rv€oºWJɰ®8o\x19 ¬DŽ "
b"¡q’VT…D9¤ë¦•F˜R¹ "
b"V\x02 (‡þzIÿŽ©ù45\x18\x1F Š "
b"fdæÕ:lLϳ\x15 ~¬þÀ}\x13 "
b"¼\e IÏÁzB\x15 Œz%b\x16 ¢8‡ "
b"Ç]ÜÁ…nKЯ×\x05 \r \x0F ³î "
b"›\x19 ”èS…@£¥Áëžõ…\x07 ¢ "
b"þ█»"\x00 rEdÉføÌµ■QÏ "
b"Q2\x11 àÚ»IkŃÏÛ╠¨|î "
b"á5ý݇ûJ¾ˆA\x0F VŠt®L "
b"±´BŽc=G$¶\x1D eSr÷€\x11 "
b"u\x1E ´ðØúC£¥ÁJ┼Í'oü "
b"\x10 iPÚ©ÛGþŒjI^õXpË "
b"\x02 s(WÔãKG║Óß╝üP\x03 Ò "
b"™NPM‰ÞOô³–³=\f yŸ` "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"¨Þ…çhæK+‚;épóÛ\x15\x1F "
b"╠\x7F\x17 ÁE┤C%Ø{;æ¢Â5Ú "
b"ôU‚\x0E ³ÊNn«V1)ÿ \x06 "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"KÜ:s[WNG˜€\t aé½âD "
b"=k\x1C ûO\x14 M'†˜°!Õ¥ÇÒ "
b"Â{ªà0²E\x03 ÿ˜z1–AR "
b"ë)/´\x0E ¢Ocœ\x12 ‹c˜uÏ\x19 "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"`édEØ%B*éDÄâåuå¨ "
b"F\r xâZ9D\x00 …\x01 ³ßüQ<ø "
b"ü4w\v rFB\x06 ‰rÔG¹žÝ( "
b"ó™¼VÕ¨DL¡R«š×\x01 «z "
b"b¤Ö:×▄DÕÇ|ÌöÈ'/É "
b"ÿ¼jÒÂÜO}ª¬»8éì" "
b"\x1A '\x01\x05 nIM¨¾b$¥\x06 @ö— "
b"Cùÿ4¬¡O=¸G¢/=Óõ "
b"│\x14 »╬\x11\x1A OÉïu±$܃ÎB "
b".\x7F\x06 Öõ·L3«\r Ø£ñ]Ï\x1D "
b"\x1D ”p>ý_HÛˆj%nßnÃ\x11 "
b"ØE█Ù¬9Jâ╣ߨ^õÖ╬Ò "
b"]\x16 ¢\x17 Ø\r Oƪ•à^«®‚ "
b"(\x0E Rä4ÇJ%Žô Ý«$7J "
b"}VÓ!ÖƒJ$£Q\x14 ½É§^Ê "
b"ª6ØÜöBÉè~╩\x04 _╗¾÷ "
b"„7+†3AHó®F\x13 O R÷X "
b"cÑèm\x14 8Gn·•tô;Hac "
b"\f Ž#fíÞOM‹áë<„\t Æ– "
b"˜LMÎùžLN˜þÅÍZO\x08 Ó "
b"›\x06 ¼ÖÄ-L\t ®ïÁF”ô:ÿ "
b"n½’B§\x03 Eð‹åÀ\x1C\x1A Û¾þ "
b"ô•Î0æ†Mê›d¾Â\x0E Aï× "
b"ã3\x00 æÑ½M|ž£›eGÁgy "
b"#\v „\v Ý\e Oÿ—æpFqÄÓv "
b"àpM7ÓJM3üÀðó D║; "
b"\x14 ßèr\x12 üGÌ‹i%áx´%# "
b"‹Ó#ÿÇ[A÷‘*Ö0$Æ\r © "
b"+u¥g\x1F 8CHíà\x1F öj┼Å\x07 "
b"èP\x04\x1C Å_OsÅsï█Q─╗ý "
b"ô_\x10 QZFH\x05 ¨¶(Ô‰\x15 Õá "
b"║dbß╬ØI ▒ÈD;§┤┤S "
b"TM>A"ìu©.ôÄJ─ "
b"Ðx‰Fr¿Aù»¯õ‰nJ{j "
b"╚êIØ\x08 xE└Ü\x1C §‗äå\x16 ~ "
b"\x0E -ƒ½nÞK~®ç,\x04 #ŸµÁ "
b"y\t\x11 *XçE\x15 »-M\x01 <?Éu "
b"\x10 ‰bYÈ(B\x1D ¯GÕ`dú߯ "
b"®äWÐw\x1D G¯Æ\x7F ܧCì_ä "
b"%\x06\t ?S\x1C M\©’1£]íé; "
b"¶N\x05 7ùŸJ|ƒÊÑ¿Ó%<d "
b"å%qÒ┼ZBż^½t█Í\x18 ù "
b"'P4ê¦\e Lƺ¿pÃí›’á "
b"ê\x17 s¸¢A@å¹Â¤¹\x14 èØŠ "
b"ñH©╠0!Ip▓d±\f T'\Ø "
b"±╬Ï«■\x04 C┘»üxLlß\x03 / "
b"î÷‘\x1A X\x02 N µJ\x02\x0F Ù[~Ý "
b"¼│¸\t :AGÖ¼f\x1D ¥¾üÜ· "
b"%D©®Ì,AŸbîˆ\x00 £çi "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"Ûµ\x18\x05 ÛED\x07 žßª}}X)Î "
b"·õQ\x16 fàL³°1•A,¬· "
b"#{,\x04 8yNÁ¾"6CWM¸ô "
b"""
Tp~(;\n
C€’à…T\x15 ǵ/
"""
b"Bõ+\x1A _'InÉ╠ÿI*K╩┌ "
b"Ë̓–šxOy¨\f ÷ÉPp\r \x16 "
b"5qgF,©L\x11 ¿?Ø┐=\x13 :Ð "
b"B\x1E\x01 %QUI׃Óß´·fnz "
b"""
Xj›Ï¬MGà€ù~\n
C\x03 4'
"""
b"╦ü\x07 Ü`5O0ò£¢│¬ ┴\ "
b"Áhñp÷‚Eùƒ\x0E íïè6ôÖ "
b"»sàðïØHÓ²\x0F Ô#’m}L "
b"IÏi1h¢NÜØà&┐Â╬╦¹ "
b"lÞöG9ÌD\x01 ¿¿á«+ôÕ\x00 "
b"\x12 qR\e µüG\x04 ë╣Ãà╚à▄Ù "
b"ÍUíB¢¢Bê§gäUñ‚\x08 \r "
b"à\x1F ç-\x00 ³B\x00 °äW:yn\x18 / "
b"ð_4\x1E\x05 ÄJ\f š5O»¤/bê "
b"\v µÿ¤Ò"KŸ‡¡Îå÷U\R "
b"\x00 Û\x12 n╗\x17 AKìÔïè█ï|ƒ "
b"km=Iì³F}¢ùd\x04\x00 ‰Š¡ "
b"ê¶äù·üA\x1D µ1ç¼n/"ü "
b"\x05 *Ò0\x04 þ@\x12 ·S2 ÿP\å "
b"╣a>Ø1ìJ$ÉÀ\x7F L\x10\v 8¶ "
b"pXª˜bgCÖ²í^0.@ÜÄ "
b"Åýc\e 9kJ?ºÆqÁ£n§Ð "
b"»ŒÛ\e î{Oȧ\x17 ¸¶\v Ôiþ "
b"_Òs\x19 .K@|•œÑ\x01 nË×2 "
b"ÎÝ|˜NëI’™¶ÔW?½Ó¦ "
b"žvÝq¹lGf’à·4‚iíº "
b"▄ÎF\x17\x04\x14 EX▒í½█\x02\x7F Øb "
b"¼Ê«’nÝD,¯¯ñ\r Rpƒš "
b"—ñ‡•â\r L/‡tÄËÝ9xÞ "
b"ì„Ú\x16 Þ\x10 E¼¡r\x05 Ëeƒ\x1F ƒ "
b"""
OV\x15 t ÿHŒˆ5)ª\n
z\x15 ™
"""
b"jê7¼MpL&¡\x0E ┘F½Â.ì "
b"uö║\x16 óıB'óurM±zbÅ "
b"\x03 ƒÄ█%½F,üe\x10 ùôÖ3¯ "
b"*ìÕC¹xLíìe│╚M5f¤ "
b"╗´{█-tJ¤üÛÒù\r h(. "
b"ØšI:£öJI‚Éåû‚V¤\x10 "
b"2ÔíÅŒ¤G#Œ!X‡ÎŸÃÙ "
b"®~Ëè\x1D ÛJFè║‗*+ÊØ[ "
b"\x14 ║q\x07 ╩5MÄ░ßÝi1ü\x1E { "
b"äõ-ÝýæI\x13 éÉ9Ö÷iå7 "
b"\x17 M#€rãFD“ÐZ6—{\e 6 "
b"\x0E Ü2²F\x12 M¤¥·ŸA`ª0 "
b"3æ¸ßsÕF%™ªÍœ¤a\x02 Ó "
b"\x02 ‘+wö\x18 Hx…*6,HŽ\x1D õ "
b"]\r \x7F <F^D\x1E ¶Ð%7‡QËe "
b"\\x05\x1E Ø"\x04 Kŵ\x1D o \x17 ¤\f\x1F "
b"\x11 Lô9X÷M3¡¸\x12 #\x01\x08 êL "
b"ƒº\x19 ÄŠÍA…¾ØŠBúÒ¢\x02 "
b"oÁ\x07 Ö¡âI\x12 œÆ.9½=µ³ "
b"D}¹+ƘC\x13 ¬\x14 dµšTd\v "
b"\x1A îvGS\x1A J\x04 ôìÚ¬ñWè■ "
b"¶Ï‰”ž+C¥ˆSÎþ©áɯ "
b"|\x04 {\t ¾pI pr-œ»®Ñ "
b"k¨p\x1D ‚·J®‹ê0˜Ïw§v "
b"’‰y¼ûÀK¥“¾u=ë¾RG "
b"îûž¢ÏHE§¢ †’¬ñF} "
b"\r Ø#ý\x14 EI¯¿¿oˆ´\x15 ¨| "
b"m££\x17 ”âCÖ´[/‰Ÿ`ì\ "
b"ÉŠáä9¸FÊ¢à‘g}D\v "
b"§¸®ð«\x13 CÛ½7\x04 4e’ìj "
b"y¸wGÅ\x01 LQŠñÓî^iöz "
b"\x05 ÔÅ+;─M_¥÷pÜ┬\x03 ±´ "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"_'¯\x01 ê@\x15 ”¨þïŸÞ¤Ù "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"HÓõÿ.@DާnïÐïå¬ "
b"°+§ì6SF\x1D ┐7H\x01 NY9l "
b"!\x05 ‘*\x04 pF§£˜@Ò\x18 º+\t "
b"ü΂#\x12 ïJ6©aº›ïØ]Ì "
b"ûÒ\x07 ¡ÏFj´{l½#Ÿ«· "
b"|©\x1A èìžDÇŽN\x05 ´¿ƒ\v û "
b"m—\x04 ‹:\x18 Hå˜BYÑEÆN© "
b"„\e £x—CG×µl‰\t\v .Vø "
b"+K‘§õ-I?»ˆL\x16\x11\x1F Ü\x0E "
b"1†’\x1E *ÓE‹½ðÎF¢åÔô "
b"JU!À¡ðOd„\x18 Ø4¼B\x0E M "
b"ÿ™È¯ókDê°áÎ`£ÌÓ› "
b"—†HÂ8¯HÓ¶UY_\x08 ƒ†Z "
b"▀üï\t úÌGv¢%╩hY\x7F 8‗ "
b"ì5ãfL@Sû╠Ø\x07\e ç!@ "
b"¾3~–+ÓAˆ˜·9àíØ¬× "
b"ÁbÉQ;\x1D BPŒMI´\x7F ´Üq "
b"\x13 µ^¬è÷O\x00 ¯je»b¿ë& "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"""
\n
™¶¥Ä»C0¸j'ç€j\x07 ³
"""
b"\x12 ?qDB›|È\x1E %¸¥* "
b"s=Ç£ ÁN׈`D±RIʘ "
b"s \x1E C¸HHš¬D¦¢¼5Í© "
b"oÌØA`ÃJQåøZÄ┘ r\x7F "
b"£F"«1¾F>ŸDöáš3ÆÑ "
b"oÒ\x0F u\x17 ÂH\x1F ¾•`³¡§n… "
b"t▀&\x13 ®=G┐Ä─ؤÅóÎþ "
b"\x1A\t kK]´DR¯H´ðºˆo€ "
b"–YлÔtF¶¢ö\x02 (*=\x02 ° "
b"iï$/²\r C«ìÖ║\x19\x1C q,\x14 "
b"vì7¬m&M└«3Õu½µQÁ "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b">Ë÷=–÷N£±Üº`„ø®† "
b"0ÿ§\x1C G\t Mò©\x0E ÇØíÆ\x13 ± "
b"c\´jƒ°Gãü8\x14 «æ-Âs "
b"Ìâ7rŒšD0•Õ¬¬%XÊ+ "
b"µç/\x08 à}L´¨\x14 2\f è~Úz "
b"ÆÜ‹êœ#Ff¼\x03 žvB\x1D Ëo "
b"õ\x1E ÷ÅH┬F╠Ü]■£X7·% "
b"vx\r ì\x04\x18 K└║\x11 y═©\v ìþ "
b"œ«nÇ‘zF ¤;žCÔaé2 "
b"Ù縯\x14 `O>ƒS8‰6tÒ1 "
b"û/33‗íL`Å\e 4Gªmë, "
b"ôv3\x13 ¯›C”°\x02 Ň\x10 IÇ¢ "
b"äãJeôUA€½2:\x0E ùùeÏ "
b"b˜å¸ÿ0Kù´\x17 ©b$RcÏ "
b"*Òk_ö E¬°\x18 ËrwQ™\x11 "
b"ì¡5>\x18 C\x0E »▄\v Á\x0F ®‗2 "
b"0í\x19 \“·Fz‘‡ðwsˆšŸ "
b"û¼òÍT¯H©¬è¢t\x17 Æ\x11 6 "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"|:ÐD¨QI}”rE¹Ð)^ï "
b"–Ð.lR·JóŽ7™xÏ7ˆ/ "
b"Ù0à)Å\x0F Kæä9í\e '?=% "
b"ì²û8¶2Hh×G\x12 µò[Á╬ "
b"©•RöB\x01 Iþ›oç\x1F\x1E ²#Ã "
b"¤˜îmñ´M±‡ûÑexÂ\x17 ¾ "
b"î«öIüzChÖRzik0"¯ "
b"J\x04 ü¤(7A_ÖJ&█0-£± "
b"ój4\x19\x08 WF▀ºbyIèìr‗ "
b"Ÿe\x12 En›Oâ…Ò«¨\x1E Tsã "
b"SüÇ▒Õ▄IJ░\x02 ûñ\x17 t¡µ "
b"äí"ºµÍN»¶\f\x1E ¹\x17 »GÜ "
b"-\x19 gu}MÒš¡g…£y\e d "
b"˧ð–õ®H¶’a-\x03 ×\x06 ”˜ "
b"¯ág\x0F SõBýˆ¢²),ÿ8y "
b"ºáö¯b¶GP┐└ô«ÉÃch "
b"\x1D ╦z Z[I|ø\x01 $\x0F ü\x13 ┘2 "
b"EÜæ╔D#Kaüeë~;k!¢ "
b"\x12 ÆÏ\x17 ].A_’\x02 òo\x7F ^¢g "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b"\x1A Fl^;£O×€-¿¬.è;ž "
b"ÁCcTy»MЫ/+Eïò™\x06 "
b"à\e ‘ØJïD׆Ñy\x17 I¯"í "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"Þ}¸»ý9M0›À\x02 „|ù“ô "
b"³░b\x7F ╩\x08 CÚ║┐I¦ÀØø\x17 "
b"ï’MƼ£Cˆ“…UÛd›X½ "
b"ÌLÎØü\x13 L"ªètºÞ"\x0F * "
b"Y\x7F ˜\e 'BY ~^°ÑÂ5Œ "
b"\x1E ┤▒öìUO\x13 »¸ ▓\x00 ╠u¡ "
b"\x18 ÓìÂÁfMÿIü–ê¥2_ "
b"O\x06 x{¼ÕH\x14 ˆa…êQ;\x15 ¢ "
b"GÍÆi ÓAǘ±nÔ=sÛú "
b"ÊõíM¸÷Eµ€_$ïn}ú\x08 "
b"GŠxu›µJuµ®öù¬–de "
b"¤▓5E\x11 ═I(æT>XØo!ø "
b"æZ°ÿÖXLVÉ\x06 û~¬ÚÙy "
b"\x15 ‚ÃŒAäOy…þ²õ"Dúj "
b"""
\x16 —¯=ê\x1E J\x7F ˜Qü)\n
\x02 U%
"""
b"2LOæÊ‘G¤™ºd)xKml "
b"\x14 Y6+•+CüŠÓk\x18 chœð "
b"á™ÍÃf\x10 CY…–,’h5\x00 ¿ "
b"SÔÒÓ\x12 _KmŽ\x1F\v ¥¥ù-\x10 "
b";ÒH“›‡G¤»g¢ò\x04\x0F ¦© "
b"Rª6@¨3FFžôóÃÕGvI "
b"~ñMº´ÄC „”\x15 U¿¯Jð "
b"ø£¤═BÓEm®\x0F ü÷2hÕÕ "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"_…\t ŒBƒIP¼¤Ûõ\e 6̇ "
b"É\x05 _²d\x0F GM“G‰4ì›8À "
b",ÖÙµÓ@À®\v þšMÏ\x13\x01 "
b"”F©ƒ…«N£§§†ö'ø•à "
b".\x1D z$Ã~MM–²Ýui=%L "
b"\▒ú\x11 Ü■Nëºoí┐gÅ\x10 "
b"¼•ëÆç¤EH«ö=ó²o„œ "
b"T4ô\x16 _\x0E F\f ‰ø\x06 b[Þê7 "
b"“Œ[’%ÚL\x18 —Ú\x16 Ç>YŸÙ "
b"óyÆ·bÑDb…ƒ$óVŽ·g "
b"Î\x15 „\x0E æ3G”¾™\x00\x11 „ô{d "
b"\x14 Š}·¹\x17 Fwšñ9›û\x14 ·I "
b"·T’ˆ±îN\°\x11 -=à-fX "
b"‚þÍ2Ë+AùŽ\x06\x08 G³·ô\x1E "
b">Î\x1D œíªE\x13 ž›ü$¼lñc "
b"ü\x10 Øm\╗D%ë@\x1E T'!,³ "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"""
║îÄ╩$ÒNçå@`¹æ\n
Åç
"""
b"þìŠñK9N1Ž,é†.c'Ù "
b"õ”RŽ–KJ\x0F ºÞáXµmʤ "
b"# ñ·\x17 mAâ‡$5œ±|Il "
b"BêsØ\r TKj‘µýš˜€<ï "
b"}ä:Y'cH¤šC%3îèçƒ "
b"Ú<3\x01 ƒ°NB¦c[.]0CŠ "
b"/\f ù\x03 [=MÔ”Û\x11 øgÆW "
b"ßô£âž\x1D IëµAó®u\x0E _\x05 "
b"Ý^╚°U░Mü»Û╗0#ë┼║ "
b"ªŠe\t S(BØ•\x02 ˜\x12 Á "
b"ÞB›p\x18 ×FЈˆ¦ü\v é‚( "
b"–l©È`VG¡¸\x13\x14 €\x03 Ü'ò "
b"·æºÊ6KGó’0ÊÌ\x13 æ-| "
b"’›Õ>\x18 ŒL婈t5˜î¢¿ "
b"\v N\ÄÖ«N¨¸3\x08 b·(º\x1A "
b"èL‡Ò4;LŒ´2ßÙévT¨ "
b"qý\v 3£-G4ÉW█?7ÿ¦f "
b"\x01 €1צPLp¼–\x11 ïü¥Ë‡ "
b"È\e %S©XJ\x07 šøízÈj(\v "
b"Fi²═4]@ÓÉQ\x1D ÷\x0F ÒGG "
b"Ó\x13 ªfý*Lv®¹Íë]\x19 uc "
b".´\x02\x06 5I®™·‰˜b\x04 ¢ž "
b"\x1E ›'á\x11 ZN\x03 …ð7,\x13 þ—P "
b"db6ebQN\ŒÜÌE£&S "
b"-_ÜéqUIô¨\v ŽÒœl{Ë "
b"¾»û¦ï\x05 @\x1D ž{çéÅ>¦” "
b"\v Å®£p‗Jòƒ\x02 ÃF┼î█\x15 "
b"/è˜Ö¢þM\x1F ÉXe¦%¨¢ "
b"""
\x12 g\f \n
ISDv¤b~ߨ¨¦@
"""
b"×r¶\x01 %ÖO\x15 ›äl\x03 {"\x1F , "
b"±½û\x15 ┴Å@Êó.½u¤╚mã "
b"ê#Pxq\x00 @Ò²ˆ>ß[†¾ˆ "
b"ˆ2„\e XšOÞ¶UmúG%B› "
b"21skGu@6Åû\x1E C¶╚¼ı "
b"iã÷\r þ]H¾°™k-WÝA2 "
b" \x12\x16 ·\x1D ¾G<‚\x07 ‡\x03 n&ƒî "
b"╝wG╠mÂIOüÜ┘âÏÛ9N "
b"ø¯,™,9I>†ä h÷Yñ6 "
b"X³ÐÓZ”O~©ô¢®U\x1D `o "
b".┐6╝]sJwî}ÂD═Å1* "
b"}ÑÜdb\x18 F®¿[Ep+½C¥ "
b"""
Ìp\r ¸oÌA╝ƒüâ\n
z║£\x1A
"""
b"\x12 C‘£r¥GI¸‹Ñè~£'\x06 "
b"¦Ø1¶*3Lv›ÓHz''Î" "
b"þ\x05 £\x0F\x1E |Ic¢Z‰¶ˆþ”ü "
b"""
=ÍC\x17 æŠA»ŽNE€\n
ée+
"""
b"!\x1F ¯¼†ñ@?—QO[ímV "
b"ø£w^xnC-œ\r íû8õÍõ "
b"\x13 4\x03 R~9HÙ‹û-Ü¢"JO "
b"ʦË\e\x15 ùE\x06 ºî”«m«Û/ "
b"\x12\x10 ïs).H4»\x02 Gz ™Zç "
b"\x14 †Œáb¼M<¿Vþ\x07 ½áþ½ "
b"zÖÅL›ãO\x03 ´EÓ\x1D i'íþ "
b"ô,°G"¨B\r ░■ü║Gû\x11 ÷ "
b"”9\x1E TI’J¶ƒWÊ÷2iuÍ "
b"\x13 W&òdÀBt«\x10 ‹<rÔ9\x1E "
b"¤ÈÆëÔID”†»‹ïÈ\x0F x” "
b"y+F\x12 fÍGL®#Vª{*m\x0F "
b"""
Ñ\n
_¤OÊIu¿\x01 OC/\n
QÓ
"""
b"–—\x19\e ÷{IÖ†®\£\pú\v "
b"O\x1A ,ŒZäO«¡¿“@À€˜” "
b"5®▄\x07 k┌OgØ õjAM¬\x02 "
b"Ð$└£ÛÉBýîÔ¯ñƒq\x05 ▓ "
b"¡V¹k(¾E?·8ßÕv¿3\t "
b"úgf[ô\x0E AÒ“:¸çí\x0F\x16\x02 "
b"±„sä\x01 ÆC"¼¤\x00 1õz3o "
b"hþ7™‘øMÕ£wæH1è`í "
b"«æ¿'ì¸O“–o,fgT\x17 } "
b"(g\x1C ýd^A ¢$þ\x02 0d“W "
b"å\x1E á7Ë\r N:‚vg0#©\x04 v "
b"ÏÖÜšõôK;“5GGokˆ¦ "
b"®├ ï&yK\x11 ؽÐB▓f_É "
b"ÓÈì\x16 ╔╗I\x10 ªJ╝âb¢█Ì "
b"|\x14 \Ë:ÐIü¢Äì─ù©\x14\x06 "
b"ÆPCâ\v AC®»│¡ù(,\x07 Ø "
b"┐Ükê¹ÃJÿع¢V¬¸Þ▓ "
b"𲂫âÿKQ¾ y`C´\x04 ` "
b"+É0\x1E \r ¦O³ö\x13 £%áƒç+ "
b"‰í¥œŠ²HQˆ`?á„Kùý "
b"\x1D O÷¾ú6C&ª¬S\x07 —\e U³ "
b"çGïƒVþM¹°\x03 ¶oòå\x06\v "
b"û‚ÝêŠ(L ¤}ÖÃÜöÚS "
b"?%TI\r ™AÇ”»qõ÷dÌÍ "
b"Á%¸╗» OGÀb"ÅN¤ð½ "
b"kP0¦8)Jç°aJí.i5D "
b"tÂ=ï/(BAŠñ`d§}Å\x0E "
b"""
un\x14 a/\n
Dø’š\n
\r ¨\n
\x06 P
"""
b"ñjØ\\ìI.•M”¯tÎ__ "
b"ǰ}E\r ’LÞ©@Û®^kY\x16 "
b"\v X\r M▒»C{Á*µü\x04 _úÏ "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"t\f IÞ\x0E ›D¨‡ßosê¤\v p "
b"ûÏ X\x1D ÖLô¸®Ó®÷€6š "
b"àœd‘U\x14 H)¸\x15 F\x05 óSÞc "
b"""
\x06\x12 @3ZäK ˆ¦\n
%5o\x02 ‹
"""
b"ÙoAŽ@ïNf££,IF\x19 Âo "
b"├Jò+ƒbK>Å┘s║¨°ßÁ "
b"\x17 ¢%^WÉEà║èê\x14 Ø i\x1A "
b"Nê\x08 zž]@’æ›°mF7c "
b"ºæiÅ\x06\x07 @ýüç%a´p╗4 "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"""
*\n
ý\e\x06 ═O\x1C «ÞeØI\x02 É>
"""
b"\x08 M‰`¤|C߇!ä\x04 vkÊ? "
b"¢¡˜ ‚OJ€¦~ôü±…Eq "
b"dúæH˜ÈM\x0F ¯Í0ùëñíŒ "
b"£x£ÓZžM\x10 B3ÖIg "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"ÚUèôŽ,DÊ”=Ñ\x1D iƨ‚ "
b"4,"¹GÔKÓˆBR±â†ºº "
b" \x19 š*¾wOI‡\e gÜÑùO= "
b"ÕW£Ø¬‡H„ƒ[\x1D\x19 ®á`\n "
b"\x00 cÙŸ”øJä¦$]þ2rƒG "
b"D!ûTQ│G┘╣Ű┼¨£d¶ "
b"3#_¡'H@ÿ»\x13 ÍÓ²´¾ "
b"Ä(\x11\x19 °/L\x18 Â?ªØ\x15 └0a "
b"dªM]>ÈH[ƒúËÍ™8ÎA "
b"ƒ5$Ô÷Å@›‘]!pÏâg4 "
b"ÅGnUØJH\v ¼¼ÚYJsMn "
b"\x00 Å6\x16\x1E ÒB´ªædÐä)z3 "
b"n\e Ú™}PE‹¨Õ;Zñ*sÆ "
b"¡ý0&:ŠK߆šÝ÷”Ò7» "
b"ÜF+(\v\x17 IÚ›\x04 ¸|«\x06\x04 H "
b"ŠV83¶ÛFÕŒ´#\x1F ¯³ì¹ "
b";NbgÞ¿G'¼I«8.æ³x "
b"K:\x07 É\x18 „D9¾y|‚¼ù?] "
b"\e §BÀø«N\x14 ¿²ƒ‰f&!\x14 "
b"ðÜ;¡ØéF¼▒í53Üè"i "
b"ù:«ÄýDX®\x05 ‹y¨Õ_@ "
b"‘JÂ4ø'J·¥R_ŽÀz\v ¸ "
b"*À°dVâJóŽÔ W–γ\x14 "
b"Ò\x12 ¿¹ÿnO¸´¢cÂq†™\x0F "
b"""
8…\x11 #ö{D\n
ž³Lƒ§×ÖH
"""
b"ßm¾cË\x1E MŒ‚ލqWx½f "
b"GiÉ[!ºD/úSïh m¯² "
b"╝=Øö\x15\x1C O,Ö\v\x14 ^│╩▀┴ "
b" –ö"éÀM׊:a…ƒ\e £\x1A "
b"C§è3°ýIrºÔ\x07 Õ\x17\x05 ž\e "
b"һ¶R…I\x17 –¸\x7F Ix“\x0E\x13 "
b"V(Z\x19 ¦+L¾¯(\x13 ½¥Žþ\x1C "
b"L™b9,qF\x02 †*‰¹©¼‰‰ "
b"PÒ.Ä\x0F ÀIs¬ÇžÍheE; "
b"¾žnÜa\O-¸\x01 úËXS„) "
b"Ð\x7F ÛK`)Kd›Gf;bK\x17\e "
b"EG▒\x1C ▄|Imì¨\x1D ì2Ë$¹ "
b"b£!v¶¤DÛ¨å\x0E èAPKÅ "
b"Džg‚N[M¦¾²ËŒqg§P "
b"û¿ë╚$øIüáÄøÛ¾\x0E ç¾ "
b"ç—ý™sçOì•”'w\x1E ¯j6 "
b"†k³†Þ\v E\x0F «ªž§DÝêU "
b"\x03 wFg═aCË╗h}\x01 Õ‗ØP "
b"ÒJ0ëh`N6šR\x13 Y²DI\x1A "
b"ïyü\x07 ãJIWƺ\x0E\x7F ┐x2\x07 "
b"X\x10 Vµ¹€C¸¬l[\x1E ÿÀ0” "
b"ý3\x0E\x1A i\x19 H‡“wÐ8\x0E .\x12\x11 "
b"PS\x05 çw\x11 IŒœuBÞe2Þè "
b" ýã\x1F Ï^J\x1C “kÝ`ƒp}) "
b"œS2Ë£ÄO\x0F Œ¬.¨…\x14 ñB "
b"""
\n
U´éTXE²ì&ðI÷·én
"""
b"ü~PÍLüDöí┼½N▒¹n "
b"\x13 z°@$[FAœ]\x19 æ\e UGv "
b"Äç¬\r ┼ïBØ╗úäð\x17 Hµn "
b"d\x1A ìa‚ÿNñ»Ù¥ - ðÇ "
b"+C ´;oO¢¯¿iAƒ¸k© "
b"îÀÐéýDA0ƒ3NϪc‡` "
b"¥g‘ÈþdA—†\x12 üãã52V "
b"yy‰56(LÕ¦ý*ÞWÌ´\x06 "
b"áî{ê\x1F ûN~¦†LÍ,Jþ´ "
b"KÒOë\f rN¬‰\x12 p TÅ\x1C "
b"G¬»\x18 XÝFaªX\x10 ×ðÊ.t "
b"\ë\t Á\x1D\t OÍ„Û\x18 G8ÒЃ "
b"„Ðx“\x14 EG#£çÙãC(ýO "
b"«€ô~\x13 r@²¸Ÿé‡ƒâç, "
b"e\t #$ÒîLX….\x11 Ô¬9ws "
b"\x17 ┐ÏaÉ£GcÁ΃╠þ┼){ "
b"~Rú»2ýLW”?]åü#Ÿû "
b"ÉÓÈ)Ò`H®×p>3F~Î\x07 "
b"¤sƒþ\x1F º@\ìíõT─■Ét "
b"¾\r “‰$&FߊxϽ6% ä "
b"§v…JhDïŸpH\x11 ޳ƒ¹ "
b"Ùÿe\x1C ·XJoøgü\f ú1╚p "
b"ˆ÷ëù\e \Ky¡´áÇ¢ÑÊ' "
b"\x14 NTê\x0E ýK¦ú¾ù¿\x11 ðÉß "
b"n╠█¨║¸EqüÈHí\f ¡ßI "
b"oÒú\x1E K/O\e º°íçÌUj& "
b"ÓYÅ®U)Fƺ\x03 íµÓ┘ðë "
b"å\x18 Àóü®AË┤├íFã\x13 uø "
b"óîQ\x17 'ÏGGÅzs±t\e âá "
b"œ‚”é˜ÞHõšfMŸ\x1C ÷´Å "
b"¹xÇgÝ*Fj¯\x1A x\x0E ¯\x1F Öœ "
b"ÌÃ\x16 ]‹gK‚ŠzœüH2QU "
b"Å™\x01 âæ1LA²öi}\x0E\f\x11 7 "
b"è!Ó·ü▀MKƒ5E\x05 úD?1 "
b"·üc>p9Fjâ┬'xè└]( "
b"F¤$®/ Jº‡‰\x16 m€aà "
b"JÈ\x1F\x7F 1\x06 N{óH5D\x06 Å\e a "
b"¦¹óá\x01 ¦B’«&\x04 R_âo "
b"Å„>ð\x0F ½B˜¶ˆ¹5Kðq\x08 "
b"6\x19 ,UËÍC<¸Só ׇ\x08 S "
b"=¸îÿ‗\x17 Kìé´£┬î┤\x00 $ "
b"“\x17 ¢”•ÄOÿ’áêâž#Çã "
b"‘€´bpèMí–\x06 —·\x7F s\f ' "
b"F¾ÐíæòMˆ©’ÀæGF“Ê "
b"÷\x00 ÌøÑ›Læšwm+Ž\x03 ü¿ "
b"\x04 æø=¢FB\x08 ƒ!Ê\x02 ?a#š "
b"ãÈz\x04 •IIó¢s¥6¼\Z} "
b"më€p!)HÅ€hiÝL8ç "
b"""
\n
\x03 |ìo/I\x08 ƒÀìÇ4…\x19 h
"""
b"\x02 Á░╠âıK*ñþàì:îG▄ "
b"2¥Ãí8[HüòÜhƒpn\x06 ^ "
b"àXYÇ®ÂOâ¤få—ÆüLñ "
b"i؈¦ºyEÉ€\x18 Á_;'º' "
b"╣»O²└çKÉÿ×°»JÐ[ "
b"ÐK©¬º9Nuüt&¸▀èUp "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"4¾w\x17 ╝\x18 I╦╝Øbè\x12 Ù¢Ç "
b",{åÀ\x05 ÉH”™y·\x13 $OäÊ "
b"•Óq@t\x08 L;¦‚îùM|‹… "
b"\r dŸ€Ø‚B®²å³\x17 6J£× "
b"*-Ä8S\x1D Kj™w½µÕFïo "
b"\x17 wðòr~Hj…\x16 Zð˜?-Ï "
b"Y_E&nÅD~ \x14 ¡d]\x04 3î "
b"\x14 Ö\x11 Ð¥\x0E B ´g¡ÂÑ\x05 ® "
b"9î\x01 ú\x10 eC;àÉàÒ³ä\f X "
b"¥¼-ÄO\x07 C=©\x05 ö\x17\x1D œ°\x1F "
b"¨?Õ\v l´Ao«=÷–!|ÄQ "
b"GÉ=~\n \x00 Dá„d\x05 úQ×OÖ "
b"\x0E ╚Õ:{ÉJsì<ËîpÆXV "
b"¶┴Ø3ñ7O ©\x1F\x0E o\x11 ÓQ\x06 "
b"ia…ÈøCHt®}O\x02 Y¢\v | "
b"\x05 ¾╦Õ┴D@\t ì¿`ùLtÉ\x11 "
b"˜/ßÌ\x11 ”B\x07 ©^Ò¯£~¤Ò "
b"¬╦Å̪óIßï\x0E ÎB9Í┴ "
b"«†r_ýôHBƒÖ\x08 šU¶A{ "
b"Éë)äý.D7 W(UÚÊ5N "
b"ıU¥y±(M\x01 Ø\x0F ║é\x1A ¥âZ "
b"à'¹rM└KhÉ@£OVÁR\x10 "
b"È;ì█\x12 âJ\x7F ¼F\x1D Ýe¾‗< "
b"êrÂÖ\x16 7C£ªÛý›søOÇ "
b"[Kˆ2€{HG›î\JjN6Œ "
b"ÇYÉá óF├ç«ò~÷$\x15\v "
b"÷!Ùäú?IÒ‘°!\x1C\x0F I×ê "
b"Çe@\r ß4D5½9\f ¢8NÕ\e "
b"""
-\n
MÂg\x05 H▄ª├ë±\x1E ('ì
"""
b"▄ú4\v ì2J+▒õ┬│ />e "
b"cUz‗-üGÚòe<\x1D »\x16 û¨ "
b"ù5Þ\x11 ]]C¬–k\x10 žÏ5Ôõ "
b"Y«|éÉÔO7äê║j1\x14 _┼ "
b"mÞabáDB “óˆ^\x1D “®z "
b"ñAðñ—cJû”k{kšPv\x18 "
b"\x0E c\x19 ┼:LL*ÉÅn\x1A ╦\x1A (P "
b"\x01 ˜Ì_îÝrå½Fš\x1D\x15 aõ\t "
b"°Ì‹±ÝŽ@Hœ\x13 Žâ*–u– "
b"€á±EWTLú{Õçhb\x02 s "
b"\x10 ™\v 4r”L"™\x01 C\v 6Ä´¬ "
b"¤±ì¢ÙÜIÍŠ¶2™•°¦¬ "
b"Ã\x12 €\x19 ÌNöˆ'\x08 ¦6vªþ "
b"«šßFngDŬØ:çáy€õ "
b"ù\x05 Æ–ürE:’Ú\x7F\t ®5\x1A u "
b"?ê\x01 WbÇJÓê\x1D\x15 ü┬)ú╔ "
b"s&#è¹½L¢´ýi õÿÙ´ "
b"¸-M…)ŽJ]©U¸\f ¡V{\x13 "
b"Ëy麴Ž@ä†`Ò\°\e Á\x11 "
b"yÅc§0\x02 G\x16 Â7(\x13 y'Ñw "
b"Ì.\f —:¶J™¨¤Ã6‹y\x0F æ "
b";K™}míA~¦FvTù;QŽ "
b"¥ûAo6–Ha‘Ìdb‰÷j\x1A "
b"\x06 ºÅý\x04\x01 HÜ´ñĹ@Î^$ "
b"tPÖ‰\x15 ÀJï’iFl\x03\x00 JŽ "
b"À=ü×Ü\x01 D\x7F £©\x06 gúÑ\x01 2 "
b"813\v Ù<G2Žû!˜Â!Úå "
b"på/Ô’:B‘ž•‚˜\x02 MÍó "
b"\x1C †wœIjB\x06 †ù¼\x1E Ž~¬‹ "
b"[l7û„ÈC¶–™å\x00 ò£Zõ "
b"¥ˆZ×áËK\x00 ½;ß\x1D ɉž@ "
b"""
b:ý\n
´FN&†2âÆ½¬új
"""
b"·w} \x00 ÔI\x03 ªŠƒ.\x17\x12 Û” "
b"ã$â\x7F /ÃFð€©‰P‹Å\\x16 "
b"ê(m6┤õD\x17 ç\x0F bÍÉǯ^ "
b"Gë\x1A 4ã†G ‘á30ƒ\G) "
b"ï{JÁ\x0E\x10 @\f ¸ñ$#ã\x1E ¥Ò "
b"Éı©ÉÖoFjÖõJ\x06 Å.^u "
b"ʈÙý\x16 •I.¯'§›“UÁ• "
b">ÍJ\"ªD¥»uÜÕªl;ô "
b"wqÆ\x07 ¸MC7J\x02 Í<PÇÝ "
b"a\x1E\f ¨\x13 øO+É\x06 o¹▒E\x12 l "
b"""
\n
´█Ù\x11 dMQë╦═hÎ?Å╗
"""
b"¯│┼▓├¬L\áWüAkæ\x02 M "
b"ǶT¯™>Nγ4¨\x1D\x19 ö‡õ "
b"48~[¬LD\x03 ŒqÒ'ãî\x07 Ï "
b"+Åþ\x1D i®EÏâ%û\x0F ð×\x07 R "
b"ueÁ\x1C ║üM\x1C ╝ÌXòýÀý╝ "
b"uÚ\x02 å0{M}»Ž$4\x14 Þaè "
b"\v b]ä\x01\v EÄ¥.(œÉñ¦R "
b"\x04 µ┤Ü╣╠C╗êÅuÍ▓\t ×┴ "
b"Ì\x06 Å`VRLl¡FL÷$«\x1F ┐ "
b"ÝÃâ╠─ÜB4Â║¼ì\x06 ┌ì┤ "
b"MHt‘Á˜O‘ŽE÷Y¦q·x "
b"O▓!jåK<Å$<Ífi\x0F E "
b"xô─└èzN®ÜØúåu\x1A Ô1 "
b"ôÖ\e îÝIX‘é俺ðJ\n "
b"\e ˜èÁ~ÊMb§èD˜~\x00 ûn "
b"h96üpÌB─×ˤ┐\x12 Þçx "
b"°ƒ®ì╗\x17 Jxÿ\x00 ìP\x06 sËû "
b"ZkŠQy$Dð¦Ó¸ I´Gê "
b"|\x13\x15 Xz*B·Ø▓ËÄ0J£Ì "
b"¹¢ÃãQÈFã•#†L7¾å\x1A "
b"‰\x14 r@t\x03 B•ˆ’,¯°¨£\x05 "
b"\x14\f œò\x04 ¥KȈÈÃj\x1E 3‰F "
b"&׉–è¬J§¡IN'VgðN "
b"ˆÅoUdæDߘf%€\x0F Ï!ú "
b"\e\x10 š´\e LGâ°[é\t ¨r~3 "
b"\x13 ,\x19 ”³Há—:\x02 &¥(d¿ "
b"d3R\e vîG\x05 «fDû2¿}w "
b"»Ó\x06\x10\x06 ¦G†Ž£0¶„…u[ "
b"Rü¿C¾ïM6›ïY½\x03 hý\x10 "
b"ŠÊ)sQ\x04 CÑ4Àì\x18 Ë\x1F\x7F "
b"ªc¸çt$J£¬£uÎè;\x18 ¦ "
b"¼Ž,”Ù)Eû›\v\x13 ¢Ñ\x01 ûž "
b"iÆ=èìÕKÚôXD¤\x1A ß!ú "
b"ˆ#-ôÃ?K\x17 ¥\x0F q¢ÑàŒA "
b"`╔Å¿¶\x7F Eƒ©²&üÁë\x16 ö "
b"=\x1F î¢\t ?B ·i–ã¡OûI "
b"#ü~,N©AƒÉ├©\x00 cø\e Á "
b"\x06 Sè`¦´HÃÑ<åÄÉP_N "
b"DtV\x02 r«Ig‘ÕNøI˜ðZ "
b"\x03 j&»¾KO\x01 ®¨\r 9»ÉÈm "
b"£Ú\x1A Q \x0F I1»Žx¹í²pm "
b"Hñˆ\x00 €ûN}¼¶›ÀØZV« "
b"PR#š«lE-«éô\x02 ãÌØ¶ "
b"{L»·║ðMMɶ\x12 Ö^]\x07 É "
b" x!£\x19 ¡Mø‘±ÚRËc;Õ "
b"\x06 &aÑRÐJÝ£g\x14 ªÉ¡«F "
b"é૥Ť@\x14 ‚\x05 ŸD\x1C •œ\x05 "
b":³\x15\e TDD©»a\x01\x11 uÔ\x07 Ú "
b"\x0E ”®B²éF$·@\x10 Dt?¡ò "
b"Y\x01 àÆ;\x02 O •Oå…Ю\x08 _ "
b"\x1E VIH¦:Jª·\'\x10 v›É\x19 "
b"Ý6║Ï\!Eæü\îïôeæ{ "
b"A»y•\x1D ZC.‰zþÎÎ~G¹ "
b"\x7F š›´äVGø´\x0E äÒHVq\r "
b"Þ?ú\x06 S\x1C D¹Œ2Ÿý:F• "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b")jP┼*ëB╔Ø╝█ñ\x01 È?O "
b"ys8PòøJ©´-\x1C a¨ˆ?¨ "
b"ÄË«È\x18 `L¾”&3®ýwz¦ "
b"\x01 ˜Ì`cˆp\t ®é™5ü\x07 x| "
b"\x01 ˜Ì_Ï£r†„X°\x13 tEæ\x1C "
b"\x7F i ¿‹«F\x00 °DtÁ7n’Ô "
b"65üÇ|NDj©+¼®Í£¡\x02 "
b"D\x1A ë»AôI\e Å\x1F ßãé\x02\x12\x11 "
b"░\x16 ┌+X└J▄쫨╝u\x03 F╦ "
b"çíÔk\x1E C<ƒÍö£à´ŒL "
b"ŽVÔ6\x18 VHe—±¥æÓÚ†P "
b" \x06 £ê€JOöš\x07 pÚl›\x15 , "
b"¬‚\x1C &K‡@ô´©åoÓ%Æ` "
b"¿\x16 ·Ù;ñL\x0F Ødø\x1D ║7\t ) "
b"«\x1A WeY»A=”˜zØ:9Åò "
b"Yü5▓¡\x05 Kıæ+i\)Âîz "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"Bg‹ëºXM\x12 ¶CçÑÓk½Ú "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"Ñ\e\x1E └²@¿ðÈæ\x1F 9ü; "
b"ÿ\ªu\x0E ZNÖµ4K²a_YÛ "
b".\e ó¢\f ÔMn¹Ê²\x19 ¬Ýx< "
b"M\x19 Õ¨\x14 %A¼‰\x1D\x0E\x11 Ú\x03 ˜Q "
b";þ\x1D ]\r ¤L»╗\x02 )ÀWÙíì "
b"Å\x15 -\x08 €'O:‘ßaÝ,ðí5 "
b"´,àÀ zJpîÉ┼´k┼8× "
b"ÜÑWšWïBé÷kšü¢\v Ù "
b"ì\x14 6Ú\x1E LO\x03 »\t +!Œ§Œ² "
b"sávªâÙEã¢ñY\e\x18 ÷•ê "
b"j\x0E P«[ÐF\x14 Ž7CÑ%alë "
b"\x1D ØÈu\x0E ┤BõçDô¦Gÿð0 "
b"»~"ÊNõA(É╚î5y¹Í9 "
b"?#Œ"žæFŸ¡+;cJƒl\x1E "
b"-\t 6RA1BߴމMµ=ª& "
b"PÖ¸º3▀Nûô─¼lî│·Ø "
b"òÁõ(¯À@?âE6└%ع¦ "
b"""
lñ ¦l\x1D D\n
´³ò\x11 Ê^Ôç
"""
b"=¿┐\x19 j;IÇÅ╬&e,╠ı╣ "
b"-3Å`¿bK\x08 á░vª¢®¢ë "
b"\x0E „`z÷XA¨¯’BáBÓ,\e "
b"\x02 õ7m´ÜD\x7F §žk”K-\\e "
b"ªÝ\x01 tÉECPö╗9=S!e¤ "
b"R! /„€DV«áÞ6ï)R¼ "
b"ß7a‘æ{FÓ³‹_GtÞ\x02 $ "
b"G┐░ÇYxC╚ÖØ\x13 Ò%G▒ÿ "
b"""
†[S·„\n
E\x11 —\x0F –™ê|a4
"""
b"åiß%░\x04 A\x12 ô\t -ب┐4┼ "
b"\x1F ¦žÝª¿Mõ—\x1E #²Ç\x18 ÕÝ "
b"0Æ\x19 ¦M\x18 B■ÅÇ\x7F ñCJÊ╦ "
b"╚ÖèÚMØHØ╗Q4▒îo_┤ "
b"Ÿ\x06 ôÏU'@7ÕÖ‹,%\t † "
b"hÜaTZ£O<¥\x0F Ã\r i|ù& "
b"\x07 è\x05 LZGø®øç×2E\x1F ÷ "
b"""
Ü"\e ÄaîC›ˆñªv~\n
„\x18
"""
b"üá\r \x03 ù─@ø½ÄÙ\x19 ╣\x15 û╠ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.categories.mapping` . `category_id`
) SEPARATOR '||'
)
FROM
`product_category` `product.categories.mapping`
WHERE
`product.categories.mapping` . `product_id` = `product` . `categories`
AND `product.categories.mapping` . product_version_id = `product` . version_id
) as `product.categories.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x8BD65A8FAD6245BC867628F1A69B3CE9 , 0x2FB6517F82A04711A1771C9B484111E2 , 0xDCB8543623994D25A660974430987A4F , 0xA04028C7174D47188E03F3039EFC91BC , 0x88BCF3C46A49400DA3995ABF847D8C5D , 0xE1A013FD4EFD430DB67448B9B34351A7 , 0x79A78600519F4258B5E4F557194B2443 , 0x727519E5EA9945BCB38556C786B0462F , 0xEB322FA731B6473DA5E4510D80AF8994 , 0x4717B782D81F4AC9B1F38BA0DC75F742 , 0xF63B30C4433F41FA918E808F059989CA , 0xF6CFE19E39E74358AAA0D97D3E8D34C8 , 0x312ABB438A8545BC9ADFF97C49DC5535 , 0xB842E53BD9334206ACEC3CB3F9DEA93C , 0x76FE52880DF54B2F929B6A30205355A9 , 0xDF6258B4B02845A592C304FE986AE052 , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0xA33903F981914C079418471C6B7549E8 , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0x4570100A52C74FB0B920361946661659 , 0xBE2A8B5796AD4E87B0DCA06D554DB6F7 , 0xFC48A8E93EA141E181C1A596FE6D051E , 0x66CFB21A9FB04393A95EF36481DFE290 , 0x1AD29F6871E2430EA8C818CF58A2DB2D , 0x2251F5AB58704679A4355FE1ED0FFF18 , 0x569267B6667645A791316218C4F646ED , 0xE1813D1953C34D33B0D9B27ED5873886 , 0x24B02B0793934E648671FB2529FF3C2D , 0x3BB7EBBD9F144E5A8437F006568BB854 , 0x845111537C5943AE95F498C4E2BF53DF , 0xC319CA29CDC142D584C7B6127311BC67 , 0x6E4A90D17F5245C2A77F76E60569A1C7 , 0xAF04851046CF41D5BEE33137CF5593A6 , 0x3722FE146FC24976887807D1D7F26600 , 0xCE3981BD83B64FD8AFEA57C28BD8246E , 0xBD23FB224162498494B6D28D4D146CE4 , 0x4A2520F301244FC4938292D3C6EFB7DE , 0x1CBE00765D0746CC97D750398CDEE081 , 0xDE5DA57142BD48BAA95EE550D3C0F8F9 , 0xE51450AA60FC4B9AB5749451E5B9FD35 , 0x3586BAA2490B4595A40CB4454BA7EF72 , 0x7921ADD9108248B28592C1C45E474697 , 0x6D6EC921BFB541D7B9C5AF4A349E15AF , 0xB49352C4C9EE4CCEA81C1CD8447B8B60 , 0x5FEF0BA56ECF4DADBB7A958FF26ED5B9 , 0x61A035DBE1B94B8CA98D62F3C176EEB7 , 0x4B0485E3974B48058B92B37F4E8A8ABE , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0x7C4A7C48062C4A278354F53DF305DFC0 , 0xA98C66392C6E4C9187F118B80267894D , 0x88ADECDDCB95437497F05284ED3B0E66 , 0xC810C313FA96425FB90E8BEABEF852A4 , 0x84C073C6200B4139982FF1FE5AF38A61 , 0x7F5C92811BA94B0B81185CF6C0BB4643 , 0x58EEABFB540141F29437C69620ECAFB9 , 0xDDDBB7778D9C4BC9B8FA7145F16C012F , 0x109A40BD85D0489AA2B0BA18B0CE4B99 , 0x85916D3C3CD847F7B4FBBC02ACB5704D , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0x86EBE79EA34F4082B5C548D59851BD91 , 0x8ACFB590313548F2951202180595CEF1 , 0xA8D998D62291426F9C4D23682CC1A96F , 0xC2F9E1A9CEF6409B97DFA5E31D7FF15E , 0x41DDC22565CA44F6A5CDE132C7B48943 , 0x4326D86DA86B4A9FAE14BA2464873114 , 0x96A9109F6D9D4332BE2261EC9AF3DA31 , 0x7B2C8C847B424D4E9622CF72F5A3A189 , 0xA7A0D11D3F0C4E01A250D00E5A63E921 , 0x1B2460577BBD480FAC7A7C2735D82AD8 , 0x155C1A69F6BC49819758E902E5FABCC5 , 0x135D7E3A28F048EC90FE4C0F9CF250D1 , 0x3CB2766BDCB844C28B29E352AF0DC82F , 0x19BA3CE15C6E4982A08381F11318184A , 0x76E51AF65D024E0089DBA40C450C302A , 0xFE1287214E5E4282875F650321BB84BD , 0x4049F47D6A184BB785D8F6F563846268 , 0x6D2C2C3D092B45C69258AE58C834C910 , 0x78EF6CE488B546DBA1AFEC66D499D99F , 0xAB85030B022F4B3D90F8532E1084999C , 0x45A8AF00865F41389ADE5EB41A8413D0 , 0xD235BF8B535E45E0A3927FC200C87B6C , 0xB443160B2762407D8A345DC10F5610C9 , 0x041F4976FCD7409A8B95FBF4D550DCD8 , 0x27BF42012FDC42E7BDAB23A2AF7892A0 , 0x41428532E90041CEAA778625072128FB , 0xAA1A6A7E4A774C46B3ABE3658507B904 , 0x92AA9F08AF494AB280017AFBFE8D803D , 0xFF9921076D0D4A8792594519B9DFB853 , 0x3B95A46B94B64A34A73DB8CFE48F4043 , 0x1A0EA0822C684DF5AFC96A92A10D92E1 , 0x5276806FBA574AC9B0AE386F19AC448E , 0xA171925654854439A4EBA695469852B9 , 0x56022887FE7A49FF8EA9F93435181F8A , 0x6664E6D53A6C4CCFB3157EACFEC07D13 , 0xBC1B49CFC17A42158C7A256216A23887 , 0xC75DDCC1856E4BD0AFD7050D0FB3EEC2 , 0x9B1994E8538540A3A5C1EB9EF58507A2 , 0xE7DBAF220072456490669BDEE6FE51D8 , 0x51321185E9AF496B8F9FD8EACCF97C8C , 0xE135FDDD87FB4ABE88410F568A74AE4C , 0xB1B4428E633D4724B61D655372F78011 , 0x751EEFD09DA3439CBEB54AC5D6276F81 , 0x106950DAA9DB47FE8C6A495EF55870CB , 0x02732857E2C64B47BAE0E1BC815003E3 , 0x994E504D89DE4FF4B396B33D0C799F60 , 0xD97333CA46504A8389743BADBC47D068 , 0xA8DE85E768E64B2B823BE970F3DB151F , 0xCC7F17B545B443259D7B3B91BDB635E9 , 0xF455820EB3CA4E6EAB563129FF20AD06 , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0x4BDC3A735B574E4798800961E9BDE244 , 0x3D6B1CFB4F144D278698B021D5A5C7D2 , 0xC27BAAE030B24503A0FF987A31964152 , 0xEB292FB40EA24F639C128B639875CF19 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0x608264459D25422A82448E83867586F9 , 0x460D78E25A3944008501B3DFFC513CF8 , 0xFC34770B724642068972D447B99EDD28 , 0xF399BC56D5A8444CA152AB9AD701AB7A , 0x62CF993A9EDC44E5807CDE94D4272F90 , 0x98AC6AE3B69A4F7DA6AAAF38828D22FF , 0x1A2701056E494DA8BE6224A50640F697 , 0x43F9FF34ACA14F3DB847ADA22F3DD3F5 , 0xB314AFCE111A4F908B75F1249A9FD742 , 0x2E7F0699E4FA4C33AE0D9D9CA45DD81D , 0x1D94703EFD5F48DB886A256EDF6EC311 , 0x9D45DBEBAA394A83B9E19D5EE499CEE3 , 0x5D16A217D80D4FC6AA95E05EC2ABAE82 , 0x280E52E434C74A258EF4A0DDAB24374A , 0x7D56D321D6834A24A35114BDC9A75ECA , 0xA6369D9A94F042908A7ECA045FBBF3F6 , 0x84372B86334148F3AE46134FA052F758 , 0x63D1E86D1438476EB79574F43B486163 , 0x0C8E2366EDDE4F4D8BE1EB3C8409C696 , 0x984C4DCEF99E4C4E98FEC5CD5A4F08D3 , 0x9B06BCD6C42D4C09AEEFC14694F43AFF , 0x6EBD9242A70345F08BE5C01C1ADBBEFE , 0xF495CE30E6864DEA9B64BEC20E41EFD7 , 0xE33300E6D1BD4D7C9EA39B6547C16779 , 0x230B840BDD1B4FFF97E6704671C4D376 , 0x85704D37E04A4D3381B7D0A22044BA3B , 0x14DFE87212FC47CC8B6925E178B42523 , 0x8BD323FFC75B41F7912AD63024C60DA9 , 0x2B75BE671F384348A1851F946AC58F07 , 0x8A50041C8F5F4F738F738BDB51C4BBEC , 0xF45F10515A464805A8B628D48915D5E1 , 0xBA6462E1CE9D4920B1D4443BF5B4B453 , 0x544D3E8CA79F41228D75B82E938E4AC4 , 0xD078894672BF41F9BBAFF5896E4A7B6A , 0xC888499D087845C09A1CF5F28486167E , 0x0E2D83BD6EDE4B7EAEE72C04239FB5C1 , 0x7909112A58E74515BB2D4D013C3FC975 , 0x10896259C828421DAF47D56064FADFC6 , 0xA98457D1771D47EE927F9AF5438D5F84 , 0x2506093F531C4D5CA99231A35DEDE93B , 0xB64E0537F99F4A7C83CAD1BFD3253C64 , 0x862571E3C55A428FAC5EAB74DBD61897 , 0x275034EAA61B4CC6BABF70C3ED9B92E1 , 0xEA1773B8A24140E5B9C2A4B914E8D88A , 0xA448B8CC30214970B264F10C54275C9D , 0xF1CED8AEFE0443D9AF81784C6CE1032F , 0xEEF7911A58024E20B54A020FD95B7EDD , 0xACB3F7093A414799AC661DBEF3819AFA , 0x2544A9AECC2C41AD9F62EE8800A3E769 , 0x65D37E8611A24D6A81A53A335F092210 , 0xDBB51805DB4544079EDFAA7D7D5829CE , 0xB7F5511666E04CB3B03195412CACB7AD , 0x237B2C0438794EC1BE223643574DB8F4 , 0x54707E283B0A438092E0855415C7B52F , 0x42E42B1A5F27496E90CC98492A4BCADA , 0xCBCD83969A784F79A80CF7C950700D16 , 0x357167462CB84C11A83F9DBF3D133AD1 , 0x421E0125515549D783D3DFB4B7666E7A , 0x586A9BCFAC4D47E080F97E0A43033427 , 0xCB81079A60354F30959CBDB3AA20C15C , 0xC168F170F78245F9830EEDEFE836F4D6 , 0xBB73E0F0EFD848D3B20FD423926D7D4C , 0x49D8693168BD4E9A9D8526BFB6CECBFB , 0x6CDEF64739CC4401BFBFE1AB2BF4D500 , 0x1271521BE681470489B9C785C885DCEB , 0xCD55ED42A2A242EAA767E455F182080D , 0xE01FE72D00B34200B0E4573A796E182F , 0xF05F341E05C44A0C9A354FBBA42F62EA , 0x0BB5FFA4D2224B9F87A1CEE5F7555C52 , 0x00EA126EBB17414B8DE28B8ADB8B7C9F , 0x6B6D3D49ECB3467DA2F9640400898AA1 , 0xEAB6E4F9B7FC411DB531E7BC6E2F22FC , 0x052AD23004FE4012B75332A0FF505CE5 , 0xB9613E9D318D4A2490B77F4C100B38F4 , 0x7058AA98626743D6B2ED5E302E40DCC4 , 0x8FEC631B396B4A3FA79271B59C6EF5D1 , 0xBB8CDB1BEE7B4FC8A717B8B60BD469FE , 0x5FD273192E4B407C959CD1016ECBD732 , 0xCEDD7C984EEB499299B6D4573FBDD3A6 , 0x9E76DD71B96C476692E0B7348269EDBA , 0xDCD7461704144558B1A1ABDB027F9D62 , 0xBCCAAB926EDD442CAFAFF10D5270839A , 0x97F18795E20D4C2F8774C4CBDD3978DE , 0xEC84DA16DE1045BCA17205CB65831F83 , 0x4F56157420FF488C883529AA0A7A1599 , 0x6A8837AC4D704C26AD0ED946ABB62E8D , 0x7594BA16A2D54227A275724DF17A628F , 0x039F8EDB25AB462C81651097939933EE , 0x2A8DE543FB784CA18D65B3C84D3566CF , 0xBBEF7BDB2D744ACF81EAE3970D68282E , 0xD89A493AA3F64A4982C9E5FB8256A410 , 0x32D4EDC58CA447238C215887CE9FC3D9 , 0xA97ED38A1DEA4A468ABAF22A2BD29D5B , 0x14BA7107CA354D8EB0E1ED6931811E7B , 0x84E42DEDEC91491382903999F6698637 , 0x174D238072E3464493D05A36977B1B36 , 0x0EDC32B246124DA4ADA5B79F4160AA30 , 0x33E6B8DF73D5462599AACD9CA46102D3 , 0x02912B77F6184878852A362C488E1DF5 , 0x5D0D7F3C465E441EB6D025378751CB65 , 0x5C051ED822044BC5B51D6F2017A40C1F , 0x114CF43958F74D33A1B812230108EA4C , 0x83BA19C48ACD4185BED88A42FAD2A202 , 0x6FC107D6A1E249129CC62E39BD3DB5B3 , 0x447DB92BC6984313AC1464B59A54640B , 0x1A8C7647531A4A04938DE9AAA4578AFE , 0xB6CF89949E2B43A58853CEFEA9E1C9AF , 0x7C047B09BE704920AD70722D9CBBAED1 , 0x6BA8701D82B74AAE8BEA3098CF77A776 , 0x928979BCFBC04BA593BE753DEBBE5247 , 0xEEFB9EA2CF4845A7A2A08692ACF1467D , 0x0DD823FD144549AFBFBF6F88B415A87C , 0x6DA3A31794E243D6B45B2F899F60EC5C , 0xC98AE1E439B846CAA2E091677D440BAD , 0xA7B8AEF0AB1343DBBD3704346592EC6A , 0x79B87747C5014C518AF1D3EE5E69F67A , 0x05E28F2B3BC44D5FBEF6709AC203F1EF , 0x8F1332EB43334D159175A80ED6E45057 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x5F27C2AF01EA401594A8FEEF9FDEA4D9 , 0x513AB9793DD541E6A6DFF9033F99756F , 0x48D3F5FF2E40448EA76EEFADD0EFE5AC , 0xF82BF58D3653461DBF3748014E59396C , 0x2105912A047046A7A39840D218BA2B09 , 0xFCCE822312EF4A36A961BA9BEFD85DCC , 0xFBD207A1CFAD466AB47B6CBD239FABB7 , 0x7CA91AE8EC9E44C78E4E05B4BF830BFB , 0x6D97048B3A1848E5984259D145C64EA9 , 0x841BA378974347D7B56C89090B2E56F8 , 0x2B4B91A7F52D493FBB884C16111FDC0E , 0x3186921E2AD3458BBDF0CE46A2E5D4F4 , 0x4A5521C0A1F04F648418D834BC420E4D , 0xFF99C8AFF36B44EAB0E1CE60A3CCD39B , 0x978648C238AF48D3B655595F0883865A , 0xDF818B09A3DE4776BD25CA68597F38F2 , 0x8D35F0C6664C405396CC9D071B872140 , 0xBE337E962BD3418898B739E0EDD8ACD7 , 0xC162C9513B1D42508C4D49B47FB4DC71 , 0x13B55EACE8F74F00AF6A65BB62BFEB26 , 0xC7C27C6EB6D54599839A560978452979 , 0x0A99B6A5C4BB4330B86A27E7806A07B3 , 0xEF8084123F7144429B7CC81E25B8A52A , 0x733DC7A320C14ED7886044B15249CA98 , 0x73A01E43B848489AAC44A6A2BC35CDA9 , 0x6FDE9D4160C74A51869B5A8ED920727F , 0xA34622AB31BE463E9F44F6E19A33C6D1 , 0x6FD20F7517C2481FBE9560B3A1A76E85 , 0x74DF2613A93D47BF8EC49DCF8FA2D7E7 , 0x1A096B4B5DB44452AF48B4F0BA886F80 , 0x9659D0BBD47446B6A2F602282A3D02B0 , 0x698B242FFD0D43AE8D99BA191C712C14 , 0x768D37AA6D264DC0AE33E575ABE651B5 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x3ECBF73D96F74EA3B1DCBA6084F8AE86 , 0x30FFA71C47094DF2A90EC7D8EDC613B1 , 0x635CEF6A9FF847C6813814AE912DB673 , 0xCCE237728C9A443095D5ACAC2558CA2B , 0xB5E72F08E07D4CB4A814320CE87EDA7A , 0xC6DC8BEA9C234666BC039E76421DCB6F , 0xE41EF68F48C246CC9A5DFE9C5837FA25 , 0x76780D8D04184BC0BA1179CDB80B8DE7 , 0x9CAB6EC7917A46A0A43B9E43D461E932 , 0xD9E7B8AF14604F3E835338893674D231 , 0x962F3333F2A14C608F1B3447A66D892C , 0xF4763313AF9B4394B002C5871049C7A2 , 0xE4E34A65F4554180BD323A0EF9F965CF , 0x6298E5B8FF304BF9B417A962245263CF , 0x2AD26B5FF62045ACB018CB7277519911 , 0x8DAD35F03E18430EAFDC0BB50FA9F232 , 0x30ED195C93B7467A9187F07773889A9F , 0xFBBCF2CD54AF48A9ACE8A27417C61136 , 0x0A38581650A342BB97478E5552350B97 , 0x7C3AD044A851497D947245B9D0295EEF , 0x96D02E6C52B74AF38E379978CF37882F , 0xEB3085298F0F4B918439A11B273F3D25 , 0x8DFD9638F43248689E4712E6955BB5CE , 0xA99552F6420149FE9B6FE71F1EB223C3 , 0xA498EE6DF1B44DB187FBD16578C217BE , 0x8CAE9449817A436899527A696B3022EE , 0x4A0481CF2837415F994A26DB302D9CF1 , 0xA26A3419085746DFA76279498A8D72F2 , 0x9F6512456E9B4FE285D2ABA81E5473E3 , 0x538180B1E5DC494AB00296A41774ADE6 , 0xE4ED22BAB5CD4EBBB60C1EB917BB47DC , 0x2D19AD67757D4DD29AA16785A3791B64 , 0xCBA7F096F5AE48B692612D03D7069498 , 0xAFE1670F53F542FD88A2B2292CFF3879 , 0xA7A094EE62F44750BFC093AE90C76368 , 0x1DCB7AFF5A5B497C9B01240F8113D932 , 0x459A91C944234B618165897E3B6B21BD , 0x12C6CF175D2E415F9202F26F7F5EA267 , 0x29424506F7C34F70A500C369ECDEA554 , 0x1A466C5E3BA34FD7802DBFAC2EE83B9E , 0xC143635479BB4DD0AB2F2B45EFF29906 , 0xE01B91D84AEF44D786D1791749AF22ED , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0xDE7DB8BBFD394D309BC002847CF993F4 , 0xFCB0627FCA0843E9BABF49DDB79D9B17 , 0xEF924DC6BCA34388938555DB649B58BD , 0xDE4CD79D81134C22A68A74A7E8220F2A , 0x597F981BAD274259A07E5EB0D1C2358C , 0x1EB4B1948D554F13AFF7FFB200CC75AD , 0x18D3ECC2C1664DC3BF49FC96EAA5325F , 0x4F06787BBCD54814886185EA513B15A2 , 0x47CDC669A0D341C798B16ED43D73DBFA , 0xCAF5ED4DB8F745B5805F24EF6E7DFA08 , 0x478A78759BB54A75B5AEF6F9AC966465 , 0xCFB2354511CD492891543E589D6F219B , 0x915AF89899584C569006967EAAE9EB79 , 0x1582C38C41E44F7985FEB2F52244FA6A , 0x1697AF3DEA1E4A7F9851FC290A025525 , 0x324C4FE6CA9147A499BA6429784B6D6C , 0x1459362B952B43FC8AD36B1863689CF0 , 0xE199CDC36610435985962C92683500BF , 0x53D4D2D3125F4B6D8E1F0BA5A5F92D10 , 0x3BD248939B8747A4BB67A2F2040FA6A9 , 0x52AA3640A83346469EF4F3C3D5477649 , 0x7EF14DBAB4C443A084941555BFAF4AF0 , 0x9B9CCFCD42E0456DA90F81F63268E5E5 , 0x7A768155A21E446DB594B41749495D52 , 0x5F85098C42834950BCA4DBF51B36CC87 , 0xC9055FB2640F474D93478934EC9B38C0 , 0x2CD6ADD9B5D340C0AE0BFE9A4DCF1301 , 0x9446A98385AB4EA3A7A786F627F895E0 , 0x2E1D7A24C37E4D4D96B2DD75693D254C , 0x5CB1A3119AFE4E89B6A76FA1BF678F10 , 0xBC95EBC6E7A44548ABF63DF3B26F849C , 0x5434F4165F0E460C89F806625BDEEA37 , 0x938C5B9225DA4C1897DA16C73E599FD9 , 0xF379C6B762D14462858324F3568EB767 , 0xCE15840EE6334794BE99001184F47B64 , 0x148A7DB7B91746779AF1399BFB14B749 , 0xB7549288B1EE4E5CB0112D3DE02D6658 , 0x82FECD32CB2B41F98E060847B3B7F41E , 0x3ECE1D9CEDAA45139E9BFC24BC6CF163 , 0x81109D6D5CBB442589401E5427212CFC , 0x329849610CF643A8973EC27B03DE6BEA , 0xBA8C8ECA24E34E87864060FB910A8F87 , 0xFEEC8AF14B394E318E2CE9862E6327D9 , 0xF594528E964B4A0FBADEE158B56DCAA4 , 0x2320F1B7176D41E28724359CB17C496C , 0x42EA73D80D544B6A91B5FD9A98803CEF , 0x7DE43A59276348A49A432533EEE8E783 , 0xDA3C330183B04E42A6635B2E5D30438A , 0x2F0CF9035B3D4DD494DB11F867C657A0 , 0xDFF4A3E29E1D49EBB541F3AE750E5F05 , 0xED5EC8F855B04D81AFEABB302389C5BA , 0xAA8A6509532842D89502EEACA59812C1 , 0xDE429B7018D746D08888A6FC0BE98228 , 0x966CA9C8605647A1B813148003DC27F2 , 0xB7E6BACA364B47F39230CACC13E62D7C , 0x929BD53E188C4CE5A988743598EEA2BF , 0x0B4E5CC4D6AB4EA8B8330862B728BA1A , 0xE84C87D2343B4C8CB432DFD9E97654A8 , 0x71EC0B339C2D47349057DB3F3798DD66 , 0x018031D7A6504C70BC9611EFFCA5CB87 , 0xC81B2553A9584A079AF8ED7AC86A280B , 0x4669FDCD345D40E090511DF60FE34747 , 0xD313AA66FD2A4C76AEB9CDEB5D197563 , 0x2EB40206A03549AE99B789986204A29E , 0x1E9B27E1115A4E0385F0372C13FE9750 , 0x6462366562514E5C8CDCCC45A32653C2 , 0x2D5FDCE9715549F4A80B8ED29C6C7BCB , 0xBEBBFBA6EF05401D9E7BE7E9C53EA694 , 0x0B8FA99C70F24A959F02C746C58CDB15 , 0x2FE898D6A2FE4D1FA0C95865A625A8A2 , 0x12670C0A49534476A4627EDFA8A8A640 , 0xD772B60125D64F159BE46C037B221F2C , 0xF1AB9615C18F40D2A22EAB75CFC86DC6 , 0xEA235078710040D2B2883EDF5B86BE88 , 0x8832841B589A4FDEB6556DFA4725429B , 0x3231736B477540368F961E43F4C8ACD5 , 0x69E3F70DFE5D48BEB0996B2D57DD4132 , 0xA01216B71DBE473C820787036E2683EE , 0xBC7747CC6DB6494F819AD983D8EA394E , 0xF8AF2C992C39493E86E4A068F759F136 , 0x58B3D0D35A944F7EA9F4A2AE551D606F , 0x2EBF36BC5D734A778C7DB644CD8F312A , 0x7DD1DC64621846AEBF5B45702BBD43A5 , 0xDE700DF76FDE41BC9F81830A7ABA9C1A , 0x124391A372A54749B88BD1E87EA32706 , 0xA6D831B62A334C769BD3487A2727CE22 , 0xFE05A30F1E7C4963A25A89B688FE94FC , 0x3DCD4317E68A41BB8E4E45800AE9652B , 0x211FAFBC86F1403F97AD514F5BED6D56 , 0xF8A3775E786E432D9C0DEDFB38F5CDF5 , 0x133403527E3948D98BFB2DDCA2224A4F , 0xCAA6CB1B15F94506BAEE94AB6DABDB2F , 0x1210EF73292E4834BB02477A20995AE7 , 0x14868CE162BC4D3CBF56FE07BDE1FEBD , 0x7AD6C54C9BE34F03B445D31D6927EDFE , 0x932CF84722F9420DB0FE81BA479611F6 , 0x94391E5449924AB68357CAF7326975CD , 0x135726F264C04274AB108B3C72D4391E , 0xA4C8C6EBD449449486BB8BEFC80F7894 , 0x792B461266CD474CAE2356AA7B2A6D0F , 0xD10A5FA44FCA4975BF014F432F0A51D3 , 0x9697191BF77B49D686AE5CA35C70FA0B , 0x4F1A2C8C5AE44FABA1BF9340C0809894 , 0x35A9DC076BDA4F679D20E46A414DAA02 , 0xD124C09CEA9042EC8CE2EEA49F7105B2 , 0xA156B96B28BE453FB738DFD576BF3309 , 0xFA67665BF40E41D2933AB8E7ED0F1602 , 0xB18473E401C64322BCA40031F57A336F , 0x68FE379991F84DD5A377E64831E860ED , 0xABE6BF27ECB84F93966F2C666754177D , 0x28671CFD645E4120A224FE0230649357 , 0xE51EE137CB0D4E3A8276673023A90476 , 0xCFD6DC9AF5F44B3B933547476F6B88A6 , 0xA9C3208B26794B119DABD142B2665F90 , 0xE0D48D16C9BB4910A64ABC8362BDDBDE , 0x7C145CD33AD14981BD8E8DC497B81406 , 0x925043830B4143A9AFB3AD97282C079D , 0xBF9A6B88FBC74A989DFBBD56AAF7E8B2 , 0xF0B282ABE2FF4B51BE20796043B40460 , 0x2B90301E0DDD4FFC94139C25A09F872B , 0x89EDA59C8AB2485188603FE1844BF9FD , 0x1D4FF7BEFA364326AAAC5307971B55B3 , 0xE747EF8356FE4DB9B003B66FF2E5060B , 0xFB82DDEA8A284CA0A47DD6C3DCF6DA53 , 0x3F2554490D9941C794BB71F5F764CCCD , 0xB525F7BBAF204F47B762228F4ECFD0AB , 0x6B5030A638294AE7B0614AED2E693544 , 0x74C23DEF2F2842418AF16064A77DC50E , 0x756E14612F0A44F8929A0A0DA80A0650 , 0xF16AD85C5CEC492E954D94AF74CE5F5F , 0xC7B07D450D924CDEA940DBAE5E6B5916 , 0x0B580D4DB1AF437BB52AE681045FA3D8 , 0x940DE9504E2B4067BB89E8DE2687044F , 0x740C49DE0E9B44A887DF6F73EAA40B70 , 0xFBCF20581DD64CF4B8AED3AEF780369A , 0xE09C649155144829B8154605F353DE63 , 0x061240335AE44BA088A60A25356F028B , 0xD96F418E40EF4E66A3A32C494619C26F , 0xC34A952B9F624B3E8FD973BAF9F8E1B5 , 0x17BD255E57904585BA8A88149DFF691A , 0x4EEA087A9E5D40AD92E69BB06D463763 , 0xA791698F060740EC81872561EF70BB34 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x2A0AEC1B06CD4F1CAEE8659D4902903E , 0x084D8960A47C43DF8721E404766BCA3F , 0xA2A198A0824F4A80A67EF4FCB1854571 , 0x64FAE64898C84D0FAFCD30F9EBF1ED8C , 0xA378A3D35A9E4DEEBDAF104233D64967 , 0xA821025B13F0464C84E855512A64902E , 0xDA55E8F48E2C44CA943DD11D69C6A882 , 0x342C22B947D44BD3884252B1E286BABA , 0xA0199A2ABE774F49871B67DCD1F94F3D , 0xD557A3D8AC874884835B1D19AEE1600A , 0x0063D99F94F84AE4A6245DFE32728347 , 0x4421965451B347D9B98FF8C5F99C64F4 , 0x33235FA1274840FFBB13CDD3B2B4BEAD , 0x8E281119F82F4C18B63FA69D15C03061 , 0x64AA4D5D3EC8485B83FACBCD9938CE41 , 0x833524D4F7C5409B915D2170CFE26734 , 0x8F476E559D4A480BACACE9594A734D6E , 0x008F36161EE342EFA69164D184297A33 , 0x6E1BDA997D50458BA8D53B5AF12A73C6 , 0xA1FD30263A8A4BDF869ADDF794D237BB , 0xDC462B280B1749DA9B04B87CAB060448 , 0x8A563833B6DB46D58CB4231FAFB3ECB9 , 0x3B4E6267DEBF4727BC49AB382EE6B378 , 0x4B3A07C918844439BE797C82BCF93F5D , 0x1BA742C0F8AB4E14BFB2838966262114 , 0xD09A3BAD9D8246ACB1A135339A8A2269 , 0xC3B93AABC4FD4458AE058B79A8D55F40 , 0x914AC234F8274AB7A5525F8EC07A0BB8 , 0x2AC0B06456E24AF38ED4A05796CEB314 , 0xD212BFB9FF6E4FB8B4A263C27186990F , 0x38851123F67B440A9EB34C83A7D7D648 , 0xDF6DBE63CB1E4D8C828EA8715778BD66 , 0x4769905B21A7442FA3538B68206DEEFD , 0xBC3D9D94151C4F2C990B145EB3CADFC1 , 0xA096F622E9C04DD78A3A6185831BA31A , 0x43A7E833B0FD4972BAD407D517059E1B , 0xD2BBC2B65285491796B87F4978930E13 , 0x56285A19A62B4CBEAF2813BDA58EFE1C , 0x4C9962392C714602862A89B9A9BC8989 , 0x50D22EC40FC04973ACC79ECD6865453B , 0xBE9E6EDC615C4F2DB801FACB58538429 , 0xD07FDB4B60294B649B47663B624B171B , 0x4547B11CDC7C496D8DF91D8D32D324FB , 0x62A32176B6A444DBA8E50EE841504BC5 , 0x449E67824E5B4DA6BEB2CB8C7167A750 , 0x96A889C8249B4981A08E9BEAF30E87F3 , 0xE797FD9973E74FEC959427771EAF6A36 , 0x866BB386DE0B450FABAA9EA744DDEA55 , 0x03774667CD6143D3BB687D01E5F29D50 , 0xD24A30EB68604E369A521359B244491A , 0x8B798107C64A495792A70E7FBF783207 , 0x581056B5B98043B8AC6C5B1EFFC03094 , 0xFD330E1A691948879377D0380E2E1211 , 0x505305E77711498C9C7542DE6532DEE8 , 0xA0FDE31FCF5E4A1C936BDD6083707D29 , 0x9C5332CBA3C44F0F8CAC2EA88514F142 , 0x0A55EF82545845FD8D26D049F6FA826E , 0x817E50D64C814494A1F0C5AB4EB1FB6E , 0x137AB040245B46419C5D19E61B554776 , 0x8E87AA0DC58B429DBBA384D01748E66E , 0x641AEC6182FF4EF1BBD9A5202D20F0C7 , 0x2B43A0B43B6F4FA2AFBF694183B86BA9 , 0xEEC0D0E9FD44413083334ECFAA638760 , 0xA56791C8FE6441978612FCE3E3353256 , 0x7979893536284CD5A6FD2ADE57CCB406 , 0xE1EE7BEA1FFB4E7EA6864CCD2C4AFEB4 , 0x4BD24FEB0C724EAC8912702054C51C20 , 0x47ACBB1858DD4661AA5810D7F0CA2E74 , 0x5CEB09C11D094FCD84DB184738D2D083 , 0x84D0789314454723A3E7D9E34328FD4F , 0xAB80F47E137240B2B89FE98783E2E72C , 0x65092324D2EE4C58852E11D4AC397773 , 0x17BFD861909C4763B5D79FCCE7C5297B , 0x7E52FABB32FD4C57943F5DE5FC239FFB , 0x90E0D429E36048A99E703E33467ED707 , 0xCF739FE71FA7405C8DA1E454C4FE9074 , 0xBE0D9389242646DF8A78CFBD362520E4 , 0xA776AD854A6844EF9F7048118EB383B9 , 0xEB98651CFA584A6F9B67810CA331C870 , 0x88F7EBF91B5C4B79A1B4E1C7A2D1CA27 , 0x144E54880EEC4BDDA3F397A811D090E1 , 0x6ECCDBF9BAF7457181D448A10CADE149 , 0x6FD2FA1E4B2F4F1BBAB0EDE7CC556A26 , 0xE0598FA955294692A703A1E6E0D9D089 , 0x8618B7A281A941D3B4C3A146C613759B , 0xA28C511727D847478F7A73F1741B83A0 , 0x9C8294E998DE48F59A664D9F1CF7B4C5 , 0xB978C767DD2A466AAF1A780EAF1FD69C , 0xCCC3165D8B674B828A7A9CFC48325155 , 0xC59901E2E6314C41B2F6697D0E0C1137 , 0x8A21E0FA81DF4D4B9F354505A3443F31 , 0xFA81633E7039466A83C227788AC05D28 , 0x46A424AE2FA04ABA8789166D8061ADC3 , 0x4AD41F7F31064E7BA2483544068F1B61 , 0xA6B9F3E101A642AD92AB2604525FE26F , 0xC5843EF00FBD4298B688B9354BF07108 , 0x36192C55CBCD433CB853F3A0D7870853 , 0x3DF78C98F2174B8D82EF9CC28CB40024 , 0x9317A29495C44FFF92E1EAE29E23C7E3 , 0x9180B46270E84DED960697B77F730C27 , 0x46BED0EDE6F24D88A992C0E6474693CA , 0xF700CCF8D19B4CE69A776D2B8E03FCBF , 0x04E6F83DA24642088321CA023F61239A , 0xE3C87A04954949F3A273A536BC5C5A7D , 0x6DEB8070212948C5806869DD4CAD38E7 , 0x0A037CEC6F2F490883C0ECC734851968 , 0x02B5B0CC83D54B2AA4E7858D3A8C47DC , 0x32BEC7A1385B4881959A689F706E065E , 0xE05859C7AEC24FE2A466E597C6FC4CF1 , 0x69D888A6BA7945C98018C15F3B27BA27 , 0xB9AF4FFDC0874B90989EF8AFF04AD15B , 0xD14BB8AAA7394E75817426F7DF8A5570 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0x34F37717BC1849CBBC9D628A12EBBD80 , 0x2C7BE5C005C948949979B713244FE4CA , 0x95D3714074084C3BA682EEF94D7C8B85 , 0x0D649F80D88242AEB2E5B317364AA3D7 , 0x2A2DC438531D4B6A9977BDB5D546EF6F , 0x1777F0F2727E486A85165AF0983F2DCF , 0x595F45266EC5447EA014A1645D0433EE , 0x14D611D0A50E4220B467A1C2C39105AE , 0x398C01A31065433B859085E3FC840C58 , 0xA5BC2DC44F07433DA905F6171D9CB01F , 0xA83FD50B6CB4416FAB3DF796217CC451 , 0x47C93D7E0A0044E1846405FA51D74FD6 , 0x0EC8E53A7B904A738D3CD38C70925856 , 0xF4C19D33A4374F20B81F0E6F11E05106 , 0x696185C8F8434874AE7D4F0259A20B7C , 0x05F3CBE5C14440098DA860974C749011 , 0x982FDFCC11944207A95ED2AFA37EA4D2 , 0xAACB8FDEA6A249E18B0ED74239D6F0C1 , 0xAB86725FFDF4484283D6089A55B6417B , 0xC9EB29E4FD2E4437A0572855DACA354E , 0xD555BE79F1284D019D0FBA821ABE835A , 0x8527FB724DC04B6890409C4F56B55210 , 0xD43B8DDB12834A7FAC461DED65F3F23C , 0xEA72C2D6163743A3AADBFD9B73F84FC7 , 0x5B4B8832807B48479BEE5C4A6A4E368C , 0x805990A020A246C387AE957EF624150B , 0xF721D9E4FA3F49D291B0211C0F49D7EA , 0xC765400DDF344435BD390CA2384ED51B , 0x2D0A4DB6670548DCA6C389F11E28278D , 0xDCA3340B8D324A2BB1E4C2B3202F3E65 , 0x63557AF22D8147E995653C1DAF1696F9 , 0xF935DE115D5D43AC966B109ECF35D4F5 , 0x59AE7C8290E24F378488BA6A31145FC5 , 0x6DDE6162E144422093F3885E1D93AE7A , 0xF141F0F197634AFB946B7B6B9A507618 , 0x0E6319C53A4C4C2A908F6E1ACB1A2850 , 0x0198CC5FEEDD72E5BD469A1D1561F509 , 0xB0CC8BB1DD8E40489C138EE22A967596 , 0x80E1B14557544CFAAD7BD5E768620273 , 0x10990B3472944C229901430B36C4B4AC , 0xA4B1ECA2D9DC49CD8AB6329995B0A6AC , 0xC312AD8019CC4EF6882708A63676AAFE , 0xAB9ADF466E6744C5ACD83AE7E17980F5 , 0xF905C696FC72453A92DA7F09AE351A75 , 0x3F88015762804AE0881D1581C229A3C9 , 0x732623E8B9BD4CA2B4FD69A0F5FFD9B4 , 0xB82D4D85298E4A5DA955B80CA1567B13 , 0xCB79E9BAB48E40E48660D25CB01BC111 , 0x798F63F530024716B63728137927A577 , 0xCC2E0C973AB64A99A8A4C3368B790FE6 , 0x3B4B997D6DED417EA6467654F93B518E , 0xA5FB416F3696486191CC646289F76A1A , 0x06BAC5FD040148DCB4F1C4B940CE5E24 , 0x7450D68915C04AEF9269466C03004A8E , 0xC03DFCD7DC01447FA3A90667FAD10132 , 0x3831330BD93C47328EFB2198C221DAE5 , 0x70E52FD4923A42919E958298024DCDF3 , 0x1C86779C496A420686F9BC1E8E7EAC8B , 0x5B6C37FB84C843B69699E500F2A35AF5 , 0xA5885AD7E1CB4B00BD3BDF1DC9899E40 , 0x623AFD0AB4464E268632E2C6BDACFA6A , 0xB7777DA000D44903AA8A832E1712DB94 , 0xE324E27F2FC346F080A989508BC55C16 , 0x88286D36B4E44417870F62D69080EE5E , 0x47EB1A34E386472091E13330835C4729 , 0xEF7B4AC10E10400CB8F12423E31EA5D2 , 0x90D5B890996F466A99E44A068F2E5E75 , 0xCA88D9FD1695492EAF27A79B9355C195 , 0x3ECD4A5C22AA44A5BB75DCD5AA6C3BF4 , 0x7771C607B84D4337AD4A02CD3C50C7DD , 0x611E0CF9139B4F2B90066FFBB145126C , 0x0AEFDBEB11644D5189CBCD68D73F8FBB , 0xEEB3C5B2C3AA4C5CA05781416B91024D , 0xC7B654AF993E4ECEB334A81D19F687F5 , 0x34387E5BAC4C44038C71D227E3EE07CF , 0x2B8FE71D69A945D88325960FD09E0752 , 0x7565B51CBA814D1CBCDE5895ECB7ECBC , 0x75DA02E5307B4D7DBB8E243414DE61E8 , 0x0B625DE4010B45C4A52E289CC9F1A652 , 0x04E6B49AB9CC43BB888F75D6B2099EC1 , 0xDE068F6056524C6CAD464CF624AE1FBF , 0xEDC783CCC49A4234B6BAAC8D06DA8DB4 , 0x4D487491C1984F918E45F759A671B778 , 0x4FB2216A86F04B3C8F243CD666690F45 , 0x7893C4C08A7A4EA99A9DA386751AE231 , 0xF4C3961BEEDD495891E9E4BFBAF04A0A , 0x1B98E8C17ECA4D62A7E844987E00FB6E , 0x6839368170DE42C49ED3CFBF12E88778 , 0xF89FA98DBB174A7898008D500673D396 , 0x5A6B8A51792444F0A6D3B82049B447EA , 0x7C1315587A2A42FA9DB2D38E304A9CDE , 0xB9A2C3E351C846E39523864C37BEE51A , 0x891472407403429588922CAFB0A8A305 , 0x140C9CF204A54BC888C8C36A1E338946 , 0x26D78996E8AC4AA7A1494E275667F04E , 0x88C56F5564E644DF986625800FCF21FA , 0x1B109AB41B4C47E2B05BE909A8727E33 , 0x132C192094B348E1973A0226A52864BF , 0x6433521B76EE4705AB6644FB32BF7D77 , 0xBBD3061006A647868EA330B68485755B , 0x52FCBF43BEEF4D369BEF59BD0368FD10 , 0x8ACA2973510443D1AD34C0EC18CB1F7F , 0xAA63B8E774244AA3ACA375CEE83B18A6 , 0xBC8E2C94D92945FB9B0B13A2D101FB9E , 0x69923D8A8DE54BE9935844CF1AE121A3 , 0x88232DF4C33F4B17A50F71A2D1E08C41 , 0x60C98FA8F47F459FB8FD2681B5891694 , 0x3D1FEEA2093F42A0B76996E3A14FFB49 , 0x23817E2C4EB8419F90C3B800639B1BB5 , 0x06538A60DDEF48C7A53C868E90505F4E , 0x4474560272AB496791D54EF84998F05A , 0x036A26BBBE4B4F01AEA80D39BBC9C86D , 0xA3DA1A51200F4931BB8E78B9EDB2706D , 0x48F1880080FB4E7DBCB69BC0D85A56AB , 0x5052239AAB6C452DABE9F402E3CCD8B6 , 0x7B4CAFFABAD04D4D90F412995E5D0790 , 0x207821A319A14DF891B1DA52CB633BD5 , 0x062661D152D04ADDA36714AAC9A1AB46 , 0xE9E0ABA5C5A4401482059F441C959C05 , 0x3AB3151B544444A9BB61011175D407DA , 0x0E94AE42B2E94624B7401044743FA1F2 , 0x5901E0C63B024F20954FE585D0AE085F , 0x1E564948A63A4AAAB75C2710769BC919 , 0xED36BAD85C214591815C8C8B9365917B , 0x41BB79951D5A432E897AFECECE7E47B9 , 0x7F9A9BB4E45647F8B40EE4D24856710D , 0xDE3FFA06531C44ADB98C329FFD3A4695 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x296A50C52A8942C99DBCDBA401D43F4F , 0x79733850F2F84AA9B42D1C61A8883FA8 , 0xC4CBABC818604CBE942633AEFD777AA6 , 0x0198CC6063887009AEE99935FC07787C , 0x0198CC5FCFA372868458B0137445E61C , 0x7F6920BF8BAB4600B04474C1376E92D4 , 0x3635FCC77C4E446AA92BBCAECDA3A102 , 0x441A89AF4193491B8F1FE1C682021211 , 0xB016DA2B58C04ADC8DAEF9BC750346CB , 0xE7ADEDD46B1E433C83CDF6A3E0B48C4C , 0x8E56D4361856486597B1A5E6D3DA8650 , 0x2006A3EA804A4FF69A0770DA6C9B152C , 0xAC821C264B8740F4B4A9E56FD325C660 , 0xA816FAEB3BA44C0F9D649B1DBA370929 , 0xAB1A576559BB413D94987AD83A39C5F2 , 0x598135B2AD054BD5912B695C29B68C7A , 0xA4A8C86177954121A5C1D21756B47A2B , 0x302C26630EE74FF28738A844ED269886 , 0x42678BEBBA584D12B643E7D1D36BBDDA , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0xA55C651EC0FD40F0A8D0D4911F39813B , 0xFF5CAA750E5A4ED6B5344BB2615F59DB , 0x2E1BF3A20CD44D6EB9CAB219ACDD783C , 0x4D19D5A8142541BC891D0E11DA039851 , 0x3BE71D5D0DCF4CAFBB0229B757EBA18D , 0xC5152D0880274F3A91DF61DD2CF0ED35 , 0xEF2C85B7FF7A4A708C90C5EF6BC5389E , 0xDCD1579A57EF42C3A9F76B9AFCA20BD9 , 0xEC1436DA1E4C4F03BB092B218CA78CB2 , 0x73E176AAE2D945E3A2F1591B18F795EA , 0x6A0E50AB5BD046148E3743D125616CEB , 0x1D9DD4750EB442E4874493DD4798D030 , 0xAF7E22D24EE4412890C88C3579FBD639 , 0x3F238C229EE6469FA12B3B634A836C1E , 0x2D093652413142DFB48E894DB53DAA26 , 0x5099F7A733DF4E9693C4AC6C8CB3FA9D , 0x95B5E428EEB7403F834536C0259DFBDD , 0x6CF120A66C1D440AB4B3F211CA5ED4E7 , 0x3DA8BF196A3B49808FCE26652CCCD5B9 , 0x2D338F60A8624B08A0B076A6BDA9BD89 , 0x0E84607AF75841A8AF9242E142D32C1B , 0x02F5376DB4DC447FA79E6B944B2D5C1B , 0xA6ED01749045435094BB393D532165CF , 0x5221A02F84804456ABE1DE36EF2952BC , 0xDF376191E67B46D3B38B5F4774DE0224 , 0x47BFB080597843C8999D13E32547B198 , 0x865B53B7840A4511970F9699EA7C6134 , 0x8669E125B004411293092D9DF9BF34C5 , 0x1FA69EDDAABF4DF5971E23B2C718D5DD , 0x309219DD4D1842FE8F807FA4434AD2CB , 0xC8998AE94D9D489DBB5134B18C6F5FB4 , 0x9F06F4CF55274037ADD5D68B2C250986 , 0x68DC61545AA34F3CA50FC30D697CF926 , 0xAD07E8054C5A47F8AEF8E7D732451FF7 , 0xDC221BC461EE439B88F1AA767E0A8418 , 0x81A00D0397C4409BAB8EEB19B91596CC ));
Copy
84
2.27 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00 cÙŸ”øJä¦$]þ2rƒG "
b"\x00 Å6\x16\x1E ÒB´ªædÐä)z3 "
b"\x00 Û\x12 n╗\x17 AKìÔïè█ï|ƒ "
b"\x01 €1צPLp¼–\x11 ïü¥Ë‡ "
b"\x01 ˜Ì_Ï£r†„X°\x13 tEæ\x1C "
b"\x01 ˜Ì_îÝrå½Fš\x1D\x15 aõ\t "
b"\x01 ˜Ì`cˆp\t ®é™5ü\x07 x| "
b"\x02 s(WÔãKG║Óß╝üP\x03 Ò "
b"\x02 ‘+wö\x18 Hx…*6,HŽ\x1D õ "
b"\x02 Á░╠âıK*ñþàì:îG▄ "
b"\x02 õ7m´ÜD\x7F §žk”K-\\e "
b"\x03 j&»¾KO\x01 ®¨\r 9»ÉÈm "
b"\x03 wFg═aCË╗h}\x01 Õ‗ØP "
b"\x03 ƒÄ█%½F,üe\x10 ùôÖ3¯ "
b"\x04\x1F Ivü×@š‹•ûôÕPÜØ "
b"\x04 µ┤Ü╣╠C╗êÅuÍ▓\t ×┴ "
b"\x04 æø=¢FB\x08 ƒ!Ê\x02 ?a#š "
b"\x05 *Ò0\x04 þ@\x12 ·S2 ÿP\å "
b"\x05 ÔÅ+;─M_¥÷pÜ┬\x03 ±´ "
b"\x05 ¾╦Õ┴D@\t ì¿`ùLtÉ\x11 "
b"""
\x06\x12 @3ZäK ˆ¦\n
%5o\x02 ‹
"""
b"\x06 &aÑRÐJÝ£g\x14 ªÉ¡«F "
b"\x06 Sè`¦´HÃÑ<åÄÉP_N "
b"\x06 ºÅý\x04\x01 HÜ´ñĹ@Î^$ "
b"\x08 M‰`¤|C߇!ä\x04 vkÊ? "
b"""
\n
\x03 |ìo/I\x08 ƒÀìÇ4…\x19 h
"""
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"""
\n
U´éTXE²ì&ðI÷·én
"""
b"""
\n
™¶¥Ä»C0¸j'ç€j\x07 ³
"""
b"""
\n
´█Ù\x11 dMQë╦═hÎ?Å╗
"""
b"\v N\ÄÖ«N¨¸3\x08 b·(º\x1A "
b"\v X\r M▒»C{Á*µü\x04 _úÏ "
b"\v b]ä\x01\v EÄ¥.(œÉñ¦R "
b"\v Å®£p‗Jòƒ\x02 ÃF┼î█\x15 "
b"\v µÿ¤Ò"KŸ‡¡Îå÷U\R "
b"\f Ž#fíÞOM‹áë<„\t Æ– "
b"\r dŸ€Ø‚B®²å³\x17 6J£× "
b"\r Ø#ý\x14 EI¯¿¿oˆ´\x15 ¨| "
b"\x0E -ƒ½nÞK~®ç,\x04 #ŸµÁ "
b"\x0E c\x19 ┼:LL*ÉÅn\x1A ╦\x1A (P "
b"\x0E „`z÷XA¨¯’BáBÓ,\e "
b"\x0E ”®B²éF$·@\x10 Dt?¡ò "
b"\x0E ╚Õ:{ÉJsì<ËîpÆXV "
b"\x0E Ü2²F\x12 M¤¥·ŸA`ª0 "
b"\x10 iPÚ©ÛGþŒjI^õXpË "
b"\x10 ‰bYÈ(B\x1D ¯GÕ`dú߯ "
b"\x10 ™\v 4r”L"™\x01 C\v 6Ä´¬ "
b"\x10 š@½…ÐHš¢°º\x18 °ÎK™ "
b"\x11 Lô9X÷M3¡¸\x12 #\x01\x08 êL "
b"\x12\x10 ïs).H4»\x02 Gz ™Zç "
b"\x12 C‘£r¥GI¸‹Ñè~£'\x06 "
b"""
\x12 g\f \n
ISDv¤b~ߨ¨¦@
"""
b"\x12 qR\e µüG\x04 ë╣Ãà╚à▄Ù "
b"\x12 ÆÏ\x17 ].A_’\x02 òo\x7F ^¢g "
b"\x13 ,\x19 ”³Há—:\x02 &¥(d¿ "
b"\x13 4\x03 R~9HÙ‹û-Ü¢"JO "
b"\x13 W&òdÀBt«\x10 ‹<rÔ9\x1E "
b"\x13 ]~:(HýÉ■L\x0F £‗PÐ "
b"\x13 z°@$[FAœ]\x19 æ\e UGv "
b"\x13 µ^¬è÷O\x00 ¯je»b¿ë& "
b"\x14\f œò\x04 ¥KȈÈÃj\x1E 3‰F "
b"\x14 NTê\x0E ýK¦ú¾ù¿\x11 ðÉß "
b"\x14 Y6+•+CüŠÓk\x18 chœð "
b"\x14 †Œáb¼M<¿Vþ\x07 ½áþ½ "
b"\x14 Š}·¹\x17 Fwšñ9›û\x14 ·I "
b"\x14 ║q\x07 ╩5MÄ░ßÝi1ü\x1E { "
b"\x14 Ö\x11 Ð¥\x0E B ´g¡ÂÑ\x05 ® "
b"\x14 ßèr\x12 üGÌ‹i%áx´%# "
b"\x15 \\x1A i÷╝IüùXÚ\x02 Õ·╝┼ "
b"\x15 ‚ÃŒAäOy…þ²õ"Dúj "
b"""
\x16 —¯=ê\x1E J\x7F ˜Qü)\n
\x02 U%
"""
b"\x17 M#€rãFD“ÐZ6—{\e 6 "
b"\x17 wðòr~Hj…\x16 Zð˜?-Ï "
b"\x17 ¢%^WÉEà║èê\x14 Ø i\x1A "
b"\x17 ┐ÏaÉ£GcÁ΃╠þ┼){ "
b"\x18 ÓìÂÁfMÿIü–ê¥2_ "
b"\x19 ║<ß\nIéáâü±\x13\x18\x18 J "
b"\x1A\t kK]´DR¯H´ðºˆo€ "
b"\x1A\x0E ‚,hMõ¯Éj’¡\r ’á "
b"\x1A '\x01\x05 nIM¨¾b$¥\x06 @ö— "
b"\x1A Fl^;£O×€-¿¬.è;ž "
b"\x1A îvGS\x1A J\x04 ôìÚ¬ñWè■ "
b"\x1A ÒŸhqâC\x0E ¨È\x18 ÏX¢Û- "
b"\e\x10 š´\e LGâ°[é\t ¨r~3 "
b"\e $`W{½H\x0F ¬z|'5Ø*Ø "
b"\e ˜èÁ~ÊMb§èD˜~\x00 ûn "
b"\e §BÀø«N\x14 ¿²ƒ‰f&!\x14 "
b"\x1C †wœIjB\x06 †ù¼\x1E Ž~¬‹ "
b"\x1C ¥\x00 v]\x07 F╠ùÎP9îÌÓü "
b"\x1D O÷¾ú6C&ª¬S\x07 —\e U³ "
b"\x1D ”p>ý_HÛˆj%nßnÃ\x11 "
b"\x1D ØÈu\x0E ┤BõçDô¦Gÿð0 "
b"\x1D ╦z Z[I|ø\x01 $\x0F ü\x13 ┘2 "
b"\x1E VIH¦:Jª·\'\x10 v›É\x19 "
b"\x1E ›'á\x11 ZN\x03 …ð7,\x13 þ—P "
b"\x1E ┤▒öìUO\x13 »¸ ▓\x00 ╠u¡ "
b"\x1F ¦žÝª¿Mõ—\x1E #²Ç\x18 ÕÝ "
b" \x06 £ê€JOöš\x07 pÚl›\x15 , "
b" x!£\x19 ¡Mø‘±ÚRËc;Õ "
b"!\x05 ‘*\x04 pF§£˜@Ò\x18 º+\t "
b"!\x1F ¯¼†ñ@?—QO[ímV "
b""Qõ«XpFy¤5_áí\x0F ÿ\x18 "
b"#\v „\v Ý\e Oÿ—æpFqÄÓv "
b"# ñ·\x17 mAâ‡$5œ±|Il "
b"#{,\x04 8yNÁ¾"6CWM¸ô "
b"#ü~,N©AƒÉ├©\x00 cø\e Á "
b"$°+\x07 ““Nd†qû%)ÿ<- "
b"%\x06\t ?S\x1C M\©’1£]íé; "
b"%D©®Ì,AŸbîˆ\x00 £çi "
b"&׉–è¬J§¡IN'VgðN "
b"'P4ê¦\e Lƺ¿pÃí›’á "
b"'¿B\x01 /ÜB罫#¢¯x’ "
b"(\x0E Rä4ÇJ%Žô Ý«$7J "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"(g\x1C ýd^A ¢$þ\x02 0d“W "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b")jP┼*ëB╔Ø╝█ñ\x01 È?O "
b"""
*\n
ý\e\x06 ═O\x1C «ÞeØI\x02 É>
"""
b"*-Ä8S\x1D Kj™w½µÕFïo "
b"*ìÕC¹xLíìe│╚M5f¤ "
b"*À°dVâJóŽÔ W–γ\x14 "
b"*Òk_ö E¬°\x18 ËrwQ™\x11 "
b"+C ´;oO¢¯¿iAƒ¸k© "
b"+K‘§õ-I?»ˆL\x16\x11\x1F Ü\x0E "
b"+u¥g\x1F 8CHíà\x1F öj┼Å\x07 "
b"+Åþ\x1D i®EÏâ%û\x0F ð×\x07 R "
b"+É0\x1E \r ¦O³ö\x13 £%áƒç+ "
b",{åÀ\x05 ÉH”™y·\x13 $OäÊ "
b",ÖÙµÓ@À®\v þšMÏ\x13\x01 "
b"-\t 6RA1BߴމMµ=ª& "
b"""
-\n
MÂg\x05 H▄ª├ë±\x1E ('ì
"""
b"-\x19 gu}MÒš¡g…£y\e d "
b"-3Å`¿bK\x08 á░vª¢®¢ë "
b"-_ÜéqUIô¨\v ŽÒœl{Ë "
b".\e ó¢\f ÔMn¹Ê²\x19 ¬Ýx< "
b".\x1D z$Ã~MM–²Ýui=%L "
b".\x7F\x06 Öõ·L3«\r Ø£ñ]Ï\x1D "
b".´\x02\x06 5I®™·‰˜b\x04 ¢ž "
b".┐6╝]sJwî}ÂD═Å1* "
b"/\f ù\x03 [=MÔ”Û\x11 øgÆW "
b"/¶Q\x7F ‚ G\x11 ¡w\x1C ›HA\x11 â "
b"/è˜Ö¢þM\x1F ÉXe¦%¨¢ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"0Æ\x19 ¦M\x18 B■ÅÇ\x7F ñCJÊ╦ "
b"0í\x19 \“·Fz‘‡ðwsˆšŸ "
b"0ÿ§\x1C G\t Mò©\x0E ÇØíÆ\x13 ± "
b"1*»CŠ…E¼šßù|IÜU5 "
b"1†’\x1E *ÓE‹½ðÎF¢åÔô "
b"21skGu@6Åû\x1E C¶╚¼ı "
b"2LOæÊ‘G¤™ºd)xKml "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"2¥Ãí8[HüòÜhƒpn\x06 ^ "
b"2ÔíÅŒ¤G#Œ!X‡ÎŸÃÙ "
b"3#_¡'H@ÿ»\x13 ÍÓ²´¾ "
b"3æ¸ßsÕF%™ªÍœ¤a\x02 Ó "
b"4,"¹GÔKÓˆBR±â†ºº "
b"48~[¬LD\x03 ŒqÒ'ãî\x07 Ï "
b"4¾w\x17 ╝\x18 I╦╝Øbè\x12 Ù¢Ç "
b"5qgF,©L\x11 ¿?Ø┐=\x13 :Ð "
b"5†º¢I\v E•¤\f ´EK§ïr "
b"5®▄\x07 k┌OgØ õjAM¬\x02 "
b"6\x19 ,UËÍC<¸Só ׇ\x08 S "
b"65üÇ|NDj©+¼®Í£¡\x02 "
b"7"þ\x14 oÂIvˆx\x07 Ñ×òf\x00 "
b"813\v Ù<G2Žû!˜Â!Úå "
b"""
8…\x11 #ö{D\n
ž³Lƒ§×ÖH
"""
b"9î\x01 ú\x10 eC;àÉàÒ³ä\f X "
b":³\x15\e TDD©»a\x01\x11 uÔ\x07 Ú "
b";K™}míA~¦FvTù;QŽ "
b";NbgÞ¿G'¼I«8.æ³x "
b";òñköÂJ4º=©¤õÅ@C "
b";·ë½Ÿ\x14 NZ„7ð\x06 V‹¸T "
b";ÒH“›‡G¤»g¢ò\x04\x0F ¦© "
b";þ\x1D ]\r ¤L»╗\x02 )ÀWÙíì "
b"<²vkܸD‹)ãR¯\r È/ "
b"=\x1F î¢\t ?B ·i–ã¡OûI "
b"=k\x1C ûO\x14 M'†˜°!Õ¥ÇÒ "
b"=¿┐\x19 j;IÇÅ╬&e,╠ı╣ "
b"""
=ÍC\x17 æŠA»ŽNE€\n
ée+
"""
b"=¸îÿ‗\x17 Kìé´£┬î┤\x00 $ "
b">Ë÷=–÷N£±Üº`„ø®† "
b">ÍJ\"ªD¥»uÜÕªl;ô "
b">Î\x1D œíªE\x13 ž›ü$¼lñc "
b"?#Œ"žæFŸ¡+;cJƒl\x1E "
b"?%TI\r ™AÇ”»qõ÷dÌÍ "
b"?ê\x01 WbÇJÓê\x1D\x15 ü┬)ú╔ "
b"@Iô}j\x18 K·…Øöõc„bh "
b"AB…2é\x00 AΪw†%\x07 !(û "
b"A»y•\x1D ZC.‰zþÎÎ~G¹ "
b"AÝÂ%eÊDö¥Íá2Ç´‰C "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"B\x1E\x01 %QUI׃Óß´·fnz "
b"Bg‹ëºXM\x12 ¶CçÑÓk½Ú "
b"Bõ+\x1A _'InÉ╠ÿI*K╩┌ "
b"BêsØ\r TKj‘µýš˜€<ï "
b"C&Øm¨kJŸ®\x14 º$d‡1\x14 "
b"C§è3°ýIrºÔ\x07 Õ\x17\x05 ž\e "
b"Cùÿ4¬¡O=¸G¢/=Óõ "
b"D\x1A ë»AôI\e Å\x1F ßãé\x02\x12\x11 "
b"D!ûTQ│G┘╣Ű┼¨£d¶ "
b"DtV\x02 r«Ig‘ÕNøI˜ðZ "
b"D}¹+ƘC\x13 ¬\x14 dµšTd\v "
b"Džg‚N[M¦¾²ËŒqg§P "
b"EG▒\x1C ▄|Imì¨\x1D ì2Ë$¹ "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"EÜæ╔D#Kaüeë~;k!¢ "
b"E¨¯\x00 †_A8šÞ^´\x1A „\x13 Ð "
b"F\r xâZ9D\x00 …\x01 ³ßüQ<ø "
b"Fi²═4]@ÓÉQ\x1D ÷\x0F ÒGG "
b"F¤$®/ Jº‡‰\x16 m€aà "
b"F¾ÐíæòMˆ©’ÀæGF“Ê "
b"G\x17 ·‚Ø\x1F Jɱó‹ Üu÷B "
b"GiÉ[!ºD/úSïh m¯² "
b"GŠxu›µJuµ®öù¬–de "
b"G¬»\x18 XÝFaªX\x10 ×ðÊ.t "
b"G┐░ÇYxC╚ÖØ\x13 Ò%G▒ÿ "
b"GÉ=~\n \x00 Dá„d\x05 úQ×OÖ "
b"GÍÆi ÓAǘ±nÔ=sÛú "
b"Gë\x1A 4ã†G ‘á30ƒ\G) "
b"HÓõÿ.@DާnïÐïå¬ "
b"Hñˆ\x00 €ûN}¼¶›ÀØZV« "
b"IÏi1h¢NÜØà&┐Â╬╦¹ "
b"J\x04 ü¤(7A_ÖJ&█0-£± "
b"J% ó\x01 $OÄ“‚’ÓÆï·Þ "
b"JU!À¡ðOd„\x18 Ø4¼B\x0E M "
b"JÈ\x1F\x7F 1\x06 N{óH5D\x06 Å\e a "
b"K\x04 …ã—KH\x05 ‹’³\x7F NŠŠ¾ "
b"K:\x07 É\x18 „D9¾y|‚¼ù?] "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"KÒOë\f rN¬‰\x12 p TÅ\x1C "
b"KÜ:s[WNG˜€\t aé½âD "
b"L™b9,qF\x02 †*‰¹©¼‰‰ "
b"M\x19 Õ¨\x14 %A¼‰\x1D\x0E\x11 Ú\x03 ˜Q "
b"MHt‘Á˜O‘ŽE÷Y¦q·x "
b"Nê\x08 zž]@’æ›°mF7c "
b"O\x06 x{¼ÕH\x14 ˆa…êQ;\x15 ¢ "
b"O\x1A ,ŒZäO«¡¿“@À€˜” "
b"""
OV\x15 t ÿHŒˆ5)ª\n
z\x15 ™
"""
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"O▓!jåK<Å$<Ífi\x0F E "
b"PR#š«lE-«éô\x02 ãÌØ¶ "
b"PS\x05 çw\x11 IŒœuBÞe2Þè "
b"PÖ¸º3▀Nûô─¼lî│·Ø "
b"PÒ.Ä\x0F ÀIs¬ÇžÍheE; "
b"Q2\x11 àÚ»IkŃÏÛ╠¨|î "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"R! /„€DV«áÞ6ï)R¼ "
b"Rv€oºWJɰ®8o\x19 ¬DŽ "
b"Rª6@¨3FFžôóÃÕGvI "
b"Rü¿C¾ïM6›ïY½\x03 hý\x10 "
b"SüÇ▒Õ▄IJ░\x02 ûñ\x17 t¡µ "
b"SÔÒÓ\x12 _KmŽ\x1F\v ¥¥ù-\x10 "
b"T4ô\x16 _\x0E F\f ‰ø\x06 b[Þê7 "
b"TM>A"ìu©.ôÄJ─ "
b"""
Tp~(;\n
C€’à…T\x15 ǵ/
"""
b"V\x02 (‡þzIÿŽ©ù45\x18\x1F Š "
b"V(Z\x19 ¦+L¾¯(\x13 ½¥Žþ\x1C "
b"V’g¶fvE§‘1b\x18 ÄöFí "
b"X\x10 Vµ¹€C¸¬l[\x1E ÿÀ0” "
b"""
Xj›Ï¬MGà€ù~\n
C\x03 4'
"""
b"X³ÐÓZ”O~©ô¢®U\x1D `o "
b"Xî«ûT\x01 Aò”7Æ– 쯹 "
b"Y\x01 àÆ;\x02 O •Oå…Ю\x08 _ "
b"Y_E&nÅD~ \x14 ¡d]\x04 3î "
b"Y\x7F ˜\e 'BY ~^°ÑÂ5Œ "
b"Yü5▓¡\x05 Kıæ+i\)Âîz "
b"Y«|éÉÔO7äê║j1\x14 _┼ "
b"ZkŠQy$Dð¦Ó¸ I´Gê "
b"[Kˆ2€{HG›î\JjN6Œ "
b"[l7û„ÈC¶–™å\x00 ò£Zõ "
b"\\x05\x1E Ø"\x04 Kŵ\x1D o \x17 ¤\f\x1F "
b"\▒ú\x11 Ü■Nëºoí┐gÅ\x10 "
b"\ë\t Á\x1D\t OÍ„Û\x18 G8ÒЃ "
b"]\r \x7F <F^D\x1E ¶Ð%7‡QËe "
b"]\x16 ¢\x17 Ø\r Oƪ•à^«®‚ "
b"_'¯\x01 ê@\x15 ”¨þïŸÞ¤Ù "
b"_…\t ŒBƒIP¼¤Ûõ\e 6̇ "
b"_Òs\x19 .K@|•œÑ\x01 nË×2 "
b"_´\v Ñn¤M¡╗zòÅ‗nı╣ "
b"`édEØ%B*éDÄâåuå¨ "
b"`╔Å¿¶\x7F Eƒ©²&üÁë\x16 ö "
b"a\x1E\f ¨\x13 øO+É\x06 o¹▒E\x12 l "
b"aá5█ß╣Kî®ìb¾┴v¯À "
b"""
b:ý\n
´FN&†2âÆ½¬új
"""
b"b˜å¸ÿ0Kù´\x17 ©b$RcÏ "
b"b£!v¶¤DÛ¨å\x0E èAPKÅ "
b"b¤Ö:×▄DÕÇ|ÌöÈ'/É "
b"cUz‗-üGÚòe<\x1D »\x16 û¨ "
b"c\´jƒ°Gãü8\x14 «æ-Âs "
b"cÑèm\x14 8Gn·•tô;Hac "
b"d\x1A ìa‚ÿNñ»Ù¥ - ðÇ "
b"d3R\e vîG\x05 «fDû2¿}w "
b"db6ebQN\ŒÜÌE£&S "
b"dªM]>ÈH[ƒúËÍ™8ÎA "
b"dúæH˜ÈM\x0F ¯Í0ùëñíŒ "
b"e\t #$ÒîLX….\x11 Ô¬9ws "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"fdæÕ:lLϳ\x15 ~¬þÀ}\x13 "
b"f¤▓\x1A ƒ░Cô®^¾dü▀ÔÉ "
b"h96üpÌB─×ˤ┐\x12 Þçx "
b"hÜaTZ£O<¥\x0F Ã\r i|ù& "
b"hþ7™‘øMÕ£wæH1è`í "
b"ia…ÈøCHt®}O\x02 Y¢\v | "
b"iï$/²\r C«ìÖ║\x19\x1C q,\x14 "
b"iÆ=èìÕKÚôXD¤\x1A ß!ú "
b"i؈¦ºyEÉ€\x18 Á_;'º' "
b"iã÷\r þ]H¾°™k-WÝA2 "
b"j\x0E P«[ÐF\x14 Ž7CÑ%alë "
b"jê7¼MpL&¡\x0E ┘F½Â.ì "
b"kP0¦8)Jç°aJí.i5D "
b"km=Iì³F}¢ùd\x04\x00 ‰Š¡ "
b"k¨p\x1D ‚·J®‹ê0˜Ïw§v "
b"lÞöG9ÌD\x01 ¿¿á«+ôÕ\x00 "
b"""
lñ ¦l\x1D D\n
´³ò\x11 Ê^Ôç
"""
b"m,,=\t +EÆ’X®XÈ4É\x10 "
b"mnÉ!¿µA׹ůJ4ž\x15 ¯ "
b"m—\x04 ‹:\x18 Hå˜BYÑEÆN© "
b"m££\x17 ”âCÖ´[/‰Ÿ`ì\ "
b"mÞabáDB “óˆ^\x1D “®z "
b"më€p!)HÅ€hiÝL8ç "
b"n\e Ú™}PE‹¨Õ;Zñ*sÆ "
b"nJÉÐ\x7F RE┬º\x7F vµ\x05 iíà "
b"n½’B§\x03 Eð‹åÀ\x1C\x1A Û¾þ "
b"n╠█¨║¸EqüÈHí\f ¡ßI "
b"oÁ\x07 Ö¡âI\x12 œÆ.9½=µ³ "
b"oÒ\x0F u\x17 ÂH\x1F ¾•`³¡§n… "
b"oÒú\x1E K/O\e º°íçÌUj& "
b"oÌØA`ÃJQåøZÄ┘ r\x7F "
b"pXª˜bgCÖ²í^0.@ÜÄ "
b"på/Ô’:B‘ž•‚˜\x02 MÍó "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b"qý\v 3£-G4ÉW█?7ÿ¦f "
b"ru\x19 åê™E¼³…Vdž°F/ "
b"s&#è¹½L¢´ýi õÿÙ´ "
b"s=Ç£ ÁN׈`D±RIʘ "
b"s \x1E C¸HHš¬D¦¢¼5Í© "
b"sávªâÙEã¢ñY\e\x18 ÷•ê "
b"t\f IÞ\x0E ›D¨‡ßosê¤\v p "
b"tPÖ‰\x15 ÀJï’iFl\x03\x00 JŽ "
b"tÂ=ï/(BAŠñ`d§}Å\x0E "
b"t▀&\x13 ®=G┐Ä─ؤÅóÎþ "
b"u\x1E ´ðØúC£¥ÁJ┼Í'oü "
b"ueÁ\x1C ║üM\x1C ╝ÌXòýÀý╝ "
b"""
un\x14 a/\n
Dø’š\n
\r ¨\n
\x06 P
"""
b"uö║\x16 óıB'óurM±zbÅ "
b"uÚ\x02 å0{M}»Ž$4\x14 Þaè "
b"vx\r ì\x04\x18 K└║\x11 y═©\v ìþ "
b"vì7¬m&M└«3Õu½µQÁ "
b"vå\x1A ö]\x02 N\x00 ‰Û¤\f E\f 0* "
b"vþRˆ\r õK/’›j0 SU© "
b"wqÆ\x07 ¸MC7J\x02 Í<PÇÝ "
b"xô─└èzN®ÜØúåu\x1A Ô1 "
b"xïl䈵FÛ¡¯ìfÔ™ÙŸ "
b"y\t\x11 *XçE\x15 »-M\x01 <?Éu "
b"y!Ù\x10 ‚H²…’ÁÄ^GF— "
b"y+F\x12 fÍGL®#Vª{*m\x0F "
b"ys8PòøJ©´-\x1C a¨ˆ?¨ "
b"yy‰56(LÕ¦ý*ÞWÌ´\x06 "
b"yÅc§0\x02 G\x16 Â7(\x13 y'Ñw "
b"y§†\x00 QŸBXµäõW\x19 K$C "
b"y¸wGÅ\x01 LQŠñÓî^iöz "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"zÖÅL›ãO\x03 ´EÓ\x1D i'íþ "
b"zßòc™\x19 B⿽°>«<„ö "
b"{,Œ„{BMN–"Ïrõ£¡‰ "
b"{L»·║ðMMɶ\x12 Ö^]\x07 É "
b"|\x04 {\t ¾pI pr-œ»®Ñ "
b"|\x13\x15 Xz*B·Ø▓ËÄ0J£Ì "
b"|\x14 \Ë:ÐIü¢Äì─ù©\x14\x06 "
b"|:ÐD¨QI}”rE¹Ð)^ï "
b"|J|H\x06 ,J'ƒTõ=ó\x05 ßÀ "
b"|©\x1A èìžDÇŽN\x05 ´¿ƒ\v û "
b"}VÓ!ÖƒJ$£Q\x14 ½É§^Ê "
b"}ÑÜdb\x18 F®¿[Ep+½C¥ "
b"}ä:Y'cH¤šC%3îèçƒ "
b"~Rú»2ýLW”?]åü#Ÿû "
b"~ñMº´ÄC „”\x15 U¿¯Jð "
b"\x7F \Æü\e ®K\v ü\x18 \÷└╗FC "
b"\x7F i ¿‹«F\x00 °DtÁ7n’Ô "
b"\x7F š›´äVGø´\x0E äÒHVq\r "
b"ÇYÉá óF├ç«ò~÷$\x15\v "
b"€á±EWTLú{Õçhb\x02 s "
b"ü\x10 Øm\╗D%ë@\x1E T'!,³ "
b"ü~PÍLüDöí┼½N▒¹n "
b"üá\r \x03 ù─@ø½ÄÙ\x19 ╣\x15 û╠ "
b"‚þÍ2Ë+AùŽ\x06\x08 G³·ô\x1E "
b"ƒ5$Ô÷Å@›‘]!pÏâg4 "
b"ƒº\x19 ÄŠÍA…¾ØŠBúÒ¢\x02 "
b"„\e £x—CG×µl‰\t\v .Vø "
b"„7+†3AHó®F\x13 O R÷X "
b"„Q\x11 S|YC®•ô˜Äâ¿Sß "
b"„ÀsÆ \v A9˜/ñþZóŠa "
b"„Ðx“\x14 EG#£çÙãC(ýO "
b"äõ-ÝýæI\x13 éÉ9Ö÷iå7 "
b"à'¹rM└KhÉ@£OVÁR\x10 "
b"àpM7ÓJM3üÀðó D║; "
b"…‘m<<ØG÷´û¼\x02 ¬µpM "
b"å\x18 Àóü®AË┤├íFã\x13 uø "
b"å%qÒ┼ZBż^½t█Í\x18 ù "
b"""
†[S·„\n
E\x11 —\x0F –™ê|a4
"""
b"åiß%░\x04 A\x12 ô\t -ب┐4┼ "
b"†k³†Þ\v E\x0F «ªž§DÝêU "
b"†ë瞣O@‚µÅHÕ˜Q½‘ "
b"ˆ#-ôÃ?K\x17 ¥\x0F q¢ÑàŒA "
b"ê(m6┤õD\x17 ç\x0F bÍÉǯ^ "
b"ˆ2„\e XšOÞ¶UmúG%B› "
b"ˆìÝË•Ct—ðR„í;\x0E f "
b"ˆ¼óÄjI@\r £™Z¿„}Œ] "
b"ˆÅoUdæDߘf%€\x0F Ï!ú "
b"ˆ÷ëù\e \Ky¡´áÇ¢ÑÊ' "
b"‰\x14 r@t\x03 B•ˆ’,¯°¨£\x05 "
b"‰í¥œŠ²HQˆ`?á„Kùý "
b"è!Ó·ü▀MKƒ5E\x05 úD?1 "
b"èP\x04\x1C Å_OsÅsï█Q─╗ý "
b"ŠV83¶ÛFÕŒ´#\x1F ¯³ì¹ "
b"ŠÊ)sQ\x04 CÑ4Àì\x18 Ë\x1F\x7F "
b"è¤ÁÉ15H‗ò\x12\x02\x18\x05 ò╬± "
b"ïyü\x07 ãJIWƺ\x0E\x7F ┐x2\x07 "
b"‹Ó#ÿÇ[A÷‘*Ö0$Æ\r © "
b"ïÍZÅ¡bE╝åv(±ªø<Ú "
b"î«öIüzChÖRzik0"¯ "
b"ì5ãfL@Sû╠Ø\x07\e ç!@ "
b"ì¡5>\x18 C\x0E »▄\v Á\x0F ®‗2 "
b"ì²û8¶2Hh×G\x12 µò[Á╬ "
b"Ä(\x11\x19 °/L\x18 Â?ªØ\x15 └0a "
b"ŽVÔ6\x18 VHe—±¥æÓÚ†P "
b"Äç¬\r ┼ïBØ╗úäð\x17 Hµn "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"ÅGnUØJH\v ¼¼ÚYJsMn "
b"Åýc\e 9kJ?ºÆqÁ£n§Ð "
b"Éı©ÉÖoFjÖõJ\x06 Å.^u "
b"ÉÓÈ)Ò`H®×p>3F~Î\x07 "
b"‘JÂ4ø'J·¥R_ŽÀz\v ¸ "
b"æZ°ÿÖXLVÉ\x06 û~¬ÚÙy "
b"‘€´bpèMí–\x06 —·\x7F s\f ' "
b"ÆPCâ\v AC®»│¡ù(,\x07 Ø "
b"’‰y¼ûÀK¥“¾u=ë¾RG "
b"’›Õ>\x18 ŒL婈t5˜î¢¿ "
b"Ƭƒ\x08 »IJ▓Ç\x01 z¹■ìÇ= "
b"“\x17 ¢”•ÄOÿ’áêâž#Çã "
b"ô,°G"¨B\r ░■ü║Gû\x11 ÷ "
b"“Œ[’%ÚL\x18 —Ú\x16 Ç>YŸÙ "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"”9\x1E TI’J¶ƒWÊ÷2iuÍ "
b"”F©ƒ…«N£§§†ö'ø•à "
b"òÁõ(¯À@?âE6└%ع¦ "
b"•Óq@t\x08 L;¦‚îùM|‹… "
b"û/33‗íL`Å\e 4Gªmë, "
b"–YлÔtF¶¢ö\x02 (*=\x02 ° "
b"–l©È`VG¡¸\x13\x14 €\x03 Ü'ò "
b"–—\x19\e ÷{IÖ†®\£\pú\v "
b"û¿ë╚$øIüáÄøÛ¾\x0E ç¾ "
b"û®\x10 ƒmØC2¥"aýܾ┌1 "
b"–Ð.lR·JóŽ7™xÏ7ˆ/ "
b"—†HÂ8¯HÓ¶UY_\x08 ƒ†Z "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"—ñ‡•â\r L/‡tÄËÝ9xÞ "
b"˜/ßÌ\x11 ”B\x07 ©^Ò¯£~¤Ò "
b"˜LMÎùžLN˜þÅÍZO\x08 Ó "
b"ÿ¼jÒÂÜO}ª¬»8éì" "
b"™NPM‰ÞOô³–³=\f yŸ` "
b"›\x06 ¼ÖÄ-L\t ®ïÁF”ô:ÿ "
b"›\x19 ”èS…@£¥Áëžõ…\x07 ¢ "
b"ø£¤═BÓEm®\x0F ü÷2hÕÕ "
b"œS2Ë£ÄO\x0F Œ¬.¨…\x14 ñB "
b"œ‚”é˜ÞHõšfMŸ\x1C ÷´Å "
b"œ«nÇ‘zF ¤;žCÔaé2 "
b"ØE█Ù¬9Jâ╣ߨ^õÖ╬Ò "
b"žvÝq¹lGf’à·4‚iíº "
b"Ÿ\x06 ôÏU'@7ÕÖ‹,%\t † "
b"Ÿe\x12 En›Oâ…Ò«¨\x1E Tsã "
b" \x12\x16 ·\x1D ¾G<‚\x07 ‡\x03 n&ƒî "
b" \x19 š*¾wOI‡\e gÜÑùO= "
b" @(Ç\x17 MG\x18 Ž\x03 ó\x03 žü‘¼ "
b" –ö"éÀM׊:a…ƒ\e £\x1A "
b" ýã\x1F Ï^J\x1C “kÝ`ƒp}) "
b"¡V¹k(¾E?·8ßÕv¿3\t "
b"¡q’VT…D9¤ë¦•F˜R¹ "
b"¡ý0&:ŠK߆šÝ÷”Ò7» "
b"ój4\x19\x08 WF▀ºbyIèìr‗ "
b"óîQ\x17 'ÏGGÅzs±t\e âá "
b"¢¡˜ ‚OJ€¦~ôü±…Eq "
b"ú9\x03 ¨üæL\x07 ö\x18 G\x1C kuIÞ "
b"£F"«1¾F>ŸDöáš3ÆÑ "
b"£x£ÓZžM\x10 B3ÖIg "
b"£Ú\x1A Q \x0F I1»Žx¹í²pm "
b"ñH©╠0!Ip▓d±\f T'\Ø "
b"¤˜îmñ´M±‡ûÑexÂ\x17 ¾ "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"¤±ì¢ÙÜIÍŠ¶2™•°¦¬ "
b"¤ÈÆëÔID”†»‹ïÈ\x0F x” "
b"Ñ\e\x1E └²@¿ðÈæ\x1F 9ü; "
b"¥g‘ÈþdA—†\x12 üãã52V "
b"¥ˆZ×áËK\x00 ½;ß\x1D ɉž@ "
b"¥¼-ÄO\x07 C=©\x05 ö\x17\x1D œ°\x1F "
b"¥ûAo6–Ha‘Ìdb‰÷j\x1A "
b"ª6ØÜöBÉè~╩\x04 _╗¾÷ "
b"¦¹óá\x01 ¦B’«&\x04 R_âo "
b"¦Ø1¶*3Lv›ÓHz''Î" "
b"ªÝ\x01 tÉECPö╗9=S!e¤ "
b"§v…JhDïŸpH\x11 ޳ƒ¹ "
b"ºæiÅ\x06\x07 @ýüç%a´p╗4 "
b"ºáö¯b¶GP┐└ô«ÉÃch "
b"§ Ñ\x1D ?\f N\x01 ¢PÐ\x0E Zcé! "
b"§¸®ð«\x13 CÛ½7\x04 4e’ìj "
b"¿\x16 ·Ù;ñL\x0F Ødø\x1D ║7\t ) "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"¨?Õ\v l´Ao«=÷–!|ÄQ "
b"¨Ù˜Ö"‘BoœM#h,Á©o "
b"¨Þ…çhæK+‚;épóÛ\x15\x1F "
b"®~Ëè\x1D ÛJFè║‗*+ÊØ[ "
b"®äWÐw\x1D G¯Æ\x7F ܧCì_ä "
b"©Œf9,nL‘‡ñ\x18 ¸\x02 g‰M "
b"©•RöB\x01 Iþ›oç\x1F\x1E ²#Ã "
b"®├ ï&yK\x11 ؽÐB▓f_É "
b"ª\x1A j~JwLF³«ãe…\x07 ¹\x04 "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"ªc¸çt$J£¬£uÎè;\x18 ¦ "
b"ªŠe\t S(BØ•\x02 ˜\x12 Á "
b"¬╦Å̪óIßï\x0E ÎB9Í┴ "
b"«\x1A WeY»A=”˜zØ:9Åò "
b"«€ô~\x13 r@²¸Ÿé‡ƒâç, "
b"½à\x03\v\x02 /K=ɰS.\x10 äÖ£ "
b"«†r_ýôHBƒÖ\x08 šU¶A{ "
b"«šßFngDŬØ:çáy€õ "
b"«æ¿'ì¸O“–o,fgT\x17 } "
b"¬‚\x1C &K‡@ô´©åoÓ%Æ` "
b"¼│¸\t :AGÖ¼f\x1D ¥¾üÜ· "
b"\x07 è\x05 LZGø®øç×2E\x1F ÷ "
b"¯\x04 …\x10 FÏAÕ¾ã17ÏU“¦ "
b"»~"ÊNõA(É╚î5y¹Í9 "
b"¯ág\x0F SõBýˆ¢²),ÿ8y "
b"░\x16 ┌+X└J▄쫨╝u\x03 F╦ "
b"°Ì‹±ÝŽ@Hœ\x13 Žâ*–u– "
b"±„sä\x01 ÆC"¼¤\x00 1õz3o "
b"±´BŽc=G$¶\x1D eSr÷€\x11 "
b"│\x14 »╬\x11\x1A OÉïu±$܃ÎB "
b"´C\x16\v 'b@}Š4]Á\x0F V\x10 É "
b"´“RÄÉîLΨ\x1C\x1C ØD{‹` "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"Á%¸╗» OGÀb"ÅN¤ð½ "
b"µç/\x08 à}L´¨\x14 2\f è~Úz "
b"¶N\x05 7ùŸJ|ƒÊÑ¿Ó%<d "
b"¶Ï‰”ž+C¥ˆSÎþ©áɯ "
b"·T’ˆ±îN\°\x11 -=à-fX "
b"·w} \x00 ÔI\x03 ªŠƒ.\x17\x12 Û” "
b"·æºÊ6KGó’0ÊÌ\x13 æ-| "
b"·õQ\x16 fàL³°1•A,¬· "
b"¸-M…)ŽJ]©U¸\f ¡V{\x13 "
b"¸Bå;Ù3B\x06 ¬ì<³ùÞ©< "
b"╣a>Ø1ìJ$ÉÀ\x7F L\x10\v 8¶ "
b"¹xÇgÝ*Fj¯\x1A x\x0E ¯\x1F Öœ "
b"¹¢ÃãQÈFã•#†L7¾å\x1A "
b"╣»O²└çKÉÿ×°»JÐ[ "
b"║dbß╬ØI ▒ÈD;§┤┤S "
b"""
║îÄ╩$ÒNçå@`¹æ\n
Åç
"""
b"»sàðïØHÓ²\x0F Ô#’m}L "
b"»ŒÛ\e î{Oȧ\x17 ¸¶\v Ôiþ "
b"»Ó\x06\x10\x06 ¦G†Ž£0¶„…u[ "
b"╗´{█-tJ¤üÛÒù\r h(. "
b"¼\e IÏÁzB\x15 Œz%b\x16 ¢8‡ "
b"╝=Øö\x15\x1C O,Ö\v\x14 ^│╩▀┴ "
b"╝wG╠mÂIOüÜ┘âÏÛ9N "
b"¼Ž,”Ù)Eû›\v\x13 ¢Ñ\x01 ûž "
b"¼•ëÆç¤EH«ö=ó²o„œ "
b"¼Ê«’nÝD,¯¯ñ\r Rpƒš "
b"¢#¹"AbIäöÂÊìM\x14 lõ "
b"¾\r “‰$&FߊxϽ6% ä "
b"¾*‹W–N‡°Ü mUM¶÷ "
b"¾3~–+ÓAˆ˜·9àíØ¬× "
b"¾žnÜa\O-¸\x01 úËXS„) "
b"¾»û¦ï\x05 @\x1D ž{çéÅ>¦” "
b"┐Ükê¹ÃJÿع¢V¬¸Þ▓ "
b"À=ü×Ü\x01 D\x7F £©\x06 gúÑ\x01 2 "
b"ÁCcTy»MЫ/+Eïò™\x06 "
b"ÁbÉQ;\x1D BPŒMI´\x7F ´Üq "
b"Áhñp÷‚Eùƒ\x0E íïè6ôÖ "
b"Â{ªà0²E\x03 ÿ˜z1–AR "
b"Âùá©Îö@›—ߥã\x1D\x7F ñ^ "
b"Ã\x12 €\x19 ÌNöˆ'\x08 ¦6vªþ "
b"Ã\x19 Ê)ÍÁBՄǶ\x12 s\x11 ¼g "
b"├Jò+ƒbK>Å┘s║¨°ßÁ "
b"ù:«ÄýDX®\x05 ‹y¨Õ_@ "
b"ÄË«È\x18 `L¾”&3®ýwz¦ "
b"Å\x15 -\x08 €'O:‘ßaÝ,ðí5 "
b"Å„>ð\x0F ½B˜¶ˆ¹5Kðq\x08 "
b"Å™\x01 âæ1LA²öi}\x0E\f\x11 7 "
b"ÆÜ‹êœ#Ff¼\x03 žvB\x1D Ëo "
b"Ç]ÜÁ…nKЯ×\x05 \r \x0F ³î "
b"Çe@\r ß4D5½9\f ¢8NÕ\e "
b"ǰ}E\r ’LÞ©@Û®^kY\x16 "
b"ǶT¯™>Nγ4¨\x1D\x19 ö‡õ "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"È\x10 Ã\x13 ú–B_¹\x0E ‹ê¾øR¤ "
b"È\e %S©XJ\x07 šøízÈj(\v "
b"╚êIØ\x08 xE└Ü\x1C §‗äå\x16 ~ "
b"╚ÖèÚMØHØ╗Q4▒îo_┤ "
b"É\x05 _²d\x0F GM“G‰4ì›8À "
b"ÉŠáä9¸FÊ¢à‘g}D\v "
b"Éë)äý.D7 W(UÚÊ5N "
b"ʈÙý\x16 •I.¯'§›“UÁ• "
b"ʦË\e\x15 ùE\x06 ºî”«m«Û/ "
b"ÊõíM¸÷Eµ€_$ïn}ú\x08 "
b"Ëy麴Ž@ä†`Ò\°\e Á\x11 "
b"╦ü\x07 Ü`5O0ò£¢│¬ ┴\ "
b"˧ð–õ®H¶’a-\x03 ×\x06 ”˜ "
b"Ë̓–šxOy¨\f ÷ÉPp\r \x16 "
b"Ì.\f —:¶J™¨¤Ã6‹y\x0F æ "
b"╠\x7F\x17 ÁE┤C%Ø{;æ¢Â5Ú "
b"ÌÃ\x16 ]‹gK‚ŠzœüH2QU "
b"Ìâ7rŒšD0•Õ¬¬%XÊ+ "
b"ÍUíB¢¢Bê§gäUñ‚\x08 \r "
b"Î\x15 „\x0E æ3G”¾™\x00\x11 „ô{d "
b"╬9ü¢âÂOÏ»ÛW┬ïÏ$n "
b"ÎÝ|˜NëI’™¶ÔW?½Ó¦ "
b"¤sƒþ\x1F º@\ìíõT─■Ét "
b"¤▓5E\x11 ═I(æT>XØo!ø "
b"ÏÖÜšõôK;“5GGokˆ¦ "
b"Ðx‰Fr¿Aù»¯õ‰nJ{j "
b"Ð\x7F ÛK`)Kd›Gf;bK\x17\e "
b"ðÜ;¡ØéF¼▒í53Üè"i "
b"""
Ñ\n
_¤OÊIu¿\x01 OC/\n
QÓ
"""
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"Ð$└£ÛÉBýîÔ¯ñƒq\x05 ▓ "
b"ÐK©¬º9Nuüt&¸▀èUp "
b"Ò\x12 ¿¹ÿnO¸´¢cÂq†™\x0F "
b"Ò5¿‹S^E࣒\x7F Â\x00 È{l "
b"ÒJ0ëh`N6šR\x13 Y²DI\x1A "
b"һ¶R…I\x17 –¸\x7F Ix“\x0E\x13 "
b"Ó\x13 ªfý*Lv®¹Íë]\x19 uc "
b"È;ì█\x12 âJ\x7F ¼F\x1D Ýe¾‗< "
b"ıU¥y±(M\x01 Ø\x0F ║é\x1A ¥âZ "
b"ÕW£Ø¬‡H„ƒ[\x1D\x19 ®á`\n "
b"×r¶\x01 %ÖO\x15 ›äl\x03 {"\x1F , "
b"ØšI:£öJI‚Éåû‚V¤\x10 "
b"ÙoAŽ@ïNf££,IF\x19 Âo "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"Ù縯\x14 `O>ƒS8‰6tÒ1 "
b"Ú<3\x01 ƒ°NB¦c[.]0CŠ "
b"ÚUèôŽ,DÊ”=Ñ\x1D iƨ‚ "
b"Ûµ\x18\x05 ÛED\x07 žßª}}X)Î "
b"""
Ü"\e ÄaîC›ˆñªv~\n
„\x18
"""
b"ÜF+(\v\x17 IÚ›\x04 ¸|«\x06\x04 H "
b"▄ú4\v ì2J+▒õ┬│ />e "
b"ܸT6#™M%¦`—D0˜zO "
b"ÜÑWšWïBé÷kšü¢\v Ù "
b"▄ÎF\x17\x04\x14 EX▒í½█\x02\x7F Øb "
b"¦█Àwì£K╔©·qE±l\x01 / "
b"Ì\x06 Å`VRLl¡FL÷$«\x1F ┐ "
b"Þ?ú\x06 S\x1C D¹Œ2Ÿý:F• "
b"ÞB›p\x18 ×FЈˆ¦ü\v é‚( "
b"ÌLÎØü\x13 L"ªètºÞ"\x0F * "
b"Þ]¥qB½Hº©^åPÓÀøù "
b"""
Ìp\r ¸oÌA╝ƒüâ\n
z║£\x1A
"""
b"Þ}¸»ý9M0›À\x02 „|ù“ô "
b"ß7a‘æ{FÓ³‹_GtÞ\x02 $ "
b"ßbX´°(E¥’Ã\x04 þ˜jàR "
b"ßm¾cË\x1E MŒ‚ލqWx½f "
b"▀üï\t úÌGv¢%╩hY\x7F 8‗ "
b"ßô£âž\x1D IëµAó®u\x0E _\x05 "
b"à\e ‘ØJïD׆Ñy\x17 I¯"í "
b"à\x1F ç-\x00 ³B\x00 °äW:yn\x18 / "
b"àXYÇ®ÂOâ¤få—ÆüLñ "
b"ÓYÅ®U)Fƺ\x03 íµÓ┘ðë "
b"àœd‘U\x14 H)¸\x15 F\x05 óSÞc "
b"ÓÈì\x16 ╔╗I\x10 ªJ╝âb¢█Ì "
b"á5ý݇ûJ¾ˆA\x0F VŠt®L "
b"ßü=\x19 S├M3░┘▓~ıç8å "
b"á™ÍÃf\x10 CY…–,’h5\x00 ¿ "
b"á \x13 ýNýC\r ¶tH¹³CQ§ "
b"áî{ê\x1F ûN~¦†LÍ,Jþ´ "
b"ã$â\x7F /ÃFð€©‰P‹Å\\x16 "
b"ã3\x00 æÑ½M|ž£›eGÁgy "
b"ãÈz\x04 •IIó¢s¥6¼\Z} "
b"õ\x1E ÷ÅH┬F╠Ü]■£X7·% "
b"äãJeôUA€½2:\x0E ùùeÏ "
b"äí"ºµÍN»¶\f\x1E ¹\x17 »GÜ "
b"å\x14 Pª`üKšµt”Qå¹ý5 "
b"å\x1E á7Ë\r N:‚vg0#©\x04 v "
b"çGïƒVþM¹°\x03 ¶oòå\x06\v "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"ç—ý™sçOì•”'w\x1E ¯j6 "
b"çíÔk\x1E C<ƒÍö£à´ŒL "
b"þ█»"\x00 rEdÉføÌµ■QÏ "
b"èL‡Ò4;LŒ´2ßÙévT¨ "
b"é૥Ť@\x14 ‚\x05 ŸD\x1C •œ\x05 "
b"ê\x17 s¸¢A@å¹Â¤¹\x14 èØŠ "
b"ê#Pxq\x00 @Ò²ˆ>ß[†¾ˆ "
b"êrÂÖ\x16 7C£ªÛý›søOÇ "
b"ê¶äù·üA\x1D µ1ç¼n/"ü "
b"ë)/´\x0E ¢Ocœ\x12 ‹c˜uÏ\x19 "
b"Ù0à)Å\x0F Kæä9í\e '?=% "
b"ë2/§1¶G=¥äQ\r €¯‰” "
b"Ùÿe\x1C ·XJoøgü\f ú1╚p "
b"ì\x14 6Ú\x1E LO\x03 »\t +!Œ§Œ² "
b"ì„Ú\x16 Þ\x10 E¼¡r\x05 Ëeƒ\x1F ƒ "
b"Ý6║Ï\!Eæü\îïôeæ{ "
b"Ý^╚°U░Mü»Û╗0#ë┼║ "
b"ÝÃâ╠─ÜB4Â║¼ì\x06 ┌ì┤ "
b"¯│┼▓├¬L\áWüAkæ\x02 M "
b"îÀÐéýDA0ƒ3NϪc‡` "
b"î÷‘\x1A X\x02 N µJ\x02\x0F Ù[~Ý "
b"îûž¢ÏHE§¢ †’¬ñF} "
b"´,àÀ zJpîÉ┼´k┼8× "
b"ï{JÁ\x0E\x10 @\f ¸ñ$#ã\x1E ¥Ò "
b"\x12 ?qDB›|È\x1E %¸¥* "
b"ï’MƼ£Cˆ“…UÛd›X½ "
b"ð_4\x1E\x05 ÄJ\f š5O»¤/bê "
b"𲂫âÿKQ¾ y`C´\x04 ` "
b"ñAðñ—cJû”k{kšPv\x18 "
b"ñjØ\\ìI.•M”¯tÎ__ "
b"±½û\x15 ┴Å@Êó.½u¤╚mã "
b"±╬Ï«■\x04 C┘»üxLlß\x03 / "
b"óyÆ·bÑDb…ƒ$óVŽ·g "
b"ó™¼VÕ¨DL¡R«š×\x01 «z "
b"ôU‚\x0E ³ÊNn«V1)ÿ \x06 "
b"ô_\x10 QZFH\x05 ¨¶(Ô‰\x15 Õá "
b"ôv3\x13 ¯›C”°\x02 Ň\x10 IÇ¢ "
b"ô•Î0æ†Mê›d¾Â\x0E Aï× "
b"¶┴Ø3ñ7O ©\x1F\x0E o\x11 ÓQ\x06 "
b"ôÖ\e îÝIX‘é俺ðJ\n "
b"õ”RŽ–KJ\x0F ºÞáXµmʤ "
b"÷;0─C?A·æÄÇÅ\x05 Öë╩ "
b"÷¤ß×9þCX¬á┘}>ì4╚ "
b"÷\x00 ÌøÑ›Læšwm+Ž\x03 ü¿ "
b"÷!Ùäú?IÒ‘°!\x1C\x0F I×ê "
b"°+§ì6SF\x1D ┐7H\x01 NY9l "
b"°ƒ®ì╗\x17 Jxÿ\x00 ìP\x06 sËû "
b"ø£w^xnC-œ\r íû8õÍõ "
b"ø¯,™,9I>†ä h÷Yñ6 "
b"ù\x05 Æ–ürE:’Ú\x7F\t ®5\x1A u "
b"ù5Þ\x11 ]]C¬–k\x10 žÏ5Ôõ "
b"úgf[ô\x0E AÒ“:¸çí\x0F\x16\x02 "
b"·üc>p9Fjâ┬'xè└]( "
b"û‚ÝêŠ(L ¤}ÖÃÜöÚS "
b"û¼òÍT¯H©¬è¢t\x17 Æ\x11 6 "
b"ûÏ X\x1D ÖLô¸®Ó®÷€6š "
b"ûÒ\x07 ¡ÏFj´{l½#Ÿ«· "
b"ü4w\v rFB\x06 ‰rÔG¹žÝ( "
b"³H¿Ú>íAßü┴Ñû■m\x05\x1E "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"³░b\x7F ╩\x08 CÚ║┐I¦ÀØø\x17 "
b"ü΂#\x12 ïJ6©aº›ïØ]Ì "
b"ý3\x0E\x1A i\x19 H‡“wÐ8\x0E .\x12\x11 "
b"þ\x05 £\x0F\x1E |Ic¢Z‰¶ˆþ”ü "
b"þ\x12 ‡!N^B‚‡_e\x03 !»„½ "
b"þìŠñK9N1Ž,é†.c'Ù "
b"ÿ\ªu\x0E ZNÖµ4K²a_YÛ "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"ÿ™!\x07 m\r J‡’YE\x19 ¹ß¸S "
b"ÿ™È¯ókDê°áÎ`£ÌÓ› "
b".‰`ú\x17 ýD\x19 ª«9[¦§H¤ "
]
SELECT
`product_price` . `id` as `product_price.id` ,
`product_price` . `version_id` as `product_price.versionId` ,
`product_price` . `product_id` as `product_price.productId` ,
`product_price` . `product_version_id` as `product_price.productVersionId` ,
`product_price` . `rule_id` as `product_price.ruleId` ,
`product_price` . `price` as `product_price.price` ,
`product_price` . `quantity_start` as `product_price.quantityStart` ,
`product_price` . `quantity_end` as `product_price.quantityEnd` ,
`product_price` . `custom_fields` as `product_price.customFields` ,
`product_price` . `created_at` as `product_price.createdAt` ,
`product_price` . `updated_at` as `product_price.updatedAt`
FROM
`product_price`
WHERE
(`product_price` . `version_id` = ? )
AND (
(
`product_price` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x0063D99F94F84AE4A6245DFE32728347 , 0x008F36161EE342EFA69164D184297A33 , 0x00EA126EBB17414B8DE28B8ADB8B7C9F , 0x018031D7A6504C70BC9611EFFCA5CB87 , 0x0198CC5FCFA372868458B0137445E61C , 0x0198CC5FEEDD72E5BD469A1D1561F509 , 0x0198CC6063887009AEE99935FC07787C , 0x02732857E2C64B47BAE0E1BC815003E3 , 0x02912B77F6184878852A362C488E1DF5 , 0x02B5B0CC83D54B2AA4E7858D3A8C47DC , 0x02F5376DB4DC447FA79E6B944B2D5C1B , 0x036A26BBBE4B4F01AEA80D39BBC9C86D , 0x03774667CD6143D3BB687D01E5F29D50 , 0x039F8EDB25AB462C81651097939933EE , 0x041F4976FCD7409A8B95FBF4D550DCD8 , 0x04E6B49AB9CC43BB888F75D6B2099EC1 , 0x04E6F83DA24642088321CA023F61239A , 0x052AD23004FE4012B75332A0FF505CE5 , 0x05E28F2B3BC44D5FBEF6709AC203F1EF , 0x05F3CBE5C14440098DA860974C749011 , 0x061240335AE44BA088A60A25356F028B , 0x062661D152D04ADDA36714AAC9A1AB46 , 0x06538A60DDEF48C7A53C868E90505F4E , 0x06BAC5FD040148DCB4F1C4B940CE5E24 , 0x084D8960A47C43DF8721E404766BCA3F , 0x0A037CEC6F2F490883C0ECC734851968 , 0x0A38581650A342BB97478E5552350B97 , 0x0A55EF82545845FD8D26D049F6FA826E , 0x0A99B6A5C4BB4330B86A27E7806A07B3 , 0x0AEFDBEB11644D5189CBCD68D73F8FBB , 0x0B4E5CC4D6AB4EA8B8330862B728BA1A , 0x0B580D4DB1AF437BB52AE681045FA3D8 , 0x0B625DE4010B45C4A52E289CC9F1A652 , 0x0B8FA99C70F24A959F02C746C58CDB15 , 0x0BB5FFA4D2224B9F87A1CEE5F7555C52 , 0x0C8E2366EDDE4F4D8BE1EB3C8409C696 , 0x0D649F80D88242AEB2E5B317364AA3D7 , 0x0DD823FD144549AFBFBF6F88B415A87C , 0x0E2D83BD6EDE4B7EAEE72C04239FB5C1 , 0x0E6319C53A4C4C2A908F6E1ACB1A2850 , 0x0E84607AF75841A8AF9242E142D32C1B , 0x0E94AE42B2E94624B7401044743FA1F2 , 0x0EC8E53A7B904A738D3CD38C70925856 , 0x0EDC32B246124DA4ADA5B79F4160AA30 , 0x106950DAA9DB47FE8C6A495EF55870CB , 0x10896259C828421DAF47D56064FADFC6 , 0x10990B3472944C229901430B36C4B4AC , 0x109A40BD85D0489AA2B0BA18B0CE4B99 , 0x114CF43958F74D33A1B812230108EA4C , 0x1210EF73292E4834BB02477A20995AE7 , 0x124391A372A54749B88BD1E87EA32706 , 0x12670C0A49534476A4627EDFA8A8A640 , 0x1271521BE681470489B9C785C885DCEB , 0x12C6CF175D2E415F9202F26F7F5EA267 , 0x132C192094B348E1973A0226A52864BF , 0x133403527E3948D98BFB2DDCA2224A4F , 0x135726F264C04274AB108B3C72D4391E , 0x135D7E3A28F048EC90FE4C0F9CF250D1 , 0x137AB040245B46419C5D19E61B554776 , 0x13B55EACE8F74F00AF6A65BB62BFEB26 , 0x140C9CF204A54BC888C8C36A1E338946 , 0x144E54880EEC4BDDA3F397A811D090E1 , 0x1459362B952B43FC8AD36B1863689CF0 , 0x14868CE162BC4D3CBF56FE07BDE1FEBD , 0x148A7DB7B91746779AF1399BFB14B749 , 0x14BA7107CA354D8EB0E1ED6931811E7B , 0x14D611D0A50E4220B467A1C2C39105AE , 0x14DFE87212FC47CC8B6925E178B42523 , 0x155C1A69F6BC49819758E902E5FABCC5 , 0x1582C38C41E44F7985FEB2F52244FA6A , 0x1697AF3DEA1E4A7F9851FC290A025525 , 0x174D238072E3464493D05A36977B1B36 , 0x1777F0F2727E486A85165AF0983F2DCF , 0x17BD255E57904585BA8A88149DFF691A , 0x17BFD861909C4763B5D79FCCE7C5297B , 0x18D3ECC2C1664DC3BF49FC96EAA5325F , 0x19BA3CE15C6E4982A08381F11318184A , 0x1A096B4B5DB44452AF48B4F0BA886F80 , 0x1A0EA0822C684DF5AFC96A92A10D92E1 , 0x1A2701056E494DA8BE6224A50640F697 , 0x1A466C5E3BA34FD7802DBFAC2EE83B9E , 0x1A8C7647531A4A04938DE9AAA4578AFE , 0x1AD29F6871E2430EA8C818CF58A2DB2D , 0x1B109AB41B4C47E2B05BE909A8727E33 , 0x1B2460577BBD480FAC7A7C2735D82AD8 , 0x1B98E8C17ECA4D62A7E844987E00FB6E , 0x1BA742C0F8AB4E14BFB2838966262114 , 0x1C86779C496A420686F9BC1E8E7EAC8B , 0x1CBE00765D0746CC97D750398CDEE081 , 0x1D4FF7BEFA364326AAAC5307971B55B3 , 0x1D94703EFD5F48DB886A256EDF6EC311 , 0x1D9DD4750EB442E4874493DD4798D030 , 0x1DCB7AFF5A5B497C9B01240F8113D932 , 0x1E564948A63A4AAAB75C2710769BC919 , 0x1E9B27E1115A4E0385F0372C13FE9750 , 0x1EB4B1948D554F13AFF7FFB200CC75AD , 0x1FA69EDDAABF4DF5971E23B2C718D5DD , 0x2006A3EA804A4FF69A0770DA6C9B152C , 0x207821A319A14DF891B1DA52CB633BD5 , 0x2105912A047046A7A39840D218BA2B09 , 0x211FAFBC86F1403F97AD514F5BED6D56 , 0x2251F5AB58704679A4355FE1ED0FFF18 , 0x230B840BDD1B4FFF97E6704671C4D376 , 0x2320F1B7176D41E28724359CB17C496C , 0x237B2C0438794EC1BE223643574DB8F4 , 0x23817E2C4EB8419F90C3B800639B1BB5 , 0x24B02B0793934E648671FB2529FF3C2D , 0x2506093F531C4D5CA99231A35DEDE93B , 0x2544A9AECC2C41AD9F62EE8800A3E769 , 0x26D78996E8AC4AA7A1494E275667F04E , 0x275034EAA61B4CC6BABF70C3ED9B92E1 , 0x27BF42012FDC42E7BDAB23A2AF7892A0 , 0x280E52E434C74A258EF4A0DDAB24374A , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0x28671CFD645E4120A224FE0230649357 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x29424506F7C34F70A500C369ECDEA554 , 0x296A50C52A8942C99DBCDBA401D43F4F , 0x2A0AEC1B06CD4F1CAEE8659D4902903E , 0x2A2DC438531D4B6A9977BDB5D546EF6F , 0x2A8DE543FB784CA18D65B3C84D3566CF , 0x2AC0B06456E24AF38ED4A05796CEB314 , 0x2AD26B5FF62045ACB018CB7277519911 , 0x2B43A0B43B6F4FA2AFBF694183B86BA9 , 0x2B4B91A7F52D493FBB884C16111FDC0E , 0x2B75BE671F384348A1851F946AC58F07 , 0x2B8FE71D69A945D88325960FD09E0752 , 0x2B90301E0DDD4FFC94139C25A09F872B , 0x2C7BE5C005C948949979B713244FE4CA , 0x2CD6ADD9B5D340C0AE0BFE9A4DCF1301 , 0x2D093652413142DFB48E894DB53DAA26 , 0x2D0A4DB6670548DCA6C389F11E28278D , 0x2D19AD67757D4DD29AA16785A3791B64 , 0x2D338F60A8624B08A0B076A6BDA9BD89 , 0x2D5FDCE9715549F4A80B8ED29C6C7BCB , 0x2E1BF3A20CD44D6EB9CAB219ACDD783C , 0x2E1D7A24C37E4D4D96B2DD75693D254C , 0x2E7F0699E4FA4C33AE0D9D9CA45DD81D , 0x2EB40206A03549AE99B789986204A29E , 0x2EBF36BC5D734A778C7DB644CD8F312A , 0x2F0CF9035B3D4DD494DB11F867C657A0 , 0x2FB6517F82A04711A1771C9B484111E2 , 0x2FE898D6A2FE4D1FA0C95865A625A8A2 , 0x302C26630EE74FF28738A844ED269886 , 0x309219DD4D1842FE8F807FA4434AD2CB , 0x30ED195C93B7467A9187F07773889A9F , 0x30FFA71C47094DF2A90EC7D8EDC613B1 , 0x312ABB438A8545BC9ADFF97C49DC5535 , 0x3186921E2AD3458BBDF0CE46A2E5D4F4 , 0x3231736B477540368F961E43F4C8ACD5 , 0x324C4FE6CA9147A499BA6429784B6D6C , 0x329849610CF643A8973EC27B03DE6BEA , 0x32BEC7A1385B4881959A689F706E065E , 0x32D4EDC58CA447238C215887CE9FC3D9 , 0x33235FA1274840FFBB13CDD3B2B4BEAD , 0x33E6B8DF73D5462599AACD9CA46102D3 , 0x342C22B947D44BD3884252B1E286BABA , 0x34387E5BAC4C44038C71D227E3EE07CF , 0x34F37717BC1849CBBC9D628A12EBBD80 , 0x357167462CB84C11A83F9DBF3D133AD1 , 0x3586BAA2490B4595A40CB4454BA7EF72 , 0x35A9DC076BDA4F679D20E46A414DAA02 , 0x36192C55CBCD433CB853F3A0D7870853 , 0x3635FCC77C4E446AA92BBCAECDA3A102 , 0x3722FE146FC24976887807D1D7F26600 , 0x3831330BD93C47328EFB2198C221DAE5 , 0x38851123F67B440A9EB34C83A7D7D648 , 0x398C01A31065433B859085E3FC840C58 , 0x3AB3151B544444A9BB61011175D407DA , 0x3B4B997D6DED417EA6467654F93B518E , 0x3B4E6267DEBF4727BC49AB382EE6B378 , 0x3B95A46B94B64A34A73DB8CFE48F4043 , 0x3BB7EBBD9F144E5A8437F006568BB854 , 0x3BD248939B8747A4BB67A2F2040FA6A9 , 0x3BE71D5D0DCF4CAFBB0229B757EBA18D , 0x3CB2766BDCB844C28B29E352AF0DC82F , 0x3D1FEEA2093F42A0B76996E3A14FFB49 , 0x3D6B1CFB4F144D278698B021D5A5C7D2 , 0x3DA8BF196A3B49808FCE26652CCCD5B9 , 0x3DCD4317E68A41BB8E4E45800AE9652B , 0x3DF78C98F2174B8D82EF9CC28CB40024 , 0x3ECBF73D96F74EA3B1DCBA6084F8AE86 , 0x3ECD4A5C22AA44A5BB75DCD5AA6C3BF4 , 0x3ECE1D9CEDAA45139E9BFC24BC6CF163 , 0x3F238C229EE6469FA12B3B634A836C1E , 0x3F2554490D9941C794BB71F5F764CCCD , 0x3F88015762804AE0881D1581C229A3C9 , 0x4049F47D6A184BB785D8F6F563846268 , 0x41428532E90041CEAA778625072128FB , 0x41BB79951D5A432E897AFECECE7E47B9 , 0x41DDC22565CA44F6A5CDE132C7B48943 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x421E0125515549D783D3DFB4B7666E7A , 0x42678BEBBA584D12B643E7D1D36BBDDA , 0x42E42B1A5F27496E90CC98492A4BCADA , 0x42EA73D80D544B6A91B5FD9A98803CEF , 0x4326D86DA86B4A9FAE14BA2464873114 , 0x43A7E833B0FD4972BAD407D517059E1B , 0x43F9FF34ACA14F3DB847ADA22F3DD3F5 , 0x441A89AF4193491B8F1FE1C682021211 , 0x4421965451B347D9B98FF8C5F99C64F4 , 0x4474560272AB496791D54EF84998F05A , 0x447DB92BC6984313AC1464B59A54640B , 0x449E67824E5B4DA6BEB2CB8C7167A750 , 0x4547B11CDC7C496D8DF91D8D32D324FB , 0x4570100A52C74FB0B920361946661659 , 0x459A91C944234B618165897E3B6B21BD , 0x45A8AF00865F41389ADE5EB41A8413D0 , 0x460D78E25A3944008501B3DFFC513CF8 , 0x4669FDCD345D40E090511DF60FE34747 , 0x46A424AE2FA04ABA8789166D8061ADC3 , 0x46BED0EDE6F24D88A992C0E6474693CA , 0x4717B782D81F4AC9B1F38BA0DC75F742 , 0x4769905B21A7442FA3538B68206DEEFD , 0x478A78759BB54A75B5AEF6F9AC966465 , 0x47ACBB1858DD4661AA5810D7F0CA2E74 , 0x47BFB080597843C8999D13E32547B198 , 0x47C93D7E0A0044E1846405FA51D74FD6 , 0x47CDC669A0D341C798B16ED43D73DBFA , 0x47EB1A34E386472091E13330835C4729 , 0x48D3F5FF2E40448EA76EEFADD0EFE5AC , 0x48F1880080FB4E7DBCB69BC0D85A56AB , 0x49D8693168BD4E9A9D8526BFB6CECBFB , 0x4A0481CF2837415F994A26DB302D9CF1 , 0x4A2520F301244FC4938292D3C6EFB7DE , 0x4A5521C0A1F04F648418D834BC420E4D , 0x4AD41F7F31064E7BA2483544068F1B61 , 0x4B0485E3974B48058B92B37F4E8A8ABE , 0x4B3A07C918844439BE797C82BCF93F5D , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0x4BD24FEB0C724EAC8912702054C51C20 , 0x4BDC3A735B574E4798800961E9BDE244 , 0x4C9962392C714602862A89B9A9BC8989 , 0x4D19D5A8142541BC891D0E11DA039851 , 0x4D487491C1984F918E45F759A671B778 , 0x4EEA087A9E5D40AD92E69BB06D463763 , 0x4F06787BBCD54814886185EA513B15A2 , 0x4F1A2C8C5AE44FABA1BF9340C0809894 , 0x4F56157420FF488C883529AA0A7A1599 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x4FB2216A86F04B3C8F243CD666690F45 , 0x5052239AAB6C452DABE9F402E3CCD8B6 , 0x505305E77711498C9C7542DE6532DEE8 , 0x5099F7A733DF4E9693C4AC6C8CB3FA9D , 0x50D22EC40FC04973ACC79ECD6865453B , 0x51321185E9AF496B8F9FD8EACCF97C8C , 0x513AB9793DD541E6A6DFF9033F99756F , 0x5221A02F84804456ABE1DE36EF2952BC , 0x5276806FBA574AC9B0AE386F19AC448E , 0x52AA3640A83346469EF4F3C3D5477649 , 0x52FCBF43BEEF4D369BEF59BD0368FD10 , 0x538180B1E5DC494AB00296A41774ADE6 , 0x53D4D2D3125F4B6D8E1F0BA5A5F92D10 , 0x5434F4165F0E460C89F806625BDEEA37 , 0x544D3E8CA79F41228D75B82E938E4AC4 , 0x54707E283B0A438092E0855415C7B52F , 0x56022887FE7A49FF8EA9F93435181F8A , 0x56285A19A62B4CBEAF2813BDA58EFE1C , 0x569267B6667645A791316218C4F646ED , 0x581056B5B98043B8AC6C5B1EFFC03094 , 0x586A9BCFAC4D47E080F97E0A43033427 , 0x58B3D0D35A944F7EA9F4A2AE551D606F , 0x58EEABFB540141F29437C69620ECAFB9 , 0x5901E0C63B024F20954FE585D0AE085F , 0x595F45266EC5447EA014A1645D0433EE , 0x597F981BAD274259A07E5EB0D1C2358C , 0x598135B2AD054BD5912B695C29B68C7A , 0x59AE7C8290E24F378488BA6A31145FC5 , 0x5A6B8A51792444F0A6D3B82049B447EA , 0x5B4B8832807B48479BEE5C4A6A4E368C , 0x5B6C37FB84C843B69699E500F2A35AF5 , 0x5C051ED822044BC5B51D6F2017A40C1F , 0x5CB1A3119AFE4E89B6A76FA1BF678F10 , 0x5CEB09C11D094FCD84DB184738D2D083 , 0x5D0D7F3C465E441EB6D025378751CB65 , 0x5D16A217D80D4FC6AA95E05EC2ABAE82 , 0x5F27C2AF01EA401594A8FEEF9FDEA4D9 , 0x5F85098C42834950BCA4DBF51B36CC87 , 0x5FD273192E4B407C959CD1016ECBD732 , 0x5FEF0BA56ECF4DADBB7A958FF26ED5B9 , 0x608264459D25422A82448E83867586F9 , 0x60C98FA8F47F459FB8FD2681B5891694 , 0x611E0CF9139B4F2B90066FFBB145126C , 0x61A035DBE1B94B8CA98D62F3C176EEB7 , 0x623AFD0AB4464E268632E2C6BDACFA6A , 0x6298E5B8FF304BF9B417A962245263CF , 0x62A32176B6A444DBA8E50EE841504BC5 , 0x62CF993A9EDC44E5807CDE94D4272F90 , 0x63557AF22D8147E995653C1DAF1696F9 , 0x635CEF6A9FF847C6813814AE912DB673 , 0x63D1E86D1438476EB79574F43B486163 , 0x641AEC6182FF4EF1BBD9A5202D20F0C7 , 0x6433521B76EE4705AB6644FB32BF7D77 , 0x6462366562514E5C8CDCCC45A32653C2 , 0x64AA4D5D3EC8485B83FACBCD9938CE41 , 0x64FAE64898C84D0FAFCD30F9EBF1ED8C , 0x65092324D2EE4C58852E11D4AC397773 , 0x65D37E8611A24D6A81A53A335F092210 , 0x6664E6D53A6C4CCFB3157EACFEC07D13 , 0x66CFB21A9FB04393A95EF36481DFE290 , 0x6839368170DE42C49ED3CFBF12E88778 , 0x68DC61545AA34F3CA50FC30D697CF926 , 0x68FE379991F84DD5A377E64831E860ED , 0x696185C8F8434874AE7D4F0259A20B7C , 0x698B242FFD0D43AE8D99BA191C712C14 , 0x69923D8A8DE54BE9935844CF1AE121A3 , 0x69D888A6BA7945C98018C15F3B27BA27 , 0x69E3F70DFE5D48BEB0996B2D57DD4132 , 0x6A0E50AB5BD046148E3743D125616CEB , 0x6A8837AC4D704C26AD0ED946ABB62E8D , 0x6B5030A638294AE7B0614AED2E693544 , 0x6B6D3D49ECB3467DA2F9640400898AA1 , 0x6BA8701D82B74AAE8BEA3098CF77A776 , 0x6CDEF64739CC4401BFBFE1AB2BF4D500 , 0x6CF120A66C1D440AB4B3F211CA5ED4E7 , 0x6D2C2C3D092B45C69258AE58C834C910 , 0x6D6EC921BFB541D7B9C5AF4A349E15AF , 0x6D97048B3A1848E5984259D145C64EA9 , 0x6DA3A31794E243D6B45B2F899F60EC5C , 0x6DDE6162E144422093F3885E1D93AE7A , 0x6DEB8070212948C5806869DD4CAD38E7 , 0x6E1BDA997D50458BA8D53B5AF12A73C6 , 0x6E4A90D17F5245C2A77F76E60569A1C7 , 0x6EBD9242A70345F08BE5C01C1ADBBEFE , 0x6ECCDBF9BAF7457181D448A10CADE149 , 0x6FC107D6A1E249129CC62E39BD3DB5B3 , 0x6FD20F7517C2481FBE9560B3A1A76E85 , 0x6FD2FA1E4B2F4F1BBAB0EDE7CC556A26 , 0x6FDE9D4160C74A51869B5A8ED920727F , 0x7058AA98626743D6B2ED5E302E40DCC4 , 0x70E52FD4923A42919E958298024DCDF3 , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x71EC0B339C2D47349057DB3F3798DD66 , 0x727519E5EA9945BCB38556C786B0462F , 0x732623E8B9BD4CA2B4FD69A0F5FFD9B4 , 0x733DC7A320C14ED7886044B15249CA98 , 0x73A01E43B848489AAC44A6A2BC35CDA9 , 0x73E176AAE2D945E3A2F1591B18F795EA , 0x740C49DE0E9B44A887DF6F73EAA40B70 , 0x7450D68915C04AEF9269466C03004A8E , 0x74C23DEF2F2842418AF16064A77DC50E , 0x74DF2613A93D47BF8EC49DCF8FA2D7E7 , 0x751EEFD09DA3439CBEB54AC5D6276F81 , 0x7565B51CBA814D1CBCDE5895ECB7ECBC , 0x756E14612F0A44F8929A0A0DA80A0650 , 0x7594BA16A2D54227A275724DF17A628F , 0x75DA02E5307B4D7DBB8E243414DE61E8 , 0x76780D8D04184BC0BA1179CDB80B8DE7 , 0x768D37AA6D264DC0AE33E575ABE651B5 , 0x76E51AF65D024E0089DBA40C450C302A , 0x76FE52880DF54B2F929B6A30205355A9 , 0x7771C607B84D4337AD4A02CD3C50C7DD , 0x7893C4C08A7A4EA99A9DA386751AE231 , 0x78EF6CE488B546DBA1AFEC66D499D99F , 0x7909112A58E74515BB2D4D013C3FC975 , 0x7921ADD9108248B28592C1C45E474697 , 0x792B461266CD474CAE2356AA7B2A6D0F , 0x79733850F2F84AA9B42D1C61A8883FA8 , 0x7979893536284CD5A6FD2ADE57CCB406 , 0x798F63F530024716B63728137927A577 , 0x79A78600519F4258B5E4F557194B2443 , 0x79B87747C5014C518AF1D3EE5E69F67A , 0x7A768155A21E446DB594B41749495D52 , 0x7AD6C54C9BE34F03B445D31D6927EDFE , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x7B2C8C847B424D4E9622CF72F5A3A189 , 0x7B4CAFFABAD04D4D90F412995E5D0790 , 0x7C047B09BE704920AD70722D9CBBAED1 , 0x7C1315587A2A42FA9DB2D38E304A9CDE , 0x7C145CD33AD14981BD8E8DC497B81406 , 0x7C3AD044A851497D947245B9D0295EEF , 0x7C4A7C48062C4A278354F53DF305DFC0 , 0x7CA91AE8EC9E44C78E4E05B4BF830BFB , 0x7D56D321D6834A24A35114BDC9A75ECA , 0x7DD1DC64621846AEBF5B45702BBD43A5 , 0x7DE43A59276348A49A432533EEE8E783 , 0x7E52FABB32FD4C57943F5DE5FC239FFB , 0x7EF14DBAB4C443A084941555BFAF4AF0 , 0x7F5C92811BA94B0B81185CF6C0BB4643 , 0x7F6920BF8BAB4600B04474C1376E92D4 , 0x7F9A9BB4E45647F8B40EE4D24856710D , 0x805990A020A246C387AE957EF624150B , 0x80E1B14557544CFAAD7BD5E768620273 , 0x81109D6D5CBB442589401E5427212CFC , 0x817E50D64C814494A1F0C5AB4EB1FB6E , 0x81A00D0397C4409BAB8EEB19B91596CC , 0x82FECD32CB2B41F98E060847B3B7F41E , 0x833524D4F7C5409B915D2170CFE26734 , 0x83BA19C48ACD4185BED88A42FAD2A202 , 0x841BA378974347D7B56C89090B2E56F8 , 0x84372B86334148F3AE46134FA052F758 , 0x845111537C5943AE95F498C4E2BF53DF , 0x84C073C6200B4139982FF1FE5AF38A61 , 0x84D0789314454723A3E7D9E34328FD4F , 0x84E42DEDEC91491382903999F6698637 , 0x8527FB724DC04B6890409C4F56B55210 , 0x85704D37E04A4D3381B7D0A22044BA3B , 0x85916D3C3CD847F7B4FBBC02ACB5704D , 0x8618B7A281A941D3B4C3A146C613759B , 0x862571E3C55A428FAC5EAB74DBD61897 , 0x865B53B7840A4511970F9699EA7C6134 , 0x8669E125B004411293092D9DF9BF34C5 , 0x866BB386DE0B450FABAA9EA744DDEA55 , 0x86EBE79EA34F4082B5C548D59851BD91 , 0x88232DF4C33F4B17A50F71A2D1E08C41 , 0x88286D36B4E44417870F62D69080EE5E , 0x8832841B589A4FDEB6556DFA4725429B , 0x88ADECDDCB95437497F05284ED3B0E66 , 0x88BCF3C46A49400DA3995ABF847D8C5D , 0x88C56F5564E644DF986625800FCF21FA , 0x88F7EBF91B5C4B79A1B4E1C7A2D1CA27 , 0x891472407403429588922CAFB0A8A305 , 0x89EDA59C8AB2485188603FE1844BF9FD , 0x8A21E0FA81DF4D4B9F354505A3443F31 , 0x8A50041C8F5F4F738F738BDB51C4BBEC , 0x8A563833B6DB46D58CB4231FAFB3ECB9 , 0x8ACA2973510443D1AD34C0EC18CB1F7F , 0x8ACFB590313548F2951202180595CEF1 , 0x8B798107C64A495792A70E7FBF783207 , 0x8BD323FFC75B41F7912AD63024C60DA9 , 0x8BD65A8FAD6245BC867628F1A69B3CE9 , 0x8CAE9449817A436899527A696B3022EE , 0x8D35F0C6664C405396CC9D071B872140 , 0x8DAD35F03E18430EAFDC0BB50FA9F232 , 0x8DFD9638F43248689E4712E6955BB5CE , 0x8E281119F82F4C18B63FA69D15C03061 , 0x8E56D4361856486597B1A5E6D3DA8650 , 0x8E87AA0DC58B429DBBA384D01748E66E , 0x8F1332EB43334D159175A80ED6E45057 , 0x8F476E559D4A480BACACE9594A734D6E , 0x8FEC631B396B4A3FA79271B59C6EF5D1 , 0x90D5B890996F466A99E44A068F2E5E75 , 0x90E0D429E36048A99E703E33467ED707 , 0x914AC234F8274AB7A5525F8EC07A0BB8 , 0x915AF89899584C569006967EAAE9EB79 , 0x9180B46270E84DED960697B77F730C27 , 0x925043830B4143A9AFB3AD97282C079D , 0x928979BCFBC04BA593BE753DEBBE5247 , 0x929BD53E188C4CE5A988743598EEA2BF , 0x92AA9F08AF494AB280017AFBFE8D803D , 0x9317A29495C44FFF92E1EAE29E23C7E3 , 0x932CF84722F9420DB0FE81BA479611F6 , 0x938C5B9225DA4C1897DA16C73E599FD9 , 0x940DE9504E2B4067BB89E8DE2687044F , 0x94391E5449924AB68357CAF7326975CD , 0x9446A98385AB4EA3A7A786F627F895E0 , 0x95B5E428EEB7403F834536C0259DFBDD , 0x95D3714074084C3BA682EEF94D7C8B85 , 0x962F3333F2A14C608F1B3447A66D892C , 0x9659D0BBD47446B6A2F602282A3D02B0 , 0x966CA9C8605647A1B813148003DC27F2 , 0x9697191BF77B49D686AE5CA35C70FA0B , 0x96A889C8249B4981A08E9BEAF30E87F3 , 0x96A9109F6D9D4332BE2261EC9AF3DA31 , 0x96D02E6C52B74AF38E379978CF37882F , 0x978648C238AF48D3B655595F0883865A , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x97F18795E20D4C2F8774C4CBDD3978DE , 0x982FDFCC11944207A95ED2AFA37EA4D2 , 0x984C4DCEF99E4C4E98FEC5CD5A4F08D3 , 0x98AC6AE3B69A4F7DA6AAAF38828D22FF , 0x994E504D89DE4FF4B396B33D0C799F60 , 0x9B06BCD6C42D4C09AEEFC14694F43AFF , 0x9B1994E8538540A3A5C1EB9EF58507A2 , 0x9B9CCFCD42E0456DA90F81F63268E5E5 , 0x9C5332CBA3C44F0F8CAC2EA88514F142 , 0x9C8294E998DE48F59A664D9F1CF7B4C5 , 0x9CAB6EC7917A46A0A43B9E43D461E932 , 0x9D45DBEBAA394A83B9E19D5EE499CEE3 , 0x9E76DD71B96C476692E0B7348269EDBA , 0x9F06F4CF55274037ADD5D68B2C250986 , 0x9F6512456E9B4FE285D2ABA81E5473E3 , 0xA01216B71DBE473C820787036E2683EE , 0xA0199A2ABE774F49871B67DCD1F94F3D , 0xA04028C7174D47188E03F3039EFC91BC , 0xA096F622E9C04DD78A3A6185831BA31A , 0xA0FDE31FCF5E4A1C936BDD6083707D29 , 0xA156B96B28BE453FB738DFD576BF3309 , 0xA171925654854439A4EBA695469852B9 , 0xA1FD30263A8A4BDF869ADDF794D237BB , 0xA26A3419085746DFA76279498A8D72F2 , 0xA28C511727D847478F7A73F1741B83A0 , 0xA2A198A0824F4A80A67EF4FCB1854571 , 0xA33903F981914C079418471C6B7549E8 , 0xA34622AB31BE463E9F44F6E19A33C6D1 , 0xA378A3D35A9E4DEEBDAF104233D64967 , 0xA3DA1A51200F4931BB8E78B9EDB2706D , 0xA448B8CC30214970B264F10C54275C9D , 0xA498EE6DF1B44DB187FBD16578C217BE , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA4B1ECA2D9DC49CD8AB6329995B0A6AC , 0xA4C8C6EBD449449486BB8BEFC80F7894 , 0xA55C651EC0FD40F0A8D0D4911F39813B , 0xA56791C8FE6441978612FCE3E3353256 , 0xA5885AD7E1CB4B00BD3BDF1DC9899E40 , 0xA5BC2DC44F07433DA905F6171D9CB01F , 0xA5FB416F3696486191CC646289F76A1A , 0xA6369D9A94F042908A7ECA045FBBF3F6 , 0xA6B9F3E101A642AD92AB2604525FE26F , 0xA6D831B62A334C769BD3487A2727CE22 , 0xA6ED01749045435094BB393D532165CF , 0xA776AD854A6844EF9F7048118EB383B9 , 0xA791698F060740EC81872561EF70BB34 , 0xA7A094EE62F44750BFC093AE90C76368 , 0xA7A0D11D3F0C4E01A250D00E5A63E921 , 0xA7B8AEF0AB1343DBBD3704346592EC6A , 0xA816FAEB3BA44C0F9D649B1DBA370929 , 0xA821025B13F0464C84E855512A64902E , 0xA83FD50B6CB4416FAB3DF796217CC451 , 0xA8D998D62291426F9C4D23682CC1A96F , 0xA8DE85E768E64B2B823BE970F3DB151F , 0xA97ED38A1DEA4A468ABAF22A2BD29D5B , 0xA98457D1771D47EE927F9AF5438D5F84 , 0xA98C66392C6E4C9187F118B80267894D , 0xA99552F6420149FE9B6FE71F1EB223C3 , 0xA9C3208B26794B119DABD142B2665F90 , 0xAA1A6A7E4A774C46B3ABE3658507B904 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAA63B8E774244AA3ACA375CEE83B18A6 , 0xAA8A6509532842D89502EEACA59812C1 , 0xAACB8FDEA6A249E18B0ED74239D6F0C1 , 0xAB1A576559BB413D94987AD83A39C5F2 , 0xAB80F47E137240B2B89FE98783E2E72C , 0xAB85030B022F4B3D90F8532E1084999C , 0xAB86725FFDF4484283D6089A55B6417B , 0xAB9ADF466E6744C5ACD83AE7E17980F5 , 0xABE6BF27ECB84F93966F2C666754177D , 0xAC821C264B8740F4B4A9E56FD325C660 , 0xACB3F7093A414799AC661DBEF3819AFA , 0xAD07E8054C5A47F8AEF8E7D732451FF7 , 0xAF04851046CF41D5BEE33137CF5593A6 , 0xAF7E22D24EE4412890C88C3579FBD639 , 0xAFE1670F53F542FD88A2B2292CFF3879 , 0xB016DA2B58C04ADC8DAEF9BC750346CB , 0xB0CC8BB1DD8E40489C138EE22A967596 , 0xB18473E401C64322BCA40031F57A336F , 0xB1B4428E633D4724B61D655372F78011 , 0xB314AFCE111A4F908B75F1249A9FD742 , 0xB443160B2762407D8A345DC10F5610C9 , 0xB49352C4C9EE4CCEA81C1CD8447B8B60 , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0xB525F7BBAF204F47B762228F4ECFD0AB , 0xB5E72F08E07D4CB4A814320CE87EDA7A , 0xB64E0537F99F4A7C83CAD1BFD3253C64 , 0xB6CF89949E2B43A58853CEFEA9E1C9AF , 0xB7549288B1EE4E5CB0112D3DE02D6658 , 0xB7777DA000D44903AA8A832E1712DB94 , 0xB7E6BACA364B47F39230CACC13E62D7C , 0xB7F5511666E04CB3B03195412CACB7AD , 0xB82D4D85298E4A5DA955B80CA1567B13 , 0xB842E53BD9334206ACEC3CB3F9DEA93C , 0xB9613E9D318D4A2490B77F4C100B38F4 , 0xB978C767DD2A466AAF1A780EAF1FD69C , 0xB9A2C3E351C846E39523864C37BEE51A , 0xB9AF4FFDC0874B90989EF8AFF04AD15B , 0xBA6462E1CE9D4920B1D4443BF5B4B453 , 0xBA8C8ECA24E34E87864060FB910A8F87 , 0xBB73E0F0EFD848D3B20FD423926D7D4C , 0xBB8CDB1BEE7B4FC8A717B8B60BD469FE , 0xBBD3061006A647868EA330B68485755B , 0xBBEF7BDB2D744ACF81EAE3970D68282E , 0xBC1B49CFC17A42158C7A256216A23887 , 0xBC3D9D94151C4F2C990B145EB3CADFC1 , 0xBC7747CC6DB6494F819AD983D8EA394E , 0xBC8E2C94D92945FB9B0B13A2D101FB9E , 0xBC95EBC6E7A44548ABF63DF3B26F849C , 0xBCCAAB926EDD442CAFAFF10D5270839A , 0xBD23FB224162498494B6D28D4D146CE4 , 0xBE0D9389242646DF8A78CFBD362520E4 , 0xBE2A8B5796AD4E87B0DCA06D554DB6F7 , 0xBE337E962BD3418898B739E0EDD8ACD7 , 0xBE9E6EDC615C4F2DB801FACB58538429 , 0xBEBBFBA6EF05401D9E7BE7E9C53EA694 , 0xBF9A6B88FBC74A989DFBBD56AAF7E8B2 , 0xC03DFCD7DC01447FA3A90667FAD10132 , 0xC143635479BB4DD0AB2F2B45EFF29906 , 0xC162C9513B1D42508C4D49B47FB4DC71 , 0xC168F170F78245F9830EEDEFE836F4D6 , 0xC27BAAE030B24503A0FF987A31964152 , 0xC2F9E1A9CEF6409B97DFA5E31D7FF15E , 0xC312AD8019CC4EF6882708A63676AAFE , 0xC319CA29CDC142D584C7B6127311BC67 , 0xC34A952B9F624B3E8FD973BAF9F8E1B5 , 0xC3B93AABC4FD4458AE058B79A8D55F40 , 0xC4CBABC818604CBE942633AEFD777AA6 , 0xC5152D0880274F3A91DF61DD2CF0ED35 , 0xC5843EF00FBD4298B688B9354BF07108 , 0xC59901E2E6314C41B2F6697D0E0C1137 , 0xC6DC8BEA9C234666BC039E76421DCB6F , 0xC75DDCC1856E4BD0AFD7050D0FB3EEC2 , 0xC765400DDF344435BD390CA2384ED51B , 0xC7B07D450D924CDEA940DBAE5E6B5916 , 0xC7B654AF993E4ECEB334A81D19F687F5 , 0xC7C27C6EB6D54599839A560978452979 , 0xC810C313FA96425FB90E8BEABEF852A4 , 0xC81B2553A9584A079AF8ED7AC86A280B , 0xC888499D087845C09A1CF5F28486167E , 0xC8998AE94D9D489DBB5134B18C6F5FB4 , 0xC9055FB2640F474D93478934EC9B38C0 , 0xC98AE1E439B846CAA2E091677D440BAD , 0xC9EB29E4FD2E4437A0572855DACA354E , 0xCA88D9FD1695492EAF27A79B9355C195 , 0xCAA6CB1B15F94506BAEE94AB6DABDB2F , 0xCAF5ED4DB8F745B5805F24EF6E7DFA08 , 0xCB79E9BAB48E40E48660D25CB01BC111 , 0xCB81079A60354F30959CBDB3AA20C15C , 0xCBA7F096F5AE48B692612D03D7069498 , 0xCBCD83969A784F79A80CF7C950700D16 , 0xCC2E0C973AB64A99A8A4C3368B790FE6 , 0xCC7F17B545B443259D7B3B91BDB635E9 , 0xCCC3165D8B674B828A7A9CFC48325155 , 0xCCE237728C9A443095D5ACAC2558CA2B , 0xCD55ED42A2A242EAA767E455F182080D , 0xCE15840EE6334794BE99001184F47B64 , 0xCE3981BD83B64FD8AFEA57C28BD8246E , 0xCEDD7C984EEB499299B6D4573FBDD3A6 , 0xCF739FE71FA7405C8DA1E454C4FE9074 , 0xCFB2354511CD492891543E589D6F219B , 0xCFD6DC9AF5F44B3B933547476F6B88A6 , 0xD078894672BF41F9BBAFF5896E4A7B6A , 0xD07FDB4B60294B649B47663B624B171B , 0xD09A3BAD9D8246ACB1A135339A8A2269 , 0xD10A5FA44FCA4975BF014F432F0A51D3 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xD124C09CEA9042EC8CE2EEA49F7105B2 , 0xD14BB8AAA7394E75817426F7DF8A5570 , 0xD212BFB9FF6E4FB8B4A263C27186990F , 0xD235BF8B535E45E0A3927FC200C87B6C , 0xD24A30EB68604E369A521359B244491A , 0xD2BBC2B65285491796B87F4978930E13 , 0xD313AA66FD2A4C76AEB9CDEB5D197563 , 0xD43B8DDB12834A7FAC461DED65F3F23C , 0xD555BE79F1284D019D0FBA821ABE835A , 0xD557A3D8AC874884835B1D19AEE1600A , 0xD772B60125D64F159BE46C037B221F2C , 0xD89A493AA3F64A4982C9E5FB8256A410 , 0xD96F418E40EF4E66A3A32C494619C26F , 0xD97333CA46504A8389743BADBC47D068 , 0xD9E7B8AF14604F3E835338893674D231 , 0xDA3C330183B04E42A6635B2E5D30438A , 0xDA55E8F48E2C44CA943DD11D69C6A882 , 0xDBB51805DB4544079EDFAA7D7D5829CE , 0xDC221BC461EE439B88F1AA767E0A8418 , 0xDC462B280B1749DA9B04B87CAB060448 , 0xDCA3340B8D324A2BB1E4C2B3202F3E65 , 0xDCB8543623994D25A660974430987A4F , 0xDCD1579A57EF42C3A9F76B9AFCA20BD9 , 0xDCD7461704144558B1A1ABDB027F9D62 , 0xDDDBB7778D9C4BC9B8FA7145F16C012F , 0xDE068F6056524C6CAD464CF624AE1FBF , 0xDE3FFA06531C44ADB98C329FFD3A4695 , 0xDE429B7018D746D08888A6FC0BE98228 , 0xDE4CD79D81134C22A68A74A7E8220F2A , 0xDE5DA57142BD48BAA95EE550D3C0F8F9 , 0xDE700DF76FDE41BC9F81830A7ABA9C1A , 0xDE7DB8BBFD394D309BC002847CF993F4 , 0xDF376191E67B46D3B38B5F4774DE0224 , 0xDF6258B4B02845A592C304FE986AE052 , 0xDF6DBE63CB1E4D8C828EA8715778BD66 , 0xDF818B09A3DE4776BD25CA68597F38F2 , 0xDFF4A3E29E1D49EBB541F3AE750E5F05 , 0xE01B91D84AEF44D786D1791749AF22ED , 0xE01FE72D00B34200B0E4573A796E182F , 0xE05859C7AEC24FE2A466E597C6FC4CF1 , 0xE0598FA955294692A703A1E6E0D9D089 , 0xE09C649155144829B8154605F353DE63 , 0xE0D48D16C9BB4910A64ABC8362BDDBDE , 0xE135FDDD87FB4ABE88410F568A74AE4C , 0xE1813D1953C34D33B0D9B27ED5873886 , 0xE199CDC36610435985962C92683500BF , 0xE1A013FD4EFD430DB67448B9B34351A7 , 0xE1EE7BEA1FFB4E7EA6864CCD2C4AFEB4 , 0xE324E27F2FC346F080A989508BC55C16 , 0xE33300E6D1BD4D7C9EA39B6547C16779 , 0xE3C87A04954949F3A273A536BC5C5A7D , 0xE41EF68F48C246CC9A5DFE9C5837FA25 , 0xE4E34A65F4554180BD323A0EF9F965CF , 0xE4ED22BAB5CD4EBBB60C1EB917BB47DC , 0xE51450AA60FC4B9AB5749451E5B9FD35 , 0xE51EE137CB0D4E3A8276673023A90476 , 0xE747EF8356FE4DB9B003B66FF2E5060B , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xE797FD9973E74FEC959427771EAF6A36 , 0xE7ADEDD46B1E433C83CDF6A3E0B48C4C , 0xE7DBAF220072456490669BDEE6FE51D8 , 0xE84C87D2343B4C8CB432DFD9E97654A8 , 0xE9E0ABA5C5A4401482059F441C959C05 , 0xEA1773B8A24140E5B9C2A4B914E8D88A , 0xEA235078710040D2B2883EDF5B86BE88 , 0xEA72C2D6163743A3AADBFD9B73F84FC7 , 0xEAB6E4F9B7FC411DB531E7BC6E2F22FC , 0xEB292FB40EA24F639C128B639875CF19 , 0xEB3085298F0F4B918439A11B273F3D25 , 0xEB322FA731B6473DA5E4510D80AF8994 , 0xEB98651CFA584A6F9B67810CA331C870 , 0xEC1436DA1E4C4F03BB092B218CA78CB2 , 0xEC84DA16DE1045BCA17205CB65831F83 , 0xED36BAD85C214591815C8C8B9365917B , 0xED5EC8F855B04D81AFEABB302389C5BA , 0xEDC783CCC49A4234B6BAAC8D06DA8DB4 , 0xEEB3C5B2C3AA4C5CA05781416B91024D , 0xEEC0D0E9FD44413083334ECFAA638760 , 0xEEF7911A58024E20B54A020FD95B7EDD , 0xEEFB9EA2CF4845A7A2A08692ACF1467D , 0xEF2C85B7FF7A4A708C90C5EF6BC5389E , 0xEF7B4AC10E10400CB8F12423E31EA5D2 , 0xEF8084123F7144429B7CC81E25B8A52A , 0xEF924DC6BCA34388938555DB649B58BD , 0xF05F341E05C44A0C9A354FBBA42F62EA , 0xF0B282ABE2FF4B51BE20796043B40460 , 0xF141F0F197634AFB946B7B6B9A507618 , 0xF16AD85C5CEC492E954D94AF74CE5F5F , 0xF1AB9615C18F40D2A22EAB75CFC86DC6 , 0xF1CED8AEFE0443D9AF81784C6CE1032F , 0xF379C6B762D14462858324F3568EB767 , 0xF399BC56D5A8444CA152AB9AD701AB7A , 0xF455820EB3CA4E6EAB563129FF20AD06 , 0xF45F10515A464805A8B628D48915D5E1 , 0xF4763313AF9B4394B002C5871049C7A2 , 0xF495CE30E6864DEA9B64BEC20E41EFD7 , 0xF4C19D33A4374F20B81F0E6F11E05106 , 0xF4C3961BEEDD495891E9E4BFBAF04A0A , 0xF594528E964B4A0FBADEE158B56DCAA4 , 0xF63B30C4433F41FA918E808F059989CA , 0xF6CFE19E39E74358AAA0D97D3E8D34C8 , 0xF700CCF8D19B4CE69A776D2B8E03FCBF , 0xF721D9E4FA3F49D291B0211C0F49D7EA , 0xF82BF58D3653461DBF3748014E59396C , 0xF89FA98DBB174A7898008D500673D396 , 0xF8A3775E786E432D9C0DEDFB38F5CDF5 , 0xF8AF2C992C39493E86E4A068F759F136 , 0xF905C696FC72453A92DA7F09AE351A75 , 0xF935DE115D5D43AC966B109ECF35D4F5 , 0xFA67665BF40E41D2933AB8E7ED0F1602 , 0xFA81633E7039466A83C227788AC05D28 , 0xFB82DDEA8A284CA0A47DD6C3DCF6DA53 , 0xFBBCF2CD54AF48A9ACE8A27417C61136 , 0xFBCF20581DD64CF4B8AED3AEF780369A , 0xFBD207A1CFAD466AB47B6CBD239FABB7 , 0xFC34770B724642068972D447B99EDD28 , 0xFC48A8E93EA141E181C1A596FE6D051E , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFCB0627FCA0843E9BABF49DDB79D9B17 , 0xFCCE822312EF4A36A961BA9BEFD85DCC , 0xFD330E1A691948879377D0380E2E1211 , 0xFE05A30F1E7C4963A25A89B688FE94FC , 0xFE1287214E5E4282875F650321BB84BD , 0xFEEC8AF14B394E318E2CE9862E6327D9 , 0xFF5CAA750E5A4ED6B5344BB2615F59DB , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xFF9921076D0D4A8792594519B9DFB853 , 0xFF99C8AFF36B44EAB0E1CE60A3CCD39B , 0x2E8960FA17FD4419AAAB395BA6A748A4 )));
Copy
85
1.57 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"¶\x13 ¼ê\x17 ÙLÖŒ\x0F\e\x01 Éj„? "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"¶\x13 ¼ê\x17 ÙLÖŒ\x0F\e\x01 Éj„? "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB613BCEA17D94CD68C0F1B01C96A843F , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB613BCEA17D94CD68C0F1B01C96A843F , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
86
4.90 ms
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = ? ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = ? ) AND ((`product_media` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00 cÙŸ”øJä¦$]þ2rƒG "
b"\x00 Å6\x16\x1E ÒB´ªædÐä)z3 "
b"\x00 Û\x12 n╗\x17 AKìÔïè█ï|ƒ "
b"\x01 €1צPLp¼–\x11 ïü¥Ë‡ "
b"\x01 ˜Ì_Ï£r†„X°\x13 tEæ\x1C "
b"\x01 ˜Ì_îÝrå½Fš\x1D\x15 aõ\t "
b"\x01 ˜Ì`cˆp\t ®é™5ü\x07 x| "
b"\x02 s(WÔãKG║Óß╝üP\x03 Ò "
b"\x02 ‘+wö\x18 Hx…*6,HŽ\x1D õ "
b"\x02 Á░╠âıK*ñþàì:îG▄ "
b"\x02 õ7m´ÜD\x7F §žk”K-\\e "
b"\x03 j&»¾KO\x01 ®¨\r 9»ÉÈm "
b"\x03 wFg═aCË╗h}\x01 Õ‗ØP "
b"\x03 ƒÄ█%½F,üe\x10 ùôÖ3¯ "
b"\x04\x1F Ivü×@š‹•ûôÕPÜØ "
b"\x04 µ┤Ü╣╠C╗êÅuÍ▓\t ×┴ "
b"\x04 æø=¢FB\x08 ƒ!Ê\x02 ?a#š "
b"\x05 *Ò0\x04 þ@\x12 ·S2 ÿP\å "
b"\x05 ÔÅ+;─M_¥÷pÜ┬\x03 ±´ "
b"\x05 ¾╦Õ┴D@\t ì¿`ùLtÉ\x11 "
b"""
\x06\x12 @3ZäK ˆ¦\n
%5o\x02 ‹
"""
b"\x06 &aÑRÐJÝ£g\x14 ªÉ¡«F "
b"\x06 Sè`¦´HÃÑ<åÄÉP_N "
b"\x06 ºÅý\x04\x01 HÜ´ñĹ@Î^$ "
b"\x08 M‰`¤|C߇!ä\x04 vkÊ? "
b"""
\n
\x03 |ìo/I\x08 ƒÀìÇ4…\x19 h
"""
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"""
\n
U´éTXE²ì&ðI÷·én
"""
b"""
\n
™¶¥Ä»C0¸j'ç€j\x07 ³
"""
b"""
\n
´█Ù\x11 dMQë╦═hÎ?Å╗
"""
b"\v N\ÄÖ«N¨¸3\x08 b·(º\x1A "
b"\v X\r M▒»C{Á*µü\x04 _úÏ "
b"\v b]ä\x01\v EÄ¥.(œÉñ¦R "
b"\v Å®£p‗Jòƒ\x02 ÃF┼î█\x15 "
b"\v µÿ¤Ò"KŸ‡¡Îå÷U\R "
b"\f Ž#fíÞOM‹áë<„\t Æ– "
b"\r dŸ€Ø‚B®²å³\x17 6J£× "
b"\r Ø#ý\x14 EI¯¿¿oˆ´\x15 ¨| "
b"\x0E -ƒ½nÞK~®ç,\x04 #ŸµÁ "
b"\x0E c\x19 ┼:LL*ÉÅn\x1A ╦\x1A (P "
b"\x0E „`z÷XA¨¯’BáBÓ,\e "
b"\x0E ”®B²éF$·@\x10 Dt?¡ò "
b"\x0E ╚Õ:{ÉJsì<ËîpÆXV "
b"\x0E Ü2²F\x12 M¤¥·ŸA`ª0 "
b"\x10 iPÚ©ÛGþŒjI^õXpË "
b"\x10 ‰bYÈ(B\x1D ¯GÕ`dú߯ "
b"\x10 ™\v 4r”L"™\x01 C\v 6Ä´¬ "
b"\x10 š@½…ÐHš¢°º\x18 °ÎK™ "
b"\x11 Lô9X÷M3¡¸\x12 #\x01\x08 êL "
b"\x12\x10 ïs).H4»\x02 Gz ™Zç "
b"\x12 C‘£r¥GI¸‹Ñè~£'\x06 "
b"""
\x12 g\f \n
ISDv¤b~ߨ¨¦@
"""
b"\x12 qR\e µüG\x04 ë╣Ãà╚à▄Ù "
b"\x12 ÆÏ\x17 ].A_’\x02 òo\x7F ^¢g "
b"\x13 ,\x19 ”³Há—:\x02 &¥(d¿ "
b"\x13 4\x03 R~9HÙ‹û-Ü¢"JO "
b"\x13 W&òdÀBt«\x10 ‹<rÔ9\x1E "
b"\x13 ]~:(HýÉ■L\x0F £‗PÐ "
b"\x13 z°@$[FAœ]\x19 æ\e UGv "
b"\x13 µ^¬è÷O\x00 ¯je»b¿ë& "
b"\x14\f œò\x04 ¥KȈÈÃj\x1E 3‰F "
b"\x14 NTê\x0E ýK¦ú¾ù¿\x11 ðÉß "
b"\x14 Y6+•+CüŠÓk\x18 chœð "
b"\x14 †Œáb¼M<¿Vþ\x07 ½áþ½ "
b"\x14 Š}·¹\x17 Fwšñ9›û\x14 ·I "
b"\x14 ║q\x07 ╩5MÄ░ßÝi1ü\x1E { "
b"\x14 Ö\x11 Ð¥\x0E B ´g¡ÂÑ\x05 ® "
b"\x14 ßèr\x12 üGÌ‹i%áx´%# "
b"\x15 \\x1A i÷╝IüùXÚ\x02 Õ·╝┼ "
b"\x15 ‚ÃŒAäOy…þ²õ"Dúj "
b"""
\x16 —¯=ê\x1E J\x7F ˜Qü)\n
\x02 U%
"""
b"\x17 M#€rãFD“ÐZ6—{\e 6 "
b"\x17 wðòr~Hj…\x16 Zð˜?-Ï "
b"\x17 ¢%^WÉEà║èê\x14 Ø i\x1A "
b"\x17 ┐ÏaÉ£GcÁ΃╠þ┼){ "
b"\x18 ÓìÂÁfMÿIü–ê¥2_ "
b"\x19 ║<ß\nIéáâü±\x13\x18\x18 J "
b"\x1A\t kK]´DR¯H´ðºˆo€ "
b"\x1A\x0E ‚,hMõ¯Éj’¡\r ’á "
b"\x1A '\x01\x05 nIM¨¾b$¥\x06 @ö— "
b"\x1A Fl^;£O×€-¿¬.è;ž "
b"\x1A îvGS\x1A J\x04 ôìÚ¬ñWè■ "
b"\x1A ÒŸhqâC\x0E ¨È\x18 ÏX¢Û- "
b"\e\x10 š´\e LGâ°[é\t ¨r~3 "
b"\e $`W{½H\x0F ¬z|'5Ø*Ø "
b"\e ˜èÁ~ÊMb§èD˜~\x00 ûn "
b"\e §BÀø«N\x14 ¿²ƒ‰f&!\x14 "
b"\x1C †wœIjB\x06 †ù¼\x1E Ž~¬‹ "
b"\x1C ¥\x00 v]\x07 F╠ùÎP9îÌÓü "
b"\x1D O÷¾ú6C&ª¬S\x07 —\e U³ "
b"\x1D ”p>ý_HÛˆj%nßnÃ\x11 "
b"\x1D ØÈu\x0E ┤BõçDô¦Gÿð0 "
b"\x1D ╦z Z[I|ø\x01 $\x0F ü\x13 ┘2 "
b"\x1E VIH¦:Jª·\'\x10 v›É\x19 "
b"\x1E ›'á\x11 ZN\x03 …ð7,\x13 þ—P "
b"\x1E ┤▒öìUO\x13 »¸ ▓\x00 ╠u¡ "
b"\x1F ¦žÝª¿Mõ—\x1E #²Ç\x18 ÕÝ "
b" \x06 £ê€JOöš\x07 pÚl›\x15 , "
b" x!£\x19 ¡Mø‘±ÚRËc;Õ "
b"!\x05 ‘*\x04 pF§£˜@Ò\x18 º+\t "
b"!\x1F ¯¼†ñ@?—QO[ímV "
b""Qõ«XpFy¤5_áí\x0F ÿ\x18 "
b"#\v „\v Ý\e Oÿ—æpFqÄÓv "
b"# ñ·\x17 mAâ‡$5œ±|Il "
b"#{,\x04 8yNÁ¾"6CWM¸ô "
b"#ü~,N©AƒÉ├©\x00 cø\e Á "
b"$°+\x07 ““Nd†qû%)ÿ<- "
b"%\x06\t ?S\x1C M\©’1£]íé; "
b"%D©®Ì,AŸbîˆ\x00 £çi "
b"&׉–è¬J§¡IN'VgðN "
b"'P4ê¦\e Lƺ¿pÃí›’á "
b"'¿B\x01 /ÜB罫#¢¯x’ "
b"(\x0E Rä4ÇJ%Žô Ý«$7J "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"(g\x1C ýd^A ¢$þ\x02 0d“W "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b")jP┼*ëB╔Ø╝█ñ\x01 È?O "
b"""
*\n
ý\e\x06 ═O\x1C «ÞeØI\x02 É>
"""
b"*-Ä8S\x1D Kj™w½µÕFïo "
b"*ìÕC¹xLíìe│╚M5f¤ "
b"*À°dVâJóŽÔ W–γ\x14 "
b"*Òk_ö E¬°\x18 ËrwQ™\x11 "
b"+C ´;oO¢¯¿iAƒ¸k© "
b"+K‘§õ-I?»ˆL\x16\x11\x1F Ü\x0E "
b"+u¥g\x1F 8CHíà\x1F öj┼Å\x07 "
b"+Åþ\x1D i®EÏâ%û\x0F ð×\x07 R "
b"+É0\x1E \r ¦O³ö\x13 £%áƒç+ "
b",{åÀ\x05 ÉH”™y·\x13 $OäÊ "
b",ÖÙµÓ@À®\v þšMÏ\x13\x01 "
b"-\t 6RA1BߴމMµ=ª& "
b"""
-\n
MÂg\x05 H▄ª├ë±\x1E ('ì
"""
b"-\x19 gu}MÒš¡g…£y\e d "
b"-3Å`¿bK\x08 á░vª¢®¢ë "
b"-_ÜéqUIô¨\v ŽÒœl{Ë "
b".\e ó¢\f ÔMn¹Ê²\x19 ¬Ýx< "
b".\x1D z$Ã~MM–²Ýui=%L "
b".\x7F\x06 Öõ·L3«\r Ø£ñ]Ï\x1D "
b".´\x02\x06 5I®™·‰˜b\x04 ¢ž "
b".┐6╝]sJwî}ÂD═Å1* "
b"/\f ù\x03 [=MÔ”Û\x11 øgÆW "
b"/¶Q\x7F ‚ G\x11 ¡w\x1C ›HA\x11 â "
b"/è˜Ö¢þM\x1F ÉXe¦%¨¢ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"0Æ\x19 ¦M\x18 B■ÅÇ\x7F ñCJÊ╦ "
b"0í\x19 \“·Fz‘‡ðwsˆšŸ "
b"0ÿ§\x1C G\t Mò©\x0E ÇØíÆ\x13 ± "
b"1*»CŠ…E¼šßù|IÜU5 "
b"1†’\x1E *ÓE‹½ðÎF¢åÔô "
b"21skGu@6Åû\x1E C¶╚¼ı "
b"2LOæÊ‘G¤™ºd)xKml "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"2¥Ãí8[HüòÜhƒpn\x06 ^ "
b"2ÔíÅŒ¤G#Œ!X‡ÎŸÃÙ "
b"3#_¡'H@ÿ»\x13 ÍÓ²´¾ "
b"3æ¸ßsÕF%™ªÍœ¤a\x02 Ó "
b"4,"¹GÔKÓˆBR±â†ºº "
b"48~[¬LD\x03 ŒqÒ'ãî\x07 Ï "
b"4¾w\x17 ╝\x18 I╦╝Øbè\x12 Ù¢Ç "
b"5qgF,©L\x11 ¿?Ø┐=\x13 :Ð "
b"5†º¢I\v E•¤\f ´EK§ïr "
b"5®▄\x07 k┌OgØ õjAM¬\x02 "
b"6\x19 ,UËÍC<¸Só ׇ\x08 S "
b"65üÇ|NDj©+¼®Í£¡\x02 "
b"7"þ\x14 oÂIvˆx\x07 Ñ×òf\x00 "
b"813\v Ù<G2Žû!˜Â!Úå "
b"""
8…\x11 #ö{D\n
ž³Lƒ§×ÖH
"""
b"9î\x01 ú\x10 eC;àÉàÒ³ä\f X "
b":³\x15\e TDD©»a\x01\x11 uÔ\x07 Ú "
b";K™}míA~¦FvTù;QŽ "
b";NbgÞ¿G'¼I«8.æ³x "
b";òñköÂJ4º=©¤õÅ@C "
b";·ë½Ÿ\x14 NZ„7ð\x06 V‹¸T "
b";ÒH“›‡G¤»g¢ò\x04\x0F ¦© "
b";þ\x1D ]\r ¤L»╗\x02 )ÀWÙíì "
b"<²vkܸD‹)ãR¯\r È/ "
b"=\x1F î¢\t ?B ·i–ã¡OûI "
b"=k\x1C ûO\x14 M'†˜°!Õ¥ÇÒ "
b"=¿┐\x19 j;IÇÅ╬&e,╠ı╣ "
b"""
=ÍC\x17 æŠA»ŽNE€\n
ée+
"""
b"=¸îÿ‗\x17 Kìé´£┬î┤\x00 $ "
b">Ë÷=–÷N£±Üº`„ø®† "
b">ÍJ\"ªD¥»uÜÕªl;ô "
b">Î\x1D œíªE\x13 ž›ü$¼lñc "
b"?#Œ"žæFŸ¡+;cJƒl\x1E "
b"?%TI\r ™AÇ”»qõ÷dÌÍ "
b"?ê\x01 WbÇJÓê\x1D\x15 ü┬)ú╔ "
b"@Iô}j\x18 K·…Øöõc„bh "
b"AB…2é\x00 AΪw†%\x07 !(û "
b"A»y•\x1D ZC.‰zþÎÎ~G¹ "
b"AÝÂ%eÊDö¥Íá2Ç´‰C "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"B\x1E\x01 %QUI׃Óß´·fnz "
b"Bg‹ëºXM\x12 ¶CçÑÓk½Ú "
b"Bõ+\x1A _'InÉ╠ÿI*K╩┌ "
b"BêsØ\r TKj‘µýš˜€<ï "
b"C&Øm¨kJŸ®\x14 º$d‡1\x14 "
b"C§è3°ýIrºÔ\x07 Õ\x17\x05 ž\e "
b"Cùÿ4¬¡O=¸G¢/=Óõ "
b"D\x1A ë»AôI\e Å\x1F ßãé\x02\x12\x11 "
b"D!ûTQ│G┘╣Ű┼¨£d¶ "
b"DtV\x02 r«Ig‘ÕNøI˜ðZ "
b"D}¹+ƘC\x13 ¬\x14 dµšTd\v "
b"Džg‚N[M¦¾²ËŒqg§P "
b"EG▒\x1C ▄|Imì¨\x1D ì2Ë$¹ "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"EÜæ╔D#Kaüeë~;k!¢ "
b"E¨¯\x00 †_A8šÞ^´\x1A „\x13 Ð "
b"F\r xâZ9D\x00 …\x01 ³ßüQ<ø "
b"Fi²═4]@ÓÉQ\x1D ÷\x0F ÒGG "
b"F¤$®/ Jº‡‰\x16 m€aà "
b"F¾ÐíæòMˆ©’ÀæGF“Ê "
b"G\x17 ·‚Ø\x1F Jɱó‹ Üu÷B "
b"GiÉ[!ºD/úSïh m¯² "
b"GŠxu›µJuµ®öù¬–de "
b"G¬»\x18 XÝFaªX\x10 ×ðÊ.t "
b"G┐░ÇYxC╚ÖØ\x13 Ò%G▒ÿ "
b"GÉ=~\n \x00 Dá„d\x05 úQ×OÖ "
b"GÍÆi ÓAǘ±nÔ=sÛú "
b"Gë\x1A 4ã†G ‘á30ƒ\G) "
b"HÓõÿ.@DާnïÐïå¬ "
b"Hñˆ\x00 €ûN}¼¶›ÀØZV« "
b"IÏi1h¢NÜØà&┐Â╬╦¹ "
b"J\x04 ü¤(7A_ÖJ&█0-£± "
b"J% ó\x01 $OÄ“‚’ÓÆï·Þ "
b"JU!À¡ðOd„\x18 Ø4¼B\x0E M "
b"JÈ\x1F\x7F 1\x06 N{óH5D\x06 Å\e a "
b"K\x04 …ã—KH\x05 ‹’³\x7F NŠŠ¾ "
b"K:\x07 É\x18 „D9¾y|‚¼ù?] "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"KÒOë\f rN¬‰\x12 p TÅ\x1C "
b"KÜ:s[WNG˜€\t aé½âD "
b"L™b9,qF\x02 †*‰¹©¼‰‰ "
b"M\x19 Õ¨\x14 %A¼‰\x1D\x0E\x11 Ú\x03 ˜Q "
b"MHt‘Á˜O‘ŽE÷Y¦q·x "
b"Nê\x08 zž]@’æ›°mF7c "
b"O\x06 x{¼ÕH\x14 ˆa…êQ;\x15 ¢ "
b"O\x1A ,ŒZäO«¡¿“@À€˜” "
b"""
OV\x15 t ÿHŒˆ5)ª\n
z\x15 ™
"""
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"O▓!jåK<Å$<Ífi\x0F E "
b"PR#š«lE-«éô\x02 ãÌØ¶ "
b"PS\x05 çw\x11 IŒœuBÞe2Þè "
b"PÖ¸º3▀Nûô─¼lî│·Ø "
b"PÒ.Ä\x0F ÀIs¬ÇžÍheE; "
b"Q2\x11 àÚ»IkŃÏÛ╠¨|î "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"R! /„€DV«áÞ6ï)R¼ "
b"Rv€oºWJɰ®8o\x19 ¬DŽ "
b"Rª6@¨3FFžôóÃÕGvI "
b"Rü¿C¾ïM6›ïY½\x03 hý\x10 "
b"SüÇ▒Õ▄IJ░\x02 ûñ\x17 t¡µ "
b"SÔÒÓ\x12 _KmŽ\x1F\v ¥¥ù-\x10 "
b"T4ô\x16 _\x0E F\f ‰ø\x06 b[Þê7 "
b"TM>A"ìu©.ôÄJ─ "
b"""
Tp~(;\n
C€’à…T\x15 ǵ/
"""
b"V\x02 (‡þzIÿŽ©ù45\x18\x1F Š "
b"V(Z\x19 ¦+L¾¯(\x13 ½¥Žþ\x1C "
b"V’g¶fvE§‘1b\x18 ÄöFí "
b"X\x10 Vµ¹€C¸¬l[\x1E ÿÀ0” "
b"""
Xj›Ï¬MGà€ù~\n
C\x03 4'
"""
b"X³ÐÓZ”O~©ô¢®U\x1D `o "
b"Xî«ûT\x01 Aò”7Æ– 쯹 "
b"Y\x01 àÆ;\x02 O •Oå…Ю\x08 _ "
b"Y_E&nÅD~ \x14 ¡d]\x04 3î "
b"Y\x7F ˜\e 'BY ~^°ÑÂ5Œ "
b"Yü5▓¡\x05 Kıæ+i\)Âîz "
b"Y«|éÉÔO7äê║j1\x14 _┼ "
b"ZkŠQy$Dð¦Ó¸ I´Gê "
b"[Kˆ2€{HG›î\JjN6Œ "
b"[l7û„ÈC¶–™å\x00 ò£Zõ "
b"\\x05\x1E Ø"\x04 Kŵ\x1D o \x17 ¤\f\x1F "
b"\▒ú\x11 Ü■Nëºoí┐gÅ\x10 "
b"\ë\t Á\x1D\t OÍ„Û\x18 G8ÒЃ "
b"]\r \x7F <F^D\x1E ¶Ð%7‡QËe "
b"]\x16 ¢\x17 Ø\r Oƪ•à^«®‚ "
b"_'¯\x01 ê@\x15 ”¨þïŸÞ¤Ù "
b"_…\t ŒBƒIP¼¤Ûõ\e 6̇ "
b"_Òs\x19 .K@|•œÑ\x01 nË×2 "
b"_´\v Ñn¤M¡╗zòÅ‗nı╣ "
b"`édEØ%B*éDÄâåuå¨ "
b"`╔Å¿¶\x7F Eƒ©²&üÁë\x16 ö "
b"a\x1E\f ¨\x13 øO+É\x06 o¹▒E\x12 l "
b"aá5█ß╣Kî®ìb¾┴v¯À "
b"""
b:ý\n
´FN&†2âÆ½¬új
"""
b"b˜å¸ÿ0Kù´\x17 ©b$RcÏ "
b"b£!v¶¤DÛ¨å\x0E èAPKÅ "
b"b¤Ö:×▄DÕÇ|ÌöÈ'/É "
b"cUz‗-üGÚòe<\x1D »\x16 û¨ "
b"c\´jƒ°Gãü8\x14 «æ-Âs "
b"cÑèm\x14 8Gn·•tô;Hac "
b"d\x1A ìa‚ÿNñ»Ù¥ - ðÇ "
b"d3R\e vîG\x05 «fDû2¿}w "
b"db6ebQN\ŒÜÌE£&S "
b"dªM]>ÈH[ƒúËÍ™8ÎA "
b"dúæH˜ÈM\x0F ¯Í0ùëñíŒ "
b"e\t #$ÒîLX….\x11 Ô¬9ws "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"fdæÕ:lLϳ\x15 ~¬þÀ}\x13 "
b"f¤▓\x1A ƒ░Cô®^¾dü▀ÔÉ "
b"h96üpÌB─×ˤ┐\x12 Þçx "
b"hÜaTZ£O<¥\x0F Ã\r i|ù& "
b"hþ7™‘øMÕ£wæH1è`í "
b"ia…ÈøCHt®}O\x02 Y¢\v | "
b"iï$/²\r C«ìÖ║\x19\x1C q,\x14 "
b"iÆ=èìÕKÚôXD¤\x1A ß!ú "
b"i؈¦ºyEÉ€\x18 Á_;'º' "
b"iã÷\r þ]H¾°™k-WÝA2 "
b"j\x0E P«[ÐF\x14 Ž7CÑ%alë "
b"jê7¼MpL&¡\x0E ┘F½Â.ì "
b"kP0¦8)Jç°aJí.i5D "
b"km=Iì³F}¢ùd\x04\x00 ‰Š¡ "
b"k¨p\x1D ‚·J®‹ê0˜Ïw§v "
b"lÞöG9ÌD\x01 ¿¿á«+ôÕ\x00 "
b"""
lñ ¦l\x1D D\n
´³ò\x11 Ê^Ôç
"""
b"m,,=\t +EÆ’X®XÈ4É\x10 "
b"mnÉ!¿µA׹ůJ4ž\x15 ¯ "
b"m—\x04 ‹:\x18 Hå˜BYÑEÆN© "
b"m££\x17 ”âCÖ´[/‰Ÿ`ì\ "
b"mÞabáDB “óˆ^\x1D “®z "
b"më€p!)HÅ€hiÝL8ç "
b"n\e Ú™}PE‹¨Õ;Zñ*sÆ "
b"nJÉÐ\x7F RE┬º\x7F vµ\x05 iíà "
b"n½’B§\x03 Eð‹åÀ\x1C\x1A Û¾þ "
b"n╠█¨║¸EqüÈHí\f ¡ßI "
b"oÁ\x07 Ö¡âI\x12 œÆ.9½=µ³ "
b"oÒ\x0F u\x17 ÂH\x1F ¾•`³¡§n… "
b"oÒú\x1E K/O\e º°íçÌUj& "
b"oÌØA`ÃJQåøZÄ┘ r\x7F "
b"pXª˜bgCÖ²í^0.@ÜÄ "
b"på/Ô’:B‘ž•‚˜\x02 MÍó "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b"qý\v 3£-G4ÉW█?7ÿ¦f "
b"ru\x19 åê™E¼³…Vdž°F/ "
b"s&#è¹½L¢´ýi õÿÙ´ "
b"s=Ç£ ÁN׈`D±RIʘ "
b"s \x1E C¸HHš¬D¦¢¼5Í© "
b"sávªâÙEã¢ñY\e\x18 ÷•ê "
b"t\f IÞ\x0E ›D¨‡ßosê¤\v p "
b"tPÖ‰\x15 ÀJï’iFl\x03\x00 JŽ "
b"tÂ=ï/(BAŠñ`d§}Å\x0E "
b"t▀&\x13 ®=G┐Ä─ؤÅóÎþ "
b"u\x1E ´ðØúC£¥ÁJ┼Í'oü "
b"ueÁ\x1C ║üM\x1C ╝ÌXòýÀý╝ "
b"""
un\x14 a/\n
Dø’š\n
\r ¨\n
\x06 P
"""
b"uö║\x16 óıB'óurM±zbÅ "
b"uÚ\x02 å0{M}»Ž$4\x14 Þaè "
b"vx\r ì\x04\x18 K└║\x11 y═©\v ìþ "
b"vì7¬m&M└«3Õu½µQÁ "
b"vå\x1A ö]\x02 N\x00 ‰Û¤\f E\f 0* "
b"vþRˆ\r õK/’›j0 SU© "
b"wqÆ\x07 ¸MC7J\x02 Í<PÇÝ "
b"xô─└èzN®ÜØúåu\x1A Ô1 "
b"xïl䈵FÛ¡¯ìfÔ™ÙŸ "
b"y\t\x11 *XçE\x15 »-M\x01 <?Éu "
b"y!Ù\x10 ‚H²…’ÁÄ^GF— "
b"y+F\x12 fÍGL®#Vª{*m\x0F "
b"ys8PòøJ©´-\x1C a¨ˆ?¨ "
b"yy‰56(LÕ¦ý*ÞWÌ´\x06 "
b"yÅc§0\x02 G\x16 Â7(\x13 y'Ñw "
b"y§†\x00 QŸBXµäõW\x19 K$C "
b"y¸wGÅ\x01 LQŠñÓî^iöz "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"zÖÅL›ãO\x03 ´EÓ\x1D i'íþ "
b"zßòc™\x19 B⿽°>«<„ö "
b"{,Œ„{BMN–"Ïrõ£¡‰ "
b"{L»·║ðMMɶ\x12 Ö^]\x07 É "
b"|\x04 {\t ¾pI pr-œ»®Ñ "
b"|\x13\x15 Xz*B·Ø▓ËÄ0J£Ì "
b"|\x14 \Ë:ÐIü¢Äì─ù©\x14\x06 "
b"|:ÐD¨QI}”rE¹Ð)^ï "
b"|J|H\x06 ,J'ƒTõ=ó\x05 ßÀ "
b"|©\x1A èìžDÇŽN\x05 ´¿ƒ\v û "
b"}VÓ!ÖƒJ$£Q\x14 ½É§^Ê "
b"}ÑÜdb\x18 F®¿[Ep+½C¥ "
b"}ä:Y'cH¤šC%3îèçƒ "
b"~Rú»2ýLW”?]åü#Ÿû "
b"~ñMº´ÄC „”\x15 U¿¯Jð "
b"\x7F \Æü\e ®K\v ü\x18 \÷└╗FC "
b"\x7F i ¿‹«F\x00 °DtÁ7n’Ô "
b"\x7F š›´äVGø´\x0E äÒHVq\r "
b"ÇYÉá óF├ç«ò~÷$\x15\v "
b"€á±EWTLú{Õçhb\x02 s "
b"ü\x10 Øm\╗D%ë@\x1E T'!,³ "
b"ü~PÍLüDöí┼½N▒¹n "
b"üá\r \x03 ù─@ø½ÄÙ\x19 ╣\x15 û╠ "
b"‚þÍ2Ë+AùŽ\x06\x08 G³·ô\x1E "
b"ƒ5$Ô÷Å@›‘]!pÏâg4 "
b"ƒº\x19 ÄŠÍA…¾ØŠBúÒ¢\x02 "
b"„\e £x—CG×µl‰\t\v .Vø "
b"„7+†3AHó®F\x13 O R÷X "
b"„Q\x11 S|YC®•ô˜Äâ¿Sß "
b"„ÀsÆ \v A9˜/ñþZóŠa "
b"„Ðx“\x14 EG#£çÙãC(ýO "
b"äõ-ÝýæI\x13 éÉ9Ö÷iå7 "
b"à'¹rM└KhÉ@£OVÁR\x10 "
b"àpM7ÓJM3üÀðó D║; "
b"…‘m<<ØG÷´û¼\x02 ¬µpM "
b"å\x18 Àóü®AË┤├íFã\x13 uø "
b"å%qÒ┼ZBż^½t█Í\x18 ù "
b"""
†[S·„\n
E\x11 —\x0F –™ê|a4
"""
b"åiß%░\x04 A\x12 ô\t -ب┐4┼ "
b"†k³†Þ\v E\x0F «ªž§DÝêU "
b"†ë瞣O@‚µÅHÕ˜Q½‘ "
b"ˆ#-ôÃ?K\x17 ¥\x0F q¢ÑàŒA "
b"ê(m6┤õD\x17 ç\x0F bÍÉǯ^ "
b"ˆ2„\e XšOÞ¶UmúG%B› "
b"ˆìÝË•Ct—ðR„í;\x0E f "
b"ˆ¼óÄjI@\r £™Z¿„}Œ] "
b"ˆÅoUdæDߘf%€\x0F Ï!ú "
b"ˆ÷ëù\e \Ky¡´áÇ¢ÑÊ' "
b"‰\x14 r@t\x03 B•ˆ’,¯°¨£\x05 "
b"‰í¥œŠ²HQˆ`?á„Kùý "
b"è!Ó·ü▀MKƒ5E\x05 úD?1 "
b"èP\x04\x1C Å_OsÅsï█Q─╗ý "
b"ŠV83¶ÛFÕŒ´#\x1F ¯³ì¹ "
b"ŠÊ)sQ\x04 CÑ4Àì\x18 Ë\x1F\x7F "
b"è¤ÁÉ15H‗ò\x12\x02\x18\x05 ò╬± "
b"ïyü\x07 ãJIWƺ\x0E\x7F ┐x2\x07 "
b"‹Ó#ÿÇ[A÷‘*Ö0$Æ\r © "
b"ïÍZÅ¡bE╝åv(±ªø<Ú "
b"î«öIüzChÖRzik0"¯ "
b"ì5ãfL@Sû╠Ø\x07\e ç!@ "
b"ì¡5>\x18 C\x0E »▄\v Á\x0F ®‗2 "
b"ì²û8¶2Hh×G\x12 µò[Á╬ "
b"Ä(\x11\x19 °/L\x18 Â?ªØ\x15 └0a "
b"ŽVÔ6\x18 VHe—±¥æÓÚ†P "
b"Äç¬\r ┼ïBØ╗úäð\x17 Hµn "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"ÅGnUØJH\v ¼¼ÚYJsMn "
b"Åýc\e 9kJ?ºÆqÁ£n§Ð "
b"Éı©ÉÖoFjÖõJ\x06 Å.^u "
b"ÉÓÈ)Ò`H®×p>3F~Î\x07 "
b"‘JÂ4ø'J·¥R_ŽÀz\v ¸ "
b"æZ°ÿÖXLVÉ\x06 û~¬ÚÙy "
b"‘€´bpèMí–\x06 —·\x7F s\f ' "
b"ÆPCâ\v AC®»│¡ù(,\x07 Ø "
b"’‰y¼ûÀK¥“¾u=ë¾RG "
b"’›Õ>\x18 ŒL婈t5˜î¢¿ "
b"Ƭƒ\x08 »IJ▓Ç\x01 z¹■ìÇ= "
b"“\x17 ¢”•ÄOÿ’áêâž#Çã "
b"ô,°G"¨B\r ░■ü║Gû\x11 ÷ "
b"“Œ[’%ÚL\x18 —Ú\x16 Ç>YŸÙ "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"”9\x1E TI’J¶ƒWÊ÷2iuÍ "
b"”F©ƒ…«N£§§†ö'ø•à "
b"òÁõ(¯À@?âE6└%ع¦ "
b"•Óq@t\x08 L;¦‚îùM|‹… "
b"û/33‗íL`Å\e 4Gªmë, "
b"–YлÔtF¶¢ö\x02 (*=\x02 ° "
b"–l©È`VG¡¸\x13\x14 €\x03 Ü'ò "
b"–—\x19\e ÷{IÖ†®\£\pú\v "
b"û¿ë╚$øIüáÄøÛ¾\x0E ç¾ "
b"û®\x10 ƒmØC2¥"aýܾ┌1 "
b"–Ð.lR·JóŽ7™xÏ7ˆ/ "
b"—†HÂ8¯HÓ¶UY_\x08 ƒ†Z "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"—ñ‡•â\r L/‡tÄËÝ9xÞ "
b"˜/ßÌ\x11 ”B\x07 ©^Ò¯£~¤Ò "
b"˜LMÎùžLN˜þÅÍZO\x08 Ó "
b"ÿ¼jÒÂÜO}ª¬»8éì" "
b"™NPM‰ÞOô³–³=\f yŸ` "
b"›\x06 ¼ÖÄ-L\t ®ïÁF”ô:ÿ "
b"›\x19 ”èS…@£¥Áëžõ…\x07 ¢ "
b"ø£¤═BÓEm®\x0F ü÷2hÕÕ "
b"œS2Ë£ÄO\x0F Œ¬.¨…\x14 ñB "
b"œ‚”é˜ÞHõšfMŸ\x1C ÷´Å "
b"œ«nÇ‘zF ¤;žCÔaé2 "
b"ØE█Ù¬9Jâ╣ߨ^õÖ╬Ò "
b"žvÝq¹lGf’à·4‚iíº "
b"Ÿ\x06 ôÏU'@7ÕÖ‹,%\t † "
b"Ÿe\x12 En›Oâ…Ò«¨\x1E Tsã "
b" \x12\x16 ·\x1D ¾G<‚\x07 ‡\x03 n&ƒî "
b" \x19 š*¾wOI‡\e gÜÑùO= "
b" @(Ç\x17 MG\x18 Ž\x03 ó\x03 žü‘¼ "
b" –ö"éÀM׊:a…ƒ\e £\x1A "
b" ýã\x1F Ï^J\x1C “kÝ`ƒp}) "
b"¡V¹k(¾E?·8ßÕv¿3\t "
b"¡q’VT…D9¤ë¦•F˜R¹ "
b"¡ý0&:ŠK߆šÝ÷”Ò7» "
b"ój4\x19\x08 WF▀ºbyIèìr‗ "
b"óîQ\x17 'ÏGGÅzs±t\e âá "
b"¢¡˜ ‚OJ€¦~ôü±…Eq "
b"ú9\x03 ¨üæL\x07 ö\x18 G\x1C kuIÞ "
b"£F"«1¾F>ŸDöáš3ÆÑ "
b"£x£ÓZžM\x10 B3ÖIg "
b"£Ú\x1A Q \x0F I1»Žx¹í²pm "
b"ñH©╠0!Ip▓d±\f T'\Ø "
b"¤˜îmñ´M±‡ûÑexÂ\x17 ¾ "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"¤±ì¢ÙÜIÍŠ¶2™•°¦¬ "
b"¤ÈÆëÔID”†»‹ïÈ\x0F x” "
b"Ñ\e\x1E └²@¿ðÈæ\x1F 9ü; "
b"¥g‘ÈþdA—†\x12 üãã52V "
b"¥ˆZ×áËK\x00 ½;ß\x1D ɉž@ "
b"¥¼-ÄO\x07 C=©\x05 ö\x17\x1D œ°\x1F "
b"¥ûAo6–Ha‘Ìdb‰÷j\x1A "
b"ª6ØÜöBÉè~╩\x04 _╗¾÷ "
b"¦¹óá\x01 ¦B’«&\x04 R_âo "
b"¦Ø1¶*3Lv›ÓHz''Î" "
b"ªÝ\x01 tÉECPö╗9=S!e¤ "
b"§v…JhDïŸpH\x11 ޳ƒ¹ "
b"ºæiÅ\x06\x07 @ýüç%a´p╗4 "
b"ºáö¯b¶GP┐└ô«ÉÃch "
b"§ Ñ\x1D ?\f N\x01 ¢PÐ\x0E Zcé! "
b"§¸®ð«\x13 CÛ½7\x04 4e’ìj "
b"¿\x16 ·Ù;ñL\x0F Ødø\x1D ║7\t ) "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"¨?Õ\v l´Ao«=÷–!|ÄQ "
b"¨Ù˜Ö"‘BoœM#h,Á©o "
b"¨Þ…çhæK+‚;épóÛ\x15\x1F "
b"®~Ëè\x1D ÛJFè║‗*+ÊØ[ "
b"®äWÐw\x1D G¯Æ\x7F ܧCì_ä "
b"©Œf9,nL‘‡ñ\x18 ¸\x02 g‰M "
b"©•RöB\x01 Iþ›oç\x1F\x1E ²#Ã "
b"®├ ï&yK\x11 ؽÐB▓f_É "
b"ª\x1A j~JwLF³«ãe…\x07 ¹\x04 "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"ªc¸çt$J£¬£uÎè;\x18 ¦ "
b"ªŠe\t S(BØ•\x02 ˜\x12 Á "
b"¬╦Å̪óIßï\x0E ÎB9Í┴ "
b"«\x1A WeY»A=”˜zØ:9Åò "
b"«€ô~\x13 r@²¸Ÿé‡ƒâç, "
b"½à\x03\v\x02 /K=ɰS.\x10 äÖ£ "
b"«†r_ýôHBƒÖ\x08 šU¶A{ "
b"«šßFngDŬØ:çáy€õ "
b"«æ¿'ì¸O“–o,fgT\x17 } "
b"¬‚\x1C &K‡@ô´©åoÓ%Æ` "
b"¼│¸\t :AGÖ¼f\x1D ¥¾üÜ· "
b"\x07 è\x05 LZGø®øç×2E\x1F ÷ "
b"¯\x04 …\x10 FÏAÕ¾ã17ÏU“¦ "
b"»~"ÊNõA(É╚î5y¹Í9 "
b"¯ág\x0F SõBýˆ¢²),ÿ8y "
b"░\x16 ┌+X└J▄쫨╝u\x03 F╦ "
b"°Ì‹±ÝŽ@Hœ\x13 Žâ*–u– "
b"±„sä\x01 ÆC"¼¤\x00 1õz3o "
b"±´BŽc=G$¶\x1D eSr÷€\x11 "
b"│\x14 »╬\x11\x1A OÉïu±$܃ÎB "
b"´C\x16\v 'b@}Š4]Á\x0F V\x10 É "
b"´“RÄÉîLΨ\x1C\x1C ØD{‹` "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"Á%¸╗» OGÀb"ÅN¤ð½ "
b"µç/\x08 à}L´¨\x14 2\f è~Úz "
b"¶N\x05 7ùŸJ|ƒÊÑ¿Ó%<d "
b"¶Ï‰”ž+C¥ˆSÎþ©áɯ "
b"·T’ˆ±îN\°\x11 -=à-fX "
b"·w} \x00 ÔI\x03 ªŠƒ.\x17\x12 Û” "
b"·æºÊ6KGó’0ÊÌ\x13 æ-| "
b"·õQ\x16 fàL³°1•A,¬· "
b"¸-M…)ŽJ]©U¸\f ¡V{\x13 "
b"¸Bå;Ù3B\x06 ¬ì<³ùÞ©< "
b"╣a>Ø1ìJ$ÉÀ\x7F L\x10\v 8¶ "
b"¹xÇgÝ*Fj¯\x1A x\x0E ¯\x1F Öœ "
b"¹¢ÃãQÈFã•#†L7¾å\x1A "
b"╣»O²└çKÉÿ×°»JÐ[ "
b"║dbß╬ØI ▒ÈD;§┤┤S "
b"""
║îÄ╩$ÒNçå@`¹æ\n
Åç
"""
b"»sàðïØHÓ²\x0F Ô#’m}L "
b"»ŒÛ\e î{Oȧ\x17 ¸¶\v Ôiþ "
b"»Ó\x06\x10\x06 ¦G†Ž£0¶„…u[ "
b"╗´{█-tJ¤üÛÒù\r h(. "
b"¼\e IÏÁzB\x15 Œz%b\x16 ¢8‡ "
b"╝=Øö\x15\x1C O,Ö\v\x14 ^│╩▀┴ "
b"╝wG╠mÂIOüÜ┘âÏÛ9N "
b"¼Ž,”Ù)Eû›\v\x13 ¢Ñ\x01 ûž "
b"¼•ëÆç¤EH«ö=ó²o„œ "
b"¼Ê«’nÝD,¯¯ñ\r Rpƒš "
b"¢#¹"AbIäöÂÊìM\x14 lõ "
b"¾\r “‰$&FߊxϽ6% ä "
b"¾*‹W–N‡°Ü mUM¶÷ "
b"¾3~–+ÓAˆ˜·9àíØ¬× "
b"¾žnÜa\O-¸\x01 úËXS„) "
b"¾»û¦ï\x05 @\x1D ž{çéÅ>¦” "
b"┐Ükê¹ÃJÿع¢V¬¸Þ▓ "
b"À=ü×Ü\x01 D\x7F £©\x06 gúÑ\x01 2 "
b"ÁCcTy»MЫ/+Eïò™\x06 "
b"ÁbÉQ;\x1D BPŒMI´\x7F ´Üq "
b"Áhñp÷‚Eùƒ\x0E íïè6ôÖ "
b"Â{ªà0²E\x03 ÿ˜z1–AR "
b"Âùá©Îö@›—ߥã\x1D\x7F ñ^ "
b"Ã\x12 €\x19 ÌNöˆ'\x08 ¦6vªþ "
b"Ã\x19 Ê)ÍÁBՄǶ\x12 s\x11 ¼g "
b"├Jò+ƒbK>Å┘s║¨°ßÁ "
b"ù:«ÄýDX®\x05 ‹y¨Õ_@ "
b"ÄË«È\x18 `L¾”&3®ýwz¦ "
b"Å\x15 -\x08 €'O:‘ßaÝ,ðí5 "
b"Å„>ð\x0F ½B˜¶ˆ¹5Kðq\x08 "
b"Å™\x01 âæ1LA²öi}\x0E\f\x11 7 "
b"ÆÜ‹êœ#Ff¼\x03 žvB\x1D Ëo "
b"Ç]ÜÁ…nKЯ×\x05 \r \x0F ³î "
b"Çe@\r ß4D5½9\f ¢8NÕ\e "
b"ǰ}E\r ’LÞ©@Û®^kY\x16 "
b"ǶT¯™>Nγ4¨\x1D\x19 ö‡õ "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"È\x10 Ã\x13 ú–B_¹\x0E ‹ê¾øR¤ "
b"È\e %S©XJ\x07 šøízÈj(\v "
b"╚êIØ\x08 xE└Ü\x1C §‗äå\x16 ~ "
b"╚ÖèÚMØHØ╗Q4▒îo_┤ "
b"É\x05 _²d\x0F GM“G‰4ì›8À "
b"ÉŠáä9¸FÊ¢à‘g}D\v "
b"Éë)äý.D7 W(UÚÊ5N "
b"ʈÙý\x16 •I.¯'§›“UÁ• "
b"ʦË\e\x15 ùE\x06 ºî”«m«Û/ "
b"ÊõíM¸÷Eµ€_$ïn}ú\x08 "
b"Ëy麴Ž@ä†`Ò\°\e Á\x11 "
b"╦ü\x07 Ü`5O0ò£¢│¬ ┴\ "
b"˧ð–õ®H¶’a-\x03 ×\x06 ”˜ "
b"Ë̓–šxOy¨\f ÷ÉPp\r \x16 "
b"Ì.\f —:¶J™¨¤Ã6‹y\x0F æ "
b"╠\x7F\x17 ÁE┤C%Ø{;æ¢Â5Ú "
b"ÌÃ\x16 ]‹gK‚ŠzœüH2QU "
b"Ìâ7rŒšD0•Õ¬¬%XÊ+ "
b"ÍUíB¢¢Bê§gäUñ‚\x08 \r "
b"Î\x15 „\x0E æ3G”¾™\x00\x11 „ô{d "
b"╬9ü¢âÂOÏ»ÛW┬ïÏ$n "
b"ÎÝ|˜NëI’™¶ÔW?½Ó¦ "
b"¤sƒþ\x1F º@\ìíõT─■Ét "
b"¤▓5E\x11 ═I(æT>XØo!ø "
b"ÏÖÜšõôK;“5GGokˆ¦ "
b"Ðx‰Fr¿Aù»¯õ‰nJ{j "
b"Ð\x7F ÛK`)Kd›Gf;bK\x17\e "
b"ðÜ;¡ØéF¼▒í53Üè"i "
b"""
Ñ\n
_¤OÊIu¿\x01 OC/\n
QÓ
"""
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"Ð$└£ÛÉBýîÔ¯ñƒq\x05 ▓ "
b"ÐK©¬º9Nuüt&¸▀èUp "
b"Ò\x12 ¿¹ÿnO¸´¢cÂq†™\x0F "
b"Ò5¿‹S^E࣒\x7F Â\x00 È{l "
b"ÒJ0ëh`N6šR\x13 Y²DI\x1A "
b"һ¶R…I\x17 –¸\x7F Ix“\x0E\x13 "
b"Ó\x13 ªfý*Lv®¹Íë]\x19 uc "
b"È;ì█\x12 âJ\x7F ¼F\x1D Ýe¾‗< "
b"ıU¥y±(M\x01 Ø\x0F ║é\x1A ¥âZ "
b"ÕW£Ø¬‡H„ƒ[\x1D\x19 ®á`\n "
b"×r¶\x01 %ÖO\x15 ›äl\x03 {"\x1F , "
b"ØšI:£öJI‚Éåû‚V¤\x10 "
b"ÙoAŽ@ïNf££,IF\x19 Âo "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"Ù縯\x14 `O>ƒS8‰6tÒ1 "
b"Ú<3\x01 ƒ°NB¦c[.]0CŠ "
b"ÚUèôŽ,DÊ”=Ñ\x1D iƨ‚ "
b"Ûµ\x18\x05 ÛED\x07 žßª}}X)Î "
b"""
Ü"\e ÄaîC›ˆñªv~\n
„\x18
"""
b"ÜF+(\v\x17 IÚ›\x04 ¸|«\x06\x04 H "
b"▄ú4\v ì2J+▒õ┬│ />e "
b"ܸT6#™M%¦`—D0˜zO "
b"ÜÑWšWïBé÷kšü¢\v Ù "
b"▄ÎF\x17\x04\x14 EX▒í½█\x02\x7F Øb "
b"¦█Àwì£K╔©·qE±l\x01 / "
b"Ì\x06 Å`VRLl¡FL÷$«\x1F ┐ "
b"Þ?ú\x06 S\x1C D¹Œ2Ÿý:F• "
b"ÞB›p\x18 ×FЈˆ¦ü\v é‚( "
b"ÌLÎØü\x13 L"ªètºÞ"\x0F * "
b"Þ]¥qB½Hº©^åPÓÀøù "
b"""
Ìp\r ¸oÌA╝ƒüâ\n
z║£\x1A
"""
b"Þ}¸»ý9M0›À\x02 „|ù“ô "
b"ß7a‘æ{FÓ³‹_GtÞ\x02 $ "
b"ßbX´°(E¥’Ã\x04 þ˜jàR "
b"ßm¾cË\x1E MŒ‚ލqWx½f "
b"▀üï\t úÌGv¢%╩hY\x7F 8‗ "
b"ßô£âž\x1D IëµAó®u\x0E _\x05 "
b"à\e ‘ØJïD׆Ñy\x17 I¯"í "
b"à\x1F ç-\x00 ³B\x00 °äW:yn\x18 / "
b"àXYÇ®ÂOâ¤få—ÆüLñ "
b"ÓYÅ®U)Fƺ\x03 íµÓ┘ðë "
b"àœd‘U\x14 H)¸\x15 F\x05 óSÞc "
b"ÓÈì\x16 ╔╗I\x10 ªJ╝âb¢█Ì "
b"á5ý݇ûJ¾ˆA\x0F VŠt®L "
b"ßü=\x19 S├M3░┘▓~ıç8å "
b"á™ÍÃf\x10 CY…–,’h5\x00 ¿ "
b"á \x13 ýNýC\r ¶tH¹³CQ§ "
b"áî{ê\x1F ûN~¦†LÍ,Jþ´ "
b"ã$â\x7F /ÃFð€©‰P‹Å\\x16 "
b"ã3\x00 æÑ½M|ž£›eGÁgy "
b"ãÈz\x04 •IIó¢s¥6¼\Z} "
b"õ\x1E ÷ÅH┬F╠Ü]■£X7·% "
b"äãJeôUA€½2:\x0E ùùeÏ "
b"äí"ºµÍN»¶\f\x1E ¹\x17 »GÜ "
b"å\x14 Pª`üKšµt”Qå¹ý5 "
b"å\x1E á7Ë\r N:‚vg0#©\x04 v "
b"çGïƒVþM¹°\x03 ¶oòå\x06\v "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"ç—ý™sçOì•”'w\x1E ¯j6 "
b"çíÔk\x1E C<ƒÍö£à´ŒL "
b"þ█»"\x00 rEdÉføÌµ■QÏ "
b"èL‡Ò4;LŒ´2ßÙévT¨ "
b"é૥Ť@\x14 ‚\x05 ŸD\x1C •œ\x05 "
b"ê\x17 s¸¢A@å¹Â¤¹\x14 èØŠ "
b"ê#Pxq\x00 @Ò²ˆ>ß[†¾ˆ "
b"êrÂÖ\x16 7C£ªÛý›søOÇ "
b"ê¶äù·üA\x1D µ1ç¼n/"ü "
b"ë)/´\x0E ¢Ocœ\x12 ‹c˜uÏ\x19 "
b"Ù0à)Å\x0F Kæä9í\e '?=% "
b"ë2/§1¶G=¥äQ\r €¯‰” "
b"Ùÿe\x1C ·XJoøgü\f ú1╚p "
b"ì\x14 6Ú\x1E LO\x03 »\t +!Œ§Œ² "
b"ì„Ú\x16 Þ\x10 E¼¡r\x05 Ëeƒ\x1F ƒ "
b"Ý6║Ï\!Eæü\îïôeæ{ "
b"Ý^╚°U░Mü»Û╗0#ë┼║ "
b"ÝÃâ╠─ÜB4Â║¼ì\x06 ┌ì┤ "
b"¯│┼▓├¬L\áWüAkæ\x02 M "
b"îÀÐéýDA0ƒ3NϪc‡` "
b"î÷‘\x1A X\x02 N µJ\x02\x0F Ù[~Ý "
b"îûž¢ÏHE§¢ †’¬ñF} "
b"´,àÀ zJpîÉ┼´k┼8× "
b"ï{JÁ\x0E\x10 @\f ¸ñ$#ã\x1E ¥Ò "
b"\x12 ?qDB›|È\x1E %¸¥* "
b"ï’MƼ£Cˆ“…UÛd›X½ "
b"ð_4\x1E\x05 ÄJ\f š5O»¤/bê "
b"𲂫âÿKQ¾ y`C´\x04 ` "
b"ñAðñ—cJû”k{kšPv\x18 "
b"ñjØ\\ìI.•M”¯tÎ__ "
b"±½û\x15 ┴Å@Êó.½u¤╚mã "
b"±╬Ï«■\x04 C┘»üxLlß\x03 / "
b"óyÆ·bÑDb…ƒ$óVŽ·g "
b"ó™¼VÕ¨DL¡R«š×\x01 «z "
b"ôU‚\x0E ³ÊNn«V1)ÿ \x06 "
b"ô_\x10 QZFH\x05 ¨¶(Ô‰\x15 Õá "
b"ôv3\x13 ¯›C”°\x02 Ň\x10 IÇ¢ "
b"ô•Î0æ†Mê›d¾Â\x0E Aï× "
b"¶┴Ø3ñ7O ©\x1F\x0E o\x11 ÓQ\x06 "
b"ôÖ\e îÝIX‘é俺ðJ\n "
b"õ”RŽ–KJ\x0F ºÞáXµmʤ "
b"÷;0─C?A·æÄÇÅ\x05 Öë╩ "
b"÷¤ß×9þCX¬á┘}>ì4╚ "
b"÷\x00 ÌøÑ›Læšwm+Ž\x03 ü¿ "
b"÷!Ùäú?IÒ‘°!\x1C\x0F I×ê "
b"°+§ì6SF\x1D ┐7H\x01 NY9l "
b"°ƒ®ì╗\x17 Jxÿ\x00 ìP\x06 sËû "
b"ø£w^xnC-œ\r íû8õÍõ "
b"ø¯,™,9I>†ä h÷Yñ6 "
b"ù\x05 Æ–ürE:’Ú\x7F\t ®5\x1A u "
b"ù5Þ\x11 ]]C¬–k\x10 žÏ5Ôõ "
b"úgf[ô\x0E AÒ“:¸çí\x0F\x16\x02 "
b"·üc>p9Fjâ┬'xè└]( "
b"û‚ÝêŠ(L ¤}ÖÃÜöÚS "
b"û¼òÍT¯H©¬è¢t\x17 Æ\x11 6 "
b"ûÏ X\x1D ÖLô¸®Ó®÷€6š "
b"ûÒ\x07 ¡ÏFj´{l½#Ÿ«· "
b"ü4w\v rFB\x06 ‰rÔG¹žÝ( "
b"³H¿Ú>íAßü┴Ñû■m\x05\x1E "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"³░b\x7F ╩\x08 CÚ║┐I¦ÀØø\x17 "
b"ü΂#\x12 ïJ6©aº›ïØ]Ì "
b"ý3\x0E\x1A i\x19 H‡“wÐ8\x0E .\x12\x11 "
b"þ\x05 £\x0F\x1E |Ic¢Z‰¶ˆþ”ü "
b"þ\x12 ‡!N^B‚‡_e\x03 !»„½ "
b"þìŠñK9N1Ž,é†.c'Ù "
b"ÿ\ªu\x0E ZNÖµ4K²a_YÛ "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"ÿ™!\x07 m\r J‡’YE\x19 ¹ß¸S "
b"ÿ™È¯ókDê°áÎ`£ÌÓ› "
b".‰`ú\x17 ýD\x19 ª«9[¦§H¤ "
]
SELECT
`product_media` . `id` as `product_media.id` ,
`product_media` . `version_id` as `product_media.versionId` ,
`product_media` . `product_id` as `product_media.productId` ,
`product_media` . `product_version_id` as `product_media.productVersionId` ,
`product_media` . `media_id` as `product_media.mediaId` ,
`product_media` . `position` as `product_media.position` ,
`product_media.media` . `id` as `product_media.media.id` ,
`product_media.media` . `user_id` as `product_media.media.userId` ,
`product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` ,
`product_media.media` . `mime_type` as `product_media.media.mimeType` ,
`product_media.media` . `file_extension` as `product_media.media.fileExtension` ,
`product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` ,
`product_media.media` . `file_name` as `product_media.media.fileName` ,
`product_media.media` . `file_size` as `product_media.media.fileSize` ,
`product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` ,
`product_media.media` . `meta_data` as `product_media.media.metaData` ,
`product_media.media` . `config` as `product_media.media.config` ,
`product_media.media` . `path` as `product_media.media.path` ,
`product_media.media` . `private` as `product_media.media.private` ,
`product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` ,
`product_media.media` . `created_at` as `product_media.media.createdAt` ,
`product_media.media` . `updated_at` as `product_media.media.updatedAt` ,
`product_media.media.translation.title` ,
`product_media.media.translation.title` as `product_media.media.title` ,
`product_media.media.translation.alt` ,
`product_media.media.translation.alt` as `product_media.media.alt` ,
`product_media.media.translation.customFields` ,
`product_media.media.translation.customFields` as `product_media.media.customFields` ,
`product_media` . `custom_fields` as `product_media.customFields` ,
`product_media` . `created_at` as `product_media.createdAt` ,
`product_media` . `updated_at` as `product_media.updatedAt`
FROM
`product_media`
LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id`
LEFT JOIN (
SELECT
`product_media.media.translation` . `media_id` ,
`product_media.media.translation` . `alt` as `product_media.media.translation.alt` ,
`product_media.media.translation` . `title` as `product_media.media.translation.title` ,
`product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields`
FROM
`media_translation` `product_media.media.translation`
WHERE
`product_media.media.translation` . `language_id` = ?
) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id`
WHERE
(`product_media` . `version_id` = ? )
AND (
(
`product_media` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_media` . `product_id` IN (0x0063D99F94F84AE4A6245DFE32728347 , 0x008F36161EE342EFA69164D184297A33 , 0x00EA126EBB17414B8DE28B8ADB8B7C9F , 0x018031D7A6504C70BC9611EFFCA5CB87 , 0x0198CC5FCFA372868458B0137445E61C , 0x0198CC5FEEDD72E5BD469A1D1561F509 , 0x0198CC6063887009AEE99935FC07787C , 0x02732857E2C64B47BAE0E1BC815003E3 , 0x02912B77F6184878852A362C488E1DF5 , 0x02B5B0CC83D54B2AA4E7858D3A8C47DC , 0x02F5376DB4DC447FA79E6B944B2D5C1B , 0x036A26BBBE4B4F01AEA80D39BBC9C86D , 0x03774667CD6143D3BB687D01E5F29D50 , 0x039F8EDB25AB462C81651097939933EE , 0x041F4976FCD7409A8B95FBF4D550DCD8 , 0x04E6B49AB9CC43BB888F75D6B2099EC1 , 0x04E6F83DA24642088321CA023F61239A , 0x052AD23004FE4012B75332A0FF505CE5 , 0x05E28F2B3BC44D5FBEF6709AC203F1EF , 0x05F3CBE5C14440098DA860974C749011 , 0x061240335AE44BA088A60A25356F028B , 0x062661D152D04ADDA36714AAC9A1AB46 , 0x06538A60DDEF48C7A53C868E90505F4E , 0x06BAC5FD040148DCB4F1C4B940CE5E24 , 0x084D8960A47C43DF8721E404766BCA3F , 0x0A037CEC6F2F490883C0ECC734851968 , 0x0A38581650A342BB97478E5552350B97 , 0x0A55EF82545845FD8D26D049F6FA826E , 0x0A99B6A5C4BB4330B86A27E7806A07B3 , 0x0AEFDBEB11644D5189CBCD68D73F8FBB , 0x0B4E5CC4D6AB4EA8B8330862B728BA1A , 0x0B580D4DB1AF437BB52AE681045FA3D8 , 0x0B625DE4010B45C4A52E289CC9F1A652 , 0x0B8FA99C70F24A959F02C746C58CDB15 , 0x0BB5FFA4D2224B9F87A1CEE5F7555C52 , 0x0C8E2366EDDE4F4D8BE1EB3C8409C696 , 0x0D649F80D88242AEB2E5B317364AA3D7 , 0x0DD823FD144549AFBFBF6F88B415A87C , 0x0E2D83BD6EDE4B7EAEE72C04239FB5C1 , 0x0E6319C53A4C4C2A908F6E1ACB1A2850 , 0x0E84607AF75841A8AF9242E142D32C1B , 0x0E94AE42B2E94624B7401044743FA1F2 , 0x0EC8E53A7B904A738D3CD38C70925856 , 0x0EDC32B246124DA4ADA5B79F4160AA30 , 0x106950DAA9DB47FE8C6A495EF55870CB , 0x10896259C828421DAF47D56064FADFC6 , 0x10990B3472944C229901430B36C4B4AC , 0x109A40BD85D0489AA2B0BA18B0CE4B99 , 0x114CF43958F74D33A1B812230108EA4C , 0x1210EF73292E4834BB02477A20995AE7 , 0x124391A372A54749B88BD1E87EA32706 , 0x12670C0A49534476A4627EDFA8A8A640 , 0x1271521BE681470489B9C785C885DCEB , 0x12C6CF175D2E415F9202F26F7F5EA267 , 0x132C192094B348E1973A0226A52864BF , 0x133403527E3948D98BFB2DDCA2224A4F , 0x135726F264C04274AB108B3C72D4391E , 0x135D7E3A28F048EC90FE4C0F9CF250D1 , 0x137AB040245B46419C5D19E61B554776 , 0x13B55EACE8F74F00AF6A65BB62BFEB26 , 0x140C9CF204A54BC888C8C36A1E338946 , 0x144E54880EEC4BDDA3F397A811D090E1 , 0x1459362B952B43FC8AD36B1863689CF0 , 0x14868CE162BC4D3CBF56FE07BDE1FEBD , 0x148A7DB7B91746779AF1399BFB14B749 , 0x14BA7107CA354D8EB0E1ED6931811E7B , 0x14D611D0A50E4220B467A1C2C39105AE , 0x14DFE87212FC47CC8B6925E178B42523 , 0x155C1A69F6BC49819758E902E5FABCC5 , 0x1582C38C41E44F7985FEB2F52244FA6A , 0x1697AF3DEA1E4A7F9851FC290A025525 , 0x174D238072E3464493D05A36977B1B36 , 0x1777F0F2727E486A85165AF0983F2DCF , 0x17BD255E57904585BA8A88149DFF691A , 0x17BFD861909C4763B5D79FCCE7C5297B , 0x18D3ECC2C1664DC3BF49FC96EAA5325F , 0x19BA3CE15C6E4982A08381F11318184A , 0x1A096B4B5DB44452AF48B4F0BA886F80 , 0x1A0EA0822C684DF5AFC96A92A10D92E1 , 0x1A2701056E494DA8BE6224A50640F697 , 0x1A466C5E3BA34FD7802DBFAC2EE83B9E , 0x1A8C7647531A4A04938DE9AAA4578AFE , 0x1AD29F6871E2430EA8C818CF58A2DB2D , 0x1B109AB41B4C47E2B05BE909A8727E33 , 0x1B2460577BBD480FAC7A7C2735D82AD8 , 0x1B98E8C17ECA4D62A7E844987E00FB6E , 0x1BA742C0F8AB4E14BFB2838966262114 , 0x1C86779C496A420686F9BC1E8E7EAC8B , 0x1CBE00765D0746CC97D750398CDEE081 , 0x1D4FF7BEFA364326AAAC5307971B55B3 , 0x1D94703EFD5F48DB886A256EDF6EC311 , 0x1D9DD4750EB442E4874493DD4798D030 , 0x1DCB7AFF5A5B497C9B01240F8113D932 , 0x1E564948A63A4AAAB75C2710769BC919 , 0x1E9B27E1115A4E0385F0372C13FE9750 , 0x1EB4B1948D554F13AFF7FFB200CC75AD , 0x1FA69EDDAABF4DF5971E23B2C718D5DD , 0x2006A3EA804A4FF69A0770DA6C9B152C , 0x207821A319A14DF891B1DA52CB633BD5 , 0x2105912A047046A7A39840D218BA2B09 , 0x211FAFBC86F1403F97AD514F5BED6D56 , 0x2251F5AB58704679A4355FE1ED0FFF18 , 0x230B840BDD1B4FFF97E6704671C4D376 , 0x2320F1B7176D41E28724359CB17C496C , 0x237B2C0438794EC1BE223643574DB8F4 , 0x23817E2C4EB8419F90C3B800639B1BB5 , 0x24B02B0793934E648671FB2529FF3C2D , 0x2506093F531C4D5CA99231A35DEDE93B , 0x2544A9AECC2C41AD9F62EE8800A3E769 , 0x26D78996E8AC4AA7A1494E275667F04E , 0x275034EAA61B4CC6BABF70C3ED9B92E1 , 0x27BF42012FDC42E7BDAB23A2AF7892A0 , 0x280E52E434C74A258EF4A0DDAB24374A , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0x28671CFD645E4120A224FE0230649357 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x29424506F7C34F70A500C369ECDEA554 , 0x296A50C52A8942C99DBCDBA401D43F4F , 0x2A0AEC1B06CD4F1CAEE8659D4902903E , 0x2A2DC438531D4B6A9977BDB5D546EF6F , 0x2A8DE543FB784CA18D65B3C84D3566CF , 0x2AC0B06456E24AF38ED4A05796CEB314 , 0x2AD26B5FF62045ACB018CB7277519911 , 0x2B43A0B43B6F4FA2AFBF694183B86BA9 , 0x2B4B91A7F52D493FBB884C16111FDC0E , 0x2B75BE671F384348A1851F946AC58F07 , 0x2B8FE71D69A945D88325960FD09E0752 , 0x2B90301E0DDD4FFC94139C25A09F872B , 0x2C7BE5C005C948949979B713244FE4CA , 0x2CD6ADD9B5D340C0AE0BFE9A4DCF1301 , 0x2D093652413142DFB48E894DB53DAA26 , 0x2D0A4DB6670548DCA6C389F11E28278D , 0x2D19AD67757D4DD29AA16785A3791B64 , 0x2D338F60A8624B08A0B076A6BDA9BD89 , 0x2D5FDCE9715549F4A80B8ED29C6C7BCB , 0x2E1BF3A20CD44D6EB9CAB219ACDD783C , 0x2E1D7A24C37E4D4D96B2DD75693D254C , 0x2E7F0699E4FA4C33AE0D9D9CA45DD81D , 0x2EB40206A03549AE99B789986204A29E , 0x2EBF36BC5D734A778C7DB644CD8F312A , 0x2F0CF9035B3D4DD494DB11F867C657A0 , 0x2FB6517F82A04711A1771C9B484111E2 , 0x2FE898D6A2FE4D1FA0C95865A625A8A2 , 0x302C26630EE74FF28738A844ED269886 , 0x309219DD4D1842FE8F807FA4434AD2CB , 0x30ED195C93B7467A9187F07773889A9F , 0x30FFA71C47094DF2A90EC7D8EDC613B1 , 0x312ABB438A8545BC9ADFF97C49DC5535 , 0x3186921E2AD3458BBDF0CE46A2E5D4F4 , 0x3231736B477540368F961E43F4C8ACD5 , 0x324C4FE6CA9147A499BA6429784B6D6C , 0x329849610CF643A8973EC27B03DE6BEA , 0x32BEC7A1385B4881959A689F706E065E , 0x32D4EDC58CA447238C215887CE9FC3D9 , 0x33235FA1274840FFBB13CDD3B2B4BEAD , 0x33E6B8DF73D5462599AACD9CA46102D3 , 0x342C22B947D44BD3884252B1E286BABA , 0x34387E5BAC4C44038C71D227E3EE07CF , 0x34F37717BC1849CBBC9D628A12EBBD80 , 0x357167462CB84C11A83F9DBF3D133AD1 , 0x3586BAA2490B4595A40CB4454BA7EF72 , 0x35A9DC076BDA4F679D20E46A414DAA02 , 0x36192C55CBCD433CB853F3A0D7870853 , 0x3635FCC77C4E446AA92BBCAECDA3A102 , 0x3722FE146FC24976887807D1D7F26600 , 0x3831330BD93C47328EFB2198C221DAE5 , 0x38851123F67B440A9EB34C83A7D7D648 , 0x398C01A31065433B859085E3FC840C58 , 0x3AB3151B544444A9BB61011175D407DA , 0x3B4B997D6DED417EA6467654F93B518E , 0x3B4E6267DEBF4727BC49AB382EE6B378 , 0x3B95A46B94B64A34A73DB8CFE48F4043 , 0x3BB7EBBD9F144E5A8437F006568BB854 , 0x3BD248939B8747A4BB67A2F2040FA6A9 , 0x3BE71D5D0DCF4CAFBB0229B757EBA18D , 0x3CB2766BDCB844C28B29E352AF0DC82F , 0x3D1FEEA2093F42A0B76996E3A14FFB49 , 0x3D6B1CFB4F144D278698B021D5A5C7D2 , 0x3DA8BF196A3B49808FCE26652CCCD5B9 , 0x3DCD4317E68A41BB8E4E45800AE9652B , 0x3DF78C98F2174B8D82EF9CC28CB40024 , 0x3ECBF73D96F74EA3B1DCBA6084F8AE86 , 0x3ECD4A5C22AA44A5BB75DCD5AA6C3BF4 , 0x3ECE1D9CEDAA45139E9BFC24BC6CF163 , 0x3F238C229EE6469FA12B3B634A836C1E , 0x3F2554490D9941C794BB71F5F764CCCD , 0x3F88015762804AE0881D1581C229A3C9 , 0x4049F47D6A184BB785D8F6F563846268 , 0x41428532E90041CEAA778625072128FB , 0x41BB79951D5A432E897AFECECE7E47B9 , 0x41DDC22565CA44F6A5CDE132C7B48943 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x421E0125515549D783D3DFB4B7666E7A , 0x42678BEBBA584D12B643E7D1D36BBDDA , 0x42E42B1A5F27496E90CC98492A4BCADA , 0x42EA73D80D544B6A91B5FD9A98803CEF , 0x4326D86DA86B4A9FAE14BA2464873114 , 0x43A7E833B0FD4972BAD407D517059E1B , 0x43F9FF34ACA14F3DB847ADA22F3DD3F5 , 0x441A89AF4193491B8F1FE1C682021211 , 0x4421965451B347D9B98FF8C5F99C64F4 , 0x4474560272AB496791D54EF84998F05A , 0x447DB92BC6984313AC1464B59A54640B , 0x449E67824E5B4DA6BEB2CB8C7167A750 , 0x4547B11CDC7C496D8DF91D8D32D324FB , 0x4570100A52C74FB0B920361946661659 , 0x459A91C944234B618165897E3B6B21BD , 0x45A8AF00865F41389ADE5EB41A8413D0 , 0x460D78E25A3944008501B3DFFC513CF8 , 0x4669FDCD345D40E090511DF60FE34747 , 0x46A424AE2FA04ABA8789166D8061ADC3 , 0x46BED0EDE6F24D88A992C0E6474693CA , 0x4717B782D81F4AC9B1F38BA0DC75F742 , 0x4769905B21A7442FA3538B68206DEEFD , 0x478A78759BB54A75B5AEF6F9AC966465 , 0x47ACBB1858DD4661AA5810D7F0CA2E74 , 0x47BFB080597843C8999D13E32547B198 , 0x47C93D7E0A0044E1846405FA51D74FD6 , 0x47CDC669A0D341C798B16ED43D73DBFA , 0x47EB1A34E386472091E13330835C4729 , 0x48D3F5FF2E40448EA76EEFADD0EFE5AC , 0x48F1880080FB4E7DBCB69BC0D85A56AB , 0x49D8693168BD4E9A9D8526BFB6CECBFB , 0x4A0481CF2837415F994A26DB302D9CF1 , 0x4A2520F301244FC4938292D3C6EFB7DE , 0x4A5521C0A1F04F648418D834BC420E4D , 0x4AD41F7F31064E7BA2483544068F1B61 , 0x4B0485E3974B48058B92B37F4E8A8ABE , 0x4B3A07C918844439BE797C82BCF93F5D , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0x4BD24FEB0C724EAC8912702054C51C20 , 0x4BDC3A735B574E4798800961E9BDE244 , 0x4C9962392C714602862A89B9A9BC8989 , 0x4D19D5A8142541BC891D0E11DA039851 , 0x4D487491C1984F918E45F759A671B778 , 0x4EEA087A9E5D40AD92E69BB06D463763 , 0x4F06787BBCD54814886185EA513B15A2 , 0x4F1A2C8C5AE44FABA1BF9340C0809894 , 0x4F56157420FF488C883529AA0A7A1599 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x4FB2216A86F04B3C8F243CD666690F45 , 0x5052239AAB6C452DABE9F402E3CCD8B6 , 0x505305E77711498C9C7542DE6532DEE8 , 0x5099F7A733DF4E9693C4AC6C8CB3FA9D , 0x50D22EC40FC04973ACC79ECD6865453B , 0x51321185E9AF496B8F9FD8EACCF97C8C , 0x513AB9793DD541E6A6DFF9033F99756F , 0x5221A02F84804456ABE1DE36EF2952BC , 0x5276806FBA574AC9B0AE386F19AC448E , 0x52AA3640A83346469EF4F3C3D5477649 , 0x52FCBF43BEEF4D369BEF59BD0368FD10 , 0x538180B1E5DC494AB00296A41774ADE6 , 0x53D4D2D3125F4B6D8E1F0BA5A5F92D10 , 0x5434F4165F0E460C89F806625BDEEA37 , 0x544D3E8CA79F41228D75B82E938E4AC4 , 0x54707E283B0A438092E0855415C7B52F , 0x56022887FE7A49FF8EA9F93435181F8A , 0x56285A19A62B4CBEAF2813BDA58EFE1C , 0x569267B6667645A791316218C4F646ED , 0x581056B5B98043B8AC6C5B1EFFC03094 , 0x586A9BCFAC4D47E080F97E0A43033427 , 0x58B3D0D35A944F7EA9F4A2AE551D606F , 0x58EEABFB540141F29437C69620ECAFB9 , 0x5901E0C63B024F20954FE585D0AE085F , 0x595F45266EC5447EA014A1645D0433EE , 0x597F981BAD274259A07E5EB0D1C2358C , 0x598135B2AD054BD5912B695C29B68C7A , 0x59AE7C8290E24F378488BA6A31145FC5 , 0x5A6B8A51792444F0A6D3B82049B447EA , 0x5B4B8832807B48479BEE5C4A6A4E368C , 0x5B6C37FB84C843B69699E500F2A35AF5 , 0x5C051ED822044BC5B51D6F2017A40C1F , 0x5CB1A3119AFE4E89B6A76FA1BF678F10 , 0x5CEB09C11D094FCD84DB184738D2D083 , 0x5D0D7F3C465E441EB6D025378751CB65 , 0x5D16A217D80D4FC6AA95E05EC2ABAE82 , 0x5F27C2AF01EA401594A8FEEF9FDEA4D9 , 0x5F85098C42834950BCA4DBF51B36CC87 , 0x5FD273192E4B407C959CD1016ECBD732 , 0x5FEF0BA56ECF4DADBB7A958FF26ED5B9 , 0x608264459D25422A82448E83867586F9 , 0x60C98FA8F47F459FB8FD2681B5891694 , 0x611E0CF9139B4F2B90066FFBB145126C , 0x61A035DBE1B94B8CA98D62F3C176EEB7 , 0x623AFD0AB4464E268632E2C6BDACFA6A , 0x6298E5B8FF304BF9B417A962245263CF , 0x62A32176B6A444DBA8E50EE841504BC5 , 0x62CF993A9EDC44E5807CDE94D4272F90 , 0x63557AF22D8147E995653C1DAF1696F9 , 0x635CEF6A9FF847C6813814AE912DB673 , 0x63D1E86D1438476EB79574F43B486163 , 0x641AEC6182FF4EF1BBD9A5202D20F0C7 , 0x6433521B76EE4705AB6644FB32BF7D77 , 0x6462366562514E5C8CDCCC45A32653C2 , 0x64AA4D5D3EC8485B83FACBCD9938CE41 , 0x64FAE64898C84D0FAFCD30F9EBF1ED8C , 0x65092324D2EE4C58852E11D4AC397773 , 0x65D37E8611A24D6A81A53A335F092210 , 0x6664E6D53A6C4CCFB3157EACFEC07D13 , 0x66CFB21A9FB04393A95EF36481DFE290 , 0x6839368170DE42C49ED3CFBF12E88778 , 0x68DC61545AA34F3CA50FC30D697CF926 , 0x68FE379991F84DD5A377E64831E860ED , 0x696185C8F8434874AE7D4F0259A20B7C , 0x698B242FFD0D43AE8D99BA191C712C14 , 0x69923D8A8DE54BE9935844CF1AE121A3 , 0x69D888A6BA7945C98018C15F3B27BA27 , 0x69E3F70DFE5D48BEB0996B2D57DD4132 , 0x6A0E50AB5BD046148E3743D125616CEB , 0x6A8837AC4D704C26AD0ED946ABB62E8D , 0x6B5030A638294AE7B0614AED2E693544 , 0x6B6D3D49ECB3467DA2F9640400898AA1 , 0x6BA8701D82B74AAE8BEA3098CF77A776 , 0x6CDEF64739CC4401BFBFE1AB2BF4D500 , 0x6CF120A66C1D440AB4B3F211CA5ED4E7 , 0x6D2C2C3D092B45C69258AE58C834C910 , 0x6D6EC921BFB541D7B9C5AF4A349E15AF , 0x6D97048B3A1848E5984259D145C64EA9 , 0x6DA3A31794E243D6B45B2F899F60EC5C , 0x6DDE6162E144422093F3885E1D93AE7A , 0x6DEB8070212948C5806869DD4CAD38E7 , 0x6E1BDA997D50458BA8D53B5AF12A73C6 , 0x6E4A90D17F5245C2A77F76E60569A1C7 , 0x6EBD9242A70345F08BE5C01C1ADBBEFE , 0x6ECCDBF9BAF7457181D448A10CADE149 , 0x6FC107D6A1E249129CC62E39BD3DB5B3 , 0x6FD20F7517C2481FBE9560B3A1A76E85 , 0x6FD2FA1E4B2F4F1BBAB0EDE7CC556A26 , 0x6FDE9D4160C74A51869B5A8ED920727F , 0x7058AA98626743D6B2ED5E302E40DCC4 , 0x70E52FD4923A42919E958298024DCDF3 , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x71EC0B339C2D47349057DB3F3798DD66 , 0x727519E5EA9945BCB38556C786B0462F , 0x732623E8B9BD4CA2B4FD69A0F5FFD9B4 , 0x733DC7A320C14ED7886044B15249CA98 , 0x73A01E43B848489AAC44A6A2BC35CDA9 , 0x73E176AAE2D945E3A2F1591B18F795EA , 0x740C49DE0E9B44A887DF6F73EAA40B70 , 0x7450D68915C04AEF9269466C03004A8E , 0x74C23DEF2F2842418AF16064A77DC50E , 0x74DF2613A93D47BF8EC49DCF8FA2D7E7 , 0x751EEFD09DA3439CBEB54AC5D6276F81 , 0x7565B51CBA814D1CBCDE5895ECB7ECBC , 0x756E14612F0A44F8929A0A0DA80A0650 , 0x7594BA16A2D54227A275724DF17A628F , 0x75DA02E5307B4D7DBB8E243414DE61E8 , 0x76780D8D04184BC0BA1179CDB80B8DE7 , 0x768D37AA6D264DC0AE33E575ABE651B5 , 0x76E51AF65D024E0089DBA40C450C302A , 0x76FE52880DF54B2F929B6A30205355A9 , 0x7771C607B84D4337AD4A02CD3C50C7DD , 0x7893C4C08A7A4EA99A9DA386751AE231 , 0x78EF6CE488B546DBA1AFEC66D499D99F , 0x7909112A58E74515BB2D4D013C3FC975 , 0x7921ADD9108248B28592C1C45E474697 , 0x792B461266CD474CAE2356AA7B2A6D0F , 0x79733850F2F84AA9B42D1C61A8883FA8 , 0x7979893536284CD5A6FD2ADE57CCB406 , 0x798F63F530024716B63728137927A577 , 0x79A78600519F4258B5E4F557194B2443 , 0x79B87747C5014C518AF1D3EE5E69F67A , 0x7A768155A21E446DB594B41749495D52 , 0x7AD6C54C9BE34F03B445D31D6927EDFE , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x7B2C8C847B424D4E9622CF72F5A3A189 , 0x7B4CAFFABAD04D4D90F412995E5D0790 , 0x7C047B09BE704920AD70722D9CBBAED1 , 0x7C1315587A2A42FA9DB2D38E304A9CDE , 0x7C145CD33AD14981BD8E8DC497B81406 , 0x7C3AD044A851497D947245B9D0295EEF , 0x7C4A7C48062C4A278354F53DF305DFC0 , 0x7CA91AE8EC9E44C78E4E05B4BF830BFB , 0x7D56D321D6834A24A35114BDC9A75ECA , 0x7DD1DC64621846AEBF5B45702BBD43A5 , 0x7DE43A59276348A49A432533EEE8E783 , 0x7E52FABB32FD4C57943F5DE5FC239FFB , 0x7EF14DBAB4C443A084941555BFAF4AF0 , 0x7F5C92811BA94B0B81185CF6C0BB4643 , 0x7F6920BF8BAB4600B04474C1376E92D4 , 0x7F9A9BB4E45647F8B40EE4D24856710D , 0x805990A020A246C387AE957EF624150B , 0x80E1B14557544CFAAD7BD5E768620273 , 0x81109D6D5CBB442589401E5427212CFC , 0x817E50D64C814494A1F0C5AB4EB1FB6E , 0x81A00D0397C4409BAB8EEB19B91596CC , 0x82FECD32CB2B41F98E060847B3B7F41E , 0x833524D4F7C5409B915D2170CFE26734 , 0x83BA19C48ACD4185BED88A42FAD2A202 , 0x841BA378974347D7B56C89090B2E56F8 , 0x84372B86334148F3AE46134FA052F758 , 0x845111537C5943AE95F498C4E2BF53DF , 0x84C073C6200B4139982FF1FE5AF38A61 , 0x84D0789314454723A3E7D9E34328FD4F , 0x84E42DEDEC91491382903999F6698637 , 0x8527FB724DC04B6890409C4F56B55210 , 0x85704D37E04A4D3381B7D0A22044BA3B , 0x85916D3C3CD847F7B4FBBC02ACB5704D , 0x8618B7A281A941D3B4C3A146C613759B , 0x862571E3C55A428FAC5EAB74DBD61897 , 0x865B53B7840A4511970F9699EA7C6134 , 0x8669E125B004411293092D9DF9BF34C5 , 0x866BB386DE0B450FABAA9EA744DDEA55 , 0x86EBE79EA34F4082B5C548D59851BD91 , 0x88232DF4C33F4B17A50F71A2D1E08C41 , 0x88286D36B4E44417870F62D69080EE5E , 0x8832841B589A4FDEB6556DFA4725429B , 0x88ADECDDCB95437497F05284ED3B0E66 , 0x88BCF3C46A49400DA3995ABF847D8C5D , 0x88C56F5564E644DF986625800FCF21FA , 0x88F7EBF91B5C4B79A1B4E1C7A2D1CA27 , 0x891472407403429588922CAFB0A8A305 , 0x89EDA59C8AB2485188603FE1844BF9FD , 0x8A21E0FA81DF4D4B9F354505A3443F31 , 0x8A50041C8F5F4F738F738BDB51C4BBEC , 0x8A563833B6DB46D58CB4231FAFB3ECB9 , 0x8ACA2973510443D1AD34C0EC18CB1F7F , 0x8ACFB590313548F2951202180595CEF1 , 0x8B798107C64A495792A70E7FBF783207 , 0x8BD323FFC75B41F7912AD63024C60DA9 , 0x8BD65A8FAD6245BC867628F1A69B3CE9 , 0x8CAE9449817A436899527A696B3022EE , 0x8D35F0C6664C405396CC9D071B872140 , 0x8DAD35F03E18430EAFDC0BB50FA9F232 , 0x8DFD9638F43248689E4712E6955BB5CE , 0x8E281119F82F4C18B63FA69D15C03061 , 0x8E56D4361856486597B1A5E6D3DA8650 , 0x8E87AA0DC58B429DBBA384D01748E66E , 0x8F1332EB43334D159175A80ED6E45057 , 0x8F476E559D4A480BACACE9594A734D6E , 0x8FEC631B396B4A3FA79271B59C6EF5D1 , 0x90D5B890996F466A99E44A068F2E5E75 , 0x90E0D429E36048A99E703E33467ED707 , 0x914AC234F8274AB7A5525F8EC07A0BB8 , 0x915AF89899584C569006967EAAE9EB79 , 0x9180B46270E84DED960697B77F730C27 , 0x925043830B4143A9AFB3AD97282C079D , 0x928979BCFBC04BA593BE753DEBBE5247 , 0x929BD53E188C4CE5A988743598EEA2BF , 0x92AA9F08AF494AB280017AFBFE8D803D , 0x9317A29495C44FFF92E1EAE29E23C7E3 , 0x932CF84722F9420DB0FE81BA479611F6 , 0x938C5B9225DA4C1897DA16C73E599FD9 , 0x940DE9504E2B4067BB89E8DE2687044F , 0x94391E5449924AB68357CAF7326975CD , 0x9446A98385AB4EA3A7A786F627F895E0 , 0x95B5E428EEB7403F834536C0259DFBDD , 0x95D3714074084C3BA682EEF94D7C8B85 , 0x962F3333F2A14C608F1B3447A66D892C , 0x9659D0BBD47446B6A2F602282A3D02B0 , 0x966CA9C8605647A1B813148003DC27F2 , 0x9697191BF77B49D686AE5CA35C70FA0B , 0x96A889C8249B4981A08E9BEAF30E87F3 , 0x96A9109F6D9D4332BE2261EC9AF3DA31 , 0x96D02E6C52B74AF38E379978CF37882F , 0x978648C238AF48D3B655595F0883865A , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x97F18795E20D4C2F8774C4CBDD3978DE , 0x982FDFCC11944207A95ED2AFA37EA4D2 , 0x984C4DCEF99E4C4E98FEC5CD5A4F08D3 , 0x98AC6AE3B69A4F7DA6AAAF38828D22FF , 0x994E504D89DE4FF4B396B33D0C799F60 , 0x9B06BCD6C42D4C09AEEFC14694F43AFF , 0x9B1994E8538540A3A5C1EB9EF58507A2 , 0x9B9CCFCD42E0456DA90F81F63268E5E5 , 0x9C5332CBA3C44F0F8CAC2EA88514F142 , 0x9C8294E998DE48F59A664D9F1CF7B4C5 , 0x9CAB6EC7917A46A0A43B9E43D461E932 , 0x9D45DBEBAA394A83B9E19D5EE499CEE3 , 0x9E76DD71B96C476692E0B7348269EDBA , 0x9F06F4CF55274037ADD5D68B2C250986 , 0x9F6512456E9B4FE285D2ABA81E5473E3 , 0xA01216B71DBE473C820787036E2683EE , 0xA0199A2ABE774F49871B67DCD1F94F3D , 0xA04028C7174D47188E03F3039EFC91BC , 0xA096F622E9C04DD78A3A6185831BA31A , 0xA0FDE31FCF5E4A1C936BDD6083707D29 , 0xA156B96B28BE453FB738DFD576BF3309 , 0xA171925654854439A4EBA695469852B9 , 0xA1FD30263A8A4BDF869ADDF794D237BB , 0xA26A3419085746DFA76279498A8D72F2 , 0xA28C511727D847478F7A73F1741B83A0 , 0xA2A198A0824F4A80A67EF4FCB1854571 , 0xA33903F981914C079418471C6B7549E8 , 0xA34622AB31BE463E9F44F6E19A33C6D1 , 0xA378A3D35A9E4DEEBDAF104233D64967 , 0xA3DA1A51200F4931BB8E78B9EDB2706D , 0xA448B8CC30214970B264F10C54275C9D , 0xA498EE6DF1B44DB187FBD16578C217BE , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA4B1ECA2D9DC49CD8AB6329995B0A6AC , 0xA4C8C6EBD449449486BB8BEFC80F7894 , 0xA55C651EC0FD40F0A8D0D4911F39813B , 0xA56791C8FE6441978612FCE3E3353256 , 0xA5885AD7E1CB4B00BD3BDF1DC9899E40 , 0xA5BC2DC44F07433DA905F6171D9CB01F , 0xA5FB416F3696486191CC646289F76A1A , 0xA6369D9A94F042908A7ECA045FBBF3F6 , 0xA6B9F3E101A642AD92AB2604525FE26F , 0xA6D831B62A334C769BD3487A2727CE22 , 0xA6ED01749045435094BB393D532165CF , 0xA776AD854A6844EF9F7048118EB383B9 , 0xA791698F060740EC81872561EF70BB34 , 0xA7A094EE62F44750BFC093AE90C76368 , 0xA7A0D11D3F0C4E01A250D00E5A63E921 , 0xA7B8AEF0AB1343DBBD3704346592EC6A , 0xA816FAEB3BA44C0F9D649B1DBA370929 , 0xA821025B13F0464C84E855512A64902E , 0xA83FD50B6CB4416FAB3DF796217CC451 , 0xA8D998D62291426F9C4D23682CC1A96F , 0xA8DE85E768E64B2B823BE970F3DB151F , 0xA97ED38A1DEA4A468ABAF22A2BD29D5B , 0xA98457D1771D47EE927F9AF5438D5F84 , 0xA98C66392C6E4C9187F118B80267894D , 0xA99552F6420149FE9B6FE71F1EB223C3 , 0xA9C3208B26794B119DABD142B2665F90 , 0xAA1A6A7E4A774C46B3ABE3658507B904 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAA63B8E774244AA3ACA375CEE83B18A6 , 0xAA8A6509532842D89502EEACA59812C1 , 0xAACB8FDEA6A249E18B0ED74239D6F0C1 , 0xAB1A576559BB413D94987AD83A39C5F2 , 0xAB80F47E137240B2B89FE98783E2E72C , 0xAB85030B022F4B3D90F8532E1084999C , 0xAB86725FFDF4484283D6089A55B6417B , 0xAB9ADF466E6744C5ACD83AE7E17980F5 , 0xABE6BF27ECB84F93966F2C666754177D , 0xAC821C264B8740F4B4A9E56FD325C660 , 0xACB3F7093A414799AC661DBEF3819AFA , 0xAD07E8054C5A47F8AEF8E7D732451FF7 , 0xAF04851046CF41D5BEE33137CF5593A6 , 0xAF7E22D24EE4412890C88C3579FBD639 , 0xAFE1670F53F542FD88A2B2292CFF3879 , 0xB016DA2B58C04ADC8DAEF9BC750346CB , 0xB0CC8BB1DD8E40489C138EE22A967596 , 0xB18473E401C64322BCA40031F57A336F , 0xB1B4428E633D4724B61D655372F78011 , 0xB314AFCE111A4F908B75F1249A9FD742 , 0xB443160B2762407D8A345DC10F5610C9 , 0xB49352C4C9EE4CCEA81C1CD8447B8B60 , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0xB525F7BBAF204F47B762228F4ECFD0AB , 0xB5E72F08E07D4CB4A814320CE87EDA7A , 0xB64E0537F99F4A7C83CAD1BFD3253C64 , 0xB6CF89949E2B43A58853CEFEA9E1C9AF , 0xB7549288B1EE4E5CB0112D3DE02D6658 , 0xB7777DA000D44903AA8A832E1712DB94 , 0xB7E6BACA364B47F39230CACC13E62D7C , 0xB7F5511666E04CB3B03195412CACB7AD , 0xB82D4D85298E4A5DA955B80CA1567B13 , 0xB842E53BD9334206ACEC3CB3F9DEA93C , 0xB9613E9D318D4A2490B77F4C100B38F4 , 0xB978C767DD2A466AAF1A780EAF1FD69C , 0xB9A2C3E351C846E39523864C37BEE51A , 0xB9AF4FFDC0874B90989EF8AFF04AD15B , 0xBA6462E1CE9D4920B1D4443BF5B4B453 , 0xBA8C8ECA24E34E87864060FB910A8F87 , 0xBB73E0F0EFD848D3B20FD423926D7D4C , 0xBB8CDB1BEE7B4FC8A717B8B60BD469FE , 0xBBD3061006A647868EA330B68485755B , 0xBBEF7BDB2D744ACF81EAE3970D68282E , 0xBC1B49CFC17A42158C7A256216A23887 , 0xBC3D9D94151C4F2C990B145EB3CADFC1 , 0xBC7747CC6DB6494F819AD983D8EA394E , 0xBC8E2C94D92945FB9B0B13A2D101FB9E , 0xBC95EBC6E7A44548ABF63DF3B26F849C , 0xBCCAAB926EDD442CAFAFF10D5270839A , 0xBD23FB224162498494B6D28D4D146CE4 , 0xBE0D9389242646DF8A78CFBD362520E4 , 0xBE2A8B5796AD4E87B0DCA06D554DB6F7 , 0xBE337E962BD3418898B739E0EDD8ACD7 , 0xBE9E6EDC615C4F2DB801FACB58538429 , 0xBEBBFBA6EF05401D9E7BE7E9C53EA694 , 0xBF9A6B88FBC74A989DFBBD56AAF7E8B2 , 0xC03DFCD7DC01447FA3A90667FAD10132 , 0xC143635479BB4DD0AB2F2B45EFF29906 , 0xC162C9513B1D42508C4D49B47FB4DC71 , 0xC168F170F78245F9830EEDEFE836F4D6 , 0xC27BAAE030B24503A0FF987A31964152 , 0xC2F9E1A9CEF6409B97DFA5E31D7FF15E , 0xC312AD8019CC4EF6882708A63676AAFE , 0xC319CA29CDC142D584C7B6127311BC67 , 0xC34A952B9F624B3E8FD973BAF9F8E1B5 , 0xC3B93AABC4FD4458AE058B79A8D55F40 , 0xC4CBABC818604CBE942633AEFD777AA6 , 0xC5152D0880274F3A91DF61DD2CF0ED35 , 0xC5843EF00FBD4298B688B9354BF07108 , 0xC59901E2E6314C41B2F6697D0E0C1137 , 0xC6DC8BEA9C234666BC039E76421DCB6F , 0xC75DDCC1856E4BD0AFD7050D0FB3EEC2 , 0xC765400DDF344435BD390CA2384ED51B , 0xC7B07D450D924CDEA940DBAE5E6B5916 , 0xC7B654AF993E4ECEB334A81D19F687F5 , 0xC7C27C6EB6D54599839A560978452979 , 0xC810C313FA96425FB90E8BEABEF852A4 , 0xC81B2553A9584A079AF8ED7AC86A280B , 0xC888499D087845C09A1CF5F28486167E , 0xC8998AE94D9D489DBB5134B18C6F5FB4 , 0xC9055FB2640F474D93478934EC9B38C0 , 0xC98AE1E439B846CAA2E091677D440BAD , 0xC9EB29E4FD2E4437A0572855DACA354E , 0xCA88D9FD1695492EAF27A79B9355C195 , 0xCAA6CB1B15F94506BAEE94AB6DABDB2F , 0xCAF5ED4DB8F745B5805F24EF6E7DFA08 , 0xCB79E9BAB48E40E48660D25CB01BC111 , 0xCB81079A60354F30959CBDB3AA20C15C , 0xCBA7F096F5AE48B692612D03D7069498 , 0xCBCD83969A784F79A80CF7C950700D16 , 0xCC2E0C973AB64A99A8A4C3368B790FE6 , 0xCC7F17B545B443259D7B3B91BDB635E9 , 0xCCC3165D8B674B828A7A9CFC48325155 , 0xCCE237728C9A443095D5ACAC2558CA2B , 0xCD55ED42A2A242EAA767E455F182080D , 0xCE15840EE6334794BE99001184F47B64 , 0xCE3981BD83B64FD8AFEA57C28BD8246E , 0xCEDD7C984EEB499299B6D4573FBDD3A6 , 0xCF739FE71FA7405C8DA1E454C4FE9074 , 0xCFB2354511CD492891543E589D6F219B , 0xCFD6DC9AF5F44B3B933547476F6B88A6 , 0xD078894672BF41F9BBAFF5896E4A7B6A , 0xD07FDB4B60294B649B47663B624B171B , 0xD09A3BAD9D8246ACB1A135339A8A2269 , 0xD10A5FA44FCA4975BF014F432F0A51D3 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xD124C09CEA9042EC8CE2EEA49F7105B2 , 0xD14BB8AAA7394E75817426F7DF8A5570 , 0xD212BFB9FF6E4FB8B4A263C27186990F , 0xD235BF8B535E45E0A3927FC200C87B6C , 0xD24A30EB68604E369A521359B244491A , 0xD2BBC2B65285491796B87F4978930E13 , 0xD313AA66FD2A4C76AEB9CDEB5D197563 , 0xD43B8DDB12834A7FAC461DED65F3F23C , 0xD555BE79F1284D019D0FBA821ABE835A , 0xD557A3D8AC874884835B1D19AEE1600A , 0xD772B60125D64F159BE46C037B221F2C , 0xD89A493AA3F64A4982C9E5FB8256A410 , 0xD96F418E40EF4E66A3A32C494619C26F , 0xD97333CA46504A8389743BADBC47D068 , 0xD9E7B8AF14604F3E835338893674D231 , 0xDA3C330183B04E42A6635B2E5D30438A , 0xDA55E8F48E2C44CA943DD11D69C6A882 , 0xDBB51805DB4544079EDFAA7D7D5829CE , 0xDC221BC461EE439B88F1AA767E0A8418 , 0xDC462B280B1749DA9B04B87CAB060448 , 0xDCA3340B8D324A2BB1E4C2B3202F3E65 , 0xDCB8543623994D25A660974430987A4F , 0xDCD1579A57EF42C3A9F76B9AFCA20BD9 , 0xDCD7461704144558B1A1ABDB027F9D62 , 0xDDDBB7778D9C4BC9B8FA7145F16C012F , 0xDE068F6056524C6CAD464CF624AE1FBF , 0xDE3FFA06531C44ADB98C329FFD3A4695 , 0xDE429B7018D746D08888A6FC0BE98228 , 0xDE4CD79D81134C22A68A74A7E8220F2A , 0xDE5DA57142BD48BAA95EE550D3C0F8F9 , 0xDE700DF76FDE41BC9F81830A7ABA9C1A , 0xDE7DB8BBFD394D309BC002847CF993F4 , 0xDF376191E67B46D3B38B5F4774DE0224 , 0xDF6258B4B02845A592C304FE986AE052 , 0xDF6DBE63CB1E4D8C828EA8715778BD66 , 0xDF818B09A3DE4776BD25CA68597F38F2 , 0xDFF4A3E29E1D49EBB541F3AE750E5F05 , 0xE01B91D84AEF44D786D1791749AF22ED , 0xE01FE72D00B34200B0E4573A796E182F , 0xE05859C7AEC24FE2A466E597C6FC4CF1 , 0xE0598FA955294692A703A1E6E0D9D089 , 0xE09C649155144829B8154605F353DE63 , 0xE0D48D16C9BB4910A64ABC8362BDDBDE , 0xE135FDDD87FB4ABE88410F568A74AE4C , 0xE1813D1953C34D33B0D9B27ED5873886 , 0xE199CDC36610435985962C92683500BF , 0xE1A013FD4EFD430DB67448B9B34351A7 , 0xE1EE7BEA1FFB4E7EA6864CCD2C4AFEB4 , 0xE324E27F2FC346F080A989508BC55C16 , 0xE33300E6D1BD4D7C9EA39B6547C16779 , 0xE3C87A04954949F3A273A536BC5C5A7D , 0xE41EF68F48C246CC9A5DFE9C5837FA25 , 0xE4E34A65F4554180BD323A0EF9F965CF , 0xE4ED22BAB5CD4EBBB60C1EB917BB47DC , 0xE51450AA60FC4B9AB5749451E5B9FD35 , 0xE51EE137CB0D4E3A8276673023A90476 , 0xE747EF8356FE4DB9B003B66FF2E5060B , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xE797FD9973E74FEC959427771EAF6A36 , 0xE7ADEDD46B1E433C83CDF6A3E0B48C4C , 0xE7DBAF220072456490669BDEE6FE51D8 , 0xE84C87D2343B4C8CB432DFD9E97654A8 , 0xE9E0ABA5C5A4401482059F441C959C05 , 0xEA1773B8A24140E5B9C2A4B914E8D88A , 0xEA235078710040D2B2883EDF5B86BE88 , 0xEA72C2D6163743A3AADBFD9B73F84FC7 , 0xEAB6E4F9B7FC411DB531E7BC6E2F22FC , 0xEB292FB40EA24F639C128B639875CF19 , 0xEB3085298F0F4B918439A11B273F3D25 , 0xEB322FA731B6473DA5E4510D80AF8994 , 0xEB98651CFA584A6F9B67810CA331C870 , 0xEC1436DA1E4C4F03BB092B218CA78CB2 , 0xEC84DA16DE1045BCA17205CB65831F83 , 0xED36BAD85C214591815C8C8B9365917B , 0xED5EC8F855B04D81AFEABB302389C5BA , 0xEDC783CCC49A4234B6BAAC8D06DA8DB4 , 0xEEB3C5B2C3AA4C5CA05781416B91024D , 0xEEC0D0E9FD44413083334ECFAA638760 , 0xEEF7911A58024E20B54A020FD95B7EDD , 0xEEFB9EA2CF4845A7A2A08692ACF1467D , 0xEF2C85B7FF7A4A708C90C5EF6BC5389E , 0xEF7B4AC10E10400CB8F12423E31EA5D2 , 0xEF8084123F7144429B7CC81E25B8A52A , 0xEF924DC6BCA34388938555DB649B58BD , 0xF05F341E05C44A0C9A354FBBA42F62EA , 0xF0B282ABE2FF4B51BE20796043B40460 , 0xF141F0F197634AFB946B7B6B9A507618 , 0xF16AD85C5CEC492E954D94AF74CE5F5F , 0xF1AB9615C18F40D2A22EAB75CFC86DC6 , 0xF1CED8AEFE0443D9AF81784C6CE1032F , 0xF379C6B762D14462858324F3568EB767 , 0xF399BC56D5A8444CA152AB9AD701AB7A , 0xF455820EB3CA4E6EAB563129FF20AD06 , 0xF45F10515A464805A8B628D48915D5E1 , 0xF4763313AF9B4394B002C5871049C7A2 , 0xF495CE30E6864DEA9B64BEC20E41EFD7 , 0xF4C19D33A4374F20B81F0E6F11E05106 , 0xF4C3961BEEDD495891E9E4BFBAF04A0A , 0xF594528E964B4A0FBADEE158B56DCAA4 , 0xF63B30C4433F41FA918E808F059989CA , 0xF6CFE19E39E74358AAA0D97D3E8D34C8 , 0xF700CCF8D19B4CE69A776D2B8E03FCBF , 0xF721D9E4FA3F49D291B0211C0F49D7EA , 0xF82BF58D3653461DBF3748014E59396C , 0xF89FA98DBB174A7898008D500673D396 , 0xF8A3775E786E432D9C0DEDFB38F5CDF5 , 0xF8AF2C992C39493E86E4A068F759F136 , 0xF905C696FC72453A92DA7F09AE351A75 , 0xF935DE115D5D43AC966B109ECF35D4F5 , 0xFA67665BF40E41D2933AB8E7ED0F1602 , 0xFA81633E7039466A83C227788AC05D28 , 0xFB82DDEA8A284CA0A47DD6C3DCF6DA53 , 0xFBBCF2CD54AF48A9ACE8A27417C61136 , 0xFBCF20581DD64CF4B8AED3AEF780369A , 0xFBD207A1CFAD466AB47B6CBD239FABB7 , 0xFC34770B724642068972D447B99EDD28 , 0xFC48A8E93EA141E181C1A596FE6D051E , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFCB0627FCA0843E9BABF49DDB79D9B17 , 0xFCCE822312EF4A36A961BA9BEFD85DCC , 0xFD330E1A691948879377D0380E2E1211 , 0xFE05A30F1E7C4963A25A89B688FE94FC , 0xFE1287214E5E4282875F650321BB84BD , 0xFEEC8AF14B394E318E2CE9862E6327D9 , 0xFF5CAA750E5A4ED6B5344BB2615F59DB , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xFF9921076D0D4A8792594519B9DFB853 , 0xFF99C8AFF36B44EAB0E1CE60A3CCD39B , 0x2E8960FA17FD4419AAAB395BA6A748A4 )));
Copy
87
7.93 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"\x02\t Õw³QL\x1C Øt6º×ó\x1E = "
b"¯Ðâ8Q!Je»}¡¬á³ð× "
b";ÎjýÒæF\x05 ¸#=\x08 ƒ\¹I "
b"÷ˆ\x14\x00 ýAò£dìo\x18 ‡]{ "
b"xØvOÉöG·¿ËN´\e 1Ûÿ "
b"•X\e `iæC>²4[+g0\x18 C "
b"î ¤-f¬C\x14 ¦|¨ÂZ\x10 æ( "
b"ø\r q\t <\v CðºjÂçÅırN "
b"‹óÔårbJT¿\x03 "Vàbl\x08 "
b"?)5·&|O°¸\x0E PÇt\\x13 E "
b"nä\x1E á¿JMI²Úh„9&Pœ "
b"õÿ£˜)‚Ds›8^ÅÎ4ª” "
b"""
┬^8Ø\x06 IB ÄçV©\n
P"@
"""
b"\x0E Ž\x19 ùð\f C—¼ÚDîÊRX¡ "
b"¬Ûç%ã\x02 D\x02 †,t\f\x19 —œ° "
b"_¹\x12 ›]>E\x1D †.µHÅ6ÝÙ "
b"\x0F ‘\x15 ŽF?Hî¢$\x08 K\t 3¬æ "
b"\x1A 9™y'ÅF¶™àÚævVYq "
b"g└KRı\x17 C+òä─ì\x05 VÌ "
b"ðpúm@«@/ž“ÏG\x04 ð¯ø "
b"ñ|\x14 >€0@\x1F »,³Ã\e }+\x1A "
b"Ü‗\x1C L\x02 XIùüpÑ »+N1 "
b"ئÚ┬]fI┼®vVî{B_Ì "
b"""
\n
ó·àWuK¯Ÿ5‹`œ‚܆
"""
b"ް»Ã6zKòˆU—ò$fˆE "
b"""
êö\x17 \n
\x14\x7F Kã«j€Þ\x18 ÉB¡
"""
b"X€²˜½\x1E @¦‘&‹„öc¹\t "
b"²kšB›·\x04 ªIË‘`P "
b"¥#\x1C þÐpFl®ƒ5”½Úƒ‚ "
b"ða0*âvB\x17 ²\x19 äÒ\x08\x17 °\x0F "
b"\x7F öø?x-D·¨p!\x11 jcjž "
b"ú_0O÷µ@züg▄\f zÔ│└ "
b"\f ì\x01 !l¬D2äÙ┘#▓Ô&! "
b"ꥲú1╠N╝│É ,\x12 fl; "
b"†ÂµžIwL\x01 ¸Í\x11 +Š£\x19 ‰ "
b"Ì"áÄñœL)·.‰î\x13 ª,¿ "
b"×™Àh]ÛIÒºfv¹bP]\x04 "
b"*+\x04 ÓDÖF\x0F ••²¼§dˆ\x12 "
b"šä\t nîH@Ô¸‘ 3ÊÎH„ "
b"É{ª!XøG\x10 å³õûCƒ‗¼ "
b"7Ëm\x03 ˜$C†»‡š¦JÖÎ\t "
b"@Ðýd!ïI䢧ÿ&þ8ý; "
b"üƒd©ÝY@\x0E ª╔\rùØZñ "
b"®Ø–“\x1F (E1»ïœ\f »ö‘\v "
b"S\x1F {╚kìJ┘ò\n ÏÍú\x00 9û "
b"déÔôYÙJ\x1D ¬\t G\x1C Á\x05 çD "
b"""
ä‰\n
¸·ØF©—Žö¾\x1A\x03 Ù³
"""
b"ÃRý(\x05 %Hô³ÇýóVÂ\x00\v "
b"""
\n
ö¯þÆ\H…´\x07 g‡\x10 ˆb?
"""
b"¹„ù?ÈæI\x1E £ý\x1E ÇW×\x10\x08 "
b"c/vTN©Jë¯\x03 ;FOÑò\x1C "
b"7ŸQ7éTC\x1C ¦ðÄñù©¢\x07 "
b"""
—¦(\vSG\x16 ‡¼8xY\n
Š-
"""
b"Öz\x02 L[ÁM)޹³\x7F Wðó„ "
b"LZ>3eN´ºKP÷Et܆ "
b"䨵Þ0xCÖœ0=\x12 %$l× "
b"=0eRŸÃAÈ¢•\x1F œ\x1E C{" "
b"b«IÉ«║A\x1E Æbþez-\x1A\f "
b"$\x1C ^\x0E ¥BŒ„\x08\x12 žFüЛ "
b"EAÚ[Ê\x1D J\x12 ªžuƒ£!¿; "
b"˜bV`ñøDOƒOîS\x13 Œ|\x03 "
b"m&<\x1F ÏGBjžÀ\t «–dÌ\x1F "
b"ÈIhRNØC;´éR‚|„U1 "
b"®\x0F ╬i3┘JjóÙ,│JíÅî "
b"_w° ,0Hó›ˆ~¹\x19 &\t è "
b":m╔╠ÉPHÞÜ´\x10 °D\t ð- "
b"3°ÂêMâI,¡ÉgÚ"-g\x0F "
b"Å7;Í$╦KÄ│4BÈ?®`ð "
b"sN[3¯Mˆ¼\x15 œpÁÿ©! "
b"Z"¦ük¿@q–¶…ó\x13 A\x1A\x12 "
b"¼ÙÖË·¬K7Å\x1A\x02 ÈÞÖð┐ "
b"ûà÷Öw¶CÉ“%R¸¥$æ "
b"nç×aÆÇGó®ì;╚è\x03 AÝ "
b"¢\x12 ¥J}D@š‘7§*kþ¹© "
b""╩$=\x00 ÅA;Ü\v èb\x06 í\x10 Ð "
b"ä\r VÍ`ZLÄŠK~hÌ÷Cx "
b"é!Ïj€ž@¸²×ô„\x12 K:é "
b"\ÄÓùLxH#š¥Ã[ {LÛ "
b"""
»\x11 ~\x07 ~÷C\x13 ¹w‘Q\n
`oã
"""
b")\x19 ±A\x0E çDöøÅ┤╔p\x15\t N "
b"M¾!Ä\f ³JǵWá\x14 ñÔ8Z "
b"s╣51¡¼Hbìtk®ÍoJA "
b"\x13 yM\x1D 5kCÿØ\x19 ├▒» µ├ "
b"""
‹L–\n
ltL{ž½iš1•Ly
"""
b"î¹ÐªÇ\x07 HÁ¾ÌrgSD]E "
b"\x00 +3§ÅÑAµÑva9&t╝û "
b"Þ│Îs░aM\e ÂìúK0ãW# "
b"ü*Ø┬ÛqH¸åB¡6àe\x07 p "
b"<¿Ï½EDL{…ž»R\x18\x16 vU "
b"\x02 Ë\e\x1E ²O@¿ì─ímÂ/ìS "
b"╗3\x1F '¥áJ├ü\x1C yö+\x0F $▀ "
b";â¬{^àIË•\x04 Ä\x1F ѱüÎ "
b"_î?}±ÃI:¯\x05 æ5AA\x7F Î "
b"\x18 3óÄˬJäô>\v ïì\x0E U═ "
b"}ö”\x00 ˆ+Aׇ‡â”w‰˜A "
b"¤-…¥\t ÄI\x16 £^\x14 0ôÜ2) "
b"Ñ÷?¥L\x05 MëŠ8«~å\x04 é8 "
b"\x14 ‰ûAˆ\x07 CÑš`öy\x03 ã\x17 Ô "
b"ÆöZu+£OÀ°éoáL«7g "
b"\x11 @Ï”G;Lnµ±3÷Q\x11 ZÏ "
b"""
Faoè×\n
A”–sƒZ1Êß…
"""
b"\x16 Tý\x1C þŠH\x17 “}\x0F ~)D€ "
b"D¡b·4sGØš€Ó\x18 ðƒ#> "
b"┬Ûñ▓ìëGEÁë±\x02 +åéi "
b"\x19 û)'<NF\x08 Š5Tn\x07 ÏÕ~ "
b"#ËÙ0o†JhžLœã—;zà "
b"""
\x07 }ôJ¿-GH¢¦\n
ꨑj{
"""
b"dâÒñŒ®E%¢Æ/€¡F$s "
b"Òžãæt\x1E G\x17 ¨5Àß×F\x12 Ñ "
b"ÜCÈö\e ¤G¹£OTIžáþ“ "
b"""
ÍÌÑq \x07 DË‹g\n
ÍîO\v i
"""
b"D\x01 $š°rGûŒFLußgæ/ "
b"P`\x1C x\t 6C¡¾*ì\x17 :çyS "
b"\x0F ±þ ̓Cß╝ØBÏ)Æ´k "
b"Ò8äÏg\x05 EN¶\x1F\x12 ÑÕƒëÕ "
b"-íF¶^‹IP¤tÊ€²*Ó\r "
b"ØÅµ©\x01 ÛBÕù²└>6┘┼\x06 "
b"I±ß¡RUO[“N\f aÎMïà "
b"`m4á÷_Nö³ûΤâ2¸§ "
b"¡¾½ZôpI_YFЖZ±E "
b"xà´\x10 йCÕ„\x11 —ÒÞ–¡Ä "
b"\x01 Osä█f@Åë¬>ônà<┼ "
b"\x06 Å\x0F\x07 W\x19 IaîÖ┬½\x14 -ı& "
b"Á\x08 çYS\x7F A6”D\x0F TεyI "
b"œïަ-\x06 L¶ŽQÈÃd-\x0E Ú "
b"ÇJK┤XAJhù±Å'ñ\x00 6O "
b"a÷5B¸cJ„†ÖÔ°\x7F\x16 ›Ì "
b"fæWG8ÃAâ¨N©\x1F \&$Ï "
b"žàY{jYG›¡è*z4^\x03 L "
b"©-0AÃaJ\x05 ìõâfÙa─æ "
b"›²“PÉoL˼«\x15\x18\x11 õvÆ "
b"³ú¨ìx\x06 C¯›Ov¡S\r ¢Þ "
b"Ù²Ü\x17 ÓI̾þ¬wXð\x14 Æ "
b"╣jvqóSJûż\x17 I¶╬Å! "
b"p±M\x15 É\x14 BŽ®¦Rdκ\e M "
b"A\x13 Ž;çIKÑ¥‘&ÁÇ^vî "
b"7.\x13 M…úN<¤Cà'¤6¾k "
b"]$\x08 6\x1D *EfŪ\x04 åè&├╬ "
b"x\x15 "jrëDEˆ\x06 1$æoé\x06 "
b"/¼PC\x04\x06 @6¯h\x11 ó&Eq\x1C "
b"]/wÔ\x1D ÍGv™ã*ö~ä„g "
b"hÔõÍXáM\x05 ªX4ØHµ#\ "
b"n¡–-ÁÇF¾¶|á*F\x1A dÖ "
b"5™Ûž¦ï@溲=\f é~‹ß "
b"ye_Î\x03 ƒLy¹y(™ë0Û© "
b"GìëÇJ`K?ª®öᎩ\x02 Î "
b"åJ\x08 Ä=àOÈ×╩ñöü!h\x11 "
b"S-zÎöRH4¤LúÙuzR• "
b"Z\x12 ‰nÜOCH¢Öà\x0E e]½9 "
b"€\x15 4·\x00 _N…£ÒE\x10 yêç} "
b"lâ¦KC L‗ÉÑoßÇ\x1D ▄G "
b"""
S²\n
t†\x7F IT¡<´3\x1E \n
Fä
"""
b"┤gÔÅ<pH\x1A ï.£;\x1F ]\x1A ÷ "
b"£JxBaûI1–"O¨O"Êå "
b"╠¼┼Ùë«NfØã]íA¸~) "
b"|\x15 1YÙSL\x04 °\x07 q#í}\f õ "
b"'h\x01 ¥NÆF_ޝy„K¨/æ "
b"a@ÖÂ \x01 H«·É?æ*¼õ "
b"›üN\x00 ':Al¯êgO.8Ë“ "
b"º\e ®*&*Bž±@5«ò>0C "
b"Ë\v O\x02 1³Fƒ¿‗õÉ!ı─? "
b"7╗y0\e -Fcà\x00 ì[y\x03 :§ "
b"ŸÉ0\x1E ç>No™WGdËõD\ "
b"ØÖ^r€«K°’f×½ÀØ` "
b"= ÐŽógNAˆ\x1D ªÿÎÚA "
b"\x07 ðüã┴\x06 @\x08 ôÿ8Ñ\x1A\x05 │á "
b"z/IÞ9-@÷ŽÉU@Zñ:~ "
b"gØ»=DíKº«k\x05 «╬9À\e "
b"ëW‡o°}D¸‘8‡"\x1C 1´) "
b"""
╚O═j2'LñëÉ\n
{#█¸5
"""
b"à¡q¹\x03 lEDØ´ÄÉ®╬}\x17 "
b":ht¢ÊŒI:“*|ûÎ[o\x16 "
b"hÞ\t k\r ïNXІ\x18 X×Ìôx "
b"\x05 o+J\x18 sKQª\ºÉˆÃ-h "
b"¼¥ÞzÛJJô¦\x17 ý‘Vƒ¢\x08 "
b"îÿ╬A═%ESØø±6åmïä "
b"&²º$┼\x17 EìØ£\x15 ├FñÉÒ "
b".Ô\t X\x13\x02 @x´–+Ÿg\t vÜ "
b"Æò─É\f\x13 F─æ╠\x12 mx\x00 ¾\x1F "
b"YæÖ\AúAüü\x05 Ρ6ç*W "
b"¦\r ö┬¾6IØú:>f│n«p "
b"‘t\x18 „<WC^¾p\x06 Ð…›?= "
b"ƒ\x13 »1ÒiDj¯p“Ê\x1D Ú\x1C "
b"‰‚ ¾\x1E 7K,Ÿ›9\x07 Wú°w "
b"·Õ~AÛƒI¶€À\x19 ì«>Íà "
b"O‗0HE╩L²½\x06\x18 wFØSI "
b"$õ\x01 $·ùHs®ÙsÒè'–( "
b"L§jsš%H ‡Ñ\x04 çT\x06 ¼" "
b"E\x04 •ó0¥@2™®T\_\v "‡ "
b"‹‘\x19 Ô\f ÖG…R’[á×\v % "
b"šfjç\x02 ÄI$².°€“í\x03 ï "
b"J‚·R—âI¯ƒZ|›c'øÀ "
b"_›yóö\t GÓ¨¸Êá²ï\x03 P "
b"L|/B‡mO”‰Ù¤°G] Ì "
b"oï YBYŠš\x13 9« "
b"ðƪֱkA¿¤Ã\x17 ·mÄ¥ "
b"´É\x7F Ë©wF\r ╗▓e▓v "
b"©F\x19 „š5E»¼íÅ_é\x11 ~\x0E "
b"ƃ»I®«Eר\x12 gŒ´2ãµ "
b"&]®–iðD\x11 Ÿ`)\x1E x>Ã\x07 "
b"B‗õo\x15 ±A-ü─í·┐òt "
b"""
%Æ”Ÿ\n
áAG‘Cf\x16 Bˆ+;
"""
b"åƒ<®âBJà¹çIýÍh×r "
b"ùÊ„Kõ÷E¤“áʼnZdñ\x01 "
b"\x10 4g©ÊèMó²\x12 Îáæ»\r - "
b"""
Tɬ––žMµ¬\n
رЌAE
"""
b"‘\x01 ww\x1E EC˜¨q\x02 ^m]Š\x1C "
b"╚ÅÝÝ]ïH.Ü\v\f [ô\x19 gÙ "
b"÷ˆa\x11 64DK…pÎH‚PRð "
b"ø‘?õü·E\x07 •`ºàøGÒ” "
b"þŸobó¦D‘¸N]\t Ç¿ºL "
b"¾®õ·µäC†˜Ë<½ÈÔ«¶ "
b"$X0X¨gAgÜÁ&ïGÅÆ│ "
b"t$Ý´Ì\x12 L)ØUõîÀ╣D╚ "
b"‚h@™ÝoI´žˆ›fdú!\v "
b"e§y`üæG2╗¸\x1E \ÆËıµ "
b"\x11 –\x11 ÀE‰Gx—ާGÖ\x02 I\x10 "
b"ÝvúÎm[@vì\x15 X®)\x1F pô "
b"½\x1A õô\x1C ÜI\r ˜"SÜ\f »ªÎ "
b"\x05 üvò\x1F\x00 HN«╚┤%\x0F ¿ë« "
b"Žík)g\v Kµ´Å#{n¤˜\x7F "
b"t¨\f ñy±C\x12 µï#_oélj "
b"ñn¶\x1D DXDÖ™Q£\x0E ›ªˆÓ "
b"=›Ãr3ïJÌ¢tèÇÓL\x14 @ "
b"Ø1¬S┼│F└¼V0\x03 T}pK "
b"®1_Iü5HÚ¥©ÚòÅq¿* "
b"ü\x19 ÿÖQqM}º;Γ”1Ä+ "
b"µµ!—³#G\x12 “ŒìG\x01 .˜ø "
b"d\r -›¿¼EÕ¤ˆ›Šx›\x10 º "
b"ÿa/R°Eà¸âF¶iP‰Š "
b"Dd\x10\x1D H:Ar”:ŽÀ©œÀÕ "
b"\x07 ·òU\x16 wM†»…ó6í*~± "
b"ã\x08 .°ÉûG\v ¿ô\r A\x11 âpé "
b"Dý)¸œ‡K°œ¶w8©p’P "
b"/Ôêrå┴LØ£ÉpJ,ëC\x07 "
b"gª& V±C`’÷JÿnØê~ "
]
SELECT
`product` . `id` ,
`product` . `product_number` ,
`product` . `auto_increment`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
)
)
AND (
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
GROUP BY
`product` . `id`
Copy
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x0209E577FC514C1C9D7436A79EA21E3D , 0xAFD0E23851214A65BB7DA1ACE1B3F0D7 , 0x3BCE6AFDD2E64605B8233D08835CB949 , 0xF7C2881400FD41F2A364EC6F18875D7B , 0x789D764F909447FAA8D34EEF1B31EA98 , 0x95581B6069E6433EB2345B2B67301843 , 0xEE20A42D66AC4314A67CA8C25A10E628 , 0x9B0D71093C0B43D0A76AB6878FD5724E , 0x8BF3D4E572624A54BF032256E0626C08 , 0x3F2935B7267C4FB0B80E50C7745C1345 , 0x6EE41EE1BF4A4D49B2DA68843926509C , 0xF5FFA398298244739B385EC5CE34AA94 , 0xC25E389D064942208E8756B80A502240 , 0x0E8E19F9F00C4397BCDA44EECA5258A1 , 0xACDBE725E3024402862C740C19979CB0 , 0x5FB9129B5D3E451D862EB548C536DDD9 , 0x0F91158E463F48EEA224084B0933ACE6 , 0x1A39997927C546B699E0DAE676565971 , 0x67C04B52D517432B9584C48D05FF56DE , 0xF070FA6D40AB402F9E93CF4704F0AFF8 , 0xF17C143E8030401FBB2CB3C31B7D2B1A , 0x9AF21C4C025849978170A5FFAF2B4E31 , 0x9DDDE9C25D6649C5A976568C7B425FDE , 0x0AF3B7E057754BAF9F358B609C82DC86 , 0x8EB0BBC3367A4BF2885597F224668845 , 0xEAF6170A147F4BE3AB6A80DE18C942A1 , 0x5880B298BD1E40A691268B84F663B909 , 0xB26BEF89A19A429BB704AA49CB916050 , 0xA5231CFED070466CAE833594BDDA8382 , 0xF061302AE2764217B219E4D20817B00F , 0x7FF6F83F782D44B7A87021116A636A9E , 0xA35F304FF6E6407A8167DC0C7AE2B3C0 , 0x0C8D01216CAA443284EBD923B2E22621 , 0x88BEFDA331CC4EBCB390202C12666C3B , 0x86C2B59E49774C01B8CD112B8AA31989 , 0xCC22E1C4F19C4C29B72E89EE13AA2CBF , 0xD799C0685DDB49D2BA6676B962505D04 , 0x2A2B04D344D6460F9595B2BCA7648812 , 0x9AE4096EEE4840D4B891A033CACE4884 , 0x907BA621589B471086FCE496439FF2AC , 0x37CB6D0398244386BB879AA64AD6CE09 , 0x40D0FD6421EF49E4A2A7FF26FE38FD3B , 0x819F64B8ED59400EA6C95C72979D5AA4 , 0xAED896931F284531BBEF9C0CBBF6910B , 0x531F7BC86B8D4AD9950AD8D6A3003996 , 0x64E9D4F459D94A1DAC09471CC105E744 , 0xE4890AB8B7D846A9978EF6BE1A03D9B3 , 0xC352FD28052548F4B3C7FDF356C2000B , 0x0AF6AFFEC65C4885B40767871088623F , 0xB984F93FC8E6491EA3FD1EC757D71008 , 0x632F76544EA94AEBAF033B464FD1F21C , 0x379F5137E954431CA6F0C4F1F9A9A207 , 0x97A6285C7653471687BC3878590A8A2D , 0xD67A024C5BC14D298EB9B37F57F0F384 , 0xAD4C5A3E33654EB4BA4B50F74574DC86 , 0xE4D8B5DE307843D69C303D1225246CD7 , 0x3D3065529FC341C8A2951F9C1E437B22 , 0x62AE4990AEBA411E9262E7657A2D1A0C , 0x241C5E0EA5AD428C8408129E46FCD09B , 0x4541DA5BCA1D4A12AA9E7583A321BF3B , 0x98625660F1F8444F834FEE53138C7C03 , 0x6D263C1FCF47426A9EC009AB9664CC1F , 0xC84968524ED8433BB4E952827C845531 , 0xA90FCE6933D94A6AA2EB2CB34AA18F8C , 0x5F77B0A02C3048F39B887EB9192609E8 , 0x3A6DC9CC905048E89AEF10F84409D02D , 0x33F8B6884D83492CAD9067E9222D670F , 0x8F373BD624CB4B8EB33442D43FA960D0 , 0x734E5B33C2AF4D88BC159C70C1FFA921 , 0x5A22A6FC6BBF407196B685F313411A12 , 0xACEB99D3FAAA4B378F1A02D4E899D0BF , 0xFBE0F7D677B643C9AD932552B8A524E6 , 0x6E879E61928047A2A98D3BC88A0341ED , 0xA212A54A7D44409A9137A72A6BFEB9A9 , 0x22CA243D008F413B9A0B8A6206A110D1 , 0xE40D56CD605A4CC48A4B7E68CCF74378 , 0xE921CF6A809E40B8B2D7F484124B3AE9 , 0x5CC4D3F94C7848239AA5C35B207B4CDB , 0xBB117E077EF74313B97791510A606FE3 , 0x2919F1410E8744949B8FB4C97015094E , 0x4DBE21C40CB34AC7B557E114F1D4385A , 0x73B93531ADAC48628D746BA9D66F4A41 , 0x13794D1D356B43989D19C3B1AF20E6C3 , 0x8B4C960A6C744C7B9EBD699A31954C79 , 0xEEB9D0AAC70748C1BECC726753445D45 , 0x002B33F58FA541E6A57661392674BC96 , 0xE8B3D773B0614D1BB68DA34B30C65723 , 0x812A9DC2EA7148F78642AD3685650770 , 0x3CBFCFBD45444C7B859EBB5218167655 , 0x02D31B1EFD4F40A88DC4A16DB62F8D53 , 0xBB331F27BEA04AC3811C79942B0F24DF , 0x3BE2AC7B5EE049CB9504C41FD1B1FCCE , 0x5FEE3F7DB1C3493AAF05E63541417FCE , 0x1833A28ED3AA4A84933E0B8B8D0E55CD , 0x7DF69400882B41D78787E29477899841 , 0xA42D85A509C44916A35E1430F4DC3229 , 0xD1F73FA54C054DEB8A38AB7EE504E938 , 0x1489FB41880743D19A60F67903E317D4 , 0xC6F65A752BA34FC0B0E96FE14CAB3767 , 0x1140CF94473B4C6EB5B133F751115ACF , 0x46616FE8D70A41949673835A31CADF85 , 0x1654FD1CFE8A4817937DAD0F7E294480 , 0x44A162B7347347D89A80D318F083233E , 0xC2EAA4B28D894745B589F1022B868269 , 0x19FB29273C4E46088A35546E07CFD57E , 0x23CBD9306F864A689E4C9CE3973B7AE0 , 0x077DF44ABF2D4748A2A60AEAA8916A7B , 0x64E2D2F18CAE4525A2C62F80A1462473 , 0xD29EE3E6741E4717A835C0DFD74612D1 , 0xDC43C8F61BA447B9A34F54499EE1FE93 , 0xCDCCD171A00744CB8B670ACDEE4F0B69 , 0x4401249AB07247FB8C464C75DF67E62F , 0x50601C78093643A1BE2AEC173AE77953 , 0x0FF1E720D69F43E1BC9D42D82992EF6B , 0xD238E4CF6705454EB61F12D1D583EBD5 , 0x2DED46B65E8B4950A474CA80B22AD30D , 0x9D8FE6B801EA42E597FDC03E36D9C506 , 0x49B1DFA152554F5B934E0C61CE4DEFE0 , 0x606D34E1F75F4EF6B3FBCEA4E232B8A7 , 0xA1BEBD5AF470495FAD5946D0965AB145 , 0x78E0B4108AB943D5841197D2DE96A1C4 , 0x014F7384DB66408F89AA3E936E853CC5 , 0x068F0F07571949618C99C2AB142DD526 , 0xC108E759537F413694440F54CEB57949 , 0x9CEF8EA62D064CB68E51C8C3642D0EDA , 0x804A4BB458414A6897F18F27A400364F , 0x61F73542B8634A8486D6D4B07F169BCC , 0x66E6574738C341E2A84EA91F5C2624CF , 0x9EE0597B6A59479BA1E82A7A345E034C , 0xB82D3041C7614A058DE48366EB61C491 , 0x9BB29350C96F4CCBBCAB151811F576C6 , 0xB3FAA8EC780643AF9B4F76A1530DA2DE , 0xD9B2DC17A0D349CCBEFEAC7758F014C6 , 0xB96A7671A2534A968FAC1749F4CE8F21 , 0x70B14D15C914428EAEA65264CEBA1B4D , 0x41138E3BE7494BD1A59126C1C75E76EE , 0x372E134D85FA4E3CA443E027A436BE6B , 0x5D2408361D2A45668FA604868A26C3CE , 0x7815226A72EB444588063124E66FE906 , 0x2FBC504304064036AF6811F32645711C , 0x5D2F77D41DCD477699E32AF67EE48467 , 0x68E2E4D658A04D05A658349D48E6235C , 0x6EA1962DC1C746BEB67CE12A461A64D6 , 0x3599DB9EA6EF40E6BAB23D0CE97E8BDF , 0x79655FCE03834C79B9792899EB30DBA9 , 0x47ECEBC74A604B3FAAAEF6E18EA902CE , 0x864A088E3D854FD49ECAA49481216811 , 0x532D7ACEF6524834A44CFAD9757A5295 , 0x5A12896EDC4F4348A2D6E00E655DBD39 , 0x801534B7005F4E85A3D2451079EAE77D , 0x6C83DD4B43FF4CF290A56FE1801DDC47 , 0x53B20A74867F4954A13CB4331E0A46E4 , 0xB467E28F3C70481A8B2E9C3B1F5D1AF6 , 0xA34A784261FB493196224FA84F22CAE5 , 0xCCACC5EB89AE4E669DC65DA141F77E29 , 0x7C153159D9534C04B0077123ED7D0CF5 , 0x276801A54EC6465F8EAF79844BA82FE6 , 0x6140D6C2200148ABB7C93FADE62ABCF5 , 0x9BFC4E00273A416CAFEA674F2E38CB93 , 0xBA1BAE2A262A429EB14035ABF23E3043 , 0xD30B4F0231FC469FA8F2E49021D5C43F , 0x37BB79301B2D466385008D5B79033AF5 , 0x9FC9301EE73E4E6F99574764CBF5445C , 0xD8D65E7280AB4BB09266D7BDC0D8AD60 , 0x3DA0D08EF3674E41881DAAFFCEDA4120 , 0x07D081C6C1064008939838A51A05B3A0 , 0x7A2F49DE392D40F78EC955405AF13A7E , 0x679DAF3D44A14BA7AE6B05AECE39B71B , 0xEB57876FB07D44B8913887221C31B429 , 0xC84FCD6A32274CA489900A7B23DBF735 , 0x85AD71FB036C45449DEF8E90A9CE7D17 , 0x3A6874A2CA8C493A932A7CFBCE5B6F16 , 0x68DE096B0DEF4E588A861858D7CCF478 , 0x056F2B4A18734B51AA5CBAC988C32D68 , 0xBCA5DE7ADB4A4AF4A617FD915683A208 , 0x8C98CE41CD2545539D9BF136866D8B84 , 0x26FDA724C517458D9D9C15C346A490E3 , 0x2ED4095813024078B4962B9F670976DC , 0x9295C4900C1346C491CC126D7800F31F , 0x5991995C41A341818105D7AD36872A57 , 0xDD0D94C2F336499DA33A3E66B36EAE70 , 0x917418843C57435EBE7006D0859B3F3D , 0x8313BB31D269446AAF7093CAAD1DDA1C , 0x898220BE1E374B2C9F9B390757FAB077 , 0xB7D57E41DB8349B680C019ECAB3ECDC3 , 0x4FF2304845CA4CFDAB061877469D5349 , 0x24F50124B7F94873AED973D2E8279628 , 0x4CA76A739A2548A087D104E75406BC22 , 0x450495F330A5403299AE545C5F0B2287 , 0x8B9119D40CD647AD8552925BE1D70B25 , 0x9A666AE702C44924B22EB08093ED03EF , 0x4A82B75297E249AF835A7C9B6327F8C0 , 0x5F9B79F3F60947D3A8B8CAE1B2EF0350 , 0x4C7C2F42876D4F9489D9A4B0475DA0CC , 0xAD6FEF20A05942598A9A1339EF9986AB , 0xF0C6AAD6B16B41C2BFA4C317B76DC4A5 , 0xEF907FD3B877460DBBB2658CF7FDB276 , 0xA94619849A3545BBBCEDC55FE9117E0E , 0xC683BB49AEAB45D7A812678CB432E3B5 , 0x265DAE9669F044119F60291E783EC307 , 0x42F2E46F15F1412D81C4A1F0FABF9574 , 0x25C6949F0AE141479143661642882B3B , 0xE5833CAEE2424AE0B9E749FDCD68D772 , 0xF9CA844BF5F745A493E1C5895A64F101 , 0x103467A9CAE84DF3B212CEE1E6BB0D2D , 0x54C9AC96969E4DB5AC0AD8B1D08C4145 , 0x910177771E454398A871025E6D5D8A1C , 0xC88FEDED5D8B482E9A0B0C5B931967EB , 0xF78861113634444B8570CE48825052F0 , 0xF8913FF5FCB745079560BAE0F847D294 , 0xFE9F6F62F3A64491B84E5D09C7BFBA4C , 0xBEAEF5B7B5E4438698CB3CBDC8D4ABB6 , 0x24583058F96741679AB5268B478F92B3 , 0x7424EDEFDE124C299D55E48CB7B944C8 , 0x82684099DD6F49B49E889B6664FA210B , 0x65F5796081914732BBF71E5C92D3D5E6 , 0x119611C045894778978EA747D6024910 , 0xED76A3D76D5B40768D1558A9291F7093 , 0xBD1AF5F41CDC490D982253DC0CBBAACE , 0x058176951F00484EAEC8B4250FA889AE , 0x8EED6B29670B4BB5B4C5237B6EA4987F , 0x74A80CF179B14312B5EF235F6FE9C789 , 0xF16EB61D445844D69951A30E9BAA88D3 , 0x3D9BC37233EF4ACCA274E8C7D34C1440 , 0x9D31AA53C5B346C0AC563003547D704B , 0xA9315F49813548E9BEB8E9958F71A82A , 0xFC19FFD651714D7DBA3BCE939431C42B , 0xB5B52197B3234712938CEC47012E98F8 , 0x640D2D9BBFBC45D5A4889B8A789B10BA , 0xFF61AD2F52B045E0B8E246B66950898A , 0x4464101D483A4172943A8EC0A99CC0D5 , 0x07B7F25516774D86BB85F336ED2A7EB1 , 0xE3082EB0C9FB470BBFF40D4111E270E9 , 0x44FD29B89C874BB09CB67738A9709250 , 0x2FE2887286C14C9D9C90704A2C894307 , 0x67AA26A056B1436092F74AFF6ED8EA7E )) GROUP BY `product` . `id` ;
Copy
88
37.81 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x02\t Õw³QL\x1C Øt6º×ó\x1E = "
b";ÎjýÒæF\x05 ¸#=\x08 ƒ\¹I "
b"÷ˆ\x14\x00 ýAò£dìo\x18 ‡]{ "
b"xØvOÉöG·¿ËN´\e 1Ûÿ "
b"•X\e `iæC>²4[+g0\x18 C "
b"î ¤-f¬C\x14 ¦|¨ÂZ\x10 æ( "
b"ø\r q\t <\v CðºjÂçÅırN "
b"‹óÔårbJT¿\x03 "Vàbl\x08 "
b"?)5·&|O°¸\x0E PÇt\\x13 E "
b"nä\x1E á¿JMI²Úh„9&Pœ "
b"""
┬^8Ø\x06 IB ÄçV©\n
P"@
"""
b"\x0E Ž\x19 ùð\f C—¼ÚDîÊRX¡ "
b"¬Ûç%ã\x02 D\x02 †,t\f\x19 —œ° "
b"_¹\x12 ›]>E\x1D †.µHÅ6ÝÙ "
b"\x0F ‘\x15 ŽF?Hî¢$\x08 K\t 3¬æ "
b"\x1A 9™y'ÅF¶™àÚævVYq "
b"g└KRı\x17 C+òä─ì\x05 VÌ "
b"ðpúm@«@/ž“ÏG\x04 ð¯ø "
b"ñ|\x14 >€0@\x1F »,³Ã\e }+\x1A "
b"Ü‗\x1C L\x02 XIùüpÑ »+N1 "
b"ئÚ┬]fI┼®vVî{B_Ì "
b"""
\n
ó·àWuK¯Ÿ5‹`œ‚܆
"""
b"ް»Ã6zKòˆU—ò$fˆE "
b"""
êö\x17 \n
\x14\x7F Kã«j€Þ\x18 ÉB¡
"""
b"X€²˜½\x1E @¦‘&‹„öc¹\t "
b"²kšB›·\x04 ªIË‘`P "
b"¥#\x1C þÐpFl®ƒ5”½Úƒ‚ "
b"ða0*âvB\x17 ²\x19 äÒ\x08\x17 °\x0F "
b"\x7F öø?x-D·¨p!\x11 jcjž "
b"ú_0O÷µ@züg▄\f zÔ│└ "
b"\f ì\x01 !l¬D2äÙ┘#▓Ô&! "
b"ꥲú1╠N╝│É ,\x12 fl; "
b"†ÂµžIwL\x01 ¸Í\x11 +Š£\x19 ‰ "
b"Ì"áÄñœL)·.‰î\x13 ª,¿ "
b"×™Àh]ÛIÒºfv¹bP]\x04 "
b"*+\x04 ÓDÖF\x0F ••²¼§dˆ\x12 "
b"šä\t nîH@Ô¸‘ 3ÊÎH„ "
b"É{ª!XøG\x10 å³õûCƒ‗¼ "
b"7Ëm\x03 ˜$C†»‡š¦JÖÎ\t "
b"@Ðýd!ïI䢧ÿ&þ8ý; "
b"üƒd©ÝY@\x0E ª╔\rùØZñ "
b"®Ø–“\x1F (E1»ïœ\f »ö‘\v "
b"S\x1F {╚kìJ┘ò\n ÏÍú\x00 9û "
b"déÔôYÙJ\x1D ¬\t G\x1C Á\x05 çD "
b"""
ä‰\n
¸·ØF©—Žö¾\x1A\x03 Ù³
"""
b"ÃRý(\x05 %Hô³ÇýóVÂ\x00\v "
b"""
\n
ö¯þÆ\H…´\x07 g‡\x10 ˆb?
"""
b"c/vTN©Jë¯\x03 ;FOÑò\x1C "
b"7ŸQ7éTC\x1C ¦ðÄñù©¢\x07 "
b"""
—¦(\vSG\x16 ‡¼8xY\n
Š-
"""
b"Öz\x02 L[ÁM)޹³\x7F Wðó„ "
b"LZ>3eN´ºKP÷Et܆ "
b"䨵Þ0xCÖœ0=\x12 %$l× "
b"=0eRŸÃAÈ¢•\x1F œ\x1E C{" "
b"b«IÉ«║A\x1E Æbþez-\x1A\f "
b"$\x1C ^\x0E ¥BŒ„\x08\x12 žFüЛ "
b"EAÚ[Ê\x1D J\x12 ªžuƒ£!¿; "
b"˜bV`ñøDOƒOîS\x13 Œ|\x03 "
b"m&<\x1F ÏGBjžÀ\t «–dÌ\x1F "
b"ÈIhRNØC;´éR‚|„U1 "
b"®\x0F ╬i3┘JjóÙ,│JíÅî "
b"_w° ,0Hó›ˆ~¹\x19 &\t è "
b":m╔╠ÉPHÞÜ´\x10 °D\t ð- "
b"Å7;Í$╦KÄ│4BÈ?®`ð "
b"sN[3¯Mˆ¼\x15 œpÁÿ©! "
b"Z"¦ük¿@q–¶…ó\x13 A\x1A\x12 "
b"¼ÙÖË·¬K7Å\x1A\x02 ÈÞÖð┐ "
b"ûà÷Öw¶CÉ“%R¸¥$æ "
b"nç×aÆÇGó®ì;╚è\x03 AÝ "
b"¢\x12 ¥J}D@š‘7§*kþ¹© "
b""╩$=\x00 ÅA;Ü\v èb\x06 í\x10 Ð "
b"é!Ïj€ž@¸²×ô„\x12 K:é "
b"\ÄÓùLxH#š¥Ã[ {LÛ "
b"""
»\x11 ~\x07 ~÷C\x13 ¹w‘Q\n
`oã
"""
b")\x19 ±A\x0E çDöøÅ┤╔p\x15\t N "
b"M¾!Ä\f ³JǵWá\x14 ñÔ8Z "
b"s╣51¡¼Hbìtk®ÍoJA "
b"\x13 yM\x1D 5kCÿØ\x19 ├▒» µ├ "
b"""
‹L–\n
ltL{ž½iš1•Ly
"""
b"Þ│Îs░aM\e ÂìúK0ãW# "
b"ü*Ø┬ÛqH¸åB¡6àe\x07 p "
b"<¿Ï½EDL{…ž»R\x18\x16 vU "
b"\x02 Ë\e\x1E ²O@¿ì─ímÂ/ìS "
b"╗3\x1F '¥áJ├ü\x1C yö+\x0F $▀ "
b";â¬{^àIË•\x04 Ä\x1F ѱüÎ "
b"_î?}±ÃI:¯\x05 æ5AA\x7F Î "
b"\x18 3óÄˬJäô>\v ïì\x0E U═ "
b"}ö”\x00 ˆ+Aׇ‡â”w‰˜A "
b"¤-…¥\t ÄI\x16 £^\x14 0ôÜ2) "
b"Ñ÷?¥L\x05 MëŠ8«~å\x04 é8 "
b"\x14 ‰ûAˆ\x07 CÑš`öy\x03 ã\x17 Ô "
b"ÆöZu+£OÀ°éoáL«7g "
b"\x11 @Ï”G;Lnµ±3÷Q\x11 ZÏ "
b"""
Faoè×\n
A”–sƒZ1Êß…
"""
b"\x16 Tý\x1C þŠH\x17 “}\x0F ~)D€ "
b"D¡b·4sGØš€Ó\x18 ðƒ#> "
b"┬Ûñ▓ìëGEÁë±\x02 +åéi "
b"\x19 û)'<NF\x08 Š5Tn\x07 ÏÕ~ "
b"#ËÙ0o†JhžLœã—;zà "
b"""
\x07 }ôJ¿-GH¢¦\n
ꨑj{
"""
b"dâÒñŒ®E%¢Æ/€¡F$s "
b"Òžãæt\x1E G\x17 ¨5Àß×F\x12 Ñ "
b"ÜCÈö\e ¤G¹£OTIžáþ“ "
b"""
ÍÌÑq \x07 DË‹g\n
ÍîO\v i
"""
b"D\x01 $š°rGûŒFLußgæ/ "
b"P`\x1C x\t 6C¡¾*ì\x17 :çyS "
b"\x0F ±þ ̓Cß╝ØBÏ)Æ´k "
b"Ò8äÏg\x05 EN¶\x1F\x12 ÑÕƒëÕ "
b"-íF¶^‹IP¤tÊ€²*Ó\r "
b"ØÅµ©\x01 ÛBÕù²└>6┘┼\x06 "
b"I±ß¡RUO[“N\f aÎMïà "
b"`m4á÷_Nö³ûΤâ2¸§ "
b"¡¾½ZôpI_YFЖZ±E "
b"xà´\x10 йCÕ„\x11 —ÒÞ–¡Ä "
b"\x01 Osä█f@Åë¬>ônà<┼ "
b"\x06 Å\x0F\x07 W\x19 IaîÖ┬½\x14 -ı& "
b"Á\x08 çYS\x7F A6”D\x0F TεyI "
b"œïަ-\x06 L¶ŽQÈÃd-\x0E Ú "
b"ÇJK┤XAJhù±Å'ñ\x00 6O "
b"a÷5B¸cJ„†ÖÔ°\x7F\x16 ›Ì "
b"fæWG8ÃAâ¨N©\x1F \&$Ï "
b"žàY{jYG›¡è*z4^\x03 L "
b"©-0AÃaJ\x05 ìõâfÙa─æ "
b"›²“PÉoL˼«\x15\x18\x11 õvÆ "
b"³ú¨ìx\x06 C¯›Ov¡S\r ¢Þ "
b"Ù²Ü\x17 ÓI̾þ¬wXð\x14 Æ "
b"╣jvqóSJûż\x17 I¶╬Å! "
b"p±M\x15 É\x14 BŽ®¦Rdκ\e M "
b"A\x13 Ž;çIKÑ¥‘&ÁÇ^vî "
b"7.\x13 M…úN<¤Cà'¤6¾k "
b"]$\x08 6\x1D *EfŪ\x04 åè&├╬ "
b"x\x15 "jrëDEˆ\x06 1$æoé\x06 "
b"/¼PC\x04\x06 @6¯h\x11 ó&Eq\x1C "
b"]/wÔ\x1D ÍGv™ã*ö~ä„g "
b"hÔõÍXáM\x05 ªX4ØHµ#\ "
b"n¡–-ÁÇF¾¶|á*F\x1A dÖ "
b"5™Ûž¦ï@溲=\f é~‹ß "
b"ye_Î\x03 ƒLy¹y(™ë0Û© "
b"GìëÇJ`K?ª®öᎩ\x02 Î "
b"åJ\x08 Ä=àOÈ×╩ñöü!h\x11 "
b"S-zÎöRH4¤LúÙuzR• "
b"Z\x12 ‰nÜOCH¢Öà\x0E e]½9 "
b"€\x15 4·\x00 _N…£ÒE\x10 yêç} "
b"lâ¦KC L‗ÉÑoßÇ\x1D ▄G "
b"""
S²\n
t†\x7F IT¡<´3\x1E \n
Fä
"""
b"┤gÔÅ<pH\x1A ï.£;\x1F ]\x1A ÷ "
b"£JxBaûI1–"O¨O"Êå "
b"╠¼┼Ùë«NfØã]íA¸~) "
b"|\x15 1YÙSL\x04 °\x07 q#í}\f õ "
b"'h\x01 ¥NÆF_ޝy„K¨/æ "
b"a@ÖÂ \x01 H«·É?æ*¼õ "
b"›üN\x00 ':Al¯êgO.8Ë“ "
b"º\e ®*&*Bž±@5«ò>0C "
b"Ë\v O\x02 1³Fƒ¿‗õÉ!ı─? "
b"7╗y0\e -Fcà\x00 ì[y\x03 :§ "
b"ŸÉ0\x1E ç>No™WGdËõD\ "
b"= ÐŽógNAˆ\x1D ªÿÎÚA "
b"\x07 ðüã┴\x06 @\x08 ôÿ8Ñ\x1A\x05 │á "
b"z/IÞ9-@÷ŽÉU@Zñ:~ "
b"gØ»=DíKº«k\x05 «╬9À\e "
b"ëW‡o°}D¸‘8‡"\x1C 1´) "
b"""
╚O═j2'LñëÉ\n
{#█¸5
"""
b"à¡q¹\x03 lEDØ´ÄÉ®╬}\x17 "
b":ht¢ÊŒI:“*|ûÎ[o\x16 "
b"hÞ\t k\r ïNXІ\x18 X×Ìôx "
b"\x05 o+J\x18 sKQª\ºÉˆÃ-h "
b"¼¥ÞzÛJJô¦\x17 ý‘Vƒ¢\x08 "
b"îÿ╬A═%ESØø±6åmïä "
b"&²º$┼\x17 EìØ£\x15 ├FñÉÒ "
b".Ô\t X\x13\x02 @x´–+Ÿg\t vÜ "
b"Æò─É\f\x13 F─æ╠\x12 mx\x00 ¾\x1F "
b"YæÖ\AúAüü\x05 Ρ6ç*W "
b"¦\r ö┬¾6IØú:>f│n«p "
b"‘t\x18 „<WC^¾p\x06 Ð…›?= "
b"ƒ\x13 »1ÒiDj¯p“Ê\x1D Ú\x1C "
b"‰‚ ¾\x1E 7K,Ÿ›9\x07 Wú°w "
b"·Õ~AÛƒI¶€À\x19 ì«>Íà "
b"O‗0HE╩L²½\x06\x18 wFØSI "
b"$õ\x01 $·ùHs®ÙsÒè'–( "
b"L§jsš%H ‡Ñ\x04 çT\x06 ¼" "
b"‹‘\x19 Ô\f ÖG…R’[á×\v % "
b"šfjç\x02 ÄI$².°€“í\x03 ï "
b"J‚·R—âI¯ƒZ|›c'øÀ "
b"_›yóö\t GÓ¨¸Êá²ï\x03 P "
b"L|/B‡mO”‰Ù¤°G] Ì "
b"oï YBYŠš\x13 9« "
b"ðƪֱkA¿¤Ã\x17 ·mÄ¥ "
b"´É\x7F Ë©wF\r ╗▓e▓v "
b"©F\x19 „š5E»¼íÅ_é\x11 ~\x0E "
b"B‗õo\x15 ±A-ü─í·┐òt "
b"""
%Æ”Ÿ\n
áAG‘Cf\x16 Bˆ+;
"""
b"ùÊ„Kõ÷E¤“áʼnZdñ\x01 "
b"\x10 4g©ÊèMó²\x12 Îáæ»\r - "
b"÷ˆa\x11 64DK…pÎH‚PRð "
b"ø‘?õü·E\x07 •`ºàøGÒ” "
b"þŸobó¦D‘¸N]\t Ç¿ºL "
b"¾®õ·µäC†˜Ë<½ÈÔ«¶ "
b"$X0X¨gAgÜÁ&ïGÅÆ│ "
b"t$Ý´Ì\x12 L)ØUõîÀ╣D╚ "
b"‚h@™ÝoI´žˆ›fdú!\v "
b"e§y`üæG2╗¸\x1E \ÆËıµ "
b"\x11 –\x11 ÀE‰Gx—ާGÖ\x02 I\x10 "
b"ÝvúÎm[@vì\x15 X®)\x1F pô "
b"½\x1A õô\x1C ÜI\r ˜"SÜ\f »ªÎ "
b"\x05 üvò\x1F\x00 HN«╚┤%\x0F ¿ë« "
b"Žík)g\v Kµ´Å#{n¤˜\x7F "
b"t¨\f ñy±C\x12 µï#_oélj "
b"ñn¶\x1D DXDÖ™Q£\x0E ›ªˆÓ "
b"=›Ãr3ïJÌ¢tèÇÓL\x14 @ "
b"Ø1¬S┼│F└¼V0\x03 T}pK "
b"®1_Iü5HÚ¥©ÚòÅq¿* "
b"ü\x19 ÿÖQqM}º;Γ”1Ä+ "
b"µµ!—³#G\x12 “ŒìG\x01 .˜ø "
b"d\r -›¿¼EÕ¤ˆ›Šx›\x10 º "
b"ÿa/R°Eà¸âF¶iP‰Š "
b"Dd\x10\x1D H:Ar”:ŽÀ©œÀÕ "
b"\x07 ·òU\x16 wM†»…ó6í*~± "
b"Dý)¸œ‡K°œ¶w8©p’P "
b"/Ôêrå┴LØ£ÉpJ,ëC\x07 "
b"gª& V±C`’÷JÿnØê~ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.categories.mapping` . `category_id`
) SEPARATOR '||'
)
FROM
`product_category` `product.categories.mapping`
WHERE
`product.categories.mapping` . `product_id` = `product` . `categories`
AND `product.categories.mapping` . product_version_id = `product` . version_id
) as `product.categories.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x0209E577FC514C1C9D7436A79EA21E3D , 0x3BCE6AFDD2E64605B8233D08835CB949 , 0xF7C2881400FD41F2A364EC6F18875D7B , 0x789D764F909447FAA8D34EEF1B31EA98 , 0x95581B6069E6433EB2345B2B67301843 , 0xEE20A42D66AC4314A67CA8C25A10E628 , 0x9B0D71093C0B43D0A76AB6878FD5724E , 0x8BF3D4E572624A54BF032256E0626C08 , 0x3F2935B7267C4FB0B80E50C7745C1345 , 0x6EE41EE1BF4A4D49B2DA68843926509C , 0xC25E389D064942208E8756B80A502240 , 0x0E8E19F9F00C4397BCDA44EECA5258A1 , 0xACDBE725E3024402862C740C19979CB0 , 0x5FB9129B5D3E451D862EB548C536DDD9 , 0x0F91158E463F48EEA224084B0933ACE6 , 0x1A39997927C546B699E0DAE676565971 , 0x67C04B52D517432B9584C48D05FF56DE , 0xF070FA6D40AB402F9E93CF4704F0AFF8 , 0xF17C143E8030401FBB2CB3C31B7D2B1A , 0x9AF21C4C025849978170A5FFAF2B4E31 , 0x9DDDE9C25D6649C5A976568C7B425FDE , 0x0AF3B7E057754BAF9F358B609C82DC86 , 0x8EB0BBC3367A4BF2885597F224668845 , 0xEAF6170A147F4BE3AB6A80DE18C942A1 , 0x5880B298BD1E40A691268B84F663B909 , 0xB26BEF89A19A429BB704AA49CB916050 , 0xA5231CFED070466CAE833594BDDA8382 , 0xF061302AE2764217B219E4D20817B00F , 0x7FF6F83F782D44B7A87021116A636A9E , 0xA35F304FF6E6407A8167DC0C7AE2B3C0 , 0x0C8D01216CAA443284EBD923B2E22621 , 0x88BEFDA331CC4EBCB390202C12666C3B , 0x86C2B59E49774C01B8CD112B8AA31989 , 0xCC22E1C4F19C4C29B72E89EE13AA2CBF , 0xD799C0685DDB49D2BA6676B962505D04 , 0x2A2B04D344D6460F9595B2BCA7648812 , 0x9AE4096EEE4840D4B891A033CACE4884 , 0x907BA621589B471086FCE496439FF2AC , 0x37CB6D0398244386BB879AA64AD6CE09 , 0x40D0FD6421EF49E4A2A7FF26FE38FD3B , 0x819F64B8ED59400EA6C95C72979D5AA4 , 0xAED896931F284531BBEF9C0CBBF6910B , 0x531F7BC86B8D4AD9950AD8D6A3003996 , 0x64E9D4F459D94A1DAC09471CC105E744 , 0xE4890AB8B7D846A9978EF6BE1A03D9B3 , 0xC352FD28052548F4B3C7FDF356C2000B , 0x0AF6AFFEC65C4885B40767871088623F , 0x632F76544EA94AEBAF033B464FD1F21C , 0x379F5137E954431CA6F0C4F1F9A9A207 , 0x97A6285C7653471687BC3878590A8A2D , 0xD67A024C5BC14D298EB9B37F57F0F384 , 0xAD4C5A3E33654EB4BA4B50F74574DC86 , 0xE4D8B5DE307843D69C303D1225246CD7 , 0x3D3065529FC341C8A2951F9C1E437B22 , 0x62AE4990AEBA411E9262E7657A2D1A0C , 0x241C5E0EA5AD428C8408129E46FCD09B , 0x4541DA5BCA1D4A12AA9E7583A321BF3B , 0x98625660F1F8444F834FEE53138C7C03 , 0x6D263C1FCF47426A9EC009AB9664CC1F , 0xC84968524ED8433BB4E952827C845531 , 0xA90FCE6933D94A6AA2EB2CB34AA18F8C , 0x5F77B0A02C3048F39B887EB9192609E8 , 0x3A6DC9CC905048E89AEF10F84409D02D , 0x8F373BD624CB4B8EB33442D43FA960D0 , 0x734E5B33C2AF4D88BC159C70C1FFA921 , 0x5A22A6FC6BBF407196B685F313411A12 , 0xACEB99D3FAAA4B378F1A02D4E899D0BF , 0xFBE0F7D677B643C9AD932552B8A524E6 , 0x6E879E61928047A2A98D3BC88A0341ED , 0xA212A54A7D44409A9137A72A6BFEB9A9 , 0x22CA243D008F413B9A0B8A6206A110D1 , 0xE921CF6A809E40B8B2D7F484124B3AE9 , 0x5CC4D3F94C7848239AA5C35B207B4CDB , 0xBB117E077EF74313B97791510A606FE3 , 0x2919F1410E8744949B8FB4C97015094E , 0x4DBE21C40CB34AC7B557E114F1D4385A , 0x73B93531ADAC48628D746BA9D66F4A41 , 0x13794D1D356B43989D19C3B1AF20E6C3 , 0x8B4C960A6C744C7B9EBD699A31954C79 , 0xE8B3D773B0614D1BB68DA34B30C65723 , 0x812A9DC2EA7148F78642AD3685650770 , 0x3CBFCFBD45444C7B859EBB5218167655 , 0x02D31B1EFD4F40A88DC4A16DB62F8D53 , 0xBB331F27BEA04AC3811C79942B0F24DF , 0x3BE2AC7B5EE049CB9504C41FD1B1FCCE , 0x5FEE3F7DB1C3493AAF05E63541417FCE , 0x1833A28ED3AA4A84933E0B8B8D0E55CD , 0x7DF69400882B41D78787E29477899841 , 0xA42D85A509C44916A35E1430F4DC3229 , 0xD1F73FA54C054DEB8A38AB7EE504E938 , 0x1489FB41880743D19A60F67903E317D4 , 0xC6F65A752BA34FC0B0E96FE14CAB3767 , 0x1140CF94473B4C6EB5B133F751115ACF , 0x46616FE8D70A41949673835A31CADF85 , 0x1654FD1CFE8A4817937DAD0F7E294480 , 0x44A162B7347347D89A80D318F083233E , 0xC2EAA4B28D894745B589F1022B868269 , 0x19FB29273C4E46088A35546E07CFD57E , 0x23CBD9306F864A689E4C9CE3973B7AE0 , 0x077DF44ABF2D4748A2A60AEAA8916A7B , 0x64E2D2F18CAE4525A2C62F80A1462473 , 0xD29EE3E6741E4717A835C0DFD74612D1 , 0xDC43C8F61BA447B9A34F54499EE1FE93 , 0xCDCCD171A00744CB8B670ACDEE4F0B69 , 0x4401249AB07247FB8C464C75DF67E62F , 0x50601C78093643A1BE2AEC173AE77953 , 0x0FF1E720D69F43E1BC9D42D82992EF6B , 0xD238E4CF6705454EB61F12D1D583EBD5 , 0x2DED46B65E8B4950A474CA80B22AD30D , 0x9D8FE6B801EA42E597FDC03E36D9C506 , 0x49B1DFA152554F5B934E0C61CE4DEFE0 , 0x606D34E1F75F4EF6B3FBCEA4E232B8A7 , 0xA1BEBD5AF470495FAD5946D0965AB145 , 0x78E0B4108AB943D5841197D2DE96A1C4 , 0x014F7384DB66408F89AA3E936E853CC5 , 0x068F0F07571949618C99C2AB142DD526 , 0xC108E759537F413694440F54CEB57949 , 0x9CEF8EA62D064CB68E51C8C3642D0EDA , 0x804A4BB458414A6897F18F27A400364F , 0x61F73542B8634A8486D6D4B07F169BCC , 0x66E6574738C341E2A84EA91F5C2624CF , 0x9EE0597B6A59479BA1E82A7A345E034C , 0xB82D3041C7614A058DE48366EB61C491 , 0x9BB29350C96F4CCBBCAB151811F576C6 , 0xB3FAA8EC780643AF9B4F76A1530DA2DE , 0xD9B2DC17A0D349CCBEFEAC7758F014C6 , 0xB96A7671A2534A968FAC1749F4CE8F21 , 0x70B14D15C914428EAEA65264CEBA1B4D , 0x41138E3BE7494BD1A59126C1C75E76EE , 0x372E134D85FA4E3CA443E027A436BE6B , 0x5D2408361D2A45668FA604868A26C3CE , 0x7815226A72EB444588063124E66FE906 , 0x2FBC504304064036AF6811F32645711C , 0x5D2F77D41DCD477699E32AF67EE48467 , 0x68E2E4D658A04D05A658349D48E6235C , 0x6EA1962DC1C746BEB67CE12A461A64D6 , 0x3599DB9EA6EF40E6BAB23D0CE97E8BDF , 0x79655FCE03834C79B9792899EB30DBA9 , 0x47ECEBC74A604B3FAAAEF6E18EA902CE , 0x864A088E3D854FD49ECAA49481216811 , 0x532D7ACEF6524834A44CFAD9757A5295 , 0x5A12896EDC4F4348A2D6E00E655DBD39 , 0x801534B7005F4E85A3D2451079EAE77D , 0x6C83DD4B43FF4CF290A56FE1801DDC47 , 0x53B20A74867F4954A13CB4331E0A46E4 , 0xB467E28F3C70481A8B2E9C3B1F5D1AF6 , 0xA34A784261FB493196224FA84F22CAE5 , 0xCCACC5EB89AE4E669DC65DA141F77E29 , 0x7C153159D9534C04B0077123ED7D0CF5 , 0x276801A54EC6465F8EAF79844BA82FE6 , 0x6140D6C2200148ABB7C93FADE62ABCF5 , 0x9BFC4E00273A416CAFEA674F2E38CB93 , 0xBA1BAE2A262A429EB14035ABF23E3043 , 0xD30B4F0231FC469FA8F2E49021D5C43F , 0x37BB79301B2D466385008D5B79033AF5 , 0x9FC9301EE73E4E6F99574764CBF5445C , 0x3DA0D08EF3674E41881DAAFFCEDA4120 , 0x07D081C6C1064008939838A51A05B3A0 , 0x7A2F49DE392D40F78EC955405AF13A7E , 0x679DAF3D44A14BA7AE6B05AECE39B71B , 0xEB57876FB07D44B8913887221C31B429 , 0xC84FCD6A32274CA489900A7B23DBF735 , 0x85AD71FB036C45449DEF8E90A9CE7D17 , 0x3A6874A2CA8C493A932A7CFBCE5B6F16 , 0x68DE096B0DEF4E588A861858D7CCF478 , 0x056F2B4A18734B51AA5CBAC988C32D68 , 0xBCA5DE7ADB4A4AF4A617FD915683A208 , 0x8C98CE41CD2545539D9BF136866D8B84 , 0x26FDA724C517458D9D9C15C346A490E3 , 0x2ED4095813024078B4962B9F670976DC , 0x9295C4900C1346C491CC126D7800F31F , 0x5991995C41A341818105D7AD36872A57 , 0xDD0D94C2F336499DA33A3E66B36EAE70 , 0x917418843C57435EBE7006D0859B3F3D , 0x8313BB31D269446AAF7093CAAD1DDA1C , 0x898220BE1E374B2C9F9B390757FAB077 , 0xB7D57E41DB8349B680C019ECAB3ECDC3 , 0x4FF2304845CA4CFDAB061877469D5349 , 0x24F50124B7F94873AED973D2E8279628 , 0x4CA76A739A2548A087D104E75406BC22 , 0x8B9119D40CD647AD8552925BE1D70B25 , 0x9A666AE702C44924B22EB08093ED03EF , 0x4A82B75297E249AF835A7C9B6327F8C0 , 0x5F9B79F3F60947D3A8B8CAE1B2EF0350 , 0x4C7C2F42876D4F9489D9A4B0475DA0CC , 0xAD6FEF20A05942598A9A1339EF9986AB , 0xF0C6AAD6B16B41C2BFA4C317B76DC4A5 , 0xEF907FD3B877460DBBB2658CF7FDB276 , 0xA94619849A3545BBBCEDC55FE9117E0E , 0x42F2E46F15F1412D81C4A1F0FABF9574 , 0x25C6949F0AE141479143661642882B3B , 0xF9CA844BF5F745A493E1C5895A64F101 , 0x103467A9CAE84DF3B212CEE1E6BB0D2D , 0xF78861113634444B8570CE48825052F0 , 0xF8913FF5FCB745079560BAE0F847D294 , 0xFE9F6F62F3A64491B84E5D09C7BFBA4C , 0xBEAEF5B7B5E4438698CB3CBDC8D4ABB6 , 0x24583058F96741679AB5268B478F92B3 , 0x7424EDEFDE124C299D55E48CB7B944C8 , 0x82684099DD6F49B49E889B6664FA210B , 0x65F5796081914732BBF71E5C92D3D5E6 , 0x119611C045894778978EA747D6024910 , 0xED76A3D76D5B40768D1558A9291F7093 , 0xBD1AF5F41CDC490D982253DC0CBBAACE , 0x058176951F00484EAEC8B4250FA889AE , 0x8EED6B29670B4BB5B4C5237B6EA4987F , 0x74A80CF179B14312B5EF235F6FE9C789 , 0xF16EB61D445844D69951A30E9BAA88D3 , 0x3D9BC37233EF4ACCA274E8C7D34C1440 , 0x9D31AA53C5B346C0AC563003547D704B , 0xA9315F49813548E9BEB8E9958F71A82A , 0xFC19FFD651714D7DBA3BCE939431C42B , 0xB5B52197B3234712938CEC47012E98F8 , 0x640D2D9BBFBC45D5A4889B8A789B10BA , 0xFF61AD2F52B045E0B8E246B66950898A , 0x4464101D483A4172943A8EC0A99CC0D5 , 0x07B7F25516774D86BB85F336ED2A7EB1 , 0x44FD29B89C874BB09CB67738A9709250 , 0x2FE2887286C14C9D9C90704A2C894307 , 0x67AA26A056B1436092F74AFF6ED8EA7E ));
Copy
89
1.13 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Osä█f@Åë¬>ônà<┼ "
b"\x02\t Õw³QL\x1C Øt6º×ó\x1E = "
b"\x02 Ë\e\x1E ²O@¿ì─ímÂ/ìS "
b"\x05 o+J\x18 sKQª\ºÉˆÃ-h "
b"\x05 üvò\x1F\x00 HN«╚┤%\x0F ¿ë« "
b"\x06 Å\x0F\x07 W\x19 IaîÖ┬½\x14 -ı& "
b"""
\x07 }ôJ¿-GH¢¦\n
ꨑj{
"""
b"\x07 ·òU\x16 wM†»…ó6í*~± "
b"\x07 ðüã┴\x06 @\x08 ôÿ8Ñ\x1A\x05 │á "
b"""
\n
ó·àWuK¯Ÿ5‹`œ‚܆
"""
b"""
\n
ö¯þÆ\H…´\x07 g‡\x10 ˆb?
"""
b"\f ì\x01 !l¬D2äÙ┘#▓Ô&! "
b"\x0E Ž\x19 ùð\f C—¼ÚDîÊRX¡ "
b"\x0F ‘\x15 ŽF?Hî¢$\x08 K\t 3¬æ "
b"\x0F ±þ ̓Cß╝ØBÏ)Æ´k "
b"\x10 4g©ÊèMó²\x12 Îáæ»\r - "
b"\x11 @Ï”G;Lnµ±3÷Q\x11 ZÏ "
b"\x11 –\x11 ÀE‰Gx—ާGÖ\x02 I\x10 "
b"\x13 yM\x1D 5kCÿØ\x19 ├▒» µ├ "
b"\x14 ‰ûAˆ\x07 CÑš`öy\x03 ã\x17 Ô "
b"\x16 Tý\x1C þŠH\x17 “}\x0F ~)D€ "
b"\x18 3óÄˬJäô>\v ïì\x0E U═ "
b"\x19 û)'<NF\x08 Š5Tn\x07 ÏÕ~ "
b"\x1A 9™y'ÅF¶™àÚævVYq "
b""╩$=\x00 ÅA;Ü\v èb\x06 í\x10 Ð "
b"#ËÙ0o†JhžLœã—;zà "
b"$\x1C ^\x0E ¥BŒ„\x08\x12 žFüЛ "
b"$X0X¨gAgÜÁ&ïGÅÆ│ "
b"$õ\x01 $·ùHs®ÙsÒè'–( "
b"""
%Æ”Ÿ\n
áAG‘Cf\x16 Bˆ+;
"""
b"&²º$┼\x17 EìØ£\x15 ├FñÉÒ "
b"'h\x01 ¥NÆF_ޝy„K¨/æ "
b")\x19 ±A\x0E çDöøÅ┤╔p\x15\t N "
b"*+\x04 ÓDÖF\x0F ••²¼§dˆ\x12 "
b"-íF¶^‹IP¤tÊ€²*Ó\r "
b".Ô\t X\x13\x02 @x´–+Ÿg\t vÜ "
b"/¼PC\x04\x06 @6¯h\x11 ó&Eq\x1C "
b"/Ôêrå┴LØ£ÉpJ,ëC\x07 "
b"5™Ûž¦ï@溲=\f é~‹ß "
b"7.\x13 M…úN<¤Cà'¤6¾k "
b"7ŸQ7éTC\x1C ¦ðÄñù©¢\x07 "
b"7╗y0\e -Fcà\x00 ì[y\x03 :§ "
b"7Ëm\x03 ˜$C†»‡š¦JÖÎ\t "
b":ht¢ÊŒI:“*|ûÎ[o\x16 "
b":m╔╠ÉPHÞÜ´\x10 °D\t ð- "
b";ÎjýÒæF\x05 ¸#=\x08 ƒ\¹I "
b";â¬{^àIË•\x04 Ä\x1F ѱüÎ "
b"<¿Ï½EDL{…ž»R\x18\x16 vU "
b"=0eRŸÃAÈ¢•\x1F œ\x1E C{" "
b"=›Ãr3ïJÌ¢tèÇÓL\x14 @ "
b"= ÐŽógNAˆ\x1D ªÿÎÚA "
b"?)5·&|O°¸\x0E PÇt\\x13 E "
b"@Ðýd!ïI䢧ÿ&þ8ý; "
b"A\x13 Ž;çIKÑ¥‘&ÁÇ^vî "
b"B‗õo\x15 ±A-ü─í·┐òt "
b"D\x01 $š°rGûŒFLußgæ/ "
b"Dd\x10\x1D H:Ar”:ŽÀ©œÀÕ "
b"D¡b·4sGØš€Ó\x18 ðƒ#> "
b"Dý)¸œ‡K°œ¶w8©p’P "
b"EAÚ[Ê\x1D J\x12 ªžuƒ£!¿; "
b"""
Faoè×\n
A”–sƒZ1Êß…
"""
b"GìëÇJ`K?ª®öᎩ\x02 Î "
b"I±ß¡RUO[“N\f aÎMïà "
b"J‚·R—âI¯ƒZ|›c'øÀ "
b"L|/B‡mO”‰Ù¤°G] Ì "
b"L§jsš%H ‡Ñ\x04 çT\x06 ¼" "
b"M¾!Ä\f ³JǵWá\x14 ñÔ8Z "
b"O‗0HE╩L²½\x06\x18 wFØSI "
b"P`\x1C x\t 6C¡¾*ì\x17 :çyS "
b"S\x1F {╚kìJ┘ò\n ÏÍú\x00 9û "
b"S-zÎöRH4¤LúÙuzR• "
b"""
S²\n
t†\x7F IT¡<´3\x1E \n
Fä
"""
b"X€²˜½\x1E @¦‘&‹„öc¹\t "
b"YæÖ\AúAüü\x05 Ρ6ç*W "
b"Z\x12 ‰nÜOCH¢Öà\x0E e]½9 "
b"Z"¦ük¿@q–¶…ó\x13 A\x1A\x12 "
b"\ÄÓùLxH#š¥Ã[ {LÛ "
b"]$\x08 6\x1D *EfŪ\x04 åè&├╬ "
b"]/wÔ\x1D ÍGv™ã*ö~ä„g "
b"_w° ,0Hó›ˆ~¹\x19 &\t è "
b"_›yóö\t GÓ¨¸Êá²ï\x03 P "
b"_¹\x12 ›]>E\x1D †.µHÅ6ÝÙ "
b"_î?}±ÃI:¯\x05 æ5AA\x7F Î "
b"`m4á÷_Nö³ûΤâ2¸§ "
b"a@ÖÂ \x01 H«·É?æ*¼õ "
b"a÷5B¸cJ„†ÖÔ°\x7F\x16 ›Ì "
b"b«IÉ«║A\x1E Æbþez-\x1A\f "
b"c/vTN©Jë¯\x03 ;FOÑò\x1C "
b"d\r -›¿¼EÕ¤ˆ›Šx›\x10 º "
b"dâÒñŒ®E%¢Æ/€¡F$s "
b"déÔôYÙJ\x1D ¬\t G\x1C Á\x05 çD "
b"e§y`üæG2╗¸\x1E \ÆËıµ "
b"fæWG8ÃAâ¨N©\x1F \&$Ï "
b"gØ»=DíKº«k\x05 «╬9À\e "
b"gª& V±C`’÷JÿnØê~ "
b"g└KRı\x17 C+òä─ì\x05 VÌ "
b"hÞ\t k\r ïNXІ\x18 X×Ìôx "
b"hÔõÍXáM\x05 ªX4ØHµ#\ "
b"lâ¦KC L‗ÉÑoßÇ\x1D ▄G "
b"m&<\x1F ÏGBjžÀ\t «–dÌ\x1F "
b"nç×aÆÇGó®ì;╚è\x03 AÝ "
b"n¡–-ÁÇF¾¶|á*F\x1A dÖ "
b"nä\x1E á¿JMI²Úh„9&Pœ "
b"p±M\x15 É\x14 BŽ®¦Rdκ\e M "
b"sN[3¯Mˆ¼\x15 œpÁÿ©! "
b"s╣51¡¼Hbìtk®ÍoJA "
b"t$Ý´Ì\x12 L)ØUõîÀ╣D╚ "
b"t¨\f ñy±C\x12 µï#_oélj "
b"x\x15 "jrëDEˆ\x06 1$æoé\x06 "
b"xØvOÉöG·¿ËN´\e 1Ûÿ "
b"xà´\x10 йCÕ„\x11 —ÒÞ–¡Ä "
b"ye_Î\x03 ƒLy¹y(™ë0Û© "
b"z/IÞ9-@÷ŽÉU@Zñ:~ "
b"|\x15 1YÙSL\x04 °\x07 q#í}\f õ "
b"}ö”\x00 ˆ+Aׇ‡â”w‰˜A "
b"\x7F öø?x-D·¨p!\x11 jcjž "
b"€\x15 4·\x00 _N…£ÒE\x10 yêç} "
b"ÇJK┤XAJhù±Å'ñ\x00 6O "
b"ü*Ø┬ÛqH¸åB¡6àe\x07 p "
b"üƒd©ÝY@\x0E ª╔\rùØZñ "
b"‚h@™ÝoI´žˆ›fdú!\v "
b"ƒ\x13 »1ÒiDj¯p“Ê\x1D Ú\x1C "
b"à¡q¹\x03 lEDØ´ÄÉ®╬}\x17 "
b"åJ\x08 Ä=àOÈ×╩ñöü!h\x11 "
b"†ÂµžIwL\x01 ¸Í\x11 +Š£\x19 ‰ "
b"ꥲú1╠N╝│É ,\x12 fl; "
b"‰‚ ¾\x1E 7K,Ÿ›9\x07 Wú°w "
b"""
‹L–\n
ltL{ž½iš1•Ly
"""
b"‹‘\x19 Ô\f ÖG…R’[á×\v % "
b"‹óÔårbJT¿\x03 "Vàbl\x08 "
b"îÿ╬A═%ESØø±6åmïä "
b"ް»Ã6zKòˆU—ò$fˆE "
b"Žík)g\v Kµ´Å#{n¤˜\x7F "
b"Å7;Í$╦KÄ│4BÈ?®`ð "
b"É{ª!XøG\x10 å³õûCƒ‗¼ "
b"‘t\x18 „<WC^¾p\x06 Ð…›?= "
b"Æò─É\f\x13 F─æ╠\x12 mx\x00 ¾\x1F "
b"•X\e `iæC>²4[+g0\x18 C "
b"""
—¦(\vSG\x16 ‡¼8xY\n
Š-
"""
b"˜bV`ñøDOƒOîS\x13 Œ|\x03 "
b"šfjç\x02 ÄI$².°€“í\x03 ï "
b"šä\t nîH@Ô¸‘ 3ÊÎH„ "
b"Ü‗\x1C L\x02 XIùüpÑ »+N1 "
b"ø\r q\t <\v CðºjÂçÅırN "
b"›²“PÉoL˼«\x15\x18\x11 õvÆ "
b"›üN\x00 ':Al¯êgO.8Ë“ "
b"œïަ-\x06 L¶ŽQÈÃd-\x0E Ú "
b"Ø1¬S┼│F└¼V0\x03 T}pK "
b"ØÅµ©\x01 ÛBÕù²└>6┘┼\x06 "
b"ئÚ┬]fI┼®vVî{B_Ì "
b"žàY{jYG›¡è*z4^\x03 L "
b"ŸÉ0\x1E ç>No™WGdËõD\ "
b"¡¾½ZôpI_YFЖZ±E "
b"¢\x12 ¥J}D@š‘7§*kþ¹© "
b"£JxBaûI1–"O¨O"Êå "
b"ú_0O÷µ@züg▄\f zÔ│└ "
b"¤-…¥\t ÄI\x16 £^\x14 0ôÜ2) "
b"¥#\x1C þÐpFl®ƒ5”½Úƒ‚ "
b"®\x0F ╬i3┘JjóÙ,│JíÅî "
b"®1_Iü5HÚ¥©ÚòÅq¿* "
b"©F\x19 „š5E»¼íÅ_é\x11 ~\x0E "
b"¬Ûç%ã\x02 D\x02 †,t\f\x19 —œ° "
b"¼ÙÖË·¬K7Å\x1A\x02 ÈÞÖð┐ "
b"LZ>3eN´ºKP÷Et܆ "
b"oï YBYŠš\x13 9« "
b"®Ø–“\x1F (E1»ïœ\f »ö‘\v "
b"²kšB›·\x04 ªIË‘`P "
b"³ú¨ìx\x06 C¯›Ov¡S\r ¢Þ "
b"┤gÔÅ<pH\x1A ï.£;\x1F ]\x1A ÷ "
b"µµ!—³#G\x12 “ŒìG\x01 .˜ø "
b"·Õ~AÛƒI¶€À\x19 ì«>Íà "
b"©-0AÃaJ\x05 ìõâfÙa─æ "
b"╣jvqóSJûż\x17 I¶╬Å! "
b"º\e ®*&*Bž±@5«ò>0C "
b"""
»\x11 ~\x07 ~÷C\x13 ¹w‘Q\n
`oã
"""
b"╗3\x1F '¥áJ├ü\x1C yö+\x0F $▀ "
b"¼¥ÞzÛJJô¦\x17 ý‘Vƒ¢\x08 "
b"½\x1A õô\x1C ÜI\r ˜"SÜ\f »ªÎ "
b"¾®õ·µäC†˜Ë<½ÈÔ«¶ "
b"Á\x08 çYS\x7F A6”D\x0F TεyI "
b"""
┬^8Ø\x06 IB ÄçV©\n
P"@
"""
b"┬Ûñ▓ìëGEÁë±\x02 +åéi "
b"ÃRý(\x05 %Hô³ÇýóVÂ\x00\v "
b"ÆöZu+£OÀ°éoáL«7g "
b"ÈIhRNØC;´éR‚|„U1 "
b"""
╚O═j2'LñëÉ\n
{#█¸5
"""
b"Ì"áÄñœL)·.‰î\x13 ª,¿ "
b"╠¼┼Ùë«NfØã]íA¸~) "
b"""
ÍÌÑq \x07 DË‹g\n
ÍîO\v i
"""
b"Ñ÷?¥L\x05 MëŠ8«~å\x04 é8 "
b"Ò8äÏg\x05 EN¶\x1F\x12 ÑÕƒëÕ "
b"Òžãæt\x1E G\x17 ¨5Àß×F\x12 Ñ "
b"Ë\v O\x02 1³Fƒ¿‗õÉ!ı─? "
b"Öz\x02 L[ÁM)޹³\x7F Wðó„ "
b"×™Àh]ÛIÒºfv¹bP]\x04 "
b"Ù²Ü\x17 ÓI̾þ¬wXð\x14 Æ "
b"ÜCÈö\e ¤G¹£OTIžáþ“ "
b"¦\r ö┬¾6IØú:>f│n«p "
b"""
ä‰\n
¸·ØF©—Žö¾\x1A\x03 Ù³
"""
b"䨵Þ0xCÖœ0=\x12 %$l× "
b"Þ│Îs░aM\e ÂìúK0ãW# "
b"é!Ïj€ž@¸²×ô„\x12 K:é "
b"""
êö\x17 \n
\x14\x7F Kã«j€Þ\x18 ÉB¡
"""
b"ëW‡o°}D¸‘8‡"\x1C 1´) "
b"ÝvúÎm[@vì\x15 X®)\x1F pô "
b"î ¤-f¬C\x14 ¦|¨ÂZ\x10 æ( "
b"´É\x7F Ë©wF\r ╗▓e▓v "
b"ða0*âvB\x17 ²\x19 äÒ\x08\x17 °\x0F "
b"ðpúm@«@/ž“ÏG\x04 ð¯ø "
b"ðƪֱkA¿¤Ã\x17 ·mÄ¥ "
b"ñn¶\x1D DXDÖ™Q£\x0E ›ªˆÓ "
b"ñ|\x14 >€0@\x1F »,³Ã\e }+\x1A "
b"÷ˆa\x11 64DK…pÎH‚PRð "
b"÷ˆ\x14\x00 ýAò£dìo\x18 ‡]{ "
b"ø‘?õü·E\x07 •`ºàøGÒ” "
b"ùÊ„Kõ÷E¤“áʼnZdñ\x01 "
b"ûà÷Öw¶CÉ“%R¸¥$æ "
b"ü\x19 ÿÖQqM}º;Γ”1Ä+ "
b"þŸobó¦D‘¸N]\t Ç¿ºL "
b"ÿa/R°Eà¸âF¶iP‰Š "
b"¼\f îÖ§fB[¦»³jÌ{Mû "
b"yç-\x02 «ÒOOù¤\e L\ÉÍ┌ "
b"└├J¥<┘@ìØ±\x18 Ðoj┼¸ "
b"gü<▓┤¥Füó×ËU½[C± "
b"³xeíÑÏNWØ\r Q¾\x06 ┤\x1E Y "
b"p'gsî\x15 @#Øf!¯trà┴ "
b"ÿP{\x19\e ÐB\t “\x16\x14 M§\x04 eÊ "
b"„YÛ·sÈAÌŽ\f #uœ\x1A Gˆ "
]
SELECT
`product_price` . `id` as `product_price.id` ,
`product_price` . `version_id` as `product_price.versionId` ,
`product_price` . `product_id` as `product_price.productId` ,
`product_price` . `product_version_id` as `product_price.productVersionId` ,
`product_price` . `rule_id` as `product_price.ruleId` ,
`product_price` . `price` as `product_price.price` ,
`product_price` . `quantity_start` as `product_price.quantityStart` ,
`product_price` . `quantity_end` as `product_price.quantityEnd` ,
`product_price` . `custom_fields` as `product_price.customFields` ,
`product_price` . `created_at` as `product_price.createdAt` ,
`product_price` . `updated_at` as `product_price.updatedAt`
FROM
`product_price`
WHERE
(`product_price` . `version_id` = ? )
AND (
(
`product_price` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x014F7384DB66408F89AA3E936E853CC5 , 0x0209E577FC514C1C9D7436A79EA21E3D , 0x02D31B1EFD4F40A88DC4A16DB62F8D53 , 0x056F2B4A18734B51AA5CBAC988C32D68 , 0x058176951F00484EAEC8B4250FA889AE , 0x068F0F07571949618C99C2AB142DD526 , 0x077DF44ABF2D4748A2A60AEAA8916A7B , 0x07B7F25516774D86BB85F336ED2A7EB1 , 0x07D081C6C1064008939838A51A05B3A0 , 0x0AF3B7E057754BAF9F358B609C82DC86 , 0x0AF6AFFEC65C4885B40767871088623F , 0x0C8D01216CAA443284EBD923B2E22621 , 0x0E8E19F9F00C4397BCDA44EECA5258A1 , 0x0F91158E463F48EEA224084B0933ACE6 , 0x0FF1E720D69F43E1BC9D42D82992EF6B , 0x103467A9CAE84DF3B212CEE1E6BB0D2D , 0x1140CF94473B4C6EB5B133F751115ACF , 0x119611C045894778978EA747D6024910 , 0x13794D1D356B43989D19C3B1AF20E6C3 , 0x1489FB41880743D19A60F67903E317D4 , 0x1654FD1CFE8A4817937DAD0F7E294480 , 0x1833A28ED3AA4A84933E0B8B8D0E55CD , 0x19FB29273C4E46088A35546E07CFD57E , 0x1A39997927C546B699E0DAE676565971 , 0x22CA243D008F413B9A0B8A6206A110D1 , 0x23CBD9306F864A689E4C9CE3973B7AE0 , 0x241C5E0EA5AD428C8408129E46FCD09B , 0x24583058F96741679AB5268B478F92B3 , 0x24F50124B7F94873AED973D2E8279628 , 0x25C6949F0AE141479143661642882B3B , 0x26FDA724C517458D9D9C15C346A490E3 , 0x276801A54EC6465F8EAF79844BA82FE6 , 0x2919F1410E8744949B8FB4C97015094E , 0x2A2B04D344D6460F9595B2BCA7648812 , 0x2DED46B65E8B4950A474CA80B22AD30D , 0x2ED4095813024078B4962B9F670976DC , 0x2FBC504304064036AF6811F32645711C , 0x2FE2887286C14C9D9C90704A2C894307 , 0x3599DB9EA6EF40E6BAB23D0CE97E8BDF , 0x372E134D85FA4E3CA443E027A436BE6B , 0x379F5137E954431CA6F0C4F1F9A9A207 , 0x37BB79301B2D466385008D5B79033AF5 , 0x37CB6D0398244386BB879AA64AD6CE09 , 0x3A6874A2CA8C493A932A7CFBCE5B6F16 , 0x3A6DC9CC905048E89AEF10F84409D02D , 0x3BCE6AFDD2E64605B8233D08835CB949 , 0x3BE2AC7B5EE049CB9504C41FD1B1FCCE , 0x3CBFCFBD45444C7B859EBB5218167655 , 0x3D3065529FC341C8A2951F9C1E437B22 , 0x3D9BC37233EF4ACCA274E8C7D34C1440 , 0x3DA0D08EF3674E41881DAAFFCEDA4120 , 0x3F2935B7267C4FB0B80E50C7745C1345 , 0x40D0FD6421EF49E4A2A7FF26FE38FD3B , 0x41138E3BE7494BD1A59126C1C75E76EE , 0x42F2E46F15F1412D81C4A1F0FABF9574 , 0x4401249AB07247FB8C464C75DF67E62F , 0x4464101D483A4172943A8EC0A99CC0D5 , 0x44A162B7347347D89A80D318F083233E , 0x44FD29B89C874BB09CB67738A9709250 , 0x4541DA5BCA1D4A12AA9E7583A321BF3B , 0x46616FE8D70A41949673835A31CADF85 , 0x47ECEBC74A604B3FAAAEF6E18EA902CE , 0x49B1DFA152554F5B934E0C61CE4DEFE0 , 0x4A82B75297E249AF835A7C9B6327F8C0 , 0x4C7C2F42876D4F9489D9A4B0475DA0CC , 0x4CA76A739A2548A087D104E75406BC22 , 0x4DBE21C40CB34AC7B557E114F1D4385A , 0x4FF2304845CA4CFDAB061877469D5349 , 0x50601C78093643A1BE2AEC173AE77953 , 0x531F7BC86B8D4AD9950AD8D6A3003996 , 0x532D7ACEF6524834A44CFAD9757A5295 , 0x53B20A74867F4954A13CB4331E0A46E4 , 0x5880B298BD1E40A691268B84F663B909 , 0x5991995C41A341818105D7AD36872A57 , 0x5A12896EDC4F4348A2D6E00E655DBD39 , 0x5A22A6FC6BBF407196B685F313411A12 , 0x5CC4D3F94C7848239AA5C35B207B4CDB , 0x5D2408361D2A45668FA604868A26C3CE , 0x5D2F77D41DCD477699E32AF67EE48467 , 0x5F77B0A02C3048F39B887EB9192609E8 , 0x5F9B79F3F60947D3A8B8CAE1B2EF0350 , 0x5FB9129B5D3E451D862EB548C536DDD9 , 0x5FEE3F7DB1C3493AAF05E63541417FCE , 0x606D34E1F75F4EF6B3FBCEA4E232B8A7 , 0x6140D6C2200148ABB7C93FADE62ABCF5 , 0x61F73542B8634A8486D6D4B07F169BCC , 0x62AE4990AEBA411E9262E7657A2D1A0C , 0x632F76544EA94AEBAF033B464FD1F21C , 0x640D2D9BBFBC45D5A4889B8A789B10BA , 0x64E2D2F18CAE4525A2C62F80A1462473 , 0x64E9D4F459D94A1DAC09471CC105E744 , 0x65F5796081914732BBF71E5C92D3D5E6 , 0x66E6574738C341E2A84EA91F5C2624CF , 0x679DAF3D44A14BA7AE6B05AECE39B71B , 0x67AA26A056B1436092F74AFF6ED8EA7E , 0x67C04B52D517432B9584C48D05FF56DE , 0x68DE096B0DEF4E588A861858D7CCF478 , 0x68E2E4D658A04D05A658349D48E6235C , 0x6C83DD4B43FF4CF290A56FE1801DDC47 , 0x6D263C1FCF47426A9EC009AB9664CC1F , 0x6E879E61928047A2A98D3BC88A0341ED , 0x6EA1962DC1C746BEB67CE12A461A64D6 , 0x6EE41EE1BF4A4D49B2DA68843926509C , 0x70B14D15C914428EAEA65264CEBA1B4D , 0x734E5B33C2AF4D88BC159C70C1FFA921 , 0x73B93531ADAC48628D746BA9D66F4A41 , 0x7424EDEFDE124C299D55E48CB7B944C8 , 0x74A80CF179B14312B5EF235F6FE9C789 , 0x7815226A72EB444588063124E66FE906 , 0x789D764F909447FAA8D34EEF1B31EA98 , 0x78E0B4108AB943D5841197D2DE96A1C4 , 0x79655FCE03834C79B9792899EB30DBA9 , 0x7A2F49DE392D40F78EC955405AF13A7E , 0x7C153159D9534C04B0077123ED7D0CF5 , 0x7DF69400882B41D78787E29477899841 , 0x7FF6F83F782D44B7A87021116A636A9E , 0x801534B7005F4E85A3D2451079EAE77D , 0x804A4BB458414A6897F18F27A400364F , 0x812A9DC2EA7148F78642AD3685650770 , 0x819F64B8ED59400EA6C95C72979D5AA4 , 0x82684099DD6F49B49E889B6664FA210B , 0x8313BB31D269446AAF7093CAAD1DDA1C , 0x85AD71FB036C45449DEF8E90A9CE7D17 , 0x864A088E3D854FD49ECAA49481216811 , 0x86C2B59E49774C01B8CD112B8AA31989 , 0x88BEFDA331CC4EBCB390202C12666C3B , 0x898220BE1E374B2C9F9B390757FAB077 , 0x8B4C960A6C744C7B9EBD699A31954C79 , 0x8B9119D40CD647AD8552925BE1D70B25 , 0x8BF3D4E572624A54BF032256E0626C08 , 0x8C98CE41CD2545539D9BF136866D8B84 , 0x8EB0BBC3367A4BF2885597F224668845 , 0x8EED6B29670B4BB5B4C5237B6EA4987F , 0x8F373BD624CB4B8EB33442D43FA960D0 , 0x907BA621589B471086FCE496439FF2AC , 0x917418843C57435EBE7006D0859B3F3D , 0x9295C4900C1346C491CC126D7800F31F , 0x95581B6069E6433EB2345B2B67301843 , 0x97A6285C7653471687BC3878590A8A2D , 0x98625660F1F8444F834FEE53138C7C03 , 0x9A666AE702C44924B22EB08093ED03EF , 0x9AE4096EEE4840D4B891A033CACE4884 , 0x9AF21C4C025849978170A5FFAF2B4E31 , 0x9B0D71093C0B43D0A76AB6878FD5724E , 0x9BB29350C96F4CCBBCAB151811F576C6 , 0x9BFC4E00273A416CAFEA674F2E38CB93 , 0x9CEF8EA62D064CB68E51C8C3642D0EDA , 0x9D31AA53C5B346C0AC563003547D704B , 0x9D8FE6B801EA42E597FDC03E36D9C506 , 0x9DDDE9C25D6649C5A976568C7B425FDE , 0x9EE0597B6A59479BA1E82A7A345E034C , 0x9FC9301EE73E4E6F99574764CBF5445C , 0xA1BEBD5AF470495FAD5946D0965AB145 , 0xA212A54A7D44409A9137A72A6BFEB9A9 , 0xA34A784261FB493196224FA84F22CAE5 , 0xA35F304FF6E6407A8167DC0C7AE2B3C0 , 0xA42D85A509C44916A35E1430F4DC3229 , 0xA5231CFED070466CAE833594BDDA8382 , 0xA90FCE6933D94A6AA2EB2CB34AA18F8C , 0xA9315F49813548E9BEB8E9958F71A82A , 0xA94619849A3545BBBCEDC55FE9117E0E , 0xACDBE725E3024402862C740C19979CB0 , 0xACEB99D3FAAA4B378F1A02D4E899D0BF , 0xAD4C5A3E33654EB4BA4B50F74574DC86 , 0xAD6FEF20A05942598A9A1339EF9986AB , 0xAED896931F284531BBEF9C0CBBF6910B , 0xB26BEF89A19A429BB704AA49CB916050 , 0xB3FAA8EC780643AF9B4F76A1530DA2DE , 0xB467E28F3C70481A8B2E9C3B1F5D1AF6 , 0xB5B52197B3234712938CEC47012E98F8 , 0xB7D57E41DB8349B680C019ECAB3ECDC3 , 0xB82D3041C7614A058DE48366EB61C491 , 0xB96A7671A2534A968FAC1749F4CE8F21 , 0xBA1BAE2A262A429EB14035ABF23E3043 , 0xBB117E077EF74313B97791510A606FE3 , 0xBB331F27BEA04AC3811C79942B0F24DF , 0xBCA5DE7ADB4A4AF4A617FD915683A208 , 0xBD1AF5F41CDC490D982253DC0CBBAACE , 0xBEAEF5B7B5E4438698CB3CBDC8D4ABB6 , 0xC108E759537F413694440F54CEB57949 , 0xC25E389D064942208E8756B80A502240 , 0xC2EAA4B28D894745B589F1022B868269 , 0xC352FD28052548F4B3C7FDF356C2000B , 0xC6F65A752BA34FC0B0E96FE14CAB3767 , 0xC84968524ED8433BB4E952827C845531 , 0xC84FCD6A32274CA489900A7B23DBF735 , 0xCC22E1C4F19C4C29B72E89EE13AA2CBF , 0xCCACC5EB89AE4E669DC65DA141F77E29 , 0xCDCCD171A00744CB8B670ACDEE4F0B69 , 0xD1F73FA54C054DEB8A38AB7EE504E938 , 0xD238E4CF6705454EB61F12D1D583EBD5 , 0xD29EE3E6741E4717A835C0DFD74612D1 , 0xD30B4F0231FC469FA8F2E49021D5C43F , 0xD67A024C5BC14D298EB9B37F57F0F384 , 0xD799C0685DDB49D2BA6676B962505D04 , 0xD9B2DC17A0D349CCBEFEAC7758F014C6 , 0xDC43C8F61BA447B9A34F54499EE1FE93 , 0xDD0D94C2F336499DA33A3E66B36EAE70 , 0xE4890AB8B7D846A9978EF6BE1A03D9B3 , 0xE4D8B5DE307843D69C303D1225246CD7 , 0xE8B3D773B0614D1BB68DA34B30C65723 , 0xE921CF6A809E40B8B2D7F484124B3AE9 , 0xEAF6170A147F4BE3AB6A80DE18C942A1 , 0xEB57876FB07D44B8913887221C31B429 , 0xED76A3D76D5B40768D1558A9291F7093 , 0xEE20A42D66AC4314A67CA8C25A10E628 , 0xEF907FD3B877460DBBB2658CF7FDB276 , 0xF061302AE2764217B219E4D20817B00F , 0xF070FA6D40AB402F9E93CF4704F0AFF8 , 0xF0C6AAD6B16B41C2BFA4C317B76DC4A5 , 0xF16EB61D445844D69951A30E9BAA88D3 , 0xF17C143E8030401FBB2CB3C31B7D2B1A , 0xF78861113634444B8570CE48825052F0 , 0xF7C2881400FD41F2A364EC6F18875D7B , 0xF8913FF5FCB745079560BAE0F847D294 , 0xF9CA844BF5F745A493E1C5895A64F101 , 0xFBE0F7D677B643C9AD932552B8A524E6 , 0xFC19FFD651714D7DBA3BCE939431C42B , 0xFE9F6F62F3A64491B84E5D09C7BFBA4C , 0xFF61AD2F52B045E0B8E246B66950898A , 0xBC0CEED6A766425BA6BBB36ACC7B4DFB , 0x79872D02AEE34F4F97CF1B4C5C90D6DA , 0xC0C34ABE3CD9408D9DF118D16F6AC5F7 , 0x67813CB2B4BE4681A29ED355AB5B43F1 , 0xFC7865A1A5D84E579D0D51F306B41E59 , 0x702767738C1540239D6621EE747285C1 , 0xFF507B191BD042099316144DA70465CA , 0x8459DBB773C841CC8E0C23759C1A4788 )));
Copy
90
1.39 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Gäã"þ│K\x13 ØÿR݃Á:█ "
b"6zß\x1D\x00 ©FÌ„Å/:Ÿ!\t I "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"»Ý\x1D ¦ªÏI─Ø\x00 ╩\t 2º[p "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"CÈ=R(pI:Š²ßŠ»]Ul "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"¢íDűD׫xÓm=ð}¾ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"¦░5╩ \x7F OìÑ╣Ì\x1C\x19 ³\x1F \r "
b"‚sŠð*\x08 K½¸Qá\x1E ŽÅ˜Ü "
b"\r U.\r \x05 ÈGó¦Dv\x13 ÛTc\x14 "
b"î■╣UìRN\x17 é~ÃÆI,æ" "
b"•f\x12 œ¥ÇGsº0\e\x07 šÆBª "
b"þòyW@nCEØø╚└àgıV "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"WàeÍ)¢L³²Ùü9ü*¿P "
b"•f\x12 œ¥ÇGsº0\e\x07 šÆBª "
b"¬’ý==.G’”i¦W£`ç "
b"5┌ài3┘G#ÉUÛÖô>) "
b"¦░5╩ \x7F OìÑ╣Ì\x1C\x19 ³\x1F \r "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"5┌ài3┘G#ÉUÛÖô>) "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"I-êɯªE÷╣ìv\x10 Ðk²] "
b"¥…ÅB…„M\x1E ½\x1A d9.ÓîŒ "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"P_ÌPŒNGë™Øäb\x7F è½2 "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"|¢'fý(F³—\x12 ’Œ×{\x16 › "
b"»Ý\x1D ¦ªÏI─Ø\x00 ╩\t 2º[p "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"»Ý\x1D ¦ªÏI─Ø\x00 ╩\t 2º[p "
b"»Ý\x1D ¦ªÏI─Ø\x00 ╩\t 2º[p "
b"1\f ¾É'•L\x1C ¥ÖŠ:Iµ2Ç "
b"""
†\x14 nº¹{Dž„\n
Š\x01 aüÑ-
"""
b"õ}È5o\x05 @\x04 °²®‚%~j´ "
b"P_ÌPŒNGë™Øäb\x7F è½2 "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"¾÷A\x06 Ì\v A%—…S$oñjÖ "
b"|¢'fý(F³—\x12 ’Œ×{\x16 › "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"¢íDűD׫xÓm=ð}¾ "
b"ض¡ªôÐMl╝ð\x1D\x04 uÜb "
b"þòyW@nCEØø╚└àgıV "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"ƾvï\¶L…¾\x10\x15 @\x1A Ü}0 "
b"•f\x12 œ¥ÇGsº0\e\x07 šÆBª "
b"¢íDűD׫xÓm=ð}¾ "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"õ}È5o\x05 @\x04 °²®‚%~j´ "
b"•f\x12 œ¥ÇGsº0\e\x07 šÆBª "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b":¼R))8Hɲü\e 'ý=„! "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"¢íDűD׫xÓm=ð}¾ "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"õ}È5o\x05 @\x04 °²®‚%~j´ "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"ÅßšyéNEÔ‘H\e #\x06 j\‰ "
b"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"¥…ÅB…„M\x1E ½\x1A d9.ÓîŒ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"B¡|Äd|Bp¢•è.·±‚\x04 "
b"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"•f\x12 œ¥ÇGsº0\e\x07 šÆBª "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"»Ý\x1D ¦ªÏI─Ø\x00 ╩\t 2º[p "
b"»Ý\x1D ¦ªÏI─Ø\x00 ╩\t 2º[p "
b"|¢'fý(F³—\x12 ’Œ×{\x16 › "
b"¢íDűD׫xÓm=ð}¾ "
b"¦░5╩ \x7F OìÑ╣Ì\x1C\x19 ³\x1F \r "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"Gäã"þ│K\x13 ØÿR݃Á:█ "
b"õ}È5o\x05 @\x04 °²®‚%~j´ "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"\x01 Œ‘%ê‡Jâ‡Bš,ïÑòÐ "
b"¢íDűD׫xÓm=ð}¾ "
b"yBÓÓKC&“‰TÔ0q¦8 "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"vx\x0E 忀BªµöWM~%ÜÓ "
b"º\x14 3¬\x0E ÅBϸ)…\x04 ®Öoë "
b"▀▀#@¼íHüªe-\x08 þeac "
b"ŸÂ8½ù¯Oy€×ñÍ\x11 ‰èÓ "
b"þòyW@nCEØø╚└àgıV "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"i^\x19 º@Y@Z¥Å²éÒOÈ\x10 "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"G÷wu1Aó½‚.\x16 ö1\x08 6 "
b"þòyW@nCEØø╚└àgıV "
b"»Ý\x1D ¦ªÏI─Ø\x00 ╩\t 2º[p "
b"¢íDűD׫xÓm=ð}¾ "
b"Óà['¶ÍC\x1D ›kdôäñ—¦ "
b"¾÷A\x06 Ì\v A%—…S$oñjÖ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"»Ý\x1D ¦ªÏI─Ø\x00 ╩\t 2º[p "
b"\r U.\r \x05 ÈGó¦Dv\x13 ÛTc\x14 "
b"¬’ý==.G’”i¦W£`ç "
b":¼R))8Hɲü\e 'ý=„! "
b"•f\x12 œ¥ÇGsº0\e\x07 šÆBª "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"Gäã"þ│K\x13 ØÿR݃Á:█ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"""
ý-\x13 0\f ÁGq½nüåõ\n
\x0E w
"""
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"¢íDűD׫xÓm=ð}¾ "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"G÷wu1Aó½‚.\x16 ö1\x08 6 "
b"vx\x0E 忀BªµöWM~%ÜÓ "
b"Ço\t òO\x19 B±‚/²uà\x08 \r ³ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"‚sŠð*\x08 K½¸Qá\x1E ŽÅ˜Ü "
b"ŸÂ8½ù¯Oy€×ñÍ\x11 ‰èÓ "
b"\x01 ¹üƒºWD╚Ño▄\t ü8\e ® "
b"¢íDűD׫xÓm=ð}¾ "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"þòyW@nCEØø╚└àgıV "
b"¾÷A\x06 Ì\v A%—…S$oñjÖ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"WàeÍ)¢L³²Ùü9ü*¿P "
b"B¡|Äd|Bp¢•è.·±‚\x04 "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"\r U.\r \x05 ÈGó¦Dv\x13 ÛTc\x14 "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"WàeÍ)¢L³²Ùü9ü*¿P "
b"î■╣UìRN\x17 é~ÃÆI,æ" "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"¢íDűD׫xÓm=ð}¾ "
b"Ço\t òO\x19 B±‚/²uà\x08 \r ³ "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"""
ý-\x13 0\f ÁGq½nüåõ\n
\x0E w
"""
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"CÈ=R(pI:Š²ßŠ»]Ul "
b"|¢'fý(F³—\x12 ’Œ×{\x16 › "
b"õ\x01 ͼœ\x1C F\t ¨¥\x19 â'ü+ï "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"¬’ý==.G’”i¦W£`ç "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"õ}È5o\x05 @\x04 °²®‚%~j´ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"¢íDűD׫xÓm=ð}¾ "
b"‚sŠð*\x08 K½¸Qá\x1E ŽÅ˜Ü "
b"•f\x12 œ¥ÇGsº0\e\x07 šÆBª "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"¢íDűD׫xÓm=ð}¾ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"Ço\t òO\x19 B±‚/²uà\x08 \r ³ "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"õ\x01 ͼœ\x1C F\t ¨¥\x19 â'ü+ï "
b"5┌ài3┘G#ÉUÛÖô>) "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"þòyW@nCEØø╚└àgıV "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"vx\x0E 忀BªµöWM~%ÜÓ "
b"P_ÌPŒNGë™Øäb\x7F è½2 "
b"¢íDűD׫xÓm=ð}¾ "
b"•f\x12 œ¥ÇGsº0\e\x07 šÆBª "
b"|¢'fý(F³—\x12 ’Œ×{\x16 › "
b"P_ÌPŒNGë™Øäb\x7F è½2 "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"Ço\t òO\x19 B±‚/²uà\x08 \r ³ "
b"WàeÍ)¢L³²Ùü9ü*¿P "
b"\r U.\r \x05 ÈGó¦Dv\x13 ÛTc\x14 "
b"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"¢íDűD׫xÓm=ð}¾ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"Ço\t òO\x19 B±‚/²uà\x08 \r ³ "
b"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"WàeÍ)¢L³²Ùü9ü*¿P "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"▀▀#@¼íHüªe-\x08 þeac "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"¢íDűD׫xÓm=ð}¾ "
b"õ}È5o\x05 @\x04 °²®‚%~j´ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"õ}È5o\x05 @\x04 °²®‚%~j´ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"å<¾c3ŸGD€øðœþ—ž_ "
b"¢íDűD׫xÓm=ð}¾ "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"3Å\x13 I┤\x1F Ic®`áºD─0ï "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x4784C622E7B34B139D9852ED9FB53ADB , 0x367ADF1D00A946CC84C52F3A9F210949 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xC4AA5E8624D24B30B0312E22701162D6 , 0x25E246605C4C420A90124AE7C323490C , 0xF59522A887F947D8864E42C4EBC39266 , 0xAFED1DDDA6D849C49D00CA0932A75B70 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x43C83D522870493A8AB2DF8ABB5D556C , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xDDB035CA207F4F8DA5B9DE1C19FC1F0D , 0x82738AF02A084BBDB851E11E8EC598DC , 0x0D552E0D05C847F3A6447613DB546314 , 0x8CFEB9558D524E17827EC792492C9122 , 0x9566129CA5C74773BA301B079AC642AA , 0xE7957957406E43459D9BC8C08567D556 , 0x588F94B5966340DA8355D947FF03BFF9 , 0x57E065CD29A24CB3B2D9FC39FC2ABF50 , 0x9566129CA5C74773BA301B079AC642AA , 0xAC92FD3D3D2E47929469A657A360E7A0 , 0x35DA856933D947239055EAF099933E29 , 0xDDB035CA207F4F8DA5B9DE1C19FC1F0D , 0x588F94B5966340DA8355D947FF03BFF9 , 0x35DA856933D947239055EAF099933E29 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0x492D8890EEA645F6B98D7610D16BFD5D , 0xA585C54285844D1EBD1A64392ED3EE8C , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0x505FCC508C4E47EB99D8E4627FE8BD32 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0x588F94B5966340DA8355D947FF03BFF9 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x7CA22766FD2846B39712928CD77B169B , 0xAFED1DDDA6D849C49D00CA0932A75B70 , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xAFED1DDDA6D849C49D00CA0932A75B70 , 0xAFED1DDDA6D849C49D00CA0932A75B70 , 0x310CBEC927954C1CA5D68A3A49B532C7 , 0x86146EBAB97B449E840A8A0161FCD12D , 0xF57DC8356F054004B0B2AE82257E6AB4 , 0x505FCC508C4E47EB99D8E4627FE8BD32 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0x004440DD20754671ADA9BF79A2B75FBC , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xBEF74106CC0B4125978553246FF16AD6 , 0x7CA22766FD2846B39712928CD77B169B , 0x588F94B5966340DA8355D947FF03BFF9 , 0xC4AA5E8624D24B30B0312E22701162D6 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x9DF4ADA693D14D6CBCD01D04759A6220 , 0xE7957957406E43459D9BC8C08567D556 , 0x25E246605C4C420A90124AE7C323490C , 0xF59522A887F947D8864E42C4EBC39266 , 0xC6BE76EF5CB64C85BE1015401ADC7D30 , 0x9566129CA5C74773BA301B079AC642AA , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xF57DC8356F054004B0B2AE82257E6AB4 , 0x9566129CA5C74773BA301B079AC642AA , 0x075251EE45644D14BFEAE2FCE50073A0 , 0x3ABC5229293848C9B2FC1B27FD3D8421 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xC4AA5E8624D24B30B0312E22701162D6 , 0x588F94B5966340DA8355D947FF03BFF9 , 0xF57DC8356F054004B0B2AE82257E6AB4 , 0xF59522A887F947D8864E42C4EBC39266 , 0xC5DF9A79E94E45D491481B23066A5C89 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0xA585C54285844D1EBD1A64392ED3EE8C , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x42A17CC4647C4270A295E82EB7B18204 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x9566129CA5C74773BA301B079AC642AA , 0x588F94B5966340DA8355D947FF03BFF9 , 0xAFED1DDDA6D849C49D00CA0932A75B70 , 0xAFED1DDDA6D849C49D00CA0932A75B70 , 0x7CA22766FD2846B39712928CD77B169B , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xDDB035CA207F4F8DA5B9DE1C19FC1F0D , 0x075251EE45644D14BFEAE2FCE50073A0 , 0x4784C622E7B34B139D9852ED9FB53ADB , 0xF57DC8356F054004B0B2AE82257E6AB4 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0x018C9125EA874AE287429A2CEFD1F2D0 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x79AD42D3D34B4326938954D43071A638 , 0x588F94B5966340DA8355D947FF03BFF9 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x76780EE5E68042AAB5F6574D7E25DCD3 , 0xBA1433AC0EC542CFB8298504AED66FEB , 0xDFDF2340ACA14881A6652D08E7656163 , 0x9FC238BDF9AF4F7980D7F1CD1189E8D3 , 0xE7957957406E43459D9BC8C08567D556 , 0xC4AA5E8624D24B30B0312E22701162D6 , 0xC4AA5E8624D24B30B0312E22701162D6 , 0x695E19A74059405ABE8FFD82E34FD410 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x47F77775AD3141F3BD822E16F6310836 , 0xE7957957406E43459D9BC8C08567D556 , 0xAFED1DDDA6D849C49D00CA0932A75B70 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xD3E05B27B6CD431D9B6B64F4E4F197A6 , 0xBEF74106CC0B4125978553246FF16AD6 , 0x588F94B5966340DA8355D947FF03BFF9 , 0x25E246605C4C420A90124AE7C323490C , 0x588F94B5966340DA8355D947FF03BFF9 , 0xAFED1DDDA6D849C49D00CA0932A75B70 , 0x0D552E0D05C847F3A6447613DB546314 , 0xAC92FD3D3D2E47929469A657A360E7A0 , 0x3ABC5229293848C9B2FC1B27FD3D8421 , 0x9566129CA5C74773BA301B079AC642AA , 0xF9E2050944FC498EA0537FDB55CBA37D , 0x075251EE45644D14BFEAE2FCE50073A0 , 0x4784C622E7B34B139D9852ED9FB53ADB , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xEC2D13300CB54771AB6E8186E40A0E77 , 0x588F94B5966340DA8355D947FF03BFF9 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x25E246605C4C420A90124AE7C323490C , 0x47F77775AD3141F3BD822E16F6310836 , 0x76780EE5E68042AAB5F6574D7E25DCD3 , 0xC76F09F24F1942B1822FB275E0080DB3 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x82738AF02A084BBDB851E11E8EC598DC , 0x9FC238BDF9AF4F7980D7F1CD1189E8D3 , 0x01FB819FA75744C8A56FDC0981381BA9 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xF59522A887F947D8864E42C4EBC39266 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xE7957957406E43459D9BC8C08567D556 , 0xBEF74106CC0B4125978553246FF16AD6 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x57E065CD29A24CB3B2D9FC39FC2ABF50 , 0x42A17CC4647C4270A295E82EB7B18204 , 0x075251EE45644D14BFEAE2FCE50073A0 , 0x0D552E0D05C847F3A6447613DB546314 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0x57E065CD29A24CB3B2D9FC39FC2ABF50 , 0x8CFEB9558D524E17827EC792492C9122 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xC76F09F24F1942B1822FB275E0080DB3 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xEC2D13300CB54771AB6E8186E40A0E77 , 0x588F94B5966340DA8355D947FF03BFF9 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x43C83D522870493A8AB2DF8ABB5D556C , 0x7CA22766FD2846B39712928CD77B169B , 0xF501CDBC9C1C4609A8A519E227FC2BEF , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xAC92FD3D3D2E47929469A657A360E7A0 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xF57DC8356F054004B0B2AE82257E6AB4 , 0x588F94B5966340DA8355D947FF03BFF9 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x82738AF02A084BBDB851E11E8EC598DC , 0x9566129CA5C74773BA301B079AC642AA , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xC76F09F24F1942B1822FB275E0080DB3 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x588F94B5966340DA8355D947FF03BFF9 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xF501CDBC9C1C4609A8A519E227FC2BEF , 0x35DA856933D947239055EAF099933E29 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0x588F94B5966340DA8355D947FF03BFF9 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xC4AA5E8624D24B30B0312E22701162D6 , 0xE7957957406E43459D9BC8C08567D556 , 0x25E246605C4C420A90124AE7C323490C , 0xF59522A887F947D8864E42C4EBC39266 , 0x76780EE5E68042AAB5F6574D7E25DCD3 , 0x505FCC508C4E47EB99D8E4627FE8BD32 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x9566129CA5C74773BA301B079AC642AA , 0x7CA22766FD2846B39712928CD77B169B , 0x505FCC508C4E47EB99D8E4627FE8BD32 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xC76F09F24F1942B1822FB275E0080DB3 , 0x57E065CD29A24CB3B2D9FC39FC2ABF50 , 0x0D552E0D05C847F3A6447613DB546314 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xC76F09F24F1942B1822FB275E0080DB3 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x57E065CD29A24CB3B2D9FC39FC2ABF50 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0x588F94B5966340DA8355D947FF03BFF9 , 0x588F94B5966340DA8355D947FF03BFF9 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xDFDF2340ACA14881A6652D08E7656163 , 0x25E246605C4C420A90124AE7C323490C , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xF57DC8356F054004B0B2AE82257E6AB4 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xC4AA5E8624D24B30B0312E22701162D6 , 0xF57DC8356F054004B0B2AE82257E6AB4 , 0x588F94B5966340DA8355D947FF03BFF9 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xE53CBE63339F474480F8F09CFE979E5F , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xF9E2050944FC498EA0537FDB55CBA37D , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0x588F94B5966340DA8355D947FF03BFF9 , 0x338F1349B41F4963A960A0A744C4308B , 0x588F94B5966340DA8355D947FF03BFF9 ));
Copy
91
10.60 ms
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = ? ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = ? ) AND ((`product_media` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Osä█f@Åë¬>ônà<┼ "
b"\x02\t Õw³QL\x1C Øt6º×ó\x1E = "
b"\x02 Ë\e\x1E ²O@¿ì─ímÂ/ìS "
b"\x05 o+J\x18 sKQª\ºÉˆÃ-h "
b"\x05 üvò\x1F\x00 HN«╚┤%\x0F ¿ë« "
b"\x06 Å\x0F\x07 W\x19 IaîÖ┬½\x14 -ı& "
b"""
\x07 }ôJ¿-GH¢¦\n
ꨑj{
"""
b"\x07 ·òU\x16 wM†»…ó6í*~± "
b"\x07 ðüã┴\x06 @\x08 ôÿ8Ñ\x1A\x05 │á "
b"""
\n
ó·àWuK¯Ÿ5‹`œ‚܆
"""
b"""
\n
ö¯þÆ\H…´\x07 g‡\x10 ˆb?
"""
b"\f ì\x01 !l¬D2äÙ┘#▓Ô&! "
b"\x0E Ž\x19 ùð\f C—¼ÚDîÊRX¡ "
b"\x0F ‘\x15 ŽF?Hî¢$\x08 K\t 3¬æ "
b"\x0F ±þ ̓Cß╝ØBÏ)Æ´k "
b"\x10 4g©ÊèMó²\x12 Îáæ»\r - "
b"\x11 @Ï”G;Lnµ±3÷Q\x11 ZÏ "
b"\x11 –\x11 ÀE‰Gx—ާGÖ\x02 I\x10 "
b"\x13 yM\x1D 5kCÿØ\x19 ├▒» µ├ "
b"\x14 ‰ûAˆ\x07 CÑš`öy\x03 ã\x17 Ô "
b"\x16 Tý\x1C þŠH\x17 “}\x0F ~)D€ "
b"\x18 3óÄˬJäô>\v ïì\x0E U═ "
b"\x19 û)'<NF\x08 Š5Tn\x07 ÏÕ~ "
b"\x1A 9™y'ÅF¶™àÚævVYq "
b""╩$=\x00 ÅA;Ü\v èb\x06 í\x10 Ð "
b"#ËÙ0o†JhžLœã—;zà "
b"$\x1C ^\x0E ¥BŒ„\x08\x12 žFüЛ "
b"$X0X¨gAgÜÁ&ïGÅÆ│ "
b"$õ\x01 $·ùHs®ÙsÒè'–( "
b"""
%Æ”Ÿ\n
áAG‘Cf\x16 Bˆ+;
"""
b"&²º$┼\x17 EìØ£\x15 ├FñÉÒ "
b"'h\x01 ¥NÆF_ޝy„K¨/æ "
b")\x19 ±A\x0E çDöøÅ┤╔p\x15\t N "
b"*+\x04 ÓDÖF\x0F ••²¼§dˆ\x12 "
b"-íF¶^‹IP¤tÊ€²*Ó\r "
b".Ô\t X\x13\x02 @x´–+Ÿg\t vÜ "
b"/¼PC\x04\x06 @6¯h\x11 ó&Eq\x1C "
b"/Ôêrå┴LØ£ÉpJ,ëC\x07 "
b"5™Ûž¦ï@溲=\f é~‹ß "
b"7.\x13 M…úN<¤Cà'¤6¾k "
b"7ŸQ7éTC\x1C ¦ðÄñù©¢\x07 "
b"7╗y0\e -Fcà\x00 ì[y\x03 :§ "
b"7Ëm\x03 ˜$C†»‡š¦JÖÎ\t "
b":ht¢ÊŒI:“*|ûÎ[o\x16 "
b":m╔╠ÉPHÞÜ´\x10 °D\t ð- "
b";ÎjýÒæF\x05 ¸#=\x08 ƒ\¹I "
b";â¬{^àIË•\x04 Ä\x1F ѱüÎ "
b"<¿Ï½EDL{…ž»R\x18\x16 vU "
b"=0eRŸÃAÈ¢•\x1F œ\x1E C{" "
b"=›Ãr3ïJÌ¢tèÇÓL\x14 @ "
b"= ÐŽógNAˆ\x1D ªÿÎÚA "
b"?)5·&|O°¸\x0E PÇt\\x13 E "
b"@Ðýd!ïI䢧ÿ&þ8ý; "
b"A\x13 Ž;çIKÑ¥‘&ÁÇ^vî "
b"B‗õo\x15 ±A-ü─í·┐òt "
b"D\x01 $š°rGûŒFLußgæ/ "
b"Dd\x10\x1D H:Ar”:ŽÀ©œÀÕ "
b"D¡b·4sGØš€Ó\x18 ðƒ#> "
b"Dý)¸œ‡K°œ¶w8©p’P "
b"EAÚ[Ê\x1D J\x12 ªžuƒ£!¿; "
b"""
Faoè×\n
A”–sƒZ1Êß…
"""
b"GìëÇJ`K?ª®öᎩ\x02 Î "
b"I±ß¡RUO[“N\f aÎMïà "
b"J‚·R—âI¯ƒZ|›c'øÀ "
b"L|/B‡mO”‰Ù¤°G] Ì "
b"L§jsš%H ‡Ñ\x04 çT\x06 ¼" "
b"M¾!Ä\f ³JǵWá\x14 ñÔ8Z "
b"O‗0HE╩L²½\x06\x18 wFØSI "
b"P`\x1C x\t 6C¡¾*ì\x17 :çyS "
b"S\x1F {╚kìJ┘ò\n ÏÍú\x00 9û "
b"S-zÎöRH4¤LúÙuzR• "
b"""
S²\n
t†\x7F IT¡<´3\x1E \n
Fä
"""
b"X€²˜½\x1E @¦‘&‹„öc¹\t "
b"YæÖ\AúAüü\x05 Ρ6ç*W "
b"Z\x12 ‰nÜOCH¢Öà\x0E e]½9 "
b"Z"¦ük¿@q–¶…ó\x13 A\x1A\x12 "
b"\ÄÓùLxH#š¥Ã[ {LÛ "
b"]$\x08 6\x1D *EfŪ\x04 åè&├╬ "
b"]/wÔ\x1D ÍGv™ã*ö~ä„g "
b"_w° ,0Hó›ˆ~¹\x19 &\t è "
b"_›yóö\t GÓ¨¸Êá²ï\x03 P "
b"_¹\x12 ›]>E\x1D †.µHÅ6ÝÙ "
b"_î?}±ÃI:¯\x05 æ5AA\x7F Î "
b"`m4á÷_Nö³ûΤâ2¸§ "
b"a@ÖÂ \x01 H«·É?æ*¼õ "
b"a÷5B¸cJ„†ÖÔ°\x7F\x16 ›Ì "
b"b«IÉ«║A\x1E Æbþez-\x1A\f "
b"c/vTN©Jë¯\x03 ;FOÑò\x1C "
b"d\r -›¿¼EÕ¤ˆ›Šx›\x10 º "
b"dâÒñŒ®E%¢Æ/€¡F$s "
b"déÔôYÙJ\x1D ¬\t G\x1C Á\x05 çD "
b"e§y`üæG2╗¸\x1E \ÆËıµ "
b"fæWG8ÃAâ¨N©\x1F \&$Ï "
b"gØ»=DíKº«k\x05 «╬9À\e "
b"gª& V±C`’÷JÿnØê~ "
b"g└KRı\x17 C+òä─ì\x05 VÌ "
b"hÞ\t k\r ïNXІ\x18 X×Ìôx "
b"hÔõÍXáM\x05 ªX4ØHµ#\ "
b"lâ¦KC L‗ÉÑoßÇ\x1D ▄G "
b"m&<\x1F ÏGBjžÀ\t «–dÌ\x1F "
b"nç×aÆÇGó®ì;╚è\x03 AÝ "
b"n¡–-ÁÇF¾¶|á*F\x1A dÖ "
b"nä\x1E á¿JMI²Úh„9&Pœ "
b"p±M\x15 É\x14 BŽ®¦Rdκ\e M "
b"sN[3¯Mˆ¼\x15 œpÁÿ©! "
b"s╣51¡¼Hbìtk®ÍoJA "
b"t$Ý´Ì\x12 L)ØUõîÀ╣D╚ "
b"t¨\f ñy±C\x12 µï#_oélj "
b"x\x15 "jrëDEˆ\x06 1$æoé\x06 "
b"xØvOÉöG·¿ËN´\e 1Ûÿ "
b"xà´\x10 йCÕ„\x11 —ÒÞ–¡Ä "
b"ye_Î\x03 ƒLy¹y(™ë0Û© "
b"z/IÞ9-@÷ŽÉU@Zñ:~ "
b"|\x15 1YÙSL\x04 °\x07 q#í}\f õ "
b"}ö”\x00 ˆ+Aׇ‡â”w‰˜A "
b"\x7F öø?x-D·¨p!\x11 jcjž "
b"€\x15 4·\x00 _N…£ÒE\x10 yêç} "
b"ÇJK┤XAJhù±Å'ñ\x00 6O "
b"ü*Ø┬ÛqH¸åB¡6àe\x07 p "
b"üƒd©ÝY@\x0E ª╔\rùØZñ "
b"‚h@™ÝoI´žˆ›fdú!\v "
b"ƒ\x13 »1ÒiDj¯p“Ê\x1D Ú\x1C "
b"à¡q¹\x03 lEDØ´ÄÉ®╬}\x17 "
b"åJ\x08 Ä=àOÈ×╩ñöü!h\x11 "
b"†ÂµžIwL\x01 ¸Í\x11 +Š£\x19 ‰ "
b"ꥲú1╠N╝│É ,\x12 fl; "
b"‰‚ ¾\x1E 7K,Ÿ›9\x07 Wú°w "
b"""
‹L–\n
ltL{ž½iš1•Ly
"""
b"‹‘\x19 Ô\f ÖG…R’[á×\v % "
b"‹óÔårbJT¿\x03 "Vàbl\x08 "
b"îÿ╬A═%ESØø±6åmïä "
b"ް»Ã6zKòˆU—ò$fˆE "
b"Žík)g\v Kµ´Å#{n¤˜\x7F "
b"Å7;Í$╦KÄ│4BÈ?®`ð "
b"É{ª!XøG\x10 å³õûCƒ‗¼ "
b"‘t\x18 „<WC^¾p\x06 Ð…›?= "
b"Æò─É\f\x13 F─æ╠\x12 mx\x00 ¾\x1F "
b"•X\e `iæC>²4[+g0\x18 C "
b"""
—¦(\vSG\x16 ‡¼8xY\n
Š-
"""
b"˜bV`ñøDOƒOîS\x13 Œ|\x03 "
b"šfjç\x02 ÄI$².°€“í\x03 ï "
b"šä\t nîH@Ô¸‘ 3ÊÎH„ "
b"Ü‗\x1C L\x02 XIùüpÑ »+N1 "
b"ø\r q\t <\v CðºjÂçÅırN "
b"›²“PÉoL˼«\x15\x18\x11 õvÆ "
b"›üN\x00 ':Al¯êgO.8Ë“ "
b"œïަ-\x06 L¶ŽQÈÃd-\x0E Ú "
b"Ø1¬S┼│F└¼V0\x03 T}pK "
b"ØÅµ©\x01 ÛBÕù²└>6┘┼\x06 "
b"ئÚ┬]fI┼®vVî{B_Ì "
b"žàY{jYG›¡è*z4^\x03 L "
b"ŸÉ0\x1E ç>No™WGdËõD\ "
b"¡¾½ZôpI_YFЖZ±E "
b"¢\x12 ¥J}D@š‘7§*kþ¹© "
b"£JxBaûI1–"O¨O"Êå "
b"ú_0O÷µ@züg▄\f zÔ│└ "
b"¤-…¥\t ÄI\x16 £^\x14 0ôÜ2) "
b"¥#\x1C þÐpFl®ƒ5”½Úƒ‚ "
b"®\x0F ╬i3┘JjóÙ,│JíÅî "
b"®1_Iü5HÚ¥©ÚòÅq¿* "
b"©F\x19 „š5E»¼íÅ_é\x11 ~\x0E "
b"¬Ûç%ã\x02 D\x02 †,t\f\x19 —œ° "
b"¼ÙÖË·¬K7Å\x1A\x02 ÈÞÖð┐ "
b"LZ>3eN´ºKP÷Et܆ "
b"oï YBYŠš\x13 9« "
b"®Ø–“\x1F (E1»ïœ\f »ö‘\v "
b"²kšB›·\x04 ªIË‘`P "
b"³ú¨ìx\x06 C¯›Ov¡S\r ¢Þ "
b"┤gÔÅ<pH\x1A ï.£;\x1F ]\x1A ÷ "
b"µµ!—³#G\x12 “ŒìG\x01 .˜ø "
b"·Õ~AÛƒI¶€À\x19 ì«>Íà "
b"©-0AÃaJ\x05 ìõâfÙa─æ "
b"╣jvqóSJûż\x17 I¶╬Å! "
b"º\e ®*&*Bž±@5«ò>0C "
b"""
»\x11 ~\x07 ~÷C\x13 ¹w‘Q\n
`oã
"""
b"╗3\x1F '¥áJ├ü\x1C yö+\x0F $▀ "
b"¼¥ÞzÛJJô¦\x17 ý‘Vƒ¢\x08 "
b"½\x1A õô\x1C ÜI\r ˜"SÜ\f »ªÎ "
b"¾®õ·µäC†˜Ë<½ÈÔ«¶ "
b"Á\x08 çYS\x7F A6”D\x0F TεyI "
b"""
┬^8Ø\x06 IB ÄçV©\n
P"@
"""
b"┬Ûñ▓ìëGEÁë±\x02 +åéi "
b"ÃRý(\x05 %Hô³ÇýóVÂ\x00\v "
b"ÆöZu+£OÀ°éoáL«7g "
b"ÈIhRNØC;´éR‚|„U1 "
b"""
╚O═j2'LñëÉ\n
{#█¸5
"""
b"Ì"áÄñœL)·.‰î\x13 ª,¿ "
b"╠¼┼Ùë«NfØã]íA¸~) "
b"""
ÍÌÑq \x07 DË‹g\n
ÍîO\v i
"""
b"Ñ÷?¥L\x05 MëŠ8«~å\x04 é8 "
b"Ò8äÏg\x05 EN¶\x1F\x12 ÑÕƒëÕ "
b"Òžãæt\x1E G\x17 ¨5Àß×F\x12 Ñ "
b"Ë\v O\x02 1³Fƒ¿‗õÉ!ı─? "
b"Öz\x02 L[ÁM)޹³\x7F Wðó„ "
b"×™Àh]ÛIÒºfv¹bP]\x04 "
b"Ù²Ü\x17 ÓI̾þ¬wXð\x14 Æ "
b"ÜCÈö\e ¤G¹£OTIžáþ“ "
b"¦\r ö┬¾6IØú:>f│n«p "
b"""
ä‰\n
¸·ØF©—Žö¾\x1A\x03 Ù³
"""
b"䨵Þ0xCÖœ0=\x12 %$l× "
b"Þ│Îs░aM\e ÂìúK0ãW# "
b"é!Ïj€ž@¸²×ô„\x12 K:é "
b"""
êö\x17 \n
\x14\x7F Kã«j€Þ\x18 ÉB¡
"""
b"ëW‡o°}D¸‘8‡"\x1C 1´) "
b"ÝvúÎm[@vì\x15 X®)\x1F pô "
b"î ¤-f¬C\x14 ¦|¨ÂZ\x10 æ( "
b"´É\x7F Ë©wF\r ╗▓e▓v "
b"ða0*âvB\x17 ²\x19 äÒ\x08\x17 °\x0F "
b"ðpúm@«@/ž“ÏG\x04 ð¯ø "
b"ðƪֱkA¿¤Ã\x17 ·mÄ¥ "
b"ñn¶\x1D DXDÖ™Q£\x0E ›ªˆÓ "
b"ñ|\x14 >€0@\x1F »,³Ã\e }+\x1A "
b"÷ˆa\x11 64DK…pÎH‚PRð "
b"÷ˆ\x14\x00 ýAò£dìo\x18 ‡]{ "
b"ø‘?õü·E\x07 •`ºàøGÒ” "
b"ùÊ„Kõ÷E¤“áʼnZdñ\x01 "
b"ûà÷Öw¶CÉ“%R¸¥$æ "
b"ü\x19 ÿÖQqM}º;Γ”1Ä+ "
b"þŸobó¦D‘¸N]\t Ç¿ºL "
b"ÿa/R°Eà¸âF¶iP‰Š "
b"¼\f îÖ§fB[¦»³jÌ{Mû "
b"yç-\x02 «ÒOOù¤\e L\ÉÍ┌ "
b"└├J¥<┘@ìØ±\x18 Ðoj┼¸ "
b"gü<▓┤¥Füó×ËU½[C± "
b"³xeíÑÏNWØ\r Q¾\x06 ┤\x1E Y "
b"p'gsî\x15 @#Øf!¯trà┴ "
b"ÿP{\x19\e ÐB\t “\x16\x14 M§\x04 eÊ "
b"„YÛ·sÈAÌŽ\f #uœ\x1A Gˆ "
]
SELECT
`product_media` . `id` as `product_media.id` ,
`product_media` . `version_id` as `product_media.versionId` ,
`product_media` . `product_id` as `product_media.productId` ,
`product_media` . `product_version_id` as `product_media.productVersionId` ,
`product_media` . `media_id` as `product_media.mediaId` ,
`product_media` . `position` as `product_media.position` ,
`product_media.media` . `id` as `product_media.media.id` ,
`product_media.media` . `user_id` as `product_media.media.userId` ,
`product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` ,
`product_media.media` . `mime_type` as `product_media.media.mimeType` ,
`product_media.media` . `file_extension` as `product_media.media.fileExtension` ,
`product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` ,
`product_media.media` . `file_name` as `product_media.media.fileName` ,
`product_media.media` . `file_size` as `product_media.media.fileSize` ,
`product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` ,
`product_media.media` . `meta_data` as `product_media.media.metaData` ,
`product_media.media` . `config` as `product_media.media.config` ,
`product_media.media` . `path` as `product_media.media.path` ,
`product_media.media` . `private` as `product_media.media.private` ,
`product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` ,
`product_media.media` . `created_at` as `product_media.media.createdAt` ,
`product_media.media` . `updated_at` as `product_media.media.updatedAt` ,
`product_media.media.translation.title` ,
`product_media.media.translation.title` as `product_media.media.title` ,
`product_media.media.translation.alt` ,
`product_media.media.translation.alt` as `product_media.media.alt` ,
`product_media.media.translation.customFields` ,
`product_media.media.translation.customFields` as `product_media.media.customFields` ,
`product_media` . `custom_fields` as `product_media.customFields` ,
`product_media` . `created_at` as `product_media.createdAt` ,
`product_media` . `updated_at` as `product_media.updatedAt`
FROM
`product_media`
LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id`
LEFT JOIN (
SELECT
`product_media.media.translation` . `media_id` ,
`product_media.media.translation` . `alt` as `product_media.media.translation.alt` ,
`product_media.media.translation` . `title` as `product_media.media.translation.title` ,
`product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields`
FROM
`media_translation` `product_media.media.translation`
WHERE
`product_media.media.translation` . `language_id` = ?
) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id`
WHERE
(`product_media` . `version_id` = ? )
AND (
(
`product_media` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_media` . `product_id` IN (0x014F7384DB66408F89AA3E936E853CC5 , 0x0209E577FC514C1C9D7436A79EA21E3D , 0x02D31B1EFD4F40A88DC4A16DB62F8D53 , 0x056F2B4A18734B51AA5CBAC988C32D68 , 0x058176951F00484EAEC8B4250FA889AE , 0x068F0F07571949618C99C2AB142DD526 , 0x077DF44ABF2D4748A2A60AEAA8916A7B , 0x07B7F25516774D86BB85F336ED2A7EB1 , 0x07D081C6C1064008939838A51A05B3A0 , 0x0AF3B7E057754BAF9F358B609C82DC86 , 0x0AF6AFFEC65C4885B40767871088623F , 0x0C8D01216CAA443284EBD923B2E22621 , 0x0E8E19F9F00C4397BCDA44EECA5258A1 , 0x0F91158E463F48EEA224084B0933ACE6 , 0x0FF1E720D69F43E1BC9D42D82992EF6B , 0x103467A9CAE84DF3B212CEE1E6BB0D2D , 0x1140CF94473B4C6EB5B133F751115ACF , 0x119611C045894778978EA747D6024910 , 0x13794D1D356B43989D19C3B1AF20E6C3 , 0x1489FB41880743D19A60F67903E317D4 , 0x1654FD1CFE8A4817937DAD0F7E294480 , 0x1833A28ED3AA4A84933E0B8B8D0E55CD , 0x19FB29273C4E46088A35546E07CFD57E , 0x1A39997927C546B699E0DAE676565971 , 0x22CA243D008F413B9A0B8A6206A110D1 , 0x23CBD9306F864A689E4C9CE3973B7AE0 , 0x241C5E0EA5AD428C8408129E46FCD09B , 0x24583058F96741679AB5268B478F92B3 , 0x24F50124B7F94873AED973D2E8279628 , 0x25C6949F0AE141479143661642882B3B , 0x26FDA724C517458D9D9C15C346A490E3 , 0x276801A54EC6465F8EAF79844BA82FE6 , 0x2919F1410E8744949B8FB4C97015094E , 0x2A2B04D344D6460F9595B2BCA7648812 , 0x2DED46B65E8B4950A474CA80B22AD30D , 0x2ED4095813024078B4962B9F670976DC , 0x2FBC504304064036AF6811F32645711C , 0x2FE2887286C14C9D9C90704A2C894307 , 0x3599DB9EA6EF40E6BAB23D0CE97E8BDF , 0x372E134D85FA4E3CA443E027A436BE6B , 0x379F5137E954431CA6F0C4F1F9A9A207 , 0x37BB79301B2D466385008D5B79033AF5 , 0x37CB6D0398244386BB879AA64AD6CE09 , 0x3A6874A2CA8C493A932A7CFBCE5B6F16 , 0x3A6DC9CC905048E89AEF10F84409D02D , 0x3BCE6AFDD2E64605B8233D08835CB949 , 0x3BE2AC7B5EE049CB9504C41FD1B1FCCE , 0x3CBFCFBD45444C7B859EBB5218167655 , 0x3D3065529FC341C8A2951F9C1E437B22 , 0x3D9BC37233EF4ACCA274E8C7D34C1440 , 0x3DA0D08EF3674E41881DAAFFCEDA4120 , 0x3F2935B7267C4FB0B80E50C7745C1345 , 0x40D0FD6421EF49E4A2A7FF26FE38FD3B , 0x41138E3BE7494BD1A59126C1C75E76EE , 0x42F2E46F15F1412D81C4A1F0FABF9574 , 0x4401249AB07247FB8C464C75DF67E62F , 0x4464101D483A4172943A8EC0A99CC0D5 , 0x44A162B7347347D89A80D318F083233E , 0x44FD29B89C874BB09CB67738A9709250 , 0x4541DA5BCA1D4A12AA9E7583A321BF3B , 0x46616FE8D70A41949673835A31CADF85 , 0x47ECEBC74A604B3FAAAEF6E18EA902CE , 0x49B1DFA152554F5B934E0C61CE4DEFE0 , 0x4A82B75297E249AF835A7C9B6327F8C0 , 0x4C7C2F42876D4F9489D9A4B0475DA0CC , 0x4CA76A739A2548A087D104E75406BC22 , 0x4DBE21C40CB34AC7B557E114F1D4385A , 0x4FF2304845CA4CFDAB061877469D5349 , 0x50601C78093643A1BE2AEC173AE77953 , 0x531F7BC86B8D4AD9950AD8D6A3003996 , 0x532D7ACEF6524834A44CFAD9757A5295 , 0x53B20A74867F4954A13CB4331E0A46E4 , 0x5880B298BD1E40A691268B84F663B909 , 0x5991995C41A341818105D7AD36872A57 , 0x5A12896EDC4F4348A2D6E00E655DBD39 , 0x5A22A6FC6BBF407196B685F313411A12 , 0x5CC4D3F94C7848239AA5C35B207B4CDB , 0x5D2408361D2A45668FA604868A26C3CE , 0x5D2F77D41DCD477699E32AF67EE48467 , 0x5F77B0A02C3048F39B887EB9192609E8 , 0x5F9B79F3F60947D3A8B8CAE1B2EF0350 , 0x5FB9129B5D3E451D862EB548C536DDD9 , 0x5FEE3F7DB1C3493AAF05E63541417FCE , 0x606D34E1F75F4EF6B3FBCEA4E232B8A7 , 0x6140D6C2200148ABB7C93FADE62ABCF5 , 0x61F73542B8634A8486D6D4B07F169BCC , 0x62AE4990AEBA411E9262E7657A2D1A0C , 0x632F76544EA94AEBAF033B464FD1F21C , 0x640D2D9BBFBC45D5A4889B8A789B10BA , 0x64E2D2F18CAE4525A2C62F80A1462473 , 0x64E9D4F459D94A1DAC09471CC105E744 , 0x65F5796081914732BBF71E5C92D3D5E6 , 0x66E6574738C341E2A84EA91F5C2624CF , 0x679DAF3D44A14BA7AE6B05AECE39B71B , 0x67AA26A056B1436092F74AFF6ED8EA7E , 0x67C04B52D517432B9584C48D05FF56DE , 0x68DE096B0DEF4E588A861858D7CCF478 , 0x68E2E4D658A04D05A658349D48E6235C , 0x6C83DD4B43FF4CF290A56FE1801DDC47 , 0x6D263C1FCF47426A9EC009AB9664CC1F , 0x6E879E61928047A2A98D3BC88A0341ED , 0x6EA1962DC1C746BEB67CE12A461A64D6 , 0x6EE41EE1BF4A4D49B2DA68843926509C , 0x70B14D15C914428EAEA65264CEBA1B4D , 0x734E5B33C2AF4D88BC159C70C1FFA921 , 0x73B93531ADAC48628D746BA9D66F4A41 , 0x7424EDEFDE124C299D55E48CB7B944C8 , 0x74A80CF179B14312B5EF235F6FE9C789 , 0x7815226A72EB444588063124E66FE906 , 0x789D764F909447FAA8D34EEF1B31EA98 , 0x78E0B4108AB943D5841197D2DE96A1C4 , 0x79655FCE03834C79B9792899EB30DBA9 , 0x7A2F49DE392D40F78EC955405AF13A7E , 0x7C153159D9534C04B0077123ED7D0CF5 , 0x7DF69400882B41D78787E29477899841 , 0x7FF6F83F782D44B7A87021116A636A9E , 0x801534B7005F4E85A3D2451079EAE77D , 0x804A4BB458414A6897F18F27A400364F , 0x812A9DC2EA7148F78642AD3685650770 , 0x819F64B8ED59400EA6C95C72979D5AA4 , 0x82684099DD6F49B49E889B6664FA210B , 0x8313BB31D269446AAF7093CAAD1DDA1C , 0x85AD71FB036C45449DEF8E90A9CE7D17 , 0x864A088E3D854FD49ECAA49481216811 , 0x86C2B59E49774C01B8CD112B8AA31989 , 0x88BEFDA331CC4EBCB390202C12666C3B , 0x898220BE1E374B2C9F9B390757FAB077 , 0x8B4C960A6C744C7B9EBD699A31954C79 , 0x8B9119D40CD647AD8552925BE1D70B25 , 0x8BF3D4E572624A54BF032256E0626C08 , 0x8C98CE41CD2545539D9BF136866D8B84 , 0x8EB0BBC3367A4BF2885597F224668845 , 0x8EED6B29670B4BB5B4C5237B6EA4987F , 0x8F373BD624CB4B8EB33442D43FA960D0 , 0x907BA621589B471086FCE496439FF2AC , 0x917418843C57435EBE7006D0859B3F3D , 0x9295C4900C1346C491CC126D7800F31F , 0x95581B6069E6433EB2345B2B67301843 , 0x97A6285C7653471687BC3878590A8A2D , 0x98625660F1F8444F834FEE53138C7C03 , 0x9A666AE702C44924B22EB08093ED03EF , 0x9AE4096EEE4840D4B891A033CACE4884 , 0x9AF21C4C025849978170A5FFAF2B4E31 , 0x9B0D71093C0B43D0A76AB6878FD5724E , 0x9BB29350C96F4CCBBCAB151811F576C6 , 0x9BFC4E00273A416CAFEA674F2E38CB93 , 0x9CEF8EA62D064CB68E51C8C3642D0EDA , 0x9D31AA53C5B346C0AC563003547D704B , 0x9D8FE6B801EA42E597FDC03E36D9C506 , 0x9DDDE9C25D6649C5A976568C7B425FDE , 0x9EE0597B6A59479BA1E82A7A345E034C , 0x9FC9301EE73E4E6F99574764CBF5445C , 0xA1BEBD5AF470495FAD5946D0965AB145 , 0xA212A54A7D44409A9137A72A6BFEB9A9 , 0xA34A784261FB493196224FA84F22CAE5 , 0xA35F304FF6E6407A8167DC0C7AE2B3C0 , 0xA42D85A509C44916A35E1430F4DC3229 , 0xA5231CFED070466CAE833594BDDA8382 , 0xA90FCE6933D94A6AA2EB2CB34AA18F8C , 0xA9315F49813548E9BEB8E9958F71A82A , 0xA94619849A3545BBBCEDC55FE9117E0E , 0xACDBE725E3024402862C740C19979CB0 , 0xACEB99D3FAAA4B378F1A02D4E899D0BF , 0xAD4C5A3E33654EB4BA4B50F74574DC86 , 0xAD6FEF20A05942598A9A1339EF9986AB , 0xAED896931F284531BBEF9C0CBBF6910B , 0xB26BEF89A19A429BB704AA49CB916050 , 0xB3FAA8EC780643AF9B4F76A1530DA2DE , 0xB467E28F3C70481A8B2E9C3B1F5D1AF6 , 0xB5B52197B3234712938CEC47012E98F8 , 0xB7D57E41DB8349B680C019ECAB3ECDC3 , 0xB82D3041C7614A058DE48366EB61C491 , 0xB96A7671A2534A968FAC1749F4CE8F21 , 0xBA1BAE2A262A429EB14035ABF23E3043 , 0xBB117E077EF74313B97791510A606FE3 , 0xBB331F27BEA04AC3811C79942B0F24DF , 0xBCA5DE7ADB4A4AF4A617FD915683A208 , 0xBD1AF5F41CDC490D982253DC0CBBAACE , 0xBEAEF5B7B5E4438698CB3CBDC8D4ABB6 , 0xC108E759537F413694440F54CEB57949 , 0xC25E389D064942208E8756B80A502240 , 0xC2EAA4B28D894745B589F1022B868269 , 0xC352FD28052548F4B3C7FDF356C2000B , 0xC6F65A752BA34FC0B0E96FE14CAB3767 , 0xC84968524ED8433BB4E952827C845531 , 0xC84FCD6A32274CA489900A7B23DBF735 , 0xCC22E1C4F19C4C29B72E89EE13AA2CBF , 0xCCACC5EB89AE4E669DC65DA141F77E29 , 0xCDCCD171A00744CB8B670ACDEE4F0B69 , 0xD1F73FA54C054DEB8A38AB7EE504E938 , 0xD238E4CF6705454EB61F12D1D583EBD5 , 0xD29EE3E6741E4717A835C0DFD74612D1 , 0xD30B4F0231FC469FA8F2E49021D5C43F , 0xD67A024C5BC14D298EB9B37F57F0F384 , 0xD799C0685DDB49D2BA6676B962505D04 , 0xD9B2DC17A0D349CCBEFEAC7758F014C6 , 0xDC43C8F61BA447B9A34F54499EE1FE93 , 0xDD0D94C2F336499DA33A3E66B36EAE70 , 0xE4890AB8B7D846A9978EF6BE1A03D9B3 , 0xE4D8B5DE307843D69C303D1225246CD7 , 0xE8B3D773B0614D1BB68DA34B30C65723 , 0xE921CF6A809E40B8B2D7F484124B3AE9 , 0xEAF6170A147F4BE3AB6A80DE18C942A1 , 0xEB57876FB07D44B8913887221C31B429 , 0xED76A3D76D5B40768D1558A9291F7093 , 0xEE20A42D66AC4314A67CA8C25A10E628 , 0xEF907FD3B877460DBBB2658CF7FDB276 , 0xF061302AE2764217B219E4D20817B00F , 0xF070FA6D40AB402F9E93CF4704F0AFF8 , 0xF0C6AAD6B16B41C2BFA4C317B76DC4A5 , 0xF16EB61D445844D69951A30E9BAA88D3 , 0xF17C143E8030401FBB2CB3C31B7D2B1A , 0xF78861113634444B8570CE48825052F0 , 0xF7C2881400FD41F2A364EC6F18875D7B , 0xF8913FF5FCB745079560BAE0F847D294 , 0xF9CA844BF5F745A493E1C5895A64F101 , 0xFBE0F7D677B643C9AD932552B8A524E6 , 0xFC19FFD651714D7DBA3BCE939431C42B , 0xFE9F6F62F3A64491B84E5D09C7BFBA4C , 0xFF61AD2F52B045E0B8E246B66950898A , 0xBC0CEED6A766425BA6BBB36ACC7B4DFB , 0x79872D02AEE34F4F97CF1B4C5C90D6DA , 0xC0C34ABE3CD9408D9DF118D16F6AC5F7 , 0x67813CB2B4BE4681A29ED355AB5B43F1 , 0xFC7865A1A5D84E579D0D51F306B41E59 , 0x702767738C1540239D6621EE747285C1 , 0xFF507B191BD042099316144DA70465CA , 0x8459DBB773C841CC8E0C23759C1A4788 )));
Copy
92
0.24 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"³µÝl3BJŃÏ×%÷3Á÷ "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0xFCE6ED6C33424A8F9FD89E25F633B5F6 );
Copy
93
0.27 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C ;
Copy
94
0.31 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? )
Parameters :
[
"/ersatzteilfinder/790-duke-2024-modelcode-F9603XO "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/ersatzteilfinder/790-duke-2024-modelcode-F9603XO' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
95
0.41 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
96
0.20 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
97
0.16 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
98
0.24 ms
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = ? ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"VÞGÀŽÊMT“*¸Æ³Qqƒ "
]
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = 0x56DE47C08ECA4D54932AB8C6B3517183 );
Copy
99
0.25 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
100
0.16 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
101
0.14 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT iso FROM snippet_set WHERE id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
102
0.21 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0x274605D71D2B4479A3882D8FD62BFF5C
;
Copy
103
0.59 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagGmvReporting "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagGmvReporting' );
Copy
104
0.44 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
105
0.20 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
106
0.63 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
107
0.26 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
108
0.21 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT path FROM category WHERE id = 0x79A36140A28A4CE6AC6D0E2CED062741 ;
Copy
109
0.15 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
110
0.69 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
111
0.52 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
112
1.04 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™²$ßâ\r Fé¬!¯Ü\x07 Á\x04 s "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (0x99B224DFE20D46E9AC21AFDC07C10473 );
Copy
113
0.97 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
114
0.52 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
115
0.53 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
116
0.67 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
117
33.40 ms
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/ "
"/navigation/251448b91bc742de85643f5fccd89051 "
"/navigation/ec2a4d4fb4474b5088b03df523675f08 "
"/navigation/859156a63cc442008cc67aa14505a8ca "
"/navigation/4851ecc7788447bfb1e74f488e708249 "
"/navigation/2350ba14e89143198d72042128b8519f "
"/navigation/f3f47b57953b40afb23cd462dda41731 "
"/navigation/075251ee45644d14bfeae2fce50073a0 "
"/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58 "
"/navigation/07d6d4c2753d4315814435763a756eb6 "
"/navigation/4784c622e7b34b139d9852ed9fb53adb "
"/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c "
"/navigation/7ca22766fd2846b39712928cd77b169b "
"/navigation/cc590dbc44b740169864cd7c989ddad0 "
"/navigation/275477acc6364fcbb3d3bfbe17317800 "
"/navigation/57e065cd29a24cb3b2d9fc39fc2abf50 "
"/navigation/aefcfa1180634bb98635452ad2dcdbf7 "
"/navigation/bda1448fb6f1449eae78e06d3dd07df3 "
"/navigation/2c38112820554a9598f0c8e77373625c "
"/navigation/310cbec927954c1ca5d68a3a49b532c7 "
"/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa "
"/navigation/c7643e90932e42f594f15a536998ed66 "
"/navigation/3abc5229293848c9b2fc1b27fd3d8421 "
"/navigation/514a31209c6e45c5b7f05cf2ce9205fb "
"/navigation/8539a768e5ce4f168833f890bae1d0a6 "
"/navigation/0923017eea79437bb043b5b0673e115f "
"/navigation/c6f322e9a6294eb896f7bb669251f305 "
"/navigation/8cfeb9558d524e17827ec792492c9122 "
"/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3 "
"/navigation/a3668172f857425f9bfe53224046ba51 "
"/navigation/505fcc508c4e47eb99d8e4627fe8bd32 "
"/navigation/82738af02a084bbdb851e11e8ec598dc "
"/navigation/aab03d74404b481ba120fb9530426d47 "
"/navigation/018c9125ea874ae287429a2cefd1f2d0 "
"/navigation/1a5c6210666443f19920fa7686428657 "
"/navigation/76780ee5e68042aab5f6574d7e25dcd3 "
"/navigation/bef74106cc0b4125978553246ff16ad6 "
"/navigation/c4aa5e8624d24b30b0312e22701162d6 "
"/navigation/c6dc84aee6e1469696ac2299c312fde9 "
"/navigation/d62f763a8391413b81a164ea482db739 "
"/navigation/dfdf2340aca14881a6652d08e7656163 "
"/navigation/ab1de20b216545318a6cdad2ee7e2a82 "
"/navigation/afed1ddda6d849c49d00ca0932a75b70 "
"/navigation/b55d905661614a2fa7f585ef697d6cfe "
"/navigation/c7156d3692b345c69d8c93126625814e "
"/navigation/004440dd20754671ada9bf79a2b75fbc "
"/navigation/0b73a534bf5044ed9dd6af4e301fc006 "
"/navigation/c9d1a6f276f24c67b7c66222804db52c "
"/navigation/f57dc8356f054004b0b2ae82257e6ab4 "
"/navigation/cd3cfa833d6046b89a14935aee1a7f8f "
"/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af "
"/navigation/a316e8972e0041bfa756d6f7acc23e7d "
"/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6 "
"/navigation/eeadca367c544275ac141449b234e23b "
"/navigation/0efa889b062a423c8fd11a73b02e28f4 "
"/navigation/52daaaf1c14242d699b579aa2eadba48 "
"/navigation/8537420f2eb44ac297adf8c04e163b3d "
"/navigation/d9db2acbb0ef4cfab89a07bc122d204c "
"/navigation/f501cdbc9c1c4609a8a519e227fc2bef "
"/navigation/f59522a887f947d8864e42c4ebc39266 "
"/navigation/f9e2050944fc498ea0537fdb55cba37d "
"/navigation/882667d91b2d4ab5a8cb33bcce661e38 "
"/navigation/35da856933d947239055eaf099933e29 "
"/navigation/4e2522fa9ec04f46bcab12cd36925cb6 "
"/navigation/552f1d0a97d7418d822959705696a65d "
"/navigation/7623cc38e1154a2797227b05b7d74503 "
"/navigation/78c4ca0a6208486cb940907b1298f747 "
"/navigation/37476b928c114f0692ad5a37af14e66b "
"/navigation/d3000e05adbf41ccb0952539c25cb21c "
"/navigation/1b15b427e9cb40b28d537a893668f15a "
"/navigation/43c83d522870493a8ab2df8abb5d556c "
"/navigation/49f823826b384871aec230ae7ee2f154 "
"/navigation/e5a13fc2f1c542cd9057c9488b5c559a "
"/navigation/01fb819fa75744c8a56fdc0981381ba9 "
"/navigation/7182c23f1e214e85adba25d65afe398a "
"/navigation/73045f602ad1421fadf76dcecc9ca960 "
"/navigation/89a9b23c1a8b41c2bb4a66032fda3981 "
"/navigation/a585c54285844d1ebd1a64392ed3ee8c "
"/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f "
"/navigation/c76f09f24f1942b1822fb275e0080db3 "
"/navigation/e10596ecd9474c998247ceb3e50921c6 "
"/navigation/01797e0437b3448db94e690f14f43e5f "
"/navigation/7b34af3a47cb4c3ba3188ed1cee83967 "
"/navigation/7758ea41858d4231ad3623921c73e531 "
"/navigation/68376253ee4542d7aa4d93ac4958eb0a "
"/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e "
"/navigation/d867ffee71f646f09b1c069b267201e0 "
"/navigation/4fed7b490a09439dbe58747fe74f3e5d "
"/navigation/cf5a0b4136834eac88874e7ff81b8ba5 "
"/navigation/f19faba35fa04f30a1bdd354b051f625 "
"/navigation/4bc032eef6364672a0d09b8abe93d55e "
"/navigation/33b309eb71bc4c2a9976970795d500fa "
"/navigation/6dba75696b5148139136de033ffc6382 "
"/navigation/be2f3ca764534022a2ba79f972c9679d "
"/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6 "
"/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef "
"/navigation/7b7970e14b87448fb41d825fcec350d0 "
"/navigation/7d34ea33ebd2430b84ca71a999e7b708 "
"/navigation/abfa97de640b48c7a6afa067b88812bc "
"/navigation/1f423e85c6eb494980b22dde93e64a9c "
"/navigation/876b21ae9d7c41498115b90823beeb7b "
"/navigation/2b29710e5f0f44a8825513b4e6e2a98d "
"/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8 "
"/navigation/671bb3d9919346a1a0187fba6835a133 "
"/navigation/dfe70840626a4a9a88c56999fb42852b "
"/navigation/e4ae50f24b8d4d6483cbea48cedb146b "
"/navigation/73e9c784d8c448d8a7e304117eed2293 "
"/navigation/8fa76c45c7a14b1ca93353f7b1f85411 "
"/navigation/f2e70390e9e34ceda7549b53800c1e08 "
"/navigation/0bc41cae5ab441458dce00de02107388 "
"/navigation/5f149c7e1b2b48f9ae6364de8ce288fe "
"/navigation/903d01af296c4a2391205affb24423c2 "
"/navigation/89364c27afac40fa9ead1ec3136ec684 "
"/navigation/aecbd0f4de0742199dd75fadddec2013 "
"/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0 "
"/navigation/bccc5c020811472196379229044dc7fd "
"/navigation/2db3c8aa857a4bc6a6d11e3438350063 "
"/navigation/068567f45f424e389167089941c407ec "
"/navigation/165d387e909249889e89cd6584e6c81c "
"/navigation/20e44a7345fa48468f3d0e2298b4f067 "
"/navigation/224193720c2a4a45bc96cb2d055655ba "
"/navigation/3c24eab57c3d445698f26534ea18e660 "
"/navigation/444424ff93914a27a401e920bb33976e "
"/navigation/72202b824a384e9a8c11ae6afe2a9d75 "
"/navigation/7b182711a1294f69ae2266b5e37b5bc4 "
"/navigation/83868e2e81b340bfa067343e71965085 "
"/navigation/89d46426d44c4442993d4b524afc59a4 "
"/navigation/a16abde2699547c2b823b86c6b48d0d7 "
"/navigation/a3025fff20374024b907cddab6c39d43 "
"/navigation/d14cb43cbcf245eea471b31b87876e6d "
"/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d "
"/navigation/e5c66ca00fd140229735738d20618e8c "
"/navigation/b613bcea17d94cd68c0f1b01c96a843f "
"/navigation/f65330b5335b43a8ba39baec7d44aa54 "
"/navigation/fb3986cb89834cf3a3b42c5a651034a5 "
"/navigation/9eb6e1f2d32e4679aa85298c3e2fd678 "
"/navigation/a5d30272319c4e6f8577b8f344013d34 "
"/navigation/5be3b86f12b94044a39420702328fe79 "
"/navigation/e40c020ad4b74db7bc3e2e88c4c27be8 "
"/navigation/ab078ca87be74c748a7e971e766ceaf3 "
"/navigation/efef8f302349446dac0f0d67631b70cf "
"/navigation/f5e01e9054514b68a8653c5a4f2e5ee1 "
"/navigation/e485c99ca374414e851e1bae3f10af8e "
"/navigation/2fb093f95507419987f178312f1a3159 "
"/navigation/4823a61385b44ff1acf4e6382ddc6ed4 "
"/navigation/a6abb398e64e45f1895b6666ef5c48d1 "
"/navigation/00f37e830a0348d09705a9612c8c8cba "
"/navigation/71ca1150915f49e5a1f2fd538909d05a "
"/navigation/1c5e979155a844539448db12fd5ee768 "
"/navigation/8880adde82fa414eb680521ec3b57c4a "
"/navigation/edd74ffcfbd44ba9904d355f05d440a6 "
"/navigation/29bbfc2eb6d444f08a34e46f60b76e17 "
"/navigation/9228dba7d8ff47a897c5e6125f40dae0 "
"/navigation/500fe37e8fab4ec686d79803e58a8133 "
"/navigation/defbeb767ca44c1b970ab994d662a6a2 "
"/navigation/5d1b4c4fdc094289932a615f81db335b "
"/navigation/b3fcd7cc2e684a8b96f82adbb8615f55 "
"/navigation/1f6fc0d096e4433f847169a8653f9872 "
"/navigation/cdf0a23d5d72433783ef241128a9b070 "
"/navigation/273527558c5e4e2cb3168fbfbbf6db0e "
"/navigation/0fc49a5d23ec4742845d4d31898f67f2 "
"/navigation/9870b54fef794c4b87791c9dbc9b83b9 "
"/navigation/91314c7682154e58a203d7deb3c46e25 "
"/navigation/0198a84419397e96ae8527630cef7f63 "
"/navigation/019c03b8fcaa72dc9e2c6dd03b04916d "
"/navigation/5fdbefa88b0942d28155aa77fb9d1ef2 "
"/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27 "
"/navigation/6abcc304f8c84933a719a126f42a6651 "
"/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3 "
"/navigation/ea2fc00d192244b3b852128b45d74842 "
"/navigation/2a5c8fc96ef04011aef499b2fb4faca4 "
"/navigation/01971690d7e97455bdb6a13033fc4bea "
"/navigation/01971691bb387f7f8d6fa68ac5bc78b0 "
"/navigation/019a7cc2c0ed7c48bfd77766e7197c67 "
"/navigation/019841caba81739d847aaec4495335dd "
"/navigation/c760008290d84dbaae3f6f4b83269ddd "
"/navigation/019aea2480627a599fd1d0db6122e224 "
"/navigation/0197169587bc7ef2832928391108aef6 "
"/navigation/01992f21513c7fca831141b67a0ba2a6 "
"/navigation/0199288800f87feaabd6d217f0254df0 "
"/navigation/01983b68543b7476b25d1ed5006cd884 "
"/navigation/572804a509e74ad58d18d52ef0cfeb3c "
"/navigation/0199772279547efd8f94e76789b316b3 "
"/detail/24b02b0793934e648671fb2529ff3c2d "
"/detail/3bb7ebbd9f144e5a8437f006568bb854 "
"/detail/845111537c5943ae95f498c4e2bf53df "
"/detail/c319ca29cdc142d584c7b6127311bc67 "
"/detail/6e4a90d17f5245c2a77f76e60569a1c7 "
"/detail/af04851046cf41d5bee33137cf5593a6 "
"/detail/3722fe146fc24976887807d1d7f26600 "
"/detail/ce3981bd83b64fd8afea57c28bd8246e "
"/detail/bd23fb224162498494b6d28d4d146ce4 "
"/detail/4a2520f301244fc4938292d3c6efb7de "
"/detail/1cbe00765d0746cc97d750398cdee081 "
"/detail/de5da57142bd48baa95ee550d3c0f8f9 "
"/detail/e51450aa60fc4b9ab5749451e5b9fd35 "
"/detail/3586baa2490b4595a40cb4454ba7ef72 "
"/detail/7921add9108248b28592c1c45e474697 "
"/detail/6d6ec921bfb541d7b9c5af4a349e15af "
"/detail/b49352c4c9ee4ccea81c1cd8447b8b60 "
"/detail/8bd65a8fad6245bc867628f1a69b3ce9 "
"/detail/2fb6517f82a04711a1771c9b484111e2 "
"/detail/dcb8543623994d25a660974430987a4f "
"/detail/a04028c7174d47188e03f3039efc91bc "
"/detail/88bcf3c46a49400da3995abf847d8c5d "
"/detail/e1a013fd4efd430db67448b9b34351a7 "
"/detail/79a78600519f4258b5e4f557194b2443 "
"/detail/727519e5ea9945bcb38556c786b0462f "
"/detail/eb322fa731b6473da5e4510d80af8994 "
"/detail/4717b782d81f4ac9b1f38ba0dc75f742 "
"/detail/f63b30c4433f41fa918e808f059989ca "
"/detail/f6cfe19e39e74358aaa0d97d3e8d34c8 "
"/detail/312abb438a8545bc9adff97c49dc5535 "
"/detail/b842e53bd9334206acec3cb3f9dea93c "
"/detail/76fe52880df54b2f929b6a30205355a9 "
"/detail/df6258b4b02845a592c304fe986ae052 "
"/detail/7adff263991942e2bfbdb03eab3c84f6 "
"/detail/fa81633e7039466a83c227788ac05d28 "
"/detail/46a424ae2fa04aba8789166d8061adc3 "
"/detail/eb3085298f0f4b918439a11b273f3d25 "
"/detail/4ad41f7f31064e7ba2483544068f1b61 "
"/detail/a6b9f3e101a642ad92ab2604525fe26f "
"/detail/c5843ef00fbd4298b688b9354bf07108 "
"/detail/36192c55cbcd433cb853f3a0d7870853 "
"/detail/3df78c98f2174b8d82ef9cc28cb40024 "
"/detail/9317a29495c44fff92e1eae29e23c7e3 "
"/detail/9180b46270e84ded960697b77f730c27 "
"/detail/46bed0ede6f24d88a992c0e6474693ca "
"/detail/f700ccf8d19b4ce69a776d2b8e03fcbf "
"/detail/04e6f83da24642088321ca023f61239a "
"/detail/e3c87a04954949f3a273a536bc5c5a7d "
"/detail/6deb8070212948c5806869dd4cad38e7 "
"/detail/0a037cec6f2f490883c0ecc734851968 "
"/detail/02b5b0cc83d54b2aa4e7858d3a8c47dc "
"/detail/32bec7a1385b4881959a689f706e065e "
"/detail/e05859c7aec24fe2a466e597c6fc4cf1 "
"/detail/608264459d25422a82448e83867586f9 "
"/detail/69d888a6ba7945c98018c15f3b27ba27 "
"/detail/5fef0ba56ecf4dadbb7a958ff26ed5b9 "
"/detail/61a035dbe1b94b8ca98d62f3c176eeb7 "
"/detail/4b0485e3974b48058b92b37f4e8a8abe "
"/detail/e794fca7a9f5459a9503de5a4fd3ae10 "
"/detail/7c4a7c48062c4a278354f53df305dfc0 "
"/detail/a98c66392c6e4c9187f118b80267894d "
"/detail/88adecddcb95437497f05284ed3b0e66 "
"/detail/c810c313fa96425fb90e8beabef852a4 "
"/detail/84c073c6200b4139982ff1fe5af38a61 "
"/detail/7f5c92811ba94b0b81185cf6c0bb4643 "
"/detail/58eeabfb540141f29437c69620ecafb9 "
"/detail/dddbb7778d9c4bc9b8fa7145f16c012f "
"/detail/109a40bd85d0489aa2b0ba18b0ce4b99 "
"/detail/85916d3c3cd847f7b4fbbc02acb5704d "
"/detail/ff5f7e5baeba4fda98a4c1abd9171bce "
"/detail/86ebe79ea34f4082b5c548d59851bd91 "
"/detail/8acfb590313548f2951202180595cef1 "
"/detail/a8d998d62291426f9c4d23682cc1a96f "
"/detail/c2f9e1a9cef6409b97dfa5e31d7ff15e "
"/detail/41ddc22565ca44f6a5cde132c7b48943 "
"/detail/4326d86da86b4a9fae14ba2464873114 "
"/detail/96a9109f6d9d4332be2261ec9af3da31 "
"/detail/7b2c8c847b424d4e9622cf72f5a3a189 "
"/detail/a7a0d11d3f0c4e01a250d00e5a63e921 "
"/detail/1b2460577bbd480fac7a7c2735d82ad8 "
"/detail/155c1a69f6bc49819758e902e5fabcc5 "
"/detail/135d7e3a28f048ec90fe4c0f9cf250d1 "
"/detail/3cb2766bdcb844c28b29e352af0dc82f "
"/detail/19ba3ce15c6e4982a08381f11318184a "
"/detail/76e51af65d024e0089dba40c450c302a "
"/detail/fe1287214e5e4282875f650321bb84bd "
"/detail/4049f47d6a184bb785d8f6f563846268 "
"/detail/6d2c2c3d092b45c69258ae58c834c910 "
"/detail/78ef6ce488b546dba1afec66d499d99f "
"/detail/ab85030b022f4b3d90f8532e1084999c "
"/detail/45a8af00865f41389ade5eb41a8413d0 "
"/detail/d235bf8b535e45e0a3927fc200c87b6c "
"/detail/b443160b2762407d8a345dc10f5610c9 "
"/detail/041f4976fcd7409a8b95fbf4d550dcd8 "
"/detail/27bf42012fdc42e7bdab23a2af7892a0 "
"/detail/41428532e90041ceaa778625072128fb "
"/detail/aa1a6a7e4a774c46b3abe3658507b904 "
"/detail/92aa9f08af494ab280017afbfe8d803d "
"/detail/ff9921076d0d4a8792594519b9dfb853 "
"/detail/3b95a46b94b64a34a73db8cfe48f4043 "
"/detail/1a0ea0822c684df5afc96a92a10d92e1 "
"/detail/5276806fba574ac9b0ae386f19ac448e "
"/detail/a171925654854439a4eba695469852b9 "
"/detail/56022887fe7a49ff8ea9f93435181f8a "
"/detail/6664e6d53a6c4ccfb3157eacfec07d13 "
"/detail/bc1b49cfc17a42158c7a256216a23887 "
"/detail/c75ddcc1856e4bd0afd7050d0fb3eec2 "
"/detail/9b1994e8538540a3a5c1eb9ef58507a2 "
"/detail/e7dbaf220072456490669bdee6fe51d8 "
"/detail/51321185e9af496b8f9fd8eaccf97c8c "
"/detail/e135fddd87fb4abe88410f568a74ae4c "
"/detail/b1b4428e633d4724b61d655372f78011 "
"/detail/751eefd09da3439cbeb54ac5d6276f81 "
"/detail/106950daa9db47fe8c6a495ef55870cb "
"/detail/02732857e2c64b47bae0e1bc815003e3 "
"/detail/994e504d89de4ff4b396b33d0c799f60 "
"/detail/d97333ca46504a8389743badbc47d068 "
"/detail/a8de85e768e64b2b823be970f3db151f "
"/detail/cc7f17b545b443259d7b3b91bdb635e9 "
"/detail/f455820eb3ca4e6eab563129ff20ad06 "
"/detail/7126c3f2d9c6420398ae492ff0f465fe "
"/detail/28320a2ba675413ba7955c0dba8eeba8 "
"/detail/a33903f981914c079418471c6b7549e8 "
"/detail/b49a3e6547784f1fb5d822d52cc9a507 "
"/detail/4570100a52c74fb0b920361946661659 "
"/detail/be2a8b5796ad4e87b0dca06d554db6f7 "
"/detail/fc48a8e93ea141e181c1a596fe6d051e "
"/detail/66cfb21a9fb04393a95ef36481dfe290 "
"/detail/1ad29f6871e2430ea8c818cf58a2db2d "
"/detail/2251f5ab58704679a4355fe1ed0fff18 "
"/detail/569267b6667645a791316218c4f646ed "
"/detail/e1813d1953c34d33b0d9b27ed5873886 "
"/detail/4bdc3a735b574e4798800961e9bde244 "
"/detail/3d6b1cfb4f144d278698b021d5a5c7d2 "
"/detail/c27baae030b24503a0ff987a31964152 "
"/detail/eb292fb40ea24f639c128b639875cf19 "
"/detail/fca1613aa50444608ef93a7ca5d619ea "
"/detail/460d78e25a3944008501b3dffc513cf8 "
"/detail/fc34770b724642068972d447b99edd28 "
"/detail/f399bc56d5a8444ca152ab9ad701ab7a "
"/detail/62cf993a9edc44e5807cde94d4272f90 "
"/detail/98ac6ae3b69a4f7da6aaaf38828d22ff "
"/detail/1a2701056e494da8be6224a50640f697 "
"/detail/43f9ff34aca14f3db847ada22f3dd3f5 "
"/detail/b314afce111a4f908b75f1249a9fd742 "
"/detail/2e7f0699e4fa4c33ae0d9d9ca45dd81d "
"/detail/1d94703efd5f48db886a256edf6ec311 "
"/detail/9d45dbebaa394a83b9e19d5ee499cee3 "
"/detail/5d16a217d80d4fc6aa95e05ec2abae82 "
"/detail/280e52e434c74a258ef4a0ddab24374a "
"/detail/7d56d321d6834a24a35114bdc9a75eca "
"/detail/a6369d9a94f042908a7eca045fbbf3f6 "
"/detail/84372b86334148f3ae46134fa052f758 "
"/detail/63d1e86d1438476eb79574f43b486163 "
"/detail/0c8e2366edde4f4d8be1eb3c8409c696 "
"/detail/984c4dcef99e4c4e98fec5cd5a4f08d3 "
"/detail/9b06bcd6c42d4c09aeefc14694f43aff "
"/detail/6ebd9242a70345f08be5c01c1adbbefe "
"/detail/f495ce30e6864dea9b64bec20e41efd7 "
"/detail/e33300e6d1bd4d7c9ea39b6547c16779 "
"/detail/230b840bdd1b4fff97e6704671c4d376 "
"/detail/85704d37e04a4d3381b7d0a22044ba3b "
"/detail/14dfe87212fc47cc8b6925e178b42523 "
"/detail/8bd323ffc75b41f7912ad63024c60da9 "
"/detail/2b75be671f384348a1851f946ac58f07 "
"/detail/8a50041c8f5f4f738f738bdb51c4bbec "
"/detail/f45f10515a464805a8b628d48915d5e1 "
"/detail/ba6462e1ce9d4920b1d4443bf5b4b453 "
"/detail/544d3e8ca79f41228d75b82e938e4ac4 "
"/detail/d078894672bf41f9bbaff5896e4a7b6a "
"/detail/c888499d087845c09a1cf5f28486167e "
"/detail/0e2d83bd6ede4b7eaee72c04239fb5c1 "
"/detail/7909112a58e74515bb2d4d013c3fc975 "
"/detail/10896259c828421daf47d56064fadfc6 "
"/detail/a98457d1771d47ee927f9af5438d5f84 "
"/detail/2506093f531c4d5ca99231a35dede93b "
"/detail/b64e0537f99f4a7c83cad1bfd3253c64 "
"/detail/862571e3c55a428fac5eab74dbd61897 "
"/detail/275034eaa61b4cc6babf70c3ed9b92e1 "
"/detail/ea1773b8a24140e5b9c2a4b914e8d88a "
"/detail/a448b8cc30214970b264f10c54275c9d "
"/detail/f1ced8aefe0443d9af81784c6ce1032f "
"/detail/eef7911a58024e20b54a020fd95b7edd "
"/detail/acb3f7093a414799ac661dbef3819afa "
"/detail/2544a9aecc2c41ad9f62ee8800a3e769 "
"/detail/65d37e8611a24d6a81a53a335f092210 "
"/detail/dbb51805db4544079edfaa7d7d5829ce "
"/detail/b7f5511666e04cb3b03195412cacb7ad "
"/detail/237b2c0438794ec1be223643574db8f4 "
"/detail/54707e283b0a438092e0855415c7b52f "
"/detail/42e42b1a5f27496e90cc98492a4bcada "
"/detail/cbcd83969a784f79a80cf7c950700d16 "
"/detail/357167462cb84c11a83f9dbf3d133ad1 "
"/detail/421e0125515549d783d3dfb4b7666e7a "
"/detail/586a9bcfac4d47e080f97e0a43033427 "
"/detail/cb81079a60354f30959cbdb3aa20c15c "
"/detail/c168f170f78245f9830eedefe836f4d6 "
"/detail/bb73e0f0efd848d3b20fd423926d7d4c "
"/detail/49d8693168bd4e9a9d8526bfb6cecbfb "
"/detail/6cdef64739cc4401bfbfe1ab2bf4d500 "
"/detail/1271521be681470489b9c785c885dceb "
"/detail/cd55ed42a2a242eaa767e455f182080d "
"/detail/e01fe72d00b34200b0e4573a796e182f "
"/detail/f05f341e05c44a0c9a354fbba42f62ea "
"/detail/0bb5ffa4d2224b9f87a1cee5f7555c52 "
"/detail/00ea126ebb17414b8de28b8adb8b7c9f "
"/detail/6b6d3d49ecb3467da2f9640400898aa1 "
"/detail/eab6e4f9b7fc411db531e7bc6e2f22fc "
"/detail/052ad23004fe4012b75332a0ff505ce5 "
"/detail/b9613e9d318d4a2490b77f4c100b38f4 "
"/detail/7058aa98626743d6b2ed5e302e40dcc4 "
"/detail/8fec631b396b4a3fa79271b59c6ef5d1 "
"/detail/bb8cdb1bee7b4fc8a717b8b60bd469fe "
"/detail/5fd273192e4b407c959cd1016ecbd732 "
"/detail/cedd7c984eeb499299b6d4573fbdd3a6 "
"/detail/9e76dd71b96c476692e0b7348269edba "
"/detail/dcd7461704144558b1a1abdb027f9d62 "
"/detail/bccaab926edd442cafaff10d5270839a "
"/detail/144e54880eec4bdda3f397a811d090e1 "
"/detail/6eccdbf9baf7457181d448a10cade149 "
"/detail/6fd2fa1e4b2f4f1bbab0ede7cc556a26 "
"/detail/e0598fa955294692a703a1e6e0d9d089 "
"/detail/8618b7a281a941d3b4c3a146c613759b "
"/detail/a28c511727d847478f7a73f1741b83a0 "
"/detail/9c8294e998de48f59a664d9f1cf7b4c5 "
"/detail/b978c767dd2a466aaf1a780eaf1fd69c "
"/detail/ccc3165d8b674b828a7a9cfc48325155 "
"/detail/c59901e2e6314c41b2f6697d0e0c1137 "
"/detail/8a21e0fa81df4d4b9f354505a3443f31 "
"/detail/97f18795e20d4c2f8774c4cbdd3978de "
"/detail/ec84da16de1045bca17205cb65831f83 "
"/detail/4f56157420ff488c883529aa0a7a1599 "
"/detail/6a8837ac4d704c26ad0ed946abb62e8d "
"/detail/7594ba16a2d54227a275724df17a628f "
"/detail/039f8edb25ab462c81651097939933ee "
"/detail/2a8de543fb784ca18d65b3c84d3566cf "
"/detail/bbef7bdb2d744acf81eae3970d68282e "
"/detail/d89a493aa3f64a4982c9e5fb8256a410 "
"/detail/32d4edc58ca447238c215887ce9fc3d9 "
"/detail/a97ed38a1dea4a468abaf22a2bd29d5b "
"/detail/14ba7107ca354d8eb0e1ed6931811e7b "
"/detail/84e42dedec91491382903999f6698637 "
"/detail/174d238072e3464493d05a36977b1b36 "
"/detail/0edc32b246124da4ada5b79f4160aa30 "
"/detail/33e6b8df73d5462599aacd9ca46102d3 "
"/detail/02912b77f6184878852a362c488e1df5 "
"/detail/5d0d7f3c465e441eb6d025378751cb65 "
"/detail/5c051ed822044bc5b51d6f2017a40c1f "
"/detail/114cf43958f74d33a1b812230108ea4c "
"/detail/83ba19c48acd4185bed88a42fad2a202 "
"/detail/6fc107d6a1e249129cc62e39bd3db5b3 "
"/detail/447db92bc6984313ac1464b59a54640b "
"/detail/1a8c7647531a4a04938de9aaa4578afe "
"/detail/b6cf89949e2b43a58853cefea9e1c9af "
"/detail/7c047b09be704920ad70722d9cbbaed1 "
"/detail/6ba8701d82b74aae8bea3098cf77a776 "
"/detail/928979bcfbc04ba593be753debbe5247 "
"/detail/eefb9ea2cf4845a7a2a08692acf1467d "
"/detail/0dd823fd144549afbfbf6f88b415a87c "
"/detail/6da3a31794e243d6b45b2f899f60ec5c "
"/detail/c98ae1e439b846caa2e091677d440bad "
"/detail/a7b8aef0ab1343dbbd3704346592ec6a "
"/detail/79b87747c5014c518af1d3ee5e69f67a "
"/detail/05e28f2b3bc44d5fbef6709ac203f1ef "
"/detail/8f1332eb43334d159175a80ed6e45057 "
"/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e "
"/detail/5f27c2af01ea401594a8feef9fdea4d9 "
"/detail/513ab9793dd541e6a6dff9033f99756f "
"/detail/48d3f5ff2e40448ea76eefadd0efe5ac "
"/detail/f82bf58d3653461dbf3748014e59396c "
"/detail/2105912a047046a7a39840d218ba2b09 "
"/detail/fcce822312ef4a36a961ba9befd85dcc "
"/detail/fbd207a1cfad466ab47b6cbd239fabb7 "
"/detail/7ca91ae8ec9e44c78e4e05b4bf830bfb "
"/detail/6d97048b3a1848e5984259d145c64ea9 "
"/detail/841ba378974347d7b56c89090b2e56f8 "
"/detail/2b4b91a7f52d493fbb884c16111fdc0e "
"/detail/3186921e2ad3458bbdf0ce46a2e5d4f4 "
"/detail/4a5521c0a1f04f648418d834bc420e4d "
"/detail/ff99c8aff36b44eab0e1ce60a3ccd39b "
"/detail/978648c238af48d3b655595f0883865a "
"/detail/df818b09a3de4776bd25ca68597f38f2 "
"/detail/8d35f0c6664c405396cc9d071b872140 "
"/detail/be337e962bd3418898b739e0edd8acd7 "
"/detail/c162c9513b1d42508c4d49b47fb4dc71 "
"/detail/13b55eace8f74f00af6a65bb62bfeb26 "
"/detail/c7c27c6eb6d54599839a560978452979 "
"/detail/0a99b6a5c4bb4330b86a27e7806a07b3 "
"/detail/ef8084123f7144429b7cc81e25b8a52a "
"/detail/733dc7a320c14ed7886044b15249ca98 "
"/detail/73a01e43b848489aac44a6a2bc35cda9 "
"/detail/6fde9d4160c74a51869b5a8ed920727f "
"/detail/a34622ab31be463e9f44f6e19a33c6d1 "
"/detail/6fd20f7517c2481fbe9560b3a1a76e85 "
"/detail/74df2613a93d47bf8ec49dcf8fa2d7e7 "
"/detail/1a096b4b5db44452af48b4f0ba886f80 "
"/detail/9659d0bbd47446b6a2f602282a3d02b0 "
"/detail/698b242ffd0d43ae8d99ba191c712c14 "
"/detail/768d37aa6d264dc0ae33e575abe651b5 "
"/detail/d111a4ed259949168d6de0efc59a7d22 "
"/detail/71296ff2bb444c5787edc4a31aec1ad0 "
"/detail/3ecbf73d96f74ea3b1dcba6084f8ae86 "
"/detail/30ffa71c47094df2a90ec7d8edc613b1 "
"/detail/635cef6a9ff847c6813814ae912db673 "
"/detail/cce237728c9a443095d5acac2558ca2b "
"/detail/b5e72f08e07d4cb4a814320ce87eda7a "
"/detail/c6dc8bea9c234666bc039e76421dcb6f "
"/detail/e41ef68f48c246cc9a5dfe9c5837fa25 "
"/detail/76780d8d04184bc0ba1179cdb80b8de7 "
"/detail/9cab6ec7917a46a0a43b9e43d461e932 "
"/detail/d9e7b8af14604f3e835338893674d231 "
"/detail/962f3333f2a14c608f1b3447a66d892c "
"/detail/f4763313af9b4394b002c5871049c7a2 "
"/detail/e4e34a65f4554180bd323a0ef9f965cf "
"/detail/6298e5b8ff304bf9b417a962245263cf "
"/detail/2ad26b5ff62045acb018cb7277519911 "
"/detail/8dad35f03e18430eafdc0bb50fa9f232 "
"/detail/30ed195c93b7467a9187f07773889a9f "
"/detail/fbbcf2cd54af48a9ace8a27417c61136 "
"/detail/0a38581650a342bb97478e5552350b97 "
"/detail/7c3ad044a851497d947245b9d0295eef "
"/detail/96d02e6c52b74af38e379978cf37882f "
"/detail/8dfd9638f43248689e4712e6955bb5ce "
"/detail/a99552f6420149fe9b6fe71f1eb223c3 "
"/detail/a498ee6df1b44db187fbd16578c217be "
"/detail/8cae9449817a436899527a696b3022ee "
"/detail/4a0481cf2837415f994a26db302d9cf1 "
"/detail/a26a3419085746dfa76279498a8d72f2 "
"/detail/9f6512456e9b4fe285d2aba81e5473e3 "
"/detail/538180b1e5dc494ab00296a41774ade6 "
"/detail/e4ed22bab5cd4ebbb60c1eb917bb47dc "
"/detail/2d19ad67757d4dd29aa16785a3791b64 "
"/detail/cba7f096f5ae48b692612d03d7069498 "
"/detail/afe1670f53f542fd88a2b2292cff3879 "
"/detail/a7a094ee62f44750bfc093ae90c76368 "
"/detail/1dcb7aff5a5b497c9b01240f8113d932 "
"/detail/459a91c944234b618165897e3b6b21bd "
"/detail/12c6cf175d2e415f9202f26f7f5ea267 "
"/detail/29424506f7c34f70a500c369ecdea554 "
"/detail/1a466c5e3ba34fd7802dbfac2ee83b9e "
"/detail/c143635479bb4dd0ab2f2b45eff29906 "
"/detail/e01b91d84aef44d786d1791749af22ed "
"/detail/4bb1a177c3f441df91fe4db9a39338a2 "
"/detail/de7db8bbfd394d309bc002847cf993f4 "
"/detail/fcb0627fca0843e9babf49ddb79d9b17 "
"/detail/ef924dc6bca34388938555db649b58bd "
"/detail/de4cd79d81134c22a68a74a7e8220f2a "
"/detail/597f981bad274259a07e5eb0d1c2358c "
"/detail/1eb4b1948d554f13aff7ffb200cc75ad "
"/detail/18d3ecc2c1664dc3bf49fc96eaa5325f "
"/detail/4f06787bbcd54814886185ea513b15a2 "
"/detail/47cdc669a0d341c798b16ed43d73dbfa "
"/detail/caf5ed4db8f745b5805f24ef6e7dfa08 "
"/detail/478a78759bb54a75b5aef6f9ac966465 "
"/detail/cfb2354511cd492891543e589d6f219b "
"/detail/915af89899584c569006967eaae9eb79 "
"/detail/1582c38c41e44f7985feb2f52244fa6a "
"/detail/1697af3dea1e4a7f9851fc290a025525 "
"/detail/324c4fe6ca9147a499ba6429784b6d6c "
"/detail/1459362b952b43fc8ad36b1863689cf0 "
"/detail/e199cdc36610435985962c92683500bf "
"/detail/53d4d2d3125f4b6d8e1f0ba5a5f92d10 "
"/detail/3bd248939b8747a4bb67a2f2040fa6a9 "
"/detail/52aa3640a83346469ef4f3c3d5477649 "
"/detail/7ef14dbab4c443a084941555bfaf4af0 "
"/detail/9b9ccfcd42e0456da90f81f63268e5e5 "
"/detail/7a768155a21e446db594b41749495d52 "
"/detail/5f85098c42834950bca4dbf51b36cc87 "
"/detail/c9055fb2640f474d93478934ec9b38c0 "
"/detail/2cd6add9b5d340c0ae0bfe9a4dcf1301 "
"/detail/9446a98385ab4ea3a7a786f627f895e0 "
"/detail/2e1d7a24c37e4d4d96b2dd75693d254c "
"/detail/5cb1a3119afe4e89b6a76fa1bf678f10 "
"/detail/bc95ebc6e7a44548abf63df3b26f849c "
"/detail/5434f4165f0e460c89f806625bdeea37 "
"/detail/938c5b9225da4c1897da16c73e599fd9 "
"/detail/f379c6b762d14462858324f3568eb767 "
"/detail/ce15840ee6334794be99001184f47b64 "
"/detail/148a7db7b91746779af1399bfb14b749 "
"/detail/b7549288b1ee4e5cb0112d3de02d6658 "
"/detail/82fecd32cb2b41f98e060847b3b7f41e "
"/detail/3ece1d9cedaa45139e9bfc24bc6cf163 "
"/detail/81109d6d5cbb442589401e5427212cfc "
"/detail/329849610cf643a8973ec27b03de6bea "
"/detail/ba8c8eca24e34e87864060fb910a8f87 "
"/detail/feec8af14b394e318e2ce9862e6327d9 "
"/detail/f594528e964b4a0fbadee158b56dcaa4 "
"/detail/2320f1b7176d41e28724359cb17c496c "
"/detail/42ea73d80d544b6a91b5fd9a98803cef "
"/detail/7de43a59276348a49a432533eee8e783 "
"/detail/da3c330183b04e42a6635b2e5d30438a "
"/detail/2f0cf9035b3d4dd494db11f867c657a0 "
"/detail/dff4a3e29e1d49ebb541f3ae750e5f05 "
"/detail/ed5ec8f855b04d81afeabb302389c5ba "
"/detail/aa8a6509532842d89502eeaca59812c1 "
"/detail/de429b7018d746d08888a6fc0be98228 "
"/detail/966ca9c8605647a1b813148003dc27f2 "
"/detail/b7e6baca364b47f39230cacc13e62d7c "
"/detail/929bd53e188c4ce5a988743598eea2bf "
"/detail/0b4e5cc4d6ab4ea8b8330862b728ba1a "
"/detail/e84c87d2343b4c8cb432dfd9e97654a8 "
"/detail/71ec0b339c2d47349057db3f3798dd66 "
"/detail/018031d7a6504c70bc9611effca5cb87 "
"/detail/c81b2553a9584a079af8ed7ac86a280b "
"/detail/4669fdcd345d40e090511df60fe34747 "
"/detail/d313aa66fd2a4c76aeb9cdeb5d197563 "
"/detail/2eb40206a03549ae99b789986204a29e "
"/detail/1e9b27e1115a4e0385f0372c13fe9750 "
"/detail/6462366562514e5c8cdccc45a32653c2 "
"/detail/2d5fdce9715549f4a80b8ed29c6c7bcb "
"/detail/47c93d7e0a0044e1846405fa51d74fd6 "
"/detail/0ec8e53a7b904a738d3cd38c70925856 "
"/detail/f4c19d33a4374f20b81f0e6f11e05106 "
"/detail/696185c8f8434874ae7d4f0259a20b7c "
"/detail/05f3cbe5c14440098da860974c749011 "
"/detail/ed36bad85c214591815c8c8b9365917b "
"/detail/41bb79951d5a432e897afecece7e47b9 "
"/detail/7f9a9bb4e45647f8b40ee4d24856710d "
"/detail/de3ffa06531c44adb98c329ffd3a4695 "
"/detail/d43b8ddb12834a7fac461ded65f3f23c "
"/detail/421a3fdfd0d5460ab528e3707ca11a78 "
"/detail/296a50c52a8942c99dbcdba401d43f4f "
"/detail/79733850f2f84aa9b42d1c61a8883fa8 "
"/detail/c4cbabc818604cbe942633aefd777aa6 "
"/detail/0198cc6063887009aee99935fc07787c "
"/detail/0198cc5fcfa372868458b0137445e61c "
"/detail/59ae7c8290e24f378488ba6a31145fc5 "
"/detail/6dde6162e144422093f3885e1d93ae7a "
"/detail/f141f0f197634afb946b7b6b9a507618 "
"/detail/0e6319c53a4c4c2a908f6e1acb1a2850 "
"/detail/0198cc5feedd72e5bd469a1d1561f509 "
"/detail/b0cc8bb1dd8e40489c138ee22a967596 "
"/detail/80e1b14557544cfaad7bd5e768620273 "
"/detail/982fdfcc11944207a95ed2afa37ea4d2 "
"/detail/aacb8fdea6a249e18b0ed74239d6f0c1 "
"/detail/ab86725ffdf4484283d6089a55b6417b "
"/detail/c9eb29e4fd2e4437a0572855daca354e "
"/detail/d555be79f1284d019d0fba821abe835a "
"/detail/8527fb724dc04b6890409c4f56b55210 "
"/detail/ea72c2d6163743a3aadbfd9b73f84fc7 "
"/detail/5b4b8832807b48479bee5c4a6a4e368c "
"/detail/805990a020a246c387ae957ef624150b "
"/detail/f721d9e4fa3f49d291b0211c0f49d7ea "
"/detail/c765400ddf344435bd390ca2384ed51b "
"/detail/2d0a4db6670548dca6c389f11e28278d "
"/detail/dca3340b8d324a2bb1e4c2b3202f3e65 "
"/detail/63557af22d8147e995653c1daf1696f9 "
"/detail/f935de115d5d43ac966b109ecf35d4f5 "
"/detail/8832841b589a4fdeb6556dfa4725429b "
"/detail/3231736b477540368f961e43f4c8acd5 "
"/detail/69e3f70dfe5d48beb0996b2d57dd4132 "
"/detail/a01216b71dbe473c820787036e2683ee "
"/detail/bc7747cc6db6494f819ad983d8ea394e "
"/detail/f8af2c992c39493e86e4a068f759f136 "
"/detail/58b3d0d35a944f7ea9f4a2ae551d606f "
"/detail/2ebf36bc5d734a778c7db644cd8f312a "
"/detail/7dd1dc64621846aebf5b45702bbd43a5 "
"/detail/de700df76fde41bc9f81830a7aba9c1a "
"/detail/124391a372a54749b88bd1e87ea32706 "
"/detail/a6d831b62a334c769bd3487a2727ce22 "
"/detail/fe05a30f1e7c4963a25a89b688fe94fc "
"/detail/3dcd4317e68a41bb8e4e45800ae9652b "
"/detail/211fafbc86f1403f97ad514f5bed6d56 "
"/detail/f8a3775e786e432d9c0dedfb38f5cdf5 "
"/detail/133403527e3948d98bfb2ddca2224a4f "
"/detail/caa6cb1b15f94506baee94ab6dabdb2f "
"/detail/1210ef73292e4834bb02477a20995ae7 "
"/detail/14868ce162bc4d3cbf56fe07bde1febd "
"/detail/7ad6c54c9be34f03b445d31d6927edfe "
"/detail/932cf84722f9420db0fe81ba479611f6 "
"/detail/94391e5449924ab68357caf7326975cd "
"/detail/135726f264c04274ab108b3c72d4391e "
"/detail/a4c8c6ebd449449486bb8befc80f7894 "
"/detail/792b461266cd474cae2356aa7b2a6d0f "
"/detail/d10a5fa44fca4975bf014f432f0a51d3 "
"/detail/9697191bf77b49d686ae5ca35c70fa0b "
"/detail/4f1a2c8c5ae44faba1bf9340c0809894 "
"/detail/35a9dc076bda4f679d20e46a414daa02 "
"/detail/d124c09cea9042ec8ce2eea49f7105b2 "
"/detail/f0b282abe2ff4b51be20796043b40460 "
"/detail/bf9a6b88fbc74a989dfbbd56aaf7e8b2 "
"/detail/89eda59c8ab2485188603fe1844bf9fd "
"/detail/1d4ff7befa364326aaac5307971b55b3 "
"/detail/e747ef8356fe4db9b003b66ff2e5060b "
"/detail/fb82ddea8a284ca0a47dd6c3dcf6da53 "
"/detail/3f2554490d9941c794bb71f5f764cccd "
"/detail/b525f7bbaf204f47b762228f4ecfd0ab "
"/detail/6b5030a638294ae7b0614aed2e693544 "
"/detail/74c23def2f2842418af16064a77dc50e "
"/detail/756e14612f0a44f8929a0a0da80a0650 "
"/detail/f16ad85c5cec492e954d94af74ce5f5f "
"/detail/c7b07d450d924cdea940dbae5e6b5916 "
"/detail/0b580d4db1af437bb52ae681045fa3d8 "
"/detail/940de9504e2b4067bb89e8de2687044f "
"/detail/740c49de0e9b44a887df6f73eaa40b70 "
"/detail/fbcf20581dd64cf4b8aed3aef780369a "
"/detail/e09c649155144829b8154605f353de63 "
"/detail/061240335ae44ba088a60a25356f028b "
"/detail/d96f418e40ef4e66a3a32c494619c26f "
"/detail/c34a952b9f624b3e8fd973baf9f8e1b5 "
"/detail/17bd255e57904585ba8a88149dff691a "
"/detail/a156b96b28be453fb738dfd576bf3309 "
"/detail/fa67665bf40e41d2933ab8e7ed0f1602 "
"/detail/b18473e401c64322bca40031f57a336f "
"/detail/68fe379991f84dd5a377e64831e860ed "
"/detail/abe6bf27ecb84f93966f2c666754177d "
"/detail/28671cfd645e4120a224fe0230649357 "
"/detail/e51ee137cb0d4e3a8276673023a90476 "
"/detail/cfd6dc9af5f44b3b933547476f6b88a6 "
"/detail/a9c3208b26794b119dabd142b2665f90 "
"/detail/e0d48d16c9bb4910a64abc8362bddbde "
"/detail/7c145cd33ad14981bd8e8dc497b81406 "
"/detail/925043830b4143a9afb3ad97282c079d "
"/detail/2b90301e0ddd4ffc94139c25a09f872b "
"/detail/7f6920bf8bab4600b04474c1376e92d4 "
"/detail/3635fcc77c4e446aa92bbcaecda3a102 "
"/detail/441a89af4193491b8f1fe1c682021211 "
"/detail/88c56f5564e644df986625800fcf21fa "
"/detail/b016da2b58c04adc8daef9bc750346cb "
"/detail/e7adedd46b1e433c83cdf6a3e0b48c4c "
"/detail/8e56d4361856486597b1a5e6d3da8650 "
"/detail/2006a3ea804a4ff69a0770da6c9b152c "
"/detail/ac821c264b8740f4b4a9e56fd325c660 "
"/detail/a816faeb3ba44c0f9d649b1dba370929 "
"/detail/ab1a576559bb413d94987ad83a39c5f2 "
"/detail/598135b2ad054bd5912b695c29b68c7a "
"/detail/a4a8c86177954121a5c1d21756b47a2b "
"/detail/302c26630ee74ff28738a844ed269886 "
"/detail/42678bebba584d12b643e7d1d36bbdda "
"/detail/97a8d0d52114451ebd70f2e5b619ce79 "
"/detail/a55c651ec0fd40f0a8d0d4911f39813b "
"/detail/ff5caa750e5a4ed6b5344bb2615f59db "
"/detail/2e1bf3a20cd44d6eb9cab219acdd783c "
"/detail/4d19d5a8142541bc891d0e11da039851 "
"/detail/3be71d5d0dcf4cafbb0229b757eba18d "
"/detail/c5152d0880274f3a91df61dd2cf0ed35 "
"/detail/ef2c85b7ff7a4a708c90c5ef6bc5389e "
"/detail/dcd1579a57ef42c3a9f76b9afca20bd9 "
"/detail/ec1436da1e4c4f03bb092b218ca78cb2 "
"/detail/73e176aae2d945e3a2f1591b18f795ea "
"/detail/6a0e50ab5bd046148e3743d125616ceb "
"/detail/1d9dd4750eb442e4874493dd4798d030 "
"/detail/af7e22d24ee4412890c88c3579fbd639 "
"/detail/3f238c229ee6469fa12b3b634a836c1e "
"/detail/2d093652413142dfb48e894db53daa26 "
"/detail/5099f7a733df4e9693c4ac6c8cb3fa9d "
"/detail/95b5e428eeb7403f834536c0259dfbdd "
"/detail/6cf120a66c1d440ab4b3f211ca5ed4e7 "
"/detail/3da8bf196a3b49808fce26652cccd5b9 "
"/detail/2d338f60a8624b08a0b076a6bda9bd89 "
"/detail/0e84607af75841a8af9242e142d32c1b "
"/detail/02f5376db4dc447fa79e6b944b2d5c1b "
"/detail/a6ed01749045435094bb393d532165cf "
"/detail/5221a02f84804456abe1de36ef2952bc "
"/detail/4eea087a9e5d40ad92e69bb06d463763 "
"/detail/a791698f060740ec81872561ef70bb34 "
"/detail/289e9338267a4f9f9c8acebb1c389498 "
"/detail/2a0aec1b06cd4f1caee8659d4902903e "
"/detail/084d8960a47c43df8721e404766bca3f "
"/detail/a2a198a0824f4a80a67ef4fcb1854571 "
"/detail/64fae64898c84d0fafcd30f9ebf1ed8c "
"/detail/a378a3d35a9e4deebdaf104233d64967 "
"/detail/a821025b13f0464c84e855512a64902e "
"/detail/da55e8f48e2c44ca943dd11d69c6a882 "
"/detail/342c22b947d44bd3884252b1e286baba "
"/detail/a0199a2abe774f49871b67dcd1f94f3d "
"/detail/d557a3d8ac874884835b1d19aee1600a "
"/detail/0063d99f94f84ae4a6245dfe32728347 "
"/detail/4421965451b347d9b98ff8c5f99c64f4 "
"/detail/33235fa1274840ffbb13cdd3b2b4bead "
"/detail/8e281119f82f4c18b63fa69d15c03061 "
"/detail/64aa4d5d3ec8485b83facbcd9938ce41 "
"/detail/833524d4f7c5409b915d2170cfe26734 "
"/detail/8f476e559d4a480bacace9594a734d6e "
"/detail/008f36161ee342efa69164d184297a33 "
"/detail/6e1bda997d50458ba8d53b5af12a73c6 "
"/detail/4d487491c1984f918e45f759a671b778 "
"/detail/4fb2216a86f04b3c8f243cd666690f45 "
"/detail/7893c4c08a7a4ea99a9da386751ae231 "
"/detail/f4c3961beedd495891e9e4bfbaf04a0a "
"/detail/1b98e8c17eca4d62a7e844987e00fb6e "
"/detail/6839368170de42c49ed3cfbf12e88778 "
"/detail/dc462b280b1749da9b04b87cab060448 "
"/detail/f89fa98dbb174a7898008d500673d396 "
"/detail/a1fd30263a8a4bdf869addf794d237bb "
"/detail/8a563833b6db46d58cb4231fafb3ecb9 "
"/detail/3b4e6267debf4727bc49ab382ee6b378 "
"/detail/4b3a07c918844439be797c82bcf93f5d "
"/detail/1ba742c0f8ab4e14bfb2838966262114 "
"/detail/d09a3bad9d8246acb1a135339a8a2269 "
"/detail/c3b93aabc4fd4458ae058b79a8d55f40 "
"/detail/914ac234f8274ab7a5525f8ec07a0bb8 "
"/detail/2ac0b06456e24af38ed4a05796ceb314 "
"/detail/d212bfb9ff6e4fb8b4a263c27186990f "
"/detail/38851123f67b440a9eb34c83a7d7d648 "
"/detail/df6dbe63cb1e4d8c828ea8715778bd66 "
"/detail/4769905b21a7442fa3538b68206deefd "
"/detail/bc3d9d94151c4f2c990b145eb3cadfc1 "
"/detail/a096f622e9c04dd78a3a6185831ba31a "
"/detail/43a7e833b0fd4972bad407d517059e1b "
"/detail/d2bbc2b65285491796b87f4978930e13 "
"/detail/56285a19a62b4cbeaf2813bda58efe1c "
"/detail/4c9962392c714602862a89b9a9bc8989 "
"/detail/50d22ec40fc04973acc79ecd6865453b "
"/detail/be9e6edc615c4f2db801facb58538429 "
"/detail/d07fdb4b60294b649b47663b624b171b "
"/detail/4547b11cdc7c496d8df91d8d32d324fb "
"/detail/62a32176b6a444dba8e50ee841504bc5 "
"/detail/449e67824e5b4da6beb2cb8c7167a750 "
"/detail/96a889c8249b4981a08e9beaf30e87f3 "
"/detail/e797fd9973e74fec959427771eaf6a36 "
"/detail/866bb386de0b450fabaa9ea744ddea55 "
"/detail/03774667cd6143d3bb687d01e5f29d50 "
"/detail/d24a30eb68604e369a521359b244491a "
"/detail/8b798107c64a495792a70e7fbf783207 "
"/detail/581056b5b98043b8ac6c5b1effc03094 "
"/detail/fd330e1a691948879377d0380e2e1211 "
"/detail/505305e77711498c9c7542de6532dee8 "
"/detail/a0fde31fcf5e4a1c936bdd6083707d29 "
"/detail/3b4b997d6ded417ea6467654f93b518e "
"/detail/a5fb416f3696486191cc646289f76a1a "
"/detail/06bac5fd040148dcb4f1c4b940ce5e24 "
"/detail/7450d68915c04aef9269466c03004a8e "
"/detail/c03dfcd7dc01447fa3a90667fad10132 "
"/detail/3831330bd93c47328efb2198c221dae5 "
"/detail/70e52fd4923a42919e958298024dcdf3 "
"/detail/1c86779c496a420686f9bc1e8e7eac8b "
"/detail/5b6c37fb84c843b69699e500f2a35af5 "
"/detail/a5885ad7e1cb4b00bd3bdf1dc9899e40 "
"/detail/623afd0ab4464e268632e2c6bdacfa6a "
"/detail/b7777da000d44903aa8a832e1712db94 "
"/detail/e324e27f2fc346f080a989508bc55c16 "
"/detail/88286d36b4e44417870f62d69080ee5e "
"/detail/47eb1a34e386472091e13330835c4729 "
"/detail/ef7b4ac10e10400cb8f12423e31ea5d2 "
"/detail/90d5b890996f466a99e44a068f2e5e75 "
"/detail/7e52fabb32fd4c57943f5de5fc239ffb "
"/detail/ca88d9fd1695492eaf27a79b9355c195 "
"/detail/3ecd4a5c22aa44a5bb75dcd5aa6c3bf4 "
"/detail/7771c607b84d4337ad4a02cd3c50c7dd "
"/detail/611e0cf9139b4f2b90066ffbb145126c "
"/detail/0aefdbeb11644d5189cbcd68d73f8fbb "
"/detail/eeb3c5b2c3aa4c5ca05781416b91024d "
"/detail/c7b654af993e4eceb334a81d19f687f5 "
"/detail/34387e5bac4c44038c71d227e3ee07cf "
"/detail/2b8fe71d69a945d88325960fd09e0752 "
"/detail/7565b51cba814d1cbcde5895ecb7ecbc "
"/detail/75da02e5307b4d7dbb8e243414de61e8 "
"/detail/0b625de4010b45c4a52e289cc9f1a652 "
"/detail/04e6b49ab9cc43bb888f75d6b2099ec1 "
"/detail/de068f6056524c6cad464cf624ae1fbf "
"/detail/edc783ccc49a4234b6baac8d06da8db4 "
"/detail/df376191e67b46d3b38b5f4774de0224 "
"/detail/47bfb080597843c8999d13e32547b198 "
"/detail/865b53b7840a4511970f9699ea7c6134 "
"/detail/8669e125b004411293092d9df9bf34c5 "
"/detail/1fa69eddaabf4df5971e23b2c718d5dd "
"/detail/309219dd4d1842fe8f807fa4434ad2cb "
"/detail/c8998ae94d9d489dbb5134b18c6f5fb4 "
"/detail/9f06f4cf55274037add5d68b2c250986 "
"/detail/68dc61545aa34f3ca50fc30d697cf926 "
"/detail/ad07e8054c5a47f8aef8e7d732451ff7 "
"/detail/dc221bc461ee439b88f1aa767e0a8418 "
"/detail/81a00d0397c4409bab8eeb19b91596cc "
"/detail/7c1315587a2a42fa9db2d38e304a9cde "
"/detail/5a6b8a51792444f0a6d3b82049b447ea "
"/detail/b9a2c3e351c846e39523864c37bee51a "
"/detail/891472407403429588922cafb0a8a305 "
"/detail/140c9cf204a54bc888c8c36a1e338946 "
"/detail/26d78996e8ac4aa7a1494e275667f04e "
"/detail/1b109ab41b4c47e2b05be909a8727e33 "
"/detail/132c192094b348e1973a0226a52864bf "
"/detail/6433521b76ee4705ab6644fb32bf7d77 "
"/detail/817e50d64c814494a1f0c5ab4eb1fb6e "
"/detail/bbd3061006a647868ea330b68485755b "
"/detail/52fcbf43beef4d369bef59bd0368fd10 "
"/detail/8aca2973510443d1ad34c0ec18cb1f7f "
"/detail/aa63b8e774244aa3aca375cee83b18a6 "
"/detail/bc8e2c94d92945fb9b0b13a2d101fb9e "
"/detail/69923d8a8de54be9935844cf1ae121a3 "
"/detail/88232df4c33f4b17a50f71a2d1e08c41 "
"/detail/60c98fa8f47f459fb8fd2681b5891694 "
"/detail/3d1feea2093f42a0b76996e3a14ffb49 "
"/detail/23817e2c4eb8419f90c3b800639b1bb5 "
"/detail/06538a60ddef48c7a53c868e90505f4e "
"/detail/4474560272ab496791d54ef84998f05a "
"/detail/036a26bbbe4b4f01aea80d39bbc9c86d "
"/detail/a3da1a51200f4931bb8e78b9edb2706d "
"/detail/48f1880080fb4e7dbcb69bc0d85a56ab "
"/detail/5052239aab6c452dabe9f402e3ccd8b6 "
"/detail/7b4caffabad04d4d90f412995e5d0790 "
"/detail/207821a319a14df891b1da52cb633bd5 "
"/detail/062661d152d04adda36714aac9a1ab46 "
"/detail/e9e0aba5c5a4401482059f441c959c05 "
"/detail/3ab3151b544444a9bb61011175d407da "
"/detail/0e94ae42b2e94624b7401044743fa1f2 "
"/detail/5901e0c63b024f20954fe585d0ae085f "
"/detail/1e564948a63a4aaab75c2710769bc919 "
"/detail/10990b3472944c229901430b36c4b4ac "
"/detail/a4b1eca2d9dc49cd8ab6329995b0a6ac "
"/detail/c312ad8019cc4ef6882708a63676aafe "
"/detail/ab9adf466e6744c5acd83ae7e17980f5 "
"/detail/f905c696fc72453a92da7f09ae351a75 "
"/detail/3f88015762804ae0881d1581c229a3c9 "
"/detail/732623e8b9bd4ca2b4fd69a0f5ffd9b4 "
"/detail/b82d4d85298e4a5da955b80ca1567b13 "
"/detail/cb79e9bab48e40e48660d25cb01bc111 "
"/detail/798f63f530024716b63728137927a577 "
"/detail/cc2e0c973ab64a99a8a4c3368b790fe6 "
"/detail/9c5332cba3c44f0f8cac2ea88514f142 "
"/detail/0a55ef82545845fd8d26d049f6fa826e "
"/detail/137ab040245b46419c5d19e61b554776 "
"/detail/8e87aa0dc58b429dbba384d01748e66e "
"/detail/641aec6182ff4ef1bbd9a5202d20f0c7 "
"/detail/2b43a0b43b6f4fa2afbf694183b86ba9 "
"/detail/eec0d0e9fd44413083334ecfaa638760 "
"/detail/a56791c8fe6441978612fce3e3353256 "
"/detail/7979893536284cd5a6fd2ade57ccb406 "
"/detail/e1ee7bea1ffb4e7ea6864ccd2c4afeb4 "
"/detail/4bd24feb0c724eac8912702054c51c20 "
"/detail/47acbb1858dd4661aa5810d7f0ca2e74 "
"/detail/5ceb09c11d094fcd84db184738d2d083 "
"/detail/84d0789314454723a3e7d9e34328fd4f "
"/detail/ab80f47e137240b2b89fe98783e2e72c "
"/detail/65092324d2ee4c58852e11d4ac397773 "
"/detail/17bfd861909c4763b5d79fcce7c5297b "
"/detail/90e0d429e36048a99e703e33467ed707 "
"/detail/cf739fe71fa7405c8da1e454c4fe9074 "
"/detail/be0d9389242646df8a78cfbd362520e4 "
"/detail/a776ad854a6844ef9f7048118eb383b9 "
"/detail/eb98651cfa584a6f9b67810ca331c870 "
"/detail/88f7ebf91b5c4b79a1b4e1c7a2d1ca27 "
"/detail/b9af4ffdc0874b90989ef8aff04ad15b "
"/detail/d14bb8aaa7394e75817426f7df8a5570 "
"/detail/aa3031f9fd724dbc9fed884ea62b3cdd "
"/detail/34f37717bc1849cbbc9d628a12ebbd80 "
"/detail/2c7be5c005c948949979b713244fe4ca "
"/detail/95d3714074084c3ba682eef94d7c8b85 "
"/detail/0d649f80d88242aeb2e5b317364aa3d7 "
"/detail/2a2dc438531d4b6a9977bdb5d546ef6f "
"/detail/1777f0f2727e486a85165af0983f2dcf "
"/detail/595f45266ec5447ea014a1645d0433ee "
"/detail/14d611d0a50e4220b467a1c2c39105ae "
"/detail/398c01a31065433b859085e3fc840c58 "
"/detail/a5bc2dc44f07433da905f6171d9cb01f "
"/detail/a83fd50b6cb4416fab3df796217cc451 "
"/detail/bebbfba6ef05401d9e7be7e9c53ea694 "
"/detail/0b8fa99c70f24a959f02c746c58cdb15 "
"/detail/2fe898d6a2fe4d1fa0c95865a625a8a2 "
"/detail/12670c0a49534476a4627edfa8a8a640 "
"/detail/d772b60125d64f159be46c037b221f2c "
"/detail/f1ab9615c18f40d2a22eab75cfc86dc6 "
"/detail/ea235078710040d2b2883edf5b86be88 "
"/detail/0209e577fc514c1c9d7436a79ea21e3d "
"/detail/53b20a74867f4954a13cb4331e0a46e4 "
"/detail/24f50124b7f94873aed973d2e8279628 "
"/detail/f17c143e8030401fbb2cb3c31b7d2b1a "
"/detail/9af21c4c025849978170a5ffaf2b4e31 "
"/detail/9ddde9c25d6649c5a976568c7b425fde "
"/detail/0af3b7e057754baf9f358b609c82dc86 "
"/detail/8eb0bbc3367a4bf2885597f224668845 "
"/detail/eaf6170a147f4be3ab6a80de18c942a1 "
"/detail/5880b298bd1e40a691268b84f663b909 "
"/detail/b26bef89a19a429bb704aa49cb916050 "
"/detail/a5231cfed070466cae833594bdda8382 "
"/detail/f061302ae2764217b219e4d20817b00f "
"/detail/7ff6f83f782d44b7a87021116a636a9e "
"/detail/a35f304ff6e6407a8167dc0c7ae2b3c0 "
"/detail/0c8d01216caa443284ebd923b2e22621 "
"/detail/88befda331cc4ebcb390202c12666c3b "
"/detail/86c2b59e49774c01b8cd112b8aa31989 "
"/detail/cc22e1c4f19c4c29b72e89ee13aa2cbf "
"/detail/d799c0685ddb49d2ba6676b962505d04 "
"/detail/2a2b04d344d6460f9595b2bca7648812 "
"/detail/9ae4096eee4840d4b891a033cace4884 "
"/detail/907ba621589b471086fce496439ff2ac "
"/detail/531f7bc86b8d4ad9950ad8d6a3003996 "
"/detail/801534b7005f4e85a3d2451079eae77d "
"/detail/6e879e61928047a2a98d3bc88a0341ed "
"/detail/4401249ab07247fb8c464c75df67e62f "
"/detail/50601c78093643a1be2aec173ae77953 "
"/detail/068f0f07571949618c99c2ab142dd526 "
"/detail/c108e759537f413694440f54ceb57949 "
"/detail/41138e3be7494bd1a59126c1c75e76ee "
"/detail/8c98ce41cd2545539d9bf136866d8b84 "
"/detail/119611c045894778978ea747d6024910 "
"/detail/bd1af5f41cdc490d982253dc0cbbaace "
"/detail/8eed6b29670b4bb5b4c5237b6ea4987f "
"/detail/67aa26a056b1436092f74aff6ed8ea7e "
"/detail/c2eaa4b28d894745b589f1022b868269 "
"/detail/c84fcd6a32274ca489900a7b23dbf735 "
"/detail/3a6874a2ca8c493a932a7cfbce5b6f16 "
"/detail/26fda724c517458d9d9c15c346a490e3 "
"/detail/789d764f909447faa8d34eef1b31ea98 "
"/detail/3d3065529fc341c8a2951f9c1e437b22 "
"/detail/c84968524ed8433bb4e952827c845531 "
"/detail/5f77b0a02c3048f39b887eb9192609e8 "
"/detail/0ff1e720d69f43e1bc9d42d82992ef6b "
"/detail/d238e4cf6705454eb61f12d1d583ebd5 "
"/detail/9fc9301ee73e4e6f99574764cbf5445c "
"/detail/2ed4095813024078b4962b9f670976dc "
"/detail/9ee0597b6a59479ba1e82a7a345e034c "
"/detail/07d081c6c1064008939838a51a05b3a0 "
"/detail/a1bebd5af470495fad5946d0965ab145 "
"/detail/b82d3041c7614a058de48366eb61c491 "
"/detail/9cef8ea62d064cb68e51c8c3642d0eda "
"/detail/804a4bb458414a6897f18f27a400364f "
"/detail/e4d8b5de307843d69c303d1225246cd7 "
"/detail/fbe0f7d677b643c9ad932552b8a524e6 "
"/detail/a212a54a7d44409a9137a72a6bfeb9a9 "
"/detail/02d31b1efd4f40a88dc4a16db62f8d53 "
"/detail/3be2ac7b5ee049cb9504c41fd1b1fcce "
"/detail/68e2e4d658a04d05a658349d48e6235c "
"/detail/a34a784261fb493196224fa84f22cae5 "
"/detail/ccacc5eb89ae4e669dc65da141f77e29 "
"/detail/7c153159d9534c04b0077123ed7d0cf5 "
"/detail/276801a54ec6465f8eaf79844ba82fe6 "
"/detail/6140d6c2200148abb7c93fade62abcf5 "
"/detail/9bfc4e00273a416cafea674f2e38cb93 "
"/detail/ba1bae2a262a429eb14035abf23e3043 "
"/detail/d30b4f0231fc469fa8f2e49021d5c43f "
"/detail/b7d57e41db8349b680c019ecab3ecdc3 "
"/detail/f9ca844bf5f745a493e1c5895a64f101 "
"/detail/f8913ff5fcb745079560bae0f847d294 "
"/detail/8f373bd624cb4b8eb33442d43fa960d0 "
"/detail/734e5b33c2af4d88bc159c70c1ffa921 "
"/detail/3cbfcfbd45444c7b859ebb5218167655 "
"/detail/2ded46b65e8b4950a474ca80b22ad30d "
"/detail/9d8fe6b801ea42e597fdc03e36d9c506 "
"/detail/49b1dfa152554f5b934e0c61ce4defe0 "
"/detail/07b7f25516774d86bb85f336ed2a7eb1 "
"/detail/66e6574738c341e2a84ea91f5c2624cf "
"/detail/eb57876fb07d44b8913887221c31b429 "
"/detail/9295c4900c1346c491cc126d7800f31f "
"/detail/5991995c41a341818105d7ad36872a57 "
"/detail/67c04b52d517432b9584c48d05ff56de "
"/detail/f070fa6d40ab402f9e93cf4704f0aff8 "
"/detail/3da0d08ef3674e41881daaffceda4120 "
"/detail/68de096b0def4e588a861858d7ccf478 "
"/detail/056f2b4a18734b51aa5cbac988c32d68 "
"/detail/bca5de7adb4a4af4a617fd915683a208 "
"/detail/4ca76a739a2548a087d104e75406bc22 "
"/detail/f78861113634444b8570ce48825052f0 "
"/detail/632f76544ea94aebaf033b464fd1f21c "
"/detail/379f5137e954431ca6f0c4f1f9a9a207 "
"/detail/61f73542b8634a8486d6d4b07f169bcc "
"/detail/70b14d15c914428eaea65264ceba1b4d "
"/detail/0e8e19f9f00c4397bcda44eeca5258a1 "
"/detail/acdbe725e3024402862c740c19979cb0 "
"/detail/5fb9129b5d3e451d862eb548c536ddd9 "
"/detail/0f91158e463f48eea224084b0933ace6 "
"/detail/1a39997927c546b699e0dae676565971 "
"/detail/898220be1e374b2c9f9b390757fab077 "
"/detail/5fee3f7db1c3493aaf05e63541417fce "
"/detail/1833a28ed3aa4a84933e0b8b8d0e55cd "
"/detail/7df69400882b41d78787e29477899841 "
"/detail/a42d85a509c44916a35e1430f4dc3229 "
"/detail/78e0b4108ab943d5841197d2de96a1c4 "
"/detail/014f7384db66408f89aa3e936e853cc5 "
"/detail/22ca243d008f413b9a0b8a6206a110d1 "
"/detail/e921cf6a809e40b8b2d7f484124b3ae9 "
"/detail/5cc4d3f94c7848239aa5c35b207b4cdb "
"/detail/bb117e077ef74313b97791510a606fe3 "
"/detail/2919f1410e8744949b8fb4c97015094e "
"/detail/4dbe21c40cb34ac7b557e114f1d4385a "
"/detail/73b93531adac48628d746ba9d66f4a41 "
"/detail/13794d1d356b43989d19c3b1af20e6c3 "
"/detail/8b4c960a6c744c7b9ebd699a31954c79 "
"/detail/e8b3d773b0614d1bb68da34b30c65723 "
"/detail/812a9dc2ea7148f78642ad3685650770 "
"/detail/679daf3d44a14ba7ae6b05aece39b71b "
"/detail/74a80cf179b14312b5ef235f6fe9c789 "
"/detail/f16eb61d445844d69951a30e9baa88d3 "
"/detail/3d9bc37233ef4acca274e8c7d34c1440 "
"/detail/9d31aa53c5b346c0ac563003547d704b "
"/detail/a9315f49813548e9beb8e9958f71a82a "
"/detail/fc19ffd651714d7dba3bce939431c42b "
"/detail/b5b52197b3234712938cec47012e98f8 "
"/detail/640d2d9bbfbc45d5a4889b8a789b10ba "
"/detail/ff61ad2f52b045e0b8e246b66950898a "
"/detail/5a22a6fc6bbf407196b685f313411a12 "
"/detail/aceb99d3faaa4b378f1a02d4e899d0bf "
"/detail/c6f65a752ba34fc0b0e96fe14cab3767 "
"/detail/1140cf94473b4c6eb5b133f751115acf "
"/detail/46616fe8d70a41949673835a31cadf85 "
"/detail/1654fd1cfe8a4817937dad0f7e294480 "
"/detail/44a162b7347347d89a80d318f083233e "
"/detail/7a2f49de392d40f78ec955405af13a7e "
"/detail/95581b6069e6433eb2345b2b67301843 "
"/detail/0af6affec65c4885b40767871088623f "
"/detail/ad4c5a3e33654eb4ba4b50f74574dc86 "
"/detail/4541da5bca1d4a12aa9e7583a321bf3b "
"/detail/a90fce6933d94a6aa2eb2cb34aa18f8c "
"/detail/47ecebc74a604b3faaaef6e18ea902ce "
"/detail/2fe2887286c14c9d9c90704a2c894307 "
"/detail/c25e389d064942208e8756b80a502240 "
"/detail/37cb6d0398244386bb879aa64ad6ce09 "
"/detail/64e9d4f459d94a1dac09471cc105e744 "
"/detail/606d34e1f75f4ef6b3fbcea4e232b8a7 "
"/detail/85ad71fb036c45449def8e90a9ce7d17 "
"/detail/4ff2304845ca4cfdab061877469d5349 "
"/detail/8b9119d40cd647ad8552925be1d70b25 "
"/detail/f0c6aad6b16b41c2bfa4c317b76dc4a5 "
"/detail/ef907fd3b877460dbbb2658cf7fdb276 "
"/detail/fe9f6f62f3a64491b84e5d09c7bfba4c "
"/detail/65f5796081914732bbf71e5c92d3d5e6 "
"/detail/3bce6afdd2e64605b8233d08835cb949 "
"/detail/19fb29273c4e46088a35546e07cfd57e "
"/detail/23cbd9306f864a689e4c9ce3973b7ae0 "
"/detail/077df44abf2d4748a2a60aeaa8916a7b "
"/detail/cdccd171a00744cb8b670acdee4f0b69 "
"/detail/9bb29350c96f4ccbbcab151811f576c6 "
"/detail/b3faa8ec780643af9b4f76a1530da2de "
"/detail/d9b2dc17a0d349ccbefeac7758f014c6 "
"/detail/b96a7671a2534a968fac1749f4ce8f21 "
"/detail/372e134d85fa4e3ca443e027a436be6b "
"/detail/5d2408361d2a45668fa604868a26c3ce "
"/detail/7815226a72eb444588063124e66fe906 "
"/detail/2fbc504304064036af6811f32645711c "
"/detail/5d2f77d41dcd477699e32af67ee48467 "
"/detail/6ea1962dc1c746beb67ce12a461a64d6 "
"/detail/3599db9ea6ef40e6bab23d0ce97e8bdf "
"/detail/864a088e3d854fd49ecaa49481216811 "
"/detail/6c83dd4b43ff4cf290a56fe1801ddc47 "
"/detail/b467e28f3c70481a8b2e9c3b1f5d1af6 "
"/detail/37bb79301b2d466385008d5b79033af5 "
"/detail/98625660f1f8444f834fee53138c7c03 "
"/detail/6d263c1fcf47426a9ec009ab9664cc1f "
"/detail/d1f73fa54c054deb8a38ab7ee504e938 "
"/detail/1489fb41880743d19a60f67903e317d4 "
"/detail/dd0d94c2f336499da33a3e66b36eae70 "
"/detail/917418843c57435ebe7006d0859b3f3d "
"/detail/8313bb31d269446aaf7093caad1dda1c "
"/detail/9a666ae702c44924b22eb08093ed03ef "
"/detail/103467a9cae84df3b212cee1e6bb0d2d "
"/detail/e4890ab8b7d846a9978ef6be1a03d9b3 "
"/detail/97a6285c7653471687bc3878590a8a2d "
"/detail/241c5e0ea5ad428c8408129e46fcd09b "
"/detail/3a6dc9cc905048e89aef10f84409d02d "
"/detail/bb331f27bea04ac3811c79942b0f24df "
"/detail/4c7c2f42876d4f9489d9a4b0475da0cc "
"/detail/ad6fef20a05942598a9a1339ef9986ab "
"/detail/25c6949f0ae141479143661642882b3b "
"/detail/24583058f96741679ab5268b478f92b3 "
"/detail/64e2d2f18cae4525a2c62f80a1462473 "
"/detail/d29ee3e6741e4717a835c0dfd74612d1 "
"/detail/dc43c8f61ba447b9a34f54499ee1fe93 "
"/detail/532d7acef6524834a44cfad9757a5295 "
"/detail/5a12896edc4f4348a2d6e00e655dbd39 "
"/detail/4464101d483a4172943a8ec0a99cc0d5 "
"/detail/f7c2881400fd41f2a364ec6f18875d7b "
"/detail/ee20a42d66ac4314a67ca8c25a10e628 "
"/detail/9b0d71093c0b43d0a76ab6878fd5724e "
"/detail/8bf3d4e572624a54bf032256e0626c08 "
"/detail/3f2935b7267c4fb0b80e50c7745c1345 "
"/detail/6ee41ee1bf4a4d49b2da68843926509c "
"/detail/819f64b8ed59400ea6c95c72979d5aa4 "
"/detail/aed896931f284531bbef9c0cbbf6910b "
"/detail/c352fd28052548f4b3c7fdf356c2000b "
"/detail/d67a024c5bc14d298eb9b37f57f0f384 "
"/detail/62ae4990aeba411e9262e7657a2d1a0c "
"/detail/4a82b75297e249af835a7c9b6327f8c0 "
"/detail/5f9b79f3f60947d3a8b8cae1b2ef0350 "
"/detail/a94619849a3545bbbcedc55fe9117e0e "
"/detail/42f2e46f15f1412d81c4a1f0fabf9574 "
"/detail/beaef5b7b5e4438698cb3cbdc8d4abb6 "
"/detail/7424edefde124c299d55e48cb7b944c8 "
"/detail/82684099dd6f49b49e889b6664fa210b "
"/detail/ed76a3d76d5b40768d1558a9291f7093 "
"/detail/058176951f00484eaec8b4250fa889ae "
"/detail/44fd29b89c874bb09cb67738a9709250 "
"/detail/79655fce03834c79b9792899eb30dba9 "
"/detail/40d0fd6421ef49e4a2a7ff26fe38fd3b "
"/navigation/d1c8e7fd3f514b16a7c7c457c438b93f "
"/navigation/585d71242fa54b0fba56e331ed5adbe1 "
"/navigation/0199576db2937bbe9a41fb6156449782 "
"/navigation/08014c102bba43b09e93a823de238da1 "
"/navigation/04ac33f9be48438ba185ce8585682c3c "
"/navigation/ba9f9e3fd094425392c838f151773526 "
"/navigation/cda441a37060455fa34c8ce371928eb3 "
"/navigation/52242d7c7a3349359001e1b7b2c3df80 "
"/navigation/83586831f5bc43d6824ec80864e9314e "
"/navigation/0196d8a825c27a7e93a4b07323c246d6 "
"/navigation/ccd140695dc643408838c39c838a0a51 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/' , '/navigation/251448b91bc742de85643f5fccd89051' , '/navigation/ec2a4d4fb4474b5088b03df523675f08' , '/navigation/859156a63cc442008cc67aa14505a8ca' , '/navigation/4851ecc7788447bfb1e74f488e708249' , '/navigation/2350ba14e89143198d72042128b8519f' , '/navigation/f3f47b57953b40afb23cd462dda41731' , '/navigation/075251ee45644d14bfeae2fce50073a0' , '/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58' , '/navigation/07d6d4c2753d4315814435763a756eb6' , '/navigation/4784c622e7b34b139d9852ed9fb53adb' , '/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c' , '/navigation/7ca22766fd2846b39712928cd77b169b' , '/navigation/cc590dbc44b740169864cd7c989ddad0' , '/navigation/275477acc6364fcbb3d3bfbe17317800' , '/navigation/57e065cd29a24cb3b2d9fc39fc2abf50' , '/navigation/aefcfa1180634bb98635452ad2dcdbf7' , '/navigation/bda1448fb6f1449eae78e06d3dd07df3' , '/navigation/2c38112820554a9598f0c8e77373625c' , '/navigation/310cbec927954c1ca5d68a3a49b532c7' , '/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa' , '/navigation/c7643e90932e42f594f15a536998ed66' , '/navigation/3abc5229293848c9b2fc1b27fd3d8421' , '/navigation/514a31209c6e45c5b7f05cf2ce9205fb' , '/navigation/8539a768e5ce4f168833f890bae1d0a6' , '/navigation/0923017eea79437bb043b5b0673e115f' , '/navigation/c6f322e9a6294eb896f7bb669251f305' , '/navigation/8cfeb9558d524e17827ec792492c9122' , '/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3' , '/navigation/a3668172f857425f9bfe53224046ba51' , '/navigation/505fcc508c4e47eb99d8e4627fe8bd32' , '/navigation/82738af02a084bbdb851e11e8ec598dc' , '/navigation/aab03d74404b481ba120fb9530426d47' , '/navigation/018c9125ea874ae287429a2cefd1f2d0' , '/navigation/1a5c6210666443f19920fa7686428657' , '/navigation/76780ee5e68042aab5f6574d7e25dcd3' , '/navigation/bef74106cc0b4125978553246ff16ad6' , '/navigation/c4aa5e8624d24b30b0312e22701162d6' , '/navigation/c6dc84aee6e1469696ac2299c312fde9' , '/navigation/d62f763a8391413b81a164ea482db739' , '/navigation/dfdf2340aca14881a6652d08e7656163' , '/navigation/ab1de20b216545318a6cdad2ee7e2a82' , '/navigation/afed1ddda6d849c49d00ca0932a75b70' , '/navigation/b55d905661614a2fa7f585ef697d6cfe' , '/navigation/c7156d3692b345c69d8c93126625814e' , '/navigation/004440dd20754671ada9bf79a2b75fbc' , '/navigation/0b73a534bf5044ed9dd6af4e301fc006' , '/navigation/c9d1a6f276f24c67b7c66222804db52c' , '/navigation/f57dc8356f054004b0b2ae82257e6ab4' , '/navigation/cd3cfa833d6046b89a14935aee1a7f8f' , '/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af' , '/navigation/a316e8972e0041bfa756d6f7acc23e7d' , '/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6' , '/navigation/eeadca367c544275ac141449b234e23b' , '/navigation/0efa889b062a423c8fd11a73b02e28f4' , '/navigation/52daaaf1c14242d699b579aa2eadba48' , '/navigation/8537420f2eb44ac297adf8c04e163b3d' , '/navigation/d9db2acbb0ef4cfab89a07bc122d204c' , '/navigation/f501cdbc9c1c4609a8a519e227fc2bef' , '/navigation/f59522a887f947d8864e42c4ebc39266' , '/navigation/f9e2050944fc498ea0537fdb55cba37d' , '/navigation/882667d91b2d4ab5a8cb33bcce661e38' , '/navigation/35da856933d947239055eaf099933e29' , '/navigation/4e2522fa9ec04f46bcab12cd36925cb6' , '/navigation/552f1d0a97d7418d822959705696a65d' , '/navigation/7623cc38e1154a2797227b05b7d74503' , '/navigation/78c4ca0a6208486cb940907b1298f747' , '/navigation/37476b928c114f0692ad5a37af14e66b' , '/navigation/d3000e05adbf41ccb0952539c25cb21c' , '/navigation/1b15b427e9cb40b28d537a893668f15a' , '/navigation/43c83d522870493a8ab2df8abb5d556c' , '/navigation/49f823826b384871aec230ae7ee2f154' , '/navigation/e5a13fc2f1c542cd9057c9488b5c559a' , '/navigation/01fb819fa75744c8a56fdc0981381ba9' , '/navigation/7182c23f1e214e85adba25d65afe398a' , '/navigation/73045f602ad1421fadf76dcecc9ca960' , '/navigation/89a9b23c1a8b41c2bb4a66032fda3981' , '/navigation/a585c54285844d1ebd1a64392ed3ee8c' , '/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f' , '/navigation/c76f09f24f1942b1822fb275e0080db3' , '/navigation/e10596ecd9474c998247ceb3e50921c6' , '/navigation/01797e0437b3448db94e690f14f43e5f' , '/navigation/7b34af3a47cb4c3ba3188ed1cee83967' , '/navigation/7758ea41858d4231ad3623921c73e531' , '/navigation/68376253ee4542d7aa4d93ac4958eb0a' , '/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e' , '/navigation/d867ffee71f646f09b1c069b267201e0' , '/navigation/4fed7b490a09439dbe58747fe74f3e5d' , '/navigation/cf5a0b4136834eac88874e7ff81b8ba5' , '/navigation/f19faba35fa04f30a1bdd354b051f625' , '/navigation/4bc032eef6364672a0d09b8abe93d55e' , '/navigation/33b309eb71bc4c2a9976970795d500fa' , '/navigation/6dba75696b5148139136de033ffc6382' , '/navigation/be2f3ca764534022a2ba79f972c9679d' , '/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6' , '/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef' , '/navigation/7b7970e14b87448fb41d825fcec350d0' , '/navigation/7d34ea33ebd2430b84ca71a999e7b708' , '/navigation/abfa97de640b48c7a6afa067b88812bc' , '/navigation/1f423e85c6eb494980b22dde93e64a9c' , '/navigation/876b21ae9d7c41498115b90823beeb7b' , '/navigation/2b29710e5f0f44a8825513b4e6e2a98d' , '/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8' , '/navigation/671bb3d9919346a1a0187fba6835a133' , '/navigation/dfe70840626a4a9a88c56999fb42852b' , '/navigation/e4ae50f24b8d4d6483cbea48cedb146b' , '/navigation/73e9c784d8c448d8a7e304117eed2293' , '/navigation/8fa76c45c7a14b1ca93353f7b1f85411' , '/navigation/f2e70390e9e34ceda7549b53800c1e08' , '/navigation/0bc41cae5ab441458dce00de02107388' , '/navigation/5f149c7e1b2b48f9ae6364de8ce288fe' , '/navigation/903d01af296c4a2391205affb24423c2' , '/navigation/89364c27afac40fa9ead1ec3136ec684' , '/navigation/aecbd0f4de0742199dd75fadddec2013' , '/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0' , '/navigation/bccc5c020811472196379229044dc7fd' , '/navigation/2db3c8aa857a4bc6a6d11e3438350063' , '/navigation/068567f45f424e389167089941c407ec' , '/navigation/165d387e909249889e89cd6584e6c81c' , '/navigation/20e44a7345fa48468f3d0e2298b4f067' , '/navigation/224193720c2a4a45bc96cb2d055655ba' , '/navigation/3c24eab57c3d445698f26534ea18e660' , '/navigation/444424ff93914a27a401e920bb33976e' , '/navigation/72202b824a384e9a8c11ae6afe2a9d75' , '/navigation/7b182711a1294f69ae2266b5e37b5bc4' , '/navigation/83868e2e81b340bfa067343e71965085' , '/navigation/89d46426d44c4442993d4b524afc59a4' , '/navigation/a16abde2699547c2b823b86c6b48d0d7' , '/navigation/a3025fff20374024b907cddab6c39d43' , '/navigation/d14cb43cbcf245eea471b31b87876e6d' , '/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d' , '/navigation/e5c66ca00fd140229735738d20618e8c' , '/navigation/b613bcea17d94cd68c0f1b01c96a843f' , '/navigation/f65330b5335b43a8ba39baec7d44aa54' , '/navigation/fb3986cb89834cf3a3b42c5a651034a5' , '/navigation/9eb6e1f2d32e4679aa85298c3e2fd678' , '/navigation/a5d30272319c4e6f8577b8f344013d34' , '/navigation/5be3b86f12b94044a39420702328fe79' , '/navigation/e40c020ad4b74db7bc3e2e88c4c27be8' , '/navigation/ab078ca87be74c748a7e971e766ceaf3' , '/navigation/efef8f302349446dac0f0d67631b70cf' , '/navigation/f5e01e9054514b68a8653c5a4f2e5ee1' , '/navigation/e485c99ca374414e851e1bae3f10af8e' , '/navigation/2fb093f95507419987f178312f1a3159' , '/navigation/4823a61385b44ff1acf4e6382ddc6ed4' , '/navigation/a6abb398e64e45f1895b6666ef5c48d1' , '/navigation/00f37e830a0348d09705a9612c8c8cba' , '/navigation/71ca1150915f49e5a1f2fd538909d05a' , '/navigation/1c5e979155a844539448db12fd5ee768' , '/navigation/8880adde82fa414eb680521ec3b57c4a' , '/navigation/edd74ffcfbd44ba9904d355f05d440a6' , '/navigation/29bbfc2eb6d444f08a34e46f60b76e17' , '/navigation/9228dba7d8ff47a897c5e6125f40dae0' , '/navigation/500fe37e8fab4ec686d79803e58a8133' , '/navigation/defbeb767ca44c1b970ab994d662a6a2' , '/navigation/5d1b4c4fdc094289932a615f81db335b' , '/navigation/b3fcd7cc2e684a8b96f82adbb8615f55' , '/navigation/1f6fc0d096e4433f847169a8653f9872' , '/navigation/cdf0a23d5d72433783ef241128a9b070' , '/navigation/273527558c5e4e2cb3168fbfbbf6db0e' , '/navigation/0fc49a5d23ec4742845d4d31898f67f2' , '/navigation/9870b54fef794c4b87791c9dbc9b83b9' , '/navigation/91314c7682154e58a203d7deb3c46e25' , '/navigation/0198a84419397e96ae8527630cef7f63' , '/navigation/019c03b8fcaa72dc9e2c6dd03b04916d' , '/navigation/5fdbefa88b0942d28155aa77fb9d1ef2' , '/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27' , '/navigation/6abcc304f8c84933a719a126f42a6651' , '/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3' , '/navigation/ea2fc00d192244b3b852128b45d74842' , '/navigation/2a5c8fc96ef04011aef499b2fb4faca4' , '/navigation/01971690d7e97455bdb6a13033fc4bea' , '/navigation/01971691bb387f7f8d6fa68ac5bc78b0' , '/navigation/019a7cc2c0ed7c48bfd77766e7197c67' , '/navigation/019841caba81739d847aaec4495335dd' , '/navigation/c760008290d84dbaae3f6f4b83269ddd' , '/navigation/019aea2480627a599fd1d0db6122e224' , '/navigation/0197169587bc7ef2832928391108aef6' , '/navigation/01992f21513c7fca831141b67a0ba2a6' , '/navigation/0199288800f87feaabd6d217f0254df0' , '/navigation/01983b68543b7476b25d1ed5006cd884' , '/navigation/572804a509e74ad58d18d52ef0cfeb3c' , '/navigation/0199772279547efd8f94e76789b316b3' , '/detail/24b02b0793934e648671fb2529ff3c2d' , '/detail/3bb7ebbd9f144e5a8437f006568bb854' , '/detail/845111537c5943ae95f498c4e2bf53df' , '/detail/c319ca29cdc142d584c7b6127311bc67' , '/detail/6e4a90d17f5245c2a77f76e60569a1c7' , '/detail/af04851046cf41d5bee33137cf5593a6' , '/detail/3722fe146fc24976887807d1d7f26600' , '/detail/ce3981bd83b64fd8afea57c28bd8246e' , '/detail/bd23fb224162498494b6d28d4d146ce4' , '/detail/4a2520f301244fc4938292d3c6efb7de' , '/detail/1cbe00765d0746cc97d750398cdee081' , '/detail/de5da57142bd48baa95ee550d3c0f8f9' , '/detail/e51450aa60fc4b9ab5749451e5b9fd35' , '/detail/3586baa2490b4595a40cb4454ba7ef72' , '/detail/7921add9108248b28592c1c45e474697' , '/detail/6d6ec921bfb541d7b9c5af4a349e15af' , '/detail/b49352c4c9ee4ccea81c1cd8447b8b60' , '/detail/8bd65a8fad6245bc867628f1a69b3ce9' , '/detail/2fb6517f82a04711a1771c9b484111e2' , '/detail/dcb8543623994d25a660974430987a4f' , '/detail/a04028c7174d47188e03f3039efc91bc' , '/detail/88bcf3c46a49400da3995abf847d8c5d' , '/detail/e1a013fd4efd430db67448b9b34351a7' , '/detail/79a78600519f4258b5e4f557194b2443' , '/detail/727519e5ea9945bcb38556c786b0462f' , '/detail/eb322fa731b6473da5e4510d80af8994' , '/detail/4717b782d81f4ac9b1f38ba0dc75f742' , '/detail/f63b30c4433f41fa918e808f059989ca' , '/detail/f6cfe19e39e74358aaa0d97d3e8d34c8' , '/detail/312abb438a8545bc9adff97c49dc5535' , '/detail/b842e53bd9334206acec3cb3f9dea93c' , '/detail/76fe52880df54b2f929b6a30205355a9' , '/detail/df6258b4b02845a592c304fe986ae052' , '/detail/7adff263991942e2bfbdb03eab3c84f6' , '/detail/fa81633e7039466a83c227788ac05d28' , '/detail/46a424ae2fa04aba8789166d8061adc3' , '/detail/eb3085298f0f4b918439a11b273f3d25' , '/detail/4ad41f7f31064e7ba2483544068f1b61' , '/detail/a6b9f3e101a642ad92ab2604525fe26f' , '/detail/c5843ef00fbd4298b688b9354bf07108' , '/detail/36192c55cbcd433cb853f3a0d7870853' , '/detail/3df78c98f2174b8d82ef9cc28cb40024' , '/detail/9317a29495c44fff92e1eae29e23c7e3' , '/detail/9180b46270e84ded960697b77f730c27' , '/detail/46bed0ede6f24d88a992c0e6474693ca' , '/detail/f700ccf8d19b4ce69a776d2b8e03fcbf' , '/detail/04e6f83da24642088321ca023f61239a' , '/detail/e3c87a04954949f3a273a536bc5c5a7d' , '/detail/6deb8070212948c5806869dd4cad38e7' , '/detail/0a037cec6f2f490883c0ecc734851968' , '/detail/02b5b0cc83d54b2aa4e7858d3a8c47dc' , '/detail/32bec7a1385b4881959a689f706e065e' , '/detail/e05859c7aec24fe2a466e597c6fc4cf1' , '/detail/608264459d25422a82448e83867586f9' , '/detail/69d888a6ba7945c98018c15f3b27ba27' , '/detail/5fef0ba56ecf4dadbb7a958ff26ed5b9' , '/detail/61a035dbe1b94b8ca98d62f3c176eeb7' , '/detail/4b0485e3974b48058b92b37f4e8a8abe' , '/detail/e794fca7a9f5459a9503de5a4fd3ae10' , '/detail/7c4a7c48062c4a278354f53df305dfc0' , '/detail/a98c66392c6e4c9187f118b80267894d' , '/detail/88adecddcb95437497f05284ed3b0e66' , '/detail/c810c313fa96425fb90e8beabef852a4' , '/detail/84c073c6200b4139982ff1fe5af38a61' , '/detail/7f5c92811ba94b0b81185cf6c0bb4643' , '/detail/58eeabfb540141f29437c69620ecafb9' , '/detail/dddbb7778d9c4bc9b8fa7145f16c012f' , '/detail/109a40bd85d0489aa2b0ba18b0ce4b99' , '/detail/85916d3c3cd847f7b4fbbc02acb5704d' , '/detail/ff5f7e5baeba4fda98a4c1abd9171bce' , '/detail/86ebe79ea34f4082b5c548d59851bd91' , '/detail/8acfb590313548f2951202180595cef1' , '/detail/a8d998d62291426f9c4d23682cc1a96f' , '/detail/c2f9e1a9cef6409b97dfa5e31d7ff15e' , '/detail/41ddc22565ca44f6a5cde132c7b48943' , '/detail/4326d86da86b4a9fae14ba2464873114' , '/detail/96a9109f6d9d4332be2261ec9af3da31' , '/detail/7b2c8c847b424d4e9622cf72f5a3a189' , '/detail/a7a0d11d3f0c4e01a250d00e5a63e921' , '/detail/1b2460577bbd480fac7a7c2735d82ad8' , '/detail/155c1a69f6bc49819758e902e5fabcc5' , '/detail/135d7e3a28f048ec90fe4c0f9cf250d1' , '/detail/3cb2766bdcb844c28b29e352af0dc82f' , '/detail/19ba3ce15c6e4982a08381f11318184a' , '/detail/76e51af65d024e0089dba40c450c302a' , '/detail/fe1287214e5e4282875f650321bb84bd' , '/detail/4049f47d6a184bb785d8f6f563846268' , '/detail/6d2c2c3d092b45c69258ae58c834c910' , '/detail/78ef6ce488b546dba1afec66d499d99f' , '/detail/ab85030b022f4b3d90f8532e1084999c' , '/detail/45a8af00865f41389ade5eb41a8413d0' , '/detail/d235bf8b535e45e0a3927fc200c87b6c' , '/detail/b443160b2762407d8a345dc10f5610c9' , '/detail/041f4976fcd7409a8b95fbf4d550dcd8' , '/detail/27bf42012fdc42e7bdab23a2af7892a0' , '/detail/41428532e90041ceaa778625072128fb' , '/detail/aa1a6a7e4a774c46b3abe3658507b904' , '/detail/92aa9f08af494ab280017afbfe8d803d' , '/detail/ff9921076d0d4a8792594519b9dfb853' , '/detail/3b95a46b94b64a34a73db8cfe48f4043' , '/detail/1a0ea0822c684df5afc96a92a10d92e1' , '/detail/5276806fba574ac9b0ae386f19ac448e' , '/detail/a171925654854439a4eba695469852b9' , '/detail/56022887fe7a49ff8ea9f93435181f8a' , '/detail/6664e6d53a6c4ccfb3157eacfec07d13' , '/detail/bc1b49cfc17a42158c7a256216a23887' , '/detail/c75ddcc1856e4bd0afd7050d0fb3eec2' , '/detail/9b1994e8538540a3a5c1eb9ef58507a2' , '/detail/e7dbaf220072456490669bdee6fe51d8' , '/detail/51321185e9af496b8f9fd8eaccf97c8c' , '/detail/e135fddd87fb4abe88410f568a74ae4c' , '/detail/b1b4428e633d4724b61d655372f78011' , '/detail/751eefd09da3439cbeb54ac5d6276f81' , '/detail/106950daa9db47fe8c6a495ef55870cb' , '/detail/02732857e2c64b47bae0e1bc815003e3' , '/detail/994e504d89de4ff4b396b33d0c799f60' , '/detail/d97333ca46504a8389743badbc47d068' , '/detail/a8de85e768e64b2b823be970f3db151f' , '/detail/cc7f17b545b443259d7b3b91bdb635e9' , '/detail/f455820eb3ca4e6eab563129ff20ad06' , '/detail/7126c3f2d9c6420398ae492ff0f465fe' , '/detail/28320a2ba675413ba7955c0dba8eeba8' , '/detail/a33903f981914c079418471c6b7549e8' , '/detail/b49a3e6547784f1fb5d822d52cc9a507' , '/detail/4570100a52c74fb0b920361946661659' , '/detail/be2a8b5796ad4e87b0dca06d554db6f7' , '/detail/fc48a8e93ea141e181c1a596fe6d051e' , '/detail/66cfb21a9fb04393a95ef36481dfe290' , '/detail/1ad29f6871e2430ea8c818cf58a2db2d' , '/detail/2251f5ab58704679a4355fe1ed0fff18' , '/detail/569267b6667645a791316218c4f646ed' , '/detail/e1813d1953c34d33b0d9b27ed5873886' , '/detail/4bdc3a735b574e4798800961e9bde244' , '/detail/3d6b1cfb4f144d278698b021d5a5c7d2' , '/detail/c27baae030b24503a0ff987a31964152' , '/detail/eb292fb40ea24f639c128b639875cf19' , '/detail/fca1613aa50444608ef93a7ca5d619ea' , '/detail/460d78e25a3944008501b3dffc513cf8' , '/detail/fc34770b724642068972d447b99edd28' , '/detail/f399bc56d5a8444ca152ab9ad701ab7a' , '/detail/62cf993a9edc44e5807cde94d4272f90' , '/detail/98ac6ae3b69a4f7da6aaaf38828d22ff' , '/detail/1a2701056e494da8be6224a50640f697' , '/detail/43f9ff34aca14f3db847ada22f3dd3f5' , '/detail/b314afce111a4f908b75f1249a9fd742' , '/detail/2e7f0699e4fa4c33ae0d9d9ca45dd81d' , '/detail/1d94703efd5f48db886a256edf6ec311' , '/detail/9d45dbebaa394a83b9e19d5ee499cee3' , '/detail/5d16a217d80d4fc6aa95e05ec2abae82' , '/detail/280e52e434c74a258ef4a0ddab24374a' , '/detail/7d56d321d6834a24a35114bdc9a75eca' , '/detail/a6369d9a94f042908a7eca045fbbf3f6' , '/detail/84372b86334148f3ae46134fa052f758' , '/detail/63d1e86d1438476eb79574f43b486163' , '/detail/0c8e2366edde4f4d8be1eb3c8409c696' , '/detail/984c4dcef99e4c4e98fec5cd5a4f08d3' , '/detail/9b06bcd6c42d4c09aeefc14694f43aff' , '/detail/6ebd9242a70345f08be5c01c1adbbefe' , '/detail/f495ce30e6864dea9b64bec20e41efd7' , '/detail/e33300e6d1bd4d7c9ea39b6547c16779' , '/detail/230b840bdd1b4fff97e6704671c4d376' , '/detail/85704d37e04a4d3381b7d0a22044ba3b' , '/detail/14dfe87212fc47cc8b6925e178b42523' , '/detail/8bd323ffc75b41f7912ad63024c60da9' , '/detail/2b75be671f384348a1851f946ac58f07' , '/detail/8a50041c8f5f4f738f738bdb51c4bbec' , '/detail/f45f10515a464805a8b628d48915d5e1' , '/detail/ba6462e1ce9d4920b1d4443bf5b4b453' , '/detail/544d3e8ca79f41228d75b82e938e4ac4' , '/detail/d078894672bf41f9bbaff5896e4a7b6a' , '/detail/c888499d087845c09a1cf5f28486167e' , '/detail/0e2d83bd6ede4b7eaee72c04239fb5c1' , '/detail/7909112a58e74515bb2d4d013c3fc975' , '/detail/10896259c828421daf47d56064fadfc6' , '/detail/a98457d1771d47ee927f9af5438d5f84' , '/detail/2506093f531c4d5ca99231a35dede93b' , '/detail/b64e0537f99f4a7c83cad1bfd3253c64' , '/detail/862571e3c55a428fac5eab74dbd61897' , '/detail/275034eaa61b4cc6babf70c3ed9b92e1' , '/detail/ea1773b8a24140e5b9c2a4b914e8d88a' , '/detail/a448b8cc30214970b264f10c54275c9d' , '/detail/f1ced8aefe0443d9af81784c6ce1032f' , '/detail/eef7911a58024e20b54a020fd95b7edd' , '/detail/acb3f7093a414799ac661dbef3819afa' , '/detail/2544a9aecc2c41ad9f62ee8800a3e769' , '/detail/65d37e8611a24d6a81a53a335f092210' , '/detail/dbb51805db4544079edfaa7d7d5829ce' , '/detail/b7f5511666e04cb3b03195412cacb7ad' , '/detail/237b2c0438794ec1be223643574db8f4' , '/detail/54707e283b0a438092e0855415c7b52f' , '/detail/42e42b1a5f27496e90cc98492a4bcada' , '/detail/cbcd83969a784f79a80cf7c950700d16' , '/detail/357167462cb84c11a83f9dbf3d133ad1' , '/detail/421e0125515549d783d3dfb4b7666e7a' , '/detail/586a9bcfac4d47e080f97e0a43033427' , '/detail/cb81079a60354f30959cbdb3aa20c15c' , '/detail/c168f170f78245f9830eedefe836f4d6' , '/detail/bb73e0f0efd848d3b20fd423926d7d4c' , '/detail/49d8693168bd4e9a9d8526bfb6cecbfb' , '/detail/6cdef64739cc4401bfbfe1ab2bf4d500' , '/detail/1271521be681470489b9c785c885dceb' , '/detail/cd55ed42a2a242eaa767e455f182080d' , '/detail/e01fe72d00b34200b0e4573a796e182f' , '/detail/f05f341e05c44a0c9a354fbba42f62ea' , '/detail/0bb5ffa4d2224b9f87a1cee5f7555c52' , '/detail/00ea126ebb17414b8de28b8adb8b7c9f' , '/detail/6b6d3d49ecb3467da2f9640400898aa1' , '/detail/eab6e4f9b7fc411db531e7bc6e2f22fc' , '/detail/052ad23004fe4012b75332a0ff505ce5' , '/detail/b9613e9d318d4a2490b77f4c100b38f4' , '/detail/7058aa98626743d6b2ed5e302e40dcc4' , '/detail/8fec631b396b4a3fa79271b59c6ef5d1' , '/detail/bb8cdb1bee7b4fc8a717b8b60bd469fe' , '/detail/5fd273192e4b407c959cd1016ecbd732' , '/detail/cedd7c984eeb499299b6d4573fbdd3a6' , '/detail/9e76dd71b96c476692e0b7348269edba' , '/detail/dcd7461704144558b1a1abdb027f9d62' , '/detail/bccaab926edd442cafaff10d5270839a' , '/detail/144e54880eec4bdda3f397a811d090e1' , '/detail/6eccdbf9baf7457181d448a10cade149' , '/detail/6fd2fa1e4b2f4f1bbab0ede7cc556a26' , '/detail/e0598fa955294692a703a1e6e0d9d089' , '/detail/8618b7a281a941d3b4c3a146c613759b' , '/detail/a28c511727d847478f7a73f1741b83a0' , '/detail/9c8294e998de48f59a664d9f1cf7b4c5' , '/detail/b978c767dd2a466aaf1a780eaf1fd69c' , '/detail/ccc3165d8b674b828a7a9cfc48325155' , '/detail/c59901e2e6314c41b2f6697d0e0c1137' , '/detail/8a21e0fa81df4d4b9f354505a3443f31' , '/detail/97f18795e20d4c2f8774c4cbdd3978de' , '/detail/ec84da16de1045bca17205cb65831f83' , '/detail/4f56157420ff488c883529aa0a7a1599' , '/detail/6a8837ac4d704c26ad0ed946abb62e8d' , '/detail/7594ba16a2d54227a275724df17a628f' , '/detail/039f8edb25ab462c81651097939933ee' , '/detail/2a8de543fb784ca18d65b3c84d3566cf' , '/detail/bbef7bdb2d744acf81eae3970d68282e' , '/detail/d89a493aa3f64a4982c9e5fb8256a410' , '/detail/32d4edc58ca447238c215887ce9fc3d9' , '/detail/a97ed38a1dea4a468abaf22a2bd29d5b' , '/detail/14ba7107ca354d8eb0e1ed6931811e7b' , '/detail/84e42dedec91491382903999f6698637' , '/detail/174d238072e3464493d05a36977b1b36' , '/detail/0edc32b246124da4ada5b79f4160aa30' , '/detail/33e6b8df73d5462599aacd9ca46102d3' , '/detail/02912b77f6184878852a362c488e1df5' , '/detail/5d0d7f3c465e441eb6d025378751cb65' , '/detail/5c051ed822044bc5b51d6f2017a40c1f' , '/detail/114cf43958f74d33a1b812230108ea4c' , '/detail/83ba19c48acd4185bed88a42fad2a202' , '/detail/6fc107d6a1e249129cc62e39bd3db5b3' , '/detail/447db92bc6984313ac1464b59a54640b' , '/detail/1a8c7647531a4a04938de9aaa4578afe' , '/detail/b6cf89949e2b43a58853cefea9e1c9af' , '/detail/7c047b09be704920ad70722d9cbbaed1' , '/detail/6ba8701d82b74aae8bea3098cf77a776' , '/detail/928979bcfbc04ba593be753debbe5247' , '/detail/eefb9ea2cf4845a7a2a08692acf1467d' , '/detail/0dd823fd144549afbfbf6f88b415a87c' , '/detail/6da3a31794e243d6b45b2f899f60ec5c' , '/detail/c98ae1e439b846caa2e091677d440bad' , '/detail/a7b8aef0ab1343dbbd3704346592ec6a' , '/detail/79b87747c5014c518af1d3ee5e69f67a' , '/detail/05e28f2b3bc44d5fbef6709ac203f1ef' , '/detail/8f1332eb43334d159175a80ed6e45057' , '/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e' , '/detail/5f27c2af01ea401594a8feef9fdea4d9' , '/detail/513ab9793dd541e6a6dff9033f99756f' , '/detail/48d3f5ff2e40448ea76eefadd0efe5ac' , '/detail/f82bf58d3653461dbf3748014e59396c' , '/detail/2105912a047046a7a39840d218ba2b09' , '/detail/fcce822312ef4a36a961ba9befd85dcc' , '/detail/fbd207a1cfad466ab47b6cbd239fabb7' , '/detail/7ca91ae8ec9e44c78e4e05b4bf830bfb' , '/detail/6d97048b3a1848e5984259d145c64ea9' , '/detail/841ba378974347d7b56c89090b2e56f8' , '/detail/2b4b91a7f52d493fbb884c16111fdc0e' , '/detail/3186921e2ad3458bbdf0ce46a2e5d4f4' , '/detail/4a5521c0a1f04f648418d834bc420e4d' , '/detail/ff99c8aff36b44eab0e1ce60a3ccd39b' , '/detail/978648c238af48d3b655595f0883865a' , '/detail/df818b09a3de4776bd25ca68597f38f2' , '/detail/8d35f0c6664c405396cc9d071b872140' , '/detail/be337e962bd3418898b739e0edd8acd7' , '/detail/c162c9513b1d42508c4d49b47fb4dc71' , '/detail/13b55eace8f74f00af6a65bb62bfeb26' , '/detail/c7c27c6eb6d54599839a560978452979' , '/detail/0a99b6a5c4bb4330b86a27e7806a07b3' , '/detail/ef8084123f7144429b7cc81e25b8a52a' , '/detail/733dc7a320c14ed7886044b15249ca98' , '/detail/73a01e43b848489aac44a6a2bc35cda9' , '/detail/6fde9d4160c74a51869b5a8ed920727f' , '/detail/a34622ab31be463e9f44f6e19a33c6d1' , '/detail/6fd20f7517c2481fbe9560b3a1a76e85' , '/detail/74df2613a93d47bf8ec49dcf8fa2d7e7' , '/detail/1a096b4b5db44452af48b4f0ba886f80' , '/detail/9659d0bbd47446b6a2f602282a3d02b0' , '/detail/698b242ffd0d43ae8d99ba191c712c14' , '/detail/768d37aa6d264dc0ae33e575abe651b5' , '/detail/d111a4ed259949168d6de0efc59a7d22' , '/detail/71296ff2bb444c5787edc4a31aec1ad0' , '/detail/3ecbf73d96f74ea3b1dcba6084f8ae86' , '/detail/30ffa71c47094df2a90ec7d8edc613b1' , '/detail/635cef6a9ff847c6813814ae912db673' , '/detail/cce237728c9a443095d5acac2558ca2b' , '/detail/b5e72f08e07d4cb4a814320ce87eda7a' , '/detail/c6dc8bea9c234666bc039e76421dcb6f' , '/detail/e41ef68f48c246cc9a5dfe9c5837fa25' , '/detail/76780d8d04184bc0ba1179cdb80b8de7' , '/detail/9cab6ec7917a46a0a43b9e43d461e932' , '/detail/d9e7b8af14604f3e835338893674d231' , '/detail/962f3333f2a14c608f1b3447a66d892c' , '/detail/f4763313af9b4394b002c5871049c7a2' , '/detail/e4e34a65f4554180bd323a0ef9f965cf' , '/detail/6298e5b8ff304bf9b417a962245263cf' , '/detail/2ad26b5ff62045acb018cb7277519911' , '/detail/8dad35f03e18430eafdc0bb50fa9f232' , '/detail/30ed195c93b7467a9187f07773889a9f' , '/detail/fbbcf2cd54af48a9ace8a27417c61136' , '/detail/0a38581650a342bb97478e5552350b97' , '/detail/7c3ad044a851497d947245b9d0295eef' , '/detail/96d02e6c52b74af38e379978cf37882f' , '/detail/8dfd9638f43248689e4712e6955bb5ce' , '/detail/a99552f6420149fe9b6fe71f1eb223c3' , '/detail/a498ee6df1b44db187fbd16578c217be' , '/detail/8cae9449817a436899527a696b3022ee' , '/detail/4a0481cf2837415f994a26db302d9cf1' , '/detail/a26a3419085746dfa76279498a8d72f2' , '/detail/9f6512456e9b4fe285d2aba81e5473e3' , '/detail/538180b1e5dc494ab00296a41774ade6' , '/detail/e4ed22bab5cd4ebbb60c1eb917bb47dc' , '/detail/2d19ad67757d4dd29aa16785a3791b64' , '/detail/cba7f096f5ae48b692612d03d7069498' , '/detail/afe1670f53f542fd88a2b2292cff3879' , '/detail/a7a094ee62f44750bfc093ae90c76368' , '/detail/1dcb7aff5a5b497c9b01240f8113d932' , '/detail/459a91c944234b618165897e3b6b21bd' , '/detail/12c6cf175d2e415f9202f26f7f5ea267' , '/detail/29424506f7c34f70a500c369ecdea554' , '/detail/1a466c5e3ba34fd7802dbfac2ee83b9e' , '/detail/c143635479bb4dd0ab2f2b45eff29906' , '/detail/e01b91d84aef44d786d1791749af22ed' , '/detail/4bb1a177c3f441df91fe4db9a39338a2' , '/detail/de7db8bbfd394d309bc002847cf993f4' , '/detail/fcb0627fca0843e9babf49ddb79d9b17' , '/detail/ef924dc6bca34388938555db649b58bd' , '/detail/de4cd79d81134c22a68a74a7e8220f2a' , '/detail/597f981bad274259a07e5eb0d1c2358c' , '/detail/1eb4b1948d554f13aff7ffb200cc75ad' , '/detail/18d3ecc2c1664dc3bf49fc96eaa5325f' , '/detail/4f06787bbcd54814886185ea513b15a2' , '/detail/47cdc669a0d341c798b16ed43d73dbfa' , '/detail/caf5ed4db8f745b5805f24ef6e7dfa08' , '/detail/478a78759bb54a75b5aef6f9ac966465' , '/detail/cfb2354511cd492891543e589d6f219b' , '/detail/915af89899584c569006967eaae9eb79' , '/detail/1582c38c41e44f7985feb2f52244fa6a' , '/detail/1697af3dea1e4a7f9851fc290a025525' , '/detail/324c4fe6ca9147a499ba6429784b6d6c' , '/detail/1459362b952b43fc8ad36b1863689cf0' , '/detail/e199cdc36610435985962c92683500bf' , '/detail/53d4d2d3125f4b6d8e1f0ba5a5f92d10' , '/detail/3bd248939b8747a4bb67a2f2040fa6a9' , '/detail/52aa3640a83346469ef4f3c3d5477649' , '/detail/7ef14dbab4c443a084941555bfaf4af0' , '/detail/9b9ccfcd42e0456da90f81f63268e5e5' , '/detail/7a768155a21e446db594b41749495d52' , '/detail/5f85098c42834950bca4dbf51b36cc87' , '/detail/c9055fb2640f474d93478934ec9b38c0' , '/detail/2cd6add9b5d340c0ae0bfe9a4dcf1301' , '/detail/9446a98385ab4ea3a7a786f627f895e0' , '/detail/2e1d7a24c37e4d4d96b2dd75693d254c' , '/detail/5cb1a3119afe4e89b6a76fa1bf678f10' , '/detail/bc95ebc6e7a44548abf63df3b26f849c' , '/detail/5434f4165f0e460c89f806625bdeea37' , '/detail/938c5b9225da4c1897da16c73e599fd9' , '/detail/f379c6b762d14462858324f3568eb767' , '/detail/ce15840ee6334794be99001184f47b64' , '/detail/148a7db7b91746779af1399bfb14b749' , '/detail/b7549288b1ee4e5cb0112d3de02d6658' , '/detail/82fecd32cb2b41f98e060847b3b7f41e' , '/detail/3ece1d9cedaa45139e9bfc24bc6cf163' , '/detail/81109d6d5cbb442589401e5427212cfc' , '/detail/329849610cf643a8973ec27b03de6bea' , '/detail/ba8c8eca24e34e87864060fb910a8f87' , '/detail/feec8af14b394e318e2ce9862e6327d9' , '/detail/f594528e964b4a0fbadee158b56dcaa4' , '/detail/2320f1b7176d41e28724359cb17c496c' , '/detail/42ea73d80d544b6a91b5fd9a98803cef' , '/detail/7de43a59276348a49a432533eee8e783' , '/detail/da3c330183b04e42a6635b2e5d30438a' , '/detail/2f0cf9035b3d4dd494db11f867c657a0' , '/detail/dff4a3e29e1d49ebb541f3ae750e5f05' , '/detail/ed5ec8f855b04d81afeabb302389c5ba' , '/detail/aa8a6509532842d89502eeaca59812c1' , '/detail/de429b7018d746d08888a6fc0be98228' , '/detail/966ca9c8605647a1b813148003dc27f2' , '/detail/b7e6baca364b47f39230cacc13e62d7c' , '/detail/929bd53e188c4ce5a988743598eea2bf' , '/detail/0b4e5cc4d6ab4ea8b8330862b728ba1a' , '/detail/e84c87d2343b4c8cb432dfd9e97654a8' , '/detail/71ec0b339c2d47349057db3f3798dd66' , '/detail/018031d7a6504c70bc9611effca5cb87' , '/detail/c81b2553a9584a079af8ed7ac86a280b' , '/detail/4669fdcd345d40e090511df60fe34747' , '/detail/d313aa66fd2a4c76aeb9cdeb5d197563' , '/detail/2eb40206a03549ae99b789986204a29e' , '/detail/1e9b27e1115a4e0385f0372c13fe9750' , '/detail/6462366562514e5c8cdccc45a32653c2' , '/detail/2d5fdce9715549f4a80b8ed29c6c7bcb' , '/detail/47c93d7e0a0044e1846405fa51d74fd6' , '/detail/0ec8e53a7b904a738d3cd38c70925856' , '/detail/f4c19d33a4374f20b81f0e6f11e05106' , '/detail/696185c8f8434874ae7d4f0259a20b7c' , '/detail/05f3cbe5c14440098da860974c749011' , '/detail/ed36bad85c214591815c8c8b9365917b' , '/detail/41bb79951d5a432e897afecece7e47b9' , '/detail/7f9a9bb4e45647f8b40ee4d24856710d' , '/detail/de3ffa06531c44adb98c329ffd3a4695' , '/detail/d43b8ddb12834a7fac461ded65f3f23c' , '/detail/421a3fdfd0d5460ab528e3707ca11a78' , '/detail/296a50c52a8942c99dbcdba401d43f4f' , '/detail/79733850f2f84aa9b42d1c61a8883fa8' , '/detail/c4cbabc818604cbe942633aefd777aa6' , '/detail/0198cc6063887009aee99935fc07787c' , '/detail/0198cc5fcfa372868458b0137445e61c' , '/detail/59ae7c8290e24f378488ba6a31145fc5' , '/detail/6dde6162e144422093f3885e1d93ae7a' , '/detail/f141f0f197634afb946b7b6b9a507618' , '/detail/0e6319c53a4c4c2a908f6e1acb1a2850' , '/detail/0198cc5feedd72e5bd469a1d1561f509' , '/detail/b0cc8bb1dd8e40489c138ee22a967596' , '/detail/80e1b14557544cfaad7bd5e768620273' , '/detail/982fdfcc11944207a95ed2afa37ea4d2' , '/detail/aacb8fdea6a249e18b0ed74239d6f0c1' , '/detail/ab86725ffdf4484283d6089a55b6417b' , '/detail/c9eb29e4fd2e4437a0572855daca354e' , '/detail/d555be79f1284d019d0fba821abe835a' , '/detail/8527fb724dc04b6890409c4f56b55210' , '/detail/ea72c2d6163743a3aadbfd9b73f84fc7' , '/detail/5b4b8832807b48479bee5c4a6a4e368c' , '/detail/805990a020a246c387ae957ef624150b' , '/detail/f721d9e4fa3f49d291b0211c0f49d7ea' , '/detail/c765400ddf344435bd390ca2384ed51b' , '/detail/2d0a4db6670548dca6c389f11e28278d' , '/detail/dca3340b8d324a2bb1e4c2b3202f3e65' , '/detail/63557af22d8147e995653c1daf1696f9' , '/detail/f935de115d5d43ac966b109ecf35d4f5' , '/detail/8832841b589a4fdeb6556dfa4725429b' , '/detail/3231736b477540368f961e43f4c8acd5' , '/detail/69e3f70dfe5d48beb0996b2d57dd4132' , '/detail/a01216b71dbe473c820787036e2683ee' , '/detail/bc7747cc6db6494f819ad983d8ea394e' , '/detail/f8af2c992c39493e86e4a068f759f136' , '/detail/58b3d0d35a944f7ea9f4a2ae551d606f' , '/detail/2ebf36bc5d734a778c7db644cd8f312a' , '/detail/7dd1dc64621846aebf5b45702bbd43a5' , '/detail/de700df76fde41bc9f81830a7aba9c1a' , '/detail/124391a372a54749b88bd1e87ea32706' , '/detail/a6d831b62a334c769bd3487a2727ce22' , '/detail/fe05a30f1e7c4963a25a89b688fe94fc' , '/detail/3dcd4317e68a41bb8e4e45800ae9652b' , '/detail/211fafbc86f1403f97ad514f5bed6d56' , '/detail/f8a3775e786e432d9c0dedfb38f5cdf5' , '/detail/133403527e3948d98bfb2ddca2224a4f' , '/detail/caa6cb1b15f94506baee94ab6dabdb2f' , '/detail/1210ef73292e4834bb02477a20995ae7' , '/detail/14868ce162bc4d3cbf56fe07bde1febd' , '/detail/7ad6c54c9be34f03b445d31d6927edfe' , '/detail/932cf84722f9420db0fe81ba479611f6' , '/detail/94391e5449924ab68357caf7326975cd' , '/detail/135726f264c04274ab108b3c72d4391e' , '/detail/a4c8c6ebd449449486bb8befc80f7894' , '/detail/792b461266cd474cae2356aa7b2a6d0f' , '/detail/d10a5fa44fca4975bf014f432f0a51d3' , '/detail/9697191bf77b49d686ae5ca35c70fa0b' , '/detail/4f1a2c8c5ae44faba1bf9340c0809894' , '/detail/35a9dc076bda4f679d20e46a414daa02' , '/detail/d124c09cea9042ec8ce2eea49f7105b2' , '/detail/f0b282abe2ff4b51be20796043b40460' , '/detail/bf9a6b88fbc74a989dfbbd56aaf7e8b2' , '/detail/89eda59c8ab2485188603fe1844bf9fd' , '/detail/1d4ff7befa364326aaac5307971b55b3' , '/detail/e747ef8356fe4db9b003b66ff2e5060b' , '/detail/fb82ddea8a284ca0a47dd6c3dcf6da53' , '/detail/3f2554490d9941c794bb71f5f764cccd' , '/detail/b525f7bbaf204f47b762228f4ecfd0ab' , '/detail/6b5030a638294ae7b0614aed2e693544' , '/detail/74c23def2f2842418af16064a77dc50e' , '/detail/756e14612f0a44f8929a0a0da80a0650' , '/detail/f16ad85c5cec492e954d94af74ce5f5f' , '/detail/c7b07d450d924cdea940dbae5e6b5916' , '/detail/0b580d4db1af437bb52ae681045fa3d8' , '/detail/940de9504e2b4067bb89e8de2687044f' , '/detail/740c49de0e9b44a887df6f73eaa40b70' , '/detail/fbcf20581dd64cf4b8aed3aef780369a' , '/detail/e09c649155144829b8154605f353de63' , '/detail/061240335ae44ba088a60a25356f028b' , '/detail/d96f418e40ef4e66a3a32c494619c26f' , '/detail/c34a952b9f624b3e8fd973baf9f8e1b5' , '/detail/17bd255e57904585ba8a88149dff691a' , '/detail/a156b96b28be453fb738dfd576bf3309' , '/detail/fa67665bf40e41d2933ab8e7ed0f1602' , '/detail/b18473e401c64322bca40031f57a336f' , '/detail/68fe379991f84dd5a377e64831e860ed' , '/detail/abe6bf27ecb84f93966f2c666754177d' , '/detail/28671cfd645e4120a224fe0230649357' , '/detail/e51ee137cb0d4e3a8276673023a90476' , '/detail/cfd6dc9af5f44b3b933547476f6b88a6' , '/detail/a9c3208b26794b119dabd142b2665f90' , '/detail/e0d48d16c9bb4910a64abc8362bddbde' , '/detail/7c145cd33ad14981bd8e8dc497b81406' , '/detail/925043830b4143a9afb3ad97282c079d' , '/detail/2b90301e0ddd4ffc94139c25a09f872b' , '/detail/7f6920bf8bab4600b04474c1376e92d4' , '/detail/3635fcc77c4e446aa92bbcaecda3a102' , '/detail/441a89af4193491b8f1fe1c682021211' , '/detail/88c56f5564e644df986625800fcf21fa' , '/detail/b016da2b58c04adc8daef9bc750346cb' , '/detail/e7adedd46b1e433c83cdf6a3e0b48c4c' , '/detail/8e56d4361856486597b1a5e6d3da8650' , '/detail/2006a3ea804a4ff69a0770da6c9b152c' , '/detail/ac821c264b8740f4b4a9e56fd325c660' , '/detail/a816faeb3ba44c0f9d649b1dba370929' , '/detail/ab1a576559bb413d94987ad83a39c5f2' , '/detail/598135b2ad054bd5912b695c29b68c7a' , '/detail/a4a8c86177954121a5c1d21756b47a2b' , '/detail/302c26630ee74ff28738a844ed269886' , '/detail/42678bebba584d12b643e7d1d36bbdda' , '/detail/97a8d0d52114451ebd70f2e5b619ce79' , '/detail/a55c651ec0fd40f0a8d0d4911f39813b' , '/detail/ff5caa750e5a4ed6b5344bb2615f59db' , '/detail/2e1bf3a20cd44d6eb9cab219acdd783c' , '/detail/4d19d5a8142541bc891d0e11da039851' , '/detail/3be71d5d0dcf4cafbb0229b757eba18d' , '/detail/c5152d0880274f3a91df61dd2cf0ed35' , '/detail/ef2c85b7ff7a4a708c90c5ef6bc5389e' , '/detail/dcd1579a57ef42c3a9f76b9afca20bd9' , '/detail/ec1436da1e4c4f03bb092b218ca78cb2' , '/detail/73e176aae2d945e3a2f1591b18f795ea' , '/detail/6a0e50ab5bd046148e3743d125616ceb' , '/detail/1d9dd4750eb442e4874493dd4798d030' , '/detail/af7e22d24ee4412890c88c3579fbd639' , '/detail/3f238c229ee6469fa12b3b634a836c1e' , '/detail/2d093652413142dfb48e894db53daa26' , '/detail/5099f7a733df4e9693c4ac6c8cb3fa9d' , '/detail/95b5e428eeb7403f834536c0259dfbdd' , '/detail/6cf120a66c1d440ab4b3f211ca5ed4e7' , '/detail/3da8bf196a3b49808fce26652cccd5b9' , '/detail/2d338f60a8624b08a0b076a6bda9bd89' , '/detail/0e84607af75841a8af9242e142d32c1b' , '/detail/02f5376db4dc447fa79e6b944b2d5c1b' , '/detail/a6ed01749045435094bb393d532165cf' , '/detail/5221a02f84804456abe1de36ef2952bc' , '/detail/4eea087a9e5d40ad92e69bb06d463763' , '/detail/a791698f060740ec81872561ef70bb34' , '/detail/289e9338267a4f9f9c8acebb1c389498' , '/detail/2a0aec1b06cd4f1caee8659d4902903e' , '/detail/084d8960a47c43df8721e404766bca3f' , '/detail/a2a198a0824f4a80a67ef4fcb1854571' , '/detail/64fae64898c84d0fafcd30f9ebf1ed8c' , '/detail/a378a3d35a9e4deebdaf104233d64967' , '/detail/a821025b13f0464c84e855512a64902e' , '/detail/da55e8f48e2c44ca943dd11d69c6a882' , '/detail/342c22b947d44bd3884252b1e286baba' , '/detail/a0199a2abe774f49871b67dcd1f94f3d' , '/detail/d557a3d8ac874884835b1d19aee1600a' , '/detail/0063d99f94f84ae4a6245dfe32728347' , '/detail/4421965451b347d9b98ff8c5f99c64f4' , '/detail/33235fa1274840ffbb13cdd3b2b4bead' , '/detail/8e281119f82f4c18b63fa69d15c03061' , '/detail/64aa4d5d3ec8485b83facbcd9938ce41' , '/detail/833524d4f7c5409b915d2170cfe26734' , '/detail/8f476e559d4a480bacace9594a734d6e' , '/detail/008f36161ee342efa69164d184297a33' , '/detail/6e1bda997d50458ba8d53b5af12a73c6' , '/detail/4d487491c1984f918e45f759a671b778' , '/detail/4fb2216a86f04b3c8f243cd666690f45' , '/detail/7893c4c08a7a4ea99a9da386751ae231' , '/detail/f4c3961beedd495891e9e4bfbaf04a0a' , '/detail/1b98e8c17eca4d62a7e844987e00fb6e' , '/detail/6839368170de42c49ed3cfbf12e88778' , '/detail/dc462b280b1749da9b04b87cab060448' , '/detail/f89fa98dbb174a7898008d500673d396' , '/detail/a1fd30263a8a4bdf869addf794d237bb' , '/detail/8a563833b6db46d58cb4231fafb3ecb9' , '/detail/3b4e6267debf4727bc49ab382ee6b378' , '/detail/4b3a07c918844439be797c82bcf93f5d' , '/detail/1ba742c0f8ab4e14bfb2838966262114' , '/detail/d09a3bad9d8246acb1a135339a8a2269' , '/detail/c3b93aabc4fd4458ae058b79a8d55f40' , '/detail/914ac234f8274ab7a5525f8ec07a0bb8' , '/detail/2ac0b06456e24af38ed4a05796ceb314' , '/detail/d212bfb9ff6e4fb8b4a263c27186990f' , '/detail/38851123f67b440a9eb34c83a7d7d648' , '/detail/df6dbe63cb1e4d8c828ea8715778bd66' , '/detail/4769905b21a7442fa3538b68206deefd' , '/detail/bc3d9d94151c4f2c990b145eb3cadfc1' , '/detail/a096f622e9c04dd78a3a6185831ba31a' , '/detail/43a7e833b0fd4972bad407d517059e1b' , '/detail/d2bbc2b65285491796b87f4978930e13' , '/detail/56285a19a62b4cbeaf2813bda58efe1c' , '/detail/4c9962392c714602862a89b9a9bc8989' , '/detail/50d22ec40fc04973acc79ecd6865453b' , '/detail/be9e6edc615c4f2db801facb58538429' , '/detail/d07fdb4b60294b649b47663b624b171b' , '/detail/4547b11cdc7c496d8df91d8d32d324fb' , '/detail/62a32176b6a444dba8e50ee841504bc5' , '/detail/449e67824e5b4da6beb2cb8c7167a750' , '/detail/96a889c8249b4981a08e9beaf30e87f3' , '/detail/e797fd9973e74fec959427771eaf6a36' , '/detail/866bb386de0b450fabaa9ea744ddea55' , '/detail/03774667cd6143d3bb687d01e5f29d50' , '/detail/d24a30eb68604e369a521359b244491a' , '/detail/8b798107c64a495792a70e7fbf783207' , '/detail/581056b5b98043b8ac6c5b1effc03094' , '/detail/fd330e1a691948879377d0380e2e1211' , '/detail/505305e77711498c9c7542de6532dee8' , '/detail/a0fde31fcf5e4a1c936bdd6083707d29' , '/detail/3b4b997d6ded417ea6467654f93b518e' , '/detail/a5fb416f3696486191cc646289f76a1a' , '/detail/06bac5fd040148dcb4f1c4b940ce5e24' , '/detail/7450d68915c04aef9269466c03004a8e' , '/detail/c03dfcd7dc01447fa3a90667fad10132' , '/detail/3831330bd93c47328efb2198c221dae5' , '/detail/70e52fd4923a42919e958298024dcdf3' , '/detail/1c86779c496a420686f9bc1e8e7eac8b' , '/detail/5b6c37fb84c843b69699e500f2a35af5' , '/detail/a5885ad7e1cb4b00bd3bdf1dc9899e40' , '/detail/623afd0ab4464e268632e2c6bdacfa6a' , '/detail/b7777da000d44903aa8a832e1712db94' , '/detail/e324e27f2fc346f080a989508bc55c16' , '/detail/88286d36b4e44417870f62d69080ee5e' , '/detail/47eb1a34e386472091e13330835c4729' , '/detail/ef7b4ac10e10400cb8f12423e31ea5d2' , '/detail/90d5b890996f466a99e44a068f2e5e75' , '/detail/7e52fabb32fd4c57943f5de5fc239ffb' , '/detail/ca88d9fd1695492eaf27a79b9355c195' , '/detail/3ecd4a5c22aa44a5bb75dcd5aa6c3bf4' , '/detail/7771c607b84d4337ad4a02cd3c50c7dd' , '/detail/611e0cf9139b4f2b90066ffbb145126c' , '/detail/0aefdbeb11644d5189cbcd68d73f8fbb' , '/detail/eeb3c5b2c3aa4c5ca05781416b91024d' , '/detail/c7b654af993e4eceb334a81d19f687f5' , '/detail/34387e5bac4c44038c71d227e3ee07cf' , '/detail/2b8fe71d69a945d88325960fd09e0752' , '/detail/7565b51cba814d1cbcde5895ecb7ecbc' , '/detail/75da02e5307b4d7dbb8e243414de61e8' , '/detail/0b625de4010b45c4a52e289cc9f1a652' , '/detail/04e6b49ab9cc43bb888f75d6b2099ec1' , '/detail/de068f6056524c6cad464cf624ae1fbf' , '/detail/edc783ccc49a4234b6baac8d06da8db4' , '/detail/df376191e67b46d3b38b5f4774de0224' , '/detail/47bfb080597843c8999d13e32547b198' , '/detail/865b53b7840a4511970f9699ea7c6134' , '/detail/8669e125b004411293092d9df9bf34c5' , '/detail/1fa69eddaabf4df5971e23b2c718d5dd' , '/detail/309219dd4d1842fe8f807fa4434ad2cb' , '/detail/c8998ae94d9d489dbb5134b18c6f5fb4' , '/detail/9f06f4cf55274037add5d68b2c250986' , '/detail/68dc61545aa34f3ca50fc30d697cf926' , '/detail/ad07e8054c5a47f8aef8e7d732451ff7' , '/detail/dc221bc461ee439b88f1aa767e0a8418' , '/detail/81a00d0397c4409bab8eeb19b91596cc' , '/detail/7c1315587a2a42fa9db2d38e304a9cde' , '/detail/5a6b8a51792444f0a6d3b82049b447ea' , '/detail/b9a2c3e351c846e39523864c37bee51a' , '/detail/891472407403429588922cafb0a8a305' , '/detail/140c9cf204a54bc888c8c36a1e338946' , '/detail/26d78996e8ac4aa7a1494e275667f04e' , '/detail/1b109ab41b4c47e2b05be909a8727e33' , '/detail/132c192094b348e1973a0226a52864bf' , '/detail/6433521b76ee4705ab6644fb32bf7d77' , '/detail/817e50d64c814494a1f0c5ab4eb1fb6e' , '/detail/bbd3061006a647868ea330b68485755b' , '/detail/52fcbf43beef4d369bef59bd0368fd10' , '/detail/8aca2973510443d1ad34c0ec18cb1f7f' , '/detail/aa63b8e774244aa3aca375cee83b18a6' , '/detail/bc8e2c94d92945fb9b0b13a2d101fb9e' , '/detail/69923d8a8de54be9935844cf1ae121a3' , '/detail/88232df4c33f4b17a50f71a2d1e08c41' , '/detail/60c98fa8f47f459fb8fd2681b5891694' , '/detail/3d1feea2093f42a0b76996e3a14ffb49' , '/detail/23817e2c4eb8419f90c3b800639b1bb5' , '/detail/06538a60ddef48c7a53c868e90505f4e' , '/detail/4474560272ab496791d54ef84998f05a' , '/detail/036a26bbbe4b4f01aea80d39bbc9c86d' , '/detail/a3da1a51200f4931bb8e78b9edb2706d' , '/detail/48f1880080fb4e7dbcb69bc0d85a56ab' , '/detail/5052239aab6c452dabe9f402e3ccd8b6' , '/detail/7b4caffabad04d4d90f412995e5d0790' , '/detail/207821a319a14df891b1da52cb633bd5' , '/detail/062661d152d04adda36714aac9a1ab46' , '/detail/e9e0aba5c5a4401482059f441c959c05' , '/detail/3ab3151b544444a9bb61011175d407da' , '/detail/0e94ae42b2e94624b7401044743fa1f2' , '/detail/5901e0c63b024f20954fe585d0ae085f' , '/detail/1e564948a63a4aaab75c2710769bc919' , '/detail/10990b3472944c229901430b36c4b4ac' , '/detail/a4b1eca2d9dc49cd8ab6329995b0a6ac' , '/detail/c312ad8019cc4ef6882708a63676aafe' , '/detail/ab9adf466e6744c5acd83ae7e17980f5' , '/detail/f905c696fc72453a92da7f09ae351a75' , '/detail/3f88015762804ae0881d1581c229a3c9' , '/detail/732623e8b9bd4ca2b4fd69a0f5ffd9b4' , '/detail/b82d4d85298e4a5da955b80ca1567b13' , '/detail/cb79e9bab48e40e48660d25cb01bc111' , '/detail/798f63f530024716b63728137927a577' , '/detail/cc2e0c973ab64a99a8a4c3368b790fe6' , '/detail/9c5332cba3c44f0f8cac2ea88514f142' , '/detail/0a55ef82545845fd8d26d049f6fa826e' , '/detail/137ab040245b46419c5d19e61b554776' , '/detail/8e87aa0dc58b429dbba384d01748e66e' , '/detail/641aec6182ff4ef1bbd9a5202d20f0c7' , '/detail/2b43a0b43b6f4fa2afbf694183b86ba9' , '/detail/eec0d0e9fd44413083334ecfaa638760' , '/detail/a56791c8fe6441978612fce3e3353256' , '/detail/7979893536284cd5a6fd2ade57ccb406' , '/detail/e1ee7bea1ffb4e7ea6864ccd2c4afeb4' , '/detail/4bd24feb0c724eac8912702054c51c20' , '/detail/47acbb1858dd4661aa5810d7f0ca2e74' , '/detail/5ceb09c11d094fcd84db184738d2d083' , '/detail/84d0789314454723a3e7d9e34328fd4f' , '/detail/ab80f47e137240b2b89fe98783e2e72c' , '/detail/65092324d2ee4c58852e11d4ac397773' , '/detail/17bfd861909c4763b5d79fcce7c5297b' , '/detail/90e0d429e36048a99e703e33467ed707' , '/detail/cf739fe71fa7405c8da1e454c4fe9074' , '/detail/be0d9389242646df8a78cfbd362520e4' , '/detail/a776ad854a6844ef9f7048118eb383b9' , '/detail/eb98651cfa584a6f9b67810ca331c870' , '/detail/88f7ebf91b5c4b79a1b4e1c7a2d1ca27' , '/detail/b9af4ffdc0874b90989ef8aff04ad15b' , '/detail/d14bb8aaa7394e75817426f7df8a5570' , '/detail/aa3031f9fd724dbc9fed884ea62b3cdd' , '/detail/34f37717bc1849cbbc9d628a12ebbd80' , '/detail/2c7be5c005c948949979b713244fe4ca' , '/detail/95d3714074084c3ba682eef94d7c8b85' , '/detail/0d649f80d88242aeb2e5b317364aa3d7' , '/detail/2a2dc438531d4b6a9977bdb5d546ef6f' , '/detail/1777f0f2727e486a85165af0983f2dcf' , '/detail/595f45266ec5447ea014a1645d0433ee' , '/detail/14d611d0a50e4220b467a1c2c39105ae' , '/detail/398c01a31065433b859085e3fc840c58' , '/detail/a5bc2dc44f07433da905f6171d9cb01f' , '/detail/a83fd50b6cb4416fab3df796217cc451' , '/detail/bebbfba6ef05401d9e7be7e9c53ea694' , '/detail/0b8fa99c70f24a959f02c746c58cdb15' , '/detail/2fe898d6a2fe4d1fa0c95865a625a8a2' , '/detail/12670c0a49534476a4627edfa8a8a640' , '/detail/d772b60125d64f159be46c037b221f2c' , '/detail/f1ab9615c18f40d2a22eab75cfc86dc6' , '/detail/ea235078710040d2b2883edf5b86be88' , '/detail/0209e577fc514c1c9d7436a79ea21e3d' , '/detail/53b20a74867f4954a13cb4331e0a46e4' , '/detail/24f50124b7f94873aed973d2e8279628' , '/detail/f17c143e8030401fbb2cb3c31b7d2b1a' , '/detail/9af21c4c025849978170a5ffaf2b4e31' , '/detail/9ddde9c25d6649c5a976568c7b425fde' , '/detail/0af3b7e057754baf9f358b609c82dc86' , '/detail/8eb0bbc3367a4bf2885597f224668845' , '/detail/eaf6170a147f4be3ab6a80de18c942a1' , '/detail/5880b298bd1e40a691268b84f663b909' , '/detail/b26bef89a19a429bb704aa49cb916050' , '/detail/a5231cfed070466cae833594bdda8382' , '/detail/f061302ae2764217b219e4d20817b00f' , '/detail/7ff6f83f782d44b7a87021116a636a9e' , '/detail/a35f304ff6e6407a8167dc0c7ae2b3c0' , '/detail/0c8d01216caa443284ebd923b2e22621' , '/detail/88befda331cc4ebcb390202c12666c3b' , '/detail/86c2b59e49774c01b8cd112b8aa31989' , '/detail/cc22e1c4f19c4c29b72e89ee13aa2cbf' , '/detail/d799c0685ddb49d2ba6676b962505d04' , '/detail/2a2b04d344d6460f9595b2bca7648812' , '/detail/9ae4096eee4840d4b891a033cace4884' , '/detail/907ba621589b471086fce496439ff2ac' , '/detail/531f7bc86b8d4ad9950ad8d6a3003996' , '/detail/801534b7005f4e85a3d2451079eae77d' , '/detail/6e879e61928047a2a98d3bc88a0341ed' , '/detail/4401249ab07247fb8c464c75df67e62f' , '/detail/50601c78093643a1be2aec173ae77953' , '/detail/068f0f07571949618c99c2ab142dd526' , '/detail/c108e759537f413694440f54ceb57949' , '/detail/41138e3be7494bd1a59126c1c75e76ee' , '/detail/8c98ce41cd2545539d9bf136866d8b84' , '/detail/119611c045894778978ea747d6024910' , '/detail/bd1af5f41cdc490d982253dc0cbbaace' , '/detail/8eed6b29670b4bb5b4c5237b6ea4987f' , '/detail/67aa26a056b1436092f74aff6ed8ea7e' , '/detail/c2eaa4b28d894745b589f1022b868269' , '/detail/c84fcd6a32274ca489900a7b23dbf735' , '/detail/3a6874a2ca8c493a932a7cfbce5b6f16' , '/detail/26fda724c517458d9d9c15c346a490e3' , '/detail/789d764f909447faa8d34eef1b31ea98' , '/detail/3d3065529fc341c8a2951f9c1e437b22' , '/detail/c84968524ed8433bb4e952827c845531' , '/detail/5f77b0a02c3048f39b887eb9192609e8' , '/detail/0ff1e720d69f43e1bc9d42d82992ef6b' , '/detail/d238e4cf6705454eb61f12d1d583ebd5' , '/detail/9fc9301ee73e4e6f99574764cbf5445c' , '/detail/2ed4095813024078b4962b9f670976dc' , '/detail/9ee0597b6a59479ba1e82a7a345e034c' , '/detail/07d081c6c1064008939838a51a05b3a0' , '/detail/a1bebd5af470495fad5946d0965ab145' , '/detail/b82d3041c7614a058de48366eb61c491' , '/detail/9cef8ea62d064cb68e51c8c3642d0eda' , '/detail/804a4bb458414a6897f18f27a400364f' , '/detail/e4d8b5de307843d69c303d1225246cd7' , '/detail/fbe0f7d677b643c9ad932552b8a524e6' , '/detail/a212a54a7d44409a9137a72a6bfeb9a9' , '/detail/02d31b1efd4f40a88dc4a16db62f8d53' , '/detail/3be2ac7b5ee049cb9504c41fd1b1fcce' , '/detail/68e2e4d658a04d05a658349d48e6235c' , '/detail/a34a784261fb493196224fa84f22cae5' , '/detail/ccacc5eb89ae4e669dc65da141f77e29' , '/detail/7c153159d9534c04b0077123ed7d0cf5' , '/detail/276801a54ec6465f8eaf79844ba82fe6' , '/detail/6140d6c2200148abb7c93fade62abcf5' , '/detail/9bfc4e00273a416cafea674f2e38cb93' , '/detail/ba1bae2a262a429eb14035abf23e3043' , '/detail/d30b4f0231fc469fa8f2e49021d5c43f' , '/detail/b7d57e41db8349b680c019ecab3ecdc3' , '/detail/f9ca844bf5f745a493e1c5895a64f101' , '/detail/f8913ff5fcb745079560bae0f847d294' , '/detail/8f373bd624cb4b8eb33442d43fa960d0' , '/detail/734e5b33c2af4d88bc159c70c1ffa921' , '/detail/3cbfcfbd45444c7b859ebb5218167655' , '/detail/2ded46b65e8b4950a474ca80b22ad30d' , '/detail/9d8fe6b801ea42e597fdc03e36d9c506' , '/detail/49b1dfa152554f5b934e0c61ce4defe0' , '/detail/07b7f25516774d86bb85f336ed2a7eb1' , '/detail/66e6574738c341e2a84ea91f5c2624cf' , '/detail/eb57876fb07d44b8913887221c31b429' , '/detail/9295c4900c1346c491cc126d7800f31f' , '/detail/5991995c41a341818105d7ad36872a57' , '/detail/67c04b52d517432b9584c48d05ff56de' , '/detail/f070fa6d40ab402f9e93cf4704f0aff8' , '/detail/3da0d08ef3674e41881daaffceda4120' , '/detail/68de096b0def4e588a861858d7ccf478' , '/detail/056f2b4a18734b51aa5cbac988c32d68' , '/detail/bca5de7adb4a4af4a617fd915683a208' , '/detail/4ca76a739a2548a087d104e75406bc22' , '/detail/f78861113634444b8570ce48825052f0' , '/detail/632f76544ea94aebaf033b464fd1f21c' , '/detail/379f5137e954431ca6f0c4f1f9a9a207' , '/detail/61f73542b8634a8486d6d4b07f169bcc' , '/detail/70b14d15c914428eaea65264ceba1b4d' , '/detail/0e8e19f9f00c4397bcda44eeca5258a1' , '/detail/acdbe725e3024402862c740c19979cb0' , '/detail/5fb9129b5d3e451d862eb548c536ddd9' , '/detail/0f91158e463f48eea224084b0933ace6' , '/detail/1a39997927c546b699e0dae676565971' , '/detail/898220be1e374b2c9f9b390757fab077' , '/detail/5fee3f7db1c3493aaf05e63541417fce' , '/detail/1833a28ed3aa4a84933e0b8b8d0e55cd' , '/detail/7df69400882b41d78787e29477899841' , '/detail/a42d85a509c44916a35e1430f4dc3229' , '/detail/78e0b4108ab943d5841197d2de96a1c4' , '/detail/014f7384db66408f89aa3e936e853cc5' , '/detail/22ca243d008f413b9a0b8a6206a110d1' , '/detail/e921cf6a809e40b8b2d7f484124b3ae9' , '/detail/5cc4d3f94c7848239aa5c35b207b4cdb' , '/detail/bb117e077ef74313b97791510a606fe3' , '/detail/2919f1410e8744949b8fb4c97015094e' , '/detail/4dbe21c40cb34ac7b557e114f1d4385a' , '/detail/73b93531adac48628d746ba9d66f4a41' , '/detail/13794d1d356b43989d19c3b1af20e6c3' , '/detail/8b4c960a6c744c7b9ebd699a31954c79' , '/detail/e8b3d773b0614d1bb68da34b30c65723' , '/detail/812a9dc2ea7148f78642ad3685650770' , '/detail/679daf3d44a14ba7ae6b05aece39b71b' , '/detail/74a80cf179b14312b5ef235f6fe9c789' , '/detail/f16eb61d445844d69951a30e9baa88d3' , '/detail/3d9bc37233ef4acca274e8c7d34c1440' , '/detail/9d31aa53c5b346c0ac563003547d704b' , '/detail/a9315f49813548e9beb8e9958f71a82a' , '/detail/fc19ffd651714d7dba3bce939431c42b' , '/detail/b5b52197b3234712938cec47012e98f8' , '/detail/640d2d9bbfbc45d5a4889b8a789b10ba' , '/detail/ff61ad2f52b045e0b8e246b66950898a' , '/detail/5a22a6fc6bbf407196b685f313411a12' , '/detail/aceb99d3faaa4b378f1a02d4e899d0bf' , '/detail/c6f65a752ba34fc0b0e96fe14cab3767' , '/detail/1140cf94473b4c6eb5b133f751115acf' , '/detail/46616fe8d70a41949673835a31cadf85' , '/detail/1654fd1cfe8a4817937dad0f7e294480' , '/detail/44a162b7347347d89a80d318f083233e' , '/detail/7a2f49de392d40f78ec955405af13a7e' , '/detail/95581b6069e6433eb2345b2b67301843' , '/detail/0af6affec65c4885b40767871088623f' , '/detail/ad4c5a3e33654eb4ba4b50f74574dc86' , '/detail/4541da5bca1d4a12aa9e7583a321bf3b' , '/detail/a90fce6933d94a6aa2eb2cb34aa18f8c' , '/detail/47ecebc74a604b3faaaef6e18ea902ce' , '/detail/2fe2887286c14c9d9c90704a2c894307' , '/detail/c25e389d064942208e8756b80a502240' , '/detail/37cb6d0398244386bb879aa64ad6ce09' , '/detail/64e9d4f459d94a1dac09471cc105e744' , '/detail/606d34e1f75f4ef6b3fbcea4e232b8a7' , '/detail/85ad71fb036c45449def8e90a9ce7d17' , '/detail/4ff2304845ca4cfdab061877469d5349' , '/detail/8b9119d40cd647ad8552925be1d70b25' , '/detail/f0c6aad6b16b41c2bfa4c317b76dc4a5' , '/detail/ef907fd3b877460dbbb2658cf7fdb276' , '/detail/fe9f6f62f3a64491b84e5d09c7bfba4c' , '/detail/65f5796081914732bbf71e5c92d3d5e6' , '/detail/3bce6afdd2e64605b8233d08835cb949' , '/detail/19fb29273c4e46088a35546e07cfd57e' , '/detail/23cbd9306f864a689e4c9ce3973b7ae0' , '/detail/077df44abf2d4748a2a60aeaa8916a7b' , '/detail/cdccd171a00744cb8b670acdee4f0b69' , '/detail/9bb29350c96f4ccbbcab151811f576c6' , '/detail/b3faa8ec780643af9b4f76a1530da2de' , '/detail/d9b2dc17a0d349ccbefeac7758f014c6' , '/detail/b96a7671a2534a968fac1749f4ce8f21' , '/detail/372e134d85fa4e3ca443e027a436be6b' , '/detail/5d2408361d2a45668fa604868a26c3ce' , '/detail/7815226a72eb444588063124e66fe906' , '/detail/2fbc504304064036af6811f32645711c' , '/detail/5d2f77d41dcd477699e32af67ee48467' , '/detail/6ea1962dc1c746beb67ce12a461a64d6' , '/detail/3599db9ea6ef40e6bab23d0ce97e8bdf' , '/detail/864a088e3d854fd49ecaa49481216811' , '/detail/6c83dd4b43ff4cf290a56fe1801ddc47' , '/detail/b467e28f3c70481a8b2e9c3b1f5d1af6' , '/detail/37bb79301b2d466385008d5b79033af5' , '/detail/98625660f1f8444f834fee53138c7c03' , '/detail/6d263c1fcf47426a9ec009ab9664cc1f' , '/detail/d1f73fa54c054deb8a38ab7ee504e938' , '/detail/1489fb41880743d19a60f67903e317d4' , '/detail/dd0d94c2f336499da33a3e66b36eae70' , '/detail/917418843c57435ebe7006d0859b3f3d' , '/detail/8313bb31d269446aaf7093caad1dda1c' , '/detail/9a666ae702c44924b22eb08093ed03ef' , '/detail/103467a9cae84df3b212cee1e6bb0d2d' , '/detail/e4890ab8b7d846a9978ef6be1a03d9b3' , '/detail/97a6285c7653471687bc3878590a8a2d' , '/detail/241c5e0ea5ad428c8408129e46fcd09b' , '/detail/3a6dc9cc905048e89aef10f84409d02d' , '/detail/bb331f27bea04ac3811c79942b0f24df' , '/detail/4c7c2f42876d4f9489d9a4b0475da0cc' , '/detail/ad6fef20a05942598a9a1339ef9986ab' , '/detail/25c6949f0ae141479143661642882b3b' , '/detail/24583058f96741679ab5268b478f92b3' , '/detail/64e2d2f18cae4525a2c62f80a1462473' , '/detail/d29ee3e6741e4717a835c0dfd74612d1' , '/detail/dc43c8f61ba447b9a34f54499ee1fe93' , '/detail/532d7acef6524834a44cfad9757a5295' , '/detail/5a12896edc4f4348a2d6e00e655dbd39' , '/detail/4464101d483a4172943a8ec0a99cc0d5' , '/detail/f7c2881400fd41f2a364ec6f18875d7b' , '/detail/ee20a42d66ac4314a67ca8c25a10e628' , '/detail/9b0d71093c0b43d0a76ab6878fd5724e' , '/detail/8bf3d4e572624a54bf032256e0626c08' , '/detail/3f2935b7267c4fb0b80e50c7745c1345' , '/detail/6ee41ee1bf4a4d49b2da68843926509c' , '/detail/819f64b8ed59400ea6c95c72979d5aa4' , '/detail/aed896931f284531bbef9c0cbbf6910b' , '/detail/c352fd28052548f4b3c7fdf356c2000b' , '/detail/d67a024c5bc14d298eb9b37f57f0f384' , '/detail/62ae4990aeba411e9262e7657a2d1a0c' , '/detail/4a82b75297e249af835a7c9b6327f8c0' , '/detail/5f9b79f3f60947d3a8b8cae1b2ef0350' , '/detail/a94619849a3545bbbcedc55fe9117e0e' , '/detail/42f2e46f15f1412d81c4a1f0fabf9574' , '/detail/beaef5b7b5e4438698cb3cbdc8d4abb6' , '/detail/7424edefde124c299d55e48cb7b944c8' , '/detail/82684099dd6f49b49e889b6664fa210b' , '/detail/ed76a3d76d5b40768d1558a9291f7093' , '/detail/058176951f00484eaec8b4250fa889ae' , '/detail/44fd29b89c874bb09cb67738a9709250' , '/detail/79655fce03834c79b9792899eb30dba9' , '/detail/40d0fd6421ef49e4a2a7ff26fe38fd3b' , '/navigation/d1c8e7fd3f514b16a7c7c457c438b93f' , '/navigation/585d71242fa54b0fba56e331ed5adbe1' , '/navigation/0199576db2937bbe9a41fb6156449782' , '/navigation/08014c102bba43b09e93a823de238da1' , '/navigation/04ac33f9be48438ba185ce8585682c3c' , '/navigation/ba9f9e3fd094425392c838f151773526' , '/navigation/cda441a37060455fa34c8ce371928eb3' , '/navigation/52242d7c7a3349359001e1b7b2c3df80' , '/navigation/83586831f5bc43d6824ec80864e9314e' , '/navigation/0196d8a825c27a7e93a4b07323c246d6' , '/navigation/ccd140695dc643408838c39c838a0a51' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
118
0.49 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"†;orw>Jj²»Úï\x06 бQ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy