1
0.82 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.22 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.58 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.28 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.68 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.45 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"ersatzteilfinder/250-sx-2004-modelcode-6301D0 "
"ersatzteilfinder/250-sx-2004-modelcode-6301D0/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR sales_channel_id IS NULL )) AND ((seo_path_info = 'ersatzteilfinder/250-sx-2004-modelcode-6301D0' OR seo_path_info = 'ersatzteilfinder/250-sx-2004-modelcode-6301D0/' ));
Copy
7
0.30 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"/ersatzteilfinder/250-sx-2004-modelcode-6301D0 "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (path_info = '/ersatzteilfinder/250-sx-2004-modelcode-6301D0' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.85 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.41 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.40 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"9FHZ1SoMtJ8QLlkKolQoeR6i2GlrOQMI "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = '9FHZ1SoMtJ8QLlkKolQoeR6i2GlrOQMI' ) LIMIT 1 ;
Copy
11
0.41 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.72 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.39 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.31 ms
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = ? )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (? )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (0x274605D71D2B4479A3882D8FD62BFF5C )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
15
0.43 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
16
0.38 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.35 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
18
0.33 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
19
0.21 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
20
0.83 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.66 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.68 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
23
0.23 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 ) LIMIT 1 ;
Copy
24
0.38 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"9FHZ1SoMtJ8QLlkKolQoeR6i2GlrOQMI "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '9FHZ1SoMtJ8QLlkKolQoeR6i2GlrOQMI' ;
Copy
25
0.44 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.56 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.32 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.53 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `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.24 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.56 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.26 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð %Ærº¢¼DWR«3~ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A025C672BAA2BC445752AB337E ));
Copy
32
0.39 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
33
0.26 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.21 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel_country` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
35
1.25 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.62 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
3.39 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.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
2.47 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.85 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.88 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.59 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.75 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.40 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.70 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `parent_id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B
;
Copy
45
2.37 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
46
1.07 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.57 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ý£ì_Û€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.76 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.77 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.64 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.92 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.40 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.23 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
54
0.24 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.19 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.30 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
57
0.76 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.52 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.47 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
2.56 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
10.39 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.51 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.39 ms
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = ? ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™\x0F A<X]ˆ1Ñ×[Ž›VÐv "
]
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (0x990F413C585D8831D1D75B8E9B56D076 );
Copy
64
1.63 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.23 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
66
795.32 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
2.35 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.44 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
1.09 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.37 ms
SELECT `product_manufacturer` . `id` FROM `product_manufacturer` WHERE (`product_manufacturer` . `version_id` = ? ) AND ((NOT (`product_manufacturer` . `id` < = > ? ))) ORDER BY `product_manufacturer` . `media_id` DESC , `product_manufacturer` . `id` ASC LIMIT 12
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT `product_manufacturer` . `id` FROM `product_manufacturer` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((NOT (`product_manufacturer` . `id` < = > 0x79A36140A28A4CE6AC6D0E2CED062741 ))) ORDER BY `product_manufacturer` . `media_id` DESC , `product_manufacturer` . `id` ASC LIMIT 12 ;
Copy
71
0.86 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.media` . `id` as `product_manufacturer.media.id` , `product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` , `product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` , `product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` , `product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` , `product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` , `product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` , `product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` , `product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` , `product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` , `product_manufacturer.media` . `config` as `product_manufacturer.media.config` , `product_manufacturer.media` . `path` as `product_manufacturer.media.path` , `product_manufacturer.media` . `private` as `product_manufacturer.media.private` , `product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` , `product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` , `product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` , `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation.title` as `product_manufacturer.media.title` , `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` , `product_manufacturer.media.translation.customFields` , `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation` . `media_id` , `product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation` . `language_id` = ? ) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"{ƒ0ÕpF<œ~·ó\x04 Ž{- "
b"áˆÍyÔFHïžk|Ã\q„ª "
b"""
Õ(\n
+·îJM„ñ}ðÆ~=ï
"""
b"▄0¬<ı█G4ÉØ[\x16 Â=){ "
b"\x0E QZ1ï½L\x1C ’ê’¥oìĽ "
b"†ÞþÊ2\x1A @8¯dD/Ú`ð\x01 "
b"¥« È)ãOo©<\v ;ýbüØ "
b"{ÿbŒ“üIćŠEÈ*ÜÄ} "
b"\x06 .│ì\uCvÀî\x14 ┘7!±ç "
b"3├¼\x1C ¥‗E,░Ï,ï\t bìz "
b"""
Å8þ\n
?\x17 Oйx¾¤ºÑ5Ø
"""
b"-¬®9x"C-®HÌ›~~¶í "
]
SELECT
`product_manufacturer` . `id` as `product_manufacturer.id` ,
`product_manufacturer` . `version_id` as `product_manufacturer.versionId` ,
`product_manufacturer` . `media_id` as `product_manufacturer.mediaId` ,
`product_manufacturer` . `link` as `product_manufacturer.link` ,
`product_manufacturer` . `created_at` as `product_manufacturer.createdAt` ,
`product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` ,
`product_manufacturer.media` . `id` as `product_manufacturer.media.id` ,
`product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` ,
`product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` ,
`product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` ,
`product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` ,
`product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` ,
`product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` ,
`product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` ,
`product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` ,
`product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` ,
`product_manufacturer.media` . `config` as `product_manufacturer.media.config` ,
`product_manufacturer.media` . `path` as `product_manufacturer.media.path` ,
`product_manufacturer.media` . `private` as `product_manufacturer.media.private` ,
`product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` ,
`product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` ,
`product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` ,
`product_manufacturer.media.translation.title` ,
`product_manufacturer.media.translation.title` as `product_manufacturer.media.title` ,
`product_manufacturer.media.translation.alt` ,
`product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` ,
`product_manufacturer.media.translation.customFields` ,
`product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` ,
`product_manufacturer.translation.name` ,
`product_manufacturer.translation.name` as `product_manufacturer.name` ,
`product_manufacturer.translation.description` ,
`product_manufacturer.translation.description` as `product_manufacturer.description` ,
`product_manufacturer.translation.customFields` ,
`product_manufacturer.translation.customFields` as `product_manufacturer.customFields`
FROM
`product_manufacturer`
LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id`
LEFT JOIN (
SELECT
`product_manufacturer.translation` . `product_manufacturer_id` ,
`product_manufacturer.translation` . `product_manufacturer_version_id` ,
`product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` ,
`product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` ,
`product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
WHERE
`product_manufacturer.translation` . `language_id` = ?
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id`
AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product_manufacturer.media.translation` . `media_id` ,
`product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` ,
`product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` ,
`product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields`
FROM
`media_translation` `product_manufacturer.media.translation`
WHERE
`product_manufacturer.media.translation` . `language_id` = ?
) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id`
WHERE
(
`product_manufacturer` . `version_id` = ?
)
AND (
`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.media` . `id` as `product_manufacturer.media.id` , `product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` , `product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` , `product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` , `product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` , `product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` , `product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` , `product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` , `product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` , `product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` , `product_manufacturer.media` . `config` as `product_manufacturer.media.config` , `product_manufacturer.media` . `path` as `product_manufacturer.media.path` , `product_manufacturer.media` . `private` as `product_manufacturer.media.private` , `product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` , `product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` , `product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` , `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation.title` as `product_manufacturer.media.title` , `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` , `product_manufacturer.media.translation.customFields` , `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation` . `media_id` , `product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x7B8330D570AD463C9C7EB7F3048E7B2D , 0xE188CD79D44648EF9E6B7CC35C7184AA , 0xD5280A2BB7EE4A4D84F17DF0C67E3DEF , 0xDC30AA3CD5DB4734909D5B16B63D297B , 0x0E515A31EFBD4C1C92EA92A56FECC4BD , 0x86DEFECA321A4038AF64442FDA60F001 , 0xA5ABA0C829E34F6FA93C0B3BFD62FCD8 , 0x7BFF628C93FC49C4878A45C82ADCC47D , 0x062EB38D5C754376B78C14D93721F187 , 0x33C3AC1CBEF2452CB0D82C8B09628D7A , 0xC538FE0A3F174FD0B978BEA4BAD135D8 , 0x2DACAE397822432DAE48CC9B7E7EB6ED ));
Copy
72
0.82 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.77 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.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.34 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
1.03 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
76
4.48 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters :
[
"%6301D0% "
]
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE '%6301D0%' ;
Copy
77
54.79 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 :
[
1000142915
]
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 = 1000142915 ORDER BY `group` , sequence_number ASC ;
Copy
78
28.92 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (1305 , 1500 , 1503 , 1512 , 1514 , 1517 , 1524 , 1527 , 1530 , 1542 , 1543 , 1544 , 1545 , 1550 , 1551 , 1552 , 1553 , 1554 , 1555 , 1556 , 1557 , 1558 , 1559 , 1561 , 1562 , 1769 , 2209 , 246 , 860 , 926 , 935 , 937 , 940 , 943 , 946 ) ORDER BY number , part_type ASC
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (1305 , 1500 , 1503 , 1512 , 1514 , 1517 , 1524 , 1527 , 1530 , 1542 , 1543 , 1544 , 1545 , 1550 , 1551 , 1552 , 1553 , 1554 , 1555 , 1556 , 1557 , 1558 , 1559 , 1561 , 1562 , 1769 , 2209 , 246 , 860 , 926 , 935 , 937 , 940 , 943 , 946 ) ORDER BY number , part_type ASC ;
Copy
79
260.23 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (1305 , 1500 , 1503 , 1512 , 1514 , 1517 , 1524 , 1527 , 1530 , 1542 , 1543 , 1544 , 1545 , 1550 , 1551 , 1552 , 1553 , 1554 , 1555 , 1556 , 1557 , 1558 , 1559 , 1561 , 1562 , 1769 , 2209 , 246 , 860 , 926 , 935 , 937 , 940 , 943 , 946 ) AND article_number IN ("54813080044" , "50313081200" , "54813082000" , "54813090000" , "54813090200" , "54813083000" , "54813018000" , "54613218000" , "54813070000" , "54813020000" , "42013226000" , "1418Y745LS" , "1418Y746LS" , "1418Y745RS" , "1418Y746RS" , "0015080253" , "0015080303" , "0015080353" , "0912100250" , "0017060203" , "0017060204" , "59001132120" , "50101033100" , "59001034120" , "54801036000" , "59001038200" , "59001039100" , "54201081000" , "54601084100" , "54601184000" , "59001085100" , "54201086000" , "59001092050" , "5900109400030" , "6899785" , "46810340" , "48600018" , "40540603" , "48600028" , "48600044" , "48600043" , "48600019" , "48600244" , "48600016" , "48600245" , "48600205" , "48600013" , "48600344" , "48600070" , "48600345" , "48600236" , "48600204" , "48600240" , "48600241S" , "48600092" , "48600251" , "48600189" , "48600046" , "48600033" , "48600113" , "48600036" , "48600037" , "48600053" , "91410011S" , "91410012S" , "91410013S" , "91410014S" , "91410015S" , "91410016S" , "91410017S" , "48600021" , "48600196S" , "48600239" , "48600192" , "48600203" , "35480377" , "48600062" , "48600214" , "48600215" , "48600346" , "48600350" , "48600351" , "48600352" , "40540400" , "40540401" , "40540402" , "40540403" , "40540414" , "40540415" , "40540450" , "40541383" , "48600063" , "48600064" , "48600065" , "48600116" , "48600217" , "48600325" , "48600327" , "48600329" , "48600060" , "48600042" , "40540486" , "48600081" , "48600048" , "48600237S" , "48600238S" , "48600163" , "48600202" , "48600152S1" , "48600061" , "48600047" , "46811499" , "35480320" , "48600152" , "48600190" , "48600049" , "48600051" , "48600034" , "48600004" , "48600141" , "48600211S1" , "48600075S" , "48600076" , "48600075" , "48600073" , "48600077" , "46810010" , "48600072" , "48600071" , "R14007" , "50180350" , "50180213S6" , "50180301S3" , "46180007" , "46180003" , "50180168" , "50180005" , "50180095" , "46810016" , "52000041" , "50180389" , "46180014" , "46180002" , "46180015" , "50180344" , "46810893" , "36120151" , "46811208" , "50180097" , "50180177" , "50180393" , "50180414" , "50180271" , "50180270" , "50180295" , "50180133" , "50180081" , "50180354" , "0912050303" , "50180114" , "91210002" , "91210003" , "91210004" , "91210005" , "91210006" , "91210009" , "91210010" , "91210011" , "91210012" , "91210013" , "91210014" , "91210015" , "91210016" , "91210017" , "50180273" , "50180355" , "50180352" , "50180141" , "50180099" , "50180135" , "50180072" , "50180209" , "50180210" , "50180197" , "50180035" , "50180048" , "50180058" , "50180059" , "50180060" , "50180061" , "50180062" , "50180063" , "50180064" , "50180065" , "50180066" , "50180269" , "50180034" , "50180045" , "50180054" , "50180056" , "50180057" , "50180067" , "50180036" , "50180049" , "50180313" , "50180322" , "50180311" , "50180294" , "50180200" , "50180157" , "50180201" , "50180264" , "50180279" , "50180261" , "46811265" , "50180384S" , "50180314" , "50180385" , "50180102" , "50180101" , "50180103" , "46180119" , "50180082" , "50180126" , "50180165" , "50180276" , "50180283" , "50180356" , "50180105" , "50180297" , "40540602" , "50180281" , "50180222" , "50180280" , "50180342S1" , "R12008" , "54804030044" , "50304066000" , "72210079000" , "0015060103" , "54611076100" , "0009050103" , "54804034000" , "0760253270" , "54804032000" , "58033097000" , "54603036000" , "54607066100" , "54607070144" , "0015060163" , "0015060503" , "50304090044" , "50329000044" , "50304060100" , "54607460000" , "20012062055" , "0985060003" , "0021060003" , "54804037000" , "54804038000" , "54806001051" , "54806003000" , "54806001052" , "54806008051" , "54806008052" , "54806008050" , "50306010000" , "50306012000" , "59006015000" , "54806016000" , "50306017000" , "50306018000" , "50306019000" , "54706026000" , "51006027000" , "54810001144" , "54810001244" , "54810001344" , "5481001004496" , "59010011000" , "0625060058" , "0472047175" , "0760324771" , "54610016000" , "50310072195" , "50310072207" , "58309072000" , "54610070100" , "54610070300" , "54810070000" , "54810060000" , "59009062013" , "58310051038" , "58310051042" , "58310151040" , "58310151045" , "58310151048" , "58310151049" , "58310151050" , "58310151051" , "58310151052" , "54510052100" , "54310086200" , "50310165118" , "50310265114" , "50310265118" , "50310166000" , "50310266000" , "54010100100" , "50310090050" , "55003135000" , "50210086000" , "50310085044" , "50310084000" , "50304040000" , "58414030000" , "50310099000" , "59002002000" , "5480207900004" , "5480207900030" , "6000207900004" , "6000207900030" , "5480808810020" , "5480808810030" , "5480808810038" , "5480808810080" , "58314069244" , "58314069200" , "58314069350" , "58314068000" , "0963040203" , "54813060000" , "54813060100" , "54813061000" , "54813062000" , "54813062100" , "54813063000" , "54813020100" , "50311051100" , "54813050044" , "54813051000" , "0015050123" , "54603062000" , "0015060203" , "54813056000" , "0934060003" , "54813055000" , "0912100406" , "59001037000" , "46030045000" , "0625060002" , "54630044000" , "0015060123" , "306054" , "54802001100" , "57013072000" , "50311074000" , "50311074050" , "0985040203" , "6899792" , "54802010000" , "54802013000" , "50302020000" , "50302091000" , "50311089200" , "54802039000" , "44011076200" , "50301089000" , "50302030200" , "54602031000" , "59002031000" , "59002032000" , "50302033100" , "50302034000" , "59002035000" , "50302036000" , "50302037000" , "50302038000" , "50302030150" , "59002044000" , "58012040000" , "58012140000" , "0965040123" , "54732063100" , "5480300100096" , "5480300110096" , "5480300120096" , "54803002044" , "54803002144" , "54803013000" , "71003007000" , "50307012000" , "0934080003" , "54603013000" , "54610052000" , "56530079000" , "54606004000" , "36111021000" , "54403135000" , "54310086100" , "42007049000" , "36003014000" , "54804067000" , "59003040250" , "59003041250" , "54803044000" , "54603041000" , "0125100003" , "0094032253" , "50303089000" , "55007016001" , "54803094000" , "54803092050" , "59030060050" , "0014050253" , "54803092060" , "0015060353" , "51103053000" , "51103053051" , "0015120556" , "1218Y769" , "1218Y770" , "54805007100" , "54805009000" , "0770440030" , "54805001000" , "50305012000" , "50305016000" , "54605157000" , "54603048100" , "50235033200" , "0014060103" , "0014060153" , "54805079000" , "52305082100" , "54805083000" , "0011481030" , "0015060303" , "54605069000" , "54605068000" , "0137060003" , "54805079052" , "54805079050" , "54805079060" , "54805083060" , "54805079058" , "0770055020" , "0910100003" , "0603100141" , "54805078330" , "58005078340" , "54805078450" , "50307005000" , "54807004000" , "0770110021" , "0770130023" , "31007107001" , "59007008044" , "59007009000" , "50307011000" , "5480711300004" , "5030711310044" , "5030711320044" , "50307014000" , "50307016000" , "58031005000" , "51030022000" , "54807040000" , "54807040100" , "54807040050" , "5030815000004" , "5030815100004" , "50308052000" , "50308053000" , "50212100100" , "55003139600" , "50335095000" , "50335096000" , "50308290000" , "54808091200" , "54708191400" , "54708191300" , "54708191500" , "56012001000" , "54629003000" , "56012004000" , "54629009044" , "51012011000" , "54629012100" , "51012014000" , "51012016000" , "54829001000" , "50112013000" , "50112030000" , "58429059000" , "54629027000" , "58429037043" , "54830000044" , "54830002000" , "5483000210098" , "54830040000" , "59033018000" , "0912060083" , "0912060404" , "54830024000" , "54630027000" , "54830027000" , "54830039000" , "54634049000" , "0014050163" , "0015060403" , "0015060553" , "54830099000" , "54830050000" , "54830051144" , "54830052000" , "54330061000" , "54736044000" , "54830051044" , "54730052000" , "54830062100" , "54830007000 I" , "54830007000 II" , "54630207100 I" , "54630207100 II" , "54830107000 I" , "54830107000 II" , "54030074000" , "54630233000" , "54630029000" , "58132072000" , "54830016000" , "0760385273" , "0625623204" , "54830018100" , "54830118000" , "54430034000" , "0888030050" , "56530123200" , "6946005" , "0760253570" , "50230029012" , "49030021000" , "54830015044" , "0770250015" , "54630232000" , "54830132000" , "54831001044" , "54831101144" , "54531607035" , "54531607038" , "54531607040" , "54531607042" , "54531607045" , "54531607048" , "54531607050" , "57331008000" , "57331009000" , "54831010000" , "54831011000" , "54531612100" , "0016040163" , "54531615000" , "54531617000" , "54631118000" , "54631219100" , "54631020000" , "54531621000" , "54531623155" , "54531623158" , "54531623160" , "54531623162" , "54531623165" , "54531623168" , "54531623170" , "54531623172" , "54531623175" , "54531623178" , "54831025000" , "54831029000" , "54831027000" , "54831127000" , "54831028000" , "54531629000" , "54831030000" , "54631231000" , "54631232000" , "54531636005" , "54531636006" , "54531636007" , "54531636008" , "54731034600" , "54731034700" , "54731034900" , "54731134000" , "54631035000" , "54831035065" , "54631245000" , "54531696000" , "31007007101" , "52031137001" , "57331014000" , "0770180230" , "50331029038" , "0770060018" , "54831071000" , "54831072000" , "54834001000" , "54834002000" , "54834003000" , "0402061480" , "54834005044" , "58038023200" , "54634008044" , "56534013100" , "54634020000" , "0625069034" , "54834012000" , "0625068050" , "54834014000" , "54834015000" , "0984060302" , "54834019000" , "54834020000" , "54834023000" , "50334024044" , "54634052300" , "0349000050" , "0015050203" , "54634031044" , "54634131000" , "54634031050" , "54634032100" , "54634050000" , "54632095000" , "0760142460" , "50232050001" , "50233041000" , "0933060165" , "50335007000" , "50335008000" , "59035009000" , "10001020000" , "56535025001" , "54835026000" , "54835027000" , "50335033000" , "54635034200" , "54635134200" , "41001052000" , "54635013144" , "0770320020" , "54635017000" , "0016040183" , "0991050102" , "54637062000" , "54637063000" , "0770160021" , "54637061444" , "54637361444" , "54637361544" , "54637061544" , "0007050160" , "0912060203" , "54637067000" , "54637066000" , "54637085300" , "54637065000" , "54637068100" , "54637064000" , "54637364000" , "54637364050" , "54637064050" , "54737019000" , "0770150151" , "54837020000" , "54837320000" , "0912060163" , "54637056100" , "0014050123" , "54635005000" , "0760082472" , "0625160020" , "54837050044" , "54637098100" , "0014050203" , "54637070100" , "54837075000" , "0770021120" , "0770240020" , "54837069000" , "54637072300" , "54837072000" , "54637071200" , "54637055244" , "0988101610" , "54637096000" , "54837057000" , "54637095344" , "50237195055" , "54739005000" , "54739005144" , "50339005200" , "50339004000" , "50339004100" , "50339004200" , "0015050163" , "54839031100" , "54839131100" , "54839331000" , "50339006000" , "50311035000" , "54711034000" , "50311034000" , "54331093410" , "54739093000" , "54531010000" , "50231012000" , "5480800701004" , "54808019000" , "5030800100004" , "50211086000" , "5030801030004" , "59008019000" , "54808020000" , "50208020000" , "0014060203" , "50308009100" , "50308009050" , "50308009051" , "58412080100" , "5480801300004" , "5480801310004" , "50314057050" , "54807048000" , "0015060253" , "54808015000" , "54808015100" , "50308052100" , "58412080000" , "0966050163" , "40006006000" , "58412080050" , "0125050003" , "0985050003" , "54833070044" , "54633037000" , "0760193070" , "0471170010" , "0471190120" , "54633074000" , "0405222610" , "59033069000" , "54833024000" , "54633025000" , "54633026000" , "58033028000" , "58033031000" , "59033080000" , "54633090000" , "0988172405" , "59033050000" , "54833051034" , "59033052000" , "59013015144" , "54613205000" , "54613206000" , "54613210100" , "54613212000" , "50313030000" , "50313030100" , "54613209044" , "59013030000" , "54513214000" , "59013010000" , "59013011000" , "42013026000" , "50213025000" , "50313001100" , "50313003000" , "50313008200" , "50313008300" , "50313005000" , "50313006100" , "50313002100" , "50313007000" , "50313007100" , "50313004000" , "58012040150" , "54809001044" , "54809001144" , "54809001244" , "5480901004496" , "54809011000" , "0625069068" , "0760354771" , "54809012000" , "50309072230" , "50309072000" , "54609070100" , "54609070200" , "54809070000" , "51009100100" , "54809060100" , "54809081000" , "54809082000" , "54809081050" , "54830005144" , "54830305044" , "54830006000" , "54830006100" , "54830306000" , "5473700700098" , "54737008000" , "5473700500098" , "54737006000" , "54830079000" , "56530080000" , "0770740021" , "0770790021" , "0770114020" , "58336020090" , "0835100351" , "0835100403" , "54830030002" , "54830030004" , "54830030005" , "54830030075" , "0770116241" , "51005074000" , "0912060303" , "54830001044" , "58030020000" , "0770191015" , "49030090000" , "58030021000" , "58038022000" , "54830025000" , "5483002600098" , "54835003000" , "54835001000" , "54637107000" , "54837091000" , "0770021160" , "0603061001" , "0015060603" , "54832001072" , "54832002000" , "54632003000" , "54832001000" , "54832000026" , "58132081000" , "54632080000" , "54832011000" , "54632012000" , "57532013000" , "0936181505" , "56532018000" , "0733060150" , "58132026000" , "58132028000" , "56532095000" , "50332070000" , "50329050000" , "54637097200" , "50332054051" , "54832054000" , "54637098200" , "0993012000" , "59032061044" , "54732064000" , "59032066000" , "0770300015" , "54833001000" , "54833002100" , "54833003000" , "54833004000" , "54833005000" , "0625062054" , "56533099000" , "0405242812" , "54633015000" , "54633096000" , "0625160040" , "59033030000" , "50333043000" , "54833007000" , "54833011000" , "54833012100" , "54833013000" , "54833014000" , "54833015000" , "0405202413" , "54833025000" , "0625062035" , "52033096000" , "50033029015" , "50033029014" , "50033029013" , "56033030000" , "54833032011" , "0760324565" , "0770250020" )
SELECT
*
FROM
hobaIT_sparepartfinder_images
WHERE
group_id IN (
1305 , 1500 , 1503 , 1512 , 1514 , 1517 , 1524 ,
1527 , 1530 , 1542 , 1543 , 1544 , 1545 ,
1550 , 1551 , 1552 , 1553 , 1554 , 1555 ,
1556 , 1557 , 1558 , 1559 , 1561 , 1562 ,
1769 , 2209 , 246 , 860 , 926 , 935 , 937 ,
940 , 943 , 946
)
AND article_number IN (
"54813080044" ,
"50313081200" ,
"54813082000" ,
"54813090000" ,
"54813090200" ,
"54813083000" ,
"54813018000" ,
"54613218000" ,
"54813070000" ,
"54813020000" ,
"42013226000" ,
"1418Y745LS" ,
"1418Y746LS" ,
"1418Y745RS" ,
"1418Y746RS" ,
"0015080253" ,
"0015080303" ,
"0015080353" ,
"0912100250" ,
"0017060203" ,
"0017060204" ,
"59001132120" ,
"50101033100" ,
"59001034120" ,
"54801036000" ,
"59001038200" ,
"59001039100" ,
"54201081000" ,
"54601084100" ,
"54601184000" ,
"59001085100" ,
"54201086000" ,
"59001092050" ,
"5900109400030" ,
"6899785" ,
"46810340" ,
"48600018" ,
"40540603" ,
"48600028" ,
"48600044" ,
"48600043" ,
"48600019" ,
"48600244" ,
"48600016" ,
"48600245" ,
"48600205" ,
"48600013" ,
"48600344" ,
"48600070" ,
"48600345" ,
"48600236" ,
"48600204" ,
"48600240" ,
"48600241S" ,
"48600092" ,
"48600251" ,
"48600189" ,
"48600046" ,
"48600033" ,
"48600113" ,
"48600036" ,
"48600037" ,
"48600053" ,
"91410011S" ,
"91410012S" ,
"91410013S" ,
"91410014S" ,
"91410015S" ,
"91410016S" ,
"91410017S" ,
"48600021" ,
"48600196S" ,
"48600239" ,
"48600192" ,
"48600203" ,
"35480377" ,
"48600062" ,
"48600214" ,
"48600215" ,
"48600346" ,
"48600350" ,
"48600351" ,
"48600352" ,
"40540400" ,
"40540401" ,
"40540402" ,
"40540403" ,
"40540414" ,
"40540415" ,
"40540450" ,
"40541383" ,
"48600063" ,
"48600064" ,
"48600065" ,
"48600116" ,
"48600217" ,
"48600325" ,
"48600327" ,
"48600329" ,
"48600060" ,
"48600042" ,
"40540486" ,
"48600081" ,
"48600048" ,
"48600237S" ,
"48600238S" ,
"48600163" ,
"48600202" ,
"48600152S1" ,
"48600061" ,
"48600047" ,
"46811499" ,
"35480320" ,
"48600152" ,
"48600190" ,
"48600049" ,
"48600051" ,
"48600034" ,
"48600004" ,
"48600141" ,
"48600211S1" ,
"48600075S" ,
"48600076" ,
"48600075" ,
"48600073" ,
"48600077" ,
"46810010" ,
"48600072" ,
"48600071" ,
"R14007" ,
"50180350" ,
"50180213S6" ,
"50180301S3" ,
"46180007" ,
"46180003" ,
"50180168" ,
"50180005" ,
"50180095" ,
"46810016" ,
"52000041" ,
"50180389" ,
"46180014" ,
"46180002" ,
"46180015" ,
"50180344" ,
"46810893" ,
"36120151" ,
"46811208" ,
"50180097" ,
"50180177" ,
"50180393" ,
"50180414" ,
"50180271" ,
"50180270" ,
"50180295" ,
"50180133" ,
"50180081" ,
"50180354" ,
"0912050303" ,
"50180114" ,
"91210002" ,
"91210003" ,
"91210004" ,
"91210005" ,
"91210006" ,
"91210009" ,
"91210010" ,
"91210011" ,
"91210012" ,
"91210013" ,
"91210014" ,
"91210015" ,
"91210016" ,
"91210017" ,
"50180273" ,
"50180355" ,
"50180352" ,
"50180141" ,
"50180099" ,
"50180135" ,
"50180072" ,
"50180209" ,
"50180210" ,
"50180197" ,
"50180035" ,
"50180048" ,
"50180058" ,
"50180059" ,
"50180060" ,
"50180061" ,
"50180062" ,
"50180063" ,
"50180064" ,
"50180065" ,
"50180066" ,
"50180269" ,
"50180034" ,
"50180045" ,
"50180054" ,
"50180056" ,
"50180057" ,
"50180067" ,
"50180036" ,
"50180049" ,
"50180313" ,
"50180322" ,
"50180311" ,
"50180294" ,
"50180200" ,
"50180157" ,
"50180201" ,
"50180264" ,
"50180279" ,
"50180261" ,
"46811265" ,
"50180384S" ,
"50180314" ,
"50180385" ,
"50180102" ,
"50180101" ,
"50180103" ,
"46180119" ,
"50180082" ,
"50180126" ,
"50180165" ,
"50180276" ,
"50180283" ,
"50180356" ,
"50180105" ,
"50180297" ,
"40540602" ,
"50180281" ,
"50180222" ,
"50180280" ,
"50180342S1" ,
"R12008" ,
"54804030044" ,
"50304066000" ,
"72210079000" ,
"0015060103" ,
"54611076100" ,
"0009050103" ,
"54804034000" ,
"0760253270" ,
"54804032000" ,
"58033097000" ,
"54603036000" ,
"54607066100" ,
"54607070144" ,
"0015060163" ,
"0015060503" ,
"50304090044" ,
"50329000044" ,
"50304060100" ,
"54607460000" ,
"20012062055" ,
"0985060003" ,
"0021060003" ,
"54804037000" ,
"54804038000" ,
"54806001051" ,
"54806003000" ,
"54806001052" ,
"54806008051" ,
"54806008052" ,
"54806008050" ,
"50306010000" ,
"50306012000" ,
"59006015000" ,
"54806016000" ,
"50306017000" ,
"50306018000" ,
"50306019000" ,
"54706026000" ,
"51006027000" ,
"54810001144" ,
"54810001244" ,
"54810001344" ,
"5481001004496" ,
"59010011000" ,
"0625060058" ,
"0472047175" ,
"0760324771" ,
"54610016000" ,
"50310072195" ,
"50310072207" ,
"58309072000" ,
"54610070100" ,
"54610070300" ,
"54810070000" ,
"54810060000" ,
"59009062013" ,
"58310051038" ,
"58310051042" ,
"58310151040" ,
"58310151045" ,
"58310151048" ,
"58310151049" ,
"58310151050" ,
"58310151051" ,
"58310151052" ,
"54510052100" ,
"54310086200" ,
"50310165118" ,
"50310265114" ,
"50310265118" ,
"50310166000" ,
"50310266000" ,
"54010100100" ,
"50310090050" ,
"55003135000" ,
"50210086000" ,
"50310085044" ,
"50310084000" ,
"50304040000" ,
"58414030000" ,
"50310099000" ,
"59002002000" ,
"5480207900004" ,
"5480207900030" ,
"6000207900004" ,
"6000207900030" ,
"5480808810020" ,
"5480808810030" ,
"5480808810038" ,
"5480808810080" ,
"58314069244" ,
"58314069200" ,
"58314069350" ,
"58314068000" ,
"0963040203" ,
"54813060000" ,
"54813060100" ,
"54813061000" ,
"54813062000" ,
"54813062100" ,
"54813063000" ,
"54813020100" ,
"50311051100" ,
"54813050044" ,
"54813051000" ,
"0015050123" ,
"54603062000" ,
"0015060203" ,
"54813056000" ,
"0934060003" ,
"54813055000" ,
"0912100406" ,
"59001037000" ,
"46030045000" ,
"0625060002" ,
"54630044000" ,
"0015060123" ,
"306054" ,
"54802001100" ,
"57013072000" ,
"50311074000" ,
"50311074050" ,
"0985040203" ,
"6899792" ,
"54802010000" ,
"54802013000" ,
"50302020000" ,
"50302091000" ,
"50311089200" ,
"54802039000" ,
"44011076200" ,
"50301089000" ,
"50302030200" ,
"54602031000" ,
"59002031000" ,
"59002032000" ,
"50302033100" ,
"50302034000" ,
"59002035000" ,
"50302036000" ,
"50302037000" ,
"50302038000" ,
"50302030150" ,
"59002044000" ,
"58012040000" ,
"58012140000" ,
"0965040123" ,
"54732063100" ,
"5480300100096" ,
"5480300110096" ,
"5480300120096" ,
"54803002044" ,
"54803002144" ,
"54803013000" ,
"71003007000" ,
"50307012000" ,
"0934080003" ,
"54603013000" ,
"54610052000" ,
"56530079000" ,
"54606004000" ,
"36111021000" ,
"54403135000" ,
"54310086100" ,
"42007049000" ,
"36003014000" ,
"54804067000" ,
"59003040250" ,
"59003041250" ,
"54803044000" ,
"54603041000" ,
"0125100003" ,
"0094032253" ,
"50303089000" ,
"55007016001" ,
"54803094000" ,
"54803092050" ,
"59030060050" ,
"0014050253" ,
"54803092060" ,
"0015060353" ,
"51103053000" ,
"51103053051" ,
"0015120556" ,
"1218Y769" ,
"1218Y770" ,
"54805007100" ,
"54805009000" ,
"0770440030" ,
"54805001000" ,
"50305012000" ,
"50305016000" ,
"54605157000" ,
"54603048100" ,
"50235033200" ,
"0014060103" ,
"0014060153" ,
"54805079000" ,
"52305082100" ,
"54805083000" ,
"0011481030" ,
"0015060303" ,
"54605069000" ,
"54605068000" ,
"0137060003" ,
"54805079052" ,
"54805079050" ,
"54805079060" ,
"54805083060" ,
"54805079058" ,
"0770055020" ,
"0910100003" ,
"0603100141" ,
"54805078330" ,
"58005078340" ,
"54805078450" ,
"50307005000" ,
"54807004000" ,
"0770110021" ,
"0770130023" ,
"31007107001" ,
"59007008044" ,
"59007009000" ,
"50307011000" ,
"5480711300004" ,
"5030711310044" ,
"5030711320044" ,
"50307014000" ,
"50307016000" ,
"58031005000" ,
"51030022000" ,
"54807040000" ,
"54807040100" ,
"54807040050" ,
"5030815000004" ,
"5030815100004" ,
"50308052000" ,
"50308053000" ,
"50212100100" ,
"55003139600" ,
"50335095000" ,
"50335096000" ,
"50308290000" ,
"54808091200" ,
"54708191400" ,
"54708191300" ,
"54708191500" ,
"56012001000" ,
"54629003000" ,
"56012004000" ,
"54629009044" ,
"51012011000" ,
"54629012100" ,
"51012014000" ,
"51012016000" ,
"54829001000" ,
"50112013000" ,
"50112030000" ,
"58429059000" ,
"54629027000" ,
"58429037043" ,
"54830000044" ,
"54830002000" ,
"5483000210098" ,
"54830040000" ,
"59033018000" ,
"0912060083" ,
"0912060404" ,
"54830024000" ,
"54630027000" ,
"54830027000" ,
"54830039000" ,
"54634049000" ,
"0014050163" ,
"0015060403" ,
"0015060553" ,
"54830099000" ,
"54830050000" ,
"54830051144" ,
"54830052000" ,
"54330061000" ,
"54736044000" ,
"54830051044" ,
"54730052000" ,
"54830062100" ,
"54830007000 I" ,
"54830007000 II" ,
"54630207100 I" ,
"54630207100 II" ,
"54830107000 I" ,
"54830107000 II" ,
"54030074000" ,
"54630233000" ,
"54630029000" ,
"58132072000" ,
"54830016000" ,
"0760385273" ,
"0625623204" ,
"54830018100" ,
"54830118000" ,
"54430034000" ,
"0888030050" ,
"56530123200" ,
"6946005" ,
"0760253570" ,
"50230029012" ,
"49030021000" ,
"54830015044" ,
"0770250015" ,
"54630232000" ,
"54830132000" ,
"54831001044" ,
"54831101144" ,
"54531607035" ,
"54531607038" ,
"54531607040" ,
"54531607042" ,
"54531607045" ,
"54531607048" ,
"54531607050" ,
"57331008000" ,
"57331009000" ,
"54831010000" ,
"54831011000" ,
"54531612100" ,
"0016040163" ,
"54531615000" ,
"54531617000" ,
"54631118000" ,
"54631219100" ,
"54631020000" ,
"54531621000" ,
"54531623155" ,
"54531623158" ,
"54531623160" ,
"54531623162" ,
"54531623165" ,
"54531623168" ,
"54531623170" ,
"54531623172" ,
"54531623175" ,
"54531623178" ,
"54831025000" ,
"54831029000" ,
"54831027000" ,
"54831127000" ,
"54831028000" ,
"54531629000" ,
"54831030000" ,
"54631231000" ,
"54631232000" ,
"54531636005" ,
"54531636006" ,
"54531636007" ,
"54531636008" ,
"54731034600" ,
"54731034700" ,
"54731034900" ,
"54731134000" ,
"54631035000" ,
"54831035065" ,
"54631245000" ,
"54531696000" ,
"31007007101" ,
"52031137001" ,
"57331014000" ,
"0770180230" ,
"50331029038" ,
"0770060018" ,
"54831071000" ,
"54831072000" ,
"54834001000" ,
"54834002000" ,
"54834003000" ,
"0402061480" ,
"54834005044" ,
"58038023200" ,
"54634008044" ,
"56534013100" ,
"54634020000" ,
"0625069034" ,
"54834012000" ,
"0625068050" ,
"54834014000" ,
"54834015000" ,
"0984060302" ,
"54834019000" ,
"54834020000" ,
"54834023000" ,
"50334024044" ,
"54634052300" ,
"0349000050" ,
"0015050203" ,
"54634031044" ,
"54634131000" ,
"54634031050" ,
"54634032100" ,
"54634050000" ,
"54632095000" ,
"0760142460" ,
"50232050001" ,
"50233041000" ,
"0933060165" ,
"50335007000" ,
"50335008000" ,
"59035009000" ,
"10001020000" ,
"56535025001" ,
"54835026000" ,
"54835027000" ,
"50335033000" ,
"54635034200" ,
"54635134200" ,
"41001052000" ,
"54635013144" ,
"0770320020" ,
"54635017000" ,
"0016040183" ,
"0991050102" ,
"54637062000" ,
"54637063000" ,
"0770160021" ,
"54637061444" ,
"54637361444" ,
"54637361544" ,
"54637061544" ,
"0007050160" ,
"0912060203" ,
"54637067000" ,
"54637066000" ,
"54637085300" ,
"54637065000" ,
"54637068100" ,
"54637064000" ,
"54637364000" ,
"54637364050" ,
"54637064050" ,
"54737019000" ,
"0770150151" ,
"54837020000" ,
"54837320000" ,
"0912060163" ,
"54637056100" ,
"0014050123" ,
"54635005000" ,
"0760082472" ,
"0625160020" ,
"54837050044" ,
"54637098100" ,
"0014050203" ,
"54637070100" ,
"54837075000" ,
"0770021120" ,
"0770240020" ,
"54837069000" ,
"54637072300" ,
"54837072000" ,
"54637071200" ,
"54637055244" ,
"0988101610" ,
"54637096000" ,
"54837057000" ,
"54637095344" ,
"50237195055" ,
"54739005000" ,
"54739005144" ,
"50339005200" ,
"50339004000" ,
"50339004100" ,
"50339004200" ,
"0015050163" ,
"54839031100" ,
"54839131100" ,
"54839331000" ,
"50339006000" ,
"50311035000" ,
"54711034000" ,
"50311034000" ,
"54331093410" ,
"54739093000" ,
"54531010000" ,
"50231012000" ,
"5480800701004" ,
"54808019000" ,
"5030800100004" ,
"50211086000" ,
"5030801030004" ,
"59008019000" ,
"54808020000" ,
"50208020000" ,
"0014060203" ,
"50308009100" ,
"50308009050" ,
"50308009051" ,
"58412080100" ,
"5480801300004" ,
"5480801310004" ,
"50314057050" ,
"54807048000" ,
"0015060253" ,
"54808015000" ,
"54808015100" ,
"50308052100" ,
"58412080000" ,
"0966050163" ,
"40006006000" ,
"58412080050" ,
"0125050003" ,
"0985050003" ,
"54833070044" ,
"54633037000" ,
"0760193070" ,
"0471170010" ,
"0471190120" ,
"54633074000" ,
"0405222610" ,
"59033069000" ,
"54833024000" ,
"54633025000" ,
"54633026000" ,
"58033028000" ,
"58033031000" ,
"59033080000" ,
"54633090000" ,
"0988172405" ,
"59033050000" ,
"54833051034" ,
"59033052000" ,
"59013015144" ,
"54613205000" ,
"54613206000" ,
"54613210100" ,
"54613212000" ,
"50313030000" ,
"50313030100" ,
"54613209044" ,
"59013030000" ,
"54513214000" ,
"59013010000" ,
"59013011000" ,
"42013026000" ,
"50213025000" ,
"50313001100" ,
"50313003000" ,
"50313008200" ,
"50313008300" ,
"50313005000" ,
"50313006100" ,
"50313002100" ,
"50313007000" ,
"50313007100" ,
"50313004000" ,
"58012040150" ,
"54809001044" ,
"54809001144" ,
"54809001244" ,
"5480901004496" ,
"54809011000" ,
"0625069068" ,
"0760354771" ,
"54809012000" ,
"50309072230" ,
"50309072000" ,
"54609070100" ,
"54609070200" ,
"54809070000" ,
"51009100100" ,
"54809060100" ,
"54809081000" ,
"54809082000" ,
"54809081050" ,
"54830005144" ,
"54830305044" ,
"54830006000" ,
"54830006100" ,
"54830306000" ,
"5473700700098" ,
"54737008000" ,
"5473700500098" ,
"54737006000" ,
"54830079000" ,
"56530080000" ,
"0770740021" ,
"0770790021" ,
"0770114020" ,
"58336020090" ,
"0835100351" ,
"0835100403" ,
"54830030002" ,
"54830030004" ,
"54830030005" ,
"54830030075" ,
"0770116241" ,
"51005074000" ,
"0912060303" ,
"54830001044" ,
"58030020000" ,
"0770191015" ,
"49030090000" ,
"58030021000" ,
"58038022000" ,
"54830025000" ,
"5483002600098" ,
"54835003000" ,
"54835001000" ,
"54637107000" ,
"54837091000" ,
"0770021160" ,
"0603061001" ,
"0015060603" ,
"54832001072" ,
"54832002000" ,
"54632003000" ,
"54832001000" ,
"54832000026" ,
"58132081000" ,
"54632080000" ,
"54832011000" ,
"54632012000" ,
"57532013000" ,
"0936181505" ,
"56532018000" ,
"0733060150" ,
"58132026000" ,
"58132028000" ,
"56532095000" ,
"50332070000" ,
"50329050000" ,
"54637097200" ,
"50332054051" ,
"54832054000" ,
"54637098200" ,
"0993012000" ,
"59032061044" ,
"54732064000" ,
"59032066000" ,
"0770300015" ,
"54833001000" ,
"54833002100" ,
"54833003000" ,
"54833004000" ,
"54833005000" ,
"0625062054" ,
"56533099000" ,
"0405242812" ,
"54633015000" ,
"54633096000" ,
"0625160040" ,
"59033030000" ,
"50333043000" ,
"54833007000" ,
"54833011000" ,
"54833012100" ,
"54833013000" ,
"54833014000" ,
"54833015000" ,
"0405202413" ,
"54833025000" ,
"0625062035" ,
"52033096000" ,
"50033029015" ,
"50033029014" ,
"50033029013" ,
"56033030000" ,
"54833032011" ,
"0760324565" ,
"0770250020"
)
Copy
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (1305 , 1500 , 1503 , 1512 , 1514 , 1517 , 1524 , 1527 , 1530 , 1542 , 1543 , 1544 , 1545 , 1550 , 1551 , 1552 , 1553 , 1554 , 1555 , 1556 , 1557 , 1558 , 1559 , 1561 , 1562 , 1769 , 2209 , 246 , 860 , 926 , 935 , 937 , 940 , 943 , 946 ) AND article_number IN ("54813080044" , "50313081200" , "54813082000" , "54813090000" , "54813090200" , "54813083000" , "54813018000" , "54613218000" , "54813070000" , "54813020000" , "42013226000" , "1418Y745LS" , "1418Y746LS" , "1418Y745RS" , "1418Y746RS" , "0015080253" , "0015080303" , "0015080353" , "0912100250" , "0017060203" , "0017060204" , "59001132120" , "50101033100" , "59001034120" , "54801036000" , "59001038200" , "59001039100" , "54201081000" , "54601084100" , "54601184000" , "59001085100" , "54201086000" , "59001092050" , "5900109400030" , "6899785" , "46810340" , "48600018" , "40540603" , "48600028" , "48600044" , "48600043" , "48600019" , "48600244" , "48600016" , "48600245" , "48600205" , "48600013" , "48600344" , "48600070" , "48600345" , "48600236" , "48600204" , "48600240" , "48600241S" , "48600092" , "48600251" , "48600189" , "48600046" , "48600033" , "48600113" , "48600036" , "48600037" , "48600053" , "91410011S" , "91410012S" , "91410013S" , "91410014S" , "91410015S" , "91410016S" , "91410017S" , "48600021" , "48600196S" , "48600239" , "48600192" , "48600203" , "35480377" , "48600062" , "48600214" , "48600215" , "48600346" , "48600350" , "48600351" , "48600352" , "40540400" , "40540401" , "40540402" , "40540403" , "40540414" , "40540415" , "40540450" , "40541383" , "48600063" , "48600064" , "48600065" , "48600116" , "48600217" , "48600325" , "48600327" , "48600329" , "48600060" , "48600042" , "40540486" , "48600081" , "48600048" , "48600237S" , "48600238S" , "48600163" , "48600202" , "48600152S1" , "48600061" , "48600047" , "46811499" , "35480320" , "48600152" , "48600190" , "48600049" , "48600051" , "48600034" , "48600004" , "48600141" , "48600211S1" , "48600075S" , "48600076" , "48600075" , "48600073" , "48600077" , "46810010" , "48600072" , "48600071" , "R14007" , "50180350" , "50180213S6" , "50180301S3" , "46180007" , "46180003" , "50180168" , "50180005" , "50180095" , "46810016" , "52000041" , "50180389" , "46180014" , "46180002" , "46180015" , "50180344" , "46810893" , "36120151" , "46811208" , "50180097" , "50180177" , "50180393" , "50180414" , "50180271" , "50180270" , "50180295" , "50180133" , "50180081" , "50180354" , "0912050303" , "50180114" , "91210002" , "91210003" , "91210004" , "91210005" , "91210006" , "91210009" , "91210010" , "91210011" , "91210012" , "91210013" , "91210014" , "91210015" , "91210016" , "91210017" , "50180273" , "50180355" , "50180352" , "50180141" , "50180099" , "50180135" , "50180072" , "50180209" , "50180210" , "50180197" , "50180035" , "50180048" , "50180058" , "50180059" , "50180060" , "50180061" , "50180062" , "50180063" , "50180064" , "50180065" , "50180066" , "50180269" , "50180034" , "50180045" , "50180054" , "50180056" , "50180057" , "50180067" , "50180036" , "50180049" , "50180313" , "50180322" , "50180311" , "50180294" , "50180200" , "50180157" , "50180201" , "50180264" , "50180279" , "50180261" , "46811265" , "50180384S" , "50180314" , "50180385" , "50180102" , "50180101" , "50180103" , "46180119" , "50180082" , "50180126" , "50180165" , "50180276" , "50180283" , "50180356" , "50180105" , "50180297" , "40540602" , "50180281" , "50180222" , "50180280" , "50180342S1" , "R12008" , "54804030044" , "50304066000" , "72210079000" , "0015060103" , "54611076100" , "0009050103" , "54804034000" , "0760253270" , "54804032000" , "58033097000" , "54603036000" , "54607066100" , "54607070144" , "0015060163" , "0015060503" , "50304090044" , "50329000044" , "50304060100" , "54607460000" , "20012062055" , "0985060003" , "0021060003" , "54804037000" , "54804038000" , "54806001051" , "54806003000" , "54806001052" , "54806008051" , "54806008052" , "54806008050" , "50306010000" , "50306012000" , "59006015000" , "54806016000" , "50306017000" , "50306018000" , "50306019000" , "54706026000" , "51006027000" , "54810001144" , "54810001244" , "54810001344" , "5481001004496" , "59010011000" , "0625060058" , "0472047175" , "0760324771" , "54610016000" , "50310072195" , "50310072207" , "58309072000" , "54610070100" , "54610070300" , "54810070000" , "54810060000" , "59009062013" , "58310051038" , "58310051042" , "58310151040" , "58310151045" , "58310151048" , "58310151049" , "58310151050" , "58310151051" , "58310151052" , "54510052100" , "54310086200" , "50310165118" , "50310265114" , "50310265118" , "50310166000" , "50310266000" , "54010100100" , "50310090050" , "55003135000" , "50210086000" , "50310085044" , "50310084000" , "50304040000" , "58414030000" , "50310099000" , "59002002000" , "5480207900004" , "5480207900030" , "6000207900004" , "6000207900030" , "5480808810020" , "5480808810030" , "5480808810038" , "5480808810080" , "58314069244" , "58314069200" , "58314069350" , "58314068000" , "0963040203" , "54813060000" , "54813060100" , "54813061000" , "54813062000" , "54813062100" , "54813063000" , "54813020100" , "50311051100" , "54813050044" , "54813051000" , "0015050123" , "54603062000" , "0015060203" , "54813056000" , "0934060003" , "54813055000" , "0912100406" , "59001037000" , "46030045000" , "0625060002" , "54630044000" , "0015060123" , "306054" , "54802001100" , "57013072000" , "50311074000" , "50311074050" , "0985040203" , "6899792" , "54802010000" , "54802013000" , "50302020000" , "50302091000" , "50311089200" , "54802039000" , "44011076200" , "50301089000" , "50302030200" , "54602031000" , "59002031000" , "59002032000" , "50302033100" , "50302034000" , "59002035000" , "50302036000" , "50302037000" , "50302038000" , "50302030150" , "59002044000" , "58012040000" , "58012140000" , "0965040123" , "54732063100" , "5480300100096" , "5480300110096" , "5480300120096" , "54803002044" , "54803002144" , "54803013000" , "71003007000" , "50307012000" , "0934080003" , "54603013000" , "54610052000" , "56530079000" , "54606004000" , "36111021000" , "54403135000" , "54310086100" , "42007049000" , "36003014000" , "54804067000" , "59003040250" , "59003041250" , "54803044000" , "54603041000" , "0125100003" , "0094032253" , "50303089000" , "55007016001" , "54803094000" , "54803092050" , "59030060050" , "0014050253" , "54803092060" , "0015060353" , "51103053000" , "51103053051" , "0015120556" , "1218Y769" , "1218Y770" , "54805007100" , "54805009000" , "0770440030" , "54805001000" , "50305012000" , "50305016000" , "54605157000" , "54603048100" , "50235033200" , "0014060103" , "0014060153" , "54805079000" , "52305082100" , "54805083000" , "0011481030" , "0015060303" , "54605069000" , "54605068000" , "0137060003" , "54805079052" , "54805079050" , "54805079060" , "54805083060" , "54805079058" , "0770055020" , "0910100003" , "0603100141" , "54805078330" , "58005078340" , "54805078450" , "50307005000" , "54807004000" , "0770110021" , "0770130023" , "31007107001" , "59007008044" , "59007009000" , "50307011000" , "5480711300004" , "5030711310044" , "5030711320044" , "50307014000" , "50307016000" , "58031005000" , "51030022000" , "54807040000" , "54807040100" , "54807040050" , "5030815000004" , "5030815100004" , "50308052000" , "50308053000" , "50212100100" , "55003139600" , "50335095000" , "50335096000" , "50308290000" , "54808091200" , "54708191400" , "54708191300" , "54708191500" , "56012001000" , "54629003000" , "56012004000" , "54629009044" , "51012011000" , "54629012100" , "51012014000" , "51012016000" , "54829001000" , "50112013000" , "50112030000" , "58429059000" , "54629027000" , "58429037043" , "54830000044" , "54830002000" , "5483000210098" , "54830040000" , "59033018000" , "0912060083" , "0912060404" , "54830024000" , "54630027000" , "54830027000" , "54830039000" , "54634049000" , "0014050163" , "0015060403" , "0015060553" , "54830099000" , "54830050000" , "54830051144" , "54830052000" , "54330061000" , "54736044000" , "54830051044" , "54730052000" , "54830062100" , "54830007000 I" , "54830007000 II" , "54630207100 I" , "54630207100 II" , "54830107000 I" , "54830107000 II" , "54030074000" , "54630233000" , "54630029000" , "58132072000" , "54830016000" , "0760385273" , "0625623204" , "54830018100" , "54830118000" , "54430034000" , "0888030050" , "56530123200" , "6946005" , "0760253570" , "50230029012" , "49030021000" , "54830015044" , "0770250015" , "54630232000" , "54830132000" , "54831001044" , "54831101144" , "54531607035" , "54531607038" , "54531607040" , "54531607042" , "54531607045" , "54531607048" , "54531607050" , "57331008000" , "57331009000" , "54831010000" , "54831011000" , "54531612100" , "0016040163" , "54531615000" , "54531617000" , "54631118000" , "54631219100" , "54631020000" , "54531621000" , "54531623155" , "54531623158" , "54531623160" , "54531623162" , "54531623165" , "54531623168" , "54531623170" , "54531623172" , "54531623175" , "54531623178" , "54831025000" , "54831029000" , "54831027000" , "54831127000" , "54831028000" , "54531629000" , "54831030000" , "54631231000" , "54631232000" , "54531636005" , "54531636006" , "54531636007" , "54531636008" , "54731034600" , "54731034700" , "54731034900" , "54731134000" , "54631035000" , "54831035065" , "54631245000" , "54531696000" , "31007007101" , "52031137001" , "57331014000" , "0770180230" , "50331029038" , "0770060018" , "54831071000" , "54831072000" , "54834001000" , "54834002000" , "54834003000" , "0402061480" , "54834005044" , "58038023200" , "54634008044" , "56534013100" , "54634020000" , "0625069034" , "54834012000" , "0625068050" , "54834014000" , "54834015000" , "0984060302" , "54834019000" , "54834020000" , "54834023000" , "50334024044" , "54634052300" , "0349000050" , "0015050203" , "54634031044" , "54634131000" , "54634031050" , "54634032100" , "54634050000" , "54632095000" , "0760142460" , "50232050001" , "50233041000" , "0933060165" , "50335007000" , "50335008000" , "59035009000" , "10001020000" , "56535025001" , "54835026000" , "54835027000" , "50335033000" , "54635034200" , "54635134200" , "41001052000" , "54635013144" , "0770320020" , "54635017000" , "0016040183" , "0991050102" , "54637062000" , "54637063000" , "0770160021" , "54637061444" , "54637361444" , "54637361544" , "54637061544" , "0007050160" , "0912060203" , "54637067000" , "54637066000" , "54637085300" , "54637065000" , "54637068100" , "54637064000" , "54637364000" , "54637364050" , "54637064050" , "54737019000" , "0770150151" , "54837020000" , "54837320000" , "0912060163" , "54637056100" , "0014050123" , "54635005000" , "0760082472" , "0625160020" , "54837050044" , "54637098100" , "0014050203" , "54637070100" , "54837075000" , "0770021120" , "0770240020" , "54837069000" , "54637072300" , "54837072000" , "54637071200" , "54637055244" , "0988101610" , "54637096000" , "54837057000" , "54637095344" , "50237195055" , "54739005000" , "54739005144" , "50339005200" , "50339004000" , "50339004100" , "50339004200" , "0015050163" , "54839031100" , "54839131100" , "54839331000" , "50339006000" , "50311035000" , "54711034000" , "50311034000" , "54331093410" , "54739093000" , "54531010000" , "50231012000" , "5480800701004" , "54808019000" , "5030800100004" , "50211086000" , "5030801030004" , "59008019000" , "54808020000" , "50208020000" , "0014060203" , "50308009100" , "50308009050" , "50308009051" , "58412080100" , "5480801300004" , "5480801310004" , "50314057050" , "54807048000" , "0015060253" , "54808015000" , "54808015100" , "50308052100" , "58412080000" , "0966050163" , "40006006000" , "58412080050" , "0125050003" , "0985050003" , "54833070044" , "54633037000" , "0760193070" , "0471170010" , "0471190120" , "54633074000" , "0405222610" , "59033069000" , "54833024000" , "54633025000" , "54633026000" , "58033028000" , "58033031000" , "59033080000" , "54633090000" , "0988172405" , "59033050000" , "54833051034" , "59033052000" , "59013015144" , "54613205000" , "54613206000" , "54613210100" , "54613212000" , "50313030000" , "50313030100" , "54613209044" , "59013030000" , "54513214000" , "59013010000" , "59013011000" , "42013026000" , "50213025000" , "50313001100" , "50313003000" , "50313008200" , "50313008300" , "50313005000" , "50313006100" , "50313002100" , "50313007000" , "50313007100" , "50313004000" , "58012040150" , "54809001044" , "54809001144" , "54809001244" , "5480901004496" , "54809011000" , "0625069068" , "0760354771" , "54809012000" , "50309072230" , "50309072000" , "54609070100" , "54609070200" , "54809070000" , "51009100100" , "54809060100" , "54809081000" , "54809082000" , "54809081050" , "54830005144" , "54830305044" , "54830006000" , "54830006100" , "54830306000" , "5473700700098" , "54737008000" , "5473700500098" , "54737006000" , "54830079000" , "56530080000" , "0770740021" , "0770790021" , "0770114020" , "58336020090" , "0835100351" , "0835100403" , "54830030002" , "54830030004" , "54830030005" , "54830030075" , "0770116241" , "51005074000" , "0912060303" , "54830001044" , "58030020000" , "0770191015" , "49030090000" , "58030021000" , "58038022000" , "54830025000" , "5483002600098" , "54835003000" , "54835001000" , "54637107000" , "54837091000" , "0770021160" , "0603061001" , "0015060603" , "54832001072" , "54832002000" , "54632003000" , "54832001000" , "54832000026" , "58132081000" , "54632080000" , "54832011000" , "54632012000" , "57532013000" , "0936181505" , "56532018000" , "0733060150" , "58132026000" , "58132028000" , "56532095000" , "50332070000" , "50329050000" , "54637097200" , "50332054051" , "54832054000" , "54637098200" , "0993012000" , "59032061044" , "54732064000" , "59032066000" , "0770300015" , "54833001000" , "54833002100" , "54833003000" , "54833004000" , "54833005000" , "0625062054" , "56533099000" , "0405242812" , "54633015000" , "54633096000" , "0625160040" , "59033030000" , "50333043000" , "54833007000" , "54833011000" , "54833012100" , "54833013000" , "54833014000" , "54833015000" , "0405202413" , "54833025000" , "0625062035" , "52033096000" , "50033029015" , "50033029014" , "50033029013" , "56033030000" , "54833032011" , "0760324565" , "0770250020" );
Copy
80
0.41 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = ?
Parameters :
[
1000142915
]
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = 1000142915 ;
Copy
81
0.32 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 :
[
"1000142915 "
]
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 = '1000142915' ;
Copy
82
27.29 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"6öØh╗bN\x08 ÿr$²%ý\x19\f "
b"±G└█ÐrFƃØpè^öÕ\x1C "
b"ôöìyë╣J╗¼Â Ò├ñý+ "
b"ÛQíI╠\x01 KÈü$*µ\\v\x1F } "
b"\x07 :\e YF╚Cöì│┌ÕZÈÏ┬ "
b"ž…OÌ\x08\x19 D!»4ÿ\x19 ˜Šàù "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"áZý’™-E³·4{]lFG\e "
b">%ë@Ì,@ ¬¤h\e Ô.Žj "
b"v)c\r ‚\x0F Fà¢Î\r ù)JUê "
b"\x1C }╦}þãA¥àÅ×\v \¦Ðd "
b"7\x0F þ;¥ýN¤’ÑŸ‹´‚ö¼ "
b"ÿ‡3§¼9Jç˜!C6\x08 <`Z "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b" \x02 æ;µ;Eí¢ªÚYBNÙ( "
b"¨'4\x1D g-B=„\x07 X¡ïñ(F "
b"aìg\x14 ?äCx£GIg\x08 ¬äõ "
b"úú¹æü^@─ï¤▀¡Æ4█# "
b"\e +$·n\x1E M·“ÖÍš2.Žd "
b"\x01 Ž;BÇÆB4»4\x02 ÌÚ:8‰ "
b"¬ä╔áɦDÌû├ý¥┌§\x06 Ù "
b"ü\x15 ,7çíHÈ▒a\x00 ôkûE= "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"Q}DBŒïJ\x1C ³\x08 ±KYZÀp "
b""FFqœ¨DV„à.Ç…ÿ\x05\x1A "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"┬]z\x01\x03\x17 C\x15 ┐øHìÅGaÒ "
b"gyp—á?Bí¨bWÇ\x1C Bz( "
b"@8]„àüMn§Öà?LÖ•È "
b"£åÑ€\e ÏNs«qN3ag7' "
b"Ð*¥4\x04 >L Â\x00 ½e\x14 .üh "
b"║w└v=¹G\x15 ç`¡º3\É "
b"l\«Iã¥DÈŠ9f›ª0åÅ "
b"é¡s\x1E jo@â£d¦#âËAã "
b"7¸\x05 –yL\¶\x01\x00 Œ\x11 fF\x01 "
b"_\x16 ²╔═\x04 Jzó▄ìkcÁBé "
b"õxØrı┬D®èRÅ\x01\x18 "Å "
b"T&Æ¥ëBFà†9í“jA\x01 ® "
b"┼╠╠Ã&>ANÅÝ▒LA\x1A ▀a "
b":Þ\x1E 4cÅNt§8f\r \x06 y}ï "
b"F3ì\x13 ÚfHEª~6Y¸A\x10\x11 "
b"\e É\x07 ┐$ÅK■ùÚ┼\t @\x18 ;J "
b"ÿGbhO.MIŒç¾?\x19 sÚÒ "
b"u\x1D 2û\x0F GF(µÂ\r ©±`Í? "
b"ƒ~½Ò ÑLâ›\x14 uÚq“\x0F ô "
b"@ñ@Ô³LL¹»q Y†ž»R "
b"\x10\x19 ÃS‚bOª³©”Çhñ8 "
b"V)'¼x‡L\f ‚À\x07 Ç¢¥‘· "
b"úš\x14 ]ò-Fk–¼Á6\f ¸qw "
b"Öú¬|Ü„D™–b~‰H¹…Ù "
b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11 "
b"JݾðÍKApµöBÞÑr½ñ "
b"îä_ZÂ\x0E Lç¦êÓíFÛõD "
b"LP÷À‰ÐNz¸Ž^£<^\x7F ù "
b"yÒù\x1F ã¤L¶–dÇ Ð¼»< "
b"""
\n
R&Tø¨F°¹k†\e }Ê\r ¾
"""
b"(├§¨üüF©ù┼\x18 V¶B▀ÿ "
b"¾È¯Î¾ÆN\x07 Éáw▀ûî■Ø "
b"ÅWnÚ?;A‗É┴2m¿\x1A ╣² "
b"äÝ\x7F И–GÈ™/T`˜K^} "
b"X7\f @3ÙF³Åè┴E\x08\x19 +╦ "
b"ôÁ\x12 £+4D‘·OYס">‰ "
b"ié#u»fHçƒWqþŒlžž "
b"INÙ5hýB܆¨à4\x0F \r Åp "
b"SÅ\x01 âÏAIo©¤.êGÃU¯ "
b"ôç¼▒:vB Å\x7F j϶Sõ\x1A "
b"Y,î\x11 ÅËDö▓°íþ\x01 |B\x08 "
b"¹o.\x12 -KIŸ´ý\x05 {\x03 ©dº "
b"É^│\~\x7F J&©£o:è·'q "
b"±9'7ÛnDMŒÉÜíêöƒ¬ "
b"""
n┤ÙuÙ\x04 FðØï"╩Ì\n
║┐
"""
b"oƒ”¸z\x1D D|¢Õ’!\x19 Œf‰ "
b"بT+xöG:™ôhþ+*ìP "
b"m®P?’kEä…+“C\x06 ØÁç "
b"""
¢³X°3\n
@\x19 ³Þ›.8Ñ\x17 S
"""
b"""
ú\n
©®ùûDcÜlŪù\x03 ▓\x04
"""
b"JþßÿBì@O”-™²\x02 þ%p "
b"\x07 lyı'¥@®╝¤´.\x0F ;ÎÅ "
b"ÌΆô¹ÏFBª›ÐæyÄ\x04 j "
b"╩■<§ì5LÊ║Ô þ_─¸▄ "
b"\x04 y\x08\x0E 1^M\x1C ¯Žq2¬û…\e "
b"®J'‹\x07 wD·¡\x18 %½\x1A ;?9 "
b"""
kzÒ{ÂÆN\n
║#³ÅGKÎ
"""
b"ì\x1E\x14\x7F\x00 ì@§║É,#a\x03 t³ "
b"\x15 ;¤\x12 ?\x1D Nz³p\x1C L$~Œë "
b"|/j'z‚Lï€mØô¾iÊ "
b"ôWÆÃî@á¢u\x1A\x7F í©‚Ô "
b"Ë─Å£O×G/¿■7▓¡▒^¤ "
b"ÿì'(\t mG~║oJZ«1▓Ô "
b"└▄╩‗á¶@║®▒[ü/Vè* "
b"ÀJüõ´■IÈ╝\x01\x14 R6▀ËÝ "
b"\x11 ‹Í¤P¥A¸„ï\x1E K\x04 Á×5 "
b"[Í¡á`®B\x1A ˆOUŒbÂèà "
b"ôU÷\x1C Ê├HÈâØÈ¹JVÝØ "
b"ü¶Ù╠'µL\x10 øSå\x04 ┐¿&ü "
b"O\x19 Í\x13 Ï´G>£v)ähU\x13 Þ "
b"¼Æû’N5CR§ÆË³\r Üë’ "
b"N▄O!┬xAIôs{5\r e╬Ø "
b"\x0E „öúX«N®¿A¸«nøÙé "
b"\x05 #ˆå!’Kåµ\x16 ¡gS¤\x05 è "
b"`Çn¶À╚O▒üÄþ*½<¾Ö "
b"\x07\x00 *Œt÷O\v µí…Ø¥ž‡[ "
b"df\x11 ±\x05 ÍOX¢Êe,‘ß)u "
b"{z)Püœ@4ž€Éª|Xuü "
b"ŽÞ\x05 lÞ‡IÊ»î"ÆÑx{X "
b"Ð¥E¤³VN]Н@¦AGá/ "
b"êLòÅ\x1D kHó”K§§#\x15 xg "
b"zð2 !ïKu›'rP.\x14 Š% "
b"""
ïK\e çöE8Š\x16 \n
v’^§\x18
"""
b"""
4Wk^s6BCˆ`,dá·\n
K
"""
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"Hæ“ϼoGߎËÇæ¬\x14 øæ "
b"Š\x19 “í€G"Ÿw¿ËFp†i "
b"3Mâ\e çôAʲ-m‚ž6ÏÅ "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"süYÂ\x0E ñKù‘î\x1C APž\e "
b"“J\x18\x06 Zd@Û‘‚`\x05 ¶Ž÷é "
b"KZ¦xÉâFf—¸:§ùà^Q "
b"2ðÿ■ExK‗ÅÕ\x06 ×Pòz─ "
b"}\x10 üT4áD▓ƒ█¹{tê\x04 ï "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"äÄGp]ÇH‰Š‘33h×[s "
b"à¶h\x0E æhN”€i¯\r mrÂÎ "
b"â“éoûÛBqµOX\x05 53ë "
b"\t õ«©{\x03 Hí•:{¿g“¶ë "
b"¯\x02 ¯(J\x1E C@©ÖW\x10 ì\x0F i* "
b"\x13 ßI╦\x12 ýNRü¥\x12 /\x1E XÐÜ "
b"(¤ÈåR¦I:ŒÓReˆ,\x05\x08 "
b"""
á\n
¯\x1F\x02 ¼J·Žü\f „=bp3
"""
b"\t\x15 ßcaÅO\x03 í\x11 ö¡tn\x0F ½ "
b"""
Ñ?\n
Щ[C7ü/\x02 AZ½·©
"""
b"\x16 ªÿçƒ\x06 A˜š#\v ü¸v¯• "
b"""
╝dº\n
5ªAìü~bën¥ä├
"""
b"‘Á\x01 9óùFÝ™XxØâ’(\x00 "
b"0äT1\x15 ËF\x1F ç\x06 Ñ>í`ìÙ "
b"5\x06 ô)åVH†‘ž{R·q^ú "
b"PíC*\x03 Ñ@\f ÄÌÑzãÉlÍ "
b"""
Í\x0E .@‰\n
M\x15 ‚\x1F #YòÄê+
"""
b"‗\x7F\x12 ÂäáL▄ÅM\f ÏX┼║V "
b"Q8 ç4¸A¿·£m@'\x12 hý "
b"\x11 ”Y€ÝcOŒ¿Ã"\f ºª+g "
b"Û·Öe·®H:…ÝÀ\v\x00 ¦ôÿ "
b"""
\x1C ï½ïð\v @\x05 µ\n
E¨\x18 |Eœ
"""
b"£‚t÷\r EAŸ\x15 ¶¥ªøßJ "
b"}¨M¬fªK╬¡\x01\x1F ôÁ]ïØ "
b".‡ä*=ŒJ¥½M§ÐÈQ¿~ "
b"ç\x12 :C½-L\x04 ·ø„õõôìƒ "
b"g\x0E mÇ®\x10 MBŠ¡ÙѣŖû "
b"\x00 F†Ø÷`Iƒ‘õ.§È½¶@ "
b"†\x01 ú›¡DKU†H°Þ÷\x00 jX "
b"4¦)ìtxC|²þt¿!ì¬2 "
b"ÊÀèY¼WEW³_xÿ\t °èµ "
b"ŠZÂ\x00 Ò]H™uá\e c\x02 ¾@ "
b"""
ó\x16 é\x15 \n
JEu“‹z°IG_\x03
"""
b">Ë«÷ŒÞD?»â\f ?wFá\x05 "
b"\x05 Íç\x1A ØÝGÚ†\x16 ‹Õ›rß "
b"ñ¡ÞYÓmB¯¥mMÙ\x17 hþö "
b"&!ÆI‚M@µ”ŒÑ5¤ùb® "
b"▓û┤├Ã▒Nú\x03 =┴<\x12 ÇÉ "
b"åÿ0áPaK¾–ÿá\x03 …*¯c "
b"fÌœBžµEç«JÀ\x0F ”Ý³Š "
b"Ìl¦õGÞJj†6µßΚÊ\x12 "
b"keðN»ÓJƒ³Á\x10 7‚e\x00 Æ "
b"ù~XDx\x1D J\x05 ºÉÕ"à┌%B "
b"\x1A ŒÝü€ýGR£í¬¼iŸ¤S "
b"9æ\x11 ë°ÎLô¾È\t vÍ—›\x1D "
b"ý¢×\x03 ÈlO\x13 ¾Y‰e:³K… "
b"^ü(Ê+ÓLu╣º»æ,█XÝ "
b"«9Íá\x11 ªL/™\x13 VG/â\x1A u "
b"“÷ a·VBÚ„˜~‚8D…¾ "
b"Ì'cÄU\x11 Fð£Í¸f\x19 WŠÆ "
b"╠\x17 ÉU\v {Fð┐ß\v\f °·-Î "
b"┤B¶Ép\x14 G\x1F ¥Þþàë5¦® "
b"q9&ÑQãJH®¥:Ê$–\x06 $ "
b"@L<fªWK\x1F ½£Ý\x07 ‹\x08 :ï "
b"¥#e±D\x06 D\x04 …Òœ¬\×\x0F\v "
b"7C;æÂ:I‡¦¡‹Få¢X# "
b"Ô\x1E °Â"\x14 E9´ÌkéK\x1D ‰% "
b"ÕÇôx)\x18 Dû½s¬á\x11 —úA "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"•W9íä‹Jè¼QïFž\x1A ý¶ "
b"\x7F Hó72HU¾*B'ÔïR• "
b"B„<9ò\x0E O#¥™WWv°`Â "
b"""
Øû2i;˜EÖ¨–\n
¡É¿\t ×
"""
b"[Ð<^xxJ$¼7Q'3³\e i "
b"""
4½Ÿc£ìIu©µ$\x04 ë\x05 \n
\x03
"""
b"ê*§¼\x07 ¢LÑ\x1A ù—\f Œ8Ÿ "
b" ù¤\x1D 5×J€¦[ºÛ‰8¤i "
b"(Þ*BLBN0 ‡S‘óCÚW "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"Wñ‹\x00 #¾D\e °xJ\x00 ³\x17 ‘Ð "
b"ïÊ\t ¨ *Jn”ç˜"ñ\x15 vî "
b"hï('\x7F ¶K«²ÞÀÇåÎÁ\x1D "
b"’þaÈ]ŠD°²í|Õ\x01 p¿Í "
b"E±¹a¤¶H³ªÇ>óÕqã{ "
b"J1\e {F/CA¶Êª\x14\e xÎ\x17 "
b"(7ñ6üZNÚñ{Ç\x7F Þ:/$ "
b"Ø]§Îª#J#ºYÜË`┼┤\x1F "
b"úz³±│SI(ÖΡ0ßü79 "
b"\x15 'X\x0E ¥³A?‚z´\x15 Oî\t "
b"9àÕ°âþBå„+Tø®fŠ\x05 "
b"Õ1º\x17 ÈôN\v ŽÏ´=Ýi[b "
b"Æãþ\x08\x06 Ž@Ö·:íI\r ø¦® "
b"—Î<k?êG·«ß\x18 Õ\x08 éÍ6 "
b"¶Û”‚°\x18 JW»Pž7R\x0F ô\x10 "
b"\x01 nî\x08 é¢O%¼·ÈC\e BìC "
b"Àk^W\JE\x7F ½7\x02 Q; "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"\x08 JÕ\x17\x06\x05 H–›ôå\x02 yŒx\x04 "
b"ñ¦µŽ!¼Aу{$\x04 ÓŠ?Ð "
b"Å█d7²┌L\x12 Ä╚uå\x00 æn\x08 "
b"╗Åù¶±\x0E B·ë!X$&Ê"à "
b";C‹a\x00 ‚Kv‰Òó–c\x1C pÆ "
b" ┬u¦╦hKùï¹\f D\x0F )üÏ "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"ïÁTèsºBìÿ\v óVËõ\x1E o "
b"°*ÅJ_j@\x08 Üæ?\x1F\x16 ┌ƒ═ "
b"]w!ØÓ\x15 L\v ¼*ê7╚A°A "
b"XáV€¡pGlºd\x1C „Hƒï\v "
b"+\x02 vS‚¢@!‹f|`\x10 —®Z "
b"¦\x17\x00 øñH@A║IÓãÄ#ÁÅ "
b"û½TyG°G¸░Ø©æ21¶î "
b"^@ÓÓ^ÉHª°;Y\x01 [ï6Š "
b"ÊNÅy®:J¸┤øpÜ<H└O "
b"dhD\r |ÑEÌ•¥›°-vÏ… "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"ŸcQ\x14 <.I‘§\x1D ezŠòÆñ "
b"::ãr;åFłʪ\x1D èBÖ§ "
b"\x00 ãÉ-#LdªDîo1Ö5· "
b"^\x1D ªc\x06 M!«ÇãUM:–@ "
b"yÉÓ¦1ÞN\x08 ›%Áó±û\x7F d "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"ü¶├~>║Ga╗┴bdýıçy "
b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11 "
b"R‰É¬\x1E\x1A E%°(VkÏ2ÇØ "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"bý$÷ÙÞN?ŠÀ\x16 *öÇuG "
b"}╝¬\x1A gØE¸┐às╚;×=È "
b"\x01 —hl\x19 ¿uk™4‰wÈ¥\x08 Y "
b"ã$Ûs}┌B8É╚│\x04 ÖÝ─╬ "
b"hÞì^)ÝE/›\x01\x1F\t 'Px“ "
b"†ñó´úéJ[Œ2®º\x06 üØù "
b"êS½Gœ¬H¨…È[WÞ«â\r "
b"ó9Qê9u@³©]ÒË\x10 ,H› "
b"¬\x1F ®N<òJhìóOâLe\x16 ; "
b"\x1F ÑlÐoËBªì~}î̽ËÖ "
b"\x0E ®\x0E dE\x05 @‰¶|1Ìò\x07 8M "
b"\x06 Ì<!¾\x7F Ox¤†÷0Tu\x13 ” "
b"ûoF°\x1E áL\x0F ¼õ÷ô\x11 Þìñ "
b"""
à╔Ç¡ízFÂÄü\n
¹║┌åY
"""
b"z1\x18 ð\x03\v Gúû─Å░╠ÕÅô "
b"îV±\x17 Ê\x1D EÕª\x1E tÅ£\x1C ˆ¨ "
b"øx\x07 Û\x02 õLÃúaÈÉKÒ4å "
b"rf‗°\x10 ÂMc┤ؽú┴LpÜ "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"Äm\r c\x18 áMg–zªÀ¢ð‡< "
b"Ò)¾m\‘L+ õ,\x1A œh\x13 ä "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"É›\x06 ´‚fN¥°©¡è\qæx "
b"\x17 Úëó\x0F §BÌä÷èþâÏì¡ "
b"Ë\x10 ³2J\x14 O‘£¹<§ºÐªm "
b"I’TPè½B‹§KR£öHC\x15 "
b"¨ã\x14\x02 @@J³ƒkq`{ˆ¨– "
b"pªDy.¼E©ø┤»Ñ\r É!´ "
b"gÞmg0LK„‚éX«rš‚ô "
b"I°ƒ\x08\x12 ®Jhˆ°˜8\x7F 3\x08 — "
b"\r ®EªœßD\x00 ´šÎ¯vø…€ "
b"á│║feßJ\x1A Å\x7F x6o,\e\x7F "
b"jÕzNëíMdžØÛTo±\x01 È "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"Z‰yP\x0E ¸F7„];If\x16 ÄÝ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"ýœ\x07 “ÑVMû‰Wè\x19 H\x11 ¨\x12 "
b"└mA¸^ÄHüü\x13 "─¯JÚz "
b"Õ;\x15 $ç(OQì▄dAñ└╝| "
b"ÎYìÜä╦Bö░\x03 rCéj.D "
b"!\x1A 8À\t ¿K\x19 ì6øéÐ\f\x19 ¯ "
b"ôA¿œf\x05 O"…]™²f{vÎ "
b"ÅI\x14\x01 ‰JM—¥KNõG¦ƒ\x17 "
b"\x02 Gy\e E\x05 LhØ├@ó┬×ù├ "
b"®/<\x11 ±LGkŠ÷Ä]c†ž¼ "
b"Ê`…m@øAO¬#¾“\e Ÿiä "
b"xV@\x17 ï#Kù§‰2b™HrN "
b"Õ=ï\x18 ‡LJÁ‹"O¼\x07 UI\x00 "
b"j\x10 ©í\x18 [C\x10 µ#\x18 ºÿ¼G¯ "
b"âZ:L\x0F wH.’l"ˆ”¢ñÓ "
b"–‚º\x01 ±&FG¸¼^)ò?æÙ "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"å ‹â€HÑ §yJ_vt\n "
b"°ÚÕì&uK\x1E ¥ðü0doÈã "
b"ß\t\x11 j‚ïH\x1F –pœö\x1D nâë "
b"C]|K\x13 ¯BÈ™™X•\x18 VÀL "
b"ܼâW\v ÍB~›\x15 Ö\v ëpÂ\x06 "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"\v B@Þh¥F\x1F ¬™\x07 ‰¿7ù\x06 "
b"›ñÐ5bªD¿ˆÌ…·\x02 ü‚û "
b"ä┘┘cP\H█Æ(5NÞÅÂü "
b"ú3‘ɸ\x1A G\x1A ”ÈÔ\x1F Ð!˜R "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"—f\x0E óVWBR†¹\‚ܰ/- "
b"S1Ž«•™I”¿Ï,X\x01 é\x1C\f "
b"Z=à†¶‹MÁ«µ»+Q\x04 ÊÝ "
b"ÙØx—½lI¸ƒŒ5n¤e¸Í "
b"ÝÝÅ█¢HCMøÏ×╝\x04\x03 Ör "
b"V`\x0E\x14 »rL8£»[W‹Ò\x10 × "
b"´.L¯tü@\e ³O¥!âm—O "
b"T░┬F\x16 ¡LººÍnɧ°m³ "
b"Þ[†…&Œ@7·¬ç\x12 ajÃø "
b"""
øn´û†ýO\n
…TˆV`\x08 Ùz
"""
b"Q╔\x05 ]4┌@áú+5\x1E ìÔéC "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b"┌RÖT±çO9ÅÈ\x01 ±\t ÌøÙ "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"ÁÆ\x17 ³q\x0E @¶¥\f ×›ŒÊx( "
b"$K`0ÿýE)¤Ð\x15 ¾Pº"% "
b"""
Ì\n
w┬p\x19 F\x08 Å÷}┐╬\x18 @ó
"""
b"t¤˜P`6Dñ¯Úè\x1E\x12 #\x18 2 "
b"õÊ\x12 ôviMî¦ó‰g\x00 „\n \x10 "
b"ü¾¾\x18 ╠ƒN║¢¿\6P \x1F V "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"\x05 <e7+\x18 C\x19 ‚”½2rÅœ\x18 "
b"ü\x02 3º]:D╚è\x01 {[,▒i\x10 "
b""JxdˆyE3¸¥”³À§G” "
b"®›·žÄ*K¤€ü»-ÐTJz "
b"ôuW\\x0F ~HE£1+XZù—œ "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b"l’ð\x05 ÂLAr’ôð\x08 ´8þ "
b"\x13 8¡—°ÔAœŒgâ)¸Vçì "
b"\x05 2\x19 j0.D©“M`\x1E Ïñ<& "
b"–±ªÕ”ÕD\x01 ŒñU\x16 ¯‹m "
b"Ú\\x18 †\x19 ÉJ\x1A žX\x02 ISôî7 "
b"=b\e\x05 6\x10 M»░F²\x07 ãì┬╗ "
b"\x1D ÒÓóŠËCž“ó_eù·Ùt "
b"G^ˆ8]dFBŒ\x02 ¯^³ªÐ† "
b"Ë'©A»SId“ˆ•r«šs7 "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"ÉÈÈ¢·ÈB[œî*°]ká\x04 "
b"åí¯¡╝yB═ü]É}&}d3 "
b"ÿÌïg=ˆC\x10 ”þKìqJÞ¡ "
b"hââìguK,¦ô6e¬ù\r d "
b"Ë&+\x01 m.C`®\x7F ð%ûÂÐ+ "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"ÃpŸ]-ÑLf»é\x14 þîÂ\x03\x01 "
b""ÅWö·UL#€\x1A ˆç‡j&\x03 "
b"ÏN\x13 %=\x0F N4¦Ý`ï\x02 ”«‚ "
b"9¤™$¬ÓM!œ›k‘Ë\x16 ó "
b"ÏÄ/é\x0F wE\x03 ÀÓ°ÛµÅ\┴ "
b"L\x10 EË\x17 ÈKá´!Ë·ý}z\x13 "
b"?Õ’$›TA\x1F — O\x13 lúiå "
b"Šwd\x04 ò)A#°ùMæ–Ù>œ "
b"©Ò0ÓМAí¼€\x10 ¤ÝofÄ "
b"Ã>²ÙË\x03 L’º\iŠíº^5 "
b"*ëÆyYéI´¼¹qœ\x10 ¦ü¥ "
b"ú¤ É>{G³–Fë࢓êÊ "
b"ìkן4ÍAc µAÿF'K& "
b"„ÕÍ#õýEɵâǹÆâé– "
b"΢rÅq²@ „Ç©u©1\x19 î "
b"cÒ\f j'OK•¤\x12 qÐ4¿M« "
b"\t ¼\x02 ·šÂH}‰Ÿâb\x0F\x19 í$ "
b"¢\e CœÏKÄŽé\x00 ƧƇ5 "
b"""
®\n
─ô║¿McÅY&y%Ì\x06 §
"""
b"(É/Õç³M,ë\x07 y;³?º¹ "
b"v%Q>÷£Of®Ùø%ü*õ\x04 "
b"´eN‹yÐI~·5±Ó«l\x1A G "
b"""
×¾é¿\n
@Iz€O 8[SlÛ
"""
b"(þ\x06 ¡üsI(¦å‚jëëóu "
b"\e “ðùuTLê®ÁÒ,uï<\f "
b"ìXèµ\x03 ©O▄æJM.!\x1A ç½ "
b"?rÙ õjKǔɲ\e RÎŽ| "
b"Ù|®'ÚUB\x06 •\x10 ª18ÎÁ? "
b"_Ê\x1F ã*FØî\v èZ¼©û3 "
b"U\x16 èE©·H.”\x17 A¸\f Í“™ "
b"7ÉG„â¤HŽˆ8jÔ\x08 `EI "
b"œ?›\x05\x7F \r Kˆ…3¾À²$;S "
b"'øi\x07 )ùB°›]I÷¥•¾È "
b"\x01 ˜Ìq™³réšÜd\x13 F\t š\v "
b"&O<\x1C ÊÔOk•ë\Y¢\x05 ºS "
b"Úg§pC\x1E I§ˆSI”zÎ\x10 õ "
b"ULÉ9p’C|…Kñ©JÍY… "
b"çD¾ì\x03 ?FÒ¬‗└a\x03 ÚÔì "
b"/Ù\x06 QŠGB2º¦\t 'wx8û "
b"8óÛuQ,L-…\x19 2ß—\x04 îè "
b"Å┘└àZ╬@Áº\t s(c░Åh "
b"ˆ%\x04 '§7Nò¾ÍvÏcªSý "
b"wzÒQéoC~¦á©àéžV‰ "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"°„<Ci\x07 I*‹‘.\f ãÐòë "
b"¸Óì═┼\x1E A┤¡ü\x10 ;╬\x00 Qq "
b"“B¸±SöCj§\x1F ¬±Õ°:* "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"b¹\x0F h|&E/˜\x08 ÈÒ(Q<Ý "
b"»ccí²\x1D J®¥‡w!íIÐ0 "
b"43Ø>$hEj´”¦Ðb4C¢ "
b"jÛôSÆŽ@B§±®9"T(a "
b"ß\x07 ÕvN3Kù¾¦£×ó(I4 "
b"·ë®┌ÞZG[ü'£▓‗\x18 i\x19 "
b"¿û£V¬|HK“‘‘a£\x13 á\x04 "
b"\x11 |ó\x17 ÅiOºí®ª?nûÞå "
b"""
€¿~¯9\x18 L•ƒ\n
Nî\r ³¨÷
"""
b"rôó³Ê\x0E L7ƒ+3*Wzdt "
b"bÄ;`ñòNY¾\x02 ¢bÅ\x0E Šò "
b"lK└-ì}IòúlJk\e ¯Íí "
b"¬\v “t˜ŒD2§mœ\f ÒÄÇU "
b"7J‹\x12\x1E aEW¼½\x11 «‚ò'\x01 "
b"¬É\r U\x02 xMö¬Ù■æ²èyµ "
b"_Ç1Wß§CÁ„`•²P¼(Ê "
b")R1e–\x19 K.Š1%\x18\x1F 5Fá "
b"\x02\f 4\x15 êK@QŒøûË»VèÅ "
b"│w<ã╣═BÿÄHç´aÅ╝b "
b"ùs%˜ÙÌN\x07 «þ¶\x08\x19 .óQ "
b"–£KžëÜE“˜B›Dåõº~ "
b"_ÃNK]+JìŠuÏ\x14 N\x1C\x16 = "
b"?‚\x1D cµAMO“…›ç\x18 ðó[ "
b"ëd”\x1E G\x12 KÞŒÞÔkü0ÇŽ "
b"\x03 9Bב"C\ŽÌp‘N,˜{ "
b"“²ÌÇ\5Aœ·œ\f ]…ÊöL "
b"""
B1b9+°@ó¾P\n
o_])ø
"""
b" Ì¿j\r …JE´Ù<+\x1E\x01 Q± "
b"\x1F ŸØÜÿíJ0¥\x06 J–ÌCy\x10 "
b"6u\x10 ©²üGèÿÑ\x04\x03 §±-· "
b"æ”ââëËJ©™6†Ç¨bðº "
b"r║çTƒÄO\x19 üçcé[`\x18 É "
b"`¨D'q├O¬ê\x13 YìecÖz "
b"┼9 \x06 ûüD&è\x07 H4\x08 "2ë "
b",¼‹Ÿý\x00 HSŸ@“·æ\n ü6 "
b"JhºN%lI\x12 šÍåO¾ÿ‘¶ "
b"þÇtû├ƒL*ÅR═╚¹¯õÉ "
b"Ç\x10 ›‡ªEBÝ‹¦Å\x12 ¤<¾Ü "
b"q`ßLÂßA\x0F ¯¤D}\v í`á "
b"ªoý›ÜKGž±ùqAu@÷m "
b"É█VÏÿãE[Ö7S)!\x07 ╬M "
b"[xþ’&1H\x1E ¥\t ‰Ëõoˆ\x11 "
b"QÙÞ\x06 ¢ŒM\x1D °Ù(}á0{¹ "
b"L\v ·Åø—C\x17 ‡©'ÕýѦ' "
b"Œn¨]XëAó°Õ˜á§Vç… "
b"¦äxÉó\x0F G=▒¹u▒v▒╚L "
b"¹ÛÃ\Œ¬Dd°îÐÉ]ù:O "
b"gaÎÕçHH┌üµ÷Ü8,r} "
b"\x1F ¼‰EkÐE6•…\x1C ;÷Ø\x06\x17 "
b"õX_þÅ\x15 Fù╗e@\x0E\x01\x00 6m "
b"ŒÜÙ?Â\x15 K^ˆÜ\x15\x08 OÜËž "
b"?¹}åÌKKè¯\x08 „E·8š? "
b"çù\x13 _\v =C‰ŒïKïµñ·P "
b"»%²\x1F ø]F„€?•±”<Bì "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b" zeÂ\x06\x19 G&·ü㦃S‡E "
b"hÁm\x7F ¸NK"¼¸:â',0# "
b"""
\n
uı³ì┼J0ò«|B<¯^å
"""
b"žN¨/ã„A’´Üµ3©\x07 Us "
b"4\e øý»░M\x1D ìýrÂCC'0 "
b"e›˜3Ý9Bª¿(U¢@>K: "
b"Ç]ƒú\x19 ³Oæ„DBüçCÑü "
b"“ùíã\x0F ‡I÷¾9\x1F µƒÝÝz "
b"KÉÖ‰—ŽN“¡ñÒ/Ñ\x12 ·x "
b"""
XuÚ\n
AIGî»OsÛ!Å«}
"""
b"\x19 ¶o\x16 ¶\x15 CaŽÔBä8´É\x02 "
b"R"╦C└}DÍ¢ñ&┴åÉ═s "
b"‹\x11 Tý¯GØ´\x06 ŒcDu¯¨ "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"`y\t ¯ßb@ÅíÑÜj}äp| "
b"ò:¯╠╣WG┼ó┐\t uÞ"ü^ "
b"ÑÒ|¡\x1F ™IEг¸\x05 Ô<\x11\x02 "
b"z¢9%\e êM│ìep÷\x7F BÝ¢ "
b"ª?N«M@H\x00 òîï\x1E\x1C V®Å "
b"\r ›×«k\x1F Iˆ¸@0¦d+Œ- "
b"8\x05\x17 t■.K%╗\x08 ì#H´ûÝ "
b"\x1C E\x08 ß#eI\x0E œu\v vA|Õƒ "
b"À¢█¥\x01 ┴D²áÉpíYpmÈ "
b"H´=ÇjACª À»\x13\x11  "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"‰uY6^èCa¼\t q‡a\e íï "
b"¯Ö½þëDF•¿ëª}1‹Û_ "
b"ÃÛ@ƒ‚\x16 B\t • ã>û¸8W "
b"Ê\x06 æsÉÐC\r ‹ˆ1Ù\x1E JSü "
b"""
Þu·Å\x02 ÛO▓¿ûµ\n
f│L¿
"""
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"zÞV¬,"O¹Å,ûõÔ<\x10 > "
b"Câ·’5(K]ˆ’[T*ö¢\t "
b"óv‗Û▄CJ░ü\x12 <▒\x03 eý´ "
b"│■è\t ºlN°¢\x13 üèõV}` "
b"i»ÍSåÇDA®°£ëWÎW\x18 "
b"IåJÝý‚I4£%ýjZvG? "
b"Ø\e ¦»þÀC\x1D ‘\x06\x07 ^5š§Ü "
b"Ãç»L\x0E\f K\x10 ¯p@’ÅåH "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"8ÈþáÛhBž„¿-\x0F ÷Ï(Ñ "
b"Î>\x16 ÊÄ AØûI\x06 p\x12 ÷öó "
b"ÆÛTË">F¬‡m\v JuI\x16 ñ "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"£#ƵÝúKdÅÁ\x05 O#8²┬ "
b"߬ü\x1A ╗9J°ª0\x04\x05 ó¡àd "
b"M'¶\x1E o"N5§-ºÂ:ÙPÊ "
b"Šs½7±yG²š°Þ©…ÅoÁ "
b"r7è═Æ\x00 Fè┐\x18 K\x1A ì<E® "
b"""
Â:‹\n
»±GC¢^Í\x1D V\x08\x01 E
"""
b"Ó‰ü»^\x07 GM³¸ÇyðT¡= "
b"\x10 Tî½0\x10 A´›àÏ’4bPÜ "
b"qɺѪ\x0F OKÁ£▀n!z\x05 ╗ "
b"""
N\n
MÚ\x13 pJó§æ«\x01 «\t å)
"""
b"CñõðèjCÌ©ØO&╬v9Y "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"hõ'6¤’DYŒå¶H Œ(™ "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"\t\x18 ¿\x13 o9C\x15 ‹4X\x08 j…€è "
b"└i(½\x07 ▄FDô¼7Ø╣"#ó "
b"ÎwþíÂìJÔ▒ËÍ╩ÙÅÅ\x0E "
b"ÆÎºQ5\x15 OK€ÿ\x01 IÛX˼ "
b"$\x06 '©Å[H0žÜí‘Ú\x7F –* "
b"Ѳi\îÌEýü³^!)º^_ "
b"©\x03 :\x03 ▀²E}Ø]w‗ú┐\x7F ¯ "
b" ÊF\x16 ¥Ø@»¦ \x18 qO¨F\x02 "
b"ã´PAçßG½±û=ˆËH‰ "
b"Gag*ŠyFf”’ï\x1D þG™U "
b"¦Kþ+ôwG•‚¼ˆá\ßÏú "
b"xó‚`smJ\x05 ¶Ã…K\x03 œnb "
b"u╗1\x0E í£F»¼ó4\x12 └ÿbÅ "
b"aOñ†üœL¢¨\x18 n§¤\x06 ÿë "
b"\x1A ┤\e a¢´D\x1D ║Ø\v â─ú├c "
b"¦õ3N…ÎE°½NS‡$Ï\x1A ð "
b"L…\x1E HL\x17 D„¯Y§—2s\ü "
b"Ëô¨nwX@ϯ¿@8´ùW† "
b"ãNí©ÖÕM░Å▒K┐\x1F ?Ð╣ "
b"av╩\x11 Ó±A5à:·ÖJ#jü "
b"¯ô/J\v\x01 F\v Å9¶\x16 P°Go "
b"«UK|·FBr€ç\x0E ô?^:K "
b")Bg2ëÏOÛµPP0E{„Ð "
b"\x07 åÓWÌ\n Axª9y\r “3\x01\x00 "
b"Ùï§\x18 ß@iª°'GëüVÀ "
b",×Â!”±L:‰°-×òˆíí "
b"|┴·³ÃÅFñ£Éõ\~·0& "
b"WûÎgؼN\x00 ║q\x03 Q┬øÅf "
b"█÷<UàPI÷©|ëVìF³N "
b"ÐÊE2“ºMЃ&\x1E Cµq.S "
b"Ç„\x13 @#qAý—s°·]—þ^ "
b"Qü┌ô┤¨OøüÂ\x17 Äc[_ "
b"""
xë\n
©f4O¯‡éÓH9€\r „
"""
b"\x04 /&!ù°Jˆ‰B6É¡¢fÜ "
b"@:Á5JC/¢‡A•§·‘M "
b"¶—ùq\x01 ë@B›óDY\x15 _õ¹ "
b"×E┘&┌▄@³┐úÏ\x06 ì´Ö¥ "
b"ë╗õ°■EA(º╚@uèØ_: "
b"K\ú╦z\x1F D\x14 Éýfò~Þ8\x16 "
b"q+ì6¯íO˜¢.›HÜseH "
b"\x08 ┴{K\x1A ¾N\v ©ñNü?\x10 ð\x0E "
b"äÉ6`ShFѺ$RèÄU³│ "
b"“@¸y"ÏOäš¡\x07 ìOålÅ "
b"~PTQ\x1A eM0“\x11 1aR×ØÇ "
b"y┴┤B7¦JÚº╔¯\x13 ÉüR╚ "
b"pãéUx£I>¢\x07 Ϩ7¢âú "
b"kæ¶&▄ÒF\x03 ê\x1A ü0═Ýy\x04 "
b"ÛT`ýyYA—ˆìAKã”} "
b"TJ \x15 ”K@À…#›ïXJíÚ "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"ÕÓj[ÕED:•ãœA°Ê\f ¼ "
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"•'¡HŸK"“èô°œ\x07 îŽ "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"!¥8ÂCkKužÒNØG!Zx "
b"·ìÞ-=Ñ@ê–æw\x0F x§² "
b"Õlkö@`I7¡ù1\x11 /[øe "
b"Ø\e ├NþàHpúâpI╠\x03 ║³ "
b"/MÑ\x16 ;åFñ¥\x04 ÐÖô~û\x12 "
b"ÔšÂÿ#VO¤¬†Éœ†@…ó "
b",V½\x03 ‹\x17 IY›û!²^g×p "
b"\x7F Ùi0SÎND¥!ýÙ^dVÞ "
b"xößNʯEd»Q\x03 MvšÓù "
b"¯¢Ó¿ ìDûªÜ┘!/,Ýx "
b"^““oí¢DÙ†òÔ;\x04 -n "
b"Ï\f º0€æLŒ‘\x15 ¼±BWÒ\x10 "
b"#ÙŠ©c¡@I“'qäwƒža "
b"ëéh \x00 OBqøvzX\x13 9ì "
b"ÊûË\x05 §ÅL*üã¡Íý\x0F Ñ¢ "
b"‚\v\x18\x19 Úr@ú”Rn‰\v 拸 "
b"\x1F š\x13 «Ë•O³ˆì\x07 ¨4Gä2 "
b"³üÎw³ÚAS¸§ÂQ'3[\x04 "
b"´³│\x1D =╠DhºèÜÃì┴7" "
b"\x1D\x1C\x07 I …K~´Î|²\r à™û "
b"œcÚ)€—O\r –ž“ÍC¨f\x03 "
b"¬\x11 bµ(ê@gƒ—\x15\x11\x08 nÿ/ "
b"Ã╚{ÄWÅL\x13 ÂUã~²^]d "
b"Û0í]¶>H±‡Ô”\x0F }‘u\x10 "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b"‰ÀñiÀ»Kr¡J]GÀÌF "
b"Ê)ü\f æN“•õ¼álè\r \ "
b"מÈ?¿\n A÷ IL!cJ\x00 "
b"l`\x03 (7\x04 E"ótècÓì+è "
b"®ıãÚ\x02 .HïÜ\x14 ═-▀÷ÅÁ "
b"ªf\r \x1A ±¬OÑ’f2Ê\x10 ÞK "
b"µt†H5\v CV£–DRÒ¸\¬ "
b";\x1E PÍð╗L×òpEöM█ÜÅ "
b"fÖZ¹«\x03 JÅžs|\x04 ÿjm6 "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"»…·0y.GÒ—…:áì¥ët "
b"▒Ô╬º\f öM┘×▄\x1E nÚ{PØ "
b"─Æ@\x1D õ\x12 J-¼‗¶ØÂ=1╩ "
b"c-z\¸‚IÌ \x1A\x01\x12 é0…x "
b"└Ëö)áØ@5æ┬ÊàÅ9▀# "
b"‰ªßG²÷AÒ‰Û!\x01 ÿ©\x18 ³ "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"›½ŠÇ ÏD茗B\x04 VZè "
b"æUÌ4░`EIç\x19 êb±üE1 "
b"¤\x1A +IÔÄI9¡gÚTsy‡‰ "
b"\x18 fŸcÙŒJI“ƒEù\x05 o»& "
b"è\r ~F=J\x19 ü9\x19 @\x13 O\x1A ' "
b"¨ƒæ´µ¶D¨¬QÕ\x1C\x1A\x7F L† "
b"í¯\x1A\x15 ¦{@™…\x07 T£•\x04 Lœ "
b"GQ\x07 ¥¢½IG–\x06 }Š‹«]% "
b"""
4+peñXBìš Ó\n
B\x1D ™à
"""
b"þ>E~J±L·ìHÎ─ÓQqé "
b"aù/1#F¨Ÿ„\x05 v®3“ë "
b"~Ééé0:B\x04 ùY=═wl ý "
b"ÒúŸY\x19 -Nä‹8žlñÀt# "
b"_þº+TÛC“…+\x15\x02 £\x06 1¯ "
b"“n`óɳNF…úNQ±\e\x1D W "
b"\x1A æËØtDOX┐\x02 ´`¯è┴9 "
b"?R\f ▒/ØO°Ä@╚\x0E à┘│4 "
b"ƒr,Øö@LQñ╣Éoóc\x12 Ë "
b"Ù`ž\x08 F!D´·ôvV&gƾ "
b"Í<Í$DDD=¾]$Ò])áÖ "
b"a&=\x05\x18 ŒO\x14 ™ZLh¨ëÒ\x7F "
b":Eñ\x01 _ÑLË»‚C5\x01 ƒPô "
b"\x1F ”´üY@-‡`Œ¡a±ºÝ "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"x„,\x1F UøB£°ü¢)ɼš± "
b"sÈÈFú\x19 Nî¥GNˆÞCË\x7F "
b"€\x12 ¶½mBV„R)†¿\x1E ç "
b"§õ’¯,iJñ¾õDEÖ\x16 xÎ "
b"žŠî\x1C ó°Od™VàvÛ þ" "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"õzÑŸ¿WJ!²\x7F ÄN&ü*N "
b"X¡“³ßçKË¿\r q+(×r, "
b"æóú+Z¦EŠºv(-)ù]ª "
b"¢¯84%)F;™-AØU'\x0E Ä "
b"6wù\r ‚\t C|¦e\a=FFì "
b"BÔœUv\x07 GŲãó\‚»¦û "
b"f ║üeE@eñ╬pdÓ\e #\x12 "
b"kÏeLR<O¨╗oÉ©\x14 ο4 "
b"\x1A ¡S¸Â•L^‚b¿\x04 ªK*Î "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"Ãd><"û@Pšœ¡Å5Z\x1E ² "
b"\x02 `]ÊÛóOwƒÔ7\x7F æudØ "
b"êk/┴ü\x12 K+Ö▀pÌMwhw "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"Q#V=JøDüº±H┬┴C┴e "
b"{è-ø\x13 ËK\x01 ¥=¤p\x07 ¼ØP "
b"îÝ·‹O\x06 EW€NÍy£ƒMþ "
b"¬û}7Á┼MýØõ`▓Z+┘3 "
b"¢¾\x0F\x12 Ý´CJ§\x14 Ý£ÒnOÜ "
b"T¶ò]ùDù©¾oÍÅôŸ¹ "
b"\t\x0E ’X\x19 RE\x03 ‡‰ßâR›\x01 ’ "
b"\x1E B\x03 u4õG,ì\x01 Ä2&§²( "
b"õ–ôÛ–¹H\x19 ™ÐVñ\r kŠ "
b"«&!´U>OI¢QÄ\t\x08 f¨\x03 "
b"ÄÖ¶ï>IOqÉ║ÎÖ|\x7F ▀ "
b"\v sDO.®FÕ“\r r\x7F ï\x14 µà "
b"\x0E\f Wèã¢F7ë\x11\x7F ]óÉc═ "
b"o╚\x1C Ô▓üF\x04 ¥ç\x18 Ü]│n\x0F "
b""þGxò@©üN?ÐÕ\x08 ┤┌ "
b"‹Ü0ÀU·H—°"£ÃA\f\v | "
b"ß¼\x15 êÄ„K܈»³Î„Ú°F "
b"ùæávX8@˜¹¡h°Ùù¼æ "
b"=ƒI\x12 ±\x0F @¹¨ò³ï\x14 ðÚ "
b"Aøßó.OLÌü╩³╠‗4fG "
b"\f (Q▄r─KªÅâ®\x0F c\x1C N┼ "
b"¼=»/ʵA†®â»d·)I0 "
b"VÒ¥Žd9K*‘‡i¯ª#³ù "
b"2§»h░HFì│÷┘\x16 àÕ█z "
b"˜MV`ȃK£±„>‚á¹\x14 ¹ "
b"dUöÎ'ùK½³Ë«›„@\x18 Ê "
b" !´—3ÈN‹ž¥ý¯>nSÀ "
b"\x1F\x02 ¢HÈgNV–~®QXLÕ¤ "
b"\x1D ;~´)æD(╝?¹2\x00 þ=É "
b"ã®Àg“0E¢“KÑã…l&: "
b"÷Yt3â\x1E Au•$\x0E =ãè†Á "
b"""
Ööx\n
1…AB—L\x03 r¿(Ç\x7F
"""
b"ö°J╣\x02\x15 IUÉA\x1F ¯h╩Ð\x00 "
b"¤„Ž`ÝîJ\t ¯E'ýÑ…N¼ "
b"égªÝÅóEâ█├ ║Ù\x07 9 "
b"\x01\x0E »ôqØ@¦±É«r3œç• "
b"y]\x1F §¨IM]£ÒíÉÅ┘v6 "
b"\xîW¼7D\x17 ²\x04 B6ŒÙsz "
]
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 (0x36949D68BB624E08987224FD25EC190C , 0xF147C0DBD17246929F9D708A5E94E51C , 0x93948D7989B94ABBACB620E3C3A4EC2B , 0xEA51A149CC014BD481242AE65C0B1F7D , 0x073A1B5946C843948DB3DAE55AD4D8C2 , 0x9E854FCC08194421BB34FF19988AE0F9 , 0xC193C5C3677240BA8498CB282694A75A , 0xE15AFD92992D45B3B7347B5D6C46471B , 0x3E25EB40CC2C40A0ACA4681BD42E8E6A , 0x7629630D820F46E0A2CE0DF9294A55EA , 0x1C7DCB7DE7C641BE858F9E0B5CDDD164 , 0x370FFE3BA5FD4EA492D19F8BB482F6BC , 0xFF8733A7BC394AE798214336083C605A , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0x0198CC7F3E447214A848528DE060A0ED , 0xA002E63BB53B45EDA2AADA59424ED928 , 0xA827341D672D423D840758A1EFF12846 , 0x61EC67143FE44378A347496708ACE4F5 , 0xA3A3FB91815E40C48BCFDFAD9234DB23 , 0x1B2B24B76E1E4DB793D6CD9A322E8E64 , 0x018E3B42C7C64234BB3402CCDA3A3889 , 0xAA84C9A090DD44DE96C3ECBEDAF506EB , 0x81152C3787A148D4B16100936B96453D , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x517D44428CEF4A1CB308B14B595AC070 , 0x224646719CA8445684E02EC785FF051A , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xC25D7A0103174315BF9B488D8F4761E3 , 0x67797097E13F42EDA86257C71C427A28 , 0x40385D84E0FC4D6EA7D6E03F4CD695C8 , 0xA3E5D1801BCF4E73AB714E3361673727 , 0xD12ABE34043E4C20B600AB65142E8168 , 0xBA77C0763DFB47158760B6ADA7335C90 , 0x6C5CAB49E3A544C88A39669BAA30E5C5 , 0xE9A1731E6A6F40E2A364A623E2CB41E3 , 0x37C2B80596794C5CB601008C11664601 , 0x5F16FDC9CD044A7AA2DC8D6B63B54282 , 0xE4789D72D5C244A98AF0528F0118228F , 0x5426C6A5EB4246E08639ED936A4101AE , 0xC5CCCCC7263E414E8FEDB14C411ADF61 , 0x3ADE1E3463C54E74A738660D06797DEF , 0x4633EC13DA664845AA7E3659B8411011 , 0x1B9007BF248F4BFE97E9C50940183B4A , 0xFF4762684F2E4D498CE7BE3F1973DAD2 , 0x751D32FB0F474628B5C20DA9B160CD3F , 0x837EBDD2A0D14CE29B1475DA71930FF4 , 0x40F140D4B34C4CB9BB712059869EBB52 , 0x1019C35382624FAAADB3A994C768F138 , 0x562927BC78874C0C82C007C7A2A591B7 , 0xFA9A145DF22D466B96BCC1360CB87177 , 0xD6FAAC7CDC84449996627E8948B985D9 , 0x33997CDD7B564DE09F5E8A56DDC4D911 , 0x4ADDBEF0CD4B4170B5F642DED172BDF1 , 0xEEE45F5AC20E4CE7A6EAD3ED46DBF544 , 0x4C50F7C089D04E7AB88E5EA33C5E7FF9 , 0x79D2F91FE3A44CB69664C720D0BCBB3C , 0x0A522654F8A846B0B96B861B7DCA0DBE , 0x28C3F5F9818146B897C51856F442DF98 , 0xF3D4EED7F3924E0790A077DF968CFE9D , 0x8F576EE93F3B41F290C1326DA81AB9FD , 0xE4DD7FD0989647C8992F5460984B5E7D , 0x58370C4033EB46FC8F8AC14508192BCB , 0xF4C112A32B344491B74F59D7A1223E89 , 0x69E92375BB6648E7835771FE8C6C9E9E , 0x494ED93568FD42DC86A8E0340F0DC570 , 0x53C501E2CF41496FA9A42EEA47C355AF , 0x9387ACB13A7642208F7F6AD8F453E41A , 0x592C8C118FD34494B2F8A1E7017C4208 , 0xB96F2E122D4B499FB4FD057B03A964BA , 0x905EB35C7E7F4A26B89C6F3A8AFA2771 , 0xB1392737DB6E444D8CC9DCEDEAF683AC , 0x6EB4EB75EB0446D09D8B22CADE0ABABF , 0x6F8394B87A1D447CA2D59221198C6689 , 0xD8A8542B78F6473A99F468FE2B2AEC50 , 0x6DAE503F926B45E4852B934306D8C1E7 , 0xA2B358B0330A4019B3DE9B2E38D11753 , 0xA30AB8A9979644639A6C8FA69703B204 , 0x4AFEDFFF42EC404F942D99B202FE2570 , 0x076C79D527BE40A9BCCFEF2E0F3BD78F , 0xCCCE86F4B9CF4642AA9BD0E679C4046A , 0xCAFE3CF58D354CD2BAE220E75FC4F7DC , 0x0479080E315E4D1CAF8E7132ACFB851B , 0xAE4A278B077744B7A11825BD1A3B3F39 , 0x6B7AE37BB6924E0ABA23FC8F474BF0D7 , 0x8D1E147F008D40F5BA902C23610374FC , 0x153BA4123F1D4E7AB3701C4C247E8CEB , 0x7C2F6A277A824CC3AF806DD8F4BE69CA , 0xF457C6C3ADEE40E1A2751A7FEDA982D4 , 0xD3C48F9C4F9E472FA8FE37B2ADB15ECF , 0x988D2728096D477EBA6F4A5AAE31B2E2 , 0xC0DCCAF2A0F440BAA9B15B812F568A2A , 0xB74A81E4EFFE49D4BC01145236DFD3ED , 0x118BCDA450A541B884EF1E4B04C1D735 , 0x5BCDA1E160AE421A884F558C62C2E8C3 , 0x9355F61CD2C348D4839DD4FB4A56ED9D , 0x81F4EBCC27E64C109B538604BFA82681 , 0x4F19CD13CFB4473EA37629E4685513DE , 0xBCC6FB924E354352A7C6CBB30DDCEB92 , 0x4EDC4F21C278414993737B350D65CE9D , 0x0E84F6FA58AB4EAEBF41B8AB6EF8D9E9 , 0x052388E521924BE5B516A16753A405E8 , 0x60806EF4B7C84FB1818EE72AAB3CF399 , 0x07002A8C74F74F0BB5ED85D8A59E875B , 0x646611B105CD4F58A2CA652C91DF2975 , 0x7B7A2950FC9C40349E80C9AA7C5875FC , 0x8EDE056CDE8749CABBEE22C6D1787B58 , 0xD0A545A4B3564E5D8AAF40A64147E12F , 0xEA4CF2C51D6B48F3944BA7A723157867 , 0x7AF032A021EF4B759B2772502E148A25 , 0xEF4B1BE7F6AD45388A160A76925EA718 , 0x34576B5E7336424388602C64E1B70A4B , 0x4570100A52C74FB0B920361946661659 , 0x48E693CFBC6F47DF8ECBC7E6AC14F8E6 , 0x8A19AD93ED8047229F77BFCB46708669 , 0x334DE21BE7F441CAB22D6D829E36CFC5 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0x73FC59C20EF14BF991EE1C4150AD9E1B , 0x934A18065A6440DB91826005B68EF7E9 , 0x4B5AA678C9E2466697B83AA7F9E05E51 , 0x32D098FE45784BF28FE5069E50957AC4 , 0x7D10815434A044B29FDBFB7B7488048B , 0x3CEB37A732424262915D394BDED5A67B , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xE4C447705DC748898A91333368D75B73 , 0xE0B6680EE6684E948069AF0D6D72C2CE , 0xE293E96FFBDB4271B54F58053533EBAD , 0x09F5ABA97B0348ED953A7BBF6793B6EB , 0xAF02AF284A1E4340A9D65710EC0F692A , 0x13E149CB12EC4E5281BE122F1E58D19A , 0x28A4C8E552A6493A8CD35265882C0508 , 0xE10AAF1F02BC4AB78EFC0C843D627033 , 0x0915E163618F4F03A11194AD746E0FAB , 0xA53F0AD1B85B4337812F02415AABFAB8 , 0x16AAFFE7830641989A230BFCB876AF95 , 0xBC64A70A35A6418D817E62896EBE84C3 , 0x91C10139F3F946DD995878D8E2922800 , 0x3084543115D3461F8706A53EA1608DEB , 0x3506F429E5564886919E7B52B7715EFA , 0x50A1432A03A5400C8EDEA57AC6906CD6 , 0xCD0E2E40890A4D15821F2359F2C4EA2B , 0xF27F12B684A04CDC8F4D0CD858C5BA56 , 0x513820E734B841BFB7A36D40271268FD , 0x11945980DD634F8CBFC3220CBAAA2B67 , 0xDBB7D665B7AE483A85DDC00B00A6F4FF , 0x1CEFBDEFF00B4005B50A45A8187C459C , 0xA38274ADF70D45419F15B6A5AAF8DF4A , 0x7DF94DAA66A64BCEAD011F93B55D8B9D , 0x2E87E42A3D8C4AA5BD4DA7D0C851BF7E , 0xE7123A43BD2D4C04B7F884F5F5F4EC83 , 0x670E6DC7AE104D428AA1D9D1A3C596FB , 0x004686D8F760498391F52EA7C8BDB640 , 0x8601FA9BA1444B558648B0DEF7006A58 , 0x34A629EC7478437CB2FE74BF21ECAC32 , 0xCAC0E859BC574557B35F78FF09B0E8B5 , 0x8A5AC200D25D4899AD75E11B6302BE40 , 0xF316E9150A4A4575938B7AB049475F03 , 0x3ECBABF78CDE443FBBE20C3F7746E105 , 0x05CDE71AD8DD47DA8616208BD59B72DF , 0xF1A1DE59D36D42AFA56D4DD91768FEF6 , 0x2621C649824D40B5948CD135A4F962AE , 0xB296B4C3C7B14EC7A7033DC13C128090 , 0xE5FF30E150614BBE96FFE103852AAF63 , 0x66CC9C429EB545E7AB4AC00F94DDB38A , 0xCC6CA6F547DE4A6A8636B5DFCE9ACA12 , 0x6B65F04EBBD34A83B3C11037826500C6 , 0x977E5844781D4A05A790E52285DA2542 , 0x1A8CDDFC80FD4752A3EDACBC699FA453 , 0x39E611EBB0CE4CF4BEC80976CD979B1D , 0xFDA2D703C86C4F13BE5989653AB34B85 , 0x5E8128D22BE04C75B9A7AF912CDB58ED , 0xAB39CDE111AA4C2F991356472FE21A75 , 0x93F72061B75642DA84987E82384485BE , 0xCC2763C4551146F0A3CDB86619578AC6 , 0xCC1790550B7B46D0BFE10B0CF8FA2DD7 , 0xB442F4907014471FBEE8E7858935DDA9 , 0x713926D151E34A48AEA53ACA24960624 , 0x404C3C66AA574B1FBDA3DD078B083AEF , 0xA52365B14406440485D29CAC5CD70F0B , 0x37433BE6C23A4987A6A18B46E5A25823 , 0xD41EB0C222144539B4CC6BE94B1D8925 , 0xD5C7F478291844FBBD73ACE11197FA41 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0x955739EDE48B4AE8BC51EF469E1AFDB6 , 0x7F48C3B337324855BE2A4227D4EF5295 , 0x42843C39F20E4F23A599575776B060C2 , 0xD8FB32693B9845D6A8960AA1C9BF09D7 , 0x5BD03C5E78784A24BC37512733B31B69 , 0x34BD9F63A3EC4975A9B52404EB050A03 , 0xEA2AA7BC07A24CD1AD1AF9970C8C389F , 0xA0F9A41D35D74A80A65BBADB8938A469 , 0x28DE2A424C424E30A0875391F343DA57 , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0x28916ADF88504C208540D811B87234CB , 0x57F18B0023BE441BB0784A00B31791D0 , 0xEFCA09A8202A4A6E94E79822F11576EE , 0x68EF28277FB64BABB2DEC0C7E5CEC11D , 0x92FE61C85D8A44B0B2ED7CD50170BFCD , 0x45B1B961A4B648B3AAC73EF3D571E37B , 0x4A311B7B462F4341B6CAAA141B78CE17 , 0x2837A436815A4EE9A47B807FE83A2F24 , 0x9D5DF5D7A6234A23A7599AD360C5B41F , 0xA37AFCF1B353492899D7AD30E1813739 , 0x1527580EA5B3413F827AB4154FEE09A0 , 0x39E0D5B0E2FE42E5842B54F8AE668A05 , 0xD531BA17C8F44E0B8ECFB43DDD695B62 , 0xC6E3FE08068E40D6B73AED490DF8A6AE , 0x97CE3C6B3FEA47B7ABDF18D508E9CD36 , 0xB6DB9482B0184A57BB509E37520FF410 , 0x016E8C0882BD4F25ACFAD4431B428D43 , 0xC06B5E575C4A457FBD37EF869C02513B , 0x513AB9793DD541E6A6DFF9033F99756F , 0x75950F9A8A9E479799900E82895BD54D , 0x084AD517060548969BF4E502798C7804 , 0xF1A6B58E21BC41D1837B2404D38A3FD0 , 0x8FDB6437FDDA4C128EC8758600916E08 , 0xBB8F97F4F10E42FA8921582426D22285 , 0x3B438B6100824B7689D2F396631C70C6 , 0x20C275DDCB684B978BFB0C440F2981D8 , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0x8BB5548A73A7428D980BA256D3E41E6F , 0xF82A8F4A5F6A40089A913F1F16DA9FCD , 0x5D77219DE0154C0BAC2A8837C841F841 , 0x58E15680A170476CBA641C844883EF0B , 0x2B02765382A240218B667C601097AE5A , 0xDD17009BA4484041BA49E0C68E23B58F , 0x96AB547947F847F7B09DB8913231F48C , 0x5E40D3D35EC948AAB03B59015BEF368A , 0xD24E8F79A93A4AF7B49B709A3C48C04F , 0x6468440D7CD145CC95A59BB02D76CF85 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x9F6351143C2E4991A71D657A8AF2C6F1 , 0x3A3AE3723BE546C582CAAA1DE842D6A7 , 0x0020C6902D234C64A6448C6F319935FA , 0x5EAD1DAA63064D21ABC7E3554D3A9640 , 0x79C9D3A631DE4E089B25C1F3B1FB7F64 , 0xBD9B273F45AC40478A3165D9F8580223 , 0x81F4C37E3EBA4761BBC16264ECD58779 , 0x98428DAB5B8045BCBCBE767DD35FD311 , 0x5289C9AC1E1A4525B028566BCF32C7D8 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0x62FD24F7D9DE4E3F8AC0162AF6C77547 , 0x7DBCAA1A679D45F7BF8573C83B9E3DD4 , 0x0197686C19BF756B99348977C8A50859 , 0xC624EA737DDA423890C8B30499EDC4CE , 0x68DEEC5E29DD452F9B011F0927507893 , 0x86F1F3B4FAE94A5B8C32AEBA06FCD8F9 , 0xEA53BD479CAC48A885C85B57DEABE20D , 0xF33951EA397540B3A95DD2CB102C489B , 0xAA1FA94E3C954A688DA24F834C65163B , 0x1FA56CD16FD342A68D7E7D8CDEABD399 , 0x0EAE0E6445054089B67C31CCF207384D , 0x06CC3C21BE7F4F78A486F73054751394 , 0xFB6F46B01EE14C0FBCF5F7F411DEECF1 , 0x85C980ADA17A46B68E810AFBBADA8659 , 0x7A3118D0030B47A396C48FB0CCE58F93 , 0xEE56B117CA1D45D5AA1E74C5A31C88A8 , 0x9B7807EA02E44CC7A361D4904BE33486 , 0x7266F2F810B64D63B49DABA3C14C709A , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0xC46D0D6318E14D67967AAAC0A2F0873C , 0xD229BE6D5C914C2BA0F52C1A9C6813E4 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x147C921683254C869D791B762F581652 , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xADF28C1B866641CA80805EDA0F657E47 , 0xC99B06B482664EA5B0A9A1E85C71E678 , 0x17E989A20FF542DE84F68AE783D88DAD , 0xCB10B3324A144F91A3B93CA7BAD0AA6D , 0x49925450E8BD428BA74B52A3F6484315 , 0xA8E3140240404AB3836B71607B88A896 , 0x70A644792EAC45B89BB4AFA50D9021EF , 0x67DE6D67304C4B8482E958AB729A82F4 , 0x49B0830812AE4A6888B098387F330897 , 0x0DAE45AA9CDF4400B49ACEAF76F88580 , 0xA0B3BA6665E14A1A8F7F78366F2C1B7F , 0x6AD57A4EEBED4D649ED8DB546FB101C8 , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x5A8979500EB84637845D3B496616C4DD , 0x882A0D90845C46C9BB019659A615F235 , 0xFD9C0793D1564DFB8957E8194811A812 , 0xC06D41F75E8E4881811322C4EE4AE97A , 0xE53B152487284F518DDC6441A4C0BC7C , 0xD7598D9A84CB4294B0037243826A2E44 , 0x211A38B709A84B198D369B82D10C19EE , 0xF441BF9C66054F22855D99B2667B76CE , 0xC5491401894A4D97A54B4EF547A68317 , 0x0247791B45054C689DC340A2C29E97C3 , 0xAE2F3C11B14C476B8AF7C45D63869EBC , 0xCA60856D40F8414FAC23BE931B9F69E4 , 0x78564017EF234BF9A78932629948724E , 0xD53DEF18874C4AC18B224FBC07554900 , 0x6A10A9ED185B4310B52318BAFFBC47AF , 0xE25A3A4C0F77482E926C228894A2F1D3 , 0x9682BA01B1264647B8BC5E29F23FE6D9 , 0xD398C2DDEBC444F6A74DC3133125987F , 0xE520AD8BE28048D1A0A7794A5F76740A , 0xF8E9E58D26754B1EBED08130646FD4C6 , 0xDF09116A82EF481F96709CF61D6EE2EB , 0x435D7C4B13AF42C8999958951856C04C , 0xDCBCE2570BCD427E9B15D60BEB70C206 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0x0B4240DE68A5461FAC990789BF37F906 , 0x9BF1D03562AA44BF88CC85B702FC82FB , 0x84D9D963505C48DB9228354EE88FB681 , 0xFA3391C9B81A471A94C8D41FD0219852 , 0x004B11B664424995968A6294D4EA4AE7 , 0xBAAF0501442649A780E5481B2D0CA46D , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x6AC99B6A187A49D0962E40890AC916F7 , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0x97660EF35657425286B95C82DCB02F2D , 0x53318EAB95994994BFCF2C5801E91C0C , 0x5A3DE086B68B4DC1ABB5BB2B5104CADD , 0xD9D87897BD6C49B8838C356EA465B8CD , 0xEDED8FDBBD48434D9BD89EBC04039972 , 0x56600E14BB724C38A3BB5B578BD210D7 , 0xB42E4CAF74FC401BB34FA521E26D974F , 0x54B0C24616AD4CA7A7D66E90F5F86DFC , 0xDE5B8685268C4037B7ACE712616AC3F8 , 0xF86EB4FB86FD4F0A855488566008D97A , 0x51C9055D34DA40A0A32B351E8DE28243 , 0x5C03EB1DC4C44395918697871B76824E , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0xDA529954F1874F398FD401F109DE9BEB , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xC1C617B3710E40B6A50CD79B8CCA7828 , 0x244B6030FFFD4529A4D015BE50BA2225 , 0xDE0A77C2701946088FF67DBFCE1840A2 , 0x74A49850603644F1AFDAE81E12231832 , 0xF5CA12F476694DEEA6F3896700840A10 , 0x81F3F318CC9F4EBABDA85C3650FF1F56 , 0x481078A8A1154B838281D129F2C084CB , 0x053C65372B1843198294BD3272C59C18 , 0x810233A75D3A44C88A017B5B2CB16910 , 0x224A786488794533B8A594B3C0A74794 , 0xAE9BB79EC42A4BA480FCBB2DD0544A7A , 0xF475575C0F7E4845A3312B585AF9979C , 0x29424506F7C34F70A500C369ECDEA554 , 0x6C92F005C24C417292F4F0AD08B438FE , 0x1338A197B0D4419C8C67E229B856E7EC , 0x0532196A302E44A9934D601ECFF13C26 , 0x96B1AAD594D544018CF15516AF8B6D20 , 0xDA5C188619C94A1A9E58024953F4EE37 , 0x3D621B0536104DAFB046FD07C68DC2BB , 0x1DD2D3F38ACB439E93F35F65F9B7D974 , 0x475E88385D6446428C02AF5EB3AAD086 , 0xCB27A941BB53496493889572AB9A7337 , 0x7E343212F7D849278D9336A7FE9D2D83 , 0xC9C8C8A2B7C8425B9CEE2AB05D6BE104 , 0x86A1EEADBC7942CD815D907D267D6433 , 0xFFCCEF673D88431094FE4BEC714ADEA1 , 0x68E2E2EC67754B2CA6F43665ACF90D64 , 0xCB262B016D2E4360AE7FF025FBC2D02B , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0xC3709F5D2DD14C66BBE914FEEEC20301 , 0x22C557F6B7554C23801A88E7876A2603 , 0xCF4E13253D0F4E34A6DD60EF0294AB82 , 0x39A49924ACD34D219C9B6B91CB16F3A0 , 0xD88E2F820F774503B7E0F8EAE68F5CC1 , 0x4C1045CB17C84BE1B421CBB7FD7D7A13 , 0x3FD592249B54411F97204F136CFA69E5 , 0x8A776404F2294123B0F94DE696D93E9C , 0xA9D230D3D09C41EDBC8010A4DD6F66C4 , 0xC33EB2D9CB034C92BA5C698AEDBA5E35 , 0x2AEBC67959E949B4BCB9719C10A6FCA5 , 0xFAA4A0C93E7B47B39646EBE0A293EACA , 0xEC6BD79F34CD4163A0B541FF46274B26 , 0x84D5CD23F5FD45C9B5E2C7B9C6E2E996 , 0xCEA272C571B2402084C7A975A93119EE , 0x63D20C6A274F4B95A41271D034BF4DAB , 0x09BC02B79AC2487D899FE2620F19ED24 , 0xA21BAD439CCF4BC48EE900C6A7C68735 , 0xA90AC493BAA84D638F59267925DE06F5 , 0x28902FE587FC4D2C8907793BFC3FA7FB , 0x7625513EF69C4F66A9EB9B25812AE404 , 0xB4654E8B79D0497EB735B1D3AB6C1A47 , 0xD7BEE9BF0A40497A804FA0385B536CDB , 0x28FE06A1FC734928A6E5826AEBEBF375 , 0x1B93F0F975544CEAAEC1D22C75EF3C0C , 0x8D588AE603B84FDC914A4D2E211A87AB , 0x3F72D920F56A4BC794C9B21B52CE8E7C , 0xD97CAE27DA5542069510AA3138CEC13F , 0x5FF0D21FC62A469D8C0B8A5AACB89633 , 0x5516E845A9B7482E941741B80CCD9399 , 0x37C94784E2A4488E88386AD408604549 , 0x9C3F9B057F0D4B888533BEC0B2243B53 , 0x27F8690729F942B09B5D49F7A595BEC8 , 0x0198CC7199B372E99ADC641346099A0B , 0x264F3C1CCAD44F6B95EB5C59A205BA53 , 0xDA67A770431E49A7885349947ACE10F5 , 0x554CC9397092437C854BF1A94ACD5985 , 0x8744F38D033F46E3AAF2C06103E9E28D , 0x2FD906518A474232BAA60927777838FB , 0x38F3DB75512C4C2D851932DF9704EEE8 , 0x8FD9C0855ACE40B5A709732863B08F68 , 0x88250427A7374EF2BECD76CF63AA53FD , 0x777AD251E96F437EA6E1A9E0E99E5689 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0xB0843C436907492A8B912E0CE3D0F2EB , 0xF7E08DCDC51E41B4AD81103BCE005171 , 0x9342B8B153F6436AA71FACB1D5B03A2A , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x62B90F687C26452F9808C8D228513CDD , 0xBB6363EDB21D4AAEA5877721ED49D030 , 0x3433D83E2468456AB494A6D0623443A2 , 0x6ADBF453C68E4042A7B1AE3922542861 , 0xDF07D5764E334BF9BEA6A3D7F3284934 , 0xFA89A9DAE85A475B81279CB2F2186919 , 0xBFFBA356AC7C484B93919161A313E104 , 0x117CA2178F694FA7A1A9A63F6E96E886 , 0x80BF7EAF39184C95830A4EEE0DB3A8F7 , 0x72F4F3B3CA0E4C37832B332A577A6474 , 0x62C43B60F1F24E59BE02A262C50E8AF2 , 0x6C4BC02D8D7D4995A36C4A6B1BEED6A1 , 0xAC0B9374988C4432A76D9C0CD2C4C755 , 0x374A8B121E614557BCBD11AB82F22701 , 0xAA900D5502784D94AAEBFE91FD8A79E6 , 0x5FC73157DFA743C1846095B250BC28CA , 0x2952316596194B2E8A3125181F3546E1 , 0x020C3415EA4B40518CF8FBCBBB56E8C5 , 0xB3773CC6B9CD42988E4887EF618FBC62 , 0xF9732598D9CC4E07ABFEB608192EF351 , 0x96A34B9EEBDC459398429B44E5F5BA7E , 0x5FC34E4B5D2B4AEC8A75CF144E1C163D , 0x3F821D63B5414D4F93859BE718F0F35B , 0xEB64941E47124BDE8CDED46BFC30C78E , 0x033942D79122435C8ECC70914E2C987B , 0x93B2CCC75C35419CB79C0C5D85CAF64C , 0x423162392BB040F3BE500A6F5F5D29F8 , 0xA0CCBF6A0D854A45B4D93C2B1E0151B1 , 0x1F9FD8DCFFED4A30A5064A96CC437910 , 0x367510B8FD81478A98A50403F5F12DFA , 0xE694E2E2EBCB4AA9993686C7A862F0BA , 0x72BA87549F8E4F19818763825B601890 , 0x60F9442771C34FAA8813598D6563997A , 0xC5392006968144268A07483408223289 , 0x2CBC8B9FFD0048539F4093B7E60AFC36 , 0x4A68BA4E256C49129ACDE54FBEFF91B6 , 0xE7807496C39F4C2A8F52CDC8FBEEE490 , 0xC7109B87AA4542DD8BA6C512A43CBEDC , 0x7160DF4CC2DF410FAFA4447D0BED60E1 , 0xAA6FFD9BDC4B479EB1F971417540F76D , 0x90DB56D898C6455B993753292107CE4D , 0x5B78FE922631481EA50989CBF56F8811 , 0x51D9DE06A28C4D1DB0D9287DE1307BB9 , 0x4C0BB7C5F897431787A927D5FDD1A627 , 0x8C6EA85D58EB41F3B0D598E1A756E785 , 0xDD847890A20F473DB1FB75B176B1C84C , 0xB9DBC35C8CAC4464B0EED0C95DF93A4F , 0x6761D7E5874848DA81E6F69A382C727D , 0x1FBC89456BD0453695851C3BF7D80617 , 0xE4585FE78F154697BB65400E0100366D , 0x8CDCD93FC2154B5E88DC15084FDCCB9E , 0x3FB97DE5CC4B4BE8AF088445B7389A3F , 0xE7F9135F0B3D43898CEF4BEFB5F1B750 , 0xBB25B21FF85D4684803F95B1943C42EC , 0x79E9D5F3F1014E72AA38235A8861780C , 0x6BFC1158030244D69DBE85610CF72B40 , 0x207A65C206194726B7FCE3A683538745 , 0x68C16D7FB84E4B22BCB83AE2272C3023 , 0x0A75D5FC8DC54A3095AE7C423CEE5E86 , 0x9E4EA82FE3844192B4DCB533A9075573 , 0x341B9BECAFB04D1D8DEC72B643432730 , 0x659B9833DD3942AABF2855A2403E4B3A , 0xC75D83FA19B34FE6844442FCE743D1FC , 0x93F9EDE30F8749F7BE391FB583DDDD7A , 0x4BC9D689978E4E93A1F1D22FD112B778 , 0x5875E90A4149478CAF4F73EA218FAE7D , 0x19B66F16B61543618ED442E438B4C902 , 0x5222CB43C07D44D6BDA426C18690CD73 , 0x8B1154FDAFAD47D8B4068C634475AFA8 , 0xA4A8C86177954121A5C1D21756B47A2B , 0x302C26630EE74FF28738A844ED269886 , 0x607909EEE162408FA1A59A6A7D84707C , 0x953AEECCB95747C5A2BF0975E822815E , 0xD1D27CA11F9949458AB3B805D43C1102 , 0x7ABD39251B884DB38D6570F67F42EDBD , 0xA63F4EAE4D404800958C8B1E1C56A98F , 0x0D9BD7AB6B1F4988B84030A6642B8C2D , 0x38051774FE2E4B25BB088D2348EF96ED , 0x1C4508DF2365490E9C750B76417CD583 , 0xB7BDDBBE01C144FDA09070A159706DD4 , 0x48B43DC76A4143AAA0C0BB1311EEAAB0 , 0x2070C1C33600459DB6737C6F3F590C27 , 0x449941BBDC124DA9934AEA8639AEB553 , 0x897559365EE84361BC097187611BEDEF , 0xAFD6BDFEEB444695BFEBAA7D318BDB5F , 0xC3DB40838216420995A0E33EFBB83857 , 0xCA06E673C9D0430D8B8831D91E4A53FC , 0xE875FA8F02EA4FB2A896E60A66B34CA8 , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x61DEBDA1020043959AA497CAD8711D71 , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x7AE856AA2C224FFB8F2C96E4E23C103E , 0x43E2B79235284B5D88925B542AF6A209 , 0xA276F2EADC434AB081123CB10365ECEF , 0xB3FE8A09A76C4EF8BD13818AE4567D60 , 0x69BBCD53E5C74441AEB0A3EB57CE5718 , 0x49E54ADDFD824934A325FD6A5A76473F , 0xD81BA6BBFEC0431D9106075E359AA7DC , 0xC3E7BB4C0E0C4B10AF704092C5E5AD48 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x38C8FEE1DB68429E84BF2D0FF7CF28D1 , 0xD73E16D28EFF419D9649067012F694A2 , 0xC6DB54CB223E46AC876D0B4A754916F1 , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x9C2392E6EDA34B648FB5054F2338FDC2 , 0xE1AA811ABB394AF8A6300405A2AD8564 , 0x4D27B61E6F224E35A72DBAC23AD950CA , 0x8A73BD37B17947B29AB0DEA985C56FC1 , 0x72378ACD9200468ABF184B1A8D3C45A9 , 0xC23A8B0ABBB14743A25ECD1D56080145 , 0xD389FCBB5E07474DB3B8C779F054A13D , 0x1054EEBD301041B49BE0CF92346250DC , 0x7190A7A5A60F4F4BB59CDF6E217A05BB , 0x4E0A4DDA13704AF3A7E6AB01AB09E529 , 0x43A4E4D08A6A43DEB89D4F26CE763959 , 0xE268901044D74F4997C8798505FDEA63 , 0x68F52736A49244598CE5B648A08C2899 , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x0918BF136F3943158B3458086A8580E8 , 0xC06928AB07DC464493AC379DB92223A2 , 0xD777E7A1B68D4AE2B1D3D6CAEB8F8F0E , 0xC6CEBA5135154F4B80FF0149DB58CBBC , 0x240627A9C55B48309EDCED91DA7F962A , 0xA5FD695C8CDE45EC81FC5E2129A75E5F , 0xB8033A03DFFD457D9D5D77F2A3BF7FEE , 0x20CA4616A5D840BBA62018714FA84602 , 0xE3B45041E7DF47BDB1FBAD3D88CB4889 , 0x4761672A8A7946669492EF1DFE479955 , 0xA64BFE2BF477479582BC88E15CDFCFFA , 0x78F38260736D4A05B6C3854B039C6E62 , 0x75BB310EA19C46AFACA23412C098628F , 0x614FF186FC9C4CA2A8186EA7A406FFEB , 0x1AB41B61BDEF441DBA9D0B83C4A3C363 , 0xA6F5334E85CE45B0BD4E538724CF1AF0 , 0x4C851E484C174484AF59A79732735CFC , 0xCBF4A86E775840CFAFBF4038B4F95786 , 0xC64EA1B899E54DB08FB14BBF1F3FD1B9 , 0x6176CA11E0F14135853AFA994A236A81 , 0xEE932F4A0B01460B8F39F41650F8476F , 0xAB554B7CB746427280E70EF43F5E3A4B , 0x29426732EBCF4FDBB5505030457B84D0 , 0x07E5D357CC0A4178AA39790D93330100 , 0xEB8BB6F518E14069A6F82747898156B7 , 0x2CD7C22194B14C3A89B02DD7F288EDED , 0x7CC1FAFCC78F46A49C90E45C7EFA3026 , 0x5796D7679DAC4E00BA710351C29B8F66 , 0xDBF63C55855049F6B87C89568D46FC4E , 0xD0CA453293BA4DD083261E43B5712E53 , 0xC7841340237141FD9773B0B75D97FE5E , 0x5181DA93B4F94F9B81B617F08E635B5F , 0x78EB0AA966344FAF87E9D34839800D84 , 0x042F2621F9B04A88894236C9A1A266DC , 0x403AADC1354A432FA2874195A7B7914D , 0xB697F97101EB40429BF34459155FF5B9 , 0x9E45D926DADC40FCBFA3D8068DEF99BE , 0x89BBE4F8FE454128A7C840758A9D5F3A , 0x4B5CA3CB7A1F441490EC66957EE83816 , 0x712BEC36AFED4F98A22E9B48DC736548 , 0x08C17B4B1AF34E0BB8A44E813F10D00E , 0x84903660536846A5A724528A8E55FCB3 , 0x9340B87922CF4FE49AA107EC4FE56CC5 , 0x7E5054511A654D309311316152D7D8C7 , 0x79C1B44237DD4AE9A7C9EE13908152C8 , 0x70E3E95578A3493EA207CFA837A2E2FA , 0x6B91F426DCE34603881A8130CDED7904 , 0xDB5460FD7959419788EC414BE3947D20 , 0x544A2015944B40C085239BEF584AEDDA , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD5D36A5BD545443A95E39C41B0CA0CBC , 0x590789E000FA4A49AE4B28CED70716D4 , 0x9527A1489FAD4B2293E8F4B09C07EE8E , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0x21A538C2436B4B759ED24ED847215A78 , 0xB7ECDE2D3DD140EA96E6770F78A7ADB2 , 0xD56C6BF640604937A1F931112F5BF865 , 0x9D1BC34EE7854870A3837049CC03BAFC , 0x2F4DD1163BE546F1A504D0D6F47EFB12 , 0xD49AC2FF23564FA4AC86C99C864085F3 , 0x2C56BD038B1749599BFB21B25E67D770 , 0x7FD9693053CE4E44A521FDD95E6456DE , 0x78F6DF4ECAAF4564BB51034D769AD3F9 , 0xEEBDE0A8208D4496A69AD9212F2CED78 , 0x5E93936FEDA244D986F2D4AD3B042D6E , 0xCF0CBA3080E64C8C9115BCB14257D210 , 0x23D98AA963A14049932771E477839E61 , 0x898268FF004F42719B767A581320398D , 0xD296D305F58F4C2A81C6ADD6EC0FA5BD , 0x820B1819DA7240FA94526E890BE68BB8 , 0x1F9A13ABCB954FB388EC07A83447E432 , 0xB3FCCE77B3DA4153B8A7C25127335B04 , 0xEFFCB31D3DCC4468A78A9AC78DC13722 , 0x1D1C0749A0854B7EB4CE7CB20DE099FB , 0x9C63DA2980974F0D969E93CD43A86603 , 0xAC1162B528EA406783971511086EFF2F , 0xC7C87B8E578F4C13B655C67EFD5E5D64 , 0xDB30ED5DB63E48B187D4940F7D917510 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x89C0F169C0BB4B72A14A5D47C0CC4620 , 0xCA29C3BC0CE64E9395F5BCE16CE80D5C , 0xD79EC83FBF0A41F7A049AD4C21634A00 , 0x6C60032837044522A2748A63E08D2B8A , 0xA9D5C6E9022E488B9A14CD2DDFF68FB5 , 0xAA660D1AB1AC4FD192AD6632CA10DE4B , 0xB5748648350B4356A3964452D2B85CAC , 0x3B1E50D6D0BB4C9E957045944DDB9A8F , 0x66D65AB9AB034AC59E737C04FF6A6D36 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x8F1332EB43334D159175A80ED6E45057 , 0xBB85B730792E47D297853AE1ECA5EB74 , 0xB1E2CEA70C944DD99EDC1E6EE97B509D , 0xC492401DE4124A2DACF2F49DB63D31CA , 0x632D7A5CB88249CCA01A0112E9308578 , 0xC0D39429A09D403591C2D2858F39DF23 , 0x89AADF47B2F741D289DB2101FFA918B3 , 0xDC7487729044444198EAAD719A5CACA7 , 0x9BBD8AC720CF44E88C974204565AC3A8 , 0x9155DE34B060454987198862F1814531 , 0xA41A2B49D4C44939A167DA5473798789 , 0x18669F63D98C4A49938345F9056FBB26 , 0xC7F90D7E463D4A1981391940134F1A27 , 0xA883E6B4B5B644A8AC51D51C1A7F4C86 , 0xEDAF1A15A67B4099850754A395044C9C , 0x475107A5A2BD494796067D8A8BAB5D25 , 0x342B7065F15842EC9A20D30A421D99E0 , 0xE73E457E4AF14CFA8D48D7C4E0517182 , 0x61ADF92F312346A89F840576AE3393EB , 0x7E908282303A420497593DCD776C20EC , 0xD2FA9F59192D4EE48B389E6CF1C07423 , 0x5FFEBA2B54DB4393852B1502A30631AF , 0x936E60F3C9B34E4685FA4E51B11B1D57 , 0x1A91D39D74444F58BF02EF60EE8AC139 , 0x3F520CB12F9D4FF88E40C80E85D9B334 , 0x9F722C9D94404C51A4B9906FA26312D3 , 0xD9609E08462144B4B7F476562667C6BE , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0x61263D05188C4F14995A4C68A8EBD27F , 0x3A45F1015FD14CCBBB824335018350F4 , 0x1F94B4FCAD59402D87608CA161B1BADD , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x73C8C846FA194EEEA5474E88DE43CB7F , 0x80AD12B6BD6D425684522986BF1EE720 , 0xA7F592AF2C694AF1BEF54445D61678CE , 0x9E8AEE1CF3B04F649956E076DBA0FE22 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xF57AD19FBF574A21B27FC44E26FC2A4E , 0x58A193B3DFE74BCBBF0D712B28D7722C , 0xE6F3FA2B5AA6458ABA76282D29F95DAA , 0xA2AF38342529463B992D41D855270EC4 , 0x3677F90D8209437CA6655C613D4646EC , 0x42D49C55760747C5B2E3F35C82BBA6FB , 0x66FFBA8165454065A4CE7064E01B2312 , 0x6BD8654C523C4FF9BB6F90B814D7A834 , 0x1AA153B8C2954C5E8262BF04AA4B2ACE , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0xC3643E3C22FB40509A9CA1C5355A1EB2 , 0x02605DD2EAA24F779FE2377F9175649D , 0x886B2FC181124B2B99DF70DE4D776877 , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x5123563D4A9B4481A7F148C2C143C165 , 0x7BE82DF813CB4B01A53DA47007BCD850 , 0xEEDDB78B4F064557804ECD79A3834DFE , 0xAA967D37B5C54DEC9DE460B25A2BD933 , 0xA2BE0F12DDB4434AA714DDA3D26E4FDC , 0x54B6F25DADF944F9A9BE6FCDC5F49FB9 , 0x090E9258195245038789DFE2529B0192 , 0x1E42037534E4472C8D018E3226F5FD28 , 0xF596F4DB96B9481999ADD056F10D6B8A , 0xAB2621B4553E4F49A251C4090866A803 , 0x8E99F48B3E494F7190F0BAD7997C7FDF , 0x0B73444F2EAE46D5930D727FEF14B5E0 , 0x0E0C578AC6BD463789117F5DA29063CD , 0x6FC81CE2B2814604BE87189A5DB36E0F , 0x22E74778C7FD40B8814E3FD1E508B4DA , 0x8BDC30C055B74897B022A3C3410C0B7C , 0xDFBC15EAC4844BDC88BBB3CE84DAB046 , 0xF9E6E17658384098B9A168B0D9F9BCE6 , 0x3D834912B10F40B9A8F2B3EF14F0DA20 , 0x419BE1A22E4F4CDE81CAFCCCF2346647 , 0x0C2851DC72C44BA68F83A90F631C4EC5 , 0xBC3DBB2FCAB54186AEE2BB64B7294930 , 0x56D2A58E64394B2A918769AFAA23B3F9 , 0x32F5AF68B048468DB3F6D91685E5DB7A , 0x984D5660C8834BA3B1843E82E1B914B9 , 0x6455F6CE27F94BBDB3CBAB9B844018CA , 0xA021B49733C84E8B9EA5FDAF3E6E53C0 , 0x1F02A248C8674E56967EAE51584CD5A4 , 0x1D3B7EEF29914428BC3FFB3200E73D90 , 0xE3AEC067933045A2934BD1E3856C263A , 0xF7597433E21E417595240E3DE3E886C1 , 0xD6F6780A31854142974C0372BF28C77F , 0x94F84AB90215495590411FEE68CAD100 , 0xA4848E60DDEE4A09AF4527FDD1854EBC , 0x8267A6ED8FA245F083DBC3FFBAEB0739 , 0x010EBBF471D840A6B1C9AB72339CE795 , 0x795D1FF5F9494D5D9CE3A1908FD97636 , 0x5C78EE57BC374417B20442368CD9737A )) GROUP BY `product` . `id` ;
Copy
83
76.87 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.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"6öØh╗bN\x08 ÿr$²%ý\x19\f "
b"±G└█ÐrFƃØpè^öÕ\x1C "
b"ôöìyë╣J╗¼Â Ò├ñý+ "
b"ÛQíI╠\x01 KÈü$*µ\\v\x1F } "
b"\x07 :\e YF╚Cöì│┌ÕZÈÏ┬ "
b"ž…OÌ\x08\x19 D!»4ÿ\x19 ˜Šàù "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"áZý’™-E³·4{]lFG\e "
b">%ë@Ì,@ ¬¤h\e Ô.Žj "
b"v)c\r ‚\x0F Fà¢Î\r ù)JUê "
b"\x1C }╦}þãA¥àÅ×\v \¦Ðd "
b"7\x0F þ;¥ýN¤’ÑŸ‹´‚ö¼ "
b"ÿ‡3§¼9Jç˜!C6\x08 <`Z "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b" \x02 æ;µ;Eí¢ªÚYBNÙ( "
b"¨'4\x1D g-B=„\x07 X¡ïñ(F "
b"aìg\x14 ?äCx£GIg\x08 ¬äõ "
b"úú¹æü^@─ï¤▀¡Æ4█# "
b"\e +$·n\x1E M·“ÖÍš2.Žd "
b"\x01 Ž;BÇÆB4»4\x02 ÌÚ:8‰ "
b"¬ä╔áɦDÌû├ý¥┌§\x06 Ù "
b"ü\x15 ,7çíHÈ▒a\x00 ôkûE= "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"Q}DBŒïJ\x1C ³\x08 ±KYZÀp "
b""FFqœ¨DV„à.Ç…ÿ\x05\x1A "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"┬]z\x01\x03\x17 C\x15 ┐øHìÅGaÒ "
b"gyp—á?Bí¨bWÇ\x1C Bz( "
b"@8]„àüMn§Öà?LÖ•È "
b"£åÑ€\e ÏNs«qN3ag7' "
b"Ð*¥4\x04 >L Â\x00 ½e\x14 .üh "
b"║w└v=¹G\x15 ç`¡º3\É "
b"l\«Iã¥DÈŠ9f›ª0åÅ "
b"é¡s\x1E jo@â£d¦#âËAã "
b"7¸\x05 –yL\¶\x01\x00 Œ\x11 fF\x01 "
b"_\x16 ²╔═\x04 Jzó▄ìkcÁBé "
b"õxØrı┬D®èRÅ\x01\x18 "Å "
b"T&Æ¥ëBFà†9í“jA\x01 ® "
b"┼╠╠Ã&>ANÅÝ▒LA\x1A ▀a "
b":Þ\x1E 4cÅNt§8f\r \x06 y}ï "
b"F3ì\x13 ÚfHEª~6Y¸A\x10\x11 "
b"\e É\x07 ┐$ÅK■ùÚ┼\t @\x18 ;J "
b"ÿGbhO.MIŒç¾?\x19 sÚÒ "
b"u\x1D 2û\x0F GF(µÂ\r ©±`Í? "
b"ƒ~½Ò ÑLâ›\x14 uÚq“\x0F ô "
b"@ñ@Ô³LL¹»q Y†ž»R "
b"\x10\x19 ÃS‚bOª³©”Çhñ8 "
b"V)'¼x‡L\f ‚À\x07 Ç¢¥‘· "
b"úš\x14 ]ò-Fk–¼Á6\f ¸qw "
b"Öú¬|Ü„D™–b~‰H¹…Ù "
b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11 "
b"JݾðÍKApµöBÞÑr½ñ "
b"îä_ZÂ\x0E Lç¦êÓíFÛõD "
b"LP÷À‰ÐNz¸Ž^£<^\x7F ù "
b"yÒù\x1F ã¤L¶–dÇ Ð¼»< "
b"""
\n
R&Tø¨F°¹k†\e }Ê\r ¾
"""
b"(├§¨üüF©ù┼\x18 V¶B▀ÿ "
b"¾È¯Î¾ÆN\x07 Éáw▀ûî■Ø "
b"ÅWnÚ?;A‗É┴2m¿\x1A ╣² "
b"äÝ\x7F И–GÈ™/T`˜K^} "
b"X7\f @3ÙF³Åè┴E\x08\x19 +╦ "
b"ôÁ\x12 £+4D‘·OYס">‰ "
b"ié#u»fHçƒWqþŒlžž "
b"INÙ5hýB܆¨à4\x0F \r Åp "
b"SÅ\x01 âÏAIo©¤.êGÃU¯ "
b"ôç¼▒:vB Å\x7F j϶Sõ\x1A "
b"Y,î\x11 ÅËDö▓°íþ\x01 |B\x08 "
b"¹o.\x12 -KIŸ´ý\x05 {\x03 ©dº "
b"É^│\~\x7F J&©£o:è·'q "
b"±9'7ÛnDMŒÉÜíêöƒ¬ "
b"""
n┤ÙuÙ\x04 FðØï"╩Ì\n
║┐
"""
b"oƒ”¸z\x1D D|¢Õ’!\x19 Œf‰ "
b"بT+xöG:™ôhþ+*ìP "
b"m®P?’kEä…+“C\x06 ØÁç "
b"""
¢³X°3\n
@\x19 ³Þ›.8Ñ\x17 S
"""
b"""
ú\n
©®ùûDcÜlŪù\x03 ▓\x04
"""
b"JþßÿBì@O”-™²\x02 þ%p "
b"\x07 lyı'¥@®╝¤´.\x0F ;ÎÅ "
b"ÌΆô¹ÏFBª›ÐæyÄ\x04 j "
b"╩■<§ì5LÊ║Ô þ_─¸▄ "
b"\x04 y\x08\x0E 1^M\x1C ¯Žq2¬û…\e "
b"®J'‹\x07 wD·¡\x18 %½\x1A ;?9 "
b"""
kzÒ{ÂÆN\n
║#³ÅGKÎ
"""
b"ì\x1E\x14\x7F\x00 ì@§║É,#a\x03 t³ "
b"\x15 ;¤\x12 ?\x1D Nz³p\x1C L$~Œë "
b"|/j'z‚Lï€mØô¾iÊ "
b"ôWÆÃî@á¢u\x1A\x7F í©‚Ô "
b"Ë─Å£O×G/¿■7▓¡▒^¤ "
b"ÿì'(\t mG~║oJZ«1▓Ô "
b"└▄╩‗á¶@║®▒[ü/Vè* "
b"ÀJüõ´■IÈ╝\x01\x14 R6▀ËÝ "
b"\x11 ‹Í¤P¥A¸„ï\x1E K\x04 Á×5 "
b"[Í¡á`®B\x1A ˆOUŒbÂèà "
b"ôU÷\x1C Ê├HÈâØÈ¹JVÝØ "
b"ü¶Ù╠'µL\x10 øSå\x04 ┐¿&ü "
b"O\x19 Í\x13 Ï´G>£v)ähU\x13 Þ "
b"¼Æû’N5CR§ÆË³\r Üë’ "
b"N▄O!┬xAIôs{5\r e╬Ø "
b"\x0E „öúX«N®¿A¸«nøÙé "
b"\x05 #ˆå!’Kåµ\x16 ¡gS¤\x05 è "
b"`Çn¶À╚O▒üÄþ*½<¾Ö "
b"\x07\x00 *Œt÷O\v µí…Ø¥ž‡[ "
b"df\x11 ±\x05 ÍOX¢Êe,‘ß)u "
b"{z)Püœ@4ž€Éª|Xuü "
b"ŽÞ\x05 lÞ‡IÊ»î"ÆÑx{X "
b"Ð¥E¤³VN]Н@¦AGá/ "
b"êLòÅ\x1D kHó”K§§#\x15 xg "
b"zð2 !ïKu›'rP.\x14 Š% "
b"""
ïK\e çöE8Š\x16 \n
v’^§\x18
"""
b"""
4Wk^s6BCˆ`,dá·\n
K
"""
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"Hæ“ϼoGߎËÇæ¬\x14 øæ "
b"Š\x19 “í€G"Ÿw¿ËFp†i "
b"3Mâ\e çôAʲ-m‚ž6ÏÅ "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"süYÂ\x0E ñKù‘î\x1C APž\e "
b"“J\x18\x06 Zd@Û‘‚`\x05 ¶Ž÷é "
b"KZ¦xÉâFf—¸:§ùà^Q "
b"2ðÿ■ExK‗ÅÕ\x06 ×Pòz─ "
b"}\x10 üT4áD▓ƒ█¹{tê\x04 ï "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"äÄGp]ÇH‰Š‘33h×[s "
b"à¶h\x0E æhN”€i¯\r mrÂÎ "
b"â“éoûÛBqµOX\x05 53ë "
b"\t õ«©{\x03 Hí•:{¿g“¶ë "
b"¯\x02 ¯(J\x1E C@©ÖW\x10 ì\x0F i* "
b"\x13 ßI╦\x12 ýNRü¥\x12 /\x1E XÐÜ "
b"(¤ÈåR¦I:ŒÓReˆ,\x05\x08 "
b"""
á\n
¯\x1F\x02 ¼J·Žü\f „=bp3
"""
b"\t\x15 ßcaÅO\x03 í\x11 ö¡tn\x0F ½ "
b"""
Ñ?\n
Щ[C7ü/\x02 AZ½·©
"""
b"\x16 ªÿçƒ\x06 A˜š#\v ü¸v¯• "
b"""
╝dº\n
5ªAìü~bën¥ä├
"""
b"‘Á\x01 9óùFÝ™XxØâ’(\x00 "
b"0äT1\x15 ËF\x1F ç\x06 Ñ>í`ìÙ "
b"5\x06 ô)åVH†‘ž{R·q^ú "
b"PíC*\x03 Ñ@\f ÄÌÑzãÉlÍ "
b"""
Í\x0E .@‰\n
M\x15 ‚\x1F #YòÄê+
"""
b"‗\x7F\x12 ÂäáL▄ÅM\f ÏX┼║V "
b"Q8 ç4¸A¿·£m@'\x12 hý "
b"\x11 ”Y€ÝcOŒ¿Ã"\f ºª+g "
b"Û·Öe·®H:…ÝÀ\v\x00 ¦ôÿ "
b"""
\x1C ï½ïð\v @\x05 µ\n
E¨\x18 |Eœ
"""
b"£‚t÷\r EAŸ\x15 ¶¥ªøßJ "
b"}¨M¬fªK╬¡\x01\x1F ôÁ]ïØ "
b".‡ä*=ŒJ¥½M§ÐÈQ¿~ "
b"ç\x12 :C½-L\x04 ·ø„õõôìƒ "
b"g\x0E mÇ®\x10 MBŠ¡ÙѣŖû "
b"\x00 F†Ø÷`Iƒ‘õ.§È½¶@ "
b"†\x01 ú›¡DKU†H°Þ÷\x00 jX "
b"4¦)ìtxC|²þt¿!ì¬2 "
b"ÊÀèY¼WEW³_xÿ\t °èµ "
b"ŠZÂ\x00 Ò]H™uá\e c\x02 ¾@ "
b"""
ó\x16 é\x15 \n
JEu“‹z°IG_\x03
"""
b">Ë«÷ŒÞD?»â\f ?wFá\x05 "
b"\x05 Íç\x1A ØÝGÚ†\x16 ‹Õ›rß "
b"ñ¡ÞYÓmB¯¥mMÙ\x17 hþö "
b"&!ÆI‚M@µ”ŒÑ5¤ùb® "
b"▓û┤├Ã▒Nú\x03 =┴<\x12 ÇÉ "
b"åÿ0áPaK¾–ÿá\x03 …*¯c "
b"fÌœBžµEç«JÀ\x0F ”Ý³Š "
b"Ìl¦õGÞJj†6µßΚÊ\x12 "
b"keðN»ÓJƒ³Á\x10 7‚e\x00 Æ "
b"ù~XDx\x1D J\x05 ºÉÕ"à┌%B "
b"\x1A ŒÝü€ýGR£í¬¼iŸ¤S "
b"9æ\x11 ë°ÎLô¾È\t vÍ—›\x1D "
b"ý¢×\x03 ÈlO\x13 ¾Y‰e:³K… "
b"^ü(Ê+ÓLu╣º»æ,█XÝ "
b"«9Íá\x11 ªL/™\x13 VG/â\x1A u "
b"“÷ a·VBÚ„˜~‚8D…¾ "
b"Ì'cÄU\x11 Fð£Í¸f\x19 WŠÆ "
b"╠\x17 ÉU\v {Fð┐ß\v\f °·-Î "
b"┤B¶Ép\x14 G\x1F ¥Þþàë5¦® "
b"q9&ÑQãJH®¥:Ê$–\x06 $ "
b"@L<fªWK\x1F ½£Ý\x07 ‹\x08 :ï "
b"¥#e±D\x06 D\x04 …Òœ¬\×\x0F\v "
b"7C;æÂ:I‡¦¡‹Få¢X# "
b"Ô\x1E °Â"\x14 E9´ÌkéK\x1D ‰% "
b"ÕÇôx)\x18 Dû½s¬á\x11 —úA "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"•W9íä‹Jè¼QïFž\x1A ý¶ "
b"\x7F Hó72HU¾*B'ÔïR• "
b"B„<9ò\x0E O#¥™WWv°`Â "
b"""
Øû2i;˜EÖ¨–\n
¡É¿\t ×
"""
b"[Ð<^xxJ$¼7Q'3³\e i "
b"""
4½Ÿc£ìIu©µ$\x04 ë\x05 \n
\x03
"""
b"ê*§¼\x07 ¢LÑ\x1A ù—\f Œ8Ÿ "
b" ù¤\x1D 5×J€¦[ºÛ‰8¤i "
b"(Þ*BLBN0 ‡S‘óCÚW "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"Wñ‹\x00 #¾D\e °xJ\x00 ³\x17 ‘Ð "
b"ïÊ\t ¨ *Jn”ç˜"ñ\x15 vî "
b"hï('\x7F ¶K«²ÞÀÇåÎÁ\x1D "
b"’þaÈ]ŠD°²í|Õ\x01 p¿Í "
b"E±¹a¤¶H³ªÇ>óÕqã{ "
b"J1\e {F/CA¶Êª\x14\e xÎ\x17 "
b"(7ñ6üZNÚñ{Ç\x7F Þ:/$ "
b"Ø]§Îª#J#ºYÜË`┼┤\x1F "
b"úz³±│SI(ÖΡ0ßü79 "
b"\x15 'X\x0E ¥³A?‚z´\x15 Oî\t "
b"9àÕ°âþBå„+Tø®fŠ\x05 "
b"Õ1º\x17 ÈôN\v ŽÏ´=Ýi[b "
b"Æãþ\x08\x06 Ž@Ö·:íI\r ø¦® "
b"—Î<k?êG·«ß\x18 Õ\x08 éÍ6 "
b"¶Û”‚°\x18 JW»Pž7R\x0F ô\x10 "
b"\x01 nî\x08 é¢O%¼·ÈC\e BìC "
b"Àk^W\JE\x7F ½7\x02 Q; "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"\x08 JÕ\x17\x06\x05 H–›ôå\x02 yŒx\x04 "
b"ñ¦µŽ!¼Aу{$\x04 ÓŠ?Ð "
b"Å█d7²┌L\x12 Ä╚uå\x00 æn\x08 "
b"╗Åù¶±\x0E B·ë!X$&Ê"à "
b";C‹a\x00 ‚Kv‰Òó–c\x1C pÆ "
b" ┬u¦╦hKùï¹\f D\x0F )üÏ "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"ïÁTèsºBìÿ\v óVËõ\x1E o "
b"°*ÅJ_j@\x08 Üæ?\x1F\x16 ┌ƒ═ "
b"]w!ØÓ\x15 L\v ¼*ê7╚A°A "
b"XáV€¡pGlºd\x1C „Hƒï\v "
b"+\x02 vS‚¢@!‹f|`\x10 —®Z "
b"¦\x17\x00 øñH@A║IÓãÄ#ÁÅ "
b"û½TyG°G¸░Ø©æ21¶î "
b"^@ÓÓ^ÉHª°;Y\x01 [ï6Š "
b"ÊNÅy®:J¸┤øpÜ<H└O "
b"dhD\r |ÑEÌ•¥›°-vÏ… "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"ŸcQ\x14 <.I‘§\x1D ezŠòÆñ "
b"::ãr;åFłʪ\x1D èBÖ§ "
b"\x00 ãÉ-#LdªDîo1Ö5· "
b"^\x1D ªc\x06 M!«ÇãUM:–@ "
b"yÉÓ¦1ÞN\x08 ›%Áó±û\x7F d "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"ü¶├~>║Ga╗┴bdýıçy "
b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11 "
b"R‰É¬\x1E\x1A E%°(VkÏ2ÇØ "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"bý$÷ÙÞN?ŠÀ\x16 *öÇuG "
b"}╝¬\x1A gØE¸┐às╚;×=È "
b"\x01 —hl\x19 ¿uk™4‰wÈ¥\x08 Y "
b"ã$Ûs}┌B8É╚│\x04 ÖÝ─╬ "
b"hÞì^)ÝE/›\x01\x1F\t 'Px“ "
b"†ñó´úéJ[Œ2®º\x06 üØù "
b"êS½Gœ¬H¨…È[WÞ«â\r "
b"ó9Qê9u@³©]ÒË\x10 ,H› "
b"¬\x1F ®N<òJhìóOâLe\x16 ; "
b"\x1F ÑlÐoËBªì~}î̽ËÖ "
b"\x0E ®\x0E dE\x05 @‰¶|1Ìò\x07 8M "
b"\x06 Ì<!¾\x7F Ox¤†÷0Tu\x13 ” "
b"ûoF°\x1E áL\x0F ¼õ÷ô\x11 Þìñ "
b"""
à╔Ç¡ízFÂÄü\n
¹║┌åY
"""
b"z1\x18 ð\x03\v Gúû─Å░╠ÕÅô "
b"îV±\x17 Ê\x1D EÕª\x1E tÅ£\x1C ˆ¨ "
b"øx\x07 Û\x02 õLÃúaÈÉKÒ4å "
b"rf‗°\x10 ÂMc┤ؽú┴LpÜ "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"Äm\r c\x18 áMg–zªÀ¢ð‡< "
b"Ò)¾m\‘L+ õ,\x1A œh\x13 ä "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"É›\x06 ´‚fN¥°©¡è\qæx "
b"\x17 Úëó\x0F §BÌä÷èþâÏì¡ "
b"Ë\x10 ³2J\x14 O‘£¹<§ºÐªm "
b"I’TPè½B‹§KR£öHC\x15 "
b"¨ã\x14\x02 @@J³ƒkq`{ˆ¨– "
b"pªDy.¼E©ø┤»Ñ\r É!´ "
b"gÞmg0LK„‚éX«rš‚ô "
b"I°ƒ\x08\x12 ®Jhˆ°˜8\x7F 3\x08 — "
b"\r ®EªœßD\x00 ´šÎ¯vø…€ "
b"á│║feßJ\x1A Å\x7F x6o,\e\x7F "
b"jÕzNëíMdžØÛTo±\x01 È "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"Z‰yP\x0E ¸F7„];If\x16 ÄÝ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"ýœ\x07 “ÑVMû‰Wè\x19 H\x11 ¨\x12 "
b"└mA¸^ÄHüü\x13 "─¯JÚz "
b"Õ;\x15 $ç(OQì▄dAñ└╝| "
b"ÎYìÜä╦Bö░\x03 rCéj.D "
b"!\x1A 8À\t ¿K\x19 ì6øéÐ\f\x19 ¯ "
b"ôA¿œf\x05 O"…]™²f{vÎ "
b"ÅI\x14\x01 ‰JM—¥KNõG¦ƒ\x17 "
b"\x02 Gy\e E\x05 LhØ├@ó┬×ù├ "
b"®/<\x11 ±LGkŠ÷Ä]c†ž¼ "
b"Ê`…m@øAO¬#¾“\e Ÿiä "
b"xV@\x17 ï#Kù§‰2b™HrN "
b"Õ=ï\x18 ‡LJÁ‹"O¼\x07 UI\x00 "
b"j\x10 ©í\x18 [C\x10 µ#\x18 ºÿ¼G¯ "
b"âZ:L\x0F wH.’l"ˆ”¢ñÓ "
b"–‚º\x01 ±&FG¸¼^)ò?æÙ "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"å ‹â€HÑ §yJ_vt\n "
b"°ÚÕì&uK\x1E ¥ðü0doÈã "
b"ß\t\x11 j‚ïH\x1F –pœö\x1D nâë "
b"C]|K\x13 ¯BÈ™™X•\x18 VÀL "
b"ܼâW\v ÍB~›\x15 Ö\v ëpÂ\x06 "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"\v B@Þh¥F\x1F ¬™\x07 ‰¿7ù\x06 "
b"›ñÐ5bªD¿ˆÌ…·\x02 ü‚û "
b"ä┘┘cP\H█Æ(5NÞÅÂü "
b"ú3‘ɸ\x1A G\x1A ”ÈÔ\x1F Ð!˜R "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"—f\x0E óVWBR†¹\‚ܰ/- "
b"S1Ž«•™I”¿Ï,X\x01 é\x1C\f "
b"Z=à†¶‹MÁ«µ»+Q\x04 ÊÝ "
b"ÙØx—½lI¸ƒŒ5n¤e¸Í "
b"ÝÝÅ█¢HCMøÏ×╝\x04\x03 Ör "
b"V`\x0E\x14 »rL8£»[W‹Ò\x10 × "
b"´.L¯tü@\e ³O¥!âm—O "
b"T░┬F\x16 ¡LººÍnɧ°m³ "
b"Þ[†…&Œ@7·¬ç\x12 ajÃø "
b"""
øn´û†ýO\n
…TˆV`\x08 Ùz
"""
b"Q╔\x05 ]4┌@áú+5\x1E ìÔéC "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b"┌RÖT±çO9ÅÈ\x01 ±\t ÌøÙ "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"ÁÆ\x17 ³q\x0E @¶¥\f ×›ŒÊx( "
b"$K`0ÿýE)¤Ð\x15 ¾Pº"% "
b"""
Ì\n
w┬p\x19 F\x08 Å÷}┐╬\x18 @ó
"""
b"t¤˜P`6Dñ¯Úè\x1E\x12 #\x18 2 "
b"õÊ\x12 ôviMî¦ó‰g\x00 „\n \x10 "
b"ü¾¾\x18 ╠ƒN║¢¿\6P \x1F V "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"\x05 <e7+\x18 C\x19 ‚”½2rÅœ\x18 "
b"ü\x02 3º]:D╚è\x01 {[,▒i\x10 "
b""JxdˆyE3¸¥”³À§G” "
b"®›·žÄ*K¤€ü»-ÐTJz "
b"ôuW\\x0F ~HE£1+XZù—œ "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b"l’ð\x05 ÂLAr’ôð\x08 ´8þ "
b"\x13 8¡—°ÔAœŒgâ)¸Vçì "
b"\x05 2\x19 j0.D©“M`\x1E Ïñ<& "
b"–±ªÕ”ÕD\x01 ŒñU\x16 ¯‹m "
b"Ú\\x18 †\x19 ÉJ\x1A žX\x02 ISôî7 "
b"=b\e\x05 6\x10 M»░F²\x07 ãì┬╗ "
b"\x1D ÒÓóŠËCž“ó_eù·Ùt "
b"G^ˆ8]dFBŒ\x02 ¯^³ªÐ† "
b"Ë'©A»SId“ˆ•r«šs7 "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"ÉÈÈ¢·ÈB[œî*°]ká\x04 "
b"åí¯¡╝yB═ü]É}&}d3 "
b"ÿÌïg=ˆC\x10 ”þKìqJÞ¡ "
b"hââìguK,¦ô6e¬ù\r d "
b"Ë&+\x01 m.C`®\x7F ð%ûÂÐ+ "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"ÃpŸ]-ÑLf»é\x14 þîÂ\x03\x01 "
b""ÅWö·UL#€\x1A ˆç‡j&\x03 "
b"ÏN\x13 %=\x0F N4¦Ý`ï\x02 ”«‚ "
b"9¤™$¬ÓM!œ›k‘Ë\x16 ó "
b"ÏÄ/é\x0F wE\x03 ÀÓ°ÛµÅ\┴ "
b"L\x10 EË\x17 ÈKá´!Ë·ý}z\x13 "
b"?Õ’$›TA\x1F — O\x13 lúiå "
b"Šwd\x04 ò)A#°ùMæ–Ù>œ "
b"©Ò0ÓМAí¼€\x10 ¤ÝofÄ "
b"Ã>²ÙË\x03 L’º\iŠíº^5 "
b"*ëÆyYéI´¼¹qœ\x10 ¦ü¥ "
b"ú¤ É>{G³–Fë࢓êÊ "
b"ìkן4ÍAc µAÿF'K& "
b"„ÕÍ#õýEɵâǹÆâé– "
b"΢rÅq²@ „Ç©u©1\x19 î "
b"cÒ\f j'OK•¤\x12 qÐ4¿M« "
b"\t ¼\x02 ·šÂH}‰Ÿâb\x0F\x19 í$ "
b"¢\e CœÏKÄŽé\x00 ƧƇ5 "
b"""
®\n
─ô║¿McÅY&y%Ì\x06 §
"""
b"(É/Õç³M,ë\x07 y;³?º¹ "
b"v%Q>÷£Of®Ùø%ü*õ\x04 "
b"´eN‹yÐI~·5±Ó«l\x1A G "
b"""
×¾é¿\n
@Iz€O 8[SlÛ
"""
b"(þ\x06 ¡üsI(¦å‚jëëóu "
b"\e “ðùuTLê®ÁÒ,uï<\f "
b"ìXèµ\x03 ©O▄æJM.!\x1A ç½ "
b"?rÙ õjKǔɲ\e RÎŽ| "
b"Ù|®'ÚUB\x06 •\x10 ª18ÎÁ? "
b"_Ê\x1F ã*FØî\v èZ¼©û3 "
b"U\x16 èE©·H.”\x17 A¸\f Í“™ "
b"7ÉG„â¤HŽˆ8jÔ\x08 `EI "
b"œ?›\x05\x7F \r Kˆ…3¾À²$;S "
b"'øi\x07 )ùB°›]I÷¥•¾È "
b"\x01 ˜Ìq™³réšÜd\x13 F\t š\v "
b"&O<\x1C ÊÔOk•ë\Y¢\x05 ºS "
b"Úg§pC\x1E I§ˆSI”zÎ\x10 õ "
b"ULÉ9p’C|…Kñ©JÍY… "
b"çD¾ì\x03 ?FÒ¬‗└a\x03 ÚÔì "
b"/Ù\x06 QŠGB2º¦\t 'wx8û "
b"8óÛuQ,L-…\x19 2ß—\x04 îè "
b"Å┘└àZ╬@Áº\t s(c░Åh "
b"ˆ%\x04 '§7Nò¾ÍvÏcªSý "
b"wzÒQéoC~¦á©àéžV‰ "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"°„<Ci\x07 I*‹‘.\f ãÐòë "
b"¸Óì═┼\x1E A┤¡ü\x10 ;╬\x00 Qq "
b"“B¸±SöCj§\x1F ¬±Õ°:* "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"b¹\x0F h|&E/˜\x08 ÈÒ(Q<Ý "
b"»ccí²\x1D J®¥‡w!íIÐ0 "
b"43Ø>$hEj´”¦Ðb4C¢ "
b"jÛôSÆŽ@B§±®9"T(a "
b"ß\x07 ÕvN3Kù¾¦£×ó(I4 "
b"·ë®┌ÞZG[ü'£▓‗\x18 i\x19 "
b"¿û£V¬|HK“‘‘a£\x13 á\x04 "
b"\x11 |ó\x17 ÅiOºí®ª?nûÞå "
b"""
€¿~¯9\x18 L•ƒ\n
Nî\r ³¨÷
"""
b"rôó³Ê\x0E L7ƒ+3*Wzdt "
b"bÄ;`ñòNY¾\x02 ¢bÅ\x0E Šò "
b"lK└-ì}IòúlJk\e ¯Íí "
b"¬\v “t˜ŒD2§mœ\f ÒÄÇU "
b"7J‹\x12\x1E aEW¼½\x11 «‚ò'\x01 "
b"¬É\r U\x02 xMö¬Ù■æ²èyµ "
b"_Ç1Wß§CÁ„`•²P¼(Ê "
b")R1e–\x19 K.Š1%\x18\x1F 5Fá "
b"\x02\f 4\x15 êK@QŒøûË»VèÅ "
b"│w<ã╣═BÿÄHç´aÅ╝b "
b"ùs%˜ÙÌN\x07 «þ¶\x08\x19 .óQ "
b"–£KžëÜE“˜B›Dåõº~ "
b"_ÃNK]+JìŠuÏ\x14 N\x1C\x16 = "
b"?‚\x1D cµAMO“…›ç\x18 ðó[ "
b"ëd”\x1E G\x12 KÞŒÞÔkü0ÇŽ "
b"\x03 9Bב"C\ŽÌp‘N,˜{ "
b"“²ÌÇ\5Aœ·œ\f ]…ÊöL "
b"""
B1b9+°@ó¾P\n
o_])ø
"""
b" Ì¿j\r …JE´Ù<+\x1E\x01 Q± "
b"\x1F ŸØÜÿíJ0¥\x06 J–ÌCy\x10 "
b"6u\x10 ©²üGèÿÑ\x04\x03 §±-· "
b"æ”ââëËJ©™6†Ç¨bðº "
b"r║çTƒÄO\x19 üçcé[`\x18 É "
b"`¨D'q├O¬ê\x13 YìecÖz "
b"┼9 \x06 ûüD&è\x07 H4\x08 "2ë "
b",¼‹Ÿý\x00 HSŸ@“·æ\n ü6 "
b"JhºN%lI\x12 šÍåO¾ÿ‘¶ "
b"þÇtû├ƒL*ÅR═╚¹¯õÉ "
b"Ç\x10 ›‡ªEBÝ‹¦Å\x12 ¤<¾Ü "
b"q`ßLÂßA\x0F ¯¤D}\v í`á "
b"ªoý›ÜKGž±ùqAu@÷m "
b"É█VÏÿãE[Ö7S)!\x07 ╬M "
b"[xþ’&1H\x1E ¥\t ‰Ëõoˆ\x11 "
b"QÙÞ\x06 ¢ŒM\x1D °Ù(}á0{¹ "
b"L\v ·Åø—C\x17 ‡©'ÕýѦ' "
b"Œn¨]XëAó°Õ˜á§Vç… "
b"¦äxÉó\x0F G=▒¹u▒v▒╚L "
b"¹ÛÃ\Œ¬Dd°îÐÉ]ù:O "
b"gaÎÕçHH┌üµ÷Ü8,r} "
b"\x1F ¼‰EkÐE6•…\x1C ;÷Ø\x06\x17 "
b"õX_þÅ\x15 Fù╗e@\x0E\x01\x00 6m "
b"ŒÜÙ?Â\x15 K^ˆÜ\x15\x08 OÜËž "
b"?¹}åÌKKè¯\x08 „E·8š? "
b"çù\x13 _\v =C‰ŒïKïµñ·P "
b"»%²\x1F ø]F„€?•±”<Bì "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b" zeÂ\x06\x19 G&·ü㦃S‡E "
b"hÁm\x7F ¸NK"¼¸:â',0# "
b"""
\n
uı³ì┼J0ò«|B<¯^å
"""
b"žN¨/ã„A’´Üµ3©\x07 Us "
b"4\e øý»░M\x1D ìýrÂCC'0 "
b"e›˜3Ý9Bª¿(U¢@>K: "
b"Ç]ƒú\x19 ³Oæ„DBüçCÑü "
b"“ùíã\x0F ‡I÷¾9\x1F µƒÝÝz "
b"KÉÖ‰—ŽN“¡ñÒ/Ñ\x12 ·x "
b"""
XuÚ\n
AIGî»OsÛ!Å«}
"""
b"\x19 ¶o\x16 ¶\x15 CaŽÔBä8´É\x02 "
b"R"╦C└}DÍ¢ñ&┴åÉ═s "
b"‹\x11 Tý¯GØ´\x06 ŒcDu¯¨ "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"`y\t ¯ßb@ÅíÑÜj}äp| "
b"ò:¯╠╣WG┼ó┐\t uÞ"ü^ "
b"ÑÒ|¡\x1F ™IEг¸\x05 Ô<\x11\x02 "
b"z¢9%\e êM│ìep÷\x7F BÝ¢ "
b"ª?N«M@H\x00 òîï\x1E\x1C V®Å "
b"\r ›×«k\x1F Iˆ¸@0¦d+Œ- "
b"8\x05\x17 t■.K%╗\x08 ì#H´ûÝ "
b"\x1C E\x08 ß#eI\x0E œu\v vA|Õƒ "
b"À¢█¥\x01 ┴D²áÉpíYpmÈ "
b"H´=ÇjACª À»\x13\x11  "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"‰uY6^èCa¼\t q‡a\e íï "
b"¯Ö½þëDF•¿ëª}1‹Û_ "
b"ÃÛ@ƒ‚\x16 B\t • ã>û¸8W "
b"Ê\x06 æsÉÐC\r ‹ˆ1Ù\x1E JSü "
b"""
Þu·Å\x02 ÛO▓¿ûµ\n
f│L¿
"""
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"zÞV¬,"O¹Å,ûõÔ<\x10 > "
b"Câ·’5(K]ˆ’[T*ö¢\t "
b"óv‗Û▄CJ░ü\x12 <▒\x03 eý´ "
b"│■è\t ºlN°¢\x13 üèõV}` "
b"i»ÍSåÇDA®°£ëWÎW\x18 "
b"IåJÝý‚I4£%ýjZvG? "
b"Ø\e ¦»þÀC\x1D ‘\x06\x07 ^5š§Ü "
b"Ãç»L\x0E\f K\x10 ¯p@’ÅåH "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"8ÈþáÛhBž„¿-\x0F ÷Ï(Ñ "
b"Î>\x16 ÊÄ AØûI\x06 p\x12 ÷öó "
b"ÆÛTË">F¬‡m\v JuI\x16 ñ "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"£#ƵÝúKdÅÁ\x05 O#8²┬ "
b"߬ü\x1A ╗9J°ª0\x04\x05 ó¡àd "
b"M'¶\x1E o"N5§-ºÂ:ÙPÊ "
b"Šs½7±yG²š°Þ©…ÅoÁ "
b"r7è═Æ\x00 Fè┐\x18 K\x1A ì<E® "
b"""
Â:‹\n
»±GC¢^Í\x1D V\x08\x01 E
"""
b"Ó‰ü»^\x07 GM³¸ÇyðT¡= "
b"\x10 Tî½0\x10 A´›àÏ’4bPÜ "
b"qɺѪ\x0F OKÁ£▀n!z\x05 ╗ "
b"""
N\n
MÚ\x13 pJó§æ«\x01 «\t å)
"""
b"CñõðèjCÌ©ØO&╬v9Y "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"hõ'6¤’DYŒå¶H Œ(™ "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"\t\x18 ¿\x13 o9C\x15 ‹4X\x08 j…€è "
b"└i(½\x07 ▄FDô¼7Ø╣"#ó "
b"ÎwþíÂìJÔ▒ËÍ╩ÙÅÅ\x0E "
b"ÆÎºQ5\x15 OK€ÿ\x01 IÛX˼ "
b"$\x06 '©Å[H0žÜí‘Ú\x7F –* "
b"Ѳi\îÌEýü³^!)º^_ "
b"©\x03 :\x03 ▀²E}Ø]w‗ú┐\x7F ¯ "
b" ÊF\x16 ¥Ø@»¦ \x18 qO¨F\x02 "
b"ã´PAçßG½±û=ˆËH‰ "
b"Gag*ŠyFf”’ï\x1D þG™U "
b"¦Kþ+ôwG•‚¼ˆá\ßÏú "
b"xó‚`smJ\x05 ¶Ã…K\x03 œnb "
b"u╗1\x0E í£F»¼ó4\x12 └ÿbÅ "
b"aOñ†üœL¢¨\x18 n§¤\x06 ÿë "
b"\x1A ┤\e a¢´D\x1D ║Ø\v â─ú├c "
b"¦õ3N…ÎE°½NS‡$Ï\x1A ð "
b"L…\x1E HL\x17 D„¯Y§—2s\ü "
b"Ëô¨nwX@ϯ¿@8´ùW† "
b"ãNí©ÖÕM░Å▒K┐\x1F ?Ð╣ "
b"av╩\x11 Ó±A5à:·ÖJ#jü "
b"¯ô/J\v\x01 F\v Å9¶\x16 P°Go "
b"«UK|·FBr€ç\x0E ô?^:K "
b")Bg2ëÏOÛµPP0E{„Ð "
b"\x07 åÓWÌ\n Axª9y\r “3\x01\x00 "
b"Ùï§\x18 ß@iª°'GëüVÀ "
b",×Â!”±L:‰°-×òˆíí "
b"|┴·³ÃÅFñ£Éõ\~·0& "
b"WûÎgؼN\x00 ║q\x03 Q┬øÅf "
b"█÷<UàPI÷©|ëVìF³N "
b"ÐÊE2“ºMЃ&\x1E Cµq.S "
b"Ç„\x13 @#qAý—s°·]—þ^ "
b"Qü┌ô┤¨OøüÂ\x17 Äc[_ "
b"""
xë\n
©f4O¯‡éÓH9€\r „
"""
b"\x04 /&!ù°Jˆ‰B6É¡¢fÜ "
b"@:Á5JC/¢‡A•§·‘M "
b"¶—ùq\x01 ë@B›óDY\x15 _õ¹ "
b"×E┘&┌▄@³┐úÏ\x06 ì´Ö¥ "
b"ë╗õ°■EA(º╚@uèØ_: "
b"K\ú╦z\x1F D\x14 Éýfò~Þ8\x16 "
b"q+ì6¯íO˜¢.›HÜseH "
b"\x08 ┴{K\x1A ¾N\v ©ñNü?\x10 ð\x0E "
b"äÉ6`ShFѺ$RèÄU³│ "
b"“@¸y"ÏOäš¡\x07 ìOålÅ "
b"~PTQ\x1A eM0“\x11 1aR×ØÇ "
b"y┴┤B7¦JÚº╔¯\x13 ÉüR╚ "
b"pãéUx£I>¢\x07 Ϩ7¢âú "
b"kæ¶&▄ÒF\x03 ê\x1A ü0═Ýy\x04 "
b"ÛT`ýyYA—ˆìAKã”} "
b"TJ \x15 ”K@À…#›ïXJíÚ "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"ÕÓj[ÕED:•ãœA°Ê\f ¼ "
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"•'¡HŸK"“èô°œ\x07 îŽ "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"!¥8ÂCkKužÒNØG!Zx "
b"·ìÞ-=Ñ@ê–æw\x0F x§² "
b"Õlkö@`I7¡ù1\x11 /[øe "
b"Ø\e ├NþàHpúâpI╠\x03 ║³ "
b"/MÑ\x16 ;åFñ¥\x04 ÐÖô~û\x12 "
b"ÔšÂÿ#VO¤¬†Éœ†@…ó "
b",V½\x03 ‹\x17 IY›û!²^g×p "
b"\x7F Ùi0SÎND¥!ýÙ^dVÞ "
b"xößNʯEd»Q\x03 MvšÓù "
b"¯¢Ó¿ ìDûªÜ┘!/,Ýx "
b"^““oí¢DÙ†òÔ;\x04 -n "
b"Ï\f º0€æLŒ‘\x15 ¼±BWÒ\x10 "
b"#ÙŠ©c¡@I“'qäwƒža "
b"ëéh \x00 OBqøvzX\x13 9ì "
b"ÊûË\x05 §ÅL*üã¡Íý\x0F Ñ¢ "
b"‚\v\x18\x19 Úr@ú”Rn‰\v 拸 "
b"\x1F š\x13 «Ë•O³ˆì\x07 ¨4Gä2 "
b"³üÎw³ÚAS¸§ÂQ'3[\x04 "
b"´³│\x1D =╠DhºèÜÃì┴7" "
b"\x1D\x1C\x07 I …K~´Î|²\r à™û "
b"œcÚ)€—O\r –ž“ÍC¨f\x03 "
b"¬\x11 bµ(ê@gƒ—\x15\x11\x08 nÿ/ "
b"Ã╚{ÄWÅL\x13 ÂUã~²^]d "
b"Û0í]¶>H±‡Ô”\x0F }‘u\x10 "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b"‰ÀñiÀ»Kr¡J]GÀÌF "
b"Ê)ü\f æN“•õ¼álè\r \ "
b"מÈ?¿\n A÷ IL!cJ\x00 "
b"l`\x03 (7\x04 E"ótècÓì+è "
b"®ıãÚ\x02 .HïÜ\x14 ═-▀÷ÅÁ "
b"ªf\r \x1A ±¬OÑ’f2Ê\x10 ÞK "
b"µt†H5\v CV£–DRÒ¸\¬ "
b";\x1E PÍð╗L×òpEöM█ÜÅ "
b"fÖZ¹«\x03 JÅžs|\x04 ÿjm6 "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"»…·0y.GÒ—…:áì¥ët "
b"▒Ô╬º\f öM┘×▄\x1E nÚ{PØ "
b"─Æ@\x1D õ\x12 J-¼‗¶ØÂ=1╩ "
b"c-z\¸‚IÌ \x1A\x01\x12 é0…x "
b"└Ëö)áØ@5æ┬ÊàÅ9▀# "
b"‰ªßG²÷AÒ‰Û!\x01 ÿ©\x18 ³ "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"›½ŠÇ ÏD茗B\x04 VZè "
b"æUÌ4░`EIç\x19 êb±üE1 "
b"¤\x1A +IÔÄI9¡gÚTsy‡‰ "
b"\x18 fŸcÙŒJI“ƒEù\x05 o»& "
b"è\r ~F=J\x19 ü9\x19 @\x13 O\x1A ' "
b"¨ƒæ´µ¶D¨¬QÕ\x1C\x1A\x7F L† "
b"í¯\x1A\x15 ¦{@™…\x07 T£•\x04 Lœ "
b"GQ\x07 ¥¢½IG–\x06 }Š‹«]% "
b"""
4+peñXBìš Ó\n
B\x1D ™à
"""
b"þ>E~J±L·ìHÎ─ÓQqé "
b"aù/1#F¨Ÿ„\x05 v®3“ë "
b"~Ééé0:B\x04 ùY=═wl ý "
b"ÒúŸY\x19 -Nä‹8žlñÀt# "
b"_þº+TÛC“…+\x15\x02 £\x06 1¯ "
b"“n`óɳNF…úNQ±\e\x1D W "
b"\x1A æËØtDOX┐\x02 ´`¯è┴9 "
b"?R\f ▒/ØO°Ä@╚\x0E à┘│4 "
b"ƒr,Øö@LQñ╣Éoóc\x12 Ë "
b"Ù`ž\x08 F!D´·ôvV&gƾ "
b"Í<Í$DDD=¾]$Ò])áÖ "
b"a&=\x05\x18 ŒO\x14 ™ZLh¨ëÒ\x7F "
b":Eñ\x01 _ÑLË»‚C5\x01 ƒPô "
b"\x1F ”´üY@-‡`Œ¡a±ºÝ "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"x„,\x1F UøB£°ü¢)ɼš± "
b"sÈÈFú\x19 Nî¥GNˆÞCË\x7F "
b"€\x12 ¶½mBV„R)†¿\x1E ç "
b"§õ’¯,iJñ¾õDEÖ\x16 xÎ "
b"žŠî\x1C ó°Od™VàvÛ þ" "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"õzÑŸ¿WJ!²\x7F ÄN&ü*N "
b"X¡“³ßçKË¿\r q+(×r, "
b"æóú+Z¦EŠºv(-)ù]ª "
b"¢¯84%)F;™-AØU'\x0E Ä "
b"6wù\r ‚\t C|¦e\a=FFì "
b"BÔœUv\x07 GŲãó\‚»¦û "
b"f ║üeE@eñ╬pdÓ\e #\x12 "
b"kÏeLR<O¨╗oÉ©\x14 ο4 "
b"\x1A ¡S¸Â•L^‚b¿\x04 ªK*Î "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"Ãd><"û@Pšœ¡Å5Z\x1E ² "
b"\x02 `]ÊÛóOwƒÔ7\x7F æudØ "
b"êk/┴ü\x12 K+Ö▀pÌMwhw "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"Q#V=JøDüº±H┬┴C┴e "
b"{è-ø\x13 ËK\x01 ¥=¤p\x07 ¼ØP "
b"îÝ·‹O\x06 EW€NÍy£ƒMþ "
b"¬û}7Á┼MýØõ`▓Z+┘3 "
b"¢¾\x0F\x12 Ý´CJ§\x14 Ý£ÒnOÜ "
b"T¶ò]ùDù©¾oÍÅôŸ¹ "
b"\t\x0E ’X\x19 RE\x03 ‡‰ßâR›\x01 ’ "
b"\x1E B\x03 u4õG,ì\x01 Ä2&§²( "
b"õ–ôÛ–¹H\x19 ™ÐVñ\r kŠ "
b"«&!´U>OI¢QÄ\t\x08 f¨\x03 "
b"ÄÖ¶ï>IOqÉ║ÎÖ|\x7F ▀ "
b"\v sDO.®FÕ“\r r\x7F ï\x14 µà "
b"\x0E\f Wèã¢F7ë\x11\x7F ]óÉc═ "
b"o╚\x1C Ô▓üF\x04 ¥ç\x18 Ü]│n\x0F "
b""þGxò@©üN?ÐÕ\x08 ┤┌ "
b"‹Ü0ÀU·H—°"£ÃA\f\v | "
b"ß¼\x15 êÄ„K܈»³Î„Ú°F "
b"ùæávX8@˜¹¡h°Ùù¼æ "
b"=ƒI\x12 ±\x0F @¹¨ò³ï\x14 ðÚ "
b"Aøßó.OLÌü╩³╠‗4fG "
b"\f (Q▄r─KªÅâ®\x0F c\x1C N┼ "
b"¼=»/ʵA†®â»d·)I0 "
b"VÒ¥Žd9K*‘‡i¯ª#³ù "
b"2§»h░HFì│÷┘\x16 àÕ█z "
b"˜MV`ȃK£±„>‚á¹\x14 ¹ "
b"dUöÎ'ùK½³Ë«›„@\x18 Ê "
b" !´—3ÈN‹ž¥ý¯>nSÀ "
b"\x1F\x02 ¢HÈgNV–~®QXLÕ¤ "
b"\x1D ;~´)æD(╝?¹2\x00 þ=É "
b"ã®Àg“0E¢“KÑã…l&: "
b"÷Yt3â\x1E Au•$\x0E =ãè†Á "
b"""
Ööx\n
1…AB—L\x03 r¿(Ç\x7F
"""
b"ö°J╣\x02\x15 IUÉA\x1F ¯h╩Ð\x00 "
b"¤„Ž`ÝîJ\t ¯E'ýÑ…N¼ "
b"égªÝÅóEâ█├ ║Ù\x07 9 "
b"\x01\x0E »ôqØ@¦±É«r3œç• "
b"y]\x1F §¨IM]£ÒíÉÅ┘v6 "
b"\xîW¼7D\x17 ²\x04 B6ŒÙsz "
]
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 (0x36949D68BB624E08987224FD25EC190C , 0xF147C0DBD17246929F9D708A5E94E51C , 0x93948D7989B94ABBACB620E3C3A4EC2B , 0xEA51A149CC014BD481242AE65C0B1F7D , 0x073A1B5946C843948DB3DAE55AD4D8C2 , 0x9E854FCC08194421BB34FF19988AE0F9 , 0xC193C5C3677240BA8498CB282694A75A , 0xE15AFD92992D45B3B7347B5D6C46471B , 0x3E25EB40CC2C40A0ACA4681BD42E8E6A , 0x7629630D820F46E0A2CE0DF9294A55EA , 0x1C7DCB7DE7C641BE858F9E0B5CDDD164 , 0x370FFE3BA5FD4EA492D19F8BB482F6BC , 0xFF8733A7BC394AE798214336083C605A , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0x0198CC7F3E447214A848528DE060A0ED , 0xA002E63BB53B45EDA2AADA59424ED928 , 0xA827341D672D423D840758A1EFF12846 , 0x61EC67143FE44378A347496708ACE4F5 , 0xA3A3FB91815E40C48BCFDFAD9234DB23 , 0x1B2B24B76E1E4DB793D6CD9A322E8E64 , 0x018E3B42C7C64234BB3402CCDA3A3889 , 0xAA84C9A090DD44DE96C3ECBEDAF506EB , 0x81152C3787A148D4B16100936B96453D , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x517D44428CEF4A1CB308B14B595AC070 , 0x224646719CA8445684E02EC785FF051A , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xC25D7A0103174315BF9B488D8F4761E3 , 0x67797097E13F42EDA86257C71C427A28 , 0x40385D84E0FC4D6EA7D6E03F4CD695C8 , 0xA3E5D1801BCF4E73AB714E3361673727 , 0xD12ABE34043E4C20B600AB65142E8168 , 0xBA77C0763DFB47158760B6ADA7335C90 , 0x6C5CAB49E3A544C88A39669BAA30E5C5 , 0xE9A1731E6A6F40E2A364A623E2CB41E3 , 0x37C2B80596794C5CB601008C11664601 , 0x5F16FDC9CD044A7AA2DC8D6B63B54282 , 0xE4789D72D5C244A98AF0528F0118228F , 0x5426C6A5EB4246E08639ED936A4101AE , 0xC5CCCCC7263E414E8FEDB14C411ADF61 , 0x3ADE1E3463C54E74A738660D06797DEF , 0x4633EC13DA664845AA7E3659B8411011 , 0x1B9007BF248F4BFE97E9C50940183B4A , 0xFF4762684F2E4D498CE7BE3F1973DAD2 , 0x751D32FB0F474628B5C20DA9B160CD3F , 0x837EBDD2A0D14CE29B1475DA71930FF4 , 0x40F140D4B34C4CB9BB712059869EBB52 , 0x1019C35382624FAAADB3A994C768F138 , 0x562927BC78874C0C82C007C7A2A591B7 , 0xFA9A145DF22D466B96BCC1360CB87177 , 0xD6FAAC7CDC84449996627E8948B985D9 , 0x33997CDD7B564DE09F5E8A56DDC4D911 , 0x4ADDBEF0CD4B4170B5F642DED172BDF1 , 0xEEE45F5AC20E4CE7A6EAD3ED46DBF544 , 0x4C50F7C089D04E7AB88E5EA33C5E7FF9 , 0x79D2F91FE3A44CB69664C720D0BCBB3C , 0x0A522654F8A846B0B96B861B7DCA0DBE , 0x28C3F5F9818146B897C51856F442DF98 , 0xF3D4EED7F3924E0790A077DF968CFE9D , 0x8F576EE93F3B41F290C1326DA81AB9FD , 0xE4DD7FD0989647C8992F5460984B5E7D , 0x58370C4033EB46FC8F8AC14508192BCB , 0xF4C112A32B344491B74F59D7A1223E89 , 0x69E92375BB6648E7835771FE8C6C9E9E , 0x494ED93568FD42DC86A8E0340F0DC570 , 0x53C501E2CF41496FA9A42EEA47C355AF , 0x9387ACB13A7642208F7F6AD8F453E41A , 0x592C8C118FD34494B2F8A1E7017C4208 , 0xB96F2E122D4B499FB4FD057B03A964BA , 0x905EB35C7E7F4A26B89C6F3A8AFA2771 , 0xB1392737DB6E444D8CC9DCEDEAF683AC , 0x6EB4EB75EB0446D09D8B22CADE0ABABF , 0x6F8394B87A1D447CA2D59221198C6689 , 0xD8A8542B78F6473A99F468FE2B2AEC50 , 0x6DAE503F926B45E4852B934306D8C1E7 , 0xA2B358B0330A4019B3DE9B2E38D11753 , 0xA30AB8A9979644639A6C8FA69703B204 , 0x4AFEDFFF42EC404F942D99B202FE2570 , 0x076C79D527BE40A9BCCFEF2E0F3BD78F , 0xCCCE86F4B9CF4642AA9BD0E679C4046A , 0xCAFE3CF58D354CD2BAE220E75FC4F7DC , 0x0479080E315E4D1CAF8E7132ACFB851B , 0xAE4A278B077744B7A11825BD1A3B3F39 , 0x6B7AE37BB6924E0ABA23FC8F474BF0D7 , 0x8D1E147F008D40F5BA902C23610374FC , 0x153BA4123F1D4E7AB3701C4C247E8CEB , 0x7C2F6A277A824CC3AF806DD8F4BE69CA , 0xF457C6C3ADEE40E1A2751A7FEDA982D4 , 0xD3C48F9C4F9E472FA8FE37B2ADB15ECF , 0x988D2728096D477EBA6F4A5AAE31B2E2 , 0xC0DCCAF2A0F440BAA9B15B812F568A2A , 0xB74A81E4EFFE49D4BC01145236DFD3ED , 0x118BCDA450A541B884EF1E4B04C1D735 , 0x5BCDA1E160AE421A884F558C62C2E8C3 , 0x9355F61CD2C348D4839DD4FB4A56ED9D , 0x81F4EBCC27E64C109B538604BFA82681 , 0x4F19CD13CFB4473EA37629E4685513DE , 0xBCC6FB924E354352A7C6CBB30DDCEB92 , 0x4EDC4F21C278414993737B350D65CE9D , 0x0E84F6FA58AB4EAEBF41B8AB6EF8D9E9 , 0x052388E521924BE5B516A16753A405E8 , 0x60806EF4B7C84FB1818EE72AAB3CF399 , 0x07002A8C74F74F0BB5ED85D8A59E875B , 0x646611B105CD4F58A2CA652C91DF2975 , 0x7B7A2950FC9C40349E80C9AA7C5875FC , 0x8EDE056CDE8749CABBEE22C6D1787B58 , 0xD0A545A4B3564E5D8AAF40A64147E12F , 0xEA4CF2C51D6B48F3944BA7A723157867 , 0x7AF032A021EF4B759B2772502E148A25 , 0xEF4B1BE7F6AD45388A160A76925EA718 , 0x34576B5E7336424388602C64E1B70A4B , 0x4570100A52C74FB0B920361946661659 , 0x48E693CFBC6F47DF8ECBC7E6AC14F8E6 , 0x8A19AD93ED8047229F77BFCB46708669 , 0x334DE21BE7F441CAB22D6D829E36CFC5 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0x73FC59C20EF14BF991EE1C4150AD9E1B , 0x934A18065A6440DB91826005B68EF7E9 , 0x4B5AA678C9E2466697B83AA7F9E05E51 , 0x32D098FE45784BF28FE5069E50957AC4 , 0x7D10815434A044B29FDBFB7B7488048B , 0x3CEB37A732424262915D394BDED5A67B , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xE4C447705DC748898A91333368D75B73 , 0xE0B6680EE6684E948069AF0D6D72C2CE , 0xE293E96FFBDB4271B54F58053533EBAD , 0x09F5ABA97B0348ED953A7BBF6793B6EB , 0xAF02AF284A1E4340A9D65710EC0F692A , 0x13E149CB12EC4E5281BE122F1E58D19A , 0x28A4C8E552A6493A8CD35265882C0508 , 0xE10AAF1F02BC4AB78EFC0C843D627033 , 0x0915E163618F4F03A11194AD746E0FAB , 0xA53F0AD1B85B4337812F02415AABFAB8 , 0x16AAFFE7830641989A230BFCB876AF95 , 0xBC64A70A35A6418D817E62896EBE84C3 , 0x91C10139F3F946DD995878D8E2922800 , 0x3084543115D3461F8706A53EA1608DEB , 0x3506F429E5564886919E7B52B7715EFA , 0x50A1432A03A5400C8EDEA57AC6906CD6 , 0xCD0E2E40890A4D15821F2359F2C4EA2B , 0xF27F12B684A04CDC8F4D0CD858C5BA56 , 0x513820E734B841BFB7A36D40271268FD , 0x11945980DD634F8CBFC3220CBAAA2B67 , 0xDBB7D665B7AE483A85DDC00B00A6F4FF , 0x1CEFBDEFF00B4005B50A45A8187C459C , 0xA38274ADF70D45419F15B6A5AAF8DF4A , 0x7DF94DAA66A64BCEAD011F93B55D8B9D , 0x2E87E42A3D8C4AA5BD4DA7D0C851BF7E , 0xE7123A43BD2D4C04B7F884F5F5F4EC83 , 0x670E6DC7AE104D428AA1D9D1A3C596FB , 0x004686D8F760498391F52EA7C8BDB640 , 0x8601FA9BA1444B558648B0DEF7006A58 , 0x34A629EC7478437CB2FE74BF21ECAC32 , 0xCAC0E859BC574557B35F78FF09B0E8B5 , 0x8A5AC200D25D4899AD75E11B6302BE40 , 0xF316E9150A4A4575938B7AB049475F03 , 0x3ECBABF78CDE443FBBE20C3F7746E105 , 0x05CDE71AD8DD47DA8616208BD59B72DF , 0xF1A1DE59D36D42AFA56D4DD91768FEF6 , 0x2621C649824D40B5948CD135A4F962AE , 0xB296B4C3C7B14EC7A7033DC13C128090 , 0xE5FF30E150614BBE96FFE103852AAF63 , 0x66CC9C429EB545E7AB4AC00F94DDB38A , 0xCC6CA6F547DE4A6A8636B5DFCE9ACA12 , 0x6B65F04EBBD34A83B3C11037826500C6 , 0x977E5844781D4A05A790E52285DA2542 , 0x1A8CDDFC80FD4752A3EDACBC699FA453 , 0x39E611EBB0CE4CF4BEC80976CD979B1D , 0xFDA2D703C86C4F13BE5989653AB34B85 , 0x5E8128D22BE04C75B9A7AF912CDB58ED , 0xAB39CDE111AA4C2F991356472FE21A75 , 0x93F72061B75642DA84987E82384485BE , 0xCC2763C4551146F0A3CDB86619578AC6 , 0xCC1790550B7B46D0BFE10B0CF8FA2DD7 , 0xB442F4907014471FBEE8E7858935DDA9 , 0x713926D151E34A48AEA53ACA24960624 , 0x404C3C66AA574B1FBDA3DD078B083AEF , 0xA52365B14406440485D29CAC5CD70F0B , 0x37433BE6C23A4987A6A18B46E5A25823 , 0xD41EB0C222144539B4CC6BE94B1D8925 , 0xD5C7F478291844FBBD73ACE11197FA41 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0x955739EDE48B4AE8BC51EF469E1AFDB6 , 0x7F48C3B337324855BE2A4227D4EF5295 , 0x42843C39F20E4F23A599575776B060C2 , 0xD8FB32693B9845D6A8960AA1C9BF09D7 , 0x5BD03C5E78784A24BC37512733B31B69 , 0x34BD9F63A3EC4975A9B52404EB050A03 , 0xEA2AA7BC07A24CD1AD1AF9970C8C389F , 0xA0F9A41D35D74A80A65BBADB8938A469 , 0x28DE2A424C424E30A0875391F343DA57 , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0x28916ADF88504C208540D811B87234CB , 0x57F18B0023BE441BB0784A00B31791D0 , 0xEFCA09A8202A4A6E94E79822F11576EE , 0x68EF28277FB64BABB2DEC0C7E5CEC11D , 0x92FE61C85D8A44B0B2ED7CD50170BFCD , 0x45B1B961A4B648B3AAC73EF3D571E37B , 0x4A311B7B462F4341B6CAAA141B78CE17 , 0x2837A436815A4EE9A47B807FE83A2F24 , 0x9D5DF5D7A6234A23A7599AD360C5B41F , 0xA37AFCF1B353492899D7AD30E1813739 , 0x1527580EA5B3413F827AB4154FEE09A0 , 0x39E0D5B0E2FE42E5842B54F8AE668A05 , 0xD531BA17C8F44E0B8ECFB43DDD695B62 , 0xC6E3FE08068E40D6B73AED490DF8A6AE , 0x97CE3C6B3FEA47B7ABDF18D508E9CD36 , 0xB6DB9482B0184A57BB509E37520FF410 , 0x016E8C0882BD4F25ACFAD4431B428D43 , 0xC06B5E575C4A457FBD37EF869C02513B , 0x513AB9793DD541E6A6DFF9033F99756F , 0x75950F9A8A9E479799900E82895BD54D , 0x084AD517060548969BF4E502798C7804 , 0xF1A6B58E21BC41D1837B2404D38A3FD0 , 0x8FDB6437FDDA4C128EC8758600916E08 , 0xBB8F97F4F10E42FA8921582426D22285 , 0x3B438B6100824B7689D2F396631C70C6 , 0x20C275DDCB684B978BFB0C440F2981D8 , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0x8BB5548A73A7428D980BA256D3E41E6F , 0xF82A8F4A5F6A40089A913F1F16DA9FCD , 0x5D77219DE0154C0BAC2A8837C841F841 , 0x58E15680A170476CBA641C844883EF0B , 0x2B02765382A240218B667C601097AE5A , 0xDD17009BA4484041BA49E0C68E23B58F , 0x96AB547947F847F7B09DB8913231F48C , 0x5E40D3D35EC948AAB03B59015BEF368A , 0xD24E8F79A93A4AF7B49B709A3C48C04F , 0x6468440D7CD145CC95A59BB02D76CF85 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x9F6351143C2E4991A71D657A8AF2C6F1 , 0x3A3AE3723BE546C582CAAA1DE842D6A7 , 0x0020C6902D234C64A6448C6F319935FA , 0x5EAD1DAA63064D21ABC7E3554D3A9640 , 0x79C9D3A631DE4E089B25C1F3B1FB7F64 , 0xBD9B273F45AC40478A3165D9F8580223 , 0x81F4C37E3EBA4761BBC16264ECD58779 , 0x98428DAB5B8045BCBCBE767DD35FD311 , 0x5289C9AC1E1A4525B028566BCF32C7D8 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0x62FD24F7D9DE4E3F8AC0162AF6C77547 , 0x7DBCAA1A679D45F7BF8573C83B9E3DD4 , 0x0197686C19BF756B99348977C8A50859 , 0xC624EA737DDA423890C8B30499EDC4CE , 0x68DEEC5E29DD452F9B011F0927507893 , 0x86F1F3B4FAE94A5B8C32AEBA06FCD8F9 , 0xEA53BD479CAC48A885C85B57DEABE20D , 0xF33951EA397540B3A95DD2CB102C489B , 0xAA1FA94E3C954A688DA24F834C65163B , 0x1FA56CD16FD342A68D7E7D8CDEABD399 , 0x0EAE0E6445054089B67C31CCF207384D , 0x06CC3C21BE7F4F78A486F73054751394 , 0xFB6F46B01EE14C0FBCF5F7F411DEECF1 , 0x85C980ADA17A46B68E810AFBBADA8659 , 0x7A3118D0030B47A396C48FB0CCE58F93 , 0xEE56B117CA1D45D5AA1E74C5A31C88A8 , 0x9B7807EA02E44CC7A361D4904BE33486 , 0x7266F2F810B64D63B49DABA3C14C709A , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0xC46D0D6318E14D67967AAAC0A2F0873C , 0xD229BE6D5C914C2BA0F52C1A9C6813E4 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x147C921683254C869D791B762F581652 , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xADF28C1B866641CA80805EDA0F657E47 , 0xC99B06B482664EA5B0A9A1E85C71E678 , 0x17E989A20FF542DE84F68AE783D88DAD , 0xCB10B3324A144F91A3B93CA7BAD0AA6D , 0x49925450E8BD428BA74B52A3F6484315 , 0xA8E3140240404AB3836B71607B88A896 , 0x70A644792EAC45B89BB4AFA50D9021EF , 0x67DE6D67304C4B8482E958AB729A82F4 , 0x49B0830812AE4A6888B098387F330897 , 0x0DAE45AA9CDF4400B49ACEAF76F88580 , 0xA0B3BA6665E14A1A8F7F78366F2C1B7F , 0x6AD57A4EEBED4D649ED8DB546FB101C8 , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x5A8979500EB84637845D3B496616C4DD , 0x882A0D90845C46C9BB019659A615F235 , 0xFD9C0793D1564DFB8957E8194811A812 , 0xC06D41F75E8E4881811322C4EE4AE97A , 0xE53B152487284F518DDC6441A4C0BC7C , 0xD7598D9A84CB4294B0037243826A2E44 , 0x211A38B709A84B198D369B82D10C19EE , 0xF441BF9C66054F22855D99B2667B76CE , 0xC5491401894A4D97A54B4EF547A68317 , 0x0247791B45054C689DC340A2C29E97C3 , 0xAE2F3C11B14C476B8AF7C45D63869EBC , 0xCA60856D40F8414FAC23BE931B9F69E4 , 0x78564017EF234BF9A78932629948724E , 0xD53DEF18874C4AC18B224FBC07554900 , 0x6A10A9ED185B4310B52318BAFFBC47AF , 0xE25A3A4C0F77482E926C228894A2F1D3 , 0x9682BA01B1264647B8BC5E29F23FE6D9 , 0xD398C2DDEBC444F6A74DC3133125987F , 0xE520AD8BE28048D1A0A7794A5F76740A , 0xF8E9E58D26754B1EBED08130646FD4C6 , 0xDF09116A82EF481F96709CF61D6EE2EB , 0x435D7C4B13AF42C8999958951856C04C , 0xDCBCE2570BCD427E9B15D60BEB70C206 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0x0B4240DE68A5461FAC990789BF37F906 , 0x9BF1D03562AA44BF88CC85B702FC82FB , 0x84D9D963505C48DB9228354EE88FB681 , 0xFA3391C9B81A471A94C8D41FD0219852 , 0x004B11B664424995968A6294D4EA4AE7 , 0xBAAF0501442649A780E5481B2D0CA46D , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x6AC99B6A187A49D0962E40890AC916F7 , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0x97660EF35657425286B95C82DCB02F2D , 0x53318EAB95994994BFCF2C5801E91C0C , 0x5A3DE086B68B4DC1ABB5BB2B5104CADD , 0xD9D87897BD6C49B8838C356EA465B8CD , 0xEDED8FDBBD48434D9BD89EBC04039972 , 0x56600E14BB724C38A3BB5B578BD210D7 , 0xB42E4CAF74FC401BB34FA521E26D974F , 0x54B0C24616AD4CA7A7D66E90F5F86DFC , 0xDE5B8685268C4037B7ACE712616AC3F8 , 0xF86EB4FB86FD4F0A855488566008D97A , 0x51C9055D34DA40A0A32B351E8DE28243 , 0x5C03EB1DC4C44395918697871B76824E , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0xDA529954F1874F398FD401F109DE9BEB , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xC1C617B3710E40B6A50CD79B8CCA7828 , 0x244B6030FFFD4529A4D015BE50BA2225 , 0xDE0A77C2701946088FF67DBFCE1840A2 , 0x74A49850603644F1AFDAE81E12231832 , 0xF5CA12F476694DEEA6F3896700840A10 , 0x81F3F318CC9F4EBABDA85C3650FF1F56 , 0x481078A8A1154B838281D129F2C084CB , 0x053C65372B1843198294BD3272C59C18 , 0x810233A75D3A44C88A017B5B2CB16910 , 0x224A786488794533B8A594B3C0A74794 , 0xAE9BB79EC42A4BA480FCBB2DD0544A7A , 0xF475575C0F7E4845A3312B585AF9979C , 0x29424506F7C34F70A500C369ECDEA554 , 0x6C92F005C24C417292F4F0AD08B438FE , 0x1338A197B0D4419C8C67E229B856E7EC , 0x0532196A302E44A9934D601ECFF13C26 , 0x96B1AAD594D544018CF15516AF8B6D20 , 0xDA5C188619C94A1A9E58024953F4EE37 , 0x3D621B0536104DAFB046FD07C68DC2BB , 0x1DD2D3F38ACB439E93F35F65F9B7D974 , 0x475E88385D6446428C02AF5EB3AAD086 , 0xCB27A941BB53496493889572AB9A7337 , 0x7E343212F7D849278D9336A7FE9D2D83 , 0xC9C8C8A2B7C8425B9CEE2AB05D6BE104 , 0x86A1EEADBC7942CD815D907D267D6433 , 0xFFCCEF673D88431094FE4BEC714ADEA1 , 0x68E2E2EC67754B2CA6F43665ACF90D64 , 0xCB262B016D2E4360AE7FF025FBC2D02B , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0xC3709F5D2DD14C66BBE914FEEEC20301 , 0x22C557F6B7554C23801A88E7876A2603 , 0xCF4E13253D0F4E34A6DD60EF0294AB82 , 0x39A49924ACD34D219C9B6B91CB16F3A0 , 0xD88E2F820F774503B7E0F8EAE68F5CC1 , 0x4C1045CB17C84BE1B421CBB7FD7D7A13 , 0x3FD592249B54411F97204F136CFA69E5 , 0x8A776404F2294123B0F94DE696D93E9C , 0xA9D230D3D09C41EDBC8010A4DD6F66C4 , 0xC33EB2D9CB034C92BA5C698AEDBA5E35 , 0x2AEBC67959E949B4BCB9719C10A6FCA5 , 0xFAA4A0C93E7B47B39646EBE0A293EACA , 0xEC6BD79F34CD4163A0B541FF46274B26 , 0x84D5CD23F5FD45C9B5E2C7B9C6E2E996 , 0xCEA272C571B2402084C7A975A93119EE , 0x63D20C6A274F4B95A41271D034BF4DAB , 0x09BC02B79AC2487D899FE2620F19ED24 , 0xA21BAD439CCF4BC48EE900C6A7C68735 , 0xA90AC493BAA84D638F59267925DE06F5 , 0x28902FE587FC4D2C8907793BFC3FA7FB , 0x7625513EF69C4F66A9EB9B25812AE404 , 0xB4654E8B79D0497EB735B1D3AB6C1A47 , 0xD7BEE9BF0A40497A804FA0385B536CDB , 0x28FE06A1FC734928A6E5826AEBEBF375 , 0x1B93F0F975544CEAAEC1D22C75EF3C0C , 0x8D588AE603B84FDC914A4D2E211A87AB , 0x3F72D920F56A4BC794C9B21B52CE8E7C , 0xD97CAE27DA5542069510AA3138CEC13F , 0x5FF0D21FC62A469D8C0B8A5AACB89633 , 0x5516E845A9B7482E941741B80CCD9399 , 0x37C94784E2A4488E88386AD408604549 , 0x9C3F9B057F0D4B888533BEC0B2243B53 , 0x27F8690729F942B09B5D49F7A595BEC8 , 0x0198CC7199B372E99ADC641346099A0B , 0x264F3C1CCAD44F6B95EB5C59A205BA53 , 0xDA67A770431E49A7885349947ACE10F5 , 0x554CC9397092437C854BF1A94ACD5985 , 0x8744F38D033F46E3AAF2C06103E9E28D , 0x2FD906518A474232BAA60927777838FB , 0x38F3DB75512C4C2D851932DF9704EEE8 , 0x8FD9C0855ACE40B5A709732863B08F68 , 0x88250427A7374EF2BECD76CF63AA53FD , 0x777AD251E96F437EA6E1A9E0E99E5689 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0xB0843C436907492A8B912E0CE3D0F2EB , 0xF7E08DCDC51E41B4AD81103BCE005171 , 0x9342B8B153F6436AA71FACB1D5B03A2A , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x62B90F687C26452F9808C8D228513CDD , 0xBB6363EDB21D4AAEA5877721ED49D030 , 0x3433D83E2468456AB494A6D0623443A2 , 0x6ADBF453C68E4042A7B1AE3922542861 , 0xDF07D5764E334BF9BEA6A3D7F3284934 , 0xFA89A9DAE85A475B81279CB2F2186919 , 0xBFFBA356AC7C484B93919161A313E104 , 0x117CA2178F694FA7A1A9A63F6E96E886 , 0x80BF7EAF39184C95830A4EEE0DB3A8F7 , 0x72F4F3B3CA0E4C37832B332A577A6474 , 0x62C43B60F1F24E59BE02A262C50E8AF2 , 0x6C4BC02D8D7D4995A36C4A6B1BEED6A1 , 0xAC0B9374988C4432A76D9C0CD2C4C755 , 0x374A8B121E614557BCBD11AB82F22701 , 0xAA900D5502784D94AAEBFE91FD8A79E6 , 0x5FC73157DFA743C1846095B250BC28CA , 0x2952316596194B2E8A3125181F3546E1 , 0x020C3415EA4B40518CF8FBCBBB56E8C5 , 0xB3773CC6B9CD42988E4887EF618FBC62 , 0xF9732598D9CC4E07ABFEB608192EF351 , 0x96A34B9EEBDC459398429B44E5F5BA7E , 0x5FC34E4B5D2B4AEC8A75CF144E1C163D , 0x3F821D63B5414D4F93859BE718F0F35B , 0xEB64941E47124BDE8CDED46BFC30C78E , 0x033942D79122435C8ECC70914E2C987B , 0x93B2CCC75C35419CB79C0C5D85CAF64C , 0x423162392BB040F3BE500A6F5F5D29F8 , 0xA0CCBF6A0D854A45B4D93C2B1E0151B1 , 0x1F9FD8DCFFED4A30A5064A96CC437910 , 0x367510B8FD81478A98A50403F5F12DFA , 0xE694E2E2EBCB4AA9993686C7A862F0BA , 0x72BA87549F8E4F19818763825B601890 , 0x60F9442771C34FAA8813598D6563997A , 0xC5392006968144268A07483408223289 , 0x2CBC8B9FFD0048539F4093B7E60AFC36 , 0x4A68BA4E256C49129ACDE54FBEFF91B6 , 0xE7807496C39F4C2A8F52CDC8FBEEE490 , 0xC7109B87AA4542DD8BA6C512A43CBEDC , 0x7160DF4CC2DF410FAFA4447D0BED60E1 , 0xAA6FFD9BDC4B479EB1F971417540F76D , 0x90DB56D898C6455B993753292107CE4D , 0x5B78FE922631481EA50989CBF56F8811 , 0x51D9DE06A28C4D1DB0D9287DE1307BB9 , 0x4C0BB7C5F897431787A927D5FDD1A627 , 0x8C6EA85D58EB41F3B0D598E1A756E785 , 0xDD847890A20F473DB1FB75B176B1C84C , 0xB9DBC35C8CAC4464B0EED0C95DF93A4F , 0x6761D7E5874848DA81E6F69A382C727D , 0x1FBC89456BD0453695851C3BF7D80617 , 0xE4585FE78F154697BB65400E0100366D , 0x8CDCD93FC2154B5E88DC15084FDCCB9E , 0x3FB97DE5CC4B4BE8AF088445B7389A3F , 0xE7F9135F0B3D43898CEF4BEFB5F1B750 , 0xBB25B21FF85D4684803F95B1943C42EC , 0x79E9D5F3F1014E72AA38235A8861780C , 0x6BFC1158030244D69DBE85610CF72B40 , 0x207A65C206194726B7FCE3A683538745 , 0x68C16D7FB84E4B22BCB83AE2272C3023 , 0x0A75D5FC8DC54A3095AE7C423CEE5E86 , 0x9E4EA82FE3844192B4DCB533A9075573 , 0x341B9BECAFB04D1D8DEC72B643432730 , 0x659B9833DD3942AABF2855A2403E4B3A , 0xC75D83FA19B34FE6844442FCE743D1FC , 0x93F9EDE30F8749F7BE391FB583DDDD7A , 0x4BC9D689978E4E93A1F1D22FD112B778 , 0x5875E90A4149478CAF4F73EA218FAE7D , 0x19B66F16B61543618ED442E438B4C902 , 0x5222CB43C07D44D6BDA426C18690CD73 , 0x8B1154FDAFAD47D8B4068C634475AFA8 , 0xA4A8C86177954121A5C1D21756B47A2B , 0x302C26630EE74FF28738A844ED269886 , 0x607909EEE162408FA1A59A6A7D84707C , 0x953AEECCB95747C5A2BF0975E822815E , 0xD1D27CA11F9949458AB3B805D43C1102 , 0x7ABD39251B884DB38D6570F67F42EDBD , 0xA63F4EAE4D404800958C8B1E1C56A98F , 0x0D9BD7AB6B1F4988B84030A6642B8C2D , 0x38051774FE2E4B25BB088D2348EF96ED , 0x1C4508DF2365490E9C750B76417CD583 , 0xB7BDDBBE01C144FDA09070A159706DD4 , 0x48B43DC76A4143AAA0C0BB1311EEAAB0 , 0x2070C1C33600459DB6737C6F3F590C27 , 0x449941BBDC124DA9934AEA8639AEB553 , 0x897559365EE84361BC097187611BEDEF , 0xAFD6BDFEEB444695BFEBAA7D318BDB5F , 0xC3DB40838216420995A0E33EFBB83857 , 0xCA06E673C9D0430D8B8831D91E4A53FC , 0xE875FA8F02EA4FB2A896E60A66B34CA8 , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x61DEBDA1020043959AA497CAD8711D71 , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x7AE856AA2C224FFB8F2C96E4E23C103E , 0x43E2B79235284B5D88925B542AF6A209 , 0xA276F2EADC434AB081123CB10365ECEF , 0xB3FE8A09A76C4EF8BD13818AE4567D60 , 0x69BBCD53E5C74441AEB0A3EB57CE5718 , 0x49E54ADDFD824934A325FD6A5A76473F , 0xD81BA6BBFEC0431D9106075E359AA7DC , 0xC3E7BB4C0E0C4B10AF704092C5E5AD48 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x38C8FEE1DB68429E84BF2D0FF7CF28D1 , 0xD73E16D28EFF419D9649067012F694A2 , 0xC6DB54CB223E46AC876D0B4A754916F1 , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x9C2392E6EDA34B648FB5054F2338FDC2 , 0xE1AA811ABB394AF8A6300405A2AD8564 , 0x4D27B61E6F224E35A72DBAC23AD950CA , 0x8A73BD37B17947B29AB0DEA985C56FC1 , 0x72378ACD9200468ABF184B1A8D3C45A9 , 0xC23A8B0ABBB14743A25ECD1D56080145 , 0xD389FCBB5E07474DB3B8C779F054A13D , 0x1054EEBD301041B49BE0CF92346250DC , 0x7190A7A5A60F4F4BB59CDF6E217A05BB , 0x4E0A4DDA13704AF3A7E6AB01AB09E529 , 0x43A4E4D08A6A43DEB89D4F26CE763959 , 0xE268901044D74F4997C8798505FDEA63 , 0x68F52736A49244598CE5B648A08C2899 , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x0918BF136F3943158B3458086A8580E8 , 0xC06928AB07DC464493AC379DB92223A2 , 0xD777E7A1B68D4AE2B1D3D6CAEB8F8F0E , 0xC6CEBA5135154F4B80FF0149DB58CBBC , 0x240627A9C55B48309EDCED91DA7F962A , 0xA5FD695C8CDE45EC81FC5E2129A75E5F , 0xB8033A03DFFD457D9D5D77F2A3BF7FEE , 0x20CA4616A5D840BBA62018714FA84602 , 0xE3B45041E7DF47BDB1FBAD3D88CB4889 , 0x4761672A8A7946669492EF1DFE479955 , 0xA64BFE2BF477479582BC88E15CDFCFFA , 0x78F38260736D4A05B6C3854B039C6E62 , 0x75BB310EA19C46AFACA23412C098628F , 0x614FF186FC9C4CA2A8186EA7A406FFEB , 0x1AB41B61BDEF441DBA9D0B83C4A3C363 , 0xA6F5334E85CE45B0BD4E538724CF1AF0 , 0x4C851E484C174484AF59A79732735CFC , 0xCBF4A86E775840CFAFBF4038B4F95786 , 0xC64EA1B899E54DB08FB14BBF1F3FD1B9 , 0x6176CA11E0F14135853AFA994A236A81 , 0xEE932F4A0B01460B8F39F41650F8476F , 0xAB554B7CB746427280E70EF43F5E3A4B , 0x29426732EBCF4FDBB5505030457B84D0 , 0x07E5D357CC0A4178AA39790D93330100 , 0xEB8BB6F518E14069A6F82747898156B7 , 0x2CD7C22194B14C3A89B02DD7F288EDED , 0x7CC1FAFCC78F46A49C90E45C7EFA3026 , 0x5796D7679DAC4E00BA710351C29B8F66 , 0xDBF63C55855049F6B87C89568D46FC4E , 0xD0CA453293BA4DD083261E43B5712E53 , 0xC7841340237141FD9773B0B75D97FE5E , 0x5181DA93B4F94F9B81B617F08E635B5F , 0x78EB0AA966344FAF87E9D34839800D84 , 0x042F2621F9B04A88894236C9A1A266DC , 0x403AADC1354A432FA2874195A7B7914D , 0xB697F97101EB40429BF34459155FF5B9 , 0x9E45D926DADC40FCBFA3D8068DEF99BE , 0x89BBE4F8FE454128A7C840758A9D5F3A , 0x4B5CA3CB7A1F441490EC66957EE83816 , 0x712BEC36AFED4F98A22E9B48DC736548 , 0x08C17B4B1AF34E0BB8A44E813F10D00E , 0x84903660536846A5A724528A8E55FCB3 , 0x9340B87922CF4FE49AA107EC4FE56CC5 , 0x7E5054511A654D309311316152D7D8C7 , 0x79C1B44237DD4AE9A7C9EE13908152C8 , 0x70E3E95578A3493EA207CFA837A2E2FA , 0x6B91F426DCE34603881A8130CDED7904 , 0xDB5460FD7959419788EC414BE3947D20 , 0x544A2015944B40C085239BEF584AEDDA , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD5D36A5BD545443A95E39C41B0CA0CBC , 0x590789E000FA4A49AE4B28CED70716D4 , 0x9527A1489FAD4B2293E8F4B09C07EE8E , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0x21A538C2436B4B759ED24ED847215A78 , 0xB7ECDE2D3DD140EA96E6770F78A7ADB2 , 0xD56C6BF640604937A1F931112F5BF865 , 0x9D1BC34EE7854870A3837049CC03BAFC , 0x2F4DD1163BE546F1A504D0D6F47EFB12 , 0xD49AC2FF23564FA4AC86C99C864085F3 , 0x2C56BD038B1749599BFB21B25E67D770 , 0x7FD9693053CE4E44A521FDD95E6456DE , 0x78F6DF4ECAAF4564BB51034D769AD3F9 , 0xEEBDE0A8208D4496A69AD9212F2CED78 , 0x5E93936FEDA244D986F2D4AD3B042D6E , 0xCF0CBA3080E64C8C9115BCB14257D210 , 0x23D98AA963A14049932771E477839E61 , 0x898268FF004F42719B767A581320398D , 0xD296D305F58F4C2A81C6ADD6EC0FA5BD , 0x820B1819DA7240FA94526E890BE68BB8 , 0x1F9A13ABCB954FB388EC07A83447E432 , 0xB3FCCE77B3DA4153B8A7C25127335B04 , 0xEFFCB31D3DCC4468A78A9AC78DC13722 , 0x1D1C0749A0854B7EB4CE7CB20DE099FB , 0x9C63DA2980974F0D969E93CD43A86603 , 0xAC1162B528EA406783971511086EFF2F , 0xC7C87B8E578F4C13B655C67EFD5E5D64 , 0xDB30ED5DB63E48B187D4940F7D917510 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x89C0F169C0BB4B72A14A5D47C0CC4620 , 0xCA29C3BC0CE64E9395F5BCE16CE80D5C , 0xD79EC83FBF0A41F7A049AD4C21634A00 , 0x6C60032837044522A2748A63E08D2B8A , 0xA9D5C6E9022E488B9A14CD2DDFF68FB5 , 0xAA660D1AB1AC4FD192AD6632CA10DE4B , 0xB5748648350B4356A3964452D2B85CAC , 0x3B1E50D6D0BB4C9E957045944DDB9A8F , 0x66D65AB9AB034AC59E737C04FF6A6D36 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x8F1332EB43334D159175A80ED6E45057 , 0xBB85B730792E47D297853AE1ECA5EB74 , 0xB1E2CEA70C944DD99EDC1E6EE97B509D , 0xC492401DE4124A2DACF2F49DB63D31CA , 0x632D7A5CB88249CCA01A0112E9308578 , 0xC0D39429A09D403591C2D2858F39DF23 , 0x89AADF47B2F741D289DB2101FFA918B3 , 0xDC7487729044444198EAAD719A5CACA7 , 0x9BBD8AC720CF44E88C974204565AC3A8 , 0x9155DE34B060454987198862F1814531 , 0xA41A2B49D4C44939A167DA5473798789 , 0x18669F63D98C4A49938345F9056FBB26 , 0xC7F90D7E463D4A1981391940134F1A27 , 0xA883E6B4B5B644A8AC51D51C1A7F4C86 , 0xEDAF1A15A67B4099850754A395044C9C , 0x475107A5A2BD494796067D8A8BAB5D25 , 0x342B7065F15842EC9A20D30A421D99E0 , 0xE73E457E4AF14CFA8D48D7C4E0517182 , 0x61ADF92F312346A89F840576AE3393EB , 0x7E908282303A420497593DCD776C20EC , 0xD2FA9F59192D4EE48B389E6CF1C07423 , 0x5FFEBA2B54DB4393852B1502A30631AF , 0x936E60F3C9B34E4685FA4E51B11B1D57 , 0x1A91D39D74444F58BF02EF60EE8AC139 , 0x3F520CB12F9D4FF88E40C80E85D9B334 , 0x9F722C9D94404C51A4B9906FA26312D3 , 0xD9609E08462144B4B7F476562667C6BE , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0x61263D05188C4F14995A4C68A8EBD27F , 0x3A45F1015FD14CCBBB824335018350F4 , 0x1F94B4FCAD59402D87608CA161B1BADD , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x73C8C846FA194EEEA5474E88DE43CB7F , 0x80AD12B6BD6D425684522986BF1EE720 , 0xA7F592AF2C694AF1BEF54445D61678CE , 0x9E8AEE1CF3B04F649956E076DBA0FE22 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xF57AD19FBF574A21B27FC44E26FC2A4E , 0x58A193B3DFE74BCBBF0D712B28D7722C , 0xE6F3FA2B5AA6458ABA76282D29F95DAA , 0xA2AF38342529463B992D41D855270EC4 , 0x3677F90D8209437CA6655C613D4646EC , 0x42D49C55760747C5B2E3F35C82BBA6FB , 0x66FFBA8165454065A4CE7064E01B2312 , 0x6BD8654C523C4FF9BB6F90B814D7A834 , 0x1AA153B8C2954C5E8262BF04AA4B2ACE , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0xC3643E3C22FB40509A9CA1C5355A1EB2 , 0x02605DD2EAA24F779FE2377F9175649D , 0x886B2FC181124B2B99DF70DE4D776877 , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x5123563D4A9B4481A7F148C2C143C165 , 0x7BE82DF813CB4B01A53DA47007BCD850 , 0xEEDDB78B4F064557804ECD79A3834DFE , 0xAA967D37B5C54DEC9DE460B25A2BD933 , 0xA2BE0F12DDB4434AA714DDA3D26E4FDC , 0x54B6F25DADF944F9A9BE6FCDC5F49FB9 , 0x090E9258195245038789DFE2529B0192 , 0x1E42037534E4472C8D018E3226F5FD28 , 0xF596F4DB96B9481999ADD056F10D6B8A , 0xAB2621B4553E4F49A251C4090866A803 , 0x8E99F48B3E494F7190F0BAD7997C7FDF , 0x0B73444F2EAE46D5930D727FEF14B5E0 , 0x0E0C578AC6BD463789117F5DA29063CD , 0x6FC81CE2B2814604BE87189A5DB36E0F , 0x22E74778C7FD40B8814E3FD1E508B4DA , 0x8BDC30C055B74897B022A3C3410C0B7C , 0xDFBC15EAC4844BDC88BBB3CE84DAB046 , 0xF9E6E17658384098B9A168B0D9F9BCE6 , 0x3D834912B10F40B9A8F2B3EF14F0DA20 , 0x419BE1A22E4F4CDE81CAFCCCF2346647 , 0x0C2851DC72C44BA68F83A90F631C4EC5 , 0xBC3DBB2FCAB54186AEE2BB64B7294930 , 0x56D2A58E64394B2A918769AFAA23B3F9 , 0x32F5AF68B048468DB3F6D91685E5DB7A , 0x984D5660C8834BA3B1843E82E1B914B9 , 0x6455F6CE27F94BBDB3CBAB9B844018CA , 0xA021B49733C84E8B9EA5FDAF3E6E53C0 , 0x1F02A248C8674E56967EAE51584CD5A4 , 0x1D3B7EEF29914428BC3FFB3200E73D90 , 0xE3AEC067933045A2934BD1E3856C263A , 0xF7597433E21E417595240E3DE3E886C1 , 0xD6F6780A31854142974C0372BF28C77F , 0x94F84AB90215495590411FEE68CAD100 , 0xA4848E60DDEE4A09AF4527FDD1854EBC , 0x8267A6ED8FA245F083DBC3FFBAEB0739 , 0x010EBBF471D840A6B1C9AB72339CE795 , 0x795D1FF5F9494D5D9CE3A1908FD97636 , 0x5C78EE57BC374417B20442368CD9737A ));
Copy
84
2.85 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 ãÉ-#LdªDîo1Ö5· "
b"\x00 F†Ø÷`Iƒ‘õ.§È½¶@ "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"\x01\x0E »ôqØ@¦±É«r3œç• "
b"\x01 nî\x08 é¢O%¼·ÈC\e BìC "
b"\x01 Ž;BÇÆB4»4\x02 ÌÚ:8‰ "
b"\x01 —hl\x19 ¿uk™4‰wÈ¥\x08 Y "
b"\x01 ˜Ìq™³réšÜd\x13 F\t š\v "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"\x02\f 4\x15 êK@QŒøûË»VèÅ "
b"\x02 Gy\e E\x05 LhØ├@ó┬×ù├ "
b"\x02 `]ÊÛóOwƒÔ7\x7F æudØ "
b"\x03 9Bב"C\ŽÌp‘N,˜{ "
b"\x04 /&!ù°Jˆ‰B6É¡¢fÜ "
b"\x04 y\x08\x0E 1^M\x1C ¯Žq2¬û…\e "
b"\x05 #ˆå!’Kåµ\x16 ¡gS¤\x05 è "
b"\x05 2\x19 j0.D©“M`\x1E Ïñ<& "
b"\x05 <e7+\x18 C\x19 ‚”½2rÅœ\x18 "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"\x05 Íç\x1A ØÝGÚ†\x16 ‹Õ›rß "
b"\x06 Ì<!¾\x7F Ox¤†÷0Tu\x13 ” "
b"\x07\x00 *Œt÷O\v µí…Ø¥ž‡[ "
b"\x07 :\e YF╚Cöì│┌ÕZÈÏ┬ "
b"\x07 lyı'¥@®╝¤´.\x0F ;ÎÅ "
b"\x07 åÓWÌ\n Axª9y\r “3\x01\x00 "
b"\x08 JÕ\x17\x06\x05 H–›ôå\x02 yŒx\x04 "
b"\x08 ┴{K\x1A ¾N\v ©ñNü?\x10 ð\x0E "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"\t\x0E ’X\x19 RE\x03 ‡‰ßâR›\x01 ’ "
b"\t\x15 ßcaÅO\x03 í\x11 ö¡tn\x0F ½ "
b"\t\x18 ¿\x13 o9C\x15 ‹4X\x08 j…€è "
b"\t ¼\x02 ·šÂH}‰Ÿâb\x0F\x19 í$ "
b"\t õ«©{\x03 Hí•:{¿g“¶ë "
b"""
\n
R&Tø¨F°¹k†\e }Ê\r ¾
"""
b"""
\n
uı³ì┼J0ò«|B<¯^å
"""
b"\v B@Þh¥F\x1F ¬™\x07 ‰¿7ù\x06 "
b"\v sDO.®FÕ“\r r\x7F ï\x14 µà "
b"\f (Q▄r─KªÅâ®\x0F c\x1C N┼ "
b"\r ›×«k\x1F Iˆ¸@0¦d+Œ- "
b"\r ®EªœßD\x00 ´šÎ¯vø…€ "
b"\x0E\f Wèã¢F7ë\x11\x7F ]óÉc═ "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\x0E „öúX«N®¿A¸«nøÙé "
b"\x0E ®\x0E dE\x05 @‰¶|1Ìò\x07 8M "
b"\x10\x19 ÃS‚bOª³©”Çhñ8 "
b"\x10 Tî½0\x10 A´›àÏ’4bPÜ "
b"\x11 |ó\x17 ÅiOºí®ª?nûÞå "
b"\x11 ‹Í¤P¥A¸„ï\x1E K\x04 Á×5 "
b"\x11 ”Y€ÝcOŒ¿Ã"\f ºª+g "
b"\x13 8¡—°ÔAœŒgâ)¸Vçì "
b"\x13 ßI╦\x12 ýNRü¥\x12 /\x1E XÐÜ "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"\x15 'X\x0E ¥³A?‚z´\x15 Oî\t "
b"\x15 ;¤\x12 ?\x1D Nz³p\x1C L$~Œë "
b"\x16 ªÿçƒ\x06 A˜š#\v ü¸v¯• "
b"\x17 Úëó\x0F §BÌä÷èþâÏì¡ "
b"\x18 fŸcÙŒJI“ƒEù\x05 o»& "
b"\x19 ¶o\x16 ¶\x15 CaŽÔBä8´É\x02 "
b"\x1A ŒÝü€ýGR£í¬¼iŸ¤S "
b"\x1A æËØtDOX┐\x02 ´`¯è┴9 "
b"\x1A ¡S¸Â•L^‚b¿\x04 ªK*Î "
b"\x1A ┤\e a¢´D\x1D ║Ø\v â─ú├c "
b"\e +$·n\x1E M·“ÖÍš2.Žd "
b"\e É\x07 ┐$ÅK■ùÚ┼\t @\x18 ;J "
b"\e “ðùuTLê®ÁÒ,uï<\f "
b"\x1C E\x08 ß#eI\x0E œu\v vA|Õƒ "
b"\x1C }╦}þãA¥àÅ×\v \¦Ðd "
b"""
\x1C ï½ïð\v @\x05 µ\n
E¨\x18 |Eœ
"""
b"\x1D\x1C\x07 I …K~´Î|²\r à™û "
b"\x1D ;~´)æD(╝?¹2\x00 þ=É "
b"\x1D ÒÓóŠËCž“ó_eù·Ùt "
b"\x1E B\x03 u4õG,ì\x01 Ä2&§²( "
b"\x1F\x02 ¢HÈgNV–~®QXLÕ¤ "
b"\x1F ”´üY@-‡`Œ¡a±ºÝ "
b"\x1F š\x13 «Ë•O³ˆì\x07 ¨4Gä2 "
b"\x1F ŸØÜÿíJ0¥\x06 J–ÌCy\x10 "
b"\x1F ÑlÐoËBªì~}î̽ËÖ "
b"\x1F ¼‰EkÐE6•…\x1C ;÷Ø\x06\x17 "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b" zeÂ\x06\x19 G&·ü㦃S‡E "
b" ┬u¦╦hKùï¹\f D\x0F )üÏ "
b" ÊF\x16 ¥Ø@»¦ \x18 qO¨F\x02 "
b"!\x1A 8À\t ¿K\x19 ì6øéÐ\f\x19 ¯ "
b"!¥8ÂCkKužÒNØG!Zx "
b""FFqœ¨DV„à.Ç…ÿ\x05\x1A "
b""JxdˆyE3¸¥”³À§G” "
b""ÅWö·UL#€\x1A ˆç‡j&\x03 "
b""þGxò@©üN?ÐÕ\x08 ┤┌ "
b"#ÙŠ©c¡@I“'qäwƒža "
b"$\x06 '©Å[H0žÜí‘Ú\x7F –* "
b"$K`0ÿýE)¤Ð\x15 ¾Pº"% "
b"&!ÆI‚M@µ”ŒÑ5¤ùb® "
b"&O<\x1C ÊÔOk•ë\Y¢\x05 ºS "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"'øi\x07 )ùB°›]I÷¥•¾È "
b"(7ñ6üZNÚñ{Ç\x7F Þ:/$ "
b"(É/Õç³M,ë\x07 y;³?º¹ "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"(¤ÈåR¦I:ŒÓReˆ,\x05\x08 "
b"(├§¨üüF©ù┼\x18 V¶B▀ÿ "
b"(Þ*BLBN0 ‡S‘óCÚW "
b"(þ\x06 ¡üsI(¦å‚jëëóu "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b")Bg2ëÏOÛµPP0E{„Ð "
b")R1e–\x19 K.Š1%\x18\x1F 5Fá "
b"*ëÆyYéI´¼¹qœ\x10 ¦ü¥ "
b"+\x02 vS‚¢@!‹f|`\x10 —®Z "
b",V½\x03 ‹\x17 IY›û!²^g×p "
b",¼‹Ÿý\x00 HSŸ@“·æ\n ü6 "
b",×Â!”±L:‰°-×òˆíí "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b".‡ä*=ŒJ¥½M§ÐÈQ¿~ "
b"/MÑ\x16 ;åFñ¥\x04 ÐÖô~û\x12 "
b"/Ù\x06 QŠGB2º¦\t 'wx8û "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"0äT1\x15 ËF\x1F ç\x06 Ñ>í`ìÙ "
b"2ðÿ■ExK‗ÅÕ\x06 ×Pòz─ "
b"2§»h░HFì│÷┘\x16 àÕ█z "
b"3Mâ\e çôAʲ-m‚ž6ÏÅ "
b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11 "
b"4\e øý»░M\x1D ìýrÂCC'0 "
b"""
4+peñXBìš Ó\n
B\x1D ™à
"""
b"43Ø>$hEj´”¦Ðb4C¢ "
b"""
4Wk^s6BCˆ`,dá·\n
K
"""
b"4¦)ìtxC|²þt¿!ì¬2 "
b"""
4½Ÿc£ìIu©µ$\x04 ë\x05 \n
\x03
"""
b"5\x06 ô)åVH†‘ž{R·q^ú "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"6u\x10 ©²üGèÿÑ\x04\x03 §±-· "
b"6wù\r ‚\t C|¦e\a=FFì "
b"6öØh╗bN\x08 ÿr$²%ý\x19\f "
b"7\x0F þ;¥ýN¤’ÑŸ‹´‚ö¼ "
b"7C;æÂ:I‡¦¡‹Få¢X# "
b"7J‹\x12\x1E aEW¼½\x11 «‚ò'\x01 "
b"7¸\x05 –yL\¶\x01\x00 Œ\x11 fF\x01 "
b"7ÉG„â¤HŽˆ8jÔ\x08 `EI "
b"8\x05\x17 t■.K%╗\x08 ì#H´ûÝ "
b"8ÈþáÛhBž„¿-\x0F ÷Ï(Ñ "
b"8óÛuQ,L-…\x19 2ß—\x04 îè "
b"9¤™$¬ÓM!œ›k‘Ë\x16 ó "
b"9àÕ°âþBå„+Tø®fŠ\x05 "
b"9æ\x11 ë°ÎLô¾È\t vÍ—›\x1D "
b"::ãr;åFłʪ\x1D èBÖ§ "
b":Eñ\x01 _ÑLË»‚C5\x01 ƒPô "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b":Þ\x1E 4cÅNt§8f\r \x06 y}ï "
b";\x1E PÍð╗L×òpEöM█ÜÅ "
b";C‹a\x00 ‚Kv‰Òó–c\x1C pÆ "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"=b\e\x05 6\x10 M»░F²\x07 ãì┬╗ "
b"=ƒI\x12 ±\x0F @¹¨ò³ï\x14 ðÚ "
b">%ë@Ì,@ ¬¤h\e Ô.Žj "
b">Ë«÷ŒÞD?»â\f ?wFá\x05 "
b"?R\f ▒/ØO°Ä@╚\x0E à┘│4 "
b"?rÙ õjKǔɲ\e RÎŽ| "
b"?‚\x1D cµAMO“…›ç\x18 ðó[ "
b"?¹}åÌKKè¯\x08 „E·8š? "
b"?Õ’$›TA\x1F — O\x13 lúiå "
b"@8]„àüMn§Öà?LÖ•È "
b"@:Á5JC/¢‡A•§·‘M "
b"@L<fªWK\x1F ½£Ý\x07 ‹\x08 :ï "
b"@ñ@Ô³LL¹»q Y†ž»R "
b"Aøßó.OLÌü╩³╠‗4fG "
b"""
B1b9+°@ó¾P\n
o_])ø
"""
b"B„<9ò\x0E O#¥™WWv°`Â "
b"BÔœUv\x07 GŲãó\‚»¦û "
b"C]|K\x13 ¯BÈ™™X•\x18 VÀL "
b"CñõðèjCÌ©ØO&╬v9Y "
b"Câ·’5(K]ˆ’[T*ö¢\t "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"E±¹a¤¶H³ªÇ>óÕqã{ "
b"F3ì\x13 ÚfHEª~6Y¸A\x10\x11 "
b"GQ\x07 ¥¢½IG–\x06 }Š‹«]% "
b"G^ˆ8]dFBŒ\x02 ¯^³ªÐ† "
b"Gag*ŠyFf”’ï\x1D þG™U "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"H´=ÇjACª À»\x13\x11  "
b"Hæ“ϼoGߎËÇæ¬\x14 øæ "
b"INÙ5hýB܆¨à4\x0F \r Åp "
b"I’TPè½B‹§KR£öHC\x15 "
b"I°ƒ\x08\x12 ®Jhˆ°˜8\x7F 3\x08 — "
b"IåJÝý‚I4£%ýjZvG? "
b"J1\e {F/CA¶Êª\x14\e xÎ\x17 "
b"JhºN%lI\x12 šÍåO¾ÿ‘¶ "
b"JݾðÍKApµöBÞÑr½ñ "
b"JþßÿBì@O”-™²\x02 þ%p "
b"KZ¦xÉâFf—¸:§ùà^Q "
b"K\ú╦z\x1F D\x14 Éýfò~Þ8\x16 "
b"KÉÖ‰—ŽN“¡ñÒ/Ñ\x12 ·x "
b"L\v ·Åø—C\x17 ‡©'ÕýѦ' "
b"L\x10 EË\x17 ÈKá´!Ë·ý}z\x13 "
b"LP÷À‰ÐNz¸Ž^£<^\x7F ù "
b"L…\x1E HL\x17 D„¯Y§—2s\ü "
b"M'¶\x1E o"N5§-ºÂ:ÙPÊ "
b"""
N\n
MÚ\x13 pJó§æ«\x01 «\t å)
"""
b"N▄O!┬xAIôs{5\r e╬Ø "
b"O\x19 Í\x13 Ï´G>£v)ähU\x13 Þ "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"PíC*\x03 Ñ@\f ÄÌÑzãÉlÍ "
b"Q#V=JøDüº±H┬┴C┴e "
b"Q8 ç4¸A¿·£m@'\x12 hý "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"Q}DBŒïJ\x1C ³\x08 ±KYZÀp "
b"Qü┌ô┤¨OøüÂ\x17 Äc[_ "
b"Q╔\x05 ]4┌@áú+5\x1E ìÔéC "
b"QÙÞ\x06 ¢ŒM\x1D °Ù(}á0{¹ "
b"R"╦C└}DÍ¢ñ&┴åÉ═s "
b"R‰É¬\x1E\x1A E%°(VkÏ2ÇØ "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"S1Ž«•™I”¿Ï,X\x01 é\x1C\f "
b"SÅ\x01 âÏAIo©¤.êGÃU¯ "
b"T&Æ¥ëBFà†9í“jA\x01 ® "
b"TJ \x15 ”K@À…#›ïXJíÚ "
b"T░┬F\x16 ¡LººÍnɧ°m³ "
b"T¶ò]ùDù©¾oÍÅôŸ¹ "
b"U\x16 èE©·H.”\x17 A¸\f Í“™ "
b"ULÉ9p’C|…Kñ©JÍY… "
b"V)'¼x‡L\f ‚À\x07 Ç¢¥‘· "
b"V`\x0E\x14 »rL8£»[W‹Ò\x10 × "
b"VÒ¥Žd9K*‘‡i¯ª#³ù "
b"WûÎgؼN\x00 ║q\x03 Q┬øÅf "
b"Wñ‹\x00 #¾D\e °xJ\x00 ³\x17 ‘Ð "
b"X7\f @3ÙF³Åè┴E\x08\x19 +╦ "
b"""
XuÚ\n
AIGî»OsÛ!Å«}
"""
b"X¡“³ßçKË¿\r q+(×r, "
b"XáV€¡pGlºd\x1C „Hƒï\v "
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"Y,î\x11 ÅËDö▓°íþ\x01 |B\x08 "
b"Z=à†¶‹MÁ«µ»+Q\x04 ÊÝ "
b"Z‰yP\x0E ¸F7„];If\x16 ÄÝ "
b"[xþ’&1H\x1E ¥\t ‰Ëõoˆ\x11 "
b"[Í¡á`®B\x1A ˆOUŒbÂèà "
b"[Ð<^xxJ$¼7Q'3³\e i "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"\xîW¼7D\x17 ²\x04 B6ŒÙsz "
b"]w!ØÓ\x15 L\v ¼*ê7╚A°A "
b"^@ÓÓ^ÉHª°;Y\x01 [ï6Š "
b"^ü(Ê+ÓLu╣º»æ,█XÝ "
b"^““oí¢DÙ†òÔ;\x04 -n "
b"^\x1D ªc\x06 M!«ÇãUM:–@ "
b"_\x16 ²╔═\x04 Jzó▄ìkcÁBé "
b"_ÃNK]+JìŠuÏ\x14 N\x1C\x16 = "
b"_Ç1Wß§CÁ„`•²P¼(Ê "
b"_Ê\x1F ã*FØî\v èZ¼©û3 "
b"_þº+TÛC“…+\x15\x02 £\x06 1¯ "
b"`y\t ¯ßb@ÅíÑÜj}äp| "
b"`Çn¶À╚O▒üÄþ*½<¾Ö "
b"`¨D'q├O¬ê\x13 YìecÖz "
b"a&=\x05\x18 ŒO\x14 ™ZLh¨ëÒ\x7F "
b"aOñ†üœL¢¨\x18 n§¤\x06 ÿë "
b"av╩\x11 Ó±A5à:·ÖJ#jü "
b"aù/1#F¨Ÿ„\x05 v®3“ë "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"aìg\x14 ?äCx£GIg\x08 ¬äõ "
b"b¹\x0F h|&E/˜\x08 ÈÒ(Q<Ý "
b"bÄ;`ñòNY¾\x02 ¢bÅ\x0E Šò "
b"bý$÷ÙÞN?ŠÀ\x16 *öÇuG "
b"c-z\¸‚IÌ \x1A\x01\x12 é0…x "
b"cÒ\f j'OK•¤\x12 qÐ4¿M« "
b"dUöÎ'ùK½³Ë«›„@\x18 Ê "
b"df\x11 ±\x05 ÍOX¢Êe,‘ß)u "
b"dhD\r |ÑEÌ•¥›°-vÏ… "
b"e›˜3Ý9Bª¿(U¢@>K: "
b"fÌœBžµEç«JÀ\x0F ”Ý³Š "
b"fÖZ¹«\x03 JÅžs|\x04 ÿjm6 "
b"f ║üeE@eñ╬pdÓ\e #\x12 "
b"g\x0E mÇ®\x10 MBŠ¡ÙѣŖû "
b"gaÎÕçHH┌üµ÷Ü8,r} "
b"gyp—á?Bí¨bWÇ\x1C Bz( "
b"gÞmg0LK„‚éX«rš‚ô "
b"hÁm\x7F ¸NK"¼¸:â',0# "
b"hÞì^)ÝE/›\x01\x1F\t 'Px“ "
b"hââìguK,¦ô6e¬ù\r d "
b"hï('\x7F ¶K«²ÞÀÇåÎÁ\x1D "
b"hõ'6¤’DYŒå¶H Œ(™ "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"i»ÍSåÇDA®°£ëWÎW\x18 "
b"ié#u»fHçƒWqþŒlžž "
b"j\x10 ©í\x18 [C\x10 µ#\x18 ºÿ¼G¯ "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"jÕzNëíMdžØÛTo±\x01 È "
b"jÛôSÆŽ@B§±®9"T(a "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"keðN»ÓJƒ³Á\x10 7‚e\x00 Æ "
b"""
kzÒ{ÂÆN\n
║#³ÅGKÎ
"""
b"kæ¶&▄ÒF\x03 ê\x1A ü0═Ýy\x04 "
b"kÏeLR<O¨╗oÉ©\x14 ο4 "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"lK└-ì}IòúlJk\e ¯Íí "
b"l\«Iã¥DÈŠ9f›ª0åÅ "
b"l`\x03 (7\x04 E"ótècÓì+è "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"l’ð\x05 ÂLAr’ôð\x08 ´8þ "
b"m®P?’kEä…+“C\x06 ØÁç "
b"""
n┤ÙuÙ\x04 FðØï"╩Ì\n
║┐
"""
b"oƒ”¸z\x1D D|¢Õ’!\x19 Œf‰ "
b"o╚\x1C Ô▓üF\x04 ¥ç\x18 Ü]│n\x0F "
b"pªDy.¼E©ø┤»Ñ\r É!´ "
b"pãéUx£I>¢\x07 Ϩ7¢âú "
b"q+ì6¯íO˜¢.›HÜseH "
b"q9&ÑQãJH®¥:Ê$–\x06 $ "
b"q`ßLÂßA\x0F ¯¤D}\v í`á "
b"qɺѪ\x0F OKÁ£▀n!z\x05 ╗ "
b"r7è═Æ\x00 Fè┐\x18 K\x1A ì<E® "
b"rf‗°\x10 ÂMc┤ؽú┴LpÜ "
b"r║çTƒÄO\x19 üçcé[`\x18 É "
b"rôó³Ê\x0E L7ƒ+3*Wzdt "
b"sÈÈFú\x19 Nî¥GNˆÞCË\x7F "
b"süYÂ\x0E ñKù‘î\x1C APž\e "
b"t¤˜P`6Dñ¯Úè\x1E\x12 #\x18 2 "
b"u\x1D 2û\x0F GF(µÂ\r ©±`Í? "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"u╗1\x0E í£F»¼ó4\x12 └ÿbÅ "
b"v%Q>÷£Of®Ùø%ü*õ\x04 "
b"v)c\r ‚\x0F Fà¢Î\r ù)JUê "
b"wzÒQéoC~¦á©àéžV‰ "
b"xV@\x17 ï#Kù§‰2b™HrN "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"""
xë\n
©f4O¯‡éÓH9€\r „
"""
b"xó‚`smJ\x05 ¶Ã…K\x03 œnb "
b"xößNʯEd»Q\x03 MvšÓù "
b"y]\x1F §¨IM]£ÒíÉÅ┘v6 "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"y┴┤B7¦JÚº╔¯\x13 ÉüR╚ "
b"yÉÓ¦1ÞN\x08 ›%Áó±û\x7F d "
b"yÒù\x1F ã¤L¶–dÇ Ð¼»< "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"z1\x18 ð\x03\v Gúû─Å░╠ÕÅô "
b"z¢9%\e êM│ìep÷\x7F BÝ¢ "
b"zÞV¬,"O¹Å,ûõÔ<\x10 > "
b"zð2 !ïKu›'rP.\x14 Š% "
b"{z)Püœ@4ž€Éª|Xuü "
b"{è-ø\x13 ËK\x01 ¥=¤p\x07 ¼ØP "
b"|/j'z‚Lï€mØô¾iÊ "
b"|┴·³ÃÅFñ£Éõ\~·0& "
b"}\x10 üT4áD▓ƒ█¹{tê\x04 ï "
b"}╝¬\x1A gØE¸┐às╚;×=È "
b"}¨M¬fªK╬¡\x01\x1F ôÁ]ïØ "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"~PTQ\x1A eM0“\x11 1aR×ØÇ "
b"~Ééé0:B\x04 ùY=═wl ý "
b"\x7F Hó72HU¾*B'ÔïR• "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"\x7F Ùi0SÎND¥!ýÙ^dVÞ "
b"€\x12 ¶½mBV„R)†¿\x1E ç "
b"""
€¿~¯9\x18 L•ƒ\n
Nî\r ³¨÷
"""
b"ü\x02 3º]:D╚è\x01 {[,▒i\x10 "
b"ü\x15 ,7çíHÈ▒a\x00 ôkûE= "
b"ü¾¾\x18 ╠ƒN║¢¿\6P \x1F V "
b"ü¶├~>║Ga╗┴bdýıçy "
b"ü¶Ù╠'µL\x10 øSå\x04 ┐¿&ü "
b"‚\v\x18\x19 Úr@ú”Rn‰\v 拸 "
b"égªÝÅóEâ█├ ║Ù\x07 9 "
b"ƒ~½Ò ÑLâ›\x14 uÚq“\x0F ô "
b"äÉ6`ShFѺ$RèÄU³│ "
b"„ÕÍ#õýEɵâǹÆâé– "
b"ä┘┘cP\H█Æ(5NÞÅÂü "
b"""
à╔Ç¡ízFÂÄü\n
¹║┌åY
"""
b"†\x01 ú›¡DKU†H°Þ÷\x00 jX "
b"åí¯¡╝yB═ü]É}&}d3 "
b"†ñó´úéJ[Œ2®º\x06 üØù "
b"çD¾ì\x03 ?FÒ¬‗└a\x03 ÚÔì "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"ˆ%\x04 '§7Nò¾ÍvÏcªSý "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"êk/┴ü\x12 K+Ö▀pÌMwhw "
b"‰uY6^èCa¼\t q‡a\e íï "
b"ëéh \x00 OBqøvzX\x13 9ì "
b"‰ªßG²÷AÒ‰Û!\x01 ÿ©\x18 ³ "
b"ë╗õ°■EA(º╚@uèØ_: "
b"‰ÀñiÀ»Kr¡J]GÀÌF "
b"Š\x19 “í€G"Ÿw¿ËFp†i "
b"ŠZÂ\x00 Ò]H™uá\e c\x02 ¾@ "
b"Šs½7±yG²š°Þ©…ÅoÁ "
b"Šwd\x04 ò)A#°ùMæ–Ù>œ "
b"‹\x11 Tý¯GØ´\x06 ŒcDu¯¨ "
b"ïÁTèsºBìÿ\v óVËõ\x1E o "
b"‹Ü0ÀU·H—°"£ÃA\f\v | "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"Œn¨]XëAó°Õ˜á§Vç… "
b"ŒÜÙ?Â\x15 K^ˆÜ\x15\x08 OÜËž "
b"ì\x1E\x14\x7F\x00 ì@§║É,#a\x03 t³ "
b"ìXèµ\x03 ©O▄æJM.!\x1A ç½ "
b"ÄÖ¶ï>IOqÉ║ÎÖ|\x7F ▀ "
b"ŽÞ\x05 lÞ‡IÊ»î"ÆÑx{X "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"ÅWnÚ?;A‗É┴2m¿\x1A ╣² "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"Å┘└àZ╬@Áº\t s(c░Åh "
b"Å█d7²┌L\x12 Ä╚uå\x00 æn\x08 "
b"É^│\~\x7F J&©£o:è·'q "
b"É█VÏÿãE[Ö7S)!\x07 ╬M "
b"æUÌ4░`EIç\x19 êb±üE1 "
b"‘Á\x01 9óùFÝ™XxØâ’(\x00 "
b"’þaÈ]ŠD°²í|Õ\x01 p¿Í "
b"“@¸y"ÏOäš¡\x07 ìOålÅ "
b"“B¸±SöCj§\x1F ¬±Õ°:* "
b"“J\x18\x06 Zd@Û‘‚`\x05 ¶Ž÷é "
b"ôU÷\x1C Ê├HÈâØÈ¹JVÝØ "
b"“n`óɳNF…úNQ±\e\x1D W "
b"ôç¼▒:vB Å\x7F j϶Sõ\x1A "
b"ôöìyë╣J╗¼Â Ò├ñý+ "
b"“²ÌÇ\5Aœ·œ\f ]…ÊöL "
b"“÷ a·VBÚ„˜~‚8D…¾ "
b"“ùíã\x0F ‡I÷¾9\x1F µƒÝÝz "
b"ö°J╣\x02\x15 IUÉA\x1F ¯h╩Ð\x00 "
b"•'¡HŸK"“èô°œ\x07 îŽ "
b"ò:¯╠╣WG┼ó┐\t uÞ"ü^ "
b"•W9íä‹Jè¼QïFž\x1A ý¶ "
b"–‚º\x01 ±&FG¸¼^)ò?æÙ "
b"–£KžëÜE“˜B›Dåõº~ "
b"û½TyG°G¸░Ø©æ21¶î "
b"–±ªÕ”ÕD\x01 ŒñU\x16 ¯‹m "
b"—f\x0E óVWBR†¹\‚ܰ/- "
b"ù~XDx\x1D J\x05 ºÉÕ"à┌%B "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"—Î<k?êG·«ß\x18 Õ\x08 éÍ6 "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11 "
b"˜MV`ȃK£±„>‚á¹\x14 ¹ "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"ÿì'(\t mG~║oJZ«1▓Ô "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"øx\x07 Û\x02 õLÃúaÈÉKÒ4å "
b"›½ŠÇ ÏD茗B\x04 VZè "
b"›ñÐ5bªD¿ˆÌ…·\x02 ü‚û "
b"£#ƵÝúKdÅÁ\x05 O#8²┬ "
b"œ?›\x05\x7F \r Kˆ…3¾À²$;S "
b"œcÚ)€—O\r –ž“ÍC¨f\x03 "
b"Ø\e ├NþàHpúâpI╠\x03 ║³ "
b"Ø]§Îª#J#ºYÜË`┼┤\x1F "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"×E┘&┌▄@³┐úÏ\x06 ì´Ö¥ "
b"žN¨/ã„A’´Üµ3©\x07 Us "
b"ž…OÌ\x08\x19 D!»4ÿ\x19 ˜Šàù "
b"žŠî\x1C ó°Od™VàvÛ þ" "
b"ŸcQ\x14 <.I‘§\x1D ezŠòÆñ "
b"ƒr,Øö@LQñ╣Éoóc\x12 Ë "
b" \x02 æ;µ;Eí¢ªÚYBNÙ( "
b" !´—3ÈN‹ž¥ý¯>nSÀ "
b"á│║feßJ\x1A Å\x7F x6o,\e\x7F "
b" ºH\f etF/´\x1D çnìå£\x13 "
b" Ì¿j\r …JE´Ù<+\x1E\x01 Q± "
b" ù¤\x1D 5×J€¦[ºÛ‰8¤i "
b"¢\e CœÏKÄŽé\x00 ƧƇ5 "
b"óv‗Û▄CJ░ü\x12 <▒\x03 eý´ "
b"¢¯84%)F;™-AØU'\x0E Ä "
b"""
¢³X°3\n
@\x19 ³Þ›.8Ñ\x17 S
"""
b"¢¾\x0F\x12 Ý´CJ§\x14 Ý£ÒnOÜ "
b"""
ú\n
©®ùûDcÜlŪù\x03 ▓\x04
"""
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"úz³±│SI(ÖΡ0ßü79 "
b"£‚t÷\r EAŸ\x15 ¶¥ªøßJ "
b"úú¹æü^@─ï¤▀¡Æ4█# "
b"£åÑ€\e ÏNs«qN3ag7' "
b"¤\x1A +IÔÄI9¡gÚTsy‡‰ "
b"¤„Ž`ÝîJ\t ¯E'ýÑ…N¼ "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"¥#e±D\x06 D\x04 …Òœ¬\×\x0F\v "
b"""
Ñ?\n
Щ[C7ü/\x02 AZ½·©
"""
b"Ѳi\îÌEýü³^!)º^_ "
b"ª?N«M@H\x00 òîï\x1E\x1C V®Å "
b"¦Kþ+ôwG•‚¼ˆá\ßÏú "
b"¦õ3N…ÎE°½NS‡$Ï\x1A ð "
b"§õ’¯,iJñ¾õDEÖ\x16 xÎ "
b"¨'4\x1D g-B=„\x07 X¡ïñ(F "
b"¨ƒæ´µ¶D¨¬QÕ\x1C\x1A\x7F L† "
b"¨ã\x14\x02 @@J³ƒkq`{ˆ¨– "
b"""
®\n
─ô║¿McÅY&y%Ì\x06 §
"""
b"©Ò0ÓМAí¼€\x10 ¤ÝofÄ "
b"®ıãÚ\x02 .HïÜ\x14 ═-▀÷ÅÁ "
b"¬\x1F ®N<òJhìóOâLe\x16 ; "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"ªf\r \x1A ±¬OÑ’f2Ê\x10 ÞK "
b"ªoý›ÜKGž±ùqAu@÷m "
b"¬ä╔áɦDÌû├ý¥┌§\x06 Ù "
b"¬É\r U\x02 xMö¬Ù■æ²èyµ "
b"¬û}7Á┼MýØõ`▓Z+┘3 "
b"«&!´U>OI¢QÄ\t\x08 f¨\x03 "
b"«9Íá\x11 ªL/™\x13 VG/â\x1A u "
b"«UK|·FBr€ç\x0E ô?^:K "
b"¬\v “t˜ŒD2§mœ\f ÒÄÇU "
b"¬\x11 bµ(ê@gƒ—\x15\x11\x08 nÿ/ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"®/<\x11 ±LGkŠ÷Ä]c†ž¼ "
b"®J'‹\x07 wD·¡\x18 %½\x1A ;?9 "
b"®›·žÄ*K¤€ü»-ÐTJz "
b"¯\x02 ¯(J\x1E C@©ÖW\x10 ì\x0F i* "
b"¯Ö½þëDF•¿ëª}1‹Û_ "
b"°„<Ci\x07 I*‹‘.\f ãÐòë "
b"±9'7ÛnDMŒÉÜíêöƒ¬ "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"▒Ô╬º\f öM┘×▄\x1E nÚ{PØ "
b"▓û┤├Ã▒Nú\x03 =┴<\x12 ÇÉ "
b"│w<ã╣═BÿÄHç´aÅ╝b "
b"³üÎw³ÚAS¸§ÂQ'3[\x04 "
b"│■è\t ºlN°¢\x13 üèõV}` "
b"´.L¯tü@\e ³O¥!âm—O "
b"┤B¶Ép\x14 G\x1F ¥Þþàë5¦® "
b"´eN‹yÐI~·5±Ó«l\x1A G "
b"µt†H5\v CV£–DRÒ¸\¬ "
b"¶—ùq\x01 ë@B›óDY\x15 _õ¹ "
b"¶Û”‚°\x18 JW»Pž7R\x0F ô\x10 "
b"ÀJüõ´■IÈ╝\x01\x14 R6▀ËÝ "
b"À¢█¥\x01 ┴D²áÉpíYpmÈ "
b"·ìÞ-=Ñ@ê–æw\x0F x§² "
b"©\x03 :\x03 ▀²E}Ø]w‗ú┐\x7F ¯ "
b"¹o.\x12 -KIŸ´ý\x05 {\x03 ©dº "
b"¹ÛÃ\Œ¬Dd°îÐÉ]ù:O "
b"║w└v=¹G\x15 ç`¡º3\É "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"»%²\x1F ø]F„€?•±”<Bì "
b"»ccí²\x1D J®¥‡w!íIÐ0 "
b"»…·0y.GÒ—…:áì¥ët "
b"╗Åù¶±\x0E B·ë!X$&Ê"à "
b"¼=»/ʵA†®â»d·)I0 "
b"""
╝dº\n
5ªAìü~bën¥ä├
"""
b"¼Æû’N5CR§ÆË³\r Üë’ "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"¿û£V¬|HK“‘‘a£\x13 á\x04 "
b"└i(½\x07 ▄FDô¼7Ø╣"#ó "
b"Àk^W\JE\x7F ½7\x02 Q; "
b"└mA¸^ÄHüü\x13 "─¯JÚz "
b"└Ëö)áØ@5æ┬ÊàÅ9▀# "
b"└▄╩‗á¶@║®▒[ü/Vè* "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"ÁÆ\x17 ³q\x0E @¶¥\f ×›ŒÊx( "
b"""
Â:‹\n
»±GC¢^Í\x1D V\x08\x01 E
"""
b"┬]z\x01\x03\x17 C\x15 ┐øHìÅGaÒ "
b"Ã>²ÙË\x03 L’º\iŠíº^5 "
b"Ãd><"û@Pšœ¡Å5Z\x1E ² "
b"ÃpŸ]-ÑLf»é\x14 þîÂ\x03\x01 "
b"ÃÛ@ƒ‚\x16 B\t • ã>û¸8W "
b"Ãç»L\x0E\f K\x10 ¯p@’ÅåH "
b"Äm\r c\x18 áMg–zªÀ¢ð‡< "
b"─Æ@\x1D õ\x12 J-¼‗¶ØÂ=1╩ "
b"┼9 \x06 ûüD&è\x07 H4\x08 "2ë "
b"ÅI\x14\x01 ‰JM—¥KNõG¦ƒ\x17 "
b"┼╠╠Ã&>ANÅÝ▒LA\x1A ▀a "
b"ã$Ûs}┌B8É╚│\x04 ÖÝ─╬ "
b"ãNí©ÖÕM░Å▒K┐\x1F ?Ð╣ "
b"ÆÎºQ5\x15 OK€ÿ\x01 IÛX˼ "
b"ÆÛTË">F¬‡m\v JuI\x16 ñ "
b"Æãþ\x08\x06 Ž@Ö·:íI\r ø¦® "
b"Ç\x10 ›‡ªEBÝ‹¦Å\x12 ¤<¾Ü "
b"Ç]ƒú\x19 ³Oæ„DBüçCÑü "
b"Ç„\x13 @#qAý—s°·]—þ^ "
b"Ã╚{ÄWÅL\x13 ÂUã~²^]d "
b"è\r ~F=J\x19 ü9\x19 @\x13 O\x1A ' "
b"É›\x06 ´‚fN¥°©¡è\qæx "
b"ÉÈÈ¢·ÈB[œî*°]ká\x04 "
b"Ê\x06 æsÉÐC\r ‹ˆ1Ù\x1E JSü "
b"Ê)ü\f æN“•õ¼álè\r \ "
b"Ê`…m@øAO¬#¾“\e Ÿiä "
b"ÊÀèY¼WEW³_xÿ\t °èµ "
b"╩■<§ì5LÊ║Ô þ_─¸▄ "
b"Ë\x10 ³2J\x14 O‘£¹<§ºÐªm "
b"Ë&+\x01 m.C`®\x7F ð%ûÂÐ+ "
b"Ë'©A»SId“ˆ•r«šs7 "
b"Ëô¨nwX@ϯ¿@8´ùW† "
b"╠\x17 ÉU\v {Fð┐ß\v\f °·-Î "
b"Ì'cÄU\x11 Fð£Í¸f\x19 WŠÆ "
b"Ìl¦õGÞJj†6µßΚÊ\x12 "
b"ÌΆô¹ÏFBª›ÐæyÄ\x04 j "
b"""
Í\x0E .@‰\n
M\x15 ‚\x1F #YòÄê+
"""
b"Í<Í$DDD=¾]$Ò])áÖ "
b"΢rÅq²@ „Ç©u©1\x19 î "
b"Ï\f º0€æLŒ‘\x15 ¼±BWÒ\x10 "
b"ÏN\x13 %=\x0F N4¦Ý`ï\x02 ”«‚ "
b"Ð¥E¤³VN]Н@¦AGá/ "
b"ÐÊE2“ºMЃ&\x1E Cµq.S "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"Ð*¥4\x04 >L Â\x00 ½e\x14 .üh "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"ÑÒ|¡\x1F ™IEг¸\x05 Ô<\x11\x02 "
b"Ò)¾m\‘L+ õ,\x1A œh\x13 ä "
b"ÊNÅy®:J¸┤øpÜ<H└O "
b"ÊûË\x05 §ÅL*üã¡Íý\x0F Ñ¢ "
b"ÒúŸY\x19 -Nä‹8žlñÀt# "
b"Ó‰ü»^\x07 GM³¸ÇyðT¡= "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"Ë─Å£O×G/¿■7▓¡▒^¤ "
b"Ô\x1E °Â"\x14 E9´ÌkéK\x1D ‰% "
b"ÔšÂÿ#VO¤¬†Éœ†@…ó "
b"Õ1º\x17 ÈôN\v ŽÏ´=Ýi[b "
b"Õ=ï\x18 ‡LJÁ‹"O¼\x07 UI\x00 "
b"Õlkö@`I7¡ù1\x11 /[øe "
b"ÕÇôx)\x18 Dû½s¬á\x11 —úA "
b"ÕÓj[ÕED:•ãœA°Ê\f ¼ "
b"""
Ööx\n
1…AB—L\x03 r¿(Ç\x7F
"""
b"Öú¬|Ü„D™–b~‰H¹…Ù "
b"Î>\x16 ÊÄ AØûI\x06 p\x12 ÷öó "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"ÎYìÜä╦Bö░\x03 rCéj.D "
b"ÎwþíÂìJÔ▒ËÍ╩ÙÅÅ\x0E "
b"מÈ?¿\n A÷ IL!cJ\x00 "
b"""
×¾é¿\n
@Iz€O 8[SlÛ
"""
b"Ø\e ¦»þÀC\x1D ‘\x06\x07 ^5š§Ü "
b"ÏÄ/é\x0F wE\x03 ÀÓ°ÛµÅ\┴ "
b"بT+xöG:™ôhþ+*ìP "
b"""
Øû2i;˜EÖ¨–\n
¡É¿\t ×
"""
b"Ù`ž\x08 F!D´·ôvV&gƾ "
b"Ù|®'ÚUB\x06 •\x10 ª18ÎÁ? "
b"ÙØx—½lI¸ƒŒ5n¤e¸Í "
b"┌RÖT±çO9ÅÈ\x01 ±\t ÌøÙ "
b"Ú\\x18 †\x19 ÉJ\x1A žX\x02 ISôî7 "
b"Úg§pC\x1E I§ˆSI”zÎ\x10 õ "
b"Û0í]¶>H±‡Ô”\x0F }‘u\x10 "
b"ÛT`ýyYA—ˆìAKã”} "
b"Û·Öe·®H:…ÝÀ\v\x00 ¦ôÿ "
b"█÷<UàPI÷©|ëVìF³N "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"ܼâW\v ÍB~›\x15 Ö\v ëpÂ\x06 "
b"¦\x17\x00 øñH@A║IÓãÄ#ÁÅ "
b"¦äxÉó\x0F G=▒¹u▒v▒╚L "
b"""
Ì\n
w┬p\x19 F\x08 Å÷}┐╬\x18 @ó
"""
b"Þ[†…&Œ@7·¬ç\x12 ajÃø "
b"ß\x07 ÕvN3Kù¾¦£×ó(I4 "
b"ß\t\x11 j‚ïH\x1F –pœö\x1D nâë "
b"ß¼\x15 êÄ„K܈»³Î„Ú°F "
b"à¶h\x0E æhN”€i¯\r mrÂÎ "
b"""
á\n
¯\x1F\x02 ¼J·Žü\f „=bp3
"""
b"áZý’™-E³·4{]lFG\e "
b"߬ü\x1A ╗9J°ª0\x04\x05 ó¡àd "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"âZ:L\x0F wH.’l"ˆ”¢ñÓ "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"â“éoûÛBqµOX\x05 53ë "
b"ã®Àg“0E¢“KÑã…l&: "
b"ã´PAçßG½±û=ˆËH‰ "
b"õX_þÅ\x15 Fù╗e@\x0E\x01\x00 6m "
b"õxØrı┬D®èRÅ\x01\x18 "Å "
b"äÄGp]ÇH‰Š‘33h×[s "
b"äÝ\x7F И–GÈ™/T`˜K^} "
b"å ‹â€HÑ §yJ_vt\n "
b"Õ;\x15 $ç(OQì▄dAñ└╝| "
b"åÿ0áPaK¾–ÿá\x03 …*¯c "
b"æ”ââëËJ©™6†Ç¨bðº "
b"æóú+Z¦EŠºv(-)ù]ª "
b"ç\x12 :C½-L\x04 ·ø„õõôìƒ "
b"þ>E~J±L·ìHÎ─ÓQqé "
b"þÇtû├ƒL*ÅR═╚¹¯õÉ "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"çù\x13 _\v =C‰ŒïKïµñ·P "
b"""
Þu·Å\x02 ÛO▓¿ûµ\n
f│L¿
"""
b"é¡s\x1E jo@â£d¦#âËAã "
b"ê*§¼\x07 ¢LÑ\x1A ù—\f Œ8Ÿ "
b"êLòÅ\x1D kHó”K§§#\x15 xg "
b"ÛQíI╠\x01 KÈü$*µ\\v\x1F } "
b"êS½Gœ¬H¨…È[WÞ«â\r "
b"ëd”\x1E G\x12 KÞŒÞÔkü0ÇŽ "
b"Ùï§\x18 ß@iª°'GëüVÀ "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"ìkן4ÍAc µAÿF'K& "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"í¯\x1A\x15 ¦{@™…\x07 T£•\x04 Lœ "
b"ÝÝÅ█¢HCMøÏ×╝\x04\x03 Ör "
b"îV±\x17 Ê\x1D EÕª\x1E tÅ£\x1C ˆ¨ "
b"¯ô/J\v\x01 F\v Å9¶\x16 P°Go "
b"¯¢Ó¿ ìDûªÜ┘!/,Ýx "
b"îÝ·‹O\x06 EW€NÍy£ƒMþ "
b"îä_ZÂ\x0E Lç¦êÓíFÛõD "
b"""
ïK\e çöE8Š\x16 \n
v’^§\x18
"""
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"ïÊ\t ¨ *Jn”ç˜"ñ\x15 vî "
b"´³│\x1D =╠DhºèÜÃì┴7" "
b"±G└█ÐrFƃØpè^öÕ\x1C "
b"ñ¡ÞYÓmB¯¥mMÙ\x17 hþö "
b"ñ¦µŽ!¼Aу{$\x04 ÓŠ?Ð "
b"‗\x7F\x12 ÂäáL▄ÅM\f ÏX┼║V "
b"""
ó\x16 é\x15 \n
JEu“‹z°IG_\x03
"""
b"ó9Qê9u@³©]ÒË\x10 ,H› "
b"¾È¯Î¾ÆN\x07 Éáw▀ûî■Ø "
b"ôA¿œf\x05 O"…]™²f{vÎ "
b"ôWÆÃî@á¢u\x1A\x7F í©‚Ô "
b"ôuW\\x0F ~HE£1+XZù—œ "
b"ôÁ\x12 £+4D‘·OYס">‰ "
b"õzÑŸ¿WJ!²\x7F ÄN&ü*N "
b"õ–ôÛ–¹H\x19 ™ÐVñ\r kŠ "
b"õÊ\x12 ôviMî¦ó‰g\x00 „\n \x10 "
b"÷Yt3â\x1E Au•$\x0E =ãè†Á "
b"¸Óì═┼\x1E A┤¡ü\x10 ;╬\x00 Qq "
b"°*ÅJ_j@\x08 Üæ?\x1F\x16 ┌ƒ═ "
b"""
øn´û†ýO\n
…TˆV`\x08 Ùz
"""
b"°ÚÕì&uK\x1E ¥ðü0doÈã "
b"ùs%˜ÙÌN\x07 «þ¶\x08\x19 .óQ "
b"ùæávX8@˜¹¡h°Ùù¼æ "
b"ú3‘ɸ\x1A G\x1A ”ÈÔ\x1F Ð!˜R "
b"·ë®┌ÞZG[ü'£▓‗\x18 i\x19 "
b"úš\x14 ]ò-Fk–¼Á6\f ¸qw "
b"ú¤ É>{G³–Fë࢓êÊ "
b"ûoF°\x1E áL\x0F ¼õ÷ô\x11 Þìñ "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"ýœ\x07 “ÑVMû‰Wè\x19 H\x11 ¨\x12 "
b"ý¢×\x03 ÈlO\x13 ¾Y‰e:³K… "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"ÿGbhO.MIŒç¾?\x19 sÚÒ "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"ÿ‡3§¼9Jç˜!C6\x08 <`Z "
b"ÿÌïg=ˆC\x10 ”þKìqJÞ¡ "
]
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 (0x0020C6902D234C64A6448C6F319935FA , 0x004686D8F760498391F52EA7C8BDB640 , 0x004B11B664424995968A6294D4EA4AE7 , 0x010EBBF471D840A6B1C9AB72339CE795 , 0x016E8C0882BD4F25ACFAD4431B428D43 , 0x018E3B42C7C64234BB3402CCDA3A3889 , 0x0197686C19BF756B99348977C8A50859 , 0x0198CC7199B372E99ADC641346099A0B , 0x0198CC7F3E447214A848528DE060A0ED , 0x020C3415EA4B40518CF8FBCBBB56E8C5 , 0x0247791B45054C689DC340A2C29E97C3 , 0x02605DD2EAA24F779FE2377F9175649D , 0x033942D79122435C8ECC70914E2C987B , 0x042F2621F9B04A88894236C9A1A266DC , 0x0479080E315E4D1CAF8E7132ACFB851B , 0x052388E521924BE5B516A16753A405E8 , 0x0532196A302E44A9934D601ECFF13C26 , 0x053C65372B1843198294BD3272C59C18 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x05CDE71AD8DD47DA8616208BD59B72DF , 0x06CC3C21BE7F4F78A486F73054751394 , 0x07002A8C74F74F0BB5ED85D8A59E875B , 0x073A1B5946C843948DB3DAE55AD4D8C2 , 0x076C79D527BE40A9BCCFEF2E0F3BD78F , 0x07E5D357CC0A4178AA39790D93330100 , 0x084AD517060548969BF4E502798C7804 , 0x08C17B4B1AF34E0BB8A44E813F10D00E , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x090E9258195245038789DFE2529B0192 , 0x0915E163618F4F03A11194AD746E0FAB , 0x0918BF136F3943158B3458086A8580E8 , 0x09BC02B79AC2487D899FE2620F19ED24 , 0x09F5ABA97B0348ED953A7BBF6793B6EB , 0x0A522654F8A846B0B96B861B7DCA0DBE , 0x0A75D5FC8DC54A3095AE7C423CEE5E86 , 0x0B4240DE68A5461FAC990789BF37F906 , 0x0B73444F2EAE46D5930D727FEF14B5E0 , 0x0C2851DC72C44BA68F83A90F631C4EC5 , 0x0D9BD7AB6B1F4988B84030A6642B8C2D , 0x0DAE45AA9CDF4400B49ACEAF76F88580 , 0x0E0C578AC6BD463789117F5DA29063CD , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x0E84F6FA58AB4EAEBF41B8AB6EF8D9E9 , 0x0EAE0E6445054089B67C31CCF207384D , 0x1019C35382624FAAADB3A994C768F138 , 0x1054EEBD301041B49BE0CF92346250DC , 0x117CA2178F694FA7A1A9A63F6E96E886 , 0x118BCDA450A541B884EF1E4B04C1D735 , 0x11945980DD634F8CBFC3220CBAAA2B67 , 0x1338A197B0D4419C8C67E229B856E7EC , 0x13E149CB12EC4E5281BE122F1E58D19A , 0x147C921683254C869D791B762F581652 , 0x1527580EA5B3413F827AB4154FEE09A0 , 0x153BA4123F1D4E7AB3701C4C247E8CEB , 0x16AAFFE7830641989A230BFCB876AF95 , 0x17E989A20FF542DE84F68AE783D88DAD , 0x18669F63D98C4A49938345F9056FBB26 , 0x19B66F16B61543618ED442E438B4C902 , 0x1A8CDDFC80FD4752A3EDACBC699FA453 , 0x1A91D39D74444F58BF02EF60EE8AC139 , 0x1AA153B8C2954C5E8262BF04AA4B2ACE , 0x1AB41B61BDEF441DBA9D0B83C4A3C363 , 0x1B2B24B76E1E4DB793D6CD9A322E8E64 , 0x1B9007BF248F4BFE97E9C50940183B4A , 0x1B93F0F975544CEAAEC1D22C75EF3C0C , 0x1C4508DF2365490E9C750B76417CD583 , 0x1C7DCB7DE7C641BE858F9E0B5CDDD164 , 0x1CEFBDEFF00B4005B50A45A8187C459C , 0x1D1C0749A0854B7EB4CE7CB20DE099FB , 0x1D3B7EEF29914428BC3FFB3200E73D90 , 0x1DD2D3F38ACB439E93F35F65F9B7D974 , 0x1E42037534E4472C8D018E3226F5FD28 , 0x1F02A248C8674E56967EAE51584CD5A4 , 0x1F94B4FCAD59402D87608CA161B1BADD , 0x1F9A13ABCB954FB388EC07A83447E432 , 0x1F9FD8DCFFED4A30A5064A96CC437910 , 0x1FA56CD16FD342A68D7E7D8CDEABD399 , 0x1FBC89456BD0453695851C3BF7D80617 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x2070C1C33600459DB6737C6F3F590C27 , 0x207A65C206194726B7FCE3A683538745 , 0x20C275DDCB684B978BFB0C440F2981D8 , 0x20CA4616A5D840BBA62018714FA84602 , 0x211A38B709A84B198D369B82D10C19EE , 0x21A538C2436B4B759ED24ED847215A78 , 0x224646719CA8445684E02EC785FF051A , 0x224A786488794533B8A594B3C0A74794 , 0x22C557F6B7554C23801A88E7876A2603 , 0x22E74778C7FD40B8814E3FD1E508B4DA , 0x23D98AA963A14049932771E477839E61 , 0x240627A9C55B48309EDCED91DA7F962A , 0x244B6030FFFD4529A4D015BE50BA2225 , 0x2621C649824D40B5948CD135A4F962AE , 0x264F3C1CCAD44F6B95EB5C59A205BA53 , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x27F8690729F942B09B5D49F7A595BEC8 , 0x2837A436815A4EE9A47B807FE83A2F24 , 0x28902FE587FC4D2C8907793BFC3FA7FB , 0x28916ADF88504C208540D811B87234CB , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x28A4C8E552A6493A8CD35265882C0508 , 0x28C3F5F9818146B897C51856F442DF98 , 0x28DE2A424C424E30A0875391F343DA57 , 0x28FE06A1FC734928A6E5826AEBEBF375 , 0x29424506F7C34F70A500C369ECDEA554 , 0x29426732EBCF4FDBB5505030457B84D0 , 0x2952316596194B2E8A3125181F3546E1 , 0x2AEBC67959E949B4BCB9719C10A6FCA5 , 0x2B02765382A240218B667C601097AE5A , 0x2C56BD038B1749599BFB21B25E67D770 , 0x2CBC8B9FFD0048539F4093B7E60AFC36 , 0x2CD7C22194B14C3A89B02DD7F288EDED , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x2E87E42A3D8C4AA5BD4DA7D0C851BF7E , 0x2F4DD1163BE546F1A504D0D6F47EFB12 , 0x2FD906518A474232BAA60927777838FB , 0x302C26630EE74FF28738A844ED269886 , 0x3084543115D3461F8706A53EA1608DEB , 0x32D098FE45784BF28FE5069E50957AC4 , 0x32F5AF68B048468DB3F6D91685E5DB7A , 0x334DE21BE7F441CAB22D6D829E36CFC5 , 0x33997CDD7B564DE09F5E8A56DDC4D911 , 0x341B9BECAFB04D1D8DEC72B643432730 , 0x342B7065F15842EC9A20D30A421D99E0 , 0x3433D83E2468456AB494A6D0623443A2 , 0x34576B5E7336424388602C64E1B70A4B , 0x34A629EC7478437CB2FE74BF21ECAC32 , 0x34BD9F63A3EC4975A9B52404EB050A03 , 0x3506F429E5564886919E7B52B7715EFA , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x367510B8FD81478A98A50403F5F12DFA , 0x3677F90D8209437CA6655C613D4646EC , 0x36949D68BB624E08987224FD25EC190C , 0x370FFE3BA5FD4EA492D19F8BB482F6BC , 0x37433BE6C23A4987A6A18B46E5A25823 , 0x374A8B121E614557BCBD11AB82F22701 , 0x37C2B80596794C5CB601008C11664601 , 0x37C94784E2A4488E88386AD408604549 , 0x38051774FE2E4B25BB088D2348EF96ED , 0x38C8FEE1DB68429E84BF2D0FF7CF28D1 , 0x38F3DB75512C4C2D851932DF9704EEE8 , 0x39A49924ACD34D219C9B6B91CB16F3A0 , 0x39E0D5B0E2FE42E5842B54F8AE668A05 , 0x39E611EBB0CE4CF4BEC80976CD979B1D , 0x3A3AE3723BE546C582CAAA1DE842D6A7 , 0x3A45F1015FD14CCBBB824335018350F4 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x3ADE1E3463C54E74A738660D06797DEF , 0x3B1E50D6D0BB4C9E957045944DDB9A8F , 0x3B438B6100824B7689D2F396631C70C6 , 0x3CEB37A732424262915D394BDED5A67B , 0x3D621B0536104DAFB046FD07C68DC2BB , 0x3D834912B10F40B9A8F2B3EF14F0DA20 , 0x3E25EB40CC2C40A0ACA4681BD42E8E6A , 0x3ECBABF78CDE443FBBE20C3F7746E105 , 0x3F520CB12F9D4FF88E40C80E85D9B334 , 0x3F72D920F56A4BC794C9B21B52CE8E7C , 0x3F821D63B5414D4F93859BE718F0F35B , 0x3FB97DE5CC4B4BE8AF088445B7389A3F , 0x3FD592249B54411F97204F136CFA69E5 , 0x40385D84E0FC4D6EA7D6E03F4CD695C8 , 0x403AADC1354A432FA2874195A7B7914D , 0x404C3C66AA574B1FBDA3DD078B083AEF , 0x40F140D4B34C4CB9BB712059869EBB52 , 0x419BE1A22E4F4CDE81CAFCCCF2346647 , 0x423162392BB040F3BE500A6F5F5D29F8 , 0x42843C39F20E4F23A599575776B060C2 , 0x42D49C55760747C5B2E3F35C82BBA6FB , 0x435D7C4B13AF42C8999958951856C04C , 0x43A4E4D08A6A43DEB89D4F26CE763959 , 0x43E2B79235284B5D88925B542AF6A209 , 0x449941BBDC124DA9934AEA8639AEB553 , 0x4570100A52C74FB0B920361946661659 , 0x45B1B961A4B648B3AAC73EF3D571E37B , 0x4633EC13DA664845AA7E3659B8411011 , 0x475107A5A2BD494796067D8A8BAB5D25 , 0x475E88385D6446428C02AF5EB3AAD086 , 0x4761672A8A7946669492EF1DFE479955 , 0x481078A8A1154B838281D129F2C084CB , 0x48B43DC76A4143AAA0C0BB1311EEAAB0 , 0x48E693CFBC6F47DF8ECBC7E6AC14F8E6 , 0x494ED93568FD42DC86A8E0340F0DC570 , 0x49925450E8BD428BA74B52A3F6484315 , 0x49B0830812AE4A6888B098387F330897 , 0x49E54ADDFD824934A325FD6A5A76473F , 0x4A311B7B462F4341B6CAAA141B78CE17 , 0x4A68BA4E256C49129ACDE54FBEFF91B6 , 0x4ADDBEF0CD4B4170B5F642DED172BDF1 , 0x4AFEDFFF42EC404F942D99B202FE2570 , 0x4B5AA678C9E2466697B83AA7F9E05E51 , 0x4B5CA3CB7A1F441490EC66957EE83816 , 0x4BC9D689978E4E93A1F1D22FD112B778 , 0x4C0BB7C5F897431787A927D5FDD1A627 , 0x4C1045CB17C84BE1B421CBB7FD7D7A13 , 0x4C50F7C089D04E7AB88E5EA33C5E7FF9 , 0x4C851E484C174484AF59A79732735CFC , 0x4D27B61E6F224E35A72DBAC23AD950CA , 0x4E0A4DDA13704AF3A7E6AB01AB09E529 , 0x4EDC4F21C278414993737B350D65CE9D , 0x4F19CD13CFB4473EA37629E4685513DE , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x50A1432A03A5400C8EDEA57AC6906CD6 , 0x5123563D4A9B4481A7F148C2C143C165 , 0x513820E734B841BFB7A36D40271268FD , 0x513AB9793DD541E6A6DFF9033F99756F , 0x517D44428CEF4A1CB308B14B595AC070 , 0x5181DA93B4F94F9B81B617F08E635B5F , 0x51C9055D34DA40A0A32B351E8DE28243 , 0x51D9DE06A28C4D1DB0D9287DE1307BB9 , 0x5222CB43C07D44D6BDA426C18690CD73 , 0x5289C9AC1E1A4525B028566BCF32C7D8 , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x53318EAB95994994BFCF2C5801E91C0C , 0x53C501E2CF41496FA9A42EEA47C355AF , 0x5426C6A5EB4246E08639ED936A4101AE , 0x544A2015944B40C085239BEF584AEDDA , 0x54B0C24616AD4CA7A7D66E90F5F86DFC , 0x54B6F25DADF944F9A9BE6FCDC5F49FB9 , 0x5516E845A9B7482E941741B80CCD9399 , 0x554CC9397092437C854BF1A94ACD5985 , 0x562927BC78874C0C82C007C7A2A591B7 , 0x56600E14BB724C38A3BB5B578BD210D7 , 0x56D2A58E64394B2A918769AFAA23B3F9 , 0x5796D7679DAC4E00BA710351C29B8F66 , 0x57F18B0023BE441BB0784A00B31791D0 , 0x58370C4033EB46FC8F8AC14508192BCB , 0x5875E90A4149478CAF4F73EA218FAE7D , 0x58A193B3DFE74BCBBF0D712B28D7722C , 0x58E15680A170476CBA641C844883EF0B , 0x590789E000FA4A49AE4B28CED70716D4 , 0x592C8C118FD34494B2F8A1E7017C4208 , 0x5A3DE086B68B4DC1ABB5BB2B5104CADD , 0x5A8979500EB84637845D3B496616C4DD , 0x5B78FE922631481EA50989CBF56F8811 , 0x5BCDA1E160AE421A884F558C62C2E8C3 , 0x5BD03C5E78784A24BC37512733B31B69 , 0x5C03EB1DC4C44395918697871B76824E , 0x5C78EE57BC374417B20442368CD9737A , 0x5D77219DE0154C0BAC2A8837C841F841 , 0x5E40D3D35EC948AAB03B59015BEF368A , 0x5E8128D22BE04C75B9A7AF912CDB58ED , 0x5E93936FEDA244D986F2D4AD3B042D6E , 0x5EAD1DAA63064D21ABC7E3554D3A9640 , 0x5F16FDC9CD044A7AA2DC8D6B63B54282 , 0x5FC34E4B5D2B4AEC8A75CF144E1C163D , 0x5FC73157DFA743C1846095B250BC28CA , 0x5FF0D21FC62A469D8C0B8A5AACB89633 , 0x5FFEBA2B54DB4393852B1502A30631AF , 0x607909EEE162408FA1A59A6A7D84707C , 0x60806EF4B7C84FB1818EE72AAB3CF399 , 0x60F9442771C34FAA8813598D6563997A , 0x61263D05188C4F14995A4C68A8EBD27F , 0x614FF186FC9C4CA2A8186EA7A406FFEB , 0x6176CA11E0F14135853AFA994A236A81 , 0x61ADF92F312346A89F840576AE3393EB , 0x61DEBDA1020043959AA497CAD8711D71 , 0x61EC67143FE44378A347496708ACE4F5 , 0x62B90F687C26452F9808C8D228513CDD , 0x62C43B60F1F24E59BE02A262C50E8AF2 , 0x62FD24F7D9DE4E3F8AC0162AF6C77547 , 0x632D7A5CB88249CCA01A0112E9308578 , 0x63D20C6A274F4B95A41271D034BF4DAB , 0x6455F6CE27F94BBDB3CBAB9B844018CA , 0x646611B105CD4F58A2CA652C91DF2975 , 0x6468440D7CD145CC95A59BB02D76CF85 , 0x659B9833DD3942AABF2855A2403E4B3A , 0x66CC9C429EB545E7AB4AC00F94DDB38A , 0x66D65AB9AB034AC59E737C04FF6A6D36 , 0x66FFBA8165454065A4CE7064E01B2312 , 0x670E6DC7AE104D428AA1D9D1A3C596FB , 0x6761D7E5874848DA81E6F69A382C727D , 0x67797097E13F42EDA86257C71C427A28 , 0x67DE6D67304C4B8482E958AB729A82F4 , 0x68C16D7FB84E4B22BCB83AE2272C3023 , 0x68DEEC5E29DD452F9B011F0927507893 , 0x68E2E2EC67754B2CA6F43665ACF90D64 , 0x68EF28277FB64BABB2DEC0C7E5CEC11D , 0x68F52736A49244598CE5B648A08C2899 , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x69BBCD53E5C74441AEB0A3EB57CE5718 , 0x69E92375BB6648E7835771FE8C6C9E9E , 0x6A10A9ED185B4310B52318BAFFBC47AF , 0x6AC99B6A187A49D0962E40890AC916F7 , 0x6AD57A4EEBED4D649ED8DB546FB101C8 , 0x6ADBF453C68E4042A7B1AE3922542861 , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0x6B65F04EBBD34A83B3C11037826500C6 , 0x6B7AE37BB6924E0ABA23FC8F474BF0D7 , 0x6B91F426DCE34603881A8130CDED7904 , 0x6BD8654C523C4FF9BB6F90B814D7A834 , 0x6BFC1158030244D69DBE85610CF72B40 , 0x6C4BC02D8D7D4995A36C4A6B1BEED6A1 , 0x6C5CAB49E3A544C88A39669BAA30E5C5 , 0x6C60032837044522A2748A63E08D2B8A , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x6C92F005C24C417292F4F0AD08B438FE , 0x6DAE503F926B45E4852B934306D8C1E7 , 0x6EB4EB75EB0446D09D8B22CADE0ABABF , 0x6F8394B87A1D447CA2D59221198C6689 , 0x6FC81CE2B2814604BE87189A5DB36E0F , 0x70A644792EAC45B89BB4AFA50D9021EF , 0x70E3E95578A3493EA207CFA837A2E2FA , 0x712BEC36AFED4F98A22E9B48DC736548 , 0x713926D151E34A48AEA53ACA24960624 , 0x7160DF4CC2DF410FAFA4447D0BED60E1 , 0x7190A7A5A60F4F4BB59CDF6E217A05BB , 0x72378ACD9200468ABF184B1A8D3C45A9 , 0x7266F2F810B64D63B49DABA3C14C709A , 0x72BA87549F8E4F19818763825B601890 , 0x72F4F3B3CA0E4C37832B332A577A6474 , 0x73C8C846FA194EEEA5474E88DE43CB7F , 0x73FC59C20EF14BF991EE1C4150AD9E1B , 0x74A49850603644F1AFDAE81E12231832 , 0x751D32FB0F474628B5C20DA9B160CD3F , 0x75950F9A8A9E479799900E82895BD54D , 0x75BB310EA19C46AFACA23412C098628F , 0x7625513EF69C4F66A9EB9B25812AE404 , 0x7629630D820F46E0A2CE0DF9294A55EA , 0x777AD251E96F437EA6E1A9E0E99E5689 , 0x78564017EF234BF9A78932629948724E , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x78EB0AA966344FAF87E9D34839800D84 , 0x78F38260736D4A05B6C3854B039C6E62 , 0x78F6DF4ECAAF4564BB51034D769AD3F9 , 0x795D1FF5F9494D5D9CE3A1908FD97636 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x79C1B44237DD4AE9A7C9EE13908152C8 , 0x79C9D3A631DE4E089B25C1F3B1FB7F64 , 0x79D2F91FE3A44CB69664C720D0BCBB3C , 0x79E9D5F3F1014E72AA38235A8861780C , 0x7A3118D0030B47A396C48FB0CCE58F93 , 0x7ABD39251B884DB38D6570F67F42EDBD , 0x7AE856AA2C224FFB8F2C96E4E23C103E , 0x7AF032A021EF4B759B2772502E148A25 , 0x7B7A2950FC9C40349E80C9AA7C5875FC , 0x7BE82DF813CB4B01A53DA47007BCD850 , 0x7C2F6A277A824CC3AF806DD8F4BE69CA , 0x7CC1FAFCC78F46A49C90E45C7EFA3026 , 0x7D10815434A044B29FDBFB7B7488048B , 0x7DBCAA1A679D45F7BF8573C83B9E3DD4 , 0x7DF94DAA66A64BCEAD011F93B55D8B9D , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x7E5054511A654D309311316152D7D8C7 , 0x7E908282303A420497593DCD776C20EC , 0x7F48C3B337324855BE2A4227D4EF5295 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x7FD9693053CE4E44A521FDD95E6456DE , 0x80AD12B6BD6D425684522986BF1EE720 , 0x80BF7EAF39184C95830A4EEE0DB3A8F7 , 0x810233A75D3A44C88A017B5B2CB16910 , 0x81152C3787A148D4B16100936B96453D , 0x81F3F318CC9F4EBABDA85C3650FF1F56 , 0x81F4C37E3EBA4761BBC16264ECD58779 , 0x81F4EBCC27E64C109B538604BFA82681 , 0x820B1819DA7240FA94526E890BE68BB8 , 0x8267A6ED8FA245F083DBC3FFBAEB0739 , 0x837EBDD2A0D14CE29B1475DA71930FF4 , 0x84903660536846A5A724528A8E55FCB3 , 0x84D5CD23F5FD45C9B5E2C7B9C6E2E996 , 0x84D9D963505C48DB9228354EE88FB681 , 0x85C980ADA17A46B68E810AFBBADA8659 , 0x8601FA9BA1444B558648B0DEF7006A58 , 0x86A1EEADBC7942CD815D907D267D6433 , 0x86F1F3B4FAE94A5B8C32AEBA06FCD8F9 , 0x8744F38D033F46E3AAF2C06103E9E28D , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x88250427A7374EF2BECD76CF63AA53FD , 0x882A0D90845C46C9BB019659A615F235 , 0x886B2FC181124B2B99DF70DE4D776877 , 0x897559365EE84361BC097187611BEDEF , 0x898268FF004F42719B767A581320398D , 0x89AADF47B2F741D289DB2101FFA918B3 , 0x89BBE4F8FE454128A7C840758A9D5F3A , 0x89C0F169C0BB4B72A14A5D47C0CC4620 , 0x8A19AD93ED8047229F77BFCB46708669 , 0x8A5AC200D25D4899AD75E11B6302BE40 , 0x8A73BD37B17947B29AB0DEA985C56FC1 , 0x8A776404F2294123B0F94DE696D93E9C , 0x8B1154FDAFAD47D8B4068C634475AFA8 , 0x8BB5548A73A7428D980BA256D3E41E6F , 0x8BDC30C055B74897B022A3C3410C0B7C , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x8C6EA85D58EB41F3B0D598E1A756E785 , 0x8CDCD93FC2154B5E88DC15084FDCCB9E , 0x8D1E147F008D40F5BA902C23610374FC , 0x8D588AE603B84FDC914A4D2E211A87AB , 0x8E99F48B3E494F7190F0BAD7997C7FDF , 0x8EDE056CDE8749CABBEE22C6D1787B58 , 0x8F1332EB43334D159175A80ED6E45057 , 0x8F576EE93F3B41F290C1326DA81AB9FD , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x8FD9C0855ACE40B5A709732863B08F68 , 0x8FDB6437FDDA4C128EC8758600916E08 , 0x905EB35C7E7F4A26B89C6F3A8AFA2771 , 0x90DB56D898C6455B993753292107CE4D , 0x9155DE34B060454987198862F1814531 , 0x91C10139F3F946DD995878D8E2922800 , 0x92FE61C85D8A44B0B2ED7CD50170BFCD , 0x9340B87922CF4FE49AA107EC4FE56CC5 , 0x9342B8B153F6436AA71FACB1D5B03A2A , 0x934A18065A6440DB91826005B68EF7E9 , 0x9355F61CD2C348D4839DD4FB4A56ED9D , 0x936E60F3C9B34E4685FA4E51B11B1D57 , 0x9387ACB13A7642208F7F6AD8F453E41A , 0x93948D7989B94ABBACB620E3C3A4EC2B , 0x93B2CCC75C35419CB79C0C5D85CAF64C , 0x93F72061B75642DA84987E82384485BE , 0x93F9EDE30F8749F7BE391FB583DDDD7A , 0x94F84AB90215495590411FEE68CAD100 , 0x9527A1489FAD4B2293E8F4B09C07EE8E , 0x953AEECCB95747C5A2BF0975E822815E , 0x955739EDE48B4AE8BC51EF469E1AFDB6 , 0x9682BA01B1264647B8BC5E29F23FE6D9 , 0x96A34B9EEBDC459398429B44E5F5BA7E , 0x96AB547947F847F7B09DB8913231F48C , 0x96B1AAD594D544018CF15516AF8B6D20 , 0x97660EF35657425286B95C82DCB02F2D , 0x977E5844781D4A05A790E52285DA2542 , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x97CE3C6B3FEA47B7ABDF18D508E9CD36 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x98428DAB5B8045BCBCBE767DD35FD311 , 0x984D5660C8834BA3B1843E82E1B914B9 , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0x988D2728096D477EBA6F4A5AAE31B2E2 , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x9B7807EA02E44CC7A361D4904BE33486 , 0x9BBD8AC720CF44E88C974204565AC3A8 , 0x9BF1D03562AA44BF88CC85B702FC82FB , 0x9C2392E6EDA34B648FB5054F2338FDC2 , 0x9C3F9B057F0D4B888533BEC0B2243B53 , 0x9C63DA2980974F0D969E93CD43A86603 , 0x9D1BC34EE7854870A3837049CC03BAFC , 0x9D5DF5D7A6234A23A7599AD360C5B41F , 0x9E43A614F83540769B8D47B80B0090E8 , 0x9E45D926DADC40FCBFA3D8068DEF99BE , 0x9E4EA82FE3844192B4DCB533A9075573 , 0x9E854FCC08194421BB34FF19988AE0F9 , 0x9E8AEE1CF3B04F649956E076DBA0FE22 , 0x9F6351143C2E4991A71D657A8AF2C6F1 , 0x9F722C9D94404C51A4B9906FA26312D3 , 0xA002E63BB53B45EDA2AADA59424ED928 , 0xA021B49733C84E8B9EA5FDAF3E6E53C0 , 0xA0B3BA6665E14A1A8F7F78366F2C1B7F , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA0CCBF6A0D854A45B4D93C2B1E0151B1 , 0xA0F9A41D35D74A80A65BBADB8938A469 , 0xA21BAD439CCF4BC48EE900C6A7C68735 , 0xA276F2EADC434AB081123CB10365ECEF , 0xA2AF38342529463B992D41D855270EC4 , 0xA2B358B0330A4019B3DE9B2E38D11753 , 0xA2BE0F12DDB4434AA714DDA3D26E4FDC , 0xA30AB8A9979644639A6C8FA69703B204 , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0xA37AFCF1B353492899D7AD30E1813739 , 0xA38274ADF70D45419F15B6A5AAF8DF4A , 0xA3A3FB91815E40C48BCFDFAD9234DB23 , 0xA3E5D1801BCF4E73AB714E3361673727 , 0xA41A2B49D4C44939A167DA5473798789 , 0xA4848E60DDEE4A09AF4527FDD1854EBC , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA52365B14406440485D29CAC5CD70F0B , 0xA53F0AD1B85B4337812F02415AABFAB8 , 0xA5FD695C8CDE45EC81FC5E2129A75E5F , 0xA63F4EAE4D404800958C8B1E1C56A98F , 0xA64BFE2BF477479582BC88E15CDFCFFA , 0xA6F5334E85CE45B0BD4E538724CF1AF0 , 0xA7F592AF2C694AF1BEF54445D61678CE , 0xA827341D672D423D840758A1EFF12846 , 0xA883E6B4B5B644A8AC51D51C1A7F4C86 , 0xA8E3140240404AB3836B71607B88A896 , 0xA90AC493BAA84D638F59267925DE06F5 , 0xA9D230D3D09C41EDBC8010A4DD6F66C4 , 0xA9D5C6E9022E488B9A14CD2DDFF68FB5 , 0xAA1FA94E3C954A688DA24F834C65163B , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAA660D1AB1AC4FD192AD6632CA10DE4B , 0xAA6FFD9BDC4B479EB1F971417540F76D , 0xAA84C9A090DD44DE96C3ECBEDAF506EB , 0xAA900D5502784D94AAEBFE91FD8A79E6 , 0xAA967D37B5C54DEC9DE460B25A2BD933 , 0xAB2621B4553E4F49A251C4090866A803 , 0xAB39CDE111AA4C2F991356472FE21A75 , 0xAB554B7CB746427280E70EF43F5E3A4B , 0xAC0B9374988C4432A76D9C0CD2C4C755 , 0xAC1162B528EA406783971511086EFF2F , 0xADF28C1B866641CA80805EDA0F657E47 , 0xAE2F3C11B14C476B8AF7C45D63869EBC , 0xAE4A278B077744B7A11825BD1A3B3F39 , 0xAE9BB79EC42A4BA480FCBB2DD0544A7A , 0xAF02AF284A1E4340A9D65710EC0F692A , 0xAFD6BDFEEB444695BFEBAA7D318BDB5F , 0xB0843C436907492A8B912E0CE3D0F2EB , 0xB1392737DB6E444D8CC9DCEDEAF683AC , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0xB1E2CEA70C944DD99EDC1E6EE97B509D , 0xB296B4C3C7B14EC7A7033DC13C128090 , 0xB3773CC6B9CD42988E4887EF618FBC62 , 0xB3FCCE77B3DA4153B8A7C25127335B04 , 0xB3FE8A09A76C4EF8BD13818AE4567D60 , 0xB42E4CAF74FC401BB34FA521E26D974F , 0xB442F4907014471FBEE8E7858935DDA9 , 0xB4654E8B79D0497EB735B1D3AB6C1A47 , 0xB5748648350B4356A3964452D2B85CAC , 0xB697F97101EB40429BF34459155FF5B9 , 0xB6DB9482B0184A57BB509E37520FF410 , 0xB74A81E4EFFE49D4BC01145236DFD3ED , 0xB7BDDBBE01C144FDA09070A159706DD4 , 0xB7ECDE2D3DD140EA96E6770F78A7ADB2 , 0xB8033A03DFFD457D9D5D77F2A3BF7FEE , 0xB96F2E122D4B499FB4FD057B03A964BA , 0xB9DBC35C8CAC4464B0EED0C95DF93A4F , 0xBA77C0763DFB47158760B6ADA7335C90 , 0xBAAF0501442649A780E5481B2D0CA46D , 0xBB25B21FF85D4684803F95B1943C42EC , 0xBB6363EDB21D4AAEA5877721ED49D030 , 0xBB85B730792E47D297853AE1ECA5EB74 , 0xBB8F97F4F10E42FA8921582426D22285 , 0xBC3DBB2FCAB54186AEE2BB64B7294930 , 0xBC64A70A35A6418D817E62896EBE84C3 , 0xBCC6FB924E354352A7C6CBB30DDCEB92 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0xBD9B273F45AC40478A3165D9F8580223 , 0xBFFBA356AC7C484B93919161A313E104 , 0xC06928AB07DC464493AC379DB92223A2 , 0xC06B5E575C4A457FBD37EF869C02513B , 0xC06D41F75E8E4881811322C4EE4AE97A , 0xC0D39429A09D403591C2D2858F39DF23 , 0xC0DCCAF2A0F440BAA9B15B812F568A2A , 0xC193C5C3677240BA8498CB282694A75A , 0xC1C617B3710E40B6A50CD79B8CCA7828 , 0xC23A8B0ABBB14743A25ECD1D56080145 , 0xC25D7A0103174315BF9B488D8F4761E3 , 0xC33EB2D9CB034C92BA5C698AEDBA5E35 , 0xC3643E3C22FB40509A9CA1C5355A1EB2 , 0xC3709F5D2DD14C66BBE914FEEEC20301 , 0xC3DB40838216420995A0E33EFBB83857 , 0xC3E7BB4C0E0C4B10AF704092C5E5AD48 , 0xC46D0D6318E14D67967AAAC0A2F0873C , 0xC492401DE4124A2DACF2F49DB63D31CA , 0xC5392006968144268A07483408223289 , 0xC5491401894A4D97A54B4EF547A68317 , 0xC5CCCCC7263E414E8FEDB14C411ADF61 , 0xC624EA737DDA423890C8B30499EDC4CE , 0xC64EA1B899E54DB08FB14BBF1F3FD1B9 , 0xC6CEBA5135154F4B80FF0149DB58CBBC , 0xC6DB54CB223E46AC876D0B4A754916F1 , 0xC6E3FE08068E40D6B73AED490DF8A6AE , 0xC7109B87AA4542DD8BA6C512A43CBEDC , 0xC75D83FA19B34FE6844442FCE743D1FC , 0xC7841340237141FD9773B0B75D97FE5E , 0xC7C87B8E578F4C13B655C67EFD5E5D64 , 0xC7F90D7E463D4A1981391940134F1A27 , 0xC99B06B482664EA5B0A9A1E85C71E678 , 0xC9C8C8A2B7C8425B9CEE2AB05D6BE104 , 0xCA06E673C9D0430D8B8831D91E4A53FC , 0xCA29C3BC0CE64E9395F5BCE16CE80D5C , 0xCA60856D40F8414FAC23BE931B9F69E4 , 0xCAC0E859BC574557B35F78FF09B0E8B5 , 0xCAFE3CF58D354CD2BAE220E75FC4F7DC , 0xCB10B3324A144F91A3B93CA7BAD0AA6D , 0xCB262B016D2E4360AE7FF025FBC2D02B , 0xCB27A941BB53496493889572AB9A7337 , 0xCBF4A86E775840CFAFBF4038B4F95786 , 0xCC1790550B7B46D0BFE10B0CF8FA2DD7 , 0xCC2763C4551146F0A3CDB86619578AC6 , 0xCC6CA6F547DE4A6A8636B5DFCE9ACA12 , 0xCCCE86F4B9CF4642AA9BD0E679C4046A , 0xCD0E2E40890A4D15821F2359F2C4EA2B , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0xCEA272C571B2402084C7A975A93119EE , 0xCF0CBA3080E64C8C9115BCB14257D210 , 0xCF4E13253D0F4E34A6DD60EF0294AB82 , 0xD0A545A4B3564E5D8AAF40A64147E12F , 0xD0CA453293BA4DD083261E43B5712E53 , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xD12ABE34043E4C20B600AB65142E8168 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xD1D27CA11F9949458AB3B805D43C1102 , 0xD229BE6D5C914C2BA0F52C1A9C6813E4 , 0xD24E8F79A93A4AF7B49B709A3C48C04F , 0xD296D305F58F4C2A81C6ADD6EC0FA5BD , 0xD2FA9F59192D4EE48B389E6CF1C07423 , 0xD389FCBB5E07474DB3B8C779F054A13D , 0xD398C2DDEBC444F6A74DC3133125987F , 0xD3C48F9C4F9E472FA8FE37B2ADB15ECF , 0xD41EB0C222144539B4CC6BE94B1D8925 , 0xD49AC2FF23564FA4AC86C99C864085F3 , 0xD531BA17C8F44E0B8ECFB43DDD695B62 , 0xD53DEF18874C4AC18B224FBC07554900 , 0xD56C6BF640604937A1F931112F5BF865 , 0xD5C7F478291844FBBD73ACE11197FA41 , 0xD5D36A5BD545443A95E39C41B0CA0CBC , 0xD6F6780A31854142974C0372BF28C77F , 0xD6FAAC7CDC84449996627E8948B985D9 , 0xD73E16D28EFF419D9649067012F694A2 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD7598D9A84CB4294B0037243826A2E44 , 0xD777E7A1B68D4AE2B1D3D6CAEB8F8F0E , 0xD79EC83FBF0A41F7A049AD4C21634A00 , 0xD7BEE9BF0A40497A804FA0385B536CDB , 0xD81BA6BBFEC0431D9106075E359AA7DC , 0xD88E2F820F774503B7E0F8EAE68F5CC1 , 0xD8A8542B78F6473A99F468FE2B2AEC50 , 0xD8FB32693B9845D6A8960AA1C9BF09D7 , 0xD9609E08462144B4B7F476562667C6BE , 0xD97CAE27DA5542069510AA3138CEC13F , 0xD9D87897BD6C49B8838C356EA465B8CD , 0xDA529954F1874F398FD401F109DE9BEB , 0xDA5C188619C94A1A9E58024953F4EE37 , 0xDA67A770431E49A7885349947ACE10F5 , 0xDB30ED5DB63E48B187D4940F7D917510 , 0xDB5460FD7959419788EC414BE3947D20 , 0xDBB7D665B7AE483A85DDC00B00A6F4FF , 0xDBF63C55855049F6B87C89568D46FC4E , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0xDC7487729044444198EAAD719A5CACA7 , 0xDCBCE2570BCD427E9B15D60BEB70C206 , 0xDD17009BA4484041BA49E0C68E23B58F , 0xDD847890A20F473DB1FB75B176B1C84C , 0xDE0A77C2701946088FF67DBFCE1840A2 , 0xDE5B8685268C4037B7ACE712616AC3F8 , 0xDF07D5764E334BF9BEA6A3D7F3284934 , 0xDF09116A82EF481F96709CF61D6EE2EB , 0xDFBC15EAC4844BDC88BBB3CE84DAB046 , 0xE0B6680EE6684E948069AF0D6D72C2CE , 0xE10AAF1F02BC4AB78EFC0C843D627033 , 0xE15AFD92992D45B3B7347B5D6C46471B , 0xE1AA811ABB394AF8A6300405A2AD8564 , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0xE25A3A4C0F77482E926C228894A2F1D3 , 0xE268901044D74F4997C8798505FDEA63 , 0xE293E96FFBDB4271B54F58053533EBAD , 0xE3AEC067933045A2934BD1E3856C263A , 0xE3B45041E7DF47BDB1FBAD3D88CB4889 , 0xE4585FE78F154697BB65400E0100366D , 0xE4789D72D5C244A98AF0528F0118228F , 0xE4C447705DC748898A91333368D75B73 , 0xE4DD7FD0989647C8992F5460984B5E7D , 0xE520AD8BE28048D1A0A7794A5F76740A , 0xE53B152487284F518DDC6441A4C0BC7C , 0xE5FF30E150614BBE96FFE103852AAF63 , 0xE694E2E2EBCB4AA9993686C7A862F0BA , 0xE6F3FA2B5AA6458ABA76282D29F95DAA , 0xE7123A43BD2D4C04B7F884F5F5F4EC83 , 0xE73E457E4AF14CFA8D48D7C4E0517182 , 0xE7807496C39F4C2A8F52CDC8FBEEE490 , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0xE7F9135F0B3D43898CEF4BEFB5F1B750 , 0xE875FA8F02EA4FB2A896E60A66B34CA8 , 0xE9A1731E6A6F40E2A364A623E2CB41E3 , 0xEA2AA7BC07A24CD1AD1AF9970C8C389F , 0xEA4CF2C51D6B48F3944BA7A723157867 , 0xEA51A149CC014BD481242AE65C0B1F7D , 0xEA53BD479CAC48A885C85B57DEABE20D , 0xEB64941E47124BDE8CDED46BFC30C78E , 0xEB8BB6F518E14069A6F82747898156B7 , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0xEC6BD79F34CD4163A0B541FF46274B26 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xEDAF1A15A67B4099850754A395044C9C , 0xEDED8FDBBD48434D9BD89EBC04039972 , 0xEE56B117CA1D45D5AA1E74C5A31C88A8 , 0xEE932F4A0B01460B8F39F41650F8476F , 0xEEBDE0A8208D4496A69AD9212F2CED78 , 0xEEDDB78B4F064557804ECD79A3834DFE , 0xEEE45F5AC20E4CE7A6EAD3ED46DBF544 , 0xEF4B1BE7F6AD45388A160A76925EA718 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xEFCA09A8202A4A6E94E79822F11576EE , 0xEFFCB31D3DCC4468A78A9AC78DC13722 , 0xF147C0DBD17246929F9D708A5E94E51C , 0xF1A1DE59D36D42AFA56D4DD91768FEF6 , 0xF1A6B58E21BC41D1837B2404D38A3FD0 , 0xF27F12B684A04CDC8F4D0CD858C5BA56 , 0xF316E9150A4A4575938B7AB049475F03 , 0xF33951EA397540B3A95DD2CB102C489B , 0xF3D4EED7F3924E0790A077DF968CFE9D , 0xF441BF9C66054F22855D99B2667B76CE , 0xF457C6C3ADEE40E1A2751A7FEDA982D4 , 0xF475575C0F7E4845A3312B585AF9979C , 0xF4C112A32B344491B74F59D7A1223E89 , 0xF57AD19FBF574A21B27FC44E26FC2A4E , 0xF596F4DB96B9481999ADD056F10D6B8A , 0xF5CA12F476694DEEA6F3896700840A10 , 0xF7597433E21E417595240E3DE3E886C1 , 0xF7E08DCDC51E41B4AD81103BCE005171 , 0xF82A8F4A5F6A40089A913F1F16DA9FCD , 0xF86EB4FB86FD4F0A855488566008D97A , 0xF8E9E58D26754B1EBED08130646FD4C6 , 0xF9732598D9CC4E07ABFEB608192EF351 , 0xF9E6E17658384098B9A168B0D9F9BCE6 , 0xFA3391C9B81A471A94C8D41FD0219852 , 0xFA89A9DAE85A475B81279CB2F2186919 , 0xFA9A145DF22D466B96BCC1360CB87177 , 0xFAA4A0C93E7B47B39646EBE0A293EACA , 0xFB6F46B01EE14C0FBCF5F7F411DEECF1 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFD9C0793D1564DFB8957E8194811A812 , 0xFDA2D703C86C4F13BE5989653AB34B85 , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0xFF4762684F2E4D498CE7BE3F1973DAD2 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xFF8733A7BC394AE798214336083C605A , 0xFFCCEF673D88431094FE4BEC714ADEA1 )));
Copy
85
1.94 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"\x01 ù\x16 æ╗8\x7F\x7F ìoªè┼╝x░ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x01 ÿA╩║üsØäz«─IS5¦ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"²Ì\x03 펫M§¦³V¯=îÒà "
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"õ•"¨‡ù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"o═6\x1A ¯\x14 AßçUû¶®3+ì "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x02 ”\x14 Ã\e ³D®”Â\x10 °>³¥ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b""A“r\f *JE¼–Ë-\x05 VUº "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"C\x17 Ø\x16 │è@ß¡+?Ñ@╔Ì┐ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"Ãd>Éô.B§ö±ZSiÿÝ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"÷aÇ9╔\x04 K¹Ø\x04 iHtÐÞþ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"C\x17 Ø\x16 │è@ß¡+?Ñ@╔Ì┐ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x01 ¹üƒºWD╚Ño▄\t ü8\e ® "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"²Ì\x03 펫M§¦³V¯=îÒà "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"\x01 ™/!Q<\x7F ʃ\x11 A¶z\v ¢¦ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"*\Å╔n@\x11 «¶Ö▓¹O¼ñ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
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 , 0x01971691BB387F7F8D6FA68AC5BC78B0 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x019841CABA81739D847AAEC4495335DD , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x6FCD361AEE1441E1875596F4A9332B8D , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x029414C31BB344AE94C210B03EB3A520 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x224193720C2A4A45BC96CB2D055655BA , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x43179D16B38A40E1AD2B3FA540C9DEBF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xC7643E90932E42F594F15A536998ED66 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF6618039C9044BFB9D04694874D1E8E7 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x43179D16B38A40E1AD2B3FA540C9DEBF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x01FB819FA75744C8A56FDC0981381BA9 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x01992F21513C7FCA831141B67A0BA2A6 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x2A5C8FC96EF04011AEF499B2FB4FACA4 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
86
9.00 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 ãÉ-#LdªDîo1Ö5· "
b"\x00 F†Ø÷`Iƒ‘õ.§È½¶@ "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"\x01\x0E »ôqØ@¦±É«r3œç• "
b"\x01 nî\x08 é¢O%¼·ÈC\e BìC "
b"\x01 Ž;BÇÆB4»4\x02 ÌÚ:8‰ "
b"\x01 —hl\x19 ¿uk™4‰wÈ¥\x08 Y "
b"\x01 ˜Ìq™³réšÜd\x13 F\t š\v "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"\x02\f 4\x15 êK@QŒøûË»VèÅ "
b"\x02 Gy\e E\x05 LhØ├@ó┬×ù├ "
b"\x02 `]ÊÛóOwƒÔ7\x7F æudØ "
b"\x03 9Bב"C\ŽÌp‘N,˜{ "
b"\x04 /&!ù°Jˆ‰B6É¡¢fÜ "
b"\x04 y\x08\x0E 1^M\x1C ¯Žq2¬û…\e "
b"\x05 #ˆå!’Kåµ\x16 ¡gS¤\x05 è "
b"\x05 2\x19 j0.D©“M`\x1E Ïñ<& "
b"\x05 <e7+\x18 C\x19 ‚”½2rÅœ\x18 "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"\x05 Íç\x1A ØÝGÚ†\x16 ‹Õ›rß "
b"\x06 Ì<!¾\x7F Ox¤†÷0Tu\x13 ” "
b"\x07\x00 *Œt÷O\v µí…Ø¥ž‡[ "
b"\x07 :\e YF╚Cöì│┌ÕZÈÏ┬ "
b"\x07 lyı'¥@®╝¤´.\x0F ;ÎÅ "
b"\x07 åÓWÌ\n Axª9y\r “3\x01\x00 "
b"\x08 JÕ\x17\x06\x05 H–›ôå\x02 yŒx\x04 "
b"\x08 ┴{K\x1A ¾N\v ©ñNü?\x10 ð\x0E "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"\t\x0E ’X\x19 RE\x03 ‡‰ßâR›\x01 ’ "
b"\t\x15 ßcaÅO\x03 í\x11 ö¡tn\x0F ½ "
b"\t\x18 ¿\x13 o9C\x15 ‹4X\x08 j…€è "
b"\t ¼\x02 ·šÂH}‰Ÿâb\x0F\x19 í$ "
b"\t õ«©{\x03 Hí•:{¿g“¶ë "
b"""
\n
R&Tø¨F°¹k†\e }Ê\r ¾
"""
b"""
\n
uı³ì┼J0ò«|B<¯^å
"""
b"\v B@Þh¥F\x1F ¬™\x07 ‰¿7ù\x06 "
b"\v sDO.®FÕ“\r r\x7F ï\x14 µà "
b"\f (Q▄r─KªÅâ®\x0F c\x1C N┼ "
b"\r ›×«k\x1F Iˆ¸@0¦d+Œ- "
b"\r ®EªœßD\x00 ´šÎ¯vø…€ "
b"\x0E\f Wèã¢F7ë\x11\x7F ]óÉc═ "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\x0E „öúX«N®¿A¸«nøÙé "
b"\x0E ®\x0E dE\x05 @‰¶|1Ìò\x07 8M "
b"\x10\x19 ÃS‚bOª³©”Çhñ8 "
b"\x10 Tî½0\x10 A´›àÏ’4bPÜ "
b"\x11 |ó\x17 ÅiOºí®ª?nûÞå "
b"\x11 ‹Í¤P¥A¸„ï\x1E K\x04 Á×5 "
b"\x11 ”Y€ÝcOŒ¿Ã"\f ºª+g "
b"\x13 8¡—°ÔAœŒgâ)¸Vçì "
b"\x13 ßI╦\x12 ýNRü¥\x12 /\x1E XÐÜ "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"\x15 'X\x0E ¥³A?‚z´\x15 Oî\t "
b"\x15 ;¤\x12 ?\x1D Nz³p\x1C L$~Œë "
b"\x16 ªÿçƒ\x06 A˜š#\v ü¸v¯• "
b"\x17 Úëó\x0F §BÌä÷èþâÏì¡ "
b"\x18 fŸcÙŒJI“ƒEù\x05 o»& "
b"\x19 ¶o\x16 ¶\x15 CaŽÔBä8´É\x02 "
b"\x1A ŒÝü€ýGR£í¬¼iŸ¤S "
b"\x1A æËØtDOX┐\x02 ´`¯è┴9 "
b"\x1A ¡S¸Â•L^‚b¿\x04 ªK*Î "
b"\x1A ┤\e a¢´D\x1D ║Ø\v â─ú├c "
b"\e +$·n\x1E M·“ÖÍš2.Žd "
b"\e É\x07 ┐$ÅK■ùÚ┼\t @\x18 ;J "
b"\e “ðùuTLê®ÁÒ,uï<\f "
b"\x1C E\x08 ß#eI\x0E œu\v vA|Õƒ "
b"\x1C }╦}þãA¥àÅ×\v \¦Ðd "
b"""
\x1C ï½ïð\v @\x05 µ\n
E¨\x18 |Eœ
"""
b"\x1D\x1C\x07 I …K~´Î|²\r à™û "
b"\x1D ;~´)æD(╝?¹2\x00 þ=É "
b"\x1D ÒÓóŠËCž“ó_eù·Ùt "
b"\x1E B\x03 u4õG,ì\x01 Ä2&§²( "
b"\x1F\x02 ¢HÈgNV–~®QXLÕ¤ "
b"\x1F ”´üY@-‡`Œ¡a±ºÝ "
b"\x1F š\x13 «Ë•O³ˆì\x07 ¨4Gä2 "
b"\x1F ŸØÜÿíJ0¥\x06 J–ÌCy\x10 "
b"\x1F ÑlÐoËBªì~}î̽ËÖ "
b"\x1F ¼‰EkÐE6•…\x1C ;÷Ø\x06\x17 "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b" zeÂ\x06\x19 G&·ü㦃S‡E "
b" ┬u¦╦hKùï¹\f D\x0F )üÏ "
b" ÊF\x16 ¥Ø@»¦ \x18 qO¨F\x02 "
b"!\x1A 8À\t ¿K\x19 ì6øéÐ\f\x19 ¯ "
b"!¥8ÂCkKužÒNØG!Zx "
b""FFqœ¨DV„à.Ç…ÿ\x05\x1A "
b""JxdˆyE3¸¥”³À§G” "
b""ÅWö·UL#€\x1A ˆç‡j&\x03 "
b""þGxò@©üN?ÐÕ\x08 ┤┌ "
b"#ÙŠ©c¡@I“'qäwƒža "
b"$\x06 '©Å[H0žÜí‘Ú\x7F –* "
b"$K`0ÿýE)¤Ð\x15 ¾Pº"% "
b"&!ÆI‚M@µ”ŒÑ5¤ùb® "
b"&O<\x1C ÊÔOk•ë\Y¢\x05 ºS "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"'øi\x07 )ùB°›]I÷¥•¾È "
b"(7ñ6üZNÚñ{Ç\x7F Þ:/$ "
b"(É/Õç³M,ë\x07 y;³?º¹ "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"(¤ÈåR¦I:ŒÓReˆ,\x05\x08 "
b"(├§¨üüF©ù┼\x18 V¶B▀ÿ "
b"(Þ*BLBN0 ‡S‘óCÚW "
b"(þ\x06 ¡üsI(¦å‚jëëóu "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b")Bg2ëÏOÛµPP0E{„Ð "
b")R1e–\x19 K.Š1%\x18\x1F 5Fá "
b"*ëÆyYéI´¼¹qœ\x10 ¦ü¥ "
b"+\x02 vS‚¢@!‹f|`\x10 —®Z "
b",V½\x03 ‹\x17 IY›û!²^g×p "
b",¼‹Ÿý\x00 HSŸ@“·æ\n ü6 "
b",×Â!”±L:‰°-×òˆíí "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b".‡ä*=ŒJ¥½M§ÐÈQ¿~ "
b"/MÑ\x16 ;åFñ¥\x04 ÐÖô~û\x12 "
b"/Ù\x06 QŠGB2º¦\t 'wx8û "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"0äT1\x15 ËF\x1F ç\x06 Ñ>í`ìÙ "
b"2ðÿ■ExK‗ÅÕ\x06 ×Pòz─ "
b"2§»h░HFì│÷┘\x16 àÕ█z "
b"3Mâ\e çôAʲ-m‚ž6ÏÅ "
b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11 "
b"4\e øý»░M\x1D ìýrÂCC'0 "
b"""
4+peñXBìš Ó\n
B\x1D ™à
"""
b"43Ø>$hEj´”¦Ðb4C¢ "
b"""
4Wk^s6BCˆ`,dá·\n
K
"""
b"4¦)ìtxC|²þt¿!ì¬2 "
b"""
4½Ÿc£ìIu©µ$\x04 ë\x05 \n
\x03
"""
b"5\x06 ô)åVH†‘ž{R·q^ú "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"6u\x10 ©²üGèÿÑ\x04\x03 §±-· "
b"6wù\r ‚\t C|¦e\a=FFì "
b"6öØh╗bN\x08 ÿr$²%ý\x19\f "
b"7\x0F þ;¥ýN¤’ÑŸ‹´‚ö¼ "
b"7C;æÂ:I‡¦¡‹Få¢X# "
b"7J‹\x12\x1E aEW¼½\x11 «‚ò'\x01 "
b"7¸\x05 –yL\¶\x01\x00 Œ\x11 fF\x01 "
b"7ÉG„â¤HŽˆ8jÔ\x08 `EI "
b"8\x05\x17 t■.K%╗\x08 ì#H´ûÝ "
b"8ÈþáÛhBž„¿-\x0F ÷Ï(Ñ "
b"8óÛuQ,L-…\x19 2ß—\x04 îè "
b"9¤™$¬ÓM!œ›k‘Ë\x16 ó "
b"9àÕ°âþBå„+Tø®fŠ\x05 "
b"9æ\x11 ë°ÎLô¾È\t vÍ—›\x1D "
b"::ãr;åFłʪ\x1D èBÖ§ "
b":Eñ\x01 _ÑLË»‚C5\x01 ƒPô "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b":Þ\x1E 4cÅNt§8f\r \x06 y}ï "
b";\x1E PÍð╗L×òpEöM█ÜÅ "
b";C‹a\x00 ‚Kv‰Òó–c\x1C pÆ "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"=b\e\x05 6\x10 M»░F²\x07 ãì┬╗ "
b"=ƒI\x12 ±\x0F @¹¨ò³ï\x14 ðÚ "
b">%ë@Ì,@ ¬¤h\e Ô.Žj "
b">Ë«÷ŒÞD?»â\f ?wFá\x05 "
b"?R\f ▒/ØO°Ä@╚\x0E à┘│4 "
b"?rÙ õjKǔɲ\e RÎŽ| "
b"?‚\x1D cµAMO“…›ç\x18 ðó[ "
b"?¹}åÌKKè¯\x08 „E·8š? "
b"?Õ’$›TA\x1F — O\x13 lúiå "
b"@8]„àüMn§Öà?LÖ•È "
b"@:Á5JC/¢‡A•§·‘M "
b"@L<fªWK\x1F ½£Ý\x07 ‹\x08 :ï "
b"@ñ@Ô³LL¹»q Y†ž»R "
b"Aøßó.OLÌü╩³╠‗4fG "
b"""
B1b9+°@ó¾P\n
o_])ø
"""
b"B„<9ò\x0E O#¥™WWv°`Â "
b"BÔœUv\x07 GŲãó\‚»¦û "
b"C]|K\x13 ¯BÈ™™X•\x18 VÀL "
b"CñõðèjCÌ©ØO&╬v9Y "
b"Câ·’5(K]ˆ’[T*ö¢\t "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"E±¹a¤¶H³ªÇ>óÕqã{ "
b"F3ì\x13 ÚfHEª~6Y¸A\x10\x11 "
b"GQ\x07 ¥¢½IG–\x06 }Š‹«]% "
b"G^ˆ8]dFBŒ\x02 ¯^³ªÐ† "
b"Gag*ŠyFf”’ï\x1D þG™U "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"H´=ÇjACª À»\x13\x11  "
b"Hæ“ϼoGߎËÇæ¬\x14 øæ "
b"INÙ5hýB܆¨à4\x0F \r Åp "
b"I’TPè½B‹§KR£öHC\x15 "
b"I°ƒ\x08\x12 ®Jhˆ°˜8\x7F 3\x08 — "
b"IåJÝý‚I4£%ýjZvG? "
b"J1\e {F/CA¶Êª\x14\e xÎ\x17 "
b"JhºN%lI\x12 šÍåO¾ÿ‘¶ "
b"JݾðÍKApµöBÞÑr½ñ "
b"JþßÿBì@O”-™²\x02 þ%p "
b"KZ¦xÉâFf—¸:§ùà^Q "
b"K\ú╦z\x1F D\x14 Éýfò~Þ8\x16 "
b"KÉÖ‰—ŽN“¡ñÒ/Ñ\x12 ·x "
b"L\v ·Åø—C\x17 ‡©'ÕýѦ' "
b"L\x10 EË\x17 ÈKá´!Ë·ý}z\x13 "
b"LP÷À‰ÐNz¸Ž^£<^\x7F ù "
b"L…\x1E HL\x17 D„¯Y§—2s\ü "
b"M'¶\x1E o"N5§-ºÂ:ÙPÊ "
b"""
N\n
MÚ\x13 pJó§æ«\x01 «\t å)
"""
b"N▄O!┬xAIôs{5\r e╬Ø "
b"O\x19 Í\x13 Ï´G>£v)ähU\x13 Þ "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"PíC*\x03 Ñ@\f ÄÌÑzãÉlÍ "
b"Q#V=JøDüº±H┬┴C┴e "
b"Q8 ç4¸A¿·£m@'\x12 hý "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"Q}DBŒïJ\x1C ³\x08 ±KYZÀp "
b"Qü┌ô┤¨OøüÂ\x17 Äc[_ "
b"Q╔\x05 ]4┌@áú+5\x1E ìÔéC "
b"QÙÞ\x06 ¢ŒM\x1D °Ù(}á0{¹ "
b"R"╦C└}DÍ¢ñ&┴åÉ═s "
b"R‰É¬\x1E\x1A E%°(VkÏ2ÇØ "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"S1Ž«•™I”¿Ï,X\x01 é\x1C\f "
b"SÅ\x01 âÏAIo©¤.êGÃU¯ "
b"T&Æ¥ëBFà†9í“jA\x01 ® "
b"TJ \x15 ”K@À…#›ïXJíÚ "
b"T░┬F\x16 ¡LººÍnɧ°m³ "
b"T¶ò]ùDù©¾oÍÅôŸ¹ "
b"U\x16 èE©·H.”\x17 A¸\f Í“™ "
b"ULÉ9p’C|…Kñ©JÍY… "
b"V)'¼x‡L\f ‚À\x07 Ç¢¥‘· "
b"V`\x0E\x14 »rL8£»[W‹Ò\x10 × "
b"VÒ¥Žd9K*‘‡i¯ª#³ù "
b"WûÎgؼN\x00 ║q\x03 Q┬øÅf "
b"Wñ‹\x00 #¾D\e °xJ\x00 ³\x17 ‘Ð "
b"X7\f @3ÙF³Åè┴E\x08\x19 +╦ "
b"""
XuÚ\n
AIGî»OsÛ!Å«}
"""
b"X¡“³ßçKË¿\r q+(×r, "
b"XáV€¡pGlºd\x1C „Hƒï\v "
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"Y,î\x11 ÅËDö▓°íþ\x01 |B\x08 "
b"Z=à†¶‹MÁ«µ»+Q\x04 ÊÝ "
b"Z‰yP\x0E ¸F7„];If\x16 ÄÝ "
b"[xþ’&1H\x1E ¥\t ‰Ëõoˆ\x11 "
b"[Í¡á`®B\x1A ˆOUŒbÂèà "
b"[Ð<^xxJ$¼7Q'3³\e i "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"\xîW¼7D\x17 ²\x04 B6ŒÙsz "
b"]w!ØÓ\x15 L\v ¼*ê7╚A°A "
b"^@ÓÓ^ÉHª°;Y\x01 [ï6Š "
b"^ü(Ê+ÓLu╣º»æ,█XÝ "
b"^““oí¢DÙ†òÔ;\x04 -n "
b"^\x1D ªc\x06 M!«ÇãUM:–@ "
b"_\x16 ²╔═\x04 Jzó▄ìkcÁBé "
b"_ÃNK]+JìŠuÏ\x14 N\x1C\x16 = "
b"_Ç1Wß§CÁ„`•²P¼(Ê "
b"_Ê\x1F ã*FØî\v èZ¼©û3 "
b"_þº+TÛC“…+\x15\x02 £\x06 1¯ "
b"`y\t ¯ßb@ÅíÑÜj}äp| "
b"`Çn¶À╚O▒üÄþ*½<¾Ö "
b"`¨D'q├O¬ê\x13 YìecÖz "
b"a&=\x05\x18 ŒO\x14 ™ZLh¨ëÒ\x7F "
b"aOñ†üœL¢¨\x18 n§¤\x06 ÿë "
b"av╩\x11 Ó±A5à:·ÖJ#jü "
b"aù/1#F¨Ÿ„\x05 v®3“ë "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"aìg\x14 ?äCx£GIg\x08 ¬äõ "
b"b¹\x0F h|&E/˜\x08 ÈÒ(Q<Ý "
b"bÄ;`ñòNY¾\x02 ¢bÅ\x0E Šò "
b"bý$÷ÙÞN?ŠÀ\x16 *öÇuG "
b"c-z\¸‚IÌ \x1A\x01\x12 é0…x "
b"cÒ\f j'OK•¤\x12 qÐ4¿M« "
b"dUöÎ'ùK½³Ë«›„@\x18 Ê "
b"df\x11 ±\x05 ÍOX¢Êe,‘ß)u "
b"dhD\r |ÑEÌ•¥›°-vÏ… "
b"e›˜3Ý9Bª¿(U¢@>K: "
b"fÌœBžµEç«JÀ\x0F ”Ý³Š "
b"fÖZ¹«\x03 JÅžs|\x04 ÿjm6 "
b"f ║üeE@eñ╬pdÓ\e #\x12 "
b"g\x0E mÇ®\x10 MBŠ¡ÙѣŖû "
b"gaÎÕçHH┌üµ÷Ü8,r} "
b"gyp—á?Bí¨bWÇ\x1C Bz( "
b"gÞmg0LK„‚éX«rš‚ô "
b"hÁm\x7F ¸NK"¼¸:â',0# "
b"hÞì^)ÝE/›\x01\x1F\t 'Px“ "
b"hââìguK,¦ô6e¬ù\r d "
b"hï('\x7F ¶K«²ÞÀÇåÎÁ\x1D "
b"hõ'6¤’DYŒå¶H Œ(™ "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"i»ÍSåÇDA®°£ëWÎW\x18 "
b"ié#u»fHçƒWqþŒlžž "
b"j\x10 ©í\x18 [C\x10 µ#\x18 ºÿ¼G¯ "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"jÕzNëíMdžØÛTo±\x01 È "
b"jÛôSÆŽ@B§±®9"T(a "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"keðN»ÓJƒ³Á\x10 7‚e\x00 Æ "
b"""
kzÒ{ÂÆN\n
║#³ÅGKÎ
"""
b"kæ¶&▄ÒF\x03 ê\x1A ü0═Ýy\x04 "
b"kÏeLR<O¨╗oÉ©\x14 ο4 "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"lK└-ì}IòúlJk\e ¯Íí "
b"l\«Iã¥DÈŠ9f›ª0åÅ "
b"l`\x03 (7\x04 E"ótècÓì+è "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"l’ð\x05 ÂLAr’ôð\x08 ´8þ "
b"m®P?’kEä…+“C\x06 ØÁç "
b"""
n┤ÙuÙ\x04 FðØï"╩Ì\n
║┐
"""
b"oƒ”¸z\x1D D|¢Õ’!\x19 Œf‰ "
b"o╚\x1C Ô▓üF\x04 ¥ç\x18 Ü]│n\x0F "
b"pªDy.¼E©ø┤»Ñ\r É!´ "
b"pãéUx£I>¢\x07 Ϩ7¢âú "
b"q+ì6¯íO˜¢.›HÜseH "
b"q9&ÑQãJH®¥:Ê$–\x06 $ "
b"q`ßLÂßA\x0F ¯¤D}\v í`á "
b"qɺѪ\x0F OKÁ£▀n!z\x05 ╗ "
b"r7è═Æ\x00 Fè┐\x18 K\x1A ì<E® "
b"rf‗°\x10 ÂMc┤ؽú┴LpÜ "
b"r║çTƒÄO\x19 üçcé[`\x18 É "
b"rôó³Ê\x0E L7ƒ+3*Wzdt "
b"sÈÈFú\x19 Nî¥GNˆÞCË\x7F "
b"süYÂ\x0E ñKù‘î\x1C APž\e "
b"t¤˜P`6Dñ¯Úè\x1E\x12 #\x18 2 "
b"u\x1D 2û\x0F GF(µÂ\r ©±`Í? "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"u╗1\x0E í£F»¼ó4\x12 └ÿbÅ "
b"v%Q>÷£Of®Ùø%ü*õ\x04 "
b"v)c\r ‚\x0F Fà¢Î\r ù)JUê "
b"wzÒQéoC~¦á©àéžV‰ "
b"xV@\x17 ï#Kù§‰2b™HrN "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"""
xë\n
©f4O¯‡éÓH9€\r „
"""
b"xó‚`smJ\x05 ¶Ã…K\x03 œnb "
b"xößNʯEd»Q\x03 MvšÓù "
b"y]\x1F §¨IM]£ÒíÉÅ┘v6 "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"y┴┤B7¦JÚº╔¯\x13 ÉüR╚ "
b"yÉÓ¦1ÞN\x08 ›%Áó±û\x7F d "
b"yÒù\x1F ã¤L¶–dÇ Ð¼»< "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"z1\x18 ð\x03\v Gúû─Å░╠ÕÅô "
b"z¢9%\e êM│ìep÷\x7F BÝ¢ "
b"zÞV¬,"O¹Å,ûõÔ<\x10 > "
b"zð2 !ïKu›'rP.\x14 Š% "
b"{z)Püœ@4ž€Éª|Xuü "
b"{è-ø\x13 ËK\x01 ¥=¤p\x07 ¼ØP "
b"|/j'z‚Lï€mØô¾iÊ "
b"|┴·³ÃÅFñ£Éõ\~·0& "
b"}\x10 üT4áD▓ƒ█¹{tê\x04 ï "
b"}╝¬\x1A gØE¸┐às╚;×=È "
b"}¨M¬fªK╬¡\x01\x1F ôÁ]ïØ "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"~PTQ\x1A eM0“\x11 1aR×ØÇ "
b"~Ééé0:B\x04 ùY=═wl ý "
b"\x7F Hó72HU¾*B'ÔïR• "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"\x7F Ùi0SÎND¥!ýÙ^dVÞ "
b"€\x12 ¶½mBV„R)†¿\x1E ç "
b"""
€¿~¯9\x18 L•ƒ\n
Nî\r ³¨÷
"""
b"ü\x02 3º]:D╚è\x01 {[,▒i\x10 "
b"ü\x15 ,7çíHÈ▒a\x00 ôkûE= "
b"ü¾¾\x18 ╠ƒN║¢¿\6P \x1F V "
b"ü¶├~>║Ga╗┴bdýıçy "
b"ü¶Ù╠'µL\x10 øSå\x04 ┐¿&ü "
b"‚\v\x18\x19 Úr@ú”Rn‰\v 拸 "
b"égªÝÅóEâ█├ ║Ù\x07 9 "
b"ƒ~½Ò ÑLâ›\x14 uÚq“\x0F ô "
b"äÉ6`ShFѺ$RèÄU³│ "
b"„ÕÍ#õýEɵâǹÆâé– "
b"ä┘┘cP\H█Æ(5NÞÅÂü "
b"""
à╔Ç¡ízFÂÄü\n
¹║┌åY
"""
b"†\x01 ú›¡DKU†H°Þ÷\x00 jX "
b"åí¯¡╝yB═ü]É}&}d3 "
b"†ñó´úéJ[Œ2®º\x06 üØù "
b"çD¾ì\x03 ?FÒ¬‗└a\x03 ÚÔì "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"ˆ%\x04 '§7Nò¾ÍvÏcªSý "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"êk/┴ü\x12 K+Ö▀pÌMwhw "
b"‰uY6^èCa¼\t q‡a\e íï "
b"ëéh \x00 OBqøvzX\x13 9ì "
b"‰ªßG²÷AÒ‰Û!\x01 ÿ©\x18 ³ "
b"ë╗õ°■EA(º╚@uèØ_: "
b"‰ÀñiÀ»Kr¡J]GÀÌF "
b"Š\x19 “í€G"Ÿw¿ËFp†i "
b"ŠZÂ\x00 Ò]H™uá\e c\x02 ¾@ "
b"Šs½7±yG²š°Þ©…ÅoÁ "
b"Šwd\x04 ò)A#°ùMæ–Ù>œ "
b"‹\x11 Tý¯GØ´\x06 ŒcDu¯¨ "
b"ïÁTèsºBìÿ\v óVËõ\x1E o "
b"‹Ü0ÀU·H—°"£ÃA\f\v | "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"Œn¨]XëAó°Õ˜á§Vç… "
b"ŒÜÙ?Â\x15 K^ˆÜ\x15\x08 OÜËž "
b"ì\x1E\x14\x7F\x00 ì@§║É,#a\x03 t³ "
b"ìXèµ\x03 ©O▄æJM.!\x1A ç½ "
b"ÄÖ¶ï>IOqÉ║ÎÖ|\x7F ▀ "
b"ŽÞ\x05 lÞ‡IÊ»î"ÆÑx{X "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"ÅWnÚ?;A‗É┴2m¿\x1A ╣² "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"Å┘└àZ╬@Áº\t s(c░Åh "
b"Å█d7²┌L\x12 Ä╚uå\x00 æn\x08 "
b"É^│\~\x7F J&©£o:è·'q "
b"É█VÏÿãE[Ö7S)!\x07 ╬M "
b"æUÌ4░`EIç\x19 êb±üE1 "
b"‘Á\x01 9óùFÝ™XxØâ’(\x00 "
b"’þaÈ]ŠD°²í|Õ\x01 p¿Í "
b"“@¸y"ÏOäš¡\x07 ìOålÅ "
b"“B¸±SöCj§\x1F ¬±Õ°:* "
b"“J\x18\x06 Zd@Û‘‚`\x05 ¶Ž÷é "
b"ôU÷\x1C Ê├HÈâØÈ¹JVÝØ "
b"“n`óɳNF…úNQ±\e\x1D W "
b"ôç¼▒:vB Å\x7F j϶Sõ\x1A "
b"ôöìyë╣J╗¼Â Ò├ñý+ "
b"“²ÌÇ\5Aœ·œ\f ]…ÊöL "
b"“÷ a·VBÚ„˜~‚8D…¾ "
b"“ùíã\x0F ‡I÷¾9\x1F µƒÝÝz "
b"ö°J╣\x02\x15 IUÉA\x1F ¯h╩Ð\x00 "
b"•'¡HŸK"“èô°œ\x07 îŽ "
b"ò:¯╠╣WG┼ó┐\t uÞ"ü^ "
b"•W9íä‹Jè¼QïFž\x1A ý¶ "
b"–‚º\x01 ±&FG¸¼^)ò?æÙ "
b"–£KžëÜE“˜B›Dåõº~ "
b"û½TyG°G¸░Ø©æ21¶î "
b"–±ªÕ”ÕD\x01 ŒñU\x16 ¯‹m "
b"—f\x0E óVWBR†¹\‚ܰ/- "
b"ù~XDx\x1D J\x05 ºÉÕ"à┌%B "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"—Î<k?êG·«ß\x18 Õ\x08 éÍ6 "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11 "
b"˜MV`ȃK£±„>‚á¹\x14 ¹ "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"ÿì'(\t mG~║oJZ«1▓Ô "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"øx\x07 Û\x02 õLÃúaÈÉKÒ4å "
b"›½ŠÇ ÏD茗B\x04 VZè "
b"›ñÐ5bªD¿ˆÌ…·\x02 ü‚û "
b"£#ƵÝúKdÅÁ\x05 O#8²┬ "
b"œ?›\x05\x7F \r Kˆ…3¾À²$;S "
b"œcÚ)€—O\r –ž“ÍC¨f\x03 "
b"Ø\e ├NþàHpúâpI╠\x03 ║³ "
b"Ø]§Îª#J#ºYÜË`┼┤\x1F "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"×E┘&┌▄@³┐úÏ\x06 ì´Ö¥ "
b"žN¨/ã„A’´Üµ3©\x07 Us "
b"ž…OÌ\x08\x19 D!»4ÿ\x19 ˜Šàù "
b"žŠî\x1C ó°Od™VàvÛ þ" "
b"ŸcQ\x14 <.I‘§\x1D ezŠòÆñ "
b"ƒr,Øö@LQñ╣Éoóc\x12 Ë "
b" \x02 æ;µ;Eí¢ªÚYBNÙ( "
b" !´—3ÈN‹ž¥ý¯>nSÀ "
b"á│║feßJ\x1A Å\x7F x6o,\e\x7F "
b" ºH\f etF/´\x1D çnìå£\x13 "
b" Ì¿j\r …JE´Ù<+\x1E\x01 Q± "
b" ù¤\x1D 5×J€¦[ºÛ‰8¤i "
b"¢\e CœÏKÄŽé\x00 ƧƇ5 "
b"óv‗Û▄CJ░ü\x12 <▒\x03 eý´ "
b"¢¯84%)F;™-AØU'\x0E Ä "
b"""
¢³X°3\n
@\x19 ³Þ›.8Ñ\x17 S
"""
b"¢¾\x0F\x12 Ý´CJ§\x14 Ý£ÒnOÜ "
b"""
ú\n
©®ùûDcÜlŪù\x03 ▓\x04
"""
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"úz³±│SI(ÖΡ0ßü79 "
b"£‚t÷\r EAŸ\x15 ¶¥ªøßJ "
b"úú¹æü^@─ï¤▀¡Æ4█# "
b"£åÑ€\e ÏNs«qN3ag7' "
b"¤\x1A +IÔÄI9¡gÚTsy‡‰ "
b"¤„Ž`ÝîJ\t ¯E'ýÑ…N¼ "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"¥#e±D\x06 D\x04 …Òœ¬\×\x0F\v "
b"""
Ñ?\n
Щ[C7ü/\x02 AZ½·©
"""
b"Ѳi\îÌEýü³^!)º^_ "
b"ª?N«M@H\x00 òîï\x1E\x1C V®Å "
b"¦Kþ+ôwG•‚¼ˆá\ßÏú "
b"¦õ3N…ÎE°½NS‡$Ï\x1A ð "
b"§õ’¯,iJñ¾õDEÖ\x16 xÎ "
b"¨'4\x1D g-B=„\x07 X¡ïñ(F "
b"¨ƒæ´µ¶D¨¬QÕ\x1C\x1A\x7F L† "
b"¨ã\x14\x02 @@J³ƒkq`{ˆ¨– "
b"""
®\n
─ô║¿McÅY&y%Ì\x06 §
"""
b"©Ò0ÓМAí¼€\x10 ¤ÝofÄ "
b"®ıãÚ\x02 .HïÜ\x14 ═-▀÷ÅÁ "
b"¬\x1F ®N<òJhìóOâLe\x16 ; "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"ªf\r \x1A ±¬OÑ’f2Ê\x10 ÞK "
b"ªoý›ÜKGž±ùqAu@÷m "
b"¬ä╔áɦDÌû├ý¥┌§\x06 Ù "
b"¬É\r U\x02 xMö¬Ù■æ²èyµ "
b"¬û}7Á┼MýØõ`▓Z+┘3 "
b"«&!´U>OI¢QÄ\t\x08 f¨\x03 "
b"«9Íá\x11 ªL/™\x13 VG/â\x1A u "
b"«UK|·FBr€ç\x0E ô?^:K "
b"¬\v “t˜ŒD2§mœ\f ÒÄÇU "
b"¬\x11 bµ(ê@gƒ—\x15\x11\x08 nÿ/ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"®/<\x11 ±LGkŠ÷Ä]c†ž¼ "
b"®J'‹\x07 wD·¡\x18 %½\x1A ;?9 "
b"®›·žÄ*K¤€ü»-ÐTJz "
b"¯\x02 ¯(J\x1E C@©ÖW\x10 ì\x0F i* "
b"¯Ö½þëDF•¿ëª}1‹Û_ "
b"°„<Ci\x07 I*‹‘.\f ãÐòë "
b"±9'7ÛnDMŒÉÜíêöƒ¬ "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"▒Ô╬º\f öM┘×▄\x1E nÚ{PØ "
b"▓û┤├Ã▒Nú\x03 =┴<\x12 ÇÉ "
b"│w<ã╣═BÿÄHç´aÅ╝b "
b"³üÎw³ÚAS¸§ÂQ'3[\x04 "
b"│■è\t ºlN°¢\x13 üèõV}` "
b"´.L¯tü@\e ³O¥!âm—O "
b"┤B¶Ép\x14 G\x1F ¥Þþàë5¦® "
b"´eN‹yÐI~·5±Ó«l\x1A G "
b"µt†H5\v CV£–DRÒ¸\¬ "
b"¶—ùq\x01 ë@B›óDY\x15 _õ¹ "
b"¶Û”‚°\x18 JW»Pž7R\x0F ô\x10 "
b"ÀJüõ´■IÈ╝\x01\x14 R6▀ËÝ "
b"À¢█¥\x01 ┴D²áÉpíYpmÈ "
b"·ìÞ-=Ñ@ê–æw\x0F x§² "
b"©\x03 :\x03 ▀²E}Ø]w‗ú┐\x7F ¯ "
b"¹o.\x12 -KIŸ´ý\x05 {\x03 ©dº "
b"¹ÛÃ\Œ¬Dd°îÐÉ]ù:O "
b"║w└v=¹G\x15 ç`¡º3\É "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"»%²\x1F ø]F„€?•±”<Bì "
b"»ccí²\x1D J®¥‡w!íIÐ0 "
b"»…·0y.GÒ—…:áì¥ët "
b"╗Åù¶±\x0E B·ë!X$&Ê"à "
b"¼=»/ʵA†®â»d·)I0 "
b"""
╝dº\n
5ªAìü~bën¥ä├
"""
b"¼Æû’N5CR§ÆË³\r Üë’ "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"¿û£V¬|HK“‘‘a£\x13 á\x04 "
b"└i(½\x07 ▄FDô¼7Ø╣"#ó "
b"Àk^W\JE\x7F ½7\x02 Q; "
b"└mA¸^ÄHüü\x13 "─¯JÚz "
b"└Ëö)áØ@5æ┬ÊàÅ9▀# "
b"└▄╩‗á¶@║®▒[ü/Vè* "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"ÁÆ\x17 ³q\x0E @¶¥\f ×›ŒÊx( "
b"""
Â:‹\n
»±GC¢^Í\x1D V\x08\x01 E
"""
b"┬]z\x01\x03\x17 C\x15 ┐øHìÅGaÒ "
b"Ã>²ÙË\x03 L’º\iŠíº^5 "
b"Ãd><"û@Pšœ¡Å5Z\x1E ² "
b"ÃpŸ]-ÑLf»é\x14 þîÂ\x03\x01 "
b"ÃÛ@ƒ‚\x16 B\t • ã>û¸8W "
b"Ãç»L\x0E\f K\x10 ¯p@’ÅåH "
b"Äm\r c\x18 áMg–zªÀ¢ð‡< "
b"─Æ@\x1D õ\x12 J-¼‗¶ØÂ=1╩ "
b"┼9 \x06 ûüD&è\x07 H4\x08 "2ë "
b"ÅI\x14\x01 ‰JM—¥KNõG¦ƒ\x17 "
b"┼╠╠Ã&>ANÅÝ▒LA\x1A ▀a "
b"ã$Ûs}┌B8É╚│\x04 ÖÝ─╬ "
b"ãNí©ÖÕM░Å▒K┐\x1F ?Ð╣ "
b"ÆÎºQ5\x15 OK€ÿ\x01 IÛX˼ "
b"ÆÛTË">F¬‡m\v JuI\x16 ñ "
b"Æãþ\x08\x06 Ž@Ö·:íI\r ø¦® "
b"Ç\x10 ›‡ªEBÝ‹¦Å\x12 ¤<¾Ü "
b"Ç]ƒú\x19 ³Oæ„DBüçCÑü "
b"Ç„\x13 @#qAý—s°·]—þ^ "
b"Ã╚{ÄWÅL\x13 ÂUã~²^]d "
b"è\r ~F=J\x19 ü9\x19 @\x13 O\x1A ' "
b"É›\x06 ´‚fN¥°©¡è\qæx "
b"ÉÈÈ¢·ÈB[œî*°]ká\x04 "
b"Ê\x06 æsÉÐC\r ‹ˆ1Ù\x1E JSü "
b"Ê)ü\f æN“•õ¼álè\r \ "
b"Ê`…m@øAO¬#¾“\e Ÿiä "
b"ÊÀèY¼WEW³_xÿ\t °èµ "
b"╩■<§ì5LÊ║Ô þ_─¸▄ "
b"Ë\x10 ³2J\x14 O‘£¹<§ºÐªm "
b"Ë&+\x01 m.C`®\x7F ð%ûÂÐ+ "
b"Ë'©A»SId“ˆ•r«šs7 "
b"Ëô¨nwX@ϯ¿@8´ùW† "
b"╠\x17 ÉU\v {Fð┐ß\v\f °·-Î "
b"Ì'cÄU\x11 Fð£Í¸f\x19 WŠÆ "
b"Ìl¦õGÞJj†6µßΚÊ\x12 "
b"ÌΆô¹ÏFBª›ÐæyÄ\x04 j "
b"""
Í\x0E .@‰\n
M\x15 ‚\x1F #YòÄê+
"""
b"Í<Í$DDD=¾]$Ò])áÖ "
b"΢rÅq²@ „Ç©u©1\x19 î "
b"Ï\f º0€æLŒ‘\x15 ¼±BWÒ\x10 "
b"ÏN\x13 %=\x0F N4¦Ý`ï\x02 ”«‚ "
b"Ð¥E¤³VN]Н@¦AGá/ "
b"ÐÊE2“ºMЃ&\x1E Cµq.S "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"Ð*¥4\x04 >L Â\x00 ½e\x14 .üh "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"ÑÒ|¡\x1F ™IEг¸\x05 Ô<\x11\x02 "
b"Ò)¾m\‘L+ õ,\x1A œh\x13 ä "
b"ÊNÅy®:J¸┤øpÜ<H└O "
b"ÊûË\x05 §ÅL*üã¡Íý\x0F Ñ¢ "
b"ÒúŸY\x19 -Nä‹8žlñÀt# "
b"Ó‰ü»^\x07 GM³¸ÇyðT¡= "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"Ë─Å£O×G/¿■7▓¡▒^¤ "
b"Ô\x1E °Â"\x14 E9´ÌkéK\x1D ‰% "
b"ÔšÂÿ#VO¤¬†Éœ†@…ó "
b"Õ1º\x17 ÈôN\v ŽÏ´=Ýi[b "
b"Õ=ï\x18 ‡LJÁ‹"O¼\x07 UI\x00 "
b"Õlkö@`I7¡ù1\x11 /[øe "
b"ÕÇôx)\x18 Dû½s¬á\x11 —úA "
b"ÕÓj[ÕED:•ãœA°Ê\f ¼ "
b"""
Ööx\n
1…AB—L\x03 r¿(Ç\x7F
"""
b"Öú¬|Ü„D™–b~‰H¹…Ù "
b"Î>\x16 ÊÄ AØûI\x06 p\x12 ÷öó "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"ÎYìÜä╦Bö░\x03 rCéj.D "
b"ÎwþíÂìJÔ▒ËÍ╩ÙÅÅ\x0E "
b"מÈ?¿\n A÷ IL!cJ\x00 "
b"""
×¾é¿\n
@Iz€O 8[SlÛ
"""
b"Ø\e ¦»þÀC\x1D ‘\x06\x07 ^5š§Ü "
b"ÏÄ/é\x0F wE\x03 ÀÓ°ÛµÅ\┴ "
b"بT+xöG:™ôhþ+*ìP "
b"""
Øû2i;˜EÖ¨–\n
¡É¿\t ×
"""
b"Ù`ž\x08 F!D´·ôvV&gƾ "
b"Ù|®'ÚUB\x06 •\x10 ª18ÎÁ? "
b"ÙØx—½lI¸ƒŒ5n¤e¸Í "
b"┌RÖT±çO9ÅÈ\x01 ±\t ÌøÙ "
b"Ú\\x18 †\x19 ÉJ\x1A žX\x02 ISôî7 "
b"Úg§pC\x1E I§ˆSI”zÎ\x10 õ "
b"Û0í]¶>H±‡Ô”\x0F }‘u\x10 "
b"ÛT`ýyYA—ˆìAKã”} "
b"Û·Öe·®H:…ÝÀ\v\x00 ¦ôÿ "
b"█÷<UàPI÷©|ëVìF³N "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"ܼâW\v ÍB~›\x15 Ö\v ëpÂ\x06 "
b"¦\x17\x00 øñH@A║IÓãÄ#ÁÅ "
b"¦äxÉó\x0F G=▒¹u▒v▒╚L "
b"""
Ì\n
w┬p\x19 F\x08 Å÷}┐╬\x18 @ó
"""
b"Þ[†…&Œ@7·¬ç\x12 ajÃø "
b"ß\x07 ÕvN3Kù¾¦£×ó(I4 "
b"ß\t\x11 j‚ïH\x1F –pœö\x1D nâë "
b"ß¼\x15 êÄ„K܈»³Î„Ú°F "
b"à¶h\x0E æhN”€i¯\r mrÂÎ "
b"""
á\n
¯\x1F\x02 ¼J·Žü\f „=bp3
"""
b"áZý’™-E³·4{]lFG\e "
b"߬ü\x1A ╗9J°ª0\x04\x05 ó¡àd "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"âZ:L\x0F wH.’l"ˆ”¢ñÓ "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"â“éoûÛBqµOX\x05 53ë "
b"ã®Àg“0E¢“KÑã…l&: "
b"ã´PAçßG½±û=ˆËH‰ "
b"õX_þÅ\x15 Fù╗e@\x0E\x01\x00 6m "
b"õxØrı┬D®èRÅ\x01\x18 "Å "
b"äÄGp]ÇH‰Š‘33h×[s "
b"äÝ\x7F И–GÈ™/T`˜K^} "
b"å ‹â€HÑ §yJ_vt\n "
b"Õ;\x15 $ç(OQì▄dAñ└╝| "
b"åÿ0áPaK¾–ÿá\x03 …*¯c "
b"æ”ââëËJ©™6†Ç¨bðº "
b"æóú+Z¦EŠºv(-)ù]ª "
b"ç\x12 :C½-L\x04 ·ø„õõôìƒ "
b"þ>E~J±L·ìHÎ─ÓQqé "
b"þÇtû├ƒL*ÅR═╚¹¯õÉ "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"çù\x13 _\v =C‰ŒïKïµñ·P "
b"""
Þu·Å\x02 ÛO▓¿ûµ\n
f│L¿
"""
b"é¡s\x1E jo@â£d¦#âËAã "
b"ê*§¼\x07 ¢LÑ\x1A ù—\f Œ8Ÿ "
b"êLòÅ\x1D kHó”K§§#\x15 xg "
b"ÛQíI╠\x01 KÈü$*µ\\v\x1F } "
b"êS½Gœ¬H¨…È[WÞ«â\r "
b"ëd”\x1E G\x12 KÞŒÞÔkü0ÇŽ "
b"Ùï§\x18 ß@iª°'GëüVÀ "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"ìkן4ÍAc µAÿF'K& "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"í¯\x1A\x15 ¦{@™…\x07 T£•\x04 Lœ "
b"ÝÝÅ█¢HCMøÏ×╝\x04\x03 Ör "
b"îV±\x17 Ê\x1D EÕª\x1E tÅ£\x1C ˆ¨ "
b"¯ô/J\v\x01 F\v Å9¶\x16 P°Go "
b"¯¢Ó¿ ìDûªÜ┘!/,Ýx "
b"îÝ·‹O\x06 EW€NÍy£ƒMþ "
b"îä_ZÂ\x0E Lç¦êÓíFÛõD "
b"""
ïK\e çöE8Š\x16 \n
v’^§\x18
"""
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"ïÊ\t ¨ *Jn”ç˜"ñ\x15 vî "
b"´³│\x1D =╠DhºèÜÃì┴7" "
b"±G└█ÐrFƃØpè^öÕ\x1C "
b"ñ¡ÞYÓmB¯¥mMÙ\x17 hþö "
b"ñ¦µŽ!¼Aу{$\x04 ÓŠ?Ð "
b"‗\x7F\x12 ÂäáL▄ÅM\f ÏX┼║V "
b"""
ó\x16 é\x15 \n
JEu“‹z°IG_\x03
"""
b"ó9Qê9u@³©]ÒË\x10 ,H› "
b"¾È¯Î¾ÆN\x07 Éáw▀ûî■Ø "
b"ôA¿œf\x05 O"…]™²f{vÎ "
b"ôWÆÃî@á¢u\x1A\x7F í©‚Ô "
b"ôuW\\x0F ~HE£1+XZù—œ "
b"ôÁ\x12 £+4D‘·OYס">‰ "
b"õzÑŸ¿WJ!²\x7F ÄN&ü*N "
b"õ–ôÛ–¹H\x19 ™ÐVñ\r kŠ "
b"õÊ\x12 ôviMî¦ó‰g\x00 „\n \x10 "
b"÷Yt3â\x1E Au•$\x0E =ãè†Á "
b"¸Óì═┼\x1E A┤¡ü\x10 ;╬\x00 Qq "
b"°*ÅJ_j@\x08 Üæ?\x1F\x16 ┌ƒ═ "
b"""
øn´û†ýO\n
…TˆV`\x08 Ùz
"""
b"°ÚÕì&uK\x1E ¥ðü0doÈã "
b"ùs%˜ÙÌN\x07 «þ¶\x08\x19 .óQ "
b"ùæávX8@˜¹¡h°Ùù¼æ "
b"ú3‘ɸ\x1A G\x1A ”ÈÔ\x1F Ð!˜R "
b"·ë®┌ÞZG[ü'£▓‗\x18 i\x19 "
b"úš\x14 ]ò-Fk–¼Á6\f ¸qw "
b"ú¤ É>{G³–Fë࢓êÊ "
b"ûoF°\x1E áL\x0F ¼õ÷ô\x11 Þìñ "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"ýœ\x07 “ÑVMû‰Wè\x19 H\x11 ¨\x12 "
b"ý¢×\x03 ÈlO\x13 ¾Y‰e:³K… "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"ÿGbhO.MIŒç¾?\x19 sÚÒ "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"ÿ‡3§¼9Jç˜!C6\x08 <`Z "
b"ÿÌïg=ˆC\x10 ”þKìqJÞ¡ "
]
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 (0x0020C6902D234C64A6448C6F319935FA , 0x004686D8F760498391F52EA7C8BDB640 , 0x004B11B664424995968A6294D4EA4AE7 , 0x010EBBF471D840A6B1C9AB72339CE795 , 0x016E8C0882BD4F25ACFAD4431B428D43 , 0x018E3B42C7C64234BB3402CCDA3A3889 , 0x0197686C19BF756B99348977C8A50859 , 0x0198CC7199B372E99ADC641346099A0B , 0x0198CC7F3E447214A848528DE060A0ED , 0x020C3415EA4B40518CF8FBCBBB56E8C5 , 0x0247791B45054C689DC340A2C29E97C3 , 0x02605DD2EAA24F779FE2377F9175649D , 0x033942D79122435C8ECC70914E2C987B , 0x042F2621F9B04A88894236C9A1A266DC , 0x0479080E315E4D1CAF8E7132ACFB851B , 0x052388E521924BE5B516A16753A405E8 , 0x0532196A302E44A9934D601ECFF13C26 , 0x053C65372B1843198294BD3272C59C18 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x05CDE71AD8DD47DA8616208BD59B72DF , 0x06CC3C21BE7F4F78A486F73054751394 , 0x07002A8C74F74F0BB5ED85D8A59E875B , 0x073A1B5946C843948DB3DAE55AD4D8C2 , 0x076C79D527BE40A9BCCFEF2E0F3BD78F , 0x07E5D357CC0A4178AA39790D93330100 , 0x084AD517060548969BF4E502798C7804 , 0x08C17B4B1AF34E0BB8A44E813F10D00E , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x090E9258195245038789DFE2529B0192 , 0x0915E163618F4F03A11194AD746E0FAB , 0x0918BF136F3943158B3458086A8580E8 , 0x09BC02B79AC2487D899FE2620F19ED24 , 0x09F5ABA97B0348ED953A7BBF6793B6EB , 0x0A522654F8A846B0B96B861B7DCA0DBE , 0x0A75D5FC8DC54A3095AE7C423CEE5E86 , 0x0B4240DE68A5461FAC990789BF37F906 , 0x0B73444F2EAE46D5930D727FEF14B5E0 , 0x0C2851DC72C44BA68F83A90F631C4EC5 , 0x0D9BD7AB6B1F4988B84030A6642B8C2D , 0x0DAE45AA9CDF4400B49ACEAF76F88580 , 0x0E0C578AC6BD463789117F5DA29063CD , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x0E84F6FA58AB4EAEBF41B8AB6EF8D9E9 , 0x0EAE0E6445054089B67C31CCF207384D , 0x1019C35382624FAAADB3A994C768F138 , 0x1054EEBD301041B49BE0CF92346250DC , 0x117CA2178F694FA7A1A9A63F6E96E886 , 0x118BCDA450A541B884EF1E4B04C1D735 , 0x11945980DD634F8CBFC3220CBAAA2B67 , 0x1338A197B0D4419C8C67E229B856E7EC , 0x13E149CB12EC4E5281BE122F1E58D19A , 0x147C921683254C869D791B762F581652 , 0x1527580EA5B3413F827AB4154FEE09A0 , 0x153BA4123F1D4E7AB3701C4C247E8CEB , 0x16AAFFE7830641989A230BFCB876AF95 , 0x17E989A20FF542DE84F68AE783D88DAD , 0x18669F63D98C4A49938345F9056FBB26 , 0x19B66F16B61543618ED442E438B4C902 , 0x1A8CDDFC80FD4752A3EDACBC699FA453 , 0x1A91D39D74444F58BF02EF60EE8AC139 , 0x1AA153B8C2954C5E8262BF04AA4B2ACE , 0x1AB41B61BDEF441DBA9D0B83C4A3C363 , 0x1B2B24B76E1E4DB793D6CD9A322E8E64 , 0x1B9007BF248F4BFE97E9C50940183B4A , 0x1B93F0F975544CEAAEC1D22C75EF3C0C , 0x1C4508DF2365490E9C750B76417CD583 , 0x1C7DCB7DE7C641BE858F9E0B5CDDD164 , 0x1CEFBDEFF00B4005B50A45A8187C459C , 0x1D1C0749A0854B7EB4CE7CB20DE099FB , 0x1D3B7EEF29914428BC3FFB3200E73D90 , 0x1DD2D3F38ACB439E93F35F65F9B7D974 , 0x1E42037534E4472C8D018E3226F5FD28 , 0x1F02A248C8674E56967EAE51584CD5A4 , 0x1F94B4FCAD59402D87608CA161B1BADD , 0x1F9A13ABCB954FB388EC07A83447E432 , 0x1F9FD8DCFFED4A30A5064A96CC437910 , 0x1FA56CD16FD342A68D7E7D8CDEABD399 , 0x1FBC89456BD0453695851C3BF7D80617 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x2070C1C33600459DB6737C6F3F590C27 , 0x207A65C206194726B7FCE3A683538745 , 0x20C275DDCB684B978BFB0C440F2981D8 , 0x20CA4616A5D840BBA62018714FA84602 , 0x211A38B709A84B198D369B82D10C19EE , 0x21A538C2436B4B759ED24ED847215A78 , 0x224646719CA8445684E02EC785FF051A , 0x224A786488794533B8A594B3C0A74794 , 0x22C557F6B7554C23801A88E7876A2603 , 0x22E74778C7FD40B8814E3FD1E508B4DA , 0x23D98AA963A14049932771E477839E61 , 0x240627A9C55B48309EDCED91DA7F962A , 0x244B6030FFFD4529A4D015BE50BA2225 , 0x2621C649824D40B5948CD135A4F962AE , 0x264F3C1CCAD44F6B95EB5C59A205BA53 , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x27F8690729F942B09B5D49F7A595BEC8 , 0x2837A436815A4EE9A47B807FE83A2F24 , 0x28902FE587FC4D2C8907793BFC3FA7FB , 0x28916ADF88504C208540D811B87234CB , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x28A4C8E552A6493A8CD35265882C0508 , 0x28C3F5F9818146B897C51856F442DF98 , 0x28DE2A424C424E30A0875391F343DA57 , 0x28FE06A1FC734928A6E5826AEBEBF375 , 0x29424506F7C34F70A500C369ECDEA554 , 0x29426732EBCF4FDBB5505030457B84D0 , 0x2952316596194B2E8A3125181F3546E1 , 0x2AEBC67959E949B4BCB9719C10A6FCA5 , 0x2B02765382A240218B667C601097AE5A , 0x2C56BD038B1749599BFB21B25E67D770 , 0x2CBC8B9FFD0048539F4093B7E60AFC36 , 0x2CD7C22194B14C3A89B02DD7F288EDED , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x2E87E42A3D8C4AA5BD4DA7D0C851BF7E , 0x2F4DD1163BE546F1A504D0D6F47EFB12 , 0x2FD906518A474232BAA60927777838FB , 0x302C26630EE74FF28738A844ED269886 , 0x3084543115D3461F8706A53EA1608DEB , 0x32D098FE45784BF28FE5069E50957AC4 , 0x32F5AF68B048468DB3F6D91685E5DB7A , 0x334DE21BE7F441CAB22D6D829E36CFC5 , 0x33997CDD7B564DE09F5E8A56DDC4D911 , 0x341B9BECAFB04D1D8DEC72B643432730 , 0x342B7065F15842EC9A20D30A421D99E0 , 0x3433D83E2468456AB494A6D0623443A2 , 0x34576B5E7336424388602C64E1B70A4B , 0x34A629EC7478437CB2FE74BF21ECAC32 , 0x34BD9F63A3EC4975A9B52404EB050A03 , 0x3506F429E5564886919E7B52B7715EFA , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x367510B8FD81478A98A50403F5F12DFA , 0x3677F90D8209437CA6655C613D4646EC , 0x36949D68BB624E08987224FD25EC190C , 0x370FFE3BA5FD4EA492D19F8BB482F6BC , 0x37433BE6C23A4987A6A18B46E5A25823 , 0x374A8B121E614557BCBD11AB82F22701 , 0x37C2B80596794C5CB601008C11664601 , 0x37C94784E2A4488E88386AD408604549 , 0x38051774FE2E4B25BB088D2348EF96ED , 0x38C8FEE1DB68429E84BF2D0FF7CF28D1 , 0x38F3DB75512C4C2D851932DF9704EEE8 , 0x39A49924ACD34D219C9B6B91CB16F3A0 , 0x39E0D5B0E2FE42E5842B54F8AE668A05 , 0x39E611EBB0CE4CF4BEC80976CD979B1D , 0x3A3AE3723BE546C582CAAA1DE842D6A7 , 0x3A45F1015FD14CCBBB824335018350F4 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x3ADE1E3463C54E74A738660D06797DEF , 0x3B1E50D6D0BB4C9E957045944DDB9A8F , 0x3B438B6100824B7689D2F396631C70C6 , 0x3CEB37A732424262915D394BDED5A67B , 0x3D621B0536104DAFB046FD07C68DC2BB , 0x3D834912B10F40B9A8F2B3EF14F0DA20 , 0x3E25EB40CC2C40A0ACA4681BD42E8E6A , 0x3ECBABF78CDE443FBBE20C3F7746E105 , 0x3F520CB12F9D4FF88E40C80E85D9B334 , 0x3F72D920F56A4BC794C9B21B52CE8E7C , 0x3F821D63B5414D4F93859BE718F0F35B , 0x3FB97DE5CC4B4BE8AF088445B7389A3F , 0x3FD592249B54411F97204F136CFA69E5 , 0x40385D84E0FC4D6EA7D6E03F4CD695C8 , 0x403AADC1354A432FA2874195A7B7914D , 0x404C3C66AA574B1FBDA3DD078B083AEF , 0x40F140D4B34C4CB9BB712059869EBB52 , 0x419BE1A22E4F4CDE81CAFCCCF2346647 , 0x423162392BB040F3BE500A6F5F5D29F8 , 0x42843C39F20E4F23A599575776B060C2 , 0x42D49C55760747C5B2E3F35C82BBA6FB , 0x435D7C4B13AF42C8999958951856C04C , 0x43A4E4D08A6A43DEB89D4F26CE763959 , 0x43E2B79235284B5D88925B542AF6A209 , 0x449941BBDC124DA9934AEA8639AEB553 , 0x4570100A52C74FB0B920361946661659 , 0x45B1B961A4B648B3AAC73EF3D571E37B , 0x4633EC13DA664845AA7E3659B8411011 , 0x475107A5A2BD494796067D8A8BAB5D25 , 0x475E88385D6446428C02AF5EB3AAD086 , 0x4761672A8A7946669492EF1DFE479955 , 0x481078A8A1154B838281D129F2C084CB , 0x48B43DC76A4143AAA0C0BB1311EEAAB0 , 0x48E693CFBC6F47DF8ECBC7E6AC14F8E6 , 0x494ED93568FD42DC86A8E0340F0DC570 , 0x49925450E8BD428BA74B52A3F6484315 , 0x49B0830812AE4A6888B098387F330897 , 0x49E54ADDFD824934A325FD6A5A76473F , 0x4A311B7B462F4341B6CAAA141B78CE17 , 0x4A68BA4E256C49129ACDE54FBEFF91B6 , 0x4ADDBEF0CD4B4170B5F642DED172BDF1 , 0x4AFEDFFF42EC404F942D99B202FE2570 , 0x4B5AA678C9E2466697B83AA7F9E05E51 , 0x4B5CA3CB7A1F441490EC66957EE83816 , 0x4BC9D689978E4E93A1F1D22FD112B778 , 0x4C0BB7C5F897431787A927D5FDD1A627 , 0x4C1045CB17C84BE1B421CBB7FD7D7A13 , 0x4C50F7C089D04E7AB88E5EA33C5E7FF9 , 0x4C851E484C174484AF59A79732735CFC , 0x4D27B61E6F224E35A72DBAC23AD950CA , 0x4E0A4DDA13704AF3A7E6AB01AB09E529 , 0x4EDC4F21C278414993737B350D65CE9D , 0x4F19CD13CFB4473EA37629E4685513DE , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x50A1432A03A5400C8EDEA57AC6906CD6 , 0x5123563D4A9B4481A7F148C2C143C165 , 0x513820E734B841BFB7A36D40271268FD , 0x513AB9793DD541E6A6DFF9033F99756F , 0x517D44428CEF4A1CB308B14B595AC070 , 0x5181DA93B4F94F9B81B617F08E635B5F , 0x51C9055D34DA40A0A32B351E8DE28243 , 0x51D9DE06A28C4D1DB0D9287DE1307BB9 , 0x5222CB43C07D44D6BDA426C18690CD73 , 0x5289C9AC1E1A4525B028566BCF32C7D8 , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x53318EAB95994994BFCF2C5801E91C0C , 0x53C501E2CF41496FA9A42EEA47C355AF , 0x5426C6A5EB4246E08639ED936A4101AE , 0x544A2015944B40C085239BEF584AEDDA , 0x54B0C24616AD4CA7A7D66E90F5F86DFC , 0x54B6F25DADF944F9A9BE6FCDC5F49FB9 , 0x5516E845A9B7482E941741B80CCD9399 , 0x554CC9397092437C854BF1A94ACD5985 , 0x562927BC78874C0C82C007C7A2A591B7 , 0x56600E14BB724C38A3BB5B578BD210D7 , 0x56D2A58E64394B2A918769AFAA23B3F9 , 0x5796D7679DAC4E00BA710351C29B8F66 , 0x57F18B0023BE441BB0784A00B31791D0 , 0x58370C4033EB46FC8F8AC14508192BCB , 0x5875E90A4149478CAF4F73EA218FAE7D , 0x58A193B3DFE74BCBBF0D712B28D7722C , 0x58E15680A170476CBA641C844883EF0B , 0x590789E000FA4A49AE4B28CED70716D4 , 0x592C8C118FD34494B2F8A1E7017C4208 , 0x5A3DE086B68B4DC1ABB5BB2B5104CADD , 0x5A8979500EB84637845D3B496616C4DD , 0x5B78FE922631481EA50989CBF56F8811 , 0x5BCDA1E160AE421A884F558C62C2E8C3 , 0x5BD03C5E78784A24BC37512733B31B69 , 0x5C03EB1DC4C44395918697871B76824E , 0x5C78EE57BC374417B20442368CD9737A , 0x5D77219DE0154C0BAC2A8837C841F841 , 0x5E40D3D35EC948AAB03B59015BEF368A , 0x5E8128D22BE04C75B9A7AF912CDB58ED , 0x5E93936FEDA244D986F2D4AD3B042D6E , 0x5EAD1DAA63064D21ABC7E3554D3A9640 , 0x5F16FDC9CD044A7AA2DC8D6B63B54282 , 0x5FC34E4B5D2B4AEC8A75CF144E1C163D , 0x5FC73157DFA743C1846095B250BC28CA , 0x5FF0D21FC62A469D8C0B8A5AACB89633 , 0x5FFEBA2B54DB4393852B1502A30631AF , 0x607909EEE162408FA1A59A6A7D84707C , 0x60806EF4B7C84FB1818EE72AAB3CF399 , 0x60F9442771C34FAA8813598D6563997A , 0x61263D05188C4F14995A4C68A8EBD27F , 0x614FF186FC9C4CA2A8186EA7A406FFEB , 0x6176CA11E0F14135853AFA994A236A81 , 0x61ADF92F312346A89F840576AE3393EB , 0x61DEBDA1020043959AA497CAD8711D71 , 0x61EC67143FE44378A347496708ACE4F5 , 0x62B90F687C26452F9808C8D228513CDD , 0x62C43B60F1F24E59BE02A262C50E8AF2 , 0x62FD24F7D9DE4E3F8AC0162AF6C77547 , 0x632D7A5CB88249CCA01A0112E9308578 , 0x63D20C6A274F4B95A41271D034BF4DAB , 0x6455F6CE27F94BBDB3CBAB9B844018CA , 0x646611B105CD4F58A2CA652C91DF2975 , 0x6468440D7CD145CC95A59BB02D76CF85 , 0x659B9833DD3942AABF2855A2403E4B3A , 0x66CC9C429EB545E7AB4AC00F94DDB38A , 0x66D65AB9AB034AC59E737C04FF6A6D36 , 0x66FFBA8165454065A4CE7064E01B2312 , 0x670E6DC7AE104D428AA1D9D1A3C596FB , 0x6761D7E5874848DA81E6F69A382C727D , 0x67797097E13F42EDA86257C71C427A28 , 0x67DE6D67304C4B8482E958AB729A82F4 , 0x68C16D7FB84E4B22BCB83AE2272C3023 , 0x68DEEC5E29DD452F9B011F0927507893 , 0x68E2E2EC67754B2CA6F43665ACF90D64 , 0x68EF28277FB64BABB2DEC0C7E5CEC11D , 0x68F52736A49244598CE5B648A08C2899 , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x69BBCD53E5C74441AEB0A3EB57CE5718 , 0x69E92375BB6648E7835771FE8C6C9E9E , 0x6A10A9ED185B4310B52318BAFFBC47AF , 0x6AC99B6A187A49D0962E40890AC916F7 , 0x6AD57A4EEBED4D649ED8DB546FB101C8 , 0x6ADBF453C68E4042A7B1AE3922542861 , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0x6B65F04EBBD34A83B3C11037826500C6 , 0x6B7AE37BB6924E0ABA23FC8F474BF0D7 , 0x6B91F426DCE34603881A8130CDED7904 , 0x6BD8654C523C4FF9BB6F90B814D7A834 , 0x6BFC1158030244D69DBE85610CF72B40 , 0x6C4BC02D8D7D4995A36C4A6B1BEED6A1 , 0x6C5CAB49E3A544C88A39669BAA30E5C5 , 0x6C60032837044522A2748A63E08D2B8A , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x6C92F005C24C417292F4F0AD08B438FE , 0x6DAE503F926B45E4852B934306D8C1E7 , 0x6EB4EB75EB0446D09D8B22CADE0ABABF , 0x6F8394B87A1D447CA2D59221198C6689 , 0x6FC81CE2B2814604BE87189A5DB36E0F , 0x70A644792EAC45B89BB4AFA50D9021EF , 0x70E3E95578A3493EA207CFA837A2E2FA , 0x712BEC36AFED4F98A22E9B48DC736548 , 0x713926D151E34A48AEA53ACA24960624 , 0x7160DF4CC2DF410FAFA4447D0BED60E1 , 0x7190A7A5A60F4F4BB59CDF6E217A05BB , 0x72378ACD9200468ABF184B1A8D3C45A9 , 0x7266F2F810B64D63B49DABA3C14C709A , 0x72BA87549F8E4F19818763825B601890 , 0x72F4F3B3CA0E4C37832B332A577A6474 , 0x73C8C846FA194EEEA5474E88DE43CB7F , 0x73FC59C20EF14BF991EE1C4150AD9E1B , 0x74A49850603644F1AFDAE81E12231832 , 0x751D32FB0F474628B5C20DA9B160CD3F , 0x75950F9A8A9E479799900E82895BD54D , 0x75BB310EA19C46AFACA23412C098628F , 0x7625513EF69C4F66A9EB9B25812AE404 , 0x7629630D820F46E0A2CE0DF9294A55EA , 0x777AD251E96F437EA6E1A9E0E99E5689 , 0x78564017EF234BF9A78932629948724E , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x78EB0AA966344FAF87E9D34839800D84 , 0x78F38260736D4A05B6C3854B039C6E62 , 0x78F6DF4ECAAF4564BB51034D769AD3F9 , 0x795D1FF5F9494D5D9CE3A1908FD97636 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x79C1B44237DD4AE9A7C9EE13908152C8 , 0x79C9D3A631DE4E089B25C1F3B1FB7F64 , 0x79D2F91FE3A44CB69664C720D0BCBB3C , 0x79E9D5F3F1014E72AA38235A8861780C , 0x7A3118D0030B47A396C48FB0CCE58F93 , 0x7ABD39251B884DB38D6570F67F42EDBD , 0x7AE856AA2C224FFB8F2C96E4E23C103E , 0x7AF032A021EF4B759B2772502E148A25 , 0x7B7A2950FC9C40349E80C9AA7C5875FC , 0x7BE82DF813CB4B01A53DA47007BCD850 , 0x7C2F6A277A824CC3AF806DD8F4BE69CA , 0x7CC1FAFCC78F46A49C90E45C7EFA3026 , 0x7D10815434A044B29FDBFB7B7488048B , 0x7DBCAA1A679D45F7BF8573C83B9E3DD4 , 0x7DF94DAA66A64BCEAD011F93B55D8B9D , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x7E5054511A654D309311316152D7D8C7 , 0x7E908282303A420497593DCD776C20EC , 0x7F48C3B337324855BE2A4227D4EF5295 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x7FD9693053CE4E44A521FDD95E6456DE , 0x80AD12B6BD6D425684522986BF1EE720 , 0x80BF7EAF39184C95830A4EEE0DB3A8F7 , 0x810233A75D3A44C88A017B5B2CB16910 , 0x81152C3787A148D4B16100936B96453D , 0x81F3F318CC9F4EBABDA85C3650FF1F56 , 0x81F4C37E3EBA4761BBC16264ECD58779 , 0x81F4EBCC27E64C109B538604BFA82681 , 0x820B1819DA7240FA94526E890BE68BB8 , 0x8267A6ED8FA245F083DBC3FFBAEB0739 , 0x837EBDD2A0D14CE29B1475DA71930FF4 , 0x84903660536846A5A724528A8E55FCB3 , 0x84D5CD23F5FD45C9B5E2C7B9C6E2E996 , 0x84D9D963505C48DB9228354EE88FB681 , 0x85C980ADA17A46B68E810AFBBADA8659 , 0x8601FA9BA1444B558648B0DEF7006A58 , 0x86A1EEADBC7942CD815D907D267D6433 , 0x86F1F3B4FAE94A5B8C32AEBA06FCD8F9 , 0x8744F38D033F46E3AAF2C06103E9E28D , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x88250427A7374EF2BECD76CF63AA53FD , 0x882A0D90845C46C9BB019659A615F235 , 0x886B2FC181124B2B99DF70DE4D776877 , 0x897559365EE84361BC097187611BEDEF , 0x898268FF004F42719B767A581320398D , 0x89AADF47B2F741D289DB2101FFA918B3 , 0x89BBE4F8FE454128A7C840758A9D5F3A , 0x89C0F169C0BB4B72A14A5D47C0CC4620 , 0x8A19AD93ED8047229F77BFCB46708669 , 0x8A5AC200D25D4899AD75E11B6302BE40 , 0x8A73BD37B17947B29AB0DEA985C56FC1 , 0x8A776404F2294123B0F94DE696D93E9C , 0x8B1154FDAFAD47D8B4068C634475AFA8 , 0x8BB5548A73A7428D980BA256D3E41E6F , 0x8BDC30C055B74897B022A3C3410C0B7C , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x8C6EA85D58EB41F3B0D598E1A756E785 , 0x8CDCD93FC2154B5E88DC15084FDCCB9E , 0x8D1E147F008D40F5BA902C23610374FC , 0x8D588AE603B84FDC914A4D2E211A87AB , 0x8E99F48B3E494F7190F0BAD7997C7FDF , 0x8EDE056CDE8749CABBEE22C6D1787B58 , 0x8F1332EB43334D159175A80ED6E45057 , 0x8F576EE93F3B41F290C1326DA81AB9FD , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x8FD9C0855ACE40B5A709732863B08F68 , 0x8FDB6437FDDA4C128EC8758600916E08 , 0x905EB35C7E7F4A26B89C6F3A8AFA2771 , 0x90DB56D898C6455B993753292107CE4D , 0x9155DE34B060454987198862F1814531 , 0x91C10139F3F946DD995878D8E2922800 , 0x92FE61C85D8A44B0B2ED7CD50170BFCD , 0x9340B87922CF4FE49AA107EC4FE56CC5 , 0x9342B8B153F6436AA71FACB1D5B03A2A , 0x934A18065A6440DB91826005B68EF7E9 , 0x9355F61CD2C348D4839DD4FB4A56ED9D , 0x936E60F3C9B34E4685FA4E51B11B1D57 , 0x9387ACB13A7642208F7F6AD8F453E41A , 0x93948D7989B94ABBACB620E3C3A4EC2B , 0x93B2CCC75C35419CB79C0C5D85CAF64C , 0x93F72061B75642DA84987E82384485BE , 0x93F9EDE30F8749F7BE391FB583DDDD7A , 0x94F84AB90215495590411FEE68CAD100 , 0x9527A1489FAD4B2293E8F4B09C07EE8E , 0x953AEECCB95747C5A2BF0975E822815E , 0x955739EDE48B4AE8BC51EF469E1AFDB6 , 0x9682BA01B1264647B8BC5E29F23FE6D9 , 0x96A34B9EEBDC459398429B44E5F5BA7E , 0x96AB547947F847F7B09DB8913231F48C , 0x96B1AAD594D544018CF15516AF8B6D20 , 0x97660EF35657425286B95C82DCB02F2D , 0x977E5844781D4A05A790E52285DA2542 , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x97CE3C6B3FEA47B7ABDF18D508E9CD36 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x98428DAB5B8045BCBCBE767DD35FD311 , 0x984D5660C8834BA3B1843E82E1B914B9 , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0x988D2728096D477EBA6F4A5AAE31B2E2 , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x9B7807EA02E44CC7A361D4904BE33486 , 0x9BBD8AC720CF44E88C974204565AC3A8 , 0x9BF1D03562AA44BF88CC85B702FC82FB , 0x9C2392E6EDA34B648FB5054F2338FDC2 , 0x9C3F9B057F0D4B888533BEC0B2243B53 , 0x9C63DA2980974F0D969E93CD43A86603 , 0x9D1BC34EE7854870A3837049CC03BAFC , 0x9D5DF5D7A6234A23A7599AD360C5B41F , 0x9E43A614F83540769B8D47B80B0090E8 , 0x9E45D926DADC40FCBFA3D8068DEF99BE , 0x9E4EA82FE3844192B4DCB533A9075573 , 0x9E854FCC08194421BB34FF19988AE0F9 , 0x9E8AEE1CF3B04F649956E076DBA0FE22 , 0x9F6351143C2E4991A71D657A8AF2C6F1 , 0x9F722C9D94404C51A4B9906FA26312D3 , 0xA002E63BB53B45EDA2AADA59424ED928 , 0xA021B49733C84E8B9EA5FDAF3E6E53C0 , 0xA0B3BA6665E14A1A8F7F78366F2C1B7F , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA0CCBF6A0D854A45B4D93C2B1E0151B1 , 0xA0F9A41D35D74A80A65BBADB8938A469 , 0xA21BAD439CCF4BC48EE900C6A7C68735 , 0xA276F2EADC434AB081123CB10365ECEF , 0xA2AF38342529463B992D41D855270EC4 , 0xA2B358B0330A4019B3DE9B2E38D11753 , 0xA2BE0F12DDB4434AA714DDA3D26E4FDC , 0xA30AB8A9979644639A6C8FA69703B204 , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0xA37AFCF1B353492899D7AD30E1813739 , 0xA38274ADF70D45419F15B6A5AAF8DF4A , 0xA3A3FB91815E40C48BCFDFAD9234DB23 , 0xA3E5D1801BCF4E73AB714E3361673727 , 0xA41A2B49D4C44939A167DA5473798789 , 0xA4848E60DDEE4A09AF4527FDD1854EBC , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA52365B14406440485D29CAC5CD70F0B , 0xA53F0AD1B85B4337812F02415AABFAB8 , 0xA5FD695C8CDE45EC81FC5E2129A75E5F , 0xA63F4EAE4D404800958C8B1E1C56A98F , 0xA64BFE2BF477479582BC88E15CDFCFFA , 0xA6F5334E85CE45B0BD4E538724CF1AF0 , 0xA7F592AF2C694AF1BEF54445D61678CE , 0xA827341D672D423D840758A1EFF12846 , 0xA883E6B4B5B644A8AC51D51C1A7F4C86 , 0xA8E3140240404AB3836B71607B88A896 , 0xA90AC493BAA84D638F59267925DE06F5 , 0xA9D230D3D09C41EDBC8010A4DD6F66C4 , 0xA9D5C6E9022E488B9A14CD2DDFF68FB5 , 0xAA1FA94E3C954A688DA24F834C65163B , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAA660D1AB1AC4FD192AD6632CA10DE4B , 0xAA6FFD9BDC4B479EB1F971417540F76D , 0xAA84C9A090DD44DE96C3ECBEDAF506EB , 0xAA900D5502784D94AAEBFE91FD8A79E6 , 0xAA967D37B5C54DEC9DE460B25A2BD933 , 0xAB2621B4553E4F49A251C4090866A803 , 0xAB39CDE111AA4C2F991356472FE21A75 , 0xAB554B7CB746427280E70EF43F5E3A4B , 0xAC0B9374988C4432A76D9C0CD2C4C755 , 0xAC1162B528EA406783971511086EFF2F , 0xADF28C1B866641CA80805EDA0F657E47 , 0xAE2F3C11B14C476B8AF7C45D63869EBC , 0xAE4A278B077744B7A11825BD1A3B3F39 , 0xAE9BB79EC42A4BA480FCBB2DD0544A7A , 0xAF02AF284A1E4340A9D65710EC0F692A , 0xAFD6BDFEEB444695BFEBAA7D318BDB5F , 0xB0843C436907492A8B912E0CE3D0F2EB , 0xB1392737DB6E444D8CC9DCEDEAF683AC , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0xB1E2CEA70C944DD99EDC1E6EE97B509D , 0xB296B4C3C7B14EC7A7033DC13C128090 , 0xB3773CC6B9CD42988E4887EF618FBC62 , 0xB3FCCE77B3DA4153B8A7C25127335B04 , 0xB3FE8A09A76C4EF8BD13818AE4567D60 , 0xB42E4CAF74FC401BB34FA521E26D974F , 0xB442F4907014471FBEE8E7858935DDA9 , 0xB4654E8B79D0497EB735B1D3AB6C1A47 , 0xB5748648350B4356A3964452D2B85CAC , 0xB697F97101EB40429BF34459155FF5B9 , 0xB6DB9482B0184A57BB509E37520FF410 , 0xB74A81E4EFFE49D4BC01145236DFD3ED , 0xB7BDDBBE01C144FDA09070A159706DD4 , 0xB7ECDE2D3DD140EA96E6770F78A7ADB2 , 0xB8033A03DFFD457D9D5D77F2A3BF7FEE , 0xB96F2E122D4B499FB4FD057B03A964BA , 0xB9DBC35C8CAC4464B0EED0C95DF93A4F , 0xBA77C0763DFB47158760B6ADA7335C90 , 0xBAAF0501442649A780E5481B2D0CA46D , 0xBB25B21FF85D4684803F95B1943C42EC , 0xBB6363EDB21D4AAEA5877721ED49D030 , 0xBB85B730792E47D297853AE1ECA5EB74 , 0xBB8F97F4F10E42FA8921582426D22285 , 0xBC3DBB2FCAB54186AEE2BB64B7294930 , 0xBC64A70A35A6418D817E62896EBE84C3 , 0xBCC6FB924E354352A7C6CBB30DDCEB92 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0xBD9B273F45AC40478A3165D9F8580223 , 0xBFFBA356AC7C484B93919161A313E104 , 0xC06928AB07DC464493AC379DB92223A2 , 0xC06B5E575C4A457FBD37EF869C02513B , 0xC06D41F75E8E4881811322C4EE4AE97A , 0xC0D39429A09D403591C2D2858F39DF23 , 0xC0DCCAF2A0F440BAA9B15B812F568A2A , 0xC193C5C3677240BA8498CB282694A75A , 0xC1C617B3710E40B6A50CD79B8CCA7828 , 0xC23A8B0ABBB14743A25ECD1D56080145 , 0xC25D7A0103174315BF9B488D8F4761E3 , 0xC33EB2D9CB034C92BA5C698AEDBA5E35 , 0xC3643E3C22FB40509A9CA1C5355A1EB2 , 0xC3709F5D2DD14C66BBE914FEEEC20301 , 0xC3DB40838216420995A0E33EFBB83857 , 0xC3E7BB4C0E0C4B10AF704092C5E5AD48 , 0xC46D0D6318E14D67967AAAC0A2F0873C , 0xC492401DE4124A2DACF2F49DB63D31CA , 0xC5392006968144268A07483408223289 , 0xC5491401894A4D97A54B4EF547A68317 , 0xC5CCCCC7263E414E8FEDB14C411ADF61 , 0xC624EA737DDA423890C8B30499EDC4CE , 0xC64EA1B899E54DB08FB14BBF1F3FD1B9 , 0xC6CEBA5135154F4B80FF0149DB58CBBC , 0xC6DB54CB223E46AC876D0B4A754916F1 , 0xC6E3FE08068E40D6B73AED490DF8A6AE , 0xC7109B87AA4542DD8BA6C512A43CBEDC , 0xC75D83FA19B34FE6844442FCE743D1FC , 0xC7841340237141FD9773B0B75D97FE5E , 0xC7C87B8E578F4C13B655C67EFD5E5D64 , 0xC7F90D7E463D4A1981391940134F1A27 , 0xC99B06B482664EA5B0A9A1E85C71E678 , 0xC9C8C8A2B7C8425B9CEE2AB05D6BE104 , 0xCA06E673C9D0430D8B8831D91E4A53FC , 0xCA29C3BC0CE64E9395F5BCE16CE80D5C , 0xCA60856D40F8414FAC23BE931B9F69E4 , 0xCAC0E859BC574557B35F78FF09B0E8B5 , 0xCAFE3CF58D354CD2BAE220E75FC4F7DC , 0xCB10B3324A144F91A3B93CA7BAD0AA6D , 0xCB262B016D2E4360AE7FF025FBC2D02B , 0xCB27A941BB53496493889572AB9A7337 , 0xCBF4A86E775840CFAFBF4038B4F95786 , 0xCC1790550B7B46D0BFE10B0CF8FA2DD7 , 0xCC2763C4551146F0A3CDB86619578AC6 , 0xCC6CA6F547DE4A6A8636B5DFCE9ACA12 , 0xCCCE86F4B9CF4642AA9BD0E679C4046A , 0xCD0E2E40890A4D15821F2359F2C4EA2B , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0xCEA272C571B2402084C7A975A93119EE , 0xCF0CBA3080E64C8C9115BCB14257D210 , 0xCF4E13253D0F4E34A6DD60EF0294AB82 , 0xD0A545A4B3564E5D8AAF40A64147E12F , 0xD0CA453293BA4DD083261E43B5712E53 , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xD12ABE34043E4C20B600AB65142E8168 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xD1D27CA11F9949458AB3B805D43C1102 , 0xD229BE6D5C914C2BA0F52C1A9C6813E4 , 0xD24E8F79A93A4AF7B49B709A3C48C04F , 0xD296D305F58F4C2A81C6ADD6EC0FA5BD , 0xD2FA9F59192D4EE48B389E6CF1C07423 , 0xD389FCBB5E07474DB3B8C779F054A13D , 0xD398C2DDEBC444F6A74DC3133125987F , 0xD3C48F9C4F9E472FA8FE37B2ADB15ECF , 0xD41EB0C222144539B4CC6BE94B1D8925 , 0xD49AC2FF23564FA4AC86C99C864085F3 , 0xD531BA17C8F44E0B8ECFB43DDD695B62 , 0xD53DEF18874C4AC18B224FBC07554900 , 0xD56C6BF640604937A1F931112F5BF865 , 0xD5C7F478291844FBBD73ACE11197FA41 , 0xD5D36A5BD545443A95E39C41B0CA0CBC , 0xD6F6780A31854142974C0372BF28C77F , 0xD6FAAC7CDC84449996627E8948B985D9 , 0xD73E16D28EFF419D9649067012F694A2 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD7598D9A84CB4294B0037243826A2E44 , 0xD777E7A1B68D4AE2B1D3D6CAEB8F8F0E , 0xD79EC83FBF0A41F7A049AD4C21634A00 , 0xD7BEE9BF0A40497A804FA0385B536CDB , 0xD81BA6BBFEC0431D9106075E359AA7DC , 0xD88E2F820F774503B7E0F8EAE68F5CC1 , 0xD8A8542B78F6473A99F468FE2B2AEC50 , 0xD8FB32693B9845D6A8960AA1C9BF09D7 , 0xD9609E08462144B4B7F476562667C6BE , 0xD97CAE27DA5542069510AA3138CEC13F , 0xD9D87897BD6C49B8838C356EA465B8CD , 0xDA529954F1874F398FD401F109DE9BEB , 0xDA5C188619C94A1A9E58024953F4EE37 , 0xDA67A770431E49A7885349947ACE10F5 , 0xDB30ED5DB63E48B187D4940F7D917510 , 0xDB5460FD7959419788EC414BE3947D20 , 0xDBB7D665B7AE483A85DDC00B00A6F4FF , 0xDBF63C55855049F6B87C89568D46FC4E , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0xDC7487729044444198EAAD719A5CACA7 , 0xDCBCE2570BCD427E9B15D60BEB70C206 , 0xDD17009BA4484041BA49E0C68E23B58F , 0xDD847890A20F473DB1FB75B176B1C84C , 0xDE0A77C2701946088FF67DBFCE1840A2 , 0xDE5B8685268C4037B7ACE712616AC3F8 , 0xDF07D5764E334BF9BEA6A3D7F3284934 , 0xDF09116A82EF481F96709CF61D6EE2EB , 0xDFBC15EAC4844BDC88BBB3CE84DAB046 , 0xE0B6680EE6684E948069AF0D6D72C2CE , 0xE10AAF1F02BC4AB78EFC0C843D627033 , 0xE15AFD92992D45B3B7347B5D6C46471B , 0xE1AA811ABB394AF8A6300405A2AD8564 , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0xE25A3A4C0F77482E926C228894A2F1D3 , 0xE268901044D74F4997C8798505FDEA63 , 0xE293E96FFBDB4271B54F58053533EBAD , 0xE3AEC067933045A2934BD1E3856C263A , 0xE3B45041E7DF47BDB1FBAD3D88CB4889 , 0xE4585FE78F154697BB65400E0100366D , 0xE4789D72D5C244A98AF0528F0118228F , 0xE4C447705DC748898A91333368D75B73 , 0xE4DD7FD0989647C8992F5460984B5E7D , 0xE520AD8BE28048D1A0A7794A5F76740A , 0xE53B152487284F518DDC6441A4C0BC7C , 0xE5FF30E150614BBE96FFE103852AAF63 , 0xE694E2E2EBCB4AA9993686C7A862F0BA , 0xE6F3FA2B5AA6458ABA76282D29F95DAA , 0xE7123A43BD2D4C04B7F884F5F5F4EC83 , 0xE73E457E4AF14CFA8D48D7C4E0517182 , 0xE7807496C39F4C2A8F52CDC8FBEEE490 , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0xE7F9135F0B3D43898CEF4BEFB5F1B750 , 0xE875FA8F02EA4FB2A896E60A66B34CA8 , 0xE9A1731E6A6F40E2A364A623E2CB41E3 , 0xEA2AA7BC07A24CD1AD1AF9970C8C389F , 0xEA4CF2C51D6B48F3944BA7A723157867 , 0xEA51A149CC014BD481242AE65C0B1F7D , 0xEA53BD479CAC48A885C85B57DEABE20D , 0xEB64941E47124BDE8CDED46BFC30C78E , 0xEB8BB6F518E14069A6F82747898156B7 , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0xEC6BD79F34CD4163A0B541FF46274B26 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xEDAF1A15A67B4099850754A395044C9C , 0xEDED8FDBBD48434D9BD89EBC04039972 , 0xEE56B117CA1D45D5AA1E74C5A31C88A8 , 0xEE932F4A0B01460B8F39F41650F8476F , 0xEEBDE0A8208D4496A69AD9212F2CED78 , 0xEEDDB78B4F064557804ECD79A3834DFE , 0xEEE45F5AC20E4CE7A6EAD3ED46DBF544 , 0xEF4B1BE7F6AD45388A160A76925EA718 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xEFCA09A8202A4A6E94E79822F11576EE , 0xEFFCB31D3DCC4468A78A9AC78DC13722 , 0xF147C0DBD17246929F9D708A5E94E51C , 0xF1A1DE59D36D42AFA56D4DD91768FEF6 , 0xF1A6B58E21BC41D1837B2404D38A3FD0 , 0xF27F12B684A04CDC8F4D0CD858C5BA56 , 0xF316E9150A4A4575938B7AB049475F03 , 0xF33951EA397540B3A95DD2CB102C489B , 0xF3D4EED7F3924E0790A077DF968CFE9D , 0xF441BF9C66054F22855D99B2667B76CE , 0xF457C6C3ADEE40E1A2751A7FEDA982D4 , 0xF475575C0F7E4845A3312B585AF9979C , 0xF4C112A32B344491B74F59D7A1223E89 , 0xF57AD19FBF574A21B27FC44E26FC2A4E , 0xF596F4DB96B9481999ADD056F10D6B8A , 0xF5CA12F476694DEEA6F3896700840A10 , 0xF7597433E21E417595240E3DE3E886C1 , 0xF7E08DCDC51E41B4AD81103BCE005171 , 0xF82A8F4A5F6A40089A913F1F16DA9FCD , 0xF86EB4FB86FD4F0A855488566008D97A , 0xF8E9E58D26754B1EBED08130646FD4C6 , 0xF9732598D9CC4E07ABFEB608192EF351 , 0xF9E6E17658384098B9A168B0D9F9BCE6 , 0xFA3391C9B81A471A94C8D41FD0219852 , 0xFA89A9DAE85A475B81279CB2F2186919 , 0xFA9A145DF22D466B96BCC1360CB87177 , 0xFAA4A0C93E7B47B39646EBE0A293EACA , 0xFB6F46B01EE14C0FBCF5F7F411DEECF1 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFD9C0793D1564DFB8957E8194811A812 , 0xFDA2D703C86C4F13BE5989653AB34B85 , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0xFF4762684F2E4D498CE7BE3F1973DAD2 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xFF8733A7BC394AE798214336083C605A , 0xFFCCEF673D88431094FE4BEC714ADEA1 )));
Copy
87
0.30 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.29 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.34 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? )
Parameters :
[
"/ersatzteilfinder/250-sx-2004-modelcode-6301D0 "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/ersatzteilfinder/250-sx-2004-modelcode-6301D0' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
90
0.47 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.21 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.19 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.27 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.29 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.17 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
96
0.15 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.24 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.57 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagGmvReporting "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagGmvReporting' );
Copy
99
0.44 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
100
0.19 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
101
0.71 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.41 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.37 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.19 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.59 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
1.11 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
1.17 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.71 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.68 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.68 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
25.42 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/1c7dcb7de7c641be858f9e0b5cddd164 "
"/detail/370ffe3ba5fd4ea492d19f8bb482f6bc "
"/detail/ff8733a7bc394ae798214336083c605a "
"/detail/6b1e1d2fc9aa44778a413fbac60b4ed6 "
"/detail/0198cc7f3e447214a848528de060a0ed "
"/detail/a002e63bb53b45eda2aada59424ed928 "
"/detail/a827341d672d423d840758a1eff12846 "
"/detail/61ec67143fe44378a347496708ace4f5 "
"/detail/a3a3fb91815e40c48bcfdfad9234db23 "
"/detail/1b2b24b76e1e4db793d6cd9a322e8e64 "
"/detail/018e3b42c7c64234bb3402ccda3a3889 "
"/detail/aa84c9a090dd44de96c3ecbedaf506eb "
"/detail/81152c3787a148d4b16100936b96453d "
"/detail/3588374ddaa8427c81d359c9c2d5ce9b "
"/detail/517d44428cef4a1cb308b14b595ac070 "
"/detail/224646719ca8445684e02ec785ff051a "
"/detail/aa3031f9fd724dbc9fed884ea62b3cdd "
"/detail/c25d7a0103174315bf9b488d8f4761e3 "
"/detail/67797097e13f42eda86257c71c427a28 "
"/detail/40385d84e0fc4d6ea7d6e03f4cd695c8 "
"/detail/a3e5d1801bcf4e73ab714e3361673727 "
"/detail/d12abe34043e4c20b600ab65142e8168 "
"/detail/ba77c0763dfb47158760b6ada7335c90 "
"/detail/6c5cab49e3a544c88a39669baa30e5c5 "
"/detail/e9a1731e6a6f40e2a364a623e2cb41e3 "
"/detail/37c2b80596794c5cb601008c11664601 "
"/detail/5f16fdc9cd044a7aa2dc8d6b63b54282 "
"/detail/e4789d72d5c244a98af0528f0118228f "
"/detail/5426c6a5eb4246e08639ed936a4101ae "
"/detail/c5ccccc7263e414e8fedb14c411adf61 "
"/detail/3ade1e3463c54e74a738660d06797def "
"/detail/4633ec13da664845aa7e3659b8411011 "
"/detail/1b9007bf248f4bfe97e9c50940183b4a "
"/detail/ff4762684f2e4d498ce7be3f1973dad2 "
"/detail/751d32fb0f474628b5c20da9b160cd3f "
"/detail/837ebdd2a0d14ce29b1475da71930ff4 "
"/detail/40f140d4b34c4cb9bb712059869ebb52 "
"/detail/1019c35382624faaadb3a994c768f138 "
"/detail/562927bc78874c0c82c007c7a2a591b7 "
"/detail/fa9a145df22d466b96bcc1360cb87177 "
"/detail/d6faac7cdc84449996627e8948b985d9 "
"/detail/33997cdd7b564de09f5e8a56ddc4d911 "
"/detail/4addbef0cd4b4170b5f642ded172bdf1 "
"/detail/eee45f5ac20e4ce7a6ead3ed46dbf544 "
"/detail/4c50f7c089d04e7ab88e5ea33c5e7ff9 "
"/detail/79d2f91fe3a44cb69664c720d0bcbb3c "
"/detail/0a522654f8a846b0b96b861b7dca0dbe "
"/detail/28c3f5f9818146b897c51856f442df98 "
"/detail/f3d4eed7f3924e0790a077df968cfe9d "
"/detail/8f576ee93f3b41f290c1326da81ab9fd "
"/detail/e4dd7fd0989647c8992f5460984b5e7d "
"/detail/58370c4033eb46fc8f8ac14508192bcb "
"/detail/f4c112a32b344491b74f59d7a1223e89 "
"/detail/69e92375bb6648e7835771fe8c6c9e9e "
"/detail/494ed93568fd42dc86a8e0340f0dc570 "
"/detail/53c501e2cf41496fa9a42eea47c355af "
"/detail/9387acb13a7642208f7f6ad8f453e41a "
"/detail/592c8c118fd34494b2f8a1e7017c4208 "
"/detail/b96f2e122d4b499fb4fd057b03a964ba "
"/detail/905eb35c7e7f4a26b89c6f3a8afa2771 "
"/detail/b1392737db6e444d8cc9dcedeaf683ac "
"/detail/6eb4eb75eb0446d09d8b22cade0ababf "
"/detail/6f8394b87a1d447ca2d59221198c6689 "
"/detail/d8a8542b78f6473a99f468fe2b2aec50 "
"/detail/6dae503f926b45e4852b934306d8c1e7 "
"/detail/a2b358b0330a4019b3de9b2e38d11753 "
"/detail/a30ab8a9979644639a6c8fa69703b204 "
"/detail/4afedfff42ec404f942d99b202fe2570 "
"/detail/076c79d527be40a9bccfef2e0f3bd78f "
"/detail/ccce86f4b9cf4642aa9bd0e679c4046a "
"/detail/cafe3cf58d354cd2bae220e75fc4f7dc "
"/detail/0479080e315e4d1caf8e7132acfb851b "
"/detail/ae4a278b077744b7a11825bd1a3b3f39 "
"/detail/6b7ae37bb6924e0aba23fc8f474bf0d7 "
"/detail/8d1e147f008d40f5ba902c23610374fc "
"/detail/153ba4123f1d4e7ab3701c4c247e8ceb "
"/detail/7c2f6a277a824cc3af806dd8f4be69ca "
"/detail/f457c6c3adee40e1a2751a7feda982d4 "
"/detail/d3c48f9c4f9e472fa8fe37b2adb15ecf "
"/detail/988d2728096d477eba6f4a5aae31b2e2 "
"/detail/c0dccaf2a0f440baa9b15b812f568a2a "
"/detail/b74a81e4effe49d4bc01145236dfd3ed "
"/detail/118bcda450a541b884ef1e4b04c1d735 "
"/detail/5bcda1e160ae421a884f558c62c2e8c3 "
"/detail/9355f61cd2c348d4839dd4fb4a56ed9d "
"/detail/81f4ebcc27e64c109b538604bfa82681 "
"/detail/4f19cd13cfb4473ea37629e4685513de "
"/detail/bcc6fb924e354352a7c6cbb30ddceb92 "
"/detail/4edc4f21c278414993737b350d65ce9d "
"/detail/0e84f6fa58ab4eaebf41b8ab6ef8d9e9 "
"/detail/052388e521924be5b516a16753a405e8 "
"/detail/60806ef4b7c84fb1818ee72aab3cf399 "
"/detail/07002a8c74f74f0bb5ed85d8a59e875b "
"/detail/646611b105cd4f58a2ca652c91df2975 "
"/detail/7b7a2950fc9c40349e80c9aa7c5875fc "
"/detail/8ede056cde8749cabbee22c6d1787b58 "
"/detail/d0a545a4b3564e5d8aaf40a64147e12f "
"/detail/ea4cf2c51d6b48f3944ba7a723157867 "
"/detail/7af032a021ef4b759b2772502e148a25 "
"/detail/ef4b1be7f6ad45388a160a76925ea718 "
"/detail/cb10b3324a144f91a3b93ca7bad0aa6d "
"/detail/49925450e8bd428ba74b52a3f6484315 "
"/detail/a8e3140240404ab3836b71607b88a896 "
"/detail/70a644792eac45b89bb4afa50d9021ef "
"/detail/67de6d67304c4b8482e958ab729a82f4 "
"/detail/49b0830812ae4a6888b098387f330897 "
"/detail/0dae45aa9cdf4400b49aceaf76f88580 "
"/detail/a0b3ba6665e14a1a8f7f78366f2c1b7f "
"/detail/6ad57a4eebed4d649ed8db546fb101c8 "
"/detail/8bdda3a3e5cf4a79b865e33743f707f4 "
"/detail/5a8979500eb84637845d3b496616c4dd "
"/detail/882a0d90845c46c9bb019659a615f235 "
"/detail/fd9c0793d1564dfb8957e8194811a812 "
"/detail/c06d41f75e8e4881811322c4ee4ae97a "
"/detail/e53b152487284f518ddc6441a4c0bc7c "
"/detail/d7598d9a84cb4294b0037243826a2e44 "
"/detail/211a38b709a84b198d369b82d10c19ee "
"/detail/f441bf9c66054f22855d99b2667b76ce "
"/detail/c5491401894a4d97a54b4ef547a68317 "
"/detail/0247791b45054c689dc340a2c29e97c3 "
"/detail/ae2f3c11b14c476b8af7c45d63869ebc "
"/detail/9b7807ea02e44cc7a361d4904be33486 "
"/detail/ca60856d40f8414fac23be931b9f69e4 "
"/detail/78564017ef234bf9a78932629948724e "
"/detail/d53def18874c4ac18b224fbc07554900 "
"/detail/6a10a9ed185b4310b52318baffbc47af "
"/detail/e25a3a4c0f77482e926c228894a2f1d3 "
"/detail/9682ba01b1264647b8bc5e29f23fe6d9 "
"/detail/9e43a614f83540769b8d47b80b0090e8 "
"/detail/d398c2ddebc444f6a74dc3133125987f "
"/detail/e520ad8be28048d1a0a7794a5f76740a "
"/detail/f8e9e58d26754b1ebed08130646fd4c6 "
"/detail/6468440d7cd145cc95a59bb02d76cf85 "
"/detail/df09116a82ef481f96709cf61d6ee2eb "
"/detail/435d7c4b13af42c8999958951856c04c "
"/detail/dcbce2570bcd427e9b15d60beb70c206 "
"/detail/08fe3fb5188b4a49bb9ff8250e4c83c1 "
"/detail/ff5f7e5baeba4fda98a4c1abd9171bce "
"/detail/0b4240de68a5461fac990789bf37f906 "
"/detail/9bf1d03562aa44bf88cc85b702fc82fb "
"/detail/84d9d963505c48db9228354ee88fb681 "
"/detail/fa3391c9b81a471a94c8d41fd0219852 "
"/detail/004b11b664424995968a6294d4ea4ae7 "
"/detail/baaf0501442649a780e5481b2d0ca46d "
"/detail/2e7b613304dd4c96824d1be6ffd83190 "
"/detail/99eb30031dc3465c8fe88a9c89476e57 "
"/detail/6ac99b6a187a49d0962e40890ac916f7 "
"/detail/fe59b7bdda6d4ccca68b442619bce23a "
"/detail/97660ef35657425286b95c82dcb02f2d "
"/detail/53318eab95994994bfcf2c5801e91c0c "
"/detail/5a3de086b68b4dc1abb5bb2b5104cadd "
"/detail/d9d87897bd6c49b8838c356ea465b8cd "
"/detail/eded8fdbbd48434d9bd89ebc04039972 "
"/detail/56600e14bb724c38a3bb5b578bd210d7 "
"/detail/b42e4caf74fc401bb34fa521e26d974f "
"/detail/34576b5e7336424388602c64e1b70a4b "
"/detail/4570100a52c74fb0b920361946661659 "
"/detail/48e693cfbc6f47df8ecbc7e6ac14f8e6 "
"/detail/8a19ad93ed8047229f77bfcb46708669 "
"/detail/334de21be7f441cab22d6d829e36cfc5 "
"/detail/efb314ddb61f4dec851d6ff5fb59828e "
"/detail/73fc59c20ef14bf991ee1c4150ad9e1b "
"/detail/934a18065a6440db91826005b68ef7e9 "
"/detail/4b5aa678c9e2466697b83aa7f9e05e51 "
"/detail/32d098fe45784bf28fe5069e50957ac4 "
"/detail/7d10815434a044b29fdbfb7b7488048b "
"/detail/3ceb37a732424262915d394bded5a67b "
"/detail/fe32dccd36e644e6ad9daa7a5a2d8e29 "
"/detail/ec9d1beed74a4e4b8609a7964777dfc0 "
"/detail/e4c447705dc748898a91333368d75b73 "
"/detail/e0b6680ee6684e948069af0d6d72c2ce "
"/detail/e293e96ffbdb4271b54f58053533ebad "
"/detail/09f5aba97b0348ed953a7bbf6793b6eb "
"/detail/af02af284a1e4340a9d65710ec0f692a "
"/detail/13e149cb12ec4e5281be122f1e58d19a "
"/detail/28a4c8e552a6493a8cd35265882c0508 "
"/detail/e10aaf1f02bc4ab78efc0c843d627033 "
"/detail/0915e163618f4f03a11194ad746e0fab "
"/detail/a53f0ad1b85b4337812f02415aabfab8 "
"/detail/16aaffe7830641989a230bfcb876af95 "
"/detail/bc64a70a35a6418d817e62896ebe84c3 "
"/detail/91c10139f3f946dd995878d8e2922800 "
"/detail/3084543115d3461f8706a53ea1608deb "
"/detail/3506f429e5564886919e7b52b7715efa "
"/detail/50a1432a03a5400c8edea57ac6906cd6 "
"/detail/cd0e2e40890a4d15821f2359f2c4ea2b "
"/detail/f27f12b684a04cdc8f4d0cd858c5ba56 "
"/detail/513820e734b841bfb7a36d40271268fd "
"/detail/11945980dd634f8cbfc3220cbaaa2b67 "
"/detail/dbb7d665b7ae483a85ddc00b00a6f4ff "
"/detail/1cefbdeff00b4005b50a45a8187c459c "
"/detail/a38274adf70d45419f15b6a5aaf8df4a "
"/detail/7df94daa66a64bcead011f93b55d8b9d "
"/detail/2e87e42a3d8c4aa5bd4da7d0c851bf7e "
"/detail/e7123a43bd2d4c04b7f884f5f5f4ec83 "
"/detail/670e6dc7ae104d428aa1d9d1a3c596fb "
"/detail/004686d8f760498391f52ea7c8bdb640 "
"/detail/8601fa9ba1444b558648b0def7006a58 "
"/detail/34a629ec7478437cb2fe74bf21ecac32 "
"/detail/cac0e859bc574557b35f78ff09b0e8b5 "
"/detail/8a5ac200d25d4899ad75e11b6302be40 "
"/detail/f316e9150a4a4575938b7ab049475f03 "
"/detail/3ecbabf78cde443fbbe20c3f7746e105 "
"/detail/05cde71ad8dd47da8616208bd59b72df "
"/detail/f1a1de59d36d42afa56d4dd91768fef6 "
"/detail/2621c649824d40b5948cd135a4f962ae "
"/detail/b296b4c3c7b14ec7a7033dc13c128090 "
"/detail/e5ff30e150614bbe96ffe103852aaf63 "
"/detail/66cc9c429eb545e7ab4ac00f94ddb38a "
"/detail/cc6ca6f547de4a6a8636b5dfce9aca12 "
"/detail/6b65f04ebbd34a83b3c11037826500c6 "
"/detail/977e5844781d4a05a790e52285da2542 "
"/detail/1a8cddfc80fd4752a3edacbc699fa453 "
"/detail/39e611ebb0ce4cf4bec80976cd979b1d "
"/detail/fda2d703c86c4f13be5989653ab34b85 "
"/detail/5e8128d22be04c75b9a7af912cdb58ed "
"/detail/ab39cde111aa4c2f991356472fe21a75 "
"/detail/93f72061b75642da84987e82384485be "
"/detail/cc2763c4551146f0a3cdb86619578ac6 "
"/detail/cc1790550b7b46d0bfe10b0cf8fa2dd7 "
"/detail/b442f4907014471fbee8e7858935dda9 "
"/detail/713926d151e34a48aea53aca24960624 "
"/detail/404c3c66aa574b1fbda3dd078b083aef "
"/detail/a52365b14406440485d29cac5cd70f0b "
"/detail/37433be6c23a4987a6a18b46e5a25823 "
"/detail/d41eb0c222144539b4cc6be94b1d8925 "
"/detail/d5c7f478291844fbbd73ace11197fa41 "
"/detail/d18207690ccf4e2eb1ea56bbd79d4416 "
"/detail/955739ede48b4ae8bc51ef469e1afdb6 "
"/detail/7f48c3b337324855be2a4227d4ef5295 "
"/detail/42843c39f20e4f23a599575776b060c2 "
"/detail/d8fb32693b9845d6a8960aa1c9bf09d7 "
"/detail/5bd03c5e78784a24bc37512733b31b69 "
"/detail/34bd9f63a3ec4975a9b52404eb050a03 "
"/detail/ea2aa7bc07a24cd1ad1af9970c8c389f "
"/detail/a0f9a41d35d74a80a65bbadb8938a469 "
"/detail/28de2a424c424e30a0875391f343da57 "
"/detail/e7cdad3880984ae0bb9f0ba48f0d37cd "
"/detail/28916adf88504c208540d811b87234cb "
"/detail/57f18b0023be441bb0784a00b31791d0 "
"/detail/efca09a8202a4a6e94e79822f11576ee "
"/detail/54b0c24616ad4ca7a7d66e90f5f86dfc "
"/detail/de5b8685268c4037b7ace712616ac3f8 "
"/detail/f86eb4fb86fd4f0a855488566008d97a "
"/detail/51c9055d34da40a0a32b351e8de28243 "
"/detail/5c03eb1dc4c44395918697871b76824e "
"/detail/1ffe9d3abba04650b28f4122649d4f76 "
"/detail/da529954f1874f398fd401f109de9beb "
"/detail/e794fca7a9f5459a9503de5a4fd3ae10 "
"/detail/c1c617b3710e40b6a50cd79b8cca7828 "
"/detail/244b6030fffd4529a4d015be50ba2225 "
"/detail/de0a77c2701946088ff67dbfce1840a2 "
"/detail/74a49850603644f1afdae81e12231832 "
"/detail/f5ca12f476694deea6f3896700840a10 "
"/detail/81f3f318cc9f4ebabda85c3650ff1f56 "
"/detail/481078a8a1154b838281d129f2c084cb "
"/detail/053c65372b1843198294bd3272c59c18 "
"/detail/810233a75d3a44c88a017b5b2cb16910 "
"/detail/224a786488794533b8a594b3c0a74794 "
"/detail/ae9bb79ec42a4ba480fcbb2dd0544a7a "
"/detail/f475575c0f7e4845a3312b585af9979c "
"/detail/29424506f7c34f70a500c369ecdea554 "
"/detail/6c92f005c24c417292f4f0ad08b438fe "
"/detail/68ef28277fb64babb2dec0c7e5cec11d "
"/detail/92fe61c85d8a44b0b2ed7cd50170bfcd "
"/detail/45b1b961a4b648b3aac73ef3d571e37b "
"/detail/4a311b7b462f4341b6caaa141b78ce17 "
"/detail/2837a436815a4ee9a47b807fe83a2f24 "
"/detail/9d5df5d7a6234a23a7599ad360c5b41f "
"/detail/a37afcf1b353492899d7ad30e1813739 "
"/detail/1527580ea5b3413f827ab4154fee09a0 "
"/detail/39e0d5b0e2fe42e5842b54f8ae668a05 "
"/detail/d531ba17c8f44e0b8ecfb43ddd695b62 "
"/detail/c6e3fe08068e40d6b73aed490df8a6ae "
"/detail/97ce3c6b3fea47b7abdf18d508e9cd36 "
"/detail/1338a197b0d4419c8c67e229b856e7ec "
"/detail/0532196a302e44a9934d601ecff13c26 "
"/detail/96b1aad594d544018cf15516af8b6d20 "
"/detail/da5c188619c94a1a9e58024953f4ee37 "
"/detail/3d621b0536104dafb046fd07c68dc2bb "
"/detail/1dd2d3f38acb439e93f35f65f9b7d974 "
"/detail/475e88385d6446428c02af5eb3aad086 "
"/detail/cb27a941bb53496493889572ab9a7337 "
"/detail/7e343212f7d849278d9336a7fe9d2d83 "
"/detail/c9c8c8a2b7c8425b9cee2ab05d6be104 "
"/detail/86a1eeadbc7942cd815d907d267d6433 "
"/detail/ffccef673d88431094fe4bec714adea1 "
"/detail/68e2e2ec67754b2ca6f43665acf90d64 "
"/detail/cb262b016d2e4360ae7ff025fbc2d02b "
"/detail/dc4bca56cd39464e9ef554ee88628a1a "
"/detail/c3709f5d2dd14c66bbe914feeec20301 "
"/detail/c99b06b482664ea5b0a9a1e85c71e678 "
"/detail/22c557f6b7554c23801a88e7876a2603 "
"/detail/d0ca453293ba4dd083261e43b5712e53 "
"/detail/c7841340237141fd9773b0b75d97fe5e "
"/detail/5181da93b4f94f9b81b617f08e635b5f "
"/detail/78eb0aa966344faf87e9d34839800d84 "
"/detail/042f2621f9b04a88894236c9a1a266dc "
"/detail/403aadc1354a432fa2874195a7b7914d "
"/detail/b697f97101eb40429bf34459155ff5b9 "
"/detail/9e45d926dadc40fcbfa3d8068def99be "
"/detail/89bbe4f8fe454128a7c840758a9d5f3a "
"/detail/4b5ca3cb7a1f441490ec66957ee83816 "
"/detail/712bec36afed4f98a22e9b48dc736548 "
"/detail/08c17b4b1af34e0bb8a44e813f10d00e "
"/detail/84903660536846a5a724528a8e55fcb3 "
"/detail/9340b87922cf4fe49aa107ec4fe56cc5 "
"/detail/7e5054511a654d309311316152d7d8c7 "
"/detail/79c1b44237dd4ae9a7c9ee13908152c8 "
"/detail/70e3e95578a3493ea207cfa837a2e2fa "
"/detail/6b91f426dce34603881a8130cded7904 "
"/detail/db5460fd7959419788ec414be3947d20 "
"/detail/544a2015944b40c085239bef584aedda "
"/detail/e1e5dc6ec9ea40688c2ec208d1c3c9ad "
"/detail/bcf25eff26a04f17b41f44e1c48e049a "
"/detail/b1ba85be51d140c3b95869fc2fe9195d "
"/detail/d744bf7892ae4da48aba62c8bbf2d386 "
"/detail/66d65ab9ab034ac59e737c04ff6a6d36 "
"/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e "
"/detail/8f1332eb43334d159175a80ed6e45057 "
"/detail/bb85b730792e47d297853ae1eca5eb74 "
"/detail/b1e2cea70c944dd99edc1e6ee97b509d "
"/detail/c492401de4124a2dacf2f49db63d31ca "
"/detail/632d7a5cb88249cca01a0112e9308578 "
"/detail/c0d39429a09d403591c2d2858f39df23 "
"/detail/89aadf47b2f741d289db2101ffa918b3 "
"/detail/dc7487729044444198eaad719a5caca7 "
"/detail/5ead1daa63064d21abc7e3554d3a9640 "
"/detail/9bbd8ac720cf44e88c974204565ac3a8 "
"/detail/a34d0614c2e1433585e1fc3c077dca45 "
"/detail/9155de34b060454987198862f1814531 "
"/detail/a41a2b49d4c44939a167da5473798789 "
"/detail/18669f63d98c4a49938345f9056fbb26 "
"/detail/79c9d3a631de4e089b25c1f3b1fb7f64 "
"/detail/b6db9482b0184a57bb509e37520ff410 "
"/detail/016e8c0882bd4f25acfad4431b428d43 "
"/detail/c06b5e575c4a457fbd37ef869c02513b "
"/detail/513ab9793dd541e6a6dff9033f99756f "
"/detail/75950f9a8a9e479799900e82895bd54d "
"/detail/084ad517060548969bf4e502798c7804 "
"/detail/f1a6b58e21bc41d1837b2404d38a3fd0 "
"/detail/8fdb6437fdda4c128ec8758600916e08 "
"/detail/bb8f97f4f10e42fa8921582426d22285 "
"/detail/3b438b6100824b7689d2f396631c70c6 "
"/detail/20c275ddcb684b978bfb0c440f2981d8 "
"/detail/8bb5548a73a7428d980ba256d3e41e6f "
"/detail/f82a8f4a5f6a40089a913f1f16da9fcd "
"/detail/5d77219de0154c0bac2a8837c841f841 "
"/detail/58e15680a170476cba641c844883ef0b "
"/detail/2b02765382a240218b667c601097ae5a "
"/detail/dd17009ba4484041ba49e0c68e23b58f "
"/detail/96ab547947f847f7b09db8913231f48c "
"/detail/5e40d3d35ec948aab03b59015bef368a "
"/detail/d24e8f79a93a4af7b49b709a3c48c04f "
"/detail/9f6351143c2e4991a71d657a8af2c6f1 "
"/detail/3a3ae3723be546c582caaa1de842d6a7 "
"/detail/0020c6902d234c64a6448c6f319935fa "
"/detail/bd9b273f45ac40478a3165d9f8580223 "
"/detail/81f4c37e3eba4761bbc16264ecd58779 "
"/detail/98428dab5b8045bcbcbe767dd35fd311 "
"/detail/5289c9ac1e1a4525b028566bcf32c7d8 "
"/detail/fca1613aa50444608ef93a7ca5d619ea "
"/detail/62fd24f7d9de4e3f8ac0162af6c77547 "
"/detail/7dbcaa1a679d45f7bf8573c83b9e3dd4 "
"/detail/0197686c19bf756b99348977c8a50859 "
"/detail/c624ea737dda423890c8b30499edc4ce "
"/detail/68deec5e29dd452f9b011f0927507893 "
"/detail/86f1f3b4fae94a5b8c32aeba06fcd8f9 "
"/detail/ea53bd479cac48a885c85b57deabe20d "
"/detail/f33951ea397540b3a95dd2cb102c489b "
"/detail/aa1fa94e3c954a688da24f834c65163b "
"/detail/1fa56cd16fd342a68d7e7d8cdeabd399 "
"/detail/0eae0e6445054089b67c31ccf207384d "
"/detail/06cc3c21be7f4f78a486f73054751394 "
"/detail/e15afd92992d45b3b7347b5d6c46471b "
"/detail/7629630d820f46e0a2ce0df9294a55ea "
"/detail/fb6f46b01ee14c0fbcf5f7f411deecf1 "
"/detail/85c980ada17a46b68e810afbbada8659 "
"/detail/7a3118d0030b47a396c48fb0cce58f93 "
"/detail/ee56b117ca1d45d5aa1e74c5a31c88a8 "
"/detail/7266f2f810b64d63b49daba3c14c709a "
"/detail/0e56c79bb26b423dac3b0733a0d12505 "
"/detail/c46d0d6318e14d67967aaac0a2f0873c "
"/detail/d229be6d5c914c2ba0f52c1a9c6813e4 "
"/detail/147c921683254c869d791b762f581652 "
"/detail/d123f99db9af4e07936a0b83cf30d5d7 "
"/detail/adf28c1b866641ca80805eda0f657e47 "
"/detail/17e989a20ff542de84f68ae783d88dad "
"/detail/36949d68bb624e08987224fd25ec190c "
"/detail/f147c0dbd17246929f9d708a5e94e51c "
"/detail/93948d7989b94abbacb620e3c3a4ec2b "
"/detail/ea51a149cc014bd481242ae65c0b1f7d "
"/detail/073a1b5946c843948db3dae55ad4d8c2 "
"/detail/9e854fcc08194421bb34ff19988ae0f9 "
"/detail/c193c5c3677240ba8498cb282694a75a "
"/detail/3e25eb40cc2c40a0aca4681bd42e8e6a "
"/detail/89c0f169c0bb4b72a14a5d47c0cc4620 "
"/detail/ca29c3bc0ce64e9395f5bce16ce80d5c "
"/detail/d79ec83fbf0a41f7a049ad4c21634a00 "
"/detail/6c60032837044522a2748a63e08d2b8a "
"/detail/a9d5c6e9022e488b9a14cd2ddff68fb5 "
"/detail/aa660d1ab1ac4fd192ad6632ca10de4b "
"/detail/b5748648350b4356a3964452d2b85cac "
"/detail/3b1e50d6d0bb4c9e957045944ddb9a8f "
"/detail/c7c87b8e578f4c13b655c67efd5e5d64 "
"/detail/db30ed5db63e48b187d4940f7d917510 "
"/detail/3a606f0040f04fe88fdb1df4d774ec41 "
"/detail/d296d305f58f4c2a81c6add6ec0fa5bd "
"/detail/820b1819da7240fa94526e890be68bb8 "
"/detail/1f9a13abcb954fb388ec07a83447e432 "
"/detail/b3fcce77b3da4153b8a7c25127335b04 "
"/detail/effcb31d3dcc4468a78a9ac78dc13722 "
"/detail/1d1c0749a0854b7eb4ce7cb20de099fb "
"/detail/9c63da2980974f0d969e93cd43a86603 "
"/detail/ac1162b528ea406783971511086eff2f "
"/detail/cf4e13253d0f4e34a6dd60ef0294ab82 "
"/detail/39a49924acd34d219c9b6b91cb16f3a0 "
"/detail/d88e2f820f774503b7e0f8eae68f5cc1 "
"/detail/4c1045cb17c84be1b421cbb7fd7d7a13 "
"/detail/3fd592249b54411f97204f136cfa69e5 "
"/detail/8a776404f2294123b0f94de696d93e9c "
"/detail/a9d230d3d09c41edbc8010a4dd6f66c4 "
"/detail/c33eb2d9cb034c92ba5c698aedba5e35 "
"/detail/2aebc67959e949b4bcb9719c10a6fca5 "
"/detail/faa4a0c93e7b47b39646ebe0a293eaca "
"/detail/ec6bd79f34cd4163a0b541ff46274b26 "
"/detail/84d5cd23f5fd45c9b5e2c7b9c6e2e996 "
"/detail/cea272c571b2402084c7a975a93119ee "
"/detail/63d20c6a274f4b95a41271d034bf4dab "
"/detail/09bc02b79ac2487d899fe2620f19ed24 "
"/detail/a21bad439ccf4bc48ee900c6a7c68735 "
"/detail/a90ac493baa84d638f59267925de06f5 "
"/detail/28902fe587fc4d2c8907793bfc3fa7fb "
"/detail/7625513ef69c4f66a9eb9b25812ae404 "
"/detail/b4654e8b79d0497eb735b1d3ab6c1a47 "
"/detail/d7bee9bf0a40497a804fa0385b536cdb "
"/detail/28fe06a1fc734928a6e5826aebebf375 "
"/detail/3a45f1015fd14ccbbb824335018350f4 "
"/detail/1f94b4fcad59402d87608ca161b1badd "
"/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f "
"/detail/799e29169fe34e0da8cd9d76df9a6365 "
"/detail/9803ef0a5bd64df7925d48b7e0849934 "
"/detail/78842c1f55f842a3b0fca229c9bc9ab1 "
"/detail/73c8c846fa194eeea5474e88de43cb7f "
"/detail/80ad12b6bd6d425684522986bf1ee720 "
"/detail/a7f592af2c694af1bef54445d61678ce "
"/detail/9e8aee1cf3b04f649956e076dba0fe22 "
"/detail/a0ba480c6574462fb41de76eece5a313 "
"/detail/f57ad19fbf574a21b27fc44e26fc2a4e "
"/detail/c7f90d7e463d4a1981391940134f1a27 "
"/detail/a883e6b4b5b644a8ac51d51c1a7f4c86 "
"/detail/edaf1a15a67b4099850754a395044c9c "
"/detail/475107a5a2bd494796067d8a8bab5d25 "
"/detail/342b7065f15842ec9a20d30a421d99e0 "
"/detail/e73e457e4af14cfa8d48d7c4e0517182 "
"/detail/61adf92f312346a89f840576ae3393eb "
"/detail/7e908282303a420497593dcd776c20ec "
"/detail/d2fa9f59192d4ee48b389e6cf1c07423 "
"/detail/5ffeba2b54db4393852b1502a30631af "
"/detail/936e60f3c9b34e4685fa4e51b11b1d57 "
"/detail/1a91d39d74444f58bf02ef60ee8ac139 "
"/detail/3f520cb12f9d4ff88e40c80e85d9b334 "
"/detail/9f722c9d94404c51a4b9906fa26312d3 "
"/detail/d9609e08462144b4b7f476562667c6be "
"/detail/cd3ccd244444443dbe5d24d25d29e1d6 "
"/detail/61263d05188c4f14995a4c68a8ebd27f "
"/detail/e268901044d74f4997c8798505fdea63 "
"/detail/9c3f9b057f0d4b888533bec0b2243b53 "
"/detail/27f8690729f942b09b5d49f7a595bec8 "
"/detail/0198cc7199b372e99adc641346099a0b "
"/detail/264f3c1ccad44f6b95eb5c59a205ba53 "
"/detail/da67a770431e49a7885349947ace10f5 "
"/detail/554cc9397092437c854bf1a94acd5985 "
"/detail/8744f38d033f46e3aaf2c06103e9e28d "
"/detail/2fd906518a474232baa60927777838fb "
"/detail/38f3db75512c4c2d851932df9704eee8 "
"/detail/8fd9c0855ace40b5a709732863b08f68 "
"/detail/88250427a7374ef2becd76cf63aa53fd "
"/detail/777ad251e96f437ea6e1a9e0e99e5689 "
"/detail/6c7d9532c9a84299b0d35b0a3685dab8 "
"/detail/b0843c436907492a8b912e0ce3d0f2eb "
"/detail/f7e08dcdc51e41b4ad81103bce005171 "
"/detail/9342b8b153f6436aa71facb1d5b03a2a "
"/detail/ebc2c9c1cd36485e931b74457ff137b7 "
"/detail/058907348d8d410ebd3e4bb59fcf9b79 "
"/detail/62b90f687c26452f9808c8d228513cdd "
"/detail/bb6363edb21d4aaea5877721ed49d030 "
"/detail/3433d83e2468456ab494a6d0623443a2 "
"/detail/6adbf453c68e4042a7b1ae3922542861 "
"/detail/1b93f0f975544ceaaec1d22c75ef3c0c "
"/detail/8d588ae603b84fdc914a4d2e211a87ab "
"/detail/3f72d920f56a4bc794c9b21b52ce8e7c "
"/detail/d97cae27da5542069510aa3138cec13f "
"/detail/5ff0d21fc62a469d8c0b8a5aacb89633 "
"/detail/5516e845a9b7482e941741b80ccd9399 "
"/detail/37c94784e2a4488e88386ad408604549 "
"/detail/df07d5764e334bf9bea6a3d7f3284934 "
"/detail/fa89a9dae85a475b81279cb2f2186919 "
"/detail/bffba356ac7c484b93919161a313e104 "
"/detail/117ca2178f694fa7a1a9a63f6e96e886 "
"/detail/80bf7eaf39184c95830a4eee0db3a8f7 "
"/detail/72f4f3b3ca0e4c37832b332a577a6474 "
"/detail/62c43b60f1f24e59be02a262c50e8af2 "
"/detail/6c4bc02d8d7d4995a36c4a6b1beed6a1 "
"/detail/ac0b9374988c4432a76d9c0cd2c4c755 "
"/detail/374a8b121e614557bcbd11ab82f22701 "
"/detail/aa900d5502784d94aaebfe91fd8a79e6 "
"/detail/5fc73157dfa743c1846095b250bc28ca "
"/detail/2952316596194b2e8a3125181f3546e1 "
"/detail/020c3415ea4b40518cf8fbcbbb56e8c5 "
"/detail/b3773cc6b9cd42988e4887ef618fbc62 "
"/detail/f9732598d9cc4e07abfeb608192ef351 "
"/detail/96a34b9eebdc459398429b44e5f5ba7e "
"/detail/5fc34e4b5d2b4aec8a75cf144e1c163d "
"/detail/3f821d63b5414d4f93859be718f0f35b "
"/detail/eb64941e47124bde8cded46bfc30c78e "
"/detail/033942d79122435c8ecc70914e2c987b "
"/detail/93b2ccc75c35419cb79c0c5d85caf64c "
"/detail/423162392bb040f3be500a6f5f5d29f8 "
"/detail/a0ccbf6a0d854a45b4d93c2b1e0151b1 "
"/detail/1f9fd8dcffed4a30a5064a96cc437910 "
"/detail/367510b8fd81478a98a50403f5f12dfa "
"/detail/e694e2e2ebcb4aa9993686c7a862f0ba "
"/detail/72ba87549f8e4f19818763825b601890 "
"/detail/60f9442771c34faa8813598d6563997a "
"/detail/c5392006968144268a07483408223289 "
"/detail/2cbc8b9ffd0048539f4093b7e60afc36 "
"/detail/4a68ba4e256c49129acde54fbeff91b6 "
"/detail/e7807496c39f4c2a8f52cdc8fbeee490 "
"/detail/c7109b87aa4542dd8ba6c512a43cbedc "
"/detail/7160df4cc2df410fafa4447d0bed60e1 "
"/detail/aa6ffd9bdc4b479eb1f971417540f76d "
"/detail/90db56d898c6455b993753292107ce4d "
"/detail/5b78fe922631481ea50989cbf56f8811 "
"/detail/51d9de06a28c4d1db0d9287de1307bb9 "
"/detail/4c0bb7c5f897431787a927d5fdd1a627 "
"/detail/8c6ea85d58eb41f3b0d598e1a756e785 "
"/detail/dd847890a20f473db1fb75b176b1c84c "
"/detail/b9dbc35c8cac4464b0eed0c95df93a4f "
"/detail/6761d7e5874848da81e6f69a382c727d "
"/detail/1fbc89456bd0453695851c3bf7d80617 "
"/detail/e4585fe78f154697bb65400e0100366d "
"/detail/8cdcd93fc2154b5e88dc15084fdccb9e "
"/detail/3fb97de5cc4b4be8af088445b7389a3f "
"/detail/e7f9135f0b3d43898cef4befb5f1b750 "
"/detail/bb25b21ff85d4684803f95b1943c42ec "
"/detail/79e9d5f3f1014e72aa38235a8861780c "
"/detail/6bfc1158030244d69dbe85610cf72b40 "
"/detail/207a65c206194726b7fce3a683538745 "
"/detail/68c16d7fb84e4b22bcb83ae2272c3023 "
"/detail/0a75d5fc8dc54a3095ae7c423cee5e86 "
"/detail/9e4ea82fe3844192b4dcb533a9075573 "
"/detail/341b9becafb04d1d8dec72b643432730 "
"/detail/659b9833dd3942aabf2855a2403e4b3a "
"/detail/58a193b3dfe74bcbbf0d712b28d7722c "
"/detail/e6f3fa2b5aa6458aba76282d29f95daa "
"/detail/a2af38342529463b992d41d855270ec4 "
"/detail/3677f90d8209437ca6655c613d4646ec "
"/detail/42d49c55760747c5b2e3f35c82bba6fb "
"/detail/66ffba8165454065a4ce7064e01b2312 "
"/detail/6bd8654c523c4ff9bb6f90b814d7a834 "
"/detail/1aa153b8c2954c5e8262bf04aa4b2ace "
"/detail/988ae395a3fc432cb0a2f00be78f5a1e "
"/detail/c3643e3c22fb40509a9ca1c5355a1eb2 "
"/detail/02605dd2eaa24f779fe2377f9175649d "
"/detail/886b2fc181124b2b99df70de4d776877 "
"/detail/8f7cc5a9e91e41718da5f292f842c62e "
"/detail/5123563d4a9b4481a7f148c2c143c165 "
"/detail/7be82df813cb4b01a53da47007bcd850 "
"/detail/eeddb78b4f064557804ecd79a3834dfe "
"/detail/aa967d37b5c54dec9de460b25a2bd933 "
"/detail/a2be0f12ddb4434aa714dda3d26e4fdc "
"/detail/54b6f25dadf944f9a9be6fcdc5f49fb9 "
"/detail/090e9258195245038789dfe2529b0192 "
"/detail/1e42037534e4472c8d018e3226f5fd28 "
"/detail/f596f4db96b9481999add056f10d6b8a "
"/detail/d5d36a5bd545443a95e39c41b0ca0cbc "
"/detail/590789e000fa4a49ae4b28ced70716d4 "
"/detail/9527a1489fad4b2293e8f4b09c07ee8e "
"/detail/a48bf32d3b29479db8f8984a1ab3903a "
"/detail/21a538c2436b4b759ed24ed847215a78 "
"/detail/b7ecde2d3dd140ea96e6770f78a7adb2 "
"/detail/d56c6bf640604937a1f931112f5bf865 "
"/detail/9d1bc34ee7854870a3837049cc03bafc "
"/detail/2f4dd1163be546f1a504d0d6f47efb12 "
"/detail/d49ac2ff23564fa4ac86c99c864085f3 "
"/detail/2c56bd038b1749599bfb21b25e67d770 "
"/detail/7fd9693053ce4e44a521fdd95e6456de "
"/detail/78f6df4ecaaf4564bb51034d769ad3f9 "
"/detail/eebde0a8208d4496a69ad9212f2ced78 "
"/detail/5e93936feda244d986f2d4ad3b042d6e "
"/detail/cf0cba3080e64c8c9115bcb14257d210 "
"/detail/23d98aa963a14049932771e477839e61 "
"/detail/898268ff004f42719b767a581320398d "
"/detail/ab2621b4553e4f49a251c4090866a803 "
"/detail/8e99f48b3e494f7190f0bad7997c7fdf "
"/detail/0b73444f2eae46d5930d727fef14b5e0 "
"/detail/0e0c578ac6bd463789117f5da29063cd "
"/detail/6fc81ce2b2814604be87189a5db36e0f "
"/detail/22e74778c7fd40b8814e3fd1e508b4da "
"/detail/8bdc30c055b74897b022a3c3410c0b7c "
"/detail/dfbc15eac4844bdc88bbb3ce84dab046 "
"/detail/f9e6e17658384098b9a168b0d9f9bce6 "
"/detail/3d834912b10f40b9a8f2b3ef14f0da20 "
"/detail/419be1a22e4f4cde81cafcccf2346647 "
"/detail/0c2851dc72c44ba68f83a90f631c4ec5 "
"/detail/bc3dbb2fcab54186aee2bb64b7294930 "
"/detail/56d2a58e64394b2a918769afaa23b3f9 "
"/detail/32f5af68b048468db3f6d91685e5db7a "
"/detail/984d5660c8834ba3b1843e82e1b914b9 "
"/detail/6455f6ce27f94bbdb3cbab9b844018ca "
"/detail/a021b49733c84e8b9ea5fdaf3e6e53c0 "
"/detail/1f02a248c8674e56967eae51584cd5a4 "
"/detail/1d3b7eef29914428bc3ffb3200e73d90 "
"/detail/e3aec067933045a2934bd1e3856c263a "
"/detail/f7597433e21e417595240e3de3e886c1 "
"/detail/d6f6780a31854142974c0372bf28c77f "
"/detail/94f84ab90215495590411fee68cad100 "
"/detail/a4848e60ddee4a09af4527fdd1854ebc "
"/detail/8267a6ed8fa245f083dbc3ffbaeb0739 "
"/detail/010ebbf471d840a6b1c9ab72339ce795 "
"/detail/795d1ff5f9494d5d9ce3a1908fd97636 "
"/detail/5c78ee57bc374417b20442368cd9737a "
"/detail/c75d83fa19b34fe6844442fce743d1fc "
"/detail/93f9ede30f8749f7be391fb583dddd7a "
"/detail/4bc9d689978e4e93a1f1d22fd112b778 "
"/detail/5875e90a4149478caf4f73ea218fae7d "
"/detail/19b66f16b61543618ed442e438b4c902 "
"/detail/5222cb43c07d44d6bda426c18690cd73 "
"/detail/8b1154fdafad47d8b4068c634475afa8 "
"/detail/a4a8c86177954121a5c1d21756b47a2b "
"/detail/302c26630ee74ff28738a844ed269886 "
"/detail/607909eee162408fa1a59a6a7d84707c "
"/detail/953aeeccb95747c5a2bf0975e822815e "
"/detail/d1d27ca11f9949458ab3b805d43c1102 "
"/detail/7abd39251b884db38d6570f67f42edbd "
"/detail/a63f4eae4d404800958c8b1e1c56a98f "
"/detail/0d9bd7ab6b1f4988b84030a6642b8c2d "
"/detail/38051774fe2e4b25bb088d2348ef96ed "
"/detail/1c4508df2365490e9c750b76417cd583 "
"/detail/b7bddbbe01c144fda09070a159706dd4 "
"/detail/48b43dc76a4143aaa0c0bb1311eeaab0 "
"/detail/2070c1c33600459db6737c6f3f590c27 "
"/detail/449941bbdc124da9934aea8639aeb553 "
"/detail/897559365ee84361bc097187611bedef "
"/detail/afd6bdfeeb444695bfebaa7d318bdb5f "
"/detail/c3db40838216420995a0e33efbb83857 "
"/detail/ca06e673c9d0430d8b8831d91e4a53fc "
"/detail/e875fa8f02ea4fb2a896e60a66b34ca8 "
"/detail/97a8d0d52114451ebd70f2e5b619ce79 "
"/detail/61debda1020043959aa497cad8711d71 "
"/detail/27dcb1c816ca4993b84b75533b43a3c1 "
"/detail/7f4f2f2203544f86bae78b43e2af671b "
"/detail/52c3774768084b93b3b9ce3b15bc9e09 "
"/detail/7ae856aa2c224ffb8f2c96e4e23c103e "
"/detail/43e2b79235284b5d88925b542af6a209 "
"/detail/a276f2eadc434ab081123cb10365ecef "
"/detail/b3fe8a09a76c4ef8bd13818ae4567d60 "
"/detail/69bbcd53e5c74441aeb0a3eb57ce5718 "
"/detail/49e54addfd824934a325fd6a5a76473f "
"/detail/d81ba6bbfec0431d9106075e359aa7dc "
"/detail/c3e7bb4c0e0c4b10af704092c5e5ad48 "
"/detail/289e9338267a4f9f9c8acebb1c389498 "
"/detail/38c8fee1db68429e84bf2d0ff7cf28d1 "
"/detail/d73e16d28eff419d9649067012f694a2 "
"/detail/c6db54cb223e46ac876d0b4a754916f1 "
"/detail/9b4c7318e4a8486c98247e883aa9c1b1 "
"/detail/9c2392e6eda34b648fb5054f2338fdc2 "
"/detail/e1aa811abb394af8a6300405a2ad8564 "
"/detail/4d27b61e6f224e35a72dbac23ad950ca "
"/detail/8a73bd37b17947b29ab0dea985c56fc1 "
"/detail/72378acd9200468abf184b1a8d3c45a9 "
"/detail/c23a8b0abbb14743a25ecd1d56080145 "
"/detail/d389fcbb5e07474db3b8c779f054a13d "
"/detail/1054eebd301041b49be0cf92346250dc "
"/detail/7190a7a5a60f4f4bb59cdf6e217a05bb "
"/detail/4e0a4dda13704af3a7e6ab01ab09e529 "
"/detail/43a4e4d08a6a43deb89d4f26ce763959 "
"/detail/68f52736a49244598ce5b648a08c2899 "
"/detail/696571e2efef43a1bf0e6634566035f3 "
"/detail/0918bf136f3943158b3458086a8580e8 "
"/detail/c06928ab07dc464493ac379db92223a2 "
"/detail/d777e7a1b68d4ae2b1d3d6caeb8f8f0e "
"/detail/c6ceba5135154f4b80ff0149db58cbbc "
"/detail/240627a9c55b48309edced91da7f962a "
"/detail/a5fd695c8cde45ec81fc5e2129a75e5f "
"/detail/b8033a03dffd457d9d5d77f2a3bf7fee "
"/detail/20ca4616a5d840bba62018714fa84602 "
"/detail/e3b45041e7df47bdb1fbad3d88cb4889 "
"/detail/4761672a8a7946669492ef1dfe479955 "
"/detail/a64bfe2bf477479582bc88e15cdfcffa "
"/detail/78f38260736d4a05b6c3854b039c6e62 "
"/detail/75bb310ea19c46afaca23412c098628f "
"/detail/614ff186fc9c4ca2a8186ea7a406ffeb "
"/detail/1ab41b61bdef441dba9d0b83c4a3c363 "
"/detail/a6f5334e85ce45b0bd4e538724cf1af0 "
"/detail/4c851e484c174484af59a79732735cfc "
"/detail/cbf4a86e775840cfafbf4038b4f95786 "
"/detail/c64ea1b899e54db08fb14bbf1f3fd1b9 "
"/detail/6176ca11e0f14135853afa994a236a81 "
"/detail/ee932f4a0b01460b8f39f41650f8476f "
"/detail/ab554b7cb746427280e70ef43f5e3a4b "
"/detail/29426732ebcf4fdbb5505030457b84d0 "
"/detail/07e5d357cc0a4178aa39790d93330100 "
"/detail/eb8bb6f518e14069a6f82747898156b7 "
"/detail/2cd7c22194b14c3a89b02dd7f288eded "
"/detail/7cc1fafcc78f46a49c90e45c7efa3026 "
"/detail/5796d7679dac4e00ba710351c29b8f66 "
"/detail/dbf63c55855049f6b87c89568d46fc4e "
"/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/1c7dcb7de7c641be858f9e0b5cddd164' , '/detail/370ffe3ba5fd4ea492d19f8bb482f6bc' , '/detail/ff8733a7bc394ae798214336083c605a' , '/detail/6b1e1d2fc9aa44778a413fbac60b4ed6' , '/detail/0198cc7f3e447214a848528de060a0ed' , '/detail/a002e63bb53b45eda2aada59424ed928' , '/detail/a827341d672d423d840758a1eff12846' , '/detail/61ec67143fe44378a347496708ace4f5' , '/detail/a3a3fb91815e40c48bcfdfad9234db23' , '/detail/1b2b24b76e1e4db793d6cd9a322e8e64' , '/detail/018e3b42c7c64234bb3402ccda3a3889' , '/detail/aa84c9a090dd44de96c3ecbedaf506eb' , '/detail/81152c3787a148d4b16100936b96453d' , '/detail/3588374ddaa8427c81d359c9c2d5ce9b' , '/detail/517d44428cef4a1cb308b14b595ac070' , '/detail/224646719ca8445684e02ec785ff051a' , '/detail/aa3031f9fd724dbc9fed884ea62b3cdd' , '/detail/c25d7a0103174315bf9b488d8f4761e3' , '/detail/67797097e13f42eda86257c71c427a28' , '/detail/40385d84e0fc4d6ea7d6e03f4cd695c8' , '/detail/a3e5d1801bcf4e73ab714e3361673727' , '/detail/d12abe34043e4c20b600ab65142e8168' , '/detail/ba77c0763dfb47158760b6ada7335c90' , '/detail/6c5cab49e3a544c88a39669baa30e5c5' , '/detail/e9a1731e6a6f40e2a364a623e2cb41e3' , '/detail/37c2b80596794c5cb601008c11664601' , '/detail/5f16fdc9cd044a7aa2dc8d6b63b54282' , '/detail/e4789d72d5c244a98af0528f0118228f' , '/detail/5426c6a5eb4246e08639ed936a4101ae' , '/detail/c5ccccc7263e414e8fedb14c411adf61' , '/detail/3ade1e3463c54e74a738660d06797def' , '/detail/4633ec13da664845aa7e3659b8411011' , '/detail/1b9007bf248f4bfe97e9c50940183b4a' , '/detail/ff4762684f2e4d498ce7be3f1973dad2' , '/detail/751d32fb0f474628b5c20da9b160cd3f' , '/detail/837ebdd2a0d14ce29b1475da71930ff4' , '/detail/40f140d4b34c4cb9bb712059869ebb52' , '/detail/1019c35382624faaadb3a994c768f138' , '/detail/562927bc78874c0c82c007c7a2a591b7' , '/detail/fa9a145df22d466b96bcc1360cb87177' , '/detail/d6faac7cdc84449996627e8948b985d9' , '/detail/33997cdd7b564de09f5e8a56ddc4d911' , '/detail/4addbef0cd4b4170b5f642ded172bdf1' , '/detail/eee45f5ac20e4ce7a6ead3ed46dbf544' , '/detail/4c50f7c089d04e7ab88e5ea33c5e7ff9' , '/detail/79d2f91fe3a44cb69664c720d0bcbb3c' , '/detail/0a522654f8a846b0b96b861b7dca0dbe' , '/detail/28c3f5f9818146b897c51856f442df98' , '/detail/f3d4eed7f3924e0790a077df968cfe9d' , '/detail/8f576ee93f3b41f290c1326da81ab9fd' , '/detail/e4dd7fd0989647c8992f5460984b5e7d' , '/detail/58370c4033eb46fc8f8ac14508192bcb' , '/detail/f4c112a32b344491b74f59d7a1223e89' , '/detail/69e92375bb6648e7835771fe8c6c9e9e' , '/detail/494ed93568fd42dc86a8e0340f0dc570' , '/detail/53c501e2cf41496fa9a42eea47c355af' , '/detail/9387acb13a7642208f7f6ad8f453e41a' , '/detail/592c8c118fd34494b2f8a1e7017c4208' , '/detail/b96f2e122d4b499fb4fd057b03a964ba' , '/detail/905eb35c7e7f4a26b89c6f3a8afa2771' , '/detail/b1392737db6e444d8cc9dcedeaf683ac' , '/detail/6eb4eb75eb0446d09d8b22cade0ababf' , '/detail/6f8394b87a1d447ca2d59221198c6689' , '/detail/d8a8542b78f6473a99f468fe2b2aec50' , '/detail/6dae503f926b45e4852b934306d8c1e7' , '/detail/a2b358b0330a4019b3de9b2e38d11753' , '/detail/a30ab8a9979644639a6c8fa69703b204' , '/detail/4afedfff42ec404f942d99b202fe2570' , '/detail/076c79d527be40a9bccfef2e0f3bd78f' , '/detail/ccce86f4b9cf4642aa9bd0e679c4046a' , '/detail/cafe3cf58d354cd2bae220e75fc4f7dc' , '/detail/0479080e315e4d1caf8e7132acfb851b' , '/detail/ae4a278b077744b7a11825bd1a3b3f39' , '/detail/6b7ae37bb6924e0aba23fc8f474bf0d7' , '/detail/8d1e147f008d40f5ba902c23610374fc' , '/detail/153ba4123f1d4e7ab3701c4c247e8ceb' , '/detail/7c2f6a277a824cc3af806dd8f4be69ca' , '/detail/f457c6c3adee40e1a2751a7feda982d4' , '/detail/d3c48f9c4f9e472fa8fe37b2adb15ecf' , '/detail/988d2728096d477eba6f4a5aae31b2e2' , '/detail/c0dccaf2a0f440baa9b15b812f568a2a' , '/detail/b74a81e4effe49d4bc01145236dfd3ed' , '/detail/118bcda450a541b884ef1e4b04c1d735' , '/detail/5bcda1e160ae421a884f558c62c2e8c3' , '/detail/9355f61cd2c348d4839dd4fb4a56ed9d' , '/detail/81f4ebcc27e64c109b538604bfa82681' , '/detail/4f19cd13cfb4473ea37629e4685513de' , '/detail/bcc6fb924e354352a7c6cbb30ddceb92' , '/detail/4edc4f21c278414993737b350d65ce9d' , '/detail/0e84f6fa58ab4eaebf41b8ab6ef8d9e9' , '/detail/052388e521924be5b516a16753a405e8' , '/detail/60806ef4b7c84fb1818ee72aab3cf399' , '/detail/07002a8c74f74f0bb5ed85d8a59e875b' , '/detail/646611b105cd4f58a2ca652c91df2975' , '/detail/7b7a2950fc9c40349e80c9aa7c5875fc' , '/detail/8ede056cde8749cabbee22c6d1787b58' , '/detail/d0a545a4b3564e5d8aaf40a64147e12f' , '/detail/ea4cf2c51d6b48f3944ba7a723157867' , '/detail/7af032a021ef4b759b2772502e148a25' , '/detail/ef4b1be7f6ad45388a160a76925ea718' , '/detail/cb10b3324a144f91a3b93ca7bad0aa6d' , '/detail/49925450e8bd428ba74b52a3f6484315' , '/detail/a8e3140240404ab3836b71607b88a896' , '/detail/70a644792eac45b89bb4afa50d9021ef' , '/detail/67de6d67304c4b8482e958ab729a82f4' , '/detail/49b0830812ae4a6888b098387f330897' , '/detail/0dae45aa9cdf4400b49aceaf76f88580' , '/detail/a0b3ba6665e14a1a8f7f78366f2c1b7f' , '/detail/6ad57a4eebed4d649ed8db546fb101c8' , '/detail/8bdda3a3e5cf4a79b865e33743f707f4' , '/detail/5a8979500eb84637845d3b496616c4dd' , '/detail/882a0d90845c46c9bb019659a615f235' , '/detail/fd9c0793d1564dfb8957e8194811a812' , '/detail/c06d41f75e8e4881811322c4ee4ae97a' , '/detail/e53b152487284f518ddc6441a4c0bc7c' , '/detail/d7598d9a84cb4294b0037243826a2e44' , '/detail/211a38b709a84b198d369b82d10c19ee' , '/detail/f441bf9c66054f22855d99b2667b76ce' , '/detail/c5491401894a4d97a54b4ef547a68317' , '/detail/0247791b45054c689dc340a2c29e97c3' , '/detail/ae2f3c11b14c476b8af7c45d63869ebc' , '/detail/9b7807ea02e44cc7a361d4904be33486' , '/detail/ca60856d40f8414fac23be931b9f69e4' , '/detail/78564017ef234bf9a78932629948724e' , '/detail/d53def18874c4ac18b224fbc07554900' , '/detail/6a10a9ed185b4310b52318baffbc47af' , '/detail/e25a3a4c0f77482e926c228894a2f1d3' , '/detail/9682ba01b1264647b8bc5e29f23fe6d9' , '/detail/9e43a614f83540769b8d47b80b0090e8' , '/detail/d398c2ddebc444f6a74dc3133125987f' , '/detail/e520ad8be28048d1a0a7794a5f76740a' , '/detail/f8e9e58d26754b1ebed08130646fd4c6' , '/detail/6468440d7cd145cc95a59bb02d76cf85' , '/detail/df09116a82ef481f96709cf61d6ee2eb' , '/detail/435d7c4b13af42c8999958951856c04c' , '/detail/dcbce2570bcd427e9b15d60beb70c206' , '/detail/08fe3fb5188b4a49bb9ff8250e4c83c1' , '/detail/ff5f7e5baeba4fda98a4c1abd9171bce' , '/detail/0b4240de68a5461fac990789bf37f906' , '/detail/9bf1d03562aa44bf88cc85b702fc82fb' , '/detail/84d9d963505c48db9228354ee88fb681' , '/detail/fa3391c9b81a471a94c8d41fd0219852' , '/detail/004b11b664424995968a6294d4ea4ae7' , '/detail/baaf0501442649a780e5481b2d0ca46d' , '/detail/2e7b613304dd4c96824d1be6ffd83190' , '/detail/99eb30031dc3465c8fe88a9c89476e57' , '/detail/6ac99b6a187a49d0962e40890ac916f7' , '/detail/fe59b7bdda6d4ccca68b442619bce23a' , '/detail/97660ef35657425286b95c82dcb02f2d' , '/detail/53318eab95994994bfcf2c5801e91c0c' , '/detail/5a3de086b68b4dc1abb5bb2b5104cadd' , '/detail/d9d87897bd6c49b8838c356ea465b8cd' , '/detail/eded8fdbbd48434d9bd89ebc04039972' , '/detail/56600e14bb724c38a3bb5b578bd210d7' , '/detail/b42e4caf74fc401bb34fa521e26d974f' , '/detail/34576b5e7336424388602c64e1b70a4b' , '/detail/4570100a52c74fb0b920361946661659' , '/detail/48e693cfbc6f47df8ecbc7e6ac14f8e6' , '/detail/8a19ad93ed8047229f77bfcb46708669' , '/detail/334de21be7f441cab22d6d829e36cfc5' , '/detail/efb314ddb61f4dec851d6ff5fb59828e' , '/detail/73fc59c20ef14bf991ee1c4150ad9e1b' , '/detail/934a18065a6440db91826005b68ef7e9' , '/detail/4b5aa678c9e2466697b83aa7f9e05e51' , '/detail/32d098fe45784bf28fe5069e50957ac4' , '/detail/7d10815434a044b29fdbfb7b7488048b' , '/detail/3ceb37a732424262915d394bded5a67b' , '/detail/fe32dccd36e644e6ad9daa7a5a2d8e29' , '/detail/ec9d1beed74a4e4b8609a7964777dfc0' , '/detail/e4c447705dc748898a91333368d75b73' , '/detail/e0b6680ee6684e948069af0d6d72c2ce' , '/detail/e293e96ffbdb4271b54f58053533ebad' , '/detail/09f5aba97b0348ed953a7bbf6793b6eb' , '/detail/af02af284a1e4340a9d65710ec0f692a' , '/detail/13e149cb12ec4e5281be122f1e58d19a' , '/detail/28a4c8e552a6493a8cd35265882c0508' , '/detail/e10aaf1f02bc4ab78efc0c843d627033' , '/detail/0915e163618f4f03a11194ad746e0fab' , '/detail/a53f0ad1b85b4337812f02415aabfab8' , '/detail/16aaffe7830641989a230bfcb876af95' , '/detail/bc64a70a35a6418d817e62896ebe84c3' , '/detail/91c10139f3f946dd995878d8e2922800' , '/detail/3084543115d3461f8706a53ea1608deb' , '/detail/3506f429e5564886919e7b52b7715efa' , '/detail/50a1432a03a5400c8edea57ac6906cd6' , '/detail/cd0e2e40890a4d15821f2359f2c4ea2b' , '/detail/f27f12b684a04cdc8f4d0cd858c5ba56' , '/detail/513820e734b841bfb7a36d40271268fd' , '/detail/11945980dd634f8cbfc3220cbaaa2b67' , '/detail/dbb7d665b7ae483a85ddc00b00a6f4ff' , '/detail/1cefbdeff00b4005b50a45a8187c459c' , '/detail/a38274adf70d45419f15b6a5aaf8df4a' , '/detail/7df94daa66a64bcead011f93b55d8b9d' , '/detail/2e87e42a3d8c4aa5bd4da7d0c851bf7e' , '/detail/e7123a43bd2d4c04b7f884f5f5f4ec83' , '/detail/670e6dc7ae104d428aa1d9d1a3c596fb' , '/detail/004686d8f760498391f52ea7c8bdb640' , '/detail/8601fa9ba1444b558648b0def7006a58' , '/detail/34a629ec7478437cb2fe74bf21ecac32' , '/detail/cac0e859bc574557b35f78ff09b0e8b5' , '/detail/8a5ac200d25d4899ad75e11b6302be40' , '/detail/f316e9150a4a4575938b7ab049475f03' , '/detail/3ecbabf78cde443fbbe20c3f7746e105' , '/detail/05cde71ad8dd47da8616208bd59b72df' , '/detail/f1a1de59d36d42afa56d4dd91768fef6' , '/detail/2621c649824d40b5948cd135a4f962ae' , '/detail/b296b4c3c7b14ec7a7033dc13c128090' , '/detail/e5ff30e150614bbe96ffe103852aaf63' , '/detail/66cc9c429eb545e7ab4ac00f94ddb38a' , '/detail/cc6ca6f547de4a6a8636b5dfce9aca12' , '/detail/6b65f04ebbd34a83b3c11037826500c6' , '/detail/977e5844781d4a05a790e52285da2542' , '/detail/1a8cddfc80fd4752a3edacbc699fa453' , '/detail/39e611ebb0ce4cf4bec80976cd979b1d' , '/detail/fda2d703c86c4f13be5989653ab34b85' , '/detail/5e8128d22be04c75b9a7af912cdb58ed' , '/detail/ab39cde111aa4c2f991356472fe21a75' , '/detail/93f72061b75642da84987e82384485be' , '/detail/cc2763c4551146f0a3cdb86619578ac6' , '/detail/cc1790550b7b46d0bfe10b0cf8fa2dd7' , '/detail/b442f4907014471fbee8e7858935dda9' , '/detail/713926d151e34a48aea53aca24960624' , '/detail/404c3c66aa574b1fbda3dd078b083aef' , '/detail/a52365b14406440485d29cac5cd70f0b' , '/detail/37433be6c23a4987a6a18b46e5a25823' , '/detail/d41eb0c222144539b4cc6be94b1d8925' , '/detail/d5c7f478291844fbbd73ace11197fa41' , '/detail/d18207690ccf4e2eb1ea56bbd79d4416' , '/detail/955739ede48b4ae8bc51ef469e1afdb6' , '/detail/7f48c3b337324855be2a4227d4ef5295' , '/detail/42843c39f20e4f23a599575776b060c2' , '/detail/d8fb32693b9845d6a8960aa1c9bf09d7' , '/detail/5bd03c5e78784a24bc37512733b31b69' , '/detail/34bd9f63a3ec4975a9b52404eb050a03' , '/detail/ea2aa7bc07a24cd1ad1af9970c8c389f' , '/detail/a0f9a41d35d74a80a65bbadb8938a469' , '/detail/28de2a424c424e30a0875391f343da57' , '/detail/e7cdad3880984ae0bb9f0ba48f0d37cd' , '/detail/28916adf88504c208540d811b87234cb' , '/detail/57f18b0023be441bb0784a00b31791d0' , '/detail/efca09a8202a4a6e94e79822f11576ee' , '/detail/54b0c24616ad4ca7a7d66e90f5f86dfc' , '/detail/de5b8685268c4037b7ace712616ac3f8' , '/detail/f86eb4fb86fd4f0a855488566008d97a' , '/detail/51c9055d34da40a0a32b351e8de28243' , '/detail/5c03eb1dc4c44395918697871b76824e' , '/detail/1ffe9d3abba04650b28f4122649d4f76' , '/detail/da529954f1874f398fd401f109de9beb' , '/detail/e794fca7a9f5459a9503de5a4fd3ae10' , '/detail/c1c617b3710e40b6a50cd79b8cca7828' , '/detail/244b6030fffd4529a4d015be50ba2225' , '/detail/de0a77c2701946088ff67dbfce1840a2' , '/detail/74a49850603644f1afdae81e12231832' , '/detail/f5ca12f476694deea6f3896700840a10' , '/detail/81f3f318cc9f4ebabda85c3650ff1f56' , '/detail/481078a8a1154b838281d129f2c084cb' , '/detail/053c65372b1843198294bd3272c59c18' , '/detail/810233a75d3a44c88a017b5b2cb16910' , '/detail/224a786488794533b8a594b3c0a74794' , '/detail/ae9bb79ec42a4ba480fcbb2dd0544a7a' , '/detail/f475575c0f7e4845a3312b585af9979c' , '/detail/29424506f7c34f70a500c369ecdea554' , '/detail/6c92f005c24c417292f4f0ad08b438fe' , '/detail/68ef28277fb64babb2dec0c7e5cec11d' , '/detail/92fe61c85d8a44b0b2ed7cd50170bfcd' , '/detail/45b1b961a4b648b3aac73ef3d571e37b' , '/detail/4a311b7b462f4341b6caaa141b78ce17' , '/detail/2837a436815a4ee9a47b807fe83a2f24' , '/detail/9d5df5d7a6234a23a7599ad360c5b41f' , '/detail/a37afcf1b353492899d7ad30e1813739' , '/detail/1527580ea5b3413f827ab4154fee09a0' , '/detail/39e0d5b0e2fe42e5842b54f8ae668a05' , '/detail/d531ba17c8f44e0b8ecfb43ddd695b62' , '/detail/c6e3fe08068e40d6b73aed490df8a6ae' , '/detail/97ce3c6b3fea47b7abdf18d508e9cd36' , '/detail/1338a197b0d4419c8c67e229b856e7ec' , '/detail/0532196a302e44a9934d601ecff13c26' , '/detail/96b1aad594d544018cf15516af8b6d20' , '/detail/da5c188619c94a1a9e58024953f4ee37' , '/detail/3d621b0536104dafb046fd07c68dc2bb' , '/detail/1dd2d3f38acb439e93f35f65f9b7d974' , '/detail/475e88385d6446428c02af5eb3aad086' , '/detail/cb27a941bb53496493889572ab9a7337' , '/detail/7e343212f7d849278d9336a7fe9d2d83' , '/detail/c9c8c8a2b7c8425b9cee2ab05d6be104' , '/detail/86a1eeadbc7942cd815d907d267d6433' , '/detail/ffccef673d88431094fe4bec714adea1' , '/detail/68e2e2ec67754b2ca6f43665acf90d64' , '/detail/cb262b016d2e4360ae7ff025fbc2d02b' , '/detail/dc4bca56cd39464e9ef554ee88628a1a' , '/detail/c3709f5d2dd14c66bbe914feeec20301' , '/detail/c99b06b482664ea5b0a9a1e85c71e678' , '/detail/22c557f6b7554c23801a88e7876a2603' , '/detail/d0ca453293ba4dd083261e43b5712e53' , '/detail/c7841340237141fd9773b0b75d97fe5e' , '/detail/5181da93b4f94f9b81b617f08e635b5f' , '/detail/78eb0aa966344faf87e9d34839800d84' , '/detail/042f2621f9b04a88894236c9a1a266dc' , '/detail/403aadc1354a432fa2874195a7b7914d' , '/detail/b697f97101eb40429bf34459155ff5b9' , '/detail/9e45d926dadc40fcbfa3d8068def99be' , '/detail/89bbe4f8fe454128a7c840758a9d5f3a' , '/detail/4b5ca3cb7a1f441490ec66957ee83816' , '/detail/712bec36afed4f98a22e9b48dc736548' , '/detail/08c17b4b1af34e0bb8a44e813f10d00e' , '/detail/84903660536846a5a724528a8e55fcb3' , '/detail/9340b87922cf4fe49aa107ec4fe56cc5' , '/detail/7e5054511a654d309311316152d7d8c7' , '/detail/79c1b44237dd4ae9a7c9ee13908152c8' , '/detail/70e3e95578a3493ea207cfa837a2e2fa' , '/detail/6b91f426dce34603881a8130cded7904' , '/detail/db5460fd7959419788ec414be3947d20' , '/detail/544a2015944b40c085239bef584aedda' , '/detail/e1e5dc6ec9ea40688c2ec208d1c3c9ad' , '/detail/bcf25eff26a04f17b41f44e1c48e049a' , '/detail/b1ba85be51d140c3b95869fc2fe9195d' , '/detail/d744bf7892ae4da48aba62c8bbf2d386' , '/detail/66d65ab9ab034ac59e737c04ff6a6d36' , '/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e' , '/detail/8f1332eb43334d159175a80ed6e45057' , '/detail/bb85b730792e47d297853ae1eca5eb74' , '/detail/b1e2cea70c944dd99edc1e6ee97b509d' , '/detail/c492401de4124a2dacf2f49db63d31ca' , '/detail/632d7a5cb88249cca01a0112e9308578' , '/detail/c0d39429a09d403591c2d2858f39df23' , '/detail/89aadf47b2f741d289db2101ffa918b3' , '/detail/dc7487729044444198eaad719a5caca7' , '/detail/5ead1daa63064d21abc7e3554d3a9640' , '/detail/9bbd8ac720cf44e88c974204565ac3a8' , '/detail/a34d0614c2e1433585e1fc3c077dca45' , '/detail/9155de34b060454987198862f1814531' , '/detail/a41a2b49d4c44939a167da5473798789' , '/detail/18669f63d98c4a49938345f9056fbb26' , '/detail/79c9d3a631de4e089b25c1f3b1fb7f64' , '/detail/b6db9482b0184a57bb509e37520ff410' , '/detail/016e8c0882bd4f25acfad4431b428d43' , '/detail/c06b5e575c4a457fbd37ef869c02513b' , '/detail/513ab9793dd541e6a6dff9033f99756f' , '/detail/75950f9a8a9e479799900e82895bd54d' , '/detail/084ad517060548969bf4e502798c7804' , '/detail/f1a6b58e21bc41d1837b2404d38a3fd0' , '/detail/8fdb6437fdda4c128ec8758600916e08' , '/detail/bb8f97f4f10e42fa8921582426d22285' , '/detail/3b438b6100824b7689d2f396631c70c6' , '/detail/20c275ddcb684b978bfb0c440f2981d8' , '/detail/8bb5548a73a7428d980ba256d3e41e6f' , '/detail/f82a8f4a5f6a40089a913f1f16da9fcd' , '/detail/5d77219de0154c0bac2a8837c841f841' , '/detail/58e15680a170476cba641c844883ef0b' , '/detail/2b02765382a240218b667c601097ae5a' , '/detail/dd17009ba4484041ba49e0c68e23b58f' , '/detail/96ab547947f847f7b09db8913231f48c' , '/detail/5e40d3d35ec948aab03b59015bef368a' , '/detail/d24e8f79a93a4af7b49b709a3c48c04f' , '/detail/9f6351143c2e4991a71d657a8af2c6f1' , '/detail/3a3ae3723be546c582caaa1de842d6a7' , '/detail/0020c6902d234c64a6448c6f319935fa' , '/detail/bd9b273f45ac40478a3165d9f8580223' , '/detail/81f4c37e3eba4761bbc16264ecd58779' , '/detail/98428dab5b8045bcbcbe767dd35fd311' , '/detail/5289c9ac1e1a4525b028566bcf32c7d8' , '/detail/fca1613aa50444608ef93a7ca5d619ea' , '/detail/62fd24f7d9de4e3f8ac0162af6c77547' , '/detail/7dbcaa1a679d45f7bf8573c83b9e3dd4' , '/detail/0197686c19bf756b99348977c8a50859' , '/detail/c624ea737dda423890c8b30499edc4ce' , '/detail/68deec5e29dd452f9b011f0927507893' , '/detail/86f1f3b4fae94a5b8c32aeba06fcd8f9' , '/detail/ea53bd479cac48a885c85b57deabe20d' , '/detail/f33951ea397540b3a95dd2cb102c489b' , '/detail/aa1fa94e3c954a688da24f834c65163b' , '/detail/1fa56cd16fd342a68d7e7d8cdeabd399' , '/detail/0eae0e6445054089b67c31ccf207384d' , '/detail/06cc3c21be7f4f78a486f73054751394' , '/detail/e15afd92992d45b3b7347b5d6c46471b' , '/detail/7629630d820f46e0a2ce0df9294a55ea' , '/detail/fb6f46b01ee14c0fbcf5f7f411deecf1' , '/detail/85c980ada17a46b68e810afbbada8659' , '/detail/7a3118d0030b47a396c48fb0cce58f93' , '/detail/ee56b117ca1d45d5aa1e74c5a31c88a8' , '/detail/7266f2f810b64d63b49daba3c14c709a' , '/detail/0e56c79bb26b423dac3b0733a0d12505' , '/detail/c46d0d6318e14d67967aaac0a2f0873c' , '/detail/d229be6d5c914c2ba0f52c1a9c6813e4' , '/detail/147c921683254c869d791b762f581652' , '/detail/d123f99db9af4e07936a0b83cf30d5d7' , '/detail/adf28c1b866641ca80805eda0f657e47' , '/detail/17e989a20ff542de84f68ae783d88dad' , '/detail/36949d68bb624e08987224fd25ec190c' , '/detail/f147c0dbd17246929f9d708a5e94e51c' , '/detail/93948d7989b94abbacb620e3c3a4ec2b' , '/detail/ea51a149cc014bd481242ae65c0b1f7d' , '/detail/073a1b5946c843948db3dae55ad4d8c2' , '/detail/9e854fcc08194421bb34ff19988ae0f9' , '/detail/c193c5c3677240ba8498cb282694a75a' , '/detail/3e25eb40cc2c40a0aca4681bd42e8e6a' , '/detail/89c0f169c0bb4b72a14a5d47c0cc4620' , '/detail/ca29c3bc0ce64e9395f5bce16ce80d5c' , '/detail/d79ec83fbf0a41f7a049ad4c21634a00' , '/detail/6c60032837044522a2748a63e08d2b8a' , '/detail/a9d5c6e9022e488b9a14cd2ddff68fb5' , '/detail/aa660d1ab1ac4fd192ad6632ca10de4b' , '/detail/b5748648350b4356a3964452d2b85cac' , '/detail/3b1e50d6d0bb4c9e957045944ddb9a8f' , '/detail/c7c87b8e578f4c13b655c67efd5e5d64' , '/detail/db30ed5db63e48b187d4940f7d917510' , '/detail/3a606f0040f04fe88fdb1df4d774ec41' , '/detail/d296d305f58f4c2a81c6add6ec0fa5bd' , '/detail/820b1819da7240fa94526e890be68bb8' , '/detail/1f9a13abcb954fb388ec07a83447e432' , '/detail/b3fcce77b3da4153b8a7c25127335b04' , '/detail/effcb31d3dcc4468a78a9ac78dc13722' , '/detail/1d1c0749a0854b7eb4ce7cb20de099fb' , '/detail/9c63da2980974f0d969e93cd43a86603' , '/detail/ac1162b528ea406783971511086eff2f' , '/detail/cf4e13253d0f4e34a6dd60ef0294ab82' , '/detail/39a49924acd34d219c9b6b91cb16f3a0' , '/detail/d88e2f820f774503b7e0f8eae68f5cc1' , '/detail/4c1045cb17c84be1b421cbb7fd7d7a13' , '/detail/3fd592249b54411f97204f136cfa69e5' , '/detail/8a776404f2294123b0f94de696d93e9c' , '/detail/a9d230d3d09c41edbc8010a4dd6f66c4' , '/detail/c33eb2d9cb034c92ba5c698aedba5e35' , '/detail/2aebc67959e949b4bcb9719c10a6fca5' , '/detail/faa4a0c93e7b47b39646ebe0a293eaca' , '/detail/ec6bd79f34cd4163a0b541ff46274b26' , '/detail/84d5cd23f5fd45c9b5e2c7b9c6e2e996' , '/detail/cea272c571b2402084c7a975a93119ee' , '/detail/63d20c6a274f4b95a41271d034bf4dab' , '/detail/09bc02b79ac2487d899fe2620f19ed24' , '/detail/a21bad439ccf4bc48ee900c6a7c68735' , '/detail/a90ac493baa84d638f59267925de06f5' , '/detail/28902fe587fc4d2c8907793bfc3fa7fb' , '/detail/7625513ef69c4f66a9eb9b25812ae404' , '/detail/b4654e8b79d0497eb735b1d3ab6c1a47' , '/detail/d7bee9bf0a40497a804fa0385b536cdb' , '/detail/28fe06a1fc734928a6e5826aebebf375' , '/detail/3a45f1015fd14ccbbb824335018350f4' , '/detail/1f94b4fcad59402d87608ca161b1badd' , '/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f' , '/detail/799e29169fe34e0da8cd9d76df9a6365' , '/detail/9803ef0a5bd64df7925d48b7e0849934' , '/detail/78842c1f55f842a3b0fca229c9bc9ab1' , '/detail/73c8c846fa194eeea5474e88de43cb7f' , '/detail/80ad12b6bd6d425684522986bf1ee720' , '/detail/a7f592af2c694af1bef54445d61678ce' , '/detail/9e8aee1cf3b04f649956e076dba0fe22' , '/detail/a0ba480c6574462fb41de76eece5a313' , '/detail/f57ad19fbf574a21b27fc44e26fc2a4e' , '/detail/c7f90d7e463d4a1981391940134f1a27' , '/detail/a883e6b4b5b644a8ac51d51c1a7f4c86' , '/detail/edaf1a15a67b4099850754a395044c9c' , '/detail/475107a5a2bd494796067d8a8bab5d25' , '/detail/342b7065f15842ec9a20d30a421d99e0' , '/detail/e73e457e4af14cfa8d48d7c4e0517182' , '/detail/61adf92f312346a89f840576ae3393eb' , '/detail/7e908282303a420497593dcd776c20ec' , '/detail/d2fa9f59192d4ee48b389e6cf1c07423' , '/detail/5ffeba2b54db4393852b1502a30631af' , '/detail/936e60f3c9b34e4685fa4e51b11b1d57' , '/detail/1a91d39d74444f58bf02ef60ee8ac139' , '/detail/3f520cb12f9d4ff88e40c80e85d9b334' , '/detail/9f722c9d94404c51a4b9906fa26312d3' , '/detail/d9609e08462144b4b7f476562667c6be' , '/detail/cd3ccd244444443dbe5d24d25d29e1d6' , '/detail/61263d05188c4f14995a4c68a8ebd27f' , '/detail/e268901044d74f4997c8798505fdea63' , '/detail/9c3f9b057f0d4b888533bec0b2243b53' , '/detail/27f8690729f942b09b5d49f7a595bec8' , '/detail/0198cc7199b372e99adc641346099a0b' , '/detail/264f3c1ccad44f6b95eb5c59a205ba53' , '/detail/da67a770431e49a7885349947ace10f5' , '/detail/554cc9397092437c854bf1a94acd5985' , '/detail/8744f38d033f46e3aaf2c06103e9e28d' , '/detail/2fd906518a474232baa60927777838fb' , '/detail/38f3db75512c4c2d851932df9704eee8' , '/detail/8fd9c0855ace40b5a709732863b08f68' , '/detail/88250427a7374ef2becd76cf63aa53fd' , '/detail/777ad251e96f437ea6e1a9e0e99e5689' , '/detail/6c7d9532c9a84299b0d35b0a3685dab8' , '/detail/b0843c436907492a8b912e0ce3d0f2eb' , '/detail/f7e08dcdc51e41b4ad81103bce005171' , '/detail/9342b8b153f6436aa71facb1d5b03a2a' , '/detail/ebc2c9c1cd36485e931b74457ff137b7' , '/detail/058907348d8d410ebd3e4bb59fcf9b79' , '/detail/62b90f687c26452f9808c8d228513cdd' , '/detail/bb6363edb21d4aaea5877721ed49d030' , '/detail/3433d83e2468456ab494a6d0623443a2' , '/detail/6adbf453c68e4042a7b1ae3922542861' , '/detail/1b93f0f975544ceaaec1d22c75ef3c0c' , '/detail/8d588ae603b84fdc914a4d2e211a87ab' , '/detail/3f72d920f56a4bc794c9b21b52ce8e7c' , '/detail/d97cae27da5542069510aa3138cec13f' , '/detail/5ff0d21fc62a469d8c0b8a5aacb89633' , '/detail/5516e845a9b7482e941741b80ccd9399' , '/detail/37c94784e2a4488e88386ad408604549' , '/detail/df07d5764e334bf9bea6a3d7f3284934' , '/detail/fa89a9dae85a475b81279cb2f2186919' , '/detail/bffba356ac7c484b93919161a313e104' , '/detail/117ca2178f694fa7a1a9a63f6e96e886' , '/detail/80bf7eaf39184c95830a4eee0db3a8f7' , '/detail/72f4f3b3ca0e4c37832b332a577a6474' , '/detail/62c43b60f1f24e59be02a262c50e8af2' , '/detail/6c4bc02d8d7d4995a36c4a6b1beed6a1' , '/detail/ac0b9374988c4432a76d9c0cd2c4c755' , '/detail/374a8b121e614557bcbd11ab82f22701' , '/detail/aa900d5502784d94aaebfe91fd8a79e6' , '/detail/5fc73157dfa743c1846095b250bc28ca' , '/detail/2952316596194b2e8a3125181f3546e1' , '/detail/020c3415ea4b40518cf8fbcbbb56e8c5' , '/detail/b3773cc6b9cd42988e4887ef618fbc62' , '/detail/f9732598d9cc4e07abfeb608192ef351' , '/detail/96a34b9eebdc459398429b44e5f5ba7e' , '/detail/5fc34e4b5d2b4aec8a75cf144e1c163d' , '/detail/3f821d63b5414d4f93859be718f0f35b' , '/detail/eb64941e47124bde8cded46bfc30c78e' , '/detail/033942d79122435c8ecc70914e2c987b' , '/detail/93b2ccc75c35419cb79c0c5d85caf64c' , '/detail/423162392bb040f3be500a6f5f5d29f8' , '/detail/a0ccbf6a0d854a45b4d93c2b1e0151b1' , '/detail/1f9fd8dcffed4a30a5064a96cc437910' , '/detail/367510b8fd81478a98a50403f5f12dfa' , '/detail/e694e2e2ebcb4aa9993686c7a862f0ba' , '/detail/72ba87549f8e4f19818763825b601890' , '/detail/60f9442771c34faa8813598d6563997a' , '/detail/c5392006968144268a07483408223289' , '/detail/2cbc8b9ffd0048539f4093b7e60afc36' , '/detail/4a68ba4e256c49129acde54fbeff91b6' , '/detail/e7807496c39f4c2a8f52cdc8fbeee490' , '/detail/c7109b87aa4542dd8ba6c512a43cbedc' , '/detail/7160df4cc2df410fafa4447d0bed60e1' , '/detail/aa6ffd9bdc4b479eb1f971417540f76d' , '/detail/90db56d898c6455b993753292107ce4d' , '/detail/5b78fe922631481ea50989cbf56f8811' , '/detail/51d9de06a28c4d1db0d9287de1307bb9' , '/detail/4c0bb7c5f897431787a927d5fdd1a627' , '/detail/8c6ea85d58eb41f3b0d598e1a756e785' , '/detail/dd847890a20f473db1fb75b176b1c84c' , '/detail/b9dbc35c8cac4464b0eed0c95df93a4f' , '/detail/6761d7e5874848da81e6f69a382c727d' , '/detail/1fbc89456bd0453695851c3bf7d80617' , '/detail/e4585fe78f154697bb65400e0100366d' , '/detail/8cdcd93fc2154b5e88dc15084fdccb9e' , '/detail/3fb97de5cc4b4be8af088445b7389a3f' , '/detail/e7f9135f0b3d43898cef4befb5f1b750' , '/detail/bb25b21ff85d4684803f95b1943c42ec' , '/detail/79e9d5f3f1014e72aa38235a8861780c' , '/detail/6bfc1158030244d69dbe85610cf72b40' , '/detail/207a65c206194726b7fce3a683538745' , '/detail/68c16d7fb84e4b22bcb83ae2272c3023' , '/detail/0a75d5fc8dc54a3095ae7c423cee5e86' , '/detail/9e4ea82fe3844192b4dcb533a9075573' , '/detail/341b9becafb04d1d8dec72b643432730' , '/detail/659b9833dd3942aabf2855a2403e4b3a' , '/detail/58a193b3dfe74bcbbf0d712b28d7722c' , '/detail/e6f3fa2b5aa6458aba76282d29f95daa' , '/detail/a2af38342529463b992d41d855270ec4' , '/detail/3677f90d8209437ca6655c613d4646ec' , '/detail/42d49c55760747c5b2e3f35c82bba6fb' , '/detail/66ffba8165454065a4ce7064e01b2312' , '/detail/6bd8654c523c4ff9bb6f90b814d7a834' , '/detail/1aa153b8c2954c5e8262bf04aa4b2ace' , '/detail/988ae395a3fc432cb0a2f00be78f5a1e' , '/detail/c3643e3c22fb40509a9ca1c5355a1eb2' , '/detail/02605dd2eaa24f779fe2377f9175649d' , '/detail/886b2fc181124b2b99df70de4d776877' , '/detail/8f7cc5a9e91e41718da5f292f842c62e' , '/detail/5123563d4a9b4481a7f148c2c143c165' , '/detail/7be82df813cb4b01a53da47007bcd850' , '/detail/eeddb78b4f064557804ecd79a3834dfe' , '/detail/aa967d37b5c54dec9de460b25a2bd933' , '/detail/a2be0f12ddb4434aa714dda3d26e4fdc' , '/detail/54b6f25dadf944f9a9be6fcdc5f49fb9' , '/detail/090e9258195245038789dfe2529b0192' , '/detail/1e42037534e4472c8d018e3226f5fd28' , '/detail/f596f4db96b9481999add056f10d6b8a' , '/detail/d5d36a5bd545443a95e39c41b0ca0cbc' , '/detail/590789e000fa4a49ae4b28ced70716d4' , '/detail/9527a1489fad4b2293e8f4b09c07ee8e' , '/detail/a48bf32d3b29479db8f8984a1ab3903a' , '/detail/21a538c2436b4b759ed24ed847215a78' , '/detail/b7ecde2d3dd140ea96e6770f78a7adb2' , '/detail/d56c6bf640604937a1f931112f5bf865' , '/detail/9d1bc34ee7854870a3837049cc03bafc' , '/detail/2f4dd1163be546f1a504d0d6f47efb12' , '/detail/d49ac2ff23564fa4ac86c99c864085f3' , '/detail/2c56bd038b1749599bfb21b25e67d770' , '/detail/7fd9693053ce4e44a521fdd95e6456de' , '/detail/78f6df4ecaaf4564bb51034d769ad3f9' , '/detail/eebde0a8208d4496a69ad9212f2ced78' , '/detail/5e93936feda244d986f2d4ad3b042d6e' , '/detail/cf0cba3080e64c8c9115bcb14257d210' , '/detail/23d98aa963a14049932771e477839e61' , '/detail/898268ff004f42719b767a581320398d' , '/detail/ab2621b4553e4f49a251c4090866a803' , '/detail/8e99f48b3e494f7190f0bad7997c7fdf' , '/detail/0b73444f2eae46d5930d727fef14b5e0' , '/detail/0e0c578ac6bd463789117f5da29063cd' , '/detail/6fc81ce2b2814604be87189a5db36e0f' , '/detail/22e74778c7fd40b8814e3fd1e508b4da' , '/detail/8bdc30c055b74897b022a3c3410c0b7c' , '/detail/dfbc15eac4844bdc88bbb3ce84dab046' , '/detail/f9e6e17658384098b9a168b0d9f9bce6' , '/detail/3d834912b10f40b9a8f2b3ef14f0da20' , '/detail/419be1a22e4f4cde81cafcccf2346647' , '/detail/0c2851dc72c44ba68f83a90f631c4ec5' , '/detail/bc3dbb2fcab54186aee2bb64b7294930' , '/detail/56d2a58e64394b2a918769afaa23b3f9' , '/detail/32f5af68b048468db3f6d91685e5db7a' , '/detail/984d5660c8834ba3b1843e82e1b914b9' , '/detail/6455f6ce27f94bbdb3cbab9b844018ca' , '/detail/a021b49733c84e8b9ea5fdaf3e6e53c0' , '/detail/1f02a248c8674e56967eae51584cd5a4' , '/detail/1d3b7eef29914428bc3ffb3200e73d90' , '/detail/e3aec067933045a2934bd1e3856c263a' , '/detail/f7597433e21e417595240e3de3e886c1' , '/detail/d6f6780a31854142974c0372bf28c77f' , '/detail/94f84ab90215495590411fee68cad100' , '/detail/a4848e60ddee4a09af4527fdd1854ebc' , '/detail/8267a6ed8fa245f083dbc3ffbaeb0739' , '/detail/010ebbf471d840a6b1c9ab72339ce795' , '/detail/795d1ff5f9494d5d9ce3a1908fd97636' , '/detail/5c78ee57bc374417b20442368cd9737a' , '/detail/c75d83fa19b34fe6844442fce743d1fc' , '/detail/93f9ede30f8749f7be391fb583dddd7a' , '/detail/4bc9d689978e4e93a1f1d22fd112b778' , '/detail/5875e90a4149478caf4f73ea218fae7d' , '/detail/19b66f16b61543618ed442e438b4c902' , '/detail/5222cb43c07d44d6bda426c18690cd73' , '/detail/8b1154fdafad47d8b4068c634475afa8' , '/detail/a4a8c86177954121a5c1d21756b47a2b' , '/detail/302c26630ee74ff28738a844ed269886' , '/detail/607909eee162408fa1a59a6a7d84707c' , '/detail/953aeeccb95747c5a2bf0975e822815e' , '/detail/d1d27ca11f9949458ab3b805d43c1102' , '/detail/7abd39251b884db38d6570f67f42edbd' , '/detail/a63f4eae4d404800958c8b1e1c56a98f' , '/detail/0d9bd7ab6b1f4988b84030a6642b8c2d' , '/detail/38051774fe2e4b25bb088d2348ef96ed' , '/detail/1c4508df2365490e9c750b76417cd583' , '/detail/b7bddbbe01c144fda09070a159706dd4' , '/detail/48b43dc76a4143aaa0c0bb1311eeaab0' , '/detail/2070c1c33600459db6737c6f3f590c27' , '/detail/449941bbdc124da9934aea8639aeb553' , '/detail/897559365ee84361bc097187611bedef' , '/detail/afd6bdfeeb444695bfebaa7d318bdb5f' , '/detail/c3db40838216420995a0e33efbb83857' , '/detail/ca06e673c9d0430d8b8831d91e4a53fc' , '/detail/e875fa8f02ea4fb2a896e60a66b34ca8' , '/detail/97a8d0d52114451ebd70f2e5b619ce79' , '/detail/61debda1020043959aa497cad8711d71' , '/detail/27dcb1c816ca4993b84b75533b43a3c1' , '/detail/7f4f2f2203544f86bae78b43e2af671b' , '/detail/52c3774768084b93b3b9ce3b15bc9e09' , '/detail/7ae856aa2c224ffb8f2c96e4e23c103e' , '/detail/43e2b79235284b5d88925b542af6a209' , '/detail/a276f2eadc434ab081123cb10365ecef' , '/detail/b3fe8a09a76c4ef8bd13818ae4567d60' , '/detail/69bbcd53e5c74441aeb0a3eb57ce5718' , '/detail/49e54addfd824934a325fd6a5a76473f' , '/detail/d81ba6bbfec0431d9106075e359aa7dc' , '/detail/c3e7bb4c0e0c4b10af704092c5e5ad48' , '/detail/289e9338267a4f9f9c8acebb1c389498' , '/detail/38c8fee1db68429e84bf2d0ff7cf28d1' , '/detail/d73e16d28eff419d9649067012f694a2' , '/detail/c6db54cb223e46ac876d0b4a754916f1' , '/detail/9b4c7318e4a8486c98247e883aa9c1b1' , '/detail/9c2392e6eda34b648fb5054f2338fdc2' , '/detail/e1aa811abb394af8a6300405a2ad8564' , '/detail/4d27b61e6f224e35a72dbac23ad950ca' , '/detail/8a73bd37b17947b29ab0dea985c56fc1' , '/detail/72378acd9200468abf184b1a8d3c45a9' , '/detail/c23a8b0abbb14743a25ecd1d56080145' , '/detail/d389fcbb5e07474db3b8c779f054a13d' , '/detail/1054eebd301041b49be0cf92346250dc' , '/detail/7190a7a5a60f4f4bb59cdf6e217a05bb' , '/detail/4e0a4dda13704af3a7e6ab01ab09e529' , '/detail/43a4e4d08a6a43deb89d4f26ce763959' , '/detail/68f52736a49244598ce5b648a08c2899' , '/detail/696571e2efef43a1bf0e6634566035f3' , '/detail/0918bf136f3943158b3458086a8580e8' , '/detail/c06928ab07dc464493ac379db92223a2' , '/detail/d777e7a1b68d4ae2b1d3d6caeb8f8f0e' , '/detail/c6ceba5135154f4b80ff0149db58cbbc' , '/detail/240627a9c55b48309edced91da7f962a' , '/detail/a5fd695c8cde45ec81fc5e2129a75e5f' , '/detail/b8033a03dffd457d9d5d77f2a3bf7fee' , '/detail/20ca4616a5d840bba62018714fa84602' , '/detail/e3b45041e7df47bdb1fbad3d88cb4889' , '/detail/4761672a8a7946669492ef1dfe479955' , '/detail/a64bfe2bf477479582bc88e15cdfcffa' , '/detail/78f38260736d4a05b6c3854b039c6e62' , '/detail/75bb310ea19c46afaca23412c098628f' , '/detail/614ff186fc9c4ca2a8186ea7a406ffeb' , '/detail/1ab41b61bdef441dba9d0b83c4a3c363' , '/detail/a6f5334e85ce45b0bd4e538724cf1af0' , '/detail/4c851e484c174484af59a79732735cfc' , '/detail/cbf4a86e775840cfafbf4038b4f95786' , '/detail/c64ea1b899e54db08fb14bbf1f3fd1b9' , '/detail/6176ca11e0f14135853afa994a236a81' , '/detail/ee932f4a0b01460b8f39f41650f8476f' , '/detail/ab554b7cb746427280e70ef43f5e3a4b' , '/detail/29426732ebcf4fdbb5505030457b84d0' , '/detail/07e5d357cc0a4178aa39790d93330100' , '/detail/eb8bb6f518e14069a6f82747898156b7' , '/detail/2cd7c22194b14c3a89b02dd7f288eded' , '/detail/7cc1fafcc78f46a49c90e45c7efa3026' , '/detail/5796d7679dac4e00ba710351c29b8f66' , '/detail/dbf63c55855049f6b87c89568d46fc4e' , '/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.48 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