1
0.64 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
2
0.18 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
3
0.51 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.26 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
0.51 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.46 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"ersatzteilfinder/790-adventure-2022-modelcode-F9688V1 "
"ersatzteilfinder/790-adventure-2022-modelcode-F9688V1/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR sales_channel_id IS NULL )) AND ((seo_path_info = 'ersatzteilfinder/790-adventure-2022-modelcode-F9688V1' OR seo_path_info = 'ersatzteilfinder/790-adventure-2022-modelcode-F9688V1/' ));
Copy
7
0.31 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"/ersatzteilfinder/790-adventure-2022-modelcode-F9688V1 "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (path_info = '/ersatzteilfinder/790-adventure-2022-modelcode-F9688V1' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.87 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
9
0.25 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.29 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"CwDprCOMjdaMwcXprrqH5BdsD7c93hpB "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = 'CwDprCOMjdaMwcXprrqH5BdsD7c93hpB' ) LIMIT 1 ;
Copy
11
0.30 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.41 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.21 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.20 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.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.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.24 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.25 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.24 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.37 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.38 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x707FEF2F724A4547A0249D181B4679DF );
Copy
22
0.42 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
23
0.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.16 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"CwDprCOMjdaMwcXprrqH5BdsD7c93hpB "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'CwDprCOMjdaMwcXprrqH5BdsD7c93hpB' ;
Copy
25
0.21 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.37 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.18 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.32 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.17 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.31 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.16 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.30 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.22 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
34
0.20 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel_country` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
35
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.39 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `parent_id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `id` = 0x79A36140A28A4CE6AC6D0E2CED062741
;
Copy
37
2.93 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
1
12
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND (`category` . `level` > 1 AND `category` . `level` < = 12 )));
Copy
38
0.41 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
12
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND `category` . `level` = 12 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
39
0.40 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
40
0.48 ms
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
41
0.28 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
42
0.23 ms
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `currency` . `id` ;
Copy
43
0.24 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
44
0.24 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `parent_id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B
;
Copy
45
1.33 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
46
0.62 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
47
0.34 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xDDA3EC5FDB8042ACB8F8C841F70EFE8B ));
Copy
48
0.28 ms
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
49
0.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▀ "
b"$)v‹Ì\x04 Eüƒð?·Í2\x02 % "
b"=\x16 uıã;O\x13 ©1\e ì}:\x1D × "
b"E;|™\x7F VO¾¼HZ4ä(r¡ "
b"iŒØ\e ’•Hæ³JkΧ¸v‘ "
b"”ú_›Ž¬JgŒÕ\x13 ð½ß\x1E r "
b"W}╗p/ìG\r ®x\x12\x1D 7╔B- "
b"\x1F äÀ\x13\x1F ¦BÓªLƒ\v ³ž¯A "
b"±¶ƒi‹\x11 @E±¢¿T½\x16 Õ, "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x707FEF2F724A4547A0249D181B4679DF , 0x2429768BCC0445FC83F03FB7CD320225 , 0x3D1675D5C63B4F13B8311B8D7D3A1D9E , 0x453B7C997F564FBEBC485A34E42872A1 , 0x698CD81B929548E6B34A6BCEA7B87691 , 0x94FA5F9B8EAC4A678CD513F0BDDF1E72 , 0x577DBB702F8D470DA978121D37C9422D , 0x1FE4C0131FA642D3AA4C830BB39EAF41 , 0xB1B683698B114045B1A2BF54BD16D52C );
Copy
50
0.32 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
51
0.45 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÇÑ6îÚ\v HtŸc{l9ØPÉ "
b"ùD\x14 Îm¨NÖ³PÑŸ‹"âÎ "
b"•t`\x05 zaJ<“@½¸ô\*ø "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? , ? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0xC7D136EEDA0B48749F637B6C39D850C9 , 0xF94414CE6DA84ED6B350D19F8B22E2CE , 0x957460057A614A3C9340BDB8F45C2AF8 , 0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
52
0.19 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
53
0.16 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
54
0.16 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x707FEF2F724A4547A0249D181B4679DF AND
pm . `active` = 1 ;
Copy
55
0.15 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
56
0.23 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
57
0.36 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
58
0.23 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x695477E02EF643E5A016B83ED4CDF63A ));
Copy
59
0.31 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x695477E02EF643E5A016B83ED4CDF63A )));
Copy
60
0.37 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\x01 ˜¬”\x08 Jraº\n
2‚Xó\x7F £
"""
b"\x01 ™âxˆ\x18\x7F I½ûb\x04\x16 xæä "
b"\x01 šÅp\x7F ÂzT˜«¡óP|\x1A Ñ "
b"""
\n
$Epê6B® }4•¢a`\x13
"""
b"\x1E Î[¢H'M\x1F ·ãæfÂi®" "
b"6ìyyYRGWš<l\x11 |‘+æ "
b"tÃNêP&@»ƒ\x19 ¸\x13 vpÂÕ "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x0198AC94084A7261BA0A328258F37FA3 , 0x0199E27888187F49BDFB62041678E6E4 , 0x019AC5707FC27A5498ABA1F3507C1AD1 , 0x0A244570EA3642AEA07D3495A2616013 , 0x1ECE5BA248274D1FB7E3E666C269AE22 , 0x36EC7979595247579A3C6C117C912BE6 , 0x74C34EEA502640BB8319B8137670C2D5 )));
Copy
61
0.46 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ÿ¼öDfs\x0F ر‗:ª¦┬± "
b"\x01 ™âÅâìv\x05 \x06 ¥ÚÉÌ\x1D ® "
b"\x01 šÅ‡+>{ߣ‹aÀVÆÕê "
b"±ìM\x04\x1C ÷G)œºböç_|± "
b"D\x0E 1\x08 uªAê“\x10 ÑòÑ<VÎ "
b"Z±ŒØÍ}IR¶™cï)\x1E \• "
b"påi¾ÿQEÁ¬øíê—Â\x04 É "
b"19\x15 ,ªŸH%˜\x14 õ\x05 8ŸœC "
b"“Á…eƒ¡EÒšÙy:„ö*\x03 "
b"▀'É#dãC3åTë<IÍ\x7F » "
b"᯽[+\x15 Gƒ¯‹è¿‰…\x1A Ò "
b"æáìlIC\x04 ‘ײ…Žão™ "
b".Ö╗x\x01 èDì¿G(RP¥|½ "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x0198AC944466730F9DF1F23AA6DDC2F1 , 0x0199E2C5E2EC7605AD06A5DAC9CC1DAE , 0x019AC5872B3E7BDFA38B61C056C6D5EA , 0xB1EC4D041CF747299CBA62F6E75F7CB1 , 0x440E310875AA41EA9310D1F2D13C56CE , 0x5AB18CD8CD7D4952B69963EF291E5C95 , 0x70E569BEFF5145C1ACF8EDEA97C204C9 , 0x3139152CAA9F48259814F505389F9C43 , 0x93C1856583A145D29AD9793A84F62A03 , 0xDF27902364C643338654893C49D67FAF , 0xE1AFBD5B2B154783AF8BE8BF89851AD2 , 0xE6ADE1EC6C49430491D7B2858EE36F99 , 0x2E99BB78018A448DA847285250BE7CAB )));
Copy
62
0.25 ms
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ð"±&‰¬C]›¸\v\x02 ý—ûŸ "
]
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0xF022B12689AC435D9BB80B02FD97FB9F );
Copy
63
0.24 ms
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = ? ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™\x0F A<X]ˆ1Ñ×[Ž›VÐv "
]
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (0x990F413C585D8831D1D75B8E9B56D076 );
Copy
64
0.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"\x01 šÅ–ó–wYŠ\x12 5h}oÝ, "
b"\x01 Üm¬Ùz╚×ÍÉX▒0tÚ "
b"y4èà\x03 DD*¥\x13 yøhLs "
b"\x13 ë¾p£—F…¥º ……+Øï "
b"u=$YCÆG«—šÂJÙ\x19 Çß "
b"""
>ú×¼T█K\n
ì>ÊÚrà6¬
"""
b"""
£#uñÝ\t J‚ŸPå\n
†k¯t
"""
b"ÚèfŽ\x15 §N4€+L$dW>b "
b"Û¨w\t %\x00 A߬†´$£æ¦] "
b"\x01 ÿ§AF\x16 }Öɽ┘░£*¦^ "
b"\x01 ˜õBï{u\x12 º–IM_àNS "
b"¹_ŒÃLöO–‡Ji\x1E •)\x05\x19 "
b"’Û¹&œ÷D;£\x16 |[^ðÁG "
b"}U\h¼)@òŽ('Ók¡Ä\e "
b"\x1A \┤ksYCÓïÙ┴ØÅAÜþ "
b"ÏÚDTF\@\x12 Œ\x1C ZO€rÀG "
b"\x01 šSk•0z~¼îbÊ0µ”\x00 "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.title` ,
`media.translation.title` as `media.title` ,
`media.translation.alt` ,
`media.translation.alt` as `media.alt` ,
`media.translation.customFields` ,
`media.translation.customFields` as `media.customFields`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . `media_id` ,
`media.translation` . `alt` as `media.translation.alt` ,
`media.translation` . `title` as `media.translation.title` ,
`media.translation` . `custom_fields` as `media.translation.customFields`
FROM
`media_translation` `media.translation`
WHERE
`media.translation` . `language_id` = ?
) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id`
LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id`
WHERE
(
(
(
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
)
AND (
`media` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
?
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x019AC596F39677598A1235687D6FDD2C , 0x019A6DB6AAEB7AC89ED69058B13074E9 , 0x7934E8E00344442AA51379F868AD4C73 , 0x13EBBE70A3974685A5BAA085852BD8EF , 0x753D245943C647AB979AC24AD919C7DF , 0x3EA39EAC54DB4B0A8D3ED2E9728536AA , 0xA32375F1DD094A829F50E50A866BAF74 , 0xDAE8668E15A74E34802B4C2464573E62 , 0xDBA87709250041DFAC86B424A3E6A65D , 0x0198F54146167D9990ABD9B09C2ADD5E , 0x0198F542EF7B7512BA96494D5FE04E53 , 0xB95F8CC34CF64F96874A691E95290519 , 0x92DBB9269CF7443BA3167C5B5EF0C147 , 0x7D555C68BC2940F28E2827D36BA1C41B , 0x1A5CB46B735943E08BEBC19D8F419AE7 , 0xCFDA4454465C40128C1C5A4F8072C047 , 0x019A536B95307A7EBCEE62CA30B59400 ));
Copy
65
0.18 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
66
578.25 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.71 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA ));
Copy
68
0.26 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
69
0.29 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.28 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.93 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.83 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA )) GROUP BY `product` . `id` ;
Copy
73
2.48 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA ));
Copy
74
0.43 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
75
0.49 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
3.38 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters :
[
"%F9688V1% "
]
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE '%F9688V1%' ;
Copy
77
44.26 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 :
[
1002107429
]
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 = 1002107429 ORDER BY `group` , sequence_number ASC ;
Copy
78
26.67 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (49107 , 49281 , 49507 , 49775 , 51618 , 51632 , 51633 , 51635 , 51636 , 51807 , 51814 , 51895 , 51900 , 51902 , 51903 , 51904 , 51906 , 51907 , 53292 , 53297 , 53299 , 53302 , 53337 , 53338 , 53923 , 53945 , 54077 , 54079 , 54218 , 54864 , 55441 , 55442 , 55443 , 55444 , 55445 , 55446 , 56306 , 56308 , 56333 , 56334 , 56335 , 57999 , 58120 , 58143 , 58223 , 58224 , 60006 ) ORDER BY number , part_type ASC
SELECT
*
FROM
hobaIT_sparepartfinder_groups
WHERE
id IN (
49107 , 49281 , 49507 , 49775 , 51618 , 51632 ,
51633 , 51635 , 51636 , 51807 , 51814 ,
51895 , 51900 , 51902 , 51903 , 51904 ,
51906 , 51907 , 53292 , 53297 , 53299 ,
53302 , 53337 , 53338 , 53923 , 53945 ,
54077 , 54079 , 54218 , 54864 , 55441 ,
55442 , 55443 , 55444 , 55445 , 55446 ,
56306 , 56308 , 56333 , 56334 , 56335 ,
57999 , 58120 , 58143 , 58223 , 58224 ,
60006
)
ORDER BY
number ,
part_type ASC
Copy
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (49107 , 49281 , 49507 , 49775 , 51618 , 51632 , 51633 , 51635 , 51636 , 51807 , 51814 , 51895 , 51900 , 51902 , 51903 , 51904 , 51906 , 51907 , 53292 , 53297 , 53299 , 53302 , 53337 , 53338 , 53923 , 53945 , 54077 , 54079 , 54218 , 54864 , 55441 , 55442 , 55443 , 55444 , 55445 , 55446 , 56306 , 56308 , 56333 , 56334 , 56335 , 57999 , 58120 , 58143 , 58223 , 58224 , 60006 ) ORDER BY number , part_type ASC ;
Copy
79
138.70 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (49107 , 49281 , 49507 , 49775 , 51618 , 51632 , 51633 , 51635 , 51636 , 51807 , 51814 , 51895 , 51900 , 51902 , 51903 , 51904 , 51906 , 51907 , 53292 , 53297 , 53299 , 53302 , 53337 , 53338 , 53923 , 53945 , 54077 , 54079 , 54218 , 54864 , 55441 , 55442 , 55443 , 55444 , 55445 , 55446 , 56306 , 56308 , 56333 , 56334 , 56335 , 57999 , 58120 , 58143 , 58223 , 58224 , 60006 ) AND article_number IN ("63503023000C1" , "61003024000" , "62503027200" , "63503028010" , "0738050202" , "6350302610033" , "93511045000" , "64103001099" , "0018050103" , "0035100309S" , "63503016040C1" , "90103029000" , "63503090000" , "63503098010" , "63503097010" , "6350309005033" , "63503090016" , "0025060106" , "0025060086" , "0025080406S" , "69014017000" , "61342041000" , "62142041000" , "60006001021" , "63503190017" , "69014117000" , "60307020000" , "56509064100" , "83008000012" , "63506041000" , "63506040000" , "63506040050" , "63506041050" , "69008021160" , "63506002000" , "0081050161" , "61041080000" , "63506001000" , "0081050121" , "63506002060" , "00050198706" , "63530087000" , "76006014000" , "50206020000" , "63506026000" , "77236048000" , "63506016000" , "60306015100" , "63506017000" , "63532048104" , "0471120010" , "63532044000" , "63532006000" , "63532005000" , "63532041000" , "63532003000" , "63532011010" , "63532034000" , "0625060017" , "60036073150" , "0252012103100" , "63532002000" , "63532021000" , "63532001044" , "60038001232" , "0405263525" , "63532020000" , "63532035000" , "6031000124433A" , "6031001014433" , "60010011000" , "0625062052" , "0472052200" , "0760305271" , "60310013000" , "60010015000" , "6031007010033A" , "60310071000" , "60310171000" , "60310072100" , "60310073100" , "60310177100" , "60309176000" , "59009062019" , "60142021100" , "63510060100" , "54610459000" , "06923080003" , "7501005004433" , "60110014000" , "0625060060" , "60110016000" , "60110012000" , "75010051045" , "0019080266S" , "69010181044" , "60010084000" , "61010086000" , "78010167118" , "78010166100" , "63510067118" , "00050002100" , "60310015000" , "63513001033" , "63513002044" , "64113006000" , "63513008000" , "64113031000" , "6351300500030" , "63542001000" , "62113020100" , "0603100141" , "63513015000" , "63513016000" , "63513030000" , "63513019000" , "64113021000" , "64113017000" , "62513020000" , "0035100559S" , "63542003000" , "0025050106" , "63513080000" , "63513075000" , "64113084000" , "63513083000" , "63513081000" , "64113020000" , "63513090000" , "63513085000" , "63542004000" , "64113069000" , "69013099050" , "64113026000" , "64142046000" , "58007017000" , "69013069001" , "6411306000030" , "64113061000" , "0025060256" , "63513050033C1" , "63513051000" , "014581050162" , "0025060206" , "0934060003" , "0625006087" , "54603069000" , "54603068000" , "0738060205S" , "54603062200" , "54310086200" , "014579080301S" , "63542002000" , "63503039051" , "63536509044" , "63536510044" , "63536080000" , "63536001000" , "63536002100" , "0035080256S" , "63536002150" , "63536013000" , "63536005000" , "0025060206S" , "77036003200" , "0770180020" , "0770220020" , "61236008200" , "0770010010" , "77236080100" , "63535010000" , "62535009000" , "41001052000" , "54603048100" , "0025060126" , "60035048000" , "63535040000" , "0024060156" , "43205062100" , "0024060106" , "60035001000" , "63535141044" , "63535041044" , "63535026000" , "63535027000" , "00050331706" , "10001120000" , "63535065001" , "60335066044" , "70003065000" , "60035068000" , "60035067001" , "58007117000" , "63507088000" , "64107189000" , "75007092000" , "00050157706" , "63507017000" , "76007028000" , "0025050126S" , "49007439000" , "63507090000" , "63508099000" , "63508042000AB" , "63508041000AB" , "63508042050" , "63508041050" , "63508041055" , "63508040120" , "47106003160" , "63511054010" , "63508051000EBA" , "63508050000EBA" , "63508024000" , "63508023000" , "63508024010" , "59001092050" , "0021060003" , "69008021080" , "0024060206" , "63508008000" , "63508004000" , "63508003000" , "63508001020" , "63508001010" , "63508008050" , "6351401200056" , "63514012010" , "63514010020" , "63514011020" , "63514011000" , "63514010000" , "63514011080" , "63514010080" , "63508010000C1" , "63508026000EBA" , "63508025000EBA" , "60012080100" , "63508019000" , "63508013000C1" , "63508015000" , "63508016000" , "63503002030" , "63514010040" , "60708008071" , "60708008070" , "69008021060" , "69014014000" , "60006001022" , "69004060150" , "54603048600" , "0025050166" , "63514011010" , "76503075000" , "54603048200" , "0025060166" , "63512009000" , "63512008000" , "6061201000030" , "0035080406S" , "75008023000" , "0025060166S" , "64112181000" , "58412080400" , "60708025030" , "63514010010" , "63508025010" , "93008082010" , "63507040070" , "014581060201" , "63511053050" , "63511097000" , "63511059000" , "63511059050" , "64111053000" , "62111059060" , "63508055010" , "63508055000" , "64111096000" , "6070200100033" , "64102090000" , "64132070000" , "0025050126" , "60702012000" , "60711012000" , "76011073110" , "76011074000" , "61411174010" , "76011170100" , "60702039100" , "90112041000" , "90112040000" , "63502031000" , "6350204400030" , "63502040000" , "64102038000" , "63511049000" , "6030217910030" , "63511075000" , "63511078000" , "63511085000" , "64111058010" , "76211058000" , "60011093045" , "60011093075" , "60111094100" , "61111057000" , "44011076140" , "44011076200" , "44011076305" , "58011109130" , "61111018100" , "64111059020" , "76011060100" , "63511048000" , "60311034000" , "58605083014" , "76011030000" , "60711042000" , "60311042050" , "010642060166S" , "63530168000" , "0625062280" , "63533001044" , "63533001030" , "0405242813G" , "63533005000" , "63533045000" , "0471026000" , "63533003000" , "63533006000" , "63533002000" , "63533032000" , "0625068910" , "63533088000" , "63533011000" , "0405242813" , "63533034000" , "63533015000" , "0471029000" , "63533033000" , "63533014000" , "0405263013G" , "63533013000" , "63533016000" , "63533012000" , "63533010000" , "49030023000" , "0770020220" , "63533030011" , "0760003247000" , "58033029116" , "51033031000" , "58033132300" , "00050000992" , "63530057044" , "63530057050" , "63530059200" , "0405151913" , "63530059060" , "63530059150" , "0984050123S" , "63540001000" , "0618101410" , "60038007010" , "60340117200" , "0625060016" , "63540022000" , "58440090000" , "63540029000" , "63540020000" , "0618354220" , "0770244031" , "63514001200" , "69014017000S" , "60314025000" , "60314026000" , "0433100003" , "0797100003" , "58414030000" , "0081040121" , "0081645121" , "63514040000" , "63514011090" , "63514010090" , "63541101000" , "63541113050" , "63541113044" , "63541013010" , "90841123000" , "63541085044" , "61236048000" , "63536044000" , "63511033050" , "63541031100" , "63541099000" , "01584S3601" , "0025120506S" , "63508075000" , "63511066044" , "63507050000" , "64111067000" , "64111067010" , "64107051000" , "76011064200" , "63514069100" , "60714069050" , "61314069051" , "63514062000" , "63507050050" , "6351401006033" , "0081045121" , "43578142" , "52000210SET" , "R14042" , "43578206" , "R516" , "43578219" , "43578198S1" , "43578197S1" , "0025080206" , "R14032" , "43578176S6" , "43578195S6" , "43578209S1" , "RP80002" , "43578324S" , "T14034" , "40540882S1" , "R12012" , "46180064" , "46180007" , "46148166" , "RP80004" , "46148223" , "46148256" , "46148098" , "52000213" , "0635C129T201112" , "0025080256" , "7720103800030" , "0032100356S" , "5940103903230" , "63501045010" , "6900103600033" , "0988253505" , "0015080256S" , "0025080306" , "6350103403030S" , "69001084100" , "69001181000" , "69001086100" , "6350103203030S" , "0025080356" , "69001181010" , "63501072000" , "0025080256S" , "16181S55E" , "54601099000" , "0985050003" , "0025050206" , "63511066010" , "07700900151" , "63536056000" , "63536060000" , "014579050086S" , "77036035172" , "77036035176" , "77036035180" , "77036035184" , "77036035188" , "77036035192" , "77036035196" , "77036035200" , "77036035204" , "77036035208" , "77036035212" , "77036035216" , "77036035220" , "77036035224" , "77036035228" , "77036035232" , "77036035236" , "77036035240" , "77036035244" , "77036035248" , "77036035252" , "77036035256" , "77036035260" , "63536032100" , "77036033000" , "90236027000" , "63536036000" , "63536030000" , "63536031000" , "63536056050" , "63536028044" , "6353505200041" , "63535053000" , "0024060136S" , "63535055000" , "60035055150" , "0760153459" , "77236072020" , "0025060306S" , "59030023100" , "60335061000" , "0603061001" , "63539005000" , "60339003000" , "63539004000" , "60039040020" , "63530040000" , "6353000200041" , "07700240251" , "6003009400030" , "0025060356" , "0025060306" , "59039034000" , "0025050166S" , "63539006100" , "77839093000" , "6353000024424" , "0906100100" , "59030019200" , "61030019050" , "0603082131" , "60030063070" , "63530010000" , "00002506030U0" , "00002506060U0" , "0025080906" , "00002508090U0" , "0025080656" , "0025080556" , "0025080456" , "00002508065U0" , "63530099000" , "63530065000" , "63538051000" , "63538050000" , "63538035000" , "63530086010" , "0019050121S" , "014580060166S" , "63638003000" , "63538001022" , "0799080000" , "60038001224" , "63538008050" , "60038011100" , "63538002000" , "0402041580" , "0402050980" , "0770120020" , "63538012000" , "0770140200" , "0770020020" , "60038128000" , "63538026000" , "50337073000" , "61238010100" , "63530086000" , "6353008500024" , "61238021100" , "0770125015" , "0770170200" , "61338015200" , "07700390261" , "75038041200" , "0770060025" , "0025080166S" , "0770070025" , "00050000068" , "6353000134441" , "63530025300" , "58030020100" , "0770191015" , "63532048003" , "63532049000" , "0799090003" , "0760122060" , "63532048233" , "014580060206S" , "63532052100" , "0934080006" , "0024060156S" , "63534015000" , "0625068070" , "63534011200" , "63534012001" , "0625068060" , "79234012020" , "79211023000" , "63533022000" , "63534005033" , "56534013100" , "54634020000" , "61234014000" , "54634050000" , "54632095000" , "0760142460" , "0007025241" , "63534050000" , "63534050010" , "0988142005" , "0471140100" , "6413403000033" , "50233041500" , "63534051000" , "63534024000" , "63534052000" , "63534023000" , "63534002000" , "63534001100" , "75034019100" , "0402080200" , "63534036044" , "6353403104433" , "54634032100" , "54634031050" , "63505183000" , "63505111000C1" , "78105181010" , "27005011011" , "69005005005" , "0024060256" , "69005050000" , "0025080356S" , "64105050000" , "63541090000" , "63541190000" , "64105007100" , "51010086100" , "64105005000" , "58405050065" , "54305068100" , "0019080506" , "60405069000" , "61305069000" , "63505015000" , "00063001022" , "00063004012" , "00063004105" , "00063004106" , "00063004108" , "00063004202" , "00063004204" , "20180189INT" , "20180195INT" , "6030218004430" , "6030218104430" , "60408061050" , "62142041100" , "3214292EN" , "63529099000" , "60012060032" , "60012060000" , "76029062000" , "50329070000" , "6350403004433" , "50304040100" , "60104142000" , "46104066050" , "64104066000" , "54804034000" , "0760253270" , "0618222812" , "59404032000" , "54603036000" , "64104030020" , "64104037000" , "76504038000" , "63504030010" , "0025060456" , "78004070100" , "63504061000" , "64104150010" , "63504050000" , "79004030010" , "75015001200" , "76015015000" , "63515026010" , "63515003010" , "6351500201033" , "63515021000" , "78015119000" , "63515024100" , "78015019000" , "63515028000" , "78015021000" , "64115026000" , "61315028100" , "0024060136" , "58431082100" , "61315026100" , "63503098030" , "69014015000" , "63507047000" , "63507040000" , "63507047044" , "63507113000C1A" , "63507058000" , "0912050083" , "0912050303" , "63507008050" , "63507080100" , "0912050163" , "58507003200" , "58031005000" , "63507016000" , "63515027100" , "61007065000" , "61007060000" , "0912080403" , "21007008151" , "60307080090" , "00001000015" , "0900000601200" , "50203098003" , "50307098000" , "63506097000" , "64104099100" , "63503095000" , "21007098000" , "21003094000" , "63503097000" , "6030900124433A" , "6030901014433" , "60309011000" , "0625069068" , "0472047175" , "0760354771" , "60309012100" , "60009013000" , "6030917010033A" , "60309071000" , "60312033050" , "60309073100" , "60309177000" , "60309081100" , "6900113600001" , "60342020000" , "63509060000" , "60609015000" , "6353602010024" , "60030063050" , "75036052010" , "75036055000" , "0025060556" , "0025060405" , "61238091100" , "79435047000" , "0770100020" , "0908120153" , "63530036400" , "58530014100" , "63535017000" , "63535019100" , "78630044000" , "77336089010" , "0770298178" , "63536075000" , "61136175050" , "63536053000" , "6353605200033" , "77036054150" , "77336054150" , "0770012030" , "63536081000" , "61236082150" , "0080060123" , "61738016000" , "63503001100C1" , "63703102006C1" , "63703102005C1" , "63508019050" , "6350304800033" , "6350304900033" , "6350300200733" , "60003044100" , "60003152000" , "60003051000" , "60003050000" , "60003052000" , "0799060003" , "6410301300033" , "6350309019033" , "6350309018033" , "6350800600033" , "6350800500033" , "63703039066C1" , "63703038066C1" , "08000010025U0" , "0035080356S" , "0035080206S" , "0035100209S" , "63503002093" , "63503002090" , "0025060126S" , "58411098100" , "0035100456S" , "0035100409S" , "0035100609S" , "0025080166" , "014579080506S" , "60003041010" , "60003040010" , "63503096000" , "0035080356" , "0125080003" , "60307048000" , "54803044000" , "78003041050" , "78003040050" , "54603041000" , "0125100003" , "0094032253" , "54603048000" , "0035100656S" , "64103088000" , "60003044010" , "54310086100" , "61407049000" , "63542031044" , "63542040000" , "76042125000" , "014580060166" , "63711051000" , "63742002000" , "62111051000" , "63742004000" , "54813026100" , "61542090000" , "6354219003033" , "60113146000" , "63530007000" , "63530031044" , "63530074000" , "63530015000" , "635300140001" , "635300140002" , "63630013000" , "63530018344" , "0888040050" , "635300820001" , "635300820002" , "635301820001" , "635301820002" )
SELECT
*
FROM
hobaIT_sparepartfinder_images
WHERE
group_id IN (
49107 , 49281 , 49507 , 49775 , 51618 , 51632 ,
51633 , 51635 , 51636 , 51807 , 51814 ,
51895 , 51900 , 51902 , 51903 , 51904 ,
51906 , 51907 , 53292 , 53297 , 53299 ,
53302 , 53337 , 53338 , 53923 , 53945 ,
54077 , 54079 , 54218 , 54864 , 55441 ,
55442 , 55443 , 55444 , 55445 , 55446 ,
56306 , 56308 , 56333 , 56334 , 56335 ,
57999 , 58120 , 58143 , 58223 , 58224 ,
60006
)
AND article_number IN (
"63503023000C1" ,
"61003024000" ,
"62503027200" ,
"63503028010" ,
"0738050202" ,
"6350302610033" ,
"93511045000" ,
"64103001099" ,
"0018050103" ,
"0035100309S" ,
"63503016040C1" ,
"90103029000" ,
"63503090000" ,
"63503098010" ,
"63503097010" ,
"6350309005033" ,
"63503090016" ,
"0025060106" ,
"0025060086" ,
"0025080406S" ,
"69014017000" ,
"61342041000" ,
"62142041000" ,
"60006001021" ,
"63503190017" ,
"69014117000" ,
"60307020000" ,
"56509064100" ,
"83008000012" ,
"63506041000" ,
"63506040000" ,
"63506040050" ,
"63506041050" ,
"69008021160" ,
"63506002000" ,
"0081050161" ,
"61041080000" ,
"63506001000" ,
"0081050121" ,
"63506002060" ,
"00050198706" ,
"63530087000" ,
"76006014000" ,
"50206020000" ,
"63506026000" ,
"77236048000" ,
"63506016000" ,
"60306015100" ,
"63506017000" ,
"63532048104" ,
"0471120010" ,
"63532044000" ,
"63532006000" ,
"63532005000" ,
"63532041000" ,
"63532003000" ,
"63532011010" ,
"63532034000" ,
"0625060017" ,
"60036073150" ,
"0252012103100" ,
"63532002000" ,
"63532021000" ,
"63532001044" ,
"60038001232" ,
"0405263525" ,
"63532020000" ,
"63532035000" ,
"6031000124433A" ,
"6031001014433" ,
"60010011000" ,
"0625062052" ,
"0472052200" ,
"0760305271" ,
"60310013000" ,
"60010015000" ,
"6031007010033A" ,
"60310071000" ,
"60310171000" ,
"60310072100" ,
"60310073100" ,
"60310177100" ,
"60309176000" ,
"59009062019" ,
"60142021100" ,
"63510060100" ,
"54610459000" ,
"06923080003" ,
"7501005004433" ,
"60110014000" ,
"0625060060" ,
"60110016000" ,
"60110012000" ,
"75010051045" ,
"0019080266S" ,
"69010181044" ,
"60010084000" ,
"61010086000" ,
"78010167118" ,
"78010166100" ,
"63510067118" ,
"00050002100" ,
"60310015000" ,
"63513001033" ,
"63513002044" ,
"64113006000" ,
"63513008000" ,
"64113031000" ,
"6351300500030" ,
"63542001000" ,
"62113020100" ,
"0603100141" ,
"63513015000" ,
"63513016000" ,
"63513030000" ,
"63513019000" ,
"64113021000" ,
"64113017000" ,
"62513020000" ,
"0035100559S" ,
"63542003000" ,
"0025050106" ,
"63513080000" ,
"63513075000" ,
"64113084000" ,
"63513083000" ,
"63513081000" ,
"64113020000" ,
"63513090000" ,
"63513085000" ,
"63542004000" ,
"64113069000" ,
"69013099050" ,
"64113026000" ,
"64142046000" ,
"58007017000" ,
"69013069001" ,
"6411306000030" ,
"64113061000" ,
"0025060256" ,
"63513050033C1" ,
"63513051000" ,
"014581050162" ,
"0025060206" ,
"0934060003" ,
"0625006087" ,
"54603069000" ,
"54603068000" ,
"0738060205S" ,
"54603062200" ,
"54310086200" ,
"014579080301S" ,
"63542002000" ,
"63503039051" ,
"63536509044" ,
"63536510044" ,
"63536080000" ,
"63536001000" ,
"63536002100" ,
"0035080256S" ,
"63536002150" ,
"63536013000" ,
"63536005000" ,
"0025060206S" ,
"77036003200" ,
"0770180020" ,
"0770220020" ,
"61236008200" ,
"0770010010" ,
"77236080100" ,
"63535010000" ,
"62535009000" ,
"41001052000" ,
"54603048100" ,
"0025060126" ,
"60035048000" ,
"63535040000" ,
"0024060156" ,
"43205062100" ,
"0024060106" ,
"60035001000" ,
"63535141044" ,
"63535041044" ,
"63535026000" ,
"63535027000" ,
"00050331706" ,
"10001120000" ,
"63535065001" ,
"60335066044" ,
"70003065000" ,
"60035068000" ,
"60035067001" ,
"58007117000" ,
"63507088000" ,
"64107189000" ,
"75007092000" ,
"00050157706" ,
"63507017000" ,
"76007028000" ,
"0025050126S" ,
"49007439000" ,
"63507090000" ,
"63508099000" ,
"63508042000AB" ,
"63508041000AB" ,
"63508042050" ,
"63508041050" ,
"63508041055" ,
"63508040120" ,
"47106003160" ,
"63511054010" ,
"63508051000EBA" ,
"63508050000EBA" ,
"63508024000" ,
"63508023000" ,
"63508024010" ,
"59001092050" ,
"0021060003" ,
"69008021080" ,
"0024060206" ,
"63508008000" ,
"63508004000" ,
"63508003000" ,
"63508001020" ,
"63508001010" ,
"63508008050" ,
"6351401200056" ,
"63514012010" ,
"63514010020" ,
"63514011020" ,
"63514011000" ,
"63514010000" ,
"63514011080" ,
"63514010080" ,
"63508010000C1" ,
"63508026000EBA" ,
"63508025000EBA" ,
"60012080100" ,
"63508019000" ,
"63508013000C1" ,
"63508015000" ,
"63508016000" ,
"63503002030" ,
"63514010040" ,
"60708008071" ,
"60708008070" ,
"69008021060" ,
"69014014000" ,
"60006001022" ,
"69004060150" ,
"54603048600" ,
"0025050166" ,
"63514011010" ,
"76503075000" ,
"54603048200" ,
"0025060166" ,
"63512009000" ,
"63512008000" ,
"6061201000030" ,
"0035080406S" ,
"75008023000" ,
"0025060166S" ,
"64112181000" ,
"58412080400" ,
"60708025030" ,
"63514010010" ,
"63508025010" ,
"93008082010" ,
"63507040070" ,
"014581060201" ,
"63511053050" ,
"63511097000" ,
"63511059000" ,
"63511059050" ,
"64111053000" ,
"62111059060" ,
"63508055010" ,
"63508055000" ,
"64111096000" ,
"6070200100033" ,
"64102090000" ,
"64132070000" ,
"0025050126" ,
"60702012000" ,
"60711012000" ,
"76011073110" ,
"76011074000" ,
"61411174010" ,
"76011170100" ,
"60702039100" ,
"90112041000" ,
"90112040000" ,
"63502031000" ,
"6350204400030" ,
"63502040000" ,
"64102038000" ,
"63511049000" ,
"6030217910030" ,
"63511075000" ,
"63511078000" ,
"63511085000" ,
"64111058010" ,
"76211058000" ,
"60011093045" ,
"60011093075" ,
"60111094100" ,
"61111057000" ,
"44011076140" ,
"44011076200" ,
"44011076305" ,
"58011109130" ,
"61111018100" ,
"64111059020" ,
"76011060100" ,
"63511048000" ,
"60311034000" ,
"58605083014" ,
"76011030000" ,
"60711042000" ,
"60311042050" ,
"010642060166S" ,
"63530168000" ,
"0625062280" ,
"63533001044" ,
"63533001030" ,
"0405242813G" ,
"63533005000" ,
"63533045000" ,
"0471026000" ,
"63533003000" ,
"63533006000" ,
"63533002000" ,
"63533032000" ,
"0625068910" ,
"63533088000" ,
"63533011000" ,
"0405242813" ,
"63533034000" ,
"63533015000" ,
"0471029000" ,
"63533033000" ,
"63533014000" ,
"0405263013G" ,
"63533013000" ,
"63533016000" ,
"63533012000" ,
"63533010000" ,
"49030023000" ,
"0770020220" ,
"63533030011" ,
"0760003247000" ,
"58033029116" ,
"51033031000" ,
"58033132300" ,
"00050000992" ,
"63530057044" ,
"63530057050" ,
"63530059200" ,
"0405151913" ,
"63530059060" ,
"63530059150" ,
"0984050123S" ,
"63540001000" ,
"0618101410" ,
"60038007010" ,
"60340117200" ,
"0625060016" ,
"63540022000" ,
"58440090000" ,
"63540029000" ,
"63540020000" ,
"0618354220" ,
"0770244031" ,
"63514001200" ,
"69014017000S" ,
"60314025000" ,
"60314026000" ,
"0433100003" ,
"0797100003" ,
"58414030000" ,
"0081040121" ,
"0081645121" ,
"63514040000" ,
"63514011090" ,
"63514010090" ,
"63541101000" ,
"63541113050" ,
"63541113044" ,
"63541013010" ,
"90841123000" ,
"63541085044" ,
"61236048000" ,
"63536044000" ,
"63511033050" ,
"63541031100" ,
"63541099000" ,
"01584S3601" ,
"0025120506S" ,
"63508075000" ,
"63511066044" ,
"63507050000" ,
"64111067000" ,
"64111067010" ,
"64107051000" ,
"76011064200" ,
"63514069100" ,
"60714069050" ,
"61314069051" ,
"63514062000" ,
"63507050050" ,
"6351401006033" ,
"0081045121" ,
"43578142" ,
"52000210SET" ,
"R14042" ,
"43578206" ,
"R516" ,
"43578219" ,
"43578198S1" ,
"43578197S1" ,
"0025080206" ,
"R14032" ,
"43578176S6" ,
"43578195S6" ,
"43578209S1" ,
"RP80002" ,
"43578324S" ,
"T14034" ,
"40540882S1" ,
"R12012" ,
"46180064" ,
"46180007" ,
"46148166" ,
"RP80004" ,
"46148223" ,
"46148256" ,
"46148098" ,
"52000213" ,
"0635C129T201112" ,
"0025080256" ,
"7720103800030" ,
"0032100356S" ,
"5940103903230" ,
"63501045010" ,
"6900103600033" ,
"0988253505" ,
"0015080256S" ,
"0025080306" ,
"6350103403030S" ,
"69001084100" ,
"69001181000" ,
"69001086100" ,
"6350103203030S" ,
"0025080356" ,
"69001181010" ,
"63501072000" ,
"0025080256S" ,
"16181S55E" ,
"54601099000" ,
"0985050003" ,
"0025050206" ,
"63511066010" ,
"07700900151" ,
"63536056000" ,
"63536060000" ,
"014579050086S" ,
"77036035172" ,
"77036035176" ,
"77036035180" ,
"77036035184" ,
"77036035188" ,
"77036035192" ,
"77036035196" ,
"77036035200" ,
"77036035204" ,
"77036035208" ,
"77036035212" ,
"77036035216" ,
"77036035220" ,
"77036035224" ,
"77036035228" ,
"77036035232" ,
"77036035236" ,
"77036035240" ,
"77036035244" ,
"77036035248" ,
"77036035252" ,
"77036035256" ,
"77036035260" ,
"63536032100" ,
"77036033000" ,
"90236027000" ,
"63536036000" ,
"63536030000" ,
"63536031000" ,
"63536056050" ,
"63536028044" ,
"6353505200041" ,
"63535053000" ,
"0024060136S" ,
"63535055000" ,
"60035055150" ,
"0760153459" ,
"77236072020" ,
"0025060306S" ,
"59030023100" ,
"60335061000" ,
"0603061001" ,
"63539005000" ,
"60339003000" ,
"63539004000" ,
"60039040020" ,
"63530040000" ,
"6353000200041" ,
"07700240251" ,
"6003009400030" ,
"0025060356" ,
"0025060306" ,
"59039034000" ,
"0025050166S" ,
"63539006100" ,
"77839093000" ,
"6353000024424" ,
"0906100100" ,
"59030019200" ,
"61030019050" ,
"0603082131" ,
"60030063070" ,
"63530010000" ,
"00002506030U0" ,
"00002506060U0" ,
"0025080906" ,
"00002508090U0" ,
"0025080656" ,
"0025080556" ,
"0025080456" ,
"00002508065U0" ,
"63530099000" ,
"63530065000" ,
"63538051000" ,
"63538050000" ,
"63538035000" ,
"63530086010" ,
"0019050121S" ,
"014580060166S" ,
"63638003000" ,
"63538001022" ,
"0799080000" ,
"60038001224" ,
"63538008050" ,
"60038011100" ,
"63538002000" ,
"0402041580" ,
"0402050980" ,
"0770120020" ,
"63538012000" ,
"0770140200" ,
"0770020020" ,
"60038128000" ,
"63538026000" ,
"50337073000" ,
"61238010100" ,
"63530086000" ,
"6353008500024" ,
"61238021100" ,
"0770125015" ,
"0770170200" ,
"61338015200" ,
"07700390261" ,
"75038041200" ,
"0770060025" ,
"0025080166S" ,
"0770070025" ,
"00050000068" ,
"6353000134441" ,
"63530025300" ,
"58030020100" ,
"0770191015" ,
"63532048003" ,
"63532049000" ,
"0799090003" ,
"0760122060" ,
"63532048233" ,
"014580060206S" ,
"63532052100" ,
"0934080006" ,
"0024060156S" ,
"63534015000" ,
"0625068070" ,
"63534011200" ,
"63534012001" ,
"0625068060" ,
"79234012020" ,
"79211023000" ,
"63533022000" ,
"63534005033" ,
"56534013100" ,
"54634020000" ,
"61234014000" ,
"54634050000" ,
"54632095000" ,
"0760142460" ,
"0007025241" ,
"63534050000" ,
"63534050010" ,
"0988142005" ,
"0471140100" ,
"6413403000033" ,
"50233041500" ,
"63534051000" ,
"63534024000" ,
"63534052000" ,
"63534023000" ,
"63534002000" ,
"63534001100" ,
"75034019100" ,
"0402080200" ,
"63534036044" ,
"6353403104433" ,
"54634032100" ,
"54634031050" ,
"63505183000" ,
"63505111000C1" ,
"78105181010" ,
"27005011011" ,
"69005005005" ,
"0024060256" ,
"69005050000" ,
"0025080356S" ,
"64105050000" ,
"63541090000" ,
"63541190000" ,
"64105007100" ,
"51010086100" ,
"64105005000" ,
"58405050065" ,
"54305068100" ,
"0019080506" ,
"60405069000" ,
"61305069000" ,
"63505015000" ,
"00063001022" ,
"00063004012" ,
"00063004105" ,
"00063004106" ,
"00063004108" ,
"00063004202" ,
"00063004204" ,
"20180189INT" ,
"20180195INT" ,
"6030218004430" ,
"6030218104430" ,
"60408061050" ,
"62142041100" ,
"3214292EN" ,
"63529099000" ,
"60012060032" ,
"60012060000" ,
"76029062000" ,
"50329070000" ,
"6350403004433" ,
"50304040100" ,
"60104142000" ,
"46104066050" ,
"64104066000" ,
"54804034000" ,
"0760253270" ,
"0618222812" ,
"59404032000" ,
"54603036000" ,
"64104030020" ,
"64104037000" ,
"76504038000" ,
"63504030010" ,
"0025060456" ,
"78004070100" ,
"63504061000" ,
"64104150010" ,
"63504050000" ,
"79004030010" ,
"75015001200" ,
"76015015000" ,
"63515026010" ,
"63515003010" ,
"6351500201033" ,
"63515021000" ,
"78015119000" ,
"63515024100" ,
"78015019000" ,
"63515028000" ,
"78015021000" ,
"64115026000" ,
"61315028100" ,
"0024060136" ,
"58431082100" ,
"61315026100" ,
"63503098030" ,
"69014015000" ,
"63507047000" ,
"63507040000" ,
"63507047044" ,
"63507113000C1A" ,
"63507058000" ,
"0912050083" ,
"0912050303" ,
"63507008050" ,
"63507080100" ,
"0912050163" ,
"58507003200" ,
"58031005000" ,
"63507016000" ,
"63515027100" ,
"61007065000" ,
"61007060000" ,
"0912080403" ,
"21007008151" ,
"60307080090" ,
"00001000015" ,
"0900000601200" ,
"50203098003" ,
"50307098000" ,
"63506097000" ,
"64104099100" ,
"63503095000" ,
"21007098000" ,
"21003094000" ,
"63503097000" ,
"6030900124433A" ,
"6030901014433" ,
"60309011000" ,
"0625069068" ,
"0472047175" ,
"0760354771" ,
"60309012100" ,
"60009013000" ,
"6030917010033A" ,
"60309071000" ,
"60312033050" ,
"60309073100" ,
"60309177000" ,
"60309081100" ,
"6900113600001" ,
"60342020000" ,
"63509060000" ,
"60609015000" ,
"6353602010024" ,
"60030063050" ,
"75036052010" ,
"75036055000" ,
"0025060556" ,
"0025060405" ,
"61238091100" ,
"79435047000" ,
"0770100020" ,
"0908120153" ,
"63530036400" ,
"58530014100" ,
"63535017000" ,
"63535019100" ,
"78630044000" ,
"77336089010" ,
"0770298178" ,
"63536075000" ,
"61136175050" ,
"63536053000" ,
"6353605200033" ,
"77036054150" ,
"77336054150" ,
"0770012030" ,
"63536081000" ,
"61236082150" ,
"0080060123" ,
"61738016000" ,
"63503001100C1" ,
"63703102006C1" ,
"63703102005C1" ,
"63508019050" ,
"6350304800033" ,
"6350304900033" ,
"6350300200733" ,
"60003044100" ,
"60003152000" ,
"60003051000" ,
"60003050000" ,
"60003052000" ,
"0799060003" ,
"6410301300033" ,
"6350309019033" ,
"6350309018033" ,
"6350800600033" ,
"6350800500033" ,
"63703039066C1" ,
"63703038066C1" ,
"08000010025U0" ,
"0035080356S" ,
"0035080206S" ,
"0035100209S" ,
"63503002093" ,
"63503002090" ,
"0025060126S" ,
"58411098100" ,
"0035100456S" ,
"0035100409S" ,
"0035100609S" ,
"0025080166" ,
"014579080506S" ,
"60003041010" ,
"60003040010" ,
"63503096000" ,
"0035080356" ,
"0125080003" ,
"60307048000" ,
"54803044000" ,
"78003041050" ,
"78003040050" ,
"54603041000" ,
"0125100003" ,
"0094032253" ,
"54603048000" ,
"0035100656S" ,
"64103088000" ,
"60003044010" ,
"54310086100" ,
"61407049000" ,
"63542031044" ,
"63542040000" ,
"76042125000" ,
"014580060166" ,
"63711051000" ,
"63742002000" ,
"62111051000" ,
"63742004000" ,
"54813026100" ,
"61542090000" ,
"6354219003033" ,
"60113146000" ,
"63530007000" ,
"63530031044" ,
"63530074000" ,
"63530015000" ,
"635300140001" ,
"635300140002" ,
"63630013000" ,
"63530018344" ,
"0888040050" ,
"635300820001" ,
"635300820002" ,
"635301820001" ,
"635301820002"
)
Copy
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (49107 , 49281 , 49507 , 49775 , 51618 , 51632 , 51633 , 51635 , 51636 , 51807 , 51814 , 51895 , 51900 , 51902 , 51903 , 51904 , 51906 , 51907 , 53292 , 53297 , 53299 , 53302 , 53337 , 53338 , 53923 , 53945 , 54077 , 54079 , 54218 , 54864 , 55441 , 55442 , 55443 , 55444 , 55445 , 55446 , 56306 , 56308 , 56333 , 56334 , 56335 , 57999 , 58120 , 58143 , 58223 , 58224 , 60006 ) AND article_number IN ("63503023000C1" , "61003024000" , "62503027200" , "63503028010" , "0738050202" , "6350302610033" , "93511045000" , "64103001099" , "0018050103" , "0035100309S" , "63503016040C1" , "90103029000" , "63503090000" , "63503098010" , "63503097010" , "6350309005033" , "63503090016" , "0025060106" , "0025060086" , "0025080406S" , "69014017000" , "61342041000" , "62142041000" , "60006001021" , "63503190017" , "69014117000" , "60307020000" , "56509064100" , "83008000012" , "63506041000" , "63506040000" , "63506040050" , "63506041050" , "69008021160" , "63506002000" , "0081050161" , "61041080000" , "63506001000" , "0081050121" , "63506002060" , "00050198706" , "63530087000" , "76006014000" , "50206020000" , "63506026000" , "77236048000" , "63506016000" , "60306015100" , "63506017000" , "63532048104" , "0471120010" , "63532044000" , "63532006000" , "63532005000" , "63532041000" , "63532003000" , "63532011010" , "63532034000" , "0625060017" , "60036073150" , "0252012103100" , "63532002000" , "63532021000" , "63532001044" , "60038001232" , "0405263525" , "63532020000" , "63532035000" , "6031000124433A" , "6031001014433" , "60010011000" , "0625062052" , "0472052200" , "0760305271" , "60310013000" , "60010015000" , "6031007010033A" , "60310071000" , "60310171000" , "60310072100" , "60310073100" , "60310177100" , "60309176000" , "59009062019" , "60142021100" , "63510060100" , "54610459000" , "06923080003" , "7501005004433" , "60110014000" , "0625060060" , "60110016000" , "60110012000" , "75010051045" , "0019080266S" , "69010181044" , "60010084000" , "61010086000" , "78010167118" , "78010166100" , "63510067118" , "00050002100" , "60310015000" , "63513001033" , "63513002044" , "64113006000" , "63513008000" , "64113031000" , "6351300500030" , "63542001000" , "62113020100" , "0603100141" , "63513015000" , "63513016000" , "63513030000" , "63513019000" , "64113021000" , "64113017000" , "62513020000" , "0035100559S" , "63542003000" , "0025050106" , "63513080000" , "63513075000" , "64113084000" , "63513083000" , "63513081000" , "64113020000" , "63513090000" , "63513085000" , "63542004000" , "64113069000" , "69013099050" , "64113026000" , "64142046000" , "58007017000" , "69013069001" , "6411306000030" , "64113061000" , "0025060256" , "63513050033C1" , "63513051000" , "014581050162" , "0025060206" , "0934060003" , "0625006087" , "54603069000" , "54603068000" , "0738060205S" , "54603062200" , "54310086200" , "014579080301S" , "63542002000" , "63503039051" , "63536509044" , "63536510044" , "63536080000" , "63536001000" , "63536002100" , "0035080256S" , "63536002150" , "63536013000" , "63536005000" , "0025060206S" , "77036003200" , "0770180020" , "0770220020" , "61236008200" , "0770010010" , "77236080100" , "63535010000" , "62535009000" , "41001052000" , "54603048100" , "0025060126" , "60035048000" , "63535040000" , "0024060156" , "43205062100" , "0024060106" , "60035001000" , "63535141044" , "63535041044" , "63535026000" , "63535027000" , "00050331706" , "10001120000" , "63535065001" , "60335066044" , "70003065000" , "60035068000" , "60035067001" , "58007117000" , "63507088000" , "64107189000" , "75007092000" , "00050157706" , "63507017000" , "76007028000" , "0025050126S" , "49007439000" , "63507090000" , "63508099000" , "63508042000AB" , "63508041000AB" , "63508042050" , "63508041050" , "63508041055" , "63508040120" , "47106003160" , "63511054010" , "63508051000EBA" , "63508050000EBA" , "63508024000" , "63508023000" , "63508024010" , "59001092050" , "0021060003" , "69008021080" , "0024060206" , "63508008000" , "63508004000" , "63508003000" , "63508001020" , "63508001010" , "63508008050" , "6351401200056" , "63514012010" , "63514010020" , "63514011020" , "63514011000" , "63514010000" , "63514011080" , "63514010080" , "63508010000C1" , "63508026000EBA" , "63508025000EBA" , "60012080100" , "63508019000" , "63508013000C1" , "63508015000" , "63508016000" , "63503002030" , "63514010040" , "60708008071" , "60708008070" , "69008021060" , "69014014000" , "60006001022" , "69004060150" , "54603048600" , "0025050166" , "63514011010" , "76503075000" , "54603048200" , "0025060166" , "63512009000" , "63512008000" , "6061201000030" , "0035080406S" , "75008023000" , "0025060166S" , "64112181000" , "58412080400" , "60708025030" , "63514010010" , "63508025010" , "93008082010" , "63507040070" , "014581060201" , "63511053050" , "63511097000" , "63511059000" , "63511059050" , "64111053000" , "62111059060" , "63508055010" , "63508055000" , "64111096000" , "6070200100033" , "64102090000" , "64132070000" , "0025050126" , "60702012000" , "60711012000" , "76011073110" , "76011074000" , "61411174010" , "76011170100" , "60702039100" , "90112041000" , "90112040000" , "63502031000" , "6350204400030" , "63502040000" , "64102038000" , "63511049000" , "6030217910030" , "63511075000" , "63511078000" , "63511085000" , "64111058010" , "76211058000" , "60011093045" , "60011093075" , "60111094100" , "61111057000" , "44011076140" , "44011076200" , "44011076305" , "58011109130" , "61111018100" , "64111059020" , "76011060100" , "63511048000" , "60311034000" , "58605083014" , "76011030000" , "60711042000" , "60311042050" , "010642060166S" , "63530168000" , "0625062280" , "63533001044" , "63533001030" , "0405242813G" , "63533005000" , "63533045000" , "0471026000" , "63533003000" , "63533006000" , "63533002000" , "63533032000" , "0625068910" , "63533088000" , "63533011000" , "0405242813" , "63533034000" , "63533015000" , "0471029000" , "63533033000" , "63533014000" , "0405263013G" , "63533013000" , "63533016000" , "63533012000" , "63533010000" , "49030023000" , "0770020220" , "63533030011" , "0760003247000" , "58033029116" , "51033031000" , "58033132300" , "00050000992" , "63530057044" , "63530057050" , "63530059200" , "0405151913" , "63530059060" , "63530059150" , "0984050123S" , "63540001000" , "0618101410" , "60038007010" , "60340117200" , "0625060016" , "63540022000" , "58440090000" , "63540029000" , "63540020000" , "0618354220" , "0770244031" , "63514001200" , "69014017000S" , "60314025000" , "60314026000" , "0433100003" , "0797100003" , "58414030000" , "0081040121" , "0081645121" , "63514040000" , "63514011090" , "63514010090" , "63541101000" , "63541113050" , "63541113044" , "63541013010" , "90841123000" , "63541085044" , "61236048000" , "63536044000" , "63511033050" , "63541031100" , "63541099000" , "01584S3601" , "0025120506S" , "63508075000" , "63511066044" , "63507050000" , "64111067000" , "64111067010" , "64107051000" , "76011064200" , "63514069100" , "60714069050" , "61314069051" , "63514062000" , "63507050050" , "6351401006033" , "0081045121" , "43578142" , "52000210SET" , "R14042" , "43578206" , "R516" , "43578219" , "43578198S1" , "43578197S1" , "0025080206" , "R14032" , "43578176S6" , "43578195S6" , "43578209S1" , "RP80002" , "43578324S" , "T14034" , "40540882S1" , "R12012" , "46180064" , "46180007" , "46148166" , "RP80004" , "46148223" , "46148256" , "46148098" , "52000213" , "0635C129T201112" , "0025080256" , "7720103800030" , "0032100356S" , "5940103903230" , "63501045010" , "6900103600033" , "0988253505" , "0015080256S" , "0025080306" , "6350103403030S" , "69001084100" , "69001181000" , "69001086100" , "6350103203030S" , "0025080356" , "69001181010" , "63501072000" , "0025080256S" , "16181S55E" , "54601099000" , "0985050003" , "0025050206" , "63511066010" , "07700900151" , "63536056000" , "63536060000" , "014579050086S" , "77036035172" , "77036035176" , "77036035180" , "77036035184" , "77036035188" , "77036035192" , "77036035196" , "77036035200" , "77036035204" , "77036035208" , "77036035212" , "77036035216" , "77036035220" , "77036035224" , "77036035228" , "77036035232" , "77036035236" , "77036035240" , "77036035244" , "77036035248" , "77036035252" , "77036035256" , "77036035260" , "63536032100" , "77036033000" , "90236027000" , "63536036000" , "63536030000" , "63536031000" , "63536056050" , "63536028044" , "6353505200041" , "63535053000" , "0024060136S" , "63535055000" , "60035055150" , "0760153459" , "77236072020" , "0025060306S" , "59030023100" , "60335061000" , "0603061001" , "63539005000" , "60339003000" , "63539004000" , "60039040020" , "63530040000" , "6353000200041" , "07700240251" , "6003009400030" , "0025060356" , "0025060306" , "59039034000" , "0025050166S" , "63539006100" , "77839093000" , "6353000024424" , "0906100100" , "59030019200" , "61030019050" , "0603082131" , "60030063070" , "63530010000" , "00002506030U0" , "00002506060U0" , "0025080906" , "00002508090U0" , "0025080656" , "0025080556" , "0025080456" , "00002508065U0" , "63530099000" , "63530065000" , "63538051000" , "63538050000" , "63538035000" , "63530086010" , "0019050121S" , "014580060166S" , "63638003000" , "63538001022" , "0799080000" , "60038001224" , "63538008050" , "60038011100" , "63538002000" , "0402041580" , "0402050980" , "0770120020" , "63538012000" , "0770140200" , "0770020020" , "60038128000" , "63538026000" , "50337073000" , "61238010100" , "63530086000" , "6353008500024" , "61238021100" , "0770125015" , "0770170200" , "61338015200" , "07700390261" , "75038041200" , "0770060025" , "0025080166S" , "0770070025" , "00050000068" , "6353000134441" , "63530025300" , "58030020100" , "0770191015" , "63532048003" , "63532049000" , "0799090003" , "0760122060" , "63532048233" , "014580060206S" , "63532052100" , "0934080006" , "0024060156S" , "63534015000" , "0625068070" , "63534011200" , "63534012001" , "0625068060" , "79234012020" , "79211023000" , "63533022000" , "63534005033" , "56534013100" , "54634020000" , "61234014000" , "54634050000" , "54632095000" , "0760142460" , "0007025241" , "63534050000" , "63534050010" , "0988142005" , "0471140100" , "6413403000033" , "50233041500" , "63534051000" , "63534024000" , "63534052000" , "63534023000" , "63534002000" , "63534001100" , "75034019100" , "0402080200" , "63534036044" , "6353403104433" , "54634032100" , "54634031050" , "63505183000" , "63505111000C1" , "78105181010" , "27005011011" , "69005005005" , "0024060256" , "69005050000" , "0025080356S" , "64105050000" , "63541090000" , "63541190000" , "64105007100" , "51010086100" , "64105005000" , "58405050065" , "54305068100" , "0019080506" , "60405069000" , "61305069000" , "63505015000" , "00063001022" , "00063004012" , "00063004105" , "00063004106" , "00063004108" , "00063004202" , "00063004204" , "20180189INT" , "20180195INT" , "6030218004430" , "6030218104430" , "60408061050" , "62142041100" , "3214292EN" , "63529099000" , "60012060032" , "60012060000" , "76029062000" , "50329070000" , "6350403004433" , "50304040100" , "60104142000" , "46104066050" , "64104066000" , "54804034000" , "0760253270" , "0618222812" , "59404032000" , "54603036000" , "64104030020" , "64104037000" , "76504038000" , "63504030010" , "0025060456" , "78004070100" , "63504061000" , "64104150010" , "63504050000" , "79004030010" , "75015001200" , "76015015000" , "63515026010" , "63515003010" , "6351500201033" , "63515021000" , "78015119000" , "63515024100" , "78015019000" , "63515028000" , "78015021000" , "64115026000" , "61315028100" , "0024060136" , "58431082100" , "61315026100" , "63503098030" , "69014015000" , "63507047000" , "63507040000" , "63507047044" , "63507113000C1A" , "63507058000" , "0912050083" , "0912050303" , "63507008050" , "63507080100" , "0912050163" , "58507003200" , "58031005000" , "63507016000" , "63515027100" , "61007065000" , "61007060000" , "0912080403" , "21007008151" , "60307080090" , "00001000015" , "0900000601200" , "50203098003" , "50307098000" , "63506097000" , "64104099100" , "63503095000" , "21007098000" , "21003094000" , "63503097000" , "6030900124433A" , "6030901014433" , "60309011000" , "0625069068" , "0472047175" , "0760354771" , "60309012100" , "60009013000" , "6030917010033A" , "60309071000" , "60312033050" , "60309073100" , "60309177000" , "60309081100" , "6900113600001" , "60342020000" , "63509060000" , "60609015000" , "6353602010024" , "60030063050" , "75036052010" , "75036055000" , "0025060556" , "0025060405" , "61238091100" , "79435047000" , "0770100020" , "0908120153" , "63530036400" , "58530014100" , "63535017000" , "63535019100" , "78630044000" , "77336089010" , "0770298178" , "63536075000" , "61136175050" , "63536053000" , "6353605200033" , "77036054150" , "77336054150" , "0770012030" , "63536081000" , "61236082150" , "0080060123" , "61738016000" , "63503001100C1" , "63703102006C1" , "63703102005C1" , "63508019050" , "6350304800033" , "6350304900033" , "6350300200733" , "60003044100" , "60003152000" , "60003051000" , "60003050000" , "60003052000" , "0799060003" , "6410301300033" , "6350309019033" , "6350309018033" , "6350800600033" , "6350800500033" , "63703039066C1" , "63703038066C1" , "08000010025U0" , "0035080356S" , "0035080206S" , "0035100209S" , "63503002093" , "63503002090" , "0025060126S" , "58411098100" , "0035100456S" , "0035100409S" , "0035100609S" , "0025080166" , "014579080506S" , "60003041010" , "60003040010" , "63503096000" , "0035080356" , "0125080003" , "60307048000" , "54803044000" , "78003041050" , "78003040050" , "54603041000" , "0125100003" , "0094032253" , "54603048000" , "0035100656S" , "64103088000" , "60003044010" , "54310086100" , "61407049000" , "63542031044" , "63542040000" , "76042125000" , "014580060166" , "63711051000" , "63742002000" , "62111051000" , "63742004000" , "54813026100" , "61542090000" , "6354219003033" , "60113146000" , "63530007000" , "63530031044" , "63530074000" , "63530015000" , "635300140001" , "635300140002" , "63630013000" , "63530018344" , "0888040050" , "635300820001" , "635300820002" , "635301820001" , "635301820002" );
Copy
80
0.28 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = ?
Parameters :
[
1002107429
]
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = 1002107429 ;
Copy
81
0.21 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 :
[
"1002107429 "
]
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 = '1002107429' ;
Copy
82
18.02 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":šÝ·Ï\t E{¬\e 9À¬Ó[e "
b"\x10 iPÚ©ÛGþŒjI^õXpË "
b"┬ý¦Ó¬·H2ïìBÆøRT× "
b"(\x0F ´§\x17 M†¸°‹Åli˜ñ "
b"ÞB›p\x18 ×FЈˆ¦ü\v é‚( "
b"è\r ë\x11 èâC¢ì▒PõÊðçv "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"õpO®KüK%ŸJP:\x0F Þ;a "
b"ú´\t ┐jPG4░FÔ/ÉÑ‗ı "
b"CM\x10 @`rB\x11 ¯$Ç.ª\v „ "
b"_g–D1‹H5¨cýpͦ$¥ "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"ž.\v Î×ÉM¥£sÇ\x07 .éi "
b"â\v ;‚,ÏNâ²i*[A\x08 õh "
b"ØéÝX\x04 QC{îÿ©I\x1C $╔╔ "
b"ž\x00 üóˆ'D¨¹‡¿ÔæÈÝJ "
b"ɶl\Ç0B)ä;®-`ÇÑn "
b"å\x01 Ϋ™ÚL‘€Œ/ª^\x7F ¢g "
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b"1x{'8"J¡œìn°/–îz "
b"WlÁD\r \x07 CL‰Êœ\t —\x1D ©á "
b"c\e ¦ñS@E‘Žõí\f ¯ù/2 "
b"]\x01 Æ¢0ÏMA¥°ú\x14 Ø\x00 mý "
b"©Q˜Áú4@³¤\t ø\x13 ¤mzc "
b"ð+çGÒÏD*íþ\RÊÍÜì "
b"“\x06 ‘ž§\x02 AÏ \e\x0F LA‘\x18 í "
b")?G^7µ@£–\x7F 8÷E}߬ "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"ää]wN¯C ¢xëúsîâê "
b"’×A©º€NQ–³\r ñ×Ò\x14 I "
b"─ëkðè\x17 BÉÆ┐`e ]\\v "
b"þ%ü╦9ûJÇ¥àäÎâ╩¿ "
b"(iäÕ¾µD\x1D ½Sóçlã\x00 r "
b"ð ╚*9¥Mc«OæÉ\x00 IÍ\x11 "
b"\x10 Ð@ p!G\n ”Q †MT\x00 ] "
b"·õQ\x16 fàL³°1•A,¬· "
b"Ûµ\x18\x05 ÛED\x07 žßª}}X)Î "
b"\x1C\x0E *7\x06 ı@\x1D ¿ü÷ÜÐê┌└ "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"\x0E ^n60&FŸ‚'æl[XÌÚ "
b"rŠxúéeM•„\v Äš„ÓnT "
b"»Ñ7€X\x14 A\x1F §·ö—õdaµ "
b"░#É(\x18 BE©©\x10 iØ▒öp: "
b"5îèSHuEa’²p×ÌDÿš "
b"├rN\x1D ¹8OÛ½│°/[üµ' "
b"¶N\x05 7ùŸJ|ƒÊÑ¿Ó%<d "
b"Kõå┌ÒABÕÂ>Á¤d\x00 áÉ "
b"ËÍ>dϘF\t »\x05 ȸðÄo\e "
b"\e e‹ž?`G\e ¿’òWœ¤`Q "
b"OÃ<ü»┴J¾Ñ\x1C ÅÉÓ÷´´ "
b"HÌ€^:\f JpŠ~6\x1E Á\x17 ºª "
b"!\x1F ¯¼†ñ@?—QO[ímV "
b"ø£w^xnC-œ\r íû8õÍõ "
b"\x13 4\x03 R~9HÙ‹û-Ü¢"JO "
b"ʦË\e\x15 ùE\x06 ºî”«m«Û/ "
b"\x12\x10 ïs).H4»\x02 Gz ™Zç "
b"\x14 †Œáb¼M<¿Vþ\x07 ½áþ½ "
b"zÖÅL›ãO\x03 ´EÓ\x1D i'íþ "
b"ô,°G"¨B\r ░■ü║Gû\x11 ÷ "
b"""
hÚò2ÛÛH\n
×\x1A\x05 âQ╗Éê
"""
b"\x13 W&òdÀBt«\x10 ‹<rÔ9\x1E "
b"¤ÈÆëÔID”†»‹ïÈ\x0F x” "
b"y+F\x12 fÍGL®#Vª{*m\x0F "
b"""
Ñ\n
_¤OÊIu¿\x01 OC/\n
QÓ
"""
b"‘WÓš\x06 ™Ac©/\e ÍowJÞ "
b"O\x1A ,ŒZäO«¡¿“@À€˜” "
b"¥Ü\x0E Ð,ÏNÔNO\x1E ë\f Çï "
b"Ð$└£ÛÉBýîÔ¯ñƒq\x05 ▓ "
b"_ѽœ3ÂN锕ËY‚~øc "
b"¹¶YU1\x14 A\f „꺅zºˆv "
b"▀üï\t úÌGv¢%╩hY\x7F 8‗ "
b"—†HÂ8¯HÓ¶UY_\x08 ƒ†Z "
b"ÿ™È¯ókDê°áÎ`£ÌÓ› "
b"JU!À¡ðOd„\x18 Ø4¼B\x0E M "
b"îØÐç1ıK1îä\x16 º¹\x02\x13 ‗ "
b"ì5ãfL@Sû╠Ø\x07\e ç!@ "
b"Ø‹óx²gLò«S/O\x11 å\x07\x1C "
b"¾n5¹i\J¥¶\‘<À\x10 I} "
b"┴á°╠ÁOØäsgN£jûj "
b"yaª¯\x1E ýO‘¡ÏY-/DN„ "
b"¹Q?ü\x1E ß@´Œû:\x1C Cß§k "
b"%ã76/ûF‰®¨2¼¼xÉ\x03 "
b"åBê┼\x04\x02 E▀Å\x06 ʹ1§²î "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"\x19 ¯·9µìK¬ŠbÚà[I©_ "
b"""
Ö\x1D è\n
2îCØñ\t 5╔0▓Üv
"""
b"×zu¡±yF\x17 ¬Õ\x17 _nk‡F "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"n~†‰åtFgš÷\x1A 4•B$ˆ "
b"gxY\x00 CÉET¢âÊ'œøžß "
b"\x16\x1A Œ#\f ÓI:¸p¦R5¤”® "
b"W-W\x05 éVH-¬/A»U:7¼ "
b"\ïm\x13 x;N<¾ú\x19 ”Êg.0 "
b"¼ÚaL>ÅI6¶Dg‚×èŽÂ "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"vì7¬m&M└«3Õu½µQÁ "
b"Wû4"õ▀L£╝LÈj%ÅMC "
b"""
z\x16 %°\n
?E½Ø,└\r ¨\x12 ôÍ
"""
b"µ"B\f 2gD'ûÉÎ#█\x04 í' "
b"""
‗Â\n
[└ØBAÀ2ç─îÄ\x05 °
"""
b"²Z‘|{”EJ¡Bßë\x17 ³G® "
b"B"¦-/BB‹ž2\x17\x03 À£yÌ "
b"€ "P\x1A aEÀŠuÁ|u¾ä\ "
b"K\x0F\t ™\x02 ÞNO‚4µl¢]×× "
b"A;àƒ^˜B\µ9©\x00\x1D R87 "
b"-\x19 gu}MÒš¡g…£y\e d "
b"¯ág\x0F SõBýˆ¢²),ÿ8y "
b"ɉ»\x0F V#E»‡ƒ›\‚;Hº "
b"\x00 þ HÀ3LEìÙ<'º│Lu "
b"\x12 ÆÏ\x17 ].A_’\x02 òo\x7F ^¢g "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b"\x1C ±*µ^ÀM$®^7"bIö( "
b"ŽëðQ°ÛA±\x05\x1D ÏÒ0é' "
b"""
║\x1A LWÅtOÞ«\n
â`¯Ò½
"""
b"Rª6@¨3FFžôóÃÕGvI "
b"\x14 þ·Áb·L\f ª\x04 ÔúÅd ½ "
b"ø£¤═BÓEm®\x0F ü÷2hÕÕ "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"õ\x00 ðe\x11 ©C‰¢\x19 ŠH¸n\x16 © "
b"È/r§!¤Bw°\x19\x1A Cs\t ÄÓ "
b"╠\x7F\x17 ÁE┤C%Ø{;æ¢Â5Ú "
b"=\jô'ÈCÀœ‚í&^ Ëb "
b"¬ž«ÙlxEL–È€Á¿ÏD– "
b".\x1D z$Ã~MM–²Ýui=%L "
b"ðH´\x03 jqMƒ¥H\x00 åi\x14\x1D "
b"³ïúO•_@{ †ü9á\x02 Åê "
b"\x1D ╦z Z[I|ø\x01 $\x0F ü\x13 ┘2 "
b"\x0E ┘\x04 ƒ╬ÖOܺ\x0E i\x08 ì¸U╩ "
b"▄┐i±þÆAìöp┐DãU■J "
b"3█ ┼Å┤Gƒï~┤\x13 6¿x\x1D "
b"$FUJfH@hƒ~5ä'ÿ¨u "
b"ÁCcTy»MЫ/+Eïò™\x06 "
b"P\x06 ½Õì)A²║h\x1E :ç█nô "
b"ñ§>ºô³I(É<╬UÈ}¬k "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"Þ}¸»ý9M0›À\x02 „|ù“ô "
b"³░b\x7F ╩\x08 CÚ║┐I¦ÀØø\x17 "
b"ï’MƼ£Cˆ“…UÛd›X½ "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"‘ŠŸ¬¯¡N온öLœ\x15 „¦ "
b")*ñ½iº@Á‚q×òÝê\x03 ª "
b"ޝ~ì”ïK\x16 ¡È\x00 ÌJTµõ "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"Ø\x11 │YolNÕéWQ"{=çx "
b"d><˜B¼B}¡™GÈLj!X "
b"=¿┐\x19 j;IÇÅ╬&e,╠ı╣ "
b"!\x08 e\x17 aãFo†Õ‹GTáy³ "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"zmÛi\x1C ™Fq©BZ¾\x1D\x1F Á\f "
b"VÐ\x08 på8G¸²•0$ø"F\x06 "
b"yÐ1é()DS©\f yÅ\t ‡n "
b"""
”£jûïŠBz‚¦ó\n
oŽñ\t
"""
b"ì‚\r \x05 ”…Mí(溢‚Åp "
b"ä.šÍ·¨M±¥Ü!ϧ\x0F vo "
b"åiß%░\x04 A\x12 ô\t -ب┐4┼ "
b"\x1F ¦žÝª¿Mõ—\x1E #²Ç\x18 ÕÝ "
b"¥0åË¿èKc†Œ\x03 ¿×ö»Á "
b"²,Qhz\x18 FžµÜc##ì4Ç "
b"íøÅUlýCPó3╣^B«óÆ "
b"Ÿ\x06 ôÏU'@7ÕÖ‹,%\t † "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"\x1A 焺\x04 ?J‚œAU°@2òŽ "
b"&Èq5\x0E óDXˆ\f ¦_'vƹ "
b"qq\f ÙõðFRŸúJŠÀ”9É "
b"|ç]\t ™wL¼ˆMi3xIŸ "
b"z\x08 nŒB\x01 Fž“+J\x18 7\x11\x05 + "
b"÷Ú&Ë*"M¾°À¹½"9\x0F Ð "
b"숿s¿pDÌšdM1ˆ™÷ê "
b"ºæiÅ\x06\x07 @ýüç%a´p╗4 "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"E¬Jî\x1F\x01 O2¥\e "˜³W[ "
b"â\x01\x02 f¼|HÞŽÍ\x07 ¤h+u€ "
b"yúÔó\v oBü„\f ð°ø".. "
b"\e "^ZrA\x16 œJªW€T—‘ "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"ÉoqíÑ<Ca╣R\x02 àIÅG╠ "
b"mœ½º\x12 ‡E;¯àÝpæköƒ "
b"\x16 §5\x08 ¦×Al¤–7="-ñÐ "
b"\x03 5%K1\x1F L░ìL\x04 :´A¯¦ "
b"ŇÁ+\x0F\x05 O\x11 ¯\x15 á聾Äâ "
b"D¤uåÖ4J< “Éј…÷õ "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"õJi\x07\x06 yGÏœ^4þ¦˜äm "
b"\x1D\x1A )Í(ŒL…ƒÍ,Ì\x7F ³ ½ "
b"\x06 #K€ÁD±¯þŸ}/Ó~| "
b"8x½\x06 P0DFØ0\x11 \x05 F\r ª "
b"CóÀ\x04 b\x11 F伇Xß¡=c« "
b"ÿk"3\x7F ØIXÖvª┴Ú\x14 ÚË "
b"\x1F `БSmJ\f бàÏM¼\x0E B "
b"»ŒÛ\e î{Oȧ\x17 ¸¶\v Ôiþ "
b"¬ÛŸ\x1D ªcM\x01 …x\x18 N®%ûã "
b"ÌÝ ‡ôXF. Þ\x04 #-h«\x19 "
b"Y+-ø‹ÍKkª6é‰=øÍ\f "
b"ªÆÆ\x02 ú\x1F F؇ùD/ñ\x11 @ "
b"¤[•a˜¸O\x1F ¶ÿ\x13 ìE$ZÌ "
b"„#'S0ÔM“«ÌLaÃÇ;i "
b"ÞŽ…±uHL”ŠNàwÚ²½W "
b"€^Ï\x0F ¼mA•ŸrØM³0´\x1A "
b"8]VÑh±A]É¥PQ█\x12 ╗Á "
b"ˆZï‚x\r Aû¥F\x14 3¸Û.Ó "
b"“„ÇŽ;oC\x1C ¨Žy!èι¤ "
b"á╔Ûy┐«N;égÛî É;/ "
b"‚ìLrx\r Mˆ ç›8F©¿n "
b"¶\x04 ’´$´Lýºiɨ|Ƨ\x08 "
b"ØÂš¢^lJ¸¥"¿{›\r ˜ "
b"´Š4CîA\x14 ¶ñKðÍ–\x16 g "
b"Ûqzó”$AÒ“Òip¦W«p "
b"\x1A 8T\x13 à\x11 N´¹Ÿ\x05 ·‚ Ù³ "
b"\x7F B¬í„dB¬²+ÑÞ«0çÅ "
b"\x04 q’\n ^\x1A A¼º¤\x00 –VŒ0ò "
b"Ê\x06 +X©&K}¨Þ³\x06 «'Ǩ "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"7"þ\x14 oÂIvˆx\x07 Ñ×òf\x00 "
b"\x1A o\x00 æ¥BGž‰\x7F\x1A ÁYç\x14 ¨ "
b"""
ëðæê\n
-M|ŸK¶ùRñ±]
"""
b"òwxû³\x14 Għ–ôì.|Î "
b"ö\x04\x18 K:èJt£\x17 xšŒ09n "
b"\x16 ñP(|ùH\Ø ÚR(ãþe "
b"-ÔÆ–Ð\t LP¹±C¼w°=Z "
b"ðõÍ'\r ^Jk€\x05\x05 ƒ\x08 ®\x00 Ð "
b"§Ø\x0F ı\x1D pJ¡å*\x13 ÷┼\x1C Ý┘ "
b"»²®ø\x07 „I‘‹J\x03 i-`‹@ "
b"Kfþ²ÚìD+œÕ\x17 ”ÝrY\v "
b"ê´‰4ŠžL\x1A Ÿ)\x17 6zØÀƒ "
b"ÌØõµ█5Azê╝}I¼÷\x16\f "
b"ÍHSA}ØJÕ£ÁHÝ©\x19 éä "
b"sÉ\x16 ¥è’K¶²€Ò\v >lœ§ "
b"cFnJ\x0F `D\x1E ¬i¤sé¿9œ "
b"»ÄáSc┤M╚íþÅìÀ╦¥\x06 "
b"¦4─║┬+CÅï¦ZCtÓëu "
b"¥├¶è┬║OòªDòÔ'~+Ø "
b"\x1A @Tt\x04\v @Û‡"¸Åf(\x05 ì "
b"8┐\x0E Õ#│Ck«\x11 Éßþ±!k "
b"`y─┐§ØF═å\v ┌U/±6\x02 "
b"dG,¨–éL¨¢Ð‚KáeÊœ "
b"%=O~\x14 %AN–\x11 f’µ \x1C i "
b".ê\x11 %\x1A 3O\x19 –Ñ\x01 fâ%¯î "
b"\x19 A‰T\x15 ÀDi“(Ètn\x06 c„ "
b"F■öÞ\x07 ¾LHçy{\x11 DÈcÉ "
b"|§¨¸RâH‚‚Ñ"Ã]ß¡\x0F "
b"¬½u?8AFý¬&ñs!‡rg "
b"i1æv¹[I3¬-ËÓE„D‰ "
b"B╬Û~ì\x07 EWéƒık²:Qº "
b"dªM]>ÈH[ƒúËÍ™8ÎA "
b"ã3\x00 æÑ½M|ž£›eGÁgy "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"ÙVJ\x1C\x05 3E+‘*#NòÅ\x06 ú "
b"\x17 ¨Ü\x06 ¬%F\x05 ÅÜ»»Y,\x0E\x1C "
b"©Œf9,nL‘‡ñ\x18 ¸\x02 g‰M "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"!5©\x1E ȰGˆ½\x17 ~1j\x06\e . "
b"|Mû├ÏHMıÅ\x12 ═x3=╚\x0F "
b"ÉíBß²½BÂçj:\x08\x06 V«ø "
b"\x04 +Å\x1D .¾NfœdŠ)Á(w¬ "
b"\e ÅP`▓TI╔áòã▓÷┐{\x03 "
b"\x08 M‰`¤|C߇!ä\x04 vkÊ? "
b"e═ü┤├‗LK┐*\v wÒ3└² "
b"BûÑ╦eíBãÅs¶Ïug│R "
b"\x08 ÕÝÛvL ³“ø»§Zkw "
b"Ç\x7F ìÌ”@O¸ŸuÎ"\\x7F (\x17 "
b"’pÿTúÙFÄ¿?ˆê\x04 ñUI "
b"×·ÏPÉ\x12 C\x01 âDïÃÅöë± "
b"äWJ™ÓÙDȈ|üIWjÔÜ "
b"@F\x03 ´w\x1D L’œVÀ\x10 iæ\t "
b"\x00 ¾ª╔╠\f L`ü.\x1E W¼p=\x16 "
b"Nܦb°cC\x11 ¾x+œƒMt‹ "
b" ÉšÊf\x03 Lý¡\x00 ~\x1C ;wÄì "
b"²%ºì«ÏF┴û┴\x06 #-\x1E ã0 "
b"À4ïƒø“AŰ“¯°äÂ\x08 ž "
b"╗ñ\x06 Y~KLb£ìÓ┌┘\x03 [ "
b"ôæyÇ│%B\v Å\x10 ¼KVÞ1= "
b"ÃMH¤6AIÓŠÊ\x1A Ñž;Äð "
b"”g½”:…IE•ÿb\\x12 q\x01 K "
b""\x1C ¼-f¨BžŠ\x15 Gp†°†1 "
b"è.j8Í4G.µ Áa†ÿôI "
b"i؈¦ºyEÉ€\x18 Á_;'º' "
b"\r #«\x14 ܈H¿³NT ¼$Ìå "
b"kHÀÖ\x04 Ml¬>¿HpýšY "
b"üûoø úN░úû{®þ\x00 ╝É "
b"""
ˆª\n
\x0E •@O™º[\x01 ”…mr\x19
"""
b"6\x19 ,UËÍC<¸Só ׇ\x08 S "
b"=¸îÿ‗\x17 Kìé´£┬î┤\x00 $ "
b"Ú&#\x14 ßéD\f “Êx¼I\x17\f x "
b"@ešh\v pC¨®\x08 ^‘ê¼Ó\x02 "
b"Ztÿò\x0E\x07 BÛ†Ð6¹"ýº“ "
b"€Oë8cÉG\x02 ˆõÕû¯\'3 "
b"ÉaÍávLM+ŠÝÇæn\x00 º– "
b"rN\x19 º—\x18 D»½,\x0F ùF\x05 ï™ "
b"<\x00 ͺš¦N\x15 §’íx!{“ÿ "
b"""
\n
\x03 |ìo/I\x08 ƒÀìÇ4…\x19 h
"""
b"!;Ã╣█¨CÉèƒ_\x11 ┌èHã "
b"\x0F ║ó|■ÀJ\x13 Ø/|5dFÁh "
b"=³µí4ÛC=‹ï\x16 ©\e ùÙÉ "
b"ñ\e ½Jk\x01 CÛ©\¹ÉÙVæH "
b"N¡ÅO©\x06 NT„åé4([” "
b"Ø-1Éø¼H"ùÃIo╦xÒt "
b"0í\x19 \“·Fz‘‡ðwsˆšŸ "
b"käóÖe§D§±@2s ºŒ4 "
b"–“n2üÆANž\x19 –8\x18 ®2– "
b"cW\x0E hèÎL»€íçÈâ\x12 ¹ "
b"Ìâ7rŒšD0•Õ¬¬%XÊ+ "
b"-Ïßl\|O}ºÍÉ”ùU†; "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"ý˜òýAzAýŠ›\x13 ,b†IÛ "
b"õ\x1E ÷ÅH┬F╠Ü]■£X7·% "
b"xïl䈵FÛ¡¯ìfÔ™ÙŸ "
b"\r ïR-„ôA³±â³i2HÈ "
b"˜P§³ò†KƒŠÎ¥×wì%¼ "
b"|:ÐD¨QI}”rE¹Ð)^ï "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"!,õ\x1A d¥J\x16 É[ ¿"▒ʰ "
b"V'ð\x03 }ìHBù▒¨╦ðã\x10 ( "
b"B™‹È·šE=…á)\x04\x1F hí{ "
b"┴п۹2I Å\x04\x01 ¹\x18 ¶ÞÊ "
b"""
sr‡\n
MþKù“¯1>‹Ýg—
"""
b"±„sä\x01 ÆC"¼¤\x00 1õz3o "
b"ör\x17 Š"cD—£'®ÝG™7u "
b"«æ¿'ì¸O“–o,fgT\x17 } "
b"(g\x1C ýd^A ¢$þ\x02 0d“W "
b"╚┼,-!XLZîNæüSbÇ· "
b"ÏÖÜšõôK;“5GGokˆ¦ "
b"®├ ï&yK\x11 ؽÐB▓f_É "
b"ßxv╔t\r N\x10 ƒ]╣x░│Ø3 "
b"\x19 j\x1E G€#B=‡©B\x19 é«zÓ "
b"ÆPCâ\v AC®»│¡ù(,\x07 Ø "
b"┐Ükê¹ÃJÿع¢V¬¸Þ▓ "
b"}ÊaQbAŠ¥«s6~\x10 g9 "
b"¸=)2ìjGqù█U ^\x1D ph "
b"‰í¥œŠ²HQˆ`?á„Kùý "
b"\x1D O÷¾ú6C&ª¬S\x07 —\e U³ "
b"çGïƒVþM¹°\x03 ¶oòå\x06\v "
b"±Æ§ªÉ▓OtïSÏ$ø:¸Í "
b"?%TI\r ™AÇ”»qõ÷dÌÍ "
b"Á%¸╗» OGÀb"ÅN¤ð½ "
b"\x07 Ë_ÇLØB╣ƾ\x05 &\r ┘ì│ "
b"tÂ=ï/(BAŠñ`d§}Å\x0E "
b"Ø(²Æó#I\x1F ‚°â\x16 IYh¡ "
b"+Ë;‡åÏBµ¥Ãë\x7F r#yˆ "
b"ǰ}E\r ’LÞ©@Û®^kY\x16 "
b"\v X\r M▒»C{Á*µü\x04 _úÏ "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"\x06 K/\ߤEéìèhI\x03 ÀÆá "
b"%\x0F\x1F\x1A ü'@\‚\x0F L\x01 .\x18 ¼ "
b"àœd‘U\x14 H)¸\x15 F\x05 óSÞc "
b"\x08\x11 ¼Z▄åG│ên|└É\x0F ┼Ô "
b"I½&Í-xJ“ž\e 4[|Šˆ* "
b"Ë}¼úÊ\x05 Jï¬\x7F ¤©`â«# "
b"}³ØÜ.\x1E I±´·þD\x1E †vö "
b"Þ\x1C +ÊεCx¨t$x\x0E #Èñ "
b"""
»║ÚE²+E±è.1I;\n
øÅ
"""
b"ñAðñ—cJû”k{kšPv\x18 "
b"\x0E c\x19 ┼:LL*ÉÅn\x1A ╦\x1A (P "
b"Mº¢g±7Jº©ã‹‰áZ>\x17 "
b"mê9╦'╣J ░╬k\x12 åÕqØ "
b"¿\x16 ·Ù;ñL\x0F Ødø\x1D ║7\t ) "
b"ŠÊš\x1A ýgAЧè‡Õ©•cé "
b"‘ýFµÌYJ@‹2c^JšÄ| "
b"3½V█D\x14 HGØLLJ!ÖAí "
b"\x13 z°@$[FAœ]\x19 æ\e UGv "
b"""
¿ûsÈ&±C©ƒ™«ç\n
Êè2
"""
b"–Ÿ—×]ìL\f ¨4ˆ!†ào\x00 "
b"rî¶¿±\x0F LÙŠ”òE¼A\x14 "
b"eè§îä!DKì\x19 !²Â\e )G "
b"¥g‘ÈþdA—†\x12 üãã52V "
b"yy‰56(LÕ¦ý*ÞWÌ´\x06 "
b"\x1E ³\v \x1F ‰AQ»\r Pþ¢!\x08 r "
b"phÁ’McA–°Ò\x14\x19 Ù+Ú› "
b"xæ’Lè5N®»\x1C Û Ý³p\x05 "
b"Š‚\x17 ò,zDº¾€RU\x0F ‰íü "
b"\x03 ‡n\x19\x06 ;E\x04 ¬kå>}\e yÈ "
b"ü\x10 Øm\╗D%ë@\x1E T'!,³ "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"\x00 Å6\x16\x1E ÒB´ªædÐä)z3 "
b"¬R‘µô!O5£Ö}`ƒ\x7F q¯ "
b"Èmt«¹hL¸°uäjz\x13 b” "
b"–nBñ\x12 In™MNêæ±ü\e "
b"tu÷M»¶CÖ¶¤nf\x12\x06 +Œ "
b"""
¾øÁÉX▒LÔ®`\x14 «\n
6Ñ\x1F
"""
b"ë_Ø`*íHuûò‗▀▀D=\x1E "
b"»z…Z…›Gª¦uéŒ\e Ö\x04 "
b"„Ðx“\x14 EG#£çÙãC(ýO "
b"«€ô~\x13 r@²¸Ÿé‡ƒâç, "
b"U\x01 §╬┬SLgäÙ[ì.Åî+ "
b"\x17 ┐ÏaÉ£GcÁ΃╠þ┼){ "
b"œb‰FýæF•ƒî>\x04\x1A ä’i "
b"…6Áz¼{Kb„\x07 gÑÆ\f U "
b"¤sƒþ\x1F º@\ìíõT─■Ét "
b"@iõ2*G£ñ─Í5#îü0 "
b"MàÔv\x19 ÙEɆ\x03 }VÏt2Ï "
b"[¨^É ¯L-®çB▒uý> "
b"1\x1C 3ŸdqOΊ¢ºš:\x10 8m "
b"¿\x1D Õ5Ò\e In€’‡-=ÏwË "
b"çñû^ýDe░,rtß¹ìi "
b"õ”RŽ–KJ\x0F ºÞáXµmʤ "
b"# ñ·\x17 mAâ‡$5œ±|Il "
b"ü.ÚRLÛC:×µYJGÊ0\x1A "
b"Ú<3\x01 ƒ°NB¦c[.]0CŠ "
b"▄§ïì█ýFJÖ·&Ó6ÖÀò "
b"]׺ñ ýJ\x16 †@\f !ʹ°€ "
b"j"\x1C ƲæI®½Nä<M8¯ô "
b"§©ô┴ÂøO╬ÁµQ▓³y╩ì "
b"6.ÞÅMÖ@h³›·ËB¸g% "
b"«Ó\x0E\x0F î\x1A C¿½×Øb<\5f "
b"·T’ˆ±îN\°\x11 -=à-fX "
b"(죸EæC—ŠÏ\x1D Ô»½|\x14 "
b"¾j\x10 ÄñÚKͪÅ╦C\x15 ×\x1D ã "
b" @(Ç\x17 MG\x18 Ž\x03 ó\x03 žü‘¼ "
b" ┘k╗S=H\x1E áKØNI½pR "
b"ˆ¼óÄjI@\r £™Z¿„}Œ] "
b"╩£\v ü&CG¿öc\x04\x08 ¬9b┼ "
b"½Eúf\x18 CHS¹mÄ<×3\x1E | "
b"╩WÂì-óB©┐î°FÉ%\x0E / "
b"¸Bå;Ù3B\x06 ¬ì<³ùÞ©< "
b"Ë‚Tô·~G~„HtÆ|B[= "
b"é\v y\x1D -\x0E Oj¬\x01 •˜º¿L´ "
b"ªq+\f ©˜E×™(ê|3Á\e w "
b"O²S®•:Có†\x04 Ì4';àü "
b"G\x17 ·‚Ø\x1F Jɱó‹ Üu÷B "
b"üÄÜŠ\x05 -E9¡ß\x05 À\x1C i#d "
b"""
×ü╬\x7F\x10 FBEÿA3\n
\x14 'É©
"""
b"¥r2;,ŒIñŒ Ú]›…YË "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"ú9\x03 ¨üæL\x07 ö\x18 G\x1C kuIÞ "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"¾*‹W–N‡°Ü mUM¶÷ "
b"³H¿Ú>íAßü┴Ñû■m\x05\x1E "
b"©\x1D îÑù\x07 FX¯°¼ö\x1C >²p "
b"""
ù)ãnN;N¬½\n
ê4\n
äÊq
"""
b"ßü=\x19 S├M3░┘▓~ıç8å "
b"MÁ\x13 ÿþÆDç¢üž`.™:€ "
b"\x16 å\x16 ¿\O\v ¸+ýJgPdÊ "
b"ZЧ[5ê@·€r\f õ¹\x15 9j "
b"³¶à„å†H&£\x0E\x1D 1·@X& "
b"\x1A îž\x10 a¤G¬¥çÕ¿boq„ "
b"ÛHTgYÆ@~©ÝÆ„9»-P "
b"Çû˜•ÎÄHð¯]'þió½ "
b"¿w\x06 ‘ÞrB\x04 ¬šVÌ™MFÎ "
b"5†º¢I\v E•¤\f ´EK§ïr "
b"╔xØ d¿Nüås¡kcqNÍ "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"h=à´µ®MUšý\x00 û0†É3 "
b"╗\t {ÌÆºCyíâxüÃ#ƒð "
b"p┌\x13 ┘║nNÃØDt{\x0F │ÿ└ "
b"\x06 a£_OH¼¶\x04 Í\x1D\f Ð 8 "
b"Ü_▒Þ~pJéô5IüOî▒? "
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"îÿ╬A═%ESØø±6åmïä "
b"bÅpáÿ‹F ´ÀÙ†`Ž)9 "
b"╗î/üw@F║ÑWÄYëÙ¬8 "
b"í[\x11\x05 ˆmI\x14 ‘¦ÿtCñÿ. "
b"+Ę\x18 IrC»`¿BPв4 "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b")"áÆRÑF@µ)}—šgì\x1D "
b"QF^\x1A ñÉLK›^Æ-I \x1C ï "
b"¨©©mLHN+•¶—Ä^œ¥’ "
b"\x13 Ò¤O¬┌IýØ├\x17 \r ¡·|Æ "
b";NbgÞ¿G'¼I«8.æ³x "
b"oy[\x18\x03 ªE¸§µ\v þ¤J:\f "
b"dUý#ÏKDñVØÙIr(J "
b"j\x0F fƒtIК±„Ÿ¬UWÜ "
b"íOlõ ¾L(ìJ£i'v÷\x7F "
b"²\x0F ̓öˆH©„ªºÈ<Lç8 "
b"ù!à[I7EJÉDéı|~d\x14 "
b"zù║\x16 ┌ÅO\t ì6┌ö:àÛË "
b"<MÉç»ÚBÿš¸}1…¢ð¸ "
b"]-DÉÿÓFµ¾5›\x08 \r ‹KÁ "
b"a\v cf\x1F ‰De¥\x04 W~ˆí¾‰ "
b"àF87\x07 ”LX½žO¨>€½8 "
b"®ÖpNNK¤‰Lö©_©.L "
b"t╝Êì\x06 ÎAQév+╗&ä_. "
b"dW¦4¼VN‹ˆ«2[\e ä^¦ "
b"ÉÛïóÑØO à2╚F┐Åët "
b"\x1C ,6'nÅBæ•\x01 r\x0F Æ ÄÁ "
b"""
{\x17 Ý^:ñF5íìøõ\n
à Õ
"""
b"ã ▓"lPG\x1D É╦I\x12 Æ\x03 ─k "
b"uÇÌg·³Ba•Î× \x03 J\x03 ò "
b"èÇôÈýÃFÙØ\e NT wy "
b";-i[ò,Nþ¶¸ø™'Óöp "
b"╠■╦æ\x16 tI¨î¡\x00 ó▓²#Ø "
b"""
¶\n
òCÍDLl‡àj´•»Êÿ
"""
b"UôÖ»–\x15 N/›¿\x1D ª™™\x02 ¦ "
b"IŸF_+—@[€)(š‚Xå` "
b"qÕ\x1E T’\x1A GR¾\x16 sÝIÎÎì "
b"òðc"´ÞG\v ¥4╦@┘Űá "
b"\x12 Zã"eÃHŽž2F\x15 Ë=éà "
b"Oÿè$ÔÌNÓµºrÈá?¡’ "
b"\v Úú¨ü9N\x1C Ò«}J}l, "
b"ø$\x1A 8j\x17 K®¡l\x08 ör¥ü¶ "
b"ÁÖ4Â@ßMCªÅ{Ûôk└▒ "
b" \x1F\x1D\x19 [!G\x7F …âVÑQO1‘ "
b"""
\x0F öØ!ÀæNB°Ís[\n
\x1D ü
"""
b"Dî/¶\x01 ²F³´\x18 :~˜Ô@\n "
b"C]—”òÍMijĎnO€)Ï "
b"–Œªµ\x1A ÊH\x04 ·E€b®€,Ø "
b"\e ˜èÁ~ÊMb§èD˜~\x00 ûn "
b"™Å˜|\x1A UO‚¥;è4ˆ»\x07 O "
b"µØé\ËI\x04 ëñ·ïjÂØË "
b"\x1E ygC\x14 "I\x06 …\f Ëûï¨\x08 "
b"{\x16 ®}œ"B ºÝH—´Û°‚ "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"›¶•[ .DË™}8B;ŸC( "
b"\x08 «lë˜lOãŠèå¦-\x07 hk "
b"\x03 qôòçÅBÞ“Ëv”·u\x01 ™ "
b":h\x19 Á†HCû»CV#sÑø\x08 "
b"üQ\x15 ±ª%Aj¹ïŸ\x04\x11 Ò\x1E ó "
b"hÈPŒÉcD7‘;ôÁõ`‘$ "
b"}õ╗@\x08 ï@ Å\x01 rH\x03 5è│ "
b"£?rwB3@ã¤~‘Q„‡à‚ "
b"r×\f gæGMܱû©e±.ÍŠ "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"]es\x12 ãàF\x07 —\x19 `Ä>´ò$ "
b"¢zx╝RËG2ìÕ]æ%\x01 ▓Á "
b"ŽNSà,‚Ië¼aÞHÄ\Á“ "
b"Ì.\f —:¶J™¨¤Ã6‹y\x0F æ "
b"j»hXƒãBíÂô\x12 ìAÈ)■ "
b"¬╦Å̪óIßï\x0E ÎB9Í┴ "
b"ÏvEÂ\x18 ┼Oþ┤ÕCØwØ"[ "
b"Éë)äý.D7 W(UÚÊ5N "
b"Jµ\x05 k¯]F"¥\x08\x11 „%þ "
b"œc\x1F †Ã‚Hï†s\x1E 3ÙvDÚ "
b";Æ\x17 Q‘åNœ‹œžv9ß%Æ "
b"sï³ÉøƒGe¯‹Ÿš¼t{i "
b"\x05 á£\x16 ÎýNZ©\x14 É#Tb║u "
b"╗░\x11 eôLE\x12 Øÿ\x06 ÔA─┴\x18 "
b"çÌM*Á;A]┤\xmîÕÉ· "
b"êÕëü\r ª@É—`eÓeÆd "
b"¦o94£ÉG?åo7f┬{æy "
b"úÀ\e )^\x04 KXœ¤ø²Ì²†Š "
b"ìK\x14 ¿I\x13 @P║±µ\x13\x15\x14 ³I "
b"õX-^+„G׎2kT\t ÎLJ "
b"ZkŠQy$Dð¦Ó¸ I´Gê "
b"1ú’\x15 ±ÌEb—-÷2ÔÛ‰ð "
b"±\x18 ß«\x13\x05 E·ºt[Ý–+}µ "
b"mÚø`3ËJ§–¹Wµ®¯çŒ "
b"ßd\x08 0ô«D*¶\x1F S\x1F\x15 3Î6 "
b"\x04 JÃäÊÉH\x13 ²¬,éÄ\x06 œÚ "
b"²ÓÆF\x14 AAT”\t 99Å2=« "
b"ïbrö~"@\r ·b¨HlH\x19 ‡ "
b"B´ˆrÍÿB,•á÷öž`òÍ "
b"³ç!>é'A,▓¤\x1E mlÛòØ "
b"\x00 æ¢ùHTIX¼-ôTç\x07 NL "
b"9¡Ô╗©DIõØä\x18 ╠╬PWÆ "
b"\x1A I6ƒC)CϬ%hÇ.U=\x16 "
b"ÌX×_'¹C²³\x0E íIëœV\x02 "
b"IP…1\e 1GO íòs=\x1A …? "
b"€i\x04 ’Ñ0L\x02 ¦Pkß,ÄA¼ "
b":zùúÆöD; Uš4jx1C "
b"Ü9N6¯åB2ª\x11 ùXB76M "
b"d\e }K AÀì;©ƒ▓CoÉ "
b"\x1F ·ð„ \x11 J\x17 ”*DÑYç«\x0E "
b"H\x16 [\t ™£EQ·²Ö\x1E dù]¯ "
b"ó\e ÖâàÅJ\▒╣°)Ö¯Ñà "
b"H¢]-8îEï±ó-´¹\x11 ¯Å "
b"ɹG├&\x1D D1ÁOG_·><¿ "
b"Œ\x10 OÜ\x0E A¾šHe}?9q$ "
b"|\x03 Å4╝éNÀï\x12\x14 h÷zwð "
b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14 ² "
b"{L»·║ðMMɶ\x12 Ö^]\x07 É "
b" x!£\x19 ¡Mø‘±ÚRËc;Õ "
b"\x13 ┌£æ\x05 NAñæR▀ƒÉı,\x07 "
b"ÉÑ\x1D >±§B\x1F ™.Eð£éªM "
b"û¤\x01\t ü\x0F N ˜1#~G“\x06 " "
b"÷õ±_\x06 ”EÞª»ù…\x1C 7у "
b"*┌^УvMVôµ╦ä\x07 'ì▀ "
b"mÖ\x14 +dqOL¤gæ\x07 ¿Ê”Õ "
b"”¡Úà¿=EÀ²¯¡ûÒ¶$¡ "
b"ô)o┌ÙòD╩┤Å´E2§\x07 │ "
b"\x1D ıPÞ$\x7F I▀½ußjo¥Å¦ "
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"ÈJ@I~Eí¥ÜðCׇàE "
b"""
þ▀£^\x13 Dºéd\n
\x0F ÍØ,\e
"""
b"`8\x02 d½óBí¼YÀß\x04 Ö&= "
b"\x1F POùD‡Gê¾Ö\x10 ß\x12 "3) "
b"÷€¼í~\x0F Eü§òÆìTª`X "
b"\x1E !‰q\x14 }J\x04 ¼\x1D vµuÎþ\x00 "
b"˜f“Q£÷G™»µÃ—? ‘à "
b" ŠJ\x17 ›~Gü»dìãŒÅØG "
b"\ŒÌy«óJ˺cîã?4Sb "
b"L‚†z†òB¬‚aˆñ€¯O "
b"Šþ²ð\x19 6LÔ…@`ç·*Áy "
b"Ø\x04 Ïì¬ÂEÌ░Ø®\f %ã\x03 Ë "
b"çíÔk\x1E C<ƒÍö£à´ŒL "
b"¬$\x02 U*ÈA!·Uó\x7F 9Òï "
b"çØO`kÌG4¥3\x13 æÚéëˆ "
b"ñ\x7F\x15 ╦═O@}ìı\e ▄\x1A Ü`+ "
b"š\x1D öÓ\x12\x08 @hƒwXý)SØ "
b"Yü5▓¡\x05 Kıæ+i\)Âîz "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"Bg‹ëºXM\x12 ¶CçÑÓk½Ú "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"coÎ\x05 Ø«H)öJýaƒ_Xë "
b"ŽÃ¿›?A–¨oŸ\x17 Rýu "
b";þ\x1D ]\r ¤L»╗\x02 )ÀWÙíì "
b".┐&‗(\x06 Hò┐\¨Â÷╝É% "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"ÜÑWšWïBé÷kšü¢\v Ù "
b"ì\x14 6Ú\x1E LO\x03 »\t +!Œ§Œ² "
b"\x03 “•ûËNAÓžo¯à‡òkH "
b"\x02 ìp¯^³E©üJmÞ¿╗xÿ "
b"""
\n
XÚ[Y\x1E L–…\x7F Øg\x1A i\x1D „
"""
b"\x05 ¥\x05 Û'qM½¢üe§\x18 jë‰ "
b"?#Œ"žæFŸ¡+;cJƒl\x1E "
b"-\t 6RA1BߴމMµ=ª& "
b"Z\x07 :O\x12 æIõ¥Q\x0E ú9w®9 "
b"█Æ\x14 üòëL\x15 £¶î|IçÐ\x18 "
b"†ð×\x1C 5REç¿KNö: <ö "
b"\x06 ©s'ÁHãüe╬gıB\x1F ö "
b"""
Þu·Å\x02 ÛO▓¿ûµ\n
f│L¿
"""
b"Ê\x06 æsÉÐC\r ‹ˆ1Ù\x1E JSü "
b"¤\x06 |┬íÅK\x11 íkê\x00 Æé\x1E # "
b"ÆÊ®ÿµ\x10 I╔ì³vJ\x13 ╝L± "
b"\x7F\x0F ¥GüÃ@Y»°ÄoôCñ "
b"Á‹2\x12 n2K¢·H{M8\x01 &\x16 "
b"§\x12 G*\x1F ÙBU‹C`+ë¬„Õ "
b"WC\x06 ÁôôJЖˆû-\x06 ˆQ "
b"Éïq┬]ÐOA¢®O§¤¹J! "
b"‹ \x07 9.XBC¬¦„mÇ\e ±e "
b"gg—õò²Aq¼«6Óè‹DÁ "
b"y\t\x11 *XçE\x15 »-M\x01 <?Éu "
b"\x10 ‰bYÈ(B\x1D ¯GÕ`dú߯ "
b"ÍÚ;\x1F ñ¿Ayª#\x12 5²\x19 ã— "
b"║dbß╬ØI ▒ÈD;§┤┤S "
b"<¿û░[$EÂÁx4¾´ÉÁÉ "
b"/jÃúªûL³║¯aì\x16 Ù²z "
b"ÄÛ¢Ä\r ßEÆÉo˯>Úðö "
b"ÝË\x12 ¹oSB2…%\x0F ™ì¿r÷ "
b"\x17 cNÀ\x0E 8J\x1D æØ▒ëëL░Á "
b"ƒ§D\v ô;NK«ÑÍ<úôQ\x19 "
b"Ðx‰Fr¿Aù»¯õ‰nJ{j "
b"""
Ãâ\n
½…ÿJÑŸ\x06 #1\x07 üà
"""
b"â®Ë■î\x1A A#è\t Z¹±O\x11 É "
b"(HÀò—\t N7¶\x00 (aùùìˆ "
b"┤\x18\x1D îþ8HáòÓÉ\x10\x04 ╩¯¤ "
b"<€)\x08 ‡|EK½\x14 þÉ·\x03\x1E ‰ "
b"õÈ¡\v ┤rHfÉ\x1C +\x00\x01 wmp "
b"ÓCi½Õ═H\x01 ɳºº)ÃB\ "
b"Zµ>ÈØVFy¡3 p‘ŒbØ "
b"²Ê%õT\x0F OÂþÿæx«—+ "
b"˜Ø˜>CíM½§4z?åÔR "
b"""
‹-\x19\x1A ÛÈIZ¬\n
\x0F Ú‘\x03 6¡
"""
b"²Ÿ•h[xI\x12 ©ˆs\x1F\t èDÏ "
b"ÕÇôx)\x18 Dû½s¬á\x11 —úA "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"ð©¡\x00 oENEˆE” "7J "
b"Â%«øNÞI5³FF¡ˆ\x12 XÈ "
b"B„<9ò\x0E O#¥™WWv°`Â "
b"F~óÅ[S@\x00 ╗o\x0F jÏ·\x1D È "
b"}VÓ!ÖƒJ$£Q\x14 ½É§^Ê "
b"¤ ò:{Aë¾!H¿\x08 ÷%2 "
b"ñ\x10\x17 ~Ç\f M§¶–i,\x02 hjï "
b"œï%”ÜõMEºTL„g,Àœ "
b"~Æ9\x01\x05 ˆDœµ„W3—kîÿ "
b"Áhiü¶ÊMWê─\x01 ©²T┤ò "
b"8Ù¿Þƒ®Kf²FÔOm\x1C ×\t "
b"ä'\v Êp\t F#¨P0M‘øå4 "
b"ow¼ˆ¸[Bv®¹’캃‡Z "
b"=à\x06 A▒├ASöØÕìîx\t █ "
b"Ó\x13 ªfý*Lv®¹Íë]\x19 uc "
b"Õå:Þº┌CÈÉÏÄn ËUÁ "
b"·Ÿ¬\x13\x01 …CK¦‡/Ì=Øö$ "
b"ªPN[Í7O\x19 —“deV}!u "
b"]¨\x19\x14 ‰\x08 Mµµ\x18 ‰‡¶vúk "
b"\x01 €1צPLp¼–\x11 ïü¥Ë‡ "
b"\v N\ÄÖ«N¨¸3\x08 b·(º\x1A "
b",ü¤/\x14 ƒE└í\x1A\x10 wù±6Ê "
b"db6ebQN\ŒÜÌE£&S "
b"á\x05 ¡ÿì¹I\x19 äáO߃~Ew "
b"'úàëÔ¸NJƒ×®\e ¦±¾Š "
b"¤Vf”õ5J\x1C ™5'í\x1E ø*\x0E "
b"\x07 «a;â¡A_žÆ<(içã\x01 "
b"U!J\x16 3ûJs¯ÛDÈ®\x1F\v\t "
b"ܾ“ÜU˜Mº§Ï\x02 •—\f °\x08 "
b"Í4VÁŠ/K˜‡ííRÀ/Sæ "
b"\r \x08 Å\f Ñ7J@│\x13 ÜÂù║ɺ "
b"`p\x01 ×█ßF╦ƒ¸Éb×c;© "
b"\x01 .╬\x14 éEÀü¢Èíéõg¨ "
b"""
_y\x13\x7F †ûI‡•\x07 ,3Ô\n
G\x12
"""
b"Ð\x1C =0þCBC╗¢ÅÓ¯ÕMP "
b"ç\e ɳ“þA3¿\x1F ³+ ü\x1F 2 "
b"\t õ«©{\x03 Hí•:{¿g“¶ë "
b"ÚAu-3ÂM¥üî³$¯\x11 ? "
b"¡d#€Î'D—¹Sg¾±"fè "
b"`╦®ü╬íD┬¥▀│\x04\f\x1A └â "
b"¦©Ÿ”u5J`‰-\x17 ;\x04\x03 M0 "
b"åí¯¡╝yB═ü]É}&}d3 "
b"ü▄æv\x02 ╚L"Æ\x00 ┼ü\x0E Ñ;k "
b"\ðB\x1E\x1F >F\x14 ½×:\x16 &g˜h "
b"┬ U!Ê\x7F D-Å╗«ê╬├#| "
b"""
\x1F Ģ̓tHæ®±3¨\n
º\x1C\x0F
"""
b"╚\x05 ▄kS4Be¢┌ìJ╬─┴G "
b"§ñkTaBæ¶\x07\x08\x10 ªøêî "
b"""
/„É¥\f )B\n
½¢«tNT=\x10
"""
b" 7Z×—\x12 KQ¥¹«r&*²· "
b"K_¤´=®@@²]Ä<”QQp "
b"ÄÒà`ÜŽI¬„_\x19\x12\x08 yÛ\x19 "
b"›¢\x7F ŸI¢JS¢ItXE´‡Ô "
b"¥X#\x06 :PF®‚3L½ÞŸn³ "
b"~Ñ…\e ¥OL°£€øÐŽêßr "
b"\x1E ž.æ\x1F\x11 H1—êÍŠ}ÒÓU "
b"|‰|ñݯL¦©'Ä\x1C àuï¶ "
b"r¢â\x03 !wBD°|ô^Ê2@N "
b"ÉlPùÿlG░¢¤\x11 ÃÌXó\x05 "
b"©Õ‹•÷HG²º?h&\x1A Ù¶ "
b"6‰Ø4yØNÊ¡^³Ë&¤ßA "
b";,\\x03 Šˆ@\x1F ¥\x02 Û^íÜú\x0F "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"\x00 wl÷þÁI·‹,êìßV/• "
b"»Ó"—›ÄG÷¯ÌÅ£K\x01 '• "
b"\x06 «É`ºâN\x0E ”¯/ì‘\x1F GŸ "
b"M \x08 r×[Fþ²q\x17 Mðƒ~û "
b"ØúÜœ¾\x15 Jÿ›o“\x03 Ó…ô– "
b"ª&"\x10 X\x1A L\r œ~\e ¾Ÿ½I "
b"¸Ÿ_Å\v CN0¶jf‰–ìF° "
b"ÊoAcSXM!¡)ƒØ0&X¢ "
b"„\t\x1A {¦ñFžºS¥+ôtv¬ "
b"æSÓünkM¿½ñ▀ä\x11 (▓¤ "
b" \x19 5└\x15 -Lò┐{Étı\t aB "
b"""
Ç-]╠} B\x19 ÉØ²ã¨ö\n
"""
b"¾·T¿À\x7F Ië¯2Í댪²R "
b"\e úLŒó~H=‚²D,¹§Qb "
b"V%\x1D\x06 ÉéG\x7F Š/ô”ÊçPS "
b"}f ük³CÕú]§\x04 ¤Ò▓ "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"på/Ô’:B‘ž•‚˜\x02 MÍó "
b"\x1C †wœIjB\x06 †ù¼\x1E Ž~¬‹ "
b"c»å¨Á™K$‰\x07 ‹P7wÌ” "
b"©‹Ò’CWD|‘\x04 !%\x0F ZG\x12 "
b"u╔─ÅÈ\x18 @³áº\x0F ╔.¹!Ë "
b"˸t…RNKK ”Ð=\x1A Iƒ™ "
b"Dõd:š¥J#¼½‰ºÙ}×R "
b"‰é_óÅ*O΂\x11 ³~Ù«\x1F\f "
b"IÆàÅͲ@>©T\x00\x1E yL\n 6 "
b"28{ˆ¡aBB¹\x1E Ç¢q\x7F é½ "
b"m,ûyDÉE ÿƒ\x13 ±_k / "
b"\x06\x07 š®)¤N\x07 ¦¨?3‹poŒ "
b"— ˜ÙQ{H¿ŠÖUS!š\x13 v "
b"┼1\x15 Û´░I6æÖI-JC»Å "
b"Ê\x0E ü¿þ_L‗╝"¥[▀ì\t P "
b"‘Bæ9X\x17 NK±£êZŠ×¼– "
b"~š‚¶E=H\x08 ·‚è¹VXöÂ "
b"£QÄÔ4;F†’ÔÁ<üÕ›a "
b"„¬G: ÏF$š\x13 Ö›j\x08 v3 "
b"ùáÀ,ÈÁF˜ÞåË_?Í» "
b"GK¥╩ßÉM▒øi¸8\x17 qþO "
b"‘\x11 Œ<ZCLP§œi\f\x0E øtð "
b"±ÊºúTâEY¯˜Ú\x7F 'P\x10 R "
b"É^=\x1A »ÙH\t ïvöÔºc~Q "
b"I™KE\x1C ˆB\e Œ\x10 Ò•²yèœ "
b",)$»SíJ®ÉÚ\x0F µ¢\x08\x18 M "
b"\x11 ;.■yjAüäk│░ÕÈ÷¦ "
b"£\\x15 «ÝŠD’¥2-Cò\x0F &¦ "
b"╩[nEIüA^ƒ!âõ█áx§ "
b"Êâ;åê;KUì┼î`ÃdP: "
b"ÇÂU¹ƒnN¯Ö╠*╚##Ø\f "
b"Çëh<¶\x7F @\f žL\x1F ”Mâ8g "
b"fYÜêÆ¹JôÅ╬ëÛÈ▄░Ö "
b"YhÕ-\x1E\x02 Ox¸\x0E è\x05 à*W¤ "
b"¨\x15\x03 ðàµCIúÅwÞ9¥æ5 "
b"\x13 ]~:(HýÉ■L\x0F £‗PÐ "
b"ÂPÆ¢òÓJ_«÷®¨}“ÿ« "
b"K›ÂJq>L\x07 ¼IÚe³pZþ "
b"³N?Ä~bA7┤<\x1E ¹¾Å\f ± "
b"\x15\x1A @}ë‘Fi„2U0—œÔp "
b"""
öñÎŒ)C\n
£M<\x15 UäSë
"""
b"\x14 Ér█\x11 ³N%Â\x14 ·ÚC\x00 Z\x18 "
b"Ç¥rŸN\x1E JÍ¼ÜÆ®²ÛüG "
b"\x17 µNøÕCEP»û$È:3Nµ "
b"¯p»»˜ÁHS¡\x11 Q]=Æ= "
b"'ÏÔô╦ÁO³¿\x05 L"iìa# "
b"┐ß¶o,╬Omì\x07 ?WÎ■\x10\x1A "
b"6\x13 'òŠ1B®‹F:\x01\x00 Ç› "
b"ÿ\x1D ÞËW\x19 BDœÿ6ÏE÷Qv "
b"™¹Qƒ\r þK\x1A ®&uÙs“¾È "
b"©•RöB\x01 Iþ›oç\x1F\x1E ²#Ã "
b"ÎÅ C\x1F\v E…‰˜·(üFQê "
b"Bâ®éÝRH!ìÒï~╬OÅö "
b"¯xÙ\x16 S£E\x16 ŽA;R¹u%b "
b"̃~Ë+yB\v áàßÅSX\e 8 "
b"G\x00\f §(çCX¹eÈ×w•Dt "
b"8,*\x07 ȨG®§NÕ¤g\x02 Å" "
b"È)ÙÅ■ë@õñÖþK²ÌßV "
b"#OêcõAJŒ³žnb¾\x08 53 "
b"äßî\x05 –~F}º\x12 øèLk‹\x05 "
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"Wv\x1A nRXF¹»Ry\x7F\x1F\x19 F) "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"┐ãOýôøBwüZ̹ô\x02 òí "
b"#a\x11 _\x14 -Iáµú*ÿVku\x14 "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"Sõá0┴HJ·¬:┘ª>|ì\f "
b"Ûî·\x19 XˆLÇ¢R¯ö\x07 ¯l‘ "
b"├▓\x1F îÉvN█│¸É¤i\x12 m= "
b"\x15 \x00 ñ\f 6@¦¢\x06 Î\x1F dS\x17 ä "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"::aön\x00 L\e §\x12 ¡\x01 Ö\x1A qÛ "
b"†_ºk‚ÀA£œm¬¨\x03 pÄõ "
b"mló\x1C 8@Dp ºªø\x7F .-Î "
b"9î\x01 ú\x10 eC;àÉàÒ³ä\f X "
b"\r dŸ€Ø‚B®²å³\x17 6J£× "
b"*-Ä8S\x1D Kj™w½µÕFïo "
b"\x02 x.“\x0E ÂAuê‰Ð•(4 "
b"\x17 wðòr~Hj…\x16 Zð˜?-Ï "
b"vÊÓhr┤@┴üYÊê░Â\x11 Õ "
b"\x1C ‡M\x07 !´GS¯L°V\f ttj "
b"C–P—Ó:J6¥\x0F P¨\x11 >/÷ "
b"dº;\x13 u\x0E F¦Ç¬\v É©OÁ\ "
b"9Æç^ɦG┤┐╗³«·├\x02\x06 "
b"N§Z\x1D\x12 ÔN╠î8ü½bhp: "
b"†’˜\x11 ûnH\x0F ¦\e +\x13 u˜Bo "
b"21skGu@6Åû\x1E C¶╚¼ı "
b";Ð첫wO£µ‡0)ÿ\x16 ó[ "
b"ÑI§Å"ÔG\e µuÍ]—Ï:á "
b"7õ\x14 ÖRóCÙ±=,©>\x05\x01 # "
b"ø¯,™,9I>†ä h÷Yñ6 "
b"ÝÐÚ¥@ÿE. 8sO;\v Ó] "
b"Ñ3Ãuï¢L\x05 ©\x01 ñ×oh’h "
b"ÍõT¢Ë¤BÏØI¤$IZÒ\x07 "
b"…†H\x05 Q¸E™³Í”\x16 ¨ˆì7 "
b"y}m\x11 \╣Dkì"¬°«°C4 "
b"UÉ$|BöE,‡:Š©|û7] "
]
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 (0x3A9ADDB7CF09457BAC1B39C0ACD35B65 , 0x106950DAA9DB47FE8C6A495EF55870CB , 0xC2ECDDE0AAFA48328B8D42929B52549E , 0x280FA0B4A7174D86B8B08BC56C6998F1 , 0xDE429B7018D746D08888A6FC0BE98228 , 0x8A0D89118A8343BD8DB150E4D2D08776 , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0xF5704FAE4BFC4B259F4A503A0FDE3B61 , 0xA3EF09BF6A504734B046E22F90A5F2D5 , 0x434D104060724211AF24C72EAA0BC284 , 0x5F679644318B4835A863FD70CDA624A5 , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x9E2E0BCED7C94DA5A373C7072EADE969 , 0xE20B3B822CCF4EE2B2692A5B4108F568 , 0x9D82ED580451437B8C98B8491C24C9C9 , 0x9E00FCF3882744A8B987BFD4E6C8DD4A , 0x90F46C5C80304229843BA92D6080A56E , 0xE501CEAB99DA4C91808C2FAA5E7FA267 , 0x6CAC5C8418864D1E83240AF4A4918714 , 0x31787B2738224AA19CEC6EB02F96EE7A , 0x576CC1440D07434C89CA9C09971DA9E1 , 0x631BA6F1534045918EF5ED0CAFF92F32 , 0x5D0192BD30D84D41BEF8A3149D006DEC , 0xA95198C1FA3440B3A409F813A46D7A63 , 0xD02B8747E3D8442AA1E75C52D2D69A8D , 0x9306919EA70241CFA01B0F4C419118ED , 0x293F475E37B540A3967F38F7457DDFAC , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0xE4E45D774EAF4320A278EBFA73EEE2EA , 0x92D741A9BA804E5196B30DF1D7D21449 , 0xC4896BD08A17429092BF6065205D5C0B , 0xE72581CB39964A80BE8584D7F083CAA8 , 0x2869E4D5BEB5441DBD53F3E76CE30072 , 0xD0FFC82A39BE4D63AE4F91900049D611 , 0x10D040207021470A945120864D54005D , 0xB7F5511666E04CB3B03195412CACB7AD , 0xDBB51805DB4544079EDFAA7D7D5829CE , 0x1C0E2A3706D5401DA881F69AD188DAC0 , 0x65D37E8611A24D6A81A53A335F092210 , 0x0E5E6E363026469F8227E66C5B58CCDA , 0x728A78FAE9654D95840BC49A84D36E54 , 0xBBD137805814411FA7B7F697F56461B5 , 0xB0239028184245B8B810699DB194703A , 0x35EEE8534875456192B270D7CC44FF9A , 0xC3724E1DFB384FEAABB3F82F5B81E627 , 0xB64E0537F99F4A7C83CAD1BFD3253C64 , 0x4BE486DAE34142E5B63EB5CF6400A090 , 0xCBCD3E64CF984609BB05C8B8F0C46F1B , 0x1B658B9E3F60471BBF92F2579CA46051 , 0x4FC73C81AFC14AF3A51C8F90E0F6EFEF , 0x48CC805E3A0C4A708A7E361EC117BAAA , 0x211FAFBC86F1403F97AD514F5BED6D56 , 0xF8A3775E786E432D9C0DEDFB38F5CDF5 , 0x133403527E3948D98BFB2DDCA2224A4F , 0xCAA6CB1B15F94506BAEE94AB6DABDB2F , 0x1210EF73292E4834BB02477A20995AE7 , 0x14868CE162BC4D3CBF56FE07BDE1FEBD , 0x7AD6C54C9BE34F03B445D31D6927EDFE , 0x932CF84722F9420DB0FE81BA479611F6 , 0x68E99532EAEA480A9E1A058351BB9088 , 0x135726F264C04274AB108B3C72D4391E , 0xA4C8C6EBD449449486BB8BEFC80F7894 , 0x792B461266CD474CAE2356AA7B2A6D0F , 0xD10A5FA44FCA4975BF014F432F0A51D3 , 0x9157D39A06994163A92F1BCD6F774ADE , 0x4F1A2C8C5AE44FABA1BF9340C0809894 , 0xA5DC0ED02CCF4ED4AD4E4F1EEB0CC7EF , 0xD124C09CEA9042EC8CE2EEA49F7105B2 , 0x5FD1BD9C33C24EE99495CB59827EF863 , 0xB9B659553114410C84EABA857ABA8876 , 0xDF818B09A3DE4776BD25CA68597F38F2 , 0x978648C238AF48D3B655595F0883865A , 0xFF99C8AFF36B44EAB0E1CE60A3CCD39B , 0x4A5521C0A1F04F648418D834BC420E4D , 0x8C9DD18731D54B318C8416A7FB0213F2 , 0x8D35F0C6664C405396CC9D071B872140 , 0xD88BF378B2674CF2AB532F4F11E5071C , 0xBE6E35B9695C4AA5B65C913CC010497D , 0xC1A0F8CCB5F04F9D8473674E9C6A966A , 0x7961AAAF1EFD4F91A1CF592D2F444E84 , 0xB9513FFC1EDF40B48CFB3A1C43DFA76B , 0x25E337362FFB4689AEA832BCBC78C903 , 0x864288C5040245DF8F06D2FB31F5FD8C , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x19AFB739B5EC4BAC8A62DAE05B49A95F , 0x991D8A0A328C439DA40935C930B29A76 , 0xD77A75A1B1794617ACD5175F6E6B8746 , 0xC7C27C6EB6D54599839A560978452979 , 0x6E7E8689E57446679AF71A3495422488 , 0x6778590043C94554A2E2CA279CF89EDF , 0x161A8C230CD3493AB870A65235A494AE , 0x572D5705E956482DAC2F41BB553A37BC , 0x5CEF6D13783B4E3CBEFA1994CA672E30 , 0xBCDA614C3EC54936B6446782D7E88EC2 , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0x768D37AA6D264DC0AE33E575ABE651B5 , 0x57963422E4DF4C9CBC4CD46A258F4D43 , 0x7A1625F80A3F45AB9D2CC00DF91293D6 , 0xE622420C326744279690D723DB04A127 , 0xF2B60A5BC09D4241B73287C48C8E05F8 , 0xB25A917C7B94454AA142DFEB17B347AE , 0x4222A62D2F42428B9E321703C0A379CC , 0x802022501A6145C08A75C17C75BEE45C , 0x4B0F099902DE4E4F8234B56CA25DD7D7 , 0x413BE0835E98425CB539A9001D523837 , 0x2D19AD67757D4DD29AA16785A3791B64 , 0xAFE1670F53F542FD88A2B2292CFF3879 , 0xC989BB0F562345BB87839B5C823B48BA , 0x00E7FF48B7334C458DEB3C27A7B34C75 , 0x12C6CF175D2E415F9202F26F7F5EA267 , 0x29424506F7C34F70A500C369ECDEA554 , 0x1CB12AB55EC04D24AE5E37226249F628 , 0x8EEBF051B0DB41ADB1051DCFD230E927 , 0xBA1A4C578F744FE8AEF00A8360EEE3AB , 0x52AA3640A83346469EF4F3C3D5477649 , 0x14E7FAB562FA4C0CA604E2A38F6420AB , 0x9B9CCFCD42E0456DA90F81F63268E5E5 , 0x7A768155A21E446DB594B41749495D52 , 0xF500F06511A94389A2198A48B86E16A9 , 0xC82F72A721A44277B0191A437309C4D3 , 0xCC7F17B545B443259D7B3B91BDB635E9 , 0x3D5C6AF427C843C09C82ED265E20CB62 , 0xAC9EABD96C78454C96C880C1BFCF4496 , 0x2E1D7A24C37E4D4D96B2DD75693D254C , 0xF048B4036A714D83A54800E569141DA0 , 0xB3EFFA4F955F407BA086FC39E102C5EA , 0x1DCB7AFF5A5B497C9B01240F8113D932 , 0x0ED9049FCE994F9AA70E69088DF755CA , 0xDCBF69F1E792418D9470BF44C655FE4A , 0x33DBFFC58FB4479F8B7EB41336A8781D , 0x2446554A66484068837E35E427FFA875 , 0xC143635479BB4DD0AB2F2B45EFF29906 , 0x5006ABE58D2941FDBA681E3A87DB6E93 , 0xA4F53EA793FC4928903CCE55D47DAA6B , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0xDE7DB8BBFD394D309BC002847CF993F4 , 0xFCB0627FCA0843E9BABF49DDB79D9B17 , 0xEF924DC6BCA34388938555DB649B58BD , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x918A9FACAFA14EEC98A8F64C9C1584A6 , 0x292AF1BD69BA40C18271D7F2DDEA03AA , 0x8EAF7EEC94EF4B16A1C800CC4A54B5F5 , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0xCAF11042CE174FA78B82ED67C48198C7 , 0x9D11B3596F6C4EE5825751227B3D8778 , 0x643E3C9842BC427DA19947C84C6A2158 , 0x3DA8BF196A3B49808FCE26652CCCD5B9 , 0x2108651761E3466F86D58B4754E179B3 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x7A6DDB691C994671A9425ABE1D1FC10C , 0x56D00870E53847B8B2953024F8224606 , 0x79D031E928294453ADA90C79C509876E , 0x94A36AFBEF8A427A82A6F30A6F8EF109 , 0xEC820D0594854DEDAD28E6BAA282C570 , 0xE42E9ACDB7A84DB1A5DC21CFA70F766F , 0x8669E125B004411293092D9DF9BF34C5 , 0x1FA69EDDAABF4DF5971E23B2C718D5DD , 0xA530E5CBBFE84B63868C03BFD7F6BBC1 , 0xB22C51687A18469EB5DC632323EC34C7 , 0xA19B8F556CEC4350A233B95E42AEA292 , 0x9F06F4CF55274037ADD5D68B2C250986 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x1AE784BA043F4A829C4155B04032F28E , 0x26C871350EF34458880CA65F2776C6B9 , 0x71710CD9F5F046529FFA4A8AC09439C9 , 0x7CE75D0999774CBC884DAD693378499F , 0x7A086E8C4201469E932B4A183711052B , 0xF7DA26CB2A224DBEB0C0B9BD22390FD0 , 0xEC88BF73BF7044CC9A644D318899F7EA , 0xA791698F060740EC81872561EF70BB34 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0x6279E85C754A43909DE87F0D3B858351 , 0x45AC4AEE1F014F32A51B22AD98B3575B , 0xE2010266BC7C48DE8ECD07A4682B7580 , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x1B225E5AAD7241169C4AAA5780549791 , 0x0A38581650A342BB97478E5552350B97 , 0x906F71A1A53C4361B9520285498F47CC , 0x6D9CBDBA1287453BAFE0DD70E66BF683 , 0x16A73508A6D7416CA496373D222DF1D0 , 0x0335254B311F4CB08D4C043AEF41EEDD , 0xC587C12B0F054F11AF15E1EFA585C4E2 , 0x44A475E5D6344A3CA093C9D19885F7F5 , 0xA821025B13F0464C84E855512A64902E , 0xF54A6907067947CF9C5E34FEA698E46D , 0x1D1A29CD288C4C8583CD2CCC7FB320BD , 0x06A0234B80C144B1AFFE9F7D2FD37E7C , 0x3878AB06503044469D3011FF05460DA6 , 0x43F3C004621146E4BC8758DFA13D63AB , 0x986B22337F9D49589976A6C1E914E9D3 , 0x1F60D091536D4A0C8AB1E0CF4DBC0E42 , 0xBB8CDB1BEE7B4FC8A717B8B60BD469FE , 0xACDB9F1DAA634D018578184EAE25FBE3 , 0xCCDDA087F458462EA0DE04232D68AB19 , 0x592B2DF88BCD4B6BAA36E9893DF8CD0C , 0xAAC6C602FA1F46D887F9442FF111AD40 , 0xA45B956198B84F1FB6FF13EC45245ACC , 0x8423275330D44D93ABCC4C61C3C73B69 , 0xDE8E85B175484C948A4EE077DAB2BD57 , 0x805ECF0FBC6D41959F72D84DB330B41A , 0x385D56A568F1415D90BE5051DB12BBB5 , 0x885AEF82780D41FBA5461433B8DB2ED3 , 0x9384C78E3B6F431CA88E7921E8CEB9A4 , 0xA0C9EA79BFAE4E3B8267EA8C20903B2F , 0x82EC4C72780D4D88A0E79B3846A9BF6E , 0xB60492B424B44CFDBA69C9A87CC6A708 , 0xD8C29AA25E6C4AB8A522BF7B9B0D98A0 , 0xB48A3443ADEE4114B6F14BF0CD961667 , 0xDB717AF3942441D293D26970A657AB70 , 0x1A385413E0114EB4B99F05B78220D9B3 , 0x7F42ACED846442ACB22BD1DEAB30E7C5 , 0x0471920A5E1A41BCBAA40096568C30F2 , 0xCA062B58A9264B7DA8DEB306AB27C7A8 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0x28916ADF88504C208540D811B87234CB , 0x3722FE146FC24976887807D1D7F26600 , 0x1A6F00E6A542479E897F1AC159E714A8 , 0xEBF0E6EA0A2D4D7C9F4BB6F952F1B15D , 0xF27778FBB31447C4A796F4ECAD2E7CCE , 0xF604184B3AE84A74A317789A8C30396E , 0x16A450287C97485C9DFFE95228C6E765 , 0x2DD4C696D0094C50B9B143BC77B03D5A , 0xF0F5CD270D5E4A6B8005058308AE00D0 , 0xF59D0FD51D704AAD862A13F6C51CEDD9 , 0xBBB2AEF8078449918B4A03692D608B40 , 0x4B66FEB2DAEC442B9CD51794DD72590B , 0xEAB489348A9E4C1A9F2917367AD8C083 , 0xDE9DE4E6DB35417A88BC7D49ACF6160C , 0xD64853417D9D4AE59CB548EDB8198284 , 0x73C916A5E8924BB6B280D20B3E6C9CA7 , 0x63466E4A0F60441EAC69A473E9BF399C , 0xAF8EA05363B44DC8A1E78F8DB7CBBE06 , 0xDD34C4BAC22B438F8BDD5A4374E08975 , 0xBEC3F48AC2BA4F95A64495E2277E2B9D , 0x1A405474040B40DB8722B8C5662805EC , 0x38BF0EE523B3436BAE1190E1E7F1216B , 0x6079C4BFF59D46CD860BDA552FF13602 , 0x64472CA896E94CA8A2D0824BE165CA9C , 0x253D4F7E1425414E96116692B5A01C69 , 0x2EEA11251A334F1996D10166E225AFEE , 0x1941895415C044699328C8746E066384 , 0x46FE94E807F34C4887797B1144D46390 , 0x7CA7A8B852E2488282D122C35DDFA10F , 0xACBD753F384146FDAC26F17321877267 , 0x6931E676B95B4933AC2DCBD345844489 , 0x42CEEA7E8D074557829FD56BFD3A51A7 , 0x64AA4D5D3EC8485B83FACBCD9938CE41 , 0xE33300E6D1BD4D7C9EA39B6547C16779 , 0xC5AB144F495C45D1AF742173EB811222 , 0xD9564A1C0533452B912A234EF2C506FA , 0x17F99A06AA2546058F9AAFAF592C0E1C , 0xA98C66392C6E4C9187F118B80267894D , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x2135A91EC8B04788BD177E316A061B2E , 0x7C4D96C3D8484DD58F12CD78333DC80F , 0x90A142E1FDAB42B6876A3A080656AE9B , 0x042BC51D2EBE4E669C648A29C12877AC , 0x1B8F5060B25449C9A095C6B2F6BF7B03 , 0x084D8960A47C43DF8721E404766BCA3F , 0x65CD81B4C3F24C4BBF2A0B77E333C0FD , 0x4296A5CB65A142C68F73F4D87567B352 , 0x08ADD5DDDB764C20B393F8BBA75A6B77 , 0xC77FECCC94404FB89F75CE225C7F2817 , 0x9270FF54FAD946C4BF3F88EA04F15549 , 0x9EFAD8509012430183448BC78F9489F1 , 0xE4574A99D3D944C8887CFC49576AD4DC , 0x404603B4771D4C929C56C01069E609A0 , 0x00F3A6C9CC0C4C60812E1E57AC703D16 , 0x4EDCA662B0634311BE782B9C834D748B , 0x20C99ACA66034CFDA1007E1C3B77C4EC , 0xFD25A78DAED846C196C106232D1EC630 , 0xC034EF83F89341C5B093AFB0E4C2089E , 0xBBA406597E4B4C629C8DE0F0DAD9035B , 0x93917980B325420B8F10AC4B56E8313D , 0xC34D48A4364149D38ACA1AD19E3BC4F0 , 0x9467BD943A85494595FF625C1271014B , 0x221CBC2D66A8429E8A15477086B08631 , 0xE82E6A38CD34472EB520C16186FFF449 , 0x69D888A6BA7945C98018C15F3B27BA27 , 0x0D23AB14DC8848BFB34E5420BC24CCE5 , 0x6B48C0ADD6044D6CAC3EBF4870FD9A59 , 0x81966F9B20A34EB0A3967BA9E700BC90 , 0x88AA0A0E95404F99BA5B0194856D7219 , 0x36192C55CBCD433CB853F3A0D7870853 , 0x3DF78C98F2174B8D82EF9CC28CB40024 , 0xDA262314DFE9440C93CA78BC49170C78 , 0x40659A680B7043A8AE085E91EABCD302 , 0x5A74FFF20E0742DB86D036B922FDBA93 , 0x804FEB3863C9470288F5D5FBAF5C2733 , 0xC961CDE1764C4D2B8ADDC7E66E00BA96 , 0x724E19BA971844BBBD2C0FF94605EF99 , 0x3C00CDBA9AA64E15A792ED78217B93FF , 0x0A037CEC6F2F490883C0ECC734851968 , 0x213BC7B9DBF943908A9F5F11DA8A48C6 , 0x0FBAA27CFEB74A139D2F7C356446B568 , 0x3DB3B5ED34DB433D8BEF16A91BF9D9C9 , 0xF11BBD4A6B0143DBA95CB9C9D956E648 , 0x4EA1C54FA9064E5484ADE5E934285B94 , 0x9D2D31909BAC482297C7496FCB78E374 , 0x30ED195C93B7467A9187F07773889A9F , 0x6BE4F3D665A744A7B140327320BA8C34 , 0x96936E32FCC6414E9E19963818AE3296 , 0x63570E68E8CE4CBB80EDC3A7C8E212B9 , 0xCCE237728C9A443095D5ACAC2558CA2B , 0x2DCFDF6C5C7C4F7DBACDC994F955863B , 0x882A0D90845C46C9BB019659A615F235 , 0x0CF665757B114488B50086B62E4BA9F2 , 0xFD98F2FD417A41FD8A9B132C628649DB , 0xE41EF68F48C246CC9A5DFE9C5837FA25 , 0x78EF6CE488B546DBA1AFEC66D499D99F , 0x0DEF522D84F441B3B1E2ADB3693248C8 , 0x9850A7B3F2864B838ACEA5D777EC25BC , 0x7C3AD044A851497D947245B9D0295EEF , 0xD97333CA46504A8389743BADBC47D068 , 0x212CE41A64BE4A16905B20A822B1D2F8 , 0x5627D0037D8D484297B1F9CBD0C61028 , 0x42998BC8B79A453D85E129041F68ED7B , 0xC1D1A8EAFB3249FF8F0401FB18F4E8D2 , 0x7372870A4DFE4BF993AF313E8BDD6797 , 0xB18473E401C64322BCA40031F57A336F , 0xF672178A22634497A327AEDD47993775 , 0xABE6BF27ECB84F93966F2C666754177D , 0x28671CFD645E4120A224FE0230649357 , 0xC8C52C2D21584C5A8C4E9181536280FA , 0xCFD6DC9AF5F44B3B933547476F6B88A6 , 0xA9C3208B26794B119DABD142B2665F90 , 0xE17876C9740D4E109F5DB978B0B39D33 , 0x196A1E478023423D87A94219E9AB7AD3 , 0x925043830B4143A9AFB3AD97282C079D , 0xBF9A6B88FBC74A989DFBBD56AAF7E8B2 , 0x7DCA61AD5162418AA5AB73367E106739 , 0xF73D29328D6A477197DB55FF5E1D7068 , 0x89EDA59C8AB2485188603FE1844BF9FD , 0x1D4FF7BEFA364326AAAC5307971B55B3 , 0xE747EF8356FE4DB9B003B66FF2E5060B , 0xF192F5A690B24F748B53D8249B3AF7D6 , 0x3F2554490D9941C794BB71F5F764CCCD , 0xB525F7BBAF204F47B762228F4ECFD0AB , 0x07D35F804C9D42B992F305260DD98DB3 , 0x74C23DEF2F2842418AF16064A77DC50E , 0xD828B2C6F323491F82B0E216495968A1 , 0x2BCB3B87E5CF42B5A5C3EB7F72237988 , 0xC7B07D450D924CDEA940DBAE5E6B5916 , 0x0B580D4DB1AF437BB52AE681045FA3D8 , 0x940DE9504E2B4067BB89E8DE2687044F , 0x064B2F5CE1CF45828D8A684903B792A0 , 0x250F1F1AFC27405C820F4CAD012E18BC , 0xE09C649155144829B8154605F353DE63 , 0x0811AC5ADC8647B3886E7CC0900FC5E2 , 0x49BD26CD2D784A939E1B345B7C8A882A , 0xCB7DBCFACA054AEFAC7FA4A960E2AB23 , 0x7DB3D8DC2E1E49B1B4B7FE441E8676F6 , 0xDE1C2BCACEB54378A87424780E23C8F1 , 0xAFBAE945FD2B45F18A2E31493B0A9B8F , 0xF141F0F197634AFB946B7B6B9A507618 , 0x0E6319C53A4C4C2A908F6E1ACB1A2850 , 0x4DBAA267B1374ABAA9E38B89E15A3E17 , 0x6D8839CB27B94AFFB0CE6B1286E5719D , 0xA816FAEB3BA44C0F9D649B1DBA370929 , 0x8ACA9A1AFD67418AA7E887D5A99563E9 , 0x91FD46B5CC594A408B32635E4A9AC47C , 0x33AB56DB441448479D4C4C4A219941A1 , 0x137AB040245B46419C5D19E61B554776 , 0xBFFB73C826B143A98399ABE70ACAE832 , 0x969F97D75DEC4C0CA834882186E06F00 , 0x72EEB6BFB10F4CD98A94F245BCAD4114 , 0x658AF58C8421444B8D1921FDB61B2947 , 0xA56791C8FE6441978612FCE3E3353256 , 0x7979893536284CD5A6FD2ADE57CCB406 , 0x1EB30BAD1F894151BB0D50FEA2210872 , 0x7068C1924D634196B0D21419D92BDA9B , 0x78E6924CE8354EAEBB1CDB20DDB37005 , 0x8A8217F22C7A44BABE8052550F89EDFC , 0x03876E19063B4504AC6BE53E7D1B79C8 , 0x81109D6D5CBB442589401E5427212CFC , 0x329849610CF643A8973EC27B03DE6BEA , 0xFCA1613AA50444608EF93A7CA5D619EA , 0x008F36161EE342EFA69164D184297A33 , 0xAC5291B5F4214F35A3D67D60837F71AF , 0xC86D74ABB9684CB8B075E46A7A136294 , 0x966E42F112A0496E994D4EEAE6B1FC1B , 0x7475F74DBBB643D6B6A46E6612062B8C , 0xF39BB59058B14CE2A96014AE0A36A51F , 0x895F9D602AA148759695F2DFDF443D1E , 0xBB7A855A859B47AAA675E98C1BD6AD04 , 0x84D0789314454723A3E7D9E34328FD4F , 0xAB80F47E137240B2B89FE98783E2E72C , 0x5501F5CEC2534C6784EB5B8D2E8F8C2B , 0x17BFD861909C4763B5D79FCCE7C5297B , 0x9C628946FDE6469583EE3E041AE49269 , 0x8536C17ABC7B4B62840767D1C60C5520 , 0xCF739FE71FA7405C8DA1E454C4FE9074 , 0x4069E432F02A479CA4C4D635238C8130 , 0x4DE0D47619D945C986037D56CF7432CF , 0x5BF95E9020EE4C2DA987F042B175EC3E , 0x311C339F64714FCE8AA2BA9A3A10386D , 0xBF1DD535D21B496E8092872D3DCF77CB , 0xF087A4965EEC4465B02C7274E1FB8D69 , 0xF594528E964B4A0FBADEE158B56DCAA4 , 0x2320F1B7176D41E28724359CB17C496C , 0x812EE9524CEA433A9EE6594A47D2301A , 0xDA3C330183B04E42A6635B2E5D30438A , 0xDCF58B8DDBEC464A99FA26E03699B795 , 0x5DD7BAF1A0FD4A1686400C21CAB9B080 , 0x6A221CC6B2E649AEBD4EE43C4D38AFF4 , 0xF5B893C1B69B4FCEB5E651B2FC79CA8D , 0x362EDEC54DD64068B39BB7CB42B86725 , 0xAEE00E0F8C1A43A8AB9E9D623C5C3566 , 0xB7549288B1EE4E5CB0112D3DE02D6658 , 0x28ECA3B845E643978ACF1DD4BBBD7C14 , 0xF36A108EA4E94BD6A68FCB43159E1DC6 , 0xA04028C7174D47188E03F3039EFC91BC , 0x20D96BBB533D481EA04B9D4E49AB7052 , 0x88BCF3C46A49400DA3995ABF847D8C5D , 0xCA9C0B81264347A894630408AA3962C5 , 0xBD45FA6618434853B96DC43CD7331E7C , 0xCA57B68D2DA242B8BF8CF84690250E2F , 0xB842E53BD9334206ACEC3CB3F9DEA93C , 0xCB8254F4B77E477E844874C67C425B3D , 0xE90B791D2D0E4F6AAC019598BABF4CB4 , 0xAA712B0CA99845D79928EA7C33C11B77 , 0x4FB253AE953A43F38604CC34273BE0FC , 0x4717B782D81F4AC9B1F38BA0DC75F742 , 0xFCC4DC8A052D4539A1DF05C01C692364 , 0x9E81CE7F104642459841330A142790B8 , 0xA572323B2C8C49F18CA0DA5D9B8559CB , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0xA33903F981914C079418471C6B7549E8 , 0x4570100A52C74FB0B920361946661659 , 0xBE2A8B5796AD4E87B0DCA06D554DB6F7 , 0xFC48A8E93EA141E181C1A596FE6D051E , 0xA91DEED1F9074658AFB0BCF61C3EB270 , 0xF929E36E4E3B4EACBD0AEA340AE4CA71 , 0xE1813D1953C34D33B0D9B27ED5873886 , 0x4DC113FFFEC644E7A2FC9E602E993A80 , 0x1620E516BF5C4F0BB82BFD4A675064CA , 0x5AD0A75B35EA40B780720CF5B915396A , 0xB3B6E084E5864826A30E1D31B7405826 , 0x1AEE9E1061A447ACA5E7D5BF626F7184 , 0xDB48546759C6407EA9DDC68439BB2D50 , 0xC7FB9895CEC448F0AF5D27FE69F3BDAD , 0xBF770691DE724204AC9A56CC994D46CE , 0x3586BAA2490B4595A40CB4454BA7EF72 , 0xC9789DFF64A84E818673AD6B63714ED6 , 0x02049224C56347179FA4C013E2CFCD8F , 0x683DE0B4B5AE4D559AFD00FB3086C933 , 0xBB097BDE92A74379A1837881C7239FD0 , 0x70DA13D9BA6E4EC79D44747B0FB398C0 , 0x0661ADA35F4F48BCB604CD1D0CD0A038 , 0x9A5FB1E87E704A82933549814F8CB13F , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x8C98CE41CD2545539D9BF136866D8B84 , 0x62C570E1FF8B46A0B4C0D986608E2939 , 0xBB8C2F81774046BAA5578E5989EBAA38 , 0xED5B1105886D491491A6FF7443F1FF2E , 0x2BC49818497243ADBB60BF4250D0B234 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0x2922E1C652D14640B5297D979A67EC1D , 0x51465E1AF1C94C4B9B5EC62D49201CEF , 0xA8A9A96D4C484E2B95B697C45E9CA592 , 0x13E3CF4FAADA49EC9DC3170DADFA7C92 , 0x3B4E6267DEBF4727BC49AB382EE6B378 , 0x6F795B1803AA45B8A7B50BFEA44A3A0C , 0xF06455EC23D84B44A4569DEB4972284A , 0x6A0F66AD837449D09AB1849FAC5557DC , 0xA14F6CE4FFF34C288D4A9C692776F67F , 0xB20FCD83F68848A984AABAC83C4CE738 , 0x9721855B4937454A904482D57C7E6414 , 0x7A97BA16DA8F4F098D36DA943A85EAD3 , 0x3C4DC9E7BBDA42FF9AB87D3185A2F0B8 , 0x5D2D44C9FFD346B5BE359B080D8B4BC1 , 0x610B63661F894465A504577E88EDBE89 , 0xE046383707944C58BD9E4FA83E80BD38 , 0xAED6704EAD4E4BA4894CF6A95FA92E4C , 0x74BCD28D06D7415182762BBB26845F2E , 0x6457A634BC564E8B88AB325B1BE45EA6 , 0x90EA8BA2A59D4F208532C846BF8F8974 , 0x1C2C36276EC542E69501720FC620C4C1 , 0x7B17ED5E3AA44635A18D9BE40AC720E5 , 0xC620B2226C50471D90CB49129203C46B , 0x75C7CC67B7B3426195CED720034A03F2 , 0x8A8093D4ECC746EB9D1B4E542077F079 , 0x3B2D695BF22C4EFEB6B8F89927D3F670 , 0xCCFECB91167449F98CAD00A2B2FD239D , 0xB60AF243CD444C6C87E06AB495BBCAFF , 0x55F4D6BB96154E2F9BBF1DAA999902A6 , 0x499F465F2B97405B8029289A8258E560 , 0x71D51E54921A4752BE1673DD49CECEEC , 0x95D06322EFE8470BBE34CB40D98FF8A0 , 0x125AE32265C3488E9E324615CB3DE9E0 , 0x4FFFE824D4CC4ED3B5BA72C8E13FA192 , 0x0BDAFAA8FC394E1CA0D2AB7D4A7D6C2C , 0x9B241A386A174BA9AD6C089472BE81F4 , 0xB59934B640E14D43A68F7BEA936BC0B1 , 0x201F1D195B21477F85E256D1514F3191 , 0x0FF6D821C0E64E42ADB0CD735B0A1DFC , 0x44EE2FB601B246B3B4183A7E98D4400A , 0x435D9794F2CD4DC4B3C48E6E4F8029CF , 0x968CAAB51ACA4804B7458062AE802CD8 , 0x1B98E8C17ECA4D62A7E844987E00FB6E , 0x99C5987C1A554F82A53BE83488BB074F , 0xE69D82F05CD3490489A4FA8B6AB69DD3 , 0x1E79674314224906850CA0CBFBEFA808 , 0x7B16AE7D9C224220BADD4897B4DBB082 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0x9BB6955BA02E44CB997D38423B9F4328 , 0x08AB6CEB986C4FE38AE8E5A62D07686B , 0x0371F4F2E7C542DE93CB7694B7750199 , 0x3A6819C1864843FBBB43562373D1F808 , 0xFC5115B1AA25416AB9EF9F0411D21EF3 , 0x68C8508CC9634437913BF4C1F5609124 , 0x7DE4BB40088B40FF8F01724803358AB3 , 0xA33F7277423340E3A47E91518487E082 , 0x72D70C67E6474DDCB1FBA965B12ECD8A , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0x5D657312E3E04607971960C43EB4F224 , 0xBD7A78BC52D347328DE55D912501B2B5 , 0x8E4E53E02C8249EBBC61DE48C45CC193 , 0xCC2E0C973AB64A99A8A4C3368B790FE6 , 0x6AAF68589FC642A1B693128D41D429FE , 0xAACB8FDEA6A249E18B0ED74239D6F0C1 , 0xD87645B618C54FE7B4E5439D779D225B , 0xC9EB29E4FD2E4437A0572855DACA354E , 0x4AB5056BAF5D4622ADA50811208425FE , 0x9C631F86C38248EF86731E33D97644DA , 0x3BC6175191E54E9C8B9C9E7639DF25C6 , 0x73EFB3C9F8834765AF8B9F9ABC747B69 , 0x05A09C16D7EC4E5AB81490235462BA75 , 0xBBB01165934C45129D9806E241C4C118 , 0x87DE4D2AB53B415DB45C786D8CE590FA , 0xEAD5EBFC0DAA40C9976065D365C664AD , 0xDD6F39349C90473F866F3766C27B9179 , 0xFAC01B295E044B589CA4F8B2CCB2868A , 0x8D4B14A849134050BAF1E6131514FC49 , 0xF5582D5E2B8447D78E326B5409CEC787 , 0x5A6B8A51792444F0A6D3B82049B447EA , 0x31FA9215B1CC4562972DF732D4DB89F0 , 0xB118DFAB130545B7BA745BDD962B7DB5 , 0x6DDAF86033CB4AA796B957B5AEAFE78C , 0xDF640830F4AB442AB61F531F1533CE36 , 0x044AC3E4CAC94813B2AC2CE9C4069CDA , 0xB2D3C6461441415494093939C5323DAB , 0xEF6272F67E22400DB762A8486C481987 , 0x42B48872CDFF422C95E1F7F69E60F2CD , 0xFC87213E8227412CB2CF1E6D6CEA959D , 0x00E6A2F948544958BC2DF454E7074E4C , 0x39ADE2BBB84449E49D8418CCCE505792 , 0x1A493683432943CFAC2568C72E553D16 , 0xCC58D75F27B943B2B30EED49EB9C5602 , 0x495085311B31474FA0EDF2733D1A853F , 0x80690492D1304C02A6506BDF2CC441BC , 0x3A7AF9FAC6F6443BA0559A346A783143 , 0xDC394E36AFE54232AA11F9584237364D , 0x641B7D4BFFF041B78D3BB89FB2436F90 , 0x1FB7F084A0114A17942A44D159E7AB0E , 0x48165B0999A34551B7B2D61E64F95DAF , 0xA21B9983858F4A5CB1B9F82999EEA585 , 0x48A25D2D38EE45EFB1F32DB4B911AFC5 , 0x90FB47C3261D4431B54F475FFA3E3CA8 , 0x8C104FDC0EAD41BE9A48657D3F397124 , 0x7C038F34BC824EB78B121468F67A77D0 , 0x9084F1FD2F964A89A5B9E79C0F0F14FD , 0x7B4CAFFABAD04D4D90F412995E5D0790 , 0x207821A319A14DF891B1DA52CB633BD5 , 0x13DA9C91054E41A49152DF9F90D52C07 , 0xC9D11D3EB1A7421F992E45F0A3E9AA4D , 0xFBA40109FC0F4E209831237E47930622 , 0xF7F5B15F069445DEAABBF9851C37D183 , 0x2ADA5ED19C764D5693E6CB8407278DDF , 0x6DD6142B64714F4CA467E607BFCA94D5 , 0x94A1DAE0BF3D45C0B2AFA1FBD2B624A1 , 0x93296FDAEB9544CAB48FEF4532F507B3 , 0x1DD550E8247F49DFAB75E16A6FBE8FDD , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0xC3884A40497E45EDA5DCF043D787E045 , 0xE7DFB69C5E1344A782640A0FD69D2C1B , 0x60380264BDF342EDBC59C0DF04D6263D , 0x1F504FF9448747EABED610DF12223329 , 0xF780BCED7E0F45FCA7F2C6EC54AA6058 , 0x1E218971147D4A04BC1D76B575CEFE00 , 0x98669351A3F74799BBB5C3973FA091C3 , 0x208A4A179B7E47FCBB64ECE38CC5D847 , 0x5C8CCC79ABF34ACBBA63EEE33F345362 , 0x4C82867A86F242AC8261C288F180AF4F , 0x8AFEB2F019364CD4854060E7B72AC179 , 0x9D04D88DAAB645DEB09DA90C25C603D3 , 0xE7ADEDD46B1E433C83CDF6A3E0B48C4C , 0xAC2402552AC84121B755ADF37F39D2EF , 0xE7D84F606BCC4734A53313E6DAE9EB88 , 0xA47F15CBCD4F407D8DD51BDC1A9A602B , 0x9A1DF6D312084068837758FD2953C398 , 0x598135B2AD054BD5912B695C29B68C7A , 0xA4A8C86177954121A5C1D21756B47A2B , 0x302C26630EE74FF28738A844ED269886 , 0x42678BEBBA584D12B643E7D1D36BBDDA , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x61DEBDA1020043959AA497CAD8711D71 , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x636FD7059DAE4829944AEC619F5F5889 , 0x8EC3BFAD9B3F41C296A86F9F1752FD75 , 0x3BE71D5D0DCF4CAFBB0229B757EBA18D , 0x2EBF26F228064895BF5CF9B6F6BC9025 , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0xDCD1579A57EF42C3A9F76B9AFCA20BD9 , 0xEC1436DA1E4C4F03BB092B218CA78CB2 , 0x039395FBCB4E41D39E6FAFE087F26B48 , 0x028D70EE5EFC45B8814A6DE8A8BB7898 , 0x0A58DA5B591E4C96857FD8671A691D84 , 0x05A505DB27714DBDA2FC65A7186AEB89 , 0x3F238C229EE6469FA12B3B634A836C1E , 0x2D093652413142DFB48E894DB53DAA26 , 0x5A073A4F12E649F5A5510EFA3977AE39 , 0xDB92148195894C159CF48C7C4987D118 , 0x86F0D71C355245E7BF4B4EF63AA03CF6 , 0xF006B87327B548C68165CE67D5421F94 , 0xE875FA8F02EA4FB2A896E60A66B34CA8 , 0xCA06E673C9D0430D8B8831D91E4A53FC , 0xCF067CC2A18F4B11A16B880092821E23 , 0x92D2A998E61049C98DFC764A13BC4CF1 , 0x7F0FA547FCC34059BBB0C46FF443F1AD , 0xC18B32126E324BA2B7487B4D38012616 , 0xA712472A1FD942558B43602BEBAC84D5 , 0x574306C1F4F44AD09688FB2D06CB8651 , 0x908B71C25DD14F41BDA94FF5CFFB4A21 , 0x8BA007392E584243ACA6846DC71BB165 , 0x676797F5F2B24171BCAB36D3E88B44C1 , 0x7909112A58E74515BB2D4D013C3FC975 , 0x10896259C828421DAF47D56064FADFC6 , 0xCDDA3B1FF1BF4179AA231235B219E397 , 0xBA6462E1CE9D4920B1D4443BF5B4B453 , 0x3CA896B05B2445B6B57834F3EF90B590 , 0x2F6AC7A3A6964CFCBAEE618D16EBFD7A , 0x8EEABD8E0DE14592906FD3EE3EE9D094 , 0xDDCB12B96F53423285250F99ECBF72F7 , 0x17634EB70E384A1D919DB189894CB0B5 , 0x83A7440BF43B4E4BABD1CD3CFAF45119 , 0xD078894672BF41F9BBAFF5896E4A7B6A , 0xC3E20ABD85FF4AD19F0620233107FCE0 , 0x83A9D3FE8C1A41238A095AFBF14F1190 , 0x2848C0F297094E37B6002861F9F9EC88 , 0xB4181D8CE73848A095E0901004CAEECF , 0x3C802908877C454BBD14FEC9B7031E89 , 0xE4D4AD0BB4724866901C2B0001776D70 , 0xE04369ABE5CD480190FCA7A729C7425C , 0x5AB53EC8D8564679A133A070918C62D8 , 0xB2CA25F5540F4FC2ADFEFFE678AB972B , 0x98D8983E43ED4DBDA7347A3FE5D452C2 , 0x8B2D191ADBC8495AAC0A0FDA910336A1 , 0xB29F95685B784912A988731F09E844CF , 0xD5C7F478291844FBBD73ACE11197FA41 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xF0A9A1006F454E45884594AD2022374A , 0xC225ABF84EDE4935B34646A1881258C8 , 0x42843C39F20E4F23A599575776B060C2 , 0x467EA28F5B534000BB6F0F6AD8FA1DD4 , 0x7D56D321D6834A24A35114BDC9A75ECA , 0xA420C3B23A7B41EBBE2148BF08F72532 , 0xF110177EC70C4DA7B696692C02686AEF , 0x9CEF2594DCF54D45BA544C84672CC09C , 0x7EC639010588449CB5845733976BEEFF , 0xB5686981F4D24D5788C401B8FD54B495 , 0x38D9BFDE83AE4B66B246D44F6D1CD709 , 0xE4270BCA70094623A850304D91F8E534 , 0x6F77BC88B85B4276AEB992ECBA83875A , 0x3D850641B1C34153949DE58D8C7809DB , 0xD313AA66FD2A4C76AEB9CDEB5D197563 , 0xE5863AE8A7DA43D490D88E6E20D355B5 , 0xB79FAC130185434BA6872FCC3DD8F624 , 0xAA504E5BCD374F1997936465567D2175 , 0x5DA8191489084DB5B5188987B676FA6B , 0x018031D7A6504C70BC9611EFFCA5CB87 , 0x0B4E5CC4D6AB4EA8B8330862B728BA1A , 0x2C81CF2F149F45C0A11A107797F136D2 , 0x6462366562514E5C8CDCCC45A32653C2 , 0xA005AD988DFB491984A04FE19F7E4577 , 0x27FAE0EBD4B84E4A83D7AE1BA6B1BE8A , 0xA4566694F5354A1C993527ED1EF82A0E , 0x07AB613BE2A1415F9EC63C2869E7E301 , 0x55214A1633FB4A73AFDB44C8AE1F0B09 , 0xDCBE93DC55984DBAA7CF0295970CB008 , 0xCD3456C18A2F4B9887EDED52C02F53E6 , 0x0D088F0CA5374A40B3139AB697BA90A7 , 0x6070019EDBE146CB9FF790629E633BB8 , 0x01FF2ECE148245B781BDD4A182E467F9 , 0x5F79137F86FB498795072C33D40A4712 , 0xD11C3D30E7434243BBBD8FE0EEE54D50 , 0xE71BC9B393FE4133BF1FB32B20FC1F32 , 0x09F5ABA97B0348ED953A7BBF6793B6EB , 0xE941752D33B64DBE818CFC24F0EE113F , 0xA1642380CE274497B95367BEB12266E8 , 0x60CBA981CEA144C2BEDFB3040C1AC083 , 0xA6A99F9475354A60892D173B04034D30 , 0x86A1EEADBC7942CD815D907D267D6433 , 0x81DC917602C84C229200C5810EA53B6B , 0x5CF0421E1F3E4614BDD73A1626679868 , 0xC2205521D27F442D8FBBAE88CEC3237C , 0x1FC4A2CD837448E6AEB133A80ABA1C0F , 0xC805DC6B53344265BDDA8D4ACEC4C147 , 0xA7F16B5461AD42E6B6070810AAF8EAEE , 0x2F84C9A50C29420ABDA2AB744E543D10 , 0x20375AD797124B51A5B9AB72262AB2B7 , 0x4B5FA4B43DAE4040B25DC43C94515170 , 0xC4D2E060DC8E49AC845F19120879DB19 , 0x9BA27F9F49A24A53A249745845B487D4 , 0xA55823063A5046AE82334CBDDE9F6EB3 , 0x7ED1851BA54F4CB0A380F8D08EEADF72 , 0x1E9E2EE61F11483197EACD8A7DD2D355 , 0x7C897CF1DDAF4CA6A927C41CE075EFB6 , 0x72A2E20321774244B07CF45ECA32404E , 0x906C5097986C47B0BDCF11C7DE58A205 , 0xA9D58BAD95F74847B2BA3F68261AD9B6 , 0x3689D83479D84ECAA15EB3CB26A4DF41 , 0x3B2C5C038A88401FA502DB5EEDDCFA0F , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x513AB9793DD541E6A6DFF9033F99756F , 0x8F1332EB43334D159175A80ED6E45057 , 0x00776CF7FEC149B78B2CEAECDF562F95 , 0xBBD322979BC447F7AFCCC5A34B012795 , 0x06ABC960BAE24E0E94AF2FEC911F479F , 0x4D200872D75B46FEB271174DF0837EFB , 0xD8FADC9CBE154AFF9B6F9303D385F496 , 0xAA262210581A4C0D9CAD7E1BBE9FBD49 , 0xB89F5FC50B434E30B66A668996EC46B0 , 0xCA6F416353584D21A12983D8302658A2 , 0x84091A7BA6F1469EBA53A52BF47476AC , 0x9153E0816E6B4DA8ABA4DF841128B2CF , 0xFF1935C0152D4C95BF7B9074D5096142 , 0x802D5DCC7D204219909DFDC6F9940A20 , 0xBEB754BFC07F49EBAF32CDEB8CAAB252 , 0x1BFA4C8CF37E483D82B2442CB9A75162 , 0x56251D06C9E9477F8A2FF494CAE75053 , 0x7D66FF816BFC43E5A35DF0F504CFE3B2 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x70E52FD4923A42919E958298024DCDF3 , 0x1C86779C496A420686F9BC1E8E7EAC8B , 0x63BBE5A8C1994B2489078B503777CC94 , 0xA98BD2924357447C910421250F5A4712 , 0x75C9C48FD41840FCA0A70FC92EFB21D3 , 0xCBB87485524E4B4BA094D03D1A498399 , 0x44F5643A9AA54A23BCBD89BAD97DD752 , 0x89E95FF3C52A4FCE8211B37ED9AB1F0C , 0x49C6E0C5CDB2403EA954001E794C0A36 , 0x32387B88A1614242B91EC7A2717FE9BD , 0x6D2C967944904520989F13F15F6B202F , 0x06079AAE29A44E07A6A83F338B706F8C , 0x972098D9517B48BF8AD65553219A1376 , 0xC53115EAEFB049369199492D4A43AF8F , 0xD20E81A8E75F4CF2BC22BE5BDF8D0950 , 0x9142E63958174E4BB1A3EA5A8AD7BC96 , 0x7E9A82B6453D4808B782E8B95658F6C2 , 0xA351C4D4343B468692D4C13CFCD59B61 , 0x84AC473AA0CF46249A13D69B6A087633 , 0xF9E1C02CC8C146AD98DEE5CB5F3FCDBB , 0x474BBECAE1904DB19B69F7381771E74F , 0x91118C3C5A434C50A79C690C0EF874F0 , 0xB1CABAFA54E24559AF98DA7F27501052 , 0x905E3D1AAFEB48098B7694E2A7637E51 , 0x49994B451C88421B8C10D295B279E89C , 0x2C2924AF53A14AA990E90FE6BD08184D , 0x113B2EFE796A4181846BB3B0E5D4F6DD , 0xA35C15ABDD8A4492A5322D43F20F26A6 , 0xCA5B6E454981415E9F2183E4DBA078F5 , 0xD2833B86883B4B558DC58C60C764503A , 0x80B655FB9F6E4EEE99CC2AC823239D0C , 0xC7EB683CB67F400C9E4C1F944DE23867 , 0x66599A8892FB4A938FCE89EAD4DCB099 , 0x5968D52D1E024F78B80EE805E02A57A4 , 0xF91503D085E64349A38F77E839BE9135 , 0x135D7E3A28F048EC90FE4C0F9CF250D1 , 0xC250C6A2F2D34A5FABF7AEA87D93FFAB , 0x4B9BC24A713E4C07BC49DA65B3705AFE , 0xFC4E3F8E7E624137B43C1EFBF38F0CF1 , 0x151A407DEB91466984325530979CD470 , 0xA0F6F1CE8C29430AA34D3C1555E453EB , 0x149072DB11FC4E25B614FAE943005A18 , 0xC7A5729F4E1E4ACDBCDCC6AEB2DBFC47 , 0x17B54EF8D5434550BBFB24C83A334EB5 , 0xAF70BBBB98C14853A111515D3DC63DAD , 0x27D8E293CBB54FFCA8054C22698D6123 , 0xBFE1F46F2CCE4F6D8D073F57D7FE101A , 0x361327F28A3142AE8B463A0100C79BA0 , 0xFF1DDECB571942449CFF36CF45F75176 , 0x99B951830DFE4B1AAE2675D97393BEC8 , 0xA99552F6420149FE9B6FE71F1EB223C3 , 0xCEC520431F0B45858998B728FC4651EA , 0x4283A982ED5248218DE38B7ECE4F8F94 , 0xAF78D91653A345168E413B52B9752562 , 0xDE9F7ED32B79420BA085E18F53581B38 , 0x47000CA728E74358B965C8D777954474 , 0x382C2A07C8A847AEA74ED5A46702C522 , 0xD429EB8FFE8940E4A499E74BFDDEE156 , 0x234FEA63F5414A8CB39E6E62BE083533 , 0xE4DFEE05967E467DBA12F8E84C6B8B05 , 0xA94CFDB36A34413F8B774E70D8173A8D , 0x57761A6E525846B9BB52797F1F194629 , 0x004B11B664424995968A6294D4EA4AE7 , 0xBFC64FEC939B4277815ADEFB930295A1 , 0x2361115F142D49E1B5FA2AFF566B7514 , 0xBAAF0501442649A780E5481B2D0CA46D , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x53E4A030C1484AFAAA3AD9A63E7C8D0C , 0xDBEEB71958884CC7A252AFF607AF6C91 , 0xC3B21F8C90764EDBB3F790CF69126D3D , 0x15AD00F10C3640A6A206CE1F645317E4 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0x3A3A61F66E004C1BA712A101D61A71DB , 0x865FBA6B82C041A39C6DACA80370C4F5 , 0x6D6CF31C38404470A0BAAAF87F2E2DCE , 0x398C01A31065433B859085E3FC840C58 , 0x0D649F80D88242AEB2E5B317364AA3D7 , 0x2A2DC438531D4B6A9977BDB5D546EF6F , 0x02782E930EC24175ADEA89ADD0952834 , 0x1777F0F2727E486A85165AF0983F2DCF , 0x76D2E06872B440C18159D288B0B611E5 , 0x1C874D0721B44753AF4CB0560C74746A , 0x43965097D33A4A36A50F50A8113E2FF7 , 0x64A73B13750E46DD80AA0B90B84FB55C , 0x3992875E90DD47B4BFBBFCAEFAC30206 , 0x4EF55A1D12E24ECC8C3881AB6268703A , 0x86929811FB6E480FA61B2B137598426F , 0x3231736B477540368F961E43F4C8ACD5 , 0x3BD0ECB2AB774FA3B5873029FF16F35B , 0xD149A7C522D4471BB575CD5D97CF3AE1 , 0x37F514D652F343D9B13D2CA93E050123 , 0xF8AF2C992C39493E86E4A068F759F136 , 0xDDD0DAA540FF452EA038734F3B0BD35D , 0xD133C375EFA24C05A901F1D76F689268 , 0xD6E454BDD3CF42D89D49CF24495AE307 , 0x8586480551B84599B3CD9416A888EC37 , 0x797D6D115CB9446B8D22AAF8AEF84334 , 0x55C9247C42F6452C873A8AA97CFB375D )) GROUP BY `product` . `id` ;
Copy
83
44.66 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":šÝ·Ï\t E{¬\e 9À¬Ó[e "
b"\x10 iPÚ©ÛGþŒjI^õXpË "
b"┬ý¦Ó¬·H2ïìBÆøRT× "
b"(\x0F ´§\x17 M†¸°‹Åli˜ñ "
b"ÞB›p\x18 ×FЈˆ¦ü\v é‚( "
b"è\r ë\x11 èâC¢ì▒PõÊðçv "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"õpO®KüK%ŸJP:\x0F Þ;a "
b"ú´\t ┐jPG4░FÔ/ÉÑ‗ı "
b"CM\x10 @`rB\x11 ¯$Ç.ª\v „ "
b"_g–D1‹H5¨cýpͦ$¥ "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"ž.\v Î×ÉM¥£sÇ\x07 .éi "
b"â\v ;‚,ÏNâ²i*[A\x08 õh "
b"ØéÝX\x04 QC{îÿ©I\x1C $╔╔ "
b"ž\x00 üóˆ'D¨¹‡¿ÔæÈÝJ "
b"ɶl\Ç0B)ä;®-`ÇÑn "
b"å\x01 Ϋ™ÚL‘€Œ/ª^\x7F ¢g "
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b"1x{'8"J¡œìn°/–îz "
b"WlÁD\r \x07 CL‰Êœ\t —\x1D ©á "
b"c\e ¦ñS@E‘Žõí\f ¯ù/2 "
b"]\x01 Æ¢0ÏMA¥°ú\x14 Ø\x00 mý "
b"©Q˜Áú4@³¤\t ø\x13 ¤mzc "
b"ð+çGÒÏD*íþ\RÊÍÜì "
b"“\x06 ‘ž§\x02 AÏ \e\x0F LA‘\x18 í "
b")?G^7µ@£–\x7F 8÷E}߬ "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"ää]wN¯C ¢xëúsîâê "
b"’×A©º€NQ–³\r ñ×Ò\x14 I "
b"─ëkðè\x17 BÉÆ┐`e ]\\v "
b"þ%ü╦9ûJÇ¥àäÎâ╩¿ "
b"(iäÕ¾µD\x1D ½Sóçlã\x00 r "
b"ð ╚*9¥Mc«OæÉ\x00 IÍ\x11 "
b"\x10 Ð@ p!G\n ”Q †MT\x00 ] "
b"·õQ\x16 fàL³°1•A,¬· "
b"Ûµ\x18\x05 ÛED\x07 žßª}}X)Î "
b"\x1C\x0E *7\x06 ı@\x1D ¿ü÷ÜÐê┌└ "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"\x0E ^n60&FŸ‚'æl[XÌÚ "
b"rŠxúéeM•„\v Äš„ÓnT "
b"»Ñ7€X\x14 A\x1F §·ö—õdaµ "
b"░#É(\x18 BE©©\x10 iØ▒öp: "
b"5îèSHuEa’²p×ÌDÿš "
b"├rN\x1D ¹8OÛ½│°/[üµ' "
b"¶N\x05 7ùŸJ|ƒÊÑ¿Ó%<d "
b"Kõå┌ÒABÕÂ>Á¤d\x00 áÉ "
b"ËÍ>dϘF\t »\x05 ȸðÄo\e "
b"\e e‹ž?`G\e ¿’òWœ¤`Q "
b"OÃ<ü»┴J¾Ñ\x1C ÅÉÓ÷´´ "
b"HÌ€^:\f JpŠ~6\x1E Á\x17 ºª "
b"!\x1F ¯¼†ñ@?—QO[ímV "
b"ø£w^xnC-œ\r íû8õÍõ "
b"\x13 4\x03 R~9HÙ‹û-Ü¢"JO "
b"ʦË\e\x15 ùE\x06 ºî”«m«Û/ "
b"\x12\x10 ïs).H4»\x02 Gz ™Zç "
b"\x14 †Œáb¼M<¿Vþ\x07 ½áþ½ "
b"zÖÅL›ãO\x03 ´EÓ\x1D i'íþ "
b"ô,°G"¨B\r ░■ü║Gû\x11 ÷ "
b"""
hÚò2ÛÛH\n
×\x1A\x05 âQ╗Éê
"""
b"\x13 W&òdÀBt«\x10 ‹<rÔ9\x1E "
b"¤ÈÆëÔID”†»‹ïÈ\x0F x” "
b"y+F\x12 fÍGL®#Vª{*m\x0F "
b"""
Ñ\n
_¤OÊIu¿\x01 OC/\n
QÓ
"""
b"‘WÓš\x06 ™Ac©/\e ÍowJÞ "
b"O\x1A ,ŒZäO«¡¿“@À€˜” "
b"¥Ü\x0E Ð,ÏNÔNO\x1E ë\f Çï "
b"Ð$└£ÛÉBýîÔ¯ñƒq\x05 ▓ "
b"_ѽœ3ÂN锕ËY‚~øc "
b"¹¶YU1\x14 A\f „꺅zºˆv "
b"▀üï\t úÌGv¢%╩hY\x7F 8‗ "
b"—†HÂ8¯HÓ¶UY_\x08 ƒ†Z "
b"ÿ™È¯ókDê°áÎ`£ÌÓ› "
b"JU!À¡ðOd„\x18 Ø4¼B\x0E M "
b"îØÐç1ıK1îä\x16 º¹\x02\x13 ‗ "
b"ì5ãfL@Sû╠Ø\x07\e ç!@ "
b"Ø‹óx²gLò«S/O\x11 å\x07\x1C "
b"¾n5¹i\J¥¶\‘<À\x10 I} "
b"┴á°╠ÁOØäsgN£jûj "
b"yaª¯\x1E ýO‘¡ÏY-/DN„ "
b"¹Q?ü\x1E ß@´Œû:\x1C Cß§k "
b"%ã76/ûF‰®¨2¼¼xÉ\x03 "
b"åBê┼\x04\x02 E▀Å\x06 ʹ1§²î "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"\x19 ¯·9µìK¬ŠbÚà[I©_ "
b"""
Ö\x1D è\n
2îCØñ\t 5╔0▓Üv
"""
b"×zu¡±yF\x17 ¬Õ\x17 _nk‡F "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"n~†‰åtFgš÷\x1A 4•B$ˆ "
b"gxY\x00 CÉET¢âÊ'œøžß "
b"\x16\x1A Œ#\f ÓI:¸p¦R5¤”® "
b"W-W\x05 éVH-¬/A»U:7¼ "
b"\ïm\x13 x;N<¾ú\x19 ”Êg.0 "
b"¼ÚaL>ÅI6¶Dg‚×èŽÂ "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"vì7¬m&M└«3Õu½µQÁ "
b"Wû4"õ▀L£╝LÈj%ÅMC "
b"""
z\x16 %°\n
?E½Ø,└\r ¨\x12 ôÍ
"""
b"µ"B\f 2gD'ûÉÎ#█\x04 í' "
b"""
‗Â\n
[└ØBAÀ2ç─îÄ\x05 °
"""
b"²Z‘|{”EJ¡Bßë\x17 ³G® "
b"B"¦-/BB‹ž2\x17\x03 À£yÌ "
b"€ "P\x1A aEÀŠuÁ|u¾ä\ "
b"K\x0F\t ™\x02 ÞNO‚4µl¢]×× "
b"A;àƒ^˜B\µ9©\x00\x1D R87 "
b"-\x19 gu}MÒš¡g…£y\e d "
b"¯ág\x0F SõBýˆ¢²),ÿ8y "
b"ɉ»\x0F V#E»‡ƒ›\‚;Hº "
b"\x00 þ HÀ3LEìÙ<'º│Lu "
b"\x12 ÆÏ\x17 ].A_’\x02 òo\x7F ^¢g "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b"\x1C ±*µ^ÀM$®^7"bIö( "
b"ŽëðQ°ÛA±\x05\x1D ÏÒ0é' "
b"""
║\x1A LWÅtOÞ«\n
â`¯Ò½
"""
b"Rª6@¨3FFžôóÃÕGvI "
b"\x14 þ·Áb·L\f ª\x04 ÔúÅd ½ "
b"ø£¤═BÓEm®\x0F ü÷2hÕÕ "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"õ\x00 ðe\x11 ©C‰¢\x19 ŠH¸n\x16 © "
b"È/r§!¤Bw°\x19\x1A Cs\t ÄÓ "
b"╠\x7F\x17 ÁE┤C%Ø{;æ¢Â5Ú "
b"=\jô'ÈCÀœ‚í&^ Ëb "
b"¬ž«ÙlxEL–È€Á¿ÏD– "
b".\x1D z$Ã~MM–²Ýui=%L "
b"ðH´\x03 jqMƒ¥H\x00 åi\x14\x1D "
b"³ïúO•_@{ †ü9á\x02 Åê "
b"\x1D ╦z Z[I|ø\x01 $\x0F ü\x13 ┘2 "
b"\x0E ┘\x04 ƒ╬ÖOܺ\x0E i\x08 ì¸U╩ "
b"▄┐i±þÆAìöp┐DãU■J "
b"3█ ┼Å┤Gƒï~┤\x13 6¿x\x1D "
b"$FUJfH@hƒ~5ä'ÿ¨u "
b"ÁCcTy»MЫ/+Eïò™\x06 "
b"P\x06 ½Õì)A²║h\x1E :ç█nô "
b"ñ§>ºô³I(É<╬UÈ}¬k "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"Þ}¸»ý9M0›À\x02 „|ù“ô "
b"³░b\x7F ╩\x08 CÚ║┐I¦ÀØø\x17 "
b"ï’MƼ£Cˆ“…UÛd›X½ "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"‘ŠŸ¬¯¡N온öLœ\x15 „¦ "
b")*ñ½iº@Á‚q×òÝê\x03 ª "
b"ޝ~ì”ïK\x16 ¡È\x00 ÌJTµõ "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"Ø\x11 │YolNÕéWQ"{=çx "
b"d><˜B¼B}¡™GÈLj!X "
b"=¿┐\x19 j;IÇÅ╬&e,╠ı╣ "
b"!\x08 e\x17 aãFo†Õ‹GTáy³ "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"zmÛi\x1C ™Fq©BZ¾\x1D\x1F Á\f "
b"VÐ\x08 på8G¸²•0$ø"F\x06 "
b"yÐ1é()DS©\f yÅ\t ‡n "
b"""
”£jûïŠBz‚¦ó\n
oŽñ\t
"""
b"ì‚\r \x05 ”…Mí(溢‚Åp "
b"ä.šÍ·¨M±¥Ü!ϧ\x0F vo "
b"åiß%░\x04 A\x12 ô\t -ب┐4┼ "
b"\x1F ¦žÝª¿Mõ—\x1E #²Ç\x18 ÕÝ "
b"¥0åË¿èKc†Œ\x03 ¿×ö»Á "
b"²,Qhz\x18 FžµÜc##ì4Ç "
b"íøÅUlýCPó3╣^B«óÆ "
b"Ÿ\x06 ôÏU'@7ÕÖ‹,%\t † "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"\x1A 焺\x04 ?J‚œAU°@2òŽ "
b"&Èq5\x0E óDXˆ\f ¦_'vƹ "
b"qq\f ÙõðFRŸúJŠÀ”9É "
b"|ç]\t ™wL¼ˆMi3xIŸ "
b"z\x08 nŒB\x01 Fž“+J\x18 7\x11\x05 + "
b"÷Ú&Ë*"M¾°À¹½"9\x0F Ð "
b"숿s¿pDÌšdM1ˆ™÷ê "
b"ºæiÅ\x06\x07 @ýüç%a´p╗4 "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"E¬Jî\x1F\x01 O2¥\e "˜³W[ "
b"â\x01\x02 f¼|HÞŽÍ\x07 ¤h+u€ "
b"yúÔó\v oBü„\f ð°ø".. "
b"\e "^ZrA\x16 œJªW€T—‘ "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"ÉoqíÑ<Ca╣R\x02 àIÅG╠ "
b"mœ½º\x12 ‡E;¯àÝpæköƒ "
b"\x16 §5\x08 ¦×Al¤–7="-ñÐ "
b"\x03 5%K1\x1F L░ìL\x04 :´A¯¦ "
b"ŇÁ+\x0F\x05 O\x11 ¯\x15 á聾Äâ "
b"D¤uåÖ4J< “Éј…÷õ "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"õJi\x07\x06 yGÏœ^4þ¦˜äm "
b"\x1D\x1A )Í(ŒL…ƒÍ,Ì\x7F ³ ½ "
b"\x06 #K€ÁD±¯þŸ}/Ó~| "
b"8x½\x06 P0DFØ0\x11 \x05 F\r ª "
b"CóÀ\x04 b\x11 F伇Xß¡=c« "
b"ÿk"3\x7F ØIXÖvª┴Ú\x14 ÚË "
b"\x1F `БSmJ\f бàÏM¼\x0E B "
b"»ŒÛ\e î{Oȧ\x17 ¸¶\v Ôiþ "
b"¬ÛŸ\x1D ªcM\x01 …x\x18 N®%ûã "
b"ÌÝ ‡ôXF. Þ\x04 #-h«\x19 "
b"Y+-ø‹ÍKkª6é‰=øÍ\f "
b"ªÆÆ\x02 ú\x1F F؇ùD/ñ\x11 @ "
b"¤[•a˜¸O\x1F ¶ÿ\x13 ìE$ZÌ "
b"„#'S0ÔM“«ÌLaÃÇ;i "
b"ÞŽ…±uHL”ŠNàwÚ²½W "
b"€^Ï\x0F ¼mA•ŸrØM³0´\x1A "
b"8]VÑh±A]É¥PQ█\x12 ╗Á "
b"ˆZï‚x\r Aû¥F\x14 3¸Û.Ó "
b"“„ÇŽ;oC\x1C ¨Žy!èι¤ "
b"á╔Ûy┐«N;égÛî É;/ "
b"‚ìLrx\r Mˆ ç›8F©¿n "
b"¶\x04 ’´$´Lýºiɨ|Ƨ\x08 "
b"ØÂš¢^lJ¸¥"¿{›\r ˜ "
b"´Š4CîA\x14 ¶ñKðÍ–\x16 g "
b"Ûqzó”$AÒ“Òip¦W«p "
b"\x1A 8T\x13 à\x11 N´¹Ÿ\x05 ·‚ Ù³ "
b"\x7F B¬í„dB¬²+ÑÞ«0çÅ "
b"\x04 q’\n ^\x1A A¼º¤\x00 –VŒ0ò "
b"Ê\x06 +X©&K}¨Þ³\x06 «'Ǩ "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"7"þ\x14 oÂIvˆx\x07 Ñ×òf\x00 "
b"\x1A o\x00 æ¥BGž‰\x7F\x1A ÁYç\x14 ¨ "
b"""
ëðæê\n
-M|ŸK¶ùRñ±]
"""
b"òwxû³\x14 Għ–ôì.|Î "
b"ö\x04\x18 K:èJt£\x17 xšŒ09n "
b"\x16 ñP(|ùH\Ø ÚR(ãþe "
b"-ÔÆ–Ð\t LP¹±C¼w°=Z "
b"ðõÍ'\r ^Jk€\x05\x05 ƒ\x08 ®\x00 Ð "
b"§Ø\x0F ı\x1D pJ¡å*\x13 ÷┼\x1C Ý┘ "
b"»²®ø\x07 „I‘‹J\x03 i-`‹@ "
b"Kfþ²ÚìD+œÕ\x17 ”ÝrY\v "
b"ê´‰4ŠžL\x1A Ÿ)\x17 6zØÀƒ "
b"ÌØõµ█5Azê╝}I¼÷\x16\f "
b"ÍHSA}ØJÕ£ÁHÝ©\x19 éä "
b"sÉ\x16 ¥è’K¶²€Ò\v >lœ§ "
b"cFnJ\x0F `D\x1E ¬i¤sé¿9œ "
b"»ÄáSc┤M╚íþÅìÀ╦¥\x06 "
b"¦4─║┬+CÅï¦ZCtÓëu "
b"¥├¶è┬║OòªDòÔ'~+Ø "
b"\x1A @Tt\x04\v @Û‡"¸Åf(\x05 ì "
b"8┐\x0E Õ#│Ck«\x11 Éßþ±!k "
b"`y─┐§ØF═å\v ┌U/±6\x02 "
b"dG,¨–éL¨¢Ð‚KáeÊœ "
b"%=O~\x14 %AN–\x11 f’µ \x1C i "
b".ê\x11 %\x1A 3O\x19 –Ñ\x01 fâ%¯î "
b"\x19 A‰T\x15 ÀDi“(Ètn\x06 c„ "
b"F■öÞ\x07 ¾LHçy{\x11 DÈcÉ "
b"|§¨¸RâH‚‚Ñ"Ã]ß¡\x0F "
b"¬½u?8AFý¬&ñs!‡rg "
b"i1æv¹[I3¬-ËÓE„D‰ "
b"B╬Û~ì\x07 EWéƒık²:Qº "
b"dªM]>ÈH[ƒúËÍ™8ÎA "
b"ã3\x00 æÑ½M|ž£›eGÁgy "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"ÙVJ\x1C\x05 3E+‘*#NòÅ\x06 ú "
b"\x17 ¨Ü\x06 ¬%F\x05 ÅÜ»»Y,\x0E\x1C "
b"©Œf9,nL‘‡ñ\x18 ¸\x02 g‰M "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"!5©\x1E ȰGˆ½\x17 ~1j\x06\e . "
b"|Mû├ÏHMıÅ\x12 ═x3=╚\x0F "
b"ÉíBß²½BÂçj:\x08\x06 V«ø "
b"\x04 +Å\x1D .¾NfœdŠ)Á(w¬ "
b"\e ÅP`▓TI╔áòã▓÷┐{\x03 "
b"\x08 M‰`¤|C߇!ä\x04 vkÊ? "
b"e═ü┤├‗LK┐*\v wÒ3└² "
b"BûÑ╦eíBãÅs¶Ïug│R "
b"\x08 ÕÝÛvL ³“ø»§Zkw "
b"Ç\x7F ìÌ”@O¸ŸuÎ"\\x7F (\x17 "
b"’pÿTúÙFÄ¿?ˆê\x04 ñUI "
b"×·ÏPÉ\x12 C\x01 âDïÃÅöë± "
b"äWJ™ÓÙDȈ|üIWjÔÜ "
b"@F\x03 ´w\x1D L’œVÀ\x10 iæ\t "
b"\x00 ¾ª╔╠\f L`ü.\x1E W¼p=\x16 "
b"Nܦb°cC\x11 ¾x+œƒMt‹ "
b" ÉšÊf\x03 Lý¡\x00 ~\x1C ;wÄì "
b"²%ºì«ÏF┴û┴\x06 #-\x1E ã0 "
b"À4ïƒø“AŰ“¯°äÂ\x08 ž "
b"╗ñ\x06 Y~KLb£ìÓ┌┘\x03 [ "
b"ôæyÇ│%B\v Å\x10 ¼KVÞ1= "
b"ÃMH¤6AIÓŠÊ\x1A Ñž;Äð "
b"”g½”:…IE•ÿb\\x12 q\x01 K "
b""\x1C ¼-f¨BžŠ\x15 Gp†°†1 "
b"è.j8Í4G.µ Áa†ÿôI "
b"i؈¦ºyEÉ€\x18 Á_;'º' "
b"\r #«\x14 ܈H¿³NT ¼$Ìå "
b"kHÀÖ\x04 Ml¬>¿HpýšY "
b"üûoø úN░úû{®þ\x00 ╝É "
b"""
ˆª\n
\x0E •@O™º[\x01 ”…mr\x19
"""
b"6\x19 ,UËÍC<¸Só ׇ\x08 S "
b"=¸îÿ‗\x17 Kìé´£┬î┤\x00 $ "
b"Ú&#\x14 ßéD\f “Êx¼I\x17\f x "
b"@ešh\v pC¨®\x08 ^‘ê¼Ó\x02 "
b"Ztÿò\x0E\x07 BÛ†Ð6¹"ýº“ "
b"€Oë8cÉG\x02 ˆõÕû¯\'3 "
b"ÉaÍávLM+ŠÝÇæn\x00 º– "
b"rN\x19 º—\x18 D»½,\x0F ùF\x05 ï™ "
b"<\x00 ͺš¦N\x15 §’íx!{“ÿ "
b"""
\n
\x03 |ìo/I\x08 ƒÀìÇ4…\x19 h
"""
b"!;Ã╣█¨CÉèƒ_\x11 ┌èHã "
b"\x0F ║ó|■ÀJ\x13 Ø/|5dFÁh "
b"=³µí4ÛC=‹ï\x16 ©\e ùÙÉ "
b"ñ\e ½Jk\x01 CÛ©\¹ÉÙVæH "
b"N¡ÅO©\x06 NT„åé4([” "
b"Ø-1Éø¼H"ùÃIo╦xÒt "
b"0í\x19 \“·Fz‘‡ðwsˆšŸ "
b"käóÖe§D§±@2s ºŒ4 "
b"–“n2üÆANž\x19 –8\x18 ®2– "
b"cW\x0E hèÎL»€íçÈâ\x12 ¹ "
b"Ìâ7rŒšD0•Õ¬¬%XÊ+ "
b"-Ïßl\|O}ºÍÉ”ùU†; "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"ý˜òýAzAýŠ›\x13 ,b†IÛ "
b"õ\x1E ÷ÅH┬F╠Ü]■£X7·% "
b"xïl䈵FÛ¡¯ìfÔ™ÙŸ "
b"\r ïR-„ôA³±â³i2HÈ "
b"˜P§³ò†KƒŠÎ¥×wì%¼ "
b"|:ÐD¨QI}”rE¹Ð)^ï "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"!,õ\x1A d¥J\x16 É[ ¿"▒ʰ "
b"V'ð\x03 }ìHBù▒¨╦ðã\x10 ( "
b"B™‹È·šE=…á)\x04\x1F hí{ "
b"┴п۹2I Å\x04\x01 ¹\x18 ¶ÞÊ "
b"""
sr‡\n
MþKù“¯1>‹Ýg—
"""
b"±„sä\x01 ÆC"¼¤\x00 1õz3o "
b"ör\x17 Š"cD—£'®ÝG™7u "
b"«æ¿'ì¸O“–o,fgT\x17 } "
b"(g\x1C ýd^A ¢$þ\x02 0d“W "
b"╚┼,-!XLZîNæüSbÇ· "
b"ÏÖÜšõôK;“5GGokˆ¦ "
b"®├ ï&yK\x11 ؽÐB▓f_É "
b"ßxv╔t\r N\x10 ƒ]╣x░│Ø3 "
b"\x19 j\x1E G€#B=‡©B\x19 é«zÓ "
b"ÆPCâ\v AC®»│¡ù(,\x07 Ø "
b"┐Ükê¹ÃJÿع¢V¬¸Þ▓ "
b"}ÊaQbAŠ¥«s6~\x10 g9 "
b"¸=)2ìjGqù█U ^\x1D ph "
b"‰í¥œŠ²HQˆ`?á„Kùý "
b"\x1D O÷¾ú6C&ª¬S\x07 —\e U³ "
b"çGïƒVþM¹°\x03 ¶oòå\x06\v "
b"±Æ§ªÉ▓OtïSÏ$ø:¸Í "
b"?%TI\r ™AÇ”»qõ÷dÌÍ "
b"Á%¸╗» OGÀb"ÅN¤ð½ "
b"\x07 Ë_ÇLØB╣ƾ\x05 &\r ┘ì│ "
b"tÂ=ï/(BAŠñ`d§}Å\x0E "
b"Ø(²Æó#I\x1F ‚°â\x16 IYh¡ "
b"+Ë;‡åÏBµ¥Ãë\x7F r#yˆ "
b"ǰ}E\r ’LÞ©@Û®^kY\x16 "
b"\v X\r M▒»C{Á*µü\x04 _úÏ "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"\x06 K/\ߤEéìèhI\x03 ÀÆá "
b"%\x0F\x1F\x1A ü'@\‚\x0F L\x01 .\x18 ¼ "
b"àœd‘U\x14 H)¸\x15 F\x05 óSÞc "
b"\x08\x11 ¼Z▄åG│ên|└É\x0F ┼Ô "
b"I½&Í-xJ“ž\e 4[|Šˆ* "
b"Ë}¼úÊ\x05 Jï¬\x7F ¤©`â«# "
b"}³ØÜ.\x1E I±´·þD\x1E †vö "
b"Þ\x1C +ÊεCx¨t$x\x0E #Èñ "
b"""
»║ÚE²+E±è.1I;\n
øÅ
"""
b"ñAðñ—cJû”k{kšPv\x18 "
b"\x0E c\x19 ┼:LL*ÉÅn\x1A ╦\x1A (P "
b"Mº¢g±7Jº©ã‹‰áZ>\x17 "
b"mê9╦'╣J ░╬k\x12 åÕqØ "
b"¿\x16 ·Ù;ñL\x0F Ødø\x1D ║7\t ) "
b"ŠÊš\x1A ýgAЧè‡Õ©•cé "
b"‘ýFµÌYJ@‹2c^JšÄ| "
b"3½V█D\x14 HGØLLJ!ÖAí "
b"\x13 z°@$[FAœ]\x19 æ\e UGv "
b"""
¿ûsÈ&±C©ƒ™«ç\n
Êè2
"""
b"–Ÿ—×]ìL\f ¨4ˆ!†ào\x00 "
b"rî¶¿±\x0F LÙŠ”òE¼A\x14 "
b"eè§îä!DKì\x19 !²Â\e )G "
b"¥g‘ÈþdA—†\x12 üãã52V "
b"yy‰56(LÕ¦ý*ÞWÌ´\x06 "
b"\x1E ³\v \x1F ‰AQ»\r Pþ¢!\x08 r "
b"phÁ’McA–°Ò\x14\x19 Ù+Ú› "
b"xæ’Lè5N®»\x1C Û Ý³p\x05 "
b"Š‚\x17 ò,zDº¾€RU\x0F ‰íü "
b"\x03 ‡n\x19\x06 ;E\x04 ¬kå>}\e yÈ "
b"ü\x10 Øm\╗D%ë@\x1E T'!,³ "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"\x00 Å6\x16\x1E ÒB´ªædÐä)z3 "
b"¬R‘µô!O5£Ö}`ƒ\x7F q¯ "
b"Èmt«¹hL¸°uäjz\x13 b” "
b"–nBñ\x12 In™MNêæ±ü\e "
b"tu÷M»¶CÖ¶¤nf\x12\x06 +Œ "
b"""
¾øÁÉX▒LÔ®`\x14 «\n
6Ñ\x1F
"""
b"ë_Ø`*íHuûò‗▀▀D=\x1E "
b"»z…Z…›Gª¦uéŒ\e Ö\x04 "
b"„Ðx“\x14 EG#£çÙãC(ýO "
b"«€ô~\x13 r@²¸Ÿé‡ƒâç, "
b"U\x01 §╬┬SLgäÙ[ì.Åî+ "
b"\x17 ┐ÏaÉ£GcÁ΃╠þ┼){ "
b"œb‰FýæF•ƒî>\x04\x1A ä’i "
b"…6Áz¼{Kb„\x07 gÑÆ\f U "
b"¤sƒþ\x1F º@\ìíõT─■Ét "
b"@iõ2*G£ñ─Í5#îü0 "
b"MàÔv\x19 ÙEɆ\x03 }VÏt2Ï "
b"[¨^É ¯L-®çB▒uý> "
b"1\x1C 3ŸdqOΊ¢ºš:\x10 8m "
b"¿\x1D Õ5Ò\e In€’‡-=ÏwË "
b"çñû^ýDe░,rtß¹ìi "
b"õ”RŽ–KJ\x0F ºÞáXµmʤ "
b"# ñ·\x17 mAâ‡$5œ±|Il "
b"ü.ÚRLÛC:×µYJGÊ0\x1A "
b"Ú<3\x01 ƒ°NB¦c[.]0CŠ "
b"▄§ïì█ýFJÖ·&Ó6ÖÀò "
b"]׺ñ ýJ\x16 †@\f !ʹ°€ "
b"j"\x1C ƲæI®½Nä<M8¯ô "
b"§©ô┴ÂøO╬ÁµQ▓³y╩ì "
b"6.ÞÅMÖ@h³›·ËB¸g% "
b"«Ó\x0E\x0F î\x1A C¿½×Øb<\5f "
b"·T’ˆ±îN\°\x11 -=à-fX "
b"(죸EæC—ŠÏ\x1D Ô»½|\x14 "
b"¾j\x10 ÄñÚKͪÅ╦C\x15 ×\x1D ã "
b" @(Ç\x17 MG\x18 Ž\x03 ó\x03 žü‘¼ "
b" ┘k╗S=H\x1E áKØNI½pR "
b"ˆ¼óÄjI@\r £™Z¿„}Œ] "
b"╩£\v ü&CG¿öc\x04\x08 ¬9b┼ "
b"½Eúf\x18 CHS¹mÄ<×3\x1E | "
b"╩WÂì-óB©┐î°FÉ%\x0E / "
b"¸Bå;Ù3B\x06 ¬ì<³ùÞ©< "
b"Ë‚Tô·~G~„HtÆ|B[= "
b"é\v y\x1D -\x0E Oj¬\x01 •˜º¿L´ "
b"ªq+\f ©˜E×™(ê|3Á\e w "
b"O²S®•:Có†\x04 Ì4';àü "
b"G\x17 ·‚Ø\x1F Jɱó‹ Üu÷B "
b"üÄÜŠ\x05 -E9¡ß\x05 À\x1C i#d "
b"""
×ü╬\x7F\x10 FBEÿA3\n
\x14 'É©
"""
b"¥r2;,ŒIñŒ Ú]›…YË "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"ú9\x03 ¨üæL\x07 ö\x18 G\x1C kuIÞ "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"¾*‹W–N‡°Ü mUM¶÷ "
b"³H¿Ú>íAßü┴Ñû■m\x05\x1E "
b"©\x1D îÑù\x07 FX¯°¼ö\x1C >²p "
b"""
ù)ãnN;N¬½\n
ê4\n
äÊq
"""
b"ßü=\x19 S├M3░┘▓~ıç8å "
b"MÁ\x13 ÿþÆDç¢üž`.™:€ "
b"\x16 å\x16 ¿\O\v ¸+ýJgPdÊ "
b"ZЧ[5ê@·€r\f õ¹\x15 9j "
b"³¶à„å†H&£\x0E\x1D 1·@X& "
b"\x1A îž\x10 a¤G¬¥çÕ¿boq„ "
b"ÛHTgYÆ@~©ÝÆ„9»-P "
b"Çû˜•ÎÄHð¯]'þió½ "
b"¿w\x06 ‘ÞrB\x04 ¬šVÌ™MFÎ "
b"5†º¢I\v E•¤\f ´EK§ïr "
b"╔xØ d¿Nüås¡kcqNÍ "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"h=à´µ®MUšý\x00 û0†É3 "
b"╗\t {ÌÆºCyíâxüÃ#ƒð "
b"p┌\x13 ┘║nNÃØDt{\x0F │ÿ└ "
b"\x06 a£_OH¼¶\x04 Í\x1D\f Ð 8 "
b"Ü_▒Þ~pJéô5IüOî▒? "
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"îÿ╬A═%ESØø±6åmïä "
b"bÅpáÿ‹F ´ÀÙ†`Ž)9 "
b"╗î/üw@F║ÑWÄYëÙ¬8 "
b"í[\x11\x05 ˆmI\x14 ‘¦ÿtCñÿ. "
b"+Ę\x18 IrC»`¿BPв4 "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b")"áÆRÑF@µ)}—šgì\x1D "
b"QF^\x1A ñÉLK›^Æ-I \x1C ï "
b"¨©©mLHN+•¶—Ä^œ¥’ "
b"\x13 Ò¤O¬┌IýØ├\x17 \r ¡·|Æ "
b";NbgÞ¿G'¼I«8.æ³x "
b"oy[\x18\x03 ªE¸§µ\v þ¤J:\f "
b"dUý#ÏKDñVØÙIr(J "
b"j\x0F fƒtIК±„Ÿ¬UWÜ "
b"íOlõ ¾L(ìJ£i'v÷\x7F "
b"²\x0F ̓öˆH©„ªºÈ<Lç8 "
b"ù!à[I7EJÉDéı|~d\x14 "
b"zù║\x16 ┌ÅO\t ì6┌ö:àÛË "
b"<MÉç»ÚBÿš¸}1…¢ð¸ "
b"]-DÉÿÓFµ¾5›\x08 \r ‹KÁ "
b"a\v cf\x1F ‰De¥\x04 W~ˆí¾‰ "
b"àF87\x07 ”LX½žO¨>€½8 "
b"®ÖpNNK¤‰Lö©_©.L "
b"t╝Êì\x06 ÎAQév+╗&ä_. "
b"dW¦4¼VN‹ˆ«2[\e ä^¦ "
b"ÉÛïóÑØO à2╚F┐Åët "
b"\x1C ,6'nÅBæ•\x01 r\x0F Æ ÄÁ "
b"""
{\x17 Ý^:ñF5íìøõ\n
à Õ
"""
b"ã ▓"lPG\x1D É╦I\x12 Æ\x03 ─k "
b"uÇÌg·³Ba•Î× \x03 J\x03 ò "
b"èÇôÈýÃFÙØ\e NT wy "
b";-i[ò,Nþ¶¸ø™'Óöp "
b"╠■╦æ\x16 tI¨î¡\x00 ó▓²#Ø "
b"""
¶\n
òCÍDLl‡àj´•»Êÿ
"""
b"UôÖ»–\x15 N/›¿\x1D ª™™\x02 ¦ "
b"IŸF_+—@[€)(š‚Xå` "
b"qÕ\x1E T’\x1A GR¾\x16 sÝIÎÎì "
b"òðc"´ÞG\v ¥4╦@┘Űá "
b"\x12 Zã"eÃHŽž2F\x15 Ë=éà "
b"Oÿè$ÔÌNÓµºrÈá?¡’ "
b"\v Úú¨ü9N\x1C Ò«}J}l, "
b"ø$\x1A 8j\x17 K®¡l\x08 ör¥ü¶ "
b"ÁÖ4Â@ßMCªÅ{Ûôk└▒ "
b" \x1F\x1D\x19 [!G\x7F …âVÑQO1‘ "
b"""
\x0F öØ!ÀæNB°Ís[\n
\x1D ü
"""
b"Dî/¶\x01 ²F³´\x18 :~˜Ô@\n "
b"C]—”òÍMijĎnO€)Ï "
b"–Œªµ\x1A ÊH\x04 ·E€b®€,Ø "
b"\e ˜èÁ~ÊMb§èD˜~\x00 ûn "
b"™Å˜|\x1A UO‚¥;è4ˆ»\x07 O "
b"µØé\ËI\x04 ëñ·ïjÂØË "
b"\x1E ygC\x14 "I\x06 …\f Ëûï¨\x08 "
b"{\x16 ®}œ"B ºÝH—´Û°‚ "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"›¶•[ .DË™}8B;ŸC( "
b"\x08 «lë˜lOãŠèå¦-\x07 hk "
b"\x03 qôòçÅBÞ“Ëv”·u\x01 ™ "
b":h\x19 Á†HCû»CV#sÑø\x08 "
b"üQ\x15 ±ª%Aj¹ïŸ\x04\x11 Ò\x1E ó "
b"hÈPŒÉcD7‘;ôÁõ`‘$ "
b"}õ╗@\x08 ï@ Å\x01 rH\x03 5è│ "
b"£?rwB3@ã¤~‘Q„‡à‚ "
b"r×\f gæGMܱû©e±.ÍŠ "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"]es\x12 ãàF\x07 —\x19 `Ä>´ò$ "
b"¢zx╝RËG2ìÕ]æ%\x01 ▓Á "
b"ŽNSà,‚Ië¼aÞHÄ\Á“ "
b"Ì.\f —:¶J™¨¤Ã6‹y\x0F æ "
b"j»hXƒãBíÂô\x12 ìAÈ)■ "
b"¬╦Å̪óIßï\x0E ÎB9Í┴ "
b"ÏvEÂ\x18 ┼Oþ┤ÕCØwØ"[ "
b"Éë)äý.D7 W(UÚÊ5N "
b"Jµ\x05 k¯]F"¥\x08\x11 „%þ "
b"œc\x1F †Ã‚Hï†s\x1E 3ÙvDÚ "
b";Æ\x17 Q‘åNœ‹œžv9ß%Æ "
b"sï³ÉøƒGe¯‹Ÿš¼t{i "
b"\x05 á£\x16 ÎýNZ©\x14 É#Tb║u "
b"╗░\x11 eôLE\x12 Øÿ\x06 ÔA─┴\x18 "
b"çÌM*Á;A]┤\xmîÕÉ· "
b"êÕëü\r ª@É—`eÓeÆd "
b"¦o94£ÉG?åo7f┬{æy "
b"úÀ\e )^\x04 KXœ¤ø²Ì²†Š "
b"ìK\x14 ¿I\x13 @P║±µ\x13\x15\x14 ³I "
b"õX-^+„G׎2kT\t ÎLJ "
b"ZkŠQy$Dð¦Ó¸ I´Gê "
b"1ú’\x15 ±ÌEb—-÷2ÔÛ‰ð "
b"±\x18 ß«\x13\x05 E·ºt[Ý–+}µ "
b"mÚø`3ËJ§–¹Wµ®¯çŒ "
b"ßd\x08 0ô«D*¶\x1F S\x1F\x15 3Î6 "
b"\x04 JÃäÊÉH\x13 ²¬,éÄ\x06 œÚ "
b"²ÓÆF\x14 AAT”\t 99Å2=« "
b"ïbrö~"@\r ·b¨HlH\x19 ‡ "
b"B´ˆrÍÿB,•á÷öž`òÍ "
b"³ç!>é'A,▓¤\x1E mlÛòØ "
b"\x00 æ¢ùHTIX¼-ôTç\x07 NL "
b"9¡Ô╗©DIõØä\x18 ╠╬PWÆ "
b"\x1A I6ƒC)CϬ%hÇ.U=\x16 "
b"ÌX×_'¹C²³\x0E íIëœV\x02 "
b"IP…1\e 1GO íòs=\x1A …? "
b"€i\x04 ’Ñ0L\x02 ¦Pkß,ÄA¼ "
b":zùúÆöD; Uš4jx1C "
b"Ü9N6¯åB2ª\x11 ùXB76M "
b"d\e }K AÀì;©ƒ▓CoÉ "
b"\x1F ·ð„ \x11 J\x17 ”*DÑYç«\x0E "
b"H\x16 [\t ™£EQ·²Ö\x1E dù]¯ "
b"ó\e ÖâàÅJ\▒╣°)Ö¯Ñà "
b"H¢]-8îEï±ó-´¹\x11 ¯Å "
b"ɹG├&\x1D D1ÁOG_·><¿ "
b"Œ\x10 OÜ\x0E A¾šHe}?9q$ "
b"|\x03 Å4╝éNÀï\x12\x14 h÷zwð "
b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14 ² "
b"{L»·║ðMMɶ\x12 Ö^]\x07 É "
b" x!£\x19 ¡Mø‘±ÚRËc;Õ "
b"\x13 ┌£æ\x05 NAñæR▀ƒÉı,\x07 "
b"ÉÑ\x1D >±§B\x1F ™.Eð£éªM "
b"û¤\x01\t ü\x0F N ˜1#~G“\x06 " "
b"÷õ±_\x06 ”EÞª»ù…\x1C 7у "
b"*┌^УvMVôµ╦ä\x07 'ì▀ "
b"mÖ\x14 +dqOL¤gæ\x07 ¿Ê”Õ "
b"”¡Úà¿=EÀ²¯¡ûÒ¶$¡ "
b"ô)o┌ÙòD╩┤Å´E2§\x07 │ "
b"\x1D ıPÞ$\x7F I▀½ußjo¥Å¦ "
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"ÈJ@I~Eí¥ÜðCׇàE "
b"""
þ▀£^\x13 Dºéd\n
\x0F ÍØ,\e
"""
b"`8\x02 d½óBí¼YÀß\x04 Ö&= "
b"\x1F POùD‡Gê¾Ö\x10 ß\x12 "3) "
b"÷€¼í~\x0F Eü§òÆìTª`X "
b"\x1E !‰q\x14 }J\x04 ¼\x1D vµuÎþ\x00 "
b"˜f“Q£÷G™»µÃ—? ‘à "
b" ŠJ\x17 ›~Gü»dìãŒÅØG "
b"\ŒÌy«óJ˺cîã?4Sb "
b"L‚†z†òB¬‚aˆñ€¯O "
b"Šþ²ð\x19 6LÔ…@`ç·*Áy "
b"Ø\x04 Ïì¬ÂEÌ░Ø®\f %ã\x03 Ë "
b"çíÔk\x1E C<ƒÍö£à´ŒL "
b"¬$\x02 U*ÈA!·Uó\x7F 9Òï "
b"çØO`kÌG4¥3\x13 æÚéëˆ "
b"ñ\x7F\x15 ╦═O@}ìı\e ▄\x1A Ü`+ "
b"š\x1D öÓ\x12\x08 @hƒwXý)SØ "
b"Yü5▓¡\x05 Kıæ+i\)Âîz "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"Bg‹ëºXM\x12 ¶CçÑÓk½Ú "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"coÎ\x05 Ø«H)öJýaƒ_Xë "
b"ŽÃ¿›?A–¨oŸ\x17 Rýu "
b";þ\x1D ]\r ¤L»╗\x02 )ÀWÙíì "
b".┐&‗(\x06 Hò┐\¨Â÷╝É% "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"ÜÑWšWïBé÷kšü¢\v Ù "
b"ì\x14 6Ú\x1E LO\x03 »\t +!Œ§Œ² "
b"\x03 “•ûËNAÓžo¯à‡òkH "
b"\x02 ìp¯^³E©üJmÞ¿╗xÿ "
b"""
\n
XÚ[Y\x1E L–…\x7F Øg\x1A i\x1D „
"""
b"\x05 ¥\x05 Û'qM½¢üe§\x18 jë‰ "
b"?#Œ"žæFŸ¡+;cJƒl\x1E "
b"-\t 6RA1BߴމMµ=ª& "
b"Z\x07 :O\x12 æIõ¥Q\x0E ú9w®9 "
b"█Æ\x14 üòëL\x15 £¶î|IçÐ\x18 "
b"†ð×\x1C 5REç¿KNö: <ö "
b"\x06 ©s'ÁHãüe╬gıB\x1F ö "
b"""
Þu·Å\x02 ÛO▓¿ûµ\n
f│L¿
"""
b"Ê\x06 æsÉÐC\r ‹ˆ1Ù\x1E JSü "
b"¤\x06 |┬íÅK\x11 íkê\x00 Æé\x1E # "
b"ÆÊ®ÿµ\x10 I╔ì³vJ\x13 ╝L± "
b"\x7F\x0F ¥GüÃ@Y»°ÄoôCñ "
b"Á‹2\x12 n2K¢·H{M8\x01 &\x16 "
b"§\x12 G*\x1F ÙBU‹C`+ë¬„Õ "
b"WC\x06 ÁôôJЖˆû-\x06 ˆQ "
b"Éïq┬]ÐOA¢®O§¤¹J! "
b"‹ \x07 9.XBC¬¦„mÇ\e ±e "
b"gg—õò²Aq¼«6Óè‹DÁ "
b"y\t\x11 *XçE\x15 »-M\x01 <?Éu "
b"\x10 ‰bYÈ(B\x1D ¯GÕ`dú߯ "
b"ÍÚ;\x1F ñ¿Ayª#\x12 5²\x19 ã— "
b"║dbß╬ØI ▒ÈD;§┤┤S "
b"<¿û░[$EÂÁx4¾´ÉÁÉ "
b"/jÃúªûL³║¯aì\x16 Ù²z "
b"ÄÛ¢Ä\r ßEÆÉo˯>Úðö "
b"ÝË\x12 ¹oSB2…%\x0F ™ì¿r÷ "
b"\x17 cNÀ\x0E 8J\x1D æØ▒ëëL░Á "
b"ƒ§D\v ô;NK«ÑÍ<úôQ\x19 "
b"Ðx‰Fr¿Aù»¯õ‰nJ{j "
b"""
Ãâ\n
½…ÿJÑŸ\x06 #1\x07 üà
"""
b"â®Ë■î\x1A A#è\t Z¹±O\x11 É "
b"(HÀò—\t N7¶\x00 (aùùìˆ "
b"┤\x18\x1D îþ8HáòÓÉ\x10\x04 ╩¯¤ "
b"<€)\x08 ‡|EK½\x14 þÉ·\x03\x1E ‰ "
b"õÈ¡\v ┤rHfÉ\x1C +\x00\x01 wmp "
b"ÓCi½Õ═H\x01 ɳºº)ÃB\ "
b"Zµ>ÈØVFy¡3 p‘ŒbØ "
b"²Ê%õT\x0F OÂþÿæx«—+ "
b"˜Ø˜>CíM½§4z?åÔR "
b"""
‹-\x19\x1A ÛÈIZ¬\n
\x0F Ú‘\x03 6¡
"""
b"²Ÿ•h[xI\x12 ©ˆs\x1F\t èDÏ "
b"ÕÇôx)\x18 Dû½s¬á\x11 —úA "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"ð©¡\x00 oENEˆE” "7J "
b"Â%«øNÞI5³FF¡ˆ\x12 XÈ "
b"B„<9ò\x0E O#¥™WWv°`Â "
b"F~óÅ[S@\x00 ╗o\x0F jÏ·\x1D È "
b"}VÓ!ÖƒJ$£Q\x14 ½É§^Ê "
b"¤ ò:{Aë¾!H¿\x08 ÷%2 "
b"ñ\x10\x17 ~Ç\f M§¶–i,\x02 hjï "
b"œï%”ÜõMEºTL„g,Àœ "
b"~Æ9\x01\x05 ˆDœµ„W3—kîÿ "
b"Áhiü¶ÊMWê─\x01 ©²T┤ò "
b"8Ù¿Þƒ®Kf²FÔOm\x1C ×\t "
b"ä'\v Êp\t F#¨P0M‘øå4 "
b"ow¼ˆ¸[Bv®¹’캃‡Z "
b"=à\x06 A▒├ASöØÕìîx\t █ "
b"Ó\x13 ªfý*Lv®¹Íë]\x19 uc "
b"Õå:Þº┌CÈÉÏÄn ËUÁ "
b"·Ÿ¬\x13\x01 …CK¦‡/Ì=Øö$ "
b"ªPN[Í7O\x19 —“deV}!u "
b"]¨\x19\x14 ‰\x08 Mµµ\x18 ‰‡¶vúk "
b"\x01 €1צPLp¼–\x11 ïü¥Ë‡ "
b"\v N\ÄÖ«N¨¸3\x08 b·(º\x1A "
b",ü¤/\x14 ƒE└í\x1A\x10 wù±6Ê "
b"db6ebQN\ŒÜÌE£&S "
b"á\x05 ¡ÿì¹I\x19 äáO߃~Ew "
b"'úàëÔ¸NJƒ×®\e ¦±¾Š "
b"¤Vf”õ5J\x1C ™5'í\x1E ø*\x0E "
b"\x07 «a;â¡A_žÆ<(içã\x01 "
b"U!J\x16 3ûJs¯ÛDÈ®\x1F\v\t "
b"ܾ“ÜU˜Mº§Ï\x02 •—\f °\x08 "
b"Í4VÁŠ/K˜‡ííRÀ/Sæ "
b"\r \x08 Å\f Ñ7J@│\x13 ÜÂù║ɺ "
b"`p\x01 ×█ßF╦ƒ¸Éb×c;© "
b"\x01 .╬\x14 éEÀü¢Èíéõg¨ "
b"""
_y\x13\x7F †ûI‡•\x07 ,3Ô\n
G\x12
"""
b"Ð\x1C =0þCBC╗¢ÅÓ¯ÕMP "
b"ç\e ɳ“þA3¿\x1F ³+ ü\x1F 2 "
b"\t õ«©{\x03 Hí•:{¿g“¶ë "
b"ÚAu-3ÂM¥üî³$¯\x11 ? "
b"¡d#€Î'D—¹Sg¾±"fè "
b"`╦®ü╬íD┬¥▀│\x04\f\x1A └â "
b"¦©Ÿ”u5J`‰-\x17 ;\x04\x03 M0 "
b"åí¯¡╝yB═ü]É}&}d3 "
b"ü▄æv\x02 ╚L"Æ\x00 ┼ü\x0E Ñ;k "
b"\ðB\x1E\x1F >F\x14 ½×:\x16 &g˜h "
b"┬ U!Ê\x7F D-Å╗«ê╬├#| "
b"""
\x1F Ģ̓tHæ®±3¨\n
º\x1C\x0F
"""
b"╚\x05 ▄kS4Be¢┌ìJ╬─┴G "
b"§ñkTaBæ¶\x07\x08\x10 ªøêî "
b"""
/„É¥\f )B\n
½¢«tNT=\x10
"""
b" 7Z×—\x12 KQ¥¹«r&*²· "
b"K_¤´=®@@²]Ä<”QQp "
b"ÄÒà`ÜŽI¬„_\x19\x12\x08 yÛ\x19 "
b"›¢\x7F ŸI¢JS¢ItXE´‡Ô "
b"¥X#\x06 :PF®‚3L½ÞŸn³ "
b"~Ñ…\e ¥OL°£€øÐŽêßr "
b"\x1E ž.æ\x1F\x11 H1—êÍŠ}ÒÓU "
b"|‰|ñݯL¦©'Ä\x1C àuï¶ "
b"r¢â\x03 !wBD°|ô^Ê2@N "
b"ÉlPùÿlG░¢¤\x11 ÃÌXó\x05 "
b"©Õ‹•÷HG²º?h&\x1A Ù¶ "
b"6‰Ø4yØNÊ¡^³Ë&¤ßA "
b";,\\x03 Šˆ@\x1F ¥\x02 Û^íÜú\x0F "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"\x00 wl÷þÁI·‹,êìßV/• "
b"»Ó"—›ÄG÷¯ÌÅ£K\x01 '• "
b"\x06 «É`ºâN\x0E ”¯/ì‘\x1F GŸ "
b"M \x08 r×[Fþ²q\x17 Mðƒ~û "
b"ØúÜœ¾\x15 Jÿ›o“\x03 Ó…ô– "
b"ª&"\x10 X\x1A L\r œ~\e ¾Ÿ½I "
b"¸Ÿ_Å\v CN0¶jf‰–ìF° "
b"ÊoAcSXM!¡)ƒØ0&X¢ "
b"„\t\x1A {¦ñFžºS¥+ôtv¬ "
b"æSÓünkM¿½ñ▀ä\x11 (▓¤ "
b" \x19 5└\x15 -Lò┐{Étı\t aB "
b"""
Ç-]╠} B\x19 ÉØ²ã¨ö\n
"""
b"¾·T¿À\x7F Ië¯2Í댪²R "
b"\e úLŒó~H=‚²D,¹§Qb "
b"V%\x1D\x06 ÉéG\x7F Š/ô”ÊçPS "
b"}f ük³CÕú]§\x04 ¤Ò▓ "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"på/Ô’:B‘ž•‚˜\x02 MÍó "
b"\x1C †wœIjB\x06 †ù¼\x1E Ž~¬‹ "
b"c»å¨Á™K$‰\x07 ‹P7wÌ” "
b"©‹Ò’CWD|‘\x04 !%\x0F ZG\x12 "
b"u╔─ÅÈ\x18 @³áº\x0F ╔.¹!Ë "
b"˸t…RNKK ”Ð=\x1A Iƒ™ "
b"Dõd:š¥J#¼½‰ºÙ}×R "
b"‰é_óÅ*O΂\x11 ³~Ù«\x1F\f "
b"IÆàÅͲ@>©T\x00\x1E yL\n 6 "
b"28{ˆ¡aBB¹\x1E Ç¢q\x7F é½ "
b"m,ûyDÉE ÿƒ\x13 ±_k / "
b"\x06\x07 š®)¤N\x07 ¦¨?3‹poŒ "
b"— ˜ÙQ{H¿ŠÖUS!š\x13 v "
b"┼1\x15 Û´░I6æÖI-JC»Å "
b"Ê\x0E ü¿þ_L‗╝"¥[▀ì\t P "
b"‘Bæ9X\x17 NK±£êZŠ×¼– "
b"~š‚¶E=H\x08 ·‚è¹VXöÂ "
b"£QÄÔ4;F†’ÔÁ<üÕ›a "
b"„¬G: ÏF$š\x13 Ö›j\x08 v3 "
b"ùáÀ,ÈÁF˜ÞåË_?Í» "
b"GK¥╩ßÉM▒øi¸8\x17 qþO "
b"‘\x11 Œ<ZCLP§œi\f\x0E øtð "
b"±ÊºúTâEY¯˜Ú\x7F 'P\x10 R "
b"É^=\x1A »ÙH\t ïvöÔºc~Q "
b"I™KE\x1C ˆB\e Œ\x10 Ò•²yèœ "
b",)$»SíJ®ÉÚ\x0F µ¢\x08\x18 M "
b"\x11 ;.■yjAüäk│░ÕÈ÷¦ "
b"£\\x15 «ÝŠD’¥2-Cò\x0F &¦ "
b"╩[nEIüA^ƒ!âõ█áx§ "
b"Êâ;åê;KUì┼î`ÃdP: "
b"ÇÂU¹ƒnN¯Ö╠*╚##Ø\f "
b"Çëh<¶\x7F @\f žL\x1F ”Mâ8g "
b"fYÜêÆ¹JôÅ╬ëÛÈ▄░Ö "
b"YhÕ-\x1E\x02 Ox¸\x0E è\x05 à*W¤ "
b"¨\x15\x03 ðàµCIúÅwÞ9¥æ5 "
b"\x13 ]~:(HýÉ■L\x0F £‗PÐ "
b"ÂPÆ¢òÓJ_«÷®¨}“ÿ« "
b"K›ÂJq>L\x07 ¼IÚe³pZþ "
b"³N?Ä~bA7┤<\x1E ¹¾Å\f ± "
b"\x15\x1A @}ë‘Fi„2U0—œÔp "
b"""
öñÎŒ)C\n
£M<\x15 UäSë
"""
b"\x14 Ér█\x11 ³N%Â\x14 ·ÚC\x00 Z\x18 "
b"Ç¥rŸN\x1E JÍ¼ÜÆ®²ÛüG "
b"\x17 µNøÕCEP»û$È:3Nµ "
b"¯p»»˜ÁHS¡\x11 Q]=Æ= "
b"'ÏÔô╦ÁO³¿\x05 L"iìa# "
b"┐ß¶o,╬Omì\x07 ?WÎ■\x10\x1A "
b"6\x13 'òŠ1B®‹F:\x01\x00 Ç› "
b"ÿ\x1D ÞËW\x19 BDœÿ6ÏE÷Qv "
b"™¹Qƒ\r þK\x1A ®&uÙs“¾È "
b"©•RöB\x01 Iþ›oç\x1F\x1E ²#Ã "
b"ÎÅ C\x1F\v E…‰˜·(üFQê "
b"Bâ®éÝRH!ìÒï~╬OÅö "
b"¯xÙ\x16 S£E\x16 ŽA;R¹u%b "
b"̃~Ë+yB\v áàßÅSX\e 8 "
b"G\x00\f §(çCX¹eÈ×w•Dt "
b"8,*\x07 ȨG®§NÕ¤g\x02 Å" "
b"È)ÙÅ■ë@õñÖþK²ÌßV "
b"#OêcõAJŒ³žnb¾\x08 53 "
b"äßî\x05 –~F}º\x12 øèLk‹\x05 "
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"Wv\x1A nRXF¹»Ry\x7F\x1F\x19 F) "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"┐ãOýôøBwüZ̹ô\x02 òí "
b"#a\x11 _\x14 -Iáµú*ÿVku\x14 "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"Sõá0┴HJ·¬:┘ª>|ì\f "
b"Ûî·\x19 XˆLÇ¢R¯ö\x07 ¯l‘ "
b"├▓\x1F îÉvN█│¸É¤i\x12 m= "
b"\x15 \x00 ñ\f 6@¦¢\x06 Î\x1F dS\x17 ä "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"::aön\x00 L\e §\x12 ¡\x01 Ö\x1A qÛ "
b"†_ºk‚ÀA£œm¬¨\x03 pÄõ "
b"mló\x1C 8@Dp ºªø\x7F .-Î "
b"9î\x01 ú\x10 eC;àÉàÒ³ä\f X "
b"\r dŸ€Ø‚B®²å³\x17 6J£× "
b"*-Ä8S\x1D Kj™w½µÕFïo "
b"\x02 x.“\x0E ÂAuê‰Ð•(4 "
b"\x17 wðòr~Hj…\x16 Zð˜?-Ï "
b"vÊÓhr┤@┴üYÊê░Â\x11 Õ "
b"\x1C ‡M\x07 !´GS¯L°V\f ttj "
b"C–P—Ó:J6¥\x0F P¨\x11 >/÷ "
b"dº;\x13 u\x0E F¦Ç¬\v É©OÁ\ "
b"9Æç^ɦG┤┐╗³«·├\x02\x06 "
b"N§Z\x1D\x12 ÔN╠î8ü½bhp: "
b"†’˜\x11 ûnH\x0F ¦\e +\x13 u˜Bo "
b"21skGu@6Åû\x1E C¶╚¼ı "
b";Ð첫wO£µ‡0)ÿ\x16 ó[ "
b"ÑI§Å"ÔG\e µuÍ]—Ï:á "
b"7õ\x14 ÖRóCÙ±=,©>\x05\x01 # "
b"ø¯,™,9I>†ä h÷Yñ6 "
b"ÝÐÚ¥@ÿE. 8sO;\v Ó] "
b"Ñ3Ãuï¢L\x05 ©\x01 ñ×oh’h "
b"ÍõT¢Ë¤BÏØI¤$IZÒ\x07 "
b"…†H\x05 Q¸E™³Í”\x16 ¨ˆì7 "
b"y}m\x11 \╣Dkì"¬°«°C4 "
b"UÉ$|BöE,‡:Š©|û7] "
]
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 (0x3A9ADDB7CF09457BAC1B39C0ACD35B65 , 0x106950DAA9DB47FE8C6A495EF55870CB , 0xC2ECDDE0AAFA48328B8D42929B52549E , 0x280FA0B4A7174D86B8B08BC56C6998F1 , 0xDE429B7018D746D08888A6FC0BE98228 , 0x8A0D89118A8343BD8DB150E4D2D08776 , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0xF5704FAE4BFC4B259F4A503A0FDE3B61 , 0xA3EF09BF6A504734B046E22F90A5F2D5 , 0x434D104060724211AF24C72EAA0BC284 , 0x5F679644318B4835A863FD70CDA624A5 , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x9E2E0BCED7C94DA5A373C7072EADE969 , 0xE20B3B822CCF4EE2B2692A5B4108F568 , 0x9D82ED580451437B8C98B8491C24C9C9 , 0x9E00FCF3882744A8B987BFD4E6C8DD4A , 0x90F46C5C80304229843BA92D6080A56E , 0xE501CEAB99DA4C91808C2FAA5E7FA267 , 0x6CAC5C8418864D1E83240AF4A4918714 , 0x31787B2738224AA19CEC6EB02F96EE7A , 0x576CC1440D07434C89CA9C09971DA9E1 , 0x631BA6F1534045918EF5ED0CAFF92F32 , 0x5D0192BD30D84D41BEF8A3149D006DEC , 0xA95198C1FA3440B3A409F813A46D7A63 , 0xD02B8747E3D8442AA1E75C52D2D69A8D , 0x9306919EA70241CFA01B0F4C419118ED , 0x293F475E37B540A3967F38F7457DDFAC , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0xE4E45D774EAF4320A278EBFA73EEE2EA , 0x92D741A9BA804E5196B30DF1D7D21449 , 0xC4896BD08A17429092BF6065205D5C0B , 0xE72581CB39964A80BE8584D7F083CAA8 , 0x2869E4D5BEB5441DBD53F3E76CE30072 , 0xD0FFC82A39BE4D63AE4F91900049D611 , 0x10D040207021470A945120864D54005D , 0xB7F5511666E04CB3B03195412CACB7AD , 0xDBB51805DB4544079EDFAA7D7D5829CE , 0x1C0E2A3706D5401DA881F69AD188DAC0 , 0x65D37E8611A24D6A81A53A335F092210 , 0x0E5E6E363026469F8227E66C5B58CCDA , 0x728A78FAE9654D95840BC49A84D36E54 , 0xBBD137805814411FA7B7F697F56461B5 , 0xB0239028184245B8B810699DB194703A , 0x35EEE8534875456192B270D7CC44FF9A , 0xC3724E1DFB384FEAABB3F82F5B81E627 , 0xB64E0537F99F4A7C83CAD1BFD3253C64 , 0x4BE486DAE34142E5B63EB5CF6400A090 , 0xCBCD3E64CF984609BB05C8B8F0C46F1B , 0x1B658B9E3F60471BBF92F2579CA46051 , 0x4FC73C81AFC14AF3A51C8F90E0F6EFEF , 0x48CC805E3A0C4A708A7E361EC117BAAA , 0x211FAFBC86F1403F97AD514F5BED6D56 , 0xF8A3775E786E432D9C0DEDFB38F5CDF5 , 0x133403527E3948D98BFB2DDCA2224A4F , 0xCAA6CB1B15F94506BAEE94AB6DABDB2F , 0x1210EF73292E4834BB02477A20995AE7 , 0x14868CE162BC4D3CBF56FE07BDE1FEBD , 0x7AD6C54C9BE34F03B445D31D6927EDFE , 0x932CF84722F9420DB0FE81BA479611F6 , 0x68E99532EAEA480A9E1A058351BB9088 , 0x135726F264C04274AB108B3C72D4391E , 0xA4C8C6EBD449449486BB8BEFC80F7894 , 0x792B461266CD474CAE2356AA7B2A6D0F , 0xD10A5FA44FCA4975BF014F432F0A51D3 , 0x9157D39A06994163A92F1BCD6F774ADE , 0x4F1A2C8C5AE44FABA1BF9340C0809894 , 0xA5DC0ED02CCF4ED4AD4E4F1EEB0CC7EF , 0xD124C09CEA9042EC8CE2EEA49F7105B2 , 0x5FD1BD9C33C24EE99495CB59827EF863 , 0xB9B659553114410C84EABA857ABA8876 , 0xDF818B09A3DE4776BD25CA68597F38F2 , 0x978648C238AF48D3B655595F0883865A , 0xFF99C8AFF36B44EAB0E1CE60A3CCD39B , 0x4A5521C0A1F04F648418D834BC420E4D , 0x8C9DD18731D54B318C8416A7FB0213F2 , 0x8D35F0C6664C405396CC9D071B872140 , 0xD88BF378B2674CF2AB532F4F11E5071C , 0xBE6E35B9695C4AA5B65C913CC010497D , 0xC1A0F8CCB5F04F9D8473674E9C6A966A , 0x7961AAAF1EFD4F91A1CF592D2F444E84 , 0xB9513FFC1EDF40B48CFB3A1C43DFA76B , 0x25E337362FFB4689AEA832BCBC78C903 , 0x864288C5040245DF8F06D2FB31F5FD8C , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x19AFB739B5EC4BAC8A62DAE05B49A95F , 0x991D8A0A328C439DA40935C930B29A76 , 0xD77A75A1B1794617ACD5175F6E6B8746 , 0xC7C27C6EB6D54599839A560978452979 , 0x6E7E8689E57446679AF71A3495422488 , 0x6778590043C94554A2E2CA279CF89EDF , 0x161A8C230CD3493AB870A65235A494AE , 0x572D5705E956482DAC2F41BB553A37BC , 0x5CEF6D13783B4E3CBEFA1994CA672E30 , 0xBCDA614C3EC54936B6446782D7E88EC2 , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0x768D37AA6D264DC0AE33E575ABE651B5 , 0x57963422E4DF4C9CBC4CD46A258F4D43 , 0x7A1625F80A3F45AB9D2CC00DF91293D6 , 0xE622420C326744279690D723DB04A127 , 0xF2B60A5BC09D4241B73287C48C8E05F8 , 0xB25A917C7B94454AA142DFEB17B347AE , 0x4222A62D2F42428B9E321703C0A379CC , 0x802022501A6145C08A75C17C75BEE45C , 0x4B0F099902DE4E4F8234B56CA25DD7D7 , 0x413BE0835E98425CB539A9001D523837 , 0x2D19AD67757D4DD29AA16785A3791B64 , 0xAFE1670F53F542FD88A2B2292CFF3879 , 0xC989BB0F562345BB87839B5C823B48BA , 0x00E7FF48B7334C458DEB3C27A7B34C75 , 0x12C6CF175D2E415F9202F26F7F5EA267 , 0x29424506F7C34F70A500C369ECDEA554 , 0x1CB12AB55EC04D24AE5E37226249F628 , 0x8EEBF051B0DB41ADB1051DCFD230E927 , 0xBA1A4C578F744FE8AEF00A8360EEE3AB , 0x52AA3640A83346469EF4F3C3D5477649 , 0x14E7FAB562FA4C0CA604E2A38F6420AB , 0x9B9CCFCD42E0456DA90F81F63268E5E5 , 0x7A768155A21E446DB594B41749495D52 , 0xF500F06511A94389A2198A48B86E16A9 , 0xC82F72A721A44277B0191A437309C4D3 , 0xCC7F17B545B443259D7B3B91BDB635E9 , 0x3D5C6AF427C843C09C82ED265E20CB62 , 0xAC9EABD96C78454C96C880C1BFCF4496 , 0x2E1D7A24C37E4D4D96B2DD75693D254C , 0xF048B4036A714D83A54800E569141DA0 , 0xB3EFFA4F955F407BA086FC39E102C5EA , 0x1DCB7AFF5A5B497C9B01240F8113D932 , 0x0ED9049FCE994F9AA70E69088DF755CA , 0xDCBF69F1E792418D9470BF44C655FE4A , 0x33DBFFC58FB4479F8B7EB41336A8781D , 0x2446554A66484068837E35E427FFA875 , 0xC143635479BB4DD0AB2F2B45EFF29906 , 0x5006ABE58D2941FDBA681E3A87DB6E93 , 0xA4F53EA793FC4928903CCE55D47DAA6B , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0xDE7DB8BBFD394D309BC002847CF993F4 , 0xFCB0627FCA0843E9BABF49DDB79D9B17 , 0xEF924DC6BCA34388938555DB649B58BD , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x918A9FACAFA14EEC98A8F64C9C1584A6 , 0x292AF1BD69BA40C18271D7F2DDEA03AA , 0x8EAF7EEC94EF4B16A1C800CC4A54B5F5 , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0xCAF11042CE174FA78B82ED67C48198C7 , 0x9D11B3596F6C4EE5825751227B3D8778 , 0x643E3C9842BC427DA19947C84C6A2158 , 0x3DA8BF196A3B49808FCE26652CCCD5B9 , 0x2108651761E3466F86D58B4754E179B3 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x7A6DDB691C994671A9425ABE1D1FC10C , 0x56D00870E53847B8B2953024F8224606 , 0x79D031E928294453ADA90C79C509876E , 0x94A36AFBEF8A427A82A6F30A6F8EF109 , 0xEC820D0594854DEDAD28E6BAA282C570 , 0xE42E9ACDB7A84DB1A5DC21CFA70F766F , 0x8669E125B004411293092D9DF9BF34C5 , 0x1FA69EDDAABF4DF5971E23B2C718D5DD , 0xA530E5CBBFE84B63868C03BFD7F6BBC1 , 0xB22C51687A18469EB5DC632323EC34C7 , 0xA19B8F556CEC4350A233B95E42AEA292 , 0x9F06F4CF55274037ADD5D68B2C250986 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x1AE784BA043F4A829C4155B04032F28E , 0x26C871350EF34458880CA65F2776C6B9 , 0x71710CD9F5F046529FFA4A8AC09439C9 , 0x7CE75D0999774CBC884DAD693378499F , 0x7A086E8C4201469E932B4A183711052B , 0xF7DA26CB2A224DBEB0C0B9BD22390FD0 , 0xEC88BF73BF7044CC9A644D318899F7EA , 0xA791698F060740EC81872561EF70BB34 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0x6279E85C754A43909DE87F0D3B858351 , 0x45AC4AEE1F014F32A51B22AD98B3575B , 0xE2010266BC7C48DE8ECD07A4682B7580 , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x1B225E5AAD7241169C4AAA5780549791 , 0x0A38581650A342BB97478E5552350B97 , 0x906F71A1A53C4361B9520285498F47CC , 0x6D9CBDBA1287453BAFE0DD70E66BF683 , 0x16A73508A6D7416CA496373D222DF1D0 , 0x0335254B311F4CB08D4C043AEF41EEDD , 0xC587C12B0F054F11AF15E1EFA585C4E2 , 0x44A475E5D6344A3CA093C9D19885F7F5 , 0xA821025B13F0464C84E855512A64902E , 0xF54A6907067947CF9C5E34FEA698E46D , 0x1D1A29CD288C4C8583CD2CCC7FB320BD , 0x06A0234B80C144B1AFFE9F7D2FD37E7C , 0x3878AB06503044469D3011FF05460DA6 , 0x43F3C004621146E4BC8758DFA13D63AB , 0x986B22337F9D49589976A6C1E914E9D3 , 0x1F60D091536D4A0C8AB1E0CF4DBC0E42 , 0xBB8CDB1BEE7B4FC8A717B8B60BD469FE , 0xACDB9F1DAA634D018578184EAE25FBE3 , 0xCCDDA087F458462EA0DE04232D68AB19 , 0x592B2DF88BCD4B6BAA36E9893DF8CD0C , 0xAAC6C602FA1F46D887F9442FF111AD40 , 0xA45B956198B84F1FB6FF13EC45245ACC , 0x8423275330D44D93ABCC4C61C3C73B69 , 0xDE8E85B175484C948A4EE077DAB2BD57 , 0x805ECF0FBC6D41959F72D84DB330B41A , 0x385D56A568F1415D90BE5051DB12BBB5 , 0x885AEF82780D41FBA5461433B8DB2ED3 , 0x9384C78E3B6F431CA88E7921E8CEB9A4 , 0xA0C9EA79BFAE4E3B8267EA8C20903B2F , 0x82EC4C72780D4D88A0E79B3846A9BF6E , 0xB60492B424B44CFDBA69C9A87CC6A708 , 0xD8C29AA25E6C4AB8A522BF7B9B0D98A0 , 0xB48A3443ADEE4114B6F14BF0CD961667 , 0xDB717AF3942441D293D26970A657AB70 , 0x1A385413E0114EB4B99F05B78220D9B3 , 0x7F42ACED846442ACB22BD1DEAB30E7C5 , 0x0471920A5E1A41BCBAA40096568C30F2 , 0xCA062B58A9264B7DA8DEB306AB27C7A8 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0x28916ADF88504C208540D811B87234CB , 0x3722FE146FC24976887807D1D7F26600 , 0x1A6F00E6A542479E897F1AC159E714A8 , 0xEBF0E6EA0A2D4D7C9F4BB6F952F1B15D , 0xF27778FBB31447C4A796F4ECAD2E7CCE , 0xF604184B3AE84A74A317789A8C30396E , 0x16A450287C97485C9DFFE95228C6E765 , 0x2DD4C696D0094C50B9B143BC77B03D5A , 0xF0F5CD270D5E4A6B8005058308AE00D0 , 0xF59D0FD51D704AAD862A13F6C51CEDD9 , 0xBBB2AEF8078449918B4A03692D608B40 , 0x4B66FEB2DAEC442B9CD51794DD72590B , 0xEAB489348A9E4C1A9F2917367AD8C083 , 0xDE9DE4E6DB35417A88BC7D49ACF6160C , 0xD64853417D9D4AE59CB548EDB8198284 , 0x73C916A5E8924BB6B280D20B3E6C9CA7 , 0x63466E4A0F60441EAC69A473E9BF399C , 0xAF8EA05363B44DC8A1E78F8DB7CBBE06 , 0xDD34C4BAC22B438F8BDD5A4374E08975 , 0xBEC3F48AC2BA4F95A64495E2277E2B9D , 0x1A405474040B40DB8722B8C5662805EC , 0x38BF0EE523B3436BAE1190E1E7F1216B , 0x6079C4BFF59D46CD860BDA552FF13602 , 0x64472CA896E94CA8A2D0824BE165CA9C , 0x253D4F7E1425414E96116692B5A01C69 , 0x2EEA11251A334F1996D10166E225AFEE , 0x1941895415C044699328C8746E066384 , 0x46FE94E807F34C4887797B1144D46390 , 0x7CA7A8B852E2488282D122C35DDFA10F , 0xACBD753F384146FDAC26F17321877267 , 0x6931E676B95B4933AC2DCBD345844489 , 0x42CEEA7E8D074557829FD56BFD3A51A7 , 0x64AA4D5D3EC8485B83FACBCD9938CE41 , 0xE33300E6D1BD4D7C9EA39B6547C16779 , 0xC5AB144F495C45D1AF742173EB811222 , 0xD9564A1C0533452B912A234EF2C506FA , 0x17F99A06AA2546058F9AAFAF592C0E1C , 0xA98C66392C6E4C9187F118B80267894D , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x2135A91EC8B04788BD177E316A061B2E , 0x7C4D96C3D8484DD58F12CD78333DC80F , 0x90A142E1FDAB42B6876A3A080656AE9B , 0x042BC51D2EBE4E669C648A29C12877AC , 0x1B8F5060B25449C9A095C6B2F6BF7B03 , 0x084D8960A47C43DF8721E404766BCA3F , 0x65CD81B4C3F24C4BBF2A0B77E333C0FD , 0x4296A5CB65A142C68F73F4D87567B352 , 0x08ADD5DDDB764C20B393F8BBA75A6B77 , 0xC77FECCC94404FB89F75CE225C7F2817 , 0x9270FF54FAD946C4BF3F88EA04F15549 , 0x9EFAD8509012430183448BC78F9489F1 , 0xE4574A99D3D944C8887CFC49576AD4DC , 0x404603B4771D4C929C56C01069E609A0 , 0x00F3A6C9CC0C4C60812E1E57AC703D16 , 0x4EDCA662B0634311BE782B9C834D748B , 0x20C99ACA66034CFDA1007E1C3B77C4EC , 0xFD25A78DAED846C196C106232D1EC630 , 0xC034EF83F89341C5B093AFB0E4C2089E , 0xBBA406597E4B4C629C8DE0F0DAD9035B , 0x93917980B325420B8F10AC4B56E8313D , 0xC34D48A4364149D38ACA1AD19E3BC4F0 , 0x9467BD943A85494595FF625C1271014B , 0x221CBC2D66A8429E8A15477086B08631 , 0xE82E6A38CD34472EB520C16186FFF449 , 0x69D888A6BA7945C98018C15F3B27BA27 , 0x0D23AB14DC8848BFB34E5420BC24CCE5 , 0x6B48C0ADD6044D6CAC3EBF4870FD9A59 , 0x81966F9B20A34EB0A3967BA9E700BC90 , 0x88AA0A0E95404F99BA5B0194856D7219 , 0x36192C55CBCD433CB853F3A0D7870853 , 0x3DF78C98F2174B8D82EF9CC28CB40024 , 0xDA262314DFE9440C93CA78BC49170C78 , 0x40659A680B7043A8AE085E91EABCD302 , 0x5A74FFF20E0742DB86D036B922FDBA93 , 0x804FEB3863C9470288F5D5FBAF5C2733 , 0xC961CDE1764C4D2B8ADDC7E66E00BA96 , 0x724E19BA971844BBBD2C0FF94605EF99 , 0x3C00CDBA9AA64E15A792ED78217B93FF , 0x0A037CEC6F2F490883C0ECC734851968 , 0x213BC7B9DBF943908A9F5F11DA8A48C6 , 0x0FBAA27CFEB74A139D2F7C356446B568 , 0x3DB3B5ED34DB433D8BEF16A91BF9D9C9 , 0xF11BBD4A6B0143DBA95CB9C9D956E648 , 0x4EA1C54FA9064E5484ADE5E934285B94 , 0x9D2D31909BAC482297C7496FCB78E374 , 0x30ED195C93B7467A9187F07773889A9F , 0x6BE4F3D665A744A7B140327320BA8C34 , 0x96936E32FCC6414E9E19963818AE3296 , 0x63570E68E8CE4CBB80EDC3A7C8E212B9 , 0xCCE237728C9A443095D5ACAC2558CA2B , 0x2DCFDF6C5C7C4F7DBACDC994F955863B , 0x882A0D90845C46C9BB019659A615F235 , 0x0CF665757B114488B50086B62E4BA9F2 , 0xFD98F2FD417A41FD8A9B132C628649DB , 0xE41EF68F48C246CC9A5DFE9C5837FA25 , 0x78EF6CE488B546DBA1AFEC66D499D99F , 0x0DEF522D84F441B3B1E2ADB3693248C8 , 0x9850A7B3F2864B838ACEA5D777EC25BC , 0x7C3AD044A851497D947245B9D0295EEF , 0xD97333CA46504A8389743BADBC47D068 , 0x212CE41A64BE4A16905B20A822B1D2F8 , 0x5627D0037D8D484297B1F9CBD0C61028 , 0x42998BC8B79A453D85E129041F68ED7B , 0xC1D1A8EAFB3249FF8F0401FB18F4E8D2 , 0x7372870A4DFE4BF993AF313E8BDD6797 , 0xB18473E401C64322BCA40031F57A336F , 0xF672178A22634497A327AEDD47993775 , 0xABE6BF27ECB84F93966F2C666754177D , 0x28671CFD645E4120A224FE0230649357 , 0xC8C52C2D21584C5A8C4E9181536280FA , 0xCFD6DC9AF5F44B3B933547476F6B88A6 , 0xA9C3208B26794B119DABD142B2665F90 , 0xE17876C9740D4E109F5DB978B0B39D33 , 0x196A1E478023423D87A94219E9AB7AD3 , 0x925043830B4143A9AFB3AD97282C079D , 0xBF9A6B88FBC74A989DFBBD56AAF7E8B2 , 0x7DCA61AD5162418AA5AB73367E106739 , 0xF73D29328D6A477197DB55FF5E1D7068 , 0x89EDA59C8AB2485188603FE1844BF9FD , 0x1D4FF7BEFA364326AAAC5307971B55B3 , 0xE747EF8356FE4DB9B003B66FF2E5060B , 0xF192F5A690B24F748B53D8249B3AF7D6 , 0x3F2554490D9941C794BB71F5F764CCCD , 0xB525F7BBAF204F47B762228F4ECFD0AB , 0x07D35F804C9D42B992F305260DD98DB3 , 0x74C23DEF2F2842418AF16064A77DC50E , 0xD828B2C6F323491F82B0E216495968A1 , 0x2BCB3B87E5CF42B5A5C3EB7F72237988 , 0xC7B07D450D924CDEA940DBAE5E6B5916 , 0x0B580D4DB1AF437BB52AE681045FA3D8 , 0x940DE9504E2B4067BB89E8DE2687044F , 0x064B2F5CE1CF45828D8A684903B792A0 , 0x250F1F1AFC27405C820F4CAD012E18BC , 0xE09C649155144829B8154605F353DE63 , 0x0811AC5ADC8647B3886E7CC0900FC5E2 , 0x49BD26CD2D784A939E1B345B7C8A882A , 0xCB7DBCFACA054AEFAC7FA4A960E2AB23 , 0x7DB3D8DC2E1E49B1B4B7FE441E8676F6 , 0xDE1C2BCACEB54378A87424780E23C8F1 , 0xAFBAE945FD2B45F18A2E31493B0A9B8F , 0xF141F0F197634AFB946B7B6B9A507618 , 0x0E6319C53A4C4C2A908F6E1ACB1A2850 , 0x4DBAA267B1374ABAA9E38B89E15A3E17 , 0x6D8839CB27B94AFFB0CE6B1286E5719D , 0xA816FAEB3BA44C0F9D649B1DBA370929 , 0x8ACA9A1AFD67418AA7E887D5A99563E9 , 0x91FD46B5CC594A408B32635E4A9AC47C , 0x33AB56DB441448479D4C4C4A219941A1 , 0x137AB040245B46419C5D19E61B554776 , 0xBFFB73C826B143A98399ABE70ACAE832 , 0x969F97D75DEC4C0CA834882186E06F00 , 0x72EEB6BFB10F4CD98A94F245BCAD4114 , 0x658AF58C8421444B8D1921FDB61B2947 , 0xA56791C8FE6441978612FCE3E3353256 , 0x7979893536284CD5A6FD2ADE57CCB406 , 0x1EB30BAD1F894151BB0D50FEA2210872 , 0x7068C1924D634196B0D21419D92BDA9B , 0x78E6924CE8354EAEBB1CDB20DDB37005 , 0x8A8217F22C7A44BABE8052550F89EDFC , 0x03876E19063B4504AC6BE53E7D1B79C8 , 0x81109D6D5CBB442589401E5427212CFC , 0x329849610CF643A8973EC27B03DE6BEA , 0xFCA1613AA50444608EF93A7CA5D619EA , 0x008F36161EE342EFA69164D184297A33 , 0xAC5291B5F4214F35A3D67D60837F71AF , 0xC86D74ABB9684CB8B075E46A7A136294 , 0x966E42F112A0496E994D4EEAE6B1FC1B , 0x7475F74DBBB643D6B6A46E6612062B8C , 0xF39BB59058B14CE2A96014AE0A36A51F , 0x895F9D602AA148759695F2DFDF443D1E , 0xBB7A855A859B47AAA675E98C1BD6AD04 , 0x84D0789314454723A3E7D9E34328FD4F , 0xAB80F47E137240B2B89FE98783E2E72C , 0x5501F5CEC2534C6784EB5B8D2E8F8C2B , 0x17BFD861909C4763B5D79FCCE7C5297B , 0x9C628946FDE6469583EE3E041AE49269 , 0x8536C17ABC7B4B62840767D1C60C5520 , 0xCF739FE71FA7405C8DA1E454C4FE9074 , 0x4069E432F02A479CA4C4D635238C8130 , 0x4DE0D47619D945C986037D56CF7432CF , 0x5BF95E9020EE4C2DA987F042B175EC3E , 0x311C339F64714FCE8AA2BA9A3A10386D , 0xBF1DD535D21B496E8092872D3DCF77CB , 0xF087A4965EEC4465B02C7274E1FB8D69 , 0xF594528E964B4A0FBADEE158B56DCAA4 , 0x2320F1B7176D41E28724359CB17C496C , 0x812EE9524CEA433A9EE6594A47D2301A , 0xDA3C330183B04E42A6635B2E5D30438A , 0xDCF58B8DDBEC464A99FA26E03699B795 , 0x5DD7BAF1A0FD4A1686400C21CAB9B080 , 0x6A221CC6B2E649AEBD4EE43C4D38AFF4 , 0xF5B893C1B69B4FCEB5E651B2FC79CA8D , 0x362EDEC54DD64068B39BB7CB42B86725 , 0xAEE00E0F8C1A43A8AB9E9D623C5C3566 , 0xB7549288B1EE4E5CB0112D3DE02D6658 , 0x28ECA3B845E643978ACF1DD4BBBD7C14 , 0xF36A108EA4E94BD6A68FCB43159E1DC6 , 0xA04028C7174D47188E03F3039EFC91BC , 0x20D96BBB533D481EA04B9D4E49AB7052 , 0x88BCF3C46A49400DA3995ABF847D8C5D , 0xCA9C0B81264347A894630408AA3962C5 , 0xBD45FA6618434853B96DC43CD7331E7C , 0xCA57B68D2DA242B8BF8CF84690250E2F , 0xB842E53BD9334206ACEC3CB3F9DEA93C , 0xCB8254F4B77E477E844874C67C425B3D , 0xE90B791D2D0E4F6AAC019598BABF4CB4 , 0xAA712B0CA99845D79928EA7C33C11B77 , 0x4FB253AE953A43F38604CC34273BE0FC , 0x4717B782D81F4AC9B1F38BA0DC75F742 , 0xFCC4DC8A052D4539A1DF05C01C692364 , 0x9E81CE7F104642459841330A142790B8 , 0xA572323B2C8C49F18CA0DA5D9B8559CB , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0xA33903F981914C079418471C6B7549E8 , 0x4570100A52C74FB0B920361946661659 , 0xBE2A8B5796AD4E87B0DCA06D554DB6F7 , 0xFC48A8E93EA141E181C1A596FE6D051E , 0xA91DEED1F9074658AFB0BCF61C3EB270 , 0xF929E36E4E3B4EACBD0AEA340AE4CA71 , 0xE1813D1953C34D33B0D9B27ED5873886 , 0x4DC113FFFEC644E7A2FC9E602E993A80 , 0x1620E516BF5C4F0BB82BFD4A675064CA , 0x5AD0A75B35EA40B780720CF5B915396A , 0xB3B6E084E5864826A30E1D31B7405826 , 0x1AEE9E1061A447ACA5E7D5BF626F7184 , 0xDB48546759C6407EA9DDC68439BB2D50 , 0xC7FB9895CEC448F0AF5D27FE69F3BDAD , 0xBF770691DE724204AC9A56CC994D46CE , 0x3586BAA2490B4595A40CB4454BA7EF72 , 0xC9789DFF64A84E818673AD6B63714ED6 , 0x02049224C56347179FA4C013E2CFCD8F , 0x683DE0B4B5AE4D559AFD00FB3086C933 , 0xBB097BDE92A74379A1837881C7239FD0 , 0x70DA13D9BA6E4EC79D44747B0FB398C0 , 0x0661ADA35F4F48BCB604CD1D0CD0A038 , 0x9A5FB1E87E704A82933549814F8CB13F , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x8C98CE41CD2545539D9BF136866D8B84 , 0x62C570E1FF8B46A0B4C0D986608E2939 , 0xBB8C2F81774046BAA5578E5989EBAA38 , 0xED5B1105886D491491A6FF7443F1FF2E , 0x2BC49818497243ADBB60BF4250D0B234 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0x2922E1C652D14640B5297D979A67EC1D , 0x51465E1AF1C94C4B9B5EC62D49201CEF , 0xA8A9A96D4C484E2B95B697C45E9CA592 , 0x13E3CF4FAADA49EC9DC3170DADFA7C92 , 0x3B4E6267DEBF4727BC49AB382EE6B378 , 0x6F795B1803AA45B8A7B50BFEA44A3A0C , 0xF06455EC23D84B44A4569DEB4972284A , 0x6A0F66AD837449D09AB1849FAC5557DC , 0xA14F6CE4FFF34C288D4A9C692776F67F , 0xB20FCD83F68848A984AABAC83C4CE738 , 0x9721855B4937454A904482D57C7E6414 , 0x7A97BA16DA8F4F098D36DA943A85EAD3 , 0x3C4DC9E7BBDA42FF9AB87D3185A2F0B8 , 0x5D2D44C9FFD346B5BE359B080D8B4BC1 , 0x610B63661F894465A504577E88EDBE89 , 0xE046383707944C58BD9E4FA83E80BD38 , 0xAED6704EAD4E4BA4894CF6A95FA92E4C , 0x74BCD28D06D7415182762BBB26845F2E , 0x6457A634BC564E8B88AB325B1BE45EA6 , 0x90EA8BA2A59D4F208532C846BF8F8974 , 0x1C2C36276EC542E69501720FC620C4C1 , 0x7B17ED5E3AA44635A18D9BE40AC720E5 , 0xC620B2226C50471D90CB49129203C46B , 0x75C7CC67B7B3426195CED720034A03F2 , 0x8A8093D4ECC746EB9D1B4E542077F079 , 0x3B2D695BF22C4EFEB6B8F89927D3F670 , 0xCCFECB91167449F98CAD00A2B2FD239D , 0xB60AF243CD444C6C87E06AB495BBCAFF , 0x55F4D6BB96154E2F9BBF1DAA999902A6 , 0x499F465F2B97405B8029289A8258E560 , 0x71D51E54921A4752BE1673DD49CECEEC , 0x95D06322EFE8470BBE34CB40D98FF8A0 , 0x125AE32265C3488E9E324615CB3DE9E0 , 0x4FFFE824D4CC4ED3B5BA72C8E13FA192 , 0x0BDAFAA8FC394E1CA0D2AB7D4A7D6C2C , 0x9B241A386A174BA9AD6C089472BE81F4 , 0xB59934B640E14D43A68F7BEA936BC0B1 , 0x201F1D195B21477F85E256D1514F3191 , 0x0FF6D821C0E64E42ADB0CD735B0A1DFC , 0x44EE2FB601B246B3B4183A7E98D4400A , 0x435D9794F2CD4DC4B3C48E6E4F8029CF , 0x968CAAB51ACA4804B7458062AE802CD8 , 0x1B98E8C17ECA4D62A7E844987E00FB6E , 0x99C5987C1A554F82A53BE83488BB074F , 0xE69D82F05CD3490489A4FA8B6AB69DD3 , 0x1E79674314224906850CA0CBFBEFA808 , 0x7B16AE7D9C224220BADD4897B4DBB082 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0x9BB6955BA02E44CB997D38423B9F4328 , 0x08AB6CEB986C4FE38AE8E5A62D07686B , 0x0371F4F2E7C542DE93CB7694B7750199 , 0x3A6819C1864843FBBB43562373D1F808 , 0xFC5115B1AA25416AB9EF9F0411D21EF3 , 0x68C8508CC9634437913BF4C1F5609124 , 0x7DE4BB40088B40FF8F01724803358AB3 , 0xA33F7277423340E3A47E91518487E082 , 0x72D70C67E6474DDCB1FBA965B12ECD8A , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0x5D657312E3E04607971960C43EB4F224 , 0xBD7A78BC52D347328DE55D912501B2B5 , 0x8E4E53E02C8249EBBC61DE48C45CC193 , 0xCC2E0C973AB64A99A8A4C3368B790FE6 , 0x6AAF68589FC642A1B693128D41D429FE , 0xAACB8FDEA6A249E18B0ED74239D6F0C1 , 0xD87645B618C54FE7B4E5439D779D225B , 0xC9EB29E4FD2E4437A0572855DACA354E , 0x4AB5056BAF5D4622ADA50811208425FE , 0x9C631F86C38248EF86731E33D97644DA , 0x3BC6175191E54E9C8B9C9E7639DF25C6 , 0x73EFB3C9F8834765AF8B9F9ABC747B69 , 0x05A09C16D7EC4E5AB81490235462BA75 , 0xBBB01165934C45129D9806E241C4C118 , 0x87DE4D2AB53B415DB45C786D8CE590FA , 0xEAD5EBFC0DAA40C9976065D365C664AD , 0xDD6F39349C90473F866F3766C27B9179 , 0xFAC01B295E044B589CA4F8B2CCB2868A , 0x8D4B14A849134050BAF1E6131514FC49 , 0xF5582D5E2B8447D78E326B5409CEC787 , 0x5A6B8A51792444F0A6D3B82049B447EA , 0x31FA9215B1CC4562972DF732D4DB89F0 , 0xB118DFAB130545B7BA745BDD962B7DB5 , 0x6DDAF86033CB4AA796B957B5AEAFE78C , 0xDF640830F4AB442AB61F531F1533CE36 , 0x044AC3E4CAC94813B2AC2CE9C4069CDA , 0xB2D3C6461441415494093939C5323DAB , 0xEF6272F67E22400DB762A8486C481987 , 0x42B48872CDFF422C95E1F7F69E60F2CD , 0xFC87213E8227412CB2CF1E6D6CEA959D , 0x00E6A2F948544958BC2DF454E7074E4C , 0x39ADE2BBB84449E49D8418CCCE505792 , 0x1A493683432943CFAC2568C72E553D16 , 0xCC58D75F27B943B2B30EED49EB9C5602 , 0x495085311B31474FA0EDF2733D1A853F , 0x80690492D1304C02A6506BDF2CC441BC , 0x3A7AF9FAC6F6443BA0559A346A783143 , 0xDC394E36AFE54232AA11F9584237364D , 0x641B7D4BFFF041B78D3BB89FB2436F90 , 0x1FB7F084A0114A17942A44D159E7AB0E , 0x48165B0999A34551B7B2D61E64F95DAF , 0xA21B9983858F4A5CB1B9F82999EEA585 , 0x48A25D2D38EE45EFB1F32DB4B911AFC5 , 0x90FB47C3261D4431B54F475FFA3E3CA8 , 0x8C104FDC0EAD41BE9A48657D3F397124 , 0x7C038F34BC824EB78B121468F67A77D0 , 0x9084F1FD2F964A89A5B9E79C0F0F14FD , 0x7B4CAFFABAD04D4D90F412995E5D0790 , 0x207821A319A14DF891B1DA52CB633BD5 , 0x13DA9C91054E41A49152DF9F90D52C07 , 0xC9D11D3EB1A7421F992E45F0A3E9AA4D , 0xFBA40109FC0F4E209831237E47930622 , 0xF7F5B15F069445DEAABBF9851C37D183 , 0x2ADA5ED19C764D5693E6CB8407278DDF , 0x6DD6142B64714F4CA467E607BFCA94D5 , 0x94A1DAE0BF3D45C0B2AFA1FBD2B624A1 , 0x93296FDAEB9544CAB48FEF4532F507B3 , 0x1DD550E8247F49DFAB75E16A6FBE8FDD , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0xC3884A40497E45EDA5DCF043D787E045 , 0xE7DFB69C5E1344A782640A0FD69D2C1B , 0x60380264BDF342EDBC59C0DF04D6263D , 0x1F504FF9448747EABED610DF12223329 , 0xF780BCED7E0F45FCA7F2C6EC54AA6058 , 0x1E218971147D4A04BC1D76B575CEFE00 , 0x98669351A3F74799BBB5C3973FA091C3 , 0x208A4A179B7E47FCBB64ECE38CC5D847 , 0x5C8CCC79ABF34ACBBA63EEE33F345362 , 0x4C82867A86F242AC8261C288F180AF4F , 0x8AFEB2F019364CD4854060E7B72AC179 , 0x9D04D88DAAB645DEB09DA90C25C603D3 , 0xE7ADEDD46B1E433C83CDF6A3E0B48C4C , 0xAC2402552AC84121B755ADF37F39D2EF , 0xE7D84F606BCC4734A53313E6DAE9EB88 , 0xA47F15CBCD4F407D8DD51BDC1A9A602B , 0x9A1DF6D312084068837758FD2953C398 , 0x598135B2AD054BD5912B695C29B68C7A , 0xA4A8C86177954121A5C1D21756B47A2B , 0x302C26630EE74FF28738A844ED269886 , 0x42678BEBBA584D12B643E7D1D36BBDDA , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x61DEBDA1020043959AA497CAD8711D71 , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x636FD7059DAE4829944AEC619F5F5889 , 0x8EC3BFAD9B3F41C296A86F9F1752FD75 , 0x3BE71D5D0DCF4CAFBB0229B757EBA18D , 0x2EBF26F228064895BF5CF9B6F6BC9025 , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0xDCD1579A57EF42C3A9F76B9AFCA20BD9 , 0xEC1436DA1E4C4F03BB092B218CA78CB2 , 0x039395FBCB4E41D39E6FAFE087F26B48 , 0x028D70EE5EFC45B8814A6DE8A8BB7898 , 0x0A58DA5B591E4C96857FD8671A691D84 , 0x05A505DB27714DBDA2FC65A7186AEB89 , 0x3F238C229EE6469FA12B3B634A836C1E , 0x2D093652413142DFB48E894DB53DAA26 , 0x5A073A4F12E649F5A5510EFA3977AE39 , 0xDB92148195894C159CF48C7C4987D118 , 0x86F0D71C355245E7BF4B4EF63AA03CF6 , 0xF006B87327B548C68165CE67D5421F94 , 0xE875FA8F02EA4FB2A896E60A66B34CA8 , 0xCA06E673C9D0430D8B8831D91E4A53FC , 0xCF067CC2A18F4B11A16B880092821E23 , 0x92D2A998E61049C98DFC764A13BC4CF1 , 0x7F0FA547FCC34059BBB0C46FF443F1AD , 0xC18B32126E324BA2B7487B4D38012616 , 0xA712472A1FD942558B43602BEBAC84D5 , 0x574306C1F4F44AD09688FB2D06CB8651 , 0x908B71C25DD14F41BDA94FF5CFFB4A21 , 0x8BA007392E584243ACA6846DC71BB165 , 0x676797F5F2B24171BCAB36D3E88B44C1 , 0x7909112A58E74515BB2D4D013C3FC975 , 0x10896259C828421DAF47D56064FADFC6 , 0xCDDA3B1FF1BF4179AA231235B219E397 , 0xBA6462E1CE9D4920B1D4443BF5B4B453 , 0x3CA896B05B2445B6B57834F3EF90B590 , 0x2F6AC7A3A6964CFCBAEE618D16EBFD7A , 0x8EEABD8E0DE14592906FD3EE3EE9D094 , 0xDDCB12B96F53423285250F99ECBF72F7 , 0x17634EB70E384A1D919DB189894CB0B5 , 0x83A7440BF43B4E4BABD1CD3CFAF45119 , 0xD078894672BF41F9BBAFF5896E4A7B6A , 0xC3E20ABD85FF4AD19F0620233107FCE0 , 0x83A9D3FE8C1A41238A095AFBF14F1190 , 0x2848C0F297094E37B6002861F9F9EC88 , 0xB4181D8CE73848A095E0901004CAEECF , 0x3C802908877C454BBD14FEC9B7031E89 , 0xE4D4AD0BB4724866901C2B0001776D70 , 0xE04369ABE5CD480190FCA7A729C7425C , 0x5AB53EC8D8564679A133A070918C62D8 , 0xB2CA25F5540F4FC2ADFEFFE678AB972B , 0x98D8983E43ED4DBDA7347A3FE5D452C2 , 0x8B2D191ADBC8495AAC0A0FDA910336A1 , 0xB29F95685B784912A988731F09E844CF , 0xD5C7F478291844FBBD73ACE11197FA41 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xF0A9A1006F454E45884594AD2022374A , 0xC225ABF84EDE4935B34646A1881258C8 , 0x42843C39F20E4F23A599575776B060C2 , 0x467EA28F5B534000BB6F0F6AD8FA1DD4 , 0x7D56D321D6834A24A35114BDC9A75ECA , 0xA420C3B23A7B41EBBE2148BF08F72532 , 0xF110177EC70C4DA7B696692C02686AEF , 0x9CEF2594DCF54D45BA544C84672CC09C , 0x7EC639010588449CB5845733976BEEFF , 0xB5686981F4D24D5788C401B8FD54B495 , 0x38D9BFDE83AE4B66B246D44F6D1CD709 , 0xE4270BCA70094623A850304D91F8E534 , 0x6F77BC88B85B4276AEB992ECBA83875A , 0x3D850641B1C34153949DE58D8C7809DB , 0xD313AA66FD2A4C76AEB9CDEB5D197563 , 0xE5863AE8A7DA43D490D88E6E20D355B5 , 0xB79FAC130185434BA6872FCC3DD8F624 , 0xAA504E5BCD374F1997936465567D2175 , 0x5DA8191489084DB5B5188987B676FA6B , 0x018031D7A6504C70BC9611EFFCA5CB87 , 0x0B4E5CC4D6AB4EA8B8330862B728BA1A , 0x2C81CF2F149F45C0A11A107797F136D2 , 0x6462366562514E5C8CDCCC45A32653C2 , 0xA005AD988DFB491984A04FE19F7E4577 , 0x27FAE0EBD4B84E4A83D7AE1BA6B1BE8A , 0xA4566694F5354A1C993527ED1EF82A0E , 0x07AB613BE2A1415F9EC63C2869E7E301 , 0x55214A1633FB4A73AFDB44C8AE1F0B09 , 0xDCBE93DC55984DBAA7CF0295970CB008 , 0xCD3456C18A2F4B9887EDED52C02F53E6 , 0x0D088F0CA5374A40B3139AB697BA90A7 , 0x6070019EDBE146CB9FF790629E633BB8 , 0x01FF2ECE148245B781BDD4A182E467F9 , 0x5F79137F86FB498795072C33D40A4712 , 0xD11C3D30E7434243BBBD8FE0EEE54D50 , 0xE71BC9B393FE4133BF1FB32B20FC1F32 , 0x09F5ABA97B0348ED953A7BBF6793B6EB , 0xE941752D33B64DBE818CFC24F0EE113F , 0xA1642380CE274497B95367BEB12266E8 , 0x60CBA981CEA144C2BEDFB3040C1AC083 , 0xA6A99F9475354A60892D173B04034D30 , 0x86A1EEADBC7942CD815D907D267D6433 , 0x81DC917602C84C229200C5810EA53B6B , 0x5CF0421E1F3E4614BDD73A1626679868 , 0xC2205521D27F442D8FBBAE88CEC3237C , 0x1FC4A2CD837448E6AEB133A80ABA1C0F , 0xC805DC6B53344265BDDA8D4ACEC4C147 , 0xA7F16B5461AD42E6B6070810AAF8EAEE , 0x2F84C9A50C29420ABDA2AB744E543D10 , 0x20375AD797124B51A5B9AB72262AB2B7 , 0x4B5FA4B43DAE4040B25DC43C94515170 , 0xC4D2E060DC8E49AC845F19120879DB19 , 0x9BA27F9F49A24A53A249745845B487D4 , 0xA55823063A5046AE82334CBDDE9F6EB3 , 0x7ED1851BA54F4CB0A380F8D08EEADF72 , 0x1E9E2EE61F11483197EACD8A7DD2D355 , 0x7C897CF1DDAF4CA6A927C41CE075EFB6 , 0x72A2E20321774244B07CF45ECA32404E , 0x906C5097986C47B0BDCF11C7DE58A205 , 0xA9D58BAD95F74847B2BA3F68261AD9B6 , 0x3689D83479D84ECAA15EB3CB26A4DF41 , 0x3B2C5C038A88401FA502DB5EEDDCFA0F , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x513AB9793DD541E6A6DFF9033F99756F , 0x8F1332EB43334D159175A80ED6E45057 , 0x00776CF7FEC149B78B2CEAECDF562F95 , 0xBBD322979BC447F7AFCCC5A34B012795 , 0x06ABC960BAE24E0E94AF2FEC911F479F , 0x4D200872D75B46FEB271174DF0837EFB , 0xD8FADC9CBE154AFF9B6F9303D385F496 , 0xAA262210581A4C0D9CAD7E1BBE9FBD49 , 0xB89F5FC50B434E30B66A668996EC46B0 , 0xCA6F416353584D21A12983D8302658A2 , 0x84091A7BA6F1469EBA53A52BF47476AC , 0x9153E0816E6B4DA8ABA4DF841128B2CF , 0xFF1935C0152D4C95BF7B9074D5096142 , 0x802D5DCC7D204219909DFDC6F9940A20 , 0xBEB754BFC07F49EBAF32CDEB8CAAB252 , 0x1BFA4C8CF37E483D82B2442CB9A75162 , 0x56251D06C9E9477F8A2FF494CAE75053 , 0x7D66FF816BFC43E5A35DF0F504CFE3B2 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x70E52FD4923A42919E958298024DCDF3 , 0x1C86779C496A420686F9BC1E8E7EAC8B , 0x63BBE5A8C1994B2489078B503777CC94 , 0xA98BD2924357447C910421250F5A4712 , 0x75C9C48FD41840FCA0A70FC92EFB21D3 , 0xCBB87485524E4B4BA094D03D1A498399 , 0x44F5643A9AA54A23BCBD89BAD97DD752 , 0x89E95FF3C52A4FCE8211B37ED9AB1F0C , 0x49C6E0C5CDB2403EA954001E794C0A36 , 0x32387B88A1614242B91EC7A2717FE9BD , 0x6D2C967944904520989F13F15F6B202F , 0x06079AAE29A44E07A6A83F338B706F8C , 0x972098D9517B48BF8AD65553219A1376 , 0xC53115EAEFB049369199492D4A43AF8F , 0xD20E81A8E75F4CF2BC22BE5BDF8D0950 , 0x9142E63958174E4BB1A3EA5A8AD7BC96 , 0x7E9A82B6453D4808B782E8B95658F6C2 , 0xA351C4D4343B468692D4C13CFCD59B61 , 0x84AC473AA0CF46249A13D69B6A087633 , 0xF9E1C02CC8C146AD98DEE5CB5F3FCDBB , 0x474BBECAE1904DB19B69F7381771E74F , 0x91118C3C5A434C50A79C690C0EF874F0 , 0xB1CABAFA54E24559AF98DA7F27501052 , 0x905E3D1AAFEB48098B7694E2A7637E51 , 0x49994B451C88421B8C10D295B279E89C , 0x2C2924AF53A14AA990E90FE6BD08184D , 0x113B2EFE796A4181846BB3B0E5D4F6DD , 0xA35C15ABDD8A4492A5322D43F20F26A6 , 0xCA5B6E454981415E9F2183E4DBA078F5 , 0xD2833B86883B4B558DC58C60C764503A , 0x80B655FB9F6E4EEE99CC2AC823239D0C , 0xC7EB683CB67F400C9E4C1F944DE23867 , 0x66599A8892FB4A938FCE89EAD4DCB099 , 0x5968D52D1E024F78B80EE805E02A57A4 , 0xF91503D085E64349A38F77E839BE9135 , 0x135D7E3A28F048EC90FE4C0F9CF250D1 , 0xC250C6A2F2D34A5FABF7AEA87D93FFAB , 0x4B9BC24A713E4C07BC49DA65B3705AFE , 0xFC4E3F8E7E624137B43C1EFBF38F0CF1 , 0x151A407DEB91466984325530979CD470 , 0xA0F6F1CE8C29430AA34D3C1555E453EB , 0x149072DB11FC4E25B614FAE943005A18 , 0xC7A5729F4E1E4ACDBCDCC6AEB2DBFC47 , 0x17B54EF8D5434550BBFB24C83A334EB5 , 0xAF70BBBB98C14853A111515D3DC63DAD , 0x27D8E293CBB54FFCA8054C22698D6123 , 0xBFE1F46F2CCE4F6D8D073F57D7FE101A , 0x361327F28A3142AE8B463A0100C79BA0 , 0xFF1DDECB571942449CFF36CF45F75176 , 0x99B951830DFE4B1AAE2675D97393BEC8 , 0xA99552F6420149FE9B6FE71F1EB223C3 , 0xCEC520431F0B45858998B728FC4651EA , 0x4283A982ED5248218DE38B7ECE4F8F94 , 0xAF78D91653A345168E413B52B9752562 , 0xDE9F7ED32B79420BA085E18F53581B38 , 0x47000CA728E74358B965C8D777954474 , 0x382C2A07C8A847AEA74ED5A46702C522 , 0xD429EB8FFE8940E4A499E74BFDDEE156 , 0x234FEA63F5414A8CB39E6E62BE083533 , 0xE4DFEE05967E467DBA12F8E84C6B8B05 , 0xA94CFDB36A34413F8B774E70D8173A8D , 0x57761A6E525846B9BB52797F1F194629 , 0x004B11B664424995968A6294D4EA4AE7 , 0xBFC64FEC939B4277815ADEFB930295A1 , 0x2361115F142D49E1B5FA2AFF566B7514 , 0xBAAF0501442649A780E5481B2D0CA46D , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x53E4A030C1484AFAAA3AD9A63E7C8D0C , 0xDBEEB71958884CC7A252AFF607AF6C91 , 0xC3B21F8C90764EDBB3F790CF69126D3D , 0x15AD00F10C3640A6A206CE1F645317E4 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0x3A3A61F66E004C1BA712A101D61A71DB , 0x865FBA6B82C041A39C6DACA80370C4F5 , 0x6D6CF31C38404470A0BAAAF87F2E2DCE , 0x398C01A31065433B859085E3FC840C58 , 0x0D649F80D88242AEB2E5B317364AA3D7 , 0x2A2DC438531D4B6A9977BDB5D546EF6F , 0x02782E930EC24175ADEA89ADD0952834 , 0x1777F0F2727E486A85165AF0983F2DCF , 0x76D2E06872B440C18159D288B0B611E5 , 0x1C874D0721B44753AF4CB0560C74746A , 0x43965097D33A4A36A50F50A8113E2FF7 , 0x64A73B13750E46DD80AA0B90B84FB55C , 0x3992875E90DD47B4BFBBFCAEFAC30206 , 0x4EF55A1D12E24ECC8C3881AB6268703A , 0x86929811FB6E480FA61B2B137598426F , 0x3231736B477540368F961E43F4C8ACD5 , 0x3BD0ECB2AB774FA3B5873029FF16F35B , 0xD149A7C522D4471BB575CD5D97CF3AE1 , 0x37F514D652F343D9B13D2CA93E050123 , 0xF8AF2C992C39493E86E4A068F759F136 , 0xDDD0DAA540FF452EA038734F3B0BD35D , 0xD133C375EFA24C05A901F1D76F689268 , 0xD6E454BDD3CF42D89D49CF24495AE307 , 0x8586480551B84599B3CD9416A888EC37 , 0x797D6D115CB9446B8D22AAF8AEF84334 , 0x55C9247C42F6452C873A8AA97CFB375D ));
Copy
84
3.66 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"\x00 wl÷þÁI·‹,êìßV/• "
b"\x00 Å6\x16\x1E ÒB´ªædÐä)z3 "
b"\x00 æ¢ùHTIX¼-ôTç\x07 NL "
b"\x00 þ HÀ3LEìÙ<'º│Lu "
b"\x00 ¾ª╔╠\f L`ü.\x1E W¼p=\x16 "
b"\x01 €1צPLp¼–\x11 ïü¥Ë‡ "
b"\x01 .╬\x14 éEÀü¢Èíéõg¨ "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"\x02 x.“\x0E ÂAuê‰Ð•(4 "
b"\x02 ìp¯^³E©üJmÞ¿╗xÿ "
b"\x03 5%K1\x1F L░ìL\x04 :´A¯¦ "
b"\x03 qôòçÅBÞ“Ëv”·u\x01 ™ "
b"\x03 ‡n\x19\x06 ;E\x04 ¬kå>}\e yÈ "
b"\x03 “•ûËNAÓžo¯à‡òkH "
b"\x04 +Å\x1D .¾NfœdŠ)Á(w¬ "
b"\x04 JÃäÊÉH\x13 ²¬,éÄ\x06 œÚ "
b"\x04 q’\n ^\x1A A¼º¤\x00 –VŒ0ò "
b"\x05 á£\x16 ÎýNZ©\x14 É#Tb║u "
b"\x05 ¥\x05 Û'qM½¢üe§\x18 jë‰ "
b"\x06\x07 š®)¤N\x07 ¦¨?3‹poŒ "
b"\x06 K/\ߤEéìèhI\x03 ÀÆá "
b"\x06 a£_OH¼¶\x04 Í\x1D\f Ð 8 "
b"\x06 #K€ÁD±¯þŸ}/Ó~| "
b"\x06 «É`ºâN\x0E ”¯/ì‘\x1F GŸ "
b"\x07 «a;â¡A_žÆ<(içã\x01 "
b"\x07 Ë_ÇLØB╣ƾ\x05 &\r ┘ì│ "
b"\x08\x11 ¼Z▄åG│ên|└É\x0F ┼Ô "
b"\x08 M‰`¤|C߇!ä\x04 vkÊ? "
b"\x08 «lë˜lOãŠèå¦-\x07 hk "
b"\x08 ÕÝÛvL ³“ø»§Zkw "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"\t õ«©{\x03 Hí•:{¿g“¶ë "
b"""
\n
\x03 |ìo/I\x08 ƒÀìÇ4…\x19 h
"""
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"""
\n
XÚ[Y\x1E L–…\x7F Øg\x1A i\x1D „
"""
b"\v N\ÄÖ«N¨¸3\x08 b·(º\x1A "
b"\v X\r M▒»C{Á*µü\x04 _úÏ "
b"\v Úú¨ü9N\x1C Ò«}J}l, "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"\r \x08 Å\f Ñ7J@│\x13 ÜÂù║ɺ "
b"\r #«\x14 ܈H¿³NT ¼$Ìå "
b"\r dŸ€Ø‚B®²å³\x17 6J£× "
b"\r ïR-„ôA³±â³i2HÈ "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\x0E ^n60&FŸ‚'æl[XÌÚ "
b"\x0E c\x19 ┼:LL*ÉÅn\x1A ╦\x1A (P "
b"\x0E ┘\x04 ƒ╬ÖOܺ\x0E i\x08 ì¸U╩ "
b"\x0F ║ó|■ÀJ\x13 Ø/|5dFÁh "
b"""
\x0F öØ!ÀæNB°Ís[\n
\x1D ü
"""
b"\x10 iPÚ©ÛGþŒjI^õXpË "
b"\x10 ‰bYÈ(B\x1D ¯GÕ`dú߯ "
b"\x10 Ð@ p!G\n ”Q †MT\x00 ] "
b"\x11 ;.■yjAüäk│░ÕÈ÷¦ "
b"\x12\x10 ïs).H4»\x02 Gz ™Zç "
b"\x12 Zã"eÃHŽž2F\x15 Ë=éà "
b"\x12 ÆÏ\x17 ].A_’\x02 òo\x7F ^¢g "
b"\x13 4\x03 R~9HÙ‹û-Ü¢"JO "
b"\x13 W&òdÀBt«\x10 ‹<rÔ9\x1E "
b"\x13 ]~:(HýÉ■L\x0F £‗PÐ "
b"\x13 z°@$[FAœ]\x19 æ\e UGv "
b"\x13 ┌£æ\x05 NAñæR▀ƒÉı,\x07 "
b"\x13 Ò¤O¬┌IýØ├\x17 \r ¡·|Æ "
b"\x14 †Œáb¼M<¿Vþ\x07 ½áþ½ "
b"\x14 Ér█\x11 ³N%Â\x14 ·ÚC\x00 Z\x18 "
b"\x14 þ·Áb·L\f ª\x04 ÔúÅd ½ "
b"\x15\x1A @}ë‘Fi„2U0—œÔp "
b"\x15 \x00 ñ\f 6@¦¢\x06 Î\x1F dS\x17 ä "
b"\x16\x1A Œ#\f ÓI:¸p¦R5¤”® "
b"\x16 å\x16 ¿\O\v ¸+ýJgPdÊ "
b"\x16 ñP(|ùH\Ø ÚR(ãþe "
b"\x16 §5\x08 ¦×Al¤–7="-ñÐ "
b"\x17 cNÀ\x0E 8J\x1D æØ▒ëëL░Á "
b"\x17 wðòr~Hj…\x16 Zð˜?-Ï "
b"\x17 µNøÕCEP»û$È:3Nµ "
b"\x17 ┐ÏaÉ£GcÁ΃╠þ┼){ "
b"\x17 ¨Ü\x06 ¬%F\x05 ÅÜ»»Y,\x0E\x1C "
b"\x19 A‰T\x15 ÀDi“(Ètn\x06 c„ "
b"\x19 j\x1E G€#B=‡©B\x19 é«zÓ "
b"\x19 ¯·9µìK¬ŠbÚà[I©_ "
b"\x1A 8T\x13 à\x11 N´¹Ÿ\x05 ·‚ Ù³ "
b"\x1A @Tt\x04\v @Û‡"¸Åf(\x05 ì "
b"\x1A I6ƒC)CϬ%hÇ.U=\x16 "
b"\x1A o\x00 æ¥BGž‰\x7F\x1A ÁYç\x14 ¨ "
b"\x1A 焺\x04 ?J‚œAU°@2òŽ "
b"\x1A îž\x10 a¤G¬¥çÕ¿boq„ "
b"\e "^ZrA\x16 œJªW€T—‘ "
b"\e e‹ž?`G\e ¿’òWœ¤`Q "
b"\e ÅP`▓TI╔áòã▓÷┐{\x03 "
b"\e ˜èÁ~ÊMb§èD˜~\x00 ûn "
b"\e úLŒó~H=‚²D,¹§Qb "
b"\x1C\x0E *7\x06 ı@\x1D ¿ü÷ÜÐê┌└ "
b"\x1C ,6'nÅBæ•\x01 r\x0F Æ ÄÁ "
b"\x1C †wœIjB\x06 †ù¼\x1E Ž~¬‹ "
b"\x1C ‡M\x07 !´GS¯L°V\f ttj "
b"\x1C ±*µ^ÀM$®^7"bIö( "
b"\x1D\x1A )Í(ŒL…ƒÍ,Ì\x7F ³ ½ "
b"\x1D O÷¾ú6C&ª¬S\x07 —\e U³ "
b"\x1D ╦z Z[I|ø\x01 $\x0F ü\x13 ┘2 "
b"\x1D ıPÞ$\x7F I▀½ußjo¥Å¦ "
b"\x1E !‰q\x14 }J\x04 ¼\x1D vµuÎþ\x00 "
b"\x1E ygC\x14 "I\x06 …\f Ëûï¨\x08 "
b"\x1E ž.æ\x1F\x11 H1—êÍŠ}ÒÓU "
b"\x1E ³\v \x1F ‰AQ»\r Pþ¢!\x08 r "
b"\x1F POùD‡Gê¾Ö\x10 ß\x12 "3) "
b"\x1F `БSmJ\f бàÏM¼\x0E B "
b"\x1F ¦žÝª¿Mõ—\x1E #²Ç\x18 ÕÝ "
b"\x1F ·ð„ \x11 J\x17 ”*DÑYç«\x0E "
b"""
\x1F Ģ̓tHæ®±3¨\n
º\x1C\x0F
"""
b" \x1F\x1D\x19 [!G\x7F …âVÑQO1‘ "
b" 7Z×—\x12 KQ¥¹«r&*²· "
b" x!£\x19 ¡Mø‘±ÚRËc;Õ "
b" ŠJ\x17 ›~Gü»dìãŒÅØG "
b" ÉšÊf\x03 Lý¡\x00 ~\x1C ;wÄì "
b" ┘k╗S=H\x1E áKØNI½pR "
b"!\x08 e\x17 aãFo†Õ‹GTáy³ "
b"!\x1F ¯¼†ñ@?—QO[ímV "
b"!,õ\x1A d¥J\x16 É[ ¿"▒ʰ "
b"!5©\x1E ȰGˆ½\x17 ~1j\x06\e . "
b"!;Ã╣█¨CÉèƒ_\x11 ┌èHã "
b""\x1C ¼-f¨BžŠ\x15 Gp†°†1 "
b"# ñ·\x17 mAâ‡$5œ±|Il "
b"#OêcõAJŒ³žnb¾\x08 53 "
b"#a\x11 _\x14 -Iáµú*ÿVku\x14 "
b"$FUJfH@hƒ~5ä'ÿ¨u "
b"%\x0F\x1F\x1A ü'@\‚\x0F L\x01 .\x18 ¼ "
b"%=O~\x14 %AN–\x11 f’µ \x1C i "
b"%ã76/ûF‰®¨2¼¼xÉ\x03 "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"&Èq5\x0E óDXˆ\f ¦_'vƹ "
b"'ÏÔô╦ÁO³¿\x05 L"iìa# "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"'úàëÔ¸NJƒ×®\e ¦±¾Š "
b"(\x0F ´§\x17 M†¸°‹Åli˜ñ "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"(HÀò—\t N7¶\x00 (aùùìˆ "
b"(g\x1C ýd^A ¢$þ\x02 0d“W "
b"(iäÕ¾µD\x1D ½Sóçlã\x00 r "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"(죸EæC—ŠÏ\x1D Ô»½|\x14 "
b")"áÆRÑF@µ)}—šgì\x1D "
b")*ñ½iº@Á‚q×òÝê\x03 ª "
b")?G^7µ@£–\x7F 8÷E}߬ "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b"*-Ä8S\x1D Kj™w½µÕFïo "
b"*┌^УvMVôµ╦ä\x07 'ì▀ "
b"+Ę\x18 IrC»`¿BPв4 "
b"+Ë;‡åÏBµ¥Ãë\x7F r#yˆ "
b",)$»SíJ®ÉÚ\x0F µ¢\x08\x18 M "
b",ü¤/\x14 ƒE└í\x1A\x10 wù±6Ê "
b"-\t 6RA1BߴމMµ=ª& "
b"-\x19 gu}MÒš¡g…£y\e d "
b"-Ïßl\|O}ºÍÉ”ùU†; "
b"-ÔÆ–Ð\t LP¹±C¼w°=Z "
b".\x1D z$Ã~MM–²Ýui=%L "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b".┐&‗(\x06 Hò┐\¨Â÷╝É% "
b".ê\x11 %\x1A 3O\x19 –Ñ\x01 fâ%¯î "
b"/jÃúªûL³║¯aì\x16 Ù²z "
b"""
/„É¥\f )B\n
½¢«tNT=\x10
"""
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"0í\x19 \“·Fz‘‡ðwsˆšŸ "
b"1\x1C 3ŸdqOΊ¢ºš:\x10 8m "
b"1x{'8"J¡œìn°/–îz "
b"1ú’\x15 ±ÌEb—-÷2ÔÛ‰ð "
b"21skGu@6Åû\x1E C¶╚¼ı "
b"28{ˆ¡aBB¹\x1E Ç¢q\x7F é½ "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"3½V█D\x14 HGØLLJ!ÖAí "
b"3█ ┼Å┤Gƒï~┤\x13 6¿x\x1D "
b"5†º¢I\v E•¤\f ´EK§ïr "
b"5îèSHuEa’²p×ÌDÿš "
b"6\x13 'òŠ1B®‹F:\x01\x00 Ç› "
b"6\x19 ,UËÍC<¸Só ׇ\x08 S "
b"6.ÞÅMÖ@h³›·ËB¸g% "
b"6‰Ø4yØNÊ¡^³Ë&¤ßA "
b"7"þ\x14 oÂIvˆx\x07 Ñ×òf\x00 "
b"7õ\x14 ÖRóCÙ±=,©>\x05\x01 # "
b"8,*\x07 ȨG®§NÕ¤g\x02 Å" "
b"8]VÑh±A]É¥PQ█\x12 ╗Á "
b"8x½\x06 P0DFØ0\x11 \x05 F\r ª "
b"8┐\x0E Õ#│Ck«\x11 Éßþ±!k "
b"8Ù¿Þƒ®Kf²FÔOm\x1C ×\t "
b"9î\x01 ú\x10 eC;àÉàÒ³ä\f X "
b"9Æç^ɦG┤┐╗³«·├\x02\x06 "
b"9¡Ô╗©DIõØä\x18 ╠╬PWÆ "
b"::aön\x00 L\e §\x12 ¡\x01 Ö\x1A qÛ "
b":h\x19 Á†HCû»CV#sÑø\x08 "
b":zùúÆöD; Uš4jx1C "
b":šÝ·Ï\t E{¬\e 9À¬Ó[e "
b";,\\x03 Šˆ@\x1F ¥\x02 Û^íÜú\x0F "
b";-i[ò,Nþ¶¸ø™'Óöp "
b";NbgÞ¿G'¼I«8.æ³x "
b";Æ\x17 Q‘åNœ‹œžv9ß%Æ "
b";Ð첫wO£µ‡0)ÿ\x16 ó[ "
b";þ\x1D ]\r ¤L»╗\x02 )ÀWÙíì "
b"<\x00 ͺš¦N\x15 §’íx!{“ÿ "
b"<MÉç»ÚBÿš¸}1…¢ð¸ "
b"<€)\x08 ‡|EK½\x14 þÉ·\x03\x1E ‰ "
b"<¿û░[$EÂÁx4¾´ÉÁÉ "
b"=\jô'ÈCÀœ‚í&^ Ëb "
b"=à\x06 A▒├ASöØÕìîx\t █ "
b"=¿┐\x19 j;IÇÅ╬&e,╠ı╣ "
b"=³µí4ÛC=‹ï\x16 ©\e ùÙÉ "
b"=¸îÿ‗\x17 Kìé´£┬î┤\x00 $ "
b"?#Œ"žæFŸ¡+;cJƒl\x1E "
b"?%TI\r ™AÇ”»qõ÷dÌÍ "
b"@F\x03 ´w\x1D L’œVÀ\x10 iæ\t "
b"@ešh\v pC¨®\x08 ^‘ê¼Ó\x02 "
b"@iõ2*G£ñ─Í5#îü0 "
b"A;àƒ^˜B\µ9©\x00\x1D R87 "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"B"¦-/BB‹ž2\x17\x03 À£yÌ "
b"Bg‹ëºXM\x12 ¶CçÑÓk½Ú "
b"Bâ®éÝRH!ìÒï~╬OÅö "
b"B„<9ò\x0E O#¥™WWv°`Â "
b"BûÑ╦eíBãÅs¶Ïug│R "
b"B™‹È·šE=…á)\x04\x1F hí{ "
b"B´ˆrÍÿB,•á÷öž`òÍ "
b"B╬Û~ì\x07 EWéƒık²:Qº "
b"CM\x10 @`rB\x11 ¯$Ç.ª\v „ "
b"C]—”òÍMijĎnO€)Ï "
b"C–P—Ó:J6¥\x0F P¨\x11 >/÷ "
b"CóÀ\x04 b\x11 F伇Xß¡=c« "
b"D¤uåÖ4J< “Éј…÷õ "
b"Dî/¶\x01 ²F³´\x18 :~˜Ô@\n "
b"Dõd:š¥J#¼½‰ºÙ}×R "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"E¬Jî\x1F\x01 O2¥\e "˜³W[ "
b"F~óÅ[S@\x00 ╗o\x0F jÏ·\x1D È "
b"F■öÞ\x07 ¾LHçy{\x11 DÈcÉ "
b"G\x00\f §(çCX¹eÈ×w•Dt "
b"G\x17 ·‚Ø\x1F Jɱó‹ Üu÷B "
b"GK¥╩ßÉM▒øi¸8\x17 qþO "
b"H\x16 [\t ™£EQ·²Ö\x1E dù]¯ "
b"H¢]-8îEï±ó-´¹\x11 ¯Å "
b"HÌ€^:\f JpŠ~6\x1E Á\x17 ºª "
b"IP…1\e 1GO íòs=\x1A …? "
b"I™KE\x1C ˆB\e Œ\x10 Ò•²yèœ "
b"IŸF_+—@[€)(š‚Xå` "
b"I½&Í-xJ“ž\e 4[|Šˆ* "
b"IÆàÅͲ@>©T\x00\x1E yL\n 6 "
b"JU!À¡ðOd„\x18 Ø4¼B\x0E M "
b"Jµ\x05 k¯]F"¥\x08\x11 „%þ "
b"K\x0F\t ™\x02 ÞNO‚4µl¢]×× "
b"K_¤´=®@@²]Ä<”QQp "
b"Kfþ²ÚìD+œÕ\x17 ”ÝrY\v "
b"K›ÂJq>L\x07 ¼IÚe³pZþ "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"Kõå┌ÒABÕÂ>Á¤d\x00 áÉ "
b"L‚†z†òB¬‚aˆñ€¯O "
b"M \x08 r×[Fþ²q\x17 Mðƒ~û "
b"Mº¢g±7Jº©ã‹‰áZ>\x17 "
b"MÁ\x13 ÿþÆDç¢üž`.™:€ "
b"MàÔv\x19 ÙEɆ\x03 }VÏt2Ï "
b"N¡ÅO©\x06 NT„åé4([” "
b"Nܦb°cC\x11 ¾x+œƒMt‹ "
b"N§Z\x1D\x12 ÔN╠î8ü½bhp: "
b"O\x1A ,ŒZäO«¡¿“@À€˜” "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"O²S®•:Có†\x04 Ì4';àü "
b"OÃ<ü»┴J¾Ñ\x1C ÅÉÓ÷´´ "
b"Oÿè$ÔÌNÓµºrÈá?¡’ "
b"P\x06 ½Õì)A²║h\x1E :ç█nô "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"QF^\x1A ñÉLK›^Æ-I \x1C ï "
b"Rª6@¨3FFžôóÃÕGvI "
b"Sõá0┴HJ·¬:┘ª>|ì\f "
b"U\x01 §╬┬SLgäÙ[ì.Åî+ "
b"U!J\x16 3ûJs¯ÛDÈ®\x1F\v\t "
b"UÉ$|BöE,‡:Š©|û7] "
b"UôÖ»–\x15 N/›¿\x1D ª™™\x02 ¦ "
b"V%\x1D\x06 ÉéG\x7F Š/ô”ÊçPS "
b"V'ð\x03 }ìHBù▒¨╦ðã\x10 ( "
b"VÐ\x08 på8G¸²•0$ø"F\x06 "
b"W-W\x05 éVH-¬/A»U:7¼ "
b"WC\x06 ÁôôJЖˆû-\x06 ˆQ "
b"WlÁD\r \x07 CL‰Êœ\t —\x1D ©á "
b"Wv\x1A nRXF¹»Ry\x7F\x1F\x19 F) "
b"Wû4"õ▀L£╝LÈj%ÅMC "
b"Y+-ø‹ÍKkª6é‰=øÍ\f "
b"YhÕ-\x1E\x02 Ox¸\x0E è\x05 à*W¤ "
b"Yü5▓¡\x05 Kıæ+i\)Âîz "
b"Z\x07 :O\x12 æIõ¥Q\x0E ú9w®9 "
b"ZkŠQy$Dð¦Ó¸ I´Gê "
b"Ztÿò\x0E\x07 BÛ†Ð6¹"ýº“ "
b"Zµ>ÈØVFy¡3 p‘ŒbØ "
b"ZЧ[5ê@·€r\f õ¹\x15 9j "
b"[¨^É ¯L-®çB▒uý> "
b"\ŒÌy«óJ˺cîã?4Sb "
b"\ïm\x13 x;N<¾ú\x19 ”Êg.0 "
b"\ðB\x1E\x1F >F\x14 ½×:\x16 &g˜h "
b"]\x01 Æ¢0ÏMA¥°ú\x14 Ø\x00 mý "
b"]-DÉÿÓFµ¾5›\x08 \r ‹KÁ "
b"]es\x12 ãàF\x07 —\x19 `Ä>´ò$ "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"]¨\x19\x14 ‰\x08 Mµµ\x18 ‰‡¶vúk "
b"]׺ñ ýJ\x16 †@\f !ʹ°€ "
b"_g–D1‹H5¨cýpͦ$¥ "
b"""
_y\x13\x7F †ûI‡•\x07 ,3Ô\n
G\x12
"""
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"_ѽœ3ÂN锕ËY‚~øc "
b"`8\x02 d½óBí¼YÀß\x04 Ö&= "
b"`p\x01 ×█ßF╦ƒ¸Éb×c;© "
b"`y─┐§ØF═å\v ┌U/±6\x02 "
b"`╦®ü╬íD┬¥▀│\x04\f\x1A └â "
b"a\v cf\x1F ‰De¥\x04 W~ˆí¾‰ "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"bÅpáÿ‹F ´ÀÙ†`Ž)9 "
b"c\e ¦ñS@E‘Žõí\f ¯ù/2 "
b"cFnJ\x0F `D\x1E ¬i¤sé¿9œ "
b"cW\x0E hèÎL»€íçÈâ\x12 ¹ "
b"coÎ\x05 Ø«H)öJýaƒ_Xë "
b"c»å¨Á™K$‰\x07 ‹P7wÌ” "
b"d\e }K AÀì;©ƒ▓CoÉ "
b"d><˜B¼B}¡™GÈLj!X "
b"dG,¨–éL¨¢Ð‚KáeÊœ "
b"dW¦4¼VN‹ˆ«2[\e ä^¦ "
b"db6ebQN\ŒÜÌE£&S "
b"dº;\x13 u\x0E F¦Ç¬\v É©OÁ\ "
b"dªM]>ÈH[ƒúËÍ™8ÎA "
b"eè§îä!DKì\x19 !²Â\e )G "
b"e═ü┤├‗LK┐*\v wÒ3└² "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"fYÜêÆ¹JôÅ╬ëÛÈ▄░Ö "
b"gg—õò²Aq¼«6Óè‹DÁ "
b"gxY\x00 CÉET¢âÊ'œøžß "
b"h=à´µ®MUšý\x00 û0†É3 "
b"hÈPŒÉcD7‘;ôÁõ`‘$ "
b"""
hÚò2ÛÛH\n
×\x1A\x05 âQ╗Éê
"""
b"i1æv¹[I3¬-ËÓE„D‰ "
b"i؈¦ºyEÉ€\x18 Á_;'º' "
b"j\x0F fƒtIК±„Ÿ¬UWÜ "
b"j"\x1C ƲæI®½Nä<M8¯ô "
b"j»hXƒãBíÂô\x12 ìAÈ)■ "
b"kHÀÖ\x04 Ml¬>¿HpýšY "
b"käóÖe§D§±@2s ºŒ4 "
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b"m,ûyDÉE ÿƒ\x13 ±_k / "
b"mló\x1C 8@Dp ºªø\x7F .-Î "
b"mê9╦'╣J ░╬k\x12 åÕqØ "
b"mœ½º\x12 ‡E;¯àÝpæköƒ "
b"mÖ\x14 +dqOL¤gæ\x07 ¿Ê”Õ "
b"mÚø`3ËJ§–¹Wµ®¯çŒ "
b"n~†‰åtFgš÷\x1A 4•B$ˆ "
b"ow¼ˆ¸[Bv®¹’캃‡Z "
b"oy[\x18\x03 ªE¸§µ\v þ¤J:\f "
b"phÁ’McA–°Ò\x14\x19 Ù+Ú› "
b"p┌\x13 ┘║nNÃØDt{\x0F │ÿ└ "
b"på/Ô’:B‘ž•‚˜\x02 MÍó "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"qq\f ÙõðFRŸúJŠÀ”9É "
b"qÕ\x1E T’\x1A GR¾\x16 sÝIÎÎì "
b"rN\x19 º—\x18 D»½,\x0F ùF\x05 ï™ "
b"rŠxúéeM•„\v Äš„ÓnT "
b"r¢â\x03 !wBD°|ô^Ê2@N "
b"r×\f gæGMܱû©e±.ÍŠ "
b"rî¶¿±\x0F LÙŠ”òE¼A\x14 "
b"""
sr‡\n
MþKù“¯1>‹Ýg—
"""
b"sÉ\x16 ¥è’K¶²€Ò\v >lœ§ "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"sï³ÉøƒGe¯‹Ÿš¼t{i "
b"tu÷M»¶CÖ¶¤nf\x12\x06 +Œ "
b"t╝Êì\x06 ÎAQév+╗&ä_. "
b"tÂ=ï/(BAŠñ`d§}Å\x0E "
b"uÇÌg·³Ba•Î× \x03 J\x03 ò "
b"u╔─ÅÈ\x18 @³áº\x0F ╔.¹!Ë "
b"vì7¬m&M└«3Õu½µQÁ "
b"vÊÓhr┤@┴üYÊê░Â\x11 Õ "
b"xæ’Lè5N®»\x1C Û Ý³p\x05 "
b"xïl䈵FÛ¡¯ìfÔ™ÙŸ "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"y\t\x11 *XçE\x15 »-M\x01 <?Éu "
b"y+F\x12 fÍGL®#Vª{*m\x0F "
b"yaª¯\x1E ýO‘¡ÏY-/DN„ "
b"yy‰56(LÕ¦ý*ÞWÌ´\x06 "
b"y}m\x11 \╣Dkì"¬°«°C4 "
b"yÐ1é()DS©\f yÅ\t ‡n "
b"yúÔó\v oBü„\f ð°ø".. "
b"z\x08 nŒB\x01 Fž“+J\x18 7\x11\x05 + "
b"""
z\x16 %°\n
?E½Ø,└\r ¨\x12 ôÍ
"""
b"zmÛi\x1C ™Fq©BZ¾\x1D\x1F Á\f "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"zù║\x16 ┌ÅO\t ì6┌ö:àÛË "
b"zÖÅL›ãO\x03 ´EÓ\x1D i'íþ "
b"{\x16 ®}œ"B ºÝH—´Û°‚ "
b"""
{\x17 Ý^:ñF5íìøõ\n
à Õ
"""
b"{L»·║ðMMɶ\x12 Ö^]\x07 É "
b"|\x03 Å4╝éNÀï\x12\x14 h÷zwð "
b"|:ÐD¨QI}”rE¹Ð)^ï "
b"|Mû├ÏHMıÅ\x12 ═x3=╚\x0F "
b"|‰|ñݯL¦©'Ä\x1C àuï¶ "
b"|§¨¸RâH‚‚Ñ"Ã]ß¡\x0F "
b"|ç]\t ™wL¼ˆMi3xIŸ "
b"}VÓ!ÖƒJ$£Q\x14 ½É§^Ê "
b"}f ük³CÕú]§\x04 ¤Ò▓ "
b"}³ØÜ.\x1E I±´·þD\x1E †vö "
b"}ÊaQbAŠ¥«s6~\x10 g9 "
b"}õ╗@\x08 ï@ Å\x01 rH\x03 5è│ "
b"~š‚¶E=H\x08 ·‚è¹VXöÂ "
b"~Æ9\x01\x05 ˆDœµ„W3—kîÿ "
b"~Ñ…\e ¥OL°£€øÐŽêßr "
b"\x7F\x0F ¥GüÃ@Y»°ÄoôCñ "
b"\x7F B¬í„dB¬²+ÑÞ«0çÅ "
b"€ "P\x1A aEÀŠuÁ|u¾ä\ "
b"""
Ç-]╠} B\x19 ÉØ²ã¨ö\n
"""
b"€Oë8cÉG\x02 ˆõÕû¯\'3 "
b"€^Ï\x0F ¼mA•ŸrØM³0´\x1A "
b"€i\x04 ’Ñ0L\x02 ¦Pkß,ÄA¼ "
b"ÇÂU¹ƒnN¯Ö╠*╚##Ø\f "
b"ü\x10 Øm\╗D%ë@\x1E T'!,³ "
b"ü.ÚRLÛC:×µYJGÊ0\x1A "
b"üûoø úN░úû{®þ\x00 ╝É "
b"ü▄æv\x02 ╚L"Æ\x00 ┼ü\x0E Ñ;k "
b"‚ìLrx\r Mˆ ç›8F©¿n "
b"ƒ§D\v ô;NK«ÑÍ<úôQ\x19 "
b"â®Ë■î\x1A A#è\t Z¹±O\x11 É "
b"„\t\x1A {¦ñFžºS¥+ôtv¬ "
b"„#'S0ÔM“«ÌLaÃÇ;i "
b"„¬G: ÏF$š\x13 Ö›j\x08 v3 "
b"„Ðx“\x14 EG#£çÙãC(ýO "
b"…6Áz¼{Kb„\x07 gÑÆ\f U "
b"…†H\x05 Q¸E™³Í”\x16 ¨ˆì7 "
b"åBê┼\x04\x02 E▀Å\x06 ʹ1§²î "
b"†_ºk‚ÀA£œm¬¨\x03 pÄõ "
b"åiß%░\x04 A\x12 ô\t -ب┐4┼ "
b"†’˜\x11 ûnH\x0F ¦\e +\x13 u˜Bo "
b"åí¯¡╝yB═ü]É}&}d3 "
b"†ð×\x1C 5REç¿KNö: <ö "
b"çÌM*Á;A]┤\xmîÕÉ· "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"ˆZï‚x\r Aû¥F\x14 3¸Û.Ó "
b"""
ˆª\n
\x0E •@O™º[\x01 ”…mr\x19
"""
b"ˆ¼óÄjI@\r £™Z¿„}Œ] "
b"ë_Ø`*íHuûò‗▀▀D=\x1E "
b"‰é_óÅ*O΂\x11 ³~Ù«\x1F\f "
b"‰í¥œŠ²HQˆ`?á„Kùý "
b"è\r ë\x11 èâC¢ì▒PõÊðçv "
b"èÇôÈýÃFÙØ\e NT wy "
b"Š‚\x17 ò,zDº¾€RU\x0F ‰íü "
b"ŠÊš\x1A ýgAЧè‡Õ©•cé "
b"Šþ²ð\x19 6LÔ…@`ç·*Áy "
b"""
‹-\x19\x1A ÛÈIZ¬\n
\x0F Ú‘\x03 6¡
"""
b"‹ \x07 9.XBC¬¦„mÇ\e ±e "
b"Œ\x10 OÜ\x0E A¾šHe}?9q$ "
b"îÿ╬A═%ESØø±6åmïä "
b"îØÐç1ıK1îä\x16 º¹\x02\x13 ‗ "
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"ì5ãfL@Sû╠Ø\x07\e ç!@ "
b"ìK\x14 ¿I\x13 @P║±µ\x13\x15\x14 ³I "
b"ŽNSà,‚Ië¼aÞHÄ\Á“ "
b"ޝ~ì”ïK\x16 ¡È\x00 ÌJTµõ "
b"ŽÃ¿›?A–¨oŸ\x17 Rýu "
b"ÄÛ¢Ä\r ßEÆÉo˯>Úðö "
b"ŽëðQ°ÛA±\x05\x1D ÏÒ0é' "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"É^=\x1A »ÙH\t ïvöÔºc~Q "
b"ÉlPùÿlG░¢¤\x11 ÃÌXó\x05 "
b"ÉoqíÑ<Ca╣R\x02 àIÅG╠ "
b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14 ² "
b"Éïq┬]ÐOA¢®O§¤¹J! "
b"ÉíBß²½BÂçj:\x08\x06 V«ø "
b"ÉÛïóÑØO à2╚F┐Åët "
b"ɶl\Ç0B)ä;®-`ÇÑn "
b"ɹG├&\x1D D1ÁOG_·><¿ "
b"‘\x11 Œ<ZCLP§œi\f\x0E øtð "
b"‘Bæ9X\x17 NK±£êZŠ×¼– "
b"æSÓünkM¿½ñ▀ä\x11 (▓¤ "
b"‘WÓš\x06 ™Ac©/\e ÍowJÞ "
b"‘ŠŸ¬¯¡N온öLœ\x15 „¦ "
b"‘ýFµÌYJ@‹2c^JšÄ| "
b"ÆPCâ\v AC®»│¡ù(,\x07 Ø "
b"’pÿTúÙFÄ¿?ˆê\x04 ñUI "
b"ÆÊ®ÿµ\x10 I╔ì³vJ\x13 ╝L± "
b"’×A©º€NQ–³\r ñ×Ò\x14 I "
b"“\x06 ‘ž§\x02 AÏ \e\x0F LA‘\x18 í "
b"ô)o┌ÙòD╩┤Å´E2§\x07 │ "
b"ô,°G"¨B\r ░■ü║Gû\x11 ÷ "
b"“„ÇŽ;oC\x1C ¨Žy!èι¤ "
b"ôæyÇ│%B\v Å\x10 ¼KVÞ1= "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"”g½”:…IE•ÿb\\x12 q\x01 K "
b"”¡Úà¿=EÀ²¯¡ûÒ¶$¡ "
b"""
”£jûïŠBz‚¦ó\n
oŽñ\t
"""
b"òðc"´ÞG\v ¥4╦@┘Űá "
b"–nBñ\x12 In™MNêæ±ü\e "
b"–Œªµ\x1A ÊH\x04 ·E€b®€,Ø "
b"–“n2üÆANž\x19 –8\x18 ®2– "
b"–Ÿ—×]ìL\f ¨4ˆ!†ào\x00 "
b"— ˜ÙQ{H¿ŠÖUS!š\x13 v "
b"ù!à[I7EJÉDéı|~d\x14 "
b"—†HÂ8¯HÓ¶UY_\x08 ƒ†Z "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"˜P§³ò†KƒŠÎ¥×wì%¼ "
b"˜f“Q£÷G™»µÃ—? ‘à "
b"ÿk"3\x7F ØIXÖvª┴Ú\x14 ÚË "
b"˜Ø˜>CíM½§4z?åÔR "
b"""
Ö\x1D è\n
2îCØñ\t 5╔0▓Üv
"""
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"™¹Qƒ\r þK\x1A ®&uÙs“¾È "
b"™Å˜|\x1A UO‚¥;è4ˆ»\x07 O "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"š\x1D öÓ\x12\x08 @hƒwXý)SØ "
b"Ü_▒Þ~pJéô5IüOî▒? "
b"ø$\x1A 8j\x17 K®¡l\x08 ör¥ü¶ "
b"ø£¤═BÓEm®\x0F ü÷2hÕÕ "
b"›¢\x7F ŸI¢JS¢ItXE´‡Ô "
b"›¶•[ .DË™}8B;ŸC( "
b"œb‰FýæF•ƒî>\x04\x1A ä’i "
b"œc\x1F †Ã‚Hï†s\x1E 3ÙvDÚ "
b"œï%”ÜõMEºTL„g,Àœ "
b"Ø\x04 Ïì¬ÂEÌ░Ø®\f %ã\x03 Ë "
b"Ø\x11 │YolNÕéWQ"{=çx "
b"Ø-1Éø¼H"ùÃIo╦xÒt "
b"ØéÝX\x04 QC{îÿ©I\x1C $╔╔ "
b"ž\x00 üóˆ'D¨¹‡¿ÔæÈÝJ "
b"ž.\v Î×ÉM¥£sÇ\x07 .éi "
b"""
×ü╬\x7F\x10 FBEÿA3\n
\x14 'É©
"""
b"×·ÏPÉ\x12 C\x01 âDïÃÅöë± "
b"Ÿ\x06 ôÏU'@7ÕÖ‹,%\t † "
b"á\x05 ¡ÿì¹I\x19 äáO߃~Ew "
b" @(Ç\x17 MG\x18 Ž\x03 ó\x03 žü‘¼ "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"á╔Ûy┐«N;égÛî É;/ "
b"""
öñÎŒ)C\n
£M<\x15 UäSë
"""
b"íOlõ ¾L(ìJ£i'v÷\x7F "
b"¡d#€Î'D—¹Sg¾±"fè "
b"íøÅUlýCPó3╣^B«óÆ "
b"ó\e ÖâàÅJ\▒╣°)Ö¯Ñà "
b"ú9\x03 ¨üæL\x07 ö\x18 G\x1C kuIÞ "
b"£?rwB3@ã¤~‘Q„‡à‚ "
b"£QÄÔ4;F†’ÔÁ<üÕ›a "
b"£\\x15 «ÝŠD’¥2-Cò\x0F &¦ "
b"ú´\t ┐jPG4░FÔ/ÉÑ‗ı "
b"¤ ò:{Aë¾!H¿\x08 ÷%2 "
b"¤Vf”õ5J\x1C ™5'í\x1E ø*\x0E "
b"¤[•a˜¸O\x1F ¶ÿ\x13 ìE$ZÌ "
b"ñ\x7F\x15 ╦═O@}ìı\e ▄\x1A Ü`+ "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"¤ÈÆëÔID”†»‹ïÈ\x0F x” "
b"ñ§>ºô³I(É<╬UÈ}¬k "
b"¥0åË¿èKc†Œ\x03 ¿×ö»Á "
b"¥X#\x06 :PF®‚3L½ÞŸn³ "
b"¥g‘ÈþdA—†\x12 üãã52V "
b"¥r2;,ŒIñŒ Ú]›…YË "
b"¥Ü\x0E Ð,ÏNÔNO\x1E ë\f Çï "
b"¦©Ÿ”u5J`‰-\x17 ;\x04\x03 M0 "
b"§\x12 G*\x1F ÙBU‹C`+ë¬„Õ "
b"ºæiÅ\x06\x07 @ýüç%a´p╗4 "
b"§ñkTaBæ¶\x07\x08\x10 ªøêî "
b"¿\x16 ·Ù;ñL\x0F Ødø\x1D ║7\t ) "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"¨©©mLHN+•¶—Ä^œ¥’ "
b"©\x1D îÑù\x07 FX¯°¼ö\x1C >²p "
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"©Q˜Áú4@³¤\t ø\x13 ¤mzc "
b"©‹Ò’CWD|‘\x04 !%\x0F ZG\x12 "
b"©Œf9,nL‘‡ñ\x18 ¸\x02 g‰M "
b"©•RöB\x01 Iþ›oç\x1F\x1E ²#Ã "
b"®├ ï&yK\x11 ؽÐB▓f_É "
b"©Õ‹•÷HG²º?h&\x1A Ù¶ "
b"ª&"\x10 X\x1A L\r œ~\e ¾Ÿ½I "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"ªPN[Í7O\x19 —“deV}!u "
b"ªq+\f ©˜E×™(ê|3Á\e w "
b"ªÆÆ\x02 ú\x1F F؇ùD/ñ\x11 @ "
b"¬╦Å̪óIßï\x0E ÎB9Í┴ "
b"«€ô~\x13 r@²¸Ÿé‡ƒâç, "
b"«æ¿'ì¸O“–o,fgT\x17 } "
b"¬$\x02 U*ÈA!·Uó\x7F 9Òï "
b"¬R‘µô!O5£Ö}`ƒ\x7F q¯ "
b"¬ž«ÙlxEL–È€Á¿ÏD– "
b"¬½u?8AFý¬&ñs!‡rg "
b"¬ÛŸ\x1D ªcM\x01 …x\x18 N®%ûã "
b"®ÖpNNK¤‰Lö©_©.L "
b"«Ó\x0E\x0F î\x1A C¿½×Øb<\5f "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"¯p»»˜ÁHS¡\x11 Q]=Æ= "
b"¯xÙ\x16 S£E\x16 ŽA;R¹u%b "
b"»ÄáSc┤M╚íþÅìÀ╦¥\x06 "
b"""
»║ÚE²+E±è.1I;\n
øÅ
"""
b"¯ág\x0F SõBýˆ¢²),ÿ8y "
b"░#É(\x18 BE©©\x10 iØ▒öp: "
b"±\x18 ß«\x13\x05 E·ºt[Ý–+}µ "
b"±„sä\x01 ÆC"¼¤\x00 1õz3o "
b"±ÊºúTâEY¯˜Ú\x7F 'P\x10 R "
b"²\x0F ̓öˆH©„ªºÈ<Lç8 "
b"²,Qhz\x18 FžµÜc##ì4Ç "
b"²Z‘|{”EJ¡Bßë\x17 ³G® "
b"²Ÿ•h[xI\x12 ©ˆs\x1F\t èDÏ "
b"²Ê%õT\x0F OÂþÿæx«—+ "
b"²ÓÆF\x14 AAT”\t 99Å2=« "
b"³¶à„å†H&£\x0E\x1D 1·@X& "
b"³ïúO•_@{ †ü9á\x02 Åê "
b"┤\x18\x1D îþ8HáòÓÉ\x10\x04 ╩¯¤ "
b"´Š4CîA\x14 ¶ñKðÍ–\x16 g "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"Á%¸╗» OGÀb"ÅN¤ð½ "
b"Áhiü¶ÊMWê─\x01 ©²T┤ò "
b"ÁÖ4Â@ßMCªÅ{Ûôk└▒ "
b"¶\x04 ’´$´Lýºiɨ|Ƨ\x08 "
b"""
¶\n
òCÍDLl‡àj´•»Êÿ
"""
b"¶N\x05 7ùŸJ|ƒÊÑ¿Ó%<d "
b"·T’ˆ±îN\°\x11 -=à-fX "
b"·Ÿ¬\x13\x01 …CK¦‡/Ì=Øö$ "
b"·õQ\x16 fàL³°1•A,¬· "
b"¸Bå;Ù3B\x06 ¬ì<³ùÞ©< "
b"¸Ÿ_Å\v CN0¶jf‰–ìF° "
b"¹Q?ü\x1E ß@´Œû:\x1C Cß§k "
b"¹¶YU1\x14 A\f „꺅zºˆv "
b"""
║\x1A LWÅtOÞ«\n
â`¯Ò½
"""
b"║dbß╬ØI ▒ÈD;§┤┤S "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"╗\t {ÌÆºCyíâxüÃ#ƒð "
b"»z…Z…›Gª¦uéŒ\e Ö\x04 "
b"╗î/üw@F║ÑWÄYëÙ¬8 "
b"»ŒÛ\e î{Oȧ\x17 ¸¶\v Ôiþ "
b"╗ñ\x06 Y~KLb£ìÓ┌┘\x03 [ "
b"╗░\x11 eôLE\x12 Øÿ\x06 ÔA─┴\x18 "
b"»²®ø\x07 „I‘‹J\x03 i-`‹@ "
b"»Ñ7€X\x14 A\x1F §·ö—õdaµ "
b"»Ó"—›ÄG÷¯ÌÅ£K\x01 '• "
b"¼ÚaL>ÅI6¶Dg‚×èŽÂ "
b"½Eúf\x18 CHS¹mÄ<×3\x1E | "
b"¢zx╝RËG2ìÕ]æ%\x01 ▓Á "
b"¾*‹W–N‡°Ü mUM¶÷ "
b"¾n5¹i\J¥¶\‘<À\x10 I} "
b"¾·T¿À\x7F Ië¯2Í댪²R "
b"¥├¶è┬║OòªDòÔ'~+Ø "
b"¿\x1D Õ5Ò\e In€’‡-=ÏwË "
b"¿w\x06 ‘ÞrB\x04 ¬šVÌ™MFÎ "
b"┐Ükê¹ÃJÿع¢V¬¸Þ▓ "
b"┐ãOýôøBwüZ̹ô\x02 òí "
b"┐ß¶o,╬Omì\x07 ?WÎ■\x10\x1A "
b"""
¿ûsÈ&±C©ƒ™«ç\n
Êè2
"""
b"À4ïƒø“AŰ“¯°äÂ\x08 ž "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"ÁCcTy»MЫ/+Eïò™\x06 "
b"Á‹2\x12 n2K¢·H{M8\x01 &\x16 "
b"┴á°╠ÁOØäsgN£jûj "
b"┴п۹2I Å\x04\x01 ¹\x18 ¶ÞÊ "
b"┬ U!Ê\x7F D-Å╗«ê╬├#| "
b"Â%«øNÞI5³FF¡ˆ\x12 XÈ "
b"ÂPÆ¢òÓJ_«÷®¨}“ÿ« "
b"┬ý¦Ó¬·H2ïìBÆøRT× "
b"ÃMH¤6AIÓŠÊ\x1A Ñž;Äð "
b"├rN\x1D ¹8OÛ½│°/[üµ' "
b"ÈJ@I~Eí¥ÜðCׇàE "
b"├▓\x1F îÉvN█│¸É¤i\x12 m= "
b"""
Ãâ\n
½…ÿJÑŸ\x06 #1\x07 üà
"""
b"─ëkðè\x17 BÉÆ┐`e ]\\v "
b"ÄÒà`ÜŽI¬„_\x19\x12\x08 yÛ\x19 "
b"┼1\x15 Û´░I6æÖI-JC»Å "
b"ŇÁ+\x0F\x05 O\x11 ¯\x15 á聾Äâ "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"ã ▓"lPG\x1D É╦I\x12 Æ\x03 ─k "
b"Ç\x7F ìÌ”@O¸ŸuÎ"\\x7F (\x17 "
b"Ç¥rŸN\x1E JÍ¼ÜÆ®²ÛüG "
b"ǰ}E\r ’LÞ©@Û®^kY\x16 "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"Çëh<¶\x7F @\f žL\x1F ”Mâ8g "
b"Çû˜•ÎÄHð¯]'þió½ "
b"╚\x05 ▄kS4Be¢┌ìJ╬─┴G "
b"È/r§!¤Bw°\x19\x1A Cs\t ÄÓ "
b"Èmt«¹hL¸°uäjz\x13 b” "
b"╚┼,-!XLZîNæüSbÇ· "
b"ÉaÍávLM+ŠÝÇæn\x00 º– "
b"╔xØ d¿Nüås¡kcqNÍ "
b"ɉ»\x0F V#E»‡ƒ›\‚;Hº "
b"ÉÑ\x1D >±§B\x1F ™.Eð£éªM "
b"Éë)äý.D7 W(UÚÊ5N "
b"Ê\x06 +X©&K}¨Þ³\x06 «'Ǩ "
b"Ê\x06 æsÉÐC\r ‹ˆ1Ù\x1E JSü "
b"╩WÂì-óB©┐î°FÉ%\x0E / "
b"╩[nEIüA^ƒ!âõ█áx§ "
b"ÊoAcSXM!¡)ƒØ0&X¢ "
b"╩£\v ü&CG¿öc\x04\x08 ¬9b┼ "
b"ʦË\e\x15 ùE\x06 ºî”«m«Û/ "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"Ë}¼úÊ\x05 Jï¬\x7F ¤©`â«# "
b"Ë‚Tô·~G~„HtÆ|B[= "
b"˸t…RNKK ”Ð=\x1A Iƒ™ "
b"ËÍ>dϘF\t »\x05 ȸðÄo\e "
b"Ì.\f —:¶J™¨¤Ã6‹y\x0F æ "
b"ÌX×_'¹C²³\x0E íIëœV\x02 "
b"╠\x7F\x17 ÁE┤C%Ø{;æ¢Â5Ú "
b"ÌÝ ‡ôXF. Þ\x04 #-h«\x19 "
b"Ìâ7rŒšD0•Õ¬¬%XÊ+ "
b"╠■╦æ\x16 tI¨î¡\x00 ó▓²#Ø "
b"Í4VÁŠ/K˜‡ííRÀ/Sæ "
b"ÍÚ;\x1F ñ¿Ayª#\x12 5²\x19 ã— "
b"ÎÅ C\x1F\v E…‰˜·(üFQê "
b"¤\x06 |┬íÅK\x11 íkê\x00 Æé\x1E # "
b"¤sƒþ\x1F º@\ìíõT─■Ét "
b"ÏÖÜšõôK;“5GGokˆ¦ "
b"ð+çGÒÏD*íþ\RÊÍÜì "
b"Ðx‰Fr¿Aù»¯õ‰nJ{j "
b"ð ╚*9¥Mc«OæÉ\x00 IÍ\x11 "
b"""
Ñ\n
_¤OÊIu¿\x01 OC/\n
QÓ
"""
b"Ð\x1C =0þCBC╗¢ÅÓ¯ÕMP "
b"Ð$└£ÛÉBýîÔ¯ñƒq\x05 ▓ "
b"Ñ3Ãuï¢L\x05 ©\x01 ñ×oh’h "
b"ÑI§Å"ÔG\e µuÍ]—Ï:á "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"Ê\x0E ü¿þ_L‗╝"¥[▀ì\t P "
b"Êâ;åê;KUì┼î`ÃdP: "
b"Ó\x13 ªfý*Lv®¹Íë]\x19 uc "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"È)ÙÅ■ë@õñÖþK²ÌßV "
b"ÕÇôx)\x18 Dû½s¬á\x11 —úA "
b"ÍHSA}ØJÕ£ÁHÝ©\x19 éä "
b"ÍõT¢Ë¤BÏØI¤$IZÒ\x07 "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"×zu¡±yF\x17 ¬Õ\x17 _nk‡F "
b"Ø(²Æó#I\x1F ‚°â\x16 IYh¡ "
b"ÏvEÂ\x18 ┼Oþ┤ÕCØwØ"[ "
b"Ø‹óx²gLò«S/O\x11 å\x07\x1C "
b"ØÂš¢^lJ¸¥"¿{›\r ˜ "
b"ØúÜœ¾\x15 Jÿ›o“\x03 Ó…ô– "
b"ÙVJ\x1C\x05 3E+‘*#NòÅ\x06 ú "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"Ú&#\x14 ßéD\f “Êx¼I\x17\f x "
b"Ú<3\x01 ƒ°NB¦c[.]0CŠ "
b"ÛHTgYÆ@~©ÝÆ„9»-P "
b"Ûqzó”$AÒ“Òip¦W«p "
b"█Æ\x14 üòëL\x15 £¶î|IçÐ\x18 "
b"Ûµ\x18\x05 ÛED\x07 žßª}}X)Î "
b"Ûî·\x19 XˆLÇ¢R¯ö\x07 ¯l‘ "
b"Ü9N6¯åB2ª\x11 ùXB76M "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"ܾ“ÜU˜Mº§Ï\x02 •—\f °\x08 "
b"▄┐i±þÆAìöp┐DãU■J "
b"ÜÑWšWïBé÷kšü¢\v Ù "
b"▄§ïì█ýFJÖ·&Ó6ÖÀò "
b"¦4─║┬+CÅï¦ZCtÓëu "
b"¦o94£ÉG?åo7f┬{æy "
b"ÝË\x12 ¹oSB2…%\x0F ™ì¿r÷ "
b"ÝÐÚ¥@ÿE. 8sO;\v Ó] "
b"Þ\x1C +ÊεCx¨t$x\x0E #Èñ "
b"ÞB›p\x18 ×FЈˆ¦ü\v é‚( "
b"Þ}¸»ý9M0›À\x02 „|ù“ô "
b"ÞŽ…±uHL”ŠNàwÚ²½W "
b"ÌØõµ█5Azê╝}I¼÷\x16\f "
b"̃~Ë+yB\v áàßÅSX\e 8 "
b"ßd\x08 0ô«D*¶\x1F S\x1F\x15 3Î6 "
b"▀üï\t úÌGv¢%╩hY\x7F 8‗ "
b"ÓCi½Õ═H\x01 ɳºº)ÃB\ "
b"àF87\x07 ”LX½žO¨>€½8 "
b"àœd‘U\x14 H)¸\x15 F\x05 óSÞc "
b"ßxv╔t\r N\x10 ƒ]╣x░│Ø3 "
b"ßü=\x19 S├M3░┘▓~ıç8å "
b"â\x01\x02 f¼|HÞŽÍ\x07 ¤h+u€ "
b"â\v ;‚,ÏNâ²i*[A\x08 õh "
b"ã3\x00 æÑ½M|ž£›eGÁgy "
b"õ\x1E ÷ÅH┬F╠Ü]■£X7·% "
b"ä'\v Êp\t F#¨P0M‘øå4 "
b"ä.šÍ·¨M±¥Ü!ϧ\x0F vo "
b"äWJ™ÓÙDȈ|üIWjÔÜ "
b"õÈ¡\v ┤rHfÉ\x1C +\x00\x01 wmp "
b"äßî\x05 –~F}º\x12 øèLk‹\x05 "
b"ää]wN¯C ¢xëúsîâê "
b"å\x01 Ϋ™ÚL‘€Œ/ª^\x7F ¢g "
b"Õå:Þº┌CÈÉÏÄn ËUÁ "
b"µ"B\f 2gD'ûÉÎ#█\x04 í' "
b"µØé\ËI\x04 ëñ·ïjÂØË "
b"ç\e ɳ“þA3¿\x1F ³+ ü\x1F 2 "
b"þ%ü╦9ûJÇ¥àäÎâ╩¿ "
b"çGïƒVþM¹°\x03 ¶oòå\x06\v "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"çíÔk\x1E C<ƒÍö£à´ŒL "
b"çØO`kÌG4¥3\x13 æÚéëˆ "
b"""
þ▀£^\x13 Dºéd\n
\x0F ÍØ,\e
"""
b"è.j8Í4G.µ Áa†ÿôI "
b"""
Þu·Å\x02 ÛO▓¿ûµ\n
f│L¿
"""
b"é\v y\x1D -\x0E Oj¬\x01 •˜º¿L´ "
b"ÚAu-3ÂM¥üî³$¯\x11 ? "
b"ê´‰4ŠžL\x1A Ÿ)\x17 6zØÀƒ "
b"êÕëü\r ª@É—`eÓeÆd "
b"""
ëðæê\n
-M|ŸK¶ùRñ±]
"""
b"ì\x14 6Ú\x1E LO\x03 »\t +!Œ§Œ² "
b"ì‚\r \x05 ”…Mí(溢‚Åp "
b"숿s¿pDÌšdM1ˆ™÷ê "
b"í[\x11\x05 ˆmI\x14 ‘¦ÿtCñÿ. "
b"ïbrö~"@\r ·b¨HlH\x19 ‡ "
b"ï’MƼ£Cˆ“…UÛd›X½ "
b"\x06 ©s'ÁHãüe╬gıB\x1F ö "
b"ðH´\x03 jqMƒ¥H\x00 åi\x14\x1D "
b"dUý#ÏKDñVØÙIr(J "
b"çñû^ýDe░,rtß¹ìi "
b"ð©¡\x00 oENEˆE” "7J "
b"ðõÍ'\r ^Jk€\x05\x05 ƒ\x08 ®\x00 Ð "
b"ñ\x10\x17 ~Ç\f M§¶–i,\x02 hjï "
b"ñ\e ½Jk\x01 CÛ©\¹ÉÙVæH "
b"ñAðñ—cJû”k{kšPv\x18 "
b"±Æ§ªÉ▓OtïSÏ$ø:¸Í "
b"òwxû³\x14 Għ–ôì.|Î "
b"""
‗Â\n
[└ØBAÀ2ç─îÄ\x05 °
"""
b"¾j\x10 ÄñÚKͪÅ╦C\x15 ×\x1D ã "
b"""
¾øÁÉX▒LÔ®`\x14 «\n
6Ñ\x1F
"""
b"õ\x00 ðe\x11 ©C‰¢\x19 ŠH¸n\x16 © "
b"õJi\x07\x06 yGÏœ^4þ¦˜äm "
b"õX-^+„G׎2kT\t ÎLJ "
b"õpO®KüK%ŸJP:\x0F Þ;a "
b"õ”RŽ–KJ\x0F ºÞáXµmʤ "
b"§Ø\x0F ı\x1D pJ¡å*\x13 ÷┼\x1C Ý┘ "
b"§©ô┴ÂøO╬ÁµQ▓³y╩ì "
b"ö\x04\x18 K:èJt£\x17 xšŒ09n "
b"ör\x17 Š"cD—£'®ÝG™7u "
b"¸=)2ìjGqù█U ^\x1D ph "
b"÷€¼í~\x0F Eü§òÆìTª`X "
b"÷Ú&Ë*"M¾°À¹½"9\x0F Ð "
b"÷õ±_\x06 ”EÞª»ù…\x1C 7у "
b"ø£w^xnC-œ\r íû8õÍõ "
b"ø¯,™,9I>†ä h÷Yñ6 "
b"¨\x15\x03 ðàµCIúÅwÞ9¥æ5 "
b"""
ù)ãnN;N¬½\n
ê4\n
äÊq
"""
b"ùáÀ,ÈÁF˜ÞåË_?Í» "
b"úÀ\e )^\x04 KXœ¤ø²Ì²†Š "
b"û¤\x01\t ü\x0F N ˜1#~G“\x06 " "
b"³H¿Ú>íAßü┴Ñû■m\x05\x1E "
b"³N?Ä~bA7┤<\x1E ¹¾Å\f ± "
b"üQ\x15 ±ª%Aj¹ïŸ\x04\x11 Ò\x1E ó "
b"³ç!>é'A,▓¤\x1E mlÛòØ "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"³░b\x7F ╩\x08 CÚ║┐I¦ÀØø\x17 "
b"üÄÜŠ\x05 -E9¡ß\x05 À\x1C i#d "
b"²%ºì«ÏF┴û┴\x06 #-\x1E ã0 "
b"ý˜òýAzAýŠ›\x13 ,b†IÛ "
b" \x19 5└\x15 -Lò┐{Étı\t aB "
b"ÿ\x1D ÞËW\x19 BDœÿ6ÏE÷Qv "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"ÿ™È¯ókDê°áÎ`£ÌÓ› "
]
SELECT
`product_price` . `id` as `product_price.id` ,
`product_price` . `version_id` as `product_price.versionId` ,
`product_price` . `product_id` as `product_price.productId` ,
`product_price` . `product_version_id` as `product_price.productVersionId` ,
`product_price` . `rule_id` as `product_price.ruleId` ,
`product_price` . `price` as `product_price.price` ,
`product_price` . `quantity_start` as `product_price.quantityStart` ,
`product_price` . `quantity_end` as `product_price.quantityEnd` ,
`product_price` . `custom_fields` as `product_price.customFields` ,
`product_price` . `created_at` as `product_price.createdAt` ,
`product_price` . `updated_at` as `product_price.updatedAt`
FROM
`product_price`
WHERE
(`product_price` . `version_id` = ? )
AND (
(
`product_price` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x004B11B664424995968A6294D4EA4AE7 , 0x00776CF7FEC149B78B2CEAECDF562F95 , 0x008F36161EE342EFA69164D184297A33 , 0x00E6A2F948544958BC2DF454E7074E4C , 0x00E7FF48B7334C458DEB3C27A7B34C75 , 0x00F3A6C9CC0C4C60812E1E57AC703D16 , 0x018031D7A6504C70BC9611EFFCA5CB87 , 0x01FF2ECE148245B781BDD4A182E467F9 , 0x02049224C56347179FA4C013E2CFCD8F , 0x02782E930EC24175ADEA89ADD0952834 , 0x028D70EE5EFC45B8814A6DE8A8BB7898 , 0x0335254B311F4CB08D4C043AEF41EEDD , 0x0371F4F2E7C542DE93CB7694B7750199 , 0x03876E19063B4504AC6BE53E7D1B79C8 , 0x039395FBCB4E41D39E6FAFE087F26B48 , 0x042BC51D2EBE4E669C648A29C12877AC , 0x044AC3E4CAC94813B2AC2CE9C4069CDA , 0x0471920A5E1A41BCBAA40096568C30F2 , 0x05A09C16D7EC4E5AB81490235462BA75 , 0x05A505DB27714DBDA2FC65A7186AEB89 , 0x06079AAE29A44E07A6A83F338B706F8C , 0x064B2F5CE1CF45828D8A684903B792A0 , 0x0661ADA35F4F48BCB604CD1D0CD0A038 , 0x06A0234B80C144B1AFFE9F7D2FD37E7C , 0x06ABC960BAE24E0E94AF2FEC911F479F , 0x07AB613BE2A1415F9EC63C2869E7E301 , 0x07D35F804C9D42B992F305260DD98DB3 , 0x0811AC5ADC8647B3886E7CC0900FC5E2 , 0x084D8960A47C43DF8721E404766BCA3F , 0x08AB6CEB986C4FE38AE8E5A62D07686B , 0x08ADD5DDDB764C20B393F8BBA75A6B77 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x09F5ABA97B0348ED953A7BBF6793B6EB , 0x0A037CEC6F2F490883C0ECC734851968 , 0x0A38581650A342BB97478E5552350B97 , 0x0A58DA5B591E4C96857FD8671A691D84 , 0x0B4E5CC4D6AB4EA8B8330862B728BA1A , 0x0B580D4DB1AF437BB52AE681045FA3D8 , 0x0BDAFAA8FC394E1CA0D2AB7D4A7D6C2C , 0x0CF665757B114488B50086B62E4BA9F2 , 0x0D088F0CA5374A40B3139AB697BA90A7 , 0x0D23AB14DC8848BFB34E5420BC24CCE5 , 0x0D649F80D88242AEB2E5B317364AA3D7 , 0x0DEF522D84F441B3B1E2ADB3693248C8 , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x0E5E6E363026469F8227E66C5B58CCDA , 0x0E6319C53A4C4C2A908F6E1ACB1A2850 , 0x0ED9049FCE994F9AA70E69088DF755CA , 0x0FBAA27CFEB74A139D2F7C356446B568 , 0x0FF6D821C0E64E42ADB0CD735B0A1DFC , 0x106950DAA9DB47FE8C6A495EF55870CB , 0x10896259C828421DAF47D56064FADFC6 , 0x10D040207021470A945120864D54005D , 0x113B2EFE796A4181846BB3B0E5D4F6DD , 0x1210EF73292E4834BB02477A20995AE7 , 0x125AE32265C3488E9E324615CB3DE9E0 , 0x12C6CF175D2E415F9202F26F7F5EA267 , 0x133403527E3948D98BFB2DDCA2224A4F , 0x135726F264C04274AB108B3C72D4391E , 0x135D7E3A28F048EC90FE4C0F9CF250D1 , 0x137AB040245B46419C5D19E61B554776 , 0x13DA9C91054E41A49152DF9F90D52C07 , 0x13E3CF4FAADA49EC9DC3170DADFA7C92 , 0x14868CE162BC4D3CBF56FE07BDE1FEBD , 0x149072DB11FC4E25B614FAE943005A18 , 0x14E7FAB562FA4C0CA604E2A38F6420AB , 0x151A407DEB91466984325530979CD470 , 0x15AD00F10C3640A6A206CE1F645317E4 , 0x161A8C230CD3493AB870A65235A494AE , 0x1620E516BF5C4F0BB82BFD4A675064CA , 0x16A450287C97485C9DFFE95228C6E765 , 0x16A73508A6D7416CA496373D222DF1D0 , 0x17634EB70E384A1D919DB189894CB0B5 , 0x1777F0F2727E486A85165AF0983F2DCF , 0x17B54EF8D5434550BBFB24C83A334EB5 , 0x17BFD861909C4763B5D79FCCE7C5297B , 0x17F99A06AA2546058F9AAFAF592C0E1C , 0x1941895415C044699328C8746E066384 , 0x196A1E478023423D87A94219E9AB7AD3 , 0x19AFB739B5EC4BAC8A62DAE05B49A95F , 0x1A385413E0114EB4B99F05B78220D9B3 , 0x1A405474040B40DB8722B8C5662805EC , 0x1A493683432943CFAC2568C72E553D16 , 0x1A6F00E6A542479E897F1AC159E714A8 , 0x1AE784BA043F4A829C4155B04032F28E , 0x1AEE9E1061A447ACA5E7D5BF626F7184 , 0x1B225E5AAD7241169C4AAA5780549791 , 0x1B658B9E3F60471BBF92F2579CA46051 , 0x1B8F5060B25449C9A095C6B2F6BF7B03 , 0x1B98E8C17ECA4D62A7E844987E00FB6E , 0x1BFA4C8CF37E483D82B2442CB9A75162 , 0x1C0E2A3706D5401DA881F69AD188DAC0 , 0x1C2C36276EC542E69501720FC620C4C1 , 0x1C86779C496A420686F9BC1E8E7EAC8B , 0x1C874D0721B44753AF4CB0560C74746A , 0x1CB12AB55EC04D24AE5E37226249F628 , 0x1D1A29CD288C4C8583CD2CCC7FB320BD , 0x1D4FF7BEFA364326AAAC5307971B55B3 , 0x1DCB7AFF5A5B497C9B01240F8113D932 , 0x1DD550E8247F49DFAB75E16A6FBE8FDD , 0x1E218971147D4A04BC1D76B575CEFE00 , 0x1E79674314224906850CA0CBFBEFA808 , 0x1E9E2EE61F11483197EACD8A7DD2D355 , 0x1EB30BAD1F894151BB0D50FEA2210872 , 0x1F504FF9448747EABED610DF12223329 , 0x1F60D091536D4A0C8AB1E0CF4DBC0E42 , 0x1FA69EDDAABF4DF5971E23B2C718D5DD , 0x1FB7F084A0114A17942A44D159E7AB0E , 0x1FC4A2CD837448E6AEB133A80ABA1C0F , 0x201F1D195B21477F85E256D1514F3191 , 0x20375AD797124B51A5B9AB72262AB2B7 , 0x207821A319A14DF891B1DA52CB633BD5 , 0x208A4A179B7E47FCBB64ECE38CC5D847 , 0x20C99ACA66034CFDA1007E1C3B77C4EC , 0x20D96BBB533D481EA04B9D4E49AB7052 , 0x2108651761E3466F86D58B4754E179B3 , 0x211FAFBC86F1403F97AD514F5BED6D56 , 0x212CE41A64BE4A16905B20A822B1D2F8 , 0x2135A91EC8B04788BD177E316A061B2E , 0x213BC7B9DBF943908A9F5F11DA8A48C6 , 0x221CBC2D66A8429E8A15477086B08631 , 0x2320F1B7176D41E28724359CB17C496C , 0x234FEA63F5414A8CB39E6E62BE083533 , 0x2361115F142D49E1B5FA2AFF566B7514 , 0x2446554A66484068837E35E427FFA875 , 0x250F1F1AFC27405C820F4CAD012E18BC , 0x253D4F7E1425414E96116692B5A01C69 , 0x25E337362FFB4689AEA832BCBC78C903 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x26C871350EF34458880CA65F2776C6B9 , 0x27D8E293CBB54FFCA8054C22698D6123 , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x27FAE0EBD4B84E4A83D7AE1BA6B1BE8A , 0x280FA0B4A7174D86B8B08BC56C6998F1 , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0x2848C0F297094E37B6002861F9F9EC88 , 0x28671CFD645E4120A224FE0230649357 , 0x2869E4D5BEB5441DBD53F3E76CE30072 , 0x28916ADF88504C208540D811B87234CB , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x28ECA3B845E643978ACF1DD4BBBD7C14 , 0x2922E1C652D14640B5297D979A67EC1D , 0x292AF1BD69BA40C18271D7F2DDEA03AA , 0x293F475E37B540A3967F38F7457DDFAC , 0x29424506F7C34F70A500C369ECDEA554 , 0x2A2DC438531D4B6A9977BDB5D546EF6F , 0x2ADA5ED19C764D5693E6CB8407278DDF , 0x2BC49818497243ADBB60BF4250D0B234 , 0x2BCB3B87E5CF42B5A5C3EB7F72237988 , 0x2C2924AF53A14AA990E90FE6BD08184D , 0x2C81CF2F149F45C0A11A107797F136D2 , 0x2D093652413142DFB48E894DB53DAA26 , 0x2D19AD67757D4DD29AA16785A3791B64 , 0x2DCFDF6C5C7C4F7DBACDC994F955863B , 0x2DD4C696D0094C50B9B143BC77B03D5A , 0x2E1D7A24C37E4D4D96B2DD75693D254C , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x2EBF26F228064895BF5CF9B6F6BC9025 , 0x2EEA11251A334F1996D10166E225AFEE , 0x2F6AC7A3A6964CFCBAEE618D16EBFD7A , 0x2F84C9A50C29420ABDA2AB744E543D10 , 0x302C26630EE74FF28738A844ED269886 , 0x30ED195C93B7467A9187F07773889A9F , 0x311C339F64714FCE8AA2BA9A3A10386D , 0x31787B2738224AA19CEC6EB02F96EE7A , 0x31FA9215B1CC4562972DF732D4DB89F0 , 0x3231736B477540368F961E43F4C8ACD5 , 0x32387B88A1614242B91EC7A2717FE9BD , 0x329849610CF643A8973EC27B03DE6BEA , 0x33AB56DB441448479D4C4C4A219941A1 , 0x33DBFFC58FB4479F8B7EB41336A8781D , 0x3586BAA2490B4595A40CB4454BA7EF72 , 0x35EEE8534875456192B270D7CC44FF9A , 0x361327F28A3142AE8B463A0100C79BA0 , 0x36192C55CBCD433CB853F3A0D7870853 , 0x362EDEC54DD64068B39BB7CB42B86725 , 0x3689D83479D84ECAA15EB3CB26A4DF41 , 0x3722FE146FC24976887807D1D7F26600 , 0x37F514D652F343D9B13D2CA93E050123 , 0x382C2A07C8A847AEA74ED5A46702C522 , 0x385D56A568F1415D90BE5051DB12BBB5 , 0x3878AB06503044469D3011FF05460DA6 , 0x38BF0EE523B3436BAE1190E1E7F1216B , 0x38D9BFDE83AE4B66B246D44F6D1CD709 , 0x398C01A31065433B859085E3FC840C58 , 0x3992875E90DD47B4BFBBFCAEFAC30206 , 0x39ADE2BBB84449E49D8418CCCE505792 , 0x3A3A61F66E004C1BA712A101D61A71DB , 0x3A6819C1864843FBBB43562373D1F808 , 0x3A7AF9FAC6F6443BA0559A346A783143 , 0x3A9ADDB7CF09457BAC1B39C0ACD35B65 , 0x3B2C5C038A88401FA502DB5EEDDCFA0F , 0x3B2D695BF22C4EFEB6B8F89927D3F670 , 0x3B4E6267DEBF4727BC49AB382EE6B378 , 0x3BC6175191E54E9C8B9C9E7639DF25C6 , 0x3BD0ECB2AB774FA3B5873029FF16F35B , 0x3BE71D5D0DCF4CAFBB0229B757EBA18D , 0x3C00CDBA9AA64E15A792ED78217B93FF , 0x3C4DC9E7BBDA42FF9AB87D3185A2F0B8 , 0x3C802908877C454BBD14FEC9B7031E89 , 0x3CA896B05B2445B6B57834F3EF90B590 , 0x3D5C6AF427C843C09C82ED265E20CB62 , 0x3D850641B1C34153949DE58D8C7809DB , 0x3DA8BF196A3B49808FCE26652CCCD5B9 , 0x3DB3B5ED34DB433D8BEF16A91BF9D9C9 , 0x3DF78C98F2174B8D82EF9CC28CB40024 , 0x3F238C229EE6469FA12B3B634A836C1E , 0x3F2554490D9941C794BB71F5F764CCCD , 0x404603B4771D4C929C56C01069E609A0 , 0x40659A680B7043A8AE085E91EABCD302 , 0x4069E432F02A479CA4C4D635238C8130 , 0x413BE0835E98425CB539A9001D523837 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x4222A62D2F42428B9E321703C0A379CC , 0x42678BEBBA584D12B643E7D1D36BBDDA , 0x4283A982ED5248218DE38B7ECE4F8F94 , 0x42843C39F20E4F23A599575776B060C2 , 0x4296A5CB65A142C68F73F4D87567B352 , 0x42998BC8B79A453D85E129041F68ED7B , 0x42B48872CDFF422C95E1F7F69E60F2CD , 0x42CEEA7E8D074557829FD56BFD3A51A7 , 0x434D104060724211AF24C72EAA0BC284 , 0x435D9794F2CD4DC4B3C48E6E4F8029CF , 0x43965097D33A4A36A50F50A8113E2FF7 , 0x43F3C004621146E4BC8758DFA13D63AB , 0x44A475E5D6344A3CA093C9D19885F7F5 , 0x44EE2FB601B246B3B4183A7E98D4400A , 0x44F5643A9AA54A23BCBD89BAD97DD752 , 0x4570100A52C74FB0B920361946661659 , 0x45AC4AEE1F014F32A51B22AD98B3575B , 0x467EA28F5B534000BB6F0F6AD8FA1DD4 , 0x46FE94E807F34C4887797B1144D46390 , 0x47000CA728E74358B965C8D777954474 , 0x4717B782D81F4AC9B1F38BA0DC75F742 , 0x474BBECAE1904DB19B69F7381771E74F , 0x48165B0999A34551B7B2D61E64F95DAF , 0x48A25D2D38EE45EFB1F32DB4B911AFC5 , 0x48CC805E3A0C4A708A7E361EC117BAAA , 0x495085311B31474FA0EDF2733D1A853F , 0x49994B451C88421B8C10D295B279E89C , 0x499F465F2B97405B8029289A8258E560 , 0x49BD26CD2D784A939E1B345B7C8A882A , 0x49C6E0C5CDB2403EA954001E794C0A36 , 0x4A5521C0A1F04F648418D834BC420E4D , 0x4AB5056BAF5D4622ADA50811208425FE , 0x4B0F099902DE4E4F8234B56CA25DD7D7 , 0x4B5FA4B43DAE4040B25DC43C94515170 , 0x4B66FEB2DAEC442B9CD51794DD72590B , 0x4B9BC24A713E4C07BC49DA65B3705AFE , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0x4BE486DAE34142E5B63EB5CF6400A090 , 0x4C82867A86F242AC8261C288F180AF4F , 0x4D200872D75B46FEB271174DF0837EFB , 0x4DBAA267B1374ABAA9E38B89E15A3E17 , 0x4DC113FFFEC644E7A2FC9E602E993A80 , 0x4DE0D47619D945C986037D56CF7432CF , 0x4EA1C54FA9064E5484ADE5E934285B94 , 0x4EDCA662B0634311BE782B9C834D748B , 0x4EF55A1D12E24ECC8C3881AB6268703A , 0x4F1A2C8C5AE44FABA1BF9340C0809894 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x4FB253AE953A43F38604CC34273BE0FC , 0x4FC73C81AFC14AF3A51C8F90E0F6EFEF , 0x4FFFE824D4CC4ED3B5BA72C8E13FA192 , 0x5006ABE58D2941FDBA681E3A87DB6E93 , 0x513AB9793DD541E6A6DFF9033F99756F , 0x51465E1AF1C94C4B9B5EC62D49201CEF , 0x52AA3640A83346469EF4F3C3D5477649 , 0x53E4A030C1484AFAAA3AD9A63E7C8D0C , 0x5501F5CEC2534C6784EB5B8D2E8F8C2B , 0x55214A1633FB4A73AFDB44C8AE1F0B09 , 0x55C9247C42F6452C873A8AA97CFB375D , 0x55F4D6BB96154E2F9BBF1DAA999902A6 , 0x56251D06C9E9477F8A2FF494CAE75053 , 0x5627D0037D8D484297B1F9CBD0C61028 , 0x56D00870E53847B8B2953024F8224606 , 0x572D5705E956482DAC2F41BB553A37BC , 0x574306C1F4F44AD09688FB2D06CB8651 , 0x576CC1440D07434C89CA9C09971DA9E1 , 0x57761A6E525846B9BB52797F1F194629 , 0x57963422E4DF4C9CBC4CD46A258F4D43 , 0x592B2DF88BCD4B6BAA36E9893DF8CD0C , 0x5968D52D1E024F78B80EE805E02A57A4 , 0x598135B2AD054BD5912B695C29B68C7A , 0x5A073A4F12E649F5A5510EFA3977AE39 , 0x5A6B8A51792444F0A6D3B82049B447EA , 0x5A74FFF20E0742DB86D036B922FDBA93 , 0x5AB53EC8D8564679A133A070918C62D8 , 0x5AD0A75B35EA40B780720CF5B915396A , 0x5BF95E9020EE4C2DA987F042B175EC3E , 0x5C8CCC79ABF34ACBBA63EEE33F345362 , 0x5CEF6D13783B4E3CBEFA1994CA672E30 , 0x5CF0421E1F3E4614BDD73A1626679868 , 0x5D0192BD30D84D41BEF8A3149D006DEC , 0x5D2D44C9FFD346B5BE359B080D8B4BC1 , 0x5D657312E3E04607971960C43EB4F224 , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x5DA8191489084DB5B5188987B676FA6B , 0x5DD7BAF1A0FD4A1686400C21CAB9B080 , 0x5F679644318B4835A863FD70CDA624A5 , 0x5F79137F86FB498795072C33D40A4712 , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x5FD1BD9C33C24EE99495CB59827EF863 , 0x60380264BDF342EDBC59C0DF04D6263D , 0x6070019EDBE146CB9FF790629E633BB8 , 0x6079C4BFF59D46CD860BDA552FF13602 , 0x60CBA981CEA144C2BEDFB3040C1AC083 , 0x610B63661F894465A504577E88EDBE89 , 0x61DEBDA1020043959AA497CAD8711D71 , 0x6279E85C754A43909DE87F0D3B858351 , 0x62C570E1FF8B46A0B4C0D986608E2939 , 0x631BA6F1534045918EF5ED0CAFF92F32 , 0x63466E4A0F60441EAC69A473E9BF399C , 0x63570E68E8CE4CBB80EDC3A7C8E212B9 , 0x636FD7059DAE4829944AEC619F5F5889 , 0x63BBE5A8C1994B2489078B503777CC94 , 0x641B7D4BFFF041B78D3BB89FB2436F90 , 0x643E3C9842BC427DA19947C84C6A2158 , 0x64472CA896E94CA8A2D0824BE165CA9C , 0x6457A634BC564E8B88AB325B1BE45EA6 , 0x6462366562514E5C8CDCCC45A32653C2 , 0x64A73B13750E46DD80AA0B90B84FB55C , 0x64AA4D5D3EC8485B83FACBCD9938CE41 , 0x658AF58C8421444B8D1921FDB61B2947 , 0x65CD81B4C3F24C4BBF2A0B77E333C0FD , 0x65D37E8611A24D6A81A53A335F092210 , 0x66599A8892FB4A938FCE89EAD4DCB099 , 0x676797F5F2B24171BCAB36D3E88B44C1 , 0x6778590043C94554A2E2CA279CF89EDF , 0x683DE0B4B5AE4D559AFD00FB3086C933 , 0x68C8508CC9634437913BF4C1F5609124 , 0x68E99532EAEA480A9E1A058351BB9088 , 0x6931E676B95B4933AC2DCBD345844489 , 0x69D888A6BA7945C98018C15F3B27BA27 , 0x6A0F66AD837449D09AB1849FAC5557DC , 0x6A221CC6B2E649AEBD4EE43C4D38AFF4 , 0x6AAF68589FC642A1B693128D41D429FE , 0x6B48C0ADD6044D6CAC3EBF4870FD9A59 , 0x6BE4F3D665A744A7B140327320BA8C34 , 0x6CAC5C8418864D1E83240AF4A4918714 , 0x6D2C967944904520989F13F15F6B202F , 0x6D6CF31C38404470A0BAAAF87F2E2DCE , 0x6D8839CB27B94AFFB0CE6B1286E5719D , 0x6D9CBDBA1287453BAFE0DD70E66BF683 , 0x6DD6142B64714F4CA467E607BFCA94D5 , 0x6DDAF86033CB4AA796B957B5AEAFE78C , 0x6E7E8689E57446679AF71A3495422488 , 0x6F77BC88B85B4276AEB992ECBA83875A , 0x6F795B1803AA45B8A7B50BFEA44A3A0C , 0x7068C1924D634196B0D21419D92BDA9B , 0x70DA13D9BA6E4EC79D44747B0FB398C0 , 0x70E52FD4923A42919E958298024DCDF3 , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x71710CD9F5F046529FFA4A8AC09439C9 , 0x71D51E54921A4752BE1673DD49CECEEC , 0x724E19BA971844BBBD2C0FF94605EF99 , 0x728A78FAE9654D95840BC49A84D36E54 , 0x72A2E20321774244B07CF45ECA32404E , 0x72D70C67E6474DDCB1FBA965B12ECD8A , 0x72EEB6BFB10F4CD98A94F245BCAD4114 , 0x7372870A4DFE4BF993AF313E8BDD6797 , 0x73C916A5E8924BB6B280D20B3E6C9CA7 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x73EFB3C9F8834765AF8B9F9ABC747B69 , 0x7475F74DBBB643D6B6A46E6612062B8C , 0x74BCD28D06D7415182762BBB26845F2E , 0x74C23DEF2F2842418AF16064A77DC50E , 0x75C7CC67B7B3426195CED720034A03F2 , 0x75C9C48FD41840FCA0A70FC92EFB21D3 , 0x768D37AA6D264DC0AE33E575ABE651B5 , 0x76D2E06872B440C18159D288B0B611E5 , 0x78E6924CE8354EAEBB1CDB20DDB37005 , 0x78EF6CE488B546DBA1AFEC66D499D99F , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x7909112A58E74515BB2D4D013C3FC975 , 0x792B461266CD474CAE2356AA7B2A6D0F , 0x7961AAAF1EFD4F91A1CF592D2F444E84 , 0x7979893536284CD5A6FD2ADE57CCB406 , 0x797D6D115CB9446B8D22AAF8AEF84334 , 0x79D031E928294453ADA90C79C509876E , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x7A086E8C4201469E932B4A183711052B , 0x7A1625F80A3F45AB9D2CC00DF91293D6 , 0x7A6DDB691C994671A9425ABE1D1FC10C , 0x7A768155A21E446DB594B41749495D52 , 0x7A97BA16DA8F4F098D36DA943A85EAD3 , 0x7AD6C54C9BE34F03B445D31D6927EDFE , 0x7B16AE7D9C224220BADD4897B4DBB082 , 0x7B17ED5E3AA44635A18D9BE40AC720E5 , 0x7B4CAFFABAD04D4D90F412995E5D0790 , 0x7C038F34BC824EB78B121468F67A77D0 , 0x7C3AD044A851497D947245B9D0295EEF , 0x7C4D96C3D8484DD58F12CD78333DC80F , 0x7C897CF1DDAF4CA6A927C41CE075EFB6 , 0x7CA7A8B852E2488282D122C35DDFA10F , 0x7CE75D0999774CBC884DAD693378499F , 0x7D56D321D6834A24A35114BDC9A75ECA , 0x7D66FF816BFC43E5A35DF0F504CFE3B2 , 0x7DB3D8DC2E1E49B1B4B7FE441E8676F6 , 0x7DCA61AD5162418AA5AB73367E106739 , 0x7DE4BB40088B40FF8F01724803358AB3 , 0x7E9A82B6453D4808B782E8B95658F6C2 , 0x7EC639010588449CB5845733976BEEFF , 0x7ED1851BA54F4CB0A380F8D08EEADF72 , 0x7F0FA547FCC34059BBB0C46FF443F1AD , 0x7F42ACED846442ACB22BD1DEAB30E7C5 , 0x802022501A6145C08A75C17C75BEE45C , 0x802D5DCC7D204219909DFDC6F9940A20 , 0x804FEB3863C9470288F5D5FBAF5C2733 , 0x805ECF0FBC6D41959F72D84DB330B41A , 0x80690492D1304C02A6506BDF2CC441BC , 0x80B655FB9F6E4EEE99CC2AC823239D0C , 0x81109D6D5CBB442589401E5427212CFC , 0x812EE9524CEA433A9EE6594A47D2301A , 0x81966F9B20A34EB0A3967BA9E700BC90 , 0x81DC917602C84C229200C5810EA53B6B , 0x82EC4C72780D4D88A0E79B3846A9BF6E , 0x83A7440BF43B4E4BABD1CD3CFAF45119 , 0x83A9D3FE8C1A41238A095AFBF14F1190 , 0x84091A7BA6F1469EBA53A52BF47476AC , 0x8423275330D44D93ABCC4C61C3C73B69 , 0x84AC473AA0CF46249A13D69B6A087633 , 0x84D0789314454723A3E7D9E34328FD4F , 0x8536C17ABC7B4B62840767D1C60C5520 , 0x8586480551B84599B3CD9416A888EC37 , 0x864288C5040245DF8F06D2FB31F5FD8C , 0x865FBA6B82C041A39C6DACA80370C4F5 , 0x8669E125B004411293092D9DF9BF34C5 , 0x86929811FB6E480FA61B2B137598426F , 0x86A1EEADBC7942CD815D907D267D6433 , 0x86F0D71C355245E7BF4B4EF63AA03CF6 , 0x87DE4D2AB53B415DB45C786D8CE590FA , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x882A0D90845C46C9BB019659A615F235 , 0x885AEF82780D41FBA5461433B8DB2ED3 , 0x88AA0A0E95404F99BA5B0194856D7219 , 0x88BCF3C46A49400DA3995ABF847D8C5D , 0x895F9D602AA148759695F2DFDF443D1E , 0x89E95FF3C52A4FCE8211B37ED9AB1F0C , 0x89EDA59C8AB2485188603FE1844BF9FD , 0x8A0D89118A8343BD8DB150E4D2D08776 , 0x8A8093D4ECC746EB9D1B4E542077F079 , 0x8A8217F22C7A44BABE8052550F89EDFC , 0x8ACA9A1AFD67418AA7E887D5A99563E9 , 0x8AFEB2F019364CD4854060E7B72AC179 , 0x8B2D191ADBC8495AAC0A0FDA910336A1 , 0x8BA007392E584243ACA6846DC71BB165 , 0x8C104FDC0EAD41BE9A48657D3F397124 , 0x8C98CE41CD2545539D9BF136866D8B84 , 0x8C9DD18731D54B318C8416A7FB0213F2 , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x8D35F0C6664C405396CC9D071B872140 , 0x8D4B14A849134050BAF1E6131514FC49 , 0x8E4E53E02C8249EBBC61DE48C45CC193 , 0x8EAF7EEC94EF4B16A1C800CC4A54B5F5 , 0x8EC3BFAD9B3F41C296A86F9F1752FD75 , 0x8EEABD8E0DE14592906FD3EE3EE9D094 , 0x8EEBF051B0DB41ADB1051DCFD230E927 , 0x8F1332EB43334D159175A80ED6E45057 , 0x905E3D1AAFEB48098B7694E2A7637E51 , 0x906C5097986C47B0BDCF11C7DE58A205 , 0x906F71A1A53C4361B9520285498F47CC , 0x9084F1FD2F964A89A5B9E79C0F0F14FD , 0x908B71C25DD14F41BDA94FF5CFFB4A21 , 0x90A142E1FDAB42B6876A3A080656AE9B , 0x90EA8BA2A59D4F208532C846BF8F8974 , 0x90F46C5C80304229843BA92D6080A56E , 0x90FB47C3261D4431B54F475FFA3E3CA8 , 0x91118C3C5A434C50A79C690C0EF874F0 , 0x9142E63958174E4BB1A3EA5A8AD7BC96 , 0x9153E0816E6B4DA8ABA4DF841128B2CF , 0x9157D39A06994163A92F1BCD6F774ADE , 0x918A9FACAFA14EEC98A8F64C9C1584A6 , 0x91FD46B5CC594A408B32635E4A9AC47C , 0x925043830B4143A9AFB3AD97282C079D , 0x9270FF54FAD946C4BF3F88EA04F15549 , 0x92D2A998E61049C98DFC764A13BC4CF1 , 0x92D741A9BA804E5196B30DF1D7D21449 , 0x9306919EA70241CFA01B0F4C419118ED , 0x93296FDAEB9544CAB48FEF4532F507B3 , 0x932CF84722F9420DB0FE81BA479611F6 , 0x9384C78E3B6F431CA88E7921E8CEB9A4 , 0x93917980B325420B8F10AC4B56E8313D , 0x940DE9504E2B4067BB89E8DE2687044F , 0x9467BD943A85494595FF625C1271014B , 0x94A1DAE0BF3D45C0B2AFA1FBD2B624A1 , 0x94A36AFBEF8A427A82A6F30A6F8EF109 , 0x95D06322EFE8470BBE34CB40D98FF8A0 , 0x966E42F112A0496E994D4EEAE6B1FC1B , 0x968CAAB51ACA4804B7458062AE802CD8 , 0x96936E32FCC6414E9E19963818AE3296 , 0x969F97D75DEC4C0CA834882186E06F00 , 0x972098D9517B48BF8AD65553219A1376 , 0x9721855B4937454A904482D57C7E6414 , 0x978648C238AF48D3B655595F0883865A , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x9850A7B3F2864B838ACEA5D777EC25BC , 0x98669351A3F74799BBB5C3973FA091C3 , 0x986B22337F9D49589976A6C1E914E9D3 , 0x98D8983E43ED4DBDA7347A3FE5D452C2 , 0x991D8A0A328C439DA40935C930B29A76 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x99B951830DFE4B1AAE2675D97393BEC8 , 0x99C5987C1A554F82A53BE83488BB074F , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9A1DF6D312084068837758FD2953C398 , 0x9A5FB1E87E704A82933549814F8CB13F , 0x9B241A386A174BA9AD6C089472BE81F4 , 0x9B9CCFCD42E0456DA90F81F63268E5E5 , 0x9BA27F9F49A24A53A249745845B487D4 , 0x9BB6955BA02E44CB997D38423B9F4328 , 0x9C628946FDE6469583EE3E041AE49269 , 0x9C631F86C38248EF86731E33D97644DA , 0x9CEF2594DCF54D45BA544C84672CC09C , 0x9D04D88DAAB645DEB09DA90C25C603D3 , 0x9D11B3596F6C4EE5825751227B3D8778 , 0x9D2D31909BAC482297C7496FCB78E374 , 0x9D82ED580451437B8C98B8491C24C9C9 , 0x9E00FCF3882744A8B987BFD4E6C8DD4A , 0x9E2E0BCED7C94DA5A373C7072EADE969 , 0x9E81CE7F104642459841330A142790B8 , 0x9EFAD8509012430183448BC78F9489F1 , 0x9F06F4CF55274037ADD5D68B2C250986 , 0xA005AD988DFB491984A04FE19F7E4577 , 0xA04028C7174D47188E03F3039EFC91BC , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA0C9EA79BFAE4E3B8267EA8C20903B2F , 0xA0F6F1CE8C29430AA34D3C1555E453EB , 0xA14F6CE4FFF34C288D4A9C692776F67F , 0xA1642380CE274497B95367BEB12266E8 , 0xA19B8F556CEC4350A233B95E42AEA292 , 0xA21B9983858F4A5CB1B9F82999EEA585 , 0xA33903F981914C079418471C6B7549E8 , 0xA33F7277423340E3A47E91518487E082 , 0xA351C4D4343B468692D4C13CFCD59B61 , 0xA35C15ABDD8A4492A5322D43F20F26A6 , 0xA3EF09BF6A504734B046E22F90A5F2D5 , 0xA420C3B23A7B41EBBE2148BF08F72532 , 0xA4566694F5354A1C993527ED1EF82A0E , 0xA45B956198B84F1FB6FF13EC45245ACC , 0xA47F15CBCD4F407D8DD51BDC1A9A602B , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA4C8C6EBD449449486BB8BEFC80F7894 , 0xA4F53EA793FC4928903CCE55D47DAA6B , 0xA530E5CBBFE84B63868C03BFD7F6BBC1 , 0xA55823063A5046AE82334CBDDE9F6EB3 , 0xA56791C8FE6441978612FCE3E3353256 , 0xA572323B2C8C49F18CA0DA5D9B8559CB , 0xA5DC0ED02CCF4ED4AD4E4F1EEB0CC7EF , 0xA6A99F9475354A60892D173B04034D30 , 0xA712472A1FD942558B43602BEBAC84D5 , 0xA791698F060740EC81872561EF70BB34 , 0xA7F16B5461AD42E6B6070810AAF8EAEE , 0xA816FAEB3BA44C0F9D649B1DBA370929 , 0xA821025B13F0464C84E855512A64902E , 0xA8A9A96D4C484E2B95B697C45E9CA592 , 0xA91DEED1F9074658AFB0BCF61C3EB270 , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xA95198C1FA3440B3A409F813A46D7A63 , 0xA98BD2924357447C910421250F5A4712 , 0xA98C66392C6E4C9187F118B80267894D , 0xA99552F6420149FE9B6FE71F1EB223C3 , 0xA9C3208B26794B119DABD142B2665F90 , 0xA9D58BAD95F74847B2BA3F68261AD9B6 , 0xAA262210581A4C0D9CAD7E1BBE9FBD49 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAA504E5BCD374F1997936465567D2175 , 0xAA712B0CA99845D79928EA7C33C11B77 , 0xAAC6C602FA1F46D887F9442FF111AD40 , 0xAACB8FDEA6A249E18B0ED74239D6F0C1 , 0xAB80F47E137240B2B89FE98783E2E72C , 0xABE6BF27ECB84F93966F2C666754177D , 0xAC2402552AC84121B755ADF37F39D2EF , 0xAC5291B5F4214F35A3D67D60837F71AF , 0xAC9EABD96C78454C96C880C1BFCF4496 , 0xACBD753F384146FDAC26F17321877267 , 0xACDB9F1DAA634D018578184EAE25FBE3 , 0xAED6704EAD4E4BA4894CF6A95FA92E4C , 0xAEE00E0F8C1A43A8AB9E9D623C5C3566 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0xAF70BBBB98C14853A111515D3DC63DAD , 0xAF78D91653A345168E413B52B9752562 , 0xAF8EA05363B44DC8A1E78F8DB7CBBE06 , 0xAFBAE945FD2B45F18A2E31493B0A9B8F , 0xAFE1670F53F542FD88A2B2292CFF3879 , 0xB0239028184245B8B810699DB194703A , 0xB118DFAB130545B7BA745BDD962B7DB5 , 0xB18473E401C64322BCA40031F57A336F , 0xB1CABAFA54E24559AF98DA7F27501052 , 0xB20FCD83F68848A984AABAC83C4CE738 , 0xB22C51687A18469EB5DC632323EC34C7 , 0xB25A917C7B94454AA142DFEB17B347AE , 0xB29F95685B784912A988731F09E844CF , 0xB2CA25F5540F4FC2ADFEFFE678AB972B , 0xB2D3C6461441415494093939C5323DAB , 0xB3B6E084E5864826A30E1D31B7405826 , 0xB3EFFA4F955F407BA086FC39E102C5EA , 0xB4181D8CE73848A095E0901004CAEECF , 0xB48A3443ADEE4114B6F14BF0CD961667 , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0xB525F7BBAF204F47B762228F4ECFD0AB , 0xB5686981F4D24D5788C401B8FD54B495 , 0xB59934B640E14D43A68F7BEA936BC0B1 , 0xB60492B424B44CFDBA69C9A87CC6A708 , 0xB60AF243CD444C6C87E06AB495BBCAFF , 0xB64E0537F99F4A7C83CAD1BFD3253C64 , 0xB7549288B1EE4E5CB0112D3DE02D6658 , 0xB79FAC130185434BA6872FCC3DD8F624 , 0xB7F5511666E04CB3B03195412CACB7AD , 0xB842E53BD9334206ACEC3CB3F9DEA93C , 0xB89F5FC50B434E30B66A668996EC46B0 , 0xB9513FFC1EDF40B48CFB3A1C43DFA76B , 0xB9B659553114410C84EABA857ABA8876 , 0xBA1A4C578F744FE8AEF00A8360EEE3AB , 0xBA6462E1CE9D4920B1D4443BF5B4B453 , 0xBAAF0501442649A780E5481B2D0CA46D , 0xBB097BDE92A74379A1837881C7239FD0 , 0xBB7A855A859B47AAA675E98C1BD6AD04 , 0xBB8C2F81774046BAA5578E5989EBAA38 , 0xBB8CDB1BEE7B4FC8A717B8B60BD469FE , 0xBBA406597E4B4C629C8DE0F0DAD9035B , 0xBBB01165934C45129D9806E241C4C118 , 0xBBB2AEF8078449918B4A03692D608B40 , 0xBBD137805814411FA7B7F697F56461B5 , 0xBBD322979BC447F7AFCCC5A34B012795 , 0xBCDA614C3EC54936B6446782D7E88EC2 , 0xBD45FA6618434853B96DC43CD7331E7C , 0xBD7A78BC52D347328DE55D912501B2B5 , 0xBE2A8B5796AD4E87B0DCA06D554DB6F7 , 0xBE6E35B9695C4AA5B65C913CC010497D , 0xBEB754BFC07F49EBAF32CDEB8CAAB252 , 0xBEC3F48AC2BA4F95A64495E2277E2B9D , 0xBF1DD535D21B496E8092872D3DCF77CB , 0xBF770691DE724204AC9A56CC994D46CE , 0xBF9A6B88FBC74A989DFBBD56AAF7E8B2 , 0xBFC64FEC939B4277815ADEFB930295A1 , 0xBFE1F46F2CCE4F6D8D073F57D7FE101A , 0xBFFB73C826B143A98399ABE70ACAE832 , 0xC034EF83F89341C5B093AFB0E4C2089E , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0xC143635479BB4DD0AB2F2B45EFF29906 , 0xC18B32126E324BA2B7487B4D38012616 , 0xC1A0F8CCB5F04F9D8473674E9C6A966A , 0xC1D1A8EAFB3249FF8F0401FB18F4E8D2 , 0xC2205521D27F442D8FBBAE88CEC3237C , 0xC225ABF84EDE4935B34646A1881258C8 , 0xC250C6A2F2D34A5FABF7AEA87D93FFAB , 0xC2ECDDE0AAFA48328B8D42929B52549E , 0xC34D48A4364149D38ACA1AD19E3BC4F0 , 0xC3724E1DFB384FEAABB3F82F5B81E627 , 0xC3884A40497E45EDA5DCF043D787E045 , 0xC3B21F8C90764EDBB3F790CF69126D3D , 0xC3E20ABD85FF4AD19F0620233107FCE0 , 0xC4896BD08A17429092BF6065205D5C0B , 0xC4D2E060DC8E49AC845F19120879DB19 , 0xC53115EAEFB049369199492D4A43AF8F , 0xC587C12B0F054F11AF15E1EFA585C4E2 , 0xC5AB144F495C45D1AF742173EB811222 , 0xC620B2226C50471D90CB49129203C46B , 0xC77FECCC94404FB89F75CE225C7F2817 , 0xC7A5729F4E1E4ACDBCDCC6AEB2DBFC47 , 0xC7B07D450D924CDEA940DBAE5E6B5916 , 0xC7C27C6EB6D54599839A560978452979 , 0xC7EB683CB67F400C9E4C1F944DE23867 , 0xC7FB9895CEC448F0AF5D27FE69F3BDAD , 0xC805DC6B53344265BDDA8D4ACEC4C147 , 0xC82F72A721A44277B0191A437309C4D3 , 0xC86D74ABB9684CB8B075E46A7A136294 , 0xC8C52C2D21584C5A8C4E9181536280FA , 0xC961CDE1764C4D2B8ADDC7E66E00BA96 , 0xC9789DFF64A84E818673AD6B63714ED6 , 0xC989BB0F562345BB87839B5C823B48BA , 0xC9D11D3EB1A7421F992E45F0A3E9AA4D , 0xC9EB29E4FD2E4437A0572855DACA354E , 0xCA062B58A9264B7DA8DEB306AB27C7A8 , 0xCA06E673C9D0430D8B8831D91E4A53FC , 0xCA57B68D2DA242B8BF8CF84690250E2F , 0xCA5B6E454981415E9F2183E4DBA078F5 , 0xCA6F416353584D21A12983D8302658A2 , 0xCA9C0B81264347A894630408AA3962C5 , 0xCAA6CB1B15F94506BAEE94AB6DABDB2F , 0xCAF11042CE174FA78B82ED67C48198C7 , 0xCB7DBCFACA054AEFAC7FA4A960E2AB23 , 0xCB8254F4B77E477E844874C67C425B3D , 0xCBB87485524E4B4BA094D03D1A498399 , 0xCBCD3E64CF984609BB05C8B8F0C46F1B , 0xCC2E0C973AB64A99A8A4C3368B790FE6 , 0xCC58D75F27B943B2B30EED49EB9C5602 , 0xCC7F17B545B443259D7B3B91BDB635E9 , 0xCCDDA087F458462EA0DE04232D68AB19 , 0xCCE237728C9A443095D5ACAC2558CA2B , 0xCCFECB91167449F98CAD00A2B2FD239D , 0xCD3456C18A2F4B9887EDED52C02F53E6 , 0xCDDA3B1FF1BF4179AA231235B219E397 , 0xCEC520431F0B45858998B728FC4651EA , 0xCF067CC2A18F4B11A16B880092821E23 , 0xCF739FE71FA7405C8DA1E454C4FE9074 , 0xCFD6DC9AF5F44B3B933547476F6B88A6 , 0xD02B8747E3D8442AA1E75C52D2D69A8D , 0xD078894672BF41F9BBAFF5896E4A7B6A , 0xD0FFC82A39BE4D63AE4F91900049D611 , 0xD10A5FA44FCA4975BF014F432F0A51D3 , 0xD11C3D30E7434243BBBD8FE0EEE54D50 , 0xD124C09CEA9042EC8CE2EEA49F7105B2 , 0xD133C375EFA24C05A901F1D76F689268 , 0xD149A7C522D4471BB575CD5D97CF3AE1 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xD20E81A8E75F4CF2BC22BE5BDF8D0950 , 0xD2833B86883B4B558DC58C60C764503A , 0xD313AA66FD2A4C76AEB9CDEB5D197563 , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0xD429EB8FFE8940E4A499E74BFDDEE156 , 0xD5C7F478291844FBBD73ACE11197FA41 , 0xD64853417D9D4AE59CB548EDB8198284 , 0xD6E454BDD3CF42D89D49CF24495AE307 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD77A75A1B1794617ACD5175F6E6B8746 , 0xD828B2C6F323491F82B0E216495968A1 , 0xD87645B618C54FE7B4E5439D779D225B , 0xD88BF378B2674CF2AB532F4F11E5071C , 0xD8C29AA25E6C4AB8A522BF7B9B0D98A0 , 0xD8FADC9CBE154AFF9B6F9303D385F496 , 0xD9564A1C0533452B912A234EF2C506FA , 0xD97333CA46504A8389743BADBC47D068 , 0xDA262314DFE9440C93CA78BC49170C78 , 0xDA3C330183B04E42A6635B2E5D30438A , 0xDB48546759C6407EA9DDC68439BB2D50 , 0xDB717AF3942441D293D26970A657AB70 , 0xDB92148195894C159CF48C7C4987D118 , 0xDBB51805DB4544079EDFAA7D7D5829CE , 0xDBEEB71958884CC7A252AFF607AF6C91 , 0xDC394E36AFE54232AA11F9584237364D , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xDCBE93DC55984DBAA7CF0295970CB008 , 0xDCBF69F1E792418D9470BF44C655FE4A , 0xDCD1579A57EF42C3A9F76B9AFCA20BD9 , 0xDCF58B8DDBEC464A99FA26E03699B795 , 0xDD34C4BAC22B438F8BDD5A4374E08975 , 0xDD6F39349C90473F866F3766C27B9179 , 0xDDCB12B96F53423285250F99ECBF72F7 , 0xDDD0DAA540FF452EA038734F3B0BD35D , 0xDE1C2BCACEB54378A87424780E23C8F1 , 0xDE429B7018D746D08888A6FC0BE98228 , 0xDE7DB8BBFD394D309BC002847CF993F4 , 0xDE8E85B175484C948A4EE077DAB2BD57 , 0xDE9DE4E6DB35417A88BC7D49ACF6160C , 0xDE9F7ED32B79420BA085E18F53581B38 , 0xDF640830F4AB442AB61F531F1533CE36 , 0xDF818B09A3DE4776BD25CA68597F38F2 , 0xE04369ABE5CD480190FCA7A729C7425C , 0xE046383707944C58BD9E4FA83E80BD38 , 0xE09C649155144829B8154605F353DE63 , 0xE17876C9740D4E109F5DB978B0B39D33 , 0xE1813D1953C34D33B0D9B27ED5873886 , 0xE2010266BC7C48DE8ECD07A4682B7580 , 0xE20B3B822CCF4EE2B2692A5B4108F568 , 0xE33300E6D1BD4D7C9EA39B6547C16779 , 0xE41EF68F48C246CC9A5DFE9C5837FA25 , 0xE4270BCA70094623A850304D91F8E534 , 0xE42E9ACDB7A84DB1A5DC21CFA70F766F , 0xE4574A99D3D944C8887CFC49576AD4DC , 0xE4D4AD0BB4724866901C2B0001776D70 , 0xE4DFEE05967E467DBA12F8E84C6B8B05 , 0xE4E45D774EAF4320A278EBFA73EEE2EA , 0xE501CEAB99DA4C91808C2FAA5E7FA267 , 0xE5863AE8A7DA43D490D88E6E20D355B5 , 0xE622420C326744279690D723DB04A127 , 0xE69D82F05CD3490489A4FA8B6AB69DD3 , 0xE71BC9B393FE4133BF1FB32B20FC1F32 , 0xE72581CB39964A80BE8584D7F083CAA8 , 0xE747EF8356FE4DB9B003B66FF2E5060B , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xE7ADEDD46B1E433C83CDF6A3E0B48C4C , 0xE7D84F606BCC4734A53313E6DAE9EB88 , 0xE7DFB69C5E1344A782640A0FD69D2C1B , 0xE82E6A38CD34472EB520C16186FFF449 , 0xE875FA8F02EA4FB2A896E60A66B34CA8 , 0xE90B791D2D0E4F6AAC019598BABF4CB4 , 0xE941752D33B64DBE818CFC24F0EE113F , 0xEAB489348A9E4C1A9F2917367AD8C083 , 0xEAD5EBFC0DAA40C9976065D365C664AD , 0xEBF0E6EA0A2D4D7C9F4BB6F952F1B15D , 0xEC1436DA1E4C4F03BB092B218CA78CB2 , 0xEC820D0594854DEDAD28E6BAA282C570 , 0xEC88BF73BF7044CC9A644D318899F7EA , 0xED5B1105886D491491A6FF7443F1FF2E , 0xEF6272F67E22400DB762A8486C481987 , 0xEF924DC6BCA34388938555DB649B58BD , 0xF006B87327B548C68165CE67D5421F94 , 0xF048B4036A714D83A54800E569141DA0 , 0xF06455EC23D84B44A4569DEB4972284A , 0xF087A4965EEC4465B02C7274E1FB8D69 , 0xF0A9A1006F454E45884594AD2022374A , 0xF0F5CD270D5E4A6B8005058308AE00D0 , 0xF110177EC70C4DA7B696692C02686AEF , 0xF11BBD4A6B0143DBA95CB9C9D956E648 , 0xF141F0F197634AFB946B7B6B9A507618 , 0xF192F5A690B24F748B53D8249B3AF7D6 , 0xF27778FBB31447C4A796F4ECAD2E7CCE , 0xF2B60A5BC09D4241B73287C48C8E05F8 , 0xF36A108EA4E94BD6A68FCB43159E1DC6 , 0xF39BB59058B14CE2A96014AE0A36A51F , 0xF500F06511A94389A2198A48B86E16A9 , 0xF54A6907067947CF9C5E34FEA698E46D , 0xF5582D5E2B8447D78E326B5409CEC787 , 0xF5704FAE4BFC4B259F4A503A0FDE3B61 , 0xF594528E964B4A0FBADEE158B56DCAA4 , 0xF59D0FD51D704AAD862A13F6C51CEDD9 , 0xF5B893C1B69B4FCEB5E651B2FC79CA8D , 0xF604184B3AE84A74A317789A8C30396E , 0xF672178A22634497A327AEDD47993775 , 0xF73D29328D6A477197DB55FF5E1D7068 , 0xF780BCED7E0F45FCA7F2C6EC54AA6058 , 0xF7DA26CB2A224DBEB0C0B9BD22390FD0 , 0xF7F5B15F069445DEAABBF9851C37D183 , 0xF8A3775E786E432D9C0DEDFB38F5CDF5 , 0xF8AF2C992C39493E86E4A068F759F136 , 0xF91503D085E64349A38F77E839BE9135 , 0xF929E36E4E3B4EACBD0AEA340AE4CA71 , 0xF9E1C02CC8C146AD98DEE5CB5F3FCDBB , 0xFAC01B295E044B589CA4F8B2CCB2868A , 0xFBA40109FC0F4E209831237E47930622 , 0xFC48A8E93EA141E181C1A596FE6D051E , 0xFC4E3F8E7E624137B43C1EFBF38F0CF1 , 0xFC5115B1AA25416AB9EF9F0411D21EF3 , 0xFC87213E8227412CB2CF1E6D6CEA959D , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFCB0627FCA0843E9BABF49DDB79D9B17 , 0xFCC4DC8A052D4539A1DF05C01C692364 , 0xFD25A78DAED846C196C106232D1EC630 , 0xFD98F2FD417A41FD8A9B132C628649DB , 0xFF1935C0152D4C95BF7B9074D5096142 , 0xFF1DDECB571942449CFF36CF45F75176 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xFF99C8AFF36B44EAB0E1CE60A3CCD39B )));
Copy
85
2.71 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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ù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"õ•"¨‡ù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"¾÷A\x06 Ì\v A%—…S$oñjÖ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"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"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"o═6\x1A ¯\x14 AßçUû¶®3+ì "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"Ī^†$ÒK0°1."p\x11 bÖ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"DD$ÿ“‘J'¤\x01 é »3—n "
b"DD$ÿ“‘J'¤\x01 é »3—n "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ù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"õ•"¨‡ù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"û9†Ë‰ƒLó£´,Ze\x10 4¥ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"`,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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ù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":¼R))8Hɲü\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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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 "
]
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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xBEF74106CC0B4125978553246FF16AD6 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x6FCD361AEE1441E1875596F4A9332B8D , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xC4AA5E8624D24B30B0312E22701162D6 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x444424FF93914A27A401E920BB33976E , 0x444424FF93914A27A401E920BB33976E , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xFB3986CB89834CF3A3B42C5A651034A5 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x602C39E7E2EB42BFAEBCB61AB3550EF4 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x075251EE45644D14BFEAE2FCE50073A0 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x3ABC5229293848C9B2FC1B27FD3D8421 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 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 ));
Copy
86
13.79 ms
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = ? ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = ? ) AND ((`product_media` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"\x00 wl÷þÁI·‹,êìßV/• "
b"\x00 Å6\x16\x1E ÒB´ªædÐä)z3 "
b"\x00 æ¢ùHTIX¼-ôTç\x07 NL "
b"\x00 þ HÀ3LEìÙ<'º│Lu "
b"\x00 ¾ª╔╠\f L`ü.\x1E W¼p=\x16 "
b"\x01 €1צPLp¼–\x11 ïü¥Ë‡ "
b"\x01 .╬\x14 éEÀü¢Èíéõg¨ "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"\x02 x.“\x0E ÂAuê‰Ð•(4 "
b"\x02 ìp¯^³E©üJmÞ¿╗xÿ "
b"\x03 5%K1\x1F L░ìL\x04 :´A¯¦ "
b"\x03 qôòçÅBÞ“Ëv”·u\x01 ™ "
b"\x03 ‡n\x19\x06 ;E\x04 ¬kå>}\e yÈ "
b"\x03 “•ûËNAÓžo¯à‡òkH "
b"\x04 +Å\x1D .¾NfœdŠ)Á(w¬ "
b"\x04 JÃäÊÉH\x13 ²¬,éÄ\x06 œÚ "
b"\x04 q’\n ^\x1A A¼º¤\x00 –VŒ0ò "
b"\x05 á£\x16 ÎýNZ©\x14 É#Tb║u "
b"\x05 ¥\x05 Û'qM½¢üe§\x18 jë‰ "
b"\x06\x07 š®)¤N\x07 ¦¨?3‹poŒ "
b"\x06 K/\ߤEéìèhI\x03 ÀÆá "
b"\x06 a£_OH¼¶\x04 Í\x1D\f Ð 8 "
b"\x06 #K€ÁD±¯þŸ}/Ó~| "
b"\x06 «É`ºâN\x0E ”¯/ì‘\x1F GŸ "
b"\x07 «a;â¡A_žÆ<(içã\x01 "
b"\x07 Ë_ÇLØB╣ƾ\x05 &\r ┘ì│ "
b"\x08\x11 ¼Z▄åG│ên|└É\x0F ┼Ô "
b"\x08 M‰`¤|C߇!ä\x04 vkÊ? "
b"\x08 «lë˜lOãŠèå¦-\x07 hk "
b"\x08 ÕÝÛvL ³“ø»§Zkw "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"\t õ«©{\x03 Hí•:{¿g“¶ë "
b"""
\n
\x03 |ìo/I\x08 ƒÀìÇ4…\x19 h
"""
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"""
\n
XÚ[Y\x1E L–…\x7F Øg\x1A i\x1D „
"""
b"\v N\ÄÖ«N¨¸3\x08 b·(º\x1A "
b"\v X\r M▒»C{Á*µü\x04 _úÏ "
b"\v Úú¨ü9N\x1C Ò«}J}l, "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"\r \x08 Å\f Ñ7J@│\x13 ÜÂù║ɺ "
b"\r #«\x14 ܈H¿³NT ¼$Ìå "
b"\r dŸ€Ø‚B®²å³\x17 6J£× "
b"\r ïR-„ôA³±â³i2HÈ "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\x0E ^n60&FŸ‚'æl[XÌÚ "
b"\x0E c\x19 ┼:LL*ÉÅn\x1A ╦\x1A (P "
b"\x0E ┘\x04 ƒ╬ÖOܺ\x0E i\x08 ì¸U╩ "
b"\x0F ║ó|■ÀJ\x13 Ø/|5dFÁh "
b"""
\x0F öØ!ÀæNB°Ís[\n
\x1D ü
"""
b"\x10 iPÚ©ÛGþŒjI^õXpË "
b"\x10 ‰bYÈ(B\x1D ¯GÕ`dú߯ "
b"\x10 Ð@ p!G\n ”Q †MT\x00 ] "
b"\x11 ;.■yjAüäk│░ÕÈ÷¦ "
b"\x12\x10 ïs).H4»\x02 Gz ™Zç "
b"\x12 Zã"eÃHŽž2F\x15 Ë=éà "
b"\x12 ÆÏ\x17 ].A_’\x02 òo\x7F ^¢g "
b"\x13 4\x03 R~9HÙ‹û-Ü¢"JO "
b"\x13 W&òdÀBt«\x10 ‹<rÔ9\x1E "
b"\x13 ]~:(HýÉ■L\x0F £‗PÐ "
b"\x13 z°@$[FAœ]\x19 æ\e UGv "
b"\x13 ┌£æ\x05 NAñæR▀ƒÉı,\x07 "
b"\x13 Ò¤O¬┌IýØ├\x17 \r ¡·|Æ "
b"\x14 †Œáb¼M<¿Vþ\x07 ½áþ½ "
b"\x14 Ér█\x11 ³N%Â\x14 ·ÚC\x00 Z\x18 "
b"\x14 þ·Áb·L\f ª\x04 ÔúÅd ½ "
b"\x15\x1A @}ë‘Fi„2U0—œÔp "
b"\x15 \x00 ñ\f 6@¦¢\x06 Î\x1F dS\x17 ä "
b"\x16\x1A Œ#\f ÓI:¸p¦R5¤”® "
b"\x16 å\x16 ¿\O\v ¸+ýJgPdÊ "
b"\x16 ñP(|ùH\Ø ÚR(ãþe "
b"\x16 §5\x08 ¦×Al¤–7="-ñÐ "
b"\x17 cNÀ\x0E 8J\x1D æØ▒ëëL░Á "
b"\x17 wðòr~Hj…\x16 Zð˜?-Ï "
b"\x17 µNøÕCEP»û$È:3Nµ "
b"\x17 ┐ÏaÉ£GcÁ΃╠þ┼){ "
b"\x17 ¨Ü\x06 ¬%F\x05 ÅÜ»»Y,\x0E\x1C "
b"\x19 A‰T\x15 ÀDi“(Ètn\x06 c„ "
b"\x19 j\x1E G€#B=‡©B\x19 é«zÓ "
b"\x19 ¯·9µìK¬ŠbÚà[I©_ "
b"\x1A 8T\x13 à\x11 N´¹Ÿ\x05 ·‚ Ù³ "
b"\x1A @Tt\x04\v @Û‡"¸Åf(\x05 ì "
b"\x1A I6ƒC)CϬ%hÇ.U=\x16 "
b"\x1A o\x00 æ¥BGž‰\x7F\x1A ÁYç\x14 ¨ "
b"\x1A 焺\x04 ?J‚œAU°@2òŽ "
b"\x1A îž\x10 a¤G¬¥çÕ¿boq„ "
b"\e "^ZrA\x16 œJªW€T—‘ "
b"\e e‹ž?`G\e ¿’òWœ¤`Q "
b"\e ÅP`▓TI╔áòã▓÷┐{\x03 "
b"\e ˜èÁ~ÊMb§èD˜~\x00 ûn "
b"\e úLŒó~H=‚²D,¹§Qb "
b"\x1C\x0E *7\x06 ı@\x1D ¿ü÷ÜÐê┌└ "
b"\x1C ,6'nÅBæ•\x01 r\x0F Æ ÄÁ "
b"\x1C †wœIjB\x06 †ù¼\x1E Ž~¬‹ "
b"\x1C ‡M\x07 !´GS¯L°V\f ttj "
b"\x1C ±*µ^ÀM$®^7"bIö( "
b"\x1D\x1A )Í(ŒL…ƒÍ,Ì\x7F ³ ½ "
b"\x1D O÷¾ú6C&ª¬S\x07 —\e U³ "
b"\x1D ╦z Z[I|ø\x01 $\x0F ü\x13 ┘2 "
b"\x1D ıPÞ$\x7F I▀½ußjo¥Å¦ "
b"\x1E !‰q\x14 }J\x04 ¼\x1D vµuÎþ\x00 "
b"\x1E ygC\x14 "I\x06 …\f Ëûï¨\x08 "
b"\x1E ž.æ\x1F\x11 H1—êÍŠ}ÒÓU "
b"\x1E ³\v \x1F ‰AQ»\r Pþ¢!\x08 r "
b"\x1F POùD‡Gê¾Ö\x10 ß\x12 "3) "
b"\x1F `БSmJ\f бàÏM¼\x0E B "
b"\x1F ¦žÝª¿Mõ—\x1E #²Ç\x18 ÕÝ "
b"\x1F ·ð„ \x11 J\x17 ”*DÑYç«\x0E "
b"""
\x1F Ģ̓tHæ®±3¨\n
º\x1C\x0F
"""
b" \x1F\x1D\x19 [!G\x7F …âVÑQO1‘ "
b" 7Z×—\x12 KQ¥¹«r&*²· "
b" x!£\x19 ¡Mø‘±ÚRËc;Õ "
b" ŠJ\x17 ›~Gü»dìãŒÅØG "
b" ÉšÊf\x03 Lý¡\x00 ~\x1C ;wÄì "
b" ┘k╗S=H\x1E áKØNI½pR "
b"!\x08 e\x17 aãFo†Õ‹GTáy³ "
b"!\x1F ¯¼†ñ@?—QO[ímV "
b"!,õ\x1A d¥J\x16 É[ ¿"▒ʰ "
b"!5©\x1E ȰGˆ½\x17 ~1j\x06\e . "
b"!;Ã╣█¨CÉèƒ_\x11 ┌èHã "
b""\x1C ¼-f¨BžŠ\x15 Gp†°†1 "
b"# ñ·\x17 mAâ‡$5œ±|Il "
b"#OêcõAJŒ³žnb¾\x08 53 "
b"#a\x11 _\x14 -Iáµú*ÿVku\x14 "
b"$FUJfH@hƒ~5ä'ÿ¨u "
b"%\x0F\x1F\x1A ü'@\‚\x0F L\x01 .\x18 ¼ "
b"%=O~\x14 %AN–\x11 f’µ \x1C i "
b"%ã76/ûF‰®¨2¼¼xÉ\x03 "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"&Èq5\x0E óDXˆ\f ¦_'vƹ "
b"'ÏÔô╦ÁO³¿\x05 L"iìa# "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"'úàëÔ¸NJƒ×®\e ¦±¾Š "
b"(\x0F ´§\x17 M†¸°‹Åli˜ñ "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"(HÀò—\t N7¶\x00 (aùùìˆ "
b"(g\x1C ýd^A ¢$þ\x02 0d“W "
b"(iäÕ¾µD\x1D ½Sóçlã\x00 r "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"(죸EæC—ŠÏ\x1D Ô»½|\x14 "
b")"áÆRÑF@µ)}—šgì\x1D "
b")*ñ½iº@Á‚q×òÝê\x03 ª "
b")?G^7µ@£–\x7F 8÷E}߬ "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b"*-Ä8S\x1D Kj™w½µÕFïo "
b"*┌^УvMVôµ╦ä\x07 'ì▀ "
b"+Ę\x18 IrC»`¿BPв4 "
b"+Ë;‡åÏBµ¥Ãë\x7F r#yˆ "
b",)$»SíJ®ÉÚ\x0F µ¢\x08\x18 M "
b",ü¤/\x14 ƒE└í\x1A\x10 wù±6Ê "
b"-\t 6RA1BߴމMµ=ª& "
b"-\x19 gu}MÒš¡g…£y\e d "
b"-Ïßl\|O}ºÍÉ”ùU†; "
b"-ÔÆ–Ð\t LP¹±C¼w°=Z "
b".\x1D z$Ã~MM–²Ýui=%L "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b".┐&‗(\x06 Hò┐\¨Â÷╝É% "
b".ê\x11 %\x1A 3O\x19 –Ñ\x01 fâ%¯î "
b"/jÃúªûL³║¯aì\x16 Ù²z "
b"""
/„É¥\f )B\n
½¢«tNT=\x10
"""
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"0í\x19 \“·Fz‘‡ðwsˆšŸ "
b"1\x1C 3ŸdqOΊ¢ºš:\x10 8m "
b"1x{'8"J¡œìn°/–îz "
b"1ú’\x15 ±ÌEb—-÷2ÔÛ‰ð "
b"21skGu@6Åû\x1E C¶╚¼ı "
b"28{ˆ¡aBB¹\x1E Ç¢q\x7F é½ "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"3½V█D\x14 HGØLLJ!ÖAí "
b"3█ ┼Å┤Gƒï~┤\x13 6¿x\x1D "
b"5†º¢I\v E•¤\f ´EK§ïr "
b"5îèSHuEa’²p×ÌDÿš "
b"6\x13 'òŠ1B®‹F:\x01\x00 Ç› "
b"6\x19 ,UËÍC<¸Só ׇ\x08 S "
b"6.ÞÅMÖ@h³›·ËB¸g% "
b"6‰Ø4yØNÊ¡^³Ë&¤ßA "
b"7"þ\x14 oÂIvˆx\x07 Ñ×òf\x00 "
b"7õ\x14 ÖRóCÙ±=,©>\x05\x01 # "
b"8,*\x07 ȨG®§NÕ¤g\x02 Å" "
b"8]VÑh±A]É¥PQ█\x12 ╗Á "
b"8x½\x06 P0DFØ0\x11 \x05 F\r ª "
b"8┐\x0E Õ#│Ck«\x11 Éßþ±!k "
b"8Ù¿Þƒ®Kf²FÔOm\x1C ×\t "
b"9î\x01 ú\x10 eC;àÉàÒ³ä\f X "
b"9Æç^ɦG┤┐╗³«·├\x02\x06 "
b"9¡Ô╗©DIõØä\x18 ╠╬PWÆ "
b"::aön\x00 L\e §\x12 ¡\x01 Ö\x1A qÛ "
b":h\x19 Á†HCû»CV#sÑø\x08 "
b":zùúÆöD; Uš4jx1C "
b":šÝ·Ï\t E{¬\e 9À¬Ó[e "
b";,\\x03 Šˆ@\x1F ¥\x02 Û^íÜú\x0F "
b";-i[ò,Nþ¶¸ø™'Óöp "
b";NbgÞ¿G'¼I«8.æ³x "
b";Æ\x17 Q‘åNœ‹œžv9ß%Æ "
b";Ð첫wO£µ‡0)ÿ\x16 ó[ "
b";þ\x1D ]\r ¤L»╗\x02 )ÀWÙíì "
b"<\x00 ͺš¦N\x15 §’íx!{“ÿ "
b"<MÉç»ÚBÿš¸}1…¢ð¸ "
b"<€)\x08 ‡|EK½\x14 þÉ·\x03\x1E ‰ "
b"<¿û░[$EÂÁx4¾´ÉÁÉ "
b"=\jô'ÈCÀœ‚í&^ Ëb "
b"=à\x06 A▒├ASöØÕìîx\t █ "
b"=¿┐\x19 j;IÇÅ╬&e,╠ı╣ "
b"=³µí4ÛC=‹ï\x16 ©\e ùÙÉ "
b"=¸îÿ‗\x17 Kìé´£┬î┤\x00 $ "
b"?#Œ"žæFŸ¡+;cJƒl\x1E "
b"?%TI\r ™AÇ”»qõ÷dÌÍ "
b"@F\x03 ´w\x1D L’œVÀ\x10 iæ\t "
b"@ešh\v pC¨®\x08 ^‘ê¼Ó\x02 "
b"@iõ2*G£ñ─Í5#îü0 "
b"A;àƒ^˜B\µ9©\x00\x1D R87 "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"B"¦-/BB‹ž2\x17\x03 À£yÌ "
b"Bg‹ëºXM\x12 ¶CçÑÓk½Ú "
b"Bâ®éÝRH!ìÒï~╬OÅö "
b"B„<9ò\x0E O#¥™WWv°`Â "
b"BûÑ╦eíBãÅs¶Ïug│R "
b"B™‹È·šE=…á)\x04\x1F hí{ "
b"B´ˆrÍÿB,•á÷öž`òÍ "
b"B╬Û~ì\x07 EWéƒık²:Qº "
b"CM\x10 @`rB\x11 ¯$Ç.ª\v „ "
b"C]—”òÍMijĎnO€)Ï "
b"C–P—Ó:J6¥\x0F P¨\x11 >/÷ "
b"CóÀ\x04 b\x11 F伇Xß¡=c« "
b"D¤uåÖ4J< “Éј…÷õ "
b"Dî/¶\x01 ²F³´\x18 :~˜Ô@\n "
b"Dõd:š¥J#¼½‰ºÙ}×R "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"E¬Jî\x1F\x01 O2¥\e "˜³W[ "
b"F~óÅ[S@\x00 ╗o\x0F jÏ·\x1D È "
b"F■öÞ\x07 ¾LHçy{\x11 DÈcÉ "
b"G\x00\f §(çCX¹eÈ×w•Dt "
b"G\x17 ·‚Ø\x1F Jɱó‹ Üu÷B "
b"GK¥╩ßÉM▒øi¸8\x17 qþO "
b"H\x16 [\t ™£EQ·²Ö\x1E dù]¯ "
b"H¢]-8îEï±ó-´¹\x11 ¯Å "
b"HÌ€^:\f JpŠ~6\x1E Á\x17 ºª "
b"IP…1\e 1GO íòs=\x1A …? "
b"I™KE\x1C ˆB\e Œ\x10 Ò•²yèœ "
b"IŸF_+—@[€)(š‚Xå` "
b"I½&Í-xJ“ž\e 4[|Šˆ* "
b"IÆàÅͲ@>©T\x00\x1E yL\n 6 "
b"JU!À¡ðOd„\x18 Ø4¼B\x0E M "
b"Jµ\x05 k¯]F"¥\x08\x11 „%þ "
b"K\x0F\t ™\x02 ÞNO‚4µl¢]×× "
b"K_¤´=®@@²]Ä<”QQp "
b"Kfþ²ÚìD+œÕ\x17 ”ÝrY\v "
b"K›ÂJq>L\x07 ¼IÚe³pZþ "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"Kõå┌ÒABÕÂ>Á¤d\x00 áÉ "
b"L‚†z†òB¬‚aˆñ€¯O "
b"M \x08 r×[Fþ²q\x17 Mðƒ~û "
b"Mº¢g±7Jº©ã‹‰áZ>\x17 "
b"MÁ\x13 ÿþÆDç¢üž`.™:€ "
b"MàÔv\x19 ÙEɆ\x03 }VÏt2Ï "
b"N¡ÅO©\x06 NT„åé4([” "
b"Nܦb°cC\x11 ¾x+œƒMt‹ "
b"N§Z\x1D\x12 ÔN╠î8ü½bhp: "
b"O\x1A ,ŒZäO«¡¿“@À€˜” "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"O²S®•:Có†\x04 Ì4';àü "
b"OÃ<ü»┴J¾Ñ\x1C ÅÉÓ÷´´ "
b"Oÿè$ÔÌNÓµºrÈá?¡’ "
b"P\x06 ½Õì)A²║h\x1E :ç█nô "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"QF^\x1A ñÉLK›^Æ-I \x1C ï "
b"Rª6@¨3FFžôóÃÕGvI "
b"Sõá0┴HJ·¬:┘ª>|ì\f "
b"U\x01 §╬┬SLgäÙ[ì.Åî+ "
b"U!J\x16 3ûJs¯ÛDÈ®\x1F\v\t "
b"UÉ$|BöE,‡:Š©|û7] "
b"UôÖ»–\x15 N/›¿\x1D ª™™\x02 ¦ "
b"V%\x1D\x06 ÉéG\x7F Š/ô”ÊçPS "
b"V'ð\x03 }ìHBù▒¨╦ðã\x10 ( "
b"VÐ\x08 på8G¸²•0$ø"F\x06 "
b"W-W\x05 éVH-¬/A»U:7¼ "
b"WC\x06 ÁôôJЖˆû-\x06 ˆQ "
b"WlÁD\r \x07 CL‰Êœ\t —\x1D ©á "
b"Wv\x1A nRXF¹»Ry\x7F\x1F\x19 F) "
b"Wû4"õ▀L£╝LÈj%ÅMC "
b"Y+-ø‹ÍKkª6é‰=øÍ\f "
b"YhÕ-\x1E\x02 Ox¸\x0E è\x05 à*W¤ "
b"Yü5▓¡\x05 Kıæ+i\)Âîz "
b"Z\x07 :O\x12 æIõ¥Q\x0E ú9w®9 "
b"ZkŠQy$Dð¦Ó¸ I´Gê "
b"Ztÿò\x0E\x07 BÛ†Ð6¹"ýº“ "
b"Zµ>ÈØVFy¡3 p‘ŒbØ "
b"ZЧ[5ê@·€r\f õ¹\x15 9j "
b"[¨^É ¯L-®çB▒uý> "
b"\ŒÌy«óJ˺cîã?4Sb "
b"\ïm\x13 x;N<¾ú\x19 ”Êg.0 "
b"\ðB\x1E\x1F >F\x14 ½×:\x16 &g˜h "
b"]\x01 Æ¢0ÏMA¥°ú\x14 Ø\x00 mý "
b"]-DÉÿÓFµ¾5›\x08 \r ‹KÁ "
b"]es\x12 ãàF\x07 —\x19 `Ä>´ò$ "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"]¨\x19\x14 ‰\x08 Mµµ\x18 ‰‡¶vúk "
b"]׺ñ ýJ\x16 †@\f !ʹ°€ "
b"_g–D1‹H5¨cýpͦ$¥ "
b"""
_y\x13\x7F †ûI‡•\x07 ,3Ô\n
G\x12
"""
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"_ѽœ3ÂN锕ËY‚~øc "
b"`8\x02 d½óBí¼YÀß\x04 Ö&= "
b"`p\x01 ×█ßF╦ƒ¸Éb×c;© "
b"`y─┐§ØF═å\v ┌U/±6\x02 "
b"`╦®ü╬íD┬¥▀│\x04\f\x1A └â "
b"a\v cf\x1F ‰De¥\x04 W~ˆí¾‰ "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"bÅpáÿ‹F ´ÀÙ†`Ž)9 "
b"c\e ¦ñS@E‘Žõí\f ¯ù/2 "
b"cFnJ\x0F `D\x1E ¬i¤sé¿9œ "
b"cW\x0E hèÎL»€íçÈâ\x12 ¹ "
b"coÎ\x05 Ø«H)öJýaƒ_Xë "
b"c»å¨Á™K$‰\x07 ‹P7wÌ” "
b"d\e }K AÀì;©ƒ▓CoÉ "
b"d><˜B¼B}¡™GÈLj!X "
b"dG,¨–éL¨¢Ð‚KáeÊœ "
b"dW¦4¼VN‹ˆ«2[\e ä^¦ "
b"db6ebQN\ŒÜÌE£&S "
b"dº;\x13 u\x0E F¦Ç¬\v É©OÁ\ "
b"dªM]>ÈH[ƒúËÍ™8ÎA "
b"eè§îä!DKì\x19 !²Â\e )G "
b"e═ü┤├‗LK┐*\v wÒ3└² "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"fYÜêÆ¹JôÅ╬ëÛÈ▄░Ö "
b"gg—õò²Aq¼«6Óè‹DÁ "
b"gxY\x00 CÉET¢âÊ'œøžß "
b"h=à´µ®MUšý\x00 û0†É3 "
b"hÈPŒÉcD7‘;ôÁõ`‘$ "
b"""
hÚò2ÛÛH\n
×\x1A\x05 âQ╗Éê
"""
b"i1æv¹[I3¬-ËÓE„D‰ "
b"i؈¦ºyEÉ€\x18 Á_;'º' "
b"j\x0F fƒtIК±„Ÿ¬UWÜ "
b"j"\x1C ƲæI®½Nä<M8¯ô "
b"j»hXƒãBíÂô\x12 ìAÈ)■ "
b"kHÀÖ\x04 Ml¬>¿HpýšY "
b"käóÖe§D§±@2s ºŒ4 "
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b"m,ûyDÉE ÿƒ\x13 ±_k / "
b"mló\x1C 8@Dp ºªø\x7F .-Î "
b"mê9╦'╣J ░╬k\x12 åÕqØ "
b"mœ½º\x12 ‡E;¯àÝpæköƒ "
b"mÖ\x14 +dqOL¤gæ\x07 ¿Ê”Õ "
b"mÚø`3ËJ§–¹Wµ®¯çŒ "
b"n~†‰åtFgš÷\x1A 4•B$ˆ "
b"ow¼ˆ¸[Bv®¹’캃‡Z "
b"oy[\x18\x03 ªE¸§µ\v þ¤J:\f "
b"phÁ’McA–°Ò\x14\x19 Ù+Ú› "
b"p┌\x13 ┘║nNÃØDt{\x0F │ÿ└ "
b"på/Ô’:B‘ž•‚˜\x02 MÍó "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"qq\f ÙõðFRŸúJŠÀ”9É "
b"qÕ\x1E T’\x1A GR¾\x16 sÝIÎÎì "
b"rN\x19 º—\x18 D»½,\x0F ùF\x05 ï™ "
b"rŠxúéeM•„\v Äš„ÓnT "
b"r¢â\x03 !wBD°|ô^Ê2@N "
b"r×\f gæGMܱû©e±.ÍŠ "
b"rî¶¿±\x0F LÙŠ”òE¼A\x14 "
b"""
sr‡\n
MþKù“¯1>‹Ýg—
"""
b"sÉ\x16 ¥è’K¶²€Ò\v >lœ§ "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"sï³ÉøƒGe¯‹Ÿš¼t{i "
b"tu÷M»¶CÖ¶¤nf\x12\x06 +Œ "
b"t╝Êì\x06 ÎAQév+╗&ä_. "
b"tÂ=ï/(BAŠñ`d§}Å\x0E "
b"uÇÌg·³Ba•Î× \x03 J\x03 ò "
b"u╔─ÅÈ\x18 @³áº\x0F ╔.¹!Ë "
b"vì7¬m&M└«3Õu½µQÁ "
b"vÊÓhr┤@┴üYÊê░Â\x11 Õ "
b"xæ’Lè5N®»\x1C Û Ý³p\x05 "
b"xïl䈵FÛ¡¯ìfÔ™ÙŸ "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"y\t\x11 *XçE\x15 »-M\x01 <?Éu "
b"y+F\x12 fÍGL®#Vª{*m\x0F "
b"yaª¯\x1E ýO‘¡ÏY-/DN„ "
b"yy‰56(LÕ¦ý*ÞWÌ´\x06 "
b"y}m\x11 \╣Dkì"¬°«°C4 "
b"yÐ1é()DS©\f yÅ\t ‡n "
b"yúÔó\v oBü„\f ð°ø".. "
b"z\x08 nŒB\x01 Fž“+J\x18 7\x11\x05 + "
b"""
z\x16 %°\n
?E½Ø,└\r ¨\x12 ôÍ
"""
b"zmÛi\x1C ™Fq©BZ¾\x1D\x1F Á\f "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"zù║\x16 ┌ÅO\t ì6┌ö:àÛË "
b"zÖÅL›ãO\x03 ´EÓ\x1D i'íþ "
b"{\x16 ®}œ"B ºÝH—´Û°‚ "
b"""
{\x17 Ý^:ñF5íìøõ\n
à Õ
"""
b"{L»·║ðMMɶ\x12 Ö^]\x07 É "
b"|\x03 Å4╝éNÀï\x12\x14 h÷zwð "
b"|:ÐD¨QI}”rE¹Ð)^ï "
b"|Mû├ÏHMıÅ\x12 ═x3=╚\x0F "
b"|‰|ñݯL¦©'Ä\x1C àuï¶ "
b"|§¨¸RâH‚‚Ñ"Ã]ß¡\x0F "
b"|ç]\t ™wL¼ˆMi3xIŸ "
b"}VÓ!ÖƒJ$£Q\x14 ½É§^Ê "
b"}f ük³CÕú]§\x04 ¤Ò▓ "
b"}³ØÜ.\x1E I±´·þD\x1E †vö "
b"}ÊaQbAŠ¥«s6~\x10 g9 "
b"}õ╗@\x08 ï@ Å\x01 rH\x03 5è│ "
b"~š‚¶E=H\x08 ·‚è¹VXöÂ "
b"~Æ9\x01\x05 ˆDœµ„W3—kîÿ "
b"~Ñ…\e ¥OL°£€øÐŽêßr "
b"\x7F\x0F ¥GüÃ@Y»°ÄoôCñ "
b"\x7F B¬í„dB¬²+ÑÞ«0çÅ "
b"€ "P\x1A aEÀŠuÁ|u¾ä\ "
b"""
Ç-]╠} B\x19 ÉØ²ã¨ö\n
"""
b"€Oë8cÉG\x02 ˆõÕû¯\'3 "
b"€^Ï\x0F ¼mA•ŸrØM³0´\x1A "
b"€i\x04 ’Ñ0L\x02 ¦Pkß,ÄA¼ "
b"ÇÂU¹ƒnN¯Ö╠*╚##Ø\f "
b"ü\x10 Øm\╗D%ë@\x1E T'!,³ "
b"ü.ÚRLÛC:×µYJGÊ0\x1A "
b"üûoø úN░úû{®þ\x00 ╝É "
b"ü▄æv\x02 ╚L"Æ\x00 ┼ü\x0E Ñ;k "
b"‚ìLrx\r Mˆ ç›8F©¿n "
b"ƒ§D\v ô;NK«ÑÍ<úôQ\x19 "
b"â®Ë■î\x1A A#è\t Z¹±O\x11 É "
b"„\t\x1A {¦ñFžºS¥+ôtv¬ "
b"„#'S0ÔM“«ÌLaÃÇ;i "
b"„¬G: ÏF$š\x13 Ö›j\x08 v3 "
b"„Ðx“\x14 EG#£çÙãC(ýO "
b"…6Áz¼{Kb„\x07 gÑÆ\f U "
b"…†H\x05 Q¸E™³Í”\x16 ¨ˆì7 "
b"åBê┼\x04\x02 E▀Å\x06 ʹ1§²î "
b"†_ºk‚ÀA£œm¬¨\x03 pÄõ "
b"åiß%░\x04 A\x12 ô\t -ب┐4┼ "
b"†’˜\x11 ûnH\x0F ¦\e +\x13 u˜Bo "
b"åí¯¡╝yB═ü]É}&}d3 "
b"†ð×\x1C 5REç¿KNö: <ö "
b"çÌM*Á;A]┤\xmîÕÉ· "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"ˆZï‚x\r Aû¥F\x14 3¸Û.Ó "
b"""
ˆª\n
\x0E •@O™º[\x01 ”…mr\x19
"""
b"ˆ¼óÄjI@\r £™Z¿„}Œ] "
b"ë_Ø`*íHuûò‗▀▀D=\x1E "
b"‰é_óÅ*O΂\x11 ³~Ù«\x1F\f "
b"‰í¥œŠ²HQˆ`?á„Kùý "
b"è\r ë\x11 èâC¢ì▒PõÊðçv "
b"èÇôÈýÃFÙØ\e NT wy "
b"Š‚\x17 ò,zDº¾€RU\x0F ‰íü "
b"ŠÊš\x1A ýgAЧè‡Õ©•cé "
b"Šþ²ð\x19 6LÔ…@`ç·*Áy "
b"""
‹-\x19\x1A ÛÈIZ¬\n
\x0F Ú‘\x03 6¡
"""
b"‹ \x07 9.XBC¬¦„mÇ\e ±e "
b"Œ\x10 OÜ\x0E A¾šHe}?9q$ "
b"îÿ╬A═%ESØø±6åmïä "
b"îØÐç1ıK1îä\x16 º¹\x02\x13 ‗ "
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"ì5ãfL@Sû╠Ø\x07\e ç!@ "
b"ìK\x14 ¿I\x13 @P║±µ\x13\x15\x14 ³I "
b"ŽNSà,‚Ië¼aÞHÄ\Á“ "
b"ޝ~ì”ïK\x16 ¡È\x00 ÌJTµõ "
b"ŽÃ¿›?A–¨oŸ\x17 Rýu "
b"ÄÛ¢Ä\r ßEÆÉo˯>Úðö "
b"ŽëðQ°ÛA±\x05\x1D ÏÒ0é' "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"É^=\x1A »ÙH\t ïvöÔºc~Q "
b"ÉlPùÿlG░¢¤\x11 ÃÌXó\x05 "
b"ÉoqíÑ<Ca╣R\x02 àIÅG╠ "
b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14 ² "
b"Éïq┬]ÐOA¢®O§¤¹J! "
b"ÉíBß²½BÂçj:\x08\x06 V«ø "
b"ÉÛïóÑØO à2╚F┐Åët "
b"ɶl\Ç0B)ä;®-`ÇÑn "
b"ɹG├&\x1D D1ÁOG_·><¿ "
b"‘\x11 Œ<ZCLP§œi\f\x0E øtð "
b"‘Bæ9X\x17 NK±£êZŠ×¼– "
b"æSÓünkM¿½ñ▀ä\x11 (▓¤ "
b"‘WÓš\x06 ™Ac©/\e ÍowJÞ "
b"‘ŠŸ¬¯¡N온öLœ\x15 „¦ "
b"‘ýFµÌYJ@‹2c^JšÄ| "
b"ÆPCâ\v AC®»│¡ù(,\x07 Ø "
b"’pÿTúÙFÄ¿?ˆê\x04 ñUI "
b"ÆÊ®ÿµ\x10 I╔ì³vJ\x13 ╝L± "
b"’×A©º€NQ–³\r ñ×Ò\x14 I "
b"“\x06 ‘ž§\x02 AÏ \e\x0F LA‘\x18 í "
b"ô)o┌ÙòD╩┤Å´E2§\x07 │ "
b"ô,°G"¨B\r ░■ü║Gû\x11 ÷ "
b"“„ÇŽ;oC\x1C ¨Žy!èι¤ "
b"ôæyÇ│%B\v Å\x10 ¼KVÞ1= "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"”g½”:…IE•ÿb\\x12 q\x01 K "
b"”¡Úà¿=EÀ²¯¡ûÒ¶$¡ "
b"""
”£jûïŠBz‚¦ó\n
oŽñ\t
"""
b"òðc"´ÞG\v ¥4╦@┘Űá "
b"–nBñ\x12 In™MNêæ±ü\e "
b"–Œªµ\x1A ÊH\x04 ·E€b®€,Ø "
b"–“n2üÆANž\x19 –8\x18 ®2– "
b"–Ÿ—×]ìL\f ¨4ˆ!†ào\x00 "
b"— ˜ÙQ{H¿ŠÖUS!š\x13 v "
b"ù!à[I7EJÉDéı|~d\x14 "
b"—†HÂ8¯HÓ¶UY_\x08 ƒ†Z "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"˜P§³ò†KƒŠÎ¥×wì%¼ "
b"˜f“Q£÷G™»µÃ—? ‘à "
b"ÿk"3\x7F ØIXÖvª┴Ú\x14 ÚË "
b"˜Ø˜>CíM½§4z?åÔR "
b"""
Ö\x1D è\n
2îCØñ\t 5╔0▓Üv
"""
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"™¹Qƒ\r þK\x1A ®&uÙs“¾È "
b"™Å˜|\x1A UO‚¥;è4ˆ»\x07 O "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"š\x1D öÓ\x12\x08 @hƒwXý)SØ "
b"Ü_▒Þ~pJéô5IüOî▒? "
b"ø$\x1A 8j\x17 K®¡l\x08 ör¥ü¶ "
b"ø£¤═BÓEm®\x0F ü÷2hÕÕ "
b"›¢\x7F ŸI¢JS¢ItXE´‡Ô "
b"›¶•[ .DË™}8B;ŸC( "
b"œb‰FýæF•ƒî>\x04\x1A ä’i "
b"œc\x1F †Ã‚Hï†s\x1E 3ÙvDÚ "
b"œï%”ÜõMEºTL„g,Àœ "
b"Ø\x04 Ïì¬ÂEÌ░Ø®\f %ã\x03 Ë "
b"Ø\x11 │YolNÕéWQ"{=çx "
b"Ø-1Éø¼H"ùÃIo╦xÒt "
b"ØéÝX\x04 QC{îÿ©I\x1C $╔╔ "
b"ž\x00 üóˆ'D¨¹‡¿ÔæÈÝJ "
b"ž.\v Î×ÉM¥£sÇ\x07 .éi "
b"""
×ü╬\x7F\x10 FBEÿA3\n
\x14 'É©
"""
b"×·ÏPÉ\x12 C\x01 âDïÃÅöë± "
b"Ÿ\x06 ôÏU'@7ÕÖ‹,%\t † "
b"á\x05 ¡ÿì¹I\x19 äáO߃~Ew "
b" @(Ç\x17 MG\x18 Ž\x03 ó\x03 žü‘¼ "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"á╔Ûy┐«N;égÛî É;/ "
b"""
öñÎŒ)C\n
£M<\x15 UäSë
"""
b"íOlõ ¾L(ìJ£i'v÷\x7F "
b"¡d#€Î'D—¹Sg¾±"fè "
b"íøÅUlýCPó3╣^B«óÆ "
b"ó\e ÖâàÅJ\▒╣°)Ö¯Ñà "
b"ú9\x03 ¨üæL\x07 ö\x18 G\x1C kuIÞ "
b"£?rwB3@ã¤~‘Q„‡à‚ "
b"£QÄÔ4;F†’ÔÁ<üÕ›a "
b"£\\x15 «ÝŠD’¥2-Cò\x0F &¦ "
b"ú´\t ┐jPG4░FÔ/ÉÑ‗ı "
b"¤ ò:{Aë¾!H¿\x08 ÷%2 "
b"¤Vf”õ5J\x1C ™5'í\x1E ø*\x0E "
b"¤[•a˜¸O\x1F ¶ÿ\x13 ìE$ZÌ "
b"ñ\x7F\x15 ╦═O@}ìı\e ▄\x1A Ü`+ "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"¤ÈÆëÔID”†»‹ïÈ\x0F x” "
b"ñ§>ºô³I(É<╬UÈ}¬k "
b"¥0åË¿èKc†Œ\x03 ¿×ö»Á "
b"¥X#\x06 :PF®‚3L½ÞŸn³ "
b"¥g‘ÈþdA—†\x12 üãã52V "
b"¥r2;,ŒIñŒ Ú]›…YË "
b"¥Ü\x0E Ð,ÏNÔNO\x1E ë\f Çï "
b"¦©Ÿ”u5J`‰-\x17 ;\x04\x03 M0 "
b"§\x12 G*\x1F ÙBU‹C`+ë¬„Õ "
b"ºæiÅ\x06\x07 @ýüç%a´p╗4 "
b"§ñkTaBæ¶\x07\x08\x10 ªøêî "
b"¿\x16 ·Ù;ñL\x0F Ødø\x1D ║7\t ) "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"¨©©mLHN+•¶—Ä^œ¥’ "
b"©\x1D îÑù\x07 FX¯°¼ö\x1C >²p "
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"©Q˜Áú4@³¤\t ø\x13 ¤mzc "
b"©‹Ò’CWD|‘\x04 !%\x0F ZG\x12 "
b"©Œf9,nL‘‡ñ\x18 ¸\x02 g‰M "
b"©•RöB\x01 Iþ›oç\x1F\x1E ²#Ã "
b"®├ ï&yK\x11 ؽÐB▓f_É "
b"©Õ‹•÷HG²º?h&\x1A Ù¶ "
b"ª&"\x10 X\x1A L\r œ~\e ¾Ÿ½I "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"ªPN[Í7O\x19 —“deV}!u "
b"ªq+\f ©˜E×™(ê|3Á\e w "
b"ªÆÆ\x02 ú\x1F F؇ùD/ñ\x11 @ "
b"¬╦Å̪óIßï\x0E ÎB9Í┴ "
b"«€ô~\x13 r@²¸Ÿé‡ƒâç, "
b"«æ¿'ì¸O“–o,fgT\x17 } "
b"¬$\x02 U*ÈA!·Uó\x7F 9Òï "
b"¬R‘µô!O5£Ö}`ƒ\x7F q¯ "
b"¬ž«ÙlxEL–È€Á¿ÏD– "
b"¬½u?8AFý¬&ñs!‡rg "
b"¬ÛŸ\x1D ªcM\x01 …x\x18 N®%ûã "
b"®ÖpNNK¤‰Lö©_©.L "
b"«Ó\x0E\x0F î\x1A C¿½×Øb<\5f "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"¯p»»˜ÁHS¡\x11 Q]=Æ= "
b"¯xÙ\x16 S£E\x16 ŽA;R¹u%b "
b"»ÄáSc┤M╚íþÅìÀ╦¥\x06 "
b"""
»║ÚE²+E±è.1I;\n
øÅ
"""
b"¯ág\x0F SõBýˆ¢²),ÿ8y "
b"░#É(\x18 BE©©\x10 iØ▒öp: "
b"±\x18 ß«\x13\x05 E·ºt[Ý–+}µ "
b"±„sä\x01 ÆC"¼¤\x00 1õz3o "
b"±ÊºúTâEY¯˜Ú\x7F 'P\x10 R "
b"²\x0F ̓öˆH©„ªºÈ<Lç8 "
b"²,Qhz\x18 FžµÜc##ì4Ç "
b"²Z‘|{”EJ¡Bßë\x17 ³G® "
b"²Ÿ•h[xI\x12 ©ˆs\x1F\t èDÏ "
b"²Ê%õT\x0F OÂþÿæx«—+ "
b"²ÓÆF\x14 AAT”\t 99Å2=« "
b"³¶à„å†H&£\x0E\x1D 1·@X& "
b"³ïúO•_@{ †ü9á\x02 Åê "
b"┤\x18\x1D îþ8HáòÓÉ\x10\x04 ╩¯¤ "
b"´Š4CîA\x14 ¶ñKðÍ–\x16 g "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"Á%¸╗» OGÀb"ÅN¤ð½ "
b"Áhiü¶ÊMWê─\x01 ©²T┤ò "
b"ÁÖ4Â@ßMCªÅ{Ûôk└▒ "
b"¶\x04 ’´$´Lýºiɨ|Ƨ\x08 "
b"""
¶\n
òCÍDLl‡àj´•»Êÿ
"""
b"¶N\x05 7ùŸJ|ƒÊÑ¿Ó%<d "
b"·T’ˆ±îN\°\x11 -=à-fX "
b"·Ÿ¬\x13\x01 …CK¦‡/Ì=Øö$ "
b"·õQ\x16 fàL³°1•A,¬· "
b"¸Bå;Ù3B\x06 ¬ì<³ùÞ©< "
b"¸Ÿ_Å\v CN0¶jf‰–ìF° "
b"¹Q?ü\x1E ß@´Œû:\x1C Cß§k "
b"¹¶YU1\x14 A\f „꺅zºˆv "
b"""
║\x1A LWÅtOÞ«\n
â`¯Ò½
"""
b"║dbß╬ØI ▒ÈD;§┤┤S "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"╗\t {ÌÆºCyíâxüÃ#ƒð "
b"»z…Z…›Gª¦uéŒ\e Ö\x04 "
b"╗î/üw@F║ÑWÄYëÙ¬8 "
b"»ŒÛ\e î{Oȧ\x17 ¸¶\v Ôiþ "
b"╗ñ\x06 Y~KLb£ìÓ┌┘\x03 [ "
b"╗░\x11 eôLE\x12 Øÿ\x06 ÔA─┴\x18 "
b"»²®ø\x07 „I‘‹J\x03 i-`‹@ "
b"»Ñ7€X\x14 A\x1F §·ö—õdaµ "
b"»Ó"—›ÄG÷¯ÌÅ£K\x01 '• "
b"¼ÚaL>ÅI6¶Dg‚×èŽÂ "
b"½Eúf\x18 CHS¹mÄ<×3\x1E | "
b"¢zx╝RËG2ìÕ]æ%\x01 ▓Á "
b"¾*‹W–N‡°Ü mUM¶÷ "
b"¾n5¹i\J¥¶\‘<À\x10 I} "
b"¾·T¿À\x7F Ië¯2Í댪²R "
b"¥├¶è┬║OòªDòÔ'~+Ø "
b"¿\x1D Õ5Ò\e In€’‡-=ÏwË "
b"¿w\x06 ‘ÞrB\x04 ¬šVÌ™MFÎ "
b"┐Ükê¹ÃJÿع¢V¬¸Þ▓ "
b"┐ãOýôøBwüZ̹ô\x02 òí "
b"┐ß¶o,╬Omì\x07 ?WÎ■\x10\x1A "
b"""
¿ûsÈ&±C©ƒ™«ç\n
Êè2
"""
b"À4ïƒø“AŰ“¯°äÂ\x08 ž "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"ÁCcTy»MЫ/+Eïò™\x06 "
b"Á‹2\x12 n2K¢·H{M8\x01 &\x16 "
b"┴á°╠ÁOØäsgN£jûj "
b"┴п۹2I Å\x04\x01 ¹\x18 ¶ÞÊ "
b"┬ U!Ê\x7F D-Å╗«ê╬├#| "
b"Â%«øNÞI5³FF¡ˆ\x12 XÈ "
b"ÂPÆ¢òÓJ_«÷®¨}“ÿ« "
b"┬ý¦Ó¬·H2ïìBÆøRT× "
b"ÃMH¤6AIÓŠÊ\x1A Ñž;Äð "
b"├rN\x1D ¹8OÛ½│°/[üµ' "
b"ÈJ@I~Eí¥ÜðCׇàE "
b"├▓\x1F îÉvN█│¸É¤i\x12 m= "
b"""
Ãâ\n
½…ÿJÑŸ\x06 #1\x07 üà
"""
b"─ëkðè\x17 BÉÆ┐`e ]\\v "
b"ÄÒà`ÜŽI¬„_\x19\x12\x08 yÛ\x19 "
b"┼1\x15 Û´░I6æÖI-JC»Å "
b"ŇÁ+\x0F\x05 O\x11 ¯\x15 á聾Äâ "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"ã ▓"lPG\x1D É╦I\x12 Æ\x03 ─k "
b"Ç\x7F ìÌ”@O¸ŸuÎ"\\x7F (\x17 "
b"Ç¥rŸN\x1E JÍ¼ÜÆ®²ÛüG "
b"ǰ}E\r ’LÞ©@Û®^kY\x16 "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"Çëh<¶\x7F @\f žL\x1F ”Mâ8g "
b"Çû˜•ÎÄHð¯]'þió½ "
b"╚\x05 ▄kS4Be¢┌ìJ╬─┴G "
b"È/r§!¤Bw°\x19\x1A Cs\t ÄÓ "
b"Èmt«¹hL¸°uäjz\x13 b” "
b"╚┼,-!XLZîNæüSbÇ· "
b"ÉaÍávLM+ŠÝÇæn\x00 º– "
b"╔xØ d¿Nüås¡kcqNÍ "
b"ɉ»\x0F V#E»‡ƒ›\‚;Hº "
b"ÉÑ\x1D >±§B\x1F ™.Eð£éªM "
b"Éë)äý.D7 W(UÚÊ5N "
b"Ê\x06 +X©&K}¨Þ³\x06 «'Ǩ "
b"Ê\x06 æsÉÐC\r ‹ˆ1Ù\x1E JSü "
b"╩WÂì-óB©┐î°FÉ%\x0E / "
b"╩[nEIüA^ƒ!âõ█áx§ "
b"ÊoAcSXM!¡)ƒØ0&X¢ "
b"╩£\v ü&CG¿öc\x04\x08 ¬9b┼ "
b"ʦË\e\x15 ùE\x06 ºî”«m«Û/ "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"Ë}¼úÊ\x05 Jï¬\x7F ¤©`â«# "
b"Ë‚Tô·~G~„HtÆ|B[= "
b"˸t…RNKK ”Ð=\x1A Iƒ™ "
b"ËÍ>dϘF\t »\x05 ȸðÄo\e "
b"Ì.\f —:¶J™¨¤Ã6‹y\x0F æ "
b"ÌX×_'¹C²³\x0E íIëœV\x02 "
b"╠\x7F\x17 ÁE┤C%Ø{;æ¢Â5Ú "
b"ÌÝ ‡ôXF. Þ\x04 #-h«\x19 "
b"Ìâ7rŒšD0•Õ¬¬%XÊ+ "
b"╠■╦æ\x16 tI¨î¡\x00 ó▓²#Ø "
b"Í4VÁŠ/K˜‡ííRÀ/Sæ "
b"ÍÚ;\x1F ñ¿Ayª#\x12 5²\x19 ã— "
b"ÎÅ C\x1F\v E…‰˜·(üFQê "
b"¤\x06 |┬íÅK\x11 íkê\x00 Æé\x1E # "
b"¤sƒþ\x1F º@\ìíõT─■Ét "
b"ÏÖÜšõôK;“5GGokˆ¦ "
b"ð+çGÒÏD*íþ\RÊÍÜì "
b"Ðx‰Fr¿Aù»¯õ‰nJ{j "
b"ð ╚*9¥Mc«OæÉ\x00 IÍ\x11 "
b"""
Ñ\n
_¤OÊIu¿\x01 OC/\n
QÓ
"""
b"Ð\x1C =0þCBC╗¢ÅÓ¯ÕMP "
b"Ð$└£ÛÉBýîÔ¯ñƒq\x05 ▓ "
b"Ñ3Ãuï¢L\x05 ©\x01 ñ×oh’h "
b"ÑI§Å"ÔG\e µuÍ]—Ï:á "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"Ê\x0E ü¿þ_L‗╝"¥[▀ì\t P "
b"Êâ;åê;KUì┼î`ÃdP: "
b"Ó\x13 ªfý*Lv®¹Íë]\x19 uc "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"È)ÙÅ■ë@õñÖþK²ÌßV "
b"ÕÇôx)\x18 Dû½s¬á\x11 —úA "
b"ÍHSA}ØJÕ£ÁHÝ©\x19 éä "
b"ÍõT¢Ë¤BÏØI¤$IZÒ\x07 "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"×zu¡±yF\x17 ¬Õ\x17 _nk‡F "
b"Ø(²Æó#I\x1F ‚°â\x16 IYh¡ "
b"ÏvEÂ\x18 ┼Oþ┤ÕCØwØ"[ "
b"Ø‹óx²gLò«S/O\x11 å\x07\x1C "
b"ØÂš¢^lJ¸¥"¿{›\r ˜ "
b"ØúÜœ¾\x15 Jÿ›o“\x03 Ó…ô– "
b"ÙVJ\x1C\x05 3E+‘*#NòÅ\x06 ú "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"Ú&#\x14 ßéD\f “Êx¼I\x17\f x "
b"Ú<3\x01 ƒ°NB¦c[.]0CŠ "
b"ÛHTgYÆ@~©ÝÆ„9»-P "
b"Ûqzó”$AÒ“Òip¦W«p "
b"█Æ\x14 üòëL\x15 £¶î|IçÐ\x18 "
b"Ûµ\x18\x05 ÛED\x07 žßª}}X)Î "
b"Ûî·\x19 XˆLÇ¢R¯ö\x07 ¯l‘ "
b"Ü9N6¯åB2ª\x11 ùXB76M "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"ܾ“ÜU˜Mº§Ï\x02 •—\f °\x08 "
b"▄┐i±þÆAìöp┐DãU■J "
b"ÜÑWšWïBé÷kšü¢\v Ù "
b"▄§ïì█ýFJÖ·&Ó6ÖÀò "
b"¦4─║┬+CÅï¦ZCtÓëu "
b"¦o94£ÉG?åo7f┬{æy "
b"ÝË\x12 ¹oSB2…%\x0F ™ì¿r÷ "
b"ÝÐÚ¥@ÿE. 8sO;\v Ó] "
b"Þ\x1C +ÊεCx¨t$x\x0E #Èñ "
b"ÞB›p\x18 ×FЈˆ¦ü\v é‚( "
b"Þ}¸»ý9M0›À\x02 „|ù“ô "
b"ÞŽ…±uHL”ŠNàwÚ²½W "
b"ÌØõµ█5Azê╝}I¼÷\x16\f "
b"̃~Ë+yB\v áàßÅSX\e 8 "
b"ßd\x08 0ô«D*¶\x1F S\x1F\x15 3Î6 "
b"▀üï\t úÌGv¢%╩hY\x7F 8‗ "
b"ÓCi½Õ═H\x01 ɳºº)ÃB\ "
b"àF87\x07 ”LX½žO¨>€½8 "
b"àœd‘U\x14 H)¸\x15 F\x05 óSÞc "
b"ßxv╔t\r N\x10 ƒ]╣x░│Ø3 "
b"ßü=\x19 S├M3░┘▓~ıç8å "
b"â\x01\x02 f¼|HÞŽÍ\x07 ¤h+u€ "
b"â\v ;‚,ÏNâ²i*[A\x08 õh "
b"ã3\x00 æÑ½M|ž£›eGÁgy "
b"õ\x1E ÷ÅH┬F╠Ü]■£X7·% "
b"ä'\v Êp\t F#¨P0M‘øå4 "
b"ä.šÍ·¨M±¥Ü!ϧ\x0F vo "
b"äWJ™ÓÙDȈ|üIWjÔÜ "
b"õÈ¡\v ┤rHfÉ\x1C +\x00\x01 wmp "
b"äßî\x05 –~F}º\x12 øèLk‹\x05 "
b"ää]wN¯C ¢xëúsîâê "
b"å\x01 Ϋ™ÚL‘€Œ/ª^\x7F ¢g "
b"Õå:Þº┌CÈÉÏÄn ËUÁ "
b"µ"B\f 2gD'ûÉÎ#█\x04 í' "
b"µØé\ËI\x04 ëñ·ïjÂØË "
b"ç\e ɳ“þA3¿\x1F ³+ ü\x1F 2 "
b"þ%ü╦9ûJÇ¥àäÎâ╩¿ "
b"çGïƒVþM¹°\x03 ¶oòå\x06\v "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"çíÔk\x1E C<ƒÍö£à´ŒL "
b"çØO`kÌG4¥3\x13 æÚéëˆ "
b"""
þ▀£^\x13 Dºéd\n
\x0F ÍØ,\e
"""
b"è.j8Í4G.µ Áa†ÿôI "
b"""
Þu·Å\x02 ÛO▓¿ûµ\n
f│L¿
"""
b"é\v y\x1D -\x0E Oj¬\x01 •˜º¿L´ "
b"ÚAu-3ÂM¥üî³$¯\x11 ? "
b"ê´‰4ŠžL\x1A Ÿ)\x17 6zØÀƒ "
b"êÕëü\r ª@É—`eÓeÆd "
b"""
ëðæê\n
-M|ŸK¶ùRñ±]
"""
b"ì\x14 6Ú\x1E LO\x03 »\t +!Œ§Œ² "
b"ì‚\r \x05 ”…Mí(溢‚Åp "
b"숿s¿pDÌšdM1ˆ™÷ê "
b"í[\x11\x05 ˆmI\x14 ‘¦ÿtCñÿ. "
b"ïbrö~"@\r ·b¨HlH\x19 ‡ "
b"ï’MƼ£Cˆ“…UÛd›X½ "
b"\x06 ©s'ÁHãüe╬gıB\x1F ö "
b"ðH´\x03 jqMƒ¥H\x00 åi\x14\x1D "
b"dUý#ÏKDñVØÙIr(J "
b"çñû^ýDe░,rtß¹ìi "
b"ð©¡\x00 oENEˆE” "7J "
b"ðõÍ'\r ^Jk€\x05\x05 ƒ\x08 ®\x00 Ð "
b"ñ\x10\x17 ~Ç\f M§¶–i,\x02 hjï "
b"ñ\e ½Jk\x01 CÛ©\¹ÉÙVæH "
b"ñAðñ—cJû”k{kšPv\x18 "
b"±Æ§ªÉ▓OtïSÏ$ø:¸Í "
b"òwxû³\x14 Għ–ôì.|Î "
b"""
‗Â\n
[└ØBAÀ2ç─îÄ\x05 °
"""
b"¾j\x10 ÄñÚKͪÅ╦C\x15 ×\x1D ã "
b"""
¾øÁÉX▒LÔ®`\x14 «\n
6Ñ\x1F
"""
b"õ\x00 ðe\x11 ©C‰¢\x19 ŠH¸n\x16 © "
b"õJi\x07\x06 yGÏœ^4þ¦˜äm "
b"õX-^+„G׎2kT\t ÎLJ "
b"õpO®KüK%ŸJP:\x0F Þ;a "
b"õ”RŽ–KJ\x0F ºÞáXµmʤ "
b"§Ø\x0F ı\x1D pJ¡å*\x13 ÷┼\x1C Ý┘ "
b"§©ô┴ÂøO╬ÁµQ▓³y╩ì "
b"ö\x04\x18 K:èJt£\x17 xšŒ09n "
b"ör\x17 Š"cD—£'®ÝG™7u "
b"¸=)2ìjGqù█U ^\x1D ph "
b"÷€¼í~\x0F Eü§òÆìTª`X "
b"÷Ú&Ë*"M¾°À¹½"9\x0F Ð "
b"÷õ±_\x06 ”EÞª»ù…\x1C 7у "
b"ø£w^xnC-œ\r íû8õÍõ "
b"ø¯,™,9I>†ä h÷Yñ6 "
b"¨\x15\x03 ðàµCIúÅwÞ9¥æ5 "
b"""
ù)ãnN;N¬½\n
ê4\n
äÊq
"""
b"ùáÀ,ÈÁF˜ÞåË_?Í» "
b"úÀ\e )^\x04 KXœ¤ø²Ì²†Š "
b"û¤\x01\t ü\x0F N ˜1#~G“\x06 " "
b"³H¿Ú>íAßü┴Ñû■m\x05\x1E "
b"³N?Ä~bA7┤<\x1E ¹¾Å\f ± "
b"üQ\x15 ±ª%Aj¹ïŸ\x04\x11 Ò\x1E ó "
b"³ç!>é'A,▓¤\x1E mlÛòØ "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"³░b\x7F ╩\x08 CÚ║┐I¦ÀØø\x17 "
b"üÄÜŠ\x05 -E9¡ß\x05 À\x1C i#d "
b"²%ºì«ÏF┴û┴\x06 #-\x1E ã0 "
b"ý˜òýAzAýŠ›\x13 ,b†IÛ "
b" \x19 5└\x15 -Lò┐{Étı\t aB "
b"ÿ\x1D ÞËW\x19 BDœÿ6ÏE÷Qv "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"ÿ™È¯ókDê°áÎ`£ÌÓ› "
]
SELECT
`product_media` . `id` as `product_media.id` ,
`product_media` . `version_id` as `product_media.versionId` ,
`product_media` . `product_id` as `product_media.productId` ,
`product_media` . `product_version_id` as `product_media.productVersionId` ,
`product_media` . `media_id` as `product_media.mediaId` ,
`product_media` . `position` as `product_media.position` ,
`product_media.media` . `id` as `product_media.media.id` ,
`product_media.media` . `user_id` as `product_media.media.userId` ,
`product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` ,
`product_media.media` . `mime_type` as `product_media.media.mimeType` ,
`product_media.media` . `file_extension` as `product_media.media.fileExtension` ,
`product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` ,
`product_media.media` . `file_name` as `product_media.media.fileName` ,
`product_media.media` . `file_size` as `product_media.media.fileSize` ,
`product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` ,
`product_media.media` . `meta_data` as `product_media.media.metaData` ,
`product_media.media` . `config` as `product_media.media.config` ,
`product_media.media` . `path` as `product_media.media.path` ,
`product_media.media` . `private` as `product_media.media.private` ,
`product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` ,
`product_media.media` . `created_at` as `product_media.media.createdAt` ,
`product_media.media` . `updated_at` as `product_media.media.updatedAt` ,
`product_media.media.translation.title` ,
`product_media.media.translation.title` as `product_media.media.title` ,
`product_media.media.translation.alt` ,
`product_media.media.translation.alt` as `product_media.media.alt` ,
`product_media.media.translation.customFields` ,
`product_media.media.translation.customFields` as `product_media.media.customFields` ,
`product_media` . `custom_fields` as `product_media.customFields` ,
`product_media` . `created_at` as `product_media.createdAt` ,
`product_media` . `updated_at` as `product_media.updatedAt`
FROM
`product_media`
LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id`
LEFT JOIN (
SELECT
`product_media.media.translation` . `media_id` ,
`product_media.media.translation` . `alt` as `product_media.media.translation.alt` ,
`product_media.media.translation` . `title` as `product_media.media.translation.title` ,
`product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields`
FROM
`media_translation` `product_media.media.translation`
WHERE
`product_media.media.translation` . `language_id` = ?
) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id`
WHERE
(`product_media` . `version_id` = ? )
AND (
(
`product_media` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_media` . `product_id` IN (0x004B11B664424995968A6294D4EA4AE7 , 0x00776CF7FEC149B78B2CEAECDF562F95 , 0x008F36161EE342EFA69164D184297A33 , 0x00E6A2F948544958BC2DF454E7074E4C , 0x00E7FF48B7334C458DEB3C27A7B34C75 , 0x00F3A6C9CC0C4C60812E1E57AC703D16 , 0x018031D7A6504C70BC9611EFFCA5CB87 , 0x01FF2ECE148245B781BDD4A182E467F9 , 0x02049224C56347179FA4C013E2CFCD8F , 0x02782E930EC24175ADEA89ADD0952834 , 0x028D70EE5EFC45B8814A6DE8A8BB7898 , 0x0335254B311F4CB08D4C043AEF41EEDD , 0x0371F4F2E7C542DE93CB7694B7750199 , 0x03876E19063B4504AC6BE53E7D1B79C8 , 0x039395FBCB4E41D39E6FAFE087F26B48 , 0x042BC51D2EBE4E669C648A29C12877AC , 0x044AC3E4CAC94813B2AC2CE9C4069CDA , 0x0471920A5E1A41BCBAA40096568C30F2 , 0x05A09C16D7EC4E5AB81490235462BA75 , 0x05A505DB27714DBDA2FC65A7186AEB89 , 0x06079AAE29A44E07A6A83F338B706F8C , 0x064B2F5CE1CF45828D8A684903B792A0 , 0x0661ADA35F4F48BCB604CD1D0CD0A038 , 0x06A0234B80C144B1AFFE9F7D2FD37E7C , 0x06ABC960BAE24E0E94AF2FEC911F479F , 0x07AB613BE2A1415F9EC63C2869E7E301 , 0x07D35F804C9D42B992F305260DD98DB3 , 0x0811AC5ADC8647B3886E7CC0900FC5E2 , 0x084D8960A47C43DF8721E404766BCA3F , 0x08AB6CEB986C4FE38AE8E5A62D07686B , 0x08ADD5DDDB764C20B393F8BBA75A6B77 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x09F5ABA97B0348ED953A7BBF6793B6EB , 0x0A037CEC6F2F490883C0ECC734851968 , 0x0A38581650A342BB97478E5552350B97 , 0x0A58DA5B591E4C96857FD8671A691D84 , 0x0B4E5CC4D6AB4EA8B8330862B728BA1A , 0x0B580D4DB1AF437BB52AE681045FA3D8 , 0x0BDAFAA8FC394E1CA0D2AB7D4A7D6C2C , 0x0CF665757B114488B50086B62E4BA9F2 , 0x0D088F0CA5374A40B3139AB697BA90A7 , 0x0D23AB14DC8848BFB34E5420BC24CCE5 , 0x0D649F80D88242AEB2E5B317364AA3D7 , 0x0DEF522D84F441B3B1E2ADB3693248C8 , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x0E5E6E363026469F8227E66C5B58CCDA , 0x0E6319C53A4C4C2A908F6E1ACB1A2850 , 0x0ED9049FCE994F9AA70E69088DF755CA , 0x0FBAA27CFEB74A139D2F7C356446B568 , 0x0FF6D821C0E64E42ADB0CD735B0A1DFC , 0x106950DAA9DB47FE8C6A495EF55870CB , 0x10896259C828421DAF47D56064FADFC6 , 0x10D040207021470A945120864D54005D , 0x113B2EFE796A4181846BB3B0E5D4F6DD , 0x1210EF73292E4834BB02477A20995AE7 , 0x125AE32265C3488E9E324615CB3DE9E0 , 0x12C6CF175D2E415F9202F26F7F5EA267 , 0x133403527E3948D98BFB2DDCA2224A4F , 0x135726F264C04274AB108B3C72D4391E , 0x135D7E3A28F048EC90FE4C0F9CF250D1 , 0x137AB040245B46419C5D19E61B554776 , 0x13DA9C91054E41A49152DF9F90D52C07 , 0x13E3CF4FAADA49EC9DC3170DADFA7C92 , 0x14868CE162BC4D3CBF56FE07BDE1FEBD , 0x149072DB11FC4E25B614FAE943005A18 , 0x14E7FAB562FA4C0CA604E2A38F6420AB , 0x151A407DEB91466984325530979CD470 , 0x15AD00F10C3640A6A206CE1F645317E4 , 0x161A8C230CD3493AB870A65235A494AE , 0x1620E516BF5C4F0BB82BFD4A675064CA , 0x16A450287C97485C9DFFE95228C6E765 , 0x16A73508A6D7416CA496373D222DF1D0 , 0x17634EB70E384A1D919DB189894CB0B5 , 0x1777F0F2727E486A85165AF0983F2DCF , 0x17B54EF8D5434550BBFB24C83A334EB5 , 0x17BFD861909C4763B5D79FCCE7C5297B , 0x17F99A06AA2546058F9AAFAF592C0E1C , 0x1941895415C044699328C8746E066384 , 0x196A1E478023423D87A94219E9AB7AD3 , 0x19AFB739B5EC4BAC8A62DAE05B49A95F , 0x1A385413E0114EB4B99F05B78220D9B3 , 0x1A405474040B40DB8722B8C5662805EC , 0x1A493683432943CFAC2568C72E553D16 , 0x1A6F00E6A542479E897F1AC159E714A8 , 0x1AE784BA043F4A829C4155B04032F28E , 0x1AEE9E1061A447ACA5E7D5BF626F7184 , 0x1B225E5AAD7241169C4AAA5780549791 , 0x1B658B9E3F60471BBF92F2579CA46051 , 0x1B8F5060B25449C9A095C6B2F6BF7B03 , 0x1B98E8C17ECA4D62A7E844987E00FB6E , 0x1BFA4C8CF37E483D82B2442CB9A75162 , 0x1C0E2A3706D5401DA881F69AD188DAC0 , 0x1C2C36276EC542E69501720FC620C4C1 , 0x1C86779C496A420686F9BC1E8E7EAC8B , 0x1C874D0721B44753AF4CB0560C74746A , 0x1CB12AB55EC04D24AE5E37226249F628 , 0x1D1A29CD288C4C8583CD2CCC7FB320BD , 0x1D4FF7BEFA364326AAAC5307971B55B3 , 0x1DCB7AFF5A5B497C9B01240F8113D932 , 0x1DD550E8247F49DFAB75E16A6FBE8FDD , 0x1E218971147D4A04BC1D76B575CEFE00 , 0x1E79674314224906850CA0CBFBEFA808 , 0x1E9E2EE61F11483197EACD8A7DD2D355 , 0x1EB30BAD1F894151BB0D50FEA2210872 , 0x1F504FF9448747EABED610DF12223329 , 0x1F60D091536D4A0C8AB1E0CF4DBC0E42 , 0x1FA69EDDAABF4DF5971E23B2C718D5DD , 0x1FB7F084A0114A17942A44D159E7AB0E , 0x1FC4A2CD837448E6AEB133A80ABA1C0F , 0x201F1D195B21477F85E256D1514F3191 , 0x20375AD797124B51A5B9AB72262AB2B7 , 0x207821A319A14DF891B1DA52CB633BD5 , 0x208A4A179B7E47FCBB64ECE38CC5D847 , 0x20C99ACA66034CFDA1007E1C3B77C4EC , 0x20D96BBB533D481EA04B9D4E49AB7052 , 0x2108651761E3466F86D58B4754E179B3 , 0x211FAFBC86F1403F97AD514F5BED6D56 , 0x212CE41A64BE4A16905B20A822B1D2F8 , 0x2135A91EC8B04788BD177E316A061B2E , 0x213BC7B9DBF943908A9F5F11DA8A48C6 , 0x221CBC2D66A8429E8A15477086B08631 , 0x2320F1B7176D41E28724359CB17C496C , 0x234FEA63F5414A8CB39E6E62BE083533 , 0x2361115F142D49E1B5FA2AFF566B7514 , 0x2446554A66484068837E35E427FFA875 , 0x250F1F1AFC27405C820F4CAD012E18BC , 0x253D4F7E1425414E96116692B5A01C69 , 0x25E337362FFB4689AEA832BCBC78C903 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x26C871350EF34458880CA65F2776C6B9 , 0x27D8E293CBB54FFCA8054C22698D6123 , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x27FAE0EBD4B84E4A83D7AE1BA6B1BE8A , 0x280FA0B4A7174D86B8B08BC56C6998F1 , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0x2848C0F297094E37B6002861F9F9EC88 , 0x28671CFD645E4120A224FE0230649357 , 0x2869E4D5BEB5441DBD53F3E76CE30072 , 0x28916ADF88504C208540D811B87234CB , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x28ECA3B845E643978ACF1DD4BBBD7C14 , 0x2922E1C652D14640B5297D979A67EC1D , 0x292AF1BD69BA40C18271D7F2DDEA03AA , 0x293F475E37B540A3967F38F7457DDFAC , 0x29424506F7C34F70A500C369ECDEA554 , 0x2A2DC438531D4B6A9977BDB5D546EF6F , 0x2ADA5ED19C764D5693E6CB8407278DDF , 0x2BC49818497243ADBB60BF4250D0B234 , 0x2BCB3B87E5CF42B5A5C3EB7F72237988 , 0x2C2924AF53A14AA990E90FE6BD08184D , 0x2C81CF2F149F45C0A11A107797F136D2 , 0x2D093652413142DFB48E894DB53DAA26 , 0x2D19AD67757D4DD29AA16785A3791B64 , 0x2DCFDF6C5C7C4F7DBACDC994F955863B , 0x2DD4C696D0094C50B9B143BC77B03D5A , 0x2E1D7A24C37E4D4D96B2DD75693D254C , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x2EBF26F228064895BF5CF9B6F6BC9025 , 0x2EEA11251A334F1996D10166E225AFEE , 0x2F6AC7A3A6964CFCBAEE618D16EBFD7A , 0x2F84C9A50C29420ABDA2AB744E543D10 , 0x302C26630EE74FF28738A844ED269886 , 0x30ED195C93B7467A9187F07773889A9F , 0x311C339F64714FCE8AA2BA9A3A10386D , 0x31787B2738224AA19CEC6EB02F96EE7A , 0x31FA9215B1CC4562972DF732D4DB89F0 , 0x3231736B477540368F961E43F4C8ACD5 , 0x32387B88A1614242B91EC7A2717FE9BD , 0x329849610CF643A8973EC27B03DE6BEA , 0x33AB56DB441448479D4C4C4A219941A1 , 0x33DBFFC58FB4479F8B7EB41336A8781D , 0x3586BAA2490B4595A40CB4454BA7EF72 , 0x35EEE8534875456192B270D7CC44FF9A , 0x361327F28A3142AE8B463A0100C79BA0 , 0x36192C55CBCD433CB853F3A0D7870853 , 0x362EDEC54DD64068B39BB7CB42B86725 , 0x3689D83479D84ECAA15EB3CB26A4DF41 , 0x3722FE146FC24976887807D1D7F26600 , 0x37F514D652F343D9B13D2CA93E050123 , 0x382C2A07C8A847AEA74ED5A46702C522 , 0x385D56A568F1415D90BE5051DB12BBB5 , 0x3878AB06503044469D3011FF05460DA6 , 0x38BF0EE523B3436BAE1190E1E7F1216B , 0x38D9BFDE83AE4B66B246D44F6D1CD709 , 0x398C01A31065433B859085E3FC840C58 , 0x3992875E90DD47B4BFBBFCAEFAC30206 , 0x39ADE2BBB84449E49D8418CCCE505792 , 0x3A3A61F66E004C1BA712A101D61A71DB , 0x3A6819C1864843FBBB43562373D1F808 , 0x3A7AF9FAC6F6443BA0559A346A783143 , 0x3A9ADDB7CF09457BAC1B39C0ACD35B65 , 0x3B2C5C038A88401FA502DB5EEDDCFA0F , 0x3B2D695BF22C4EFEB6B8F89927D3F670 , 0x3B4E6267DEBF4727BC49AB382EE6B378 , 0x3BC6175191E54E9C8B9C9E7639DF25C6 , 0x3BD0ECB2AB774FA3B5873029FF16F35B , 0x3BE71D5D0DCF4CAFBB0229B757EBA18D , 0x3C00CDBA9AA64E15A792ED78217B93FF , 0x3C4DC9E7BBDA42FF9AB87D3185A2F0B8 , 0x3C802908877C454BBD14FEC9B7031E89 , 0x3CA896B05B2445B6B57834F3EF90B590 , 0x3D5C6AF427C843C09C82ED265E20CB62 , 0x3D850641B1C34153949DE58D8C7809DB , 0x3DA8BF196A3B49808FCE26652CCCD5B9 , 0x3DB3B5ED34DB433D8BEF16A91BF9D9C9 , 0x3DF78C98F2174B8D82EF9CC28CB40024 , 0x3F238C229EE6469FA12B3B634A836C1E , 0x3F2554490D9941C794BB71F5F764CCCD , 0x404603B4771D4C929C56C01069E609A0 , 0x40659A680B7043A8AE085E91EABCD302 , 0x4069E432F02A479CA4C4D635238C8130 , 0x413BE0835E98425CB539A9001D523837 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x4222A62D2F42428B9E321703C0A379CC , 0x42678BEBBA584D12B643E7D1D36BBDDA , 0x4283A982ED5248218DE38B7ECE4F8F94 , 0x42843C39F20E4F23A599575776B060C2 , 0x4296A5CB65A142C68F73F4D87567B352 , 0x42998BC8B79A453D85E129041F68ED7B , 0x42B48872CDFF422C95E1F7F69E60F2CD , 0x42CEEA7E8D074557829FD56BFD3A51A7 , 0x434D104060724211AF24C72EAA0BC284 , 0x435D9794F2CD4DC4B3C48E6E4F8029CF , 0x43965097D33A4A36A50F50A8113E2FF7 , 0x43F3C004621146E4BC8758DFA13D63AB , 0x44A475E5D6344A3CA093C9D19885F7F5 , 0x44EE2FB601B246B3B4183A7E98D4400A , 0x44F5643A9AA54A23BCBD89BAD97DD752 , 0x4570100A52C74FB0B920361946661659 , 0x45AC4AEE1F014F32A51B22AD98B3575B , 0x467EA28F5B534000BB6F0F6AD8FA1DD4 , 0x46FE94E807F34C4887797B1144D46390 , 0x47000CA728E74358B965C8D777954474 , 0x4717B782D81F4AC9B1F38BA0DC75F742 , 0x474BBECAE1904DB19B69F7381771E74F , 0x48165B0999A34551B7B2D61E64F95DAF , 0x48A25D2D38EE45EFB1F32DB4B911AFC5 , 0x48CC805E3A0C4A708A7E361EC117BAAA , 0x495085311B31474FA0EDF2733D1A853F , 0x49994B451C88421B8C10D295B279E89C , 0x499F465F2B97405B8029289A8258E560 , 0x49BD26CD2D784A939E1B345B7C8A882A , 0x49C6E0C5CDB2403EA954001E794C0A36 , 0x4A5521C0A1F04F648418D834BC420E4D , 0x4AB5056BAF5D4622ADA50811208425FE , 0x4B0F099902DE4E4F8234B56CA25DD7D7 , 0x4B5FA4B43DAE4040B25DC43C94515170 , 0x4B66FEB2DAEC442B9CD51794DD72590B , 0x4B9BC24A713E4C07BC49DA65B3705AFE , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0x4BE486DAE34142E5B63EB5CF6400A090 , 0x4C82867A86F242AC8261C288F180AF4F , 0x4D200872D75B46FEB271174DF0837EFB , 0x4DBAA267B1374ABAA9E38B89E15A3E17 , 0x4DC113FFFEC644E7A2FC9E602E993A80 , 0x4DE0D47619D945C986037D56CF7432CF , 0x4EA1C54FA9064E5484ADE5E934285B94 , 0x4EDCA662B0634311BE782B9C834D748B , 0x4EF55A1D12E24ECC8C3881AB6268703A , 0x4F1A2C8C5AE44FABA1BF9340C0809894 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x4FB253AE953A43F38604CC34273BE0FC , 0x4FC73C81AFC14AF3A51C8F90E0F6EFEF , 0x4FFFE824D4CC4ED3B5BA72C8E13FA192 , 0x5006ABE58D2941FDBA681E3A87DB6E93 , 0x513AB9793DD541E6A6DFF9033F99756F , 0x51465E1AF1C94C4B9B5EC62D49201CEF , 0x52AA3640A83346469EF4F3C3D5477649 , 0x53E4A030C1484AFAAA3AD9A63E7C8D0C , 0x5501F5CEC2534C6784EB5B8D2E8F8C2B , 0x55214A1633FB4A73AFDB44C8AE1F0B09 , 0x55C9247C42F6452C873A8AA97CFB375D , 0x55F4D6BB96154E2F9BBF1DAA999902A6 , 0x56251D06C9E9477F8A2FF494CAE75053 , 0x5627D0037D8D484297B1F9CBD0C61028 , 0x56D00870E53847B8B2953024F8224606 , 0x572D5705E956482DAC2F41BB553A37BC , 0x574306C1F4F44AD09688FB2D06CB8651 , 0x576CC1440D07434C89CA9C09971DA9E1 , 0x57761A6E525846B9BB52797F1F194629 , 0x57963422E4DF4C9CBC4CD46A258F4D43 , 0x592B2DF88BCD4B6BAA36E9893DF8CD0C , 0x5968D52D1E024F78B80EE805E02A57A4 , 0x598135B2AD054BD5912B695C29B68C7A , 0x5A073A4F12E649F5A5510EFA3977AE39 , 0x5A6B8A51792444F0A6D3B82049B447EA , 0x5A74FFF20E0742DB86D036B922FDBA93 , 0x5AB53EC8D8564679A133A070918C62D8 , 0x5AD0A75B35EA40B780720CF5B915396A , 0x5BF95E9020EE4C2DA987F042B175EC3E , 0x5C8CCC79ABF34ACBBA63EEE33F345362 , 0x5CEF6D13783B4E3CBEFA1994CA672E30 , 0x5CF0421E1F3E4614BDD73A1626679868 , 0x5D0192BD30D84D41BEF8A3149D006DEC , 0x5D2D44C9FFD346B5BE359B080D8B4BC1 , 0x5D657312E3E04607971960C43EB4F224 , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x5DA8191489084DB5B5188987B676FA6B , 0x5DD7BAF1A0FD4A1686400C21CAB9B080 , 0x5F679644318B4835A863FD70CDA624A5 , 0x5F79137F86FB498795072C33D40A4712 , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x5FD1BD9C33C24EE99495CB59827EF863 , 0x60380264BDF342EDBC59C0DF04D6263D , 0x6070019EDBE146CB9FF790629E633BB8 , 0x6079C4BFF59D46CD860BDA552FF13602 , 0x60CBA981CEA144C2BEDFB3040C1AC083 , 0x610B63661F894465A504577E88EDBE89 , 0x61DEBDA1020043959AA497CAD8711D71 , 0x6279E85C754A43909DE87F0D3B858351 , 0x62C570E1FF8B46A0B4C0D986608E2939 , 0x631BA6F1534045918EF5ED0CAFF92F32 , 0x63466E4A0F60441EAC69A473E9BF399C , 0x63570E68E8CE4CBB80EDC3A7C8E212B9 , 0x636FD7059DAE4829944AEC619F5F5889 , 0x63BBE5A8C1994B2489078B503777CC94 , 0x641B7D4BFFF041B78D3BB89FB2436F90 , 0x643E3C9842BC427DA19947C84C6A2158 , 0x64472CA896E94CA8A2D0824BE165CA9C , 0x6457A634BC564E8B88AB325B1BE45EA6 , 0x6462366562514E5C8CDCCC45A32653C2 , 0x64A73B13750E46DD80AA0B90B84FB55C , 0x64AA4D5D3EC8485B83FACBCD9938CE41 , 0x658AF58C8421444B8D1921FDB61B2947 , 0x65CD81B4C3F24C4BBF2A0B77E333C0FD , 0x65D37E8611A24D6A81A53A335F092210 , 0x66599A8892FB4A938FCE89EAD4DCB099 , 0x676797F5F2B24171BCAB36D3E88B44C1 , 0x6778590043C94554A2E2CA279CF89EDF , 0x683DE0B4B5AE4D559AFD00FB3086C933 , 0x68C8508CC9634437913BF4C1F5609124 , 0x68E99532EAEA480A9E1A058351BB9088 , 0x6931E676B95B4933AC2DCBD345844489 , 0x69D888A6BA7945C98018C15F3B27BA27 , 0x6A0F66AD837449D09AB1849FAC5557DC , 0x6A221CC6B2E649AEBD4EE43C4D38AFF4 , 0x6AAF68589FC642A1B693128D41D429FE , 0x6B48C0ADD6044D6CAC3EBF4870FD9A59 , 0x6BE4F3D665A744A7B140327320BA8C34 , 0x6CAC5C8418864D1E83240AF4A4918714 , 0x6D2C967944904520989F13F15F6B202F , 0x6D6CF31C38404470A0BAAAF87F2E2DCE , 0x6D8839CB27B94AFFB0CE6B1286E5719D , 0x6D9CBDBA1287453BAFE0DD70E66BF683 , 0x6DD6142B64714F4CA467E607BFCA94D5 , 0x6DDAF86033CB4AA796B957B5AEAFE78C , 0x6E7E8689E57446679AF71A3495422488 , 0x6F77BC88B85B4276AEB992ECBA83875A , 0x6F795B1803AA45B8A7B50BFEA44A3A0C , 0x7068C1924D634196B0D21419D92BDA9B , 0x70DA13D9BA6E4EC79D44747B0FB398C0 , 0x70E52FD4923A42919E958298024DCDF3 , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x71710CD9F5F046529FFA4A8AC09439C9 , 0x71D51E54921A4752BE1673DD49CECEEC , 0x724E19BA971844BBBD2C0FF94605EF99 , 0x728A78FAE9654D95840BC49A84D36E54 , 0x72A2E20321774244B07CF45ECA32404E , 0x72D70C67E6474DDCB1FBA965B12ECD8A , 0x72EEB6BFB10F4CD98A94F245BCAD4114 , 0x7372870A4DFE4BF993AF313E8BDD6797 , 0x73C916A5E8924BB6B280D20B3E6C9CA7 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x73EFB3C9F8834765AF8B9F9ABC747B69 , 0x7475F74DBBB643D6B6A46E6612062B8C , 0x74BCD28D06D7415182762BBB26845F2E , 0x74C23DEF2F2842418AF16064A77DC50E , 0x75C7CC67B7B3426195CED720034A03F2 , 0x75C9C48FD41840FCA0A70FC92EFB21D3 , 0x768D37AA6D264DC0AE33E575ABE651B5 , 0x76D2E06872B440C18159D288B0B611E5 , 0x78E6924CE8354EAEBB1CDB20DDB37005 , 0x78EF6CE488B546DBA1AFEC66D499D99F , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x7909112A58E74515BB2D4D013C3FC975 , 0x792B461266CD474CAE2356AA7B2A6D0F , 0x7961AAAF1EFD4F91A1CF592D2F444E84 , 0x7979893536284CD5A6FD2ADE57CCB406 , 0x797D6D115CB9446B8D22AAF8AEF84334 , 0x79D031E928294453ADA90C79C509876E , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x7A086E8C4201469E932B4A183711052B , 0x7A1625F80A3F45AB9D2CC00DF91293D6 , 0x7A6DDB691C994671A9425ABE1D1FC10C , 0x7A768155A21E446DB594B41749495D52 , 0x7A97BA16DA8F4F098D36DA943A85EAD3 , 0x7AD6C54C9BE34F03B445D31D6927EDFE , 0x7B16AE7D9C224220BADD4897B4DBB082 , 0x7B17ED5E3AA44635A18D9BE40AC720E5 , 0x7B4CAFFABAD04D4D90F412995E5D0790 , 0x7C038F34BC824EB78B121468F67A77D0 , 0x7C3AD044A851497D947245B9D0295EEF , 0x7C4D96C3D8484DD58F12CD78333DC80F , 0x7C897CF1DDAF4CA6A927C41CE075EFB6 , 0x7CA7A8B852E2488282D122C35DDFA10F , 0x7CE75D0999774CBC884DAD693378499F , 0x7D56D321D6834A24A35114BDC9A75ECA , 0x7D66FF816BFC43E5A35DF0F504CFE3B2 , 0x7DB3D8DC2E1E49B1B4B7FE441E8676F6 , 0x7DCA61AD5162418AA5AB73367E106739 , 0x7DE4BB40088B40FF8F01724803358AB3 , 0x7E9A82B6453D4808B782E8B95658F6C2 , 0x7EC639010588449CB5845733976BEEFF , 0x7ED1851BA54F4CB0A380F8D08EEADF72 , 0x7F0FA547FCC34059BBB0C46FF443F1AD , 0x7F42ACED846442ACB22BD1DEAB30E7C5 , 0x802022501A6145C08A75C17C75BEE45C , 0x802D5DCC7D204219909DFDC6F9940A20 , 0x804FEB3863C9470288F5D5FBAF5C2733 , 0x805ECF0FBC6D41959F72D84DB330B41A , 0x80690492D1304C02A6506BDF2CC441BC , 0x80B655FB9F6E4EEE99CC2AC823239D0C , 0x81109D6D5CBB442589401E5427212CFC , 0x812EE9524CEA433A9EE6594A47D2301A , 0x81966F9B20A34EB0A3967BA9E700BC90 , 0x81DC917602C84C229200C5810EA53B6B , 0x82EC4C72780D4D88A0E79B3846A9BF6E , 0x83A7440BF43B4E4BABD1CD3CFAF45119 , 0x83A9D3FE8C1A41238A095AFBF14F1190 , 0x84091A7BA6F1469EBA53A52BF47476AC , 0x8423275330D44D93ABCC4C61C3C73B69 , 0x84AC473AA0CF46249A13D69B6A087633 , 0x84D0789314454723A3E7D9E34328FD4F , 0x8536C17ABC7B4B62840767D1C60C5520 , 0x8586480551B84599B3CD9416A888EC37 , 0x864288C5040245DF8F06D2FB31F5FD8C , 0x865FBA6B82C041A39C6DACA80370C4F5 , 0x8669E125B004411293092D9DF9BF34C5 , 0x86929811FB6E480FA61B2B137598426F , 0x86A1EEADBC7942CD815D907D267D6433 , 0x86F0D71C355245E7BF4B4EF63AA03CF6 , 0x87DE4D2AB53B415DB45C786D8CE590FA , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x882A0D90845C46C9BB019659A615F235 , 0x885AEF82780D41FBA5461433B8DB2ED3 , 0x88AA0A0E95404F99BA5B0194856D7219 , 0x88BCF3C46A49400DA3995ABF847D8C5D , 0x895F9D602AA148759695F2DFDF443D1E , 0x89E95FF3C52A4FCE8211B37ED9AB1F0C , 0x89EDA59C8AB2485188603FE1844BF9FD , 0x8A0D89118A8343BD8DB150E4D2D08776 , 0x8A8093D4ECC746EB9D1B4E542077F079 , 0x8A8217F22C7A44BABE8052550F89EDFC , 0x8ACA9A1AFD67418AA7E887D5A99563E9 , 0x8AFEB2F019364CD4854060E7B72AC179 , 0x8B2D191ADBC8495AAC0A0FDA910336A1 , 0x8BA007392E584243ACA6846DC71BB165 , 0x8C104FDC0EAD41BE9A48657D3F397124 , 0x8C98CE41CD2545539D9BF136866D8B84 , 0x8C9DD18731D54B318C8416A7FB0213F2 , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x8D35F0C6664C405396CC9D071B872140 , 0x8D4B14A849134050BAF1E6131514FC49 , 0x8E4E53E02C8249EBBC61DE48C45CC193 , 0x8EAF7EEC94EF4B16A1C800CC4A54B5F5 , 0x8EC3BFAD9B3F41C296A86F9F1752FD75 , 0x8EEABD8E0DE14592906FD3EE3EE9D094 , 0x8EEBF051B0DB41ADB1051DCFD230E927 , 0x8F1332EB43334D159175A80ED6E45057 , 0x905E3D1AAFEB48098B7694E2A7637E51 , 0x906C5097986C47B0BDCF11C7DE58A205 , 0x906F71A1A53C4361B9520285498F47CC , 0x9084F1FD2F964A89A5B9E79C0F0F14FD , 0x908B71C25DD14F41BDA94FF5CFFB4A21 , 0x90A142E1FDAB42B6876A3A080656AE9B , 0x90EA8BA2A59D4F208532C846BF8F8974 , 0x90F46C5C80304229843BA92D6080A56E , 0x90FB47C3261D4431B54F475FFA3E3CA8 , 0x91118C3C5A434C50A79C690C0EF874F0 , 0x9142E63958174E4BB1A3EA5A8AD7BC96 , 0x9153E0816E6B4DA8ABA4DF841128B2CF , 0x9157D39A06994163A92F1BCD6F774ADE , 0x918A9FACAFA14EEC98A8F64C9C1584A6 , 0x91FD46B5CC594A408B32635E4A9AC47C , 0x925043830B4143A9AFB3AD97282C079D , 0x9270FF54FAD946C4BF3F88EA04F15549 , 0x92D2A998E61049C98DFC764A13BC4CF1 , 0x92D741A9BA804E5196B30DF1D7D21449 , 0x9306919EA70241CFA01B0F4C419118ED , 0x93296FDAEB9544CAB48FEF4532F507B3 , 0x932CF84722F9420DB0FE81BA479611F6 , 0x9384C78E3B6F431CA88E7921E8CEB9A4 , 0x93917980B325420B8F10AC4B56E8313D , 0x940DE9504E2B4067BB89E8DE2687044F , 0x9467BD943A85494595FF625C1271014B , 0x94A1DAE0BF3D45C0B2AFA1FBD2B624A1 , 0x94A36AFBEF8A427A82A6F30A6F8EF109 , 0x95D06322EFE8470BBE34CB40D98FF8A0 , 0x966E42F112A0496E994D4EEAE6B1FC1B , 0x968CAAB51ACA4804B7458062AE802CD8 , 0x96936E32FCC6414E9E19963818AE3296 , 0x969F97D75DEC4C0CA834882186E06F00 , 0x972098D9517B48BF8AD65553219A1376 , 0x9721855B4937454A904482D57C7E6414 , 0x978648C238AF48D3B655595F0883865A , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x9850A7B3F2864B838ACEA5D777EC25BC , 0x98669351A3F74799BBB5C3973FA091C3 , 0x986B22337F9D49589976A6C1E914E9D3 , 0x98D8983E43ED4DBDA7347A3FE5D452C2 , 0x991D8A0A328C439DA40935C930B29A76 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x99B951830DFE4B1AAE2675D97393BEC8 , 0x99C5987C1A554F82A53BE83488BB074F , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9A1DF6D312084068837758FD2953C398 , 0x9A5FB1E87E704A82933549814F8CB13F , 0x9B241A386A174BA9AD6C089472BE81F4 , 0x9B9CCFCD42E0456DA90F81F63268E5E5 , 0x9BA27F9F49A24A53A249745845B487D4 , 0x9BB6955BA02E44CB997D38423B9F4328 , 0x9C628946FDE6469583EE3E041AE49269 , 0x9C631F86C38248EF86731E33D97644DA , 0x9CEF2594DCF54D45BA544C84672CC09C , 0x9D04D88DAAB645DEB09DA90C25C603D3 , 0x9D11B3596F6C4EE5825751227B3D8778 , 0x9D2D31909BAC482297C7496FCB78E374 , 0x9D82ED580451437B8C98B8491C24C9C9 , 0x9E00FCF3882744A8B987BFD4E6C8DD4A , 0x9E2E0BCED7C94DA5A373C7072EADE969 , 0x9E81CE7F104642459841330A142790B8 , 0x9EFAD8509012430183448BC78F9489F1 , 0x9F06F4CF55274037ADD5D68B2C250986 , 0xA005AD988DFB491984A04FE19F7E4577 , 0xA04028C7174D47188E03F3039EFC91BC , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA0C9EA79BFAE4E3B8267EA8C20903B2F , 0xA0F6F1CE8C29430AA34D3C1555E453EB , 0xA14F6CE4FFF34C288D4A9C692776F67F , 0xA1642380CE274497B95367BEB12266E8 , 0xA19B8F556CEC4350A233B95E42AEA292 , 0xA21B9983858F4A5CB1B9F82999EEA585 , 0xA33903F981914C079418471C6B7549E8 , 0xA33F7277423340E3A47E91518487E082 , 0xA351C4D4343B468692D4C13CFCD59B61 , 0xA35C15ABDD8A4492A5322D43F20F26A6 , 0xA3EF09BF6A504734B046E22F90A5F2D5 , 0xA420C3B23A7B41EBBE2148BF08F72532 , 0xA4566694F5354A1C993527ED1EF82A0E , 0xA45B956198B84F1FB6FF13EC45245ACC , 0xA47F15CBCD4F407D8DD51BDC1A9A602B , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA4C8C6EBD449449486BB8BEFC80F7894 , 0xA4F53EA793FC4928903CCE55D47DAA6B , 0xA530E5CBBFE84B63868C03BFD7F6BBC1 , 0xA55823063A5046AE82334CBDDE9F6EB3 , 0xA56791C8FE6441978612FCE3E3353256 , 0xA572323B2C8C49F18CA0DA5D9B8559CB , 0xA5DC0ED02CCF4ED4AD4E4F1EEB0CC7EF , 0xA6A99F9475354A60892D173B04034D30 , 0xA712472A1FD942558B43602BEBAC84D5 , 0xA791698F060740EC81872561EF70BB34 , 0xA7F16B5461AD42E6B6070810AAF8EAEE , 0xA816FAEB3BA44C0F9D649B1DBA370929 , 0xA821025B13F0464C84E855512A64902E , 0xA8A9A96D4C484E2B95B697C45E9CA592 , 0xA91DEED1F9074658AFB0BCF61C3EB270 , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xA95198C1FA3440B3A409F813A46D7A63 , 0xA98BD2924357447C910421250F5A4712 , 0xA98C66392C6E4C9187F118B80267894D , 0xA99552F6420149FE9B6FE71F1EB223C3 , 0xA9C3208B26794B119DABD142B2665F90 , 0xA9D58BAD95F74847B2BA3F68261AD9B6 , 0xAA262210581A4C0D9CAD7E1BBE9FBD49 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAA504E5BCD374F1997936465567D2175 , 0xAA712B0CA99845D79928EA7C33C11B77 , 0xAAC6C602FA1F46D887F9442FF111AD40 , 0xAACB8FDEA6A249E18B0ED74239D6F0C1 , 0xAB80F47E137240B2B89FE98783E2E72C , 0xABE6BF27ECB84F93966F2C666754177D , 0xAC2402552AC84121B755ADF37F39D2EF , 0xAC5291B5F4214F35A3D67D60837F71AF , 0xAC9EABD96C78454C96C880C1BFCF4496 , 0xACBD753F384146FDAC26F17321877267 , 0xACDB9F1DAA634D018578184EAE25FBE3 , 0xAED6704EAD4E4BA4894CF6A95FA92E4C , 0xAEE00E0F8C1A43A8AB9E9D623C5C3566 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0xAF70BBBB98C14853A111515D3DC63DAD , 0xAF78D91653A345168E413B52B9752562 , 0xAF8EA05363B44DC8A1E78F8DB7CBBE06 , 0xAFBAE945FD2B45F18A2E31493B0A9B8F , 0xAFE1670F53F542FD88A2B2292CFF3879 , 0xB0239028184245B8B810699DB194703A , 0xB118DFAB130545B7BA745BDD962B7DB5 , 0xB18473E401C64322BCA40031F57A336F , 0xB1CABAFA54E24559AF98DA7F27501052 , 0xB20FCD83F68848A984AABAC83C4CE738 , 0xB22C51687A18469EB5DC632323EC34C7 , 0xB25A917C7B94454AA142DFEB17B347AE , 0xB29F95685B784912A988731F09E844CF , 0xB2CA25F5540F4FC2ADFEFFE678AB972B , 0xB2D3C6461441415494093939C5323DAB , 0xB3B6E084E5864826A30E1D31B7405826 , 0xB3EFFA4F955F407BA086FC39E102C5EA , 0xB4181D8CE73848A095E0901004CAEECF , 0xB48A3443ADEE4114B6F14BF0CD961667 , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0xB525F7BBAF204F47B762228F4ECFD0AB , 0xB5686981F4D24D5788C401B8FD54B495 , 0xB59934B640E14D43A68F7BEA936BC0B1 , 0xB60492B424B44CFDBA69C9A87CC6A708 , 0xB60AF243CD444C6C87E06AB495BBCAFF , 0xB64E0537F99F4A7C83CAD1BFD3253C64 , 0xB7549288B1EE4E5CB0112D3DE02D6658 , 0xB79FAC130185434BA6872FCC3DD8F624 , 0xB7F5511666E04CB3B03195412CACB7AD , 0xB842E53BD9334206ACEC3CB3F9DEA93C , 0xB89F5FC50B434E30B66A668996EC46B0 , 0xB9513FFC1EDF40B48CFB3A1C43DFA76B , 0xB9B659553114410C84EABA857ABA8876 , 0xBA1A4C578F744FE8AEF00A8360EEE3AB , 0xBA6462E1CE9D4920B1D4443BF5B4B453 , 0xBAAF0501442649A780E5481B2D0CA46D , 0xBB097BDE92A74379A1837881C7239FD0 , 0xBB7A855A859B47AAA675E98C1BD6AD04 , 0xBB8C2F81774046BAA5578E5989EBAA38 , 0xBB8CDB1BEE7B4FC8A717B8B60BD469FE , 0xBBA406597E4B4C629C8DE0F0DAD9035B , 0xBBB01165934C45129D9806E241C4C118 , 0xBBB2AEF8078449918B4A03692D608B40 , 0xBBD137805814411FA7B7F697F56461B5 , 0xBBD322979BC447F7AFCCC5A34B012795 , 0xBCDA614C3EC54936B6446782D7E88EC2 , 0xBD45FA6618434853B96DC43CD7331E7C , 0xBD7A78BC52D347328DE55D912501B2B5 , 0xBE2A8B5796AD4E87B0DCA06D554DB6F7 , 0xBE6E35B9695C4AA5B65C913CC010497D , 0xBEB754BFC07F49EBAF32CDEB8CAAB252 , 0xBEC3F48AC2BA4F95A64495E2277E2B9D , 0xBF1DD535D21B496E8092872D3DCF77CB , 0xBF770691DE724204AC9A56CC994D46CE , 0xBF9A6B88FBC74A989DFBBD56AAF7E8B2 , 0xBFC64FEC939B4277815ADEFB930295A1 , 0xBFE1F46F2CCE4F6D8D073F57D7FE101A , 0xBFFB73C826B143A98399ABE70ACAE832 , 0xC034EF83F89341C5B093AFB0E4C2089E , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0xC143635479BB4DD0AB2F2B45EFF29906 , 0xC18B32126E324BA2B7487B4D38012616 , 0xC1A0F8CCB5F04F9D8473674E9C6A966A , 0xC1D1A8EAFB3249FF8F0401FB18F4E8D2 , 0xC2205521D27F442D8FBBAE88CEC3237C , 0xC225ABF84EDE4935B34646A1881258C8 , 0xC250C6A2F2D34A5FABF7AEA87D93FFAB , 0xC2ECDDE0AAFA48328B8D42929B52549E , 0xC34D48A4364149D38ACA1AD19E3BC4F0 , 0xC3724E1DFB384FEAABB3F82F5B81E627 , 0xC3884A40497E45EDA5DCF043D787E045 , 0xC3B21F8C90764EDBB3F790CF69126D3D , 0xC3E20ABD85FF4AD19F0620233107FCE0 , 0xC4896BD08A17429092BF6065205D5C0B , 0xC4D2E060DC8E49AC845F19120879DB19 , 0xC53115EAEFB049369199492D4A43AF8F , 0xC587C12B0F054F11AF15E1EFA585C4E2 , 0xC5AB144F495C45D1AF742173EB811222 , 0xC620B2226C50471D90CB49129203C46B , 0xC77FECCC94404FB89F75CE225C7F2817 , 0xC7A5729F4E1E4ACDBCDCC6AEB2DBFC47 , 0xC7B07D450D924CDEA940DBAE5E6B5916 , 0xC7C27C6EB6D54599839A560978452979 , 0xC7EB683CB67F400C9E4C1F944DE23867 , 0xC7FB9895CEC448F0AF5D27FE69F3BDAD , 0xC805DC6B53344265BDDA8D4ACEC4C147 , 0xC82F72A721A44277B0191A437309C4D3 , 0xC86D74ABB9684CB8B075E46A7A136294 , 0xC8C52C2D21584C5A8C4E9181536280FA , 0xC961CDE1764C4D2B8ADDC7E66E00BA96 , 0xC9789DFF64A84E818673AD6B63714ED6 , 0xC989BB0F562345BB87839B5C823B48BA , 0xC9D11D3EB1A7421F992E45F0A3E9AA4D , 0xC9EB29E4FD2E4437A0572855DACA354E , 0xCA062B58A9264B7DA8DEB306AB27C7A8 , 0xCA06E673C9D0430D8B8831D91E4A53FC , 0xCA57B68D2DA242B8BF8CF84690250E2F , 0xCA5B6E454981415E9F2183E4DBA078F5 , 0xCA6F416353584D21A12983D8302658A2 , 0xCA9C0B81264347A894630408AA3962C5 , 0xCAA6CB1B15F94506BAEE94AB6DABDB2F , 0xCAF11042CE174FA78B82ED67C48198C7 , 0xCB7DBCFACA054AEFAC7FA4A960E2AB23 , 0xCB8254F4B77E477E844874C67C425B3D , 0xCBB87485524E4B4BA094D03D1A498399 , 0xCBCD3E64CF984609BB05C8B8F0C46F1B , 0xCC2E0C973AB64A99A8A4C3368B790FE6 , 0xCC58D75F27B943B2B30EED49EB9C5602 , 0xCC7F17B545B443259D7B3B91BDB635E9 , 0xCCDDA087F458462EA0DE04232D68AB19 , 0xCCE237728C9A443095D5ACAC2558CA2B , 0xCCFECB91167449F98CAD00A2B2FD239D , 0xCD3456C18A2F4B9887EDED52C02F53E6 , 0xCDDA3B1FF1BF4179AA231235B219E397 , 0xCEC520431F0B45858998B728FC4651EA , 0xCF067CC2A18F4B11A16B880092821E23 , 0xCF739FE71FA7405C8DA1E454C4FE9074 , 0xCFD6DC9AF5F44B3B933547476F6B88A6 , 0xD02B8747E3D8442AA1E75C52D2D69A8D , 0xD078894672BF41F9BBAFF5896E4A7B6A , 0xD0FFC82A39BE4D63AE4F91900049D611 , 0xD10A5FA44FCA4975BF014F432F0A51D3 , 0xD11C3D30E7434243BBBD8FE0EEE54D50 , 0xD124C09CEA9042EC8CE2EEA49F7105B2 , 0xD133C375EFA24C05A901F1D76F689268 , 0xD149A7C522D4471BB575CD5D97CF3AE1 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xD20E81A8E75F4CF2BC22BE5BDF8D0950 , 0xD2833B86883B4B558DC58C60C764503A , 0xD313AA66FD2A4C76AEB9CDEB5D197563 , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0xD429EB8FFE8940E4A499E74BFDDEE156 , 0xD5C7F478291844FBBD73ACE11197FA41 , 0xD64853417D9D4AE59CB548EDB8198284 , 0xD6E454BDD3CF42D89D49CF24495AE307 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD77A75A1B1794617ACD5175F6E6B8746 , 0xD828B2C6F323491F82B0E216495968A1 , 0xD87645B618C54FE7B4E5439D779D225B , 0xD88BF378B2674CF2AB532F4F11E5071C , 0xD8C29AA25E6C4AB8A522BF7B9B0D98A0 , 0xD8FADC9CBE154AFF9B6F9303D385F496 , 0xD9564A1C0533452B912A234EF2C506FA , 0xD97333CA46504A8389743BADBC47D068 , 0xDA262314DFE9440C93CA78BC49170C78 , 0xDA3C330183B04E42A6635B2E5D30438A , 0xDB48546759C6407EA9DDC68439BB2D50 , 0xDB717AF3942441D293D26970A657AB70 , 0xDB92148195894C159CF48C7C4987D118 , 0xDBB51805DB4544079EDFAA7D7D5829CE , 0xDBEEB71958884CC7A252AFF607AF6C91 , 0xDC394E36AFE54232AA11F9584237364D , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xDCBE93DC55984DBAA7CF0295970CB008 , 0xDCBF69F1E792418D9470BF44C655FE4A , 0xDCD1579A57EF42C3A9F76B9AFCA20BD9 , 0xDCF58B8DDBEC464A99FA26E03699B795 , 0xDD34C4BAC22B438F8BDD5A4374E08975 , 0xDD6F39349C90473F866F3766C27B9179 , 0xDDCB12B96F53423285250F99ECBF72F7 , 0xDDD0DAA540FF452EA038734F3B0BD35D , 0xDE1C2BCACEB54378A87424780E23C8F1 , 0xDE429B7018D746D08888A6FC0BE98228 , 0xDE7DB8BBFD394D309BC002847CF993F4 , 0xDE8E85B175484C948A4EE077DAB2BD57 , 0xDE9DE4E6DB35417A88BC7D49ACF6160C , 0xDE9F7ED32B79420BA085E18F53581B38 , 0xDF640830F4AB442AB61F531F1533CE36 , 0xDF818B09A3DE4776BD25CA68597F38F2 , 0xE04369ABE5CD480190FCA7A729C7425C , 0xE046383707944C58BD9E4FA83E80BD38 , 0xE09C649155144829B8154605F353DE63 , 0xE17876C9740D4E109F5DB978B0B39D33 , 0xE1813D1953C34D33B0D9B27ED5873886 , 0xE2010266BC7C48DE8ECD07A4682B7580 , 0xE20B3B822CCF4EE2B2692A5B4108F568 , 0xE33300E6D1BD4D7C9EA39B6547C16779 , 0xE41EF68F48C246CC9A5DFE9C5837FA25 , 0xE4270BCA70094623A850304D91F8E534 , 0xE42E9ACDB7A84DB1A5DC21CFA70F766F , 0xE4574A99D3D944C8887CFC49576AD4DC , 0xE4D4AD0BB4724866901C2B0001776D70 , 0xE4DFEE05967E467DBA12F8E84C6B8B05 , 0xE4E45D774EAF4320A278EBFA73EEE2EA , 0xE501CEAB99DA4C91808C2FAA5E7FA267 , 0xE5863AE8A7DA43D490D88E6E20D355B5 , 0xE622420C326744279690D723DB04A127 , 0xE69D82F05CD3490489A4FA8B6AB69DD3 , 0xE71BC9B393FE4133BF1FB32B20FC1F32 , 0xE72581CB39964A80BE8584D7F083CAA8 , 0xE747EF8356FE4DB9B003B66FF2E5060B , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xE7ADEDD46B1E433C83CDF6A3E0B48C4C , 0xE7D84F606BCC4734A53313E6DAE9EB88 , 0xE7DFB69C5E1344A782640A0FD69D2C1B , 0xE82E6A38CD34472EB520C16186FFF449 , 0xE875FA8F02EA4FB2A896E60A66B34CA8 , 0xE90B791D2D0E4F6AAC019598BABF4CB4 , 0xE941752D33B64DBE818CFC24F0EE113F , 0xEAB489348A9E4C1A9F2917367AD8C083 , 0xEAD5EBFC0DAA40C9976065D365C664AD , 0xEBF0E6EA0A2D4D7C9F4BB6F952F1B15D , 0xEC1436DA1E4C4F03BB092B218CA78CB2 , 0xEC820D0594854DEDAD28E6BAA282C570 , 0xEC88BF73BF7044CC9A644D318899F7EA , 0xED5B1105886D491491A6FF7443F1FF2E , 0xEF6272F67E22400DB762A8486C481987 , 0xEF924DC6BCA34388938555DB649B58BD , 0xF006B87327B548C68165CE67D5421F94 , 0xF048B4036A714D83A54800E569141DA0 , 0xF06455EC23D84B44A4569DEB4972284A , 0xF087A4965EEC4465B02C7274E1FB8D69 , 0xF0A9A1006F454E45884594AD2022374A , 0xF0F5CD270D5E4A6B8005058308AE00D0 , 0xF110177EC70C4DA7B696692C02686AEF , 0xF11BBD4A6B0143DBA95CB9C9D956E648 , 0xF141F0F197634AFB946B7B6B9A507618 , 0xF192F5A690B24F748B53D8249B3AF7D6 , 0xF27778FBB31447C4A796F4ECAD2E7CCE , 0xF2B60A5BC09D4241B73287C48C8E05F8 , 0xF36A108EA4E94BD6A68FCB43159E1DC6 , 0xF39BB59058B14CE2A96014AE0A36A51F , 0xF500F06511A94389A2198A48B86E16A9 , 0xF54A6907067947CF9C5E34FEA698E46D , 0xF5582D5E2B8447D78E326B5409CEC787 , 0xF5704FAE4BFC4B259F4A503A0FDE3B61 , 0xF594528E964B4A0FBADEE158B56DCAA4 , 0xF59D0FD51D704AAD862A13F6C51CEDD9 , 0xF5B893C1B69B4FCEB5E651B2FC79CA8D , 0xF604184B3AE84A74A317789A8C30396E , 0xF672178A22634497A327AEDD47993775 , 0xF73D29328D6A477197DB55FF5E1D7068 , 0xF780BCED7E0F45FCA7F2C6EC54AA6058 , 0xF7DA26CB2A224DBEB0C0B9BD22390FD0 , 0xF7F5B15F069445DEAABBF9851C37D183 , 0xF8A3775E786E432D9C0DEDFB38F5CDF5 , 0xF8AF2C992C39493E86E4A068F759F136 , 0xF91503D085E64349A38F77E839BE9135 , 0xF929E36E4E3B4EACBD0AEA340AE4CA71 , 0xF9E1C02CC8C146AD98DEE5CB5F3FCDBB , 0xFAC01B295E044B589CA4F8B2CCB2868A , 0xFBA40109FC0F4E209831237E47930622 , 0xFC48A8E93EA141E181C1A596FE6D051E , 0xFC4E3F8E7E624137B43C1EFBF38F0CF1 , 0xFC5115B1AA25416AB9EF9F0411D21EF3 , 0xFC87213E8227412CB2CF1E6D6CEA959D , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFCB0627FCA0843E9BABF49DDB79D9B17 , 0xFCC4DC8A052D4539A1DF05C01C692364 , 0xFD25A78DAED846C196C106232D1EC630 , 0xFD98F2FD417A41FD8A9B132C628649DB , 0xFF1935C0152D4C95BF7B9074D5096142 , 0xFF1DDECB571942449CFF36CF45F75176 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xFF99C8AFF36B44EAB0E1CE60A3CCD39B )));
Copy
87
0.45 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"³µÝl3BJŃÏ×%÷3Á÷ "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0xFCE6ED6C33424A8F9FD89E25F633B5F6 );
Copy
88
0.37 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C ;
Copy
89
0.42 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? )
Parameters :
[
"/ersatzteilfinder/790-adventure-2022-modelcode-F9688V1 "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/ersatzteilfinder/790-adventure-2022-modelcode-F9688V1' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
90
0.54 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
91
0.28 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
92
0.24 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
93
0.31 ms
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = ? ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"VÞGÀŽÊMT“*¸Æ³Qqƒ "
]
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = 0x56DE47C08ECA4D54932AB8C6B3517183 );
Copy
94
0.34 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
95
0.22 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
96
0.20 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT iso FROM snippet_set WHERE id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
97
0.28 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0x274605D71D2B4479A3882D8FD62BFF5C
;
Copy
98
0.54 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagGmvReporting "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagGmvReporting' );
Copy
99
0.49 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
100
0.23 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
101
0.61 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
102
0.35 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
103
0.25 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT path FROM category WHERE id = 0x79A36140A28A4CE6AC6D0E2CED062741 ;
Copy
104
0.21 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
105
1.03 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
106
0.54 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
107
0.72 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™²$ßâ\r Fé¬!¯Ü\x07 Á\x04 s "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (0x99B224DFE20D46E9AC21AFDC07C10473 );
Copy
108
0.64 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
109
0.40 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
110
0.42 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
111
0.56 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
112
33.73 ms
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/ "
"/navigation/251448b91bc742de85643f5fccd89051 "
"/navigation/ec2a4d4fb4474b5088b03df523675f08 "
"/navigation/859156a63cc442008cc67aa14505a8ca "
"/navigation/4851ecc7788447bfb1e74f488e708249 "
"/navigation/2350ba14e89143198d72042128b8519f "
"/navigation/f3f47b57953b40afb23cd462dda41731 "
"/navigation/075251ee45644d14bfeae2fce50073a0 "
"/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58 "
"/navigation/07d6d4c2753d4315814435763a756eb6 "
"/navigation/4784c622e7b34b139d9852ed9fb53adb "
"/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c "
"/navigation/7ca22766fd2846b39712928cd77b169b "
"/navigation/cc590dbc44b740169864cd7c989ddad0 "
"/navigation/275477acc6364fcbb3d3bfbe17317800 "
"/navigation/57e065cd29a24cb3b2d9fc39fc2abf50 "
"/navigation/aefcfa1180634bb98635452ad2dcdbf7 "
"/navigation/bda1448fb6f1449eae78e06d3dd07df3 "
"/navigation/2c38112820554a9598f0c8e77373625c "
"/navigation/310cbec927954c1ca5d68a3a49b532c7 "
"/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa "
"/navigation/c7643e90932e42f594f15a536998ed66 "
"/navigation/3abc5229293848c9b2fc1b27fd3d8421 "
"/navigation/514a31209c6e45c5b7f05cf2ce9205fb "
"/navigation/8539a768e5ce4f168833f890bae1d0a6 "
"/navigation/0923017eea79437bb043b5b0673e115f "
"/navigation/c6f322e9a6294eb896f7bb669251f305 "
"/navigation/8cfeb9558d524e17827ec792492c9122 "
"/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3 "
"/navigation/a3668172f857425f9bfe53224046ba51 "
"/navigation/505fcc508c4e47eb99d8e4627fe8bd32 "
"/navigation/82738af02a084bbdb851e11e8ec598dc "
"/navigation/aab03d74404b481ba120fb9530426d47 "
"/navigation/018c9125ea874ae287429a2cefd1f2d0 "
"/navigation/1a5c6210666443f19920fa7686428657 "
"/navigation/76780ee5e68042aab5f6574d7e25dcd3 "
"/navigation/bef74106cc0b4125978553246ff16ad6 "
"/navigation/c4aa5e8624d24b30b0312e22701162d6 "
"/navigation/c6dc84aee6e1469696ac2299c312fde9 "
"/navigation/d62f763a8391413b81a164ea482db739 "
"/navigation/dfdf2340aca14881a6652d08e7656163 "
"/navigation/ab1de20b216545318a6cdad2ee7e2a82 "
"/navigation/afed1ddda6d849c49d00ca0932a75b70 "
"/navigation/b55d905661614a2fa7f585ef697d6cfe "
"/navigation/c7156d3692b345c69d8c93126625814e "
"/navigation/004440dd20754671ada9bf79a2b75fbc "
"/navigation/0b73a534bf5044ed9dd6af4e301fc006 "
"/navigation/c9d1a6f276f24c67b7c66222804db52c "
"/navigation/f57dc8356f054004b0b2ae82257e6ab4 "
"/navigation/cd3cfa833d6046b89a14935aee1a7f8f "
"/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af "
"/navigation/a316e8972e0041bfa756d6f7acc23e7d "
"/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6 "
"/navigation/eeadca367c544275ac141449b234e23b "
"/navigation/0efa889b062a423c8fd11a73b02e28f4 "
"/navigation/52daaaf1c14242d699b579aa2eadba48 "
"/navigation/8537420f2eb44ac297adf8c04e163b3d "
"/navigation/d9db2acbb0ef4cfab89a07bc122d204c "
"/navigation/f501cdbc9c1c4609a8a519e227fc2bef "
"/navigation/f59522a887f947d8864e42c4ebc39266 "
"/navigation/f9e2050944fc498ea0537fdb55cba37d "
"/navigation/882667d91b2d4ab5a8cb33bcce661e38 "
"/navigation/35da856933d947239055eaf099933e29 "
"/navigation/4e2522fa9ec04f46bcab12cd36925cb6 "
"/navigation/552f1d0a97d7418d822959705696a65d "
"/navigation/7623cc38e1154a2797227b05b7d74503 "
"/navigation/78c4ca0a6208486cb940907b1298f747 "
"/navigation/37476b928c114f0692ad5a37af14e66b "
"/navigation/d3000e05adbf41ccb0952539c25cb21c "
"/navigation/1b15b427e9cb40b28d537a893668f15a "
"/navigation/43c83d522870493a8ab2df8abb5d556c "
"/navigation/49f823826b384871aec230ae7ee2f154 "
"/navigation/e5a13fc2f1c542cd9057c9488b5c559a "
"/navigation/01fb819fa75744c8a56fdc0981381ba9 "
"/navigation/7182c23f1e214e85adba25d65afe398a "
"/navigation/73045f602ad1421fadf76dcecc9ca960 "
"/navigation/89a9b23c1a8b41c2bb4a66032fda3981 "
"/navigation/a585c54285844d1ebd1a64392ed3ee8c "
"/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f "
"/navigation/c76f09f24f1942b1822fb275e0080db3 "
"/navigation/e10596ecd9474c998247ceb3e50921c6 "
"/navigation/01797e0437b3448db94e690f14f43e5f "
"/navigation/7b34af3a47cb4c3ba3188ed1cee83967 "
"/navigation/7758ea41858d4231ad3623921c73e531 "
"/navigation/68376253ee4542d7aa4d93ac4958eb0a "
"/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e "
"/navigation/d867ffee71f646f09b1c069b267201e0 "
"/navigation/4fed7b490a09439dbe58747fe74f3e5d "
"/navigation/cf5a0b4136834eac88874e7ff81b8ba5 "
"/navigation/f19faba35fa04f30a1bdd354b051f625 "
"/navigation/4bc032eef6364672a0d09b8abe93d55e "
"/navigation/33b309eb71bc4c2a9976970795d500fa "
"/navigation/6dba75696b5148139136de033ffc6382 "
"/navigation/be2f3ca764534022a2ba79f972c9679d "
"/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6 "
"/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef "
"/navigation/7b7970e14b87448fb41d825fcec350d0 "
"/navigation/7d34ea33ebd2430b84ca71a999e7b708 "
"/navigation/abfa97de640b48c7a6afa067b88812bc "
"/navigation/1f423e85c6eb494980b22dde93e64a9c "
"/navigation/876b21ae9d7c41498115b90823beeb7b "
"/navigation/2b29710e5f0f44a8825513b4e6e2a98d "
"/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8 "
"/navigation/671bb3d9919346a1a0187fba6835a133 "
"/navigation/dfe70840626a4a9a88c56999fb42852b "
"/navigation/e4ae50f24b8d4d6483cbea48cedb146b "
"/navigation/73e9c784d8c448d8a7e304117eed2293 "
"/navigation/8fa76c45c7a14b1ca93353f7b1f85411 "
"/navigation/f2e70390e9e34ceda7549b53800c1e08 "
"/navigation/0bc41cae5ab441458dce00de02107388 "
"/navigation/5f149c7e1b2b48f9ae6364de8ce288fe "
"/navigation/903d01af296c4a2391205affb24423c2 "
"/navigation/89364c27afac40fa9ead1ec3136ec684 "
"/navigation/aecbd0f4de0742199dd75fadddec2013 "
"/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0 "
"/navigation/bccc5c020811472196379229044dc7fd "
"/navigation/2db3c8aa857a4bc6a6d11e3438350063 "
"/navigation/068567f45f424e389167089941c407ec "
"/navigation/165d387e909249889e89cd6584e6c81c "
"/navigation/20e44a7345fa48468f3d0e2298b4f067 "
"/navigation/224193720c2a4a45bc96cb2d055655ba "
"/navigation/3c24eab57c3d445698f26534ea18e660 "
"/navigation/444424ff93914a27a401e920bb33976e "
"/navigation/72202b824a384e9a8c11ae6afe2a9d75 "
"/navigation/7b182711a1294f69ae2266b5e37b5bc4 "
"/navigation/83868e2e81b340bfa067343e71965085 "
"/navigation/89d46426d44c4442993d4b524afc59a4 "
"/navigation/a16abde2699547c2b823b86c6b48d0d7 "
"/navigation/a3025fff20374024b907cddab6c39d43 "
"/navigation/d14cb43cbcf245eea471b31b87876e6d "
"/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d "
"/navigation/e5c66ca00fd140229735738d20618e8c "
"/navigation/b613bcea17d94cd68c0f1b01c96a843f "
"/navigation/f65330b5335b43a8ba39baec7d44aa54 "
"/navigation/fb3986cb89834cf3a3b42c5a651034a5 "
"/navigation/9eb6e1f2d32e4679aa85298c3e2fd678 "
"/navigation/a5d30272319c4e6f8577b8f344013d34 "
"/navigation/5be3b86f12b94044a39420702328fe79 "
"/navigation/e40c020ad4b74db7bc3e2e88c4c27be8 "
"/navigation/ab078ca87be74c748a7e971e766ceaf3 "
"/navigation/efef8f302349446dac0f0d67631b70cf "
"/navigation/f5e01e9054514b68a8653c5a4f2e5ee1 "
"/navigation/e485c99ca374414e851e1bae3f10af8e "
"/navigation/2fb093f95507419987f178312f1a3159 "
"/navigation/4823a61385b44ff1acf4e6382ddc6ed4 "
"/navigation/a6abb398e64e45f1895b6666ef5c48d1 "
"/navigation/00f37e830a0348d09705a9612c8c8cba "
"/navigation/71ca1150915f49e5a1f2fd538909d05a "
"/navigation/1c5e979155a844539448db12fd5ee768 "
"/navigation/8880adde82fa414eb680521ec3b57c4a "
"/navigation/edd74ffcfbd44ba9904d355f05d440a6 "
"/navigation/29bbfc2eb6d444f08a34e46f60b76e17 "
"/navigation/9228dba7d8ff47a897c5e6125f40dae0 "
"/navigation/500fe37e8fab4ec686d79803e58a8133 "
"/navigation/defbeb767ca44c1b970ab994d662a6a2 "
"/navigation/5d1b4c4fdc094289932a615f81db335b "
"/navigation/b3fcd7cc2e684a8b96f82adbb8615f55 "
"/navigation/1f6fc0d096e4433f847169a8653f9872 "
"/navigation/cdf0a23d5d72433783ef241128a9b070 "
"/navigation/273527558c5e4e2cb3168fbfbbf6db0e "
"/navigation/0fc49a5d23ec4742845d4d31898f67f2 "
"/navigation/9870b54fef794c4b87791c9dbc9b83b9 "
"/navigation/91314c7682154e58a203d7deb3c46e25 "
"/navigation/0198a84419397e96ae8527630cef7f63 "
"/navigation/019c03b8fcaa72dc9e2c6dd03b04916d "
"/navigation/5fdbefa88b0942d28155aa77fb9d1ef2 "
"/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27 "
"/navigation/6abcc304f8c84933a719a126f42a6651 "
"/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3 "
"/navigation/ea2fc00d192244b3b852128b45d74842 "
"/navigation/2a5c8fc96ef04011aef499b2fb4faca4 "
"/navigation/01971690d7e97455bdb6a13033fc4bea "
"/navigation/01971691bb387f7f8d6fa68ac5bc78b0 "
"/navigation/019a7cc2c0ed7c48bfd77766e7197c67 "
"/navigation/019841caba81739d847aaec4495335dd "
"/navigation/c760008290d84dbaae3f6f4b83269ddd "
"/navigation/019aea2480627a599fd1d0db6122e224 "
"/navigation/0197169587bc7ef2832928391108aef6 "
"/navigation/01992f21513c7fca831141b67a0ba2a6 "
"/navigation/0199288800f87feaabd6d217f0254df0 "
"/navigation/01983b68543b7476b25d1ed5006cd884 "
"/navigation/572804a509e74ad58d18d52ef0cfeb3c "
"/navigation/0199772279547efd8f94e76789b316b3 "
"/detail/28eca3b845e643978acf1dd4bbbd7c14 "
"/detail/f36a108ea4e94bd6a68fcb43159e1dc6 "
"/detail/a04028c7174d47188e03f3039efc91bc "
"/detail/20d96bbb533d481ea04b9d4e49ab7052 "
"/detail/88bcf3c46a49400da3995abf847d8c5d "
"/detail/ca9c0b81264347a894630408aa3962c5 "
"/detail/bd45fa6618434853b96dc43cd7331e7c "
"/detail/ca57b68d2da242b8bf8cf84690250e2f "
"/detail/b842e53bd9334206acec3cb3f9dea93c "
"/detail/cb8254f4b77e477e844874c67c425b3d "
"/detail/e90b791d2d0e4f6aac019598babf4cb4 "
"/detail/aa712b0ca99845d79928ea7c33c11b77 "
"/detail/4fb253ae953a43f38604cc34273be0fc "
"/detail/4717b782d81f4ac9b1f38ba0dc75f742 "
"/detail/fcc4dc8a052d4539a1df05c01c692364 "
"/detail/9e81ce7f104642459841330a142790b8 "
"/detail/a572323b2c8c49f18ca0da5d9b8559cb "
"/detail/1620e516bf5c4f0bb82bfd4a675064ca "
"/detail/5ad0a75b35ea40b780720cf5b915396a "
"/detail/b3b6e084e5864826a30e1d31b7405826 "
"/detail/1aee9e1061a447aca5e7d5bf626f7184 "
"/detail/db48546759c6407ea9ddc68439bb2d50 "
"/detail/c7fb9895cec448f0af5d27fe69f3bdad "
"/detail/bf770691de724204ac9a56cc994d46ce "
"/detail/3586baa2490b4595a40cb4454ba7ef72 "
"/detail/c9789dff64a84e818673ad6b63714ed6 "
"/detail/02049224c56347179fa4c013e2cfcd8f "
"/detail/683de0b4b5ae4d559afd00fb3086c933 "
"/detail/bb097bde92a74379a1837881c7239fd0 "
"/detail/70da13d9ba6e4ec79d44747b0fb398c0 "
"/detail/0661ada35f4f48bcb604cd1d0cd0a038 "
"/detail/9a5fb1e87e704a82933549814f8cb13f "
"/detail/5f7dd71082de4ff1825a3e4fc530b61b "
"/detail/8c98ce41cd2545539d9bf136866d8b84 "
"/detail/e501ceab99da4c91808c2faa5e7fa267 "
"/detail/62c570e1ff8b46a0b4c0d986608e2939 "
"/detail/bb8c2f81774046baa5578e5989ebaa38 "
"/detail/ed5b1105886d491491a6ff7443f1ff2e "
"/detail/2bc49818497243adbb60bf4250d0b234 "
"/detail/d744bf7892ae4da48aba62c8bbf2d386 "
"/detail/2922e1c652d14640b5297d979a67ec1d "
"/detail/51465e1af1c94c4b9b5ec62d49201cef "
"/detail/221cbc2d66a8429e8a15477086b08631 "
"/detail/e82e6a38cd34472eb520c16186fff449 "
"/detail/69d888a6ba7945c98018c15f3b27ba27 "
"/detail/0d23ab14dc8848bfb34e5420bc24cce5 "
"/detail/6b48c0add6044d6cac3ebf4870fd9a59 "
"/detail/81966f9b20a34eb0a3967ba9e700bc90 "
"/detail/88aa0a0e95404f99ba5b0194856d7219 "
"/detail/36192c55cbcd433cb853f3a0d7870853 "
"/detail/3df78c98f2174b8d82ef9cc28cb40024 "
"/detail/da262314dfe9440c93ca78bc49170c78 "
"/detail/40659a680b7043a8ae085e91eabcd302 "
"/detail/5a74fff20e0742db86d036b922fdba93 "
"/detail/804feb3863c9470288f5d5fbaf5c2733 "
"/detail/c961cde1764c4d2b8addc7e66e00ba96 "
"/detail/724e19ba971844bbbd2c0ff94605ef99 "
"/detail/3c00cdba9aa64e15a792ed78217b93ff "
"/detail/0a037cec6f2f490883c0ecc734851968 "
"/detail/213bc7b9dbf943908a9f5f11da8a48c6 "
"/detail/0fbaa27cfeb74a139d2f7c356446b568 "
"/detail/9e2e0bced7c94da5a373c7072eade969 "
"/detail/e20b3b822ccf4ee2b2692a5b4108f568 "
"/detail/9d82ed580451437b8c98b8491c24c9c9 "
"/detail/9e00fcf3882744a8b987bfd4e6c8dd4a "
"/detail/90f46c5c80304229843ba92d6080a56e "
"/detail/6cac5c8418864d1e83240af4a4918714 "
"/detail/31787b2738224aa19cec6eb02f96ee7a "
"/detail/576cc1440d07434c89ca9c09971da9e1 "
"/detail/631ba6f1534045918ef5ed0caff92f32 "
"/detail/5d0192bd30d84d41bef8a3149d006dec "
"/detail/a95198c1fa3440b3a409f813a46d7a63 "
"/detail/d02b8747e3d8442aa1e75c52d2d69a8d "
"/detail/9306919ea70241cfa01b0f4c419118ed "
"/detail/293f475e37b540a3967f38f7457ddfac "
"/detail/9926731f6f8e4d65b1f505aab3e402cf "
"/detail/e4e45d774eaf4320a278ebfa73eee2ea "
"/detail/905e3d1aafeb48098b7694e2a7637e51 "
"/detail/49994b451c88421b8c10d295b279e89c "
"/detail/2c2924af53a14aa990e90fe6bd08184d "
"/detail/113b2efe796a4181846bb3b0e5d4f6dd "
"/detail/a35c15abdd8a4492a5322d43f20f26a6 "
"/detail/ca5b6e454981415e9f2183e4dba078f5 "
"/detail/d2833b86883b4b558dc58c60c764503a "
"/detail/80b655fb9f6e4eee99cc2ac823239d0c "
"/detail/c7eb683cb67f400c9e4c1f944de23867 "
"/detail/66599a8892fb4a938fce89ead4dcb099 "
"/detail/5968d52d1e024f78b80ee805e02a57a4 "
"/detail/f91503d085e64349a38f77e839be9135 "
"/detail/135d7e3a28f048ec90fe4c0f9cf250d1 "
"/detail/c250c6a2f2d34a5fabf7aea87d93ffab "
"/detail/4b9bc24a713e4c07bc49da65b3705afe "
"/detail/fc4e3f8e7e624137b43c1efbf38f0cf1 "
"/detail/151a407deb91466984325530979cd470 "
"/detail/a0f6f1ce8c29430aa34d3c1555e453eb "
"/detail/79d031e928294453ada90c79c509876e "
"/detail/149072db11fc4e25b614fae943005a18 "
"/detail/c7a5729f4e1e4acdbcdcc6aeb2dbfc47 "
"/detail/17b54ef8d5434550bbfb24c83a334eb5 "
"/detail/af70bbbb98c14853a111515d3dc63dad "
"/detail/27d8e293cbb54ffca8054c22698d6123 "
"/detail/44ee2fb601b246b3b4183a7e98d4400a "
"/detail/bfe1f46f2cce4f6d8d073f57d7fe101a "
"/detail/434d104060724211af24c72eaa0bc284 "
"/detail/361327f28a3142ae8b463a0100c79ba0 "
"/detail/ff1ddecb571942449cff36cf45f75176 "
"/detail/99b951830dfe4b1aae2675d97393bec8 "
"/detail/a99552f6420149fe9b6fe71f1eb223c3 "
"/detail/cec520431f0b45858998b728fc4651ea "
"/detail/4283a982ed5248218de38b7ece4f8f94 "
"/detail/2ada5ed19c764d5693e6cb8407278ddf "
"/detail/af78d91653a345168e413b52b9752562 "
"/detail/5c8ccc79abf34acbba63eee33f345362 "
"/detail/de9f7ed32b79420ba085e18f53581b38 "
"/detail/421a3fdfd0d5460ab528e3707ca11a78 "
"/detail/08fe3fb5188b4a49bb9ff8250e4c83c1 "
"/detail/7a6ddb691c994671a9425abe1d1fc10c "
"/detail/47000ca728e74358b965c8d777954474 "
"/detail/382c2a07c8a847aea74ed5a46702c522 "
"/detail/d429eb8ffe8940e4a499e74bfddee156 "
"/detail/084d8960a47c43df8721e404766bca3f "
"/detail/234fea63f5414a8cb39e6e62be083533 "
"/detail/e4dfee05967e467dba12f8e84c6b8b05 "
"/detail/a94cfdb36a34413f8b774e70d8173a8d "
"/detail/57761a6e525846b9bb52797f1f194629 "
"/detail/004b11b664424995968a6294d4ea4ae7 "
"/detail/bfc64fec939b4277815adefb930295a1 "
"/detail/2361115f142d49e1b5fa2aff566b7514 "
"/detail/baaf0501442649a780e5481b2d0ca46d "
"/detail/2e7b613304dd4c96824d1be6ffd83190 "
"/detail/99eb30031dc3465c8fe88a9c89476e57 "
"/detail/e794fca7a9f5459a9503de5a4fd3ae10 "
"/detail/e33300e6d1bd4d7c9ea39b6547c16779 "
"/detail/53e4a030c1484afaaa3ad9a63e7c8d0c "
"/detail/d0ffc82a39be4d63ae4f91900049d611 "
"/detail/dbeeb71958884cc7a252aff607af6c91 "
"/detail/c3b21f8c90764edbb3f790cf69126d3d "
"/detail/15ad00f10c3640a6a206ce1f645317e4 "
"/detail/ff5f7e5baeba4fda98a4c1abd9171bce "
"/detail/3a3a61f66e004c1ba712a101d61a71db "
"/detail/3a9addb7cf09457bac1b39c0acd35b65 "
"/detail/106950daa9db47fe8c6a495ef55870cb "
"/detail/c2ecdde0aafa48328b8d42929b52549e "
"/detail/280fa0b4a7174d86b8b08bc56c6998f1 "
"/detail/de429b7018d746d08888a6fc0be98228 "
"/detail/8a0d89118a8343bd8db150e4d2d08776 "
"/detail/28320a2ba675413ba7955c0dba8eeba8 "
"/detail/f5704fae4bfc4b259f4a503a0fde3b61 "
"/detail/a3ef09bf6a504734b046e22f90a5f2d5 "
"/detail/5f679644318b4835a863fd70cda624a5 "
"/detail/7126c3f2d9c6420398ae492ff0f465fe "
"/detail/b49a3e6547784f1fb5d822d52cc9a507 "
"/detail/a33903f981914c079418471c6b7549e8 "
"/detail/4570100a52c74fb0b920361946661659 "
"/detail/be2a8b5796ad4e87b0dca06d554db6f7 "
"/detail/fc48a8e93ea141e181c1a596fe6d051e "
"/detail/a91deed1f9074658afb0bcf61c3eb270 "
"/detail/f929e36e4e3b4eacbd0aea340ae4ca71 "
"/detail/e1813d1953c34d33b0d9b27ed5873886 "
"/detail/4dc113fffec644e7a2fc9e602e993a80 "
"/detail/4de0d47619d945c986037d56cf7432cf "
"/detail/5bf95e9020ee4c2da987f042b175ec3e "
"/detail/311c339f64714fce8aa2ba9a3a10386d "
"/detail/5ab53ec8d8564679a133a070918c62d8 "
"/detail/fca1613aa50444608ef93a7ca5d619ea "
"/detail/b2ca25f5540f4fc2adfeffe678ab972b "
"/detail/98d8983e43ed4dbda7347a3fe5d452c2 "
"/detail/8b2d191adbc8495aac0a0fda910336a1 "
"/detail/b29f95685b784912a988731f09e844cf "
"/detail/d5c7f478291844fbbd73ace11197fa41 "
"/detail/d18207690ccf4e2eb1ea56bbd79d4416 "
"/detail/f0a9a1006f454e45884594ad2022374a "
"/detail/c225abf84ede4935b34646a1881258c8 "
"/detail/42843c39f20e4f23a599575776b060c2 "
"/detail/467ea28f5b534000bb6f0f6ad8fa1dd4 "
"/detail/7d56d321d6834a24a35114bdc9a75eca "
"/detail/a420c3b23a7b41ebbe2148bf08f72532 "
"/detail/6279e85c754a43909de87f0d3b858351 "
"/detail/f110177ec70c4da7b696692c02686aef "
"/detail/0e56c79bb26b423dac3b0733a0d12505 "
"/detail/dc7a596505de4d38b5d0a3c8caa61b9d "
"/detail/9cef2594dcf54d45ba544c84672cc09c "
"/detail/7ec639010588449cb5845733976beeff "
"/detail/b5686981f4d24d5788c401b8fd54b495 "
"/detail/38d9bfde83ae4b66b246d44f6d1cd709 "
"/detail/e4270bca70094623a850304d91f8e534 "
"/detail/6f77bc88b85b4276aeb992ecba83875a "
"/detail/cf067cc2a18f4b11a16b880092821e23 "
"/detail/92d2a998e61049c98dfc764a13bc4cf1 "
"/detail/7f0fa547fcc34059bbb0c46ff443f1ad "
"/detail/c18b32126e324ba2b7487b4d38012616 "
"/detail/a712472a1fd942558b43602bebac84d5 "
"/detail/574306c1f4f44ad09688fb2d06cb8651 "
"/detail/908b71c25dd14f41bda94ff5cffb4a21 "
"/detail/8ba007392e584243aca6846dc71bb165 "
"/detail/676797f5f2b24171bcab36d3e88b44c1 "
"/detail/7909112a58e74515bb2d4d013c3fc975 "
"/detail/10896259c828421daf47d56064fadfc6 "
"/detail/cdda3b1ff1bf4179aa231235b219e397 "
"/detail/ba6462e1ce9d4920b1d4443bf5b4b453 "
"/detail/3ca896b05b2445b6b57834f3ef90b590 "
"/detail/2f6ac7a3a6964cfcbaee618d16ebfd7a "
"/detail/8eeabd8e0de14592906fd3ee3ee9d094 "
"/detail/ddcb12b96f53423285250f99ecbf72f7 "
"/detail/17634eb70e384a1d919db189894cb0b5 "
"/detail/83a7440bf43b4e4babd1cd3cfaf45119 "
"/detail/d078894672bf41f9bbaff5896e4a7b6a "
"/detail/92d741a9ba804e5196b30df1d7d21449 "
"/detail/c4896bd08a17429092bf6065205d5c0b "
"/detail/e72581cb39964a80be8584d7f083caa8 "
"/detail/2869e4d5beb5441dbd53f3e76ce30072 "
"/detail/10d040207021470a945120864d54005d "
"/detail/b7f5511666e04cb3b03195412cacb7ad "
"/detail/dbb51805db4544079edfaa7d7d5829ce "
"/detail/1c0e2a3706d5401da881f69ad188dac0 "
"/detail/65d37e8611a24d6a81a53a335f092210 "
"/detail/0e5e6e363026469f8227e66c5b58ccda "
"/detail/728a78fae9654d95840bc49a84d36e54 "
"/detail/bbd137805814411fa7b7f697f56461b5 "
"/detail/b0239028184245b8b810699db194703a "
"/detail/35eee8534875456192b270d7cc44ff9a "
"/detail/c3724e1dfb384feaabb3f82f5b81e627 "
"/detail/b64e0537f99f4a7c83cad1bfd3253c64 "
"/detail/4be486dae34142e5b63eb5cf6400a090 "
"/detail/cbcd3e64cf984609bb05c8b8f0c46f1b "
"/detail/1b658b9e3f60471bbf92f2579ca46051 "
"/detail/1f60d091536d4a0c8ab1e0cf4dbc0e42 "
"/detail/bb8cdb1bee7b4fc8a717b8b60bd469fe "
"/detail/acdb9f1daa634d018578184eae25fbe3 "
"/detail/ccdda087f458462ea0de04232d68ab19 "
"/detail/592b2df88bcd4b6baa36e9893df8cd0c "
"/detail/aac6c602fa1f46d887f9442ff111ad40 "
"/detail/a45b956198b84f1fb6ff13ec45245acc "
"/detail/8423275330d44d93abcc4c61c3c73b69 "
"/detail/de8e85b175484c948a4ee077dab2bd57 "
"/detail/0d088f0ca5374a40b3139ab697ba90a7 "
"/detail/6070019edbe146cb9ff790629e633bb8 "
"/detail/01ff2ece148245b781bdd4a182e467f9 "
"/detail/5f79137f86fb498795072c33d40a4712 "
"/detail/d11c3d30e7434243bbbd8fe0eee54d50 "
"/detail/e71bc9b393fe4133bf1fb32b20fc1f32 "
"/detail/09f5aba97b0348ed953a7bbf6793b6eb "
"/detail/e941752d33b64dbe818cfc24f0ee113f "
"/detail/a1642380ce274497b95367beb12266e8 "
"/detail/60cba981cea144c2bedfb3040c1ac083 "
"/detail/a6a99f9475354a60892d173b04034d30 "
"/detail/86a1eeadbc7942cd815d907d267d6433 "
"/detail/81dc917602c84c229200c5810ea53b6b "
"/detail/5cf0421e1f3e4614bdd73a1626679868 "
"/detail/c2205521d27f442d8fbbae88cec3237c "
"/detail/1fc4a2cd837448e6aeb133a80aba1c0f "
"/detail/c805dc6b53344265bdda8d4acec4c147 "
"/detail/a7f16b5461ad42e6b6070810aaf8eaee "
"/detail/2f84c9a50c29420abda2ab744e543d10 "
"/detail/20375ad797124b51a5b9ab72262ab2b7 "
"/detail/4b5fa4b43dae4040b25dc43c94515170 "
"/detail/805ecf0fbc6d41959f72d84db330b41a "
"/detail/385d56a568f1415d90be5051db12bbb5 "
"/detail/885aef82780d41fba5461433b8db2ed3 "
"/detail/9384c78e3b6f431ca88e7921e8ceb9a4 "
"/detail/a0c9ea79bfae4e3b8267ea8c20903b2f "
"/detail/82ec4c72780d4d88a0e79b3846a9bf6e "
"/detail/b60492b424b44cfdba69c9a87cc6a708 "
"/detail/d8c29aa25e6c4ab8a522bf7b9b0d98a0 "
"/detail/b48a3443adee4114b6f14bf0cd961667 "
"/detail/db717af3942441d293d26970a657ab70 "
"/detail/1a385413e0114eb4b99f05b78220d9b3 "
"/detail/7f42aced846442acb22bd1deab30e7c5 "
"/detail/0471920a5e1a41bcbaa40096568c30f2 "
"/detail/ca062b58a9264b7da8deb306ab27c7a8 "
"/detail/aa3031f9fd724dbc9fed884ea62b3cdd "
"/detail/28916adf88504c208540d811b87234cb "
"/detail/3722fe146fc24976887807d1d7f26600 "
"/detail/1a6f00e6a542479e897f1ac159e714a8 "
"/detail/ebf0e6ea0a2d4d7c9f4bb6f952f1b15d "
"/detail/f27778fbb31447c4a796f4ecad2e7cce "
"/detail/f604184b3ae84a74a317789a8c30396e "
"/detail/16a450287c97485c9dffe95228c6e765 "
"/detail/2dd4c696d0094c50b9b143bc77b03d5a "
"/detail/f0f5cd270d5e4a6b8005058308ae00d0 "
"/detail/f59d0fd51d704aad862a13f6c51cedd9 "
"/detail/bbb2aef8078449918b4a03692d608b40 "
"/detail/4b66feb2daec442b9cd51794dd72590b "
"/detail/eab489348a9e4c1a9f2917367ad8c083 "
"/detail/de9de4e6db35417a88bc7d49acf6160c "
"/detail/d64853417d9d4ae59cb548edb8198284 "
"/detail/73c916a5e8924bb6b280d20b3e6c9ca7 "
"/detail/63466e4a0f60441eac69a473e9bf399c "
"/detail/af8ea05363b44dc8a1e78f8db7cbbe06 "
"/detail/dd34c4bac22b438f8bdd5a4374e08975 "
"/detail/bec3f48ac2ba4f95a64495e2277e2b9d "
"/detail/1a405474040b40db8722b8c5662805ec "
"/detail/38bf0ee523b3436bae1190e1e7f1216b "
"/detail/6079c4bff59d46cd860bda552ff13602 "
"/detail/64472ca896e94ca8a2d0824be165ca9c "
"/detail/253d4f7e1425414e96116692b5a01c69 "
"/detail/2eea11251a334f1996d10166e225afee "
"/detail/1941895415c044699328c8746e066384 "
"/detail/46fe94e807f34c4887797b1144d46390 "
"/detail/7ca7a8b852e2488282d122c35ddfa10f "
"/detail/acbd753f384146fdac26f17321877267 "
"/detail/6931e676b95b4933ac2dcbd345844489 "
"/detail/42ceea7e8d074557829fd56bfd3a51a7 "
"/detail/64aa4d5d3ec8485b83facbcd9938ce41 "
"/detail/c5ab144f495c45d1af742173eb811222 "
"/detail/d9564a1c0533452b912a234ef2c506fa "
"/detail/17f99a06aa2546058f9aafaf592c0e1c "
"/detail/cc7f17b545b443259d7b3b91bdb635e9 "
"/detail/a98c66392c6e4c9187f118b80267894d "
"/detail/78f5e0f7431f46aba083791cf7ade7e2 "
"/detail/2135a91ec8b04788bd177e316a061b2e "
"/detail/7c4d96c3d8484dd58f12cd78333dc80f "
"/detail/90a142e1fdab42b6876a3a080656ae9b "
"/detail/042bc51d2ebe4e669c648a29c12877ac "
"/detail/1b8f5060b25449c9a095c6b2f6bf7b03 "
"/detail/65cd81b4c3f24c4bbf2a0b77e333c0fd "
"/detail/4296a5cb65a142c68f73f4d87567b352 "
"/detail/08add5dddb764c20b393f8bba75a6b77 "
"/detail/c77feccc94404fb89f75ce225c7f2817 "
"/detail/a9d58bad95f74847b2ba3f68261ad9b6 "
"/detail/3689d83479d84ecaa15eb3cb26a4df41 "
"/detail/3b2c5c038a88401fa502db5eeddcfa0f "
"/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e "
"/detail/513ab9793dd541e6a6dff9033f99756f "
"/detail/8f1332eb43334d159175a80ed6e45057 "
"/detail/00776cf7fec149b78b2ceaecdf562f95 "
"/detail/bbd322979bc447f7afccc5a34b012795 "
"/detail/06abc960bae24e0e94af2fec911f479f "
"/detail/4d200872d75b46feb271174df0837efb "
"/detail/7961aaaf1efd4f91a1cf592d2f444e84 "
"/detail/864288c5040245df8f06d2fb31f5fd8c "
"/detail/d8fadc9cbe154aff9b6f9303d385f496 "
"/detail/aa262210581a4c0d9cad7e1bbe9fbd49 "
"/detail/b89f5fc50b434e30b66a668996ec46b0 "
"/detail/ca6f416353584d21a12983d8302658a2 "
"/detail/84091a7ba6f1469eba53a52bf47476ac "
"/detail/9153e0816e6b4da8aba4df841128b2cf "
"/detail/ff1935c0152d4c95bf7b9074d5096142 "
"/detail/5d97db9b33204df4b5cb13e6348076cc "
"/detail/802d5dcc7d204219909dfdc6f9940a20 "
"/detail/5fd1bd9c33c24ee99495cb59827ef863 "
"/detail/b9b659553114410c84eaba857aba8876 "
"/detail/df818b09a3de4776bd25ca68597f38f2 "
"/detail/978648c238af48d3b655595f0883865a "
"/detail/ff99c8aff36b44eab0e1ce60a3ccd39b "
"/detail/4a5521c0a1f04f648418d834bc420e4d "
"/detail/8c9dd18731d54b318c8416a7fb0213f2 "
"/detail/8d35f0c6664c405396cc9d071b872140 "
"/detail/d88bf378b2674cf2ab532f4f11e5071c "
"/detail/be6e35b9695c4aa5b65c913cc010497d "
"/detail/c1a0f8ccb5f04f9d8473674e9c6a966a "
"/detail/b9513ffc1edf40b48cfb3a1c43dfa76b "
"/detail/25e337362ffb4689aea832bcbc78c903 "
"/detail/19afb739b5ec4bac8a62dae05b49a95f "
"/detail/991d8a0a328c439da40935c930b29a76 "
"/detail/d77a75a1b1794617acd5175f6e6b8746 "
"/detail/c7c27c6eb6d54599839a560978452979 "
"/detail/6e7e8689e57446679af71a3495422488 "
"/detail/6778590043c94554a2e2ca279cf89edf "
"/detail/161a8c230cd3493ab870a65235a494ae "
"/detail/572d5705e956482dac2f41bb553a37bc "
"/detail/5cef6d13783b4e3cbefa1994ca672e30 "
"/detail/bcda614c3ec54936b6446782d7e88ec2 "
"/detail/d3c9cb38a11f42bea374e7a685bfd828 "
"/detail/768d37aa6d264dc0ae33e575abe651b5 "
"/detail/57963422e4df4c9cbc4cd46a258f4d43 "
"/detail/7a1625f80a3f45ab9d2cc00df91293d6 "
"/detail/e622420c326744279690d723db04a127 "
"/detail/f2b60a5bc09d4241b73287c48c8e05f8 "
"/detail/b25a917c7b94454aa142dfeb17b347ae "
"/detail/4222a62d2f42428b9e321703c0a379cc "
"/detail/802022501a6145c08a75c17c75bee45c "
"/detail/9270ff54fad946c4bf3f88ea04f15549 "
"/detail/9efad8509012430183448bc78f9489f1 "
"/detail/e4574a99d3d944c8887cfc49576ad4dc "
"/detail/404603b4771d4c929c56c01069e609a0 "
"/detail/00f3a6c9cc0c4c60812e1e57ac703d16 "
"/detail/4edca662b0634311be782b9c834d748b "
"/detail/20c99aca66034cfda1007e1c3b77c4ec "
"/detail/fd25a78daed846c196c106232d1ec630 "
"/detail/c034ef83f89341c5b093afb0e4c2089e "
"/detail/bba406597e4b4c629c8de0f0dad9035b "
"/detail/93917980b325420b8f10ac4b56e8313d "
"/detail/c34d48a4364149d38aca1ad19e3bc4f0 "
"/detail/9467bd943a85494595ff625c1271014b "
"/detail/3db3b5ed34db433d8bef16a91bf9d9c9 "
"/detail/f11bbd4a6b0143dba95cb9c9d956e648 "
"/detail/4ea1c54fa9064e5484ade5e934285b94 "
"/detail/9d2d31909bac482297c7496fcb78e374 "
"/detail/30ed195c93b7467a9187f07773889a9f "
"/detail/6be4f3d665a744a7b140327320ba8c34 "
"/detail/96936e32fcc6414e9e19963818ae3296 "
"/detail/63570e68e8ce4cbb80edc3a7c8e212b9 "
"/detail/cce237728c9a443095d5acac2558ca2b "
"/detail/2dcfdf6c5c7c4f7dbacdc994f955863b "
"/detail/882a0d90845c46c9bb019659a615f235 "
"/detail/0cf665757b114488b50086b62e4ba9f2 "
"/detail/fd98f2fd417a41fd8a9b132c628649db "
"/detail/e41ef68f48c246cc9a5dfe9c5837fa25 "
"/detail/78ef6ce488b546dba1afec66d499d99f "
"/detail/0def522d84f441b3b1e2adb3693248c8 "
"/detail/9850a7b3f2864b838acea5d777ec25bc "
"/detail/7c3ad044a851497d947245b9d0295eef "
"/detail/d97333ca46504a8389743badbc47d068 "
"/detail/212ce41a64be4a16905b20a822b1d2f8 "
"/detail/5627d0037d8d484297b1f9cbd0c61028 "
"/detail/42998bc8b79a453d85e129041f68ed7b "
"/detail/2446554a66484068837e35e427ffa875 "
"/detail/c143635479bb4dd0ab2f2b45eff29906 "
"/detail/5006abe58d2941fdba681e3a87db6e93 "
"/detail/a4f53ea793fc4928903cce55d47daa6b "
"/detail/4bb1a177c3f441df91fe4db9a39338a2 "
"/detail/de7db8bbfd394d309bc002847cf993f4 "
"/detail/fcb0627fca0843e9babf49ddb79d9b17 "
"/detail/ef924dc6bca34388938555db649b58bd "
"/detail/918a9facafa14eec98a8f64c9c1584a6 "
"/detail/292af1bd69ba40c18271d7f2ddea03aa "
"/detail/8eaf7eec94ef4b16a1c800cc4a54b5f5 "
"/detail/caf11042ce174fa78b82ed67c48198c7 "
"/detail/9d11b3596f6c4ee5825751227b3d8778 "
"/detail/643e3c9842bc427da19947c84c6a2158 "
"/detail/3da8bf196a3b49808fce26652cccd5b9 "
"/detail/2108651761e3466f86d58b4754e179b3 "
"/detail/12c6cf175d2e415f9202f26f7f5ea267 "
"/detail/29424506f7c34f70a500c369ecdea554 "
"/detail/56d00870e53847b8b2953024f8224606 "
"/detail/3d5c6af427c843c09c82ed265e20cb62 "
"/detail/ac9eabd96c78454c96c880c1bfcf4496 "
"/detail/2e1d7a24c37e4d4d96b2dd75693d254c "
"/detail/f048b4036a714d83a54800e569141da0 "
"/detail/b3effa4f955f407ba086fc39e102c5ea "
"/detail/1dcb7aff5a5b497c9b01240f8113d932 "
"/detail/0ed9049fce994f9aa70e69088df755ca "
"/detail/dcbf69f1e792418d9470bf44c655fe4a "
"/detail/33dbffc58fb4479f8b7eb41336a8781d "
"/detail/1cb12ab55ec04d24ae5e37226249f628 "
"/detail/8eebf051b0db41adb1051dcfd230e927 "
"/detail/ba1a4c578f744fe8aef00a8360eee3ab "
"/detail/52aa3640a83346469ef4f3c3d5477649 "
"/detail/14e7fab562fa4c0ca604e2a38f6420ab "
"/detail/9b9ccfcd42e0456da90f81f63268e5e5 "
"/detail/7a768155a21e446db594b41749495d52 "
"/detail/f500f06511a94389a2198a48b86e16a9 "
"/detail/c82f72a721a44277b0191a437309c4d3 "
"/detail/4b0f099902de4e4f8234b56ca25dd7d7 "
"/detail/413be0835e98425cb539a9001d523837 "
"/detail/2d19ad67757d4dd29aa16785a3791b64 "
"/detail/afe1670f53f542fd88a2b2292cff3879 "
"/detail/c989bb0f562345bb87839b5c823b48ba "
"/detail/00e7ff48b7334c458deb3c27a7b34c75 "
"/detail/7068c1924d634196b0d21419d92bda9b "
"/detail/78e6924ce8354eaebb1cdb20ddb37005 "
"/detail/8a8217f22c7a44babe8052550f89edfc "
"/detail/03876e19063b4504ac6be53e7d1b79c8 "
"/detail/81109d6d5cbb442589401e5427212cfc "
"/detail/329849610cf643a8973ec27b03de6bea "
"/detail/008f36161ee342efa69164d184297a33 "
"/detail/ac5291b5f4214f35a3d67d60837f71af "
"/detail/c86d74abb9684cb8b075e46a7a136294 "
"/detail/966e42f112a0496e994d4eeae6b1fc1b "
"/detail/7475f74dbbb643d6b6a46e6612062b8c "
"/detail/bf1dd535d21b496e8092872d3dcf77cb "
"/detail/f087a4965eec4465b02c7274e1fb8d69 "
"/detail/f594528e964b4a0fbadee158b56dcaa4 "
"/detail/2320f1b7176d41e28724359cb17c496c "
"/detail/812ee9524cea433a9ee6594a47d2301a "
"/detail/da3c330183b04e42a6635b2e5d30438a "
"/detail/dcf58b8ddbec464a99fa26e03699b795 "
"/detail/5dd7baf1a0fd4a1686400c21cab9b080 "
"/detail/6a221cc6b2e649aebd4ee43c4d38aff4 "
"/detail/f5b893c1b69b4fceb5e651b2fc79ca8d "
"/detail/362edec54dd64068b39bb7cb42b86725 "
"/detail/aee00e0f8c1a43a8ab9e9d623c5c3566 "
"/detail/b7549288b1ee4e5cb0112d3de02d6658 "
"/detail/3d850641b1c34153949de58d8c7809db "
"/detail/d313aa66fd2a4c76aeb9cdeb5d197563 "
"/detail/e5863ae8a7da43d490d88e6e20d355b5 "
"/detail/b79fac130185434ba6872fcc3dd8f624 "
"/detail/aa504e5bcd374f1997936465567d2175 "
"/detail/5da8191489084db5b5188987b676fa6b "
"/detail/018031d7a6504c70bc9611effca5cb87 "
"/detail/0b4e5cc4d6ab4ea8b8330862b728ba1a "
"/detail/2c81cf2f149f45c0a11a107797f136d2 "
"/detail/6462366562514e5c8cdccc45a32653c2 "
"/detail/a005ad988dfb491984a04fe19f7e4577 "
"/detail/48a25d2d38ee45efb1f32db4b911afc5 "
"/detail/27fae0ebd4b84e4a83d7ae1ba6b1be8a "
"/detail/a4566694f5354a1c993527ed1ef82a0e "
"/detail/07ab613be2a1415f9ec63c2869e7e301 "
"/detail/55214a1633fb4a73afdb44c8ae1f0b09 "
"/detail/dcbe93dc55984dbaa7cf0295970cb008 "
"/detail/cd3456c18a2f4b9887eded52c02f53e6 "
"/detail/0a38581650a342bb97478e5552350b97 "
"/detail/bd7a78bc52d347328de55d912501b2b5 "
"/detail/c3e20abd85ff4ad19f0620233107fce0 "
"/detail/83a9d3fe8c1a41238a095afbf14f1190 "
"/detail/2848c0f297094e37b6002861f9f9ec88 "
"/detail/b4181d8ce73848a095e0901004caeecf "
"/detail/3c802908877c454bbd14fec9b7031e89 "
"/detail/e4d4ad0bb4724866901c2b0001776d70 "
"/detail/e04369abe5cd480190fca7a729c7425c "
"/detail/4ef55a1d12e24ecc8c3881ab6268703a "
"/detail/86929811fb6e480fa61b2b137598426f "
"/detail/3231736b477540368f961e43f4c8acd5 "
"/detail/3bd0ecb2ab774fa3b5873029ff16f35b "
"/detail/d149a7c522d4471bb575cd5d97cf3ae1 "
"/detail/37f514d652f343d9b13d2ca93e050123 "
"/detail/f8af2c992c39493e86e4a068f759f136 "
"/detail/ddd0daa540ff452ea038734f3b0bd35d "
"/detail/d133c375efa24c05a901f1d76f689268 "
"/detail/d6e454bdd3cf42d89d49cf24495ae307 "
"/detail/8586480551b84599b3cd9416a888ec37 "
"/detail/797d6d115cb9446b8d22aaf8aef84334 "
"/detail/55c9247c42f6452c873a8aa97cfb375d "
"/detail/93296fdaeb9544cab48fef4532f507b3 "
"/detail/1dd550e8247f49dfab75e16a6fbe8fdd "
"/detail/8cfed6c00ed74961888007e6baa2e64a "
"/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f "
"/detail/1e79674314224906850ca0cbfbefa808 "
"/detail/72d70c67e6474ddcb1fba965b12ecd8a "
"/detail/c3884a40497e45eda5dcf043d787e045 "
"/detail/e7dfb69c5e1344a782640a0fd69d2c1b "
"/detail/60380264bdf342edbc59c0df04d6263d "
"/detail/1f504ff9448747eabed610df12223329 "
"/detail/f780bced7e0f45fca7f2c6ec54aa6058 "
"/detail/1e218971147d4a04bc1d76b575cefe00 "
"/detail/98669351a3f74799bbb5c3973fa091c3 "
"/detail/208a4a179b7e47fcbb64ece38cc5d847 "
"/detail/6aaf68589fc642a1b693128d41d429fe "
"/detail/aacb8fdea6a249e18b0ed74239d6f0c1 "
"/detail/d87645b618c54fe7b4e5439d779d225b "
"/detail/c9eb29e4fd2e4437a0572855daca354e "
"/detail/4ab5056baf5d4622ada50811208425fe "
"/detail/9c631f86c38248ef86731e33d97644da "
"/detail/3bc6175191e54e9c8b9c9e7639df25c6 "
"/detail/73efb3c9f8834765af8b9f9abc747b69 "
"/detail/05a09c16d7ec4e5ab81490235462ba75 "
"/detail/bbb01165934c45129d9806e241c4c118 "
"/detail/87de4d2ab53b415db45c786d8ce590fa "
"/detail/ead5ebfc0daa40c9976065d365c664ad "
"/detail/dd6f39349c90473f866f3766c27b9179 "
"/detail/fac01b295e044b589ca4f8b2ccb2868a "
"/detail/8d4b14a849134050baf1e6131514fc49 "
"/detail/f5582d5e2b8447d78e326b5409cec787 "
"/detail/de1c2bcaceb54378a87424780e23c8f1 "
"/detail/afbae945fd2b45f18a2e31493b0a9b8f "
"/detail/f141f0f197634afb946b7b6b9a507618 "
"/detail/0e6319c53a4c4c2a908f6e1acb1a2850 "
"/detail/4dbaa267b1374abaa9e38b89e15a3e17 "
"/detail/6d8839cb27b94affb0ce6b1286e5719d "
"/detail/a816faeb3ba44c0f9d649b1dba370929 "
"/detail/4fc73c81afc14af3a51c8f90e0f6efef "
"/detail/48cc805e3a0c4a708a7e361ec117baaa "
"/detail/211fafbc86f1403f97ad514f5bed6d56 "
"/detail/f8a3775e786e432d9c0dedfb38f5cdf5 "
"/detail/133403527e3948d98bfb2ddca2224a4f "
"/detail/caa6cb1b15f94506baee94ab6dabdb2f "
"/detail/1210ef73292e4834bb02477a20995ae7 "
"/detail/14868ce162bc4d3cbf56fe07bde1febd "
"/detail/7ad6c54c9be34f03b445d31d6927edfe "
"/detail/932cf84722f9420db0fe81ba479611f6 "
"/detail/68e99532eaea480a9e1a058351bb9088 "
"/detail/135726f264c04274ab108b3c72d4391e "
"/detail/a4c8c6ebd449449486bb8befc80f7894 "
"/detail/792b461266cd474cae2356aa7b2a6d0f "
"/detail/d10a5fa44fca4975bf014f432f0a51d3 "
"/detail/9157d39a06994163a92f1bcd6f774ade "
"/detail/4f1a2c8c5ae44faba1bf9340c0809894 "
"/detail/a5dc0ed02ccf4ed4ad4e4f1eeb0cc7ef "
"/detail/d124c09cea9042ec8ce2eea49f7105b2 "
"/detail/7dca61ad5162418aa5ab73367e106739 "
"/detail/bf9a6b88fbc74a989dfbbd56aaf7e8b2 "
"/detail/89eda59c8ab2485188603fe1844bf9fd "
"/detail/1d4ff7befa364326aaac5307971b55b3 "
"/detail/e747ef8356fe4db9b003b66ff2e5060b "
"/detail/f192f5a690b24f748b53d8249b3af7d6 "
"/detail/3f2554490d9941c794bb71f5f764cccd "
"/detail/b525f7bbaf204f47b762228f4ecfd0ab "
"/detail/07d35f804c9d42b992f305260dd98db3 "
"/detail/74c23def2f2842418af16064a77dc50e "
"/detail/d828b2c6f323491f82b0e216495968a1 "
"/detail/2bcb3b87e5cf42b5a5c3eb7f72237988 "
"/detail/c7b07d450d924cdea940dbae5e6b5916 "
"/detail/0b580d4db1af437bb52ae681045fa3d8 "
"/detail/940de9504e2b4067bb89e8de2687044f "
"/detail/064b2f5ce1cf45828d8a684903b792a0 "
"/detail/250f1f1afc27405c820f4cad012e18bc "
"/detail/e09c649155144829b8154605f353de63 "
"/detail/0811ac5adc8647b3886e7cc0900fc5e2 "
"/detail/49bd26cd2d784a939e1b345b7c8a882a "
"/detail/cb7dbcfaca054aefac7fa4a960e2ab23 "
"/detail/7db3d8dc2e1e49b1b4b7fe441e8676f6 "
"/detail/c1d1a8eafb3249ff8f0401fb18f4e8d2 "
"/detail/7372870a4dfe4bf993af313e8bdd6797 "
"/detail/b18473e401c64322bca40031f57a336f "
"/detail/f672178a22634497a327aedd47993775 "
"/detail/abe6bf27ecb84f93966f2c666754177d "
"/detail/28671cfd645e4120a224fe0230649357 "
"/detail/c8c52c2d21584c5a8c4e9181536280fa "
"/detail/cfd6dc9af5f44b3b933547476f6b88a6 "
"/detail/a9c3208b26794b119dabd142b2665f90 "
"/detail/e17876c9740d4e109f5db978b0b39d33 "
"/detail/196a1e478023423d87a94219e9ab7ad3 "
"/detail/925043830b4143a9afb3ad97282c079d "
"/detail/f73d29328d6a477197db55ff5e1d7068 "
"/detail/4c82867a86f242ac8261c288f180af4f "
"/detail/8afeb2f019364cd4854060e7b72ac179 "
"/detail/044ac3e4cac94813b2ac2ce9c4069cda "
"/detail/9d04d88daab645deb09da90c25c603d3 "
"/detail/e7adedd46b1e433c83cdf6a3e0b48c4c "
"/detail/ac2402552ac84121b755adf37f39d2ef "
"/detail/e7d84f606bcc4734a53313e6dae9eb88 "
"/detail/a47f15cbcd4f407d8dd51bdc1a9a602b "
"/detail/9a1df6d312084068837758fd2953c398 "
"/detail/598135b2ad054bd5912b695c29b68c7a "
"/detail/a4a8c86177954121a5c1d21756b47a2b "
"/detail/302c26630ee74ff28738a844ed269886 "
"/detail/42678bebba584d12b643e7d1d36bbdda "
"/detail/97a8d0d52114451ebd70f2e5b619ce79 "
"/detail/61debda1020043959aa497cad8711d71 "
"/detail/27dcb1c816ca4993b84b75533b43a3c1 "
"/detail/636fd7059dae4829944aec619f5f5889 "
"/detail/8ec3bfad9b3f41c296a86f9f1752fd75 "
"/detail/3be71d5d0dcf4cafbb0229b757eba18d "
"/detail/2ebf26f228064895bf5cf9b6f6bc9025 "
"/detail/c0ce13b4cc094ebeaeae8b84145b1a2e "
"/detail/dcd1579a57ef42c3a9f76b9afca20bd9 "
"/detail/ec1436da1e4c4f03bb092b218ca78cb2 "
"/detail/039395fbcb4e41d39e6fafe087f26b48 "
"/detail/028d70ee5efc45b8814a6de8a8bb7898 "
"/detail/0a58da5b591e4c96857fd8671a691d84 "
"/detail/05a505db27714dbda2fc65a7186aeb89 "
"/detail/3f238c229ee6469fa12b3b634a836c1e "
"/detail/2d093652413142dfb48e894db53daa26 "
"/detail/5a073a4f12e649f5a5510efa3977ae39 "
"/detail/db92148195894c159cf48c7c4987d118 "
"/detail/86f0d71c355245e7bf4b4ef63aa03cf6 "
"/detail/f006b87327b548c68165ce67d5421f94 "
"/detail/e875fa8f02ea4fb2a896e60a66b34ca8 "
"/detail/ca06e673c9d0430d8b8831d91e4a53fc "
"/detail/201f1d195b21477f85e256d1514f3191 "
"/detail/0ff6d821c0e64e42adb0cd735b0a1dfc "
"/detail/435d9794f2cd4dc4b3c48e6e4f8029cf "
"/detail/968caab51aca4804b7458062ae802cd8 "
"/detail/1b98e8c17eca4d62a7e844987e00fb6e "
"/detail/99c5987c1a554f82a53be83488bb074f "
"/detail/a8a9a96d4c484e2b95b697c45e9ca592 "
"/detail/e69d82f05cd3490489a4fa8b6ab69dd3 "
"/detail/7b16ae7d9c224220badd4897b4dbb082 "
"/detail/a0ba480c6574462fb41de76eece5a313 "
"/detail/ec88bf73bf7044cc9a644d318899f7ea "
"/detail/a791698f060740ec81872561ef70bb34 "
"/detail/289e9338267a4f9f9c8acebb1c389498 "
"/detail/45ac4aee1f014f32a51b22ad98b3575b "
"/detail/e2010266bc7c48de8ecd07a4682b7580 "
"/detail/79fad4f30b6f42fc840cf0b0f8222e2e "
"/detail/1b225e5aad7241169c4aaa5780549791 "
"/detail/906f71a1a53c4361b9520285498f47cc "
"/detail/6d9cbdba1287453bafe0dd70e66bf683 "
"/detail/16a73508a6d7416ca496373d222df1d0 "
"/detail/0335254b311f4cb08d4c043aef41eedd "
"/detail/c587c12b0f054f11af15e1efa585c4e2 "
"/detail/44a475e5d6344a3ca093c9d19885f7f5 "
"/detail/a821025b13f0464c84e855512a64902e "
"/detail/f54a6907067947cf9c5e34fea698e46d "
"/detail/1d1a29cd288c4c8583cd2ccc7fb320bd "
"/detail/06a0234b80c144b1affe9f7d2fd37e7c "
"/detail/3878ab06503044469d3011ff05460da6 "
"/detail/43f3c004621146e4bc8758dfa13d63ab "
"/detail/986b22337f9d49589976a6c1e914e9d3 "
"/detail/f7da26cb2a224dbeb0c0b9bd22390fd0 "
"/detail/13e3cf4faada49ec9dc3170dadfa7c92 "
"/detail/3b4e6267debf4727bc49ab382ee6b378 "
"/detail/6f795b1803aa45b8a7b50bfea44a3a0c "
"/detail/f06455ec23d84b44a4569deb4972284a "
"/detail/6a0f66ad837449d09ab1849fac5557dc "
"/detail/a14f6ce4fff34c288d4a9c692776f67f "
"/detail/b20fcd83f68848a984aabac83c4ce738 "
"/detail/9721855b4937454a904482d57c7e6414 "
"/detail/7a97ba16da8f4f098d36da943a85ead3 "
"/detail/3c4dc9e7bbda42ff9ab87d3185a2f0b8 "
"/detail/5d2d44c9ffd346b5be359b080d8b4bc1 "
"/detail/610b63661f894465a504577e88edbe89 "
"/detail/e046383707944c58bd9e4fa83e80bd38 "
"/detail/aed6704ead4e4ba4894cf6a95fa92e4c "
"/detail/74bcd28d06d7415182762bbb26845f2e "
"/detail/6457a634bc564e8b88ab325b1be45ea6 "
"/detail/90ea8ba2a59d4f208532c846bf8f8974 "
"/detail/1c2c36276ec542e69501720fc620c4c1 "
"/detail/7b17ed5e3aa44635a18d9be40ac720e5 "
"/detail/c620b2226c50471d90cb49129203c46b "
"/detail/75c7cc67b7b3426195ced720034a03f2 "
"/detail/8a8093d4ecc746eb9d1b4e542077f079 "
"/detail/3b2d695bf22c4efeb6b8f89927d3f670 "
"/detail/ccfecb91167449f98cad00a2b2fd239d "
"/detail/b60af243cd444c6c87e06ab495bbcaff "
"/detail/55f4d6bb96154e2f9bbf1daa999902a6 "
"/detail/499f465f2b97405b8029289a8258e560 "
"/detail/71d51e54921a4752be1673dd49ceceec "
"/detail/95d06322efe8470bbe34cb40d98ff8a0 "
"/detail/125ae32265c3488e9e324615cb3de9e0 "
"/detail/4fffe824d4cc4ed3b5ba72c8e13fa192 "
"/detail/0bdafaa8fc394e1ca0d2ab7d4a7d6c2c "
"/detail/9b241a386a174ba9ad6c089472be81f4 "
"/detail/b59934b640e14d43a68f7bea936bc0b1 "
"/detail/beb754bfc07f49ebaf32cdeb8caab252 "
"/detail/80690492d1304c02a6506bdf2cc441bc "
"/detail/1bfa4c8cf37e483d82b2442cb9a75162 "
"/detail/56251d06c9e9477f8a2ff494cae75053 "
"/detail/7d66ff816bfc43e5a35df0f504cfe3b2 "
"/detail/2627e9e8f6e2495ca9611aabcf11c9c2 "
"/detail/70e52fd4923a42919e958298024dcdf3 "
"/detail/1c86779c496a420686f9bc1e8e7eac8b "
"/detail/63bbe5a8c1994b2489078b503777cc94 "
"/detail/a98bd2924357447c910421250f5a4712 "
"/detail/75c9c48fd41840fca0a70fc92efb21d3 "
"/detail/cbb87485524e4b4ba094d03d1a498399 "
"/detail/44f5643a9aa54a23bcbd89bad97dd752 "
"/detail/89e95ff3c52a4fce8211b37ed9ab1f0c "
"/detail/49c6e0c5cdb2403ea954001e794c0a36 "
"/detail/32387b88a1614242b91ec7a2717fe9bd "
"/detail/6d2c967944904520989f13f15f6b202f "
"/detail/9c628946fde6469583ee3e041ae49269 "
"/detail/17bfd861909c4763b5d79fcce7c5297b "
"/detail/06079aae29a44e07a6a83f338b706f8c "
"/detail/972098d9517b48bf8ad65553219a1376 "
"/detail/c53115eaefb049369199492d4a43af8f "
"/detail/d20e81a8e75f4cf2bc22be5bdf8d0950 "
"/detail/9142e63958174e4bb1a3ea5a8ad7bc96 "
"/detail/7e9a82b6453d4808b782e8b95658f6c2 "
"/detail/a351c4d4343b468692d4c13cfcd59b61 "
"/detail/84ac473aa0cf46249a13d69b6a087633 "
"/detail/f9e1c02cc8c146ad98dee5cb5f3fcdbb "
"/detail/474bbecae1904db19b69f7381771e74f "
"/detail/91118c3c5a434c50a79c690c0ef874f0 "
"/detail/b1cabafa54e24559af98da7f27501052 "
"/detail/94a36afbef8a427a82a6f30a6f8ef109 "
"/detail/ec820d0594854dedad28e6baa282c570 "
"/detail/e42e9acdb7a84db1a5dc21cfa70f766f "
"/detail/8669e125b004411293092d9df9bf34c5 "
"/detail/1fa69eddaabf4df5971e23b2c718d5dd "
"/detail/a530e5cbbfe84b63868c03bfd7f6bbc1 "
"/detail/b22c51687a18469eb5dc632323ec34c7 "
"/detail/a19b8f556cec4350a233b95e42aea292 "
"/detail/9f06f4cf55274037add5d68b2c250986 "
"/detail/73d10eecad344599999fe4d9c0ea1fc0 "
"/detail/1ae784ba043f4a829c4155b04032f28e "
"/detail/26c871350ef34458880ca65f2776c6b9 "
"/detail/71710cd9f5f046529ffa4a8ac09439c9 "
"/detail/7ce75d0999774cbc884dad693378499f "
"/detail/7a086e8c4201469e932b4a183711052b "
"/detail/5a6b8a51792444f0a6d3b82049b447ea "
"/detail/31fa9215b1cc4562972df732d4db89f0 "
"/detail/b118dfab130545b7ba745bdd962b7db5 "
"/detail/6ddaf86033cb4aa796b957b5aeafe78c "
"/detail/df640830f4ab442ab61f531f1533ce36 "
"/detail/b2d3c6461441415494093939c5323dab "
"/detail/ef6272f67e22400db762a8486c481987 "
"/detail/42b48872cdff422c95e1f7f69e60f2cd "
"/detail/fc87213e8227412cb2cf1e6d6cea959d "
"/detail/33ab56db441448479d4c4c4a219941a1 "
"/detail/00e6a2f948544958bc2df454e7074e4c "
"/detail/39ade2bbb84449e49d8418ccce505792 "
"/detail/1a493683432943cfac2568c72e553d16 "
"/detail/cc58d75f27b943b2b30eed49eb9c5602 "
"/detail/495085311b31474fa0edf2733d1a853f "
"/detail/3a7af9fac6f6443ba0559a346a783143 "
"/detail/dc394e36afe54232aa11f9584237364d "
"/detail/641b7d4bfff041b78d3bb89fb2436f90 "
"/detail/1fb7f084a0114a17942a44d159e7ab0e "
"/detail/48165b0999a34551b7b2d61e64f95daf "
"/detail/a21b9983858f4a5cb1b9f82999eea585 "
"/detail/90fb47c3261d4431b54f475ffa3e3ca8 "
"/detail/8c104fdc0ead41be9a48657d3f397124 "
"/detail/7c038f34bc824eb78b121468f67a77d0 "
"/detail/9084f1fd2f964a89a5b9e79c0f0f14fd "
"/detail/7b4caffabad04d4d90f412995e5d0790 "
"/detail/207821a319a14df891b1da52cb633bd5 "
"/detail/13da9c91054e41a49152df9f90d52c07 "
"/detail/c9d11d3eb1a7421f992e45f0a3e9aa4d "
"/detail/fba40109fc0f4e209831237e47930622 "
"/detail/af2d7e408fe24e3cadadbcbe89317fc6 "
"/detail/f7f5b15f069445deaabbf9851c37d183 "
"/detail/6dd6142b64714f4ca467e607bfca94d5 "
"/detail/94a1dae0bf3d45c0b2afa1fbd2b624a1 "
"/detail/9bb6955ba02e44cb997d38423b9f4328 "
"/detail/08ab6ceb986c4fe38ae8e5a62d07686b "
"/detail/0371f4f2e7c542de93cb7694b7750199 "
"/detail/3a6819c1864843fbbb43562373d1f808 "
"/detail/fc5115b1aa25416ab9ef9f0411d21ef3 "
"/detail/68c8508cc9634437913bf4c1f5609124 "
"/detail/7de4bb40088b40ff8f01724803358ab3 "
"/detail/a33f7277423340e3a47e91518487e082 "
"/detail/5d657312e3e04607971960c43eb4f224 "
"/detail/8e4e53e02c8249ebbc61de48c45cc193 "
"/detail/cc2e0c973ab64a99a8a4c3368b790fe6 "
"/detail/8aca9a1afd67418aa7e887d5a99563e9 "
"/detail/91fd46b5cc594a408b32635e4a9ac47c "
"/detail/137ab040245b46419c5d19e61b554776 "
"/detail/bffb73c826b143a98399abe70acae832 "
"/detail/969f97d75dec4c0ca834882186e06f00 "
"/detail/72eeb6bfb10f4cd98a94f245bcad4114 "
"/detail/658af58c8421444b8d1921fdb61b2947 "
"/detail/a56791c8fe6441978612fce3e3353256 "
"/detail/7979893536284cd5a6fd2ade57ccb406 "
"/detail/1eb30bad1f894151bb0d50fea2210872 "
"/detail/f39bb59058b14ce2a96014ae0a36a51f "
"/detail/895f9d602aa148759695f2dfdf443d1e "
"/detail/bb7a855a859b47aaa675e98c1bd6ad04 "
"/detail/84d0789314454723a3e7d9e34328fd4f "
"/detail/ab80f47e137240b2b89fe98783e2e72c "
"/detail/5501f5cec2534c6784eb5b8d2e8f8c2b "
"/detail/8536c17abc7b4b62840767d1c60c5520 "
"/detail/cf739fe71fa7405c8da1e454c4fe9074 "
"/detail/4069e432f02a479ca4c4d635238c8130 "
"/detail/865fba6b82c041a39c6daca80370c4f5 "
"/detail/6d6cf31c38404470a0baaaf87f2e2dce "
"/detail/398c01a31065433b859085e3fc840c58 "
"/detail/0d649f80d88242aeb2e5b317364aa3d7 "
"/detail/2a2dc438531d4b6a9977bdb5d546ef6f "
"/detail/02782e930ec24175adea89add0952834 "
"/detail/1777f0f2727e486a85165af0983f2dcf "
"/detail/76d2e06872b440c18159d288b0b611e5 "
"/detail/1c874d0721b44753af4cb0560c74746a "
"/detail/43965097d33a4a36a50f50a8113e2ff7 "
"/detail/64a73b13750e46dd80aa0b90b84fb55c "
"/detail/3992875e90dd47b4bfbbfcaefac30206 "
"/detail/c4d2e060dc8e49ac845f19120879db19 "
"/detail/9ba27f9f49a24a53a249745845b487d4 "
"/detail/a55823063a5046ae82334cbdde9f6eb3 "
"/detail/7ed1851ba54f4cb0a380f8d08eeadf72 "
"/detail/1e9e2ee61f11483197eacd8a7dd2d355 "
"/detail/7c897cf1ddaf4ca6a927c41ce075efb6 "
"/detail/72a2e20321774244b07cf45eca32404e "
"/detail/906c5097986c47b0bdcf11c7de58a205 "
"/navigation/d1c8e7fd3f514b16a7c7c457c438b93f "
"/navigation/585d71242fa54b0fba56e331ed5adbe1 "
"/navigation/0199576db2937bbe9a41fb6156449782 "
"/navigation/08014c102bba43b09e93a823de238da1 "
"/navigation/04ac33f9be48438ba185ce8585682c3c "
"/navigation/ba9f9e3fd094425392c838f151773526 "
"/navigation/cda441a37060455fa34c8ce371928eb3 "
"/navigation/52242d7c7a3349359001e1b7b2c3df80 "
"/navigation/83586831f5bc43d6824ec80864e9314e "
"/navigation/0196d8a825c27a7e93a4b07323c246d6 "
"/navigation/ccd140695dc643408838c39c838a0a51 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/' , '/navigation/251448b91bc742de85643f5fccd89051' , '/navigation/ec2a4d4fb4474b5088b03df523675f08' , '/navigation/859156a63cc442008cc67aa14505a8ca' , '/navigation/4851ecc7788447bfb1e74f488e708249' , '/navigation/2350ba14e89143198d72042128b8519f' , '/navigation/f3f47b57953b40afb23cd462dda41731' , '/navigation/075251ee45644d14bfeae2fce50073a0' , '/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58' , '/navigation/07d6d4c2753d4315814435763a756eb6' , '/navigation/4784c622e7b34b139d9852ed9fb53adb' , '/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c' , '/navigation/7ca22766fd2846b39712928cd77b169b' , '/navigation/cc590dbc44b740169864cd7c989ddad0' , '/navigation/275477acc6364fcbb3d3bfbe17317800' , '/navigation/57e065cd29a24cb3b2d9fc39fc2abf50' , '/navigation/aefcfa1180634bb98635452ad2dcdbf7' , '/navigation/bda1448fb6f1449eae78e06d3dd07df3' , '/navigation/2c38112820554a9598f0c8e77373625c' , '/navigation/310cbec927954c1ca5d68a3a49b532c7' , '/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa' , '/navigation/c7643e90932e42f594f15a536998ed66' , '/navigation/3abc5229293848c9b2fc1b27fd3d8421' , '/navigation/514a31209c6e45c5b7f05cf2ce9205fb' , '/navigation/8539a768e5ce4f168833f890bae1d0a6' , '/navigation/0923017eea79437bb043b5b0673e115f' , '/navigation/c6f322e9a6294eb896f7bb669251f305' , '/navigation/8cfeb9558d524e17827ec792492c9122' , '/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3' , '/navigation/a3668172f857425f9bfe53224046ba51' , '/navigation/505fcc508c4e47eb99d8e4627fe8bd32' , '/navigation/82738af02a084bbdb851e11e8ec598dc' , '/navigation/aab03d74404b481ba120fb9530426d47' , '/navigation/018c9125ea874ae287429a2cefd1f2d0' , '/navigation/1a5c6210666443f19920fa7686428657' , '/navigation/76780ee5e68042aab5f6574d7e25dcd3' , '/navigation/bef74106cc0b4125978553246ff16ad6' , '/navigation/c4aa5e8624d24b30b0312e22701162d6' , '/navigation/c6dc84aee6e1469696ac2299c312fde9' , '/navigation/d62f763a8391413b81a164ea482db739' , '/navigation/dfdf2340aca14881a6652d08e7656163' , '/navigation/ab1de20b216545318a6cdad2ee7e2a82' , '/navigation/afed1ddda6d849c49d00ca0932a75b70' , '/navigation/b55d905661614a2fa7f585ef697d6cfe' , '/navigation/c7156d3692b345c69d8c93126625814e' , '/navigation/004440dd20754671ada9bf79a2b75fbc' , '/navigation/0b73a534bf5044ed9dd6af4e301fc006' , '/navigation/c9d1a6f276f24c67b7c66222804db52c' , '/navigation/f57dc8356f054004b0b2ae82257e6ab4' , '/navigation/cd3cfa833d6046b89a14935aee1a7f8f' , '/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af' , '/navigation/a316e8972e0041bfa756d6f7acc23e7d' , '/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6' , '/navigation/eeadca367c544275ac141449b234e23b' , '/navigation/0efa889b062a423c8fd11a73b02e28f4' , '/navigation/52daaaf1c14242d699b579aa2eadba48' , '/navigation/8537420f2eb44ac297adf8c04e163b3d' , '/navigation/d9db2acbb0ef4cfab89a07bc122d204c' , '/navigation/f501cdbc9c1c4609a8a519e227fc2bef' , '/navigation/f59522a887f947d8864e42c4ebc39266' , '/navigation/f9e2050944fc498ea0537fdb55cba37d' , '/navigation/882667d91b2d4ab5a8cb33bcce661e38' , '/navigation/35da856933d947239055eaf099933e29' , '/navigation/4e2522fa9ec04f46bcab12cd36925cb6' , '/navigation/552f1d0a97d7418d822959705696a65d' , '/navigation/7623cc38e1154a2797227b05b7d74503' , '/navigation/78c4ca0a6208486cb940907b1298f747' , '/navigation/37476b928c114f0692ad5a37af14e66b' , '/navigation/d3000e05adbf41ccb0952539c25cb21c' , '/navigation/1b15b427e9cb40b28d537a893668f15a' , '/navigation/43c83d522870493a8ab2df8abb5d556c' , '/navigation/49f823826b384871aec230ae7ee2f154' , '/navigation/e5a13fc2f1c542cd9057c9488b5c559a' , '/navigation/01fb819fa75744c8a56fdc0981381ba9' , '/navigation/7182c23f1e214e85adba25d65afe398a' , '/navigation/73045f602ad1421fadf76dcecc9ca960' , '/navigation/89a9b23c1a8b41c2bb4a66032fda3981' , '/navigation/a585c54285844d1ebd1a64392ed3ee8c' , '/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f' , '/navigation/c76f09f24f1942b1822fb275e0080db3' , '/navigation/e10596ecd9474c998247ceb3e50921c6' , '/navigation/01797e0437b3448db94e690f14f43e5f' , '/navigation/7b34af3a47cb4c3ba3188ed1cee83967' , '/navigation/7758ea41858d4231ad3623921c73e531' , '/navigation/68376253ee4542d7aa4d93ac4958eb0a' , '/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e' , '/navigation/d867ffee71f646f09b1c069b267201e0' , '/navigation/4fed7b490a09439dbe58747fe74f3e5d' , '/navigation/cf5a0b4136834eac88874e7ff81b8ba5' , '/navigation/f19faba35fa04f30a1bdd354b051f625' , '/navigation/4bc032eef6364672a0d09b8abe93d55e' , '/navigation/33b309eb71bc4c2a9976970795d500fa' , '/navigation/6dba75696b5148139136de033ffc6382' , '/navigation/be2f3ca764534022a2ba79f972c9679d' , '/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6' , '/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef' , '/navigation/7b7970e14b87448fb41d825fcec350d0' , '/navigation/7d34ea33ebd2430b84ca71a999e7b708' , '/navigation/abfa97de640b48c7a6afa067b88812bc' , '/navigation/1f423e85c6eb494980b22dde93e64a9c' , '/navigation/876b21ae9d7c41498115b90823beeb7b' , '/navigation/2b29710e5f0f44a8825513b4e6e2a98d' , '/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8' , '/navigation/671bb3d9919346a1a0187fba6835a133' , '/navigation/dfe70840626a4a9a88c56999fb42852b' , '/navigation/e4ae50f24b8d4d6483cbea48cedb146b' , '/navigation/73e9c784d8c448d8a7e304117eed2293' , '/navigation/8fa76c45c7a14b1ca93353f7b1f85411' , '/navigation/f2e70390e9e34ceda7549b53800c1e08' , '/navigation/0bc41cae5ab441458dce00de02107388' , '/navigation/5f149c7e1b2b48f9ae6364de8ce288fe' , '/navigation/903d01af296c4a2391205affb24423c2' , '/navigation/89364c27afac40fa9ead1ec3136ec684' , '/navigation/aecbd0f4de0742199dd75fadddec2013' , '/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0' , '/navigation/bccc5c020811472196379229044dc7fd' , '/navigation/2db3c8aa857a4bc6a6d11e3438350063' , '/navigation/068567f45f424e389167089941c407ec' , '/navigation/165d387e909249889e89cd6584e6c81c' , '/navigation/20e44a7345fa48468f3d0e2298b4f067' , '/navigation/224193720c2a4a45bc96cb2d055655ba' , '/navigation/3c24eab57c3d445698f26534ea18e660' , '/navigation/444424ff93914a27a401e920bb33976e' , '/navigation/72202b824a384e9a8c11ae6afe2a9d75' , '/navigation/7b182711a1294f69ae2266b5e37b5bc4' , '/navigation/83868e2e81b340bfa067343e71965085' , '/navigation/89d46426d44c4442993d4b524afc59a4' , '/navigation/a16abde2699547c2b823b86c6b48d0d7' , '/navigation/a3025fff20374024b907cddab6c39d43' , '/navigation/d14cb43cbcf245eea471b31b87876e6d' , '/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d' , '/navigation/e5c66ca00fd140229735738d20618e8c' , '/navigation/b613bcea17d94cd68c0f1b01c96a843f' , '/navigation/f65330b5335b43a8ba39baec7d44aa54' , '/navigation/fb3986cb89834cf3a3b42c5a651034a5' , '/navigation/9eb6e1f2d32e4679aa85298c3e2fd678' , '/navigation/a5d30272319c4e6f8577b8f344013d34' , '/navigation/5be3b86f12b94044a39420702328fe79' , '/navigation/e40c020ad4b74db7bc3e2e88c4c27be8' , '/navigation/ab078ca87be74c748a7e971e766ceaf3' , '/navigation/efef8f302349446dac0f0d67631b70cf' , '/navigation/f5e01e9054514b68a8653c5a4f2e5ee1' , '/navigation/e485c99ca374414e851e1bae3f10af8e' , '/navigation/2fb093f95507419987f178312f1a3159' , '/navigation/4823a61385b44ff1acf4e6382ddc6ed4' , '/navigation/a6abb398e64e45f1895b6666ef5c48d1' , '/navigation/00f37e830a0348d09705a9612c8c8cba' , '/navigation/71ca1150915f49e5a1f2fd538909d05a' , '/navigation/1c5e979155a844539448db12fd5ee768' , '/navigation/8880adde82fa414eb680521ec3b57c4a' , '/navigation/edd74ffcfbd44ba9904d355f05d440a6' , '/navigation/29bbfc2eb6d444f08a34e46f60b76e17' , '/navigation/9228dba7d8ff47a897c5e6125f40dae0' , '/navigation/500fe37e8fab4ec686d79803e58a8133' , '/navigation/defbeb767ca44c1b970ab994d662a6a2' , '/navigation/5d1b4c4fdc094289932a615f81db335b' , '/navigation/b3fcd7cc2e684a8b96f82adbb8615f55' , '/navigation/1f6fc0d096e4433f847169a8653f9872' , '/navigation/cdf0a23d5d72433783ef241128a9b070' , '/navigation/273527558c5e4e2cb3168fbfbbf6db0e' , '/navigation/0fc49a5d23ec4742845d4d31898f67f2' , '/navigation/9870b54fef794c4b87791c9dbc9b83b9' , '/navigation/91314c7682154e58a203d7deb3c46e25' , '/navigation/0198a84419397e96ae8527630cef7f63' , '/navigation/019c03b8fcaa72dc9e2c6dd03b04916d' , '/navigation/5fdbefa88b0942d28155aa77fb9d1ef2' , '/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27' , '/navigation/6abcc304f8c84933a719a126f42a6651' , '/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3' , '/navigation/ea2fc00d192244b3b852128b45d74842' , '/navigation/2a5c8fc96ef04011aef499b2fb4faca4' , '/navigation/01971690d7e97455bdb6a13033fc4bea' , '/navigation/01971691bb387f7f8d6fa68ac5bc78b0' , '/navigation/019a7cc2c0ed7c48bfd77766e7197c67' , '/navigation/019841caba81739d847aaec4495335dd' , '/navigation/c760008290d84dbaae3f6f4b83269ddd' , '/navigation/019aea2480627a599fd1d0db6122e224' , '/navigation/0197169587bc7ef2832928391108aef6' , '/navigation/01992f21513c7fca831141b67a0ba2a6' , '/navigation/0199288800f87feaabd6d217f0254df0' , '/navigation/01983b68543b7476b25d1ed5006cd884' , '/navigation/572804a509e74ad58d18d52ef0cfeb3c' , '/navigation/0199772279547efd8f94e76789b316b3' , '/detail/28eca3b845e643978acf1dd4bbbd7c14' , '/detail/f36a108ea4e94bd6a68fcb43159e1dc6' , '/detail/a04028c7174d47188e03f3039efc91bc' , '/detail/20d96bbb533d481ea04b9d4e49ab7052' , '/detail/88bcf3c46a49400da3995abf847d8c5d' , '/detail/ca9c0b81264347a894630408aa3962c5' , '/detail/bd45fa6618434853b96dc43cd7331e7c' , '/detail/ca57b68d2da242b8bf8cf84690250e2f' , '/detail/b842e53bd9334206acec3cb3f9dea93c' , '/detail/cb8254f4b77e477e844874c67c425b3d' , '/detail/e90b791d2d0e4f6aac019598babf4cb4' , '/detail/aa712b0ca99845d79928ea7c33c11b77' , '/detail/4fb253ae953a43f38604cc34273be0fc' , '/detail/4717b782d81f4ac9b1f38ba0dc75f742' , '/detail/fcc4dc8a052d4539a1df05c01c692364' , '/detail/9e81ce7f104642459841330a142790b8' , '/detail/a572323b2c8c49f18ca0da5d9b8559cb' , '/detail/1620e516bf5c4f0bb82bfd4a675064ca' , '/detail/5ad0a75b35ea40b780720cf5b915396a' , '/detail/b3b6e084e5864826a30e1d31b7405826' , '/detail/1aee9e1061a447aca5e7d5bf626f7184' , '/detail/db48546759c6407ea9ddc68439bb2d50' , '/detail/c7fb9895cec448f0af5d27fe69f3bdad' , '/detail/bf770691de724204ac9a56cc994d46ce' , '/detail/3586baa2490b4595a40cb4454ba7ef72' , '/detail/c9789dff64a84e818673ad6b63714ed6' , '/detail/02049224c56347179fa4c013e2cfcd8f' , '/detail/683de0b4b5ae4d559afd00fb3086c933' , '/detail/bb097bde92a74379a1837881c7239fd0' , '/detail/70da13d9ba6e4ec79d44747b0fb398c0' , '/detail/0661ada35f4f48bcb604cd1d0cd0a038' , '/detail/9a5fb1e87e704a82933549814f8cb13f' , '/detail/5f7dd71082de4ff1825a3e4fc530b61b' , '/detail/8c98ce41cd2545539d9bf136866d8b84' , '/detail/e501ceab99da4c91808c2faa5e7fa267' , '/detail/62c570e1ff8b46a0b4c0d986608e2939' , '/detail/bb8c2f81774046baa5578e5989ebaa38' , '/detail/ed5b1105886d491491a6ff7443f1ff2e' , '/detail/2bc49818497243adbb60bf4250d0b234' , '/detail/d744bf7892ae4da48aba62c8bbf2d386' , '/detail/2922e1c652d14640b5297d979a67ec1d' , '/detail/51465e1af1c94c4b9b5ec62d49201cef' , '/detail/221cbc2d66a8429e8a15477086b08631' , '/detail/e82e6a38cd34472eb520c16186fff449' , '/detail/69d888a6ba7945c98018c15f3b27ba27' , '/detail/0d23ab14dc8848bfb34e5420bc24cce5' , '/detail/6b48c0add6044d6cac3ebf4870fd9a59' , '/detail/81966f9b20a34eb0a3967ba9e700bc90' , '/detail/88aa0a0e95404f99ba5b0194856d7219' , '/detail/36192c55cbcd433cb853f3a0d7870853' , '/detail/3df78c98f2174b8d82ef9cc28cb40024' , '/detail/da262314dfe9440c93ca78bc49170c78' , '/detail/40659a680b7043a8ae085e91eabcd302' , '/detail/5a74fff20e0742db86d036b922fdba93' , '/detail/804feb3863c9470288f5d5fbaf5c2733' , '/detail/c961cde1764c4d2b8addc7e66e00ba96' , '/detail/724e19ba971844bbbd2c0ff94605ef99' , '/detail/3c00cdba9aa64e15a792ed78217b93ff' , '/detail/0a037cec6f2f490883c0ecc734851968' , '/detail/213bc7b9dbf943908a9f5f11da8a48c6' , '/detail/0fbaa27cfeb74a139d2f7c356446b568' , '/detail/9e2e0bced7c94da5a373c7072eade969' , '/detail/e20b3b822ccf4ee2b2692a5b4108f568' , '/detail/9d82ed580451437b8c98b8491c24c9c9' , '/detail/9e00fcf3882744a8b987bfd4e6c8dd4a' , '/detail/90f46c5c80304229843ba92d6080a56e' , '/detail/6cac5c8418864d1e83240af4a4918714' , '/detail/31787b2738224aa19cec6eb02f96ee7a' , '/detail/576cc1440d07434c89ca9c09971da9e1' , '/detail/631ba6f1534045918ef5ed0caff92f32' , '/detail/5d0192bd30d84d41bef8a3149d006dec' , '/detail/a95198c1fa3440b3a409f813a46d7a63' , '/detail/d02b8747e3d8442aa1e75c52d2d69a8d' , '/detail/9306919ea70241cfa01b0f4c419118ed' , '/detail/293f475e37b540a3967f38f7457ddfac' , '/detail/9926731f6f8e4d65b1f505aab3e402cf' , '/detail/e4e45d774eaf4320a278ebfa73eee2ea' , '/detail/905e3d1aafeb48098b7694e2a7637e51' , '/detail/49994b451c88421b8c10d295b279e89c' , '/detail/2c2924af53a14aa990e90fe6bd08184d' , '/detail/113b2efe796a4181846bb3b0e5d4f6dd' , '/detail/a35c15abdd8a4492a5322d43f20f26a6' , '/detail/ca5b6e454981415e9f2183e4dba078f5' , '/detail/d2833b86883b4b558dc58c60c764503a' , '/detail/80b655fb9f6e4eee99cc2ac823239d0c' , '/detail/c7eb683cb67f400c9e4c1f944de23867' , '/detail/66599a8892fb4a938fce89ead4dcb099' , '/detail/5968d52d1e024f78b80ee805e02a57a4' , '/detail/f91503d085e64349a38f77e839be9135' , '/detail/135d7e3a28f048ec90fe4c0f9cf250d1' , '/detail/c250c6a2f2d34a5fabf7aea87d93ffab' , '/detail/4b9bc24a713e4c07bc49da65b3705afe' , '/detail/fc4e3f8e7e624137b43c1efbf38f0cf1' , '/detail/151a407deb91466984325530979cd470' , '/detail/a0f6f1ce8c29430aa34d3c1555e453eb' , '/detail/79d031e928294453ada90c79c509876e' , '/detail/149072db11fc4e25b614fae943005a18' , '/detail/c7a5729f4e1e4acdbcdcc6aeb2dbfc47' , '/detail/17b54ef8d5434550bbfb24c83a334eb5' , '/detail/af70bbbb98c14853a111515d3dc63dad' , '/detail/27d8e293cbb54ffca8054c22698d6123' , '/detail/44ee2fb601b246b3b4183a7e98d4400a' , '/detail/bfe1f46f2cce4f6d8d073f57d7fe101a' , '/detail/434d104060724211af24c72eaa0bc284' , '/detail/361327f28a3142ae8b463a0100c79ba0' , '/detail/ff1ddecb571942449cff36cf45f75176' , '/detail/99b951830dfe4b1aae2675d97393bec8' , '/detail/a99552f6420149fe9b6fe71f1eb223c3' , '/detail/cec520431f0b45858998b728fc4651ea' , '/detail/4283a982ed5248218de38b7ece4f8f94' , '/detail/2ada5ed19c764d5693e6cb8407278ddf' , '/detail/af78d91653a345168e413b52b9752562' , '/detail/5c8ccc79abf34acbba63eee33f345362' , '/detail/de9f7ed32b79420ba085e18f53581b38' , '/detail/421a3fdfd0d5460ab528e3707ca11a78' , '/detail/08fe3fb5188b4a49bb9ff8250e4c83c1' , '/detail/7a6ddb691c994671a9425abe1d1fc10c' , '/detail/47000ca728e74358b965c8d777954474' , '/detail/382c2a07c8a847aea74ed5a46702c522' , '/detail/d429eb8ffe8940e4a499e74bfddee156' , '/detail/084d8960a47c43df8721e404766bca3f' , '/detail/234fea63f5414a8cb39e6e62be083533' , '/detail/e4dfee05967e467dba12f8e84c6b8b05' , '/detail/a94cfdb36a34413f8b774e70d8173a8d' , '/detail/57761a6e525846b9bb52797f1f194629' , '/detail/004b11b664424995968a6294d4ea4ae7' , '/detail/bfc64fec939b4277815adefb930295a1' , '/detail/2361115f142d49e1b5fa2aff566b7514' , '/detail/baaf0501442649a780e5481b2d0ca46d' , '/detail/2e7b613304dd4c96824d1be6ffd83190' , '/detail/99eb30031dc3465c8fe88a9c89476e57' , '/detail/e794fca7a9f5459a9503de5a4fd3ae10' , '/detail/e33300e6d1bd4d7c9ea39b6547c16779' , '/detail/53e4a030c1484afaaa3ad9a63e7c8d0c' , '/detail/d0ffc82a39be4d63ae4f91900049d611' , '/detail/dbeeb71958884cc7a252aff607af6c91' , '/detail/c3b21f8c90764edbb3f790cf69126d3d' , '/detail/15ad00f10c3640a6a206ce1f645317e4' , '/detail/ff5f7e5baeba4fda98a4c1abd9171bce' , '/detail/3a3a61f66e004c1ba712a101d61a71db' , '/detail/3a9addb7cf09457bac1b39c0acd35b65' , '/detail/106950daa9db47fe8c6a495ef55870cb' , '/detail/c2ecdde0aafa48328b8d42929b52549e' , '/detail/280fa0b4a7174d86b8b08bc56c6998f1' , '/detail/de429b7018d746d08888a6fc0be98228' , '/detail/8a0d89118a8343bd8db150e4d2d08776' , '/detail/28320a2ba675413ba7955c0dba8eeba8' , '/detail/f5704fae4bfc4b259f4a503a0fde3b61' , '/detail/a3ef09bf6a504734b046e22f90a5f2d5' , '/detail/5f679644318b4835a863fd70cda624a5' , '/detail/7126c3f2d9c6420398ae492ff0f465fe' , '/detail/b49a3e6547784f1fb5d822d52cc9a507' , '/detail/a33903f981914c079418471c6b7549e8' , '/detail/4570100a52c74fb0b920361946661659' , '/detail/be2a8b5796ad4e87b0dca06d554db6f7' , '/detail/fc48a8e93ea141e181c1a596fe6d051e' , '/detail/a91deed1f9074658afb0bcf61c3eb270' , '/detail/f929e36e4e3b4eacbd0aea340ae4ca71' , '/detail/e1813d1953c34d33b0d9b27ed5873886' , '/detail/4dc113fffec644e7a2fc9e602e993a80' , '/detail/4de0d47619d945c986037d56cf7432cf' , '/detail/5bf95e9020ee4c2da987f042b175ec3e' , '/detail/311c339f64714fce8aa2ba9a3a10386d' , '/detail/5ab53ec8d8564679a133a070918c62d8' , '/detail/fca1613aa50444608ef93a7ca5d619ea' , '/detail/b2ca25f5540f4fc2adfeffe678ab972b' , '/detail/98d8983e43ed4dbda7347a3fe5d452c2' , '/detail/8b2d191adbc8495aac0a0fda910336a1' , '/detail/b29f95685b784912a988731f09e844cf' , '/detail/d5c7f478291844fbbd73ace11197fa41' , '/detail/d18207690ccf4e2eb1ea56bbd79d4416' , '/detail/f0a9a1006f454e45884594ad2022374a' , '/detail/c225abf84ede4935b34646a1881258c8' , '/detail/42843c39f20e4f23a599575776b060c2' , '/detail/467ea28f5b534000bb6f0f6ad8fa1dd4' , '/detail/7d56d321d6834a24a35114bdc9a75eca' , '/detail/a420c3b23a7b41ebbe2148bf08f72532' , '/detail/6279e85c754a43909de87f0d3b858351' , '/detail/f110177ec70c4da7b696692c02686aef' , '/detail/0e56c79bb26b423dac3b0733a0d12505' , '/detail/dc7a596505de4d38b5d0a3c8caa61b9d' , '/detail/9cef2594dcf54d45ba544c84672cc09c' , '/detail/7ec639010588449cb5845733976beeff' , '/detail/b5686981f4d24d5788c401b8fd54b495' , '/detail/38d9bfde83ae4b66b246d44f6d1cd709' , '/detail/e4270bca70094623a850304d91f8e534' , '/detail/6f77bc88b85b4276aeb992ecba83875a' , '/detail/cf067cc2a18f4b11a16b880092821e23' , '/detail/92d2a998e61049c98dfc764a13bc4cf1' , '/detail/7f0fa547fcc34059bbb0c46ff443f1ad' , '/detail/c18b32126e324ba2b7487b4d38012616' , '/detail/a712472a1fd942558b43602bebac84d5' , '/detail/574306c1f4f44ad09688fb2d06cb8651' , '/detail/908b71c25dd14f41bda94ff5cffb4a21' , '/detail/8ba007392e584243aca6846dc71bb165' , '/detail/676797f5f2b24171bcab36d3e88b44c1' , '/detail/7909112a58e74515bb2d4d013c3fc975' , '/detail/10896259c828421daf47d56064fadfc6' , '/detail/cdda3b1ff1bf4179aa231235b219e397' , '/detail/ba6462e1ce9d4920b1d4443bf5b4b453' , '/detail/3ca896b05b2445b6b57834f3ef90b590' , '/detail/2f6ac7a3a6964cfcbaee618d16ebfd7a' , '/detail/8eeabd8e0de14592906fd3ee3ee9d094' , '/detail/ddcb12b96f53423285250f99ecbf72f7' , '/detail/17634eb70e384a1d919db189894cb0b5' , '/detail/83a7440bf43b4e4babd1cd3cfaf45119' , '/detail/d078894672bf41f9bbaff5896e4a7b6a' , '/detail/92d741a9ba804e5196b30df1d7d21449' , '/detail/c4896bd08a17429092bf6065205d5c0b' , '/detail/e72581cb39964a80be8584d7f083caa8' , '/detail/2869e4d5beb5441dbd53f3e76ce30072' , '/detail/10d040207021470a945120864d54005d' , '/detail/b7f5511666e04cb3b03195412cacb7ad' , '/detail/dbb51805db4544079edfaa7d7d5829ce' , '/detail/1c0e2a3706d5401da881f69ad188dac0' , '/detail/65d37e8611a24d6a81a53a335f092210' , '/detail/0e5e6e363026469f8227e66c5b58ccda' , '/detail/728a78fae9654d95840bc49a84d36e54' , '/detail/bbd137805814411fa7b7f697f56461b5' , '/detail/b0239028184245b8b810699db194703a' , '/detail/35eee8534875456192b270d7cc44ff9a' , '/detail/c3724e1dfb384feaabb3f82f5b81e627' , '/detail/b64e0537f99f4a7c83cad1bfd3253c64' , '/detail/4be486dae34142e5b63eb5cf6400a090' , '/detail/cbcd3e64cf984609bb05c8b8f0c46f1b' , '/detail/1b658b9e3f60471bbf92f2579ca46051' , '/detail/1f60d091536d4a0c8ab1e0cf4dbc0e42' , '/detail/bb8cdb1bee7b4fc8a717b8b60bd469fe' , '/detail/acdb9f1daa634d018578184eae25fbe3' , '/detail/ccdda087f458462ea0de04232d68ab19' , '/detail/592b2df88bcd4b6baa36e9893df8cd0c' , '/detail/aac6c602fa1f46d887f9442ff111ad40' , '/detail/a45b956198b84f1fb6ff13ec45245acc' , '/detail/8423275330d44d93abcc4c61c3c73b69' , '/detail/de8e85b175484c948a4ee077dab2bd57' , '/detail/0d088f0ca5374a40b3139ab697ba90a7' , '/detail/6070019edbe146cb9ff790629e633bb8' , '/detail/01ff2ece148245b781bdd4a182e467f9' , '/detail/5f79137f86fb498795072c33d40a4712' , '/detail/d11c3d30e7434243bbbd8fe0eee54d50' , '/detail/e71bc9b393fe4133bf1fb32b20fc1f32' , '/detail/09f5aba97b0348ed953a7bbf6793b6eb' , '/detail/e941752d33b64dbe818cfc24f0ee113f' , '/detail/a1642380ce274497b95367beb12266e8' , '/detail/60cba981cea144c2bedfb3040c1ac083' , '/detail/a6a99f9475354a60892d173b04034d30' , '/detail/86a1eeadbc7942cd815d907d267d6433' , '/detail/81dc917602c84c229200c5810ea53b6b' , '/detail/5cf0421e1f3e4614bdd73a1626679868' , '/detail/c2205521d27f442d8fbbae88cec3237c' , '/detail/1fc4a2cd837448e6aeb133a80aba1c0f' , '/detail/c805dc6b53344265bdda8d4acec4c147' , '/detail/a7f16b5461ad42e6b6070810aaf8eaee' , '/detail/2f84c9a50c29420abda2ab744e543d10' , '/detail/20375ad797124b51a5b9ab72262ab2b7' , '/detail/4b5fa4b43dae4040b25dc43c94515170' , '/detail/805ecf0fbc6d41959f72d84db330b41a' , '/detail/385d56a568f1415d90be5051db12bbb5' , '/detail/885aef82780d41fba5461433b8db2ed3' , '/detail/9384c78e3b6f431ca88e7921e8ceb9a4' , '/detail/a0c9ea79bfae4e3b8267ea8c20903b2f' , '/detail/82ec4c72780d4d88a0e79b3846a9bf6e' , '/detail/b60492b424b44cfdba69c9a87cc6a708' , '/detail/d8c29aa25e6c4ab8a522bf7b9b0d98a0' , '/detail/b48a3443adee4114b6f14bf0cd961667' , '/detail/db717af3942441d293d26970a657ab70' , '/detail/1a385413e0114eb4b99f05b78220d9b3' , '/detail/7f42aced846442acb22bd1deab30e7c5' , '/detail/0471920a5e1a41bcbaa40096568c30f2' , '/detail/ca062b58a9264b7da8deb306ab27c7a8' , '/detail/aa3031f9fd724dbc9fed884ea62b3cdd' , '/detail/28916adf88504c208540d811b87234cb' , '/detail/3722fe146fc24976887807d1d7f26600' , '/detail/1a6f00e6a542479e897f1ac159e714a8' , '/detail/ebf0e6ea0a2d4d7c9f4bb6f952f1b15d' , '/detail/f27778fbb31447c4a796f4ecad2e7cce' , '/detail/f604184b3ae84a74a317789a8c30396e' , '/detail/16a450287c97485c9dffe95228c6e765' , '/detail/2dd4c696d0094c50b9b143bc77b03d5a' , '/detail/f0f5cd270d5e4a6b8005058308ae00d0' , '/detail/f59d0fd51d704aad862a13f6c51cedd9' , '/detail/bbb2aef8078449918b4a03692d608b40' , '/detail/4b66feb2daec442b9cd51794dd72590b' , '/detail/eab489348a9e4c1a9f2917367ad8c083' , '/detail/de9de4e6db35417a88bc7d49acf6160c' , '/detail/d64853417d9d4ae59cb548edb8198284' , '/detail/73c916a5e8924bb6b280d20b3e6c9ca7' , '/detail/63466e4a0f60441eac69a473e9bf399c' , '/detail/af8ea05363b44dc8a1e78f8db7cbbe06' , '/detail/dd34c4bac22b438f8bdd5a4374e08975' , '/detail/bec3f48ac2ba4f95a64495e2277e2b9d' , '/detail/1a405474040b40db8722b8c5662805ec' , '/detail/38bf0ee523b3436bae1190e1e7f1216b' , '/detail/6079c4bff59d46cd860bda552ff13602' , '/detail/64472ca896e94ca8a2d0824be165ca9c' , '/detail/253d4f7e1425414e96116692b5a01c69' , '/detail/2eea11251a334f1996d10166e225afee' , '/detail/1941895415c044699328c8746e066384' , '/detail/46fe94e807f34c4887797b1144d46390' , '/detail/7ca7a8b852e2488282d122c35ddfa10f' , '/detail/acbd753f384146fdac26f17321877267' , '/detail/6931e676b95b4933ac2dcbd345844489' , '/detail/42ceea7e8d074557829fd56bfd3a51a7' , '/detail/64aa4d5d3ec8485b83facbcd9938ce41' , '/detail/c5ab144f495c45d1af742173eb811222' , '/detail/d9564a1c0533452b912a234ef2c506fa' , '/detail/17f99a06aa2546058f9aafaf592c0e1c' , '/detail/cc7f17b545b443259d7b3b91bdb635e9' , '/detail/a98c66392c6e4c9187f118b80267894d' , '/detail/78f5e0f7431f46aba083791cf7ade7e2' , '/detail/2135a91ec8b04788bd177e316a061b2e' , '/detail/7c4d96c3d8484dd58f12cd78333dc80f' , '/detail/90a142e1fdab42b6876a3a080656ae9b' , '/detail/042bc51d2ebe4e669c648a29c12877ac' , '/detail/1b8f5060b25449c9a095c6b2f6bf7b03' , '/detail/65cd81b4c3f24c4bbf2a0b77e333c0fd' , '/detail/4296a5cb65a142c68f73f4d87567b352' , '/detail/08add5dddb764c20b393f8bba75a6b77' , '/detail/c77feccc94404fb89f75ce225c7f2817' , '/detail/a9d58bad95f74847b2ba3f68261ad9b6' , '/detail/3689d83479d84ecaa15eb3cb26a4df41' , '/detail/3b2c5c038a88401fa502db5eeddcfa0f' , '/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e' , '/detail/513ab9793dd541e6a6dff9033f99756f' , '/detail/8f1332eb43334d159175a80ed6e45057' , '/detail/00776cf7fec149b78b2ceaecdf562f95' , '/detail/bbd322979bc447f7afccc5a34b012795' , '/detail/06abc960bae24e0e94af2fec911f479f' , '/detail/4d200872d75b46feb271174df0837efb' , '/detail/7961aaaf1efd4f91a1cf592d2f444e84' , '/detail/864288c5040245df8f06d2fb31f5fd8c' , '/detail/d8fadc9cbe154aff9b6f9303d385f496' , '/detail/aa262210581a4c0d9cad7e1bbe9fbd49' , '/detail/b89f5fc50b434e30b66a668996ec46b0' , '/detail/ca6f416353584d21a12983d8302658a2' , '/detail/84091a7ba6f1469eba53a52bf47476ac' , '/detail/9153e0816e6b4da8aba4df841128b2cf' , '/detail/ff1935c0152d4c95bf7b9074d5096142' , '/detail/5d97db9b33204df4b5cb13e6348076cc' , '/detail/802d5dcc7d204219909dfdc6f9940a20' , '/detail/5fd1bd9c33c24ee99495cb59827ef863' , '/detail/b9b659553114410c84eaba857aba8876' , '/detail/df818b09a3de4776bd25ca68597f38f2' , '/detail/978648c238af48d3b655595f0883865a' , '/detail/ff99c8aff36b44eab0e1ce60a3ccd39b' , '/detail/4a5521c0a1f04f648418d834bc420e4d' , '/detail/8c9dd18731d54b318c8416a7fb0213f2' , '/detail/8d35f0c6664c405396cc9d071b872140' , '/detail/d88bf378b2674cf2ab532f4f11e5071c' , '/detail/be6e35b9695c4aa5b65c913cc010497d' , '/detail/c1a0f8ccb5f04f9d8473674e9c6a966a' , '/detail/b9513ffc1edf40b48cfb3a1c43dfa76b' , '/detail/25e337362ffb4689aea832bcbc78c903' , '/detail/19afb739b5ec4bac8a62dae05b49a95f' , '/detail/991d8a0a328c439da40935c930b29a76' , '/detail/d77a75a1b1794617acd5175f6e6b8746' , '/detail/c7c27c6eb6d54599839a560978452979' , '/detail/6e7e8689e57446679af71a3495422488' , '/detail/6778590043c94554a2e2ca279cf89edf' , '/detail/161a8c230cd3493ab870a65235a494ae' , '/detail/572d5705e956482dac2f41bb553a37bc' , '/detail/5cef6d13783b4e3cbefa1994ca672e30' , '/detail/bcda614c3ec54936b6446782d7e88ec2' , '/detail/d3c9cb38a11f42bea374e7a685bfd828' , '/detail/768d37aa6d264dc0ae33e575abe651b5' , '/detail/57963422e4df4c9cbc4cd46a258f4d43' , '/detail/7a1625f80a3f45ab9d2cc00df91293d6' , '/detail/e622420c326744279690d723db04a127' , '/detail/f2b60a5bc09d4241b73287c48c8e05f8' , '/detail/b25a917c7b94454aa142dfeb17b347ae' , '/detail/4222a62d2f42428b9e321703c0a379cc' , '/detail/802022501a6145c08a75c17c75bee45c' , '/detail/9270ff54fad946c4bf3f88ea04f15549' , '/detail/9efad8509012430183448bc78f9489f1' , '/detail/e4574a99d3d944c8887cfc49576ad4dc' , '/detail/404603b4771d4c929c56c01069e609a0' , '/detail/00f3a6c9cc0c4c60812e1e57ac703d16' , '/detail/4edca662b0634311be782b9c834d748b' , '/detail/20c99aca66034cfda1007e1c3b77c4ec' , '/detail/fd25a78daed846c196c106232d1ec630' , '/detail/c034ef83f89341c5b093afb0e4c2089e' , '/detail/bba406597e4b4c629c8de0f0dad9035b' , '/detail/93917980b325420b8f10ac4b56e8313d' , '/detail/c34d48a4364149d38aca1ad19e3bc4f0' , '/detail/9467bd943a85494595ff625c1271014b' , '/detail/3db3b5ed34db433d8bef16a91bf9d9c9' , '/detail/f11bbd4a6b0143dba95cb9c9d956e648' , '/detail/4ea1c54fa9064e5484ade5e934285b94' , '/detail/9d2d31909bac482297c7496fcb78e374' , '/detail/30ed195c93b7467a9187f07773889a9f' , '/detail/6be4f3d665a744a7b140327320ba8c34' , '/detail/96936e32fcc6414e9e19963818ae3296' , '/detail/63570e68e8ce4cbb80edc3a7c8e212b9' , '/detail/cce237728c9a443095d5acac2558ca2b' , '/detail/2dcfdf6c5c7c4f7dbacdc994f955863b' , '/detail/882a0d90845c46c9bb019659a615f235' , '/detail/0cf665757b114488b50086b62e4ba9f2' , '/detail/fd98f2fd417a41fd8a9b132c628649db' , '/detail/e41ef68f48c246cc9a5dfe9c5837fa25' , '/detail/78ef6ce488b546dba1afec66d499d99f' , '/detail/0def522d84f441b3b1e2adb3693248c8' , '/detail/9850a7b3f2864b838acea5d777ec25bc' , '/detail/7c3ad044a851497d947245b9d0295eef' , '/detail/d97333ca46504a8389743badbc47d068' , '/detail/212ce41a64be4a16905b20a822b1d2f8' , '/detail/5627d0037d8d484297b1f9cbd0c61028' , '/detail/42998bc8b79a453d85e129041f68ed7b' , '/detail/2446554a66484068837e35e427ffa875' , '/detail/c143635479bb4dd0ab2f2b45eff29906' , '/detail/5006abe58d2941fdba681e3a87db6e93' , '/detail/a4f53ea793fc4928903cce55d47daa6b' , '/detail/4bb1a177c3f441df91fe4db9a39338a2' , '/detail/de7db8bbfd394d309bc002847cf993f4' , '/detail/fcb0627fca0843e9babf49ddb79d9b17' , '/detail/ef924dc6bca34388938555db649b58bd' , '/detail/918a9facafa14eec98a8f64c9c1584a6' , '/detail/292af1bd69ba40c18271d7f2ddea03aa' , '/detail/8eaf7eec94ef4b16a1c800cc4a54b5f5' , '/detail/caf11042ce174fa78b82ed67c48198c7' , '/detail/9d11b3596f6c4ee5825751227b3d8778' , '/detail/643e3c9842bc427da19947c84c6a2158' , '/detail/3da8bf196a3b49808fce26652cccd5b9' , '/detail/2108651761e3466f86d58b4754e179b3' , '/detail/12c6cf175d2e415f9202f26f7f5ea267' , '/detail/29424506f7c34f70a500c369ecdea554' , '/detail/56d00870e53847b8b2953024f8224606' , '/detail/3d5c6af427c843c09c82ed265e20cb62' , '/detail/ac9eabd96c78454c96c880c1bfcf4496' , '/detail/2e1d7a24c37e4d4d96b2dd75693d254c' , '/detail/f048b4036a714d83a54800e569141da0' , '/detail/b3effa4f955f407ba086fc39e102c5ea' , '/detail/1dcb7aff5a5b497c9b01240f8113d932' , '/detail/0ed9049fce994f9aa70e69088df755ca' , '/detail/dcbf69f1e792418d9470bf44c655fe4a' , '/detail/33dbffc58fb4479f8b7eb41336a8781d' , '/detail/1cb12ab55ec04d24ae5e37226249f628' , '/detail/8eebf051b0db41adb1051dcfd230e927' , '/detail/ba1a4c578f744fe8aef00a8360eee3ab' , '/detail/52aa3640a83346469ef4f3c3d5477649' , '/detail/14e7fab562fa4c0ca604e2a38f6420ab' , '/detail/9b9ccfcd42e0456da90f81f63268e5e5' , '/detail/7a768155a21e446db594b41749495d52' , '/detail/f500f06511a94389a2198a48b86e16a9' , '/detail/c82f72a721a44277b0191a437309c4d3' , '/detail/4b0f099902de4e4f8234b56ca25dd7d7' , '/detail/413be0835e98425cb539a9001d523837' , '/detail/2d19ad67757d4dd29aa16785a3791b64' , '/detail/afe1670f53f542fd88a2b2292cff3879' , '/detail/c989bb0f562345bb87839b5c823b48ba' , '/detail/00e7ff48b7334c458deb3c27a7b34c75' , '/detail/7068c1924d634196b0d21419d92bda9b' , '/detail/78e6924ce8354eaebb1cdb20ddb37005' , '/detail/8a8217f22c7a44babe8052550f89edfc' , '/detail/03876e19063b4504ac6be53e7d1b79c8' , '/detail/81109d6d5cbb442589401e5427212cfc' , '/detail/329849610cf643a8973ec27b03de6bea' , '/detail/008f36161ee342efa69164d184297a33' , '/detail/ac5291b5f4214f35a3d67d60837f71af' , '/detail/c86d74abb9684cb8b075e46a7a136294' , '/detail/966e42f112a0496e994d4eeae6b1fc1b' , '/detail/7475f74dbbb643d6b6a46e6612062b8c' , '/detail/bf1dd535d21b496e8092872d3dcf77cb' , '/detail/f087a4965eec4465b02c7274e1fb8d69' , '/detail/f594528e964b4a0fbadee158b56dcaa4' , '/detail/2320f1b7176d41e28724359cb17c496c' , '/detail/812ee9524cea433a9ee6594a47d2301a' , '/detail/da3c330183b04e42a6635b2e5d30438a' , '/detail/dcf58b8ddbec464a99fa26e03699b795' , '/detail/5dd7baf1a0fd4a1686400c21cab9b080' , '/detail/6a221cc6b2e649aebd4ee43c4d38aff4' , '/detail/f5b893c1b69b4fceb5e651b2fc79ca8d' , '/detail/362edec54dd64068b39bb7cb42b86725' , '/detail/aee00e0f8c1a43a8ab9e9d623c5c3566' , '/detail/b7549288b1ee4e5cb0112d3de02d6658' , '/detail/3d850641b1c34153949de58d8c7809db' , '/detail/d313aa66fd2a4c76aeb9cdeb5d197563' , '/detail/e5863ae8a7da43d490d88e6e20d355b5' , '/detail/b79fac130185434ba6872fcc3dd8f624' , '/detail/aa504e5bcd374f1997936465567d2175' , '/detail/5da8191489084db5b5188987b676fa6b' , '/detail/018031d7a6504c70bc9611effca5cb87' , '/detail/0b4e5cc4d6ab4ea8b8330862b728ba1a' , '/detail/2c81cf2f149f45c0a11a107797f136d2' , '/detail/6462366562514e5c8cdccc45a32653c2' , '/detail/a005ad988dfb491984a04fe19f7e4577' , '/detail/48a25d2d38ee45efb1f32db4b911afc5' , '/detail/27fae0ebd4b84e4a83d7ae1ba6b1be8a' , '/detail/a4566694f5354a1c993527ed1ef82a0e' , '/detail/07ab613be2a1415f9ec63c2869e7e301' , '/detail/55214a1633fb4a73afdb44c8ae1f0b09' , '/detail/dcbe93dc55984dbaa7cf0295970cb008' , '/detail/cd3456c18a2f4b9887eded52c02f53e6' , '/detail/0a38581650a342bb97478e5552350b97' , '/detail/bd7a78bc52d347328de55d912501b2b5' , '/detail/c3e20abd85ff4ad19f0620233107fce0' , '/detail/83a9d3fe8c1a41238a095afbf14f1190' , '/detail/2848c0f297094e37b6002861f9f9ec88' , '/detail/b4181d8ce73848a095e0901004caeecf' , '/detail/3c802908877c454bbd14fec9b7031e89' , '/detail/e4d4ad0bb4724866901c2b0001776d70' , '/detail/e04369abe5cd480190fca7a729c7425c' , '/detail/4ef55a1d12e24ecc8c3881ab6268703a' , '/detail/86929811fb6e480fa61b2b137598426f' , '/detail/3231736b477540368f961e43f4c8acd5' , '/detail/3bd0ecb2ab774fa3b5873029ff16f35b' , '/detail/d149a7c522d4471bb575cd5d97cf3ae1' , '/detail/37f514d652f343d9b13d2ca93e050123' , '/detail/f8af2c992c39493e86e4a068f759f136' , '/detail/ddd0daa540ff452ea038734f3b0bd35d' , '/detail/d133c375efa24c05a901f1d76f689268' , '/detail/d6e454bdd3cf42d89d49cf24495ae307' , '/detail/8586480551b84599b3cd9416a888ec37' , '/detail/797d6d115cb9446b8d22aaf8aef84334' , '/detail/55c9247c42f6452c873a8aa97cfb375d' , '/detail/93296fdaeb9544cab48fef4532f507b3' , '/detail/1dd550e8247f49dfab75e16a6fbe8fdd' , '/detail/8cfed6c00ed74961888007e6baa2e64a' , '/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f' , '/detail/1e79674314224906850ca0cbfbefa808' , '/detail/72d70c67e6474ddcb1fba965b12ecd8a' , '/detail/c3884a40497e45eda5dcf043d787e045' , '/detail/e7dfb69c5e1344a782640a0fd69d2c1b' , '/detail/60380264bdf342edbc59c0df04d6263d' , '/detail/1f504ff9448747eabed610df12223329' , '/detail/f780bced7e0f45fca7f2c6ec54aa6058' , '/detail/1e218971147d4a04bc1d76b575cefe00' , '/detail/98669351a3f74799bbb5c3973fa091c3' , '/detail/208a4a179b7e47fcbb64ece38cc5d847' , '/detail/6aaf68589fc642a1b693128d41d429fe' , '/detail/aacb8fdea6a249e18b0ed74239d6f0c1' , '/detail/d87645b618c54fe7b4e5439d779d225b' , '/detail/c9eb29e4fd2e4437a0572855daca354e' , '/detail/4ab5056baf5d4622ada50811208425fe' , '/detail/9c631f86c38248ef86731e33d97644da' , '/detail/3bc6175191e54e9c8b9c9e7639df25c6' , '/detail/73efb3c9f8834765af8b9f9abc747b69' , '/detail/05a09c16d7ec4e5ab81490235462ba75' , '/detail/bbb01165934c45129d9806e241c4c118' , '/detail/87de4d2ab53b415db45c786d8ce590fa' , '/detail/ead5ebfc0daa40c9976065d365c664ad' , '/detail/dd6f39349c90473f866f3766c27b9179' , '/detail/fac01b295e044b589ca4f8b2ccb2868a' , '/detail/8d4b14a849134050baf1e6131514fc49' , '/detail/f5582d5e2b8447d78e326b5409cec787' , '/detail/de1c2bcaceb54378a87424780e23c8f1' , '/detail/afbae945fd2b45f18a2e31493b0a9b8f' , '/detail/f141f0f197634afb946b7b6b9a507618' , '/detail/0e6319c53a4c4c2a908f6e1acb1a2850' , '/detail/4dbaa267b1374abaa9e38b89e15a3e17' , '/detail/6d8839cb27b94affb0ce6b1286e5719d' , '/detail/a816faeb3ba44c0f9d649b1dba370929' , '/detail/4fc73c81afc14af3a51c8f90e0f6efef' , '/detail/48cc805e3a0c4a708a7e361ec117baaa' , '/detail/211fafbc86f1403f97ad514f5bed6d56' , '/detail/f8a3775e786e432d9c0dedfb38f5cdf5' , '/detail/133403527e3948d98bfb2ddca2224a4f' , '/detail/caa6cb1b15f94506baee94ab6dabdb2f' , '/detail/1210ef73292e4834bb02477a20995ae7' , '/detail/14868ce162bc4d3cbf56fe07bde1febd' , '/detail/7ad6c54c9be34f03b445d31d6927edfe' , '/detail/932cf84722f9420db0fe81ba479611f6' , '/detail/68e99532eaea480a9e1a058351bb9088' , '/detail/135726f264c04274ab108b3c72d4391e' , '/detail/a4c8c6ebd449449486bb8befc80f7894' , '/detail/792b461266cd474cae2356aa7b2a6d0f' , '/detail/d10a5fa44fca4975bf014f432f0a51d3' , '/detail/9157d39a06994163a92f1bcd6f774ade' , '/detail/4f1a2c8c5ae44faba1bf9340c0809894' , '/detail/a5dc0ed02ccf4ed4ad4e4f1eeb0cc7ef' , '/detail/d124c09cea9042ec8ce2eea49f7105b2' , '/detail/7dca61ad5162418aa5ab73367e106739' , '/detail/bf9a6b88fbc74a989dfbbd56aaf7e8b2' , '/detail/89eda59c8ab2485188603fe1844bf9fd' , '/detail/1d4ff7befa364326aaac5307971b55b3' , '/detail/e747ef8356fe4db9b003b66ff2e5060b' , '/detail/f192f5a690b24f748b53d8249b3af7d6' , '/detail/3f2554490d9941c794bb71f5f764cccd' , '/detail/b525f7bbaf204f47b762228f4ecfd0ab' , '/detail/07d35f804c9d42b992f305260dd98db3' , '/detail/74c23def2f2842418af16064a77dc50e' , '/detail/d828b2c6f323491f82b0e216495968a1' , '/detail/2bcb3b87e5cf42b5a5c3eb7f72237988' , '/detail/c7b07d450d924cdea940dbae5e6b5916' , '/detail/0b580d4db1af437bb52ae681045fa3d8' , '/detail/940de9504e2b4067bb89e8de2687044f' , '/detail/064b2f5ce1cf45828d8a684903b792a0' , '/detail/250f1f1afc27405c820f4cad012e18bc' , '/detail/e09c649155144829b8154605f353de63' , '/detail/0811ac5adc8647b3886e7cc0900fc5e2' , '/detail/49bd26cd2d784a939e1b345b7c8a882a' , '/detail/cb7dbcfaca054aefac7fa4a960e2ab23' , '/detail/7db3d8dc2e1e49b1b4b7fe441e8676f6' , '/detail/c1d1a8eafb3249ff8f0401fb18f4e8d2' , '/detail/7372870a4dfe4bf993af313e8bdd6797' , '/detail/b18473e401c64322bca40031f57a336f' , '/detail/f672178a22634497a327aedd47993775' , '/detail/abe6bf27ecb84f93966f2c666754177d' , '/detail/28671cfd645e4120a224fe0230649357' , '/detail/c8c52c2d21584c5a8c4e9181536280fa' , '/detail/cfd6dc9af5f44b3b933547476f6b88a6' , '/detail/a9c3208b26794b119dabd142b2665f90' , '/detail/e17876c9740d4e109f5db978b0b39d33' , '/detail/196a1e478023423d87a94219e9ab7ad3' , '/detail/925043830b4143a9afb3ad97282c079d' , '/detail/f73d29328d6a477197db55ff5e1d7068' , '/detail/4c82867a86f242ac8261c288f180af4f' , '/detail/8afeb2f019364cd4854060e7b72ac179' , '/detail/044ac3e4cac94813b2ac2ce9c4069cda' , '/detail/9d04d88daab645deb09da90c25c603d3' , '/detail/e7adedd46b1e433c83cdf6a3e0b48c4c' , '/detail/ac2402552ac84121b755adf37f39d2ef' , '/detail/e7d84f606bcc4734a53313e6dae9eb88' , '/detail/a47f15cbcd4f407d8dd51bdc1a9a602b' , '/detail/9a1df6d312084068837758fd2953c398' , '/detail/598135b2ad054bd5912b695c29b68c7a' , '/detail/a4a8c86177954121a5c1d21756b47a2b' , '/detail/302c26630ee74ff28738a844ed269886' , '/detail/42678bebba584d12b643e7d1d36bbdda' , '/detail/97a8d0d52114451ebd70f2e5b619ce79' , '/detail/61debda1020043959aa497cad8711d71' , '/detail/27dcb1c816ca4993b84b75533b43a3c1' , '/detail/636fd7059dae4829944aec619f5f5889' , '/detail/8ec3bfad9b3f41c296a86f9f1752fd75' , '/detail/3be71d5d0dcf4cafbb0229b757eba18d' , '/detail/2ebf26f228064895bf5cf9b6f6bc9025' , '/detail/c0ce13b4cc094ebeaeae8b84145b1a2e' , '/detail/dcd1579a57ef42c3a9f76b9afca20bd9' , '/detail/ec1436da1e4c4f03bb092b218ca78cb2' , '/detail/039395fbcb4e41d39e6fafe087f26b48' , '/detail/028d70ee5efc45b8814a6de8a8bb7898' , '/detail/0a58da5b591e4c96857fd8671a691d84' , '/detail/05a505db27714dbda2fc65a7186aeb89' , '/detail/3f238c229ee6469fa12b3b634a836c1e' , '/detail/2d093652413142dfb48e894db53daa26' , '/detail/5a073a4f12e649f5a5510efa3977ae39' , '/detail/db92148195894c159cf48c7c4987d118' , '/detail/86f0d71c355245e7bf4b4ef63aa03cf6' , '/detail/f006b87327b548c68165ce67d5421f94' , '/detail/e875fa8f02ea4fb2a896e60a66b34ca8' , '/detail/ca06e673c9d0430d8b8831d91e4a53fc' , '/detail/201f1d195b21477f85e256d1514f3191' , '/detail/0ff6d821c0e64e42adb0cd735b0a1dfc' , '/detail/435d9794f2cd4dc4b3c48e6e4f8029cf' , '/detail/968caab51aca4804b7458062ae802cd8' , '/detail/1b98e8c17eca4d62a7e844987e00fb6e' , '/detail/99c5987c1a554f82a53be83488bb074f' , '/detail/a8a9a96d4c484e2b95b697c45e9ca592' , '/detail/e69d82f05cd3490489a4fa8b6ab69dd3' , '/detail/7b16ae7d9c224220badd4897b4dbb082' , '/detail/a0ba480c6574462fb41de76eece5a313' , '/detail/ec88bf73bf7044cc9a644d318899f7ea' , '/detail/a791698f060740ec81872561ef70bb34' , '/detail/289e9338267a4f9f9c8acebb1c389498' , '/detail/45ac4aee1f014f32a51b22ad98b3575b' , '/detail/e2010266bc7c48de8ecd07a4682b7580' , '/detail/79fad4f30b6f42fc840cf0b0f8222e2e' , '/detail/1b225e5aad7241169c4aaa5780549791' , '/detail/906f71a1a53c4361b9520285498f47cc' , '/detail/6d9cbdba1287453bafe0dd70e66bf683' , '/detail/16a73508a6d7416ca496373d222df1d0' , '/detail/0335254b311f4cb08d4c043aef41eedd' , '/detail/c587c12b0f054f11af15e1efa585c4e2' , '/detail/44a475e5d6344a3ca093c9d19885f7f5' , '/detail/a821025b13f0464c84e855512a64902e' , '/detail/f54a6907067947cf9c5e34fea698e46d' , '/detail/1d1a29cd288c4c8583cd2ccc7fb320bd' , '/detail/06a0234b80c144b1affe9f7d2fd37e7c' , '/detail/3878ab06503044469d3011ff05460da6' , '/detail/43f3c004621146e4bc8758dfa13d63ab' , '/detail/986b22337f9d49589976a6c1e914e9d3' , '/detail/f7da26cb2a224dbeb0c0b9bd22390fd0' , '/detail/13e3cf4faada49ec9dc3170dadfa7c92' , '/detail/3b4e6267debf4727bc49ab382ee6b378' , '/detail/6f795b1803aa45b8a7b50bfea44a3a0c' , '/detail/f06455ec23d84b44a4569deb4972284a' , '/detail/6a0f66ad837449d09ab1849fac5557dc' , '/detail/a14f6ce4fff34c288d4a9c692776f67f' , '/detail/b20fcd83f68848a984aabac83c4ce738' , '/detail/9721855b4937454a904482d57c7e6414' , '/detail/7a97ba16da8f4f098d36da943a85ead3' , '/detail/3c4dc9e7bbda42ff9ab87d3185a2f0b8' , '/detail/5d2d44c9ffd346b5be359b080d8b4bc1' , '/detail/610b63661f894465a504577e88edbe89' , '/detail/e046383707944c58bd9e4fa83e80bd38' , '/detail/aed6704ead4e4ba4894cf6a95fa92e4c' , '/detail/74bcd28d06d7415182762bbb26845f2e' , '/detail/6457a634bc564e8b88ab325b1be45ea6' , '/detail/90ea8ba2a59d4f208532c846bf8f8974' , '/detail/1c2c36276ec542e69501720fc620c4c1' , '/detail/7b17ed5e3aa44635a18d9be40ac720e5' , '/detail/c620b2226c50471d90cb49129203c46b' , '/detail/75c7cc67b7b3426195ced720034a03f2' , '/detail/8a8093d4ecc746eb9d1b4e542077f079' , '/detail/3b2d695bf22c4efeb6b8f89927d3f670' , '/detail/ccfecb91167449f98cad00a2b2fd239d' , '/detail/b60af243cd444c6c87e06ab495bbcaff' , '/detail/55f4d6bb96154e2f9bbf1daa999902a6' , '/detail/499f465f2b97405b8029289a8258e560' , '/detail/71d51e54921a4752be1673dd49ceceec' , '/detail/95d06322efe8470bbe34cb40d98ff8a0' , '/detail/125ae32265c3488e9e324615cb3de9e0' , '/detail/4fffe824d4cc4ed3b5ba72c8e13fa192' , '/detail/0bdafaa8fc394e1ca0d2ab7d4a7d6c2c' , '/detail/9b241a386a174ba9ad6c089472be81f4' , '/detail/b59934b640e14d43a68f7bea936bc0b1' , '/detail/beb754bfc07f49ebaf32cdeb8caab252' , '/detail/80690492d1304c02a6506bdf2cc441bc' , '/detail/1bfa4c8cf37e483d82b2442cb9a75162' , '/detail/56251d06c9e9477f8a2ff494cae75053' , '/detail/7d66ff816bfc43e5a35df0f504cfe3b2' , '/detail/2627e9e8f6e2495ca9611aabcf11c9c2' , '/detail/70e52fd4923a42919e958298024dcdf3' , '/detail/1c86779c496a420686f9bc1e8e7eac8b' , '/detail/63bbe5a8c1994b2489078b503777cc94' , '/detail/a98bd2924357447c910421250f5a4712' , '/detail/75c9c48fd41840fca0a70fc92efb21d3' , '/detail/cbb87485524e4b4ba094d03d1a498399' , '/detail/44f5643a9aa54a23bcbd89bad97dd752' , '/detail/89e95ff3c52a4fce8211b37ed9ab1f0c' , '/detail/49c6e0c5cdb2403ea954001e794c0a36' , '/detail/32387b88a1614242b91ec7a2717fe9bd' , '/detail/6d2c967944904520989f13f15f6b202f' , '/detail/9c628946fde6469583ee3e041ae49269' , '/detail/17bfd861909c4763b5d79fcce7c5297b' , '/detail/06079aae29a44e07a6a83f338b706f8c' , '/detail/972098d9517b48bf8ad65553219a1376' , '/detail/c53115eaefb049369199492d4a43af8f' , '/detail/d20e81a8e75f4cf2bc22be5bdf8d0950' , '/detail/9142e63958174e4bb1a3ea5a8ad7bc96' , '/detail/7e9a82b6453d4808b782e8b95658f6c2' , '/detail/a351c4d4343b468692d4c13cfcd59b61' , '/detail/84ac473aa0cf46249a13d69b6a087633' , '/detail/f9e1c02cc8c146ad98dee5cb5f3fcdbb' , '/detail/474bbecae1904db19b69f7381771e74f' , '/detail/91118c3c5a434c50a79c690c0ef874f0' , '/detail/b1cabafa54e24559af98da7f27501052' , '/detail/94a36afbef8a427a82a6f30a6f8ef109' , '/detail/ec820d0594854dedad28e6baa282c570' , '/detail/e42e9acdb7a84db1a5dc21cfa70f766f' , '/detail/8669e125b004411293092d9df9bf34c5' , '/detail/1fa69eddaabf4df5971e23b2c718d5dd' , '/detail/a530e5cbbfe84b63868c03bfd7f6bbc1' , '/detail/b22c51687a18469eb5dc632323ec34c7' , '/detail/a19b8f556cec4350a233b95e42aea292' , '/detail/9f06f4cf55274037add5d68b2c250986' , '/detail/73d10eecad344599999fe4d9c0ea1fc0' , '/detail/1ae784ba043f4a829c4155b04032f28e' , '/detail/26c871350ef34458880ca65f2776c6b9' , '/detail/71710cd9f5f046529ffa4a8ac09439c9' , '/detail/7ce75d0999774cbc884dad693378499f' , '/detail/7a086e8c4201469e932b4a183711052b' , '/detail/5a6b8a51792444f0a6d3b82049b447ea' , '/detail/31fa9215b1cc4562972df732d4db89f0' , '/detail/b118dfab130545b7ba745bdd962b7db5' , '/detail/6ddaf86033cb4aa796b957b5aeafe78c' , '/detail/df640830f4ab442ab61f531f1533ce36' , '/detail/b2d3c6461441415494093939c5323dab' , '/detail/ef6272f67e22400db762a8486c481987' , '/detail/42b48872cdff422c95e1f7f69e60f2cd' , '/detail/fc87213e8227412cb2cf1e6d6cea959d' , '/detail/33ab56db441448479d4c4c4a219941a1' , '/detail/00e6a2f948544958bc2df454e7074e4c' , '/detail/39ade2bbb84449e49d8418ccce505792' , '/detail/1a493683432943cfac2568c72e553d16' , '/detail/cc58d75f27b943b2b30eed49eb9c5602' , '/detail/495085311b31474fa0edf2733d1a853f' , '/detail/3a7af9fac6f6443ba0559a346a783143' , '/detail/dc394e36afe54232aa11f9584237364d' , '/detail/641b7d4bfff041b78d3bb89fb2436f90' , '/detail/1fb7f084a0114a17942a44d159e7ab0e' , '/detail/48165b0999a34551b7b2d61e64f95daf' , '/detail/a21b9983858f4a5cb1b9f82999eea585' , '/detail/90fb47c3261d4431b54f475ffa3e3ca8' , '/detail/8c104fdc0ead41be9a48657d3f397124' , '/detail/7c038f34bc824eb78b121468f67a77d0' , '/detail/9084f1fd2f964a89a5b9e79c0f0f14fd' , '/detail/7b4caffabad04d4d90f412995e5d0790' , '/detail/207821a319a14df891b1da52cb633bd5' , '/detail/13da9c91054e41a49152df9f90d52c07' , '/detail/c9d11d3eb1a7421f992e45f0a3e9aa4d' , '/detail/fba40109fc0f4e209831237e47930622' , '/detail/af2d7e408fe24e3cadadbcbe89317fc6' , '/detail/f7f5b15f069445deaabbf9851c37d183' , '/detail/6dd6142b64714f4ca467e607bfca94d5' , '/detail/94a1dae0bf3d45c0b2afa1fbd2b624a1' , '/detail/9bb6955ba02e44cb997d38423b9f4328' , '/detail/08ab6ceb986c4fe38ae8e5a62d07686b' , '/detail/0371f4f2e7c542de93cb7694b7750199' , '/detail/3a6819c1864843fbbb43562373d1f808' , '/detail/fc5115b1aa25416ab9ef9f0411d21ef3' , '/detail/68c8508cc9634437913bf4c1f5609124' , '/detail/7de4bb40088b40ff8f01724803358ab3' , '/detail/a33f7277423340e3a47e91518487e082' , '/detail/5d657312e3e04607971960c43eb4f224' , '/detail/8e4e53e02c8249ebbc61de48c45cc193' , '/detail/cc2e0c973ab64a99a8a4c3368b790fe6' , '/detail/8aca9a1afd67418aa7e887d5a99563e9' , '/detail/91fd46b5cc594a408b32635e4a9ac47c' , '/detail/137ab040245b46419c5d19e61b554776' , '/detail/bffb73c826b143a98399abe70acae832' , '/detail/969f97d75dec4c0ca834882186e06f00' , '/detail/72eeb6bfb10f4cd98a94f245bcad4114' , '/detail/658af58c8421444b8d1921fdb61b2947' , '/detail/a56791c8fe6441978612fce3e3353256' , '/detail/7979893536284cd5a6fd2ade57ccb406' , '/detail/1eb30bad1f894151bb0d50fea2210872' , '/detail/f39bb59058b14ce2a96014ae0a36a51f' , '/detail/895f9d602aa148759695f2dfdf443d1e' , '/detail/bb7a855a859b47aaa675e98c1bd6ad04' , '/detail/84d0789314454723a3e7d9e34328fd4f' , '/detail/ab80f47e137240b2b89fe98783e2e72c' , '/detail/5501f5cec2534c6784eb5b8d2e8f8c2b' , '/detail/8536c17abc7b4b62840767d1c60c5520' , '/detail/cf739fe71fa7405c8da1e454c4fe9074' , '/detail/4069e432f02a479ca4c4d635238c8130' , '/detail/865fba6b82c041a39c6daca80370c4f5' , '/detail/6d6cf31c38404470a0baaaf87f2e2dce' , '/detail/398c01a31065433b859085e3fc840c58' , '/detail/0d649f80d88242aeb2e5b317364aa3d7' , '/detail/2a2dc438531d4b6a9977bdb5d546ef6f' , '/detail/02782e930ec24175adea89add0952834' , '/detail/1777f0f2727e486a85165af0983f2dcf' , '/detail/76d2e06872b440c18159d288b0b611e5' , '/detail/1c874d0721b44753af4cb0560c74746a' , '/detail/43965097d33a4a36a50f50a8113e2ff7' , '/detail/64a73b13750e46dd80aa0b90b84fb55c' , '/detail/3992875e90dd47b4bfbbfcaefac30206' , '/detail/c4d2e060dc8e49ac845f19120879db19' , '/detail/9ba27f9f49a24a53a249745845b487d4' , '/detail/a55823063a5046ae82334cbdde9f6eb3' , '/detail/7ed1851ba54f4cb0a380f8d08eeadf72' , '/detail/1e9e2ee61f11483197eacd8a7dd2d355' , '/detail/7c897cf1ddaf4ca6a927c41ce075efb6' , '/detail/72a2e20321774244b07cf45eca32404e' , '/detail/906c5097986c47b0bdcf11c7de58a205' , '/navigation/d1c8e7fd3f514b16a7c7c457c438b93f' , '/navigation/585d71242fa54b0fba56e331ed5adbe1' , '/navigation/0199576db2937bbe9a41fb6156449782' , '/navigation/08014c102bba43b09e93a823de238da1' , '/navigation/04ac33f9be48438ba185ce8585682c3c' , '/navigation/ba9f9e3fd094425392c838f151773526' , '/navigation/cda441a37060455fa34c8ce371928eb3' , '/navigation/52242d7c7a3349359001e1b7b2c3df80' , '/navigation/83586831f5bc43d6824ec80864e9314e' , '/navigation/0196d8a825c27a7e93a4b07323c246d6' , '/navigation/ccd140695dc643408838c39c838a0a51' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
113
0.45 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