1
0.97 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.59 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.31 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.62 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.56 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/rc-125-2019-modelcode-F5003S1 "
"ersatzteilfinder/rc-125-2019-modelcode-F5003S1/ "
]
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/rc-125-2019-modelcode-F5003S1' OR seo_path_info = 'ersatzteilfinder/rc-125-2019-modelcode-F5003S1/' ));
Copy
7
0.39 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/rc-125-2019-modelcode-F5003S1 "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (path_info = '/ersatzteilfinder/rc-125-2019-modelcode-F5003S1' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
1.02 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.38 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.32 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"AudSt2MHWkG71n6eT0CZ80ZvqBoe0lUq "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = 'AudSt2MHWkG71n6eT0CZ80ZvqBoe0lUq' ) LIMIT 1 ;
Copy
11
0.40 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.63 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.29 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.44 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.33 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.36 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.33 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.22 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.60 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.54 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.66 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.23 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.22 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"AudSt2MHWkG71n6eT0CZ80ZvqBoe0lUq "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'AudSt2MHWkG71n6eT0CZ80ZvqBoe0lUq' ;
Copy
25
0.28 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.58 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.22 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.46 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.23 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.46 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.23 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.39 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.28 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.20 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
1.02 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.45 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
4.75 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.41 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.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"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.56 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.42 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.32 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.30 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.08 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.00 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.55 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.40 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.73 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.46 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.72 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.25 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.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"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.31 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.48 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.59 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.80 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.35 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
1.06 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.22 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
66
555.65 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.87 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.23 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.27 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.27 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
0.60 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.45 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
1.21 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.28 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.33 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.47 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters :
[
"%F5003S1% "
]
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE '%F5003S1%' ;
Copy
77
22.50 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 :
[
1001547538
]
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 = 1001547538 ORDER BY `group` , sequence_number ASC ;
Copy
78
30.70 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (11051 , 11066 , 11079 , 15589 , 15594 , 15642 , 17790 , 18449 , 18450 , 18451 , 18456 , 18595 , 18606 , 18610 , 18793 , 18794 , 18795 , 18796 , 18797 , 18798 , 18800 , 18804 , 18805 , 44858 , 44878 , 45079 , 49945 , 49977 , 49979 , 50116 , 50168 , 50186 , 50192 , 50437 , 50905 , 51121 , 51912 , 51913 , 51914 , 53010 ) ORDER BY number , part_type ASC
SELECT
*
FROM
hobaIT_sparepartfinder_groups
WHERE
id IN (
11051 , 11066 , 11079 , 15589 , 15594 , 15642 ,
17790 , 18449 , 18450 , 18451 , 18456 ,
18595 , 18606 , 18610 , 18793 , 18794 ,
18795 , 18796 , 18797 , 18798 , 18800 ,
18804 , 18805 , 44858 , 44878 , 45079 ,
49945 , 49977 , 49979 , 50116 , 50168 ,
50186 , 50192 , 50437 , 50905 , 51121 ,
51912 , 51913 , 51914 , 53010
)
ORDER BY
number ,
part_type ASC
Copy
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (11051 , 11066 , 11079 , 15589 , 15594 , 15642 , 17790 , 18449 , 18450 , 18451 , 18456 , 18595 , 18606 , 18610 , 18793 , 18794 , 18795 , 18796 , 18797 , 18798 , 18800 , 18804 , 18805 , 44858 , 44878 , 45079 , 49945 , 49977 , 49979 , 50116 , 50168 , 50186 , 50192 , 50437 , 50905 , 51121 , 51912 , 51913 , 51914 , 53010 ) ORDER BY number , part_type ASC ;
Copy
79
36.27 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (11051 , 11066 , 11079 , 15589 , 15594 , 15642 , 17790 , 18449 , 18450 , 18451 , 18456 , 18595 , 18606 , 18610 , 18793 , 18794 , 18795 , 18796 , 18797 , 18798 , 18800 , 18804 , 18805 , 44858 , 44878 , 45079 , 49945 , 49977 , 49979 , 50116 , 50168 , 50186 , 50192 , 50437 , 50905 , 51121 , 51912 , 51913 , 51914 , 53010 ) AND article_number IN ("90130038000" , "90130035000" , "90130003007" , "90136031000" , "90136030000" , "90136036000" , "90136027000" , "90136028000" , "90136032000" , "90136033000" , "90136035010" , "90136035200" , "90136035204" , "90136035208" , "90136035212" , "90136035216" , "90136035220" , "90136035224" , "90136035228" , "90136035232" , "90136035236" , "90136035240" , "90136035244" , "90136035248" , "90136035252" , "90136035256" , "90136035260" , "90136035264" , "90136035268" , "90136035272" , "90136035276" , "90136035280" , "90136035284" , "90136035288" , "90136035292" , "90136035296" , "90136035300" , "90136035304" , "90136060000" , "90136056000" , "J770010312" , "90136056001" , "90136030010" , "90140001000" , "90140023033" , "90140023045" , "90140023060" , "90140023075" , "90140023090" , "90140022000" , "90640020000" , "J618253216" , "J025060256" , "90111059000" , "90504010100" , "J020100806" , "90104010003" , "90104010002" , "90504030044" , "9050406000033" , "90504060050" , "90508008001" , "90104037000" , "90104038000" , "90808043001" , "J025050504" , "9050405000033" , "90508046000" , "90104042000" , "90104046000" , "90104034001" , "90104036000" , "90104034000" , "90104031000" , "90104032000" , "90104040000" , "90204060001" , "90104040100" , "90604062000" , "J025060169" , "90513147000" , "J912050151" , "90103097000" , "90504067000" , "J025060083" , "90104067000" , "90808043000" , "90504060001" , "90104070020" , "90904070020" , "J011050133" , "90113047000" , "90104230010" , "90104066310" , "90113080000" , "90613075000" , "90113090000" , "90113060000" , "90113013044" , "90113009000" , "90113121000" , "J025060143" , "90114060003" , "90642001044" , "90542002044" , "90111051044" , "90534034300" , "90534031020" , "J625060800" , "90113052000" , "J933060253" , "J934060003" , "90113057000" , "J125060003" , "J094020153" , "90113174000" , "J025060109" , "J025060163" , "90113050244" , "90134035000" , "90513069000" , "90511054001" , "90611053000" , "90511055000" , "90511054002" , "90511054000" , "90508024000" , "J025080203" , "90508006001" , "90508048000" , "J125050005" , "90130000344" , "90230022000" , "J625062040" , "90130004002" , "J760122455" , "0760122406" , "90130004003" , "J618131912" , "90130004004" , "90130078000" , "90130078001" , "90130082000" , "90230079000" , "J618152114" , "90130164000" , "J625062041" , "90230077000" , "J472037150" , "90130003004" , "90130058000" , "90130047000" , "J005060123S" , "90130003005" , "90530003001" , "J025050163S" , "93511023000" , "90140020002" , "J028060164" , "90130096000" , "J025060401" , "90630042000" , "90130042010" , "90630039000" , "93530026044" , "93530027000" , "93532048033" , "90132048004" , "90132048005" , "90132051000" , "90132050000" , "90130020000" , "J770013824" , "90130095001" , "90130095100" , "J025060301" , "90132054000" , "90134027000" , "90130026003" , "90130024000" , "90130064000" , "93030059000" , "90130057300" , "J625062030" , "90130055000" , "90130055001" , "90130057150" , "90130055006" , "90135058000" , "90130055103" , "93536009033" , "93536010033" , "J912080323" , "90136009002" , "90136009001" , "90136018000" , "J025060142" , "90136001000" , "90136013000" , "90136002000" , "90130004007" , "90136003003" , "J770010015" , "90136003000" , "J025060204" , "90136003002" , "93507088000" , "93807018000" , "93807089140" , "93807018010" , "93807018100" , "93541013044" , "J025060128" , "93506001044" , "93506005033" , "90506040000" , "90106015000" , "93530087000" , "93515020000" , "90106000001" , "90130087001" , "90106000004" , "90106027100" , "90106001007" , "J025060086" , "J025060129" , "J025060120" , "90506028000" , "93541001000" , "90141001001" , "93541023000" , "90641072000" , "93241023002" , "90141023005" , "90141071000" , "90141071001" , "90508006004" , "93807017001" , "93541034000" , "J991060203S" , "93530079000" , "90141002000" , "93841036000" , "93841032000" , "93841035000" , "93841030000" , "55641023020" , "55641023010" , "90641002010" , "93041031000" , "93009001044EB" , "93009060000" , "J760223508" , "J625062021" , "90109011000" , "93009081000" , "90209083000" , "90109082000" , "J472035150" , "90110062000" , "90109076000" , "90109011001" , "93042020000" , "90109015000" , "93010001044EB" , "90210086000" , "90610087000" , "90110084000" , "90110013000" , "90110060000" , "J760264208" , "J625063020" , "90110011000" , "90610054000" , "90110059100" , "90210050000" , "90810052000" , "90510051045" , "J625062050" , "J760295207" , "J472042170" , "J934080003" , "90210085000" , "76910065118" , "90142021001" , "90142021000" , "90110053000" , "76910066000" , "00050002040" , "90110015100" , "93501001300" , "93501002300" , "9010103210033" , "90101080044" , "90101086000" , "90101036000" , "90501044000" , "90113055000" , "90113055010" , "J021060156" , "90512181000" , "90512081000" , "90512082000" , "43570624" , "43570623" , "43570618" , "48601166S1" , "90501045000" , "93501007000" , "93501006000" , "90101000010" , "93511275000" , "90111060100" , "90111060010" , "J025080123" , "90611057000" , "90611157000" , "90211097000" , "90511034000" , "90511134010" , "J025060303" , "J025060253" , "93541088000" , "93511097000" , "90811059000" , "90111058000" , "75011088005" , "75011088010" , "75011088015" , "75011088030" , "93539010000" , "90511030000" , "93811043000" , "90838091000" , "93042033000" , "93513001100" , "93013002000" , "90113001007" , "90113015000" , "93813030044" , "90542001044" , "90642004044" , "90111050000" , "90111050050" , "J01008050S" , "90113021000" , "90113017000" , "90113018000" , "93814069000" , "90514006000" , "J081050121" , "90507050033" , "90508025033" , "90511066100" , "90130059000" , "90507008000" , "90107050050" , "90107050051" , "90511066044" , "90111067000" , "90111067100" , "93802001100" , "93802001000" , "90102010100" , "90502039000" , "90511006100" , "93011074000" , "90511070000" , "93502091100" , "90102016000" , "93002090000" , "90511006000" , "93011074010" , "93602031000" , "90511049000" , "93002031000" , "90501034135" , "90232014002" , "90134005033" , "90134009000" , "90134022000" , "90134014000" , "90134050000" , "90134016000" , "90634031010" , "J025060223" , "90534040033" , "90134031144" , "90134002000" , "90134019000" , "90134001000" , "90134015003" , "90134015000" , "90134013000" , "90134012002" , "93534012000" , "90134025000" , "90134030000" , "90134024033" , "90134039000" , "90134023000" , "90134190000" , "90508099200" , "90135052000" , "90135053000" , "90135055044" , "J603061001" , "90110057000" , "90135055210" , "90136020190" , "93336052001" , "93536053000" , "90130036000" , "90136025000" , "J025060402" , "J025060356" , "90136020005" , "90136020003" , "90130080000" , "90136020001" , "90136038000" , "90135047000" , "90135047001" , "90138091000" , "90138091001" , "90136052020" , "90136052010" , "J770023019" , "90514036100" , "90514035100" , "90103038002" , "90114047000" , "J981420133" , "J926060000" , "90814044000" , "90107013004" , "90514040001" , "90514026000" , "90514025000" , "J981350133" , "90514007000" , "90514003100" , "90514001100" , "90514003060" , "90514003050" , "J031050083" , "90514013010" , "90514019000" , "90514013030" , "90514004000" , "J125100003" , "J797100003" , "93533010000" , "J471020121" , "90133034000" , "90633012100" , "90133001003" , "J471020122" , "90133015100" , "90633033000" , "90133013000" , "90633001007" , "90133014000" , "90133016000" , "90133001009" , "90133011000" , "J125150006" , "J770017515" , "90133030000" , "90133029014" , "90133029001" , "J025060106" , "00050000982" , "93532001033" , "90132003000" , "90132020000" , "90132010000" , "90132011000" , "90132111000" , "90132211000" , "90132034000" , "90132035000" , "90132002000" , "90132005000" , "90132006000" , "90132001001" , "90132095000" , "90632038000" , "90132019000" , "90132011010" , "90633001000" , "93533001011" , "90133032000" , "90133006000" , "90133003000" , "90133005000" , "90633002000" , "90633001004" , "9050801003330" , "90808010050" , "90601097000" , "90514045000" , "90508016001" , "90508016060" , "J005050103" , "90514007010" , "9050800200033" , "9050800100033" , "90508004000" , "90508003000" , "90114062001" , "90512042020" , "90508010010" , "93812041033" , "93812040033" , "90508019000" , "90508016050" , "J025060454" , "90108050001" , "90514013000" , "90508021000" , "J031050163" , "90808006000" , "90808005000" , "93508015000" , "90508015000" , "90808016000" , "J021040004" , "90508016010" , "90508006003" , "J005050123" , "90102031010" , "90508015010" , "90514044000" , "90511064000" , "90508023000" , "90503002070" , "90508008000" , "90808045000" , "90808073000" , "90529099000" , "90508042002" , "90508041002" , "90508042003" , "90508041003" , "J025060183" , "93542031144" , "90642040000" , "J026060083" , "90135001001" , "90142125000" , "J028060166" , "90113024000" , "J025050183" , "90113035000" , "93813147000" , "93813035000" , "90535065033" , "90135066000" , "90507013008" , "90107018011" , "90135067050" , "90102055000" , "90135074000" , "90835010333" , "90235001001" , "J127060003" , "J025060103" , "93503001083" , "90503005001" , "90135016100" , "90835041133" , "90135099000" , "90135020001" , "90135020003" , "90135020002" , "90135017000" , "90535024000" , "90135024010" , "90535025000" , "90135025100" , "90135065050" , "J770018530" , "90835041001" , "90835041002" , "90835041003" , "90835041004" , "90635071033" , "90103023000" , "90103026000" , "90103027000" , "90103029000" , "90103024000" , "J982101253" , "93003034000" , "93511045000" , "90111045010" , "90111045050" , "90103032000" , "93003027000" , "90111040100" , "90508051044EB" , "90508050044EB" , "90503007001" , "90508010060" , "90508011000" , "90508041010" , "90507040001" , "90508045000" , "90508054050" , "90508054000" , "90508006002" , "93508020044EB" , "93808020100" , "93808027000" , "93808026100" , "90508055010" , "90507047001" , "J026060903" , "93508021000" , "93508026000" , "90138007133" , "90138002044" , "90138001000" , "J471010100" , "J028060303S" , "90238015033" , "J770017721" , "90138015050" , "90138015052" , "J025060161" , "90138006000" , "J770039326" , "90138015000" , "90138015010" , "93805083000" , "93505007000" , "93805095000" , "93805096000" , "93805011000" , "93805011003" , "93805005100" , "93805058100" , "93505050000" , "90105068100" , "93505091033" , "93805005000" , "93805058000" , "90141090000" , "90205086001" , "90205068000" , "90105084000" , "90105004000" , "90105000002" , "J025080353" , "90530002100" , "93530040000" , "90539004100" , "90539005000" , "90130002010" , "J770015824" , "J025060083S" , "90139004002" , "90139090001" , "93839091000" , "90239093000" , "90103096000" , "J025060451" , "90530002010" , "J021100003" , "J025100509S" , "90104060010" , "90130001000" , "90130001002" , "90130001001" , "90140026000" , "J025060209" , "90508047000" , "93039006033" , "9350300130030" , "90503039000" , "90503038000" , "93003141033" , "93003140033" , "90503049000" , "90503048000" , "90103038001" , "90104070000" , "93003006000" , "93003005000" , "90104066010" , "J025100926" , "J025102656" , "J027081053" , "J912080256" , "90503045000" , "93003042000" , "J770009015" , "90503048010" , "J094018250" , "90503098000" , "90503053000" , "90503052000" , "90503050000" , "J125080005" , "93003151033" , "93003150033" , "90103040001" , "J029060103S" , "J025101103" , "90113025000" , "90513046000" , "90513045000" , "90503034000" , "93505088000" , "J025080183" , "93508041080" , "J031060106" , "93507013100" , "90507011040" , "90507011060" , "90507011050" , "90507011070" , "90507011020" , "90507011010" , "90511055001" , "90507013005" , "90507013006" , "90503071000" , "90508049000EB" , "90107040003" , "90508025070" , "90141023003" , "9050802500033" , "90508018000EB" , "90508018001" , "90507049000" , "90507047041" , "90507056000" , "90507055000" , "93807040000" , "90507058000" , "90507057000" , "90508024050" , "21007098000" , "90130018000" , "90130018006" , "90230069000" , "90130018008" , "90130018003" , "90132024000" , "90136014017" , "90130029050" , "90132025000" , "J888040050" , "90130015000" , "90130015001" , "90130015002" , "90130015010" , "90130015011" , "90130015012" , "90130007033" , "90130030010" , "90130033000" , "90130074000" , "00050002314" , "00050000210" )
SELECT
*
FROM
hobaIT_sparepartfinder_images
WHERE
group_id IN (
11051 , 11066 , 11079 , 15589 , 15594 , 15642 ,
17790 , 18449 , 18450 , 18451 , 18456 ,
18595 , 18606 , 18610 , 18793 , 18794 ,
18795 , 18796 , 18797 , 18798 , 18800 ,
18804 , 18805 , 44858 , 44878 , 45079 ,
49945 , 49977 , 49979 , 50116 , 50168 ,
50186 , 50192 , 50437 , 50905 , 51121 ,
51912 , 51913 , 51914 , 53010
)
AND article_number IN (
"90130038000" ,
"90130035000" ,
"90130003007" ,
"90136031000" ,
"90136030000" ,
"90136036000" ,
"90136027000" ,
"90136028000" ,
"90136032000" ,
"90136033000" ,
"90136035010" ,
"90136035200" ,
"90136035204" ,
"90136035208" ,
"90136035212" ,
"90136035216" ,
"90136035220" ,
"90136035224" ,
"90136035228" ,
"90136035232" ,
"90136035236" ,
"90136035240" ,
"90136035244" ,
"90136035248" ,
"90136035252" ,
"90136035256" ,
"90136035260" ,
"90136035264" ,
"90136035268" ,
"90136035272" ,
"90136035276" ,
"90136035280" ,
"90136035284" ,
"90136035288" ,
"90136035292" ,
"90136035296" ,
"90136035300" ,
"90136035304" ,
"90136060000" ,
"90136056000" ,
"J770010312" ,
"90136056001" ,
"90136030010" ,
"90140001000" ,
"90140023033" ,
"90140023045" ,
"90140023060" ,
"90140023075" ,
"90140023090" ,
"90140022000" ,
"90640020000" ,
"J618253216" ,
"J025060256" ,
"90111059000" ,
"90504010100" ,
"J020100806" ,
"90104010003" ,
"90104010002" ,
"90504030044" ,
"9050406000033" ,
"90504060050" ,
"90508008001" ,
"90104037000" ,
"90104038000" ,
"90808043001" ,
"J025050504" ,
"9050405000033" ,
"90508046000" ,
"90104042000" ,
"90104046000" ,
"90104034001" ,
"90104036000" ,
"90104034000" ,
"90104031000" ,
"90104032000" ,
"90104040000" ,
"90204060001" ,
"90104040100" ,
"90604062000" ,
"J025060169" ,
"90513147000" ,
"J912050151" ,
"90103097000" ,
"90504067000" ,
"J025060083" ,
"90104067000" ,
"90808043000" ,
"90504060001" ,
"90104070020" ,
"90904070020" ,
"J011050133" ,
"90113047000" ,
"90104230010" ,
"90104066310" ,
"90113080000" ,
"90613075000" ,
"90113090000" ,
"90113060000" ,
"90113013044" ,
"90113009000" ,
"90113121000" ,
"J025060143" ,
"90114060003" ,
"90642001044" ,
"90542002044" ,
"90111051044" ,
"90534034300" ,
"90534031020" ,
"J625060800" ,
"90113052000" ,
"J933060253" ,
"J934060003" ,
"90113057000" ,
"J125060003" ,
"J094020153" ,
"90113174000" ,
"J025060109" ,
"J025060163" ,
"90113050244" ,
"90134035000" ,
"90513069000" ,
"90511054001" ,
"90611053000" ,
"90511055000" ,
"90511054002" ,
"90511054000" ,
"90508024000" ,
"J025080203" ,
"90508006001" ,
"90508048000" ,
"J125050005" ,
"90130000344" ,
"90230022000" ,
"J625062040" ,
"90130004002" ,
"J760122455" ,
"0760122406" ,
"90130004003" ,
"J618131912" ,
"90130004004" ,
"90130078000" ,
"90130078001" ,
"90130082000" ,
"90230079000" ,
"J618152114" ,
"90130164000" ,
"J625062041" ,
"90230077000" ,
"J472037150" ,
"90130003004" ,
"90130058000" ,
"90130047000" ,
"J005060123S" ,
"90130003005" ,
"90530003001" ,
"J025050163S" ,
"93511023000" ,
"90140020002" ,
"J028060164" ,
"90130096000" ,
"J025060401" ,
"90630042000" ,
"90130042010" ,
"90630039000" ,
"93530026044" ,
"93530027000" ,
"93532048033" ,
"90132048004" ,
"90132048005" ,
"90132051000" ,
"90132050000" ,
"90130020000" ,
"J770013824" ,
"90130095001" ,
"90130095100" ,
"J025060301" ,
"90132054000" ,
"90134027000" ,
"90130026003" ,
"90130024000" ,
"90130064000" ,
"93030059000" ,
"90130057300" ,
"J625062030" ,
"90130055000" ,
"90130055001" ,
"90130057150" ,
"90130055006" ,
"90135058000" ,
"90130055103" ,
"93536009033" ,
"93536010033" ,
"J912080323" ,
"90136009002" ,
"90136009001" ,
"90136018000" ,
"J025060142" ,
"90136001000" ,
"90136013000" ,
"90136002000" ,
"90130004007" ,
"90136003003" ,
"J770010015" ,
"90136003000" ,
"J025060204" ,
"90136003002" ,
"93507088000" ,
"93807018000" ,
"93807089140" ,
"93807018010" ,
"93807018100" ,
"93541013044" ,
"J025060128" ,
"93506001044" ,
"93506005033" ,
"90506040000" ,
"90106015000" ,
"93530087000" ,
"93515020000" ,
"90106000001" ,
"90130087001" ,
"90106000004" ,
"90106027100" ,
"90106001007" ,
"J025060086" ,
"J025060129" ,
"J025060120" ,
"90506028000" ,
"93541001000" ,
"90141001001" ,
"93541023000" ,
"90641072000" ,
"93241023002" ,
"90141023005" ,
"90141071000" ,
"90141071001" ,
"90508006004" ,
"93807017001" ,
"93541034000" ,
"J991060203S" ,
"93530079000" ,
"90141002000" ,
"93841036000" ,
"93841032000" ,
"93841035000" ,
"93841030000" ,
"55641023020" ,
"55641023010" ,
"90641002010" ,
"93041031000" ,
"93009001044EB" ,
"93009060000" ,
"J760223508" ,
"J625062021" ,
"90109011000" ,
"93009081000" ,
"90209083000" ,
"90109082000" ,
"J472035150" ,
"90110062000" ,
"90109076000" ,
"90109011001" ,
"93042020000" ,
"90109015000" ,
"93010001044EB" ,
"90210086000" ,
"90610087000" ,
"90110084000" ,
"90110013000" ,
"90110060000" ,
"J760264208" ,
"J625063020" ,
"90110011000" ,
"90610054000" ,
"90110059100" ,
"90210050000" ,
"90810052000" ,
"90510051045" ,
"J625062050" ,
"J760295207" ,
"J472042170" ,
"J934080003" ,
"90210085000" ,
"76910065118" ,
"90142021001" ,
"90142021000" ,
"90110053000" ,
"76910066000" ,
"00050002040" ,
"90110015100" ,
"93501001300" ,
"93501002300" ,
"9010103210033" ,
"90101080044" ,
"90101086000" ,
"90101036000" ,
"90501044000" ,
"90113055000" ,
"90113055010" ,
"J021060156" ,
"90512181000" ,
"90512081000" ,
"90512082000" ,
"43570624" ,
"43570623" ,
"43570618" ,
"48601166S1" ,
"90501045000" ,
"93501007000" ,
"93501006000" ,
"90101000010" ,
"93511275000" ,
"90111060100" ,
"90111060010" ,
"J025080123" ,
"90611057000" ,
"90611157000" ,
"90211097000" ,
"90511034000" ,
"90511134010" ,
"J025060303" ,
"J025060253" ,
"93541088000" ,
"93511097000" ,
"90811059000" ,
"90111058000" ,
"75011088005" ,
"75011088010" ,
"75011088015" ,
"75011088030" ,
"93539010000" ,
"90511030000" ,
"93811043000" ,
"90838091000" ,
"93042033000" ,
"93513001100" ,
"93013002000" ,
"90113001007" ,
"90113015000" ,
"93813030044" ,
"90542001044" ,
"90642004044" ,
"90111050000" ,
"90111050050" ,
"J01008050S" ,
"90113021000" ,
"90113017000" ,
"90113018000" ,
"93814069000" ,
"90514006000" ,
"J081050121" ,
"90507050033" ,
"90508025033" ,
"90511066100" ,
"90130059000" ,
"90507008000" ,
"90107050050" ,
"90107050051" ,
"90511066044" ,
"90111067000" ,
"90111067100" ,
"93802001100" ,
"93802001000" ,
"90102010100" ,
"90502039000" ,
"90511006100" ,
"93011074000" ,
"90511070000" ,
"93502091100" ,
"90102016000" ,
"93002090000" ,
"90511006000" ,
"93011074010" ,
"93602031000" ,
"90511049000" ,
"93002031000" ,
"90501034135" ,
"90232014002" ,
"90134005033" ,
"90134009000" ,
"90134022000" ,
"90134014000" ,
"90134050000" ,
"90134016000" ,
"90634031010" ,
"J025060223" ,
"90534040033" ,
"90134031144" ,
"90134002000" ,
"90134019000" ,
"90134001000" ,
"90134015003" ,
"90134015000" ,
"90134013000" ,
"90134012002" ,
"93534012000" ,
"90134025000" ,
"90134030000" ,
"90134024033" ,
"90134039000" ,
"90134023000" ,
"90134190000" ,
"90508099200" ,
"90135052000" ,
"90135053000" ,
"90135055044" ,
"J603061001" ,
"90110057000" ,
"90135055210" ,
"90136020190" ,
"93336052001" ,
"93536053000" ,
"90130036000" ,
"90136025000" ,
"J025060402" ,
"J025060356" ,
"90136020005" ,
"90136020003" ,
"90130080000" ,
"90136020001" ,
"90136038000" ,
"90135047000" ,
"90135047001" ,
"90138091000" ,
"90138091001" ,
"90136052020" ,
"90136052010" ,
"J770023019" ,
"90514036100" ,
"90514035100" ,
"90103038002" ,
"90114047000" ,
"J981420133" ,
"J926060000" ,
"90814044000" ,
"90107013004" ,
"90514040001" ,
"90514026000" ,
"90514025000" ,
"J981350133" ,
"90514007000" ,
"90514003100" ,
"90514001100" ,
"90514003060" ,
"90514003050" ,
"J031050083" ,
"90514013010" ,
"90514019000" ,
"90514013030" ,
"90514004000" ,
"J125100003" ,
"J797100003" ,
"93533010000" ,
"J471020121" ,
"90133034000" ,
"90633012100" ,
"90133001003" ,
"J471020122" ,
"90133015100" ,
"90633033000" ,
"90133013000" ,
"90633001007" ,
"90133014000" ,
"90133016000" ,
"90133001009" ,
"90133011000" ,
"J125150006" ,
"J770017515" ,
"90133030000" ,
"90133029014" ,
"90133029001" ,
"J025060106" ,
"00050000982" ,
"93532001033" ,
"90132003000" ,
"90132020000" ,
"90132010000" ,
"90132011000" ,
"90132111000" ,
"90132211000" ,
"90132034000" ,
"90132035000" ,
"90132002000" ,
"90132005000" ,
"90132006000" ,
"90132001001" ,
"90132095000" ,
"90632038000" ,
"90132019000" ,
"90132011010" ,
"90633001000" ,
"93533001011" ,
"90133032000" ,
"90133006000" ,
"90133003000" ,
"90133005000" ,
"90633002000" ,
"90633001004" ,
"9050801003330" ,
"90808010050" ,
"90601097000" ,
"90514045000" ,
"90508016001" ,
"90508016060" ,
"J005050103" ,
"90514007010" ,
"9050800200033" ,
"9050800100033" ,
"90508004000" ,
"90508003000" ,
"90114062001" ,
"90512042020" ,
"90508010010" ,
"93812041033" ,
"93812040033" ,
"90508019000" ,
"90508016050" ,
"J025060454" ,
"90108050001" ,
"90514013000" ,
"90508021000" ,
"J031050163" ,
"90808006000" ,
"90808005000" ,
"93508015000" ,
"90508015000" ,
"90808016000" ,
"J021040004" ,
"90508016010" ,
"90508006003" ,
"J005050123" ,
"90102031010" ,
"90508015010" ,
"90514044000" ,
"90511064000" ,
"90508023000" ,
"90503002070" ,
"90508008000" ,
"90808045000" ,
"90808073000" ,
"90529099000" ,
"90508042002" ,
"90508041002" ,
"90508042003" ,
"90508041003" ,
"J025060183" ,
"93542031144" ,
"90642040000" ,
"J026060083" ,
"90135001001" ,
"90142125000" ,
"J028060166" ,
"90113024000" ,
"J025050183" ,
"90113035000" ,
"93813147000" ,
"93813035000" ,
"90535065033" ,
"90135066000" ,
"90507013008" ,
"90107018011" ,
"90135067050" ,
"90102055000" ,
"90135074000" ,
"90835010333" ,
"90235001001" ,
"J127060003" ,
"J025060103" ,
"93503001083" ,
"90503005001" ,
"90135016100" ,
"90835041133" ,
"90135099000" ,
"90135020001" ,
"90135020003" ,
"90135020002" ,
"90135017000" ,
"90535024000" ,
"90135024010" ,
"90535025000" ,
"90135025100" ,
"90135065050" ,
"J770018530" ,
"90835041001" ,
"90835041002" ,
"90835041003" ,
"90835041004" ,
"90635071033" ,
"90103023000" ,
"90103026000" ,
"90103027000" ,
"90103029000" ,
"90103024000" ,
"J982101253" ,
"93003034000" ,
"93511045000" ,
"90111045010" ,
"90111045050" ,
"90103032000" ,
"93003027000" ,
"90111040100" ,
"90508051044EB" ,
"90508050044EB" ,
"90503007001" ,
"90508010060" ,
"90508011000" ,
"90508041010" ,
"90507040001" ,
"90508045000" ,
"90508054050" ,
"90508054000" ,
"90508006002" ,
"93508020044EB" ,
"93808020100" ,
"93808027000" ,
"93808026100" ,
"90508055010" ,
"90507047001" ,
"J026060903" ,
"93508021000" ,
"93508026000" ,
"90138007133" ,
"90138002044" ,
"90138001000" ,
"J471010100" ,
"J028060303S" ,
"90238015033" ,
"J770017721" ,
"90138015050" ,
"90138015052" ,
"J025060161" ,
"90138006000" ,
"J770039326" ,
"90138015000" ,
"90138015010" ,
"93805083000" ,
"93505007000" ,
"93805095000" ,
"93805096000" ,
"93805011000" ,
"93805011003" ,
"93805005100" ,
"93805058100" ,
"93505050000" ,
"90105068100" ,
"93505091033" ,
"93805005000" ,
"93805058000" ,
"90141090000" ,
"90205086001" ,
"90205068000" ,
"90105084000" ,
"90105004000" ,
"90105000002" ,
"J025080353" ,
"90530002100" ,
"93530040000" ,
"90539004100" ,
"90539005000" ,
"90130002010" ,
"J770015824" ,
"J025060083S" ,
"90139004002" ,
"90139090001" ,
"93839091000" ,
"90239093000" ,
"90103096000" ,
"J025060451" ,
"90530002010" ,
"J021100003" ,
"J025100509S" ,
"90104060010" ,
"90130001000" ,
"90130001002" ,
"90130001001" ,
"90140026000" ,
"J025060209" ,
"90508047000" ,
"93039006033" ,
"9350300130030" ,
"90503039000" ,
"90503038000" ,
"93003141033" ,
"93003140033" ,
"90503049000" ,
"90503048000" ,
"90103038001" ,
"90104070000" ,
"93003006000" ,
"93003005000" ,
"90104066010" ,
"J025100926" ,
"J025102656" ,
"J027081053" ,
"J912080256" ,
"90503045000" ,
"93003042000" ,
"J770009015" ,
"90503048010" ,
"J094018250" ,
"90503098000" ,
"90503053000" ,
"90503052000" ,
"90503050000" ,
"J125080005" ,
"93003151033" ,
"93003150033" ,
"90103040001" ,
"J029060103S" ,
"J025101103" ,
"90113025000" ,
"90513046000" ,
"90513045000" ,
"90503034000" ,
"93505088000" ,
"J025080183" ,
"93508041080" ,
"J031060106" ,
"93507013100" ,
"90507011040" ,
"90507011060" ,
"90507011050" ,
"90507011070" ,
"90507011020" ,
"90507011010" ,
"90511055001" ,
"90507013005" ,
"90507013006" ,
"90503071000" ,
"90508049000EB" ,
"90107040003" ,
"90508025070" ,
"90141023003" ,
"9050802500033" ,
"90508018000EB" ,
"90508018001" ,
"90507049000" ,
"90507047041" ,
"90507056000" ,
"90507055000" ,
"93807040000" ,
"90507058000" ,
"90507057000" ,
"90508024050" ,
"21007098000" ,
"90130018000" ,
"90130018006" ,
"90230069000" ,
"90130018008" ,
"90130018003" ,
"90132024000" ,
"90136014017" ,
"90130029050" ,
"90132025000" ,
"J888040050" ,
"90130015000" ,
"90130015001" ,
"90130015002" ,
"90130015010" ,
"90130015011" ,
"90130015012" ,
"90130007033" ,
"90130030010" ,
"90130033000" ,
"90130074000" ,
"00050002314" ,
"00050000210"
)
Copy
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (11051 , 11066 , 11079 , 15589 , 15594 , 15642 , 17790 , 18449 , 18450 , 18451 , 18456 , 18595 , 18606 , 18610 , 18793 , 18794 , 18795 , 18796 , 18797 , 18798 , 18800 , 18804 , 18805 , 44858 , 44878 , 45079 , 49945 , 49977 , 49979 , 50116 , 50168 , 50186 , 50192 , 50437 , 50905 , 51121 , 51912 , 51913 , 51914 , 53010 ) AND article_number IN ("90130038000" , "90130035000" , "90130003007" , "90136031000" , "90136030000" , "90136036000" , "90136027000" , "90136028000" , "90136032000" , "90136033000" , "90136035010" , "90136035200" , "90136035204" , "90136035208" , "90136035212" , "90136035216" , "90136035220" , "90136035224" , "90136035228" , "90136035232" , "90136035236" , "90136035240" , "90136035244" , "90136035248" , "90136035252" , "90136035256" , "90136035260" , "90136035264" , "90136035268" , "90136035272" , "90136035276" , "90136035280" , "90136035284" , "90136035288" , "90136035292" , "90136035296" , "90136035300" , "90136035304" , "90136060000" , "90136056000" , "J770010312" , "90136056001" , "90136030010" , "90140001000" , "90140023033" , "90140023045" , "90140023060" , "90140023075" , "90140023090" , "90140022000" , "90640020000" , "J618253216" , "J025060256" , "90111059000" , "90504010100" , "J020100806" , "90104010003" , "90104010002" , "90504030044" , "9050406000033" , "90504060050" , "90508008001" , "90104037000" , "90104038000" , "90808043001" , "J025050504" , "9050405000033" , "90508046000" , "90104042000" , "90104046000" , "90104034001" , "90104036000" , "90104034000" , "90104031000" , "90104032000" , "90104040000" , "90204060001" , "90104040100" , "90604062000" , "J025060169" , "90513147000" , "J912050151" , "90103097000" , "90504067000" , "J025060083" , "90104067000" , "90808043000" , "90504060001" , "90104070020" , "90904070020" , "J011050133" , "90113047000" , "90104230010" , "90104066310" , "90113080000" , "90613075000" , "90113090000" , "90113060000" , "90113013044" , "90113009000" , "90113121000" , "J025060143" , "90114060003" , "90642001044" , "90542002044" , "90111051044" , "90534034300" , "90534031020" , "J625060800" , "90113052000" , "J933060253" , "J934060003" , "90113057000" , "J125060003" , "J094020153" , "90113174000" , "J025060109" , "J025060163" , "90113050244" , "90134035000" , "90513069000" , "90511054001" , "90611053000" , "90511055000" , "90511054002" , "90511054000" , "90508024000" , "J025080203" , "90508006001" , "90508048000" , "J125050005" , "90130000344" , "90230022000" , "J625062040" , "90130004002" , "J760122455" , "0760122406" , "90130004003" , "J618131912" , "90130004004" , "90130078000" , "90130078001" , "90130082000" , "90230079000" , "J618152114" , "90130164000" , "J625062041" , "90230077000" , "J472037150" , "90130003004" , "90130058000" , "90130047000" , "J005060123S" , "90130003005" , "90530003001" , "J025050163S" , "93511023000" , "90140020002" , "J028060164" , "90130096000" , "J025060401" , "90630042000" , "90130042010" , "90630039000" , "93530026044" , "93530027000" , "93532048033" , "90132048004" , "90132048005" , "90132051000" , "90132050000" , "90130020000" , "J770013824" , "90130095001" , "90130095100" , "J025060301" , "90132054000" , "90134027000" , "90130026003" , "90130024000" , "90130064000" , "93030059000" , "90130057300" , "J625062030" , "90130055000" , "90130055001" , "90130057150" , "90130055006" , "90135058000" , "90130055103" , "93536009033" , "93536010033" , "J912080323" , "90136009002" , "90136009001" , "90136018000" , "J025060142" , "90136001000" , "90136013000" , "90136002000" , "90130004007" , "90136003003" , "J770010015" , "90136003000" , "J025060204" , "90136003002" , "93507088000" , "93807018000" , "93807089140" , "93807018010" , "93807018100" , "93541013044" , "J025060128" , "93506001044" , "93506005033" , "90506040000" , "90106015000" , "93530087000" , "93515020000" , "90106000001" , "90130087001" , "90106000004" , "90106027100" , "90106001007" , "J025060086" , "J025060129" , "J025060120" , "90506028000" , "93541001000" , "90141001001" , "93541023000" , "90641072000" , "93241023002" , "90141023005" , "90141071000" , "90141071001" , "90508006004" , "93807017001" , "93541034000" , "J991060203S" , "93530079000" , "90141002000" , "93841036000" , "93841032000" , "93841035000" , "93841030000" , "55641023020" , "55641023010" , "90641002010" , "93041031000" , "93009001044EB" , "93009060000" , "J760223508" , "J625062021" , "90109011000" , "93009081000" , "90209083000" , "90109082000" , "J472035150" , "90110062000" , "90109076000" , "90109011001" , "93042020000" , "90109015000" , "93010001044EB" , "90210086000" , "90610087000" , "90110084000" , "90110013000" , "90110060000" , "J760264208" , "J625063020" , "90110011000" , "90610054000" , "90110059100" , "90210050000" , "90810052000" , "90510051045" , "J625062050" , "J760295207" , "J472042170" , "J934080003" , "90210085000" , "76910065118" , "90142021001" , "90142021000" , "90110053000" , "76910066000" , "00050002040" , "90110015100" , "93501001300" , "93501002300" , "9010103210033" , "90101080044" , "90101086000" , "90101036000" , "90501044000" , "90113055000" , "90113055010" , "J021060156" , "90512181000" , "90512081000" , "90512082000" , "43570624" , "43570623" , "43570618" , "48601166S1" , "90501045000" , "93501007000" , "93501006000" , "90101000010" , "93511275000" , "90111060100" , "90111060010" , "J025080123" , "90611057000" , "90611157000" , "90211097000" , "90511034000" , "90511134010" , "J025060303" , "J025060253" , "93541088000" , "93511097000" , "90811059000" , "90111058000" , "75011088005" , "75011088010" , "75011088015" , "75011088030" , "93539010000" , "90511030000" , "93811043000" , "90838091000" , "93042033000" , "93513001100" , "93013002000" , "90113001007" , "90113015000" , "93813030044" , "90542001044" , "90642004044" , "90111050000" , "90111050050" , "J01008050S" , "90113021000" , "90113017000" , "90113018000" , "93814069000" , "90514006000" , "J081050121" , "90507050033" , "90508025033" , "90511066100" , "90130059000" , "90507008000" , "90107050050" , "90107050051" , "90511066044" , "90111067000" , "90111067100" , "93802001100" , "93802001000" , "90102010100" , "90502039000" , "90511006100" , "93011074000" , "90511070000" , "93502091100" , "90102016000" , "93002090000" , "90511006000" , "93011074010" , "93602031000" , "90511049000" , "93002031000" , "90501034135" , "90232014002" , "90134005033" , "90134009000" , "90134022000" , "90134014000" , "90134050000" , "90134016000" , "90634031010" , "J025060223" , "90534040033" , "90134031144" , "90134002000" , "90134019000" , "90134001000" , "90134015003" , "90134015000" , "90134013000" , "90134012002" , "93534012000" , "90134025000" , "90134030000" , "90134024033" , "90134039000" , "90134023000" , "90134190000" , "90508099200" , "90135052000" , "90135053000" , "90135055044" , "J603061001" , "90110057000" , "90135055210" , "90136020190" , "93336052001" , "93536053000" , "90130036000" , "90136025000" , "J025060402" , "J025060356" , "90136020005" , "90136020003" , "90130080000" , "90136020001" , "90136038000" , "90135047000" , "90135047001" , "90138091000" , "90138091001" , "90136052020" , "90136052010" , "J770023019" , "90514036100" , "90514035100" , "90103038002" , "90114047000" , "J981420133" , "J926060000" , "90814044000" , "90107013004" , "90514040001" , "90514026000" , "90514025000" , "J981350133" , "90514007000" , "90514003100" , "90514001100" , "90514003060" , "90514003050" , "J031050083" , "90514013010" , "90514019000" , "90514013030" , "90514004000" , "J125100003" , "J797100003" , "93533010000" , "J471020121" , "90133034000" , "90633012100" , "90133001003" , "J471020122" , "90133015100" , "90633033000" , "90133013000" , "90633001007" , "90133014000" , "90133016000" , "90133001009" , "90133011000" , "J125150006" , "J770017515" , "90133030000" , "90133029014" , "90133029001" , "J025060106" , "00050000982" , "93532001033" , "90132003000" , "90132020000" , "90132010000" , "90132011000" , "90132111000" , "90132211000" , "90132034000" , "90132035000" , "90132002000" , "90132005000" , "90132006000" , "90132001001" , "90132095000" , "90632038000" , "90132019000" , "90132011010" , "90633001000" , "93533001011" , "90133032000" , "90133006000" , "90133003000" , "90133005000" , "90633002000" , "90633001004" , "9050801003330" , "90808010050" , "90601097000" , "90514045000" , "90508016001" , "90508016060" , "J005050103" , "90514007010" , "9050800200033" , "9050800100033" , "90508004000" , "90508003000" , "90114062001" , "90512042020" , "90508010010" , "93812041033" , "93812040033" , "90508019000" , "90508016050" , "J025060454" , "90108050001" , "90514013000" , "90508021000" , "J031050163" , "90808006000" , "90808005000" , "93508015000" , "90508015000" , "90808016000" , "J021040004" , "90508016010" , "90508006003" , "J005050123" , "90102031010" , "90508015010" , "90514044000" , "90511064000" , "90508023000" , "90503002070" , "90508008000" , "90808045000" , "90808073000" , "90529099000" , "90508042002" , "90508041002" , "90508042003" , "90508041003" , "J025060183" , "93542031144" , "90642040000" , "J026060083" , "90135001001" , "90142125000" , "J028060166" , "90113024000" , "J025050183" , "90113035000" , "93813147000" , "93813035000" , "90535065033" , "90135066000" , "90507013008" , "90107018011" , "90135067050" , "90102055000" , "90135074000" , "90835010333" , "90235001001" , "J127060003" , "J025060103" , "93503001083" , "90503005001" , "90135016100" , "90835041133" , "90135099000" , "90135020001" , "90135020003" , "90135020002" , "90135017000" , "90535024000" , "90135024010" , "90535025000" , "90135025100" , "90135065050" , "J770018530" , "90835041001" , "90835041002" , "90835041003" , "90835041004" , "90635071033" , "90103023000" , "90103026000" , "90103027000" , "90103029000" , "90103024000" , "J982101253" , "93003034000" , "93511045000" , "90111045010" , "90111045050" , "90103032000" , "93003027000" , "90111040100" , "90508051044EB" , "90508050044EB" , "90503007001" , "90508010060" , "90508011000" , "90508041010" , "90507040001" , "90508045000" , "90508054050" , "90508054000" , "90508006002" , "93508020044EB" , "93808020100" , "93808027000" , "93808026100" , "90508055010" , "90507047001" , "J026060903" , "93508021000" , "93508026000" , "90138007133" , "90138002044" , "90138001000" , "J471010100" , "J028060303S" , "90238015033" , "J770017721" , "90138015050" , "90138015052" , "J025060161" , "90138006000" , "J770039326" , "90138015000" , "90138015010" , "93805083000" , "93505007000" , "93805095000" , "93805096000" , "93805011000" , "93805011003" , "93805005100" , "93805058100" , "93505050000" , "90105068100" , "93505091033" , "93805005000" , "93805058000" , "90141090000" , "90205086001" , "90205068000" , "90105084000" , "90105004000" , "90105000002" , "J025080353" , "90530002100" , "93530040000" , "90539004100" , "90539005000" , "90130002010" , "J770015824" , "J025060083S" , "90139004002" , "90139090001" , "93839091000" , "90239093000" , "90103096000" , "J025060451" , "90530002010" , "J021100003" , "J025100509S" , "90104060010" , "90130001000" , "90130001002" , "90130001001" , "90140026000" , "J025060209" , "90508047000" , "93039006033" , "9350300130030" , "90503039000" , "90503038000" , "93003141033" , "93003140033" , "90503049000" , "90503048000" , "90103038001" , "90104070000" , "93003006000" , "93003005000" , "90104066010" , "J025100926" , "J025102656" , "J027081053" , "J912080256" , "90503045000" , "93003042000" , "J770009015" , "90503048010" , "J094018250" , "90503098000" , "90503053000" , "90503052000" , "90503050000" , "J125080005" , "93003151033" , "93003150033" , "90103040001" , "J029060103S" , "J025101103" , "90113025000" , "90513046000" , "90513045000" , "90503034000" , "93505088000" , "J025080183" , "93508041080" , "J031060106" , "93507013100" , "90507011040" , "90507011060" , "90507011050" , "90507011070" , "90507011020" , "90507011010" , "90511055001" , "90507013005" , "90507013006" , "90503071000" , "90508049000EB" , "90107040003" , "90508025070" , "90141023003" , "9050802500033" , "90508018000EB" , "90508018001" , "90507049000" , "90507047041" , "90507056000" , "90507055000" , "93807040000" , "90507058000" , "90507057000" , "90508024050" , "21007098000" , "90130018000" , "90130018006" , "90230069000" , "90130018008" , "90130018003" , "90132024000" , "90136014017" , "90130029050" , "90132025000" , "J888040050" , "90130015000" , "90130015001" , "90130015002" , "90130015010" , "90130015011" , "90130015012" , "90130007033" , "90130030010" , "90130033000" , "90130074000" , "00050002314" , "00050000210" );
Copy
80
0.23 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = ?
Parameters :
[
1001547538
]
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = 1001547538 ;
Copy
81
0.22 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 :
[
"1001547538 "
]
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 = '1001547538' ;
Copy
82
13.58 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"½\x01\x1F o\x1C .@n†5^Ï\x16 ¨Z+ "
b"\v J\r bûGNzŸ&a~D‘™ "
b"Ô\x0E Q\x05 JŽEL²››ËíööZ "
b"\e É|Ó¿¿K¶«\f 9[ºJX╩ "
b"Þ~s²EaDû¸?.ã·ô‚P "
b"wyQŽ|EMu«1¶:ïæ?2 "
b"=õ\x18 rËÜH¯ˆm¾-¥Ûpt "
b"""
sËßä\n
"D■ÉÕ\x16 µr=·a
"""
b"£µÊÝ\x11 žJ·…[¢8²;ùh "
b"«\tÄ1█GÏü°ý8%ç+¼ "
b"m\x06 IG®@L'¾É+JÈî¥G "
b"\x07\x02 │░&\x0E Jãíì(¢zÔID "
b"▒\e 5\x19 " N┼┤F\x05 ü1JÒ\x1E "
b"%ŸÄ›\x1F ³K\x0E „JAk·\x14 UÈ "
b"ÕU?À,aBS´õÖ"Ø&“. "
b"}—ÊŽ(éCŒ£ó¶Å*s;g "
b"ø\x05 ô5¢æ@Zµ·Ã”þsœÌ "
b"íàÑèür@>“RÐIœÈâ| "
b"\x0F k\x17 oQZOן‰ˆŸvße) "
b"¯o¬ì'¸Iaò:Þ_O=┐6 "
b"""
rC߆®\n
CÚá§¹˜8ã©
"""
b"{ó&¡║NAxì7ßþü°ƒ= "
b"æ¾\x17 {£»@O™\x11\x07 ð¯ú\x12\x00 "
b"›?šW\x1F †HÿŸRÊ\x04 ˆ!“î "
b"A\x06 (Ä|I\t ±/xOM,\x15 3 "
b"?XëD?ÆHíòÉ5Ê\x03 ?éb "
b"ÑØk¬;H¬â>wdS¬·‗ "
b"Ñü§ð#ÑL&º¡sð\x11\x19 ð« "
b"ßòµðm3Câ±\x14 ˆ'Ѩ*õ "
b"Q\g\x14 ™8L\x05 Še÷ö°ö\x04 L "
b"äO[Íå¹C´—\x17 ÆSßGذ "
b"|‚ŒïxcA„‘]ÅÌäw˜Þ "
b"eЩ¿\x17 +AÇ¥³N[ò˜3È "
b"±ëåêT[@\x14 —‚ó›:§\x17 × "
b"š6%' áFj›}„¦sql "
b"\x02 `•¶œ‚G\x03 ¨G0Ûí\x10\x1D ¥ "
b"&6¡D0\e MɉþžGïyû" "
b"ÂÍ„:\x11\x1E O€’1\x07 ˆ1Šü\t "
b"\e\e ì╣íQ@5óÌÞÅ_\x14\x18 g "
b"õVL¼m,Gì•ízvÅ?°‹ "
b"|\x0E Û¶ÿ5EÝ‘&û8\x10 ¼[k "
b"╗Ò#¯Y4JtÅé\x01 )\x1C └å│ "
b"›0óýãzBO™…s\r ?\x0E Ã\x17 "
b"_Lâ\t\x04 ¢Mä¥òŒê?\†N "
b"\f id&¶€A\n »\x01 Ò“5P\x00 ö "
b"“ã\x05 „4ÈIr½\x1A aŒ}\x01 ‘' "
b"│)õ¿0áFtì5¥\x1D )h±# "
b"A/w×þ*C7ïì"\x13 ¯\x1F ?' "
b"üÜèw\x01 'JÀèu2ñª\r ┘î "
b"ý>¢zžšL̆æW명Žs "
b"=DÚW\x0E 8Nåª\x11 ©N\x08 ÂWb "
b"÷\x0F ”µˆÃO\x19 £o\x10 ìùî\x10 x "
b"öRŸMÑ"IA³œÆÁ_CÄÆ "
b"\x1A APƒxcBü‘8\x03 ò3È-Ž "
b"WÉ\x19 yõXMº¶AÅôÙ·~z "
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"\x17 É\f *yxO▓ÑÌ\x07 ¾└â´[ "
b"\x16 Ü\t\x07 xxDø‹©€> •\x1F à "
b"-▀┬®+®CRÉÆ1wı'0, "
b"\x06 Æ\r µ+ÀK\x15 …'n†A1ëÀ "
b"µmwK¼ŒKc°ŸA\x1D VæË\x02 "
b"!4"N‚Bä¯~5\x00 cs–Ó "
b"@\x0E šæ|¢Cè§aí÷Ctu4 "
b" VQ\x00 ▀L└Éáz-!\x00 ╦£ "
b"ò·öæ’¶HH¦`{¦*)ºQ "
b"4¶f4wcB┘Åc;ƒ\t ▒§Á "
b"OÑüc-ßNèôS┼\x00 Ãð\r ¯ "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"Dož&ÎJFf‹Õ×1¼7â\x7F "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"“\x1A Ûµ¯bI£¦8ÖÑïK,\x10 "
b"ý\x02 al8zL.µG„[ÿ«¶ "
b"åQ(&\x11 V@\x03 ¸è\x0F\x1E\v 1H¡ "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"\{aRSïL™¯±,\e àj\x0F t "
b"úÂì§Ê^Keغ\x1A j¶]ên "
b"\f 3—ôD˜Ge›œ\v Á\x17\x18 Ù) "
b" \x13 Ø¥À\L\x17 žÕîgº)[\x05 "
b"Ohq¸\x1F GOâœÌ\t ã\f ~ý” "
b"─åÒ\x1C kÓEßè«.\x17 ÂÉz║ "
b"š\x10 ËÛ˜ôA¶«K•¡K\x1D æN "
b"\x00 m–:S`D\x00 ½Ó‡‹¸’åÎ "
b"ê\x01 56»\x10 H8¥(Ä —$ZJ "
b"\x7F ª\x0E 7^’A¡ŽÜIfÕ~Õá "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b".W’ö©yJIƒ\x0E c2œ§ež "
b"'¤\x1D ôÚPD´Åe\x1C ¬┴Ð┐½ "
b"\f\x15 ÑyDLKn 0yÆ#£\x0E © "
b"ïõ*É▒╬Iµ®7Î~3N¥ "
b":Ò't§ôGSîìoI\x11\x17 X\x03 "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"u\x01\x04 ›¤«I\x19 ¹oÝ.m¥Z{ "
b"€5dZ"\x10 Ei…»ZÇÈê— "
b"\e ™\x06 Gç¿@«„¬ÎvI4Of "
b""n\x15 ├×ÊH\x1A ì7@\x1E\x19\x13\x1D x "
b"║▒\x0F ÛfûL·û\x1D |*iïÉ\x1F "
b"×┐#½╣ûK@û]Õ[Fäü1 "
b"pU \t uiGôšËx¡Ô%yà "
b"\x17 ®\v ¯\x00 ÅHî•J`ê´Õ'Î "
b"T>┴\x08 ÐhCìà▄R¹┤ ¿5 "
b"\x1C ]ª\x08\x06 ╩K+É┼zÝîvNh "
b"v\x04\x07 <PpNÿ‘È\x18 ¦Ý\x0E ýO "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"½ì HcQM”¢\x03 Ï7›¢ü "
b"\x1E èæ`“ÿEÕ³Èy\x1E ¬÷Ëñ "
b" eG³tÜDȃ\x1C øKȈ\x15 a "
b"p¯\r ‘M¥Lÿƒ\TÓúEÊÑ "
b"ª*®¦œGGz«Ãª÷#vf“ "
b" !í;'QI§»Î¼ê>>Q "
b"›ý“\x18 G>Lb¶à/åæ®Îµ "
b"í£%µ¹@C─ø\x14 TüDö└┌ "
b"§~š\x1A\x14 ØIN¥>ø×\v ÞÞï "
b"\x02 :HMæÒCõ¸ü\x1F Ûy‘!g "
b"ŒÚ\x06 L\e ,K’ŠË;“\x04 ¦` "
b"Û¥pSE\x17 Oh±1ä%´ßR\x7F "
b"""
\n
%,\x13\x1D àL®„âˆ\x02 cÉg÷
"""
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"-+«\x14 fþMà›ù¶ôÏ_‘( "
b"ÒôoR¸–Bÿ gïv¢+oä "
b"ö+,(¾·Cù„T~0=±Áï "
b"3˜N–êªC\x0F žúíà÷Qê¢ "
b"qÊõÏGUF³šø¼gij™„ "
b"ˆœ?\x15 )éLß”m\x12\x1C\x03 ã>c "
b"\x02 ˆ\x13 *ý_Dm€\x00 Ê‘“ç¯x "
b"\x12 <sìw@\x1D ˜¾ÁLXóV¢ "
b"œLû.¢óBiž4nú’ì\r \x13 "
b"8}8@Ó8GjƒÕÄòÝä³[ "
b"Kô…‘s!D°™Þ?]Ø\v Xì "
b"""
ý]ÐNRþNh¸ˆ\n
0éñ±O
"""
b"ª,ÿOCêE¸¯ ÕEên\x18 Š "
b"¢ÅèØÐ¥J»Œ4uû\x1F /\x1C k "
b"èmÀ˜@ŠDŸ˜²Fu\x12 Íq– "
b"Ð4\x06 LúpDh¼,-p5â°÷ "
b"Rj.žø\x17 N!›\x00 •U‘'ß+ "
b"M¶øZÿhJ╦ü¥_└{éø³ "
b"\x08 mˆ ÏwJ€˜Ÿ\t !EKYt "
b"LüòäoðO\§ŠG…†©ñð "
b"\x05 ü▒ºÝéADäÙHÛU[?\x18 "
b"º+¹Ù£pI\”øÿ2avƒá "
b"\x15 à\x05 3¥øJ"³UŠ\x03 t^2 "
b"ÆC6mÅîF¾Åû%ıJªXÇ "
b"ßÊM¥‰.Cˆ²ï’›Þ}Ç9 "
b"!£t¢)GGö£\x08 TS…\x04 ๠"
b"¤àü?S.Ir¼i\x18 øò\x16 ®O "
b"\x10\x00\x05 -¯€NʲoÊRëN7E "
b"P`\v ¤\x12 %Cʉƒ%îwIAÞ "
b"O┐}|ì\x13 HÄö}\x1E Æ▒¥¿| "
b"b\Ë`\x16\x1F E$©pKiÅ\e L± "
b"4\x08 ¸Ëý█Oìz\x11 øÑ0É└ "
b"""
\x13 $\x0E }…³G^½Â\n
FZKRã
"""
b"È€®\r lçHµ‡4|‹™2™% "
b"¥ù¿«\r Z@øˆÁ\\r ¤{‚B "
b"Lþ«Ñ\v GM\x05 ±\t ©Èœö½\x08 "
b"4çzs7ñEŒšßc¡È=Qß "
b"\x13\x13 jˆ\x1A ½Du¿ue·Ò\x12\x08\f "
b"’ÄmMÅ9MÓœ2±\t Ë!Úô "
b"\x16 ®?àGlKž¹š®ÞUy\x1C Á "
b"ß6ËM¶XCò¯\f Hd\x15\x1C /é "
b"ƒ¥\x7F Á'NCIüjô¿¦.c! "
b"\x15\e ì\x1A BÈL█┤°Ë:6\x04\x19 ╗ "
b"G╩Q¯ƒÇD¡ì┐÷\x07\x17 lKã "
b"ÒPrŸhÀNUŒ\x03 |RBä\x15 { "
b"\x13 m9ïLÉ@\x1D †_h”Ë6&v "
b"Ïï;\v }’HÉ”ðØ\r ‚ýb& "
b"Ö¢ÕØñ›H+‹a&g†‡™\ "
b"$ÔÃ\x1A |KNÌíîÑ▓É┼ýf "
b"éæ\x16 s¡ˆC\¾œ3™]Ôâô "
b"ŽbNt¹\r C‹¤J.È\x1A _\x03\v "
b"ýc\x03 ÉôƒEð¼AåÏ\x01 ‡?\x03 "
b"*#àã«qEÊ“^ñ.ÛØ\x07 Ú "
b"\x17 #*\x14 ØâMɃ?x·©A\x01 "
b"n±╔┤ð\x15 NKÅhîp═└\f Ì "
b"tÎ[ª¹¨A%É<\x07 @#╣¡ñ "
b"Z«\x08 ‰J\x0F KZ€ìð1½+Þ\x03 "
b"@嫨ì\x1F M>º`¥}\x06 †îB "
b"æÏÏ÷\x1A »Iå®ÿ¿s\v 7x× "
b"9î÷îó§O╔ë¾xűY▀¦ "
b"Ôñaü–JJ‚hCN£K~ß "
b"„Bãô\x15 v@ãŒ\x11 %a˜\x18 T£ "
b"ó88–þ“J²ˆ¥\x1C "K©{S "
b"¬=èjåxI‚ž‰$~íL\x1D Ÿ "
b">C<Àd\x19 J¸ =d{\x14 ". "
b"o“Â`Ý?GŽ©áQ;éàM‰ "
b"Z3¸Á‚}D\x04 ‘Ÿ\x19 ¨ã[ÕM "
b"¨CA,q\I\x18 £çZ¸É7¿è "
b"ëP\x14 ñ7DK\x1A ®y±\x06 Û©þt "
b"q#e]DçGŒ¦G}\x01\x10 ¬Pˆ "
b"Ÿé5¥‡†B›€s7$¨oá\x19 "
b"‚y†H\x05 _Dÿ†q]çÀ((e "
b"å┤àC\x19\t FðÅÀU¯╔\x1A ã\x1D "
b"└,±ïì1JG╗eúı0~uB "
b"HNP¨ïåEˆ\x06 …S"»§q "
b"X±ƒçr\e Hg¥\x15 àouÒæ\f "
b"ÃVÑ\x10 ¬ÅNáà×-\f r┼7y "
b"Õ\x7F ’§»qG¢‰š¡\x03 3éYB "
b"┤ÂJ╠ÉãA\x14 鲨Â╚¨oI "
b"╠\v Ø1█<I«╬¡║\x15 ä▓\x10 "
b"þý‘…»\x06 Mp‡ \x18 Àëâ2¼ "
b"\x10 >┌ì╔\x1C NHâCÈæ\x16 ═é╔ "
b"HN\f !¸kOK€RC•…·ÖÌ "
b"Ÿ].}›tMþ²u·õ0Aåå "
b"2Ø\x0F =i}K%ÑÂ\x17 nË (0 "
b"Eº!wbpIw¡c‹j\x02 ©Ô "
b"ƒ)4š_C@c’òîg\x07 U±ê "
b"─ÛK£ø║G÷æuØ\x14 ╩╝¦ë "
b"ö¿WǬÜA@Ÿ\x1F <I<bä` "
b"▄]\x00 ÎAlM*ïÉÄ\x16 Ú\e m\x1E "
b"^™i½˜†N©Ž„\x07 ìÔ¡UŸ "
b"¨]+盩G!¤‹\f ¼nD#! "
b"É„3\x10 &òIjƒ:φn\x1D P€ "
b"\x1A G$æÕÐKƒ¨3\x1D fî!͇ "
b"G6Ê'^FD©”é$ÈÆŠÖ5 "
b"┬¶o/ã0KëÂók11¦|É "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"\x19 Üï§ÌóKê¿EüGŸhÌ\x1F "
b"æî%Æ\x18 ·E!{40…ʆ+ "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"┐ ±ÿ7Ò@8üýÝñÓêcï "
b"xû¨m\t\x1D A\x18 üÿ6¡▄@X▄ "
b"""
%Ô\n
à‰ãKõ¨h¶fÊ\x06 §\x0E
"""
b"gÌ┌\x1E Ø@E×öp┬2dNû? "
b"ûW¾\x7F âOæž3‘\x06 \r êïÞ "
b"ÉÊÈØòÔD╩û8SÁ┼P®g "
b"\t\x11 O`ÂlEr‚ÑЖì\x1A ìF "
b"""
7Z\x01 ¤ÈyHиô\n
íí\x13\x18 …
"""
b"Ú\r ÿ\x1F ░÷GðØ┬ü®rº,` "
b"~6â}\x07 èE´³ä65%$â] "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"ZˆÚ¸YmCmˆžV\f ‚/n& "
b"ìx╠a\v îF\e ƒ=0`╝\x02 ├© "
b"PÞ¯+ËRHZ±nµ3¸à({ "
b">oÓj>ïNÙÉÉøo+Yß┘ "
b"4Ä\x1D @&ÃC=Ø█=ì{\x16 ©9 "
b"┴«─^*ÉFZ¢(Y5\x12 }\x17 ╝ "
b"*½BÚ\x06 TH{ƒÇý.\r Ûæ÷ "
b"^K{=\x05 ¹Aù¶ËPü…]5ú "
b"Ák@Á° Oƒ¼l(k^\f ßÌ "
b"È;¸ã^¤A޶2–Ød\x07 tè "
b"\x18 ™wýÐYBËŠ=™-¥\x10 /" "
b"¹ê\e\x05\x08\x04 Ghù\t êaµìt^ "
b"e\x13 òÉ▄8G2ó└ñ3\x0E .\x15 å "
b"NËwºÜ.H"¼Oìû\x18 <,½ "
b"0V┌+¹ìLõèô¸2÷«w) "
b"UÉSª82A± Õw´S\x12 ¸p "
b"Ëì/yIéA»\x04\x04 /╔YÐ┴ "
b"înÿÉ5bGôù©\ý½\x13 9╗ "
b"S1J‰‰PO@³\x02\x04 ?\x16 šã* "
b"Ñ:BP\x1D 0B‹“m\e ö\x14 \û. "
b"î³NøNÑ@ƒ¶8é^GMïW "
b"ùY´\x0F ÆjKÎØ&jà\x04\x11 ▄| "
b"3 ‹m$ïEä±\x05 û,r¿\x14 ? "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"pî@TÊkHX¬q¨m¾ñ¦K "
b"\v ‹µþQzF€¢¼\x00 ª]r¢± "
b"Ìë\x17 h~$J[«Ö\x00 ocE¦\x07 "
b"Æò│\x17 F┬L┴É.öïlÍZ¹ "
b"°Ù5s´ÀN\x08 ²˜Çj'-\x1E m "
b"÷î¯üöÃN,ÂÎòÿÅï│ó "
b"""
ùvÒ\x18 ÔÑC°¡i#“¯\n
‰°
"""
b"""
\n
ÅÕ\x0E Å╝Løà§ae\x04 !\x12 Æ
"""
b"±Ubòµ\x07 Nÿ“)JZ•Uc” "
b"~ù\x18 Åj\v O+ÄO¶sá╣\r D "
b"""
òEÉ\t\x10 └G\n
å!"<¶èÛf
"""
b"íðd€\x19 +IN¾À¢íFö\x07\x0F "
b"o\x05 ¯˜_¾G—¨óÙ`-ö¥\t "
b"™\x13\x1E n€§G¦†\x0E ®ß"-HØ "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b":á›ér¥C¾¹’nÿKsà# "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"^iï©Ø'MUù\x18 XÊ:8û[ "
b"Ôkh\x04 nCA\x07 ˆ/NI BÊÊ "
b"-]Å"|¡EÄàJ=ß═â+\x06 "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"Þ12¹ıÆKÂØ(\x18 ^8¾\x19 "
b"xh¦ÿ\x13 ²Mc†\x0E àÄÛ)\x04 o "
b"öTD\r oDL÷€T°ÀñL›³ "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b"óìS\r Ö\x08 CÌÀ¤Ö%¤äRø "
b"%\x03 «PÅ$A\e ║╬¥+\x01 ¢yÛ "
b"&â•ýé\@\µ\v fÏ,A5P "
b"—¦\x10 î¯ïEÙ®E\x0F ‘Ó\x1A ÝE "
b"¿é®^7\v C(‡X3½\t\f ò˜ "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"ç”Ö5ÞŠFƒ·—r\x18\x19 2\x03 ' "
b"ùs¦îEpFë‹\x1E\x19 ǰ<î“ "
b"»Þpž¾¡Du¼Q8øõ]\x06\x1E "
b"S\x14 ¯FmHå¸n·xÆû\e M "
b"\x04\x1C ŽÖ\x15 6AÊ«ïi.·YžB "
b"@Ý║ÛäO@\x17 ìÙ\x1F þ¿Ãý\v "
b"éYw¸çÕGh¡d‡ÃM×çy "
b"p╔L;{\x1D F§Á5\x19 Ø░à½ä "
b"æè·Ú\x02 jE.³#@šÐk™V "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"+Åz%\x10 ÷ES¾õfú~š¼\x10 "
b"zßòc™\x19 B⿽°>«<„ö "
b"└+\$æ\x06 AWáüG#E^\e o "
b"7dàïj¡I}©¼MÕBk†º "
b"pî”\x03 ¸WAl–úŠ\f kN!š "
b"\x1D >êÎx‰EÀ•@>&²Ó\x01 1 "
b"ï▄¦~R¶ARÂ\x11\e É\t °m\e "
b"g9\e /êÎNH¡ÿ\x07 ‡'ËŽw "
b"òÛ¦µ´\x06 MѪ+íQ_¿t$ "
b" ZóÊÃãLßèü|òÌMz: "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"\x10 ª#\x08 ãªH\x16 ±UTKÑ9[\x14 "
b"¡är1µ;OoÉ´ð¹Kqpã "
b"\e ¼7ôbéBÓ™nÇ?eÆ_; "
b"‡a¼EiþLf‰Ã›jêß\x1F õ "
b"\f %P†ÜÓB¡½prôxŒúî "
b"Á\x02 8\x01 `LE¦‘\x12 ôŸäQ©Þ "
b"Ð\x1C !\x13\x13 öAh¼ÁÂð‘àx” "
b"¯à´»@\x03 D‘¬{Ï>ãþ\x19 î "
b"S\x1F +³)‘FN¥G“CòÙåw "
b"q÷^ZÑìL:‹‡ƒ+5TËÄ "
b"튬f"„F\v …\x00 +yP•÷¨ "
b"ÆÜ‹êœ#Ff¼\x03 žvB\x1D Ëo "
b"' ▄\x05 ├ØJ`º"@░îæKd "
b"Ò€\x05 ŒNhCC“ioÁ\f z_í "
b"fyšr\x06 [MM–cÇ—\f\x17 m\x04 "
b"í´Ð\x17 ;ÍBëü└Öð▀\x17 █¯ "
b"ÿ™€ßµmEC®š×\x06 „\üç "
b"D\v 0ø«†@ž½q,k6\x01 n¯ "
b"óÔ▒ð\x01 CEöìT─°ô.M\x07 "
b" [Ç░ö‗G╗ü┴╠è\x05\f i\x04 "
b"“K¦ÏzF@«´ÐˆQs\x1D ÄÅ "
b"ö\x19 7ÆØÁJÉ©€ÝAí¯i\x15 "
b"\x1A ÌÌU¯\x18 I–¾vŒùió|\f "
b"*àq˜ÛûFÔ¦ÍÝAÿi,m "
b"""
\²ŸÅD\v Fr—\x02 2\n
¨öK\x14
"""
b"€ÀR€õïK«š\f XZðhÃ* "
b"""
¼<\x0E\x1D „ËOèž\n
AP¦[¯w
"""
b"é—Èu\x1F ¬L©…šžœœ—ì< "
b"ı\x1A ■─W\x19 A\x13 ▓.ü«»/╣? "
b"lÐ9nÑéFËÜìõÉ┬ø\x13 $ "
b"Í8´›U‚C\x07 ºd>†öŒ1] "
b"‘ƒbÇ[#I>¡Z B´2w¦ "
b" ┴+ý³\x04 D┤®Ø6╠█ ╗è "
b"?\x19 ÎŽ\e\x07 L²® 1€-ì‹7 "
b"©b"v\x1D YDgûþ\x10 ü··xı "
b"M>ÇÃ ‘@x©8áBø^bf "
b"S(\x04 K»—Fô“\x1A ¦mßÍN… "
b"8$Û"¬ŽKдYš7W\x0E ^P "
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b"‹ÆœJ\x7F æG^¶àwŠüÌ\x12 Ë "
b"\x0F\x00 f~—jO¡“?ÕÝ\x1A ½41 "
b"É\¦2{ÚA▓îY\f ¤|äÛ» "
b"±"œÅÇ\x07 EOµýª—\x0E .o„ "
b"Æ(õ™T%Ib¼\x11 ‘z³(ÒÙ "
b"&¤Áì\x13 èEB«R»ÐÒY:o "
b"·nÑ2╦\x1C E▄ì\x07\x18 í¡î=\x18 "
b"€~Þ5agC"¨í#h*ÿÍj "
b"—A÷4\x05 ˜F‰¢¥‚\x02 V>ëÑ "
b"ùµ]─█áOØöcgÀ§ù-█ "
b" ™‚_ë}C¹¥\x03 Ÿv:\e\x1F\x10 "
b"³õü╔ÞÚHD╗░ùkN¼f¦ "
b"\e ,\x1A àÖsA´Å\x04 ıø│]┬‗ "
b"ê\x01 (P)&GN¹\x05 $c%ñ\x13 “ "
b" uÿvPžD\x01 ˜j®²R¤~¯ "
b"MÈ>ùÕ£K†«wÒ„O\x16\x0F Ñ "
b"ÝËz'+ÊCa¥Á\x1A o\x05 <<á "
b"îÿ|~“\x0F C瞘\x1A <Æÿ\x18 - "
b"\x19 ▓ó┐É´FmàIÔ\v _È▒╚ "
b"gÑ篃\x7F L\x19 ¼£Ã˜›‹kh "
b"^úæÛ└OM²âSÃLcì\x7F ã "
b".Å~\x13 ¦\x19 F3â\f i▀¦áÞø "
b"-\x02\x02\x03 Û¸H›‡\x04 “ŒM'\x01 ; "
b"\x13 %û7\v ¡Ao‘‰–ë\x07 èË‹ "
b"\x06 -\x13 ÌxsH†Ž&€Ùj†½’ "
b"▒¯\e è\LL\x01 ÅQ !Há\x05 â "
b"\r \x15 v?·æJ·€v*;¦\x01 ®l "
b"Ù›À}”H𰵞•¼Æ}‰ "
b"¹ê└yj¯K\x11 │‗ÄÅ_µ²î "
b"\r ç**#ƒ@■┐´ÉH▓õ\t\x0F "
b"çŽîM4¾I€BFm\x00 ø/. "
b"×<a\x12\x05 ?Hi°á\šlN†Ù "
b"Ü╬x¤z¢G+òüd\x1D °l+ö "
b"Ó\x1A =\x13 ;MKCª\x0E ÷\x08 œ+Ã\x07 "
b"ϲØ'¥bN\º5.ðEÈá× "
b"h\x1F .•¿®N7¦â¢F\x16 ¶ív "
b"B\x14 ŠrSDN{º´¨®ŒÊ¥³ "
b"ïFKè\x7F ÷Os„ï¦\x01 m‘Ñ' "
b"Jõ1<\t xDʼŒá\x16 I=\x04 "
b"|o\x17 yŠuLtŸ\x03 ‹µˆI\x08 G "
b"""
s\n
Ó½S\x1C Lﯢ=&ÜlÑ1
"""
b"¥G┘×õmN\x15 Ø█╬£°xÛ¤ "
b"î$üõ\x1A âD©üfÉöÙ6Tæ "
b"\x06 GÜ3¸\x15 D\x13 ºÒÉÓ¢\x08 K¸ "
b"†\e ˆ“È2J\x15 ?*þ£q,‰ "
b"\v µ┴╠\ìJnÖwì\x04\x18 {8N "
b"ÿ\x0F ¤[ó\v Nan ÜíPîÇ "
b"tœ;ò“«J›²—Æ$\x00 ¥z "
b"}\x04 É\x15 eüGxµÒ\e @hoaö "
b"kN-ý4£K\x00 ëÅ\t {┘+^Ü "
b"JŸðÌÁÓMò£U·2¯ö\x05 ˆ "
b"'Ê5_¡\x13 K騄Nj»þ»î "
b"i·4¦*§BÜ╗åÉ\x1E þ"\x17\x02 "
b"Ê"NÇfyBMŒ-ÉGð 9æ "
b"\x7F ¾│÷\x01 ░Oeò#Ø6Jåü× "
b"¦÷ȾÌKA_–¶Zü™|óÔ "
b"¤Tì¼Õ~IÔ½ \t (¸╠pÅ "
b"OF=ÔÒÎIÆ \x04 tTŸìU‘ "
b"Îé0…·ÿA,–”fü9„éË "
b"░Ê╬Ý"ðJÌêì\x00\f ┐jçE "
b"\x1C HM©³±Gö§oˆ‚YM0r "
b"ê\x06 bÓ\x1A CR»\x16 ¦³\x1E Û\x07 Ñ "
b"\x11 Þ/8y±F\x19 £A=¾GÅ╚ "
b"42{åÛ´H•”S9XŠC´f "
b"¿Í}ƒã‚O\x00 º†§¿€”\f ˆ "
b"üvU kÖDî¢h│0*b)ü "
b"ÓìU5¢[LÑô«aÀ\x10 Àü\x13 "
b"rQK\x15 2¶Os©ûô{¯%Z´ "
b"v·«è¥\x1E B\x1D ¡ØåW¸L|è "
b"óîßõeéݧQß„w²W "
b"Õv»Ò\x12 ´A¯î╗ì¬íI'\x1C "
b"\x10 vÉåuLEHŠ?ÀؤLcŽ "
b"l╣\x11 p╝fAÏÖÅ_êå7|\f "
b"iÕ\r _;ûOZšŸÎHF\f ݸ "
b"¾º╔ü\t ╔J\x07 î▒ÎUT░Þ! "
b"øìé¼¶\x0E B┐è(\x01 +Ò\x05 ;\x04 "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"¤“¼Fð\x04 B\x18 §^#\x14 1Íͬ "
b"^»\x1E àì«C\x05 ®\x16\e ç\x19 õ£^ "
b"Aþž\x0F ¯ŠLe…A ø|aK¬ "
b"Ó÷\x1F ®ÓÌKO‡Æw‡LsÂr "
b"¶UR\x15 ü\x0F Bü¶Nk³“챿 "
b"\x16 “üù%ÄH\x10 ¥c'˜C'\x11 6 "
b"þ¡ 1Œ-@é‰(¯hæÉI< "
b"dÉÿh®\x1F N€¦JkæÕÖ\r ö "
b"\x0F\x12 Ê`rôHÁ×£WI¿_6 "
b"]\f ùˆûiMƇØà„À¡49 "
b"!¿&┤Rı@\x08 £'gdhº¸Ø "
b"T\x1D =\x18 ORKêš\x11 è¼%\x0E N\e "
b"þ\e ð1ÝgAÑœ^©pÂRËÝ "
b"\t Ç®\x08 â’G¼“Ñt2… a¬ "
b"nruêíÛJQ¢üÞdj╗â\v "
b"ºP‘ü&‡B¹Œ\x1D ±/.¡y1 "
b"¨hƒÖ¼=K–£:©\x0F ‡w1ò "
b"¸ó■\x00 ØïKõ▒oçM=ê\x03 8 "
b"ð\x02 ╦\e Ù¹OÔüËÁ!1,Â\x04 "
b"\x15 ü`¥!ÅI╣Â\x00 ½Á\x19 æ╦┌ "
b"""
~֋\v \n
ÙHîüÐ.n/\x04 jã
"""
b"Q\x14 öï°vIê›[ÑËã<®. "
b"""
\v géÅQäE¤¯ÐÓ\n
}:ò\x07
"""
b"/åå!N›AŒ¡IZñ ¯ºo "
b"R¤NöìÀH®˜ÙU7’\x16 6Ä "
b")¸GëÞ`Jê„\x1C\e '<ê\x05 Ò "
b"ÏËÜ\x01 æ¡A¢ü\x08 w®oô\x11 5 "
b"»\f —ŒóëD®¿#î\x14 P\x07 +ø "
b"¢J8\x1F jÉEǤ\f ð:!Ó<. "
b"5\x1E K\x12 y\x7F @”£Ý¸š\x07 Õ\x14 d "
b"“\x7F ·ˆ«ÎF`˜î\x08 ZÍmP! "
b"áö#\f 4ÔFÞ²A¡@JÔK\x00 "
b"-‡U4M\x0F C\‚™VáCF_Í "
b"R&╠l>WM ù\x1A yÅ\x05\x0E `£ "
b"!ü¾sµ\x1C @\x13 ¢]\x1C Üß·—: "
b"Ú1+‰°#FN‡öì‰ü|+) "
b"à\x16 &¦—æFö‰Å‹\x1A ×õ\r ù "
b"^╦┘g\x07 MGÏìI\x12 ¤Ò\^│ "
b"b ŽDª¡B,º7Æ"\x18 `|‚ "
b"ô¡\x01 ¥Ö*NP¤Çx²vÖÅ^ "
b"¶‘öþ;mIæ›§ëý¿¾nk "
b"-ÈØ║ÑsFÉø,yâJ▀:| "
b"\x14\x10 Ä9H–DJ¬ò\x0E ÓmßA{ "
b"\x02 mÅÍèfCÞ£^'│ñoÌ░ "
b",ºxW_\r N]§FïÇz€\t Ô "
b"”^HSCÜGá›ŒÂø{\x05 †ú "
b"Éb‚7”$NC›iƒ\x1D ª\x1C I "
b"âVµ~îeF/ NÞ&yG¥R "
b"Ø\x16 QêE'MÖï_\x0F ù\x03 I¬▄ "
b"\x01 ┐▒í\x1E 3Avüà¤\x14 7Ã)4 "
b"ÒˆÍ\x1F îxO“®å¿\x1D );G\x0E "
b"KrrY–«@5œ¤\x07 ›hæ\x00 ë "
b"u\x7F \r\r ®hJN–S@\x0F ’\x1F g‡ "
b"òðçGÝD¢½\x07 ÙØä/Gª "
b"ñæE¨╠╠Eûä\x16 ü«ƒ┐║D "
b"\x01\v r\x1E &1N\x19 ¼\e HWø+òÜ "
b"Yd│\x14 9ZJküx{[î¶3ó "
b"■┐öü┌lJîâNVÃ[\x03 i\x18 "
b"lXL©>VA{╗ÿÅ┌╦\x15 æ╠ "
b"\x13 ò\x14 ]¥hFÿ•~Û_\x00 &k\f "
b"Öùdø2F%Ø╔r3ÁQ&» "
b"g̃m¸2@O¤\x17\x1E ¨Ë@\x10 4 "
b"8v\x00 ЧoE\x08 ¢?‹\x00 2ûƒH "
b"\x06 þ»ªÑì@\x03 ê(P\x1D\x10 U "
b"€ÙÝp^n@ôµ"\x16\t e”w0 "
b"tU>Ú$‹E¤›¢\x13 …”=ù^ "
b"üFs║Iñ@ùôDtü┤├#Ö "
b"›;\x15 ²ø\x08 DÑ»TZ\x13 W\x16\x16 b "
b"a\x18 <M'\Gÿ¢×ðD€B¤y "
b"d©¯(WCL‹šW\x07 1ݵ\x1E "
b"»}Š\x01 ·&D’¦©\t ¸tj\x15 Q "
b"åÿ§\x08 ΘF\x19 ®¯¡\x04 u\x0E í\x13 "
b"áüÏF╣çK\x14 àûëÇâ9Ö¦ "
b"ËH\x10 j!E<˜ƒ+þb†jT "
b"Hœ†°ïÏF¯¾{Ò~<KÔ\x0F "
b"óžš_+rG¢¾áUµqÔ€î "
b"\x16 \x7F ò\x17 ╗@\x01 ò.ØÉ┐s\x1D\x1C "
b"DHWå\x1D 0H¦“Yïl„›×ä "
b"œ¢ß×KåG±ª†ïô\Òí} "
b"äÌ|ÁÃ}Jï˜=\x1D Ç'‡`; "
b"[á\x12 Ý6±HP˜J\x11 …§QŒ "
b"Á.\e\x0F .ñIµêymÁì\x1D nª "
b"\·\x16\x1F\x18 ƒA(µÎ‘ž\x1C ô\e Æ "
b"m5N ¦ÕHÆÉ÷S\x0F e5\x00 ░ "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"ý}·■┴ NYÉ╔×╔Ùߨö "
b"\x7F \P$ÉÝC\x08 ƒÁ\x17 W\x04 9ó› "
b"""
÷Q.°JUO}™P;`æ\n
[-
"""
b"\x17 ÿi}ÒžE\v š)Æ—.¤\e ¥ "
b"¯w(w&8L÷¢ô;To^` "
b"ªØ\t\x02 Ö@sÿî¦V`6¢\x14 "
b"B¤•ðNML\x14 ªâ…櫪ëÖ "
b"k%à\x1C æ`I\°†\x18 áDc@y "
b"Å1a¢©vDQ╣¥Ô/û\x18\x10 ° "
b"²ùƒN¹™AcŒOÂÁ}ª¢h "
b"·þ•Å?òM܃!¿Yj\x08 n= "
b"\x04 €Ïl\x01 ´Kw‘›ü\Œ\x10 ° "
b"\x07 ╣┘ú▀¹AÉá▄S\x1A X\¼\x14 "
b"‰\x10\x03 ø’ŽE\x08 Ÿ™/ÉÕ\iB "
b"Âß›ÅÀuEñ‡S^cÏÅBæ "
b"Úb•ÖâgA믱±È5'\x03 ‹ "
b"O>DËïèM¹©\v f\x02 c\x15 ÄÐ "
b"׳¥FŽ>@©‚ÛlÑþ¯¼W "
b"\v _g{Í\x0F C\t “°#»Ê¦ÝT "
b"<ÍÁ¡\x13 ØEzœLÇʉ&øe "
b"Ë╗ÀÜ¢èH.Ç▓TÉ╔©░Ý "
b"0ÍI…?\f M;ŸÚÝ=K6aë "
b"\f lžÿJ G´žJ£Iw`öQ "
b"Y/P\x06 ‘”@ã²ZÔìR\x12\x1A\x04 "
b"C-û\x16 ╦@FBØÍz¾ÿÞ\f T "
b"˜‹g\x1C pRD¬¢qj$\x08 hq# "
b"?^37Ê\x02 DÉï‗╔╚xþ`┬ "
b"""
ëÛ?G‚áJ\v ©\n
‘z”l‡Š
"""
b"GEûðI/C+öR±ƒÅ|e¯ "
b"%ÙV²òÛ@§‹žîˆƒm\x12\x1E "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"•Óq@t\x08 L;¦‚îùM|‹… "
b"g\x01 þ\x7F *÷DϺ(3yžêo\x13 "
b"´=éäq©D*œ„]\x14 üeY¢ "
b"f~¾%¦─JjÑØÍ╚%î█l "
b"‹Þ^š—\x03 J²‚PĵI[.… "
b"""
¤ðÉÕ\x17 xA$Ü¡\n
åè*¥~
"""
b"Ÿ£\x06 Çd4Lò ‹ð-”„\x00\x04 "
b"ƽ\x19 H½\x14 GБTäy\x00 ©¡Ž "
b"ì¾┬CÂRAÃï╦SK`%±G "
b"œšg:”\x13 GðŒÿ\x13 ”Wþ¶ "
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"=Ø8“p˜Mw‚íë4н€_ "
b"‰ÇÛ\x12 ïH\x00 ¯\x06 I³¨&¡Â "
b"ðXQ†xtD£¡ØSòõº+u "
b"""
G©>ÁP&N(©\e \n
¶È9;#
"""
b"ùA|`ëƒD\v ò╠ÔÉ%@\x0F à "
b"ì¦Æ\x1D\e ¶Jy¶\e Ž¢\x03 Bõš "
b"?ÎÁŽ8\x19 FD½x£\x0F )²ìæ "
b"\x1D 7iÜÓƒJÜØ+|¡¾╚ªd "
b"+¡óŸbøI‹’<\x1E ºŠ,œj "
b"éÜ—A“éGξ\x05 {z2\x19 Òä "
b"õd„§LÑBB”›Â³þü<ð "
b"Š¿Àì\f\x7F D⪟¯wˆvÞ. "
b"\x01\x11 °SZ9HÞ®dë╦Øæ_H "
b"V×àn¹\x0F DD¦ª7¶ÏÇàð "
b"Ú…âò¦±Eà aFÉ\x01 MLj "
b"ΔÐÌ}tCª’º\x14 Ëý¢Ö¶ "
b"ÐÍ\x07\x00 1\x17 L‚„$Ú=Wýéi "
b"\x7F ±qê0\x7F N}ºûA┬iØÚ\x0F "
b"Kt\x01 J”\x15 Jï¼¾øü`oøà "
b"Ó·Cí\x0E uM\x1C ¥ý\x15 ÈõAá› "
b"Ý»)Ùn=B\x04 ŒœE\x0E ÊÇ?ä "
b"ûô€×Œ1A\x1C ¶\x1F ŸX€y™8 "
b"A¡‰×²éG$¹Žaþtõ4Ç "
b"µ\ð_\x06 uG/Å\t Ð\x17 \jns "
b"‘W$í¿òK\x7F Ÿ¢\x1C Ï\x1E X\x05 ¹ "
b"sþGxH/EŒ‰É,i›¯ÎJ "
b"†ðNpæ\x7F FV޵!‚QvÃ\x1C "
b"\x07 G│¯9µN>É\x06 ð1G®^Ø "
b"""
¸Ú+&Î’G\x1A Š¥œ\n
˜½÷6
"""
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"ÁÙ¦’\x18 HE]¾»"É„üŽ4 "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"§/UQS•A·œÍµ¸dZyñ "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"†‰½ \x19 'H——¶iÇ.\x04 ^è "
b"Éw┌*,ÔN¦Ü└g▒i▒í\x04 "
b"ÍK‚N¤‹K~—®Á\x04 úánÉ "
b"ú\x1D Ég—¨F…µa¨—÷wÖT "
b"tž\x03 ŸŒ\x10 Eu®\x7F ¹ÆDª<Ñ "
b"ßh▄±Å\x14 A3ÁÀÔ\x14 ½Õä "
b"-qÉò¾ÖK}¿`ÈÝ\x1E §¶■ "
b"ÅB║\x02 1\x06 B╩áG|\ÓìRÕ "
b"ƒ„\x1D õã8Eó”\x17 ;PbJ0þ "
b"\x0E ~█ê\x14 F·×eɽ╝³µ9 "
b"ó┼÷×Ó\x0F MÒü¹?iÝ\x1E í\x0E "
b"mìð¡\x10 pL3╗j\t SÍ2H¦ "
b"╝ÅrÓ\x02\x14 J½░ð6¢¨ÿof "
b"Õ{'Ù½¾OQ½ØH· éî1 "
b"ú„ý¢“aB9§ü”ʤ›\x05 û "
b"Ì\)«\x14 î@=Ž\x1C û|)æ\x7F } "
b"畊”Ý4K¹—w¶fÿ&%& "
b"¢¨\6èŠHí†p…Ç~7\x1E ± "
b"µ–úJ1PLH¤´-¸uºB” "
b"ZO×ULÕHζ\A7\x1E Ïý "
b"¸\x1A 󺞫MZ¦¯L}9RŸÌ "
b"A╦°ìÍ%C¬Á\x06\x15 Í┼Õ{\r "
b"\x1A ºv\x0E\x02 [M%ü┘\x15 EµV7┘ "
b"jé╔\x11 »ÅB│ø▓ج4mÚù "
b"sÉÎb}ðKTµ,¼QlÓ±\r "
b"ðã[(Þ\x17 D'³ÃO¬s\x08 T\x19 "
b"""
$\n
‗9\t\x18 C¯½5üÜrj╦É
"""
b"Ü6Wø°ZM-»\r Öof3øÞ "
b"Í•7‘™¥@mœFÐ_L‹ú "
b"œ·ó*ŠåM¹ºîU†\x1D ]ä& "
b"ý#¹ û¦EiœÊ!°•–\x0F ü "
b"Åà@§\r O"³L®Ü=“ÄA "
b"z┤‗\t\t _GØ«À\x05 ,┌eÑ* "
b"N \x05 @█ÀHË│øÿØ7éç4 "
b"\x08\x1D Ä2ÚGø¥éÉÑeVPr "
b"""
»M\n
¯èÎE\x0F Ÿ\x0E §Y¢%=ç
"""
b"Æ\x04 s.iåC•¥t1³ÞËÍå "
b",\t Î;┘\x02 E┤¿ÃwìU¹\r < "
b"Ã\x1F cÇ/ËGç»ÿ‗.JÅQê "
b"^m%DÌïGaƒKìÜh°ŽD "
b"\x15 øg┐²cDJùüqܵÁEþ "
b"঑èЙH\x1C ¼çãä!{\x19 E "
b"\x02\x17 sN®>Ab¼ ØâÀ9¹ "
b"‡ ³\x1F Ãß@Ù·Ï\e kúR\x06 ¦ "
b"s§˜\x03 KeEå¾§nÜ\x19 ɽ½ "
b"¼ÆØù¼A<±ÊÁý‰ ÐÄ "
b"¼ìÞeãÖIÉ”ü˜\x18 ÇœQH "
b"¶”d\x08\x06\x0E Iäž»”iË„ÍÙ "
b"\v «°,ÌåOSØgz\x17 î«:\x18 "
b"\x10 „·\x0E\x02 sD^…¢”2£.1\x1C "
b"e┤þV¶G@\x19 ▓▓E-ì\e "L "
b"g€[R©ôOΈºïe\x18 :m» "
b"\x14 ÅÔÎ@ÞFéÆy³|\x1F d<ƒ "
b"4\x10 ©F@ÆC║Åü{Ôé╦ZU "
b"""
\n
3\x12 "¬×J\x0E ž\x08 ×§É\ôÑ
"""
b"░Õ;ƒ©*C\x10 ½ÖRàË\x06 ì┬ "
b"Ò†pé\<D¥²ß*nÛ˜Þy "
b"UÛb`xbCYº!?¹±4šò "
b"±¹ýî\x08 ÿL{Š„}Ùm•Y\ "
b"ׯ\x7F ê0@F·ºÄ§wn4:I "
b"\x12 ù>‚\x03 ÙCɇeŽx\x0E\x00 Y "
b"ô\x01 ï&ú‚BÒ…@/ž \x17 Xª "
b"’¾iœy\x11 JY‘¹sÝöÚ \x13 "
b"Å\x0E ─§\x1C Coæ‗║eâ7Ä└ "
b"\x1F\x17 ~¾§§J5‰ã\x0E í\x1A —u- "
b"’`Çíî{Dzª<6†Ú\x7F ä "
b"(»ÖÅÆýH║ôEç╬\á╔\x0E "
b"u,˜‹Ï¥Hœ³•õQØ×‚î "
b"r©ñx\x1E uK!˜ø‚joqõË "
b"ô \x0E -\x16 ‘B\x07 œE\x1C 0s0ýn "
b"À¿.÷¾ãM9²â@ÓCè§\x06 "
b"‡ÆWKÈ´L3¦–ñ‘|_\x08 4 "
b"»Gé8<\x1A Kv‹€¼nr&/ï "
b"ÝÀÂVÕ6I›±‘[ |tÓ\x0E "
b"\x14 ¯2ÓÛAG¬°FúB\x16\x16 å\x0F "
b""ÆýÜfÔKŬ¶9@\v ïAõ "
b"É\e %ü\x05\x1E EЧÕ*cËδ‡ "
b"±zàå;DGr•)\x13\t „\x1D\x04 \ "
b"Éß╚┌\e\x1E Jbú¦<$¬0+ó "
b"³Z\x03 g\f ¨LÌǮɯá█Ä\x18 "
b"î\v ð;ôFD°„J\x04\x19 Ý\x10 öº "
b"wåcÔgÔC\x15 ÅÅÿV\x17 îÙÓ "
b"}לG\x1F\x02 Ný‰/\x00 únƒÕ} "
b"õÊrXÛ\Jü±ñ\v 4h\x07 _J "
b"\‡\x11\x15\x04 äD¸ˆ±y-@vÑá "
b"VÇ–@\x19 ïAõ…õ\x06 jÍzâ" "
b"u‡¸s\x1F ¬@©¼s\x1A é\x16 zDÊ "
b"D¥þ╚┐&O\x12 É\Þ‗\t ARJ "
b"Š\x18 +!õ\x02 G`±\x05 iaÃà†ä "
b";ò¼’\x14 #E*†«\x12 `ì˜Â "
b"¹`-¾É\x16 Ke»²g╠Ü.б "
b"Ü"‡5\x17 ôO/•:õK·¦Ž "
b"hÄ9Ù0\x1A FK°¯Ÿ\x1A\x03 ]$P "
b"Ë\x08 |æ─dK\x16 ÅÕ=K\x16 ½┼\x19 "
b"$ÒÂÊ7ÇN6¾©TYkmúo "
b"""
×{¶u7¸Aÿ¹>¥\n
A¬¸l
"""
b"ÈÉâ\x1A ;mA'°KMäŒ5pˆ "
b"fÜ"±„îGϳbvØ\x19 °`„ "
b"\x0F ±yXÙeKœ›0SP\x01 É\x01 ù "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"┌ÉaÔ±´LOñhîà«MÍ\x03 "
b"\v yn\f {ÄF®º7mýËËÒæ "
b"""
ä3þ³\n
2NþŽ©1{P²°Ã
"""
b"Äô"\f ÓwD´š‚–‘F9\x07 ‹ "
b"Ö"a\x19 1ãL?Ä\x12 ┐ðjØ└\x1C "
b"á\x07 ê2€ÖOäŸ`Èáö™ê\x1C "
b"r—ª[N\x0F Hg…©É¡+ì~\x01 "
b"¡m’#z¹D\x1A «c\x13 ‹Vxˆ "
b"ŽÎ6\x12 ÷´OÒ½Ñmœ@þöó "
b"[ЀIìäK~œÙh›í½\x10 G "
b"«Ü‚\x1D ü\x12 OK³ñ\x03 º\x03 {Š\x1A "
b"./'ÖsOL° ~\x12 WJ‘Æk "
b"C¸ÛõÑêKª ìëg–…ñû "
b"\x12 z$3O\x7F A╠¢AÉbo"âî "
b"äÃì§é╔HÖ«¼9‗$%═ä "
b"ÙŒŒttJIˆ¤ñ²Aw)u^ "
b"w\x18 D┘7ª@BÅ╣╣D7Áª8 "
b"Ï‘eŸ5´OÚŸá³\x14 Vuòš "
b"\x02 j6îQ{JH®ìºnj\x0F ¢{ "
b"l&–¡\x18 XKæ˜2U£1ïxt "
b"x,~¾ä\x02 GzÖWxü'\x08 Ký "
b"V%Âç¦ÕFèï»Ï6\x06\x1C ü║ "
b"E<¶§Ñ\x05 Kl§\x13\x08 ¬ß/ÁP "
b"»Ïg\x13\x19 ™D\x1A •N¤\x15 L?Zû "
b"\x06 M¶f╩æM\x0F ì´<h¥´\x18 ç "
b"V©m\x02 kðI3‹\v mÓ½z\v å "
b"\x7F S¾Å¡ùGÊÆ=\x12 p┬çG¨ "
b"‗n╦µc\e C¢úÅ"Ä1┴╚¾ "
b"¹Ì\x07 ·═wOtà]ìGhoÿ\x18 "
b"""
\n
ۙǫ¦BÜ»³úi"jQß
"""
b"tÅÅÁL«Jé¾j\x1E ¥-5®V "
b"ñÐ\x18 r\x08\x00 I\x08 ƒ;JYÅpi@ "
b"7X$\x05 É"Hä¿"¬ƒs\t 9l "
b"z¨<Q\x1A\x00 OðÅ\f O╩©©\x04 ▄ "
b"e™·×«H#¼i¬N²žýt "
b"äUÓ”\x04 ˆDP¨[<ðά\r 1 "
b"┴\x02 ┬9\|J@£\x12 àÉ\x14 üZ® "
b"H`õôU I®€òï\x12 œ®Á¼ "
b""#B'¬*Fr¬ðæ\x01 Rðãs "
b"øë?@™ÀF‹·¡ÐVŒ=B> "
b"""
\n
JÜâÂíK\x02 ›\x1A I!á< J
"""
b"jnMÇêâI¤ªû<ðSW}É "
b"\x10 ¶¢(fdHίÅ\x07 J§¶`ÿ "
b"y®[\x1A EÀE½«æ5R'ß+M "
b"ˆµ\t\x03 ôhB¦‰\x18 û«Ë\x01 ^Ì "
b"®G]£ƒ7N¨²o’ì‹íâÏ "
b"|‰|ñݯL¦©'Ä\x1C àuï¶ "
b"¨Ä´tÁËApŽÖš·pWy] "
b"·\x13 Ø}B„I(¨/ÀÕ›%K; "
b"mT\v ‘ýcCú¬ßòŒ\x1F @°Ü "
b"ñ/•0Ñ÷CÀ•û1\x12 —1\x1D\x07 "
b"N·æ^[ÅH«í·ã\x17 ¯<Íû "
b"±dmJÚ§LsŒ—,ù‘Ð"\x1E "
b"’VŒo\x16 ÷N¯‘Þ7~E¼¼} "
b"O\e qè¨~H6¢¶\x0E åÌ\x00 dz "
b"`■ôßü\x11 J╗ÁÐıV÷½5. "
b"0H6\x12 2×Bï…“Y<`Î\x08 € "
b"4GÈè4ÚH¿┐È\x1D ®còÅ¢ "
b"qî|╗¢A3½OòéôìR "
b"µ$É ¹OŸžãÆh\x0F t[¶ "
b"²-\x0F nÔ.M¾‰èV…U\v =% "
b"Ȥ¶Šm\x07 A6ƒ0;ÂØ¹ùþ "
b">ƒ╠:´kJT¼[Q}VQÉ4 "
b"ÅÍp=│\x19 NHÁ]²QæF®£ "
b"±╦u¯¼a@ºìèƒ5i¶iÌ "
b"\r 0\x14\f CâE╗úÖA/ìÊÎ─ "
b"Éëë·oyE╠æÔû▒║╩\e ■ "
b"º\x07 LÃ\x01 “L&‚Çp5«'7@ "
b"*:W\x07 JÑMX”b·ãÿ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 (0xBD011F6F1C2E406E86355ECF16A85A2B , 0x0B4A0D62FB474E7A9F2661AD7E449199 , 0xD40E51054A8E454CB29B9BCBEDF6F65A , 0x1B907CE0A8A84BF4AE0C395BA74A58CA , 0xDE7E73B2456144FBB83F2EE3B7F48250 , 0x7779518E7C454D75AB31B63AEFE63F32 , 0x3DF51872CBDC48AF886DBE2DA5DB7074 , 0x73D3E1840A2244FE90E516E6723DFA61 , 0xA3B5CADD119E4AB7855BA238B23BF968 , 0xAE5C748E31DB47D881F8EC3825872BAC , 0x6D064947AE404C27BEC92B4AC8EEA547 , 0x0702B3B0260E4AC6A18D28BD7AE24944 , 0xB11B351922204EC5B4460581314AE31E , 0x259FC49B1FB34B0E844A416BB71455C8 , 0xD5553FC02C614253B4F5D622D826932E , 0x7D97CA8E28E9438CA3F3B6C52A733B67 , 0xF805F435A2E6405AB5B7C394FE739CCC , 0xEDE0D1E8FC72403E9352D0499CC8E27C , 0x0F6B176F515A4FD79F89889F76DF6529 , 0xEE6FAA8D27F74961953AE85F4F3DBF36 , 0x7243DF86AE0A43DAADE1A7B99838E3A9 , 0x7BA226ADBA4E41788D37E1E781F89F3D , 0xE6BE177BA3BB404F991107F0AFFA1200 , 0x9B3F9A571F8648FF9F52CA04882193EE , 0x410628C3847C4909B12F784F4D2C1533 , 0x3F5889443F9248A1959035D2033F8262 , 0xA59D6BB6AA3B48AA833E776453AAFAF2 , 0xA581F5D023A54C26A7AD73D01119D0AE , 0xDFF2B5F06D3343E2B1148827D1A82AF5 , 0x515C671499384C058A65F7F6B0F6044C , 0xE44F5BCDE5B943B49717C653DF47D8B0 , 0x7C828CEF78634184915DC5CCE47798DE , 0x65D0A9BF172B41C7A5B34E5BF29833C8 , 0xB1EBE5EA545B40149782F39B3AA717D7 , 0x9A36252720E1466A9B7D84A673716C20 , 0x026095B69C824703A84730DBED101DA5 , 0x2636A144301B4DC989FE9E47EF79FB22 , 0xC2CD843A111E4F8092310788318AFC09 , 0x1B1B8DB9A1514035A2DEE88F5F141867 , 0xF5564CBC6D2C47EC95ED7A76C53FB08B , 0x7C0EDBB6FF3545DD9126FB3810BC5B6B , 0xBBE323EE59344A748F8201291CC086B3 , 0x9B30F3FDE37A424F9985730D3F0EC317 , 0x5F4CE20904A24DE4A5F28CEA3F5C864E , 0x0C696426B680410ABB01D293355000F6 , 0x93E3058434C84972BD1A618C7D019127 , 0xB329E4A830A046748D35BE1D2968F123 , 0x412F779EE72A43378B8D2213EE1F3F27 , 0x819A8A7701274AB78A7532A4A60DD98C , 0xFD3EA27A9E9A4CCC86E657EBAA858E73 , 0x3D44DA570E384EE5AA11A94E08C25762 , 0xF70F94B588C34F19A36F10ECF9EE1078 , 0xF6529F4DD1224941B39CC6C15F43C4C6 , 0x1A415083786342FC913803F233C82D8E , 0x57C91979F5584DBAB641C5F4D9B77E7A , 0xF97CAA237C294498B3AF603EAA8D3363 , 0x17900C2A79784FB2A5DE07F3C083EF5B , 0x16DC0907787844F88BA9803EA0951FE0 , 0x2DDFC2A92BA9435290923177D527302C , 0x06C60DB52BC04B1585276E864131EBC0 , 0xB56D774BBC8C4B63B09F411D56E6CB02 , 0x213422AD4E8242E4AF7E3500637396D3 , 0x400E9AE67CA243E8A761EDF743747534 , 0x20FF565100DF4CC090A07A2D2100CB9C , 0xF2B7F6E692B64848A6607BA62A29BA51 , 0x34F46634776342D98F633B9F09B1F5B5 , 0x4FA581632DE14E8A9353C500C7D00DEE , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0xA90319796686407B9795490FBC7029FE , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x5273F25E874942CB82DFADD5B054A179 , 0x446F9E26CE4A46668BD5D731BC37E27F , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0xC702036A9BCF499BA4878FAB1225F73D , 0x931ADBB5AF6249A3A638D6D1EF4B2C10 , 0xFD02616C387A4C2EB547845BFFABB6A0 , 0xE551282611564003B8E80F1E0B3148A1 , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0x5C7B615253EF4C99AFB12C1BE06A0F74 , 0xA3B68DF5D25E4B659DA71A6AF45D886E , 0x0C3397F4449847659B9C0BC11718D929 , 0xA013D8A5C05C4C179ED5EE67BA295B05 , 0x4F6871B81F474FE29CCC09E30C7EFD94 , 0xC486E31C6BE045E18AAE2E17B6907ABA , 0x9A10CBDB98F441B6AB4B95A14B1DE64E , 0x006D963A53604400BDD3878BB892E5CE , 0xEA013536BB104838A528C42097245A4A , 0x7FAA0E375E9241A18EDC4966D57ED5E1 , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0x2E5792F6A9794A49830E63329CA7659E , 0x27CF1D93E95044EF8F651CAAC1D1BFAB , 0x0C15D179444C4B6EA03079C623A30EA9 , 0x8BE42A90B1CE49E6A937D77E33F04EBE , 0x3AE32774F59347538C8D6F4911175803 , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0x7501049BA4AB4919B96FDD2E6DA55A7B , 0x8035645A2210456985BB5AC7ADC8EA97 , 0x1B990647E7BF40AB84ACCE7649344F66 , 0x226E15C39ED2481A8D37401E19131D78 , 0xBAB10FEA66964CFA961D7C2A698B901F , 0x9EBF23ABB9964B40965DE55B46848131 , 0x70552009756947F49ACB78A1D42579E0 , 0x17AE0BAF00C548EE954A60EAB4D527CE , 0x543EC108D168438D85DC52FBB4FFA835 , 0x1C5DA60806CA4B2B90C57AED8C764E68 , 0x7604073C50704EFF91C818A6DD0EFD4F , 0xAA0633837D8044D2968E25CF48B70685 , 0xBDECA04863514D94ADA203CF379BA2FC , 0x1EE8E66093FF45D5B3C8791EACF7CBF1 , 0x206547B374DC44C8831CF84BC8881561 , 0x70AF0D914DA54CFF835C54D3FA45CAD1 , 0xAA2AAEA69C47477AABC3AAF723766693 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x9BFD9318473E4C62B6E02FE5E6AECEB5 , 0xA19C25E6FB4043C49B1454814494C0DA , 0xA77E9A1A14D8494EA53EF8D70BDEDEEF , 0x023A484DE6D243F5B8FC1FDB79912167 , 0x8CDA064C1B2C4B92AD8ACB3B9304A660 , 0xDBA5705345174F68B131E425B4DF527F , 0x0A252C131DE04CAE84E2880263C967F7 , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0x2D2BAB1466FE4DE09BF9B6F4CF5F9128 , 0xD2F46F52B89642FFA067EF76A22B6FE4 , 0xF62B2C28BEB743F984547E303DB1C1EF , 0x33984E96EAAA430F9EFAEDE0F751EAA2 , 0x71CAF5CF475546B39AF8BC67696A9984 , 0x889C3F1529E94CDF946D121C03E33E63 , 0x0288132AFD5F446D8000CA9193E7AF78 , 0x123C73C3AC77401D98BEC14C58F356A2 , 0x9C4CFB2EA2F342699E346EFA92EC0D13 , 0x387D3840D338476A83D5C4F2DDE4B35B , 0x4BF48591732144B099DE3F5DD80B58EC , 0xFD5DD04E52FE4E68B8880A30E9F1B14F , 0xAA2CFF4F43EA45B8AF20D545EA6E188A , 0xA2C5E8D8D0A54ABB8C3475FB1F2F1C6B , 0xE86DC098408A449F98B2467512CD7196 , 0xD034064CFA704468BC2C2D7035E2B0F7 , 0x526A2E9EF8174E219B0095559127DF2B , 0x4DF49B5A98684ACB81BE5FC07B829BFC , 0x086D88A0CF774A80989F0921454B5974 , 0x4CFCF2E46FF04F5CA78A478586A9F1F0 , 0x0581B1A7ED82414484EB48EA555B3F18 , 0xBA2BB9D9A370495C94F8FF32617683E1 , 0x15E00533A5F84A22B3558A03A0745E32 , 0x9243366D8F8C46F38F9625D54AA65880 , 0xDFCA4DA5892E4388B2EF929BDE7DC739 , 0x21A374A2294747F6A30854538504E0B9 , 0xCF85813F532E4972AC69189B9516A94F , 0x1000052DAF804ECAB26FCA52EB4E3745 , 0x50600BA4122543CA898325EE774941DE , 0x4FBF7D7C8D13488E947D1E92B1BEA87C , 0x625CCB60161F4524A9704B69C51B4CB1 , 0x3408F7D3ECDB4FC7AA7A119BA53090C0 , 0x13240E7D85B3475EBDC20A465A4B52E3 , 0xC880AE0D6CE748B587347C8B99329925 , 0xA5F9BFAB0D5A40F888C15C0DA47B8242 , 0x4CFEABD10B474D05B109A9C89CF6BD08 , 0x34E77A7337F1458C9ADF63A1C83D51DF , 0x13136A881ABD4475BF7565B7D212080C , 0x92C46D4DC5394DD39C32B109CB21DAF4 , 0x16AE3FE0476C4B9EB99AAEDE55791CC1 , 0xDF36CB4DB65843F2AF0C4864151C2FE9 , 0x9FBE7FB5274E4349816A93A8DD2E6321 , 0x151B8D1A42D44CDBB4F8D33A360419BB , 0x47CA51EE9F8044AD8DBFF607176C4BC6 , 0xD250729F68C04E558C037C5242E4157B , 0x136D39EF4CC9401D865F6894CB362676 , 0xCFEF3B0B7D9248C994F0D80D82FD6226 , 0xD6A2D5D8F19B482B8B6126678687995C , 0x24E2C71A7C4B4EDEA18CA5B290C5EC66 , 0xE9E61673A188435CBE9C33995DD4E2F4 , 0x8E624E74B90D438BA44A2EC81A5F030B , 0xFD6303C9F48345F0BC41E5CF01873F03 , 0x2A23E0E3AB7145CA935EF12EDBD807DA , 0x17232A149D834D909F3F78FAB84101FF , 0x6EF1C9B4D0154E4B8F688C70CDC00CDE , 0x74D75BA6FBF94125903C074023B9ADA4 , 0x5AAB08894A0F4B5A80ECF031BD2BDE03 , 0x40E5ABA8EC1F4D3EBA60A57D0686EE42 , 0xE6CFCFF71ABB49E5AEFFBF730B3778D7 , 0x398CF68CA2F54FC989F3788FF159DFDD , 0xD4F161FC96AD4A4A8268434EA34B7EDF , 0x8442E3F4157640E38C112561981854A3 , 0xF3383896FE934AB288A51C224BA97B53 , 0xAC3DE86AE57849829E89247EED4C1D9F , 0x3E433CC064194AADB8203D647B14222E , 0x6F93C260DD3F478EA9E1513BE9E04D89 , 0x5A33B8C1827D4404919F19A8E35BD54D , 0xF943412C715C49189C875AF79037A88A , 0xEB5014F137444B1AAE79B106DBA9FE74 , 0x7123655D44E7478CA6477D0110AC5088 , 0x9FE935A58786429B80733724A86FE119 , 0x82798648055F44FF86715DE7C0282865 , 0x86B48543190946D08FB755EEC91AC61D , 0xC02CF18B8D314A47BB65A3D5307E7542 , 0x484E50A8EFE545C28806855322BBA771 , 0x58B183E7721B4867A515E06F75D2E60C , 0xC756A510AA8F4EA0859E2D0C72C53779 , 0xD57F92A7BB7147A2899AA10333E95942 , 0xB4B64ACC90C6411482FD9DB6C8F96F49 , 0xCC0B9D31DB3C49F0AECEADBA1584B210 , 0xFEFD9185BB064D7087A018C0EBE232BC , 0x103EDA8DC91C4E488343D49116CD82C9 , 0x484E0C21B86B4F4B8052439585B7D6CC , 0x9F5D2E7D9B744DFEB275B7F53041E5E5 , 0x329D0F3D697D4B25A5B6176ED3202830 , 0x45BA217762704977A1638B6A0220A9D4 , 0x8329349A5F43406392F2EE670755B1EA , 0xC4EA4B9C9BBA47F691759D14CABCDD89 , 0xF6BF57C7ACDC41409F1F3C493C62E460 , 0xDC5D00D7416C4D2A8B908E16E91B6D1E , 0x5E9969BD98864EA98E8407ECD4A1559F , 0xA85D2BE79BA94721A48B0CBC6E442321 , 0xC984331026F2496A833ACF866E1D5080 , 0x1A4724E6D5D04B83A8331D66EE21CD87 , 0x4736CA275E4644A994E924C8C68AD635 , 0xC2F46F2FC6304B89B6A26B3131DD7C90 , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x19DCEFA7CCF34BEABF45FC479F68CC1F , 0xE6EE25C618B74521AD7B343085CA862B , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0xBFFFF19837E3403881ECEDA4E088638B , 0x7896F96D091D4118819836ADDC4058DC , 0x25D40AE089E34BF5A868B666CA06A70E , 0x67DEDA1E9D40459E9470C232644E963F , 0xFB57BE7FA0E24FE69E3391060DEAEFDE , 0x90D2D49D95E244CA963853B5C550A967 , 0x09114F60C26C457282D1D096EC1AEC46 , 0x375A01A4C87948D0B8F40AEDED131885 , 0xE90D981FB0F647D09DC281A972A72C60 , 0x7E36E27D07E845B4B3E436352524E25D , 0xBD964333BD904E599616C2DB42751180 , 0x5A88DAB8596D436D889E560C822F6E26 , 0x8D78CC610B8C461B9F3D3060BC02C3B8 , 0x50DEAF2BCB52485AB16EB533B8E0287B , 0x3E6FE06A3E8B4EEB90909B6F2B59E1D9 , 0x348E1D4026C7433D9DDB3D8D7B16B839 , 0xC1AEC45E2A90465ABD285935127D17BC , 0x2ABD42DA0654487B83C7FD2E0DDBE6F7 , 0x5E4B7B3D05B941F9B6CB50FC855D35FA , 0xC16B40C1B0204F83BC6C286B5E0CDFCC , 0xC83BB8E35EA4418EB63296D8640774E8 , 0x189977FDD05942CB8A3D992DA5102F22 , 0xFB881B050804476897098861E68D745E , 0x65139590DC384732A2C0A4330E2E1586 , 0x4ED377A79A2E4822AC4F8D96183C2CAB , 0x3056DA2BFB8D4CE48A93F732F6AE7729 , 0x55C953AA383241B1A0D577B45312B870 , 0xD38D2F79498241B6AF04042FC959D1C1 , 0x8C6E98903562479397B85CECAB1339BB , 0x53314A8989504F40B302043F169AE32A , 0xD13A42501D30428B936D1BF6145CFB2E , 0xEEB34EF84ED14083B638E95E474DEF57 , 0x9759EF0F926A4BD79D266A850411DC7C , 0x33208B6D24EF45E4B105FB2C72BF143F , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x70EE4054CA6B4858AC71A86DBEF1A64B , 0x0B8BB5FE517A4680A2BC00AA5D72A2B1 , 0xCCEB17687E244A5BABD6006F6345A607 , 0x9295B31746C24CC1902E948B6CD65AFB , 0xB0D93573B4C04E08B298C76A272D1E6D , 0xF68CEE8194C74E2CB6D795988F8BB3A2 , 0xF976D218D4D143B0A1692393AF0A89B0 , 0x0A8FE50E8FBC4C9B85F5616504211292 , 0xB15562F2B5074EFF93294A5A95556394 , 0x7E97188F6A0B4F2B8E4FF473A0B90D44 , 0x9545900910C0470A8621223CF48AEA66 , 0xEDF06480192B494EBEC0A2ED46F6070F , 0x6F05AF985FBE4797A8F3D9602DF6A509 , 0x99131E6E80A747A6860EAEDF222D48D8 , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0x3AE19BE972A543BEB9926EFF4B73E023 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0x5E698BB89D274D55971858D23A38965B , 0xD46B68046E434107882F4E492042CACA , 0x2D5D8F227CAD458E854A3DE1CD832B06 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xE83132FBD5924BB69D28F0185E38F319 , 0x7868A6FF13B24D63860EE0C4DB29046F , 0xF654440D6F444CF78054B0C0F14C9BB3 , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0xA28D530D990843DEB7CF9925CF84529B , 0x2503AE508F24411BBACEBE2B01BD79EA , 0x26E295FDE95C405CB50B66CF2C413550 , 0x97A610EEAFEF45D9AE450F91D31ADD45 , 0xBFE9AE5E370B4328875833BD090CF298 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0xE794D635DE8A4683B797721819320327 , 0xF973A6EE457046EB8B1E19C7B03CEE93 , 0xBBDE709EBEA14475BC5138F8F55D061E , 0xAD5314AF466D48E5B86EB778C6FB1B4D , 0x041C8ED6153641CAABEF692EB7599E42 , 0x40EDBAEA844F40178DEB1FE7A8C7EC0B , 0xE95977B8E7D54768A16487C34DD7E779 , 0x70C94C3B7B1D46F5B535199DB085AB84 , 0xE6E8B7DA026A452EB323409AD06B9956 , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0x2BC57A2510F74553BEF566FA7E9ABC10 , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0xC02B5C2491064157A0814723455E1B6F , 0x3764E0EF6AA1497DA9BC4DD5426B86BA , 0x70EE9403B857416C96FA8A0C6B4E219A , 0x1D3EEACE788945C095403E26B2D30131 , 0x8BDCDD7E52F44152B6111B9009F86D1B , 0x67391B2FEACE4E48A1FF078727CB8E77 , 0xF2DBA6B5B4064DD1AA2BED515FBF7424 , 0xFF5AA2D2C7C64CE18A817C95DE4D7A3A , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0x10AA2308E3AA4816B155544BD1395B14 , 0xAD847231E63B4F6F90EFD0FB4B7170C6 , 0x1BBC37F462E942D3996EC73F65C65F3B , 0x8761BC4569FE4C6689C39B6AEADF1FF5 , 0x0C255086DCD342A1BD7072F4788CFAEE , 0xC1023801604C45A69112F49FE451A9DE , 0xD01C211313F64168BCC1C2F091E07894 , 0xAFE0B4BB40034491AC7BCF3EE3FE19EE , 0x531F2BB32991464EA5479343F2D9E577 , 0x71F75E5AD1EC4C3A8B87832B3554CBC4 , 0xED8AAC662284460B85002B795095F7A8 , 0xC6DC8BEA9C234666BC039E76421DCB6F , 0x2720DC05C39D4A60A72240B08C914B64 , 0xD280058C4E68434393696FC10C7A5FED , 0x66799A72065B4D4D9663C7970C176D04 , 0xA1EFD1173BD6428981C099D0DF17DBEE , 0xFF9980DFB56D4543AE9AD706845CFCE7 , 0x440B30F8AB86409EBD712C6B36016EAF , 0xA2E2B1D0014345948D54C4F8932E4D07 , 0xFF5B80B094F247BB81C1CC8A050C6904 , 0x934BA6CF7A4640ABB4D08851731DC4C5 , 0xF61937C6D8C14AC9A980DD41EDAF6915 , 0x1ACCCC55AF184996BE768CF969F37C0C , 0x2AE07198DBFB46D4A6CDDD41FF692C6D , 0x5CB29FC5440B46729702320AA8F64B14 , 0x80C05280F5EF4BAB9A0C585AF068C32A , 0xBC3C0E1D84CB4FE89E0A4150A65BAF77 , 0xE997C8751FAC4CA9859A9E9C9C97EC3C , 0xD51AFEC457194113B22E81AEAF2FB93F , 0x6CD1396EA58246D39A8DE490C29B1324 , 0xCD38B49B55824307BA643E86F68C315D , 0x918362C75B23493EA15AA042B43277A6 , 0xFFC12BECFC0444B4A99D36CCDB20BB8A , 0x3F19CE8E1B074CB2AEA031802DEC8B37 , 0xB86222761D59446796E71081FAFA78D5 , 0x4D3EC7C3A0914078A938E142F85E6266 , 0x5328044BBB9746F4931AA66DDFCD4E85 , 0x3824DB22AC8E4BD0B4599A37570E5E50 , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0x8BC69C4A7FE6475EB6E0778AFCCC12CB , 0x0F00667E976A4FA1933FD5DD1ABD3431 , 0x905CDD327BE941B28C590CCF7C84EAAF , 0xB1229CC5C707454FB5FDAA970E2E6F84 , 0xC628F59954254962BC11917AB328D2D9 , 0x26CFB58D138A4542AE52AFD1E3593A6F , 0xFA6EA532CB1C45DC8D0718A1AD8C3D18 , 0x807EDE3561674322A8ED23682AFFCD6A , 0x9741F73405984689A2A58202563EEBD1 , 0x97E65DC4DBA04F9D946367B7F5972DDB , 0xA099825FEB7D43B9A5039F763A1B1F10 , 0xFCE481C9E8E94844BBB0976B4EAC66DD , 0x1B2C1A85997341EF8F04D59BB35DC2F2 , 0xEA0128502926474EB905246325F11393 , 0x2075FF76509E4401986AAEB252A47EAF , 0x4DC83EF9D5A34B86AB77D2844F160FD1 , 0xDDCB7A272BCA4361A5C11A6F053C3CE1 , 0xEEFF7C7E930F43E79E981A3CC6FF182D , 0x19B2A2BF90EF466D8549E20B5FD4B1C8 , 0x67D1E7AF837F4C19BCA3C3989B8B6B68 , 0x5EA391EAC04F4DFD8353C74C638D7FC6 , 0x2E8F7E13DD194633830C69DFDDA0E89B , 0x2D020203DBB8489B8704938C4D27013B , 0x1325FB370BA1416F918996EB07E8CB8B , 0x062D13CC787348868E2680D96A86BD92 , 0xB1EE1B8A5C4C4C018F51202148A00583 , 0x0D15763FB7E64AB780762A3BA601AE6C , 0xD9AD9BC07D9448F0B0B59E95BCC67D89 , 0xFB88C0796AEE4B11B3F28E8F5FE6FD8C , 0x0D872A2A239F40FEBFEF9048B2E4090F , 0xE78EEE4D34BE49C28042466D00F82F2E , 0xD73C6112053F4869B0E15C9A6C4E86D9 , 0x9ACE78CF7ABD472B9581641DF86C2B94 , 0xD31A3D133B4D4B43AA0EF7089C2BC307 , 0xD8FD9D27BE624E5CA7352ED045D4A09E , 0x681F2E95BFAE4E37A6E2A24616B6ED76 , 0x42148A7253444E7BBAB4A8AE8CCAA5B3 , 0xEF464BE87FF74F7384EFA6016D91D127 , 0x4AF5313C097844CABC8CADE116493D04 , 0x7C6F17798A754C749F038BB588490847 , 0x730AD3BD531C4CEFAFA23D26DC6CD131 , 0xBE47D99EE46D4E159DDBCE9CF878EACF , 0x8C2481E41A8344B881669094EB365491 , 0x0647DC33B8154413BAD2C9D3A2084BB8 , 0x861B8893C8324A15AD3F2AFEA3712C89 , 0x0BE6C1CC5C8D4A6E99778D04187B384E , 0xFF0FA45BF30B4E61AD6E20DCED50EEC7 , 0x749C3BF293AB4A9BB297ADC62400A57A , 0x7D04C91565FC4778B5D21B40686F61F6 , 0x6B4E2DEC349C4B00898F097BD92B5E9A , 0x4A9FF0CCC1D34DF2A355B732AFF60588 , 0x27CA355FA1134BE9A8844E6ABBFEBBEE , 0x69FA34DD2AF5429ABB86901EE7221702 , 0xCA224EC76679424D8C2DC947F02039E6 , 0x7FF3B3F601B04F6595239D364A86819E , 0xA6F7C8BECC4B415F96B65AFC997CF3D4 , 0xCF548DACE57E49E2AB200928F7CC708F , 0x4F463DD4D2CE49C6A00474549FEC5591 , 0xCEE93085B7FF412C969466FC3984E9CB , 0xB0D2CEED22D04ADE888D000CBF6A8745 , 0x1C484DA9B3B147F6A76F8882594D3072 , 0xEA0662D31AAD4352BB16A6B31EDB07D1 , 0x11E82F3879F146199C413DF3478FC820 , 0x34327BE5DBB44895945339588A43B466 , 0xBFCD7D83E3824F00BA86A7BF80940C88 , 0x817655206B99448CBD68B3302A622981 , 0xE08D5535BD5B4CA593AE61B710B78113 , 0x72514B1532B64F73A9FBF47BAF255AB4 , 0x76B7ABE8A51E421DA1D8E557B84C7CE8 , 0xF3EEDFF565E949CC87A751DF8477B257 , 0xE576AFE312EF41EE8CBB8DAAA149271C , 0x1076C9E5754C45488A3FC0D8A44C638E , 0x6CB91170BC6641D8998F5F8886377C0C , 0x69D50D5F3BFB4F5A9A9FCE48460CDDB8 , 0xF3A7C98109C94A078CB1D75554B0E821 , 0x9B8D82ACF40E42BF8A28012BE3053B04 , 0xADB42016585941A3982EFE96F98DC6E9 , 0xA493BC46F0044218A75E231431CDCDAC , 0x5EBB1EE0ECAB4305AE161BE719F5A35E , 0x41FE9E0FAF8A4C65854120F87C614BAC , 0xD3F71FAED3CC4B4F87C677874C73C272 , 0xB6555215FC0F42FCB64E6BB393ECB1BF , 0x1693FCF925C44810A563279843271136 , 0xFEA120318C2D40E98928AF68E6C9493C , 0x64C9FF68AE1F4E80A64A6BE6D5D60DF6 , 0x0F12CA6072F448C1ADD7A35749BF5F36 , 0x5D0CF988FB694DC687D8E084C0A13439 , 0x21A826B452D540089C27676468A7F79D , 0x541D3D184F524BEA9A11E8BC250E4E1B , 0xFE1BF031DD6741D19C5EA970C252CBDD , 0x09C7AE08E29247BC93D1743285A061AC , 0x6E727588A1EA4A51BD81E8646ABB830B , 0xBA5091FC268742B98C1DB12F2EA17931 , 0xA86883D6BC3D4B96A33AA90F877731F2 , 0xF7A2FE009D8B4BE4B16F874D3D880338 , 0xD002CB1BEBFB4FE281D3B521312CB604 , 0x158160BE218F49B9B600ABB51991CBDA , 0x7EF6C60B0AEB488C81D12E6E2F046AC6 , 0x5114F6EFB07649EA9B5BD1CBE33CAE2E , 0x0B67E9C551E445A4AFD0D30A7D3AF207 , 0x2FE5E5214E9B418CA1495AF1A0AFBA6F , 0x52A44EF6ECC048AE98D95537921636C4 , 0x29B847EBDE604AEA841C1B273CEA05D2 , 0xD8D39A0191AD41BD810877A96F931135 , 0xBB0C978CF3EB44AEBF23EE1450072BF8 , 0xA24A381F6AC945C7A40CF03A21D33C2E , 0x351E4B12797F4094A3DDB89A07D51464 , 0x937FB788ABCE466098EE085ACD6D5021 , 0xE1F6230C34D446DEB241A1404AD44B00 , 0x2D8755344D0F435C829956E143465FCD , 0x5226CC6C3E574DFF971A798F050E609C , 0x21FCBE73B51C4013A25D1CDCDFB7973A , 0xDA312B89B023464E87F6EC89FC7C2B29 , 0xE01626A697E646F689C58B1AD7F50DF9 , 0x5ECBD967074D47D88D4912CFE35C5EB3 , 0x62208E44AAA1422CBA37C62218607C82 , 0xF4A101A5D62A4E50A4C778B276D6C55E , 0xB691F6FE3B6D49E69BA7EBFDBFBE6E6B , 0x2DD49DBAA57346909B2C79834ADF3A7C , 0x1410C4394896444AACF20ED36DDF417B , 0x026D8FD68A6643E89C5E27B3A46FDEB0 , 0x2CBA78575F0D4E5DA746EFC77A8009D4 , 0x945E485343DC47E19B8CC2F87B0586FA , 0xC962823794244E439B69C2831DAA1C49 , 0xE256B57EEE65462FA04EDE267947A552 , 0x9D16518845274D998B5F0F970349AADC , 0x01BFB1A11E3341768185CF1437C72934 , 0xD288CD1FEE784F93AEE5BF1D293B470E , 0x4B72725996AB40359CA4079B68E600EB , 0x757F0D0DAE684A4E9653400F921F6787 , 0x95D08747F0ED44BDAB07EB9D842F47A6 , 0xA49145F9CCCC4596841681AE9FBFBA44 , 0x010B721E26314E19BC1B4857F82BF2DC , 0x5964B314395A4A6B81787B5B8CF433A2 , 0xFEBF9481DA6C4A8C834E56C75B036918 , 0x6C584CB83E56417BBB988FDACB1591CC , 0x13F2145DA56846FF957EDB5F00266B0C , 0x99C7FB649B3246259DC97233B55126AF , 0x67CC836DB832404FA4171EA8CB401034 , 0x3876008AA76F4508A23F8B0032FB8348 , 0x06FEBBAAD1EC4003ADEA2850AD1D1055 , 0x80D9DD705E6E40F4B522160965947730 , 0x74553EDA248B45A49BA21385943DF95E , 0x814673BA49A4409793447481B4C32399 , 0x9B3B15B2F80844D1BB545A1357161662 , 0x61183C4D275C47FFA2D7F0448042A479 , 0x64A9AF2857AD434C8B9A570731DDB51E , 0xBB7D8A01B7264492A6A909B8746A1551 , 0xE5FFA708CE984619AEAFA104750EED13 , 0xA081D846B9874B1485968980833999DD , 0xADCB48106A21453C98832BFE62866A54 , 0x489C86B0EFCF46AFBE7BD27E3C4BD40F , 0xF39E9A5F2B7247A2BEE155B571D480EE , 0x16F07F9517BB4001952E9D90BF731D1C , 0x444857E51D3048A69359EF6C849BD7E4 , 0x9CA2DFD74BE547B1AA86EFF45CD2ED7D , 0xE4CC7CC1C37D4AEF983D1DC72787603B , 0x5BE112DD36B14850984AAD1185A7518C , 0xB52E1B0F2EA449E688796DB58D1D6EA6 , 0x5CB7161F18834128B5CE919E1CF41BC6 , 0x6D354EFFDDE5489290F6530F653500B0 , 0x6D759189C4A14728927A26B23ACF20F9 , 0xEC7DFAFEC1204E5990C99EC9EBE19D94 , 0x7F5C5024C9DD430883C117570439F39B , 0xF7512EB04A554F7D99503B60E60A5B2D , 0x17FF697DD29E450B9A29C6972EA41BA5 , 0xAF77287726384CF7ADA2F43B546F5E60 , 0xA69D5C7402994073988CDD566036BD14 , 0x42A495F04E4D4C14AAE285E6ABAAEBD6 , 0x6B25E01CE660495CB08618E144634079 , 0x8F3161BDB8764451B9BEE22F961810F8 , 0xB2F9834EB99941638C4FC2C17DAAA268 , 0xB7FE95C53FF24DDC8321BF596A086E3D , 0x0480CF6C01B44B77AD919BFC5C8C10B0 , 0x07B9D9A3DFFB4190A0DC531A585CAC14 , 0x891003F8928E45089F992FC9D55C6942 , 0xC2DF9BC5C07545F187535E63CFC542E6 , 0xDA6295D6E26741EBAFB1B1C83527038B , 0x4F3E44CBEFE84DB9A90B66026315C4D0 , 0xD7B3A5468E3E40A982DB6CD1FEAFBC57 , 0x0B5F677BCD0F430993B023BBCAA6DD54 , 0x3CCDC1A113D8457A9C4CC7CA8926F865 , 0xD3BBB79ABD8A482E80B25490C9B8B0ED , 0x30CD49853F0C4D3B9FDADD3D4B3661EB , 0x0C6C9EFF4A2047B49E4AA3497760F651 , 0x592F5006919440E3B25AD4EC52121A04 , 0x432D9616CB4046429DD67AF398E80C54 , 0x988B671C705244ACA2716A2408687123 , 0x3F5E3337D20244908BF2C9C878E760C2 , 0xEBDB3F4782E14A0BA90A917A946C878A , 0x474596D0492F432B9452F19F8F7C65EE , 0x25D956B2F2DB40A78B9EEE88836D121E , 0x33607D10BBED4A2F96337948F9F0DC95 , 0x95D3714074084C3BA682EEF94D7C8B85 , 0x6701FE7F2AF744CFBA2833799EEA6F13 , 0xB43DE9E471A9442A9C845D14FC6559A2 , 0x667EF325DDC44A6AA59DD6C8258CDB6C , 0x8BDE5E9A97034AB28250C4B5495B2E85 , 0xCFD090E5177841249AAD0A868A2ABE7E , 0x9FA306C764344CF2A08BF02D94840004 , 0xC6BD1948BD1447D09154E47900A9A18E , 0x8DF3C243B65241C78BCB534B6025F147 , 0x9C9A673A941347F08CFF13A09457FEB6 , 0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x3DD8389370984D7782EDEB34D0BD805F , 0x89C7C39B12EF4800AF0649B3A826A1C2 , 0xF0585186787444A3A1D853F2F5BA2B75 , 0x47A93EC150264E28A91B0AB6C8393B23 , 0x97417C60899F440B95CCE29025400F85 , 0xECA6C61D1BB64A79B61B8EA20342F59A , 0x3FCEC18E38194644BD78A30F29B2ECE6 , 0x1D37699AE09F4A9A9D2B7CADF3C8A664 , 0x2BA1F39F62F8498B923C1EBA8A2C9C6A , 0xE9DC974193E947CEBE057B7A3219D2E4 , 0xF56484A74CD14242949BC2B3FEFC3CF0 , 0x8ABFC0EC0C7F44E2AA9FAF778876DE2E , 0x0111F8535A3948E8A96489CB9D915F48 , 0x56D7E06EB90F4444A6AA37B6CFC7E0F0 , 0xDA85E2F2A6B145E0A06146C9014D4C6A , 0xCE94D0CC7D7443AA92BA14CBFDA2D6B6 , 0xD0CD070031174C828424DA3D57FDE969 , 0x7FF17188307F4E7DA79641C2699DE90F , 0x4B74014A94154AEFBCBEF8FC606FF8E0 , 0xD3B743ED0E754D1CA5FD15C8F541E19B , 0xDDBB29D96E3D42048C9C450ECAC73FE4 , 0xFBF480D78C31411CB61F9F5880799938 , 0x41A189D7B2E94724B98E61FE74F534C7 , 0xE65CD05F0675472F8F09D1175C6A6E73 , 0x915724EDBFF24B7F9FA21CCF1E5805B9 , 0x73FE4778482F458C89C92C699BAFCE4A , 0x86F04E70E67F46568EB521825176C31C , 0x0747B3EE39E64E3E9006D03147A95E9D , 0xB8DA2B26CE92471A8AA59C0A98BDF736 , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0x7126C3F2D9C6420398AE492FF0F465FE , 0xC1D9A6921848455DBEBB22C984FC8E34 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xA72F5551539541B79CCDB5B8645A79F1 , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0x8689BD201927489797B669C72E045EE8 , 0x9077DA2A2CE24EDD9AC067B169B1A104 , 0xCD4B824EA48B4B7E97AEC104FAE16EC9 , 0xFA1DC96797A84685B561A897F777D654 , 0x749E039F8C104575AE7FB9C644AA3CD1 , 0xE168DCF18F144133B5B7E214ABE584FF , 0x2D719095F3994B7DA860D4ED1EF5F4FE , 0x8F42BA02310642CAA0477C5CE08D52E5 , 0x83841DF5E33845F394173B50624A30FE , 0x0E7EDB8814F046FA9E6590ABBCFCE639 , 0xA2C5F69EE00F4DE381FB3F69ED1EA10E , 0x6D8DD0AD10704C33BB6A0953D63248DD , 0xBC8F72E002144AABB0D036BDF9986F66 , 0xE57B27EBABF34F51AB9D48FAFF828C31 , 0xFA84FDA293614239A7FC94CAA49B05FB , 0xCC5C29AB14EE403D8E1CFB7C29E67F7D , 0xE7958A94DD344BB99777B666FF262526 , 0xA2A85C36E88A48ED867085C77E371EB1 , 0xB596FA4A31504C48A4B42DB875BA4294 , 0x5A4FD7554CD548CEB65C41371ECFC3BD , 0xB81AF3BA9EAB4D5AA6AF4C7D39529FCC , 0x41CBF88DD62543AAB50615D6C5E57B0D , 0x1AA7760E025B4D2581D91545E65637D9 , 0x6A82C911AF8F42B39BB29DAA346DE997 , 0x73C9CE627DF04B54B52CBC516CD3B10D , 0xF0E35B28DE174427B3C34FAC73085419 , 0x240AF239091843EEAB35819A726ACB90 , 0xDC3657F8B05A4D2DBB0DD66F6633F8DE , 0xCD95379199A5406D9C46ADD05F4C8BFA , 0x9CB7F32A8AE54DB9BAEE55861D5DE426 , 0xFD23B9A0FBA645699CCA21B095960FFC , 0xC5ADE040A70D4F22B34CAEDC3D93C441 , 0x7AB4F209095F479DAEB7052CDA65A52A , 0x4EFF0540DBB748D3B39B989D37828734 , 0x081DC4AD32DA47F8A5E9C9D165565072 , 0xBB4D0AAFE8CE450F9F0EA759A2253DE7 , 0xC604732E69E54395A57431B3DECBCDE5 , 0x2C09D73BD90245B4A8C7778D55FB0D3C , 0xC71F63802FD34787AF98F22E4A8F5188 , 0x5E6D2544CCEF4761834BECDC68B08E44 , 0x159B67BFFD63444A9781719AE6B545E7 , 0xE0A691E8D099481CBCE7E3E4217B1945 , 0x0217734EA93E4162ACFF209D83B739FB , 0x87A0B31FC3DF40D9B7CF1B6BFA5206A6 , 0x73A798034B6545E5BEA76EDC19C9BDBD , 0xBCC6D8F9ADBC413CB1CAC1FD89A0D0C4 , 0xBCECDE65E3D649C994FC9818C79C5148 , 0xB6946408060E49E49EBB9469CB84CDD9 , 0x0BAEF82CDE864F539D677A178CAE3A18 , 0x1084B70E0273445E85A29432A32E311C , 0x65B4E756F4474019B2B2452D8D1B224C , 0x67805B52A9F44FCE88BAEF65183A6DBB , 0x148FE2D740E846829279FC7C1F643C9F , 0x3410B846409243BA8F817BE282CB5A55 , 0x0A331222ACD74A0E9E08D7A7C95CF4D1 , 0xB0E53B9FB82A4310AB995285D3068DC2 , 0xD28670E95C3C44A5B2DF2A6EDB98DE79 , 0x55DB626078624359BA213FB9B1349AF2 , 0xB1B9FDEE08FF4C7B8A847DD96D95595C , 0xD7AF7FEA304046B7BAC4A7776E343A49 , 0x12F93E8203D943C987658EAD780E0059 , 0xF401EF26FA8242D285402F9E201758AA , 0x92BE699C79114A5991B973DDF6DAA013 , 0xF08F0EC4F51C436F91F2BA6583378EC0 , 0x1F177EBEA7A74A3589E30EED1A97752D , 0x9260C7EDEE7B447AAA3C3686DA7F20E4 , 0x28AF998F92EC48BA934587CE5CA0C90E , 0x752C988BCFA5489CB395F551D8D782EE , 0x72A9F1781E754B2198F8826A6F71F5CB , 0xF4A00E2D169142079C451C307330FD6E , 0xC0BF2EF7BEE34D39B2E240D343E8A706 , 0x87C6574BC8B44C33A696F1917C5F0834 , 0xBB47E9383C1A4B768B80BC6E72262FEF , 0xDDC0C256D536499BB1915BA07C74D30E , 0x14AF32D3DB4147ACB046FA421616E50F , 0x22C6FDDC66D44BC5ACB639400BEF41F5 , 0xC91B25FC051E458AA7D52A63CBCEB487 , 0xB17AE0E53B44477295291309841D045C , 0x90E1C8DA1B1E4A62A3DD3C24AA302BA2 , 0xFC5A03670CF94CDE80A990EEA0DB8E18 , 0xEE0BF03BF44644B0844A0419DD10F6BA , 0x778663E267E243158F8F9856178CEBE0 , 0x7DD79C471F024EFD892F00FA6E83D57D , 0xF5CA7258DB5C4AFCB1F10B3468075F4A , 0x5C87111504E444B888B1792D4076D1E1 , 0x56C7964019EF41F585F5066ACD7AE222 , 0x7587B8731FAC40A9BC731AE9167A44CA , 0x44BEE7C8BF264F12905CE8F20941524A , 0x8A182B21F5024760B1056961C3E086E4 , 0x3BF2BC921423452A86AB1260EC98C220 , 0xFB602DF390164B65AFFD67CC9A2ED1F1 , 0xDC22873517F44F2F953AF54BB7A68EA0 , 0x68C439D9301A464BB0AF9F1A035D2450 , 0xD3087C91C4644B168FE53D4B16ABC519 , 0x24D2C2CA37C74E36BEA954596B6DFA6F , 0xD77BB67537B841FFB93EA50A41ACB86C , 0xC8C9E21A3B6D4127B04B4DE48C357088 , 0x66DC22B184EE47CFB36276D819B06084 , 0x0FB17958D9654B9C9B30535001C901F9 , 0x268FC412578B406F8945566B61785612 , 0xDA9061E2F1EF4C4FA4688C85AE4DD603 , 0x0B796E0C7BC446AEBA376DFDCBCBD2E6 , 0xE433FEB30A324EFE8EA9317B50B2B0C3 , 0xC4F4220CD37744B49A8296914639078B , 0x9922611931C64C3F8E12BFD06A9DC01C , 0xE107EA3280D64FE49F60C8E1F699EA1C , 0x7297AA5B4E0F486785A9C9A12BEC7E01 , 0xA16D92237AB9441AAB63138B567888AD , 0x8ECE3612F7B44FD2BDD16D9C40FEF6F3 , 0x5BD08049ECE44B7E9CD9689BEDBD1047 , 0xABDC821DFC124F4BB3F103BA037B8A1A , 0x2E2F27D6734F4CB0A07E12574A91C66B , 0x43B8DBF5D1EA4BAAA0ECEB679685F1FB , 0x127A24334F7F41CCBD4190626F22838C , 0x84C78DF582C94899AEAC39F22425CD84 , 0xD98C8C74744A4988A4F1B2417729755E , 0x771844D937A640428FB9B94437B5A638 , 0xCF91659F35B44FDA9FE1B3145675F29A , 0x026A36EE517B4A48AEECBA6E6A0FA27B , 0x6C2696A118584BE6983255A331EF7874 , 0x782C7EF38402477A9957788127084BEC , 0x5625B687DDE5468A8BAFD836061C81BA , 0x453CB6A7D1054B6CA71308ACDF2FC150 , 0xBBCF67131999441A954EA4154C3F5AFB , 0x064DF466CA914D0F8DEF3C68BEEF1887 , 0x56A96D026BF049338B0B6DD3BD7A0BE5 , 0x7F53F38FAD9747D2923D1270C28747F9 , 0xF26ECBE6631B43BDA38F228E31C1C8F3 , 0xFBDE07FACD774F74855D8D47686F9818 , 0x0ADB99C7ABA642DCBBB3FA69226A51DF , 0x74C5C5C14CAB4AE9BE6A1EA52D35AE56 , 0xA4D11872080049089F3B4A598F706940 , 0x37582405C92248E4BF22AC837309396C , 0x7AF93C511A004FD08F0C4FCAB8B804DC , 0x6599B7D7C2AB4823BC69AC4EB29EFD74 , 0xE455D39404884450A85B3CF0CEAC0D31 , 0xC102C2395C7C4A409C12859014815AA9 , 0x4860F5F455A049AE80F2EF129CAEC1BC , 0x22234227AC2A4672ACF0E60152F0E373 , 0xF8EB3F4099C0468BB7A1D0568C3D423E , 0x0A4ADCE2C2ED4B029B1A4921E13C204A , 0x6A6E4D80888349CFA6963CD053577D90 , 0x10B6A228666448CEAFC5074AA7B660FF , 0x79AE5B1A45C045BDABE6355227DF2B4D , 0x88B50903F46842A68918FBABCB015ECC , 0xAE475DA383374EA8B26F92EC8BEDE2CF , 0x7C897CF1DDAF4CA6A927C41CE075EFB6 , 0xA8C4B474C1CB41708ED69AB77057795D , 0xB713D87D42844928A82FC0D59B254B3B , 0x6D540B91FD6343FAACDFF28C1F40B0DC , 0xF12F9530D1F743C095FB311297311D07 , 0x4EFA915E5B8F48AEA1FAC617EE3CD696 , 0xB1646D4ADAA74C738C972CF991D0221E , 0x92568C6F16F74EAF91DE377E45BCBC7D , 0x4F1B71E8A87E4836A2B60EE5CC00C7B3 , 0x60FE93E181114ABBB5D1D556F6AB352E , 0x3048361232D742EF8593593C60CE0880 , 0x3447D48A34E948A8BFD41DA963958FBD , 0x718CF07CBBBD4133AB4FC7FD82938D52 , 0xADB524C920B94F9F9EE3C6680F745BB6 , 0xB22D0F6ED42E4DBE89E85685550B3D25 , 0xC8A4B68A6D07413683303BC2D8B9F9FE , 0x3E9FCC3AEF6B4A54AC5B517D56519034 , 0x8FD6703DB3194E48B55DFD519146A99C , 0xF1CB75EEAC6140A78D8A9F3569F469DE , 0x0D30140C438345BBA399412F8DD2D7C4 , 0x908989FA6F7945CC91E296B1BACA1BFE , 0xBA074CC301934C2682C77035AB273740 , 0x2A3A57074AD14D589462B7E3FF6ED5F1 )) GROUP BY `product` . `id` ;
Copy
83
37.32 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"½\x01\x1F o\x1C .@n†5^Ï\x16 ¨Z+ "
b"\v J\r bûGNzŸ&a~D‘™ "
b"Ô\x0E Q\x05 JŽEL²››ËíööZ "
b"\e É|Ó¿¿K¶«\f 9[ºJX╩ "
b"Þ~s²EaDû¸?.ã·ô‚P "
b"wyQŽ|EMu«1¶:ïæ?2 "
b"=õ\x18 rËÜH¯ˆm¾-¥Ûpt "
b"""
sËßä\n
"D■ÉÕ\x16 µr=·a
"""
b"£µÊÝ\x11 žJ·…[¢8²;ùh "
b"«\tÄ1█GÏü°ý8%ç+¼ "
b"m\x06 IG®@L'¾É+JÈî¥G "
b"\x07\x02 │░&\x0E Jãíì(¢zÔID "
b"▒\e 5\x19 " N┼┤F\x05 ü1JÒ\x1E "
b"%ŸÄ›\x1F ³K\x0E „JAk·\x14 UÈ "
b"ÕU?À,aBS´õÖ"Ø&“. "
b"}—ÊŽ(éCŒ£ó¶Å*s;g "
b"ø\x05 ô5¢æ@Zµ·Ã”þsœÌ "
b"íàÑèür@>“RÐIœÈâ| "
b"\x0F k\x17 oQZOן‰ˆŸvße) "
b"¯o¬ì'¸Iaò:Þ_O=┐6 "
b"""
rC߆®\n
CÚá§¹˜8ã©
"""
b"{ó&¡║NAxì7ßþü°ƒ= "
b"æ¾\x17 {£»@O™\x11\x07 ð¯ú\x12\x00 "
b"›?šW\x1F †HÿŸRÊ\x04 ˆ!“î "
b"A\x06 (Ä|I\t ±/xOM,\x15 3 "
b"?XëD?ÆHíòÉ5Ê\x03 ?éb "
b"ÑØk¬;H¬â>wdS¬·‗ "
b"Ñü§ð#ÑL&º¡sð\x11\x19 ð« "
b"ßòµðm3Câ±\x14 ˆ'Ѩ*õ "
b"Q\g\x14 ™8L\x05 Še÷ö°ö\x04 L "
b"äO[Íå¹C´—\x17 ÆSßGذ "
b"|‚ŒïxcA„‘]ÅÌäw˜Þ "
b"eЩ¿\x17 +AÇ¥³N[ò˜3È "
b"±ëåêT[@\x14 —‚ó›:§\x17 × "
b"š6%' áFj›}„¦sql "
b"\x02 `•¶œ‚G\x03 ¨G0Ûí\x10\x1D ¥ "
b"&6¡D0\e MɉþžGïyû" "
b"ÂÍ„:\x11\x1E O€’1\x07 ˆ1Šü\t "
b"\e\e ì╣íQ@5óÌÞÅ_\x14\x18 g "
b"õVL¼m,Gì•ízvÅ?°‹ "
b"|\x0E Û¶ÿ5EÝ‘&û8\x10 ¼[k "
b"╗Ò#¯Y4JtÅé\x01 )\x1C └å│ "
b"›0óýãzBO™…s\r ?\x0E Ã\x17 "
b"_Lâ\t\x04 ¢Mä¥òŒê?\†N "
b"\f id&¶€A\n »\x01 Ò“5P\x00 ö "
b"“ã\x05 „4ÈIr½\x1A aŒ}\x01 ‘' "
b"│)õ¿0áFtì5¥\x1D )h±# "
b"A/w×þ*C7ïì"\x13 ¯\x1F ?' "
b"üÜèw\x01 'JÀèu2ñª\r ┘î "
b"ý>¢zžšL̆æW명Žs "
b"=DÚW\x0E 8Nåª\x11 ©N\x08 ÂWb "
b"÷\x0F ”µˆÃO\x19 £o\x10 ìùî\x10 x "
b"öRŸMÑ"IA³œÆÁ_CÄÆ "
b"\x1A APƒxcBü‘8\x03 ò3È-Ž "
b"WÉ\x19 yõXMº¶AÅôÙ·~z "
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"\x17 É\f *yxO▓ÑÌ\x07 ¾└â´[ "
b"\x16 Ü\t\x07 xxDø‹©€> •\x1F à "
b"-▀┬®+®CRÉÆ1wı'0, "
b"\x06 Æ\r µ+ÀK\x15 …'n†A1ëÀ "
b"µmwK¼ŒKc°ŸA\x1D VæË\x02 "
b"!4"N‚Bä¯~5\x00 cs–Ó "
b"@\x0E šæ|¢Cè§aí÷Ctu4 "
b" VQ\x00 ▀L└Éáz-!\x00 ╦£ "
b"ò·öæ’¶HH¦`{¦*)ºQ "
b"4¶f4wcB┘Åc;ƒ\t ▒§Á "
b"OÑüc-ßNèôS┼\x00 Ãð\r ¯ "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"Dož&ÎJFf‹Õ×1¼7â\x7F "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"“\x1A Ûµ¯bI£¦8ÖÑïK,\x10 "
b"ý\x02 al8zL.µG„[ÿ«¶ "
b"åQ(&\x11 V@\x03 ¸è\x0F\x1E\v 1H¡ "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"\{aRSïL™¯±,\e àj\x0F t "
b"úÂì§Ê^Keغ\x1A j¶]ên "
b"\f 3—ôD˜Ge›œ\v Á\x17\x18 Ù) "
b" \x13 Ø¥À\L\x17 žÕîgº)[\x05 "
b"Ohq¸\x1F GOâœÌ\t ã\f ~ý” "
b"─åÒ\x1C kÓEßè«.\x17 ÂÉz║ "
b"š\x10 ËÛ˜ôA¶«K•¡K\x1D æN "
b"\x00 m–:S`D\x00 ½Ó‡‹¸’åÎ "
b"ê\x01 56»\x10 H8¥(Ä —$ZJ "
b"\x7F ª\x0E 7^’A¡ŽÜIfÕ~Õá "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b".W’ö©yJIƒ\x0E c2œ§ež "
b"'¤\x1D ôÚPD´Åe\x1C ¬┴Ð┐½ "
b"\f\x15 ÑyDLKn 0yÆ#£\x0E © "
b"ïõ*É▒╬Iµ®7Î~3N¥ "
b":Ò't§ôGSîìoI\x11\x17 X\x03 "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"u\x01\x04 ›¤«I\x19 ¹oÝ.m¥Z{ "
b"€5dZ"\x10 Ei…»ZÇÈê— "
b"\e ™\x06 Gç¿@«„¬ÎvI4Of "
b""n\x15 ├×ÊH\x1A ì7@\x1E\x19\x13\x1D x "
b"║▒\x0F ÛfûL·û\x1D |*iïÉ\x1F "
b"×┐#½╣ûK@û]Õ[Fäü1 "
b"pU \t uiGôšËx¡Ô%yà "
b"\x17 ®\v ¯\x00 ÅHî•J`ê´Õ'Î "
b"T>┴\x08 ÐhCìà▄R¹┤ ¿5 "
b"\x1C ]ª\x08\x06 ╩K+É┼zÝîvNh "
b"v\x04\x07 <PpNÿ‘È\x18 ¦Ý\x0E ýO "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"½ì HcQM”¢\x03 Ï7›¢ü "
b"\x1E èæ`“ÿEÕ³Èy\x1E ¬÷Ëñ "
b" eG³tÜDȃ\x1C øKȈ\x15 a "
b"p¯\r ‘M¥Lÿƒ\TÓúEÊÑ "
b"ª*®¦œGGz«Ãª÷#vf“ "
b" !í;'QI§»Î¼ê>>Q "
b"›ý“\x18 G>Lb¶à/åæ®Îµ "
b"í£%µ¹@C─ø\x14 TüDö└┌ "
b"§~š\x1A\x14 ØIN¥>ø×\v ÞÞï "
b"\x02 :HMæÒCõ¸ü\x1F Ûy‘!g "
b"ŒÚ\x06 L\e ,K’ŠË;“\x04 ¦` "
b"Û¥pSE\x17 Oh±1ä%´ßR\x7F "
b"""
\n
%,\x13\x1D àL®„âˆ\x02 cÉg÷
"""
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"-+«\x14 fþMà›ù¶ôÏ_‘( "
b"ÒôoR¸–Bÿ gïv¢+oä "
b"ö+,(¾·Cù„T~0=±Áï "
b"3˜N–êªC\x0F žúíà÷Qê¢ "
b"qÊõÏGUF³šø¼gij™„ "
b"ˆœ?\x15 )éLß”m\x12\x1C\x03 ã>c "
b"\x02 ˆ\x13 *ý_Dm€\x00 Ê‘“ç¯x "
b"\x12 <sìw@\x1D ˜¾ÁLXóV¢ "
b"œLû.¢óBiž4nú’ì\r \x13 "
b"8}8@Ó8GjƒÕÄòÝä³[ "
b"Kô…‘s!D°™Þ?]Ø\v Xì "
b"""
ý]ÐNRþNh¸ˆ\n
0éñ±O
"""
b"ª,ÿOCêE¸¯ ÕEên\x18 Š "
b"¢ÅèØÐ¥J»Œ4uû\x1F /\x1C k "
b"èmÀ˜@ŠDŸ˜²Fu\x12 Íq– "
b"Ð4\x06 LúpDh¼,-p5â°÷ "
b"Rj.žø\x17 N!›\x00 •U‘'ß+ "
b"M¶øZÿhJ╦ü¥_└{éø³ "
b"\x08 mˆ ÏwJ€˜Ÿ\t !EKYt "
b"LüòäoðO\§ŠG…†©ñð "
b"\x05 ü▒ºÝéADäÙHÛU[?\x18 "
b"º+¹Ù£pI\”øÿ2avƒá "
b"\x15 à\x05 3¥øJ"³UŠ\x03 t^2 "
b"ÆC6mÅîF¾Åû%ıJªXÇ "
b"ßÊM¥‰.Cˆ²ï’›Þ}Ç9 "
b"!£t¢)GGö£\x08 TS…\x04 ๠"
b"¤àü?S.Ir¼i\x18 øò\x16 ®O "
b"\x10\x00\x05 -¯€NʲoÊRëN7E "
b"P`\v ¤\x12 %Cʉƒ%îwIAÞ "
b"O┐}|ì\x13 HÄö}\x1E Æ▒¥¿| "
b"b\Ë`\x16\x1F E$©pKiÅ\e L± "
b"4\x08 ¸Ëý█Oìz\x11 øÑ0É└ "
b"""
\x13 $\x0E }…³G^½Â\n
FZKRã
"""
b"È€®\r lçHµ‡4|‹™2™% "
b"¥ù¿«\r Z@øˆÁ\\r ¤{‚B "
b"Lþ«Ñ\v GM\x05 ±\t ©Èœö½\x08 "
b"4çzs7ñEŒšßc¡È=Qß "
b"\x13\x13 jˆ\x1A ½Du¿ue·Ò\x12\x08\f "
b"’ÄmMÅ9MÓœ2±\t Ë!Úô "
b"\x16 ®?àGlKž¹š®ÞUy\x1C Á "
b"ß6ËM¶XCò¯\f Hd\x15\x1C /é "
b"ƒ¥\x7F Á'NCIüjô¿¦.c! "
b"\x15\e ì\x1A BÈL█┤°Ë:6\x04\x19 ╗ "
b"G╩Q¯ƒÇD¡ì┐÷\x07\x17 lKã "
b"ÒPrŸhÀNUŒ\x03 |RBä\x15 { "
b"\x13 m9ïLÉ@\x1D †_h”Ë6&v "
b"Ïï;\v }’HÉ”ðØ\r ‚ýb& "
b"Ö¢ÕØñ›H+‹a&g†‡™\ "
b"$ÔÃ\x1A |KNÌíîÑ▓É┼ýf "
b"éæ\x16 s¡ˆC\¾œ3™]Ôâô "
b"ŽbNt¹\r C‹¤J.È\x1A _\x03\v "
b"ýc\x03 ÉôƒEð¼AåÏ\x01 ‡?\x03 "
b"*#àã«qEÊ“^ñ.ÛØ\x07 Ú "
b"\x17 #*\x14 ØâMɃ?x·©A\x01 "
b"n±╔┤ð\x15 NKÅhîp═└\f Ì "
b"tÎ[ª¹¨A%É<\x07 @#╣¡ñ "
b"Z«\x08 ‰J\x0F KZ€ìð1½+Þ\x03 "
b"@嫨ì\x1F M>º`¥}\x06 †îB "
b"æÏÏ÷\x1A »Iå®ÿ¿s\v 7x× "
b"9î÷îó§O╔ë¾xűY▀¦ "
b"Ôñaü–JJ‚hCN£K~ß "
b"„Bãô\x15 v@ãŒ\x11 %a˜\x18 T£ "
b"ó88–þ“J²ˆ¥\x1C "K©{S "
b"¬=èjåxI‚ž‰$~íL\x1D Ÿ "
b">C<Àd\x19 J¸ =d{\x14 ". "
b"o“Â`Ý?GŽ©áQ;éàM‰ "
b"Z3¸Á‚}D\x04 ‘Ÿ\x19 ¨ã[ÕM "
b"¨CA,q\I\x18 £çZ¸É7¿è "
b"ëP\x14 ñ7DK\x1A ®y±\x06 Û©þt "
b"q#e]DçGŒ¦G}\x01\x10 ¬Pˆ "
b"Ÿé5¥‡†B›€s7$¨oá\x19 "
b"‚y†H\x05 _Dÿ†q]çÀ((e "
b"å┤àC\x19\t FðÅÀU¯╔\x1A ã\x1D "
b"└,±ïì1JG╗eúı0~uB "
b"HNP¨ïåEˆ\x06 …S"»§q "
b"X±ƒçr\e Hg¥\x15 àouÒæ\f "
b"ÃVÑ\x10 ¬ÅNáà×-\f r┼7y "
b"Õ\x7F ’§»qG¢‰š¡\x03 3éYB "
b"┤ÂJ╠ÉãA\x14 鲨Â╚¨oI "
b"╠\v Ø1█<I«╬¡║\x15 ä▓\x10 "
b"þý‘…»\x06 Mp‡ \x18 Àëâ2¼ "
b"\x10 >┌ì╔\x1C NHâCÈæ\x16 ═é╔ "
b"HN\f !¸kOK€RC•…·ÖÌ "
b"Ÿ].}›tMþ²u·õ0Aåå "
b"2Ø\x0F =i}K%ÑÂ\x17 nË (0 "
b"Eº!wbpIw¡c‹j\x02 ©Ô "
b"ƒ)4š_C@c’òîg\x07 U±ê "
b"─ÛK£ø║G÷æuØ\x14 ╩╝¦ë "
b"ö¿WǬÜA@Ÿ\x1F <I<bä` "
b"▄]\x00 ÎAlM*ïÉÄ\x16 Ú\e m\x1E "
b"^™i½˜†N©Ž„\x07 ìÔ¡UŸ "
b"¨]+盩G!¤‹\f ¼nD#! "
b"É„3\x10 &òIjƒ:φn\x1D P€ "
b"\x1A G$æÕÐKƒ¨3\x1D fî!͇ "
b"G6Ê'^FD©”é$ÈÆŠÖ5 "
b"┬¶o/ã0KëÂók11¦|É "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"\x19 Üï§ÌóKê¿EüGŸhÌ\x1F "
b"æî%Æ\x18 ·E!{40…ʆ+ "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"┐ ±ÿ7Ò@8üýÝñÓêcï "
b"xû¨m\t\x1D A\x18 üÿ6¡▄@X▄ "
b"""
%Ô\n
à‰ãKõ¨h¶fÊ\x06 §\x0E
"""
b"gÌ┌\x1E Ø@E×öp┬2dNû? "
b"ûW¾\x7F âOæž3‘\x06 \r êïÞ "
b"ÉÊÈØòÔD╩û8SÁ┼P®g "
b"\t\x11 O`ÂlEr‚ÑЖì\x1A ìF "
b"""
7Z\x01 ¤ÈyHиô\n
íí\x13\x18 …
"""
b"Ú\r ÿ\x1F ░÷GðØ┬ü®rº,` "
b"~6â}\x07 èE´³ä65%$â] "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"ZˆÚ¸YmCmˆžV\f ‚/n& "
b"ìx╠a\v îF\e ƒ=0`╝\x02 ├© "
b"PÞ¯+ËRHZ±nµ3¸à({ "
b">oÓj>ïNÙÉÉøo+Yß┘ "
b"4Ä\x1D @&ÃC=Ø█=ì{\x16 ©9 "
b"┴«─^*ÉFZ¢(Y5\x12 }\x17 ╝ "
b"*½BÚ\x06 TH{ƒÇý.\r Ûæ÷ "
b"^K{=\x05 ¹Aù¶ËPü…]5ú "
b"Ák@Á° Oƒ¼l(k^\f ßÌ "
b"È;¸ã^¤A޶2–Ød\x07 tè "
b"\x18 ™wýÐYBËŠ=™-¥\x10 /" "
b"¹ê\e\x05\x08\x04 Ghù\t êaµìt^ "
b"e\x13 òÉ▄8G2ó└ñ3\x0E .\x15 å "
b"NËwºÜ.H"¼Oìû\x18 <,½ "
b"0V┌+¹ìLõèô¸2÷«w) "
b"UÉSª82A± Õw´S\x12 ¸p "
b"Ëì/yIéA»\x04\x04 /╔YÐ┴ "
b"înÿÉ5bGôù©\ý½\x13 9╗ "
b"S1J‰‰PO@³\x02\x04 ?\x16 šã* "
b"Ñ:BP\x1D 0B‹“m\e ö\x14 \û. "
b"î³NøNÑ@ƒ¶8é^GMïW "
b"ùY´\x0F ÆjKÎØ&jà\x04\x11 ▄| "
b"3 ‹m$ïEä±\x05 û,r¿\x14 ? "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"pî@TÊkHX¬q¨m¾ñ¦K "
b"\v ‹µþQzF€¢¼\x00 ª]r¢± "
b"Ìë\x17 h~$J[«Ö\x00 ocE¦\x07 "
b"Æò│\x17 F┬L┴É.öïlÍZ¹ "
b"°Ù5s´ÀN\x08 ²˜Çj'-\x1E m "
b"÷î¯üöÃN,ÂÎòÿÅï│ó "
b"""
ùvÒ\x18 ÔÑC°¡i#“¯\n
‰°
"""
b"""
\n
ÅÕ\x0E Å╝Løà§ae\x04 !\x12 Æ
"""
b"±Ubòµ\x07 Nÿ“)JZ•Uc” "
b"~ù\x18 Åj\v O+ÄO¶sá╣\r D "
b"""
òEÉ\t\x10 └G\n
å!"<¶èÛf
"""
b"íðd€\x19 +IN¾À¢íFö\x07\x0F "
b"o\x05 ¯˜_¾G—¨óÙ`-ö¥\t "
b"™\x13\x1E n€§G¦†\x0E ®ß"-HØ "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b":á›ér¥C¾¹’nÿKsà# "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"^iï©Ø'MUù\x18 XÊ:8û[ "
b"Ôkh\x04 nCA\x07 ˆ/NI BÊÊ "
b"-]Å"|¡EÄàJ=ß═â+\x06 "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"Þ12¹ıÆKÂØ(\x18 ^8¾\x19 "
b"xh¦ÿ\x13 ²Mc†\x0E àÄÛ)\x04 o "
b"öTD\r oDL÷€T°ÀñL›³ "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b"óìS\r Ö\x08 CÌÀ¤Ö%¤äRø "
b"%\x03 «PÅ$A\e ║╬¥+\x01 ¢yÛ "
b"&â•ýé\@\µ\v fÏ,A5P "
b"—¦\x10 î¯ïEÙ®E\x0F ‘Ó\x1A ÝE "
b"¿é®^7\v C(‡X3½\t\f ò˜ "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"ç”Ö5ÞŠFƒ·—r\x18\x19 2\x03 ' "
b"ùs¦îEpFë‹\x1E\x19 ǰ<î“ "
b"»Þpž¾¡Du¼Q8øõ]\x06\x1E "
b"S\x14 ¯FmHå¸n·xÆû\e M "
b"\x04\x1C ŽÖ\x15 6AÊ«ïi.·YžB "
b"@Ý║ÛäO@\x17 ìÙ\x1F þ¿Ãý\v "
b"éYw¸çÕGh¡d‡ÃM×çy "
b"p╔L;{\x1D F§Á5\x19 Ø░à½ä "
b"æè·Ú\x02 jE.³#@šÐk™V "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"+Åz%\x10 ÷ES¾õfú~š¼\x10 "
b"zßòc™\x19 B⿽°>«<„ö "
b"└+\$æ\x06 AWáüG#E^\e o "
b"7dàïj¡I}©¼MÕBk†º "
b"pî”\x03 ¸WAl–úŠ\f kN!š "
b"\x1D >êÎx‰EÀ•@>&²Ó\x01 1 "
b"ï▄¦~R¶ARÂ\x11\e É\t °m\e "
b"g9\e /êÎNH¡ÿ\x07 ‡'ËŽw "
b"òÛ¦µ´\x06 MѪ+íQ_¿t$ "
b" ZóÊÃãLßèü|òÌMz: "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"\x10 ª#\x08 ãªH\x16 ±UTKÑ9[\x14 "
b"¡är1µ;OoÉ´ð¹Kqpã "
b"\e ¼7ôbéBÓ™nÇ?eÆ_; "
b"‡a¼EiþLf‰Ã›jêß\x1F õ "
b"\f %P†ÜÓB¡½prôxŒúî "
b"Á\x02 8\x01 `LE¦‘\x12 ôŸäQ©Þ "
b"Ð\x1C !\x13\x13 öAh¼ÁÂð‘àx” "
b"¯à´»@\x03 D‘¬{Ï>ãþ\x19 î "
b"S\x1F +³)‘FN¥G“CòÙåw "
b"q÷^ZÑìL:‹‡ƒ+5TËÄ "
b"튬f"„F\v …\x00 +yP•÷¨ "
b"ÆÜ‹êœ#Ff¼\x03 žvB\x1D Ëo "
b"' ▄\x05 ├ØJ`º"@░îæKd "
b"Ò€\x05 ŒNhCC“ioÁ\f z_í "
b"fyšr\x06 [MM–cÇ—\f\x17 m\x04 "
b"í´Ð\x17 ;ÍBëü└Öð▀\x17 █¯ "
b"ÿ™€ßµmEC®š×\x06 „\üç "
b"D\v 0ø«†@ž½q,k6\x01 n¯ "
b"óÔ▒ð\x01 CEöìT─°ô.M\x07 "
b" [Ç░ö‗G╗ü┴╠è\x05\f i\x04 "
b"“K¦ÏzF@«´ÐˆQs\x1D ÄÅ "
b"ö\x19 7ÆØÁJÉ©€ÝAí¯i\x15 "
b"\x1A ÌÌU¯\x18 I–¾vŒùió|\f "
b"*àq˜ÛûFÔ¦ÍÝAÿi,m "
b"""
\²ŸÅD\v Fr—\x02 2\n
¨öK\x14
"""
b"€ÀR€õïK«š\f XZðhÃ* "
b"""
¼<\x0E\x1D „ËOèž\n
AP¦[¯w
"""
b"é—Èu\x1F ¬L©…šžœœ—ì< "
b"ı\x1A ■─W\x19 A\x13 ▓.ü«»/╣? "
b"lÐ9nÑéFËÜìõÉ┬ø\x13 $ "
b"Í8´›U‚C\x07 ºd>†öŒ1] "
b"‘ƒbÇ[#I>¡Z B´2w¦ "
b" ┴+ý³\x04 D┤®Ø6╠█ ╗è "
b"?\x19 ÎŽ\e\x07 L²® 1€-ì‹7 "
b"©b"v\x1D YDgûþ\x10 ü··xı "
b"M>ÇÃ ‘@x©8áBø^bf "
b"S(\x04 K»—Fô“\x1A ¦mßÍN… "
b"8$Û"¬ŽKдYš7W\x0E ^P "
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b"‹ÆœJ\x7F æG^¶àwŠüÌ\x12 Ë "
b"\x0F\x00 f~—jO¡“?ÕÝ\x1A ½41 "
b"É\¦2{ÚA▓îY\f ¤|äÛ» "
b"±"œÅÇ\x07 EOµýª—\x0E .o„ "
b"Æ(õ™T%Ib¼\x11 ‘z³(ÒÙ "
b"&¤Áì\x13 èEB«R»ÐÒY:o "
b"·nÑ2╦\x1C E▄ì\x07\x18 í¡î=\x18 "
b"€~Þ5agC"¨í#h*ÿÍj "
b"—A÷4\x05 ˜F‰¢¥‚\x02 V>ëÑ "
b"ùµ]─█áOØöcgÀ§ù-█ "
b" ™‚_ë}C¹¥\x03 Ÿv:\e\x1F\x10 "
b"³õü╔ÞÚHD╗░ùkN¼f¦ "
b"\e ,\x1A àÖsA´Å\x04 ıø│]┬‗ "
b"ê\x01 (P)&GN¹\x05 $c%ñ\x13 “ "
b" uÿvPžD\x01 ˜j®²R¤~¯ "
b"MÈ>ùÕ£K†«wÒ„O\x16\x0F Ñ "
b"ÝËz'+ÊCa¥Á\x1A o\x05 <<á "
b"îÿ|~“\x0F C瞘\x1A <Æÿ\x18 - "
b"\x19 ▓ó┐É´FmàIÔ\v _È▒╚ "
b"gÑ篃\x7F L\x19 ¼£Ã˜›‹kh "
b"^úæÛ└OM²âSÃLcì\x7F ã "
b".Å~\x13 ¦\x19 F3â\f i▀¦áÞø "
b"-\x02\x02\x03 Û¸H›‡\x04 “ŒM'\x01 ; "
b"\x13 %û7\v ¡Ao‘‰–ë\x07 èË‹ "
b"\x06 -\x13 ÌxsH†Ž&€Ùj†½’ "
b"▒¯\e è\LL\x01 ÅQ !Há\x05 â "
b"\r \x15 v?·æJ·€v*;¦\x01 ®l "
b"Ù›À}”H𰵞•¼Æ}‰ "
b"¹ê└yj¯K\x11 │‗ÄÅ_µ²î "
b"\r ç**#ƒ@■┐´ÉH▓õ\t\x0F "
b"çŽîM4¾I€BFm\x00 ø/. "
b"×<a\x12\x05 ?Hi°á\šlN†Ù "
b"Ü╬x¤z¢G+òüd\x1D °l+ö "
b"Ó\x1A =\x13 ;MKCª\x0E ÷\x08 œ+Ã\x07 "
b"ϲØ'¥bN\º5.ðEÈá× "
b"h\x1F .•¿®N7¦â¢F\x16 ¶ív "
b"B\x14 ŠrSDN{º´¨®ŒÊ¥³ "
b"ïFKè\x7F ÷Os„ï¦\x01 m‘Ñ' "
b"Jõ1<\t xDʼŒá\x16 I=\x04 "
b"|o\x17 yŠuLtŸ\x03 ‹µˆI\x08 G "
b"""
s\n
Ó½S\x1C Lﯢ=&ÜlÑ1
"""
b"¥G┘×õmN\x15 Ø█╬£°xÛ¤ "
b"î$üõ\x1A âD©üfÉöÙ6Tæ "
b"\x06 GÜ3¸\x15 D\x13 ºÒÉÓ¢\x08 K¸ "
b"†\e ˆ“È2J\x15 ?*þ£q,‰ "
b"\v µ┴╠\ìJnÖwì\x04\x18 {8N "
b"ÿ\x0F ¤[ó\v Nan ÜíPîÇ "
b"tœ;ò“«J›²—Æ$\x00 ¥z "
b"}\x04 É\x15 eüGxµÒ\e @hoaö "
b"kN-ý4£K\x00 ëÅ\t {┘+^Ü "
b"JŸðÌÁÓMò£U·2¯ö\x05 ˆ "
b"'Ê5_¡\x13 K騄Nj»þ»î "
b"i·4¦*§BÜ╗åÉ\x1E þ"\x17\x02 "
b"Ê"NÇfyBMŒ-ÉGð 9æ "
b"\x7F ¾│÷\x01 ░Oeò#Ø6Jåü× "
b"¦÷ȾÌKA_–¶Zü™|óÔ "
b"¤Tì¼Õ~IÔ½ \t (¸╠pÅ "
b"OF=ÔÒÎIÆ \x04 tTŸìU‘ "
b"Îé0…·ÿA,–”fü9„éË "
b"░Ê╬Ý"ðJÌêì\x00\f ┐jçE "
b"\x1C HM©³±Gö§oˆ‚YM0r "
b"ê\x06 bÓ\x1A CR»\x16 ¦³\x1E Û\x07 Ñ "
b"\x11 Þ/8y±F\x19 £A=¾GÅ╚ "
b"42{åÛ´H•”S9XŠC´f "
b"¿Í}ƒã‚O\x00 º†§¿€”\f ˆ "
b"üvU kÖDî¢h│0*b)ü "
b"ÓìU5¢[LÑô«aÀ\x10 Àü\x13 "
b"rQK\x15 2¶Os©ûô{¯%Z´ "
b"v·«è¥\x1E B\x1D ¡ØåW¸L|è "
b"óîßõeéݧQß„w²W "
b"Õv»Ò\x12 ´A¯î╗ì¬íI'\x1C "
b"\x10 vÉåuLEHŠ?ÀؤLcŽ "
b"l╣\x11 p╝fAÏÖÅ_êå7|\f "
b"iÕ\r _;ûOZšŸÎHF\f ݸ "
b"¾º╔ü\t ╔J\x07 î▒ÎUT░Þ! "
b"øìé¼¶\x0E B┐è(\x01 +Ò\x05 ;\x04 "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"¤“¼Fð\x04 B\x18 §^#\x14 1Íͬ "
b"^»\x1E àì«C\x05 ®\x16\e ç\x19 õ£^ "
b"Aþž\x0F ¯ŠLe…A ø|aK¬ "
b"Ó÷\x1F ®ÓÌKO‡Æw‡LsÂr "
b"¶UR\x15 ü\x0F Bü¶Nk³“챿 "
b"\x16 “üù%ÄH\x10 ¥c'˜C'\x11 6 "
b"þ¡ 1Œ-@é‰(¯hæÉI< "
b"dÉÿh®\x1F N€¦JkæÕÖ\r ö "
b"\x0F\x12 Ê`rôHÁ×£WI¿_6 "
b"]\f ùˆûiMƇØà„À¡49 "
b"!¿&┤Rı@\x08 £'gdhº¸Ø "
b"T\x1D =\x18 ORKêš\x11 è¼%\x0E N\e "
b"þ\e ð1ÝgAÑœ^©pÂRËÝ "
b"\t Ç®\x08 â’G¼“Ñt2… a¬ "
b"nruêíÛJQ¢üÞdj╗â\v "
b"ºP‘ü&‡B¹Œ\x1D ±/.¡y1 "
b"¨hƒÖ¼=K–£:©\x0F ‡w1ò "
b"¸ó■\x00 ØïKõ▒oçM=ê\x03 8 "
b"ð\x02 ╦\e Ù¹OÔüËÁ!1,Â\x04 "
b"\x15 ü`¥!ÅI╣Â\x00 ½Á\x19 æ╦┌ "
b"""
~֋\v \n
ÙHîüÐ.n/\x04 jã
"""
b"Q\x14 öï°vIê›[ÑËã<®. "
b"""
\v géÅQäE¤¯ÐÓ\n
}:ò\x07
"""
b"/åå!N›AŒ¡IZñ ¯ºo "
b"R¤NöìÀH®˜ÙU7’\x16 6Ä "
b")¸GëÞ`Jê„\x1C\e '<ê\x05 Ò "
b"ÏËÜ\x01 æ¡A¢ü\x08 w®oô\x11 5 "
b"»\f —ŒóëD®¿#î\x14 P\x07 +ø "
b"¢J8\x1F jÉEǤ\f ð:!Ó<. "
b"5\x1E K\x12 y\x7F @”£Ý¸š\x07 Õ\x14 d "
b"“\x7F ·ˆ«ÎF`˜î\x08 ZÍmP! "
b"áö#\f 4ÔFÞ²A¡@JÔK\x00 "
b"-‡U4M\x0F C\‚™VáCF_Í "
b"R&╠l>WM ù\x1A yÅ\x05\x0E `£ "
b"!ü¾sµ\x1C @\x13 ¢]\x1C Üß·—: "
b"Ú1+‰°#FN‡öì‰ü|+) "
b"à\x16 &¦—æFö‰Å‹\x1A ×õ\r ù "
b"^╦┘g\x07 MGÏìI\x12 ¤Ò\^│ "
b"b ŽDª¡B,º7Æ"\x18 `|‚ "
b"ô¡\x01 ¥Ö*NP¤Çx²vÖÅ^ "
b"¶‘öþ;mIæ›§ëý¿¾nk "
b"-ÈØ║ÑsFÉø,yâJ▀:| "
b"\x14\x10 Ä9H–DJ¬ò\x0E ÓmßA{ "
b"\x02 mÅÍèfCÞ£^'│ñoÌ░ "
b",ºxW_\r N]§FïÇz€\t Ô "
b"”^HSCÜGá›ŒÂø{\x05 †ú "
b"Éb‚7”$NC›iƒ\x1D ª\x1C I "
b"âVµ~îeF/ NÞ&yG¥R "
b"Ø\x16 QêE'MÖï_\x0F ù\x03 I¬▄ "
b"\x01 ┐▒í\x1E 3Avüà¤\x14 7Ã)4 "
b"ÒˆÍ\x1F îxO“®å¿\x1D );G\x0E "
b"KrrY–«@5œ¤\x07 ›hæ\x00 ë "
b"u\x7F \r\r ®hJN–S@\x0F ’\x1F g‡ "
b"òðçGÝD¢½\x07 ÙØä/Gª "
b"ñæE¨╠╠Eûä\x16 ü«ƒ┐║D "
b"\x01\v r\x1E &1N\x19 ¼\e HWø+òÜ "
b"Yd│\x14 9ZJküx{[î¶3ó "
b"■┐öü┌lJîâNVÃ[\x03 i\x18 "
b"lXL©>VA{╗ÿÅ┌╦\x15 æ╠ "
b"\x13 ò\x14 ]¥hFÿ•~Û_\x00 &k\f "
b"Öùdø2F%Ø╔r3ÁQ&» "
b"g̃m¸2@O¤\x17\x1E ¨Ë@\x10 4 "
b"8v\x00 ЧoE\x08 ¢?‹\x00 2ûƒH "
b"\x06 þ»ªÑì@\x03 ê(P\x1D\x10 U "
b"€ÙÝp^n@ôµ"\x16\t e”w0 "
b"tU>Ú$‹E¤›¢\x13 …”=ù^ "
b"üFs║Iñ@ùôDtü┤├#Ö "
b"›;\x15 ²ø\x08 DÑ»TZ\x13 W\x16\x16 b "
b"a\x18 <M'\Gÿ¢×ðD€B¤y "
b"d©¯(WCL‹šW\x07 1ݵ\x1E "
b"»}Š\x01 ·&D’¦©\t ¸tj\x15 Q "
b"åÿ§\x08 ΘF\x19 ®¯¡\x04 u\x0E í\x13 "
b"áüÏF╣çK\x14 àûëÇâ9Ö¦ "
b"ËH\x10 j!E<˜ƒ+þb†jT "
b"Hœ†°ïÏF¯¾{Ò~<KÔ\x0F "
b"óžš_+rG¢¾áUµqÔ€î "
b"\x16 \x7F ò\x17 ╗@\x01 ò.ØÉ┐s\x1D\x1C "
b"DHWå\x1D 0H¦“Yïl„›×ä "
b"œ¢ß×KåG±ª†ïô\Òí} "
b"äÌ|ÁÃ}Jï˜=\x1D Ç'‡`; "
b"[á\x12 Ý6±HP˜J\x11 …§QŒ "
b"Á.\e\x0F .ñIµêymÁì\x1D nª "
b"\·\x16\x1F\x18 ƒA(µÎ‘ž\x1C ô\e Æ "
b"m5N ¦ÕHÆÉ÷S\x0F e5\x00 ░ "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"ý}·■┴ NYÉ╔×╔Ùߨö "
b"\x7F \P$ÉÝC\x08 ƒÁ\x17 W\x04 9ó› "
b"""
÷Q.°JUO}™P;`æ\n
[-
"""
b"\x17 ÿi}ÒžE\v š)Æ—.¤\e ¥ "
b"¯w(w&8L÷¢ô;To^` "
b"ªØ\t\x02 Ö@sÿî¦V`6¢\x14 "
b"B¤•ðNML\x14 ªâ…櫪ëÖ "
b"k%à\x1C æ`I\°†\x18 áDc@y "
b"Å1a¢©vDQ╣¥Ô/û\x18\x10 ° "
b"²ùƒN¹™AcŒOÂÁ}ª¢h "
b"·þ•Å?òM܃!¿Yj\x08 n= "
b"\x04 €Ïl\x01 ´Kw‘›ü\Œ\x10 ° "
b"\x07 ╣┘ú▀¹AÉá▄S\x1A X\¼\x14 "
b"‰\x10\x03 ø’ŽE\x08 Ÿ™/ÉÕ\iB "
b"Âß›ÅÀuEñ‡S^cÏÅBæ "
b"Úb•ÖâgA믱±È5'\x03 ‹ "
b"O>DËïèM¹©\v f\x02 c\x15 ÄÐ "
b"׳¥FŽ>@©‚ÛlÑþ¯¼W "
b"\v _g{Í\x0F C\t “°#»Ê¦ÝT "
b"<ÍÁ¡\x13 ØEzœLÇʉ&øe "
b"Ë╗ÀÜ¢èH.Ç▓TÉ╔©░Ý "
b"0ÍI…?\f M;ŸÚÝ=K6aë "
b"\f lžÿJ G´žJ£Iw`öQ "
b"Y/P\x06 ‘”@ã²ZÔìR\x12\x1A\x04 "
b"C-û\x16 ╦@FBØÍz¾ÿÞ\f T "
b"˜‹g\x1C pRD¬¢qj$\x08 hq# "
b"?^37Ê\x02 DÉï‗╔╚xþ`┬ "
b"""
ëÛ?G‚áJ\v ©\n
‘z”l‡Š
"""
b"GEûðI/C+öR±ƒÅ|e¯ "
b"%ÙV²òÛ@§‹žîˆƒm\x12\x1E "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"•Óq@t\x08 L;¦‚îùM|‹… "
b"g\x01 þ\x7F *÷DϺ(3yžêo\x13 "
b"´=éäq©D*œ„]\x14 üeY¢ "
b"f~¾%¦─JjÑØÍ╚%î█l "
b"‹Þ^š—\x03 J²‚PĵI[.… "
b"""
¤ðÉÕ\x17 xA$Ü¡\n
åè*¥~
"""
b"Ÿ£\x06 Çd4Lò ‹ð-”„\x00\x04 "
b"ƽ\x19 H½\x14 GБTäy\x00 ©¡Ž "
b"ì¾┬CÂRAÃï╦SK`%±G "
b"œšg:”\x13 GðŒÿ\x13 ”Wþ¶ "
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"=Ø8“p˜Mw‚íë4н€_ "
b"‰ÇÛ\x12 ïH\x00 ¯\x06 I³¨&¡Â "
b"ðXQ†xtD£¡ØSòõº+u "
b"""
G©>ÁP&N(©\e \n
¶È9;#
"""
b"ùA|`ëƒD\v ò╠ÔÉ%@\x0F à "
b"ì¦Æ\x1D\e ¶Jy¶\e Ž¢\x03 Bõš "
b"?ÎÁŽ8\x19 FD½x£\x0F )²ìæ "
b"\x1D 7iÜÓƒJÜØ+|¡¾╚ªd "
b"+¡óŸbøI‹’<\x1E ºŠ,œj "
b"éÜ—A“éGξ\x05 {z2\x19 Òä "
b"õd„§LÑBB”›Â³þü<ð "
b"Š¿Àì\f\x7F D⪟¯wˆvÞ. "
b"\x01\x11 °SZ9HÞ®dë╦Øæ_H "
b"V×àn¹\x0F DD¦ª7¶ÏÇàð "
b"Ú…âò¦±Eà aFÉ\x01 MLj "
b"ΔÐÌ}tCª’º\x14 Ëý¢Ö¶ "
b"ÐÍ\x07\x00 1\x17 L‚„$Ú=Wýéi "
b"\x7F ±qê0\x7F N}ºûA┬iØÚ\x0F "
b"Kt\x01 J”\x15 Jï¼¾øü`oøà "
b"Ó·Cí\x0E uM\x1C ¥ý\x15 ÈõAá› "
b"Ý»)Ùn=B\x04 ŒœE\x0E ÊÇ?ä "
b"ûô€×Œ1A\x1C ¶\x1F ŸX€y™8 "
b"A¡‰×²éG$¹Žaþtõ4Ç "
b"µ\ð_\x06 uG/Å\t Ð\x17 \jns "
b"‘W$í¿òK\x7F Ÿ¢\x1C Ï\x1E X\x05 ¹ "
b"sþGxH/EŒ‰É,i›¯ÎJ "
b"†ðNpæ\x7F FV޵!‚QvÃ\x1C "
b"\x07 G│¯9µN>É\x06 ð1G®^Ø "
b"""
¸Ú+&Î’G\x1A Š¥œ\n
˜½÷6
"""
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"ÁÙ¦’\x18 HE]¾»"É„üŽ4 "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"§/UQS•A·œÍµ¸dZyñ "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"†‰½ \x19 'H——¶iÇ.\x04 ^è "
b"Éw┌*,ÔN¦Ü└g▒i▒í\x04 "
b"ÍK‚N¤‹K~—®Á\x04 úánÉ "
b"ú\x1D Ég—¨F…µa¨—÷wÖT "
b"tž\x03 ŸŒ\x10 Eu®\x7F ¹ÆDª<Ñ "
b"ßh▄±Å\x14 A3ÁÀÔ\x14 ½Õä "
b"-qÉò¾ÖK}¿`ÈÝ\x1E §¶■ "
b"ÅB║\x02 1\x06 B╩áG|\ÓìRÕ "
b"ƒ„\x1D õã8Eó”\x17 ;PbJ0þ "
b"\x0E ~█ê\x14 F·×eɽ╝³µ9 "
b"ó┼÷×Ó\x0F MÒü¹?iÝ\x1E í\x0E "
b"mìð¡\x10 pL3╗j\t SÍ2H¦ "
b"╝ÅrÓ\x02\x14 J½░ð6¢¨ÿof "
b"Õ{'Ù½¾OQ½ØH· éî1 "
b"ú„ý¢“aB9§ü”ʤ›\x05 û "
b"Ì\)«\x14 î@=Ž\x1C û|)æ\x7F } "
b"畊”Ý4K¹—w¶fÿ&%& "
b"¢¨\6èŠHí†p…Ç~7\x1E ± "
b"µ–úJ1PLH¤´-¸uºB” "
b"ZO×ULÕHζ\A7\x1E Ïý "
b"¸\x1A 󺞫MZ¦¯L}9RŸÌ "
b"A╦°ìÍ%C¬Á\x06\x15 Í┼Õ{\r "
b"\x1A ºv\x0E\x02 [M%ü┘\x15 EµV7┘ "
b"jé╔\x11 »ÅB│ø▓ج4mÚù "
b"sÉÎb}ðKTµ,¼QlÓ±\r "
b"ðã[(Þ\x17 D'³ÃO¬s\x08 T\x19 "
b"""
$\n
‗9\t\x18 C¯½5üÜrj╦É
"""
b"Ü6Wø°ZM-»\r Öof3øÞ "
b"Í•7‘™¥@mœFÐ_L‹ú "
b"œ·ó*ŠåM¹ºîU†\x1D ]ä& "
b"ý#¹ û¦EiœÊ!°•–\x0F ü "
b"Åà@§\r O"³L®Ü=“ÄA "
b"z┤‗\t\t _GØ«À\x05 ,┌eÑ* "
b"N \x05 @█ÀHË│øÿØ7éç4 "
b"\x08\x1D Ä2ÚGø¥éÉÑeVPr "
b"""
»M\n
¯èÎE\x0F Ÿ\x0E §Y¢%=ç
"""
b"Æ\x04 s.iåC•¥t1³ÞËÍå "
b",\t Î;┘\x02 E┤¿ÃwìU¹\r < "
b"Ã\x1F cÇ/ËGç»ÿ‗.JÅQê "
b"^m%DÌïGaƒKìÜh°ŽD "
b"\x15 øg┐²cDJùüqܵÁEþ "
b"঑èЙH\x1C ¼çãä!{\x19 E "
b"\x02\x17 sN®>Ab¼ ØâÀ9¹ "
b"‡ ³\x1F Ãß@Ù·Ï\e kúR\x06 ¦ "
b"s§˜\x03 KeEå¾§nÜ\x19 ɽ½ "
b"¼ÆØù¼A<±ÊÁý‰ ÐÄ "
b"¼ìÞeãÖIÉ”ü˜\x18 ÇœQH "
b"¶”d\x08\x06\x0E Iäž»”iË„ÍÙ "
b"\v «°,ÌåOSØgz\x17 î«:\x18 "
b"\x10 „·\x0E\x02 sD^…¢”2£.1\x1C "
b"e┤þV¶G@\x19 ▓▓E-ì\e "L "
b"g€[R©ôOΈºïe\x18 :m» "
b"\x14 ÅÔÎ@ÞFéÆy³|\x1F d<ƒ "
b"4\x10 ©F@ÆC║Åü{Ôé╦ZU "
b"""
\n
3\x12 "¬×J\x0E ž\x08 ×§É\ôÑ
"""
b"░Õ;ƒ©*C\x10 ½ÖRàË\x06 ì┬ "
b"Ò†pé\<D¥²ß*nÛ˜Þy "
b"UÛb`xbCYº!?¹±4šò "
b"±¹ýî\x08 ÿL{Š„}Ùm•Y\ "
b"ׯ\x7F ê0@F·ºÄ§wn4:I "
b"\x12 ù>‚\x03 ÙCɇeŽx\x0E\x00 Y "
b"ô\x01 ï&ú‚BÒ…@/ž \x17 Xª "
b"’¾iœy\x11 JY‘¹sÝöÚ \x13 "
b"Å\x0E ─§\x1C Coæ‗║eâ7Ä└ "
b"\x1F\x17 ~¾§§J5‰ã\x0E í\x1A —u- "
b"’`Çíî{Dzª<6†Ú\x7F ä "
b"(»ÖÅÆýH║ôEç╬\á╔\x0E "
b"u,˜‹Ï¥Hœ³•õQØ×‚î "
b"r©ñx\x1E uK!˜ø‚joqõË "
b"ô \x0E -\x16 ‘B\x07 œE\x1C 0s0ýn "
b"À¿.÷¾ãM9²â@ÓCè§\x06 "
b"‡ÆWKÈ´L3¦–ñ‘|_\x08 4 "
b"»Gé8<\x1A Kv‹€¼nr&/ï "
b"ÝÀÂVÕ6I›±‘[ |tÓ\x0E "
b"\x14 ¯2ÓÛAG¬°FúB\x16\x16 å\x0F "
b""ÆýÜfÔKŬ¶9@\v ïAõ "
b"É\e %ü\x05\x1E EЧÕ*cËδ‡ "
b"±zàå;DGr•)\x13\t „\x1D\x04 \ "
b"Éß╚┌\e\x1E Jbú¦<$¬0+ó "
b"³Z\x03 g\f ¨LÌǮɯá█Ä\x18 "
b"î\v ð;ôFD°„J\x04\x19 Ý\x10 öº "
b"wåcÔgÔC\x15 ÅÅÿV\x17 îÙÓ "
b"}לG\x1F\x02 Ný‰/\x00 únƒÕ} "
b"õÊrXÛ\Jü±ñ\v 4h\x07 _J "
b"\‡\x11\x15\x04 äD¸ˆ±y-@vÑá "
b"VÇ–@\x19 ïAõ…õ\x06 jÍzâ" "
b"u‡¸s\x1F ¬@©¼s\x1A é\x16 zDÊ "
b"D¥þ╚┐&O\x12 É\Þ‗\t ARJ "
b"Š\x18 +!õ\x02 G`±\x05 iaÃà†ä "
b";ò¼’\x14 #E*†«\x12 `ì˜Â "
b"¹`-¾É\x16 Ke»²g╠Ü.б "
b"Ü"‡5\x17 ôO/•:õK·¦Ž "
b"hÄ9Ù0\x1A FK°¯Ÿ\x1A\x03 ]$P "
b"Ë\x08 |æ─dK\x16 ÅÕ=K\x16 ½┼\x19 "
b"$ÒÂÊ7ÇN6¾©TYkmúo "
b"""
×{¶u7¸Aÿ¹>¥\n
A¬¸l
"""
b"ÈÉâ\x1A ;mA'°KMäŒ5pˆ "
b"fÜ"±„îGϳbvØ\x19 °`„ "
b"\x0F ±yXÙeKœ›0SP\x01 É\x01 ù "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"┌ÉaÔ±´LOñhîà«MÍ\x03 "
b"\v yn\f {ÄF®º7mýËËÒæ "
b"""
ä3þ³\n
2NþŽ©1{P²°Ã
"""
b"Äô"\f ÓwD´š‚–‘F9\x07 ‹ "
b"Ö"a\x19 1ãL?Ä\x12 ┐ðjØ└\x1C "
b"á\x07 ê2€ÖOäŸ`Èáö™ê\x1C "
b"r—ª[N\x0F Hg…©É¡+ì~\x01 "
b"¡m’#z¹D\x1A «c\x13 ‹Vxˆ "
b"ŽÎ6\x12 ÷´OÒ½Ñmœ@þöó "
b"[ЀIìäK~œÙh›í½\x10 G "
b"«Ü‚\x1D ü\x12 OK³ñ\x03 º\x03 {Š\x1A "
b"./'ÖsOL° ~\x12 WJ‘Æk "
b"C¸ÛõÑêKª ìëg–…ñû "
b"\x12 z$3O\x7F A╠¢AÉbo"âî "
b"äÃì§é╔HÖ«¼9‗$%═ä "
b"ÙŒŒttJIˆ¤ñ²Aw)u^ "
b"w\x18 D┘7ª@BÅ╣╣D7Áª8 "
b"Ï‘eŸ5´OÚŸá³\x14 Vuòš "
b"\x02 j6îQ{JH®ìºnj\x0F ¢{ "
b"l&–¡\x18 XKæ˜2U£1ïxt "
b"x,~¾ä\x02 GzÖWxü'\x08 Ký "
b"V%Âç¦ÕFèï»Ï6\x06\x1C ü║ "
b"E<¶§Ñ\x05 Kl§\x13\x08 ¬ß/ÁP "
b"»Ïg\x13\x19 ™D\x1A •N¤\x15 L?Zû "
b"\x06 M¶f╩æM\x0F ì´<h¥´\x18 ç "
b"V©m\x02 kðI3‹\v mÓ½z\v å "
b"\x7F S¾Å¡ùGÊÆ=\x12 p┬çG¨ "
b"‗n╦µc\e C¢úÅ"Ä1┴╚¾ "
b"¹Ì\x07 ·═wOtà]ìGhoÿ\x18 "
b"""
\n
ۙǫ¦BÜ»³úi"jQß
"""
b"tÅÅÁL«Jé¾j\x1E ¥-5®V "
b"ñÐ\x18 r\x08\x00 I\x08 ƒ;JYÅpi@ "
b"7X$\x05 É"Hä¿"¬ƒs\t 9l "
b"z¨<Q\x1A\x00 OðÅ\f O╩©©\x04 ▄ "
b"e™·×«H#¼i¬N²žýt "
b"äUÓ”\x04 ˆDP¨[<ðά\r 1 "
b"┴\x02 ┬9\|J@£\x12 àÉ\x14 üZ® "
b"H`õôU I®€òï\x12 œ®Á¼ "
b""#B'¬*Fr¬ðæ\x01 Rðãs "
b"øë?@™ÀF‹·¡ÐVŒ=B> "
b"""
\n
JÜâÂíK\x02 ›\x1A I!á< J
"""
b"jnMÇêâI¤ªû<ðSW}É "
b"\x10 ¶¢(fdHίÅ\x07 J§¶`ÿ "
b"y®[\x1A EÀE½«æ5R'ß+M "
b"ˆµ\t\x03 ôhB¦‰\x18 û«Ë\x01 ^Ì "
b"®G]£ƒ7N¨²o’ì‹íâÏ "
b"|‰|ñݯL¦©'Ä\x1C àuï¶ "
b"¨Ä´tÁËApŽÖš·pWy] "
b"·\x13 Ø}B„I(¨/ÀÕ›%K; "
b"mT\v ‘ýcCú¬ßòŒ\x1F @°Ü "
b"ñ/•0Ñ÷CÀ•û1\x12 —1\x1D\x07 "
b"N·æ^[ÅH«í·ã\x17 ¯<Íû "
b"±dmJÚ§LsŒ—,ù‘Ð"\x1E "
b"’VŒo\x16 ÷N¯‘Þ7~E¼¼} "
b"O\e qè¨~H6¢¶\x0E åÌ\x00 dz "
b"`■ôßü\x11 J╗ÁÐıV÷½5. "
b"0H6\x12 2×Bï…“Y<`Î\x08 € "
b"4GÈè4ÚH¿┐È\x1D ®còÅ¢ "
b"qî|╗¢A3½OòéôìR "
b"µ$É ¹OŸžãÆh\x0F t[¶ "
b"²-\x0F nÔ.M¾‰èV…U\v =% "
b"Ȥ¶Šm\x07 A6ƒ0;ÂØ¹ùþ "
b">ƒ╠:´kJT¼[Q}VQÉ4 "
b"ÅÍp=│\x19 NHÁ]²QæF®£ "
b"±╦u¯¼a@ºìèƒ5i¶iÌ "
b"\r 0\x14\f CâE╗úÖA/ìÊÎ─ "
b"Éëë·oyE╠æÔû▒║╩\e ■ "
b"º\x07 LÃ\x01 “L&‚Çp5«'7@ "
b"*:W\x07 JÑMX”b·ãÿ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 (0xBD011F6F1C2E406E86355ECF16A85A2B , 0x0B4A0D62FB474E7A9F2661AD7E449199 , 0xD40E51054A8E454CB29B9BCBEDF6F65A , 0x1B907CE0A8A84BF4AE0C395BA74A58CA , 0xDE7E73B2456144FBB83F2EE3B7F48250 , 0x7779518E7C454D75AB31B63AEFE63F32 , 0x3DF51872CBDC48AF886DBE2DA5DB7074 , 0x73D3E1840A2244FE90E516E6723DFA61 , 0xA3B5CADD119E4AB7855BA238B23BF968 , 0xAE5C748E31DB47D881F8EC3825872BAC , 0x6D064947AE404C27BEC92B4AC8EEA547 , 0x0702B3B0260E4AC6A18D28BD7AE24944 , 0xB11B351922204EC5B4460581314AE31E , 0x259FC49B1FB34B0E844A416BB71455C8 , 0xD5553FC02C614253B4F5D622D826932E , 0x7D97CA8E28E9438CA3F3B6C52A733B67 , 0xF805F435A2E6405AB5B7C394FE739CCC , 0xEDE0D1E8FC72403E9352D0499CC8E27C , 0x0F6B176F515A4FD79F89889F76DF6529 , 0xEE6FAA8D27F74961953AE85F4F3DBF36 , 0x7243DF86AE0A43DAADE1A7B99838E3A9 , 0x7BA226ADBA4E41788D37E1E781F89F3D , 0xE6BE177BA3BB404F991107F0AFFA1200 , 0x9B3F9A571F8648FF9F52CA04882193EE , 0x410628C3847C4909B12F784F4D2C1533 , 0x3F5889443F9248A1959035D2033F8262 , 0xA59D6BB6AA3B48AA833E776453AAFAF2 , 0xA581F5D023A54C26A7AD73D01119D0AE , 0xDFF2B5F06D3343E2B1148827D1A82AF5 , 0x515C671499384C058A65F7F6B0F6044C , 0xE44F5BCDE5B943B49717C653DF47D8B0 , 0x7C828CEF78634184915DC5CCE47798DE , 0x65D0A9BF172B41C7A5B34E5BF29833C8 , 0xB1EBE5EA545B40149782F39B3AA717D7 , 0x9A36252720E1466A9B7D84A673716C20 , 0x026095B69C824703A84730DBED101DA5 , 0x2636A144301B4DC989FE9E47EF79FB22 , 0xC2CD843A111E4F8092310788318AFC09 , 0x1B1B8DB9A1514035A2DEE88F5F141867 , 0xF5564CBC6D2C47EC95ED7A76C53FB08B , 0x7C0EDBB6FF3545DD9126FB3810BC5B6B , 0xBBE323EE59344A748F8201291CC086B3 , 0x9B30F3FDE37A424F9985730D3F0EC317 , 0x5F4CE20904A24DE4A5F28CEA3F5C864E , 0x0C696426B680410ABB01D293355000F6 , 0x93E3058434C84972BD1A618C7D019127 , 0xB329E4A830A046748D35BE1D2968F123 , 0x412F779EE72A43378B8D2213EE1F3F27 , 0x819A8A7701274AB78A7532A4A60DD98C , 0xFD3EA27A9E9A4CCC86E657EBAA858E73 , 0x3D44DA570E384EE5AA11A94E08C25762 , 0xF70F94B588C34F19A36F10ECF9EE1078 , 0xF6529F4DD1224941B39CC6C15F43C4C6 , 0x1A415083786342FC913803F233C82D8E , 0x57C91979F5584DBAB641C5F4D9B77E7A , 0xF97CAA237C294498B3AF603EAA8D3363 , 0x17900C2A79784FB2A5DE07F3C083EF5B , 0x16DC0907787844F88BA9803EA0951FE0 , 0x2DDFC2A92BA9435290923177D527302C , 0x06C60DB52BC04B1585276E864131EBC0 , 0xB56D774BBC8C4B63B09F411D56E6CB02 , 0x213422AD4E8242E4AF7E3500637396D3 , 0x400E9AE67CA243E8A761EDF743747534 , 0x20FF565100DF4CC090A07A2D2100CB9C , 0xF2B7F6E692B64848A6607BA62A29BA51 , 0x34F46634776342D98F633B9F09B1F5B5 , 0x4FA581632DE14E8A9353C500C7D00DEE , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0xA90319796686407B9795490FBC7029FE , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x5273F25E874942CB82DFADD5B054A179 , 0x446F9E26CE4A46668BD5D731BC37E27F , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0xC702036A9BCF499BA4878FAB1225F73D , 0x931ADBB5AF6249A3A638D6D1EF4B2C10 , 0xFD02616C387A4C2EB547845BFFABB6A0 , 0xE551282611564003B8E80F1E0B3148A1 , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0x5C7B615253EF4C99AFB12C1BE06A0F74 , 0xA3B68DF5D25E4B659DA71A6AF45D886E , 0x0C3397F4449847659B9C0BC11718D929 , 0xA013D8A5C05C4C179ED5EE67BA295B05 , 0x4F6871B81F474FE29CCC09E30C7EFD94 , 0xC486E31C6BE045E18AAE2E17B6907ABA , 0x9A10CBDB98F441B6AB4B95A14B1DE64E , 0x006D963A53604400BDD3878BB892E5CE , 0xEA013536BB104838A528C42097245A4A , 0x7FAA0E375E9241A18EDC4966D57ED5E1 , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0x2E5792F6A9794A49830E63329CA7659E , 0x27CF1D93E95044EF8F651CAAC1D1BFAB , 0x0C15D179444C4B6EA03079C623A30EA9 , 0x8BE42A90B1CE49E6A937D77E33F04EBE , 0x3AE32774F59347538C8D6F4911175803 , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0x7501049BA4AB4919B96FDD2E6DA55A7B , 0x8035645A2210456985BB5AC7ADC8EA97 , 0x1B990647E7BF40AB84ACCE7649344F66 , 0x226E15C39ED2481A8D37401E19131D78 , 0xBAB10FEA66964CFA961D7C2A698B901F , 0x9EBF23ABB9964B40965DE55B46848131 , 0x70552009756947F49ACB78A1D42579E0 , 0x17AE0BAF00C548EE954A60EAB4D527CE , 0x543EC108D168438D85DC52FBB4FFA835 , 0x1C5DA60806CA4B2B90C57AED8C764E68 , 0x7604073C50704EFF91C818A6DD0EFD4F , 0xAA0633837D8044D2968E25CF48B70685 , 0xBDECA04863514D94ADA203CF379BA2FC , 0x1EE8E66093FF45D5B3C8791EACF7CBF1 , 0x206547B374DC44C8831CF84BC8881561 , 0x70AF0D914DA54CFF835C54D3FA45CAD1 , 0xAA2AAEA69C47477AABC3AAF723766693 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x9BFD9318473E4C62B6E02FE5E6AECEB5 , 0xA19C25E6FB4043C49B1454814494C0DA , 0xA77E9A1A14D8494EA53EF8D70BDEDEEF , 0x023A484DE6D243F5B8FC1FDB79912167 , 0x8CDA064C1B2C4B92AD8ACB3B9304A660 , 0xDBA5705345174F68B131E425B4DF527F , 0x0A252C131DE04CAE84E2880263C967F7 , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0x2D2BAB1466FE4DE09BF9B6F4CF5F9128 , 0xD2F46F52B89642FFA067EF76A22B6FE4 , 0xF62B2C28BEB743F984547E303DB1C1EF , 0x33984E96EAAA430F9EFAEDE0F751EAA2 , 0x71CAF5CF475546B39AF8BC67696A9984 , 0x889C3F1529E94CDF946D121C03E33E63 , 0x0288132AFD5F446D8000CA9193E7AF78 , 0x123C73C3AC77401D98BEC14C58F356A2 , 0x9C4CFB2EA2F342699E346EFA92EC0D13 , 0x387D3840D338476A83D5C4F2DDE4B35B , 0x4BF48591732144B099DE3F5DD80B58EC , 0xFD5DD04E52FE4E68B8880A30E9F1B14F , 0xAA2CFF4F43EA45B8AF20D545EA6E188A , 0xA2C5E8D8D0A54ABB8C3475FB1F2F1C6B , 0xE86DC098408A449F98B2467512CD7196 , 0xD034064CFA704468BC2C2D7035E2B0F7 , 0x526A2E9EF8174E219B0095559127DF2B , 0x4DF49B5A98684ACB81BE5FC07B829BFC , 0x086D88A0CF774A80989F0921454B5974 , 0x4CFCF2E46FF04F5CA78A478586A9F1F0 , 0x0581B1A7ED82414484EB48EA555B3F18 , 0xBA2BB9D9A370495C94F8FF32617683E1 , 0x15E00533A5F84A22B3558A03A0745E32 , 0x9243366D8F8C46F38F9625D54AA65880 , 0xDFCA4DA5892E4388B2EF929BDE7DC739 , 0x21A374A2294747F6A30854538504E0B9 , 0xCF85813F532E4972AC69189B9516A94F , 0x1000052DAF804ECAB26FCA52EB4E3745 , 0x50600BA4122543CA898325EE774941DE , 0x4FBF7D7C8D13488E947D1E92B1BEA87C , 0x625CCB60161F4524A9704B69C51B4CB1 , 0x3408F7D3ECDB4FC7AA7A119BA53090C0 , 0x13240E7D85B3475EBDC20A465A4B52E3 , 0xC880AE0D6CE748B587347C8B99329925 , 0xA5F9BFAB0D5A40F888C15C0DA47B8242 , 0x4CFEABD10B474D05B109A9C89CF6BD08 , 0x34E77A7337F1458C9ADF63A1C83D51DF , 0x13136A881ABD4475BF7565B7D212080C , 0x92C46D4DC5394DD39C32B109CB21DAF4 , 0x16AE3FE0476C4B9EB99AAEDE55791CC1 , 0xDF36CB4DB65843F2AF0C4864151C2FE9 , 0x9FBE7FB5274E4349816A93A8DD2E6321 , 0x151B8D1A42D44CDBB4F8D33A360419BB , 0x47CA51EE9F8044AD8DBFF607176C4BC6 , 0xD250729F68C04E558C037C5242E4157B , 0x136D39EF4CC9401D865F6894CB362676 , 0xCFEF3B0B7D9248C994F0D80D82FD6226 , 0xD6A2D5D8F19B482B8B6126678687995C , 0x24E2C71A7C4B4EDEA18CA5B290C5EC66 , 0xE9E61673A188435CBE9C33995DD4E2F4 , 0x8E624E74B90D438BA44A2EC81A5F030B , 0xFD6303C9F48345F0BC41E5CF01873F03 , 0x2A23E0E3AB7145CA935EF12EDBD807DA , 0x17232A149D834D909F3F78FAB84101FF , 0x6EF1C9B4D0154E4B8F688C70CDC00CDE , 0x74D75BA6FBF94125903C074023B9ADA4 , 0x5AAB08894A0F4B5A80ECF031BD2BDE03 , 0x40E5ABA8EC1F4D3EBA60A57D0686EE42 , 0xE6CFCFF71ABB49E5AEFFBF730B3778D7 , 0x398CF68CA2F54FC989F3788FF159DFDD , 0xD4F161FC96AD4A4A8268434EA34B7EDF , 0x8442E3F4157640E38C112561981854A3 , 0xF3383896FE934AB288A51C224BA97B53 , 0xAC3DE86AE57849829E89247EED4C1D9F , 0x3E433CC064194AADB8203D647B14222E , 0x6F93C260DD3F478EA9E1513BE9E04D89 , 0x5A33B8C1827D4404919F19A8E35BD54D , 0xF943412C715C49189C875AF79037A88A , 0xEB5014F137444B1AAE79B106DBA9FE74 , 0x7123655D44E7478CA6477D0110AC5088 , 0x9FE935A58786429B80733724A86FE119 , 0x82798648055F44FF86715DE7C0282865 , 0x86B48543190946D08FB755EEC91AC61D , 0xC02CF18B8D314A47BB65A3D5307E7542 , 0x484E50A8EFE545C28806855322BBA771 , 0x58B183E7721B4867A515E06F75D2E60C , 0xC756A510AA8F4EA0859E2D0C72C53779 , 0xD57F92A7BB7147A2899AA10333E95942 , 0xB4B64ACC90C6411482FD9DB6C8F96F49 , 0xCC0B9D31DB3C49F0AECEADBA1584B210 , 0xFEFD9185BB064D7087A018C0EBE232BC , 0x103EDA8DC91C4E488343D49116CD82C9 , 0x484E0C21B86B4F4B8052439585B7D6CC , 0x9F5D2E7D9B744DFEB275B7F53041E5E5 , 0x329D0F3D697D4B25A5B6176ED3202830 , 0x45BA217762704977A1638B6A0220A9D4 , 0x8329349A5F43406392F2EE670755B1EA , 0xC4EA4B9C9BBA47F691759D14CABCDD89 , 0xF6BF57C7ACDC41409F1F3C493C62E460 , 0xDC5D00D7416C4D2A8B908E16E91B6D1E , 0x5E9969BD98864EA98E8407ECD4A1559F , 0xA85D2BE79BA94721A48B0CBC6E442321 , 0xC984331026F2496A833ACF866E1D5080 , 0x1A4724E6D5D04B83A8331D66EE21CD87 , 0x4736CA275E4644A994E924C8C68AD635 , 0xC2F46F2FC6304B89B6A26B3131DD7C90 , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x19DCEFA7CCF34BEABF45FC479F68CC1F , 0xE6EE25C618B74521AD7B343085CA862B , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0xBFFFF19837E3403881ECEDA4E088638B , 0x7896F96D091D4118819836ADDC4058DC , 0x25D40AE089E34BF5A868B666CA06A70E , 0x67DEDA1E9D40459E9470C232644E963F , 0xFB57BE7FA0E24FE69E3391060DEAEFDE , 0x90D2D49D95E244CA963853B5C550A967 , 0x09114F60C26C457282D1D096EC1AEC46 , 0x375A01A4C87948D0B8F40AEDED131885 , 0xE90D981FB0F647D09DC281A972A72C60 , 0x7E36E27D07E845B4B3E436352524E25D , 0xBD964333BD904E599616C2DB42751180 , 0x5A88DAB8596D436D889E560C822F6E26 , 0x8D78CC610B8C461B9F3D3060BC02C3B8 , 0x50DEAF2BCB52485AB16EB533B8E0287B , 0x3E6FE06A3E8B4EEB90909B6F2B59E1D9 , 0x348E1D4026C7433D9DDB3D8D7B16B839 , 0xC1AEC45E2A90465ABD285935127D17BC , 0x2ABD42DA0654487B83C7FD2E0DDBE6F7 , 0x5E4B7B3D05B941F9B6CB50FC855D35FA , 0xC16B40C1B0204F83BC6C286B5E0CDFCC , 0xC83BB8E35EA4418EB63296D8640774E8 , 0x189977FDD05942CB8A3D992DA5102F22 , 0xFB881B050804476897098861E68D745E , 0x65139590DC384732A2C0A4330E2E1586 , 0x4ED377A79A2E4822AC4F8D96183C2CAB , 0x3056DA2BFB8D4CE48A93F732F6AE7729 , 0x55C953AA383241B1A0D577B45312B870 , 0xD38D2F79498241B6AF04042FC959D1C1 , 0x8C6E98903562479397B85CECAB1339BB , 0x53314A8989504F40B302043F169AE32A , 0xD13A42501D30428B936D1BF6145CFB2E , 0xEEB34EF84ED14083B638E95E474DEF57 , 0x9759EF0F926A4BD79D266A850411DC7C , 0x33208B6D24EF45E4B105FB2C72BF143F , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x70EE4054CA6B4858AC71A86DBEF1A64B , 0x0B8BB5FE517A4680A2BC00AA5D72A2B1 , 0xCCEB17687E244A5BABD6006F6345A607 , 0x9295B31746C24CC1902E948B6CD65AFB , 0xB0D93573B4C04E08B298C76A272D1E6D , 0xF68CEE8194C74E2CB6D795988F8BB3A2 , 0xF976D218D4D143B0A1692393AF0A89B0 , 0x0A8FE50E8FBC4C9B85F5616504211292 , 0xB15562F2B5074EFF93294A5A95556394 , 0x7E97188F6A0B4F2B8E4FF473A0B90D44 , 0x9545900910C0470A8621223CF48AEA66 , 0xEDF06480192B494EBEC0A2ED46F6070F , 0x6F05AF985FBE4797A8F3D9602DF6A509 , 0x99131E6E80A747A6860EAEDF222D48D8 , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0x3AE19BE972A543BEB9926EFF4B73E023 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0x5E698BB89D274D55971858D23A38965B , 0xD46B68046E434107882F4E492042CACA , 0x2D5D8F227CAD458E854A3DE1CD832B06 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xE83132FBD5924BB69D28F0185E38F319 , 0x7868A6FF13B24D63860EE0C4DB29046F , 0xF654440D6F444CF78054B0C0F14C9BB3 , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0xA28D530D990843DEB7CF9925CF84529B , 0x2503AE508F24411BBACEBE2B01BD79EA , 0x26E295FDE95C405CB50B66CF2C413550 , 0x97A610EEAFEF45D9AE450F91D31ADD45 , 0xBFE9AE5E370B4328875833BD090CF298 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0xE794D635DE8A4683B797721819320327 , 0xF973A6EE457046EB8B1E19C7B03CEE93 , 0xBBDE709EBEA14475BC5138F8F55D061E , 0xAD5314AF466D48E5B86EB778C6FB1B4D , 0x041C8ED6153641CAABEF692EB7599E42 , 0x40EDBAEA844F40178DEB1FE7A8C7EC0B , 0xE95977B8E7D54768A16487C34DD7E779 , 0x70C94C3B7B1D46F5B535199DB085AB84 , 0xE6E8B7DA026A452EB323409AD06B9956 , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0x2BC57A2510F74553BEF566FA7E9ABC10 , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0xC02B5C2491064157A0814723455E1B6F , 0x3764E0EF6AA1497DA9BC4DD5426B86BA , 0x70EE9403B857416C96FA8A0C6B4E219A , 0x1D3EEACE788945C095403E26B2D30131 , 0x8BDCDD7E52F44152B6111B9009F86D1B , 0x67391B2FEACE4E48A1FF078727CB8E77 , 0xF2DBA6B5B4064DD1AA2BED515FBF7424 , 0xFF5AA2D2C7C64CE18A817C95DE4D7A3A , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0x10AA2308E3AA4816B155544BD1395B14 , 0xAD847231E63B4F6F90EFD0FB4B7170C6 , 0x1BBC37F462E942D3996EC73F65C65F3B , 0x8761BC4569FE4C6689C39B6AEADF1FF5 , 0x0C255086DCD342A1BD7072F4788CFAEE , 0xC1023801604C45A69112F49FE451A9DE , 0xD01C211313F64168BCC1C2F091E07894 , 0xAFE0B4BB40034491AC7BCF3EE3FE19EE , 0x531F2BB32991464EA5479343F2D9E577 , 0x71F75E5AD1EC4C3A8B87832B3554CBC4 , 0xED8AAC662284460B85002B795095F7A8 , 0xC6DC8BEA9C234666BC039E76421DCB6F , 0x2720DC05C39D4A60A72240B08C914B64 , 0xD280058C4E68434393696FC10C7A5FED , 0x66799A72065B4D4D9663C7970C176D04 , 0xA1EFD1173BD6428981C099D0DF17DBEE , 0xFF9980DFB56D4543AE9AD706845CFCE7 , 0x440B30F8AB86409EBD712C6B36016EAF , 0xA2E2B1D0014345948D54C4F8932E4D07 , 0xFF5B80B094F247BB81C1CC8A050C6904 , 0x934BA6CF7A4640ABB4D08851731DC4C5 , 0xF61937C6D8C14AC9A980DD41EDAF6915 , 0x1ACCCC55AF184996BE768CF969F37C0C , 0x2AE07198DBFB46D4A6CDDD41FF692C6D , 0x5CB29FC5440B46729702320AA8F64B14 , 0x80C05280F5EF4BAB9A0C585AF068C32A , 0xBC3C0E1D84CB4FE89E0A4150A65BAF77 , 0xE997C8751FAC4CA9859A9E9C9C97EC3C , 0xD51AFEC457194113B22E81AEAF2FB93F , 0x6CD1396EA58246D39A8DE490C29B1324 , 0xCD38B49B55824307BA643E86F68C315D , 0x918362C75B23493EA15AA042B43277A6 , 0xFFC12BECFC0444B4A99D36CCDB20BB8A , 0x3F19CE8E1B074CB2AEA031802DEC8B37 , 0xB86222761D59446796E71081FAFA78D5 , 0x4D3EC7C3A0914078A938E142F85E6266 , 0x5328044BBB9746F4931AA66DDFCD4E85 , 0x3824DB22AC8E4BD0B4599A37570E5E50 , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0x8BC69C4A7FE6475EB6E0778AFCCC12CB , 0x0F00667E976A4FA1933FD5DD1ABD3431 , 0x905CDD327BE941B28C590CCF7C84EAAF , 0xB1229CC5C707454FB5FDAA970E2E6F84 , 0xC628F59954254962BC11917AB328D2D9 , 0x26CFB58D138A4542AE52AFD1E3593A6F , 0xFA6EA532CB1C45DC8D0718A1AD8C3D18 , 0x807EDE3561674322A8ED23682AFFCD6A , 0x9741F73405984689A2A58202563EEBD1 , 0x97E65DC4DBA04F9D946367B7F5972DDB , 0xA099825FEB7D43B9A5039F763A1B1F10 , 0xFCE481C9E8E94844BBB0976B4EAC66DD , 0x1B2C1A85997341EF8F04D59BB35DC2F2 , 0xEA0128502926474EB905246325F11393 , 0x2075FF76509E4401986AAEB252A47EAF , 0x4DC83EF9D5A34B86AB77D2844F160FD1 , 0xDDCB7A272BCA4361A5C11A6F053C3CE1 , 0xEEFF7C7E930F43E79E981A3CC6FF182D , 0x19B2A2BF90EF466D8549E20B5FD4B1C8 , 0x67D1E7AF837F4C19BCA3C3989B8B6B68 , 0x5EA391EAC04F4DFD8353C74C638D7FC6 , 0x2E8F7E13DD194633830C69DFDDA0E89B , 0x2D020203DBB8489B8704938C4D27013B , 0x1325FB370BA1416F918996EB07E8CB8B , 0x062D13CC787348868E2680D96A86BD92 , 0xB1EE1B8A5C4C4C018F51202148A00583 , 0x0D15763FB7E64AB780762A3BA601AE6C , 0xD9AD9BC07D9448F0B0B59E95BCC67D89 , 0xFB88C0796AEE4B11B3F28E8F5FE6FD8C , 0x0D872A2A239F40FEBFEF9048B2E4090F , 0xE78EEE4D34BE49C28042466D00F82F2E , 0xD73C6112053F4869B0E15C9A6C4E86D9 , 0x9ACE78CF7ABD472B9581641DF86C2B94 , 0xD31A3D133B4D4B43AA0EF7089C2BC307 , 0xD8FD9D27BE624E5CA7352ED045D4A09E , 0x681F2E95BFAE4E37A6E2A24616B6ED76 , 0x42148A7253444E7BBAB4A8AE8CCAA5B3 , 0xEF464BE87FF74F7384EFA6016D91D127 , 0x4AF5313C097844CABC8CADE116493D04 , 0x7C6F17798A754C749F038BB588490847 , 0x730AD3BD531C4CEFAFA23D26DC6CD131 , 0xBE47D99EE46D4E159DDBCE9CF878EACF , 0x8C2481E41A8344B881669094EB365491 , 0x0647DC33B8154413BAD2C9D3A2084BB8 , 0x861B8893C8324A15AD3F2AFEA3712C89 , 0x0BE6C1CC5C8D4A6E99778D04187B384E , 0xFF0FA45BF30B4E61AD6E20DCED50EEC7 , 0x749C3BF293AB4A9BB297ADC62400A57A , 0x7D04C91565FC4778B5D21B40686F61F6 , 0x6B4E2DEC349C4B00898F097BD92B5E9A , 0x4A9FF0CCC1D34DF2A355B732AFF60588 , 0x27CA355FA1134BE9A8844E6ABBFEBBEE , 0x69FA34DD2AF5429ABB86901EE7221702 , 0xCA224EC76679424D8C2DC947F02039E6 , 0x7FF3B3F601B04F6595239D364A86819E , 0xA6F7C8BECC4B415F96B65AFC997CF3D4 , 0xCF548DACE57E49E2AB200928F7CC708F , 0x4F463DD4D2CE49C6A00474549FEC5591 , 0xCEE93085B7FF412C969466FC3984E9CB , 0xB0D2CEED22D04ADE888D000CBF6A8745 , 0x1C484DA9B3B147F6A76F8882594D3072 , 0xEA0662D31AAD4352BB16A6B31EDB07D1 , 0x11E82F3879F146199C413DF3478FC820 , 0x34327BE5DBB44895945339588A43B466 , 0xBFCD7D83E3824F00BA86A7BF80940C88 , 0x817655206B99448CBD68B3302A622981 , 0xE08D5535BD5B4CA593AE61B710B78113 , 0x72514B1532B64F73A9FBF47BAF255AB4 , 0x76B7ABE8A51E421DA1D8E557B84C7CE8 , 0xF3EEDFF565E949CC87A751DF8477B257 , 0xE576AFE312EF41EE8CBB8DAAA149271C , 0x1076C9E5754C45488A3FC0D8A44C638E , 0x6CB91170BC6641D8998F5F8886377C0C , 0x69D50D5F3BFB4F5A9A9FCE48460CDDB8 , 0xF3A7C98109C94A078CB1D75554B0E821 , 0x9B8D82ACF40E42BF8A28012BE3053B04 , 0xADB42016585941A3982EFE96F98DC6E9 , 0xA493BC46F0044218A75E231431CDCDAC , 0x5EBB1EE0ECAB4305AE161BE719F5A35E , 0x41FE9E0FAF8A4C65854120F87C614BAC , 0xD3F71FAED3CC4B4F87C677874C73C272 , 0xB6555215FC0F42FCB64E6BB393ECB1BF , 0x1693FCF925C44810A563279843271136 , 0xFEA120318C2D40E98928AF68E6C9493C , 0x64C9FF68AE1F4E80A64A6BE6D5D60DF6 , 0x0F12CA6072F448C1ADD7A35749BF5F36 , 0x5D0CF988FB694DC687D8E084C0A13439 , 0x21A826B452D540089C27676468A7F79D , 0x541D3D184F524BEA9A11E8BC250E4E1B , 0xFE1BF031DD6741D19C5EA970C252CBDD , 0x09C7AE08E29247BC93D1743285A061AC , 0x6E727588A1EA4A51BD81E8646ABB830B , 0xBA5091FC268742B98C1DB12F2EA17931 , 0xA86883D6BC3D4B96A33AA90F877731F2 , 0xF7A2FE009D8B4BE4B16F874D3D880338 , 0xD002CB1BEBFB4FE281D3B521312CB604 , 0x158160BE218F49B9B600ABB51991CBDA , 0x7EF6C60B0AEB488C81D12E6E2F046AC6 , 0x5114F6EFB07649EA9B5BD1CBE33CAE2E , 0x0B67E9C551E445A4AFD0D30A7D3AF207 , 0x2FE5E5214E9B418CA1495AF1A0AFBA6F , 0x52A44EF6ECC048AE98D95537921636C4 , 0x29B847EBDE604AEA841C1B273CEA05D2 , 0xD8D39A0191AD41BD810877A96F931135 , 0xBB0C978CF3EB44AEBF23EE1450072BF8 , 0xA24A381F6AC945C7A40CF03A21D33C2E , 0x351E4B12797F4094A3DDB89A07D51464 , 0x937FB788ABCE466098EE085ACD6D5021 , 0xE1F6230C34D446DEB241A1404AD44B00 , 0x2D8755344D0F435C829956E143465FCD , 0x5226CC6C3E574DFF971A798F050E609C , 0x21FCBE73B51C4013A25D1CDCDFB7973A , 0xDA312B89B023464E87F6EC89FC7C2B29 , 0xE01626A697E646F689C58B1AD7F50DF9 , 0x5ECBD967074D47D88D4912CFE35C5EB3 , 0x62208E44AAA1422CBA37C62218607C82 , 0xF4A101A5D62A4E50A4C778B276D6C55E , 0xB691F6FE3B6D49E69BA7EBFDBFBE6E6B , 0x2DD49DBAA57346909B2C79834ADF3A7C , 0x1410C4394896444AACF20ED36DDF417B , 0x026D8FD68A6643E89C5E27B3A46FDEB0 , 0x2CBA78575F0D4E5DA746EFC77A8009D4 , 0x945E485343DC47E19B8CC2F87B0586FA , 0xC962823794244E439B69C2831DAA1C49 , 0xE256B57EEE65462FA04EDE267947A552 , 0x9D16518845274D998B5F0F970349AADC , 0x01BFB1A11E3341768185CF1437C72934 , 0xD288CD1FEE784F93AEE5BF1D293B470E , 0x4B72725996AB40359CA4079B68E600EB , 0x757F0D0DAE684A4E9653400F921F6787 , 0x95D08747F0ED44BDAB07EB9D842F47A6 , 0xA49145F9CCCC4596841681AE9FBFBA44 , 0x010B721E26314E19BC1B4857F82BF2DC , 0x5964B314395A4A6B81787B5B8CF433A2 , 0xFEBF9481DA6C4A8C834E56C75B036918 , 0x6C584CB83E56417BBB988FDACB1591CC , 0x13F2145DA56846FF957EDB5F00266B0C , 0x99C7FB649B3246259DC97233B55126AF , 0x67CC836DB832404FA4171EA8CB401034 , 0x3876008AA76F4508A23F8B0032FB8348 , 0x06FEBBAAD1EC4003ADEA2850AD1D1055 , 0x80D9DD705E6E40F4B522160965947730 , 0x74553EDA248B45A49BA21385943DF95E , 0x814673BA49A4409793447481B4C32399 , 0x9B3B15B2F80844D1BB545A1357161662 , 0x61183C4D275C47FFA2D7F0448042A479 , 0x64A9AF2857AD434C8B9A570731DDB51E , 0xBB7D8A01B7264492A6A909B8746A1551 , 0xE5FFA708CE984619AEAFA104750EED13 , 0xA081D846B9874B1485968980833999DD , 0xADCB48106A21453C98832BFE62866A54 , 0x489C86B0EFCF46AFBE7BD27E3C4BD40F , 0xF39E9A5F2B7247A2BEE155B571D480EE , 0x16F07F9517BB4001952E9D90BF731D1C , 0x444857E51D3048A69359EF6C849BD7E4 , 0x9CA2DFD74BE547B1AA86EFF45CD2ED7D , 0xE4CC7CC1C37D4AEF983D1DC72787603B , 0x5BE112DD36B14850984AAD1185A7518C , 0xB52E1B0F2EA449E688796DB58D1D6EA6 , 0x5CB7161F18834128B5CE919E1CF41BC6 , 0x6D354EFFDDE5489290F6530F653500B0 , 0x6D759189C4A14728927A26B23ACF20F9 , 0xEC7DFAFEC1204E5990C99EC9EBE19D94 , 0x7F5C5024C9DD430883C117570439F39B , 0xF7512EB04A554F7D99503B60E60A5B2D , 0x17FF697DD29E450B9A29C6972EA41BA5 , 0xAF77287726384CF7ADA2F43B546F5E60 , 0xA69D5C7402994073988CDD566036BD14 , 0x42A495F04E4D4C14AAE285E6ABAAEBD6 , 0x6B25E01CE660495CB08618E144634079 , 0x8F3161BDB8764451B9BEE22F961810F8 , 0xB2F9834EB99941638C4FC2C17DAAA268 , 0xB7FE95C53FF24DDC8321BF596A086E3D , 0x0480CF6C01B44B77AD919BFC5C8C10B0 , 0x07B9D9A3DFFB4190A0DC531A585CAC14 , 0x891003F8928E45089F992FC9D55C6942 , 0xC2DF9BC5C07545F187535E63CFC542E6 , 0xDA6295D6E26741EBAFB1B1C83527038B , 0x4F3E44CBEFE84DB9A90B66026315C4D0 , 0xD7B3A5468E3E40A982DB6CD1FEAFBC57 , 0x0B5F677BCD0F430993B023BBCAA6DD54 , 0x3CCDC1A113D8457A9C4CC7CA8926F865 , 0xD3BBB79ABD8A482E80B25490C9B8B0ED , 0x30CD49853F0C4D3B9FDADD3D4B3661EB , 0x0C6C9EFF4A2047B49E4AA3497760F651 , 0x592F5006919440E3B25AD4EC52121A04 , 0x432D9616CB4046429DD67AF398E80C54 , 0x988B671C705244ACA2716A2408687123 , 0x3F5E3337D20244908BF2C9C878E760C2 , 0xEBDB3F4782E14A0BA90A917A946C878A , 0x474596D0492F432B9452F19F8F7C65EE , 0x25D956B2F2DB40A78B9EEE88836D121E , 0x33607D10BBED4A2F96337948F9F0DC95 , 0x95D3714074084C3BA682EEF94D7C8B85 , 0x6701FE7F2AF744CFBA2833799EEA6F13 , 0xB43DE9E471A9442A9C845D14FC6559A2 , 0x667EF325DDC44A6AA59DD6C8258CDB6C , 0x8BDE5E9A97034AB28250C4B5495B2E85 , 0xCFD090E5177841249AAD0A868A2ABE7E , 0x9FA306C764344CF2A08BF02D94840004 , 0xC6BD1948BD1447D09154E47900A9A18E , 0x8DF3C243B65241C78BCB534B6025F147 , 0x9C9A673A941347F08CFF13A09457FEB6 , 0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x3DD8389370984D7782EDEB34D0BD805F , 0x89C7C39B12EF4800AF0649B3A826A1C2 , 0xF0585186787444A3A1D853F2F5BA2B75 , 0x47A93EC150264E28A91B0AB6C8393B23 , 0x97417C60899F440B95CCE29025400F85 , 0xECA6C61D1BB64A79B61B8EA20342F59A , 0x3FCEC18E38194644BD78A30F29B2ECE6 , 0x1D37699AE09F4A9A9D2B7CADF3C8A664 , 0x2BA1F39F62F8498B923C1EBA8A2C9C6A , 0xE9DC974193E947CEBE057B7A3219D2E4 , 0xF56484A74CD14242949BC2B3FEFC3CF0 , 0x8ABFC0EC0C7F44E2AA9FAF778876DE2E , 0x0111F8535A3948E8A96489CB9D915F48 , 0x56D7E06EB90F4444A6AA37B6CFC7E0F0 , 0xDA85E2F2A6B145E0A06146C9014D4C6A , 0xCE94D0CC7D7443AA92BA14CBFDA2D6B6 , 0xD0CD070031174C828424DA3D57FDE969 , 0x7FF17188307F4E7DA79641C2699DE90F , 0x4B74014A94154AEFBCBEF8FC606FF8E0 , 0xD3B743ED0E754D1CA5FD15C8F541E19B , 0xDDBB29D96E3D42048C9C450ECAC73FE4 , 0xFBF480D78C31411CB61F9F5880799938 , 0x41A189D7B2E94724B98E61FE74F534C7 , 0xE65CD05F0675472F8F09D1175C6A6E73 , 0x915724EDBFF24B7F9FA21CCF1E5805B9 , 0x73FE4778482F458C89C92C699BAFCE4A , 0x86F04E70E67F46568EB521825176C31C , 0x0747B3EE39E64E3E9006D03147A95E9D , 0xB8DA2B26CE92471A8AA59C0A98BDF736 , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0x7126C3F2D9C6420398AE492FF0F465FE , 0xC1D9A6921848455DBEBB22C984FC8E34 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xA72F5551539541B79CCDB5B8645A79F1 , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0x8689BD201927489797B669C72E045EE8 , 0x9077DA2A2CE24EDD9AC067B169B1A104 , 0xCD4B824EA48B4B7E97AEC104FAE16EC9 , 0xFA1DC96797A84685B561A897F777D654 , 0x749E039F8C104575AE7FB9C644AA3CD1 , 0xE168DCF18F144133B5B7E214ABE584FF , 0x2D719095F3994B7DA860D4ED1EF5F4FE , 0x8F42BA02310642CAA0477C5CE08D52E5 , 0x83841DF5E33845F394173B50624A30FE , 0x0E7EDB8814F046FA9E6590ABBCFCE639 , 0xA2C5F69EE00F4DE381FB3F69ED1EA10E , 0x6D8DD0AD10704C33BB6A0953D63248DD , 0xBC8F72E002144AABB0D036BDF9986F66 , 0xE57B27EBABF34F51AB9D48FAFF828C31 , 0xFA84FDA293614239A7FC94CAA49B05FB , 0xCC5C29AB14EE403D8E1CFB7C29E67F7D , 0xE7958A94DD344BB99777B666FF262526 , 0xA2A85C36E88A48ED867085C77E371EB1 , 0xB596FA4A31504C48A4B42DB875BA4294 , 0x5A4FD7554CD548CEB65C41371ECFC3BD , 0xB81AF3BA9EAB4D5AA6AF4C7D39529FCC , 0x41CBF88DD62543AAB50615D6C5E57B0D , 0x1AA7760E025B4D2581D91545E65637D9 , 0x6A82C911AF8F42B39BB29DAA346DE997 , 0x73C9CE627DF04B54B52CBC516CD3B10D , 0xF0E35B28DE174427B3C34FAC73085419 , 0x240AF239091843EEAB35819A726ACB90 , 0xDC3657F8B05A4D2DBB0DD66F6633F8DE , 0xCD95379199A5406D9C46ADD05F4C8BFA , 0x9CB7F32A8AE54DB9BAEE55861D5DE426 , 0xFD23B9A0FBA645699CCA21B095960FFC , 0xC5ADE040A70D4F22B34CAEDC3D93C441 , 0x7AB4F209095F479DAEB7052CDA65A52A , 0x4EFF0540DBB748D3B39B989D37828734 , 0x081DC4AD32DA47F8A5E9C9D165565072 , 0xBB4D0AAFE8CE450F9F0EA759A2253DE7 , 0xC604732E69E54395A57431B3DECBCDE5 , 0x2C09D73BD90245B4A8C7778D55FB0D3C , 0xC71F63802FD34787AF98F22E4A8F5188 , 0x5E6D2544CCEF4761834BECDC68B08E44 , 0x159B67BFFD63444A9781719AE6B545E7 , 0xE0A691E8D099481CBCE7E3E4217B1945 , 0x0217734EA93E4162ACFF209D83B739FB , 0x87A0B31FC3DF40D9B7CF1B6BFA5206A6 , 0x73A798034B6545E5BEA76EDC19C9BDBD , 0xBCC6D8F9ADBC413CB1CAC1FD89A0D0C4 , 0xBCECDE65E3D649C994FC9818C79C5148 , 0xB6946408060E49E49EBB9469CB84CDD9 , 0x0BAEF82CDE864F539D677A178CAE3A18 , 0x1084B70E0273445E85A29432A32E311C , 0x65B4E756F4474019B2B2452D8D1B224C , 0x67805B52A9F44FCE88BAEF65183A6DBB , 0x148FE2D740E846829279FC7C1F643C9F , 0x3410B846409243BA8F817BE282CB5A55 , 0x0A331222ACD74A0E9E08D7A7C95CF4D1 , 0xB0E53B9FB82A4310AB995285D3068DC2 , 0xD28670E95C3C44A5B2DF2A6EDB98DE79 , 0x55DB626078624359BA213FB9B1349AF2 , 0xB1B9FDEE08FF4C7B8A847DD96D95595C , 0xD7AF7FEA304046B7BAC4A7776E343A49 , 0x12F93E8203D943C987658EAD780E0059 , 0xF401EF26FA8242D285402F9E201758AA , 0x92BE699C79114A5991B973DDF6DAA013 , 0xF08F0EC4F51C436F91F2BA6583378EC0 , 0x1F177EBEA7A74A3589E30EED1A97752D , 0x9260C7EDEE7B447AAA3C3686DA7F20E4 , 0x28AF998F92EC48BA934587CE5CA0C90E , 0x752C988BCFA5489CB395F551D8D782EE , 0x72A9F1781E754B2198F8826A6F71F5CB , 0xF4A00E2D169142079C451C307330FD6E , 0xC0BF2EF7BEE34D39B2E240D343E8A706 , 0x87C6574BC8B44C33A696F1917C5F0834 , 0xBB47E9383C1A4B768B80BC6E72262FEF , 0xDDC0C256D536499BB1915BA07C74D30E , 0x14AF32D3DB4147ACB046FA421616E50F , 0x22C6FDDC66D44BC5ACB639400BEF41F5 , 0xC91B25FC051E458AA7D52A63CBCEB487 , 0xB17AE0E53B44477295291309841D045C , 0x90E1C8DA1B1E4A62A3DD3C24AA302BA2 , 0xFC5A03670CF94CDE80A990EEA0DB8E18 , 0xEE0BF03BF44644B0844A0419DD10F6BA , 0x778663E267E243158F8F9856178CEBE0 , 0x7DD79C471F024EFD892F00FA6E83D57D , 0xF5CA7258DB5C4AFCB1F10B3468075F4A , 0x5C87111504E444B888B1792D4076D1E1 , 0x56C7964019EF41F585F5066ACD7AE222 , 0x7587B8731FAC40A9BC731AE9167A44CA , 0x44BEE7C8BF264F12905CE8F20941524A , 0x8A182B21F5024760B1056961C3E086E4 , 0x3BF2BC921423452A86AB1260EC98C220 , 0xFB602DF390164B65AFFD67CC9A2ED1F1 , 0xDC22873517F44F2F953AF54BB7A68EA0 , 0x68C439D9301A464BB0AF9F1A035D2450 , 0xD3087C91C4644B168FE53D4B16ABC519 , 0x24D2C2CA37C74E36BEA954596B6DFA6F , 0xD77BB67537B841FFB93EA50A41ACB86C , 0xC8C9E21A3B6D4127B04B4DE48C357088 , 0x66DC22B184EE47CFB36276D819B06084 , 0x0FB17958D9654B9C9B30535001C901F9 , 0x268FC412578B406F8945566B61785612 , 0xDA9061E2F1EF4C4FA4688C85AE4DD603 , 0x0B796E0C7BC446AEBA376DFDCBCBD2E6 , 0xE433FEB30A324EFE8EA9317B50B2B0C3 , 0xC4F4220CD37744B49A8296914639078B , 0x9922611931C64C3F8E12BFD06A9DC01C , 0xE107EA3280D64FE49F60C8E1F699EA1C , 0x7297AA5B4E0F486785A9C9A12BEC7E01 , 0xA16D92237AB9441AAB63138B567888AD , 0x8ECE3612F7B44FD2BDD16D9C40FEF6F3 , 0x5BD08049ECE44B7E9CD9689BEDBD1047 , 0xABDC821DFC124F4BB3F103BA037B8A1A , 0x2E2F27D6734F4CB0A07E12574A91C66B , 0x43B8DBF5D1EA4BAAA0ECEB679685F1FB , 0x127A24334F7F41CCBD4190626F22838C , 0x84C78DF582C94899AEAC39F22425CD84 , 0xD98C8C74744A4988A4F1B2417729755E , 0x771844D937A640428FB9B94437B5A638 , 0xCF91659F35B44FDA9FE1B3145675F29A , 0x026A36EE517B4A48AEECBA6E6A0FA27B , 0x6C2696A118584BE6983255A331EF7874 , 0x782C7EF38402477A9957788127084BEC , 0x5625B687DDE5468A8BAFD836061C81BA , 0x453CB6A7D1054B6CA71308ACDF2FC150 , 0xBBCF67131999441A954EA4154C3F5AFB , 0x064DF466CA914D0F8DEF3C68BEEF1887 , 0x56A96D026BF049338B0B6DD3BD7A0BE5 , 0x7F53F38FAD9747D2923D1270C28747F9 , 0xF26ECBE6631B43BDA38F228E31C1C8F3 , 0xFBDE07FACD774F74855D8D47686F9818 , 0x0ADB99C7ABA642DCBBB3FA69226A51DF , 0x74C5C5C14CAB4AE9BE6A1EA52D35AE56 , 0xA4D11872080049089F3B4A598F706940 , 0x37582405C92248E4BF22AC837309396C , 0x7AF93C511A004FD08F0C4FCAB8B804DC , 0x6599B7D7C2AB4823BC69AC4EB29EFD74 , 0xE455D39404884450A85B3CF0CEAC0D31 , 0xC102C2395C7C4A409C12859014815AA9 , 0x4860F5F455A049AE80F2EF129CAEC1BC , 0x22234227AC2A4672ACF0E60152F0E373 , 0xF8EB3F4099C0468BB7A1D0568C3D423E , 0x0A4ADCE2C2ED4B029B1A4921E13C204A , 0x6A6E4D80888349CFA6963CD053577D90 , 0x10B6A228666448CEAFC5074AA7B660FF , 0x79AE5B1A45C045BDABE6355227DF2B4D , 0x88B50903F46842A68918FBABCB015ECC , 0xAE475DA383374EA8B26F92EC8BEDE2CF , 0x7C897CF1DDAF4CA6A927C41CE075EFB6 , 0xA8C4B474C1CB41708ED69AB77057795D , 0xB713D87D42844928A82FC0D59B254B3B , 0x6D540B91FD6343FAACDFF28C1F40B0DC , 0xF12F9530D1F743C095FB311297311D07 , 0x4EFA915E5B8F48AEA1FAC617EE3CD696 , 0xB1646D4ADAA74C738C972CF991D0221E , 0x92568C6F16F74EAF91DE377E45BCBC7D , 0x4F1B71E8A87E4836A2B60EE5CC00C7B3 , 0x60FE93E181114ABBB5D1D556F6AB352E , 0x3048361232D742EF8593593C60CE0880 , 0x3447D48A34E948A8BFD41DA963958FBD , 0x718CF07CBBBD4133AB4FC7FD82938D52 , 0xADB524C920B94F9F9EE3C6680F745BB6 , 0xB22D0F6ED42E4DBE89E85685550B3D25 , 0xC8A4B68A6D07413683303BC2D8B9F9FE , 0x3E9FCC3AEF6B4A54AC5B517D56519034 , 0x8FD6703DB3194E48B55DFD519146A99C , 0xF1CB75EEAC6140A78D8A9F3569F469DE , 0x0D30140C438345BBA399412F8DD2D7C4 , 0x908989FA6F7945CC91E296B1BACA1BFE , 0xBA074CC301934C2682C77035AB273740 , 0x2A3A57074AD14D589462B7E3FF6ED5F1 ));
Copy
84
1.82 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 m–:S`D\x00 ½Ó‡‹¸’åÎ "
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"\x01\v r\x1E &1N\x19 ¼\e HWø+òÜ "
b"\x01\x11 °SZ9HÞ®dë╦Øæ_H "
b"\x01 ┐▒í\x1E 3Avüà¤\x14 7Ã)4 "
b"\x02\x17 sN®>Ab¼ ØâÀ9¹ "
b"\x02 :HMæÒCõ¸ü\x1F Ûy‘!g "
b"\x02 `•¶œ‚G\x03 ¨G0Ûí\x10\x1D ¥ "
b"\x02 j6îQ{JH®ìºnj\x0F ¢{ "
b"\x02 mÅÍèfCÞ£^'│ñoÌ░ "
b"\x02 ˆ\x13 *ý_Dm€\x00 Ê‘“ç¯x "
b"\x04\x1C ŽÖ\x15 6AÊ«ïi.·YžB "
b"\x04 €Ïl\x01 ´Kw‘›ü\Œ\x10 ° "
b"\x05 ü▒ºÝéADäÙHÛU[?\x18 "
b"\x06 -\x13 ÌxsH†Ž&€Ùj†½’ "
b"\x06 GÜ3¸\x15 D\x13 ºÒÉÓ¢\x08 K¸ "
b"\x06 M¶f╩æM\x0F ì´<h¥´\x18 ç "
b"\x06 Æ\r µ+ÀK\x15 …'n†A1ëÀ "
b"\x06 þ»ªÑì@\x03 ê(P\x1D\x10 U "
b"\x07\x02 │░&\x0E Jãíì(¢zÔID "
b"\x07 G│¯9µN>É\x06 ð1G®^Ø "
b"\x07 ╣┘ú▀¹AÉá▄S\x1A X\¼\x14 "
b"\x08\x1D Ä2ÚGø¥éÉÑeVPr "
b"\x08 mˆ ÏwJ€˜Ÿ\t !EKYt "
b"\t\x11 O`ÂlEr‚ÑЖì\x1A ìF "
b"\t Ç®\x08 â’G¼“Ñt2… a¬ "
b"""
\n
%,\x13\x1D àL®„âˆ\x02 cÉg÷
"""
b"""
\n
3\x12 "¬×J\x0E ž\x08 ×§É\ôÑ
"""
b"""
\n
JÜâÂíK\x02 ›\x1A I!á< J
"""
b"""
\n
ÅÕ\x0E Å╝Løà§ae\x04 !\x12 Æ
"""
b"""
\n
ۙǫ¦BÜ»³úi"jQß
"""
b"\v J\r bûGNzŸ&a~D‘™ "
b"\v _g{Í\x0F C\t “°#»Ê¦ÝT "
b"""
\v géÅQäE¤¯ÐÓ\n
}:ò\x07
"""
b"\v yn\f {ÄF®º7mýËËÒæ "
b"\v ‹µþQzF€¢¼\x00 ª]r¢± "
b"\v «°,ÌåOSØgz\x17 î«:\x18 "
b"\v µ┴╠\ìJnÖwì\x04\x18 {8N "
b"\f\x15 ÑyDLKn 0yÆ#£\x0E © "
b"\f %P†ÜÓB¡½prôxŒúî "
b"\f 3—ôD˜Ge›œ\v Á\x17\x18 Ù) "
b"\f id&¶€A\n »\x01 Ò“5P\x00 ö "
b"\f lžÿJ G´žJ£Iw`öQ "
b"\r \x15 v?·æJ·€v*;¦\x01 ®l "
b"\r 0\x14\f CâE╗úÖA/ìÊÎ─ "
b"\r ç**#ƒ@■┐´ÉH▓õ\t\x0F "
b"\x0E ~█ê\x14 F·×eɽ╝³µ9 "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"\x0F\x00 f~—jO¡“?ÕÝ\x1A ½41 "
b"\x0F\x12 Ê`rôHÁ×£WI¿_6 "
b"\x0F k\x17 oQZOן‰ˆŸvße) "
b"\x0F ±yXÙeKœ›0SP\x01 É\x01 ù "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"\x10\x00\x05 -¯€NʲoÊRëN7E "
b"\x10 >┌ì╔\x1C NHâCÈæ\x16 ═é╔ "
b"\x10 vÉåuLEHŠ?ÀؤLcŽ "
b"\x10 „·\x0E\x02 sD^…¢”2£.1\x1C "
b"\x10 ª#\x08 ãªH\x16 ±UTKÑ9[\x14 "
b"\x10 ¶¢(fdHίÅ\x07 J§¶`ÿ "
b"\x11 Þ/8y±F\x19 £A=¾GÅ╚ "
b"\x12 <sìw@\x1D ˜¾ÁLXóV¢ "
b"\x12 z$3O\x7F A╠¢AÉbo"âî "
b"\x12 ù>‚\x03 ÙCɇeŽx\x0E\x00 Y "
b"\x13\x13 jˆ\x1A ½Du¿ue·Ò\x12\x08\f "
b"""
\x13 $\x0E }…³G^½Â\n
FZKRã
"""
b"\x13 %û7\v ¡Ao‘‰–ë\x07 èË‹ "
b"\x13 m9ïLÉ@\x1D †_h”Ë6&v "
b"\x13 ò\x14 ]¥hFÿ•~Û_\x00 &k\f "
b"\x14\x10 Ä9H–DJ¬ò\x0E ÓmßA{ "
b"\x14 ÅÔÎ@ÞFéÆy³|\x1F d<ƒ "
b"\x14 ¯2ÓÛAG¬°FúB\x16\x16 å\x0F "
b"\x15\e ì\x1A BÈL█┤°Ë:6\x04\x19 ╗ "
b"\x15 ü`¥!ÅI╣Â\x00 ½Á\x19 æ╦┌ "
b"\x15 øg┐²cDJùüqܵÁEþ "
b"\x15 à\x05 3¥øJ"³UŠ\x03 t^2 "
b"\x16 “üù%ÄH\x10 ¥c'˜C'\x11 6 "
b"\x16 ®?àGlKž¹š®ÞUy\x1C Á "
b"\x16 Ü\t\x07 xxDø‹©€> •\x1F à "
b"\x16 \x7F ò\x17 ╗@\x01 ò.ØÉ┐s\x1D\x1C "
b"\x17 #*\x14 ØâMɃ?x·©A\x01 "
b"\x17 É\f *yxO▓ÑÌ\x07 ¾└â´[ "
b"\x17 ®\v ¯\x00 ÅHî•J`ê´Õ'Î "
b"\x17 ÿi}ÒžE\v š)Æ—.¤\e ¥ "
b"\x18 ™wýÐYBËŠ=™-¥\x10 /" "
b"\x19 ▓ó┐É´FmàIÔ\v _È▒╚ "
b"\x19 Üï§ÌóKê¿EüGŸhÌ\x1F "
b"\x1A APƒxcBü‘8\x03 ò3È-Ž "
b"\x1A G$æÕÐKƒ¨3\x1D fî!͇ "
b"\x1A ºv\x0E\x02 [M%ü┘\x15 EµV7┘ "
b"\x1A ÌÌU¯\x18 I–¾vŒùió|\f "
b"\e\e ì╣íQ@5óÌÞÅ_\x14\x18 g "
b"\e ,\x1A àÖsA´Å\x04 ıø│]┬‗ "
b"\e É|Ó¿¿K¶«\f 9[ºJX╩ "
b"\e ™\x06 Gç¿@«„¬ÎvI4Of "
b"\e ¼7ôbéBÓ™nÇ?eÆ_; "
b"\x1C HM©³±Gö§oˆ‚YM0r "
b"\x1C ]ª\x08\x06 ╩K+É┼zÝîvNh "
b"\x1D 7iÜÓƒJÜØ+|¡¾╚ªd "
b"\x1D >êÎx‰EÀ•@>&²Ó\x01 1 "
b"\x1E èæ`“ÿEÕ³Èy\x1E ¬÷Ëñ "
b"\x1F\x17 ~¾§§J5‰ã\x0E í\x1A —u- "
b" !í;'QI§»Î¼ê>>Q "
b" eG³tÜDȃ\x1C øKȈ\x15 a "
b" uÿvPžD\x01 ˜j®²R¤~¯ "
b" VQ\x00 ▀L└Éáz-!\x00 ╦£ "
b"!4"N‚Bä¯~5\x00 cs–Ó "
b"!£t¢)GGö£\x08 TS…\x04 ๠"
b"!¿&┤Rı@\x08 £'gdhº¸Ø "
b"!ü¾sµ\x1C @\x13 ¢]\x1C Üß·—: "
b""#B'¬*Fr¬ðæ\x01 Rðãs "
b""n\x15 ├×ÊH\x1A ì7@\x1E\x19\x13\x1D x "
b""ÆýÜfÔKŬ¶9@\v ïAõ "
b"""
$\n
‗9\t\x18 C¯½5üÜrj╦É
"""
b"$ÒÂÊ7ÇN6¾©TYkmúo "
b"$ÔÃ\x1A |KNÌíîÑ▓É┼ýf "
b"%\x03 «PÅ$A\e ║╬¥+\x01 ¢yÛ "
b"%ŸÄ›\x1F ³K\x0E „JAk·\x14 UÈ "
b"""
%Ô\n
à‰ãKõ¨h¶fÊ\x06 §\x0E
"""
b"%ÙV²òÛ@§‹žîˆƒm\x12\x1E "
b"&6¡D0\e MɉþžGïyû" "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"&¤Áì\x13 èEB«R»ÐÒY:o "
b"&â•ýé\@\µ\v fÏ,A5P "
b"' ▄\x05 ├ØJ`º"@░îæKd "
b"'Ê5_¡\x13 K騄Nj»þ»î "
b"'¤\x1D ôÚPD´Åe\x1C ¬┴Ð┐½ "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"(»ÖÅÆýH║ôEç╬\á╔\x0E "
b")¸GëÞ`Jê„\x1C\e '<ê\x05 Ò "
b"*#àã«qEÊ“^ñ.ÛØ\x07 Ú "
b"*:W\x07 JÑMX”b·ãÿnÕñ "
b"*½BÚ\x06 TH{ƒÇý.\r Ûæ÷ "
b"*àq˜ÛûFÔ¦ÍÝAÿi,m "
b"+¡óŸbøI‹’<\x1E ºŠ,œj "
b"+Åz%\x10 ÷ES¾õfú~š¼\x10 "
b",\t Î;┘\x02 E┤¿ÃwìU¹\r < "
b",ºxW_\r N]§FïÇz€\t Ô "
b"-\x02\x02\x03 Û¸H›‡\x04 “ŒM'\x01 ; "
b"-+«\x14 fþMà›ù¶ôÏ_‘( "
b"-]Å"|¡EÄàJ=ß═â+\x06 "
b"-qÉò¾ÖK}¿`ÈÝ\x1E §¶■ "
b"-‡U4M\x0F C\‚™VáCF_Í "
b"-ÈØ║ÑsFÉø,yâJ▀:| "
b"-▀┬®+®CRÉÆ1wı'0, "
b"./'ÖsOL° ~\x12 WJ‘Æk "
b".W’ö©yJIƒ\x0E c2œ§ež "
b".Å~\x13 ¦\x19 F3â\f i▀¦áÞø "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"/åå!N›AŒ¡IZñ ¯ºo "
b"0H6\x12 2×Bï…“Y<`Î\x08 € "
b"0V┌+¹ìLõèô¸2÷«w) "
b"0ÍI…?\f M;ŸÚÝ=K6aë "
b"2Ø\x0F =i}K%ÑÂ\x17 nË (0 "
b"3 ‹m$ïEä±\x05 û,r¿\x14 ? "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"3˜N–êªC\x0F žúíà÷Qê¢ "
b"4\x08 ¸Ëý█Oìz\x11 øÑ0É└ "
b"4\x10 ©F@ÆC║Åü{Ôé╦ZU "
b"42{åÛ´H•”S9XŠC´f "
b"4GÈè4ÚH¿┐È\x1D ®còÅ¢ "
b"4Ä\x1D @&ÃC=Ø█=ì{\x16 ©9 "
b"4çzs7ñEŒšßc¡È=Qß "
b"4¶f4wcB┘Åc;ƒ\t ▒§Á "
b"5\x1E K\x12 y\x7F @”£Ý¸š\x07 Õ\x14 d "
b"7X$\x05 É"Hä¿"¬ƒs\t 9l "
b"""
7Z\x01 ¤ÈyHиô\n
íí\x13\x18 …
"""
b"7dàïj¡I}©¼MÕBk†º "
b"8$Û"¬ŽKдYš7W\x0E ^P "
b"8v\x00 ЧoE\x08 ¢?‹\x00 2ûƒH "
b"8}8@Ó8GjƒÕÄòÝä³[ "
b"9î÷îó§O╔ë¾xűY▀¦ "
b":á›ér¥C¾¹’nÿKsà# "
b":Ò't§ôGSîìoI\x11\x17 X\x03 "
b";ò¼’\x14 #E*†«\x12 `ì˜Â "
b"<ÍÁ¡\x13 ØEzœLÇʉ&øe "
b"=DÚW\x0E 8Nåª\x11 ©N\x08 ÂWb "
b"=Ø8“p˜Mw‚íë4н€_ "
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b"=õ\x18 rËÜH¯ˆm¾-¥Ûpt "
b">C<Àd\x19 J¸ =d{\x14 ". "
b">oÓj>ïNÙÉÉøo+Yß┘ "
b">ƒ╠:´kJT¼[Q}VQÉ4 "
b"?\x19 ÎŽ\e\x07 L²® 1€-ì‹7 "
b"?XëD?ÆHíòÉ5Ê\x03 ?éb "
b"?^37Ê\x02 DÉï‗╔╚xþ`┬ "
b"?ÎÁŽ8\x19 FD½x£\x0F )²ìæ "
b"@\x0E šæ|¢Cè§aí÷Ctu4 "
b"@嫨ì\x1F M>º`¥}\x06 †îB "
b"@Ý║ÛäO@\x17 ìÙ\x1F þ¿Ãý\v "
b"A\x06 (Ä|I\t ±/xOM,\x15 3 "
b"A/w×þ*C7ïì"\x13 ¯\x1F ?' "
b"A¡‰×²éG$¹Žaþtõ4Ç "
b"A╦°ìÍ%C¬Á\x06\x15 Í┼Õ{\r "
b"Aþž\x0F ¯ŠLe…A ø|aK¬ "
b"B\x14 ŠrSDN{º´¨®ŒÊ¥³ "
b"B¤•ðNML\x14 ªâ…櫪ëÖ "
b"C-û\x16 ╦@FBØÍz¾ÿÞ\f T "
b"C¸ÛõÑêKª ìëg–…ñû "
b"D\v 0ø«†@ž½q,k6\x01 n¯ "
b"DHWå\x1D 0H¦“Yïl„›×ä "
b"Dož&ÎJFf‹Õ×1¼7â\x7F "
b"D¥þ╚┐&O\x12 É\Þ‗\t ARJ "
b"E<¶§Ñ\x05 Kl§\x13\x08 ¬ß/ÁP "
b"Eº!wbpIw¡c‹j\x02 ©Ô "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"G6Ê'^FD©”é$ÈÆŠÖ5 "
b"GEûðI/C+öR±ƒÅ|e¯ "
b"""
G©>ÁP&N(©\e \n
¶È9;#
"""
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"G╩Q¯ƒÇD¡ì┐÷\x07\x17 lKã "
b"HN\f !¸kOK€RC•…·ÖÌ "
b"HNP¨ïåEˆ\x06 …S"»§q "
b"H`õôU I®€òï\x12 œ®Á¼ "
b"Hœ†°ïÏF¯¾{Ò~<KÔ\x0F "
b"JŸðÌÁÓMò£U·2¯ö\x05 ˆ "
b"Jõ1<\t xDʼŒá\x16 I=\x04 "
b"KrrY–«@5œ¤\x07 ›hæ\x00 ë "
b"Kt\x01 J”\x15 Jï¼¾øü`oøà "
b"Kô…‘s!D°™Þ?]Ø\v Xì "
b"LüòäoðO\§ŠG…†©ñð "
b"Lþ«Ñ\v GM\x05 ±\t ©Èœö½\x08 "
b"M>ÇÃ ‘@x©8áBø^bf "
b"MÈ>ùÕ£K†«wÒ„O\x16\x0F Ñ "
b"M¶øZÿhJ╦ü¥_└{éø³ "
b"NËwºÜ.H"¼Oìû\x18 <,½ "
b"N·æ^[ÅH«í·ã\x17 ¯<Íû "
b"N \x05 @█ÀHË│øÿØ7éç4 "
b"O\e qè¨~H6¢¶\x0E åÌ\x00 dz "
b"O>DËïèM¹©\v f\x02 c\x15 ÄÐ "
b"OF=ÔÒÎIÆ \x04 tTŸìU‘ "
b"Ohq¸\x1F GOâœÌ\t ã\f ~ý” "
b"OÑüc-ßNèôS┼\x00 Ãð\r ¯ "
b"O┐}|ì\x13 HÄö}\x1E Æ▒¥¿| "
b"P`\v ¤\x12 %Cʉƒ%îwIAÞ "
b"PÞ¯+ËRHZ±nµ3¸à({ "
b"Q\x14 öï°vIê›[ÑËã<®. "
b"Q\g\x14 ™8L\x05 Še÷ö°ö\x04 L "
b"R&╠l>WM ù\x1A yÅ\x05\x0E `£ "
b"Rj.žø\x17 N!›\x00 •U‘'ß+ "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"R¤NöìÀH®˜ÙU7’\x16 6Ä "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"S\x1F +³)‘FN¥G“CòÙåw "
b"S(\x04 K»—Fô“\x1A ¦mßÍN… "
b"S1J‰‰PO@³\x02\x04 ?\x16 šã* "
b"T\x1D =\x18 ORKêš\x11 è¼%\x0E N\e "
b"T>┴\x08 ÐhCìà▄R¹┤ ¿5 "
b"UÉSª82A± Õw´S\x12 ¸p "
b"UÛb`xbCYº!?¹±4šò "
b"V%Âç¦ÕFèï»Ï6\x06\x1C ü║ "
b"V©m\x02 kðI3‹\v mÓ½z\v å "
b"VÇ–@\x19 ïAõ…õ\x06 jÍzâ" "
b"V×àn¹\x0F DD¦ª7¶ÏÇàð "
b"WÉ\x19 yõXMº¶AÅôÙ·~z "
b"X±ƒçr\e Hg¥\x15 àouÒæ\f "
b"Y/P\x06 ‘”@ã²ZÔìR\x12\x1A\x04 "
b"Yd│\x14 9ZJküx{[î¶3ó "
b"Z3¸Á‚}D\x04 ‘Ÿ\x19 ¨ã[ÕM "
b"ZO×ULÕHζ\A7\x1E Ïý "
b"ZˆÚ¸YmCmˆžV\f ‚/n& "
b"Z«\x08 ‰J\x0F KZ€ìð1½+Þ\x03 "
b"[ЀIìäK~œÙh›í½\x10 G "
b"[á\x12 Ý6±HP˜J\x11 …§QŒ "
b"\{aRSïL™¯±,\e àj\x0F t "
b"\‡\x11\x15\x04 äD¸ˆ±y-@vÑá "
b"""
\²ŸÅD\v Fr—\x02 2\n
¨öK\x14
"""
b"\·\x16\x1F\x18 ƒA(µÎ‘ž\x1C ô\e Æ "
b"]\f ùˆûiMƇØà„À¡49 "
b"^K{=\x05 ¹Aù¶ËPü…]5ú "
b"^iï©Ø'MUù\x18 XÊ:8û[ "
b"^m%DÌïGaƒKìÜh°ŽD "
b"^™i½˜†N©Ž„\x07 ìÔ¡UŸ "
b"^úæÛ└OM²âSÃLcì\x7F ã "
b"^»\x1E àì«C\x05 ®\x16\e ç\x19 õ£^ "
b"^╦┘g\x07 MGÏìI\x12 ¤Ò\^│ "
b"_Lâ\t\x04 ¢Mä¥òŒê?\†N "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"`■ôßü\x11 J╗ÁÐıV÷½5. "
b"a\x18 <M'\Gÿ¢×ðD€B¤y "
b"b ŽDª¡B,º7Æ"\x18 `|‚ "
b"b\Ë`\x16\x1F E$©pKiÅ\e L± "
b"d©¯(WCL‹šW\x07 1ݵ\x1E "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"dÉÿh®\x1F N€¦JkæÕÖ\r ö "
b"e\x13 òÉ▄8G2ó└ñ3\x0E .\x15 å "
b"e™·×«H#¼i¬N²žýt "
b"e┤þV¶G@\x19 ▓▓E-ì\e "L "
b"eЩ¿\x17 +AÇ¥³N[ò˜3È "
b"fyšr\x06 [MM–cÇ—\f\x17 m\x04 "
b"f~¾%¦─JjÑØÍ╚%î█l "
b"fÜ"±„îGϳbvØ\x19 °`„ "
b"g\x01 þ\x7F *÷DϺ(3yžêo\x13 "
b"g9\e /êÎNH¡ÿ\x07 ‡'ËŽw "
b"g€[R©ôOΈºïe\x18 :m» "
b"g̃m¸2@O¤\x17\x1E ¨Ë@\x10 4 "
b"gÑ篃\x7F L\x19 ¼£Ã˜›‹kh "
b"gÌ┌\x1E Ø@E×öp┬2dNû? "
b"h\x1F .•¿®N7¦â¢F\x16 ¶ív "
b"hÄ9Ù0\x1A FK°¯Ÿ\x1A\x03 ]$P "
b"iÕ\r _;ûOZšŸÎHF\f ݸ "
b"i·4¦*§BÜ╗åÉ\x1E þ"\x17\x02 "
b"jnMÇêâI¤ªû<ðSW}É "
b"jé╔\x11 »ÅB│ø▓ج4mÚù "
b"k%à\x1C æ`I\°†\x18 áDc@y "
b"kN-ý4£K\x00 ëÅ\t {┘+^Ü "
b"l&–¡\x18 XKæ˜2U£1ïxt "
b"lXL©>VA{╗ÿÅ┌╦\x15 æ╠ "
b"l╣\x11 p╝fAÏÖÅ_êå7|\f "
b"lÐ9nÑéFËÜìõÉ┬ø\x13 $ "
b"m\x06 IG®@L'¾É+JÈî¥G "
b"m5N ¦ÕHÆÉ÷S\x0F e5\x00 ░ "
b"mT\v ‘ýcCú¬ßòŒ\x1F @°Ü "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"mìð¡\x10 pL3╗j\t SÍ2H¦ "
b"nruêíÛJQ¢üÞdj╗â\v "
b"n±╔┤ð\x15 NKÅhîp═└\f Ì "
b"o\x05 ¯˜_¾G—¨óÙ`-ö¥\t "
b"o“Â`Ý?GŽ©áQ;éàM‰ "
b"pU \t uiGôšËx¡Ô%yà "
b"p¯\r ‘M¥Lÿƒ\TÓúEÊÑ "
b"p╔L;{\x1D F§Á5\x19 Ø░à½ä "
b"pî@TÊkHX¬q¨m¾ñ¦K "
b"pî”\x03 ¸WAl–úŠ\f kN!š "
b"q#e]DçGŒ¦G}\x01\x10 ¬Pˆ "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b"qî|╗¢A3½OòéôìR "
b"qÊõÏGUF³šø¼gij™„ "
b"q÷^ZÑìL:‹‡ƒ+5TËÄ "
b"""
rC߆®\n
CÚá§¹˜8ã©
"""
b"rQK\x15 2¶Os©ûô{¯%Z´ "
b"r—ª[N\x0F Hg…©É¡+ì~\x01 "
b"r©ñx\x1E uK!˜ø‚joqõË "
b"""
s\n
Ó½S\x1C Lﯢ=&ÜlÑ1
"""
b"s§˜\x03 KeEå¾§nÜ\x19 ɽ½ "
b"sÉÎb}ðKTµ,¼QlÓ±\r "
b"""
sËßä\n
"D■ÉÕ\x16 µr=·a
"""
b"sþGxH/EŒ‰É,i›¯ÎJ "
b"tU>Ú$‹E¤›¢\x13 …”=ù^ "
b"tœ;ò“«J›²—Æ$\x00 ¥z "
b"tž\x03 ŸŒ\x10 Eu®\x7F ¹ÆDª<Ñ "
b"tÅÅÁL«Jé¾j\x1E ¥-5®V "
b"tÎ[ª¹¨A%É<\x07 @#╣¡ñ "
b"u\x01\x04 ›¤«I\x19 ¹oÝ.m¥Z{ "
b"u,˜‹Ï¥Hœ³•õQØ×‚î "
b"u\x7F \r\r ®hJN–S@\x0F ’\x1F g‡ "
b"u‡¸s\x1F ¬@©¼s\x1A é\x16 zDÊ "
b"v\x04\x07 <PpNÿ‘È\x18 ¦Ý\x0E ýO "
b"v·«è¥\x1E B\x1D ¡ØåW¸L|è "
b"w\x18 D┘7ª@BÅ╣╣D7Áª8 "
b"wyQŽ|EMu«1¶:ïæ?2 "
b"wåcÔgÔC\x15 ÅÅÿV\x17 îÙÓ "
b"x,~¾ä\x02 GzÖWxü'\x08 Ký "
b"xh¦ÿ\x13 ²Mc†\x0E àÄÛ)\x04 o "
b"xû¨m\t\x1D A\x18 üÿ6¡▄@X▄ "
b"y®[\x1A EÀE½«æ5R'ß+M "
b"z┤‗\t\t _GØ«À\x05 ,┌eÑ* "
b"zßòc™\x19 B⿽°>«<„ö "
b"z¨<Q\x1A\x00 OðÅ\f O╩©©\x04 ▄ "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"{ó&¡║NAxì7ßþü°ƒ= "
b"|\x0E Û¶ÿ5EÝ‘&û8\x10 ¼[k "
b"|o\x17 yŠuLtŸ\x03 ‹µˆI\x08 G "
b"|‚ŒïxcA„‘]ÅÌäw˜Þ "
b"|‰|ñݯL¦©'Ä\x1C àuï¶ "
b"}\x04 É\x15 eüGxµÒ\e @hoaö "
b"}—ÊŽ(éCŒ£ó¶Å*s;g "
b"}לG\x1F\x02 Ný‰/\x00 únƒÕ} "
b"~6â}\x07 èE´³ä65%$â] "
b"~ù\x18 Åj\v O+ÄO¶sá╣\r D "
b"""
~֋\v \n
ÙHîüÐ.n/\x04 jã
"""
b"\x7F S¾Å¡ùGÊÆ=\x12 p┬çG¨ "
b"\x7F \P$ÉÝC\x08 ƒÁ\x17 W\x04 9ó› "
b"\x7F ª\x0E 7^’A¡ŽÜIfÕ~Õá "
b"\x7F ±qê0\x7F N}ºûA┬iØÚ\x0F "
b"\x7F ¾│÷\x01 ░Oeò#Ø6Jåü× "
b"€5dZ"\x10 Ei…»ZÇÈê— "
b"€~Þ5agC"¨í#h*ÿÍj "
b"€ÀR€õïK«š\f XZðhÃ* "
b"€ÙÝp^n@ôµ"\x16\t e”w0 "
b"üFs║Iñ@ùôDtü┤├#Ö "
b"üvU kÖDî¢h│0*b)ü "
b"üÜèw\x01 'JÀèu2ñª\r ┘î "
b"‚y†H\x05 _Dÿ†q]çÀ((e "
b"ƒ)4š_C@c’òîg\x07 U±ê "
b"ƒ„\x1D õã8Eó”\x17 ;PbJ0þ "
b"„Bãô\x15 v@ãŒ\x11 %a˜\x18 T£ "
b"äÃì§é╔HÖ«¼9‗$%═ä "
b"†\e ˆ“È2J\x15 ?*þ£q,‰ "
b"†‰½ \x19 'H——¶iÇ.\x04 ^è "
b"å┤àC\x19\t FðÅÀU¯╔\x1A ã\x1D "
b"†ðNpæ\x7F FV޵!‚QvÃ\x1C "
b"‡a¼EiþLf‰Ã›jêß\x1F õ "
b"‡ ³\x1F Ãß@Ù·Ï\e kúR\x06 ¦ "
b"‡ÆWKÈ´L3¦–ñ‘|_\x08 4 "
b"ˆœ?\x15 )éLß”m\x12\x1C\x03 ã>c "
b"ˆµ\t\x03 ôhB¦‰\x18 û«Ë\x01 ^Ì "
b"‰\x10\x03 ø’ŽE\x08 Ÿ™/ÉÕ\iB "
b"‰ÇÛ\x12 ïH\x00 ¯\x06 I³¨&¡Â "
b"Š\x18 +!õ\x02 G`±\x05 iaÃà†ä "
b"Š¿Àì\f\x7F D⪟¯wˆvÞ. "
b"‹ÆœJ\x7F æG^¶àwŠüÌ\x12 Ë "
b"ï▄¦~R¶ARÂ\x11\e É\t °m\e "
b"‹Þ^š—\x03 J²‚PĵI[.… "
b"ïõ*É▒╬Iµ®7Î~3N¥ "
b"î$üõ\x1A âD©üfÉöÙ6Tæ "
b"înÿÉ5bGôù©\ý½\x13 9╗ "
b"ŒÚ\x06 L\e ,K’ŠË;“\x04 ¦` "
b"ìx╠a\v îF\e ƒ=0`╝\x02 ├© "
b"ì¾┬CÂRAÃï╦SK`%±G "
b"ŽbNt¹\r C‹¤J.È\x1A _\x03\v "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"ŽÎ6\x12 ÷´OÒ½Ñmœ@þöó "
b"Å1a¢©vDQ╣¥Ô/û\x18\x10 ° "
b"ÅB║\x02 1\x06 B╩áG|\ÓìRÕ "
b"ÅÍp=│\x19 NHÁ]²QæF®£ "
b"É\¦2{ÚA▓îY\f ¤|äÛ» "
b"Éw┌*,ÔN¦Ü└g▒i▒í\x04 "
b"Éëë·oyE╠æÔû▒║╩\e ■ "
b"ÉÊÈØòÔD╩û8SÁ┼P®g "
b"Éß╚┌\e\x1E Jbú¦<$¬0+ó "
b"‘W$í¿òK\x7F Ÿ¢\x1C Ï\x1E X\x05 ¹ "
b"‘ƒbÇ[#I>¡Z B´2w¦ "
b"ÆC6mÅîF¾Åû%ıJªXÇ "
b"’VŒo\x16 ÷N¯‘Þ7~E¼¼} "
b"’`Çíî{Dzª<6†Ú\x7F ä "
b"Æò│\x17 F┬L┴É.öïlÍZ¹ "
b"’¾iœy\x11 JY‘¹sÝöÚ \x13 "
b"’ÄmMÅ9MÓœ2±\t Ë!Úô "
b"“\x1A Ûµ¯bI£¦8ÖÑïK,\x10 "
b"“K¦ÏzF@«´ÐˆQs\x1D ÄÅ "
b"“\x7F ·ˆ«ÎF`˜î\x08 ZÍmP! "
b"“ã\x05 „4ÈIr½\x1A aŒ}\x01 ‘' "
b"”^HSCÜGá›ŒÂø{\x05 †ú "
b"""
òEÉ\t\x10 └G\n
å!"<¶èÛf
"""
b"òðçGÝD¢½\x07 ÙØä/Gª "
b"•Óq@t\x08 L;¦‚îùM|‹… "
b"ùA|`ëƒD\v ò╠ÔÉ%@\x0F à "
b"—A÷4\x05 ˜F‰¢¥‚\x02 V>ëÑ "
b"ùY´\x0F ÆjKÎØ&jà\x04\x11 ▄| "
b"—¦\x10 î¯ïEÙ®E\x0F ‘Ó\x1A ÝE "
b"ùµ]─█áOØöcgÀ§ù-█ "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"˜‹g\x1C pRD¬¢qj$\x08 hq# "
b"™\x13\x1E n€§G¦†\x0E ®ß"-HØ "
b"Ö"a\x19 1ãL?Ä\x12 ┐ðjØ└\x1C "
b"Öùdø2F%Ø╔r3ÁQ&» "
b"š\x10 ËÛ˜ôA¶«K•¡K\x1D æN "
b"š6%' áFj›}„¦sql "
b"Ü╬x¤z¢G+òüd\x1D °l+ö "
b"›0óýãzBO™…s\r ?\x0E Ã\x17 "
b"›;\x15 ²ø\x08 DÑ»TZ\x13 W\x16\x16 b "
b"›?šW\x1F †HÿŸRÊ\x04 ˆ!“î "
b"øìé¼¶\x0E B┐è(\x01 +Ò\x05 ;\x04 "
b"›ý“\x18 G>Lb¶à/åæ®Îµ "
b"œLû.¢óBiž4nú’ì\r \x13 "
b"œšg:”\x13 GðŒÿ\x13 ”Wþ¶ "
b"œ¢ß×KåG±ª†ïô\Òí} "
b"œ·ó*ŠåM¹ºîU†\x1D ]ä& "
b"Ø\x16 QêE'MÖï_\x0F ù\x03 I¬▄ "
b"×┐#½╣ûK@û]Õ[Fäü1 "
b"Ÿ].}›tMþ²u·õ0Aåå "
b"Ÿ£\x06 Çd4Lò ‹ð-”„\x00\x04 "
b"ƒ¥\x7F Á'NCIüjô¿¦.c! "
b"Ÿé5¥‡†B›€s7$¨oá\x19 "
b" \x13 Ø¥À\L\x17 žÕîgº)[\x05 "
b"áüÏF╣çK\x14 àûëÇâ9Ö¦ "
b" ™‚_ë}C¹¥\x03 Ÿv:\e\x1F\x10 "
b"¡m’#z¹D\x1A «c\x13 ‹Vxˆ "
b"í£%µ¹@C─ø\x14 TüDö└┌ "
b"í´Ð\x17 ;ÍBëü└Öð▀\x17 █¯ "
b"¢J8\x1F jÉEǤ\f ð:!Ó<. "
b"óìS\r Ö\x08 CÌÀ¤Ö%¤äRø "
b"¢¨\6èŠHí†p…Ç~7\x1E ± "
b"¢ÅèØÐ¥J»Œ4uû\x1F /\x1C k "
b"ó┼÷×Ó\x0F MÒü¹?iÝ\x1E í\x0E "
b"óÔ▒ð\x01 CEöìT─°ô.M\x07 "
b"£µÊÝ\x11 žJ·…[¢8²;ùh "
b"úÂì§Ê^Keغ\x1A j¶]ên "
b"ñæE¨╠╠Eûä\x16 ü«ƒ┐║D "
b"¤“¼Fð\x04 B\x18 §^#\x14 1Íͬ "
b"ñÐ\x18 r\x08\x00 I\x08 ƒ;JYÅpi@ "
b"Ñü§ð#ÑL&º¡sð\x11\x19 ð« "
b"ÑØk¬;H¬â>wdS¬·‗ "
b"¥ù¿«\r Z@øˆÁ\\r ¤{‚B "
b"ªØ\t\x02 Ö@sÿî¦V`6¢\x14 "
b"¦÷ȾÌKA_–¶Zü™|óÔ "
b"§/UQS•A·œÍµ¸dZyñ "
b"§~š\x1A\x14 ØIN¥>ø×\v ÞÞï "
b"¨]+盩G!¤‹\f ¼nD#! "
b"¨hƒÖ¼=K–£:©\x0F ‡w1ò "
b"¨Ä´tÁËApŽÖš·pWy] "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"ª*®¦œGGz«Ãª÷#vf“ "
b"ª,ÿOCêE¸¯ ÕEên\x18 Š "
b"«Ü‚\x1D ü\x12 OK³ñ\x03 º\x03 {Š\x1A "
b"¬=èjåxI‚ž‰$~íL\x1D Ÿ "
b"S\x14 ¯FmHå¸n·xÆû\e M "
b"¡är1µ;OoÉ´ð¹Kqpã "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"µ$É ¹OŸžãÆh\x0F t[¶ "
b"ËH\x10 j!E<˜ƒ+þb†jT "
b"®G]£ƒ7N¨²o’ì‹íâÏ "
b"«\tÄ1█GÏü°ý8%ç+¼ "
b"¯w(w&8L÷¢ô;To^` "
b"¯à´»@\x03 D‘¬{Ï>ãþ\x19 î "
b"░Ê╬Ý"ðJÌêì\x00\f ┐jçE "
b"°Ù5s´ÀN\x08 ²˜Çj'-\x1E m "
b"░Õ;ƒ©*C\x10 ½ÖRàË\x06 ì┬ "
b"▒\e 5\x19 " N┼┤F\x05 ü1JÒ\x1E "
b"±"œÅÇ\x07 EOµýª—\x0E .o„ "
b"±Ubòµ\x07 Nÿ“)JZ•Uc” "
b"±dmJÚ§LsŒ—,ù‘Ð"\x1E "
b"±zàå;DGr•)\x13\t „\x1D\x04 \ "
b"±¹ýî\x08 ÿL{Š„}Ùm•Y\ "
b"±ëåêT[@\x14 —‚ó›:§\x17 × "
b"▒¯\e è\LL\x01 ÅQ !Há\x05 â "
b"²-\x0F nÔ.M¾‰èV…U\v =% "
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"²ùƒN¹™AcŒOÂÁ}ª¢h "
b"│)õ¿0áFtì5¥\x1D )h±# "
b"´=éäq©D*œ„]\x14 üeY¢ "
b"┤ÂJ╠ÉãA\x14 鲨Â╚¨oI "
b"Á.\e\x0F .ñIµêymÁì\x1D nª "
b"µmwK¼ŒKc°ŸA\x1D VæË\x02 "
b"µ–úJ1PLH¤´-¸uºB” "
b"¶UR\x15 ü\x0F Bü¶Nk³“챿 "
b"¶‘öþ;mIæ›§ëý¿¾nk "
b"¶”d\x08\x06\x0E Iäž»”iË„ÍÙ "
b"·\x13 Ø}B„I(¨/ÀÕ›%K; "
b"·þ•Å?òM܃!¿Yj\x08 n= "
b"¸\x1A 󺞫MZ¦¯L}9RŸÌ "
b"©b"v\x1D YDgûþ\x10 ü··xı "
b"""
¸Ú+&Î’G\x1A Š¥œ\n
˜½÷6
"""
b"º\x07 LÃ\x01 “L&‚Çp5«'7@ "
b"º+¹Ù£pI\”øÿ2avƒá "
b"ºP‘ü&‡B¹Œ\x1D ±/.¡y1 "
b"║▒\x0F ÛfûL·û\x1D |*iïÉ\x1F "
b"»\f —ŒóëD®¿#î\x14 P\x07 +ø "
b"»Gé8<\x1A Kv‹€¼nr&/ï "
b"""
»M\n
¯èÎE\x0F Ÿ\x0E §Y¢%=ç
"""
b"»}Š\x01 ·&D’¦©\t ¸tj\x15 Q "
b"»Ïg\x13\x19 ™D\x1A •N¤\x15 L?Zû "
b"»Þpž¾¡Du¼Q8øõ]\x06\x1E "
b"╗Ò#¯Y4JtÅé\x01 )\x1C └å│ "
b"""
¼<\x0E\x1D „ËOèž\n
AP¦[¯w
"""
b"╝ÅrÓ\x02\x14 J½░ð6¢¨ÿof "
b"¼ÆØù¼A<±ÊÁý‰ ÐÄ "
b"¼ìÞeãÖIÉ”ü˜\x18 ÇœQH "
b"½\x01\x1F o\x1C .@n†5^Ï\x16 ¨Z+ "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"½ì HcQM”¢\x03 Ï7›¢ü "
b"¥G┘×õmN\x15 Ø█╬£°xÛ¤ "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"¿Í}ƒã‚O\x00 º†§¿€”\f ˆ "
b"¿é®^7\v C(‡X3½\t\f ò˜ "
b"┐ ±ÿ7Ò@8üýÝñÓêcï "
b"└+\$æ\x06 AWáüG#E^\e o "
b"└,±ïì1JG╗eúı0~uB "
b"À¿.÷¾ãM9²â@ÓCè§\x06 "
b"Á\x02 8\x01 `LE¦‘\x12 ôŸäQ©Þ "
b"┴\x02 ┬9\|J@£\x12 àÉ\x14 üZ® "
b"Ák@Á° Oƒ¼l(k^\f ßÌ "
b"┴«─^*ÉFZ¢(Y5\x12 }\x17 ╝ "
b"ÁÙ¦’\x18 HE]¾»"É„üŽ4 "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"ÂÍ„:\x11\x1E O€’1\x07 ˆ1Šü\t "
b"Âß›ÅÀuEñ‡S^cÏÅBæ "
b"┬¶o/ã0KëÂók11¦|É "
b"─åÒ\x1C kÓEßè«.\x17 ÂÉz║ "
b"─ÛK£ø║G÷æuØ\x14 ╩╝¦ë "
b"Äô"\f ÓwD´š‚–‘F9\x07 ‹ "
b"Åà@§\r O"³L®Ü=“ÄA "
b"Æ\x04 s.iåC•¥t1³ÞËÍå "
b"Æ(õ™T%Ib¼\x11 ‘z³(ÒÙ "
b"ƽ\x19 H½\x14 GБTäy\x00 ©¡Ž "
b"ÆÜ‹êœ#Ff¼\x03 žvB\x1D Ëo "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"Ã\x1F cÇ/ËGç»ÿ‗.JÅQê "
b"ÃVÑ\x10 ¬ÅNáà×-\f r┼7y "
b"È;¸ã^¤A޶2–Ød\x07 tè "
b"È€®\r lçHµ‡4|‹™2™% "
b"Ȥ¶Šm\x07 A6ƒ0;ÂØ¹ùþ "
b"ÈÉâ\x1A ;mA'°KMäŒ5pˆ "
b"É\e %ü\x05\x1E EЧÕ*cËδ‡ "
b"Éb‚7”$NC›iƒ\x1D ª\x1C I "
b"É„3\x10 &òIjƒ:φn\x1D P€ "
b"Ê"NÇfyBMŒ-ÉGð 9æ "
b"╠\v Ø1█<I«╬¡║\x15 ä▓\x10 "
b"Ì\)«\x14 î@=Ž\x1C û|)æ\x7F } "
b"Ìë\x17 h~$J[«Ö\x00 ocE¦\x07 "
b"Í8´›U‚C\x07 ºd>†öŒ1] "
b"ÍK‚N¤‹K~—®Á\x04 úánÉ "
b"Í•7‘™¥@mœFÐ_L‹ú "
b"ΔÐÌ}tCª’º\x14 Ëý¢Ö¶ "
b"Îé0…·ÿA,–”fü9„éË "
b"¤Tì¼Õ~IÔ½ \t (¸╠pÅ "
b"¤àü?S.Ir¼i\x18 øò\x16 ®O "
b"Ï‘eŸ5´OÚŸá³\x14 Vuòš "
b"""
¤ðÉÕ\x17 xA$Ü¡\n
åè*¥~
"""
b"Ïï;\v }’HÉ”ðØ\r ‚ýb& "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"ð\x02 ╦\e Ù¹OÔüËÁ!1,Â\x04 "
b"Ð\x1C !\x13\x13 öAh¼ÁÂð‘àx” "
b"Ð4\x06 LúpDh¼,-p5â°÷ "
b"ÐÍ\x07\x00 1\x17 L‚„$Ú=Wýéi "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"Ñ:BP\x1D 0B‹“m\e ö\x14 \û. "
b"ÒPrŸhÀNUŒ\x03 |RBä\x15 { "
b"Ò€\x05 ŒNhCC“ioÁ\f z_í "
b"Ò†pé\<D¥²ß*nÛ˜Þy "
b"ÒˆÍ\x1F îxO“®å¿\x1D );G\x0E "
b"ÒôoR¸–Bÿ gïv¢+oä "
b"Ë\x08 |æ─dK\x16 ÅÕ=K\x16 ½┼\x19 "
b"Ó\x1A =\x13 ;MKCª\x0E ÷\x08 œ+Ã\x07 "
b"Ëì/yIéA»\x04\x04 /╔YÐ┴ "
b"Ó·Cí\x0E uM\x1C ¥ý\x15 ÈõAá› "
b"Ë╗ÀÜ¢èH.Ç▓TÉ╔©░Ý "
b"Ó÷\x1F ®ÓÌKO‡Æw‡LsÂr "
b"Ô\x0E Q\x05 JŽEL²››ËíööZ "
b"Ôkh\x04 nCA\x07 ˆ/NI BÊÊ "
b"Ôñaü–JJ‚hCN£K~ß "
b"ı\x1A ■─W\x19 A\x13 ▓.ü«»/╣? "
b"ÕU?À,aBS´õÖ"Ø&“. "
b"Õ\x7F ’§»qG¢‰š¡\x03 3éYB "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"Ö¢ÕØñ›H+‹a&g†‡™\ "
b"×<a\x12\x05 ?Hi°á\šlN†Ù "
b"""
×{¶u7¸Aÿ¹>¥\n
A¬¸l
"""
b"ׯ\x7F ê0@F·ºÄ§wn4:I "
b"׳¥FŽ>@©‚ÛlÑþ¯¼W "
b"ÏËÜ\x01 æ¡A¢ü\x08 w®oô\x11 5 "
b"ϲØ'¥bN\º5.ðEÈá× "
b"ÙŒŒttJIˆ¤ñ²Aw)u^ "
b"Ù›À}”H𰵞•¼Æ}‰ "
b"Ú1+‰°#FN‡öì‰ü|+) "
b"Úb•ÖâgA믱±È5'\x03 ‹ "
b"Ú…âò¦±Eà aFÉ\x01 MLj "
b"┌ÉaÔ±´LOñhîà«MÍ\x03 "
b"Û¥pSE\x17 Oh±1ä%´ßR\x7F "
b"Ü"‡5\x17 ôO/•:õK·¦Ž "
b"Ü6Wø°ZM-»\r Öof3øÞ "
b"▄]\x00 ÎAlM*ïÉÄ\x16 Ú\e m\x1E "
b"Ý»)Ùn=B\x04 ŒœE\x0E ÊÇ?ä "
b"ÝÀÂVÕ6I›±‘[ |tÓ\x0E "
b"ÝËz'+ÊCa¥Á\x1A o\x05 <<á "
b"Þ~s²EaDû¸?.ã·ô‚P "
b"ß6ËM¶XCò¯\f Hd\x15\x1C /é "
b"ßÊM¥‰.Cˆ²ï’›Þ}Ç9 "
b"ßòµðm3Câ±\x14 ˆ'Ѩ*õ "
b"à\x16 &¦—æFö‰Å‹\x1A ×õ\r ù "
b"ÓìU5¢[LÑô«aÀ\x10 Àü\x13 "
b"঑èЙH\x1C ¼çãä!{\x19 E "
b"á\x07 ê2€ÖOäŸ`Èáö™ê\x1C "
b"ßh▄±Å\x14 A3ÁÀÔ\x14 ½Õä "
b"áö#\f 4ÔFÞ²A¡@JÔK\x00 "
b"âVµ~îeF/ NÞ&yG¥R "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"""
ä3þ³\n
2NþŽ©1{P²°Ã
"""
b"äO[Íå¹C´—\x17 ÆSßGذ "
b"äUÓ”\x04 ˆDP¨[<ðά\r 1 "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"äÌ|ÁÃ}Jï˜=\x1D Ç'‡`; "
b"åQ(&\x11 V@\x03 ¸è\x0F\x1E\v 1H¡ "
b"Õv»Ò\x12 ´A¯î╗ì¬íI'\x1C "
b"Õ{'Ù½¾OQ½ØH· éî1 "
b"åÿ§\x08 ΘF\x19 ®¯¡\x04 u\x0E í\x13 "
b"µ\ð_\x06 uG/Å\t Ð\x17 \jns "
b"æ¾\x17 {£»@O™\x11\x07 ð¯ú\x12\x00 "
b"æÏÏ÷\x1A »Iå®ÿ¿s\v 7x× "
b"æè·Ú\x02 jE.³#@šÐk™V "
b"æî%Æ\x18 ·E!{40…ʆ+ "
b"çŽîM4¾I€BFm\x00 ø/. "
b"ç”Ö5ÞŠFƒ·—r\x18\x19 2\x03 ' "
b"畊”Ý4K¹—w¶fÿ&%& "
b"Þ12¹ıÆKÂØ(\x18 ^8¾\x19 "
b"èmÀ˜@ŠDŸ˜²Fu\x12 Íq– "
b"Ú\r ÿ\x1F ░÷GðØ┬ü®rº,` "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"éYw¸çÕGh¡d‡ÃM×çy "
b"é—Èu\x1F ¬L©…šžœœ—ì< "
b"éÜ—A“éGξ\x05 {z2\x19 Òä "
b"éæ\x16 s¡ˆC\¾œ3™]Ôâô "
b"ê\x01 (P)&GN¹\x05 $c%ñ\x13 “ "
b"ê\x01 56»\x10 H8¥(Ä —$ZJ "
b"ê\x06 bÓ\x1A CR»\x16 ¦³\x1E Û\x07 Ñ "
b"ëP\x14 ñ7DK\x1A ®y±\x06 Û©þt "
b"""
ëÛ?G‚áJ\v ©\n
‘z”l‡Š
"""
b"ý}·■┴ NYÉ╔×╔Ùߨö "
b"ì¦Æ\x1D\e ¶Jy¶\e Ž¢\x03 Bõš "
b"튬f"„F\v …\x00 +yP•÷¨ "
b"íàÑèür@>“RÐIœÈâ| "
b"íðd€\x19 +IN¾À¢íFö\x07\x0F "
b"î\v ð;ôFD°„J\x04\x19 Ý\x10 öº "
b"¯o¬ì'¸Iaò:Þ_O=┐6 "
b"î³NøNÑ@ƒ¶8é^GMïW "
b"îÿ|~“\x0F C瞘\x1A <Æÿ\x18 - "
b"ïFKè\x7F ÷Os„ï¦\x01 m‘Ñ' "
b"ðXQ†xtD£¡ØSòõº+u "
b"Å\x0E ─§\x1C Coæ‗║eâ7Ä└ "
b"ðã[(Þ\x17 D'³ÃO¬s\x08 T\x19 "
b"ñ/•0Ñ÷CÀ•û1\x12 —1\x1D\x07 "
b"±╦u¯¼a@ºìèƒ5i¶iÌ "
b"‗n╦µc\e C¢úÅ"Ä1┴╚¾ "
b"ò·öæ’¶HH¦`{¦*)ºQ "
b"òÛ¦µ´\x06 MѪ+íQ_¿t$ "
b"ó88–þ“J²ˆ¥\x1C "K©{S "
b"óžš_+rG¢¾áUµqÔ€î "
b"¾º╔ü\t ╔J\x07 î▒ÎUT░Þ! "
b"óîßõeéݧQß„w²W "
b"ô\x01 ï&ú‚BÒ…@/ž \x17 Xª "
b"ô \x0E -\x16 ‘B\x07 œE\x1C 0s0ýn "
b"ô¡\x01 ¥Ö*NP¤Çx²vÖÅ^ "
b"õVL¼m,Gì•ízvÅ?°‹ "
b"õd„§LÑBB”›Â³þü<ð "
b"õÊrXÛ\Jü±ñ\v 4h\x07 _J "
b"ö\x19 7ÆØÁJÉ©€ÝAí¯i\x15 "
b"ö+,(¾·Cù„T~0=±Áï "
b"öRŸMÑ"IA³œÆÁ_CÄÆ "
b"öTD\r oDL÷€T°ÀñL›³ "
b"÷î¯üöÃN,ÂÎòÿÅï│ó "
b"ö¿WǬÜA@Ÿ\x1F <I<bä` "
b"÷\x0F ”µˆÃO\x19 £o\x10 ìùî\x10 x "
b"""
÷Q.°JUO}™P;`æ\n
[-
"""
b"¸ó■\x00 ØïKõ▒oçM=ê\x03 8 "
b"ø\x05 ô5¢æ@Zµ·Ã”þsœÌ "
b"øë?@™ÀF‹·¡ÐVŒ=B> "
b"¨CA,q\I\x18 £çZ¸É7¿è "
b"ùs¦îEpFë‹\x1E\x19 ǰ<î“ "
b"""
ùvÒ\x18 ÔÑC°¡i#“¯\n
‰°
"""
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"ú\x1D Ég—¨F…µa¨—÷wÖT "
b"·nÑ2╦\x1C E▄ì\x07\x18 í¡î=\x18 "
b"ú„ý¢“aB9§ü”ʤ›\x05 û "
b"ûW¾\x7F âOæž3‘\x06 \r êïÞ "
b"¹`-¾É\x16 Ke»²g╠Ü.б "
b"¹ê\e\x05\x08\x04 Ghù\t êaµìt^ "
b"¹ê└yj¯K\x11 │‗ÄÅ_µ²î "
b"¹Ì\x07 ·═wOtà]ìGhoÿ\x18 "
b"ûô€×Œ1A\x1C ¶\x1F ŸX€y™8 "
b"³Z\x03 g\f ¨LÌǮɯá█Ä\x18 "
b"³õü╔ÞÚHD╗░ùkN¼f¦ "
b"ý\x02 al8zL.µG„[ÿ«¶ "
b"ý#¹ û¦EiœÊ!°•–\x0F ü "
b"ý>¢zžšL̆æW명Žs "
b"""
ý]ÐNRþNh¸ˆ\n
0éñ±O
"""
b"ýc\x03 ÉôƒEð¼AåÏ\x01 ‡?\x03 "
b"þ\e ð1ÝgAÑœ^©pÂRËÝ "
b"þ¡ 1Œ-@é‰(¯hæÉI< "
b"■┐öü┌lJîâNVÃ[\x03 i\x18 "
b"þý‘…»\x06 Mp‡ \x18 Àëâ2¼ "
b"ÿ\x0F ¤[ó\v Nan ÜíPîÇ "
b" ZóÊÃãLßèü|òÌMz: "
b" [Ç░ö‗G╗ü┴╠è\x05\f i\x04 "
b"ÿ™€ßµmEC®š×\x06 „\üç "
b" ┴+ý³\x04 D┤®Ø6╠█ ╗è "
]
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 (0x006D963A53604400BDD3878BB892E5CE , 0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x010B721E26314E19BC1B4857F82BF2DC , 0x0111F8535A3948E8A96489CB9D915F48 , 0x01BFB1A11E3341768185CF1437C72934 , 0x0217734EA93E4162ACFF209D83B739FB , 0x023A484DE6D243F5B8FC1FDB79912167 , 0x026095B69C824703A84730DBED101DA5 , 0x026A36EE517B4A48AEECBA6E6A0FA27B , 0x026D8FD68A6643E89C5E27B3A46FDEB0 , 0x0288132AFD5F446D8000CA9193E7AF78 , 0x041C8ED6153641CAABEF692EB7599E42 , 0x0480CF6C01B44B77AD919BFC5C8C10B0 , 0x0581B1A7ED82414484EB48EA555B3F18 , 0x062D13CC787348868E2680D96A86BD92 , 0x0647DC33B8154413BAD2C9D3A2084BB8 , 0x064DF466CA914D0F8DEF3C68BEEF1887 , 0x06C60DB52BC04B1585276E864131EBC0 , 0x06FEBBAAD1EC4003ADEA2850AD1D1055 , 0x0702B3B0260E4AC6A18D28BD7AE24944 , 0x0747B3EE39E64E3E9006D03147A95E9D , 0x07B9D9A3DFFB4190A0DC531A585CAC14 , 0x081DC4AD32DA47F8A5E9C9D165565072 , 0x086D88A0CF774A80989F0921454B5974 , 0x09114F60C26C457282D1D096EC1AEC46 , 0x09C7AE08E29247BC93D1743285A061AC , 0x0A252C131DE04CAE84E2880263C967F7 , 0x0A331222ACD74A0E9E08D7A7C95CF4D1 , 0x0A4ADCE2C2ED4B029B1A4921E13C204A , 0x0A8FE50E8FBC4C9B85F5616504211292 , 0x0ADB99C7ABA642DCBBB3FA69226A51DF , 0x0B4A0D62FB474E7A9F2661AD7E449199 , 0x0B5F677BCD0F430993B023BBCAA6DD54 , 0x0B67E9C551E445A4AFD0D30A7D3AF207 , 0x0B796E0C7BC446AEBA376DFDCBCBD2E6 , 0x0B8BB5FE517A4680A2BC00AA5D72A2B1 , 0x0BAEF82CDE864F539D677A178CAE3A18 , 0x0BE6C1CC5C8D4A6E99778D04187B384E , 0x0C15D179444C4B6EA03079C623A30EA9 , 0x0C255086DCD342A1BD7072F4788CFAEE , 0x0C3397F4449847659B9C0BC11718D929 , 0x0C696426B680410ABB01D293355000F6 , 0x0C6C9EFF4A2047B49E4AA3497760F651 , 0x0D15763FB7E64AB780762A3BA601AE6C , 0x0D30140C438345BBA399412F8DD2D7C4 , 0x0D872A2A239F40FEBFEF9048B2E4090F , 0x0E7EDB8814F046FA9E6590ABBCFCE639 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0x0F00667E976A4FA1933FD5DD1ABD3431 , 0x0F12CA6072F448C1ADD7A35749BF5F36 , 0x0F6B176F515A4FD79F89889F76DF6529 , 0x0FB17958D9654B9C9B30535001C901F9 , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0x1000052DAF804ECAB26FCA52EB4E3745 , 0x103EDA8DC91C4E488343D49116CD82C9 , 0x1076C9E5754C45488A3FC0D8A44C638E , 0x1084B70E0273445E85A29432A32E311C , 0x10AA2308E3AA4816B155544BD1395B14 , 0x10B6A228666448CEAFC5074AA7B660FF , 0x11E82F3879F146199C413DF3478FC820 , 0x123C73C3AC77401D98BEC14C58F356A2 , 0x127A24334F7F41CCBD4190626F22838C , 0x12F93E8203D943C987658EAD780E0059 , 0x13136A881ABD4475BF7565B7D212080C , 0x13240E7D85B3475EBDC20A465A4B52E3 , 0x1325FB370BA1416F918996EB07E8CB8B , 0x136D39EF4CC9401D865F6894CB362676 , 0x13F2145DA56846FF957EDB5F00266B0C , 0x1410C4394896444AACF20ED36DDF417B , 0x148FE2D740E846829279FC7C1F643C9F , 0x14AF32D3DB4147ACB046FA421616E50F , 0x151B8D1A42D44CDBB4F8D33A360419BB , 0x158160BE218F49B9B600ABB51991CBDA , 0x159B67BFFD63444A9781719AE6B545E7 , 0x15E00533A5F84A22B3558A03A0745E32 , 0x1693FCF925C44810A563279843271136 , 0x16AE3FE0476C4B9EB99AAEDE55791CC1 , 0x16DC0907787844F88BA9803EA0951FE0 , 0x16F07F9517BB4001952E9D90BF731D1C , 0x17232A149D834D909F3F78FAB84101FF , 0x17900C2A79784FB2A5DE07F3C083EF5B , 0x17AE0BAF00C548EE954A60EAB4D527CE , 0x17FF697DD29E450B9A29C6972EA41BA5 , 0x189977FDD05942CB8A3D992DA5102F22 , 0x19B2A2BF90EF466D8549E20B5FD4B1C8 , 0x19DCEFA7CCF34BEABF45FC479F68CC1F , 0x1A415083786342FC913803F233C82D8E , 0x1A4724E6D5D04B83A8331D66EE21CD87 , 0x1AA7760E025B4D2581D91545E65637D9 , 0x1ACCCC55AF184996BE768CF969F37C0C , 0x1B1B8DB9A1514035A2DEE88F5F141867 , 0x1B2C1A85997341EF8F04D59BB35DC2F2 , 0x1B907CE0A8A84BF4AE0C395BA74A58CA , 0x1B990647E7BF40AB84ACCE7649344F66 , 0x1BBC37F462E942D3996EC73F65C65F3B , 0x1C484DA9B3B147F6A76F8882594D3072 , 0x1C5DA60806CA4B2B90C57AED8C764E68 , 0x1D37699AE09F4A9A9D2B7CADF3C8A664 , 0x1D3EEACE788945C095403E26B2D30131 , 0x1EE8E66093FF45D5B3C8791EACF7CBF1 , 0x1F177EBEA7A74A3589E30EED1A97752D , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x206547B374DC44C8831CF84BC8881561 , 0x2075FF76509E4401986AAEB252A47EAF , 0x20FF565100DF4CC090A07A2D2100CB9C , 0x213422AD4E8242E4AF7E3500637396D3 , 0x21A374A2294747F6A30854538504E0B9 , 0x21A826B452D540089C27676468A7F79D , 0x21FCBE73B51C4013A25D1CDCDFB7973A , 0x22234227AC2A4672ACF0E60152F0E373 , 0x226E15C39ED2481A8D37401E19131D78 , 0x22C6FDDC66D44BC5ACB639400BEF41F5 , 0x240AF239091843EEAB35819A726ACB90 , 0x24D2C2CA37C74E36BEA954596B6DFA6F , 0x24E2C71A7C4B4EDEA18CA5B290C5EC66 , 0x2503AE508F24411BBACEBE2B01BD79EA , 0x259FC49B1FB34B0E844A416BB71455C8 , 0x25D40AE089E34BF5A868B666CA06A70E , 0x25D956B2F2DB40A78B9EEE88836D121E , 0x2636A144301B4DC989FE9E47EF79FB22 , 0x268FC412578B406F8945566B61785612 , 0x26CFB58D138A4542AE52AFD1E3593A6F , 0x26E295FDE95C405CB50B66CF2C413550 , 0x2720DC05C39D4A60A72240B08C914B64 , 0x27CA355FA1134BE9A8844E6ABBFEBBEE , 0x27CF1D93E95044EF8F651CAAC1D1BFAB , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0x28AF998F92EC48BA934587CE5CA0C90E , 0x29B847EBDE604AEA841C1B273CEA05D2 , 0x2A23E0E3AB7145CA935EF12EDBD807DA , 0x2A3A57074AD14D589462B7E3FF6ED5F1 , 0x2ABD42DA0654487B83C7FD2E0DDBE6F7 , 0x2AE07198DBFB46D4A6CDDD41FF692C6D , 0x2BA1F39F62F8498B923C1EBA8A2C9C6A , 0x2BC57A2510F74553BEF566FA7E9ABC10 , 0x2C09D73BD90245B4A8C7778D55FB0D3C , 0x2CBA78575F0D4E5DA746EFC77A8009D4 , 0x2D020203DBB8489B8704938C4D27013B , 0x2D2BAB1466FE4DE09BF9B6F4CF5F9128 , 0x2D5D8F227CAD458E854A3DE1CD832B06 , 0x2D719095F3994B7DA860D4ED1EF5F4FE , 0x2D8755344D0F435C829956E143465FCD , 0x2DD49DBAA57346909B2C79834ADF3A7C , 0x2DDFC2A92BA9435290923177D527302C , 0x2E2F27D6734F4CB0A07E12574A91C66B , 0x2E5792F6A9794A49830E63329CA7659E , 0x2E8F7E13DD194633830C69DFDDA0E89B , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0x2FE5E5214E9B418CA1495AF1A0AFBA6F , 0x3048361232D742EF8593593C60CE0880 , 0x3056DA2BFB8D4CE48A93F732F6AE7729 , 0x30CD49853F0C4D3B9FDADD3D4B3661EB , 0x329D0F3D697D4B25A5B6176ED3202830 , 0x33208B6D24EF45E4B105FB2C72BF143F , 0x33607D10BBED4A2F96337948F9F0DC95 , 0x33984E96EAAA430F9EFAEDE0F751EAA2 , 0x3408F7D3ECDB4FC7AA7A119BA53090C0 , 0x3410B846409243BA8F817BE282CB5A55 , 0x34327BE5DBB44895945339588A43B466 , 0x3447D48A34E948A8BFD41DA963958FBD , 0x348E1D4026C7433D9DDB3D8D7B16B839 , 0x34E77A7337F1458C9ADF63A1C83D51DF , 0x34F46634776342D98F633B9F09B1F5B5 , 0x351E4B12797F4094A3DDB89A07D51464 , 0x37582405C92248E4BF22AC837309396C , 0x375A01A4C87948D0B8F40AEDED131885 , 0x3764E0EF6AA1497DA9BC4DD5426B86BA , 0x3824DB22AC8E4BD0B4599A37570E5E50 , 0x3876008AA76F4508A23F8B0032FB8348 , 0x387D3840D338476A83D5C4F2DDE4B35B , 0x398CF68CA2F54FC989F3788FF159DFDD , 0x3AE19BE972A543BEB9926EFF4B73E023 , 0x3AE32774F59347538C8D6F4911175803 , 0x3BF2BC921423452A86AB1260EC98C220 , 0x3CCDC1A113D8457A9C4CC7CA8926F865 , 0x3D44DA570E384EE5AA11A94E08C25762 , 0x3DD8389370984D7782EDEB34D0BD805F , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0x3DF51872CBDC48AF886DBE2DA5DB7074 , 0x3E433CC064194AADB8203D647B14222E , 0x3E6FE06A3E8B4EEB90909B6F2B59E1D9 , 0x3E9FCC3AEF6B4A54AC5B517D56519034 , 0x3F19CE8E1B074CB2AEA031802DEC8B37 , 0x3F5889443F9248A1959035D2033F8262 , 0x3F5E3337D20244908BF2C9C878E760C2 , 0x3FCEC18E38194644BD78A30F29B2ECE6 , 0x400E9AE67CA243E8A761EDF743747534 , 0x40E5ABA8EC1F4D3EBA60A57D0686EE42 , 0x40EDBAEA844F40178DEB1FE7A8C7EC0B , 0x410628C3847C4909B12F784F4D2C1533 , 0x412F779EE72A43378B8D2213EE1F3F27 , 0x41A189D7B2E94724B98E61FE74F534C7 , 0x41CBF88DD62543AAB50615D6C5E57B0D , 0x41FE9E0FAF8A4C65854120F87C614BAC , 0x42148A7253444E7BBAB4A8AE8CCAA5B3 , 0x42A495F04E4D4C14AAE285E6ABAAEBD6 , 0x432D9616CB4046429DD67AF398E80C54 , 0x43B8DBF5D1EA4BAAA0ECEB679685F1FB , 0x440B30F8AB86409EBD712C6B36016EAF , 0x444857E51D3048A69359EF6C849BD7E4 , 0x446F9E26CE4A46668BD5D731BC37E27F , 0x44BEE7C8BF264F12905CE8F20941524A , 0x453CB6A7D1054B6CA71308ACDF2FC150 , 0x45BA217762704977A1638B6A0220A9D4 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x4736CA275E4644A994E924C8C68AD635 , 0x474596D0492F432B9452F19F8F7C65EE , 0x47A93EC150264E28A91B0AB6C8393B23 , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x47CA51EE9F8044AD8DBFF607176C4BC6 , 0x484E0C21B86B4F4B8052439585B7D6CC , 0x484E50A8EFE545C28806855322BBA771 , 0x4860F5F455A049AE80F2EF129CAEC1BC , 0x489C86B0EFCF46AFBE7BD27E3C4BD40F , 0x4A9FF0CCC1D34DF2A355B732AFF60588 , 0x4AF5313C097844CABC8CADE116493D04 , 0x4B72725996AB40359CA4079B68E600EB , 0x4B74014A94154AEFBCBEF8FC606FF8E0 , 0x4BF48591732144B099DE3F5DD80B58EC , 0x4CFCF2E46FF04F5CA78A478586A9F1F0 , 0x4CFEABD10B474D05B109A9C89CF6BD08 , 0x4D3EC7C3A0914078A938E142F85E6266 , 0x4DC83EF9D5A34B86AB77D2844F160FD1 , 0x4DF49B5A98684ACB81BE5FC07B829BFC , 0x4ED377A79A2E4822AC4F8D96183C2CAB , 0x4EFA915E5B8F48AEA1FAC617EE3CD696 , 0x4EFF0540DBB748D3B39B989D37828734 , 0x4F1B71E8A87E4836A2B60EE5CC00C7B3 , 0x4F3E44CBEFE84DB9A90B66026315C4D0 , 0x4F463DD4D2CE49C6A00474549FEC5591 , 0x4F6871B81F474FE29CCC09E30C7EFD94 , 0x4FA581632DE14E8A9353C500C7D00DEE , 0x4FBF7D7C8D13488E947D1E92B1BEA87C , 0x50600BA4122543CA898325EE774941DE , 0x50DEAF2BCB52485AB16EB533B8E0287B , 0x5114F6EFB07649EA9B5BD1CBE33CAE2E , 0x515C671499384C058A65F7F6B0F6044C , 0x5226CC6C3E574DFF971A798F050E609C , 0x526A2E9EF8174E219B0095559127DF2B , 0x5273F25E874942CB82DFADD5B054A179 , 0x52A44EF6ECC048AE98D95537921636C4 , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0x531F2BB32991464EA5479343F2D9E577 , 0x5328044BBB9746F4931AA66DDFCD4E85 , 0x53314A8989504F40B302043F169AE32A , 0x541D3D184F524BEA9A11E8BC250E4E1B , 0x543EC108D168438D85DC52FBB4FFA835 , 0x55C953AA383241B1A0D577B45312B870 , 0x55DB626078624359BA213FB9B1349AF2 , 0x5625B687DDE5468A8BAFD836061C81BA , 0x56A96D026BF049338B0B6DD3BD7A0BE5 , 0x56C7964019EF41F585F5066ACD7AE222 , 0x56D7E06EB90F4444A6AA37B6CFC7E0F0 , 0x57C91979F5584DBAB641C5F4D9B77E7A , 0x58B183E7721B4867A515E06F75D2E60C , 0x592F5006919440E3B25AD4EC52121A04 , 0x5964B314395A4A6B81787B5B8CF433A2 , 0x5A33B8C1827D4404919F19A8E35BD54D , 0x5A4FD7554CD548CEB65C41371ECFC3BD , 0x5A88DAB8596D436D889E560C822F6E26 , 0x5AAB08894A0F4B5A80ECF031BD2BDE03 , 0x5BD08049ECE44B7E9CD9689BEDBD1047 , 0x5BE112DD36B14850984AAD1185A7518C , 0x5C7B615253EF4C99AFB12C1BE06A0F74 , 0x5C87111504E444B888B1792D4076D1E1 , 0x5CB29FC5440B46729702320AA8F64B14 , 0x5CB7161F18834128B5CE919E1CF41BC6 , 0x5D0CF988FB694DC687D8E084C0A13439 , 0x5E4B7B3D05B941F9B6CB50FC855D35FA , 0x5E698BB89D274D55971858D23A38965B , 0x5E6D2544CCEF4761834BECDC68B08E44 , 0x5E9969BD98864EA98E8407ECD4A1559F , 0x5EA391EAC04F4DFD8353C74C638D7FC6 , 0x5EBB1EE0ECAB4305AE161BE719F5A35E , 0x5ECBD967074D47D88D4912CFE35C5EB3 , 0x5F4CE20904A24DE4A5F28CEA3F5C864E , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x60FE93E181114ABBB5D1D556F6AB352E , 0x61183C4D275C47FFA2D7F0448042A479 , 0x62208E44AAA1422CBA37C62218607C82 , 0x625CCB60161F4524A9704B69C51B4CB1 , 0x64A9AF2857AD434C8B9A570731DDB51E , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x64C9FF68AE1F4E80A64A6BE6D5D60DF6 , 0x65139590DC384732A2C0A4330E2E1586 , 0x6599B7D7C2AB4823BC69AC4EB29EFD74 , 0x65B4E756F4474019B2B2452D8D1B224C , 0x65D0A9BF172B41C7A5B34E5BF29833C8 , 0x66799A72065B4D4D9663C7970C176D04 , 0x667EF325DDC44A6AA59DD6C8258CDB6C , 0x66DC22B184EE47CFB36276D819B06084 , 0x6701FE7F2AF744CFBA2833799EEA6F13 , 0x67391B2FEACE4E48A1FF078727CB8E77 , 0x67805B52A9F44FCE88BAEF65183A6DBB , 0x67CC836DB832404FA4171EA8CB401034 , 0x67D1E7AF837F4C19BCA3C3989B8B6B68 , 0x67DEDA1E9D40459E9470C232644E963F , 0x681F2E95BFAE4E37A6E2A24616B6ED76 , 0x68C439D9301A464BB0AF9F1A035D2450 , 0x69D50D5F3BFB4F5A9A9FCE48460CDDB8 , 0x69FA34DD2AF5429ABB86901EE7221702 , 0x6A6E4D80888349CFA6963CD053577D90 , 0x6A82C911AF8F42B39BB29DAA346DE997 , 0x6B25E01CE660495CB08618E144634079 , 0x6B4E2DEC349C4B00898F097BD92B5E9A , 0x6C2696A118584BE6983255A331EF7874 , 0x6C584CB83E56417BBB988FDACB1591CC , 0x6CB91170BC6641D8998F5F8886377C0C , 0x6CD1396EA58246D39A8DE490C29B1324 , 0x6D064947AE404C27BEC92B4AC8EEA547 , 0x6D354EFFDDE5489290F6530F653500B0 , 0x6D540B91FD6343FAACDFF28C1F40B0DC , 0x6D759189C4A14728927A26B23ACF20F9 , 0x6D8DD0AD10704C33BB6A0953D63248DD , 0x6E727588A1EA4A51BD81E8646ABB830B , 0x6EF1C9B4D0154E4B8F688C70CDC00CDE , 0x6F05AF985FBE4797A8F3D9602DF6A509 , 0x6F93C260DD3F478EA9E1513BE9E04D89 , 0x70552009756947F49ACB78A1D42579E0 , 0x70AF0D914DA54CFF835C54D3FA45CAD1 , 0x70C94C3B7B1D46F5B535199DB085AB84 , 0x70EE4054CA6B4858AC71A86DBEF1A64B , 0x70EE9403B857416C96FA8A0C6B4E219A , 0x7123655D44E7478CA6477D0110AC5088 , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x718CF07CBBBD4133AB4FC7FD82938D52 , 0x71CAF5CF475546B39AF8BC67696A9984 , 0x71F75E5AD1EC4C3A8B87832B3554CBC4 , 0x7243DF86AE0A43DAADE1A7B99838E3A9 , 0x72514B1532B64F73A9FBF47BAF255AB4 , 0x7297AA5B4E0F486785A9C9A12BEC7E01 , 0x72A9F1781E754B2198F8826A6F71F5CB , 0x730AD3BD531C4CEFAFA23D26DC6CD131 , 0x73A798034B6545E5BEA76EDC19C9BDBD , 0x73C9CE627DF04B54B52CBC516CD3B10D , 0x73D3E1840A2244FE90E516E6723DFA61 , 0x73FE4778482F458C89C92C699BAFCE4A , 0x74553EDA248B45A49BA21385943DF95E , 0x749C3BF293AB4A9BB297ADC62400A57A , 0x749E039F8C104575AE7FB9C644AA3CD1 , 0x74C5C5C14CAB4AE9BE6A1EA52D35AE56 , 0x74D75BA6FBF94125903C074023B9ADA4 , 0x7501049BA4AB4919B96FDD2E6DA55A7B , 0x752C988BCFA5489CB395F551D8D782EE , 0x757F0D0DAE684A4E9653400F921F6787 , 0x7587B8731FAC40A9BC731AE9167A44CA , 0x7604073C50704EFF91C818A6DD0EFD4F , 0x76B7ABE8A51E421DA1D8E557B84C7CE8 , 0x771844D937A640428FB9B94437B5A638 , 0x7779518E7C454D75AB31B63AEFE63F32 , 0x778663E267E243158F8F9856178CEBE0 , 0x782C7EF38402477A9957788127084BEC , 0x7868A6FF13B24D63860EE0C4DB29046F , 0x7896F96D091D4118819836ADDC4058DC , 0x79AE5B1A45C045BDABE6355227DF2B4D , 0x7AB4F209095F479DAEB7052CDA65A52A , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x7AF93C511A004FD08F0C4FCAB8B804DC , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0x7BA226ADBA4E41788D37E1E781F89F3D , 0x7C0EDBB6FF3545DD9126FB3810BC5B6B , 0x7C6F17798A754C749F038BB588490847 , 0x7C828CEF78634184915DC5CCE47798DE , 0x7C897CF1DDAF4CA6A927C41CE075EFB6 , 0x7D04C91565FC4778B5D21B40686F61F6 , 0x7D97CA8E28E9438CA3F3B6C52A733B67 , 0x7DD79C471F024EFD892F00FA6E83D57D , 0x7E36E27D07E845B4B3E436352524E25D , 0x7E97188F6A0B4F2B8E4FF473A0B90D44 , 0x7EF6C60B0AEB488C81D12E6E2F046AC6 , 0x7F53F38FAD9747D2923D1270C28747F9 , 0x7F5C5024C9DD430883C117570439F39B , 0x7FAA0E375E9241A18EDC4966D57ED5E1 , 0x7FF17188307F4E7DA79641C2699DE90F , 0x7FF3B3F601B04F6595239D364A86819E , 0x8035645A2210456985BB5AC7ADC8EA97 , 0x807EDE3561674322A8ED23682AFFCD6A , 0x80C05280F5EF4BAB9A0C585AF068C32A , 0x80D9DD705E6E40F4B522160965947730 , 0x814673BA49A4409793447481B4C32399 , 0x817655206B99448CBD68B3302A622981 , 0x819A8A7701274AB78A7532A4A60DD98C , 0x82798648055F44FF86715DE7C0282865 , 0x8329349A5F43406392F2EE670755B1EA , 0x83841DF5E33845F394173B50624A30FE , 0x8442E3F4157640E38C112561981854A3 , 0x84C78DF582C94899AEAC39F22425CD84 , 0x861B8893C8324A15AD3F2AFEA3712C89 , 0x8689BD201927489797B669C72E045EE8 , 0x86B48543190946D08FB755EEC91AC61D , 0x86F04E70E67F46568EB521825176C31C , 0x8761BC4569FE4C6689C39B6AEADF1FF5 , 0x87A0B31FC3DF40D9B7CF1B6BFA5206A6 , 0x87C6574BC8B44C33A696F1917C5F0834 , 0x889C3F1529E94CDF946D121C03E33E63 , 0x88B50903F46842A68918FBABCB015ECC , 0x891003F8928E45089F992FC9D55C6942 , 0x89C7C39B12EF4800AF0649B3A826A1C2 , 0x8A182B21F5024760B1056961C3E086E4 , 0x8ABFC0EC0C7F44E2AA9FAF778876DE2E , 0x8BC69C4A7FE6475EB6E0778AFCCC12CB , 0x8BDCDD7E52F44152B6111B9009F86D1B , 0x8BDE5E9A97034AB28250C4B5495B2E85 , 0x8BE42A90B1CE49E6A937D77E33F04EBE , 0x8C2481E41A8344B881669094EB365491 , 0x8C6E98903562479397B85CECAB1339BB , 0x8CDA064C1B2C4B92AD8ACB3B9304A660 , 0x8D78CC610B8C461B9F3D3060BC02C3B8 , 0x8DF3C243B65241C78BCB534B6025F147 , 0x8E624E74B90D438BA44A2EC81A5F030B , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x8ECE3612F7B44FD2BDD16D9C40FEF6F3 , 0x8F3161BDB8764451B9BEE22F961810F8 , 0x8F42BA02310642CAA0477C5CE08D52E5 , 0x8FD6703DB3194E48B55DFD519146A99C , 0x905CDD327BE941B28C590CCF7C84EAAF , 0x9077DA2A2CE24EDD9AC067B169B1A104 , 0x908989FA6F7945CC91E296B1BACA1BFE , 0x90D2D49D95E244CA963853B5C550A967 , 0x90E1C8DA1B1E4A62A3DD3C24AA302BA2 , 0x915724EDBFF24B7F9FA21CCF1E5805B9 , 0x918362C75B23493EA15AA042B43277A6 , 0x9243366D8F8C46F38F9625D54AA65880 , 0x92568C6F16F74EAF91DE377E45BCBC7D , 0x9260C7EDEE7B447AAA3C3686DA7F20E4 , 0x9295B31746C24CC1902E948B6CD65AFB , 0x92BE699C79114A5991B973DDF6DAA013 , 0x92C46D4DC5394DD39C32B109CB21DAF4 , 0x931ADBB5AF6249A3A638D6D1EF4B2C10 , 0x934BA6CF7A4640ABB4D08851731DC4C5 , 0x937FB788ABCE466098EE085ACD6D5021 , 0x93E3058434C84972BD1A618C7D019127 , 0x945E485343DC47E19B8CC2F87B0586FA , 0x9545900910C0470A8621223CF48AEA66 , 0x95D08747F0ED44BDAB07EB9D842F47A6 , 0x95D3714074084C3BA682EEF94D7C8B85 , 0x97417C60899F440B95CCE29025400F85 , 0x9741F73405984689A2A58202563EEBD1 , 0x9759EF0F926A4BD79D266A850411DC7C , 0x97A610EEAFEF45D9AE450F91D31ADD45 , 0x97E65DC4DBA04F9D946367B7F5972DDB , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0x988B671C705244ACA2716A2408687123 , 0x99131E6E80A747A6860EAEDF222D48D8 , 0x9922611931C64C3F8E12BFD06A9DC01C , 0x99C7FB649B3246259DC97233B55126AF , 0x9A10CBDB98F441B6AB4B95A14B1DE64E , 0x9A36252720E1466A9B7D84A673716C20 , 0x9ACE78CF7ABD472B9581641DF86C2B94 , 0x9B30F3FDE37A424F9985730D3F0EC317 , 0x9B3B15B2F80844D1BB545A1357161662 , 0x9B3F9A571F8648FF9F52CA04882193EE , 0x9B8D82ACF40E42BF8A28012BE3053B04 , 0x9BFD9318473E4C62B6E02FE5E6AECEB5 , 0x9C4CFB2EA2F342699E346EFA92EC0D13 , 0x9C9A673A941347F08CFF13A09457FEB6 , 0x9CA2DFD74BE547B1AA86EFF45CD2ED7D , 0x9CB7F32A8AE54DB9BAEE55861D5DE426 , 0x9D16518845274D998B5F0F970349AADC , 0x9EBF23ABB9964B40965DE55B46848131 , 0x9F5D2E7D9B744DFEB275B7F53041E5E5 , 0x9FA306C764344CF2A08BF02D94840004 , 0x9FBE7FB5274E4349816A93A8DD2E6321 , 0x9FE935A58786429B80733724A86FE119 , 0xA013D8A5C05C4C179ED5EE67BA295B05 , 0xA081D846B9874B1485968980833999DD , 0xA099825FEB7D43B9A5039F763A1B1F10 , 0xA16D92237AB9441AAB63138B567888AD , 0xA19C25E6FB4043C49B1454814494C0DA , 0xA1EFD1173BD6428981C099D0DF17DBEE , 0xA24A381F6AC945C7A40CF03A21D33C2E , 0xA28D530D990843DEB7CF9925CF84529B , 0xA2A85C36E88A48ED867085C77E371EB1 , 0xA2C5E8D8D0A54ABB8C3475FB1F2F1C6B , 0xA2C5F69EE00F4DE381FB3F69ED1EA10E , 0xA2E2B1D0014345948D54C4F8932E4D07 , 0xA3B5CADD119E4AB7855BA238B23BF968 , 0xA3B68DF5D25E4B659DA71A6AF45D886E , 0xA49145F9CCCC4596841681AE9FBFBA44 , 0xA493BC46F0044218A75E231431CDCDAC , 0xA4D11872080049089F3B4A598F706940 , 0xA581F5D023A54C26A7AD73D01119D0AE , 0xA59D6BB6AA3B48AA833E776453AAFAF2 , 0xA5F9BFAB0D5A40F888C15C0DA47B8242 , 0xA69D5C7402994073988CDD566036BD14 , 0xA6F7C8BECC4B415F96B65AFC997CF3D4 , 0xA72F5551539541B79CCDB5B8645A79F1 , 0xA77E9A1A14D8494EA53EF8D70BDEDEEF , 0xA85D2BE79BA94721A48B0CBC6E442321 , 0xA86883D6BC3D4B96A33AA90F877731F2 , 0xA8C4B474C1CB41708ED69AB77057795D , 0xA90319796686407B9795490FBC7029FE , 0xAA0633837D8044D2968E25CF48B70685 , 0xAA2AAEA69C47477AABC3AAF723766693 , 0xAA2CFF4F43EA45B8AF20D545EA6E188A , 0xABDC821DFC124F4BB3F103BA037B8A1A , 0xAC3DE86AE57849829E89247EED4C1D9F , 0xAD5314AF466D48E5B86EB778C6FB1B4D , 0xAD847231E63B4F6F90EFD0FB4B7170C6 , 0xADB42016585941A3982EFE96F98DC6E9 , 0xADB524C920B94F9F9EE3C6680F745BB6 , 0xADCB48106A21453C98832BFE62866A54 , 0xAE475DA383374EA8B26F92EC8BEDE2CF , 0xAE5C748E31DB47D881F8EC3825872BAC , 0xAF77287726384CF7ADA2F43B546F5E60 , 0xAFE0B4BB40034491AC7BCF3EE3FE19EE , 0xB0D2CEED22D04ADE888D000CBF6A8745 , 0xB0D93573B4C04E08B298C76A272D1E6D , 0xB0E53B9FB82A4310AB995285D3068DC2 , 0xB11B351922204EC5B4460581314AE31E , 0xB1229CC5C707454FB5FDAA970E2E6F84 , 0xB15562F2B5074EFF93294A5A95556394 , 0xB1646D4ADAA74C738C972CF991D0221E , 0xB17AE0E53B44477295291309841D045C , 0xB1B9FDEE08FF4C7B8A847DD96D95595C , 0xB1EBE5EA545B40149782F39B3AA717D7 , 0xB1EE1B8A5C4C4C018F51202148A00583 , 0xB22D0F6ED42E4DBE89E85685550B3D25 , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0xB2F9834EB99941638C4FC2C17DAAA268 , 0xB329E4A830A046748D35BE1D2968F123 , 0xB43DE9E471A9442A9C845D14FC6559A2 , 0xB4B64ACC90C6411482FD9DB6C8F96F49 , 0xB52E1B0F2EA449E688796DB58D1D6EA6 , 0xB56D774BBC8C4B63B09F411D56E6CB02 , 0xB596FA4A31504C48A4B42DB875BA4294 , 0xB6555215FC0F42FCB64E6BB393ECB1BF , 0xB691F6FE3B6D49E69BA7EBFDBFBE6E6B , 0xB6946408060E49E49EBB9469CB84CDD9 , 0xB713D87D42844928A82FC0D59B254B3B , 0xB7FE95C53FF24DDC8321BF596A086E3D , 0xB81AF3BA9EAB4D5AA6AF4C7D39529FCC , 0xB86222761D59446796E71081FAFA78D5 , 0xB8DA2B26CE92471A8AA59C0A98BDF736 , 0xBA074CC301934C2682C77035AB273740 , 0xBA2BB9D9A370495C94F8FF32617683E1 , 0xBA5091FC268742B98C1DB12F2EA17931 , 0xBAB10FEA66964CFA961D7C2A698B901F , 0xBB0C978CF3EB44AEBF23EE1450072BF8 , 0xBB47E9383C1A4B768B80BC6E72262FEF , 0xBB4D0AAFE8CE450F9F0EA759A2253DE7 , 0xBB7D8A01B7264492A6A909B8746A1551 , 0xBBCF67131999441A954EA4154C3F5AFB , 0xBBDE709EBEA14475BC5138F8F55D061E , 0xBBE323EE59344A748F8201291CC086B3 , 0xBC3C0E1D84CB4FE89E0A4150A65BAF77 , 0xBC8F72E002144AABB0D036BDF9986F66 , 0xBCC6D8F9ADBC413CB1CAC1FD89A0D0C4 , 0xBCECDE65E3D649C994FC9818C79C5148 , 0xBD011F6F1C2E406E86355ECF16A85A2B , 0xBD964333BD904E599616C2DB42751180 , 0xBDECA04863514D94ADA203CF379BA2FC , 0xBE47D99EE46D4E159DDBCE9CF878EACF , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0xBFCD7D83E3824F00BA86A7BF80940C88 , 0xBFE9AE5E370B4328875833BD090CF298 , 0xBFFFF19837E3403881ECEDA4E088638B , 0xC02B5C2491064157A0814723455E1B6F , 0xC02CF18B8D314A47BB65A3D5307E7542 , 0xC0BF2EF7BEE34D39B2E240D343E8A706 , 0xC1023801604C45A69112F49FE451A9DE , 0xC102C2395C7C4A409C12859014815AA9 , 0xC16B40C1B0204F83BC6C286B5E0CDFCC , 0xC1AEC45E2A90465ABD285935127D17BC , 0xC1D9A6921848455DBEBB22C984FC8E34 , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0xC2CD843A111E4F8092310788318AFC09 , 0xC2DF9BC5C07545F187535E63CFC542E6 , 0xC2F46F2FC6304B89B6A26B3131DD7C90 , 0xC486E31C6BE045E18AAE2E17B6907ABA , 0xC4EA4B9C9BBA47F691759D14CABCDD89 , 0xC4F4220CD37744B49A8296914639078B , 0xC5ADE040A70D4F22B34CAEDC3D93C441 , 0xC604732E69E54395A57431B3DECBCDE5 , 0xC628F59954254962BC11917AB328D2D9 , 0xC6BD1948BD1447D09154E47900A9A18E , 0xC6DC8BEA9C234666BC039E76421DCB6F , 0xC702036A9BCF499BA4878FAB1225F73D , 0xC71F63802FD34787AF98F22E4A8F5188 , 0xC756A510AA8F4EA0859E2D0C72C53779 , 0xC83BB8E35EA4418EB63296D8640774E8 , 0xC880AE0D6CE748B587347C8B99329925 , 0xC8A4B68A6D07413683303BC2D8B9F9FE , 0xC8C9E21A3B6D4127B04B4DE48C357088 , 0xC91B25FC051E458AA7D52A63CBCEB487 , 0xC962823794244E439B69C2831DAA1C49 , 0xC984331026F2496A833ACF866E1D5080 , 0xCA224EC76679424D8C2DC947F02039E6 , 0xCC0B9D31DB3C49F0AECEADBA1584B210 , 0xCC5C29AB14EE403D8E1CFB7C29E67F7D , 0xCCEB17687E244A5BABD6006F6345A607 , 0xCD38B49B55824307BA643E86F68C315D , 0xCD4B824EA48B4B7E97AEC104FAE16EC9 , 0xCD95379199A5406D9C46ADD05F4C8BFA , 0xCE94D0CC7D7443AA92BA14CBFDA2D6B6 , 0xCEE93085B7FF412C969466FC3984E9CB , 0xCF548DACE57E49E2AB200928F7CC708F , 0xCF85813F532E4972AC69189B9516A94F , 0xCF91659F35B44FDA9FE1B3145675F29A , 0xCFD090E5177841249AAD0A868A2ABE7E , 0xCFEF3B0B7D9248C994F0D80D82FD6226 , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0xD002CB1BEBFB4FE281D3B521312CB604 , 0xD01C211313F64168BCC1C2F091E07894 , 0xD034064CFA704468BC2C2D7035E2B0F7 , 0xD0CD070031174C828424DA3D57FDE969 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xD13A42501D30428B936D1BF6145CFB2E , 0xD250729F68C04E558C037C5242E4157B , 0xD280058C4E68434393696FC10C7A5FED , 0xD28670E95C3C44A5B2DF2A6EDB98DE79 , 0xD288CD1FEE784F93AEE5BF1D293B470E , 0xD2F46F52B89642FFA067EF76A22B6FE4 , 0xD3087C91C4644B168FE53D4B16ABC519 , 0xD31A3D133B4D4B43AA0EF7089C2BC307 , 0xD38D2F79498241B6AF04042FC959D1C1 , 0xD3B743ED0E754D1CA5FD15C8F541E19B , 0xD3BBB79ABD8A482E80B25490C9B8B0ED , 0xD3F71FAED3CC4B4F87C677874C73C272 , 0xD40E51054A8E454CB29B9BCBEDF6F65A , 0xD46B68046E434107882F4E492042CACA , 0xD4F161FC96AD4A4A8268434EA34B7EDF , 0xD51AFEC457194113B22E81AEAF2FB93F , 0xD5553FC02C614253B4F5D622D826932E , 0xD57F92A7BB7147A2899AA10333E95942 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0xD6A2D5D8F19B482B8B6126678687995C , 0xD73C6112053F4869B0E15C9A6C4E86D9 , 0xD77BB67537B841FFB93EA50A41ACB86C , 0xD7AF7FEA304046B7BAC4A7776E343A49 , 0xD7B3A5468E3E40A982DB6CD1FEAFBC57 , 0xD8D39A0191AD41BD810877A96F931135 , 0xD8FD9D27BE624E5CA7352ED045D4A09E , 0xD98C8C74744A4988A4F1B2417729755E , 0xD9AD9BC07D9448F0B0B59E95BCC67D89 , 0xDA312B89B023464E87F6EC89FC7C2B29 , 0xDA6295D6E26741EBAFB1B1C83527038B , 0xDA85E2F2A6B145E0A06146C9014D4C6A , 0xDA9061E2F1EF4C4FA4688C85AE4DD603 , 0xDBA5705345174F68B131E425B4DF527F , 0xDC22873517F44F2F953AF54BB7A68EA0 , 0xDC3657F8B05A4D2DBB0DD66F6633F8DE , 0xDC5D00D7416C4D2A8B908E16E91B6D1E , 0xDDBB29D96E3D42048C9C450ECAC73FE4 , 0xDDC0C256D536499BB1915BA07C74D30E , 0xDDCB7A272BCA4361A5C11A6F053C3CE1 , 0xDE7E73B2456144FBB83F2EE3B7F48250 , 0xDF36CB4DB65843F2AF0C4864151C2FE9 , 0xDFCA4DA5892E4388B2EF929BDE7DC739 , 0xDFF2B5F06D3343E2B1148827D1A82AF5 , 0xE01626A697E646F689C58B1AD7F50DF9 , 0xE08D5535BD5B4CA593AE61B710B78113 , 0xE0A691E8D099481CBCE7E3E4217B1945 , 0xE107EA3280D64FE49F60C8E1F699EA1C , 0xE168DCF18F144133B5B7E214ABE584FF , 0xE1F6230C34D446DEB241A1404AD44B00 , 0xE256B57EEE65462FA04EDE267947A552 , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xE433FEB30A324EFE8EA9317B50B2B0C3 , 0xE44F5BCDE5B943B49717C653DF47D8B0 , 0xE455D39404884450A85B3CF0CEAC0D31 , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0xE4CC7CC1C37D4AEF983D1DC72787603B , 0xE551282611564003B8E80F1E0B3148A1 , 0xE576AFE312EF41EE8CBB8DAAA149271C , 0xE57B27EBABF34F51AB9D48FAFF828C31 , 0xE5FFA708CE984619AEAFA104750EED13 , 0xE65CD05F0675472F8F09D1175C6A6E73 , 0xE6BE177BA3BB404F991107F0AFFA1200 , 0xE6CFCFF71ABB49E5AEFFBF730B3778D7 , 0xE6E8B7DA026A452EB323409AD06B9956 , 0xE6EE25C618B74521AD7B343085CA862B , 0xE78EEE4D34BE49C28042466D00F82F2E , 0xE794D635DE8A4683B797721819320327 , 0xE7958A94DD344BB99777B666FF262526 , 0xE83132FBD5924BB69D28F0185E38F319 , 0xE86DC098408A449F98B2467512CD7196 , 0xE90D981FB0F647D09DC281A972A72C60 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0xE95977B8E7D54768A16487C34DD7E779 , 0xE997C8751FAC4CA9859A9E9C9C97EC3C , 0xE9DC974193E947CEBE057B7A3219D2E4 , 0xE9E61673A188435CBE9C33995DD4E2F4 , 0xEA0128502926474EB905246325F11393 , 0xEA013536BB104838A528C42097245A4A , 0xEA0662D31AAD4352BB16A6B31EDB07D1 , 0xEB5014F137444B1AAE79B106DBA9FE74 , 0xEBDB3F4782E14A0BA90A917A946C878A , 0xEC7DFAFEC1204E5990C99EC9EBE19D94 , 0xECA6C61D1BB64A79B61B8EA20342F59A , 0xED8AAC662284460B85002B795095F7A8 , 0xEDE0D1E8FC72403E9352D0499CC8E27C , 0xEDF06480192B494EBEC0A2ED46F6070F , 0xEE0BF03BF44644B0844A0419DD10F6BA , 0xEE6FAA8D27F74961953AE85F4F3DBF36 , 0xEEB34EF84ED14083B638E95E474DEF57 , 0xEEFF7C7E930F43E79E981A3CC6FF182D , 0xEF464BE87FF74F7384EFA6016D91D127 , 0xF0585186787444A3A1D853F2F5BA2B75 , 0xF08F0EC4F51C436F91F2BA6583378EC0 , 0xF0E35B28DE174427B3C34FAC73085419 , 0xF12F9530D1F743C095FB311297311D07 , 0xF1CB75EEAC6140A78D8A9F3569F469DE , 0xF26ECBE6631B43BDA38F228E31C1C8F3 , 0xF2B7F6E692B64848A6607BA62A29BA51 , 0xF2DBA6B5B4064DD1AA2BED515FBF7424 , 0xF3383896FE934AB288A51C224BA97B53 , 0xF39E9A5F2B7247A2BEE155B571D480EE , 0xF3A7C98109C94A078CB1D75554B0E821 , 0xF3EEDFF565E949CC87A751DF8477B257 , 0xF401EF26FA8242D285402F9E201758AA , 0xF4A00E2D169142079C451C307330FD6E , 0xF4A101A5D62A4E50A4C778B276D6C55E , 0xF5564CBC6D2C47EC95ED7A76C53FB08B , 0xF56484A74CD14242949BC2B3FEFC3CF0 , 0xF5CA7258DB5C4AFCB1F10B3468075F4A , 0xF61937C6D8C14AC9A980DD41EDAF6915 , 0xF62B2C28BEB743F984547E303DB1C1EF , 0xF6529F4DD1224941B39CC6C15F43C4C6 , 0xF654440D6F444CF78054B0C0F14C9BB3 , 0xF68CEE8194C74E2CB6D795988F8BB3A2 , 0xF6BF57C7ACDC41409F1F3C493C62E460 , 0xF70F94B588C34F19A36F10ECF9EE1078 , 0xF7512EB04A554F7D99503B60E60A5B2D , 0xF7A2FE009D8B4BE4B16F874D3D880338 , 0xF805F435A2E6405AB5B7C394FE739CCC , 0xF8EB3F4099C0468BB7A1D0568C3D423E , 0xF943412C715C49189C875AF79037A88A , 0xF973A6EE457046EB8B1E19C7B03CEE93 , 0xF976D218D4D143B0A1692393AF0A89B0 , 0xF97CAA237C294498B3AF603EAA8D3363 , 0xFA1DC96797A84685B561A897F777D654 , 0xFA6EA532CB1C45DC8D0718A1AD8C3D18 , 0xFA84FDA293614239A7FC94CAA49B05FB , 0xFB57BE7FA0E24FE69E3391060DEAEFDE , 0xFB602DF390164B65AFFD67CC9A2ED1F1 , 0xFB881B050804476897098861E68D745E , 0xFB88C0796AEE4B11B3F28E8F5FE6FD8C , 0xFBDE07FACD774F74855D8D47686F9818 , 0xFBF480D78C31411CB61F9F5880799938 , 0xFC5A03670CF94CDE80A990EEA0DB8E18 , 0xFCE481C9E8E94844BBB0976B4EAC66DD , 0xFD02616C387A4C2EB547845BFFABB6A0 , 0xFD23B9A0FBA645699CCA21B095960FFC , 0xFD3EA27A9E9A4CCC86E657EBAA858E73 , 0xFD5DD04E52FE4E68B8880A30E9F1B14F , 0xFD6303C9F48345F0BC41E5CF01873F03 , 0xFE1BF031DD6741D19C5EA970C252CBDD , 0xFEA120318C2D40E98928AF68E6C9493C , 0xFEBF9481DA6C4A8C834E56C75B036918 , 0xFEFD9185BB064D7087A018C0EBE232BC , 0xFF0FA45BF30B4E61AD6E20DCED50EEC7 , 0xFF5AA2D2C7C64CE18A817C95DE4D7A3A , 0xFF5B80B094F247BB81C1CC8A050C6904 , 0xFF9980DFB56D4543AE9AD706845CFCE7 , 0xFFC12BECFC0444B4A99D36CCDB20BB8A )));
Copy
85
2.40 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"‰Ôd&ÔLDB™=KRJüY¤ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
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"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"ÑL´<¼òEî¤q³\e ‡‡nm "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"r +éJ8NÜî\x11 «j■*Øu "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"û9†Ë‰ƒLó£´,Ze\x10 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"DD$ÿ“‘J'¤\x01 é »3—n "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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 "
]
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 , 0x89D46426D44C4442993D4B524AFC59A4 , 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 , 0x004440DD20754671ADA9BF79A2B75FBC , 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 , 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 , 0x075251EE45644D14BFEAE2FCE50073A0 , 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 , 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 , 0x004440DD20754671ADA9BF79A2B75FBC , 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 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 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 , 0x075251EE45644D14BFEAE2FCE50073A0 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 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 , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xD14CB43CBCF245EEA471B31B87876E6D , 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 , 0x72202B824A384E9A8C11AE6AFE2A9D75 , 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 , 0xFB3986CB89834CF3A3B42C5A651034A5 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x444424FF93914A27A401E920BB33976E , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 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 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 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 ));
Copy
86
7.75 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 m–:S`D\x00 ½Ó‡‹¸’åÎ "
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"\x01\v r\x1E &1N\x19 ¼\e HWø+òÜ "
b"\x01\x11 °SZ9HÞ®dë╦Øæ_H "
b"\x01 ┐▒í\x1E 3Avüà¤\x14 7Ã)4 "
b"\x02\x17 sN®>Ab¼ ØâÀ9¹ "
b"\x02 :HMæÒCõ¸ü\x1F Ûy‘!g "
b"\x02 `•¶œ‚G\x03 ¨G0Ûí\x10\x1D ¥ "
b"\x02 j6îQ{JH®ìºnj\x0F ¢{ "
b"\x02 mÅÍèfCÞ£^'│ñoÌ░ "
b"\x02 ˆ\x13 *ý_Dm€\x00 Ê‘“ç¯x "
b"\x04\x1C ŽÖ\x15 6AÊ«ïi.·YžB "
b"\x04 €Ïl\x01 ´Kw‘›ü\Œ\x10 ° "
b"\x05 ü▒ºÝéADäÙHÛU[?\x18 "
b"\x06 -\x13 ÌxsH†Ž&€Ùj†½’ "
b"\x06 GÜ3¸\x15 D\x13 ºÒÉÓ¢\x08 K¸ "
b"\x06 M¶f╩æM\x0F ì´<h¥´\x18 ç "
b"\x06 Æ\r µ+ÀK\x15 …'n†A1ëÀ "
b"\x06 þ»ªÑì@\x03 ê(P\x1D\x10 U "
b"\x07\x02 │░&\x0E Jãíì(¢zÔID "
b"\x07 G│¯9µN>É\x06 ð1G®^Ø "
b"\x07 ╣┘ú▀¹AÉá▄S\x1A X\¼\x14 "
b"\x08\x1D Ä2ÚGø¥éÉÑeVPr "
b"\x08 mˆ ÏwJ€˜Ÿ\t !EKYt "
b"\t\x11 O`ÂlEr‚ÑЖì\x1A ìF "
b"\t Ç®\x08 â’G¼“Ñt2… a¬ "
b"""
\n
%,\x13\x1D àL®„âˆ\x02 cÉg÷
"""
b"""
\n
3\x12 "¬×J\x0E ž\x08 ×§É\ôÑ
"""
b"""
\n
JÜâÂíK\x02 ›\x1A I!á< J
"""
b"""
\n
ÅÕ\x0E Å╝Løà§ae\x04 !\x12 Æ
"""
b"""
\n
ۙǫ¦BÜ»³úi"jQß
"""
b"\v J\r bûGNzŸ&a~D‘™ "
b"\v _g{Í\x0F C\t “°#»Ê¦ÝT "
b"""
\v géÅQäE¤¯ÐÓ\n
}:ò\x07
"""
b"\v yn\f {ÄF®º7mýËËÒæ "
b"\v ‹µþQzF€¢¼\x00 ª]r¢± "
b"\v «°,ÌåOSØgz\x17 î«:\x18 "
b"\v µ┴╠\ìJnÖwì\x04\x18 {8N "
b"\f\x15 ÑyDLKn 0yÆ#£\x0E © "
b"\f %P†ÜÓB¡½prôxŒúî "
b"\f 3—ôD˜Ge›œ\v Á\x17\x18 Ù) "
b"\f id&¶€A\n »\x01 Ò“5P\x00 ö "
b"\f lžÿJ G´žJ£Iw`öQ "
b"\r \x15 v?·æJ·€v*;¦\x01 ®l "
b"\r 0\x14\f CâE╗úÖA/ìÊÎ─ "
b"\r ç**#ƒ@■┐´ÉH▓õ\t\x0F "
b"\x0E ~█ê\x14 F·×eɽ╝³µ9 "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"\x0F\x00 f~—jO¡“?ÕÝ\x1A ½41 "
b"\x0F\x12 Ê`rôHÁ×£WI¿_6 "
b"\x0F k\x17 oQZOן‰ˆŸvße) "
b"\x0F ±yXÙeKœ›0SP\x01 É\x01 ù "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"\x10\x00\x05 -¯€NʲoÊRëN7E "
b"\x10 >┌ì╔\x1C NHâCÈæ\x16 ═é╔ "
b"\x10 vÉåuLEHŠ?ÀؤLcŽ "
b"\x10 „·\x0E\x02 sD^…¢”2£.1\x1C "
b"\x10 ª#\x08 ãªH\x16 ±UTKÑ9[\x14 "
b"\x10 ¶¢(fdHίÅ\x07 J§¶`ÿ "
b"\x11 Þ/8y±F\x19 £A=¾GÅ╚ "
b"\x12 <sìw@\x1D ˜¾ÁLXóV¢ "
b"\x12 z$3O\x7F A╠¢AÉbo"âî "
b"\x12 ù>‚\x03 ÙCɇeŽx\x0E\x00 Y "
b"\x13\x13 jˆ\x1A ½Du¿ue·Ò\x12\x08\f "
b"""
\x13 $\x0E }…³G^½Â\n
FZKRã
"""
b"\x13 %û7\v ¡Ao‘‰–ë\x07 èË‹ "
b"\x13 m9ïLÉ@\x1D †_h”Ë6&v "
b"\x13 ò\x14 ]¥hFÿ•~Û_\x00 &k\f "
b"\x14\x10 Ä9H–DJ¬ò\x0E ÓmßA{ "
b"\x14 ÅÔÎ@ÞFéÆy³|\x1F d<ƒ "
b"\x14 ¯2ÓÛAG¬°FúB\x16\x16 å\x0F "
b"\x15\e ì\x1A BÈL█┤°Ë:6\x04\x19 ╗ "
b"\x15 ü`¥!ÅI╣Â\x00 ½Á\x19 æ╦┌ "
b"\x15 øg┐²cDJùüqܵÁEþ "
b"\x15 à\x05 3¥øJ"³UŠ\x03 t^2 "
b"\x16 “üù%ÄH\x10 ¥c'˜C'\x11 6 "
b"\x16 ®?àGlKž¹š®ÞUy\x1C Á "
b"\x16 Ü\t\x07 xxDø‹©€> •\x1F à "
b"\x16 \x7F ò\x17 ╗@\x01 ò.ØÉ┐s\x1D\x1C "
b"\x17 #*\x14 ØâMɃ?x·©A\x01 "
b"\x17 É\f *yxO▓ÑÌ\x07 ¾└â´[ "
b"\x17 ®\v ¯\x00 ÅHî•J`ê´Õ'Î "
b"\x17 ÿi}ÒžE\v š)Æ—.¤\e ¥ "
b"\x18 ™wýÐYBËŠ=™-¥\x10 /" "
b"\x19 ▓ó┐É´FmàIÔ\v _È▒╚ "
b"\x19 Üï§ÌóKê¿EüGŸhÌ\x1F "
b"\x1A APƒxcBü‘8\x03 ò3È-Ž "
b"\x1A G$æÕÐKƒ¨3\x1D fî!͇ "
b"\x1A ºv\x0E\x02 [M%ü┘\x15 EµV7┘ "
b"\x1A ÌÌU¯\x18 I–¾vŒùió|\f "
b"\e\e ì╣íQ@5óÌÞÅ_\x14\x18 g "
b"\e ,\x1A àÖsA´Å\x04 ıø│]┬‗ "
b"\e É|Ó¿¿K¶«\f 9[ºJX╩ "
b"\e ™\x06 Gç¿@«„¬ÎvI4Of "
b"\e ¼7ôbéBÓ™nÇ?eÆ_; "
b"\x1C HM©³±Gö§oˆ‚YM0r "
b"\x1C ]ª\x08\x06 ╩K+É┼zÝîvNh "
b"\x1D 7iÜÓƒJÜØ+|¡¾╚ªd "
b"\x1D >êÎx‰EÀ•@>&²Ó\x01 1 "
b"\x1E èæ`“ÿEÕ³Èy\x1E ¬÷Ëñ "
b"\x1F\x17 ~¾§§J5‰ã\x0E í\x1A —u- "
b" !í;'QI§»Î¼ê>>Q "
b" eG³tÜDȃ\x1C øKȈ\x15 a "
b" uÿvPžD\x01 ˜j®²R¤~¯ "
b" VQ\x00 ▀L└Éáz-!\x00 ╦£ "
b"!4"N‚Bä¯~5\x00 cs–Ó "
b"!£t¢)GGö£\x08 TS…\x04 ๠"
b"!¿&┤Rı@\x08 £'gdhº¸Ø "
b"!ü¾sµ\x1C @\x13 ¢]\x1C Üß·—: "
b""#B'¬*Fr¬ðæ\x01 Rðãs "
b""n\x15 ├×ÊH\x1A ì7@\x1E\x19\x13\x1D x "
b""ÆýÜfÔKŬ¶9@\v ïAõ "
b"""
$\n
‗9\t\x18 C¯½5üÜrj╦É
"""
b"$ÒÂÊ7ÇN6¾©TYkmúo "
b"$ÔÃ\x1A |KNÌíîÑ▓É┼ýf "
b"%\x03 «PÅ$A\e ║╬¥+\x01 ¢yÛ "
b"%ŸÄ›\x1F ³K\x0E „JAk·\x14 UÈ "
b"""
%Ô\n
à‰ãKõ¨h¶fÊ\x06 §\x0E
"""
b"%ÙV²òÛ@§‹žîˆƒm\x12\x1E "
b"&6¡D0\e MɉþžGïyû" "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"&¤Áì\x13 èEB«R»ÐÒY:o "
b"&â•ýé\@\µ\v fÏ,A5P "
b"' ▄\x05 ├ØJ`º"@░îæKd "
b"'Ê5_¡\x13 K騄Nj»þ»î "
b"'¤\x1D ôÚPD´Åe\x1C ¬┴Ð┐½ "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"(»ÖÅÆýH║ôEç╬\á╔\x0E "
b")¸GëÞ`Jê„\x1C\e '<ê\x05 Ò "
b"*#àã«qEÊ“^ñ.ÛØ\x07 Ú "
b"*:W\x07 JÑMX”b·ãÿnÕñ "
b"*½BÚ\x06 TH{ƒÇý.\r Ûæ÷ "
b"*àq˜ÛûFÔ¦ÍÝAÿi,m "
b"+¡óŸbøI‹’<\x1E ºŠ,œj "
b"+Åz%\x10 ÷ES¾õfú~š¼\x10 "
b",\t Î;┘\x02 E┤¿ÃwìU¹\r < "
b",ºxW_\r N]§FïÇz€\t Ô "
b"-\x02\x02\x03 Û¸H›‡\x04 “ŒM'\x01 ; "
b"-+«\x14 fþMà›ù¶ôÏ_‘( "
b"-]Å"|¡EÄàJ=ß═â+\x06 "
b"-qÉò¾ÖK}¿`ÈÝ\x1E §¶■ "
b"-‡U4M\x0F C\‚™VáCF_Í "
b"-ÈØ║ÑsFÉø,yâJ▀:| "
b"-▀┬®+®CRÉÆ1wı'0, "
b"./'ÖsOL° ~\x12 WJ‘Æk "
b".W’ö©yJIƒ\x0E c2œ§ež "
b".Å~\x13 ¦\x19 F3â\f i▀¦áÞø "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"/åå!N›AŒ¡IZñ ¯ºo "
b"0H6\x12 2×Bï…“Y<`Î\x08 € "
b"0V┌+¹ìLõèô¸2÷«w) "
b"0ÍI…?\f M;ŸÚÝ=K6aë "
b"2Ø\x0F =i}K%ÑÂ\x17 nË (0 "
b"3 ‹m$ïEä±\x05 û,r¿\x14 ? "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"3˜N–êªC\x0F žúíà÷Qê¢ "
b"4\x08 ¸Ëý█Oìz\x11 øÑ0É└ "
b"4\x10 ©F@ÆC║Åü{Ôé╦ZU "
b"42{åÛ´H•”S9XŠC´f "
b"4GÈè4ÚH¿┐È\x1D ®còÅ¢ "
b"4Ä\x1D @&ÃC=Ø█=ì{\x16 ©9 "
b"4çzs7ñEŒšßc¡È=Qß "
b"4¶f4wcB┘Åc;ƒ\t ▒§Á "
b"5\x1E K\x12 y\x7F @”£Ý¸š\x07 Õ\x14 d "
b"7X$\x05 É"Hä¿"¬ƒs\t 9l "
b"""
7Z\x01 ¤ÈyHиô\n
íí\x13\x18 …
"""
b"7dàïj¡I}©¼MÕBk†º "
b"8$Û"¬ŽKдYš7W\x0E ^P "
b"8v\x00 ЧoE\x08 ¢?‹\x00 2ûƒH "
b"8}8@Ó8GjƒÕÄòÝä³[ "
b"9î÷îó§O╔ë¾xűY▀¦ "
b":á›ér¥C¾¹’nÿKsà# "
b":Ò't§ôGSîìoI\x11\x17 X\x03 "
b";ò¼’\x14 #E*†«\x12 `ì˜Â "
b"<ÍÁ¡\x13 ØEzœLÇʉ&øe "
b"=DÚW\x0E 8Nåª\x11 ©N\x08 ÂWb "
b"=Ø8“p˜Mw‚íë4н€_ "
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b"=õ\x18 rËÜH¯ˆm¾-¥Ûpt "
b">C<Àd\x19 J¸ =d{\x14 ". "
b">oÓj>ïNÙÉÉøo+Yß┘ "
b">ƒ╠:´kJT¼[Q}VQÉ4 "
b"?\x19 ÎŽ\e\x07 L²® 1€-ì‹7 "
b"?XëD?ÆHíòÉ5Ê\x03 ?éb "
b"?^37Ê\x02 DÉï‗╔╚xþ`┬ "
b"?ÎÁŽ8\x19 FD½x£\x0F )²ìæ "
b"@\x0E šæ|¢Cè§aí÷Ctu4 "
b"@嫨ì\x1F M>º`¥}\x06 †îB "
b"@Ý║ÛäO@\x17 ìÙ\x1F þ¿Ãý\v "
b"A\x06 (Ä|I\t ±/xOM,\x15 3 "
b"A/w×þ*C7ïì"\x13 ¯\x1F ?' "
b"A¡‰×²éG$¹Žaþtõ4Ç "
b"A╦°ìÍ%C¬Á\x06\x15 Í┼Õ{\r "
b"Aþž\x0F ¯ŠLe…A ø|aK¬ "
b"B\x14 ŠrSDN{º´¨®ŒÊ¥³ "
b"B¤•ðNML\x14 ªâ…櫪ëÖ "
b"C-û\x16 ╦@FBØÍz¾ÿÞ\f T "
b"C¸ÛõÑêKª ìëg–…ñû "
b"D\v 0ø«†@ž½q,k6\x01 n¯ "
b"DHWå\x1D 0H¦“Yïl„›×ä "
b"Dož&ÎJFf‹Õ×1¼7â\x7F "
b"D¥þ╚┐&O\x12 É\Þ‗\t ARJ "
b"E<¶§Ñ\x05 Kl§\x13\x08 ¬ß/ÁP "
b"Eº!wbpIw¡c‹j\x02 ©Ô "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"G6Ê'^FD©”é$ÈÆŠÖ5 "
b"GEûðI/C+öR±ƒÅ|e¯ "
b"""
G©>ÁP&N(©\e \n
¶È9;#
"""
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"G╩Q¯ƒÇD¡ì┐÷\x07\x17 lKã "
b"HN\f !¸kOK€RC•…·ÖÌ "
b"HNP¨ïåEˆ\x06 …S"»§q "
b"H`õôU I®€òï\x12 œ®Á¼ "
b"Hœ†°ïÏF¯¾{Ò~<KÔ\x0F "
b"JŸðÌÁÓMò£U·2¯ö\x05 ˆ "
b"Jõ1<\t xDʼŒá\x16 I=\x04 "
b"KrrY–«@5œ¤\x07 ›hæ\x00 ë "
b"Kt\x01 J”\x15 Jï¼¾øü`oøà "
b"Kô…‘s!D°™Þ?]Ø\v Xì "
b"LüòäoðO\§ŠG…†©ñð "
b"Lþ«Ñ\v GM\x05 ±\t ©Èœö½\x08 "
b"M>ÇÃ ‘@x©8áBø^bf "
b"MÈ>ùÕ£K†«wÒ„O\x16\x0F Ñ "
b"M¶øZÿhJ╦ü¥_└{éø³ "
b"NËwºÜ.H"¼Oìû\x18 <,½ "
b"N·æ^[ÅH«í·ã\x17 ¯<Íû "
b"N \x05 @█ÀHË│øÿØ7éç4 "
b"O\e qè¨~H6¢¶\x0E åÌ\x00 dz "
b"O>DËïèM¹©\v f\x02 c\x15 ÄÐ "
b"OF=ÔÒÎIÆ \x04 tTŸìU‘ "
b"Ohq¸\x1F GOâœÌ\t ã\f ~ý” "
b"OÑüc-ßNèôS┼\x00 Ãð\r ¯ "
b"O┐}|ì\x13 HÄö}\x1E Æ▒¥¿| "
b"P`\v ¤\x12 %Cʉƒ%îwIAÞ "
b"PÞ¯+ËRHZ±nµ3¸à({ "
b"Q\x14 öï°vIê›[ÑËã<®. "
b"Q\g\x14 ™8L\x05 Še÷ö°ö\x04 L "
b"R&╠l>WM ù\x1A yÅ\x05\x0E `£ "
b"Rj.žø\x17 N!›\x00 •U‘'ß+ "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"R¤NöìÀH®˜ÙU7’\x16 6Ä "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"S\x1F +³)‘FN¥G“CòÙåw "
b"S(\x04 K»—Fô“\x1A ¦mßÍN… "
b"S1J‰‰PO@³\x02\x04 ?\x16 šã* "
b"T\x1D =\x18 ORKêš\x11 è¼%\x0E N\e "
b"T>┴\x08 ÐhCìà▄R¹┤ ¿5 "
b"UÉSª82A± Õw´S\x12 ¸p "
b"UÛb`xbCYº!?¹±4šò "
b"V%Âç¦ÕFèï»Ï6\x06\x1C ü║ "
b"V©m\x02 kðI3‹\v mÓ½z\v å "
b"VÇ–@\x19 ïAõ…õ\x06 jÍzâ" "
b"V×àn¹\x0F DD¦ª7¶ÏÇàð "
b"WÉ\x19 yõXMº¶AÅôÙ·~z "
b"X±ƒçr\e Hg¥\x15 àouÒæ\f "
b"Y/P\x06 ‘”@ã²ZÔìR\x12\x1A\x04 "
b"Yd│\x14 9ZJküx{[î¶3ó "
b"Z3¸Á‚}D\x04 ‘Ÿ\x19 ¨ã[ÕM "
b"ZO×ULÕHζ\A7\x1E Ïý "
b"ZˆÚ¸YmCmˆžV\f ‚/n& "
b"Z«\x08 ‰J\x0F KZ€ìð1½+Þ\x03 "
b"[ЀIìäK~œÙh›í½\x10 G "
b"[á\x12 Ý6±HP˜J\x11 …§QŒ "
b"\{aRSïL™¯±,\e àj\x0F t "
b"\‡\x11\x15\x04 äD¸ˆ±y-@vÑá "
b"""
\²ŸÅD\v Fr—\x02 2\n
¨öK\x14
"""
b"\·\x16\x1F\x18 ƒA(µÎ‘ž\x1C ô\e Æ "
b"]\f ùˆûiMƇØà„À¡49 "
b"^K{=\x05 ¹Aù¶ËPü…]5ú "
b"^iï©Ø'MUù\x18 XÊ:8û[ "
b"^m%DÌïGaƒKìÜh°ŽD "
b"^™i½˜†N©Ž„\x07 ìÔ¡UŸ "
b"^úæÛ└OM²âSÃLcì\x7F ã "
b"^»\x1E àì«C\x05 ®\x16\e ç\x19 õ£^ "
b"^╦┘g\x07 MGÏìI\x12 ¤Ò\^│ "
b"_Lâ\t\x04 ¢Mä¥òŒê?\†N "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"`■ôßü\x11 J╗ÁÐıV÷½5. "
b"a\x18 <M'\Gÿ¢×ðD€B¤y "
b"b ŽDª¡B,º7Æ"\x18 `|‚ "
b"b\Ë`\x16\x1F E$©pKiÅ\e L± "
b"d©¯(WCL‹šW\x07 1ݵ\x1E "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"dÉÿh®\x1F N€¦JkæÕÖ\r ö "
b"e\x13 òÉ▄8G2ó└ñ3\x0E .\x15 å "
b"e™·×«H#¼i¬N²žýt "
b"e┤þV¶G@\x19 ▓▓E-ì\e "L "
b"eЩ¿\x17 +AÇ¥³N[ò˜3È "
b"fyšr\x06 [MM–cÇ—\f\x17 m\x04 "
b"f~¾%¦─JjÑØÍ╚%î█l "
b"fÜ"±„îGϳbvØ\x19 °`„ "
b"g\x01 þ\x7F *÷DϺ(3yžêo\x13 "
b"g9\e /êÎNH¡ÿ\x07 ‡'ËŽw "
b"g€[R©ôOΈºïe\x18 :m» "
b"g̃m¸2@O¤\x17\x1E ¨Ë@\x10 4 "
b"gÑ篃\x7F L\x19 ¼£Ã˜›‹kh "
b"gÌ┌\x1E Ø@E×öp┬2dNû? "
b"h\x1F .•¿®N7¦â¢F\x16 ¶ív "
b"hÄ9Ù0\x1A FK°¯Ÿ\x1A\x03 ]$P "
b"iÕ\r _;ûOZšŸÎHF\f ݸ "
b"i·4¦*§BÜ╗åÉ\x1E þ"\x17\x02 "
b"jnMÇêâI¤ªû<ðSW}É "
b"jé╔\x11 »ÅB│ø▓ج4mÚù "
b"k%à\x1C æ`I\°†\x18 áDc@y "
b"kN-ý4£K\x00 ëÅ\t {┘+^Ü "
b"l&–¡\x18 XKæ˜2U£1ïxt "
b"lXL©>VA{╗ÿÅ┌╦\x15 æ╠ "
b"l╣\x11 p╝fAÏÖÅ_êå7|\f "
b"lÐ9nÑéFËÜìõÉ┬ø\x13 $ "
b"m\x06 IG®@L'¾É+JÈî¥G "
b"m5N ¦ÕHÆÉ÷S\x0F e5\x00 ░ "
b"mT\v ‘ýcCú¬ßòŒ\x1F @°Ü "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"mìð¡\x10 pL3╗j\t SÍ2H¦ "
b"nruêíÛJQ¢üÞdj╗â\v "
b"n±╔┤ð\x15 NKÅhîp═└\f Ì "
b"o\x05 ¯˜_¾G—¨óÙ`-ö¥\t "
b"o“Â`Ý?GŽ©áQ;éàM‰ "
b"pU \t uiGôšËx¡Ô%yà "
b"p¯\r ‘M¥Lÿƒ\TÓúEÊÑ "
b"p╔L;{\x1D F§Á5\x19 Ø░à½ä "
b"pî@TÊkHX¬q¨m¾ñ¦K "
b"pî”\x03 ¸WAl–úŠ\f kN!š "
b"q#e]DçGŒ¦G}\x01\x10 ¬Pˆ "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b"qî|╗¢A3½OòéôìR "
b"qÊõÏGUF³šø¼gij™„ "
b"q÷^ZÑìL:‹‡ƒ+5TËÄ "
b"""
rC߆®\n
CÚá§¹˜8ã©
"""
b"rQK\x15 2¶Os©ûô{¯%Z´ "
b"r—ª[N\x0F Hg…©É¡+ì~\x01 "
b"r©ñx\x1E uK!˜ø‚joqõË "
b"""
s\n
Ó½S\x1C Lﯢ=&ÜlÑ1
"""
b"s§˜\x03 KeEå¾§nÜ\x19 ɽ½ "
b"sÉÎb}ðKTµ,¼QlÓ±\r "
b"""
sËßä\n
"D■ÉÕ\x16 µr=·a
"""
b"sþGxH/EŒ‰É,i›¯ÎJ "
b"tU>Ú$‹E¤›¢\x13 …”=ù^ "
b"tœ;ò“«J›²—Æ$\x00 ¥z "
b"tž\x03 ŸŒ\x10 Eu®\x7F ¹ÆDª<Ñ "
b"tÅÅÁL«Jé¾j\x1E ¥-5®V "
b"tÎ[ª¹¨A%É<\x07 @#╣¡ñ "
b"u\x01\x04 ›¤«I\x19 ¹oÝ.m¥Z{ "
b"u,˜‹Ï¥Hœ³•õQØ×‚î "
b"u\x7F \r\r ®hJN–S@\x0F ’\x1F g‡ "
b"u‡¸s\x1F ¬@©¼s\x1A é\x16 zDÊ "
b"v\x04\x07 <PpNÿ‘È\x18 ¦Ý\x0E ýO "
b"v·«è¥\x1E B\x1D ¡ØåW¸L|è "
b"w\x18 D┘7ª@BÅ╣╣D7Áª8 "
b"wyQŽ|EMu«1¶:ïæ?2 "
b"wåcÔgÔC\x15 ÅÅÿV\x17 îÙÓ "
b"x,~¾ä\x02 GzÖWxü'\x08 Ký "
b"xh¦ÿ\x13 ²Mc†\x0E àÄÛ)\x04 o "
b"xû¨m\t\x1D A\x18 üÿ6¡▄@X▄ "
b"y®[\x1A EÀE½«æ5R'ß+M "
b"z┤‗\t\t _GØ«À\x05 ,┌eÑ* "
b"zßòc™\x19 B⿽°>«<„ö "
b"z¨<Q\x1A\x00 OðÅ\f O╩©©\x04 ▄ "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"{ó&¡║NAxì7ßþü°ƒ= "
b"|\x0E Û¶ÿ5EÝ‘&û8\x10 ¼[k "
b"|o\x17 yŠuLtŸ\x03 ‹µˆI\x08 G "
b"|‚ŒïxcA„‘]ÅÌäw˜Þ "
b"|‰|ñݯL¦©'Ä\x1C àuï¶ "
b"}\x04 É\x15 eüGxµÒ\e @hoaö "
b"}—ÊŽ(éCŒ£ó¶Å*s;g "
b"}לG\x1F\x02 Ný‰/\x00 únƒÕ} "
b"~6â}\x07 èE´³ä65%$â] "
b"~ù\x18 Åj\v O+ÄO¶sá╣\r D "
b"""
~֋\v \n
ÙHîüÐ.n/\x04 jã
"""
b"\x7F S¾Å¡ùGÊÆ=\x12 p┬çG¨ "
b"\x7F \P$ÉÝC\x08 ƒÁ\x17 W\x04 9ó› "
b"\x7F ª\x0E 7^’A¡ŽÜIfÕ~Õá "
b"\x7F ±qê0\x7F N}ºûA┬iØÚ\x0F "
b"\x7F ¾│÷\x01 ░Oeò#Ø6Jåü× "
b"€5dZ"\x10 Ei…»ZÇÈê— "
b"€~Þ5agC"¨í#h*ÿÍj "
b"€ÀR€õïK«š\f XZðhÃ* "
b"€ÙÝp^n@ôµ"\x16\t e”w0 "
b"üFs║Iñ@ùôDtü┤├#Ö "
b"üvU kÖDî¢h│0*b)ü "
b"üÜèw\x01 'JÀèu2ñª\r ┘î "
b"‚y†H\x05 _Dÿ†q]çÀ((e "
b"ƒ)4š_C@c’òîg\x07 U±ê "
b"ƒ„\x1D õã8Eó”\x17 ;PbJ0þ "
b"„Bãô\x15 v@ãŒ\x11 %a˜\x18 T£ "
b"äÃì§é╔HÖ«¼9‗$%═ä "
b"†\e ˆ“È2J\x15 ?*þ£q,‰ "
b"†‰½ \x19 'H——¶iÇ.\x04 ^è "
b"å┤àC\x19\t FðÅÀU¯╔\x1A ã\x1D "
b"†ðNpæ\x7F FV޵!‚QvÃ\x1C "
b"‡a¼EiþLf‰Ã›jêß\x1F õ "
b"‡ ³\x1F Ãß@Ù·Ï\e kúR\x06 ¦ "
b"‡ÆWKÈ´L3¦–ñ‘|_\x08 4 "
b"ˆœ?\x15 )éLß”m\x12\x1C\x03 ã>c "
b"ˆµ\t\x03 ôhB¦‰\x18 û«Ë\x01 ^Ì "
b"‰\x10\x03 ø’ŽE\x08 Ÿ™/ÉÕ\iB "
b"‰ÇÛ\x12 ïH\x00 ¯\x06 I³¨&¡Â "
b"Š\x18 +!õ\x02 G`±\x05 iaÃà†ä "
b"Š¿Àì\f\x7F D⪟¯wˆvÞ. "
b"‹ÆœJ\x7F æG^¶àwŠüÌ\x12 Ë "
b"ï▄¦~R¶ARÂ\x11\e É\t °m\e "
b"‹Þ^š—\x03 J²‚PĵI[.… "
b"ïõ*É▒╬Iµ®7Î~3N¥ "
b"î$üõ\x1A âD©üfÉöÙ6Tæ "
b"înÿÉ5bGôù©\ý½\x13 9╗ "
b"ŒÚ\x06 L\e ,K’ŠË;“\x04 ¦` "
b"ìx╠a\v îF\e ƒ=0`╝\x02 ├© "
b"ì¾┬CÂRAÃï╦SK`%±G "
b"ŽbNt¹\r C‹¤J.È\x1A _\x03\v "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"ŽÎ6\x12 ÷´OÒ½Ñmœ@þöó "
b"Å1a¢©vDQ╣¥Ô/û\x18\x10 ° "
b"ÅB║\x02 1\x06 B╩áG|\ÓìRÕ "
b"ÅÍp=│\x19 NHÁ]²QæF®£ "
b"É\¦2{ÚA▓îY\f ¤|äÛ» "
b"Éw┌*,ÔN¦Ü└g▒i▒í\x04 "
b"Éëë·oyE╠æÔû▒║╩\e ■ "
b"ÉÊÈØòÔD╩û8SÁ┼P®g "
b"Éß╚┌\e\x1E Jbú¦<$¬0+ó "
b"‘W$í¿òK\x7F Ÿ¢\x1C Ï\x1E X\x05 ¹ "
b"‘ƒbÇ[#I>¡Z B´2w¦ "
b"ÆC6mÅîF¾Åû%ıJªXÇ "
b"’VŒo\x16 ÷N¯‘Þ7~E¼¼} "
b"’`Çíî{Dzª<6†Ú\x7F ä "
b"Æò│\x17 F┬L┴É.öïlÍZ¹ "
b"’¾iœy\x11 JY‘¹sÝöÚ \x13 "
b"’ÄmMÅ9MÓœ2±\t Ë!Úô "
b"“\x1A Ûµ¯bI£¦8ÖÑïK,\x10 "
b"“K¦ÏzF@«´ÐˆQs\x1D ÄÅ "
b"“\x7F ·ˆ«ÎF`˜î\x08 ZÍmP! "
b"“ã\x05 „4ÈIr½\x1A aŒ}\x01 ‘' "
b"”^HSCÜGá›ŒÂø{\x05 †ú "
b"""
òEÉ\t\x10 └G\n
å!"<¶èÛf
"""
b"òðçGÝD¢½\x07 ÙØä/Gª "
b"•Óq@t\x08 L;¦‚îùM|‹… "
b"ùA|`ëƒD\v ò╠ÔÉ%@\x0F à "
b"—A÷4\x05 ˜F‰¢¥‚\x02 V>ëÑ "
b"ùY´\x0F ÆjKÎØ&jà\x04\x11 ▄| "
b"—¦\x10 î¯ïEÙ®E\x0F ‘Ó\x1A ÝE "
b"ùµ]─█áOØöcgÀ§ù-█ "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"˜‹g\x1C pRD¬¢qj$\x08 hq# "
b"™\x13\x1E n€§G¦†\x0E ®ß"-HØ "
b"Ö"a\x19 1ãL?Ä\x12 ┐ðjØ└\x1C "
b"Öùdø2F%Ø╔r3ÁQ&» "
b"š\x10 ËÛ˜ôA¶«K•¡K\x1D æN "
b"š6%' áFj›}„¦sql "
b"Ü╬x¤z¢G+òüd\x1D °l+ö "
b"›0óýãzBO™…s\r ?\x0E Ã\x17 "
b"›;\x15 ²ø\x08 DÑ»TZ\x13 W\x16\x16 b "
b"›?šW\x1F †HÿŸRÊ\x04 ˆ!“î "
b"øìé¼¶\x0E B┐è(\x01 +Ò\x05 ;\x04 "
b"›ý“\x18 G>Lb¶à/åæ®Îµ "
b"œLû.¢óBiž4nú’ì\r \x13 "
b"œšg:”\x13 GðŒÿ\x13 ”Wþ¶ "
b"œ¢ß×KåG±ª†ïô\Òí} "
b"œ·ó*ŠåM¹ºîU†\x1D ]ä& "
b"Ø\x16 QêE'MÖï_\x0F ù\x03 I¬▄ "
b"×┐#½╣ûK@û]Õ[Fäü1 "
b"Ÿ].}›tMþ²u·õ0Aåå "
b"Ÿ£\x06 Çd4Lò ‹ð-”„\x00\x04 "
b"ƒ¥\x7F Á'NCIüjô¿¦.c! "
b"Ÿé5¥‡†B›€s7$¨oá\x19 "
b" \x13 Ø¥À\L\x17 žÕîgº)[\x05 "
b"áüÏF╣çK\x14 àûëÇâ9Ö¦ "
b" ™‚_ë}C¹¥\x03 Ÿv:\e\x1F\x10 "
b"¡m’#z¹D\x1A «c\x13 ‹Vxˆ "
b"í£%µ¹@C─ø\x14 TüDö└┌ "
b"í´Ð\x17 ;ÍBëü└Öð▀\x17 █¯ "
b"¢J8\x1F jÉEǤ\f ð:!Ó<. "
b"óìS\r Ö\x08 CÌÀ¤Ö%¤äRø "
b"¢¨\6èŠHí†p…Ç~7\x1E ± "
b"¢ÅèØÐ¥J»Œ4uû\x1F /\x1C k "
b"ó┼÷×Ó\x0F MÒü¹?iÝ\x1E í\x0E "
b"óÔ▒ð\x01 CEöìT─°ô.M\x07 "
b"£µÊÝ\x11 žJ·…[¢8²;ùh "
b"úÂì§Ê^Keغ\x1A j¶]ên "
b"ñæE¨╠╠Eûä\x16 ü«ƒ┐║D "
b"¤“¼Fð\x04 B\x18 §^#\x14 1Íͬ "
b"ñÐ\x18 r\x08\x00 I\x08 ƒ;JYÅpi@ "
b"Ñü§ð#ÑL&º¡sð\x11\x19 ð« "
b"ÑØk¬;H¬â>wdS¬·‗ "
b"¥ù¿«\r Z@øˆÁ\\r ¤{‚B "
b"ªØ\t\x02 Ö@sÿî¦V`6¢\x14 "
b"¦÷ȾÌKA_–¶Zü™|óÔ "
b"§/UQS•A·œÍµ¸dZyñ "
b"§~š\x1A\x14 ØIN¥>ø×\v ÞÞï "
b"¨]+盩G!¤‹\f ¼nD#! "
b"¨hƒÖ¼=K–£:©\x0F ‡w1ò "
b"¨Ä´tÁËApŽÖš·pWy] "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"ª*®¦œGGz«Ãª÷#vf“ "
b"ª,ÿOCêE¸¯ ÕEên\x18 Š "
b"«Ü‚\x1D ü\x12 OK³ñ\x03 º\x03 {Š\x1A "
b"¬=èjåxI‚ž‰$~íL\x1D Ÿ "
b"S\x14 ¯FmHå¸n·xÆû\e M "
b"¡är1µ;OoÉ´ð¹Kqpã "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"µ$É ¹OŸžãÆh\x0F t[¶ "
b"ËH\x10 j!E<˜ƒ+þb†jT "
b"®G]£ƒ7N¨²o’ì‹íâÏ "
b"«\tÄ1█GÏü°ý8%ç+¼ "
b"¯w(w&8L÷¢ô;To^` "
b"¯à´»@\x03 D‘¬{Ï>ãþ\x19 î "
b"░Ê╬Ý"ðJÌêì\x00\f ┐jçE "
b"°Ù5s´ÀN\x08 ²˜Çj'-\x1E m "
b"░Õ;ƒ©*C\x10 ½ÖRàË\x06 ì┬ "
b"▒\e 5\x19 " N┼┤F\x05 ü1JÒ\x1E "
b"±"œÅÇ\x07 EOµýª—\x0E .o„ "
b"±Ubòµ\x07 Nÿ“)JZ•Uc” "
b"±dmJÚ§LsŒ—,ù‘Ð"\x1E "
b"±zàå;DGr•)\x13\t „\x1D\x04 \ "
b"±¹ýî\x08 ÿL{Š„}Ùm•Y\ "
b"±ëåêT[@\x14 —‚ó›:§\x17 × "
b"▒¯\e è\LL\x01 ÅQ !Há\x05 â "
b"²-\x0F nÔ.M¾‰èV…U\v =% "
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"²ùƒN¹™AcŒOÂÁ}ª¢h "
b"│)õ¿0áFtì5¥\x1D )h±# "
b"´=éäq©D*œ„]\x14 üeY¢ "
b"┤ÂJ╠ÉãA\x14 鲨Â╚¨oI "
b"Á.\e\x0F .ñIµêymÁì\x1D nª "
b"µmwK¼ŒKc°ŸA\x1D VæË\x02 "
b"µ–úJ1PLH¤´-¸uºB” "
b"¶UR\x15 ü\x0F Bü¶Nk³“챿 "
b"¶‘öþ;mIæ›§ëý¿¾nk "
b"¶”d\x08\x06\x0E Iäž»”iË„ÍÙ "
b"·\x13 Ø}B„I(¨/ÀÕ›%K; "
b"·þ•Å?òM܃!¿Yj\x08 n= "
b"¸\x1A 󺞫MZ¦¯L}9RŸÌ "
b"©b"v\x1D YDgûþ\x10 ü··xı "
b"""
¸Ú+&Î’G\x1A Š¥œ\n
˜½÷6
"""
b"º\x07 LÃ\x01 “L&‚Çp5«'7@ "
b"º+¹Ù£pI\”øÿ2avƒá "
b"ºP‘ü&‡B¹Œ\x1D ±/.¡y1 "
b"║▒\x0F ÛfûL·û\x1D |*iïÉ\x1F "
b"»\f —ŒóëD®¿#î\x14 P\x07 +ø "
b"»Gé8<\x1A Kv‹€¼nr&/ï "
b"""
»M\n
¯èÎE\x0F Ÿ\x0E §Y¢%=ç
"""
b"»}Š\x01 ·&D’¦©\t ¸tj\x15 Q "
b"»Ïg\x13\x19 ™D\x1A •N¤\x15 L?Zû "
b"»Þpž¾¡Du¼Q8øõ]\x06\x1E "
b"╗Ò#¯Y4JtÅé\x01 )\x1C └å│ "
b"""
¼<\x0E\x1D „ËOèž\n
AP¦[¯w
"""
b"╝ÅrÓ\x02\x14 J½░ð6¢¨ÿof "
b"¼ÆØù¼A<±ÊÁý‰ ÐÄ "
b"¼ìÞeãÖIÉ”ü˜\x18 ÇœQH "
b"½\x01\x1F o\x1C .@n†5^Ï\x16 ¨Z+ "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"½ì HcQM”¢\x03 Ï7›¢ü "
b"¥G┘×õmN\x15 Ø█╬£°xÛ¤ "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"¿Í}ƒã‚O\x00 º†§¿€”\f ˆ "
b"¿é®^7\v C(‡X3½\t\f ò˜ "
b"┐ ±ÿ7Ò@8üýÝñÓêcï "
b"└+\$æ\x06 AWáüG#E^\e o "
b"└,±ïì1JG╗eúı0~uB "
b"À¿.÷¾ãM9²â@ÓCè§\x06 "
b"Á\x02 8\x01 `LE¦‘\x12 ôŸäQ©Þ "
b"┴\x02 ┬9\|J@£\x12 àÉ\x14 üZ® "
b"Ák@Á° Oƒ¼l(k^\f ßÌ "
b"┴«─^*ÉFZ¢(Y5\x12 }\x17 ╝ "
b"ÁÙ¦’\x18 HE]¾»"É„üŽ4 "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"ÂÍ„:\x11\x1E O€’1\x07 ˆ1Šü\t "
b"Âß›ÅÀuEñ‡S^cÏÅBæ "
b"┬¶o/ã0KëÂók11¦|É "
b"─åÒ\x1C kÓEßè«.\x17 ÂÉz║ "
b"─ÛK£ø║G÷æuØ\x14 ╩╝¦ë "
b"Äô"\f ÓwD´š‚–‘F9\x07 ‹ "
b"Åà@§\r O"³L®Ü=“ÄA "
b"Æ\x04 s.iåC•¥t1³ÞËÍå "
b"Æ(õ™T%Ib¼\x11 ‘z³(ÒÙ "
b"ƽ\x19 H½\x14 GБTäy\x00 ©¡Ž "
b"ÆÜ‹êœ#Ff¼\x03 žvB\x1D Ëo "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"Ã\x1F cÇ/ËGç»ÿ‗.JÅQê "
b"ÃVÑ\x10 ¬ÅNáà×-\f r┼7y "
b"È;¸ã^¤A޶2–Ød\x07 tè "
b"È€®\r lçHµ‡4|‹™2™% "
b"Ȥ¶Šm\x07 A6ƒ0;ÂØ¹ùþ "
b"ÈÉâ\x1A ;mA'°KMäŒ5pˆ "
b"É\e %ü\x05\x1E EЧÕ*cËδ‡ "
b"Éb‚7”$NC›iƒ\x1D ª\x1C I "
b"É„3\x10 &òIjƒ:φn\x1D P€ "
b"Ê"NÇfyBMŒ-ÉGð 9æ "
b"╠\v Ø1█<I«╬¡║\x15 ä▓\x10 "
b"Ì\)«\x14 î@=Ž\x1C û|)æ\x7F } "
b"Ìë\x17 h~$J[«Ö\x00 ocE¦\x07 "
b"Í8´›U‚C\x07 ºd>†öŒ1] "
b"ÍK‚N¤‹K~—®Á\x04 úánÉ "
b"Í•7‘™¥@mœFÐ_L‹ú "
b"ΔÐÌ}tCª’º\x14 Ëý¢Ö¶ "
b"Îé0…·ÿA,–”fü9„éË "
b"¤Tì¼Õ~IÔ½ \t (¸╠pÅ "
b"¤àü?S.Ir¼i\x18 øò\x16 ®O "
b"Ï‘eŸ5´OÚŸá³\x14 Vuòš "
b"""
¤ðÉÕ\x17 xA$Ü¡\n
åè*¥~
"""
b"Ïï;\v }’HÉ”ðØ\r ‚ýb& "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"ð\x02 ╦\e Ù¹OÔüËÁ!1,Â\x04 "
b"Ð\x1C !\x13\x13 öAh¼ÁÂð‘àx” "
b"Ð4\x06 LúpDh¼,-p5â°÷ "
b"ÐÍ\x07\x00 1\x17 L‚„$Ú=Wýéi "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"Ñ:BP\x1D 0B‹“m\e ö\x14 \û. "
b"ÒPrŸhÀNUŒ\x03 |RBä\x15 { "
b"Ò€\x05 ŒNhCC“ioÁ\f z_í "
b"Ò†pé\<D¥²ß*nÛ˜Þy "
b"ÒˆÍ\x1F îxO“®å¿\x1D );G\x0E "
b"ÒôoR¸–Bÿ gïv¢+oä "
b"Ë\x08 |æ─dK\x16 ÅÕ=K\x16 ½┼\x19 "
b"Ó\x1A =\x13 ;MKCª\x0E ÷\x08 œ+Ã\x07 "
b"Ëì/yIéA»\x04\x04 /╔YÐ┴ "
b"Ó·Cí\x0E uM\x1C ¥ý\x15 ÈõAá› "
b"Ë╗ÀÜ¢èH.Ç▓TÉ╔©░Ý "
b"Ó÷\x1F ®ÓÌKO‡Æw‡LsÂr "
b"Ô\x0E Q\x05 JŽEL²››ËíööZ "
b"Ôkh\x04 nCA\x07 ˆ/NI BÊÊ "
b"Ôñaü–JJ‚hCN£K~ß "
b"ı\x1A ■─W\x19 A\x13 ▓.ü«»/╣? "
b"ÕU?À,aBS´õÖ"Ø&“. "
b"Õ\x7F ’§»qG¢‰š¡\x03 3éYB "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"Ö¢ÕØñ›H+‹a&g†‡™\ "
b"×<a\x12\x05 ?Hi°á\šlN†Ù "
b"""
×{¶u7¸Aÿ¹>¥\n
A¬¸l
"""
b"ׯ\x7F ê0@F·ºÄ§wn4:I "
b"׳¥FŽ>@©‚ÛlÑþ¯¼W "
b"ÏËÜ\x01 æ¡A¢ü\x08 w®oô\x11 5 "
b"ϲØ'¥bN\º5.ðEÈá× "
b"ÙŒŒttJIˆ¤ñ²Aw)u^ "
b"Ù›À}”H𰵞•¼Æ}‰ "
b"Ú1+‰°#FN‡öì‰ü|+) "
b"Úb•ÖâgA믱±È5'\x03 ‹ "
b"Ú…âò¦±Eà aFÉ\x01 MLj "
b"┌ÉaÔ±´LOñhîà«MÍ\x03 "
b"Û¥pSE\x17 Oh±1ä%´ßR\x7F "
b"Ü"‡5\x17 ôO/•:õK·¦Ž "
b"Ü6Wø°ZM-»\r Öof3øÞ "
b"▄]\x00 ÎAlM*ïÉÄ\x16 Ú\e m\x1E "
b"Ý»)Ùn=B\x04 ŒœE\x0E ÊÇ?ä "
b"ÝÀÂVÕ6I›±‘[ |tÓ\x0E "
b"ÝËz'+ÊCa¥Á\x1A o\x05 <<á "
b"Þ~s²EaDû¸?.ã·ô‚P "
b"ß6ËM¶XCò¯\f Hd\x15\x1C /é "
b"ßÊM¥‰.Cˆ²ï’›Þ}Ç9 "
b"ßòµðm3Câ±\x14 ˆ'Ѩ*õ "
b"à\x16 &¦—æFö‰Å‹\x1A ×õ\r ù "
b"ÓìU5¢[LÑô«aÀ\x10 Àü\x13 "
b"঑èЙH\x1C ¼çãä!{\x19 E "
b"á\x07 ê2€ÖOäŸ`Èáö™ê\x1C "
b"ßh▄±Å\x14 A3ÁÀÔ\x14 ½Õä "
b"áö#\f 4ÔFÞ²A¡@JÔK\x00 "
b"âVµ~îeF/ NÞ&yG¥R "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"""
ä3þ³\n
2NþŽ©1{P²°Ã
"""
b"äO[Íå¹C´—\x17 ÆSßGذ "
b"äUÓ”\x04 ˆDP¨[<ðά\r 1 "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"äÌ|ÁÃ}Jï˜=\x1D Ç'‡`; "
b"åQ(&\x11 V@\x03 ¸è\x0F\x1E\v 1H¡ "
b"Õv»Ò\x12 ´A¯î╗ì¬íI'\x1C "
b"Õ{'Ù½¾OQ½ØH· éî1 "
b"åÿ§\x08 ΘF\x19 ®¯¡\x04 u\x0E í\x13 "
b"µ\ð_\x06 uG/Å\t Ð\x17 \jns "
b"æ¾\x17 {£»@O™\x11\x07 ð¯ú\x12\x00 "
b"æÏÏ÷\x1A »Iå®ÿ¿s\v 7x× "
b"æè·Ú\x02 jE.³#@šÐk™V "
b"æî%Æ\x18 ·E!{40…ʆ+ "
b"çŽîM4¾I€BFm\x00 ø/. "
b"ç”Ö5ÞŠFƒ·—r\x18\x19 2\x03 ' "
b"畊”Ý4K¹—w¶fÿ&%& "
b"Þ12¹ıÆKÂØ(\x18 ^8¾\x19 "
b"èmÀ˜@ŠDŸ˜²Fu\x12 Íq– "
b"Ú\r ÿ\x1F ░÷GðØ┬ü®rº,` "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"éYw¸çÕGh¡d‡ÃM×çy "
b"é—Èu\x1F ¬L©…šžœœ—ì< "
b"éÜ—A“éGξ\x05 {z2\x19 Òä "
b"éæ\x16 s¡ˆC\¾œ3™]Ôâô "
b"ê\x01 (P)&GN¹\x05 $c%ñ\x13 “ "
b"ê\x01 56»\x10 H8¥(Ä —$ZJ "
b"ê\x06 bÓ\x1A CR»\x16 ¦³\x1E Û\x07 Ñ "
b"ëP\x14 ñ7DK\x1A ®y±\x06 Û©þt "
b"""
ëÛ?G‚áJ\v ©\n
‘z”l‡Š
"""
b"ý}·■┴ NYÉ╔×╔Ùߨö "
b"ì¦Æ\x1D\e ¶Jy¶\e Ž¢\x03 Bõš "
b"튬f"„F\v …\x00 +yP•÷¨ "
b"íàÑèür@>“RÐIœÈâ| "
b"íðd€\x19 +IN¾À¢íFö\x07\x0F "
b"î\v ð;ôFD°„J\x04\x19 Ý\x10 öº "
b"¯o¬ì'¸Iaò:Þ_O=┐6 "
b"î³NøNÑ@ƒ¶8é^GMïW "
b"îÿ|~“\x0F C瞘\x1A <Æÿ\x18 - "
b"ïFKè\x7F ÷Os„ï¦\x01 m‘Ñ' "
b"ðXQ†xtD£¡ØSòõº+u "
b"Å\x0E ─§\x1C Coæ‗║eâ7Ä└ "
b"ðã[(Þ\x17 D'³ÃO¬s\x08 T\x19 "
b"ñ/•0Ñ÷CÀ•û1\x12 —1\x1D\x07 "
b"±╦u¯¼a@ºìèƒ5i¶iÌ "
b"‗n╦µc\e C¢úÅ"Ä1┴╚¾ "
b"ò·öæ’¶HH¦`{¦*)ºQ "
b"òÛ¦µ´\x06 MѪ+íQ_¿t$ "
b"ó88–þ“J²ˆ¥\x1C "K©{S "
b"óžš_+rG¢¾áUµqÔ€î "
b"¾º╔ü\t ╔J\x07 î▒ÎUT░Þ! "
b"óîßõeéݧQß„w²W "
b"ô\x01 ï&ú‚BÒ…@/ž \x17 Xª "
b"ô \x0E -\x16 ‘B\x07 œE\x1C 0s0ýn "
b"ô¡\x01 ¥Ö*NP¤Çx²vÖÅ^ "
b"õVL¼m,Gì•ízvÅ?°‹ "
b"õd„§LÑBB”›Â³þü<ð "
b"õÊrXÛ\Jü±ñ\v 4h\x07 _J "
b"ö\x19 7ÆØÁJÉ©€ÝAí¯i\x15 "
b"ö+,(¾·Cù„T~0=±Áï "
b"öRŸMÑ"IA³œÆÁ_CÄÆ "
b"öTD\r oDL÷€T°ÀñL›³ "
b"÷î¯üöÃN,ÂÎòÿÅï│ó "
b"ö¿WǬÜA@Ÿ\x1F <I<bä` "
b"÷\x0F ”µˆÃO\x19 £o\x10 ìùî\x10 x "
b"""
÷Q.°JUO}™P;`æ\n
[-
"""
b"¸ó■\x00 ØïKõ▒oçM=ê\x03 8 "
b"ø\x05 ô5¢æ@Zµ·Ã”þsœÌ "
b"øë?@™ÀF‹·¡ÐVŒ=B> "
b"¨CA,q\I\x18 £çZ¸É7¿è "
b"ùs¦îEpFë‹\x1E\x19 ǰ<î“ "
b"""
ùvÒ\x18 ÔÑC°¡i#“¯\n
‰°
"""
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"ú\x1D Ég—¨F…µa¨—÷wÖT "
b"·nÑ2╦\x1C E▄ì\x07\x18 í¡î=\x18 "
b"ú„ý¢“aB9§ü”ʤ›\x05 û "
b"ûW¾\x7F âOæž3‘\x06 \r êïÞ "
b"¹`-¾É\x16 Ke»²g╠Ü.б "
b"¹ê\e\x05\x08\x04 Ghù\t êaµìt^ "
b"¹ê└yj¯K\x11 │‗ÄÅ_µ²î "
b"¹Ì\x07 ·═wOtà]ìGhoÿ\x18 "
b"ûô€×Œ1A\x1C ¶\x1F ŸX€y™8 "
b"³Z\x03 g\f ¨LÌǮɯá█Ä\x18 "
b"³õü╔ÞÚHD╗░ùkN¼f¦ "
b"ý\x02 al8zL.µG„[ÿ«¶ "
b"ý#¹ û¦EiœÊ!°•–\x0F ü "
b"ý>¢zžšL̆æW명Žs "
b"""
ý]ÐNRþNh¸ˆ\n
0éñ±O
"""
b"ýc\x03 ÉôƒEð¼AåÏ\x01 ‡?\x03 "
b"þ\e ð1ÝgAÑœ^©pÂRËÝ "
b"þ¡ 1Œ-@é‰(¯hæÉI< "
b"■┐öü┌lJîâNVÃ[\x03 i\x18 "
b"þý‘…»\x06 Mp‡ \x18 Àëâ2¼ "
b"ÿ\x0F ¤[ó\v Nan ÜíPîÇ "
b" ZóÊÃãLßèü|òÌMz: "
b" [Ç░ö‗G╗ü┴╠è\x05\f i\x04 "
b"ÿ™€ßµmEC®š×\x06 „\üç "
b" ┴+ý³\x04 D┤®Ø6╠█ ╗è "
]
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 (0x006D963A53604400BDD3878BB892E5CE , 0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x010B721E26314E19BC1B4857F82BF2DC , 0x0111F8535A3948E8A96489CB9D915F48 , 0x01BFB1A11E3341768185CF1437C72934 , 0x0217734EA93E4162ACFF209D83B739FB , 0x023A484DE6D243F5B8FC1FDB79912167 , 0x026095B69C824703A84730DBED101DA5 , 0x026A36EE517B4A48AEECBA6E6A0FA27B , 0x026D8FD68A6643E89C5E27B3A46FDEB0 , 0x0288132AFD5F446D8000CA9193E7AF78 , 0x041C8ED6153641CAABEF692EB7599E42 , 0x0480CF6C01B44B77AD919BFC5C8C10B0 , 0x0581B1A7ED82414484EB48EA555B3F18 , 0x062D13CC787348868E2680D96A86BD92 , 0x0647DC33B8154413BAD2C9D3A2084BB8 , 0x064DF466CA914D0F8DEF3C68BEEF1887 , 0x06C60DB52BC04B1585276E864131EBC0 , 0x06FEBBAAD1EC4003ADEA2850AD1D1055 , 0x0702B3B0260E4AC6A18D28BD7AE24944 , 0x0747B3EE39E64E3E9006D03147A95E9D , 0x07B9D9A3DFFB4190A0DC531A585CAC14 , 0x081DC4AD32DA47F8A5E9C9D165565072 , 0x086D88A0CF774A80989F0921454B5974 , 0x09114F60C26C457282D1D096EC1AEC46 , 0x09C7AE08E29247BC93D1743285A061AC , 0x0A252C131DE04CAE84E2880263C967F7 , 0x0A331222ACD74A0E9E08D7A7C95CF4D1 , 0x0A4ADCE2C2ED4B029B1A4921E13C204A , 0x0A8FE50E8FBC4C9B85F5616504211292 , 0x0ADB99C7ABA642DCBBB3FA69226A51DF , 0x0B4A0D62FB474E7A9F2661AD7E449199 , 0x0B5F677BCD0F430993B023BBCAA6DD54 , 0x0B67E9C551E445A4AFD0D30A7D3AF207 , 0x0B796E0C7BC446AEBA376DFDCBCBD2E6 , 0x0B8BB5FE517A4680A2BC00AA5D72A2B1 , 0x0BAEF82CDE864F539D677A178CAE3A18 , 0x0BE6C1CC5C8D4A6E99778D04187B384E , 0x0C15D179444C4B6EA03079C623A30EA9 , 0x0C255086DCD342A1BD7072F4788CFAEE , 0x0C3397F4449847659B9C0BC11718D929 , 0x0C696426B680410ABB01D293355000F6 , 0x0C6C9EFF4A2047B49E4AA3497760F651 , 0x0D15763FB7E64AB780762A3BA601AE6C , 0x0D30140C438345BBA399412F8DD2D7C4 , 0x0D872A2A239F40FEBFEF9048B2E4090F , 0x0E7EDB8814F046FA9E6590ABBCFCE639 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0x0F00667E976A4FA1933FD5DD1ABD3431 , 0x0F12CA6072F448C1ADD7A35749BF5F36 , 0x0F6B176F515A4FD79F89889F76DF6529 , 0x0FB17958D9654B9C9B30535001C901F9 , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0x1000052DAF804ECAB26FCA52EB4E3745 , 0x103EDA8DC91C4E488343D49116CD82C9 , 0x1076C9E5754C45488A3FC0D8A44C638E , 0x1084B70E0273445E85A29432A32E311C , 0x10AA2308E3AA4816B155544BD1395B14 , 0x10B6A228666448CEAFC5074AA7B660FF , 0x11E82F3879F146199C413DF3478FC820 , 0x123C73C3AC77401D98BEC14C58F356A2 , 0x127A24334F7F41CCBD4190626F22838C , 0x12F93E8203D943C987658EAD780E0059 , 0x13136A881ABD4475BF7565B7D212080C , 0x13240E7D85B3475EBDC20A465A4B52E3 , 0x1325FB370BA1416F918996EB07E8CB8B , 0x136D39EF4CC9401D865F6894CB362676 , 0x13F2145DA56846FF957EDB5F00266B0C , 0x1410C4394896444AACF20ED36DDF417B , 0x148FE2D740E846829279FC7C1F643C9F , 0x14AF32D3DB4147ACB046FA421616E50F , 0x151B8D1A42D44CDBB4F8D33A360419BB , 0x158160BE218F49B9B600ABB51991CBDA , 0x159B67BFFD63444A9781719AE6B545E7 , 0x15E00533A5F84A22B3558A03A0745E32 , 0x1693FCF925C44810A563279843271136 , 0x16AE3FE0476C4B9EB99AAEDE55791CC1 , 0x16DC0907787844F88BA9803EA0951FE0 , 0x16F07F9517BB4001952E9D90BF731D1C , 0x17232A149D834D909F3F78FAB84101FF , 0x17900C2A79784FB2A5DE07F3C083EF5B , 0x17AE0BAF00C548EE954A60EAB4D527CE , 0x17FF697DD29E450B9A29C6972EA41BA5 , 0x189977FDD05942CB8A3D992DA5102F22 , 0x19B2A2BF90EF466D8549E20B5FD4B1C8 , 0x19DCEFA7CCF34BEABF45FC479F68CC1F , 0x1A415083786342FC913803F233C82D8E , 0x1A4724E6D5D04B83A8331D66EE21CD87 , 0x1AA7760E025B4D2581D91545E65637D9 , 0x1ACCCC55AF184996BE768CF969F37C0C , 0x1B1B8DB9A1514035A2DEE88F5F141867 , 0x1B2C1A85997341EF8F04D59BB35DC2F2 , 0x1B907CE0A8A84BF4AE0C395BA74A58CA , 0x1B990647E7BF40AB84ACCE7649344F66 , 0x1BBC37F462E942D3996EC73F65C65F3B , 0x1C484DA9B3B147F6A76F8882594D3072 , 0x1C5DA60806CA4B2B90C57AED8C764E68 , 0x1D37699AE09F4A9A9D2B7CADF3C8A664 , 0x1D3EEACE788945C095403E26B2D30131 , 0x1EE8E66093FF45D5B3C8791EACF7CBF1 , 0x1F177EBEA7A74A3589E30EED1A97752D , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x206547B374DC44C8831CF84BC8881561 , 0x2075FF76509E4401986AAEB252A47EAF , 0x20FF565100DF4CC090A07A2D2100CB9C , 0x213422AD4E8242E4AF7E3500637396D3 , 0x21A374A2294747F6A30854538504E0B9 , 0x21A826B452D540089C27676468A7F79D , 0x21FCBE73B51C4013A25D1CDCDFB7973A , 0x22234227AC2A4672ACF0E60152F0E373 , 0x226E15C39ED2481A8D37401E19131D78 , 0x22C6FDDC66D44BC5ACB639400BEF41F5 , 0x240AF239091843EEAB35819A726ACB90 , 0x24D2C2CA37C74E36BEA954596B6DFA6F , 0x24E2C71A7C4B4EDEA18CA5B290C5EC66 , 0x2503AE508F24411BBACEBE2B01BD79EA , 0x259FC49B1FB34B0E844A416BB71455C8 , 0x25D40AE089E34BF5A868B666CA06A70E , 0x25D956B2F2DB40A78B9EEE88836D121E , 0x2636A144301B4DC989FE9E47EF79FB22 , 0x268FC412578B406F8945566B61785612 , 0x26CFB58D138A4542AE52AFD1E3593A6F , 0x26E295FDE95C405CB50B66CF2C413550 , 0x2720DC05C39D4A60A72240B08C914B64 , 0x27CA355FA1134BE9A8844E6ABBFEBBEE , 0x27CF1D93E95044EF8F651CAAC1D1BFAB , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0x28AF998F92EC48BA934587CE5CA0C90E , 0x29B847EBDE604AEA841C1B273CEA05D2 , 0x2A23E0E3AB7145CA935EF12EDBD807DA , 0x2A3A57074AD14D589462B7E3FF6ED5F1 , 0x2ABD42DA0654487B83C7FD2E0DDBE6F7 , 0x2AE07198DBFB46D4A6CDDD41FF692C6D , 0x2BA1F39F62F8498B923C1EBA8A2C9C6A , 0x2BC57A2510F74553BEF566FA7E9ABC10 , 0x2C09D73BD90245B4A8C7778D55FB0D3C , 0x2CBA78575F0D4E5DA746EFC77A8009D4 , 0x2D020203DBB8489B8704938C4D27013B , 0x2D2BAB1466FE4DE09BF9B6F4CF5F9128 , 0x2D5D8F227CAD458E854A3DE1CD832B06 , 0x2D719095F3994B7DA860D4ED1EF5F4FE , 0x2D8755344D0F435C829956E143465FCD , 0x2DD49DBAA57346909B2C79834ADF3A7C , 0x2DDFC2A92BA9435290923177D527302C , 0x2E2F27D6734F4CB0A07E12574A91C66B , 0x2E5792F6A9794A49830E63329CA7659E , 0x2E8F7E13DD194633830C69DFDDA0E89B , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0x2FE5E5214E9B418CA1495AF1A0AFBA6F , 0x3048361232D742EF8593593C60CE0880 , 0x3056DA2BFB8D4CE48A93F732F6AE7729 , 0x30CD49853F0C4D3B9FDADD3D4B3661EB , 0x329D0F3D697D4B25A5B6176ED3202830 , 0x33208B6D24EF45E4B105FB2C72BF143F , 0x33607D10BBED4A2F96337948F9F0DC95 , 0x33984E96EAAA430F9EFAEDE0F751EAA2 , 0x3408F7D3ECDB4FC7AA7A119BA53090C0 , 0x3410B846409243BA8F817BE282CB5A55 , 0x34327BE5DBB44895945339588A43B466 , 0x3447D48A34E948A8BFD41DA963958FBD , 0x348E1D4026C7433D9DDB3D8D7B16B839 , 0x34E77A7337F1458C9ADF63A1C83D51DF , 0x34F46634776342D98F633B9F09B1F5B5 , 0x351E4B12797F4094A3DDB89A07D51464 , 0x37582405C92248E4BF22AC837309396C , 0x375A01A4C87948D0B8F40AEDED131885 , 0x3764E0EF6AA1497DA9BC4DD5426B86BA , 0x3824DB22AC8E4BD0B4599A37570E5E50 , 0x3876008AA76F4508A23F8B0032FB8348 , 0x387D3840D338476A83D5C4F2DDE4B35B , 0x398CF68CA2F54FC989F3788FF159DFDD , 0x3AE19BE972A543BEB9926EFF4B73E023 , 0x3AE32774F59347538C8D6F4911175803 , 0x3BF2BC921423452A86AB1260EC98C220 , 0x3CCDC1A113D8457A9C4CC7CA8926F865 , 0x3D44DA570E384EE5AA11A94E08C25762 , 0x3DD8389370984D7782EDEB34D0BD805F , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0x3DF51872CBDC48AF886DBE2DA5DB7074 , 0x3E433CC064194AADB8203D647B14222E , 0x3E6FE06A3E8B4EEB90909B6F2B59E1D9 , 0x3E9FCC3AEF6B4A54AC5B517D56519034 , 0x3F19CE8E1B074CB2AEA031802DEC8B37 , 0x3F5889443F9248A1959035D2033F8262 , 0x3F5E3337D20244908BF2C9C878E760C2 , 0x3FCEC18E38194644BD78A30F29B2ECE6 , 0x400E9AE67CA243E8A761EDF743747534 , 0x40E5ABA8EC1F4D3EBA60A57D0686EE42 , 0x40EDBAEA844F40178DEB1FE7A8C7EC0B , 0x410628C3847C4909B12F784F4D2C1533 , 0x412F779EE72A43378B8D2213EE1F3F27 , 0x41A189D7B2E94724B98E61FE74F534C7 , 0x41CBF88DD62543AAB50615D6C5E57B0D , 0x41FE9E0FAF8A4C65854120F87C614BAC , 0x42148A7253444E7BBAB4A8AE8CCAA5B3 , 0x42A495F04E4D4C14AAE285E6ABAAEBD6 , 0x432D9616CB4046429DD67AF398E80C54 , 0x43B8DBF5D1EA4BAAA0ECEB679685F1FB , 0x440B30F8AB86409EBD712C6B36016EAF , 0x444857E51D3048A69359EF6C849BD7E4 , 0x446F9E26CE4A46668BD5D731BC37E27F , 0x44BEE7C8BF264F12905CE8F20941524A , 0x453CB6A7D1054B6CA71308ACDF2FC150 , 0x45BA217762704977A1638B6A0220A9D4 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x4736CA275E4644A994E924C8C68AD635 , 0x474596D0492F432B9452F19F8F7C65EE , 0x47A93EC150264E28A91B0AB6C8393B23 , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x47CA51EE9F8044AD8DBFF607176C4BC6 , 0x484E0C21B86B4F4B8052439585B7D6CC , 0x484E50A8EFE545C28806855322BBA771 , 0x4860F5F455A049AE80F2EF129CAEC1BC , 0x489C86B0EFCF46AFBE7BD27E3C4BD40F , 0x4A9FF0CCC1D34DF2A355B732AFF60588 , 0x4AF5313C097844CABC8CADE116493D04 , 0x4B72725996AB40359CA4079B68E600EB , 0x4B74014A94154AEFBCBEF8FC606FF8E0 , 0x4BF48591732144B099DE3F5DD80B58EC , 0x4CFCF2E46FF04F5CA78A478586A9F1F0 , 0x4CFEABD10B474D05B109A9C89CF6BD08 , 0x4D3EC7C3A0914078A938E142F85E6266 , 0x4DC83EF9D5A34B86AB77D2844F160FD1 , 0x4DF49B5A98684ACB81BE5FC07B829BFC , 0x4ED377A79A2E4822AC4F8D96183C2CAB , 0x4EFA915E5B8F48AEA1FAC617EE3CD696 , 0x4EFF0540DBB748D3B39B989D37828734 , 0x4F1B71E8A87E4836A2B60EE5CC00C7B3 , 0x4F3E44CBEFE84DB9A90B66026315C4D0 , 0x4F463DD4D2CE49C6A00474549FEC5591 , 0x4F6871B81F474FE29CCC09E30C7EFD94 , 0x4FA581632DE14E8A9353C500C7D00DEE , 0x4FBF7D7C8D13488E947D1E92B1BEA87C , 0x50600BA4122543CA898325EE774941DE , 0x50DEAF2BCB52485AB16EB533B8E0287B , 0x5114F6EFB07649EA9B5BD1CBE33CAE2E , 0x515C671499384C058A65F7F6B0F6044C , 0x5226CC6C3E574DFF971A798F050E609C , 0x526A2E9EF8174E219B0095559127DF2B , 0x5273F25E874942CB82DFADD5B054A179 , 0x52A44EF6ECC048AE98D95537921636C4 , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0x531F2BB32991464EA5479343F2D9E577 , 0x5328044BBB9746F4931AA66DDFCD4E85 , 0x53314A8989504F40B302043F169AE32A , 0x541D3D184F524BEA9A11E8BC250E4E1B , 0x543EC108D168438D85DC52FBB4FFA835 , 0x55C953AA383241B1A0D577B45312B870 , 0x55DB626078624359BA213FB9B1349AF2 , 0x5625B687DDE5468A8BAFD836061C81BA , 0x56A96D026BF049338B0B6DD3BD7A0BE5 , 0x56C7964019EF41F585F5066ACD7AE222 , 0x56D7E06EB90F4444A6AA37B6CFC7E0F0 , 0x57C91979F5584DBAB641C5F4D9B77E7A , 0x58B183E7721B4867A515E06F75D2E60C , 0x592F5006919440E3B25AD4EC52121A04 , 0x5964B314395A4A6B81787B5B8CF433A2 , 0x5A33B8C1827D4404919F19A8E35BD54D , 0x5A4FD7554CD548CEB65C41371ECFC3BD , 0x5A88DAB8596D436D889E560C822F6E26 , 0x5AAB08894A0F4B5A80ECF031BD2BDE03 , 0x5BD08049ECE44B7E9CD9689BEDBD1047 , 0x5BE112DD36B14850984AAD1185A7518C , 0x5C7B615253EF4C99AFB12C1BE06A0F74 , 0x5C87111504E444B888B1792D4076D1E1 , 0x5CB29FC5440B46729702320AA8F64B14 , 0x5CB7161F18834128B5CE919E1CF41BC6 , 0x5D0CF988FB694DC687D8E084C0A13439 , 0x5E4B7B3D05B941F9B6CB50FC855D35FA , 0x5E698BB89D274D55971858D23A38965B , 0x5E6D2544CCEF4761834BECDC68B08E44 , 0x5E9969BD98864EA98E8407ECD4A1559F , 0x5EA391EAC04F4DFD8353C74C638D7FC6 , 0x5EBB1EE0ECAB4305AE161BE719F5A35E , 0x5ECBD967074D47D88D4912CFE35C5EB3 , 0x5F4CE20904A24DE4A5F28CEA3F5C864E , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x60FE93E181114ABBB5D1D556F6AB352E , 0x61183C4D275C47FFA2D7F0448042A479 , 0x62208E44AAA1422CBA37C62218607C82 , 0x625CCB60161F4524A9704B69C51B4CB1 , 0x64A9AF2857AD434C8B9A570731DDB51E , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x64C9FF68AE1F4E80A64A6BE6D5D60DF6 , 0x65139590DC384732A2C0A4330E2E1586 , 0x6599B7D7C2AB4823BC69AC4EB29EFD74 , 0x65B4E756F4474019B2B2452D8D1B224C , 0x65D0A9BF172B41C7A5B34E5BF29833C8 , 0x66799A72065B4D4D9663C7970C176D04 , 0x667EF325DDC44A6AA59DD6C8258CDB6C , 0x66DC22B184EE47CFB36276D819B06084 , 0x6701FE7F2AF744CFBA2833799EEA6F13 , 0x67391B2FEACE4E48A1FF078727CB8E77 , 0x67805B52A9F44FCE88BAEF65183A6DBB , 0x67CC836DB832404FA4171EA8CB401034 , 0x67D1E7AF837F4C19BCA3C3989B8B6B68 , 0x67DEDA1E9D40459E9470C232644E963F , 0x681F2E95BFAE4E37A6E2A24616B6ED76 , 0x68C439D9301A464BB0AF9F1A035D2450 , 0x69D50D5F3BFB4F5A9A9FCE48460CDDB8 , 0x69FA34DD2AF5429ABB86901EE7221702 , 0x6A6E4D80888349CFA6963CD053577D90 , 0x6A82C911AF8F42B39BB29DAA346DE997 , 0x6B25E01CE660495CB08618E144634079 , 0x6B4E2DEC349C4B00898F097BD92B5E9A , 0x6C2696A118584BE6983255A331EF7874 , 0x6C584CB83E56417BBB988FDACB1591CC , 0x6CB91170BC6641D8998F5F8886377C0C , 0x6CD1396EA58246D39A8DE490C29B1324 , 0x6D064947AE404C27BEC92B4AC8EEA547 , 0x6D354EFFDDE5489290F6530F653500B0 , 0x6D540B91FD6343FAACDFF28C1F40B0DC , 0x6D759189C4A14728927A26B23ACF20F9 , 0x6D8DD0AD10704C33BB6A0953D63248DD , 0x6E727588A1EA4A51BD81E8646ABB830B , 0x6EF1C9B4D0154E4B8F688C70CDC00CDE , 0x6F05AF985FBE4797A8F3D9602DF6A509 , 0x6F93C260DD3F478EA9E1513BE9E04D89 , 0x70552009756947F49ACB78A1D42579E0 , 0x70AF0D914DA54CFF835C54D3FA45CAD1 , 0x70C94C3B7B1D46F5B535199DB085AB84 , 0x70EE4054CA6B4858AC71A86DBEF1A64B , 0x70EE9403B857416C96FA8A0C6B4E219A , 0x7123655D44E7478CA6477D0110AC5088 , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x718CF07CBBBD4133AB4FC7FD82938D52 , 0x71CAF5CF475546B39AF8BC67696A9984 , 0x71F75E5AD1EC4C3A8B87832B3554CBC4 , 0x7243DF86AE0A43DAADE1A7B99838E3A9 , 0x72514B1532B64F73A9FBF47BAF255AB4 , 0x7297AA5B4E0F486785A9C9A12BEC7E01 , 0x72A9F1781E754B2198F8826A6F71F5CB , 0x730AD3BD531C4CEFAFA23D26DC6CD131 , 0x73A798034B6545E5BEA76EDC19C9BDBD , 0x73C9CE627DF04B54B52CBC516CD3B10D , 0x73D3E1840A2244FE90E516E6723DFA61 , 0x73FE4778482F458C89C92C699BAFCE4A , 0x74553EDA248B45A49BA21385943DF95E , 0x749C3BF293AB4A9BB297ADC62400A57A , 0x749E039F8C104575AE7FB9C644AA3CD1 , 0x74C5C5C14CAB4AE9BE6A1EA52D35AE56 , 0x74D75BA6FBF94125903C074023B9ADA4 , 0x7501049BA4AB4919B96FDD2E6DA55A7B , 0x752C988BCFA5489CB395F551D8D782EE , 0x757F0D0DAE684A4E9653400F921F6787 , 0x7587B8731FAC40A9BC731AE9167A44CA , 0x7604073C50704EFF91C818A6DD0EFD4F , 0x76B7ABE8A51E421DA1D8E557B84C7CE8 , 0x771844D937A640428FB9B94437B5A638 , 0x7779518E7C454D75AB31B63AEFE63F32 , 0x778663E267E243158F8F9856178CEBE0 , 0x782C7EF38402477A9957788127084BEC , 0x7868A6FF13B24D63860EE0C4DB29046F , 0x7896F96D091D4118819836ADDC4058DC , 0x79AE5B1A45C045BDABE6355227DF2B4D , 0x7AB4F209095F479DAEB7052CDA65A52A , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x7AF93C511A004FD08F0C4FCAB8B804DC , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0x7BA226ADBA4E41788D37E1E781F89F3D , 0x7C0EDBB6FF3545DD9126FB3810BC5B6B , 0x7C6F17798A754C749F038BB588490847 , 0x7C828CEF78634184915DC5CCE47798DE , 0x7C897CF1DDAF4CA6A927C41CE075EFB6 , 0x7D04C91565FC4778B5D21B40686F61F6 , 0x7D97CA8E28E9438CA3F3B6C52A733B67 , 0x7DD79C471F024EFD892F00FA6E83D57D , 0x7E36E27D07E845B4B3E436352524E25D , 0x7E97188F6A0B4F2B8E4FF473A0B90D44 , 0x7EF6C60B0AEB488C81D12E6E2F046AC6 , 0x7F53F38FAD9747D2923D1270C28747F9 , 0x7F5C5024C9DD430883C117570439F39B , 0x7FAA0E375E9241A18EDC4966D57ED5E1 , 0x7FF17188307F4E7DA79641C2699DE90F , 0x7FF3B3F601B04F6595239D364A86819E , 0x8035645A2210456985BB5AC7ADC8EA97 , 0x807EDE3561674322A8ED23682AFFCD6A , 0x80C05280F5EF4BAB9A0C585AF068C32A , 0x80D9DD705E6E40F4B522160965947730 , 0x814673BA49A4409793447481B4C32399 , 0x817655206B99448CBD68B3302A622981 , 0x819A8A7701274AB78A7532A4A60DD98C , 0x82798648055F44FF86715DE7C0282865 , 0x8329349A5F43406392F2EE670755B1EA , 0x83841DF5E33845F394173B50624A30FE , 0x8442E3F4157640E38C112561981854A3 , 0x84C78DF582C94899AEAC39F22425CD84 , 0x861B8893C8324A15AD3F2AFEA3712C89 , 0x8689BD201927489797B669C72E045EE8 , 0x86B48543190946D08FB755EEC91AC61D , 0x86F04E70E67F46568EB521825176C31C , 0x8761BC4569FE4C6689C39B6AEADF1FF5 , 0x87A0B31FC3DF40D9B7CF1B6BFA5206A6 , 0x87C6574BC8B44C33A696F1917C5F0834 , 0x889C3F1529E94CDF946D121C03E33E63 , 0x88B50903F46842A68918FBABCB015ECC , 0x891003F8928E45089F992FC9D55C6942 , 0x89C7C39B12EF4800AF0649B3A826A1C2 , 0x8A182B21F5024760B1056961C3E086E4 , 0x8ABFC0EC0C7F44E2AA9FAF778876DE2E , 0x8BC69C4A7FE6475EB6E0778AFCCC12CB , 0x8BDCDD7E52F44152B6111B9009F86D1B , 0x8BDE5E9A97034AB28250C4B5495B2E85 , 0x8BE42A90B1CE49E6A937D77E33F04EBE , 0x8C2481E41A8344B881669094EB365491 , 0x8C6E98903562479397B85CECAB1339BB , 0x8CDA064C1B2C4B92AD8ACB3B9304A660 , 0x8D78CC610B8C461B9F3D3060BC02C3B8 , 0x8DF3C243B65241C78BCB534B6025F147 , 0x8E624E74B90D438BA44A2EC81A5F030B , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x8ECE3612F7B44FD2BDD16D9C40FEF6F3 , 0x8F3161BDB8764451B9BEE22F961810F8 , 0x8F42BA02310642CAA0477C5CE08D52E5 , 0x8FD6703DB3194E48B55DFD519146A99C , 0x905CDD327BE941B28C590CCF7C84EAAF , 0x9077DA2A2CE24EDD9AC067B169B1A104 , 0x908989FA6F7945CC91E296B1BACA1BFE , 0x90D2D49D95E244CA963853B5C550A967 , 0x90E1C8DA1B1E4A62A3DD3C24AA302BA2 , 0x915724EDBFF24B7F9FA21CCF1E5805B9 , 0x918362C75B23493EA15AA042B43277A6 , 0x9243366D8F8C46F38F9625D54AA65880 , 0x92568C6F16F74EAF91DE377E45BCBC7D , 0x9260C7EDEE7B447AAA3C3686DA7F20E4 , 0x9295B31746C24CC1902E948B6CD65AFB , 0x92BE699C79114A5991B973DDF6DAA013 , 0x92C46D4DC5394DD39C32B109CB21DAF4 , 0x931ADBB5AF6249A3A638D6D1EF4B2C10 , 0x934BA6CF7A4640ABB4D08851731DC4C5 , 0x937FB788ABCE466098EE085ACD6D5021 , 0x93E3058434C84972BD1A618C7D019127 , 0x945E485343DC47E19B8CC2F87B0586FA , 0x9545900910C0470A8621223CF48AEA66 , 0x95D08747F0ED44BDAB07EB9D842F47A6 , 0x95D3714074084C3BA682EEF94D7C8B85 , 0x97417C60899F440B95CCE29025400F85 , 0x9741F73405984689A2A58202563EEBD1 , 0x9759EF0F926A4BD79D266A850411DC7C , 0x97A610EEAFEF45D9AE450F91D31ADD45 , 0x97E65DC4DBA04F9D946367B7F5972DDB , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0x988B671C705244ACA2716A2408687123 , 0x99131E6E80A747A6860EAEDF222D48D8 , 0x9922611931C64C3F8E12BFD06A9DC01C , 0x99C7FB649B3246259DC97233B55126AF , 0x9A10CBDB98F441B6AB4B95A14B1DE64E , 0x9A36252720E1466A9B7D84A673716C20 , 0x9ACE78CF7ABD472B9581641DF86C2B94 , 0x9B30F3FDE37A424F9985730D3F0EC317 , 0x9B3B15B2F80844D1BB545A1357161662 , 0x9B3F9A571F8648FF9F52CA04882193EE , 0x9B8D82ACF40E42BF8A28012BE3053B04 , 0x9BFD9318473E4C62B6E02FE5E6AECEB5 , 0x9C4CFB2EA2F342699E346EFA92EC0D13 , 0x9C9A673A941347F08CFF13A09457FEB6 , 0x9CA2DFD74BE547B1AA86EFF45CD2ED7D , 0x9CB7F32A8AE54DB9BAEE55861D5DE426 , 0x9D16518845274D998B5F0F970349AADC , 0x9EBF23ABB9964B40965DE55B46848131 , 0x9F5D2E7D9B744DFEB275B7F53041E5E5 , 0x9FA306C764344CF2A08BF02D94840004 , 0x9FBE7FB5274E4349816A93A8DD2E6321 , 0x9FE935A58786429B80733724A86FE119 , 0xA013D8A5C05C4C179ED5EE67BA295B05 , 0xA081D846B9874B1485968980833999DD , 0xA099825FEB7D43B9A5039F763A1B1F10 , 0xA16D92237AB9441AAB63138B567888AD , 0xA19C25E6FB4043C49B1454814494C0DA , 0xA1EFD1173BD6428981C099D0DF17DBEE , 0xA24A381F6AC945C7A40CF03A21D33C2E , 0xA28D530D990843DEB7CF9925CF84529B , 0xA2A85C36E88A48ED867085C77E371EB1 , 0xA2C5E8D8D0A54ABB8C3475FB1F2F1C6B , 0xA2C5F69EE00F4DE381FB3F69ED1EA10E , 0xA2E2B1D0014345948D54C4F8932E4D07 , 0xA3B5CADD119E4AB7855BA238B23BF968 , 0xA3B68DF5D25E4B659DA71A6AF45D886E , 0xA49145F9CCCC4596841681AE9FBFBA44 , 0xA493BC46F0044218A75E231431CDCDAC , 0xA4D11872080049089F3B4A598F706940 , 0xA581F5D023A54C26A7AD73D01119D0AE , 0xA59D6BB6AA3B48AA833E776453AAFAF2 , 0xA5F9BFAB0D5A40F888C15C0DA47B8242 , 0xA69D5C7402994073988CDD566036BD14 , 0xA6F7C8BECC4B415F96B65AFC997CF3D4 , 0xA72F5551539541B79CCDB5B8645A79F1 , 0xA77E9A1A14D8494EA53EF8D70BDEDEEF , 0xA85D2BE79BA94721A48B0CBC6E442321 , 0xA86883D6BC3D4B96A33AA90F877731F2 , 0xA8C4B474C1CB41708ED69AB77057795D , 0xA90319796686407B9795490FBC7029FE , 0xAA0633837D8044D2968E25CF48B70685 , 0xAA2AAEA69C47477AABC3AAF723766693 , 0xAA2CFF4F43EA45B8AF20D545EA6E188A , 0xABDC821DFC124F4BB3F103BA037B8A1A , 0xAC3DE86AE57849829E89247EED4C1D9F , 0xAD5314AF466D48E5B86EB778C6FB1B4D , 0xAD847231E63B4F6F90EFD0FB4B7170C6 , 0xADB42016585941A3982EFE96F98DC6E9 , 0xADB524C920B94F9F9EE3C6680F745BB6 , 0xADCB48106A21453C98832BFE62866A54 , 0xAE475DA383374EA8B26F92EC8BEDE2CF , 0xAE5C748E31DB47D881F8EC3825872BAC , 0xAF77287726384CF7ADA2F43B546F5E60 , 0xAFE0B4BB40034491AC7BCF3EE3FE19EE , 0xB0D2CEED22D04ADE888D000CBF6A8745 , 0xB0D93573B4C04E08B298C76A272D1E6D , 0xB0E53B9FB82A4310AB995285D3068DC2 , 0xB11B351922204EC5B4460581314AE31E , 0xB1229CC5C707454FB5FDAA970E2E6F84 , 0xB15562F2B5074EFF93294A5A95556394 , 0xB1646D4ADAA74C738C972CF991D0221E , 0xB17AE0E53B44477295291309841D045C , 0xB1B9FDEE08FF4C7B8A847DD96D95595C , 0xB1EBE5EA545B40149782F39B3AA717D7 , 0xB1EE1B8A5C4C4C018F51202148A00583 , 0xB22D0F6ED42E4DBE89E85685550B3D25 , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0xB2F9834EB99941638C4FC2C17DAAA268 , 0xB329E4A830A046748D35BE1D2968F123 , 0xB43DE9E471A9442A9C845D14FC6559A2 , 0xB4B64ACC90C6411482FD9DB6C8F96F49 , 0xB52E1B0F2EA449E688796DB58D1D6EA6 , 0xB56D774BBC8C4B63B09F411D56E6CB02 , 0xB596FA4A31504C48A4B42DB875BA4294 , 0xB6555215FC0F42FCB64E6BB393ECB1BF , 0xB691F6FE3B6D49E69BA7EBFDBFBE6E6B , 0xB6946408060E49E49EBB9469CB84CDD9 , 0xB713D87D42844928A82FC0D59B254B3B , 0xB7FE95C53FF24DDC8321BF596A086E3D , 0xB81AF3BA9EAB4D5AA6AF4C7D39529FCC , 0xB86222761D59446796E71081FAFA78D5 , 0xB8DA2B26CE92471A8AA59C0A98BDF736 , 0xBA074CC301934C2682C77035AB273740 , 0xBA2BB9D9A370495C94F8FF32617683E1 , 0xBA5091FC268742B98C1DB12F2EA17931 , 0xBAB10FEA66964CFA961D7C2A698B901F , 0xBB0C978CF3EB44AEBF23EE1450072BF8 , 0xBB47E9383C1A4B768B80BC6E72262FEF , 0xBB4D0AAFE8CE450F9F0EA759A2253DE7 , 0xBB7D8A01B7264492A6A909B8746A1551 , 0xBBCF67131999441A954EA4154C3F5AFB , 0xBBDE709EBEA14475BC5138F8F55D061E , 0xBBE323EE59344A748F8201291CC086B3 , 0xBC3C0E1D84CB4FE89E0A4150A65BAF77 , 0xBC8F72E002144AABB0D036BDF9986F66 , 0xBCC6D8F9ADBC413CB1CAC1FD89A0D0C4 , 0xBCECDE65E3D649C994FC9818C79C5148 , 0xBD011F6F1C2E406E86355ECF16A85A2B , 0xBD964333BD904E599616C2DB42751180 , 0xBDECA04863514D94ADA203CF379BA2FC , 0xBE47D99EE46D4E159DDBCE9CF878EACF , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0xBFCD7D83E3824F00BA86A7BF80940C88 , 0xBFE9AE5E370B4328875833BD090CF298 , 0xBFFFF19837E3403881ECEDA4E088638B , 0xC02B5C2491064157A0814723455E1B6F , 0xC02CF18B8D314A47BB65A3D5307E7542 , 0xC0BF2EF7BEE34D39B2E240D343E8A706 , 0xC1023801604C45A69112F49FE451A9DE , 0xC102C2395C7C4A409C12859014815AA9 , 0xC16B40C1B0204F83BC6C286B5E0CDFCC , 0xC1AEC45E2A90465ABD285935127D17BC , 0xC1D9A6921848455DBEBB22C984FC8E34 , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0xC2CD843A111E4F8092310788318AFC09 , 0xC2DF9BC5C07545F187535E63CFC542E6 , 0xC2F46F2FC6304B89B6A26B3131DD7C90 , 0xC486E31C6BE045E18AAE2E17B6907ABA , 0xC4EA4B9C9BBA47F691759D14CABCDD89 , 0xC4F4220CD37744B49A8296914639078B , 0xC5ADE040A70D4F22B34CAEDC3D93C441 , 0xC604732E69E54395A57431B3DECBCDE5 , 0xC628F59954254962BC11917AB328D2D9 , 0xC6BD1948BD1447D09154E47900A9A18E , 0xC6DC8BEA9C234666BC039E76421DCB6F , 0xC702036A9BCF499BA4878FAB1225F73D , 0xC71F63802FD34787AF98F22E4A8F5188 , 0xC756A510AA8F4EA0859E2D0C72C53779 , 0xC83BB8E35EA4418EB63296D8640774E8 , 0xC880AE0D6CE748B587347C8B99329925 , 0xC8A4B68A6D07413683303BC2D8B9F9FE , 0xC8C9E21A3B6D4127B04B4DE48C357088 , 0xC91B25FC051E458AA7D52A63CBCEB487 , 0xC962823794244E439B69C2831DAA1C49 , 0xC984331026F2496A833ACF866E1D5080 , 0xCA224EC76679424D8C2DC947F02039E6 , 0xCC0B9D31DB3C49F0AECEADBA1584B210 , 0xCC5C29AB14EE403D8E1CFB7C29E67F7D , 0xCCEB17687E244A5BABD6006F6345A607 , 0xCD38B49B55824307BA643E86F68C315D , 0xCD4B824EA48B4B7E97AEC104FAE16EC9 , 0xCD95379199A5406D9C46ADD05F4C8BFA , 0xCE94D0CC7D7443AA92BA14CBFDA2D6B6 , 0xCEE93085B7FF412C969466FC3984E9CB , 0xCF548DACE57E49E2AB200928F7CC708F , 0xCF85813F532E4972AC69189B9516A94F , 0xCF91659F35B44FDA9FE1B3145675F29A , 0xCFD090E5177841249AAD0A868A2ABE7E , 0xCFEF3B0B7D9248C994F0D80D82FD6226 , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0xD002CB1BEBFB4FE281D3B521312CB604 , 0xD01C211313F64168BCC1C2F091E07894 , 0xD034064CFA704468BC2C2D7035E2B0F7 , 0xD0CD070031174C828424DA3D57FDE969 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xD13A42501D30428B936D1BF6145CFB2E , 0xD250729F68C04E558C037C5242E4157B , 0xD280058C4E68434393696FC10C7A5FED , 0xD28670E95C3C44A5B2DF2A6EDB98DE79 , 0xD288CD1FEE784F93AEE5BF1D293B470E , 0xD2F46F52B89642FFA067EF76A22B6FE4 , 0xD3087C91C4644B168FE53D4B16ABC519 , 0xD31A3D133B4D4B43AA0EF7089C2BC307 , 0xD38D2F79498241B6AF04042FC959D1C1 , 0xD3B743ED0E754D1CA5FD15C8F541E19B , 0xD3BBB79ABD8A482E80B25490C9B8B0ED , 0xD3F71FAED3CC4B4F87C677874C73C272 , 0xD40E51054A8E454CB29B9BCBEDF6F65A , 0xD46B68046E434107882F4E492042CACA , 0xD4F161FC96AD4A4A8268434EA34B7EDF , 0xD51AFEC457194113B22E81AEAF2FB93F , 0xD5553FC02C614253B4F5D622D826932E , 0xD57F92A7BB7147A2899AA10333E95942 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0xD6A2D5D8F19B482B8B6126678687995C , 0xD73C6112053F4869B0E15C9A6C4E86D9 , 0xD77BB67537B841FFB93EA50A41ACB86C , 0xD7AF7FEA304046B7BAC4A7776E343A49 , 0xD7B3A5468E3E40A982DB6CD1FEAFBC57 , 0xD8D39A0191AD41BD810877A96F931135 , 0xD8FD9D27BE624E5CA7352ED045D4A09E , 0xD98C8C74744A4988A4F1B2417729755E , 0xD9AD9BC07D9448F0B0B59E95BCC67D89 , 0xDA312B89B023464E87F6EC89FC7C2B29 , 0xDA6295D6E26741EBAFB1B1C83527038B , 0xDA85E2F2A6B145E0A06146C9014D4C6A , 0xDA9061E2F1EF4C4FA4688C85AE4DD603 , 0xDBA5705345174F68B131E425B4DF527F , 0xDC22873517F44F2F953AF54BB7A68EA0 , 0xDC3657F8B05A4D2DBB0DD66F6633F8DE , 0xDC5D00D7416C4D2A8B908E16E91B6D1E , 0xDDBB29D96E3D42048C9C450ECAC73FE4 , 0xDDC0C256D536499BB1915BA07C74D30E , 0xDDCB7A272BCA4361A5C11A6F053C3CE1 , 0xDE7E73B2456144FBB83F2EE3B7F48250 , 0xDF36CB4DB65843F2AF0C4864151C2FE9 , 0xDFCA4DA5892E4388B2EF929BDE7DC739 , 0xDFF2B5F06D3343E2B1148827D1A82AF5 , 0xE01626A697E646F689C58B1AD7F50DF9 , 0xE08D5535BD5B4CA593AE61B710B78113 , 0xE0A691E8D099481CBCE7E3E4217B1945 , 0xE107EA3280D64FE49F60C8E1F699EA1C , 0xE168DCF18F144133B5B7E214ABE584FF , 0xE1F6230C34D446DEB241A1404AD44B00 , 0xE256B57EEE65462FA04EDE267947A552 , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xE433FEB30A324EFE8EA9317B50B2B0C3 , 0xE44F5BCDE5B943B49717C653DF47D8B0 , 0xE455D39404884450A85B3CF0CEAC0D31 , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0xE4CC7CC1C37D4AEF983D1DC72787603B , 0xE551282611564003B8E80F1E0B3148A1 , 0xE576AFE312EF41EE8CBB8DAAA149271C , 0xE57B27EBABF34F51AB9D48FAFF828C31 , 0xE5FFA708CE984619AEAFA104750EED13 , 0xE65CD05F0675472F8F09D1175C6A6E73 , 0xE6BE177BA3BB404F991107F0AFFA1200 , 0xE6CFCFF71ABB49E5AEFFBF730B3778D7 , 0xE6E8B7DA026A452EB323409AD06B9956 , 0xE6EE25C618B74521AD7B343085CA862B , 0xE78EEE4D34BE49C28042466D00F82F2E , 0xE794D635DE8A4683B797721819320327 , 0xE7958A94DD344BB99777B666FF262526 , 0xE83132FBD5924BB69D28F0185E38F319 , 0xE86DC098408A449F98B2467512CD7196 , 0xE90D981FB0F647D09DC281A972A72C60 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0xE95977B8E7D54768A16487C34DD7E779 , 0xE997C8751FAC4CA9859A9E9C9C97EC3C , 0xE9DC974193E947CEBE057B7A3219D2E4 , 0xE9E61673A188435CBE9C33995DD4E2F4 , 0xEA0128502926474EB905246325F11393 , 0xEA013536BB104838A528C42097245A4A , 0xEA0662D31AAD4352BB16A6B31EDB07D1 , 0xEB5014F137444B1AAE79B106DBA9FE74 , 0xEBDB3F4782E14A0BA90A917A946C878A , 0xEC7DFAFEC1204E5990C99EC9EBE19D94 , 0xECA6C61D1BB64A79B61B8EA20342F59A , 0xED8AAC662284460B85002B795095F7A8 , 0xEDE0D1E8FC72403E9352D0499CC8E27C , 0xEDF06480192B494EBEC0A2ED46F6070F , 0xEE0BF03BF44644B0844A0419DD10F6BA , 0xEE6FAA8D27F74961953AE85F4F3DBF36 , 0xEEB34EF84ED14083B638E95E474DEF57 , 0xEEFF7C7E930F43E79E981A3CC6FF182D , 0xEF464BE87FF74F7384EFA6016D91D127 , 0xF0585186787444A3A1D853F2F5BA2B75 , 0xF08F0EC4F51C436F91F2BA6583378EC0 , 0xF0E35B28DE174427B3C34FAC73085419 , 0xF12F9530D1F743C095FB311297311D07 , 0xF1CB75EEAC6140A78D8A9F3569F469DE , 0xF26ECBE6631B43BDA38F228E31C1C8F3 , 0xF2B7F6E692B64848A6607BA62A29BA51 , 0xF2DBA6B5B4064DD1AA2BED515FBF7424 , 0xF3383896FE934AB288A51C224BA97B53 , 0xF39E9A5F2B7247A2BEE155B571D480EE , 0xF3A7C98109C94A078CB1D75554B0E821 , 0xF3EEDFF565E949CC87A751DF8477B257 , 0xF401EF26FA8242D285402F9E201758AA , 0xF4A00E2D169142079C451C307330FD6E , 0xF4A101A5D62A4E50A4C778B276D6C55E , 0xF5564CBC6D2C47EC95ED7A76C53FB08B , 0xF56484A74CD14242949BC2B3FEFC3CF0 , 0xF5CA7258DB5C4AFCB1F10B3468075F4A , 0xF61937C6D8C14AC9A980DD41EDAF6915 , 0xF62B2C28BEB743F984547E303DB1C1EF , 0xF6529F4DD1224941B39CC6C15F43C4C6 , 0xF654440D6F444CF78054B0C0F14C9BB3 , 0xF68CEE8194C74E2CB6D795988F8BB3A2 , 0xF6BF57C7ACDC41409F1F3C493C62E460 , 0xF70F94B588C34F19A36F10ECF9EE1078 , 0xF7512EB04A554F7D99503B60E60A5B2D , 0xF7A2FE009D8B4BE4B16F874D3D880338 , 0xF805F435A2E6405AB5B7C394FE739CCC , 0xF8EB3F4099C0468BB7A1D0568C3D423E , 0xF943412C715C49189C875AF79037A88A , 0xF973A6EE457046EB8B1E19C7B03CEE93 , 0xF976D218D4D143B0A1692393AF0A89B0 , 0xF97CAA237C294498B3AF603EAA8D3363 , 0xFA1DC96797A84685B561A897F777D654 , 0xFA6EA532CB1C45DC8D0718A1AD8C3D18 , 0xFA84FDA293614239A7FC94CAA49B05FB , 0xFB57BE7FA0E24FE69E3391060DEAEFDE , 0xFB602DF390164B65AFFD67CC9A2ED1F1 , 0xFB881B050804476897098861E68D745E , 0xFB88C0796AEE4B11B3F28E8F5FE6FD8C , 0xFBDE07FACD774F74855D8D47686F9818 , 0xFBF480D78C31411CB61F9F5880799938 , 0xFC5A03670CF94CDE80A990EEA0DB8E18 , 0xFCE481C9E8E94844BBB0976B4EAC66DD , 0xFD02616C387A4C2EB547845BFFABB6A0 , 0xFD23B9A0FBA645699CCA21B095960FFC , 0xFD3EA27A9E9A4CCC86E657EBAA858E73 , 0xFD5DD04E52FE4E68B8880A30E9F1B14F , 0xFD6303C9F48345F0BC41E5CF01873F03 , 0xFE1BF031DD6741D19C5EA970C252CBDD , 0xFEA120318C2D40E98928AF68E6C9493C , 0xFEBF9481DA6C4A8C834E56C75B036918 , 0xFEFD9185BB064D7087A018C0EBE232BC , 0xFF0FA45BF30B4E61AD6E20DCED50EEC7 , 0xFF5AA2D2C7C64CE18A817C95DE4D7A3A , 0xFF5B80B094F247BB81C1CC8A050C6904 , 0xFF9980DFB56D4543AE9AD706845CFCE7 , 0xFFC12BECFC0444B4A99D36CCDB20BB8A )));
Copy
87
0.37 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
88
0.25 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
89
0.27 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/rc-125-2019-modelcode-F5003S1 "
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/rc-125-2019-modelcode-F5003S1' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
90
0.34 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
91
0.18 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
92
0.15 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
93
0.21 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
94
0.20 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
95
0.15 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
96
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
97
0.19 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
98
0.33 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
99
0.30 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
100
0.16 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
101
0.36 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
102
0.21 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
103
0.20 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT path FROM category WHERE id = 0x79A36140A28A4CE6AC6D0E2CED062741 ;
Copy
104
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
105
0.68 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
106
0.53 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
107
0.92 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
108
0.91 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
109
0.50 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
110
0.50 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
111
0.60 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
112
38.61 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/26e295fde95c405cb50b66cf2c413550 "
"/detail/97a610eeafef45d9ae450f91d31add45 "
"/detail/bfe9ae5e370b4328875833bd090cf298 "
"/detail/d65aeab29e4b44b58eabe5880ed888c7 "
"/detail/0ec4b5e3b2c940b0a5f6f670066b4973 "
"/detail/e794d635de8a4683b797721819320327 "
"/detail/f973a6ee457046eb8b1e19c7b03cee93 "
"/detail/bbde709ebea14475bc5138f8f55d061e "
"/detail/ad5314af466d48e5b86eb778c6fb1b4d "
"/detail/041c8ed6153641caabef692eb7599e42 "
"/detail/40edbaea844f40178deb1fe7a8c7ec0b "
"/detail/e95977b8e7d54768a16487c34dd7e779 "
"/detail/70c94c3b7b1d46f5b535199db085ab84 "
"/detail/e6e8b7da026a452eb323409ad06b9956 "
"/detail/e94c714dd1174c07a03de0e9a1930e71 "
"/detail/2bc57a2510f74553bef566fa7e9abc10 "
"/detail/7adff263991942e2bfbdb03eab3c84f6 "
"/detail/c02b5c2491064157a0814723455e1b6f "
"/detail/3764e0ef6aa1497da9bc4dd5426b86ba "
"/detail/70ee9403b857416c96fa8a0c6b4e219a "
"/detail/1d3eeace788945c095403e26b2d30131 "
"/detail/fa6ea532cb1c45dc8d0718a1ad8c3d18 "
"/detail/807ede3561674322a8ed23682affcd6a "
"/detail/9741f73405984689a2a58202563eebd1 "
"/detail/97e65dc4dba04f9d946367b7f5972ddb "
"/detail/a099825feb7d43b9a5039f763a1b1f10 "
"/detail/fce481c9e8e94844bbb0976b4eac66dd "
"/detail/1b2c1a85997341ef8f04d59bb35dc2f2 "
"/detail/ea0128502926474eb905246325f11393 "
"/detail/2075ff76509e4401986aaeb252a47eaf "
"/detail/4dc83ef9d5a34b86ab77d2844f160fd1 "
"/detail/ddcb7a272bca4361a5c11a6f053c3ce1 "
"/detail/eeff7c7e930f43e79e981a3cc6ff182d "
"/detail/19b2a2bf90ef466d8549e20b5fd4b1c8 "
"/detail/67d1e7af837f4c19bca3c3989b8b6b68 "
"/detail/5ea391eac04f4dfd8353c74c638d7fc6 "
"/detail/2e8f7e13dd194633830c69dfdda0e89b "
"/detail/2d020203dbb8489b8704938c4d27013b "
"/detail/f5ca7258db5c4afcb1f10b3468075f4a "
"/detail/5c87111504e444b888b1792d4076d1e1 "
"/detail/56c7964019ef41f585f5066acd7ae222 "
"/detail/7587b8731fac40a9bc731ae9167a44ca "
"/detail/44bee7c8bf264f12905ce8f20941524a "
"/detail/8a182b21f5024760b1056961c3e086e4 "
"/detail/3bf2bc921423452a86ab1260ec98c220 "
"/detail/fb602df390164b65affd67cc9a2ed1f1 "
"/detail/dc22873517f44f2f953af54bb7a68ea0 "
"/detail/68c439d9301a464bb0af9f1a035d2450 "
"/detail/69d50d5f3bfb4f5a9a9fce48460cddb8 "
"/detail/d3087c91c4644b168fe53d4b16abc519 "
"/detail/24d2c2ca37c74e36bea954596b6dfa6f "
"/detail/d77bb67537b841ffb93ea50a41acb86c "
"/detail/c8c9e21a3b6d4127b04b4de48c357088 "
"/detail/9077da2a2ce24edd9ac067b169b1a104 "
"/detail/cd4b824ea48b4b7e97aec104fae16ec9 "
"/detail/66dc22b184ee47cfb36276d819b06084 "
"/detail/0fb17958d9654b9c9b30535001c901f9 "
"/detail/268fc412578b406f8945566b61785612 "
"/detail/da9061e2f1ef4c4fa4688c85ae4dd603 "
"/detail/0b796e0c7bc446aeba376dfdcbcbd2e6 "
"/detail/e433feb30a324efe8ea9317b50b2b0c3 "
"/detail/c4f4220cd37744b49a8296914639078b "
"/detail/9922611931c64c3f8e12bfd06a9dc01c "
"/detail/e107ea3280d64fe49f60c8e1f699ea1c "
"/detail/7297aa5b4e0f486785a9c9a12bec7e01 "
"/detail/a16d92237ab9441aab63138b567888ad "
"/detail/8ece3612f7b44fd2bdd16d9c40fef6f3 "
"/detail/5bd08049ece44b7e9cd9689bedbd1047 "
"/detail/abdc821dfc124f4bb3f103ba037b8a1a "
"/detail/2e2f27d6734f4cb0a07e12574a91c66b "
"/detail/43b8dbf5d1ea4baaa0eceb679685f1fb "
"/detail/127a24334f7f41ccbd4190626f22838c "
"/detail/84c78df582c94899aeac39f22425cd84 "
"/detail/4f6871b81f474fe29ccc09e30c7efd94 "
"/detail/d98c8c74744a4988a4f1b2417729755e "
"/detail/3fcec18e38194644bd78a30f29b2ece6 "
"/detail/771844d937a640428fb9b94437b5a638 "
"/detail/cf91659f35b44fda9fe1b3145675f29a "
"/detail/026a36ee517b4a48aeecba6e6a0fa27b "
"/detail/6c2696a118584be6983255a331ef7874 "
"/detail/0747b3ee39e64e3e9006d03147a95e9d "
"/detail/b8da2b26ce92471a8aa59c0a98bdf736 "
"/detail/b2d045dfefd8447fb20e3d12e6e605bd "
"/detail/7126c3f2d9c6420398ae492ff0f465fe "
"/detail/c1d9a6921848455dbebb22c984fc8e34 "
"/detail/52af8ad28b1c4ee6a0e10470e4de88b4 "
"/detail/e9467d4a59514abb9c220c0eac2a4efd "
"/detail/a72f5551539541b79ccdb5b8645a79f1 "
"/detail/28320a2ba675413ba7955c0dba8eeba8 "
"/detail/8689bd201927489797b669c72e045ee8 "
"/detail/fa1dc96797a84685b561a897f777d654 "
"/detail/749e039f8c104575ae7fb9c644aa3cd1 "
"/detail/f6529f4dd1224941b39cc6c15f43c4c6 "
"/detail/1a415083786342fc913803f233c82d8e "
"/detail/57c91979f5584dbab641c5f4d9b77e7a "
"/detail/f97caa237c294498b3af603eaa8d3363 "
"/detail/17900c2a79784fb2a5de07f3c083ef5b "
"/detail/16dc0907787844f88ba9803ea0951fe0 "
"/detail/2ddfc2a92ba9435290923177d527302c "
"/detail/06c60db52bc04b1585276e864131ebc0 "
"/detail/b56d774bbc8c4b63b09f411d56e6cb02 "
"/detail/213422ad4e8242e4af7e3500637396d3 "
"/detail/400e9ae67ca243e8a761edf743747534 "
"/detail/20ff565100df4cc090a07a2d2100cb9c "
"/detail/f2b7f6e692b64848a6607ba62a29ba51 "
"/detail/34f46634776342d98f633b9f09b1f5b5 "
"/detail/4fa581632de14e8a9353c500c7d00dee "
"/detail/9841cb38efe945399e3b75d39c3e9bec "
"/detail/a90319796686407b9795490fbc7029fe "
"/detail/607c9234c5ac4c3b9d8edd13ce102902 "
"/detail/5273f25e874942cb82dfadd5b054a179 "
"/detail/446f9e26ce4a46668bd5d731bc37e27f "
"/detail/c2a3573b7a8d4c4f9626afbceb45bf5b "
"/detail/c702036a9bcf499ba4878fab1225f73d "
"/detail/931adbb5af6249a3a638d6d1ef4b2c10 "
"/detail/fd02616c387a4c2eb547845bffabb6a0 "
"/detail/e551282611564003b8e80f1e0b3148a1 "
"/detail/e2dc4c0becc24226bee305ee0f4c759a "
"/detail/5c7b615253ef4c99afb12c1be06a0f74 "
"/detail/a3b68df5d25e4b659da71a6af45d886e "
"/detail/0c3397f4449847659b9c0bc11718d929 "
"/detail/a013d8a5c05c4c179ed5ee67ba295b05 "
"/detail/c486e31c6be045e18aae2e17b6907aba "
"/detail/9a10cbdb98f441b6ab4b95a14b1de64e "
"/detail/006d963a53604400bdd3878bb892e5ce "
"/detail/ea013536bb104838a528c42097245a4a "
"/detail/7faa0e375e9241a18edc4966d57ed5e1 "
"/detail/2e5792f6a9794a49830e63329ca7659e "
"/detail/27cf1d93e95044ef8f651caac1d1bfab "
"/detail/0c15d179444c4b6ea03079c623a30ea9 "
"/detail/5e6d2544ccef4761834becdc68b08e44 "
"/detail/159b67bffd63444a9781719ae6b545e7 "
"/detail/e0a691e8d099481cbce7e3e4217b1945 "
"/detail/0217734ea93e4162acff209d83b739fb "
"/detail/87a0b31fc3df40d9b7cf1b6bfa5206a6 "
"/detail/d3bbb79abd8a482e80b25490c9b8b0ed "
"/detail/73a798034b6545e5bea76edc19c9bdbd "
"/detail/bcc6d8f9adbc413cb1cac1fd89a0d0c4 "
"/detail/bcecde65e3d649c994fc9818c79c5148 "
"/detail/b6946408060e49e49ebb9469cb84cdd9 "
"/detail/0baef82cde864f539d677a178cae3a18 "
"/detail/1084b70e0273445e85a29432a32e311c "
"/detail/65b4e756f4474019b2b2452d8d1b224c "
"/detail/67805b52a9f44fce88baef65183a6dbb "
"/detail/148fe2d740e846829279fc7c1f643c9f "
"/detail/3410b846409243ba8f817be282cb5a55 "
"/detail/0a331222acd74a0e9e08d7a7c95cf4d1 "
"/detail/b0e53b9fb82a4310ab995285d3068dc2 "
"/detail/d28670e95c3c44a5b2df2a6edb98de79 "
"/detail/55db626078624359ba213fb9b1349af2 "
"/detail/b1b9fdee08ff4c7b8a847dd96d95595c "
"/detail/5e9969bd98864ea98e8407ecd4a1559f "
"/detail/a85d2be79ba94721a48b0cbc6e442321 "
"/detail/c984331026f2496a833acf866e1d5080 "
"/detail/1a4724e6d5d04b83a8331d66ee21cd87 "
"/detail/4736ca275e4644a994e924c8c68ad635 "
"/detail/c2f46f2fc6304b89b6a26b3131dd7c90 "
"/detail/64c716fb13374fc5b87c1723ff5c37f1 "
"/detail/19dcefa7ccf34beabf45fc479f68cc1f "
"/detail/e6ee25c618b74521ad7b343085ca862b "
"/detail/2fdf6b2d4c8140d48edd0401184828be "
"/detail/bffff19837e3403881eceda4e088638b "
"/detail/7896f96d091d4118819836addc4058dc "
"/detail/25d40ae089e34bf5a868b666ca06a70e "
"/detail/67deda1e9d40459e9470c232644e963f "
"/detail/782c7ef38402477a9957788127084bec "
"/detail/5625b687dde5468a8bafd836061c81ba "
"/detail/453cb6a7d1054b6ca71308acdf2fc150 "
"/detail/bbcf67131999441a954ea4154c3f5afb "
"/detail/064df466ca914d0f8def3c68beef1887 "
"/detail/56a96d026bf049338b0b6dd3bd7a0be5 "
"/detail/7f53f38fad9747d2923d1270c28747f9 "
"/detail/f26ecbe6631b43bda38f228e31c1c8f3 "
"/detail/71caf5cf475546b39af8bc67696a9984 "
"/detail/fbde07facd774f74855d8d47686f9818 "
"/detail/0adb99c7aba642dcbbb3fa69226a51df "
"/detail/ff5aa2d2c7c64ce18a817c95de4d7a3a "
"/detail/8d78cc610b8c461b9f3d3060bc02c3b8 "
"/detail/5328044bbb9746f4931aa66ddfcd4e85 "
"/detail/74c5c5c14cab4ae9be6a1ea52d35ae56 "
"/detail/a4d11872080049089f3b4a598f706940 "
"/detail/6d8dd0ad10704c33bb6a0953d63248dd "
"/detail/bc8f72e002144aabb0d036bdf9986f66 "
"/detail/37582405c92248e4bf22ac837309396c "
"/detail/7af93c511a004fd08f0c4fcab8b804dc "
"/detail/6599b7d7c2ab4823bc69ac4eb29efd74 "
"/detail/8bc69c4a7fe6475eb6e0778afccc12cb "
"/detail/e455d39404884450a85b3cf0ceac0d31 "
"/detail/c102c2395c7c4a409c12859014815aa9 "
"/detail/4860f5f455a049ae80f2ef129caec1bc "
"/detail/22234227ac2a4672acf0e60152f0e373 "
"/detail/f8eb3f4099c0468bb7a1d0568c3d423e "
"/detail/0a4adce2c2ed4b029b1a4921e13c204a "
"/detail/6a6e4d80888349cfa6963cd053577d90 "
"/detail/41cbf88dd62543aab50615d6c5e57b0d "
"/detail/64a9af2857ad434c8b9a570731ddb51e "
"/detail/10b6a228666448ceafc5074aa7b660ff "
"/detail/79ae5b1a45c045bdabe6355227df2b4d "
"/detail/88b50903f46842a68918fbabcb015ecc "
"/detail/6d759189c4a14728927a26b23acf20f9 "
"/detail/ae475da383374ea8b26f92ec8bede2cf "
"/detail/7c897cf1ddaf4ca6a927c41ce075efb6 "
"/detail/9f5d2e7d9b744dfeb275b7f53041e5e5 "
"/detail/329d0f3d697d4b25a5b6176ed3202830 "
"/detail/45ba217762704977a1638b6a0220a9d4 "
"/detail/8329349a5f43406392f2ee670755b1ea "
"/detail/c4ea4b9c9bba47f691759d14cabcdd89 "
"/detail/f6bf57c7acdc41409f1f3c493c62e460 "
"/detail/dc5d00d7416c4d2a8b908e16e91b6d1e "
"/detail/749c3bf293ab4a9bb297adc62400a57a "
"/detail/80d9dd705e6e40f4b522160965947730 "
"/detail/74553eda248b45a49ba21385943df95e "
"/detail/814673ba49a4409793447481b4c32399 "
"/detail/9b3b15b2f80844d1bb545a1357161662 "
"/detail/61183c4d275c47ffa2d7f0448042a479 "
"/detail/bb7d8a01b7264492a6a909b8746a1551 "
"/detail/e5ffa708ce984619aeafa104750eed13 "
"/detail/a081d846b9874b1485968980833999dd "
"/detail/adcb48106a21453c98832bfe62866a54 "
"/detail/489c86b0efcf46afbe7bd27e3c4bd40f "
"/detail/f39e9a5f2b7247a2bee155b571d480ee "
"/detail/16f07f9517bb4001952e9d90bf731d1c "
"/detail/889c3f1529e94cdf946d121c03e33e63 "
"/detail/444857e51d3048a69359ef6c849bd7e4 "
"/detail/9ca2dfd74be547b1aa86eff45cd2ed7d "
"/detail/e4cc7cc1c37d4aef983d1dc72787603b "
"/detail/5be112dd36b14850984aad1185a7518c "
"/detail/b52e1b0f2ea449e688796db58d1d6ea6 "
"/detail/5cb7161f18834128b5ce919e1cf41bc6 "
"/detail/6d354effdde5489290f6530f653500b0 "
"/detail/ec7dfafec1204e5990c99ec9ebe19d94 "
"/detail/7f5c5024c9dd430883c117570439f39b "
"/detail/f7512eb04a554f7d99503b60e60a5b2d "
"/detail/17ff697dd29e450b9a29c6972ea41ba5 "
"/detail/af77287726384cf7ada2f43b546f5e60 "
"/detail/a69d5c7402994073988cdd566036bd14 "
"/detail/42a495f04e4d4c14aae285e6abaaebd6 "
"/detail/6b25e01ce660495cb08618e144634079 "
"/detail/9b8d82acf40e42bf8a28012be3053b04 "
"/detail/8f3161bdb8764451b9bee22f961810f8 "
"/detail/b2f9834eb99941638c4fc2c17daaa268 "
"/detail/b7fe95c53ff24ddc8321bf596a086e3d "
"/detail/0480cf6c01b44b77ad919bfc5c8c10b0 "
"/detail/07b9d9a3dffb4190a0dc531a585cac14 "
"/detail/891003f8928e45089f992fc9d55c6942 "
"/detail/c2df9bc5c07545f187535e63cfc542e6 "
"/detail/da6295d6e26741ebafb1b1c83527038b "
"/detail/4f3e44cbefe84db9a90b66026315c4d0 "
"/detail/d7b3a5468e3e40a982db6cd1feafbc57 "
"/detail/0b5f677bcd0f430993b023bbcaa6dd54 "
"/detail/3ccdc1a113d8457a9c4cc7ca8926f865 "
"/detail/30cd49853f0c4d3b9fdadd3d4b3661eb "
"/detail/0c6c9eff4a2047b49e4aa3497760f651 "
"/detail/592f5006919440e3b25ad4ec52121a04 "
"/detail/432d9616cb4046429dd67af398e80c54 "
"/detail/988b671c705244aca2716a2408687123 "
"/detail/4d3ec7c3a0914078a938e142f85e6266 "
"/detail/3f5e3337d20244908bf2c9c878e760c2 "
"/detail/e168dcf18f144133b5b7e214abe584ff "
"/detail/2d719095f3994b7da860d4ed1ef5f4fe "
"/detail/8f42ba02310642caa0477c5ce08d52e5 "
"/detail/83841df5e33845f394173b50624a30fe "
"/detail/0e7edb8814f046fa9e6590abbcfce639 "
"/detail/a2c5f69ee00f4de381fb3f69ed1ea10e "
"/detail/e57b27ebabf34f51ab9d48faff828c31 "
"/detail/fa84fda293614239a7fc94caa49b05fb "
"/detail/cc5c29ab14ee403d8e1cfb7c29e67f7d "
"/detail/e7958a94dd344bb99777b666ff262526 "
"/detail/a2a85c36e88a48ed867085c77e371eb1 "
"/detail/b596fa4a31504c48a4b42db875ba4294 "
"/detail/5a4fd7554cd548ceb65c41371ecfc3bd "
"/detail/b81af3ba9eab4d5aa6af4c7d39529fcc "
"/detail/1aa7760e025b4d2581d91545e65637d9 "
"/detail/6a82c911af8f42b39bb29daa346de997 "
"/detail/73c9ce627df04b54b52cbc516cd3b10d "
"/detail/55c953aa383241b1a0d577b45312b870 "
"/detail/d38d2f79498241b6af04042fc959d1c1 "
"/detail/8c6e98903562479397b85cecab1339bb "
"/detail/53314a8989504f40b302043f169ae32a "
"/detail/d13a42501d30428b936d1bf6145cfb2e "
"/detail/eeb34ef84ed14083b638e95e474def57 "
"/detail/9759ef0f926a4bd79d266a850411dc7c "
"/detail/33208b6d24ef45e4b105fb2c72bf143f "
"/detail/8e7acf4d31b24bb389ef016a81b1d04b "
"/detail/47bc81469e414437bf4e17eb65a9dc3f "
"/detail/70ee4054ca6b4858ac71a86dbef1a64b "
"/detail/0b8bb5fe517a4680a2bc00aa5d72a2b1 "
"/detail/cceb17687e244a5babd6006f6345a607 "
"/detail/9295b31746c24cc1902e948b6cd65afb "
"/detail/b0d93573b4c04e08b298c76a272d1e6d "
"/detail/f68cee8194c74e2cb6d795988f8bb3a2 "
"/detail/f976d218d4d143b0a1692393af0a89b0 "
"/detail/0a8fe50e8fbc4c9b85f5616504211292 "
"/detail/b15562f2b5074eff93294a5a95556394 "
"/detail/7e97188f6a0b4f2b8e4ff473a0b90d44 "
"/detail/9545900910c0470a8621223cf48aea66 "
"/detail/edf06480192b494ebec0a2ed46f6070f "
"/detail/6f05af985fbe4797a8f3d9602df6a509 "
"/detail/99131e6e80a747a6860eaedf222d48d8 "
"/detail/7b1cd1e8d51d4e59a73d04942aff8f22 "
"/detail/cffd568823ba4fc0b5d0cebdd1ce4c51 "
"/detail/3ae19be972a543beb9926eff4b73e023 "
"/detail/462bcf8ae2ab4a019aa6ebe4744bc9c2 "
"/detail/0fdad15ca2c24dea8ebc793c4bd6a7ed "
"/detail/5e698bb89d274d55971858d23a38965b "
"/detail/d46b68046e434107882f4e492042caca "
"/detail/2d5d8f227cad458e854a3de1cd832b06 "
"/detail/d111a4ed259949168d6de0efc59a7d22 "
"/detail/e83132fbd5924bb69d28f0185e38f319 "
"/detail/7868a6ff13b24d63860ee0c4db29046f "
"/detail/f654440d6f444cf78054b0c0f14c9bb3 "
"/detail/71296ff2bb444c5787edc4a31aec1ad0 "
"/detail/a28d530d990843deb7cf9925cf84529b "
"/detail/2503ae508f24411bbacebe2b01bd79ea "
"/detail/0a252c131de04cae84e2880263c967f7 "
"/detail/bed1331d6eb242abbf04b63630c8c4d2 "
"/detail/2d2bab1466fe4de09bf9b6f4cf5f9128 "
"/detail/d2f46f52b89642ffa067ef76a22b6fe4 "
"/detail/f62b2c28beb743f984547e303db1c1ef "
"/detail/33984e96eaaa430f9efaede0f751eaa2 "
"/detail/0288132afd5f446d8000ca9193e7af78 "
"/detail/123c73c3ac77401d98bec14c58f356a2 "
"/detail/8bdcdd7e52f44152b6111b9009f86d1b "
"/detail/67391b2feace4e48a1ff078727cb8e77 "
"/detail/f2dba6b5b4064dd1aa2bed515fbf7424 "
"/detail/98873d2c50454dfdbbe6f901dc8b8690 "
"/detail/10aa2308e3aa4816b155544bd1395b14 "
"/detail/ad847231e63b4f6f90efd0fb4b7170c6 "
"/detail/1bbc37f462e942d3996ec73f65c65f3b "
"/detail/8761bc4569fe4c6689c39b6aeadf1ff5 "
"/detail/0c255086dcd342a1bd7072f4788cfaee "
"/detail/c1023801604c45a69112f49fe451a9de "
"/detail/a19c25e6fb4043c49b1454814494c0da "
"/detail/d01c211313f64168bcc1c2f091e07894 "
"/detail/afe0b4bb40034491ac7bcf3ee3fe19ee "
"/detail/531f2bb32991464ea5479343f2d9e577 "
"/detail/71f75e5ad1ec4c3a8b87832b3554cbc4 "
"/detail/ed8aac662284460b85002b795095f7a8 "
"/detail/c6dc8bea9c234666bc039e76421dcb6f "
"/detail/2720dc05c39d4a60a72240b08c914b64 "
"/detail/d280058c4e68434393696fc10c7a5fed "
"/detail/66799a72065b4d4d9663c7970c176d04 "
"/detail/a1efd1173bd6428981c099d0df17dbee "
"/detail/ff9980dfb56d4543ae9ad706845cfce7 "
"/detail/440b30f8ab86409ebd712c6b36016eaf "
"/detail/a2e2b1d0014345948d54c4f8932e4d07 "
"/detail/8be42a90b1ce49e6a937d77e33f04ebe "
"/detail/3ae32774f59347538c8d6f4911175803 "
"/detail/e47d04e31b3d4a47bf25d0f5f545ba12 "
"/detail/7501049ba4ab4919b96fdd2e6da55a7b "
"/detail/8035645a2210456985bb5ac7adc8ea97 "
"/detail/1b990647e7bf40ab84acce7649344f66 "
"/detail/226e15c39ed2481a8d37401e19131d78 "
"/detail/bab10fea66964cfa961d7c2a698b901f "
"/detail/9ebf23abb9964b40965de55b46848131 "
"/detail/70552009756947f49acb78a1d42579e0 "
"/detail/17ae0baf00c548ee954a60eab4d527ce "
"/detail/543ec108d168438d85dc52fbb4ffa835 "
"/detail/1c5da60806ca4b2b90c57aed8c764e68 "
"/detail/7604073c50704eff91c818a6dd0efd4f "
"/detail/aa0633837d8044d2968e25cf48b70685 "
"/detail/bdeca04863514d94ada203cf379ba2fc "
"/detail/1ee8e66093ff45d5b3c8791eacf7cbf1 "
"/detail/206547b374dc44c8831cf84bc8881561 "
"/detail/70af0d914da54cff835c54d3fa45cad1 "
"/detail/aa2aaea69c47477aabc3aaf723766693 "
"/detail/2021ed3b275149c2a7bbcebcea3e3e51 "
"/detail/9bfd9318473e4c62b6e02fe5e6aeceb5 "
"/detail/a77e9a1a14d8494ea53ef8d70bdedeef "
"/detail/023a484de6d243f5b8fc1fdb79912167 "
"/detail/8cda064c1b2c4b92ad8acb3b9304a660 "
"/detail/dba5705345174f68b131e425b4df527f "
"/detail/ff5b80b094f247bb81c1cc8a050c6904 "
"/detail/934ba6cf7a4640abb4d08851731dc4c5 "
"/detail/f61937c6d8c14ac9a980dd41edaf6915 "
"/detail/1acccc55af184996be768cf969f37c0c "
"/detail/2ae07198dbfb46d4a6cddd41ff692c6d "
"/detail/5cb29fc5440b46729702320aa8f64b14 "
"/detail/80c05280f5ef4bab9a0c585af068c32a "
"/detail/bc3c0e1d84cb4fe89e0a4150a65baf77 "
"/detail/e997c8751fac4ca9859a9e9c9c97ec3c "
"/detail/d51afec457194113b22e81aeaf2fb93f "
"/detail/6cd1396ea58246d39a8de490c29b1324 "
"/detail/cd38b49b55824307ba643e86f68c315d "
"/detail/918362c75b23493ea15aa042b43277a6 "
"/detail/ffc12becfc0444b4a99d36ccdb20bb8a "
"/detail/3f19ce8e1b074cb2aea031802dec8b37 "
"/detail/b86222761d59446796e71081fafa78d5 "
"/detail/3824db22ac8e4bd0b4599a37570e5e50 "
"/detail/3dda150f78bb400a90cbc7cbd15eba35 "
"/detail/0f00667e976a4fa1933fd5dd1abd3431 "
"/detail/905cdd327be941b28c590ccf7c84eaaf "
"/detail/b1229cc5c707454fb5fdaa970e2e6f84 "
"/detail/c628f59954254962bc11917ab328d2d9 "
"/detail/26cfb58d138a4542ae52afd1e3593a6f "
"/detail/1076c9e5754c45488a3fc0d8a44c638e "
"/detail/6cb91170bc6641d8998f5f8886377c0c "
"/detail/f3a7c98109c94a078cb1d75554b0e821 "
"/detail/adb42016585941a3982efe96f98dc6e9 "
"/detail/a493bc46f0044218a75e231431cdcdac "
"/detail/5ebb1ee0ecab4305ae161be719f5a35e "
"/detail/41fe9e0faf8a4c65854120f87c614bac "
"/detail/d3f71faed3cc4b4f87c677874c73c272 "
"/detail/b6555215fc0f42fcb64e6bb393ecb1bf "
"/detail/1693fcf925c44810a563279843271136 "
"/detail/fea120318c2d40e98928af68e6c9493c "
"/detail/64c9ff68ae1f4e80a64a6be6d5d60df6 "
"/detail/0f12ca6072f448c1add7a35749bf5f36 "
"/detail/5d0cf988fb694dc687d8e084c0a13439 "
"/detail/21a826b452d540089c27676468a7f79d "
"/detail/541d3d184f524bea9a11e8bc250e4e1b "
"/detail/fe1bf031dd6741d19c5ea970c252cbdd "
"/detail/09c7ae08e29247bc93d1743285a061ac "
"/detail/6e727588a1ea4a51bd81e8646abb830b "
"/detail/ba5091fc268742b98c1db12f2ea17931 "
"/detail/a86883d6bc3d4b96a33aa90f877731f2 "
"/detail/f7a2fe009d8b4be4b16f874d3d880338 "
"/detail/bd011f6f1c2e406e86355ecf16a85a2b "
"/detail/0b4a0d62fb474e7a9f2661ad7e449199 "
"/detail/d40e51054a8e454cb29b9bcbedf6f65a "
"/detail/a8c4b474c1cb41708ed69ab77057795d "
"/detail/4cfcf2e46ff04f5ca78a478586a9f1f0 "
"/detail/b713d87d42844928a82fc0d59b254b3b "
"/detail/6d540b91fd6343faacdff28c1f40b0dc "
"/detail/f12f9530d1f743c095fb311297311d07 "
"/detail/ddc0c256d536499bb1915ba07c74d30e "
"/detail/14af32d3db4147acb046fa421616e50f "
"/detail/4efa915e5b8f48aea1fac617ee3cd696 "
"/detail/b1646d4adaa74c738c972cf991d0221e "
"/detail/92568c6f16f74eaf91de377e45bcbc7d "
"/detail/4f1b71e8a87e4836a2b60ee5cc00c7b3 "
"/detail/60fe93e181114abbb5d1d556f6ab352e "
"/detail/3048361232d742ef8593593c60ce0880 "
"/detail/3447d48a34e948a8bfd41da963958fbd "
"/detail/718cf07cbbbd4133ab4fc7fd82938d52 "
"/detail/adb524c920b94f9f9ee3c6680f745bb6 "
"/detail/b22d0f6ed42e4dbe89e85685550b3d25 "
"/detail/c8a4b68a6d07413683303bc2d8b9f9fe "
"/detail/3e9fcc3aef6b4a54ac5b517d56519034 "
"/detail/8fd6703db3194e48b55dfd519146a99c "
"/detail/f1cb75eeac6140a78d8a9f3569f469de "
"/detail/0d30140c438345bba399412f8dd2d7c4 "
"/detail/908989fa6f7945cc91e296b1baca1bfe "
"/detail/ba074cc301934c2682c77035ab273740 "
"/detail/2a3a57074ad14d589462b7e3ff6ed5f1 "
"/detail/9c4cfb2ea2f342699e346efa92ec0d13 "
"/detail/387d3840d338476a83d5c4f2dde4b35b "
"/detail/4bf48591732144b099de3f5dd80b58ec "
"/detail/fd5dd04e52fe4e68b8880a30e9f1b14f "
"/detail/aa2cff4f43ea45b8af20d545ea6e188a "
"/detail/a2c5e8d8d0a54abb8c3475fb1f2f1c6b "
"/detail/e86dc098408a449f98b2467512cd7196 "
"/detail/d034064cfa704468bc2c2d7035e2b0f7 "
"/detail/526a2e9ef8174e219b0095559127df2b "
"/detail/4df49b5a98684acb81be5fc07b829bfc "
"/detail/086d88a0cf774a80989f0921454b5974 "
"/detail/0581b1a7ed82414484eb48ea555b3f18 "
"/detail/ba2bb9d9a370495c94f8ff32617683e1 "
"/detail/15e00533a5f84a22b3558a03a0745e32 "
"/detail/9243366d8f8c46f38f9625d54aa65880 "
"/detail/dfca4da5892e4388b2ef929bde7dc739 "
"/detail/21a374a2294747f6a30854538504e0b9 "
"/detail/cf85813f532e4972ac69189b9516a94f "
"/detail/1000052daf804ecab26fca52eb4e3745 "
"/detail/50600ba4122543ca898325ee774941de "
"/detail/4fbf7d7c8d13488e947d1e92b1bea87c "
"/detail/625ccb60161f4524a9704b69c51b4cb1 "
"/detail/3408f7d3ecdb4fc7aa7a119ba53090c0 "
"/detail/13240e7d85b3475ebdc20a465a4b52e3 "
"/detail/c880ae0d6ce748b587347c8b99329925 "
"/detail/a5f9bfab0d5a40f888c15c0da47b8242 "
"/detail/4cfeabd10b474d05b109a9c89cf6bd08 "
"/detail/34e77a7337f1458c9adf63a1c83d51df "
"/detail/13136a881abd4475bf7565b7d212080c "
"/detail/92c46d4dc5394dd39c32b109cb21daf4 "
"/detail/16ae3fe0476c4b9eb99aaede55791cc1 "
"/detail/df36cb4db65843f2af0c4864151c2fe9 "
"/detail/9fbe7fb5274e4349816a93a8dd2e6321 "
"/detail/151b8d1a42d44cdbb4f8d33a360419bb "
"/detail/47ca51ee9f8044ad8dbff607176c4bc6 "
"/detail/d250729f68c04e558c037c5242e4157b "
"/detail/136d39ef4cc9401d865f6894cb362676 "
"/detail/cfef3b0b7d9248c994f0d80d82fd6226 "
"/detail/d6a2d5d8f19b482b8b6126678687995c "
"/detail/24e2c71a7c4b4edea18ca5b290c5ec66 "
"/detail/e9e61673a188435cbe9c33995dd4e2f4 "
"/detail/8e624e74b90d438ba44a2ec81a5f030b "
"/detail/fd6303c9f48345f0bc41e5cf01873f03 "
"/detail/2a23e0e3ab7145ca935ef12edbd807da "
"/detail/17232a149d834d909f3f78fab84101ff "
"/detail/6ef1c9b4d0154e4b8f688c70cdc00cde "
"/detail/74d75ba6fbf94125903c074023b9ada4 "
"/detail/5aab08894a0f4b5a80ecf031bd2bde03 "
"/detail/40e5aba8ec1f4d3eba60a57d0686ee42 "
"/detail/e6cfcff71abb49e5aeffbf730b3778d7 "
"/detail/398cf68ca2f54fc989f3788ff159dfdd "
"/detail/d4f161fc96ad4a4a8268434ea34b7edf "
"/detail/8442e3f4157640e38c112561981854a3 "
"/detail/f3383896fe934ab288a51c224ba97b53 "
"/detail/ac3de86ae57849829e89247eed4c1d9f "
"/detail/3e433cc064194aadb8203d647b14222e "
"/detail/6f93c260dd3f478ea9e1513be9e04d89 "
"/detail/5a33b8c1827d4404919f19a8e35bd54d "
"/detail/f4a101a5d62a4e50a4c778b276d6c55e "
"/detail/b691f6fe3b6d49e69ba7ebfdbfbe6e6b "
"/detail/2dd49dbaa57346909b2c79834adf3a7c "
"/detail/1410c4394896444aacf20ed36ddf417b "
"/detail/026d8fd68a6643e89c5e27b3a46fdeb0 "
"/detail/2cba78575f0d4e5da746efc77a8009d4 "
"/detail/945e485343dc47e19b8cc2f87b0586fa "
"/detail/c962823794244e439b69c2831daa1c49 "
"/detail/e256b57eee65462fa04ede267947a552 "
"/detail/9d16518845274d998b5f0f970349aadc "
"/detail/01bfb1a11e3341768185cf1437c72934 "
"/detail/d288cd1fee784f93aee5bf1d293b470e "
"/detail/4b72725996ab40359ca4079b68e600eb "
"/detail/757f0d0dae684a4e9653400f921f6787 "
"/detail/95d08747f0ed44bdab07eb9d842f47a6 "
"/detail/a49145f9cccc4596841681ae9fbfba44 "
"/detail/010b721e26314e19bc1b4857f82bf2dc "
"/detail/d002cb1bebfb4fe281d3b521312cb604 "
"/detail/158160be218f49b9b600abb51991cbda "
"/detail/7ef6c60b0aeb488c81d12e6e2f046ac6 "
"/detail/5114f6efb07649ea9b5bd1cbe33cae2e "
"/detail/0b67e9c551e445a4afd0d30a7d3af207 "
"/detail/2fe5e5214e9b418ca1495af1a0afba6f "
"/detail/52a44ef6ecc048ae98d95537921636c4 "
"/detail/29b847ebde604aea841c1b273cea05d2 "
"/detail/d8d39a0191ad41bd810877a96f931135 "
"/detail/bb0c978cf3eb44aebf23ee1450072bf8 "
"/detail/a24a381f6ac945c7a40cf03a21d33c2e "
"/detail/351e4b12797f4094a3ddb89a07d51464 "
"/detail/937fb788abce466098ee085acd6d5021 "
"/detail/e1f6230c34d446deb241a1404ad44b00 "
"/detail/2d8755344d0f435c829956e143465fcd "
"/detail/5226cc6c3e574dff971a798f050e609c "
"/detail/21fcbe73b51c4013a25d1cdcdfb7973a "
"/detail/da312b89b023464e87f6ec89fc7c2b29 "
"/detail/e01626a697e646f689c58b1ad7f50df9 "
"/detail/5ecbd967074d47d88d4912cfe35c5eb3 "
"/detail/62208e44aaa1422cba37c62218607c82 "
"/detail/5964b314395a4a6b81787b5b8cf433a2 "
"/detail/febf9481da6c4a8c834e56c75b036918 "
"/detail/6c584cb83e56417bbb988fdacb1591cc "
"/detail/13f2145da56846ff957edb5f00266b0c "
"/detail/99c7fb649b3246259dc97233b55126af "
"/detail/67cc836db832404fa4171ea8cb401034 "
"/detail/3876008aa76f4508a23f8b0032fb8348 "
"/detail/06febbaad1ec4003adea2850ad1d1055 "
"/detail/1325fb370ba1416f918996eb07e8cb8b "
"/detail/062d13cc787348868e2680d96a86bd92 "
"/detail/b1ee1b8a5c4c4c018f51202148a00583 "
"/detail/0d15763fb7e64ab780762a3ba601ae6c "
"/detail/d9ad9bc07d9448f0b0b59e95bcc67d89 "
"/detail/fb88c0796aee4b11b3f28e8f5fe6fd8c "
"/detail/0d872a2a239f40febfef9048b2e4090f "
"/detail/e78eee4d34be49c28042466d00f82f2e "
"/detail/d73c6112053f4869b0e15c9a6c4e86d9 "
"/detail/9ace78cf7abd472b9581641df86c2b94 "
"/detail/d31a3d133b4d4b43aa0ef7089c2bc307 "
"/detail/d8fd9d27be624e5ca7352ed045d4a09e "
"/detail/681f2e95bfae4e37a6e2a24616b6ed76 "
"/detail/42148a7253444e7bbab4a8ae8ccaa5b3 "
"/detail/ef464be87ff74f7384efa6016d91d127 "
"/detail/4af5313c097844cabc8cade116493d04 "
"/detail/7c6f17798a754c749f038bb588490847 "
"/detail/730ad3bd531c4cefafa23d26dc6cd131 "
"/detail/be47d99ee46d4e159ddbce9cf878eacf "
"/detail/8c2481e41a8344b881669094eb365491 "
"/detail/0647dc33b8154413bad2c9d3a2084bb8 "
"/detail/861b8893c8324a15ad3f2afea3712c89 "
"/detail/0be6c1cc5c8d4a6e99778d04187b384e "
"/detail/ff0fa45bf30b4e61ad6e20dced50eec7 "
"/detail/7d04c91565fc4778b5d21b40686f61f6 "
"/detail/6b4e2dec349c4b00898f097bd92b5e9a "
"/detail/4a9ff0ccc1d34df2a355b732aff60588 "
"/detail/103eda8dc91c4e488343d49116cd82c9 "
"/detail/27ca355fa1134be9a8844e6abbfebbee "
"/detail/69fa34dd2af5429abb86901ee7221702 "
"/detail/ca224ec76679424d8c2dc947f02039e6 "
"/detail/c6bd1948bd1447d09154e47900a9a18e "
"/detail/8df3c243b65241c78bcb534b6025f147 "
"/detail/9c9a673a941347f08cff13a09457feb6 "
"/detail/00a01c299ef74da5bcf5b5ebc7834a06 "
"/detail/3dd8389370984d7782edeb34d0bd805f "
"/detail/89c7c39b12ef4800af0649b3a826a1c2 "
"/detail/f0585186787444a3a1d853f2f5ba2b75 "
"/detail/47a93ec150264e28a91b0ab6c8393b23 "
"/detail/97417c60899f440b95cce29025400f85 "
"/detail/eca6c61d1bb64a79b61b8ea20342f59a "
"/detail/25d956b2f2db40a78b9eee88836d121e "
"/detail/1d37699ae09f4a9a9d2b7cadf3c8a664 "
"/detail/2ba1f39f62f8498b923c1eba8a2c9c6a "
"/detail/e9dc974193e947cebe057b7a3219d2e4 "
"/detail/f56484a74cd14242949bc2b3fefc3cf0 "
"/detail/8abfc0ec0c7f44e2aa9faf778876de2e "
"/detail/0111f8535a3948e8a96489cb9d915f48 "
"/detail/56d7e06eb90f4444a6aa37b6cfc7e0f0 "
"/detail/da85e2f2a6b145e0a06146c9014d4c6a "
"/detail/ce94d0cc7d7443aa92ba14cbfda2d6b6 "
"/detail/d0cd070031174c828424da3d57fde969 "
"/detail/7ff17188307f4e7da79641c2699de90f "
"/detail/4b74014a94154aefbcbef8fc606ff8e0 "
"/detail/d3b743ed0e754d1ca5fd15c8f541e19b "
"/detail/ddbb29d96e3d42048c9c450ecac73fe4 "
"/detail/fbf480d78c31411cb61f9f5880799938 "
"/detail/41a189d7b2e94724b98e61fe74f534c7 "
"/detail/e65cd05f0675472f8f09d1175c6a6e73 "
"/detail/915724edbff24b7f9fa21ccf1e5805b9 "
"/detail/73fe4778482f458c89c92c699bafce4a "
"/detail/86f04e70e67f46568eb521825176c31c "
"/detail/1b907ce0a8a84bf4ae0c395ba74a58ca "
"/detail/de7e73b2456144fbb83f2ee3b7f48250 "
"/detail/7779518e7c454d75ab31b63aefe63f32 "
"/detail/3df51872cbdc48af886dbe2da5db7074 "
"/detail/73d3e1840a2244fe90e516e6723dfa61 "
"/detail/a3b5cadd119e4ab7855ba238b23bf968 "
"/detail/ae5c748e31db47d881f8ec3825872bac "
"/detail/6d064947ae404c27bec92b4ac8eea547 "
"/detail/0702b3b0260e4ac6a18d28bd7ae24944 "
"/detail/b11b351922204ec5b4460581314ae31e "
"/detail/259fc49b1fb34b0e844a416bb71455c8 "
"/detail/d5553fc02c614253b4f5d622d826932e "
"/detail/7d97ca8e28e9438ca3f3b6c52a733b67 "
"/detail/f805f435a2e6405ab5b7c394fe739ccc "
"/detail/ede0d1e8fc72403e9352d0499cc8e27c "
"/detail/0f6b176f515a4fd79f89889f76df6529 "
"/detail/ee6faa8d27f74961953ae85f4f3dbf36 "
"/detail/7243df86ae0a43daade1a7b99838e3a9 "
"/detail/7ba226adba4e41788d37e1e781f89f3d "
"/detail/e6be177ba3bb404f991107f0affa1200 "
"/detail/9b3f9a571f8648ff9f52ca04882193ee "
"/detail/410628c3847c4909b12f784f4d2c1533 "
"/detail/3f5889443f9248a1959035d2033f8262 "
"/detail/a59d6bb6aa3b48aa833e776453aafaf2 "
"/detail/a581f5d023a54c26a7ad73d01119d0ae "
"/detail/dff2b5f06d3343e2b1148827d1a82af5 "
"/detail/515c671499384c058a65f7f6b0f6044c "
"/detail/e44f5bcde5b943b49717c653df47d8b0 "
"/detail/7c828cef78634184915dc5cce47798de "
"/detail/65d0a9bf172b41c7a5b34e5bf29833c8 "
"/detail/b1ebe5ea545b40149782f39b3aa717d7 "
"/detail/9a36252720e1466a9b7d84a673716c20 "
"/detail/026095b69c824703a84730dbed101da5 "
"/detail/2636a144301b4dc989fe9e47ef79fb22 "
"/detail/c2cd843a111e4f8092310788318afc09 "
"/detail/1b1b8db9a1514035a2dee88f5f141867 "
"/detail/f5564cbc6d2c47ec95ed7a76c53fb08b "
"/detail/7c0edbb6ff3545dd9126fb3810bc5b6b "
"/detail/bbe323ee59344a748f8201291cc086b3 "
"/detail/f943412c715c49189c875af79037a88a "
"/detail/eb5014f137444b1aae79b106dba9fe74 "
"/detail/7123655d44e7478ca6477d0110ac5088 "
"/detail/9fe935a58786429b80733724a86fe119 "
"/detail/82798648055f44ff86715de7c0282865 "
"/detail/86b48543190946d08fb755eec91ac61d "
"/detail/c02cf18b8d314a47bb65a3d5307e7542 "
"/detail/484e50a8efe545c28806855322bba771 "
"/detail/58b183e7721b4867a515e06f75d2e60c "
"/detail/c756a510aa8f4ea0859e2d0c72c53779 "
"/detail/d57f92a7bb7147a2899aa10333e95942 "
"/detail/b4b64acc90c6411482fd9db6c8f96f49 "
"/detail/cc0b9d31db3c49f0aeceadba1584b210 "
"/detail/fefd9185bb064d7087a018c0ebe232bc "
"/detail/484e0c21b86b4f4b8052439585b7d6cc "
"/detail/7ff3b3f601b04f6595239d364a86819e "
"/detail/a6f7c8becc4b415f96b65afc997cf3d4 "
"/detail/cf548dace57e49e2ab200928f7cc708f "
"/detail/4f463dd4d2ce49c6a00474549fec5591 "
"/detail/cee93085b7ff412c969466fc3984e9cb "
"/detail/b0d2ceed22d04ade888d000cbf6a8745 "
"/detail/1c484da9b3b147f6a76f8882594d3072 "
"/detail/ea0662d31aad4352bb16a6b31edb07d1 "
"/detail/11e82f3879f146199c413df3478fc820 "
"/detail/34327be5dbb44895945339588a43b466 "
"/detail/bfcd7d83e3824f00ba86a7bf80940c88 "
"/detail/817655206b99448cbd68b3302a622981 "
"/detail/e08d5535bd5b4ca593ae61b710b78113 "
"/detail/72514b1532b64f73a9fbf47baf255ab4 "
"/detail/76b7abe8a51e421da1d8e557b84c7ce8 "
"/detail/f3eedff565e949cc87a751df8477b257 "
"/detail/e576afe312ef41ee8cbb8daaa149271c "
"/detail/f0e35b28de174427b3c34fac73085419 "
"/detail/240af239091843eeab35819a726acb90 "
"/detail/dc3657f8b05a4d2dbb0dd66f6633f8de "
"/detail/cd95379199a5406d9c46add05f4c8bfa "
"/detail/9cb7f32a8ae54db9baee55861d5de426 "
"/detail/fd23b9a0fba645699cca21b095960ffc "
"/detail/c5ade040a70d4f22b34caedc3d93c441 "
"/detail/7ab4f209095f479daeb7052cda65a52a "
"/detail/4eff0540dbb748d3b39b989d37828734 "
"/detail/081dc4ad32da47f8a5e9c9d165565072 "
"/detail/bb4d0aafe8ce450f9f0ea759a2253de7 "
"/detail/c604732e69e54395a57431b3decbcde5 "
"/detail/2c09d73bd90245b4a8c7778d55fb0d3c "
"/detail/c71f63802fd34787af98f22e4a8f5188 "
"/detail/d7af7fea304046b7bac4a7776e343a49 "
"/detail/12f93e8203d943c987658ead780e0059 "
"/detail/f401ef26fa8242d285402f9e201758aa "
"/detail/92be699c79114a5991b973ddf6daa013 "
"/detail/f08f0ec4f51c436f91f2ba6583378ec0 "
"/detail/1f177ebea7a74a3589e30eed1a97752d "
"/detail/9260c7edee7b447aaa3c3686da7f20e4 "
"/detail/28af998f92ec48ba934587ce5ca0c90e "
"/detail/752c988bcfa5489cb395f551d8d782ee "
"/detail/72a9f1781e754b2198f8826a6f71f5cb "
"/detail/f4a00e2d169142079c451c307330fd6e "
"/detail/c0bf2ef7bee34d39b2e240d343e8a706 "
"/detail/87c6574bc8b44c33a696f1917c5f0834 "
"/detail/bb47e9383c1a4b768b80bc6e72262fef "
"/detail/22c6fddc66d44bc5acb639400bef41f5 "
"/detail/c91b25fc051e458aa7d52a63cbceb487 "
"/detail/b17ae0e53b44477295291309841d045c "
"/detail/90e1c8da1b1e4a62a3dd3c24aa302ba2 "
"/detail/fc5a03670cf94cde80a990eea0db8e18 "
"/detail/ee0bf03bf44644b0844a0419dd10f6ba "
"/detail/778663e267e243158f8f9856178cebe0 "
"/detail/7dd79c471f024efd892f00fa6e83d57d "
"/detail/9b30f3fde37a424f9985730d3f0ec317 "
"/detail/5f4ce20904a24de4a5f28cea3f5c864e "
"/detail/0c696426b680410abb01d293355000f6 "
"/detail/93e3058434c84972bd1a618c7d019127 "
"/detail/b329e4a830a046748d35be1d2968f123 "
"/detail/412f779ee72a43378b8d2213ee1f3f27 "
"/detail/819a8a7701274ab78a7532a4a60dd98c "
"/detail/fd3ea27a9e9a4ccc86e657ebaa858e73 "
"/detail/3d44da570e384ee5aa11a94e08c25762 "
"/detail/f70f94b588c34f19a36f10ecf9ee1078 "
"/detail/fb57be7fa0e24fe69e3391060deaefde "
"/detail/90d2d49d95e244ca963853b5c550a967 "
"/detail/09114f60c26c457282d1d096ec1aec46 "
"/detail/375a01a4c87948d0b8f40aeded131885 "
"/detail/e90d981fb0f647d09dc281a972a72c60 "
"/detail/7e36e27d07e845b4b3e436352524e25d "
"/detail/bd964333bd904e599616c2db42751180 "
"/detail/5a88dab8596d436d889e560c822f6e26 "
"/detail/50deaf2bcb52485ab16eb533b8e0287b "
"/detail/3e6fe06a3e8b4eeb90909b6f2b59e1d9 "
"/detail/348e1d4026c7433d9ddb3d8d7b16b839 "
"/detail/c1aec45e2a90465abd285935127d17bc "
"/detail/2abd42da0654487b83c7fd2e0ddbe6f7 "
"/detail/5e4b7b3d05b941f9b6cb50fc855d35fa "
"/detail/c16b40c1b0204f83bc6c286b5e0cdfcc "
"/detail/c83bb8e35ea4418eb63296d8640774e8 "
"/detail/189977fdd05942cb8a3d992da5102f22 "
"/detail/fb881b050804476897098861e68d745e "
"/detail/65139590dc384732a2c0a4330e2e1586 "
"/detail/4ed377a79a2e4822ac4f8d96183c2cab "
"/detail/3056da2bfb8d4ce48a93f732f6ae7729 "
"/detail/ebdb3f4782e14a0ba90a917a946c878a "
"/detail/474596d0492f432b9452f19f8f7c65ee "
"/detail/33607d10bbed4a2f96337948f9f0dc95 "
"/detail/95d3714074084c3ba682eef94d7c8b85 "
"/detail/6701fe7f2af744cfba2833799eea6f13 "
"/detail/b43de9e471a9442a9c845d14fc6559a2 "
"/detail/667ef325ddc44a6aa59dd6c8258cdb6c "
"/detail/8bde5e9a97034ab28250c4b5495b2e85 "
"/detail/cfd090e5177841249aad0a868a2abe7e "
"/detail/9fa306c764344cf2a08bf02d94840004 "
"/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/26e295fde95c405cb50b66cf2c413550' , '/detail/97a610eeafef45d9ae450f91d31add45' , '/detail/bfe9ae5e370b4328875833bd090cf298' , '/detail/d65aeab29e4b44b58eabe5880ed888c7' , '/detail/0ec4b5e3b2c940b0a5f6f670066b4973' , '/detail/e794d635de8a4683b797721819320327' , '/detail/f973a6ee457046eb8b1e19c7b03cee93' , '/detail/bbde709ebea14475bc5138f8f55d061e' , '/detail/ad5314af466d48e5b86eb778c6fb1b4d' , '/detail/041c8ed6153641caabef692eb7599e42' , '/detail/40edbaea844f40178deb1fe7a8c7ec0b' , '/detail/e95977b8e7d54768a16487c34dd7e779' , '/detail/70c94c3b7b1d46f5b535199db085ab84' , '/detail/e6e8b7da026a452eb323409ad06b9956' , '/detail/e94c714dd1174c07a03de0e9a1930e71' , '/detail/2bc57a2510f74553bef566fa7e9abc10' , '/detail/7adff263991942e2bfbdb03eab3c84f6' , '/detail/c02b5c2491064157a0814723455e1b6f' , '/detail/3764e0ef6aa1497da9bc4dd5426b86ba' , '/detail/70ee9403b857416c96fa8a0c6b4e219a' , '/detail/1d3eeace788945c095403e26b2d30131' , '/detail/fa6ea532cb1c45dc8d0718a1ad8c3d18' , '/detail/807ede3561674322a8ed23682affcd6a' , '/detail/9741f73405984689a2a58202563eebd1' , '/detail/97e65dc4dba04f9d946367b7f5972ddb' , '/detail/a099825feb7d43b9a5039f763a1b1f10' , '/detail/fce481c9e8e94844bbb0976b4eac66dd' , '/detail/1b2c1a85997341ef8f04d59bb35dc2f2' , '/detail/ea0128502926474eb905246325f11393' , '/detail/2075ff76509e4401986aaeb252a47eaf' , '/detail/4dc83ef9d5a34b86ab77d2844f160fd1' , '/detail/ddcb7a272bca4361a5c11a6f053c3ce1' , '/detail/eeff7c7e930f43e79e981a3cc6ff182d' , '/detail/19b2a2bf90ef466d8549e20b5fd4b1c8' , '/detail/67d1e7af837f4c19bca3c3989b8b6b68' , '/detail/5ea391eac04f4dfd8353c74c638d7fc6' , '/detail/2e8f7e13dd194633830c69dfdda0e89b' , '/detail/2d020203dbb8489b8704938c4d27013b' , '/detail/f5ca7258db5c4afcb1f10b3468075f4a' , '/detail/5c87111504e444b888b1792d4076d1e1' , '/detail/56c7964019ef41f585f5066acd7ae222' , '/detail/7587b8731fac40a9bc731ae9167a44ca' , '/detail/44bee7c8bf264f12905ce8f20941524a' , '/detail/8a182b21f5024760b1056961c3e086e4' , '/detail/3bf2bc921423452a86ab1260ec98c220' , '/detail/fb602df390164b65affd67cc9a2ed1f1' , '/detail/dc22873517f44f2f953af54bb7a68ea0' , '/detail/68c439d9301a464bb0af9f1a035d2450' , '/detail/69d50d5f3bfb4f5a9a9fce48460cddb8' , '/detail/d3087c91c4644b168fe53d4b16abc519' , '/detail/24d2c2ca37c74e36bea954596b6dfa6f' , '/detail/d77bb67537b841ffb93ea50a41acb86c' , '/detail/c8c9e21a3b6d4127b04b4de48c357088' , '/detail/9077da2a2ce24edd9ac067b169b1a104' , '/detail/cd4b824ea48b4b7e97aec104fae16ec9' , '/detail/66dc22b184ee47cfb36276d819b06084' , '/detail/0fb17958d9654b9c9b30535001c901f9' , '/detail/268fc412578b406f8945566b61785612' , '/detail/da9061e2f1ef4c4fa4688c85ae4dd603' , '/detail/0b796e0c7bc446aeba376dfdcbcbd2e6' , '/detail/e433feb30a324efe8ea9317b50b2b0c3' , '/detail/c4f4220cd37744b49a8296914639078b' , '/detail/9922611931c64c3f8e12bfd06a9dc01c' , '/detail/e107ea3280d64fe49f60c8e1f699ea1c' , '/detail/7297aa5b4e0f486785a9c9a12bec7e01' , '/detail/a16d92237ab9441aab63138b567888ad' , '/detail/8ece3612f7b44fd2bdd16d9c40fef6f3' , '/detail/5bd08049ece44b7e9cd9689bedbd1047' , '/detail/abdc821dfc124f4bb3f103ba037b8a1a' , '/detail/2e2f27d6734f4cb0a07e12574a91c66b' , '/detail/43b8dbf5d1ea4baaa0eceb679685f1fb' , '/detail/127a24334f7f41ccbd4190626f22838c' , '/detail/84c78df582c94899aeac39f22425cd84' , '/detail/4f6871b81f474fe29ccc09e30c7efd94' , '/detail/d98c8c74744a4988a4f1b2417729755e' , '/detail/3fcec18e38194644bd78a30f29b2ece6' , '/detail/771844d937a640428fb9b94437b5a638' , '/detail/cf91659f35b44fda9fe1b3145675f29a' , '/detail/026a36ee517b4a48aeecba6e6a0fa27b' , '/detail/6c2696a118584be6983255a331ef7874' , '/detail/0747b3ee39e64e3e9006d03147a95e9d' , '/detail/b8da2b26ce92471a8aa59c0a98bdf736' , '/detail/b2d045dfefd8447fb20e3d12e6e605bd' , '/detail/7126c3f2d9c6420398ae492ff0f465fe' , '/detail/c1d9a6921848455dbebb22c984fc8e34' , '/detail/52af8ad28b1c4ee6a0e10470e4de88b4' , '/detail/e9467d4a59514abb9c220c0eac2a4efd' , '/detail/a72f5551539541b79ccdb5b8645a79f1' , '/detail/28320a2ba675413ba7955c0dba8eeba8' , '/detail/8689bd201927489797b669c72e045ee8' , '/detail/fa1dc96797a84685b561a897f777d654' , '/detail/749e039f8c104575ae7fb9c644aa3cd1' , '/detail/f6529f4dd1224941b39cc6c15f43c4c6' , '/detail/1a415083786342fc913803f233c82d8e' , '/detail/57c91979f5584dbab641c5f4d9b77e7a' , '/detail/f97caa237c294498b3af603eaa8d3363' , '/detail/17900c2a79784fb2a5de07f3c083ef5b' , '/detail/16dc0907787844f88ba9803ea0951fe0' , '/detail/2ddfc2a92ba9435290923177d527302c' , '/detail/06c60db52bc04b1585276e864131ebc0' , '/detail/b56d774bbc8c4b63b09f411d56e6cb02' , '/detail/213422ad4e8242e4af7e3500637396d3' , '/detail/400e9ae67ca243e8a761edf743747534' , '/detail/20ff565100df4cc090a07a2d2100cb9c' , '/detail/f2b7f6e692b64848a6607ba62a29ba51' , '/detail/34f46634776342d98f633b9f09b1f5b5' , '/detail/4fa581632de14e8a9353c500c7d00dee' , '/detail/9841cb38efe945399e3b75d39c3e9bec' , '/detail/a90319796686407b9795490fbc7029fe' , '/detail/607c9234c5ac4c3b9d8edd13ce102902' , '/detail/5273f25e874942cb82dfadd5b054a179' , '/detail/446f9e26ce4a46668bd5d731bc37e27f' , '/detail/c2a3573b7a8d4c4f9626afbceb45bf5b' , '/detail/c702036a9bcf499ba4878fab1225f73d' , '/detail/931adbb5af6249a3a638d6d1ef4b2c10' , '/detail/fd02616c387a4c2eb547845bffabb6a0' , '/detail/e551282611564003b8e80f1e0b3148a1' , '/detail/e2dc4c0becc24226bee305ee0f4c759a' , '/detail/5c7b615253ef4c99afb12c1be06a0f74' , '/detail/a3b68df5d25e4b659da71a6af45d886e' , '/detail/0c3397f4449847659b9c0bc11718d929' , '/detail/a013d8a5c05c4c179ed5ee67ba295b05' , '/detail/c486e31c6be045e18aae2e17b6907aba' , '/detail/9a10cbdb98f441b6ab4b95a14b1de64e' , '/detail/006d963a53604400bdd3878bb892e5ce' , '/detail/ea013536bb104838a528c42097245a4a' , '/detail/7faa0e375e9241a18edc4966d57ed5e1' , '/detail/2e5792f6a9794a49830e63329ca7659e' , '/detail/27cf1d93e95044ef8f651caac1d1bfab' , '/detail/0c15d179444c4b6ea03079c623a30ea9' , '/detail/5e6d2544ccef4761834becdc68b08e44' , '/detail/159b67bffd63444a9781719ae6b545e7' , '/detail/e0a691e8d099481cbce7e3e4217b1945' , '/detail/0217734ea93e4162acff209d83b739fb' , '/detail/87a0b31fc3df40d9b7cf1b6bfa5206a6' , '/detail/d3bbb79abd8a482e80b25490c9b8b0ed' , '/detail/73a798034b6545e5bea76edc19c9bdbd' , '/detail/bcc6d8f9adbc413cb1cac1fd89a0d0c4' , '/detail/bcecde65e3d649c994fc9818c79c5148' , '/detail/b6946408060e49e49ebb9469cb84cdd9' , '/detail/0baef82cde864f539d677a178cae3a18' , '/detail/1084b70e0273445e85a29432a32e311c' , '/detail/65b4e756f4474019b2b2452d8d1b224c' , '/detail/67805b52a9f44fce88baef65183a6dbb' , '/detail/148fe2d740e846829279fc7c1f643c9f' , '/detail/3410b846409243ba8f817be282cb5a55' , '/detail/0a331222acd74a0e9e08d7a7c95cf4d1' , '/detail/b0e53b9fb82a4310ab995285d3068dc2' , '/detail/d28670e95c3c44a5b2df2a6edb98de79' , '/detail/55db626078624359ba213fb9b1349af2' , '/detail/b1b9fdee08ff4c7b8a847dd96d95595c' , '/detail/5e9969bd98864ea98e8407ecd4a1559f' , '/detail/a85d2be79ba94721a48b0cbc6e442321' , '/detail/c984331026f2496a833acf866e1d5080' , '/detail/1a4724e6d5d04b83a8331d66ee21cd87' , '/detail/4736ca275e4644a994e924c8c68ad635' , '/detail/c2f46f2fc6304b89b6a26b3131dd7c90' , '/detail/64c716fb13374fc5b87c1723ff5c37f1' , '/detail/19dcefa7ccf34beabf45fc479f68cc1f' , '/detail/e6ee25c618b74521ad7b343085ca862b' , '/detail/2fdf6b2d4c8140d48edd0401184828be' , '/detail/bffff19837e3403881eceda4e088638b' , '/detail/7896f96d091d4118819836addc4058dc' , '/detail/25d40ae089e34bf5a868b666ca06a70e' , '/detail/67deda1e9d40459e9470c232644e963f' , '/detail/782c7ef38402477a9957788127084bec' , '/detail/5625b687dde5468a8bafd836061c81ba' , '/detail/453cb6a7d1054b6ca71308acdf2fc150' , '/detail/bbcf67131999441a954ea4154c3f5afb' , '/detail/064df466ca914d0f8def3c68beef1887' , '/detail/56a96d026bf049338b0b6dd3bd7a0be5' , '/detail/7f53f38fad9747d2923d1270c28747f9' , '/detail/f26ecbe6631b43bda38f228e31c1c8f3' , '/detail/71caf5cf475546b39af8bc67696a9984' , '/detail/fbde07facd774f74855d8d47686f9818' , '/detail/0adb99c7aba642dcbbb3fa69226a51df' , '/detail/ff5aa2d2c7c64ce18a817c95de4d7a3a' , '/detail/8d78cc610b8c461b9f3d3060bc02c3b8' , '/detail/5328044bbb9746f4931aa66ddfcd4e85' , '/detail/74c5c5c14cab4ae9be6a1ea52d35ae56' , '/detail/a4d11872080049089f3b4a598f706940' , '/detail/6d8dd0ad10704c33bb6a0953d63248dd' , '/detail/bc8f72e002144aabb0d036bdf9986f66' , '/detail/37582405c92248e4bf22ac837309396c' , '/detail/7af93c511a004fd08f0c4fcab8b804dc' , '/detail/6599b7d7c2ab4823bc69ac4eb29efd74' , '/detail/8bc69c4a7fe6475eb6e0778afccc12cb' , '/detail/e455d39404884450a85b3cf0ceac0d31' , '/detail/c102c2395c7c4a409c12859014815aa9' , '/detail/4860f5f455a049ae80f2ef129caec1bc' , '/detail/22234227ac2a4672acf0e60152f0e373' , '/detail/f8eb3f4099c0468bb7a1d0568c3d423e' , '/detail/0a4adce2c2ed4b029b1a4921e13c204a' , '/detail/6a6e4d80888349cfa6963cd053577d90' , '/detail/41cbf88dd62543aab50615d6c5e57b0d' , '/detail/64a9af2857ad434c8b9a570731ddb51e' , '/detail/10b6a228666448ceafc5074aa7b660ff' , '/detail/79ae5b1a45c045bdabe6355227df2b4d' , '/detail/88b50903f46842a68918fbabcb015ecc' , '/detail/6d759189c4a14728927a26b23acf20f9' , '/detail/ae475da383374ea8b26f92ec8bede2cf' , '/detail/7c897cf1ddaf4ca6a927c41ce075efb6' , '/detail/9f5d2e7d9b744dfeb275b7f53041e5e5' , '/detail/329d0f3d697d4b25a5b6176ed3202830' , '/detail/45ba217762704977a1638b6a0220a9d4' , '/detail/8329349a5f43406392f2ee670755b1ea' , '/detail/c4ea4b9c9bba47f691759d14cabcdd89' , '/detail/f6bf57c7acdc41409f1f3c493c62e460' , '/detail/dc5d00d7416c4d2a8b908e16e91b6d1e' , '/detail/749c3bf293ab4a9bb297adc62400a57a' , '/detail/80d9dd705e6e40f4b522160965947730' , '/detail/74553eda248b45a49ba21385943df95e' , '/detail/814673ba49a4409793447481b4c32399' , '/detail/9b3b15b2f80844d1bb545a1357161662' , '/detail/61183c4d275c47ffa2d7f0448042a479' , '/detail/bb7d8a01b7264492a6a909b8746a1551' , '/detail/e5ffa708ce984619aeafa104750eed13' , '/detail/a081d846b9874b1485968980833999dd' , '/detail/adcb48106a21453c98832bfe62866a54' , '/detail/489c86b0efcf46afbe7bd27e3c4bd40f' , '/detail/f39e9a5f2b7247a2bee155b571d480ee' , '/detail/16f07f9517bb4001952e9d90bf731d1c' , '/detail/889c3f1529e94cdf946d121c03e33e63' , '/detail/444857e51d3048a69359ef6c849bd7e4' , '/detail/9ca2dfd74be547b1aa86eff45cd2ed7d' , '/detail/e4cc7cc1c37d4aef983d1dc72787603b' , '/detail/5be112dd36b14850984aad1185a7518c' , '/detail/b52e1b0f2ea449e688796db58d1d6ea6' , '/detail/5cb7161f18834128b5ce919e1cf41bc6' , '/detail/6d354effdde5489290f6530f653500b0' , '/detail/ec7dfafec1204e5990c99ec9ebe19d94' , '/detail/7f5c5024c9dd430883c117570439f39b' , '/detail/f7512eb04a554f7d99503b60e60a5b2d' , '/detail/17ff697dd29e450b9a29c6972ea41ba5' , '/detail/af77287726384cf7ada2f43b546f5e60' , '/detail/a69d5c7402994073988cdd566036bd14' , '/detail/42a495f04e4d4c14aae285e6abaaebd6' , '/detail/6b25e01ce660495cb08618e144634079' , '/detail/9b8d82acf40e42bf8a28012be3053b04' , '/detail/8f3161bdb8764451b9bee22f961810f8' , '/detail/b2f9834eb99941638c4fc2c17daaa268' , '/detail/b7fe95c53ff24ddc8321bf596a086e3d' , '/detail/0480cf6c01b44b77ad919bfc5c8c10b0' , '/detail/07b9d9a3dffb4190a0dc531a585cac14' , '/detail/891003f8928e45089f992fc9d55c6942' , '/detail/c2df9bc5c07545f187535e63cfc542e6' , '/detail/da6295d6e26741ebafb1b1c83527038b' , '/detail/4f3e44cbefe84db9a90b66026315c4d0' , '/detail/d7b3a5468e3e40a982db6cd1feafbc57' , '/detail/0b5f677bcd0f430993b023bbcaa6dd54' , '/detail/3ccdc1a113d8457a9c4cc7ca8926f865' , '/detail/30cd49853f0c4d3b9fdadd3d4b3661eb' , '/detail/0c6c9eff4a2047b49e4aa3497760f651' , '/detail/592f5006919440e3b25ad4ec52121a04' , '/detail/432d9616cb4046429dd67af398e80c54' , '/detail/988b671c705244aca2716a2408687123' , '/detail/4d3ec7c3a0914078a938e142f85e6266' , '/detail/3f5e3337d20244908bf2c9c878e760c2' , '/detail/e168dcf18f144133b5b7e214abe584ff' , '/detail/2d719095f3994b7da860d4ed1ef5f4fe' , '/detail/8f42ba02310642caa0477c5ce08d52e5' , '/detail/83841df5e33845f394173b50624a30fe' , '/detail/0e7edb8814f046fa9e6590abbcfce639' , '/detail/a2c5f69ee00f4de381fb3f69ed1ea10e' , '/detail/e57b27ebabf34f51ab9d48faff828c31' , '/detail/fa84fda293614239a7fc94caa49b05fb' , '/detail/cc5c29ab14ee403d8e1cfb7c29e67f7d' , '/detail/e7958a94dd344bb99777b666ff262526' , '/detail/a2a85c36e88a48ed867085c77e371eb1' , '/detail/b596fa4a31504c48a4b42db875ba4294' , '/detail/5a4fd7554cd548ceb65c41371ecfc3bd' , '/detail/b81af3ba9eab4d5aa6af4c7d39529fcc' , '/detail/1aa7760e025b4d2581d91545e65637d9' , '/detail/6a82c911af8f42b39bb29daa346de997' , '/detail/73c9ce627df04b54b52cbc516cd3b10d' , '/detail/55c953aa383241b1a0d577b45312b870' , '/detail/d38d2f79498241b6af04042fc959d1c1' , '/detail/8c6e98903562479397b85cecab1339bb' , '/detail/53314a8989504f40b302043f169ae32a' , '/detail/d13a42501d30428b936d1bf6145cfb2e' , '/detail/eeb34ef84ed14083b638e95e474def57' , '/detail/9759ef0f926a4bd79d266a850411dc7c' , '/detail/33208b6d24ef45e4b105fb2c72bf143f' , '/detail/8e7acf4d31b24bb389ef016a81b1d04b' , '/detail/47bc81469e414437bf4e17eb65a9dc3f' , '/detail/70ee4054ca6b4858ac71a86dbef1a64b' , '/detail/0b8bb5fe517a4680a2bc00aa5d72a2b1' , '/detail/cceb17687e244a5babd6006f6345a607' , '/detail/9295b31746c24cc1902e948b6cd65afb' , '/detail/b0d93573b4c04e08b298c76a272d1e6d' , '/detail/f68cee8194c74e2cb6d795988f8bb3a2' , '/detail/f976d218d4d143b0a1692393af0a89b0' , '/detail/0a8fe50e8fbc4c9b85f5616504211292' , '/detail/b15562f2b5074eff93294a5a95556394' , '/detail/7e97188f6a0b4f2b8e4ff473a0b90d44' , '/detail/9545900910c0470a8621223cf48aea66' , '/detail/edf06480192b494ebec0a2ed46f6070f' , '/detail/6f05af985fbe4797a8f3d9602df6a509' , '/detail/99131e6e80a747a6860eaedf222d48d8' , '/detail/7b1cd1e8d51d4e59a73d04942aff8f22' , '/detail/cffd568823ba4fc0b5d0cebdd1ce4c51' , '/detail/3ae19be972a543beb9926eff4b73e023' , '/detail/462bcf8ae2ab4a019aa6ebe4744bc9c2' , '/detail/0fdad15ca2c24dea8ebc793c4bd6a7ed' , '/detail/5e698bb89d274d55971858d23a38965b' , '/detail/d46b68046e434107882f4e492042caca' , '/detail/2d5d8f227cad458e854a3de1cd832b06' , '/detail/d111a4ed259949168d6de0efc59a7d22' , '/detail/e83132fbd5924bb69d28f0185e38f319' , '/detail/7868a6ff13b24d63860ee0c4db29046f' , '/detail/f654440d6f444cf78054b0c0f14c9bb3' , '/detail/71296ff2bb444c5787edc4a31aec1ad0' , '/detail/a28d530d990843deb7cf9925cf84529b' , '/detail/2503ae508f24411bbacebe2b01bd79ea' , '/detail/0a252c131de04cae84e2880263c967f7' , '/detail/bed1331d6eb242abbf04b63630c8c4d2' , '/detail/2d2bab1466fe4de09bf9b6f4cf5f9128' , '/detail/d2f46f52b89642ffa067ef76a22b6fe4' , '/detail/f62b2c28beb743f984547e303db1c1ef' , '/detail/33984e96eaaa430f9efaede0f751eaa2' , '/detail/0288132afd5f446d8000ca9193e7af78' , '/detail/123c73c3ac77401d98bec14c58f356a2' , '/detail/8bdcdd7e52f44152b6111b9009f86d1b' , '/detail/67391b2feace4e48a1ff078727cb8e77' , '/detail/f2dba6b5b4064dd1aa2bed515fbf7424' , '/detail/98873d2c50454dfdbbe6f901dc8b8690' , '/detail/10aa2308e3aa4816b155544bd1395b14' , '/detail/ad847231e63b4f6f90efd0fb4b7170c6' , '/detail/1bbc37f462e942d3996ec73f65c65f3b' , '/detail/8761bc4569fe4c6689c39b6aeadf1ff5' , '/detail/0c255086dcd342a1bd7072f4788cfaee' , '/detail/c1023801604c45a69112f49fe451a9de' , '/detail/a19c25e6fb4043c49b1454814494c0da' , '/detail/d01c211313f64168bcc1c2f091e07894' , '/detail/afe0b4bb40034491ac7bcf3ee3fe19ee' , '/detail/531f2bb32991464ea5479343f2d9e577' , '/detail/71f75e5ad1ec4c3a8b87832b3554cbc4' , '/detail/ed8aac662284460b85002b795095f7a8' , '/detail/c6dc8bea9c234666bc039e76421dcb6f' , '/detail/2720dc05c39d4a60a72240b08c914b64' , '/detail/d280058c4e68434393696fc10c7a5fed' , '/detail/66799a72065b4d4d9663c7970c176d04' , '/detail/a1efd1173bd6428981c099d0df17dbee' , '/detail/ff9980dfb56d4543ae9ad706845cfce7' , '/detail/440b30f8ab86409ebd712c6b36016eaf' , '/detail/a2e2b1d0014345948d54c4f8932e4d07' , '/detail/8be42a90b1ce49e6a937d77e33f04ebe' , '/detail/3ae32774f59347538c8d6f4911175803' , '/detail/e47d04e31b3d4a47bf25d0f5f545ba12' , '/detail/7501049ba4ab4919b96fdd2e6da55a7b' , '/detail/8035645a2210456985bb5ac7adc8ea97' , '/detail/1b990647e7bf40ab84acce7649344f66' , '/detail/226e15c39ed2481a8d37401e19131d78' , '/detail/bab10fea66964cfa961d7c2a698b901f' , '/detail/9ebf23abb9964b40965de55b46848131' , '/detail/70552009756947f49acb78a1d42579e0' , '/detail/17ae0baf00c548ee954a60eab4d527ce' , '/detail/543ec108d168438d85dc52fbb4ffa835' , '/detail/1c5da60806ca4b2b90c57aed8c764e68' , '/detail/7604073c50704eff91c818a6dd0efd4f' , '/detail/aa0633837d8044d2968e25cf48b70685' , '/detail/bdeca04863514d94ada203cf379ba2fc' , '/detail/1ee8e66093ff45d5b3c8791eacf7cbf1' , '/detail/206547b374dc44c8831cf84bc8881561' , '/detail/70af0d914da54cff835c54d3fa45cad1' , '/detail/aa2aaea69c47477aabc3aaf723766693' , '/detail/2021ed3b275149c2a7bbcebcea3e3e51' , '/detail/9bfd9318473e4c62b6e02fe5e6aeceb5' , '/detail/a77e9a1a14d8494ea53ef8d70bdedeef' , '/detail/023a484de6d243f5b8fc1fdb79912167' , '/detail/8cda064c1b2c4b92ad8acb3b9304a660' , '/detail/dba5705345174f68b131e425b4df527f' , '/detail/ff5b80b094f247bb81c1cc8a050c6904' , '/detail/934ba6cf7a4640abb4d08851731dc4c5' , '/detail/f61937c6d8c14ac9a980dd41edaf6915' , '/detail/1acccc55af184996be768cf969f37c0c' , '/detail/2ae07198dbfb46d4a6cddd41ff692c6d' , '/detail/5cb29fc5440b46729702320aa8f64b14' , '/detail/80c05280f5ef4bab9a0c585af068c32a' , '/detail/bc3c0e1d84cb4fe89e0a4150a65baf77' , '/detail/e997c8751fac4ca9859a9e9c9c97ec3c' , '/detail/d51afec457194113b22e81aeaf2fb93f' , '/detail/6cd1396ea58246d39a8de490c29b1324' , '/detail/cd38b49b55824307ba643e86f68c315d' , '/detail/918362c75b23493ea15aa042b43277a6' , '/detail/ffc12becfc0444b4a99d36ccdb20bb8a' , '/detail/3f19ce8e1b074cb2aea031802dec8b37' , '/detail/b86222761d59446796e71081fafa78d5' , '/detail/3824db22ac8e4bd0b4599a37570e5e50' , '/detail/3dda150f78bb400a90cbc7cbd15eba35' , '/detail/0f00667e976a4fa1933fd5dd1abd3431' , '/detail/905cdd327be941b28c590ccf7c84eaaf' , '/detail/b1229cc5c707454fb5fdaa970e2e6f84' , '/detail/c628f59954254962bc11917ab328d2d9' , '/detail/26cfb58d138a4542ae52afd1e3593a6f' , '/detail/1076c9e5754c45488a3fc0d8a44c638e' , '/detail/6cb91170bc6641d8998f5f8886377c0c' , '/detail/f3a7c98109c94a078cb1d75554b0e821' , '/detail/adb42016585941a3982efe96f98dc6e9' , '/detail/a493bc46f0044218a75e231431cdcdac' , '/detail/5ebb1ee0ecab4305ae161be719f5a35e' , '/detail/41fe9e0faf8a4c65854120f87c614bac' , '/detail/d3f71faed3cc4b4f87c677874c73c272' , '/detail/b6555215fc0f42fcb64e6bb393ecb1bf' , '/detail/1693fcf925c44810a563279843271136' , '/detail/fea120318c2d40e98928af68e6c9493c' , '/detail/64c9ff68ae1f4e80a64a6be6d5d60df6' , '/detail/0f12ca6072f448c1add7a35749bf5f36' , '/detail/5d0cf988fb694dc687d8e084c0a13439' , '/detail/21a826b452d540089c27676468a7f79d' , '/detail/541d3d184f524bea9a11e8bc250e4e1b' , '/detail/fe1bf031dd6741d19c5ea970c252cbdd' , '/detail/09c7ae08e29247bc93d1743285a061ac' , '/detail/6e727588a1ea4a51bd81e8646abb830b' , '/detail/ba5091fc268742b98c1db12f2ea17931' , '/detail/a86883d6bc3d4b96a33aa90f877731f2' , '/detail/f7a2fe009d8b4be4b16f874d3d880338' , '/detail/bd011f6f1c2e406e86355ecf16a85a2b' , '/detail/0b4a0d62fb474e7a9f2661ad7e449199' , '/detail/d40e51054a8e454cb29b9bcbedf6f65a' , '/detail/a8c4b474c1cb41708ed69ab77057795d' , '/detail/4cfcf2e46ff04f5ca78a478586a9f1f0' , '/detail/b713d87d42844928a82fc0d59b254b3b' , '/detail/6d540b91fd6343faacdff28c1f40b0dc' , '/detail/f12f9530d1f743c095fb311297311d07' , '/detail/ddc0c256d536499bb1915ba07c74d30e' , '/detail/14af32d3db4147acb046fa421616e50f' , '/detail/4efa915e5b8f48aea1fac617ee3cd696' , '/detail/b1646d4adaa74c738c972cf991d0221e' , '/detail/92568c6f16f74eaf91de377e45bcbc7d' , '/detail/4f1b71e8a87e4836a2b60ee5cc00c7b3' , '/detail/60fe93e181114abbb5d1d556f6ab352e' , '/detail/3048361232d742ef8593593c60ce0880' , '/detail/3447d48a34e948a8bfd41da963958fbd' , '/detail/718cf07cbbbd4133ab4fc7fd82938d52' , '/detail/adb524c920b94f9f9ee3c6680f745bb6' , '/detail/b22d0f6ed42e4dbe89e85685550b3d25' , '/detail/c8a4b68a6d07413683303bc2d8b9f9fe' , '/detail/3e9fcc3aef6b4a54ac5b517d56519034' , '/detail/8fd6703db3194e48b55dfd519146a99c' , '/detail/f1cb75eeac6140a78d8a9f3569f469de' , '/detail/0d30140c438345bba399412f8dd2d7c4' , '/detail/908989fa6f7945cc91e296b1baca1bfe' , '/detail/ba074cc301934c2682c77035ab273740' , '/detail/2a3a57074ad14d589462b7e3ff6ed5f1' , '/detail/9c4cfb2ea2f342699e346efa92ec0d13' , '/detail/387d3840d338476a83d5c4f2dde4b35b' , '/detail/4bf48591732144b099de3f5dd80b58ec' , '/detail/fd5dd04e52fe4e68b8880a30e9f1b14f' , '/detail/aa2cff4f43ea45b8af20d545ea6e188a' , '/detail/a2c5e8d8d0a54abb8c3475fb1f2f1c6b' , '/detail/e86dc098408a449f98b2467512cd7196' , '/detail/d034064cfa704468bc2c2d7035e2b0f7' , '/detail/526a2e9ef8174e219b0095559127df2b' , '/detail/4df49b5a98684acb81be5fc07b829bfc' , '/detail/086d88a0cf774a80989f0921454b5974' , '/detail/0581b1a7ed82414484eb48ea555b3f18' , '/detail/ba2bb9d9a370495c94f8ff32617683e1' , '/detail/15e00533a5f84a22b3558a03a0745e32' , '/detail/9243366d8f8c46f38f9625d54aa65880' , '/detail/dfca4da5892e4388b2ef929bde7dc739' , '/detail/21a374a2294747f6a30854538504e0b9' , '/detail/cf85813f532e4972ac69189b9516a94f' , '/detail/1000052daf804ecab26fca52eb4e3745' , '/detail/50600ba4122543ca898325ee774941de' , '/detail/4fbf7d7c8d13488e947d1e92b1bea87c' , '/detail/625ccb60161f4524a9704b69c51b4cb1' , '/detail/3408f7d3ecdb4fc7aa7a119ba53090c0' , '/detail/13240e7d85b3475ebdc20a465a4b52e3' , '/detail/c880ae0d6ce748b587347c8b99329925' , '/detail/a5f9bfab0d5a40f888c15c0da47b8242' , '/detail/4cfeabd10b474d05b109a9c89cf6bd08' , '/detail/34e77a7337f1458c9adf63a1c83d51df' , '/detail/13136a881abd4475bf7565b7d212080c' , '/detail/92c46d4dc5394dd39c32b109cb21daf4' , '/detail/16ae3fe0476c4b9eb99aaede55791cc1' , '/detail/df36cb4db65843f2af0c4864151c2fe9' , '/detail/9fbe7fb5274e4349816a93a8dd2e6321' , '/detail/151b8d1a42d44cdbb4f8d33a360419bb' , '/detail/47ca51ee9f8044ad8dbff607176c4bc6' , '/detail/d250729f68c04e558c037c5242e4157b' , '/detail/136d39ef4cc9401d865f6894cb362676' , '/detail/cfef3b0b7d9248c994f0d80d82fd6226' , '/detail/d6a2d5d8f19b482b8b6126678687995c' , '/detail/24e2c71a7c4b4edea18ca5b290c5ec66' , '/detail/e9e61673a188435cbe9c33995dd4e2f4' , '/detail/8e624e74b90d438ba44a2ec81a5f030b' , '/detail/fd6303c9f48345f0bc41e5cf01873f03' , '/detail/2a23e0e3ab7145ca935ef12edbd807da' , '/detail/17232a149d834d909f3f78fab84101ff' , '/detail/6ef1c9b4d0154e4b8f688c70cdc00cde' , '/detail/74d75ba6fbf94125903c074023b9ada4' , '/detail/5aab08894a0f4b5a80ecf031bd2bde03' , '/detail/40e5aba8ec1f4d3eba60a57d0686ee42' , '/detail/e6cfcff71abb49e5aeffbf730b3778d7' , '/detail/398cf68ca2f54fc989f3788ff159dfdd' , '/detail/d4f161fc96ad4a4a8268434ea34b7edf' , '/detail/8442e3f4157640e38c112561981854a3' , '/detail/f3383896fe934ab288a51c224ba97b53' , '/detail/ac3de86ae57849829e89247eed4c1d9f' , '/detail/3e433cc064194aadb8203d647b14222e' , '/detail/6f93c260dd3f478ea9e1513be9e04d89' , '/detail/5a33b8c1827d4404919f19a8e35bd54d' , '/detail/f4a101a5d62a4e50a4c778b276d6c55e' , '/detail/b691f6fe3b6d49e69ba7ebfdbfbe6e6b' , '/detail/2dd49dbaa57346909b2c79834adf3a7c' , '/detail/1410c4394896444aacf20ed36ddf417b' , '/detail/026d8fd68a6643e89c5e27b3a46fdeb0' , '/detail/2cba78575f0d4e5da746efc77a8009d4' , '/detail/945e485343dc47e19b8cc2f87b0586fa' , '/detail/c962823794244e439b69c2831daa1c49' , '/detail/e256b57eee65462fa04ede267947a552' , '/detail/9d16518845274d998b5f0f970349aadc' , '/detail/01bfb1a11e3341768185cf1437c72934' , '/detail/d288cd1fee784f93aee5bf1d293b470e' , '/detail/4b72725996ab40359ca4079b68e600eb' , '/detail/757f0d0dae684a4e9653400f921f6787' , '/detail/95d08747f0ed44bdab07eb9d842f47a6' , '/detail/a49145f9cccc4596841681ae9fbfba44' , '/detail/010b721e26314e19bc1b4857f82bf2dc' , '/detail/d002cb1bebfb4fe281d3b521312cb604' , '/detail/158160be218f49b9b600abb51991cbda' , '/detail/7ef6c60b0aeb488c81d12e6e2f046ac6' , '/detail/5114f6efb07649ea9b5bd1cbe33cae2e' , '/detail/0b67e9c551e445a4afd0d30a7d3af207' , '/detail/2fe5e5214e9b418ca1495af1a0afba6f' , '/detail/52a44ef6ecc048ae98d95537921636c4' , '/detail/29b847ebde604aea841c1b273cea05d2' , '/detail/d8d39a0191ad41bd810877a96f931135' , '/detail/bb0c978cf3eb44aebf23ee1450072bf8' , '/detail/a24a381f6ac945c7a40cf03a21d33c2e' , '/detail/351e4b12797f4094a3ddb89a07d51464' , '/detail/937fb788abce466098ee085acd6d5021' , '/detail/e1f6230c34d446deb241a1404ad44b00' , '/detail/2d8755344d0f435c829956e143465fcd' , '/detail/5226cc6c3e574dff971a798f050e609c' , '/detail/21fcbe73b51c4013a25d1cdcdfb7973a' , '/detail/da312b89b023464e87f6ec89fc7c2b29' , '/detail/e01626a697e646f689c58b1ad7f50df9' , '/detail/5ecbd967074d47d88d4912cfe35c5eb3' , '/detail/62208e44aaa1422cba37c62218607c82' , '/detail/5964b314395a4a6b81787b5b8cf433a2' , '/detail/febf9481da6c4a8c834e56c75b036918' , '/detail/6c584cb83e56417bbb988fdacb1591cc' , '/detail/13f2145da56846ff957edb5f00266b0c' , '/detail/99c7fb649b3246259dc97233b55126af' , '/detail/67cc836db832404fa4171ea8cb401034' , '/detail/3876008aa76f4508a23f8b0032fb8348' , '/detail/06febbaad1ec4003adea2850ad1d1055' , '/detail/1325fb370ba1416f918996eb07e8cb8b' , '/detail/062d13cc787348868e2680d96a86bd92' , '/detail/b1ee1b8a5c4c4c018f51202148a00583' , '/detail/0d15763fb7e64ab780762a3ba601ae6c' , '/detail/d9ad9bc07d9448f0b0b59e95bcc67d89' , '/detail/fb88c0796aee4b11b3f28e8f5fe6fd8c' , '/detail/0d872a2a239f40febfef9048b2e4090f' , '/detail/e78eee4d34be49c28042466d00f82f2e' , '/detail/d73c6112053f4869b0e15c9a6c4e86d9' , '/detail/9ace78cf7abd472b9581641df86c2b94' , '/detail/d31a3d133b4d4b43aa0ef7089c2bc307' , '/detail/d8fd9d27be624e5ca7352ed045d4a09e' , '/detail/681f2e95bfae4e37a6e2a24616b6ed76' , '/detail/42148a7253444e7bbab4a8ae8ccaa5b3' , '/detail/ef464be87ff74f7384efa6016d91d127' , '/detail/4af5313c097844cabc8cade116493d04' , '/detail/7c6f17798a754c749f038bb588490847' , '/detail/730ad3bd531c4cefafa23d26dc6cd131' , '/detail/be47d99ee46d4e159ddbce9cf878eacf' , '/detail/8c2481e41a8344b881669094eb365491' , '/detail/0647dc33b8154413bad2c9d3a2084bb8' , '/detail/861b8893c8324a15ad3f2afea3712c89' , '/detail/0be6c1cc5c8d4a6e99778d04187b384e' , '/detail/ff0fa45bf30b4e61ad6e20dced50eec7' , '/detail/7d04c91565fc4778b5d21b40686f61f6' , '/detail/6b4e2dec349c4b00898f097bd92b5e9a' , '/detail/4a9ff0ccc1d34df2a355b732aff60588' , '/detail/103eda8dc91c4e488343d49116cd82c9' , '/detail/27ca355fa1134be9a8844e6abbfebbee' , '/detail/69fa34dd2af5429abb86901ee7221702' , '/detail/ca224ec76679424d8c2dc947f02039e6' , '/detail/c6bd1948bd1447d09154e47900a9a18e' , '/detail/8df3c243b65241c78bcb534b6025f147' , '/detail/9c9a673a941347f08cff13a09457feb6' , '/detail/00a01c299ef74da5bcf5b5ebc7834a06' , '/detail/3dd8389370984d7782edeb34d0bd805f' , '/detail/89c7c39b12ef4800af0649b3a826a1c2' , '/detail/f0585186787444a3a1d853f2f5ba2b75' , '/detail/47a93ec150264e28a91b0ab6c8393b23' , '/detail/97417c60899f440b95cce29025400f85' , '/detail/eca6c61d1bb64a79b61b8ea20342f59a' , '/detail/25d956b2f2db40a78b9eee88836d121e' , '/detail/1d37699ae09f4a9a9d2b7cadf3c8a664' , '/detail/2ba1f39f62f8498b923c1eba8a2c9c6a' , '/detail/e9dc974193e947cebe057b7a3219d2e4' , '/detail/f56484a74cd14242949bc2b3fefc3cf0' , '/detail/8abfc0ec0c7f44e2aa9faf778876de2e' , '/detail/0111f8535a3948e8a96489cb9d915f48' , '/detail/56d7e06eb90f4444a6aa37b6cfc7e0f0' , '/detail/da85e2f2a6b145e0a06146c9014d4c6a' , '/detail/ce94d0cc7d7443aa92ba14cbfda2d6b6' , '/detail/d0cd070031174c828424da3d57fde969' , '/detail/7ff17188307f4e7da79641c2699de90f' , '/detail/4b74014a94154aefbcbef8fc606ff8e0' , '/detail/d3b743ed0e754d1ca5fd15c8f541e19b' , '/detail/ddbb29d96e3d42048c9c450ecac73fe4' , '/detail/fbf480d78c31411cb61f9f5880799938' , '/detail/41a189d7b2e94724b98e61fe74f534c7' , '/detail/e65cd05f0675472f8f09d1175c6a6e73' , '/detail/915724edbff24b7f9fa21ccf1e5805b9' , '/detail/73fe4778482f458c89c92c699bafce4a' , '/detail/86f04e70e67f46568eb521825176c31c' , '/detail/1b907ce0a8a84bf4ae0c395ba74a58ca' , '/detail/de7e73b2456144fbb83f2ee3b7f48250' , '/detail/7779518e7c454d75ab31b63aefe63f32' , '/detail/3df51872cbdc48af886dbe2da5db7074' , '/detail/73d3e1840a2244fe90e516e6723dfa61' , '/detail/a3b5cadd119e4ab7855ba238b23bf968' , '/detail/ae5c748e31db47d881f8ec3825872bac' , '/detail/6d064947ae404c27bec92b4ac8eea547' , '/detail/0702b3b0260e4ac6a18d28bd7ae24944' , '/detail/b11b351922204ec5b4460581314ae31e' , '/detail/259fc49b1fb34b0e844a416bb71455c8' , '/detail/d5553fc02c614253b4f5d622d826932e' , '/detail/7d97ca8e28e9438ca3f3b6c52a733b67' , '/detail/f805f435a2e6405ab5b7c394fe739ccc' , '/detail/ede0d1e8fc72403e9352d0499cc8e27c' , '/detail/0f6b176f515a4fd79f89889f76df6529' , '/detail/ee6faa8d27f74961953ae85f4f3dbf36' , '/detail/7243df86ae0a43daade1a7b99838e3a9' , '/detail/7ba226adba4e41788d37e1e781f89f3d' , '/detail/e6be177ba3bb404f991107f0affa1200' , '/detail/9b3f9a571f8648ff9f52ca04882193ee' , '/detail/410628c3847c4909b12f784f4d2c1533' , '/detail/3f5889443f9248a1959035d2033f8262' , '/detail/a59d6bb6aa3b48aa833e776453aafaf2' , '/detail/a581f5d023a54c26a7ad73d01119d0ae' , '/detail/dff2b5f06d3343e2b1148827d1a82af5' , '/detail/515c671499384c058a65f7f6b0f6044c' , '/detail/e44f5bcde5b943b49717c653df47d8b0' , '/detail/7c828cef78634184915dc5cce47798de' , '/detail/65d0a9bf172b41c7a5b34e5bf29833c8' , '/detail/b1ebe5ea545b40149782f39b3aa717d7' , '/detail/9a36252720e1466a9b7d84a673716c20' , '/detail/026095b69c824703a84730dbed101da5' , '/detail/2636a144301b4dc989fe9e47ef79fb22' , '/detail/c2cd843a111e4f8092310788318afc09' , '/detail/1b1b8db9a1514035a2dee88f5f141867' , '/detail/f5564cbc6d2c47ec95ed7a76c53fb08b' , '/detail/7c0edbb6ff3545dd9126fb3810bc5b6b' , '/detail/bbe323ee59344a748f8201291cc086b3' , '/detail/f943412c715c49189c875af79037a88a' , '/detail/eb5014f137444b1aae79b106dba9fe74' , '/detail/7123655d44e7478ca6477d0110ac5088' , '/detail/9fe935a58786429b80733724a86fe119' , '/detail/82798648055f44ff86715de7c0282865' , '/detail/86b48543190946d08fb755eec91ac61d' , '/detail/c02cf18b8d314a47bb65a3d5307e7542' , '/detail/484e50a8efe545c28806855322bba771' , '/detail/58b183e7721b4867a515e06f75d2e60c' , '/detail/c756a510aa8f4ea0859e2d0c72c53779' , '/detail/d57f92a7bb7147a2899aa10333e95942' , '/detail/b4b64acc90c6411482fd9db6c8f96f49' , '/detail/cc0b9d31db3c49f0aeceadba1584b210' , '/detail/fefd9185bb064d7087a018c0ebe232bc' , '/detail/484e0c21b86b4f4b8052439585b7d6cc' , '/detail/7ff3b3f601b04f6595239d364a86819e' , '/detail/a6f7c8becc4b415f96b65afc997cf3d4' , '/detail/cf548dace57e49e2ab200928f7cc708f' , '/detail/4f463dd4d2ce49c6a00474549fec5591' , '/detail/cee93085b7ff412c969466fc3984e9cb' , '/detail/b0d2ceed22d04ade888d000cbf6a8745' , '/detail/1c484da9b3b147f6a76f8882594d3072' , '/detail/ea0662d31aad4352bb16a6b31edb07d1' , '/detail/11e82f3879f146199c413df3478fc820' , '/detail/34327be5dbb44895945339588a43b466' , '/detail/bfcd7d83e3824f00ba86a7bf80940c88' , '/detail/817655206b99448cbd68b3302a622981' , '/detail/e08d5535bd5b4ca593ae61b710b78113' , '/detail/72514b1532b64f73a9fbf47baf255ab4' , '/detail/76b7abe8a51e421da1d8e557b84c7ce8' , '/detail/f3eedff565e949cc87a751df8477b257' , '/detail/e576afe312ef41ee8cbb8daaa149271c' , '/detail/f0e35b28de174427b3c34fac73085419' , '/detail/240af239091843eeab35819a726acb90' , '/detail/dc3657f8b05a4d2dbb0dd66f6633f8de' , '/detail/cd95379199a5406d9c46add05f4c8bfa' , '/detail/9cb7f32a8ae54db9baee55861d5de426' , '/detail/fd23b9a0fba645699cca21b095960ffc' , '/detail/c5ade040a70d4f22b34caedc3d93c441' , '/detail/7ab4f209095f479daeb7052cda65a52a' , '/detail/4eff0540dbb748d3b39b989d37828734' , '/detail/081dc4ad32da47f8a5e9c9d165565072' , '/detail/bb4d0aafe8ce450f9f0ea759a2253de7' , '/detail/c604732e69e54395a57431b3decbcde5' , '/detail/2c09d73bd90245b4a8c7778d55fb0d3c' , '/detail/c71f63802fd34787af98f22e4a8f5188' , '/detail/d7af7fea304046b7bac4a7776e343a49' , '/detail/12f93e8203d943c987658ead780e0059' , '/detail/f401ef26fa8242d285402f9e201758aa' , '/detail/92be699c79114a5991b973ddf6daa013' , '/detail/f08f0ec4f51c436f91f2ba6583378ec0' , '/detail/1f177ebea7a74a3589e30eed1a97752d' , '/detail/9260c7edee7b447aaa3c3686da7f20e4' , '/detail/28af998f92ec48ba934587ce5ca0c90e' , '/detail/752c988bcfa5489cb395f551d8d782ee' , '/detail/72a9f1781e754b2198f8826a6f71f5cb' , '/detail/f4a00e2d169142079c451c307330fd6e' , '/detail/c0bf2ef7bee34d39b2e240d343e8a706' , '/detail/87c6574bc8b44c33a696f1917c5f0834' , '/detail/bb47e9383c1a4b768b80bc6e72262fef' , '/detail/22c6fddc66d44bc5acb639400bef41f5' , '/detail/c91b25fc051e458aa7d52a63cbceb487' , '/detail/b17ae0e53b44477295291309841d045c' , '/detail/90e1c8da1b1e4a62a3dd3c24aa302ba2' , '/detail/fc5a03670cf94cde80a990eea0db8e18' , '/detail/ee0bf03bf44644b0844a0419dd10f6ba' , '/detail/778663e267e243158f8f9856178cebe0' , '/detail/7dd79c471f024efd892f00fa6e83d57d' , '/detail/9b30f3fde37a424f9985730d3f0ec317' , '/detail/5f4ce20904a24de4a5f28cea3f5c864e' , '/detail/0c696426b680410abb01d293355000f6' , '/detail/93e3058434c84972bd1a618c7d019127' , '/detail/b329e4a830a046748d35be1d2968f123' , '/detail/412f779ee72a43378b8d2213ee1f3f27' , '/detail/819a8a7701274ab78a7532a4a60dd98c' , '/detail/fd3ea27a9e9a4ccc86e657ebaa858e73' , '/detail/3d44da570e384ee5aa11a94e08c25762' , '/detail/f70f94b588c34f19a36f10ecf9ee1078' , '/detail/fb57be7fa0e24fe69e3391060deaefde' , '/detail/90d2d49d95e244ca963853b5c550a967' , '/detail/09114f60c26c457282d1d096ec1aec46' , '/detail/375a01a4c87948d0b8f40aeded131885' , '/detail/e90d981fb0f647d09dc281a972a72c60' , '/detail/7e36e27d07e845b4b3e436352524e25d' , '/detail/bd964333bd904e599616c2db42751180' , '/detail/5a88dab8596d436d889e560c822f6e26' , '/detail/50deaf2bcb52485ab16eb533b8e0287b' , '/detail/3e6fe06a3e8b4eeb90909b6f2b59e1d9' , '/detail/348e1d4026c7433d9ddb3d8d7b16b839' , '/detail/c1aec45e2a90465abd285935127d17bc' , '/detail/2abd42da0654487b83c7fd2e0ddbe6f7' , '/detail/5e4b7b3d05b941f9b6cb50fc855d35fa' , '/detail/c16b40c1b0204f83bc6c286b5e0cdfcc' , '/detail/c83bb8e35ea4418eb63296d8640774e8' , '/detail/189977fdd05942cb8a3d992da5102f22' , '/detail/fb881b050804476897098861e68d745e' , '/detail/65139590dc384732a2c0a4330e2e1586' , '/detail/4ed377a79a2e4822ac4f8d96183c2cab' , '/detail/3056da2bfb8d4ce48a93f732f6ae7729' , '/detail/ebdb3f4782e14a0ba90a917a946c878a' , '/detail/474596d0492f432b9452f19f8f7c65ee' , '/detail/33607d10bbed4a2f96337948f9f0dc95' , '/detail/95d3714074084c3ba682eef94d7c8b85' , '/detail/6701fe7f2af744cfba2833799eea6f13' , '/detail/b43de9e471a9442a9c845d14fc6559a2' , '/detail/667ef325ddc44a6aa59dd6c8258cdb6c' , '/detail/8bde5e9a97034ab28250c4b5495b2e85' , '/detail/cfd090e5177841249aad0a868a2abe7e' , '/detail/9fa306c764344cf2a08bf02d94840004' , '/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
113
0.62 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