1
0.99 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.24 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.35 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.24 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.44 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.42 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/65-sx-2024-modelcode-F6001X6 "
"ersatzteilfinder/65-sx-2024-modelcode-F6001X6/ "
]
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/65-sx-2024-modelcode-F6001X6' OR seo_path_info = 'ersatzteilfinder/65-sx-2024-modelcode-F6001X6/' ));
Copy
7
0.28 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/65-sx-2024-modelcode-F6001X6 "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (path_info = '/ersatzteilfinder/65-sx-2024-modelcode-F6001X6' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.68 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.22 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.28 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"Z3bwFGmB3kefPsPIoyTe2x5fcBK50Z7X "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = 'Z3bwFGmB3kefPsPIoyTe2x5fcBK50Z7X' ) LIMIT 1 ;
Copy
11
0.31 ms
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0x274605D71D2B4479A3882D8FD62BFF5C
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
12
0.42 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.41 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.32 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.47 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.37 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.37 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.26 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.15 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.39 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.46 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.63 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.17 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.17 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"Z3bwFGmB3kefPsPIoyTe2x5fcBK50Z7X "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'Z3bwFGmB3kefPsPIoyTe2x5fcBK50Z7X' ;
Copy
25
0.22 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
26
0.40 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.26 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.51 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.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 ˜Ð %Æ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.39 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
33
0.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.44 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.20 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.21 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
39
0.40 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.66 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.65 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.45 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.33 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.34 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.32 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
2.14 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.11 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.58 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.44 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.71 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.70 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.28 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.21 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
55
0.22 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.18 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
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.57 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.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.30 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.45 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.57 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.65 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.32 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.28 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.85 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
634.33 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.91 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.25 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.26 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.33 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.86 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.84 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.22 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.36 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.27 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
2.30 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters :
[
"%F6001X6% "
]
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE '%F6001X6%' ;
Copy
77
27.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 :
[
1003029268
]
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 = 1003029268 ORDER BY `group` , sequence_number ASC ;
Copy
78
33.40 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (15756 , 4668 , 58353 , 59804 , 60172 , 60182 , 62360 , 68477 , 68481 , 68483 , 68484 , 68486 , 68487 , 68490 , 68491 , 68493 , 68494 , 68497 , 68498 , 68499 , 68501 , 68503 , 68504 , 68505 , 68506 , 68508 , 68509 , 68510 , 68511 , 68512 , 68514 , 68515 , 68518 , 68951 ) ORDER BY number , part_type ASC
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (15756 , 4668 , 58353 , 59804 , 60172 , 60182 , 62360 , 68477 , 68481 , 68483 , 68484 , 68486 , 68487 , 68490 , 68491 , 68493 , 68494 , 68497 , 68498 , 68499 , 68501 , 68503 , 68504 , 68505 , 68506 , 68508 , 68509 , 68510 , 68511 , 68512 , 68514 , 68515 , 68518 , 68951 ) ORDER BY number , part_type ASC ;
Copy
79
105.29 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (15756 , 4668 , 58353 , 59804 , 60172 , 60182 , 62360 , 68477 , 68481 , 68483 , 68484 , 68486 , 68487 , 68490 , 68491 , 68493 , 68494 , 68497 , 68498 , 68499 , 68501 , 68503 , 68504 , 68505 , 68506 , 68508 , 68509 , 68510 , 68511 , 68512 , 68514 , 68515 , 68518 , 68951 ) AND article_number IN ("46230049000" , "46230151044" , "46230152028" , "46230050000" , "0025060206" , "10001120000" , "48600611" , "44906890" , "40540399" , "40540400" , "40540401" , "40540402" , "40540403" , "40540404" , "40540405" , "40540406" , "40540407" , "40540408" , "40540409" , "40540410" , "40540411" , "40540412" , "40540413" , "40540414" , "40540415" , "40540417" , "40540418" , "40540419" , "40540421" , "40540422" , "40540423" , "40540425" , "40540426" , "40540427" , "40540447" , "40540448" , "40540449" , "40540450" , "40540494" , "40540774" , "40541383" , "40541391" , "40541392" , "40541393" , "40541402" , "40541403" , "40541404" , "40541405" , "40541406" , "40541408" , "40541414" , "40541416" , "40541417" , "48600063" , "48600064" , "48600065" , "48600069" , "48600095" , "48600096" , "48600097" , "48600098" , "48600099" , "48600100" , "48600101" , "48600102" , "48600116" , "48600139" , "48600217" , "48600325" , "48600326" , "48600327" , "48600328" , "48600329" , "48600330" , "48600331" , "48600332" , "48600333" , "48600479" , "48600967" , "48600988" , "48600989" , "48601091" , "48601092" , "48601093" , "48601094" , "48601262" , "48601264" , "48601300" , "48601459" , "48601548" , "48601550" , "48601584" , "48601692" , "48601693" , "48601707" , "48601841" , "48601847" , "48601849" , "48601850" , "48601916" , "48601917" , "S64060000400000" , "S64060000500000" , "S64060000600000" , "S64060001500000" , "S64882001800000" , "48601095" , "48601113" , "48601266" , "48601402" , "48601859" , "48601860" , "48601862" , "48601863" , "48601864" , "89080001" , "89080002" , "89080003" , "89080004" , "89080005" , "89080006" , "89080007" , "89080008" , "89080009" , "S64080000000000" , "S64080000100000" , "S64080000300000" , "S64080000400000" , "S64080000900000" , "40540477" , "43570120" , "43578166" , "44916098" , "44916130" , "44916180" , "46180640" , "48600061" , "48600062" , "48600213" , "48600214" , "48600215" , "48600216" , "48600218" , "48600346" , "48600350" , "48600351" , "48600352" , "48600357" , "48600384" , "48600385" , "48600386" , "48600480" , "48600485" , "48600555" , "48600607" , "48600964" , "48600965" , "36120284" , "36120286" , "36120291" , "36120292" , "36120298" , "36120299" , "36120308" , "36120311" , "36120312" , "36120313" , "36120314" , "36120325" , "36120326" , "36120327" , "36120328" , "36120329" , "36120330" , "36120331" , "36120332" , "36120333" , "36120334" , "36120335" , "36120336" , "36120337" , "36120338" , "36120339" , "36120340" , "36120342" , "36120343" , "36120344" , "36120345" , "36120346" , "36120347" , "36120348" , "36120349" , "36120350" , "36120351" , "36120352" , "36120353" , "36120354" , "36120355" , "36120356" , "36120604" , "40140275" , "48601708" , "50180395" , "50181296" , "50181297" , "S64120000000000" , "S64120000800000" , "46180712" , "46810490" , "46810491" , "46810492" , "46810493" , "46810494" , "46810495" , "46810496" , "46810497" , "46810498" , "46810499" , "46810500" , "46810501" , "46810502" , "46810503" , "46810504" , "46810505" , "46810506" , "46810507" , "46810508" , "46810509" , "46810510" , "46810511" , "46810512" , "46810513" , "46810514" , "46810515" , "46810516" , "46810517" , "46810518" , "46810519" , "46810520" , "46810521" , "46810522" , "46810523" , "46810524" , "46810525" , "46810602" , "46810603" , "46810604" , "46810605" , "46810606" , "46810607" , "46810608" , "46810610" , "46810611" , "46810612" , "46810613" , "46810614" , "46810615" , "46810616" , "46810620" , "46810622" , "46810623" , "46810624" , "46810625" , "46810627" , "46810628" , "46810631" , "46810632" , "46810633" , "46810634" , "46810636" , "46810637" , "46810638" , "46810639" , "46810641" , "46810642" , "46810643" , "46810856" , "46811258" , "46811580" , "46811582" , "46811629" , "46811635" , "46812015" , "46812016" , "46812017" , "46812018" , "35480479" , "46811046" , "50180006" , "50180007" , "50180008" , "50180009" , "50180010" , "50180012" , "50180013" , "50180014" , "50180015" , "50180016" , "50180017" , "50180019" , "50180020" , "50180021" , "50180022" , "50180023" , "50180024" , "50180025" , "50180026" , "50180027" , "50180028" , "50180029" , "50180030" , "50180031" , "50180032" , "50180033" , "50180034" , "50180035" , "50180036" , "50180037" , "50180038" , "50180039" , "50180040" , "50180041" , "50180043" , "50180044" , "50180045" , "50180046" , "50180047" , "50180048" , "50180049" , "50180050" , "50180051" , "50180052" , "50180053" , "50180054" , "50180055" , "50180056" , "50180057" , "50180058" , "50180059" , "50180060" , "50180061" , "50180062" , "50180063" , "50180064" , "50180065" , "50180066" , "50180067" , "50180068" , "50180069" , "50180070" , "50180071" , "50180072" , "50180073" , "50180074" , "50180075" , "50180076" , "50180077" , "50180078" , "50180079" , "50180080" , "50180177" , "50180210" , "50180383" , "50180634" , "50180650" , "50180653" , "50180654" , "50180655" , "50180656" , "50180657" , "50180659" , "50180662" , "50180663" , "50180664" , "50180665" , "50180666" , "48600212" , "50180209" , "50180330" , "50180578" , "50180635" , "40541061" , "36120469" , "36120471" , "46811636" , "89000001" , "50600065" , "46811637" , "48600460" , "50600002" , "S443500003S0100" , "S443500000S0100" , "35480586" , "95010044S" , "95010057S" , "35480497" , "35480599S" , "35480600S" , "46180581" , "48601494S" , "35480623" , "RP10021" , "35480546S3" , "35480546S4" , "52000314" , "52000227SET" , "0025060256" , "48601166S1" , "T14034" , "00062010053" , "RP10006" , "RP10027T" , "RP10008" , "46309001344" , "46309110044" , "46209012000" , "46009011100" , "0625060037" , "46009073000" , "4620907010033" , "46210072000" , "46209060100" , "59009062013" , "56509064100" , "46209071148" , "46209071150" , "45209081000" , "50210086000" , "49032011000" , "45110090000" , "77110090050" , "46209015000" , "00050000918" , "A40513015001" , "A40513014000" , "47213016000" , "47213021000" , "47213019000" , "47213085000" , "47213082000" , "47213020000" , "A40513090000" , "A40513010000" , "0770080019" , "47013025000" , "47213025000" , "A40513080001" , "A40513075000" , "47213084000" , "A40513070000" , "S421400001S0101" , "40540015" , "36120071" , "52000222" , "46180009" , "S82900001300001" , "S23900000300000" , "S81980000800028" , "S81980000900028" , "S81980001000028" , "S81980001100028" , "S81980001200028" , "36120418S" , "50181101S60" , "S453600001S0001" , "50180095" , "50180218" , "50180217" , "46811208" , "36120151S" , "46810893" , "R12012T" , "50180751S1" , "RP10057T" , "A40503001000EB" , "51010086100" , "01665080856" , "77307040041" , "09000008016U0" , "78112920000" , "47106003160" , "A40503037033" , "A40003040000" , "A40003041000" , "54803044000" , "0125100003" , "A46003045000" , "0094032253" , "A40503002020" , "A40503002010" , "45303053000" , "0025080306" , "A40503094000EB" , "0014050123" , "54803092060" , "44011076200" , "A40507012000" , "A40513050044" , "55413051000" , "58605083010" , "0625060002" , "54630044000" , "47213054000" , "59001037000" , "46030045000" , "A46003062000" , "54813055100" , "0025060206S" , "0934060003" , "47013056100" , "0025060166S" , "47213060044" , "47013061100" , "47213063000" , "47213062000" , "00062030000" , "0912040103" , "47013062000" , "47013063000" , "46304030044" , "54603097000" , "46004030070" , "77204041000" , "46004030071" , "0770160021" , "46304066000" , "0025060166" , "83008000012" , "0009050106" , "0025060406" , "77204089000" , "69004095000" , "49030021100" , "A40504037000" , "50203030090" , "47113047000" , "45204230010" , "46304066010" , "46307066010" , "A405C403X113000" , "69004089000" , "A40506015000" , "A40506016000" , "A46006017000" , "A40506001000" , "A40506026000" , "78006027000" , "A40506004000AB" , "A40506031000C1" , "A40506030000C1" , "A40506003000AB" , "0017060205" , "A40508007000EB" , "46308010000EB" , "0024060156" , "A40508013000EBA" , "45007040050" , "0081035163" , "A40506010000" , "0017060203" , "46104066050" , "A40502001000" , "51702010044" , "45402102044" , "A40502021000" , "46302091000" , "50311089200" , "A405C103W106000" , "0025080256" , "0032100356S" , "46301032022" , "45301034122" , "77201038000" , "59401039032" , "59401039037" , "59401039042" , "59401039047" , "59030029000" , "A53501084000" , "0780000304400" , "49001081000" , "59001092050" , "46301094000ABE" , "46301085000AB" , "0017060206" , "00050000921" , "A40505007000" , "47205057000" , "47205058000" , "46305079185" , "A40505079000" , "0770350030" , "A46005016000" , "50305012000" , "0910000607500" , "77205169000" , "54605068000" , "0024060106" , "A40013001044" , "A40013002000" , "70002038000" , "72002032000" , "47213003000" , "47213005000" , "A40507013000" , "77707008144C1" , "58507003200" , "55007006200" , "A40507013050" , "79107011000" , "A40507016000" , "58007117000" , "78007000270" , "A40507040000EB" , "45007040051" , "A40508054000ABA" , "0025060126" , "A46007014000" , "0025060506" , "A40508092000" , "A40508091000" , "00063004012" , "00063004202" , "00063004306" , "0024060136" , "0081035183" , "44011076140" , "45031023200" , "45229073000" , "A40003037033" , "A40039093012" , "3214829EN" , "79412966100" , "47003020000" , "46030029000" , "83061015000" , "A40532023023" , "0770020020" , "0760304774E" , "46030034000" , "46030082200" , "0888040050" , "A40530018000" , "0888030050" , "47030076100" , "46230015000" , "46230007100 I" , "46230007100 II" , "46230033100" , "45230074000" , "46030030500" , "A40530018010" , "A40530000044" , "46230039000" , "58330023000" , "46230024000" , "58030021100" , "58038022000" , "0835080326" , "0402040980" , "0912050083" , "0021050003" , "54634049000" , "0025060106S" , "A40503096000" , "0025080356" , "58336020190" , "45230089000" , "45230088000" , "0025060556" , "0025060306" , "A40530099000" , "0025050126S" , "46234005110" , "A40534005044" , "0471140100" , "54634050000" , "54834014000" , "54634020000" , "56534013100" , "49033013000" , "46034027000" , "0760122050" , "A40534031000" , "0024060156S" , "50233041500" , "58038023400" , "A40534019000" , "A46034020000" , "0402061000" , "46234001000" , "46234002000" , "46234003000" , "0912060303" , "46234015100" , "0410002500700" , "46234012033" , "0625069034" , "54834023000" , "54634052300" , "A46034024044" , "0025050256S" , "A40533010000" , "A40533001000" , "A40533011000" , "A40533015000" , "A40533014000" , "A40533013100" , "A40533016000" , "A40533012000" , "46033028000" , "0760263561" , "46233030000" , "A40533029014" , "47233034000" , "59033029000" , "A40533005000" , "A40533003000" , "A40533006000" , "A40533002000" , "0710002217500" , "0710001612000" , "0618121912" , "0690001200100" , "0625982031" , "0912050163" , "A40532006000" , "A40532005000" , "47232013000" , "A40532002000" , "A40532004000" , "A40532010033" , "A40532003000" , "46232012000" , "A40532001075" , "0405222817" , "0800001701900" , "46232057000" , "0900001002001S" , "0073800601600S" , "0073800602000S" , "A40532060050" , "A40530026000C1" , "46230027000" , "79430020033" , "0770191015" , "A40530001000" , "A40530025000" , "0025060086" , "0603061001" , "0019080206" , "54633037000" , "A40533070044" , "46233038000" , "0760172860" , "50333030000" , "50333055000" , "50333054000" , "0471170010" , "77033051000" , "50333050000" , "50333052000" , "0988162210" , "50333056000" , "50333069000" , "46233069001" , "46233018000" , "46233053016" , "A40511075000" , "A40539031000" , "A40539030000" , "A40539006000" , "46239190000" , "A40539091000" , "A40539004000" , "0025050166S" , "A40539005000" , "50230029012" , "49030021000" , "A40530002000" , "A40035052000" , "A40035053000" , "49030090000" , "0015870501000" , "50435049000" , "79235055044" , "0760082472" , "A40035054050" , "0625060001" , "45235054028" , "0625006065" , "50430079000" , "0603070121" , "46230006100" , "45230036000" , "46230138000" , "A40530035020" , "A40530035025" , "A40530035040" , "A40530035050" , "A40530035060" , "46205004000" , "46305003000" , "46205003050" , "0025060306S" , "59007017000" , "A40537014000" , "46237036044" , "0014050163" , "46337035000" , "0985050003" , "46237013000" , "46337011000" , "0770030015" , "0770150151" , "46237074100" , "46337020033" , "0012060303S" , "0603050901" , "A40530007010 I" , "A40530007010 II" , "46131017000" , "45031015200" , "45031015000" , "46231035000" , "46231020100" , "46231134000" , "46231034100" , "45031023195" , "45031023205" , "45031023210" , "45031023215" , "45031023220" , "45031023225" , "45031023230" , "45031007000" , "45031007010" , "45031007015" , "45031007020" , "45031007025" , "A40531001044" , "46231048044" , "46231099000" , "46231011044" , "46231009044" , "52031137001" , "46231094000" , "46231035050" , "46231034060" , "46231034050" , "A40531001015" , "A40535007000" , "A40535008000" , "A46035009000" , "A40535034044C1" , "0900000601203" , "A40535025000" , "A40535027000" , "A40535028000" , "55007016001" , "0310000902400" , "47202030044" , "47202003000" , "47202031000" , "72002037000" , "72002035000" , "A40532063100" , "A40532061044" , "47132066000" , "47013085000" , "47013021000" , "46310001444" , "46310110044" , "4621007010033" , "0625062032" , "46010011000" , "59009062016" , "46310013000" , "46310014000" , "46210071140" , "46210071133" , "0019080266S" , "54310086200" , "46010051046C1" , "46010051048C1" , "46010051050C1" , "46310085044" , "45109073100" , "46210060100" , "46310084000" , "77204087000" , "46310165112" , "46310066000" , "51009100100" , "46310015000" , "00050000919" )
SELECT
*
FROM
hobaIT_sparepartfinder_images
WHERE
group_id IN (
15756 , 4668 , 58353 , 59804 , 60172 , 60182 ,
62360 , 68477 , 68481 , 68483 , 68484 ,
68486 , 68487 , 68490 , 68491 , 68493 ,
68494 , 68497 , 68498 , 68499 , 68501 ,
68503 , 68504 , 68505 , 68506 , 68508 ,
68509 , 68510 , 68511 , 68512 , 68514 ,
68515 , 68518 , 68951
)
AND article_number IN (
"46230049000" ,
"46230151044" ,
"46230152028" ,
"46230050000" ,
"0025060206" ,
"10001120000" ,
"48600611" ,
"44906890" ,
"40540399" ,
"40540400" ,
"40540401" ,
"40540402" ,
"40540403" ,
"40540404" ,
"40540405" ,
"40540406" ,
"40540407" ,
"40540408" ,
"40540409" ,
"40540410" ,
"40540411" ,
"40540412" ,
"40540413" ,
"40540414" ,
"40540415" ,
"40540417" ,
"40540418" ,
"40540419" ,
"40540421" ,
"40540422" ,
"40540423" ,
"40540425" ,
"40540426" ,
"40540427" ,
"40540447" ,
"40540448" ,
"40540449" ,
"40540450" ,
"40540494" ,
"40540774" ,
"40541383" ,
"40541391" ,
"40541392" ,
"40541393" ,
"40541402" ,
"40541403" ,
"40541404" ,
"40541405" ,
"40541406" ,
"40541408" ,
"40541414" ,
"40541416" ,
"40541417" ,
"48600063" ,
"48600064" ,
"48600065" ,
"48600069" ,
"48600095" ,
"48600096" ,
"48600097" ,
"48600098" ,
"48600099" ,
"48600100" ,
"48600101" ,
"48600102" ,
"48600116" ,
"48600139" ,
"48600217" ,
"48600325" ,
"48600326" ,
"48600327" ,
"48600328" ,
"48600329" ,
"48600330" ,
"48600331" ,
"48600332" ,
"48600333" ,
"48600479" ,
"48600967" ,
"48600988" ,
"48600989" ,
"48601091" ,
"48601092" ,
"48601093" ,
"48601094" ,
"48601262" ,
"48601264" ,
"48601300" ,
"48601459" ,
"48601548" ,
"48601550" ,
"48601584" ,
"48601692" ,
"48601693" ,
"48601707" ,
"48601841" ,
"48601847" ,
"48601849" ,
"48601850" ,
"48601916" ,
"48601917" ,
"S64060000400000" ,
"S64060000500000" ,
"S64060000600000" ,
"S64060001500000" ,
"S64882001800000" ,
"48601095" ,
"48601113" ,
"48601266" ,
"48601402" ,
"48601859" ,
"48601860" ,
"48601862" ,
"48601863" ,
"48601864" ,
"89080001" ,
"89080002" ,
"89080003" ,
"89080004" ,
"89080005" ,
"89080006" ,
"89080007" ,
"89080008" ,
"89080009" ,
"S64080000000000" ,
"S64080000100000" ,
"S64080000300000" ,
"S64080000400000" ,
"S64080000900000" ,
"40540477" ,
"43570120" ,
"43578166" ,
"44916098" ,
"44916130" ,
"44916180" ,
"46180640" ,
"48600061" ,
"48600062" ,
"48600213" ,
"48600214" ,
"48600215" ,
"48600216" ,
"48600218" ,
"48600346" ,
"48600350" ,
"48600351" ,
"48600352" ,
"48600357" ,
"48600384" ,
"48600385" ,
"48600386" ,
"48600480" ,
"48600485" ,
"48600555" ,
"48600607" ,
"48600964" ,
"48600965" ,
"36120284" ,
"36120286" ,
"36120291" ,
"36120292" ,
"36120298" ,
"36120299" ,
"36120308" ,
"36120311" ,
"36120312" ,
"36120313" ,
"36120314" ,
"36120325" ,
"36120326" ,
"36120327" ,
"36120328" ,
"36120329" ,
"36120330" ,
"36120331" ,
"36120332" ,
"36120333" ,
"36120334" ,
"36120335" ,
"36120336" ,
"36120337" ,
"36120338" ,
"36120339" ,
"36120340" ,
"36120342" ,
"36120343" ,
"36120344" ,
"36120345" ,
"36120346" ,
"36120347" ,
"36120348" ,
"36120349" ,
"36120350" ,
"36120351" ,
"36120352" ,
"36120353" ,
"36120354" ,
"36120355" ,
"36120356" ,
"36120604" ,
"40140275" ,
"48601708" ,
"50180395" ,
"50181296" ,
"50181297" ,
"S64120000000000" ,
"S64120000800000" ,
"46180712" ,
"46810490" ,
"46810491" ,
"46810492" ,
"46810493" ,
"46810494" ,
"46810495" ,
"46810496" ,
"46810497" ,
"46810498" ,
"46810499" ,
"46810500" ,
"46810501" ,
"46810502" ,
"46810503" ,
"46810504" ,
"46810505" ,
"46810506" ,
"46810507" ,
"46810508" ,
"46810509" ,
"46810510" ,
"46810511" ,
"46810512" ,
"46810513" ,
"46810514" ,
"46810515" ,
"46810516" ,
"46810517" ,
"46810518" ,
"46810519" ,
"46810520" ,
"46810521" ,
"46810522" ,
"46810523" ,
"46810524" ,
"46810525" ,
"46810602" ,
"46810603" ,
"46810604" ,
"46810605" ,
"46810606" ,
"46810607" ,
"46810608" ,
"46810610" ,
"46810611" ,
"46810612" ,
"46810613" ,
"46810614" ,
"46810615" ,
"46810616" ,
"46810620" ,
"46810622" ,
"46810623" ,
"46810624" ,
"46810625" ,
"46810627" ,
"46810628" ,
"46810631" ,
"46810632" ,
"46810633" ,
"46810634" ,
"46810636" ,
"46810637" ,
"46810638" ,
"46810639" ,
"46810641" ,
"46810642" ,
"46810643" ,
"46810856" ,
"46811258" ,
"46811580" ,
"46811582" ,
"46811629" ,
"46811635" ,
"46812015" ,
"46812016" ,
"46812017" ,
"46812018" ,
"35480479" ,
"46811046" ,
"50180006" ,
"50180007" ,
"50180008" ,
"50180009" ,
"50180010" ,
"50180012" ,
"50180013" ,
"50180014" ,
"50180015" ,
"50180016" ,
"50180017" ,
"50180019" ,
"50180020" ,
"50180021" ,
"50180022" ,
"50180023" ,
"50180024" ,
"50180025" ,
"50180026" ,
"50180027" ,
"50180028" ,
"50180029" ,
"50180030" ,
"50180031" ,
"50180032" ,
"50180033" ,
"50180034" ,
"50180035" ,
"50180036" ,
"50180037" ,
"50180038" ,
"50180039" ,
"50180040" ,
"50180041" ,
"50180043" ,
"50180044" ,
"50180045" ,
"50180046" ,
"50180047" ,
"50180048" ,
"50180049" ,
"50180050" ,
"50180051" ,
"50180052" ,
"50180053" ,
"50180054" ,
"50180055" ,
"50180056" ,
"50180057" ,
"50180058" ,
"50180059" ,
"50180060" ,
"50180061" ,
"50180062" ,
"50180063" ,
"50180064" ,
"50180065" ,
"50180066" ,
"50180067" ,
"50180068" ,
"50180069" ,
"50180070" ,
"50180071" ,
"50180072" ,
"50180073" ,
"50180074" ,
"50180075" ,
"50180076" ,
"50180077" ,
"50180078" ,
"50180079" ,
"50180080" ,
"50180177" ,
"50180210" ,
"50180383" ,
"50180634" ,
"50180650" ,
"50180653" ,
"50180654" ,
"50180655" ,
"50180656" ,
"50180657" ,
"50180659" ,
"50180662" ,
"50180663" ,
"50180664" ,
"50180665" ,
"50180666" ,
"48600212" ,
"50180209" ,
"50180330" ,
"50180578" ,
"50180635" ,
"40541061" ,
"36120469" ,
"36120471" ,
"46811636" ,
"89000001" ,
"50600065" ,
"46811637" ,
"48600460" ,
"50600002" ,
"S443500003S0100" ,
"S443500000S0100" ,
"35480586" ,
"95010044S" ,
"95010057S" ,
"35480497" ,
"35480599S" ,
"35480600S" ,
"46180581" ,
"48601494S" ,
"35480623" ,
"RP10021" ,
"35480546S3" ,
"35480546S4" ,
"52000314" ,
"52000227SET" ,
"0025060256" ,
"48601166S1" ,
"T14034" ,
"00062010053" ,
"RP10006" ,
"RP10027T" ,
"RP10008" ,
"46309001344" ,
"46309110044" ,
"46209012000" ,
"46009011100" ,
"0625060037" ,
"46009073000" ,
"4620907010033" ,
"46210072000" ,
"46209060100" ,
"59009062013" ,
"56509064100" ,
"46209071148" ,
"46209071150" ,
"45209081000" ,
"50210086000" ,
"49032011000" ,
"45110090000" ,
"77110090050" ,
"46209015000" ,
"00050000918" ,
"A40513015001" ,
"A40513014000" ,
"47213016000" ,
"47213021000" ,
"47213019000" ,
"47213085000" ,
"47213082000" ,
"47213020000" ,
"A40513090000" ,
"A40513010000" ,
"0770080019" ,
"47013025000" ,
"47213025000" ,
"A40513080001" ,
"A40513075000" ,
"47213084000" ,
"A40513070000" ,
"S421400001S0101" ,
"40540015" ,
"36120071" ,
"52000222" ,
"46180009" ,
"S82900001300001" ,
"S23900000300000" ,
"S81980000800028" ,
"S81980000900028" ,
"S81980001000028" ,
"S81980001100028" ,
"S81980001200028" ,
"36120418S" ,
"50181101S60" ,
"S453600001S0001" ,
"50180095" ,
"50180218" ,
"50180217" ,
"46811208" ,
"36120151S" ,
"46810893" ,
"R12012T" ,
"50180751S1" ,
"RP10057T" ,
"A40503001000EB" ,
"51010086100" ,
"01665080856" ,
"77307040041" ,
"09000008016U0" ,
"78112920000" ,
"47106003160" ,
"A40503037033" ,
"A40003040000" ,
"A40003041000" ,
"54803044000" ,
"0125100003" ,
"A46003045000" ,
"0094032253" ,
"A40503002020" ,
"A40503002010" ,
"45303053000" ,
"0025080306" ,
"A40503094000EB" ,
"0014050123" ,
"54803092060" ,
"44011076200" ,
"A40507012000" ,
"A40513050044" ,
"55413051000" ,
"58605083010" ,
"0625060002" ,
"54630044000" ,
"47213054000" ,
"59001037000" ,
"46030045000" ,
"A46003062000" ,
"54813055100" ,
"0025060206S" ,
"0934060003" ,
"47013056100" ,
"0025060166S" ,
"47213060044" ,
"47013061100" ,
"47213063000" ,
"47213062000" ,
"00062030000" ,
"0912040103" ,
"47013062000" ,
"47013063000" ,
"46304030044" ,
"54603097000" ,
"46004030070" ,
"77204041000" ,
"46004030071" ,
"0770160021" ,
"46304066000" ,
"0025060166" ,
"83008000012" ,
"0009050106" ,
"0025060406" ,
"77204089000" ,
"69004095000" ,
"49030021100" ,
"A40504037000" ,
"50203030090" ,
"47113047000" ,
"45204230010" ,
"46304066010" ,
"46307066010" ,
"A405C403X113000" ,
"69004089000" ,
"A40506015000" ,
"A40506016000" ,
"A46006017000" ,
"A40506001000" ,
"A40506026000" ,
"78006027000" ,
"A40506004000AB" ,
"A40506031000C1" ,
"A40506030000C1" ,
"A40506003000AB" ,
"0017060205" ,
"A40508007000EB" ,
"46308010000EB" ,
"0024060156" ,
"A40508013000EBA" ,
"45007040050" ,
"0081035163" ,
"A40506010000" ,
"0017060203" ,
"46104066050" ,
"A40502001000" ,
"51702010044" ,
"45402102044" ,
"A40502021000" ,
"46302091000" ,
"50311089200" ,
"A405C103W106000" ,
"0025080256" ,
"0032100356S" ,
"46301032022" ,
"45301034122" ,
"77201038000" ,
"59401039032" ,
"59401039037" ,
"59401039042" ,
"59401039047" ,
"59030029000" ,
"A53501084000" ,
"0780000304400" ,
"49001081000" ,
"59001092050" ,
"46301094000ABE" ,
"46301085000AB" ,
"0017060206" ,
"00050000921" ,
"A40505007000" ,
"47205057000" ,
"47205058000" ,
"46305079185" ,
"A40505079000" ,
"0770350030" ,
"A46005016000" ,
"50305012000" ,
"0910000607500" ,
"77205169000" ,
"54605068000" ,
"0024060106" ,
"A40013001044" ,
"A40013002000" ,
"70002038000" ,
"72002032000" ,
"47213003000" ,
"47213005000" ,
"A40507013000" ,
"77707008144C1" ,
"58507003200" ,
"55007006200" ,
"A40507013050" ,
"79107011000" ,
"A40507016000" ,
"58007117000" ,
"78007000270" ,
"A40507040000EB" ,
"45007040051" ,
"A40508054000ABA" ,
"0025060126" ,
"A46007014000" ,
"0025060506" ,
"A40508092000" ,
"A40508091000" ,
"00063004012" ,
"00063004202" ,
"00063004306" ,
"0024060136" ,
"0081035183" ,
"44011076140" ,
"45031023200" ,
"45229073000" ,
"A40003037033" ,
"A40039093012" ,
"3214829EN" ,
"79412966100" ,
"47003020000" ,
"46030029000" ,
"83061015000" ,
"A40532023023" ,
"0770020020" ,
"0760304774E" ,
"46030034000" ,
"46030082200" ,
"0888040050" ,
"A40530018000" ,
"0888030050" ,
"47030076100" ,
"46230015000" ,
"46230007100 I" ,
"46230007100 II" ,
"46230033100" ,
"45230074000" ,
"46030030500" ,
"A40530018010" ,
"A40530000044" ,
"46230039000" ,
"58330023000" ,
"46230024000" ,
"58030021100" ,
"58038022000" ,
"0835080326" ,
"0402040980" ,
"0912050083" ,
"0021050003" ,
"54634049000" ,
"0025060106S" ,
"A40503096000" ,
"0025080356" ,
"58336020190" ,
"45230089000" ,
"45230088000" ,
"0025060556" ,
"0025060306" ,
"A40530099000" ,
"0025050126S" ,
"46234005110" ,
"A40534005044" ,
"0471140100" ,
"54634050000" ,
"54834014000" ,
"54634020000" ,
"56534013100" ,
"49033013000" ,
"46034027000" ,
"0760122050" ,
"A40534031000" ,
"0024060156S" ,
"50233041500" ,
"58038023400" ,
"A40534019000" ,
"A46034020000" ,
"0402061000" ,
"46234001000" ,
"46234002000" ,
"46234003000" ,
"0912060303" ,
"46234015100" ,
"0410002500700" ,
"46234012033" ,
"0625069034" ,
"54834023000" ,
"54634052300" ,
"A46034024044" ,
"0025050256S" ,
"A40533010000" ,
"A40533001000" ,
"A40533011000" ,
"A40533015000" ,
"A40533014000" ,
"A40533013100" ,
"A40533016000" ,
"A40533012000" ,
"46033028000" ,
"0760263561" ,
"46233030000" ,
"A40533029014" ,
"47233034000" ,
"59033029000" ,
"A40533005000" ,
"A40533003000" ,
"A40533006000" ,
"A40533002000" ,
"0710002217500" ,
"0710001612000" ,
"0618121912" ,
"0690001200100" ,
"0625982031" ,
"0912050163" ,
"A40532006000" ,
"A40532005000" ,
"47232013000" ,
"A40532002000" ,
"A40532004000" ,
"A40532010033" ,
"A40532003000" ,
"46232012000" ,
"A40532001075" ,
"0405222817" ,
"0800001701900" ,
"46232057000" ,
"0900001002001S" ,
"0073800601600S" ,
"0073800602000S" ,
"A40532060050" ,
"A40530026000C1" ,
"46230027000" ,
"79430020033" ,
"0770191015" ,
"A40530001000" ,
"A40530025000" ,
"0025060086" ,
"0603061001" ,
"0019080206" ,
"54633037000" ,
"A40533070044" ,
"46233038000" ,
"0760172860" ,
"50333030000" ,
"50333055000" ,
"50333054000" ,
"0471170010" ,
"77033051000" ,
"50333050000" ,
"50333052000" ,
"0988162210" ,
"50333056000" ,
"50333069000" ,
"46233069001" ,
"46233018000" ,
"46233053016" ,
"A40511075000" ,
"A40539031000" ,
"A40539030000" ,
"A40539006000" ,
"46239190000" ,
"A40539091000" ,
"A40539004000" ,
"0025050166S" ,
"A40539005000" ,
"50230029012" ,
"49030021000" ,
"A40530002000" ,
"A40035052000" ,
"A40035053000" ,
"49030090000" ,
"0015870501000" ,
"50435049000" ,
"79235055044" ,
"0760082472" ,
"A40035054050" ,
"0625060001" ,
"45235054028" ,
"0625006065" ,
"50430079000" ,
"0603070121" ,
"46230006100" ,
"45230036000" ,
"46230138000" ,
"A40530035020" ,
"A40530035025" ,
"A40530035040" ,
"A40530035050" ,
"A40530035060" ,
"46205004000" ,
"46305003000" ,
"46205003050" ,
"0025060306S" ,
"59007017000" ,
"A40537014000" ,
"46237036044" ,
"0014050163" ,
"46337035000" ,
"0985050003" ,
"46237013000" ,
"46337011000" ,
"0770030015" ,
"0770150151" ,
"46237074100" ,
"46337020033" ,
"0012060303S" ,
"0603050901" ,
"A40530007010 I" ,
"A40530007010 II" ,
"46131017000" ,
"45031015200" ,
"45031015000" ,
"46231035000" ,
"46231020100" ,
"46231134000" ,
"46231034100" ,
"45031023195" ,
"45031023205" ,
"45031023210" ,
"45031023215" ,
"45031023220" ,
"45031023225" ,
"45031023230" ,
"45031007000" ,
"45031007010" ,
"45031007015" ,
"45031007020" ,
"45031007025" ,
"A40531001044" ,
"46231048044" ,
"46231099000" ,
"46231011044" ,
"46231009044" ,
"52031137001" ,
"46231094000" ,
"46231035050" ,
"46231034060" ,
"46231034050" ,
"A40531001015" ,
"A40535007000" ,
"A40535008000" ,
"A46035009000" ,
"A40535034044C1" ,
"0900000601203" ,
"A40535025000" ,
"A40535027000" ,
"A40535028000" ,
"55007016001" ,
"0310000902400" ,
"47202030044" ,
"47202003000" ,
"47202031000" ,
"72002037000" ,
"72002035000" ,
"A40532063100" ,
"A40532061044" ,
"47132066000" ,
"47013085000" ,
"47013021000" ,
"46310001444" ,
"46310110044" ,
"4621007010033" ,
"0625062032" ,
"46010011000" ,
"59009062016" ,
"46310013000" ,
"46310014000" ,
"46210071140" ,
"46210071133" ,
"0019080266S" ,
"54310086200" ,
"46010051046C1" ,
"46010051048C1" ,
"46010051050C1" ,
"46310085044" ,
"45109073100" ,
"46210060100" ,
"46310084000" ,
"77204087000" ,
"46310165112" ,
"46310066000" ,
"51009100100" ,
"46310015000" ,
"00050000919"
)
Copy
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (15756 , 4668 , 58353 , 59804 , 60172 , 60182 , 62360 , 68477 , 68481 , 68483 , 68484 , 68486 , 68487 , 68490 , 68491 , 68493 , 68494 , 68497 , 68498 , 68499 , 68501 , 68503 , 68504 , 68505 , 68506 , 68508 , 68509 , 68510 , 68511 , 68512 , 68514 , 68515 , 68518 , 68951 ) AND article_number IN ("46230049000" , "46230151044" , "46230152028" , "46230050000" , "0025060206" , "10001120000" , "48600611" , "44906890" , "40540399" , "40540400" , "40540401" , "40540402" , "40540403" , "40540404" , "40540405" , "40540406" , "40540407" , "40540408" , "40540409" , "40540410" , "40540411" , "40540412" , "40540413" , "40540414" , "40540415" , "40540417" , "40540418" , "40540419" , "40540421" , "40540422" , "40540423" , "40540425" , "40540426" , "40540427" , "40540447" , "40540448" , "40540449" , "40540450" , "40540494" , "40540774" , "40541383" , "40541391" , "40541392" , "40541393" , "40541402" , "40541403" , "40541404" , "40541405" , "40541406" , "40541408" , "40541414" , "40541416" , "40541417" , "48600063" , "48600064" , "48600065" , "48600069" , "48600095" , "48600096" , "48600097" , "48600098" , "48600099" , "48600100" , "48600101" , "48600102" , "48600116" , "48600139" , "48600217" , "48600325" , "48600326" , "48600327" , "48600328" , "48600329" , "48600330" , "48600331" , "48600332" , "48600333" , "48600479" , "48600967" , "48600988" , "48600989" , "48601091" , "48601092" , "48601093" , "48601094" , "48601262" , "48601264" , "48601300" , "48601459" , "48601548" , "48601550" , "48601584" , "48601692" , "48601693" , "48601707" , "48601841" , "48601847" , "48601849" , "48601850" , "48601916" , "48601917" , "S64060000400000" , "S64060000500000" , "S64060000600000" , "S64060001500000" , "S64882001800000" , "48601095" , "48601113" , "48601266" , "48601402" , "48601859" , "48601860" , "48601862" , "48601863" , "48601864" , "89080001" , "89080002" , "89080003" , "89080004" , "89080005" , "89080006" , "89080007" , "89080008" , "89080009" , "S64080000000000" , "S64080000100000" , "S64080000300000" , "S64080000400000" , "S64080000900000" , "40540477" , "43570120" , "43578166" , "44916098" , "44916130" , "44916180" , "46180640" , "48600061" , "48600062" , "48600213" , "48600214" , "48600215" , "48600216" , "48600218" , "48600346" , "48600350" , "48600351" , "48600352" , "48600357" , "48600384" , "48600385" , "48600386" , "48600480" , "48600485" , "48600555" , "48600607" , "48600964" , "48600965" , "36120284" , "36120286" , "36120291" , "36120292" , "36120298" , "36120299" , "36120308" , "36120311" , "36120312" , "36120313" , "36120314" , "36120325" , "36120326" , "36120327" , "36120328" , "36120329" , "36120330" , "36120331" , "36120332" , "36120333" , "36120334" , "36120335" , "36120336" , "36120337" , "36120338" , "36120339" , "36120340" , "36120342" , "36120343" , "36120344" , "36120345" , "36120346" , "36120347" , "36120348" , "36120349" , "36120350" , "36120351" , "36120352" , "36120353" , "36120354" , "36120355" , "36120356" , "36120604" , "40140275" , "48601708" , "50180395" , "50181296" , "50181297" , "S64120000000000" , "S64120000800000" , "46180712" , "46810490" , "46810491" , "46810492" , "46810493" , "46810494" , "46810495" , "46810496" , "46810497" , "46810498" , "46810499" , "46810500" , "46810501" , "46810502" , "46810503" , "46810504" , "46810505" , "46810506" , "46810507" , "46810508" , "46810509" , "46810510" , "46810511" , "46810512" , "46810513" , "46810514" , "46810515" , "46810516" , "46810517" , "46810518" , "46810519" , "46810520" , "46810521" , "46810522" , "46810523" , "46810524" , "46810525" , "46810602" , "46810603" , "46810604" , "46810605" , "46810606" , "46810607" , "46810608" , "46810610" , "46810611" , "46810612" , "46810613" , "46810614" , "46810615" , "46810616" , "46810620" , "46810622" , "46810623" , "46810624" , "46810625" , "46810627" , "46810628" , "46810631" , "46810632" , "46810633" , "46810634" , "46810636" , "46810637" , "46810638" , "46810639" , "46810641" , "46810642" , "46810643" , "46810856" , "46811258" , "46811580" , "46811582" , "46811629" , "46811635" , "46812015" , "46812016" , "46812017" , "46812018" , "35480479" , "46811046" , "50180006" , "50180007" , "50180008" , "50180009" , "50180010" , "50180012" , "50180013" , "50180014" , "50180015" , "50180016" , "50180017" , "50180019" , "50180020" , "50180021" , "50180022" , "50180023" , "50180024" , "50180025" , "50180026" , "50180027" , "50180028" , "50180029" , "50180030" , "50180031" , "50180032" , "50180033" , "50180034" , "50180035" , "50180036" , "50180037" , "50180038" , "50180039" , "50180040" , "50180041" , "50180043" , "50180044" , "50180045" , "50180046" , "50180047" , "50180048" , "50180049" , "50180050" , "50180051" , "50180052" , "50180053" , "50180054" , "50180055" , "50180056" , "50180057" , "50180058" , "50180059" , "50180060" , "50180061" , "50180062" , "50180063" , "50180064" , "50180065" , "50180066" , "50180067" , "50180068" , "50180069" , "50180070" , "50180071" , "50180072" , "50180073" , "50180074" , "50180075" , "50180076" , "50180077" , "50180078" , "50180079" , "50180080" , "50180177" , "50180210" , "50180383" , "50180634" , "50180650" , "50180653" , "50180654" , "50180655" , "50180656" , "50180657" , "50180659" , "50180662" , "50180663" , "50180664" , "50180665" , "50180666" , "48600212" , "50180209" , "50180330" , "50180578" , "50180635" , "40541061" , "36120469" , "36120471" , "46811636" , "89000001" , "50600065" , "46811637" , "48600460" , "50600002" , "S443500003S0100" , "S443500000S0100" , "35480586" , "95010044S" , "95010057S" , "35480497" , "35480599S" , "35480600S" , "46180581" , "48601494S" , "35480623" , "RP10021" , "35480546S3" , "35480546S4" , "52000314" , "52000227SET" , "0025060256" , "48601166S1" , "T14034" , "00062010053" , "RP10006" , "RP10027T" , "RP10008" , "46309001344" , "46309110044" , "46209012000" , "46009011100" , "0625060037" , "46009073000" , "4620907010033" , "46210072000" , "46209060100" , "59009062013" , "56509064100" , "46209071148" , "46209071150" , "45209081000" , "50210086000" , "49032011000" , "45110090000" , "77110090050" , "46209015000" , "00050000918" , "A40513015001" , "A40513014000" , "47213016000" , "47213021000" , "47213019000" , "47213085000" , "47213082000" , "47213020000" , "A40513090000" , "A40513010000" , "0770080019" , "47013025000" , "47213025000" , "A40513080001" , "A40513075000" , "47213084000" , "A40513070000" , "S421400001S0101" , "40540015" , "36120071" , "52000222" , "46180009" , "S82900001300001" , "S23900000300000" , "S81980000800028" , "S81980000900028" , "S81980001000028" , "S81980001100028" , "S81980001200028" , "36120418S" , "50181101S60" , "S453600001S0001" , "50180095" , "50180218" , "50180217" , "46811208" , "36120151S" , "46810893" , "R12012T" , "50180751S1" , "RP10057T" , "A40503001000EB" , "51010086100" , "01665080856" , "77307040041" , "09000008016U0" , "78112920000" , "47106003160" , "A40503037033" , "A40003040000" , "A40003041000" , "54803044000" , "0125100003" , "A46003045000" , "0094032253" , "A40503002020" , "A40503002010" , "45303053000" , "0025080306" , "A40503094000EB" , "0014050123" , "54803092060" , "44011076200" , "A40507012000" , "A40513050044" , "55413051000" , "58605083010" , "0625060002" , "54630044000" , "47213054000" , "59001037000" , "46030045000" , "A46003062000" , "54813055100" , "0025060206S" , "0934060003" , "47013056100" , "0025060166S" , "47213060044" , "47013061100" , "47213063000" , "47213062000" , "00062030000" , "0912040103" , "47013062000" , "47013063000" , "46304030044" , "54603097000" , "46004030070" , "77204041000" , "46004030071" , "0770160021" , "46304066000" , "0025060166" , "83008000012" , "0009050106" , "0025060406" , "77204089000" , "69004095000" , "49030021100" , "A40504037000" , "50203030090" , "47113047000" , "45204230010" , "46304066010" , "46307066010" , "A405C403X113000" , "69004089000" , "A40506015000" , "A40506016000" , "A46006017000" , "A40506001000" , "A40506026000" , "78006027000" , "A40506004000AB" , "A40506031000C1" , "A40506030000C1" , "A40506003000AB" , "0017060205" , "A40508007000EB" , "46308010000EB" , "0024060156" , "A40508013000EBA" , "45007040050" , "0081035163" , "A40506010000" , "0017060203" , "46104066050" , "A40502001000" , "51702010044" , "45402102044" , "A40502021000" , "46302091000" , "50311089200" , "A405C103W106000" , "0025080256" , "0032100356S" , "46301032022" , "45301034122" , "77201038000" , "59401039032" , "59401039037" , "59401039042" , "59401039047" , "59030029000" , "A53501084000" , "0780000304400" , "49001081000" , "59001092050" , "46301094000ABE" , "46301085000AB" , "0017060206" , "00050000921" , "A40505007000" , "47205057000" , "47205058000" , "46305079185" , "A40505079000" , "0770350030" , "A46005016000" , "50305012000" , "0910000607500" , "77205169000" , "54605068000" , "0024060106" , "A40013001044" , "A40013002000" , "70002038000" , "72002032000" , "47213003000" , "47213005000" , "A40507013000" , "77707008144C1" , "58507003200" , "55007006200" , "A40507013050" , "79107011000" , "A40507016000" , "58007117000" , "78007000270" , "A40507040000EB" , "45007040051" , "A40508054000ABA" , "0025060126" , "A46007014000" , "0025060506" , "A40508092000" , "A40508091000" , "00063004012" , "00063004202" , "00063004306" , "0024060136" , "0081035183" , "44011076140" , "45031023200" , "45229073000" , "A40003037033" , "A40039093012" , "3214829EN" , "79412966100" , "47003020000" , "46030029000" , "83061015000" , "A40532023023" , "0770020020" , "0760304774E" , "46030034000" , "46030082200" , "0888040050" , "A40530018000" , "0888030050" , "47030076100" , "46230015000" , "46230007100 I" , "46230007100 II" , "46230033100" , "45230074000" , "46030030500" , "A40530018010" , "A40530000044" , "46230039000" , "58330023000" , "46230024000" , "58030021100" , "58038022000" , "0835080326" , "0402040980" , "0912050083" , "0021050003" , "54634049000" , "0025060106S" , "A40503096000" , "0025080356" , "58336020190" , "45230089000" , "45230088000" , "0025060556" , "0025060306" , "A40530099000" , "0025050126S" , "46234005110" , "A40534005044" , "0471140100" , "54634050000" , "54834014000" , "54634020000" , "56534013100" , "49033013000" , "46034027000" , "0760122050" , "A40534031000" , "0024060156S" , "50233041500" , "58038023400" , "A40534019000" , "A46034020000" , "0402061000" , "46234001000" , "46234002000" , "46234003000" , "0912060303" , "46234015100" , "0410002500700" , "46234012033" , "0625069034" , "54834023000" , "54634052300" , "A46034024044" , "0025050256S" , "A40533010000" , "A40533001000" , "A40533011000" , "A40533015000" , "A40533014000" , "A40533013100" , "A40533016000" , "A40533012000" , "46033028000" , "0760263561" , "46233030000" , "A40533029014" , "47233034000" , "59033029000" , "A40533005000" , "A40533003000" , "A40533006000" , "A40533002000" , "0710002217500" , "0710001612000" , "0618121912" , "0690001200100" , "0625982031" , "0912050163" , "A40532006000" , "A40532005000" , "47232013000" , "A40532002000" , "A40532004000" , "A40532010033" , "A40532003000" , "46232012000" , "A40532001075" , "0405222817" , "0800001701900" , "46232057000" , "0900001002001S" , "0073800601600S" , "0073800602000S" , "A40532060050" , "A40530026000C1" , "46230027000" , "79430020033" , "0770191015" , "A40530001000" , "A40530025000" , "0025060086" , "0603061001" , "0019080206" , "54633037000" , "A40533070044" , "46233038000" , "0760172860" , "50333030000" , "50333055000" , "50333054000" , "0471170010" , "77033051000" , "50333050000" , "50333052000" , "0988162210" , "50333056000" , "50333069000" , "46233069001" , "46233018000" , "46233053016" , "A40511075000" , "A40539031000" , "A40539030000" , "A40539006000" , "46239190000" , "A40539091000" , "A40539004000" , "0025050166S" , "A40539005000" , "50230029012" , "49030021000" , "A40530002000" , "A40035052000" , "A40035053000" , "49030090000" , "0015870501000" , "50435049000" , "79235055044" , "0760082472" , "A40035054050" , "0625060001" , "45235054028" , "0625006065" , "50430079000" , "0603070121" , "46230006100" , "45230036000" , "46230138000" , "A40530035020" , "A40530035025" , "A40530035040" , "A40530035050" , "A40530035060" , "46205004000" , "46305003000" , "46205003050" , "0025060306S" , "59007017000" , "A40537014000" , "46237036044" , "0014050163" , "46337035000" , "0985050003" , "46237013000" , "46337011000" , "0770030015" , "0770150151" , "46237074100" , "46337020033" , "0012060303S" , "0603050901" , "A40530007010 I" , "A40530007010 II" , "46131017000" , "45031015200" , "45031015000" , "46231035000" , "46231020100" , "46231134000" , "46231034100" , "45031023195" , "45031023205" , "45031023210" , "45031023215" , "45031023220" , "45031023225" , "45031023230" , "45031007000" , "45031007010" , "45031007015" , "45031007020" , "45031007025" , "A40531001044" , "46231048044" , "46231099000" , "46231011044" , "46231009044" , "52031137001" , "46231094000" , "46231035050" , "46231034060" , "46231034050" , "A40531001015" , "A40535007000" , "A40535008000" , "A46035009000" , "A40535034044C1" , "0900000601203" , "A40535025000" , "A40535027000" , "A40535028000" , "55007016001" , "0310000902400" , "47202030044" , "47202003000" , "47202031000" , "72002037000" , "72002035000" , "A40532063100" , "A40532061044" , "47132066000" , "47013085000" , "47013021000" , "46310001444" , "46310110044" , "4621007010033" , "0625062032" , "46010011000" , "59009062016" , "46310013000" , "46310014000" , "46210071140" , "46210071133" , "0019080266S" , "54310086200" , "46010051046C1" , "46010051048C1" , "46010051050C1" , "46310085044" , "45109073100" , "46210060100" , "46310084000" , "77204087000" , "46310165112" , "46310066000" , "51009100100" , "46310015000" , "00050000919" );
Copy
80
0.27 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = ?
Parameters :
[
1003029268
]
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = 1003029268 ;
Copy
81
1.09 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 :
[
"1003029268 "
]
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 = '1003029268' ;
Copy
82
19.57 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"aLúðß!A]…5„ѱ÷±› "
b"""
1\n
Õ2æ╬GÅÑñ¼!┼Ú¶¶
"""
b"Zn+┌▄\x1F O%à»\x15 fÙØ─╚ "
b"ÿ\x18 Õ„5üEý™AFM,¢õ\x1A "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"ú\x1F íÁ±^L3Üe?ñ\x0E }\e É "
b"ùæ,>ç¾IdŒ\x08 p/\x12\x05 ]g "
b"É^│\~\x7F J&©£o:è·'q "
b"±9'7ÛnDMŒÉÜíêöƒ¬ "
b"""
n┤ÙuÙ\x04 FðØï"╩Ì\n
║┐
"""
b"oƒ”¸z\x1D D|¢Õ’!\x19 Œf‰ "
b")üÊt»\x1A IøÜ=a¼Ë─▀¹ "
b"Ï╬ü,f\x7F L\x14 ê\x18 ç╩╗×r} "
b"–—48WÂMÝ‚PéQ\çÿ! "
b"ðš•¶6\x11 E\t ¿ôN,SÖàÊ "
b"zý\f ¾ìöE`ÅÌ}IÍ'æÜ "
b"N\r 9▓C;IƒøoïËÃ┘ì\x19 "
b"âÝ\x08 U¨jL9ž\x1D bý%Ã]/ "
b"´Söà╠LE&£|┬eìı¥º "
b"\x1A ê"Œ jHï¿÷(Rª1Ôh "
b"sô߬e=ORªT#Üo&\x07 Þ "
b"بT+xöG:™ôhþ+*ìP "
b"m®P?’kEä…+“C\x06 ØÁç "
b"×Ë\x1D XÔÎOiœ®ô˜“\x16 rÚ "
b"ècÞDAQN‚ºmçÒRÝ“5 "
b"”O\x0F «EöJh”¼ï|Ÿ$Fä "
b"""
\x18 y\x06 \n
2EI\x19 ‹s—\f á*·’
"""
b"ØP╗l\x04 OFé¢╬én\r Ïéo "
b"•Åk\x02 €ÿC˜¦šì¼KJ\e º "
b" TÎ&\x1D tKÍ¥Ã\x04 •þSó% "
b"'┬ìy\f J?ìÉ\x1F ┘ê\x05 ƒ╚ "
b"}0ðBÝJS¿\r Í\x11 ¶Ø\x1E "
b"0\x17 le/›H3€Kå].\I\x1F "
b"ã$\x7F €§¿C묀õÑY¬\x05 ‰ "
b"…úÕrX7F㸆-S$H„ö "
b"""
¢³X°3\n
@\x19 ³Þ›.8Ñ\x17 S
"""
b"Õ¾A¨õ£G‡¡FzpÝû~É "
b"""
€.æÎ\n
[Bλœ\x07 <A\n
\x08\f
"""
b"""
ú\n
©®ùûDcÜlŪù\x03 ▓\x04
"""
b"ízšf>\r @!’4â@«G£“ "
b"*šå_\x01\x15 E«µŸ¡\x12 jv°ü "
b"â7ËXû╦Cûÿ\x14 ▄ÅU:lì "
b"\x13 §¿Ëo9KR™œ3ÿ\x1F\x1A\x01 Ñ "
b"è¶ü¯–ÑDß’861Ò>Û» "
b"╚\x1E\x18 ╗ì╩HnØ═,0ú[½< "
b"\x07 <ŠË£Ax„l’^{d9o "
b"½/;Ñ…´KØš0FUy\x7F o‚ "
b"ñ\x03 ×)'6E°²{´ŒÐK)\x0E "
b"┐á§ÃÖ\r GÍÅþëi0Ó.X "
b"&-\x10 ªL_M.¸\x08 .£7\e\x01\x08 "
b"€°³K£G1“²ùüEâ\x18 ÷ "
b"JþßÿBì@O”-™²\x02 þ%p "
b"\x07 lyı'¥@®╝¤´.\x0F ;ÎÅ "
b"ÌΆô¹ÏFBª›ÐæyÄ\x04 j "
b"\x07 QãL1ËD\x14 ”Ê›véÁ\x1E J "
b"‡ž,Hr\x14 E|³Ì`nÚGõI "
b"î]æ\x17\x19 ŠKC’Ú윦n‚Þ "
b"ž“_Hß”C2ii1º,ýä "
b".aÉUSéE›œH»³‰Ñi\r "
b"¾Š¸®ú”Od†\x10 £sÇÙÆ\x12 "
b"BÅüŠ<\e KJ²Ó\x07 ç"\x14 ¦x "
b"ñ■Ól4\x17 @(üéÊÎe·\x10 "
b"L”aªŸ#Gˑۿck1œ? "
b"╩■<§ì5LÊ║Ô þ_─¸▄ "
b"·\x06 È\x11 ╩÷I¿áåÆ\x10 Êïüé "
b"\x04 y\x08\x0E 1^M\x1C ¯Žq2¬û…\e "
b"®J'‹\x07 wD·¡\x18 %½\x1A ;?9 "
b"å§6"¬þA\x01 €ú\x08 «ÕG_¥ "
b"""
kzÒ{ÂÆN\n
║#³ÅGKÎ
"""
b"(½»*3LNûƒ=PÉô{½B "
b"ì\x1E\x14\x7F\x00 ì@§║É,#a\x03 t³ "
b"O-\x1C ö·]O-š|GMÝö3l "
b"┴ü╝\x04 ´ÜEÞî1╗1¡█ôæ "
b"ºvËqÑ\x06 A\x1A §í\x00 ñ0E£* "
b"3j\x16 Õ:ð@æ•—\x16 dof͵ "
b"\x12\x0F j1XªNS¤YM›/\r Ðý "
b"[ÉÈ\x1F ïõNœ„²@\x12 äS¨™ "
b"èlCÁ\x16\x1A Ck²‚ bݳ\x1F J "
b"&_ìô’'Iä¢YßiUÈó\x08 "
b"*¼…÷\v @H4¨ºEéÊü‚/ "
b"Ø\x0F\x05 ╣å║O:®y┼┌dê®} "
b"~\x06 ç6Y›AI’9þÐ×\x1C ò\x16 "
b"'w2šQILC’„E„|¡.’ "
b"\x1F\x15 ÓÉâ‚L"¥ä—(S€LÊ "
b"…vh\x17 ÖÓC«¢†5ºwqîm "
b"▓ƒØ®5·FÖ¡?´£Ôxná "
b"â\x17 Õïn\x08 E·¢\x16 f‚\x01 ;\x03 ß "
b"@‰¿“f"@¿›>ÀÂ:‹Å5 "
b"Îð\r „Ô\x06 JT˜gŒ…»öÇ\r "
b"""
yÈ\n
¥aÐB4®ˆc\x7F álÏ9
"""
b"àã§'fYL¦©w@æeùaÖ "
b"\x02 !A\x02 |?I\x0E í[ТÍMØ\t "
b"ñä~š¯½NO®\x13 Šœ8\x1C ÌÝ "
b"¦É\x02 ã\x12 ¥M"ªñ€ÜO8\x1C ö "
b"ü\x02 ┐´°\x05 @yó\x1D\x17\x02 ò2è2 "
b"\x19 =JxʽOÒ·ØÎáÜ\x00 Jg "
b"3ByÂ5TJ\x1A ½RÑÄôæ^J "
b"$ð‹ÁúEʵInöžt{B "
b"!–””r\x1F Jx‘ÿ\v ¨M‡\x14\x1E "
b"ðç¯\x16\e Ö@ÿÅü\x00 VçÁ1ÿ "
b"é┤-R@8JØäoK²&┼\e e "
b"ÔD¯¡\x07 &N„§,:Ï÷˜ˆ/ "
b"´ \f H¿&A5¯eHÍ\x04 ”Ò "
b"¡Öv-¨\x08 Nü▒Ä×Ëÿü\x0F ┬ "
b"\x0E çâ▀┌«OIÄ╣I}Â┼Ø┐ "
b"u¤fº(TAȧ\²ûd·_é "
b"\t J\x07 TG\x04 B\f üû\r ÐM╔╝= "
b"""
ëãÃ\x7F ╣ïJãæøØþ\n
øÆL
"""
b"F/$+C<A膚씼Áùs "
b"¤\x06 û\e ØïN\f €Ø`\x10 m(\x05 y "
b"""
&Ÿ\x16 …\x10 ¶L`–\x12\x01 F\n
ЪÍ
"""
b"\V\x1A k¥}Nç€J==ѹj\e "
b"à—\x1F e\x03 ÚNʹDâèô¬!\x1F "
b"hOz\x1F\x18\v EÉœ^ÞIºr\x03 9 "
b"õ8\x7F\x18 "”J8•Cˆ÷®Î)U "
b"EŸ°(šãJê´J\x1F bW\x08\x19 æ "
b"aX²]!åE¬╗eqÄØ▒¡% "
b"x\x03 $|÷ DÙ£-µ*\x13 n\x1D Ï "
b"\x14 m†œÉ\x10 Bk»Ô\x1E ÌQ…«Y "
b"ð\e Xü\r ┴Itñ│ÁA‗\x17 j\x7F "
b"÷ªÃe\x19 ÅC\r ¿ðè\x02 ¾<µ "
b"l(ôÓÚÎGÿ¬›0(§\x07 “5 "
b"""
\\x14 ½CRøBU®T.º\n
Ì\x0E ]
"""
b"vMI°ÒlH\x1E ┐Éì:YÐd' "
b"ûyÆ0Ó4C\f £æXÕ„µ\e Ñ "
b"\r ÐKiˆ(H‹\x12 ©Þ¯|_å "
b"FüUôÎ╦N\x05 ïÞ├[Gu°» "
b"3³É£\x7F Iïí═Oý<ôu\ "
b"ôU÷\x1C Ê├HÈâØÈ¹JVÝØ "
b"ôÁ\x12 £+4D‘·OYס">‰ "
b"È®\x7F\x03 iFK«—èËi˜ÚZ7 "
b"ié#u»fHçƒWqþŒlžž "
b"INÙ5hýB܆¨à4\x0F \r Åp "
b"Ž¥Ã\x19 ºÛ@¿±àò«èáB\x0F "
b"[â+øÃB@ý©\x12\x12 ×F)ŸÀ "
b"SÅ\x01 âÏAIo©¤.êGÃU¯ "
b"ôç¼▒:vB Å\x7F j϶Sõ\x1A "
b"Y,î\x11 ÅËDö▓°íþ\x01 |B\x08 "
b"¹o.\x12 -KIŸ´ý\x05 {\x03 ©dº "
b"ìOe'\x02 ¥@¥ì_ıP\x18 ì\x0F E "
b"""
!‚•\n
|\x18 LʇÅÉZW’ÿá
"""
b"§±0Ø^CKÑ¡\x00\x03 ×\e ݲ\x03 "
b"%º¹£¼ë@ã‰Î!3\x12 ÅÅq "
b"„»Œ2—àDÁ§—œì/¶·û "
b"Ý!}.Ƀ@\v ¹ÏÄÜûU‹¾ "
b"\v\x05\x1D\x02\x01 ŠD÷ŽÐ€à˜T\x01 "
b"€0\x0E y\x18 G!‰ð`\x0F ,Êái "
b"dZÚ\x02 +\x19 O>˜¤û1ã_Ī "
b"ÓË]®³pG┘Ø\e ╗■sÈÏÒ "
b"iØ\\x13 FYB╣®Ú6û3¤¼ù "
b"\x00 k\x0F ¬x¤AÔ¢\x12 .ˆ&-ä "
b"uú‡\x05 •ET„ï¬ç÷•p„ "
b"╝^\x02 ‗YÁHÕàÌuüU─HÐ "
b"v{\x10 F^ßK\x1F ‹à»y«\x01 âê "
b"\x01 ÿ╠|ǵsì½.\x1A X J█8 "
b"'ªb”<ðHà›Ø\t 3h¯M¸ "
b"IÂb”\x0E cF'¨:-‰\x00 ËË2 "
b"╚nå╠\x17 ¥E╬¼¼ì¥À\x16 »² "
b"""
¸ÔoB]ÚH\n
”¦2ˆêù¦}
"""
b"\x07 %»ÍÁ€C¾„\x1F eMüÜ¡å "
b" (£§–ºFP©\x08 bÄ\x05 \¸ "
b"®\e n\x11\x01 —C•…\x1F h{{eI1 "
b"\x0E Óõo\x15 -Ee‹\x11\t ±©þ¬h "
b"Á%°üï╣Iu¢ma,Kf\x15 ù "
b"±íÒJ\x12 @ü‰ÀåHÍ\x04 ,Ÿ "
b"‘|\r ÔqqJD¢ôd0\x18 -\x7F Ø "
b"ÛNµ*╠IDµìÄÉaÈb\x11 ¬ "
b"\x17 ï¿õ€=I´§g¼ðé\v\x00\x19 "
b" AÜ0\f ÒE?˜‡Ï\f 'ªA¡ "
b"$&í±-ôGj¡\x05 îm¥z¬T "
b"▒█ìÑ2·@ØÂRpÝ/¦{┴ "
b"9oоÆuJÖ€'Q¤•:äü "
b"u—\x17 "|vCá¶ñ\x18\x15 ¢\x03 ³£ "
b"ÿ9·84\x1A N\x00 ›>¥\x14\x00 7v\x14 "
b"[ØV©p`Ló¼┬u2ƒ▒[^ "
b"í:²¥|¹Lì—9*-NOÂø "
b"╔>═Û\x10 ¯A®Ñç«©Å\e\x08 ¾ "
b"ÈZ5XÝ-@\ ôI\x1A kRaO "
b"̧'\x00 ?õL“•¯E\x11 •ç'š "
b"Lë\x08 ëh>H¸¿ý˜„AËàÏ "
b"}Œ_ûþÑL²‡Ùc÷rWñN "
b"?0òš\x06\x15 LT„ÏPA\x13 ¹ü^ "
b"ºý}¥\x00 D@è·Qx¸\x11\e\x19 — "
b".=É÷G{E\x13 ¼…ÿŠ>VW£ "
b"ƒ°2V\x14 óEE“^2‡IbA8 "
b"{Æâh´˜Ci†µ(Ö©\x19 ¹ "
b"”Y3*”ñM²Š“Fj`|Ð) "
b"╦(ÐÆMåM\x0E Åv(\x0F âªuO "
b"î░Ù\x0E ¡óF5É\ýì?\x1D q¾ "
b"\x11 Ê-«˜ßNË›žnÿt\x7F ê\x10 "
b"°0\x06 û÷5J“¥(ûqÁ']¸ "
b"I‡\x13 L6¾J+ QÒÆûõ¿í "
b"þ{cϰ╦DñçÅ‗}$╬$¢ "
b"¤}üw2{B«áÿY\x03 Jqf¬ "
b"<\x08 Mï"\r I<¯\x03 *¡“\e ÁÑ "
b"„-—\x07 ï\x13 C§•žg¢+k9 "
b"lìMïU\x12 D-¾\x7F ޼\x16 ›™¯ "
b"¨mæ:\x08 °O°«cáý\x00 UÒ; "
b"░n\e {╣üDvùlCQ╬\x7F B▒ "
b"\x12 8r█¤\x13 E‗í│űÂßÎ\t "
b"\x01 Û$\x18 êyAÅ’=áÜ\x12 ÖE "
b"2s7Ø,ÿGz‹)i팔\x19\x1A "
b"£í."\x04 ñJ\x10 ŽÌI#dÊóU "
b")ظd\x06 "F3▒UO\x17 À┬ùt "
b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S "
b"\x07 ŠÛsä3@,¬\x1D\x0F ·ž[øÇ "
b"&>P§\x0F bCy™Å+úôÑ H "
b"˜\t ™waˆFþ€áAfš6ÖÕ "
b"Ù!î!=DD\x1D ¿%SŒÿPo½ "
b"•G\x13 ØWK8¯¢9Œ{Öl\x0F "
b"r`º+W‡H¬¶úê‘"\x19\v "
b"\x19 ^yk¡±N┼ŃÂGçXÄ■ "
b",áJ╝│ØE¶║6y┼Ë\x19 ç╩ "
b""\x1F ñØa%IÅ\t ¬×;ɼ "
b"»¢ …)x@"•ñÇá\r ^H\x03 "
b"Ï^mU†¥MĪ‘(–×E×" "
b"Fæ¡ÞÛPB~™«c|snÑv "
b"ì,²ÈѧKYÉ*\x11 à\x1D\x03 >T "
b"îâÈÅÈ╝BÌñ(Vk\x1C\x11 Y "
b"ò@nþ8.OI“~ƒ\x7F â[ó< "
b"\f êÅ\x16 ö#Eñò\x0F Ñ■C╗üà "
b"\x05\x15 ki>kJi¾`x—Íœ\t ¬ "
b"µpðñJðMÕž4r´ \f ’\x1A "
b"³.ÁÜlÇM΂WP\x18 Ô\e h\x10 "
b"Ø:>\x11 ÕFC³½p…~qS®¾ "
b"óÁ\x1C ýHüEK·ðôm›Î3õ "
b". '2\e a@J¾ïcò|\x02 Èå "
b"""
àpÆ\x06 \n
\x1D I*µWÍ0\r ñ\n
h
"""
b"“¾-¹«sD\f ŸDÔßøi¶Û "
b"çÞú6s'A╠╗WgpƒiDÅ "
b"\x00 ð°‘\x17\e C•¹\x7F ×:½\x18 \Ö "
b"Ǫ¯óáÒKÚNZÊYÂ$\n "
b"\x02 á4®\x0E ¶G\x19 µÏEGç]ÄÕ "
b"""
L[` P\n
N«¹äR çI5:
"""
b"å░Ø\x03 pÇMÂì¬\x05 CÃU\x00 ▀ "
b"|‘°¿¡“MF«?Òüf†uU "
b"ï\t B\x17 ·”@ŸµJWÕi–| "
b"\x18 ð‡º2¶@{ºË§Áõ·%œ "
b"J7t!ZóD–—\x14 -Ôã¹_˜ "
b"À".—<…E\x07 ˜¾ˆPîSQú "
b"¨\x05 úÑ´N4ñ\x11 ¥_Ø\x07\t 3 "
b"A\x01\x18 Èæ\v JF¿§¨\x14 y •Š "
b"¨└\t Ìþ╬DrØé\x05 Ùÿ<O| "
b" [HY´qNL┤©▄ØÓq&- "
b"sèéø]LI=¶rñl<‘e“ "
b"╚}4ı─ÎH‗ìí½j\x1A ¾██ "
b"Ç)Ma 'E\x10 ®+„L{@\n "
b"6ËÃ\x08 ¥%LìÇýw¦s9┐¹ "
b"\f ßÃ_t:Fl…’fº—ãfà "
b"wéôõªìDqÜn\t ®¹²Üè "
b"""
\x12 Hâr´¹Ge‚¾ML‘\n
r¼
"""
b"\x01 ˜Ì{yLpÅ–ÑÚÌ< Çs "
b"""
¹•î\n
Í[Bä‘“VFšDð|
"""
b"RDo‘e\x7F A«¶\x14 )ïíª\x1E "
b"\x01 ˜Ì{BÈp\x03 ·fvs%žÐ@ "
b"\x07 úÚD›–B?¨C?n±\x16 IK "
b"fy ü…}EŒ…Lj »œÜ4 "
b"\t íÉg#Gª†±Œ‰úJ´µ "
b"[\t {Ô5èHö™æ*\x1F MRl\x7F "
b"À“ŠÌÞ\x1F At½\x12 Wa&)ïœ "
b"„Ûˆ-^ê@7®\x04 »þ¿K‚\x19 "
b"\x04 âÙµ\v\x02 Náª\x1D }Åj]ÜL "
b"\v\x11 ƳöÂNÏ›\x7F ðÚÈÖ—# "
b"ñ░ì~SIH#╣█Ü¡(c8─ "
b"*\x08 {g›òA㪫l\x1D uÞ=< "
b"íÊ\x10 þ2▒J╗Øð"w\x1C -jP "
b"2¼]•c\x01 EÚ¬ççK\t\x05\x13 < "
b"¼*•iì€M+œþG}VÒ'\x07 "
b"""
<‚<\x1A '\n
F‹€p°n£o‡
"""
b"""
{Ö\x19 K■nB\e ì\n
¿ø'á\x1A\x12
"""
b"B`'«ÜóE¯Å\x13 nÊýïKÈ "
b"¶sè║\x14 nLv»Óì÷yw«& "
b"qc\x1D ïÛ¥N˵aÿ“\x17 •\x16 ' "
b"°\v ┌ıYqF\t í\x11 ┌ƒ;\x13 ÛØ "
b"\x1D\x02 r\x7F #³Fß’96àÛ†ÇT "
b"èg\x08 »┼dKAÁtüv9ôÜ\x1C "
b"¥Öü╔Ĭ@}ñ\t `¼\x1D +█Ê "
b"9aäÔµiO2§\x1C ŸT^\x14 c× "
b"Ò«(«8PGÁ HVýã\l\r "
b"çW]TÉþD?˜ÅÏÅ\r ùØ "
b"Þ┬Q#}2@¥ì?õ┤▒ÖıL "
b"\x12 Bs\x16 2öKQ×\¡âZ£þü "
b"Z9§%påD\x18 ›\x7F F÷Sü0c "
b"?É-ï\x06 bJB PÍÙ&':U "
b"áO¶\x16\x0E q@¤‹£+X’\x7F š1 "
b"\gÅ\x11 ö”Mó¬Ž\x19 ì†*ø< "
b"Äd*çãáDh·ã„óv@\x05 0 "
b"½`\x02 Ï\x08\x15 KººËµ£€ÜÚ "
b"\x1D ØúÊjLD▀¡Ö\x0F Ú\x1A\x01 »k "
b"\x06 ¸Y┘Ø~MÙ¼\x13 -áÔz╝Í "
b"Gýf¶Í¾C‘›¯è\e ÈÛ©n "
b"¢¡g_9─@Éóݺm!■6û "
b"\x02 ™T\x13 ÖÂHãŠøI¶1âl\r "
b"M¾2Ü+WE¾ìÄG®Í"Íû "
b"5\x17 fÛ$ƒC\t …,ˆoEÓË "
b"""
¾_\x04\x1A ã\x01 O\x1F ´.\n
‚æµ×Ç
"""
b"!\f I7g2NCµ÷$\x08 ã°3\x03 "
b"ŧ”\x1E įA—¯Þ›U:ºÝ‚ "
b"\x0E úq¯ƒ†B6¯pîÕâG}{ "
b"Þ`èÉ\x1A ¢KÚ¡\x13 *߇iC- "
b"g\x0E mÇ®\x10 MBŠ¡ÙѣŖû "
b"PíC*\x03 Ñ@\f ÄÌÑzãÉlÍ "
b"""
ó\x16 é\x15 \n
JEu“‹z°IG_\x03
"""
b"v:bÿÈRK^ŒÞnKcÒ\x0F ‡ "
b"Ù^Zì‰rHD¤ka‚O±Çt "
b"¼h#\x18 õúEðˆ&ˆ²d½>¿ "
b"æc\x11 C┬ÿL/Ø║'‗¬\x18 ╠ñ "
b"¥x5Ü\x1E *M7¤ãuÜ}§ìp "
b"ü‰†ë¿òMÏŠ*=¥~§³â "
b"þ\x03 Ÿ\x02\x19 nK\¦XéÀ¶{a* "
b"\x00 F†Ø÷`Iƒ‘õ.§È½¶@ "
b""¯³>NåG÷¼Éûg,©Ý÷ "
b"Å5\x02 ËtßK×öå#1µZPz "
b"""
Í\x0E .@‰\n
M\x15 ‚\x1F #YòÄê+
"""
b">Ë«÷ŒÞD?»â\f ?wFá\x05 "
b"\r {î ° I7—Ì©bò\x13 ?Ï "
b"ý┴>\x05 ĺOÖØë\x02 ^‗N \f "
b"ÏÀ¡\x7F\x17 ÉC?×ú┘R(ÌcÉ "
b"o5Îvë®KNª\f ³ÏÌ}~º "
b"†\x01 ú›¡DKU†H°Þ÷\x00 jX "
b"ŠÐú\x1C µLDV®‘ÇK ß\x0F ³ "
b"4¦)ìtxC|²þt¿!ì¬2 "
b"ÊÀèY¼WEW³_xÿ\t °èµ "
b"‗\x7F\x12 ÂäáL▄ÅM\f ÏX┼║V "
b"Q8 ç4¸A¿·£m@'\x12 hý "
b"\x11 ”Y€ÝcOŒ¿Ã"\f ºª+g "
b"Û·Öe·®H:…ÝÀ\v\x00 ¦ôÿ "
b"""
\x1C ï½ïð\v @\x05 µ\n
E¨\x18 |Eœ
"""
b"£‚t÷\r EAŸ\x15 ¶¥ªøßJ "
b"}¨M¬fªK╬¡\x01\x1F ôÁ]ïØ "
b".‡ä*=ŒJ¥½M§ÐÈQ¿~ "
b"ç\x12 :C½-L\x04 ·ø„õõôìƒ "
b"ŠZÂ\x00 Ò]H™uá\e c\x02 ¾@ "
b"W°e!ÓþJ¿“M+VX6 < "
b"]Hõe¨óNèïÅÆä@\t ÁS "
b"\x10 y¼çGðD“ ·„³ 8Jœ "
b"$VŽ\x10 [\x1C Lã›p\x04 ¹e`ì "
b"""
╝dº\n
5ªAìü~bën¥ä├
"""
b"zÂ`▀\x1F JîØt®ß½\f 8} "
b"¨_ßâš<Jê¥+ªË|Oé\ "
b"└Ö\f µ├└FT┐ì´,6F¹X "
b"f2ÙwoèKº–\x10 )xNM\e p "
b"'v\v Ú\x08 @@è›L´ë^×\x05\x02 "
b"■r\v M̯IüÁObÄ3pËD "
b"\x17 åZVl_JÏ©\x04 ?\x13\t \Qv "
b"\x10 z¶6╝\x06 CÂ▒\x04 ¯tÅÁìv "
b"à¶h\x0E æhN”€i¯\r mrÂÎ "
b"0äT1\x15 ËF\x1F ç\x06 Ñ>í`ìÙ "
b"ZV%█ôüA)ǨC\x06\x05 Â)ï "
b"θC…7\x01 B$½\x02 V¢þÿ\x1D f "
b"o║Æu"~BLئ║┤ß!╬1 "
b"¿ \x03 Ò'ŒA‰¶9N\r ØJ‡c "
b"ÀŸ \Ù4Jkƒ±ê|\x01\x13 oF "
b"þW)É┐ÉFJ¥1jç\x14 ┼]º "
b"û,a~ìÖO÷░┬Z¡\x04\x02 +g "
b"]ÂW[ñOIè´Ä?ÛI7ç3 "
b"oXÎQìRN{åIZ,]aDù "
b"»\x1C \n \x12 x¡D€š“\x00 X¥-j„ "
b"ÈmE/‚¼K\x1D ‰‰œ}#Ì[= "
b"""
\x02 W\x17 Ù\x1C !C—».ƒ\n
â±À
"""
b"ÖׯÅßıBÇ¢▀þ\x19 mT\x11 "
b"ÖûËkÁûLO³Å7Nõµ¶| "
b"Òòåaý\t OO½\x06 ÕË’˜Gc "
b"‘Á\x01 9óùFÝ™XxØâ’(\x00 "
b"""
oµwüf\n
Jy®Éq┤qı
"""
b"oƒý!Ï¢Cà–A°5Z(\x17 Ò "
b"VÕ\x0E H°"Iĵ»Ìä\x1A\x1C\x07 * "
b"Ž\f dô\x17 &A‡¯¶\x00 ójÌm" "
b"!9pÉv\r MÓ×Ò└Ä·ò▓║ "
b"¯5§MȶJ\x17 “Ð\x7F å\x13 ”ñ‡ "
b"A\x07 n¥åÌOX¦%óè\x03 —\x02\x1C "
b"""
›)CŸÒD[«\\n
\x1E ²©9ø
"""
b"6Å\x15 -L¯C¬°ºfÕ\x00\x10 ib "
b"$ÆÅÐV\x01 AP®ªÐExš@… "
b"Àm¥‹ä^DŒ½¯àHøú4¿ "
b"¿º±gKNL\x1E ¨þÏž\x1C N" "
b"BžÕÚñ¯E·¢ée¬\x7F 4¯$ "
b"p{£®¾YJ\x08 ƒ6ÁO’*Ò? "
b"B\f 8sw\F穊°V2\x1E j‘ "
b"gÔ—Ótš@A²¤S„\x10 À\x01 À "
b"ùÜ\x16 *¤ûE"нƒ¸Š`–# "
b"¸\ü\x04 â6KXÄjîiFÆß\x13 "
b"ɹÒ}\x0F …IįSñ@Û\f ª= "
b"ëµG¡-ãN\x15 ¡~x¼ê\x1C ð– "
b"\x07 Ù°G0AOL½&x÷Â3Ð\x03 "
b"ç.Ï×\x15\x0F @╔║îÉ7d\x12 ßr "
b"Úw¸é\v ùD\x1A ╝■Ž\x11 ¯Ë\x16 "
b"\x01 Ÿ\e ®òÜCœ”€\x0F €Ü™<³ "
b"î±c¯äáEw²U§Yƒ"\x08 Å "
b"•”aU\x12 ™D¿ Ùp\)\x11\x7F ‚ "
b"³£âß*fH–¼\x11 òƒ\x12\x14 D\x1F "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"zßòc™\x19 B⿽°>«<„ö "
b"""
×ü╬\x7F\x10 FBEÿA3\n
\x14 'É©
"""
b"¦Ý4éÎ>@\x19 ¬:|Ju "
b"\x11 sV‚Ái@¯¡ü\x1C ÷úB\x03\e "
b"Âw0’QsDú´³\x08 |\x14 D‡i "
b"\x08 ¾ \x03 áÏLØ”O2ãÌ…\x1E Ð "
b"ı>ÎøÉ}I;ø═¼┬L\x07\x1D\x00 "
b"0\x07 Øõ5\x16 B\x00 å=Ó\v Ûì\x10 ³ "
b"š±#«ÐˆOË˜Íæu€\x1D š\x06 "
b"|mÕ„ýÇEJ¾¶É5_™_§ "
b"sÌ)7\x1A ¨N‹™šiš|\t\x1D ‘ "
b" мøß\x1A NOœaè\vÉ\x00 . "
b"\x1F o\x05 yñ‘E€¾ü\x15 c\x0E ÿ¹Ò "
b" ”\x05 K<ñC\x03 …³·L\x04 «âØ "
b"dž5þf\x16 Añ¢ÔN¼\x1F ®A "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"ç®BG\x18 0L\x01 †\x1A b9U>‚é "
b"ª-$½,—Iû¶ªŽ†`\x00 ј "
b"Àœá‚$ÆI$Š‹\f °h+\x18 ™ "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"—Ù\f UáôB\x1F µ6!\x0F\x0F 6Ó$ "
b"""
£)m“ï\x1A LLJÚ\x18 \n
é„G–
"""
b"½çuð\x1F YISØÛt╩ÜJ>Ü "
b"ò´6÷Ÿ˜DÓ§Œn½ê…A¤ "
b"wDzŒS¸C\x13 ‹žP?Ã˪¤ "
b"åá\Fe\x10 KõµDd›\x13 ¥¿" "
b"\n UdeO\x00 FX³¶°«ÙмÀ "
b"¦L\x02 kØ\x05 Fæ¢Í½\t L╚< "
b" ÆAË\x1C êC\e ¾khÂåTZ\x1D "
b"³\x15 ¸þÀ¥K\x11 «·´´Eg¨s "
b":{.p öMö£Î\x19 ¾ÓDªe "
b"v\x18\x19\x06\x0E bLÖˆ™ÄJÛNº¨ "
b"ò8O*>NE»¤‹\x1E\x13 žàд "
b"VÚ0\x1F ã/Jż¹åµ×\x08 û4 "
b"Eq;ÿ{[E8¢\x19 ]ó’KU¸ "
b"ÚqN»ŒµK÷’w¨Žñϯž "
b"\x04 H‹Ï\x0E èO[„c:\x1A ùE€\x06 "
b"ÿò┬ðìöLé║■pÿ╬ ö' "
b"£hý7C³E柹!\x08 iù\x7F á "
b"""
¤b¯»çÛDdì\x02 M^m\x0F \n
>
"""
b"k\x08 `Í|ÏDá¨(†ì•Ñ”Û "
b"Iwgt\t õC\x1A ±DÑwdmuè "
b"ܸÆ$èüN>ÅÐ└¯!?\x13\x01 "
b"C‗ªEhÛ@kÅõÍ▄zV┐O "
b"Ò°!\x04 IMC\x1C ŽÙ&Z\x1F ž²¼ "
b"Ùje\x04 ÎÕGά9\x1A ,\x17 ³ÏR "
b"JáD\x14 ¹tL\x1F Å\f E¿-0Ñ┐ "
b"ÿ`\x15 ¹ÅÁNÇåý/=2£Ò2 "
b"""
¯À┘\n
owBá║Ú\x06 Ã┬7Ãü
"""
b"•H´³ ôL¡¬Ý¿*R‰Jq "
b"\x1D ̶֮!Mê¸ú/až^ë» "
b"«░"S~É@ZÂuý█\x15 §!\x17 "
b"æªd\x17 ı\r @´▒4BEÅ2¯\x16 "
b"#è'\x1F ®3JÀ»H\x1F ¢ ºÔÓ "
b"*B ô¦¨N‹›j>_\x08 ÉÍñ "
b"Z¯úÆ®ŽEh‹\x07 ŒšŒ¡\\r "
b"ÚB┘\x01 FUGØ│┘µ5Áÿ\x10 ‗ "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"¿\r W4—=Gó»|bà{Ô\x03\x12 "
b"hÞH\x16 V\x17 L1’®\x11 ] Y† "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"‰\x1F –\x01 ì.Bά\x06 `/©½fÇ "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"ö¡ª}▒|H=Å╠&w%═t_ "
b"│ı¤▀ô\x04 O\x0F ت>\e ý\x0F IÅ "
b"4y½T\x15 ÚA ìÀ$3ieÉ: "
b"k¨û?ÁrDv®\x18\x01\x0F\x1C d½” "
b"║dbß╬ØI ▒ÈD;§┤┤S "
b"ªPôB´-J\x1A ‰`\x12 †ù’Æm "
b" \x1E Ñ%$`Lo‰°å\x03 Š=°j "
b"ÁJÉc.\x03 Dñ»╝îiÙWâK "
b"""
<Ñme\n
Ú@^ˆQª¨L€8£
"""
b"ØÂš¢^lJ¸¥"¿{›\r ˜ "
b"2¨ïŸÚAG ‚\x10 $C\x0E X»\n "
b"$x†Ð³±J\e ¼`(~®\t ’v "
b"²×û0Û\x00 F[“JíÁÊcqÊ "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"\x04 g_œ¿ÅN\x17 ´´]Sè"Š\x12 "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"qwüo¹*BZæ!\x01 e@nÀ= "
b"\x01 ˜Ìf·Ísè›ü1¿ùÃä< "
b"¾·ø'SmL\f ™¦[)Ìc5f "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"¦\t\e ¦VÏOs§±€z°Gd\e "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"ÙØx—½lI¸ƒŒ5n¤e¸Í "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"""
═▒»>òÏDßì$\n
©J4ôý
"""
b"¿\x11 4─JPMOÉé,\x0E ■╩ı‗ "
b"Ê6T,ˆ\x14 J2¼ø\x12 9w¾Í\x7F "
b"\x1A MB\x04\x1C DC#ªOwô\x15 vÄ\x02 "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"Ϥ(¶°\x01 Kƒ¤†_«)µyÞ "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"«½\f Ц˜Hh´†ê\x1C ‹¡ÊB "
b"""
~)\x15 ŽXËC\v «\n
\t -Pñƒ¹
"""
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\e A1E<\x03 M~šÂ¹\x16 rý5> "
b"\x08 M‰`¤|C߇!ä\x04 vkÊ? "
b"W\x02 ¹±RÛL■ÿfìï╔Ñ y "
b"\x00 Ôа\x14 û@†\v\x02 ®\x10 ƒu^ "
b"ý0<àÍùCôÅ3Ljuß¿\x14 "
b"‚ÐH%ñPKΥ剽Q¤-ü "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"¥dßp.ÜC\x7F ‹.0E,\e Ðü "
b"""
\n
\x02 åþ\t }Cì‡6\x11 Ÿ\x01 ¶‡v
"""
b"┴Åy¸i┴Fı╝\x18 "±╚ó®ÿ "
b"…ÂTô5\x0F @\e ¤umuOFý\x1F "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"s╠+°\x19 ÙF,×p½▓\t É╗┌ "
b"ú┼-µ+;A▒üƒî5┘▀Æ0 "
b".ÂA(yD,ŠÜu†ðùË "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"\x1C ()\x04 /ÆGò½[à\x06\x1C\x12 &G "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"ää]wN¯C ¢xëúsîâê "
b"Toyæ╦$G\t òæ\jj\x01 ¯Ø "
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"hkª/K|L\x05 ”ð™‚Gœ´a "
b"üá╝Çt░Hu░üþÓfë\t ¯ "
b"~\t 8k×ÁO`Œé1äT4ºx "
b"Èêì12=D?┐5½ÑÖ&ô¦ "
b"|å┼ÏG¶@üóð╗^¡"╝ "
b"‹LÎ\x12 º¯B¦\v ^Æ\x1A Îcw "
b"Z]à(ê\x04 GÉ \x1C ·¸†!~\x11 "
b"à êÑS¢E§´àêz\x02\x1D @¦ "
b"·lõ\t ÖLA'¬`i²\x1F 82\x05 "
b"9q¸▀\x1F ╣C\x15 ò£\x08\x0E AýrÅ "
b"+ÙgYA4Kž¥–Ò+ü)Ž "
b"GD\x07 Ç!±Aò“ápÈj߇] "
b"2\t úÖ¼ÂI\x19 ¡ýŒËQ=5M "
b"ö:p\x01 ™6H\t °:·#ål+š "
b"\x19 ôç\x1D ê\x0F GNçø┴\x08 íù┘ì "
b"""
_mU\x14 ØíC\x10 ¢j\x08 └}\n
¡ÿ
"""
b"Á¦‚]gõO|ˆÇ=Û<á0< "
b"_®óÈ/\x1F Ië╣ÕËOFoì# "
b"4ø<¸8‹K\e ƒOš\t ™&Í5 "
b"'B©Gïü@xØ@½hË~hø "
b"Ǹ&ò=´B╩½)ìT\e íBõ "
b"#;y¢Ø╩FíîÃw╝a~┴Þ "
b"õ|>\e ĹOú·wAàŠf§Æ "
b"yúÔó\v oBü„\f ð°ø".. "
b"""
m\n
fuL\t N´íüÿÛ- \x19 {
"""
b"¬ÈdÀ¿†BŸµ›Ú—,1Y› "
b"’ÑwÙ\x12 ÄB¡´8¿¯–|&¤ "
b"6!Ÿ®ñïE¶²ãº\x12 jÿ·Ò "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"""
‹-\x19\x1A ÛÈIZ¬\n
\x0F Ú‘\x03 6¡
"""
b"àþô^åñJ.¶NÚñ\x05 ([» "
b"\x11\x12 õØÈ1AsØÿ║nsØ\r h "
b"ÿ†’(ûˆH¢³?L¸°\x7F .‡ "
b"ôˆ9ôôZD@’\x18 S¤÷0 º "
b"ïÔ\x1C Ø\x03 $@\x7F ¡×mÏåhÔî "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"ZЧ[5ê@·€r\f õ¹\x15 9j "
b"\x1A îž\x10 a¤G¬¥çÕ¿boq„ "
b",o„§BëOμ¬ÿ„ù£\x7F M "
b"¥VQ4sNDÊ[‡¡\x14 }§R "
b"³Ã\x02 ñ╔!AZÁ"üÒ®ÊMá "
b"¡‚×éfÛMÿµ\x7F ¹\r [\x12 ÝŒ "
b"ú9ôÄßí@ç░\x10 ÇEGÕöÉ "
b"w9«ü\x1C ÛL´»«Škd|6\x13 "
b"'\x05 [\x15 ò´N»ŠÀΦô¿^n "
b"´p:«ÀÎB¼ìÎf\x06 4S\x11 5 "
b"1¤)ŒñIOß¡8‘¦\r |HD "
b"ýÅÆ;’\x1E MäžyÖlºa¨\x7F "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"\x1A LNÀ^\e N\x19 “$5\e %Óót "
b"S¼\x05 ,k¿A„Ž*É(Z\x02 ª\t "
b"""
\e ¨\x0E äÐ\x19 E;¢ªˆò\n
)T±
"""
b"£²_Ñù=@ú–/Ùѹ×l! "
b"-Å│èY\x1E N\x00 ÿ\x07 (_^±>% "
b"L[\x00 t¿\n H+¼F\r gw\x1E :\r "
b"Ñaø.ÚÀ@_¨Ÿ¾Ù¹\x1C Úî "
b"¤çå:Ð×JN‡\x18 ùxx\x13 r\x02 "
b"‡\x08 _\x7F\x03 Ž@œœ§\x1C ¶p”v¥ "
b"\x00\x04 jÚ hE╗ƒÅw\x7F\x05 ¬╗B "
b"[oX»:m@N¦Ý— ³)î "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"1²]óâÄ@‰¨ÒéÛ°6\x0F Ü "
b"Ó&ðî\x06 @ôçÅ¤Øæ┐aÚ "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"§\f +xž¬FÞ“Ó8o\t É¡ß "
b"©ÃyC\x1F ™A¶¨•tjþx\f "
b"&èý¶ˆŒBû‰ú\x1C ~hp”\x02 "
b"ÃXã\x1F 7Ayªüîæ1e!“ "
b"«@█ÉK¨B[ƒ▀³┐ë─÷\x17 "
b"á\x13 /\x14 ‗aK¥ó ËlÅ\x12 ë "
b"$0d\x1E ¦žGŒ¬I,\x14 ‡p&l "
b"ê\x16 Rí\x0E\x15 E[ŠãcŸRÂy "
b"¦©Ÿ”u5J`‰-\x17 ;\x04\x03 M0 "
b"´Ö«g¿¾NEüW┐ó\x1D óÚ= "
b"=,ìϸè@7Š%×úÆî/à "
b";Ñ^Fó#Aa£¨jÁqvl% "
b"╚cÓd\x1C ;N쬸┌╠cà┴¼ "
b"ÿk"3\x7F ØIXÖvª┴Ú\x14 ÚË "
b"-ò¨ºËâNƒ³áÎìúŒùG "
b"é‰h4|¢HTš6\x03 €A§\r F "
b"Î×X\x1F —ãM‡„¾’¤éÈ\x18 "
b"¹Ý¸×\x04\x11 Gæ»d\x1C üÛJwH "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"ëJ,Œ´\e BÑ”{‹ÇnñkA "
b"5MíÉ\x0E\x18 FÀ¤xî.iœòœ "
b",Ò⺨ˆJPžœo¥¢\x1A ´. "
b"#ø$VLÅH¾╗\x7F ╬ÃÞ,í! "
b"¤Vf”õ5J\x1C ™5'í\x1E ø*\x0E "
b"›=”Ê| C\x1D ¯É\x05\x0E óù¾\x06 "
b"-Ïßl\|O}ºÍÉ”ùU†; "
b"&ϼz\x02 ºG„š\x00 æ'ç`«‡ "
b"U\f dÊÚçL\x15 ˜¸îöB›ï- "
b"C›jÈ ?I$£\x03 à\x07 :«\f ´ "
b"í\x08 Ê/úvO\x00 ´RuÒ׋§j "
b"ÈùŸJÞžCÉŠ%N†+Á\x11 p "
b"\}ï3á?L¡HéeK†ùG "
b"J{ªÄ&[Ej›ÝóÚY\x1E ÅÎ "
b"""
Œ¼Á\x05\x1A ÛJž–\n
ý²*¼€Â
"""
b"žïøâÅ\x0F A8¹\x03 Aå…–Š– "
b"\x1F ·ð„ \x11 J\x17 ”*DÑYç«\x0E "
b"\x1F …«’ì>E¯•ƒ³5â-ù\x01 "
b"q45ž'vA\x0E ˜C\x05\x1C Ç\x10 ”[ "
b"åÙ‘\x0E ½¿D^‚ûÀ@e\x1D Ëi "
b"Ñ3Ãuï¢L\x05 ©\x01 ñ×oh’h "
b"¨üwÞQ'@Ñ –Š©ÓN‘* "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"\x15 tk9Ž\v B$³WÏ`;oºú "
b"«xœâ\x06 nG*µ\x12 ŵrUŸ¢ "
b""µ┌h0ò@ü▓£S\x01 {╚ Ñ "
b"ÛxhK┴"OÉâ#9X\x07 ╔"║ "
b"B©Éå\x06 pOV¡+%~lÒc¿ "
b"╗ì\r å\x07 ¹H┼ô !\x02 f┴ò│ "
b"ø‗Ä╦I═H+║\r ¨¥øìÃí "
b"ÏEë`%9FÔµ†Â¹vXŒ "
b"X;╬\x19 Ý¥B\x17 öN}m┴Ø/u "
b"cï6ÚL@qš\x04 Z°µZÓl "
b"éŸ<K FF\x13 ƒ©¼g=\v ‡¯ "
b"""
×\n
$\x03 ììK\x13 ÇæÄ4@Ùk}
"""
b"WË×ாBè·\x05 íÀ¼‘<¤ "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"íŒ=U9k@TºÆå%U\x1A Kr "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"ç\e ɳ“þA3¿\x1F ³+ ü\x1F 2 "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"´eN‹yÐI~·5±Ó«l\x1A G "
b"J\x12 ïF\x1C ¢Iž°ÄÌ{v,—, "
b"Ì6*Ô{bOA‡ƒ2•írðQ "
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"ƒ«KL&TEͲ\x04 Ò~œÌz\e "
b"\x05 H%«\x00 fNç€×b¼c¥eö "
b"Ã\x19 ‘ûB©C,ªÁjϹ`çÈ "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"²\x12 8\f EªOz│Hü©®6ò\t "
b"¤[•a˜¸O\x1F ¶ÿ\x13 ìE$ZÌ "
b"@@õ\x07\e EMº®;KÍ\x17 +°Ò "
b"?@\x15 é›ËOƶhPå2Óêa "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"z¢9%\e êM│ìep÷\x7F BÝ¢ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"—\x15 VX$èEZED}H}H\r "
b"=\x0E ,òs\r Oå¶?õxµ<j— "
b"\x1D Œ°¦VeKÅ€ÄTó'çÏD "
b":F?FTÔE´¬œ'lš\x17 gÀ "
b"\ŒÌy«óJ˺cîã?4Sb "
b"ì\x14 6Ú\x1E LO\x03 »\t +!Œ§Œ² "
b"mìd‘ÛŽC-‰w!lGq‚G "
b"‡q‘:IVB\x15 Ž‚.\x0E\x07 ½¢‰ "
b"ýÍ%ƒ\x11 …Aü‘0ÍÐç<Ú\x04 "
b"$÷zëü\v M¥à²à└E}¡ "
b"ë\x7F V:QæFˆŠÈ-\v Ù\x0E S¸ "
b"Ør┐³]╩@¡Ö²º«°\x0E ıä "
b"b\x7F ºlðJ˜–R\x18 Ҫ̼\x10 "
b"a&=\x05\x18 ŒO\x14 ™ZLh¨ëÒ\x7F "
b"ú¨¸åmaCŒ®âÒ\x1F ŠÚ`- "
b")’ñþ‘ñN0¨pŸ\x03 \P·[ "
b"›\x13 îºÁ¤Ms¯3\x01 <à}Ù' "
b"`y\t ¯ßb@ÅíÑÜj}äp| "
b"À¢█¥\x01 ┴D²áÉpíYpmÈ "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b"""
ıÒ\n
دÙAFï$0¦4░35
"""
b"ÏÉ\x10 ¸\v RE«„º\f í@\x03 ‹Û "
b"‰n'.„ÖJà‚Ôþ .\x15 eí "
b"µ2ü\x05 ¦\v L¾¯:!rf\t\x01 K "
b"@<«ÓzÏG\r ƒý÷ˆI/µ\x0E "
b"M+ër\x06 ÍK'žŽq`œüŒN "
b"7K£µ×í@¿‰á\x1E ÚIo·Æ "
b"]í¡!\x1A <BÏšE:ìöëóã "
b"\‡|‘dHFI“\x12 r\e =slz "
b"Ÿé\x00 0K<@\x00 –C.é7¼\x16 A "
b"\x1A\x1D\x1F GÑJL§¹Âjؘ`Æ‘ "
b"–y\x13 v2XGS†=Á{\x19 ¢ü… "
b"µú×D$šKl–L\x1A\x05\x7F ™H\x1C "
b"õÅ~!1PN▒¬KÄLvS¸ "
b"\x05 O7+â\x19 E„¢ú»‰ÒÊH> "
b"¡ME¬ü7M\x03 ™c/ \x0E ÐØ/ "
b"må\x07 N\x7F ×F:€y/\x7F Ю\x08 ¡ "
b"¨«†u\r *G9vˆÝûÖï3 "
b"ºSkòÁy@\x1E »\x02 ì├┌æù "
b"""
h\x10 »äcêC«Ž¯\n
\v Qhy\x1D
"""
b",‗d¢\x00 õOó×7▀Èó╔üº "
b"1 ^\x1F g0ES‹å‚ÉüŒ"Û "
b"#¦ÄО”CG½ƒe‡m žœ "
b"„\x1E )â#¸Bòž2\x0E \_.QÜ "
b"O5¸@ »MÕ»®ÌW$šÅ5 "
b"`╦®ü╬íD┬¥▀│\x04\f\x1A └â "
b"s\x06 ÄÕ¢ÓFµ»3ŸÍþ(Ì\e "
b"¥\x01 WàvÙK\x1A ´¡tLâpèÐ "
b"*¹r‚\x02 :D‚ð8‡ÚTÉw "
b"鼨ž»•G5‡yûØçe?Ì "
b"*ŸDhÊÎ@]Ž2£fFUÿ\x7F "
b"\x01 ÿ╠fxõs0ÂØa5Éìù¾ "
b"1Úó«ÕËID¹ô#8‹‘¼ô "
b"Ãé╦â_1CêìW "ñíZÑ "
b"ª£‰c%§E4™byðÏ>Nÿ "
b"\x19 ùl"\x13 QAvºóH`Ævf\x05 "
b"Êì:dE®N¼ø²CW┴Öh¶ "
b"I„º¿ÏrHÒ½\yaŽ\x10 ß\x03 "
b"╩\x17 XhÜ«Fqºå2ßìþµ# "
b"@Jã\x13 (•N\x1E ¨É+›¤á‡Ê "
b";¢N\5*G»{D¥ û—\x13 "
b"ç¶┐ïÀwCìÆ╣ݱ\x1E H\x08 ¤ "
b"*”Q\e Ä•O,²\x02 kã$Î\x02 å "
b"pÏ `|ëAB•‡‡Ý· óì "
b"""
Xº:\x14 ehKQØþ▀a│\x18 \n
(
"""
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"aü\x17 ÇÜnA?î<\x1F ░┼»▄6 "
b"""
ðÀG<É?@‡¨öÄ:Ø\n
\x06\x0E
"""
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b" ºH\f etF/´\x1D çnìå£\x13 "
b"""
Êí~e\n
\f N¥—\x08 _QHÅš«
"""
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"¨\x12 þ\x02 ”M/¶y×\x0F ®\x07\x01 G "
b"…ÃrýN\x03 Ib‹ì×@Ö!B± "
b"""
O\n
\x03\x12 “¬Oܶá²DÑ\x12 ê»
"""
b"ıHH?\x01 sO®É`ö╣╔D\x07 l "
b"€¶T±“lHH½2Á]ÖRÌÄ "
b"\x1E p\x03 ps\x0E Hæ³,ÌrÓ6<| "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"irH\x1A ~sL4Ø▀ïÔ╝┬Ý┴ "
b"ÖÂín‚%OÉ¥\x02 ¥õáÒcV "
b"\x1F S_HäìGϵÀFSŰ\v M "
b"╝TÈò°!Aiü\x03 CkCë`B "
b"Åq┐OcaIº╝n\e 0y¶X! "
b"Æ@§\x03 ‚\x1C IK¨¼˜b‘ZØ' "
b"§Ü…°ûUG–™IßÔ¢G¯\x1C "
b"""
Gg\x1F Ì3qK³„z\x04\x06 ù\n
\x05 ‰
"""
b"(=«–sçJ+´üùngR¥í "
b"DÍÉ\x0F wÍBÇûÈL8Ç,» "
b"û;´#irIÎ…(–:d· L "
b"Z\x06 –ÿÚ\e K;«è•R>q¿W "
b"5:|®\x13\x19 Nͺ:̼#ÂÝG "
b"ÜGø/ÀCBþ²oȾ\x03 Ð.H "
b"""
k:\x07 #kžJ»—V\f\x06 \n
\x10 Öq
"""
b"è8L\x19 qÊMK‡‡\x08 ŠûÜÕx "
b"¢zx╝RËG2ìÕ]æ%\x01 ▓Á "
b"z~±ÖÒ¡J[µAü2µa¾2 "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"\x01 ˜Ìf˜^s„©æ·Løî-Å "
b"Ó6ÌcKüB¨╗\x7F ¤Ô╣]+a "
b":|┬}"─Nl▓?hÇ\x01 Ï?Ø "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"ã÷üÓÛ\x1D Liä@rª]\x07 ┐Å "
b"±éy\x03 2åM4ˆ j°\x13 h›³ "
b";Cq├▀\x07 NìÉdY½F▀╚= "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"'½g|ï\x05 OŒ¢–‘ÈìZæ1 "
b"î?R1r¹H㣊v“*¯©§ "
b"®wz\x04\x18 ƒI’¦‹ÃâÖôò< "
b"""
▄%ªYÂ÷NÚá┘▄\n
ÉîÕ▓
"""
b"R@nN¯\x01 J°›\x1F A~%õ·á "
b"×"ØÂÌ"J8”E> æí×H "
b"öE¢=»¹Kè²;’<vãÇÐ "
b"\x7F ¼§/0Ê@üÂG▄À*¢.\r "
b"èÉn\x16 ïÜA\x1F ¾B,¢\x19 P¢û "
b"¸Ï\x06 .UrC\x06 ¯hm•û9= "
b"˜^álV2Hï»~Ä\x1C UI‹Ž "
b"Ôô…Þ\x02 ÈMR¼ú³ü”·ØS "
b"]ü░Â&\f LW▒\v ¾\x06 bà▄ó "
b"÷¿JK-‘NÆŽi^ÿUA!x "
b"\x06 BQô—üFO†ï_²íÆ— "
b"©hE “£D\x07 ˆ¾{:ÃOë_ "
b"©“„R†\x10 F,˜\x10 hš¬\x1F $c "
b"µØé\ËI\x04 ëñ·ïjÂØË "
b"Ë̓–šxOy¨\f ÷ÉPp\r \x16 "
b"\x01 ˜Ìf\x0F Ês\x1D §k[šÇ\x7F Êû "
b"\x01 ½ØC²ãAû§b\x1F A×q\x0E ˜ "
b"""
×¾é¿\n
@Iz€O 8[SlÛ
"""
b"{¹«╣maL\x13 ì)\x1E 4\f xÉÖ "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b" dT ¯óH¸ªŒtñ\t\x17 ±µ "
b"ʼnzè\x17 aDÕ’‚\e •`rÎá "
b"2çÕÞ\x06\x13 A7ئ║Q)L‗" "
b"qɺѪ\x0F OKÁ£▀n!z\x05 ╗ "
b"@╩Ù▄\x12 É@S¿ô╗m\f µ┼å "
b"3‘ðä€!Oƒ™Ýi\x02 «U:_ "
b"U´\x08 6ÕÔGe°ŸÔ+aHúþ "
b"\x1F C¹î@\x0F A¡½-\x7F >õxrU "
b"õ\x00 ßÉCÌAlñ¦─ÃxÕTà "
b"0Õ·*%G¦ÅfÀtÔ\t ©y "
b"Û\v ú£VíH┬ØúÕ<uùu° "
b"÷“kf<cO\x0F ®ádúÍ(\v S "
b",«4˜¨®H@»ƒâ¯Ö97\x00 "
b"9Ÿ7?E\x15 K&£§ž›\x07 zÁ³ "
b"[&Òÿ?/I¸Ñü?þh7¸? "
b"\x0E ©=jå?E2Äí\x01 ~▄hÍü "
b"ÌÅad9ŒM\x1E •Tú\x01 ë¤$§ "
b"°>ÈS†¹@Ô†ÉMû zðd "
b"?\x1E ƒƒb\x19 L£–ïvÚv³DÎ "
b"¬ÚŒC³–Ef¡oмi¡ œ "
b"\x17 âµ` F9†ºXÌ5„Eù "
b"S¾KåÌ\x7F @\r ¶\e G(éAÖ4 "
b"°ttL└─HÁª×i¦Éõ3\ "
b"▒ì ¿‗TC%Å«\x7F GÑ┘¹╦ "
b"Ðò\x1C H\r åH_“6R¸m„¤6 "
b"ÜR¢cåÝ@ô±¯‘6/Ã!” "
b"æI\x17 ÒÞö@ð™ßóárEWù "
b"qà°Ý)wMzúZü\x0F ─Æ@¦ "
b"–p1„ä©Mê¦cšÓ´\x1D n¹ "
b"o5¿Çâ╝K£üG\x1D Åoyßü "
b"õچήI‹¸®\x18 :Ç#¯{ "
b"ì÷┘ÏOrG\t àArH\x12 ȺV "
b"\x0F eZu±7K’¯Lj¼·Œøà "
b"Öï©¿\x1E\e O╝ü\f\x7F Ñ═BÀa "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"""
┼úIqLÅK¡ÿ╗#\n
\x05 Ê│â
"""
b"ž\x19 ¥šèÝNK²Õ\x04 X9¸2Æ "
b"ø\f ¯.ÙÑB\x13 ¤’:ÅKVÝ} "
b"¤█ÍòØÂG?ñ£Ù▒W¡yå "
b"""
Þæ·cÙrB\t úÈ┌y\n
ÉKM
"""
b"¢íßõV„GF¯y\x04 }u&P« "
b"‹ÔB\x08\e dF—@\x03 žÎ7¦\t "
b"@å[ïv‚M\x07 Ž\x16 3ìjZªv "
b"▀£]2ä K{¼\x1A ÉÌÄ┌,\x1A "
b"\x01 ˜Ì~\x17\x11 r”‰öè\e Òªwñ "
b"\x01 ÿ╠fJKr»É"óåû]) "
b"S[B›•4@C°\x14 s8÷ -k "
b"$╦╗F═°M┬æ■ØÕí╬ß§ "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"[e+I#\x19 I7 ž\x18 ¾ú‡\v R "
b"#Ú8ñ±ÙK\t ›}\x10 &d\x0F 8] "
b"Eݼü═╗K]æsöç▄^+┌ "
b"CCHû╝4MÎü´ã╣\f Ô\x19 ░ "
b"Æ\x10 ä—SxMÓ…<ƒ†\f ¨f "
b"\x1C 3¼a¦bNé„-2ò\x04 p²\x02 "
b"Í\x12 óô*ÝAÓ²9…ú‡õc\r "
b"vu║╔äí@═Ä0╠¯bXÉ╣ "
b"Ý¡\x11 an=Aí€æ{\x05 ѱ L "
b"+AñÉ\f xFš%¬ª)Zì_ "
b"ñ§hưøIQœ\x1F Sj\x7F ãx„ "
b"2Éè¡Ñ Eؾd\x17 ¹<î!ä "
b"–ίœ5ZOЄ£Çµ¿H©\x14 "
b"HÁBËoÓI\x17 ¶B¿ðÉüär "
b"\x16 €òóÀìOøª¼½ˆŸ\x19\x02 n "
b"5\x18 ¼┌=«D\x02 ÉÇÊr0ù@v "
b"Õˆt\e hJC\x10 ³\x1D ¡p6´\x10 K "
b"""
\x11 ì\f \n
╠pAé¡SxzÀí‗¬
"""
b"\x1F ¢*Ý\x11 [OÊ›\n \x07 Å4ËÅ\x00 "
b"4¤Ñ5Ô\x12 CÕ³¦â4\t ?È "
b"7°Á▓I└IûÿͺÅüÐ~G "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"iÕΔ¯†FÝœ&(ÁˆÈea "
b"Äräð®ÅEÉŸF\x04 v‡£¸ç "
b"jTþ\t 'ÂG?‚ЇLj*ö\x11 "
b"Ãõà╔¶╔H║ñy\x1D\x7F üäl\x11 "
b"Ãn\e LjÚI¥¿Ç&†øià. "
b"nÝ\x07 ñ┐¶E;ÅK└²╣ì÷{ "
b">”ºx86IÚ¢ñŸî“É/V "
b"ˆ\x7F «x„\x18 K—³/;[û\x02 ®2 "
b"\x1C\x00 Ç÷·zM&»?áGÝèL² "
b"┤[rM\x12 7Am╝,£=‗Å8\x0F "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"J\x00 JŠT¥D˜œ"ØÓîïe‡ "
b"¨cwôq M ·eýÀ¦2=Q "
]
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 (0x614CFAF0DF21415D853584D1B1F7B19B , 0x310AE53291CE478FA5A4AC21C5E9F4F4 , 0x5A6E2BDADC1F4F2585AF1566EB9DC4C8 , 0xFF18D58435FC45FD9941464D2CA2F51A , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xA821025B13F0464C84E855512A64902E , 0xA31FA1B5F15E4C339A653FA40E7D1B90 , 0xF9E62C3EE7BE49648C08702F12055D67 , 0x905EB35C7E7F4A26B89C6F3A8AFA2771 , 0xB1392737DB6E444D8CC9DCEDEAF683AC , 0x6EB4EB75EB0446D09D8B22CADE0ABABF , 0x6F8394B87A1D447CA2D59221198C6689 , 0x2981D274AF1A499B9A3D61ACD3C4DFFB , 0xD8CE812C667F4C14881887CABB9E727D , 0x9697343857C24DDD8250E9515CE7FF21 , 0xF09A95B636114509BFF44E2C53D6E0CA , 0x7AEC0CF38D9445608FDE7D49D627919A , 0x4E0D39B2433B499F9B6F8BD3C7D98D19 , 0xE2DD0855A86A4C399E1D62FD25C35D2F , 0xEF539485CC4C45269C7CC2658DD5BEA7 , 0x1AEA228CA06A48EFBFF72852AA31D468 , 0x73F4DFAC653D4F52AA5423DC6F2607DE , 0xD8A8542B78F6473A99F468FE2B2AEC50 , 0x6DAE503F926B45E4852B934306D8C1E7 , 0xD7CB1D58D4CE4F699CAEF498931672DA , 0xE863DE4441514E82BA6DE7D252DD9335 , 0x944F0FAB45F64A6894BCEF7C9F2446E4 , 0x1879060A324549198B73970CE12AB792 , 0x9D50BB6C044F4682BDCE826E0DD8826F , 0x95C56B0280FF4398A69AECBC4B4A1BBA , 0xA054CE261D744BCDA5C30495FE53F325 , 0x27F0C28D790C4A3F8D901FD988059FC8 , 0x7D30C3B042DD4A53BF0DCD11B6D81EAD , 0x30176C652F9B4833804BE55D2E5C491F , 0xE3247F80A7BF43EBAC80F5D159AC0589 , 0x85FAD572583746E3B8862D53244884F6 , 0xA2B358B0330A4019B3DE9B2E38D11753 , 0xD5BE41A8F5A34787A1467A70DDFB7EC9 , 0x802EE6CE0A5B42CEBB9C073C410A080C , 0xA30AB8A9979644639A6C8FA69703B204 , 0xED7A9A663E0D40219234E240AB47A393 , 0x2A9AE55F011545ABB59FA1126A76B0FC , 0x8337D35896CB43969814DC8F553A6C8D , 0x13A7BFCB6F394B52999C33FF1F1A01D1 , 0xE8B6FCAF96D144DF92383631D23EDBBB , 0xC81E18BB8DCA486E9DCD2C30A35BAB3C , 0x073C8ACBA3AD4178846C925E7B64396F , 0xBD2F3BD185B44BD89A304655797F6F82 , 0xF103D729273645B0B27BB48CD04B290E , 0xBFA0F5C7990D47D68FE7896930E02E58 , 0x262D10AA4C5F4D2EB8082EA3371B0108 , 0x80B0B34BA3AD473193B2F9FC45E218F7 , 0x4AFEDFFF42EC404F942D99B202FE2570 , 0x076C79D527BE40A9BCCFEF2E0F3BD78F , 0xCCCE86F4B9CF4642AA9BD0E679C4046A , 0x0751E34C31CB441494CA9B76E9C11E4A , 0x879E2C487214457CB3CC606EDA47F549 , 0xEE5DE617198A4B4392DAEC9CA66E82DE , 0x9E935F48DF944332AD696931BA2CFDE4 , 0x2E61C95553E9459B9C48BBB389D1690D , 0xBE8AB8AEFA944F648610A373C7D9C612 , 0x42C5FC8A3C1B4B4AB2D307E72214A678 , 0xA4FEE06C341740288182D2D765FA10FF , 0x4C9461AA9F2347CB91DBBF636B319C3F , 0xCAFE3CF58D354CD2BAE220E75FC4F7DC , 0xFA06D411CAF649A8A0869210D28B8182 , 0x0479080E315E4D1CAF8E7132ACFB851B , 0xAE4A278B077744B7A11825BD1A3B3F39 , 0xE5A73622ACFE410180FA08ABD5475FA5 , 0x6B7AE37BB6924E0ABA23FC8F474BF0D7 , 0x28BDBB2A334C4EFB833D50C9F47BBD42 , 0x8D1E147F008D40F5BA902C23610374FC , 0x4F2D1CF6B75D4F2D9A7C474DDDF6336C , 0xC181BC04EF9A45E88C31BB31ADDB9391 , 0xBA76CB71D106411AA7ED00F13045A32A , 0x336A16D53AF040E6959716646F66CDB5 , 0x120F6A3158AA4E53A4594D9B2F0DD0FD , 0x5BC9C81FEFF54E9C84B24012E453A899 , 0xE86C43C1161A436BB282A062DDB31F4A , 0x265FECF4922749E4A259DF6955C8F308 , 0x2ABC85F70B404834A8BA45E9CAFC822F , 0x9D0F05B986BA4F3AA979C5DA6488A97D , 0x7E06E736599B41499239FED0D71CF216 , 0x2777329A51494C43928445847CA12E92 , 0x1F15D3C9E2824C22A5E4972853804CCA , 0x85766817D6D343ABA28635BA7771EE6D , 0xB29F9DA935FA4699AD3FEF9CE2786EA0 , 0xE217D5EF6E0845B7A2166682013B03DF , 0x4089BF93662240BF9B3EC0C23A8BC535 , 0xCEF00D84D4064A5498678C85BBF6C70D , 0x79C80AA561D04234AE88637FE16CCF39 , 0xE0E3A72766594CA6A97740E665F961D6 , 0x022141027C3F490EA15BD1BDD64D9D09 , 0xF1E47E9AAFBD4E4FAE138A9C381CCCDD , 0xA6C902E312A54D22AAF180DC4F381CF6 , 0x8102BFEFF8054079A21D170295328A32 , 0x193D4A78CABD4FD2B7D8CEE1DC004A67 , 0x334279C235544A1ABD52D1C4F4E65E4A , 0x24F08BC1FAAD45CAB5496EF69E747B42 , 0x21969494721F4A7891FF0BA84D87141E , 0xD087EE161B9940988F81005687B53198 , 0x82B42D5240384A9D846F4BFD26C51B65 , 0xD444AFA107264E84A72C3ACFF798882F , 0xB4200C48BF264135AF6548ADCD0494D2 , 0xAD99762DF9084E81B18E9ED398810FC2 , 0x0E8783DFDAAE4F498EB9497DB6C59DBF , 0x75A466BA285441C8A75CB2FB64B75FE9 , 0x094A07544704420C81960DD14DC9BC3D , 0x89C6C77FB98B4AC6919B9DE70A9B924C , 0x462F242B433C41E8869AEC94BCC1F973 , 0xA406FB1BD8EF4E0C80D860106D280579 , 0x269F168510B64C60961201460AD0AACD , 0x5C561A6BA57D4EE7804A3D3DD1B96A1B , 0xE0971F6503DA4ECAB944E2E8F4AC211F , 0x684F7A1F180B45C99C5EDE49BA720339 , 0xF5387F1822944A38954388F7AECE2955 , 0x459FB0289AE34AEAB44A1F62570819E6 , 0x6158FD5D218645AABB65718E9DB1AD25 , 0x7803247CF72044D9A32DB52A136E1DCF , 0x146D869CC910426BBBD41ECC5185AB59 , 0xD01B58810DC14974A4B3B541F2176A7F , 0xF6A6C765198F430DA8D08A02F33CE6FF , 0x6C28F4D3DACE47FFAC9B3028A7079335 , 0x5C14BD4352F84255AE542EBA0ACC0E5D , 0x764D49F8E36C481EBF908D3A59D16427 , 0xFB79C630D334430CA3E658D584B51BD1 , 0x0DD04B698828488BAD12A9DEAF7C5FE5 , 0x46815593D7CB4E058BE8C35B4775F8AF , 0x33FCF0909C7F498BA1CD4FEC3C93755C , 0x9355F61CD2C348D4839DD4FB4A56ED9D , 0xF4C112A32B344491B74F59D7A1223E89 , 0xC8AE7F0369464BAB97E8CB6998DA5A37 , 0x69E92375BB6648E7835771FE8C6C9E9E , 0x494ED93568FD42DC86A8E0340F0DC570 , 0x8EA5C319BADB40BFB1E0F2ABE8E1420F , 0x5BE22BF8C34240FDA91212D746299FC0 , 0x53C501E2CF41496FA9A42EEA47C355AF , 0x9387ACB13A7642208F7F6AD8F453E41A , 0x592C8C118FD34494B2F8A1E7017C4208 , 0xB96F2E122D4B499FB4FD057B03A964BA , 0x8D4F652702BE40BE8D5FD550188D0F45 , 0x2182950A7C184CCA87C5C95A5792FFE1 , 0xA7B130D85E434BD1A10003D71BDDB203 , 0x25BAB9A3BCEB40E389CE213312C5C571 , 0x84BB8C3297E044C1A7979CEC2FB6B7FB , 0xDD217D2EC983400BB9CFC4DCFB558BBE , 0x0B051D02018A44F7AD8ED080E0985401 , 0x80300E7918A0472189F0600F2CCAE169 , 0x645ADA022B194F3E98A4FB31E35FC4AA , 0xE0D35DA9FC7047D99D1BBBFE73D4D8E3 , 0x699D5C13465942B9A9E9369633CFAC97 , 0x006B0FAC78A441D4A2122E88262DC3A4 , 0x75FAAD870595455484EFACE7F7957084 , 0xBC5E02F259B548E585DE758155C448D1 , 0x767B10465EDF4B1F8BE0BB79AB01E2EA , 0x0198CC7C80E6738DAB2E1A58FF4ADB38 , 0x27AA62943CF048E09BD8093368AF4DB8 , 0x49C262940E634627A83A2D8900CBCB32 , 0xC86E86CC17BE45CEACAC8DBEB716AFFD , 0xB8D46F425DDA480A94A63288EAF9A67D , 0x0725BBCDC18043BE841F654DFCDCA1E5 , 0x2028A3A796BA4650A90862C4055CC2B8 , 0xAE1B6E1101974395851F687B7B654931 , 0x0ED3F56F152D45658B1109B1A9FEAC68 , 0xB525F8818BB94975BD6D612C4B661597 , 0xB1ADEDD24A1240FC89C0E548CD042C9F , 0x917C0DD471714A44A2F46430182D7FD8 , 0xEA4EE62ACC4944E68D8E9061D46211AA , 0x17EFBFF5803D49B4A767BCF0E90B0019 , 0x2041DC300CD2453F9887CF0C27AA41A1 , 0x2426EDB12DF4476AA105EE6DA57AAC54 , 0xB1DB8DA532FA409DB65270ED2FDD7BC1 , 0x396FD0BEC6754AD6802751A4953AE4FC , 0x759717227C7643E1B6F11815A203B3A3 , 0xFF39B738341A4E009B3EA51400377614 , 0x5B9D56B870604CA2ACC275329FB15B5E , 0xED3AB2A57CB94CEC97392A2D4E4FC2F8 , 0xC93ECDEA10EE41A9A587AEB88F1B08F3 , 0xC85A3558DD2D405CA0F4491A6B52614F , 0xCCA727003FF54C9395AF451195E7279A , 0x4CEB08EB683E48B8BFFD988441CBE0CF , 0x7D8C5FFBFED14CB287D963F77257F14E , 0x3F30F29A06154C5484CF504113B9FC5E , 0xBAFD7DA5004440E8B75178B8111B1997 , 0x2E3DC9F7477B4513BC85FF8A3E5657A3 , 0x83B0325614F34545935E328749624138 , 0x7BC6E268B4984369AD86B528D6A919B9 , 0x9459332A94F14DB28A93466A607CD029 , 0xCB28D1924D864D0E8F76280F83A6754F , 0x8CB0EB0EADA24635905CEC8D3F1D71F3 , 0x11CA2DAB98DF4ECB9B9E6EFF747FEA10 , 0xB03006FBF7354A93A528FB71C1275DB8 , 0x4987134C36BE4A2BA051D2C6FBF5BFED , 0xE77B63D8F8CB44A4878FF27D24CE24BD , 0xCF7D8177327B42AEA09859034A7166AA , 0x3C084DEF220D493CAF032AA1931BC1D1 , 0x842D9707EF1343C2A7959E67A22B6B39 , 0x6CEC4DEF5512442DBE7F8EBC169B99AF , 0xA86DE63A08B04FB0AB63E1FD0055D23B , 0xB06E1B7BB9814476976C4351CE7F42B1 , 0x123872DBCF1345F2A1B38FF1B6E1D709 , 0x01DB2418EA7941C5923DE1DC12C39645 , 0x327337D82CFF477A8B2969ED8C94191A , 0xA3ED2E2204F14A108ECC492364CAF355 , 0x299DF76406224633B1554F17B7C29774 , 0x90C5EDE0B2E94251B2824DA55F903453 , 0x078ADB73E433402CAC1D0FB79E5BF8C7 , 0x263E50A70F62437999C52BFAF4D12048 , 0x98099977618846FE80E141669A36D6D5 , 0xD921EE213D44441DBF25538CFF506FBD , 0xAD954713D8574B38AFA2398C7BD66C0F , 0x7260BA2B578748ACB6FAEA9122190BA0 , 0x195E796BADF14EC58F9FB64787588EFE , 0x2CA04ABCB39D45F4BA3679C5D31987CA , 0x221FA49D612549F08F09AA9E3B90AC20 , 0xBBA2A0852978402295F1C7E10D5E4803 , 0xCF5E6D5586A54DC4AA912896D745D722 , 0x46E6A1DEDB50427E99AB637C736ED176 , 0x8D2CFDD4A5F54B59902A11851D033E54 , 0x8C83D48FD4BC42DEA428F0566B1C1159 , 0xF2406EFE382E4F49937E837FE25BF33C , 0x0C888F16942345A4950FA5FE43BB8185 , 0x05156B693E6B4A69BE607897CD9C09AC , 0xB570F0F14AF04DD59E3472B4200C921A , 0xB32EC1DC6CC74DCE82575018D41B6810 , 0xD83A3E11D54643B3BD70857E7153AEBE , 0xF3C11CFD48FC454BB7F0F46D9BCE33F5 , 0x2E2027321B61404ABEEF63F27C02C8E5 , 0xE070C6060A1D492AB557CD300DF10A68 , 0x93BE2DB9AB73440C9F44D4DFF869B6DB , 0x87E8A336732741CCBB5767709F69448F , 0x00F0B091171B4395B97FD73ABD185CD6 , 0xC7AAAFF3E1D24BDAAD4E5ACA59C2240A , 0x02E134AE0EB64719B5CF4547E75DC4D5 , 0x4C5B60A0500A4EABB9E45220E749353A , 0x86B09D0370804DB68DAA0543C75500DF , 0x7C91B0BFA1934D46AB3FD2FC66867555 , 0xEF094217B79440C29FB54A57D569967C , 0x18F087BA32B6407BBACBA7C1F5B7259C , 0x4A3774215AF3449697142DD4E3B95F98 , 0xC0222E973C85450798BE8850EE5351FA , 0xF9F005A3A5EF4E34A411BE5F9D070933 , 0x410118C8E60B4A46BFA7A81479A0958A , 0xF9C009DEE7CE44729D8205EB983C4F7C , 0xFF5B4859EF714E4CB4B8DC9DE071262D , 0x73E8E9F85D4C493DB672F16C3C916593 , 0xC87D34D5C4D748F28DA1AB6A1AF3DBDB , 0xC7294D6120274510AE2B844C7B40AD0A , 0x36D3C708BE254C8D80EC77DD7339BFFB , 0x0CDFC35F743A466C859266BA97E366C3 , 0x778293E4A68D44719A6E09A9FBFD9A8A , 0x1248E272B4B9476582BE4D4C910A72BC , 0x0198CC7B794C70C596D1DACC3C20C773 , 0xB995EE0ACD5B42E4919356469A44F07C , 0x52446F91657F41ADABB61429EFEDAA1E , 0x0198CC7B42C87003B7667673259ED040 , 0x07FADA449B96423FA8433F6EB116494B , 0x6679A0FC857D458C854C6AA0BB9CDC34 , 0x09A0EDC9672347AA86B18C89FA4AB4B5 , 0x5B097BD435E848F699E62A1F4D526C7F , 0xC0938ACCDE1F4174BD1257612629EF9C , 0x84DB882D5EEA4037AE04BBFEBF4B8219 , 0x04E2D9B50B024EE1AA1D7DC56A5DDC4C , 0x0B11C6B3F6C24ECF9B7FF0DAC8D69723 , 0xA4B08D7E53494823B9DB9AAD286338C4 , 0x2A087B679BF241E3AAAB6C1D75DE3D3C , 0xA1D210E732B14ABB9DD022771C2D6A50 , 0x32BC5D95630145DAACE7E74B0905133C , 0xBC2A9569EC804D2B9CFE477D56D22707 , 0x3C823C1A270A468B8070B06EA36F87A0 , 0x7B99194BFE6E421B8D0AA89B27A01A12 , 0x426027AE9AA245EE8F136ED2EC8B4BD4 , 0xF4738ABA146E4C76AFE08DF67977AE26 , 0x71631DEFDBA54ECBB561FF9317951627 , 0xF80BDAD559714609A111DA9F3B13EA9D , 0x1D02727F23B346DF923936E0DB86C754 , 0x8A6708AFC5644B41B574817639939A1C , 0xBE9981C98EAA407DA40960AC1D2BDBD2 , 0x3961E4D4B5694F32A71C9F545E1463D7 , 0xD2AB28AB385047C1A04856FDE35C6C0D , 0xE7575D54C9FE443F98C5CFC50DF9C398 , 0xE8C251237D3240BE8D3FE4B4B199D54C , 0x1242731632944B519E5CAD835A9CE781 , 0x5A39A72570E544189B7F46F753FC3063 , 0x3FC92DEF06624A42A050CDD926273A55 , 0xE14FB6160E7140A48BA32B58927F9A31 , 0x5C67C511F6944DF3AC8E19EC862AF83C , 0xC4642AE7E3E14468B7E384F376400530 , 0xBD6002CF08154BBABACBB5A380DCDA20 , 0x1D9DA3D26A4C44DFAD990FE91A01AF6B , 0x06F759D99D7E4DEBAC132DA0E27ABCD6 , 0x47FD66B6CDBE43919BAFE81BC8DBA96E , 0xBDAD675F39C44090A2EDA76D21FE3696 , 0x02995413D6C248E38AF849B631E26C0D , 0x4DF3329A2B5745F38D8E47A9D622D696 , 0x351766DB24834309852CC2886F45D3CB , 0xBE5F041AE3014F1FB42E0A82E6B5D7C7 , 0x210C493767324E43B5F72408E3B03303 , 0xC5A7941EC4AF4197AFDE9B553ABADD82 , 0x0EFA71AF83864236AF70EED5E2477D7B , 0xDE60E8C91AA24BDAA1132ADF8769432D , 0x670E6DC7AE104D428AA1D9D1A3C596FB , 0x50A1432A03A5400C8EDEA57AC6906CD6 , 0xF316E9150A4A4575938B7AB049475F03 , 0x763A62FFC8524B5E8CDE6E4B63D20F87 , 0xD95E5AEC89724844A46B61824FB1C774 , 0xBC682318F5FA45F0882688B264BD3EBF , 0x91631143C2984C2F9DBA27F2AA18CCA4 , 0xA57835DC1E2A4D37A4E375DC7DA7EC70 , 0xFC8986EBBFF24DCF8A2A3DA57EA7B3E2 , 0xFE039F02196E4B5CA658E9C0B67B612A , 0x004686D8F760498391F52EA7C8BDB640 , 0x22EEFC3E4E8647F6AC9096672CB8EDF6 , 0x8F3502D374E14B9E94862331E65A507A , 0xCD0E2E40890A4D15821F2359F2C4EA2B , 0x3ECBABF78CDE443FBBE20C3F7746E105 , 0x0D7BEEA0B0A0493797CCA962F2133FCF , 0xECC13E058EA74F999D89025EF24E200C , 0xD8B7AD7F1790433F9EA3D95228DE6390 , 0x6F35CE76EBAE4B4EAA0CB3CFCC7D7EBA , 0x8601FA9BA1444B558648B0DEF7006A58 , 0x8AD0FA1CB54C4456AE91C74BA0DF0FB3 , 0x34A629EC7478437CB2FE74BF21ECAC32 , 0xCAC0E859BC574557B35F78FF09B0E8B5 , 0xF27F12B684A04CDC8F4D0CD858C5BA56 , 0x513820E734B841BFB7A36D40271268FD , 0x11945980DD634F8CBFC3220CBAAA2B67 , 0xDBB7D665B7AE483A85DDC00B00A6F4FF , 0x1CEFBDEFF00B4005B50A45A8187C459C , 0xA38274ADF70D45419F15B6A5AAF8DF4A , 0x7DF94DAA66A64BCEAD011F93B55D8B9D , 0x2E87E42A3D8C4AA5BD4DA7D0C851BF7E , 0xE7123A43BD2D4C04B7F884F5F5F4EC83 , 0x8A5AC200D25D4899AD75E11B6302BE40 , 0x57B06521D3FE4ABF934D2B565836203C , 0x5D48E465F9A24E8A8B8F92844009B553 , 0x1079BCE747F04493A0B784B320384A9C , 0x24568E105B1C4CE39B7004ADB96560EC , 0xBC64A70A35A6418D817E62896EBE84C3 , 0x7AB660DF1FF04A8C9D74A9E1AB0C387D , 0xA85FDFE29A3C4AEAA52BAACB7C4FE95C , 0xC0990CE6C3C04654BF8DEF2C3646FB58 , 0x6632D9776FE84BBA961029784E4D1B70 , 0x27760BDA084040E89B4CB4EB5ED70502 , 0xFE720B4DDEEE4981B54F628E3370D344 , 0x17E55A566C5F4ACFA9043F13095C5176 , 0x107AF436BC0643B6B104EE748FB58D76 , 0xE0B6680EE6684E948069AF0D6D72C2CE , 0x3084543115D3461F8706A53EA1608DEB , 0x5A5625DB9381412980F9430605B6298B , 0xCEB8438537014224BD0256A2FEFF1D66 , 0x6FBA9275227E424C9DDDBAB4E121CE31 , 0xBFA003D2278C4189B6394E0DD84A8763 , 0xC09FA05CD9344A6B83B1EA7C01136F46 , 0xE7572990BF90464ABE316A8714C55DA7 , 0x962C617E8D994FF6B0C25AAD04022B67 , 0x5DC2575BF14F49E8B4C43FDB4937E733 , 0x6F58D7518D524E7B86495A2C5D614497 , 0xBB1C0A1278A144809A930058A52D6A84 , 0xC86D452F82BC4B1D89899C7D23CC5B3D , 0x025717D91C214397BB2E830AE2C2B1C0 , 0x999EEE8FE1D54280BDDFE719F06D5411 , 0xD6FBCB6BC1FB4C4FB3C5374EF5B5B67C , 0xD2F2E561FD094F4FBD06D5CB92984763 , 0x91C10139F3F946DD995878D8E2922800 , 0x6FE67781660A4A79A99071B4718EF0F1 , 0x6F83FD21CFA243E09641B0355A2817D2 , 0x56D50E48B02249C4B5BBCCE41A1C072A , 0x8E0C64F417264187AFB600F36ACC6D22 , 0x21397090760D4DE09EE3C08EFA95B2BA , 0xAF35A74DC8B64A1793D07FE51394F187 , 0x41076EA5E5CC4F58A625F3E80397021C , 0x9B2943C29FD2445BAB5C0A1EB2A939F8 , 0x36C5152D4CAF43ACB0BA66D500106962 , 0x24C6C5D056014150AEAAD045789A4085 , 0xC06DA58BE45E448CBDAFE048F8FA34BF , 0xBFBAB1674B4E4C1EA8FECF9E1C204E22 , 0x429ED5DAF1AF45B7A2E965AC7F34AF24 , 0x707BA3AEBE594A088336C14F922AD23F , 0x420C3873775C46E7A98AB056321E6A91 , 0x67D497D3749A4041B2A4538410C001C0 , 0xF9DC162AA4FB45228ABD83B88A609623 , 0xF75C810483364B588E6A8C694692E113 , 0xC9B9D27D0F8549C4AF53F140DB0CAA3D , 0xEBB547A12DE34E15A17E78BCEA1CF096 , 0x07D9B04730414F4CBD2678F7C233D003 , 0x872ED89E150F40C9BA8C90376412E172 , 0xE977F7820B97441ABCFE8FAB11EED316 , 0x019F1BAEF2DC439C94800F80DC993CB3 , 0xEEB163AFE4E14577B255A759832208C5 , 0x95946155129944BFA0D9705C29117F82 , 0xB3A3E2DF2A664896BC11F2831214441F , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x9E81CE7F104642459841330A142790B8 , 0xA6DD34E9CE3E4019AC3A7C4A75EE8098 , 0x11735682C16940AFA1FC1CF7FA42031B , 0xC2773092517344FAB4B3087C14448769 , 0x08BE2003E1CF4CD8944F32E3CC851ED0 , 0xD53ED79B907D493B9BCDACC24C071D00 , 0x30079DE435164200863DE00BEA8D10FC , 0x9AB123ABD0884FCB98CDE675801D9A06 , 0x7C6DD584FDC7454ABEB6C9355F995FA7 , 0x73CC29371AA84E8B999A699A7C091D91 , 0x20D0BCF8DF1A4E4F9C61E85C76C9002E , 0x1F6F0579F1914580BEFC15630EFFB9D2 , 0x2094054B3CF1430385B3B74C04ABE2D8 , 0xC78635FE661641F1A2D44EBCAD1FAE41 , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0xE7AE424718304C01861A6239553E82E9 , 0xAA2D24BD2C9749FBB6AA8E866000D198 , 0xC09CE18224C649248A8B0CB0682B1899 , 0xBD9B273F45AC40478A3165D9F8580223 , 0x97D90C55E1F4421FB536210F0F36D324 , 0xA3296D93EF1A4CC787DA180AE9844796 , 0xAB8775D01F5949539DEA74CA9A4A3E9A , 0xF2B436F79F9844D3A78C6EBDEA8541A4 , 0x77C7B28C53B843138B9E503FC3CBAAA4 , 0xE5E15C4665104BF5B544649B13A5BF22 , 0x0A5564654F004658B3B6B0ABD98ABCC0 , 0xDD4C026B9D054691BDD6AB09F04CC83C , 0x20C641CB1CEA431BBE6B68C2E5545A1D , 0xB315B8FEC0A54B11ABB7B4B44567A873 , 0x3A7B2E70A0F64DF6A3CE19BED344AA65 , 0x761819060E624CD68899C44ADB4EBAA8 , 0xF2384F2A3E4E45BBA48B1E139EE0D0B4 , 0x56DA301FE32F4AC5BCB9E5B5D708FB34 , 0x45713BFF7B5B4538A2195DF3924B55B8 , 0xDA714EBB8CB54BF79277A88EF1CFAF9E , 0x04488BCF0EE84F5B84633A1AF9458006 , 0x9895C2D08D944C82BAFE7098CE209427 , 0xA368FD3743B345E69FB9210869F97FE1 , 0xCF62EEAF87EA44648D024D5E6D0F0A3E , 0x6B0860CD7CCF44E1A82886EC95D194DB , 0x4977677409F5431AB144D177646D75E8 , 0x9AF792248A814E3E8FD1C0EE213F1301 , 0x43F2A64568EA406B8FE4D6DC7A56BF4F , 0xD2B02104494D431C8ED9265A1F9EB2BC , 0xD96A6504CED547CEAC391A2C17B3CF52 , 0x4AA04414FB744C1F8F0C45A82D30A5BF , 0x986015FB8FB54E8086EC2F3D329CE332 , 0xEEB7D90A6F7742A0BAE906C7C237C781 , 0x9548B4B3A0F44CA1ACDDBF2A52894A71 , 0x1DD6AECCB6214DEAB8FA2F619E5EEBBB , 0xAEB022537E90405AB675ECDB15F52117 , 0x91A66417D50D40EFB13442458F32EE16 , 0x23E8271FAE334AC0BB481FA2A0BAD4D3 , 0x2A42A0F4A6A84E8B9B6A3E5F08C9CDF1 , 0x5AAFFAC6AE8E45688B078C9A8CA15C0D , 0xE942D9014655479DB3D9E635B59810F2 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xBF0D5734973D47F3BB7C62E07BD40312 , 0x68DE481656174C3192AE115D2059C286 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0x891F9601EC2E42CEAC06602FA9BD66C7 , 0x3CEB37A732424262915D394BDED5A67B , 0x94ADA67DB17C483D8FCC267725CD745F , 0xB3D5CFDF93044F0F9DA63E1BEC0F498F , 0x3479AB5415E941208DB724336965903A , 0x6BA8FB3FC1724476AE18010F1C64BD94 , 0xBA6462E1CE9D4920B1D4443BF5B4B453 , 0xAA50F442B42D4A1A89601286F992C66D , 0x201ED12524604C6F89B0E5038A3DB06A , 0xB54A90632E0344A4AFBC8C69EB57834B , 0x3CD16D650ADA405E8851AAA84C8038A3 , 0xD8C29AA25E6C4AB8A522BF7B9B0D98A0 , 0x32A8EF9FDA4147A0821024430E58BB0A , 0x247886D0B3B14A1BBC60287EAE099276 , 0xB2D7FB30DB00465B934AEDC1CA6371CA , 0x004B11B664424995968A6294D4EA4AE7 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x04675F9CBFC54E17B4B45D53E8228A12 , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x7177816FFB2A425A91210165406EB73D , 0x0198CC66B7CD73E89BFC31BFF9C3E43C , 0xBEB7F827536D4C0C99A65B29CC633566 , 0x02049224C56347179FA4C013E2CFCD8F , 0xA6091BA656CF4F73A7B1807AB047641B , 0xE268901044D74F4997C8798505FDEA63 , 0xD9D87897BD6C49B8838C356EA465B8CD , 0x882A0D90845C46C9BB019659A615F235 , 0xCDB1AF3E95D844E18D240AB84A3493EC , 0xA81134C44A504D4F90822C0EFECAD5F2 , 0xCA36542C88144A32BCF8123977BECD7F , 0x1A4D42041C444323AA4F77F41576C402 , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xADF28C1B866641CA80805EDA0F657E47 , 0xCFA428B6B0014B83A4865FAB29B579DE , 0x9E43A614F83540769B8D47B80B0090E8 , 0x147C921683254C869D791B762F581652 , 0xABBD0CD0A6984868B486EA1C8BA1CA42 , 0x7E29158E58CB430BAB0A092D50F183B9 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x1B4131453C034D7E9AC2B91672FD353E , 0x084D8960A47C43DF8721E404766BCA3F , 0x5702FBF152EA4CFE98668D8BC9A52079 , 0x00D4D0B014FB40AD860B02AE1083755E , 0xEC303C85D69743938F334C6A75E1A814 , 0x82D04825F1504BCEA5E589BD51A42DFC , 0x31735EE394174546B9A835372AFA3ED9 , 0xA564DF702EDC437F8B2E30452C1BD0FC , 0x0A02E5FE097D43EC8736119F01B68776 , 0xC18F79F769C146D5BC1822F1C8A2A998 , 0x85C254F4350F401BA4756D754F46FD1F , 0x51070503953F46338AE553AAD8369B0F , 0x73CC2BF819EB462C9E70ABB20990BBDA , 0xA3C52DE62B3B41B1819F8C35D9DF9230 , 0x2EC241AD2879442C8ADC75C286F0F9CB , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x1C2829042FC647F2BD5BE0061C122647 , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0xE4E45D774EAF4320A278EBFA73EEE2EA , 0x546F7991CB24470995915C6A6A01EE9D , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x686BAA2F4B7C4C0594F09982479CB461 , 0x81A0BC8074B04875B081E7E0668909EE , 0x7E09386BD7C14F608CE931E45434BA78 , 0xD4888D31323D443FBF35ABA5992693DD , 0x7C86C5D847F44081A2C7F8BB5EAD22BC , 0x8B4CCE12BAAF42C2A60B5EC61ACE6377 , 0x5A5DE028EA0447C9A01CB7B886217E11 , 0xC320EAD153A245A7B4E0EA7A021D40A6 , 0xB76CF509D64C4127AC6069B21F383205 , 0x3971F7DF1FB94315959C080E41EC728F , 0x2BD9675941344B9EA596D22BADFC298E , 0x474407C721B141F293E170C86ADF875D , 0x3209FAD6BCC24919A1FD8CCB513D354D , 0xF63A700199364809B03AB723E56C2B9A , 0x1993871D880F474E879BC108A197D98D , 0x5F6D55149DA14310BD6A08C07D0AAD98 , 0xC1A6825D67F54F7C88C73DDB3CE1303C , 0x5FA9A2D42F1F4989B9E5D34F466F8D23 , 0x34F83CB8388B4B1B834F9A099926CD35 , 0x2742B8478B8140789D40AB68D37E689B , 0x80F726953DEF42CAAB298D541BA142E4 , 0x233B79BD9DCA46A18CC777BC617EC1E8 , 0xF57C3E1BC4B94FFAB77741E08A66A7C6 , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x6D0A66754C094EEFA18198EA2D20197B , 0xACC864C0BF86429FB59BDA972C31599B , 0x92D177D912C442A1B438BFAF967C26A4 , 0x36219FAEF1EF45B6B2E3BA126AFFB7D2 , 0x0198CC7F3E447214A848528DE060A0ED , 0x8B2D191ADBC8495AAC0A0FDA910336A1 , 0xE0FEF45EE5F14A2EB64EDAF105285BBB , 0x1112E49DD43141739D98BA6E739D0D68 , 0xFF869228FB8848A2B33F4CB8B07F2E87 , 0xF48839F4F45A4440921853A4F73020BA , 0xEFD41CD80324407FA1D76DCFE568D4EE , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x5AD0A75B35EA40B780720CF5B915396A , 0x1AEE9E1061A447ACA5E7D5BF626F7184 , 0x2C6F84A742EB4FCEBCACFF84F9A37F4D , 0xA5565134734E44C38A5B87A1147DA752 , 0xFCC702A4C921415AB52281E3A9D24DA0 , 0xA182D7E966DB4DFFB57FB90D5B12DD8C , 0xA339938EE1A14087B010804547E59490 , 0x7739ABFC1CDB4CB4BBAB8A6B647C3613 , 0x27055B15F2B44EBB8AC0CEA6F4BF5E6E , 0xEF703AAEB7D742AC8DD7660634531135 , 0x31A4298CF1494FDFA13891A60D7C4844 , 0xFDC5C63B921E4DE49E79D66CBA61A87F , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0x1A4C4EC05E1B4E199324351B25D3F374 , 0x53BC052C6BBF41848E2AC9285A02AA09 , 0x1BA80EE4D019453BA2AA88F20A2954B1 , 0xA3B25FD1F93D40FA962FD9D1B9D76C21 , 0x2D8FB38A591E4E009807285F5EF13E25 , 0x4C5B0074BF0A482BBC460D67771E3A0D , 0xD161F82EDAC0405FA89FBED9B91CDAEE , 0xA4E7E53AD0D74A4E8718F97878137202 , 0x87085F7F038E409C9CA71CB6709476A5 , 0x00046AE9FF6845BB9F8F777F05AABB42 , 0x5B6F58BB3A6D404EA6DD97ADA0B329EE , 0x5C03EB1DC4C44395918697871B76824E , 0x31B25DF3E2C44089A8D2E9DBB0360FDC , 0xE026D0F08C064093878FCF9D91BF61E9 , 0x481078A8A1154B838281D129F2C084CB , 0x0A38581650A342BB97478E5552350B97 , 0xA70C2B789EAC46DE93D3386F09C9A1DF , 0xA9C379431F9941C2B6A895746AFE780C , 0x26E8FDB6888C42FB89FA1C7E68709402 , 0xC358E3AD1F374179AAFCEEE631652193 , 0xAE40DB904BF9425B9FDFFCBF89C4F617 , 0xA0132F14F2614BBEA22020D36C8F1289 , 0x2430641EA69E478CAC492C148770266C , 0xEA1652ED0E15455B8AE363C29F52C279 , 0xA6A99F9475354A60892D173B04034D30 , 0xEF99AE67A8F34E458157BFA21DA2E93D , 0x3D2CECCFB8E840378A25D7FAC6EE2FC3 , 0x3BD15E46F3234161A3A86AC171766C25 , 0xC863E0641C3B4E8DAAF7DACC6385C1AC , 0x986B22337F9D49589976A6C1E914E9D3 , 0x2DF2A8BACBE24E83B3E1CEECFA8CF947 , 0xE98968347CA248549A36038041A70D46 , 0xCED7581F97E34DC28784BE92A4E9C818 , 0xB9DDB8D7041147E6BB641CFCDB4A7748 , 0x6279E85C754A43909DE87F0D3B858351 , 0xEB4A2C8CB41B42D1947B8BC76EF16B41 , 0x354DEDC90E1846C0A478EE2E699CF29C , 0x2CD2E2BAA8884A509E9C6FA5A21AB42E , 0x239B24564C8F48F3BB7FCEC7E82CA121 , 0xA4566694F5354A1C993527ED1EF82A0E , 0x9B3D94CA7CA0431DAFC9050EF3F9BE06 , 0x2DCFDF6C5C7C4F7DBACDC994F955863B , 0x26CFBC7A02BA47849A00E627E760AB87 , 0x550C64CADAE74C1598B8EEF6429BEF2D , 0x439B6AC8203F4924A303E0073AAB0CB4 , 0xED08CA2FFA764F00B45275D2D78BA76A , 0xC8F99F4ADE9E43C98A254E862BC11170 , 0x5C7DEF33E13F4CA1AD48E9654B86F947 , 0x4A7BAAC4265B456A9BDDF3DA591EC5CE , 0x8CBCC1051ADB4A9E960AFDB22ABC80C2 , 0x9EEFF8E2C50F4138B90341E585968A96 , 0x1FB7F084A0114A17942A44D159E7AB0E , 0x1F85AB92EC3E45AF9583B335E22DF901 , 0x7134359E2776410E9843051CC710945B , 0xE5D9910EBDBF445E82FBC040651DCB69 , 0xD133C375EFA24C05A901F1D76F689268 , 0xA8FC77DE512740D1A0968AA9D34E912A , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x15746B398E0B4224B357CF603B6FBAFA , 0xAB789CE2066E472AB512C5B572559FA2 , 0x22E6DA6830954081B29C53017BC8FFA5 , 0xEA78684BC1224F908323395807C922BA , 0x42B8908606704F56AD2B257E6CE363A8 , 0xBB8D0D8607FB48C593FF210266C195B3 , 0x9BF28ECB49CD482BBA0DF9BE9B8DC7A1 , 0xCF45EB60253946D4B586C2B976AD588C , 0x583BCE19EDBE4217944E7D6DC19D2F75 , 0x63EF36C39A4C40719A045AB0B55AD36C , 0xE99F3C4BA046461383A9BC673D0B87AF , 0x9E0A24038D8D4B1380918E3440EB6B7D , 0x57CBD7E0AEBE42E8B705EDC0BC913CA4 , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0xED8C3D55396B4054BAC6E525551A4B72 , 0x91C047D4AE304B3BA0514155F2E018B1 , 0xE71BC9B393FE4133BF1FB32B20FC1F32 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0xB4654E8B79D0497EB735B1D3AB6C1A47 , 0x4A12EF461CA2499EB0C4CC7B762C972C , 0xCC362AD47B624F4187833295ED72F051 , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x83AB4B4C265445CDB204D27E9CCC7A1B , 0x054825AB00664EE780D762BC63A565F6 , 0xC31991FB42A9432CAAC16ACFB960E7C8 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0xFD12380C45A64F7AB34881B8A9369509 , 0xA45B956198B84F1FB6FF13EC45245ACC , 0x4040F5071B454DBAAE3B4BCD172BB0D2 , 0x3F4015E99BCB4FC6B66850E532D3EA61 , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x7ABD39251B884DB38D6570F67F42EDBD , 0x302C26630EE74FF28738A844ED269886 , 0xA4A8C86177954121A5C1D21756B47A2B , 0x9715565824E8455AAD45447D487D480D , 0x3D0E2CF2730D4FE5B63FF578B53C6A97 , 0x1D8CB0A656654BC580C454F327E7CF44 , 0x3A463F4654D445B4AC9C276C9A1767C0 , 0x5C8CCC79ABF34ACBBA63EEE33F345362 , 0xEC1436DA1E4C4F03BB092B218CA78CB2 , 0x6DEC6491DB8E432D8977216C47718247 , 0x8771913A495642158E822E0E07BDA289 , 0xFDCD2583118541FC9130CDD0E73CDA04 , 0x24F67A89810B4DBE85FD85C0457DADF0 , 0xEB7F563A51E646888AC82D0BD90E53B8 , 0x9D72BFFC5DCA40AD99FDA7AEF80ED584 , 0x627FADBA6CF04A98965218D2AACCBC10 , 0x61263D05188C4F14995A4C68A8EBD27F , 0xFAA8B8E56D61438CAEE2D21F8ADA602D , 0x2992F1FE91F14E30A8709F035C50B75B , 0x9B13EEBAC1A44D73AF33013CE07DD927 , 0x607909EEE162408FA1A59A6A7D84707C , 0xB7BDDBBE01C144FDA09070A159706DD4 , 0x2070C1C33600459DB6737C6F3F590C27 , 0xD5E30A9DEEEB41468B2430DD34B03335 , 0xCFC910B80B5245AB84BA0CED40038BDB , 0x896E272E84D64AE082D4FEA02E1565ED , 0xB532FC05A60B4CBEAF3A21726609014B , 0x403CABD37ACF470D83FDF788492FB50E , 0x4D2BEB7206CD4B279E8E71609CFC8C4E , 0x374BA3B5D7ED40BF89E11EDA496FB7C6 , 0x5DEDA1211A3C42CF9A453AECF6EBF3E3 , 0x5C877C91644846499312721B3D736C7A , 0x9FE900304B3C400096432EE937BC1641 , 0x1A1D1F47D14A4CA7B9C26AD89860C691 , 0x9679137632584753863DC17B19A2FC85 , 0xB5FAD744249A4B6C964C1A057F99481C , 0xE48F7E2131504EB1AA4B8E4C7653F720 , 0x054F372BE2194584A2FABB89D2CA483E , 0xA14D45ACFC374D0399632F200ED0D82F , 0x6DE5074E7FD7463A80792F7FD0AE08A1 , 0xA8AB86750D2A4739AD7688DDFBD6EF33 , 0xA7536B95B579401EAF028DC3DA9197F0 , 0x6810BBE463EA43AB8EAF0A0B5168791D , 0x2CF264BD00E44FA29E37DFD4A2C981A7 , 0x31205E1F673045538BE582C9FC8C22DB , 0x23A6C4D09E944347BD8365876D209E9C , 0x841E29E223B842F29E320E5C5F2E51DC , 0x4F35B840A0BB4DD5BBAECC57249AC535 , 0x60CBA981CEA144C2BEDFB3040C1AC083 , 0x7306C4D5A2D346B5BB339FCDFE28CC1B , 0xA50157E076D94B1AB4A1744CE270E8D0 , 0x2AB97282023A4482ADF03887DA54C977 , 0xE9BCA89EBB9547358779FBD8E7653FCC , 0x2A9F4468CACE405D8E32A3664655FF7F , 0x0198CC6678E47330B69D6135908D97F3 , 0x31DAF3ABD5CB4944B9F423388B91BCF4 , 0xC782CB835F3143888D572022A4A15AA5 , 0xAAA3896325A74534996279F0CF3E4EFF , 0x19F96C2213514176BAF34860C6766605 , 0xD28D3A6445A94EAC9BFD4357C19968F4 , 0x4984BABFCF7248D2BD5C79618E10DF03 , 0xCA1758689AAE4671A78632E18DE7E623 , 0x404AE31328954E1EA8C92B9BA4E187CA , 0x3BA24E5C352A47ADBB7B44A5A0FB9713 , 0x87F4BF8BB777438D92B9EDF11E4808CF , 0x2A94511BC4954F2CB2026BE324CE02E5 , 0x70CF20607CEB4142958787DDB7A0F3EC , 0x58A73A1465684B519DE7DF61B3180A28 , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x618117809A6E413F8C3C1FB0C5AFDC36 , 0xF0C0473CC93F4087A8F6C43AD80A060E , 0x6CAC5C8418864D1E83240AF4A4918714 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xCAED7E650A0C4EA597085F5148C59AAB , 0x590789E000FA4A49AE4B28CED70716D4 , 0xA812FE02A0944D2FB679D70FAE070147 , 0x85C372FD4E0349628BECD740D62142B1 , 0x4F0A031293AC4FDCB6E1B244D112EABB , 0xD548483F01734FA9906094B9C944076C , 0x80B654B1936C4848BD32C15DD652CCC4 , 0x1E700370730E48E6B32CCC72D3363C7C , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0x6972481A7E734C349DDF8BE2BCC2EDC1 , 0xD6C2ED6E82254FC9A502A5F5E1D26356 , 0x1F535F48E4EC47CFB5C04653C5B00B4D , 0xBC54D495F82141698103436B43896042 , 0x8F71BF4F636149A7BC6E1B3079F45821 , 0xC640A703821C494BA8BC9862915AD827 , 0xA7DC85B0FB5547969949DFD4A247AF1C , 0x47671FCC33714BB3847A0406F90A0589 , 0x283DAB9673E74A2BB4FCF96E6752A5ED , 0x44D6900F77D6428096F0D44C38802CAF , 0xFB3BB423697249CE8528963A64B7204C , 0x5A0696FFDA1B4B3BABE895523E71BF57 , 0x353A7CAE13194ECDBA3ACCBC23C2DD47 , 0xDC47F82FC04342FEB26FC8BE03D02E48 , 0x6B3A07236B9E4ABB97560C060A10D671 , 0xE8384C1971CA4D4B8787088AFBDCD578 , 0xBD7A78BC52D347328DE55D912501B2B5 , 0x7A7EB1D6D2A14A5BB541FC32B561BE32 , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x0198CC66985E7384A9E6B74CF8EE2DC5 , 0xE036DE634B8142F9BB7FCFE2B95D2B61 , 0x3A7CC27D22C44E6CB23F688001D83F9D , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0xC6F681E0EA1D4C69844072A65D07BF8F , 0xB1E9790332E54D3488A06AB013689BB3 , 0x3B4371C3DF074E8D906459AB46DFC83D , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x27BD677CEF054F8CA29691C8EC5AE631 , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0xAE777A0418834992A68BC3E2D6F4F23C , 0xDC25A659B6F64EE9A0D9DC0A908CE5B2 , 0x52406E4EAF014AB09B1F417E25F5B7E1 , 0xD722D8C2CC224A3894453EA0E6EDD748 , 0xF645A23DBBB94BE8B23B923C76E3C7D0 , 0x7FACF52F30D24081B647DCB72ABD2E0D , 0xE8C96E16EFDC411FBE422CA21950A2FB , 0xB8CF062E55724306AF686D95C3BB393D , 0x985EE16C563248EFBB7EC41C55498B8E , 0xD4F485DE02C84D52BCFAB3FC94B7D853 , 0x5D81B0B6260C4C57B10BF3066285DCA2 , 0xF7BF4A4B2D914EC68E695EFF55412178 , 0x064251F497FC464F86EFAD5FB2EDC697 , 0xA96845A093A3440788BE7B3AC34FEB5F , 0xA99384528610462C9810689AAC1F2463 , 0xE69D82F05CD3490489A4FA8B6AB69DD3 , 0xCBCD83969A784F79A80CF7C950700D16 , 0x0198CC660FCA731DA76B5B9AC77FCAFB , 0x01BDD843B2E341FBA7621F41D7710E98 , 0xD7BEE9BF0A40497A804FA0385B536CDB , 0x7BFBAEB96D614C138D291E340C789099 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xA0645420AFF348B8AA8C74F10917B1B5 , 0xC5897AE8176144D592821B956072CEE1 , 0x3287E5E8061341379DDDBA51294CF222 , 0x7190A7A5A60F4F4BB59CDF6E217A05BB , 0x40CAEBDC12904053A893BB6D0CE6C586 , 0x3391F0E480214F8399DD6902AB553A5F , 0x55B40836D5D44765B09FD42B6148FAFE , 0x1F43B9EE400F41A1BD2D7F3EF5787255 , 0xE400E19043DE416CA4DDC4C778E55485 , 0x30E5FA2A25F047DD8F66B774E209B879 , 0xEA0BA39C56A148C29DA3E53C759775F8 , 0xF7936B663C634F0FAEE164FACD280B53 , 0x2CAB3498A8AE4840BB83E2AFD6393700 , 0x399F373F45154B26A3A79E9B077AC1B3 , 0x5B26E3983F2F49F7A5813FE76837F73F , 0x0EB83D6A863F45328EA1017EDC68D681 , 0xCCC56164398C4D1E9554FA01EBA424A7 , 0xB03EC85386B940D486C94DFB207AF064 , 0x3F1E838362194CA396EF76DA76B344CE , 0xACDA8C43B3964566A16F8ABC69A1A09C , 0x17E2ADB56020463986BA58CC358445F9 , 0x53BE4BE5CC7F400DB61B4728E941D634 , 0xF874744CC0C448B5A69E69DD90E4335C , 0xB18DFFA8F25443258FAE7F47A5D9FBCB , 0xD0F21C480DE5485F933652B86D84A436 , 0xDC52A263E5DD40F4B1AF91362FC32194 , 0xE64917D2DEF640F099DFF3E1724557F9 , 0x7185F8ED29774D7AA35A810FC49240DD , 0x96703184E4A94DEAA6639AD3B41D6EB9 , 0x6F35A88083BC4B9C81471D8F6F79E181 , 0xADF5DA86CEAE498BB8AE183AC723AF7B , 0x8DF6D9D84F7247098541724812D4A756 , 0x0F655A75B1374B92AF4C6ABCB78CF8E0 , 0x998BB8A81E1B4FBC810C7FA5CD42B761 , 0x6BFC1158030244D69DBE85610CF72B40 , 0xC5A349714C8F4BAD98BB230A05D2B383 , 0x9E19A59AE8DD4E4BB2D5045839B832C6 , 0xF80CAF2ED9D14213A4923AC54B56DD7D , 0xCFDBD6959DB6473FA49CEBB157AD7986 , 0xE891FA63EB724209A3D4DA790A904B4D , 0xA2EDDFF556844746AF79047D752650AB , 0x8BD442081B6446AD9740039ECE37A609 , 0x40E55BEF76824D078E1633EC6A5AAA76 , 0xDF9C5D3284204B7BAC1A90DE8EDA2C1A , 0x0198CC7E1711729489F6E81BD2AA77F1 , 0x0198CC664A4B72AF9022A286965DF029 , 0x535B429B95344043B0147338F7A02D6B , 0x24CBBB46CDF84DC291FE9DE5A1CEE1F5 , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0x5B652B4923194937A09E18BEFA870B52 , 0x23DA38F1B1D94B099B7D1026640F385D , 0x45EDAC81CDBB4B5D91739487DC5E2BDA , 0x43434896BC344DD781EFC6B90CE219B0 , 0xC610E49753784DD3853CC283860CA866 , 0x1C33BC61A6624EE9842D32F20470B202 , 0xCD12F3F42ADD41D3B23985FA87F5630D , 0x7675BAC984A140CD8E30CCEE625890B9 , 0xDDA111616E3D41ED80E67B05D1B1A04C , 0x2B41F1C90C7846C29A25ACAA295AEC5F , 0xF1A768C6B0F849519C1F536A7FE37884 , 0x32C9E8A1D12045D8BE6417B93CEE21E4 , 0x96CEAF9C355A4FD084A3C7B5BF48A914 , 0x48C142CB6FD34917B642BFF0C9FCE472 , 0x1680F2F3C0EC4FF8AABCBD889F19026E , 0x3518ACDA3DAE44029080D27230974076 , 0xD588741B684A4310B31DA17036B4104B , 0x118D0C0ACC704182AD53787AB7A1F2AA , 0x1FA22ADD115B4FCA9B0A07C534CBC500 , 0x34A4D135D41243D5B3A6E234093FC8C2 , 0x37F8B5B249C0499698D6A78F81D17E47 , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x69D5CE94AF8646DD9C2628C188C86561 , 0xC472E4F0AEC545C99F46047687A3B8E7 , 0x6A54FE0927C2473F828A874C6A2AF611 , 0xC7E485C9F4C948BAA4791D7F81846C11 , 0xC36E1B4C6ADA49A5BFC72686F869E02E , 0x6EED07A4BFF4453B8F4BC0FDB98DF67B , 0x3E94BA78383649DAA2F19FEE93C92F56 , 0x887FAB7884184B97B32F3B5BFB02AE32 , 0x1C00C7F7B77A4D26BB3FE147DDE84CB2 , 0xB45B724D1237416DBC2C9C3DF28F380F , 0xDC7487729044444198EAAD719A5CACA7 , 0x4A004A8A54A544989C22D8D3EEEF6587 , 0xA86377F471204DA0B765FDC0A6323D51 )) GROUP BY `product` . `id` ;
Copy
83
55.83 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.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"aLúðß!A]…5„ѱ÷±› "
b"""
1\n
Õ2æ╬GÅÑñ¼!┼Ú¶¶
"""
b"Zn+┌▄\x1F O%à»\x15 fÙØ─╚ "
b"ÿ\x18 Õ„5üEý™AFM,¢õ\x1A "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"ú\x1F íÁ±^L3Üe?ñ\x0E }\e É "
b"ùæ,>ç¾IdŒ\x08 p/\x12\x05 ]g "
b"É^│\~\x7F J&©£o:è·'q "
b"±9'7ÛnDMŒÉÜíêöƒ¬ "
b"""
n┤ÙuÙ\x04 FðØï"╩Ì\n
║┐
"""
b"oƒ”¸z\x1D D|¢Õ’!\x19 Œf‰ "
b")üÊt»\x1A IøÜ=a¼Ë─▀¹ "
b"Ï╬ü,f\x7F L\x14 ê\x18 ç╩╗×r} "
b"–—48WÂMÝ‚PéQ\çÿ! "
b"ðš•¶6\x11 E\t ¿ôN,SÖàÊ "
b"zý\f ¾ìöE`ÅÌ}IÍ'æÜ "
b"N\r 9▓C;IƒøoïËÃ┘ì\x19 "
b"âÝ\x08 U¨jL9ž\x1D bý%Ã]/ "
b"´Söà╠LE&£|┬eìı¥º "
b"\x1A ê"Œ jHï¿÷(Rª1Ôh "
b"sô߬e=ORªT#Üo&\x07 Þ "
b"بT+xöG:™ôhþ+*ìP "
b"m®P?’kEä…+“C\x06 ØÁç "
b"×Ë\x1D XÔÎOiœ®ô˜“\x16 rÚ "
b"ècÞDAQN‚ºmçÒRÝ“5 "
b"”O\x0F «EöJh”¼ï|Ÿ$Fä "
b"""
\x18 y\x06 \n
2EI\x19 ‹s—\f á*·’
"""
b"ØP╗l\x04 OFé¢╬én\r Ïéo "
b"•Åk\x02 €ÿC˜¦šì¼KJ\e º "
b" TÎ&\x1D tKÍ¥Ã\x04 •þSó% "
b"'┬ìy\f J?ìÉ\x1F ┘ê\x05 ƒ╚ "
b"}0ðBÝJS¿\r Í\x11 ¶Ø\x1E "
b"0\x17 le/›H3€Kå].\I\x1F "
b"ã$\x7F €§¿C묀õÑY¬\x05 ‰ "
b"…úÕrX7F㸆-S$H„ö "
b"""
¢³X°3\n
@\x19 ³Þ›.8Ñ\x17 S
"""
b"Õ¾A¨õ£G‡¡FzpÝû~É "
b"""
€.æÎ\n
[Bλœ\x07 <A\n
\x08\f
"""
b"""
ú\n
©®ùûDcÜlŪù\x03 ▓\x04
"""
b"ízšf>\r @!’4â@«G£“ "
b"*šå_\x01\x15 E«µŸ¡\x12 jv°ü "
b"â7ËXû╦Cûÿ\x14 ▄ÅU:lì "
b"\x13 §¿Ëo9KR™œ3ÿ\x1F\x1A\x01 Ñ "
b"è¶ü¯–ÑDß’861Ò>Û» "
b"╚\x1E\x18 ╗ì╩HnØ═,0ú[½< "
b"\x07 <ŠË£Ax„l’^{d9o "
b"½/;Ñ…´KØš0FUy\x7F o‚ "
b"ñ\x03 ×)'6E°²{´ŒÐK)\x0E "
b"┐á§ÃÖ\r GÍÅþëi0Ó.X "
b"&-\x10 ªL_M.¸\x08 .£7\e\x01\x08 "
b"€°³K£G1“²ùüEâ\x18 ÷ "
b"JþßÿBì@O”-™²\x02 þ%p "
b"\x07 lyı'¥@®╝¤´.\x0F ;ÎÅ "
b"ÌΆô¹ÏFBª›ÐæyÄ\x04 j "
b"\x07 QãL1ËD\x14 ”Ê›véÁ\x1E J "
b"‡ž,Hr\x14 E|³Ì`nÚGõI "
b"î]æ\x17\x19 ŠKC’Ú윦n‚Þ "
b"ž“_Hß”C2ii1º,ýä "
b".aÉUSéE›œH»³‰Ñi\r "
b"¾Š¸®ú”Od†\x10 £sÇÙÆ\x12 "
b"BÅüŠ<\e KJ²Ó\x07 ç"\x14 ¦x "
b"ñ■Ól4\x17 @(üéÊÎe·\x10 "
b"L”aªŸ#Gˑۿck1œ? "
b"╩■<§ì5LÊ║Ô þ_─¸▄ "
b"·\x06 È\x11 ╩÷I¿áåÆ\x10 Êïüé "
b"\x04 y\x08\x0E 1^M\x1C ¯Žq2¬û…\e "
b"®J'‹\x07 wD·¡\x18 %½\x1A ;?9 "
b"å§6"¬þA\x01 €ú\x08 «ÕG_¥ "
b"""
kzÒ{ÂÆN\n
║#³ÅGKÎ
"""
b"(½»*3LNûƒ=PÉô{½B "
b"ì\x1E\x14\x7F\x00 ì@§║É,#a\x03 t³ "
b"O-\x1C ö·]O-š|GMÝö3l "
b"┴ü╝\x04 ´ÜEÞî1╗1¡█ôæ "
b"ºvËqÑ\x06 A\x1A §í\x00 ñ0E£* "
b"3j\x16 Õ:ð@æ•—\x16 dof͵ "
b"\x12\x0F j1XªNS¤YM›/\r Ðý "
b"[ÉÈ\x1F ïõNœ„²@\x12 äS¨™ "
b"èlCÁ\x16\x1A Ck²‚ bݳ\x1F J "
b"&_ìô’'Iä¢YßiUÈó\x08 "
b"*¼…÷\v @H4¨ºEéÊü‚/ "
b"Ø\x0F\x05 ╣å║O:®y┼┌dê®} "
b"~\x06 ç6Y›AI’9þÐ×\x1C ò\x16 "
b"'w2šQILC’„E„|¡.’ "
b"\x1F\x15 ÓÉâ‚L"¥ä—(S€LÊ "
b"…vh\x17 ÖÓC«¢†5ºwqîm "
b"▓ƒØ®5·FÖ¡?´£Ôxná "
b"â\x17 Õïn\x08 E·¢\x16 f‚\x01 ;\x03 ß "
b"@‰¿“f"@¿›>ÀÂ:‹Å5 "
b"Îð\r „Ô\x06 JT˜gŒ…»öÇ\r "
b"""
yÈ\n
¥aÐB4®ˆc\x7F álÏ9
"""
b"àã§'fYL¦©w@æeùaÖ "
b"\x02 !A\x02 |?I\x0E í[ТÍMØ\t "
b"ñä~š¯½NO®\x13 Šœ8\x1C ÌÝ "
b"¦É\x02 ã\x12 ¥M"ªñ€ÜO8\x1C ö "
b"ü\x02 ┐´°\x05 @yó\x1D\x17\x02 ò2è2 "
b"\x19 =JxʽOÒ·ØÎáÜ\x00 Jg "
b"3ByÂ5TJ\x1A ½RÑÄôæ^J "
b"$ð‹ÁúEʵInöžt{B "
b"!–””r\x1F Jx‘ÿ\v ¨M‡\x14\x1E "
b"ðç¯\x16\e Ö@ÿÅü\x00 VçÁ1ÿ "
b"é┤-R@8JØäoK²&┼\e e "
b"ÔD¯¡\x07 &N„§,:Ï÷˜ˆ/ "
b"´ \f H¿&A5¯eHÍ\x04 ”Ò "
b"¡Öv-¨\x08 Nü▒Ä×Ëÿü\x0F ┬ "
b"\x0E çâ▀┌«OIÄ╣I}Â┼Ø┐ "
b"u¤fº(TAȧ\²ûd·_é "
b"\t J\x07 TG\x04 B\f üû\r ÐM╔╝= "
b"""
ëãÃ\x7F ╣ïJãæøØþ\n
øÆL
"""
b"F/$+C<A膚씼Áùs "
b"¤\x06 û\e ØïN\f €Ø`\x10 m(\x05 y "
b"""
&Ÿ\x16 …\x10 ¶L`–\x12\x01 F\n
ЪÍ
"""
b"\V\x1A k¥}Nç€J==ѹj\e "
b"à—\x1F e\x03 ÚNʹDâèô¬!\x1F "
b"hOz\x1F\x18\v EÉœ^ÞIºr\x03 9 "
b"õ8\x7F\x18 "”J8•Cˆ÷®Î)U "
b"EŸ°(šãJê´J\x1F bW\x08\x19 æ "
b"aX²]!åE¬╗eqÄØ▒¡% "
b"x\x03 $|÷ DÙ£-µ*\x13 n\x1D Ï "
b"\x14 m†œÉ\x10 Bk»Ô\x1E ÌQ…«Y "
b"ð\e Xü\r ┴Itñ│ÁA‗\x17 j\x7F "
b"÷ªÃe\x19 ÅC\r ¿ðè\x02 ¾<µ "
b"l(ôÓÚÎGÿ¬›0(§\x07 “5 "
b"""
\\x14 ½CRøBU®T.º\n
Ì\x0E ]
"""
b"vMI°ÒlH\x1E ┐Éì:YÐd' "
b"ûyÆ0Ó4C\f £æXÕ„µ\e Ñ "
b"\r ÐKiˆ(H‹\x12 ©Þ¯|_å "
b"FüUôÎ╦N\x05 ïÞ├[Gu°» "
b"3³É£\x7F Iïí═Oý<ôu\ "
b"ôU÷\x1C Ê├HÈâØÈ¹JVÝØ "
b"ôÁ\x12 £+4D‘·OYס">‰ "
b"È®\x7F\x03 iFK«—èËi˜ÚZ7 "
b"ié#u»fHçƒWqþŒlžž "
b"INÙ5hýB܆¨à4\x0F \r Åp "
b"Ž¥Ã\x19 ºÛ@¿±àò«èáB\x0F "
b"[â+øÃB@ý©\x12\x12 ×F)ŸÀ "
b"SÅ\x01 âÏAIo©¤.êGÃU¯ "
b"ôç¼▒:vB Å\x7F j϶Sõ\x1A "
b"Y,î\x11 ÅËDö▓°íþ\x01 |B\x08 "
b"¹o.\x12 -KIŸ´ý\x05 {\x03 ©dº "
b"ìOe'\x02 ¥@¥ì_ıP\x18 ì\x0F E "
b"""
!‚•\n
|\x18 LʇÅÉZW’ÿá
"""
b"§±0Ø^CKÑ¡\x00\x03 ×\e ݲ\x03 "
b"%º¹£¼ë@ã‰Î!3\x12 ÅÅq "
b"„»Œ2—àDÁ§—œì/¶·û "
b"Ý!}.Ƀ@\v ¹ÏÄÜûU‹¾ "
b"\v\x05\x1D\x02\x01 ŠD÷ŽÐ€à˜T\x01 "
b"€0\x0E y\x18 G!‰ð`\x0F ,Êái "
b"dZÚ\x02 +\x19 O>˜¤û1ã_Ī "
b"ÓË]®³pG┘Ø\e ╗■sÈÏÒ "
b"iØ\\x13 FYB╣®Ú6û3¤¼ù "
b"\x00 k\x0F ¬x¤AÔ¢\x12 .ˆ&-ä "
b"uú‡\x05 •ET„ï¬ç÷•p„ "
b"╝^\x02 ‗YÁHÕàÌuüU─HÐ "
b"v{\x10 F^ßK\x1F ‹à»y«\x01 âê "
b"\x01 ÿ╠|ǵsì½.\x1A X J█8 "
b"'ªb”<ðHà›Ø\t 3h¯M¸ "
b"IÂb”\x0E cF'¨:-‰\x00 ËË2 "
b"╚nå╠\x17 ¥E╬¼¼ì¥À\x16 »² "
b"""
¸ÔoB]ÚH\n
”¦2ˆêù¦}
"""
b"\x07 %»ÍÁ€C¾„\x1F eMüÜ¡å "
b" (£§–ºFP©\x08 bÄ\x05 \¸ "
b"®\e n\x11\x01 —C•…\x1F h{{eI1 "
b"\x0E Óõo\x15 -Ee‹\x11\t ±©þ¬h "
b"Á%°üï╣Iu¢ma,Kf\x15 ù "
b"±íÒJ\x12 @ü‰ÀåHÍ\x04 ,Ÿ "
b"‘|\r ÔqqJD¢ôd0\x18 -\x7F Ø "
b"ÛNµ*╠IDµìÄÉaÈb\x11 ¬ "
b"\x17 ï¿õ€=I´§g¼ðé\v\x00\x19 "
b" AÜ0\f ÒE?˜‡Ï\f 'ªA¡ "
b"$&í±-ôGj¡\x05 îm¥z¬T "
b"▒█ìÑ2·@ØÂRpÝ/¦{┴ "
b"9oоÆuJÖ€'Q¤•:äü "
b"u—\x17 "|vCá¶ñ\x18\x15 ¢\x03 ³£ "
b"ÿ9·84\x1A N\x00 ›>¥\x14\x00 7v\x14 "
b"[ØV©p`Ló¼┬u2ƒ▒[^ "
b"í:²¥|¹Lì—9*-NOÂø "
b"╔>═Û\x10 ¯A®Ñç«©Å\e\x08 ¾ "
b"ÈZ5XÝ-@\ ôI\x1A kRaO "
b"̧'\x00 ?õL“•¯E\x11 •ç'š "
b"Lë\x08 ëh>H¸¿ý˜„AËàÏ "
b"}Œ_ûþÑL²‡Ùc÷rWñN "
b"?0òš\x06\x15 LT„ÏPA\x13 ¹ü^ "
b"ºý}¥\x00 D@è·Qx¸\x11\e\x19 — "
b".=É÷G{E\x13 ¼…ÿŠ>VW£ "
b"ƒ°2V\x14 óEE“^2‡IbA8 "
b"{Æâh´˜Ci†µ(Ö©\x19 ¹ "
b"”Y3*”ñM²Š“Fj`|Ð) "
b"╦(ÐÆMåM\x0E Åv(\x0F âªuO "
b"î░Ù\x0E ¡óF5É\ýì?\x1D q¾ "
b"\x11 Ê-«˜ßNË›žnÿt\x7F ê\x10 "
b"°0\x06 û÷5J“¥(ûqÁ']¸ "
b"I‡\x13 L6¾J+ QÒÆûõ¿í "
b"þ{cϰ╦DñçÅ‗}$╬$¢ "
b"¤}üw2{B«áÿY\x03 Jqf¬ "
b"<\x08 Mï"\r I<¯\x03 *¡“\e ÁÑ "
b"„-—\x07 ï\x13 C§•žg¢+k9 "
b"lìMïU\x12 D-¾\x7F ޼\x16 ›™¯ "
b"¨mæ:\x08 °O°«cáý\x00 UÒ; "
b"░n\e {╣üDvùlCQ╬\x7F B▒ "
b"\x12 8r█¤\x13 E‗í│űÂßÎ\t "
b"\x01 Û$\x18 êyAÅ’=áÜ\x12 ÖE "
b"2s7Ø,ÿGz‹)i팔\x19\x1A "
b"£í."\x04 ñJ\x10 ŽÌI#dÊóU "
b")ظd\x06 "F3▒UO\x17 À┬ùt "
b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S "
b"\x07 ŠÛsä3@,¬\x1D\x0F ·ž[øÇ "
b"&>P§\x0F bCy™Å+úôÑ H "
b"˜\t ™waˆFþ€áAfš6ÖÕ "
b"Ù!î!=DD\x1D ¿%SŒÿPo½ "
b"•G\x13 ØWK8¯¢9Œ{Öl\x0F "
b"r`º+W‡H¬¶úê‘"\x19\v "
b"\x19 ^yk¡±N┼ŃÂGçXÄ■ "
b",áJ╝│ØE¶║6y┼Ë\x19 ç╩ "
b""\x1F ñØa%IÅ\t ¬×;ɼ "
b"»¢ …)x@"•ñÇá\r ^H\x03 "
b"Ï^mU†¥MĪ‘(–×E×" "
b"Fæ¡ÞÛPB~™«c|snÑv "
b"ì,²ÈѧKYÉ*\x11 à\x1D\x03 >T "
b"îâÈÅÈ╝BÌñ(Vk\x1C\x11 Y "
b"ò@nþ8.OI“~ƒ\x7F â[ó< "
b"\f êÅ\x16 ö#Eñò\x0F Ñ■C╗üà "
b"\x05\x15 ki>kJi¾`x—Íœ\t ¬ "
b"µpðñJðMÕž4r´ \f ’\x1A "
b"³.ÁÜlÇM΂WP\x18 Ô\e h\x10 "
b"Ø:>\x11 ÕFC³½p…~qS®¾ "
b"óÁ\x1C ýHüEK·ðôm›Î3õ "
b". '2\e a@J¾ïcò|\x02 Èå "
b"""
àpÆ\x06 \n
\x1D I*µWÍ0\r ñ\n
h
"""
b"“¾-¹«sD\f ŸDÔßøi¶Û "
b"çÞú6s'A╠╗WgpƒiDÅ "
b"\x00 ð°‘\x17\e C•¹\x7F ×:½\x18 \Ö "
b"Ǫ¯óáÒKÚNZÊYÂ$\n "
b"\x02 á4®\x0E ¶G\x19 µÏEGç]ÄÕ "
b"""
L[` P\n
N«¹äR çI5:
"""
b"å░Ø\x03 pÇMÂì¬\x05 CÃU\x00 ▀ "
b"|‘°¿¡“MF«?Òüf†uU "
b"ï\t B\x17 ·”@ŸµJWÕi–| "
b"\x18 ð‡º2¶@{ºË§Áõ·%œ "
b"J7t!ZóD–—\x14 -Ôã¹_˜ "
b"À".—<…E\x07 ˜¾ˆPîSQú "
b"¨\x05 úÑ´N4ñ\x11 ¥_Ø\x07\t 3 "
b"A\x01\x18 Èæ\v JF¿§¨\x14 y •Š "
b"¨└\t Ìþ╬DrØé\x05 Ùÿ<O| "
b" [HY´qNL┤©▄ØÓq&- "
b"sèéø]LI=¶rñl<‘e“ "
b"╚}4ı─ÎH‗ìí½j\x1A ¾██ "
b"Ç)Ma 'E\x10 ®+„L{@\n "
b"6ËÃ\x08 ¥%LìÇýw¦s9┐¹ "
b"\f ßÃ_t:Fl…’fº—ãfà "
b"wéôõªìDqÜn\t ®¹²Üè "
b"""
\x12 Hâr´¹Ge‚¾ML‘\n
r¼
"""
b"\x01 ˜Ì{yLpÅ–ÑÚÌ< Çs "
b"""
¹•î\n
Í[Bä‘“VFšDð|
"""
b"RDo‘e\x7F A«¶\x14 )ïíª\x1E "
b"\x01 ˜Ì{BÈp\x03 ·fvs%žÐ@ "
b"\x07 úÚD›–B?¨C?n±\x16 IK "
b"fy ü…}EŒ…Lj »œÜ4 "
b"\t íÉg#Gª†±Œ‰úJ´µ "
b"[\t {Ô5èHö™æ*\x1F MRl\x7F "
b"À“ŠÌÞ\x1F At½\x12 Wa&)ïœ "
b"„Ûˆ-^ê@7®\x04 »þ¿K‚\x19 "
b"\x04 âÙµ\v\x02 Náª\x1D }Åj]ÜL "
b"\v\x11 ƳöÂNÏ›\x7F ðÚÈÖ—# "
b"ñ░ì~SIH#╣█Ü¡(c8─ "
b"*\x08 {g›òA㪫l\x1D uÞ=< "
b"íÊ\x10 þ2▒J╗Øð"w\x1C -jP "
b"2¼]•c\x01 EÚ¬ççK\t\x05\x13 < "
b"¼*•iì€M+œþG}VÒ'\x07 "
b"""
<‚<\x1A '\n
F‹€p°n£o‡
"""
b"""
{Ö\x19 K■nB\e ì\n
¿ø'á\x1A\x12
"""
b"B`'«ÜóE¯Å\x13 nÊýïKÈ "
b"¶sè║\x14 nLv»Óì÷yw«& "
b"qc\x1D ïÛ¥N˵aÿ“\x17 •\x16 ' "
b"°\v ┌ıYqF\t í\x11 ┌ƒ;\x13 ÛØ "
b"\x1D\x02 r\x7F #³Fß’96àÛ†ÇT "
b"èg\x08 »┼dKAÁtüv9ôÜ\x1C "
b"¥Öü╔Ĭ@}ñ\t `¼\x1D +█Ê "
b"9aäÔµiO2§\x1C ŸT^\x14 c× "
b"Ò«(«8PGÁ HVýã\l\r "
b"çW]TÉþD?˜ÅÏÅ\r ùØ "
b"Þ┬Q#}2@¥ì?õ┤▒ÖıL "
b"\x12 Bs\x16 2öKQ×\¡âZ£þü "
b"Z9§%påD\x18 ›\x7F F÷Sü0c "
b"?É-ï\x06 bJB PÍÙ&':U "
b"áO¶\x16\x0E q@¤‹£+X’\x7F š1 "
b"\gÅ\x11 ö”Mó¬Ž\x19 ì†*ø< "
b"Äd*çãáDh·ã„óv@\x05 0 "
b"½`\x02 Ï\x08\x15 KººËµ£€ÜÚ "
b"\x1D ØúÊjLD▀¡Ö\x0F Ú\x1A\x01 »k "
b"\x06 ¸Y┘Ø~MÙ¼\x13 -áÔz╝Í "
b"Gýf¶Í¾C‘›¯è\e ÈÛ©n "
b"¢¡g_9─@Éóݺm!■6û "
b"\x02 ™T\x13 ÖÂHãŠøI¶1âl\r "
b"M¾2Ü+WE¾ìÄG®Í"Íû "
b"5\x17 fÛ$ƒC\t …,ˆoEÓË "
b"""
¾_\x04\x1A ã\x01 O\x1F ´.\n
‚æµ×Ç
"""
b"!\f I7g2NCµ÷$\x08 ã°3\x03 "
b"ŧ”\x1E įA—¯Þ›U:ºÝ‚ "
b"\x0E úq¯ƒ†B6¯pîÕâG}{ "
b"Þ`èÉ\x1A ¢KÚ¡\x13 *߇iC- "
b"g\x0E mÇ®\x10 MBŠ¡ÙѣŖû "
b"PíC*\x03 Ñ@\f ÄÌÑzãÉlÍ "
b"""
ó\x16 é\x15 \n
JEu“‹z°IG_\x03
"""
b"v:bÿÈRK^ŒÞnKcÒ\x0F ‡ "
b"Ù^Zì‰rHD¤ka‚O±Çt "
b"¼h#\x18 õúEðˆ&ˆ²d½>¿ "
b"æc\x11 C┬ÿL/Ø║'‗¬\x18 ╠ñ "
b"¥x5Ü\x1E *M7¤ãuÜ}§ìp "
b"ü‰†ë¿òMÏŠ*=¥~§³â "
b"þ\x03 Ÿ\x02\x19 nK\¦XéÀ¶{a* "
b"\x00 F†Ø÷`Iƒ‘õ.§È½¶@ "
b""¯³>NåG÷¼Éûg,©Ý÷ "
b"Å5\x02 ËtßK×öå#1µZPz "
b"""
Í\x0E .@‰\n
M\x15 ‚\x1F #YòÄê+
"""
b">Ë«÷ŒÞD?»â\f ?wFá\x05 "
b"\r {î ° I7—Ì©bò\x13 ?Ï "
b"ý┴>\x05 ĺOÖØë\x02 ^‗N \f "
b"ÏÀ¡\x7F\x17 ÉC?×ú┘R(ÌcÉ "
b"o5Îvë®KNª\f ³ÏÌ}~º "
b"†\x01 ú›¡DKU†H°Þ÷\x00 jX "
b"ŠÐú\x1C µLDV®‘ÇK ß\x0F ³ "
b"4¦)ìtxC|²þt¿!ì¬2 "
b"ÊÀèY¼WEW³_xÿ\t °èµ "
b"‗\x7F\x12 ÂäáL▄ÅM\f ÏX┼║V "
b"Q8 ç4¸A¿·£m@'\x12 hý "
b"\x11 ”Y€ÝcOŒ¿Ã"\f ºª+g "
b"Û·Öe·®H:…ÝÀ\v\x00 ¦ôÿ "
b"""
\x1C ï½ïð\v @\x05 µ\n
E¨\x18 |Eœ
"""
b"£‚t÷\r EAŸ\x15 ¶¥ªøßJ "
b"}¨M¬fªK╬¡\x01\x1F ôÁ]ïØ "
b".‡ä*=ŒJ¥½M§ÐÈQ¿~ "
b"ç\x12 :C½-L\x04 ·ø„õõôìƒ "
b"ŠZÂ\x00 Ò]H™uá\e c\x02 ¾@ "
b"W°e!ÓþJ¿“M+VX6 < "
b"]Hõe¨óNèïÅÆä@\t ÁS "
b"\x10 y¼çGðD“ ·„³ 8Jœ "
b"$VŽ\x10 [\x1C Lã›p\x04 ¹e`ì "
b"""
╝dº\n
5ªAìü~bën¥ä├
"""
b"zÂ`▀\x1F JîØt®ß½\f 8} "
b"¨_ßâš<Jê¥+ªË|Oé\ "
b"└Ö\f µ├└FT┐ì´,6F¹X "
b"f2ÙwoèKº–\x10 )xNM\e p "
b"'v\v Ú\x08 @@è›L´ë^×\x05\x02 "
b"■r\v M̯IüÁObÄ3pËD "
b"\x17 åZVl_JÏ©\x04 ?\x13\t \Qv "
b"\x10 z¶6╝\x06 CÂ▒\x04 ¯tÅÁìv "
b"à¶h\x0E æhN”€i¯\r mrÂÎ "
b"0äT1\x15 ËF\x1F ç\x06 Ñ>í`ìÙ "
b"ZV%█ôüA)ǨC\x06\x05 Â)ï "
b"θC…7\x01 B$½\x02 V¢þÿ\x1D f "
b"o║Æu"~BLئ║┤ß!╬1 "
b"¿ \x03 Ò'ŒA‰¶9N\r ØJ‡c "
b"ÀŸ \Ù4Jkƒ±ê|\x01\x13 oF "
b"þW)É┐ÉFJ¥1jç\x14 ┼]º "
b"û,a~ìÖO÷░┬Z¡\x04\x02 +g "
b"]ÂW[ñOIè´Ä?ÛI7ç3 "
b"oXÎQìRN{åIZ,]aDù "
b"»\x1C \n \x12 x¡D€š“\x00 X¥-j„ "
b"ÈmE/‚¼K\x1D ‰‰œ}#Ì[= "
b"""
\x02 W\x17 Ù\x1C !C—».ƒ\n
â±À
"""
b"ÖׯÅßıBÇ¢▀þ\x19 mT\x11 "
b"ÖûËkÁûLO³Å7Nõµ¶| "
b"Òòåaý\t OO½\x06 ÕË’˜Gc "
b"‘Á\x01 9óùFÝ™XxØâ’(\x00 "
b"""
oµwüf\n
Jy®Éq┤qı
"""
b"oƒý!Ï¢Cà–A°5Z(\x17 Ò "
b"VÕ\x0E H°"Iĵ»Ìä\x1A\x1C\x07 * "
b"Ž\f dô\x17 &A‡¯¶\x00 ójÌm" "
b"!9pÉv\r MÓ×Ò└Ä·ò▓║ "
b"¯5§MȶJ\x17 “Ð\x7F å\x13 ”ñ‡ "
b"A\x07 n¥åÌOX¦%óè\x03 —\x02\x1C "
b"""
›)CŸÒD[«\\n
\x1E ²©9ø
"""
b"6Å\x15 -L¯C¬°ºfÕ\x00\x10 ib "
b"$ÆÅÐV\x01 AP®ªÐExš@… "
b"Àm¥‹ä^DŒ½¯àHøú4¿ "
b"¿º±gKNL\x1E ¨þÏž\x1C N" "
b"BžÕÚñ¯E·¢ée¬\x7F 4¯$ "
b"p{£®¾YJ\x08 ƒ6ÁO’*Ò? "
b"B\f 8sw\F穊°V2\x1E j‘ "
b"gÔ—Ótš@A²¤S„\x10 À\x01 À "
b"ùÜ\x16 *¤ûE"нƒ¸Š`–# "
b"¸\ü\x04 â6KXÄjîiFÆß\x13 "
b"ɹÒ}\x0F …IįSñ@Û\f ª= "
b"ëµG¡-ãN\x15 ¡~x¼ê\x1C ð– "
b"\x07 Ù°G0AOL½&x÷Â3Ð\x03 "
b"ç.Ï×\x15\x0F @╔║îÉ7d\x12 ßr "
b"Úw¸é\v ùD\x1A ╝■Ž\x11 ¯Ë\x16 "
b"\x01 Ÿ\e ®òÜCœ”€\x0F €Ü™<³ "
b"î±c¯äáEw²U§Yƒ"\x08 Å "
b"•”aU\x12 ™D¿ Ùp\)\x11\x7F ‚ "
b"³£âß*fH–¼\x11 òƒ\x12\x14 D\x1F "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"zßòc™\x19 B⿽°>«<„ö "
b"""
×ü╬\x7F\x10 FBEÿA3\n
\x14 'É©
"""
b"¦Ý4éÎ>@\x19 ¬:|Ju "
b"\x11 sV‚Ái@¯¡ü\x1C ÷úB\x03\e "
b"Âw0’QsDú´³\x08 |\x14 D‡i "
b"\x08 ¾ \x03 áÏLØ”O2ãÌ…\x1E Ð "
b"ı>ÎøÉ}I;ø═¼┬L\x07\x1D\x00 "
b"0\x07 Øõ5\x16 B\x00 å=Ó\v Ûì\x10 ³ "
b"š±#«ÐˆOË˜Íæu€\x1D š\x06 "
b"|mÕ„ýÇEJ¾¶É5_™_§ "
b"sÌ)7\x1A ¨N‹™šiš|\t\x1D ‘ "
b" мøß\x1A NOœaè\vÉ\x00 . "
b"\x1F o\x05 yñ‘E€¾ü\x15 c\x0E ÿ¹Ò "
b" ”\x05 K<ñC\x03 …³·L\x04 «âØ "
b"dž5þf\x16 Añ¢ÔN¼\x1F ®A "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"ç®BG\x18 0L\x01 †\x1A b9U>‚é "
b"ª-$½,—Iû¶ªŽ†`\x00 ј "
b"Àœá‚$ÆI$Š‹\f °h+\x18 ™ "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"—Ù\f UáôB\x1F µ6!\x0F\x0F 6Ó$ "
b"""
£)m“ï\x1A LLJÚ\x18 \n
é„G–
"""
b"½çuð\x1F YISØÛt╩ÜJ>Ü "
b"ò´6÷Ÿ˜DÓ§Œn½ê…A¤ "
b"wDzŒS¸C\x13 ‹žP?Ã˪¤ "
b"åá\Fe\x10 KõµDd›\x13 ¥¿" "
b"\n UdeO\x00 FX³¶°«ÙмÀ "
b"¦L\x02 kØ\x05 Fæ¢Í½\t L╚< "
b" ÆAË\x1C êC\e ¾khÂåTZ\x1D "
b"³\x15 ¸þÀ¥K\x11 «·´´Eg¨s "
b":{.p öMö£Î\x19 ¾ÓDªe "
b"v\x18\x19\x06\x0E bLÖˆ™ÄJÛNº¨ "
b"ò8O*>NE»¤‹\x1E\x13 žàд "
b"VÚ0\x1F ã/Jż¹åµ×\x08 û4 "
b"Eq;ÿ{[E8¢\x19 ]ó’KU¸ "
b"ÚqN»ŒµK÷’w¨Žñϯž "
b"\x04 H‹Ï\x0E èO[„c:\x1A ùE€\x06 "
b"ÿò┬ðìöLé║■pÿ╬ ö' "
b"£hý7C³E柹!\x08 iù\x7F á "
b"""
¤b¯»çÛDdì\x02 M^m\x0F \n
>
"""
b"k\x08 `Í|ÏDá¨(†ì•Ñ”Û "
b"Iwgt\t õC\x1A ±DÑwdmuè "
b"ܸÆ$èüN>ÅÐ└¯!?\x13\x01 "
b"C‗ªEhÛ@kÅõÍ▄zV┐O "
b"Ò°!\x04 IMC\x1C ŽÙ&Z\x1F ž²¼ "
b"Ùje\x04 ÎÕGά9\x1A ,\x17 ³ÏR "
b"JáD\x14 ¹tL\x1F Å\f E¿-0Ñ┐ "
b"ÿ`\x15 ¹ÅÁNÇåý/=2£Ò2 "
b"""
¯À┘\n
owBá║Ú\x06 Ã┬7Ãü
"""
b"•H´³ ôL¡¬Ý¿*R‰Jq "
b"\x1D ̶֮!Mê¸ú/až^ë» "
b"«░"S~É@ZÂuý█\x15 §!\x17 "
b"æªd\x17 ı\r @´▒4BEÅ2¯\x16 "
b"#è'\x1F ®3JÀ»H\x1F ¢ ºÔÓ "
b"*B ô¦¨N‹›j>_\x08 ÉÍñ "
b"Z¯úÆ®ŽEh‹\x07 ŒšŒ¡\\r "
b"ÚB┘\x01 FUGØ│┘µ5Áÿ\x10 ‗ "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"¿\r W4—=Gó»|bà{Ô\x03\x12 "
b"hÞH\x16 V\x17 L1’®\x11 ] Y† "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"‰\x1F –\x01 ì.Bά\x06 `/©½fÇ "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"ö¡ª}▒|H=Å╠&w%═t_ "
b"│ı¤▀ô\x04 O\x0F ت>\e ý\x0F IÅ "
b"4y½T\x15 ÚA ìÀ$3ieÉ: "
b"k¨û?ÁrDv®\x18\x01\x0F\x1C d½” "
b"║dbß╬ØI ▒ÈD;§┤┤S "
b"ªPôB´-J\x1A ‰`\x12 †ù’Æm "
b" \x1E Ñ%$`Lo‰°å\x03 Š=°j "
b"ÁJÉc.\x03 Dñ»╝îiÙWâK "
b"""
<Ñme\n
Ú@^ˆQª¨L€8£
"""
b"ØÂš¢^lJ¸¥"¿{›\r ˜ "
b"2¨ïŸÚAG ‚\x10 $C\x0E X»\n "
b"$x†Ð³±J\e ¼`(~®\t ’v "
b"²×û0Û\x00 F[“JíÁÊcqÊ "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"\x04 g_œ¿ÅN\x17 ´´]Sè"Š\x12 "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"qwüo¹*BZæ!\x01 e@nÀ= "
b"\x01 ˜Ìf·Ísè›ü1¿ùÃä< "
b"¾·ø'SmL\f ™¦[)Ìc5f "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"¦\t\e ¦VÏOs§±€z°Gd\e "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"ÙØx—½lI¸ƒŒ5n¤e¸Í "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"""
═▒»>òÏDßì$\n
©J4ôý
"""
b"¿\x11 4─JPMOÉé,\x0E ■╩ı‗ "
b"Ê6T,ˆ\x14 J2¼ø\x12 9w¾Í\x7F "
b"\x1A MB\x04\x1C DC#ªOwô\x15 vÄ\x02 "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"Ϥ(¶°\x01 Kƒ¤†_«)µyÞ "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"«½\f Ц˜Hh´†ê\x1C ‹¡ÊB "
b"""
~)\x15 ŽXËC\v «\n
\t -Pñƒ¹
"""
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\e A1E<\x03 M~šÂ¹\x16 rý5> "
b"\x08 M‰`¤|C߇!ä\x04 vkÊ? "
b"W\x02 ¹±RÛL■ÿfìï╔Ñ y "
b"\x00 Ôа\x14 û@†\v\x02 ®\x10 ƒu^ "
b"ý0<àÍùCôÅ3Ljuß¿\x14 "
b"‚ÐH%ñPKΥ剽Q¤-ü "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"¥dßp.ÜC\x7F ‹.0E,\e Ðü "
b"""
\n
\x02 åþ\t }Cì‡6\x11 Ÿ\x01 ¶‡v
"""
b"┴Åy¸i┴Fı╝\x18 "±╚ó®ÿ "
b"…ÂTô5\x0F @\e ¤umuOFý\x1F "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"s╠+°\x19 ÙF,×p½▓\t É╗┌ "
b"ú┼-µ+;A▒üƒî5┘▀Æ0 "
b".ÂA(yD,ŠÜu†ðùË "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"\x1C ()\x04 /ÆGò½[à\x06\x1C\x12 &G "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"ää]wN¯C ¢xëúsîâê "
b"Toyæ╦$G\t òæ\jj\x01 ¯Ø "
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"hkª/K|L\x05 ”ð™‚Gœ´a "
b"üá╝Çt░Hu░üþÓfë\t ¯ "
b"~\t 8k×ÁO`Œé1äT4ºx "
b"Èêì12=D?┐5½ÑÖ&ô¦ "
b"|å┼ÏG¶@üóð╗^¡"╝ "
b"‹LÎ\x12 º¯B¦\v ^Æ\x1A Îcw "
b"Z]à(ê\x04 GÉ \x1C ·¸†!~\x11 "
b"à êÑS¢E§´àêz\x02\x1D @¦ "
b"·lõ\t ÖLA'¬`i²\x1F 82\x05 "
b"9q¸▀\x1F ╣C\x15 ò£\x08\x0E AýrÅ "
b"+ÙgYA4Kž¥–Ò+ü)Ž "
b"GD\x07 Ç!±Aò“ápÈj߇] "
b"2\t úÖ¼ÂI\x19 ¡ýŒËQ=5M "
b"ö:p\x01 ™6H\t °:·#ål+š "
b"\x19 ôç\x1D ê\x0F GNçø┴\x08 íù┘ì "
b"""
_mU\x14 ØíC\x10 ¢j\x08 └}\n
¡ÿ
"""
b"Á¦‚]gõO|ˆÇ=Û<á0< "
b"_®óÈ/\x1F Ië╣ÕËOFoì# "
b"4ø<¸8‹K\e ƒOš\t ™&Í5 "
b"'B©Gïü@xØ@½hË~hø "
b"Ǹ&ò=´B╩½)ìT\e íBõ "
b"#;y¢Ø╩FíîÃw╝a~┴Þ "
b"õ|>\e ĹOú·wAàŠf§Æ "
b"yúÔó\v oBü„\f ð°ø".. "
b"""
m\n
fuL\t N´íüÿÛ- \x19 {
"""
b"¬ÈdÀ¿†BŸµ›Ú—,1Y› "
b"’ÑwÙ\x12 ÄB¡´8¿¯–|&¤ "
b"6!Ÿ®ñïE¶²ãº\x12 jÿ·Ò "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"""
‹-\x19\x1A ÛÈIZ¬\n
\x0F Ú‘\x03 6¡
"""
b"àþô^åñJ.¶NÚñ\x05 ([» "
b"\x11\x12 õØÈ1AsØÿ║nsØ\r h "
b"ÿ†’(ûˆH¢³?L¸°\x7F .‡ "
b"ôˆ9ôôZD@’\x18 S¤÷0 º "
b"ïÔ\x1C Ø\x03 $@\x7F ¡×mÏåhÔî "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"ZЧ[5ê@·€r\f õ¹\x15 9j "
b"\x1A îž\x10 a¤G¬¥çÕ¿boq„ "
b",o„§BëOμ¬ÿ„ù£\x7F M "
b"¥VQ4sNDÊ[‡¡\x14 }§R "
b"³Ã\x02 ñ╔!AZÁ"üÒ®ÊMá "
b"¡‚×éfÛMÿµ\x7F ¹\r [\x12 ÝŒ "
b"ú9ôÄßí@ç░\x10 ÇEGÕöÉ "
b"w9«ü\x1C ÛL´»«Škd|6\x13 "
b"'\x05 [\x15 ò´N»ŠÀΦô¿^n "
b"´p:«ÀÎB¼ìÎf\x06 4S\x11 5 "
b"1¤)ŒñIOß¡8‘¦\r |HD "
b"ýÅÆ;’\x1E MäžyÖlºa¨\x7F "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"\x1A LNÀ^\e N\x19 “$5\e %Óót "
b"S¼\x05 ,k¿A„Ž*É(Z\x02 ª\t "
b"""
\e ¨\x0E äÐ\x19 E;¢ªˆò\n
)T±
"""
b"£²_Ñù=@ú–/Ùѹ×l! "
b"-Å│èY\x1E N\x00 ÿ\x07 (_^±>% "
b"L[\x00 t¿\n H+¼F\r gw\x1E :\r "
b"Ñaø.ÚÀ@_¨Ÿ¾Ù¹\x1C Úî "
b"¤çå:Ð×JN‡\x18 ùxx\x13 r\x02 "
b"‡\x08 _\x7F\x03 Ž@œœ§\x1C ¶p”v¥ "
b"\x00\x04 jÚ hE╗ƒÅw\x7F\x05 ¬╗B "
b"[oX»:m@N¦Ý— ³)î "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"1²]óâÄ@‰¨ÒéÛ°6\x0F Ü "
b"Ó&ðî\x06 @ôçÅ¤Øæ┐aÚ "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"§\f +xž¬FÞ“Ó8o\t É¡ß "
b"©ÃyC\x1F ™A¶¨•tjþx\f "
b"&èý¶ˆŒBû‰ú\x1C ~hp”\x02 "
b"ÃXã\x1F 7Ayªüîæ1e!“ "
b"«@█ÉK¨B[ƒ▀³┐ë─÷\x17 "
b"á\x13 /\x14 ‗aK¥ó ËlÅ\x12 ë "
b"$0d\x1E ¦žGŒ¬I,\x14 ‡p&l "
b"ê\x16 Rí\x0E\x15 E[ŠãcŸRÂy "
b"¦©Ÿ”u5J`‰-\x17 ;\x04\x03 M0 "
b"´Ö«g¿¾NEüW┐ó\x1D óÚ= "
b"=,ìϸè@7Š%×úÆî/à "
b";Ñ^Fó#Aa£¨jÁqvl% "
b"╚cÓd\x1C ;N쬸┌╠cà┴¼ "
b"ÿk"3\x7F ØIXÖvª┴Ú\x14 ÚË "
b"-ò¨ºËâNƒ³áÎìúŒùG "
b"é‰h4|¢HTš6\x03 €A§\r F "
b"Î×X\x1F —ãM‡„¾’¤éÈ\x18 "
b"¹Ý¸×\x04\x11 Gæ»d\x1C üÛJwH "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"ëJ,Œ´\e BÑ”{‹ÇnñkA "
b"5MíÉ\x0E\x18 FÀ¤xî.iœòœ "
b",Ò⺨ˆJPžœo¥¢\x1A ´. "
b"#ø$VLÅH¾╗\x7F ╬ÃÞ,í! "
b"¤Vf”õ5J\x1C ™5'í\x1E ø*\x0E "
b"›=”Ê| C\x1D ¯É\x05\x0E óù¾\x06 "
b"-Ïßl\|O}ºÍÉ”ùU†; "
b"&ϼz\x02 ºG„š\x00 æ'ç`«‡ "
b"U\f dÊÚçL\x15 ˜¸îöB›ï- "
b"C›jÈ ?I$£\x03 à\x07 :«\f ´ "
b"í\x08 Ê/úvO\x00 ´RuÒ׋§j "
b"ÈùŸJÞžCÉŠ%N†+Á\x11 p "
b"\}ï3á?L¡HéeK†ùG "
b"J{ªÄ&[Ej›ÝóÚY\x1E ÅÎ "
b"""
Œ¼Á\x05\x1A ÛJž–\n
ý²*¼€Â
"""
b"žïøâÅ\x0F A8¹\x03 Aå…–Š– "
b"\x1F ·ð„ \x11 J\x17 ”*DÑYç«\x0E "
b"\x1F …«’ì>E¯•ƒ³5â-ù\x01 "
b"q45ž'vA\x0E ˜C\x05\x1C Ç\x10 ”[ "
b"åÙ‘\x0E ½¿D^‚ûÀ@e\x1D Ëi "
b"Ñ3Ãuï¢L\x05 ©\x01 ñ×oh’h "
b"¨üwÞQ'@Ñ –Š©ÓN‘* "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"\x15 tk9Ž\v B$³WÏ`;oºú "
b"«xœâ\x06 nG*µ\x12 ŵrUŸ¢ "
b""µ┌h0ò@ü▓£S\x01 {╚ Ñ "
b"ÛxhK┴"OÉâ#9X\x07 ╔"║ "
b"B©Éå\x06 pOV¡+%~lÒc¿ "
b"╗ì\r å\x07 ¹H┼ô !\x02 f┴ò│ "
b"ø‗Ä╦I═H+║\r ¨¥øìÃí "
b"ÏEë`%9FÔµ†Â¹vXŒ "
b"X;╬\x19 Ý¥B\x17 öN}m┴Ø/u "
b"cï6ÚL@qš\x04 Z°µZÓl "
b"éŸ<K FF\x13 ƒ©¼g=\v ‡¯ "
b"""
×\n
$\x03 ììK\x13 ÇæÄ4@Ùk}
"""
b"WË×ாBè·\x05 íÀ¼‘<¤ "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"íŒ=U9k@TºÆå%U\x1A Kr "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"ç\e ɳ“þA3¿\x1F ³+ ü\x1F 2 "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"´eN‹yÐI~·5±Ó«l\x1A G "
b"J\x12 ïF\x1C ¢Iž°ÄÌ{v,—, "
b"Ì6*Ô{bOA‡ƒ2•írðQ "
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"ƒ«KL&TEͲ\x04 Ò~œÌz\e "
b"\x05 H%«\x00 fNç€×b¼c¥eö "
b"Ã\x19 ‘ûB©C,ªÁjϹ`çÈ "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"²\x12 8\f EªOz│Hü©®6ò\t "
b"¤[•a˜¸O\x1F ¶ÿ\x13 ìE$ZÌ "
b"@@õ\x07\e EMº®;KÍ\x17 +°Ò "
b"?@\x15 é›ËOƶhPå2Óêa "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"z¢9%\e êM│ìep÷\x7F BÝ¢ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"—\x15 VX$èEZED}H}H\r "
b"=\x0E ,òs\r Oå¶?õxµ<j— "
b"\x1D Œ°¦VeKÅ€ÄTó'çÏD "
b":F?FTÔE´¬œ'lš\x17 gÀ "
b"\ŒÌy«óJ˺cîã?4Sb "
b"ì\x14 6Ú\x1E LO\x03 »\t +!Œ§Œ² "
b"mìd‘ÛŽC-‰w!lGq‚G "
b"‡q‘:IVB\x15 Ž‚.\x0E\x07 ½¢‰ "
b"ýÍ%ƒ\x11 …Aü‘0ÍÐç<Ú\x04 "
b"$÷zëü\v M¥à²à└E}¡ "
b"ë\x7F V:QæFˆŠÈ-\v Ù\x0E S¸ "
b"Ør┐³]╩@¡Ö²º«°\x0E ıä "
b"b\x7F ºlðJ˜–R\x18 Ҫ̼\x10 "
b"a&=\x05\x18 ŒO\x14 ™ZLh¨ëÒ\x7F "
b"ú¨¸åmaCŒ®âÒ\x1F ŠÚ`- "
b")’ñþ‘ñN0¨pŸ\x03 \P·[ "
b"›\x13 îºÁ¤Ms¯3\x01 <à}Ù' "
b"`y\t ¯ßb@ÅíÑÜj}äp| "
b"À¢█¥\x01 ┴D²áÉpíYpmÈ "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b"""
ıÒ\n
دÙAFï$0¦4░35
"""
b"ÏÉ\x10 ¸\v RE«„º\f í@\x03 ‹Û "
b"‰n'.„ÖJà‚Ôþ .\x15 eí "
b"µ2ü\x05 ¦\v L¾¯:!rf\t\x01 K "
b"@<«ÓzÏG\r ƒý÷ˆI/µ\x0E "
b"M+ër\x06 ÍK'žŽq`œüŒN "
b"7K£µ×í@¿‰á\x1E ÚIo·Æ "
b"]í¡!\x1A <BÏšE:ìöëóã "
b"\‡|‘dHFI“\x12 r\e =slz "
b"Ÿé\x00 0K<@\x00 –C.é7¼\x16 A "
b"\x1A\x1D\x1F GÑJL§¹Âjؘ`Æ‘ "
b"–y\x13 v2XGS†=Á{\x19 ¢ü… "
b"µú×D$šKl–L\x1A\x05\x7F ™H\x1C "
b"õÅ~!1PN▒¬KÄLvS¸ "
b"\x05 O7+â\x19 E„¢ú»‰ÒÊH> "
b"¡ME¬ü7M\x03 ™c/ \x0E ÐØ/ "
b"må\x07 N\x7F ×F:€y/\x7F Ю\x08 ¡ "
b"¨«†u\r *G9vˆÝûÖï3 "
b"ºSkòÁy@\x1E »\x02 ì├┌æù "
b"""
h\x10 »äcêC«Ž¯\n
\v Qhy\x1D
"""
b",‗d¢\x00 õOó×7▀Èó╔üº "
b"1 ^\x1F g0ES‹å‚ÉüŒ"Û "
b"#¦ÄО”CG½ƒe‡m žœ "
b"„\x1E )â#¸Bòž2\x0E \_.QÜ "
b"O5¸@ »MÕ»®ÌW$šÅ5 "
b"`╦®ü╬íD┬¥▀│\x04\f\x1A └â "
b"s\x06 ÄÕ¢ÓFµ»3ŸÍþ(Ì\e "
b"¥\x01 WàvÙK\x1A ´¡tLâpèÐ "
b"*¹r‚\x02 :D‚ð8‡ÚTÉw "
b"鼨ž»•G5‡yûØçe?Ì "
b"*ŸDhÊÎ@]Ž2£fFUÿ\x7F "
b"\x01 ÿ╠fxõs0ÂØa5Éìù¾ "
b"1Úó«ÕËID¹ô#8‹‘¼ô "
b"Ãé╦â_1CêìW "ñíZÑ "
b"ª£‰c%§E4™byðÏ>Nÿ "
b"\x19 ùl"\x13 QAvºóH`Ævf\x05 "
b"Êì:dE®N¼ø²CW┴Öh¶ "
b"I„º¿ÏrHÒ½\yaŽ\x10 ß\x03 "
b"╩\x17 XhÜ«Fqºå2ßìþµ# "
b"@Jã\x13 (•N\x1E ¨É+›¤á‡Ê "
b";¢N\5*G»{D¥ û—\x13 "
b"ç¶┐ïÀwCìÆ╣ݱ\x1E H\x08 ¤ "
b"*”Q\e Ä•O,²\x02 kã$Î\x02 å "
b"pÏ `|ëAB•‡‡Ý· óì "
b"""
Xº:\x14 ehKQØþ▀a│\x18 \n
(
"""
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"aü\x17 ÇÜnA?î<\x1F ░┼»▄6 "
b"""
ðÀG<É?@‡¨öÄ:Ø\n
\x06\x0E
"""
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b" ºH\f etF/´\x1D çnìå£\x13 "
b"""
Êí~e\n
\f N¥—\x08 _QHÅš«
"""
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"¨\x12 þ\x02 ”M/¶y×\x0F ®\x07\x01 G "
b"…ÃrýN\x03 Ib‹ì×@Ö!B± "
b"""
O\n
\x03\x12 “¬Oܶá²DÑ\x12 ê»
"""
b"ıHH?\x01 sO®É`ö╣╔D\x07 l "
b"€¶T±“lHH½2Á]ÖRÌÄ "
b"\x1E p\x03 ps\x0E Hæ³,ÌrÓ6<| "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"irH\x1A ~sL4Ø▀ïÔ╝┬Ý┴ "
b"ÖÂín‚%OÉ¥\x02 ¥õáÒcV "
b"\x1F S_HäìGϵÀFSŰ\v M "
b"╝TÈò°!Aiü\x03 CkCë`B "
b"Åq┐OcaIº╝n\e 0y¶X! "
b"Æ@§\x03 ‚\x1C IK¨¼˜b‘ZØ' "
b"§Ü…°ûUG–™IßÔ¢G¯\x1C "
b"""
Gg\x1F Ì3qK³„z\x04\x06 ù\n
\x05 ‰
"""
b"(=«–sçJ+´üùngR¥í "
b"DÍÉ\x0F wÍBÇûÈL8Ç,» "
b"û;´#irIÎ…(–:d· L "
b"Z\x06 –ÿÚ\e K;«è•R>q¿W "
b"5:|®\x13\x19 Nͺ:̼#ÂÝG "
b"ÜGø/ÀCBþ²oȾ\x03 Ð.H "
b"""
k:\x07 #kžJ»—V\f\x06 \n
\x10 Öq
"""
b"è8L\x19 qÊMK‡‡\x08 ŠûÜÕx "
b"¢zx╝RËG2ìÕ]æ%\x01 ▓Á "
b"z~±ÖÒ¡J[µAü2µa¾2 "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"\x01 ˜Ìf˜^s„©æ·Løî-Å "
b"Ó6ÌcKüB¨╗\x7F ¤Ô╣]+a "
b":|┬}"─Nl▓?hÇ\x01 Ï?Ø "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"ã÷üÓÛ\x1D Liä@rª]\x07 ┐Å "
b"±éy\x03 2åM4ˆ j°\x13 h›³ "
b";Cq├▀\x07 NìÉdY½F▀╚= "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"'½g|ï\x05 OŒ¢–‘ÈìZæ1 "
b"î?R1r¹H㣊v“*¯©§ "
b"®wz\x04\x18 ƒI’¦‹ÃâÖôò< "
b"""
▄%ªYÂ÷NÚá┘▄\n
ÉîÕ▓
"""
b"R@nN¯\x01 J°›\x1F A~%õ·á "
b"×"ØÂÌ"J8”E> æí×H "
b"öE¢=»¹Kè²;’<vãÇÐ "
b"\x7F ¼§/0Ê@üÂG▄À*¢.\r "
b"èÉn\x16 ïÜA\x1F ¾B,¢\x19 P¢û "
b"¸Ï\x06 .UrC\x06 ¯hm•û9= "
b"˜^álV2Hï»~Ä\x1C UI‹Ž "
b"Ôô…Þ\x02 ÈMR¼ú³ü”·ØS "
b"]ü░Â&\f LW▒\v ¾\x06 bà▄ó "
b"÷¿JK-‘NÆŽi^ÿUA!x "
b"\x06 BQô—üFO†ï_²íÆ— "
b"©hE “£D\x07 ˆ¾{:ÃOë_ "
b"©“„R†\x10 F,˜\x10 hš¬\x1F $c "
b"µØé\ËI\x04 ëñ·ïjÂØË "
b"Ë̓–šxOy¨\f ÷ÉPp\r \x16 "
b"\x01 ˜Ìf\x0F Ês\x1D §k[šÇ\x7F Êû "
b"\x01 ½ØC²ãAû§b\x1F A×q\x0E ˜ "
b"""
×¾é¿\n
@Iz€O 8[SlÛ
"""
b"{¹«╣maL\x13 ì)\x1E 4\f xÉÖ "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b" dT ¯óH¸ªŒtñ\t\x17 ±µ "
b"ʼnzè\x17 aDÕ’‚\e •`rÎá "
b"2çÕÞ\x06\x13 A7ئ║Q)L‗" "
b"qɺѪ\x0F OKÁ£▀n!z\x05 ╗ "
b"@╩Ù▄\x12 É@S¿ô╗m\f µ┼å "
b"3‘ðä€!Oƒ™Ýi\x02 «U:_ "
b"U´\x08 6ÕÔGe°ŸÔ+aHúþ "
b"\x1F C¹î@\x0F A¡½-\x7F >õxrU "
b"õ\x00 ßÉCÌAlñ¦─ÃxÕTà "
b"0Õ·*%G¦ÅfÀtÔ\t ©y "
b"Û\v ú£VíH┬ØúÕ<uùu° "
b"÷“kf<cO\x0F ®ádúÍ(\v S "
b",«4˜¨®H@»ƒâ¯Ö97\x00 "
b"9Ÿ7?E\x15 K&£§ž›\x07 zÁ³ "
b"[&Òÿ?/I¸Ñü?þh7¸? "
b"\x0E ©=jå?E2Äí\x01 ~▄hÍü "
b"ÌÅad9ŒM\x1E •Tú\x01 ë¤$§ "
b"°>ÈS†¹@Ô†ÉMû zðd "
b"?\x1E ƒƒb\x19 L£–ïvÚv³DÎ "
b"¬ÚŒC³–Ef¡oмi¡ œ "
b"\x17 âµ` F9†ºXÌ5„Eù "
b"S¾KåÌ\x7F @\r ¶\e G(éAÖ4 "
b"°ttL└─HÁª×i¦Éõ3\ "
b"▒ì ¿‗TC%Å«\x7F GÑ┘¹╦ "
b"Ðò\x1C H\r åH_“6R¸m„¤6 "
b"ÜR¢cåÝ@ô±¯‘6/Ã!” "
b"æI\x17 ÒÞö@ð™ßóárEWù "
b"qà°Ý)wMzúZü\x0F ─Æ@¦ "
b"–p1„ä©Mê¦cšÓ´\x1D n¹ "
b"o5¿Çâ╝K£üG\x1D Åoyßü "
b"õچήI‹¸®\x18 :Ç#¯{ "
b"ì÷┘ÏOrG\t àArH\x12 ȺV "
b"\x0F eZu±7K’¯Lj¼·Œøà "
b"Öï©¿\x1E\e O╝ü\f\x7F Ñ═BÀa "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"""
┼úIqLÅK¡ÿ╗#\n
\x05 Ê│â
"""
b"ž\x19 ¥šèÝNK²Õ\x04 X9¸2Æ "
b"ø\f ¯.ÙÑB\x13 ¤’:ÅKVÝ} "
b"¤█ÍòØÂG?ñ£Ù▒W¡yå "
b"""
Þæ·cÙrB\t úÈ┌y\n
ÉKM
"""
b"¢íßõV„GF¯y\x04 }u&P« "
b"‹ÔB\x08\e dF—@\x03 žÎ7¦\t "
b"@å[ïv‚M\x07 Ž\x16 3ìjZªv "
b"▀£]2ä K{¼\x1A ÉÌÄ┌,\x1A "
b"\x01 ˜Ì~\x17\x11 r”‰öè\e Òªwñ "
b"\x01 ÿ╠fJKr»É"óåû]) "
b"S[B›•4@C°\x14 s8÷ -k "
b"$╦╗F═°M┬æ■ØÕí╬ß§ "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"[e+I#\x19 I7 ž\x18 ¾ú‡\v R "
b"#Ú8ñ±ÙK\t ›}\x10 &d\x0F 8] "
b"Eݼü═╗K]æsöç▄^+┌ "
b"CCHû╝4MÎü´ã╣\f Ô\x19 ░ "
b"Æ\x10 ä—SxMÓ…<ƒ†\f ¨f "
b"\x1C 3¼a¦bNé„-2ò\x04 p²\x02 "
b"Í\x12 óô*ÝAÓ²9…ú‡õc\r "
b"vu║╔äí@═Ä0╠¯bXÉ╣ "
b"Ý¡\x11 an=Aí€æ{\x05 ѱ L "
b"+AñÉ\f xFš%¬ª)Zì_ "
b"ñ§hưøIQœ\x1F Sj\x7F ãx„ "
b"2Éè¡Ñ Eؾd\x17 ¹<î!ä "
b"–ίœ5ZOЄ£Çµ¿H©\x14 "
b"HÁBËoÓI\x17 ¶B¿ðÉüär "
b"\x16 €òóÀìOøª¼½ˆŸ\x19\x02 n "
b"5\x18 ¼┌=«D\x02 ÉÇÊr0ù@v "
b"Õˆt\e hJC\x10 ³\x1D ¡p6´\x10 K "
b"""
\x11 ì\f \n
╠pAé¡SxzÀí‗¬
"""
b"\x1F ¢*Ý\x11 [OÊ›\n \x07 Å4ËÅ\x00 "
b"4¤Ñ5Ô\x12 CÕ³¦â4\t ?È "
b"7°Á▓I└IûÿͺÅüÐ~G "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"iÕΔ¯†FÝœ&(ÁˆÈea "
b"Äräð®ÅEÉŸF\x04 v‡£¸ç "
b"jTþ\t 'ÂG?‚ЇLj*ö\x11 "
b"Ãõà╔¶╔H║ñy\x1D\x7F üäl\x11 "
b"Ãn\e LjÚI¥¿Ç&†øià. "
b"nÝ\x07 ñ┐¶E;ÅK└²╣ì÷{ "
b">”ºx86IÚ¢ñŸî“É/V "
b"ˆ\x7F «x„\x18 K—³/;[û\x02 ®2 "
b"\x1C\x00 Ç÷·zM&»?áGÝèL² "
b"┤[rM\x12 7Am╝,£=‗Å8\x0F "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"J\x00 JŠT¥D˜œ"ØÓîïe‡ "
b"¨cwôq M ·eýÀ¦2=Q "
]
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 (0x614CFAF0DF21415D853584D1B1F7B19B , 0x310AE53291CE478FA5A4AC21C5E9F4F4 , 0x5A6E2BDADC1F4F2585AF1566EB9DC4C8 , 0xFF18D58435FC45FD9941464D2CA2F51A , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xA821025B13F0464C84E855512A64902E , 0xA31FA1B5F15E4C339A653FA40E7D1B90 , 0xF9E62C3EE7BE49648C08702F12055D67 , 0x905EB35C7E7F4A26B89C6F3A8AFA2771 , 0xB1392737DB6E444D8CC9DCEDEAF683AC , 0x6EB4EB75EB0446D09D8B22CADE0ABABF , 0x6F8394B87A1D447CA2D59221198C6689 , 0x2981D274AF1A499B9A3D61ACD3C4DFFB , 0xD8CE812C667F4C14881887CABB9E727D , 0x9697343857C24DDD8250E9515CE7FF21 , 0xF09A95B636114509BFF44E2C53D6E0CA , 0x7AEC0CF38D9445608FDE7D49D627919A , 0x4E0D39B2433B499F9B6F8BD3C7D98D19 , 0xE2DD0855A86A4C399E1D62FD25C35D2F , 0xEF539485CC4C45269C7CC2658DD5BEA7 , 0x1AEA228CA06A48EFBFF72852AA31D468 , 0x73F4DFAC653D4F52AA5423DC6F2607DE , 0xD8A8542B78F6473A99F468FE2B2AEC50 , 0x6DAE503F926B45E4852B934306D8C1E7 , 0xD7CB1D58D4CE4F699CAEF498931672DA , 0xE863DE4441514E82BA6DE7D252DD9335 , 0x944F0FAB45F64A6894BCEF7C9F2446E4 , 0x1879060A324549198B73970CE12AB792 , 0x9D50BB6C044F4682BDCE826E0DD8826F , 0x95C56B0280FF4398A69AECBC4B4A1BBA , 0xA054CE261D744BCDA5C30495FE53F325 , 0x27F0C28D790C4A3F8D901FD988059FC8 , 0x7D30C3B042DD4A53BF0DCD11B6D81EAD , 0x30176C652F9B4833804BE55D2E5C491F , 0xE3247F80A7BF43EBAC80F5D159AC0589 , 0x85FAD572583746E3B8862D53244884F6 , 0xA2B358B0330A4019B3DE9B2E38D11753 , 0xD5BE41A8F5A34787A1467A70DDFB7EC9 , 0x802EE6CE0A5B42CEBB9C073C410A080C , 0xA30AB8A9979644639A6C8FA69703B204 , 0xED7A9A663E0D40219234E240AB47A393 , 0x2A9AE55F011545ABB59FA1126A76B0FC , 0x8337D35896CB43969814DC8F553A6C8D , 0x13A7BFCB6F394B52999C33FF1F1A01D1 , 0xE8B6FCAF96D144DF92383631D23EDBBB , 0xC81E18BB8DCA486E9DCD2C30A35BAB3C , 0x073C8ACBA3AD4178846C925E7B64396F , 0xBD2F3BD185B44BD89A304655797F6F82 , 0xF103D729273645B0B27BB48CD04B290E , 0xBFA0F5C7990D47D68FE7896930E02E58 , 0x262D10AA4C5F4D2EB8082EA3371B0108 , 0x80B0B34BA3AD473193B2F9FC45E218F7 , 0x4AFEDFFF42EC404F942D99B202FE2570 , 0x076C79D527BE40A9BCCFEF2E0F3BD78F , 0xCCCE86F4B9CF4642AA9BD0E679C4046A , 0x0751E34C31CB441494CA9B76E9C11E4A , 0x879E2C487214457CB3CC606EDA47F549 , 0xEE5DE617198A4B4392DAEC9CA66E82DE , 0x9E935F48DF944332AD696931BA2CFDE4 , 0x2E61C95553E9459B9C48BBB389D1690D , 0xBE8AB8AEFA944F648610A373C7D9C612 , 0x42C5FC8A3C1B4B4AB2D307E72214A678 , 0xA4FEE06C341740288182D2D765FA10FF , 0x4C9461AA9F2347CB91DBBF636B319C3F , 0xCAFE3CF58D354CD2BAE220E75FC4F7DC , 0xFA06D411CAF649A8A0869210D28B8182 , 0x0479080E315E4D1CAF8E7132ACFB851B , 0xAE4A278B077744B7A11825BD1A3B3F39 , 0xE5A73622ACFE410180FA08ABD5475FA5 , 0x6B7AE37BB6924E0ABA23FC8F474BF0D7 , 0x28BDBB2A334C4EFB833D50C9F47BBD42 , 0x8D1E147F008D40F5BA902C23610374FC , 0x4F2D1CF6B75D4F2D9A7C474DDDF6336C , 0xC181BC04EF9A45E88C31BB31ADDB9391 , 0xBA76CB71D106411AA7ED00F13045A32A , 0x336A16D53AF040E6959716646F66CDB5 , 0x120F6A3158AA4E53A4594D9B2F0DD0FD , 0x5BC9C81FEFF54E9C84B24012E453A899 , 0xE86C43C1161A436BB282A062DDB31F4A , 0x265FECF4922749E4A259DF6955C8F308 , 0x2ABC85F70B404834A8BA45E9CAFC822F , 0x9D0F05B986BA4F3AA979C5DA6488A97D , 0x7E06E736599B41499239FED0D71CF216 , 0x2777329A51494C43928445847CA12E92 , 0x1F15D3C9E2824C22A5E4972853804CCA , 0x85766817D6D343ABA28635BA7771EE6D , 0xB29F9DA935FA4699AD3FEF9CE2786EA0 , 0xE217D5EF6E0845B7A2166682013B03DF , 0x4089BF93662240BF9B3EC0C23A8BC535 , 0xCEF00D84D4064A5498678C85BBF6C70D , 0x79C80AA561D04234AE88637FE16CCF39 , 0xE0E3A72766594CA6A97740E665F961D6 , 0x022141027C3F490EA15BD1BDD64D9D09 , 0xF1E47E9AAFBD4E4FAE138A9C381CCCDD , 0xA6C902E312A54D22AAF180DC4F381CF6 , 0x8102BFEFF8054079A21D170295328A32 , 0x193D4A78CABD4FD2B7D8CEE1DC004A67 , 0x334279C235544A1ABD52D1C4F4E65E4A , 0x24F08BC1FAAD45CAB5496EF69E747B42 , 0x21969494721F4A7891FF0BA84D87141E , 0xD087EE161B9940988F81005687B53198 , 0x82B42D5240384A9D846F4BFD26C51B65 , 0xD444AFA107264E84A72C3ACFF798882F , 0xB4200C48BF264135AF6548ADCD0494D2 , 0xAD99762DF9084E81B18E9ED398810FC2 , 0x0E8783DFDAAE4F498EB9497DB6C59DBF , 0x75A466BA285441C8A75CB2FB64B75FE9 , 0x094A07544704420C81960DD14DC9BC3D , 0x89C6C77FB98B4AC6919B9DE70A9B924C , 0x462F242B433C41E8869AEC94BCC1F973 , 0xA406FB1BD8EF4E0C80D860106D280579 , 0x269F168510B64C60961201460AD0AACD , 0x5C561A6BA57D4EE7804A3D3DD1B96A1B , 0xE0971F6503DA4ECAB944E2E8F4AC211F , 0x684F7A1F180B45C99C5EDE49BA720339 , 0xF5387F1822944A38954388F7AECE2955 , 0x459FB0289AE34AEAB44A1F62570819E6 , 0x6158FD5D218645AABB65718E9DB1AD25 , 0x7803247CF72044D9A32DB52A136E1DCF , 0x146D869CC910426BBBD41ECC5185AB59 , 0xD01B58810DC14974A4B3B541F2176A7F , 0xF6A6C765198F430DA8D08A02F33CE6FF , 0x6C28F4D3DACE47FFAC9B3028A7079335 , 0x5C14BD4352F84255AE542EBA0ACC0E5D , 0x764D49F8E36C481EBF908D3A59D16427 , 0xFB79C630D334430CA3E658D584B51BD1 , 0x0DD04B698828488BAD12A9DEAF7C5FE5 , 0x46815593D7CB4E058BE8C35B4775F8AF , 0x33FCF0909C7F498BA1CD4FEC3C93755C , 0x9355F61CD2C348D4839DD4FB4A56ED9D , 0xF4C112A32B344491B74F59D7A1223E89 , 0xC8AE7F0369464BAB97E8CB6998DA5A37 , 0x69E92375BB6648E7835771FE8C6C9E9E , 0x494ED93568FD42DC86A8E0340F0DC570 , 0x8EA5C319BADB40BFB1E0F2ABE8E1420F , 0x5BE22BF8C34240FDA91212D746299FC0 , 0x53C501E2CF41496FA9A42EEA47C355AF , 0x9387ACB13A7642208F7F6AD8F453E41A , 0x592C8C118FD34494B2F8A1E7017C4208 , 0xB96F2E122D4B499FB4FD057B03A964BA , 0x8D4F652702BE40BE8D5FD550188D0F45 , 0x2182950A7C184CCA87C5C95A5792FFE1 , 0xA7B130D85E434BD1A10003D71BDDB203 , 0x25BAB9A3BCEB40E389CE213312C5C571 , 0x84BB8C3297E044C1A7979CEC2FB6B7FB , 0xDD217D2EC983400BB9CFC4DCFB558BBE , 0x0B051D02018A44F7AD8ED080E0985401 , 0x80300E7918A0472189F0600F2CCAE169 , 0x645ADA022B194F3E98A4FB31E35FC4AA , 0xE0D35DA9FC7047D99D1BBBFE73D4D8E3 , 0x699D5C13465942B9A9E9369633CFAC97 , 0x006B0FAC78A441D4A2122E88262DC3A4 , 0x75FAAD870595455484EFACE7F7957084 , 0xBC5E02F259B548E585DE758155C448D1 , 0x767B10465EDF4B1F8BE0BB79AB01E2EA , 0x0198CC7C80E6738DAB2E1A58FF4ADB38 , 0x27AA62943CF048E09BD8093368AF4DB8 , 0x49C262940E634627A83A2D8900CBCB32 , 0xC86E86CC17BE45CEACAC8DBEB716AFFD , 0xB8D46F425DDA480A94A63288EAF9A67D , 0x0725BBCDC18043BE841F654DFCDCA1E5 , 0x2028A3A796BA4650A90862C4055CC2B8 , 0xAE1B6E1101974395851F687B7B654931 , 0x0ED3F56F152D45658B1109B1A9FEAC68 , 0xB525F8818BB94975BD6D612C4B661597 , 0xB1ADEDD24A1240FC89C0E548CD042C9F , 0x917C0DD471714A44A2F46430182D7FD8 , 0xEA4EE62ACC4944E68D8E9061D46211AA , 0x17EFBFF5803D49B4A767BCF0E90B0019 , 0x2041DC300CD2453F9887CF0C27AA41A1 , 0x2426EDB12DF4476AA105EE6DA57AAC54 , 0xB1DB8DA532FA409DB65270ED2FDD7BC1 , 0x396FD0BEC6754AD6802751A4953AE4FC , 0x759717227C7643E1B6F11815A203B3A3 , 0xFF39B738341A4E009B3EA51400377614 , 0x5B9D56B870604CA2ACC275329FB15B5E , 0xED3AB2A57CB94CEC97392A2D4E4FC2F8 , 0xC93ECDEA10EE41A9A587AEB88F1B08F3 , 0xC85A3558DD2D405CA0F4491A6B52614F , 0xCCA727003FF54C9395AF451195E7279A , 0x4CEB08EB683E48B8BFFD988441CBE0CF , 0x7D8C5FFBFED14CB287D963F77257F14E , 0x3F30F29A06154C5484CF504113B9FC5E , 0xBAFD7DA5004440E8B75178B8111B1997 , 0x2E3DC9F7477B4513BC85FF8A3E5657A3 , 0x83B0325614F34545935E328749624138 , 0x7BC6E268B4984369AD86B528D6A919B9 , 0x9459332A94F14DB28A93466A607CD029 , 0xCB28D1924D864D0E8F76280F83A6754F , 0x8CB0EB0EADA24635905CEC8D3F1D71F3 , 0x11CA2DAB98DF4ECB9B9E6EFF747FEA10 , 0xB03006FBF7354A93A528FB71C1275DB8 , 0x4987134C36BE4A2BA051D2C6FBF5BFED , 0xE77B63D8F8CB44A4878FF27D24CE24BD , 0xCF7D8177327B42AEA09859034A7166AA , 0x3C084DEF220D493CAF032AA1931BC1D1 , 0x842D9707EF1343C2A7959E67A22B6B39 , 0x6CEC4DEF5512442DBE7F8EBC169B99AF , 0xA86DE63A08B04FB0AB63E1FD0055D23B , 0xB06E1B7BB9814476976C4351CE7F42B1 , 0x123872DBCF1345F2A1B38FF1B6E1D709 , 0x01DB2418EA7941C5923DE1DC12C39645 , 0x327337D82CFF477A8B2969ED8C94191A , 0xA3ED2E2204F14A108ECC492364CAF355 , 0x299DF76406224633B1554F17B7C29774 , 0x90C5EDE0B2E94251B2824DA55F903453 , 0x078ADB73E433402CAC1D0FB79E5BF8C7 , 0x263E50A70F62437999C52BFAF4D12048 , 0x98099977618846FE80E141669A36D6D5 , 0xD921EE213D44441DBF25538CFF506FBD , 0xAD954713D8574B38AFA2398C7BD66C0F , 0x7260BA2B578748ACB6FAEA9122190BA0 , 0x195E796BADF14EC58F9FB64787588EFE , 0x2CA04ABCB39D45F4BA3679C5D31987CA , 0x221FA49D612549F08F09AA9E3B90AC20 , 0xBBA2A0852978402295F1C7E10D5E4803 , 0xCF5E6D5586A54DC4AA912896D745D722 , 0x46E6A1DEDB50427E99AB637C736ED176 , 0x8D2CFDD4A5F54B59902A11851D033E54 , 0x8C83D48FD4BC42DEA428F0566B1C1159 , 0xF2406EFE382E4F49937E837FE25BF33C , 0x0C888F16942345A4950FA5FE43BB8185 , 0x05156B693E6B4A69BE607897CD9C09AC , 0xB570F0F14AF04DD59E3472B4200C921A , 0xB32EC1DC6CC74DCE82575018D41B6810 , 0xD83A3E11D54643B3BD70857E7153AEBE , 0xF3C11CFD48FC454BB7F0F46D9BCE33F5 , 0x2E2027321B61404ABEEF63F27C02C8E5 , 0xE070C6060A1D492AB557CD300DF10A68 , 0x93BE2DB9AB73440C9F44D4DFF869B6DB , 0x87E8A336732741CCBB5767709F69448F , 0x00F0B091171B4395B97FD73ABD185CD6 , 0xC7AAAFF3E1D24BDAAD4E5ACA59C2240A , 0x02E134AE0EB64719B5CF4547E75DC4D5 , 0x4C5B60A0500A4EABB9E45220E749353A , 0x86B09D0370804DB68DAA0543C75500DF , 0x7C91B0BFA1934D46AB3FD2FC66867555 , 0xEF094217B79440C29FB54A57D569967C , 0x18F087BA32B6407BBACBA7C1F5B7259C , 0x4A3774215AF3449697142DD4E3B95F98 , 0xC0222E973C85450798BE8850EE5351FA , 0xF9F005A3A5EF4E34A411BE5F9D070933 , 0x410118C8E60B4A46BFA7A81479A0958A , 0xF9C009DEE7CE44729D8205EB983C4F7C , 0xFF5B4859EF714E4CB4B8DC9DE071262D , 0x73E8E9F85D4C493DB672F16C3C916593 , 0xC87D34D5C4D748F28DA1AB6A1AF3DBDB , 0xC7294D6120274510AE2B844C7B40AD0A , 0x36D3C708BE254C8D80EC77DD7339BFFB , 0x0CDFC35F743A466C859266BA97E366C3 , 0x778293E4A68D44719A6E09A9FBFD9A8A , 0x1248E272B4B9476582BE4D4C910A72BC , 0x0198CC7B794C70C596D1DACC3C20C773 , 0xB995EE0ACD5B42E4919356469A44F07C , 0x52446F91657F41ADABB61429EFEDAA1E , 0x0198CC7B42C87003B7667673259ED040 , 0x07FADA449B96423FA8433F6EB116494B , 0x6679A0FC857D458C854C6AA0BB9CDC34 , 0x09A0EDC9672347AA86B18C89FA4AB4B5 , 0x5B097BD435E848F699E62A1F4D526C7F , 0xC0938ACCDE1F4174BD1257612629EF9C , 0x84DB882D5EEA4037AE04BBFEBF4B8219 , 0x04E2D9B50B024EE1AA1D7DC56A5DDC4C , 0x0B11C6B3F6C24ECF9B7FF0DAC8D69723 , 0xA4B08D7E53494823B9DB9AAD286338C4 , 0x2A087B679BF241E3AAAB6C1D75DE3D3C , 0xA1D210E732B14ABB9DD022771C2D6A50 , 0x32BC5D95630145DAACE7E74B0905133C , 0xBC2A9569EC804D2B9CFE477D56D22707 , 0x3C823C1A270A468B8070B06EA36F87A0 , 0x7B99194BFE6E421B8D0AA89B27A01A12 , 0x426027AE9AA245EE8F136ED2EC8B4BD4 , 0xF4738ABA146E4C76AFE08DF67977AE26 , 0x71631DEFDBA54ECBB561FF9317951627 , 0xF80BDAD559714609A111DA9F3B13EA9D , 0x1D02727F23B346DF923936E0DB86C754 , 0x8A6708AFC5644B41B574817639939A1C , 0xBE9981C98EAA407DA40960AC1D2BDBD2 , 0x3961E4D4B5694F32A71C9F545E1463D7 , 0xD2AB28AB385047C1A04856FDE35C6C0D , 0xE7575D54C9FE443F98C5CFC50DF9C398 , 0xE8C251237D3240BE8D3FE4B4B199D54C , 0x1242731632944B519E5CAD835A9CE781 , 0x5A39A72570E544189B7F46F753FC3063 , 0x3FC92DEF06624A42A050CDD926273A55 , 0xE14FB6160E7140A48BA32B58927F9A31 , 0x5C67C511F6944DF3AC8E19EC862AF83C , 0xC4642AE7E3E14468B7E384F376400530 , 0xBD6002CF08154BBABACBB5A380DCDA20 , 0x1D9DA3D26A4C44DFAD990FE91A01AF6B , 0x06F759D99D7E4DEBAC132DA0E27ABCD6 , 0x47FD66B6CDBE43919BAFE81BC8DBA96E , 0xBDAD675F39C44090A2EDA76D21FE3696 , 0x02995413D6C248E38AF849B631E26C0D , 0x4DF3329A2B5745F38D8E47A9D622D696 , 0x351766DB24834309852CC2886F45D3CB , 0xBE5F041AE3014F1FB42E0A82E6B5D7C7 , 0x210C493767324E43B5F72408E3B03303 , 0xC5A7941EC4AF4197AFDE9B553ABADD82 , 0x0EFA71AF83864236AF70EED5E2477D7B , 0xDE60E8C91AA24BDAA1132ADF8769432D , 0x670E6DC7AE104D428AA1D9D1A3C596FB , 0x50A1432A03A5400C8EDEA57AC6906CD6 , 0xF316E9150A4A4575938B7AB049475F03 , 0x763A62FFC8524B5E8CDE6E4B63D20F87 , 0xD95E5AEC89724844A46B61824FB1C774 , 0xBC682318F5FA45F0882688B264BD3EBF , 0x91631143C2984C2F9DBA27F2AA18CCA4 , 0xA57835DC1E2A4D37A4E375DC7DA7EC70 , 0xFC8986EBBFF24DCF8A2A3DA57EA7B3E2 , 0xFE039F02196E4B5CA658E9C0B67B612A , 0x004686D8F760498391F52EA7C8BDB640 , 0x22EEFC3E4E8647F6AC9096672CB8EDF6 , 0x8F3502D374E14B9E94862331E65A507A , 0xCD0E2E40890A4D15821F2359F2C4EA2B , 0x3ECBABF78CDE443FBBE20C3F7746E105 , 0x0D7BEEA0B0A0493797CCA962F2133FCF , 0xECC13E058EA74F999D89025EF24E200C , 0xD8B7AD7F1790433F9EA3D95228DE6390 , 0x6F35CE76EBAE4B4EAA0CB3CFCC7D7EBA , 0x8601FA9BA1444B558648B0DEF7006A58 , 0x8AD0FA1CB54C4456AE91C74BA0DF0FB3 , 0x34A629EC7478437CB2FE74BF21ECAC32 , 0xCAC0E859BC574557B35F78FF09B0E8B5 , 0xF27F12B684A04CDC8F4D0CD858C5BA56 , 0x513820E734B841BFB7A36D40271268FD , 0x11945980DD634F8CBFC3220CBAAA2B67 , 0xDBB7D665B7AE483A85DDC00B00A6F4FF , 0x1CEFBDEFF00B4005B50A45A8187C459C , 0xA38274ADF70D45419F15B6A5AAF8DF4A , 0x7DF94DAA66A64BCEAD011F93B55D8B9D , 0x2E87E42A3D8C4AA5BD4DA7D0C851BF7E , 0xE7123A43BD2D4C04B7F884F5F5F4EC83 , 0x8A5AC200D25D4899AD75E11B6302BE40 , 0x57B06521D3FE4ABF934D2B565836203C , 0x5D48E465F9A24E8A8B8F92844009B553 , 0x1079BCE747F04493A0B784B320384A9C , 0x24568E105B1C4CE39B7004ADB96560EC , 0xBC64A70A35A6418D817E62896EBE84C3 , 0x7AB660DF1FF04A8C9D74A9E1AB0C387D , 0xA85FDFE29A3C4AEAA52BAACB7C4FE95C , 0xC0990CE6C3C04654BF8DEF2C3646FB58 , 0x6632D9776FE84BBA961029784E4D1B70 , 0x27760BDA084040E89B4CB4EB5ED70502 , 0xFE720B4DDEEE4981B54F628E3370D344 , 0x17E55A566C5F4ACFA9043F13095C5176 , 0x107AF436BC0643B6B104EE748FB58D76 , 0xE0B6680EE6684E948069AF0D6D72C2CE , 0x3084543115D3461F8706A53EA1608DEB , 0x5A5625DB9381412980F9430605B6298B , 0xCEB8438537014224BD0256A2FEFF1D66 , 0x6FBA9275227E424C9DDDBAB4E121CE31 , 0xBFA003D2278C4189B6394E0DD84A8763 , 0xC09FA05CD9344A6B83B1EA7C01136F46 , 0xE7572990BF90464ABE316A8714C55DA7 , 0x962C617E8D994FF6B0C25AAD04022B67 , 0x5DC2575BF14F49E8B4C43FDB4937E733 , 0x6F58D7518D524E7B86495A2C5D614497 , 0xBB1C0A1278A144809A930058A52D6A84 , 0xC86D452F82BC4B1D89899C7D23CC5B3D , 0x025717D91C214397BB2E830AE2C2B1C0 , 0x999EEE8FE1D54280BDDFE719F06D5411 , 0xD6FBCB6BC1FB4C4FB3C5374EF5B5B67C , 0xD2F2E561FD094F4FBD06D5CB92984763 , 0x91C10139F3F946DD995878D8E2922800 , 0x6FE67781660A4A79A99071B4718EF0F1 , 0x6F83FD21CFA243E09641B0355A2817D2 , 0x56D50E48B02249C4B5BBCCE41A1C072A , 0x8E0C64F417264187AFB600F36ACC6D22 , 0x21397090760D4DE09EE3C08EFA95B2BA , 0xAF35A74DC8B64A1793D07FE51394F187 , 0x41076EA5E5CC4F58A625F3E80397021C , 0x9B2943C29FD2445BAB5C0A1EB2A939F8 , 0x36C5152D4CAF43ACB0BA66D500106962 , 0x24C6C5D056014150AEAAD045789A4085 , 0xC06DA58BE45E448CBDAFE048F8FA34BF , 0xBFBAB1674B4E4C1EA8FECF9E1C204E22 , 0x429ED5DAF1AF45B7A2E965AC7F34AF24 , 0x707BA3AEBE594A088336C14F922AD23F , 0x420C3873775C46E7A98AB056321E6A91 , 0x67D497D3749A4041B2A4538410C001C0 , 0xF9DC162AA4FB45228ABD83B88A609623 , 0xF75C810483364B588E6A8C694692E113 , 0xC9B9D27D0F8549C4AF53F140DB0CAA3D , 0xEBB547A12DE34E15A17E78BCEA1CF096 , 0x07D9B04730414F4CBD2678F7C233D003 , 0x872ED89E150F40C9BA8C90376412E172 , 0xE977F7820B97441ABCFE8FAB11EED316 , 0x019F1BAEF2DC439C94800F80DC993CB3 , 0xEEB163AFE4E14577B255A759832208C5 , 0x95946155129944BFA0D9705C29117F82 , 0xB3A3E2DF2A664896BC11F2831214441F , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x9E81CE7F104642459841330A142790B8 , 0xA6DD34E9CE3E4019AC3A7C4A75EE8098 , 0x11735682C16940AFA1FC1CF7FA42031B , 0xC2773092517344FAB4B3087C14448769 , 0x08BE2003E1CF4CD8944F32E3CC851ED0 , 0xD53ED79B907D493B9BCDACC24C071D00 , 0x30079DE435164200863DE00BEA8D10FC , 0x9AB123ABD0884FCB98CDE675801D9A06 , 0x7C6DD584FDC7454ABEB6C9355F995FA7 , 0x73CC29371AA84E8B999A699A7C091D91 , 0x20D0BCF8DF1A4E4F9C61E85C76C9002E , 0x1F6F0579F1914580BEFC15630EFFB9D2 , 0x2094054B3CF1430385B3B74C04ABE2D8 , 0xC78635FE661641F1A2D44EBCAD1FAE41 , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0xE7AE424718304C01861A6239553E82E9 , 0xAA2D24BD2C9749FBB6AA8E866000D198 , 0xC09CE18224C649248A8B0CB0682B1899 , 0xBD9B273F45AC40478A3165D9F8580223 , 0x97D90C55E1F4421FB536210F0F36D324 , 0xA3296D93EF1A4CC787DA180AE9844796 , 0xAB8775D01F5949539DEA74CA9A4A3E9A , 0xF2B436F79F9844D3A78C6EBDEA8541A4 , 0x77C7B28C53B843138B9E503FC3CBAAA4 , 0xE5E15C4665104BF5B544649B13A5BF22 , 0x0A5564654F004658B3B6B0ABD98ABCC0 , 0xDD4C026B9D054691BDD6AB09F04CC83C , 0x20C641CB1CEA431BBE6B68C2E5545A1D , 0xB315B8FEC0A54B11ABB7B4B44567A873 , 0x3A7B2E70A0F64DF6A3CE19BED344AA65 , 0x761819060E624CD68899C44ADB4EBAA8 , 0xF2384F2A3E4E45BBA48B1E139EE0D0B4 , 0x56DA301FE32F4AC5BCB9E5B5D708FB34 , 0x45713BFF7B5B4538A2195DF3924B55B8 , 0xDA714EBB8CB54BF79277A88EF1CFAF9E , 0x04488BCF0EE84F5B84633A1AF9458006 , 0x9895C2D08D944C82BAFE7098CE209427 , 0xA368FD3743B345E69FB9210869F97FE1 , 0xCF62EEAF87EA44648D024D5E6D0F0A3E , 0x6B0860CD7CCF44E1A82886EC95D194DB , 0x4977677409F5431AB144D177646D75E8 , 0x9AF792248A814E3E8FD1C0EE213F1301 , 0x43F2A64568EA406B8FE4D6DC7A56BF4F , 0xD2B02104494D431C8ED9265A1F9EB2BC , 0xD96A6504CED547CEAC391A2C17B3CF52 , 0x4AA04414FB744C1F8F0C45A82D30A5BF , 0x986015FB8FB54E8086EC2F3D329CE332 , 0xEEB7D90A6F7742A0BAE906C7C237C781 , 0x9548B4B3A0F44CA1ACDDBF2A52894A71 , 0x1DD6AECCB6214DEAB8FA2F619E5EEBBB , 0xAEB022537E90405AB675ECDB15F52117 , 0x91A66417D50D40EFB13442458F32EE16 , 0x23E8271FAE334AC0BB481FA2A0BAD4D3 , 0x2A42A0F4A6A84E8B9B6A3E5F08C9CDF1 , 0x5AAFFAC6AE8E45688B078C9A8CA15C0D , 0xE942D9014655479DB3D9E635B59810F2 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xBF0D5734973D47F3BB7C62E07BD40312 , 0x68DE481656174C3192AE115D2059C286 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0x891F9601EC2E42CEAC06602FA9BD66C7 , 0x3CEB37A732424262915D394BDED5A67B , 0x94ADA67DB17C483D8FCC267725CD745F , 0xB3D5CFDF93044F0F9DA63E1BEC0F498F , 0x3479AB5415E941208DB724336965903A , 0x6BA8FB3FC1724476AE18010F1C64BD94 , 0xBA6462E1CE9D4920B1D4443BF5B4B453 , 0xAA50F442B42D4A1A89601286F992C66D , 0x201ED12524604C6F89B0E5038A3DB06A , 0xB54A90632E0344A4AFBC8C69EB57834B , 0x3CD16D650ADA405E8851AAA84C8038A3 , 0xD8C29AA25E6C4AB8A522BF7B9B0D98A0 , 0x32A8EF9FDA4147A0821024430E58BB0A , 0x247886D0B3B14A1BBC60287EAE099276 , 0xB2D7FB30DB00465B934AEDC1CA6371CA , 0x004B11B664424995968A6294D4EA4AE7 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x04675F9CBFC54E17B4B45D53E8228A12 , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x7177816FFB2A425A91210165406EB73D , 0x0198CC66B7CD73E89BFC31BFF9C3E43C , 0xBEB7F827536D4C0C99A65B29CC633566 , 0x02049224C56347179FA4C013E2CFCD8F , 0xA6091BA656CF4F73A7B1807AB047641B , 0xE268901044D74F4997C8798505FDEA63 , 0xD9D87897BD6C49B8838C356EA465B8CD , 0x882A0D90845C46C9BB019659A615F235 , 0xCDB1AF3E95D844E18D240AB84A3493EC , 0xA81134C44A504D4F90822C0EFECAD5F2 , 0xCA36542C88144A32BCF8123977BECD7F , 0x1A4D42041C444323AA4F77F41576C402 , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xADF28C1B866641CA80805EDA0F657E47 , 0xCFA428B6B0014B83A4865FAB29B579DE , 0x9E43A614F83540769B8D47B80B0090E8 , 0x147C921683254C869D791B762F581652 , 0xABBD0CD0A6984868B486EA1C8BA1CA42 , 0x7E29158E58CB430BAB0A092D50F183B9 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x1B4131453C034D7E9AC2B91672FD353E , 0x084D8960A47C43DF8721E404766BCA3F , 0x5702FBF152EA4CFE98668D8BC9A52079 , 0x00D4D0B014FB40AD860B02AE1083755E , 0xEC303C85D69743938F334C6A75E1A814 , 0x82D04825F1504BCEA5E589BD51A42DFC , 0x31735EE394174546B9A835372AFA3ED9 , 0xA564DF702EDC437F8B2E30452C1BD0FC , 0x0A02E5FE097D43EC8736119F01B68776 , 0xC18F79F769C146D5BC1822F1C8A2A998 , 0x85C254F4350F401BA4756D754F46FD1F , 0x51070503953F46338AE553AAD8369B0F , 0x73CC2BF819EB462C9E70ABB20990BBDA , 0xA3C52DE62B3B41B1819F8C35D9DF9230 , 0x2EC241AD2879442C8ADC75C286F0F9CB , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x1C2829042FC647F2BD5BE0061C122647 , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0xE4E45D774EAF4320A278EBFA73EEE2EA , 0x546F7991CB24470995915C6A6A01EE9D , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x686BAA2F4B7C4C0594F09982479CB461 , 0x81A0BC8074B04875B081E7E0668909EE , 0x7E09386BD7C14F608CE931E45434BA78 , 0xD4888D31323D443FBF35ABA5992693DD , 0x7C86C5D847F44081A2C7F8BB5EAD22BC , 0x8B4CCE12BAAF42C2A60B5EC61ACE6377 , 0x5A5DE028EA0447C9A01CB7B886217E11 , 0xC320EAD153A245A7B4E0EA7A021D40A6 , 0xB76CF509D64C4127AC6069B21F383205 , 0x3971F7DF1FB94315959C080E41EC728F , 0x2BD9675941344B9EA596D22BADFC298E , 0x474407C721B141F293E170C86ADF875D , 0x3209FAD6BCC24919A1FD8CCB513D354D , 0xF63A700199364809B03AB723E56C2B9A , 0x1993871D880F474E879BC108A197D98D , 0x5F6D55149DA14310BD6A08C07D0AAD98 , 0xC1A6825D67F54F7C88C73DDB3CE1303C , 0x5FA9A2D42F1F4989B9E5D34F466F8D23 , 0x34F83CB8388B4B1B834F9A099926CD35 , 0x2742B8478B8140789D40AB68D37E689B , 0x80F726953DEF42CAAB298D541BA142E4 , 0x233B79BD9DCA46A18CC777BC617EC1E8 , 0xF57C3E1BC4B94FFAB77741E08A66A7C6 , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x6D0A66754C094EEFA18198EA2D20197B , 0xACC864C0BF86429FB59BDA972C31599B , 0x92D177D912C442A1B438BFAF967C26A4 , 0x36219FAEF1EF45B6B2E3BA126AFFB7D2 , 0x0198CC7F3E447214A848528DE060A0ED , 0x8B2D191ADBC8495AAC0A0FDA910336A1 , 0xE0FEF45EE5F14A2EB64EDAF105285BBB , 0x1112E49DD43141739D98BA6E739D0D68 , 0xFF869228FB8848A2B33F4CB8B07F2E87 , 0xF48839F4F45A4440921853A4F73020BA , 0xEFD41CD80324407FA1D76DCFE568D4EE , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x5AD0A75B35EA40B780720CF5B915396A , 0x1AEE9E1061A447ACA5E7D5BF626F7184 , 0x2C6F84A742EB4FCEBCACFF84F9A37F4D , 0xA5565134734E44C38A5B87A1147DA752 , 0xFCC702A4C921415AB52281E3A9D24DA0 , 0xA182D7E966DB4DFFB57FB90D5B12DD8C , 0xA339938EE1A14087B010804547E59490 , 0x7739ABFC1CDB4CB4BBAB8A6B647C3613 , 0x27055B15F2B44EBB8AC0CEA6F4BF5E6E , 0xEF703AAEB7D742AC8DD7660634531135 , 0x31A4298CF1494FDFA13891A60D7C4844 , 0xFDC5C63B921E4DE49E79D66CBA61A87F , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0x1A4C4EC05E1B4E199324351B25D3F374 , 0x53BC052C6BBF41848E2AC9285A02AA09 , 0x1BA80EE4D019453BA2AA88F20A2954B1 , 0xA3B25FD1F93D40FA962FD9D1B9D76C21 , 0x2D8FB38A591E4E009807285F5EF13E25 , 0x4C5B0074BF0A482BBC460D67771E3A0D , 0xD161F82EDAC0405FA89FBED9B91CDAEE , 0xA4E7E53AD0D74A4E8718F97878137202 , 0x87085F7F038E409C9CA71CB6709476A5 , 0x00046AE9FF6845BB9F8F777F05AABB42 , 0x5B6F58BB3A6D404EA6DD97ADA0B329EE , 0x5C03EB1DC4C44395918697871B76824E , 0x31B25DF3E2C44089A8D2E9DBB0360FDC , 0xE026D0F08C064093878FCF9D91BF61E9 , 0x481078A8A1154B838281D129F2C084CB , 0x0A38581650A342BB97478E5552350B97 , 0xA70C2B789EAC46DE93D3386F09C9A1DF , 0xA9C379431F9941C2B6A895746AFE780C , 0x26E8FDB6888C42FB89FA1C7E68709402 , 0xC358E3AD1F374179AAFCEEE631652193 , 0xAE40DB904BF9425B9FDFFCBF89C4F617 , 0xA0132F14F2614BBEA22020D36C8F1289 , 0x2430641EA69E478CAC492C148770266C , 0xEA1652ED0E15455B8AE363C29F52C279 , 0xA6A99F9475354A60892D173B04034D30 , 0xEF99AE67A8F34E458157BFA21DA2E93D , 0x3D2CECCFB8E840378A25D7FAC6EE2FC3 , 0x3BD15E46F3234161A3A86AC171766C25 , 0xC863E0641C3B4E8DAAF7DACC6385C1AC , 0x986B22337F9D49589976A6C1E914E9D3 , 0x2DF2A8BACBE24E83B3E1CEECFA8CF947 , 0xE98968347CA248549A36038041A70D46 , 0xCED7581F97E34DC28784BE92A4E9C818 , 0xB9DDB8D7041147E6BB641CFCDB4A7748 , 0x6279E85C754A43909DE87F0D3B858351 , 0xEB4A2C8CB41B42D1947B8BC76EF16B41 , 0x354DEDC90E1846C0A478EE2E699CF29C , 0x2CD2E2BAA8884A509E9C6FA5A21AB42E , 0x239B24564C8F48F3BB7FCEC7E82CA121 , 0xA4566694F5354A1C993527ED1EF82A0E , 0x9B3D94CA7CA0431DAFC9050EF3F9BE06 , 0x2DCFDF6C5C7C4F7DBACDC994F955863B , 0x26CFBC7A02BA47849A00E627E760AB87 , 0x550C64CADAE74C1598B8EEF6429BEF2D , 0x439B6AC8203F4924A303E0073AAB0CB4 , 0xED08CA2FFA764F00B45275D2D78BA76A , 0xC8F99F4ADE9E43C98A254E862BC11170 , 0x5C7DEF33E13F4CA1AD48E9654B86F947 , 0x4A7BAAC4265B456A9BDDF3DA591EC5CE , 0x8CBCC1051ADB4A9E960AFDB22ABC80C2 , 0x9EEFF8E2C50F4138B90341E585968A96 , 0x1FB7F084A0114A17942A44D159E7AB0E , 0x1F85AB92EC3E45AF9583B335E22DF901 , 0x7134359E2776410E9843051CC710945B , 0xE5D9910EBDBF445E82FBC040651DCB69 , 0xD133C375EFA24C05A901F1D76F689268 , 0xA8FC77DE512740D1A0968AA9D34E912A , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x15746B398E0B4224B357CF603B6FBAFA , 0xAB789CE2066E472AB512C5B572559FA2 , 0x22E6DA6830954081B29C53017BC8FFA5 , 0xEA78684BC1224F908323395807C922BA , 0x42B8908606704F56AD2B257E6CE363A8 , 0xBB8D0D8607FB48C593FF210266C195B3 , 0x9BF28ECB49CD482BBA0DF9BE9B8DC7A1 , 0xCF45EB60253946D4B586C2B976AD588C , 0x583BCE19EDBE4217944E7D6DC19D2F75 , 0x63EF36C39A4C40719A045AB0B55AD36C , 0xE99F3C4BA046461383A9BC673D0B87AF , 0x9E0A24038D8D4B1380918E3440EB6B7D , 0x57CBD7E0AEBE42E8B705EDC0BC913CA4 , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0xED8C3D55396B4054BAC6E525551A4B72 , 0x91C047D4AE304B3BA0514155F2E018B1 , 0xE71BC9B393FE4133BF1FB32B20FC1F32 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0xB4654E8B79D0497EB735B1D3AB6C1A47 , 0x4A12EF461CA2499EB0C4CC7B762C972C , 0xCC362AD47B624F4187833295ED72F051 , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x83AB4B4C265445CDB204D27E9CCC7A1B , 0x054825AB00664EE780D762BC63A565F6 , 0xC31991FB42A9432CAAC16ACFB960E7C8 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0xFD12380C45A64F7AB34881B8A9369509 , 0xA45B956198B84F1FB6FF13EC45245ACC , 0x4040F5071B454DBAAE3B4BCD172BB0D2 , 0x3F4015E99BCB4FC6B66850E532D3EA61 , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x7ABD39251B884DB38D6570F67F42EDBD , 0x302C26630EE74FF28738A844ED269886 , 0xA4A8C86177954121A5C1D21756B47A2B , 0x9715565824E8455AAD45447D487D480D , 0x3D0E2CF2730D4FE5B63FF578B53C6A97 , 0x1D8CB0A656654BC580C454F327E7CF44 , 0x3A463F4654D445B4AC9C276C9A1767C0 , 0x5C8CCC79ABF34ACBBA63EEE33F345362 , 0xEC1436DA1E4C4F03BB092B218CA78CB2 , 0x6DEC6491DB8E432D8977216C47718247 , 0x8771913A495642158E822E0E07BDA289 , 0xFDCD2583118541FC9130CDD0E73CDA04 , 0x24F67A89810B4DBE85FD85C0457DADF0 , 0xEB7F563A51E646888AC82D0BD90E53B8 , 0x9D72BFFC5DCA40AD99FDA7AEF80ED584 , 0x627FADBA6CF04A98965218D2AACCBC10 , 0x61263D05188C4F14995A4C68A8EBD27F , 0xFAA8B8E56D61438CAEE2D21F8ADA602D , 0x2992F1FE91F14E30A8709F035C50B75B , 0x9B13EEBAC1A44D73AF33013CE07DD927 , 0x607909EEE162408FA1A59A6A7D84707C , 0xB7BDDBBE01C144FDA09070A159706DD4 , 0x2070C1C33600459DB6737C6F3F590C27 , 0xD5E30A9DEEEB41468B2430DD34B03335 , 0xCFC910B80B5245AB84BA0CED40038BDB , 0x896E272E84D64AE082D4FEA02E1565ED , 0xB532FC05A60B4CBEAF3A21726609014B , 0x403CABD37ACF470D83FDF788492FB50E , 0x4D2BEB7206CD4B279E8E71609CFC8C4E , 0x374BA3B5D7ED40BF89E11EDA496FB7C6 , 0x5DEDA1211A3C42CF9A453AECF6EBF3E3 , 0x5C877C91644846499312721B3D736C7A , 0x9FE900304B3C400096432EE937BC1641 , 0x1A1D1F47D14A4CA7B9C26AD89860C691 , 0x9679137632584753863DC17B19A2FC85 , 0xB5FAD744249A4B6C964C1A057F99481C , 0xE48F7E2131504EB1AA4B8E4C7653F720 , 0x054F372BE2194584A2FABB89D2CA483E , 0xA14D45ACFC374D0399632F200ED0D82F , 0x6DE5074E7FD7463A80792F7FD0AE08A1 , 0xA8AB86750D2A4739AD7688DDFBD6EF33 , 0xA7536B95B579401EAF028DC3DA9197F0 , 0x6810BBE463EA43AB8EAF0A0B5168791D , 0x2CF264BD00E44FA29E37DFD4A2C981A7 , 0x31205E1F673045538BE582C9FC8C22DB , 0x23A6C4D09E944347BD8365876D209E9C , 0x841E29E223B842F29E320E5C5F2E51DC , 0x4F35B840A0BB4DD5BBAECC57249AC535 , 0x60CBA981CEA144C2BEDFB3040C1AC083 , 0x7306C4D5A2D346B5BB339FCDFE28CC1B , 0xA50157E076D94B1AB4A1744CE270E8D0 , 0x2AB97282023A4482ADF03887DA54C977 , 0xE9BCA89EBB9547358779FBD8E7653FCC , 0x2A9F4468CACE405D8E32A3664655FF7F , 0x0198CC6678E47330B69D6135908D97F3 , 0x31DAF3ABD5CB4944B9F423388B91BCF4 , 0xC782CB835F3143888D572022A4A15AA5 , 0xAAA3896325A74534996279F0CF3E4EFF , 0x19F96C2213514176BAF34860C6766605 , 0xD28D3A6445A94EAC9BFD4357C19968F4 , 0x4984BABFCF7248D2BD5C79618E10DF03 , 0xCA1758689AAE4671A78632E18DE7E623 , 0x404AE31328954E1EA8C92B9BA4E187CA , 0x3BA24E5C352A47ADBB7B44A5A0FB9713 , 0x87F4BF8BB777438D92B9EDF11E4808CF , 0x2A94511BC4954F2CB2026BE324CE02E5 , 0x70CF20607CEB4142958787DDB7A0F3EC , 0x58A73A1465684B519DE7DF61B3180A28 , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x618117809A6E413F8C3C1FB0C5AFDC36 , 0xF0C0473CC93F4087A8F6C43AD80A060E , 0x6CAC5C8418864D1E83240AF4A4918714 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xCAED7E650A0C4EA597085F5148C59AAB , 0x590789E000FA4A49AE4B28CED70716D4 , 0xA812FE02A0944D2FB679D70FAE070147 , 0x85C372FD4E0349628BECD740D62142B1 , 0x4F0A031293AC4FDCB6E1B244D112EABB , 0xD548483F01734FA9906094B9C944076C , 0x80B654B1936C4848BD32C15DD652CCC4 , 0x1E700370730E48E6B32CCC72D3363C7C , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0x6972481A7E734C349DDF8BE2BCC2EDC1 , 0xD6C2ED6E82254FC9A502A5F5E1D26356 , 0x1F535F48E4EC47CFB5C04653C5B00B4D , 0xBC54D495F82141698103436B43896042 , 0x8F71BF4F636149A7BC6E1B3079F45821 , 0xC640A703821C494BA8BC9862915AD827 , 0xA7DC85B0FB5547969949DFD4A247AF1C , 0x47671FCC33714BB3847A0406F90A0589 , 0x283DAB9673E74A2BB4FCF96E6752A5ED , 0x44D6900F77D6428096F0D44C38802CAF , 0xFB3BB423697249CE8528963A64B7204C , 0x5A0696FFDA1B4B3BABE895523E71BF57 , 0x353A7CAE13194ECDBA3ACCBC23C2DD47 , 0xDC47F82FC04342FEB26FC8BE03D02E48 , 0x6B3A07236B9E4ABB97560C060A10D671 , 0xE8384C1971CA4D4B8787088AFBDCD578 , 0xBD7A78BC52D347328DE55D912501B2B5 , 0x7A7EB1D6D2A14A5BB541FC32B561BE32 , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x0198CC66985E7384A9E6B74CF8EE2DC5 , 0xE036DE634B8142F9BB7FCFE2B95D2B61 , 0x3A7CC27D22C44E6CB23F688001D83F9D , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0xC6F681E0EA1D4C69844072A65D07BF8F , 0xB1E9790332E54D3488A06AB013689BB3 , 0x3B4371C3DF074E8D906459AB46DFC83D , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x27BD677CEF054F8CA29691C8EC5AE631 , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0xAE777A0418834992A68BC3E2D6F4F23C , 0xDC25A659B6F64EE9A0D9DC0A908CE5B2 , 0x52406E4EAF014AB09B1F417E25F5B7E1 , 0xD722D8C2CC224A3894453EA0E6EDD748 , 0xF645A23DBBB94BE8B23B923C76E3C7D0 , 0x7FACF52F30D24081B647DCB72ABD2E0D , 0xE8C96E16EFDC411FBE422CA21950A2FB , 0xB8CF062E55724306AF686D95C3BB393D , 0x985EE16C563248EFBB7EC41C55498B8E , 0xD4F485DE02C84D52BCFAB3FC94B7D853 , 0x5D81B0B6260C4C57B10BF3066285DCA2 , 0xF7BF4A4B2D914EC68E695EFF55412178 , 0x064251F497FC464F86EFAD5FB2EDC697 , 0xA96845A093A3440788BE7B3AC34FEB5F , 0xA99384528610462C9810689AAC1F2463 , 0xE69D82F05CD3490489A4FA8B6AB69DD3 , 0xCBCD83969A784F79A80CF7C950700D16 , 0x0198CC660FCA731DA76B5B9AC77FCAFB , 0x01BDD843B2E341FBA7621F41D7710E98 , 0xD7BEE9BF0A40497A804FA0385B536CDB , 0x7BFBAEB96D614C138D291E340C789099 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xA0645420AFF348B8AA8C74F10917B1B5 , 0xC5897AE8176144D592821B956072CEE1 , 0x3287E5E8061341379DDDBA51294CF222 , 0x7190A7A5A60F4F4BB59CDF6E217A05BB , 0x40CAEBDC12904053A893BB6D0CE6C586 , 0x3391F0E480214F8399DD6902AB553A5F , 0x55B40836D5D44765B09FD42B6148FAFE , 0x1F43B9EE400F41A1BD2D7F3EF5787255 , 0xE400E19043DE416CA4DDC4C778E55485 , 0x30E5FA2A25F047DD8F66B774E209B879 , 0xEA0BA39C56A148C29DA3E53C759775F8 , 0xF7936B663C634F0FAEE164FACD280B53 , 0x2CAB3498A8AE4840BB83E2AFD6393700 , 0x399F373F45154B26A3A79E9B077AC1B3 , 0x5B26E3983F2F49F7A5813FE76837F73F , 0x0EB83D6A863F45328EA1017EDC68D681 , 0xCCC56164398C4D1E9554FA01EBA424A7 , 0xB03EC85386B940D486C94DFB207AF064 , 0x3F1E838362194CA396EF76DA76B344CE , 0xACDA8C43B3964566A16F8ABC69A1A09C , 0x17E2ADB56020463986BA58CC358445F9 , 0x53BE4BE5CC7F400DB61B4728E941D634 , 0xF874744CC0C448B5A69E69DD90E4335C , 0xB18DFFA8F25443258FAE7F47A5D9FBCB , 0xD0F21C480DE5485F933652B86D84A436 , 0xDC52A263E5DD40F4B1AF91362FC32194 , 0xE64917D2DEF640F099DFF3E1724557F9 , 0x7185F8ED29774D7AA35A810FC49240DD , 0x96703184E4A94DEAA6639AD3B41D6EB9 , 0x6F35A88083BC4B9C81471D8F6F79E181 , 0xADF5DA86CEAE498BB8AE183AC723AF7B , 0x8DF6D9D84F7247098541724812D4A756 , 0x0F655A75B1374B92AF4C6ABCB78CF8E0 , 0x998BB8A81E1B4FBC810C7FA5CD42B761 , 0x6BFC1158030244D69DBE85610CF72B40 , 0xC5A349714C8F4BAD98BB230A05D2B383 , 0x9E19A59AE8DD4E4BB2D5045839B832C6 , 0xF80CAF2ED9D14213A4923AC54B56DD7D , 0xCFDBD6959DB6473FA49CEBB157AD7986 , 0xE891FA63EB724209A3D4DA790A904B4D , 0xA2EDDFF556844746AF79047D752650AB , 0x8BD442081B6446AD9740039ECE37A609 , 0x40E55BEF76824D078E1633EC6A5AAA76 , 0xDF9C5D3284204B7BAC1A90DE8EDA2C1A , 0x0198CC7E1711729489F6E81BD2AA77F1 , 0x0198CC664A4B72AF9022A286965DF029 , 0x535B429B95344043B0147338F7A02D6B , 0x24CBBB46CDF84DC291FE9DE5A1CEE1F5 , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0x5B652B4923194937A09E18BEFA870B52 , 0x23DA38F1B1D94B099B7D1026640F385D , 0x45EDAC81CDBB4B5D91739487DC5E2BDA , 0x43434896BC344DD781EFC6B90CE219B0 , 0xC610E49753784DD3853CC283860CA866 , 0x1C33BC61A6624EE9842D32F20470B202 , 0xCD12F3F42ADD41D3B23985FA87F5630D , 0x7675BAC984A140CD8E30CCEE625890B9 , 0xDDA111616E3D41ED80E67B05D1B1A04C , 0x2B41F1C90C7846C29A25ACAA295AEC5F , 0xF1A768C6B0F849519C1F536A7FE37884 , 0x32C9E8A1D12045D8BE6417B93CEE21E4 , 0x96CEAF9C355A4FD084A3C7B5BF48A914 , 0x48C142CB6FD34917B642BFF0C9FCE472 , 0x1680F2F3C0EC4FF8AABCBD889F19026E , 0x3518ACDA3DAE44029080D27230974076 , 0xD588741B684A4310B31DA17036B4104B , 0x118D0C0ACC704182AD53787AB7A1F2AA , 0x1FA22ADD115B4FCA9B0A07C534CBC500 , 0x34A4D135D41243D5B3A6E234093FC8C2 , 0x37F8B5B249C0499698D6A78F81D17E47 , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x69D5CE94AF8646DD9C2628C188C86561 , 0xC472E4F0AEC545C99F46047687A3B8E7 , 0x6A54FE0927C2473F828A874C6A2AF611 , 0xC7E485C9F4C948BAA4791D7F81846C11 , 0xC36E1B4C6ADA49A5BFC72686F869E02E , 0x6EED07A4BFF4453B8F4BC0FDB98DF67B , 0x3E94BA78383649DAA2F19FEE93C92F56 , 0x887FAB7884184B97B32F3B5BFB02AE32 , 0x1C00C7F7B77A4D26BB3FE147DDE84CB2 , 0xB45B724D1237416DBC2C9C3DF28F380F , 0xDC7487729044444198EAAD719A5CACA7 , 0x4A004A8A54A544989C22D8D3EEEF6587 , 0xA86377F471204DA0B765FDC0A6323D51 ));
Copy
84
3.71 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\x04 jÚ hE╗ƒÅw\x7F\x05 ¬╗B "
b"\x00 F†Ø÷`Iƒ‘õ.§È½¶@ "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"\x00 k\x0F ¬x¤AÔ¢\x12 .ˆ&-ä "
b"\x00 Ôа\x14 û@†\v\x02 ®\x10 ƒu^ "
b"\x00 ð°‘\x17\e C•¹\x7F ×:½\x18 \Ö "
b"\x01 ˜Ìf\x0F Ês\x1D §k[šÇ\x7F Êû "
b"\x01 ÿ╠fJKr»É"óåû]) "
b"\x01 ÿ╠fxõs0ÂØa5Éìù¾ "
b"\x01 ˜Ìf˜^s„©æ·Løî-Å "
b"\x01 ˜Ìf·Ísè›ü1¿ùÃä< "
b"\x01 ˜Ì{BÈp\x03 ·fvs%žÐ@ "
b"\x01 ˜Ì{yLpÅ–ÑÚÌ< Çs "
b"\x01 ÿ╠|ǵsì½.\x1A X J█8 "
b"\x01 ˜Ì~\x17\x11 r”‰öè\e Òªwñ "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"\x01 Ÿ\e ®òÜCœ”€\x0F €Ü™<³ "
b"\x01 ½ØC²ãAû§b\x1F A×q\x0E ˜ "
b"\x01 Û$\x18 êyAÅ’=áÜ\x12 ÖE "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"\x02 !A\x02 |?I\x0E í[ТÍMØ\t "
b"""
\x02 W\x17 Ù\x1C !C—».ƒ\n
â±À
"""
b"\x02 ™T\x13 ÖÂHãŠøI¶1âl\r "
b"\x02 á4®\x0E ¶G\x19 µÏEGç]ÄÕ "
b"\x04 H‹Ï\x0E èO[„c:\x1A ùE€\x06 "
b"\x04 g_œ¿ÅN\x17 ´´]Sè"Š\x12 "
b"\x04 y\x08\x0E 1^M\x1C ¯Žq2¬û…\e "
b"\x04 âÙµ\v\x02 Náª\x1D }Åj]ÜL "
b"\x05\x15 ki>kJi¾`x—Íœ\t ¬ "
b"\x05 H%«\x00 fNç€×b¼c¥eö "
b"\x05 O7+â\x19 E„¢ú»‰ÒÊH> "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"\x06 BQô—üFO†ï_²íÆ— "
b"\x06 ¸Y┘Ø~MÙ¼\x13 -áÔz╝Í "
b"\x07 %»ÍÁ€C¾„\x1F eMüÜ¡å "
b"\x07 <ŠË£Ax„l’^{d9o "
b"\x07 QãL1ËD\x14 ”Ê›véÁ\x1E J "
b"\x07 lyı'¥@®╝¤´.\x0F ;ÎÅ "
b"\x07 ŠÛsä3@,¬\x1D\x0F ·ž[øÇ "
b"\x07 Ù°G0AOL½&x÷Â3Ð\x03 "
b"\x07 úÚD›–B?¨C?n±\x16 IK "
b"\x08 M‰`¤|C߇!ä\x04 vkÊ? "
b"\x08 ¾ \x03 áÏLØ”O2ãÌ…\x1E Ð "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"\t J\x07 TG\x04 B\f üû\r ÐM╔╝= "
b"\t íÉg#Gª†±Œ‰úJ´µ "
b"""
\n
\x02 åþ\t }Cì‡6\x11 Ÿ\x01 ¶‡v
"""
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"\n UdeO\x00 FX³¶°«ÙмÀ "
b"\v\x05\x1D\x02\x01 ŠD÷ŽÐ€à˜T\x01 "
b"\v\x11 ƳöÂNÏ›\x7F ðÚÈÖ—# "
b"\f êÅ\x16 ö#Eñò\x0F Ñ■C╗üà "
b"\f ßÃ_t:Fl…’fº—ãfà "
b"\r {î ° I7—Ì©bò\x13 ?Ï "
b"\r ÐKiˆ(H‹\x12 ©Þ¯|_å "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\x0E çâ▀┌«OIÄ╣I}Â┼Ø┐ "
b"\x0E ©=jå?E2Äí\x01 ~▄hÍü "
b"\x0E Óõo\x15 -Ee‹\x11\t ±©þ¬h "
b"\x0E úq¯ƒ†B6¯pîÕâG}{ "
b"\x0F eZu±7K’¯Lj¼·Œøà "
b"\x10 y¼çGðD“ ·„³ 8Jœ "
b"\x10 z¶6╝\x06 CÂ▒\x04 ¯tÅÁìv "
b"\x11\x12 õØÈ1AsØÿ║nsØ\r h "
b"\x11 sV‚Ái@¯¡ü\x1C ÷úB\x03\e "
b"""
\x11 ì\f \n
╠pAé¡SxzÀí‗¬
"""
b"\x11 ”Y€ÝcOŒ¿Ã"\f ºª+g "
b"\x11 Ê-«˜ßNË›žnÿt\x7F ê\x10 "
b"\x12\x0F j1XªNS¤YM›/\r Ðý "
b"\x12 8r█¤\x13 E‗í│űÂßÎ\t "
b"\x12 Bs\x16 2öKQ×\¡âZ£þü "
b"""
\x12 Hâr´¹Ge‚¾ML‘\n
r¼
"""
b"\x13 §¿Ëo9KR™œ3ÿ\x1F\x1A\x01 Ñ "
b"\x14 m†œÉ\x10 Bk»Ô\x1E ÌQ…«Y "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"\x15 tk9Ž\v B$³WÏ`;oºú "
b"\x16 €òóÀìOøª¼½ˆŸ\x19\x02 n "
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"\x17 âµ` F9†ºXÌ5„Eù "
b"\x17 åZVl_JÏ©\x04 ?\x13\t \Qv "
b"\x17 ï¿õ€=I´§g¼ðé\v\x00\x19 "
b"""
\x18 y\x06 \n
2EI\x19 ‹s—\f á*·’
"""
b"\x18 ð‡º2¶@{ºË§Áõ·%œ "
b"\x19 =JxʽOÒ·ØÎáÜ\x00 Jg "
b"\x19 ^yk¡±N┼ŃÂGçXÄ■ "
b"\x19 ôç\x1D ê\x0F GNçø┴\x08 íù┘ì "
b"\x19 ùl"\x13 QAvºóH`Ævf\x05 "
b"\x1A\x1D\x1F GÑJL§¹Âjؘ`Æ‘ "
b"\x1A LNÀ^\e N\x19 “$5\e %Óót "
b"\x1A MB\x04\x1C DC#ªOwô\x15 vÄ\x02 "
b"\x1A ê"Œ jHï¿÷(Rª1Ôh "
b"\x1A îž\x10 a¤G¬¥çÕ¿boq„ "
b"\e A1E<\x03 M~šÂ¹\x16 rý5> "
b"""
\e ¨\x0E äÐ\x19 E;¢ªˆò\n
)T±
"""
b"\x1C\x00 Ç÷·zM&»?áGÝèL² "
b"\x1C ()\x04 /ÆGò½[à\x06\x1C\x12 &G "
b"\x1C 3¼a¦bNé„-2ò\x04 p²\x02 "
b"""
\x1C ï½ïð\v @\x05 µ\n
E¨\x18 |Eœ
"""
b"\x1D\x02 r\x7F #³Fß’96àÛ†ÇT "
b"\x1D Œ°¦VeKÅ€ÄTó'çÏD "
b"\x1D ØúÊjLD▀¡Ö\x0F Ú\x1A\x01 »k "
b"\x1D ̶֮!Mê¸ú/až^ë» "
b"\x1E p\x03 ps\x0E Hæ³,ÌrÓ6<| "
b"\x1F\x15 ÓÉâ‚L"¥ä—(S€LÊ "
b"\x1F C¹î@\x0F A¡½-\x7F >õxrU "
b"\x1F S_HäìGϵÀFSŰ\v M "
b"\x1F o\x05 yñ‘E€¾ü\x15 c\x0E ÿ¹Ò "
b"\x1F …«’ì>E¯•ƒ³5â-ù\x01 "
b"\x1F ¢*Ý\x11 [OÊ›\n \x07 Å4ËÅ\x00 "
b"\x1F ·ð„ \x11 J\x17 ”*DÑYç«\x0E "
b" \x1E Ñ%$`Lo‰°å\x03 Š=°j "
b" (£§–ºFP©\x08 bÄ\x05 \¸ "
b" AÜ0\f ÒE?˜‡Ï\f 'ªA¡ "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b" ”\x05 K<ñC\x03 …³·L\x04 «âØ "
b" ÆAË\x1C êC\e ¾khÂåTZ\x1D "
b" мøß\x1A NOœaè\vÉ\x00 . "
b"!\f I7g2NCµ÷$\x08 ã°3\x03 "
b"!9pÉv\r MÓ×Ò└Ä·ò▓║ "
b"""
!‚•\n
|\x18 LʇÅÉZW’ÿá
"""
b"!–””r\x1F Jx‘ÿ\v ¨M‡\x14\x1E "
b""\x1F ñØa%IÅ\t ¬×;ɼ "
b""µ┌h0ò@ü▓£S\x01 {╚ Ñ "
b""¯³>NåG÷¼Éûg,©Ý÷ "
b"#;y¢Ø╩FíîÃw╝a~┴Þ "
b"#ø$VLÅH¾╗\x7F ╬ÃÞ,í! "
b"#¦ÄО”CG½ƒe‡m žœ "
b"#Ú8ñ±ÙK\t ›}\x10 &d\x0F 8] "
b"#è'\x1F ®3JÀ»H\x1F ¢ ºÔÓ "
b"$&í±-ôGj¡\x05 îm¥z¬T "
b"$0d\x1E ¦žGŒ¬I,\x14 ‡p&l "
b"$VŽ\x10 [\x1C Lã›p\x04 ¹e`ì "
b"$x†Ð³±J\e ¼`(~®\t ’v "
b"$ÆÅÐV\x01 AP®ªÐExš@… "
b"$╦╗F═°M┬æ■ØÕí╬ß§ "
b"$ð‹ÁúEʵInöžt{B "
b"$÷zëü\v M¥à²à└E}¡ "
b"%º¹£¼ë@ã‰Î!3\x12 ÅÅq "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"&-\x10 ªL_M.¸\x08 .£7\e\x01\x08 "
b"&>P§\x0F bCy™Å+úôÑ H "
b"&_ìô’'Iä¢YßiUÈó\x08 "
b"""
&Ÿ\x16 …\x10 ¶L`–\x12\x01 F\n
ЪÍ
"""
b"&ϼz\x02 ºG„š\x00 æ'ç`«‡ "
b"&èý¶ˆŒBû‰ú\x1C ~hp”\x02 "
b"'\x05 [\x15 ò´N»ŠÀΦô¿^n "
b"'B©Gïü@xØ@½hË~hø "
b"'v\v Ú\x08 @@è›L´ë^×\x05\x02 "
b"'w2šQILC’„E„|¡.’ "
b"'ªb”<ðHà›Ø\t 3h¯M¸ "
b"'½g|ï\x05 OŒ¢–‘ÈìZæ1 "
b"'┬ìy\f J?ìÉ\x1F ┘ê\x05 ƒ╚ "
b"(=«–sçJ+´üùngR¥í "
b"(½»*3LNûƒ=PÉô{½B "
b")üÊt»\x1A IøÜ=a¼Ë─▀¹ "
b")’ñþ‘ñN0¨pŸ\x03 \P·[ "
b")ظd\x06 "F3▒UO\x17 À┬ùt "
b"*\x08 {g›òA㪫l\x1D uÞ=< "
b"*B ô¦¨N‹›j>_\x08 ÉÍñ "
b"*”Q\e Ä•O,²\x02 kã$Î\x02 å "
b"*šå_\x01\x15 E«µŸ¡\x12 jv°ü "
b"*ŸDhÊÎ@]Ž2£fFUÿ\x7F "
b"*¹r‚\x02 :D‚ð8‡ÚTÉw "
b"*¼…÷\v @H4¨ºEéÊü‚/ "
b"+AñÉ\f xFš%¬ª)Zì_ "
b"+ÙgYA4Kž¥–Ò+ü)Ž "
b",o„§BëOμ¬ÿ„ù£\x7F M "
b",áJ╝│ØE¶║6y┼Ë\x19 ç╩ "
b",«4˜¨®H@»ƒâ¯Ö97\x00 "
b",Ò⺨ˆJPžœo¥¢\x1A ´. "
b",‗d¢\x00 õOó×7▀Èó╔üº "
b"-Å│èY\x1E N\x00 ÿ\x07 (_^±>% "
b"-Ïßl\|O}ºÍÉ”ùU†; "
b"-ò¨ºËâNƒ³áÎìúŒùG "
b". '2\e a@J¾ïcò|\x02 Èå "
b".=É÷G{E\x13 ¼…ÿŠ>VW£ "
b".aÉUSéE›œH»³‰Ñi\r "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b".‡ä*=ŒJ¥½M§ÐÈQ¿~ "
b".ÂA(yD,ŠÜu†ðùË "
b"0\x07 Øõ5\x16 B\x00 å=Ó\v Ûì\x10 ³ "
b"0\x17 le/›H3€Kå].\I\x1F "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"0äT1\x15 ËF\x1F ç\x06 Ñ>í`ìÙ "
b"0Õ·*%G¦ÅfÀtÔ\t ©y "
b"""
1\n
Õ2æ╬GÅÑñ¼!┼Ú¶¶
"""
b"1 ^\x1F g0ES‹å‚ÉüŒ"Û "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"1¤)ŒñIOß¡8‘¦\r |HD "
b"1²]óâÄ@‰¨ÒéÛ°6\x0F Ü "
b"1Úó«ÕËID¹ô#8‹‘¼ô "
b"2\t úÖ¼ÂI\x19 ¡ýŒËQ=5M "
b"2s7Ø,ÿGz‹)i팔\x19\x1A "
b"2çÕÞ\x06\x13 A7ئ║Q)L‗" "
b"2¨ïŸÚAG ‚\x10 $C\x0E X»\n "
b"2¼]•c\x01 EÚ¬ççK\t\x05\x13 < "
b"2Éè¡Ñ Eؾd\x17 ¹<î!ä "
b"3ByÂ5TJ\x1A ½RÑÄôæ^J "
b"3j\x16 Õ:ð@æ•—\x16 dof͵ "
b"3‘ðä€!Oƒ™Ýi\x02 «U:_ "
b"3³É£\x7F Iïí═Oý<ôu\ "
b"4y½T\x15 ÚA ìÀ$3ieÉ: "
b"4¤Ñ5Ô\x12 CÕ³¦â4\t ?È "
b"4¦)ìtxC|²þt¿!ì¬2 "
b"4ø<¸8‹K\e ƒOš\t ™&Í5 "
b"5\x17 fÛ$ƒC\t …,ˆoEÓË "
b"5\x18 ¼┌=«D\x02 ÉÇÊr0ù@v "
b"5:|®\x13\x19 Nͺ:̼#ÂÝG "
b"5MíÉ\x0E\x18 FÀ¤xî.iœòœ "
b"6!Ÿ®ñïE¶²ãº\x12 jÿ·Ò "
b"6Å\x15 -L¯C¬°ºfÕ\x00\x10 ib "
b"6ËÃ\x08 ¥%LìÇýw¦s9┐¹ "
b"7K£µ×í@¿‰á\x1E ÚIo·Æ "
b"7°Á▓I└IûÿͺÅüÐ~G "
b"9aäÔµiO2§\x1C ŸT^\x14 c× "
b"9oоÆuJÖ€'Q¤•:äü "
b"9q¸▀\x1F ╣C\x15 ò£\x08\x0E AýrÅ "
b"9Ÿ7?E\x15 K&£§ž›\x07 zÁ³ "
b":F?FTÔE´¬œ'lš\x17 gÀ "
b":{.p öMö£Î\x19 ¾ÓDªe "
b":|┬}"─Nl▓?hÇ\x01 Ï?Ø "
b";Cq├▀\x07 NìÉdY½F▀╚= "
b";¢N\5*G»{D¥ û—\x13 "
b";Ñ^Fó#Aa£¨jÁqvl% "
b"<\x08 Mï"\r I<¯\x03 *¡“\e ÁÑ "
b"""
<‚<\x1A '\n
F‹€p°n£o‡
"""
b"""
<Ñme\n
Ú@^ˆQª¨L€8£
"""
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"=\x0E ,òs\r Oå¶?õxµ<j— "
b"=,ìϸè@7Š%×úÆî/à "
b">”ºx86IÚ¢ñŸî“É/V "
b">Ë«÷ŒÞD?»â\f ?wFá\x05 "
b"?\x1E ƒƒb\x19 L£–ïvÚv³DÎ "
b"?0òš\x06\x15 LT„ÏPA\x13 ¹ü^ "
b"?@\x15 é›ËOƶhPå2Óêa "
b"?É-ï\x06 bJB PÍÙ&':U "
b"@<«ÓzÏG\r ƒý÷ˆI/µ\x0E "
b"@@õ\x07\e EMº®;KÍ\x17 +°Ò "
b"@Jã\x13 (•N\x1E ¨É+›¤á‡Ê "
b"@‰¿“f"@¿›>ÀÂ:‹Å5 "
b"@╩Ù▄\x12 É@S¿ô╗m\f µ┼å "
b"@å[ïv‚M\x07 Ž\x16 3ìjZªv "
b"A\x01\x18 Èæ\v JF¿§¨\x14 y •Š "
b"A\x07 n¥åÌOX¦%óè\x03 —\x02\x1C "
b"B\f 8sw\F穊°V2\x1E j‘ "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"B`'«ÜóE¯Å\x13 nÊýïKÈ "
b"BžÕÚñ¯E·¢ée¬\x7F 4¯$ "
b"B©Éå\x06 pOV¡+%~lÒc¿ "
b"BÅüŠ<\e KJ²Ó\x07 ç"\x14 ¦x "
b"CCHû╝4MÎü´ã╣\f Ô\x19 ░ "
b"C›jÈ ?I$£\x03 à\x07 :«\f ´ "
b"C‗ªEhÛ@kÅõÍ▄zV┐O "
b"DÍÉ\x0F wÍBÇûÈL8Ç,» "
b"Eq;ÿ{[E8¢\x19 ]ó’KU¸ "
b"EŸ°(šãJê´J\x1F bW\x08\x19 æ "
b"Eݼü═╗K]æsöç▄^+┌ "
b"F/$+C<A膚씼Áùs "
b"FüUôÎ╦N\x05 ïÞ├[Gu°» "
b"Fæ¡ÞÛPB~™«c|snÑv "
b"GD\x07 Ç!±Aò“ápÈj߇] "
b"""
Gg\x1F Ì3qK³„z\x04\x06 ù\n
\x05 ‰
"""
b"Gýf¶Í¾C‘›¯è\e ÈÛ©n "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"HÁBËoÓI\x17 ¶B¿ðÉüär "
b"INÙ5hýB܆¨à4\x0F \r Åp "
b"Iwgt\t õC\x1A ±DÑwdmuè "
b"I„º¿ÏrHÒ½\yaŽ\x10 ß\x03 "
b"I‡\x13 L6¾J+ QÒÆûõ¿í "
b"IÂb”\x0E cF'¨:-‰\x00 ËË2 "
b"J\x00 JŠT¥D˜œ"ØÓîïe‡ "
b"J\x12 ïF\x1C ¢Iž°ÄÌ{v,—, "
b"J7t!ZóD–—\x14 -Ôã¹_˜ "
b"J{ªÄ&[Ej›ÝóÚY\x1E ÅÎ "
b"JáD\x14 ¹tL\x1F Å\f E¿-0Ñ┐ "
b"JþßÿBì@O”-™²\x02 þ%p "
b"L[\x00 t¿\n H+¼F\r gw\x1E :\r "
b"""
L[` P\n
N«¹äR çI5:
"""
b"L”aªŸ#Gˑۿck1œ? "
b"Lë\x08 ëh>H¸¿ý˜„AËàÏ "
b"M+ër\x06 ÍK'žŽq`œüŒN "
b"M¾2Ü+WE¾ìÄG®Í"Íû "
b"N\r 9▓C;IƒøoïËÃ┘ì\x19 "
b"""
O\n
\x03\x12 “¬Oܶá²DÑ\x12 ê»
"""
b"O-\x1C ö·]O-š|GMÝö3l "
b"O5¸@ »MÕ»®ÌW$šÅ5 "
b"PíC*\x03 Ñ@\f ÄÌÑzãÉlÍ "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"Q8 ç4¸A¿·£m@'\x12 hý "
b"R@nN¯\x01 J°›\x1F A~%õ·á "
b"RDo‘e\x7F A«¶\x14 )ïíª\x1E "
b"S[B›•4@C°\x14 s8÷ -k "
b"S¼\x05 ,k¿A„Ž*É(Z\x02 ª\t "
b"S¾KåÌ\x7F @\r ¶\e G(éAÖ4 "
b"SÅ\x01 âÏAIo©¤.êGÃU¯ "
b"Toyæ╦$G\t òæ\jj\x01 ¯Ø "
b"U\f dÊÚçL\x15 ˜¸îöB›ï- "
b"U´\x08 6ÕÔGe°ŸÔ+aHúþ "
b"VÕ\x0E H°"Iĵ»Ìä\x1A\x1C\x07 * "
b"VÚ0\x1F ã/Jż¹åµ×\x08 û4 "
b"W\x02 ¹±RÛL■ÿfìï╔Ñ y "
b"W°e!ÓþJ¿“M+VX6 < "
b"WË×ாBè·\x05 íÀ¼‘<¤ "
b"X;╬\x19 Ý¥B\x17 öN}m┴Ø/u "
b"""
Xº:\x14 ehKQØþ▀a│\x18 \n
(
"""
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"Y,î\x11 ÅËDö▓°íþ\x01 |B\x08 "
b"Z\x06 –ÿÚ\e K;«è•R>q¿W "
b"Z9§%påD\x18 ›\x7F F÷Sü0c "
b"ZV%█ôüA)ǨC\x06\x05 Â)ï "
b"Z]à(ê\x04 GÉ \x1C ·¸†!~\x11 "
b"Zn+┌▄\x1F O%à»\x15 fÙØ─╚ "
b"Z¯úÆ®ŽEh‹\x07 ŒšŒ¡\\r "
b"ZЧ[5ê@·€r\f õ¹\x15 9j "
b"[\t {Ô5èHö™æ*\x1F MRl\x7F "
b"[&Òÿ?/I¸Ñü?þh7¸? "
b"[e+I#\x19 I7 ž\x18 ¾ú‡\v R "
b"[oX»:m@N¦Ý— ³)î "
b"[ØV©p`Ló¼┬u2ƒ▒[^ "
b"[ÉÈ\x1F ïõNœ„²@\x12 äS¨™ "
b"[â+øÃB@ý©\x12\x12 ×F)ŸÀ "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"""
\\x14 ½CRøBU®T.º\n
Ì\x0E ]
"""
b"\V\x1A k¥}Nç€J==ѹj\e "
b"\gÅ\x11 ö”Mó¬Ž\x19 ì†*ø< "
b"\}ï3á?L¡HéeK†ùG "
b"\‡|‘dHFI“\x12 r\e =slz "
b"\ŒÌy«óJ˺cîã?4Sb "
b"]Hõe¨óNèïÅÆä@\t ÁS "
b"]ü░Â&\f LW▒\v ¾\x06 bà▄ó "
b"]ÂW[ñOIè´Ä?ÛI7ç3 "
b"]í¡!\x1A <BÏšE:ìöëóã "
b"""
_mU\x14 ØíC\x10 ¢j\x08 └}\n
¡ÿ
"""
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"_®óÈ/\x1F Ië╣ÕËOFoì# "
b"`y\t ¯ßb@ÅíÑÜj}äp| "
b"`╦®ü╬íD┬¥▀│\x04\f\x1A └â "
b"a&=\x05\x18 ŒO\x14 ™ZLh¨ëÒ\x7F "
b"aLúðß!A]…5„ѱ÷±› "
b"aX²]!åE¬╗eqÄØ▒¡% "
b"aü\x17 ÇÜnA?î<\x1F ░┼»▄6 "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"b\x7F ºlðJ˜–R\x18 Ҫ̼\x10 "
b"cï6ÚL@qš\x04 Z°µZÓl "
b"dZÚ\x02 +\x19 O>˜¤û1ã_Ī "
b"f2ÙwoèKº–\x10 )xNM\e p "
b"fy ü…}EŒ…Lj »œÜ4 "
b"g\x0E mÇ®\x10 MBŠ¡ÙѣŖû "
b"gÔ—Ótš@A²¤S„\x10 À\x01 À "
b"""
h\x10 »äcêC«Ž¯\n
\v Qhy\x1D
"""
b"hOz\x1F\x18\v EÉœ^ÞIºr\x03 9 "
b"hkª/K|L\x05 ”ð™‚Gœ´a "
b"hÞH\x16 V\x17 L1’®\x11 ] Y† "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"irH\x1A ~sL4Ø▀ïÔ╝┬Ý┴ "
b"iØ\\x13 FYB╣®Ú6û3¤¼ù "
b"iÕΔ¯†FÝœ&(ÁˆÈea "
b"ié#u»fHçƒWqþŒlžž "
b"jTþ\t 'ÂG?‚ЇLj*ö\x11 "
b"k\x08 `Í|ÏDá¨(†ì•Ñ”Û "
b"""
k:\x07 #kžJ»—V\f\x06 \n
\x10 Öq
"""
b"""
kzÒ{ÂÆN\n
║#³ÅGKÎ
"""
b"k¨û?ÁrDv®\x18\x01\x0F\x1C d½” "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"l(ôÓÚÎGÿ¬›0(§\x07 “5 "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b"lìMïU\x12 D-¾\x7F ޼\x16 ›™¯ "
b"""
m\n
fuL\t N´íüÿÛ- \x19 {
"""
b"m®P?’kEä…+“C\x06 ØÁç "
b"må\x07 N\x7F ×F:€y/\x7F Ю\x08 ¡ "
b"mìd‘ÛŽC-‰w!lGq‚G "
b"""
n┤ÙuÙ\x04 FðØï"╩Ì\n
║┐
"""
b"nÝ\x07 ñ┐¶E;ÅK└²╣ì÷{ "
b"o5¿Çâ╝K£üG\x1D Åoyßü "
b"o5Îvë®KNª\f ³ÏÌ}~º "
b"oXÎQìRN{åIZ,]aDù "
b"oƒ”¸z\x1D D|¢Õ’!\x19 Œf‰ "
b"oƒý!Ï¢Cà–A°5Z(\x17 Ò "
b"o║Æu"~BLئ║┤ß!╬1 "
b"""
oµwüf\n
Jy®Éq┤qı
"""
b"p{£®¾YJ\x08 ƒ6ÁO’*Ò? "
b"pÏ `|ëAB•‡‡Ý· óì "
b"q45ž'vA\x0E ˜C\x05\x1C Ç\x10 ”[ "
b"qc\x1D ïÛ¥N˵aÿ“\x17 •\x16 ' "
b"qwüo¹*BZæ!\x01 e@nÀ= "
b"qà°Ý)wMzúZü\x0F ─Æ@¦ "
b"qɺѪ\x0F OKÁ£▀n!z\x05 ╗ "
b"r`º+W‡H¬¶úê‘"\x19\v "
b"s\x06 ÄÕ¢ÓFµ»3ŸÍþ(Ì\e "
b"sÌ)7\x1A ¨N‹™šiš|\t\x1D ‘ "
b"s╠+°\x19 ÙF,×p½▓\t É╗┌ "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"sèéø]LI=¶rñl<‘e“ "
b"sô߬e=ORªT#Üo&\x07 Þ "
b"u—\x17 "|vCá¶ñ\x18\x15 ¢\x03 ³£ "
b"u¤fº(TAȧ\²ûd·_é "
b"uú‡\x05 •ET„ï¬ç÷•p„ "
b"v\x18\x19\x06\x0E bLÖˆ™ÄJÛNº¨ "
b"v:bÿÈRK^ŒÞnKcÒ\x0F ‡ "
b"vMI°ÒlH\x1E ┐Éì:YÐd' "
b"vu║╔äí@═Ä0╠¯bXÉ╣ "
b"v{\x10 F^ßK\x1F ‹à»y«\x01 âê "
b"w9«ü\x1C ÛL´»«Škd|6\x13 "
b"wéôõªìDqÜn\t ®¹²Üè "
b"wDzŒS¸C\x13 ‹žP?Ã˪¤ "
b"x\x03 $|÷ DÙ£-µ*\x13 n\x1D Ï "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"""
yÈ\n
¥aÐB4®ˆc\x7F álÏ9
"""
b"yúÔó\v oBü„\f ð°ø".. "
b"z~±ÖÒ¡J[µAü2µa¾2 "
b"zÂ`▀\x1F JîØt®ß½\f 8} "
b"z¢9%\e êM│ìep÷\x7F BÝ¢ "
b"zßòc™\x19 B⿽°>«<„ö "
b"zý\f ¾ìöE`ÅÌ}IÍ'æÜ "
b"""
{Ö\x19 K■nB\e ì\n
¿ø'á\x1A\x12
"""
b"{Æâh´˜Ci†µ(Ö©\x19 ¹ "
b"{¹«╣maL\x13 ì)\x1E 4\f xÉÖ "
b"|mÕ„ýÇEJ¾¶É5_™_§ "
b"|å┼ÏG¶@üóð╗^¡"╝ "
b"|‘°¿¡“MF«?Òüf†uU "
b"}0ðBÝJS¿\r Í\x11 ¶Ø\x1E "
b"}Œ_ûþÑL²‡Ùc÷rWñN "
b"}¨M¬fªK╬¡\x01\x1F ôÁ]ïØ "
b"~\x06 ç6Y›AI’9þÐ×\x1C ò\x16 "
b"~\t 8k×ÁO`Œé1äT4ºx "
b"""
~)\x15 ŽXËC\v «\n
\t -Pñƒ¹
"""
b"\x7F ¼§/0Ê@üÂG▄À*¢.\r "
b"""
€.æÎ\n
[Bλœ\x07 <A\n
\x08\f
"""
b"€0\x0E y\x18 G!‰ð`\x0F ,Êái "
b"€°³K£G1“²ùüEâ\x18 ÷ "
b"€¶T±“lHH½2Á]ÖRÌÄ "
b"Ǹ&ò=´B╩½)ìT\e íBõ "
b"ü\x02 ┐´°\x05 @yó\x1D\x17\x02 ò2è2 "
b"üá╝Çt░Hu░üþÓfë\t ¯ "
b"é┤-R@8JØäoK²&┼\e e "
b"‚ÐH%ñPKΥ剽Q¤-ü "
b"â7ËXû╦Cûÿ\x14 ▄ÅU:lì "
b"ƒ«KL&TEͲ\x04 Ò~œÌz\e "
b"ƒ°2V\x14 óEE“^2‡IbA8 "
b"„\x1E )â#¸Bòž2\x0E \_.QÜ "
b"„-—\x07 ï\x13 C§•žg¢+k9 "
b"„»Œ2—àDÁ§—œì/¶·û "
b"„Ûˆ-^ê@7®\x04 »þ¿K‚\x19 "
b"…vh\x17 ÖÓC«¢†5ºwqîm "
b"…ÂTô5\x0F @\e ¤umuOFý\x1F "
b"…ÃrýN\x03 Ib‹ì×@Ö!B± "
b"…úÕrX7F㸆-S$H„ö "
b"†\x01 ú›¡DKU†H°Þ÷\x00 jX "
b"å░Ø\x03 pÇMÂì¬\x05 CÃU\x00 ▀ "
b"‡\x08 _\x7F\x03 Ž@œœ§\x1C ¶p”v¥ "
b"ç.Ï×\x15\x0F @╔║îÉ7d\x12 ßr "
b"‡q‘:IVB\x15 Ž‚.\x0E\x07 ½¢‰ "
b"‡ž,Hr\x14 E|³Ì`nÚGõI "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"çÞú6s'A╠╗WgpƒiDÅ "
b"ç¶┐ïÀwCìÆ╣ݱ\x1E H\x08 ¤ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"ˆ\x7F «x„\x18 K—³/;[û\x02 ®2 "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"‰\x1F –\x01 ì.Bά\x06 `/©½fÇ "
b"‰n'.„ÖJà‚Ôþ .\x15 eí "
b"""
ëãÃ\x7F ╣ïJãæøØþ\n
øÆL
"""
b"ŠZÂ\x00 Ò]H™uá\e c\x02 ¾@ "
b"èg\x08 »┼dKAÁtüv9ôÜ\x1C "
b"ŠÐú\x1C µLDV®‘ÇK ß\x0F ³ "
b"""
‹-\x19\x1A ÛÈIZ¬\n
\x0F Ú‘\x03 6¡
"""
b"‹LÎ\x12 º¯B¦\v ^Æ\x1A Îcw "
b"‹ÔB\x08\e dF—@\x03 žÎ7¦\t "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"îâÈÅÈ╝BÌñ(Vk\x1C\x11 Y "
b"î░Ù\x0E ¡óF5É\ýì?\x1D q¾ "
b"""
Œ¼Á\x05\x1A ÛJž–\n
ý²*¼€Â
"""
b"ì\x1E\x14\x7F\x00 ì@§║É,#a\x03 t³ "
b"ì,²ÈѧKYÉ*\x11 à\x1D\x03 >T "
b"ìOe'\x02 ¥@¥ì_ıP\x18 ì\x0F E "
b"ì÷┘ÏOrG\t àArH\x12 ȺV "
b"Ž\f dô\x17 &A‡¯¶\x00 ójÌm" "
b"Ž¥Ã\x19 ºÛ@¿±àò«èáB\x0F "
b"Å5\x02 ËtßK×öå#1µZPz "
b"Åq┐OcaIº╝n\e 0y¶X! "
b"É^│\~\x7F J&©£o:è·'q "
b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S "
b"æc\x11 C┬ÿL/Ø║'‗¬\x18 ╠ñ "
b"‘|\r ÔqqJD¢ôd0\x18 -\x7F Ø "
b"æªd\x17 ı\r @´▒4BEÅ2¯\x16 "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"‘Á\x01 9óùFÝ™XxØâ’(\x00 "
b"’ÑwÙ\x12 ÄB¡´8¿¯–|&¤ "
b"ôU÷\x1C Ê├HÈâØÈ¹JVÝØ "
b"ôç¼▒:vB Å\x7F j϶Sõ\x1A "
b"“¾-¹«sD\f ŸDÔßøi¶Û "
b"”O\x0F «EöJh”¼ï|Ÿ$Fä "
b"”Y3*”ñM²Š“Fj`|Ð) "
b"ö¡ª}▒|H=Å╠&w%═t_ "
b"•H´³ ôL¡¬Ý¿*R‰Jq "
b"•”aU\x12 ™D¿ Ùp\)\x11\x7F ‚ "
b"•Åk\x02 €ÿC˜¦šì¼KJ\e º "
b"û,a~ìÖO÷░┬Z¡\x04\x02 +g "
b"–p1„ä©Mê¦cšÓ´\x1D n¹ "
b"–y\x13 v2XGS†=Á{\x19 ¢ü… "
b"–—48WÂMÝ‚PéQ\çÿ! "
b"–ίœ5ZOЄ£Çµ¿H©\x14 "
b"—\x15 VX$èEZED}H}H\r "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"—Ù\f UáôB\x1F µ6!\x0F\x0F 6Ó$ "
b"˜\t ™waˆFþ€áAfš6ÖÕ "
b"˜^álV2Hï»~Ä\x1C UI‹Ž "
b"ÿ`\x15 ¹ÅÁNÇåý/=2£Ò2 "
b"ÿk"3\x7F ØIXÖvª┴Ú\x14 ÚË "
b"ÿò┬ðìöLé║■pÿ╬ ö' "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"Öï©¿\x1E\e O╝ü\f\x7F Ñ═BÀa "
b"ÖׯÅßıBÇ¢▀þ\x19 mT\x11 "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"š±#«ÐˆOË˜Íæu€\x1D š\x06 "
b"ܸÆ$èüN>ÅÐ└¯!?\x13\x01 "
b"›\x13 îºÁ¤Ms¯3\x01 <à}Ù' "
b"""
›)CŸÒD[«\\n
\x1E ²©9ø
"""
b"›=”Ê| C\x1D ¯É\x05\x0E óù¾\x06 "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"ø‗Ä╦I═H+║\r ¨¥øìÃí "
b"Ø\x0F\x05 ╣å║O:®y┼┌dê®} "
b"ØP╗l\x04 OFé¢╬én\r Ïéo "
b"Ør┐³]╩@¡Ö²º«°\x0E ıä "
b"""
×\n
$\x03 ììK\x13 ÇæÄ4@Ùk}
"""
b"ž\x19 ¥šèÝNK²Õ\x04 X9¸2Æ "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"""
×ü╬\x7F\x10 FBEÿA3\n
\x14 'É©
"""
b"ž“_Hß”C2ii1º,ýä "
b"žïøâÅ\x0F A8¹\x03 Aå…–Š– "
b"Ÿé\x00 0K<@\x00 –C.é7¼\x16 A "
b"á\x13 /\x14 ‗aK¥ó ËlÅ\x12 ë "
b" TÎ&\x1D tKÍ¥Ã\x04 •þSó% "
b" dT ¯óH¸ªŒtñ\t\x17 ±µ "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"¡ME¬ü7M\x03 ™c/ \x0E ÐØ/ "
b"¡‚×éfÛMÿµ\x7F ¹\r [\x12 ÝŒ "
b"íÊ\x10 þ2▒J╗Øð"w\x1C -jP "
b"""
¢³X°3\n
@\x19 ³Þ›.8Ñ\x17 S
"""
b"¢íßõV„GF¯y\x04 }u&P« "
b"""
ú\n
©®ùûDcÜlŪù\x03 ▓\x04
"""
b"ú\x1F íÁ±^L3Üe?ñ\x0E }\e É "
b"""
£)m“ï\x1A LLJÚ\x18 \n
é„G–
"""
b"ú9ôÄßí@ç░\x10 ÇEGÕöÉ "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"£hý7C³E柹!\x08 iù\x7F á "
b"£‚t÷\r EAŸ\x15 ¶¥ªøßJ "
b"£²_Ñù=@ú–/Ùѹ×l! "
b"ú┼-µ+;A▒üƒî5┘▀Æ0 "
b"£í."\x04 ñJ\x10 ŽÌI#dÊóU "
b"¤\x06 û\e ØïN\f €Ø`\x10 m(\x05 y "
b"¤Vf”õ5J\x1C ™5'í\x1E ø*\x0E "
b"¤[•a˜¸O\x1F ¶ÿ\x13 ìE$ZÌ "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"ñ░ì~SIH#╣█Ü¡(c8─ "
b"¤çå:Ð×JN‡\x18 ùxx\x13 r\x02 "
b"ñ■Ól4\x17 @(üéÊÎe·\x10 "
b"¥\x01 WàvÙK\x1A ´¡tLâpèÐ "
b"¥VQ4sNDÊ[‡¡\x14 }§R "
b"¥dßp.ÜC\x7F ‹.0E,\e Ðü "
b"¥x5Ü\x1E *M7¤ãuÜ}§ìp "
b"¦\t\e ¦VÏOs§±€z°Gd\e "
b"¦©Ÿ”u5J`‰-\x17 ;\x04\x03 M0 "
b"¦É\x02 ã\x12 ¥M"ªñ€ÜO8\x1C ö "
b"¦Ý4éÎ>@\x19 ¬:|Ju "
b"§\f +xž¬FÞ“Ó8o\t É¡ß "
b"ºSkòÁy@\x1E »\x02 ì├┌æù "
b"§±0Ø^CKÑ¡\x00\x03 ×\e ݲ\x03 "
b"§Ü…°ûUG–™IßÔ¢G¯\x1C "
b"¿\x11 4─JPMOÉé,\x0E ■╩ı‗ "
b"¨\x12 þ\x02 ”M/¶y×\x0F ®\x07\x01 G "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"¨_ßâš<Jê¥+ªË|Oé\ "
b"¨cwôq M ·eýÀ¦2=Q "
b"¨mæ:\x08 °O°«cáý\x00 UÒ; "
b"¨«†u\r *G9vˆÝûÖï3 "
b"¨üwÞQ'@Ñ –Š©ÓN‘* "
b"©hE “£D\x07 ˆ¾{:ÃOë_ "
b"©“„R†\x10 F,˜\x10 hš¬\x1F $c "
b"©ÃyC\x1F ™A¶¨•tjþx\f "
b"ª-$½,—Iû¶ªŽ†`\x00 ј "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"ªPôB´-J\x1A ‰`\x12 †ù’Æm "
b"ª£‰c%§E4™byðÏ>Nÿ "
b"«xœâ\x06 nG*µ\x12 ŵrUŸ¢ "
b"½çuð\x1F YISØÛt╩ÜJ>Ü "
b"«½\f Ц˜Hh´†ê\x1C ‹¡ÊB "
b"¬ÈdÀ¿†BŸµ›Ú—,1Y› "
b"¬ÚŒC³–Ef¡oмi¡ œ "
b"•G\x13 ØWK8¯¢9Œ{Öl\x0F "
b"¡Öv-¨\x08 Nü▒Ä×Ëÿü\x0F ┬ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"õچήI‹¸®\x18 :Ç#¯{ "
b"®\e n\x11\x01 —C•…\x1F h{{eI1 "
b"«@█ÉK¨B[ƒ▀³┐ë─÷\x17 "
b"®J'‹\x07 wD·¡\x18 %½\x1A ;?9 "
b"®wz\x04\x18 ƒI’¦‹ÃâÖôò< "
b"«░"S~É@ZÂuý█\x15 §!\x17 "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"¯5§MȶJ\x17 “Ð\x7F å\x13 ”ñ‡ "
b"°0\x06 û÷5J“¥(ûqÁ']¸ "
b"°>ÈS†¹@Ô†ÉMû zðd "
b"░n\e {╣üDvùlCQ╬\x7F B▒ "
b"±9'7ÛnDMŒÉÜíêöƒ¬ "
b"▒ì ¿‗TC%Å«\x7F GÑ┘¹╦ "
b"±íÒJ\x12 @ü‰ÀåHÍ\x04 ,Ÿ "
b"▒█ìÑ2·@ØÂRpÝ/¦{┴ "
b"±éy\x03 2åM4ˆ j°\x13 h›³ "
b"▓ƒØ®5·FÖ¡?´£Ôxná "
b"²×û0Û\x00 F[“JíÁÊcqÊ "
b"³\x15 ¸þÀ¥K\x11 «·´´Eg¨s "
b"³.ÁÜlÇM΂WP\x18 Ô\e h\x10 "
b"³£âß*fH–¼\x11 òƒ\x12\x14 D\x1F "
b"│ı¤▀ô\x04 O\x0F ت>\e ý\x0F IÅ "
b"´ \f H¿&A5¯eHÍ\x04 ”Ò "
b"┤[rM\x12 7Am╝,£=‗Å8\x0F "
b"´eN‹yÐI~·5±Ó«l\x1A G "
b"Á%°üï╣Iu¢ma,Kf\x15 ù "
b"µ2ü\x05 ¦\v L¾¯:!rf\t\x01 K "
b"ÁJÉc.\x03 Dñ»╝îiÙWâK "
b"µpðñJðMÕž4r´ \f ’\x1A "
b"µú×D$šKl–L\x1A\x05\x7F ™H\x1C "
b"·lõ\t ÖLA'¬`i²\x1F 82\x05 "
b"À¢█¥\x01 ┴D²áÉpíYpmÈ "
b"¸Ï\x06 .UrC\x06 ¯hm•û9= "
b"""
¸ÔoB]ÚH\n
”¦2ˆêù¦}
"""
b"¹o.\x12 -KIŸ´ý\x05 {\x03 ©dº "
b"""
¹•î\n
Í[Bä‘“VFšDð|
"""
b"¹Ý¸×\x04\x11 Gæ»d\x1C üÛJwH "
b"║dbß╬ØI ▒ÈD;§┤┤S "
b"ºvËqÑ\x06 A\x1A §í\x00 ñ0E£* "
b"ºý}¥\x00 D@è·Qx¸\x11\e\x19 — "
b"»\x1C \n \x12 x¡D€š“\x00 X¥-j„ "
b"╗ì\r å\x07 ¹H┼ô !\x02 f┴ò│ "
b"»¢ …)x@"•ñÇá\r ^H\x03 "
b"¼*•iì€M+œþG}VÒ'\x07 "
b"╝TÈò°!Aiü\x03 CkCë`B "
b"╝^\x02 ‗YÁHÕàÌuüU─HÐ "
b"""
╝dº\n
5ªAìü~bën¥ä├
"""
b"¼h#\x18 õúEðˆ&ˆ²d½>¿ "
b"½/;Ñ…´KØš0FUy\x7F o‚ "
b"½`\x02 Ï\x08\x15 KººËµ£€ÜÚ "
b"¢zx╝RËG2ìÕ]æ%\x01 ▓Á "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"¢¡g_9─@Éóݺm!■6û "
b"""
¾_\x04\x1A ã\x01 O\x1F ´.\n
‚æµ×Ç
"""
b"¾Š¸®ú”Od†\x10 £sÇÙÆ\x12 "
b"¥Öü╔Ĭ@}ñ\t `¼\x1D +█Ê "
b"¾·ø'SmL\f ™¦[)Ìc5f "
b"¿\r W4—=Gó»|bà{Ô\x03\x12 "
b"¿ \x03 Ò'ŒA‰¶9N\r ØJ‡c "
b"┐á§ÃÖ\r GÍÅþëi0Ó.X "
b"¿º±gKNL\x1E ¨þÏž\x1C N" "
b"À".—<…E\x07 ˜¾ˆPîSQú "
b"Àm¥‹ä^DŒ½¯àHøú4¿ "
b"À“ŠÌÞ\x1F At½\x12 Wa&)ïœ "
b"└Ö\f µ├└FT┐ì´,6F¹X "
b"Àœá‚$ÆI$Š‹\f °h+\x18 ™ "
b"ÀŸ \Ù4Jkƒ±ê|\x01\x13 oF "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"┴ü╝\x04 ´ÜEÞî1╗1¡█ôæ "
b"┴Åy¸i┴Fı╝\x18 "±╚ó®ÿ "
b"Á¦‚]gõO|ˆÇ=Û<á0< "
b"Âw0’QsDú´³\x08 |\x14 D‡i "
b"Ã\x19 ‘ûB©C,ªÁjϹ`çÈ "
b"à êÑS¢E§´àêz\x02\x1D @¦ "
b"ÃXã\x1F 7Ayªüîæ1e!“ "
b"Ãn\e LjÚI¥¿Ç&†øià. "
b"Äd*çãáDh·ã„óv@\x05 0 "
b"Äräð®ÅEÉŸF\x04 v‡£¸ç "
b"ʼnzè\x17 aDÕ’‚\e •`rÎá "
b"""
┼úIqLÅK¡ÿ╗#\n
\x05 Ê│â
"""
b"ŧ”\x1E įA—¯Þ›U:ºÝ‚ "
b"Æ\x10 ä—SxMÓ…<ƒ†\f ¨f "
b"Æ@§\x03 ‚\x1C IK¨¼˜b‘ZØ' "
b"ã÷üÓÛ\x1D Liä@rª]\x07 ┐Å "
b"Ç)Ma 'E\x10 ®+„L{@\n "
b"Ãé╦â_1CêìW "ñíZÑ "
b"dž5þf\x16 Añ¢ÔN¼\x1F ®A "
b"Ǫ¯óáÒKÚNZÊYÂ$\n "
b"Ãõà╔¶╔H║ñy\x1D\x7F üäl\x11 "
b"╚\x1E\x18 ╗ì╩HnØ═,0ú[½< "
b"ÈZ5XÝ-@\ ôI\x1A kRaO "
b"╚cÓd\x1C ;N쬸┌╠cà┴¼ "
b"ÈmE/‚¼K\x1D ‰‰œ}#Ì[= "
b"╚nå╠\x17 ¥E╬¼¼ì¥À\x16 »² "
b"╚}4ı─ÎH‗ìí½j\x1A ¾██ "
b"È®\x7F\x03 iFK«—èËi˜ÚZ7 "
b"ÈùŸJÞžCÉŠ%N†+Á\x11 p "
b"╔>═Û\x10 ¯A®Ñç«©Å\e\x08 ¾ "
b"ɹÒ}\x0F …IįSñ@Û\f ª= "
b"╩\x17 XhÜ«Fqºå2ßìþµ# "
b"Ê6T,ˆ\x14 J2¼ø\x12 9w¾Í\x7F "
b"ÊÀèY¼WEW³_xÿ\t °èµ "
b"""
Êí~e\n
\f N¥—\x08 _QHÅš«
"""
b"╩■<§ì5LÊ║Ô þ_─¸▄ "
b"╦(ÐÆMåM\x0E Åv(\x0F âªuO "
b"Ë̓–šxOy¨\f ÷ÉPp\r \x16 "
b"Ì6*Ô{bOA‡ƒ2•írðQ "
b"̧'\x00 ?õL“•¯E\x11 •ç'š "
b"ÌÅad9ŒM\x1E •Tú\x01 ë¤$§ "
b"ÌΆô¹ÏFBª›ÐæyÄ\x04 j "
b"""
Í\x0E .@‰\n
M\x15 ‚\x1F #YòÄê+
"""
b"Í\x12 óô*ÝAÓ²9…ú‡õc\r "
b"""
═▒»>òÏDßì$\n
©J4ôý
"""
b"θC…7\x01 B$½\x02 V¢þÿ\x1D f "
b"Î×X\x1F —ãM‡„¾’¤éÈ\x18 "
b"Îð\r „Ô\x06 JT˜gŒ…»öÇ\r "
b"ÏEë`%9FÔµ†Â¹vXŒ "
b"Ï^mU†¥MĪ‘(–×E×" "
b"""
¤b¯»çÛDdì\x02 M^m\x0F \n
>
"""
b"¤}üw2{B«áÿY\x03 Jqf¬ "
b"Ϥ(¶°\x01 Kƒ¤†_«)µyÞ "
b"ÏÉ\x10 ¸\v RE«„º\f í@\x03 ‹Û "
b"¤█ÍòØÂG?ñ£Ù▒W¡yå "
b"ð\e Xü\r ┴Itñ│ÁA‗\x17 j\x7F "
b"ðç¯\x16\e Ö@ÿÅü\x00 VçÁ1ÿ "
b"Ðò\x1C H\r åH_“6R¸m„¤6 "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"Ñ3Ãuï¢L\x05 ©\x01 ñ×oh’h "
b"Ñaø.ÚÀ@_¨Ÿ¾Ù¹\x1C Úî "
b"Êì:dE®N¼ø²CW┴Öh¶ "
b"Ò«(«8PGÁ HVýã\l\r "
b"Ò°!\x04 IMC\x1C ŽÙ&Z\x1F ž²¼ "
b"Òòåaý\t OO½\x06 ÕË’˜Gc "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"ÔD¯¡\x07 &N„§,:Ï÷˜ˆ/ "
b"Èêì12=D?┐5½ÑÖ&ô¦ "
b"Ôô…Þ\x02 ÈMR¼ú³ü”·ØS "
b"ı>ÎøÉ}I;ø═¼┬L\x07\x1D\x00 "
b"ıHH?\x01 sO®É`ö╣╔D\x07 l "
b"Õˆt\e hJC\x10 ³\x1D ¡p6´\x10 K "
b"Õ¾A¨õ£G‡¡FzpÝû~É "
b"""
ıÒ\n
دÙAFï$0¦4░35
"""
b"ÖÂín‚%OÉ¥\x02 ¥õáÒcV "
b"ÖûËkÁûLO³Å7Nõµ¶| "
b"×"ØÂÌ"J8”E> æí×H "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"""
×¾é¿\n
@Iz€O 8[SlÛ
"""
b"×Ë\x1D XÔÎOiœ®ô˜“\x16 rÚ "
b"Ø:>\x11 ÕFC³½p…~qS®¾ "
b"بT+xöG:™ôhþ+*ìP "
b"ÏÀ¡\x7F\x17 ÉC?×ú┘R(ÌcÉ "
b"ØÂš¢^lJ¸¥"¿{›\r ˜ "
b"Ï╬ü,f\x7F L\x14 ê\x18 ç╩╗×r} "
b"Ù!î!=DD\x1D ¿%SŒÿPo½ "
b"Ù^Zì‰rHD¤ka‚O±Çt "
b"Ùje\x04 ÎÕGά9\x1A ,\x17 ³ÏR "
b"ÙØx—½lI¸ƒŒ5n¤e¸Í "
b"ÚqN»ŒµK÷’w¨Žñϯž "
b"Û·Öe·®H:…ÝÀ\v\x00 ¦ôÿ "
b"""
▄%ªYÂ÷NÚá┘▄\n
ÉîÕ▓
"""
b"ÜGø/ÀCBþ²oȾ\x03 Ð.H "
b"ÜR¢cåÝ@ô±¯‘6/Ã!” "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"Ý!}.Ƀ@\v ¹ÏÄÜûU‹¾ "
b"¦L\x02 kØ\x05 Fæ¢Í½\t L╚< "
b"Ý¡\x11 an=Aí€æ{\x05 ѱ L "
b"Þ`èÉ\x1A ¢KÚ¡\x13 *߇iC- "
b"▀£]2ä K{¼\x1A ÉÌÄ┌,\x1A "
b"Ó&ðî\x06 @ôçÅ¤Øæ┐aÚ "
b"Ó6ÌcKüB¨╗\x7F ¤Ô╣]+a "
b"""
àpÆ\x06 \n
\x1D I*µWÍ0\r ñ\n
h
"""
b"à—\x1F e\x03 ÚNʹDâèô¬!\x1F "
b"à¶h\x0E æhN”€i¯\r mrÂÎ "
b"ÓË]®³pG┘Ø\e ╗■sÈÏÒ "
b"àã§'fYL¦©w@æeùaÖ "
b"àþô^åñJ.¶NÚñ\x05 ([» "
b"áO¶\x16\x0E q@¤‹£+X’\x7F š1 "
b"â\x17 Õïn\x08 E·¢\x16 f‚\x01 ;\x03 ß "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"âÝ\x08 U¨jL9ž\x1D bý%Ã]/ "
b"ã$\x7F €§¿C묀õÑY¬\x05 ‰ "
b"õ\x00 ßÉCÌAlñ¦─ÃxÕTà "
b"õÅ~!1PN▒¬KÄLvS¸ "
b"ää]wN¯C ¢xëúsîâê "
b"å§6"¬þA\x01 €ú\x08 «ÕG_¥ "
b"åÙ‘\x0E ½¿D^‚ûÀ@e\x1D Ëi "
b"åá\Fe\x10 KõµDd›\x13 ¥¿" "
b"æI\x17 ÒÞö@ð™ßóárEWù "
b"µØé\ËI\x04 ëñ·ïjÂØË "
b"ç\x12 :C½-L\x04 ·ø„õõôìƒ "
b"ç\e ɳ“þA3¿\x1F ³+ ü\x1F 2 "
b"þW)É┐ÉFJ¥1jç\x14 ┼]º "
b"çW]TÉþD?˜ÅÏÅ\r ùØ "
b"þ{cϰ╦DñçÅ‗}$╬$¢ "
b"ç®BG\x18 0L\x01 †\x1A b9U>‚é "
b"è8L\x19 qÊMK‡‡\x08 ŠûÜÕx "
b"ècÞDAQN‚ºmçÒRÝ“5 "
b"èlCÁ\x16\x1A Ck²‚ bݳ\x1F J "
b"""
Þæ·cÙrB\t úÈ┌y\n
ÉKM
"""
b"è¶ü¯–ÑDß’861Ò>Û» "
b"Þ┬Q#}2@¥ì?õ┤▒ÖıL "
b"èÉn\x16 ïÜA\x1F ¾B,¢\x19 P¢û "
b"ÚB┘\x01 FUGØ│┘µ5Áÿ\x10 ‗ "
b"Úw¸é\v ùD\x1A ╝■Ž\x11 ¯Ë\x16 "
b"é‰h4|¢HTš6\x03 €A§\r F "
b"éŸ<K FF\x13 ƒ©¼g=\v ‡¯ "
b"鼨ž»•G5‡yûØçe?Ì "
b"Û\v ú£VíH┬ØúÕ<uùu° "
b"ê\x16 Rí\x0E\x15 E[ŠãcŸRÂy "
b"ÛNµ*╠IDµìÄÉaÈb\x11 ¬ "
b"ÛxhK┴"OÉâ#9X\x07 ╔"║ "
b"ëJ,Œ´\e BÑ”{‹ÇnñkA "
b"ë\x7F V:QæFˆŠÈ-\v Ù\x0E S¸ "
b"ëµG¡-ãN\x15 ¡~x¼ê\x1C ð– "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"ì\x14 6Ú\x1E LO\x03 »\t +!Œ§Œ² "
b"ý0<àÍùCôÅ3Ljuß¿\x14 "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"ý┴>\x05 ĺOÖØë\x02 ^‗N \f "
b"í\x08 Ê/úvO\x00 ´RuÒ׋§j "
b"í:²¥|¹Lì—9*-NOÂø "
b"ízšf>\r @!’4â@«G£“ "
b"íŒ=U9k@TºÆå%U\x1A Kr "
b"î?R1r¹H㣊v“*¯©§ "
b"î]æ\x17\x19 ŠKC’Ú윦n‚Þ "
b"î±c¯äáEw²U§Yƒ"\x08 Å "
b"""
¯À┘\n
owBá║Ú\x06 Ã┬7Ãü
"""
b"ï\t B\x17 ·”@ŸµJWÕi–| "
b"´Söà╠LE&£|┬eìı¥º "
b"´p:«ÀÎB¼ìÎf\x06 4S\x11 5 "
b"´Ö«g¿¾NEüW┐ó\x1D óÚ= "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"ïÔ\x1C Ø\x03 $@\x7F ¡×mÏåhÔî "
b"ðš•¶6\x11 E\t ¿ôN,SÖàÊ "
b"""
ðÀG<É?@‡¨öÄ:Ø\n
\x06\x0E
"""
b"ñ\x03 ×)'6E°²{´ŒÐK)\x0E "
b"ñ§hưøIQœ\x1F Sj\x7F ãx„ "
b"ñä~š¯½NO®\x13 Šœ8\x1C ÌÝ "
b"ò8O*>NE»¤‹\x1E\x13 žàд "
b"ò@nþ8.OI“~ƒ\x7F â[ó< "
b"‗\x7F\x12 ÂäáL▄ÅM\f ÏX┼║V "
b"ò´6÷Ÿ˜DÓ§Œn½ê…A¤ "
b"""
ó\x16 é\x15 \n
JEu“‹z°IG_\x03
"""
b"óÁ\x1C ýHüEK·ðôm›Î3õ "
b"¶sè║\x14 nLv»Óì÷yw«& "
b"ôˆ9ôôZD@’\x18 S¤÷0 º "
b"ôÁ\x12 £+4D‘·OYס">‰ "
b"õ8\x7F\x18 "”J8•Cˆ÷®Î)U "
b"õ|>\e ĹOú·wAàŠf§Æ "
b"ö:p\x01 ™6H\t °:·#ål+š "
b"öE¢=»¹Kè²;’<vãÇÐ "
b"÷ªÃe\x19 ÅC\r ¿ðè\x02 ¾<µ "
b"¸\ü\x04 â6KXÄjîiFÆß\x13 "
b"÷“kf<cO\x0F ®ádúÍ(\v S "
b"÷¿JK-‘NÆŽi^ÿUA!x "
b"°\v ┌ıYqF\t í\x11 ┌ƒ;\x13 ÛØ "
b"ø\f ¯.ÙÑB\x13 ¤’:ÅKVÝ} "
b"°ttL└─HÁª×i¦Éõ3\ "
b"¨└\t Ìþ╬DrØé\x05 Ùÿ<O| "
b"ùÜ\x16 *¤ûE"нƒ¸Š`–# "
b"ùæ,>ç¾IdŒ\x08 p/\x12\x05 ]g "
b"¨\x05 úÑ´N4ñ\x11 ¥_Ø\x07\t 3 "
b"·\x06 È\x11 ╩÷I¿áåÆ\x10 Êïüé "
b"ú¨¸åmaCŒ®âÒ\x1F ŠÚ`- "
b"û;´#irIÎ…(–:d· L "
b"ûyÆ0Ó4C\f £æXÕ„µ\e Ñ "
b"ü‰†ë¿òMÏŠ*=¥~§³â "
b"³Ã\x02 ñ╔!AZÁ"üÒ®ÊMá "
b"²\x12 8\f EªOz│Hü©®6ò\t "
b"ýÅÆ;’\x1E MäžyÖlºa¨\x7F "
b"ýÍ%ƒ\x11 …Aü‘0ÍÐç<Ú\x04 "
b"þ\x03 Ÿ\x02\x19 nK\¦XéÀ¶{a* "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"■r\v M̯IüÁObÄ3pËD "
b"ÿ\x18 Õ„5üEý™AFM,¢õ\x1A "
b"ÿ9·84\x1A N\x00 ›>¥\x14\x00 7v\x14 "
b" [HY´qNL┤©▄ØÓq&- "
b"ÿ†’(ûˆH¢³?L¸°\x7F .‡ "
]
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 (0x00046AE9FF6845BB9F8F777F05AABB42 , 0x004686D8F760498391F52EA7C8BDB640 , 0x004B11B664424995968A6294D4EA4AE7 , 0x006B0FAC78A441D4A2122E88262DC3A4 , 0x00D4D0B014FB40AD860B02AE1083755E , 0x00F0B091171B4395B97FD73ABD185CD6 , 0x0198CC660FCA731DA76B5B9AC77FCAFB , 0x0198CC664A4B72AF9022A286965DF029 , 0x0198CC6678E47330B69D6135908D97F3 , 0x0198CC66985E7384A9E6B74CF8EE2DC5 , 0x0198CC66B7CD73E89BFC31BFF9C3E43C , 0x0198CC7B42C87003B7667673259ED040 , 0x0198CC7B794C70C596D1DACC3C20C773 , 0x0198CC7C80E6738DAB2E1A58FF4ADB38 , 0x0198CC7E1711729489F6E81BD2AA77F1 , 0x0198CC7F3E447214A848528DE060A0ED , 0x019F1BAEF2DC439C94800F80DC993CB3 , 0x01BDD843B2E341FBA7621F41D7710E98 , 0x01DB2418EA7941C5923DE1DC12C39645 , 0x02049224C56347179FA4C013E2CFCD8F , 0x022141027C3F490EA15BD1BDD64D9D09 , 0x025717D91C214397BB2E830AE2C2B1C0 , 0x02995413D6C248E38AF849B631E26C0D , 0x02E134AE0EB64719B5CF4547E75DC4D5 , 0x04488BCF0EE84F5B84633A1AF9458006 , 0x04675F9CBFC54E17B4B45D53E8228A12 , 0x0479080E315E4D1CAF8E7132ACFB851B , 0x04E2D9B50B024EE1AA1D7DC56A5DDC4C , 0x05156B693E6B4A69BE607897CD9C09AC , 0x054825AB00664EE780D762BC63A565F6 , 0x054F372BE2194584A2FABB89D2CA483E , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x064251F497FC464F86EFAD5FB2EDC697 , 0x06F759D99D7E4DEBAC132DA0E27ABCD6 , 0x0725BBCDC18043BE841F654DFCDCA1E5 , 0x073C8ACBA3AD4178846C925E7B64396F , 0x0751E34C31CB441494CA9B76E9C11E4A , 0x076C79D527BE40A9BCCFEF2E0F3BD78F , 0x078ADB73E433402CAC1D0FB79E5BF8C7 , 0x07D9B04730414F4CBD2678F7C233D003 , 0x07FADA449B96423FA8433F6EB116494B , 0x084D8960A47C43DF8721E404766BCA3F , 0x08BE2003E1CF4CD8944F32E3CC851ED0 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x094A07544704420C81960DD14DC9BC3D , 0x09A0EDC9672347AA86B18C89FA4AB4B5 , 0x0A02E5FE097D43EC8736119F01B68776 , 0x0A38581650A342BB97478E5552350B97 , 0x0A5564654F004658B3B6B0ABD98ABCC0 , 0x0B051D02018A44F7AD8ED080E0985401 , 0x0B11C6B3F6C24ECF9B7FF0DAC8D69723 , 0x0C888F16942345A4950FA5FE43BB8185 , 0x0CDFC35F743A466C859266BA97E366C3 , 0x0D7BEEA0B0A0493797CCA962F2133FCF , 0x0DD04B698828488BAD12A9DEAF7C5FE5 , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x0E8783DFDAAE4F498EB9497DB6C59DBF , 0x0EB83D6A863F45328EA1017EDC68D681 , 0x0ED3F56F152D45658B1109B1A9FEAC68 , 0x0EFA71AF83864236AF70EED5E2477D7B , 0x0F655A75B1374B92AF4C6ABCB78CF8E0 , 0x1079BCE747F04493A0B784B320384A9C , 0x107AF436BC0643B6B104EE748FB58D76 , 0x1112E49DD43141739D98BA6E739D0D68 , 0x11735682C16940AFA1FC1CF7FA42031B , 0x118D0C0ACC704182AD53787AB7A1F2AA , 0x11945980DD634F8CBFC3220CBAAA2B67 , 0x11CA2DAB98DF4ECB9B9E6EFF747FEA10 , 0x120F6A3158AA4E53A4594D9B2F0DD0FD , 0x123872DBCF1345F2A1B38FF1B6E1D709 , 0x1242731632944B519E5CAD835A9CE781 , 0x1248E272B4B9476582BE4D4C910A72BC , 0x13A7BFCB6F394B52999C33FF1F1A01D1 , 0x146D869CC910426BBBD41ECC5185AB59 , 0x147C921683254C869D791B762F581652 , 0x15746B398E0B4224B357CF603B6FBAFA , 0x1680F2F3C0EC4FF8AABCBD889F19026E , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x17E2ADB56020463986BA58CC358445F9 , 0x17E55A566C5F4ACFA9043F13095C5176 , 0x17EFBFF5803D49B4A767BCF0E90B0019 , 0x1879060A324549198B73970CE12AB792 , 0x18F087BA32B6407BBACBA7C1F5B7259C , 0x193D4A78CABD4FD2B7D8CEE1DC004A67 , 0x195E796BADF14EC58F9FB64787588EFE , 0x1993871D880F474E879BC108A197D98D , 0x19F96C2213514176BAF34860C6766605 , 0x1A1D1F47D14A4CA7B9C26AD89860C691 , 0x1A4C4EC05E1B4E199324351B25D3F374 , 0x1A4D42041C444323AA4F77F41576C402 , 0x1AEA228CA06A48EFBFF72852AA31D468 , 0x1AEE9E1061A447ACA5E7D5BF626F7184 , 0x1B4131453C034D7E9AC2B91672FD353E , 0x1BA80EE4D019453BA2AA88F20A2954B1 , 0x1C00C7F7B77A4D26BB3FE147DDE84CB2 , 0x1C2829042FC647F2BD5BE0061C122647 , 0x1C33BC61A6624EE9842D32F20470B202 , 0x1CEFBDEFF00B4005B50A45A8187C459C , 0x1D02727F23B346DF923936E0DB86C754 , 0x1D8CB0A656654BC580C454F327E7CF44 , 0x1D9DA3D26A4C44DFAD990FE91A01AF6B , 0x1DD6AECCB6214DEAB8FA2F619E5EEBBB , 0x1E700370730E48E6B32CCC72D3363C7C , 0x1F15D3C9E2824C22A5E4972853804CCA , 0x1F43B9EE400F41A1BD2D7F3EF5787255 , 0x1F535F48E4EC47CFB5C04653C5B00B4D , 0x1F6F0579F1914580BEFC15630EFFB9D2 , 0x1F85AB92EC3E45AF9583B335E22DF901 , 0x1FA22ADD115B4FCA9B0A07C534CBC500 , 0x1FB7F084A0114A17942A44D159E7AB0E , 0x201ED12524604C6F89B0E5038A3DB06A , 0x2028A3A796BA4650A90862C4055CC2B8 , 0x2041DC300CD2453F9887CF0C27AA41A1 , 0x2070C1C33600459DB6737C6F3F590C27 , 0x2094054B3CF1430385B3B74C04ABE2D8 , 0x20C641CB1CEA431BBE6B68C2E5545A1D , 0x20D0BCF8DF1A4E4F9C61E85C76C9002E , 0x210C493767324E43B5F72408E3B03303 , 0x21397090760D4DE09EE3C08EFA95B2BA , 0x2182950A7C184CCA87C5C95A5792FFE1 , 0x21969494721F4A7891FF0BA84D87141E , 0x221FA49D612549F08F09AA9E3B90AC20 , 0x22E6DA6830954081B29C53017BC8FFA5 , 0x22EEFC3E4E8647F6AC9096672CB8EDF6 , 0x233B79BD9DCA46A18CC777BC617EC1E8 , 0x239B24564C8F48F3BB7FCEC7E82CA121 , 0x23A6C4D09E944347BD8365876D209E9C , 0x23DA38F1B1D94B099B7D1026640F385D , 0x23E8271FAE334AC0BB481FA2A0BAD4D3 , 0x2426EDB12DF4476AA105EE6DA57AAC54 , 0x2430641EA69E478CAC492C148770266C , 0x24568E105B1C4CE39B7004ADB96560EC , 0x247886D0B3B14A1BBC60287EAE099276 , 0x24C6C5D056014150AEAAD045789A4085 , 0x24CBBB46CDF84DC291FE9DE5A1CEE1F5 , 0x24F08BC1FAAD45CAB5496EF69E747B42 , 0x24F67A89810B4DBE85FD85C0457DADF0 , 0x25BAB9A3BCEB40E389CE213312C5C571 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x262D10AA4C5F4D2EB8082EA3371B0108 , 0x263E50A70F62437999C52BFAF4D12048 , 0x265FECF4922749E4A259DF6955C8F308 , 0x269F168510B64C60961201460AD0AACD , 0x26CFBC7A02BA47849A00E627E760AB87 , 0x26E8FDB6888C42FB89FA1C7E68709402 , 0x27055B15F2B44EBB8AC0CEA6F4BF5E6E , 0x2742B8478B8140789D40AB68D37E689B , 0x27760BDA084040E89B4CB4EB5ED70502 , 0x2777329A51494C43928445847CA12E92 , 0x27AA62943CF048E09BD8093368AF4DB8 , 0x27BD677CEF054F8CA29691C8EC5AE631 , 0x27F0C28D790C4A3F8D901FD988059FC8 , 0x283DAB9673E74A2BB4FCF96E6752A5ED , 0x28BDBB2A334C4EFB833D50C9F47BBD42 , 0x2981D274AF1A499B9A3D61ACD3C4DFFB , 0x2992F1FE91F14E30A8709F035C50B75B , 0x299DF76406224633B1554F17B7C29774 , 0x2A087B679BF241E3AAAB6C1D75DE3D3C , 0x2A42A0F4A6A84E8B9B6A3E5F08C9CDF1 , 0x2A94511BC4954F2CB2026BE324CE02E5 , 0x2A9AE55F011545ABB59FA1126A76B0FC , 0x2A9F4468CACE405D8E32A3664655FF7F , 0x2AB97282023A4482ADF03887DA54C977 , 0x2ABC85F70B404834A8BA45E9CAFC822F , 0x2B41F1C90C7846C29A25ACAA295AEC5F , 0x2BD9675941344B9EA596D22BADFC298E , 0x2C6F84A742EB4FCEBCACFF84F9A37F4D , 0x2CA04ABCB39D45F4BA3679C5D31987CA , 0x2CAB3498A8AE4840BB83E2AFD6393700 , 0x2CD2E2BAA8884A509E9C6FA5A21AB42E , 0x2CF264BD00E44FA29E37DFD4A2C981A7 , 0x2D8FB38A591E4E009807285F5EF13E25 , 0x2DCFDF6C5C7C4F7DBACDC994F955863B , 0x2DF2A8BACBE24E83B3E1CEECFA8CF947 , 0x2E2027321B61404ABEEF63F27C02C8E5 , 0x2E3DC9F7477B4513BC85FF8A3E5657A3 , 0x2E61C95553E9459B9C48BBB389D1690D , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x2E87E42A3D8C4AA5BD4DA7D0C851BF7E , 0x2EC241AD2879442C8ADC75C286F0F9CB , 0x30079DE435164200863DE00BEA8D10FC , 0x30176C652F9B4833804BE55D2E5C491F , 0x302C26630EE74FF28738A844ED269886 , 0x3084543115D3461F8706A53EA1608DEB , 0x30E5FA2A25F047DD8F66B774E209B879 , 0x310AE53291CE478FA5A4AC21C5E9F4F4 , 0x31205E1F673045538BE582C9FC8C22DB , 0x31735EE394174546B9A835372AFA3ED9 , 0x31A4298CF1494FDFA13891A60D7C4844 , 0x31B25DF3E2C44089A8D2E9DBB0360FDC , 0x31DAF3ABD5CB4944B9F423388B91BCF4 , 0x3209FAD6BCC24919A1FD8CCB513D354D , 0x327337D82CFF477A8B2969ED8C94191A , 0x3287E5E8061341379DDDBA51294CF222 , 0x32A8EF9FDA4147A0821024430E58BB0A , 0x32BC5D95630145DAACE7E74B0905133C , 0x32C9E8A1D12045D8BE6417B93CEE21E4 , 0x334279C235544A1ABD52D1C4F4E65E4A , 0x336A16D53AF040E6959716646F66CDB5 , 0x3391F0E480214F8399DD6902AB553A5F , 0x33FCF0909C7F498BA1CD4FEC3C93755C , 0x3479AB5415E941208DB724336965903A , 0x34A4D135D41243D5B3A6E234093FC8C2 , 0x34A629EC7478437CB2FE74BF21ECAC32 , 0x34F83CB8388B4B1B834F9A099926CD35 , 0x351766DB24834309852CC2886F45D3CB , 0x3518ACDA3DAE44029080D27230974076 , 0x353A7CAE13194ECDBA3ACCBC23C2DD47 , 0x354DEDC90E1846C0A478EE2E699CF29C , 0x36219FAEF1EF45B6B2E3BA126AFFB7D2 , 0x36C5152D4CAF43ACB0BA66D500106962 , 0x36D3C708BE254C8D80EC77DD7339BFFB , 0x374BA3B5D7ED40BF89E11EDA496FB7C6 , 0x37F8B5B249C0499698D6A78F81D17E47 , 0x3961E4D4B5694F32A71C9F545E1463D7 , 0x396FD0BEC6754AD6802751A4953AE4FC , 0x3971F7DF1FB94315959C080E41EC728F , 0x399F373F45154B26A3A79E9B077AC1B3 , 0x3A463F4654D445B4AC9C276C9A1767C0 , 0x3A7B2E70A0F64DF6A3CE19BED344AA65 , 0x3A7CC27D22C44E6CB23F688001D83F9D , 0x3B4371C3DF074E8D906459AB46DFC83D , 0x3BA24E5C352A47ADBB7B44A5A0FB9713 , 0x3BD15E46F3234161A3A86AC171766C25 , 0x3C084DEF220D493CAF032AA1931BC1D1 , 0x3C823C1A270A468B8070B06EA36F87A0 , 0x3CD16D650ADA405E8851AAA84C8038A3 , 0x3CEB37A732424262915D394BDED5A67B , 0x3D0E2CF2730D4FE5B63FF578B53C6A97 , 0x3D2CECCFB8E840378A25D7FAC6EE2FC3 , 0x3E94BA78383649DAA2F19FEE93C92F56 , 0x3ECBABF78CDE443FBBE20C3F7746E105 , 0x3F1E838362194CA396EF76DA76B344CE , 0x3F30F29A06154C5484CF504113B9FC5E , 0x3F4015E99BCB4FC6B66850E532D3EA61 , 0x3FC92DEF06624A42A050CDD926273A55 , 0x403CABD37ACF470D83FDF788492FB50E , 0x4040F5071B454DBAAE3B4BCD172BB0D2 , 0x404AE31328954E1EA8C92B9BA4E187CA , 0x4089BF93662240BF9B3EC0C23A8BC535 , 0x40CAEBDC12904053A893BB6D0CE6C586 , 0x40E55BEF76824D078E1633EC6A5AAA76 , 0x410118C8E60B4A46BFA7A81479A0958A , 0x41076EA5E5CC4F58A625F3E80397021C , 0x420C3873775C46E7A98AB056321E6A91 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x426027AE9AA245EE8F136ED2EC8B4BD4 , 0x429ED5DAF1AF45B7A2E965AC7F34AF24 , 0x42B8908606704F56AD2B257E6CE363A8 , 0x42C5FC8A3C1B4B4AB2D307E72214A678 , 0x43434896BC344DD781EFC6B90CE219B0 , 0x439B6AC8203F4924A303E0073AAB0CB4 , 0x43F2A64568EA406B8FE4D6DC7A56BF4F , 0x44D6900F77D6428096F0D44C38802CAF , 0x45713BFF7B5B4538A2195DF3924B55B8 , 0x459FB0289AE34AEAB44A1F62570819E6 , 0x45EDAC81CDBB4B5D91739487DC5E2BDA , 0x462F242B433C41E8869AEC94BCC1F973 , 0x46815593D7CB4E058BE8C35B4775F8AF , 0x46E6A1DEDB50427E99AB637C736ED176 , 0x474407C721B141F293E170C86ADF875D , 0x47671FCC33714BB3847A0406F90A0589 , 0x47FD66B6CDBE43919BAFE81BC8DBA96E , 0x481078A8A1154B838281D129F2C084CB , 0x48C142CB6FD34917B642BFF0C9FCE472 , 0x494ED93568FD42DC86A8E0340F0DC570 , 0x4977677409F5431AB144D177646D75E8 , 0x4984BABFCF7248D2BD5C79618E10DF03 , 0x4987134C36BE4A2BA051D2C6FBF5BFED , 0x49C262940E634627A83A2D8900CBCB32 , 0x4A004A8A54A544989C22D8D3EEEF6587 , 0x4A12EF461CA2499EB0C4CC7B762C972C , 0x4A3774215AF3449697142DD4E3B95F98 , 0x4A7BAAC4265B456A9BDDF3DA591EC5CE , 0x4AA04414FB744C1F8F0C45A82D30A5BF , 0x4AFEDFFF42EC404F942D99B202FE2570 , 0x4C5B0074BF0A482BBC460D67771E3A0D , 0x4C5B60A0500A4EABB9E45220E749353A , 0x4C9461AA9F2347CB91DBBF636B319C3F , 0x4CEB08EB683E48B8BFFD988441CBE0CF , 0x4D2BEB7206CD4B279E8E71609CFC8C4E , 0x4DF3329A2B5745F38D8E47A9D622D696 , 0x4E0D39B2433B499F9B6F8BD3C7D98D19 , 0x4F0A031293AC4FDCB6E1B244D112EABB , 0x4F2D1CF6B75D4F2D9A7C474DDDF6336C , 0x4F35B840A0BB4DD5BBAECC57249AC535 , 0x50A1432A03A5400C8EDEA57AC6906CD6 , 0x51070503953F46338AE553AAD8369B0F , 0x513820E734B841BFB7A36D40271268FD , 0x52406E4EAF014AB09B1F417E25F5B7E1 , 0x52446F91657F41ADABB61429EFEDAA1E , 0x535B429B95344043B0147338F7A02D6B , 0x53BC052C6BBF41848E2AC9285A02AA09 , 0x53BE4BE5CC7F400DB61B4728E941D634 , 0x53C501E2CF41496FA9A42EEA47C355AF , 0x546F7991CB24470995915C6A6A01EE9D , 0x550C64CADAE74C1598B8EEF6429BEF2D , 0x55B40836D5D44765B09FD42B6148FAFE , 0x56D50E48B02249C4B5BBCCE41A1C072A , 0x56DA301FE32F4AC5BCB9E5B5D708FB34 , 0x5702FBF152EA4CFE98668D8BC9A52079 , 0x57B06521D3FE4ABF934D2B565836203C , 0x57CBD7E0AEBE42E8B705EDC0BC913CA4 , 0x583BCE19EDBE4217944E7D6DC19D2F75 , 0x58A73A1465684B519DE7DF61B3180A28 , 0x590789E000FA4A49AE4B28CED70716D4 , 0x592C8C118FD34494B2F8A1E7017C4208 , 0x5A0696FFDA1B4B3BABE895523E71BF57 , 0x5A39A72570E544189B7F46F753FC3063 , 0x5A5625DB9381412980F9430605B6298B , 0x5A5DE028EA0447C9A01CB7B886217E11 , 0x5A6E2BDADC1F4F2585AF1566EB9DC4C8 , 0x5AAFFAC6AE8E45688B078C9A8CA15C0D , 0x5AD0A75B35EA40B780720CF5B915396A , 0x5B097BD435E848F699E62A1F4D526C7F , 0x5B26E3983F2F49F7A5813FE76837F73F , 0x5B652B4923194937A09E18BEFA870B52 , 0x5B6F58BB3A6D404EA6DD97ADA0B329EE , 0x5B9D56B870604CA2ACC275329FB15B5E , 0x5BC9C81FEFF54E9C84B24012E453A899 , 0x5BE22BF8C34240FDA91212D746299FC0 , 0x5C03EB1DC4C44395918697871B76824E , 0x5C14BD4352F84255AE542EBA0ACC0E5D , 0x5C561A6BA57D4EE7804A3D3DD1B96A1B , 0x5C67C511F6944DF3AC8E19EC862AF83C , 0x5C7DEF33E13F4CA1AD48E9654B86F947 , 0x5C877C91644846499312721B3D736C7A , 0x5C8CCC79ABF34ACBBA63EEE33F345362 , 0x5D48E465F9A24E8A8B8F92844009B553 , 0x5D81B0B6260C4C57B10BF3066285DCA2 , 0x5DC2575BF14F49E8B4C43FDB4937E733 , 0x5DEDA1211A3C42CF9A453AECF6EBF3E3 , 0x5F6D55149DA14310BD6A08C07D0AAD98 , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x5FA9A2D42F1F4989B9E5D34F466F8D23 , 0x607909EEE162408FA1A59A6A7D84707C , 0x60CBA981CEA144C2BEDFB3040C1AC083 , 0x61263D05188C4F14995A4C68A8EBD27F , 0x614CFAF0DF21415D853584D1B1F7B19B , 0x6158FD5D218645AABB65718E9DB1AD25 , 0x618117809A6E413F8C3C1FB0C5AFDC36 , 0x6279E85C754A43909DE87F0D3B858351 , 0x627FADBA6CF04A98965218D2AACCBC10 , 0x63EF36C39A4C40719A045AB0B55AD36C , 0x645ADA022B194F3E98A4FB31E35FC4AA , 0x6632D9776FE84BBA961029784E4D1B70 , 0x6679A0FC857D458C854C6AA0BB9CDC34 , 0x670E6DC7AE104D428AA1D9D1A3C596FB , 0x67D497D3749A4041B2A4538410C001C0 , 0x6810BBE463EA43AB8EAF0A0B5168791D , 0x684F7A1F180B45C99C5EDE49BA720339 , 0x686BAA2F4B7C4C0594F09982479CB461 , 0x68DE481656174C3192AE115D2059C286 , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x6972481A7E734C349DDF8BE2BCC2EDC1 , 0x699D5C13465942B9A9E9369633CFAC97 , 0x69D5CE94AF8646DD9C2628C188C86561 , 0x69E92375BB6648E7835771FE8C6C9E9E , 0x6A54FE0927C2473F828A874C6A2AF611 , 0x6B0860CD7CCF44E1A82886EC95D194DB , 0x6B3A07236B9E4ABB97560C060A10D671 , 0x6B7AE37BB6924E0ABA23FC8F474BF0D7 , 0x6BA8FB3FC1724476AE18010F1C64BD94 , 0x6BFC1158030244D69DBE85610CF72B40 , 0x6C28F4D3DACE47FFAC9B3028A7079335 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x6CAC5C8418864D1E83240AF4A4918714 , 0x6CEC4DEF5512442DBE7F8EBC169B99AF , 0x6D0A66754C094EEFA18198EA2D20197B , 0x6DAE503F926B45E4852B934306D8C1E7 , 0x6DE5074E7FD7463A80792F7FD0AE08A1 , 0x6DEC6491DB8E432D8977216C47718247 , 0x6EB4EB75EB0446D09D8B22CADE0ABABF , 0x6EED07A4BFF4453B8F4BC0FDB98DF67B , 0x6F35A88083BC4B9C81471D8F6F79E181 , 0x6F35CE76EBAE4B4EAA0CB3CFCC7D7EBA , 0x6F58D7518D524E7B86495A2C5D614497 , 0x6F8394B87A1D447CA2D59221198C6689 , 0x6F83FD21CFA243E09641B0355A2817D2 , 0x6FBA9275227E424C9DDDBAB4E121CE31 , 0x6FE67781660A4A79A99071B4718EF0F1 , 0x707BA3AEBE594A088336C14F922AD23F , 0x70CF20607CEB4142958787DDB7A0F3EC , 0x7134359E2776410E9843051CC710945B , 0x71631DEFDBA54ECBB561FF9317951627 , 0x7177816FFB2A425A91210165406EB73D , 0x7185F8ED29774D7AA35A810FC49240DD , 0x7190A7A5A60F4F4BB59CDF6E217A05BB , 0x7260BA2B578748ACB6FAEA9122190BA0 , 0x7306C4D5A2D346B5BB339FCDFE28CC1B , 0x73CC29371AA84E8B999A699A7C091D91 , 0x73CC2BF819EB462C9E70ABB20990BBDA , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x73E8E9F85D4C493DB672F16C3C916593 , 0x73F4DFAC653D4F52AA5423DC6F2607DE , 0x759717227C7643E1B6F11815A203B3A3 , 0x75A466BA285441C8A75CB2FB64B75FE9 , 0x75FAAD870595455484EFACE7F7957084 , 0x761819060E624CD68899C44ADB4EBAA8 , 0x763A62FFC8524B5E8CDE6E4B63D20F87 , 0x764D49F8E36C481EBF908D3A59D16427 , 0x7675BAC984A140CD8E30CCEE625890B9 , 0x767B10465EDF4B1F8BE0BB79AB01E2EA , 0x7739ABFC1CDB4CB4BBAB8A6B647C3613 , 0x778293E4A68D44719A6E09A9FBFD9A8A , 0x77C7B28C53B843138B9E503FC3CBAAA4 , 0x7803247CF72044D9A32DB52A136E1DCF , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x79C80AA561D04234AE88637FE16CCF39 , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x7A7EB1D6D2A14A5BB541FC32B561BE32 , 0x7AB660DF1FF04A8C9D74A9E1AB0C387D , 0x7ABD39251B884DB38D6570F67F42EDBD , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x7AEC0CF38D9445608FDE7D49D627919A , 0x7B99194BFE6E421B8D0AA89B27A01A12 , 0x7BC6E268B4984369AD86B528D6A919B9 , 0x7BFBAEB96D614C138D291E340C789099 , 0x7C6DD584FDC7454ABEB6C9355F995FA7 , 0x7C86C5D847F44081A2C7F8BB5EAD22BC , 0x7C91B0BFA1934D46AB3FD2FC66867555 , 0x7D30C3B042DD4A53BF0DCD11B6D81EAD , 0x7D8C5FFBFED14CB287D963F77257F14E , 0x7DF94DAA66A64BCEAD011F93B55D8B9D , 0x7E06E736599B41499239FED0D71CF216 , 0x7E09386BD7C14F608CE931E45434BA78 , 0x7E29158E58CB430BAB0A092D50F183B9 , 0x7FACF52F30D24081B647DCB72ABD2E0D , 0x802EE6CE0A5B42CEBB9C073C410A080C , 0x80300E7918A0472189F0600F2CCAE169 , 0x80B0B34BA3AD473193B2F9FC45E218F7 , 0x80B654B1936C4848BD32C15DD652CCC4 , 0x80F726953DEF42CAAB298D541BA142E4 , 0x8102BFEFF8054079A21D170295328A32 , 0x81A0BC8074B04875B081E7E0668909EE , 0x82B42D5240384A9D846F4BFD26C51B65 , 0x82D04825F1504BCEA5E589BD51A42DFC , 0x8337D35896CB43969814DC8F553A6C8D , 0x83AB4B4C265445CDB204D27E9CCC7A1B , 0x83B0325614F34545935E328749624138 , 0x841E29E223B842F29E320E5C5F2E51DC , 0x842D9707EF1343C2A7959E67A22B6B39 , 0x84BB8C3297E044C1A7979CEC2FB6B7FB , 0x84DB882D5EEA4037AE04BBFEBF4B8219 , 0x85766817D6D343ABA28635BA7771EE6D , 0x85C254F4350F401BA4756D754F46FD1F , 0x85C372FD4E0349628BECD740D62142B1 , 0x85FAD572583746E3B8862D53244884F6 , 0x8601FA9BA1444B558648B0DEF7006A58 , 0x86B09D0370804DB68DAA0543C75500DF , 0x87085F7F038E409C9CA71CB6709476A5 , 0x872ED89E150F40C9BA8C90376412E172 , 0x8771913A495642158E822E0E07BDA289 , 0x879E2C487214457CB3CC606EDA47F549 , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x87E8A336732741CCBB5767709F69448F , 0x87F4BF8BB777438D92B9EDF11E4808CF , 0x882A0D90845C46C9BB019659A615F235 , 0x887FAB7884184B97B32F3B5BFB02AE32 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0x891F9601EC2E42CEAC06602FA9BD66C7 , 0x896E272E84D64AE082D4FEA02E1565ED , 0x89C6C77FB98B4AC6919B9DE70A9B924C , 0x8A5AC200D25D4899AD75E11B6302BE40 , 0x8A6708AFC5644B41B574817639939A1C , 0x8AD0FA1CB54C4456AE91C74BA0DF0FB3 , 0x8B2D191ADBC8495AAC0A0FDA910336A1 , 0x8B4CCE12BAAF42C2A60B5EC61ACE6377 , 0x8BD442081B6446AD9740039ECE37A609 , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x8C83D48FD4BC42DEA428F0566B1C1159 , 0x8CB0EB0EADA24635905CEC8D3F1D71F3 , 0x8CBCC1051ADB4A9E960AFDB22ABC80C2 , 0x8D1E147F008D40F5BA902C23610374FC , 0x8D2CFDD4A5F54B59902A11851D033E54 , 0x8D4F652702BE40BE8D5FD550188D0F45 , 0x8DF6D9D84F7247098541724812D4A756 , 0x8E0C64F417264187AFB600F36ACC6D22 , 0x8EA5C319BADB40BFB1E0F2ABE8E1420F , 0x8F3502D374E14B9E94862331E65A507A , 0x8F71BF4F636149A7BC6E1B3079F45821 , 0x905EB35C7E7F4A26B89C6F3A8AFA2771 , 0x90C5EDE0B2E94251B2824DA55F903453 , 0x91631143C2984C2F9DBA27F2AA18CCA4 , 0x917C0DD471714A44A2F46430182D7FD8 , 0x91A66417D50D40EFB13442458F32EE16 , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x91C10139F3F946DD995878D8E2922800 , 0x92D177D912C442A1B438BFAF967C26A4 , 0x9355F61CD2C348D4839DD4FB4A56ED9D , 0x9387ACB13A7642208F7F6AD8F453E41A , 0x93BE2DB9AB73440C9F44D4DFF869B6DB , 0x944F0FAB45F64A6894BCEF7C9F2446E4 , 0x9459332A94F14DB28A93466A607CD029 , 0x94ADA67DB17C483D8FCC267725CD745F , 0x9548B4B3A0F44CA1ACDDBF2A52894A71 , 0x95946155129944BFA0D9705C29117F82 , 0x95C56B0280FF4398A69AECBC4B4A1BBA , 0x962C617E8D994FF6B0C25AAD04022B67 , 0x96703184E4A94DEAA6639AD3B41D6EB9 , 0x9679137632584753863DC17B19A2FC85 , 0x9697343857C24DDD8250E9515CE7FF21 , 0x96CEAF9C355A4FD084A3C7B5BF48A914 , 0x9715565824E8455AAD45447D487D480D , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x97D90C55E1F4421FB536210F0F36D324 , 0x98099977618846FE80E141669A36D6D5 , 0x985EE16C563248EFBB7EC41C55498B8E , 0x986015FB8FB54E8086EC2F3D329CE332 , 0x986B22337F9D49589976A6C1E914E9D3 , 0x9895C2D08D944C82BAFE7098CE209427 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x998BB8A81E1B4FBC810C7FA5CD42B761 , 0x999EEE8FE1D54280BDDFE719F06D5411 , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9AB123ABD0884FCB98CDE675801D9A06 , 0x9AF792248A814E3E8FD1C0EE213F1301 , 0x9B13EEBAC1A44D73AF33013CE07DD927 , 0x9B2943C29FD2445BAB5C0A1EB2A939F8 , 0x9B3D94CA7CA0431DAFC9050EF3F9BE06 , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x9BF28ECB49CD482BBA0DF9BE9B8DC7A1 , 0x9D0F05B986BA4F3AA979C5DA6488A97D , 0x9D50BB6C044F4682BDCE826E0DD8826F , 0x9D72BFFC5DCA40AD99FDA7AEF80ED584 , 0x9E0A24038D8D4B1380918E3440EB6B7D , 0x9E19A59AE8DD4E4BB2D5045839B832C6 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x9E81CE7F104642459841330A142790B8 , 0x9E935F48DF944332AD696931BA2CFDE4 , 0x9EEFF8E2C50F4138B90341E585968A96 , 0x9FE900304B3C400096432EE937BC1641 , 0xA0132F14F2614BBEA22020D36C8F1289 , 0xA054CE261D744BCDA5C30495FE53F325 , 0xA0645420AFF348B8AA8C74F10917B1B5 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA14D45ACFC374D0399632F200ED0D82F , 0xA182D7E966DB4DFFB57FB90D5B12DD8C , 0xA1D210E732B14ABB9DD022771C2D6A50 , 0xA2B358B0330A4019B3DE9B2E38D11753 , 0xA2EDDFF556844746AF79047D752650AB , 0xA30AB8A9979644639A6C8FA69703B204 , 0xA31FA1B5F15E4C339A653FA40E7D1B90 , 0xA3296D93EF1A4CC787DA180AE9844796 , 0xA339938EE1A14087B010804547E59490 , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0xA368FD3743B345E69FB9210869F97FE1 , 0xA38274ADF70D45419F15B6A5AAF8DF4A , 0xA3B25FD1F93D40FA962FD9D1B9D76C21 , 0xA3C52DE62B3B41B1819F8C35D9DF9230 , 0xA3ED2E2204F14A108ECC492364CAF355 , 0xA406FB1BD8EF4E0C80D860106D280579 , 0xA4566694F5354A1C993527ED1EF82A0E , 0xA45B956198B84F1FB6FF13EC45245ACC , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA4B08D7E53494823B9DB9AAD286338C4 , 0xA4E7E53AD0D74A4E8718F97878137202 , 0xA4FEE06C341740288182D2D765FA10FF , 0xA50157E076D94B1AB4A1744CE270E8D0 , 0xA5565134734E44C38A5B87A1147DA752 , 0xA564DF702EDC437F8B2E30452C1BD0FC , 0xA57835DC1E2A4D37A4E375DC7DA7EC70 , 0xA6091BA656CF4F73A7B1807AB047641B , 0xA6A99F9475354A60892D173B04034D30 , 0xA6C902E312A54D22AAF180DC4F381CF6 , 0xA6DD34E9CE3E4019AC3A7C4A75EE8098 , 0xA70C2B789EAC46DE93D3386F09C9A1DF , 0xA7536B95B579401EAF028DC3DA9197F0 , 0xA7B130D85E434BD1A10003D71BDDB203 , 0xA7DC85B0FB5547969949DFD4A247AF1C , 0xA81134C44A504D4F90822C0EFECAD5F2 , 0xA812FE02A0944D2FB679D70FAE070147 , 0xA821025B13F0464C84E855512A64902E , 0xA85FDFE29A3C4AEAA52BAACB7C4FE95C , 0xA86377F471204DA0B765FDC0A6323D51 , 0xA86DE63A08B04FB0AB63E1FD0055D23B , 0xA8AB86750D2A4739AD7688DDFBD6EF33 , 0xA8FC77DE512740D1A0968AA9D34E912A , 0xA96845A093A3440788BE7B3AC34FEB5F , 0xA99384528610462C9810689AAC1F2463 , 0xA9C379431F9941C2B6A895746AFE780C , 0xAA2D24BD2C9749FBB6AA8E866000D198 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAA50F442B42D4A1A89601286F992C66D , 0xAAA3896325A74534996279F0CF3E4EFF , 0xAB789CE2066E472AB512C5B572559FA2 , 0xAB8775D01F5949539DEA74CA9A4A3E9A , 0xABBD0CD0A6984868B486EA1C8BA1CA42 , 0xACC864C0BF86429FB59BDA972C31599B , 0xACDA8C43B3964566A16F8ABC69A1A09C , 0xAD954713D8574B38AFA2398C7BD66C0F , 0xAD99762DF9084E81B18E9ED398810FC2 , 0xADF28C1B866641CA80805EDA0F657E47 , 0xADF5DA86CEAE498BB8AE183AC723AF7B , 0xAE1B6E1101974395851F687B7B654931 , 0xAE40DB904BF9425B9FDFFCBF89C4F617 , 0xAE4A278B077744B7A11825BD1A3B3F39 , 0xAE777A0418834992A68BC3E2D6F4F23C , 0xAEB022537E90405AB675ECDB15F52117 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0xAF35A74DC8B64A1793D07FE51394F187 , 0xB03006FBF7354A93A528FB71C1275DB8 , 0xB03EC85386B940D486C94DFB207AF064 , 0xB06E1B7BB9814476976C4351CE7F42B1 , 0xB1392737DB6E444D8CC9DCEDEAF683AC , 0xB18DFFA8F25443258FAE7F47A5D9FBCB , 0xB1ADEDD24A1240FC89C0E548CD042C9F , 0xB1DB8DA532FA409DB65270ED2FDD7BC1 , 0xB1E9790332E54D3488A06AB013689BB3 , 0xB29F9DA935FA4699AD3FEF9CE2786EA0 , 0xB2D7FB30DB00465B934AEDC1CA6371CA , 0xB315B8FEC0A54B11ABB7B4B44567A873 , 0xB32EC1DC6CC74DCE82575018D41B6810 , 0xB3A3E2DF2A664896BC11F2831214441F , 0xB3D5CFDF93044F0F9DA63E1BEC0F498F , 0xB4200C48BF264135AF6548ADCD0494D2 , 0xB45B724D1237416DBC2C9C3DF28F380F , 0xB4654E8B79D0497EB735B1D3AB6C1A47 , 0xB525F8818BB94975BD6D612C4B661597 , 0xB532FC05A60B4CBEAF3A21726609014B , 0xB54A90632E0344A4AFBC8C69EB57834B , 0xB570F0F14AF04DD59E3472B4200C921A , 0xB5FAD744249A4B6C964C1A057F99481C , 0xB76CF509D64C4127AC6069B21F383205 , 0xB7BDDBBE01C144FDA09070A159706DD4 , 0xB8CF062E55724306AF686D95C3BB393D , 0xB8D46F425DDA480A94A63288EAF9A67D , 0xB96F2E122D4B499FB4FD057B03A964BA , 0xB995EE0ACD5B42E4919356469A44F07C , 0xB9DDB8D7041147E6BB641CFCDB4A7748 , 0xBA6462E1CE9D4920B1D4443BF5B4B453 , 0xBA76CB71D106411AA7ED00F13045A32A , 0xBAFD7DA5004440E8B75178B8111B1997 , 0xBB1C0A1278A144809A930058A52D6A84 , 0xBB8D0D8607FB48C593FF210266C195B3 , 0xBBA2A0852978402295F1C7E10D5E4803 , 0xBC2A9569EC804D2B9CFE477D56D22707 , 0xBC54D495F82141698103436B43896042 , 0xBC5E02F259B548E585DE758155C448D1 , 0xBC64A70A35A6418D817E62896EBE84C3 , 0xBC682318F5FA45F0882688B264BD3EBF , 0xBD2F3BD185B44BD89A304655797F6F82 , 0xBD6002CF08154BBABACBB5A380DCDA20 , 0xBD7A78BC52D347328DE55D912501B2B5 , 0xBD9B273F45AC40478A3165D9F8580223 , 0xBDAD675F39C44090A2EDA76D21FE3696 , 0xBE5F041AE3014F1FB42E0A82E6B5D7C7 , 0xBE8AB8AEFA944F648610A373C7D9C612 , 0xBE9981C98EAA407DA40960AC1D2BDBD2 , 0xBEB7F827536D4C0C99A65B29CC633566 , 0xBF0D5734973D47F3BB7C62E07BD40312 , 0xBFA003D2278C4189B6394E0DD84A8763 , 0xBFA0F5C7990D47D68FE7896930E02E58 , 0xBFBAB1674B4E4C1EA8FECF9E1C204E22 , 0xC0222E973C85450798BE8850EE5351FA , 0xC06DA58BE45E448CBDAFE048F8FA34BF , 0xC0938ACCDE1F4174BD1257612629EF9C , 0xC0990CE6C3C04654BF8DEF2C3646FB58 , 0xC09CE18224C649248A8B0CB0682B1899 , 0xC09FA05CD9344A6B83B1EA7C01136F46 , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0xC181BC04EF9A45E88C31BB31ADDB9391 , 0xC18F79F769C146D5BC1822F1C8A2A998 , 0xC1A6825D67F54F7C88C73DDB3CE1303C , 0xC2773092517344FAB4B3087C14448769 , 0xC31991FB42A9432CAAC16ACFB960E7C8 , 0xC320EAD153A245A7B4E0EA7A021D40A6 , 0xC358E3AD1F374179AAFCEEE631652193 , 0xC36E1B4C6ADA49A5BFC72686F869E02E , 0xC4642AE7E3E14468B7E384F376400530 , 0xC472E4F0AEC545C99F46047687A3B8E7 , 0xC5897AE8176144D592821B956072CEE1 , 0xC5A349714C8F4BAD98BB230A05D2B383 , 0xC5A7941EC4AF4197AFDE9B553ABADD82 , 0xC610E49753784DD3853CC283860CA866 , 0xC640A703821C494BA8BC9862915AD827 , 0xC6F681E0EA1D4C69844072A65D07BF8F , 0xC7294D6120274510AE2B844C7B40AD0A , 0xC782CB835F3143888D572022A4A15AA5 , 0xC78635FE661641F1A2D44EBCAD1FAE41 , 0xC7AAAFF3E1D24BDAAD4E5ACA59C2240A , 0xC7E485C9F4C948BAA4791D7F81846C11 , 0xC81E18BB8DCA486E9DCD2C30A35BAB3C , 0xC85A3558DD2D405CA0F4491A6B52614F , 0xC863E0641C3B4E8DAAF7DACC6385C1AC , 0xC86D452F82BC4B1D89899C7D23CC5B3D , 0xC86E86CC17BE45CEACAC8DBEB716AFFD , 0xC87D34D5C4D748F28DA1AB6A1AF3DBDB , 0xC8AE7F0369464BAB97E8CB6998DA5A37 , 0xC8F99F4ADE9E43C98A254E862BC11170 , 0xC93ECDEA10EE41A9A587AEB88F1B08F3 , 0xC9B9D27D0F8549C4AF53F140DB0CAA3D , 0xCA1758689AAE4671A78632E18DE7E623 , 0xCA36542C88144A32BCF8123977BECD7F , 0xCAC0E859BC574557B35F78FF09B0E8B5 , 0xCAED7E650A0C4EA597085F5148C59AAB , 0xCAFE3CF58D354CD2BAE220E75FC4F7DC , 0xCB28D1924D864D0E8F76280F83A6754F , 0xCBCD83969A784F79A80CF7C950700D16 , 0xCC362AD47B624F4187833295ED72F051 , 0xCCA727003FF54C9395AF451195E7279A , 0xCCC56164398C4D1E9554FA01EBA424A7 , 0xCCCE86F4B9CF4642AA9BD0E679C4046A , 0xCD0E2E40890A4D15821F2359F2C4EA2B , 0xCD12F3F42ADD41D3B23985FA87F5630D , 0xCDB1AF3E95D844E18D240AB84A3493EC , 0xCEB8438537014224BD0256A2FEFF1D66 , 0xCED7581F97E34DC28784BE92A4E9C818 , 0xCEF00D84D4064A5498678C85BBF6C70D , 0xCF45EB60253946D4B586C2B976AD588C , 0xCF5E6D5586A54DC4AA912896D745D722 , 0xCF62EEAF87EA44648D024D5E6D0F0A3E , 0xCF7D8177327B42AEA09859034A7166AA , 0xCFA428B6B0014B83A4865FAB29B579DE , 0xCFC910B80B5245AB84BA0CED40038BDB , 0xCFDBD6959DB6473FA49CEBB157AD7986 , 0xD01B58810DC14974A4B3B541F2176A7F , 0xD087EE161B9940988F81005687B53198 , 0xD0F21C480DE5485F933652B86D84A436 , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xD133C375EFA24C05A901F1D76F689268 , 0xD161F82EDAC0405FA89FBED9B91CDAEE , 0xD28D3A6445A94EAC9BFD4357C19968F4 , 0xD2AB28AB385047C1A04856FDE35C6C0D , 0xD2B02104494D431C8ED9265A1F9EB2BC , 0xD2F2E561FD094F4FBD06D5CB92984763 , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0xD444AFA107264E84A72C3ACFF798882F , 0xD4888D31323D443FBF35ABA5992693DD , 0xD4F485DE02C84D52BCFAB3FC94B7D853 , 0xD53ED79B907D493B9BCDACC24C071D00 , 0xD548483F01734FA9906094B9C944076C , 0xD588741B684A4310B31DA17036B4104B , 0xD5BE41A8F5A34787A1467A70DDFB7EC9 , 0xD5E30A9DEEEB41468B2430DD34B03335 , 0xD6C2ED6E82254FC9A502A5F5E1D26356 , 0xD6FBCB6BC1FB4C4FB3C5374EF5B5B67C , 0xD722D8C2CC224A3894453EA0E6EDD748 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD7BEE9BF0A40497A804FA0385B536CDB , 0xD7CB1D58D4CE4F699CAEF498931672DA , 0xD83A3E11D54643B3BD70857E7153AEBE , 0xD8A8542B78F6473A99F468FE2B2AEC50 , 0xD8B7AD7F1790433F9EA3D95228DE6390 , 0xD8C29AA25E6C4AB8A522BF7B9B0D98A0 , 0xD8CE812C667F4C14881887CABB9E727D , 0xD921EE213D44441DBF25538CFF506FBD , 0xD95E5AEC89724844A46B61824FB1C774 , 0xD96A6504CED547CEAC391A2C17B3CF52 , 0xD9D87897BD6C49B8838C356EA465B8CD , 0xDA714EBB8CB54BF79277A88EF1CFAF9E , 0xDBB7D665B7AE483A85DDC00B00A6F4FF , 0xDC25A659B6F64EE9A0D9DC0A908CE5B2 , 0xDC47F82FC04342FEB26FC8BE03D02E48 , 0xDC52A263E5DD40F4B1AF91362FC32194 , 0xDC7487729044444198EAAD719A5CACA7 , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xDD217D2EC983400BB9CFC4DCFB558BBE , 0xDD4C026B9D054691BDD6AB09F04CC83C , 0xDDA111616E3D41ED80E67B05D1B1A04C , 0xDE60E8C91AA24BDAA1132ADF8769432D , 0xDF9C5D3284204B7BAC1A90DE8EDA2C1A , 0xE026D0F08C064093878FCF9D91BF61E9 , 0xE036DE634B8142F9BB7FCFE2B95D2B61 , 0xE070C6060A1D492AB557CD300DF10A68 , 0xE0971F6503DA4ECAB944E2E8F4AC211F , 0xE0B6680EE6684E948069AF0D6D72C2CE , 0xE0D35DA9FC7047D99D1BBBFE73D4D8E3 , 0xE0E3A72766594CA6A97740E665F961D6 , 0xE0FEF45EE5F14A2EB64EDAF105285BBB , 0xE14FB6160E7140A48BA32B58927F9A31 , 0xE217D5EF6E0845B7A2166682013B03DF , 0xE268901044D74F4997C8798505FDEA63 , 0xE2DD0855A86A4C399E1D62FD25C35D2F , 0xE3247F80A7BF43EBAC80F5D159AC0589 , 0xE400E19043DE416CA4DDC4C778E55485 , 0xE48F7E2131504EB1AA4B8E4C7653F720 , 0xE4E45D774EAF4320A278EBFA73EEE2EA , 0xE5A73622ACFE410180FA08ABD5475FA5 , 0xE5D9910EBDBF445E82FBC040651DCB69 , 0xE5E15C4665104BF5B544649B13A5BF22 , 0xE64917D2DEF640F099DFF3E1724557F9 , 0xE69D82F05CD3490489A4FA8B6AB69DD3 , 0xE7123A43BD2D4C04B7F884F5F5F4EC83 , 0xE71BC9B393FE4133BF1FB32B20FC1F32 , 0xE7572990BF90464ABE316A8714C55DA7 , 0xE7575D54C9FE443F98C5CFC50DF9C398 , 0xE77B63D8F8CB44A4878FF27D24CE24BD , 0xE7AE424718304C01861A6239553E82E9 , 0xE8384C1971CA4D4B8787088AFBDCD578 , 0xE863DE4441514E82BA6DE7D252DD9335 , 0xE86C43C1161A436BB282A062DDB31F4A , 0xE891FA63EB724209A3D4DA790A904B4D , 0xE8B6FCAF96D144DF92383631D23EDBBB , 0xE8C251237D3240BE8D3FE4B4B199D54C , 0xE8C96E16EFDC411FBE422CA21950A2FB , 0xE942D9014655479DB3D9E635B59810F2 , 0xE977F7820B97441ABCFE8FAB11EED316 , 0xE98968347CA248549A36038041A70D46 , 0xE99F3C4BA046461383A9BC673D0B87AF , 0xE9BCA89EBB9547358779FBD8E7653FCC , 0xEA0BA39C56A148C29DA3E53C759775F8 , 0xEA1652ED0E15455B8AE363C29F52C279 , 0xEA4EE62ACC4944E68D8E9061D46211AA , 0xEA78684BC1224F908323395807C922BA , 0xEB4A2C8CB41B42D1947B8BC76EF16B41 , 0xEB7F563A51E646888AC82D0BD90E53B8 , 0xEBB547A12DE34E15A17E78BCEA1CF096 , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0xEC1436DA1E4C4F03BB092B218CA78CB2 , 0xEC303C85D69743938F334C6A75E1A814 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xECC13E058EA74F999D89025EF24E200C , 0xED08CA2FFA764F00B45275D2D78BA76A , 0xED3AB2A57CB94CEC97392A2D4E4FC2F8 , 0xED7A9A663E0D40219234E240AB47A393 , 0xED8C3D55396B4054BAC6E525551A4B72 , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0xEE5DE617198A4B4392DAEC9CA66E82DE , 0xEEB163AFE4E14577B255A759832208C5 , 0xEEB7D90A6F7742A0BAE906C7C237C781 , 0xEF094217B79440C29FB54A57D569967C , 0xEF539485CC4C45269C7CC2658DD5BEA7 , 0xEF703AAEB7D742AC8DD7660634531135 , 0xEF99AE67A8F34E458157BFA21DA2E93D , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xEFD41CD80324407FA1D76DCFE568D4EE , 0xF09A95B636114509BFF44E2C53D6E0CA , 0xF0C0473CC93F4087A8F6C43AD80A060E , 0xF103D729273645B0B27BB48CD04B290E , 0xF1A768C6B0F849519C1F536A7FE37884 , 0xF1E47E9AAFBD4E4FAE138A9C381CCCDD , 0xF2384F2A3E4E45BBA48B1E139EE0D0B4 , 0xF2406EFE382E4F49937E837FE25BF33C , 0xF27F12B684A04CDC8F4D0CD858C5BA56 , 0xF2B436F79F9844D3A78C6EBDEA8541A4 , 0xF316E9150A4A4575938B7AB049475F03 , 0xF3C11CFD48FC454BB7F0F46D9BCE33F5 , 0xF4738ABA146E4C76AFE08DF67977AE26 , 0xF48839F4F45A4440921853A4F73020BA , 0xF4C112A32B344491B74F59D7A1223E89 , 0xF5387F1822944A38954388F7AECE2955 , 0xF57C3E1BC4B94FFAB77741E08A66A7C6 , 0xF63A700199364809B03AB723E56C2B9A , 0xF645A23DBBB94BE8B23B923C76E3C7D0 , 0xF6A6C765198F430DA8D08A02F33CE6FF , 0xF75C810483364B588E6A8C694692E113 , 0xF7936B663C634F0FAEE164FACD280B53 , 0xF7BF4A4B2D914EC68E695EFF55412178 , 0xF80BDAD559714609A111DA9F3B13EA9D , 0xF80CAF2ED9D14213A4923AC54B56DD7D , 0xF874744CC0C448B5A69E69DD90E4335C , 0xF9C009DEE7CE44729D8205EB983C4F7C , 0xF9DC162AA4FB45228ABD83B88A609623 , 0xF9E62C3EE7BE49648C08702F12055D67 , 0xF9F005A3A5EF4E34A411BE5F9D070933 , 0xFA06D411CAF649A8A0869210D28B8182 , 0xFAA8B8E56D61438CAEE2D21F8ADA602D , 0xFB3BB423697249CE8528963A64B7204C , 0xFB79C630D334430CA3E658D584B51BD1 , 0xFC8986EBBFF24DCF8A2A3DA57EA7B3E2 , 0xFCC702A4C921415AB52281E3A9D24DA0 , 0xFD12380C45A64F7AB34881B8A9369509 , 0xFDC5C63B921E4DE49E79D66CBA61A87F , 0xFDCD2583118541FC9130CDD0E73CDA04 , 0xFE039F02196E4B5CA658E9C0B67B612A , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0xFE720B4DDEEE4981B54F628E3370D344 , 0xFF18D58435FC45FD9941464D2CA2F51A , 0xFF39B738341A4E009B3EA51400377614 , 0xFF5B4859EF714E4CB4B8DC9DE071262D , 0xFF869228FB8848A2B33F4CB8B07F2E87 )));
Copy
85
2.15 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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""A“r\f *JE¼–Ë-\x05 VUº "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"WàeÍ)¢L³²Ùü9ü*¿P "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x01 ¹üƒºWD╚Ño▄\t ü8\e ® "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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çâëB¿®¼¶\x1A ³U\x0E ô "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"C\x17 Ø\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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"DD$ÿ“‘J'¤\x01 é »3—n "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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 "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x224193720C2A4A45BC96CB2D055655BA , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x444424FF93914A27A401E920BB33976E , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x57E065CD29A24CB3B2D9FC39FC2ABF50 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x01FB819FA75744C8A56FDC0981381BA9 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x602C39E7E2EB42BFAEBCB61AB3550EF4 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 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 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x43179D16B38A40E1AD2B3FA540C9DEBF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x444424FF93914A27A401E920BB33976E , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
86
11.72 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\x04 jÚ hE╗ƒÅw\x7F\x05 ¬╗B "
b"\x00 F†Ø÷`Iƒ‘õ.§È½¶@ "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"\x00 k\x0F ¬x¤AÔ¢\x12 .ˆ&-ä "
b"\x00 Ôа\x14 û@†\v\x02 ®\x10 ƒu^ "
b"\x00 ð°‘\x17\e C•¹\x7F ×:½\x18 \Ö "
b"\x01 ˜Ìf\x0F Ês\x1D §k[šÇ\x7F Êû "
b"\x01 ÿ╠fJKr»É"óåû]) "
b"\x01 ÿ╠fxõs0ÂØa5Éìù¾ "
b"\x01 ˜Ìf˜^s„©æ·Løî-Å "
b"\x01 ˜Ìf·Ísè›ü1¿ùÃä< "
b"\x01 ˜Ì{BÈp\x03 ·fvs%žÐ@ "
b"\x01 ˜Ì{yLpÅ–ÑÚÌ< Çs "
b"\x01 ÿ╠|ǵsì½.\x1A X J█8 "
b"\x01 ˜Ì~\x17\x11 r”‰öè\e Òªwñ "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"\x01 Ÿ\e ®òÜCœ”€\x0F €Ü™<³ "
b"\x01 ½ØC²ãAû§b\x1F A×q\x0E ˜ "
b"\x01 Û$\x18 êyAÅ’=áÜ\x12 ÖE "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"\x02 !A\x02 |?I\x0E í[ТÍMØ\t "
b"""
\x02 W\x17 Ù\x1C !C—».ƒ\n
â±À
"""
b"\x02 ™T\x13 ÖÂHãŠøI¶1âl\r "
b"\x02 á4®\x0E ¶G\x19 µÏEGç]ÄÕ "
b"\x04 H‹Ï\x0E èO[„c:\x1A ùE€\x06 "
b"\x04 g_œ¿ÅN\x17 ´´]Sè"Š\x12 "
b"\x04 y\x08\x0E 1^M\x1C ¯Žq2¬û…\e "
b"\x04 âÙµ\v\x02 Náª\x1D }Åj]ÜL "
b"\x05\x15 ki>kJi¾`x—Íœ\t ¬ "
b"\x05 H%«\x00 fNç€×b¼c¥eö "
b"\x05 O7+â\x19 E„¢ú»‰ÒÊH> "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"\x06 BQô—üFO†ï_²íÆ— "
b"\x06 ¸Y┘Ø~MÙ¼\x13 -áÔz╝Í "
b"\x07 %»ÍÁ€C¾„\x1F eMüÜ¡å "
b"\x07 <ŠË£Ax„l’^{d9o "
b"\x07 QãL1ËD\x14 ”Ê›véÁ\x1E J "
b"\x07 lyı'¥@®╝¤´.\x0F ;ÎÅ "
b"\x07 ŠÛsä3@,¬\x1D\x0F ·ž[øÇ "
b"\x07 Ù°G0AOL½&x÷Â3Ð\x03 "
b"\x07 úÚD›–B?¨C?n±\x16 IK "
b"\x08 M‰`¤|C߇!ä\x04 vkÊ? "
b"\x08 ¾ \x03 áÏLØ”O2ãÌ…\x1E Ð "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"\t J\x07 TG\x04 B\f üû\r ÐM╔╝= "
b"\t íÉg#Gª†±Œ‰úJ´µ "
b"""
\n
\x02 åþ\t }Cì‡6\x11 Ÿ\x01 ¶‡v
"""
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"\n UdeO\x00 FX³¶°«ÙмÀ "
b"\v\x05\x1D\x02\x01 ŠD÷ŽÐ€à˜T\x01 "
b"\v\x11 ƳöÂNÏ›\x7F ðÚÈÖ—# "
b"\f êÅ\x16 ö#Eñò\x0F Ñ■C╗üà "
b"\f ßÃ_t:Fl…’fº—ãfà "
b"\r {î ° I7—Ì©bò\x13 ?Ï "
b"\r ÐKiˆ(H‹\x12 ©Þ¯|_å "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\x0E çâ▀┌«OIÄ╣I}Â┼Ø┐ "
b"\x0E ©=jå?E2Äí\x01 ~▄hÍü "
b"\x0E Óõo\x15 -Ee‹\x11\t ±©þ¬h "
b"\x0E úq¯ƒ†B6¯pîÕâG}{ "
b"\x0F eZu±7K’¯Lj¼·Œøà "
b"\x10 y¼çGðD“ ·„³ 8Jœ "
b"\x10 z¶6╝\x06 CÂ▒\x04 ¯tÅÁìv "
b"\x11\x12 õØÈ1AsØÿ║nsØ\r h "
b"\x11 sV‚Ái@¯¡ü\x1C ÷úB\x03\e "
b"""
\x11 ì\f \n
╠pAé¡SxzÀí‗¬
"""
b"\x11 ”Y€ÝcOŒ¿Ã"\f ºª+g "
b"\x11 Ê-«˜ßNË›žnÿt\x7F ê\x10 "
b"\x12\x0F j1XªNS¤YM›/\r Ðý "
b"\x12 8r█¤\x13 E‗í│űÂßÎ\t "
b"\x12 Bs\x16 2öKQ×\¡âZ£þü "
b"""
\x12 Hâr´¹Ge‚¾ML‘\n
r¼
"""
b"\x13 §¿Ëo9KR™œ3ÿ\x1F\x1A\x01 Ñ "
b"\x14 m†œÉ\x10 Bk»Ô\x1E ÌQ…«Y "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"\x15 tk9Ž\v B$³WÏ`;oºú "
b"\x16 €òóÀìOøª¼½ˆŸ\x19\x02 n "
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"\x17 âµ` F9†ºXÌ5„Eù "
b"\x17 åZVl_JÏ©\x04 ?\x13\t \Qv "
b"\x17 ï¿õ€=I´§g¼ðé\v\x00\x19 "
b"""
\x18 y\x06 \n
2EI\x19 ‹s—\f á*·’
"""
b"\x18 ð‡º2¶@{ºË§Áõ·%œ "
b"\x19 =JxʽOÒ·ØÎáÜ\x00 Jg "
b"\x19 ^yk¡±N┼ŃÂGçXÄ■ "
b"\x19 ôç\x1D ê\x0F GNçø┴\x08 íù┘ì "
b"\x19 ùl"\x13 QAvºóH`Ævf\x05 "
b"\x1A\x1D\x1F GÑJL§¹Âjؘ`Æ‘ "
b"\x1A LNÀ^\e N\x19 “$5\e %Óót "
b"\x1A MB\x04\x1C DC#ªOwô\x15 vÄ\x02 "
b"\x1A ê"Œ jHï¿÷(Rª1Ôh "
b"\x1A îž\x10 a¤G¬¥çÕ¿boq„ "
b"\e A1E<\x03 M~šÂ¹\x16 rý5> "
b"""
\e ¨\x0E äÐ\x19 E;¢ªˆò\n
)T±
"""
b"\x1C\x00 Ç÷·zM&»?áGÝèL² "
b"\x1C ()\x04 /ÆGò½[à\x06\x1C\x12 &G "
b"\x1C 3¼a¦bNé„-2ò\x04 p²\x02 "
b"""
\x1C ï½ïð\v @\x05 µ\n
E¨\x18 |Eœ
"""
b"\x1D\x02 r\x7F #³Fß’96àÛ†ÇT "
b"\x1D Œ°¦VeKÅ€ÄTó'çÏD "
b"\x1D ØúÊjLD▀¡Ö\x0F Ú\x1A\x01 »k "
b"\x1D ̶֮!Mê¸ú/až^ë» "
b"\x1E p\x03 ps\x0E Hæ³,ÌrÓ6<| "
b"\x1F\x15 ÓÉâ‚L"¥ä—(S€LÊ "
b"\x1F C¹î@\x0F A¡½-\x7F >õxrU "
b"\x1F S_HäìGϵÀFSŰ\v M "
b"\x1F o\x05 yñ‘E€¾ü\x15 c\x0E ÿ¹Ò "
b"\x1F …«’ì>E¯•ƒ³5â-ù\x01 "
b"\x1F ¢*Ý\x11 [OÊ›\n \x07 Å4ËÅ\x00 "
b"\x1F ·ð„ \x11 J\x17 ”*DÑYç«\x0E "
b" \x1E Ñ%$`Lo‰°å\x03 Š=°j "
b" (£§–ºFP©\x08 bÄ\x05 \¸ "
b" AÜ0\f ÒE?˜‡Ï\f 'ªA¡ "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b" ”\x05 K<ñC\x03 …³·L\x04 «âØ "
b" ÆAË\x1C êC\e ¾khÂåTZ\x1D "
b" мøß\x1A NOœaè\vÉ\x00 . "
b"!\f I7g2NCµ÷$\x08 ã°3\x03 "
b"!9pÉv\r MÓ×Ò└Ä·ò▓║ "
b"""
!‚•\n
|\x18 LʇÅÉZW’ÿá
"""
b"!–””r\x1F Jx‘ÿ\v ¨M‡\x14\x1E "
b""\x1F ñØa%IÅ\t ¬×;ɼ "
b""µ┌h0ò@ü▓£S\x01 {╚ Ñ "
b""¯³>NåG÷¼Éûg,©Ý÷ "
b"#;y¢Ø╩FíîÃw╝a~┴Þ "
b"#ø$VLÅH¾╗\x7F ╬ÃÞ,í! "
b"#¦ÄО”CG½ƒe‡m žœ "
b"#Ú8ñ±ÙK\t ›}\x10 &d\x0F 8] "
b"#è'\x1F ®3JÀ»H\x1F ¢ ºÔÓ "
b"$&í±-ôGj¡\x05 îm¥z¬T "
b"$0d\x1E ¦žGŒ¬I,\x14 ‡p&l "
b"$VŽ\x10 [\x1C Lã›p\x04 ¹e`ì "
b"$x†Ð³±J\e ¼`(~®\t ’v "
b"$ÆÅÐV\x01 AP®ªÐExš@… "
b"$╦╗F═°M┬æ■ØÕí╬ß§ "
b"$ð‹ÁúEʵInöžt{B "
b"$÷zëü\v M¥à²à└E}¡ "
b"%º¹£¼ë@ã‰Î!3\x12 ÅÅq "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"&-\x10 ªL_M.¸\x08 .£7\e\x01\x08 "
b"&>P§\x0F bCy™Å+úôÑ H "
b"&_ìô’'Iä¢YßiUÈó\x08 "
b"""
&Ÿ\x16 …\x10 ¶L`–\x12\x01 F\n
ЪÍ
"""
b"&ϼz\x02 ºG„š\x00 æ'ç`«‡ "
b"&èý¶ˆŒBû‰ú\x1C ~hp”\x02 "
b"'\x05 [\x15 ò´N»ŠÀΦô¿^n "
b"'B©Gïü@xØ@½hË~hø "
b"'v\v Ú\x08 @@è›L´ë^×\x05\x02 "
b"'w2šQILC’„E„|¡.’ "
b"'ªb”<ðHà›Ø\t 3h¯M¸ "
b"'½g|ï\x05 OŒ¢–‘ÈìZæ1 "
b"'┬ìy\f J?ìÉ\x1F ┘ê\x05 ƒ╚ "
b"(=«–sçJ+´üùngR¥í "
b"(½»*3LNûƒ=PÉô{½B "
b")üÊt»\x1A IøÜ=a¼Ë─▀¹ "
b")’ñþ‘ñN0¨pŸ\x03 \P·[ "
b")ظd\x06 "F3▒UO\x17 À┬ùt "
b"*\x08 {g›òA㪫l\x1D uÞ=< "
b"*B ô¦¨N‹›j>_\x08 ÉÍñ "
b"*”Q\e Ä•O,²\x02 kã$Î\x02 å "
b"*šå_\x01\x15 E«µŸ¡\x12 jv°ü "
b"*ŸDhÊÎ@]Ž2£fFUÿ\x7F "
b"*¹r‚\x02 :D‚ð8‡ÚTÉw "
b"*¼…÷\v @H4¨ºEéÊü‚/ "
b"+AñÉ\f xFš%¬ª)Zì_ "
b"+ÙgYA4Kž¥–Ò+ü)Ž "
b",o„§BëOμ¬ÿ„ù£\x7F M "
b",áJ╝│ØE¶║6y┼Ë\x19 ç╩ "
b",«4˜¨®H@»ƒâ¯Ö97\x00 "
b",Ò⺨ˆJPžœo¥¢\x1A ´. "
b",‗d¢\x00 õOó×7▀Èó╔üº "
b"-Å│èY\x1E N\x00 ÿ\x07 (_^±>% "
b"-Ïßl\|O}ºÍÉ”ùU†; "
b"-ò¨ºËâNƒ³áÎìúŒùG "
b". '2\e a@J¾ïcò|\x02 Èå "
b".=É÷G{E\x13 ¼…ÿŠ>VW£ "
b".aÉUSéE›œH»³‰Ñi\r "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b".‡ä*=ŒJ¥½M§ÐÈQ¿~ "
b".ÂA(yD,ŠÜu†ðùË "
b"0\x07 Øõ5\x16 B\x00 å=Ó\v Ûì\x10 ³ "
b"0\x17 le/›H3€Kå].\I\x1F "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"0äT1\x15 ËF\x1F ç\x06 Ñ>í`ìÙ "
b"0Õ·*%G¦ÅfÀtÔ\t ©y "
b"""
1\n
Õ2æ╬GÅÑñ¼!┼Ú¶¶
"""
b"1 ^\x1F g0ES‹å‚ÉüŒ"Û "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"1¤)ŒñIOß¡8‘¦\r |HD "
b"1²]óâÄ@‰¨ÒéÛ°6\x0F Ü "
b"1Úó«ÕËID¹ô#8‹‘¼ô "
b"2\t úÖ¼ÂI\x19 ¡ýŒËQ=5M "
b"2s7Ø,ÿGz‹)i팔\x19\x1A "
b"2çÕÞ\x06\x13 A7ئ║Q)L‗" "
b"2¨ïŸÚAG ‚\x10 $C\x0E X»\n "
b"2¼]•c\x01 EÚ¬ççK\t\x05\x13 < "
b"2Éè¡Ñ Eؾd\x17 ¹<î!ä "
b"3ByÂ5TJ\x1A ½RÑÄôæ^J "
b"3j\x16 Õ:ð@æ•—\x16 dof͵ "
b"3‘ðä€!Oƒ™Ýi\x02 «U:_ "
b"3³É£\x7F Iïí═Oý<ôu\ "
b"4y½T\x15 ÚA ìÀ$3ieÉ: "
b"4¤Ñ5Ô\x12 CÕ³¦â4\t ?È "
b"4¦)ìtxC|²þt¿!ì¬2 "
b"4ø<¸8‹K\e ƒOš\t ™&Í5 "
b"5\x17 fÛ$ƒC\t …,ˆoEÓË "
b"5\x18 ¼┌=«D\x02 ÉÇÊr0ù@v "
b"5:|®\x13\x19 Nͺ:̼#ÂÝG "
b"5MíÉ\x0E\x18 FÀ¤xî.iœòœ "
b"6!Ÿ®ñïE¶²ãº\x12 jÿ·Ò "
b"6Å\x15 -L¯C¬°ºfÕ\x00\x10 ib "
b"6ËÃ\x08 ¥%LìÇýw¦s9┐¹ "
b"7K£µ×í@¿‰á\x1E ÚIo·Æ "
b"7°Á▓I└IûÿͺÅüÐ~G "
b"9aäÔµiO2§\x1C ŸT^\x14 c× "
b"9oоÆuJÖ€'Q¤•:äü "
b"9q¸▀\x1F ╣C\x15 ò£\x08\x0E AýrÅ "
b"9Ÿ7?E\x15 K&£§ž›\x07 zÁ³ "
b":F?FTÔE´¬œ'lš\x17 gÀ "
b":{.p öMö£Î\x19 ¾ÓDªe "
b":|┬}"─Nl▓?hÇ\x01 Ï?Ø "
b";Cq├▀\x07 NìÉdY½F▀╚= "
b";¢N\5*G»{D¥ û—\x13 "
b";Ñ^Fó#Aa£¨jÁqvl% "
b"<\x08 Mï"\r I<¯\x03 *¡“\e ÁÑ "
b"""
<‚<\x1A '\n
F‹€p°n£o‡
"""
b"""
<Ñme\n
Ú@^ˆQª¨L€8£
"""
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"=\x0E ,òs\r Oå¶?õxµ<j— "
b"=,ìϸè@7Š%×úÆî/à "
b">”ºx86IÚ¢ñŸî“É/V "
b">Ë«÷ŒÞD?»â\f ?wFá\x05 "
b"?\x1E ƒƒb\x19 L£–ïvÚv³DÎ "
b"?0òš\x06\x15 LT„ÏPA\x13 ¹ü^ "
b"?@\x15 é›ËOƶhPå2Óêa "
b"?É-ï\x06 bJB PÍÙ&':U "
b"@<«ÓzÏG\r ƒý÷ˆI/µ\x0E "
b"@@õ\x07\e EMº®;KÍ\x17 +°Ò "
b"@Jã\x13 (•N\x1E ¨É+›¤á‡Ê "
b"@‰¿“f"@¿›>ÀÂ:‹Å5 "
b"@╩Ù▄\x12 É@S¿ô╗m\f µ┼å "
b"@å[ïv‚M\x07 Ž\x16 3ìjZªv "
b"A\x01\x18 Èæ\v JF¿§¨\x14 y •Š "
b"A\x07 n¥åÌOX¦%óè\x03 —\x02\x1C "
b"B\f 8sw\F穊°V2\x1E j‘ "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"B`'«ÜóE¯Å\x13 nÊýïKÈ "
b"BžÕÚñ¯E·¢ée¬\x7F 4¯$ "
b"B©Éå\x06 pOV¡+%~lÒc¿ "
b"BÅüŠ<\e KJ²Ó\x07 ç"\x14 ¦x "
b"CCHû╝4MÎü´ã╣\f Ô\x19 ░ "
b"C›jÈ ?I$£\x03 à\x07 :«\f ´ "
b"C‗ªEhÛ@kÅõÍ▄zV┐O "
b"DÍÉ\x0F wÍBÇûÈL8Ç,» "
b"Eq;ÿ{[E8¢\x19 ]ó’KU¸ "
b"EŸ°(šãJê´J\x1F bW\x08\x19 æ "
b"Eݼü═╗K]æsöç▄^+┌ "
b"F/$+C<A膚씼Áùs "
b"FüUôÎ╦N\x05 ïÞ├[Gu°» "
b"Fæ¡ÞÛPB~™«c|snÑv "
b"GD\x07 Ç!±Aò“ápÈj߇] "
b"""
Gg\x1F Ì3qK³„z\x04\x06 ù\n
\x05 ‰
"""
b"Gýf¶Í¾C‘›¯è\e ÈÛ©n "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"HÁBËoÓI\x17 ¶B¿ðÉüär "
b"INÙ5hýB܆¨à4\x0F \r Åp "
b"Iwgt\t õC\x1A ±DÑwdmuè "
b"I„º¿ÏrHÒ½\yaŽ\x10 ß\x03 "
b"I‡\x13 L6¾J+ QÒÆûõ¿í "
b"IÂb”\x0E cF'¨:-‰\x00 ËË2 "
b"J\x00 JŠT¥D˜œ"ØÓîïe‡ "
b"J\x12 ïF\x1C ¢Iž°ÄÌ{v,—, "
b"J7t!ZóD–—\x14 -Ôã¹_˜ "
b"J{ªÄ&[Ej›ÝóÚY\x1E ÅÎ "
b"JáD\x14 ¹tL\x1F Å\f E¿-0Ñ┐ "
b"JþßÿBì@O”-™²\x02 þ%p "
b"L[\x00 t¿\n H+¼F\r gw\x1E :\r "
b"""
L[` P\n
N«¹äR çI5:
"""
b"L”aªŸ#Gˑۿck1œ? "
b"Lë\x08 ëh>H¸¿ý˜„AËàÏ "
b"M+ër\x06 ÍK'žŽq`œüŒN "
b"M¾2Ü+WE¾ìÄG®Í"Íû "
b"N\r 9▓C;IƒøoïËÃ┘ì\x19 "
b"""
O\n
\x03\x12 “¬Oܶá²DÑ\x12 ê»
"""
b"O-\x1C ö·]O-š|GMÝö3l "
b"O5¸@ »MÕ»®ÌW$šÅ5 "
b"PíC*\x03 Ñ@\f ÄÌÑzãÉlÍ "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"Q8 ç4¸A¿·£m@'\x12 hý "
b"R@nN¯\x01 J°›\x1F A~%õ·á "
b"RDo‘e\x7F A«¶\x14 )ïíª\x1E "
b"S[B›•4@C°\x14 s8÷ -k "
b"S¼\x05 ,k¿A„Ž*É(Z\x02 ª\t "
b"S¾KåÌ\x7F @\r ¶\e G(éAÖ4 "
b"SÅ\x01 âÏAIo©¤.êGÃU¯ "
b"Toyæ╦$G\t òæ\jj\x01 ¯Ø "
b"U\f dÊÚçL\x15 ˜¸îöB›ï- "
b"U´\x08 6ÕÔGe°ŸÔ+aHúþ "
b"VÕ\x0E H°"Iĵ»Ìä\x1A\x1C\x07 * "
b"VÚ0\x1F ã/Jż¹åµ×\x08 û4 "
b"W\x02 ¹±RÛL■ÿfìï╔Ñ y "
b"W°e!ÓþJ¿“M+VX6 < "
b"WË×ாBè·\x05 íÀ¼‘<¤ "
b"X;╬\x19 Ý¥B\x17 öN}m┴Ø/u "
b"""
Xº:\x14 ehKQØþ▀a│\x18 \n
(
"""
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"Y,î\x11 ÅËDö▓°íþ\x01 |B\x08 "
b"Z\x06 –ÿÚ\e K;«è•R>q¿W "
b"Z9§%påD\x18 ›\x7F F÷Sü0c "
b"ZV%█ôüA)ǨC\x06\x05 Â)ï "
b"Z]à(ê\x04 GÉ \x1C ·¸†!~\x11 "
b"Zn+┌▄\x1F O%à»\x15 fÙØ─╚ "
b"Z¯úÆ®ŽEh‹\x07 ŒšŒ¡\\r "
b"ZЧ[5ê@·€r\f õ¹\x15 9j "
b"[\t {Ô5èHö™æ*\x1F MRl\x7F "
b"[&Òÿ?/I¸Ñü?þh7¸? "
b"[e+I#\x19 I7 ž\x18 ¾ú‡\v R "
b"[oX»:m@N¦Ý— ³)î "
b"[ØV©p`Ló¼┬u2ƒ▒[^ "
b"[ÉÈ\x1F ïõNœ„²@\x12 äS¨™ "
b"[â+øÃB@ý©\x12\x12 ×F)ŸÀ "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"""
\\x14 ½CRøBU®T.º\n
Ì\x0E ]
"""
b"\V\x1A k¥}Nç€J==ѹj\e "
b"\gÅ\x11 ö”Mó¬Ž\x19 ì†*ø< "
b"\}ï3á?L¡HéeK†ùG "
b"\‡|‘dHFI“\x12 r\e =slz "
b"\ŒÌy«óJ˺cîã?4Sb "
b"]Hõe¨óNèïÅÆä@\t ÁS "
b"]ü░Â&\f LW▒\v ¾\x06 bà▄ó "
b"]ÂW[ñOIè´Ä?ÛI7ç3 "
b"]í¡!\x1A <BÏšE:ìöëóã "
b"""
_mU\x14 ØíC\x10 ¢j\x08 └}\n
¡ÿ
"""
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"_®óÈ/\x1F Ië╣ÕËOFoì# "
b"`y\t ¯ßb@ÅíÑÜj}äp| "
b"`╦®ü╬íD┬¥▀│\x04\f\x1A └â "
b"a&=\x05\x18 ŒO\x14 ™ZLh¨ëÒ\x7F "
b"aLúðß!A]…5„ѱ÷±› "
b"aX²]!åE¬╗eqÄØ▒¡% "
b"aü\x17 ÇÜnA?î<\x1F ░┼»▄6 "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"b\x7F ºlðJ˜–R\x18 Ҫ̼\x10 "
b"cï6ÚL@qš\x04 Z°µZÓl "
b"dZÚ\x02 +\x19 O>˜¤û1ã_Ī "
b"f2ÙwoèKº–\x10 )xNM\e p "
b"fy ü…}EŒ…Lj »œÜ4 "
b"g\x0E mÇ®\x10 MBŠ¡ÙѣŖû "
b"gÔ—Ótš@A²¤S„\x10 À\x01 À "
b"""
h\x10 »äcêC«Ž¯\n
\v Qhy\x1D
"""
b"hOz\x1F\x18\v EÉœ^ÞIºr\x03 9 "
b"hkª/K|L\x05 ”ð™‚Gœ´a "
b"hÞH\x16 V\x17 L1’®\x11 ] Y† "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"irH\x1A ~sL4Ø▀ïÔ╝┬Ý┴ "
b"iØ\\x13 FYB╣®Ú6û3¤¼ù "
b"iÕΔ¯†FÝœ&(ÁˆÈea "
b"ié#u»fHçƒWqþŒlžž "
b"jTþ\t 'ÂG?‚ЇLj*ö\x11 "
b"k\x08 `Í|ÏDá¨(†ì•Ñ”Û "
b"""
k:\x07 #kžJ»—V\f\x06 \n
\x10 Öq
"""
b"""
kzÒ{ÂÆN\n
║#³ÅGKÎ
"""
b"k¨û?ÁrDv®\x18\x01\x0F\x1C d½” "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"l(ôÓÚÎGÿ¬›0(§\x07 “5 "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b"lìMïU\x12 D-¾\x7F ޼\x16 ›™¯ "
b"""
m\n
fuL\t N´íüÿÛ- \x19 {
"""
b"m®P?’kEä…+“C\x06 ØÁç "
b"må\x07 N\x7F ×F:€y/\x7F Ю\x08 ¡ "
b"mìd‘ÛŽC-‰w!lGq‚G "
b"""
n┤ÙuÙ\x04 FðØï"╩Ì\n
║┐
"""
b"nÝ\x07 ñ┐¶E;ÅK└²╣ì÷{ "
b"o5¿Çâ╝K£üG\x1D Åoyßü "
b"o5Îvë®KNª\f ³ÏÌ}~º "
b"oXÎQìRN{åIZ,]aDù "
b"oƒ”¸z\x1D D|¢Õ’!\x19 Œf‰ "
b"oƒý!Ï¢Cà–A°5Z(\x17 Ò "
b"o║Æu"~BLئ║┤ß!╬1 "
b"""
oµwüf\n
Jy®Éq┤qı
"""
b"p{£®¾YJ\x08 ƒ6ÁO’*Ò? "
b"pÏ `|ëAB•‡‡Ý· óì "
b"q45ž'vA\x0E ˜C\x05\x1C Ç\x10 ”[ "
b"qc\x1D ïÛ¥N˵aÿ“\x17 •\x16 ' "
b"qwüo¹*BZæ!\x01 e@nÀ= "
b"qà°Ý)wMzúZü\x0F ─Æ@¦ "
b"qɺѪ\x0F OKÁ£▀n!z\x05 ╗ "
b"r`º+W‡H¬¶úê‘"\x19\v "
b"s\x06 ÄÕ¢ÓFµ»3ŸÍþ(Ì\e "
b"sÌ)7\x1A ¨N‹™šiš|\t\x1D ‘ "
b"s╠+°\x19 ÙF,×p½▓\t É╗┌ "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"sèéø]LI=¶rñl<‘e“ "
b"sô߬e=ORªT#Üo&\x07 Þ "
b"u—\x17 "|vCá¶ñ\x18\x15 ¢\x03 ³£ "
b"u¤fº(TAȧ\²ûd·_é "
b"uú‡\x05 •ET„ï¬ç÷•p„ "
b"v\x18\x19\x06\x0E bLÖˆ™ÄJÛNº¨ "
b"v:bÿÈRK^ŒÞnKcÒ\x0F ‡ "
b"vMI°ÒlH\x1E ┐Éì:YÐd' "
b"vu║╔äí@═Ä0╠¯bXÉ╣ "
b"v{\x10 F^ßK\x1F ‹à»y«\x01 âê "
b"w9«ü\x1C ÛL´»«Škd|6\x13 "
b"wéôõªìDqÜn\t ®¹²Üè "
b"wDzŒS¸C\x13 ‹žP?Ã˪¤ "
b"x\x03 $|÷ DÙ£-µ*\x13 n\x1D Ï "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"""
yÈ\n
¥aÐB4®ˆc\x7F álÏ9
"""
b"yúÔó\v oBü„\f ð°ø".. "
b"z~±ÖÒ¡J[µAü2µa¾2 "
b"zÂ`▀\x1F JîØt®ß½\f 8} "
b"z¢9%\e êM│ìep÷\x7F BÝ¢ "
b"zßòc™\x19 B⿽°>«<„ö "
b"zý\f ¾ìöE`ÅÌ}IÍ'æÜ "
b"""
{Ö\x19 K■nB\e ì\n
¿ø'á\x1A\x12
"""
b"{Æâh´˜Ci†µ(Ö©\x19 ¹ "
b"{¹«╣maL\x13 ì)\x1E 4\f xÉÖ "
b"|mÕ„ýÇEJ¾¶É5_™_§ "
b"|å┼ÏG¶@üóð╗^¡"╝ "
b"|‘°¿¡“MF«?Òüf†uU "
b"}0ðBÝJS¿\r Í\x11 ¶Ø\x1E "
b"}Œ_ûþÑL²‡Ùc÷rWñN "
b"}¨M¬fªK╬¡\x01\x1F ôÁ]ïØ "
b"~\x06 ç6Y›AI’9þÐ×\x1C ò\x16 "
b"~\t 8k×ÁO`Œé1äT4ºx "
b"""
~)\x15 ŽXËC\v «\n
\t -Pñƒ¹
"""
b"\x7F ¼§/0Ê@üÂG▄À*¢.\r "
b"""
€.æÎ\n
[Bλœ\x07 <A\n
\x08\f
"""
b"€0\x0E y\x18 G!‰ð`\x0F ,Êái "
b"€°³K£G1“²ùüEâ\x18 ÷ "
b"€¶T±“lHH½2Á]ÖRÌÄ "
b"Ǹ&ò=´B╩½)ìT\e íBõ "
b"ü\x02 ┐´°\x05 @yó\x1D\x17\x02 ò2è2 "
b"üá╝Çt░Hu░üþÓfë\t ¯ "
b"é┤-R@8JØäoK²&┼\e e "
b"‚ÐH%ñPKΥ剽Q¤-ü "
b"â7ËXû╦Cûÿ\x14 ▄ÅU:lì "
b"ƒ«KL&TEͲ\x04 Ò~œÌz\e "
b"ƒ°2V\x14 óEE“^2‡IbA8 "
b"„\x1E )â#¸Bòž2\x0E \_.QÜ "
b"„-—\x07 ï\x13 C§•žg¢+k9 "
b"„»Œ2—àDÁ§—œì/¶·û "
b"„Ûˆ-^ê@7®\x04 »þ¿K‚\x19 "
b"…vh\x17 ÖÓC«¢†5ºwqîm "
b"…ÂTô5\x0F @\e ¤umuOFý\x1F "
b"…ÃrýN\x03 Ib‹ì×@Ö!B± "
b"…úÕrX7F㸆-S$H„ö "
b"†\x01 ú›¡DKU†H°Þ÷\x00 jX "
b"å░Ø\x03 pÇMÂì¬\x05 CÃU\x00 ▀ "
b"‡\x08 _\x7F\x03 Ž@œœ§\x1C ¶p”v¥ "
b"ç.Ï×\x15\x0F @╔║îÉ7d\x12 ßr "
b"‡q‘:IVB\x15 Ž‚.\x0E\x07 ½¢‰ "
b"‡ž,Hr\x14 E|³Ì`nÚGõI "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"çÞú6s'A╠╗WgpƒiDÅ "
b"ç¶┐ïÀwCìÆ╣ݱ\x1E H\x08 ¤ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"ˆ\x7F «x„\x18 K—³/;[û\x02 ®2 "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"‰\x1F –\x01 ì.Bά\x06 `/©½fÇ "
b"‰n'.„ÖJà‚Ôþ .\x15 eí "
b"""
ëãÃ\x7F ╣ïJãæøØþ\n
øÆL
"""
b"ŠZÂ\x00 Ò]H™uá\e c\x02 ¾@ "
b"èg\x08 »┼dKAÁtüv9ôÜ\x1C "
b"ŠÐú\x1C µLDV®‘ÇK ß\x0F ³ "
b"""
‹-\x19\x1A ÛÈIZ¬\n
\x0F Ú‘\x03 6¡
"""
b"‹LÎ\x12 º¯B¦\v ^Æ\x1A Îcw "
b"‹ÔB\x08\e dF—@\x03 žÎ7¦\t "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"îâÈÅÈ╝BÌñ(Vk\x1C\x11 Y "
b"î░Ù\x0E ¡óF5É\ýì?\x1D q¾ "
b"""
Œ¼Á\x05\x1A ÛJž–\n
ý²*¼€Â
"""
b"ì\x1E\x14\x7F\x00 ì@§║É,#a\x03 t³ "
b"ì,²ÈѧKYÉ*\x11 à\x1D\x03 >T "
b"ìOe'\x02 ¥@¥ì_ıP\x18 ì\x0F E "
b"ì÷┘ÏOrG\t àArH\x12 ȺV "
b"Ž\f dô\x17 &A‡¯¶\x00 ójÌm" "
b"Ž¥Ã\x19 ºÛ@¿±àò«èáB\x0F "
b"Å5\x02 ËtßK×öå#1µZPz "
b"Åq┐OcaIº╝n\e 0y¶X! "
b"É^│\~\x7F J&©£o:è·'q "
b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S "
b"æc\x11 C┬ÿL/Ø║'‗¬\x18 ╠ñ "
b"‘|\r ÔqqJD¢ôd0\x18 -\x7F Ø "
b"æªd\x17 ı\r @´▒4BEÅ2¯\x16 "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"‘Á\x01 9óùFÝ™XxØâ’(\x00 "
b"’ÑwÙ\x12 ÄB¡´8¿¯–|&¤ "
b"ôU÷\x1C Ê├HÈâØÈ¹JVÝØ "
b"ôç¼▒:vB Å\x7F j϶Sõ\x1A "
b"“¾-¹«sD\f ŸDÔßøi¶Û "
b"”O\x0F «EöJh”¼ï|Ÿ$Fä "
b"”Y3*”ñM²Š“Fj`|Ð) "
b"ö¡ª}▒|H=Å╠&w%═t_ "
b"•H´³ ôL¡¬Ý¿*R‰Jq "
b"•”aU\x12 ™D¿ Ùp\)\x11\x7F ‚ "
b"•Åk\x02 €ÿC˜¦šì¼KJ\e º "
b"û,a~ìÖO÷░┬Z¡\x04\x02 +g "
b"–p1„ä©Mê¦cšÓ´\x1D n¹ "
b"–y\x13 v2XGS†=Á{\x19 ¢ü… "
b"–—48WÂMÝ‚PéQ\çÿ! "
b"–ίœ5ZOЄ£Çµ¿H©\x14 "
b"—\x15 VX$èEZED}H}H\r "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"—Ù\f UáôB\x1F µ6!\x0F\x0F 6Ó$ "
b"˜\t ™waˆFþ€áAfš6ÖÕ "
b"˜^álV2Hï»~Ä\x1C UI‹Ž "
b"ÿ`\x15 ¹ÅÁNÇåý/=2£Ò2 "
b"ÿk"3\x7F ØIXÖvª┴Ú\x14 ÚË "
b"ÿò┬ðìöLé║■pÿ╬ ö' "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"Öï©¿\x1E\e O╝ü\f\x7F Ñ═BÀa "
b"ÖׯÅßıBÇ¢▀þ\x19 mT\x11 "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"š±#«ÐˆOË˜Íæu€\x1D š\x06 "
b"ܸÆ$èüN>ÅÐ└¯!?\x13\x01 "
b"›\x13 îºÁ¤Ms¯3\x01 <à}Ù' "
b"""
›)CŸÒD[«\\n
\x1E ²©9ø
"""
b"›=”Ê| C\x1D ¯É\x05\x0E óù¾\x06 "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"ø‗Ä╦I═H+║\r ¨¥øìÃí "
b"Ø\x0F\x05 ╣å║O:®y┼┌dê®} "
b"ØP╗l\x04 OFé¢╬én\r Ïéo "
b"Ør┐³]╩@¡Ö²º«°\x0E ıä "
b"""
×\n
$\x03 ììK\x13 ÇæÄ4@Ùk}
"""
b"ž\x19 ¥šèÝNK²Õ\x04 X9¸2Æ "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"""
×ü╬\x7F\x10 FBEÿA3\n
\x14 'É©
"""
b"ž“_Hß”C2ii1º,ýä "
b"žïøâÅ\x0F A8¹\x03 Aå…–Š– "
b"Ÿé\x00 0K<@\x00 –C.é7¼\x16 A "
b"á\x13 /\x14 ‗aK¥ó ËlÅ\x12 ë "
b" TÎ&\x1D tKÍ¥Ã\x04 •þSó% "
b" dT ¯óH¸ªŒtñ\t\x17 ±µ "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"¡ME¬ü7M\x03 ™c/ \x0E ÐØ/ "
b"¡‚×éfÛMÿµ\x7F ¹\r [\x12 ÝŒ "
b"íÊ\x10 þ2▒J╗Øð"w\x1C -jP "
b"""
¢³X°3\n
@\x19 ³Þ›.8Ñ\x17 S
"""
b"¢íßõV„GF¯y\x04 }u&P« "
b"""
ú\n
©®ùûDcÜlŪù\x03 ▓\x04
"""
b"ú\x1F íÁ±^L3Üe?ñ\x0E }\e É "
b"""
£)m“ï\x1A LLJÚ\x18 \n
é„G–
"""
b"ú9ôÄßí@ç░\x10 ÇEGÕöÉ "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"£hý7C³E柹!\x08 iù\x7F á "
b"£‚t÷\r EAŸ\x15 ¶¥ªøßJ "
b"£²_Ñù=@ú–/Ùѹ×l! "
b"ú┼-µ+;A▒üƒî5┘▀Æ0 "
b"£í."\x04 ñJ\x10 ŽÌI#dÊóU "
b"¤\x06 û\e ØïN\f €Ø`\x10 m(\x05 y "
b"¤Vf”õ5J\x1C ™5'í\x1E ø*\x0E "
b"¤[•a˜¸O\x1F ¶ÿ\x13 ìE$ZÌ "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"ñ░ì~SIH#╣█Ü¡(c8─ "
b"¤çå:Ð×JN‡\x18 ùxx\x13 r\x02 "
b"ñ■Ól4\x17 @(üéÊÎe·\x10 "
b"¥\x01 WàvÙK\x1A ´¡tLâpèÐ "
b"¥VQ4sNDÊ[‡¡\x14 }§R "
b"¥dßp.ÜC\x7F ‹.0E,\e Ðü "
b"¥x5Ü\x1E *M7¤ãuÜ}§ìp "
b"¦\t\e ¦VÏOs§±€z°Gd\e "
b"¦©Ÿ”u5J`‰-\x17 ;\x04\x03 M0 "
b"¦É\x02 ã\x12 ¥M"ªñ€ÜO8\x1C ö "
b"¦Ý4éÎ>@\x19 ¬:|Ju "
b"§\f +xž¬FÞ“Ó8o\t É¡ß "
b"ºSkòÁy@\x1E »\x02 ì├┌æù "
b"§±0Ø^CKÑ¡\x00\x03 ×\e ݲ\x03 "
b"§Ü…°ûUG–™IßÔ¢G¯\x1C "
b"¿\x11 4─JPMOÉé,\x0E ■╩ı‗ "
b"¨\x12 þ\x02 ”M/¶y×\x0F ®\x07\x01 G "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"¨_ßâš<Jê¥+ªË|Oé\ "
b"¨cwôq M ·eýÀ¦2=Q "
b"¨mæ:\x08 °O°«cáý\x00 UÒ; "
b"¨«†u\r *G9vˆÝûÖï3 "
b"¨üwÞQ'@Ñ –Š©ÓN‘* "
b"©hE “£D\x07 ˆ¾{:ÃOë_ "
b"©“„R†\x10 F,˜\x10 hš¬\x1F $c "
b"©ÃyC\x1F ™A¶¨•tjþx\f "
b"ª-$½,—Iû¶ªŽ†`\x00 ј "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"ªPôB´-J\x1A ‰`\x12 †ù’Æm "
b"ª£‰c%§E4™byðÏ>Nÿ "
b"«xœâ\x06 nG*µ\x12 ŵrUŸ¢ "
b"½çuð\x1F YISØÛt╩ÜJ>Ü "
b"«½\f Ц˜Hh´†ê\x1C ‹¡ÊB "
b"¬ÈdÀ¿†BŸµ›Ú—,1Y› "
b"¬ÚŒC³–Ef¡oмi¡ œ "
b"•G\x13 ØWK8¯¢9Œ{Öl\x0F "
b"¡Öv-¨\x08 Nü▒Ä×Ëÿü\x0F ┬ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"õچήI‹¸®\x18 :Ç#¯{ "
b"®\e n\x11\x01 —C•…\x1F h{{eI1 "
b"«@█ÉK¨B[ƒ▀³┐ë─÷\x17 "
b"®J'‹\x07 wD·¡\x18 %½\x1A ;?9 "
b"®wz\x04\x18 ƒI’¦‹ÃâÖôò< "
b"«░"S~É@ZÂuý█\x15 §!\x17 "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"¯5§MȶJ\x17 “Ð\x7F å\x13 ”ñ‡ "
b"°0\x06 û÷5J“¥(ûqÁ']¸ "
b"°>ÈS†¹@Ô†ÉMû zðd "
b"░n\e {╣üDvùlCQ╬\x7F B▒ "
b"±9'7ÛnDMŒÉÜíêöƒ¬ "
b"▒ì ¿‗TC%Å«\x7F GÑ┘¹╦ "
b"±íÒJ\x12 @ü‰ÀåHÍ\x04 ,Ÿ "
b"▒█ìÑ2·@ØÂRpÝ/¦{┴ "
b"±éy\x03 2åM4ˆ j°\x13 h›³ "
b"▓ƒØ®5·FÖ¡?´£Ôxná "
b"²×û0Û\x00 F[“JíÁÊcqÊ "
b"³\x15 ¸þÀ¥K\x11 «·´´Eg¨s "
b"³.ÁÜlÇM΂WP\x18 Ô\e h\x10 "
b"³£âß*fH–¼\x11 òƒ\x12\x14 D\x1F "
b"│ı¤▀ô\x04 O\x0F ت>\e ý\x0F IÅ "
b"´ \f H¿&A5¯eHÍ\x04 ”Ò "
b"┤[rM\x12 7Am╝,£=‗Å8\x0F "
b"´eN‹yÐI~·5±Ó«l\x1A G "
b"Á%°üï╣Iu¢ma,Kf\x15 ù "
b"µ2ü\x05 ¦\v L¾¯:!rf\t\x01 K "
b"ÁJÉc.\x03 Dñ»╝îiÙWâK "
b"µpðñJðMÕž4r´ \f ’\x1A "
b"µú×D$šKl–L\x1A\x05\x7F ™H\x1C "
b"·lõ\t ÖLA'¬`i²\x1F 82\x05 "
b"À¢█¥\x01 ┴D²áÉpíYpmÈ "
b"¸Ï\x06 .UrC\x06 ¯hm•û9= "
b"""
¸ÔoB]ÚH\n
”¦2ˆêù¦}
"""
b"¹o.\x12 -KIŸ´ý\x05 {\x03 ©dº "
b"""
¹•î\n
Í[Bä‘“VFšDð|
"""
b"¹Ý¸×\x04\x11 Gæ»d\x1C üÛJwH "
b"║dbß╬ØI ▒ÈD;§┤┤S "
b"ºvËqÑ\x06 A\x1A §í\x00 ñ0E£* "
b"ºý}¥\x00 D@è·Qx¸\x11\e\x19 — "
b"»\x1C \n \x12 x¡D€š“\x00 X¥-j„ "
b"╗ì\r å\x07 ¹H┼ô !\x02 f┴ò│ "
b"»¢ …)x@"•ñÇá\r ^H\x03 "
b"¼*•iì€M+œþG}VÒ'\x07 "
b"╝TÈò°!Aiü\x03 CkCë`B "
b"╝^\x02 ‗YÁHÕàÌuüU─HÐ "
b"""
╝dº\n
5ªAìü~bën¥ä├
"""
b"¼h#\x18 õúEðˆ&ˆ²d½>¿ "
b"½/;Ñ…´KØš0FUy\x7F o‚ "
b"½`\x02 Ï\x08\x15 KººËµ£€ÜÚ "
b"¢zx╝RËG2ìÕ]æ%\x01 ▓Á "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"¢¡g_9─@Éóݺm!■6û "
b"""
¾_\x04\x1A ã\x01 O\x1F ´.\n
‚æµ×Ç
"""
b"¾Š¸®ú”Od†\x10 £sÇÙÆ\x12 "
b"¥Öü╔Ĭ@}ñ\t `¼\x1D +█Ê "
b"¾·ø'SmL\f ™¦[)Ìc5f "
b"¿\r W4—=Gó»|bà{Ô\x03\x12 "
b"¿ \x03 Ò'ŒA‰¶9N\r ØJ‡c "
b"┐á§ÃÖ\r GÍÅþëi0Ó.X "
b"¿º±gKNL\x1E ¨þÏž\x1C N" "
b"À".—<…E\x07 ˜¾ˆPîSQú "
b"Àm¥‹ä^DŒ½¯àHøú4¿ "
b"À“ŠÌÞ\x1F At½\x12 Wa&)ïœ "
b"└Ö\f µ├└FT┐ì´,6F¹X "
b"Àœá‚$ÆI$Š‹\f °h+\x18 ™ "
b"ÀŸ \Ù4Jkƒ±ê|\x01\x13 oF "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"┴ü╝\x04 ´ÜEÞî1╗1¡█ôæ "
b"┴Åy¸i┴Fı╝\x18 "±╚ó®ÿ "
b"Á¦‚]gõO|ˆÇ=Û<á0< "
b"Âw0’QsDú´³\x08 |\x14 D‡i "
b"Ã\x19 ‘ûB©C,ªÁjϹ`çÈ "
b"à êÑS¢E§´àêz\x02\x1D @¦ "
b"ÃXã\x1F 7Ayªüîæ1e!“ "
b"Ãn\e LjÚI¥¿Ç&†øià. "
b"Äd*çãáDh·ã„óv@\x05 0 "
b"Äräð®ÅEÉŸF\x04 v‡£¸ç "
b"ʼnzè\x17 aDÕ’‚\e •`rÎá "
b"""
┼úIqLÅK¡ÿ╗#\n
\x05 Ê│â
"""
b"ŧ”\x1E įA—¯Þ›U:ºÝ‚ "
b"Æ\x10 ä—SxMÓ…<ƒ†\f ¨f "
b"Æ@§\x03 ‚\x1C IK¨¼˜b‘ZØ' "
b"ã÷üÓÛ\x1D Liä@rª]\x07 ┐Å "
b"Ç)Ma 'E\x10 ®+„L{@\n "
b"Ãé╦â_1CêìW "ñíZÑ "
b"dž5þf\x16 Añ¢ÔN¼\x1F ®A "
b"Ǫ¯óáÒKÚNZÊYÂ$\n "
b"Ãõà╔¶╔H║ñy\x1D\x7F üäl\x11 "
b"╚\x1E\x18 ╗ì╩HnØ═,0ú[½< "
b"ÈZ5XÝ-@\ ôI\x1A kRaO "
b"╚cÓd\x1C ;N쬸┌╠cà┴¼ "
b"ÈmE/‚¼K\x1D ‰‰œ}#Ì[= "
b"╚nå╠\x17 ¥E╬¼¼ì¥À\x16 »² "
b"╚}4ı─ÎH‗ìí½j\x1A ¾██ "
b"È®\x7F\x03 iFK«—èËi˜ÚZ7 "
b"ÈùŸJÞžCÉŠ%N†+Á\x11 p "
b"╔>═Û\x10 ¯A®Ñç«©Å\e\x08 ¾ "
b"ɹÒ}\x0F …IįSñ@Û\f ª= "
b"╩\x17 XhÜ«Fqºå2ßìþµ# "
b"Ê6T,ˆ\x14 J2¼ø\x12 9w¾Í\x7F "
b"ÊÀèY¼WEW³_xÿ\t °èµ "
b"""
Êí~e\n
\f N¥—\x08 _QHÅš«
"""
b"╩■<§ì5LÊ║Ô þ_─¸▄ "
b"╦(ÐÆMåM\x0E Åv(\x0F âªuO "
b"Ë̓–šxOy¨\f ÷ÉPp\r \x16 "
b"Ì6*Ô{bOA‡ƒ2•írðQ "
b"̧'\x00 ?õL“•¯E\x11 •ç'š "
b"ÌÅad9ŒM\x1E •Tú\x01 ë¤$§ "
b"ÌΆô¹ÏFBª›ÐæyÄ\x04 j "
b"""
Í\x0E .@‰\n
M\x15 ‚\x1F #YòÄê+
"""
b"Í\x12 óô*ÝAÓ²9…ú‡õc\r "
b"""
═▒»>òÏDßì$\n
©J4ôý
"""
b"θC…7\x01 B$½\x02 V¢þÿ\x1D f "
b"Î×X\x1F —ãM‡„¾’¤éÈ\x18 "
b"Îð\r „Ô\x06 JT˜gŒ…»öÇ\r "
b"ÏEë`%9FÔµ†Â¹vXŒ "
b"Ï^mU†¥MĪ‘(–×E×" "
b"""
¤b¯»çÛDdì\x02 M^m\x0F \n
>
"""
b"¤}üw2{B«áÿY\x03 Jqf¬ "
b"Ϥ(¶°\x01 Kƒ¤†_«)µyÞ "
b"ÏÉ\x10 ¸\v RE«„º\f í@\x03 ‹Û "
b"¤█ÍòØÂG?ñ£Ù▒W¡yå "
b"ð\e Xü\r ┴Itñ│ÁA‗\x17 j\x7F "
b"ðç¯\x16\e Ö@ÿÅü\x00 VçÁ1ÿ "
b"Ðò\x1C H\r åH_“6R¸m„¤6 "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"Ñ3Ãuï¢L\x05 ©\x01 ñ×oh’h "
b"Ñaø.ÚÀ@_¨Ÿ¾Ù¹\x1C Úî "
b"Êì:dE®N¼ø²CW┴Öh¶ "
b"Ò«(«8PGÁ HVýã\l\r "
b"Ò°!\x04 IMC\x1C ŽÙ&Z\x1F ž²¼ "
b"Òòåaý\t OO½\x06 ÕË’˜Gc "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"ÔD¯¡\x07 &N„§,:Ï÷˜ˆ/ "
b"Èêì12=D?┐5½ÑÖ&ô¦ "
b"Ôô…Þ\x02 ÈMR¼ú³ü”·ØS "
b"ı>ÎøÉ}I;ø═¼┬L\x07\x1D\x00 "
b"ıHH?\x01 sO®É`ö╣╔D\x07 l "
b"Õˆt\e hJC\x10 ³\x1D ¡p6´\x10 K "
b"Õ¾A¨õ£G‡¡FzpÝû~É "
b"""
ıÒ\n
دÙAFï$0¦4░35
"""
b"ÖÂín‚%OÉ¥\x02 ¥õáÒcV "
b"ÖûËkÁûLO³Å7Nõµ¶| "
b"×"ØÂÌ"J8”E> æí×H "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"""
×¾é¿\n
@Iz€O 8[SlÛ
"""
b"×Ë\x1D XÔÎOiœ®ô˜“\x16 rÚ "
b"Ø:>\x11 ÕFC³½p…~qS®¾ "
b"بT+xöG:™ôhþ+*ìP "
b"ÏÀ¡\x7F\x17 ÉC?×ú┘R(ÌcÉ "
b"ØÂš¢^lJ¸¥"¿{›\r ˜ "
b"Ï╬ü,f\x7F L\x14 ê\x18 ç╩╗×r} "
b"Ù!î!=DD\x1D ¿%SŒÿPo½ "
b"Ù^Zì‰rHD¤ka‚O±Çt "
b"Ùje\x04 ÎÕGά9\x1A ,\x17 ³ÏR "
b"ÙØx—½lI¸ƒŒ5n¤e¸Í "
b"ÚqN»ŒµK÷’w¨Žñϯž "
b"Û·Öe·®H:…ÝÀ\v\x00 ¦ôÿ "
b"""
▄%ªYÂ÷NÚá┘▄\n
ÉîÕ▓
"""
b"ÜGø/ÀCBþ²oȾ\x03 Ð.H "
b"ÜR¢cåÝ@ô±¯‘6/Ã!” "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"Ý!}.Ƀ@\v ¹ÏÄÜûU‹¾ "
b"¦L\x02 kØ\x05 Fæ¢Í½\t L╚< "
b"Ý¡\x11 an=Aí€æ{\x05 ѱ L "
b"Þ`èÉ\x1A ¢KÚ¡\x13 *߇iC- "
b"▀£]2ä K{¼\x1A ÉÌÄ┌,\x1A "
b"Ó&ðî\x06 @ôçÅ¤Øæ┐aÚ "
b"Ó6ÌcKüB¨╗\x7F ¤Ô╣]+a "
b"""
àpÆ\x06 \n
\x1D I*µWÍ0\r ñ\n
h
"""
b"à—\x1F e\x03 ÚNʹDâèô¬!\x1F "
b"à¶h\x0E æhN”€i¯\r mrÂÎ "
b"ÓË]®³pG┘Ø\e ╗■sÈÏÒ "
b"àã§'fYL¦©w@æeùaÖ "
b"àþô^åñJ.¶NÚñ\x05 ([» "
b"áO¶\x16\x0E q@¤‹£+X’\x7F š1 "
b"â\x17 Õïn\x08 E·¢\x16 f‚\x01 ;\x03 ß "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"âÝ\x08 U¨jL9ž\x1D bý%Ã]/ "
b"ã$\x7F €§¿C묀õÑY¬\x05 ‰ "
b"õ\x00 ßÉCÌAlñ¦─ÃxÕTà "
b"õÅ~!1PN▒¬KÄLvS¸ "
b"ää]wN¯C ¢xëúsîâê "
b"å§6"¬þA\x01 €ú\x08 «ÕG_¥ "
b"åÙ‘\x0E ½¿D^‚ûÀ@e\x1D Ëi "
b"åá\Fe\x10 KõµDd›\x13 ¥¿" "
b"æI\x17 ÒÞö@ð™ßóárEWù "
b"µØé\ËI\x04 ëñ·ïjÂØË "
b"ç\x12 :C½-L\x04 ·ø„õõôìƒ "
b"ç\e ɳ“þA3¿\x1F ³+ ü\x1F 2 "
b"þW)É┐ÉFJ¥1jç\x14 ┼]º "
b"çW]TÉþD?˜ÅÏÅ\r ùØ "
b"þ{cϰ╦DñçÅ‗}$╬$¢ "
b"ç®BG\x18 0L\x01 †\x1A b9U>‚é "
b"è8L\x19 qÊMK‡‡\x08 ŠûÜÕx "
b"ècÞDAQN‚ºmçÒRÝ“5 "
b"èlCÁ\x16\x1A Ck²‚ bݳ\x1F J "
b"""
Þæ·cÙrB\t úÈ┌y\n
ÉKM
"""
b"è¶ü¯–ÑDß’861Ò>Û» "
b"Þ┬Q#}2@¥ì?õ┤▒ÖıL "
b"èÉn\x16 ïÜA\x1F ¾B,¢\x19 P¢û "
b"ÚB┘\x01 FUGØ│┘µ5Áÿ\x10 ‗ "
b"Úw¸é\v ùD\x1A ╝■Ž\x11 ¯Ë\x16 "
b"é‰h4|¢HTš6\x03 €A§\r F "
b"éŸ<K FF\x13 ƒ©¼g=\v ‡¯ "
b"鼨ž»•G5‡yûØçe?Ì "
b"Û\v ú£VíH┬ØúÕ<uùu° "
b"ê\x16 Rí\x0E\x15 E[ŠãcŸRÂy "
b"ÛNµ*╠IDµìÄÉaÈb\x11 ¬ "
b"ÛxhK┴"OÉâ#9X\x07 ╔"║ "
b"ëJ,Œ´\e BÑ”{‹ÇnñkA "
b"ë\x7F V:QæFˆŠÈ-\v Ù\x0E S¸ "
b"ëµG¡-ãN\x15 ¡~x¼ê\x1C ð– "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"ì\x14 6Ú\x1E LO\x03 »\t +!Œ§Œ² "
b"ý0<àÍùCôÅ3Ljuß¿\x14 "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"ý┴>\x05 ĺOÖØë\x02 ^‗N \f "
b"í\x08 Ê/úvO\x00 ´RuÒ׋§j "
b"í:²¥|¹Lì—9*-NOÂø "
b"ízšf>\r @!’4â@«G£“ "
b"íŒ=U9k@TºÆå%U\x1A Kr "
b"î?R1r¹H㣊v“*¯©§ "
b"î]æ\x17\x19 ŠKC’Ú윦n‚Þ "
b"î±c¯äáEw²U§Yƒ"\x08 Å "
b"""
¯À┘\n
owBá║Ú\x06 Ã┬7Ãü
"""
b"ï\t B\x17 ·”@ŸµJWÕi–| "
b"´Söà╠LE&£|┬eìı¥º "
b"´p:«ÀÎB¼ìÎf\x06 4S\x11 5 "
b"´Ö«g¿¾NEüW┐ó\x1D óÚ= "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"ïÔ\x1C Ø\x03 $@\x7F ¡×mÏåhÔî "
b"ðš•¶6\x11 E\t ¿ôN,SÖàÊ "
b"""
ðÀG<É?@‡¨öÄ:Ø\n
\x06\x0E
"""
b"ñ\x03 ×)'6E°²{´ŒÐK)\x0E "
b"ñ§hưøIQœ\x1F Sj\x7F ãx„ "
b"ñä~š¯½NO®\x13 Šœ8\x1C ÌÝ "
b"ò8O*>NE»¤‹\x1E\x13 žàд "
b"ò@nþ8.OI“~ƒ\x7F â[ó< "
b"‗\x7F\x12 ÂäáL▄ÅM\f ÏX┼║V "
b"ò´6÷Ÿ˜DÓ§Œn½ê…A¤ "
b"""
ó\x16 é\x15 \n
JEu“‹z°IG_\x03
"""
b"óÁ\x1C ýHüEK·ðôm›Î3õ "
b"¶sè║\x14 nLv»Óì÷yw«& "
b"ôˆ9ôôZD@’\x18 S¤÷0 º "
b"ôÁ\x12 £+4D‘·OYס">‰ "
b"õ8\x7F\x18 "”J8•Cˆ÷®Î)U "
b"õ|>\e ĹOú·wAàŠf§Æ "
b"ö:p\x01 ™6H\t °:·#ål+š "
b"öE¢=»¹Kè²;’<vãÇÐ "
b"÷ªÃe\x19 ÅC\r ¿ðè\x02 ¾<µ "
b"¸\ü\x04 â6KXÄjîiFÆß\x13 "
b"÷“kf<cO\x0F ®ádúÍ(\v S "
b"÷¿JK-‘NÆŽi^ÿUA!x "
b"°\v ┌ıYqF\t í\x11 ┌ƒ;\x13 ÛØ "
b"ø\f ¯.ÙÑB\x13 ¤’:ÅKVÝ} "
b"°ttL└─HÁª×i¦Éõ3\ "
b"¨└\t Ìþ╬DrØé\x05 Ùÿ<O| "
b"ùÜ\x16 *¤ûE"нƒ¸Š`–# "
b"ùæ,>ç¾IdŒ\x08 p/\x12\x05 ]g "
b"¨\x05 úÑ´N4ñ\x11 ¥_Ø\x07\t 3 "
b"·\x06 È\x11 ╩÷I¿áåÆ\x10 Êïüé "
b"ú¨¸åmaCŒ®âÒ\x1F ŠÚ`- "
b"û;´#irIÎ…(–:d· L "
b"ûyÆ0Ó4C\f £æXÕ„µ\e Ñ "
b"ü‰†ë¿òMÏŠ*=¥~§³â "
b"³Ã\x02 ñ╔!AZÁ"üÒ®ÊMá "
b"²\x12 8\f EªOz│Hü©®6ò\t "
b"ýÅÆ;’\x1E MäžyÖlºa¨\x7F "
b"ýÍ%ƒ\x11 …Aü‘0ÍÐç<Ú\x04 "
b"þ\x03 Ÿ\x02\x19 nK\¦XéÀ¶{a* "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"■r\v M̯IüÁObÄ3pËD "
b"ÿ\x18 Õ„5üEý™AFM,¢õ\x1A "
b"ÿ9·84\x1A N\x00 ›>¥\x14\x00 7v\x14 "
b" [HY´qNL┤©▄ØÓq&- "
b"ÿ†’(ûˆH¢³?L¸°\x7F .‡ "
]
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 (0x00046AE9FF6845BB9F8F777F05AABB42 , 0x004686D8F760498391F52EA7C8BDB640 , 0x004B11B664424995968A6294D4EA4AE7 , 0x006B0FAC78A441D4A2122E88262DC3A4 , 0x00D4D0B014FB40AD860B02AE1083755E , 0x00F0B091171B4395B97FD73ABD185CD6 , 0x0198CC660FCA731DA76B5B9AC77FCAFB , 0x0198CC664A4B72AF9022A286965DF029 , 0x0198CC6678E47330B69D6135908D97F3 , 0x0198CC66985E7384A9E6B74CF8EE2DC5 , 0x0198CC66B7CD73E89BFC31BFF9C3E43C , 0x0198CC7B42C87003B7667673259ED040 , 0x0198CC7B794C70C596D1DACC3C20C773 , 0x0198CC7C80E6738DAB2E1A58FF4ADB38 , 0x0198CC7E1711729489F6E81BD2AA77F1 , 0x0198CC7F3E447214A848528DE060A0ED , 0x019F1BAEF2DC439C94800F80DC993CB3 , 0x01BDD843B2E341FBA7621F41D7710E98 , 0x01DB2418EA7941C5923DE1DC12C39645 , 0x02049224C56347179FA4C013E2CFCD8F , 0x022141027C3F490EA15BD1BDD64D9D09 , 0x025717D91C214397BB2E830AE2C2B1C0 , 0x02995413D6C248E38AF849B631E26C0D , 0x02E134AE0EB64719B5CF4547E75DC4D5 , 0x04488BCF0EE84F5B84633A1AF9458006 , 0x04675F9CBFC54E17B4B45D53E8228A12 , 0x0479080E315E4D1CAF8E7132ACFB851B , 0x04E2D9B50B024EE1AA1D7DC56A5DDC4C , 0x05156B693E6B4A69BE607897CD9C09AC , 0x054825AB00664EE780D762BC63A565F6 , 0x054F372BE2194584A2FABB89D2CA483E , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x064251F497FC464F86EFAD5FB2EDC697 , 0x06F759D99D7E4DEBAC132DA0E27ABCD6 , 0x0725BBCDC18043BE841F654DFCDCA1E5 , 0x073C8ACBA3AD4178846C925E7B64396F , 0x0751E34C31CB441494CA9B76E9C11E4A , 0x076C79D527BE40A9BCCFEF2E0F3BD78F , 0x078ADB73E433402CAC1D0FB79E5BF8C7 , 0x07D9B04730414F4CBD2678F7C233D003 , 0x07FADA449B96423FA8433F6EB116494B , 0x084D8960A47C43DF8721E404766BCA3F , 0x08BE2003E1CF4CD8944F32E3CC851ED0 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x094A07544704420C81960DD14DC9BC3D , 0x09A0EDC9672347AA86B18C89FA4AB4B5 , 0x0A02E5FE097D43EC8736119F01B68776 , 0x0A38581650A342BB97478E5552350B97 , 0x0A5564654F004658B3B6B0ABD98ABCC0 , 0x0B051D02018A44F7AD8ED080E0985401 , 0x0B11C6B3F6C24ECF9B7FF0DAC8D69723 , 0x0C888F16942345A4950FA5FE43BB8185 , 0x0CDFC35F743A466C859266BA97E366C3 , 0x0D7BEEA0B0A0493797CCA962F2133FCF , 0x0DD04B698828488BAD12A9DEAF7C5FE5 , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x0E8783DFDAAE4F498EB9497DB6C59DBF , 0x0EB83D6A863F45328EA1017EDC68D681 , 0x0ED3F56F152D45658B1109B1A9FEAC68 , 0x0EFA71AF83864236AF70EED5E2477D7B , 0x0F655A75B1374B92AF4C6ABCB78CF8E0 , 0x1079BCE747F04493A0B784B320384A9C , 0x107AF436BC0643B6B104EE748FB58D76 , 0x1112E49DD43141739D98BA6E739D0D68 , 0x11735682C16940AFA1FC1CF7FA42031B , 0x118D0C0ACC704182AD53787AB7A1F2AA , 0x11945980DD634F8CBFC3220CBAAA2B67 , 0x11CA2DAB98DF4ECB9B9E6EFF747FEA10 , 0x120F6A3158AA4E53A4594D9B2F0DD0FD , 0x123872DBCF1345F2A1B38FF1B6E1D709 , 0x1242731632944B519E5CAD835A9CE781 , 0x1248E272B4B9476582BE4D4C910A72BC , 0x13A7BFCB6F394B52999C33FF1F1A01D1 , 0x146D869CC910426BBBD41ECC5185AB59 , 0x147C921683254C869D791B762F581652 , 0x15746B398E0B4224B357CF603B6FBAFA , 0x1680F2F3C0EC4FF8AABCBD889F19026E , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x17E2ADB56020463986BA58CC358445F9 , 0x17E55A566C5F4ACFA9043F13095C5176 , 0x17EFBFF5803D49B4A767BCF0E90B0019 , 0x1879060A324549198B73970CE12AB792 , 0x18F087BA32B6407BBACBA7C1F5B7259C , 0x193D4A78CABD4FD2B7D8CEE1DC004A67 , 0x195E796BADF14EC58F9FB64787588EFE , 0x1993871D880F474E879BC108A197D98D , 0x19F96C2213514176BAF34860C6766605 , 0x1A1D1F47D14A4CA7B9C26AD89860C691 , 0x1A4C4EC05E1B4E199324351B25D3F374 , 0x1A4D42041C444323AA4F77F41576C402 , 0x1AEA228CA06A48EFBFF72852AA31D468 , 0x1AEE9E1061A447ACA5E7D5BF626F7184 , 0x1B4131453C034D7E9AC2B91672FD353E , 0x1BA80EE4D019453BA2AA88F20A2954B1 , 0x1C00C7F7B77A4D26BB3FE147DDE84CB2 , 0x1C2829042FC647F2BD5BE0061C122647 , 0x1C33BC61A6624EE9842D32F20470B202 , 0x1CEFBDEFF00B4005B50A45A8187C459C , 0x1D02727F23B346DF923936E0DB86C754 , 0x1D8CB0A656654BC580C454F327E7CF44 , 0x1D9DA3D26A4C44DFAD990FE91A01AF6B , 0x1DD6AECCB6214DEAB8FA2F619E5EEBBB , 0x1E700370730E48E6B32CCC72D3363C7C , 0x1F15D3C9E2824C22A5E4972853804CCA , 0x1F43B9EE400F41A1BD2D7F3EF5787255 , 0x1F535F48E4EC47CFB5C04653C5B00B4D , 0x1F6F0579F1914580BEFC15630EFFB9D2 , 0x1F85AB92EC3E45AF9583B335E22DF901 , 0x1FA22ADD115B4FCA9B0A07C534CBC500 , 0x1FB7F084A0114A17942A44D159E7AB0E , 0x201ED12524604C6F89B0E5038A3DB06A , 0x2028A3A796BA4650A90862C4055CC2B8 , 0x2041DC300CD2453F9887CF0C27AA41A1 , 0x2070C1C33600459DB6737C6F3F590C27 , 0x2094054B3CF1430385B3B74C04ABE2D8 , 0x20C641CB1CEA431BBE6B68C2E5545A1D , 0x20D0BCF8DF1A4E4F9C61E85C76C9002E , 0x210C493767324E43B5F72408E3B03303 , 0x21397090760D4DE09EE3C08EFA95B2BA , 0x2182950A7C184CCA87C5C95A5792FFE1 , 0x21969494721F4A7891FF0BA84D87141E , 0x221FA49D612549F08F09AA9E3B90AC20 , 0x22E6DA6830954081B29C53017BC8FFA5 , 0x22EEFC3E4E8647F6AC9096672CB8EDF6 , 0x233B79BD9DCA46A18CC777BC617EC1E8 , 0x239B24564C8F48F3BB7FCEC7E82CA121 , 0x23A6C4D09E944347BD8365876D209E9C , 0x23DA38F1B1D94B099B7D1026640F385D , 0x23E8271FAE334AC0BB481FA2A0BAD4D3 , 0x2426EDB12DF4476AA105EE6DA57AAC54 , 0x2430641EA69E478CAC492C148770266C , 0x24568E105B1C4CE39B7004ADB96560EC , 0x247886D0B3B14A1BBC60287EAE099276 , 0x24C6C5D056014150AEAAD045789A4085 , 0x24CBBB46CDF84DC291FE9DE5A1CEE1F5 , 0x24F08BC1FAAD45CAB5496EF69E747B42 , 0x24F67A89810B4DBE85FD85C0457DADF0 , 0x25BAB9A3BCEB40E389CE213312C5C571 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x262D10AA4C5F4D2EB8082EA3371B0108 , 0x263E50A70F62437999C52BFAF4D12048 , 0x265FECF4922749E4A259DF6955C8F308 , 0x269F168510B64C60961201460AD0AACD , 0x26CFBC7A02BA47849A00E627E760AB87 , 0x26E8FDB6888C42FB89FA1C7E68709402 , 0x27055B15F2B44EBB8AC0CEA6F4BF5E6E , 0x2742B8478B8140789D40AB68D37E689B , 0x27760BDA084040E89B4CB4EB5ED70502 , 0x2777329A51494C43928445847CA12E92 , 0x27AA62943CF048E09BD8093368AF4DB8 , 0x27BD677CEF054F8CA29691C8EC5AE631 , 0x27F0C28D790C4A3F8D901FD988059FC8 , 0x283DAB9673E74A2BB4FCF96E6752A5ED , 0x28BDBB2A334C4EFB833D50C9F47BBD42 , 0x2981D274AF1A499B9A3D61ACD3C4DFFB , 0x2992F1FE91F14E30A8709F035C50B75B , 0x299DF76406224633B1554F17B7C29774 , 0x2A087B679BF241E3AAAB6C1D75DE3D3C , 0x2A42A0F4A6A84E8B9B6A3E5F08C9CDF1 , 0x2A94511BC4954F2CB2026BE324CE02E5 , 0x2A9AE55F011545ABB59FA1126A76B0FC , 0x2A9F4468CACE405D8E32A3664655FF7F , 0x2AB97282023A4482ADF03887DA54C977 , 0x2ABC85F70B404834A8BA45E9CAFC822F , 0x2B41F1C90C7846C29A25ACAA295AEC5F , 0x2BD9675941344B9EA596D22BADFC298E , 0x2C6F84A742EB4FCEBCACFF84F9A37F4D , 0x2CA04ABCB39D45F4BA3679C5D31987CA , 0x2CAB3498A8AE4840BB83E2AFD6393700 , 0x2CD2E2BAA8884A509E9C6FA5A21AB42E , 0x2CF264BD00E44FA29E37DFD4A2C981A7 , 0x2D8FB38A591E4E009807285F5EF13E25 , 0x2DCFDF6C5C7C4F7DBACDC994F955863B , 0x2DF2A8BACBE24E83B3E1CEECFA8CF947 , 0x2E2027321B61404ABEEF63F27C02C8E5 , 0x2E3DC9F7477B4513BC85FF8A3E5657A3 , 0x2E61C95553E9459B9C48BBB389D1690D , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x2E87E42A3D8C4AA5BD4DA7D0C851BF7E , 0x2EC241AD2879442C8ADC75C286F0F9CB , 0x30079DE435164200863DE00BEA8D10FC , 0x30176C652F9B4833804BE55D2E5C491F , 0x302C26630EE74FF28738A844ED269886 , 0x3084543115D3461F8706A53EA1608DEB , 0x30E5FA2A25F047DD8F66B774E209B879 , 0x310AE53291CE478FA5A4AC21C5E9F4F4 , 0x31205E1F673045538BE582C9FC8C22DB , 0x31735EE394174546B9A835372AFA3ED9 , 0x31A4298CF1494FDFA13891A60D7C4844 , 0x31B25DF3E2C44089A8D2E9DBB0360FDC , 0x31DAF3ABD5CB4944B9F423388B91BCF4 , 0x3209FAD6BCC24919A1FD8CCB513D354D , 0x327337D82CFF477A8B2969ED8C94191A , 0x3287E5E8061341379DDDBA51294CF222 , 0x32A8EF9FDA4147A0821024430E58BB0A , 0x32BC5D95630145DAACE7E74B0905133C , 0x32C9E8A1D12045D8BE6417B93CEE21E4 , 0x334279C235544A1ABD52D1C4F4E65E4A , 0x336A16D53AF040E6959716646F66CDB5 , 0x3391F0E480214F8399DD6902AB553A5F , 0x33FCF0909C7F498BA1CD4FEC3C93755C , 0x3479AB5415E941208DB724336965903A , 0x34A4D135D41243D5B3A6E234093FC8C2 , 0x34A629EC7478437CB2FE74BF21ECAC32 , 0x34F83CB8388B4B1B834F9A099926CD35 , 0x351766DB24834309852CC2886F45D3CB , 0x3518ACDA3DAE44029080D27230974076 , 0x353A7CAE13194ECDBA3ACCBC23C2DD47 , 0x354DEDC90E1846C0A478EE2E699CF29C , 0x36219FAEF1EF45B6B2E3BA126AFFB7D2 , 0x36C5152D4CAF43ACB0BA66D500106962 , 0x36D3C708BE254C8D80EC77DD7339BFFB , 0x374BA3B5D7ED40BF89E11EDA496FB7C6 , 0x37F8B5B249C0499698D6A78F81D17E47 , 0x3961E4D4B5694F32A71C9F545E1463D7 , 0x396FD0BEC6754AD6802751A4953AE4FC , 0x3971F7DF1FB94315959C080E41EC728F , 0x399F373F45154B26A3A79E9B077AC1B3 , 0x3A463F4654D445B4AC9C276C9A1767C0 , 0x3A7B2E70A0F64DF6A3CE19BED344AA65 , 0x3A7CC27D22C44E6CB23F688001D83F9D , 0x3B4371C3DF074E8D906459AB46DFC83D , 0x3BA24E5C352A47ADBB7B44A5A0FB9713 , 0x3BD15E46F3234161A3A86AC171766C25 , 0x3C084DEF220D493CAF032AA1931BC1D1 , 0x3C823C1A270A468B8070B06EA36F87A0 , 0x3CD16D650ADA405E8851AAA84C8038A3 , 0x3CEB37A732424262915D394BDED5A67B , 0x3D0E2CF2730D4FE5B63FF578B53C6A97 , 0x3D2CECCFB8E840378A25D7FAC6EE2FC3 , 0x3E94BA78383649DAA2F19FEE93C92F56 , 0x3ECBABF78CDE443FBBE20C3F7746E105 , 0x3F1E838362194CA396EF76DA76B344CE , 0x3F30F29A06154C5484CF504113B9FC5E , 0x3F4015E99BCB4FC6B66850E532D3EA61 , 0x3FC92DEF06624A42A050CDD926273A55 , 0x403CABD37ACF470D83FDF788492FB50E , 0x4040F5071B454DBAAE3B4BCD172BB0D2 , 0x404AE31328954E1EA8C92B9BA4E187CA , 0x4089BF93662240BF9B3EC0C23A8BC535 , 0x40CAEBDC12904053A893BB6D0CE6C586 , 0x40E55BEF76824D078E1633EC6A5AAA76 , 0x410118C8E60B4A46BFA7A81479A0958A , 0x41076EA5E5CC4F58A625F3E80397021C , 0x420C3873775C46E7A98AB056321E6A91 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x426027AE9AA245EE8F136ED2EC8B4BD4 , 0x429ED5DAF1AF45B7A2E965AC7F34AF24 , 0x42B8908606704F56AD2B257E6CE363A8 , 0x42C5FC8A3C1B4B4AB2D307E72214A678 , 0x43434896BC344DD781EFC6B90CE219B0 , 0x439B6AC8203F4924A303E0073AAB0CB4 , 0x43F2A64568EA406B8FE4D6DC7A56BF4F , 0x44D6900F77D6428096F0D44C38802CAF , 0x45713BFF7B5B4538A2195DF3924B55B8 , 0x459FB0289AE34AEAB44A1F62570819E6 , 0x45EDAC81CDBB4B5D91739487DC5E2BDA , 0x462F242B433C41E8869AEC94BCC1F973 , 0x46815593D7CB4E058BE8C35B4775F8AF , 0x46E6A1DEDB50427E99AB637C736ED176 , 0x474407C721B141F293E170C86ADF875D , 0x47671FCC33714BB3847A0406F90A0589 , 0x47FD66B6CDBE43919BAFE81BC8DBA96E , 0x481078A8A1154B838281D129F2C084CB , 0x48C142CB6FD34917B642BFF0C9FCE472 , 0x494ED93568FD42DC86A8E0340F0DC570 , 0x4977677409F5431AB144D177646D75E8 , 0x4984BABFCF7248D2BD5C79618E10DF03 , 0x4987134C36BE4A2BA051D2C6FBF5BFED , 0x49C262940E634627A83A2D8900CBCB32 , 0x4A004A8A54A544989C22D8D3EEEF6587 , 0x4A12EF461CA2499EB0C4CC7B762C972C , 0x4A3774215AF3449697142DD4E3B95F98 , 0x4A7BAAC4265B456A9BDDF3DA591EC5CE , 0x4AA04414FB744C1F8F0C45A82D30A5BF , 0x4AFEDFFF42EC404F942D99B202FE2570 , 0x4C5B0074BF0A482BBC460D67771E3A0D , 0x4C5B60A0500A4EABB9E45220E749353A , 0x4C9461AA9F2347CB91DBBF636B319C3F , 0x4CEB08EB683E48B8BFFD988441CBE0CF , 0x4D2BEB7206CD4B279E8E71609CFC8C4E , 0x4DF3329A2B5745F38D8E47A9D622D696 , 0x4E0D39B2433B499F9B6F8BD3C7D98D19 , 0x4F0A031293AC4FDCB6E1B244D112EABB , 0x4F2D1CF6B75D4F2D9A7C474DDDF6336C , 0x4F35B840A0BB4DD5BBAECC57249AC535 , 0x50A1432A03A5400C8EDEA57AC6906CD6 , 0x51070503953F46338AE553AAD8369B0F , 0x513820E734B841BFB7A36D40271268FD , 0x52406E4EAF014AB09B1F417E25F5B7E1 , 0x52446F91657F41ADABB61429EFEDAA1E , 0x535B429B95344043B0147338F7A02D6B , 0x53BC052C6BBF41848E2AC9285A02AA09 , 0x53BE4BE5CC7F400DB61B4728E941D634 , 0x53C501E2CF41496FA9A42EEA47C355AF , 0x546F7991CB24470995915C6A6A01EE9D , 0x550C64CADAE74C1598B8EEF6429BEF2D , 0x55B40836D5D44765B09FD42B6148FAFE , 0x56D50E48B02249C4B5BBCCE41A1C072A , 0x56DA301FE32F4AC5BCB9E5B5D708FB34 , 0x5702FBF152EA4CFE98668D8BC9A52079 , 0x57B06521D3FE4ABF934D2B565836203C , 0x57CBD7E0AEBE42E8B705EDC0BC913CA4 , 0x583BCE19EDBE4217944E7D6DC19D2F75 , 0x58A73A1465684B519DE7DF61B3180A28 , 0x590789E000FA4A49AE4B28CED70716D4 , 0x592C8C118FD34494B2F8A1E7017C4208 , 0x5A0696FFDA1B4B3BABE895523E71BF57 , 0x5A39A72570E544189B7F46F753FC3063 , 0x5A5625DB9381412980F9430605B6298B , 0x5A5DE028EA0447C9A01CB7B886217E11 , 0x5A6E2BDADC1F4F2585AF1566EB9DC4C8 , 0x5AAFFAC6AE8E45688B078C9A8CA15C0D , 0x5AD0A75B35EA40B780720CF5B915396A , 0x5B097BD435E848F699E62A1F4D526C7F , 0x5B26E3983F2F49F7A5813FE76837F73F , 0x5B652B4923194937A09E18BEFA870B52 , 0x5B6F58BB3A6D404EA6DD97ADA0B329EE , 0x5B9D56B870604CA2ACC275329FB15B5E , 0x5BC9C81FEFF54E9C84B24012E453A899 , 0x5BE22BF8C34240FDA91212D746299FC0 , 0x5C03EB1DC4C44395918697871B76824E , 0x5C14BD4352F84255AE542EBA0ACC0E5D , 0x5C561A6BA57D4EE7804A3D3DD1B96A1B , 0x5C67C511F6944DF3AC8E19EC862AF83C , 0x5C7DEF33E13F4CA1AD48E9654B86F947 , 0x5C877C91644846499312721B3D736C7A , 0x5C8CCC79ABF34ACBBA63EEE33F345362 , 0x5D48E465F9A24E8A8B8F92844009B553 , 0x5D81B0B6260C4C57B10BF3066285DCA2 , 0x5DC2575BF14F49E8B4C43FDB4937E733 , 0x5DEDA1211A3C42CF9A453AECF6EBF3E3 , 0x5F6D55149DA14310BD6A08C07D0AAD98 , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x5FA9A2D42F1F4989B9E5D34F466F8D23 , 0x607909EEE162408FA1A59A6A7D84707C , 0x60CBA981CEA144C2BEDFB3040C1AC083 , 0x61263D05188C4F14995A4C68A8EBD27F , 0x614CFAF0DF21415D853584D1B1F7B19B , 0x6158FD5D218645AABB65718E9DB1AD25 , 0x618117809A6E413F8C3C1FB0C5AFDC36 , 0x6279E85C754A43909DE87F0D3B858351 , 0x627FADBA6CF04A98965218D2AACCBC10 , 0x63EF36C39A4C40719A045AB0B55AD36C , 0x645ADA022B194F3E98A4FB31E35FC4AA , 0x6632D9776FE84BBA961029784E4D1B70 , 0x6679A0FC857D458C854C6AA0BB9CDC34 , 0x670E6DC7AE104D428AA1D9D1A3C596FB , 0x67D497D3749A4041B2A4538410C001C0 , 0x6810BBE463EA43AB8EAF0A0B5168791D , 0x684F7A1F180B45C99C5EDE49BA720339 , 0x686BAA2F4B7C4C0594F09982479CB461 , 0x68DE481656174C3192AE115D2059C286 , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x6972481A7E734C349DDF8BE2BCC2EDC1 , 0x699D5C13465942B9A9E9369633CFAC97 , 0x69D5CE94AF8646DD9C2628C188C86561 , 0x69E92375BB6648E7835771FE8C6C9E9E , 0x6A54FE0927C2473F828A874C6A2AF611 , 0x6B0860CD7CCF44E1A82886EC95D194DB , 0x6B3A07236B9E4ABB97560C060A10D671 , 0x6B7AE37BB6924E0ABA23FC8F474BF0D7 , 0x6BA8FB3FC1724476AE18010F1C64BD94 , 0x6BFC1158030244D69DBE85610CF72B40 , 0x6C28F4D3DACE47FFAC9B3028A7079335 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x6CAC5C8418864D1E83240AF4A4918714 , 0x6CEC4DEF5512442DBE7F8EBC169B99AF , 0x6D0A66754C094EEFA18198EA2D20197B , 0x6DAE503F926B45E4852B934306D8C1E7 , 0x6DE5074E7FD7463A80792F7FD0AE08A1 , 0x6DEC6491DB8E432D8977216C47718247 , 0x6EB4EB75EB0446D09D8B22CADE0ABABF , 0x6EED07A4BFF4453B8F4BC0FDB98DF67B , 0x6F35A88083BC4B9C81471D8F6F79E181 , 0x6F35CE76EBAE4B4EAA0CB3CFCC7D7EBA , 0x6F58D7518D524E7B86495A2C5D614497 , 0x6F8394B87A1D447CA2D59221198C6689 , 0x6F83FD21CFA243E09641B0355A2817D2 , 0x6FBA9275227E424C9DDDBAB4E121CE31 , 0x6FE67781660A4A79A99071B4718EF0F1 , 0x707BA3AEBE594A088336C14F922AD23F , 0x70CF20607CEB4142958787DDB7A0F3EC , 0x7134359E2776410E9843051CC710945B , 0x71631DEFDBA54ECBB561FF9317951627 , 0x7177816FFB2A425A91210165406EB73D , 0x7185F8ED29774D7AA35A810FC49240DD , 0x7190A7A5A60F4F4BB59CDF6E217A05BB , 0x7260BA2B578748ACB6FAEA9122190BA0 , 0x7306C4D5A2D346B5BB339FCDFE28CC1B , 0x73CC29371AA84E8B999A699A7C091D91 , 0x73CC2BF819EB462C9E70ABB20990BBDA , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x73E8E9F85D4C493DB672F16C3C916593 , 0x73F4DFAC653D4F52AA5423DC6F2607DE , 0x759717227C7643E1B6F11815A203B3A3 , 0x75A466BA285441C8A75CB2FB64B75FE9 , 0x75FAAD870595455484EFACE7F7957084 , 0x761819060E624CD68899C44ADB4EBAA8 , 0x763A62FFC8524B5E8CDE6E4B63D20F87 , 0x764D49F8E36C481EBF908D3A59D16427 , 0x7675BAC984A140CD8E30CCEE625890B9 , 0x767B10465EDF4B1F8BE0BB79AB01E2EA , 0x7739ABFC1CDB4CB4BBAB8A6B647C3613 , 0x778293E4A68D44719A6E09A9FBFD9A8A , 0x77C7B28C53B843138B9E503FC3CBAAA4 , 0x7803247CF72044D9A32DB52A136E1DCF , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x79C80AA561D04234AE88637FE16CCF39 , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x7A7EB1D6D2A14A5BB541FC32B561BE32 , 0x7AB660DF1FF04A8C9D74A9E1AB0C387D , 0x7ABD39251B884DB38D6570F67F42EDBD , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x7AEC0CF38D9445608FDE7D49D627919A , 0x7B99194BFE6E421B8D0AA89B27A01A12 , 0x7BC6E268B4984369AD86B528D6A919B9 , 0x7BFBAEB96D614C138D291E340C789099 , 0x7C6DD584FDC7454ABEB6C9355F995FA7 , 0x7C86C5D847F44081A2C7F8BB5EAD22BC , 0x7C91B0BFA1934D46AB3FD2FC66867555 , 0x7D30C3B042DD4A53BF0DCD11B6D81EAD , 0x7D8C5FFBFED14CB287D963F77257F14E , 0x7DF94DAA66A64BCEAD011F93B55D8B9D , 0x7E06E736599B41499239FED0D71CF216 , 0x7E09386BD7C14F608CE931E45434BA78 , 0x7E29158E58CB430BAB0A092D50F183B9 , 0x7FACF52F30D24081B647DCB72ABD2E0D , 0x802EE6CE0A5B42CEBB9C073C410A080C , 0x80300E7918A0472189F0600F2CCAE169 , 0x80B0B34BA3AD473193B2F9FC45E218F7 , 0x80B654B1936C4848BD32C15DD652CCC4 , 0x80F726953DEF42CAAB298D541BA142E4 , 0x8102BFEFF8054079A21D170295328A32 , 0x81A0BC8074B04875B081E7E0668909EE , 0x82B42D5240384A9D846F4BFD26C51B65 , 0x82D04825F1504BCEA5E589BD51A42DFC , 0x8337D35896CB43969814DC8F553A6C8D , 0x83AB4B4C265445CDB204D27E9CCC7A1B , 0x83B0325614F34545935E328749624138 , 0x841E29E223B842F29E320E5C5F2E51DC , 0x842D9707EF1343C2A7959E67A22B6B39 , 0x84BB8C3297E044C1A7979CEC2FB6B7FB , 0x84DB882D5EEA4037AE04BBFEBF4B8219 , 0x85766817D6D343ABA28635BA7771EE6D , 0x85C254F4350F401BA4756D754F46FD1F , 0x85C372FD4E0349628BECD740D62142B1 , 0x85FAD572583746E3B8862D53244884F6 , 0x8601FA9BA1444B558648B0DEF7006A58 , 0x86B09D0370804DB68DAA0543C75500DF , 0x87085F7F038E409C9CA71CB6709476A5 , 0x872ED89E150F40C9BA8C90376412E172 , 0x8771913A495642158E822E0E07BDA289 , 0x879E2C487214457CB3CC606EDA47F549 , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x87E8A336732741CCBB5767709F69448F , 0x87F4BF8BB777438D92B9EDF11E4808CF , 0x882A0D90845C46C9BB019659A615F235 , 0x887FAB7884184B97B32F3B5BFB02AE32 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0x891F9601EC2E42CEAC06602FA9BD66C7 , 0x896E272E84D64AE082D4FEA02E1565ED , 0x89C6C77FB98B4AC6919B9DE70A9B924C , 0x8A5AC200D25D4899AD75E11B6302BE40 , 0x8A6708AFC5644B41B574817639939A1C , 0x8AD0FA1CB54C4456AE91C74BA0DF0FB3 , 0x8B2D191ADBC8495AAC0A0FDA910336A1 , 0x8B4CCE12BAAF42C2A60B5EC61ACE6377 , 0x8BD442081B6446AD9740039ECE37A609 , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x8C83D48FD4BC42DEA428F0566B1C1159 , 0x8CB0EB0EADA24635905CEC8D3F1D71F3 , 0x8CBCC1051ADB4A9E960AFDB22ABC80C2 , 0x8D1E147F008D40F5BA902C23610374FC , 0x8D2CFDD4A5F54B59902A11851D033E54 , 0x8D4F652702BE40BE8D5FD550188D0F45 , 0x8DF6D9D84F7247098541724812D4A756 , 0x8E0C64F417264187AFB600F36ACC6D22 , 0x8EA5C319BADB40BFB1E0F2ABE8E1420F , 0x8F3502D374E14B9E94862331E65A507A , 0x8F71BF4F636149A7BC6E1B3079F45821 , 0x905EB35C7E7F4A26B89C6F3A8AFA2771 , 0x90C5EDE0B2E94251B2824DA55F903453 , 0x91631143C2984C2F9DBA27F2AA18CCA4 , 0x917C0DD471714A44A2F46430182D7FD8 , 0x91A66417D50D40EFB13442458F32EE16 , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x91C10139F3F946DD995878D8E2922800 , 0x92D177D912C442A1B438BFAF967C26A4 , 0x9355F61CD2C348D4839DD4FB4A56ED9D , 0x9387ACB13A7642208F7F6AD8F453E41A , 0x93BE2DB9AB73440C9F44D4DFF869B6DB , 0x944F0FAB45F64A6894BCEF7C9F2446E4 , 0x9459332A94F14DB28A93466A607CD029 , 0x94ADA67DB17C483D8FCC267725CD745F , 0x9548B4B3A0F44CA1ACDDBF2A52894A71 , 0x95946155129944BFA0D9705C29117F82 , 0x95C56B0280FF4398A69AECBC4B4A1BBA , 0x962C617E8D994FF6B0C25AAD04022B67 , 0x96703184E4A94DEAA6639AD3B41D6EB9 , 0x9679137632584753863DC17B19A2FC85 , 0x9697343857C24DDD8250E9515CE7FF21 , 0x96CEAF9C355A4FD084A3C7B5BF48A914 , 0x9715565824E8455AAD45447D487D480D , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x97D90C55E1F4421FB536210F0F36D324 , 0x98099977618846FE80E141669A36D6D5 , 0x985EE16C563248EFBB7EC41C55498B8E , 0x986015FB8FB54E8086EC2F3D329CE332 , 0x986B22337F9D49589976A6C1E914E9D3 , 0x9895C2D08D944C82BAFE7098CE209427 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x998BB8A81E1B4FBC810C7FA5CD42B761 , 0x999EEE8FE1D54280BDDFE719F06D5411 , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9AB123ABD0884FCB98CDE675801D9A06 , 0x9AF792248A814E3E8FD1C0EE213F1301 , 0x9B13EEBAC1A44D73AF33013CE07DD927 , 0x9B2943C29FD2445BAB5C0A1EB2A939F8 , 0x9B3D94CA7CA0431DAFC9050EF3F9BE06 , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x9BF28ECB49CD482BBA0DF9BE9B8DC7A1 , 0x9D0F05B986BA4F3AA979C5DA6488A97D , 0x9D50BB6C044F4682BDCE826E0DD8826F , 0x9D72BFFC5DCA40AD99FDA7AEF80ED584 , 0x9E0A24038D8D4B1380918E3440EB6B7D , 0x9E19A59AE8DD4E4BB2D5045839B832C6 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x9E81CE7F104642459841330A142790B8 , 0x9E935F48DF944332AD696931BA2CFDE4 , 0x9EEFF8E2C50F4138B90341E585968A96 , 0x9FE900304B3C400096432EE937BC1641 , 0xA0132F14F2614BBEA22020D36C8F1289 , 0xA054CE261D744BCDA5C30495FE53F325 , 0xA0645420AFF348B8AA8C74F10917B1B5 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA14D45ACFC374D0399632F200ED0D82F , 0xA182D7E966DB4DFFB57FB90D5B12DD8C , 0xA1D210E732B14ABB9DD022771C2D6A50 , 0xA2B358B0330A4019B3DE9B2E38D11753 , 0xA2EDDFF556844746AF79047D752650AB , 0xA30AB8A9979644639A6C8FA69703B204 , 0xA31FA1B5F15E4C339A653FA40E7D1B90 , 0xA3296D93EF1A4CC787DA180AE9844796 , 0xA339938EE1A14087B010804547E59490 , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0xA368FD3743B345E69FB9210869F97FE1 , 0xA38274ADF70D45419F15B6A5AAF8DF4A , 0xA3B25FD1F93D40FA962FD9D1B9D76C21 , 0xA3C52DE62B3B41B1819F8C35D9DF9230 , 0xA3ED2E2204F14A108ECC492364CAF355 , 0xA406FB1BD8EF4E0C80D860106D280579 , 0xA4566694F5354A1C993527ED1EF82A0E , 0xA45B956198B84F1FB6FF13EC45245ACC , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA4B08D7E53494823B9DB9AAD286338C4 , 0xA4E7E53AD0D74A4E8718F97878137202 , 0xA4FEE06C341740288182D2D765FA10FF , 0xA50157E076D94B1AB4A1744CE270E8D0 , 0xA5565134734E44C38A5B87A1147DA752 , 0xA564DF702EDC437F8B2E30452C1BD0FC , 0xA57835DC1E2A4D37A4E375DC7DA7EC70 , 0xA6091BA656CF4F73A7B1807AB047641B , 0xA6A99F9475354A60892D173B04034D30 , 0xA6C902E312A54D22AAF180DC4F381CF6 , 0xA6DD34E9CE3E4019AC3A7C4A75EE8098 , 0xA70C2B789EAC46DE93D3386F09C9A1DF , 0xA7536B95B579401EAF028DC3DA9197F0 , 0xA7B130D85E434BD1A10003D71BDDB203 , 0xA7DC85B0FB5547969949DFD4A247AF1C , 0xA81134C44A504D4F90822C0EFECAD5F2 , 0xA812FE02A0944D2FB679D70FAE070147 , 0xA821025B13F0464C84E855512A64902E , 0xA85FDFE29A3C4AEAA52BAACB7C4FE95C , 0xA86377F471204DA0B765FDC0A6323D51 , 0xA86DE63A08B04FB0AB63E1FD0055D23B , 0xA8AB86750D2A4739AD7688DDFBD6EF33 , 0xA8FC77DE512740D1A0968AA9D34E912A , 0xA96845A093A3440788BE7B3AC34FEB5F , 0xA99384528610462C9810689AAC1F2463 , 0xA9C379431F9941C2B6A895746AFE780C , 0xAA2D24BD2C9749FBB6AA8E866000D198 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAA50F442B42D4A1A89601286F992C66D , 0xAAA3896325A74534996279F0CF3E4EFF , 0xAB789CE2066E472AB512C5B572559FA2 , 0xAB8775D01F5949539DEA74CA9A4A3E9A , 0xABBD0CD0A6984868B486EA1C8BA1CA42 , 0xACC864C0BF86429FB59BDA972C31599B , 0xACDA8C43B3964566A16F8ABC69A1A09C , 0xAD954713D8574B38AFA2398C7BD66C0F , 0xAD99762DF9084E81B18E9ED398810FC2 , 0xADF28C1B866641CA80805EDA0F657E47 , 0xADF5DA86CEAE498BB8AE183AC723AF7B , 0xAE1B6E1101974395851F687B7B654931 , 0xAE40DB904BF9425B9FDFFCBF89C4F617 , 0xAE4A278B077744B7A11825BD1A3B3F39 , 0xAE777A0418834992A68BC3E2D6F4F23C , 0xAEB022537E90405AB675ECDB15F52117 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0xAF35A74DC8B64A1793D07FE51394F187 , 0xB03006FBF7354A93A528FB71C1275DB8 , 0xB03EC85386B940D486C94DFB207AF064 , 0xB06E1B7BB9814476976C4351CE7F42B1 , 0xB1392737DB6E444D8CC9DCEDEAF683AC , 0xB18DFFA8F25443258FAE7F47A5D9FBCB , 0xB1ADEDD24A1240FC89C0E548CD042C9F , 0xB1DB8DA532FA409DB65270ED2FDD7BC1 , 0xB1E9790332E54D3488A06AB013689BB3 , 0xB29F9DA935FA4699AD3FEF9CE2786EA0 , 0xB2D7FB30DB00465B934AEDC1CA6371CA , 0xB315B8FEC0A54B11ABB7B4B44567A873 , 0xB32EC1DC6CC74DCE82575018D41B6810 , 0xB3A3E2DF2A664896BC11F2831214441F , 0xB3D5CFDF93044F0F9DA63E1BEC0F498F , 0xB4200C48BF264135AF6548ADCD0494D2 , 0xB45B724D1237416DBC2C9C3DF28F380F , 0xB4654E8B79D0497EB735B1D3AB6C1A47 , 0xB525F8818BB94975BD6D612C4B661597 , 0xB532FC05A60B4CBEAF3A21726609014B , 0xB54A90632E0344A4AFBC8C69EB57834B , 0xB570F0F14AF04DD59E3472B4200C921A , 0xB5FAD744249A4B6C964C1A057F99481C , 0xB76CF509D64C4127AC6069B21F383205 , 0xB7BDDBBE01C144FDA09070A159706DD4 , 0xB8CF062E55724306AF686D95C3BB393D , 0xB8D46F425DDA480A94A63288EAF9A67D , 0xB96F2E122D4B499FB4FD057B03A964BA , 0xB995EE0ACD5B42E4919356469A44F07C , 0xB9DDB8D7041147E6BB641CFCDB4A7748 , 0xBA6462E1CE9D4920B1D4443BF5B4B453 , 0xBA76CB71D106411AA7ED00F13045A32A , 0xBAFD7DA5004440E8B75178B8111B1997 , 0xBB1C0A1278A144809A930058A52D6A84 , 0xBB8D0D8607FB48C593FF210266C195B3 , 0xBBA2A0852978402295F1C7E10D5E4803 , 0xBC2A9569EC804D2B9CFE477D56D22707 , 0xBC54D495F82141698103436B43896042 , 0xBC5E02F259B548E585DE758155C448D1 , 0xBC64A70A35A6418D817E62896EBE84C3 , 0xBC682318F5FA45F0882688B264BD3EBF , 0xBD2F3BD185B44BD89A304655797F6F82 , 0xBD6002CF08154BBABACBB5A380DCDA20 , 0xBD7A78BC52D347328DE55D912501B2B5 , 0xBD9B273F45AC40478A3165D9F8580223 , 0xBDAD675F39C44090A2EDA76D21FE3696 , 0xBE5F041AE3014F1FB42E0A82E6B5D7C7 , 0xBE8AB8AEFA944F648610A373C7D9C612 , 0xBE9981C98EAA407DA40960AC1D2BDBD2 , 0xBEB7F827536D4C0C99A65B29CC633566 , 0xBF0D5734973D47F3BB7C62E07BD40312 , 0xBFA003D2278C4189B6394E0DD84A8763 , 0xBFA0F5C7990D47D68FE7896930E02E58 , 0xBFBAB1674B4E4C1EA8FECF9E1C204E22 , 0xC0222E973C85450798BE8850EE5351FA , 0xC06DA58BE45E448CBDAFE048F8FA34BF , 0xC0938ACCDE1F4174BD1257612629EF9C , 0xC0990CE6C3C04654BF8DEF2C3646FB58 , 0xC09CE18224C649248A8B0CB0682B1899 , 0xC09FA05CD9344A6B83B1EA7C01136F46 , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0xC181BC04EF9A45E88C31BB31ADDB9391 , 0xC18F79F769C146D5BC1822F1C8A2A998 , 0xC1A6825D67F54F7C88C73DDB3CE1303C , 0xC2773092517344FAB4B3087C14448769 , 0xC31991FB42A9432CAAC16ACFB960E7C8 , 0xC320EAD153A245A7B4E0EA7A021D40A6 , 0xC358E3AD1F374179AAFCEEE631652193 , 0xC36E1B4C6ADA49A5BFC72686F869E02E , 0xC4642AE7E3E14468B7E384F376400530 , 0xC472E4F0AEC545C99F46047687A3B8E7 , 0xC5897AE8176144D592821B956072CEE1 , 0xC5A349714C8F4BAD98BB230A05D2B383 , 0xC5A7941EC4AF4197AFDE9B553ABADD82 , 0xC610E49753784DD3853CC283860CA866 , 0xC640A703821C494BA8BC9862915AD827 , 0xC6F681E0EA1D4C69844072A65D07BF8F , 0xC7294D6120274510AE2B844C7B40AD0A , 0xC782CB835F3143888D572022A4A15AA5 , 0xC78635FE661641F1A2D44EBCAD1FAE41 , 0xC7AAAFF3E1D24BDAAD4E5ACA59C2240A , 0xC7E485C9F4C948BAA4791D7F81846C11 , 0xC81E18BB8DCA486E9DCD2C30A35BAB3C , 0xC85A3558DD2D405CA0F4491A6B52614F , 0xC863E0641C3B4E8DAAF7DACC6385C1AC , 0xC86D452F82BC4B1D89899C7D23CC5B3D , 0xC86E86CC17BE45CEACAC8DBEB716AFFD , 0xC87D34D5C4D748F28DA1AB6A1AF3DBDB , 0xC8AE7F0369464BAB97E8CB6998DA5A37 , 0xC8F99F4ADE9E43C98A254E862BC11170 , 0xC93ECDEA10EE41A9A587AEB88F1B08F3 , 0xC9B9D27D0F8549C4AF53F140DB0CAA3D , 0xCA1758689AAE4671A78632E18DE7E623 , 0xCA36542C88144A32BCF8123977BECD7F , 0xCAC0E859BC574557B35F78FF09B0E8B5 , 0xCAED7E650A0C4EA597085F5148C59AAB , 0xCAFE3CF58D354CD2BAE220E75FC4F7DC , 0xCB28D1924D864D0E8F76280F83A6754F , 0xCBCD83969A784F79A80CF7C950700D16 , 0xCC362AD47B624F4187833295ED72F051 , 0xCCA727003FF54C9395AF451195E7279A , 0xCCC56164398C4D1E9554FA01EBA424A7 , 0xCCCE86F4B9CF4642AA9BD0E679C4046A , 0xCD0E2E40890A4D15821F2359F2C4EA2B , 0xCD12F3F42ADD41D3B23985FA87F5630D , 0xCDB1AF3E95D844E18D240AB84A3493EC , 0xCEB8438537014224BD0256A2FEFF1D66 , 0xCED7581F97E34DC28784BE92A4E9C818 , 0xCEF00D84D4064A5498678C85BBF6C70D , 0xCF45EB60253946D4B586C2B976AD588C , 0xCF5E6D5586A54DC4AA912896D745D722 , 0xCF62EEAF87EA44648D024D5E6D0F0A3E , 0xCF7D8177327B42AEA09859034A7166AA , 0xCFA428B6B0014B83A4865FAB29B579DE , 0xCFC910B80B5245AB84BA0CED40038BDB , 0xCFDBD6959DB6473FA49CEBB157AD7986 , 0xD01B58810DC14974A4B3B541F2176A7F , 0xD087EE161B9940988F81005687B53198 , 0xD0F21C480DE5485F933652B86D84A436 , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xD133C375EFA24C05A901F1D76F689268 , 0xD161F82EDAC0405FA89FBED9B91CDAEE , 0xD28D3A6445A94EAC9BFD4357C19968F4 , 0xD2AB28AB385047C1A04856FDE35C6C0D , 0xD2B02104494D431C8ED9265A1F9EB2BC , 0xD2F2E561FD094F4FBD06D5CB92984763 , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0xD444AFA107264E84A72C3ACFF798882F , 0xD4888D31323D443FBF35ABA5992693DD , 0xD4F485DE02C84D52BCFAB3FC94B7D853 , 0xD53ED79B907D493B9BCDACC24C071D00 , 0xD548483F01734FA9906094B9C944076C , 0xD588741B684A4310B31DA17036B4104B , 0xD5BE41A8F5A34787A1467A70DDFB7EC9 , 0xD5E30A9DEEEB41468B2430DD34B03335 , 0xD6C2ED6E82254FC9A502A5F5E1D26356 , 0xD6FBCB6BC1FB4C4FB3C5374EF5B5B67C , 0xD722D8C2CC224A3894453EA0E6EDD748 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD7BEE9BF0A40497A804FA0385B536CDB , 0xD7CB1D58D4CE4F699CAEF498931672DA , 0xD83A3E11D54643B3BD70857E7153AEBE , 0xD8A8542B78F6473A99F468FE2B2AEC50 , 0xD8B7AD7F1790433F9EA3D95228DE6390 , 0xD8C29AA25E6C4AB8A522BF7B9B0D98A0 , 0xD8CE812C667F4C14881887CABB9E727D , 0xD921EE213D44441DBF25538CFF506FBD , 0xD95E5AEC89724844A46B61824FB1C774 , 0xD96A6504CED547CEAC391A2C17B3CF52 , 0xD9D87897BD6C49B8838C356EA465B8CD , 0xDA714EBB8CB54BF79277A88EF1CFAF9E , 0xDBB7D665B7AE483A85DDC00B00A6F4FF , 0xDC25A659B6F64EE9A0D9DC0A908CE5B2 , 0xDC47F82FC04342FEB26FC8BE03D02E48 , 0xDC52A263E5DD40F4B1AF91362FC32194 , 0xDC7487729044444198EAAD719A5CACA7 , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xDD217D2EC983400BB9CFC4DCFB558BBE , 0xDD4C026B9D054691BDD6AB09F04CC83C , 0xDDA111616E3D41ED80E67B05D1B1A04C , 0xDE60E8C91AA24BDAA1132ADF8769432D , 0xDF9C5D3284204B7BAC1A90DE8EDA2C1A , 0xE026D0F08C064093878FCF9D91BF61E9 , 0xE036DE634B8142F9BB7FCFE2B95D2B61 , 0xE070C6060A1D492AB557CD300DF10A68 , 0xE0971F6503DA4ECAB944E2E8F4AC211F , 0xE0B6680EE6684E948069AF0D6D72C2CE , 0xE0D35DA9FC7047D99D1BBBFE73D4D8E3 , 0xE0E3A72766594CA6A97740E665F961D6 , 0xE0FEF45EE5F14A2EB64EDAF105285BBB , 0xE14FB6160E7140A48BA32B58927F9A31 , 0xE217D5EF6E0845B7A2166682013B03DF , 0xE268901044D74F4997C8798505FDEA63 , 0xE2DD0855A86A4C399E1D62FD25C35D2F , 0xE3247F80A7BF43EBAC80F5D159AC0589 , 0xE400E19043DE416CA4DDC4C778E55485 , 0xE48F7E2131504EB1AA4B8E4C7653F720 , 0xE4E45D774EAF4320A278EBFA73EEE2EA , 0xE5A73622ACFE410180FA08ABD5475FA5 , 0xE5D9910EBDBF445E82FBC040651DCB69 , 0xE5E15C4665104BF5B544649B13A5BF22 , 0xE64917D2DEF640F099DFF3E1724557F9 , 0xE69D82F05CD3490489A4FA8B6AB69DD3 , 0xE7123A43BD2D4C04B7F884F5F5F4EC83 , 0xE71BC9B393FE4133BF1FB32B20FC1F32 , 0xE7572990BF90464ABE316A8714C55DA7 , 0xE7575D54C9FE443F98C5CFC50DF9C398 , 0xE77B63D8F8CB44A4878FF27D24CE24BD , 0xE7AE424718304C01861A6239553E82E9 , 0xE8384C1971CA4D4B8787088AFBDCD578 , 0xE863DE4441514E82BA6DE7D252DD9335 , 0xE86C43C1161A436BB282A062DDB31F4A , 0xE891FA63EB724209A3D4DA790A904B4D , 0xE8B6FCAF96D144DF92383631D23EDBBB , 0xE8C251237D3240BE8D3FE4B4B199D54C , 0xE8C96E16EFDC411FBE422CA21950A2FB , 0xE942D9014655479DB3D9E635B59810F2 , 0xE977F7820B97441ABCFE8FAB11EED316 , 0xE98968347CA248549A36038041A70D46 , 0xE99F3C4BA046461383A9BC673D0B87AF , 0xE9BCA89EBB9547358779FBD8E7653FCC , 0xEA0BA39C56A148C29DA3E53C759775F8 , 0xEA1652ED0E15455B8AE363C29F52C279 , 0xEA4EE62ACC4944E68D8E9061D46211AA , 0xEA78684BC1224F908323395807C922BA , 0xEB4A2C8CB41B42D1947B8BC76EF16B41 , 0xEB7F563A51E646888AC82D0BD90E53B8 , 0xEBB547A12DE34E15A17E78BCEA1CF096 , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0xEC1436DA1E4C4F03BB092B218CA78CB2 , 0xEC303C85D69743938F334C6A75E1A814 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xECC13E058EA74F999D89025EF24E200C , 0xED08CA2FFA764F00B45275D2D78BA76A , 0xED3AB2A57CB94CEC97392A2D4E4FC2F8 , 0xED7A9A663E0D40219234E240AB47A393 , 0xED8C3D55396B4054BAC6E525551A4B72 , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0xEE5DE617198A4B4392DAEC9CA66E82DE , 0xEEB163AFE4E14577B255A759832208C5 , 0xEEB7D90A6F7742A0BAE906C7C237C781 , 0xEF094217B79440C29FB54A57D569967C , 0xEF539485CC4C45269C7CC2658DD5BEA7 , 0xEF703AAEB7D742AC8DD7660634531135 , 0xEF99AE67A8F34E458157BFA21DA2E93D , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xEFD41CD80324407FA1D76DCFE568D4EE , 0xF09A95B636114509BFF44E2C53D6E0CA , 0xF0C0473CC93F4087A8F6C43AD80A060E , 0xF103D729273645B0B27BB48CD04B290E , 0xF1A768C6B0F849519C1F536A7FE37884 , 0xF1E47E9AAFBD4E4FAE138A9C381CCCDD , 0xF2384F2A3E4E45BBA48B1E139EE0D0B4 , 0xF2406EFE382E4F49937E837FE25BF33C , 0xF27F12B684A04CDC8F4D0CD858C5BA56 , 0xF2B436F79F9844D3A78C6EBDEA8541A4 , 0xF316E9150A4A4575938B7AB049475F03 , 0xF3C11CFD48FC454BB7F0F46D9BCE33F5 , 0xF4738ABA146E4C76AFE08DF67977AE26 , 0xF48839F4F45A4440921853A4F73020BA , 0xF4C112A32B344491B74F59D7A1223E89 , 0xF5387F1822944A38954388F7AECE2955 , 0xF57C3E1BC4B94FFAB77741E08A66A7C6 , 0xF63A700199364809B03AB723E56C2B9A , 0xF645A23DBBB94BE8B23B923C76E3C7D0 , 0xF6A6C765198F430DA8D08A02F33CE6FF , 0xF75C810483364B588E6A8C694692E113 , 0xF7936B663C634F0FAEE164FACD280B53 , 0xF7BF4A4B2D914EC68E695EFF55412178 , 0xF80BDAD559714609A111DA9F3B13EA9D , 0xF80CAF2ED9D14213A4923AC54B56DD7D , 0xF874744CC0C448B5A69E69DD90E4335C , 0xF9C009DEE7CE44729D8205EB983C4F7C , 0xF9DC162AA4FB45228ABD83B88A609623 , 0xF9E62C3EE7BE49648C08702F12055D67 , 0xF9F005A3A5EF4E34A411BE5F9D070933 , 0xFA06D411CAF649A8A0869210D28B8182 , 0xFAA8B8E56D61438CAEE2D21F8ADA602D , 0xFB3BB423697249CE8528963A64B7204C , 0xFB79C630D334430CA3E658D584B51BD1 , 0xFC8986EBBFF24DCF8A2A3DA57EA7B3E2 , 0xFCC702A4C921415AB52281E3A9D24DA0 , 0xFD12380C45A64F7AB34881B8A9369509 , 0xFDC5C63B921E4DE49E79D66CBA61A87F , 0xFDCD2583118541FC9130CDD0E73CDA04 , 0xFE039F02196E4B5CA658E9C0B67B612A , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0xFE720B4DDEEE4981B54F628E3370D344 , 0xFF18D58435FC45FD9941464D2CA2F51A , 0xFF39B738341A4E009B3EA51400377614 , 0xFF5B4859EF714E4CB4B8DC9DE071262D , 0xFF869228FB8848A2B33F4CB8B07F2E87 )));
Copy
87
7.38 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"÷ˆ\x14\x00 ýAò£dìo\x18 ‡]{ "
b"î ¤-f¬C\x14 ¦|¨ÂZ\x10 æ( "
b"ì5\x0F\x1C ║ØH˺└º©±\x00 Óû "
b"ø\r q\t <\v CðºjÂçÅırN "
b"A6\x02 Ž\x19 ÈOF‡n“"|½¶œ "
b"nä\x1E á¿JMI²Úh„9&Pœ "
b"õÿ£˜)‚Ds›8^ÅÎ4ª” "
b"\x0E Ž\x19 ùð\f C—¼ÚDîÊRX¡ "
b"¬Ûç%ã\x02 D\x02 †,t\f\x19 —œ° "
b"ñ|\x14 >€0@\x1F »,³Ã\e }+\x1A "
b"Ü‗\x1C L\x02 XIùüpÑ »+N1 "
b"ئÚ┬]fI┼®vVî{B_Ì "
b"""
\n
ó·àWuK¯Ÿ5‹`œ‚܆
"""
b"ް»Ã6zKòˆU—ò$fˆE "
b"""
êö\x17 \n
\x14\x7F Kã«j€Þ\x18 ÉB¡
"""
b"X€²˜½\x1E @¦‘&‹„öc¹\t "
b"²kšB›·\x04 ªIË‘`P "
b"¥#\x1C þÐpFl®ƒ5”½Úƒ‚ "
b"ða0*âvB\x17 ²\x19 äÒ\x08\x17 °\x0F "
b"\x7F öø?x-D·¨p!\x11 jcjž "
b"ú_0O÷µ@züg▄\f zÔ│└ "
b"\f ì\x01 !l¬D2äÙ┘#▓Ô&! "
b"ꥲú1╠N╝│É ,\x12 fl; "
b"†ÂµžIwL\x01 ¸Í\x11 +Š£\x19 ‰ "
b"Ì"áÄñœL)·.‰î\x13 ª,¿ "
b"×™Àh]ÛIÒºfv¹bP]\x04 "
b"*+\x04 ÓDÖF\x0F ••²¼§dˆ\x12 "
b"šä\t nîH@Ô¸‘ 3ÊÎH„ "
b"É{ª!XøG\x10 å³õûCƒ‗¼ "
b"œÂ\x01 Au\x12 E/‚Зߝõõ[ "
b"\x0F ÍäN•dC{ž`s»\x7F ðÒ0 "
b"\x05 ô\x19 u;ýKÞ¢ãÔA¢È)\x06 "
b"õÉoqðæFè×µ5\v Æyüx "
b"‚{¼M±yH\x1D ’ÍT\x14 Èó"^ "
b"çE¹øã¨Gµ©än\x02 ñF\x15 ` "
b"""
Zœ\n
Ï\x06 3KD˜\f òWÜOâÃ
"""
b"7Ëm\x03 ˜$C†»‡š¦JÖÎ\t "
b"@Ðýd!ïI䢧ÿ&þ8ý; "
b"üƒd©ÝY@\x0E ª╔\rùØZñ "
b"®Ø–“\x1F (E1»ïœ\f »ö‘\v "
b"S\x1F {╚kìJ┘ò\n ÏÍú\x00 9û "
b"""
ä‰\n
¸·ØF©—Žö¾\x1A\x03 Ù³
"""
b"ÃRý(\x05 %Hô³ÇýóVÂ\x00\v "
b"""
\n
ö¯þÆ\H…´\x07 g‡\x10 ˆb?
"""
b"\x01 ¤5\x07 ½äMï’$ÇÍ’U&6 "
b"¹„ù?ÈæI\x1E £ý\x1E ÇW×\x10\x08 "
b"Öz\x02 L[ÁM)޹³\x7F Wðó„ "
b"LZ>3eN´ºKP÷Et܆ "
b"b«IÉ«║A\x1E Æbþez-\x1A\f "
b"$\x1C ^\x0E ¥BŒ„\x08\x12 žFüЛ "
b"å═æ\x04 f■E§í¡¡ÎEì}' "
b"/■ÉÑ¢┌CÛÁe?\x08 ± º\x14 "
b"\x0E ÝÁ®÷qIY¯;Ö,\x17 ƒ’l "
b"Z‰nPò]O$¶«‚äH?äC "
b"šfjç\x02 ÄI$².°€“í\x03 ï "
b"J‚·R—âI¯ƒZ|›c'øÀ "
b"_›yóö\t GÓ¨¸Êá²ï\x03 P "
b"L|/B‡mO”‰Ù¤°G] Ì "
b"oï YBYŠš\x13 9« "
b"°j\x16 ‘e"L’³`§eZÔ¨\x00 "
b"¨ åØpBGá¢_Åè)ep£ "
b"ÐA\x04 ð|5N'žuÖ•õ༷ "
b"Ø¢´%\x01 êGà»m‡6Ö[j- "
b"ZWïýÀ}Dª¶Áàm7Q-\x1F "
b"%<ò÷§rJd¾"\x05 .™€»˜ "
b"ðƪֱkA¿¤Ã\x17 ·mÄ¥ "
b"´É\x7F Ë©wF\r ╗▓e▓v "
b"°\x11 4è╗ÀJ\x03 Ø\v \x08 y╗2╠ "
b" '-┼ÿÌF┤ÿ┴¥¨7ü\v \n "
b"©F\x19 „š5E»¼íÅ_é\x11 ~\x0E "
b"µf■z╬)K\x08 Ö׿$¡\x06 ì¦ "
b"¬#┐╗ë¶J^êáÏî<LbÅ "
b"~\e Æ/¨\x02 Eˆ¸…$„€ÃÝ "
b"ƃ»I®«Eר\x12 gŒ´2ãµ "
b"CªvòèMKQü%GÑg,!$ "
b"^ZÚB€5I\v ‘\x04 „¼•/™ß "
b"ð«ýÌXóF:‚&Èöž»ðp "
b"&]®–iðD\x11 Ÿ`)\x1E x>Ã\x07 "
b"ƒH\x18 •\r µJ)²ZóY\x1E R\x14 Æ "
b"'RŸy*OC°–<1;Uh?¶ "
b"B‗õo\x15 ±A-ü─í·┐òt "
b"▒¼çs\x1E └Kìê³░ª▀`ı\x1C "
b"""
%Æ”Ÿ\n
áAG‘Cf\x16 Bˆ+;
"""
b"ÈùŸJÞžCÉŠ%N†+Á\x11 p "
b"""
R\e \n
a┴cN\x16 É\x05 ì[2<¢\x7F
"""
b"®\x0F lè°'D¯“ê=ú;Ó>| "
b"\x1C ©óº┴\x01 JÅó\x0E x0:Å/$ "
b"8÷¤@c½H\x1E –É’\x04 ULÂá "
b"åƒ<®âBJà¹çIýÍh×r "
b"oÐÞ\x04\x03 ,Ku¬ýˆŸ«ßÙ& "
b"?ÃC¸\x04 .I¥¥ãqÈè¿lñ "
b"\v\x07 b`±µOfˆTxî £\f \n "
b"""
Áj\x15 ®×ÀH\n
”•²~^lßC
"""
b"c$°|L╦C\x12 ÁØ\v d└\x11 øÚ "
b"╣Ó\x08 è░§Bªà╗Ò\x0F «iÉï "
b"]§®é‘ÐFÛ¯J’é7\x08 šË "
b"*ûctÏoJÑ¿H'o¨–œc "
b"\x1A\x0F ¸ªéÈD´ÅÕUY▀ënÀ "
b"msØ ó¦ORªÕì\x0F\x11 4\x1D\x10 "
b"Vüä\x16 v`@┐ü·5&\x1C øxp "
b"m{ OFÐNüø¬¨XÁP\t ║ "
b"V"ð` çCŠ®R\x03 6¼œ\x05 : "
b"76ð™›&A0¹xþU¤`â\x02 "
b"""
\t \n
Þ╬┼╔DÛüOHEU³Úg
"""
b"╚┐■\x0F r½HY»É±Ç©±q┴ "
b"¬&╝`}@£ÅÁ|~└1@ "
b"\x00 o0ÉÛ\f E\x02 „(g‹\x12 W#± "
b"(B¸o¹Ä@Çú!ì0__ó▒ "
b"\x12 »d\x08 Ñ\x16 K\x0F ¥\x01 ð½\x18 ZŽ0 "
b"4nç®Kõ@Z©‰-v\x17 q‚t "
b"¾®õ·µäC†˜Ë<½ÈÔ«¶ "
b"$X0X¨gAgÜÁ&ïGÅÆ│ "
b"ðèÓè$¿OáÖõ1ØI8\x05 P "
b"vuÜ\x18 gIHÙ¢–²è«¬‹\n "
b"Åø“6ÃyMZŽûw´\x00 wä< "
b"t$Ý´Ì\x12 L)ØUõîÀ╣D╚ "
b"‚h@™ÝoI´žˆ›fdú!\v "
b"\x11 –\x11 ÀE‰Gx—ާGÖ\x02 I\x10 "
b"ÝvúÎm[@vì\x15 X®)\x1F pô "
b"½\x1A õô\x1C ÜI\r ˜"SÜ\f »ªÎ "
b"ã\x08 .°ÉûG\v ¿ô\r A\x11 âpé "
b"\x19\x1A 0\x15 h®M@‹hƒajQΨ "
b"ÃQ9ÕŒ\x02 I\x08 ¹!\x07 w—\f г "
b"\x11 i7†1fLÛ§j*Ðh\x17 [Ž "
b"\x1E À^æEÚG]µì(㓸šO "
b"/Ôêrå┴LØ£ÉpJ,ëC\x07 "
b"Úd\x7F ›\x1E ÃK^¡\x12 §×åÒœ\x1A "
b"'”gƒ=ôOl êK½5\x7F ÇÁ "
b"{P>g\x7F rI¦šÞŸu>ŒG~ "
b"\0\x00\x18 ÀóCD•\x0F µ\v }÷\x18 ¾ "
]
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 (0xF7C2881400FD41F2A364EC6F18875D7B , 0xEE20A42D66AC4314A67CA8C25A10E628 , 0x8D350F1CBA9D48D3A7C0A7B8F100E096 , 0x9B0D71093C0B43D0A76AB6878FD5724E , 0x4136028E19C84F46876E93227CBDB69C , 0x6EE41EE1BF4A4D49B2DA68843926509C , 0xF5FFA398298244739B385EC5CE34AA94 , 0x0E8E19F9F00C4397BCDA44EECA5258A1 , 0xACDBE725E3024402862C740C19979CB0 , 0xF17C143E8030401FBB2CB3C31B7D2B1A , 0x9AF21C4C025849978170A5FFAF2B4E31 , 0x9DDDE9C25D6649C5A976568C7B425FDE , 0x0AF3B7E057754BAF9F358B609C82DC86 , 0x8EB0BBC3367A4BF2885597F224668845 , 0xEAF6170A147F4BE3AB6A80DE18C942A1 , 0x5880B298BD1E40A691268B84F663B909 , 0xB26BEF89A19A429BB704AA49CB916050 , 0xA5231CFED070466CAE833594BDDA8382 , 0xF061302AE2764217B219E4D20817B00F , 0x7FF6F83F782D44B7A87021116A636A9E , 0xA35F304FF6E6407A8167DC0C7AE2B3C0 , 0x0C8D01216CAA443284EBD923B2E22621 , 0x88BEFDA331CC4EBCB390202C12666C3B , 0x86C2B59E49774C01B8CD112B8AA31989 , 0xCC22E1C4F19C4C29B72E89EE13AA2CBF , 0xD799C0685DDB49D2BA6676B962505D04 , 0x2A2B04D344D6460F9595B2BCA7648812 , 0x9AE4096EEE4840D4B891A033CACE4884 , 0x907BA621589B471086FCE496439FF2AC , 0x9CC201417512452F828A97DFAFF5F55B , 0x0FCDE44E9564437B9E6073BB7FF0D230 , 0x05F419753BFD4BDEA2E3D441A2C82906 , 0xE4906F71D091468A9EE6350B92798178 , 0x827BBC4DB179481D92CD5414C8F3225E , 0xE745B9F8E3A847B5A9E46E02F1461560 , 0x5A9C0ACF06334B44980CF257DC4FE2C3 , 0x37CB6D0398244386BB879AA64AD6CE09 , 0x40D0FD6421EF49E4A2A7FF26FE38FD3B , 0x819F64B8ED59400EA6C95C72979D5AA4 , 0xAED896931F284531BBEF9C0CBBF6910B , 0x531F7BC86B8D4AD9950AD8D6A3003996 , 0xE4890AB8B7D846A9978EF6BE1A03D9B3 , 0xC352FD28052548F4B3C7FDF356C2000B , 0x0AF6AFFEC65C4885B40767871088623F , 0x01A43507BDE44DEF9224C7CD92552636 , 0xB984F93FC8E6491EA3FD1EC757D71008 , 0xD67A024C5BC14D298EB9B37F57F0F384 , 0xAD4C5A3E33654EB4BA4B50F74574DC86 , 0x62AE4990AEBA411E9262E7657A2D1A0C , 0x241C5E0EA5AD428C8408129E46FCD09B , 0x86CD910466FE45F5A1ADADD7458D7D27 , 0x2FFE90A5BDDA43EAB5653F08F1FFA714 , 0x0EDDC1AEF7714959AF3BD62C1783926C , 0x5A896E50F25D4F24B6AB82E4483FE443 , 0x9A666AE702C44924B22EB08093ED03EF , 0x4A82B75297E249AF835A7C9B6327F8C0 , 0x5F9B79F3F60947D3A8B8CAE1B2EF0350 , 0x4C7C2F42876D4F9489D9A4B0475DA0CC , 0xAD6FEF20A05942598A9A1339EF9986AB , 0xB06A169165224C92B360A7655AD4A800 , 0xA8A0E5D8704247E1A25FC5E8296570A3 , 0xD04104F07C354E279E75D695F5E0BCB7 , 0xD8A2B42501EA47E0BB6D8736D65B6A2D , 0x5A57EFFDC07D44AAB6C1E06D37512D1F , 0x253CF2F7A7724A64BE22052E9980BB98 , 0xF0C6AAD6B16B41C2BFA4C317B76DC4A5 , 0xEF907FD3B877460DBBB2658CF7FDB276 , 0xF811348ABBB74A039D0BFF0879BB32CC , 0x20272DC598DE46B498C1BEF937810B0A , 0xA94619849A3545BBBCEDC55FE9117E0E , 0xE666FE7ACE294B08999EA824AD068DDD , 0xAA23BFBB89F44A5E88A0D88C3C4C628F , 0x7E1BC62FA8024588B885248480C3ADDD , 0xC683BB49AEAB45D7A812678CB432E3B5 , 0x43A676958A4D4B51812547A5672C2124 , 0x5E5ADA428035490B910484BC952F99DF , 0xF0ABFDCC58F3463A8226C8F69EBBF070 , 0x265DAE9669F044119F60291E783EC307 , 0x834818950DB54A29B25AF3591E5214C6 , 0x27529F792A4F43B0963C313B55683FB6 , 0x42F2E46F15F1412D81C4A1F0FABF9574 , 0xB1AC87731EC04B8D88FCB0A6DF60D51C , 0x25C6949F0AE141479143661642882B3B , 0xC8F99F4ADE9E43C98A254E862BC11170 , 0x521B0A61C1634E1690058D5B323CBD7F , 0xAE0F6CE8B02744AF93EA3DFA3BD33E7C , 0x1CB8A2A7C1014A8FA20E78303A8F2F24 , 0x38F7A44063BD481E96C99204554CC2E1 , 0xE5833CAEE2424AE0B9E749FDCD68D772 , 0x6FD0DE04032C4B75ACFD889FABDFD926 , 0x3FC343B8042E49A5A5E371C8E8BF6CF1 , 0x0B076260B1B54F66885478EE20A30C0A , 0xC16A15AED7C0480A9495B27E5E6CDF43 , 0x6324F87C4CCB4312B59D0B64C0119BE9 , 0xB9E0088AB0F542A685BBE30FAE69908B , 0x5DA7AEE991D046DBAF4A92E937089ACB , 0x2AFB6374CF6F4AD1BF48276FA8969C63 , 0x1A0FF7A682D444EF8FE55559DF896EB7 , 0x6D739D20A2DD4F52A6E58D0F11341D10 , 0x56818416766040BF81FA35261C9B7870 , 0x6D7B204F46D14E819BAAF958B55009BA , 0x5622F060A0E7438AAE520336BC9C053A , 0x3736F0999B264130B978FE55A460E202 , 0x090AE8CEC5C944EA814F484555FCE967 , 0xC8BFFE0F72AB4859AF90F180B8F171C1 , 0xAA26BC60F07D409C8FB57C7EC03140F0 , 0x006F30C9DB0C45028428678B125723B1 , 0x2842F76FFB8E4080A3218D305F5FA2B1 , 0x12BB6408D1164B0FA501F0BD185A8E30 , 0x346EE7AE4BF5405AA9892D7617718274 , 0xBEAEF5B7B5E4438698CB3CBDC8D4ABB6 , 0x24583058F96741679AB5268B478F92B3 , 0xD08AE08A24A84FA099E4319D49380550 , 0x7675DC18674948D9A296B2E8ABAC8B0A , 0xC5F89336C3794D5A8EFB77B40077E43C , 0x7424EDEFDE124C299D55E48CB7B944C8 , 0x82684099DD6F49B49E889B6664FA210B , 0x119611C045894778978EA747D6024910 , 0xED76A3D76D5B40768D1558A9291F7093 , 0xBD1AF5F41CDC490D982253DC0CBBAACE , 0xE3082EB0C9FB470BBFF40D4111E270E9 , 0x191A301568AE4D408B6883616A51CEA8 , 0xC35139D58C024908B9210777970CD0B3 , 0x1169378631664CDBA76A2AD068175B8E , 0x1EC05EE645DA475DB5EC28E393B89A4F , 0x2FE2887286C14C9D9C90704A2C894307 , 0xDA647F9B1EC34B5EA112A7D7E5D29C1A , 0x279467833DF44F6CA0EA4BBD357FC7C1 , 0x7B503E677F7249A69ADE9F753E8C477E , 0x5C300018C0F34344950FB50B7DF718BE )) GROUP BY `product` . `id` ;
Copy
88
21.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.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"÷ˆ\x14\x00 ýAò£dìo\x18 ‡]{ "
b"î ¤-f¬C\x14 ¦|¨ÂZ\x10 æ( "
b"ì5\x0F\x1C ║ØH˺└º©±\x00 Óû "
b"ø\r q\t <\v CðºjÂçÅırN "
b"nä\x1E á¿JMI²Úh„9&Pœ "
b"\x0E Ž\x19 ùð\f C—¼ÚDîÊRX¡ "
b"¬Ûç%ã\x02 D\x02 †,t\f\x19 —œ° "
b"ñ|\x14 >€0@\x1F »,³Ã\e }+\x1A "
b"Ü‗\x1C L\x02 XIùüpÑ »+N1 "
b"ئÚ┬]fI┼®vVî{B_Ì "
b"""
\n
ó·àWuK¯Ÿ5‹`œ‚܆
"""
b"ް»Ã6zKòˆU—ò$fˆE "
b"""
êö\x17 \n
\x14\x7F Kã«j€Þ\x18 ÉB¡
"""
b"X€²˜½\x1E @¦‘&‹„öc¹\t "
b"²kšB›·\x04 ªIË‘`P "
b"¥#\x1C þÐpFl®ƒ5”½Úƒ‚ "
b"ða0*âvB\x17 ²\x19 äÒ\x08\x17 °\x0F "
b"\x7F öø?x-D·¨p!\x11 jcjž "
b"ú_0O÷µ@züg▄\f zÔ│└ "
b"\f ì\x01 !l¬D2äÙ┘#▓Ô&! "
b"ꥲú1╠N╝│É ,\x12 fl; "
b"†ÂµžIwL\x01 ¸Í\x11 +Š£\x19 ‰ "
b"Ì"áÄñœL)·.‰î\x13 ª,¿ "
b"×™Àh]ÛIÒºfv¹bP]\x04 "
b"*+\x04 ÓDÖF\x0F ••²¼§dˆ\x12 "
b"šä\t nîH@Ô¸‘ 3ÊÎH„ "
b"É{ª!XøG\x10 å³õûCƒ‗¼ "
b"œÂ\x01 Au\x12 E/‚Зߝõõ[ "
b"\x0F ÍäN•dC{ž`s»\x7F ðÒ0 "
b"\x05 ô\x19 u;ýKÞ¢ãÔA¢È)\x06 "
b"õÉoqðæFè×µ5\v Æyüx "
b"‚{¼M±yH\x1D ’ÍT\x14 Èó"^ "
b"çE¹øã¨Gµ©än\x02 ñF\x15 ` "
b"""
Zœ\n
Ï\x06 3KD˜\f òWÜOâÃ
"""
b"7Ëm\x03 ˜$C†»‡š¦JÖÎ\t "
b"@Ðýd!ïI䢧ÿ&þ8ý; "
b"üƒd©ÝY@\x0E ª╔\rùØZñ "
b"®Ø–“\x1F (E1»ïœ\f »ö‘\v "
b"S\x1F {╚kìJ┘ò\n ÏÍú\x00 9û "
b"""
ä‰\n
¸·ØF©—Žö¾\x1A\x03 Ù³
"""
b"ÃRý(\x05 %Hô³ÇýóVÂ\x00\v "
b"""
\n
ö¯þÆ\H…´\x07 g‡\x10 ˆb?
"""
b"Öz\x02 L[ÁM)޹³\x7F Wðó„ "
b"LZ>3eN´ºKP÷Et܆ "
b"b«IÉ«║A\x1E Æbþez-\x1A\f "
b"$\x1C ^\x0E ¥BŒ„\x08\x12 žFüЛ "
b"å═æ\x04 f■E§í¡¡ÎEì}' "
b"/■ÉÑ¢┌CÛÁe?\x08 ± º\x14 "
b"\x0E ÝÁ®÷qIY¯;Ö,\x17 ƒ’l "
b"Z‰nPò]O$¶«‚äH?äC "
b"šfjç\x02 ÄI$².°€“í\x03 ï "
b"J‚·R—âI¯ƒZ|›c'øÀ "
b"_›yóö\t GÓ¨¸Êá²ï\x03 P "
b"L|/B‡mO”‰Ù¤°G] Ì "
b"oï YBYŠš\x13 9« "
b"°j\x16 ‘e"L’³`§eZÔ¨\x00 "
b"¨ åØpBGá¢_Åè)ep£ "
b"ÐA\x04 ð|5N'žuÖ•õ༷ "
b"Ø¢´%\x01 êGà»m‡6Ö[j- "
b"ZWïýÀ}Dª¶Áàm7Q-\x1F "
b"%<ò÷§rJd¾"\x05 .™€»˜ "
b"ðƪֱkA¿¤Ã\x17 ·mÄ¥ "
b"´É\x7F Ë©wF\r ╗▓e▓v "
b"°\x11 4è╗ÀJ\x03 Ø\v \x08 y╗2╠ "
b" '-┼ÿÌF┤ÿ┴¥¨7ü\v \n "
b"©F\x19 „š5E»¼íÅ_é\x11 ~\x0E "
b"µf■z╬)K\x08 Ö׿$¡\x06 ì¦ "
b"¬#┐╗ë¶J^êáÏî<LbÅ "
b"~\e Æ/¨\x02 Eˆ¸…$„€ÃÝ "
b"CªvòèMKQü%GÑg,!$ "
b"^ZÚB€5I\v ‘\x04 „¼•/™ß "
b"ƒH\x18 •\r µJ)²ZóY\x1E R\x14 Æ "
b"'RŸy*OC°–<1;Uh?¶ "
b"B‗õo\x15 ±A-ü─í·┐òt "
b"▒¼çs\x1E └Kìê³░ª▀`ı\x1C "
b"""
%Æ”Ÿ\n
áAG‘Cf\x16 Bˆ+;
"""
b"ÈùŸJÞžCÉŠ%N†+Á\x11 p "
b"""
R\e \n
a┴cN\x16 É\x05 ì[2<¢\x7F
"""
b"®\x0F lè°'D¯“ê=ú;Ó>| "
b"\x1C ©óº┴\x01 JÅó\x0E x0:Å/$ "
b"8÷¤@c½H\x1E –É’\x04 ULÂá "
b"""
Áj\x15 ®×ÀH\n
”•²~^lßC
"""
b"c$°|L╦C\x12 ÁØ\v d└\x11 øÚ "
b"╣Ó\x08 è░§Bªà╗Ò\x0F «iÉï "
b"]§®é‘ÐFÛ¯J’é7\x08 šË "
b"*ûctÏoJÑ¿H'o¨–œc "
b"\x1A\x0F ¸ªéÈD´ÅÕUY▀ënÀ "
b"msØ ó¦ORªÕì\x0F\x11 4\x1D\x10 "
b"Vüä\x16 v`@┐ü·5&\x1C øxp "
b"m{ OFÐNüø¬¨XÁP\t ║ "
b"V"ð` çCŠ®R\x03 6¼œ\x05 : "
b"76ð™›&A0¹xþU¤`â\x02 "
b"""
\t \n
Þ╬┼╔DÛüOHEU³Úg
"""
b"╚┐■\x0F r½HY»É±Ç©±q┴ "
b"¬&╝`}@£ÅÁ|~└1@ "
b"\x00 o0ÉÛ\f E\x02 „(g‹\x12 W#± "
b"(B¸o¹Ä@Çú!ì0__ó▒ "
b"\x12 »d\x08 Ñ\x16 K\x0F ¥\x01 ð½\x18 ZŽ0 "
b"4nç®Kõ@Z©‰-v\x17 q‚t "
b"¾®õ·µäC†˜Ë<½ÈÔ«¶ "
b"$X0X¨gAgÜÁ&ïGÅÆ│ "
b"ðèÓè$¿OáÖõ1ØI8\x05 P "
b"vuÜ\x18 gIHÙ¢–²è«¬‹\n "
b"t$Ý´Ì\x12 L)ØUõîÀ╣D╚ "
b"‚h@™ÝoI´žˆ›fdú!\v "
b"\x11 –\x11 ÀE‰Gx—ާGÖ\x02 I\x10 "
b"ÝvúÎm[@vì\x15 X®)\x1F pô "
b"½\x1A õô\x1C ÜI\r ˜"SÜ\f »ªÎ "
b"\x19\x1A 0\x15 h®M@‹hƒajQΨ "
b"ÃQ9ÕŒ\x02 I\x08 ¹!\x07 w—\f г "
b"\x11 i7†1fLÛ§j*Ðh\x17 [Ž "
b"\x1E À^æEÚG]µì(㓸šO "
b"/Ôêrå┴LØ£ÉpJ,ëC\x07 "
b"Úd\x7F ›\x1E ÃK^¡\x12 §×åÒœ\x1A "
b"'”gƒ=ôOl êK½5\x7F ÇÁ "
]
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 (0xF7C2881400FD41F2A364EC6F18875D7B , 0xEE20A42D66AC4314A67CA8C25A10E628 , 0x8D350F1CBA9D48D3A7C0A7B8F100E096 , 0x9B0D71093C0B43D0A76AB6878FD5724E , 0x6EE41EE1BF4A4D49B2DA68843926509C , 0x0E8E19F9F00C4397BCDA44EECA5258A1 , 0xACDBE725E3024402862C740C19979CB0 , 0xF17C143E8030401FBB2CB3C31B7D2B1A , 0x9AF21C4C025849978170A5FFAF2B4E31 , 0x9DDDE9C25D6649C5A976568C7B425FDE , 0x0AF3B7E057754BAF9F358B609C82DC86 , 0x8EB0BBC3367A4BF2885597F224668845 , 0xEAF6170A147F4BE3AB6A80DE18C942A1 , 0x5880B298BD1E40A691268B84F663B909 , 0xB26BEF89A19A429BB704AA49CB916050 , 0xA5231CFED070466CAE833594BDDA8382 , 0xF061302AE2764217B219E4D20817B00F , 0x7FF6F83F782D44B7A87021116A636A9E , 0xA35F304FF6E6407A8167DC0C7AE2B3C0 , 0x0C8D01216CAA443284EBD923B2E22621 , 0x88BEFDA331CC4EBCB390202C12666C3B , 0x86C2B59E49774C01B8CD112B8AA31989 , 0xCC22E1C4F19C4C29B72E89EE13AA2CBF , 0xD799C0685DDB49D2BA6676B962505D04 , 0x2A2B04D344D6460F9595B2BCA7648812 , 0x9AE4096EEE4840D4B891A033CACE4884 , 0x907BA621589B471086FCE496439FF2AC , 0x9CC201417512452F828A97DFAFF5F55B , 0x0FCDE44E9564437B9E6073BB7FF0D230 , 0x05F419753BFD4BDEA2E3D441A2C82906 , 0xE4906F71D091468A9EE6350B92798178 , 0x827BBC4DB179481D92CD5414C8F3225E , 0xE745B9F8E3A847B5A9E46E02F1461560 , 0x5A9C0ACF06334B44980CF257DC4FE2C3 , 0x37CB6D0398244386BB879AA64AD6CE09 , 0x40D0FD6421EF49E4A2A7FF26FE38FD3B , 0x819F64B8ED59400EA6C95C72979D5AA4 , 0xAED896931F284531BBEF9C0CBBF6910B , 0x531F7BC86B8D4AD9950AD8D6A3003996 , 0xE4890AB8B7D846A9978EF6BE1A03D9B3 , 0xC352FD28052548F4B3C7FDF356C2000B , 0x0AF6AFFEC65C4885B40767871088623F , 0xD67A024C5BC14D298EB9B37F57F0F384 , 0xAD4C5A3E33654EB4BA4B50F74574DC86 , 0x62AE4990AEBA411E9262E7657A2D1A0C , 0x241C5E0EA5AD428C8408129E46FCD09B , 0x86CD910466FE45F5A1ADADD7458D7D27 , 0x2FFE90A5BDDA43EAB5653F08F1FFA714 , 0x0EDDC1AEF7714959AF3BD62C1783926C , 0x5A896E50F25D4F24B6AB82E4483FE443 , 0x9A666AE702C44924B22EB08093ED03EF , 0x4A82B75297E249AF835A7C9B6327F8C0 , 0x5F9B79F3F60947D3A8B8CAE1B2EF0350 , 0x4C7C2F42876D4F9489D9A4B0475DA0CC , 0xAD6FEF20A05942598A9A1339EF9986AB , 0xB06A169165224C92B360A7655AD4A800 , 0xA8A0E5D8704247E1A25FC5E8296570A3 , 0xD04104F07C354E279E75D695F5E0BCB7 , 0xD8A2B42501EA47E0BB6D8736D65B6A2D , 0x5A57EFFDC07D44AAB6C1E06D37512D1F , 0x253CF2F7A7724A64BE22052E9980BB98 , 0xF0C6AAD6B16B41C2BFA4C317B76DC4A5 , 0xEF907FD3B877460DBBB2658CF7FDB276 , 0xF811348ABBB74A039D0BFF0879BB32CC , 0x20272DC598DE46B498C1BEF937810B0A , 0xA94619849A3545BBBCEDC55FE9117E0E , 0xE666FE7ACE294B08999EA824AD068DDD , 0xAA23BFBB89F44A5E88A0D88C3C4C628F , 0x7E1BC62FA8024588B885248480C3ADDD , 0x43A676958A4D4B51812547A5672C2124 , 0x5E5ADA428035490B910484BC952F99DF , 0x834818950DB54A29B25AF3591E5214C6 , 0x27529F792A4F43B0963C313B55683FB6 , 0x42F2E46F15F1412D81C4A1F0FABF9574 , 0xB1AC87731EC04B8D88FCB0A6DF60D51C , 0x25C6949F0AE141479143661642882B3B , 0xC8F99F4ADE9E43C98A254E862BC11170 , 0x521B0A61C1634E1690058D5B323CBD7F , 0xAE0F6CE8B02744AF93EA3DFA3BD33E7C , 0x1CB8A2A7C1014A8FA20E78303A8F2F24 , 0x38F7A44063BD481E96C99204554CC2E1 , 0xC16A15AED7C0480A9495B27E5E6CDF43 , 0x6324F87C4CCB4312B59D0B64C0119BE9 , 0xB9E0088AB0F542A685BBE30FAE69908B , 0x5DA7AEE991D046DBAF4A92E937089ACB , 0x2AFB6374CF6F4AD1BF48276FA8969C63 , 0x1A0FF7A682D444EF8FE55559DF896EB7 , 0x6D739D20A2DD4F52A6E58D0F11341D10 , 0x56818416766040BF81FA35261C9B7870 , 0x6D7B204F46D14E819BAAF958B55009BA , 0x5622F060A0E7438AAE520336BC9C053A , 0x3736F0999B264130B978FE55A460E202 , 0x090AE8CEC5C944EA814F484555FCE967 , 0xC8BFFE0F72AB4859AF90F180B8F171C1 , 0xAA26BC60F07D409C8FB57C7EC03140F0 , 0x006F30C9DB0C45028428678B125723B1 , 0x2842F76FFB8E4080A3218D305F5FA2B1 , 0x12BB6408D1164B0FA501F0BD185A8E30 , 0x346EE7AE4BF5405AA9892D7617718274 , 0xBEAEF5B7B5E4438698CB3CBDC8D4ABB6 , 0x24583058F96741679AB5268B478F92B3 , 0xD08AE08A24A84FA099E4319D49380550 , 0x7675DC18674948D9A296B2E8ABAC8B0A , 0x7424EDEFDE124C299D55E48CB7B944C8 , 0x82684099DD6F49B49E889B6664FA210B , 0x119611C045894778978EA747D6024910 , 0xED76A3D76D5B40768D1558A9291F7093 , 0xBD1AF5F41CDC490D982253DC0CBBAACE , 0x191A301568AE4D408B6883616A51CEA8 , 0xC35139D58C024908B9210777970CD0B3 , 0x1169378631664CDBA76A2AD068175B8E , 0x1EC05EE645DA475DB5EC28E393B89A4F , 0x2FE2887286C14C9D9C90704A2C894307 , 0xDA647F9B1EC34B5EA112A7D7E5D29C1A , 0x279467833DF44F6CA0EA4BBD357FC7C1 ));
Copy
89
1.21 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 o0ÉÛ\f E\x02 „(g‹\x12 W#± "
b"\x05 ô\x19 u;ýKÞ¢ãÔA¢È)\x06 "
b"""
\t \n
Þ╬┼╔DÛüOHEU³Úg
"""
b"""
\n
ó·àWuK¯Ÿ5‹`œ‚܆
"""
b"""
\n
ö¯þÆ\H…´\x07 g‡\x10 ˆb?
"""
b"\f ì\x01 !l¬D2äÙ┘#▓Ô&! "
b"\x0E Ž\x19 ùð\f C—¼ÚDîÊRX¡ "
b"\x0E ÝÁ®÷qIY¯;Ö,\x17 ƒ’l "
b"\x0F ÍäN•dC{ž`s»\x7F ðÒ0 "
b"\x11 i7†1fLÛ§j*Ðh\x17 [Ž "
b"\x11 –\x11 ÀE‰Gx—ާGÖ\x02 I\x10 "
b"\x12 »d\x08 Ñ\x16 K\x0F ¥\x01 ð½\x18 ZŽ0 "
b"\x19\x1A 0\x15 h®M@‹hƒajQΨ "
b"\x1A\x0F ¸ªéÈD´ÅÕUY▀ënÀ "
b"\x1C ©óº┴\x01 JÅó\x0E x0:Å/$ "
b"\x1E À^æEÚG]µì(㓸šO "
b" '-┼ÿÌF┤ÿ┴¥¨7ü\v \n "
b"$\x1C ^\x0E ¥BŒ„\x08\x12 žFüЛ "
b"$X0X¨gAgÜÁ&ïGÅÆ│ "
b"%<ò÷§rJd¾"\x05 .™€»˜ "
b"""
%Æ”Ÿ\n
áAG‘Cf\x16 Bˆ+;
"""
b"'RŸy*OC°–<1;Uh?¶ "
b"'”gƒ=ôOl êK½5\x7F ÇÁ "
b"(B¸o¹Ä@Çú!ì0__ó▒ "
b"*+\x04 ÓDÖF\x0F ••²¼§dˆ\x12 "
b"*ûctÏoJÑ¿H'o¨–œc "
b"/Ôêrå┴LØ£ÉpJ,ëC\x07 "
b"/■ÉÑ¢┌CÛÁe?\x08 ± º\x14 "
b"4nç®Kõ@Z©‰-v\x17 q‚t "
b"76ð™›&A0¹xþU¤`â\x02 "
b"7Ëm\x03 ˜$C†»‡š¦JÖÎ\t "
b"8÷¤@c½H\x1E –É’\x04 ULÂá "
b"@Ðýd!ïI䢧ÿ&þ8ý; "
b"B‗õo\x15 ±A-ü─í·┐òt "
b"CªvòèMKQü%GÑg,!$ "
b"J‚·R—âI¯ƒZ|›c'øÀ "
b"L|/B‡mO”‰Ù¤°G] Ì "
b"""
R\e \n
a┴cN\x16 É\x05 ì[2<¢\x7F
"""
b"S\x1F {╚kìJ┘ò\n ÏÍú\x00 9û "
b"V"ð` çCŠ®R\x03 6¼œ\x05 : "
b"Vüä\x16 v`@┐ü·5&\x1C øxp "
b"X€²˜½\x1E @¦‘&‹„öc¹\t "
b"ZWïýÀ}Dª¶Áàm7Q-\x1F "
b"Z‰nPò]O$¶«‚äH?äC "
b"""
Zœ\n
Ï\x06 3KD˜\f òWÜOâÃ
"""
b"]§®é‘ÐFÛ¯J’é7\x08 šË "
b"^ZÚB€5I\v ‘\x04 „¼•/™ß "
b"_›yóö\t GÓ¨¸Êá²ï\x03 P "
b"b«IÉ«║A\x1E Æbþez-\x1A\f "
b"c$°|L╦C\x12 ÁØ\v d└\x11 øÚ "
b"msØ ó¦ORªÕì\x0F\x11 4\x1D\x10 "
b"m{ OFÐNüø¬¨XÁP\t ║ "
b"nä\x1E á¿JMI²Úh„9&Pœ "
b"t$Ý´Ì\x12 L)ØUõîÀ╣D╚ "
b"vuÜ\x18 gIHÙ¢–²è«¬‹\n "
b"~\e Æ/¨\x02 Eˆ¸…$„€ÃÝ "
b"\x7F öø?x-D·¨p!\x11 jcjž "
b"üƒd©ÝY@\x0E ª╔\rùØZñ "
b"‚h@™ÝoI´žˆ›fdú!\v "
b"‚{¼M±yH\x1D ’ÍT\x14 Èó"^ "
b"ƒH\x18 •\r µJ)²ZóY\x1E R\x14 Æ "
b"†ÂµžIwL\x01 ¸Í\x11 +Š£\x19 ‰ "
b"å═æ\x04 f■E§í¡¡ÎEì}' "
b"ꥲú1╠N╝│É ,\x12 fl; "
b"ì5\x0F\x1C ║ØH˺└º©±\x00 Óû "
b"ް»Ã6zKòˆU—ò$fˆE "
b"É{ª!XøG\x10 å³õûCƒ‗¼ "
b"šfjç\x02 ÄI$².°€“í\x03 ï "
b"šä\t nîH@Ô¸‘ 3ÊÎH„ "
b"Ü‗\x1C L\x02 XIùüpÑ »+N1 "
b"ø\r q\t <\v CðºjÂçÅırN "
b"œÂ\x01 Au\x12 E/‚Зߝõõ[ "
b"ئÚ┬]fI┼®vVî{B_Ì "
b"ú_0O÷µ@züg▄\f zÔ│└ "
b"¥#\x1C þÐpFl®ƒ5”½Úƒ‚ "
b"¨ åØpBGá¢_Åè)ep£ "
b"©F\x19 „š5E»¼íÅ_é\x11 ~\x0E "
b"¬#┐╗ë¶J^êáÏî<LbÅ "
b"¬&╝`}@£ÅÁ|~└1@ "
b"¬Ûç%ã\x02 D\x02 †,t\f\x19 —œ° "
b"LZ>3eN´ºKP÷Et܆ "
b"oï YBYŠš\x13 9« "
b"®\x0F lè°'D¯“ê=ú;Ó>| "
b"®Ø–“\x1F (E1»ïœ\f »ö‘\v "
b"°j\x16 ‘e"L’³`§eZÔ¨\x00 "
b"▒¼çs\x1E └Kìê³░ª▀`ı\x1C "
b"²kšB›·\x04 ªIË‘`P "
b"╣Ó\x08 è░§Bªà╗Ò\x0F «iÉï "
b"½\x1A õô\x1C ÜI\r ˜"SÜ\f »ªÎ "
b"¾®õ·µäC†˜Ë<½ÈÔ«¶ "
b"""
Áj\x15 ®×ÀH\n
”•²~^lßC
"""
b"ÃQ9ÕŒ\x02 I\x08 ¹!\x07 w—\f г "
b"ÃRý(\x05 %Hô³ÇýóVÂ\x00\v "
b"╚┐■\x0F r½HY»É±Ç©±q┴ "
b"ÈùŸJÞžCÉŠ%N†+Á\x11 p "
b"Ì"áÄñœL)·.‰î\x13 ª,¿ "
b"ÐA\x04 ð|5N'žuÖ•õ༷ "
b"ðèÓè$¿OáÖõ1ØI8\x05 P "
b"Öz\x02 L[ÁM)޹³\x7F Wðó„ "
b"×™Àh]ÛIÒºfv¹bP]\x04 "
b"Ø¢´%\x01 êGà»m‡6Ö[j- "
b"Úd\x7F ›\x1E ÃK^¡\x12 §×åÒœ\x1A "
b"""
ä‰\n
¸·ØF©—Žö¾\x1A\x03 Ù³
"""
b"õÉoqðæFè×µ5\v Æyüx "
b"µf■z╬)K\x08 Ö׿$¡\x06 ì¦ "
b"çE¹øã¨Gµ©än\x02 ñF\x15 ` "
b"""
êö\x17 \n
\x14\x7F Kã«j€Þ\x18 ÉB¡
"""
b"ÝvúÎm[@vì\x15 X®)\x1F pô "
b"î ¤-f¬C\x14 ¦|¨ÂZ\x10 æ( "
b"´É\x7F Ë©wF\r ╗▓e▓v "
b"ða0*âvB\x17 ²\x19 äÒ\x08\x17 °\x0F "
b"ðƪֱkA¿¤Ã\x17 ·mÄ¥ "
b"ñ|\x14 >€0@\x1F »,³Ã\e }+\x1A "
b"÷ˆ\x14\x00 ýAò£dìo\x18 ‡]{ "
b"°\x11 4è╗ÀJ\x03 Ø\v \x08 y╗2╠ "
b"¼\f îÖ§fB[¦»³jÌ{Mû "
b"yç-\x02 «ÒOOù¤\e L\ÉÍ┌ "
b"è:┬°\v LEðù"]Øih\x03 Í "
b"¯\x01 è3qÕB2·Æ\x11 æ’Ò\e Š "
b"\x15 Î╝É\x01 ÛDÿúü┐╩#ÝT "
]
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 (0x006F30C9DB0C45028428678B125723B1 , 0x05F419753BFD4BDEA2E3D441A2C82906 , 0x090AE8CEC5C944EA814F484555FCE967 , 0x0AF3B7E057754BAF9F358B609C82DC86 , 0x0AF6AFFEC65C4885B40767871088623F , 0x0C8D01216CAA443284EBD923B2E22621 , 0x0E8E19F9F00C4397BCDA44EECA5258A1 , 0x0EDDC1AEF7714959AF3BD62C1783926C , 0x0FCDE44E9564437B9E6073BB7FF0D230 , 0x1169378631664CDBA76A2AD068175B8E , 0x119611C045894778978EA747D6024910 , 0x12BB6408D1164B0FA501F0BD185A8E30 , 0x191A301568AE4D408B6883616A51CEA8 , 0x1A0FF7A682D444EF8FE55559DF896EB7 , 0x1CB8A2A7C1014A8FA20E78303A8F2F24 , 0x1EC05EE645DA475DB5EC28E393B89A4F , 0x20272DC598DE46B498C1BEF937810B0A , 0x241C5E0EA5AD428C8408129E46FCD09B , 0x24583058F96741679AB5268B478F92B3 , 0x253CF2F7A7724A64BE22052E9980BB98 , 0x25C6949F0AE141479143661642882B3B , 0x27529F792A4F43B0963C313B55683FB6 , 0x279467833DF44F6CA0EA4BBD357FC7C1 , 0x2842F76FFB8E4080A3218D305F5FA2B1 , 0x2A2B04D344D6460F9595B2BCA7648812 , 0x2AFB6374CF6F4AD1BF48276FA8969C63 , 0x2FE2887286C14C9D9C90704A2C894307 , 0x2FFE90A5BDDA43EAB5653F08F1FFA714 , 0x346EE7AE4BF5405AA9892D7617718274 , 0x3736F0999B264130B978FE55A460E202 , 0x37CB6D0398244386BB879AA64AD6CE09 , 0x38F7A44063BD481E96C99204554CC2E1 , 0x40D0FD6421EF49E4A2A7FF26FE38FD3B , 0x42F2E46F15F1412D81C4A1F0FABF9574 , 0x43A676958A4D4B51812547A5672C2124 , 0x4A82B75297E249AF835A7C9B6327F8C0 , 0x4C7C2F42876D4F9489D9A4B0475DA0CC , 0x521B0A61C1634E1690058D5B323CBD7F , 0x531F7BC86B8D4AD9950AD8D6A3003996 , 0x5622F060A0E7438AAE520336BC9C053A , 0x56818416766040BF81FA35261C9B7870 , 0x5880B298BD1E40A691268B84F663B909 , 0x5A57EFFDC07D44AAB6C1E06D37512D1F , 0x5A896E50F25D4F24B6AB82E4483FE443 , 0x5A9C0ACF06334B44980CF257DC4FE2C3 , 0x5DA7AEE991D046DBAF4A92E937089ACB , 0x5E5ADA428035490B910484BC952F99DF , 0x5F9B79F3F60947D3A8B8CAE1B2EF0350 , 0x62AE4990AEBA411E9262E7657A2D1A0C , 0x6324F87C4CCB4312B59D0B64C0119BE9 , 0x6D739D20A2DD4F52A6E58D0F11341D10 , 0x6D7B204F46D14E819BAAF958B55009BA , 0x6EE41EE1BF4A4D49B2DA68843926509C , 0x7424EDEFDE124C299D55E48CB7B944C8 , 0x7675DC18674948D9A296B2E8ABAC8B0A , 0x7E1BC62FA8024588B885248480C3ADDD , 0x7FF6F83F782D44B7A87021116A636A9E , 0x819F64B8ED59400EA6C95C72979D5AA4 , 0x82684099DD6F49B49E889B6664FA210B , 0x827BBC4DB179481D92CD5414C8F3225E , 0x834818950DB54A29B25AF3591E5214C6 , 0x86C2B59E49774C01B8CD112B8AA31989 , 0x86CD910466FE45F5A1ADADD7458D7D27 , 0x88BEFDA331CC4EBCB390202C12666C3B , 0x8D350F1CBA9D48D3A7C0A7B8F100E096 , 0x8EB0BBC3367A4BF2885597F224668845 , 0x907BA621589B471086FCE496439FF2AC , 0x9A666AE702C44924B22EB08093ED03EF , 0x9AE4096EEE4840D4B891A033CACE4884 , 0x9AF21C4C025849978170A5FFAF2B4E31 , 0x9B0D71093C0B43D0A76AB6878FD5724E , 0x9CC201417512452F828A97DFAFF5F55B , 0x9DDDE9C25D6649C5A976568C7B425FDE , 0xA35F304FF6E6407A8167DC0C7AE2B3C0 , 0xA5231CFED070466CAE833594BDDA8382 , 0xA8A0E5D8704247E1A25FC5E8296570A3 , 0xA94619849A3545BBBCEDC55FE9117E0E , 0xAA23BFBB89F44A5E88A0D88C3C4C628F , 0xAA26BC60F07D409C8FB57C7EC03140F0 , 0xACDBE725E3024402862C740C19979CB0 , 0xAD4C5A3E33654EB4BA4B50F74574DC86 , 0xAD6FEF20A05942598A9A1339EF9986AB , 0xAE0F6CE8B02744AF93EA3DFA3BD33E7C , 0xAED896931F284531BBEF9C0CBBF6910B , 0xB06A169165224C92B360A7655AD4A800 , 0xB1AC87731EC04B8D88FCB0A6DF60D51C , 0xB26BEF89A19A429BB704AA49CB916050 , 0xB9E0088AB0F542A685BBE30FAE69908B , 0xBD1AF5F41CDC490D982253DC0CBBAACE , 0xBEAEF5B7B5E4438698CB3CBDC8D4ABB6 , 0xC16A15AED7C0480A9495B27E5E6CDF43 , 0xC35139D58C024908B9210777970CD0B3 , 0xC352FD28052548F4B3C7FDF356C2000B , 0xC8BFFE0F72AB4859AF90F180B8F171C1 , 0xC8F99F4ADE9E43C98A254E862BC11170 , 0xCC22E1C4F19C4C29B72E89EE13AA2CBF , 0xD04104F07C354E279E75D695F5E0BCB7 , 0xD08AE08A24A84FA099E4319D49380550 , 0xD67A024C5BC14D298EB9B37F57F0F384 , 0xD799C0685DDB49D2BA6676B962505D04 , 0xD8A2B42501EA47E0BB6D8736D65B6A2D , 0xDA647F9B1EC34B5EA112A7D7E5D29C1A , 0xE4890AB8B7D846A9978EF6BE1A03D9B3 , 0xE4906F71D091468A9EE6350B92798178 , 0xE666FE7ACE294B08999EA824AD068DDD , 0xE745B9F8E3A847B5A9E46E02F1461560 , 0xEAF6170A147F4BE3AB6A80DE18C942A1 , 0xED76A3D76D5B40768D1558A9291F7093 , 0xEE20A42D66AC4314A67CA8C25A10E628 , 0xEF907FD3B877460DBBB2658CF7FDB276 , 0xF061302AE2764217B219E4D20817B00F , 0xF0C6AAD6B16B41C2BFA4C317B76DC4A5 , 0xF17C143E8030401FBB2CB3C31B7D2B1A , 0xF7C2881400FD41F2A364EC6F18875D7B , 0xF811348ABBB74A039D0BFF0879BB32CC , 0xBC0CEED6A766425BA6BBB36ACC7B4DFB , 0x79872D02AEE34F4F97CF1B4C5C90D6DA , 0x8A3AC2F80B4C45D097225D9D696803D6 , 0xAF01E83371D54232B7C611E692D21B8A , 0x15D7BC9001EA4498A381BFCA23F0ED54 )));
Copy
90
1.20 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"\t g¨X\t ÃA?”± \x7F ¾z\x12 Ô "
b"Ãd>Éô.B§ö±ZSiÿÝf "
b"÷ã)_»AO—’j¢•Tå° "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"¢íDűD׫xÓm=ð}¾ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"¦░5╩ \x7F OìÑ╣Ì\x1C\x19 ³\x1F \r "
b"¾÷A\x06 Ì\v A%—…S$oñjÖ "
b"1\f ¾É'•L\x1C ¥ÖŠ:Iµ2Ç "
b"G÷wu1Aó½‚.\x16 ö1\x08 6 "
b"þòyW@nCEØø╚└àgıV "
b"\t g¨X\t ÃA?”± \x7F ¾z\x12 Ô "
b"ÆÜ„®æáF––¬"™Ã\x12 ýé "
b"""
ý-\x13 0\f ÁGq½nüåõ\n
\x0E w
"""
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"î■╣UìRN\x17 é~ÃÆI,æ" "
b"¢íDűD׫xÓm=ð}¾ "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"I-êɯªE÷╣ìv\x10 Ðk²] "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"P_ÌPŒNGë™Øäb\x7F è½2 "
b"\x1A \b\x10 fdCñ™ úv†B†W "
b"\t g¨X\t ÃA?”± \x7F ¾z\x12 Ô "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"aeƒdn¡Gìûî‗9ßã¤\x06 "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"¾÷A\x06 Ì\v A%—…S$oñjÖ "
b"\t g¨X\t ÃA?”± \x7F ¾z\x12 Ô "
b"÷ã)_»AO—’j¢•Tå° "
b"õ}È5o\x05 @\x04 °²®‚%~j´ "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"ض¡ªôÐMl╝ð\x1D\x04 uÜb "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"B¡|Äd|Bp¢•è.·±‚\x04 "
b"¢íDűD׫xÓm=ð}¾ "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"ÅßšyéNEÔ‘H\e #\x06 j\‰ "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"ÍØxOÐ\x13 Aâ´I'ûâd¡i "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"¾÷A\x06 Ì\v A%—…S$oñjÖ "
b"¾÷A\x06 Ì\v A%—…S$oñjÖ "
b"\x01 Œ‘%ê‡Jâ‡Bš,ïÑòÐ "
b"aeƒdn¡Gìûî‗9ßã¤\x06 "
b"¢íDűD׫xÓm=ð}¾ "
b"¢íDűD׫xÓm=ð}¾ "
b"¢íDűD׫xÓm=ð}¾ "
b"ÆÜ„®æáF––¬"™Ã\x12 ýé "
b"4¢W2 \x02 D\e ˆiþouC‰u "
b"ÍØxOÐ\x13 Aâ´I'ûâd¡i "
b"¢íDűD׫xÓm=ð}¾ "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"å<¾c3ŸGD€øðœþ—ž_ "
b"I-êɯªE÷╣ìv\x10 Ðk²] "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"¢íDűD׫xÓm=ð}¾ "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"CÈ=R(pI:Š²ßŠ»]Ul "
b"CÈ=R(pI:Š²ßŠ»]Ul "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"¢íDűD׫xÓm=ð}¾ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"î■╣UìRN\x17 é~ÃÆI,æ" "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"¢íDűD׫xÓm=ð}¾ "
b"WàeÍ)¢L³²Ùü9ü*¿P "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"ÆÜ„®æáF––¬"™Ã\x12 ýé "
b"¢íDűD׫xÓm=ð}¾ "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"aeƒdn¡Gìûî‗9ßã¤\x06 "
b"‚sŠð*\x08 K½¸Qá\x1E ŽÅ˜Ü "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"¢íDűD׫xÓm=ð}¾ "
b"ÆÜ„®æáF––¬"™Ã\x12 ýé "
b"«\x1D â\v !eE1ŠlÚÒî~*‚ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"¾÷A\x06 Ì\v A%—…S$oñjÖ "
b"þòyW@nCEØø╚└àgıV "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"ÆÜ„®æáF––¬"™Ã\x12 ýé "
b"¢íDűD׫xÓm=ð}¾ "
b"¢íDűD׫xÓm=ð}¾ "
b"÷ã)_»AO—’j¢•Tå° "
b"C\x17 Ø\x16 │è@ß¡+?Ñ@╔Ì┐ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"ÆÜ„®æáF––¬"™Ã\x12 ýé "
b"P_ÌPŒNGë™Øäb\x7F è½2 "
b"¢íDűD׫xÓm=ð}¾ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"vx\x0E 忀BªµöWM~%ÜÓ "
b"\x01 Œ‘%ê‡Jâ‡Bš,ïÑòÐ "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"aeƒdn¡Gìûî‗9ßã¤\x06 "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"´kÖ°¹Ožµã—m„F¸ú "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"¢íDűD׫xÓm=ð}¾ "
b"õ}È5o\x05 @\x04 °²®‚%~j´ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"õ}È5o\x05 @\x04 °²®‚%~j´ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"¢íDűD׫xÓm=ð}¾ "
b"¢íDűD׫xÓm=ð}¾ "
]
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 (0x0967A85809C3413F94B1207FBE7A12D4 , 0xC7643E90932E42F594F15A536998ED66 , 0xF7E3295FBB414F97926AA29554E5ADB0 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xDDB035CA207F4F8DA5B9DE1C19FC1F0D , 0xBEF74106CC0B4125978553246FF16AD6 , 0x310CBEC927954C1CA5D68A3A49B532C7 , 0x47F77775AD3141F3BD822E16F6310836 , 0xE7957957406E43459D9BC8C08567D556 , 0x0967A85809C3413F94B1207FBE7A12D4 , 0xC6DC84AEE6E1469696AC2299C312FDE9 , 0xEC2D13300CB54771AB6E8186E40A0E77 , 0xF59522A887F947D8864E42C4EBC39266 , 0x075251EE45644D14BFEAE2FCE50073A0 , 0x8CFEB9558D524E17827EC792492C9122 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0x492D8890EEA645F6B98D7610D16BFD5D , 0xF59522A887F947D8864E42C4EBC39266 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0x505FCC508C4E47EB99D8E4627FE8BD32 , 0x1A5C6210666443F19920FA7686428657 , 0x0967A85809C3413F94B1207FBE7A12D4 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x61659F646EAD478D968CF239E1C6CF06 , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xBEF74106CC0B4125978553246FF16AD6 , 0x0967A85809C3413F94B1207FBE7A12D4 , 0xF7E3295FBB414F97926AA29554E5ADB0 , 0xF57DC8356F054004B0B2AE82257E6AB4 , 0xF59522A887F947D8864E42C4EBC39266 , 0x9DF4ADA693D14D6CBCD01D04759A6220 , 0x25E246605C4C420A90124AE7C323490C , 0x42A17CC4647C4270A295E82EB7B18204 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xF59522A887F947D8864E42C4EBC39266 , 0xC5DF9A79E94E45D491481B23066A5C89 , 0x25E246605C4C420A90124AE7C323490C , 0xCDD8784FD01341E2B44927FBE264A169 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xBEF74106CC0B4125978553246FF16AD6 , 0xBEF74106CC0B4125978553246FF16AD6 , 0x018C9125EA874AE287429A2CEFD1F2D0 , 0x61659F646EAD478D968CF239E1C6CF06 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xC6DC84AEE6E1469696AC2299C312FDE9 , 0x34A25732A002441B8869FE6F75438975 , 0xCDD8784FD01341E2B44927FBE264A169 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x25E246605C4C420A90124AE7C323490C , 0xE53CBE63339F474480F8F09CFE979E5F , 0x492D8890EEA645F6B98D7610D16BFD5D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x25E246605C4C420A90124AE7C323490C , 0x43C83D522870493A8AB2DF8ABB5D556C , 0x43C83D522870493A8AB2DF8ABB5D556C , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xF59522A887F947D8864E42C4EBC39266 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x8CFEB9558D524E17827EC792492C9122 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x57E065CD29A24CB3B2D9FC39FC2ABF50 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xC6DC84AEE6E1469696AC2299C312FDE9 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xC4AA5E8624D24B30B0312E22701162D6 , 0x61659F646EAD478D968CF239E1C6CF06 , 0x82738AF02A084BBDB851E11E8EC598DC , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xF59522A887F947D8864E42C4EBC39266 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xC6DC84AEE6E1469696AC2299C312FDE9 , 0xAB1DE20B216545318A6CDAD2EE7E2A82 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xBEF74106CC0B4125978553246FF16AD6 , 0xE7957957406E43459D9BC8C08567D556 , 0x25E246605C4C420A90124AE7C323490C , 0xC6DC84AEE6E1469696AC2299C312FDE9 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xF7E3295FBB414F97926AA29554E5ADB0 , 0x43179D16B38A40E1AD2B3FA540C9DEBF , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xC6DC84AEE6E1469696AC2299C312FDE9 , 0x505FCC508C4E47EB99D8E4627FE8BD32 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x76780EE5E68042AAB5F6574D7E25DCD3 , 0x018C9125EA874AE287429A2CEFD1F2D0 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0x61659F646EAD478D968CF239E1C6CF06 , 0xF59522A887F947D8864E42C4EBC39266 , 0xADB46BD6B0B94F9EB5E3976D8446B8FA , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x25E246605C4C420A90124AE7C323490C , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xF57DC8356F054004B0B2AE82257E6AB4 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xF57DC8356F054004B0B2AE82257E6AB4 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 ));
Copy
91
5.32 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 o0ÉÛ\f E\x02 „(g‹\x12 W#± "
b"\x05 ô\x19 u;ýKÞ¢ãÔA¢È)\x06 "
b"""
\t \n
Þ╬┼╔DÛüOHEU³Úg
"""
b"""
\n
ó·àWuK¯Ÿ5‹`œ‚܆
"""
b"""
\n
ö¯þÆ\H…´\x07 g‡\x10 ˆb?
"""
b"\f ì\x01 !l¬D2äÙ┘#▓Ô&! "
b"\x0E Ž\x19 ùð\f C—¼ÚDîÊRX¡ "
b"\x0E ÝÁ®÷qIY¯;Ö,\x17 ƒ’l "
b"\x0F ÍäN•dC{ž`s»\x7F ðÒ0 "
b"\x11 i7†1fLÛ§j*Ðh\x17 [Ž "
b"\x11 –\x11 ÀE‰Gx—ާGÖ\x02 I\x10 "
b"\x12 »d\x08 Ñ\x16 K\x0F ¥\x01 ð½\x18 ZŽ0 "
b"\x19\x1A 0\x15 h®M@‹hƒajQΨ "
b"\x1A\x0F ¸ªéÈD´ÅÕUY▀ënÀ "
b"\x1C ©óº┴\x01 JÅó\x0E x0:Å/$ "
b"\x1E À^æEÚG]µì(㓸šO "
b" '-┼ÿÌF┤ÿ┴¥¨7ü\v \n "
b"$\x1C ^\x0E ¥BŒ„\x08\x12 žFüЛ "
b"$X0X¨gAgÜÁ&ïGÅÆ│ "
b"%<ò÷§rJd¾"\x05 .™€»˜ "
b"""
%Æ”Ÿ\n
áAG‘Cf\x16 Bˆ+;
"""
b"'RŸy*OC°–<1;Uh?¶ "
b"'”gƒ=ôOl êK½5\x7F ÇÁ "
b"(B¸o¹Ä@Çú!ì0__ó▒ "
b"*+\x04 ÓDÖF\x0F ••²¼§dˆ\x12 "
b"*ûctÏoJÑ¿H'o¨–œc "
b"/Ôêrå┴LØ£ÉpJ,ëC\x07 "
b"/■ÉÑ¢┌CÛÁe?\x08 ± º\x14 "
b"4nç®Kõ@Z©‰-v\x17 q‚t "
b"76ð™›&A0¹xþU¤`â\x02 "
b"7Ëm\x03 ˜$C†»‡š¦JÖÎ\t "
b"8÷¤@c½H\x1E –É’\x04 ULÂá "
b"@Ðýd!ïI䢧ÿ&þ8ý; "
b"B‗õo\x15 ±A-ü─í·┐òt "
b"CªvòèMKQü%GÑg,!$ "
b"J‚·R—âI¯ƒZ|›c'øÀ "
b"L|/B‡mO”‰Ù¤°G] Ì "
b"""
R\e \n
a┴cN\x16 É\x05 ì[2<¢\x7F
"""
b"S\x1F {╚kìJ┘ò\n ÏÍú\x00 9û "
b"V"ð` çCŠ®R\x03 6¼œ\x05 : "
b"Vüä\x16 v`@┐ü·5&\x1C øxp "
b"X€²˜½\x1E @¦‘&‹„öc¹\t "
b"ZWïýÀ}Dª¶Áàm7Q-\x1F "
b"Z‰nPò]O$¶«‚äH?äC "
b"""
Zœ\n
Ï\x06 3KD˜\f òWÜOâÃ
"""
b"]§®é‘ÐFÛ¯J’é7\x08 šË "
b"^ZÚB€5I\v ‘\x04 „¼•/™ß "
b"_›yóö\t GÓ¨¸Êá²ï\x03 P "
b"b«IÉ«║A\x1E Æbþez-\x1A\f "
b"c$°|L╦C\x12 ÁØ\v d└\x11 øÚ "
b"msØ ó¦ORªÕì\x0F\x11 4\x1D\x10 "
b"m{ OFÐNüø¬¨XÁP\t ║ "
b"nä\x1E á¿JMI²Úh„9&Pœ "
b"t$Ý´Ì\x12 L)ØUõîÀ╣D╚ "
b"vuÜ\x18 gIHÙ¢–²è«¬‹\n "
b"~\e Æ/¨\x02 Eˆ¸…$„€ÃÝ "
b"\x7F öø?x-D·¨p!\x11 jcjž "
b"üƒd©ÝY@\x0E ª╔\rùØZñ "
b"‚h@™ÝoI´žˆ›fdú!\v "
b"‚{¼M±yH\x1D ’ÍT\x14 Èó"^ "
b"ƒH\x18 •\r µJ)²ZóY\x1E R\x14 Æ "
b"†ÂµžIwL\x01 ¸Í\x11 +Š£\x19 ‰ "
b"å═æ\x04 f■E§í¡¡ÎEì}' "
b"ꥲú1╠N╝│É ,\x12 fl; "
b"ì5\x0F\x1C ║ØH˺└º©±\x00 Óû "
b"ް»Ã6zKòˆU—ò$fˆE "
b"É{ª!XøG\x10 å³õûCƒ‗¼ "
b"šfjç\x02 ÄI$².°€“í\x03 ï "
b"šä\t nîH@Ô¸‘ 3ÊÎH„ "
b"Ü‗\x1C L\x02 XIùüpÑ »+N1 "
b"ø\r q\t <\v CðºjÂçÅırN "
b"œÂ\x01 Au\x12 E/‚Зߝõõ[ "
b"ئÚ┬]fI┼®vVî{B_Ì "
b"ú_0O÷µ@züg▄\f zÔ│└ "
b"¥#\x1C þÐpFl®ƒ5”½Úƒ‚ "
b"¨ åØpBGá¢_Åè)ep£ "
b"©F\x19 „š5E»¼íÅ_é\x11 ~\x0E "
b"¬#┐╗ë¶J^êáÏî<LbÅ "
b"¬&╝`}@£ÅÁ|~└1@ "
b"¬Ûç%ã\x02 D\x02 †,t\f\x19 —œ° "
b"LZ>3eN´ºKP÷Et܆ "
b"oï YBYŠš\x13 9« "
b"®\x0F lè°'D¯“ê=ú;Ó>| "
b"®Ø–“\x1F (E1»ïœ\f »ö‘\v "
b"°j\x16 ‘e"L’³`§eZÔ¨\x00 "
b"▒¼çs\x1E └Kìê³░ª▀`ı\x1C "
b"²kšB›·\x04 ªIË‘`P "
b"╣Ó\x08 è░§Bªà╗Ò\x0F «iÉï "
b"½\x1A õô\x1C ÜI\r ˜"SÜ\f »ªÎ "
b"¾®õ·µäC†˜Ë<½ÈÔ«¶ "
b"""
Áj\x15 ®×ÀH\n
”•²~^lßC
"""
b"ÃQ9ÕŒ\x02 I\x08 ¹!\x07 w—\f г "
b"ÃRý(\x05 %Hô³ÇýóVÂ\x00\v "
b"╚┐■\x0F r½HY»É±Ç©±q┴ "
b"ÈùŸJÞžCÉŠ%N†+Á\x11 p "
b"Ì"áÄñœL)·.‰î\x13 ª,¿ "
b"ÐA\x04 ð|5N'žuÖ•õ༷ "
b"ðèÓè$¿OáÖõ1ØI8\x05 P "
b"Öz\x02 L[ÁM)޹³\x7F Wðó„ "
b"×™Àh]ÛIÒºfv¹bP]\x04 "
b"Ø¢´%\x01 êGà»m‡6Ö[j- "
b"Úd\x7F ›\x1E ÃK^¡\x12 §×åÒœ\x1A "
b"""
ä‰\n
¸·ØF©—Žö¾\x1A\x03 Ù³
"""
b"õÉoqðæFè×µ5\v Æyüx "
b"µf■z╬)K\x08 Ö׿$¡\x06 ì¦ "
b"çE¹øã¨Gµ©än\x02 ñF\x15 ` "
b"""
êö\x17 \n
\x14\x7F Kã«j€Þ\x18 ÉB¡
"""
b"ÝvúÎm[@vì\x15 X®)\x1F pô "
b"î ¤-f¬C\x14 ¦|¨ÂZ\x10 æ( "
b"´É\x7F Ë©wF\r ╗▓e▓v "
b"ða0*âvB\x17 ²\x19 äÒ\x08\x17 °\x0F "
b"ðƪֱkA¿¤Ã\x17 ·mÄ¥ "
b"ñ|\x14 >€0@\x1F »,³Ã\e }+\x1A "
b"÷ˆ\x14\x00 ýAò£dìo\x18 ‡]{ "
b"°\x11 4è╗ÀJ\x03 Ø\v \x08 y╗2╠ "
b"¼\f îÖ§fB[¦»³jÌ{Mû "
b"yç-\x02 «ÒOOù¤\e L\ÉÍ┌ "
b"è:┬°\v LEðù"]Øih\x03 Í "
b"¯\x01 è3qÕB2·Æ\x11 æ’Ò\e Š "
b"\x15 Î╝É\x01 ÛDÿúü┐╩#ÝT "
]
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 (0x006F30C9DB0C45028428678B125723B1 , 0x05F419753BFD4BDEA2E3D441A2C82906 , 0x090AE8CEC5C944EA814F484555FCE967 , 0x0AF3B7E057754BAF9F358B609C82DC86 , 0x0AF6AFFEC65C4885B40767871088623F , 0x0C8D01216CAA443284EBD923B2E22621 , 0x0E8E19F9F00C4397BCDA44EECA5258A1 , 0x0EDDC1AEF7714959AF3BD62C1783926C , 0x0FCDE44E9564437B9E6073BB7FF0D230 , 0x1169378631664CDBA76A2AD068175B8E , 0x119611C045894778978EA747D6024910 , 0x12BB6408D1164B0FA501F0BD185A8E30 , 0x191A301568AE4D408B6883616A51CEA8 , 0x1A0FF7A682D444EF8FE55559DF896EB7 , 0x1CB8A2A7C1014A8FA20E78303A8F2F24 , 0x1EC05EE645DA475DB5EC28E393B89A4F , 0x20272DC598DE46B498C1BEF937810B0A , 0x241C5E0EA5AD428C8408129E46FCD09B , 0x24583058F96741679AB5268B478F92B3 , 0x253CF2F7A7724A64BE22052E9980BB98 , 0x25C6949F0AE141479143661642882B3B , 0x27529F792A4F43B0963C313B55683FB6 , 0x279467833DF44F6CA0EA4BBD357FC7C1 , 0x2842F76FFB8E4080A3218D305F5FA2B1 , 0x2A2B04D344D6460F9595B2BCA7648812 , 0x2AFB6374CF6F4AD1BF48276FA8969C63 , 0x2FE2887286C14C9D9C90704A2C894307 , 0x2FFE90A5BDDA43EAB5653F08F1FFA714 , 0x346EE7AE4BF5405AA9892D7617718274 , 0x3736F0999B264130B978FE55A460E202 , 0x37CB6D0398244386BB879AA64AD6CE09 , 0x38F7A44063BD481E96C99204554CC2E1 , 0x40D0FD6421EF49E4A2A7FF26FE38FD3B , 0x42F2E46F15F1412D81C4A1F0FABF9574 , 0x43A676958A4D4B51812547A5672C2124 , 0x4A82B75297E249AF835A7C9B6327F8C0 , 0x4C7C2F42876D4F9489D9A4B0475DA0CC , 0x521B0A61C1634E1690058D5B323CBD7F , 0x531F7BC86B8D4AD9950AD8D6A3003996 , 0x5622F060A0E7438AAE520336BC9C053A , 0x56818416766040BF81FA35261C9B7870 , 0x5880B298BD1E40A691268B84F663B909 , 0x5A57EFFDC07D44AAB6C1E06D37512D1F , 0x5A896E50F25D4F24B6AB82E4483FE443 , 0x5A9C0ACF06334B44980CF257DC4FE2C3 , 0x5DA7AEE991D046DBAF4A92E937089ACB , 0x5E5ADA428035490B910484BC952F99DF , 0x5F9B79F3F60947D3A8B8CAE1B2EF0350 , 0x62AE4990AEBA411E9262E7657A2D1A0C , 0x6324F87C4CCB4312B59D0B64C0119BE9 , 0x6D739D20A2DD4F52A6E58D0F11341D10 , 0x6D7B204F46D14E819BAAF958B55009BA , 0x6EE41EE1BF4A4D49B2DA68843926509C , 0x7424EDEFDE124C299D55E48CB7B944C8 , 0x7675DC18674948D9A296B2E8ABAC8B0A , 0x7E1BC62FA8024588B885248480C3ADDD , 0x7FF6F83F782D44B7A87021116A636A9E , 0x819F64B8ED59400EA6C95C72979D5AA4 , 0x82684099DD6F49B49E889B6664FA210B , 0x827BBC4DB179481D92CD5414C8F3225E , 0x834818950DB54A29B25AF3591E5214C6 , 0x86C2B59E49774C01B8CD112B8AA31989 , 0x86CD910466FE45F5A1ADADD7458D7D27 , 0x88BEFDA331CC4EBCB390202C12666C3B , 0x8D350F1CBA9D48D3A7C0A7B8F100E096 , 0x8EB0BBC3367A4BF2885597F224668845 , 0x907BA621589B471086FCE496439FF2AC , 0x9A666AE702C44924B22EB08093ED03EF , 0x9AE4096EEE4840D4B891A033CACE4884 , 0x9AF21C4C025849978170A5FFAF2B4E31 , 0x9B0D71093C0B43D0A76AB6878FD5724E , 0x9CC201417512452F828A97DFAFF5F55B , 0x9DDDE9C25D6649C5A976568C7B425FDE , 0xA35F304FF6E6407A8167DC0C7AE2B3C0 , 0xA5231CFED070466CAE833594BDDA8382 , 0xA8A0E5D8704247E1A25FC5E8296570A3 , 0xA94619849A3545BBBCEDC55FE9117E0E , 0xAA23BFBB89F44A5E88A0D88C3C4C628F , 0xAA26BC60F07D409C8FB57C7EC03140F0 , 0xACDBE725E3024402862C740C19979CB0 , 0xAD4C5A3E33654EB4BA4B50F74574DC86 , 0xAD6FEF20A05942598A9A1339EF9986AB , 0xAE0F6CE8B02744AF93EA3DFA3BD33E7C , 0xAED896931F284531BBEF9C0CBBF6910B , 0xB06A169165224C92B360A7655AD4A800 , 0xB1AC87731EC04B8D88FCB0A6DF60D51C , 0xB26BEF89A19A429BB704AA49CB916050 , 0xB9E0088AB0F542A685BBE30FAE69908B , 0xBD1AF5F41CDC490D982253DC0CBBAACE , 0xBEAEF5B7B5E4438698CB3CBDC8D4ABB6 , 0xC16A15AED7C0480A9495B27E5E6CDF43 , 0xC35139D58C024908B9210777970CD0B3 , 0xC352FD28052548F4B3C7FDF356C2000B , 0xC8BFFE0F72AB4859AF90F180B8F171C1 , 0xC8F99F4ADE9E43C98A254E862BC11170 , 0xCC22E1C4F19C4C29B72E89EE13AA2CBF , 0xD04104F07C354E279E75D695F5E0BCB7 , 0xD08AE08A24A84FA099E4319D49380550 , 0xD67A024C5BC14D298EB9B37F57F0F384 , 0xD799C0685DDB49D2BA6676B962505D04 , 0xD8A2B42501EA47E0BB6D8736D65B6A2D , 0xDA647F9B1EC34B5EA112A7D7E5D29C1A , 0xE4890AB8B7D846A9978EF6BE1A03D9B3 , 0xE4906F71D091468A9EE6350B92798178 , 0xE666FE7ACE294B08999EA824AD068DDD , 0xE745B9F8E3A847B5A9E46E02F1461560 , 0xEAF6170A147F4BE3AB6A80DE18C942A1 , 0xED76A3D76D5B40768D1558A9291F7093 , 0xEE20A42D66AC4314A67CA8C25A10E628 , 0xEF907FD3B877460DBBB2658CF7FDB276 , 0xF061302AE2764217B219E4D20817B00F , 0xF0C6AAD6B16B41C2BFA4C317B76DC4A5 , 0xF17C143E8030401FBB2CB3C31B7D2B1A , 0xF7C2881400FD41F2A364EC6F18875D7B , 0xF811348ABBB74A039D0BFF0879BB32CC , 0xBC0CEED6A766425BA6BBB36ACC7B4DFB , 0x79872D02AEE34F4F97CF1B4C5C90D6DA , 0x8A3AC2F80B4C45D097225D9D696803D6 , 0xAF01E83371D54232B7C611E692D21B8A , 0x15D7BC9001EA4498A381BFCA23F0ED54 )));
Copy
92
0.32 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"³µÝl3BJŃÏ×%÷3Á÷ "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0xFCE6ED6C33424A8F9FD89E25F633B5F6 );
Copy
93
0.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
94
0.39 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/65-sx-2024-modelcode-F6001X6 "
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/65-sx-2024-modelcode-F6001X6' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
95
0.52 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
96
0.26 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
97
0.22 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
98
0.29 ms
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = ? ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"VÞGÀŽÊMT“*¸Æ³Qqƒ "
]
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = 0x56DE47C08ECA4D54932AB8C6B3517183 );
Copy
99
0.31 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
100
0.21 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
101
0.19 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT iso FROM snippet_set WHERE id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
102
0.26 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0x274605D71D2B4479A3882D8FD62BFF5C
;
Copy
103
0.53 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagGmvReporting "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagGmvReporting' );
Copy
104
0.47 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
105
0.23 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
106
0.73 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
107
0.38 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
108
0.30 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT path FROM category WHERE id = 0x79A36140A28A4CE6AC6D0E2CED062741 ;
Copy
109
0.22 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
110
1.07 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
111
0.62 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
112
1.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` WHERE `theme` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™²$ßâ\r Fé¬!¯Ü\x07 Á\x04 s "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (0x99B224DFE20D46E9AC21AFDC07C10473 );
Copy
113
1.12 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
114
0.57 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
115
0.62 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
116
0.66 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
117
44.89 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/bfbab1674b4e4c1ea8fecf9e1c204e22 "
"/detail/429ed5daf1af45b7a2e965ac7f34af24 "
"/detail/707ba3aebe594a088336c14f922ad23f "
"/detail/420c3873775c46e7a98ab056321e6a91 "
"/detail/67d497d3749a4041b2a4538410c001c0 "
"/detail/f9dc162aa4fb45228abd83b88a609623 "
"/detail/f75c810483364b588e6a8c694692e113 "
"/detail/c9b9d27d0f8549c4af53f140db0caa3d "
"/detail/ebb547a12de34e15a17e78bcea1cf096 "
"/detail/07d9b04730414f4cbd2678f7c233d003 "
"/detail/872ed89e150f40c9ba8c90376412e172 "
"/detail/e977f7820b97441abcfe8fab11eed316 "
"/detail/019f1baef2dc439c94800f80dc993cb3 "
"/detail/eeb163afe4e14577b255a759832208c5 "
"/detail/95946155129944bfa0d9705c29117f82 "
"/detail/b3a3e2df2a664896bc11f2831214441f "
"/detail/421a3fdfd0d5460ab528e3707ca11a78 "
"/detail/7adff263991942e2bfbdb03eab3c84f6 "
"/detail/9e81ce7f104642459841330a142790b8 "
"/detail/a6dd34e9ce3e4019ac3a7c4a75ee8098 "
"/detail/11735682c16940afa1fc1cf7fa42031b "
"/detail/c2773092517344fab4b3087c14448769 "
"/detail/08be2003e1cf4cd8944f32e3cc851ed0 "
"/detail/5ad0a75b35ea40b780720cf5b915396a "
"/detail/02049224c56347179fa4c013e2cfcd8f "
"/detail/1aee9e1061a447aca5e7d5bf626f7184 "
"/detail/2c6f84a742eb4fcebcacff84f9a37f4d "
"/detail/a5565134734e44c38a5b87a1147da752 "
"/detail/fcc702a4c921415ab52281e3a9d24da0 "
"/detail/a182d7e966db4dffb57fb90d5b12dd8c "
"/detail/a339938ee1a14087b010804547e59490 "
"/detail/7739abfc1cdb4cb4bbab8a6b647c3613 "
"/detail/27055b15f2b44ebb8ac0cea6f4bf5e6e "
"/detail/ef703aaeb7d742ac8dd7660634531135 "
"/detail/31a4298cf1494fdfa13891a60d7c4844 "
"/detail/fdc5c63b921e4de49e79d66cba61a87f "
"/detail/aa3031f9fd724dbc9fed884ea62b3cdd "
"/detail/1a4c4ec05e1b4e199324351b25d3f374 "
"/detail/53bc052c6bbf41848e2ac9285a02aa09 "
"/detail/1ba80ee4d019453ba2aa88f20a2954b1 "
"/detail/a3b25fd1f93d40fa962fd9d1b9d76c21 "
"/detail/e0fef45ee5f14a2eb64edaf105285bbb "
"/detail/1112e49dd43141739d98ba6e739d0d68 "
"/detail/ff869228fb8848a2b33f4cb8b07f2e87 "
"/detail/f48839f4f45a4440921853a4f73020ba "
"/detail/efd41cd80324407fa1d76dcfe568d4ee "
"/detail/8bdda3a3e5cf4a79b865e33743f707f4 "
"/detail/6ba8fb3fc1724476ae18010f1c64bd94 "
"/detail/ba6462e1ce9d4920b1d4443bf5b4b453 "
"/detail/aa50f442b42d4a1a89601286f992c66d "
"/detail/201ed12524604c6f89b0e5038a3db06a "
"/detail/b54a90632e0344a4afbc8c69eb57834b "
"/detail/3cd16d650ada405e8851aaa84c8038a3 "
"/detail/d8c29aa25e6c4ab8a522bf7b9b0d98a0 "
"/detail/32a8ef9fda4147a0821024430e58bb0a "
"/detail/247886d0b3b14a1bbc60287eae099276 "
"/detail/b2d7fb30db00465b934aedc1ca6371ca "
"/detail/004b11b664424995968a6294d4ea4ae7 "
"/detail/2e7b613304dd4c96824d1be6ffd83190 "
"/detail/04675f9cbfc54e17b4b45d53e8228a12 "
"/detail/99eb30031dc3465c8fe88a9c89476e57 "
"/detail/7177816ffb2a425a91210165406eb73d "
"/detail/0198cc66b7cd73e89bfc31bff9c3e43c "
"/detail/beb7f827536d4c0c99a65b29cc633566 "
"/detail/dc7a596505de4d38b5d0a3c8caa61b9d "
"/detail/a6091ba656cf4f73a7b1807ab047641b "
"/detail/e268901044d74f4997c8798505fdea63 "
"/detail/d9d87897bd6c49b8838c356ea465b8cd "
"/detail/882a0d90845c46c9bb019659a615f235 "
"/detail/cdb1af3e95d844e18d240ab84a3493ec "
"/detail/9af792248a814e3e8fd1c0ee213f1301 "
"/detail/43f2a64568ea406b8fe4d6dc7a56bf4f "
"/detail/d2b02104494d431c8ed9265a1f9eb2bc "
"/detail/d96a6504ced547ceac391a2c17b3cf52 "
"/detail/4aa04414fb744c1f8f0c45a82d30a5bf "
"/detail/986015fb8fb54e8086ec2f3d329ce332 "
"/detail/eeb7d90a6f7742a0bae906c7c237c781 "
"/detail/9548b4b3a0f44ca1acddbf2a52894a71 "
"/detail/1dd6aeccb6214deab8fa2f619e5eebbb "
"/detail/aeb022537e90405ab675ecdb15f52117 "
"/detail/91a66417d50d40efb13442458f32ee16 "
"/detail/23e8271fae334ac0bb481fa2a0bad4d3 "
"/detail/2a42a0f4a6a84e8b9b6a3e5f08c9cdf1 "
"/detail/5aaffac6ae8e45688b078c9a8ca15c0d "
"/detail/e942d9014655479db3d9e635b59810f2 "
"/detail/efb314ddb61f4dec851d6ff5fb59828e "
"/detail/bf0d5734973d47f3bb7c62e07bd40312 "
"/detail/68de481656174c3192ae115d2059c286 "
"/detail/ec9d1beed74a4e4b8609a7964777dfc0 "
"/detail/891f9601ec2e42ceac06602fa9bd66c7 "
"/detail/3ceb37a732424262915d394bded5a67b "
"/detail/94ada67db17c483d8fcc267725cd745f "
"/detail/b3d5cfdf93044f0f9da63e1bec0f498f "
"/detail/3479ab5415e941208db724336965903a "
"/detail/85c254f4350f401ba4756d754f46fd1f "
"/detail/51070503953f46338ae553aad8369b0f "
"/detail/73cc2bf819eb462c9e70abb20990bbda "
"/detail/a3c52de62b3b41b1819f8c35d9df9230 "
"/detail/2ec241ad2879442c8adc75c286f0f9cb "
"/detail/9b4c7318e4a8486c98247e883aa9c1b1 "
"/detail/1c2829042fc647f2bd5be0061c122647 "
"/detail/78f5e0f7431f46aba083791cf7ade7e2 "
"/detail/e4e45d774eaf4320a278ebfa73eee2ea "
"/detail/546f7991cb24470995915c6a6a01ee9d "
"/detail/17c8ad20f8e743c5b4111f96115c9636 "
"/detail/686baa2f4b7c4c0594f09982479cb461 "
"/detail/81a0bc8074b04875b081e7e0668909ee "
"/detail/7e09386bd7c14f608ce931e45434ba78 "
"/detail/d4888d31323d443fbf35aba5992693dd "
"/detail/7c86c5d847f44081a2c7f8bb5ead22bc "
"/detail/147c921683254c869d791b762f581652 "
"/detail/8b4cce12baaf42c2a60b5ec61ace6377 "
"/detail/5a5de028ea0447c9a01cb7b886217e11 "
"/detail/c320ead153a245a7b4e0ea7a021d40a6 "
"/detail/b76cf509d64c4127ac6069b21f383205 "
"/detail/3971f7df1fb94315959c080e41ec728f "
"/detail/2d8fb38a591e4e009807285f5ef13e25 "
"/detail/4c5b0074bf0a482bbc460d67771e3a0d "
"/detail/d161f82edac0405fa89fbed9b91cdaee "
"/detail/a4e7e53ad0d74a4e8718f97878137202 "
"/detail/87085f7f038e409c9ca71cb6709476a5 "
"/detail/00046ae9ff6845bb9f8f777f05aabb42 "
"/detail/5b6f58bb3a6d404ea6dd97ada0b329ee "
"/detail/5c03eb1dc4c44395918697871b76824e "
"/detail/31b25df3e2c44089a8d2e9dbb0360fdc "
"/detail/79fad4f30b6f42fc840cf0b0f8222e2e "
"/detail/e026d0f08c064093878fcf9d91bf61e9 "
"/detail/481078a8a1154b838281d129f2c084cb "
"/detail/0a38581650a342bb97478e5552350b97 "
"/detail/2bd9675941344b9ea596d22badfc298e "
"/detail/474407c721b141f293e170c86adf875d "
"/detail/3209fad6bcc24919a1fd8ccb513d354d "
"/detail/f63a700199364809b03ab723e56c2b9a "
"/detail/1993871d880f474e879bc108a197d98d "
"/detail/5f6d55149da14310bd6a08c07d0aad98 "
"/detail/c1a6825d67f54f7c88c73ddb3ce1303c "
"/detail/5fa9a2d42f1f4989b9e5d34f466f8d23 "
"/detail/34f83cb8388b4b1b834f9a099926cd35 "
"/detail/2742b8478b8140789d40ab68d37e689b "
"/detail/80f726953def42caab298d541ba142e4 "
"/detail/2430641ea69e478cac492c148770266c "
"/detail/ea1652ed0e15455b8ae363c29f52c279 "
"/detail/a6a99f9475354a60892d173b04034d30 "
"/detail/ef99ae67a8f34e458157bfa21da2e93d "
"/detail/3d2ceccfb8e840378a25d7fac6ee2fc3 "
"/detail/3bd15e46f3234161a3a86ac171766c25 "
"/detail/c863e0641c3b4e8daaf7dacc6385c1ac "
"/detail/986b22337f9d49589976a6c1e914e9d3 "
"/detail/2df2a8bacbe24e83b3e1ceecfa8cf947 "
"/detail/e98968347ca248549a36038041a70d46 "
"/detail/ced7581f97e34dc28784be92a4e9c818 "
"/detail/b9ddb8d7041147e6bb641cfcdb4a7748 "
"/detail/6279e85c754a43909de87f0d3b858351 "
"/detail/eb4a2c8cb41b42d1947b8bc76ef16b41 "
"/detail/354dedc90e1846c0a478ee2e699cf29c "
"/detail/2cd2e2baa8884a509e9c6fa5a21ab42e "
"/detail/239b24564c8f48f3bb7fcec7e82ca121 "
"/detail/233b79bd9dca46a18cc777bc617ec1e8 "
"/detail/f57c3e1bc4b94ffab77741e08a66a7c6 "
"/detail/6d0a66754c094eefa18198ea2d20197b "
"/detail/acc864c0bf86429fb59bda972c31599b "
"/detail/92d177d912c442a1b438bfaf967c26a4 "
"/detail/36219faef1ef45b6b2e3ba126affb7d2 "
"/detail/0198cc7f3e447214a848528de060a0ed "
"/detail/8b2d191adbc8495aac0a0fda910336a1 "
"/detail/d53ed79b907d493b9bcdacc24c071d00 "
"/detail/30079de435164200863de00bea8d10fc "
"/detail/9ab123abd0884fcb98cde675801d9a06 "
"/detail/7c6dd584fdc7454abeb6c9355f995fa7 "
"/detail/73cc29371aa84e8b999a699a7c091d91 "
"/detail/20d0bcf8df1a4e4f9c61e85c76c9002e "
"/detail/1f6f0579f1914580befc15630effb9d2 "
"/detail/2094054b3cf1430385b3b74c04abe2d8 "
"/detail/c78635fe661641f1a2d44ebcad1fae41 "
"/detail/a34d0614c2e1433585e1fc3c077dca45 "
"/detail/9926731f6f8e4d65b1f505aab3e402cf "
"/detail/e7ae424718304c01861a6239553e82e9 "
"/detail/aa2d24bd2c9749fbb6aa8e866000d198 "
"/detail/c09ce18224c649248a8b0cb0682b1899 "
"/detail/bd9b273f45ac40478a3165d9f8580223 "
"/detail/97d90c55e1f4421fb536210f0f36d324 "
"/detail/a3296d93ef1a4cc787da180ae9844796 "
"/detail/ab8775d01f5949539dea74ca9a4a3e9a "
"/detail/f2b436f79f9844d3a78c6ebdea8541a4 "
"/detail/77c7b28c53b843138b9e503fc3cbaaa4 "
"/detail/32c9e8a1d12045d8be6417b93cee21e4 "
"/detail/96ceaf9c355a4fd084a3c7b5bf48a914 "
"/detail/48c142cb6fd34917b642bff0c9fce472 "
"/detail/1680f2f3c0ec4ff8aabcbd889f19026e "
"/detail/3518acda3dae44029080d27230974076 "
"/detail/d588741b684a4310b31da17036b4104b "
"/detail/118d0c0acc704182ad53787ab7a1f2aa "
"/detail/1fa22add115b4fca9b0a07c534cbc500 "
"/detail/34a4d135d41243d5b3a6e234093fc8c2 "
"/detail/37f8b5b249c0499698d6a78f81d17e47 "
"/detail/d3c9cb38a11f42bea374e7a685bfd828 "
"/detail/08fe3fb5188b4a49bb9ff8250e4c83c1 "
"/detail/69d5ce94af8646dd9c2628c188c86561 "
"/detail/c472e4f0aec545c99f46047687a3b8e7 "
"/detail/6a54fe0927c2473f828a874c6a2af611 "
"/detail/c7e485c9f4c948baa4791d7f81846c11 "
"/detail/c36e1b4c6ada49a5bfc72686f869e02e "
"/detail/6eed07a4bff4453b8f4bc0fdb98df67b "
"/detail/3e94ba78383649daa2f19fee93c92f56 "
"/detail/887fab7884184b97b32f3b5bfb02ae32 "
"/detail/1c00c7f7b77a4d26bb3fe147dde84cb2 "
"/detail/b45b724d1237416dbc2c9c3df28f380f "
"/detail/dc7487729044444198eaad719a5caca7 "
"/detail/4a004a8a54a544989c22d8d3eeef6587 "
"/detail/a86377f471204da0b765fdc0a6323d51 "
"/detail/a368fd3743b345e69fb9210869f97fe1 "
"/detail/3a7b2e70a0f64df6a3ce19bed344aa65 "
"/detail/dd4c026b9d054691bdd6ab09f04cc83c "
"/detail/761819060e624cd68899c44adb4ebaa8 "
"/detail/20c641cb1cea431bbe6b68c2e5545a1d "
"/detail/b315b8fec0a54b11abb7b4b44567a873 "
"/detail/56da301fe32f4ac5bcb9e5b5d708fb34 "
"/detail/cf62eeaf87ea44648d024d5e6d0f0a3e "
"/detail/6b0860cd7ccf44e1a82886ec95d194db "
"/detail/da714ebb8cb54bf79277a88ef1cfaf9e "
"/detail/4977677409f5431ab144d177646d75e8 "
"/detail/a70c2b789eac46de93d3386f09c9a1df "
"/detail/a9c379431f9941c2b6a895746afe780c "
"/detail/26e8fdb6888c42fb89fa1c7e68709402 "
"/detail/c358e3ad1f374179aafceee631652193 "
"/detail/ae40db904bf9425b9fdffcbf89c4f617 "
"/detail/a0132f14f2614bbea22020d36c8f1289 "
"/detail/9895c2d08d944c82bafe7098ce209427 "
"/detail/04488bcf0ee84f5b84633a1af9458006 "
"/detail/45713bff7b5b4538a2195df3924b55b8 "
"/detail/31735ee394174546b9a835372afa3ed9 "
"/detail/e5e15c4665104bf5b544649b13a5bf22 "
"/detail/0a5564654f004658b3b6b0abd98abcc0 "
"/detail/f2384f2a3e4e45bba48b1e139ee0d0b4 "
"/detail/a81134c44a504d4f90822c0efecad5f2 "
"/detail/ca36542c88144a32bcf8123977becd7f "
"/detail/1a4d42041c444323aa4f77f41576c402 "
"/detail/d123f99db9af4e07936a0b83cf30d5d7 "
"/detail/adf28c1b866641ca80805eda0f657e47 "
"/detail/cfa428b6b0014b83a4865fab29b579de "
"/detail/9e43a614f83540769b8d47b80b0090e8 "
"/detail/abbd0cd0a6984868b486ea1c8ba1ca42 "
"/detail/7e29158e58cb430bab0a092d50f183b9 "
"/detail/73d10eecad344599999fe4d9c0ea1fc0 "
"/detail/0e56c79bb26b423dac3b0733a0d12505 "
"/detail/1b4131453c034d7e9ac2b91672fd353e "
"/detail/084d8960a47c43df8721e404766bca3f "
"/detail/5702fbf152ea4cfe98668d8bc9a52079 "
"/detail/00d4d0b014fb40ad860b02ae1083755e "
"/detail/ec303c85d69743938f334c6a75e1a814 "
"/detail/82d04825f1504bcea5e589bd51a42dfc "
"/detail/a564df702edc437f8b2e30452c1bd0fc "
"/detail/0a02e5fe097d43ec8736119f01b68776 "
"/detail/c18f79f769c146d5bc1822f1c8a2a998 "
"/detail/a4566694f5354a1c993527ed1ef82a0e "
"/detail/9b3d94ca7ca0431dafc9050ef3f9be06 "
"/detail/2dcfdf6c5c7c4f7dbacdc994f955863b "
"/detail/26cfbc7a02ba47849a00e627e760ab87 "
"/detail/550c64cadae74c1598b8eef6429bef2d "
"/detail/439b6ac8203f4924a303e0073aab0cb4 "
"/detail/ed08ca2ffa764f00b45275d2d78ba76a "
"/detail/c8f99f4ade9e43c98a254e862bc11170 "
"/detail/5c7def33e13f4ca1ad48e9654b86f947 "
"/detail/614cfaf0df21415d853584d1b1f7b19b "
"/detail/310ae53291ce478fa5a4ac21c5e9f4f4 "
"/detail/5a6e2bdadc1f4f2585af1566eb9dc4c8 "
"/detail/ff18d58435fc45fd9941464d2ca2f51a "
"/detail/a821025b13f0464c84e855512a64902e "
"/detail/52406e4eaf014ab09b1f417e25f5b7e1 "
"/detail/d722d8c2cc224a3894453ea0e6edd748 "
"/detail/f645a23dbbb94be8b23b923c76e3c7d0 "
"/detail/7facf52f30d24081b647dcb72abd2e0d "
"/detail/91c047d4ae304b3ba0514155f2e018b1 "
"/detail/e8c96e16efdc411fbe422ca21950a2fb "
"/detail/b8cf062e55724306af686d95c3bb393d "
"/detail/985ee16c563248efbb7ec41c55498b8e "
"/detail/d4f485de02c84d52bcfab3fc94b7d853 "
"/detail/5d81b0b6260c4c57b10bf3066285dca2 "
"/detail/f7bf4a4b2d914ec68e695eff55412178 "
"/detail/064251f497fc464f86efad5fb2edc697 "
"/detail/a96845a093a3440788be7b3ac34feb5f "
"/detail/a99384528610462c9810689aac1f2463 "
"/detail/e69d82f05cd3490489a4fa8b6ab69dd3 "
"/detail/83ab4b4c265445cdb204d27e9ccc7a1b "
"/detail/cbcd83969a784f79a80cf7c950700d16 "
"/detail/0198cc660fca731da76b5b9ac77fcafb "
"/detail/01bdd843b2e341fba7621f41d7710e98 "
"/detail/d7bee9bf0a40497a804fa0385b536cdb "
"/detail/7bfbaeb96d614c138d291e340c789099 "
"/detail/d744bf7892ae4da48aba62c8bbf2d386 "
"/detail/a0645420aff348b8aa8c74f10917b1b5 "
"/detail/c5897ae8176144d592821b956072cee1 "
"/detail/3287e5e8061341379dddba51294cf222 "
"/detail/7190a7a5a60f4f4bb59cdf6e217a05bb "
"/detail/40caebdc12904053a893bb6d0ce6c586 "
"/detail/3391f0e480214f8399dd6902ab553a5f "
"/detail/e71bc9b393fe4133bf1fb32b20fc1f32 "
"/detail/55b40836d5d44765b09fd42b6148fafe "
"/detail/a0ba480c6574462fb41de76eece5a313 "
"/detail/1f43b9ee400f41a1bd2d7f3ef5787255 "
"/detail/e400e19043de416ca4ddc4c778e55485 "
"/detail/30e5fa2a25f047dd8f66b774e209b879 "
"/detail/2a94511bc4954f2cb2026be324ce02e5 "
"/detail/70cf20607ceb4142958787ddb7a0f3ec "
"/detail/58a73a1465684b519de7df61b3180a28 "
"/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f "
"/detail/618117809a6e413f8c3c1fb0c5afdc36 "
"/detail/f0c0473cc93f4087a8f6c43ad80a060e "
"/detail/2627e9e8f6e2495ca9611aabcf11c9c2 "
"/detail/6cac5c8418864d1e83240af4a4918714 "
"/detail/583bce19edbe4217944e7d6dc19d2f75 "
"/detail/63ef36c39a4c40719a045ab0b55ad36c "
"/detail/e99f3c4ba046461383a9bc673d0b87af "
"/detail/9e0a24038d8d4b1380918e3440eb6b7d "
"/detail/57cbd7e0aebe42e8b705edc0bc913ca4 "
"/detail/78842c1f55f842a3b0fca229c9bc9ab1 "
"/detail/ed8c3d55396b4054bac6e525551a4b72 "
"/detail/88d90d9342fe4af58dcf5e3f548660f3 "
"/detail/b4654e8b79d0497eb735b1d3ab6c1a47 "
"/detail/4a12ef461ca2499eb0c4cc7b762c972c "
"/detail/cc362ad47b624f4187833295ed72f051 "
"/detail/5f7dd71082de4ff1825a3e4fc530b61b "
"/detail/054825ab00664ee780d762bc63a565f6 "
"/detail/c31991fb42a9432caac16acfb960e7c8 "
"/detail/af2d7e408fe24e3cadadbcbe89317fc6 "
"/detail/fd12380c45a64f7ab34881b8a9369509 "
"/detail/4a7baac4265b456a9bddf3da591ec5ce "
"/detail/8cbcc1051adb4a9e960afdb22abc80c2 "
"/detail/9eeff8e2c50f4138b90341e585968a96 "
"/detail/1fb7f084a0114a17942a44d159e7ab0e "
"/detail/1f85ab92ec3e45af9583b335e22df901 "
"/detail/7134359e2776410e9843051cc710945b "
"/detail/e5d9910ebdbf445e82fbc040651dcb69 "
"/detail/d133c375efa24c05a901f1d76f689268 "
"/detail/a8fc77de512740d1a0968aa9d34e912a "
"/detail/6c7d9532c9a84299b0d35b0a3685dab8 "
"/detail/15746b398e0b4224b357cf603b6fbafa "
"/detail/ab789ce2066e472ab512c5b572559fa2 "
"/detail/22e6da6830954081b29c53017bc8ffa5 "
"/detail/ea78684bc1224f908323395807c922ba "
"/detail/42b8908606704f56ad2b257e6ce363a8 "
"/detail/bb8d0d8607fb48c593ff210266c195b3 "
"/detail/9bf28ecb49cd482bba0df9be9b8dc7a1 "
"/detail/cf45eb60253946d4b586c2b976ad588c "
"/detail/ea0ba39c56a148c29da3e53c759775f8 "
"/detail/f7936b663c634f0faee164facd280b53 "
"/detail/2cab3498a8ae4840bb83e2afd6393700 "
"/detail/399f373f45154b26a3a79e9b077ac1b3 "
"/detail/5b26e3983f2f49f7a5813fe76837f73f "
"/detail/0eb83d6a863f45328ea1017edc68d681 "
"/detail/ccc56164398c4d1e9554fa01eba424a7 "
"/detail/b03ec85386b940d486c94dfb207af064 "
"/detail/3f1e838362194ca396ef76da76b344ce "
"/detail/acda8c43b3964566a16f8abc69a1a09c "
"/detail/17e2adb56020463986ba58cc358445f9 "
"/detail/53be4be5cc7f400db61b4728e941d634 "
"/detail/f874744cc0c448b5a69e69dd90e4335c "
"/detail/b18dffa8f25443258fae7f47a5d9fbcb "
"/detail/d0f21c480de5485f933652b86d84a436 "
"/detail/dc52a263e5dd40f4b1af91362fc32194 "
"/detail/e64917d2def640f099dff3e1724557f9 "
"/detail/7185f8ed29774d7aa35a810fc49240dd "
"/detail/96703184e4a94deaa6639ad3b41d6eb9 "
"/detail/6f35a88083bc4b9c81471d8f6f79e181 "
"/detail/adf5da86ceae498bb8ae183ac723af7b "
"/detail/8df6d9d84f7247098541724812d4a756 "
"/detail/0f655a75b1374b92af4c6abcb78cf8e0 "
"/detail/998bb8a81e1b4fbc810c7fa5cd42b761 "
"/detail/6bfc1158030244d69dbe85610cf72b40 "
"/detail/c5a349714c8f4bad98bb230a05d2b383 "
"/detail/9e19a59ae8dd4e4bb2d5045839b832c6 "
"/detail/f80caf2ed9d14213a4923ac54b56dd7d "
"/detail/cfdbd6959db6473fa49cebb157ad7986 "
"/detail/e891fa63eb724209a3d4da790a904b4d "
"/detail/60cba981cea144c2bedfb3040c1ac083 "
"/detail/7306c4d5a2d346b5bb339fcdfe28cc1b "
"/detail/a50157e076d94b1ab4a1744ce270e8d0 "
"/detail/2ab97282023a4482adf03887da54c977 "
"/detail/e9bca89ebb9547358779fbd8e7653fcc "
"/detail/2a9f4468cace405d8e32a3664655ff7f "
"/detail/0198cc6678e47330b69d6135908d97f3 "
"/detail/31daf3abd5cb4944b9f423388b91bcf4 "
"/detail/c782cb835f3143888d572022a4a15aa5 "
"/detail/aaa3896325a74534996279f0cf3e4eff "
"/detail/19f96c2213514176baf34860c6766605 "
"/detail/d28d3a6445a94eac9bfd4357c19968f4 "
"/detail/4984babfcf7248d2bd5c79618e10df03 "
"/detail/ca1758689aae4671a78632e18de7e623 "
"/detail/404ae31328954e1ea8c92b9ba4e187ca "
"/detail/3ba24e5c352a47adbb7b44a5a0fb9713 "
"/detail/87f4bf8bb777438d92b9edf11e4808cf "
"/detail/23da38f1b1d94b099b7d1026640f385d "
"/detail/45edac81cdbb4b5d91739487dc5e2bda "
"/detail/43434896bc344dd781efc6b90ce219b0 "
"/detail/c610e49753784dd3853cc283860ca866 "
"/detail/1c33bc61a6624ee9842d32f20470b202 "
"/detail/cd12f3f42add41d3b23985fa87f5630d "
"/detail/7675bac984a140cd8e30ccee625890b9 "
"/detail/dda111616e3d41ed80e67b05d1b1a04c "
"/detail/2b41f1c90c7846c29a25acaa295aec5f "
"/detail/f1a768c6b0f849519c1f536a7fe37884 "
"/detail/896e272e84d64ae082d4fea02e1565ed "
"/detail/b532fc05a60b4cbeaf3a21726609014b "
"/detail/403cabd37acf470d83fdf788492fb50e "
"/detail/4d2beb7206cd4b279e8e71609cfc8c4e "
"/detail/374ba3b5d7ed40bf89e11eda496fb7c6 "
"/detail/5deda1211a3c42cf9a453aecf6ebf3e3 "
"/detail/5c877c91644846499312721b3d736c7a "
"/detail/9fe900304b3c400096432ee937bc1641 "
"/detail/1a1d1f47d14a4ca7b9c26ad89860c691 "
"/detail/9679137632584753863dc17b19a2fc85 "
"/detail/b5fad744249a4b6c964c1a057f99481c "
"/detail/e48f7e2131504eb1aa4b8e4c7653f720 "
"/detail/054f372be2194584a2fabb89d2ca483e "
"/detail/a14d45acfc374d0399632f200ed0d82f "
"/detail/6de5074e7fd7463a80792f7fd0ae08a1 "
"/detail/a8ab86750d2a4739ad7688ddfbd6ef33 "
"/detail/a7536b95b579401eaf028dc3da9197f0 "
"/detail/6810bbe463ea43ab8eaf0a0b5168791d "
"/detail/2cf264bd00e44fa29e37dfd4a2c981a7 "
"/detail/31205e1f673045538be582c9fc8c22db "
"/detail/23a6c4d09e944347bd8365876d209e9c "
"/detail/841e29e223b842f29e320e5c5f2e51dc "
"/detail/4f35b840a0bb4dd5bbaecc57249ac535 "
"/detail/caed7e650a0c4ea597085f5148c59aab "
"/detail/590789e000fa4a49ae4b28ced70716d4 "
"/detail/a812fe02a0944d2fb679d70fae070147 "
"/detail/85c372fd4e0349628becd740d62142b1 "
"/detail/4f0a031293ac4fdcb6e1b244d112eabb "
"/detail/d548483f01734fa9906094b9c944076c "
"/detail/80b654b1936c4848bd32c15dd652ccc4 "
"/detail/1e700370730e48e6b32ccc72d3363c7c "
"/detail/a48bf32d3b29479db8f8984a1ab3903a "
"/detail/6972481a7e734c349ddf8be2bcc2edc1 "
"/detail/d6c2ed6e82254fc9a502a5f5e1d26356 "
"/detail/1f535f48e4ec47cfb5c04653c5b00b4d "
"/detail/bc54d495f82141698103436b43896042 "
"/detail/8f71bf4f636149a7bc6e1b3079f45821 "
"/detail/c640a703821c494ba8bc9862915ad827 "
"/detail/a7dc85b0fb5547969949dfd4a247af1c "
"/detail/47671fcc33714bb3847a0406f90a0589 "
"/detail/283dab9673e74a2bb4fcf96e6752a5ed "
"/detail/a45b956198b84f1fb6ff13ec45245acc "
"/detail/4040f5071b454dbaae3b4bcd172bb0d2 "
"/detail/3f4015e99bcb4fc6b66850e532d3ea61 "
"/detail/c0ce13b4cc094ebeaeae8b84145b1a2e "
"/detail/97a8d0d52114451ebd70f2e5b619ce79 "
"/detail/7abd39251b884db38d6570f67f42edbd "
"/detail/302c26630ee74ff28738a844ed269886 "
"/detail/a4a8c86177954121a5c1d21756b47a2b "
"/detail/9715565824e8455aad45447d487d480d "
"/detail/3d0e2cf2730d4fe5b63ff578b53c6a97 "
"/detail/1d8cb0a656654bc580c454f327e7cf44 "
"/detail/3a463f4654d445b4ac9c276c9a1767c0 "
"/detail/5c8ccc79abf34acbba63eee33f345362 "
"/detail/ec1436da1e4c4f03bb092b218ca78cb2 "
"/detail/6dec6491db8e432d8977216c47718247 "
"/detail/8771913a495642158e822e0e07bda289 "
"/detail/fdcd2583118541fc9130cdd0e73cda04 "
"/detail/24f67a89810b4dbe85fd85c0457dadf0 "
"/detail/eb7f563a51e646888ac82d0bd90e53b8 "
"/detail/9d72bffc5dca40ad99fda7aef80ed584 "
"/detail/627fadba6cf04a98965218d2aaccbc10 "
"/detail/61263d05188c4f14995a4c68a8ebd27f "
"/detail/faa8b8e56d61438caee2d21f8ada602d "
"/detail/2992f1fe91f14e30a8709f035c50b75b "
"/detail/9b13eebac1a44d73af33013ce07dd927 "
"/detail/607909eee162408fa1a59a6a7d84707c "
"/detail/b7bddbbe01c144fda09070a159706dd4 "
"/detail/2070c1c33600459db6737c6f3f590c27 "
"/detail/d5e30a9deeeb41468b2430dd34b03335 "
"/detail/cfc910b80b5245ab84ba0ced40038bdb "
"/detail/e036de634b8142f9bb7fcfe2b95d2b61 "
"/detail/3a7cc27d22c44e6cb23f688001d83f9d "
"/detail/799e29169fe34e0da8cd9d76df9a6365 "
"/detail/c6f681e0ea1d4c69844072a65d07bf8f "
"/detail/b1e9790332e54d3488a06ab013689bb3 "
"/detail/3b4371c3df074e8d906459ab46dfc83d "
"/detail/696571e2efef43a1bf0e6634566035f3 "
"/detail/27bd677cef054f8ca29691c8ec5ae631 "
"/detail/ee3f523172b948e3a38a76932aafa9a7 "
"/detail/ae777a0418834992a68bc3e2d6f4f23c "
"/detail/dc25a659b6f64ee9a0d9dc0a908ce5b2 "
"/detail/a2eddff556844746af79047d752650ab "
"/detail/8bd442081b6446ad9740039ece37a609 "
"/detail/40e55bef76824d078e1633ec6a5aaa76 "
"/detail/df9c5d3284204b7bac1a90de8eda2c1a "
"/detail/0198cc7e1711729489f6e81bd2aa77f1 "
"/detail/0198cc664a4b72af9022a286965df029 "
"/detail/535b429b95344043b0147338f7a02d6b "
"/detail/24cbbb46cdf84dc291fe9de5a1cee1f5 "
"/detail/fe59b7bdda6d4ccca68b442619bce23a "
"/detail/5b652b4923194937a09e18befa870b52 "
"/detail/44d6900f77d6428096f0d44c38802caf "
"/detail/fb3bb423697249ce8528963a64b7204c "
"/detail/5a0696ffda1b4b3babe895523e71bf57 "
"/detail/353a7cae13194ecdba3accbc23c2dd47 "
"/detail/dc47f82fc04342feb26fc8be03d02e48 "
"/detail/6b3a07236b9e4abb97560c060a10d671 "
"/detail/e8384c1971ca4d4b8787088afbdcd578 "
"/detail/bd7a78bc52d347328de55d912501b2b5 "
"/detail/7a7eb1d6d2a14a5bb541fc32b561be32 "
"/detail/ebc2c9c1cd36485e931b74457ff137b7 "
"/detail/058907348d8d410ebd3e4bb59fcf9b79 "
"/detail/0198cc66985e7384a9e6b74cf8ee2dc5 "
"/detail/a31fa1b5f15e4c339a653fa40e7d1b90 "
"/detail/f9e62c3ee7be49648c08702f12055d67 "
"/detail/905eb35c7e7f4a26b89c6f3a8afa2771 "
"/detail/b1392737db6e444d8cc9dcedeaf683ac "
"/detail/6eb4eb75eb0446d09d8b22cade0ababf "
"/detail/6f8394b87a1d447ca2d59221198c6689 "
"/detail/2981d274af1a499b9a3d61acd3c4dffb "
"/detail/d8ce812c667f4c14881887cabb9e727d "
"/detail/9697343857c24ddd8250e9515ce7ff21 "
"/detail/f09a95b636114509bff44e2c53d6e0ca "
"/detail/7aec0cf38d9445608fde7d49d627919a "
"/detail/4e0d39b2433b499f9b6f8bd3c7d98d19 "
"/detail/e2dd0855a86a4c399e1d62fd25c35d2f "
"/detail/ef539485cc4c45269c7cc2658dd5bea7 "
"/detail/1aea228ca06a48efbff72852aa31d468 "
"/detail/73f4dfac653d4f52aa5423dc6f2607de "
"/detail/d8a8542b78f6473a99f468fe2b2aec50 "
"/detail/6dae503f926b45e4852b934306d8c1e7 "
"/detail/d7cb1d58d4ce4f699caef498931672da "
"/detail/e863de4441514e82ba6de7d252dd9335 "
"/detail/944f0fab45f64a6894bcef7c9f2446e4 "
"/detail/1879060a324549198b73970ce12ab792 "
"/detail/9d50bb6c044f4682bdce826e0dd8826f "
"/detail/95c56b0280ff4398a69aecbc4b4a1bba "
"/detail/a054ce261d744bcda5c30495fe53f325 "
"/detail/27f0c28d790c4a3f8d901fd988059fc8 "
"/detail/7d30c3b042dd4a53bf0dcd11b6d81ead "
"/detail/30176c652f9b4833804be55d2e5c491f "
"/detail/e3247f80a7bf43ebac80f5d159ac0589 "
"/detail/85fad572583746e3b8862d53244884f6 "
"/detail/a2b358b0330a4019b3de9b2e38d11753 "
"/detail/d5be41a8f5a34787a1467a70ddfb7ec9 "
"/detail/802ee6ce0a5b42cebb9c073c410a080c "
"/detail/a30ab8a9979644639a6c8fa69703b204 "
"/detail/ed7a9a663e0d40219234e240ab47a393 "
"/detail/2a9ae55f011545abb59fa1126a76b0fc "
"/detail/8337d35896cb43969814dc8f553a6c8d "
"/detail/13a7bfcb6f394b52999c33ff1f1a01d1 "
"/detail/e8b6fcaf96d144df92383631d23edbbb "
"/detail/c81e18bb8dca486e9dcd2c30a35bab3c "
"/detail/073c8acba3ad4178846c925e7b64396f "
"/detail/bd2f3bd185b44bd89a304655797f6f82 "
"/detail/f103d729273645b0b27bb48cd04b290e "
"/detail/bfa0f5c7990d47d68fe7896930e02e58 "
"/detail/262d10aa4c5f4d2eb8082ea3371b0108 "
"/detail/80b0b34ba3ad473193b2f9fc45e218f7 "
"/detail/4afedfff42ec404f942d99b202fe2570 "
"/detail/076c79d527be40a9bccfef2e0f3bd78f "
"/detail/ccce86f4b9cf4642aa9bd0e679c4046a "
"/detail/0751e34c31cb441494ca9b76e9c11e4a "
"/detail/879e2c487214457cb3cc606eda47f549 "
"/detail/ee5de617198a4b4392daec9ca66e82de "
"/detail/9e935f48df944332ad696931ba2cfde4 "
"/detail/2e61c95553e9459b9c48bbb389d1690d "
"/detail/be8ab8aefa944f648610a373c7d9c612 "
"/detail/42c5fc8a3c1b4b4ab2d307e72214a678 "
"/detail/a4fee06c341740288182d2d765fa10ff "
"/detail/4c9461aa9f2347cb91dbbf636b319c3f "
"/detail/cafe3cf58d354cd2bae220e75fc4f7dc "
"/detail/fa06d411caf649a8a0869210d28b8182 "
"/detail/0479080e315e4d1caf8e7132acfb851b "
"/detail/ae4a278b077744b7a11825bd1a3b3f39 "
"/detail/e5a73622acfe410180fa08abd5475fa5 "
"/detail/6b7ae37bb6924e0aba23fc8f474bf0d7 "
"/detail/28bdbb2a334c4efb833d50c9f47bbd42 "
"/detail/8d1e147f008d40f5ba902c23610374fc "
"/detail/4f2d1cf6b75d4f2d9a7c474dddf6336c "
"/detail/c181bc04ef9a45e88c31bb31addb9391 "
"/detail/ba76cb71d106411aa7ed00f13045a32a "
"/detail/336a16d53af040e6959716646f66cdb5 "
"/detail/120f6a3158aa4e53a4594d9b2f0dd0fd "
"/detail/5bc9c81feff54e9c84b24012e453a899 "
"/detail/e86c43c1161a436bb282a062ddb31f4a "
"/detail/265fecf4922749e4a259df6955c8f308 "
"/detail/2abc85f70b404834a8ba45e9cafc822f "
"/detail/9d0f05b986ba4f3aa979c5da6488a97d "
"/detail/7e06e736599b41499239fed0d71cf216 "
"/detail/2777329a51494c43928445847ca12e92 "
"/detail/1f15d3c9e2824c22a5e4972853804cca "
"/detail/85766817d6d343aba28635ba7771ee6d "
"/detail/b29f9da935fa4699ad3fef9ce2786ea0 "
"/detail/e217d5ef6e0845b7a2166682013b03df "
"/detail/4089bf93662240bf9b3ec0c23a8bc535 "
"/detail/cef00d84d4064a5498678c85bbf6c70d "
"/detail/79c80aa561d04234ae88637fe16ccf39 "
"/detail/e0e3a72766594ca6a97740e665f961d6 "
"/detail/022141027c3f490ea15bd1bdd64d9d09 "
"/detail/f1e47e9aafbd4e4fae138a9c381cccdd "
"/detail/a6c902e312a54d22aaf180dc4f381cf6 "
"/detail/8102bfeff8054079a21d170295328a32 "
"/detail/193d4a78cabd4fd2b7d8cee1dc004a67 "
"/detail/334279c235544a1abd52d1c4f4e65e4a "
"/detail/24f08bc1faad45cab5496ef69e747b42 "
"/detail/21969494721f4a7891ff0ba84d87141e "
"/detail/d087ee161b9940988f81005687b53198 "
"/detail/82b42d5240384a9d846f4bfd26c51b65 "
"/detail/d444afa107264e84a72c3acff798882f "
"/detail/b4200c48bf264135af6548adcd0494d2 "
"/detail/ad99762df9084e81b18e9ed398810fc2 "
"/detail/0e8783dfdaae4f498eb9497db6c59dbf "
"/detail/75a466ba285441c8a75cb2fb64b75fe9 "
"/detail/094a07544704420c81960dd14dc9bc3d "
"/detail/89c6c77fb98b4ac6919b9de70a9b924c "
"/detail/462f242b433c41e8869aec94bcc1f973 "
"/detail/a406fb1bd8ef4e0c80d860106d280579 "
"/detail/269f168510b64c60961201460ad0aacd "
"/detail/5c561a6ba57d4ee7804a3d3dd1b96a1b "
"/detail/e0971f6503da4ecab944e2e8f4ac211f "
"/detail/684f7a1f180b45c99c5ede49ba720339 "
"/detail/f5387f1822944a38954388f7aece2955 "
"/detail/459fb0289ae34aeab44a1f62570819e6 "
"/detail/6158fd5d218645aabb65718e9db1ad25 "
"/detail/7803247cf72044d9a32db52a136e1dcf "
"/detail/146d869cc910426bbbd41ecc5185ab59 "
"/detail/d01b58810dc14974a4b3b541f2176a7f "
"/detail/f6a6c765198f430da8d08a02f33ce6ff "
"/detail/6c28f4d3dace47ffac9b3028a7079335 "
"/detail/5c14bd4352f84255ae542eba0acc0e5d "
"/detail/764d49f8e36c481ebf908d3a59d16427 "
"/detail/fb79c630d334430ca3e658d584b51bd1 "
"/detail/0dd04b698828488bad12a9deaf7c5fe5 "
"/detail/46815593d7cb4e058be8c35b4775f8af "
"/detail/33fcf0909c7f498ba1cd4fec3c93755c "
"/detail/9355f61cd2c348d4839dd4fb4a56ed9d "
"/detail/f4c112a32b344491b74f59d7a1223e89 "
"/detail/c8ae7f0369464bab97e8cb6998da5a37 "
"/detail/69e92375bb6648e7835771fe8c6c9e9e "
"/detail/494ed93568fd42dc86a8e0340f0dc570 "
"/detail/8ea5c319badb40bfb1e0f2abe8e1420f "
"/detail/5be22bf8c34240fda91212d746299fc0 "
"/detail/53c501e2cf41496fa9a42eea47c355af "
"/detail/9387acb13a7642208f7f6ad8f453e41a "
"/detail/592c8c118fd34494b2f8a1e7017c4208 "
"/detail/b96f2e122d4b499fb4fd057b03a964ba "
"/detail/8d4f652702be40be8d5fd550188d0f45 "
"/detail/2182950a7c184cca87c5c95a5792ffe1 "
"/detail/a7b130d85e434bd1a10003d71bddb203 "
"/detail/25bab9a3bceb40e389ce213312c5c571 "
"/detail/84bb8c3297e044c1a7979cec2fb6b7fb "
"/detail/dd217d2ec983400bb9cfc4dcfb558bbe "
"/detail/0b051d02018a44f7ad8ed080e0985401 "
"/detail/80300e7918a0472189f0600f2ccae169 "
"/detail/645ada022b194f3e98a4fb31e35fc4aa "
"/detail/e0d35da9fc7047d99d1bbbfe73d4d8e3 "
"/detail/699d5c13465942b9a9e9369633cfac97 "
"/detail/006b0fac78a441d4a2122e88262dc3a4 "
"/detail/75faad870595455484eface7f7957084 "
"/detail/bc5e02f259b548e585de758155c448d1 "
"/detail/767b10465edf4b1f8be0bb79ab01e2ea "
"/detail/0198cc7c80e6738dab2e1a58ff4adb38 "
"/detail/27aa62943cf048e09bd8093368af4db8 "
"/detail/49c262940e634627a83a2d8900cbcb32 "
"/detail/c86e86cc17be45ceacac8dbeb716affd "
"/detail/b8d46f425dda480a94a63288eaf9a67d "
"/detail/0725bbcdc18043be841f654dfcdca1e5 "
"/detail/2028a3a796ba4650a90862c4055cc2b8 "
"/detail/ae1b6e1101974395851f687b7b654931 "
"/detail/0ed3f56f152d45658b1109b1a9feac68 "
"/detail/b525f8818bb94975bd6d612c4b661597 "
"/detail/b1adedd24a1240fc89c0e548cd042c9f "
"/detail/917c0dd471714a44a2f46430182d7fd8 "
"/detail/ea4ee62acc4944e68d8e9061d46211aa "
"/detail/17efbff5803d49b4a767bcf0e90b0019 "
"/detail/2041dc300cd2453f9887cf0c27aa41a1 "
"/detail/2426edb12df4476aa105ee6da57aac54 "
"/detail/b1db8da532fa409db65270ed2fdd7bc1 "
"/detail/396fd0bec6754ad6802751a4953ae4fc "
"/detail/759717227c7643e1b6f11815a203b3a3 "
"/detail/ff39b738341a4e009b3ea51400377614 "
"/detail/5b9d56b870604ca2acc275329fb15b5e "
"/detail/ed3ab2a57cb94cec97392a2d4e4fc2f8 "
"/detail/c93ecdea10ee41a9a587aeb88f1b08f3 "
"/detail/c85a3558dd2d405ca0f4491a6b52614f "
"/detail/cca727003ff54c9395af451195e7279a "
"/detail/4ceb08eb683e48b8bffd988441cbe0cf "
"/detail/7d8c5ffbfed14cb287d963f77257f14e "
"/detail/3f30f29a06154c5484cf504113b9fc5e "
"/detail/bafd7da5004440e8b75178b8111b1997 "
"/detail/2e3dc9f7477b4513bc85ff8a3e5657a3 "
"/detail/83b0325614f34545935e328749624138 "
"/detail/7bc6e268b4984369ad86b528d6a919b9 "
"/detail/9459332a94f14db28a93466a607cd029 "
"/detail/cb28d1924d864d0e8f76280f83a6754f "
"/detail/8cb0eb0eada24635905cec8d3f1d71f3 "
"/detail/11ca2dab98df4ecb9b9e6eff747fea10 "
"/detail/b03006fbf7354a93a528fb71c1275db8 "
"/detail/4987134c36be4a2ba051d2c6fbf5bfed "
"/detail/e77b63d8f8cb44a4878ff27d24ce24bd "
"/detail/cf7d8177327b42aea09859034a7166aa "
"/detail/3c084def220d493caf032aa1931bc1d1 "
"/detail/842d9707ef1343c2a7959e67a22b6b39 "
"/detail/6cec4def5512442dbe7f8ebc169b99af "
"/detail/a86de63a08b04fb0ab63e1fd0055d23b "
"/detail/b06e1b7bb9814476976c4351ce7f42b1 "
"/detail/123872dbcf1345f2a1b38ff1b6e1d709 "
"/detail/01db2418ea7941c5923de1dc12c39645 "
"/detail/327337d82cff477a8b2969ed8c94191a "
"/detail/a3ed2e2204f14a108ecc492364caf355 "
"/detail/299df76406224633b1554f17b7c29774 "
"/detail/90c5ede0b2e94251b2824da55f903453 "
"/detail/078adb73e433402cac1d0fb79e5bf8c7 "
"/detail/263e50a70f62437999c52bfaf4d12048 "
"/detail/98099977618846fe80e141669a36d6d5 "
"/detail/d921ee213d44441dbf25538cff506fbd "
"/detail/ad954713d8574b38afa2398c7bd66c0f "
"/detail/7260ba2b578748acb6faea9122190ba0 "
"/detail/195e796badf14ec58f9fb64787588efe "
"/detail/2ca04abcb39d45f4ba3679c5d31987ca "
"/detail/221fa49d612549f08f09aa9e3b90ac20 "
"/detail/bba2a0852978402295f1c7e10d5e4803 "
"/detail/cf5e6d5586a54dc4aa912896d745d722 "
"/detail/46e6a1dedb50427e99ab637c736ed176 "
"/detail/8d2cfdd4a5f54b59902a11851d033e54 "
"/detail/8c83d48fd4bc42dea428f0566b1c1159 "
"/detail/f2406efe382e4f49937e837fe25bf33c "
"/detail/0c888f16942345a4950fa5fe43bb8185 "
"/detail/05156b693e6b4a69be607897cd9c09ac "
"/detail/b570f0f14af04dd59e3472b4200c921a "
"/detail/b32ec1dc6cc74dce82575018d41b6810 "
"/detail/d83a3e11d54643b3bd70857e7153aebe "
"/detail/f3c11cfd48fc454bb7f0f46d9bce33f5 "
"/detail/2e2027321b61404abeef63f27c02c8e5 "
"/detail/e070c6060a1d492ab557cd300df10a68 "
"/detail/93be2db9ab73440c9f44d4dff869b6db "
"/detail/87e8a336732741ccbb5767709f69448f "
"/detail/00f0b091171b4395b97fd73abd185cd6 "
"/detail/c7aaaff3e1d24bdaad4e5aca59c2240a "
"/detail/02e134ae0eb64719b5cf4547e75dc4d5 "
"/detail/4c5b60a0500a4eabb9e45220e749353a "
"/detail/86b09d0370804db68daa0543c75500df "
"/detail/7c91b0bfa1934d46ab3fd2fc66867555 "
"/detail/ef094217b79440c29fb54a57d569967c "
"/detail/18f087ba32b6407bbacba7c1f5b7259c "
"/detail/4a3774215af3449697142dd4e3b95f98 "
"/detail/c0222e973c85450798be8850ee5351fa "
"/detail/f9f005a3a5ef4e34a411be5f9d070933 "
"/detail/410118c8e60b4a46bfa7a81479a0958a "
"/detail/f9c009dee7ce44729d8205eb983c4f7c "
"/detail/ff5b4859ef714e4cb4b8dc9de071262d "
"/detail/73e8e9f85d4c493db672f16c3c916593 "
"/detail/c87d34d5c4d748f28da1ab6a1af3dbdb "
"/detail/c7294d6120274510ae2b844c7b40ad0a "
"/detail/36d3c708be254c8d80ec77dd7339bffb "
"/detail/0cdfc35f743a466c859266ba97e366c3 "
"/detail/778293e4a68d44719a6e09a9fbfd9a8a "
"/detail/1248e272b4b9476582be4d4c910a72bc "
"/detail/0198cc7b794c70c596d1dacc3c20c773 "
"/detail/b995ee0acd5b42e4919356469a44f07c "
"/detail/52446f91657f41adabb61429efedaa1e "
"/detail/0198cc7b42c87003b7667673259ed040 "
"/detail/07fada449b96423fa8433f6eb116494b "
"/detail/6679a0fc857d458c854c6aa0bb9cdc34 "
"/detail/09a0edc9672347aa86b18c89fa4ab4b5 "
"/detail/5b097bd435e848f699e62a1f4d526c7f "
"/detail/c0938accde1f4174bd1257612629ef9c "
"/detail/84db882d5eea4037ae04bbfebf4b8219 "
"/detail/04e2d9b50b024ee1aa1d7dc56a5ddc4c "
"/detail/0b11c6b3f6c24ecf9b7ff0dac8d69723 "
"/detail/a4b08d7e53494823b9db9aad286338c4 "
"/detail/2a087b679bf241e3aaab6c1d75de3d3c "
"/detail/a1d210e732b14abb9dd022771c2d6a50 "
"/detail/32bc5d95630145daace7e74b0905133c "
"/detail/bc2a9569ec804d2b9cfe477d56d22707 "
"/detail/3c823c1a270a468b8070b06ea36f87a0 "
"/detail/7b99194bfe6e421b8d0aa89b27a01a12 "
"/detail/426027ae9aa245ee8f136ed2ec8b4bd4 "
"/detail/f4738aba146e4c76afe08df67977ae26 "
"/detail/71631defdba54ecbb561ff9317951627 "
"/detail/f80bdad559714609a111da9f3b13ea9d "
"/detail/1d02727f23b346df923936e0db86c754 "
"/detail/8a6708afc5644b41b574817639939a1c "
"/detail/be9981c98eaa407da40960ac1d2bdbd2 "
"/detail/3961e4d4b5694f32a71c9f545e1463d7 "
"/detail/d2ab28ab385047c1a04856fde35c6c0d "
"/detail/e7575d54c9fe443f98c5cfc50df9c398 "
"/detail/e8c251237d3240be8d3fe4b4b199d54c "
"/detail/1242731632944b519e5cad835a9ce781 "
"/detail/5a39a72570e544189b7f46f753fc3063 "
"/detail/3fc92def06624a42a050cdd926273a55 "
"/detail/e14fb6160e7140a48ba32b58927f9a31 "
"/detail/5c67c511f6944df3ac8e19ec862af83c "
"/detail/c4642ae7e3e14468b7e384f376400530 "
"/detail/bd6002cf08154bbabacbb5a380dcda20 "
"/detail/1d9da3d26a4c44dfad990fe91a01af6b "
"/detail/06f759d99d7e4debac132da0e27abcd6 "
"/detail/47fd66b6cdbe43919bafe81bc8dba96e "
"/detail/bdad675f39c44090a2eda76d21fe3696 "
"/detail/02995413d6c248e38af849b631e26c0d "
"/detail/4df3329a2b5745f38d8e47a9d622d696 "
"/detail/351766db24834309852cc2886f45d3cb "
"/detail/be5f041ae3014f1fb42e0a82e6b5d7c7 "
"/detail/210c493767324e43b5f72408e3b03303 "
"/detail/c5a7941ec4af4197afde9b553abadd82 "
"/detail/0efa71af83864236af70eed5e2477d7b "
"/detail/de60e8c91aa24bdaa1132adf8769432d "
"/detail/670e6dc7ae104d428aa1d9d1a3c596fb "
"/detail/50a1432a03a5400c8edea57ac6906cd6 "
"/detail/f316e9150a4a4575938b7ab049475f03 "
"/detail/763a62ffc8524b5e8cde6e4b63d20f87 "
"/detail/d95e5aec89724844a46b61824fb1c774 "
"/detail/bc682318f5fa45f0882688b264bd3ebf "
"/detail/91631143c2984c2f9dba27f2aa18cca4 "
"/detail/a57835dc1e2a4d37a4e375dc7da7ec70 "
"/detail/fc8986ebbff24dcf8a2a3da57ea7b3e2 "
"/detail/fe039f02196e4b5ca658e9c0b67b612a "
"/detail/004686d8f760498391f52ea7c8bdb640 "
"/detail/22eefc3e4e8647f6ac9096672cb8edf6 "
"/detail/8f3502d374e14b9e94862331e65a507a "
"/detail/cd0e2e40890a4d15821f2359f2c4ea2b "
"/detail/3ecbabf78cde443fbbe20c3f7746e105 "
"/detail/0d7beea0b0a0493797cca962f2133fcf "
"/detail/ecc13e058ea74f999d89025ef24e200c "
"/detail/d8b7ad7f1790433f9ea3d95228de6390 "
"/detail/6f35ce76ebae4b4eaa0cb3cfcc7d7eba "
"/detail/8601fa9ba1444b558648b0def7006a58 "
"/detail/8ad0fa1cb54c4456ae91c74ba0df0fb3 "
"/detail/34a629ec7478437cb2fe74bf21ecac32 "
"/detail/cac0e859bc574557b35f78ff09b0e8b5 "
"/detail/f27f12b684a04cdc8f4d0cd858c5ba56 "
"/detail/513820e734b841bfb7a36d40271268fd "
"/detail/11945980dd634f8cbfc3220cbaaa2b67 "
"/detail/dbb7d665b7ae483a85ddc00b00a6f4ff "
"/detail/1cefbdeff00b4005b50a45a8187c459c "
"/detail/a38274adf70d45419f15b6a5aaf8df4a "
"/detail/7df94daa66a64bcead011f93b55d8b9d "
"/detail/2e87e42a3d8c4aa5bd4da7d0c851bf7e "
"/detail/e7123a43bd2d4c04b7f884f5f5f4ec83 "
"/detail/8a5ac200d25d4899ad75e11b6302be40 "
"/detail/57b06521d3fe4abf934d2b565836203c "
"/detail/5d48e465f9a24e8a8b8f92844009b553 "
"/detail/1079bce747f04493a0b784b320384a9c "
"/detail/24568e105b1c4ce39b7004adb96560ec "
"/detail/bc64a70a35a6418d817e62896ebe84c3 "
"/detail/7ab660df1ff04a8c9d74a9e1ab0c387d "
"/detail/a85fdfe29a3c4aeaa52baacb7c4fe95c "
"/detail/c0990ce6c3c04654bf8def2c3646fb58 "
"/detail/6632d9776fe84bba961029784e4d1b70 "
"/detail/27760bda084040e89b4cb4eb5ed70502 "
"/detail/fe720b4ddeee4981b54f628e3370d344 "
"/detail/17e55a566c5f4acfa9043f13095c5176 "
"/detail/107af436bc0643b6b104ee748fb58d76 "
"/detail/e0b6680ee6684e948069af0d6d72c2ce "
"/detail/3084543115d3461f8706a53ea1608deb "
"/detail/5a5625db9381412980f9430605b6298b "
"/detail/ceb8438537014224bd0256a2feff1d66 "
"/detail/6fba9275227e424c9dddbab4e121ce31 "
"/detail/bfa003d2278c4189b6394e0dd84a8763 "
"/detail/c09fa05cd9344a6b83b1ea7c01136f46 "
"/detail/e7572990bf90464abe316a8714c55da7 "
"/detail/962c617e8d994ff6b0c25aad04022b67 "
"/detail/5dc2575bf14f49e8b4c43fdb4937e733 "
"/detail/6f58d7518d524e7b86495a2c5d614497 "
"/detail/bb1c0a1278a144809a930058a52d6a84 "
"/detail/c86d452f82bc4b1d89899c7d23cc5b3d "
"/detail/025717d91c214397bb2e830ae2c2b1c0 "
"/detail/999eee8fe1d54280bddfe719f06d5411 "
"/detail/d6fbcb6bc1fb4c4fb3c5374ef5b5b67c "
"/detail/d2f2e561fd094f4fbd06d5cb92984763 "
"/detail/91c10139f3f946dd995878d8e2922800 "
"/detail/6fe67781660a4a79a99071b4718ef0f1 "
"/detail/6f83fd21cfa243e09641b0355a2817d2 "
"/detail/56d50e48b02249c4b5bbcce41a1c072a "
"/detail/8e0c64f417264187afb600f36acc6d22 "
"/detail/21397090760d4de09ee3c08efa95b2ba "
"/detail/af35a74dc8b64a1793d07fe51394f187 "
"/detail/41076ea5e5cc4f58a625f3e80397021c "
"/detail/9b2943c29fd2445bab5c0a1eb2a939f8 "
"/detail/36c5152d4caf43acb0ba66d500106962 "
"/detail/24c6c5d056014150aeaad045789a4085 "
"/detail/c06da58be45e448cbdafe048f8fa34bf "
"/detail/56818416766040bf81fa35261c9b7870 "
"/detail/6d7b204f46d14e819baaf958b55009ba "
"/detail/f17c143e8030401fbb2cb3c31b7d2b1a "
"/detail/9af21c4c025849978170a5ffaf2b4e31 "
"/detail/9ddde9c25d6649c5a976568c7b425fde "
"/detail/0af3b7e057754baf9f358b609c82dc86 "
"/detail/8eb0bbc3367a4bf2885597f224668845 "
"/detail/eaf6170a147f4be3ab6a80de18c942a1 "
"/detail/5880b298bd1e40a691268b84f663b909 "
"/detail/b26bef89a19a429bb704aa49cb916050 "
"/detail/a5231cfed070466cae833594bdda8382 "
"/detail/f061302ae2764217b219e4d20817b00f "
"/detail/7ff6f83f782d44b7a87021116a636a9e "
"/detail/a35f304ff6e6407a8167dc0c7ae2b3c0 "
"/detail/0c8d01216caa443284ebd923b2e22621 "
"/detail/88befda331cc4ebcb390202c12666c3b "
"/detail/86c2b59e49774c01b8cd112b8aa31989 "
"/detail/cc22e1c4f19c4c29b72e89ee13aa2cbf "
"/detail/d799c0685ddb49d2ba6676b962505d04 "
"/detail/2a2b04d344d6460f9595b2bca7648812 "
"/detail/9ae4096eee4840d4b891a033cace4884 "
"/detail/907ba621589b471086fce496439ff2ac "
"/detail/531f7bc86b8d4ad9950ad8d6a3003996 "
"/detail/86cd910466fe45f5a1adadd7458d7d27 "
"/detail/253cf2f7a7724a64be22052e9980bb98 "
"/detail/e666fe7ace294b08999ea824ad068ddd "
"/detail/521b0a61c1634e1690058d5b323cbd7f "
"/detail/ae0f6ce8b02744af93ea3dfa3bd33e7c "
"/detail/1cb8a2a7c1014a8fa20e78303a8f2f24 "
"/detail/38f7a44063bd481e96c99204554cc2e1 "
"/detail/119611c045894778978ea747d6024910 "
"/detail/bd1af5f41cdc490d982253dc0cbbaace "
"/detail/27529f792a4f43b0963c313b55683fb6 "
"/detail/d08ae08a24a84fa099e4319d49380550 "
"/detail/827bbc4db179481d92cd5414c8f3225e "
"/detail/834818950db54a29b25af3591e5214c6 "
"/detail/1a0ff7a682d444ef8fe55559df896eb7 "
"/detail/279467833df44f6ca0ea4bbd357fc7c1 "
"/detail/2ffe90a5bdda43eab5653f08f1ffa714 "
"/detail/0eddc1aef7714959af3bd62c1783926c "
"/detail/5a896e50f25d4f24b6ab82e4483fe443 "
"/detail/5a57effdc07d44aab6c1e06d37512d1f "
"/detail/006f30c9db0c45028428678b125723b1 "
"/detail/2842f76ffb8e4080a3218d305f5fa2b1 "
"/detail/12bb6408d1164b0fa501f0bd185a8e30 "
"/detail/346ee7ae4bf5405aa9892d7617718274 "
"/detail/43a676958a4d4b51812547a5672c2124 "
"/detail/aa23bfbb89f44a5e88a0d88c3c4c628f "
"/detail/7675dc18674948d9a296b2e8abac8b0a "
"/detail/05f419753bfd4bdea2e3d441a2c82906 "
"/detail/0fcde44e9564437b9e6073bb7ff0d230 "
"/detail/5a9c0acf06334b44980cf257dc4fe2c3 "
"/detail/da647f9b1ec34b5ea112a7d7e5d29c1a "
"/detail/b06a169165224c92b360a7655ad4a800 "
"/detail/a8a0e5d8704247e1a25fc5e8296570a3 "
"/detail/d04104f07c354e279e75d695f5e0bcb7 "
"/detail/c16a15aed7c0480a9495b27e5e6cdf43 "
"/detail/6324f87c4ccb4312b59d0b64c0119be9 "
"/detail/191a301568ae4d408b6883616a51cea8 "
"/detail/0e8e19f9f00c4397bcda44eeca5258a1 "
"/detail/acdbe725e3024402862c740c19979cb0 "
"/detail/6d739d20a2dd4f52a6e58d0f11341d10 "
"/detail/e4906f71d091468a9ee6350b92798178 "
"/detail/5da7aee991d046dbaf4a92e937089acb "
"/detail/2afb6374cf6f4ad1bf48276fa8969c63 "
"/detail/aa26bc60f07d409c8fb57c7ec03140f0 "
"/detail/3736f0999b264130b978fe55a460e202 "
"/detail/090ae8cec5c944ea814f484555fce967 "
"/detail/c8bffe0f72ab4859af90f180b8f171c1 "
"/detail/b1ac87731ec04b8d88fcb0a6df60d51c "
"/detail/0af6affec65c4885b40767871088623f "
"/detail/ad4c5a3e33654eb4ba4b50f74574dc86 "
"/detail/b9e0088ab0f542a685bbe30fae69908b "
"/detail/1ec05ee645da475db5ec28e393b89a4f "
"/detail/2fe2887286c14c9d9c90704a2c894307 "
"/detail/e745b9f8e3a847b5a9e46e02f1461560 "
"/detail/37cb6d0398244386bb879aa64ad6ce09 "
"/detail/d8a2b42501ea47e0bb6d8736d65b6a2d "
"/detail/f0c6aad6b16b41c2bfa4c317b76dc4a5 "
"/detail/ef907fd3b877460dbbb2658cf7fdb276 "
"/detail/9cc201417512452f828a97dfaff5f55b "
"/detail/1169378631664cdba76a2ad068175b8e "
"/detail/9a666ae702c44924b22eb08093ed03ef "
"/detail/e4890ab8b7d846a9978ef6be1a03d9b3 "
"/detail/241c5e0ea5ad428c8408129e46fcd09b "
"/detail/4c7c2f42876d4f9489d9a4b0475da0cc "
"/detail/ad6fef20a05942598a9a1339ef9986ab "
"/detail/7e1bc62fa8024588b885248480c3addd "
"/detail/25c6949f0ae141479143661642882b3b "
"/detail/24583058f96741679ab5268b478f92b3 "
"/detail/f7c2881400fd41f2a364ec6f18875d7b "
"/detail/ee20a42d66ac4314a67ca8c25a10e628 "
"/detail/8d350f1cba9d48d3a7c0a7b8f100e096 "
"/detail/9b0d71093c0b43d0a76ab6878fd5724e "
"/detail/6ee41ee1bf4a4d49b2da68843926509c "
"/detail/819f64b8ed59400ea6c95c72979d5aa4 "
"/detail/aed896931f284531bbef9c0cbbf6910b "
"/detail/c352fd28052548f4b3c7fdf356c2000b "
"/detail/d67a024c5bc14d298eb9b37f57f0f384 "
"/detail/62ae4990aeba411e9262e7657a2d1a0c "
"/detail/4a82b75297e249af835a7c9b6327f8c0 "
"/detail/5f9b79f3f60947d3a8b8cae1b2ef0350 "
"/detail/f811348abbb74a039d0bff0879bb32cc "
"/detail/20272dc598de46b498c1bef937810b0a "
"/detail/a94619849a3545bbbcedc55fe9117e0e "
"/detail/5e5ada428035490b910484bc952f99df "
"/detail/42f2e46f15f1412d81c4a1f0fabf9574 "
"/detail/5622f060a0e7438aae520336bc9c053a "
"/detail/beaef5b7b5e4438698cb3cbdc8d4abb6 "
"/detail/7424edefde124c299d55e48cb7b944c8 "
"/detail/82684099dd6f49b49e889b6664fa210b "
"/detail/ed76a3d76d5b40768d1558a9291f7093 "
"/detail/c35139d58c024908b9210777970cd0b3 "
"/detail/40d0fd6421ef49e4a2a7ff26fe38fd3b "
"/navigation/d1c8e7fd3f514b16a7c7c457c438b93f "
"/navigation/585d71242fa54b0fba56e331ed5adbe1 "
"/navigation/0199576db2937bbe9a41fb6156449782 "
"/navigation/08014c102bba43b09e93a823de238da1 "
"/navigation/04ac33f9be48438ba185ce8585682c3c "
"/navigation/ba9f9e3fd094425392c838f151773526 "
"/navigation/cda441a37060455fa34c8ce371928eb3 "
"/navigation/52242d7c7a3349359001e1b7b2c3df80 "
"/navigation/83586831f5bc43d6824ec80864e9314e "
"/navigation/0196d8a825c27a7e93a4b07323c246d6 "
"/navigation/ccd140695dc643408838c39c838a0a51 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/' , '/navigation/251448b91bc742de85643f5fccd89051' , '/navigation/ec2a4d4fb4474b5088b03df523675f08' , '/navigation/859156a63cc442008cc67aa14505a8ca' , '/navigation/4851ecc7788447bfb1e74f488e708249' , '/navigation/2350ba14e89143198d72042128b8519f' , '/navigation/f3f47b57953b40afb23cd462dda41731' , '/navigation/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/bfbab1674b4e4c1ea8fecf9e1c204e22' , '/detail/429ed5daf1af45b7a2e965ac7f34af24' , '/detail/707ba3aebe594a088336c14f922ad23f' , '/detail/420c3873775c46e7a98ab056321e6a91' , '/detail/67d497d3749a4041b2a4538410c001c0' , '/detail/f9dc162aa4fb45228abd83b88a609623' , '/detail/f75c810483364b588e6a8c694692e113' , '/detail/c9b9d27d0f8549c4af53f140db0caa3d' , '/detail/ebb547a12de34e15a17e78bcea1cf096' , '/detail/07d9b04730414f4cbd2678f7c233d003' , '/detail/872ed89e150f40c9ba8c90376412e172' , '/detail/e977f7820b97441abcfe8fab11eed316' , '/detail/019f1baef2dc439c94800f80dc993cb3' , '/detail/eeb163afe4e14577b255a759832208c5' , '/detail/95946155129944bfa0d9705c29117f82' , '/detail/b3a3e2df2a664896bc11f2831214441f' , '/detail/421a3fdfd0d5460ab528e3707ca11a78' , '/detail/7adff263991942e2bfbdb03eab3c84f6' , '/detail/9e81ce7f104642459841330a142790b8' , '/detail/a6dd34e9ce3e4019ac3a7c4a75ee8098' , '/detail/11735682c16940afa1fc1cf7fa42031b' , '/detail/c2773092517344fab4b3087c14448769' , '/detail/08be2003e1cf4cd8944f32e3cc851ed0' , '/detail/5ad0a75b35ea40b780720cf5b915396a' , '/detail/02049224c56347179fa4c013e2cfcd8f' , '/detail/1aee9e1061a447aca5e7d5bf626f7184' , '/detail/2c6f84a742eb4fcebcacff84f9a37f4d' , '/detail/a5565134734e44c38a5b87a1147da752' , '/detail/fcc702a4c921415ab52281e3a9d24da0' , '/detail/a182d7e966db4dffb57fb90d5b12dd8c' , '/detail/a339938ee1a14087b010804547e59490' , '/detail/7739abfc1cdb4cb4bbab8a6b647c3613' , '/detail/27055b15f2b44ebb8ac0cea6f4bf5e6e' , '/detail/ef703aaeb7d742ac8dd7660634531135' , '/detail/31a4298cf1494fdfa13891a60d7c4844' , '/detail/fdc5c63b921e4de49e79d66cba61a87f' , '/detail/aa3031f9fd724dbc9fed884ea62b3cdd' , '/detail/1a4c4ec05e1b4e199324351b25d3f374' , '/detail/53bc052c6bbf41848e2ac9285a02aa09' , '/detail/1ba80ee4d019453ba2aa88f20a2954b1' , '/detail/a3b25fd1f93d40fa962fd9d1b9d76c21' , '/detail/e0fef45ee5f14a2eb64edaf105285bbb' , '/detail/1112e49dd43141739d98ba6e739d0d68' , '/detail/ff869228fb8848a2b33f4cb8b07f2e87' , '/detail/f48839f4f45a4440921853a4f73020ba' , '/detail/efd41cd80324407fa1d76dcfe568d4ee' , '/detail/8bdda3a3e5cf4a79b865e33743f707f4' , '/detail/6ba8fb3fc1724476ae18010f1c64bd94' , '/detail/ba6462e1ce9d4920b1d4443bf5b4b453' , '/detail/aa50f442b42d4a1a89601286f992c66d' , '/detail/201ed12524604c6f89b0e5038a3db06a' , '/detail/b54a90632e0344a4afbc8c69eb57834b' , '/detail/3cd16d650ada405e8851aaa84c8038a3' , '/detail/d8c29aa25e6c4ab8a522bf7b9b0d98a0' , '/detail/32a8ef9fda4147a0821024430e58bb0a' , '/detail/247886d0b3b14a1bbc60287eae099276' , '/detail/b2d7fb30db00465b934aedc1ca6371ca' , '/detail/004b11b664424995968a6294d4ea4ae7' , '/detail/2e7b613304dd4c96824d1be6ffd83190' , '/detail/04675f9cbfc54e17b4b45d53e8228a12' , '/detail/99eb30031dc3465c8fe88a9c89476e57' , '/detail/7177816ffb2a425a91210165406eb73d' , '/detail/0198cc66b7cd73e89bfc31bff9c3e43c' , '/detail/beb7f827536d4c0c99a65b29cc633566' , '/detail/dc7a596505de4d38b5d0a3c8caa61b9d' , '/detail/a6091ba656cf4f73a7b1807ab047641b' , '/detail/e268901044d74f4997c8798505fdea63' , '/detail/d9d87897bd6c49b8838c356ea465b8cd' , '/detail/882a0d90845c46c9bb019659a615f235' , '/detail/cdb1af3e95d844e18d240ab84a3493ec' , '/detail/9af792248a814e3e8fd1c0ee213f1301' , '/detail/43f2a64568ea406b8fe4d6dc7a56bf4f' , '/detail/d2b02104494d431c8ed9265a1f9eb2bc' , '/detail/d96a6504ced547ceac391a2c17b3cf52' , '/detail/4aa04414fb744c1f8f0c45a82d30a5bf' , '/detail/986015fb8fb54e8086ec2f3d329ce332' , '/detail/eeb7d90a6f7742a0bae906c7c237c781' , '/detail/9548b4b3a0f44ca1acddbf2a52894a71' , '/detail/1dd6aeccb6214deab8fa2f619e5eebbb' , '/detail/aeb022537e90405ab675ecdb15f52117' , '/detail/91a66417d50d40efb13442458f32ee16' , '/detail/23e8271fae334ac0bb481fa2a0bad4d3' , '/detail/2a42a0f4a6a84e8b9b6a3e5f08c9cdf1' , '/detail/5aaffac6ae8e45688b078c9a8ca15c0d' , '/detail/e942d9014655479db3d9e635b59810f2' , '/detail/efb314ddb61f4dec851d6ff5fb59828e' , '/detail/bf0d5734973d47f3bb7c62e07bd40312' , '/detail/68de481656174c3192ae115d2059c286' , '/detail/ec9d1beed74a4e4b8609a7964777dfc0' , '/detail/891f9601ec2e42ceac06602fa9bd66c7' , '/detail/3ceb37a732424262915d394bded5a67b' , '/detail/94ada67db17c483d8fcc267725cd745f' , '/detail/b3d5cfdf93044f0f9da63e1bec0f498f' , '/detail/3479ab5415e941208db724336965903a' , '/detail/85c254f4350f401ba4756d754f46fd1f' , '/detail/51070503953f46338ae553aad8369b0f' , '/detail/73cc2bf819eb462c9e70abb20990bbda' , '/detail/a3c52de62b3b41b1819f8c35d9df9230' , '/detail/2ec241ad2879442c8adc75c286f0f9cb' , '/detail/9b4c7318e4a8486c98247e883aa9c1b1' , '/detail/1c2829042fc647f2bd5be0061c122647' , '/detail/78f5e0f7431f46aba083791cf7ade7e2' , '/detail/e4e45d774eaf4320a278ebfa73eee2ea' , '/detail/546f7991cb24470995915c6a6a01ee9d' , '/detail/17c8ad20f8e743c5b4111f96115c9636' , '/detail/686baa2f4b7c4c0594f09982479cb461' , '/detail/81a0bc8074b04875b081e7e0668909ee' , '/detail/7e09386bd7c14f608ce931e45434ba78' , '/detail/d4888d31323d443fbf35aba5992693dd' , '/detail/7c86c5d847f44081a2c7f8bb5ead22bc' , '/detail/147c921683254c869d791b762f581652' , '/detail/8b4cce12baaf42c2a60b5ec61ace6377' , '/detail/5a5de028ea0447c9a01cb7b886217e11' , '/detail/c320ead153a245a7b4e0ea7a021d40a6' , '/detail/b76cf509d64c4127ac6069b21f383205' , '/detail/3971f7df1fb94315959c080e41ec728f' , '/detail/2d8fb38a591e4e009807285f5ef13e25' , '/detail/4c5b0074bf0a482bbc460d67771e3a0d' , '/detail/d161f82edac0405fa89fbed9b91cdaee' , '/detail/a4e7e53ad0d74a4e8718f97878137202' , '/detail/87085f7f038e409c9ca71cb6709476a5' , '/detail/00046ae9ff6845bb9f8f777f05aabb42' , '/detail/5b6f58bb3a6d404ea6dd97ada0b329ee' , '/detail/5c03eb1dc4c44395918697871b76824e' , '/detail/31b25df3e2c44089a8d2e9dbb0360fdc' , '/detail/79fad4f30b6f42fc840cf0b0f8222e2e' , '/detail/e026d0f08c064093878fcf9d91bf61e9' , '/detail/481078a8a1154b838281d129f2c084cb' , '/detail/0a38581650a342bb97478e5552350b97' , '/detail/2bd9675941344b9ea596d22badfc298e' , '/detail/474407c721b141f293e170c86adf875d' , '/detail/3209fad6bcc24919a1fd8ccb513d354d' , '/detail/f63a700199364809b03ab723e56c2b9a' , '/detail/1993871d880f474e879bc108a197d98d' , '/detail/5f6d55149da14310bd6a08c07d0aad98' , '/detail/c1a6825d67f54f7c88c73ddb3ce1303c' , '/detail/5fa9a2d42f1f4989b9e5d34f466f8d23' , '/detail/34f83cb8388b4b1b834f9a099926cd35' , '/detail/2742b8478b8140789d40ab68d37e689b' , '/detail/80f726953def42caab298d541ba142e4' , '/detail/2430641ea69e478cac492c148770266c' , '/detail/ea1652ed0e15455b8ae363c29f52c279' , '/detail/a6a99f9475354a60892d173b04034d30' , '/detail/ef99ae67a8f34e458157bfa21da2e93d' , '/detail/3d2ceccfb8e840378a25d7fac6ee2fc3' , '/detail/3bd15e46f3234161a3a86ac171766c25' , '/detail/c863e0641c3b4e8daaf7dacc6385c1ac' , '/detail/986b22337f9d49589976a6c1e914e9d3' , '/detail/2df2a8bacbe24e83b3e1ceecfa8cf947' , '/detail/e98968347ca248549a36038041a70d46' , '/detail/ced7581f97e34dc28784be92a4e9c818' , '/detail/b9ddb8d7041147e6bb641cfcdb4a7748' , '/detail/6279e85c754a43909de87f0d3b858351' , '/detail/eb4a2c8cb41b42d1947b8bc76ef16b41' , '/detail/354dedc90e1846c0a478ee2e699cf29c' , '/detail/2cd2e2baa8884a509e9c6fa5a21ab42e' , '/detail/239b24564c8f48f3bb7fcec7e82ca121' , '/detail/233b79bd9dca46a18cc777bc617ec1e8' , '/detail/f57c3e1bc4b94ffab77741e08a66a7c6' , '/detail/6d0a66754c094eefa18198ea2d20197b' , '/detail/acc864c0bf86429fb59bda972c31599b' , '/detail/92d177d912c442a1b438bfaf967c26a4' , '/detail/36219faef1ef45b6b2e3ba126affb7d2' , '/detail/0198cc7f3e447214a848528de060a0ed' , '/detail/8b2d191adbc8495aac0a0fda910336a1' , '/detail/d53ed79b907d493b9bcdacc24c071d00' , '/detail/30079de435164200863de00bea8d10fc' , '/detail/9ab123abd0884fcb98cde675801d9a06' , '/detail/7c6dd584fdc7454abeb6c9355f995fa7' , '/detail/73cc29371aa84e8b999a699a7c091d91' , '/detail/20d0bcf8df1a4e4f9c61e85c76c9002e' , '/detail/1f6f0579f1914580befc15630effb9d2' , '/detail/2094054b3cf1430385b3b74c04abe2d8' , '/detail/c78635fe661641f1a2d44ebcad1fae41' , '/detail/a34d0614c2e1433585e1fc3c077dca45' , '/detail/9926731f6f8e4d65b1f505aab3e402cf' , '/detail/e7ae424718304c01861a6239553e82e9' , '/detail/aa2d24bd2c9749fbb6aa8e866000d198' , '/detail/c09ce18224c649248a8b0cb0682b1899' , '/detail/bd9b273f45ac40478a3165d9f8580223' , '/detail/97d90c55e1f4421fb536210f0f36d324' , '/detail/a3296d93ef1a4cc787da180ae9844796' , '/detail/ab8775d01f5949539dea74ca9a4a3e9a' , '/detail/f2b436f79f9844d3a78c6ebdea8541a4' , '/detail/77c7b28c53b843138b9e503fc3cbaaa4' , '/detail/32c9e8a1d12045d8be6417b93cee21e4' , '/detail/96ceaf9c355a4fd084a3c7b5bf48a914' , '/detail/48c142cb6fd34917b642bff0c9fce472' , '/detail/1680f2f3c0ec4ff8aabcbd889f19026e' , '/detail/3518acda3dae44029080d27230974076' , '/detail/d588741b684a4310b31da17036b4104b' , '/detail/118d0c0acc704182ad53787ab7a1f2aa' , '/detail/1fa22add115b4fca9b0a07c534cbc500' , '/detail/34a4d135d41243d5b3a6e234093fc8c2' , '/detail/37f8b5b249c0499698d6a78f81d17e47' , '/detail/d3c9cb38a11f42bea374e7a685bfd828' , '/detail/08fe3fb5188b4a49bb9ff8250e4c83c1' , '/detail/69d5ce94af8646dd9c2628c188c86561' , '/detail/c472e4f0aec545c99f46047687a3b8e7' , '/detail/6a54fe0927c2473f828a874c6a2af611' , '/detail/c7e485c9f4c948baa4791d7f81846c11' , '/detail/c36e1b4c6ada49a5bfc72686f869e02e' , '/detail/6eed07a4bff4453b8f4bc0fdb98df67b' , '/detail/3e94ba78383649daa2f19fee93c92f56' , '/detail/887fab7884184b97b32f3b5bfb02ae32' , '/detail/1c00c7f7b77a4d26bb3fe147dde84cb2' , '/detail/b45b724d1237416dbc2c9c3df28f380f' , '/detail/dc7487729044444198eaad719a5caca7' , '/detail/4a004a8a54a544989c22d8d3eeef6587' , '/detail/a86377f471204da0b765fdc0a6323d51' , '/detail/a368fd3743b345e69fb9210869f97fe1' , '/detail/3a7b2e70a0f64df6a3ce19bed344aa65' , '/detail/dd4c026b9d054691bdd6ab09f04cc83c' , '/detail/761819060e624cd68899c44adb4ebaa8' , '/detail/20c641cb1cea431bbe6b68c2e5545a1d' , '/detail/b315b8fec0a54b11abb7b4b44567a873' , '/detail/56da301fe32f4ac5bcb9e5b5d708fb34' , '/detail/cf62eeaf87ea44648d024d5e6d0f0a3e' , '/detail/6b0860cd7ccf44e1a82886ec95d194db' , '/detail/da714ebb8cb54bf79277a88ef1cfaf9e' , '/detail/4977677409f5431ab144d177646d75e8' , '/detail/a70c2b789eac46de93d3386f09c9a1df' , '/detail/a9c379431f9941c2b6a895746afe780c' , '/detail/26e8fdb6888c42fb89fa1c7e68709402' , '/detail/c358e3ad1f374179aafceee631652193' , '/detail/ae40db904bf9425b9fdffcbf89c4f617' , '/detail/a0132f14f2614bbea22020d36c8f1289' , '/detail/9895c2d08d944c82bafe7098ce209427' , '/detail/04488bcf0ee84f5b84633a1af9458006' , '/detail/45713bff7b5b4538a2195df3924b55b8' , '/detail/31735ee394174546b9a835372afa3ed9' , '/detail/e5e15c4665104bf5b544649b13a5bf22' , '/detail/0a5564654f004658b3b6b0abd98abcc0' , '/detail/f2384f2a3e4e45bba48b1e139ee0d0b4' , '/detail/a81134c44a504d4f90822c0efecad5f2' , '/detail/ca36542c88144a32bcf8123977becd7f' , '/detail/1a4d42041c444323aa4f77f41576c402' , '/detail/d123f99db9af4e07936a0b83cf30d5d7' , '/detail/adf28c1b866641ca80805eda0f657e47' , '/detail/cfa428b6b0014b83a4865fab29b579de' , '/detail/9e43a614f83540769b8d47b80b0090e8' , '/detail/abbd0cd0a6984868b486ea1c8ba1ca42' , '/detail/7e29158e58cb430bab0a092d50f183b9' , '/detail/73d10eecad344599999fe4d9c0ea1fc0' , '/detail/0e56c79bb26b423dac3b0733a0d12505' , '/detail/1b4131453c034d7e9ac2b91672fd353e' , '/detail/084d8960a47c43df8721e404766bca3f' , '/detail/5702fbf152ea4cfe98668d8bc9a52079' , '/detail/00d4d0b014fb40ad860b02ae1083755e' , '/detail/ec303c85d69743938f334c6a75e1a814' , '/detail/82d04825f1504bcea5e589bd51a42dfc' , '/detail/a564df702edc437f8b2e30452c1bd0fc' , '/detail/0a02e5fe097d43ec8736119f01b68776' , '/detail/c18f79f769c146d5bc1822f1c8a2a998' , '/detail/a4566694f5354a1c993527ed1ef82a0e' , '/detail/9b3d94ca7ca0431dafc9050ef3f9be06' , '/detail/2dcfdf6c5c7c4f7dbacdc994f955863b' , '/detail/26cfbc7a02ba47849a00e627e760ab87' , '/detail/550c64cadae74c1598b8eef6429bef2d' , '/detail/439b6ac8203f4924a303e0073aab0cb4' , '/detail/ed08ca2ffa764f00b45275d2d78ba76a' , '/detail/c8f99f4ade9e43c98a254e862bc11170' , '/detail/5c7def33e13f4ca1ad48e9654b86f947' , '/detail/614cfaf0df21415d853584d1b1f7b19b' , '/detail/310ae53291ce478fa5a4ac21c5e9f4f4' , '/detail/5a6e2bdadc1f4f2585af1566eb9dc4c8' , '/detail/ff18d58435fc45fd9941464d2ca2f51a' , '/detail/a821025b13f0464c84e855512a64902e' , '/detail/52406e4eaf014ab09b1f417e25f5b7e1' , '/detail/d722d8c2cc224a3894453ea0e6edd748' , '/detail/f645a23dbbb94be8b23b923c76e3c7d0' , '/detail/7facf52f30d24081b647dcb72abd2e0d' , '/detail/91c047d4ae304b3ba0514155f2e018b1' , '/detail/e8c96e16efdc411fbe422ca21950a2fb' , '/detail/b8cf062e55724306af686d95c3bb393d' , '/detail/985ee16c563248efbb7ec41c55498b8e' , '/detail/d4f485de02c84d52bcfab3fc94b7d853' , '/detail/5d81b0b6260c4c57b10bf3066285dca2' , '/detail/f7bf4a4b2d914ec68e695eff55412178' , '/detail/064251f497fc464f86efad5fb2edc697' , '/detail/a96845a093a3440788be7b3ac34feb5f' , '/detail/a99384528610462c9810689aac1f2463' , '/detail/e69d82f05cd3490489a4fa8b6ab69dd3' , '/detail/83ab4b4c265445cdb204d27e9ccc7a1b' , '/detail/cbcd83969a784f79a80cf7c950700d16' , '/detail/0198cc660fca731da76b5b9ac77fcafb' , '/detail/01bdd843b2e341fba7621f41d7710e98' , '/detail/d7bee9bf0a40497a804fa0385b536cdb' , '/detail/7bfbaeb96d614c138d291e340c789099' , '/detail/d744bf7892ae4da48aba62c8bbf2d386' , '/detail/a0645420aff348b8aa8c74f10917b1b5' , '/detail/c5897ae8176144d592821b956072cee1' , '/detail/3287e5e8061341379dddba51294cf222' , '/detail/7190a7a5a60f4f4bb59cdf6e217a05bb' , '/detail/40caebdc12904053a893bb6d0ce6c586' , '/detail/3391f0e480214f8399dd6902ab553a5f' , '/detail/e71bc9b393fe4133bf1fb32b20fc1f32' , '/detail/55b40836d5d44765b09fd42b6148fafe' , '/detail/a0ba480c6574462fb41de76eece5a313' , '/detail/1f43b9ee400f41a1bd2d7f3ef5787255' , '/detail/e400e19043de416ca4ddc4c778e55485' , '/detail/30e5fa2a25f047dd8f66b774e209b879' , '/detail/2a94511bc4954f2cb2026be324ce02e5' , '/detail/70cf20607ceb4142958787ddb7a0f3ec' , '/detail/58a73a1465684b519de7df61b3180a28' , '/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f' , '/detail/618117809a6e413f8c3c1fb0c5afdc36' , '/detail/f0c0473cc93f4087a8f6c43ad80a060e' , '/detail/2627e9e8f6e2495ca9611aabcf11c9c2' , '/detail/6cac5c8418864d1e83240af4a4918714' , '/detail/583bce19edbe4217944e7d6dc19d2f75' , '/detail/63ef36c39a4c40719a045ab0b55ad36c' , '/detail/e99f3c4ba046461383a9bc673d0b87af' , '/detail/9e0a24038d8d4b1380918e3440eb6b7d' , '/detail/57cbd7e0aebe42e8b705edc0bc913ca4' , '/detail/78842c1f55f842a3b0fca229c9bc9ab1' , '/detail/ed8c3d55396b4054bac6e525551a4b72' , '/detail/88d90d9342fe4af58dcf5e3f548660f3' , '/detail/b4654e8b79d0497eb735b1d3ab6c1a47' , '/detail/4a12ef461ca2499eb0c4cc7b762c972c' , '/detail/cc362ad47b624f4187833295ed72f051' , '/detail/5f7dd71082de4ff1825a3e4fc530b61b' , '/detail/054825ab00664ee780d762bc63a565f6' , '/detail/c31991fb42a9432caac16acfb960e7c8' , '/detail/af2d7e408fe24e3cadadbcbe89317fc6' , '/detail/fd12380c45a64f7ab34881b8a9369509' , '/detail/4a7baac4265b456a9bddf3da591ec5ce' , '/detail/8cbcc1051adb4a9e960afdb22abc80c2' , '/detail/9eeff8e2c50f4138b90341e585968a96' , '/detail/1fb7f084a0114a17942a44d159e7ab0e' , '/detail/1f85ab92ec3e45af9583b335e22df901' , '/detail/7134359e2776410e9843051cc710945b' , '/detail/e5d9910ebdbf445e82fbc040651dcb69' , '/detail/d133c375efa24c05a901f1d76f689268' , '/detail/a8fc77de512740d1a0968aa9d34e912a' , '/detail/6c7d9532c9a84299b0d35b0a3685dab8' , '/detail/15746b398e0b4224b357cf603b6fbafa' , '/detail/ab789ce2066e472ab512c5b572559fa2' , '/detail/22e6da6830954081b29c53017bc8ffa5' , '/detail/ea78684bc1224f908323395807c922ba' , '/detail/42b8908606704f56ad2b257e6ce363a8' , '/detail/bb8d0d8607fb48c593ff210266c195b3' , '/detail/9bf28ecb49cd482bba0df9be9b8dc7a1' , '/detail/cf45eb60253946d4b586c2b976ad588c' , '/detail/ea0ba39c56a148c29da3e53c759775f8' , '/detail/f7936b663c634f0faee164facd280b53' , '/detail/2cab3498a8ae4840bb83e2afd6393700' , '/detail/399f373f45154b26a3a79e9b077ac1b3' , '/detail/5b26e3983f2f49f7a5813fe76837f73f' , '/detail/0eb83d6a863f45328ea1017edc68d681' , '/detail/ccc56164398c4d1e9554fa01eba424a7' , '/detail/b03ec85386b940d486c94dfb207af064' , '/detail/3f1e838362194ca396ef76da76b344ce' , '/detail/acda8c43b3964566a16f8abc69a1a09c' , '/detail/17e2adb56020463986ba58cc358445f9' , '/detail/53be4be5cc7f400db61b4728e941d634' , '/detail/f874744cc0c448b5a69e69dd90e4335c' , '/detail/b18dffa8f25443258fae7f47a5d9fbcb' , '/detail/d0f21c480de5485f933652b86d84a436' , '/detail/dc52a263e5dd40f4b1af91362fc32194' , '/detail/e64917d2def640f099dff3e1724557f9' , '/detail/7185f8ed29774d7aa35a810fc49240dd' , '/detail/96703184e4a94deaa6639ad3b41d6eb9' , '/detail/6f35a88083bc4b9c81471d8f6f79e181' , '/detail/adf5da86ceae498bb8ae183ac723af7b' , '/detail/8df6d9d84f7247098541724812d4a756' , '/detail/0f655a75b1374b92af4c6abcb78cf8e0' , '/detail/998bb8a81e1b4fbc810c7fa5cd42b761' , '/detail/6bfc1158030244d69dbe85610cf72b40' , '/detail/c5a349714c8f4bad98bb230a05d2b383' , '/detail/9e19a59ae8dd4e4bb2d5045839b832c6' , '/detail/f80caf2ed9d14213a4923ac54b56dd7d' , '/detail/cfdbd6959db6473fa49cebb157ad7986' , '/detail/e891fa63eb724209a3d4da790a904b4d' , '/detail/60cba981cea144c2bedfb3040c1ac083' , '/detail/7306c4d5a2d346b5bb339fcdfe28cc1b' , '/detail/a50157e076d94b1ab4a1744ce270e8d0' , '/detail/2ab97282023a4482adf03887da54c977' , '/detail/e9bca89ebb9547358779fbd8e7653fcc' , '/detail/2a9f4468cace405d8e32a3664655ff7f' , '/detail/0198cc6678e47330b69d6135908d97f3' , '/detail/31daf3abd5cb4944b9f423388b91bcf4' , '/detail/c782cb835f3143888d572022a4a15aa5' , '/detail/aaa3896325a74534996279f0cf3e4eff' , '/detail/19f96c2213514176baf34860c6766605' , '/detail/d28d3a6445a94eac9bfd4357c19968f4' , '/detail/4984babfcf7248d2bd5c79618e10df03' , '/detail/ca1758689aae4671a78632e18de7e623' , '/detail/404ae31328954e1ea8c92b9ba4e187ca' , '/detail/3ba24e5c352a47adbb7b44a5a0fb9713' , '/detail/87f4bf8bb777438d92b9edf11e4808cf' , '/detail/23da38f1b1d94b099b7d1026640f385d' , '/detail/45edac81cdbb4b5d91739487dc5e2bda' , '/detail/43434896bc344dd781efc6b90ce219b0' , '/detail/c610e49753784dd3853cc283860ca866' , '/detail/1c33bc61a6624ee9842d32f20470b202' , '/detail/cd12f3f42add41d3b23985fa87f5630d' , '/detail/7675bac984a140cd8e30ccee625890b9' , '/detail/dda111616e3d41ed80e67b05d1b1a04c' , '/detail/2b41f1c90c7846c29a25acaa295aec5f' , '/detail/f1a768c6b0f849519c1f536a7fe37884' , '/detail/896e272e84d64ae082d4fea02e1565ed' , '/detail/b532fc05a60b4cbeaf3a21726609014b' , '/detail/403cabd37acf470d83fdf788492fb50e' , '/detail/4d2beb7206cd4b279e8e71609cfc8c4e' , '/detail/374ba3b5d7ed40bf89e11eda496fb7c6' , '/detail/5deda1211a3c42cf9a453aecf6ebf3e3' , '/detail/5c877c91644846499312721b3d736c7a' , '/detail/9fe900304b3c400096432ee937bc1641' , '/detail/1a1d1f47d14a4ca7b9c26ad89860c691' , '/detail/9679137632584753863dc17b19a2fc85' , '/detail/b5fad744249a4b6c964c1a057f99481c' , '/detail/e48f7e2131504eb1aa4b8e4c7653f720' , '/detail/054f372be2194584a2fabb89d2ca483e' , '/detail/a14d45acfc374d0399632f200ed0d82f' , '/detail/6de5074e7fd7463a80792f7fd0ae08a1' , '/detail/a8ab86750d2a4739ad7688ddfbd6ef33' , '/detail/a7536b95b579401eaf028dc3da9197f0' , '/detail/6810bbe463ea43ab8eaf0a0b5168791d' , '/detail/2cf264bd00e44fa29e37dfd4a2c981a7' , '/detail/31205e1f673045538be582c9fc8c22db' , '/detail/23a6c4d09e944347bd8365876d209e9c' , '/detail/841e29e223b842f29e320e5c5f2e51dc' , '/detail/4f35b840a0bb4dd5bbaecc57249ac535' , '/detail/caed7e650a0c4ea597085f5148c59aab' , '/detail/590789e000fa4a49ae4b28ced70716d4' , '/detail/a812fe02a0944d2fb679d70fae070147' , '/detail/85c372fd4e0349628becd740d62142b1' , '/detail/4f0a031293ac4fdcb6e1b244d112eabb' , '/detail/d548483f01734fa9906094b9c944076c' , '/detail/80b654b1936c4848bd32c15dd652ccc4' , '/detail/1e700370730e48e6b32ccc72d3363c7c' , '/detail/a48bf32d3b29479db8f8984a1ab3903a' , '/detail/6972481a7e734c349ddf8be2bcc2edc1' , '/detail/d6c2ed6e82254fc9a502a5f5e1d26356' , '/detail/1f535f48e4ec47cfb5c04653c5b00b4d' , '/detail/bc54d495f82141698103436b43896042' , '/detail/8f71bf4f636149a7bc6e1b3079f45821' , '/detail/c640a703821c494ba8bc9862915ad827' , '/detail/a7dc85b0fb5547969949dfd4a247af1c' , '/detail/47671fcc33714bb3847a0406f90a0589' , '/detail/283dab9673e74a2bb4fcf96e6752a5ed' , '/detail/a45b956198b84f1fb6ff13ec45245acc' , '/detail/4040f5071b454dbaae3b4bcd172bb0d2' , '/detail/3f4015e99bcb4fc6b66850e532d3ea61' , '/detail/c0ce13b4cc094ebeaeae8b84145b1a2e' , '/detail/97a8d0d52114451ebd70f2e5b619ce79' , '/detail/7abd39251b884db38d6570f67f42edbd' , '/detail/302c26630ee74ff28738a844ed269886' , '/detail/a4a8c86177954121a5c1d21756b47a2b' , '/detail/9715565824e8455aad45447d487d480d' , '/detail/3d0e2cf2730d4fe5b63ff578b53c6a97' , '/detail/1d8cb0a656654bc580c454f327e7cf44' , '/detail/3a463f4654d445b4ac9c276c9a1767c0' , '/detail/5c8ccc79abf34acbba63eee33f345362' , '/detail/ec1436da1e4c4f03bb092b218ca78cb2' , '/detail/6dec6491db8e432d8977216c47718247' , '/detail/8771913a495642158e822e0e07bda289' , '/detail/fdcd2583118541fc9130cdd0e73cda04' , '/detail/24f67a89810b4dbe85fd85c0457dadf0' , '/detail/eb7f563a51e646888ac82d0bd90e53b8' , '/detail/9d72bffc5dca40ad99fda7aef80ed584' , '/detail/627fadba6cf04a98965218d2aaccbc10' , '/detail/61263d05188c4f14995a4c68a8ebd27f' , '/detail/faa8b8e56d61438caee2d21f8ada602d' , '/detail/2992f1fe91f14e30a8709f035c50b75b' , '/detail/9b13eebac1a44d73af33013ce07dd927' , '/detail/607909eee162408fa1a59a6a7d84707c' , '/detail/b7bddbbe01c144fda09070a159706dd4' , '/detail/2070c1c33600459db6737c6f3f590c27' , '/detail/d5e30a9deeeb41468b2430dd34b03335' , '/detail/cfc910b80b5245ab84ba0ced40038bdb' , '/detail/e036de634b8142f9bb7fcfe2b95d2b61' , '/detail/3a7cc27d22c44e6cb23f688001d83f9d' , '/detail/799e29169fe34e0da8cd9d76df9a6365' , '/detail/c6f681e0ea1d4c69844072a65d07bf8f' , '/detail/b1e9790332e54d3488a06ab013689bb3' , '/detail/3b4371c3df074e8d906459ab46dfc83d' , '/detail/696571e2efef43a1bf0e6634566035f3' , '/detail/27bd677cef054f8ca29691c8ec5ae631' , '/detail/ee3f523172b948e3a38a76932aafa9a7' , '/detail/ae777a0418834992a68bc3e2d6f4f23c' , '/detail/dc25a659b6f64ee9a0d9dc0a908ce5b2' , '/detail/a2eddff556844746af79047d752650ab' , '/detail/8bd442081b6446ad9740039ece37a609' , '/detail/40e55bef76824d078e1633ec6a5aaa76' , '/detail/df9c5d3284204b7bac1a90de8eda2c1a' , '/detail/0198cc7e1711729489f6e81bd2aa77f1' , '/detail/0198cc664a4b72af9022a286965df029' , '/detail/535b429b95344043b0147338f7a02d6b' , '/detail/24cbbb46cdf84dc291fe9de5a1cee1f5' , '/detail/fe59b7bdda6d4ccca68b442619bce23a' , '/detail/5b652b4923194937a09e18befa870b52' , '/detail/44d6900f77d6428096f0d44c38802caf' , '/detail/fb3bb423697249ce8528963a64b7204c' , '/detail/5a0696ffda1b4b3babe895523e71bf57' , '/detail/353a7cae13194ecdba3accbc23c2dd47' , '/detail/dc47f82fc04342feb26fc8be03d02e48' , '/detail/6b3a07236b9e4abb97560c060a10d671' , '/detail/e8384c1971ca4d4b8787088afbdcd578' , '/detail/bd7a78bc52d347328de55d912501b2b5' , '/detail/7a7eb1d6d2a14a5bb541fc32b561be32' , '/detail/ebc2c9c1cd36485e931b74457ff137b7' , '/detail/058907348d8d410ebd3e4bb59fcf9b79' , '/detail/0198cc66985e7384a9e6b74cf8ee2dc5' , '/detail/a31fa1b5f15e4c339a653fa40e7d1b90' , '/detail/f9e62c3ee7be49648c08702f12055d67' , '/detail/905eb35c7e7f4a26b89c6f3a8afa2771' , '/detail/b1392737db6e444d8cc9dcedeaf683ac' , '/detail/6eb4eb75eb0446d09d8b22cade0ababf' , '/detail/6f8394b87a1d447ca2d59221198c6689' , '/detail/2981d274af1a499b9a3d61acd3c4dffb' , '/detail/d8ce812c667f4c14881887cabb9e727d' , '/detail/9697343857c24ddd8250e9515ce7ff21' , '/detail/f09a95b636114509bff44e2c53d6e0ca' , '/detail/7aec0cf38d9445608fde7d49d627919a' , '/detail/4e0d39b2433b499f9b6f8bd3c7d98d19' , '/detail/e2dd0855a86a4c399e1d62fd25c35d2f' , '/detail/ef539485cc4c45269c7cc2658dd5bea7' , '/detail/1aea228ca06a48efbff72852aa31d468' , '/detail/73f4dfac653d4f52aa5423dc6f2607de' , '/detail/d8a8542b78f6473a99f468fe2b2aec50' , '/detail/6dae503f926b45e4852b934306d8c1e7' , '/detail/d7cb1d58d4ce4f699caef498931672da' , '/detail/e863de4441514e82ba6de7d252dd9335' , '/detail/944f0fab45f64a6894bcef7c9f2446e4' , '/detail/1879060a324549198b73970ce12ab792' , '/detail/9d50bb6c044f4682bdce826e0dd8826f' , '/detail/95c56b0280ff4398a69aecbc4b4a1bba' , '/detail/a054ce261d744bcda5c30495fe53f325' , '/detail/27f0c28d790c4a3f8d901fd988059fc8' , '/detail/7d30c3b042dd4a53bf0dcd11b6d81ead' , '/detail/30176c652f9b4833804be55d2e5c491f' , '/detail/e3247f80a7bf43ebac80f5d159ac0589' , '/detail/85fad572583746e3b8862d53244884f6' , '/detail/a2b358b0330a4019b3de9b2e38d11753' , '/detail/d5be41a8f5a34787a1467a70ddfb7ec9' , '/detail/802ee6ce0a5b42cebb9c073c410a080c' , '/detail/a30ab8a9979644639a6c8fa69703b204' , '/detail/ed7a9a663e0d40219234e240ab47a393' , '/detail/2a9ae55f011545abb59fa1126a76b0fc' , '/detail/8337d35896cb43969814dc8f553a6c8d' , '/detail/13a7bfcb6f394b52999c33ff1f1a01d1' , '/detail/e8b6fcaf96d144df92383631d23edbbb' , '/detail/c81e18bb8dca486e9dcd2c30a35bab3c' , '/detail/073c8acba3ad4178846c925e7b64396f' , '/detail/bd2f3bd185b44bd89a304655797f6f82' , '/detail/f103d729273645b0b27bb48cd04b290e' , '/detail/bfa0f5c7990d47d68fe7896930e02e58' , '/detail/262d10aa4c5f4d2eb8082ea3371b0108' , '/detail/80b0b34ba3ad473193b2f9fc45e218f7' , '/detail/4afedfff42ec404f942d99b202fe2570' , '/detail/076c79d527be40a9bccfef2e0f3bd78f' , '/detail/ccce86f4b9cf4642aa9bd0e679c4046a' , '/detail/0751e34c31cb441494ca9b76e9c11e4a' , '/detail/879e2c487214457cb3cc606eda47f549' , '/detail/ee5de617198a4b4392daec9ca66e82de' , '/detail/9e935f48df944332ad696931ba2cfde4' , '/detail/2e61c95553e9459b9c48bbb389d1690d' , '/detail/be8ab8aefa944f648610a373c7d9c612' , '/detail/42c5fc8a3c1b4b4ab2d307e72214a678' , '/detail/a4fee06c341740288182d2d765fa10ff' , '/detail/4c9461aa9f2347cb91dbbf636b319c3f' , '/detail/cafe3cf58d354cd2bae220e75fc4f7dc' , '/detail/fa06d411caf649a8a0869210d28b8182' , '/detail/0479080e315e4d1caf8e7132acfb851b' , '/detail/ae4a278b077744b7a11825bd1a3b3f39' , '/detail/e5a73622acfe410180fa08abd5475fa5' , '/detail/6b7ae37bb6924e0aba23fc8f474bf0d7' , '/detail/28bdbb2a334c4efb833d50c9f47bbd42' , '/detail/8d1e147f008d40f5ba902c23610374fc' , '/detail/4f2d1cf6b75d4f2d9a7c474dddf6336c' , '/detail/c181bc04ef9a45e88c31bb31addb9391' , '/detail/ba76cb71d106411aa7ed00f13045a32a' , '/detail/336a16d53af040e6959716646f66cdb5' , '/detail/120f6a3158aa4e53a4594d9b2f0dd0fd' , '/detail/5bc9c81feff54e9c84b24012e453a899' , '/detail/e86c43c1161a436bb282a062ddb31f4a' , '/detail/265fecf4922749e4a259df6955c8f308' , '/detail/2abc85f70b404834a8ba45e9cafc822f' , '/detail/9d0f05b986ba4f3aa979c5da6488a97d' , '/detail/7e06e736599b41499239fed0d71cf216' , '/detail/2777329a51494c43928445847ca12e92' , '/detail/1f15d3c9e2824c22a5e4972853804cca' , '/detail/85766817d6d343aba28635ba7771ee6d' , '/detail/b29f9da935fa4699ad3fef9ce2786ea0' , '/detail/e217d5ef6e0845b7a2166682013b03df' , '/detail/4089bf93662240bf9b3ec0c23a8bc535' , '/detail/cef00d84d4064a5498678c85bbf6c70d' , '/detail/79c80aa561d04234ae88637fe16ccf39' , '/detail/e0e3a72766594ca6a97740e665f961d6' , '/detail/022141027c3f490ea15bd1bdd64d9d09' , '/detail/f1e47e9aafbd4e4fae138a9c381cccdd' , '/detail/a6c902e312a54d22aaf180dc4f381cf6' , '/detail/8102bfeff8054079a21d170295328a32' , '/detail/193d4a78cabd4fd2b7d8cee1dc004a67' , '/detail/334279c235544a1abd52d1c4f4e65e4a' , '/detail/24f08bc1faad45cab5496ef69e747b42' , '/detail/21969494721f4a7891ff0ba84d87141e' , '/detail/d087ee161b9940988f81005687b53198' , '/detail/82b42d5240384a9d846f4bfd26c51b65' , '/detail/d444afa107264e84a72c3acff798882f' , '/detail/b4200c48bf264135af6548adcd0494d2' , '/detail/ad99762df9084e81b18e9ed398810fc2' , '/detail/0e8783dfdaae4f498eb9497db6c59dbf' , '/detail/75a466ba285441c8a75cb2fb64b75fe9' , '/detail/094a07544704420c81960dd14dc9bc3d' , '/detail/89c6c77fb98b4ac6919b9de70a9b924c' , '/detail/462f242b433c41e8869aec94bcc1f973' , '/detail/a406fb1bd8ef4e0c80d860106d280579' , '/detail/269f168510b64c60961201460ad0aacd' , '/detail/5c561a6ba57d4ee7804a3d3dd1b96a1b' , '/detail/e0971f6503da4ecab944e2e8f4ac211f' , '/detail/684f7a1f180b45c99c5ede49ba720339' , '/detail/f5387f1822944a38954388f7aece2955' , '/detail/459fb0289ae34aeab44a1f62570819e6' , '/detail/6158fd5d218645aabb65718e9db1ad25' , '/detail/7803247cf72044d9a32db52a136e1dcf' , '/detail/146d869cc910426bbbd41ecc5185ab59' , '/detail/d01b58810dc14974a4b3b541f2176a7f' , '/detail/f6a6c765198f430da8d08a02f33ce6ff' , '/detail/6c28f4d3dace47ffac9b3028a7079335' , '/detail/5c14bd4352f84255ae542eba0acc0e5d' , '/detail/764d49f8e36c481ebf908d3a59d16427' , '/detail/fb79c630d334430ca3e658d584b51bd1' , '/detail/0dd04b698828488bad12a9deaf7c5fe5' , '/detail/46815593d7cb4e058be8c35b4775f8af' , '/detail/33fcf0909c7f498ba1cd4fec3c93755c' , '/detail/9355f61cd2c348d4839dd4fb4a56ed9d' , '/detail/f4c112a32b344491b74f59d7a1223e89' , '/detail/c8ae7f0369464bab97e8cb6998da5a37' , '/detail/69e92375bb6648e7835771fe8c6c9e9e' , '/detail/494ed93568fd42dc86a8e0340f0dc570' , '/detail/8ea5c319badb40bfb1e0f2abe8e1420f' , '/detail/5be22bf8c34240fda91212d746299fc0' , '/detail/53c501e2cf41496fa9a42eea47c355af' , '/detail/9387acb13a7642208f7f6ad8f453e41a' , '/detail/592c8c118fd34494b2f8a1e7017c4208' , '/detail/b96f2e122d4b499fb4fd057b03a964ba' , '/detail/8d4f652702be40be8d5fd550188d0f45' , '/detail/2182950a7c184cca87c5c95a5792ffe1' , '/detail/a7b130d85e434bd1a10003d71bddb203' , '/detail/25bab9a3bceb40e389ce213312c5c571' , '/detail/84bb8c3297e044c1a7979cec2fb6b7fb' , '/detail/dd217d2ec983400bb9cfc4dcfb558bbe' , '/detail/0b051d02018a44f7ad8ed080e0985401' , '/detail/80300e7918a0472189f0600f2ccae169' , '/detail/645ada022b194f3e98a4fb31e35fc4aa' , '/detail/e0d35da9fc7047d99d1bbbfe73d4d8e3' , '/detail/699d5c13465942b9a9e9369633cfac97' , '/detail/006b0fac78a441d4a2122e88262dc3a4' , '/detail/75faad870595455484eface7f7957084' , '/detail/bc5e02f259b548e585de758155c448d1' , '/detail/767b10465edf4b1f8be0bb79ab01e2ea' , '/detail/0198cc7c80e6738dab2e1a58ff4adb38' , '/detail/27aa62943cf048e09bd8093368af4db8' , '/detail/49c262940e634627a83a2d8900cbcb32' , '/detail/c86e86cc17be45ceacac8dbeb716affd' , '/detail/b8d46f425dda480a94a63288eaf9a67d' , '/detail/0725bbcdc18043be841f654dfcdca1e5' , '/detail/2028a3a796ba4650a90862c4055cc2b8' , '/detail/ae1b6e1101974395851f687b7b654931' , '/detail/0ed3f56f152d45658b1109b1a9feac68' , '/detail/b525f8818bb94975bd6d612c4b661597' , '/detail/b1adedd24a1240fc89c0e548cd042c9f' , '/detail/917c0dd471714a44a2f46430182d7fd8' , '/detail/ea4ee62acc4944e68d8e9061d46211aa' , '/detail/17efbff5803d49b4a767bcf0e90b0019' , '/detail/2041dc300cd2453f9887cf0c27aa41a1' , '/detail/2426edb12df4476aa105ee6da57aac54' , '/detail/b1db8da532fa409db65270ed2fdd7bc1' , '/detail/396fd0bec6754ad6802751a4953ae4fc' , '/detail/759717227c7643e1b6f11815a203b3a3' , '/detail/ff39b738341a4e009b3ea51400377614' , '/detail/5b9d56b870604ca2acc275329fb15b5e' , '/detail/ed3ab2a57cb94cec97392a2d4e4fc2f8' , '/detail/c93ecdea10ee41a9a587aeb88f1b08f3' , '/detail/c85a3558dd2d405ca0f4491a6b52614f' , '/detail/cca727003ff54c9395af451195e7279a' , '/detail/4ceb08eb683e48b8bffd988441cbe0cf' , '/detail/7d8c5ffbfed14cb287d963f77257f14e' , '/detail/3f30f29a06154c5484cf504113b9fc5e' , '/detail/bafd7da5004440e8b75178b8111b1997' , '/detail/2e3dc9f7477b4513bc85ff8a3e5657a3' , '/detail/83b0325614f34545935e328749624138' , '/detail/7bc6e268b4984369ad86b528d6a919b9' , '/detail/9459332a94f14db28a93466a607cd029' , '/detail/cb28d1924d864d0e8f76280f83a6754f' , '/detail/8cb0eb0eada24635905cec8d3f1d71f3' , '/detail/11ca2dab98df4ecb9b9e6eff747fea10' , '/detail/b03006fbf7354a93a528fb71c1275db8' , '/detail/4987134c36be4a2ba051d2c6fbf5bfed' , '/detail/e77b63d8f8cb44a4878ff27d24ce24bd' , '/detail/cf7d8177327b42aea09859034a7166aa' , '/detail/3c084def220d493caf032aa1931bc1d1' , '/detail/842d9707ef1343c2a7959e67a22b6b39' , '/detail/6cec4def5512442dbe7f8ebc169b99af' , '/detail/a86de63a08b04fb0ab63e1fd0055d23b' , '/detail/b06e1b7bb9814476976c4351ce7f42b1' , '/detail/123872dbcf1345f2a1b38ff1b6e1d709' , '/detail/01db2418ea7941c5923de1dc12c39645' , '/detail/327337d82cff477a8b2969ed8c94191a' , '/detail/a3ed2e2204f14a108ecc492364caf355' , '/detail/299df76406224633b1554f17b7c29774' , '/detail/90c5ede0b2e94251b2824da55f903453' , '/detail/078adb73e433402cac1d0fb79e5bf8c7' , '/detail/263e50a70f62437999c52bfaf4d12048' , '/detail/98099977618846fe80e141669a36d6d5' , '/detail/d921ee213d44441dbf25538cff506fbd' , '/detail/ad954713d8574b38afa2398c7bd66c0f' , '/detail/7260ba2b578748acb6faea9122190ba0' , '/detail/195e796badf14ec58f9fb64787588efe' , '/detail/2ca04abcb39d45f4ba3679c5d31987ca' , '/detail/221fa49d612549f08f09aa9e3b90ac20' , '/detail/bba2a0852978402295f1c7e10d5e4803' , '/detail/cf5e6d5586a54dc4aa912896d745d722' , '/detail/46e6a1dedb50427e99ab637c736ed176' , '/detail/8d2cfdd4a5f54b59902a11851d033e54' , '/detail/8c83d48fd4bc42dea428f0566b1c1159' , '/detail/f2406efe382e4f49937e837fe25bf33c' , '/detail/0c888f16942345a4950fa5fe43bb8185' , '/detail/05156b693e6b4a69be607897cd9c09ac' , '/detail/b570f0f14af04dd59e3472b4200c921a' , '/detail/b32ec1dc6cc74dce82575018d41b6810' , '/detail/d83a3e11d54643b3bd70857e7153aebe' , '/detail/f3c11cfd48fc454bb7f0f46d9bce33f5' , '/detail/2e2027321b61404abeef63f27c02c8e5' , '/detail/e070c6060a1d492ab557cd300df10a68' , '/detail/93be2db9ab73440c9f44d4dff869b6db' , '/detail/87e8a336732741ccbb5767709f69448f' , '/detail/00f0b091171b4395b97fd73abd185cd6' , '/detail/c7aaaff3e1d24bdaad4e5aca59c2240a' , '/detail/02e134ae0eb64719b5cf4547e75dc4d5' , '/detail/4c5b60a0500a4eabb9e45220e749353a' , '/detail/86b09d0370804db68daa0543c75500df' , '/detail/7c91b0bfa1934d46ab3fd2fc66867555' , '/detail/ef094217b79440c29fb54a57d569967c' , '/detail/18f087ba32b6407bbacba7c1f5b7259c' , '/detail/4a3774215af3449697142dd4e3b95f98' , '/detail/c0222e973c85450798be8850ee5351fa' , '/detail/f9f005a3a5ef4e34a411be5f9d070933' , '/detail/410118c8e60b4a46bfa7a81479a0958a' , '/detail/f9c009dee7ce44729d8205eb983c4f7c' , '/detail/ff5b4859ef714e4cb4b8dc9de071262d' , '/detail/73e8e9f85d4c493db672f16c3c916593' , '/detail/c87d34d5c4d748f28da1ab6a1af3dbdb' , '/detail/c7294d6120274510ae2b844c7b40ad0a' , '/detail/36d3c708be254c8d80ec77dd7339bffb' , '/detail/0cdfc35f743a466c859266ba97e366c3' , '/detail/778293e4a68d44719a6e09a9fbfd9a8a' , '/detail/1248e272b4b9476582be4d4c910a72bc' , '/detail/0198cc7b794c70c596d1dacc3c20c773' , '/detail/b995ee0acd5b42e4919356469a44f07c' , '/detail/52446f91657f41adabb61429efedaa1e' , '/detail/0198cc7b42c87003b7667673259ed040' , '/detail/07fada449b96423fa8433f6eb116494b' , '/detail/6679a0fc857d458c854c6aa0bb9cdc34' , '/detail/09a0edc9672347aa86b18c89fa4ab4b5' , '/detail/5b097bd435e848f699e62a1f4d526c7f' , '/detail/c0938accde1f4174bd1257612629ef9c' , '/detail/84db882d5eea4037ae04bbfebf4b8219' , '/detail/04e2d9b50b024ee1aa1d7dc56a5ddc4c' , '/detail/0b11c6b3f6c24ecf9b7ff0dac8d69723' , '/detail/a4b08d7e53494823b9db9aad286338c4' , '/detail/2a087b679bf241e3aaab6c1d75de3d3c' , '/detail/a1d210e732b14abb9dd022771c2d6a50' , '/detail/32bc5d95630145daace7e74b0905133c' , '/detail/bc2a9569ec804d2b9cfe477d56d22707' , '/detail/3c823c1a270a468b8070b06ea36f87a0' , '/detail/7b99194bfe6e421b8d0aa89b27a01a12' , '/detail/426027ae9aa245ee8f136ed2ec8b4bd4' , '/detail/f4738aba146e4c76afe08df67977ae26' , '/detail/71631defdba54ecbb561ff9317951627' , '/detail/f80bdad559714609a111da9f3b13ea9d' , '/detail/1d02727f23b346df923936e0db86c754' , '/detail/8a6708afc5644b41b574817639939a1c' , '/detail/be9981c98eaa407da40960ac1d2bdbd2' , '/detail/3961e4d4b5694f32a71c9f545e1463d7' , '/detail/d2ab28ab385047c1a04856fde35c6c0d' , '/detail/e7575d54c9fe443f98c5cfc50df9c398' , '/detail/e8c251237d3240be8d3fe4b4b199d54c' , '/detail/1242731632944b519e5cad835a9ce781' , '/detail/5a39a72570e544189b7f46f753fc3063' , '/detail/3fc92def06624a42a050cdd926273a55' , '/detail/e14fb6160e7140a48ba32b58927f9a31' , '/detail/5c67c511f6944df3ac8e19ec862af83c' , '/detail/c4642ae7e3e14468b7e384f376400530' , '/detail/bd6002cf08154bbabacbb5a380dcda20' , '/detail/1d9da3d26a4c44dfad990fe91a01af6b' , '/detail/06f759d99d7e4debac132da0e27abcd6' , '/detail/47fd66b6cdbe43919bafe81bc8dba96e' , '/detail/bdad675f39c44090a2eda76d21fe3696' , '/detail/02995413d6c248e38af849b631e26c0d' , '/detail/4df3329a2b5745f38d8e47a9d622d696' , '/detail/351766db24834309852cc2886f45d3cb' , '/detail/be5f041ae3014f1fb42e0a82e6b5d7c7' , '/detail/210c493767324e43b5f72408e3b03303' , '/detail/c5a7941ec4af4197afde9b553abadd82' , '/detail/0efa71af83864236af70eed5e2477d7b' , '/detail/de60e8c91aa24bdaa1132adf8769432d' , '/detail/670e6dc7ae104d428aa1d9d1a3c596fb' , '/detail/50a1432a03a5400c8edea57ac6906cd6' , '/detail/f316e9150a4a4575938b7ab049475f03' , '/detail/763a62ffc8524b5e8cde6e4b63d20f87' , '/detail/d95e5aec89724844a46b61824fb1c774' , '/detail/bc682318f5fa45f0882688b264bd3ebf' , '/detail/91631143c2984c2f9dba27f2aa18cca4' , '/detail/a57835dc1e2a4d37a4e375dc7da7ec70' , '/detail/fc8986ebbff24dcf8a2a3da57ea7b3e2' , '/detail/fe039f02196e4b5ca658e9c0b67b612a' , '/detail/004686d8f760498391f52ea7c8bdb640' , '/detail/22eefc3e4e8647f6ac9096672cb8edf6' , '/detail/8f3502d374e14b9e94862331e65a507a' , '/detail/cd0e2e40890a4d15821f2359f2c4ea2b' , '/detail/3ecbabf78cde443fbbe20c3f7746e105' , '/detail/0d7beea0b0a0493797cca962f2133fcf' , '/detail/ecc13e058ea74f999d89025ef24e200c' , '/detail/d8b7ad7f1790433f9ea3d95228de6390' , '/detail/6f35ce76ebae4b4eaa0cb3cfcc7d7eba' , '/detail/8601fa9ba1444b558648b0def7006a58' , '/detail/8ad0fa1cb54c4456ae91c74ba0df0fb3' , '/detail/34a629ec7478437cb2fe74bf21ecac32' , '/detail/cac0e859bc574557b35f78ff09b0e8b5' , '/detail/f27f12b684a04cdc8f4d0cd858c5ba56' , '/detail/513820e734b841bfb7a36d40271268fd' , '/detail/11945980dd634f8cbfc3220cbaaa2b67' , '/detail/dbb7d665b7ae483a85ddc00b00a6f4ff' , '/detail/1cefbdeff00b4005b50a45a8187c459c' , '/detail/a38274adf70d45419f15b6a5aaf8df4a' , '/detail/7df94daa66a64bcead011f93b55d8b9d' , '/detail/2e87e42a3d8c4aa5bd4da7d0c851bf7e' , '/detail/e7123a43bd2d4c04b7f884f5f5f4ec83' , '/detail/8a5ac200d25d4899ad75e11b6302be40' , '/detail/57b06521d3fe4abf934d2b565836203c' , '/detail/5d48e465f9a24e8a8b8f92844009b553' , '/detail/1079bce747f04493a0b784b320384a9c' , '/detail/24568e105b1c4ce39b7004adb96560ec' , '/detail/bc64a70a35a6418d817e62896ebe84c3' , '/detail/7ab660df1ff04a8c9d74a9e1ab0c387d' , '/detail/a85fdfe29a3c4aeaa52baacb7c4fe95c' , '/detail/c0990ce6c3c04654bf8def2c3646fb58' , '/detail/6632d9776fe84bba961029784e4d1b70' , '/detail/27760bda084040e89b4cb4eb5ed70502' , '/detail/fe720b4ddeee4981b54f628e3370d344' , '/detail/17e55a566c5f4acfa9043f13095c5176' , '/detail/107af436bc0643b6b104ee748fb58d76' , '/detail/e0b6680ee6684e948069af0d6d72c2ce' , '/detail/3084543115d3461f8706a53ea1608deb' , '/detail/5a5625db9381412980f9430605b6298b' , '/detail/ceb8438537014224bd0256a2feff1d66' , '/detail/6fba9275227e424c9dddbab4e121ce31' , '/detail/bfa003d2278c4189b6394e0dd84a8763' , '/detail/c09fa05cd9344a6b83b1ea7c01136f46' , '/detail/e7572990bf90464abe316a8714c55da7' , '/detail/962c617e8d994ff6b0c25aad04022b67' , '/detail/5dc2575bf14f49e8b4c43fdb4937e733' , '/detail/6f58d7518d524e7b86495a2c5d614497' , '/detail/bb1c0a1278a144809a930058a52d6a84' , '/detail/c86d452f82bc4b1d89899c7d23cc5b3d' , '/detail/025717d91c214397bb2e830ae2c2b1c0' , '/detail/999eee8fe1d54280bddfe719f06d5411' , '/detail/d6fbcb6bc1fb4c4fb3c5374ef5b5b67c' , '/detail/d2f2e561fd094f4fbd06d5cb92984763' , '/detail/91c10139f3f946dd995878d8e2922800' , '/detail/6fe67781660a4a79a99071b4718ef0f1' , '/detail/6f83fd21cfa243e09641b0355a2817d2' , '/detail/56d50e48b02249c4b5bbcce41a1c072a' , '/detail/8e0c64f417264187afb600f36acc6d22' , '/detail/21397090760d4de09ee3c08efa95b2ba' , '/detail/af35a74dc8b64a1793d07fe51394f187' , '/detail/41076ea5e5cc4f58a625f3e80397021c' , '/detail/9b2943c29fd2445bab5c0a1eb2a939f8' , '/detail/36c5152d4caf43acb0ba66d500106962' , '/detail/24c6c5d056014150aeaad045789a4085' , '/detail/c06da58be45e448cbdafe048f8fa34bf' , '/detail/56818416766040bf81fa35261c9b7870' , '/detail/6d7b204f46d14e819baaf958b55009ba' , '/detail/f17c143e8030401fbb2cb3c31b7d2b1a' , '/detail/9af21c4c025849978170a5ffaf2b4e31' , '/detail/9ddde9c25d6649c5a976568c7b425fde' , '/detail/0af3b7e057754baf9f358b609c82dc86' , '/detail/8eb0bbc3367a4bf2885597f224668845' , '/detail/eaf6170a147f4be3ab6a80de18c942a1' , '/detail/5880b298bd1e40a691268b84f663b909' , '/detail/b26bef89a19a429bb704aa49cb916050' , '/detail/a5231cfed070466cae833594bdda8382' , '/detail/f061302ae2764217b219e4d20817b00f' , '/detail/7ff6f83f782d44b7a87021116a636a9e' , '/detail/a35f304ff6e6407a8167dc0c7ae2b3c0' , '/detail/0c8d01216caa443284ebd923b2e22621' , '/detail/88befda331cc4ebcb390202c12666c3b' , '/detail/86c2b59e49774c01b8cd112b8aa31989' , '/detail/cc22e1c4f19c4c29b72e89ee13aa2cbf' , '/detail/d799c0685ddb49d2ba6676b962505d04' , '/detail/2a2b04d344d6460f9595b2bca7648812' , '/detail/9ae4096eee4840d4b891a033cace4884' , '/detail/907ba621589b471086fce496439ff2ac' , '/detail/531f7bc86b8d4ad9950ad8d6a3003996' , '/detail/86cd910466fe45f5a1adadd7458d7d27' , '/detail/253cf2f7a7724a64be22052e9980bb98' , '/detail/e666fe7ace294b08999ea824ad068ddd' , '/detail/521b0a61c1634e1690058d5b323cbd7f' , '/detail/ae0f6ce8b02744af93ea3dfa3bd33e7c' , '/detail/1cb8a2a7c1014a8fa20e78303a8f2f24' , '/detail/38f7a44063bd481e96c99204554cc2e1' , '/detail/119611c045894778978ea747d6024910' , '/detail/bd1af5f41cdc490d982253dc0cbbaace' , '/detail/27529f792a4f43b0963c313b55683fb6' , '/detail/d08ae08a24a84fa099e4319d49380550' , '/detail/827bbc4db179481d92cd5414c8f3225e' , '/detail/834818950db54a29b25af3591e5214c6' , '/detail/1a0ff7a682d444ef8fe55559df896eb7' , '/detail/279467833df44f6ca0ea4bbd357fc7c1' , '/detail/2ffe90a5bdda43eab5653f08f1ffa714' , '/detail/0eddc1aef7714959af3bd62c1783926c' , '/detail/5a896e50f25d4f24b6ab82e4483fe443' , '/detail/5a57effdc07d44aab6c1e06d37512d1f' , '/detail/006f30c9db0c45028428678b125723b1' , '/detail/2842f76ffb8e4080a3218d305f5fa2b1' , '/detail/12bb6408d1164b0fa501f0bd185a8e30' , '/detail/346ee7ae4bf5405aa9892d7617718274' , '/detail/43a676958a4d4b51812547a5672c2124' , '/detail/aa23bfbb89f44a5e88a0d88c3c4c628f' , '/detail/7675dc18674948d9a296b2e8abac8b0a' , '/detail/05f419753bfd4bdea2e3d441a2c82906' , '/detail/0fcde44e9564437b9e6073bb7ff0d230' , '/detail/5a9c0acf06334b44980cf257dc4fe2c3' , '/detail/da647f9b1ec34b5ea112a7d7e5d29c1a' , '/detail/b06a169165224c92b360a7655ad4a800' , '/detail/a8a0e5d8704247e1a25fc5e8296570a3' , '/detail/d04104f07c354e279e75d695f5e0bcb7' , '/detail/c16a15aed7c0480a9495b27e5e6cdf43' , '/detail/6324f87c4ccb4312b59d0b64c0119be9' , '/detail/191a301568ae4d408b6883616a51cea8' , '/detail/0e8e19f9f00c4397bcda44eeca5258a1' , '/detail/acdbe725e3024402862c740c19979cb0' , '/detail/6d739d20a2dd4f52a6e58d0f11341d10' , '/detail/e4906f71d091468a9ee6350b92798178' , '/detail/5da7aee991d046dbaf4a92e937089acb' , '/detail/2afb6374cf6f4ad1bf48276fa8969c63' , '/detail/aa26bc60f07d409c8fb57c7ec03140f0' , '/detail/3736f0999b264130b978fe55a460e202' , '/detail/090ae8cec5c944ea814f484555fce967' , '/detail/c8bffe0f72ab4859af90f180b8f171c1' , '/detail/b1ac87731ec04b8d88fcb0a6df60d51c' , '/detail/0af6affec65c4885b40767871088623f' , '/detail/ad4c5a3e33654eb4ba4b50f74574dc86' , '/detail/b9e0088ab0f542a685bbe30fae69908b' , '/detail/1ec05ee645da475db5ec28e393b89a4f' , '/detail/2fe2887286c14c9d9c90704a2c894307' , '/detail/e745b9f8e3a847b5a9e46e02f1461560' , '/detail/37cb6d0398244386bb879aa64ad6ce09' , '/detail/d8a2b42501ea47e0bb6d8736d65b6a2d' , '/detail/f0c6aad6b16b41c2bfa4c317b76dc4a5' , '/detail/ef907fd3b877460dbbb2658cf7fdb276' , '/detail/9cc201417512452f828a97dfaff5f55b' , '/detail/1169378631664cdba76a2ad068175b8e' , '/detail/9a666ae702c44924b22eb08093ed03ef' , '/detail/e4890ab8b7d846a9978ef6be1a03d9b3' , '/detail/241c5e0ea5ad428c8408129e46fcd09b' , '/detail/4c7c2f42876d4f9489d9a4b0475da0cc' , '/detail/ad6fef20a05942598a9a1339ef9986ab' , '/detail/7e1bc62fa8024588b885248480c3addd' , '/detail/25c6949f0ae141479143661642882b3b' , '/detail/24583058f96741679ab5268b478f92b3' , '/detail/f7c2881400fd41f2a364ec6f18875d7b' , '/detail/ee20a42d66ac4314a67ca8c25a10e628' , '/detail/8d350f1cba9d48d3a7c0a7b8f100e096' , '/detail/9b0d71093c0b43d0a76ab6878fd5724e' , '/detail/6ee41ee1bf4a4d49b2da68843926509c' , '/detail/819f64b8ed59400ea6c95c72979d5aa4' , '/detail/aed896931f284531bbef9c0cbbf6910b' , '/detail/c352fd28052548f4b3c7fdf356c2000b' , '/detail/d67a024c5bc14d298eb9b37f57f0f384' , '/detail/62ae4990aeba411e9262e7657a2d1a0c' , '/detail/4a82b75297e249af835a7c9b6327f8c0' , '/detail/5f9b79f3f60947d3a8b8cae1b2ef0350' , '/detail/f811348abbb74a039d0bff0879bb32cc' , '/detail/20272dc598de46b498c1bef937810b0a' , '/detail/a94619849a3545bbbcedc55fe9117e0e' , '/detail/5e5ada428035490b910484bc952f99df' , '/detail/42f2e46f15f1412d81c4a1f0fabf9574' , '/detail/5622f060a0e7438aae520336bc9c053a' , '/detail/beaef5b7b5e4438698cb3cbdc8d4abb6' , '/detail/7424edefde124c299d55e48cb7b944c8' , '/detail/82684099dd6f49b49e889b6664fa210b' , '/detail/ed76a3d76d5b40768d1558a9291f7093' , '/detail/c35139d58c024908b9210777970cd0b3' , '/detail/40d0fd6421ef49e4a2a7ff26fe38fd3b' , '/navigation/d1c8e7fd3f514b16a7c7c457c438b93f' , '/navigation/585d71242fa54b0fba56e331ed5adbe1' , '/navigation/0199576db2937bbe9a41fb6156449782' , '/navigation/08014c102bba43b09e93a823de238da1' , '/navigation/04ac33f9be48438ba185ce8585682c3c' , '/navigation/ba9f9e3fd094425392c838f151773526' , '/navigation/cda441a37060455fa34c8ce371928eb3' , '/navigation/52242d7c7a3349359001e1b7b2c3df80' , '/navigation/83586831f5bc43d6824ec80864e9314e' , '/navigation/0196d8a825c27a7e93a4b07323c246d6' , '/navigation/ccd140695dc643408838c39c838a0a51' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
118
0.47 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"†;orw>Jj²»Úï\x06 бQ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy