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.18 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.52 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.27 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.61 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.49 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/250-sx-2019-modelcode-F6301S0 "
"ersatzteilfinder/250-sx-2019-modelcode-F6301S0/ "
]
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/250-sx-2019-modelcode-F6301S0' OR seo_path_info = 'ersatzteilfinder/250-sx-2019-modelcode-F6301S0/' ));
Copy
7
0.32 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/250-sx-2019-modelcode-F6301S0 "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (path_info = '/ersatzteilfinder/250-sx-2019-modelcode-F6301S0' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.87 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.37 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.34 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"63b56ANfOEINPmWJqcggJYd7wnnFbk9e "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = '63b56ANfOEINPmWJqcggJYd7wnnFbk9e' ) 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.60 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name` as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . `language_id` = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x274605D71D2B4479A3882D8FD62BFF5C );
Copy
13
0.26 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.25 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.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.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.29 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.33 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.31 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.18 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.57 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.53 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.58 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.22 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.21 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"63b56ANfOEINPmWJqcggJYd7wnnFbk9e "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '63b56ANfOEINPmWJqcggJYd7wnnFbk9e' ;
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.59 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.45 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.22 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.44 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `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.22 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.38 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.27 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.19 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel_country` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
35
0.93 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.38 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.26 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.23 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
39
0.32 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
40
0.54 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
41
0.49 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
42
0.39 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
43
0.29 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
44
0.29 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
45
0.28 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
46
1.99 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
47
1.08 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
48
0.53 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `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
49
0.38 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
50
0.83 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
51
0.48 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
52
0.71 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
53
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
54
0.20 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
55
0.21 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
56
0.17 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
57
0.30 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
58
0.53 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `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
59
0.33 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x695477E02EF643E5A016B83ED4CDF63A ));
Copy
60
0.46 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
61
0.65 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
62
0.55 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
63
0.36 ms
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ð"±&‰¬C]›¸\v\x02 ý—ûŸ "
]
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0xF022B12689AC435D9BB80B02FD97FB9F );
Copy
64
0.32 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
65
0.82 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
66
564.91 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.88 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"+│?¶;Í·øø&Ý5+[;ü "
b"uælãvøàoS×\ITxN& "
b"╗ $\x04 èyæ.@¥┘pÉ÷n) "
b"\x1A <„d€Ù)ül\x00 q>¥Ál× "
b"qÙô\v XKû©¥gõÇfã?Í "
b"_,\x0E c\x00\f ͱj—ýÚÌ®L¨ "
b"0\x1D ‘ý\x10\t FçÌô\x18\x1C ؛њ "
b"hcŸ^ÐÊ=މI=ÒáëE "
b"ÈÒv¦Ï©ƒ}ò«"L‡Cr "
b"\x04 :álYÑÉÿlö\x01 û^\e š½ "
]
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 (0x2BB33FF43BD6FA9B9B26ED352B5B3B81 , 0x75E66CE376F8E06F53D75C4954784E26 , 0xBB2024048A79912E40BED97090F66E29 , 0x1A3C846480D929FC6C00713EA5C16CD7 , 0x71D9F40B584BFBA9A567F5C766E33FCD , 0x5F2C0E63000CCDB16A97FDDACCAE4CA8 , 0x301D91FD100946E7CCF4181CD89BD19A , 0x68639F5EADD0CA3D8E89493DD2E1EB45 , 0xC8D276A6CFC2A9837DF2AB224C874372 , 0x043AE16C59D1C9FF6CF601FB5E1B9ABD ));
Copy
68
0.30 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"\x04 :álYÑÉÿlö\x01 û^\e š½ "
b"\x1A <„d€Ù)ül\x00 q>¥Ál× "
b"+│?¶;Í·øø&Ý5+[;ü "
b"0\x1D ‘ý\x10\t FçÌô\x18\x1C ؛њ "
b"_,\x0E c\x00\f ͱj—ýÚÌ®L¨ "
b"hcŸ^ÐÊ=މI=ÒáëE "
b"qÙô\v XKû©¥gõÇfã?Í "
b"uælãvøàoS×\ITxN& "
b"╗ $\x04 èyæ.@¥┘pÉ÷n) "
b"ÈÒv¦Ï©ƒ}ò«"L‡Cr "
]
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 (0x043AE16C59D1C9FF6CF601FB5E1B9ABD , 0x1A3C846480D929FC6C00713EA5C16CD7 , 0x2BB33FF43BD6FA9B9B26ED352B5B3B81 , 0x301D91FD100946E7CCF4181CD89BD19A , 0x5F2C0E63000CCDB16A97FDDACCAE4CA8 , 0x68639F5EADD0CA3D8E89493DD2E1EB45 , 0x71D9F40B584BFBA9A567F5C766E33FCD , 0x75E66CE376F8E06F53D75C4954784E26 , 0xBB2024048A79912E40BED97090F66E29 , 0xC8D276A6CFC2A9837DF2AB224C874372 )));
Copy
69
0.32 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.32 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.73 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.64 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"+│?¶;Í·øø&Ý5+[;ü "
b"uælãvøàoS×\ITxN& "
b"╗ $\x04 èyæ.@¥┘pÉ÷n) "
b"\x1A <„d€Ù)ül\x00 q>¥Ál× "
b"qÙô\v XKû©¥gõÇfã?Í "
b"_,\x0E c\x00\f ͱj—ýÚÌ®L¨ "
b"0\x1D ‘ý\x10\t FçÌô\x18\x1C ؛њ "
b"hcŸ^ÐÊ=މI=ÒáëE "
b"ÈÒv¦Ï©ƒ}ò«"L‡Cr "
b"\x04 :álYÑÉÿlö\x01 û^\e š½ "
]
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 (0x2BB33FF43BD6FA9B9B26ED352B5B3B81 , 0x75E66CE376F8E06F53D75C4954784E26 , 0xBB2024048A79912E40BED97090F66E29 , 0x1A3C846480D929FC6C00713EA5C16CD7 , 0x71D9F40B584BFBA9A567F5C766E33FCD , 0x5F2C0E63000CCDB16A97FDDACCAE4CA8 , 0x301D91FD100946E7CCF4181CD89BD19A , 0x68639F5EADD0CA3D8E89493DD2E1EB45 , 0xC8D276A6CFC2A9837DF2AB224C874372 , 0x043AE16C59D1C9FF6CF601FB5E1B9ABD )) GROUP BY `product` . `id` ;
Copy
73
2.29 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"+│?¶;Í·øø&Ý5+[;ü "
b"uælãvøàoS×\ITxN& "
b"╗ $\x04 èyæ.@¥┘pÉ÷n) "
b"\x1A <„d€Ù)ül\x00 q>¥Ál× "
b"qÙô\v XKû©¥gõÇfã?Í "
b"_,\x0E c\x00\f ͱj—ýÚÌ®L¨ "
b"0\x1D ‘ý\x10\t FçÌô\x18\x1C ؛њ "
b"hcŸ^ÐÊ=މI=ÒáëE "
b"ÈÒv¦Ï©ƒ}ò«"L‡Cr "
b"\x04 :álYÑÉÿlö\x01 û^\e š½ "
]
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 (0x2BB33FF43BD6FA9B9B26ED352B5B3B81 , 0x75E66CE376F8E06F53D75C4954784E26 , 0xBB2024048A79912E40BED97090F66E29 , 0x1A3C846480D929FC6C00713EA5C16CD7 , 0x71D9F40B584BFBA9A567F5C766E33FCD , 0x5F2C0E63000CCDB16A97FDDACCAE4CA8 , 0x301D91FD100946E7CCF4181CD89BD19A , 0x68639F5EADD0CA3D8E89493DD2E1EB45 , 0xC8D276A6CFC2A9837DF2AB224C874372 , 0x043AE16C59D1C9FF6CF601FB5E1B9ABD ));
Copy
74
0.33 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"\x04 :álYÑÉÿlö\x01 û^\e š½ "
b"\x1A <„d€Ù)ül\x00 q>¥Ál× "
b"+│?¶;Í·øø&Ý5+[;ü "
b"0\x1D ‘ý\x10\t FçÌô\x18\x1C ؛њ "
b"_,\x0E c\x00\f ͱj—ýÚÌ®L¨ "
b"hcŸ^ÐÊ=މI=ÒáëE "
b"qÙô\v XKû©¥gõÇfã?Í "
b"uælãvøàoS×\ITxN& "
b"╗ $\x04 èyæ.@¥┘pÉ÷n) "
b"ÈÒv¦Ï©ƒ}ò«"L‡Cr "
]
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 (0x043AE16C59D1C9FF6CF601FB5E1B9ABD , 0x1A3C846480D929FC6C00713EA5C16CD7 , 0x2BB33FF43BD6FA9B9B26ED352B5B3B81 , 0x301D91FD100946E7CCF4181CD89BD19A , 0x5F2C0E63000CCDB16A97FDDACCAE4CA8 , 0x68639F5EADD0CA3D8E89493DD2E1EB45 , 0x71D9F40B584BFBA9A567F5C766E33FCD , 0x75E66CE376F8E06F53D75C4954784E26 , 0xBB2024048A79912E40BED97090F66E29 , 0xC8D276A6CFC2A9837DF2AB224C874372 )));
Copy
75
0.34 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.81 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters :
[
"%F6301S0% "
]
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE '%F6301S0%' ;
Copy
77
42.53 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 :
[
1001516214
]
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 = 1001516214 ORDER BY `group` , sequence_number ASC ;
Copy
78
32.63 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (10685 , 15050 , 18075 , 18095 , 19130 , 19201 , 50044 , 50068 , 50163 , 50164 , 50325 , 50330 , 50337 , 50394 , 50501 , 50545 , 50551 , 50643 , 50646 , 50653 , 50657 , 50658 , 50662 , 50663 , 50665 , 50666 , 50667 , 50668 , 50669 , 50670 , 50671 , 50672 , 50673 , 50677 , 50682 , 50906 ) ORDER BY number , part_type ASC
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (10685 , 15050 , 18075 , 18095 , 19130 , 19201 , 50044 , 50068 , 50163 , 50164 , 50325 , 50330 , 50337 , 50394 , 50501 , 50545 , 50551 , 50643 , 50646 , 50653 , 50657 , 50658 , 50662 , 50663 , 50665 , 50666 , 50667 , 50668 , 50669 , 50670 , 50671 , 50672 , 50673 , 50677 , 50682 , 50906 ) ORDER BY number , part_type ASC ;
Copy
79
142.52 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (10685 , 15050 , 18075 , 18095 , 19130 , 19201 , 50044 , 50068 , 50163 , 50164 , 50325 , 50330 , 50337 , 50394 , 50501 , 50545 , 50551 , 50643 , 50646 , 50653 , 50657 , 50658 , 50662 , 50663 , 50665 , 50666 , 50667 , 50668 , 50669 , 50670 , 50671 , 50672 , 50673 , 50677 , 50682 , 50906 ) AND article_number IN ("7701301500101" , "77013014000" , "77013021000" , "77013019000" , "77013017000" , "77013018000" , "77713030000" , "61013020100" , "54613218000" , "0025080306S" , "59013010000" , "0603100141" , "50213025000" , "77713001044" , "77713003000" , "77713008000" , "54802005100" , "0025060256" , "77713006000" , "77713002000" , "77713007000" , "77713004000" , "54813020100" , "54802051000" , "00062030000" , "0035080206S" , "0340084234" , "0888030037" , "55430056000" , "0472042175" , "0625063022" , "55430058000" , "55430059100" , "47030076100" , "55430057100" , "55434005133" , "79234008144" , "54634020000" , "56534013100" , "54834014000" , "54634050000" , "54632095000" , "0760142460" , "55434031000" , "50233041500" , "0024060156S" , "0025050206" , "0349000050" , "55434024000" , "54634052300" , "55434023100" , "0402061480" , "79234003000" , "79234002000" , "79234001000" , "77034019000" , "54834019000" , "0984060302" , "55434015000" , "0625618050" , "75030085000" , "0019050106S" , "79234012000" , "79234012010" , "55431001244" , "55431051050" , "55431051080" , "55431021000" , "55431021100" , "55431021400" , "55431021700" , "31007007101" , "52031137001" , "55431245000" , "55431699000" , "0014050163" , "55431017000" , "55431019000" , "55431034050" , "55431009000" , "55431011000" , "55431030050" , "55431027000" , "55431030000" , "55431034060" , "55431020000" , "55431025000" , "55431029100" , "55431029155" , "55431029400" , "55431029410" , "55431029420" , "55431029430" , "55431029440" , "55431029450" , "55431029460" , "55431029470" , "55431029480" , "55431029490" , "55431029500" , "55431029520" , "55431029540" , "55431029560" , "55431029580" , "55431029600" , "55431007150" , "55431007175" , "55431007225" , "55431007250" , "55431007275" , "55431007300" , "55431007325" , "55431007350" , "55431007375" , "55431007400" , "55431007425" , "55431007450" , "55431007475" , "55431007500" , "55431007525" , "55431073000" , "55431017010" , "55431019010" , "55431012000" , "55431010000" , "55431034000" , "55431034100" , "55431034200" , "55431034300" , "55431034400" , "55431034500" , "55431134000" , "55431134100" , "55431134200" , "55431134300" , "55431134400" , "55431134500" , "55431234000" , "55431234100" , "55431234200" , "55431234300" , "55431234400" , "55431234500" , "55431934000" , "55431099000" , "7900408014401" , "7900408304401" , "79004084000" , "54603097000" , "59033080000" , "0760253270" , "77204080130" , "54603081000" , "50180604" , "0760243050" , "77204080020" , "77204085000" , "77204087000" , "77204080010" , "0618182416" , "79004084010" , "0618222820" , "0760222841" , "54603090010" , "54603090020" , "54603090030" , "77204080110" , "77204080090" , "79004083010" , "48601408S2" , "48601407S2" , "0025080256" , "48600692" , "48601484S" , "48601533S" , "48601574S3" , "48601501S1" , "48601462S1" , "48601452S1" , "48600578S" , "48601820S" , "RP10015" , "48601485S3" , "48601485S4" , "R14062" , "48601454S1" , "48601453S1" , "48601495" , "48601494S" , "48601671" , "R14047" , "R14046" , "04100002" , "48600044" , "48601628S" , "48601459" , "52000158" , "T14034" , "00062010053" , "48601166S1" , "R14060" , "50181144S1" , "50181101S23" , "50181101S29" , "50181101S30" , "50181101S33" , "R12025" , "50180095" , "50180218" , "36120151" , "52000146" , "50180991S" , "91210100S" , "91210101S" , "91210102S" , "91210103S" , "91210104S" , "91210105S" , "91210123S" , "91210124S" , "91210126" , "91210128S" , "91210129" , "50180824S" , "46810893" , "50181207" , "50181092" , "50181255S" , "50181091" , "50180603SA" , "50180126" , "50180626" , "50181100" , "50181148S1" , "46811205" , "50180751S1" , "RP10019" , "79104030044" , "77204066100" , "77304066050" , "0009050106" , "79004042000" , "59009062013" , "77704034000" , "59404032000" , "0618222812" , "54603036000" , "79004070000" , "59009062019" , "0025060456" , "77304070130" , "79004037000" , "54804038000" , "77204041000" , "77204066010" , "54603055051" , "77704070210" , "79004030010" , "7900900144430" , "77709010144" , "54809011000" , "0625069068" , "77709015000" , "0760354771" , "77709012000" , "7710907122630" , "79109072000" , "7910907000030" , "50309073000" , "00050000954" , "78109090000" , "77110090050" , "79009060000" , "79109081033" , "70009082000" , "55003135000" , "7770908107055" , "7910600100028" , "7910600400028" , "7910600300028B" , "7910600500028" , "7910600101028" , "0017060206" , "83008000015" , "0025080166" , "77308013010" , "51006027000" , "55506026000" , "79006017000" , "50406016000" , "79006015000" , "79103002020" , "47106003160" , "79006010010" , "5050701300030" , "79107011000" , "7770700814404" , "50307014000" , "0026060136" , "79107013010" , "78007000270" , "7910805400028A" , "50507016000" , "0025060126" , "58031005000" , "0770130023" , "0017060205" , "50307005000" , "79107040000" , "79107040060" , "79107040010" , "7910800700028" , "0024060106" , "79008010000EB" , "0025060166" , "7910801300028" , "77713080001" , "50313081200" , "54813082000" , "54813090300" , "79013090000" , "77713083000" , "54813018000" , "77713075000" , "54613218100" , "77213070300" , "62513020000" , "7901000134430" , "78010010244" , "77710011000" , "0625060058" , "0472047175" , "0760324771" , "77710016000" , "7901007120530" , "7911007000030" , "79010060000" , "50310073200" , "77710015000" , "7771015104801" , "7771015105001" , "7771015105201" , "0019080266S" , "06923080003" , "50310165118" , "50310166000" , "78110090000" , "77710085044" , "77710084000" , "50304040100" , "58414030000" , "61010086000" , "77710015010" , "00050002077" , "00050000975" , "79333001000" , "0405242812" , "79333005000" , "79333043000" , "54633096000" , "79333003000" , "79333030000" , "79333004000" , "0405222613" , "79333002000" , "77233015000" , "0625062056" , "0019050121S" , "0625160041" , "77233088000" , "79333010000" , "79333012000" , "79333014000" , "59033030000" , "79333013000" , "79333015000" , "0405202413" , "79333011000" , "56033030000" , "49030023000" , "0760324571" , "0770020220" , "78133014000" , "79233029013" , "79233029014" , "59033034044" , "0625062035" , "0471170015" , "34188S0301" , "0025080506" , "0025080406" , "0015080256S" , "0032100356S" , "83001040000" , "0770025035" , "79001037034" , "78112020050" , "0912040163" , "7900103202230" , "7910103402230" , "79001038000" , "79001039136" , "54201081100" , "77701084000" , "54601184000" , "7770108510028" , "78101086000" , "59001092050" , "7770109410028G" , "48600698" , "00050000929" , "00050000930" , "7900200100030" , "79102002044" , "50402010025" , "50502091000" , "50311089200" , "79002021100" , "44011076200" , "79232063000" , "54802030144" , "54802031000" , "54802032000" , "5480200310030" , "54802052000" , "54802037000" , "54802038100" , "54802046000" , "5550300100033" , "79103002000" , "77303139000" , "0019080206S" , "79003003000" , "5550301300001S" , "5550301400001S" , "0035080156S" , "79607012000" , "79111093000" , "50335030001" , "50303089000" , "54310086100" , "77203014000" , "79103002010" , "0025080306" , "0025060406" , "0125060003" , "79003040000" , "79003041000" , "0125100003" , "79003044000" , "54803044000" , "79003045000" , "0094032253" , "79003040033" , "0014050123" , "54803092060" , "44011076305" , "44011076140" , "7910309400030" , "79003002080" , "79003053010" , "55403096010" , "18187S0301" , "77204089000" , "55505079000" , "78105081010" , "0011480800" , "0770740015" , "55505079060" , "55505078210" , "55505007000" , "55405057000" , "0770440030" , "50305016000" , "54603048000" , "77805069000" , "55405058000" , "0025060306" , "50233041000" , "79105068000" , "77205169000" , "77205068000" , "79108095000" , "79108098003" , "52000145" , "00063004012" , "00063004202" , "20180189INT" , "312305" , "312313" , "3210039" , "3212702DE/ENE" , "3212704ENE" , "50203098000" , "50435033000" , "50435033100" , "3213424ENE" , "3213848EN" , "50329072000" , "79412966000" , "55430000133" , "75030010100" , "54830027000" , "54630027000" , "58038022000" , "58030021000" , "45130022000" , "0025060606" , "55430039000" , "0912060406" , "55430090000" , "55430199001" , "55530001044" , "55430025000" , "49030090100" , "0603061001" , "0025060106" , "54637107000" , "54837091100" , "55430027000" , "5543002610015" , "79430020033" , "0770191015" , "0025060206" , "0760193070" , "55430007000 I" , "55430007000 II" , "54830232000" , "54030074000" , "55430033000" , "54630029000" , "58132072000" , "55430016000" , "0760385273" , "0770250015" , "0625623204" , "6946005" , "55430018100" , "0888030050" , "54430034000" , "56530123200" , "0760253570" , "50230029012" , "49030021000" , "54830015244" , "00050000261" , "00050000262" , "00050002301" , "55530038000" , "55537001000" , "0912060353" , "54830079000" , "56530080000" , "55430006100" , "0770730020" , "0770105020" , "58336020090" , "58605083014" , "5483700710015" , "54837008000" , "5483700500015" , "54837006000" , "0770116241" , "51005074000" , "55530044000" , "0835100353" , "55430030020" , "55430030025" , "55430030040" , "55430030050" , "55430030075" , "0402040980" , "0913060203" , "77336088106" , "55430097000" , "50430151044" , "54830052344" , "50430098050" , "54830153050" , "00810300553" , "0081035253" , "0081030124" , "54830061000" , "55430250100" , "50430098060" , "79232201073" , "78132002300" , "79432003000" , "78132002111" , "78132025100" , "77232004000" , "78132013000" , "59032010100" , "59032010200" , "78932010000" , "54832011100" , "55432024026" , "77232015000" , "56532095000" , "78132005000" , "78132006100" , "0025050166" , "78132018000" , "0936181505" , "77232009000" , "78032057044" , "79232054000" , "79232061044" , "79032064000" , "0770300015" , "0603082121" , "50329050000" , "54832011110" , "54633037000" , "79233070044" , "79233050000" , "50433054200" , "0405252910" , "54833044000" , "79233051027" , "0417025000" , "50433052000" , "58033028000" , "59033069000" , "0471170010" , "50333041000" , "79233053000" , "55535052000" , "55535053000" , "61230045000" , "79235055044" , "50435049000" , "0760082472" , "0625160020" , "50535007100" , "50535008100" , "79035016000" , "79135071044" , "10001020300" , "42013037400" , "59007017000" , "55535025000" , "55535027000" , "55535026000" , "79135073000" , "7913503400030" , "0024060123" , "79135031000" , "54837062000" , "54837063000" , "0770160021" , "55437061044" , "55437062044" , "014580060256" , "54637067000" , "55537066000" , "014580060106" , "55537065000" , "55537080000" , "55537064044" , "54837064150" , "50437023100" , "0770150151" , "55537020000" , "014580060166" , "0137060003" , "0021060003" , "54637056100" , "55437058000" , "0025050256S" , "55537068000" , "55537050244" , "54637098100" , "0014050203" , "54637070100" , "54837075000" , "0770021120" , "0770240020" , "54837069000" , "54837072100" , "54837072000" , "54637072300" , "54637071200" , "47237056000" , "0988101610" , "0618101410" , "55437057100" , "55537095044" , "50237195055" , "55430002000" , "59039006000" , "55439005100" , "0912050253" , "50439004010" , "55439004000" , "50439013100" , "47039090000" , "54331093410" , "50231012000" , "0017060305" , "0021050003" , "55439031200" , "60308006000" , "79111055000" , "54839032200" , "45230024000" , "77013060044" , "54813062100" , "54813063000" , "55413050044" , "55413051000" , "79003062000" , "0025060206S" , "54813056000" , "0934060003" , "54813055000" , "59001037000" , "46030045000" , "0625060002" , "54630044000" )
SELECT
*
FROM
hobaIT_sparepartfinder_images
WHERE
group_id IN (
10685 , 15050 , 18075 , 18095 , 19130 , 19201 ,
50044 , 50068 , 50163 , 50164 , 50325 ,
50330 , 50337 , 50394 , 50501 , 50545 ,
50551 , 50643 , 50646 , 50653 , 50657 ,
50658 , 50662 , 50663 , 50665 , 50666 ,
50667 , 50668 , 50669 , 50670 , 50671 ,
50672 , 50673 , 50677 , 50682 , 50906
)
AND article_number IN (
"7701301500101" ,
"77013014000" ,
"77013021000" ,
"77013019000" ,
"77013017000" ,
"77013018000" ,
"77713030000" ,
"61013020100" ,
"54613218000" ,
"0025080306S" ,
"59013010000" ,
"0603100141" ,
"50213025000" ,
"77713001044" ,
"77713003000" ,
"77713008000" ,
"54802005100" ,
"0025060256" ,
"77713006000" ,
"77713002000" ,
"77713007000" ,
"77713004000" ,
"54813020100" ,
"54802051000" ,
"00062030000" ,
"0035080206S" ,
"0340084234" ,
"0888030037" ,
"55430056000" ,
"0472042175" ,
"0625063022" ,
"55430058000" ,
"55430059100" ,
"47030076100" ,
"55430057100" ,
"55434005133" ,
"79234008144" ,
"54634020000" ,
"56534013100" ,
"54834014000" ,
"54634050000" ,
"54632095000" ,
"0760142460" ,
"55434031000" ,
"50233041500" ,
"0024060156S" ,
"0025050206" ,
"0349000050" ,
"55434024000" ,
"54634052300" ,
"55434023100" ,
"0402061480" ,
"79234003000" ,
"79234002000" ,
"79234001000" ,
"77034019000" ,
"54834019000" ,
"0984060302" ,
"55434015000" ,
"0625618050" ,
"75030085000" ,
"0019050106S" ,
"79234012000" ,
"79234012010" ,
"55431001244" ,
"55431051050" ,
"55431051080" ,
"55431021000" ,
"55431021100" ,
"55431021400" ,
"55431021700" ,
"31007007101" ,
"52031137001" ,
"55431245000" ,
"55431699000" ,
"0014050163" ,
"55431017000" ,
"55431019000" ,
"55431034050" ,
"55431009000" ,
"55431011000" ,
"55431030050" ,
"55431027000" ,
"55431030000" ,
"55431034060" ,
"55431020000" ,
"55431025000" ,
"55431029100" ,
"55431029155" ,
"55431029400" ,
"55431029410" ,
"55431029420" ,
"55431029430" ,
"55431029440" ,
"55431029450" ,
"55431029460" ,
"55431029470" ,
"55431029480" ,
"55431029490" ,
"55431029500" ,
"55431029520" ,
"55431029540" ,
"55431029560" ,
"55431029580" ,
"55431029600" ,
"55431007150" ,
"55431007175" ,
"55431007225" ,
"55431007250" ,
"55431007275" ,
"55431007300" ,
"55431007325" ,
"55431007350" ,
"55431007375" ,
"55431007400" ,
"55431007425" ,
"55431007450" ,
"55431007475" ,
"55431007500" ,
"55431007525" ,
"55431073000" ,
"55431017010" ,
"55431019010" ,
"55431012000" ,
"55431010000" ,
"55431034000" ,
"55431034100" ,
"55431034200" ,
"55431034300" ,
"55431034400" ,
"55431034500" ,
"55431134000" ,
"55431134100" ,
"55431134200" ,
"55431134300" ,
"55431134400" ,
"55431134500" ,
"55431234000" ,
"55431234100" ,
"55431234200" ,
"55431234300" ,
"55431234400" ,
"55431234500" ,
"55431934000" ,
"55431099000" ,
"7900408014401" ,
"7900408304401" ,
"79004084000" ,
"54603097000" ,
"59033080000" ,
"0760253270" ,
"77204080130" ,
"54603081000" ,
"50180604" ,
"0760243050" ,
"77204080020" ,
"77204085000" ,
"77204087000" ,
"77204080010" ,
"0618182416" ,
"79004084010" ,
"0618222820" ,
"0760222841" ,
"54603090010" ,
"54603090020" ,
"54603090030" ,
"77204080110" ,
"77204080090" ,
"79004083010" ,
"48601408S2" ,
"48601407S2" ,
"0025080256" ,
"48600692" ,
"48601484S" ,
"48601533S" ,
"48601574S3" ,
"48601501S1" ,
"48601462S1" ,
"48601452S1" ,
"48600578S" ,
"48601820S" ,
"RP10015" ,
"48601485S3" ,
"48601485S4" ,
"R14062" ,
"48601454S1" ,
"48601453S1" ,
"48601495" ,
"48601494S" ,
"48601671" ,
"R14047" ,
"R14046" ,
"04100002" ,
"48600044" ,
"48601628S" ,
"48601459" ,
"52000158" ,
"T14034" ,
"00062010053" ,
"48601166S1" ,
"R14060" ,
"50181144S1" ,
"50181101S23" ,
"50181101S29" ,
"50181101S30" ,
"50181101S33" ,
"R12025" ,
"50180095" ,
"50180218" ,
"36120151" ,
"52000146" ,
"50180991S" ,
"91210100S" ,
"91210101S" ,
"91210102S" ,
"91210103S" ,
"91210104S" ,
"91210105S" ,
"91210123S" ,
"91210124S" ,
"91210126" ,
"91210128S" ,
"91210129" ,
"50180824S" ,
"46810893" ,
"50181207" ,
"50181092" ,
"50181255S" ,
"50181091" ,
"50180603SA" ,
"50180126" ,
"50180626" ,
"50181100" ,
"50181148S1" ,
"46811205" ,
"50180751S1" ,
"RP10019" ,
"79104030044" ,
"77204066100" ,
"77304066050" ,
"0009050106" ,
"79004042000" ,
"59009062013" ,
"77704034000" ,
"59404032000" ,
"0618222812" ,
"54603036000" ,
"79004070000" ,
"59009062019" ,
"0025060456" ,
"77304070130" ,
"79004037000" ,
"54804038000" ,
"77204041000" ,
"77204066010" ,
"54603055051" ,
"77704070210" ,
"79004030010" ,
"7900900144430" ,
"77709010144" ,
"54809011000" ,
"0625069068" ,
"77709015000" ,
"0760354771" ,
"77709012000" ,
"7710907122630" ,
"79109072000" ,
"7910907000030" ,
"50309073000" ,
"00050000954" ,
"78109090000" ,
"77110090050" ,
"79009060000" ,
"79109081033" ,
"70009082000" ,
"55003135000" ,
"7770908107055" ,
"7910600100028" ,
"7910600400028" ,
"7910600300028B" ,
"7910600500028" ,
"7910600101028" ,
"0017060206" ,
"83008000015" ,
"0025080166" ,
"77308013010" ,
"51006027000" ,
"55506026000" ,
"79006017000" ,
"50406016000" ,
"79006015000" ,
"79103002020" ,
"47106003160" ,
"79006010010" ,
"5050701300030" ,
"79107011000" ,
"7770700814404" ,
"50307014000" ,
"0026060136" ,
"79107013010" ,
"78007000270" ,
"7910805400028A" ,
"50507016000" ,
"0025060126" ,
"58031005000" ,
"0770130023" ,
"0017060205" ,
"50307005000" ,
"79107040000" ,
"79107040060" ,
"79107040010" ,
"7910800700028" ,
"0024060106" ,
"79008010000EB" ,
"0025060166" ,
"7910801300028" ,
"77713080001" ,
"50313081200" ,
"54813082000" ,
"54813090300" ,
"79013090000" ,
"77713083000" ,
"54813018000" ,
"77713075000" ,
"54613218100" ,
"77213070300" ,
"62513020000" ,
"7901000134430" ,
"78010010244" ,
"77710011000" ,
"0625060058" ,
"0472047175" ,
"0760324771" ,
"77710016000" ,
"7901007120530" ,
"7911007000030" ,
"79010060000" ,
"50310073200" ,
"77710015000" ,
"7771015104801" ,
"7771015105001" ,
"7771015105201" ,
"0019080266S" ,
"06923080003" ,
"50310165118" ,
"50310166000" ,
"78110090000" ,
"77710085044" ,
"77710084000" ,
"50304040100" ,
"58414030000" ,
"61010086000" ,
"77710015010" ,
"00050002077" ,
"00050000975" ,
"79333001000" ,
"0405242812" ,
"79333005000" ,
"79333043000" ,
"54633096000" ,
"79333003000" ,
"79333030000" ,
"79333004000" ,
"0405222613" ,
"79333002000" ,
"77233015000" ,
"0625062056" ,
"0019050121S" ,
"0625160041" ,
"77233088000" ,
"79333010000" ,
"79333012000" ,
"79333014000" ,
"59033030000" ,
"79333013000" ,
"79333015000" ,
"0405202413" ,
"79333011000" ,
"56033030000" ,
"49030023000" ,
"0760324571" ,
"0770020220" ,
"78133014000" ,
"79233029013" ,
"79233029014" ,
"59033034044" ,
"0625062035" ,
"0471170015" ,
"34188S0301" ,
"0025080506" ,
"0025080406" ,
"0015080256S" ,
"0032100356S" ,
"83001040000" ,
"0770025035" ,
"79001037034" ,
"78112020050" ,
"0912040163" ,
"7900103202230" ,
"7910103402230" ,
"79001038000" ,
"79001039136" ,
"54201081100" ,
"77701084000" ,
"54601184000" ,
"7770108510028" ,
"78101086000" ,
"59001092050" ,
"7770109410028G" ,
"48600698" ,
"00050000929" ,
"00050000930" ,
"7900200100030" ,
"79102002044" ,
"50402010025" ,
"50502091000" ,
"50311089200" ,
"79002021100" ,
"44011076200" ,
"79232063000" ,
"54802030144" ,
"54802031000" ,
"54802032000" ,
"5480200310030" ,
"54802052000" ,
"54802037000" ,
"54802038100" ,
"54802046000" ,
"5550300100033" ,
"79103002000" ,
"77303139000" ,
"0019080206S" ,
"79003003000" ,
"5550301300001S" ,
"5550301400001S" ,
"0035080156S" ,
"79607012000" ,
"79111093000" ,
"50335030001" ,
"50303089000" ,
"54310086100" ,
"77203014000" ,
"79103002010" ,
"0025080306" ,
"0025060406" ,
"0125060003" ,
"79003040000" ,
"79003041000" ,
"0125100003" ,
"79003044000" ,
"54803044000" ,
"79003045000" ,
"0094032253" ,
"79003040033" ,
"0014050123" ,
"54803092060" ,
"44011076305" ,
"44011076140" ,
"7910309400030" ,
"79003002080" ,
"79003053010" ,
"55403096010" ,
"18187S0301" ,
"77204089000" ,
"55505079000" ,
"78105081010" ,
"0011480800" ,
"0770740015" ,
"55505079060" ,
"55505078210" ,
"55505007000" ,
"55405057000" ,
"0770440030" ,
"50305016000" ,
"54603048000" ,
"77805069000" ,
"55405058000" ,
"0025060306" ,
"50233041000" ,
"79105068000" ,
"77205169000" ,
"77205068000" ,
"79108095000" ,
"79108098003" ,
"52000145" ,
"00063004012" ,
"00063004202" ,
"20180189INT" ,
"312305" ,
"312313" ,
"3210039" ,
"3212702DE/ENE" ,
"3212704ENE" ,
"50203098000" ,
"50435033000" ,
"50435033100" ,
"3213424ENE" ,
"3213848EN" ,
"50329072000" ,
"79412966000" ,
"55430000133" ,
"75030010100" ,
"54830027000" ,
"54630027000" ,
"58038022000" ,
"58030021000" ,
"45130022000" ,
"0025060606" ,
"55430039000" ,
"0912060406" ,
"55430090000" ,
"55430199001" ,
"55530001044" ,
"55430025000" ,
"49030090100" ,
"0603061001" ,
"0025060106" ,
"54637107000" ,
"54837091100" ,
"55430027000" ,
"5543002610015" ,
"79430020033" ,
"0770191015" ,
"0025060206" ,
"0760193070" ,
"55430007000 I" ,
"55430007000 II" ,
"54830232000" ,
"54030074000" ,
"55430033000" ,
"54630029000" ,
"58132072000" ,
"55430016000" ,
"0760385273" ,
"0770250015" ,
"0625623204" ,
"6946005" ,
"55430018100" ,
"0888030050" ,
"54430034000" ,
"56530123200" ,
"0760253570" ,
"50230029012" ,
"49030021000" ,
"54830015244" ,
"00050000261" ,
"00050000262" ,
"00050002301" ,
"55530038000" ,
"55537001000" ,
"0912060353" ,
"54830079000" ,
"56530080000" ,
"55430006100" ,
"0770730020" ,
"0770105020" ,
"58336020090" ,
"58605083014" ,
"5483700710015" ,
"54837008000" ,
"5483700500015" ,
"54837006000" ,
"0770116241" ,
"51005074000" ,
"55530044000" ,
"0835100353" ,
"55430030020" ,
"55430030025" ,
"55430030040" ,
"55430030050" ,
"55430030075" ,
"0402040980" ,
"0913060203" ,
"77336088106" ,
"55430097000" ,
"50430151044" ,
"54830052344" ,
"50430098050" ,
"54830153050" ,
"00810300553" ,
"0081035253" ,
"0081030124" ,
"54830061000" ,
"55430250100" ,
"50430098060" ,
"79232201073" ,
"78132002300" ,
"79432003000" ,
"78132002111" ,
"78132025100" ,
"77232004000" ,
"78132013000" ,
"59032010100" ,
"59032010200" ,
"78932010000" ,
"54832011100" ,
"55432024026" ,
"77232015000" ,
"56532095000" ,
"78132005000" ,
"78132006100" ,
"0025050166" ,
"78132018000" ,
"0936181505" ,
"77232009000" ,
"78032057044" ,
"79232054000" ,
"79232061044" ,
"79032064000" ,
"0770300015" ,
"0603082121" ,
"50329050000" ,
"54832011110" ,
"54633037000" ,
"79233070044" ,
"79233050000" ,
"50433054200" ,
"0405252910" ,
"54833044000" ,
"79233051027" ,
"0417025000" ,
"50433052000" ,
"58033028000" ,
"59033069000" ,
"0471170010" ,
"50333041000" ,
"79233053000" ,
"55535052000" ,
"55535053000" ,
"61230045000" ,
"79235055044" ,
"50435049000" ,
"0760082472" ,
"0625160020" ,
"50535007100" ,
"50535008100" ,
"79035016000" ,
"79135071044" ,
"10001020300" ,
"42013037400" ,
"59007017000" ,
"55535025000" ,
"55535027000" ,
"55535026000" ,
"79135073000" ,
"7913503400030" ,
"0024060123" ,
"79135031000" ,
"54837062000" ,
"54837063000" ,
"0770160021" ,
"55437061044" ,
"55437062044" ,
"014580060256" ,
"54637067000" ,
"55537066000" ,
"014580060106" ,
"55537065000" ,
"55537080000" ,
"55537064044" ,
"54837064150" ,
"50437023100" ,
"0770150151" ,
"55537020000" ,
"014580060166" ,
"0137060003" ,
"0021060003" ,
"54637056100" ,
"55437058000" ,
"0025050256S" ,
"55537068000" ,
"55537050244" ,
"54637098100" ,
"0014050203" ,
"54637070100" ,
"54837075000" ,
"0770021120" ,
"0770240020" ,
"54837069000" ,
"54837072100" ,
"54837072000" ,
"54637072300" ,
"54637071200" ,
"47237056000" ,
"0988101610" ,
"0618101410" ,
"55437057100" ,
"55537095044" ,
"50237195055" ,
"55430002000" ,
"59039006000" ,
"55439005100" ,
"0912050253" ,
"50439004010" ,
"55439004000" ,
"50439013100" ,
"47039090000" ,
"54331093410" ,
"50231012000" ,
"0017060305" ,
"0021050003" ,
"55439031200" ,
"60308006000" ,
"79111055000" ,
"54839032200" ,
"45230024000" ,
"77013060044" ,
"54813062100" ,
"54813063000" ,
"55413050044" ,
"55413051000" ,
"79003062000" ,
"0025060206S" ,
"54813056000" ,
"0934060003" ,
"54813055000" ,
"59001037000" ,
"46030045000" ,
"0625060002" ,
"54630044000"
)
Copy
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (10685 , 15050 , 18075 , 18095 , 19130 , 19201 , 50044 , 50068 , 50163 , 50164 , 50325 , 50330 , 50337 , 50394 , 50501 , 50545 , 50551 , 50643 , 50646 , 50653 , 50657 , 50658 , 50662 , 50663 , 50665 , 50666 , 50667 , 50668 , 50669 , 50670 , 50671 , 50672 , 50673 , 50677 , 50682 , 50906 ) AND article_number IN ("7701301500101" , "77013014000" , "77013021000" , "77013019000" , "77013017000" , "77013018000" , "77713030000" , "61013020100" , "54613218000" , "0025080306S" , "59013010000" , "0603100141" , "50213025000" , "77713001044" , "77713003000" , "77713008000" , "54802005100" , "0025060256" , "77713006000" , "77713002000" , "77713007000" , "77713004000" , "54813020100" , "54802051000" , "00062030000" , "0035080206S" , "0340084234" , "0888030037" , "55430056000" , "0472042175" , "0625063022" , "55430058000" , "55430059100" , "47030076100" , "55430057100" , "55434005133" , "79234008144" , "54634020000" , "56534013100" , "54834014000" , "54634050000" , "54632095000" , "0760142460" , "55434031000" , "50233041500" , "0024060156S" , "0025050206" , "0349000050" , "55434024000" , "54634052300" , "55434023100" , "0402061480" , "79234003000" , "79234002000" , "79234001000" , "77034019000" , "54834019000" , "0984060302" , "55434015000" , "0625618050" , "75030085000" , "0019050106S" , "79234012000" , "79234012010" , "55431001244" , "55431051050" , "55431051080" , "55431021000" , "55431021100" , "55431021400" , "55431021700" , "31007007101" , "52031137001" , "55431245000" , "55431699000" , "0014050163" , "55431017000" , "55431019000" , "55431034050" , "55431009000" , "55431011000" , "55431030050" , "55431027000" , "55431030000" , "55431034060" , "55431020000" , "55431025000" , "55431029100" , "55431029155" , "55431029400" , "55431029410" , "55431029420" , "55431029430" , "55431029440" , "55431029450" , "55431029460" , "55431029470" , "55431029480" , "55431029490" , "55431029500" , "55431029520" , "55431029540" , "55431029560" , "55431029580" , "55431029600" , "55431007150" , "55431007175" , "55431007225" , "55431007250" , "55431007275" , "55431007300" , "55431007325" , "55431007350" , "55431007375" , "55431007400" , "55431007425" , "55431007450" , "55431007475" , "55431007500" , "55431007525" , "55431073000" , "55431017010" , "55431019010" , "55431012000" , "55431010000" , "55431034000" , "55431034100" , "55431034200" , "55431034300" , "55431034400" , "55431034500" , "55431134000" , "55431134100" , "55431134200" , "55431134300" , "55431134400" , "55431134500" , "55431234000" , "55431234100" , "55431234200" , "55431234300" , "55431234400" , "55431234500" , "55431934000" , "55431099000" , "7900408014401" , "7900408304401" , "79004084000" , "54603097000" , "59033080000" , "0760253270" , "77204080130" , "54603081000" , "50180604" , "0760243050" , "77204080020" , "77204085000" , "77204087000" , "77204080010" , "0618182416" , "79004084010" , "0618222820" , "0760222841" , "54603090010" , "54603090020" , "54603090030" , "77204080110" , "77204080090" , "79004083010" , "48601408S2" , "48601407S2" , "0025080256" , "48600692" , "48601484S" , "48601533S" , "48601574S3" , "48601501S1" , "48601462S1" , "48601452S1" , "48600578S" , "48601820S" , "RP10015" , "48601485S3" , "48601485S4" , "R14062" , "48601454S1" , "48601453S1" , "48601495" , "48601494S" , "48601671" , "R14047" , "R14046" , "04100002" , "48600044" , "48601628S" , "48601459" , "52000158" , "T14034" , "00062010053" , "48601166S1" , "R14060" , "50181144S1" , "50181101S23" , "50181101S29" , "50181101S30" , "50181101S33" , "R12025" , "50180095" , "50180218" , "36120151" , "52000146" , "50180991S" , "91210100S" , "91210101S" , "91210102S" , "91210103S" , "91210104S" , "91210105S" , "91210123S" , "91210124S" , "91210126" , "91210128S" , "91210129" , "50180824S" , "46810893" , "50181207" , "50181092" , "50181255S" , "50181091" , "50180603SA" , "50180126" , "50180626" , "50181100" , "50181148S1" , "46811205" , "50180751S1" , "RP10019" , "79104030044" , "77204066100" , "77304066050" , "0009050106" , "79004042000" , "59009062013" , "77704034000" , "59404032000" , "0618222812" , "54603036000" , "79004070000" , "59009062019" , "0025060456" , "77304070130" , "79004037000" , "54804038000" , "77204041000" , "77204066010" , "54603055051" , "77704070210" , "79004030010" , "7900900144430" , "77709010144" , "54809011000" , "0625069068" , "77709015000" , "0760354771" , "77709012000" , "7710907122630" , "79109072000" , "7910907000030" , "50309073000" , "00050000954" , "78109090000" , "77110090050" , "79009060000" , "79109081033" , "70009082000" , "55003135000" , "7770908107055" , "7910600100028" , "7910600400028" , "7910600300028B" , "7910600500028" , "7910600101028" , "0017060206" , "83008000015" , "0025080166" , "77308013010" , "51006027000" , "55506026000" , "79006017000" , "50406016000" , "79006015000" , "79103002020" , "47106003160" , "79006010010" , "5050701300030" , "79107011000" , "7770700814404" , "50307014000" , "0026060136" , "79107013010" , "78007000270" , "7910805400028A" , "50507016000" , "0025060126" , "58031005000" , "0770130023" , "0017060205" , "50307005000" , "79107040000" , "79107040060" , "79107040010" , "7910800700028" , "0024060106" , "79008010000EB" , "0025060166" , "7910801300028" , "77713080001" , "50313081200" , "54813082000" , "54813090300" , "79013090000" , "77713083000" , "54813018000" , "77713075000" , "54613218100" , "77213070300" , "62513020000" , "7901000134430" , "78010010244" , "77710011000" , "0625060058" , "0472047175" , "0760324771" , "77710016000" , "7901007120530" , "7911007000030" , "79010060000" , "50310073200" , "77710015000" , "7771015104801" , "7771015105001" , "7771015105201" , "0019080266S" , "06923080003" , "50310165118" , "50310166000" , "78110090000" , "77710085044" , "77710084000" , "50304040100" , "58414030000" , "61010086000" , "77710015010" , "00050002077" , "00050000975" , "79333001000" , "0405242812" , "79333005000" , "79333043000" , "54633096000" , "79333003000" , "79333030000" , "79333004000" , "0405222613" , "79333002000" , "77233015000" , "0625062056" , "0019050121S" , "0625160041" , "77233088000" , "79333010000" , "79333012000" , "79333014000" , "59033030000" , "79333013000" , "79333015000" , "0405202413" , "79333011000" , "56033030000" , "49030023000" , "0760324571" , "0770020220" , "78133014000" , "79233029013" , "79233029014" , "59033034044" , "0625062035" , "0471170015" , "34188S0301" , "0025080506" , "0025080406" , "0015080256S" , "0032100356S" , "83001040000" , "0770025035" , "79001037034" , "78112020050" , "0912040163" , "7900103202230" , "7910103402230" , "79001038000" , "79001039136" , "54201081100" , "77701084000" , "54601184000" , "7770108510028" , "78101086000" , "59001092050" , "7770109410028G" , "48600698" , "00050000929" , "00050000930" , "7900200100030" , "79102002044" , "50402010025" , "50502091000" , "50311089200" , "79002021100" , "44011076200" , "79232063000" , "54802030144" , "54802031000" , "54802032000" , "5480200310030" , "54802052000" , "54802037000" , "54802038100" , "54802046000" , "5550300100033" , "79103002000" , "77303139000" , "0019080206S" , "79003003000" , "5550301300001S" , "5550301400001S" , "0035080156S" , "79607012000" , "79111093000" , "50335030001" , "50303089000" , "54310086100" , "77203014000" , "79103002010" , "0025080306" , "0025060406" , "0125060003" , "79003040000" , "79003041000" , "0125100003" , "79003044000" , "54803044000" , "79003045000" , "0094032253" , "79003040033" , "0014050123" , "54803092060" , "44011076305" , "44011076140" , "7910309400030" , "79003002080" , "79003053010" , "55403096010" , "18187S0301" , "77204089000" , "55505079000" , "78105081010" , "0011480800" , "0770740015" , "55505079060" , "55505078210" , "55505007000" , "55405057000" , "0770440030" , "50305016000" , "54603048000" , "77805069000" , "55405058000" , "0025060306" , "50233041000" , "79105068000" , "77205169000" , "77205068000" , "79108095000" , "79108098003" , "52000145" , "00063004012" , "00063004202" , "20180189INT" , "312305" , "312313" , "3210039" , "3212702DE/ENE" , "3212704ENE" , "50203098000" , "50435033000" , "50435033100" , "3213424ENE" , "3213848EN" , "50329072000" , "79412966000" , "55430000133" , "75030010100" , "54830027000" , "54630027000" , "58038022000" , "58030021000" , "45130022000" , "0025060606" , "55430039000" , "0912060406" , "55430090000" , "55430199001" , "55530001044" , "55430025000" , "49030090100" , "0603061001" , "0025060106" , "54637107000" , "54837091100" , "55430027000" , "5543002610015" , "79430020033" , "0770191015" , "0025060206" , "0760193070" , "55430007000 I" , "55430007000 II" , "54830232000" , "54030074000" , "55430033000" , "54630029000" , "58132072000" , "55430016000" , "0760385273" , "0770250015" , "0625623204" , "6946005" , "55430018100" , "0888030050" , "54430034000" , "56530123200" , "0760253570" , "50230029012" , "49030021000" , "54830015244" , "00050000261" , "00050000262" , "00050002301" , "55530038000" , "55537001000" , "0912060353" , "54830079000" , "56530080000" , "55430006100" , "0770730020" , "0770105020" , "58336020090" , "58605083014" , "5483700710015" , "54837008000" , "5483700500015" , "54837006000" , "0770116241" , "51005074000" , "55530044000" , "0835100353" , "55430030020" , "55430030025" , "55430030040" , "55430030050" , "55430030075" , "0402040980" , "0913060203" , "77336088106" , "55430097000" , "50430151044" , "54830052344" , "50430098050" , "54830153050" , "00810300553" , "0081035253" , "0081030124" , "54830061000" , "55430250100" , "50430098060" , "79232201073" , "78132002300" , "79432003000" , "78132002111" , "78132025100" , "77232004000" , "78132013000" , "59032010100" , "59032010200" , "78932010000" , "54832011100" , "55432024026" , "77232015000" , "56532095000" , "78132005000" , "78132006100" , "0025050166" , "78132018000" , "0936181505" , "77232009000" , "78032057044" , "79232054000" , "79232061044" , "79032064000" , "0770300015" , "0603082121" , "50329050000" , "54832011110" , "54633037000" , "79233070044" , "79233050000" , "50433054200" , "0405252910" , "54833044000" , "79233051027" , "0417025000" , "50433052000" , "58033028000" , "59033069000" , "0471170010" , "50333041000" , "79233053000" , "55535052000" , "55535053000" , "61230045000" , "79235055044" , "50435049000" , "0760082472" , "0625160020" , "50535007100" , "50535008100" , "79035016000" , "79135071044" , "10001020300" , "42013037400" , "59007017000" , "55535025000" , "55535027000" , "55535026000" , "79135073000" , "7913503400030" , "0024060123" , "79135031000" , "54837062000" , "54837063000" , "0770160021" , "55437061044" , "55437062044" , "014580060256" , "54637067000" , "55537066000" , "014580060106" , "55537065000" , "55537080000" , "55537064044" , "54837064150" , "50437023100" , "0770150151" , "55537020000" , "014580060166" , "0137060003" , "0021060003" , "54637056100" , "55437058000" , "0025050256S" , "55537068000" , "55537050244" , "54637098100" , "0014050203" , "54637070100" , "54837075000" , "0770021120" , "0770240020" , "54837069000" , "54837072100" , "54837072000" , "54637072300" , "54637071200" , "47237056000" , "0988101610" , "0618101410" , "55437057100" , "55537095044" , "50237195055" , "55430002000" , "59039006000" , "55439005100" , "0912050253" , "50439004010" , "55439004000" , "50439013100" , "47039090000" , "54331093410" , "50231012000" , "0017060305" , "0021050003" , "55439031200" , "60308006000" , "79111055000" , "54839032200" , "45230024000" , "77013060044" , "54813062100" , "54813063000" , "55413050044" , "55413051000" , "79003062000" , "0025060206S" , "54813056000" , "0934060003" , "54813055000" , "59001037000" , "46030045000" , "0625060002" , "54630044000" );
Copy
80
0.33 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = ?
Parameters :
[
1001516214
]
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = 1001516214 ;
Copy
81
0.25 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 :
[
"1001516214 "
]
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 = '1001516214' ;
Copy
82
15.46 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"ƒ0ìs[╦E┐ê]²wsÿ{\x14 "
b"╠¥└\e b\x15 D{òìiq@I║~ "
b"·þw$¡åOú‘á?\r E\x0E Ï "
b"="ô\x16 wÙIv“b\x16 ôK}\x1D – "
b"ü-\x1D g\x12 ÿG\x13 áÖ┤╣┼4µ= "
b"ÕãuœõO0°>\÷™ˆt\x13 "
b"\x13 ³`ü┤cI;«r²\x02 .\f ßu "
b"\v ˆÇ°š\t J̨\x11 0«\r °\x01 ¤ "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"gïƒU$\x12 GC™…Ø#˜Àщ "
b"Ã╚{ÄWÅL\x13 ÂUã~²^]d "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b"‚SyöIeB„‡Q½\x01 ±CÏ{ "
b"ŠýA„ú\x7F M\x01 ¨4u}é\e PY "
b"I#å\x03\x0E VOñ§\x08 ÿjȹ®Ñ "
b"\x0F <Ä¡ÛùM×@]‡Ð]g, "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"àý¨YÖM<ŠÑ«wƒ©÷5 "
b"üW\t ¾Äs@·¸ µÙ\x02 Sú\x17 "
b"""
‚üh99}C½¢kŒòaý\n
¥
"""
b"""
█╣Ô┴5\n
K\r ┐Ò´GÐ┴ÃÉ
"""
b"\x0E ®\x0E dE\x05 @‰¶|1Ìò\x07 8M "
b"ßÊ%8Õå@¸”ŽÏV®WÀt "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"'ÏÔô╦ÁO³¿\x05 L"iìa# "
b"╝┤â\x14 "aGvæ=┤k▒rÅÙ "
b"\r }só\x17 ØH\x06 ükHáN─}; "
b"7Aï4@\x7F G─ì\x15 µN\r ´R╦ "
b" Ãc)±çH,³\x16\x1E ¢á\x02 W "
b"„øoi\x15 .J‚‰»¸Åô®4à "
b"â\x1C AC\x19 IB=§‚òÓ‡\f lœ "
b"}Ý\r «qëOs©Š«É\e\x06 I¶ "
b"\x15 tk9Ž\v B$³WÏ`;oºú "
b"$â\x13 ª{‚@>¹É\x13 Ü„y‘* "
b".f¡êɵBu«\x06 Ű³÷'Q "
b"ˆGY.xkHO”½o3§\x01 …@ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"z¢9%\e êM│ìep÷\x7F BÝ¢ "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"ùæ¥&'ïC\t «/\x12 Ç\x0E\x13 ìï "
b"ì\x14 6Ú\x1E LO\x03 »\t +!Œ§Œ² "
b"\ŒÌy«óJ˺cîã?4Sb "
b")"áÆRÑF@µ)}—šgì\x1D "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"HN¹\e\x1F\x04 HdµƒZzjAó§ "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b"`m\f 3\x08 »B╦üÉ╔©¨={│ "
b"""
XuÚ\n
AIGî»OsÛ!Å«}
"""
b"œ«ÜF(ÙMݳ‚cî½Gâ8 "
b"W¡\x14 f+\x19 F•®Ö“á2ðA— "
b"■├Ä2ı=L1É┘þ_ãõ\r J "
b"Kö~ö90Fé»\x16 Œ8v¼\x0E £ "
b"8\x05\x17 t■.K%╗\x08 ì#H´ûÝ "
b"\r ›×«k\x1F Iˆ¸@0¦d+Œ- "
b"'6ËÌò¦H^Ÿ|»Yí¶\x14 Þ "
b"µtäÓ͘Lq¤Ä´HG2…\x06 "
b"ú8rRE¯Is«¦\x1C n\r ÈmQ "
b"\x18 [ÜZ\x18 Gã“t\x17\x03 ÈÔ–( "
b"\x15 LûnGüB)¿,»\x1C FÉ7╦ "
b"G:JõeÕG¯¤¿§W©þò? "
b"ëø\x14 ®‹ÛNd’Ÿf\x06 ³C\x05 ° "
b"°ƒ¬pË4H\x0F ¨\x16 i¤i6ð\x02 "
b"€$Awp?EÕ½Ðà[òs7& "
b"F)AoN\x1A @‹œ]Ð/¾™Â– "
b"¥óÔ¬¸\x1F @³§Œ`jª×—q "
b"µ!Ý·ËkH©§/A\x1E >%Mw "
b"[Š'‡þ£I\v ˆÈ74›ö-B "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"O±¶N8gFÏÅ╦\x10 0ÎÞÉ\x07 "
b"·®ÔbTuFs»GÆ\x04 Û‘âî "
b"""
×¾é¿\n
@Iz€O 8[SlÛ
"""
b"J¨Ä\x16 :´Bó‹>Íð\f ^\x1D [ "
b"<Y>Eâ9Mä—‹Æ“Mù_\x11 "
b"9\x02 Ê)ßg@<¤h\x1D 5IúœÖ "
b"KÑÍ\x1A æ²HÉÁ)Ù4g¥┤Ö "
b"Û\x13 •Ë\x1F ±J\x04 Š«‡´eD©H "
b"Î¥T¡½ìB4ç«näha▀Æ "
b")Ëž¡¡‰Hw„&*wyÑ:… "
b"£ø$õ®ñM-…\f ‚lwy ¥ "
b"yÝÀ´òÛA²šÆPüƒ— "
b"8]|ð«ÍK¶¶éa °\x10 áš "
b"\t É?ûrñCê©ÖsS¿ıZÇ "
b"\x06 Aü·\x0E (Cz╣\x1F\x00 "\x12 àPé "
b"Zê+\t Å8H"¿pl£Æ\r JÖ "
b"‰#Mþ½ÒIº‰è•ʧZŽ˜ "
b"""
~†\n
§ÓšK~–zq7o)hA
"""
b"W\x1C ì9»KKÒ¸/–‘Ãu8ñ "
b"—\x18 3\x1C ĆDÜšpÃ\e )~\x11 » "
b"ô485┴‗GÁò°¼«Yü)§ "
b"U¼ùu_âGýüÖbxºA\x16 v "
b"†Ü\x03 ˆ†Eë¬×O_›EI. "
b"»ªþ×zÀG¦¡¨íäy†vZ "
b"ï—\x1E bÕºCï‰B‚y¤äø« "
b"GËù¢6SLÝ›ÿÔ\x11 G\x0E g` "
b"áñˆ\x1D µ\x18 E–‡\x07 åÈK»QÖ "
b"‗╠S\x05 ░\x07 MÆØÑ▒ü\x17 ⯰ "
b"\x06 õ(_|‰Al¿\x1E\x0E »äX‰á "
b"Žûª\x06 +Ó@Èš¾A\x03 ¥’:- "
b"u\x08 ô\x0E ÎØC\x08 òû├îrM?ã "
b"ÞO¾9\x0F æKh£Ð_!ËüøG "
b"\x03 Éo\x1C\x16 ME\e ╝â\x7F ý\x1D ╠[F "
b"?═jEÉKG▄¥]¤yAÓ╦█ "
b"Z¨Ïü\x14 wM·Žõ§¦\x1A YÞi "
b"Žy)<Ë¿CX™7˜Q\x10 œw9 "
b"d}f═PÄHØñ\x1F ¼:5\x18 ┼ö "
b"Ö…½Ë;\x01 GÏ£\x0E u}‚̓6 "
b"1P2]\x06 KA%Žñ\x04 qÍgå\x19 "
b"R\x15 ¸qüOCýûø³qMÇ®▀ "
b"\x18 !JO,\x11 @8‰)[\x1E !á(@ "
b"Ó\x1E\x12 ï\x14 åN\x18 ¡¿P&óº?¶ "
b"jà¤7Ø\x1F N╔¡.ð┴÷Í*Æ "
b"i·\x1F S#¹BÜ™O@\x7F ï÷“) "
b"¢ß#6ºqLöyFÿæç|F "
b""FHO`xGZž\x16 N»è§„e "
b"î«\x1E\x02 ùrJê‰ÿ—½ Ÿ†Ð "
b"Ð┌ìaåBJuîßïdxm\x05 S "
b"éWbN\x10 uO3œùHW™ì¢C "
b"¼šÚ= ;NK±²ø{1\x15 2\x0E "
b"Ã\r \x01 \r 7A\¿XÍŸóa“Ž "
b"€\x13 ¢?{*NE¯Kþî„1e» "
b"Y#•-…"Kyƒ\x15 <\x0F Ê&¿Ÿ "
b"▒Öqs«!K¯│åö|ü\x0F =¾ "
b"œXhòõd@\x10 Šr\x7F Ÿ\x00 6y… "
b"\x03 Ö)hfÛ@\r Ž\x00 ƒ©\x1C ]Éj "
b"Ѽ¼c×╔B┐ÖÅRÓ´\x1E ù¬ "
b"äëôð÷…BY¥¨Íy\x06 Ã²Ì "
b"½\x0E îlCî@+¶\x7F ˆ\x06 [»öe "
b"ì\¡§PcNTÇ=®▄pöDÀ "
b"Ìã3C‚\x15 NG¼p@©¾ÈJƒ "
b"\x08 {sªfÆBï™.• ÆC)> "
b"\x13 Ü6§SÜMe…îŠ{\v ¬›Q "
b"^O²ªÖâMÇ‹ƒáÈ$Qªy "
b"˜nŠ}%\x1F D\x02 »ˆr¨8Ý\x16 ¨ "
b"K\x12\x04 ñIÉFT·º‰z·<±\x00 "
b""Γ¢lÜOã³{\x1D\x06 Ä[TÛ "
b"$¼*HG\x05 CÑì"\e «é Äc "
b"ÿÅoü\x13 £CÀƒ\x01 Y½J\x04 o "
b"WdaW‰°L\x18 €žDû>Ÿ´Ñ "
b"àDX%\x1C ´K·†)5R"\x1F éi "
b"«\x08 *\x13 èHu˜QjV\x1D BAr "
b"Ù\x7F õÆ3.D·›F\x1C TÃ \f Š "
b"ãølb\x03\x06 HÖ¨\x03 £È\x17\x1A BM "
b"\x00 Ž*\x11 àãJy‚újU\t ¸u\r "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"xößNʯEd»Q\x03 MvšÓù "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"×bIc»EH—¥ÚÝt\x1F –G\x15 "
b"ê^Ð …CFW¸FFâ]\x0E ¤G "
b"X×┤j¾BO?¬øØð▓▀ýÓ "
b"■▄¹õ^ëDñü++zð8W) "
b"û╔ñ²ðnF"Á|█jLìƒt "
b"‡£~pÁ.M\x11 ³EèÚ\x12 YÚn "
b"ˆ\x7F «x„\x18 K—³/;[û\x02 ®2 "
b"\v oÅ¢sÏJˉé\x1A Å2‘Ø$ "
b";\x1A œY¦çL×µ˜óæVäHÿ "
b"¶¡;hÐ:I\v ‚Ó\x1A sÿ°ƒ\t "
b"yN}J mFUÅØÒùÆ]\x00 . "
b"ë<•á\r \x01 L\x7F …R±\x19 ‚¤”¨ "
b"Bߢ$¹»F² Ò¥´Š2a "
b"¤tC¤ÛìI‹§\x0E 5ÔÑÎQù "
b"Ò<\x01 7É┬Inélm╝s°î¡ "
b"qbyÜûlM6‡QëÙó=*+ "
b"œ„ó[™\x01 K;±³Ž•\x1E À€Õ "
b"\x11 ╗âçØGQÇÓ÷\x1D ¿èܵ "
b"[\v -œ\v sI››²’CeU˜” "
b"+XÔ\e !÷D/Å´/<ä\x17 (ì "
b"ZЧ[5ê@·€r\f õ¹\x15 9j "
b"ಒzvM–¾h\x14 îqÒ\x00 ê "
b"<\x11 }\v ¾°N·‡ÜÖs[ý¢V "
b"Ä^%@©4Oz¹‹™\x1A Å\x01 Œ¸ "
b"\x0F £¹¨»˜K\x1D ¸ç+$÷™¼$ "
b"╔^¹Ýó\v JÇ░Ìßè┼Å‗\x7F "
b"<æáÜãHò░\x08 ×ç¿\r ▄Å "
b"þ`†ÊmîHc®iðï4èÓ• "
b"ªZ¶J’»@Q¦Ö#o` iD "
b"Þž\x14 i0M3¿:Œ L\x14 ¸ï "
b":<ßÞ 'I$©ü\x00 å\x1E óo‰ "
b"\t ;\x10 )É░K\x1C ½'\x0E ånz\x16 Ý "
b"\x08 «,:„&F+³Æsw5ï’“ "
b"c#B‰¥\v Nˆ'›0e"´T "
b"iªè{rùB‚•!×F0béÎ "
b"bSÅ┌ÁTIgÇ7d\x10\x00 %gÚ "
b"Ö9‘vîxC/¶ÇB\x01 (jhg "
b"\x07 Ù°G0AOL½&x÷Â3Ð\x03 "
b"àUý]éHI\x06 »ƒ}YVtÕ> "
b"""
gÌÀ\x07 9OË Ss®T\n
Þ%
"""
b"„[’¥\x16 «IѦ†\x08 ŒÖÆ%? "
b"ɲ†7k/E\e Ÿ¾Ô-p¦£e "
b"l\«Iã¥DÈŠ9f›ª0åÅ "
b"v/>D\x1F ÿKÕ„WØ\x1E ²Ü¨À "
b"â\x17 Õïn\x08 E·¢\x16 f‚\x01 ;\x03 ß "
b"r…~ÀÎúE¸‰ü\x1C b·¯0Õ "
b"""
×ü╬\x7F\x10 FBEÿA3\n
\x14 'É©
"""
b"¦Ý4éÎ>@\x19 ¬:|Ju "
b"zßòc™\x19 B⿽°>«<„ö "
b"¶B2×╠ìDEÉÁHÌ"÷┘ "
b"fE\x00\x08 {jK¢ƒäؘèܲ8 "
b"ñóùãO¯K®‡n|¿×J6£ "
b"î╩bÉ\x1A !H·ÆX<Ó▀Hõ¯ "
b"öÐ,É\x10 ¿Of¶âìïuþ×È "
b"Î<ˆhç®Mu•\x01\x05 ÔãÐtÖ "
b"„öÎÖ\x02 3@ »QÍü±\x06 š‘ "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"¿\r W4—=Gó»|bà{Ô\x03\x12 "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"Œk'F\r ‘D,’¿ÚõÿEð "
b"'ù\e øÇNB§ì5?+Ã\x13\x0F ¿ "
b"ÿ¸!B÷MKMŒÅ\x0F ö,\x1C žg "
b"\x08 ¥V╠oSM÷ì'1q╬ÝË "
b""†\x1A\x1A (%B\x1A ·Š«¼\x02 •\x15\x10 "
b"ªtÐ\f ╝ëM¦ƒÑ!ì\x01 ý)╣ "
b"ŸX!Zø\x1D FVœ\x02 v4µˆ_Ä "
b"q\x13 œ—1JBÔ“ë^ÛË¾Í "
b"ƒ]Ë\x02 c’N\r ©´’\x01 ·\x1A ð/ "
b"┬è\x06 òÍ▓I#ØÍÔÐ│£\x1D T "
b"7l=V\v jJ\x1F £*\x03 n4‹0 "
b"Þ┤╝ \x18 KB\x11 ¿¢É\x13\x00 Åq8 "
b"d\x06 ÂòzrHVç\x00 À²ÉP\x15 ╬ "
b"é½Û©’\x02 A\x17 º3A\x12 ÎD$J "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"†tuu©JIhŒµëò£A0D "
b"§àÁvK¹O_†¿àÓ\x1D Õ?T "
b"Ï▓█ô╗GI\x14 Äk]8\x0F 3├É "
b"ÓÌL ýsN#²Œ =¶Î<± "
b"ÄŸÊãôòCb¿[Iø\x01 \/A "
b"\x1A ŒÝü€ýGR£í¬¼iŸ¤S "
b"¿l\x14 Ç\x14 .M¢¼ªü-°7ç€ "
b">\x00 r\e ‘ÊNÎŽ'«\x02 3˜\x1E — "
b"æìâEôæI\x7F Ä\x17 O:øWØv "
b":\e a├%6FãÅSD╬Þ\x00 @D "
b"│ı¤▀ô\x04 O\x0F ت>\e ý\x0F IÅ "
b"rÝ\x00\x0E (ßCѽ¨˜N\e H›± "
b"FúŠ\x7F p“C§…ÌЋ€\x1D ÃD "
b"›\x11\x1A XÍxGþƒsFÀZ5\x04 « "
b"l%“²¥>F¥¡ŽËÄ<5„F "
b"Toyæ╦$G\t òæ\jj\x01 ¯Ø "
b"ë:ü)¦·E×ɨ»Ú$¬p¡ "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"Jþ\x08 ƒ\f\t Lã£sºj©ßP¿ "
b"Â%«øNÞI5³FF¡ˆ\x12 XÈ "
b"ð©¡\x00 oENEˆE” "7J "
b"B„<9ò\x0E O#¥™WWv°`Â "
b"·Í\r Æ¡{IS·lJ\x10 b•Co "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"œï%”ÜõMEºTL„g,Àœ "
b"èn53UÛB†œdº˜Ãë<» "
b"\f œ·<i\x0E G›¿•Ÿ\x0E =\x1E z? "
b"ïÊ\t ¨ *Jn”ç˜"ñ\x15 vî "
b"ú┼-µ+;A▒üƒî5┘▀Æ0 "
b"\x13 °D\x07\x1C EOw‹ ‡Ï±ây "
b"d*x˜ŽÏD‘–d¤Õ0~É‘ "
b"™·Ô—‹\x11 MÉ®bô÷G’ðW "
b"ow¼ˆ¸[Bv®¹’캃‡Z "
b"û•µ6kMa ²C¾K”Zœ "
b"""
\x0F ÅÇÓ<\x1E M’±*\x10 wn\x1C \n
È
"""
b"fÖZ¹«\x03 JÅžs|\x04 ÿjm6 "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"‰2\r [!–M\x1F “›;\v OÓ9ü "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"}h*ÞÚûN\x14 º\x05 Pšà\x19 ™ä "
b"„à\x7F |ÙÁA\x1E ¢§ÚIââ\e s "
b"µ\x1C †9€xEA„(¢~âër² "
b"Ï8▄ü¯\x0E B.ÇÐá\x12 {ÌX┌ "
b"\x1A (F#A°IÞ¥(—¼·‡m: "
b""═òìNqKüâÒøÓÂð7â "
b"""
×8\n
šO;IÿƒQÎÅÄó¥ä
"""
b"½çuð\x1F YISØÛt╩ÜJ>Ü "
b"›à’&\x01 pG\x02 …\x10 þ¥Î‡\x1E u "
b"νhpÔ-E–¡|,©¯ˆÓî "
b"ÚT\x03 £éÌBCÑ\x15\x03\x0F ×ÉHW "
b"yÉÓ¦1ÞN\x08 ›%Áó±û\x7F d "
b"#Pvåë9M_ˆ£UÍÆub3 "
b"~}ÁÅ░BG§à┘æªLk£U "
b"i™Ò¿ê'H\x10 ‹\x05 mc\x18 ‚H¨ "
b"Üä)\x18\x0F T@£‚¦Ñø¡8» "
b"%uÛ¬®»Hô‹M—2üc‚F "
b"¶TßñißG|äæÀ\x11 Q┌ɸ "
b"""
\e ¨\x0E äÐ\x19 E;¢ªˆò\n
)T±
"""
b"┬ØåîææKJï&kw■zy\x0F "
b"̃~Ë+yB\v áàßÅSX\e 8 "
b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸ "
b"—Î<k?êG·«ß\x18 Õ\x08 éÍ6 "
b"FÒF\x08 áA\x12 °öÜÞ\x1C =Ö& "
b"(ÝË“Ü\x17 Bû§3n\x14 ‰JT\x02 "
b"\x01\x18 aÉk\x1A OÌ«eı§¯hm¬ "
b"Jg╔'│┐LÙöÓÅç\x03 j) "
b"Ct·\x17 x\x0F DÄØ\¢-╬╚\x13 ñ "
b"ØÂš¢^lJ¸¥"¿{›\r ˜ "
b"X\v ÒÝÓ€@›ƒA(':,\x7F p "
b";Ÿ°½,ªK\x15 ´bÚ“‹§¹ƒ "
b";Ñ^Fó#Aa£¨jÁqvl% "
b"š\x07\x08 ÛǘGµ´\x1C ü\x0F ï\x11 DM "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"""
k\n
ª\0”L\x05 ¬\x03 Ô×±?í_
"""
b"Ì^ÛÃI‚E1£øÌüDÈPê "
b"-ò¨ºËâNƒ³áÎìúŒùG "
b"U±nµÄÅF\x1E ¹ã>Ä’k×v "
b"\x1E \¡)8ñFDZ5Ö˜/¦S$ "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"åí¯¡╝yB═ü]É}&}d3 "
b"Ú\\x18 †\x19 ÉJ\x1A žX\x02 ISôî7 "
b"Ǹ&ò=´B╩½)ìT\e íBõ "
b"\x13 8¡—°ÔAœŒgâ)¸Vçì "
b"HõÁ¾†\x0F JJ¨ï%X¢~Ðó "
b"T\x12 ´A[YF\x1C »?K│§°Ø\x1E "
b"š(…sïÎK(†™ZúéCx¤ "
b"Wì©\x13 –ØD`¶„f¬!»Ûã "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"ÞŒšÁ\x12 §HAƒüŠÌþ Ì\x15 "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"»\x14 !ù?\x17 N}¯ \x12 #\x01 :n\x18 "
b""6ƒ¯—hC]¸pB\x06\e ª.î "
b"±G└█ÐrFƃØpè^öÕ\x1C "
b"ôöìyë╣J╗¼Â Ò├ñý+ "
b"═*1·|O\x04 ┐\e\x04\x1A ú7│Ø "
b"OúÉ\x14 ÑzCÀ§uÄïRêМ "
b"+\x17 ëƒ|ÇIó©¾u=s“ÿ "
b"ž…OÌ\x08\x19 D!»4ÿ\x19 ˜Šàù "
b"žhë5LIÜ4hv¨Â▒È "
b"µá\x13 ìÔ\x02 CúªY§\x1F ¾ó˜ç "
b"['uÚ\t ~KF²kZç\e Kh| "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b",\x17 4ä&ÉKx¡╗ınÉû2a "
b"§\t š´‡`F©‹’•”˜'˜\r "
b"`‘÷×]VLî©Iø{\x07 :Í8 "
b"Àk^W\JE\x7F ½7\x02 Q; "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"":zïSYB<’‰\v #3×(Î "
b"ÒýkOÚüNÏ‘d\x17 4]øbÄ "
b"""
ê¨p}ï{C\n
‘ÚwHóÝ´o
"""
b"{¬³4ŠðIŽŸªäVŠ×jí "
b"IGÍ¢,┬JiêÉòßW╩\x11 Ù "
b"óŒ|žÇêJ=œßôCS\x0F ts "
b"VL½£N¼Eýˆõ¹¢Þ¿n "
b"ÎMô®\e àEÓ…\x16 %sOº,) "
b"m'€¶Ò\x04 H‰¦36öµ™•ï "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"ŸcQ\x14 <.I‘§\x1D ezŠòÆñ "
b"::ãr;åFłʪ\x1D èBÖ§ "
b"v’n³Öý@%’UÊ&î½ã\x04 "
b"[‰mJzüK˜¦\x13 Æ)GÙáS "
b">Ùü\x06 ÝûK¥ù3\x12 )fâM "
b"²Ê%õT\x0F OÂþÿæx«—+ "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"""
z\x16 %°\n
?E½Ø,└\r ¨\x12 ôÍ
"""
b"†\x04 €¤MlLü’œ\x03 Dá”-õ "
b"^Dc‚h\x11 Mã“i'æ] ¢~ "
b"9Î!ÙKEN»”¸¢àDj‡\x06 "
b"^╔DıêüL<ܺ\x00 0½¿dO "
b"‹Ü0ÀU·H—°"£ÃA\f\v | "
b"""
?ýì\x03 ]\x02 C:½\n
╩\f +Á{\x05
"""
b"üÝ\x06\x1C y\e G2ª]Óß\x03 ÒŸÙ "
b"ùæávX8@˜¹¡h°Ùù¼æ "
b"╔¸\x16 ØlcJFøp¼Ê]\x14 ±ð "
b"v°╔eÿ>Aôì\x05 Bñ]'Í "
b"'P\x1F ■▓òH\x02 ìEÕ\x14 Ùû[8 "
b"\v ðU \f #Dʪv“ñWØ\x18 "
b"ýEÆ\e ”#D}¼YRxìbµ\x01 "
b"""
çLXB¹½G¶„z\n
z\v ÿ¯i
"""
b"ëN®<\x14 6Eµ¡Éº˜H—ŠÝ "
b"\x04 JÃäÊÉH\x13 ²¬,éÄ\x06 œÚ "
b"\x0E E¤|\f Mí¥#\x00 ž¥\x15 9I "
b"╗~▄╣\x19 ÞJÎÉcI¯╣Ôfñ "
b"|ð=Å¥QIʃâ'R˯È\x1E "
b"""
+úá±▓ÁO\x01 îì4¥\f \n
\x10 ù
"""
b"B\x0F ,o,äA\x01 ‡¦àM6Џr "
b"Aøßó.OLÌü╩³╠‗4fG "
b"R‘¯º1¢BƉ0\x1A #Uó\x18\x15 "
b"2\x11\x10 ö†ƒHØí\t ôN\x02 ¿« "
b"\x1F\x02 ¢HÈgNV–~®QXLÕ¤ "
b"µŒ´™a"G\e ŸÚ™j;£Ï» "
b"égªÝÅóEâ█├ ║Ù\x07 9 "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"#+Ó\x03 =:Au¡.ª\x02\x13 SUq "
b"\x06 K/\ߤEéìèhI\x03 ÀÆá "
b"\x1F\x0E b&üTN¥–µ.î”ü 8 "
b"¼ÍÕ)ákK\f ænüó\x08 F{é "
b"‗Jù,G¬Aì░ıÇ▄╩¦H¾ "
b"¯\x04 }%n<Fi¨=UÍ'Ò3¬ "
b"ã®Àg“0E¢“KÑã…l&: "
b"""
ÓÚävœ\x1F HM‰,\n
JáC2°
"""
b"Ö‡ñ\e îõHl ¢}ñæ)VI "
b"\x13 xëi\x00 ‚EªƒÚó\x02 Õ>žu "
b"╔xØ d¿Nüås¡kcqNÍ "
b"\x1A îž\x10 a¤G¬¥çÕ¿boq„ "
b"uÁ0ƒ+†K\x1D ˆ<BÀR\e Ç’ "
b"`”Û"þ$O‡™5`±kî&„ "
b"›|×’\e\x10 I+«û;\x07\e >(Î "
b"Þ¹ÿW¹ JÅ·“~À?cf\x06 "
b"¤\v Ú…\v ÿM\x1D ˜³Í´MyÔ\x03 "
b"qïdY‘ÓN\‡Ôß—Ùnžœ "
b"Ew├÷{\x7F G>┐èI\f ̤ÉC "
b"6ü½ß^|B&„ O4Áƒ]\x14 "
b"-\x19 ¡ì╠ÃM:╝лCùìXµ "
b"KÛú\x7F ¸9K#ì±\x10\x06 V\x18 h╔ "
b"«┌~å«jM³ì\v Ñ┤ä.ï\x1A "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"]'h-`[Aoª½÷²w\x05 Š\x15 "
b"S°¼\x19 ¢IÀŒTÅù\e 5%õ "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"`®\x00 \ýA\x03 ‰ˆ¶\x1A JeÌí "
b"ÁËÞm&\x08 Fö‰ð>\x03 Ó=æ£ "
b"@àÝŸÕûHl–gô%`;k\x0F "
b"Ý[ †n±LÀˆ{Þ[Ø\x0E Ù¾ "
b":H!\x0E šÓBB‚ëÞ\x08\x13 nO\x13 "
b"a■ì¸\v pF\x1D ¡ê\x12 ▄òÉy³ "
b"ÇÒx\t a¿JóÖj├»HØ├' "
b"1\f Çÿ7ÃJïª\x17\x0E ÍÐH—\x0E "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"®l\x07 ›e\r D´¬ö•ÃÃ\x13\f ‡ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"xm┤┬FãKââO\x07\x03 ╩ì$è "
b"?×yûé†J룖²\¾VBÛ "
b"Dõ¦Tø'BX¶}±\x04 ú¼ûv "
b"‰mFqÕÐJƒ…\x06 ©žÐyIÐ "
b"¾´rOd§N:…W®”¹\x7F xû "
b"™ê× \x07 AB\x01 ¶’‹\x05 û»¥N "
b"hÇo\x18 ^…N\e ªmÅ\x10 hÔÎÛ "
b"_▓û─é¼MÄÁà¦O\x1C Úèü "
b"\x17 <½ú\r QJÌ╝éBL\x03 Ø0║ "
b"¹/(GÜ!B=¦\lÑ'—ôù "
b"""
ÚN\f â┴ëCJö\n
\x03 '┐(÷Å
"""
b"█ñám#ÉG╔î┼ƒå\v\x14 ¢o "
b"½hhÁ\x1D 8H€¯ŠFûì˜k¯ "
b">cÏòMÿB¦ª\x16 \r ¢Ò!Nv "
b"œ7XsËfO^°¨ª;Ù<‚¦ "
b"½ðØ\x00\x18 [J\x06 ¿█8┴åö┼┘ "
b"ËØ\x06 èÐ\x1D Hš®þðߘ\x7F Vù "
b"5^®\x19 /‚F>½ZÙ{¡/pã "
b"l\x10 #H3¡¸ÒTp\x16 Û\x02 "
b"ès~¹oáEןòõ¯¼Î…* "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"\x00 á%Q\x0F\x03 HC’ü”3\x16\x16 \n ï "
b"Þi╔ÇpÉNÝÅ\x19 ÷õ\x06 bËP "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"ÓÁ\x13 ñc›C§š—~\x05 nÈ}\x12 "
b"¶F\e wÄ~O™ŒbJjÑ¡{\x16 "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"\x08 ·;é\x12 ßO╠øì7í³╦Mà "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"üÀµþSÎ@7┐[═ä\x13 NQø "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"E…ïʰFEÀ©9\e ƒÑO\x0F Ê "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"ÙØx—½lI¸ƒŒ5n¤e¸Í "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"-Ïßl\|O}ºÍÉ”ùU†; "
b"x\x13 C^·NB왬rhþ˜\x17 3 "
b"¡▄ñ´┼SK\x19 Âü¬©P┴¹E "
b"áØ¢ëR╩G<ª\x1A ¸æ|Æm2 "
b"ç┘ö│wóCÂó'B¬nôØ) "
b",dè\x05 I0J\x14 ▒殫ä.²Ø "
b"hkª/K|L\x05 ”ð™‚Gœ´a "
b"kBz|\x18 ÔK/ºo0!Yñ2¹ "
b"ô•Î0æ†Mê›d¾Â\x0E Aï× "
b"šñ¡ÂmfB5”ëycûoê\r "
b"Ü.pê6vEhŒ\v ÅÄ\x1D Ö]¡ "
b"¥_S¯%§@bœçUÞ½}\x06\f "
b"ÔÑ=6ï·B\x00 ”<\x15 øœ¶3ó "
b"Ñ«ï\x13 þ\x0F Iɼ¥yPp\x16 u/ "
b"}î\x1F r[\x03 K?¶\e Åà°i#d "
b"Q╔\x05 ]4┌@áú+5\x1E ìÔéC "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b"Sõá0┴HJ·¬:┘ª>|ì\f "
b"„ÄLÜ\x11 ]O\x7F ‰1+Í's8j "
b"╝M¶È/eF,êæüþÿ àa "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"@æåÇrÚO\x19 †å˜¡@c¢Á "
b"Ó&ðî\x06 @ôçÅ¤Øæ┐aÚ "
b"#WÔ•‡›M}™¿pÝtºéâ "
b"ÖêeI@±MJ¼[RrþwȤ "
b":\x7F #‰–\x01 Ož… лOÀ3v "
b"#úþÂP_KïƒcmG9´½l "
b"ãˆ\x19 #,“Cר;XîXÄ)m "
b"¬ÊI×\╦CYØè\x0F nÍ:DÊ "
b"Øë\x17\x04\x07 ,L°øÔo\x02 ÁÕ/ë "
b"ürı ┐^N>éÖ\x1F I+ÌX\x10 "
b"nt"î\x1E\x14 C}«\r K†(‰˜¡ "
b"`üâÝDmE\v ¼bðñÑõå\t "
b"¬;+" ¿Cþ©kÖ‰°wqo "
b"(É/Õç³M,ë\x07 y;³?º¹ "
b"""
®\n
─ô║¿McÅY&y%Ì\x06 §
"""
b"x„,\x1F UøB£°ü¢)ɼš± "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"─ؽ'V\x15 OÙ▓░╚Ã\x1F 8\x12 A "
b"""
%»Ò\n
*Å@í┤#U¯6µÀÞ
"""
b"ÕŠûP\x18 ŒG›°\x1F ÞAu\x13 ’¢ "
b"┴«%¾ü¢G|»\x1A {ÿ¹\x0F 5W "
b"""
Ý#fÄØI7€\x7F Ô?\n
$¥3
"""
b"`╗ì█k┐E\x02 ×#\x02 ▄¥\x12 vo "
b"åJ\x06 e{ÞItì\x04 ╬ª.\x19 +ò "
b"[évd÷{O\x00 ±˜û‡yê6L "
b"-éc,\x1E ÒL\x19 ░@Òõ¡Å\x17 & "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"å\x01 Ϋ™ÚL‘€Œ/ª^\x7F ¢g "
b"žŠî\x1C ó°Od™VàvÛ þ" "
b"\v â¹÷O¥C\x7F ´Ç¦'·Óéø "
b"qùÌ6®-Mž›âY×·çóì "
b"\x14\x14 c‡É\x03 @*±j E¦\t Bï "
b"""
Xº:\x14 ehKQØþ▀a│\x18 \n
(
"""
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"•'¡HŸK"“èô°œ\x07 îŽ "
b"š¨¤´¢\x0F M ¨¦Rr(vϾ "
b"2¸Ï\f »ÆO\r »‰Q\x14 L\x1E sà "
b"Ç\x01 c\x1F ¹(J\x17 ØCÞxpr}Ú "
b"Úg§pC\x1E I§ˆSI”zÎ\x10 õ "
b"²kß\x02\x15 €EÅ£Ù?/´ Uœ "
b"ULÉ9p’C|…Kñ©JÍY… "
b"çD¾ì\x03 ?FÒ¬‗└a\x03 ÚÔì "
b"”¥ª\v 0*M匰é󸕰¡ "
b"8óÛuQ,L-…\x19 2ß—\x04 îè "
b"»ccí²\x1D J®¥‡w!íIÐ0 "
b"Å┘└àZ╬@Áº\t s(c░Åh "
b"¸Óì═┼\x1E A┤¡ü\x10 ;╬\x00 Qq "
b"·G‘Ì.¦I½´y\x11 '@Ý˰ "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"wzÒQéoC~¦á©àéžV‰ "
b"°„<Ci\x07 I*‹‘.\f ãÐòë "
b"“B¸±SöCj§\x1F ¬±Õ°:* "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"F–¶¶ìyFq³s\x02 ü\x1F “Úô "
b"\x1C AL:|{Kz│ü[░Ã*í "
b"é[ÕßêûL“—ÎâÝ‚\x01 ªO "
b"‡ˆ–\x18 F(G\x16 µ\x1D jþ¨\x1E ¶- "
b"13¯®Æ[L[œùÉ”P¨åÞ "
b"ØH\x7F Ûg\x18 J˜½ìºÇã±ÿÉ "
b"¡Olªm(Kl½¤½A`âµÀ "
b"GQ\x07 ¥¢½IG–\x06 }Š‹«]% "
b"""
4+peñXBìš Ó\n
B\x1D ™à
"""
b"qË€¤1óFÈŸÁˆAÞê‹\x07 "
b"j¶Û\t H‡O့dú\x18 £SÄ "
b"]ûöœPEDň4?‹~úש "
b"ÒúŸY\x19 -Nä‹8žlñÀt# "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"\x1C D\x05 þCI^³2e\x15 !FÿÑ "
b" õ:eÿQNZ¼]©$§XP "
b",¾x:8§MFˆÍ“\v\e »\x07 ¼ "
b"ßL|ðXrHT—Õaá'K@ "
b"Ù`ž\x08 F!D´·ôvV&gƾ "
b"Í<Í$DDD=¾]$Ò])áÖ "
b"█ì¥\\x17 FcñI\x16 h¼O=\x17 "
b"\x17 ‹\x13 ½\x15 £B‘±üGÒ{\x13 Ä® "
b"┐+┘õ\x05\x01 C²╗\x08\x06 &╚´£Ø "
b"""
º04ö»ûEà²Ðöc\n
¶½D
"""
b",¬ó\x07 çyE8¾œŒ7\x1F ;›\x1C "
b"ƒÒñ¥$ÈAË·Ý„¸Ãéó; "
b"Z\e (Çõ§H'†¬æ´m\x15 Ü\x1E "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"F» é¯‗H1ì[.╦ºLð® "
b"ä®2xØ`Hß™{î\x1E j\r \§ "
b"…çôÐ\x19 îOµ†W/6\x07 \e ¬ "
b"É\x0F f▓?▄N¯ÉÈK\x04\x16 Øa1 "
b"!Ì‹\x14 |‚KU 7ï\x16 x\f $i "
b"“S\x11 wV1Cn›ÐN[\x00 `t> "
b"" =ß)ÄC3€ò5YLcýã "
b"\x00 Ò\x0F –YdG뾈Q¥…ƒ V "
b"š\x0F âÁ1MFd°°\x19 ”NHA« "
b"¿dn5o»NîÉß°*8\x05 ¡º "
b"\x14 `H┬B¬@¢░«³Éƒï(Ô "
b"!ò̃\x19 GÀ“MñÉÉ»!1 "
b"{ÐòPYéK=Øt=jyá2î "
b"öþ\x01 Dž¼B@©aÁ]O˜\x07 Y "
b"ì.Ô’õ€M•ëmeåBéz "
b"Êþø§Ã\x02 B™±äÀj\x01 $û\x1D "
b"86)ÖøKN˜…µ.\x05\x01 '\x08 4 "
b"a\x15 U¦\x08 ‰Aw•\x03 ð>°ÉiÒ "
b"ú„y[*\x13 L¹—^h@i2F\x15 "
b"ìš\f\x00 ÕËEtª}\v S«=㬠"
b"õ´6ö┘ÊL╚ÇíUýìBðı "
b"@h*/\x02 $J{¨\x1E\x18 u\x12 ݇Y "
b"…0\x04 ŸpjC^¾$}Ì9€¼Õ "
b"_@\x1C nu˜J%”[éЕQ0& "
b"¤ºná±'M@šT¾ˆ\x0E *ƒ— "
b"\x16 ±\x17 +▄ù@Xü\f ø\x1D ı½É\x1C "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"2íñï\t YMwÉ\x1D\x0F u¢yäS "
b"Œˆ\x13 Yá©O=„•ó‰Ñ‹ÌÈ "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"[o\x1C òe1GEóIlü"\r Eê "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"èÅãáý\x0F B†²áY+žöd8 "
b"ξk\x1C I[LxŽaéH»¼Òº "
b"¸þ‚I/\x7F Jѹ&‘奜_¶ "
b"~n6\x0F 7%L\x1A žG\x7F ŽT¢g "
b"ÉNw\x07 7ñGƒà╔x┐H7╦û "
b"õ–ôÛ–¹H\x19 ™ÐVñ\r kŠ "
b"EùÓZ\x14 õHI¾$¾,鉼\x17 "
b"Hcíû»ûG„”tu\x11 ,\k\x06 "
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"‹ÊṤ’I¤³òÉkwÛ]ú "
b"G2JåDÆM¯¾=8ž=s…c "
b"\r \x08 ;\x04 Õ±Iœ¸ÒÈð|ý‚ª "
b"t;?ÇàªNZ´¢/l˜\x04 #Ž "
b"\x7F\x1A 7*îÃF\x10 ªÄ;“Áár9 "
b"åhŠž\x11 YK‹¹âÃEH¤zš "
b"XîêÁiNK±û9\x00 ╬\x06 þ\t Ø "
b"├┼¾─$æI7ü»\x1E Ü¥É▄S "
b",V½\x03 ‹\x17 IY›û!²^g×p "
b"Ø\e ├NþàHpúâpI╠\x03 ║³ "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"܇l\HãK¯©Û¸¡²ºò¨ "
b"\x12 ã^8`yK>¤\x12 b×%[\x07 § "
b"bxy¥<xLY¿É¯lîGsç "
b"<G¬ó3ÙM\x14 ÁÖõüÕ╠╗b "
b"EO\Ö÷\x7F NK²>&\x15 —œ±„ "
b";Cq├▀\x07 NìÉdY½F▀╚= "
b"±éy\x03 2åM4ˆ j°\x13 h›³ "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"\t\x18 ¿\x13 o9C\x15 ‹4X\x08 j…€è "
b"╗¨ÇÐLüC|î\x18 ÿáh┤e\n "
b"]à\x0F V&rHu£ª\x7F ;³lö° "
b"–Œ \x18 %úGëŒâÜ…ÿÕ,ª "
b"W3\x04 ɼdM╬Ü\x00 ¶VTTz; "
b"""
x\n
\x11 ë┤NKdì\x04\x18 ¢═w{ı
"""
b"ßZX¸ÜÉI\x14 ¶aY\x12\x04\x1A û\x04 "
b"Ë̓–šxOy¨\f ÷ÉPp\r \x16 "
b"¦tç+ˆ\e Lv½A\x7F\x08 5ˆìu "
b"├¤Á3ºÝK%Ø»^\x1A íÀ d "
b"4vÎ■Ú\x13 K\x05 ┤KÉ╗╔Ô‗ƒ "
b"0»÷L‚Kk‹ðÙÄu\x1C õS "
b"²w`\f •íOq¤.KefÏ&N "
b"å—\x15 ÏÿYD\x04 Œè³_bÈCå "
b"È”T¾yóN˜¦\x18 ›\x13 ›Ý[u "
b"oßHS\x7F §C=üïÐÒZ»ôÁ "
b"ß…,q¾\x13 K}¾\e Ã\x1A ýð° "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"É\x07 ═1┘:A>ÿä.│$Ú\x17 ú "
b"Ýr\x12 '\r O5â╦»\x06 É_\x13 ~ "
b"ÐWdÞX\x13 C$€\x15 O×gê\t ~ "
b"M'¶\x1E o"N5§-ºÂ:ÙPÊ "
b"Ñ\r }ìY5I\f ©\x19 éÌÕzBp "
b"ÃêÕðÉ\x16 K\x0F ªL█©/«Rý "
b"\x05 äò┼ÐD\e ÉDò ó!Äs "
b"\x12 z0šG\x05 Ap³êƒŠ™°îA "
b"\v ç\x03 ·ÓÎD‘œ÷·²e7¹* "
b"ûZ\x15 #µïAÅü;1J╝\x03 ¬c "
b"°À?4;MoøØ▀\x11 øgßÕ "
b"qɺѪ\x0F OKÁ£▀n!z\x05 ╗ "
b"EmÞœ!ËOÍ”^IÇvîe\x1E "
b"\r dŸ€Ø‚B®²å³\x17 6J£× "
b"\x05 <e7+\x18 C\x19 ‚”½2rÅœ\x18 "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"CñõðèjCÌ©ØO&╬v9Y "
b"\x14 iIv«1EL§µÞ\x13 ýGY¡ "
b"ÏÉ\x10 ¸\v RE«„º\f í@\x03 ‹Û "
b"®\x1E }\x16 FOK¡®M═É╣ðÏä "
b"""
‰¶ºs{\r My‘¼\x1A \n
¬á<Þ
"""
b"ÎwþíÂìJÔ▒ËÍ╩ÙÅÅ\x0E "
b"ÆÎºQ5\x15 OK€ÿ\x01 IÛX˼ "
b"$\x06 '©Å[H0žÜí‘Ú\x7F –* "
b"Ѳi\îÌEýü³^!)º^_ "
b"©\x03 :\x03 ▀²E}Ø]w‗ú┐\x7F ¯ "
b" ÊF\x16 ¥Ø@»¦ \x18 qO¨F\x02 "
b"ã´PAçßG½±û=ˆËH‰ "
b"m¤\x02 .J\x06 E9ƒDOp[IFý "
b"¦Kþ+ôwG•‚¼ˆá\ßÏú "
b"Gag*ŠyFf”’ï\x1D þG™U "
b"xó‚`smJ\x05 ¶Ã…K\x03 œnb "
b"5L—(i5KÊŸ³ßÜÉN\x18 © "
b"aOñ†üœL¢¨\x18 n§¤\x06 ÿë "
b"‘ýFµÌYJ@‹2c^JšÄ| "
b"\x03 üƒÈzÎCÞŠØ\x16 çJVNx "
b"¶ò¼ö§\x1A D¸üa░e╦Ô╚ı "
b"L…\x1E HL\x17 D„¯Y§—2s\ü "
b"VßÚ\x07 _ìN\x1C ûÍ\x10 J@v╠\ "
b"0pP„"kFÌ·\x18\x16 +Äð/ "
b"wŸìèZ‹L"”C[•çU¾% "
b"è—Æd‡šH\v –iIK\x17\x0F «R "
b"§\x08 %^iØKùŸæ\x08 zÄŒ\x12 ; "
b"\x14 V\x10 y„6N¡³\x12 ¸ª†ú\e 4 "
b" ‰ì>\x1A ŸLÁ›fÏf)Ù„ "
b"i•PMè„OL¸À"zSs\x16 « "
b",×Â!”±L:‰°-×òˆíí "
b"█÷<UàPI÷©|ëVìF³N "
b"@VŸ\x17\x15 BÞ®\f é\x18 àk\x16 "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"5“ÃŒ-œCÒšcÐY\x10 ^¬â "
b"▀\x06\x07 ùgìD\x1C é\x13 w |Lp² "
b"\x15 öò8“OA™šºVWŽ]&û "
b"%³mÇÄòE{˜mw»L>+} "
b"#x¢VÚLE?¸6¢bJYŒw "
b"jØâB?³C®£ª╠*\v 3jô "
b"¬\x1F ®N<òJhìóOâLe\x16 ; "
b"\x1F ÑlÐoËBªì~}î̽ËÖ "
b"slžs,vI^ޱ§™£\x0F\x01 w "
b"Ê6T,ˆ\x14 J2¼ø\x12 9w¾Í\x7F "
b"Ûq\x17\x1E Ê;Jºü>p|EÏ╣¨ "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"rf‗°\x10 ÂMc┤ؽú┴LpÜ "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"Äm\r c\x18 áMg–zªÀ¢ð‡< "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
]
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 (0x9F308D735BCB45BF885DFD7773987B14 , 0xCCBEC01B6215447B958D69714049BA7E , 0xB7FE7724A1E54FFA91C3A13F0D450ECF , 0x3D22F41677D94976936216F44B7D1D96 , 0x812D1D6712984713A099B4B9C534E63D , 0xD5E375AD9CF54F30B03E5CF799887413 , 0x13FC6081B463493BAE72FD022E0CE175 , 0x0B88C7B09A094ACCA81130AB0DB001A4 , 0xC193C5C3677240BA8498CB282694A75A , 0x67EF8355241247439985D82398C0D189 , 0xC7C87B8E578F4C13B655C67EFD5E5D64 , 0x29424506F7C34F70A500C369ECDEA554 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x825379F6496542848751BD01B143CF7B , 0x8AFD4184FA7F4D01A834757DE91B5059 , 0x4923E5030E564FF1A708FF6AC8B9AED1 , 0x0F3CC4A1DBF94DC397405D87D05D672C , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0xADE0FDA859D64D3C8AD1AB7783A9F735 , 0xFC5709BEC47340B7B8A0B5D90253FA17 , 0x82FC6839397D43BDA26B8CF261FD0AA5 , 0xDBB9E2C1350A4B0DBFE3EF47D1C1C790 , 0x0EAE0E6445054089B67C31CCF207384D , 0xDFCA2538D5E540B8948ECF56AE57C074 , 0x31735EE394174546B9A835372AFA3ED9 , 0x27D8E293CBB54FFCA8054C22698D6123 , 0xBCB4831422614776913DB46BB1728FEB , 0x0D7D73A2179D4806816B48A04EC47D3B , 0x37418B34407F47C48D15E64E0DEF52CB , 0xA0C36329B1E7482CB3161EA0A2E10257 , 0x84F86F69152E4A8289BBB8C5F4AE34C3 , 0xE21C41431949423DA782F2D3870C6C9C , 0x7DDD0DAB71EB4F73A98AABC91B0649B6 , 0x15746B398E0B4224B357CF603B6FBAFA , 0x24E213AA7B82403EB9C913DC8479912A , 0x2E66AD8890E64275AE068FF8FCF62751 , 0x8847592E786B484F94BD6F33A7018540 , 0x302C26630EE74FF28738A844ED269886 , 0xA4A8C86177954121A5C1D21756B47A2B , 0x7ABD39251B884DB38D6570F67F42EDBD , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x61DEBDA1020043959AA497CAD8711D71 , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0xF9E6A52627EF4309AB2F12C70E13ECEF , 0xEC1436DA1E4C4F03BB092B218CA78CB2 , 0x5C8CCC79ABF34ACBBA63EEE33F345362 , 0x2922E1C652D14640B5297D979A67EC1D , 0x449941BBDC124DA9934AEA8639AEB553 , 0x484EB91B1F044864B5835A7A6A41F3A7 , 0x2070C1C33600459DB6737C6F3F590C27 , 0x606D0C3308AF42CB8190C9B8F93D7BB3 , 0x5875E90A4149478CAF4F73EA218FAE7D , 0x9CABDC4628D94DDDB38263EEBD47E238 , 0x57A114662B194695AED693E132F04197 , 0xFEC38E32D53D4C3190D9E75FC6E40D4A , 0x4BF67EF6393046E9BB168C3876BC0EA3 , 0x38051774FE2E4B25BB088D2348EF96ED , 0x0D9BD7AB6B1F4988B84030A6642B8C2D , 0x2736CBCCF2A6485E9F7CBB59EDB614DE , 0xB574E4D3CD984C71A4C4B44847328506 , 0xFA38725245AF4973ABA61C6E0DC86D51 , 0x185BC39C5A1847E393741703C8D49628 , 0x154C966E47814229A82CAF1C469037CB , 0x473A4AF565D547AFA4BFA757A9FEF23F , 0xEBF814AE8BDB4E64929F6606B34305B0 , 0xB083AC70CB34480FA81669A46936F002 , 0x80244177703F45D5BDD0E05BF2733726 , 0x4629416F4E1A408B9C5DD02FBE99C296 , 0xA5F3D4ACB81F40B3A78C606AAAD79771 , 0xB521DDB7CB6B48A9A72F411E3E254D77 , 0x5B8A2787FEA3490B88C837349BF62D42 , 0x79E9D5F3F1014E72AA38235A8861780C , 0x6BFC1158030244D69DBE85610CF72B40 , 0x4FF1F44E386746D88FCB1030D7E89007 , 0xB7AED46254754673BB47C604DB91E2EE , 0xD7BEE9BF0A40497A804FA0385B536CDB , 0x4AA8C4163AB442F38B3ECDF00C5E1D5B , 0x3C593E45E2394DE4978BC6934DF95F11 , 0x3902CA29DF67403CA4681D3549FA9CD6 , 0x4BA5D61A91FD4890B529EB3467BEB499 , 0xDB1395CB1FB14A048AAB87B46544A948 , 0xD7BE54ADAB8D423487AE6E846861DF92 , 0x29CB9EA1A189487784262A7779D13A85 , 0xA3F824F5AEF14D2D850C826C777920A5 , 0x79DDC0B4F2DB41B29AC650C3BC839720 , 0x385D7CF0ABCD4BB6B6E96120B010E19A , 0x09903F9672A44388B8997353A8D55A80 , 0x064181FA0E28437AB91F002212855082 , 0x5AEA2B09C5384822BF706CA3C60D4AD6 , 0x89234DFEBDD249BA89E895CAA75A8E98 , 0x7E860AA7D39A4B7E967A71376F296841 , 0x571CEC39BB4B4BD2B82F9691C37538F1 , 0x9718331CC48644DC9A70C31B297E11BB , 0x93343835C1F247B595F8ACAE598129F5 , 0x55AC97755F8347EC81996278A7411676 , 0x86DCAD03888645EBACD74F5F9B45492E , 0xBBAAFED77AC047A6A1A8EDE47986765A , 0xEF971E62D5BA43EF89428279A4E4F8AB , 0x47CBF9A236534CDD9BFFD411470E6760 , 0xE1F1881DB51845968707E5C84BBB51D6 , 0xF2CC5305B0074D929DA5B1811783EEF8 , 0x06F5285F7C89416CBF1E0EBBE45889E1 , 0x8EFBAA062BD340C89ABE4103A5923A2D , 0x7508930ED79D43089596C38C724D3FC6 , 0xDE4FBE390FE64B68A3D05F21CBFCF847 , 0x03906F1C164D451BBC837FEC1DCC5B46 , 0x3FCD6A45904B47DCBE5DCF7941E0CBDB , 0x5AA8CFFC14774DB78EF5A7A61A59DE69 , 0x8E79293CCBBF435899379851109C7739 , 0x647D66CD508E489DA41FAC3A3518C594 , 0xD685BDCB3B0147CFA30E757D82CD8336 , 0x3150325D064B41258EF10471CD67E519 , 0x5215F771814F43EC969BFC714D80A9DF , 0x18214A4F2C11403889295B1E21E12840 , 0xD31E12EF14E54E18A1BF5026F3BA3FB6 , 0x6A85CF379D1F4EC9AD2ED0C1F6D62A92 , 0x69B71F5323B942DC994F407FEFF79329 , 0xA2DF2336BA714CF6AD7946FFE6E77C46 , 0x2246484F6078475A9E164EBBE8A78465 , 0xEEAB1E02F9724AEA89FF97BD209F86D0 , 0xD1DA8D6186424A758CE18B64786D0553 , 0xE957624E10754F339CF9485799ECA243 , 0xBC9ADA3D203B4E4BB1B2F87B3115320E , 0xC30D01200D37415CBF58CD9FF361938E , 0x8013A23F7B2A4E45AF4BFEEE843165BB , 0x5923952D85224B7983153C0FCA26BF9F , 0xB1997173AE214BEEB386947C810F3DF3 , 0x9C5868F2F56440108A727F9F00367985 , 0x03D6296866DB400D8E0083A91C5DC96A , 0xA5ACAC639EC942BF998F52E0EF1E97AA , 0xE4EBF4F0F7854259A5A8CD7906C3B2CC , 0xBD0EEE6C43EE402BB67F88065BBBF665 , 0x8D5CADF550634E54803DA9DC709444B7 , 0xCCE3334382154E47BC7040A9BEC84A83 , 0x087B73AA66C642EF992E95A0C643293E , 0x13DC36A753DC4D6585EE8A7B0BAC9B51 , 0x5E4FB2AAD6E24DC78B83E1C82451AA79 , 0x986E8A7D251F4402BB8872A838DD16A8 , 0x4B1204F149C94654B7BA897AB73CB100 , 0x22CE93A26CDC4FE3B37B1D06C45B54DB , 0x24AC2A48470543A58D221BAE82208E63 , 0xFFC56FFC13A343C083012059BD4A046F , 0x5764615789B04C18809E44FB3E9FB4D1 , 0xE04458251CB44BB786293552221FE969 , 0xAB08202A13E8487598516A561D424172 , 0xD97FF5C6332E44B79B461C54C3A00C8A , 0xE3F86C62030648D6A803A3C8171A424D , 0x008E2A11E0E34A7982FA6A5509B8750D , 0x51070503953F46338AE553AAD8369B0F , 0x78F6DF4ECAAF4564BB51034D769AD3F9 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xD7624963BB454897A5DADD741F964715 , 0xEA5ED02085434657B84646E25D0EA447 , 0x589EB46AF3424F3FAA9B9DD0B2DFECE0 , 0xFEDCFBE45E8944A4812B2B7AD0385729 , 0x96C9A4FDD06E4622B57CDB6A4C8D9F74 , 0x87A37E70C12E4D11B345E8DA1259DA6E , 0x887FAB7884184B97B32F3B5BFB02AE32 , 0x0B6FC5A273CF4ACB89E91AC53291D824 , 0x3B1A9C59A6E74CD7B598F3E656E448FF , 0xB6A13B68D03A490B82D31A73FFB08309 , 0x794E7D4AFF6D46558F9DE397925D002E , 0xEB3C95E10D014C7F8552B11982A494A8 , 0x42DFA224B9BB46C2B2A0D2A5B48A3261 , 0xA47443A4DBEC498BA70E35D4D1CE51F9 , 0xE33C013790C2496E826C6DBC73F88CAD , 0x716279DCFB6C4D368751EBD9F33D2A2B , 0x9C84F35B99014B3BB1B38E951EC080D5 , 0x1120BB83879D475180E0F61DA88A9AE6 , 0x5B0B2D9C0B73499B9BB2924365559894 , 0x2B58E21B21F6442F8FEF2F3C8417288D , 0x5AD0A75B35EA40B780720CF5B915396A , 0xE0B2AD927A764D96BE6814EE71D200EA , 0x3C117D0BBEB04EB787DCD6735BFDA256 , 0xC45E2540A9344F7AB98B991AC5018CB8 , 0x0FA3B9A8BB984B1DB8E72B24F799BC24 , 0xC95EFBEDA20B4A80B0DEE18AC58FF27F , 0x3C91A09AF0C64895B0089E87A80DDC8F , 0xFE6086CA6DEE4863AE69F0EF34E8D395 , 0xAA5AB64A92BB4051A6D6236F60206944 , 0xDE9E14AD69304D33BF3A8C204C14B8EF , 0x3A3CDFDE20274924A9FC00E51EF36F89 , 0x093B102990B04B1CAB270E866E7A16ED , 0x08AB2C3A8426462BB3C6737735EF9293 , 0x63234289A50B4EAD88279B306522B454 , 0x69AAE87B72F942829521D7463062E9CE , 0x62538FDAB554496780376410002567E9 , 0xD6399176EE78432FB6C74201286A6867 , 0x07D9B04730414F4CBD2678F7C233D003 , 0xE055FD5DE9484906BB837D595674D53E , 0x67CCC0AD07394FCBA05373AE540ADE25 , 0x845B92A516AB49D1A686088CD6C6253F , 0xC9B286376B2F451B9FBED42D70A6A365 , 0x6C5CAB49E3A544C88A39669BAA30E5C5 , 0x762F3E441FFF4BD58457D81EB2DCA8C0 , 0xE217D5EF6E0845B7A2166682013B03DF , 0x72857EC0CEFA45B889FC1C62B7AF30D5 , 0x9E81CE7F104642459841330A142790B8 , 0xA6DD34E9CE3E4019AC3A7C4A75EE8098 , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0xF442329ECC8D444590B548DE22F6D9B6 , 0x664500087B6A4BA283E4D898E8DCB238 , 0xF1F3F9E34FAF4BAE876E7CBFD74A36A3 , 0x8CCA62901A2148FA92583CE0DF48E4EE , 0xF6D02CC910BF4F66B6E2ECEF75FED7C8 , 0xCE3C8868E7AE4D75950105D4E3D074D6 , 0x84F6CED6023340A0BB51CDFCB1069A91 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xBF0D5734973D47F3BB7C62E07BD40312 , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0x8C6B27460D91442C92BFDAF5ADFF45F0 , 0x27971B9B804E42F58D353F2BC7130FA8 , 0xFFB82142F74D4B4D8CC50FF62C1C9E67 , 0x08BE56CC6F534DF68D27F03171CEEDD3 , 0x22861A1A2825421AB78AABBC02951510 , 0xA674D10CBC894DDD9FA5218D01EC29B9 , 0x9F58215AF81D46569C027634B5885FC4 , 0x71139C97314A42D493EB5EDBCBBECD20 , 0x835DCB0263924E0DA9B49201B71AF02F , 0xC28A0695D6B249239DD6E2D1B39C1D54 , 0x376C3D560B6A4A1FA32A03AD6E348B30 , 0xE8B4BCFF184B4211A8BD9013008F7138 , 0x6406B6957A7248568700B7FD905015CE , 0xE9BDDBA992024117BA334112CE44244A , 0x3CEB37A732424262915D394BDED5A67B , 0x86747575A94A49688CB5EBF2A3413044 , 0xA7E0C1764BB94F5F86BFE0D31DD53F54 , 0xD8B2DB93BB4749148E6B5D380F33C390 , 0xD3CC4CA0FD734E23B28C203DB6CE3CB1 , 0xC49FCAE3F4F24362BF5B49F8015C2F41 , 0x1A8CDDFC80FD4752A3EDACBC699FA453 , 0xBF6C14C7142E4DA2BCAAFC2DB037E780 , 0x3E00721B91CA4ECE8E27AB0233981E97 , 0x918D83459391497F8E174F3A9B579D76 , 0x3A1B61C3253646C68F5344CEE8004044 , 0xB3D5CFDF93044F0F9DA63E1BEC0F498F , 0x72DD000E28DF43D1BDA8984E1B489BB1 , 0x46FA8A7F709343A785CCD08B801DC344 , 0x9B111A58CD7847FE837346C05A3504AB , 0x6C2593B2A53E46A5A18ECBC43C358446 , 0x546F7991CB24470995915C6A6A01EE9D , 0x893A8129DDFA459E90F9AFE924AA70AD , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0x4AFE08830C094CE3A373BA6AA9DF50BF , 0xC225ABF84EDE4935B34646A1881258C8 , 0xF0A9A1006F454E45884594AD2022374A , 0x42843C39F20E4F23A599575776B060C2 , 0xB7CD0DC6A17B4953B76C4A106295436F , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x9CEF2594DCF54D45BA544C84672CC09C , 0xE86E353355DB42869C64BA98C3EB3CBB , 0x0C9CB73C690E479BBF959F0E3D1E7A3F , 0xEFCA09A8202A4A6E94E79822F11576EE , 0xA3C52DE62B3B41B1819F8C35D9DF9230 , 0x13B044071C454F778B2087CFB1E279C2 , 0x642A78988ECF44919664A4D5307EC991 , 0x99B7D4978B114DC9AE62F4F74792F057 , 0x6F77BC88B85B4276AEB992ECBA83875A , 0xFB95B5366BAD4D61A0B243BE4B945A9C , 0x0FC5C7D33C1E4D92B12A10776E1C0AC8 , 0x66D65AB9AB034AC59E737C04FF6A6D36 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x89320D5B21964D1F939B3B0B4FD339FC , 0x8F1332EB43334D159175A80ED6E45057 , 0x7D682ADEDAFB4E14BA05509AE01999E4 , 0x84E07F7CD9C1411EA2A7DA49E2E21B73 , 0xB51C8639807845418428A27EE2EB72B2 , 0xD838DC81EE0E422E80D1A0127BDE58DA , 0x1A28462341B049DEA52897BCB7876D3A , 0x22CD958D4E714B8183E39BE0B6D03783 , 0xD7380A9A4F3B49FF8351CEC5C4F3A5E4 , 0xAB8775D01F5949539DEA74CA9A4A3E9A , 0x9BE09226017047028510FEA5CE871E75 , 0xCEBD6870D42D4596A17C2CA9AF88D3EE , 0xE954039C82DE4243A515030F9E904857 , 0x79C9D3A631DE4E089B25C1F3B1FB7F64 , 0x235076E5EB394D5F88A355CDC6756233 , 0x7E7DB58FB04247F585D991A64C6B9C55 , 0x6999D2BFEA2748108B056D63188248A8 , 0xDCE429180F5440A382A6D1C3B8A138BB , 0x2575DBACAEBB48F48B4D9732FC638246 , 0xF454E1A469E1477C8491B71151DA90F7 , 0x1BA80EE4D019453BA2AA88F20A2954B1 , 0xC29D868C91914B4A8B266B77FE7A790F , 0xDE9F7ED32B79420BA085E18F53581B38 , 0x8FECF669E0F64CC9A65159B1808FB1F7 , 0x97CE3C6B3FEA47B7ABDF18D508E9CD36 , 0x46D24608A0E14112B0F6DCDE1C3DD626 , 0x28DDCB93DC1742FBA7336E14894A5402 , 0x011861906B1A4FDEAE65D5F5EE686DAA , 0x4A67C927B3BF4CEB94E08FC7F5036A29 , 0x4374FA17780F448E9D5CBD2DCEC813A4 , 0xD8C29AA25E6C4AB8A522BF7B9B0D98A0 , 0x580BD2DDD380409B834128273A2C7F70 , 0x3B9FB0BD2CAA4B15B462DA938BA7B983 , 0x3BD15E46F3234161A3A86AC171766C25 , 0x9A0708DBC79847B5B41CFC0FEF11444D , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x6B0AAA5C30944C05AC03D4D7B13FED5F , 0xCC5EDBC349824531A3F8CCFC44C850EA , 0x2DF2A8BACBE24E83B3E1CEECFA8CF947 , 0x55B16EB5C4C5461EB9E33EC4926BD776 , 0x1E5CA12938F146C7B135D6982FA65324 , 0x6279E85C754A43909DE87F0D3B858351 , 0x86A1EEADBC7942CD815D907D267D6433 , 0xDA5C188619C94A1A9E58024953F4EE37 , 0x80F726953DEF42CAAB298D541BA142E4 , 0x1338A197B0D4419C8C67E229B856E7EC , 0x48F5C1BE860F4A4AA8EF2558A27ED0F3 , 0x5412EF415B59461CAF3F4BB3F5F89D1E , 0x9A288573EFCE4B2886995AFAE94378A4 , 0x57ECA91396D84460B68466AC21BBDBE3 , 0x0A38581650A342BB97478E5552350B97 , 0xDE8C9AC112A7484183FC8ACCFE20CC15 , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0xBB1421F93F174E7DAFA01223013A6E18 , 0x223683AF9768435DB87042061BAA2EEE , 0xF147C0DBD17246929F9D708A5E94E51C , 0x93948D7989B94ABBACB620E3C3A4EC2B , 0xCD2A31B6FA7C4F04BF1B041AA337B39D , 0x4FFAC914D17A43C0A775C4EF52EAD09C , 0x2B17EB837CC749F3A9BE753D7393C3BF , 0x9E854FCC08194421BB34FF19988AE0F9 , 0x8FF368C7AE354C499A346876F9B6B1D4 , 0xB5E113ECD40243FAAA59A71FBEF398E7 , 0x5B2775DA097E4B46B26B5AE71B4B687C , 0x7A768155A21E446DB594B41749495D52 , 0x2C17348426904B78ADBBD56E90963261 , 0xA7099AB4876046A98B9295949827980D , 0x6091F7D75D564CEEA949F87B073ACD38 , 0xC06B5E575C4A457FBD37EF869C02513B , 0x513AB9793DD541E6A6DFF9033F99756F , 0x75950F9A8A9E479799900E82895BD54D , 0x223A7AEF5359423C92890B2333D728CE , 0xD2FD6B4FDAFC4ECF916417345DF862C4 , 0xEAA8707DEF7B430A91DA7748F3DDB46F , 0x7BACB3348AF0498E9FAAE4568AD76AED , 0x4947D6BD2CC24A69889095E157CA11EB , 0xF38C7C9EC7EA4A3D9CDFF443530F7473 , 0x564CBDA34EBC45FD88ADF5B9A2DEBF6E , 0xCE4DF4AE1BE045D3851625734FBA2C29 , 0x6D2780B6D2044889A63336F6B59995EF , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0xC7C27C6EB6D54599839A560978452979 , 0x9F6351143C2E4991A71D657A8AF2C6F1 , 0x3A3AE3723BE546C582CAAA1DE842D6A7 , 0x76926EB3D6FD40259255CA26EEBDE304 , 0x5B896D4A7AFC4B98A613C62947D9E153 , 0x3EEB8106ED964BBE973312202966834D , 0xB2CA25F5540F4FC2ADFEFFE678AB972B , 0xFCA1613AA50444608EF93A7CA5D619EA , 0x7A1625F80A3F45AB9D2CC00DF91293D6 , 0x860480A44D6C4CFC929C0344E1942DF5 , 0x5E44638268114DE3936927E65D20A27E , 0x39CE21D94B454EBB94B8A2E0446A8706 , 0x5EC944D588814C3C9AA70030ABA8644F , 0x8BDC30C055B74897B022A3C3410C0B7C , 0x3FEC8D035D02433AAB0ACA0C2BB57B05 , 0xFCDD061C791B4732AA5DD3DF03D29FD9 , 0xF9E6E17658384098B9A168B0D9F9BCE6 , 0xC9F7169D6C634A469B70ACD25D14F1D0 , 0x76F8C965983E41938D05F042A45D27D6 , 0x27501FFEB29548028D45E514EB965B38 , 0x0BF055A00C2344CAAA7693F157D818A0 , 0xFD45C61B9423447DBC595278EC62B501 , 0xE74C5842B9BD47B6847A0A7A0BFFAF69 , 0xEB4EAE3C143645B5A1C9BA9848978ADD , 0x044AC3E4CAC94813B2AC2CE9C4069CDA , 0x0E45ADA47C0C4DEDA523009EA5153949 , 0xBB7EDCB919E84AD7906349EEB9E266A4 , 0x7CD03D8FBE5149D29F832752D3EED41E , 0x2BA3A0F1B2B54F018C8D34BE0C0A1097 , 0x420F2C6F2CE4410187A6E04D368AB872 , 0x419BE1A22E4F4CDE81CAFCCCF2346647 , 0x5291AFBA31A242C689301A2355F31815 , 0x321110F6868348D8ADED09F44E02BFAB , 0x1F02A248C8674E56967EAE51584CD5A4 , 0xB58CB4996122471B9FDA996A3BA3CFBB , 0x8267A6ED8FA245F083DBC3FFBAEB0739 , 0x940DE9504E2B4067BB89E8DE2687044F , 0x232BD3033D3A4175A12EAA0213535571 , 0x064B2F5CE1CF45828D8A684903B792A0 , 0x1F0E6226FC544EA596B52EEE94FC2038 , 0xACD6E529A06B4B0C916E81A208467B82 , 0xF24A972C47AA418DB0D580DCCADD48F3 , 0xAF047D256E3C4669A83D55CD27D233AC , 0xE3AEC067933045A2934BD1E3856C263A , 0xD3DAE4769C1F484D892C0A4AE14332B0 , 0xD687F11BEEF5486CA0A27DF1E6295649 , 0x1378EB69008245AA83DAF302D53E9E75 , 0xC9789DFF64A84E818673AD6B63714ED6 , 0x1AEE9E1061A447ACA5E7D5BF626F7184 , 0x75C130832B864B1D883C42C0521BC792 , 0x6094DB22FE244F87993560B16BEE2684 , 0x9B7CD7921B10492BABFB3B071B3E28CE , 0xDEB9FF57B9A04AC5B7937EC03F636606 , 0xA40BDA850BFF4D1D98B3CDB44D79D403 , 0x71EF645991D34E5C87D4DF97D96E9E9C , 0x4577C3F67B7F473EBF8A490CDECF9043 , 0x36FCBDDF5E7C422684204F34C1835D14 , 0x2D19AD8DCCC74D3ABCD1AF43978D58E6 , 0x4BEAA37FF7394B238DF11006561868C9 , 0xAEDA7E86AE6A4DFC8D0BA5B4842E8B1A , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x5D27682D605B416FAABDF7B277058A15 , 0xAD53B0BC19A249C08C54C5F91B3525F5 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0x60ADAE005CFD41038988B61A4A65CCED , 0xC1CBDE6D260846F689F03E03D33DE6A3 , 0x40E0DD9FD5FB486C9667F425603B6B0F , 0xDD5BA0866EB14CC0887BDE5BD80ED9BE , 0x3A48210E9AD3424282EBDE08136E4F13 , 0x61FE8DF70B70461DAD8812DC959079FC , 0x80E3780961A84AA2996AC3AF489DC327 , 0x310CC7FF37C34AEFAA170ECDD048970E , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0xAE6C079B650D44B4ACF695C3C3130C87 , 0x882A0D90845C46C9BB019659A615F235 , 0x786DB4C246C64B83834F0703CA8D248A , 0x3FD779FBE9864AEBA396B25CBE5642DB , 0x44F5A654F8274258B67DB104FABCFB76 , 0x896D4671D5D04A838506A99ED07949D0 , 0xBEB4724F64A74E3A8557AE94B97F78FB , 0x99EAD72007414201B6928B05FBBBA54E , 0x68C76F185E854E1BAA6DC51068D4CEDB , 0x5FB296C482AC4D8EB585DD4F1CE98A81 , 0x173CABA30D514ADEBC82424C039D30BA , 0xB92F2847DC21423DA65C6CD12797F4F9 , 0xE94E0C83C189434A940A0327BF28F68F , 0xDBA4A06D239047C98CC59F860B14BD6F , 0xBD6868C11D384880AF8A46FBEC986BAF , 0x3E63CFF24DFF42A6AA160DA2D2214E76 , 0x9C375873CB664F5EB0A8AA3BD93C82A6 , 0xABD09D00185B4A06A8DB38C18694C5D9 , 0xCBD806E8D01D489AAEFEF0DF987F56F9 , 0x355EAE192F82463EBD5AD97BA12F70E3 , 0xEE888C6C10234833A1B8D2547016DB02 , 0xE8737EB96FE145D79FF2F5AFBCCE852A , 0x6AC99B6A187A49D0962E40890AC916F7 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0x00E125510F03484392FC943316160AEF , 0xE869C98070904EED8F19F6E40662D350 , 0x02049224C56347179FA4C013E2CFCD8F , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0xD3C113F1639B43A79A977E056EC87D12 , 0xB6461B77C47E4F998C624A6AD1A17B16 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x08FA3B8212E14FCC9B8D37A1FCCB4D85 , 0x004B11B664424995968A6294D4EA4AE7 , 0x81B7E6E753D74037BF5BCD84134E519B , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x4585EFCAB04645C0A9391B83D14F0FCA , 0xE268901044D74F4997C8798505FDEA63 , 0xD9D87897BD6C49B8838C356EA465B8CD , 0x0CF665757B114488B50086B62E4BA9F2 , 0x2DCFDF6C5C7C4F7DBACDC994F955863B , 0x7813435EB74E42EC99AC7268FE981733 , 0xADDCA4EFC5534B19B681AAB850C1FB45 , 0xA09DBD8952CA473CA61AF7917C926D32 , 0x87D994B377A243B6A22742AA6E939D29 , 0x2C648A0549304A14B191A9AE842EFD9D , 0x686BAA2F4B7C4C0594F09982479CB461 , 0x6B427A7C18D44B2FBA6F302159F132B9 , 0xF495CE30E6864DEA9B64BEC20E41EFD7 , 0x9AF1A1C26D66423594EB7963FB6FEA0D , 0xDC2E70EA367645688C0BC5C41DD65DA1 , 0xA55F53AF25A740629CE755DEBD7D060C , 0xD4D13D36EFB74200943C15F89CB633F3 , 0xD1ABEF13FE0F49C9BCA579507016752F , 0x7DEE1F725B034B3FB61BC5E0B0692364 , 0x51C9055D34DA40A0A32B351E8DE28243 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x53E4A030C1484AFAAA3AD9A63E7C8D0C , 0x84C44CDC115D4F7F89312BCD2773386A , 0xBC4DF4D42F65462C889181E798FF8561 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x40E6E5C772DA4F1986E598A14063A2C1 , 0xE026D0F08C064093878FCF9D91BF61E9 , 0x2357D495879B4D7D99BF70DD74BAE9E2 , 0xD6EA654940B14D4ABC5B5272FE77C8A4 , 0x3A7F238996014F9E85A0D0BB4FC03376 , 0x23FAFEC2505F4BEF83636D4739B4BD6C , 0xE38819232C9343D7A83B58EE58C4296D , 0xAAD2499E5CCB43599D8A0F6ED63A44D2 , 0x9D891704072C4CF89BE26F02B5E52F89 , 0x8172D520BF5E4E3E82991F492BDE5810 , 0x6E7422EE1E14437DAB0D4B86288998A1 , 0x60FCE2DD446D450BBC62F0F1D1F5E509 , 0xAC3B2B22A0BF43FEA96BD689B077716F , 0x28902FE587FC4D2C8907793BFC3FA7FB , 0xA90AC493BAA84D638F59267925DE06F5 , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0xC49DAB2756154FEBB2B0C8C71F381241 , 0x25AFE30A2A8F40A1B42355EE36E6B7E8 , 0xD58AFB50188C479BB01FDE41751392A2 , 0xC1AE25F381BD477CAF1A7B98FB0F3557 , 0xADDD2366C4D84937807FD43F0A24A533 , 0x60BB8DDB6BBF45029E2302DCBE12766F , 0x864A06657BE849748D04CEA62E192B95 , 0x5BE97664F77B4F00B198FB8779EA364C , 0x2D82632C1EE34C19B040E3E4AD8F1726 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xE501CEAB99DA4C91808C2FAA5E7FA267 , 0x9E8AEE1CF3B04F649956E076DBA0FE22 , 0x0BE2B9F74FA5437FB4C7A627B7D3E9F8 , 0x71F9CC36AE2D4D9E9BE259D7B7E7F3EC , 0x14146387C903402AB16A2045A60942EF , 0x58A73A1465684B519DE7DF61B3180A28 , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0x9527A1489FAD4B2293E8F4B09C07EE8E , 0x9AA8A4B4A20F4D20A8A652722876CFBE , 0x32B8CF0CBBC64F0DBB8951144C1E73E0 , 0x8001631FFB284A179D43E87870727DE9 , 0xDA67A770431E49A7885349947ACE10F5 , 0xB26BDF02158045C5A3D93F2FB420559C , 0x554CC9397092437C854BF1A94ACD5985 , 0x8744F38D033F46E3AAF2C06103E9E28D , 0x94A5AA0B302A4DE58CB0E9F3B895B0A1 , 0x38F3DB75512C4C2D851932DF9704EEE8 , 0xBB6363EDB21D4AAEA5877721ED49D030 , 0x8FD9C0855ACE40B5A709732863B08F68 , 0xF7E08DCDC51E41B4AD81103BCE005171 , 0xB74791CC2EA649BDB479112740DDCBB0 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x777AD251E96F437EA6E1A9E0E99E5689 , 0xB0843C436907492A8B912E0CE3D0F2EB , 0x9342B8B153F6436AA71FACB1D5B03A2A , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x4696B6B6EC794671B37302FC1F93DAF4 , 0x1C414C3A7C7B4B7AB3F0815BB0C72AA1 , 0xE95BD5DFEAFB4C9397CEE2DD8201AA4F , 0x8788961846284716B51D6AFEA81EB62D , 0x3133AFAEC65B4C5B9CF9C99450A8E5DE , 0xD8487FDB67184A98BDECBAC7E3B1FFC9 , 0xA14F6CAA6D284B6CBDA4BD4160E2B5C0 , 0x475107A5A2BD494796067D8A8BAB5D25 , 0x342B7065F15842EC9A20D30A421D99E0 , 0x71CB80A431F346C89FC18841DEEA8B07 , 0x6AB6DB0948874FE180B764FA18A353C4 , 0x5DFBF69C504544C588343F8B7EFAD7A9 , 0xD2FA9F59192D4EE48B389E6CF1C07423 , 0xD97333CA46504A8389743BADBC47D068 , 0x1C4405FEAD43495EB33265152146FFD1 , 0x20F53A65FF514E5ABC5DA9AD24A75850 , 0x2CBE783A38A74D4688CD930B1BBB07BC , 0xDF4C7CF058724854AD97D561E1274B40 , 0xD9609E08462144B4B7F476562667C6BE , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0xDB8DBE5C17FF4663A4491668AC4F3D17 , 0x178B13BD15A34291B1FC47D27B13C4AE , 0xBF2BD9E4050143FDBB080626C8EF9C9D , 0xBA3034F6BBFB45E0B2D0F6630AB6BD44 , 0x2CACF307E7794538BE9C8C371F3B9B1C , 0x83D2F1A524C841CBB7DD84B8C3E9F33B , 0x5A1B28C7F5A7482786ACE6B46D15DC1E , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x46AF2082EEF248318D5B2ECBA74CD0A9 , 0xE4AE3278D86048DF997BEE1E6A0D5CA7 , 0x85E7F4D019EE4FB586572F3607201BAC , 0x900F66B23FDC4EEE90D44B04169D6131 , 0x21CC8B147C824B55A037EF16780C2469 , 0x935311775631436E9BD04E5B0060743E , 0x22203DDF29C4433380F235594C63FDE3 , 0x00D20F96596447EBBE8851A58583A056 , 0x9A0FE2C1314D4664B0B019944E4841AB , 0xA8646E356FAF4E8C90E1F82A3805ADA7 , 0x146048C242AA40BDB0AEFC909F8B28E2 , 0x21F2CC83AD1947C0934DF1C9C9BB2131 , 0x7BD1955059824B3D9D743D6A79A0328C , 0xF6FE01449EBC4240A961C15D4F980759 , 0xEC2ED492F5804DC295EB6D65E542E97A , 0xCAFEF8A7C3024299B1E4C06A0124FB1D , 0x383629D6F84B4E9885B52E0501270834 , 0x611555A6088941779503F03EB0C969D2 , 0xFA84795B2A134CB9975E684069324615 , 0xEC9A0C00D5CB4574AA7D0B53AB3DE3AC , 0xE4EF3694D9D24CC880A155EC8D42D0D5 , 0x40682A2F02244A7BA81E187512DD8759 , 0x8530049F706A435EBE247DCC3980BCD5 , 0x5F401C6E75984A25945BE9D095513026 , 0xA4BA6EE1B1274D409A54BE880E2A8397 , 0x16F1172BDC974058810C9B1DD5AB901C , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x32A1A48B09594D77901D0F75BD798453 , 0x8C881359E1A94F3D8495F389D18BCCC8 , 0xC5AB144F495C45D1AF742173EB811222 , 0x5B6F1C9565314745A2496C81220D4588 , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0xE8C5E3E1FD0F4286B2E1592B9EF66438 , 0xCEBE6B1C495B4C788E61E948BBBCD2BA , 0xB8FE82492F7F4AD1B92691E5A59C5FB6 , 0x7E6E360F37254C1A9E47AD7F8E54A267 , 0x904E770737A4479F85C978BF4837CB96 , 0xF596F4DB96B9481999ADD056F10D6B8A , 0x45F9D35A14F54849BE24BE2CE989BC17 , 0x4863EDFBBBFB4784947475112C5C6B06 , 0x590789E000FA4A49AE4B28CED70716D4 , 0x8BCAE1B9A49249A4B3F2C96B77DB5DFA , 0x47324AE544C64DAFBE3D389E3D738563 , 0x0D083B04D5B1499CB8D2C8F07CFD82AA , 0x743B3FC7E0AA4E5AB4A22F6C9804238E , 0x7F1A372AEEC34610AAC43B93C1E17239 , 0xE5688A9E11594B8BB9E2C34548A47A9A , 0x588C88B5694E4BF1963900CE06E7099D , 0xC3C5F3C42491493781AF1E9ABE90DC53 , 0x2C56BD038B1749599BFB21B25E67D770 , 0x9D1BC34EE7854870A3837049CC03BAFC , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xDC876C5C48E34BAFA9DBB8A1B2BAF2A8 , 0x12E35E3860794B3EA41262D7255B07A7 , 0x627879BE3C784C59A890EE6C8C477387 , 0x3C47AAA233EB4D14B599E481E5CCBB62 , 0x454F5CD6F77F4E4BB23E2615979CB184 , 0x3B4371C3DF074E8D906459AB46DFC83D , 0xB1E9790332E54D3488A06AB013689BB3 , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x0918BF136F3943158B3458086A8580E8 , 0xBBF980D14C81437C8C1898A068B4650A , 0x5DE00F5626724875A3AA7F3BB36CF6B0 , 0x968CA01825FA47EB8CE2DC85FFD52CAA , 0x57330490AC644DCE9A00F45654547A3B , 0x780A1189B44E4B648D0418BDCD777BD5 , 0xDF5A58B8DCC94914B6615912041AFB04 , 0xCBCD83969A784F79A80CF7C950700D16 , 0xA674E72B881B4C76BD417F083588EC75 , 0xC3CFB533A7ED4B259DAF5E1AA1B72064 , 0x3476D7FEE9134B05B44B90BBC9E2F29F , 0xAD30BBF74C824B6B8BF0D9C4751CF553 , 0xB277600C95ED4F71A42E4B6566CF264E , 0xE59715CFFF5944048CE8B35F62C843E5 , 0xC89454BE79F34E98A6189B139BDD5B75 , 0x6FE148537FF5433D818BD1E35AAF93B5 , 0xDF852C71BE134B7DBE1BC31AFDF0B020 , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x9007CD31D93A413E98842EB324E917A3 , 0xED7212270DF04F3583CBAF06905F137E , 0xD05764DE5813432480154FD767EA097E , 0x4D27B61E6F224E35A72DBAC23AD950CA , 0xA50D7D8D5935490CB81982DEE57A4270 , 0xC788E5D090164B0FA64CDBB82FAE52EC , 0x05FF8495C5D1441B904495FFA2218E73 , 0x127A309A47054170B3EA838A99B0EE41 , 0x0BE703B7D3CE44919CF7B7B26537B92A , 0x965A1523E68B418F813B314ABC03AA63 , 0xF8B73F343BF04D6F9B9DDF119B67E1E5 , 0x7190A7A5A60F4F4BB59CDF6E217A05BB , 0x456DDE9C21CB4FCD945E49C776EE651E , 0x0D649F80D88242AEB2E5B317364AA3D7 , 0x053C65372B1843198294BD3272C59C18 , 0x28916ADF88504C208540D811B87234CB , 0x43A4E4D08A6A43DEB89D4F26CE763959 , 0x14694976AB31454CA7B5DE13FD4759A1 , 0xCFC910B80B5245AB84BA0CED40038BDB , 0xA91E7D16464F4BADA94DCD90B9D0D884 , 0x89B6BA737B0D4D7991BC1A0AACE13CDE , 0xD777E7A1B68D4AE2B1D3D6CAEB8F8F0E , 0xC6CEBA5135154F4B80FF0149DB58CBBC , 0x240627A9C55B48309EDCED91DA7F962A , 0xA5FD695C8CDE45EC81FC5E2129A75E5F , 0xB8033A03DFFD457D9D5D77F2A3BF7FEE , 0x20CA4616A5D840BBA62018714FA84602 , 0xE3B45041E7DF47BDB1FBAD3D88CB4889 , 0x6DA4022E4A06453983444F705B4946FD , 0xA64BFE2BF477479582BC88E15CDFCFFA , 0x4761672A8A7946669492EF1DFE479955 , 0x78F38260736D4A05B6C3854B039C6E62 , 0x354C972869354BCA9FB3DFDCC94E18A9 , 0x614FF186FC9C4CA2A8186EA7A406FFEB , 0x91FD46B5CC594A408B32635E4A9AC47C , 0x03FC83C87ACE43DE8AD816E74A564E78 , 0xF495AC94F51A44F78161B065CBE2C8D5 , 0x4C851E484C174484AF59A79732735CFC , 0x56E1E9075F8D4E1C96D6104A4076CC5C , 0x30705084226B46CCB71816AD2BC4F02F , 0x779FECE85A8B4C2294435B95E755BE25 , 0xE897C664879A480B9669494B170FAB52 , 0xA708255E69D84BF99FE6087AC48C123B , 0x1456107984364EA1B312B8AA86FA1B34 , 0xA089EC3E1A9F4CC1AD9B66CF6629D984 , 0x6995504DE8844F4CB8C0227A537316AB , 0x2CD7C22194B14C3A89B02DD7F288EDED , 0xDBF63C55855049F6B87C89568D46FC4E , 0x40569F1715A042C39EAE0CE918E06B16 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0x3593C38C2D9C43D29A63D059105EACE2 , 0xDF060797678D441C821377207C4C70FD , 0x15F6F238934F41999ABA56578E5D26FB , 0x25B36DC7C4F2457B986D77BB4C3E2B7D , 0x2378A256DA4C453FB836A2624A598C77 , 0x6A9D83423FFC43A99CA6CC2A0B336A93 , 0xAA1FA94E3C954A688DA24F834C65163B , 0x1FA56CD16FD342A68D7E7D8CDEABD399 , 0x736C9E732C76495E8EB1A799A30F0177 , 0xCA36542C88144A32BCF8123977BECD7F , 0xEA71171ED23B4AA7813E707C45D8B9F9 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x7266F2F810B64D63B49DABA3C14C709A , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0xC46D0D6318E14D67967AAAC0A2F0873C , 0x9E43A614F83540769B8D47B80B0090E8 , 0x147C921683254C869D791B762F581652 , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xADF28C1B866641CA80805EDA0F657E47 )) GROUP BY `product` . `id` ;
Copy
83
39.34 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"ƒ0ìs[╦E┐ê]²wsÿ{\x14 "
b"╠¥└\e b\x15 D{òìiq@I║~ "
b"·þw$¡åOú‘á?\r E\x0E Ï "
b"="ô\x16 wÙIv“b\x16 ôK}\x1D – "
b"ü-\x1D g\x12 ÿG\x13 áÖ┤╣┼4µ= "
b"ÕãuœõO0°>\÷™ˆt\x13 "
b"\x13 ³`ü┤cI;«r²\x02 .\f ßu "
b"\v ˆÇ°š\t J̨\x11 0«\r °\x01 ¤ "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"gïƒU$\x12 GC™…Ø#˜Àщ "
b"Ã╚{ÄWÅL\x13 ÂUã~²^]d "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b"‚SyöIeB„‡Q½\x01 ±CÏ{ "
b"ŠýA„ú\x7F M\x01 ¨4u}é\e PY "
b"I#å\x03\x0E VOñ§\x08 ÿjȹ®Ñ "
b"\x0F <Ä¡ÛùM×@]‡Ð]g, "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"àý¨YÖM<ŠÑ«wƒ©÷5 "
b"üW\t ¾Äs@·¸ µÙ\x02 Sú\x17 "
b"""
‚üh99}C½¢kŒòaý\n
¥
"""
b"""
█╣Ô┴5\n
K\r ┐Ò´GÐ┴ÃÉ
"""
b"\x0E ®\x0E dE\x05 @‰¶|1Ìò\x07 8M "
b"ßÊ%8Õå@¸”ŽÏV®WÀt "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"'ÏÔô╦ÁO³¿\x05 L"iìa# "
b"╝┤â\x14 "aGvæ=┤k▒rÅÙ "
b"\r }só\x17 ØH\x06 ükHáN─}; "
b"7Aï4@\x7F G─ì\x15 µN\r ´R╦ "
b" Ãc)±çH,³\x16\x1E ¢á\x02 W "
b"„øoi\x15 .J‚‰»¸Åô®4à "
b"â\x1C AC\x19 IB=§‚òÓ‡\f lœ "
b"}Ý\r «qëOs©Š«É\e\x06 I¶ "
b"\x15 tk9Ž\v B$³WÏ`;oºú "
b"$â\x13 ª{‚@>¹É\x13 Ü„y‘* "
b".f¡êɵBu«\x06 Ű³÷'Q "
b"ˆGY.xkHO”½o3§\x01 …@ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"z¢9%\e êM│ìep÷\x7F BÝ¢ "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"ùæ¥&'ïC\t «/\x12 Ç\x0E\x13 ìï "
b"ì\x14 6Ú\x1E LO\x03 »\t +!Œ§Œ² "
b"\ŒÌy«óJ˺cîã?4Sb "
b")"áÆRÑF@µ)}—šgì\x1D "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"HN¹\e\x1F\x04 HdµƒZzjAó§ "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b"`m\f 3\x08 »B╦üÉ╔©¨={│ "
b"""
XuÚ\n
AIGî»OsÛ!Å«}
"""
b"œ«ÜF(ÙMݳ‚cî½Gâ8 "
b"W¡\x14 f+\x19 F•®Ö“á2ðA— "
b"■├Ä2ı=L1É┘þ_ãõ\r J "
b"Kö~ö90Fé»\x16 Œ8v¼\x0E £ "
b"8\x05\x17 t■.K%╗\x08 ì#H´ûÝ "
b"\r ›×«k\x1F Iˆ¸@0¦d+Œ- "
b"'6ËÌò¦H^Ÿ|»Yí¶\x14 Þ "
b"µtäÓ͘Lq¤Ä´HG2…\x06 "
b"ú8rRE¯Is«¦\x1C n\r ÈmQ "
b"\x18 [ÜZ\x18 Gã“t\x17\x03 ÈÔ–( "
b"\x15 LûnGüB)¿,»\x1C FÉ7╦ "
b"G:JõeÕG¯¤¿§W©þò? "
b"ëø\x14 ®‹ÛNd’Ÿf\x06 ³C\x05 ° "
b"°ƒ¬pË4H\x0F ¨\x16 i¤i6ð\x02 "
b"€$Awp?EÕ½Ðà[òs7& "
b"F)AoN\x1A @‹œ]Ð/¾™Â– "
b"¥óÔ¬¸\x1F @³§Œ`jª×—q "
b"µ!Ý·ËkH©§/A\x1E >%Mw "
b"[Š'‡þ£I\v ˆÈ74›ö-B "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"O±¶N8gFÏÅ╦\x10 0ÎÞÉ\x07 "
b"·®ÔbTuFs»GÆ\x04 Û‘âî "
b"""
×¾é¿\n
@Iz€O 8[SlÛ
"""
b"J¨Ä\x16 :´Bó‹>Íð\f ^\x1D [ "
b"<Y>Eâ9Mä—‹Æ“Mù_\x11 "
b"9\x02 Ê)ßg@<¤h\x1D 5IúœÖ "
b"KÑÍ\x1A æ²HÉÁ)Ù4g¥┤Ö "
b"Û\x13 •Ë\x1F ±J\x04 Š«‡´eD©H "
b"Î¥T¡½ìB4ç«näha▀Æ "
b")Ëž¡¡‰Hw„&*wyÑ:… "
b"£ø$õ®ñM-…\f ‚lwy ¥ "
b"yÝÀ´òÛA²šÆPüƒ— "
b"8]|ð«ÍK¶¶éa °\x10 áš "
b"\t É?ûrñCê©ÖsS¿ıZÇ "
b"\x06 Aü·\x0E (Cz╣\x1F\x00 "\x12 àPé "
b"Zê+\t Å8H"¿pl£Æ\r JÖ "
b"‰#Mþ½ÒIº‰è•ʧZŽ˜ "
b"""
~†\n
§ÓšK~–zq7o)hA
"""
b"W\x1C ì9»KKÒ¸/–‘Ãu8ñ "
b"—\x18 3\x1C ĆDÜšpÃ\e )~\x11 » "
b"ô485┴‗GÁò°¼«Yü)§ "
b"U¼ùu_âGýüÖbxºA\x16 v "
b"†Ü\x03 ˆ†Eë¬×O_›EI. "
b"»ªþ×zÀG¦¡¨íäy†vZ "
b"ï—\x1E bÕºCï‰B‚y¤äø« "
b"GËù¢6SLÝ›ÿÔ\x11 G\x0E g` "
b"áñˆ\x1D µ\x18 E–‡\x07 åÈK»QÖ "
b"‗╠S\x05 ░\x07 MÆØÑ▒ü\x17 ⯰ "
b"\x06 õ(_|‰Al¿\x1E\x0E »äX‰á "
b"Žûª\x06 +Ó@Èš¾A\x03 ¥’:- "
b"u\x08 ô\x0E ÎØC\x08 òû├îrM?ã "
b"ÞO¾9\x0F æKh£Ð_!ËüøG "
b"\x03 Éo\x1C\x16 ME\e ╝â\x7F ý\x1D ╠[F "
b"?═jEÉKG▄¥]¤yAÓ╦█ "
b"Z¨Ïü\x14 wM·Žõ§¦\x1A YÞi "
b"Žy)<Ë¿CX™7˜Q\x10 œw9 "
b"d}f═PÄHØñ\x1F ¼:5\x18 ┼ö "
b"Ö…½Ë;\x01 GÏ£\x0E u}‚̓6 "
b"1P2]\x06 KA%Žñ\x04 qÍgå\x19 "
b"R\x15 ¸qüOCýûø³qMÇ®▀ "
b"\x18 !JO,\x11 @8‰)[\x1E !á(@ "
b"Ó\x1E\x12 ï\x14 åN\x18 ¡¿P&óº?¶ "
b"jà¤7Ø\x1F N╔¡.ð┴÷Í*Æ "
b"i·\x1F S#¹BÜ™O@\x7F ï÷“) "
b"¢ß#6ºqLöyFÿæç|F "
b""FHO`xGZž\x16 N»è§„e "
b"î«\x1E\x02 ùrJê‰ÿ—½ Ÿ†Ð "
b"Ð┌ìaåBJuîßïdxm\x05 S "
b"éWbN\x10 uO3œùHW™ì¢C "
b"¼šÚ= ;NK±²ø{1\x15 2\x0E "
b"Ã\r \x01 \r 7A\¿XÍŸóa“Ž "
b"€\x13 ¢?{*NE¯Kþî„1e» "
b"Y#•-…"Kyƒ\x15 <\x0F Ê&¿Ÿ "
b"▒Öqs«!K¯│åö|ü\x0F =¾ "
b"œXhòõd@\x10 Šr\x7F Ÿ\x00 6y… "
b"\x03 Ö)hfÛ@\r Ž\x00 ƒ©\x1C ]Éj "
b"Ѽ¼c×╔B┐ÖÅRÓ´\x1E ù¬ "
b"äëôð÷…BY¥¨Íy\x06 Ã²Ì "
b"½\x0E îlCî@+¶\x7F ˆ\x06 [»öe "
b"ì\¡§PcNTÇ=®▄pöDÀ "
b"Ìã3C‚\x15 NG¼p@©¾ÈJƒ "
b"\x08 {sªfÆBï™.• ÆC)> "
b"\x13 Ü6§SÜMe…îŠ{\v ¬›Q "
b"^O²ªÖâMÇ‹ƒáÈ$Qªy "
b"˜nŠ}%\x1F D\x02 »ˆr¨8Ý\x16 ¨ "
b"K\x12\x04 ñIÉFT·º‰z·<±\x00 "
b""Γ¢lÜOã³{\x1D\x06 Ä[TÛ "
b"$¼*HG\x05 CÑì"\e «é Äc "
b"ÿÅoü\x13 £CÀƒ\x01 Y½J\x04 o "
b"WdaW‰°L\x18 €žDû>Ÿ´Ñ "
b"àDX%\x1C ´K·†)5R"\x1F éi "
b"«\x08 *\x13 èHu˜QjV\x1D BAr "
b"Ù\x7F õÆ3.D·›F\x1C TÃ \f Š "
b"ãølb\x03\x06 HÖ¨\x03 £È\x17\x1A BM "
b"\x00 Ž*\x11 àãJy‚újU\t ¸u\r "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"xößNʯEd»Q\x03 MvšÓù "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"×bIc»EH—¥ÚÝt\x1F –G\x15 "
b"ê^Ð …CFW¸FFâ]\x0E ¤G "
b"X×┤j¾BO?¬øØð▓▀ýÓ "
b"■▄¹õ^ëDñü++zð8W) "
b"û╔ñ²ðnF"Á|█jLìƒt "
b"‡£~pÁ.M\x11 ³EèÚ\x12 YÚn "
b"ˆ\x7F «x„\x18 K—³/;[û\x02 ®2 "
b"\v oÅ¢sÏJˉé\x1A Å2‘Ø$ "
b";\x1A œY¦çL×µ˜óæVäHÿ "
b"¶¡;hÐ:I\v ‚Ó\x1A sÿ°ƒ\t "
b"yN}J mFUÅØÒùÆ]\x00 . "
b"ë<•á\r \x01 L\x7F …R±\x19 ‚¤”¨ "
b"Bߢ$¹»F² Ò¥´Š2a "
b"¤tC¤ÛìI‹§\x0E 5ÔÑÎQù "
b"Ò<\x01 7É┬Inélm╝s°î¡ "
b"qbyÜûlM6‡QëÙó=*+ "
b"œ„ó[™\x01 K;±³Ž•\x1E À€Õ "
b"\x11 ╗âçØGQÇÓ÷\x1D ¿èܵ "
b"[\v -œ\v sI››²’CeU˜” "
b"+XÔ\e !÷D/Å´/<ä\x17 (ì "
b"ZЧ[5ê@·€r\f õ¹\x15 9j "
b"ಒzvM–¾h\x14 îqÒ\x00 ê "
b"<\x11 }\v ¾°N·‡ÜÖs[ý¢V "
b"Ä^%@©4Oz¹‹™\x1A Å\x01 Œ¸ "
b"\x0F £¹¨»˜K\x1D ¸ç+$÷™¼$ "
b"╔^¹Ýó\v JÇ░Ìßè┼Å‗\x7F "
b"<æáÜãHò░\x08 ×ç¿\r ▄Å "
b"þ`†ÊmîHc®iðï4èÓ• "
b"ªZ¶J’»@Q¦Ö#o` iD "
b"Þž\x14 i0M3¿:Œ L\x14 ¸ï "
b":<ßÞ 'I$©ü\x00 å\x1E óo‰ "
b"\t ;\x10 )É░K\x1C ½'\x0E ånz\x16 Ý "
b"\x08 «,:„&F+³Æsw5ï’“ "
b"c#B‰¥\v Nˆ'›0e"´T "
b"iªè{rùB‚•!×F0béÎ "
b"bSÅ┌ÁTIgÇ7d\x10\x00 %gÚ "
b"Ö9‘vîxC/¶ÇB\x01 (jhg "
b"\x07 Ù°G0AOL½&x÷Â3Ð\x03 "
b"àUý]éHI\x06 »ƒ}YVtÕ> "
b"""
gÌÀ\x07 9OË Ss®T\n
Þ%
"""
b"„[’¥\x16 «IѦ†\x08 ŒÖÆ%? "
b"ɲ†7k/E\e Ÿ¾Ô-p¦£e "
b"l\«Iã¥DÈŠ9f›ª0åÅ "
b"v/>D\x1F ÿKÕ„WØ\x1E ²Ü¨À "
b"â\x17 Õïn\x08 E·¢\x16 f‚\x01 ;\x03 ß "
b"r…~ÀÎúE¸‰ü\x1C b·¯0Õ "
b"""
×ü╬\x7F\x10 FBEÿA3\n
\x14 'É©
"""
b"¦Ý4éÎ>@\x19 ¬:|Ju "
b"zßòc™\x19 B⿽°>«<„ö "
b"¶B2×╠ìDEÉÁHÌ"÷┘ "
b"fE\x00\x08 {jK¢ƒäؘèܲ8 "
b"ñóùãO¯K®‡n|¿×J6£ "
b"î╩bÉ\x1A !H·ÆX<Ó▀Hõ¯ "
b"öÐ,É\x10 ¿Of¶âìïuþ×È "
b"Î<ˆhç®Mu•\x01\x05 ÔãÐtÖ "
b"„öÎÖ\x02 3@ »QÍü±\x06 š‘ "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"¿\r W4—=Gó»|bà{Ô\x03\x12 "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"Œk'F\r ‘D,’¿ÚõÿEð "
b"'ù\e øÇNB§ì5?+Ã\x13\x0F ¿ "
b"ÿ¸!B÷MKMŒÅ\x0F ö,\x1C žg "
b"\x08 ¥V╠oSM÷ì'1q╬ÝË "
b""†\x1A\x1A (%B\x1A ·Š«¼\x02 •\x15\x10 "
b"ªtÐ\f ╝ëM¦ƒÑ!ì\x01 ý)╣ "
b"ŸX!Zø\x1D FVœ\x02 v4µˆ_Ä "
b"q\x13 œ—1JBÔ“ë^ÛË¾Í "
b"ƒ]Ë\x02 c’N\r ©´’\x01 ·\x1A ð/ "
b"┬è\x06 òÍ▓I#ØÍÔÐ│£\x1D T "
b"7l=V\v jJ\x1F £*\x03 n4‹0 "
b"Þ┤╝ \x18 KB\x11 ¿¢É\x13\x00 Åq8 "
b"d\x06 ÂòzrHVç\x00 À²ÉP\x15 ╬ "
b"é½Û©’\x02 A\x17 º3A\x12 ÎD$J "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"†tuu©JIhŒµëò£A0D "
b"§àÁvK¹O_†¿àÓ\x1D Õ?T "
b"Ï▓█ô╗GI\x14 Äk]8\x0F 3├É "
b"ÓÌL ýsN#²Œ =¶Î<± "
b"ÄŸÊãôòCb¿[Iø\x01 \/A "
b"\x1A ŒÝü€ýGR£í¬¼iŸ¤S "
b"¿l\x14 Ç\x14 .M¢¼ªü-°7ç€ "
b">\x00 r\e ‘ÊNÎŽ'«\x02 3˜\x1E — "
b"æìâEôæI\x7F Ä\x17 O:øWØv "
b":\e a├%6FãÅSD╬Þ\x00 @D "
b"│ı¤▀ô\x04 O\x0F ت>\e ý\x0F IÅ "
b"rÝ\x00\x0E (ßCѽ¨˜N\e H›± "
b"FúŠ\x7F p“C§…ÌЋ€\x1D ÃD "
b"›\x11\x1A XÍxGþƒsFÀZ5\x04 « "
b"l%“²¥>F¥¡ŽËÄ<5„F "
b"Toyæ╦$G\t òæ\jj\x01 ¯Ø "
b"ë:ü)¦·E×ɨ»Ú$¬p¡ "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"Jþ\x08 ƒ\f\t Lã£sºj©ßP¿ "
b"Â%«øNÞI5³FF¡ˆ\x12 XÈ "
b"ð©¡\x00 oENEˆE” "7J "
b"B„<9ò\x0E O#¥™WWv°`Â "
b"·Í\r Æ¡{IS·lJ\x10 b•Co "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"œï%”ÜõMEºTL„g,Àœ "
b"èn53UÛB†œdº˜Ãë<» "
b"\f œ·<i\x0E G›¿•Ÿ\x0E =\x1E z? "
b"ïÊ\t ¨ *Jn”ç˜"ñ\x15 vî "
b"ú┼-µ+;A▒üƒî5┘▀Æ0 "
b"\x13 °D\x07\x1C EOw‹ ‡Ï±ây "
b"d*x˜ŽÏD‘–d¤Õ0~É‘ "
b"™·Ô—‹\x11 MÉ®bô÷G’ðW "
b"ow¼ˆ¸[Bv®¹’캃‡Z "
b"û•µ6kMa ²C¾K”Zœ "
b"""
\x0F ÅÇÓ<\x1E M’±*\x10 wn\x1C \n
È
"""
b"fÖZ¹«\x03 JÅžs|\x04 ÿjm6 "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"‰2\r [!–M\x1F “›;\v OÓ9ü "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"}h*ÞÚûN\x14 º\x05 Pšà\x19 ™ä "
b"„à\x7F |ÙÁA\x1E ¢§ÚIââ\e s "
b"µ\x1C †9€xEA„(¢~âër² "
b"Ï8▄ü¯\x0E B.ÇÐá\x12 {ÌX┌ "
b"\x1A (F#A°IÞ¥(—¼·‡m: "
b""═òìNqKüâÒøÓÂð7â "
b"""
×8\n
šO;IÿƒQÎÅÄó¥ä
"""
b"½çuð\x1F YISØÛt╩ÜJ>Ü "
b"›à’&\x01 pG\x02 …\x10 þ¥Î‡\x1E u "
b"νhpÔ-E–¡|,©¯ˆÓî "
b"ÚT\x03 £éÌBCÑ\x15\x03\x0F ×ÉHW "
b"yÉÓ¦1ÞN\x08 ›%Áó±û\x7F d "
b"#Pvåë9M_ˆ£UÍÆub3 "
b"~}ÁÅ░BG§à┘æªLk£U "
b"i™Ò¿ê'H\x10 ‹\x05 mc\x18 ‚H¨ "
b"Üä)\x18\x0F T@£‚¦Ñø¡8» "
b"%uÛ¬®»Hô‹M—2üc‚F "
b"¶TßñißG|äæÀ\x11 Q┌ɸ "
b"""
\e ¨\x0E äÐ\x19 E;¢ªˆò\n
)T±
"""
b"┬ØåîææKJï&kw■zy\x0F "
b"̃~Ë+yB\v áàßÅSX\e 8 "
b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸ "
b"—Î<k?êG·«ß\x18 Õ\x08 éÍ6 "
b"FÒF\x08 áA\x12 °öÜÞ\x1C =Ö& "
b"(ÝË“Ü\x17 Bû§3n\x14 ‰JT\x02 "
b"\x01\x18 aÉk\x1A OÌ«eı§¯hm¬ "
b"Jg╔'│┐LÙöÓÅç\x03 j) "
b"Ct·\x17 x\x0F DÄØ\¢-╬╚\x13 ñ "
b"ØÂš¢^lJ¸¥"¿{›\r ˜ "
b"X\v ÒÝÓ€@›ƒA(':,\x7F p "
b";Ÿ°½,ªK\x15 ´bÚ“‹§¹ƒ "
b";Ñ^Fó#Aa£¨jÁqvl% "
b"š\x07\x08 ÛǘGµ´\x1C ü\x0F ï\x11 DM "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"""
k\n
ª\0”L\x05 ¬\x03 Ô×±?í_
"""
b"Ì^ÛÃI‚E1£øÌüDÈPê "
b"-ò¨ºËâNƒ³áÎìúŒùG "
b"U±nµÄÅF\x1E ¹ã>Ä’k×v "
b"\x1E \¡)8ñFDZ5Ö˜/¦S$ "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"åí¯¡╝yB═ü]É}&}d3 "
b"Ú\\x18 †\x19 ÉJ\x1A žX\x02 ISôî7 "
b"Ǹ&ò=´B╩½)ìT\e íBõ "
b"\x13 8¡—°ÔAœŒgâ)¸Vçì "
b"HõÁ¾†\x0F JJ¨ï%X¢~Ðó "
b"T\x12 ´A[YF\x1C »?K│§°Ø\x1E "
b"š(…sïÎK(†™ZúéCx¤ "
b"Wì©\x13 –ØD`¶„f¬!»Ûã "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"ÞŒšÁ\x12 §HAƒüŠÌþ Ì\x15 "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"»\x14 !ù?\x17 N}¯ \x12 #\x01 :n\x18 "
b""6ƒ¯—hC]¸pB\x06\e ª.î "
b"±G└█ÐrFƃØpè^öÕ\x1C "
b"ôöìyë╣J╗¼Â Ò├ñý+ "
b"═*1·|O\x04 ┐\e\x04\x1A ú7│Ø "
b"OúÉ\x14 ÑzCÀ§uÄïRêМ "
b"+\x17 ëƒ|ÇIó©¾u=s“ÿ "
b"ž…OÌ\x08\x19 D!»4ÿ\x19 ˜Šàù "
b"žhë5LIÜ4hv¨Â▒È "
b"µá\x13 ìÔ\x02 CúªY§\x1F ¾ó˜ç "
b"['uÚ\t ~KF²kZç\e Kh| "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b",\x17 4ä&ÉKx¡╗ınÉû2a "
b"§\t š´‡`F©‹’•”˜'˜\r "
b"`‘÷×]VLî©Iø{\x07 :Í8 "
b"Àk^W\JE\x7F ½7\x02 Q; "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"":zïSYB<’‰\v #3×(Î "
b"ÒýkOÚüNÏ‘d\x17 4]øbÄ "
b"""
ê¨p}ï{C\n
‘ÚwHóÝ´o
"""
b"{¬³4ŠðIŽŸªäVŠ×jí "
b"IGÍ¢,┬JiêÉòßW╩\x11 Ù "
b"óŒ|žÇêJ=œßôCS\x0F ts "
b"VL½£N¼Eýˆõ¹¢Þ¿n "
b"ÎMô®\e àEÓ…\x16 %sOº,) "
b"m'€¶Ò\x04 H‰¦36öµ™•ï "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"ŸcQ\x14 <.I‘§\x1D ezŠòÆñ "
b"::ãr;åFłʪ\x1D èBÖ§ "
b"v’n³Öý@%’UÊ&î½ã\x04 "
b"[‰mJzüK˜¦\x13 Æ)GÙáS "
b">Ùü\x06 ÝûK¥ù3\x12 )fâM "
b"²Ê%õT\x0F OÂþÿæx«—+ "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"""
z\x16 %°\n
?E½Ø,└\r ¨\x12 ôÍ
"""
b"†\x04 €¤MlLü’œ\x03 Dá”-õ "
b"^Dc‚h\x11 Mã“i'æ] ¢~ "
b"9Î!ÙKEN»”¸¢àDj‡\x06 "
b"^╔DıêüL<ܺ\x00 0½¿dO "
b"‹Ü0ÀU·H—°"£ÃA\f\v | "
b"""
?ýì\x03 ]\x02 C:½\n
╩\f +Á{\x05
"""
b"üÝ\x06\x1C y\e G2ª]Óß\x03 ÒŸÙ "
b"ùæávX8@˜¹¡h°Ùù¼æ "
b"╔¸\x16 ØlcJFøp¼Ê]\x14 ±ð "
b"v°╔eÿ>Aôì\x05 Bñ]'Í "
b"'P\x1F ■▓òH\x02 ìEÕ\x14 Ùû[8 "
b"\v ðU \f #Dʪv“ñWØ\x18 "
b"ýEÆ\e ”#D}¼YRxìbµ\x01 "
b"""
çLXB¹½G¶„z\n
z\v ÿ¯i
"""
b"ëN®<\x14 6Eµ¡Éº˜H—ŠÝ "
b"\x04 JÃäÊÉH\x13 ²¬,éÄ\x06 œÚ "
b"\x0E E¤|\f Mí¥#\x00 ž¥\x15 9I "
b"╗~▄╣\x19 ÞJÎÉcI¯╣Ôfñ "
b"|ð=Å¥QIʃâ'R˯È\x1E "
b"""
+úá±▓ÁO\x01 îì4¥\f \n
\x10 ù
"""
b"B\x0F ,o,äA\x01 ‡¦àM6Џr "
b"Aøßó.OLÌü╩³╠‗4fG "
b"R‘¯º1¢BƉ0\x1A #Uó\x18\x15 "
b"2\x11\x10 ö†ƒHØí\t ôN\x02 ¿« "
b"\x1F\x02 ¢HÈgNV–~®QXLÕ¤ "
b"µŒ´™a"G\e ŸÚ™j;£Ï» "
b"égªÝÅóEâ█├ ║Ù\x07 9 "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"#+Ó\x03 =:Au¡.ª\x02\x13 SUq "
b"\x06 K/\ߤEéìèhI\x03 ÀÆá "
b"\x1F\x0E b&üTN¥–µ.î”ü 8 "
b"¼ÍÕ)ákK\f ænüó\x08 F{é "
b"‗Jù,G¬Aì░ıÇ▄╩¦H¾ "
b"¯\x04 }%n<Fi¨=UÍ'Ò3¬ "
b"ã®Àg“0E¢“KÑã…l&: "
b"""
ÓÚävœ\x1F HM‰,\n
JáC2°
"""
b"Ö‡ñ\e îõHl ¢}ñæ)VI "
b"\x13 xëi\x00 ‚EªƒÚó\x02 Õ>žu "
b"╔xØ d¿Nüås¡kcqNÍ "
b"\x1A îž\x10 a¤G¬¥çÕ¿boq„ "
b"uÁ0ƒ+†K\x1D ˆ<BÀR\e Ç’ "
b"`”Û"þ$O‡™5`±kî&„ "
b"›|×’\e\x10 I+«û;\x07\e >(Î "
b"Þ¹ÿW¹ JÅ·“~À?cf\x06 "
b"¤\v Ú…\v ÿM\x1D ˜³Í´MyÔ\x03 "
b"qïdY‘ÓN\‡Ôß—Ùnžœ "
b"Ew├÷{\x7F G>┐èI\f ̤ÉC "
b"6ü½ß^|B&„ O4Áƒ]\x14 "
b"-\x19 ¡ì╠ÃM:╝лCùìXµ "
b"KÛú\x7F ¸9K#ì±\x10\x06 V\x18 h╔ "
b"«┌~å«jM³ì\v Ñ┤ä.ï\x1A "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"]'h-`[Aoª½÷²w\x05 Š\x15 "
b"S°¼\x19 ¢IÀŒTÅù\e 5%õ "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"`®\x00 \ýA\x03 ‰ˆ¶\x1A JeÌí "
b"ÁËÞm&\x08 Fö‰ð>\x03 Ó=æ£ "
b"@àÝŸÕûHl–gô%`;k\x0F "
b"Ý[ †n±LÀˆ{Þ[Ø\x0E Ù¾ "
b":H!\x0E šÓBB‚ëÞ\x08\x13 nO\x13 "
b"a■ì¸\v pF\x1D ¡ê\x12 ▄òÉy³ "
b"ÇÒx\t a¿JóÖj├»HØ├' "
b"1\f Çÿ7ÃJïª\x17\x0E ÍÐH—\x0E "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"®l\x07 ›e\r D´¬ö•ÃÃ\x13\f ‡ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"xm┤┬FãKââO\x07\x03 ╩ì$è "
b"?×yûé†J룖²\¾VBÛ "
b"Dõ¦Tø'BX¶}±\x04 ú¼ûv "
b"‰mFqÕÐJƒ…\x06 ©žÐyIÐ "
b"¾´rOd§N:…W®”¹\x7F xû "
b"™ê× \x07 AB\x01 ¶’‹\x05 û»¥N "
b"hÇo\x18 ^…N\e ªmÅ\x10 hÔÎÛ "
b"_▓û─é¼MÄÁà¦O\x1C Úèü "
b"\x17 <½ú\r QJÌ╝éBL\x03 Ø0║ "
b"¹/(GÜ!B=¦\lÑ'—ôù "
b"""
ÚN\f â┴ëCJö\n
\x03 '┐(÷Å
"""
b"█ñám#ÉG╔î┼ƒå\v\x14 ¢o "
b"½hhÁ\x1D 8H€¯ŠFûì˜k¯ "
b">cÏòMÿB¦ª\x16 \r ¢Ò!Nv "
b"œ7XsËfO^°¨ª;Ù<‚¦ "
b"½ðØ\x00\x18 [J\x06 ¿█8┴åö┼┘ "
b"ËØ\x06 èÐ\x1D Hš®þðߘ\x7F Vù "
b"5^®\x19 /‚F>½ZÙ{¡/pã "
b"l\x10 #H3¡¸ÒTp\x16 Û\x02 "
b"ès~¹oáEןòõ¯¼Î…* "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"\x00 á%Q\x0F\x03 HC’ü”3\x16\x16 \n ï "
b"Þi╔ÇpÉNÝÅ\x19 ÷õ\x06 bËP "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"ÓÁ\x13 ñc›C§š—~\x05 nÈ}\x12 "
b"¶F\e wÄ~O™ŒbJjÑ¡{\x16 "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"\x08 ·;é\x12 ßO╠øì7í³╦Mà "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"üÀµþSÎ@7┐[═ä\x13 NQø "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"E…ïʰFEÀ©9\e ƒÑO\x0F Ê "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"ÙØx—½lI¸ƒŒ5n¤e¸Í "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"-Ïßl\|O}ºÍÉ”ùU†; "
b"x\x13 C^·NB왬rhþ˜\x17 3 "
b"¡▄ñ´┼SK\x19 Âü¬©P┴¹E "
b"áØ¢ëR╩G<ª\x1A ¸æ|Æm2 "
b"ç┘ö│wóCÂó'B¬nôØ) "
b",dè\x05 I0J\x14 ▒殫ä.²Ø "
b"hkª/K|L\x05 ”ð™‚Gœ´a "
b"kBz|\x18 ÔK/ºo0!Yñ2¹ "
b"ô•Î0æ†Mê›d¾Â\x0E Aï× "
b"šñ¡ÂmfB5”ëycûoê\r "
b"Ü.pê6vEhŒ\v ÅÄ\x1D Ö]¡ "
b"¥_S¯%§@bœçUÞ½}\x06\f "
b"ÔÑ=6ï·B\x00 ”<\x15 øœ¶3ó "
b"Ñ«ï\x13 þ\x0F Iɼ¥yPp\x16 u/ "
b"}î\x1F r[\x03 K?¶\e Åà°i#d "
b"Q╔\x05 ]4┌@áú+5\x1E ìÔéC "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b"Sõá0┴HJ·¬:┘ª>|ì\f "
b"„ÄLÜ\x11 ]O\x7F ‰1+Í's8j "
b"╝M¶È/eF,êæüþÿ àa "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"@æåÇrÚO\x19 †å˜¡@c¢Á "
b"Ó&ðî\x06 @ôçÅ¤Øæ┐aÚ "
b"#WÔ•‡›M}™¿pÝtºéâ "
b"ÖêeI@±MJ¼[RrþwȤ "
b":\x7F #‰–\x01 Ož… лOÀ3v "
b"#úþÂP_KïƒcmG9´½l "
b"ãˆ\x19 #,“Cר;XîXÄ)m "
b"¬ÊI×\╦CYØè\x0F nÍ:DÊ "
b"Øë\x17\x04\x07 ,L°øÔo\x02 ÁÕ/ë "
b"ürı ┐^N>éÖ\x1F I+ÌX\x10 "
b"nt"î\x1E\x14 C}«\r K†(‰˜¡ "
b"`üâÝDmE\v ¼bðñÑõå\t "
b"¬;+" ¿Cþ©kÖ‰°wqo "
b"(É/Õç³M,ë\x07 y;³?º¹ "
b"""
®\n
─ô║¿McÅY&y%Ì\x06 §
"""
b"x„,\x1F UøB£°ü¢)ɼš± "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"─ؽ'V\x15 OÙ▓░╚Ã\x1F 8\x12 A "
b"""
%»Ò\n
*Å@í┤#U¯6µÀÞ
"""
b"ÕŠûP\x18 ŒG›°\x1F ÞAu\x13 ’¢ "
b"┴«%¾ü¢G|»\x1A {ÿ¹\x0F 5W "
b"""
Ý#fÄØI7€\x7F Ô?\n
$¥3
"""
b"`╗ì█k┐E\x02 ×#\x02 ▄¥\x12 vo "
b"åJ\x06 e{ÞItì\x04 ╬ª.\x19 +ò "
b"[évd÷{O\x00 ±˜û‡yê6L "
b"-éc,\x1E ÒL\x19 ░@Òõ¡Å\x17 & "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"å\x01 Ϋ™ÚL‘€Œ/ª^\x7F ¢g "
b"žŠî\x1C ó°Od™VàvÛ þ" "
b"\v â¹÷O¥C\x7F ´Ç¦'·Óéø "
b"qùÌ6®-Mž›âY×·çóì "
b"\x14\x14 c‡É\x03 @*±j E¦\t Bï "
b"""
Xº:\x14 ehKQØþ▀a│\x18 \n
(
"""
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"•'¡HŸK"“èô°œ\x07 îŽ "
b"š¨¤´¢\x0F M ¨¦Rr(vϾ "
b"2¸Ï\f »ÆO\r »‰Q\x14 L\x1E sà "
b"Ç\x01 c\x1F ¹(J\x17 ØCÞxpr}Ú "
b"Úg§pC\x1E I§ˆSI”zÎ\x10 õ "
b"²kß\x02\x15 €EÅ£Ù?/´ Uœ "
b"ULÉ9p’C|…Kñ©JÍY… "
b"çD¾ì\x03 ?FÒ¬‗└a\x03 ÚÔì "
b"”¥ª\v 0*M匰é󸕰¡ "
b"8óÛuQ,L-…\x19 2ß—\x04 îè "
b"»ccí²\x1D J®¥‡w!íIÐ0 "
b"Å┘└àZ╬@Áº\t s(c░Åh "
b"¸Óì═┼\x1E A┤¡ü\x10 ;╬\x00 Qq "
b"·G‘Ì.¦I½´y\x11 '@Ý˰ "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"wzÒQéoC~¦á©àéžV‰ "
b"°„<Ci\x07 I*‹‘.\f ãÐòë "
b"“B¸±SöCj§\x1F ¬±Õ°:* "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"F–¶¶ìyFq³s\x02 ü\x1F “Úô "
b"\x1C AL:|{Kz│ü[░Ã*í "
b"é[ÕßêûL“—ÎâÝ‚\x01 ªO "
b"‡ˆ–\x18 F(G\x16 µ\x1D jþ¨\x1E ¶- "
b"13¯®Æ[L[œùÉ”P¨åÞ "
b"ØH\x7F Ûg\x18 J˜½ìºÇã±ÿÉ "
b"¡Olªm(Kl½¤½A`âµÀ "
b"GQ\x07 ¥¢½IG–\x06 }Š‹«]% "
b"""
4+peñXBìš Ó\n
B\x1D ™à
"""
b"qË€¤1óFÈŸÁˆAÞê‹\x07 "
b"j¶Û\t H‡O့dú\x18 £SÄ "
b"]ûöœPEDň4?‹~úש "
b"ÒúŸY\x19 -Nä‹8žlñÀt# "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"\x1C D\x05 þCI^³2e\x15 !FÿÑ "
b" õ:eÿQNZ¼]©$§XP "
b",¾x:8§MFˆÍ“\v\e »\x07 ¼ "
b"ßL|ðXrHT—Õaá'K@ "
b"Ù`ž\x08 F!D´·ôvV&gƾ "
b"Í<Í$DDD=¾]$Ò])áÖ "
b"█ì¥\\x17 FcñI\x16 h¼O=\x17 "
b"\x17 ‹\x13 ½\x15 £B‘±üGÒ{\x13 Ä® "
b"┐+┘õ\x05\x01 C²╗\x08\x06 &╚´£Ø "
b"""
º04ö»ûEà²Ðöc\n
¶½D
"""
b",¬ó\x07 çyE8¾œŒ7\x1F ;›\x1C "
b"ƒÒñ¥$ÈAË·Ý„¸Ãéó; "
b"Z\e (Çõ§H'†¬æ´m\x15 Ü\x1E "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"F» é¯‗H1ì[.╦ºLð® "
b"ä®2xØ`Hß™{î\x1E j\r \§ "
b"…çôÐ\x19 îOµ†W/6\x07 \e ¬ "
b"É\x0F f▓?▄N¯ÉÈK\x04\x16 Øa1 "
b"!Ì‹\x14 |‚KU 7ï\x16 x\f $i "
b"“S\x11 wV1Cn›ÐN[\x00 `t> "
b"" =ß)ÄC3€ò5YLcýã "
b"\x00 Ò\x0F –YdG뾈Q¥…ƒ V "
b"š\x0F âÁ1MFd°°\x19 ”NHA« "
b"¿dn5o»NîÉß°*8\x05 ¡º "
b"\x14 `H┬B¬@¢░«³Éƒï(Ô "
b"!ò̃\x19 GÀ“MñÉÉ»!1 "
b"{ÐòPYéK=Øt=jyá2î "
b"öþ\x01 Dž¼B@©aÁ]O˜\x07 Y "
b"ì.Ô’õ€M•ëmeåBéz "
b"Êþø§Ã\x02 B™±äÀj\x01 $û\x1D "
b"86)ÖøKN˜…µ.\x05\x01 '\x08 4 "
b"a\x15 U¦\x08 ‰Aw•\x03 ð>°ÉiÒ "
b"ú„y[*\x13 L¹—^h@i2F\x15 "
b"ìš\f\x00 ÕËEtª}\v S«=㬠"
b"õ´6ö┘ÊL╚ÇíUýìBðı "
b"@h*/\x02 $J{¨\x1E\x18 u\x12 ݇Y "
b"…0\x04 ŸpjC^¾$}Ì9€¼Õ "
b"_@\x1C nu˜J%”[éЕQ0& "
b"¤ºná±'M@šT¾ˆ\x0E *ƒ— "
b"\x16 ±\x17 +▄ù@Xü\f ø\x1D ı½É\x1C "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"2íñï\t YMwÉ\x1D\x0F u¢yäS "
b"Œˆ\x13 Yá©O=„•ó‰Ñ‹ÌÈ "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"[o\x1C òe1GEóIlü"\r Eê "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"èÅãáý\x0F B†²áY+žöd8 "
b"ξk\x1C I[LxŽaéH»¼Òº "
b"¸þ‚I/\x7F Jѹ&‘奜_¶ "
b"~n6\x0F 7%L\x1A žG\x7F ŽT¢g "
b"ÉNw\x07 7ñGƒà╔x┐H7╦û "
b"õ–ôÛ–¹H\x19 ™ÐVñ\r kŠ "
b"EùÓZ\x14 õHI¾$¾,鉼\x17 "
b"Hcíû»ûG„”tu\x11 ,\k\x06 "
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"‹ÊṤ’I¤³òÉkwÛ]ú "
b"G2JåDÆM¯¾=8ž=s…c "
b"\r \x08 ;\x04 Õ±Iœ¸ÒÈð|ý‚ª "
b"t;?ÇàªNZ´¢/l˜\x04 #Ž "
b"\x7F\x1A 7*îÃF\x10 ªÄ;“Áár9 "
b"åhŠž\x11 YK‹¹âÃEH¤zš "
b"XîêÁiNK±û9\x00 ╬\x06 þ\t Ø "
b"├┼¾─$æI7ü»\x1E Ü¥É▄S "
b",V½\x03 ‹\x17 IY›û!²^g×p "
b"Ø\e ├NþàHpúâpI╠\x03 ║³ "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"܇l\HãK¯©Û¸¡²ºò¨ "
b"\x12 ã^8`yK>¤\x12 b×%[\x07 § "
b"bxy¥<xLY¿É¯lîGsç "
b"<G¬ó3ÙM\x14 ÁÖõüÕ╠╗b "
b"EO\Ö÷\x7F NK²>&\x15 —œ±„ "
b";Cq├▀\x07 NìÉdY½F▀╚= "
b"±éy\x03 2åM4ˆ j°\x13 h›³ "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"\t\x18 ¿\x13 o9C\x15 ‹4X\x08 j…€è "
b"╗¨ÇÐLüC|î\x18 ÿáh┤e\n "
b"]à\x0F V&rHu£ª\x7F ;³lö° "
b"–Œ \x18 %úGëŒâÜ…ÿÕ,ª "
b"W3\x04 ɼdM╬Ü\x00 ¶VTTz; "
b"""
x\n
\x11 ë┤NKdì\x04\x18 ¢═w{ı
"""
b"ßZX¸ÜÉI\x14 ¶aY\x12\x04\x1A û\x04 "
b"Ë̓–šxOy¨\f ÷ÉPp\r \x16 "
b"¦tç+ˆ\e Lv½A\x7F\x08 5ˆìu "
b"├¤Á3ºÝK%Ø»^\x1A íÀ d "
b"4vÎ■Ú\x13 K\x05 ┤KÉ╗╔Ô‗ƒ "
b"0»÷L‚Kk‹ðÙÄu\x1C õS "
b"²w`\f •íOq¤.KefÏ&N "
b"å—\x15 ÏÿYD\x04 Œè³_bÈCå "
b"È”T¾yóN˜¦\x18 ›\x13 ›Ý[u "
b"oßHS\x7F §C=üïÐÒZ»ôÁ "
b"ß…,q¾\x13 K}¾\e Ã\x1A ýð° "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"É\x07 ═1┘:A>ÿä.│$Ú\x17 ú "
b"Ýr\x12 '\r O5â╦»\x06 É_\x13 ~ "
b"ÐWdÞX\x13 C$€\x15 O×gê\t ~ "
b"M'¶\x1E o"N5§-ºÂ:ÙPÊ "
b"Ñ\r }ìY5I\f ©\x19 éÌÕzBp "
b"ÃêÕðÉ\x16 K\x0F ªL█©/«Rý "
b"\x05 äò┼ÐD\e ÉDò ó!Äs "
b"\x12 z0šG\x05 Ap³êƒŠ™°îA "
b"\v ç\x03 ·ÓÎD‘œ÷·²e7¹* "
b"ûZ\x15 #µïAÅü;1J╝\x03 ¬c "
b"°À?4;MoøØ▀\x11 øgßÕ "
b"qɺѪ\x0F OKÁ£▀n!z\x05 ╗ "
b"EmÞœ!ËOÍ”^IÇvîe\x1E "
b"\r dŸ€Ø‚B®²å³\x17 6J£× "
b"\x05 <e7+\x18 C\x19 ‚”½2rÅœ\x18 "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"CñõðèjCÌ©ØO&╬v9Y "
b"\x14 iIv«1EL§µÞ\x13 ýGY¡ "
b"ÏÉ\x10 ¸\v RE«„º\f í@\x03 ‹Û "
b"®\x1E }\x16 FOK¡®M═É╣ðÏä "
b"""
‰¶ºs{\r My‘¼\x1A \n
¬á<Þ
"""
b"ÎwþíÂìJÔ▒ËÍ╩ÙÅÅ\x0E "
b"ÆÎºQ5\x15 OK€ÿ\x01 IÛX˼ "
b"$\x06 '©Å[H0žÜí‘Ú\x7F –* "
b"Ѳi\îÌEýü³^!)º^_ "
b"©\x03 :\x03 ▀²E}Ø]w‗ú┐\x7F ¯ "
b" ÊF\x16 ¥Ø@»¦ \x18 qO¨F\x02 "
b"ã´PAçßG½±û=ˆËH‰ "
b"m¤\x02 .J\x06 E9ƒDOp[IFý "
b"¦Kþ+ôwG•‚¼ˆá\ßÏú "
b"Gag*ŠyFf”’ï\x1D þG™U "
b"xó‚`smJ\x05 ¶Ã…K\x03 œnb "
b"5L—(i5KÊŸ³ßÜÉN\x18 © "
b"aOñ†üœL¢¨\x18 n§¤\x06 ÿë "
b"‘ýFµÌYJ@‹2c^JšÄ| "
b"\x03 üƒÈzÎCÞŠØ\x16 çJVNx "
b"¶ò¼ö§\x1A D¸üa░e╦Ô╚ı "
b"L…\x1E HL\x17 D„¯Y§—2s\ü "
b"VßÚ\x07 _ìN\x1C ûÍ\x10 J@v╠\ "
b"0pP„"kFÌ·\x18\x16 +Äð/ "
b"wŸìèZ‹L"”C[•çU¾% "
b"è—Æd‡šH\v –iIK\x17\x0F «R "
b"§\x08 %^iØKùŸæ\x08 zÄŒ\x12 ; "
b"\x14 V\x10 y„6N¡³\x12 ¸ª†ú\e 4 "
b" ‰ì>\x1A ŸLÁ›fÏf)Ù„ "
b"i•PMè„OL¸À"zSs\x16 « "
b",×Â!”±L:‰°-×òˆíí "
b"█÷<UàPI÷©|ëVìF³N "
b"@VŸ\x17\x15 BÞ®\f é\x18 àk\x16 "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"5“ÃŒ-œCÒšcÐY\x10 ^¬â "
b"▀\x06\x07 ùgìD\x1C é\x13 w |Lp² "
b"\x15 öò8“OA™šºVWŽ]&û "
b"%³mÇÄòE{˜mw»L>+} "
b"#x¢VÚLE?¸6¢bJYŒw "
b"jØâB?³C®£ª╠*\v 3jô "
b"¬\x1F ®N<òJhìóOâLe\x16 ; "
b"\x1F ÑlÐoËBªì~}î̽ËÖ "
b"slžs,vI^ޱ§™£\x0F\x01 w "
b"Ê6T,ˆ\x14 J2¼ø\x12 9w¾Í\x7F "
b"Ûq\x17\x1E Ê;Jºü>p|EÏ╣¨ "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"rf‗°\x10 ÂMc┤ؽú┴LpÜ "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"Äm\r c\x18 áMg–zªÀ¢ð‡< "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
]
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 (0x9F308D735BCB45BF885DFD7773987B14 , 0xCCBEC01B6215447B958D69714049BA7E , 0xB7FE7724A1E54FFA91C3A13F0D450ECF , 0x3D22F41677D94976936216F44B7D1D96 , 0x812D1D6712984713A099B4B9C534E63D , 0xD5E375AD9CF54F30B03E5CF799887413 , 0x13FC6081B463493BAE72FD022E0CE175 , 0x0B88C7B09A094ACCA81130AB0DB001A4 , 0xC193C5C3677240BA8498CB282694A75A , 0x67EF8355241247439985D82398C0D189 , 0xC7C87B8E578F4C13B655C67EFD5E5D64 , 0x29424506F7C34F70A500C369ECDEA554 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x825379F6496542848751BD01B143CF7B , 0x8AFD4184FA7F4D01A834757DE91B5059 , 0x4923E5030E564FF1A708FF6AC8B9AED1 , 0x0F3CC4A1DBF94DC397405D87D05D672C , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0xADE0FDA859D64D3C8AD1AB7783A9F735 , 0xFC5709BEC47340B7B8A0B5D90253FA17 , 0x82FC6839397D43BDA26B8CF261FD0AA5 , 0xDBB9E2C1350A4B0DBFE3EF47D1C1C790 , 0x0EAE0E6445054089B67C31CCF207384D , 0xDFCA2538D5E540B8948ECF56AE57C074 , 0x31735EE394174546B9A835372AFA3ED9 , 0x27D8E293CBB54FFCA8054C22698D6123 , 0xBCB4831422614776913DB46BB1728FEB , 0x0D7D73A2179D4806816B48A04EC47D3B , 0x37418B34407F47C48D15E64E0DEF52CB , 0xA0C36329B1E7482CB3161EA0A2E10257 , 0x84F86F69152E4A8289BBB8C5F4AE34C3 , 0xE21C41431949423DA782F2D3870C6C9C , 0x7DDD0DAB71EB4F73A98AABC91B0649B6 , 0x15746B398E0B4224B357CF603B6FBAFA , 0x24E213AA7B82403EB9C913DC8479912A , 0x2E66AD8890E64275AE068FF8FCF62751 , 0x8847592E786B484F94BD6F33A7018540 , 0x302C26630EE74FF28738A844ED269886 , 0xA4A8C86177954121A5C1D21756B47A2B , 0x7ABD39251B884DB38D6570F67F42EDBD , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x61DEBDA1020043959AA497CAD8711D71 , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0xF9E6A52627EF4309AB2F12C70E13ECEF , 0xEC1436DA1E4C4F03BB092B218CA78CB2 , 0x5C8CCC79ABF34ACBBA63EEE33F345362 , 0x2922E1C652D14640B5297D979A67EC1D , 0x449941BBDC124DA9934AEA8639AEB553 , 0x484EB91B1F044864B5835A7A6A41F3A7 , 0x2070C1C33600459DB6737C6F3F590C27 , 0x606D0C3308AF42CB8190C9B8F93D7BB3 , 0x5875E90A4149478CAF4F73EA218FAE7D , 0x9CABDC4628D94DDDB38263EEBD47E238 , 0x57A114662B194695AED693E132F04197 , 0xFEC38E32D53D4C3190D9E75FC6E40D4A , 0x4BF67EF6393046E9BB168C3876BC0EA3 , 0x38051774FE2E4B25BB088D2348EF96ED , 0x0D9BD7AB6B1F4988B84030A6642B8C2D , 0x2736CBCCF2A6485E9F7CBB59EDB614DE , 0xB574E4D3CD984C71A4C4B44847328506 , 0xFA38725245AF4973ABA61C6E0DC86D51 , 0x185BC39C5A1847E393741703C8D49628 , 0x154C966E47814229A82CAF1C469037CB , 0x473A4AF565D547AFA4BFA757A9FEF23F , 0xEBF814AE8BDB4E64929F6606B34305B0 , 0xB083AC70CB34480FA81669A46936F002 , 0x80244177703F45D5BDD0E05BF2733726 , 0x4629416F4E1A408B9C5DD02FBE99C296 , 0xA5F3D4ACB81F40B3A78C606AAAD79771 , 0xB521DDB7CB6B48A9A72F411E3E254D77 , 0x5B8A2787FEA3490B88C837349BF62D42 , 0x79E9D5F3F1014E72AA38235A8861780C , 0x6BFC1158030244D69DBE85610CF72B40 , 0x4FF1F44E386746D88FCB1030D7E89007 , 0xB7AED46254754673BB47C604DB91E2EE , 0xD7BEE9BF0A40497A804FA0385B536CDB , 0x4AA8C4163AB442F38B3ECDF00C5E1D5B , 0x3C593E45E2394DE4978BC6934DF95F11 , 0x3902CA29DF67403CA4681D3549FA9CD6 , 0x4BA5D61A91FD4890B529EB3467BEB499 , 0xDB1395CB1FB14A048AAB87B46544A948 , 0xD7BE54ADAB8D423487AE6E846861DF92 , 0x29CB9EA1A189487784262A7779D13A85 , 0xA3F824F5AEF14D2D850C826C777920A5 , 0x79DDC0B4F2DB41B29AC650C3BC839720 , 0x385D7CF0ABCD4BB6B6E96120B010E19A , 0x09903F9672A44388B8997353A8D55A80 , 0x064181FA0E28437AB91F002212855082 , 0x5AEA2B09C5384822BF706CA3C60D4AD6 , 0x89234DFEBDD249BA89E895CAA75A8E98 , 0x7E860AA7D39A4B7E967A71376F296841 , 0x571CEC39BB4B4BD2B82F9691C37538F1 , 0x9718331CC48644DC9A70C31B297E11BB , 0x93343835C1F247B595F8ACAE598129F5 , 0x55AC97755F8347EC81996278A7411676 , 0x86DCAD03888645EBACD74F5F9B45492E , 0xBBAAFED77AC047A6A1A8EDE47986765A , 0xEF971E62D5BA43EF89428279A4E4F8AB , 0x47CBF9A236534CDD9BFFD411470E6760 , 0xE1F1881DB51845968707E5C84BBB51D6 , 0xF2CC5305B0074D929DA5B1811783EEF8 , 0x06F5285F7C89416CBF1E0EBBE45889E1 , 0x8EFBAA062BD340C89ABE4103A5923A2D , 0x7508930ED79D43089596C38C724D3FC6 , 0xDE4FBE390FE64B68A3D05F21CBFCF847 , 0x03906F1C164D451BBC837FEC1DCC5B46 , 0x3FCD6A45904B47DCBE5DCF7941E0CBDB , 0x5AA8CFFC14774DB78EF5A7A61A59DE69 , 0x8E79293CCBBF435899379851109C7739 , 0x647D66CD508E489DA41FAC3A3518C594 , 0xD685BDCB3B0147CFA30E757D82CD8336 , 0x3150325D064B41258EF10471CD67E519 , 0x5215F771814F43EC969BFC714D80A9DF , 0x18214A4F2C11403889295B1E21E12840 , 0xD31E12EF14E54E18A1BF5026F3BA3FB6 , 0x6A85CF379D1F4EC9AD2ED0C1F6D62A92 , 0x69B71F5323B942DC994F407FEFF79329 , 0xA2DF2336BA714CF6AD7946FFE6E77C46 , 0x2246484F6078475A9E164EBBE8A78465 , 0xEEAB1E02F9724AEA89FF97BD209F86D0 , 0xD1DA8D6186424A758CE18B64786D0553 , 0xE957624E10754F339CF9485799ECA243 , 0xBC9ADA3D203B4E4BB1B2F87B3115320E , 0xC30D01200D37415CBF58CD9FF361938E , 0x8013A23F7B2A4E45AF4BFEEE843165BB , 0x5923952D85224B7983153C0FCA26BF9F , 0xB1997173AE214BEEB386947C810F3DF3 , 0x9C5868F2F56440108A727F9F00367985 , 0x03D6296866DB400D8E0083A91C5DC96A , 0xA5ACAC639EC942BF998F52E0EF1E97AA , 0xE4EBF4F0F7854259A5A8CD7906C3B2CC , 0xBD0EEE6C43EE402BB67F88065BBBF665 , 0x8D5CADF550634E54803DA9DC709444B7 , 0xCCE3334382154E47BC7040A9BEC84A83 , 0x087B73AA66C642EF992E95A0C643293E , 0x13DC36A753DC4D6585EE8A7B0BAC9B51 , 0x5E4FB2AAD6E24DC78B83E1C82451AA79 , 0x986E8A7D251F4402BB8872A838DD16A8 , 0x4B1204F149C94654B7BA897AB73CB100 , 0x22CE93A26CDC4FE3B37B1D06C45B54DB , 0x24AC2A48470543A58D221BAE82208E63 , 0xFFC56FFC13A343C083012059BD4A046F , 0x5764615789B04C18809E44FB3E9FB4D1 , 0xE04458251CB44BB786293552221FE969 , 0xAB08202A13E8487598516A561D424172 , 0xD97FF5C6332E44B79B461C54C3A00C8A , 0xE3F86C62030648D6A803A3C8171A424D , 0x008E2A11E0E34A7982FA6A5509B8750D , 0x51070503953F46338AE553AAD8369B0F , 0x78F6DF4ECAAF4564BB51034D769AD3F9 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xD7624963BB454897A5DADD741F964715 , 0xEA5ED02085434657B84646E25D0EA447 , 0x589EB46AF3424F3FAA9B9DD0B2DFECE0 , 0xFEDCFBE45E8944A4812B2B7AD0385729 , 0x96C9A4FDD06E4622B57CDB6A4C8D9F74 , 0x87A37E70C12E4D11B345E8DA1259DA6E , 0x887FAB7884184B97B32F3B5BFB02AE32 , 0x0B6FC5A273CF4ACB89E91AC53291D824 , 0x3B1A9C59A6E74CD7B598F3E656E448FF , 0xB6A13B68D03A490B82D31A73FFB08309 , 0x794E7D4AFF6D46558F9DE397925D002E , 0xEB3C95E10D014C7F8552B11982A494A8 , 0x42DFA224B9BB46C2B2A0D2A5B48A3261 , 0xA47443A4DBEC498BA70E35D4D1CE51F9 , 0xE33C013790C2496E826C6DBC73F88CAD , 0x716279DCFB6C4D368751EBD9F33D2A2B , 0x9C84F35B99014B3BB1B38E951EC080D5 , 0x1120BB83879D475180E0F61DA88A9AE6 , 0x5B0B2D9C0B73499B9BB2924365559894 , 0x2B58E21B21F6442F8FEF2F3C8417288D , 0x5AD0A75B35EA40B780720CF5B915396A , 0xE0B2AD927A764D96BE6814EE71D200EA , 0x3C117D0BBEB04EB787DCD6735BFDA256 , 0xC45E2540A9344F7AB98B991AC5018CB8 , 0x0FA3B9A8BB984B1DB8E72B24F799BC24 , 0xC95EFBEDA20B4A80B0DEE18AC58FF27F , 0x3C91A09AF0C64895B0089E87A80DDC8F , 0xFE6086CA6DEE4863AE69F0EF34E8D395 , 0xAA5AB64A92BB4051A6D6236F60206944 , 0xDE9E14AD69304D33BF3A8C204C14B8EF , 0x3A3CDFDE20274924A9FC00E51EF36F89 , 0x093B102990B04B1CAB270E866E7A16ED , 0x08AB2C3A8426462BB3C6737735EF9293 , 0x63234289A50B4EAD88279B306522B454 , 0x69AAE87B72F942829521D7463062E9CE , 0x62538FDAB554496780376410002567E9 , 0xD6399176EE78432FB6C74201286A6867 , 0x07D9B04730414F4CBD2678F7C233D003 , 0xE055FD5DE9484906BB837D595674D53E , 0x67CCC0AD07394FCBA05373AE540ADE25 , 0x845B92A516AB49D1A686088CD6C6253F , 0xC9B286376B2F451B9FBED42D70A6A365 , 0x6C5CAB49E3A544C88A39669BAA30E5C5 , 0x762F3E441FFF4BD58457D81EB2DCA8C0 , 0xE217D5EF6E0845B7A2166682013B03DF , 0x72857EC0CEFA45B889FC1C62B7AF30D5 , 0x9E81CE7F104642459841330A142790B8 , 0xA6DD34E9CE3E4019AC3A7C4A75EE8098 , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0xF442329ECC8D444590B548DE22F6D9B6 , 0x664500087B6A4BA283E4D898E8DCB238 , 0xF1F3F9E34FAF4BAE876E7CBFD74A36A3 , 0x8CCA62901A2148FA92583CE0DF48E4EE , 0xF6D02CC910BF4F66B6E2ECEF75FED7C8 , 0xCE3C8868E7AE4D75950105D4E3D074D6 , 0x84F6CED6023340A0BB51CDFCB1069A91 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xBF0D5734973D47F3BB7C62E07BD40312 , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0x8C6B27460D91442C92BFDAF5ADFF45F0 , 0x27971B9B804E42F58D353F2BC7130FA8 , 0xFFB82142F74D4B4D8CC50FF62C1C9E67 , 0x08BE56CC6F534DF68D27F03171CEEDD3 , 0x22861A1A2825421AB78AABBC02951510 , 0xA674D10CBC894DDD9FA5218D01EC29B9 , 0x9F58215AF81D46569C027634B5885FC4 , 0x71139C97314A42D493EB5EDBCBBECD20 , 0x835DCB0263924E0DA9B49201B71AF02F , 0xC28A0695D6B249239DD6E2D1B39C1D54 , 0x376C3D560B6A4A1FA32A03AD6E348B30 , 0xE8B4BCFF184B4211A8BD9013008F7138 , 0x6406B6957A7248568700B7FD905015CE , 0xE9BDDBA992024117BA334112CE44244A , 0x3CEB37A732424262915D394BDED5A67B , 0x86747575A94A49688CB5EBF2A3413044 , 0xA7E0C1764BB94F5F86BFE0D31DD53F54 , 0xD8B2DB93BB4749148E6B5D380F33C390 , 0xD3CC4CA0FD734E23B28C203DB6CE3CB1 , 0xC49FCAE3F4F24362BF5B49F8015C2F41 , 0x1A8CDDFC80FD4752A3EDACBC699FA453 , 0xBF6C14C7142E4DA2BCAAFC2DB037E780 , 0x3E00721B91CA4ECE8E27AB0233981E97 , 0x918D83459391497F8E174F3A9B579D76 , 0x3A1B61C3253646C68F5344CEE8004044 , 0xB3D5CFDF93044F0F9DA63E1BEC0F498F , 0x72DD000E28DF43D1BDA8984E1B489BB1 , 0x46FA8A7F709343A785CCD08B801DC344 , 0x9B111A58CD7847FE837346C05A3504AB , 0x6C2593B2A53E46A5A18ECBC43C358446 , 0x546F7991CB24470995915C6A6A01EE9D , 0x893A8129DDFA459E90F9AFE924AA70AD , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0x4AFE08830C094CE3A373BA6AA9DF50BF , 0xC225ABF84EDE4935B34646A1881258C8 , 0xF0A9A1006F454E45884594AD2022374A , 0x42843C39F20E4F23A599575776B060C2 , 0xB7CD0DC6A17B4953B76C4A106295436F , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x9CEF2594DCF54D45BA544C84672CC09C , 0xE86E353355DB42869C64BA98C3EB3CBB , 0x0C9CB73C690E479BBF959F0E3D1E7A3F , 0xEFCA09A8202A4A6E94E79822F11576EE , 0xA3C52DE62B3B41B1819F8C35D9DF9230 , 0x13B044071C454F778B2087CFB1E279C2 , 0x642A78988ECF44919664A4D5307EC991 , 0x99B7D4978B114DC9AE62F4F74792F057 , 0x6F77BC88B85B4276AEB992ECBA83875A , 0xFB95B5366BAD4D61A0B243BE4B945A9C , 0x0FC5C7D33C1E4D92B12A10776E1C0AC8 , 0x66D65AB9AB034AC59E737C04FF6A6D36 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x89320D5B21964D1F939B3B0B4FD339FC , 0x8F1332EB43334D159175A80ED6E45057 , 0x7D682ADEDAFB4E14BA05509AE01999E4 , 0x84E07F7CD9C1411EA2A7DA49E2E21B73 , 0xB51C8639807845418428A27EE2EB72B2 , 0xD838DC81EE0E422E80D1A0127BDE58DA , 0x1A28462341B049DEA52897BCB7876D3A , 0x22CD958D4E714B8183E39BE0B6D03783 , 0xD7380A9A4F3B49FF8351CEC5C4F3A5E4 , 0xAB8775D01F5949539DEA74CA9A4A3E9A , 0x9BE09226017047028510FEA5CE871E75 , 0xCEBD6870D42D4596A17C2CA9AF88D3EE , 0xE954039C82DE4243A515030F9E904857 , 0x79C9D3A631DE4E089B25C1F3B1FB7F64 , 0x235076E5EB394D5F88A355CDC6756233 , 0x7E7DB58FB04247F585D991A64C6B9C55 , 0x6999D2BFEA2748108B056D63188248A8 , 0xDCE429180F5440A382A6D1C3B8A138BB , 0x2575DBACAEBB48F48B4D9732FC638246 , 0xF454E1A469E1477C8491B71151DA90F7 , 0x1BA80EE4D019453BA2AA88F20A2954B1 , 0xC29D868C91914B4A8B266B77FE7A790F , 0xDE9F7ED32B79420BA085E18F53581B38 , 0x8FECF669E0F64CC9A65159B1808FB1F7 , 0x97CE3C6B3FEA47B7ABDF18D508E9CD36 , 0x46D24608A0E14112B0F6DCDE1C3DD626 , 0x28DDCB93DC1742FBA7336E14894A5402 , 0x011861906B1A4FDEAE65D5F5EE686DAA , 0x4A67C927B3BF4CEB94E08FC7F5036A29 , 0x4374FA17780F448E9D5CBD2DCEC813A4 , 0xD8C29AA25E6C4AB8A522BF7B9B0D98A0 , 0x580BD2DDD380409B834128273A2C7F70 , 0x3B9FB0BD2CAA4B15B462DA938BA7B983 , 0x3BD15E46F3234161A3A86AC171766C25 , 0x9A0708DBC79847B5B41CFC0FEF11444D , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x6B0AAA5C30944C05AC03D4D7B13FED5F , 0xCC5EDBC349824531A3F8CCFC44C850EA , 0x2DF2A8BACBE24E83B3E1CEECFA8CF947 , 0x55B16EB5C4C5461EB9E33EC4926BD776 , 0x1E5CA12938F146C7B135D6982FA65324 , 0x6279E85C754A43909DE87F0D3B858351 , 0x86A1EEADBC7942CD815D907D267D6433 , 0xDA5C188619C94A1A9E58024953F4EE37 , 0x80F726953DEF42CAAB298D541BA142E4 , 0x1338A197B0D4419C8C67E229B856E7EC , 0x48F5C1BE860F4A4AA8EF2558A27ED0F3 , 0x5412EF415B59461CAF3F4BB3F5F89D1E , 0x9A288573EFCE4B2886995AFAE94378A4 , 0x57ECA91396D84460B68466AC21BBDBE3 , 0x0A38581650A342BB97478E5552350B97 , 0xDE8C9AC112A7484183FC8ACCFE20CC15 , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0xBB1421F93F174E7DAFA01223013A6E18 , 0x223683AF9768435DB87042061BAA2EEE , 0xF147C0DBD17246929F9D708A5E94E51C , 0x93948D7989B94ABBACB620E3C3A4EC2B , 0xCD2A31B6FA7C4F04BF1B041AA337B39D , 0x4FFAC914D17A43C0A775C4EF52EAD09C , 0x2B17EB837CC749F3A9BE753D7393C3BF , 0x9E854FCC08194421BB34FF19988AE0F9 , 0x8FF368C7AE354C499A346876F9B6B1D4 , 0xB5E113ECD40243FAAA59A71FBEF398E7 , 0x5B2775DA097E4B46B26B5AE71B4B687C , 0x7A768155A21E446DB594B41749495D52 , 0x2C17348426904B78ADBBD56E90963261 , 0xA7099AB4876046A98B9295949827980D , 0x6091F7D75D564CEEA949F87B073ACD38 , 0xC06B5E575C4A457FBD37EF869C02513B , 0x513AB9793DD541E6A6DFF9033F99756F , 0x75950F9A8A9E479799900E82895BD54D , 0x223A7AEF5359423C92890B2333D728CE , 0xD2FD6B4FDAFC4ECF916417345DF862C4 , 0xEAA8707DEF7B430A91DA7748F3DDB46F , 0x7BACB3348AF0498E9FAAE4568AD76AED , 0x4947D6BD2CC24A69889095E157CA11EB , 0xF38C7C9EC7EA4A3D9CDFF443530F7473 , 0x564CBDA34EBC45FD88ADF5B9A2DEBF6E , 0xCE4DF4AE1BE045D3851625734FBA2C29 , 0x6D2780B6D2044889A63336F6B59995EF , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0xC7C27C6EB6D54599839A560978452979 , 0x9F6351143C2E4991A71D657A8AF2C6F1 , 0x3A3AE3723BE546C582CAAA1DE842D6A7 , 0x76926EB3D6FD40259255CA26EEBDE304 , 0x5B896D4A7AFC4B98A613C62947D9E153 , 0x3EEB8106ED964BBE973312202966834D , 0xB2CA25F5540F4FC2ADFEFFE678AB972B , 0xFCA1613AA50444608EF93A7CA5D619EA , 0x7A1625F80A3F45AB9D2CC00DF91293D6 , 0x860480A44D6C4CFC929C0344E1942DF5 , 0x5E44638268114DE3936927E65D20A27E , 0x39CE21D94B454EBB94B8A2E0446A8706 , 0x5EC944D588814C3C9AA70030ABA8644F , 0x8BDC30C055B74897B022A3C3410C0B7C , 0x3FEC8D035D02433AAB0ACA0C2BB57B05 , 0xFCDD061C791B4732AA5DD3DF03D29FD9 , 0xF9E6E17658384098B9A168B0D9F9BCE6 , 0xC9F7169D6C634A469B70ACD25D14F1D0 , 0x76F8C965983E41938D05F042A45D27D6 , 0x27501FFEB29548028D45E514EB965B38 , 0x0BF055A00C2344CAAA7693F157D818A0 , 0xFD45C61B9423447DBC595278EC62B501 , 0xE74C5842B9BD47B6847A0A7A0BFFAF69 , 0xEB4EAE3C143645B5A1C9BA9848978ADD , 0x044AC3E4CAC94813B2AC2CE9C4069CDA , 0x0E45ADA47C0C4DEDA523009EA5153949 , 0xBB7EDCB919E84AD7906349EEB9E266A4 , 0x7CD03D8FBE5149D29F832752D3EED41E , 0x2BA3A0F1B2B54F018C8D34BE0C0A1097 , 0x420F2C6F2CE4410187A6E04D368AB872 , 0x419BE1A22E4F4CDE81CAFCCCF2346647 , 0x5291AFBA31A242C689301A2355F31815 , 0x321110F6868348D8ADED09F44E02BFAB , 0x1F02A248C8674E56967EAE51584CD5A4 , 0xB58CB4996122471B9FDA996A3BA3CFBB , 0x8267A6ED8FA245F083DBC3FFBAEB0739 , 0x940DE9504E2B4067BB89E8DE2687044F , 0x232BD3033D3A4175A12EAA0213535571 , 0x064B2F5CE1CF45828D8A684903B792A0 , 0x1F0E6226FC544EA596B52EEE94FC2038 , 0xACD6E529A06B4B0C916E81A208467B82 , 0xF24A972C47AA418DB0D580DCCADD48F3 , 0xAF047D256E3C4669A83D55CD27D233AC , 0xE3AEC067933045A2934BD1E3856C263A , 0xD3DAE4769C1F484D892C0A4AE14332B0 , 0xD687F11BEEF5486CA0A27DF1E6295649 , 0x1378EB69008245AA83DAF302D53E9E75 , 0xC9789DFF64A84E818673AD6B63714ED6 , 0x1AEE9E1061A447ACA5E7D5BF626F7184 , 0x75C130832B864B1D883C42C0521BC792 , 0x6094DB22FE244F87993560B16BEE2684 , 0x9B7CD7921B10492BABFB3B071B3E28CE , 0xDEB9FF57B9A04AC5B7937EC03F636606 , 0xA40BDA850BFF4D1D98B3CDB44D79D403 , 0x71EF645991D34E5C87D4DF97D96E9E9C , 0x4577C3F67B7F473EBF8A490CDECF9043 , 0x36FCBDDF5E7C422684204F34C1835D14 , 0x2D19AD8DCCC74D3ABCD1AF43978D58E6 , 0x4BEAA37FF7394B238DF11006561868C9 , 0xAEDA7E86AE6A4DFC8D0BA5B4842E8B1A , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x5D27682D605B416FAABDF7B277058A15 , 0xAD53B0BC19A249C08C54C5F91B3525F5 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0x60ADAE005CFD41038988B61A4A65CCED , 0xC1CBDE6D260846F689F03E03D33DE6A3 , 0x40E0DD9FD5FB486C9667F425603B6B0F , 0xDD5BA0866EB14CC0887BDE5BD80ED9BE , 0x3A48210E9AD3424282EBDE08136E4F13 , 0x61FE8DF70B70461DAD8812DC959079FC , 0x80E3780961A84AA2996AC3AF489DC327 , 0x310CC7FF37C34AEFAA170ECDD048970E , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0xAE6C079B650D44B4ACF695C3C3130C87 , 0x882A0D90845C46C9BB019659A615F235 , 0x786DB4C246C64B83834F0703CA8D248A , 0x3FD779FBE9864AEBA396B25CBE5642DB , 0x44F5A654F8274258B67DB104FABCFB76 , 0x896D4671D5D04A838506A99ED07949D0 , 0xBEB4724F64A74E3A8557AE94B97F78FB , 0x99EAD72007414201B6928B05FBBBA54E , 0x68C76F185E854E1BAA6DC51068D4CEDB , 0x5FB296C482AC4D8EB585DD4F1CE98A81 , 0x173CABA30D514ADEBC82424C039D30BA , 0xB92F2847DC21423DA65C6CD12797F4F9 , 0xE94E0C83C189434A940A0327BF28F68F , 0xDBA4A06D239047C98CC59F860B14BD6F , 0xBD6868C11D384880AF8A46FBEC986BAF , 0x3E63CFF24DFF42A6AA160DA2D2214E76 , 0x9C375873CB664F5EB0A8AA3BD93C82A6 , 0xABD09D00185B4A06A8DB38C18694C5D9 , 0xCBD806E8D01D489AAEFEF0DF987F56F9 , 0x355EAE192F82463EBD5AD97BA12F70E3 , 0xEE888C6C10234833A1B8D2547016DB02 , 0xE8737EB96FE145D79FF2F5AFBCCE852A , 0x6AC99B6A187A49D0962E40890AC916F7 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0x00E125510F03484392FC943316160AEF , 0xE869C98070904EED8F19F6E40662D350 , 0x02049224C56347179FA4C013E2CFCD8F , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0xD3C113F1639B43A79A977E056EC87D12 , 0xB6461B77C47E4F998C624A6AD1A17B16 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x08FA3B8212E14FCC9B8D37A1FCCB4D85 , 0x004B11B664424995968A6294D4EA4AE7 , 0x81B7E6E753D74037BF5BCD84134E519B , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x4585EFCAB04645C0A9391B83D14F0FCA , 0xE268901044D74F4997C8798505FDEA63 , 0xD9D87897BD6C49B8838C356EA465B8CD , 0x0CF665757B114488B50086B62E4BA9F2 , 0x2DCFDF6C5C7C4F7DBACDC994F955863B , 0x7813435EB74E42EC99AC7268FE981733 , 0xADDCA4EFC5534B19B681AAB850C1FB45 , 0xA09DBD8952CA473CA61AF7917C926D32 , 0x87D994B377A243B6A22742AA6E939D29 , 0x2C648A0549304A14B191A9AE842EFD9D , 0x686BAA2F4B7C4C0594F09982479CB461 , 0x6B427A7C18D44B2FBA6F302159F132B9 , 0xF495CE30E6864DEA9B64BEC20E41EFD7 , 0x9AF1A1C26D66423594EB7963FB6FEA0D , 0xDC2E70EA367645688C0BC5C41DD65DA1 , 0xA55F53AF25A740629CE755DEBD7D060C , 0xD4D13D36EFB74200943C15F89CB633F3 , 0xD1ABEF13FE0F49C9BCA579507016752F , 0x7DEE1F725B034B3FB61BC5E0B0692364 , 0x51C9055D34DA40A0A32B351E8DE28243 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x53E4A030C1484AFAAA3AD9A63E7C8D0C , 0x84C44CDC115D4F7F89312BCD2773386A , 0xBC4DF4D42F65462C889181E798FF8561 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x40E6E5C772DA4F1986E598A14063A2C1 , 0xE026D0F08C064093878FCF9D91BF61E9 , 0x2357D495879B4D7D99BF70DD74BAE9E2 , 0xD6EA654940B14D4ABC5B5272FE77C8A4 , 0x3A7F238996014F9E85A0D0BB4FC03376 , 0x23FAFEC2505F4BEF83636D4739B4BD6C , 0xE38819232C9343D7A83B58EE58C4296D , 0xAAD2499E5CCB43599D8A0F6ED63A44D2 , 0x9D891704072C4CF89BE26F02B5E52F89 , 0x8172D520BF5E4E3E82991F492BDE5810 , 0x6E7422EE1E14437DAB0D4B86288998A1 , 0x60FCE2DD446D450BBC62F0F1D1F5E509 , 0xAC3B2B22A0BF43FEA96BD689B077716F , 0x28902FE587FC4D2C8907793BFC3FA7FB , 0xA90AC493BAA84D638F59267925DE06F5 , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0xC49DAB2756154FEBB2B0C8C71F381241 , 0x25AFE30A2A8F40A1B42355EE36E6B7E8 , 0xD58AFB50188C479BB01FDE41751392A2 , 0xC1AE25F381BD477CAF1A7B98FB0F3557 , 0xADDD2366C4D84937807FD43F0A24A533 , 0x60BB8DDB6BBF45029E2302DCBE12766F , 0x864A06657BE849748D04CEA62E192B95 , 0x5BE97664F77B4F00B198FB8779EA364C , 0x2D82632C1EE34C19B040E3E4AD8F1726 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xE501CEAB99DA4C91808C2FAA5E7FA267 , 0x9E8AEE1CF3B04F649956E076DBA0FE22 , 0x0BE2B9F74FA5437FB4C7A627B7D3E9F8 , 0x71F9CC36AE2D4D9E9BE259D7B7E7F3EC , 0x14146387C903402AB16A2045A60942EF , 0x58A73A1465684B519DE7DF61B3180A28 , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0x9527A1489FAD4B2293E8F4B09C07EE8E , 0x9AA8A4B4A20F4D20A8A652722876CFBE , 0x32B8CF0CBBC64F0DBB8951144C1E73E0 , 0x8001631FFB284A179D43E87870727DE9 , 0xDA67A770431E49A7885349947ACE10F5 , 0xB26BDF02158045C5A3D93F2FB420559C , 0x554CC9397092437C854BF1A94ACD5985 , 0x8744F38D033F46E3AAF2C06103E9E28D , 0x94A5AA0B302A4DE58CB0E9F3B895B0A1 , 0x38F3DB75512C4C2D851932DF9704EEE8 , 0xBB6363EDB21D4AAEA5877721ED49D030 , 0x8FD9C0855ACE40B5A709732863B08F68 , 0xF7E08DCDC51E41B4AD81103BCE005171 , 0xB74791CC2EA649BDB479112740DDCBB0 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x777AD251E96F437EA6E1A9E0E99E5689 , 0xB0843C436907492A8B912E0CE3D0F2EB , 0x9342B8B153F6436AA71FACB1D5B03A2A , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x4696B6B6EC794671B37302FC1F93DAF4 , 0x1C414C3A7C7B4B7AB3F0815BB0C72AA1 , 0xE95BD5DFEAFB4C9397CEE2DD8201AA4F , 0x8788961846284716B51D6AFEA81EB62D , 0x3133AFAEC65B4C5B9CF9C99450A8E5DE , 0xD8487FDB67184A98BDECBAC7E3B1FFC9 , 0xA14F6CAA6D284B6CBDA4BD4160E2B5C0 , 0x475107A5A2BD494796067D8A8BAB5D25 , 0x342B7065F15842EC9A20D30A421D99E0 , 0x71CB80A431F346C89FC18841DEEA8B07 , 0x6AB6DB0948874FE180B764FA18A353C4 , 0x5DFBF69C504544C588343F8B7EFAD7A9 , 0xD2FA9F59192D4EE48B389E6CF1C07423 , 0xD97333CA46504A8389743BADBC47D068 , 0x1C4405FEAD43495EB33265152146FFD1 , 0x20F53A65FF514E5ABC5DA9AD24A75850 , 0x2CBE783A38A74D4688CD930B1BBB07BC , 0xDF4C7CF058724854AD97D561E1274B40 , 0xD9609E08462144B4B7F476562667C6BE , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0xDB8DBE5C17FF4663A4491668AC4F3D17 , 0x178B13BD15A34291B1FC47D27B13C4AE , 0xBF2BD9E4050143FDBB080626C8EF9C9D , 0xBA3034F6BBFB45E0B2D0F6630AB6BD44 , 0x2CACF307E7794538BE9C8C371F3B9B1C , 0x83D2F1A524C841CBB7DD84B8C3E9F33B , 0x5A1B28C7F5A7482786ACE6B46D15DC1E , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x46AF2082EEF248318D5B2ECBA74CD0A9 , 0xE4AE3278D86048DF997BEE1E6A0D5CA7 , 0x85E7F4D019EE4FB586572F3607201BAC , 0x900F66B23FDC4EEE90D44B04169D6131 , 0x21CC8B147C824B55A037EF16780C2469 , 0x935311775631436E9BD04E5B0060743E , 0x22203DDF29C4433380F235594C63FDE3 , 0x00D20F96596447EBBE8851A58583A056 , 0x9A0FE2C1314D4664B0B019944E4841AB , 0xA8646E356FAF4E8C90E1F82A3805ADA7 , 0x146048C242AA40BDB0AEFC909F8B28E2 , 0x21F2CC83AD1947C0934DF1C9C9BB2131 , 0x7BD1955059824B3D9D743D6A79A0328C , 0xF6FE01449EBC4240A961C15D4F980759 , 0xEC2ED492F5804DC295EB6D65E542E97A , 0xCAFEF8A7C3024299B1E4C06A0124FB1D , 0x383629D6F84B4E9885B52E0501270834 , 0x611555A6088941779503F03EB0C969D2 , 0xFA84795B2A134CB9975E684069324615 , 0xEC9A0C00D5CB4574AA7D0B53AB3DE3AC , 0xE4EF3694D9D24CC880A155EC8D42D0D5 , 0x40682A2F02244A7BA81E187512DD8759 , 0x8530049F706A435EBE247DCC3980BCD5 , 0x5F401C6E75984A25945BE9D095513026 , 0xA4BA6EE1B1274D409A54BE880E2A8397 , 0x16F1172BDC974058810C9B1DD5AB901C , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x32A1A48B09594D77901D0F75BD798453 , 0x8C881359E1A94F3D8495F389D18BCCC8 , 0xC5AB144F495C45D1AF742173EB811222 , 0x5B6F1C9565314745A2496C81220D4588 , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0xE8C5E3E1FD0F4286B2E1592B9EF66438 , 0xCEBE6B1C495B4C788E61E948BBBCD2BA , 0xB8FE82492F7F4AD1B92691E5A59C5FB6 , 0x7E6E360F37254C1A9E47AD7F8E54A267 , 0x904E770737A4479F85C978BF4837CB96 , 0xF596F4DB96B9481999ADD056F10D6B8A , 0x45F9D35A14F54849BE24BE2CE989BC17 , 0x4863EDFBBBFB4784947475112C5C6B06 , 0x590789E000FA4A49AE4B28CED70716D4 , 0x8BCAE1B9A49249A4B3F2C96B77DB5DFA , 0x47324AE544C64DAFBE3D389E3D738563 , 0x0D083B04D5B1499CB8D2C8F07CFD82AA , 0x743B3FC7E0AA4E5AB4A22F6C9804238E , 0x7F1A372AEEC34610AAC43B93C1E17239 , 0xE5688A9E11594B8BB9E2C34548A47A9A , 0x588C88B5694E4BF1963900CE06E7099D , 0xC3C5F3C42491493781AF1E9ABE90DC53 , 0x2C56BD038B1749599BFB21B25E67D770 , 0x9D1BC34EE7854870A3837049CC03BAFC , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xDC876C5C48E34BAFA9DBB8A1B2BAF2A8 , 0x12E35E3860794B3EA41262D7255B07A7 , 0x627879BE3C784C59A890EE6C8C477387 , 0x3C47AAA233EB4D14B599E481E5CCBB62 , 0x454F5CD6F77F4E4BB23E2615979CB184 , 0x3B4371C3DF074E8D906459AB46DFC83D , 0xB1E9790332E54D3488A06AB013689BB3 , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x0918BF136F3943158B3458086A8580E8 , 0xBBF980D14C81437C8C1898A068B4650A , 0x5DE00F5626724875A3AA7F3BB36CF6B0 , 0x968CA01825FA47EB8CE2DC85FFD52CAA , 0x57330490AC644DCE9A00F45654547A3B , 0x780A1189B44E4B648D0418BDCD777BD5 , 0xDF5A58B8DCC94914B6615912041AFB04 , 0xCBCD83969A784F79A80CF7C950700D16 , 0xA674E72B881B4C76BD417F083588EC75 , 0xC3CFB533A7ED4B259DAF5E1AA1B72064 , 0x3476D7FEE9134B05B44B90BBC9E2F29F , 0xAD30BBF74C824B6B8BF0D9C4751CF553 , 0xB277600C95ED4F71A42E4B6566CF264E , 0xE59715CFFF5944048CE8B35F62C843E5 , 0xC89454BE79F34E98A6189B139BDD5B75 , 0x6FE148537FF5433D818BD1E35AAF93B5 , 0xDF852C71BE134B7DBE1BC31AFDF0B020 , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x9007CD31D93A413E98842EB324E917A3 , 0xED7212270DF04F3583CBAF06905F137E , 0xD05764DE5813432480154FD767EA097E , 0x4D27B61E6F224E35A72DBAC23AD950CA , 0xA50D7D8D5935490CB81982DEE57A4270 , 0xC788E5D090164B0FA64CDBB82FAE52EC , 0x05FF8495C5D1441B904495FFA2218E73 , 0x127A309A47054170B3EA838A99B0EE41 , 0x0BE703B7D3CE44919CF7B7B26537B92A , 0x965A1523E68B418F813B314ABC03AA63 , 0xF8B73F343BF04D6F9B9DDF119B67E1E5 , 0x7190A7A5A60F4F4BB59CDF6E217A05BB , 0x456DDE9C21CB4FCD945E49C776EE651E , 0x0D649F80D88242AEB2E5B317364AA3D7 , 0x053C65372B1843198294BD3272C59C18 , 0x28916ADF88504C208540D811B87234CB , 0x43A4E4D08A6A43DEB89D4F26CE763959 , 0x14694976AB31454CA7B5DE13FD4759A1 , 0xCFC910B80B5245AB84BA0CED40038BDB , 0xA91E7D16464F4BADA94DCD90B9D0D884 , 0x89B6BA737B0D4D7991BC1A0AACE13CDE , 0xD777E7A1B68D4AE2B1D3D6CAEB8F8F0E , 0xC6CEBA5135154F4B80FF0149DB58CBBC , 0x240627A9C55B48309EDCED91DA7F962A , 0xA5FD695C8CDE45EC81FC5E2129A75E5F , 0xB8033A03DFFD457D9D5D77F2A3BF7FEE , 0x20CA4616A5D840BBA62018714FA84602 , 0xE3B45041E7DF47BDB1FBAD3D88CB4889 , 0x6DA4022E4A06453983444F705B4946FD , 0xA64BFE2BF477479582BC88E15CDFCFFA , 0x4761672A8A7946669492EF1DFE479955 , 0x78F38260736D4A05B6C3854B039C6E62 , 0x354C972869354BCA9FB3DFDCC94E18A9 , 0x614FF186FC9C4CA2A8186EA7A406FFEB , 0x91FD46B5CC594A408B32635E4A9AC47C , 0x03FC83C87ACE43DE8AD816E74A564E78 , 0xF495AC94F51A44F78161B065CBE2C8D5 , 0x4C851E484C174484AF59A79732735CFC , 0x56E1E9075F8D4E1C96D6104A4076CC5C , 0x30705084226B46CCB71816AD2BC4F02F , 0x779FECE85A8B4C2294435B95E755BE25 , 0xE897C664879A480B9669494B170FAB52 , 0xA708255E69D84BF99FE6087AC48C123B , 0x1456107984364EA1B312B8AA86FA1B34 , 0xA089EC3E1A9F4CC1AD9B66CF6629D984 , 0x6995504DE8844F4CB8C0227A537316AB , 0x2CD7C22194B14C3A89B02DD7F288EDED , 0xDBF63C55855049F6B87C89568D46FC4E , 0x40569F1715A042C39EAE0CE918E06B16 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0x3593C38C2D9C43D29A63D059105EACE2 , 0xDF060797678D441C821377207C4C70FD , 0x15F6F238934F41999ABA56578E5D26FB , 0x25B36DC7C4F2457B986D77BB4C3E2B7D , 0x2378A256DA4C453FB836A2624A598C77 , 0x6A9D83423FFC43A99CA6CC2A0B336A93 , 0xAA1FA94E3C954A688DA24F834C65163B , 0x1FA56CD16FD342A68D7E7D8CDEABD399 , 0x736C9E732C76495E8EB1A799A30F0177 , 0xCA36542C88144A32BCF8123977BECD7F , 0xEA71171ED23B4AA7813E707C45D8B9F9 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x7266F2F810B64D63B49DABA3C14C709A , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0xC46D0D6318E14D67967AAAC0A2F0873C , 0x9E43A614F83540769B8D47B80B0090E8 , 0x147C921683254C869D791B762F581652 , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xADF28C1B866641CA80805EDA0F657E47 ));
Copy
84
3.09 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 K\x11 ¶dBI•–Šb”ÔêJç "
b"\x00 Ž*\x11 àãJy‚újU\t ¸u\r "
b"\x00 Ò\x0F –YdG뾈Q¥…ƒ V "
b"\x00 á%Q\x0F\x03 HC’ü”3\x16\x16 \n ï "
b"\x01\x18 aÉk\x1A OÌ«eı§¯hm¬ "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"\x03 Éo\x1C\x16 ME\e ╝â\x7F ý\x1D ╠[F "
b"\x03 Ö)hfÛ@\r Ž\x00 ƒ©\x1C ]Éj "
b"\x03 üƒÈzÎCÞŠØ\x16 çJVNx "
b"\x04 JÃäÊÉH\x13 ²¬,éÄ\x06 œÚ "
b"\x05 <e7+\x18 C\x19 ‚”½2rÅœ\x18 "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"\x05 äò┼ÐD\e ÉDò ó!Äs "
b"\x06 Aü·\x0E (Cz╣\x1F\x00 "\x12 àPé "
b"\x06 K/\ߤEéìèhI\x03 ÀÆá "
b"\x06 õ(_|‰Al¿\x1E\x0E »äX‰á "
b"\x07 Ù°G0AOL½&x÷Â3Ð\x03 "
b"\x08 {sªfÆBï™.• ÆC)> "
b"\x08 «,:„&F+³Æsw5ï’“ "
b"\x08 ¥V╠oSM÷ì'1q╬ÝË "
b"\x08 ·;é\x12 ßO╠øì7í³╦Mà "
b"\t\x18 ¿\x13 o9C\x15 ‹4X\x08 j…€è "
b"\t ;\x10 )É░K\x1C ½'\x0E ånz\x16 Ý "
b"\t É?ûrñCê©ÖsS¿ıZÇ "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"\v oÅ¢sÏJˉé\x1A Å2‘Ø$ "
b"\v ˆÇ°š\t J̨\x11 0«\r °\x01 ¤ "
b"\v â¹÷O¥C\x7F ´Ç¦'·Óéø "
b"\v ç\x03 ·ÓÎD‘œ÷·²e7¹* "
b"\v ðU \f #Dʪv“ñWØ\x18 "
b"\f œ·<i\x0E G›¿•Ÿ\x0E =\x1E z? "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"\r \x08 ;\x04 Õ±Iœ¸ÒÈð|ý‚ª "
b"\r dŸ€Ø‚B®²å³\x17 6J£× "
b"\r }só\x17 ØH\x06 ükHáN─}; "
b"\r ›×«k\x1F Iˆ¸@0¦d+Œ- "
b"\x0E E¤|\f Mí¥#\x00 ž¥\x15 9I "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\x0E ®\x0E dE\x05 @‰¶|1Ìò\x07 8M "
b"\x0F <Ä¡ÛùM×@]‡Ð]g, "
b"\x0F £¹¨»˜K\x1D ¸ç+$÷™¼$ "
b"""
\x0F ÅÇÓ<\x1E M’±*\x10 wn\x1C \n
È
"""
b"\x11 ╗âçØGQÇÓ÷\x1D ¿èܵ "
b"\x12 z0šG\x05 Ap³êƒŠ™°îA "
b"\x12 ã^8`yK>¤\x12 b×%[\x07 § "
b"\x13 8¡—°ÔAœŒgâ)¸Vçì "
b"\x13 xëi\x00 ‚EªƒÚó\x02 Õ>žu "
b"\x13 °D\x07\x1C EOw‹ ‡Ï±ây "
b"\x13 Ü6§SÜMe…îŠ{\v ¬›Q "
b"\x13 ³`ü┤cI;«r²\x02 .\f ßu "
b"\x14\x14 c‡É\x03 @*±j E¦\t Bï "
b"\x14 V\x10 y„6N¡³\x12 ¸ª†ú\e 4 "
b"\x14 `H┬B¬@¢░«³Éƒï(Ô "
b"\x14 iIv«1EL§µÞ\x13 ýGY¡ "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"\x15 LûnGüB)¿,»\x1C FÉ7╦ "
b"\x15 tk9Ž\v B$³WÏ`;oºú "
b"\x15 öò8“OA™šºVWŽ]&û "
b"\x16 ±\x17 +▄ù@Xü\f ø\x1D ı½É\x1C "
b"\x17 <½ú\r QJÌ╝éBL\x03 Ø0║ "
b"\x17 ‹\x13 ½\x15 £B‘±üGÒ{\x13 Ä® "
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"\x18 !JO,\x11 @8‰)[\x1E !á(@ "
b"\x18 [ÜZ\x18 Gã“t\x17\x03 ÈÔ–( "
b"\x1A (F#A°IÞ¥(—¼·‡m: "
b"\x1A ŒÝü€ýGR£í¬¼iŸ¤S "
b"\x1A îž\x10 a¤G¬¥çÕ¿boq„ "
b"""
\e ¨\x0E äÐ\x19 E;¢ªˆò\n
)T±
"""
b"\x1C AL:|{Kz│ü[░Ã*í "
b"\x1C D\x05 þCI^³2e\x15 !FÿÑ "
b"\x1E \¡)8ñFDZ5Ö˜/¦S$ "
b"\x1F\x02 ¢HÈgNV–~®QXLÕ¤ "
b"\x1F\x0E b&üTN¥–µ.î”ü 8 "
b"\x1F ÑlÐoËBªì~}î̽ËÖ "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b" ÊF\x16 ¥Ø@»¦ \x18 qO¨F\x02 "
b" õ:eÿQNZ¼]©$§XP "
b"!Ì‹\x14 |‚KU 7ï\x16 x\f $i "
b"!ò̃\x19 GÀ“MñÉÉ»!1 "
b"" =ß)ÄC3€ò5YLcýã "
b""6ƒ¯—hC]¸pB\x06\e ª.î "
b"":zïSYB<’‰\v #3×(Î "
b""FHO`xGZž\x16 N»è§„e "
b""†\x1A\x1A (%B\x1A ·Š«¼\x02 •\x15\x10 "
b""═òìNqKüâÒøÓÂð7â "
b""Γ¢lÜOã³{\x1D\x06 Ä[TÛ "
b"#+Ó\x03 =:Au¡.ª\x02\x13 SUq "
b"#Pvåë9M_ˆ£UÍÆub3 "
b"#WÔ•‡›M}™¿pÝtºéâ "
b"#x¢VÚLE?¸6¢bJYŒw "
b"#úþÂP_KïƒcmG9´½l "
b"$\x06 '©Å[H0žÜí‘Ú\x7F –* "
b"$¼*HG\x05 CÑì"\e «é Äc "
b"$â\x13 ª{‚@>¹É\x13 Ü„y‘* "
b"%uÛ¬®»Hô‹M—2üc‚F "
b"""
%»Ò\n
*Å@í┤#U¯6µÀÞ
"""
b"%³mÇÄòE{˜mw»L>+} "
b"'6ËÌò¦H^Ÿ|»Yí¶\x14 Þ "
b"'P\x1F ■▓òH\x02 ìEÕ\x14 Ùû[8 "
b"'ù\e øÇNB§ì5?+Ã\x13\x0F ¿ "
b"'ÏÔô╦ÁO³¿\x05 L"iìa# "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"(É/Õç³M,ë\x07 y;³?º¹ "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"(ÝË“Ü\x17 Bû§3n\x14 ‰JT\x02 "
b")"áÆRÑF@µ)}—šgì\x1D "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b")Ëž¡¡‰Hw„&*wyÑ:… "
b"+\x17 ëƒ|ÇIó©¾u=s“ÿ "
b"+XÔ\e !÷D/Å´/<ä\x17 (ì "
b"""
+úá±▓ÁO\x01 îì4¥\f \n
\x10 ù
"""
b",\x17 4ä&ÉKx¡╗ınÉû2a "
b",V½\x03 ‹\x17 IY›û!²^g×p "
b",dè\x05 I0J\x14 ▒殫ä.²Ø "
b",¬ó\x07 çyE8¾œŒ7\x1F ;›\x1C "
b",¾x:8§MFˆÍ“\v\e »\x07 ¼ "
b",×Â!”±L:‰°-×òˆíí "
b"-\x19 ¡ì╠ÃM:╝лCùìXµ "
b"-éc,\x1E ÒL\x19 ░@Òõ¡Å\x17 & "
b"-Ïßl\|O}ºÍÉ”ùU†; "
b"-ò¨ºËâNƒ³áÎìúŒùG "
b".f¡êɵBu«\x06 Ű³÷'Q "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"0pP„"kFÌ·\x18\x16 +Äð/ "
b"1\f Çÿ7ÃJïª\x17\x0E ÍÐH—\x0E "
b"13¯®Æ[L[œùÉ”P¨åÞ "
b"1P2]\x06 KA%Žñ\x04 qÍgå\x19 "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"2\x11\x10 ö†ƒHØí\t ôN\x02 ¿« "
b"2íñï\t YMwÉ\x1D\x0F u¢yäS "
b"2¸Ï\f »ÆO\r »‰Q\x14 L\x1E sà "
b"""
4+peñXBìš Ó\n
B\x1D ™à
"""
b"4vÎ■Ú\x13 K\x05 ┤KÉ╗╔Ô‗ƒ "
b"5L—(i5KÊŸ³ßÜÉN\x18 © "
b"5^®\x19 /‚F>½ZÙ{¡/pã "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"5“ÃŒ-œCÒšcÐY\x10 ^¬â "
b"6ü½ß^|B&„ O4Áƒ]\x14 "
b"7Aï4@\x7F G─ì\x15 µN\r ´R╦ "
b"7l=V\v jJ\x1F £*\x03 n4‹0 "
b"8\x05\x17 t■.K%╗\x08 ì#H´ûÝ "
b"86)ÖøKN˜…µ.\x05\x01 '\x08 4 "
b"8]|ð«ÍK¶¶éa °\x10 áš "
b"8óÛuQ,L-…\x19 2ß—\x04 îè "
b"9\x02 Ê)ßg@<¤h\x1D 5IúœÖ "
b"9Î!ÙKEN»”¸¢àDj‡\x06 "
b":\e a├%6FãÅSD╬Þ\x00 @D "
b"::ãr;åFłʪ\x1D èBÖ§ "
b":<ßÞ 'I$©ü\x00 å\x1E óo‰ "
b":H!\x0E šÓBB‚ëÞ\x08\x13 nO\x13 "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b":\x7F #‰–\x01 Ož… лOÀ3v "
b";\x1A œY¦çL×µ˜óæVäHÿ "
b";Cq├▀\x07 NìÉdY½F▀╚= "
b";Ÿ°½,ªK\x15 ´bÚ“‹§¹ƒ "
b";Ñ^Fó#Aa£¨jÁqvl% "
b"<\x11 }\v ¾°N·‡ÜÖs[ý¢V "
b"<G¬ó3ÙM\x14 ÁÖõüÕ╠╗b "
b"<Y>Eâ9Mä—‹Æ“Mù_\x11 "
b"<æáÜãHò░\x08 ×ç¿\r ▄Å "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"="ô\x16 wÙIv“b\x16 ôK}\x1D – "
b">\x00 r\e ‘ÊNÎŽ'«\x02 3˜\x1E — "
b">cÏòMÿB¦ª\x16 \r ¢Ò!Nv "
b">Ùü\x06 ÝûK¥ù3\x12 )fâM "
b"?═jEÉKG▄¥]¤yAÓ╦█ "
b"?×yûé†J룖²\¾VBÛ "
b"""
?ýì\x03 ]\x02 C:½\n
╩\f +Á{\x05
"""
b"@VŸ\x17\x15 BÞ®\f é\x18 àk\x16 "
b"@h*/\x02 $J{¨\x1E\x18 u\x12 ݇Y "
b"@àÝŸÕûHl–gô%`;k\x0F "
b"@æåÇrÚO\x19 †å˜¡@c¢Á "
b"Aøßó.OLÌü╩³╠‗4fG "
b"B\x0F ,o,äA\x01 ‡¦àM6Џr "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"B„<9ò\x0E O#¥™WWv°`Â "
b"Bߢ$¹»F² Ò¥´Š2a "
b"Ct·\x17 x\x0F DÄØ\¢-╬╚\x13 ñ "
b"CñõðèjCÌ©ØO&╬v9Y "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"Dõ¦Tø'BX¶}±\x04 ú¼ûv "
b"EO\Ö÷\x7F NK²>&\x15 —œ±„ "
b"EmÞœ!ËOÍ”^IÇvîe\x1E "
b"Ew├÷{\x7F G>┐èI\f ̤ÉC "
b"E…ïʰFEÀ©9\e ƒÑO\x0F Ê "
b"EùÓZ\x14 õHI¾$¾,鉼\x17 "
b"F)AoN\x1A @‹œ]Ð/¾™Â– "
b"F–¶¶ìyFq³s\x02 ü\x1F “Úô "
b"F» é¯‗H1ì[.╦ºLð® "
b"FÒF\x08 áA\x12 °öÜÞ\x1C =Ö& "
b"FúŠ\x7F p“C§…ÌЋ€\x1D ÃD "
b"G2JåDÆM¯¾=8ž=s…c "
b"G:JõeÕG¯¤¿§W©þò? "
b"GQ\x07 ¥¢½IG–\x06 }Š‹«]% "
b"Gag*ŠyFf”’ï\x1D þG™U "
b"GËù¢6SLÝ›ÿÔ\x11 G\x0E g` "
b"HN¹\e\x1F\x04 HdµƒZzjAó§ "
b"Hcíû»ûG„”tu\x11 ,\k\x06 "
b"HõÁ¾†\x0F JJ¨ï%X¢~Ðó "
b"I#å\x03\x0E VOñ§\x08 ÿjȹ®Ñ "
b"IGÍ¢,┬JiêÉòßW╩\x11 Ù "
b"Jg╔'│┐LÙöÓÅç\x03 j) "
b"J¨Ä\x16 :´Bó‹>Íð\f ^\x1D [ "
b"Jþ\x08 ƒ\f\t Lã£sºj©ßP¿ "
b"K\x12\x04 ñIÉFT·º‰z·<±\x00 "
b"KÑÍ\x1A æ²HÉÁ)Ù4g¥┤Ö "
b"KÛú\x7F ¸9K#ì±\x10\x06 V\x18 h╔ "
b"Kö~ö90Fé»\x16 Œ8v¼\x0E £ "
b"L…\x1E HL\x17 D„¯Y§—2s\ü "
b"M'¶\x1E o"N5§-ºÂ:ÙPÊ "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"O±¶N8gFÏÅ╦\x10 0ÎÞÉ\x07 "
b"OúÉ\x14 ÑzCÀ§uÄïRêМ "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"Q╔\x05 ]4┌@áú+5\x1E ìÔéC "
b"R\x15 ¸qüOCýûø³qMÇ®▀ "
b"R‘¯º1¢BƉ0\x1A #Uó\x18\x15 "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"Sõá0┴HJ·¬:┘ª>|ì\f "
b"T\x12 ´A[YF\x1C »?K│§°Ø\x1E "
b"Toyæ╦$G\t òæ\jj\x01 ¯Ø "
b"ULÉ9p’C|…Kñ©JÍY… "
b"U¼ùu_âGýüÖbxºA\x16 v "
b"U±nµÄÅF\x1E ¹ã>Ä’k×v "
b"VL½£N¼Eýˆõ¹¢Þ¿n "
b"VßÚ\x07 _ìN\x1C ûÍ\x10 J@v╠\ "
b"W\x1C ì9»KKÒ¸/–‘Ãu8ñ "
b"W3\x04 ɼdM╬Ü\x00 ¶VTTz; "
b"WdaW‰°L\x18 €žDû>Ÿ´Ñ "
b"W¡\x14 f+\x19 F•®Ö“á2ðA— "
b"Wì©\x13 –ØD`¶„f¬!»Ûã "
b"X\v ÒÝÓ€@›ƒA(':,\x7F p "
b"""
XuÚ\n
AIGî»OsÛ!Å«}
"""
b"XîêÁiNK±û9\x00 ╬\x06 þ\t Ø "
b"X×┤j¾BO?¬øØð▓▀ýÓ "
b"""
Xº:\x14 ehKQØþ▀a│\x18 \n
(
"""
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"Y#•-…"Kyƒ\x15 <\x0F Ê&¿Ÿ "
b"Z\e (Çõ§H'†¬æ´m\x15 Ü\x1E "
b"Z¨Ïü\x14 wM·Žõ§¦\x1A YÞi "
b"ZЧ[5ê@·€r\f õ¹\x15 9j "
b"Zê+\t Å8H"¿pl£Æ\r JÖ "
b"[\v -œ\v sI››²’CeU˜” "
b"['uÚ\t ~KF²kZç\e Kh| "
b"[o\x1C òe1GEóIlü"\r Eê "
b"[‰mJzüK˜¦\x13 Æ)GÙáS "
b"[Š'‡þ£I\v ˆÈ74›ö-B "
b"[évd÷{O\x00 ±˜û‡yê6L "
b"\ŒÌy«óJ˺cîã?4Sb "
b"]'h-`[Aoª½÷²w\x05 Š\x15 "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"]à\x0F V&rHu£ª\x7F ;³lö° "
b"]ûöœPEDň4?‹~úש "
b"^Dc‚h\x11 Mã“i'æ] ¢~ "
b"^O²ªÖâMÇ‹ƒáÈ$Qªy "
b"^╔DıêüL<ܺ\x00 0½¿dO "
b"_@\x1C nu˜J%”[éЕQ0& "
b"_▓û─é¼MÄÁà¦O\x1C Úèü "
b"`m\f 3\x08 »B╦üÉ╔©¨={│ "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"`‘÷×]VLî©Iø{\x07 :Í8 "
b"`”Û"þ$O‡™5`±kî&„ "
b"`®\x00 \ýA\x03 ‰ˆ¶\x1A JeÌí "
b"`╗ì█k┐E\x02 ×#\x02 ▄¥\x12 vo "
b"`üâÝDmE\v ¼bðñÑõå\t "
b"a\x15 U¦\x08 ‰Aw•\x03 ð>°ÉiÒ "
b"aOñ†üœL¢¨\x18 n§¤\x06 ÿë "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"a■ì¸\v pF\x1D ¡ê\x12 ▄òÉy³ "
b"bSÅ┌ÁTIgÇ7d\x10\x00 %gÚ "
b"bxy¥<xLY¿É¯lîGsç "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"c#B‰¥\v Nˆ'›0e"´T "
b"d\x06 ÂòzrHVç\x00 À²ÉP\x15 ╬ "
b"d*x˜ŽÏD‘–d¤Õ0~É‘ "
b"d}f═PÄHØñ\x1F ¼:5\x18 ┼ö "
b"fE\x00\x08 {jK¢ƒäؘèܲ8 "
b"fÖZ¹«\x03 JÅžs|\x04 ÿjm6 "
b"""
gÌÀ\x07 9OË Ss®T\n
Þ%
"""
b"gïƒU$\x12 GC™…Ø#˜Àщ "
b"hkª/K|L\x05 ”ð™‚Gœ´a "
b"hÇo\x18 ^…N\e ªmÅ\x10 hÔÎÛ "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"i•PMè„OL¸À"zSs\x16 « "
b"i™Ò¿ê'H\x10 ‹\x05 mc\x18 ‚H¨ "
b"iªè{rùB‚•!×F0béÎ "
b"i·\x1F S#¹BÜ™O@\x7F ï÷“) "
b"jà¤7Ø\x1F N╔¡.ð┴÷Í*Æ "
b"jØâB?³C®£ª╠*\v 3jô "
b"j¶Û\t H‡O့dú\x18 £SÄ "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"""
k\n
ª\0”L\x05 ¬\x03 Ô×±?í_
"""
b"kBz|\x18 ÔK/ºo0!Yñ2¹ "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"l%“²¥>F¥¡ŽËÄ<5„F "
b"l\«Iã¥DÈŠ9f›ª0åÅ "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"m'€¶Ò\x04 H‰¦36öµ™•ï "
b"m¤\x02 .J\x06 E9ƒDOp[IFý "
b"nt"î\x1E\x14 C}«\r K†(‰˜¡ "
b"ow¼ˆ¸[Bv®¹’캃‡Z "
b"oßHS\x7F §C=üïÐÒZ»ôÁ "
b"q\x13 œ—1JBÔ“ë^ÛË¾Í "
b"qbyÜûlM6‡QëÙó=*+ "
b"qɺѪ\x0F OKÁ£▀n!z\x05 ╗ "
b"qË€¤1óFÈŸÁˆAÞê‹\x07 "
b"qïdY‘ÓN\‡Ôß—Ùnžœ "
b"qùÌ6®-Mž›âY×·çóì "
b"rf‗°\x10 ÂMc┤ؽú┴LpÜ "
b"r…~ÀÎúE¸‰ü\x1C b·¯0Õ "
b"rÝ\x00\x0E (ßCѽ¨˜N\e H›± "
b"slžs,vI^ޱ§™£\x0F\x01 w "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"t;?ÇàªNZ´¢/l˜\x04 #Ž "
b"u\x08 ô\x0E ÎØC\x08 òû├îrM?ã "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"uÁ0ƒ+†K\x1D ˆ<BÀR\e Ç’ "
b"v/>D\x1F ÿKÕ„WØ\x1E ²Ü¨À "
b"v’n³Öý@%’UÊ&î½ã\x04 "
b"v°╔eÿ>Aôì\x05 Bñ]'Í "
b"wzÒQéoC~¦á©àéžV‰ "
b"wŸìèZ‹L"”C[•çU¾% "
b"""
x\n
\x11 ë┤NKdì\x04\x18 ¢═w{ı
"""
b"x\x13 C^·NB왬rhþ˜\x17 3 "
b"xm┤┬FãKââO\x07\x03 ╩ì$è "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"xó‚`smJ\x05 ¶Ã…K\x03 œnb "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"xößNʯEd»Q\x03 MvšÓù "
b"yN}J mFUÅØÒùÆ]\x00 . "
b"yÉÓ¦1ÞN\x08 ›%Áó±û\x7F d "
b"yÝÀ´òÛA²šÆPüƒ— "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"""
z\x16 %°\n
?E½Ø,└\r ¨\x12 ôÍ
"""
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"z¢9%\e êM│ìep÷\x7F BÝ¢ "
b"zßòc™\x19 B⿽°>«<„ö "
b"{¬³4ŠðIŽŸªäVŠ×jí "
b"{ÐòPYéK=Øt=jyá2î "
b"|ð=Å¥QIʃâ'R˯È\x1E "
b"}h*ÞÚûN\x14 º\x05 Pšà\x19 ™ä "
b"}Ý\r «qëOs©Š«É\e\x06 I¶ "
b"}î\x1F r[\x03 K?¶\e Åà°i#d "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"~n6\x0F 7%L\x1A žG\x7F ŽT¢g "
b"~}ÁÅ░BG§à┘æªLk£U "
b"""
~†\n
§ÓšK~–zq7o)hA
"""
b"\x7F\x1A 7*îÃF\x10 ªÄ;“Áár9 "
b"Ç\x01 c\x1F ¹(J\x17 ØCÞxpr}Ú "
b"€\x13 ¢?{*NE¯Kþî„1e» "
b"€$Awp?EÕ½Ðà[òs7& "
b"ÇÒx\t a¿JóÖj├»HØ├' "
b"Ǹ&ò=´B╩½)ìT\e íBõ "
b"ü-\x1D g\x12 ÿG\x13 áÖ┤╣┼4µ= "
b"ürı ┐^N>éÖ\x1F I+ÌX\x10 "
b"üÀµþSÎ@7┐[═ä\x13 NQø "
b"‚SyöIeB„‡Q½\x01 ±CÏ{ "
b"égªÝÅóEâ█├ ║Ù\x07 9 "
b"""
‚üh99}C½¢kŒòaý\n
¥
"""
b"ƒ]Ë\x02 c’N\r ©´’\x01 ·\x1A ð/ "
b"ƒÒñ¥$ÈAË·Ý„¸Ãéó; "
b"„[’¥\x16 «IѦ†\x08 ŒÖÆ%? "
b"„ÄLÜ\x11 ]O\x7F ‰1+Í's8j "
b"„à\x7F |ÙÁA\x1E ¢§ÚIââ\e s "
b"„öÎÖ\x02 3@ »QÍü±\x06 š‘ "
b"„øoi\x15 .J‚‰»¸Åô®4à "
b"…0\x04 ŸpjC^¾$}Ì9€¼Õ "
b"…çôÐ\x19 îOµ†W/6\x07 \e ¬ "
b"†\x04 €¤MlLü’œ\x03 Dá”-õ "
b"åJ\x06 e{ÞItì\x04 ╬ª.\x19 +ò "
b"†tuu©JIhŒµëò£A0D "
b"åí¯¡╝yB═ü]É}&}d3 "
b"†Ü\x03 ˆ†Eë¬×O_›EI. "
b"çD¾ì\x03 ?FÒ¬‗└a\x03 ÚÔì "
b"‡ˆ–\x18 F(G\x16 µ\x1D jþ¨\x1E ¶- "
b"‡£~pÁ.M\x11 ³EèÚ\x12 YÚn "
b"ç┘ö│wóCÂó'B¬nôØ) "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"ˆGY.xkHO”½o3§\x01 …@ "
b"ˆ\x7F «x„\x18 K—³/;[û\x02 ®2 "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"‰#Mþ½ÒIº‰è•ʧZŽ˜ "
b"‰2\r [!–M\x1F “›;\v OÓ9ü "
b"ë:ü)¦·E×ɨ»Ú$¬p¡ "
b"‰mFqÕÐJƒ…\x06 ©žÐyIÐ "
b"""
‰¶ºs{\r My‘¼\x1A \n
¬á<Þ
"""
b"ŠýA„ú\x7F M\x01 ¨4u}é\e PY "
b"‹ÊṤ’I¤³òÉkwÛ]ú "
b"‹Ü0ÀU·H—°"£ÃA\f\v | "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"Œk'F\r ‘D,’¿ÚõÿEð "
b"Œˆ\x13 Yá©O=„•ó‰Ñ‹ÌÈ "
b"î╩bÉ\x1A !H·ÆX<Ó▀Hõ¯ "
b"ì\¡§PcNTÇ=®▄pöDÀ "
b"Žy)<Ë¿CX™7˜Q\x10 œw9 "
b"Žûª\x06 +Ó@Èš¾A\x03 ¥’:- "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"Å┘└àZ╬@Áº\t s(c░Åh "
b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸ "
b"žhë5LIÜ4hv¨Â▒È "
b"É\x07 ═1┘:A>ÿä.│$Ú\x17 ú "
b"É\x0F f▓?▄N¯ÉÈK\x04\x16 Øa1 "
b"ÉNw\x07 7ñGƒà╔x┐H7╦û "
b"æìâEôæI\x7F Ä\x17 O:øWØv "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"‘ýFµÌYJ@‹2c^JšÄ| "
b"ô485┴‗GÁò°¼«Yü)§ "
b"“B¸±SöCj§\x1F ¬±Õ°:* "
b"“S\x11 wV1Cn›ÐN[\x00 `t> "
b"ôöìyë╣J╗¼Â Ò├ñý+ "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"”¥ª\v 0*M匰é󸕰¡ "
b"•'¡HŸK"“èô°œ\x07 îŽ "
b"ûZ\x15 #µïAÅü;1J╝\x03 ¬c "
b"–Œ \x18 %úGëŒâÜ…ÿÕ,ª "
b"û╔ñ²ðnF"Á|█jLìƒt "
b"—\x18 3\x1C ĆDÜšpÃ\e )~\x11 » "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"—Î<k?êG·«ß\x18 Õ\x08 éÍ6 "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"˜nŠ}%\x1F D\x02 »ˆr¨8Ý\x16 ¨ "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"™·Ô—‹\x11 MÉ®bô÷G’ðW "
b"™ê× \x07 AB\x01 ¶’‹\x05 û»¥N "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"š\x07\x08 ÛǘGµ´\x1C ü\x0F ï\x11 DM "
b"š\x0F âÁ1MFd°°\x19 ”NHA« "
b"š(…sïÎK(†™ZúéCx¤ "
b"š¨¤´¢\x0F M ¨¦Rr(vϾ "
b"šñ¡ÂmfB5”ëycûoê\r "
b"›\x11\x1A XÍxGþƒsFÀZ5\x04 « "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"›|×’\e\x10 I+«û;\x07\e >(Î "
b"›à’&\x01 pG\x02 …\x10 þ¥Î‡\x1E u "
b"œ7XsËfO^°¨ª;Ù<‚¦ "
b"œXhòõd@\x10 Šr\x7F Ÿ\x00 6y… "
b"œ„ó[™\x01 K;±³Ž•\x1E À€Õ "
b"œ«ÜF(ÙMݳ‚cî½Gâ8 "
b"œï%”ÜõMEºTL„g,Àœ "
b"Ø\e ├NþàHpúâpI╠\x03 ║³ "
b"Øë\x17\x04\x07 ,L°øÔo\x02 ÁÕ/ë "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"""
×ü╬\x7F\x10 FBEÿA3\n
\x14 'É©
"""
b"ž…OÌ\x08\x19 D!»4ÿ\x19 ˜Šàù "
b"žŠî\x1C ó°Od™VàvÛ þ" "
b"ƒ0ìs[╦E┐ê]²wsÿ{\x14 "
b"ŸX!Zø\x1D FVœ\x02 v4µˆ_Ä "
b"ŸcQ\x14 <.I‘§\x1D ezŠòÆñ "
b" ‰ì>\x1A ŸLÁ›fÏf)Ù„ "
b"áØ¢ëR╩G<ª\x1A ¸æ|Æm2 "
b" ºH\f etF/´\x1D çnìå£\x13 "
b" Ãc)±çH,³\x16\x1E ¢á\x02 W "
b"¡Olªm(Kl½¤½A`âµÀ "
b"¢ß#6ºqLöyFÿæç|F "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"ú┼-µ+;A▒üƒî5┘▀Æ0 "
b"£ø$õ®ñM-…\f ‚lwy ¥ "
b"¤\v Ú…\v ÿM\x1D ˜³Í´MyÔ\x03 "
b"¤tC¤ÛìI‹§\x0E 5ÔÑÎQù "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"¤ºná±'M@šT¾ˆ\x0E *ƒ— "
b"Ñ\r }ìY5I\f ©\x19 éÌÕzBp "
b"¥_S¯%§@bœçUÞ½}\x06\f "
b"Ѽ¼c×╔B┐ÖÅRÓ´\x1E ù¬ "
b"¥óÔ¬¸\x1F @³§Œ`jª×—q "
b"Ѳi\îÌEýü³^!)º^_ "
b"¦Kþ+ôwG•‚¼ˆá\ßÏú "
b"ªtÐ\f ╝ëM¦ƒÑ!ì\x01 ý)╣ "
b"¦tç+ˆ\e Lv½A\x7F\x08 5ˆìu "
b"¦Ý4éÎ>@\x19 ¬:|Ju "
b"§\x08 %^iØKùŸæ\x08 zÄŒ\x12 ; "
b"§\t š´‡`F©‹’•”˜'˜\r "
b"§àÁvK¹O_†¿àÓ\x1D Õ?T "
b"¿dn5o»NîÉß°*8\x05 ¡º "
b"""
®\n
─ô║¿McÅY&y%Ì\x06 §
"""
b"®\x1E }\x16 FOK¡®M═É╣ðÏä "
b"¬\x1F ®N<òJhìóOâLe\x16 ; "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"ªZ¶J’»@Q¦Ö#o` iD "
b"¬ÊI×\╦CYØè\x0F nÍ:DÊ "
b"«\x08 *\x13 èHu˜QjV\x1D BAr "
b"½çuð\x1F YISØÛt╩ÜJ>Ü "
b"½ðØ\x00\x18 [J\x06 ¿█8┴åö┼┘ "
b"¬;+" ¿Cþ©kÖ‰°wqo "
b"¼ÍÕ)ákK\f ænüó\x08 F{é "
b"0»÷L‚Kk‹ðÙÄu\x1C õS "
b"S°¼\x19 ¢IÀŒTÅù\e 5%õ "
b"¡▄ñ´┼SK\x19 Âü¬©P┴¹E "
b"""
Ý#fÄØI7€\x7F Ô?\n
$¥3
"""
b"àý¨YÖM<ŠÑ«wƒ©÷5 "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"®l\x07 ›e\r D´¬ö•ÃÃ\x13\f ‡ "
b"«┌~å«jM³ì\v Ñ┤ä.ï\x1A "
b"¯\x04 }%n<Fi¨=UÍ'Ò3¬ "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"°ƒ¬pË4H\x0F ¨\x16 i¤i6ð\x02 "
b"°„<Ci\x07 I*‹‘.\f ãÐòë "
b"▒Öqs«!K¯│åö|ü\x0F =¾ "
b"±éy\x03 2åM4ˆ j°\x13 h›³ "
b"²kß\x02\x15 €EÅ£Ù?/´ Uœ "
b"²w`\f •íOq¤.KefÏ&N "
b"²Ê%õT\x0F OÂþÿæx«—+ "
b"│ı¤▀ô\x04 O\x0F ت>\e ý\x0F IÅ "
b"µ\x1C †9€xEA„(¢~âër² "
b"µ!Ý·ËkH©§/A\x1E >%Mw "
b"µtäÓ͘Lq¤Ä´HG2…\x06 "
b"µŒ´™a"G\e ŸÚ™j;£Ï» "
b"µá\x13 ìÔ\x02 CúªY§\x1F ¾ó˜ç "
b"¶F\e wÄ~O™ŒbJjÑ¡{\x16 "
b"¶¡;hÐ:I\v ‚Ó\x1A sÿ°ƒ\t "
b"·G‘Ì.¦I½´y\x11 '@Ý˰ "
b"·®ÔbTuFs»GÆ\x04 Û‘âî "
b"·Í\r Æ¡{IS·lJ\x10 b•Co "
b"·þw$¡åOú‘á?\r E\x0E Ï "
b"©\x03 :\x03 ▀²E}Ø]w‗ú┐\x7F ¯ "
b"¸þ‚I/\x7F Jѹ&‘奜_¶ "
b"¹/(GÜ!B=¦\lÑ'—ôù "
b"""
º04ö»ûEà²Ðöc\n
¶½D
"""
b"»\x14 !ù?\x17 N}¯ \x12 #\x01 :n\x18 "
b"»ccí²\x1D J®¥‡w!íIÐ0 "
b"╗~▄╣\x19 ÞJÎÉcI¯╣Ôfñ "
b"»ªþ×zÀG¦¡¨íäy†vZ "
b"╗¨ÇÐLüC|î\x18 ÿáh┤e\n "
b"╝M¶È/eF,êæüþÿ àa "
b"¼šÚ= ;NK±²ø{1\x15 2\x0E "
b"╝┤â\x14 "aGvæ=┤k▒rÅÙ "
b"½\x0E îlCî@+¶\x7F ˆ\x06 [»öe "
b"½hhÁ\x1D 8H€¯ŠFûì˜k¯ "
b"¾´rOd§N:…W®”¹\x7F xû "
b"¿\r W4—=Gó»|bà{Ô\x03\x12 "
b"┐+┘õ\x05\x01 C²╗\x08\x06 &╚´£Ø "
b"¿l\x14 Ç\x14 .M¢¼ªü-°7ç€ "
b"Àk^W\JE\x7F ½7\x02 Q; "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"┴«%¾ü¢G|»\x1A {ÿ¹\x0F 5W "
b"ÁËÞm&\x08 Fö‰ð>\x03 Ó=æ£ "
b"Â%«øNÞI5³FF¡ˆ\x12 XÈ "
b"┬è\x06 òÍ▓I#ØÍÔÐ│£\x1D T "
b"┬ØåîææKJï&kw■zy\x0F "
b"Ã\r \x01 \r 7A\¿XÍŸóa“Ž "
b"├┼¾─$æI7ü»\x1E Ü¥É▄S "
b"├¤Á3ºÝK%Ø»^\x1A íÀ d "
b"Ä^%@©4Oz¹‹™\x1A Å\x01 Œ¸ "
b"Äm\r c\x18 áMg–zªÀ¢ð‡< "
b"─ؽ'V\x15 OÙ▓░╚Ã\x1F 8\x12 A "
b"ÄŸÊãôòCb¿[Iø\x01 \/A "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"ÆÎºQ5\x15 OK€ÿ\x01 IÛX˼ "
b"ÃêÕðÉ\x16 K\x0F ªL█©/«Rý "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"Ã╚{ÄWÅL\x13 ÂUã~²^]d "
b"È”T¾yóN˜¦\x18 ›\x13 ›Ý[u "
b"╔^¹Ýó\v JÇ░Ìßè┼Å‗\x7F "
b"╔xØ d¿Nüås¡kcqNÍ "
b"ɲ†7k/E\e Ÿ¾Ô-p¦£e "
b"╔¸\x16 ØlcJFøp¼Ê]\x14 ±ð "
b"Ê6T,ˆ\x14 J2¼ø\x12 9w¾Í\x7F "
b"Êþø§Ã\x02 B™±äÀj\x01 $û\x1D "
b"Ë̓–šxOy¨\f ÷ÉPp\r \x16 "
b"ËØ\x06 èÐ\x1D Hš®þðߘ\x7F Vù "
b"Ì^ÛÃI‚E1£øÌüDÈPê "
b"╠¥└\e b\x15 D{òìiq@I║~ "
b"Ìã3C‚\x15 NG¼p@©¾ÈJƒ "
b"═*1·|O\x04 ┐\e\x04\x1A ú7│Ø "
b"Í<Í$DDD=¾]$Ò])áÖ "
b"Î<ˆhç®Mu•\x01\x05 ÔãÐtÖ "
b"ÎMô®\e àEÓ…\x16 %sOº,) "
b"νhpÔ-E–¡|,©¯ˆÓî "
b"ξk\x1C I[LxŽaéH»¼Òº "
b"ÏÉ\x10 ¸\v RE«„º\f í@\x03 ‹Û "
b"ÐWdÞX\x13 C$€\x15 O×gê\t ~ "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"Ñ«ï\x13 þ\x0F Iɼ¥yPp\x16 u/ "
b"Ð┌ìaåBJuîßïdxm\x05 S "
b"ÒúŸY\x19 -Nä‹8žlñÀt# "
b"ÒýkOÚüNÏ‘d\x17 4]øbÄ "
b"Ó\x1E\x12 ï\x14 åN\x18 ¡¿P&óº?¶ "
b"ÓÁ\x13 ñc›C§š—~\x05 nÈ}\x12 "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"ÓÌL ýsN#²Œ =¶Î<± "
b"""
ÓÚävœ\x1F HM‰,\n
JáC2°
"""
b"ÔÑ=6ï·B\x00 ”<\x15 øœ¶3ó "
b"ÕŠûP\x18 ŒG›°\x1F ÞAu\x13 ’¢ "
b"ÕãuœõO0°>\÷™ˆt\x13 "
b"Ö9‘vîxC/¶ÇB\x01 (jhg "
b"Ö…½Ë;\x01 GÏ£\x0E u}‚̓6 "
b"Ö‡ñ\e îõHl ¢}ñæ)VI "
b"ÖêeI@±MJ¼[RrþwȤ "
b"""
×8\n
šO;IÿƒQÎÅÄó¥ä
"""
b"×bIc»EH—¥ÚÝt\x1F –G\x15 "
b"ÎwþíÂìJÔ▒ËÍ╩ÙÅÅ\x0E "
b"Î¥T¡½ìB4ç«näha▀Æ "
b"""
×¾é¿\n
@Iz€O 8[SlÛ
"""
b"Ï8▄ü¯\x0E B.ÇÐá\x12 {ÌX┌ "
b"ØH\x7F Ûg\x18 J˜½ìºÇã±ÿÉ "
b"Ï▓█ô╗GI\x14 Äk]8\x0F 3├É "
b"ØÂš¢^lJ¸¥"¿{›\r ˜ "
b"Ù`ž\x08 F!D´·ôvV&gƾ "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"Ù\x7F õÆ3.D·›F\x1C TÃ \f Š "
b"ÙØx—½lI¸ƒŒ5n¤e¸Í "
b"Ú\\x18 †\x19 ÉJ\x1A žX\x02 ISôî7 "
b"Úg§pC\x1E I§ˆSI”zÎ\x10 õ "
b"Û\x13 •Ë\x1F ±J\x04 Š«‡´eD©H "
b"█ì¥\\x17 FcñI\x16 h¼O=\x17 "
b"█ñám#ÉG╔î┼ƒå\v\x14 ¢o "
b"""
█╣Ô┴5\n
K\r ┐Ò´GÐ┴ÃÉ
"""
b"█÷<UàPI÷©|ëVìF³N "
b"Ü.pê6vEhŒ\v ÅÄ\x1D Ö]¡ "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"܇l\HãK¯©Û¸¡²ºò¨ "
b"Üä)\x18\x0F T@£‚¦Ñø¡8» "
b"Ý[ †n±LÀˆ{Þ[Ø\x0E Ù¾ "
b"ÞO¾9\x0F æKh£Ð_!ËüøG "
b"ÞŒšÁ\x12 §HAƒüŠÌþ Ì\x15 "
b"Þž\x14 i0M3¿:Œ L\x14 ¸ï "
b"̃~Ë+yB\v áàßÅSX\e 8 "
b"Þ¹ÿW¹ JÅ·“~À?cf\x06 "
b"▀\x06\x07 ùgìD\x1C é\x13 w |Lp² "
b"ßL|ðXrHT—Õaá'K@ "
b"ßZX¸ÜÉI\x14 ¶aY\x12\x04\x1A û\x04 "
b"ß…,q¾\x13 K}¾\e Ã\x1A ýð° "
b"ßÊ%8Õå@¸”ŽÏV®WÀt "
b"Ó&ðî\x06 @ôçÅ¤Øæ┐aÚ "
b"àDX%\x1C ´K·†)5R"\x1F éi "
b"àUý]éHI\x06 »ƒ}YVtÕ> "
b"ಒzvM–¾h\x14 îqÒ\x00 ê "
b"áñˆ\x1D µ\x18 E–‡\x07 åÈK»QÖ "
b"â\x17 Õïn\x08 E·¢\x16 f‚\x01 ;\x03 ß "
b"â\x1C AC\x19 IB=§‚òÓ‡\f lœ "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"Ò<\x01 7É┬Inélm╝s°î¡ "
b"ãˆ\x19 #,“Cר;XîXÄ)m "
b"ã®Àg“0E¢“KÑã…l&: "
b"ã´PAçßG½±û=ˆËH‰ "
b"ãølb\x03\x06 HÖ¨\x03 £È\x17\x1A BM "
b"ä®2xØ`Hß™{î\x1E j\r \§ "
b"äëôð÷…BY¥¨Íy\x06 Ã²Ì "
b"õ´6ö┘ÊL╚ÇíUýìBðı "
b"å\x01 Ϋ™ÚL‘€Œ/ª^\x7F ¢g "
b"åhŠž\x11 YK‹¹âÃEH¤zš "
b"å—\x15 ÏÿYD\x04 Œè³_bÈCå "
b"""
çLXB¹½G¶„z\n
z\v ÿ¯i
"""
b"Þi╔ÇpÉNÝÅ\x19 ÷õ\x06 bËP "
b"èn53UÛB†œdº˜Ãë<» "
b"ès~¹oáEןòõ¯¼Î…* "
b"è—Æd‡šH\v –iIK\x17\x0F «R "
b"Þ┤╝ \x18 KB\x11 ¿¢É\x13\x00 Åq8 "
b"èÅãáý\x0F B†²áY+žöd8 "
b"""
ÚN\f â┴ëCJö\n
\x03 '┐(÷Å
"""
b"ÚT\x03 £éÌBCÑ\x15\x03\x0F ×ÉHW "
b"éWbN\x10 uO3œùHW™ì¢C "
b"é[ÕßêûL“—ÎâÝ‚\x01 ªO "
b"é½Û©’\x02 A\x17 º3A\x12 ÎD$J "
b"ê^Ð …CFW¸FFâ]\x0E ¤G "
b"Ûq\x17\x1E Ê;Jºü>p|EÏ╣¨ "
b"""
ê¨p}ï{C\n
‘ÚwHóÝ´o
"""
b"ë<•á\r \x01 L\x7F …R±\x19 ‚¤”¨ "
b"ëN®<\x14 6Eµ¡Éº˜H—ŠÝ "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"ëø\x14 ®‹ÛNd’Ÿf\x06 ³C\x05 ° "
b"ì\x14 6Ú\x1E LO\x03 »\t +!Œ§Œ² "
b"ì.Ô’õ€M•ëmeåBéz "
b"ìš\f\x00 ÕËEtª}\v S«=㬠"
b"Ýr\x12 '\r O5â╦»\x06 É_\x13 ~ "
b"l\x10 #H3¡¸ÒTp\x16 Û\x02 "
b"î«\x1E\x02 ùrJê‰ÿ—½ Ÿ†Ð "
b"ï—\x1E bÕºCï‰B‚y¤äø« "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"ïÊ\t ¨ *Jn”ç˜"ñ\x15 vî "
b"ð©¡\x00 oENEˆE” "7J "
b"±G└█ÐrFƃØpè^öÕ\x1C "
b"ñóùãO¯K®‡n|¿×J6£ "
b"‗Jù,G¬Aì░ıÇ▄╩¦H¾ "
b"‗╠S\x05 ░\x07 MÆØÑ▒ü\x17 ⯰ "
b"óŒ|žÇêJ=œßôCS\x0F ts "
b"¶B2×╠ìDEÉÁHÌ"÷┘ "
b"¶TßñißG|äæÀ\x11 Q┌ɸ "
b"¶ò¼ö§\x1A D¸üa░e╦Ô╚ı "
b"ô•Î0æ†Mê›d¾Â\x0E Aï× "
b"õ–ôÛ–¹H\x19 ™ÐVñ\r kŠ "
b"öÐ,É\x10 ¿Of¶âìïuþ×È "
b"öþ\x01 Dž¼B@©aÁ]O˜\x07 Y "
b"¸Óì═┼\x1E A┤¡ü\x10 ;╬\x00 Qq "
b"°À?4;MoøØ▀\x11 øgßÕ "
b"ùæ¥&'ïC\t «/\x12 Ç\x0E\x13 ìï "
b"ùæávX8@˜¹¡h°Ùù¼æ "
b"ú8rRE¯Is«¦\x1C n\r ÈmQ "
b"ú„y[*\x13 L¹—^h@i2F\x15 "
b"û•µ6kMa ²C¾K”Zœ "
b"üW\t ¾Äs@·¸ µÙ\x02 Sú\x17 "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"üÝ\x06\x1C y\e G2ª]Óß\x03 ÒŸÙ "
b"ýEÆ\e ”#D}¼YRxìbµ\x01 "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"þ`†ÊmîHc®iðï4èÓ• "
b"■├Ä2ı=L1É┘þ_ãõ\r J "
b"■▄¹õ^ëDñü++zð8W) "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"ÿ¸!B÷MKMŒÅ\x0F ö,\x1C žg "
b"ÿÅoü\x13 £CÀƒ\x01 Y½J\x04 o "
b"VÏ(`cÁAƒ—…Æ{%\x19 Ff "
]
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 (0x004B11B664424995968A6294D4EA4AE7 , 0x008E2A11E0E34A7982FA6A5509B8750D , 0x00D20F96596447EBBE8851A58583A056 , 0x00E125510F03484392FC943316160AEF , 0x011861906B1A4FDEAE65D5F5EE686DAA , 0x02049224C56347179FA4C013E2CFCD8F , 0x03906F1C164D451BBC837FEC1DCC5B46 , 0x03D6296866DB400D8E0083A91C5DC96A , 0x03FC83C87ACE43DE8AD816E74A564E78 , 0x044AC3E4CAC94813B2AC2CE9C4069CDA , 0x053C65372B1843198294BD3272C59C18 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x05FF8495C5D1441B904495FFA2218E73 , 0x064181FA0E28437AB91F002212855082 , 0x064B2F5CE1CF45828D8A684903B792A0 , 0x06F5285F7C89416CBF1E0EBBE45889E1 , 0x07D9B04730414F4CBD2678F7C233D003 , 0x087B73AA66C642EF992E95A0C643293E , 0x08AB2C3A8426462BB3C6737735EF9293 , 0x08BE56CC6F534DF68D27F03171CEEDD3 , 0x08FA3B8212E14FCC9B8D37A1FCCB4D85 , 0x0918BF136F3943158B3458086A8580E8 , 0x093B102990B04B1CAB270E866E7A16ED , 0x09903F9672A44388B8997353A8D55A80 , 0x0A38581650A342BB97478E5552350B97 , 0x0B6FC5A273CF4ACB89E91AC53291D824 , 0x0B88C7B09A094ACCA81130AB0DB001A4 , 0x0BE2B9F74FA5437FB4C7A627B7D3E9F8 , 0x0BE703B7D3CE44919CF7B7B26537B92A , 0x0BF055A00C2344CAAA7693F157D818A0 , 0x0C9CB73C690E479BBF959F0E3D1E7A3F , 0x0CF665757B114488B50086B62E4BA9F2 , 0x0D083B04D5B1499CB8D2C8F07CFD82AA , 0x0D649F80D88242AEB2E5B317364AA3D7 , 0x0D7D73A2179D4806816B48A04EC47D3B , 0x0D9BD7AB6B1F4988B84030A6642B8C2D , 0x0E45ADA47C0C4DEDA523009EA5153949 , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x0EAE0E6445054089B67C31CCF207384D , 0x0F3CC4A1DBF94DC397405D87D05D672C , 0x0FA3B9A8BB984B1DB8E72B24F799BC24 , 0x0FC5C7D33C1E4D92B12A10776E1C0AC8 , 0x1120BB83879D475180E0F61DA88A9AE6 , 0x127A309A47054170B3EA838A99B0EE41 , 0x12E35E3860794B3EA41262D7255B07A7 , 0x1338A197B0D4419C8C67E229B856E7EC , 0x1378EB69008245AA83DAF302D53E9E75 , 0x13B044071C454F778B2087CFB1E279C2 , 0x13DC36A753DC4D6585EE8A7B0BAC9B51 , 0x13FC6081B463493BAE72FD022E0CE175 , 0x14146387C903402AB16A2045A60942EF , 0x1456107984364EA1B312B8AA86FA1B34 , 0x146048C242AA40BDB0AEFC909F8B28E2 , 0x14694976AB31454CA7B5DE13FD4759A1 , 0x147C921683254C869D791B762F581652 , 0x154C966E47814229A82CAF1C469037CB , 0x15746B398E0B4224B357CF603B6FBAFA , 0x15F6F238934F41999ABA56578E5D26FB , 0x16F1172BDC974058810C9B1DD5AB901C , 0x173CABA30D514ADEBC82424C039D30BA , 0x178B13BD15A34291B1FC47D27B13C4AE , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x18214A4F2C11403889295B1E21E12840 , 0x185BC39C5A1847E393741703C8D49628 , 0x1A28462341B049DEA52897BCB7876D3A , 0x1A8CDDFC80FD4752A3EDACBC699FA453 , 0x1AEE9E1061A447ACA5E7D5BF626F7184 , 0x1BA80EE4D019453BA2AA88F20A2954B1 , 0x1C414C3A7C7B4B7AB3F0815BB0C72AA1 , 0x1C4405FEAD43495EB33265152146FFD1 , 0x1E5CA12938F146C7B135D6982FA65324 , 0x1F02A248C8674E56967EAE51584CD5A4 , 0x1F0E6226FC544EA596B52EEE94FC2038 , 0x1FA56CD16FD342A68D7E7D8CDEABD399 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x2070C1C33600459DB6737C6F3F590C27 , 0x20CA4616A5D840BBA62018714FA84602 , 0x20F53A65FF514E5ABC5DA9AD24A75850 , 0x21CC8B147C824B55A037EF16780C2469 , 0x21F2CC83AD1947C0934DF1C9C9BB2131 , 0x22203DDF29C4433380F235594C63FDE3 , 0x223683AF9768435DB87042061BAA2EEE , 0x223A7AEF5359423C92890B2333D728CE , 0x2246484F6078475A9E164EBBE8A78465 , 0x22861A1A2825421AB78AABBC02951510 , 0x22CD958D4E714B8183E39BE0B6D03783 , 0x22CE93A26CDC4FE3B37B1D06C45B54DB , 0x232BD3033D3A4175A12EAA0213535571 , 0x235076E5EB394D5F88A355CDC6756233 , 0x2357D495879B4D7D99BF70DD74BAE9E2 , 0x2378A256DA4C453FB836A2624A598C77 , 0x23FAFEC2505F4BEF83636D4739B4BD6C , 0x240627A9C55B48309EDCED91DA7F962A , 0x24AC2A48470543A58D221BAE82208E63 , 0x24E213AA7B82403EB9C913DC8479912A , 0x2575DBACAEBB48F48B4D9732FC638246 , 0x25AFE30A2A8F40A1B42355EE36E6B7E8 , 0x25B36DC7C4F2457B986D77BB4C3E2B7D , 0x2736CBCCF2A6485E9F7CBB59EDB614DE , 0x27501FFEB29548028D45E514EB965B38 , 0x27971B9B804E42F58D353F2BC7130FA8 , 0x27D8E293CBB54FFCA8054C22698D6123 , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x28902FE587FC4D2C8907793BFC3FA7FB , 0x28916ADF88504C208540D811B87234CB , 0x28DDCB93DC1742FBA7336E14894A5402 , 0x2922E1C652D14640B5297D979A67EC1D , 0x29424506F7C34F70A500C369ECDEA554 , 0x29CB9EA1A189487784262A7779D13A85 , 0x2B17EB837CC749F3A9BE753D7393C3BF , 0x2B58E21B21F6442F8FEF2F3C8417288D , 0x2BA3A0F1B2B54F018C8D34BE0C0A1097 , 0x2C17348426904B78ADBBD56E90963261 , 0x2C56BD038B1749599BFB21B25E67D770 , 0x2C648A0549304A14B191A9AE842EFD9D , 0x2CACF307E7794538BE9C8C371F3B9B1C , 0x2CBE783A38A74D4688CD930B1BBB07BC , 0x2CD7C22194B14C3A89B02DD7F288EDED , 0x2D19AD8DCCC74D3ABCD1AF43978D58E6 , 0x2D82632C1EE34C19B040E3E4AD8F1726 , 0x2DCFDF6C5C7C4F7DBACDC994F955863B , 0x2DF2A8BACBE24E83B3E1CEECFA8CF947 , 0x2E66AD8890E64275AE068FF8FCF62751 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x302C26630EE74FF28738A844ED269886 , 0x30705084226B46CCB71816AD2BC4F02F , 0x310CC7FF37C34AEFAA170ECDD048970E , 0x3133AFAEC65B4C5B9CF9C99450A8E5DE , 0x3150325D064B41258EF10471CD67E519 , 0x31735EE394174546B9A835372AFA3ED9 , 0x321110F6868348D8ADED09F44E02BFAB , 0x32A1A48B09594D77901D0F75BD798453 , 0x32B8CF0CBBC64F0DBB8951144C1E73E0 , 0x342B7065F15842EC9A20D30A421D99E0 , 0x3476D7FEE9134B05B44B90BBC9E2F29F , 0x354C972869354BCA9FB3DFDCC94E18A9 , 0x355EAE192F82463EBD5AD97BA12F70E3 , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x3593C38C2D9C43D29A63D059105EACE2 , 0x36FCBDDF5E7C422684204F34C1835D14 , 0x37418B34407F47C48D15E64E0DEF52CB , 0x376C3D560B6A4A1FA32A03AD6E348B30 , 0x38051774FE2E4B25BB088D2348EF96ED , 0x383629D6F84B4E9885B52E0501270834 , 0x385D7CF0ABCD4BB6B6E96120B010E19A , 0x38F3DB75512C4C2D851932DF9704EEE8 , 0x3902CA29DF67403CA4681D3549FA9CD6 , 0x39CE21D94B454EBB94B8A2E0446A8706 , 0x3A1B61C3253646C68F5344CEE8004044 , 0x3A3AE3723BE546C582CAAA1DE842D6A7 , 0x3A3CDFDE20274924A9FC00E51EF36F89 , 0x3A48210E9AD3424282EBDE08136E4F13 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x3A7F238996014F9E85A0D0BB4FC03376 , 0x3B1A9C59A6E74CD7B598F3E656E448FF , 0x3B4371C3DF074E8D906459AB46DFC83D , 0x3B9FB0BD2CAA4B15B462DA938BA7B983 , 0x3BD15E46F3234161A3A86AC171766C25 , 0x3C117D0BBEB04EB787DCD6735BFDA256 , 0x3C47AAA233EB4D14B599E481E5CCBB62 , 0x3C593E45E2394DE4978BC6934DF95F11 , 0x3C91A09AF0C64895B0089E87A80DDC8F , 0x3CEB37A732424262915D394BDED5A67B , 0x3D22F41677D94976936216F44B7D1D96 , 0x3E00721B91CA4ECE8E27AB0233981E97 , 0x3E63CFF24DFF42A6AA160DA2D2214E76 , 0x3EEB8106ED964BBE973312202966834D , 0x3FCD6A45904B47DCBE5DCF7941E0CBDB , 0x3FD779FBE9864AEBA396B25CBE5642DB , 0x3FEC8D035D02433AAB0ACA0C2BB57B05 , 0x40569F1715A042C39EAE0CE918E06B16 , 0x40682A2F02244A7BA81E187512DD8759 , 0x40E0DD9FD5FB486C9667F425603B6B0F , 0x40E6E5C772DA4F1986E598A14063A2C1 , 0x419BE1A22E4F4CDE81CAFCCCF2346647 , 0x420F2C6F2CE4410187A6E04D368AB872 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x42843C39F20E4F23A599575776B060C2 , 0x42DFA224B9BB46C2B2A0D2A5B48A3261 , 0x4374FA17780F448E9D5CBD2DCEC813A4 , 0x43A4E4D08A6A43DEB89D4F26CE763959 , 0x449941BBDC124DA9934AEA8639AEB553 , 0x44F5A654F8274258B67DB104FABCFB76 , 0x454F5CD6F77F4E4BB23E2615979CB184 , 0x456DDE9C21CB4FCD945E49C776EE651E , 0x4577C3F67B7F473EBF8A490CDECF9043 , 0x4585EFCAB04645C0A9391B83D14F0FCA , 0x45F9D35A14F54849BE24BE2CE989BC17 , 0x4629416F4E1A408B9C5DD02FBE99C296 , 0x4696B6B6EC794671B37302FC1F93DAF4 , 0x46AF2082EEF248318D5B2ECBA74CD0A9 , 0x46D24608A0E14112B0F6DCDE1C3DD626 , 0x46FA8A7F709343A785CCD08B801DC344 , 0x47324AE544C64DAFBE3D389E3D738563 , 0x473A4AF565D547AFA4BFA757A9FEF23F , 0x475107A5A2BD494796067D8A8BAB5D25 , 0x4761672A8A7946669492EF1DFE479955 , 0x47CBF9A236534CDD9BFFD411470E6760 , 0x484EB91B1F044864B5835A7A6A41F3A7 , 0x4863EDFBBBFB4784947475112C5C6B06 , 0x48F5C1BE860F4A4AA8EF2558A27ED0F3 , 0x4923E5030E564FF1A708FF6AC8B9AED1 , 0x4947D6BD2CC24A69889095E157CA11EB , 0x4A67C927B3BF4CEB94E08FC7F5036A29 , 0x4AA8C4163AB442F38B3ECDF00C5E1D5B , 0x4AFE08830C094CE3A373BA6AA9DF50BF , 0x4B1204F149C94654B7BA897AB73CB100 , 0x4BA5D61A91FD4890B529EB3467BEB499 , 0x4BEAA37FF7394B238DF11006561868C9 , 0x4BF67EF6393046E9BB168C3876BC0EA3 , 0x4C851E484C174484AF59A79732735CFC , 0x4D27B61E6F224E35A72DBAC23AD950CA , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x4FF1F44E386746D88FCB1030D7E89007 , 0x4FFAC914D17A43C0A775C4EF52EAD09C , 0x51070503953F46338AE553AAD8369B0F , 0x513AB9793DD541E6A6DFF9033F99756F , 0x51C9055D34DA40A0A32B351E8DE28243 , 0x5215F771814F43EC969BFC714D80A9DF , 0x5291AFBA31A242C689301A2355F31815 , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x53E4A030C1484AFAAA3AD9A63E7C8D0C , 0x5412EF415B59461CAF3F4BB3F5F89D1E , 0x546F7991CB24470995915C6A6A01EE9D , 0x554CC9397092437C854BF1A94ACD5985 , 0x55AC97755F8347EC81996278A7411676 , 0x55B16EB5C4C5461EB9E33EC4926BD776 , 0x564CBDA34EBC45FD88ADF5B9A2DEBF6E , 0x56E1E9075F8D4E1C96D6104A4076CC5C , 0x571CEC39BB4B4BD2B82F9691C37538F1 , 0x57330490AC644DCE9A00F45654547A3B , 0x5764615789B04C18809E44FB3E9FB4D1 , 0x57A114662B194695AED693E132F04197 , 0x57ECA91396D84460B68466AC21BBDBE3 , 0x580BD2DDD380409B834128273A2C7F70 , 0x5875E90A4149478CAF4F73EA218FAE7D , 0x588C88B5694E4BF1963900CE06E7099D , 0x589EB46AF3424F3FAA9B9DD0B2DFECE0 , 0x58A73A1465684B519DE7DF61B3180A28 , 0x590789E000FA4A49AE4B28CED70716D4 , 0x5923952D85224B7983153C0FCA26BF9F , 0x5A1B28C7F5A7482786ACE6B46D15DC1E , 0x5AA8CFFC14774DB78EF5A7A61A59DE69 , 0x5AD0A75B35EA40B780720CF5B915396A , 0x5AEA2B09C5384822BF706CA3C60D4AD6 , 0x5B0B2D9C0B73499B9BB2924365559894 , 0x5B2775DA097E4B46B26B5AE71B4B687C , 0x5B6F1C9565314745A2496C81220D4588 , 0x5B896D4A7AFC4B98A613C62947D9E153 , 0x5B8A2787FEA3490B88C837349BF62D42 , 0x5BE97664F77B4F00B198FB8779EA364C , 0x5C8CCC79ABF34ACBBA63EEE33F345362 , 0x5D27682D605B416FAABDF7B277058A15 , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x5DE00F5626724875A3AA7F3BB36CF6B0 , 0x5DFBF69C504544C588343F8B7EFAD7A9 , 0x5E44638268114DE3936927E65D20A27E , 0x5E4FB2AAD6E24DC78B83E1C82451AA79 , 0x5EC944D588814C3C9AA70030ABA8644F , 0x5F401C6E75984A25945BE9D095513026 , 0x5FB296C482AC4D8EB585DD4F1CE98A81 , 0x606D0C3308AF42CB8190C9B8F93D7BB3 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0x6091F7D75D564CEEA949F87B073ACD38 , 0x6094DB22FE244F87993560B16BEE2684 , 0x60ADAE005CFD41038988B61A4A65CCED , 0x60BB8DDB6BBF45029E2302DCBE12766F , 0x60FCE2DD446D450BBC62F0F1D1F5E509 , 0x611555A6088941779503F03EB0C969D2 , 0x614FF186FC9C4CA2A8186EA7A406FFEB , 0x61DEBDA1020043959AA497CAD8711D71 , 0x61FE8DF70B70461DAD8812DC959079FC , 0x62538FDAB554496780376410002567E9 , 0x627879BE3C784C59A890EE6C8C477387 , 0x6279E85C754A43909DE87F0D3B858351 , 0x63234289A50B4EAD88279B306522B454 , 0x6406B6957A7248568700B7FD905015CE , 0x642A78988ECF44919664A4D5307EC991 , 0x647D66CD508E489DA41FAC3A3518C594 , 0x664500087B6A4BA283E4D898E8DCB238 , 0x66D65AB9AB034AC59E737C04FF6A6D36 , 0x67CCC0AD07394FCBA05373AE540ADE25 , 0x67EF8355241247439985D82398C0D189 , 0x686BAA2F4B7C4C0594F09982479CB461 , 0x68C76F185E854E1BAA6DC51068D4CEDB , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x6995504DE8844F4CB8C0227A537316AB , 0x6999D2BFEA2748108B056D63188248A8 , 0x69AAE87B72F942829521D7463062E9CE , 0x69B71F5323B942DC994F407FEFF79329 , 0x6A85CF379D1F4EC9AD2ED0C1F6D62A92 , 0x6A9D83423FFC43A99CA6CC2A0B336A93 , 0x6AB6DB0948874FE180B764FA18A353C4 , 0x6AC99B6A187A49D0962E40890AC916F7 , 0x6B0AAA5C30944C05AC03D4D7B13FED5F , 0x6B427A7C18D44B2FBA6F302159F132B9 , 0x6BFC1158030244D69DBE85610CF72B40 , 0x6C2593B2A53E46A5A18ECBC43C358446 , 0x6C5CAB49E3A544C88A39669BAA30E5C5 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x6D2780B6D2044889A63336F6B59995EF , 0x6DA4022E4A06453983444F705B4946FD , 0x6E7422EE1E14437DAB0D4B86288998A1 , 0x6F77BC88B85B4276AEB992ECBA83875A , 0x6FE148537FF5433D818BD1E35AAF93B5 , 0x71139C97314A42D493EB5EDBCBBECD20 , 0x716279DCFB6C4D368751EBD9F33D2A2B , 0x7190A7A5A60F4F4BB59CDF6E217A05BB , 0x71CB80A431F346C89FC18841DEEA8B07 , 0x71EF645991D34E5C87D4DF97D96E9E9C , 0x71F9CC36AE2D4D9E9BE259D7B7E7F3EC , 0x7266F2F810B64D63B49DABA3C14C709A , 0x72857EC0CEFA45B889FC1C62B7AF30D5 , 0x72DD000E28DF43D1BDA8984E1B489BB1 , 0x736C9E732C76495E8EB1A799A30F0177 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x743B3FC7E0AA4E5AB4A22F6C9804238E , 0x7508930ED79D43089596C38C724D3FC6 , 0x75950F9A8A9E479799900E82895BD54D , 0x75C130832B864B1D883C42C0521BC792 , 0x762F3E441FFF4BD58457D81EB2DCA8C0 , 0x76926EB3D6FD40259255CA26EEBDE304 , 0x76F8C965983E41938D05F042A45D27D6 , 0x777AD251E96F437EA6E1A9E0E99E5689 , 0x779FECE85A8B4C2294435B95E755BE25 , 0x780A1189B44E4B648D0418BDCD777BD5 , 0x7813435EB74E42EC99AC7268FE981733 , 0x786DB4C246C64B83834F0703CA8D248A , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x78F38260736D4A05B6C3854B039C6E62 , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x78F6DF4ECAAF4564BB51034D769AD3F9 , 0x794E7D4AFF6D46558F9DE397925D002E , 0x79C9D3A631DE4E089B25C1F3B1FB7F64 , 0x79DDC0B4F2DB41B29AC650C3BC839720 , 0x79E9D5F3F1014E72AA38235A8861780C , 0x7A1625F80A3F45AB9D2CC00DF91293D6 , 0x7A768155A21E446DB594B41749495D52 , 0x7ABD39251B884DB38D6570F67F42EDBD , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x7BACB3348AF0498E9FAAE4568AD76AED , 0x7BD1955059824B3D9D743D6A79A0328C , 0x7CD03D8FBE5149D29F832752D3EED41E , 0x7D682ADEDAFB4E14BA05509AE01999E4 , 0x7DDD0DAB71EB4F73A98AABC91B0649B6 , 0x7DEE1F725B034B3FB61BC5E0B0692364 , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x7E6E360F37254C1A9E47AD7F8E54A267 , 0x7E7DB58FB04247F585D991A64C6B9C55 , 0x7E860AA7D39A4B7E967A71376F296841 , 0x7F1A372AEEC34610AAC43B93C1E17239 , 0x8001631FFB284A179D43E87870727DE9 , 0x8013A23F7B2A4E45AF4BFEEE843165BB , 0x80244177703F45D5BDD0E05BF2733726 , 0x80E3780961A84AA2996AC3AF489DC327 , 0x80F726953DEF42CAAB298D541BA142E4 , 0x812D1D6712984713A099B4B9C534E63D , 0x8172D520BF5E4E3E82991F492BDE5810 , 0x81B7E6E753D74037BF5BCD84134E519B , 0x825379F6496542848751BD01B143CF7B , 0x8267A6ED8FA245F083DBC3FFBAEB0739 , 0x82FC6839397D43BDA26B8CF261FD0AA5 , 0x835DCB0263924E0DA9B49201B71AF02F , 0x83D2F1A524C841CBB7DD84B8C3E9F33B , 0x845B92A516AB49D1A686088CD6C6253F , 0x84C44CDC115D4F7F89312BCD2773386A , 0x84E07F7CD9C1411EA2A7DA49E2E21B73 , 0x84F6CED6023340A0BB51CDFCB1069A91 , 0x84F86F69152E4A8289BBB8C5F4AE34C3 , 0x8530049F706A435EBE247DCC3980BCD5 , 0x85E7F4D019EE4FB586572F3607201BAC , 0x860480A44D6C4CFC929C0344E1942DF5 , 0x864A06657BE849748D04CEA62E192B95 , 0x86747575A94A49688CB5EBF2A3413044 , 0x86A1EEADBC7942CD815D907D267D6433 , 0x86DCAD03888645EBACD74F5F9B45492E , 0x8744F38D033F46E3AAF2C06103E9E28D , 0x8788961846284716B51D6AFEA81EB62D , 0x87A37E70C12E4D11B345E8DA1259DA6E , 0x87D994B377A243B6A22742AA6E939D29 , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x882A0D90845C46C9BB019659A615F235 , 0x8847592E786B484F94BD6F33A7018540 , 0x887FAB7884184B97B32F3B5BFB02AE32 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0x89234DFEBDD249BA89E895CAA75A8E98 , 0x89320D5B21964D1F939B3B0B4FD339FC , 0x893A8129DDFA459E90F9AFE924AA70AD , 0x896D4671D5D04A838506A99ED07949D0 , 0x89B6BA737B0D4D7991BC1A0AACE13CDE , 0x8AFD4184FA7F4D01A834757DE91B5059 , 0x8BCAE1B9A49249A4B3F2C96B77DB5DFA , 0x8BDC30C055B74897B022A3C3410C0B7C , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x8C6B27460D91442C92BFDAF5ADFF45F0 , 0x8C881359E1A94F3D8495F389D18BCCC8 , 0x8CCA62901A2148FA92583CE0DF48E4EE , 0x8D5CADF550634E54803DA9DC709444B7 , 0x8E79293CCBBF435899379851109C7739 , 0x8EFBAA062BD340C89ABE4103A5923A2D , 0x8F1332EB43334D159175A80ED6E45057 , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x8FD9C0855ACE40B5A709732863B08F68 , 0x8FECF669E0F64CC9A65159B1808FB1F7 , 0x8FF368C7AE354C499A346876F9B6B1D4 , 0x9007CD31D93A413E98842EB324E917A3 , 0x900F66B23FDC4EEE90D44B04169D6131 , 0x904E770737A4479F85C978BF4837CB96 , 0x918D83459391497F8E174F3A9B579D76 , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x91FD46B5CC594A408B32635E4A9AC47C , 0x93343835C1F247B595F8ACAE598129F5 , 0x9342B8B153F6436AA71FACB1D5B03A2A , 0x935311775631436E9BD04E5B0060743E , 0x93948D7989B94ABBACB620E3C3A4EC2B , 0x940DE9504E2B4067BB89E8DE2687044F , 0x94A5AA0B302A4DE58CB0E9F3B895B0A1 , 0x9527A1489FAD4B2293E8F4B09C07EE8E , 0x965A1523E68B418F813B314ABC03AA63 , 0x968CA01825FA47EB8CE2DC85FFD52CAA , 0x96C9A4FDD06E4622B57CDB6A4C8D9F74 , 0x9718331CC48644DC9A70C31B297E11BB , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x97CE3C6B3FEA47B7ABDF18D508E9CD36 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x986E8A7D251F4402BB8872A838DD16A8 , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0x99B7D4978B114DC9AE62F4F74792F057 , 0x99EAD72007414201B6928B05FBBBA54E , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9A0708DBC79847B5B41CFC0FEF11444D , 0x9A0FE2C1314D4664B0B019944E4841AB , 0x9A288573EFCE4B2886995AFAE94378A4 , 0x9AA8A4B4A20F4D20A8A652722876CFBE , 0x9AF1A1C26D66423594EB7963FB6FEA0D , 0x9B111A58CD7847FE837346C05A3504AB , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x9B7CD7921B10492BABFB3B071B3E28CE , 0x9BE09226017047028510FEA5CE871E75 , 0x9C375873CB664F5EB0A8AA3BD93C82A6 , 0x9C5868F2F56440108A727F9F00367985 , 0x9C84F35B99014B3BB1B38E951EC080D5 , 0x9CABDC4628D94DDDB38263EEBD47E238 , 0x9CEF2594DCF54D45BA544C84672CC09C , 0x9D1BC34EE7854870A3837049CC03BAFC , 0x9D891704072C4CF89BE26F02B5E52F89 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x9E81CE7F104642459841330A142790B8 , 0x9E854FCC08194421BB34FF19988AE0F9 , 0x9E8AEE1CF3B04F649956E076DBA0FE22 , 0x9F308D735BCB45BF885DFD7773987B14 , 0x9F58215AF81D46569C027634B5885FC4 , 0x9F6351143C2E4991A71D657A8AF2C6F1 , 0xA089EC3E1A9F4CC1AD9B66CF6629D984 , 0xA09DBD8952CA473CA61AF7917C926D32 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA0C36329B1E7482CB3161EA0A2E10257 , 0xA14F6CAA6D284B6CBDA4BD4160E2B5C0 , 0xA2DF2336BA714CF6AD7946FFE6E77C46 , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0xA3C52DE62B3B41B1819F8C35D9DF9230 , 0xA3F824F5AEF14D2D850C826C777920A5 , 0xA40BDA850BFF4D1D98B3CDB44D79D403 , 0xA47443A4DBEC498BA70E35D4D1CE51F9 , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA4BA6EE1B1274D409A54BE880E2A8397 , 0xA50D7D8D5935490CB81982DEE57A4270 , 0xA55F53AF25A740629CE755DEBD7D060C , 0xA5ACAC639EC942BF998F52E0EF1E97AA , 0xA5F3D4ACB81F40B3A78C606AAAD79771 , 0xA5FD695C8CDE45EC81FC5E2129A75E5F , 0xA64BFE2BF477479582BC88E15CDFCFFA , 0xA674D10CBC894DDD9FA5218D01EC29B9 , 0xA674E72B881B4C76BD417F083588EC75 , 0xA6DD34E9CE3E4019AC3A7C4A75EE8098 , 0xA708255E69D84BF99FE6087AC48C123B , 0xA7099AB4876046A98B9295949827980D , 0xA7E0C1764BB94F5F86BFE0D31DD53F54 , 0xA8646E356FAF4E8C90E1F82A3805ADA7 , 0xA90AC493BAA84D638F59267925DE06F5 , 0xA91E7D16464F4BADA94DCD90B9D0D884 , 0xAA1FA94E3C954A688DA24F834C65163B , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAA5AB64A92BB4051A6D6236F60206944 , 0xAAD2499E5CCB43599D8A0F6ED63A44D2 , 0xAB08202A13E8487598516A561D424172 , 0xAB8775D01F5949539DEA74CA9A4A3E9A , 0xABD09D00185B4A06A8DB38C18694C5D9 , 0xAC3B2B22A0BF43FEA96BD689B077716F , 0xACD6E529A06B4B0C916E81A208467B82 , 0xAD30BBF74C824B6B8BF0D9C4751CF553 , 0xAD53B0BC19A249C08C54C5F91B3525F5 , 0xADDCA4EFC5534B19B681AAB850C1FB45 , 0xADDD2366C4D84937807FD43F0A24A533 , 0xADE0FDA859D64D3C8AD1AB7783A9F735 , 0xADF28C1B866641CA80805EDA0F657E47 , 0xAE6C079B650D44B4ACF695C3C3130C87 , 0xAEDA7E86AE6A4DFC8D0BA5B4842E8B1A , 0xAF047D256E3C4669A83D55CD27D233AC , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0xB083AC70CB34480FA81669A46936F002 , 0xB0843C436907492A8B912E0CE3D0F2EB , 0xB1997173AE214BEEB386947C810F3DF3 , 0xB1E9790332E54D3488A06AB013689BB3 , 0xB26BDF02158045C5A3D93F2FB420559C , 0xB277600C95ED4F71A42E4B6566CF264E , 0xB2CA25F5540F4FC2ADFEFFE678AB972B , 0xB3D5CFDF93044F0F9DA63E1BEC0F498F , 0xB51C8639807845418428A27EE2EB72B2 , 0xB521DDB7CB6B48A9A72F411E3E254D77 , 0xB574E4D3CD984C71A4C4B44847328506 , 0xB58CB4996122471B9FDA996A3BA3CFBB , 0xB5E113ECD40243FAAA59A71FBEF398E7 , 0xB6461B77C47E4F998C624A6AD1A17B16 , 0xB6A13B68D03A490B82D31A73FFB08309 , 0xB74791CC2EA649BDB479112740DDCBB0 , 0xB7AED46254754673BB47C604DB91E2EE , 0xB7CD0DC6A17B4953B76C4A106295436F , 0xB7FE7724A1E54FFA91C3A13F0D450ECF , 0xB8033A03DFFD457D9D5D77F2A3BF7FEE , 0xB8FE82492F7F4AD1B92691E5A59C5FB6 , 0xB92F2847DC21423DA65C6CD12797F4F9 , 0xBA3034F6BBFB45E0B2D0F6630AB6BD44 , 0xBB1421F93F174E7DAFA01223013A6E18 , 0xBB6363EDB21D4AAEA5877721ED49D030 , 0xBB7EDCB919E84AD7906349EEB9E266A4 , 0xBBAAFED77AC047A6A1A8EDE47986765A , 0xBBF980D14C81437C8C1898A068B4650A , 0xBC4DF4D42F65462C889181E798FF8561 , 0xBC9ADA3D203B4E4BB1B2F87B3115320E , 0xBCB4831422614776913DB46BB1728FEB , 0xBD0EEE6C43EE402BB67F88065BBBF665 , 0xBD6868C11D384880AF8A46FBEC986BAF , 0xBEB4724F64A74E3A8557AE94B97F78FB , 0xBF0D5734973D47F3BB7C62E07BD40312 , 0xBF2BD9E4050143FDBB080626C8EF9C9D , 0xBF6C14C7142E4DA2BCAAFC2DB037E780 , 0xC06B5E575C4A457FBD37EF869C02513B , 0xC193C5C3677240BA8498CB282694A75A , 0xC1AE25F381BD477CAF1A7B98FB0F3557 , 0xC1CBDE6D260846F689F03E03D33DE6A3 , 0xC225ABF84EDE4935B34646A1881258C8 , 0xC28A0695D6B249239DD6E2D1B39C1D54 , 0xC29D868C91914B4A8B266B77FE7A790F , 0xC30D01200D37415CBF58CD9FF361938E , 0xC3C5F3C42491493781AF1E9ABE90DC53 , 0xC3CFB533A7ED4B259DAF5E1AA1B72064 , 0xC45E2540A9344F7AB98B991AC5018CB8 , 0xC46D0D6318E14D67967AAAC0A2F0873C , 0xC49DAB2756154FEBB2B0C8C71F381241 , 0xC49FCAE3F4F24362BF5B49F8015C2F41 , 0xC5AB144F495C45D1AF742173EB811222 , 0xC6CEBA5135154F4B80FF0149DB58CBBC , 0xC788E5D090164B0FA64CDBB82FAE52EC , 0xC7C27C6EB6D54599839A560978452979 , 0xC7C87B8E578F4C13B655C67EFD5E5D64 , 0xC89454BE79F34E98A6189B139BDD5B75 , 0xC95EFBEDA20B4A80B0DEE18AC58FF27F , 0xC9789DFF64A84E818673AD6B63714ED6 , 0xC9B286376B2F451B9FBED42D70A6A365 , 0xC9F7169D6C634A469B70ACD25D14F1D0 , 0xCA36542C88144A32BCF8123977BECD7F , 0xCAFEF8A7C3024299B1E4C06A0124FB1D , 0xCBCD83969A784F79A80CF7C950700D16 , 0xCBD806E8D01D489AAEFEF0DF987F56F9 , 0xCC5EDBC349824531A3F8CCFC44C850EA , 0xCCBEC01B6215447B958D69714049BA7E , 0xCCE3334382154E47BC7040A9BEC84A83 , 0xCD2A31B6FA7C4F04BF1B041AA337B39D , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0xCE3C8868E7AE4D75950105D4E3D074D6 , 0xCE4DF4AE1BE045D3851625734FBA2C29 , 0xCEBD6870D42D4596A17C2CA9AF88D3EE , 0xCEBE6B1C495B4C788E61E948BBBCD2BA , 0xCFC910B80B5245AB84BA0CED40038BDB , 0xD05764DE5813432480154FD767EA097E , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xD1ABEF13FE0F49C9BCA579507016752F , 0xD1DA8D6186424A758CE18B64786D0553 , 0xD2FA9F59192D4EE48B389E6CF1C07423 , 0xD2FD6B4FDAFC4ECF916417345DF862C4 , 0xD31E12EF14E54E18A1BF5026F3BA3FB6 , 0xD3C113F1639B43A79A977E056EC87D12 , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0xD3CC4CA0FD734E23B28C203DB6CE3CB1 , 0xD3DAE4769C1F484D892C0A4AE14332B0 , 0xD4D13D36EFB74200943C15F89CB633F3 , 0xD58AFB50188C479BB01FDE41751392A2 , 0xD5E375AD9CF54F30B03E5CF799887413 , 0xD6399176EE78432FB6C74201286A6867 , 0xD685BDCB3B0147CFA30E757D82CD8336 , 0xD687F11BEEF5486CA0A27DF1E6295649 , 0xD6EA654940B14D4ABC5B5272FE77C8A4 , 0xD7380A9A4F3B49FF8351CEC5C4F3A5E4 , 0xD7624963BB454897A5DADD741F964715 , 0xD777E7A1B68D4AE2B1D3D6CAEB8F8F0E , 0xD7BE54ADAB8D423487AE6E846861DF92 , 0xD7BEE9BF0A40497A804FA0385B536CDB , 0xD838DC81EE0E422E80D1A0127BDE58DA , 0xD8487FDB67184A98BDECBAC7E3B1FFC9 , 0xD8B2DB93BB4749148E6B5D380F33C390 , 0xD8C29AA25E6C4AB8A522BF7B9B0D98A0 , 0xD9609E08462144B4B7F476562667C6BE , 0xD97333CA46504A8389743BADBC47D068 , 0xD97FF5C6332E44B79B461C54C3A00C8A , 0xD9D87897BD6C49B8838C356EA465B8CD , 0xDA5C188619C94A1A9E58024953F4EE37 , 0xDA67A770431E49A7885349947ACE10F5 , 0xDB1395CB1FB14A048AAB87B46544A948 , 0xDB8DBE5C17FF4663A4491668AC4F3D17 , 0xDBA4A06D239047C98CC59F860B14BD6F , 0xDBB9E2C1350A4B0DBFE3EF47D1C1C790 , 0xDBF63C55855049F6B87C89568D46FC4E , 0xDC2E70EA367645688C0BC5C41DD65DA1 , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xDC876C5C48E34BAFA9DBB8A1B2BAF2A8 , 0xDCE429180F5440A382A6D1C3B8A138BB , 0xDD5BA0866EB14CC0887BDE5BD80ED9BE , 0xDE4FBE390FE64B68A3D05F21CBFCF847 , 0xDE8C9AC112A7484183FC8ACCFE20CC15 , 0xDE9E14AD69304D33BF3A8C204C14B8EF , 0xDE9F7ED32B79420BA085E18F53581B38 , 0xDEB9FF57B9A04AC5B7937EC03F636606 , 0xDF060797678D441C821377207C4C70FD , 0xDF4C7CF058724854AD97D561E1274B40 , 0xDF5A58B8DCC94914B6615912041AFB04 , 0xDF852C71BE134B7DBE1BC31AFDF0B020 , 0xDFCA2538D5E540B8948ECF56AE57C074 , 0xE026D0F08C064093878FCF9D91BF61E9 , 0xE04458251CB44BB786293552221FE969 , 0xE055FD5DE9484906BB837D595674D53E , 0xE0B2AD927A764D96BE6814EE71D200EA , 0xE1F1881DB51845968707E5C84BBB51D6 , 0xE217D5EF6E0845B7A2166682013B03DF , 0xE21C41431949423DA782F2D3870C6C9C , 0xE268901044D74F4997C8798505FDEA63 , 0xE33C013790C2496E826C6DBC73F88CAD , 0xE38819232C9343D7A83B58EE58C4296D , 0xE3AEC067933045A2934BD1E3856C263A , 0xE3B45041E7DF47BDB1FBAD3D88CB4889 , 0xE3F86C62030648D6A803A3C8171A424D , 0xE4AE3278D86048DF997BEE1E6A0D5CA7 , 0xE4EBF4F0F7854259A5A8CD7906C3B2CC , 0xE4EF3694D9D24CC880A155EC8D42D0D5 , 0xE501CEAB99DA4C91808C2FAA5E7FA267 , 0xE5688A9E11594B8BB9E2C34548A47A9A , 0xE59715CFFF5944048CE8B35F62C843E5 , 0xE74C5842B9BD47B6847A0A7A0BFFAF69 , 0xE869C98070904EED8F19F6E40662D350 , 0xE86E353355DB42869C64BA98C3EB3CBB , 0xE8737EB96FE145D79FF2F5AFBCCE852A , 0xE897C664879A480B9669494B170FAB52 , 0xE8B4BCFF184B4211A8BD9013008F7138 , 0xE8C5E3E1FD0F4286B2E1592B9EF66438 , 0xE94E0C83C189434A940A0327BF28F68F , 0xE954039C82DE4243A515030F9E904857 , 0xE957624E10754F339CF9485799ECA243 , 0xE95BD5DFEAFB4C9397CEE2DD8201AA4F , 0xE9BDDBA992024117BA334112CE44244A , 0xEA5ED02085434657B84646E25D0EA447 , 0xEA71171ED23B4AA7813E707C45D8B9F9 , 0xEAA8707DEF7B430A91DA7748F3DDB46F , 0xEB3C95E10D014C7F8552B11982A494A8 , 0xEB4EAE3C143645B5A1C9BA9848978ADD , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0xEBF814AE8BDB4E64929F6606B34305B0 , 0xEC1436DA1E4C4F03BB092B218CA78CB2 , 0xEC2ED492F5804DC295EB6D65E542E97A , 0xEC9A0C00D5CB4574AA7D0B53AB3DE3AC , 0xED7212270DF04F3583CBAF06905F137E , 0xEE888C6C10234833A1B8D2547016DB02 , 0xEEAB1E02F9724AEA89FF97BD209F86D0 , 0xEF971E62D5BA43EF89428279A4E4F8AB , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xEFCA09A8202A4A6E94E79822F11576EE , 0xF0A9A1006F454E45884594AD2022374A , 0xF147C0DBD17246929F9D708A5E94E51C , 0xF1F3F9E34FAF4BAE876E7CBFD74A36A3 , 0xF24A972C47AA418DB0D580DCCADD48F3 , 0xF2CC5305B0074D929DA5B1811783EEF8 , 0xF38C7C9EC7EA4A3D9CDFF443530F7473 , 0xF442329ECC8D444590B548DE22F6D9B6 , 0xF454E1A469E1477C8491B71151DA90F7 , 0xF495AC94F51A44F78161B065CBE2C8D5 , 0xF495CE30E6864DEA9B64BEC20E41EFD7 , 0xF596F4DB96B9481999ADD056F10D6B8A , 0xF6D02CC910BF4F66B6E2ECEF75FED7C8 , 0xF6FE01449EBC4240A961C15D4F980759 , 0xF7E08DCDC51E41B4AD81103BCE005171 , 0xF8B73F343BF04D6F9B9DDF119B67E1E5 , 0xF9E6A52627EF4309AB2F12C70E13ECEF , 0xF9E6E17658384098B9A168B0D9F9BCE6 , 0xFA38725245AF4973ABA61C6E0DC86D51 , 0xFA84795B2A134CB9975E684069324615 , 0xFB95B5366BAD4D61A0B243BE4B945A9C , 0xFC5709BEC47340B7B8A0B5D90253FA17 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFCDD061C791B4732AA5DD3DF03D29FD9 , 0xFD45C61B9423447DBC595278EC62B501 , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xFE6086CA6DEE4863AE69F0EF34E8D395 , 0xFEC38E32D53D4C3190D9E75FC6E40D4A , 0xFEDCFBE45E8944A4812B2B7AD0385729 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xFFB82142F74D4B4D8CC50FF62C1C9E67 , 0xFFC56FFC13A343C083012059BD4A046F , 0x56CF286063C141839785C67B25194666 )));
Copy
85
1.50 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"õ•"¨‡ù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"öS0µ3[C¨º9ºì}DªT "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"öS0µ3[C¨º9ºì}DªT "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b""A“r\f *JE¼–Ë-\x05 VUº "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"öS0µ3[C¨º9ºì}DªT "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"ÆÜ„®æáF––¬"™Ã\x12 ýé "
b"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"õ•"¨‡ù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"‰Ô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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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øš²Œ¦OÉ ¯ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"öS0µ3[C¨º9ºì}DªT "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"öS0µ3[C¨º9ºì}DªT "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"…7B\x0F .´J—øÀN\x16 ;= "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
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"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"öS0µ3[C¨º9ºì}DªT "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"`,9çâëB¿®¼¶\x1A ³U\x0E ô "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"öS0µ3[C¨º9ºì}DªT "
b"Ãd>Éô.B§ö±ZSiÿÝf "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"öS0µ3[C¨º9ºì}DªT "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"öS0µ3[C¨º9ºì}DªT "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"öS0µ3[C¨º9ºì}DªT "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"õ•"¨‡ù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"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"öS0µ3[C¨º9ºì}DªT "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x224193720C2A4A45BC96CB2D055655BA , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0xC6DC84AEE6E1469696AC2299C312FDE9 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x89D46426D44C4442993D4B524AFC59A4 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x8537420F2EB44AC297ADF8C04E163B3D , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x444424FF93914A27A401E920BB33976E , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x444424FF93914A27A401E920BB33976E , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x602C39E7E2EB42BFAEBCB61AB3550EF4 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0xC7643E90932E42F594F15A536998ED66 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
86
9.86 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 K\x11 ¶dBI•–Šb”ÔêJç "
b"\x00 Ž*\x11 àãJy‚újU\t ¸u\r "
b"\x00 Ò\x0F –YdG뾈Q¥…ƒ V "
b"\x00 á%Q\x0F\x03 HC’ü”3\x16\x16 \n ï "
b"\x01\x18 aÉk\x1A OÌ«eı§¯hm¬ "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"\x03 Éo\x1C\x16 ME\e ╝â\x7F ý\x1D ╠[F "
b"\x03 Ö)hfÛ@\r Ž\x00 ƒ©\x1C ]Éj "
b"\x03 üƒÈzÎCÞŠØ\x16 çJVNx "
b"\x04 JÃäÊÉH\x13 ²¬,éÄ\x06 œÚ "
b"\x05 <e7+\x18 C\x19 ‚”½2rÅœ\x18 "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"\x05 äò┼ÐD\e ÉDò ó!Äs "
b"\x06 Aü·\x0E (Cz╣\x1F\x00 "\x12 àPé "
b"\x06 K/\ߤEéìèhI\x03 ÀÆá "
b"\x06 õ(_|‰Al¿\x1E\x0E »äX‰á "
b"\x07 Ù°G0AOL½&x÷Â3Ð\x03 "
b"\x08 {sªfÆBï™.• ÆC)> "
b"\x08 «,:„&F+³Æsw5ï’“ "
b"\x08 ¥V╠oSM÷ì'1q╬ÝË "
b"\x08 ·;é\x12 ßO╠øì7í³╦Mà "
b"\t\x18 ¿\x13 o9C\x15 ‹4X\x08 j…€è "
b"\t ;\x10 )É░K\x1C ½'\x0E ånz\x16 Ý "
b"\t É?ûrñCê©ÖsS¿ıZÇ "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"\v oÅ¢sÏJˉé\x1A Å2‘Ø$ "
b"\v ˆÇ°š\t J̨\x11 0«\r °\x01 ¤ "
b"\v â¹÷O¥C\x7F ´Ç¦'·Óéø "
b"\v ç\x03 ·ÓÎD‘œ÷·²e7¹* "
b"\v ðU \f #Dʪv“ñWØ\x18 "
b"\f œ·<i\x0E G›¿•Ÿ\x0E =\x1E z? "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"\r \x08 ;\x04 Õ±Iœ¸ÒÈð|ý‚ª "
b"\r dŸ€Ø‚B®²å³\x17 6J£× "
b"\r }só\x17 ØH\x06 ükHáN─}; "
b"\r ›×«k\x1F Iˆ¸@0¦d+Œ- "
b"\x0E E¤|\f Mí¥#\x00 ž¥\x15 9I "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\x0E ®\x0E dE\x05 @‰¶|1Ìò\x07 8M "
b"\x0F <Ä¡ÛùM×@]‡Ð]g, "
b"\x0F £¹¨»˜K\x1D ¸ç+$÷™¼$ "
b"""
\x0F ÅÇÓ<\x1E M’±*\x10 wn\x1C \n
È
"""
b"\x11 ╗âçØGQÇÓ÷\x1D ¿èܵ "
b"\x12 z0šG\x05 Ap³êƒŠ™°îA "
b"\x12 ã^8`yK>¤\x12 b×%[\x07 § "
b"\x13 8¡—°ÔAœŒgâ)¸Vçì "
b"\x13 xëi\x00 ‚EªƒÚó\x02 Õ>žu "
b"\x13 °D\x07\x1C EOw‹ ‡Ï±ây "
b"\x13 Ü6§SÜMe…îŠ{\v ¬›Q "
b"\x13 ³`ü┤cI;«r²\x02 .\f ßu "
b"\x14\x14 c‡É\x03 @*±j E¦\t Bï "
b"\x14 V\x10 y„6N¡³\x12 ¸ª†ú\e 4 "
b"\x14 `H┬B¬@¢░«³Éƒï(Ô "
b"\x14 iIv«1EL§µÞ\x13 ýGY¡ "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"\x15 LûnGüB)¿,»\x1C FÉ7╦ "
b"\x15 tk9Ž\v B$³WÏ`;oºú "
b"\x15 öò8“OA™šºVWŽ]&û "
b"\x16 ±\x17 +▄ù@Xü\f ø\x1D ı½É\x1C "
b"\x17 <½ú\r QJÌ╝éBL\x03 Ø0║ "
b"\x17 ‹\x13 ½\x15 £B‘±üGÒ{\x13 Ä® "
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"\x18 !JO,\x11 @8‰)[\x1E !á(@ "
b"\x18 [ÜZ\x18 Gã“t\x17\x03 ÈÔ–( "
b"\x1A (F#A°IÞ¥(—¼·‡m: "
b"\x1A ŒÝü€ýGR£í¬¼iŸ¤S "
b"\x1A îž\x10 a¤G¬¥çÕ¿boq„ "
b"""
\e ¨\x0E äÐ\x19 E;¢ªˆò\n
)T±
"""
b"\x1C AL:|{Kz│ü[░Ã*í "
b"\x1C D\x05 þCI^³2e\x15 !FÿÑ "
b"\x1E \¡)8ñFDZ5Ö˜/¦S$ "
b"\x1F\x02 ¢HÈgNV–~®QXLÕ¤ "
b"\x1F\x0E b&üTN¥–µ.î”ü 8 "
b"\x1F ÑlÐoËBªì~}î̽ËÖ "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b" ÊF\x16 ¥Ø@»¦ \x18 qO¨F\x02 "
b" õ:eÿQNZ¼]©$§XP "
b"!Ì‹\x14 |‚KU 7ï\x16 x\f $i "
b"!ò̃\x19 GÀ“MñÉÉ»!1 "
b"" =ß)ÄC3€ò5YLcýã "
b""6ƒ¯—hC]¸pB\x06\e ª.î "
b"":zïSYB<’‰\v #3×(Î "
b""FHO`xGZž\x16 N»è§„e "
b""†\x1A\x1A (%B\x1A ·Š«¼\x02 •\x15\x10 "
b""═òìNqKüâÒøÓÂð7â "
b""Γ¢lÜOã³{\x1D\x06 Ä[TÛ "
b"#+Ó\x03 =:Au¡.ª\x02\x13 SUq "
b"#Pvåë9M_ˆ£UÍÆub3 "
b"#WÔ•‡›M}™¿pÝtºéâ "
b"#x¢VÚLE?¸6¢bJYŒw "
b"#úþÂP_KïƒcmG9´½l "
b"$\x06 '©Å[H0žÜí‘Ú\x7F –* "
b"$¼*HG\x05 CÑì"\e «é Äc "
b"$â\x13 ª{‚@>¹É\x13 Ü„y‘* "
b"%uÛ¬®»Hô‹M—2üc‚F "
b"""
%»Ò\n
*Å@í┤#U¯6µÀÞ
"""
b"%³mÇÄòE{˜mw»L>+} "
b"'6ËÌò¦H^Ÿ|»Yí¶\x14 Þ "
b"'P\x1F ■▓òH\x02 ìEÕ\x14 Ùû[8 "
b"'ù\e øÇNB§ì5?+Ã\x13\x0F ¿ "
b"'ÏÔô╦ÁO³¿\x05 L"iìa# "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"(É/Õç³M,ë\x07 y;³?º¹ "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"(ÝË“Ü\x17 Bû§3n\x14 ‰JT\x02 "
b")"áÆRÑF@µ)}—šgì\x1D "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b")Ëž¡¡‰Hw„&*wyÑ:… "
b"+\x17 ëƒ|ÇIó©¾u=s“ÿ "
b"+XÔ\e !÷D/Å´/<ä\x17 (ì "
b"""
+úá±▓ÁO\x01 îì4¥\f \n
\x10 ù
"""
b",\x17 4ä&ÉKx¡╗ınÉû2a "
b",V½\x03 ‹\x17 IY›û!²^g×p "
b",dè\x05 I0J\x14 ▒殫ä.²Ø "
b",¬ó\x07 çyE8¾œŒ7\x1F ;›\x1C "
b",¾x:8§MFˆÍ“\v\e »\x07 ¼ "
b",×Â!”±L:‰°-×òˆíí "
b"-\x19 ¡ì╠ÃM:╝лCùìXµ "
b"-éc,\x1E ÒL\x19 ░@Òõ¡Å\x17 & "
b"-Ïßl\|O}ºÍÉ”ùU†; "
b"-ò¨ºËâNƒ³áÎìúŒùG "
b".f¡êɵBu«\x06 Ű³÷'Q "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"0pP„"kFÌ·\x18\x16 +Äð/ "
b"1\f Çÿ7ÃJïª\x17\x0E ÍÐH—\x0E "
b"13¯®Æ[L[œùÉ”P¨åÞ "
b"1P2]\x06 KA%Žñ\x04 qÍgå\x19 "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"2\x11\x10 ö†ƒHØí\t ôN\x02 ¿« "
b"2íñï\t YMwÉ\x1D\x0F u¢yäS "
b"2¸Ï\f »ÆO\r »‰Q\x14 L\x1E sà "
b"""
4+peñXBìš Ó\n
B\x1D ™à
"""
b"4vÎ■Ú\x13 K\x05 ┤KÉ╗╔Ô‗ƒ "
b"5L—(i5KÊŸ³ßÜÉN\x18 © "
b"5^®\x19 /‚F>½ZÙ{¡/pã "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"5“ÃŒ-œCÒšcÐY\x10 ^¬â "
b"6ü½ß^|B&„ O4Áƒ]\x14 "
b"7Aï4@\x7F G─ì\x15 µN\r ´R╦ "
b"7l=V\v jJ\x1F £*\x03 n4‹0 "
b"8\x05\x17 t■.K%╗\x08 ì#H´ûÝ "
b"86)ÖøKN˜…µ.\x05\x01 '\x08 4 "
b"8]|ð«ÍK¶¶éa °\x10 áš "
b"8óÛuQ,L-…\x19 2ß—\x04 îè "
b"9\x02 Ê)ßg@<¤h\x1D 5IúœÖ "
b"9Î!ÙKEN»”¸¢àDj‡\x06 "
b":\e a├%6FãÅSD╬Þ\x00 @D "
b"::ãr;åFłʪ\x1D èBÖ§ "
b":<ßÞ 'I$©ü\x00 å\x1E óo‰ "
b":H!\x0E šÓBB‚ëÞ\x08\x13 nO\x13 "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b":\x7F #‰–\x01 Ož… лOÀ3v "
b";\x1A œY¦çL×µ˜óæVäHÿ "
b";Cq├▀\x07 NìÉdY½F▀╚= "
b";Ÿ°½,ªK\x15 ´bÚ“‹§¹ƒ "
b";Ñ^Fó#Aa£¨jÁqvl% "
b"<\x11 }\v ¾°N·‡ÜÖs[ý¢V "
b"<G¬ó3ÙM\x14 ÁÖõüÕ╠╗b "
b"<Y>Eâ9Mä—‹Æ“Mù_\x11 "
b"<æáÜãHò░\x08 ×ç¿\r ▄Å "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"="ô\x16 wÙIv“b\x16 ôK}\x1D – "
b">\x00 r\e ‘ÊNÎŽ'«\x02 3˜\x1E — "
b">cÏòMÿB¦ª\x16 \r ¢Ò!Nv "
b">Ùü\x06 ÝûK¥ù3\x12 )fâM "
b"?═jEÉKG▄¥]¤yAÓ╦█ "
b"?×yûé†J룖²\¾VBÛ "
b"""
?ýì\x03 ]\x02 C:½\n
╩\f +Á{\x05
"""
b"@VŸ\x17\x15 BÞ®\f é\x18 àk\x16 "
b"@h*/\x02 $J{¨\x1E\x18 u\x12 ݇Y "
b"@àÝŸÕûHl–gô%`;k\x0F "
b"@æåÇrÚO\x19 †å˜¡@c¢Á "
b"Aøßó.OLÌü╩³╠‗4fG "
b"B\x0F ,o,äA\x01 ‡¦àM6Џr "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"B„<9ò\x0E O#¥™WWv°`Â "
b"Bߢ$¹»F² Ò¥´Š2a "
b"Ct·\x17 x\x0F DÄØ\¢-╬╚\x13 ñ "
b"CñõðèjCÌ©ØO&╬v9Y "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"Dõ¦Tø'BX¶}±\x04 ú¼ûv "
b"EO\Ö÷\x7F NK²>&\x15 —œ±„ "
b"EmÞœ!ËOÍ”^IÇvîe\x1E "
b"Ew├÷{\x7F G>┐èI\f ̤ÉC "
b"E…ïʰFEÀ©9\e ƒÑO\x0F Ê "
b"EùÓZ\x14 õHI¾$¾,鉼\x17 "
b"F)AoN\x1A @‹œ]Ð/¾™Â– "
b"F–¶¶ìyFq³s\x02 ü\x1F “Úô "
b"F» é¯‗H1ì[.╦ºLð® "
b"FÒF\x08 áA\x12 °öÜÞ\x1C =Ö& "
b"FúŠ\x7F p“C§…ÌЋ€\x1D ÃD "
b"G2JåDÆM¯¾=8ž=s…c "
b"G:JõeÕG¯¤¿§W©þò? "
b"GQ\x07 ¥¢½IG–\x06 }Š‹«]% "
b"Gag*ŠyFf”’ï\x1D þG™U "
b"GËù¢6SLÝ›ÿÔ\x11 G\x0E g` "
b"HN¹\e\x1F\x04 HdµƒZzjAó§ "
b"Hcíû»ûG„”tu\x11 ,\k\x06 "
b"HõÁ¾†\x0F JJ¨ï%X¢~Ðó "
b"I#å\x03\x0E VOñ§\x08 ÿjȹ®Ñ "
b"IGÍ¢,┬JiêÉòßW╩\x11 Ù "
b"Jg╔'│┐LÙöÓÅç\x03 j) "
b"J¨Ä\x16 :´Bó‹>Íð\f ^\x1D [ "
b"Jþ\x08 ƒ\f\t Lã£sºj©ßP¿ "
b"K\x12\x04 ñIÉFT·º‰z·<±\x00 "
b"KÑÍ\x1A æ²HÉÁ)Ù4g¥┤Ö "
b"KÛú\x7F ¸9K#ì±\x10\x06 V\x18 h╔ "
b"Kö~ö90Fé»\x16 Œ8v¼\x0E £ "
b"L…\x1E HL\x17 D„¯Y§—2s\ü "
b"M'¶\x1E o"N5§-ºÂ:ÙPÊ "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"O±¶N8gFÏÅ╦\x10 0ÎÞÉ\x07 "
b"OúÉ\x14 ÑzCÀ§uÄïRêМ "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"Q╔\x05 ]4┌@áú+5\x1E ìÔéC "
b"R\x15 ¸qüOCýûø³qMÇ®▀ "
b"R‘¯º1¢BƉ0\x1A #Uó\x18\x15 "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"Sõá0┴HJ·¬:┘ª>|ì\f "
b"T\x12 ´A[YF\x1C »?K│§°Ø\x1E "
b"Toyæ╦$G\t òæ\jj\x01 ¯Ø "
b"ULÉ9p’C|…Kñ©JÍY… "
b"U¼ùu_âGýüÖbxºA\x16 v "
b"U±nµÄÅF\x1E ¹ã>Ä’k×v "
b"VL½£N¼Eýˆõ¹¢Þ¿n "
b"VßÚ\x07 _ìN\x1C ûÍ\x10 J@v╠\ "
b"W\x1C ì9»KKÒ¸/–‘Ãu8ñ "
b"W3\x04 ɼdM╬Ü\x00 ¶VTTz; "
b"WdaW‰°L\x18 €žDû>Ÿ´Ñ "
b"W¡\x14 f+\x19 F•®Ö“á2ðA— "
b"Wì©\x13 –ØD`¶„f¬!»Ûã "
b"X\v ÒÝÓ€@›ƒA(':,\x7F p "
b"""
XuÚ\n
AIGî»OsÛ!Å«}
"""
b"XîêÁiNK±û9\x00 ╬\x06 þ\t Ø "
b"X×┤j¾BO?¬øØð▓▀ýÓ "
b"""
Xº:\x14 ehKQØþ▀a│\x18 \n
(
"""
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"Y#•-…"Kyƒ\x15 <\x0F Ê&¿Ÿ "
b"Z\e (Çõ§H'†¬æ´m\x15 Ü\x1E "
b"Z¨Ïü\x14 wM·Žõ§¦\x1A YÞi "
b"ZЧ[5ê@·€r\f õ¹\x15 9j "
b"Zê+\t Å8H"¿pl£Æ\r JÖ "
b"[\v -œ\v sI››²’CeU˜” "
b"['uÚ\t ~KF²kZç\e Kh| "
b"[o\x1C òe1GEóIlü"\r Eê "
b"[‰mJzüK˜¦\x13 Æ)GÙáS "
b"[Š'‡þ£I\v ˆÈ74›ö-B "
b"[évd÷{O\x00 ±˜û‡yê6L "
b"\ŒÌy«óJ˺cîã?4Sb "
b"]'h-`[Aoª½÷²w\x05 Š\x15 "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"]à\x0F V&rHu£ª\x7F ;³lö° "
b"]ûöœPEDň4?‹~úש "
b"^Dc‚h\x11 Mã“i'æ] ¢~ "
b"^O²ªÖâMÇ‹ƒáÈ$Qªy "
b"^╔DıêüL<ܺ\x00 0½¿dO "
b"_@\x1C nu˜J%”[éЕQ0& "
b"_▓û─é¼MÄÁà¦O\x1C Úèü "
b"`m\f 3\x08 »B╦üÉ╔©¨={│ "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"`‘÷×]VLî©Iø{\x07 :Í8 "
b"`”Û"þ$O‡™5`±kî&„ "
b"`®\x00 \ýA\x03 ‰ˆ¶\x1A JeÌí "
b"`╗ì█k┐E\x02 ×#\x02 ▄¥\x12 vo "
b"`üâÝDmE\v ¼bðñÑõå\t "
b"a\x15 U¦\x08 ‰Aw•\x03 ð>°ÉiÒ "
b"aOñ†üœL¢¨\x18 n§¤\x06 ÿë "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"a■ì¸\v pF\x1D ¡ê\x12 ▄òÉy³ "
b"bSÅ┌ÁTIgÇ7d\x10\x00 %gÚ "
b"bxy¥<xLY¿É¯lîGsç "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"c#B‰¥\v Nˆ'›0e"´T "
b"d\x06 ÂòzrHVç\x00 À²ÉP\x15 ╬ "
b"d*x˜ŽÏD‘–d¤Õ0~É‘ "
b"d}f═PÄHØñ\x1F ¼:5\x18 ┼ö "
b"fE\x00\x08 {jK¢ƒäؘèܲ8 "
b"fÖZ¹«\x03 JÅžs|\x04 ÿjm6 "
b"""
gÌÀ\x07 9OË Ss®T\n
Þ%
"""
b"gïƒU$\x12 GC™…Ø#˜Àщ "
b"hkª/K|L\x05 ”ð™‚Gœ´a "
b"hÇo\x18 ^…N\e ªmÅ\x10 hÔÎÛ "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"i•PMè„OL¸À"zSs\x16 « "
b"i™Ò¿ê'H\x10 ‹\x05 mc\x18 ‚H¨ "
b"iªè{rùB‚•!×F0béÎ "
b"i·\x1F S#¹BÜ™O@\x7F ï÷“) "
b"jà¤7Ø\x1F N╔¡.ð┴÷Í*Æ "
b"jØâB?³C®£ª╠*\v 3jô "
b"j¶Û\t H‡O့dú\x18 £SÄ "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"""
k\n
ª\0”L\x05 ¬\x03 Ô×±?í_
"""
b"kBz|\x18 ÔK/ºo0!Yñ2¹ "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"l%“²¥>F¥¡ŽËÄ<5„F "
b"l\«Iã¥DÈŠ9f›ª0åÅ "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"m'€¶Ò\x04 H‰¦36öµ™•ï "
b"m¤\x02 .J\x06 E9ƒDOp[IFý "
b"nt"î\x1E\x14 C}«\r K†(‰˜¡ "
b"ow¼ˆ¸[Bv®¹’캃‡Z "
b"oßHS\x7F §C=üïÐÒZ»ôÁ "
b"q\x13 œ—1JBÔ“ë^ÛË¾Í "
b"qbyÜûlM6‡QëÙó=*+ "
b"qɺѪ\x0F OKÁ£▀n!z\x05 ╗ "
b"qË€¤1óFÈŸÁˆAÞê‹\x07 "
b"qïdY‘ÓN\‡Ôß—Ùnžœ "
b"qùÌ6®-Mž›âY×·çóì "
b"rf‗°\x10 ÂMc┤ؽú┴LpÜ "
b"r…~ÀÎúE¸‰ü\x1C b·¯0Õ "
b"rÝ\x00\x0E (ßCѽ¨˜N\e H›± "
b"slžs,vI^ޱ§™£\x0F\x01 w "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"t;?ÇàªNZ´¢/l˜\x04 #Ž "
b"u\x08 ô\x0E ÎØC\x08 òû├îrM?ã "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"uÁ0ƒ+†K\x1D ˆ<BÀR\e Ç’ "
b"v/>D\x1F ÿKÕ„WØ\x1E ²Ü¨À "
b"v’n³Öý@%’UÊ&î½ã\x04 "
b"v°╔eÿ>Aôì\x05 Bñ]'Í "
b"wzÒQéoC~¦á©àéžV‰ "
b"wŸìèZ‹L"”C[•çU¾% "
b"""
x\n
\x11 ë┤NKdì\x04\x18 ¢═w{ı
"""
b"x\x13 C^·NB왬rhþ˜\x17 3 "
b"xm┤┬FãKââO\x07\x03 ╩ì$è "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"xó‚`smJ\x05 ¶Ã…K\x03 œnb "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"xößNʯEd»Q\x03 MvšÓù "
b"yN}J mFUÅØÒùÆ]\x00 . "
b"yÉÓ¦1ÞN\x08 ›%Áó±û\x7F d "
b"yÝÀ´òÛA²šÆPüƒ— "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"""
z\x16 %°\n
?E½Ø,└\r ¨\x12 ôÍ
"""
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"z¢9%\e êM│ìep÷\x7F BÝ¢ "
b"zßòc™\x19 B⿽°>«<„ö "
b"{¬³4ŠðIŽŸªäVŠ×jí "
b"{ÐòPYéK=Øt=jyá2î "
b"|ð=Å¥QIʃâ'R˯È\x1E "
b"}h*ÞÚûN\x14 º\x05 Pšà\x19 ™ä "
b"}Ý\r «qëOs©Š«É\e\x06 I¶ "
b"}î\x1F r[\x03 K?¶\e Åà°i#d "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"~n6\x0F 7%L\x1A žG\x7F ŽT¢g "
b"~}ÁÅ░BG§à┘æªLk£U "
b"""
~†\n
§ÓšK~–zq7o)hA
"""
b"\x7F\x1A 7*îÃF\x10 ªÄ;“Áár9 "
b"Ç\x01 c\x1F ¹(J\x17 ØCÞxpr}Ú "
b"€\x13 ¢?{*NE¯Kþî„1e» "
b"€$Awp?EÕ½Ðà[òs7& "
b"ÇÒx\t a¿JóÖj├»HØ├' "
b"Ǹ&ò=´B╩½)ìT\e íBõ "
b"ü-\x1D g\x12 ÿG\x13 áÖ┤╣┼4µ= "
b"ürı ┐^N>éÖ\x1F I+ÌX\x10 "
b"üÀµþSÎ@7┐[═ä\x13 NQø "
b"‚SyöIeB„‡Q½\x01 ±CÏ{ "
b"égªÝÅóEâ█├ ║Ù\x07 9 "
b"""
‚üh99}C½¢kŒòaý\n
¥
"""
b"ƒ]Ë\x02 c’N\r ©´’\x01 ·\x1A ð/ "
b"ƒÒñ¥$ÈAË·Ý„¸Ãéó; "
b"„[’¥\x16 «IѦ†\x08 ŒÖÆ%? "
b"„ÄLÜ\x11 ]O\x7F ‰1+Í's8j "
b"„à\x7F |ÙÁA\x1E ¢§ÚIââ\e s "
b"„öÎÖ\x02 3@ »QÍü±\x06 š‘ "
b"„øoi\x15 .J‚‰»¸Åô®4à "
b"…0\x04 ŸpjC^¾$}Ì9€¼Õ "
b"…çôÐ\x19 îOµ†W/6\x07 \e ¬ "
b"†\x04 €¤MlLü’œ\x03 Dá”-õ "
b"åJ\x06 e{ÞItì\x04 ╬ª.\x19 +ò "
b"†tuu©JIhŒµëò£A0D "
b"åí¯¡╝yB═ü]É}&}d3 "
b"†Ü\x03 ˆ†Eë¬×O_›EI. "
b"çD¾ì\x03 ?FÒ¬‗└a\x03 ÚÔì "
b"‡ˆ–\x18 F(G\x16 µ\x1D jþ¨\x1E ¶- "
b"‡£~pÁ.M\x11 ³EèÚ\x12 YÚn "
b"ç┘ö│wóCÂó'B¬nôØ) "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"ˆGY.xkHO”½o3§\x01 …@ "
b"ˆ\x7F «x„\x18 K—³/;[û\x02 ®2 "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"‰#Mþ½ÒIº‰è•ʧZŽ˜ "
b"‰2\r [!–M\x1F “›;\v OÓ9ü "
b"ë:ü)¦·E×ɨ»Ú$¬p¡ "
b"‰mFqÕÐJƒ…\x06 ©žÐyIÐ "
b"""
‰¶ºs{\r My‘¼\x1A \n
¬á<Þ
"""
b"ŠýA„ú\x7F M\x01 ¨4u}é\e PY "
b"‹ÊṤ’I¤³òÉkwÛ]ú "
b"‹Ü0ÀU·H—°"£ÃA\f\v | "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"Œk'F\r ‘D,’¿ÚõÿEð "
b"Œˆ\x13 Yá©O=„•ó‰Ñ‹ÌÈ "
b"î╩bÉ\x1A !H·ÆX<Ó▀Hõ¯ "
b"ì\¡§PcNTÇ=®▄pöDÀ "
b"Žy)<Ë¿CX™7˜Q\x10 œw9 "
b"Žûª\x06 +Ó@Èš¾A\x03 ¥’:- "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"Å┘└àZ╬@Áº\t s(c░Åh "
b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸ "
b"žhë5LIÜ4hv¨Â▒È "
b"É\x07 ═1┘:A>ÿä.│$Ú\x17 ú "
b"É\x0F f▓?▄N¯ÉÈK\x04\x16 Øa1 "
b"ÉNw\x07 7ñGƒà╔x┐H7╦û "
b"æìâEôæI\x7F Ä\x17 O:øWØv "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"‘ýFµÌYJ@‹2c^JšÄ| "
b"ô485┴‗GÁò°¼«Yü)§ "
b"“B¸±SöCj§\x1F ¬±Õ°:* "
b"“S\x11 wV1Cn›ÐN[\x00 `t> "
b"ôöìyë╣J╗¼Â Ò├ñý+ "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"”¥ª\v 0*M匰é󸕰¡ "
b"•'¡HŸK"“èô°œ\x07 îŽ "
b"ûZ\x15 #µïAÅü;1J╝\x03 ¬c "
b"–Œ \x18 %úGëŒâÜ…ÿÕ,ª "
b"û╔ñ²ðnF"Á|█jLìƒt "
b"—\x18 3\x1C ĆDÜšpÃ\e )~\x11 » "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"—Î<k?êG·«ß\x18 Õ\x08 éÍ6 "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"˜nŠ}%\x1F D\x02 »ˆr¨8Ý\x16 ¨ "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"™·Ô—‹\x11 MÉ®bô÷G’ðW "
b"™ê× \x07 AB\x01 ¶’‹\x05 û»¥N "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"š\x07\x08 ÛǘGµ´\x1C ü\x0F ï\x11 DM "
b"š\x0F âÁ1MFd°°\x19 ”NHA« "
b"š(…sïÎK(†™ZúéCx¤ "
b"š¨¤´¢\x0F M ¨¦Rr(vϾ "
b"šñ¡ÂmfB5”ëycûoê\r "
b"›\x11\x1A XÍxGþƒsFÀZ5\x04 « "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"›|×’\e\x10 I+«û;\x07\e >(Î "
b"›à’&\x01 pG\x02 …\x10 þ¥Î‡\x1E u "
b"œ7XsËfO^°¨ª;Ù<‚¦ "
b"œXhòõd@\x10 Šr\x7F Ÿ\x00 6y… "
b"œ„ó[™\x01 K;±³Ž•\x1E À€Õ "
b"œ«ÜF(ÙMݳ‚cî½Gâ8 "
b"œï%”ÜõMEºTL„g,Àœ "
b"Ø\e ├NþàHpúâpI╠\x03 ║³ "
b"Øë\x17\x04\x07 ,L°øÔo\x02 ÁÕ/ë "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"""
×ü╬\x7F\x10 FBEÿA3\n
\x14 'É©
"""
b"ž…OÌ\x08\x19 D!»4ÿ\x19 ˜Šàù "
b"žŠî\x1C ó°Od™VàvÛ þ" "
b"ƒ0ìs[╦E┐ê]²wsÿ{\x14 "
b"ŸX!Zø\x1D FVœ\x02 v4µˆ_Ä "
b"ŸcQ\x14 <.I‘§\x1D ezŠòÆñ "
b" ‰ì>\x1A ŸLÁ›fÏf)Ù„ "
b"áØ¢ëR╩G<ª\x1A ¸æ|Æm2 "
b" ºH\f etF/´\x1D çnìå£\x13 "
b" Ãc)±çH,³\x16\x1E ¢á\x02 W "
b"¡Olªm(Kl½¤½A`âµÀ "
b"¢ß#6ºqLöyFÿæç|F "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"ú┼-µ+;A▒üƒî5┘▀Æ0 "
b"£ø$õ®ñM-…\f ‚lwy ¥ "
b"¤\v Ú…\v ÿM\x1D ˜³Í´MyÔ\x03 "
b"¤tC¤ÛìI‹§\x0E 5ÔÑÎQù "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"¤ºná±'M@šT¾ˆ\x0E *ƒ— "
b"Ñ\r }ìY5I\f ©\x19 éÌÕzBp "
b"¥_S¯%§@bœçUÞ½}\x06\f "
b"Ѽ¼c×╔B┐ÖÅRÓ´\x1E ù¬ "
b"¥óÔ¬¸\x1F @³§Œ`jª×—q "
b"Ѳi\îÌEýü³^!)º^_ "
b"¦Kþ+ôwG•‚¼ˆá\ßÏú "
b"ªtÐ\f ╝ëM¦ƒÑ!ì\x01 ý)╣ "
b"¦tç+ˆ\e Lv½A\x7F\x08 5ˆìu "
b"¦Ý4éÎ>@\x19 ¬:|Ju "
b"§\x08 %^iØKùŸæ\x08 zÄŒ\x12 ; "
b"§\t š´‡`F©‹’•”˜'˜\r "
b"§àÁvK¹O_†¿àÓ\x1D Õ?T "
b"¿dn5o»NîÉß°*8\x05 ¡º "
b"""
®\n
─ô║¿McÅY&y%Ì\x06 §
"""
b"®\x1E }\x16 FOK¡®M═É╣ðÏä "
b"¬\x1F ®N<òJhìóOâLe\x16 ; "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"ªZ¶J’»@Q¦Ö#o` iD "
b"¬ÊI×\╦CYØè\x0F nÍ:DÊ "
b"«\x08 *\x13 èHu˜QjV\x1D BAr "
b"½çuð\x1F YISØÛt╩ÜJ>Ü "
b"½ðØ\x00\x18 [J\x06 ¿█8┴åö┼┘ "
b"¬;+" ¿Cþ©kÖ‰°wqo "
b"¼ÍÕ)ákK\f ænüó\x08 F{é "
b"0»÷L‚Kk‹ðÙÄu\x1C õS "
b"S°¼\x19 ¢IÀŒTÅù\e 5%õ "
b"¡▄ñ´┼SK\x19 Âü¬©P┴¹E "
b"""
Ý#fÄØI7€\x7F Ô?\n
$¥3
"""
b"àý¨YÖM<ŠÑ«wƒ©÷5 "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"®l\x07 ›e\r D´¬ö•ÃÃ\x13\f ‡ "
b"«┌~å«jM³ì\v Ñ┤ä.ï\x1A "
b"¯\x04 }%n<Fi¨=UÍ'Ò3¬ "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"°ƒ¬pË4H\x0F ¨\x16 i¤i6ð\x02 "
b"°„<Ci\x07 I*‹‘.\f ãÐòë "
b"▒Öqs«!K¯│åö|ü\x0F =¾ "
b"±éy\x03 2åM4ˆ j°\x13 h›³ "
b"²kß\x02\x15 €EÅ£Ù?/´ Uœ "
b"²w`\f •íOq¤.KefÏ&N "
b"²Ê%õT\x0F OÂþÿæx«—+ "
b"│ı¤▀ô\x04 O\x0F ت>\e ý\x0F IÅ "
b"µ\x1C †9€xEA„(¢~âër² "
b"µ!Ý·ËkH©§/A\x1E >%Mw "
b"µtäÓ͘Lq¤Ä´HG2…\x06 "
b"µŒ´™a"G\e ŸÚ™j;£Ï» "
b"µá\x13 ìÔ\x02 CúªY§\x1F ¾ó˜ç "
b"¶F\e wÄ~O™ŒbJjÑ¡{\x16 "
b"¶¡;hÐ:I\v ‚Ó\x1A sÿ°ƒ\t "
b"·G‘Ì.¦I½´y\x11 '@Ý˰ "
b"·®ÔbTuFs»GÆ\x04 Û‘âî "
b"·Í\r Æ¡{IS·lJ\x10 b•Co "
b"·þw$¡åOú‘á?\r E\x0E Ï "
b"©\x03 :\x03 ▀²E}Ø]w‗ú┐\x7F ¯ "
b"¸þ‚I/\x7F Jѹ&‘奜_¶ "
b"¹/(GÜ!B=¦\lÑ'—ôù "
b"""
º04ö»ûEà²Ðöc\n
¶½D
"""
b"»\x14 !ù?\x17 N}¯ \x12 #\x01 :n\x18 "
b"»ccí²\x1D J®¥‡w!íIÐ0 "
b"╗~▄╣\x19 ÞJÎÉcI¯╣Ôfñ "
b"»ªþ×zÀG¦¡¨íäy†vZ "
b"╗¨ÇÐLüC|î\x18 ÿáh┤e\n "
b"╝M¶È/eF,êæüþÿ àa "
b"¼šÚ= ;NK±²ø{1\x15 2\x0E "
b"╝┤â\x14 "aGvæ=┤k▒rÅÙ "
b"½\x0E îlCî@+¶\x7F ˆ\x06 [»öe "
b"½hhÁ\x1D 8H€¯ŠFûì˜k¯ "
b"¾´rOd§N:…W®”¹\x7F xû "
b"¿\r W4—=Gó»|bà{Ô\x03\x12 "
b"┐+┘õ\x05\x01 C²╗\x08\x06 &╚´£Ø "
b"¿l\x14 Ç\x14 .M¢¼ªü-°7ç€ "
b"Àk^W\JE\x7F ½7\x02 Q; "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"┴«%¾ü¢G|»\x1A {ÿ¹\x0F 5W "
b"ÁËÞm&\x08 Fö‰ð>\x03 Ó=æ£ "
b"Â%«øNÞI5³FF¡ˆ\x12 XÈ "
b"┬è\x06 òÍ▓I#ØÍÔÐ│£\x1D T "
b"┬ØåîææKJï&kw■zy\x0F "
b"Ã\r \x01 \r 7A\¿XÍŸóa“Ž "
b"├┼¾─$æI7ü»\x1E Ü¥É▄S "
b"├¤Á3ºÝK%Ø»^\x1A íÀ d "
b"Ä^%@©4Oz¹‹™\x1A Å\x01 Œ¸ "
b"Äm\r c\x18 áMg–zªÀ¢ð‡< "
b"─ؽ'V\x15 OÙ▓░╚Ã\x1F 8\x12 A "
b"ÄŸÊãôòCb¿[Iø\x01 \/A "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"ÆÎºQ5\x15 OK€ÿ\x01 IÛX˼ "
b"ÃêÕðÉ\x16 K\x0F ªL█©/«Rý "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"Ã╚{ÄWÅL\x13 ÂUã~²^]d "
b"È”T¾yóN˜¦\x18 ›\x13 ›Ý[u "
b"╔^¹Ýó\v JÇ░Ìßè┼Å‗\x7F "
b"╔xØ d¿Nüås¡kcqNÍ "
b"ɲ†7k/E\e Ÿ¾Ô-p¦£e "
b"╔¸\x16 ØlcJFøp¼Ê]\x14 ±ð "
b"Ê6T,ˆ\x14 J2¼ø\x12 9w¾Í\x7F "
b"Êþø§Ã\x02 B™±äÀj\x01 $û\x1D "
b"Ë̓–šxOy¨\f ÷ÉPp\r \x16 "
b"ËØ\x06 èÐ\x1D Hš®þðߘ\x7F Vù "
b"Ì^ÛÃI‚E1£øÌüDÈPê "
b"╠¥└\e b\x15 D{òìiq@I║~ "
b"Ìã3C‚\x15 NG¼p@©¾ÈJƒ "
b"═*1·|O\x04 ┐\e\x04\x1A ú7│Ø "
b"Í<Í$DDD=¾]$Ò])áÖ "
b"Î<ˆhç®Mu•\x01\x05 ÔãÐtÖ "
b"ÎMô®\e àEÓ…\x16 %sOº,) "
b"νhpÔ-E–¡|,©¯ˆÓî "
b"ξk\x1C I[LxŽaéH»¼Òº "
b"ÏÉ\x10 ¸\v RE«„º\f í@\x03 ‹Û "
b"ÐWdÞX\x13 C$€\x15 O×gê\t ~ "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"Ñ«ï\x13 þ\x0F Iɼ¥yPp\x16 u/ "
b"Ð┌ìaåBJuîßïdxm\x05 S "
b"ÒúŸY\x19 -Nä‹8žlñÀt# "
b"ÒýkOÚüNÏ‘d\x17 4]øbÄ "
b"Ó\x1E\x12 ï\x14 åN\x18 ¡¿P&óº?¶ "
b"ÓÁ\x13 ñc›C§š—~\x05 nÈ}\x12 "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"ÓÌL ýsN#²Œ =¶Î<± "
b"""
ÓÚävœ\x1F HM‰,\n
JáC2°
"""
b"ÔÑ=6ï·B\x00 ”<\x15 øœ¶3ó "
b"ÕŠûP\x18 ŒG›°\x1F ÞAu\x13 ’¢ "
b"ÕãuœõO0°>\÷™ˆt\x13 "
b"Ö9‘vîxC/¶ÇB\x01 (jhg "
b"Ö…½Ë;\x01 GÏ£\x0E u}‚̓6 "
b"Ö‡ñ\e îõHl ¢}ñæ)VI "
b"ÖêeI@±MJ¼[RrþwȤ "
b"""
×8\n
šO;IÿƒQÎÅÄó¥ä
"""
b"×bIc»EH—¥ÚÝt\x1F –G\x15 "
b"ÎwþíÂìJÔ▒ËÍ╩ÙÅÅ\x0E "
b"Î¥T¡½ìB4ç«näha▀Æ "
b"""
×¾é¿\n
@Iz€O 8[SlÛ
"""
b"Ï8▄ü¯\x0E B.ÇÐá\x12 {ÌX┌ "
b"ØH\x7F Ûg\x18 J˜½ìºÇã±ÿÉ "
b"Ï▓█ô╗GI\x14 Äk]8\x0F 3├É "
b"ØÂš¢^lJ¸¥"¿{›\r ˜ "
b"Ù`ž\x08 F!D´·ôvV&gƾ "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"Ù\x7F õÆ3.D·›F\x1C TÃ \f Š "
b"ÙØx—½lI¸ƒŒ5n¤e¸Í "
b"Ú\\x18 †\x19 ÉJ\x1A žX\x02 ISôî7 "
b"Úg§pC\x1E I§ˆSI”zÎ\x10 õ "
b"Û\x13 •Ë\x1F ±J\x04 Š«‡´eD©H "
b"█ì¥\\x17 FcñI\x16 h¼O=\x17 "
b"█ñám#ÉG╔î┼ƒå\v\x14 ¢o "
b"""
█╣Ô┴5\n
K\r ┐Ò´GÐ┴ÃÉ
"""
b"█÷<UàPI÷©|ëVìF³N "
b"Ü.pê6vEhŒ\v ÅÄ\x1D Ö]¡ "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"܇l\HãK¯©Û¸¡²ºò¨ "
b"Üä)\x18\x0F T@£‚¦Ñø¡8» "
b"Ý[ †n±LÀˆ{Þ[Ø\x0E Ù¾ "
b"ÞO¾9\x0F æKh£Ð_!ËüøG "
b"ÞŒšÁ\x12 §HAƒüŠÌþ Ì\x15 "
b"Þž\x14 i0M3¿:Œ L\x14 ¸ï "
b"̃~Ë+yB\v áàßÅSX\e 8 "
b"Þ¹ÿW¹ JÅ·“~À?cf\x06 "
b"▀\x06\x07 ùgìD\x1C é\x13 w |Lp² "
b"ßL|ðXrHT—Õaá'K@ "
b"ßZX¸ÜÉI\x14 ¶aY\x12\x04\x1A û\x04 "
b"ß…,q¾\x13 K}¾\e Ã\x1A ýð° "
b"ßÊ%8Õå@¸”ŽÏV®WÀt "
b"Ó&ðî\x06 @ôçÅ¤Øæ┐aÚ "
b"àDX%\x1C ´K·†)5R"\x1F éi "
b"àUý]éHI\x06 »ƒ}YVtÕ> "
b"ಒzvM–¾h\x14 îqÒ\x00 ê "
b"áñˆ\x1D µ\x18 E–‡\x07 åÈK»QÖ "
b"â\x17 Õïn\x08 E·¢\x16 f‚\x01 ;\x03 ß "
b"â\x1C AC\x19 IB=§‚òÓ‡\f lœ "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"Ò<\x01 7É┬Inélm╝s°î¡ "
b"ãˆ\x19 #,“Cר;XîXÄ)m "
b"ã®Àg“0E¢“KÑã…l&: "
b"ã´PAçßG½±û=ˆËH‰ "
b"ãølb\x03\x06 HÖ¨\x03 £È\x17\x1A BM "
b"ä®2xØ`Hß™{î\x1E j\r \§ "
b"äëôð÷…BY¥¨Íy\x06 Ã²Ì "
b"õ´6ö┘ÊL╚ÇíUýìBðı "
b"å\x01 Ϋ™ÚL‘€Œ/ª^\x7F ¢g "
b"åhŠž\x11 YK‹¹âÃEH¤zš "
b"å—\x15 ÏÿYD\x04 Œè³_bÈCå "
b"""
çLXB¹½G¶„z\n
z\v ÿ¯i
"""
b"Þi╔ÇpÉNÝÅ\x19 ÷õ\x06 bËP "
b"èn53UÛB†œdº˜Ãë<» "
b"ès~¹oáEןòõ¯¼Î…* "
b"è—Æd‡šH\v –iIK\x17\x0F «R "
b"Þ┤╝ \x18 KB\x11 ¿¢É\x13\x00 Åq8 "
b"èÅãáý\x0F B†²áY+žöd8 "
b"""
ÚN\f â┴ëCJö\n
\x03 '┐(÷Å
"""
b"ÚT\x03 £éÌBCÑ\x15\x03\x0F ×ÉHW "
b"éWbN\x10 uO3œùHW™ì¢C "
b"é[ÕßêûL“—ÎâÝ‚\x01 ªO "
b"é½Û©’\x02 A\x17 º3A\x12 ÎD$J "
b"ê^Ð …CFW¸FFâ]\x0E ¤G "
b"Ûq\x17\x1E Ê;Jºü>p|EÏ╣¨ "
b"""
ê¨p}ï{C\n
‘ÚwHóÝ´o
"""
b"ë<•á\r \x01 L\x7F …R±\x19 ‚¤”¨ "
b"ëN®<\x14 6Eµ¡Éº˜H—ŠÝ "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"ëø\x14 ®‹ÛNd’Ÿf\x06 ³C\x05 ° "
b"ì\x14 6Ú\x1E LO\x03 »\t +!Œ§Œ² "
b"ì.Ô’õ€M•ëmeåBéz "
b"ìš\f\x00 ÕËEtª}\v S«=㬠"
b"Ýr\x12 '\r O5â╦»\x06 É_\x13 ~ "
b"l\x10 #H3¡¸ÒTp\x16 Û\x02 "
b"î«\x1E\x02 ùrJê‰ÿ—½ Ÿ†Ð "
b"ï—\x1E bÕºCï‰B‚y¤äø« "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"ïÊ\t ¨ *Jn”ç˜"ñ\x15 vî "
b"ð©¡\x00 oENEˆE” "7J "
b"±G└█ÐrFƃØpè^öÕ\x1C "
b"ñóùãO¯K®‡n|¿×J6£ "
b"‗Jù,G¬Aì░ıÇ▄╩¦H¾ "
b"‗╠S\x05 ░\x07 MÆØÑ▒ü\x17 ⯰ "
b"óŒ|žÇêJ=œßôCS\x0F ts "
b"¶B2×╠ìDEÉÁHÌ"÷┘ "
b"¶TßñißG|äæÀ\x11 Q┌ɸ "
b"¶ò¼ö§\x1A D¸üa░e╦Ô╚ı "
b"ô•Î0æ†Mê›d¾Â\x0E Aï× "
b"õ–ôÛ–¹H\x19 ™ÐVñ\r kŠ "
b"öÐ,É\x10 ¿Of¶âìïuþ×È "
b"öþ\x01 Dž¼B@©aÁ]O˜\x07 Y "
b"¸Óì═┼\x1E A┤¡ü\x10 ;╬\x00 Qq "
b"°À?4;MoøØ▀\x11 øgßÕ "
b"ùæ¥&'ïC\t «/\x12 Ç\x0E\x13 ìï "
b"ùæávX8@˜¹¡h°Ùù¼æ "
b"ú8rRE¯Is«¦\x1C n\r ÈmQ "
b"ú„y[*\x13 L¹—^h@i2F\x15 "
b"û•µ6kMa ²C¾K”Zœ "
b"üW\t ¾Äs@·¸ µÙ\x02 Sú\x17 "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"üÝ\x06\x1C y\e G2ª]Óß\x03 ÒŸÙ "
b"ýEÆ\e ”#D}¼YRxìbµ\x01 "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"þ`†ÊmîHc®iðï4èÓ• "
b"■├Ä2ı=L1É┘þ_ãõ\r J "
b"■▄¹õ^ëDñü++zð8W) "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"ÿ¸!B÷MKMŒÅ\x0F ö,\x1C žg "
b"ÿÅoü\x13 £CÀƒ\x01 Y½J\x04 o "
b"VÏ(`cÁAƒ—…Æ{%\x19 Ff "
]
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 (0x004B11B664424995968A6294D4EA4AE7 , 0x008E2A11E0E34A7982FA6A5509B8750D , 0x00D20F96596447EBBE8851A58583A056 , 0x00E125510F03484392FC943316160AEF , 0x011861906B1A4FDEAE65D5F5EE686DAA , 0x02049224C56347179FA4C013E2CFCD8F , 0x03906F1C164D451BBC837FEC1DCC5B46 , 0x03D6296866DB400D8E0083A91C5DC96A , 0x03FC83C87ACE43DE8AD816E74A564E78 , 0x044AC3E4CAC94813B2AC2CE9C4069CDA , 0x053C65372B1843198294BD3272C59C18 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x05FF8495C5D1441B904495FFA2218E73 , 0x064181FA0E28437AB91F002212855082 , 0x064B2F5CE1CF45828D8A684903B792A0 , 0x06F5285F7C89416CBF1E0EBBE45889E1 , 0x07D9B04730414F4CBD2678F7C233D003 , 0x087B73AA66C642EF992E95A0C643293E , 0x08AB2C3A8426462BB3C6737735EF9293 , 0x08BE56CC6F534DF68D27F03171CEEDD3 , 0x08FA3B8212E14FCC9B8D37A1FCCB4D85 , 0x0918BF136F3943158B3458086A8580E8 , 0x093B102990B04B1CAB270E866E7A16ED , 0x09903F9672A44388B8997353A8D55A80 , 0x0A38581650A342BB97478E5552350B97 , 0x0B6FC5A273CF4ACB89E91AC53291D824 , 0x0B88C7B09A094ACCA81130AB0DB001A4 , 0x0BE2B9F74FA5437FB4C7A627B7D3E9F8 , 0x0BE703B7D3CE44919CF7B7B26537B92A , 0x0BF055A00C2344CAAA7693F157D818A0 , 0x0C9CB73C690E479BBF959F0E3D1E7A3F , 0x0CF665757B114488B50086B62E4BA9F2 , 0x0D083B04D5B1499CB8D2C8F07CFD82AA , 0x0D649F80D88242AEB2E5B317364AA3D7 , 0x0D7D73A2179D4806816B48A04EC47D3B , 0x0D9BD7AB6B1F4988B84030A6642B8C2D , 0x0E45ADA47C0C4DEDA523009EA5153949 , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x0EAE0E6445054089B67C31CCF207384D , 0x0F3CC4A1DBF94DC397405D87D05D672C , 0x0FA3B9A8BB984B1DB8E72B24F799BC24 , 0x0FC5C7D33C1E4D92B12A10776E1C0AC8 , 0x1120BB83879D475180E0F61DA88A9AE6 , 0x127A309A47054170B3EA838A99B0EE41 , 0x12E35E3860794B3EA41262D7255B07A7 , 0x1338A197B0D4419C8C67E229B856E7EC , 0x1378EB69008245AA83DAF302D53E9E75 , 0x13B044071C454F778B2087CFB1E279C2 , 0x13DC36A753DC4D6585EE8A7B0BAC9B51 , 0x13FC6081B463493BAE72FD022E0CE175 , 0x14146387C903402AB16A2045A60942EF , 0x1456107984364EA1B312B8AA86FA1B34 , 0x146048C242AA40BDB0AEFC909F8B28E2 , 0x14694976AB31454CA7B5DE13FD4759A1 , 0x147C921683254C869D791B762F581652 , 0x154C966E47814229A82CAF1C469037CB , 0x15746B398E0B4224B357CF603B6FBAFA , 0x15F6F238934F41999ABA56578E5D26FB , 0x16F1172BDC974058810C9B1DD5AB901C , 0x173CABA30D514ADEBC82424C039D30BA , 0x178B13BD15A34291B1FC47D27B13C4AE , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x18214A4F2C11403889295B1E21E12840 , 0x185BC39C5A1847E393741703C8D49628 , 0x1A28462341B049DEA52897BCB7876D3A , 0x1A8CDDFC80FD4752A3EDACBC699FA453 , 0x1AEE9E1061A447ACA5E7D5BF626F7184 , 0x1BA80EE4D019453BA2AA88F20A2954B1 , 0x1C414C3A7C7B4B7AB3F0815BB0C72AA1 , 0x1C4405FEAD43495EB33265152146FFD1 , 0x1E5CA12938F146C7B135D6982FA65324 , 0x1F02A248C8674E56967EAE51584CD5A4 , 0x1F0E6226FC544EA596B52EEE94FC2038 , 0x1FA56CD16FD342A68D7E7D8CDEABD399 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x2070C1C33600459DB6737C6F3F590C27 , 0x20CA4616A5D840BBA62018714FA84602 , 0x20F53A65FF514E5ABC5DA9AD24A75850 , 0x21CC8B147C824B55A037EF16780C2469 , 0x21F2CC83AD1947C0934DF1C9C9BB2131 , 0x22203DDF29C4433380F235594C63FDE3 , 0x223683AF9768435DB87042061BAA2EEE , 0x223A7AEF5359423C92890B2333D728CE , 0x2246484F6078475A9E164EBBE8A78465 , 0x22861A1A2825421AB78AABBC02951510 , 0x22CD958D4E714B8183E39BE0B6D03783 , 0x22CE93A26CDC4FE3B37B1D06C45B54DB , 0x232BD3033D3A4175A12EAA0213535571 , 0x235076E5EB394D5F88A355CDC6756233 , 0x2357D495879B4D7D99BF70DD74BAE9E2 , 0x2378A256DA4C453FB836A2624A598C77 , 0x23FAFEC2505F4BEF83636D4739B4BD6C , 0x240627A9C55B48309EDCED91DA7F962A , 0x24AC2A48470543A58D221BAE82208E63 , 0x24E213AA7B82403EB9C913DC8479912A , 0x2575DBACAEBB48F48B4D9732FC638246 , 0x25AFE30A2A8F40A1B42355EE36E6B7E8 , 0x25B36DC7C4F2457B986D77BB4C3E2B7D , 0x2736CBCCF2A6485E9F7CBB59EDB614DE , 0x27501FFEB29548028D45E514EB965B38 , 0x27971B9B804E42F58D353F2BC7130FA8 , 0x27D8E293CBB54FFCA8054C22698D6123 , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x28902FE587FC4D2C8907793BFC3FA7FB , 0x28916ADF88504C208540D811B87234CB , 0x28DDCB93DC1742FBA7336E14894A5402 , 0x2922E1C652D14640B5297D979A67EC1D , 0x29424506F7C34F70A500C369ECDEA554 , 0x29CB9EA1A189487784262A7779D13A85 , 0x2B17EB837CC749F3A9BE753D7393C3BF , 0x2B58E21B21F6442F8FEF2F3C8417288D , 0x2BA3A0F1B2B54F018C8D34BE0C0A1097 , 0x2C17348426904B78ADBBD56E90963261 , 0x2C56BD038B1749599BFB21B25E67D770 , 0x2C648A0549304A14B191A9AE842EFD9D , 0x2CACF307E7794538BE9C8C371F3B9B1C , 0x2CBE783A38A74D4688CD930B1BBB07BC , 0x2CD7C22194B14C3A89B02DD7F288EDED , 0x2D19AD8DCCC74D3ABCD1AF43978D58E6 , 0x2D82632C1EE34C19B040E3E4AD8F1726 , 0x2DCFDF6C5C7C4F7DBACDC994F955863B , 0x2DF2A8BACBE24E83B3E1CEECFA8CF947 , 0x2E66AD8890E64275AE068FF8FCF62751 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x302C26630EE74FF28738A844ED269886 , 0x30705084226B46CCB71816AD2BC4F02F , 0x310CC7FF37C34AEFAA170ECDD048970E , 0x3133AFAEC65B4C5B9CF9C99450A8E5DE , 0x3150325D064B41258EF10471CD67E519 , 0x31735EE394174546B9A835372AFA3ED9 , 0x321110F6868348D8ADED09F44E02BFAB , 0x32A1A48B09594D77901D0F75BD798453 , 0x32B8CF0CBBC64F0DBB8951144C1E73E0 , 0x342B7065F15842EC9A20D30A421D99E0 , 0x3476D7FEE9134B05B44B90BBC9E2F29F , 0x354C972869354BCA9FB3DFDCC94E18A9 , 0x355EAE192F82463EBD5AD97BA12F70E3 , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x3593C38C2D9C43D29A63D059105EACE2 , 0x36FCBDDF5E7C422684204F34C1835D14 , 0x37418B34407F47C48D15E64E0DEF52CB , 0x376C3D560B6A4A1FA32A03AD6E348B30 , 0x38051774FE2E4B25BB088D2348EF96ED , 0x383629D6F84B4E9885B52E0501270834 , 0x385D7CF0ABCD4BB6B6E96120B010E19A , 0x38F3DB75512C4C2D851932DF9704EEE8 , 0x3902CA29DF67403CA4681D3549FA9CD6 , 0x39CE21D94B454EBB94B8A2E0446A8706 , 0x3A1B61C3253646C68F5344CEE8004044 , 0x3A3AE3723BE546C582CAAA1DE842D6A7 , 0x3A3CDFDE20274924A9FC00E51EF36F89 , 0x3A48210E9AD3424282EBDE08136E4F13 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x3A7F238996014F9E85A0D0BB4FC03376 , 0x3B1A9C59A6E74CD7B598F3E656E448FF , 0x3B4371C3DF074E8D906459AB46DFC83D , 0x3B9FB0BD2CAA4B15B462DA938BA7B983 , 0x3BD15E46F3234161A3A86AC171766C25 , 0x3C117D0BBEB04EB787DCD6735BFDA256 , 0x3C47AAA233EB4D14B599E481E5CCBB62 , 0x3C593E45E2394DE4978BC6934DF95F11 , 0x3C91A09AF0C64895B0089E87A80DDC8F , 0x3CEB37A732424262915D394BDED5A67B , 0x3D22F41677D94976936216F44B7D1D96 , 0x3E00721B91CA4ECE8E27AB0233981E97 , 0x3E63CFF24DFF42A6AA160DA2D2214E76 , 0x3EEB8106ED964BBE973312202966834D , 0x3FCD6A45904B47DCBE5DCF7941E0CBDB , 0x3FD779FBE9864AEBA396B25CBE5642DB , 0x3FEC8D035D02433AAB0ACA0C2BB57B05 , 0x40569F1715A042C39EAE0CE918E06B16 , 0x40682A2F02244A7BA81E187512DD8759 , 0x40E0DD9FD5FB486C9667F425603B6B0F , 0x40E6E5C772DA4F1986E598A14063A2C1 , 0x419BE1A22E4F4CDE81CAFCCCF2346647 , 0x420F2C6F2CE4410187A6E04D368AB872 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x42843C39F20E4F23A599575776B060C2 , 0x42DFA224B9BB46C2B2A0D2A5B48A3261 , 0x4374FA17780F448E9D5CBD2DCEC813A4 , 0x43A4E4D08A6A43DEB89D4F26CE763959 , 0x449941BBDC124DA9934AEA8639AEB553 , 0x44F5A654F8274258B67DB104FABCFB76 , 0x454F5CD6F77F4E4BB23E2615979CB184 , 0x456DDE9C21CB4FCD945E49C776EE651E , 0x4577C3F67B7F473EBF8A490CDECF9043 , 0x4585EFCAB04645C0A9391B83D14F0FCA , 0x45F9D35A14F54849BE24BE2CE989BC17 , 0x4629416F4E1A408B9C5DD02FBE99C296 , 0x4696B6B6EC794671B37302FC1F93DAF4 , 0x46AF2082EEF248318D5B2ECBA74CD0A9 , 0x46D24608A0E14112B0F6DCDE1C3DD626 , 0x46FA8A7F709343A785CCD08B801DC344 , 0x47324AE544C64DAFBE3D389E3D738563 , 0x473A4AF565D547AFA4BFA757A9FEF23F , 0x475107A5A2BD494796067D8A8BAB5D25 , 0x4761672A8A7946669492EF1DFE479955 , 0x47CBF9A236534CDD9BFFD411470E6760 , 0x484EB91B1F044864B5835A7A6A41F3A7 , 0x4863EDFBBBFB4784947475112C5C6B06 , 0x48F5C1BE860F4A4AA8EF2558A27ED0F3 , 0x4923E5030E564FF1A708FF6AC8B9AED1 , 0x4947D6BD2CC24A69889095E157CA11EB , 0x4A67C927B3BF4CEB94E08FC7F5036A29 , 0x4AA8C4163AB442F38B3ECDF00C5E1D5B , 0x4AFE08830C094CE3A373BA6AA9DF50BF , 0x4B1204F149C94654B7BA897AB73CB100 , 0x4BA5D61A91FD4890B529EB3467BEB499 , 0x4BEAA37FF7394B238DF11006561868C9 , 0x4BF67EF6393046E9BB168C3876BC0EA3 , 0x4C851E484C174484AF59A79732735CFC , 0x4D27B61E6F224E35A72DBAC23AD950CA , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x4FF1F44E386746D88FCB1030D7E89007 , 0x4FFAC914D17A43C0A775C4EF52EAD09C , 0x51070503953F46338AE553AAD8369B0F , 0x513AB9793DD541E6A6DFF9033F99756F , 0x51C9055D34DA40A0A32B351E8DE28243 , 0x5215F771814F43EC969BFC714D80A9DF , 0x5291AFBA31A242C689301A2355F31815 , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x53E4A030C1484AFAAA3AD9A63E7C8D0C , 0x5412EF415B59461CAF3F4BB3F5F89D1E , 0x546F7991CB24470995915C6A6A01EE9D , 0x554CC9397092437C854BF1A94ACD5985 , 0x55AC97755F8347EC81996278A7411676 , 0x55B16EB5C4C5461EB9E33EC4926BD776 , 0x564CBDA34EBC45FD88ADF5B9A2DEBF6E , 0x56E1E9075F8D4E1C96D6104A4076CC5C , 0x571CEC39BB4B4BD2B82F9691C37538F1 , 0x57330490AC644DCE9A00F45654547A3B , 0x5764615789B04C18809E44FB3E9FB4D1 , 0x57A114662B194695AED693E132F04197 , 0x57ECA91396D84460B68466AC21BBDBE3 , 0x580BD2DDD380409B834128273A2C7F70 , 0x5875E90A4149478CAF4F73EA218FAE7D , 0x588C88B5694E4BF1963900CE06E7099D , 0x589EB46AF3424F3FAA9B9DD0B2DFECE0 , 0x58A73A1465684B519DE7DF61B3180A28 , 0x590789E000FA4A49AE4B28CED70716D4 , 0x5923952D85224B7983153C0FCA26BF9F , 0x5A1B28C7F5A7482786ACE6B46D15DC1E , 0x5AA8CFFC14774DB78EF5A7A61A59DE69 , 0x5AD0A75B35EA40B780720CF5B915396A , 0x5AEA2B09C5384822BF706CA3C60D4AD6 , 0x5B0B2D9C0B73499B9BB2924365559894 , 0x5B2775DA097E4B46B26B5AE71B4B687C , 0x5B6F1C9565314745A2496C81220D4588 , 0x5B896D4A7AFC4B98A613C62947D9E153 , 0x5B8A2787FEA3490B88C837349BF62D42 , 0x5BE97664F77B4F00B198FB8779EA364C , 0x5C8CCC79ABF34ACBBA63EEE33F345362 , 0x5D27682D605B416FAABDF7B277058A15 , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x5DE00F5626724875A3AA7F3BB36CF6B0 , 0x5DFBF69C504544C588343F8B7EFAD7A9 , 0x5E44638268114DE3936927E65D20A27E , 0x5E4FB2AAD6E24DC78B83E1C82451AA79 , 0x5EC944D588814C3C9AA70030ABA8644F , 0x5F401C6E75984A25945BE9D095513026 , 0x5FB296C482AC4D8EB585DD4F1CE98A81 , 0x606D0C3308AF42CB8190C9B8F93D7BB3 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0x6091F7D75D564CEEA949F87B073ACD38 , 0x6094DB22FE244F87993560B16BEE2684 , 0x60ADAE005CFD41038988B61A4A65CCED , 0x60BB8DDB6BBF45029E2302DCBE12766F , 0x60FCE2DD446D450BBC62F0F1D1F5E509 , 0x611555A6088941779503F03EB0C969D2 , 0x614FF186FC9C4CA2A8186EA7A406FFEB , 0x61DEBDA1020043959AA497CAD8711D71 , 0x61FE8DF70B70461DAD8812DC959079FC , 0x62538FDAB554496780376410002567E9 , 0x627879BE3C784C59A890EE6C8C477387 , 0x6279E85C754A43909DE87F0D3B858351 , 0x63234289A50B4EAD88279B306522B454 , 0x6406B6957A7248568700B7FD905015CE , 0x642A78988ECF44919664A4D5307EC991 , 0x647D66CD508E489DA41FAC3A3518C594 , 0x664500087B6A4BA283E4D898E8DCB238 , 0x66D65AB9AB034AC59E737C04FF6A6D36 , 0x67CCC0AD07394FCBA05373AE540ADE25 , 0x67EF8355241247439985D82398C0D189 , 0x686BAA2F4B7C4C0594F09982479CB461 , 0x68C76F185E854E1BAA6DC51068D4CEDB , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x6995504DE8844F4CB8C0227A537316AB , 0x6999D2BFEA2748108B056D63188248A8 , 0x69AAE87B72F942829521D7463062E9CE , 0x69B71F5323B942DC994F407FEFF79329 , 0x6A85CF379D1F4EC9AD2ED0C1F6D62A92 , 0x6A9D83423FFC43A99CA6CC2A0B336A93 , 0x6AB6DB0948874FE180B764FA18A353C4 , 0x6AC99B6A187A49D0962E40890AC916F7 , 0x6B0AAA5C30944C05AC03D4D7B13FED5F , 0x6B427A7C18D44B2FBA6F302159F132B9 , 0x6BFC1158030244D69DBE85610CF72B40 , 0x6C2593B2A53E46A5A18ECBC43C358446 , 0x6C5CAB49E3A544C88A39669BAA30E5C5 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x6D2780B6D2044889A63336F6B59995EF , 0x6DA4022E4A06453983444F705B4946FD , 0x6E7422EE1E14437DAB0D4B86288998A1 , 0x6F77BC88B85B4276AEB992ECBA83875A , 0x6FE148537FF5433D818BD1E35AAF93B5 , 0x71139C97314A42D493EB5EDBCBBECD20 , 0x716279DCFB6C4D368751EBD9F33D2A2B , 0x7190A7A5A60F4F4BB59CDF6E217A05BB , 0x71CB80A431F346C89FC18841DEEA8B07 , 0x71EF645991D34E5C87D4DF97D96E9E9C , 0x71F9CC36AE2D4D9E9BE259D7B7E7F3EC , 0x7266F2F810B64D63B49DABA3C14C709A , 0x72857EC0CEFA45B889FC1C62B7AF30D5 , 0x72DD000E28DF43D1BDA8984E1B489BB1 , 0x736C9E732C76495E8EB1A799A30F0177 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x743B3FC7E0AA4E5AB4A22F6C9804238E , 0x7508930ED79D43089596C38C724D3FC6 , 0x75950F9A8A9E479799900E82895BD54D , 0x75C130832B864B1D883C42C0521BC792 , 0x762F3E441FFF4BD58457D81EB2DCA8C0 , 0x76926EB3D6FD40259255CA26EEBDE304 , 0x76F8C965983E41938D05F042A45D27D6 , 0x777AD251E96F437EA6E1A9E0E99E5689 , 0x779FECE85A8B4C2294435B95E755BE25 , 0x780A1189B44E4B648D0418BDCD777BD5 , 0x7813435EB74E42EC99AC7268FE981733 , 0x786DB4C246C64B83834F0703CA8D248A , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x78F38260736D4A05B6C3854B039C6E62 , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x78F6DF4ECAAF4564BB51034D769AD3F9 , 0x794E7D4AFF6D46558F9DE397925D002E , 0x79C9D3A631DE4E089B25C1F3B1FB7F64 , 0x79DDC0B4F2DB41B29AC650C3BC839720 , 0x79E9D5F3F1014E72AA38235A8861780C , 0x7A1625F80A3F45AB9D2CC00DF91293D6 , 0x7A768155A21E446DB594B41749495D52 , 0x7ABD39251B884DB38D6570F67F42EDBD , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x7BACB3348AF0498E9FAAE4568AD76AED , 0x7BD1955059824B3D9D743D6A79A0328C , 0x7CD03D8FBE5149D29F832752D3EED41E , 0x7D682ADEDAFB4E14BA05509AE01999E4 , 0x7DDD0DAB71EB4F73A98AABC91B0649B6 , 0x7DEE1F725B034B3FB61BC5E0B0692364 , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x7E6E360F37254C1A9E47AD7F8E54A267 , 0x7E7DB58FB04247F585D991A64C6B9C55 , 0x7E860AA7D39A4B7E967A71376F296841 , 0x7F1A372AEEC34610AAC43B93C1E17239 , 0x8001631FFB284A179D43E87870727DE9 , 0x8013A23F7B2A4E45AF4BFEEE843165BB , 0x80244177703F45D5BDD0E05BF2733726 , 0x80E3780961A84AA2996AC3AF489DC327 , 0x80F726953DEF42CAAB298D541BA142E4 , 0x812D1D6712984713A099B4B9C534E63D , 0x8172D520BF5E4E3E82991F492BDE5810 , 0x81B7E6E753D74037BF5BCD84134E519B , 0x825379F6496542848751BD01B143CF7B , 0x8267A6ED8FA245F083DBC3FFBAEB0739 , 0x82FC6839397D43BDA26B8CF261FD0AA5 , 0x835DCB0263924E0DA9B49201B71AF02F , 0x83D2F1A524C841CBB7DD84B8C3E9F33B , 0x845B92A516AB49D1A686088CD6C6253F , 0x84C44CDC115D4F7F89312BCD2773386A , 0x84E07F7CD9C1411EA2A7DA49E2E21B73 , 0x84F6CED6023340A0BB51CDFCB1069A91 , 0x84F86F69152E4A8289BBB8C5F4AE34C3 , 0x8530049F706A435EBE247DCC3980BCD5 , 0x85E7F4D019EE4FB586572F3607201BAC , 0x860480A44D6C4CFC929C0344E1942DF5 , 0x864A06657BE849748D04CEA62E192B95 , 0x86747575A94A49688CB5EBF2A3413044 , 0x86A1EEADBC7942CD815D907D267D6433 , 0x86DCAD03888645EBACD74F5F9B45492E , 0x8744F38D033F46E3AAF2C06103E9E28D , 0x8788961846284716B51D6AFEA81EB62D , 0x87A37E70C12E4D11B345E8DA1259DA6E , 0x87D994B377A243B6A22742AA6E939D29 , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x882A0D90845C46C9BB019659A615F235 , 0x8847592E786B484F94BD6F33A7018540 , 0x887FAB7884184B97B32F3B5BFB02AE32 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0x89234DFEBDD249BA89E895CAA75A8E98 , 0x89320D5B21964D1F939B3B0B4FD339FC , 0x893A8129DDFA459E90F9AFE924AA70AD , 0x896D4671D5D04A838506A99ED07949D0 , 0x89B6BA737B0D4D7991BC1A0AACE13CDE , 0x8AFD4184FA7F4D01A834757DE91B5059 , 0x8BCAE1B9A49249A4B3F2C96B77DB5DFA , 0x8BDC30C055B74897B022A3C3410C0B7C , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x8C6B27460D91442C92BFDAF5ADFF45F0 , 0x8C881359E1A94F3D8495F389D18BCCC8 , 0x8CCA62901A2148FA92583CE0DF48E4EE , 0x8D5CADF550634E54803DA9DC709444B7 , 0x8E79293CCBBF435899379851109C7739 , 0x8EFBAA062BD340C89ABE4103A5923A2D , 0x8F1332EB43334D159175A80ED6E45057 , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x8FD9C0855ACE40B5A709732863B08F68 , 0x8FECF669E0F64CC9A65159B1808FB1F7 , 0x8FF368C7AE354C499A346876F9B6B1D4 , 0x9007CD31D93A413E98842EB324E917A3 , 0x900F66B23FDC4EEE90D44B04169D6131 , 0x904E770737A4479F85C978BF4837CB96 , 0x918D83459391497F8E174F3A9B579D76 , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x91FD46B5CC594A408B32635E4A9AC47C , 0x93343835C1F247B595F8ACAE598129F5 , 0x9342B8B153F6436AA71FACB1D5B03A2A , 0x935311775631436E9BD04E5B0060743E , 0x93948D7989B94ABBACB620E3C3A4EC2B , 0x940DE9504E2B4067BB89E8DE2687044F , 0x94A5AA0B302A4DE58CB0E9F3B895B0A1 , 0x9527A1489FAD4B2293E8F4B09C07EE8E , 0x965A1523E68B418F813B314ABC03AA63 , 0x968CA01825FA47EB8CE2DC85FFD52CAA , 0x96C9A4FDD06E4622B57CDB6A4C8D9F74 , 0x9718331CC48644DC9A70C31B297E11BB , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x97CE3C6B3FEA47B7ABDF18D508E9CD36 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x986E8A7D251F4402BB8872A838DD16A8 , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0x99B7D4978B114DC9AE62F4F74792F057 , 0x99EAD72007414201B6928B05FBBBA54E , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9A0708DBC79847B5B41CFC0FEF11444D , 0x9A0FE2C1314D4664B0B019944E4841AB , 0x9A288573EFCE4B2886995AFAE94378A4 , 0x9AA8A4B4A20F4D20A8A652722876CFBE , 0x9AF1A1C26D66423594EB7963FB6FEA0D , 0x9B111A58CD7847FE837346C05A3504AB , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x9B7CD7921B10492BABFB3B071B3E28CE , 0x9BE09226017047028510FEA5CE871E75 , 0x9C375873CB664F5EB0A8AA3BD93C82A6 , 0x9C5868F2F56440108A727F9F00367985 , 0x9C84F35B99014B3BB1B38E951EC080D5 , 0x9CABDC4628D94DDDB38263EEBD47E238 , 0x9CEF2594DCF54D45BA544C84672CC09C , 0x9D1BC34EE7854870A3837049CC03BAFC , 0x9D891704072C4CF89BE26F02B5E52F89 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x9E81CE7F104642459841330A142790B8 , 0x9E854FCC08194421BB34FF19988AE0F9 , 0x9E8AEE1CF3B04F649956E076DBA0FE22 , 0x9F308D735BCB45BF885DFD7773987B14 , 0x9F58215AF81D46569C027634B5885FC4 , 0x9F6351143C2E4991A71D657A8AF2C6F1 , 0xA089EC3E1A9F4CC1AD9B66CF6629D984 , 0xA09DBD8952CA473CA61AF7917C926D32 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA0C36329B1E7482CB3161EA0A2E10257 , 0xA14F6CAA6D284B6CBDA4BD4160E2B5C0 , 0xA2DF2336BA714CF6AD7946FFE6E77C46 , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0xA3C52DE62B3B41B1819F8C35D9DF9230 , 0xA3F824F5AEF14D2D850C826C777920A5 , 0xA40BDA850BFF4D1D98B3CDB44D79D403 , 0xA47443A4DBEC498BA70E35D4D1CE51F9 , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA4BA6EE1B1274D409A54BE880E2A8397 , 0xA50D7D8D5935490CB81982DEE57A4270 , 0xA55F53AF25A740629CE755DEBD7D060C , 0xA5ACAC639EC942BF998F52E0EF1E97AA , 0xA5F3D4ACB81F40B3A78C606AAAD79771 , 0xA5FD695C8CDE45EC81FC5E2129A75E5F , 0xA64BFE2BF477479582BC88E15CDFCFFA , 0xA674D10CBC894DDD9FA5218D01EC29B9 , 0xA674E72B881B4C76BD417F083588EC75 , 0xA6DD34E9CE3E4019AC3A7C4A75EE8098 , 0xA708255E69D84BF99FE6087AC48C123B , 0xA7099AB4876046A98B9295949827980D , 0xA7E0C1764BB94F5F86BFE0D31DD53F54 , 0xA8646E356FAF4E8C90E1F82A3805ADA7 , 0xA90AC493BAA84D638F59267925DE06F5 , 0xA91E7D16464F4BADA94DCD90B9D0D884 , 0xAA1FA94E3C954A688DA24F834C65163B , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAA5AB64A92BB4051A6D6236F60206944 , 0xAAD2499E5CCB43599D8A0F6ED63A44D2 , 0xAB08202A13E8487598516A561D424172 , 0xAB8775D01F5949539DEA74CA9A4A3E9A , 0xABD09D00185B4A06A8DB38C18694C5D9 , 0xAC3B2B22A0BF43FEA96BD689B077716F , 0xACD6E529A06B4B0C916E81A208467B82 , 0xAD30BBF74C824B6B8BF0D9C4751CF553 , 0xAD53B0BC19A249C08C54C5F91B3525F5 , 0xADDCA4EFC5534B19B681AAB850C1FB45 , 0xADDD2366C4D84937807FD43F0A24A533 , 0xADE0FDA859D64D3C8AD1AB7783A9F735 , 0xADF28C1B866641CA80805EDA0F657E47 , 0xAE6C079B650D44B4ACF695C3C3130C87 , 0xAEDA7E86AE6A4DFC8D0BA5B4842E8B1A , 0xAF047D256E3C4669A83D55CD27D233AC , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0xB083AC70CB34480FA81669A46936F002 , 0xB0843C436907492A8B912E0CE3D0F2EB , 0xB1997173AE214BEEB386947C810F3DF3 , 0xB1E9790332E54D3488A06AB013689BB3 , 0xB26BDF02158045C5A3D93F2FB420559C , 0xB277600C95ED4F71A42E4B6566CF264E , 0xB2CA25F5540F4FC2ADFEFFE678AB972B , 0xB3D5CFDF93044F0F9DA63E1BEC0F498F , 0xB51C8639807845418428A27EE2EB72B2 , 0xB521DDB7CB6B48A9A72F411E3E254D77 , 0xB574E4D3CD984C71A4C4B44847328506 , 0xB58CB4996122471B9FDA996A3BA3CFBB , 0xB5E113ECD40243FAAA59A71FBEF398E7 , 0xB6461B77C47E4F998C624A6AD1A17B16 , 0xB6A13B68D03A490B82D31A73FFB08309 , 0xB74791CC2EA649BDB479112740DDCBB0 , 0xB7AED46254754673BB47C604DB91E2EE , 0xB7CD0DC6A17B4953B76C4A106295436F , 0xB7FE7724A1E54FFA91C3A13F0D450ECF , 0xB8033A03DFFD457D9D5D77F2A3BF7FEE , 0xB8FE82492F7F4AD1B92691E5A59C5FB6 , 0xB92F2847DC21423DA65C6CD12797F4F9 , 0xBA3034F6BBFB45E0B2D0F6630AB6BD44 , 0xBB1421F93F174E7DAFA01223013A6E18 , 0xBB6363EDB21D4AAEA5877721ED49D030 , 0xBB7EDCB919E84AD7906349EEB9E266A4 , 0xBBAAFED77AC047A6A1A8EDE47986765A , 0xBBF980D14C81437C8C1898A068B4650A , 0xBC4DF4D42F65462C889181E798FF8561 , 0xBC9ADA3D203B4E4BB1B2F87B3115320E , 0xBCB4831422614776913DB46BB1728FEB , 0xBD0EEE6C43EE402BB67F88065BBBF665 , 0xBD6868C11D384880AF8A46FBEC986BAF , 0xBEB4724F64A74E3A8557AE94B97F78FB , 0xBF0D5734973D47F3BB7C62E07BD40312 , 0xBF2BD9E4050143FDBB080626C8EF9C9D , 0xBF6C14C7142E4DA2BCAAFC2DB037E780 , 0xC06B5E575C4A457FBD37EF869C02513B , 0xC193C5C3677240BA8498CB282694A75A , 0xC1AE25F381BD477CAF1A7B98FB0F3557 , 0xC1CBDE6D260846F689F03E03D33DE6A3 , 0xC225ABF84EDE4935B34646A1881258C8 , 0xC28A0695D6B249239DD6E2D1B39C1D54 , 0xC29D868C91914B4A8B266B77FE7A790F , 0xC30D01200D37415CBF58CD9FF361938E , 0xC3C5F3C42491493781AF1E9ABE90DC53 , 0xC3CFB533A7ED4B259DAF5E1AA1B72064 , 0xC45E2540A9344F7AB98B991AC5018CB8 , 0xC46D0D6318E14D67967AAAC0A2F0873C , 0xC49DAB2756154FEBB2B0C8C71F381241 , 0xC49FCAE3F4F24362BF5B49F8015C2F41 , 0xC5AB144F495C45D1AF742173EB811222 , 0xC6CEBA5135154F4B80FF0149DB58CBBC , 0xC788E5D090164B0FA64CDBB82FAE52EC , 0xC7C27C6EB6D54599839A560978452979 , 0xC7C87B8E578F4C13B655C67EFD5E5D64 , 0xC89454BE79F34E98A6189B139BDD5B75 , 0xC95EFBEDA20B4A80B0DEE18AC58FF27F , 0xC9789DFF64A84E818673AD6B63714ED6 , 0xC9B286376B2F451B9FBED42D70A6A365 , 0xC9F7169D6C634A469B70ACD25D14F1D0 , 0xCA36542C88144A32BCF8123977BECD7F , 0xCAFEF8A7C3024299B1E4C06A0124FB1D , 0xCBCD83969A784F79A80CF7C950700D16 , 0xCBD806E8D01D489AAEFEF0DF987F56F9 , 0xCC5EDBC349824531A3F8CCFC44C850EA , 0xCCBEC01B6215447B958D69714049BA7E , 0xCCE3334382154E47BC7040A9BEC84A83 , 0xCD2A31B6FA7C4F04BF1B041AA337B39D , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0xCE3C8868E7AE4D75950105D4E3D074D6 , 0xCE4DF4AE1BE045D3851625734FBA2C29 , 0xCEBD6870D42D4596A17C2CA9AF88D3EE , 0xCEBE6B1C495B4C788E61E948BBBCD2BA , 0xCFC910B80B5245AB84BA0CED40038BDB , 0xD05764DE5813432480154FD767EA097E , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xD1ABEF13FE0F49C9BCA579507016752F , 0xD1DA8D6186424A758CE18B64786D0553 , 0xD2FA9F59192D4EE48B389E6CF1C07423 , 0xD2FD6B4FDAFC4ECF916417345DF862C4 , 0xD31E12EF14E54E18A1BF5026F3BA3FB6 , 0xD3C113F1639B43A79A977E056EC87D12 , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0xD3CC4CA0FD734E23B28C203DB6CE3CB1 , 0xD3DAE4769C1F484D892C0A4AE14332B0 , 0xD4D13D36EFB74200943C15F89CB633F3 , 0xD58AFB50188C479BB01FDE41751392A2 , 0xD5E375AD9CF54F30B03E5CF799887413 , 0xD6399176EE78432FB6C74201286A6867 , 0xD685BDCB3B0147CFA30E757D82CD8336 , 0xD687F11BEEF5486CA0A27DF1E6295649 , 0xD6EA654940B14D4ABC5B5272FE77C8A4 , 0xD7380A9A4F3B49FF8351CEC5C4F3A5E4 , 0xD7624963BB454897A5DADD741F964715 , 0xD777E7A1B68D4AE2B1D3D6CAEB8F8F0E , 0xD7BE54ADAB8D423487AE6E846861DF92 , 0xD7BEE9BF0A40497A804FA0385B536CDB , 0xD838DC81EE0E422E80D1A0127BDE58DA , 0xD8487FDB67184A98BDECBAC7E3B1FFC9 , 0xD8B2DB93BB4749148E6B5D380F33C390 , 0xD8C29AA25E6C4AB8A522BF7B9B0D98A0 , 0xD9609E08462144B4B7F476562667C6BE , 0xD97333CA46504A8389743BADBC47D068 , 0xD97FF5C6332E44B79B461C54C3A00C8A , 0xD9D87897BD6C49B8838C356EA465B8CD , 0xDA5C188619C94A1A9E58024953F4EE37 , 0xDA67A770431E49A7885349947ACE10F5 , 0xDB1395CB1FB14A048AAB87B46544A948 , 0xDB8DBE5C17FF4663A4491668AC4F3D17 , 0xDBA4A06D239047C98CC59F860B14BD6F , 0xDBB9E2C1350A4B0DBFE3EF47D1C1C790 , 0xDBF63C55855049F6B87C89568D46FC4E , 0xDC2E70EA367645688C0BC5C41DD65DA1 , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xDC876C5C48E34BAFA9DBB8A1B2BAF2A8 , 0xDCE429180F5440A382A6D1C3B8A138BB , 0xDD5BA0866EB14CC0887BDE5BD80ED9BE , 0xDE4FBE390FE64B68A3D05F21CBFCF847 , 0xDE8C9AC112A7484183FC8ACCFE20CC15 , 0xDE9E14AD69304D33BF3A8C204C14B8EF , 0xDE9F7ED32B79420BA085E18F53581B38 , 0xDEB9FF57B9A04AC5B7937EC03F636606 , 0xDF060797678D441C821377207C4C70FD , 0xDF4C7CF058724854AD97D561E1274B40 , 0xDF5A58B8DCC94914B6615912041AFB04 , 0xDF852C71BE134B7DBE1BC31AFDF0B020 , 0xDFCA2538D5E540B8948ECF56AE57C074 , 0xE026D0F08C064093878FCF9D91BF61E9 , 0xE04458251CB44BB786293552221FE969 , 0xE055FD5DE9484906BB837D595674D53E , 0xE0B2AD927A764D96BE6814EE71D200EA , 0xE1F1881DB51845968707E5C84BBB51D6 , 0xE217D5EF6E0845B7A2166682013B03DF , 0xE21C41431949423DA782F2D3870C6C9C , 0xE268901044D74F4997C8798505FDEA63 , 0xE33C013790C2496E826C6DBC73F88CAD , 0xE38819232C9343D7A83B58EE58C4296D , 0xE3AEC067933045A2934BD1E3856C263A , 0xE3B45041E7DF47BDB1FBAD3D88CB4889 , 0xE3F86C62030648D6A803A3C8171A424D , 0xE4AE3278D86048DF997BEE1E6A0D5CA7 , 0xE4EBF4F0F7854259A5A8CD7906C3B2CC , 0xE4EF3694D9D24CC880A155EC8D42D0D5 , 0xE501CEAB99DA4C91808C2FAA5E7FA267 , 0xE5688A9E11594B8BB9E2C34548A47A9A , 0xE59715CFFF5944048CE8B35F62C843E5 , 0xE74C5842B9BD47B6847A0A7A0BFFAF69 , 0xE869C98070904EED8F19F6E40662D350 , 0xE86E353355DB42869C64BA98C3EB3CBB , 0xE8737EB96FE145D79FF2F5AFBCCE852A , 0xE897C664879A480B9669494B170FAB52 , 0xE8B4BCFF184B4211A8BD9013008F7138 , 0xE8C5E3E1FD0F4286B2E1592B9EF66438 , 0xE94E0C83C189434A940A0327BF28F68F , 0xE954039C82DE4243A515030F9E904857 , 0xE957624E10754F339CF9485799ECA243 , 0xE95BD5DFEAFB4C9397CEE2DD8201AA4F , 0xE9BDDBA992024117BA334112CE44244A , 0xEA5ED02085434657B84646E25D0EA447 , 0xEA71171ED23B4AA7813E707C45D8B9F9 , 0xEAA8707DEF7B430A91DA7748F3DDB46F , 0xEB3C95E10D014C7F8552B11982A494A8 , 0xEB4EAE3C143645B5A1C9BA9848978ADD , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0xEBF814AE8BDB4E64929F6606B34305B0 , 0xEC1436DA1E4C4F03BB092B218CA78CB2 , 0xEC2ED492F5804DC295EB6D65E542E97A , 0xEC9A0C00D5CB4574AA7D0B53AB3DE3AC , 0xED7212270DF04F3583CBAF06905F137E , 0xEE888C6C10234833A1B8D2547016DB02 , 0xEEAB1E02F9724AEA89FF97BD209F86D0 , 0xEF971E62D5BA43EF89428279A4E4F8AB , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xEFCA09A8202A4A6E94E79822F11576EE , 0xF0A9A1006F454E45884594AD2022374A , 0xF147C0DBD17246929F9D708A5E94E51C , 0xF1F3F9E34FAF4BAE876E7CBFD74A36A3 , 0xF24A972C47AA418DB0D580DCCADD48F3 , 0xF2CC5305B0074D929DA5B1811783EEF8 , 0xF38C7C9EC7EA4A3D9CDFF443530F7473 , 0xF442329ECC8D444590B548DE22F6D9B6 , 0xF454E1A469E1477C8491B71151DA90F7 , 0xF495AC94F51A44F78161B065CBE2C8D5 , 0xF495CE30E6864DEA9B64BEC20E41EFD7 , 0xF596F4DB96B9481999ADD056F10D6B8A , 0xF6D02CC910BF4F66B6E2ECEF75FED7C8 , 0xF6FE01449EBC4240A961C15D4F980759 , 0xF7E08DCDC51E41B4AD81103BCE005171 , 0xF8B73F343BF04D6F9B9DDF119B67E1E5 , 0xF9E6A52627EF4309AB2F12C70E13ECEF , 0xF9E6E17658384098B9A168B0D9F9BCE6 , 0xFA38725245AF4973ABA61C6E0DC86D51 , 0xFA84795B2A134CB9975E684069324615 , 0xFB95B5366BAD4D61A0B243BE4B945A9C , 0xFC5709BEC47340B7B8A0B5D90253FA17 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFCDD061C791B4732AA5DD3DF03D29FD9 , 0xFD45C61B9423447DBC595278EC62B501 , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xFE6086CA6DEE4863AE69F0EF34E8D395 , 0xFEC38E32D53D4C3190D9E75FC6E40D4A , 0xFEDCFBE45E8944A4812B2B7AD0385729 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xFFB82142F74D4B4D8CC50FF62C1C9E67 , 0xFFC56FFC13A343C083012059BD4A046F , 0x56CF286063C141839785C67B25194666 )));
Copy
87
0.41 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.33 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.37 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/250-sx-2019-modelcode-F6301S0 "
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/250-sx-2019-modelcode-F6301S0' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
90
0.53 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.25 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.20 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.28 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.28 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.18 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
96
0.17 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.25 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.49 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.44 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
100
0.21 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
101
0.53 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.27 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.23 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.18 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
1.02 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.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"óÞ…À@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.95 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.51 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
1.61 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
35.49 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/019fd61188597109b4eae657cf2de774 "
"/navigation/075251ee45644d14bfeae2fce50073a0 "
"/navigation/01797e0437b3448db94e690f14f43e5f "
"/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/882667d91b2d4ab5a8cb33bcce661e38 "
"/navigation/35da856933d947239055eaf099933e29 "
"/navigation/4e2522fa9ec04f46bcab12cd36925cb6 "
"/navigation/552f1d0a97d7418d822959705696a65d "
"/navigation/7623cc38e1154a2797227b05b7d74503 "
"/navigation/78c4ca0a6208486cb940907b1298f747 "
"/navigation/37476b928c114f0692ad5a37af14e66b "
"/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/d3000e05adbf41ccb0952539c25cb21c "
"/navigation/1b15b427e9cb40b28d537a893668f15a "
"/navigation/43c83d522870493a8ab2df8abb5d556c "
"/navigation/49f823826b384871aec230ae7ee2f154 "
"/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6 "
"/navigation/e5a13fc2f1c542cd9057c9488b5c559a "
"/navigation/01fb819fa75744c8a56fdc0981381ba9 "
"/navigation/7182c23f1e214e85adba25d65afe398a "
"/navigation/73045f602ad1421fadf76dcecc9ca960 "
"/navigation/89a9b23c1a8b41c2bb4a66032fda3981 "
"/navigation/a585c54285844d1ebd1a64392ed3ee8c "
"/navigation/eeadca367c544275ac141449b234e23b "
"/navigation/0efa889b062a423c8fd11a73b02e28f4 "
"/navigation/52daaaf1c14242d699b579aa2eadba48 "
"/navigation/8537420f2eb44ac297adf8c04e163b3d "
"/navigation/d9db2acbb0ef4cfab89a07bc122d204c "
"/navigation/f501cdbc9c1c4609a8a519e227fc2bef "
"/navigation/f59522a887f947d8864e42c4ebc39266 "
"/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f "
"/navigation/c76f09f24f1942b1822fb275e0080db3 "
"/navigation/e10596ecd9474c998247ceb3e50921c6 "
"/navigation/f9e2050944fc498ea0537fdb55cba37d "
"/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/d687f11beef5486ca0a27df1e6295649 "
"/detail/5ad0a75b35ea40b780720cf5b915396a "
"/detail/1378eb69008245aa83daf302d53e9e75 "
"/detail/c9789dff64a84e818673ad6b63714ed6 "
"/detail/1aee9e1061a447aca5e7d5bf626f7184 "
"/detail/75c130832b864b1d883c42c0521bc792 "
"/detail/6094db22fe244f87993560b16bee2684 "
"/detail/1ba80ee4d019453ba2aa88f20a2954b1 "
"/detail/9b7cd7921b10492babfb3b071b3e28ce "
"/detail/deb9ff57b9a04ac5b7937ec03f636606 "
"/detail/a40bda850bff4d1d98b3cdb44d79d403 "
"/detail/71ef645991d34e5c87d4df97d96e9e9c "
"/detail/4577c3f67b7f473ebf8a490cdecf9043 "
"/detail/e954039c82de4243a515030f9e904857 "
"/detail/36fcbddf5e7c422684204f34c1835d14 "
"/detail/2d19ad8dccc74d3abcd1af43978d58e6 "
"/detail/4beaa37ff7394b238df11006561868c9 "
"/detail/aeda7e86ae6a4dfc8d0ba5b4842e8b1a "
"/detail/3588374ddaa8427c81d359c9c2d5ce9b "
"/detail/5d27682d605b416faabdf7b277058a15 "
"/detail/ad53b0bc19a249c08c54c5f91b3525f5 "
"/detail/aa3031f9fd724dbc9fed884ea62b3cdd "
"/detail/60adae005cfd41038988b61a4a65cced "
"/detail/c1cbde6d260846f689f03e03d33de6a3 "
"/detail/40e0dd9fd5fb486c9667f425603b6b0f "
"/detail/dd5ba0866eb14cc0887bde5bd80ed9be "
"/detail/5b0b2d9c0b73499b9bb2924365559894 "
"/detail/2b58e21b21f6442f8fef2f3c8417288d "
"/detail/e0b2ad927a764d96be6814ee71d200ea "
"/detail/3c117d0bbeb04eb787dcd6735bfda256 "
"/detail/c45e2540a9344f7ab98b991ac5018cb8 "
"/detail/0fa3b9a8bb984b1db8e72b24f799bc24 "
"/detail/c95efbeda20b4a80b0dee18ac58ff27f "
"/detail/3c91a09af0c64895b0089e87a80ddc8f "
"/detail/fe6086ca6dee4863ae69f0ef34e8d395 "
"/detail/aa5ab64a92bb4051a6d6236f60206944 "
"/detail/de9e14ad69304d33bf3a8c204c14b8ef "
"/detail/3a3cdfde20274924a9fc00e51ef36f89 "
"/detail/093b102990b04b1cab270e866e7a16ed "
"/detail/08ab2c3a8426462bb3c6737735ef9293 "
"/detail/63234289a50b4ead88279b306522b454 "
"/detail/69aae87b72f942829521d7463062e9ce "
"/detail/62538fdab554496780376410002567e9 "
"/detail/d6399176ee78432fb6c74201286a6867 "
"/detail/07d9b04730414f4cbd2678f7c233d003 "
"/detail/e055fd5de9484906bb837d595674d53e "
"/detail/67ccc0ad07394fcba05373ae540ade25 "
"/detail/845b92a516ab49d1a686088cd6c6253f "
"/detail/c9b286376b2f451b9fbed42d70a6a365 "
"/detail/6c5cab49e3a544c88a39669baa30e5c5 "
"/detail/762f3e441fff4bd58457d81eb2dca8c0 "
"/detail/e217d5ef6e0845b7a2166682013b03df "
"/detail/72857ec0cefa45b889fc1c62b7af30d5 "
"/detail/9e81ce7f104642459841330a142790b8 "
"/detail/a6dd34e9ce3e4019ac3a7c4a75ee8098 "
"/detail/7adff263991942e2bfbdb03eab3c84f6 "
"/detail/f442329ecc8d444590b548de22f6d9b6 "
"/detail/3a48210e9ad3424282ebde08136e4f13 "
"/detail/61fe8df70b70461dad8812dc959079fc "
"/detail/80e3780961a84aa2996ac3af489dc327 "
"/detail/310cc7ff37c34aefaa170ecdd048970e "
"/detail/8bdda3a3e5cf4a79b865e33743f707f4 "
"/detail/ae6c079b650d44b4acf695c3c3130c87 "
"/detail/882a0d90845c46c9bb019659a615f235 "
"/detail/786db4c246c64b83834f0703ca8d248a "
"/detail/31735ee394174546b9a835372afa3ed9 "
"/detail/3fd779fbe9864aeba396b25cbe5642db "
"/detail/44f5a654f8274258b67db104fabcfb76 "
"/detail/896d4671d5d04a838506a99ed07949d0 "
"/detail/beb4724f64a74e3a8557ae94b97f78fb "
"/detail/dfca2538d5e540b8948ecf56ae57c074 "
"/detail/99ead72007414201b6928b05fbbba54e "
"/detail/68c76f185e854e1baa6dc51068d4cedb "
"/detail/5fb296c482ac4d8eb585dd4f1ce98a81 "
"/detail/173caba30d514adebc82424c039d30ba "
"/detail/0f3cc4a1dbf94dc397405d87d05d672c "
"/detail/b92f2847dc21423da65c6cd12797f4f9 "
"/detail/e94e0c83c189434a940a0327bf28f68f "
"/detail/dba4a06d239047c98cc59f860b14bd6f "
"/detail/bd6868c11d384880af8a46fbec986baf "
"/detail/3e63cff24dff42a6aa160da2d2214e76 "
"/detail/9c375873cb664f5eb0a8aa3bd93c82a6 "
"/detail/abd09d00185b4a06a8db38c18694c5d9 "
"/detail/cbd806e8d01d489aaefef0df987f56f9 "
"/detail/355eae192f82463ebd5ad97ba12f70e3 "
"/detail/ee888c6c10234833a1b8d2547016db02 "
"/detail/cc5edbc349824531a3f8ccfc44c850ea "
"/detail/e8737eb96fe145d79ff2f5afbcce852a "
"/detail/6ac99b6a187a49d0962e40890ac916f7 "
"/detail/ff5f7e5baeba4fda98a4c1abd9171bce "
"/detail/00e125510f03484392fc943316160aef "
"/detail/e869c98070904eed8f19f6e40662d350 "
"/detail/02049224c56347179fa4c013e2cfcd8f "
"/detail/17c8ad20f8e743c5b4111f96115c9636 "
"/detail/6086c696ed2c4ab0b2631cf6889048bd "
"/detail/d3c113f1639b43a79a977e056ec87d12 "
"/detail/b6461b77c47e4f998c624a6ad1a17b16 "
"/detail/2e7b613304dd4c96824d1be6ffd83190 "
"/detail/08fa3b8212e14fcc9b8d37a1fccb4d85 "
"/detail/004b11b664424995968a6294d4ea4ae7 "
"/detail/81b7e6e753d74037bf5bcd84134e519b "
"/detail/99eb30031dc3465c8fe88a9c89476e57 "
"/detail/4585efcab04645c0a9391b83d14f0fca "
"/detail/e268901044d74f4997c8798505fdea63 "
"/detail/d9d87897bd6c49b8838c356ea465b8cd "
"/detail/0cf665757b114488b50086b62e4ba9f2 "
"/detail/2dcfdf6c5c7c4f7dbacdc994f955863b "
"/detail/7813435eb74e42ec99ac7268fe981733 "
"/detail/addca4efc5534b19b681aab850c1fb45 "
"/detail/27d8e293cbb54ffca8054c22698d6123 "
"/detail/a09dbd8952ca473ca61af7917c926d32 "
"/detail/87d994b377a243b6a22742aa6e939d29 "
"/detail/46fa8a7f709343a785ccd08b801dc344 "
"/detail/9b111a58cd7847fe837346c05a3504ab "
"/detail/6c2593b2a53e46a5a18ecbc43c358446 "
"/detail/546f7991cb24470995915c6a6a01ee9d "
"/detail/893a8129ddfa459e90f9afe924aa70ad "
"/detail/a34d0614c2e1433585e1fc3c077dca45 "
"/detail/4afe08830c094ce3a373ba6aa9df50bf "
"/detail/d18207690ccf4e2eb1ea56bbd79d4416 "
"/detail/c225abf84ede4935b34646a1881258c8 "
"/detail/f0a9a1006f454e45884594ad2022374a "
"/detail/42843c39f20e4f23a599575776b060c2 "
"/detail/b7cd0dc6a17b4953b76c4a106295436f "
"/detail/5d97db9b33204df4b5cb13e6348076cc "
"/detail/9cef2594dcf54d45ba544c84672cc09c "
"/detail/e86e353355db42869c64ba98c3eb3cbb "
"/detail/0c9cb73c690e479bbf959f0e3d1e7a3f "
"/detail/efca09a8202a4a6e94e79822f11576ee "
"/detail/a3c52de62b3b41b1819f8c35d9df9230 "
"/detail/13b044071c454f778b2087cfb1e279c2 "
"/detail/642a78988ecf44919664a4d5307ec991 "
"/detail/99b7d4978b114dc9ae62f4f74792f057 "
"/detail/6f77bc88b85b4276aeb992ecba83875a "
"/detail/664500087b6a4ba283e4d898e8dcb238 "
"/detail/f1f3f9e34faf4bae876e7cbfd74a36a3 "
"/detail/8cca62901a2148fa92583ce0df48e4ee "
"/detail/f6d02cc910bf4f66b6e2ecef75fed7c8 "
"/detail/ce3c8868e7ae4d75950105d4e3d074d6 "
"/detail/84f6ced6023340a0bb51cdfcb1069a91 "
"/detail/efb314ddb61f4dec851d6ff5fb59828e "
"/detail/bf0d5734973d47f3bb7c62e07bd40312 "
"/detail/fe32dccd36e644e6ad9daa7a5a2d8e29 "
"/detail/8c6b27460d91442c92bfdaf5adff45f0 "
"/detail/27971b9b804e42f58d353f2bc7130fa8 "
"/detail/ffb82142f74d4b4d8cc50ff62c1c9e67 "
"/detail/08be56cc6f534df68d27f03171ceedd3 "
"/detail/22861a1a2825421ab78aabbc02951510 "
"/detail/a674d10cbc894ddd9fa5218d01ec29b9 "
"/detail/9f58215af81d46569c027634b5885fc4 "
"/detail/71139c97314a42d493eb5edbcbbecd20 "
"/detail/835dcb0263924e0da9b49201b71af02f "
"/detail/c28a0695d6b249239dd6e2d1b39c1d54 "
"/detail/376c3d560b6a4a1fa32a03ad6e348b30 "
"/detail/e8b4bcff184b4211a8bd9013008f7138 "
"/detail/6406b6957a7248568700b7fd905015ce "
"/detail/e9bddba992024117ba334112ce44244a "
"/detail/3ceb37a732424262915d394bded5a67b "
"/detail/86747575a94a49688cb5ebf2a3413044 "
"/detail/a7e0c1764bb94f5f86bfe0d31dd53f54 "
"/detail/d8b2db93bb4749148e6b5d380f33c390 "
"/detail/d3cc4ca0fd734e23b28c203db6ce3cb1 "
"/detail/c49fcae3f4f24362bf5b49f8015c2f41 "
"/detail/1a8cddfc80fd4752a3edacbc699fa453 "
"/detail/bf6c14c7142e4da2bcaafc2db037e780 "
"/detail/3e00721b91ca4ece8e27ab0233981e97 "
"/detail/918d83459391497f8e174f3a9b579d76 "
"/detail/3a1b61c3253646c68f5344cee8004044 "
"/detail/b3d5cfdf93044f0f9da63e1bec0f498f "
"/detail/72dd000e28df43d1bda8984e1b489bb1 "
"/detail/d97ff5c6332e44b79b461c54c3a00c8a "
"/detail/e3f86c62030648d6a803a3c8171a424d "
"/detail/008e2a11e0e34a7982fa6a5509b8750d "
"/detail/51070503953f46338ae553aad8369b0f "
"/detail/78f6df4ecaaf4564bb51034d769ad3f9 "
"/detail/d7624963bb454897a5dadd741f964715 "
"/detail/ea5ed02085434657b84646e25d0ea447 "
"/detail/589eb46af3424f3faa9b9dd0b2dfece0 "
"/detail/fedcfbe45e8944a4812b2b7ad0385729 "
"/detail/96c9a4fdd06e4622b57cdb6a4c8d9f74 "
"/detail/87a37e70c12e4d11b345e8da1259da6e "
"/detail/887fab7884184b97b32f3b5bfb02ae32 "
"/detail/0b6fc5a273cf4acb89e91ac53291d824 "
"/detail/3b1a9c59a6e74cd7b598f3e656e448ff "
"/detail/b6a13b68d03a490b82d31a73ffb08309 "
"/detail/794e7d4aff6d46558f9de397925d002e "
"/detail/eb3c95e10d014c7f8552b11982a494a8 "
"/detail/42dfa224b9bb46c2b2a0d2a5b48a3261 "
"/detail/a47443a4dbec498ba70e35d4d1ce51f9 "
"/detail/e33c013790c2496e826c6dbc73f88cad "
"/detail/716279dcfb6c4d368751ebd9f33d2a2b "
"/detail/9c84f35b99014b3bb1b38e951ec080d5 "
"/detail/1120bb83879d475180e0f61da88a9ae6 "
"/detail/2c648a0549304a14b191a9ae842efd9d "
"/detail/686baa2f4b7c4c0594f09982479cb461 "
"/detail/6b427a7c18d44b2fba6f302159f132b9 "
"/detail/f495ce30e6864dea9b64bec20e41efd7 "
"/detail/9af1a1c26d66423594eb7963fb6fea0d "
"/detail/dc2e70ea367645688c0bc5c41dd65da1 "
"/detail/a55f53af25a740629ce755debd7d060c "
"/detail/d4d13d36efb74200943c15f89cb633f3 "
"/detail/d1abef13fe0f49c9bca579507016752f "
"/detail/7dee1f725b034b3fb61bc5e0b0692364 "
"/detail/51c9055d34da40a0a32b351e8de28243 "
"/detail/1ffe9d3abba04650b28f4122649d4f76 "
"/detail/53e4a030c1484afaaa3ad9a63e7c8d0c "
"/detail/84c44cdc115d4f7f89312bcd2773386a "
"/detail/bc4df4d42f65462c889181e798ff8561 "
"/detail/af2d7e408fe24e3cadadbcbe89317fc6 "
"/detail/52c3774768084b93b3b9ce3b15bc9e09 "
"/detail/40e6e5c772da4f1986e598a14063a2c1 "
"/detail/e026d0f08c064093878fcf9d91bf61e9 "
"/detail/2357d495879b4d7d99bf70dd74bae9e2 "
"/detail/7e7db58fb04247f585d991a64c6b9c55 "
"/detail/6999d2bfea2748108b056d63188248a8 "
"/detail/dce429180f5440a382a6d1c3b8a138bb "
"/detail/2575dbacaebb48f48b4d9732fc638246 "
"/detail/f454e1a469e1477c8491b71151da90f7 "
"/detail/c29d868c91914b4a8b266b77fe7a790f "
"/detail/de9f7ed32b79420ba085e18f53581b38 "
"/detail/8fecf669e0f64cc9a65159b1808fb1f7 "
"/detail/97ce3c6b3fea47b7abdf18d508e9cd36 "
"/detail/46d24608a0e14112b0f6dcde1c3dd626 "
"/detail/28ddcb93dc1742fba7336e14894a5402 "
"/detail/011861906b1a4fdeae65d5f5ee686daa "
"/detail/4a67c927b3bf4ceb94e08fc7f5036a29 "
"/detail/421a3fdfd0d5460ab528e3707ca11a78 "
"/detail/4374fa17780f448e9d5cbd2dcec813a4 "
"/detail/d8c29aa25e6c4ab8a522bf7b9b0d98a0 "
"/detail/580bd2ddd380409b834128273a2c7f70 "
"/detail/3b9fb0bd2caa4b15b462da938ba7b983 "
"/detail/3bd15e46f3234161a3a86ac171766c25 "
"/detail/9a0708dbc79847b5b41cfc0fef11444d "
"/detail/7e343212f7d849278d9336a7fe9d2d83 "
"/detail/6b0aaa5c30944c05ac03d4d7b13fed5f "
"/detail/2df2a8bacbe24e83b3e1ceecfa8cf947 "
"/detail/55b16eb5c4c5461eb9e33ec4926bd776 "
"/detail/1e5ca12938f146c7b135d6982fa65324 "
"/detail/6279e85c754a43909de87f0d3b858351 "
"/detail/86a1eeadbc7942cd815d907d267d6433 "
"/detail/da5c188619c94a1a9e58024953f4ee37 "
"/detail/80f726953def42caab298d541ba142e4 "
"/detail/1338a197b0d4419c8c67e229b856e7ec "
"/detail/48f5c1be860f4a4aa8ef2558a27ed0f3 "
"/detail/5412ef415b59461caf3f4bb3f5f89d1e "
"/detail/9a288573efce4b2886995afae94378a4 "
"/detail/57eca91396d84460b68466ac21bbdbe3 "
"/detail/0a38581650a342bb97478e5552350b97 "
"/detail/de8c9ac112a7484183fc8accfe20cc15 "
"/detail/78f5e0f7431f46aba083791cf7ade7e2 "
"/detail/bb1421f93f174e7dafa01223013a6e18 "
"/detail/d6ea654940b14d4abc5b5272fe77c8a4 "
"/detail/3a7f238996014f9e85a0d0bb4fc03376 "
"/detail/23fafec2505f4bef83636d4739b4bd6c "
"/detail/fb95b5366bad4d61a0b243be4b945a9c "
"/detail/0fc5c7d33c1e4d92b12a10776e1c0ac8 "
"/detail/66d65ab9ab034ac59e737c04ff6a6d36 "
"/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e "
"/detail/89320d5b21964d1f939b3b0b4fd339fc "
"/detail/8f1332eb43334d159175a80ed6e45057 "
"/detail/7d682adedafb4e14ba05509ae01999e4 "
"/detail/84e07f7cd9c1411ea2a7da49e2e21b73 "
"/detail/b51c8639807845418428a27ee2eb72b2 "
"/detail/d838dc81ee0e422e80d1a0127bde58da "
"/detail/1a28462341b049dea52897bcb7876d3a "
"/detail/22cd958d4e714b8183e39be0b6d03783 "
"/detail/d7380a9a4f3b49ff8351cec5c4f3a5e4 "
"/detail/ab8775d01f5949539dea74ca9a4a3e9a "
"/detail/9be09226017047028510fea5ce871e75 "
"/detail/cebd6870d42d4596a17c2ca9af88d3ee "
"/detail/79c9d3a631de4e089b25c1f3b1fb7f64 "
"/detail/235076e5eb394d5f88a355cdc6756233 "
"/detail/2c17348426904b78adbbd56e90963261 "
"/detail/a7099ab4876046a98b9295949827980d "
"/detail/6091f7d75d564ceea949f87b073acd38 "
"/detail/c06b5e575c4a457fbd37ef869c02513b "
"/detail/513ab9793dd541e6a6dff9033f99756f "
"/detail/75950f9a8a9e479799900e82895bd54d "
"/detail/223a7aef5359423c92890b2333d728ce "
"/detail/d2fd6b4fdafc4ecf916417345df862c4 "
"/detail/eaa8707def7b430a91da7748f3ddb46f "
"/detail/7bacb3348af0498e9faae4568ad76aed "
"/detail/4947d6bd2cc24a69889095e157ca11eb "
"/detail/f38c7c9ec7ea4a3d9cdff443530f7473 "
"/detail/564cbda34ebc45fd88adf5b9a2debf6e "
"/detail/ce4df4ae1be045d3851625734fba2c29 "
"/detail/6d2780b6d2044889a63336f6b59995ef "
"/detail/d3c9cb38a11f42bea374e7a685bfd828 "
"/detail/c7c27c6eb6d54599839a560978452979 "
"/detail/9f6351143c2e4991a71d657a8af2c6f1 "
"/detail/3a3ae3723be546c582caaa1de842d6a7 "
"/detail/76926eb3d6fd40259255ca26eebde304 "
"/detail/5b896d4a7afc4b98a613c62947d9e153 "
"/detail/3eeb8106ed964bbe973312202966834d "
"/detail/b2ca25f5540f4fc2adfeffe678ab972b "
"/detail/fca1613aa50444608ef93a7ca5d619ea "
"/detail/7a1625f80a3f45ab9d2cc00df91293d6 "
"/detail/860480a44d6c4cfc929c0344e1942df5 "
"/detail/5e44638268114de3936927e65d20a27e "
"/detail/39ce21d94b454ebb94b8a2e0446a8706 "
"/detail/6a9d83423ffc43a99ca6cc2a0b336a93 "
"/detail/aa1fa94e3c954a688da24f834c65163b "
"/detail/1fa56cd16fd342a68d7e7d8cdeabd399 "
"/detail/0eae0e6445054089b67c31ccf207384d "
"/detail/5b2775da097e4b46b26b5ae71b4b687c "
"/detail/29424506f7c34f70a500c369ecdea554 "
"/detail/736c9e732c76495e8eb1a799a30f0177 "
"/detail/ca36542c88144a32bcf8123977becd7f "
"/detail/ea71171ed23b4aa7813e707c45d8b9f9 "
"/detail/73d10eecad344599999fe4d9c0ea1fc0 "
"/detail/7266f2f810b64d63b49daba3c14c709a "
"/detail/0e56c79bb26b423dac3b0733a0d12505 "
"/detail/c46d0d6318e14d67967aaac0a2f0873c "
"/detail/9e43a614f83540769b8d47b80b0090e8 "
"/detail/147c921683254c869d791b762f581652 "
"/detail/d123f99db9af4e07936a0b83cf30d5d7 "
"/detail/adf28c1b866641ca80805eda0f657e47 "
"/detail/9f308d735bcb45bf885dfd7773987b14 "
"/detail/ccbec01b6215447b958d69714049ba7e "
"/detail/b7fe7724a1e54ffa91c3a13f0d450ecf "
"/detail/3d22f41677d94976936216f44b7d1d96 "
"/detail/812d1d6712984713a099b4b9c534e63d "
"/detail/d5e375ad9cf54f30b03e5cf799887413 "
"/detail/13fc6081b463493bae72fd022e0ce175 "
"/detail/0b88c7b09a094acca81130ab0db001a4 "
"/detail/c193c5c3677240ba8498cb282694a75a "
"/detail/67ef8355241247439985d82398c0d189 "
"/detail/c7c87b8e578f4c13b655c67efd5e5d64 "
"/detail/3a606f0040f04fe88fdb1df4d774ec41 "
"/detail/825379f6496542848751bd01b143cf7b "
"/detail/8afd4184fa7f4d01a834757de91b5059 "
"/detail/4923e5030e564ff1a708ff6ac8b9aed1 "
"/detail/ade0fda859d64d3c8ad1ab7783a9f735 "
"/detail/fc5709bec47340b7b8a0b5d90253fa17 "
"/detail/82fc6839397d43bda26b8cf261fd0aa5 "
"/detail/dbb9e2c1350a4b0dbfe3ef47d1c1c790 "
"/detail/223683af9768435db87042061baa2eee "
"/detail/f147c0dbd17246929f9d708a5e94e51c "
"/detail/93948d7989b94abbacb620e3c3a4ec2b "
"/detail/cd2a31b6fa7c4f04bf1b041aa337b39d "
"/detail/4ffac914d17a43c0a775c4ef52ead09c "
"/detail/2b17eb837cc749f3a9be753d7393c3bf "
"/detail/9e854fcc08194421bb34ff19988ae0f9 "
"/detail/8ff368c7ae354c499a346876f9b6b1d4 "
"/detail/b5e113ecd40243faaa59a71fbef398e7 "
"/detail/7a768155a21e446db594b41749495d52 "
"/detail/e38819232c9343d7a83b58ee58c4296d "
"/detail/aad2499e5ccb43599d8a0f6ed63a44d2 "
"/detail/9d891704072c4cf89be26f02b5e52f89 "
"/detail/8172d520bf5e4e3e82991f492bde5810 "
"/detail/6e7422ee1e14437dab0d4b86288998a1 "
"/detail/9aa8a4b4a20f4d20a8a652722876cfbe "
"/detail/32b8cf0cbbc64f0dbb8951144c1e73e0 "
"/detail/8001631ffb284a179d43e87870727de9 "
"/detail/da67a770431e49a7885349947ace10f5 "
"/detail/b26bdf02158045c5a3d93f2fb420559c "
"/detail/554cc9397092437c854bf1a94acd5985 "
"/detail/8744f38d033f46e3aaf2c06103e9e28d "
"/detail/94a5aa0b302a4de58cb0e9f3b895b0a1 "
"/detail/38f3db75512c4c2d851932df9704eee8 "
"/detail/bb6363edb21d4aaea5877721ed49d030 "
"/detail/8fd9c0855ace40b5a709732863b08f68 "
"/detail/f7e08dcdc51e41b4ad81103bce005171 "
"/detail/b74791cc2ea649bdb479112740ddcbb0 "
"/detail/6c7d9532c9a84299b0d35b0a3685dab8 "
"/detail/777ad251e96f437ea6e1a9e0e99e5689 "
"/detail/b0843c436907492a8b912e0ce3d0f2eb "
"/detail/9342b8b153f6436aa71facb1d5b03a2a "
"/detail/ebc2c9c1cd36485e931b74457ff137b7 "
"/detail/058907348d8d410ebd3e4bb59fcf9b79 "
"/detail/4696b6b6ec794671b37302fc1f93daf4 "
"/detail/1c414c3a7c7b4b7ab3f0815bb0c72aa1 "
"/detail/e95bd5dfeafb4c9397cee2dd8201aa4f "
"/detail/8788961846284716b51d6afea81eb62d "
"/detail/900f66b23fdc4eee90d44b04169d6131 "
"/detail/21cc8b147c824b55a037ef16780c2469 "
"/detail/935311775631436e9bd04e5b0060743e "
"/detail/22203ddf29c4433380f235594c63fde3 "
"/detail/00d20f96596447ebbe8851a58583a056 "
"/detail/9a0fe2c1314d4664b0b019944e4841ab "
"/detail/a8646e356faf4e8c90e1f82a3805ada7 "
"/detail/146048c242aa40bdb0aefc909f8b28e2 "
"/detail/21f2cc83ad1947c0934df1c9c9bb2131 "
"/detail/7bd1955059824b3d9d743d6a79a0328c "
"/detail/3133afaec65b4c5b9cf9c99450a8e5de "
"/detail/d8487fdb67184a98bdecbac7e3b1ffc9 "
"/detail/a14f6caa6d284b6cbda4bd4160e2b5c0 "
"/detail/475107a5a2bd494796067d8a8bab5d25 "
"/detail/342b7065f15842ec9a20d30a421d99e0 "
"/detail/a0ba480c6574462fb41de76eece5a313 "
"/detail/71cb80a431f346c89fc18841deea8b07 "
"/detail/6ab6db0948874fe180b764fa18a353c4 "
"/detail/5dfbf69c504544c588343f8b7efad7a9 "
"/detail/d2fa9f59192d4ee48b389e6cf1c07423 "
"/detail/d97333ca46504a8389743badbc47d068 "
"/detail/1c4405fead43495eb33265152146ffd1 "
"/detail/20f53a65ff514e5abc5da9ad24a75850 "
"/detail/2cbe783a38a74d4688cd930b1bbb07bc "
"/detail/df4c7cf058724854ad97d561e1274b40 "
"/detail/d9609e08462144b4b7f476562667c6be "
"/detail/cd3ccd244444443dbe5d24d25d29e1d6 "
"/detail/db8dbe5c17ff4663a4491668ac4f3d17 "
"/detail/178b13bd15a34291b1fc47d27b13c4ae "
"/detail/bf2bd9e4050143fdbb080626c8ef9c9d "
"/detail/ba3034f6bbfb45e0b2d0f6630ab6bd44 "
"/detail/2cacf307e7794538be9c8c371f3b9b1c "
"/detail/83d2f1a524c841cbb7dd84b8c3e9f33b "
"/detail/5a1b28c7f5a7482786ace6b46d15dc1e "
"/detail/91c047d4ae304b3ba0514155f2e018b1 "
"/detail/46af2082eef248318d5b2ecba74cd0a9 "
"/detail/e4ae3278d86048df997bee1e6a0d5ca7 "
"/detail/85e7f4d019ee4fb586572f3607201bac "
"/detail/864a06657be849748d04cea62e192b95 "
"/detail/5be97664f77b4f00b198fb8779ea364c "
"/detail/2d82632c1ee34c19b040e3e4ad8f1726 "
"/detail/e501ceab99da4c91808c2faa5e7fa267 "
"/detail/9e8aee1cf3b04f649956e076dba0fe22 "
"/detail/0be2b9f74fa5437fb4c7a627b7d3e9f8 "
"/detail/71f9cc36ae2d4d9e9be259d7b7e7f3ec "
"/detail/14146387c903402ab16a2045a60942ef "
"/detail/58a73a1465684b519de7df61b3180a28 "
"/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f "
"/detail/dc7a596505de4d38b5d0a3c8caa61b9d "
"/detail/25afe30a2a8f40a1b42355ee36e6b7e8 "
"/detail/9527a1489fad4b2293e8f4b09c07ee8e "
"/detail/60fce2dd446d450bbc62f0f1d1f5e509 "
"/detail/ac3b2b22a0bf43fea96bd689b077716f "
"/detail/28902fe587fc4d2c8907793bfc3fa7fb "
"/detail/a90ac493baa84d638f59267925de06f5 "
"/detail/78842c1f55f842a3b0fca229c9bc9ab1 "
"/detail/9803ef0a5bd64df7925d48b7e0849934 "
"/detail/c49dab2756154febb2b0c8c71f381241 "
"/detail/fa38725245af4973aba61c6e0dc86d51 "
"/detail/044ac3e4cac94813b2ac2ce9c4069cda "
"/detail/d58afb50188c479bb01fde41751392a2 "
"/detail/a0c36329b1e7482cb3161ea0a2e10257 "
"/detail/7ddd0dab71eb4f73a98aabc91b0649b6 "
"/detail/c1ae25f381bd477caf1a7b98fb0f3557 "
"/detail/addd2366c4d84937807fd43f0a24a533 "
"/detail/60bb8ddb6bbf45029e2302dcbe12766f "
"/detail/bcb4831422614776913db46bb1728feb "
"/detail/0d7d73a2179d4806816b48a04ec47d3b "
"/detail/37418b34407f47c48d15e64e0def52cb "
"/detail/84f86f69152e4a8289bbb8c5f4ae34c3 "
"/detail/e21c41431949423da782f2d3870c6c9c "
"/detail/15746b398e0b4224b357cf603b6fbafa "
"/detail/24e213aa7b82403eb9c913dc8479912a "
"/detail/ebf814ae8bdb4e64929f6606b34305b0 "
"/detail/b083ac70cb34480fa81669a46936f002 "
"/detail/80244177703f45d5bdd0e05bf2733726 "
"/detail/4629416f4e1a408b9c5dd02fbe99c296 "
"/detail/a5f3d4acb81f40b3a78c606aaad79771 "
"/detail/b521ddb7cb6b48a9a72f411e3e254d77 "
"/detail/5b8a2787fea3490b88c837349bf62d42 "
"/detail/79e9d5f3f1014e72aa38235a8861780c "
"/detail/6bfc1158030244d69dbe85610cf72b40 "
"/detail/4ff1f44e386746d88fcb1030d7e89007 "
"/detail/b7aed46254754673bb47c604db91e2ee "
"/detail/d7bee9bf0a40497a804fa0385b536cdb "
"/detail/4aa8c4163ab442f38b3ecdf00c5e1d5b "
"/detail/3c593e45e2394de4978bc6934df95f11 "
"/detail/3902ca29df67403ca4681d3549fa9cd6 "
"/detail/4ba5d61a91fd4890b529eb3467beb499 "
"/detail/db1395cb1fb14a048aab87b46544a948 "
"/detail/d7be54adab8d423487ae6e846861df92 "
"/detail/29cb9ea1a189487784262a7779d13a85 "
"/detail/a3f824f5aef14d2d850c826c777920a5 "
"/detail/79ddc0b4f2db41b29ac650c3bc839720 "
"/detail/385d7cf0abcd4bb6b6e96120b010e19a "
"/detail/09903f9672a44388b8997353a8d55a80 "
"/detail/064181fa0e28437ab91f002212855082 "
"/detail/5aea2b09c5384822bf706ca3c60d4ad6 "
"/detail/89234dfebdd249ba89e895caa75a8e98 "
"/detail/7e860aa7d39a4b7e967a71376f296841 "
"/detail/571cec39bb4b4bd2b82f9691c37538f1 "
"/detail/9718331cc48644dc9a70c31b297e11bb "
"/detail/93343835c1f247b595f8acae598129f5 "
"/detail/55ac97755f8347ec81996278a7411676 "
"/detail/86dcad03888645ebacd74f5f9b45492e "
"/detail/bbaafed77ac047a6a1a8ede47986765a "
"/detail/ef971e62d5ba43ef89428279a4e4f8ab "
"/detail/47cbf9a236534cdd9bffd411470e6760 "
"/detail/e1f1881db51845968707e5c84bbb51d6 "
"/detail/f2cc5305b0074d929da5b1811783eef8 "
"/detail/06f5285f7c89416cbf1e0ebbe45889e1 "
"/detail/8efbaa062bd340c89abe4103a5923a2d "
"/detail/7508930ed79d43089596c38c724d3fc6 "
"/detail/de4fbe390fe64b68a3d05f21cbfcf847 "
"/detail/03906f1c164d451bbc837fec1dcc5b46 "
"/detail/3fcd6a45904b47dcbe5dcf7941e0cbdb "
"/detail/5aa8cffc14774db78ef5a7a61a59de69 "
"/detail/8e79293ccbbf435899379851109c7739 "
"/detail/647d66cd508e489da41fac3a3518c594 "
"/detail/d685bdcb3b0147cfa30e757d82cd8336 "
"/detail/3150325d064b41258ef10471cd67e519 "
"/detail/5215f771814f43ec969bfc714d80a9df "
"/detail/18214a4f2c11403889295b1e21e12840 "
"/detail/d31e12ef14e54e18a1bf5026f3ba3fb6 "
"/detail/6a85cf379d1f4ec9ad2ed0c1f6d62a92 "
"/detail/69b71f5323b942dc994f407feff79329 "
"/detail/a2df2336ba714cf6ad7946ffe6e77c46 "
"/detail/2246484f6078475a9e164ebbe8a78465 "
"/detail/eeab1e02f9724aea89ff97bd209f86d0 "
"/detail/d1da8d6186424a758ce18b64786d0553 "
"/detail/e957624e10754f339cf9485799eca243 "
"/detail/bc9ada3d203b4e4bb1b2f87b3115320e "
"/detail/c30d01200d37415cbf58cd9ff361938e "
"/detail/8013a23f7b2a4e45af4bfeee843165bb "
"/detail/5923952d85224b7983153c0fca26bf9f "
"/detail/b1997173ae214beeb386947c810f3df3 "
"/detail/9c5868f2f56440108a727f9f00367985 "
"/detail/03d6296866db400d8e0083a91c5dc96a "
"/detail/a5acac639ec942bf998f52e0ef1e97aa "
"/detail/e4ebf4f0f7854259a5a8cd7906c3b2cc "
"/detail/bd0eee6c43ee402bb67f88065bbbf665 "
"/detail/8d5cadf550634e54803da9dc709444b7 "
"/detail/cce3334382154e47bc7040a9bec84a83 "
"/detail/087b73aa66c642ef992e95a0c643293e "
"/detail/13dc36a753dc4d6585ee8a7b0bac9b51 "
"/detail/5e4fb2aad6e24dc78b83e1c82451aa79 "
"/detail/986e8a7d251f4402bb8872a838dd16a8 "
"/detail/4b1204f149c94654b7ba897ab73cb100 "
"/detail/22ce93a26cdc4fe3b37b1d06c45b54db "
"/detail/24ac2a48470543a58d221bae82208e63 "
"/detail/ffc56ffc13a343c083012059bd4a046f "
"/detail/5764615789b04c18809e44fb3e9fb4d1 "
"/detail/e04458251cb44bb786293552221fe969 "
"/detail/ab08202a13e8487598516a561d424172 "
"/detail/f6fe01449ebc4240a961c15d4f980759 "
"/detail/ec2ed492f5804dc295eb6d65e542e97a "
"/detail/cafef8a7c3024299b1e4c06a0124fb1d "
"/detail/383629d6f84b4e9885b52e0501270834 "
"/detail/611555a6088941779503f03eb0c969d2 "
"/detail/fa84795b2a134cb9975e684069324615 "
"/detail/ec9a0c00d5cb4574aa7d0b53ab3de3ac "
"/detail/e4ef3694d9d24cc880a155ec8d42d0d5 "
"/detail/40682a2f02244a7ba81e187512dd8759 "
"/detail/8530049f706a435ebe247dcc3980bcd5 "
"/detail/5f401c6e75984a25945be9d095513026 "
"/detail/a4ba6ee1b1274d409a54be880e2a8397 "
"/detail/16f1172bdc974058810c9b1dd5ab901c "
"/detail/8f7cc5a9e91e41718da5f292f842c62e "
"/detail/32a1a48b09594d77901d0f75bd798453 "
"/detail/8c881359e1a94f3d8495f389d18bccc8 "
"/detail/c5ab144f495c45d1af742173eb811222 "
"/detail/5b6f1c9565314745a2496c81220d4588 "
"/detail/988ae395a3fc432cb0a2f00be78f5a1e "
"/detail/e8c5e3e1fd0f4286b2e1592b9ef66438 "
"/detail/cebe6b1c495b4c788e61e948bbbcd2ba "
"/detail/b8fe82492f7f4ad1b92691e5a59c5fb6 "
"/detail/7e6e360f37254c1a9e47ad7f8e54a267 "
"/detail/904e770737a4479f85c978bf4837cb96 "
"/detail/f596f4db96b9481999add056f10d6b8a "
"/detail/45f9d35a14f54849be24be2ce989bc17 "
"/detail/4863edfbbbfb4784947475112c5c6b06 "
"/detail/7cd03d8fbe5149d29f832752d3eed41e "
"/detail/8bdc30c055b74897b022a3c3410c0b7c "
"/detail/2ba3a0f1b2b54f018c8d34be0c0a1097 "
"/detail/fcdd061c791b4732aa5dd3df03d29fd9 "
"/detail/f9e6e17658384098b9a168b0d9f9bce6 "
"/detail/420f2c6f2ce4410187a6e04d368ab872 "
"/detail/419be1a22e4f4cde81cafcccf2346647 "
"/detail/0bf055a00c2344caaa7693f157d818a0 "
"/detail/5291afba31a242c689301a2355f31815 "
"/detail/321110f6868348d8aded09f44e02bfab "
"/detail/1f02a248c8674e56967eae51584cd5a4 "
"/detail/b58cb4996122471b9fda996a3ba3cfbb "
"/detail/8267a6ed8fa245f083dbc3ffbaeb0739 "
"/detail/940de9504e2b4067bb89e8de2687044f "
"/detail/232bd3033d3a4175a12eaa0213535571 "
"/detail/064b2f5ce1cf45828d8a684903b792a0 "
"/detail/1f0e6226fc544ea596b52eee94fc2038 "
"/detail/acd6e529a06b4b0c916e81a208467b82 "
"/detail/f24a972c47aa418db0d580dccadd48f3 "
"/detail/af047d256e3c4669a83d55cd27d233ac "
"/detail/e3aec067933045a2934bd1e3856c263a "
"/detail/d3dae4769c1f484d892c0a4ae14332b0 "
"/detail/590789e000fa4a49ae4b28ced70716d4 "
"/detail/8bcae1b9a49249a4b3f2c96b77db5dfa "
"/detail/47324ae544c64dafbe3d389e3d738563 "
"/detail/0d083b04d5b1499cb8d2c8f07cfd82aa "
"/detail/743b3fc7e0aa4e5ab4a22f6c9804238e "
"/detail/7f1a372aeec34610aac43b93c1e17239 "
"/detail/e5688a9e11594b8bb9e2c34548a47a9a "
"/detail/588c88b5694e4bf1963900ce06e7099d "
"/detail/c3c5f3c42491493781af1e9abe90dc53 "
"/detail/2c56bd038b1749599bfb21b25e67d770 "
"/detail/9d1bc34ee7854870a3837049cc03bafc "
"/detail/a48bf32d3b29479db8f8984a1ab3903a "
"/detail/dc876c5c48e34bafa9dbb8a1b2baf2a8 "
"/detail/12e35e3860794b3ea41262d7255b07a7 "
"/detail/5ec944d588814c3c9aa70030aba8644f "
"/detail/3fec8d035d02433aab0aca0c2bb57b05 "
"/detail/c9f7169d6c634a469b70acd25d14f1d0 "
"/detail/76f8c965983e41938d05f042a45d27d6 "
"/detail/27501ffeb29548028d45e514eb965b38 "
"/detail/fd45c61b9423447dbc595278ec62b501 "
"/detail/e74c5842b9bd47b6847a0a7a0bffaf69 "
"/detail/eb4eae3c143645b5a1c9ba9848978add "
"/detail/0e45ada47c0c4deda523009ea5153949 "
"/detail/bb7edcb919e84ad7906349eeb9e266a4 "
"/detail/2e66ad8890e64275ae068ff8fcf62751 "
"/detail/8847592e786b484f94bd6f33a7018540 "
"/detail/302c26630ee74ff28738a844ed269886 "
"/detail/a4a8c86177954121a5c1d21756b47a2b "
"/detail/7abd39251b884db38d6570f67f42edbd "
"/detail/97a8d0d52114451ebd70f2e5b619ce79 "
"/detail/61debda1020043959aa497cad8711d71 "
"/detail/27dcb1c816ca4993b84b75533b43a3c1 "
"/detail/f9e6a52627ef4309ab2f12c70e13ecef "
"/detail/ec1436da1e4c4f03bb092b218ca78cb2 "
"/detail/5c8ccc79abf34acbba63eee33f345362 "
"/detail/2922e1c652d14640b5297d979a67ec1d "
"/detail/449941bbdc124da9934aea8639aeb553 "
"/detail/484eb91b1f044864b5835a7a6a41f3a7 "
"/detail/2070c1c33600459db6737c6f3f590c27 "
"/detail/606d0c3308af42cb8190c9b8f93d7bb3 "
"/detail/5875e90a4149478caf4f73ea218fae7d "
"/detail/9cabdc4628d94dddb38263eebd47e238 "
"/detail/57a114662b194695aed693e132f04197 "
"/detail/fec38e32d53d4c3190d9e75fc6e40d4a "
"/detail/4bf67ef6393046e9bb168c3876bc0ea3 "
"/detail/38051774fe2e4b25bb088d2348ef96ed "
"/detail/0d9bd7ab6b1f4988b84030a6642b8c2d "
"/detail/2736cbccf2a6485e9f7cbb59edb614de "
"/detail/b574e4d3cd984c71a4c4b44847328506 "
"/detail/185bc39c5a1847e393741703c8d49628 "
"/detail/154c966e47814229a82caf1c469037cb "
"/detail/473a4af565d547afa4bfa757a9fef23f "
"/detail/627879be3c784c59a890ee6c8c477387 "
"/detail/3c47aaa233eb4d14b599e481e5ccbb62 "
"/detail/454f5cd6f77f4e4bb23e2615979cb184 "
"/detail/3b4371c3df074e8d906459ab46dfc83d "
"/detail/b1e9790332e54d3488a06ab013689bb3 "
"/detail/696571e2efef43a1bf0e6634566035f3 "
"/detail/0918bf136f3943158b3458086a8580e8 "
"/detail/bbf980d14c81437c8c1898a068b4650a "
"/detail/5de00f5626724875a3aa7f3bb36cf6b0 "
"/detail/968ca01825fa47eb8ce2dc85ffd52caa "
"/detail/57330490ac644dce9a00f45654547a3b "
"/detail/780a1189b44e4b648d0418bdcd777bd5 "
"/detail/df5a58b8dcc94914b6615912041afb04 "
"/detail/cbcd83969a784f79a80cf7c950700d16 "
"/detail/a674e72b881b4c76bd417f083588ec75 "
"/detail/c3cfb533a7ed4b259daf5e1aa1b72064 "
"/detail/3476d7fee9134b05b44b90bbc9e2f29f "
"/detail/ad30bbf74c824b6b8bf0d9c4751cf553 "
"/detail/b277600c95ed4f71a42e4b6566cf264e "
"/detail/e59715cfff5944048ce8b35f62c843e5 "
"/detail/c89454be79f34e98a6189b139bdd5b75 "
"/detail/6fe148537ff5433d818bd1e35aaf93b5 "
"/detail/df852c71be134b7dbe1bc31afdf0b020 "
"/detail/9b4c7318e4a8486c98247e883aa9c1b1 "
"/detail/9007cd31d93a413e98842eb324e917a3 "
"/detail/ed7212270df04f3583cbaf06905f137e "
"/detail/d05764de5813432480154fd767ea097e "
"/detail/4d27b61e6f224e35a72dbac23ad950ca "
"/detail/a50d7d8d5935490cb81982dee57a4270 "
"/detail/c788e5d090164b0fa64cdbb82fae52ec "
"/detail/05ff8495c5d1441b904495ffa2218e73 "
"/detail/127a309a47054170b3ea838a99b0ee41 "
"/detail/0be703b7d3ce44919cf7b7b26537b92a "
"/detail/965a1523e68b418f813b314abc03aa63 "
"/detail/f8b73f343bf04d6f9b9ddf119b67e1e5 "
"/detail/7190a7a5a60f4f4bb59cdf6e217a05bb "
"/detail/456dde9c21cb4fcd945e49c776ee651e "
"/detail/0d649f80d88242aeb2e5b317364aa3d7 "
"/detail/053c65372b1843198294bd3272c59c18 "
"/detail/28916adf88504c208540d811b87234cb "
"/detail/43a4e4d08a6a43deb89d4f26ce763959 "
"/detail/14694976ab31454ca7b5de13fd4759a1 "
"/detail/cfc910b80b5245ab84ba0ced40038bdb "
"/detail/a91e7d16464f4bada94dcd90b9d0d884 "
"/detail/89b6ba737b0d4d7991bc1a0aace13cde "
"/detail/d777e7a1b68d4ae2b1d3d6caeb8f8f0e "
"/detail/c6ceba5135154f4b80ff0149db58cbbc "
"/detail/240627a9c55b48309edced91da7f962a "
"/detail/a5fd695c8cde45ec81fc5e2129a75e5f "
"/detail/b8033a03dffd457d9d5d77f2a3bf7fee "
"/detail/20ca4616a5d840bba62018714fa84602 "
"/detail/e3b45041e7df47bdb1fbad3d88cb4889 "
"/detail/6da4022e4a06453983444f705b4946fd "
"/detail/a64bfe2bf477479582bc88e15cdfcffa "
"/detail/4761672a8a7946669492ef1dfe479955 "
"/detail/78f38260736d4a05b6c3854b039c6e62 "
"/detail/354c972869354bca9fb3dfdcc94e18a9 "
"/detail/614ff186fc9c4ca2a8186ea7a406ffeb "
"/detail/91fd46b5cc594a408b32635e4a9ac47c "
"/detail/03fc83c87ace43de8ad816e74a564e78 "
"/detail/f495ac94f51a44f78161b065cbe2c8d5 "
"/detail/4c851e484c174484af59a79732735cfc "
"/detail/56e1e9075f8d4e1c96d6104a4076cc5c "
"/detail/30705084226b46ccb71816ad2bc4f02f "
"/detail/779fece85a8b4c2294435b95e755be25 "
"/detail/e897c664879a480b9669494b170fab52 "
"/detail/a708255e69d84bf99fe6087ac48c123b "
"/detail/1456107984364ea1b312b8aa86fa1b34 "
"/detail/a089ec3e1a9f4cc1ad9b66cf6629d984 "
"/detail/6995504de8844f4cb8c0227a537316ab "
"/detail/2cd7c22194b14c3a89b02dd7f288eded "
"/detail/dbf63c55855049f6b87c89568d46fc4e "
"/detail/40569f1715a042c39eae0ce918e06b16 "
"/detail/88d90d9342fe4af58dcf5e3f548660f3 "
"/detail/3593c38c2d9c43d29a63d059105eace2 "
"/detail/df060797678d441c821377207c4c70fd "
"/detail/15f6f238934f41999aba56578e5d26fb "
"/detail/25b36dc7c4f2457b986d77bb4c3e2b7d "
"/detail/2378a256da4c453fb836a2624a598c77 "
"/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/019fd61188597109b4eae657cf2de774' , '/navigation/075251ee45644d14bfeae2fce50073a0' , '/navigation/01797e0437b3448db94e690f14f43e5f' , '/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/882667d91b2d4ab5a8cb33bcce661e38' , '/navigation/35da856933d947239055eaf099933e29' , '/navigation/4e2522fa9ec04f46bcab12cd36925cb6' , '/navigation/552f1d0a97d7418d822959705696a65d' , '/navigation/7623cc38e1154a2797227b05b7d74503' , '/navigation/78c4ca0a6208486cb940907b1298f747' , '/navigation/37476b928c114f0692ad5a37af14e66b' , '/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/d3000e05adbf41ccb0952539c25cb21c' , '/navigation/1b15b427e9cb40b28d537a893668f15a' , '/navigation/43c83d522870493a8ab2df8abb5d556c' , '/navigation/49f823826b384871aec230ae7ee2f154' , '/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6' , '/navigation/e5a13fc2f1c542cd9057c9488b5c559a' , '/navigation/01fb819fa75744c8a56fdc0981381ba9' , '/navigation/7182c23f1e214e85adba25d65afe398a' , '/navigation/73045f602ad1421fadf76dcecc9ca960' , '/navigation/89a9b23c1a8b41c2bb4a66032fda3981' , '/navigation/a585c54285844d1ebd1a64392ed3ee8c' , '/navigation/eeadca367c544275ac141449b234e23b' , '/navigation/0efa889b062a423c8fd11a73b02e28f4' , '/navigation/52daaaf1c14242d699b579aa2eadba48' , '/navigation/8537420f2eb44ac297adf8c04e163b3d' , '/navigation/d9db2acbb0ef4cfab89a07bc122d204c' , '/navigation/f501cdbc9c1c4609a8a519e227fc2bef' , '/navigation/f59522a887f947d8864e42c4ebc39266' , '/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f' , '/navigation/c76f09f24f1942b1822fb275e0080db3' , '/navigation/e10596ecd9474c998247ceb3e50921c6' , '/navigation/f9e2050944fc498ea0537fdb55cba37d' , '/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/d687f11beef5486ca0a27df1e6295649' , '/detail/5ad0a75b35ea40b780720cf5b915396a' , '/detail/1378eb69008245aa83daf302d53e9e75' , '/detail/c9789dff64a84e818673ad6b63714ed6' , '/detail/1aee9e1061a447aca5e7d5bf626f7184' , '/detail/75c130832b864b1d883c42c0521bc792' , '/detail/6094db22fe244f87993560b16bee2684' , '/detail/1ba80ee4d019453ba2aa88f20a2954b1' , '/detail/9b7cd7921b10492babfb3b071b3e28ce' , '/detail/deb9ff57b9a04ac5b7937ec03f636606' , '/detail/a40bda850bff4d1d98b3cdb44d79d403' , '/detail/71ef645991d34e5c87d4df97d96e9e9c' , '/detail/4577c3f67b7f473ebf8a490cdecf9043' , '/detail/e954039c82de4243a515030f9e904857' , '/detail/36fcbddf5e7c422684204f34c1835d14' , '/detail/2d19ad8dccc74d3abcd1af43978d58e6' , '/detail/4beaa37ff7394b238df11006561868c9' , '/detail/aeda7e86ae6a4dfc8d0ba5b4842e8b1a' , '/detail/3588374ddaa8427c81d359c9c2d5ce9b' , '/detail/5d27682d605b416faabdf7b277058a15' , '/detail/ad53b0bc19a249c08c54c5f91b3525f5' , '/detail/aa3031f9fd724dbc9fed884ea62b3cdd' , '/detail/60adae005cfd41038988b61a4a65cced' , '/detail/c1cbde6d260846f689f03e03d33de6a3' , '/detail/40e0dd9fd5fb486c9667f425603b6b0f' , '/detail/dd5ba0866eb14cc0887bde5bd80ed9be' , '/detail/5b0b2d9c0b73499b9bb2924365559894' , '/detail/2b58e21b21f6442f8fef2f3c8417288d' , '/detail/e0b2ad927a764d96be6814ee71d200ea' , '/detail/3c117d0bbeb04eb787dcd6735bfda256' , '/detail/c45e2540a9344f7ab98b991ac5018cb8' , '/detail/0fa3b9a8bb984b1db8e72b24f799bc24' , '/detail/c95efbeda20b4a80b0dee18ac58ff27f' , '/detail/3c91a09af0c64895b0089e87a80ddc8f' , '/detail/fe6086ca6dee4863ae69f0ef34e8d395' , '/detail/aa5ab64a92bb4051a6d6236f60206944' , '/detail/de9e14ad69304d33bf3a8c204c14b8ef' , '/detail/3a3cdfde20274924a9fc00e51ef36f89' , '/detail/093b102990b04b1cab270e866e7a16ed' , '/detail/08ab2c3a8426462bb3c6737735ef9293' , '/detail/63234289a50b4ead88279b306522b454' , '/detail/69aae87b72f942829521d7463062e9ce' , '/detail/62538fdab554496780376410002567e9' , '/detail/d6399176ee78432fb6c74201286a6867' , '/detail/07d9b04730414f4cbd2678f7c233d003' , '/detail/e055fd5de9484906bb837d595674d53e' , '/detail/67ccc0ad07394fcba05373ae540ade25' , '/detail/845b92a516ab49d1a686088cd6c6253f' , '/detail/c9b286376b2f451b9fbed42d70a6a365' , '/detail/6c5cab49e3a544c88a39669baa30e5c5' , '/detail/762f3e441fff4bd58457d81eb2dca8c0' , '/detail/e217d5ef6e0845b7a2166682013b03df' , '/detail/72857ec0cefa45b889fc1c62b7af30d5' , '/detail/9e81ce7f104642459841330a142790b8' , '/detail/a6dd34e9ce3e4019ac3a7c4a75ee8098' , '/detail/7adff263991942e2bfbdb03eab3c84f6' , '/detail/f442329ecc8d444590b548de22f6d9b6' , '/detail/3a48210e9ad3424282ebde08136e4f13' , '/detail/61fe8df70b70461dad8812dc959079fc' , '/detail/80e3780961a84aa2996ac3af489dc327' , '/detail/310cc7ff37c34aefaa170ecdd048970e' , '/detail/8bdda3a3e5cf4a79b865e33743f707f4' , '/detail/ae6c079b650d44b4acf695c3c3130c87' , '/detail/882a0d90845c46c9bb019659a615f235' , '/detail/786db4c246c64b83834f0703ca8d248a' , '/detail/31735ee394174546b9a835372afa3ed9' , '/detail/3fd779fbe9864aeba396b25cbe5642db' , '/detail/44f5a654f8274258b67db104fabcfb76' , '/detail/896d4671d5d04a838506a99ed07949d0' , '/detail/beb4724f64a74e3a8557ae94b97f78fb' , '/detail/dfca2538d5e540b8948ecf56ae57c074' , '/detail/99ead72007414201b6928b05fbbba54e' , '/detail/68c76f185e854e1baa6dc51068d4cedb' , '/detail/5fb296c482ac4d8eb585dd4f1ce98a81' , '/detail/173caba30d514adebc82424c039d30ba' , '/detail/0f3cc4a1dbf94dc397405d87d05d672c' , '/detail/b92f2847dc21423da65c6cd12797f4f9' , '/detail/e94e0c83c189434a940a0327bf28f68f' , '/detail/dba4a06d239047c98cc59f860b14bd6f' , '/detail/bd6868c11d384880af8a46fbec986baf' , '/detail/3e63cff24dff42a6aa160da2d2214e76' , '/detail/9c375873cb664f5eb0a8aa3bd93c82a6' , '/detail/abd09d00185b4a06a8db38c18694c5d9' , '/detail/cbd806e8d01d489aaefef0df987f56f9' , '/detail/355eae192f82463ebd5ad97ba12f70e3' , '/detail/ee888c6c10234833a1b8d2547016db02' , '/detail/cc5edbc349824531a3f8ccfc44c850ea' , '/detail/e8737eb96fe145d79ff2f5afbcce852a' , '/detail/6ac99b6a187a49d0962e40890ac916f7' , '/detail/ff5f7e5baeba4fda98a4c1abd9171bce' , '/detail/00e125510f03484392fc943316160aef' , '/detail/e869c98070904eed8f19f6e40662d350' , '/detail/02049224c56347179fa4c013e2cfcd8f' , '/detail/17c8ad20f8e743c5b4111f96115c9636' , '/detail/6086c696ed2c4ab0b2631cf6889048bd' , '/detail/d3c113f1639b43a79a977e056ec87d12' , '/detail/b6461b77c47e4f998c624a6ad1a17b16' , '/detail/2e7b613304dd4c96824d1be6ffd83190' , '/detail/08fa3b8212e14fcc9b8d37a1fccb4d85' , '/detail/004b11b664424995968a6294d4ea4ae7' , '/detail/81b7e6e753d74037bf5bcd84134e519b' , '/detail/99eb30031dc3465c8fe88a9c89476e57' , '/detail/4585efcab04645c0a9391b83d14f0fca' , '/detail/e268901044d74f4997c8798505fdea63' , '/detail/d9d87897bd6c49b8838c356ea465b8cd' , '/detail/0cf665757b114488b50086b62e4ba9f2' , '/detail/2dcfdf6c5c7c4f7dbacdc994f955863b' , '/detail/7813435eb74e42ec99ac7268fe981733' , '/detail/addca4efc5534b19b681aab850c1fb45' , '/detail/27d8e293cbb54ffca8054c22698d6123' , '/detail/a09dbd8952ca473ca61af7917c926d32' , '/detail/87d994b377a243b6a22742aa6e939d29' , '/detail/46fa8a7f709343a785ccd08b801dc344' , '/detail/9b111a58cd7847fe837346c05a3504ab' , '/detail/6c2593b2a53e46a5a18ecbc43c358446' , '/detail/546f7991cb24470995915c6a6a01ee9d' , '/detail/893a8129ddfa459e90f9afe924aa70ad' , '/detail/a34d0614c2e1433585e1fc3c077dca45' , '/detail/4afe08830c094ce3a373ba6aa9df50bf' , '/detail/d18207690ccf4e2eb1ea56bbd79d4416' , '/detail/c225abf84ede4935b34646a1881258c8' , '/detail/f0a9a1006f454e45884594ad2022374a' , '/detail/42843c39f20e4f23a599575776b060c2' , '/detail/b7cd0dc6a17b4953b76c4a106295436f' , '/detail/5d97db9b33204df4b5cb13e6348076cc' , '/detail/9cef2594dcf54d45ba544c84672cc09c' , '/detail/e86e353355db42869c64ba98c3eb3cbb' , '/detail/0c9cb73c690e479bbf959f0e3d1e7a3f' , '/detail/efca09a8202a4a6e94e79822f11576ee' , '/detail/a3c52de62b3b41b1819f8c35d9df9230' , '/detail/13b044071c454f778b2087cfb1e279c2' , '/detail/642a78988ecf44919664a4d5307ec991' , '/detail/99b7d4978b114dc9ae62f4f74792f057' , '/detail/6f77bc88b85b4276aeb992ecba83875a' , '/detail/664500087b6a4ba283e4d898e8dcb238' , '/detail/f1f3f9e34faf4bae876e7cbfd74a36a3' , '/detail/8cca62901a2148fa92583ce0df48e4ee' , '/detail/f6d02cc910bf4f66b6e2ecef75fed7c8' , '/detail/ce3c8868e7ae4d75950105d4e3d074d6' , '/detail/84f6ced6023340a0bb51cdfcb1069a91' , '/detail/efb314ddb61f4dec851d6ff5fb59828e' , '/detail/bf0d5734973d47f3bb7c62e07bd40312' , '/detail/fe32dccd36e644e6ad9daa7a5a2d8e29' , '/detail/8c6b27460d91442c92bfdaf5adff45f0' , '/detail/27971b9b804e42f58d353f2bc7130fa8' , '/detail/ffb82142f74d4b4d8cc50ff62c1c9e67' , '/detail/08be56cc6f534df68d27f03171ceedd3' , '/detail/22861a1a2825421ab78aabbc02951510' , '/detail/a674d10cbc894ddd9fa5218d01ec29b9' , '/detail/9f58215af81d46569c027634b5885fc4' , '/detail/71139c97314a42d493eb5edbcbbecd20' , '/detail/835dcb0263924e0da9b49201b71af02f' , '/detail/c28a0695d6b249239dd6e2d1b39c1d54' , '/detail/376c3d560b6a4a1fa32a03ad6e348b30' , '/detail/e8b4bcff184b4211a8bd9013008f7138' , '/detail/6406b6957a7248568700b7fd905015ce' , '/detail/e9bddba992024117ba334112ce44244a' , '/detail/3ceb37a732424262915d394bded5a67b' , '/detail/86747575a94a49688cb5ebf2a3413044' , '/detail/a7e0c1764bb94f5f86bfe0d31dd53f54' , '/detail/d8b2db93bb4749148e6b5d380f33c390' , '/detail/d3cc4ca0fd734e23b28c203db6ce3cb1' , '/detail/c49fcae3f4f24362bf5b49f8015c2f41' , '/detail/1a8cddfc80fd4752a3edacbc699fa453' , '/detail/bf6c14c7142e4da2bcaafc2db037e780' , '/detail/3e00721b91ca4ece8e27ab0233981e97' , '/detail/918d83459391497f8e174f3a9b579d76' , '/detail/3a1b61c3253646c68f5344cee8004044' , '/detail/b3d5cfdf93044f0f9da63e1bec0f498f' , '/detail/72dd000e28df43d1bda8984e1b489bb1' , '/detail/d97ff5c6332e44b79b461c54c3a00c8a' , '/detail/e3f86c62030648d6a803a3c8171a424d' , '/detail/008e2a11e0e34a7982fa6a5509b8750d' , '/detail/51070503953f46338ae553aad8369b0f' , '/detail/78f6df4ecaaf4564bb51034d769ad3f9' , '/detail/d7624963bb454897a5dadd741f964715' , '/detail/ea5ed02085434657b84646e25d0ea447' , '/detail/589eb46af3424f3faa9b9dd0b2dfece0' , '/detail/fedcfbe45e8944a4812b2b7ad0385729' , '/detail/96c9a4fdd06e4622b57cdb6a4c8d9f74' , '/detail/87a37e70c12e4d11b345e8da1259da6e' , '/detail/887fab7884184b97b32f3b5bfb02ae32' , '/detail/0b6fc5a273cf4acb89e91ac53291d824' , '/detail/3b1a9c59a6e74cd7b598f3e656e448ff' , '/detail/b6a13b68d03a490b82d31a73ffb08309' , '/detail/794e7d4aff6d46558f9de397925d002e' , '/detail/eb3c95e10d014c7f8552b11982a494a8' , '/detail/42dfa224b9bb46c2b2a0d2a5b48a3261' , '/detail/a47443a4dbec498ba70e35d4d1ce51f9' , '/detail/e33c013790c2496e826c6dbc73f88cad' , '/detail/716279dcfb6c4d368751ebd9f33d2a2b' , '/detail/9c84f35b99014b3bb1b38e951ec080d5' , '/detail/1120bb83879d475180e0f61da88a9ae6' , '/detail/2c648a0549304a14b191a9ae842efd9d' , '/detail/686baa2f4b7c4c0594f09982479cb461' , '/detail/6b427a7c18d44b2fba6f302159f132b9' , '/detail/f495ce30e6864dea9b64bec20e41efd7' , '/detail/9af1a1c26d66423594eb7963fb6fea0d' , '/detail/dc2e70ea367645688c0bc5c41dd65da1' , '/detail/a55f53af25a740629ce755debd7d060c' , '/detail/d4d13d36efb74200943c15f89cb633f3' , '/detail/d1abef13fe0f49c9bca579507016752f' , '/detail/7dee1f725b034b3fb61bc5e0b0692364' , '/detail/51c9055d34da40a0a32b351e8de28243' , '/detail/1ffe9d3abba04650b28f4122649d4f76' , '/detail/53e4a030c1484afaaa3ad9a63e7c8d0c' , '/detail/84c44cdc115d4f7f89312bcd2773386a' , '/detail/bc4df4d42f65462c889181e798ff8561' , '/detail/af2d7e408fe24e3cadadbcbe89317fc6' , '/detail/52c3774768084b93b3b9ce3b15bc9e09' , '/detail/40e6e5c772da4f1986e598a14063a2c1' , '/detail/e026d0f08c064093878fcf9d91bf61e9' , '/detail/2357d495879b4d7d99bf70dd74bae9e2' , '/detail/7e7db58fb04247f585d991a64c6b9c55' , '/detail/6999d2bfea2748108b056d63188248a8' , '/detail/dce429180f5440a382a6d1c3b8a138bb' , '/detail/2575dbacaebb48f48b4d9732fc638246' , '/detail/f454e1a469e1477c8491b71151da90f7' , '/detail/c29d868c91914b4a8b266b77fe7a790f' , '/detail/de9f7ed32b79420ba085e18f53581b38' , '/detail/8fecf669e0f64cc9a65159b1808fb1f7' , '/detail/97ce3c6b3fea47b7abdf18d508e9cd36' , '/detail/46d24608a0e14112b0f6dcde1c3dd626' , '/detail/28ddcb93dc1742fba7336e14894a5402' , '/detail/011861906b1a4fdeae65d5f5ee686daa' , '/detail/4a67c927b3bf4ceb94e08fc7f5036a29' , '/detail/421a3fdfd0d5460ab528e3707ca11a78' , '/detail/4374fa17780f448e9d5cbd2dcec813a4' , '/detail/d8c29aa25e6c4ab8a522bf7b9b0d98a0' , '/detail/580bd2ddd380409b834128273a2c7f70' , '/detail/3b9fb0bd2caa4b15b462da938ba7b983' , '/detail/3bd15e46f3234161a3a86ac171766c25' , '/detail/9a0708dbc79847b5b41cfc0fef11444d' , '/detail/7e343212f7d849278d9336a7fe9d2d83' , '/detail/6b0aaa5c30944c05ac03d4d7b13fed5f' , '/detail/2df2a8bacbe24e83b3e1ceecfa8cf947' , '/detail/55b16eb5c4c5461eb9e33ec4926bd776' , '/detail/1e5ca12938f146c7b135d6982fa65324' , '/detail/6279e85c754a43909de87f0d3b858351' , '/detail/86a1eeadbc7942cd815d907d267d6433' , '/detail/da5c188619c94a1a9e58024953f4ee37' , '/detail/80f726953def42caab298d541ba142e4' , '/detail/1338a197b0d4419c8c67e229b856e7ec' , '/detail/48f5c1be860f4a4aa8ef2558a27ed0f3' , '/detail/5412ef415b59461caf3f4bb3f5f89d1e' , '/detail/9a288573efce4b2886995afae94378a4' , '/detail/57eca91396d84460b68466ac21bbdbe3' , '/detail/0a38581650a342bb97478e5552350b97' , '/detail/de8c9ac112a7484183fc8accfe20cc15' , '/detail/78f5e0f7431f46aba083791cf7ade7e2' , '/detail/bb1421f93f174e7dafa01223013a6e18' , '/detail/d6ea654940b14d4abc5b5272fe77c8a4' , '/detail/3a7f238996014f9e85a0d0bb4fc03376' , '/detail/23fafec2505f4bef83636d4739b4bd6c' , '/detail/fb95b5366bad4d61a0b243be4b945a9c' , '/detail/0fc5c7d33c1e4d92b12a10776e1c0ac8' , '/detail/66d65ab9ab034ac59e737c04ff6a6d36' , '/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e' , '/detail/89320d5b21964d1f939b3b0b4fd339fc' , '/detail/8f1332eb43334d159175a80ed6e45057' , '/detail/7d682adedafb4e14ba05509ae01999e4' , '/detail/84e07f7cd9c1411ea2a7da49e2e21b73' , '/detail/b51c8639807845418428a27ee2eb72b2' , '/detail/d838dc81ee0e422e80d1a0127bde58da' , '/detail/1a28462341b049dea52897bcb7876d3a' , '/detail/22cd958d4e714b8183e39be0b6d03783' , '/detail/d7380a9a4f3b49ff8351cec5c4f3a5e4' , '/detail/ab8775d01f5949539dea74ca9a4a3e9a' , '/detail/9be09226017047028510fea5ce871e75' , '/detail/cebd6870d42d4596a17c2ca9af88d3ee' , '/detail/79c9d3a631de4e089b25c1f3b1fb7f64' , '/detail/235076e5eb394d5f88a355cdc6756233' , '/detail/2c17348426904b78adbbd56e90963261' , '/detail/a7099ab4876046a98b9295949827980d' , '/detail/6091f7d75d564ceea949f87b073acd38' , '/detail/c06b5e575c4a457fbd37ef869c02513b' , '/detail/513ab9793dd541e6a6dff9033f99756f' , '/detail/75950f9a8a9e479799900e82895bd54d' , '/detail/223a7aef5359423c92890b2333d728ce' , '/detail/d2fd6b4fdafc4ecf916417345df862c4' , '/detail/eaa8707def7b430a91da7748f3ddb46f' , '/detail/7bacb3348af0498e9faae4568ad76aed' , '/detail/4947d6bd2cc24a69889095e157ca11eb' , '/detail/f38c7c9ec7ea4a3d9cdff443530f7473' , '/detail/564cbda34ebc45fd88adf5b9a2debf6e' , '/detail/ce4df4ae1be045d3851625734fba2c29' , '/detail/6d2780b6d2044889a63336f6b59995ef' , '/detail/d3c9cb38a11f42bea374e7a685bfd828' , '/detail/c7c27c6eb6d54599839a560978452979' , '/detail/9f6351143c2e4991a71d657a8af2c6f1' , '/detail/3a3ae3723be546c582caaa1de842d6a7' , '/detail/76926eb3d6fd40259255ca26eebde304' , '/detail/5b896d4a7afc4b98a613c62947d9e153' , '/detail/3eeb8106ed964bbe973312202966834d' , '/detail/b2ca25f5540f4fc2adfeffe678ab972b' , '/detail/fca1613aa50444608ef93a7ca5d619ea' , '/detail/7a1625f80a3f45ab9d2cc00df91293d6' , '/detail/860480a44d6c4cfc929c0344e1942df5' , '/detail/5e44638268114de3936927e65d20a27e' , '/detail/39ce21d94b454ebb94b8a2e0446a8706' , '/detail/6a9d83423ffc43a99ca6cc2a0b336a93' , '/detail/aa1fa94e3c954a688da24f834c65163b' , '/detail/1fa56cd16fd342a68d7e7d8cdeabd399' , '/detail/0eae0e6445054089b67c31ccf207384d' , '/detail/5b2775da097e4b46b26b5ae71b4b687c' , '/detail/29424506f7c34f70a500c369ecdea554' , '/detail/736c9e732c76495e8eb1a799a30f0177' , '/detail/ca36542c88144a32bcf8123977becd7f' , '/detail/ea71171ed23b4aa7813e707c45d8b9f9' , '/detail/73d10eecad344599999fe4d9c0ea1fc0' , '/detail/7266f2f810b64d63b49daba3c14c709a' , '/detail/0e56c79bb26b423dac3b0733a0d12505' , '/detail/c46d0d6318e14d67967aaac0a2f0873c' , '/detail/9e43a614f83540769b8d47b80b0090e8' , '/detail/147c921683254c869d791b762f581652' , '/detail/d123f99db9af4e07936a0b83cf30d5d7' , '/detail/adf28c1b866641ca80805eda0f657e47' , '/detail/9f308d735bcb45bf885dfd7773987b14' , '/detail/ccbec01b6215447b958d69714049ba7e' , '/detail/b7fe7724a1e54ffa91c3a13f0d450ecf' , '/detail/3d22f41677d94976936216f44b7d1d96' , '/detail/812d1d6712984713a099b4b9c534e63d' , '/detail/d5e375ad9cf54f30b03e5cf799887413' , '/detail/13fc6081b463493bae72fd022e0ce175' , '/detail/0b88c7b09a094acca81130ab0db001a4' , '/detail/c193c5c3677240ba8498cb282694a75a' , '/detail/67ef8355241247439985d82398c0d189' , '/detail/c7c87b8e578f4c13b655c67efd5e5d64' , '/detail/3a606f0040f04fe88fdb1df4d774ec41' , '/detail/825379f6496542848751bd01b143cf7b' , '/detail/8afd4184fa7f4d01a834757de91b5059' , '/detail/4923e5030e564ff1a708ff6ac8b9aed1' , '/detail/ade0fda859d64d3c8ad1ab7783a9f735' , '/detail/fc5709bec47340b7b8a0b5d90253fa17' , '/detail/82fc6839397d43bda26b8cf261fd0aa5' , '/detail/dbb9e2c1350a4b0dbfe3ef47d1c1c790' , '/detail/223683af9768435db87042061baa2eee' , '/detail/f147c0dbd17246929f9d708a5e94e51c' , '/detail/93948d7989b94abbacb620e3c3a4ec2b' , '/detail/cd2a31b6fa7c4f04bf1b041aa337b39d' , '/detail/4ffac914d17a43c0a775c4ef52ead09c' , '/detail/2b17eb837cc749f3a9be753d7393c3bf' , '/detail/9e854fcc08194421bb34ff19988ae0f9' , '/detail/8ff368c7ae354c499a346876f9b6b1d4' , '/detail/b5e113ecd40243faaa59a71fbef398e7' , '/detail/7a768155a21e446db594b41749495d52' , '/detail/e38819232c9343d7a83b58ee58c4296d' , '/detail/aad2499e5ccb43599d8a0f6ed63a44d2' , '/detail/9d891704072c4cf89be26f02b5e52f89' , '/detail/8172d520bf5e4e3e82991f492bde5810' , '/detail/6e7422ee1e14437dab0d4b86288998a1' , '/detail/9aa8a4b4a20f4d20a8a652722876cfbe' , '/detail/32b8cf0cbbc64f0dbb8951144c1e73e0' , '/detail/8001631ffb284a179d43e87870727de9' , '/detail/da67a770431e49a7885349947ace10f5' , '/detail/b26bdf02158045c5a3d93f2fb420559c' , '/detail/554cc9397092437c854bf1a94acd5985' , '/detail/8744f38d033f46e3aaf2c06103e9e28d' , '/detail/94a5aa0b302a4de58cb0e9f3b895b0a1' , '/detail/38f3db75512c4c2d851932df9704eee8' , '/detail/bb6363edb21d4aaea5877721ed49d030' , '/detail/8fd9c0855ace40b5a709732863b08f68' , '/detail/f7e08dcdc51e41b4ad81103bce005171' , '/detail/b74791cc2ea649bdb479112740ddcbb0' , '/detail/6c7d9532c9a84299b0d35b0a3685dab8' , '/detail/777ad251e96f437ea6e1a9e0e99e5689' , '/detail/b0843c436907492a8b912e0ce3d0f2eb' , '/detail/9342b8b153f6436aa71facb1d5b03a2a' , '/detail/ebc2c9c1cd36485e931b74457ff137b7' , '/detail/058907348d8d410ebd3e4bb59fcf9b79' , '/detail/4696b6b6ec794671b37302fc1f93daf4' , '/detail/1c414c3a7c7b4b7ab3f0815bb0c72aa1' , '/detail/e95bd5dfeafb4c9397cee2dd8201aa4f' , '/detail/8788961846284716b51d6afea81eb62d' , '/detail/900f66b23fdc4eee90d44b04169d6131' , '/detail/21cc8b147c824b55a037ef16780c2469' , '/detail/935311775631436e9bd04e5b0060743e' , '/detail/22203ddf29c4433380f235594c63fde3' , '/detail/00d20f96596447ebbe8851a58583a056' , '/detail/9a0fe2c1314d4664b0b019944e4841ab' , '/detail/a8646e356faf4e8c90e1f82a3805ada7' , '/detail/146048c242aa40bdb0aefc909f8b28e2' , '/detail/21f2cc83ad1947c0934df1c9c9bb2131' , '/detail/7bd1955059824b3d9d743d6a79a0328c' , '/detail/3133afaec65b4c5b9cf9c99450a8e5de' , '/detail/d8487fdb67184a98bdecbac7e3b1ffc9' , '/detail/a14f6caa6d284b6cbda4bd4160e2b5c0' , '/detail/475107a5a2bd494796067d8a8bab5d25' , '/detail/342b7065f15842ec9a20d30a421d99e0' , '/detail/a0ba480c6574462fb41de76eece5a313' , '/detail/71cb80a431f346c89fc18841deea8b07' , '/detail/6ab6db0948874fe180b764fa18a353c4' , '/detail/5dfbf69c504544c588343f8b7efad7a9' , '/detail/d2fa9f59192d4ee48b389e6cf1c07423' , '/detail/d97333ca46504a8389743badbc47d068' , '/detail/1c4405fead43495eb33265152146ffd1' , '/detail/20f53a65ff514e5abc5da9ad24a75850' , '/detail/2cbe783a38a74d4688cd930b1bbb07bc' , '/detail/df4c7cf058724854ad97d561e1274b40' , '/detail/d9609e08462144b4b7f476562667c6be' , '/detail/cd3ccd244444443dbe5d24d25d29e1d6' , '/detail/db8dbe5c17ff4663a4491668ac4f3d17' , '/detail/178b13bd15a34291b1fc47d27b13c4ae' , '/detail/bf2bd9e4050143fdbb080626c8ef9c9d' , '/detail/ba3034f6bbfb45e0b2d0f6630ab6bd44' , '/detail/2cacf307e7794538be9c8c371f3b9b1c' , '/detail/83d2f1a524c841cbb7dd84b8c3e9f33b' , '/detail/5a1b28c7f5a7482786ace6b46d15dc1e' , '/detail/91c047d4ae304b3ba0514155f2e018b1' , '/detail/46af2082eef248318d5b2ecba74cd0a9' , '/detail/e4ae3278d86048df997bee1e6a0d5ca7' , '/detail/85e7f4d019ee4fb586572f3607201bac' , '/detail/864a06657be849748d04cea62e192b95' , '/detail/5be97664f77b4f00b198fb8779ea364c' , '/detail/2d82632c1ee34c19b040e3e4ad8f1726' , '/detail/e501ceab99da4c91808c2faa5e7fa267' , '/detail/9e8aee1cf3b04f649956e076dba0fe22' , '/detail/0be2b9f74fa5437fb4c7a627b7d3e9f8' , '/detail/71f9cc36ae2d4d9e9be259d7b7e7f3ec' , '/detail/14146387c903402ab16a2045a60942ef' , '/detail/58a73a1465684b519de7df61b3180a28' , '/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f' , '/detail/dc7a596505de4d38b5d0a3c8caa61b9d' , '/detail/25afe30a2a8f40a1b42355ee36e6b7e8' , '/detail/9527a1489fad4b2293e8f4b09c07ee8e' , '/detail/60fce2dd446d450bbc62f0f1d1f5e509' , '/detail/ac3b2b22a0bf43fea96bd689b077716f' , '/detail/28902fe587fc4d2c8907793bfc3fa7fb' , '/detail/a90ac493baa84d638f59267925de06f5' , '/detail/78842c1f55f842a3b0fca229c9bc9ab1' , '/detail/9803ef0a5bd64df7925d48b7e0849934' , '/detail/c49dab2756154febb2b0c8c71f381241' , '/detail/fa38725245af4973aba61c6e0dc86d51' , '/detail/044ac3e4cac94813b2ac2ce9c4069cda' , '/detail/d58afb50188c479bb01fde41751392a2' , '/detail/a0c36329b1e7482cb3161ea0a2e10257' , '/detail/7ddd0dab71eb4f73a98aabc91b0649b6' , '/detail/c1ae25f381bd477caf1a7b98fb0f3557' , '/detail/addd2366c4d84937807fd43f0a24a533' , '/detail/60bb8ddb6bbf45029e2302dcbe12766f' , '/detail/bcb4831422614776913db46bb1728feb' , '/detail/0d7d73a2179d4806816b48a04ec47d3b' , '/detail/37418b34407f47c48d15e64e0def52cb' , '/detail/84f86f69152e4a8289bbb8c5f4ae34c3' , '/detail/e21c41431949423da782f2d3870c6c9c' , '/detail/15746b398e0b4224b357cf603b6fbafa' , '/detail/24e213aa7b82403eb9c913dc8479912a' , '/detail/ebf814ae8bdb4e64929f6606b34305b0' , '/detail/b083ac70cb34480fa81669a46936f002' , '/detail/80244177703f45d5bdd0e05bf2733726' , '/detail/4629416f4e1a408b9c5dd02fbe99c296' , '/detail/a5f3d4acb81f40b3a78c606aaad79771' , '/detail/b521ddb7cb6b48a9a72f411e3e254d77' , '/detail/5b8a2787fea3490b88c837349bf62d42' , '/detail/79e9d5f3f1014e72aa38235a8861780c' , '/detail/6bfc1158030244d69dbe85610cf72b40' , '/detail/4ff1f44e386746d88fcb1030d7e89007' , '/detail/b7aed46254754673bb47c604db91e2ee' , '/detail/d7bee9bf0a40497a804fa0385b536cdb' , '/detail/4aa8c4163ab442f38b3ecdf00c5e1d5b' , '/detail/3c593e45e2394de4978bc6934df95f11' , '/detail/3902ca29df67403ca4681d3549fa9cd6' , '/detail/4ba5d61a91fd4890b529eb3467beb499' , '/detail/db1395cb1fb14a048aab87b46544a948' , '/detail/d7be54adab8d423487ae6e846861df92' , '/detail/29cb9ea1a189487784262a7779d13a85' , '/detail/a3f824f5aef14d2d850c826c777920a5' , '/detail/79ddc0b4f2db41b29ac650c3bc839720' , '/detail/385d7cf0abcd4bb6b6e96120b010e19a' , '/detail/09903f9672a44388b8997353a8d55a80' , '/detail/064181fa0e28437ab91f002212855082' , '/detail/5aea2b09c5384822bf706ca3c60d4ad6' , '/detail/89234dfebdd249ba89e895caa75a8e98' , '/detail/7e860aa7d39a4b7e967a71376f296841' , '/detail/571cec39bb4b4bd2b82f9691c37538f1' , '/detail/9718331cc48644dc9a70c31b297e11bb' , '/detail/93343835c1f247b595f8acae598129f5' , '/detail/55ac97755f8347ec81996278a7411676' , '/detail/86dcad03888645ebacd74f5f9b45492e' , '/detail/bbaafed77ac047a6a1a8ede47986765a' , '/detail/ef971e62d5ba43ef89428279a4e4f8ab' , '/detail/47cbf9a236534cdd9bffd411470e6760' , '/detail/e1f1881db51845968707e5c84bbb51d6' , '/detail/f2cc5305b0074d929da5b1811783eef8' , '/detail/06f5285f7c89416cbf1e0ebbe45889e1' , '/detail/8efbaa062bd340c89abe4103a5923a2d' , '/detail/7508930ed79d43089596c38c724d3fc6' , '/detail/de4fbe390fe64b68a3d05f21cbfcf847' , '/detail/03906f1c164d451bbc837fec1dcc5b46' , '/detail/3fcd6a45904b47dcbe5dcf7941e0cbdb' , '/detail/5aa8cffc14774db78ef5a7a61a59de69' , '/detail/8e79293ccbbf435899379851109c7739' , '/detail/647d66cd508e489da41fac3a3518c594' , '/detail/d685bdcb3b0147cfa30e757d82cd8336' , '/detail/3150325d064b41258ef10471cd67e519' , '/detail/5215f771814f43ec969bfc714d80a9df' , '/detail/18214a4f2c11403889295b1e21e12840' , '/detail/d31e12ef14e54e18a1bf5026f3ba3fb6' , '/detail/6a85cf379d1f4ec9ad2ed0c1f6d62a92' , '/detail/69b71f5323b942dc994f407feff79329' , '/detail/a2df2336ba714cf6ad7946ffe6e77c46' , '/detail/2246484f6078475a9e164ebbe8a78465' , '/detail/eeab1e02f9724aea89ff97bd209f86d0' , '/detail/d1da8d6186424a758ce18b64786d0553' , '/detail/e957624e10754f339cf9485799eca243' , '/detail/bc9ada3d203b4e4bb1b2f87b3115320e' , '/detail/c30d01200d37415cbf58cd9ff361938e' , '/detail/8013a23f7b2a4e45af4bfeee843165bb' , '/detail/5923952d85224b7983153c0fca26bf9f' , '/detail/b1997173ae214beeb386947c810f3df3' , '/detail/9c5868f2f56440108a727f9f00367985' , '/detail/03d6296866db400d8e0083a91c5dc96a' , '/detail/a5acac639ec942bf998f52e0ef1e97aa' , '/detail/e4ebf4f0f7854259a5a8cd7906c3b2cc' , '/detail/bd0eee6c43ee402bb67f88065bbbf665' , '/detail/8d5cadf550634e54803da9dc709444b7' , '/detail/cce3334382154e47bc7040a9bec84a83' , '/detail/087b73aa66c642ef992e95a0c643293e' , '/detail/13dc36a753dc4d6585ee8a7b0bac9b51' , '/detail/5e4fb2aad6e24dc78b83e1c82451aa79' , '/detail/986e8a7d251f4402bb8872a838dd16a8' , '/detail/4b1204f149c94654b7ba897ab73cb100' , '/detail/22ce93a26cdc4fe3b37b1d06c45b54db' , '/detail/24ac2a48470543a58d221bae82208e63' , '/detail/ffc56ffc13a343c083012059bd4a046f' , '/detail/5764615789b04c18809e44fb3e9fb4d1' , '/detail/e04458251cb44bb786293552221fe969' , '/detail/ab08202a13e8487598516a561d424172' , '/detail/f6fe01449ebc4240a961c15d4f980759' , '/detail/ec2ed492f5804dc295eb6d65e542e97a' , '/detail/cafef8a7c3024299b1e4c06a0124fb1d' , '/detail/383629d6f84b4e9885b52e0501270834' , '/detail/611555a6088941779503f03eb0c969d2' , '/detail/fa84795b2a134cb9975e684069324615' , '/detail/ec9a0c00d5cb4574aa7d0b53ab3de3ac' , '/detail/e4ef3694d9d24cc880a155ec8d42d0d5' , '/detail/40682a2f02244a7ba81e187512dd8759' , '/detail/8530049f706a435ebe247dcc3980bcd5' , '/detail/5f401c6e75984a25945be9d095513026' , '/detail/a4ba6ee1b1274d409a54be880e2a8397' , '/detail/16f1172bdc974058810c9b1dd5ab901c' , '/detail/8f7cc5a9e91e41718da5f292f842c62e' , '/detail/32a1a48b09594d77901d0f75bd798453' , '/detail/8c881359e1a94f3d8495f389d18bccc8' , '/detail/c5ab144f495c45d1af742173eb811222' , '/detail/5b6f1c9565314745a2496c81220d4588' , '/detail/988ae395a3fc432cb0a2f00be78f5a1e' , '/detail/e8c5e3e1fd0f4286b2e1592b9ef66438' , '/detail/cebe6b1c495b4c788e61e948bbbcd2ba' , '/detail/b8fe82492f7f4ad1b92691e5a59c5fb6' , '/detail/7e6e360f37254c1a9e47ad7f8e54a267' , '/detail/904e770737a4479f85c978bf4837cb96' , '/detail/f596f4db96b9481999add056f10d6b8a' , '/detail/45f9d35a14f54849be24be2ce989bc17' , '/detail/4863edfbbbfb4784947475112c5c6b06' , '/detail/7cd03d8fbe5149d29f832752d3eed41e' , '/detail/8bdc30c055b74897b022a3c3410c0b7c' , '/detail/2ba3a0f1b2b54f018c8d34be0c0a1097' , '/detail/fcdd061c791b4732aa5dd3df03d29fd9' , '/detail/f9e6e17658384098b9a168b0d9f9bce6' , '/detail/420f2c6f2ce4410187a6e04d368ab872' , '/detail/419be1a22e4f4cde81cafcccf2346647' , '/detail/0bf055a00c2344caaa7693f157d818a0' , '/detail/5291afba31a242c689301a2355f31815' , '/detail/321110f6868348d8aded09f44e02bfab' , '/detail/1f02a248c8674e56967eae51584cd5a4' , '/detail/b58cb4996122471b9fda996a3ba3cfbb' , '/detail/8267a6ed8fa245f083dbc3ffbaeb0739' , '/detail/940de9504e2b4067bb89e8de2687044f' , '/detail/232bd3033d3a4175a12eaa0213535571' , '/detail/064b2f5ce1cf45828d8a684903b792a0' , '/detail/1f0e6226fc544ea596b52eee94fc2038' , '/detail/acd6e529a06b4b0c916e81a208467b82' , '/detail/f24a972c47aa418db0d580dccadd48f3' , '/detail/af047d256e3c4669a83d55cd27d233ac' , '/detail/e3aec067933045a2934bd1e3856c263a' , '/detail/d3dae4769c1f484d892c0a4ae14332b0' , '/detail/590789e000fa4a49ae4b28ced70716d4' , '/detail/8bcae1b9a49249a4b3f2c96b77db5dfa' , '/detail/47324ae544c64dafbe3d389e3d738563' , '/detail/0d083b04d5b1499cb8d2c8f07cfd82aa' , '/detail/743b3fc7e0aa4e5ab4a22f6c9804238e' , '/detail/7f1a372aeec34610aac43b93c1e17239' , '/detail/e5688a9e11594b8bb9e2c34548a47a9a' , '/detail/588c88b5694e4bf1963900ce06e7099d' , '/detail/c3c5f3c42491493781af1e9abe90dc53' , '/detail/2c56bd038b1749599bfb21b25e67d770' , '/detail/9d1bc34ee7854870a3837049cc03bafc' , '/detail/a48bf32d3b29479db8f8984a1ab3903a' , '/detail/dc876c5c48e34bafa9dbb8a1b2baf2a8' , '/detail/12e35e3860794b3ea41262d7255b07a7' , '/detail/5ec944d588814c3c9aa70030aba8644f' , '/detail/3fec8d035d02433aab0aca0c2bb57b05' , '/detail/c9f7169d6c634a469b70acd25d14f1d0' , '/detail/76f8c965983e41938d05f042a45d27d6' , '/detail/27501ffeb29548028d45e514eb965b38' , '/detail/fd45c61b9423447dbc595278ec62b501' , '/detail/e74c5842b9bd47b6847a0a7a0bffaf69' , '/detail/eb4eae3c143645b5a1c9ba9848978add' , '/detail/0e45ada47c0c4deda523009ea5153949' , '/detail/bb7edcb919e84ad7906349eeb9e266a4' , '/detail/2e66ad8890e64275ae068ff8fcf62751' , '/detail/8847592e786b484f94bd6f33a7018540' , '/detail/302c26630ee74ff28738a844ed269886' , '/detail/a4a8c86177954121a5c1d21756b47a2b' , '/detail/7abd39251b884db38d6570f67f42edbd' , '/detail/97a8d0d52114451ebd70f2e5b619ce79' , '/detail/61debda1020043959aa497cad8711d71' , '/detail/27dcb1c816ca4993b84b75533b43a3c1' , '/detail/f9e6a52627ef4309ab2f12c70e13ecef' , '/detail/ec1436da1e4c4f03bb092b218ca78cb2' , '/detail/5c8ccc79abf34acbba63eee33f345362' , '/detail/2922e1c652d14640b5297d979a67ec1d' , '/detail/449941bbdc124da9934aea8639aeb553' , '/detail/484eb91b1f044864b5835a7a6a41f3a7' , '/detail/2070c1c33600459db6737c6f3f590c27' , '/detail/606d0c3308af42cb8190c9b8f93d7bb3' , '/detail/5875e90a4149478caf4f73ea218fae7d' , '/detail/9cabdc4628d94dddb38263eebd47e238' , '/detail/57a114662b194695aed693e132f04197' , '/detail/fec38e32d53d4c3190d9e75fc6e40d4a' , '/detail/4bf67ef6393046e9bb168c3876bc0ea3' , '/detail/38051774fe2e4b25bb088d2348ef96ed' , '/detail/0d9bd7ab6b1f4988b84030a6642b8c2d' , '/detail/2736cbccf2a6485e9f7cbb59edb614de' , '/detail/b574e4d3cd984c71a4c4b44847328506' , '/detail/185bc39c5a1847e393741703c8d49628' , '/detail/154c966e47814229a82caf1c469037cb' , '/detail/473a4af565d547afa4bfa757a9fef23f' , '/detail/627879be3c784c59a890ee6c8c477387' , '/detail/3c47aaa233eb4d14b599e481e5ccbb62' , '/detail/454f5cd6f77f4e4bb23e2615979cb184' , '/detail/3b4371c3df074e8d906459ab46dfc83d' , '/detail/b1e9790332e54d3488a06ab013689bb3' , '/detail/696571e2efef43a1bf0e6634566035f3' , '/detail/0918bf136f3943158b3458086a8580e8' , '/detail/bbf980d14c81437c8c1898a068b4650a' , '/detail/5de00f5626724875a3aa7f3bb36cf6b0' , '/detail/968ca01825fa47eb8ce2dc85ffd52caa' , '/detail/57330490ac644dce9a00f45654547a3b' , '/detail/780a1189b44e4b648d0418bdcd777bd5' , '/detail/df5a58b8dcc94914b6615912041afb04' , '/detail/cbcd83969a784f79a80cf7c950700d16' , '/detail/a674e72b881b4c76bd417f083588ec75' , '/detail/c3cfb533a7ed4b259daf5e1aa1b72064' , '/detail/3476d7fee9134b05b44b90bbc9e2f29f' , '/detail/ad30bbf74c824b6b8bf0d9c4751cf553' , '/detail/b277600c95ed4f71a42e4b6566cf264e' , '/detail/e59715cfff5944048ce8b35f62c843e5' , '/detail/c89454be79f34e98a6189b139bdd5b75' , '/detail/6fe148537ff5433d818bd1e35aaf93b5' , '/detail/df852c71be134b7dbe1bc31afdf0b020' , '/detail/9b4c7318e4a8486c98247e883aa9c1b1' , '/detail/9007cd31d93a413e98842eb324e917a3' , '/detail/ed7212270df04f3583cbaf06905f137e' , '/detail/d05764de5813432480154fd767ea097e' , '/detail/4d27b61e6f224e35a72dbac23ad950ca' , '/detail/a50d7d8d5935490cb81982dee57a4270' , '/detail/c788e5d090164b0fa64cdbb82fae52ec' , '/detail/05ff8495c5d1441b904495ffa2218e73' , '/detail/127a309a47054170b3ea838a99b0ee41' , '/detail/0be703b7d3ce44919cf7b7b26537b92a' , '/detail/965a1523e68b418f813b314abc03aa63' , '/detail/f8b73f343bf04d6f9b9ddf119b67e1e5' , '/detail/7190a7a5a60f4f4bb59cdf6e217a05bb' , '/detail/456dde9c21cb4fcd945e49c776ee651e' , '/detail/0d649f80d88242aeb2e5b317364aa3d7' , '/detail/053c65372b1843198294bd3272c59c18' , '/detail/28916adf88504c208540d811b87234cb' , '/detail/43a4e4d08a6a43deb89d4f26ce763959' , '/detail/14694976ab31454ca7b5de13fd4759a1' , '/detail/cfc910b80b5245ab84ba0ced40038bdb' , '/detail/a91e7d16464f4bada94dcd90b9d0d884' , '/detail/89b6ba737b0d4d7991bc1a0aace13cde' , '/detail/d777e7a1b68d4ae2b1d3d6caeb8f8f0e' , '/detail/c6ceba5135154f4b80ff0149db58cbbc' , '/detail/240627a9c55b48309edced91da7f962a' , '/detail/a5fd695c8cde45ec81fc5e2129a75e5f' , '/detail/b8033a03dffd457d9d5d77f2a3bf7fee' , '/detail/20ca4616a5d840bba62018714fa84602' , '/detail/e3b45041e7df47bdb1fbad3d88cb4889' , '/detail/6da4022e4a06453983444f705b4946fd' , '/detail/a64bfe2bf477479582bc88e15cdfcffa' , '/detail/4761672a8a7946669492ef1dfe479955' , '/detail/78f38260736d4a05b6c3854b039c6e62' , '/detail/354c972869354bca9fb3dfdcc94e18a9' , '/detail/614ff186fc9c4ca2a8186ea7a406ffeb' , '/detail/91fd46b5cc594a408b32635e4a9ac47c' , '/detail/03fc83c87ace43de8ad816e74a564e78' , '/detail/f495ac94f51a44f78161b065cbe2c8d5' , '/detail/4c851e484c174484af59a79732735cfc' , '/detail/56e1e9075f8d4e1c96d6104a4076cc5c' , '/detail/30705084226b46ccb71816ad2bc4f02f' , '/detail/779fece85a8b4c2294435b95e755be25' , '/detail/e897c664879a480b9669494b170fab52' , '/detail/a708255e69d84bf99fe6087ac48c123b' , '/detail/1456107984364ea1b312b8aa86fa1b34' , '/detail/a089ec3e1a9f4cc1ad9b66cf6629d984' , '/detail/6995504de8844f4cb8c0227a537316ab' , '/detail/2cd7c22194b14c3a89b02dd7f288eded' , '/detail/dbf63c55855049f6b87c89568d46fc4e' , '/detail/40569f1715a042c39eae0ce918e06b16' , '/detail/88d90d9342fe4af58dcf5e3f548660f3' , '/detail/3593c38c2d9c43d29a63d059105eace2' , '/detail/df060797678d441c821377207c4c70fd' , '/detail/15f6f238934f41999aba56578e5d26fb' , '/detail/25b36dc7c4f2457b986d77bb4c3e2b7d' , '/detail/2378a256da4c453fb836a2624a598c77' , '/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.71 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"""
<õA6žmJ/§\n
¨hzeü-
"""
b"Íþ»\x00\x03 <Aà’¢©\x00 ¹bqp "
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 , 0x3CF541369E6D4A2FA70AA8687A65FC2D , 0xCDFEBB00033C41E092A2A900B9627170 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy