1
0.67 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
2
0.18 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
3
0.52 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.31 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
0.58 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
0.46 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"ersatzteilfinder/660-smc-2005-modelcode-9725E0 "
"ersatzteilfinder/660-smc-2005-modelcode-9725E0/ "
]
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/660-smc-2005-modelcode-9725E0' OR seo_path_info = 'ersatzteilfinder/660-smc-2005-modelcode-9725E0/' ));
Copy
7
0.31 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"/ersatzteilfinder/660-smc-2005-modelcode-9725E0 "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (path_info = '/ersatzteilfinder/660-smc-2005-modelcode-9725E0' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.88 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.27 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.30 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"PLtFqgaEKBNY3GgElKEXeQ1N2WiDF9qe "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = 'PLtFqgaEKBNY3GgElKEXeQ1N2WiDF9qe' ) LIMIT 1 ;
Copy
11
0.37 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.59 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.31 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0x274605D71D2B4479A3882D8FD62BFF5C ));
Copy
14
0.27 ms
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = ? )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (? )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (0x274605D71D2B4479A3882D8FD62BFF5C )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
15
0.44 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
16
0.32 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
17
0.37 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
18
0.32 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
19
0.18 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
20
0.60 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"W(\x19 ¥ÅRNì§ù\x7F 5†´*@ "
b"×ã`4ÛåIð‘7âù_\x1C\x01 "
b"÷ìlÙÏÄBgü─▀ÆÄg╚ï "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x572819A5C5524EECA7F97F3586B42A40 , 0xD7E36034DBE549F09137C3A2F95F1C01 , 0xF68D6CEBD88E426781C4DF928E67C88B ));
Copy
21
0.56 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.64 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.24 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.23 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"PLtFqgaEKBNY3GgElKEXeQ1N2WiDF9qe "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'PLtFqgaEKBNY3GgElKEXeQ1N2WiDF9qe' ;
Copy
25
0.30 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.54 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.27 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.44 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 );
Copy
29
0.22 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 ));
Copy
30
0.48 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜Ð %Ærº¢¼DWR«3~ "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0198D0A025C672BAA2BC445752AB337E );
Copy
31
0.23 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð %Ærº¢¼DWR«3~ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A025C672BAA2BC445752AB337E ));
Copy
32
0.37 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
33
0.28 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
34
0.20 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel_country` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
35
0.92 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
36
0.39 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `parent_id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `id` = 0x79A36140A28A4CE6AC6D0E2CED062741
;
Copy
37
4.04 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
1
12
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND (`category` . `level` > 1 AND `category` . `level` < = 12 )));
Copy
38
0.36 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.55 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"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.49 ms
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
41
0.38 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.28 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.28 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.27 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `parent_id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B
;
Copy
45
1.89 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.01 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.52 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.41 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.71 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
b"$)v‹Ì\x04 Eüƒð?·Í2\x02 % "
b"=\x16 uıã;O\x13 ©1\e ì}:\x1D × "
b"E;|™\x7F VO¾¼HZ4ä(r¡ "
b"iŒØ\e ’•Hæ³JkΧ¸v‘ "
b"”ú_›Ž¬JgŒÕ\x13 ð½ß\x1E r "
b"W}╗p/ìG\r ®x\x12\x1D 7╔B- "
b"\x1F äÀ\x13\x1F ¦BÓªLƒ\v ³ž¯A "
b"±¶ƒi‹\x11 @E±¢¿T½\x16 Õ, "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x707FEF2F724A4547A0249D181B4679DF , 0x2429768BCC0445FC83F03FB7CD320225 , 0x3D1675D5C63B4F13B8311B8D7D3A1D9E , 0x453B7C997F564FBEBC485A34E42872A1 , 0x698CD81B929548E6B34A6BCEA7B87691 , 0x94FA5F9B8EAC4A678CD513F0BDDF1E72 , 0x577DBB702F8D470DA978121D37C9422D , 0x1FE4C0131FA642D3AA4C830BB39EAF41 , 0xB1B683698B114045B1A2BF54BD16D52C );
Copy
50
0.44 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.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"ÇÑ6îÚ\v HtŸc{l9ØPÉ "
b"ùD\x14 Îm¨NÖ³PÑŸ‹"âÎ "
b"•t`\x05 zaJ<“@½¸ô\*ø "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? , ? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0xC7D136EEDA0B48749F637B6C39D850C9 , 0xF94414CE6DA84ED6B350D19F8B22E2CE , 0x957460057A614A3C9340BDB8F45C2AF8 , 0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
52
0.25 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
53
0.20 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
54
0.22 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x707FEF2F724A4547A0249D181B4679DF AND
pm . `active` = 1 ;
Copy
55
0.17 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
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.52 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.29 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.46 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x695477E02EF643E5A016B83ED4CDF63A )));
Copy
60
0.55 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\x01 ˜¬”\x08 Jraº\n
2‚Xó\x7F £
"""
b"\x01 ™âxˆ\x18\x7F I½ûb\x04\x16 xæä "
b"\x01 šÅp\x7F ÂzT˜«¡óP|\x1A Ñ "
b"""
\n
$Epê6B® }4•¢a`\x13
"""
b"\x1E Î[¢H'M\x1F ·ãæfÂi®" "
b"6ìyyYRGWš<l\x11 |‘+æ "
b"tÃNêP&@»ƒ\x19 ¸\x13 vpÂÕ "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x0198AC94084A7261BA0A328258F37FA3 , 0x0199E27888187F49BDFB62041678E6E4 , 0x019AC5707FC27A5498ABA1F3507C1AD1 , 0x0A244570EA3642AEA07D3495A2616013 , 0x1ECE5BA248274D1FB7E3E666C269AE22 , 0x36EC7979595247579A3C6C117C912BE6 , 0x74C34EEA502640BB8319B8137670C2D5 )));
Copy
61
0.70 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ÿ¼öDfs\x0F ر‗:ª¦┬± "
b"\x01 ™âÅâìv\x05 \x06 ¥ÚÉÌ\x1D ® "
b"\x01 šÅ‡+>{ߣ‹aÀVÆÕê "
b"±ìM\x04\x1C ÷G)œºböç_|± "
b"D\x0E 1\x08 uªAê“\x10 ÑòÑ<VÎ "
b"Z±ŒØÍ}IR¶™cï)\x1E \• "
b"påi¾ÿQEÁ¬øíê—Â\x04 É "
b"19\x15 ,ªŸH%˜\x14 õ\x05 8ŸœC "
b"“Á…eƒ¡EÒšÙy:„ö*\x03 "
b"▀'É#dãC3åTë<IÍ\x7F » "
b"᯽[+\x15 Gƒ¯‹è¿‰…\x1A Ò "
b"æáìlIC\x04 ‘ײ…Žão™ "
b".Ö╗x\x01 èDì¿G(RP¥|½ "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x0198AC944466730F9DF1F23AA6DDC2F1 , 0x0199E2C5E2EC7605AD06A5DAC9CC1DAE , 0x019AC5872B3E7BDFA38B61C056C6D5EA , 0xB1EC4D041CF747299CBA62F6E75F7CB1 , 0x440E310875AA41EA9310D1F2D13C56CE , 0x5AB18CD8CD7D4952B69963EF291E5C95 , 0x70E569BEFF5145C1ACF8EDEA97C204C9 , 0x3139152CAA9F48259814F505389F9C43 , 0x93C1856583A145D29AD9793A84F62A03 , 0xDF27902364C643338654893C49D67FAF , 0xE1AFBD5B2B154783AF8BE8BF89851AD2 , 0xE6ADE1EC6C49430491D7B2858EE36F99 , 0x2E99BB78018A448DA847285250BE7CAB )));
Copy
62
0.35 ms
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ð"±&‰¬C]›¸\v\x02 ý—ûŸ "
]
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0xF022B12689AC435D9BB80B02FD97FB9F );
Copy
63
0.33 ms
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = ? ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™\x0F A<X]ˆ1Ñ×[Ž›VÐv "
]
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (0x990F413C585D8831D1D75B8E9B56D076 );
Copy
64
0.89 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 šÅ–ó–wYŠ\x12 5h}oÝ, "
b"\x01 Üm¬Ùz╚×ÍÉX▒0tÚ "
b"y4èà\x03 DD*¥\x13 yøhLs "
b"\x13 ë¾p£—F…¥º ……+Øï "
b"u=$YCÆG«—šÂJÙ\x19 Çß "
b"""
>ú×¼T█K\n
ì>ÊÚrà6¬
"""
b"""
£#uñÝ\t J‚ŸPå\n
†k¯t
"""
b"ÚèfŽ\x15 §N4€+L$dW>b "
b"Û¨w\t %\x00 A߬†´$£æ¦] "
b"\x01 ÿ§AF\x16 }Öɽ┘░£*¦^ "
b"\x01 ˜õBï{u\x12 º–IM_àNS "
b"¹_ŒÃLöO–‡Ji\x1E •)\x05\x19 "
b"’Û¹&œ÷D;£\x16 |[^ðÁG "
b"}U\h¼)@òŽ('Ók¡Ä\e "
b"\x1A \┤ksYCÓïÙ┴ØÅAÜþ "
b"ÏÚDTF\@\x12 Œ\x1C ZO€rÀG "
b"\x01 šSk•0z~¼îbÊ0µ”\x00 "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.title` ,
`media.translation.title` as `media.title` ,
`media.translation.alt` ,
`media.translation.alt` as `media.alt` ,
`media.translation.customFields` ,
`media.translation.customFields` as `media.customFields`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . `media_id` ,
`media.translation` . `alt` as `media.translation.alt` ,
`media.translation` . `title` as `media.translation.title` ,
`media.translation` . `custom_fields` as `media.translation.customFields`
FROM
`media_translation` `media.translation`
WHERE
`media.translation` . `language_id` = ?
) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id`
LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id`
WHERE
(
(
(
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
)
AND (
`media` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
?
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x019AC596F39677598A1235687D6FDD2C , 0x019A6DB6AAEB7AC89ED69058B13074E9 , 0x7934E8E00344442AA51379F868AD4C73 , 0x13EBBE70A3974685A5BAA085852BD8EF , 0x753D245943C647AB979AC24AD919C7DF , 0x3EA39EAC54DB4B0A8D3ED2E9728536AA , 0xA32375F1DD094A829F50E50A866BAF74 , 0xDAE8668E15A74E34802B4C2464573E62 , 0xDBA87709250041DFAC86B424A3E6A65D , 0x0198F54146167D9990ABD9B09C2ADD5E , 0x0198F542EF7B7512BA96494D5FE04E53 , 0xB95F8CC34CF64F96874A691E95290519 , 0x92DBB9269CF7443BA3167C5B5EF0C147 , 0x7D555C68BC2940F28E2827D36BA1C41B , 0x1A5CB46B735943E08BEBC19D8F419AE7 , 0xCFDA4454465C40128C1C5A4F8072C047 , 0x019A536B95307A7EBCEE62CA30B59400 ));
Copy
65
0.22 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
66
624.86 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((((IFNULL (`product` . `active` , `product.parent` . `active` ) = ? AND NOT (COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) < = > ? ))) AND NOT (`product` . `display_group` < = > ? ) AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 10
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"1 "
"null "
null
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((IFNULL (`product` . `active` , `product.parent` . `active` ) = '1' AND NOT (COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) < = > 'null' ))) AND NOT (`product` . `display_group` < = > NULL ) AND ((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 10 ;
Copy
67
1.91 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"%¯£©\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.32 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
69
0.29 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
70
0.24 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.78 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.78 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.08 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.25 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
75
0.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
76
3.53 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters :
[
"%9725E0% "
]
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE '%9725E0%' ;
Copy
77
44.02 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 :
[
1000175183
]
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 = 1000175183 ORDER BY `group` , sequence_number ASC ;
Copy
78
19.48 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (22675 , 23240 , 23261 , 23495 , 23556 , 23775 , 24133 , 24141 , 24291 , 24292 , 24373 , 24382 , 24495 , 24563 , 24575 , 24630 , 24634 , 24799 , 24801 , 24993 , 24997 , 24998 , 31592 , 31610 , 31617 , 35355 , 35356 , 35357 , 35358 , 35359 , 35360 , 35361 , 35362 , 35363 , 35364 , 35365 , 35366 , 35367 , 35368 , 35369 , 35370 , 35371 , 35372 , 35373 ) ORDER BY number , part_type ASC
SELECT
*
FROM
hobaIT_sparepartfinder_groups
WHERE
id IN (
22675 , 23240 , 23261 , 23495 , 23556 , 23775 ,
24133 , 24141 , 24291 , 24292 , 24373 ,
24382 , 24495 , 24563 , 24575 , 24630 ,
24634 , 24799 , 24801 , 24993 , 24997 ,
24998 , 31592 , 31610 , 31617 , 35355 ,
35356 , 35357 , 35358 , 35359 , 35360 ,
35361 , 35362 , 35363 , 35364 , 35365 ,
35366 , 35367 , 35368 , 35369 , 35370 ,
35371 , 35372 , 35373
)
ORDER BY
number ,
part_type ASC
Copy
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (22675 , 23240 , 23261 , 23495 , 23556 , 23775 , 24133 , 24141 , 24291 , 24292 , 24373 , 24382 , 24495 , 24563 , 24575 , 24630 , 24634 , 24799 , 24801 , 24993 , 24997 , 24998 , 31592 , 31610 , 31617 , 35355 , 35356 , 35357 , 35358 , 35359 , 35360 , 35361 , 35362 , 35363 , 35364 , 35365 , 35366 , 35367 , 35368 , 35369 , 35370 , 35371 , 35372 , 35373 ) ORDER BY number , part_type ASC ;
Copy
79
196.30 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (22675 , 23240 , 23261 , 23495 , 23556 , 23775 , 24133 , 24141 , 24291 , 24292 , 24373 , 24382 , 24495 , 24563 , 24575 , 24630 , 24634 , 24799 , 24801 , 24993 , 24997 , 24998 , 31592 , 31610 , 31617 , 35355 , 35356 , 35357 , 35358 , 35359 , 35360 , 35361 , 35362 , 35363 , 35364 , 35365 , 35366 , 35367 , 35368 , 35369 , 35370 , 35371 , 35372 , 35373 ) AND article_number IN ("58413080044" , "54613318200" , "54613310200" , "50313090000" , "54613309200" , "59013090000" , "54613305200" , "54513214000" , "54613218000" , "58313070000" , "50213025000" , "42013226000" , "42013026000" , "58303080244" , "54603097000" , "54603081000" , "54603090010" , "54603090020" , "54603090030" , "0760253270" , "58303090000" , "58303085100" , "54203083050" , "72003035000" , "53003099000" , "54403135000" , "58303083000" , "54603182044" , "54603015000" , "56503195100" , "0760182442" , "58303084100" , "49103415000" , "54601097000" , "54807004100" , "0770110021" , "54435024001" , "58031005000" , "0603061001" , "0015060163" , "0015060253" , "59007008044" , "58307113250" , "58307013800" , "58307014000" , "31004001100" , "51005067100" , "0125080003" , "0934080003" , "58407011000" , "59007009000" , "58307013750" , "0991050253" , "58607051000" , "58607050044" , "58407040060" , "58607040100" , "58607040150" , "5840805000004" , "5840805100004" , "50308052000" , "0015060203" , "0014060133" , "50235033300" , "58329099000" , "58608099100" , "58605083000" , "58605083100" , "58605083050" , "58605083150" , "58605083070" , "0137060003" , "54605069000" , "54605068000" , "54603048100" , "0015060303" , "50305016000" , "0011480802" , "58605083010" , "58605083060" , "58705078350" , "59005078076" , "0770740015" , "01187A02" , "56503086000" , "56503093000" , "0125100003" , "54310086100" , "58409001644" , "5480901004491" , "54809011000" , "0625069068" , "0760354771" , "54809012000" , "50309071175" , "50309072000" , "58409070000" , "58309073000" , "58209060000" , "59009062023" , "58409161000" , "54809081050" , "58409081000" , "54809082000" , "6899785" , "58611075200" , "59011083000" , "44011076100" , "44011076200" , "44011076305" , "44611207200" , "49111425000" , "50311070000" , "58411050000" , "0014060153" , "50311060100" , "58411045000" , "49111435100" , "54511048000" , "54611448000" , "50311029000" , "13011070060" , "0985040163" , "0084040223" , "0934040003" , "80011034000" , "0016050121" , "56509064100" , "58611046000" , "50311051100" , "57013070100" , "58611055100" , "58611076000" , "58611087060" , "14187A07LS" , "14187A07RS" , "0015080353" , "0015080253" , "0984100706" , "0017060203" , "58301098000" , "58401132100" , "50101033100" , "58401234000" , "50301036000" , "59001038200" , "59001039100" , "56401042000" , "56401040000" , "56401142000" , "0982100003" , "56401041100" , "54201081000" , "54601084100" , "54601184000" , "58201085000" , "54201086000" , "59001092050" , "5900109400030" , "5860300104430" , "5860300204430" , "58303002090" , "42007049000" , "71003007000" , "59001037000" , "58003012000" , "71001012100" , "58307015000" , "58303055000" , "58403013000" , "54630044000" , "49109481052" , "54310086200" , "0912100250" , "58403014000" , "54606004000" , "54606004100" , "55007016001" , "50303089000" , "58403038000" , "59003040250" , "59003041250" , "54803044000" , "54603041000" , "0094032253" , "60003040010" , "60003041010" , "60003044010" , "0985050003" , "58604069000" , "51103053000" , "51103053051" , "0015080303" , "0015080163" , "0910160153" , "0603162220" , "54510052100" , "0984060103" , "58303010000" , "0014060103" , "46811558" , "46811560S" , "46811545S" , "46811222" , "46811263" , "46811261" , "46811262" , "46811205" , "46811221" , "46811050" , "46811268" , "46811259" , "46811078" , "46811027" , "46811499" , "46811500" , "46810365" , "46811045" , "46811044" , "46810325" , "46811540S1" , "46811002" , "46811042" , "46811481" , "46810016" , "46810093" , "46810346" , "46811561" , "46811512" , "46811511" , "46810109" , "46810108" , "46810010" , "46810893" , "36120151" , "91010110" , "91010111" , "91010154" , "46810063" , "46811208" , "50180342S1" , "46811004" , "46811216" , "46811005" , "46810522" , "46810523" , "46810524" , "46810636" , "46810491" , "46810492" , "46810493" , "46810498" , "46810507" , "46810521" , "46810490" , "46810519" , "46810638" , "46811636" , "46811218" , "46810035" , "46811206" , "46180052" , "46811258" , "40540401" , "40540402" , "40540403" , "40540448" , "46180060" , "46810340" , "46811453" , "46810322" , "46811043" , "46810324" , "46811209" , "46811539S" , "46810334" , "46810333" , "46811272S" , "50180095" , "58306001500" , "58606003000" , "58606004000" , "58306102000" , "0015050123" , "58406089000" , "54606010000" , "57005020001" , "56506015100" , "58606016000" , "58706017000" , "58306017050" , "54606019004" , "58006026500" , "55006028000" , "51006027000" , "72210079000" , "58715001000" , "54603014100" , "50230211000" , "58404041000" , "58404041100" , "58404130044" , "0991060553" , "0991060163" , "5461107610030" , "0010050103" , "50203081700" , "59004031000" , "59004033100" , "54603090000" , "58604067000" , "58604068000" , "58307068300" , "58404060000" , "58404060051" , "0015060103" , "58404066000" , "50232050001" , "58404070000" , "0015060353" , "0015060123" , "48600020S" , "48600018" , "48600020S1" , "40540603" , "48600028" , "48600044" , "48600058" , "48600009" , "48600043" , "48600019" , "48600407" , "48600016" , "48600205" , "48600013" , "48600399" , "48600070" , "48600400" , "48600204" , "48600377" , "48600380S" , "48600094" , "48600412" , "48600189" , "48600046" , "48600033" , "48600113" , "48600036" , "48600037" , "48600038" , "48600053" , "91410013S" , "91410014S" , "91410015S" , "91410016S" , "91410017S" , "48600021" , "48600383S" , "48600239" , "48600403" , "48600203" , "35480377" , "43570120" , "48600062" , "48600215" , "48600216" , "40540414" , "40540415" , "40540447" , "48600063" , "48600064" , "48600065" , "48600069" , "48600116" , "48600212" , "48600060" , "48600042" , "40540486" , "48600140" , "48600048" , "48600257S" , "48600238S" , "48600163" , "48600202" , "48600152S1" , "48600061" , "48600047" , "35480320" , "48600152" , "48600190" , "48600049" , "48600051" , "48600034" , "48600004" , "48600141" , "48600401S1" , "T511" , "R14009" , "0991080353" , "58303061000" , "58403070244" , "0625006087" , "0991060203" , "58413048000" , "0797060003" , "13003062000" , "0985080003" , "0933080223" , "58303062000" , "58303068100" , "54634131000" , "54634032100" , "54634031050" , "54513101044" , "54513150000" , "54513038000" , "50213161000" , "54513030044" , "58007017000" , "58007016101" , "306054" , "58605008000" , "58405007400" , "58405058100" , "58405005100" , "5830506504430" , "54305068100" , "0738060181" , "51005067000" , "54603048000" , "58605005000" , "58605051000" , "58605048000" , "59002001000" , "58007016001" , "59002010200" , "50202003000" , "59002091300" , "50202052100" , "58312040200" , "59002047000" , "58602030000" , "59002031000" , "54602031000" , "50302032000" , "59002033000" , "50302034000" , "59002035000" , "50302036200" , "50302037000" , "50302038000" , "50302030150" , "59002044000" , "0965040123" , "58432063000" , "58402094000" , "58410001444" , "58410010144" , "58410011000" , "0625062052" , "0760325272" , "58410017000" , "54610416300" , "58310171201" , "58310071188" , "58410070100" , "58309072000" , "0472052200" , "58310060100" , "59009062019" , "58410061000" , "58310051038" , "58310051042" , "58310151040" , "58310151045" , "58310151048" , "58310151050" , "58310151052" , "50310800118" , "50310366000" , "58310050144" , "54610417300" , "54610459000" , "0625032057" , "54610018000" , "50210086000" , "58410085044" , "50310084000" , "50304040000" , "58414030000" , "50310099000" , "54814069200" , "54814069010" , "58314068000" , "54814069020" , "54814068000" , "55011022100" , "58214069050" , "0471009104" , "0021050003" , "58614060000" , "58214069051" , "31008060000" , "0014060253" , "58011039000" , "58314033100" , "58608003000" , "58011024300" , "58011021300" , "58314052000" , "0084040063" , "58713015000" , "58713020000" , "58713018000" , "58713017000" , "58713030000" , "0912100309" , "58713021000" , "58713019000" , "58413011500" , "5030800100004" , "58608004000" , "50211086000" , "50308053000" , "5030801020004" , "5860801400004" , "58608015000" , "59008019000" , "58408009050" , "0014060203" , "60006001021" , "40006006000" , "58608019000" , "0966050163" , "0125050003" , "58412080000" , "58412080050" , "0021060003" , "0985060003" , "60012081100" , "50211537000" , "49011435000" , "57111038000" , "58414010100" , "59014002000" , "0016040183" , "49011436100" , "0125060003" , "0933060203" , "5841402500030" , "5841402600030" , "58414028000" , "44111015100" , "0797100003" , "58614040044" , "58614040050" , "60014048000" , "58414047000" , "58611076100" , "58713001100" , "58313050100" , "54413015000" , "58713004000" , "58012040050" , "58713002100" , "0965050163" , "58313012000" , "58313009000" , "5840302380030" , "58403026600" , "58203027200" , "0912100303" , "0912100256" , "58403030100" , "58403030000" , "6000207910004" , "6000207910030" , "58303005244" , "50314068050" , "0965040125" , "58412099044" , "54308042000" , "58003012200" , "54814073000" , "58612070044" , "58607046000" , "5810300420030" , "5870304800030" , "58303051000" , "58303050044" , "58303150044" , "54510052200" , "57330057044" , "0625160040" , "0412174012" , "58331001100" , "57331027000" , "57331080000" , "57331055000" , "57331046000" , "57331046050" , "57331035051" , "58331029014" , "57331035000" , "59031035050" , "57331035153" , "59031035052" , "59031023200" , "57331034100" , "57331034200" , "57331034300" , "57331034400" , "57331034500" , "59031029000" , "57331032000" , "59031121000" , "54531623160" , "54531623162" , "54531623165" , "54531623168" , "54531623170" , "54531623172" , "54531623175" , "54531623178" , "54531623180" , "54531623182" , "54531623185" , "54531623188" , "54531623190" , "54531607040" , "54531607042" , "54531607045" , "59031051085" , "57331007100" , "57331037200" , "59031017100" , "57331085000" , "57331009000" , "57331008000" , "57331075000" , "57331020000" , "57331155000" , "57331060000" , "57331011000" , "59031059000" , "57331048000" , "57331098000" , "57331038100" , "57331014000" , "57331062000" , "57331056000" , "57331059000" , "57331159000" , "57331038000" , "57331087000" , "57331084000" , "57331061000" , "59031040200" , "59031040010" , "0912050123" , "57331025000" , "58331077000" , "57331099000" , "58430087000" , "42013037200" , "57530090000" , "58430089000" , "58033026200" , "58033020000" , "52033096000" , "58033037000" , "58033028000" , "58033023200" , "58038022000" , "58033033000" , "54632090000" , "58033021300" , "58033031000" , "56533098000" , "58033022700" , "58033024000" , "56532012000" , "58033090000" , "0760223270" , "58333036044" , "36003014000" , "52033090100" , "58333002100" , "56533010300" , "58333004002" , "58333006004" , "58333008008" , "0405222613" , "56533016300" , "56533015000" , "56533093000" , "58533025000" , "58432001144" , "58432001000" , "58332026000" , "58532000131" , "58532000079" , "58332028000" , "58332112000" , "58332011300" , "58332111300" , "58332002300" , "58332018000" , "0936181505" , "58332003300" , "58532080000" , "58432081000" , "0770116030" , "57332017044" , "58332007000" , "57532013000" , "0625060016" , "0094020163" , "50332070000" , "56532095000" , "50332061044" , "50332062000" , "58632065000" , "0401070003" , "50332066000" , "0912060303" , "0984060163" , "0912060253" , "50329050000" , "56012001000" , "56012001044" , "58329003000" , "58012005025" , "58012009000" , "58429009000" , "51012016000" , "58429031000" , "58012015101" , "58529015102" , "59029021044" , "58012019000" , "6276470" , "59029019000" , "58429059000" , "15112017000" , "15112018000" , "15112018100" , "58429012000" , "309098" , "58429037040" , "58429037043" , "58030080000" , "51012012000" , "54629027000" , "58029026007" , "59030022000" , "31007107001" , "59029034000" , "58329039000" , "59029041000" , "58429048000" , "58335050044" , "0471120010" , "0472280120" , "0760152472" , "54435010000" , "0770047015" , "58035002644" , "56535005300" , "56535003300" , "58335001244" , "0984060203" , "0402025580" , "0770049025" , "58335025350" , "58335099000" , "58335013044" , "0770320020" , "58335017000" , "0770021020" , "0912060453" , "58335008000" , "58035016000" , "58335008200" , "58035034000" , "58035034100" , "58035134000" , "58035134100" , "56535025001" , "58335026000" , "58435025800" , "58335024001" , "10001020000" , "41001052000" , "0770017015" , "0908180153" , "58435045098" , "58435041000" , "58435044000" , "58312085100" , "58435044050" , "0081500181" , "58036014000" , "58336011001" , "58036013000" , "58036001000" , "58036009000" , "58536002044" , "0923080120" , "0912060208" , "58038022100" , "58336018000" , "58336112000" , "58036012000" , "58036096000" , "0625060040" , "58636010044" , "58036097000" , "36003014200" , "58036003144" , "58036005100" , "58036004100" , "58036006100" , "58036007100" , "58036007050" , "0402031780" , "58036008100" , "0417200120" , "58336015000" , "58336016052" , "54211052000" , "58036030000" , "58536031000" , "57336036000" , "58036028000" , "58536029044" , "58036032700" , "58036033000" , "58536060144" , "58536061144" , "58036062600" , "0934070756" , "58036061090" , "58336061090" , "58536056100" , "58036095000" , "0988162202" , "0988162205" , "0988162210" , "58036050100" , "54334015000" , "54334015100" , "54334015200" , "58036059200" , "0770100221" , "58036048000" , "58036049500" , "0912060103" , "5733000004423" , "50130027000" , "51030026100" , "50130010000" , "58033097000" , "58330011000" , "49030090000" , "56530017000" , "0991060166" , "0603082121" , "58530039300" , "0985050103" , "0625618050" , "60030064070" , "49030029000" , "49130450050" , "0603100141" , "5833010124423" , "58530025000" , "58030020100" , "0770191015" , "61030019050" , "59030019000" , "58333041000" , "58630047100" , "58030050700" , "58030021000" , "58038017100" , "58038019100" , "0908120153" , "58538023000" , "58038028000" , "58430099200" , "0015060403" , "0015060553" , "0015060653" , "5833000200023" , "0500050083" , "58639005100" , "50031003000" , "58330002050" , "0912050153" , "0912060203" , "58339004100" , "0770020490" , "58639031100" , "0017050181" , "58439006000" , "58639030000" , "80039030100" , "58030002050" , "80011075300" , "59039093100" , "58439090000" , "0402251980" , "58038007700" , "58038007755" , "0799060000" , "58438001000" , "58538007000" , "54313025000" , "58038005100" , "58530041000" , "58030008700" , "58038234700" , "58338034100" , "58538044000" , "58038334600" , "58038033100" , "58038033000" , "58038130000" , "58038030000" , "0603821220" , "58338045100" , "58334005044" , "56534013100" , "58034010000" , "58034014000" , "58334020000" , "0770125020" , "58033027000" , "58034002300" , "58034004000" , "58034001300" , "58034003000" , "58334024044" , "58034023500" , "58334017000" , "50334018100" , "58334012000" , "58434015044" , "0912060404" , "51006097000" , "58434031044" , "50232050000" , "50233041000" , "56533005300" , "58333113010" , "58333007003" , "58333009005" , "58333011009" , "56533018300" , "0412303914" , "49030023000" , "0760324771" , "0770250021" , "58033029014" , "58033029015" , "58033029016" , "58033029017" , "54633014100" , "58033032200" , "51033031000" , "58333003100" , "5863000500023" , "58630035100" , "58530043000" , "0331100003" , "0402040980" , "58330023000" , "57330018100" , "58530015144" , "56530081000" , "56530081100" , "56530081300" , "0888030050" , "6946005" , "56530123000" , "0760304071" , "0760304772" , "0137120000" , "51030028100" , "58030019000" , "0936200155" , "0760122270" , "58530007300 I" , "58530007300 II" , "58530031144" , "58330833000" , "58430074000" , "5863602010023" , "58530090000" , "58036065100" , "58036152600" , "58036052000" , "58036053000" , "58530036000" , "0912060353" , "49030028000" , "54330043000" , "58036099100" , "0993012000" , "58036026644" , "58036126644" , "0603070122" , "0015060083" , "58336020190" , "58436039100" , "58036140100" , "58036041000" , "58036040100" , "58336024000" , "58436054000" , "58536044000" , "59030061000" , "0912060163" , "51005074000" , "0912070553" , "0912070603" , "0912060653" , "0912060703" , "0910100003" , "0770100020" )
SELECT
*
FROM
hobaIT_sparepartfinder_images
WHERE
group_id IN (
22675 , 23240 , 23261 , 23495 , 23556 , 23775 ,
24133 , 24141 , 24291 , 24292 , 24373 ,
24382 , 24495 , 24563 , 24575 , 24630 ,
24634 , 24799 , 24801 , 24993 , 24997 ,
24998 , 31592 , 31610 , 31617 , 35355 ,
35356 , 35357 , 35358 , 35359 , 35360 ,
35361 , 35362 , 35363 , 35364 , 35365 ,
35366 , 35367 , 35368 , 35369 , 35370 ,
35371 , 35372 , 35373
)
AND article_number IN (
"58413080044" ,
"54613318200" ,
"54613310200" ,
"50313090000" ,
"54613309200" ,
"59013090000" ,
"54613305200" ,
"54513214000" ,
"54613218000" ,
"58313070000" ,
"50213025000" ,
"42013226000" ,
"42013026000" ,
"58303080244" ,
"54603097000" ,
"54603081000" ,
"54603090010" ,
"54603090020" ,
"54603090030" ,
"0760253270" ,
"58303090000" ,
"58303085100" ,
"54203083050" ,
"72003035000" ,
"53003099000" ,
"54403135000" ,
"58303083000" ,
"54603182044" ,
"54603015000" ,
"56503195100" ,
"0760182442" ,
"58303084100" ,
"49103415000" ,
"54601097000" ,
"54807004100" ,
"0770110021" ,
"54435024001" ,
"58031005000" ,
"0603061001" ,
"0015060163" ,
"0015060253" ,
"59007008044" ,
"58307113250" ,
"58307013800" ,
"58307014000" ,
"31004001100" ,
"51005067100" ,
"0125080003" ,
"0934080003" ,
"58407011000" ,
"59007009000" ,
"58307013750" ,
"0991050253" ,
"58607051000" ,
"58607050044" ,
"58407040060" ,
"58607040100" ,
"58607040150" ,
"5840805000004" ,
"5840805100004" ,
"50308052000" ,
"0015060203" ,
"0014060133" ,
"50235033300" ,
"58329099000" ,
"58608099100" ,
"58605083000" ,
"58605083100" ,
"58605083050" ,
"58605083150" ,
"58605083070" ,
"0137060003" ,
"54605069000" ,
"54605068000" ,
"54603048100" ,
"0015060303" ,
"50305016000" ,
"0011480802" ,
"58605083010" ,
"58605083060" ,
"58705078350" ,
"59005078076" ,
"0770740015" ,
"01187A02" ,
"56503086000" ,
"56503093000" ,
"0125100003" ,
"54310086100" ,
"58409001644" ,
"5480901004491" ,
"54809011000" ,
"0625069068" ,
"0760354771" ,
"54809012000" ,
"50309071175" ,
"50309072000" ,
"58409070000" ,
"58309073000" ,
"58209060000" ,
"59009062023" ,
"58409161000" ,
"54809081050" ,
"58409081000" ,
"54809082000" ,
"6899785" ,
"58611075200" ,
"59011083000" ,
"44011076100" ,
"44011076200" ,
"44011076305" ,
"44611207200" ,
"49111425000" ,
"50311070000" ,
"58411050000" ,
"0014060153" ,
"50311060100" ,
"58411045000" ,
"49111435100" ,
"54511048000" ,
"54611448000" ,
"50311029000" ,
"13011070060" ,
"0985040163" ,
"0084040223" ,
"0934040003" ,
"80011034000" ,
"0016050121" ,
"56509064100" ,
"58611046000" ,
"50311051100" ,
"57013070100" ,
"58611055100" ,
"58611076000" ,
"58611087060" ,
"14187A07LS" ,
"14187A07RS" ,
"0015080353" ,
"0015080253" ,
"0984100706" ,
"0017060203" ,
"58301098000" ,
"58401132100" ,
"50101033100" ,
"58401234000" ,
"50301036000" ,
"59001038200" ,
"59001039100" ,
"56401042000" ,
"56401040000" ,
"56401142000" ,
"0982100003" ,
"56401041100" ,
"54201081000" ,
"54601084100" ,
"54601184000" ,
"58201085000" ,
"54201086000" ,
"59001092050" ,
"5900109400030" ,
"5860300104430" ,
"5860300204430" ,
"58303002090" ,
"42007049000" ,
"71003007000" ,
"59001037000" ,
"58003012000" ,
"71001012100" ,
"58307015000" ,
"58303055000" ,
"58403013000" ,
"54630044000" ,
"49109481052" ,
"54310086200" ,
"0912100250" ,
"58403014000" ,
"54606004000" ,
"54606004100" ,
"55007016001" ,
"50303089000" ,
"58403038000" ,
"59003040250" ,
"59003041250" ,
"54803044000" ,
"54603041000" ,
"0094032253" ,
"60003040010" ,
"60003041010" ,
"60003044010" ,
"0985050003" ,
"58604069000" ,
"51103053000" ,
"51103053051" ,
"0015080303" ,
"0015080163" ,
"0910160153" ,
"0603162220" ,
"54510052100" ,
"0984060103" ,
"58303010000" ,
"0014060103" ,
"46811558" ,
"46811560S" ,
"46811545S" ,
"46811222" ,
"46811263" ,
"46811261" ,
"46811262" ,
"46811205" ,
"46811221" ,
"46811050" ,
"46811268" ,
"46811259" ,
"46811078" ,
"46811027" ,
"46811499" ,
"46811500" ,
"46810365" ,
"46811045" ,
"46811044" ,
"46810325" ,
"46811540S1" ,
"46811002" ,
"46811042" ,
"46811481" ,
"46810016" ,
"46810093" ,
"46810346" ,
"46811561" ,
"46811512" ,
"46811511" ,
"46810109" ,
"46810108" ,
"46810010" ,
"46810893" ,
"36120151" ,
"91010110" ,
"91010111" ,
"91010154" ,
"46810063" ,
"46811208" ,
"50180342S1" ,
"46811004" ,
"46811216" ,
"46811005" ,
"46810522" ,
"46810523" ,
"46810524" ,
"46810636" ,
"46810491" ,
"46810492" ,
"46810493" ,
"46810498" ,
"46810507" ,
"46810521" ,
"46810490" ,
"46810519" ,
"46810638" ,
"46811636" ,
"46811218" ,
"46810035" ,
"46811206" ,
"46180052" ,
"46811258" ,
"40540401" ,
"40540402" ,
"40540403" ,
"40540448" ,
"46180060" ,
"46810340" ,
"46811453" ,
"46810322" ,
"46811043" ,
"46810324" ,
"46811209" ,
"46811539S" ,
"46810334" ,
"46810333" ,
"46811272S" ,
"50180095" ,
"58306001500" ,
"58606003000" ,
"58606004000" ,
"58306102000" ,
"0015050123" ,
"58406089000" ,
"54606010000" ,
"57005020001" ,
"56506015100" ,
"58606016000" ,
"58706017000" ,
"58306017050" ,
"54606019004" ,
"58006026500" ,
"55006028000" ,
"51006027000" ,
"72210079000" ,
"58715001000" ,
"54603014100" ,
"50230211000" ,
"58404041000" ,
"58404041100" ,
"58404130044" ,
"0991060553" ,
"0991060163" ,
"5461107610030" ,
"0010050103" ,
"50203081700" ,
"59004031000" ,
"59004033100" ,
"54603090000" ,
"58604067000" ,
"58604068000" ,
"58307068300" ,
"58404060000" ,
"58404060051" ,
"0015060103" ,
"58404066000" ,
"50232050001" ,
"58404070000" ,
"0015060353" ,
"0015060123" ,
"48600020S" ,
"48600018" ,
"48600020S1" ,
"40540603" ,
"48600028" ,
"48600044" ,
"48600058" ,
"48600009" ,
"48600043" ,
"48600019" ,
"48600407" ,
"48600016" ,
"48600205" ,
"48600013" ,
"48600399" ,
"48600070" ,
"48600400" ,
"48600204" ,
"48600377" ,
"48600380S" ,
"48600094" ,
"48600412" ,
"48600189" ,
"48600046" ,
"48600033" ,
"48600113" ,
"48600036" ,
"48600037" ,
"48600038" ,
"48600053" ,
"91410013S" ,
"91410014S" ,
"91410015S" ,
"91410016S" ,
"91410017S" ,
"48600021" ,
"48600383S" ,
"48600239" ,
"48600403" ,
"48600203" ,
"35480377" ,
"43570120" ,
"48600062" ,
"48600215" ,
"48600216" ,
"40540414" ,
"40540415" ,
"40540447" ,
"48600063" ,
"48600064" ,
"48600065" ,
"48600069" ,
"48600116" ,
"48600212" ,
"48600060" ,
"48600042" ,
"40540486" ,
"48600140" ,
"48600048" ,
"48600257S" ,
"48600238S" ,
"48600163" ,
"48600202" ,
"48600152S1" ,
"48600061" ,
"48600047" ,
"35480320" ,
"48600152" ,
"48600190" ,
"48600049" ,
"48600051" ,
"48600034" ,
"48600004" ,
"48600141" ,
"48600401S1" ,
"T511" ,
"R14009" ,
"0991080353" ,
"58303061000" ,
"58403070244" ,
"0625006087" ,
"0991060203" ,
"58413048000" ,
"0797060003" ,
"13003062000" ,
"0985080003" ,
"0933080223" ,
"58303062000" ,
"58303068100" ,
"54634131000" ,
"54634032100" ,
"54634031050" ,
"54513101044" ,
"54513150000" ,
"54513038000" ,
"50213161000" ,
"54513030044" ,
"58007017000" ,
"58007016101" ,
"306054" ,
"58605008000" ,
"58405007400" ,
"58405058100" ,
"58405005100" ,
"5830506504430" ,
"54305068100" ,
"0738060181" ,
"51005067000" ,
"54603048000" ,
"58605005000" ,
"58605051000" ,
"58605048000" ,
"59002001000" ,
"58007016001" ,
"59002010200" ,
"50202003000" ,
"59002091300" ,
"50202052100" ,
"58312040200" ,
"59002047000" ,
"58602030000" ,
"59002031000" ,
"54602031000" ,
"50302032000" ,
"59002033000" ,
"50302034000" ,
"59002035000" ,
"50302036200" ,
"50302037000" ,
"50302038000" ,
"50302030150" ,
"59002044000" ,
"0965040123" ,
"58432063000" ,
"58402094000" ,
"58410001444" ,
"58410010144" ,
"58410011000" ,
"0625062052" ,
"0760325272" ,
"58410017000" ,
"54610416300" ,
"58310171201" ,
"58310071188" ,
"58410070100" ,
"58309072000" ,
"0472052200" ,
"58310060100" ,
"59009062019" ,
"58410061000" ,
"58310051038" ,
"58310051042" ,
"58310151040" ,
"58310151045" ,
"58310151048" ,
"58310151050" ,
"58310151052" ,
"50310800118" ,
"50310366000" ,
"58310050144" ,
"54610417300" ,
"54610459000" ,
"0625032057" ,
"54610018000" ,
"50210086000" ,
"58410085044" ,
"50310084000" ,
"50304040000" ,
"58414030000" ,
"50310099000" ,
"54814069200" ,
"54814069010" ,
"58314068000" ,
"54814069020" ,
"54814068000" ,
"55011022100" ,
"58214069050" ,
"0471009104" ,
"0021050003" ,
"58614060000" ,
"58214069051" ,
"31008060000" ,
"0014060253" ,
"58011039000" ,
"58314033100" ,
"58608003000" ,
"58011024300" ,
"58011021300" ,
"58314052000" ,
"0084040063" ,
"58713015000" ,
"58713020000" ,
"58713018000" ,
"58713017000" ,
"58713030000" ,
"0912100309" ,
"58713021000" ,
"58713019000" ,
"58413011500" ,
"5030800100004" ,
"58608004000" ,
"50211086000" ,
"50308053000" ,
"5030801020004" ,
"5860801400004" ,
"58608015000" ,
"59008019000" ,
"58408009050" ,
"0014060203" ,
"60006001021" ,
"40006006000" ,
"58608019000" ,
"0966050163" ,
"0125050003" ,
"58412080000" ,
"58412080050" ,
"0021060003" ,
"0985060003" ,
"60012081100" ,
"50211537000" ,
"49011435000" ,
"57111038000" ,
"58414010100" ,
"59014002000" ,
"0016040183" ,
"49011436100" ,
"0125060003" ,
"0933060203" ,
"5841402500030" ,
"5841402600030" ,
"58414028000" ,
"44111015100" ,
"0797100003" ,
"58614040044" ,
"58614040050" ,
"60014048000" ,
"58414047000" ,
"58611076100" ,
"58713001100" ,
"58313050100" ,
"54413015000" ,
"58713004000" ,
"58012040050" ,
"58713002100" ,
"0965050163" ,
"58313012000" ,
"58313009000" ,
"5840302380030" ,
"58403026600" ,
"58203027200" ,
"0912100303" ,
"0912100256" ,
"58403030100" ,
"58403030000" ,
"6000207910004" ,
"6000207910030" ,
"58303005244" ,
"50314068050" ,
"0965040125" ,
"58412099044" ,
"54308042000" ,
"58003012200" ,
"54814073000" ,
"58612070044" ,
"58607046000" ,
"5810300420030" ,
"5870304800030" ,
"58303051000" ,
"58303050044" ,
"58303150044" ,
"54510052200" ,
"57330057044" ,
"0625160040" ,
"0412174012" ,
"58331001100" ,
"57331027000" ,
"57331080000" ,
"57331055000" ,
"57331046000" ,
"57331046050" ,
"57331035051" ,
"58331029014" ,
"57331035000" ,
"59031035050" ,
"57331035153" ,
"59031035052" ,
"59031023200" ,
"57331034100" ,
"57331034200" ,
"57331034300" ,
"57331034400" ,
"57331034500" ,
"59031029000" ,
"57331032000" ,
"59031121000" ,
"54531623160" ,
"54531623162" ,
"54531623165" ,
"54531623168" ,
"54531623170" ,
"54531623172" ,
"54531623175" ,
"54531623178" ,
"54531623180" ,
"54531623182" ,
"54531623185" ,
"54531623188" ,
"54531623190" ,
"54531607040" ,
"54531607042" ,
"54531607045" ,
"59031051085" ,
"57331007100" ,
"57331037200" ,
"59031017100" ,
"57331085000" ,
"57331009000" ,
"57331008000" ,
"57331075000" ,
"57331020000" ,
"57331155000" ,
"57331060000" ,
"57331011000" ,
"59031059000" ,
"57331048000" ,
"57331098000" ,
"57331038100" ,
"57331014000" ,
"57331062000" ,
"57331056000" ,
"57331059000" ,
"57331159000" ,
"57331038000" ,
"57331087000" ,
"57331084000" ,
"57331061000" ,
"59031040200" ,
"59031040010" ,
"0912050123" ,
"57331025000" ,
"58331077000" ,
"57331099000" ,
"58430087000" ,
"42013037200" ,
"57530090000" ,
"58430089000" ,
"58033026200" ,
"58033020000" ,
"52033096000" ,
"58033037000" ,
"58033028000" ,
"58033023200" ,
"58038022000" ,
"58033033000" ,
"54632090000" ,
"58033021300" ,
"58033031000" ,
"56533098000" ,
"58033022700" ,
"58033024000" ,
"56532012000" ,
"58033090000" ,
"0760223270" ,
"58333036044" ,
"36003014000" ,
"52033090100" ,
"58333002100" ,
"56533010300" ,
"58333004002" ,
"58333006004" ,
"58333008008" ,
"0405222613" ,
"56533016300" ,
"56533015000" ,
"56533093000" ,
"58533025000" ,
"58432001144" ,
"58432001000" ,
"58332026000" ,
"58532000131" ,
"58532000079" ,
"58332028000" ,
"58332112000" ,
"58332011300" ,
"58332111300" ,
"58332002300" ,
"58332018000" ,
"0936181505" ,
"58332003300" ,
"58532080000" ,
"58432081000" ,
"0770116030" ,
"57332017044" ,
"58332007000" ,
"57532013000" ,
"0625060016" ,
"0094020163" ,
"50332070000" ,
"56532095000" ,
"50332061044" ,
"50332062000" ,
"58632065000" ,
"0401070003" ,
"50332066000" ,
"0912060303" ,
"0984060163" ,
"0912060253" ,
"50329050000" ,
"56012001000" ,
"56012001044" ,
"58329003000" ,
"58012005025" ,
"58012009000" ,
"58429009000" ,
"51012016000" ,
"58429031000" ,
"58012015101" ,
"58529015102" ,
"59029021044" ,
"58012019000" ,
"6276470" ,
"59029019000" ,
"58429059000" ,
"15112017000" ,
"15112018000" ,
"15112018100" ,
"58429012000" ,
"309098" ,
"58429037040" ,
"58429037043" ,
"58030080000" ,
"51012012000" ,
"54629027000" ,
"58029026007" ,
"59030022000" ,
"31007107001" ,
"59029034000" ,
"58329039000" ,
"59029041000" ,
"58429048000" ,
"58335050044" ,
"0471120010" ,
"0472280120" ,
"0760152472" ,
"54435010000" ,
"0770047015" ,
"58035002644" ,
"56535005300" ,
"56535003300" ,
"58335001244" ,
"0984060203" ,
"0402025580" ,
"0770049025" ,
"58335025350" ,
"58335099000" ,
"58335013044" ,
"0770320020" ,
"58335017000" ,
"0770021020" ,
"0912060453" ,
"58335008000" ,
"58035016000" ,
"58335008200" ,
"58035034000" ,
"58035034100" ,
"58035134000" ,
"58035134100" ,
"56535025001" ,
"58335026000" ,
"58435025800" ,
"58335024001" ,
"10001020000" ,
"41001052000" ,
"0770017015" ,
"0908180153" ,
"58435045098" ,
"58435041000" ,
"58435044000" ,
"58312085100" ,
"58435044050" ,
"0081500181" ,
"58036014000" ,
"58336011001" ,
"58036013000" ,
"58036001000" ,
"58036009000" ,
"58536002044" ,
"0923080120" ,
"0912060208" ,
"58038022100" ,
"58336018000" ,
"58336112000" ,
"58036012000" ,
"58036096000" ,
"0625060040" ,
"58636010044" ,
"58036097000" ,
"36003014200" ,
"58036003144" ,
"58036005100" ,
"58036004100" ,
"58036006100" ,
"58036007100" ,
"58036007050" ,
"0402031780" ,
"58036008100" ,
"0417200120" ,
"58336015000" ,
"58336016052" ,
"54211052000" ,
"58036030000" ,
"58536031000" ,
"57336036000" ,
"58036028000" ,
"58536029044" ,
"58036032700" ,
"58036033000" ,
"58536060144" ,
"58536061144" ,
"58036062600" ,
"0934070756" ,
"58036061090" ,
"58336061090" ,
"58536056100" ,
"58036095000" ,
"0988162202" ,
"0988162205" ,
"0988162210" ,
"58036050100" ,
"54334015000" ,
"54334015100" ,
"54334015200" ,
"58036059200" ,
"0770100221" ,
"58036048000" ,
"58036049500" ,
"0912060103" ,
"5733000004423" ,
"50130027000" ,
"51030026100" ,
"50130010000" ,
"58033097000" ,
"58330011000" ,
"49030090000" ,
"56530017000" ,
"0991060166" ,
"0603082121" ,
"58530039300" ,
"0985050103" ,
"0625618050" ,
"60030064070" ,
"49030029000" ,
"49130450050" ,
"0603100141" ,
"5833010124423" ,
"58530025000" ,
"58030020100" ,
"0770191015" ,
"61030019050" ,
"59030019000" ,
"58333041000" ,
"58630047100" ,
"58030050700" ,
"58030021000" ,
"58038017100" ,
"58038019100" ,
"0908120153" ,
"58538023000" ,
"58038028000" ,
"58430099200" ,
"0015060403" ,
"0015060553" ,
"0015060653" ,
"5833000200023" ,
"0500050083" ,
"58639005100" ,
"50031003000" ,
"58330002050" ,
"0912050153" ,
"0912060203" ,
"58339004100" ,
"0770020490" ,
"58639031100" ,
"0017050181" ,
"58439006000" ,
"58639030000" ,
"80039030100" ,
"58030002050" ,
"80011075300" ,
"59039093100" ,
"58439090000" ,
"0402251980" ,
"58038007700" ,
"58038007755" ,
"0799060000" ,
"58438001000" ,
"58538007000" ,
"54313025000" ,
"58038005100" ,
"58530041000" ,
"58030008700" ,
"58038234700" ,
"58338034100" ,
"58538044000" ,
"58038334600" ,
"58038033100" ,
"58038033000" ,
"58038130000" ,
"58038030000" ,
"0603821220" ,
"58338045100" ,
"58334005044" ,
"56534013100" ,
"58034010000" ,
"58034014000" ,
"58334020000" ,
"0770125020" ,
"58033027000" ,
"58034002300" ,
"58034004000" ,
"58034001300" ,
"58034003000" ,
"58334024044" ,
"58034023500" ,
"58334017000" ,
"50334018100" ,
"58334012000" ,
"58434015044" ,
"0912060404" ,
"51006097000" ,
"58434031044" ,
"50232050000" ,
"50233041000" ,
"56533005300" ,
"58333113010" ,
"58333007003" ,
"58333009005" ,
"58333011009" ,
"56533018300" ,
"0412303914" ,
"49030023000" ,
"0760324771" ,
"0770250021" ,
"58033029014" ,
"58033029015" ,
"58033029016" ,
"58033029017" ,
"54633014100" ,
"58033032200" ,
"51033031000" ,
"58333003100" ,
"5863000500023" ,
"58630035100" ,
"58530043000" ,
"0331100003" ,
"0402040980" ,
"58330023000" ,
"57330018100" ,
"58530015144" ,
"56530081000" ,
"56530081100" ,
"56530081300" ,
"0888030050" ,
"6946005" ,
"56530123000" ,
"0760304071" ,
"0760304772" ,
"0137120000" ,
"51030028100" ,
"58030019000" ,
"0936200155" ,
"0760122270" ,
"58530007300 I" ,
"58530007300 II" ,
"58530031144" ,
"58330833000" ,
"58430074000" ,
"5863602010023" ,
"58530090000" ,
"58036065100" ,
"58036152600" ,
"58036052000" ,
"58036053000" ,
"58530036000" ,
"0912060353" ,
"49030028000" ,
"54330043000" ,
"58036099100" ,
"0993012000" ,
"58036026644" ,
"58036126644" ,
"0603070122" ,
"0015060083" ,
"58336020190" ,
"58436039100" ,
"58036140100" ,
"58036041000" ,
"58036040100" ,
"58336024000" ,
"58436054000" ,
"58536044000" ,
"59030061000" ,
"0912060163" ,
"51005074000" ,
"0912070553" ,
"0912070603" ,
"0912060653" ,
"0912060703" ,
"0910100003" ,
"0770100020"
)
Copy
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (22675 , 23240 , 23261 , 23495 , 23556 , 23775 , 24133 , 24141 , 24291 , 24292 , 24373 , 24382 , 24495 , 24563 , 24575 , 24630 , 24634 , 24799 , 24801 , 24993 , 24997 , 24998 , 31592 , 31610 , 31617 , 35355 , 35356 , 35357 , 35358 , 35359 , 35360 , 35361 , 35362 , 35363 , 35364 , 35365 , 35366 , 35367 , 35368 , 35369 , 35370 , 35371 , 35372 , 35373 ) AND article_number IN ("58413080044" , "54613318200" , "54613310200" , "50313090000" , "54613309200" , "59013090000" , "54613305200" , "54513214000" , "54613218000" , "58313070000" , "50213025000" , "42013226000" , "42013026000" , "58303080244" , "54603097000" , "54603081000" , "54603090010" , "54603090020" , "54603090030" , "0760253270" , "58303090000" , "58303085100" , "54203083050" , "72003035000" , "53003099000" , "54403135000" , "58303083000" , "54603182044" , "54603015000" , "56503195100" , "0760182442" , "58303084100" , "49103415000" , "54601097000" , "54807004100" , "0770110021" , "54435024001" , "58031005000" , "0603061001" , "0015060163" , "0015060253" , "59007008044" , "58307113250" , "58307013800" , "58307014000" , "31004001100" , "51005067100" , "0125080003" , "0934080003" , "58407011000" , "59007009000" , "58307013750" , "0991050253" , "58607051000" , "58607050044" , "58407040060" , "58607040100" , "58607040150" , "5840805000004" , "5840805100004" , "50308052000" , "0015060203" , "0014060133" , "50235033300" , "58329099000" , "58608099100" , "58605083000" , "58605083100" , "58605083050" , "58605083150" , "58605083070" , "0137060003" , "54605069000" , "54605068000" , "54603048100" , "0015060303" , "50305016000" , "0011480802" , "58605083010" , "58605083060" , "58705078350" , "59005078076" , "0770740015" , "01187A02" , "56503086000" , "56503093000" , "0125100003" , "54310086100" , "58409001644" , "5480901004491" , "54809011000" , "0625069068" , "0760354771" , "54809012000" , "50309071175" , "50309072000" , "58409070000" , "58309073000" , "58209060000" , "59009062023" , "58409161000" , "54809081050" , "58409081000" , "54809082000" , "6899785" , "58611075200" , "59011083000" , "44011076100" , "44011076200" , "44011076305" , "44611207200" , "49111425000" , "50311070000" , "58411050000" , "0014060153" , "50311060100" , "58411045000" , "49111435100" , "54511048000" , "54611448000" , "50311029000" , "13011070060" , "0985040163" , "0084040223" , "0934040003" , "80011034000" , "0016050121" , "56509064100" , "58611046000" , "50311051100" , "57013070100" , "58611055100" , "58611076000" , "58611087060" , "14187A07LS" , "14187A07RS" , "0015080353" , "0015080253" , "0984100706" , "0017060203" , "58301098000" , "58401132100" , "50101033100" , "58401234000" , "50301036000" , "59001038200" , "59001039100" , "56401042000" , "56401040000" , "56401142000" , "0982100003" , "56401041100" , "54201081000" , "54601084100" , "54601184000" , "58201085000" , "54201086000" , "59001092050" , "5900109400030" , "5860300104430" , "5860300204430" , "58303002090" , "42007049000" , "71003007000" , "59001037000" , "58003012000" , "71001012100" , "58307015000" , "58303055000" , "58403013000" , "54630044000" , "49109481052" , "54310086200" , "0912100250" , "58403014000" , "54606004000" , "54606004100" , "55007016001" , "50303089000" , "58403038000" , "59003040250" , "59003041250" , "54803044000" , "54603041000" , "0094032253" , "60003040010" , "60003041010" , "60003044010" , "0985050003" , "58604069000" , "51103053000" , "51103053051" , "0015080303" , "0015080163" , "0910160153" , "0603162220" , "54510052100" , "0984060103" , "58303010000" , "0014060103" , "46811558" , "46811560S" , "46811545S" , "46811222" , "46811263" , "46811261" , "46811262" , "46811205" , "46811221" , "46811050" , "46811268" , "46811259" , "46811078" , "46811027" , "46811499" , "46811500" , "46810365" , "46811045" , "46811044" , "46810325" , "46811540S1" , "46811002" , "46811042" , "46811481" , "46810016" , "46810093" , "46810346" , "46811561" , "46811512" , "46811511" , "46810109" , "46810108" , "46810010" , "46810893" , "36120151" , "91010110" , "91010111" , "91010154" , "46810063" , "46811208" , "50180342S1" , "46811004" , "46811216" , "46811005" , "46810522" , "46810523" , "46810524" , "46810636" , "46810491" , "46810492" , "46810493" , "46810498" , "46810507" , "46810521" , "46810490" , "46810519" , "46810638" , "46811636" , "46811218" , "46810035" , "46811206" , "46180052" , "46811258" , "40540401" , "40540402" , "40540403" , "40540448" , "46180060" , "46810340" , "46811453" , "46810322" , "46811043" , "46810324" , "46811209" , "46811539S" , "46810334" , "46810333" , "46811272S" , "50180095" , "58306001500" , "58606003000" , "58606004000" , "58306102000" , "0015050123" , "58406089000" , "54606010000" , "57005020001" , "56506015100" , "58606016000" , "58706017000" , "58306017050" , "54606019004" , "58006026500" , "55006028000" , "51006027000" , "72210079000" , "58715001000" , "54603014100" , "50230211000" , "58404041000" , "58404041100" , "58404130044" , "0991060553" , "0991060163" , "5461107610030" , "0010050103" , "50203081700" , "59004031000" , "59004033100" , "54603090000" , "58604067000" , "58604068000" , "58307068300" , "58404060000" , "58404060051" , "0015060103" , "58404066000" , "50232050001" , "58404070000" , "0015060353" , "0015060123" , "48600020S" , "48600018" , "48600020S1" , "40540603" , "48600028" , "48600044" , "48600058" , "48600009" , "48600043" , "48600019" , "48600407" , "48600016" , "48600205" , "48600013" , "48600399" , "48600070" , "48600400" , "48600204" , "48600377" , "48600380S" , "48600094" , "48600412" , "48600189" , "48600046" , "48600033" , "48600113" , "48600036" , "48600037" , "48600038" , "48600053" , "91410013S" , "91410014S" , "91410015S" , "91410016S" , "91410017S" , "48600021" , "48600383S" , "48600239" , "48600403" , "48600203" , "35480377" , "43570120" , "48600062" , "48600215" , "48600216" , "40540414" , "40540415" , "40540447" , "48600063" , "48600064" , "48600065" , "48600069" , "48600116" , "48600212" , "48600060" , "48600042" , "40540486" , "48600140" , "48600048" , "48600257S" , "48600238S" , "48600163" , "48600202" , "48600152S1" , "48600061" , "48600047" , "35480320" , "48600152" , "48600190" , "48600049" , "48600051" , "48600034" , "48600004" , "48600141" , "48600401S1" , "T511" , "R14009" , "0991080353" , "58303061000" , "58403070244" , "0625006087" , "0991060203" , "58413048000" , "0797060003" , "13003062000" , "0985080003" , "0933080223" , "58303062000" , "58303068100" , "54634131000" , "54634032100" , "54634031050" , "54513101044" , "54513150000" , "54513038000" , "50213161000" , "54513030044" , "58007017000" , "58007016101" , "306054" , "58605008000" , "58405007400" , "58405058100" , "58405005100" , "5830506504430" , "54305068100" , "0738060181" , "51005067000" , "54603048000" , "58605005000" , "58605051000" , "58605048000" , "59002001000" , "58007016001" , "59002010200" , "50202003000" , "59002091300" , "50202052100" , "58312040200" , "59002047000" , "58602030000" , "59002031000" , "54602031000" , "50302032000" , "59002033000" , "50302034000" , "59002035000" , "50302036200" , "50302037000" , "50302038000" , "50302030150" , "59002044000" , "0965040123" , "58432063000" , "58402094000" , "58410001444" , "58410010144" , "58410011000" , "0625062052" , "0760325272" , "58410017000" , "54610416300" , "58310171201" , "58310071188" , "58410070100" , "58309072000" , "0472052200" , "58310060100" , "59009062019" , "58410061000" , "58310051038" , "58310051042" , "58310151040" , "58310151045" , "58310151048" , "58310151050" , "58310151052" , "50310800118" , "50310366000" , "58310050144" , "54610417300" , "54610459000" , "0625032057" , "54610018000" , "50210086000" , "58410085044" , "50310084000" , "50304040000" , "58414030000" , "50310099000" , "54814069200" , "54814069010" , "58314068000" , "54814069020" , "54814068000" , "55011022100" , "58214069050" , "0471009104" , "0021050003" , "58614060000" , "58214069051" , "31008060000" , "0014060253" , "58011039000" , "58314033100" , "58608003000" , "58011024300" , "58011021300" , "58314052000" , "0084040063" , "58713015000" , "58713020000" , "58713018000" , "58713017000" , "58713030000" , "0912100309" , "58713021000" , "58713019000" , "58413011500" , "5030800100004" , "58608004000" , "50211086000" , "50308053000" , "5030801020004" , "5860801400004" , "58608015000" , "59008019000" , "58408009050" , "0014060203" , "60006001021" , "40006006000" , "58608019000" , "0966050163" , "0125050003" , "58412080000" , "58412080050" , "0021060003" , "0985060003" , "60012081100" , "50211537000" , "49011435000" , "57111038000" , "58414010100" , "59014002000" , "0016040183" , "49011436100" , "0125060003" , "0933060203" , "5841402500030" , "5841402600030" , "58414028000" , "44111015100" , "0797100003" , "58614040044" , "58614040050" , "60014048000" , "58414047000" , "58611076100" , "58713001100" , "58313050100" , "54413015000" , "58713004000" , "58012040050" , "58713002100" , "0965050163" , "58313012000" , "58313009000" , "5840302380030" , "58403026600" , "58203027200" , "0912100303" , "0912100256" , "58403030100" , "58403030000" , "6000207910004" , "6000207910030" , "58303005244" , "50314068050" , "0965040125" , "58412099044" , "54308042000" , "58003012200" , "54814073000" , "58612070044" , "58607046000" , "5810300420030" , "5870304800030" , "58303051000" , "58303050044" , "58303150044" , "54510052200" , "57330057044" , "0625160040" , "0412174012" , "58331001100" , "57331027000" , "57331080000" , "57331055000" , "57331046000" , "57331046050" , "57331035051" , "58331029014" , "57331035000" , "59031035050" , "57331035153" , "59031035052" , "59031023200" , "57331034100" , "57331034200" , "57331034300" , "57331034400" , "57331034500" , "59031029000" , "57331032000" , "59031121000" , "54531623160" , "54531623162" , "54531623165" , "54531623168" , "54531623170" , "54531623172" , "54531623175" , "54531623178" , "54531623180" , "54531623182" , "54531623185" , "54531623188" , "54531623190" , "54531607040" , "54531607042" , "54531607045" , "59031051085" , "57331007100" , "57331037200" , "59031017100" , "57331085000" , "57331009000" , "57331008000" , "57331075000" , "57331020000" , "57331155000" , "57331060000" , "57331011000" , "59031059000" , "57331048000" , "57331098000" , "57331038100" , "57331014000" , "57331062000" , "57331056000" , "57331059000" , "57331159000" , "57331038000" , "57331087000" , "57331084000" , "57331061000" , "59031040200" , "59031040010" , "0912050123" , "57331025000" , "58331077000" , "57331099000" , "58430087000" , "42013037200" , "57530090000" , "58430089000" , "58033026200" , "58033020000" , "52033096000" , "58033037000" , "58033028000" , "58033023200" , "58038022000" , "58033033000" , "54632090000" , "58033021300" , "58033031000" , "56533098000" , "58033022700" , "58033024000" , "56532012000" , "58033090000" , "0760223270" , "58333036044" , "36003014000" , "52033090100" , "58333002100" , "56533010300" , "58333004002" , "58333006004" , "58333008008" , "0405222613" , "56533016300" , "56533015000" , "56533093000" , "58533025000" , "58432001144" , "58432001000" , "58332026000" , "58532000131" , "58532000079" , "58332028000" , "58332112000" , "58332011300" , "58332111300" , "58332002300" , "58332018000" , "0936181505" , "58332003300" , "58532080000" , "58432081000" , "0770116030" , "57332017044" , "58332007000" , "57532013000" , "0625060016" , "0094020163" , "50332070000" , "56532095000" , "50332061044" , "50332062000" , "58632065000" , "0401070003" , "50332066000" , "0912060303" , "0984060163" , "0912060253" , "50329050000" , "56012001000" , "56012001044" , "58329003000" , "58012005025" , "58012009000" , "58429009000" , "51012016000" , "58429031000" , "58012015101" , "58529015102" , "59029021044" , "58012019000" , "6276470" , "59029019000" , "58429059000" , "15112017000" , "15112018000" , "15112018100" , "58429012000" , "309098" , "58429037040" , "58429037043" , "58030080000" , "51012012000" , "54629027000" , "58029026007" , "59030022000" , "31007107001" , "59029034000" , "58329039000" , "59029041000" , "58429048000" , "58335050044" , "0471120010" , "0472280120" , "0760152472" , "54435010000" , "0770047015" , "58035002644" , "56535005300" , "56535003300" , "58335001244" , "0984060203" , "0402025580" , "0770049025" , "58335025350" , "58335099000" , "58335013044" , "0770320020" , "58335017000" , "0770021020" , "0912060453" , "58335008000" , "58035016000" , "58335008200" , "58035034000" , "58035034100" , "58035134000" , "58035134100" , "56535025001" , "58335026000" , "58435025800" , "58335024001" , "10001020000" , "41001052000" , "0770017015" , "0908180153" , "58435045098" , "58435041000" , "58435044000" , "58312085100" , "58435044050" , "0081500181" , "58036014000" , "58336011001" , "58036013000" , "58036001000" , "58036009000" , "58536002044" , "0923080120" , "0912060208" , "58038022100" , "58336018000" , "58336112000" , "58036012000" , "58036096000" , "0625060040" , "58636010044" , "58036097000" , "36003014200" , "58036003144" , "58036005100" , "58036004100" , "58036006100" , "58036007100" , "58036007050" , "0402031780" , "58036008100" , "0417200120" , "58336015000" , "58336016052" , "54211052000" , "58036030000" , "58536031000" , "57336036000" , "58036028000" , "58536029044" , "58036032700" , "58036033000" , "58536060144" , "58536061144" , "58036062600" , "0934070756" , "58036061090" , "58336061090" , "58536056100" , "58036095000" , "0988162202" , "0988162205" , "0988162210" , "58036050100" , "54334015000" , "54334015100" , "54334015200" , "58036059200" , "0770100221" , "58036048000" , "58036049500" , "0912060103" , "5733000004423" , "50130027000" , "51030026100" , "50130010000" , "58033097000" , "58330011000" , "49030090000" , "56530017000" , "0991060166" , "0603082121" , "58530039300" , "0985050103" , "0625618050" , "60030064070" , "49030029000" , "49130450050" , "0603100141" , "5833010124423" , "58530025000" , "58030020100" , "0770191015" , "61030019050" , "59030019000" , "58333041000" , "58630047100" , "58030050700" , "58030021000" , "58038017100" , "58038019100" , "0908120153" , "58538023000" , "58038028000" , "58430099200" , "0015060403" , "0015060553" , "0015060653" , "5833000200023" , "0500050083" , "58639005100" , "50031003000" , "58330002050" , "0912050153" , "0912060203" , "58339004100" , "0770020490" , "58639031100" , "0017050181" , "58439006000" , "58639030000" , "80039030100" , "58030002050" , "80011075300" , "59039093100" , "58439090000" , "0402251980" , "58038007700" , "58038007755" , "0799060000" , "58438001000" , "58538007000" , "54313025000" , "58038005100" , "58530041000" , "58030008700" , "58038234700" , "58338034100" , "58538044000" , "58038334600" , "58038033100" , "58038033000" , "58038130000" , "58038030000" , "0603821220" , "58338045100" , "58334005044" , "56534013100" , "58034010000" , "58034014000" , "58334020000" , "0770125020" , "58033027000" , "58034002300" , "58034004000" , "58034001300" , "58034003000" , "58334024044" , "58034023500" , "58334017000" , "50334018100" , "58334012000" , "58434015044" , "0912060404" , "51006097000" , "58434031044" , "50232050000" , "50233041000" , "56533005300" , "58333113010" , "58333007003" , "58333009005" , "58333011009" , "56533018300" , "0412303914" , "49030023000" , "0760324771" , "0770250021" , "58033029014" , "58033029015" , "58033029016" , "58033029017" , "54633014100" , "58033032200" , "51033031000" , "58333003100" , "5863000500023" , "58630035100" , "58530043000" , "0331100003" , "0402040980" , "58330023000" , "57330018100" , "58530015144" , "56530081000" , "56530081100" , "56530081300" , "0888030050" , "6946005" , "56530123000" , "0760304071" , "0760304772" , "0137120000" , "51030028100" , "58030019000" , "0936200155" , "0760122270" , "58530007300 I" , "58530007300 II" , "58530031144" , "58330833000" , "58430074000" , "5863602010023" , "58530090000" , "58036065100" , "58036152600" , "58036052000" , "58036053000" , "58530036000" , "0912060353" , "49030028000" , "54330043000" , "58036099100" , "0993012000" , "58036026644" , "58036126644" , "0603070122" , "0015060083" , "58336020190" , "58436039100" , "58036140100" , "58036041000" , "58036040100" , "58336024000" , "58436054000" , "58536044000" , "59030061000" , "0912060163" , "51005074000" , "0912070553" , "0912070603" , "0912060653" , "0912060703" , "0910100003" , "0770100020" );
Copy
80
0.30 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = ?
Parameters :
[
1000175183
]
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = 1000175183 ;
Copy
81
0.26 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 :
[
"1000175183 "
]
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 = '1000175183' ;
Copy
82
12.12 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"åšc‹Ÿ!C2«!å;‡Çmª "
b"\x12 oÌvýêNÞ¢8MØÏE\x00 ‰ "
b"JhÎm$üDŒ¯½¤p\x1A ØúÚ "
b"q\x07 "¦º]C\x10 ¿Ìä¼€Ð]º "
b"┌fîÔ╩JEɃ(%Ò┐é1Ö "
b"¬\x11 bµ(ê@gƒ—\x15\x11\x08 nÿ/ "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"_\x15 §║ÿJA╣ü8O╦║#®â "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b"v)c\r ‚\x0F Fà¢Î\r ù)JUê "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"ê^Ð …CFW¸FFâ]\x0E ¤G "
b"Bߢ$¹»F² Ò¥´Š2a "
b"¤tC¤ÛìI‹§\x0E 5ÔÑÎQù "
b"Ò<\x01 7É┬Inélm╝s°î¡ "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"\e À\x16 45{G\x10 ¼é\x17 ÿý:ËÌ "
b"\f ôƒ\x01 ØODW│I┤ð±2W║ "
b"Dä6\t >~Ns”óÀt—*Zz "
b"ÞP\x10 █±ÞH.ó4¦╗ÙÉ@¤ "
b"ܼâW\v ÍB~›\x15 Ö\v ëpÂ\x06 "
b"çZ‗ƒV8A½░╗¦íçÅ\x1C í "
b"g,ïV┴&BbºêÎOÍ\x19 Ø\x15 "
b"MÊ™æ¹Gá½üŒjÿ\x1F öà "
b"M¼G™Þ\x1A H\x1C †\x12\x15 )\x14 ú0 "
b"ÖÃ\r \x08 V¾LgìÉK\x18 çlú┬ "
b"–±ªÕ”ÕD\x01 ŒñU\x16 ¯‹m "
b"åí¯¡╝yB═ü]É}&}d3 "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"[Ð<^xxJ$¼7Q'3³\e i "
b"y┴┤B7¦JÚº╔¯\x13 ÉüR╚ "
b"\x1D ÒÓóŠËCž“ó_eù·Ùt "
b"Îzê¾kåEdŠÊ\x17 #Ð[£\x06 "
b"""
Ê\x1E „"ù~@\n
¿>,˜gÚÍ\x12
"""
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"&ù)¦ÞÕKƒ™Dk¤ª+\x1A Ï "
b"G^ˆ8]dFBŒ\x02 ¯^³ªÐ† "
b"L¿–§\x08\x08 L°ƒ\x0F\x1E \x12 ô®a "
b"ëÕX\x11 v§CØ¢Ú\▓´ßë² "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"øx\x07 Û\x02 õLÃúaÈÉKÒ4å "
b"""
¾¡\n
«m”DË¡÷à´À&Q\t
"""
b"Jp6n=ôO[¯\x05 ö£\x0E\x10 àé "
b"\x05 <e7+\x18 C\x19 ‚”½2rÅœ\x18 "
b"ü¾¾\x18 ╠ƒN║¢¿\6P \x1F V "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"õÊ\x12 ôviMî¦ó‰g\x00 „\n \x10 "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b"I†±ÁÈ\x08 O蜬œ”J‡Þ\x19 "
b"\x1A MB\x04\x1C DC#ªOwô\x15 vÄ\x02 "
b"╬¹\x1E `ÊDHÞüÀ¿»*³R\x08 "
b"Ü.pê6vEhŒ\v ÅÄ\x1D Ö]¡ "
b"?sÞÂÔ║A┘║\x14 Ô\x1A Ù\e Å■ "
b"\x0E ®}ï:tLN½Š‰c\t ·|' "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"Ÿ˜Ò“p\v J\x10 ±ž¬2\x00\x1F N‡ "
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"\x1F =˘ë˜JÍ¢«„cXd·] "
b"─Æ@\x1D õ\x12 J-¼‗¶ØÂ=1╩ "
b"iÀ5™íEJÿ¥½mÞk-4Å "
b"ÕUþB*\x1E MQÉP\t .c¨|V "
b"ã?ý\x03\f\x1E C’¸d\K×Ygc "
b"ý±Œ¸\x00 ZCC¦vÐ$À\x06 á· "
b"\x18 fŸcÙŒJI“ƒEù\x05 o»& "
b"|\x11 l└-.A+øÉèæHÙô\t "
b"¤\x1A +IÔÄI9¡gÚTsy‡‰ "
b"gyp—á?Bí¨bWÇ\x1C Bz( "
b"8u\x11\x0E œ¢AE§5{Ø7z· "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"fSsvo+F\x18 ¡"‡à£×\x0E & "
b"÷œGµNFGüŒÎ\x06 t¨“\x1D è "
b"aÐÄ\x19 ÊAø¾Å›È\x11 Ï\x07 u "
b"""
Ì\n
w┬p\x19 F\x08 Å÷}┐╬\x18 @ó
"""
b"Xwd¶úFÊ—ÿÕÇ•Q²« "
b"!t!þALE\x12 †uû\x11 ÇûI[ "
b"-°7 \f ¶@ı┤Ø\x1D t8L\r ð "
b"úJ o┬O@~ܨ\x1E ƒ!░\x02 ì "
b"\x00 ·I*ä\x17 Iª“N;]áï#© "
b"Ýõc(\x1C ÇJ³ƒ*\x04 Nï¬\x18 ‘ "
b"`T,ºç–FŒ§ùHß\x15 †›€ "
b"ëÑq\x07 VHE\x1D ´D•ylBâ™ "
b"""
ôÏ?é)7D\x10 ¶¨\x1F è\n
óž„
"""
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"\x06 Ì<!¾\x7F Ox¤†÷0Tu\x13 ” "
b"j¹_┼fTC─╗®Ø×k└<¢ "
b"ÿ‡3§¼9Jç˜!C6\x08 <`Z "
b"\x1C }╦}þãA¥àÅ×\v \¦Ðd "
b"‰jy\x0E FSD·²z®v\x1D Øt. "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"aìg\x14 ?äCx£GIg\x08 ¬äõ "
b"\e +$·n\x1E M·“ÖÍš2.Žd "
b"\x01 Ž;BÇÆB4»4\x02 ÌÚ:8‰ "
b"ÿ\r …ŃñLè„Y Éó霷 "
b"""
\x1D d¿‡¼bJF”_?Cù²\n
u
"""
b"\x07 fV³]:L/¹1&9³½í\x04 "
b"\x10 ▓!ç}ôKÛòj(═Ëc║ü "
b"¬ä╔áɦDÌû├ý¥┌§\x06 Ù "
b"ü\x15 ,7çíHÈ▒a\x00 ôkûE= "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b""FFqœ¨DV„à.Ç…ÿ\x05\x1A "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"┬]z\x01\x03\x17 C\x15 ┐øHìÅGaÒ "
b"âZ:L\x0F wH.’l"ˆ”¢ñÓ "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"mN\e 0Ä,A2”r°Y •¼\x1A "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"\v g9óY-M1‰~søÊ‘‹ "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"C]|K\x13 ¯BÈ™™X•\x18 VÀL "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"ü▀@??ò@┌ä\x01 ╚¯·Û~C "
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"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"È)ÙÅ■ë@õñÖþK²ÌßV "
b"8,*\x07 ȨG®§NÕ¤g\x02 Å" "
b"\x15 \x00 ñ\f 6@¦¢\x06 Î\x1F dS\x17 ä "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"V`\x0E\x14 »rL8£»[W‹Ò\x10 × "
b"´.L¯tü@\e ³O¥!âm—O "
b"7\x0F þ;¥ýN¤’ÑŸ‹´‚ö¼ "
b"³nur‘¹M%£Däÿ\x01 óD] "
b"ŸG¥3l%C\x02 ¯Õ•©ÝU\x08 ý "
b"dhD\r |ÑEÌ•¥›°-vÏ… "
b"kÖÌ€÷{B\x19 ‹ø¸#Bâ‹A "
b"$K`0ÿýE)¤Ð\x15 ¾Pº"% "
b":\e a├%6FãÅSD╬Þ\x00 @D "
b"=\x17\x1C ¦ùìDÖ†úÁdÿ\x06 9Ÿ "
b"é}geëÄLD bþßÙÿ€ý "
b"O\x19 Í\x13 Ï´G>£v)ähU\x13 Þ "
b"╔▀\x10 f&äL?¼-ìàV\x1E Òc "
b"süYÂ\x0E ñKù‘î\x1C APž\e "
b"Ð¥E¤³VN]Н@¦AGá/ "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"╠\x17 ÉU\v {Fð┐ß\v\f °·-Î "
b"çÞú6s'A╠╗WgpƒiDÅ "
b"\x00 ð°‘\x17\e C•¹\x7F ×:½\x18 \Ö "
b"Ǫ¯óáÒKÚNZÊYÂ$\n "
b"fy ü…}EŒ…Lj »œÜ4 "
b"░n\e {╣üDvùlCQ╬\x7F B▒ "
b"\x12 8r█¤\x13 E‗í│űÂßÎ\t "
b"\x01 Û$\x18 êyAÅ’=áÜ\x12 ÖE "
b"\x07 ŠÛsä3@,¬\x1D\x0F ·ž[øÇ "
b"»¢ …)x@"•ñÇá\r ^H\x03 "
b"“¾-¹«sD\f ŸDÔßøi¶Û "
b"¨mæ:\x08 °O°«cáý\x00 UÒ; "
b". '2\e a@J¾ïcò|\x02 Èå "
b"[\t {Ô5èHö™æ*\x1F MRl\x7F "
b"¯5§MȶJ\x17 “Ð\x7F å\x13 ”ñ‡ "
b"§¢ÎçhnDø¯\x05 ÈÔ¶´ä\x1E "
b"$Ù\x12\x03 "àGí ¡G4éxçŽ "
b"*\x08 {g›òA㪫l\x1D uÞ=< "
b"±9'7ÛnDMŒÉÜíêöƒ¬ "
b"""
n┤ÙuÙ\x04 FðØï"╩Ì\n
║┐
"""
b"oƒ”¸z\x1D D|¢Õ’!\x19 Œf‰ "
b"ã$\x7F €§¿C묀õÑY¬\x05 ‰ "
b"@8]„àüMn§Öà?LÖ•È "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"z1\x18 ð\x03\v Gúû─Å░╠ÕÅô "
b"¶V¡ñ\x05 ñAI›\x02 ¦â…X3/ "
b"ÑŸ¨/I)I\x1A µ\x02\x7F GÅÄlÛ "
b"6!2Çc\v E(ÿæ=öËßÅ\x07 "
b"ª\x03 òå¼ÏGOˆHö²Õu‰Û "
b"8C/ì)¼B░¬Ç.╚=õ¨à "
b"—Î<k?êG·«ß\x18 Õ\x08 éÍ6 "
b"@L<fªWK\x1F ½£Ý\x07 ‹\x08 :ï "
b":pÅ2#“G8»D2ÓŒš\x11 Í "
b"""
Rî“eùsO\n
¬Þ§\r §e[
"""
b"\r ŸÀr\x01 ëBT•-\x13 ÓˆÉ>\x00 "
b"ÞJ;ðÆ:H\x1A ¨®¼;Á\x19 î\x12 "
b"\x1A Z\x03 ̸!D–¿~\r ¢g\x15 2A "
b"Kfô¸Ã^E\x11 ¬YÿG¼yr\x07 "
b"Q¥²v╣╔L£øTUü\x1D h┼\f "
b"ö¶®p‚~Db«\f ÌÚ"\x05 ÐÎ "
b"`Ñe│\x0F ;CO║ý\x1E\x15 ì°îx "
b"¥#e±D\x06 D\x04 …Òœ¬\×\x0F\v "
b"\x00 ÜN\x11 Ý\x00 BÈ ÊÅ@ÈÁ|† "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"ÝÝÅ█¢HCMøÏ×╝\x04\x03 Ör "
b"É›\x06 ´‚fN¥°©¡è\qæx "
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"ÏÀÎVUÕ@\x06 Œ÷ß\x00 DÉŠ\x18 "
b"FVWp\x00 ZHª‡šåÖ¾Û’‰ "
b"é¡s\x1E jo@â£d¦#âËAã "
b"7¸\x05 –yL\¶\x01\x00 Œ\x11 fF\x01 "
b"_\x16 ²╔═\x04 Jzó▄ìkcÁBé "
b"T&Æ¥ëBFà†9í“jA\x01 ® "
b"┼╠╠Ã&>ANÅÝ▒LA\x1A ▀a "
b"""
ër½&EüBñæk\n
ël\x15 ƹ
"""
b"F3ì\x13 ÚfHEª~6Y¸A\x10\x11 "
b"\f +\f (ì¶AȾ©\x00 üj®gt "
b"u\x1D 2û\x0F GF(µÂ\r ©±`Í? "
b"É*7┴=*N@╝┤\x1E ºÈ;b| "
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"Wozf%¤K@´ª\x14 øXÓõ( "
b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11 "
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"vMI°ÒlH\x1E ┐Éì:YÐd' "
b"ôÁ\x12 £+4D‘·OYס">‰ "
b"INÙ5hýB܆¨à4\x0F \r Åp "
b"Ž¥Ã\x19 ºÛ@¿±àò«èáB\x0F "
b"بT+xöG:™ôhþ+*ìP "
b"m®P?’kEä…+“C\x06 ØÁç "
b"0\x17 le/›H3€Kå].\I\x1F "
b"JþßÿBì@O”-™²\x02 þ%p "
b"\x07 lyı'¥@®╝¤´.\x0F ;ÎÅ "
b"ÌΆô¹ÏFBª›ÐæyÄ\x04 j "
b"\x07 QãL1ËD\x14 ”Ê›véÁ\x1E J "
b"╩■<§ì5LÊ║Ô þ_─¸▄ "
b"Òòåaý\t OO½\x06 ÕË’˜Gc "
b"\x15 ;¤\x12 ?\x1D Nz³p\x1C L$~Œë "
b"|/j'z‚Lï€mØô¾iÊ "
b"ôWÆÃî@á¢u\x1A\x7F í©‚Ô "
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"¼Æû’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"■K±Ét\x00 BÙ¡Í]RÏ×oñ "
b"ßbX´°(E¥’Ã\x04 þ˜jàR "
b"ÒtåDKÛKž¦@\x01 X‡þ\x19 ‰ "
b"S├°ÅM=D\x19 Öÿ%▄Jsd~ "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"/\f ù\x03 [=MÔ”Û\x11 øgÆW "
b"^\x04 å€8‰Bš¢bÝ¿Eo®€ "
b"5g,*\e ZFœ…\x03 Ç}1\t ‰¾ "
b"·\r Szs€C\x1E ¼ÝV\x13 x\f ¾µ "
b"ñÀ\x14 xÄöCü‚”½\v T&â "
b"Ø9\x17 4ªÛJÂí`ÖE\x02 ÷ð\x1D "
b"ÃÛ@ƒ‚\x16 B\t • ã>û¸8W "
b"""
Þu·Å\x02 ÛO▓¿ûµ\n
f│L¿
"""
b"Ê\x06 æsÉÐC\r ‹ˆ1Ù\x1E JSü "
b"‚ØÈ§B”Dç‡òÇÀù@¯æ "
b"Ð\x15 x³\x7F ˜E+´htc O@Œ "
b"HÓ\t ¡ÉÙF\x03 †\x08 ý¼i2¥\x00 "
b"""
\n
?\n
\x1F :¸K\x15 ‡ýâë~-Ûf
"""
b"3d,cwàC¿éPseóìNN "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"Y¸Î%Ã\f O#‰våÛ\x00 àò÷ "
b"\x17 Úëó\x0F §BÌä÷èþâÏì¡ "
b"<%qŒtJù“´\f Xû[ÌU "
b"ÄÛ¢Ä\r ßEÆÉo˯>Úðö "
b"\x0E\x03 ðãvýD̦E÷–ømŽâ "
b"QClÝlëIÔ¡ì*║\x1E ├9ô "
b"Sõá0┴HJ·¬:┘ª>|ì\f "
b"""
ã´ÇÚë╗@Êàä\x14 \n
ÉQ-ß
"""
b""\e dEŠ\x15 L"„÷#\x16 y\x0F rž "
b"~ \x10 ÈøØHÐïê}0W±°ó "
b"÷ǹÈlñ@÷\x1C\x19 i¢' "
b"I½#b˜¦Cv…8²"Ý+¬Ž "
b"Õ▄8H ▀B ç@Ø\x06 ƒ§YG "
b"< ŒKø(Jp°nèvåý\o "
b"└mA¸^ÄHüü\x13 "─¯JÚz "
b"¯▒\x17 +ÛÔ@M▒└ìVK¬eì "
b"ÎYìÜä╦Bö░\x03 rCéj.D "
b"!\x1A 8À\t ¿K\x19 ì6øéÐ\f\x19 ¯ "
b":ö–噂J‘š€œB°¹éö "
b"ÅI\x14\x01 ‰JM—¥KNõG¦ƒ\x17 "
b"\x02 Gy\e E\x05 LhØ├@ó┬×ù├ "
b"®/<\x11 ±LGkŠ÷Ä]c†ž¼ "
b"Õ=ï\x18 ‡LJÁ‹"O¼\x07 UI\x00 "
b"""
:°‡yÂRI¹„›¢m;z\n
+
"""
b"ûø"ÁÑ\x08 J\t £¦å\x00 ýƒÃQ "
b"—†HÂ8¯HÓ¶UY_\x08 ƒ†Z "
b"Ñ:UMR%BLšÜ…^9¡\x07\f "
b"8@»Ø\x07 #OÑ┤7ánÀ¸Ðc "
b"ÝÁÌ6■yI═ül/G\x1E ¿Bì "
b"J2`ÙÍGF¹Ñ.\vöÛØº "
b"╗Åù¶±\x0E B·ë!X$&Ê"à "
b"ÿ™È¯ókDê°áÎ`£ÌÓ› "
b"]—Û›3 MôµË\x13 æ4€vÌ "
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"û½TyG°G¸░Ø©æ21¶î "
b"ÊNÅy®:J¸┤øpÜ<H└O "
b"Î{^Þü─IÒçÆ┘ô╗Mb "
b"\x03 S¨ZgN±²0ªß‘\x1C ³þ "
b"×zu¡±yF\x17 ¬Õ\x17 _nk‡F "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11 "
b"R‰É¬\x1E\x1A E%°(VkÏ2ÇØ "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"bý$÷ÙÞN?ŠÀ\x16 *öÇuG "
b"¡Qb\x10 ?*B‰³pàëIqðÊ "
b"ã$Ûs}┌B8É╚│\x04 ÖÝ─╬ "
b"`e,*“HHì§7#ïƒæW\e "
b"ɰ¶¥v°HWÆ╗®C\ı¬? "
b"siì│)rCùƒ\x0E ÿ·\x10 Ü]Ú "
b"Ë\x03 iºI\e B:žð®°–?€Z "
b"P½\]\x13 ÕF\e ‡\x15 úS\ZâC "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"–öF-ÕéDKªŠe\x10 ‘X%Ó "
b"êr¡iª]H\x06 T*œ\x12 a\x1C\x18 "
b"dž٦0ÔH\x08 ”%΋¨“¯8 "
b">ä~H\x12 —H{º\x0E H x³\x16 ' "
b":ø<’èÝ@g•\x04 ³°I{¿> "
b"\x7F hlA?RM\x07 íıÆì╗:\x7F ¶ "
b"ô\x19 Ûvl\x1D K\x17 ‚µ-úbÙ¹ß "
b"ð=˜3JÎH•¿""`뺡u "
b"▓f\t ¶\x1D }I‗öÖ³▄ì\x10 ºì "
b"´wbפ»MI¡ö\x13 ÙoØ\x05 Ê "
b"""
H\x07 ˜\n
ÏyM°§ŽSbÌ|‡b
"""
b"Ç„\x13 @#qAý—s°·]—þ^ "
b"Qü┌ô┤¨OøüÂ\x17 Äc[_ "
b"ÃpŸ]-ÑLf»é\x14 þîÂ\x03\x01 "
b"\x04 /&!ù°Jˆ‰B6É¡¢fÜ "
b"øp…Eþ=CEŠùË?7z,Á "
b"×E┘&┌▄@³┐úÏ\x06 ì´Ö¥ "
b"©Q˜Áú4@³¤\t ø\x13 ¤mzc "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"TJ \x15 ”K@À…#›ïXJíÚ "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"ÛT`ýyYA—ˆìAKã”} "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"\x07 ÚYì\x08 œHw¼[\x06 0Áªi‚ "
b"\x05 3Ü,KóBݼó\x03 fïÈÍ; "
b"""
C\x01 òpvÐ@"†`\n
Óó\P\x01
"""
b"Î>\x16 ÊÄ AØûI\x06 p\x12 ÷öó "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"Åü7>AÅO'—g„Ês 8‘ "
b"\x05 üeät|Boôqç§+\x00\x1D "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"ã\x01 É▄:¦K6×ørØÖÃ\x02 B "
b"─¢Íj]\x04 M«▓qJ\x0F afÉ "
b"܃¤Éì\x1C K[ \x05 Á\x07 ‚\x1E Òø "
b",`ÛRXµAú”\¼žvðÜI "
b"‡ª¡°dÆHºªIïF\x16 —ïú "
b"ªÑ(╦{PH[ØÉîV╚/░» "
b"ôˆ\x7F 0âÐK ™\f gÀ…¸xË "
b"ÁEþÖE\LLüÝ=ý¡³-¬ "
b"\v aÅŒ¸ÈCE©¤`AÔ|\x05 ¦ "
b"\x1A Å\x03 e╚±J││%DB]¢X║ "
b"-\x19 ŽxÑSB\x08 ŽCÓ¹ÅK\r ¨ "
b"ë çÑLÍAƘԋ–á—¨Ø "
b"\x0E àëì8bBóÀ\x04 W\W■õj "
b"¿a·F4ØD¤ÉÖ¾╔ÿ$ùj "
b"\t\x1F ¡ºó2H¯‹5pôâän/ "
b"~P╣\x1A îÊC&╗fB\x01 üÎ^\x08 "
b"ð;¹ÖQ\x10 Ag¬\x0E yaØÌº┌ "
b"2g¢7\x1A °Cô›*”:ùEň "
b"…¼`—\x12 CD~¼†D\x10 Mø‰, "
b"¿µÑ¸Á”OÛ•¬Á&äf,W "
b"ì╦½àÜ|Bý╝»Qéero\e "
b"=ƒI\x12 ±\x0F @¹¨ò³ï\x14 ðÚ "
b"Ø=¨'G9K\x13 è£jåÄz\x00 ô "
b"·>¡\x1E\x02 CK1ŒQ\x10 4ÿª<ƒ "
b";\x7F ”\e ¯ºIõ˜&ùNÞ\x19 Q\x01 "
b"¨½BÃY-N^º~V”Gõum "
b"\x15 ëªD'ÑGþ¼ÉÓŒMÓ\x03 ‚ "
b"w\t J\f\x1A ´G\x16 ¾äÖV)©‚¥ "
b"µq,ùVmCB©dòt>+\x08 ì "
b"ów¯8g¯J— Ÿ“;\#ì¹ "
b"Å\x06 qæÍ\x18 O§¡âð®'x2x "
b"\v ¸B×f╗FpÉ!Ë+à\x10 V@ "
b"ï°=XÒRJÔ╝ýw\x16 Ç3┼Å "
b"#\x1E ä7-óOžŽ¢!Ùí8¤» "
b"x\x06 A\x11\x0E ‡M4…ãl.K\v ¡@ "
b"Ÿ©[\x04 +ûJ1¬úh[š>ˆ† "
b"Ê5®íÉ$Ixó\x1F ü\x07 ÖeJi "
b"ìx`FŸéBF¢\x0F x$’÷WÓ "
b"EYlØÂUKʦ:\x15 ¬ü?’¬ "
b"AÅ¢Ç3NR’¿x\x07 Z\x06 úv "
b"""
\x14 &å®g|CÑŽ¼wz›m\n
ß
"""
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"Xm&Aù÷I╠ÑúX0«▓}ì "
b"x\f Ë3ÞéBö³lÄ\x15\v >Ì9 "
b"éÎYäÐÎM\x17 í\x08 ö\x16 iâ╝Ø "
b"²EÒ“\x18 |Kç\e ý½L}g‹ "
b"EE2<ÞxEªØ±ß\x1C ¡YFL "
b"""
€¿~¯9\x18 L•ƒ\n
Nî\r ³¨÷
"""
b"rôó³Ê\x0E L7ƒ+3*Wzdt "
b"bÄ;`ñòNY¾\x02 ¢bÅ\x0E Šò "
b"X[$\x14 9dI-’ÜuØ1\x08 ãý "
b"""
¾µbm\x18 wFåüöÿþ\n
u\x19 #
"""
b""\x0E\x04 £ÕßG'²[Eh×²åŒ "
b"Ú@Çr\x18 Fc°5á³ù‡j$ "
b"¬É\r U\x02 xMö¬Ù■æ²èyµ "
b"7J‹\x12\x1E aEW¼½\x11 «‚ò'\x01 "
b"î¡ïÚÆÞO³ö{'\e ÉÄ\x1E Å "
b"{▒Y\x14 ¯ïK\x11 ║ÝIÓ\x06 ╣ôØ "
b"“î%²M&Ox£ª†Ð0”ÆS "
b"ÃÙºK\x19 £EYºE\x04 Ø6Cê7 "
b"M@\x16 fec@•—‡\x1D D.‰\v n "
b"ð]èC–CAo‹\x14 Š\x10\x19 @%è "
b"€ŽY°ã¶B>‘é|ד\x05 h" "
b"&ù\x02\f 9ÅD©—á±\x1F MK<ò "
b" zeÂ\x06\x19 G&·ü㦃S‡E "
b":5½$\x02 bD!€ÎA\x07 X]ÿ£ "
b"*àÃÉž]A›ˆÕG\x1F\t LÖü "
b"{\x7F å`ÝœG\x08 ¸ê4\x02 à\x01 Öú "
b"‘C„ºÄ\x10 O…•\r \x06 ½?JÛl "
b"Ú1`±\x08 lGçü£╠ï׸A¸ "
b"q\x02 Ž~…+I×°Uãì#AÎR "
b"\x08 X/%®ùH_¶OÅXg|h¿ "
b"÷pŒsZµH΂\x16 LºÒ\x17 ¼è "
b"~´wq=œK_›²Ó.®»y‚ "
b"ïæh\x05 i÷O¯€Náï¯\x19 ¾š "
b"ªpï\x7F ¦:@T¬ÜÚðxÊ®/ "
b"ç½\x1C\x08 îŸB\x0F ‚\x18 >s\x02 †Cñ "
b"XZÜ¿YŠOX€À\x14 +¿™Wù "
b"÷Yt3â\x1E Au•$\x0E =ãè†Á "
b",V½\x03 ‹\x17 IY›û!²^g×p "
b"\x17 H•ù·\x07 B6®e=ñ+b\x10 T "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"ns\e\x16 +=E^‘T\x05 J™ÕrÑ "
b"\x7F Ùi0SÎND¥!ýÙ^dVÞ "
b"\x05 Ø\x05 ©CnLM©©▒@ÐëÐÌ "
b",€Lûý\x1E B«’lnrUß\x04 8 "
b"ÖM³ÿ\v e@†•\x01 u°!ŸÇš "
b"\v B@Þh¥F\x1F ¬™\x07 ‰¿7ù\x06 "
b"é¿\x00 ãù¼BÖÀí3\x10 Y8Ø╠ "
b"\v ðU \f #Dʪv“ñWØ\x18 "
b"\e úï\x06 Å\x0E F*░┬ðØÄ÷8ì "
b"M?gü\x18 [IÀ»n┐?ýÃre "
b"v€\x06 X\f 8A䯨Ÿ¼Í(9³ "
b"-2\x1A ·HtKÛ•ãq\x11 H\x08 €) "
b"ª{«‰\x16 åDª‘@÷k-\x16 ³ç "
b"3\x06 ┼┐\x06 ¢I┐îtÕÉ\x1A ¦ðu "
b";å§;=VO±ºùÓÔZГj "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"nÄvçŸã@\x19 ¿øy)K~]p "
b"O┌[û\x17\x06 H߯d╗ıØQl╝ "
b"""
¿ûsÈ&±C©ƒ™«ç\n
Êè2
"""
b"ÇSÌeÚ\x06 Cëò1ÈEø Ø< "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"G½Ð¨’\x7F CñŒ5jÚ\x12 s°• "
b"^Qz\t ¼÷JØ£®\x16 V¿Ä0^ "
b"¼]"wu^JÀ’çïB¸g€} "
b"§s•¦—FIæ“\v .Ï\x1C §EÔ "
b" \x10 ý†- L0®1d½êÆ I "
b"a&=\x05\x18 ŒO\x14 ™ZLh¨ëÒ\x7F "
b"´█â@ÔÓAfÅ▄░C\x00 .Ë` "
b"•Ø\x05 .[¸B—=9?éœwí "
b"ïg‡#S¿O\x12 ²nI3{ÄSh "
b"╬\x18 8\x19 « C}دz‗I\x00 ½Õ "
b"+‰l\x00 _\n My‚P\x10 {–¤ëg "
b"‹/çë\x1F 7AÌŽ±LüñàÝí "
b"Ã>²ÙË\x03 L’º\iŠíº^5 "
b".1Ôý³uNü×b¶`╗╣}3 "
b"""
QÕï\x16 EÀŠÿ\t \n
âò¶<
"""
b"""
~ ╬\x14 ÿÎOIüU«l\n
.¤6
"""
b"\x03 ƒ°-CŠ@\x19 °ôjÄØÑU_ "
b"m¯\ù0ÕGQªEièÿëUò "
b"*ëÆyYéI´¼¹qœ\x10 ¦ü¥ "
b"‹ÁùæVÂGm·<eµµ>\x1C 6 "
b"=b\e\x05 6\x10 M»░F²\x07 ãì┬╗ "
b"³}›B¯\x10 C\x0E ¨_\¼oˆÑˆ "
b"vò‡#Œ\x06 G!¥Y»Ú\x1D „¤T "
b"HÌ€^:\f JpŠ~6\x1E Á\x17 ºª "
b"ù,ýê\x11 ÉDþ║Úh®²c·; "
b"%ë™7J„Cª¶†%U\x10 Þ”_ "
b"┐ƒf\x0F m:I¶ü¾OüÈÙñÉ "
b"o×dÝHLÙ¬7oa\x03 ¸\x16 2 "
b"¼Ž3\x03 <ÙBޘъŒ=—¦X "
b"i™Ü§æ)B÷©\x12 W\x14 ;Jåù "
b"!4 L!±A¿‰\x14 ÷®8\x13 n\x12 "
b"\x02 uâÏѧD\x0F ³Õ6’=š \x16 "
b"┐¼s╣¶ãM8ìö4÷ÎHï═ "
b"]Ý0F\x10\t Dúì³¶HIÚ¤á "
b"8ÈþáÛhBž„¿-\x0F ÷Ï(Ñ "
b"^Ð\r \v "\x14 Fx˜á\x10 2ß\x7F Ù¯ "
b"†˜¯\r ? OȲÝU\x17 ‰ÆSÏ "
b"!l■\x05 "╝GƒØ\x00 5DG'╔¢ "
b"!—\x14 Ú¹ÝB‚§Ýùk¾B—\x0E "
b"│■è\t ºlN°¢\x13 üèõV}` "
b"\r \x04 Î"=\x13 EFµ\x18 °\x13 Cm\x17 o "
b"aç¾\x12 Ä┤A\x1C û0°©ì░\x11 µ "
b"Ö‚Ÿ=k\x10 @\x10 ¼ÒKPG·Tz "
b"óv‗Û▄CJ░ü\x12 <▒\x03 eý´ "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"'\r EœooL\x19 –…=Ѷtj¨ "
b"ˆ\x17 N\x13 "QFÖ²A"ƒ štJ "
b"Ð LÇV\x00 N\x1F ìª║mú¹·< "
b"¯þ†•›<L¤¨;ði…\x08 $… "
b"Àj\ª{aJÁÖpv}ü╠V\x07 "
b"<þr²˜ÉCL³Ó\e -ÿ\x0F 2ø "
b" '\x7F\x02 0DLB¾\e ¥Å¾\x16 “\e "
b"\x12 ┬\t Üì╩HÜ▒Ñäð\x1F <1Ç "
b"\x0E\x12 Œü>ÊDú°‰Ï'Pxyþ "
b"""
U\x1C 8\x03 ÌÂ@*Øú\n
)Ù$╦\x1C
"""
b"Ï¢\=¹÷Gb²q¬\x03 ŸNÑ; "
b"ÓvaN¾ÐA4¥þ\x1F Éâ\x7F\x14 x "
b"šÇ1šþÌBɨrDìfµ»Ù "
b"õ®p}4\x07 M©„òâpùû¨õ "
b"""
3Pû{\x10 ôH÷Ém\x15 \n
é×|µ
"""
b"5³ÇhׯI§ì±\x19 aç»$p "
b"¹¿0╗Þ┼Fɼ\e ╬╔Á\x7F ¡] "
b"‘蔕lÜOg£\x7F ÚzÍ\x04 ¶3 "
b"~K8ô\x1F ßEq╝É\x19 n\x03 ı¸| "
b"\x00 ÓÍ=\x19\x1A D\x06 ‚øø\x06 +nÉ» "
b"r\x14 ×βÌJ÷·\x13 E{£ øÇ "
b"§„`Œ1óF»Ÿ¥åê„ÅÚ‰ "
b"Ï׎èî{F\v “ƒ 2Qº€C "
b"©»Š\x13 §%AÓŒÚG\x10 ºÉó\e "
b"ÑìvÚôðE'šÚ©,³Æ¤Ð "
b"ƒ\x14 û†ÍyK…ª+‚âe:¤x "
b"ò?SºÐ\x01 NÔ€±™ˆoC˜ê "
b"\x12 ®O”\x05 -HÒ±XŒÈ\x14 3Ýø "
b"╝TÈò°!Aiü\x03 CkCë`B "
b"\x16 [åšZ˜L\x08 œ¡~6Œ¥-Ö "
b"u┤ı'a8MÞ┐▄¡£\x02 ©ì\x16 "
b"Ù”A7N\x18 LP©Ì±Þ´ £\x0E "
b"\x7F Hó72HU¾*B'ÔïR• "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"<0§&$€OöŒ:~‹YáÙ£ "
b"EùÓZ\x14 õHI¾$¾,鉼\x17 "
b"Ã\x10 C©½ØJ³ì~çMqr╚¢ "
b"®ûô¿\x19 UIfªü9IpôÛ' "
b"µtäÓ͘Lq¤Ä´HG2…\x06 "
b"ûùªJ\x04 eKðÅî»rxg×à "
b"Ï\x1C\x06 Œ•¦Ju¾\v Ö¤ûºmÈ "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b"Ǧ\x15 Ik/FÉénW°R1Ke "
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"Éë)äý.D7 W(UÚÊ5N "
b"░Éb\x00 Ó╗Cd£¤ú│v'û "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"¾\x18 ╩ì\e 8LÙ©Ic~¦Õµ▄ "
b"u╔─ÅÈ\x18 @³áº\x0F ╔.¹!Ë "
b"╬l╚\x13\x16 ┌A.ÅÕ=ï7õ0W "
b"ìÜÍ└À░Le╝o÷º³Ec┌ "
b"(þ\x06 ¡üsI(¦å‚jëëóu "
b"âÞı,;3E\x08 ö ~WÞ3Ø\x15 "
b"ªÌ>\v áøK#—as_WPX& "
b"߬ü\x1A ╗9J°ª0\x04\x05 ó¡àd "
b"e\x7F Õ}\x00 =Hµ•›ØÅi½¼g "
b"RS\x0F\x08 OtA\e ‰Ô/ž˜åà "
b"Œ¥P¤\x05 óEÉ‚\x1D ë\x00 ð £5 "
b"ÝB«¾k\x00 E\x0F ±.\x11 fãÌ\x16 Ý "
b"üü.\v óMB=¼\x08 8x\x1A S«p "
b"ASèƒBìO³Œ9ÿ\x19 °ÇUF "
b"?]ý—¥TE÷µìd\e ‡u¼– "
b"¾XïÕT~Gù–ßÅ\v ãn-… "
b"ˆëV(ÚòNÌžWèÚ1\x06 ¿\x04 "
b"à.`Ü¡ÓEŇcšmÁYïÙ "
b"sìIÊV„B-ª>õjÇ›ª\v "
b"m\t åN\t ·B$í\x15 Øw|═,░ "
b"·ÈBßö\x7F KÅî│y.KÏôJ "
b"Ém¯á½AÐè\x0F\x06 «y\x15 ‗a "
b"t\x03 ý\x12 9AI©©¦ZQ\x0F ÉQé "
b"‡k%÷ü‡O㵃6›Ñ\x16 å# "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"\x07 ÿ'É\x01 ÕG¡║Éx╬³I#N "
b"""
bÓ&×9!B\x7F ì\n
T{─xyç
"""
b"\x15 ╬-ÉÖáD\x03 »\x01 %r¨╚º9 "
b"\t ¼\x02 ·šÂH}‰Ÿâb\x0F\x19 í$ "
b"ï¡@ŒÊêM¦¶f\t\x12 >\x04\x11 "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"ÂiØ│DEO\x12 Á¦\x1F QLú╔╬ "
b"g÷M—\f 4K©´4Û‰áȨ "
b"\x10 SµÁTŽJ–µ7VP{jé "
b"\x0F Á¾ª\x06\x14 Lc¸¼6*ƒ"‹\x02 "
b"È\x05 /äwaO\x18 ¹?Ÿ\x07 —ÊsÐ "
b"9Ö╩Í?¼N▒Ø┴┐\x15 8\x13 ùQ "
b"e¡”«Ž¨EňÌyÌÃSõ) "
b"I½&Í-xJ“ž\e 4[|Šˆ* "
b"ª\x0F ¹\x18 ÂÀH©ª¸›w ä:\x12 "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"éŸ<K FF\x13 ƒ©¼g=\v ‡¯ "
b"\x15 X›z?COצ–¿\f ©\x15 ÄM "
b"邨µ‡ØJß›ôJ7ñÿ¬k "
b""\x01 Æ+Ï(I\v ›Ÿ;y”\x1D Ø0 "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"¸Óì═┼\x1E A┤¡ü\x10 ;╬\x00 Qq "
b"I\f /\x7F fR@††ÄmÖ×éï< "
b"D=œVTœC\x7F ˆ\x0E ʈ31õg "
b"ðºëè\e\x0E Nr˜ãd;\x0F ¶Ÿ "
b"(@2[\x01 Iöµ-óVªV3Ä "
b"Zü¢6c¡Kºíú\x06 ø½S<a "
b"\x02\x04 ³gxÓF6¸#Çþ,Ó€” "
b">Î&èØ]I§„Ü¿\x1E ï†ý "
b"ÆqyìBÀL\x1C ▓Ôd_¹\x08 £░ "
b"""
çT¨└ê\n
Iq¡ÃÅXú\x05 á×
"""
b"Êz~£0{Kh•åC&ŒùÛð "
b"Uõ=0\x1C ÐK(°O׃\x07\x05 bÈ "
b"Dz¨a\v …N~¿,\x19 µ|ý:á "
b"¡Olªm(Kl½¤½A`âµÀ "
b"0\x08 H\x16 _Io¯ð‚\x12 5‚\x05\f "
b"®óO¨t³D¤ÂY\t Û\x11 É┴4 "
b"¢¾\x0F\x12 Ý´CJ§\x14 Ý£ÒnOÜ "
b"▒Fô?¡ÍI\x13 Á\e ùÓ'Rü\v "
b"UYÅë&#Nµ▓Z#╦-═½_ "
b"""
$z\x03 ¬wûB`üv>«î┼\n
C
"""
b"ƒ«KL&TEͲ\x04 Ò~œÌz\e "
b"QËw‗P}N)Øß~%ÉO[Î "
b"u\v l‡ÐÚIä£(¦wâ/i "
b"H╣4iü\I«û\x00 À[ê+\x1F ¡ "
b"\x04 à1g┤ÎI═ØÛ£▒╩³Þê "
b"œ¥u»)aCK›g\x1E Ûå\x02 bÜ "
b"""
N\n
MÚ\x13 pJó§æ«\x01 «\t å)
"""
b"Í<Í$DDD=¾]$Ò])áÖ "
b"s\x1D ¡\r /·F\x15 Øk\x1D «B8ZP "
b":ƒ«\x0E 75MÔ®j kü\x05 ¤╗ "
b"JÈ\x1F\x7F 1\x06 N{óH5D\x06 Å\e a "
b"ä:ÍíÇÁN\x16 ³f^8# ›Ú "
b"ôuW\\x0F ~HE£1+XZù—œ "
b"©‹Ò’CWD|‘\x04 !%\x0F ZG\x12 "
]
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 (0xE59A638B9F214332AB21E53B87C76DAA , 0x126FCC76FDEA4EDEA2384DD8CF450089 , 0x4A68CE6D24FC448CAFBDA4701AD8FADA , 0x710722A6BA5D4310BFCCE4BC80D05DBA , 0xDA668CE2CA4A45909F2825E3BF823199 , 0xAC1162B528EA406783971511086EFF2F , 0xC193C5C3677240BA8498CB282694A75A , 0x5F15F5BA984A41B981384FCBBA23A983 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x7629630D820F46E0A2CE0DF9294A55EA , 0x51070503953F46338AE553AAD8369B0F , 0xEA5ED02085434657B84646E25D0EA447 , 0x42DFA224B9BB46C2B2A0D2A5B48A3261 , 0xA47443A4DBEC498BA70E35D4D1CE51F9 , 0xE33C013790C2496E826C6DBC73F88CAD , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0x1BC01634357B4710BCE917FFFD3ACBCC , 0x0C939F019D4F4457B349B4D0F13257BA , 0x44E436093E7E4E7394F3C074972A5A7A , 0xE85010DBF1E8482EA234DDBBEB9040CF , 0xDCBCE2570BCD427E9B15D60BEB70C206 , 0x875AF29F563841ABB0BBDDA1878F1CA1 , 0x672C8B56C1264262A788D74FD6199D15 , 0x4DC38A99E6B947E1BDFC8C6AFF1FF6E0 , 0x4DBC4799DE1A481C8612152914FA3020 , 0x99C70D0856F34C678D904B18876CA3C2 , 0x96B1AAD594D544018CF15516AF8B6D20 , 0x86A1EEADBC7942CD815D907D267D6433 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0x5BD03C5E78784A24BC37512733B31B69 , 0x79C1B44237DD4AE9A7C9EE13908152C8 , 0x1DD2D3F38ACB439E93F35F65F9B7D974 , 0xCE7AEABE6BE545648ACA1723D05BA306 , 0xCA1E8422F97E400ABF3E2C9867DACD12 , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xD398C2DDEBC444F6A74DC3133125987F , 0x26F929A6DED54B8399446BA4AA2B1ACF , 0x475E88385D6446428C02AF5EB3AAD086 , 0x4CBF96A708084CB0830F1EAD12F4AE61 , 0x89E5581176F5439DBDE95CB2EFE189FD , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0x9B7807EA02E44CC7A361D4904BE33486 , 0xBEA10AAB6D9444CBA1F7E0B4C0265109 , 0x4A70366E3DF44F5BAF05F6A30E10E0E9 , 0x053C65372B1843198294BD3272C59C18 , 0x81F3F318CC9F4EBABDA85C3650FF1F56 , 0x481078A8A1154B838281D129F2C084CB , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xF5CA12F476694DEEA6F3896700840A10 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x4986B1C1C8084FE89CAC9C944A87DE19 , 0x1A4D42041C444323AA4F77F41576C402 , 0xCEFB1E60D24448E881B7A8AF2AFC5208 , 0xDC2E70EA367645688C0BC5C41DD65DA1 , 0x3F73E8B6E2BA41D9BA14E21AEB1B8FFE , 0x0EAE7DEF3A744C4EBD8A896309B77C27 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0x9F98D293700B4A10B19EAC32001F4E87 , 0x66D65AB9AB034AC59E737C04FF6A6D36 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x8F1332EB43334D159175A80ED6E45057 , 0xBB85B730792E47D297853AE1ECA5EB74 , 0x1F3DCB98EB984ACDA2AB84635864B75D , 0xC492401DE4124A2DACF2F49DB63D31CA , 0x69C03599ED454AFFA5BD6DDE6B2D34C5 , 0xE555E7422A1E4D519050092E63F97C56 , 0xE33FFD030C1E4392B8645C4BD7596763 , 0xFDB18CB8005A4343A676D024C006E1B7 , 0x18669F63D98C4A49938345F9056FBB26 , 0x7C116CC02D2E412B9B908A9148EB9309 , 0xA41A2B49D4C44939A167DA5473798789 , 0x67797097E13F42EDA86257C71C427A28 , 0x3875110E9CA24145A7357BD8377AADB7 , 0x882A0D90845C46C9BB019659A615F235 , 0x0CF665757B114488B50086B62E4BA9F2 , 0x665373766F2B4618A12287E0A3D70E26 , 0xF79C47B54E4647FC8CCE0674A8931DE8 , 0x61D0C4AD19CA41F8BEC59BC811CF0775 , 0xDE0A77C2701946088FF67DBFCE1840A2 , 0x587764B6FAAD46CA97FFD5C79551B2AB , 0x217421FE414C45128675FB11C7FB495B , 0x2DF837200CF440D5B49D1D74384C0DD0 , 0xA34A206FC24F407E9AF91E9F21B0028D , 0x00B7492AE41749AA934E3B5DE1EF23A9 , 0xDDF563281CC74AB3832A044EEFAC1891 , 0x60542CBAE796468CA7F948DF15869B80 , 0xEBD171075648451DB44495796C42E299 , 0xF4CF3FE929374410B6A81FE80AF39E84 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x06CC3C21BE7F4F78A486F73054751394 , 0x6AFB5FC5665443C4BBA99D9E6BC03CBD , 0xFF8733A7BC394AE798214336083C605A , 0x1C7DCB7DE7C641BE858F9E0B5CDDD164 , 0x896A790E465344B7B27AAE761DD8742E , 0x0198CC7F3E447214A848528DE060A0ED , 0x61EC67143FE44378A347496708ACE4F5 , 0x1B2B24B76E1E4DB793D6CD9A322E8E64 , 0x018E3B42C7C64234BB3402CCDA3A3889 , 0xFF0D85C583F14CE88459A0C9F3E99CB7 , 0x1D64BF87BC624A46945F3F43F9B20A75 , 0x076656B35D3A4C2FB9312639B3BDED04 , 0x10B221877D934BEA956A28CDD363BA81 , 0xAA84C9A090DD44DE96C3ECBEDAF506EB , 0x81152C3787A148D4B16100936B96453D , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x224646719CA8445684E02EC785FF051A , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xC25D7A0103174315BF9B488D8F4761E3 , 0xE25A3A4C0F77482E926C228894A2F1D3 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x6D4E1B30C42C41329472B0592095BC1A , 0xADF28C1B866641CA80805EDA0F657E47 , 0x0B6739F3592D4D31897E73F8CAC2918B , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0x435D7C4B13AF42C8999958951856C04C , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0x6AC99B6A187A49D0962E40890AC916F7 , 0x81DF403F3F9540DA8401C8EEFAEA7E43 , 0x84D9D963505C48DB9228354EE88FB681 , 0xFA3391C9B81A471A94C8D41FD0219852 , 0x004B11B664424995968A6294D4EA4AE7 , 0xBAAF0501442649A780E5481B2D0CA46D , 0x99EB30031DC3465C8FE88A9C89476E57 , 0xD429EB8FFE8940E4A499E74BFDDEE156 , 0x382C2A07C8A847AEA74ED5A46702C522 , 0x15AD00F10C3640A6A206CE1F645317E4 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0x56600E14BB724C38A3BB5B578BD210D7 , 0xB42E4CAF74FC401BB34FA521E26D974F , 0x370FFE3BA5FD4EA492D19F8BB482F6BC , 0xB36E757291B94D25A344E4FF01F3445D , 0x9F47A5336C254302AFD595A9DD5508FD , 0x6468440D7CD145CC95A59BB02D76CF85 , 0x6BD6CC80F77B42198BF8B82342E28B41 , 0x244B6030FFFD4529A4D015BE50BA2225 , 0x3A1B61C3253646C68F5344CEE8004044 , 0x3D171CA6F9EC44D686FAC164FF06399F , 0xE97D6765EBC44C44A062FEDFD9FF80FD , 0x4F19CD13CFB4473EA37629E4685513DE , 0xC9DF106626844C3FAC2D8D85561EE363 , 0x73FC59C20EF14BF991EE1C4150AD9E1B , 0xD0A545A4B3564E5D8AAF40A64147E12F , 0x3CEB37A732424262915D394BDED5A67B , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xCC1790550B7B46D0BFE10B0CF8FA2DD7 , 0x87E8A336732741CCBB5767709F69448F , 0x00F0B091171B4395B97FD73ABD185CD6 , 0xC7AAAFF3E1D24BDAAD4E5ACA59C2240A , 0x6679A0FC857D458C854C6AA0BB9CDC34 , 0xB06E1B7BB9814476976C4351CE7F42B1 , 0x123872DBCF1345F2A1B38FF1B6E1D709 , 0x01DB2418EA7941C5923DE1DC12C39645 , 0x078ADB73E433402CAC1D0FB79E5BF8C7 , 0xBBA2A0852978402295F1C7E10D5E4803 , 0x93BE2DB9AB73440C9F44D4DFF869B6DB , 0xA86DE63A08B04FB0AB63E1FD0055D23B , 0x2E2027321B61404ABEEF63F27C02C8E5 , 0x5B097BD435E848F699E62A1F4D526C7F , 0xAF35A74DC8B64A1793D07FE51394F187 , 0xA7A2CEE7686E44F8AF05C8D4B6B4E41E , 0x24D9120322E047EDA0A14734E978E78E , 0x2A087B679BF241E3AAAB6C1D75DE3D3C , 0xB1392737DB6E444D8CC9DCEDEAF683AC , 0x6EB4EB75EB0446D09D8B22CADE0ABABF , 0x6F8394B87A1D447CA2D59221198C6689 , 0xE3247F80A7BF43EBAC80F5D159AC0589 , 0x40385D84E0FC4D6EA7D6E03F4CD695C8 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0x7A3118D0030B47A396C48FB0CCE58F93 , 0xB656A1F105F141499B02A6E28558332F , 0xD19FA82F4929491AB5027F47C5C46CDB , 0x36213280630B452898913D94D3E18F07 , 0xAA03F2E5BCCF474F8848F6B2D57589DB , 0x38432F8D29AC42B0AA802EC83DE4F985 , 0x97CE3C6B3FEA47B7ABDF18D508E9CD36 , 0x404C3C66AA574B1FBDA3DD078B083AEF , 0x3A70C53223934738BB4432D38C9A11CD , 0x52EE9365F9734F0AACDEC2A70DA7655B , 0x0D9FC07201EB4254952D13D388C93E00 , 0xDE4A3BF0C63A481AA8AEBC3BC119EE12 , 0x1A5A03CCB8214496BF7E0DA267153241 , 0x4B66F4B8C35E4511AC59FF47BC797207 , 0x51BEFD76B9C94C9C9B5455811D68C50C , 0xF6B6AE70827E4462AB0CCCDA2205D0CE , 0x60A565B30F3B434FBAEC1E158DF88C78 , 0xA52365B14406440485D29CAC5CD70F0B , 0x00DC4E11DD0042C8A0CAC540C8C17C86 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0xEDED8FDBBD48434D9BD89EBC04039972 , 0xC99B06B482664EA5B0A9A1E85C71E678 , 0xA3E5D1801BCF4E73AB714E3361673727 , 0xD12ABE34043E4C20B600AB65142E8168 , 0xBA77C0763DFB47158760B6ADA7335C90 , 0x6C5CAB49E3A544C88A39669BAA30E5C5 , 0xCFC0CE5655D540068CF7DF0044C98A18 , 0x46565770005A48AA879AE5D6BEDB9289 , 0xE9A1731E6A6F40E2A364A623E2CB41E3 , 0x37C2B80596794C5CB601008C11664601 , 0x5F16FDC9CD044A7AA2DC8D6B63B54282 , 0x5426C6A5EB4246E08639ED936A4101AE , 0xC5CCCCC7263E414E8FEDB14C411ADF61 , 0x8972AB26458142A4916B0A896C1592FB , 0x4633EC13DA664845AA7E3659B8411011 , 0x0C2B0C28ECB641C8BEA900FC6AAE6774 , 0x751D32FB0F474628B5C20DA9B160CD3F , 0x902A37C13D2A4E40BCB41EA7D43B627C , 0x837EBDD2A0D14CE29B1475DA71930FF4 , 0x40F140D4B34C4CB9BB712059869EBB52 , 0x1019C35382624FAAADB3A994C768F138 , 0x562927BC78874C0C82C007C7A2A591B7 , 0xFA9A145DF22D466B96BCC1360CB87177 , 0xD6FAAC7CDC84449996627E8948B985D9 , 0x576F7A6625A44B40B4AA14F858D3F528 , 0x33997CDD7B564DE09F5E8A56DDC4D911 , 0x4C50F7C089D04E7AB88E5EA33C5E7FF9 , 0x79D2F91FE3A44CB69664C720D0BCBB3C , 0x0A522654F8A846B0B96B861B7DCA0DBE , 0x28C3F5F9818146B897C51856F442DF98 , 0xF3D4EED7F3924E0790A077DF968CFE9D , 0x8F576EE93F3B41F290C1326DA81AB9FD , 0xE4DD7FD0989647C8992F5460984B5E7D , 0x58370C4033EB46FC8F8AC14508192BCB , 0x764D49F8E36C481EBF908D3A59D16427 , 0xF4C112A32B344491B74F59D7A1223E89 , 0x494ED93568FD42DC86A8E0340F0DC570 , 0x8EA5C319BADB40BFB1E0F2ABE8E1420F , 0xD8A8542B78F6473A99F468FE2B2AEC50 , 0x6DAE503F926B45E4852B934306D8C1E7 , 0x30176C652F9B4833804BE55D2E5C491F , 0x4AFEDFFF42EC404F942D99B202FE2570 , 0x076C79D527BE40A9BCCFEF2E0F3BD78F , 0xCCCE86F4B9CF4642AA9BD0E679C4046A , 0x0751E34C31CB441494CA9B76E9C11E4A , 0xCAFE3CF58D354CD2BAE220E75FC4F7DC , 0xD2F2E561FD094F4FBD06D5CB92984763 , 0x153BA4123F1D4E7AB3701C4C247E8CEB , 0x7C2F6A277A824CC3AF806DD8F4BE69CA , 0xF457C6C3ADEE40E1A2751A7FEDA982D4 , 0x988D2728096D477EBA6F4A5AAE31B2E2 , 0xC0DCCAF2A0F440BAA9B15B812F568A2A , 0xB74A81E4EFFE49D4BC01145236DFD3ED , 0x118BCDA450A541B884EF1E4B04C1D735 , 0x5BCDA1E160AE421A884F558C62C2E8C3 , 0x9355F61CD2C348D4839DD4FB4A56ED9D , 0x81F4EBCC27E64C109B538604BFA82681 , 0xBCC6FB924E354352A7C6CBB30DDCEB92 , 0x4EDC4F21C278414993737B350D65CE9D , 0x0E84F6FA58AB4EAEBF41B8AB6EF8D9E9 , 0x052388E521924BE5B516A16753A405E8 , 0x60806EF4B7C84FB1818EE72AAB3CF399 , 0x07002A8C74F74F0BB5ED85D8A59E875B , 0x646611B105CD4F58A2CA652C91DF2975 , 0xFE4BF190740042EBADD65D52D89E6FA4 , 0xDF6258B4B02845A592C304FE986AE052 , 0xD274E5444BDB4B9EA640015887FE1989 , 0x53C3F88F4D3D4419999825DC4A73647E , 0xCAF11042CE174FA78B82ED67C48198C7 , 0x2F0CF9035B3D4DD494DB11F867C657A0 , 0x5E04E5803889429AA262DDBF456FAE80 , 0x35672C2A1B5A469C8503C77D310989BE , 0xB70D537A7380431EBCDD5613780CBEB5 , 0xF1C01478C4F643FC8294BD0B5426E2A0 , 0x9D391734A6EA4AB6A160994502F6D01D , 0xC3DB40838216420995A0E33EFBB83857 , 0xE875FA8F02EA4FB2A896E60A66B34CA8 , 0xCA06E673C9D0430D8B8831D91E4A53FC , 0x82D8C8A7429444E787F2C7C0F940AFE6 , 0xD01578B37F98452BB4687463204F408C , 0x48D309A1C9D946038608FDBC6932A500 , 0x0A3F0A1F3AB84B1587FDE2EB7E2DDB66 , 0x33642C63778543A882507365A28D4E4E , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0x59B8CE25C30C4F238976E5DB00E0F2F7 , 0x17E989A20FF542DE84F68AE783D88DAD , 0x3C25718CAD744AF993B40C58FB5BCC55 , 0x8EEABD8E0DE14592906FD3EE3EE9D094 , 0x0E03F0E376FD44CCA645F796F86D8EE2 , 0x51436CED6C8949E2AD8D2ABA1EC33993 , 0x53E4A030C1484AFAAA3AD9A63E7C8D0C , 0xC6EF80E989BB40D28584140A90512DE1 , 0x221B64458A154C2284F72316790F729E , 0x7E2010D49B9D48D18B887D3057F1F8A2 , 0xF7C7B9C86CF140EE8785F71C1969A227 , 0x49BD236298A643768538B222DD2BAC8E , 0xE5DC384820DF42FF87409D069FF55947 , 0x3CA08C4BF8284A70B06EE876E5FD5C6F , 0xC06D41F75E8E4881811322C4EE4AE97A , 0xEEB1172BEAE2404DB1C08D564BAA658D , 0xD7598D9A84CB4294B0037243826A2E44 , 0x211A38B709A84B198D369B82D10C19EE , 0x3AF696E599824A919A809C42B0B9E9F6 , 0xC5491401894A4D97A54B4EF547A68317 , 0x0247791B45054C689DC340A2C29E97C3 , 0xAE2F3C11B14C476B8AF7C45D63869EBC , 0xD53DEF18874C4AC18B224FBC07554900 , 0x3AB08779C25249B9849BA26D3B7A0A2B , 0xFBF822C1D1084A09A3A6E500FD83C351 , 0x978648C238AF48D3B655595F0883865A , 0xD13A554D5225424C9ADC855E39A1070C , 0x3840AF9D07234FA5B437A06EB7F7D163 , 0xEDB5DE36FE7949CD816C2F471EA8428D , 0x4A3260EBD64746FBA52E5C7694EA9DA7 , 0xBB8F97F4F10E42FA8921582426D22285 , 0xFF99C8AFF36B44EAB0E1CE60A3CCD39B , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x8BB5548A73A7428D980BA256D3E41E6F , 0xF82A8F4A5F6A40089A913F1F16DA9FCD , 0x5D77219DE0154C0BAC2A8837C841F841 , 0x58E15680A170476CBA641C844883EF0B , 0x2B02765382A240218B667C601097AE5A , 0x96AB547947F847F7B09DB8913231F48C , 0xD24E8F79A93A4AF7B49B709A3C48C04F , 0xD77B5EE881C449E38792D993BB4D62F0 , 0x0353A85A67AD4EB1B230AADF911CB3FE , 0xD77A75A1B1794617ACD5175F6E6B8746 , 0xBD9B273F45AC40478A3165D9F8580223 , 0x98428DAB5B8045BCBCBE767DD35FD311 , 0x5289C9AC1E1A4525B028566BCF32C7D8 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0x62FD24F7D9DE4E3F8AC0162AF6C77547 , 0xA15162103F2A4289B370E0EB4971F0CA , 0xC624EA737DDA423890C8B30499EDC4CE , 0x60652C2A934848ECA73723EF83E6571B , 0x90F8F4BE76F8485792BBA9435CD5AA3F , 0x73698DB3297243979F0E98FA109A5DE9 , 0xCB0369BA491B423A9EF0AEB0963F805A , 0x50BD5C5D13D5461B8715FA535C5AE243 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0x96F6462DD5E9444BAA8A6510915825D3 , 0xEA72A169AA5D4806A0542A9C12611C18 , 0xC786D9A630D448089425CE8BA893AF38 , 0x3EE47E481297487BBA0E48A078B31627 , 0x3AF83C92E8DD40679504B3B0497BBF3E , 0x7F686C413F524D07A1D5928DBB3A7FF4 , 0xF419DB766C1D4B1782B52DFA62D9B9DF , 0xF03D98334ACE4895BF222260EBBAA175 , 0xB26609F41D7D49F29499FCDC8D10A78D , 0xB47762D7A4BB4D49A1F613D96FD805CA , 0x4807980ACF794DB0A78E5362CC7C8762 , 0xC7841340237141FD9773B0B75D97FE5E , 0x5181DA93B4F94F9B81B617F08E635B5F , 0xC3709F5D2DD14C66BBE914FEEEC20301 , 0x042F2621F9B04A88894236C9A1A266DC , 0xF8708545FE3D43458AF9CB3F377A2CC1 , 0x9E45D926DADC40FCBFA3D8068DEF99BE , 0xA95198C1FA3440B3A409F813A46D7A63 , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0x544A2015944B40C085239BEF584AEDDA , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0xDB5460FD7959419788EC414BE3947D20 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0x28916ADF88504C208540D811B87234CB , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0x07DA59EC089C4877BC5B0630C1AA6982 , 0x0533DC2C4BF342DDBCF30366EFC8CD3B , 0x4301F27076D0402286600AD3F35C5001 , 0xD73E16D28EFF419D9649067012F694A2 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0xC5FC373E41C54F27976784CA73203891 , 0x05816584747C426F9371C7F5F52B001D , 0x329849610CF643A8973EC27B03DE6BEA , 0xC60190DC3ADD4B369E9B729D99C70242 , 0xC4BDD66A5D044DAEB2714A0F616690F0 , 0xDC83A4C9EC1C4B5BA005C107821ED2F8 , 0x2C60DB5258B541FA945CBC9E76F0DC49 , 0x87AAA1B064C648BAAA49EF461697EFFA , 0xA6A528CB7B50485B9D908C56C82FB0AF , 0xF4887F30E2D04B20990C67C085B878CB , 0xB545E799455C4C4C81ED3DECADFC2DAA , 0x0B61C58CB8C84345A9A46041D47C05A6 , 0x1A8F0365C8F14AB3B32544425DBD58BA , 0x2D198E78D15342088E43D3B9C54B0DA8 , 0xEB20E7D14CCD41C698D48B96E197A8D8 , 0x0E85898D386242A2B704575C57FEE46A , 0xA861FA46349D44CF9099F3C99824976A , 0x091FA1BAF33248AF8B3570F4E2E46E2F , 0x7E50B91A8CD24326BB66420181D75E08 , 0xD03BFB9951104167AA0E79619DDEA7DA , 0x3267A2371AB043F49B2A943AF945C588 , 0x85BC60971243447EBC8644104DF8892C , 0xBFB5D1B8C1944FDB95ACC126E4662C57 , 0x8DCBAB859A7C42ECBCAF518265726F1B , 0x3D834912B10F40B9A8F2B3EF14F0DA20 , 0x9D3DF92747394B138A9C6A868E7A0093 , 0xB73EA11E02434B318C511034FFAA3C83 , 0x3B7F941BAFBA49F59826F94EDE195101 , 0xA8BD42C3592D4E5EBA7E569447F5756D , 0x15EBAA4427D147FEBCC9D38C4DD30382 , 0x77094A0C1AB44716BEE4D65629A982A5 , 0xB5712CF9566D4342A964F2743E2B08EC , 0xF377AF3867AF4A97A09F933B5C23ECB9 , 0xC50671E6CD184FA7A1E2F0AE27783278 , 0x0BF7429E66BB46709021D32B85105640 , 0x8BF83D58E3524AE2BCEC77168033C58F , 0x231EE4372DF34F9E8EA221D9ED38A4BB , 0x780641110E874D3485E36C2E4B0BA140 , 0x9FA95B042BFB4A31ACFA685B9A3E8886 , 0xD235A9A190244978A21F810799654A69 , 0xEC7860469FE94246A20F782492F757D3 , 0x45596CD8C2554BCAA63A15ACFC3F92AC , 0x41C5A2C7AD334E5292BF78075A06FA76 , 0x1426E5AE677C43D18EBC777A9B6D0ADF , 0xA0CCBF6A0D854A45B4D93C2B1E0151B1 , 0x1F9FD8DCFFED4A30A5064A96CC437910 , 0x367510B8FD81478A98A50403F5F12DFA , 0xE694E2E2EBCB4AA9993686C7A862F0BA , 0x72BA87549F8E4F19818763825B601890 , 0x60F9442771C34FAA8813598D6563997A , 0xC5392006968144268A07483408223289 , 0x2CBC8B9FFD0048539F4093B7E60AFC36 , 0x586D264197F649CCA5A35830AEB27D8D , 0x780CCB33DEE942F6B36CC4150B3ECC39 , 0x82D75984D1D74D17A10894166983BC9D , 0xB245D293187C4BC3A71BFDBD4C7D678B , 0x4545323CE87845A69DF1E11CAD59464C , 0x80BF7EAF39184C95830A4EEE0DB3A8F7 , 0x72F4F3B3CA0E4C37832B332A577A6474 , 0x62C43B60F1F24E59BE02A262C50E8AF2 , 0x585B24143964492D92DC75D83108E3FD , 0xF3E6626D18774686819498E70A751923 , 0x220E04A3D5DF4727B25B4568D7B2E58C , 0xDA40ADC772184663B035E1B3F9876A24 , 0xAA900D5502784D94AAEBFE91FD8A79E6 , 0x374A8B121E614557BCBD11AB82F22701 , 0x8CAD8BE992E84FFC947B271B908E1E8F , 0x7BB15914EE8B4B11BAED49E006B9939D , 0x93EE25B24D264F78A3AA86D03094C653 , 0xC7EBA74B199C4559A745049D36438837 , 0x4D4016666563409597871D442E890B6E , 0xF05DE8439643416F8B148A10194025E8 , 0x808E59B0E3B6423E91E97CD793056822 , 0x26F9020C39C544A997E1B11F4D4B3CF2 , 0x207A65C206194726B7FCE3A683538745 , 0x3A35BD240262442180CE4107585DFFA3 , 0x2AE0C3C99E5D419B88D5471F094CD6FC , 0x7B7FE560DD9C4708B8EA3402E001D6FA , 0x914384BAC4104F85950D06BD3F4ADB6C , 0xE93160F1086C4787819CCC8B9EF741F7 , 0x71028E7E852B49D7B055E3EC2341CE52 , 0x08582F25AEF9485FB64FC558677C68BF , 0xF7708C735AB548CE82164CBAD217BCE8 , 0x7EB477713D9C4B5F9BB2D32EAEBB7982 , 0xEFE6680569F74FAF804EE1EFAF19BE9A , 0xAA70EF7FA63A4054ACDCDAF078CAAE2F , 0xE7BD1C08EE9F420F82183E73028643F1 , 0x585ADCBF598A4F5880C0142BBF9957F9 , 0xF7597433E21E417595240E3DE3E886C1 , 0x2C56BD038B1749599BFB21B25E67D770 , 0x174895F9B7074236AE653DF12B621054 , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x6E731B162B3D455E9154054A99D572D1 , 0x7FD9693053CE4E44A521FDD95E6456DE , 0x059D05B8436E4C4DB8B8B140D189D1DE , 0x2C804CFBFD1E42AB926C6E7255DF0438 , 0xD64DB3FF0B654086950175B0219FC79A , 0x0B4240DE68A5461FAC990789BF37F906 , 0x82A800C697AC4299B7A1331059389DCC , 0x0BF055A00C2344CAAA7693F157D818A0 , 0x1BA38B068F0E462AB0C2D09D8EF6388D , 0x4D3F6781185B49B7AF6EBF3FECC77265 , 0x768006580C3841E4AFA89FBCCD2839B3 , 0x2D321AB748744BDB95E3711148088029 , 0xAA7BAB8916E544AA9140F76B2D16B3E7 , 0x3306C5BF06BD49BF8C74E5901ADDD075 , 0x3BE5A73B3D564FB1BAF9D3D45AD0936A , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0x6EC476E79FE34019BFF879294B7E5D70 , 0x4FDA5B96170648E19264BBD59D516CBC , 0xBFFB73C826B143A98399ABE70ACAE832 , 0x8053DE65E90643899531D4459B209D3C , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x47BDD0A8927F43F18C356ADA1273B095 , 0x5E517A09ACF64A9D9CA91656A88E305E , 0xBC5D2277755E4AC092E7EF42B867807D , 0xA77395A6974649E6930B2ECF1CA745D4 , 0x2010FD862DA04C30AE3164BDEAC6A049 , 0x61263D05188C4F14995A4C68A8EBD27F , 0xEFDB8340E2E041668FDCB043002ED360 , 0x95D8052E5BB84297AD3D393FE99C77ED , 0xEF67872353BF4F12B26E49337BC45368 , 0xCE183819AE20437D9DEE7AF24900ABE5 , 0x2B896C005F0A4D798250107B96A4EB67 , 0x8B2FE7EB1F3741CC8EB14CFCF1E0DDED , 0xC33EB2D9CB034C92BA5C698AEDBA5E35 , 0x2E31E2ECFC754E819E62F460BBB97D33 , 0x51C3C295EF1645C08AFF090AE2F2B63C , 0x7EFFCE1498D74F498155AE6C0A2ECF36 , 0x0383B02D438A4019B0F46AC4D8D1555F , 0x6DAF5CF930D54751AA4569E8FFEB55F2 , 0x2AEBC67959E949B4BCB9719C10A6FCA5 , 0x8BC1F9E656C2476DB73C65B5B53E1C36 , 0x3D621B0536104DAFB046FD07C68DC2BB , 0xB37D9B42AF10430EA85F5CBC6F88D188 , 0x76F287238C064721A559BBDA1D84A454 , 0x48CC805E3A0C4A708A7E361EC117BAAA , 0x972CEC88119044E7BAE968A9FD63FA3B , 0x25EB99374A8443AAB686255510DE945F , 0xBF9F660F6D3A49F481F34F81D4EBA490 , 0x6FC39764DD484CD9AC376F6103B81632 , 0xBC8E33033CD942DE98D18A8C3D97A658 , 0x6999DCA7E62942F7A91257143B4AE5F9 , 0x2134204C21B141BF8914F7AE38136E12 , 0x0275E2CFD1A7440FB3D536923D9AA016 , 0xBFAC73B9F4C64D388D9434F6D7488BCD , 0x5DED3046100944A38DFCF44849E9CFA0 , 0x38C8FEE1DB68429E84BF2D0FF7CF28D1 , 0x5ED00D0B2214467898E11032DF7FD9AF , 0x8698AF0D3F204FC8B2DD551789C653CF , 0x216CFE0522BC479F9D0035444727C9BD , 0x219714DAB9DD4282A7DDF96BBE42970E , 0xB3FE8A09A76C4EF8BD13818AE4567D60 , 0x0D04CE223D134546B518B013436D176F , 0x6187F3128EB4411C9630F8B88DB011E6 , 0xD6829F3D6B104010BCD24B5047B7547A , 0xA276F2EADC434AB081123CB10365ECEF , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x270D459C6F6F4C1996853DD1B6746AA8 , 0x88174E13225146D6B2412283209A744A , 0xD1204C8056004E1F8DA6BA6DA3FBFA3C , 0xAFFE86959B3C4CA4A83BF06985082485 , 0xB76A5CA67B614AB59970767D81CC5607 , 0x3CFE72B298C9434CB3D31B2DFF0F32F8 , 0xA0277F0230444C42BE1BA5C5BE16931B , 0x12C2099A8DCA489AB1A584D01F3C3180 , 0x0E128CFC3ECA44FAB089CF27507879FE , 0x551C3803DEB6402A9DA30A29EB24CB1C , 0xCFA25C3DB9F74762B271AC039F4ED13B , 0xE076614EF3D14134BEE71F90837F1478 , 0x9AC7319AFECC42C9A87244EC66B5BBD9 , 0xF5AE707D34074DA984F2E270F9FBA8F5 , 0x3350967B109348F6906D150A829E7CE6 , 0x35FC80689EEE49F58DF1196187AF2470 , 0xFBA830BBE8C54690AC1BCEC9B57FAD5D , 0x91E894956CDC4F67A37FDA7ACD04B633 , 0x7E4B38931FE14571BC90196E03D5F77C , 0x00D3CD3D191A440682F8F8062B6EC9BB , 0x7214D7CEB2CC4AF7B713457BA320F8C7 , 0xA784608C31F346BB9FA5E5EA84C5DA89 , 0xCFD78EE8EE7B460B9383203251BA8043 , 0xA9BB8A13A72541D38CDA4710BAC9F31B , 0xD1EC76DAF4F045279ADAA92CB3C6A4D0 , 0x8314FB86CD794B85AA2B82E2653AA478 , 0xF23F53BAD0014ED480B199886F4398EA , 0x12AE4F94052D48D2B1588CC81433DDF8 , 0xBC54D495F82141698103436B43896042 , 0x165BE59A5A984C089CA17E368CA52DD6 , 0x75B4D52761384DE8BFDCAD9C02B88D16 , 0xD99441374E184C50A9CCB1DEB4A0A30E , 0x7F48C3B337324855BE2A4227D4EF5295 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x3C30A72624804FF68C3A7E8B59E1D9A3 , 0x45F9D35A14F54849BE24BE2CE989BC17 , 0xC71043B8AB9D4AFC8D7E874D7172C8BD , 0xA99693A819554966A68139497093EA27 , 0xB574E4D3CD984C71A4C4B44847328506 , 0x9697A64A04654BD08F8CAF7278679E85 , 0xCF1C068C95A64A75BE0BD6A4FBBA6DC8 , 0x29424506F7C34F70A500C369ECDEA554 , 0x80DD15496B2F4690826E57F852314B65 , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0xC9EB29E4FD2E4437A0572855DACA354E , 0xB0906200E0BB43649CCFA3B376F02796 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0xF318CA8D1B384CEBB849637EDDE5E6DC , 0x75C9C48FD41840FCA0A70FC92EFB21D3 , 0xCE6CC81316DA412E8FE53D8B37E43057 , 0x8D9AD6C0B7B04C65BC6FF6A7FC4563DA , 0x28FE06A1FC734928A6E5826AEBEBF375 , 0x83E8D52C3B33450894FF7E57E8339D15 , 0xAACC3E0BE1F84B239761735F57505826 , 0xE1AA811ABB394AF8A6300405A2AD8564 , 0x657FD57D003D48B5959BD8C569BDBC67 , 0x52530F084F74411B89D42F9E98E5E0AD , 0x8CA550A405F345C9821DEB00F020A335 , 0xDD42ABBE6B00450FB12E1166E3CC16DD , 0x81812E0BA24D423DAC0838781A53AE70 , 0x4153E88342EC4FB38C39FF19B0C75546 , 0x3F5DFD97A55445F7B5EC641B8775BC96 , 0xBE58EFD5547E47F996DFC50BE36E2D85 , 0x88EB5628DAF24ECC9E57E8DA3106BF04 , 0xE02E60DCA1D345C587639A6DC159EFD9 , 0x73EC49CA5684422DAA3EF56AC79BAA0B , 0x6D09864E09FA4224A1159D777CCD2CB0 , 0xFAD442E1947F4B8F8CB3792E4BD8934A , 0x906DEEF0A0AB41D18A0F06AE7915F261 , 0x7403FD12394149A9A9A65A510FC951E9 , 0x876B25F7FC874FE3B583369BD116E523 , 0xA4A8C86177954121A5C1D21756B47A2B , 0x0798279001E547ADBA9078CEFC49234E , 0x62E0269E3921427F8D0A547BC4787987 , 0x15CE2D9099A04403AF012572F9C8A739 , 0x09BC02B79AC2487D899FE2620F19ED24 , 0xEFA1408CCAEA4DADA6B66609123E0411 , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x940DE9504E2B4067BB89E8DE2687044F , 0x75950F9A8A9E479799900E82895BD54D , 0xB6699DB344454F12B5DD1F514CA3C9CE , 0x67F74D970C344BADA9B434DB89E1C8A8 , 0x1053B5C1548E4A96B53756507B6AE9A0 , 0x0FC1BEAA06144C63B8BC362A83228B02 , 0xC8052FE477614F18B93F9F0797CA73D0 , 0x3999CAD63FAC4EB19DC1BF1538139751 , 0x65A194AB8EA845C588CC79CCC353F529 , 0x49BD26CD2D784A939E1B345B7C8A882A , 0xAA0FB918C2C048A9AAB89B77A0E43A12 , 0x91C047D4AE304B3BA0514155F2E018B1 , 0xE99F3C4BA046461383A9BC673D0B87AF , 0x15589B7A3F434FD7A696BF0CA915C44D , 0xE982D8B587D84ADF9BF44A37F1FFAC6B , 0x2201C62BCF28490B9B9F3B79941DD830 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0xF7E08DCDC51E41B4AD81103BCE005171 , 0x490C2F7F6652408686C46DD6D7E9EF3C , 0x443D9C56549C437F880ECA883331F567 , 0xF0BAEBE81B0E4E7298E3643B0F20B69F , 0x28AD40325B0149F6B52DF356AA5633C4 , 0x5A81BD3663AD4BA7A1A3069BAB533C61 , 0x0204B36778D34636B823C7FE2CD38094 , 0x3ECE26E8D85D49A784DCBF1EEFC286FD , 0x9271798D42B74C1CB2E2645FFB089CB0 , 0x8754F9C0880A4971ADC78F58A305A09E , 0xCA7A7EA3307B4B6895E543268CF9DBF0 , 0x55F53D301CD04B28B04FD783070562C8 , 0x447AA8610B854E7EBF2C19B57CFD3AE1 , 0xA14F6CAA6D284B6CBDA4BD4160E2B5C0 , 0xAD300848165F496FAFF082123582050C , 0xA9A24FF974FC44CFB65909EA1190C134 , 0xA2BE0F12DDB4434AA714DDA3D26E4FDC , 0xB146933FADD64913B51B97E02752810B , 0x55598F8926234EE6B25A23CB2DCDAB5F , 0x247A03AA7796426081763EAE8CC50A43 , 0x83AB4B4C265445CDB204D27E9CCC7A1B , 0x51D377F2507D4E299DE17E25904F5BD7 , 0x750B6C87D0DA49E4A328A677E22F69A0 , 0x48B93469815C49AE9600B75B882B1FAD , 0x04853167B4D749CD9DEA9CB1CAFCE888 , 0x9CA575BB2961434B9B671EDBE50262DC , 0x4E0A4DDA13704AF3A7E6AB01AB09E529 , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0x731DAD0D2FFA46159D6B1DAE42385A50 , 0x3A9FAE0E37354DE2A96AFF6B8105CFBB , 0x4AD41F7F31064E7BA2483544068F1B61 , 0xE43ACDEDC7C14E16B3665E3823A09BDA , 0xF475575C0F7E4845A3312B585AF9979C , 0xA98BD2924357447C910421250F5A4712 )) GROUP BY `product` . `id` ;
Copy
83
48.39 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"åšc‹Ÿ!C2«!å;‡Çmª "
b"\x12 oÌvýêNÞ¢8MØÏE\x00 ‰ "
b"JhÎm$üDŒ¯½¤p\x1A ØúÚ "
b"q\x07 "¦º]C\x10 ¿Ìä¼€Ð]º "
b"┌fîÔ╩JEɃ(%Ò┐é1Ö "
b"¬\x11 bµ(ê@gƒ—\x15\x11\x08 nÿ/ "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"_\x15 §║ÿJA╣ü8O╦║#®â "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b"v)c\r ‚\x0F Fà¢Î\r ù)JUê "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"ê^Ð …CFW¸FFâ]\x0E ¤G "
b"Bߢ$¹»F² Ò¥´Š2a "
b"¤tC¤ÛìI‹§\x0E 5ÔÑÎQù "
b"Ò<\x01 7É┬Inélm╝s°î¡ "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"\e À\x16 45{G\x10 ¼é\x17 ÿý:ËÌ "
b"\f ôƒ\x01 ØODW│I┤ð±2W║ "
b"Dä6\t >~Ns”óÀt—*Zz "
b"ÞP\x10 █±ÞH.ó4¦╗ÙÉ@¤ "
b"ܼâW\v ÍB~›\x15 Ö\v ëpÂ\x06 "
b"çZ‗ƒV8A½░╗¦íçÅ\x1C í "
b"g,ïV┴&BbºêÎOÍ\x19 Ø\x15 "
b"MÊ™æ¹Gá½üŒjÿ\x1F öà "
b"M¼G™Þ\x1A H\x1C †\x12\x15 )\x14 ú0 "
b"ÖÃ\r \x08 V¾LgìÉK\x18 çlú┬ "
b"–±ªÕ”ÕD\x01 ŒñU\x16 ¯‹m "
b"åí¯¡╝yB═ü]É}&}d3 "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"[Ð<^xxJ$¼7Q'3³\e i "
b"y┴┤B7¦JÚº╔¯\x13 ÉüR╚ "
b"\x1D ÒÓóŠËCž“ó_eù·Ùt "
b"Îzê¾kåEdŠÊ\x17 #Ð[£\x06 "
b"""
Ê\x1E „"ù~@\n
¿>,˜gÚÍ\x12
"""
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"&ù)¦ÞÕKƒ™Dk¤ª+\x1A Ï "
b"G^ˆ8]dFBŒ\x02 ¯^³ªÐ† "
b"L¿–§\x08\x08 L°ƒ\x0F\x1E \x12 ô®a "
b"ëÕX\x11 v§CØ¢Ú\▓´ßë² "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"øx\x07 Û\x02 õLÃúaÈÉKÒ4å "
b"""
¾¡\n
«m”DË¡÷à´À&Q\t
"""
b"Jp6n=ôO[¯\x05 ö£\x0E\x10 àé "
b"\x05 <e7+\x18 C\x19 ‚”½2rÅœ\x18 "
b"ü¾¾\x18 ╠ƒN║¢¿\6P \x1F V "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"õÊ\x12 ôviMî¦ó‰g\x00 „\n \x10 "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b"I†±ÁÈ\x08 O蜬œ”J‡Þ\x19 "
b"\x1A MB\x04\x1C DC#ªOwô\x15 vÄ\x02 "
b"╬¹\x1E `ÊDHÞüÀ¿»*³R\x08 "
b"Ü.pê6vEhŒ\v ÅÄ\x1D Ö]¡ "
b"?sÞÂÔ║A┘║\x14 Ô\x1A Ù\e Å■ "
b"\x0E ®}ï:tLN½Š‰c\t ·|' "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"Ÿ˜Ò“p\v J\x10 ±ž¬2\x00\x1F N‡ "
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"\x1F =˘ë˜JÍ¢«„cXd·] "
b"─Æ@\x1D õ\x12 J-¼‗¶ØÂ=1╩ "
b"iÀ5™íEJÿ¥½mÞk-4Å "
b"ÕUþB*\x1E MQÉP\t .c¨|V "
b"ã?ý\x03\f\x1E C’¸d\K×Ygc "
b"ý±Œ¸\x00 ZCC¦vÐ$À\x06 á· "
b"\x18 fŸcÙŒJI“ƒEù\x05 o»& "
b"|\x11 l└-.A+øÉèæHÙô\t "
b"¤\x1A +IÔÄI9¡gÚTsy‡‰ "
b"gyp—á?Bí¨bWÇ\x1C Bz( "
b"8u\x11\x0E œ¢AE§5{Ø7z· "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"fSsvo+F\x18 ¡"‡à£×\x0E & "
b"÷œGµNFGüŒÎ\x06 t¨“\x1D è "
b"aÐÄ\x19 ÊAø¾Å›È\x11 Ï\x07 u "
b"""
Ì\n
w┬p\x19 F\x08 Å÷}┐╬\x18 @ó
"""
b"Xwd¶úFÊ—ÿÕÇ•Q²« "
b"!t!þALE\x12 †uû\x11 ÇûI[ "
b"-°7 \f ¶@ı┤Ø\x1D t8L\r ð "
b"úJ o┬O@~ܨ\x1E ƒ!░\x02 ì "
b"\x00 ·I*ä\x17 Iª“N;]áï#© "
b"Ýõc(\x1C ÇJ³ƒ*\x04 Nï¬\x18 ‘ "
b"`T,ºç–FŒ§ùHß\x15 †›€ "
b"ëÑq\x07 VHE\x1D ´D•ylBâ™ "
b"""
ôÏ?é)7D\x10 ¶¨\x1F è\n
óž„
"""
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"\x06 Ì<!¾\x7F Ox¤†÷0Tu\x13 ” "
b"j¹_┼fTC─╗®Ø×k└<¢ "
b"ÿ‡3§¼9Jç˜!C6\x08 <`Z "
b"\x1C }╦}þãA¥àÅ×\v \¦Ðd "
b"‰jy\x0E FSD·²z®v\x1D Øt. "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"aìg\x14 ?äCx£GIg\x08 ¬äõ "
b"\e +$·n\x1E M·“ÖÍš2.Žd "
b"\x01 Ž;BÇÆB4»4\x02 ÌÚ:8‰ "
b"ÿ\r …ŃñLè„Y Éó霷 "
b"""
\x1D d¿‡¼bJF”_?Cù²\n
u
"""
b"\x07 fV³]:L/¹1&9³½í\x04 "
b"\x10 ▓!ç}ôKÛòj(═Ëc║ü "
b"¬ä╔áɦDÌû├ý¥┌§\x06 Ù "
b"ü\x15 ,7çíHÈ▒a\x00 ôkûE= "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b""FFqœ¨DV„à.Ç…ÿ\x05\x1A "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"┬]z\x01\x03\x17 C\x15 ┐øHìÅGaÒ "
b"âZ:L\x0F wH.’l"ˆ”¢ñÓ "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"mN\e 0Ä,A2”r°Y •¼\x1A "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"\v g9óY-M1‰~søÊ‘‹ "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"C]|K\x13 ¯BÈ™™X•\x18 VÀL "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"ü▀@??ò@┌ä\x01 ╚¯·Û~C "
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"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"È)ÙÅ■ë@õñÖþK²ÌßV "
b"8,*\x07 ȨG®§NÕ¤g\x02 Å" "
b"\x15 \x00 ñ\f 6@¦¢\x06 Î\x1F dS\x17 ä "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"V`\x0E\x14 »rL8£»[W‹Ò\x10 × "
b"´.L¯tü@\e ³O¥!âm—O "
b"7\x0F þ;¥ýN¤’ÑŸ‹´‚ö¼ "
b"³nur‘¹M%£Däÿ\x01 óD] "
b"ŸG¥3l%C\x02 ¯Õ•©ÝU\x08 ý "
b"dhD\r |ÑEÌ•¥›°-vÏ… "
b"kÖÌ€÷{B\x19 ‹ø¸#Bâ‹A "
b"$K`0ÿýE)¤Ð\x15 ¾Pº"% "
b":\e a├%6FãÅSD╬Þ\x00 @D "
b"=\x17\x1C ¦ùìDÖ†úÁdÿ\x06 9Ÿ "
b"é}geëÄLD bþßÙÿ€ý "
b"O\x19 Í\x13 Ï´G>£v)ähU\x13 Þ "
b"╔▀\x10 f&äL?¼-ìàV\x1E Òc "
b"süYÂ\x0E ñKù‘î\x1C APž\e "
b"Ð¥E¤³VN]Н@¦AGá/ "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"╠\x17 ÉU\v {Fð┐ß\v\f °·-Î "
b"çÞú6s'A╠╗WgpƒiDÅ "
b"\x00 ð°‘\x17\e C•¹\x7F ×:½\x18 \Ö "
b"Ǫ¯óáÒKÚNZÊYÂ$\n "
b"fy ü…}EŒ…Lj »œÜ4 "
b"░n\e {╣üDvùlCQ╬\x7F B▒ "
b"\x12 8r█¤\x13 E‗í│űÂßÎ\t "
b"\x01 Û$\x18 êyAÅ’=áÜ\x12 ÖE "
b"\x07 ŠÛsä3@,¬\x1D\x0F ·ž[øÇ "
b"»¢ …)x@"•ñÇá\r ^H\x03 "
b"“¾-¹«sD\f ŸDÔßøi¶Û "
b"¨mæ:\x08 °O°«cáý\x00 UÒ; "
b". '2\e a@J¾ïcò|\x02 Èå "
b"[\t {Ô5èHö™æ*\x1F MRl\x7F "
b"¯5§MȶJ\x17 “Ð\x7F å\x13 ”ñ‡ "
b"§¢ÎçhnDø¯\x05 ÈÔ¶´ä\x1E "
b"$Ù\x12\x03 "àGí ¡G4éxçŽ "
b"*\x08 {g›òA㪫l\x1D uÞ=< "
b"±9'7ÛnDMŒÉÜíêöƒ¬ "
b"""
n┤ÙuÙ\x04 FðØï"╩Ì\n
║┐
"""
b"oƒ”¸z\x1D D|¢Õ’!\x19 Œf‰ "
b"ã$\x7F €§¿C묀õÑY¬\x05 ‰ "
b"@8]„àüMn§Öà?LÖ•È "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"z1\x18 ð\x03\v Gúû─Å░╠ÕÅô "
b"¶V¡ñ\x05 ñAI›\x02 ¦â…X3/ "
b"ÑŸ¨/I)I\x1A µ\x02\x7F GÅÄlÛ "
b"6!2Çc\v E(ÿæ=öËßÅ\x07 "
b"ª\x03 òå¼ÏGOˆHö²Õu‰Û "
b"8C/ì)¼B░¬Ç.╚=õ¨à "
b"—Î<k?êG·«ß\x18 Õ\x08 éÍ6 "
b"@L<fªWK\x1F ½£Ý\x07 ‹\x08 :ï "
b":pÅ2#“G8»D2ÓŒš\x11 Í "
b"""
Rî“eùsO\n
¬Þ§\r §e[
"""
b"\r ŸÀr\x01 ëBT•-\x13 ÓˆÉ>\x00 "
b"ÞJ;ðÆ:H\x1A ¨®¼;Á\x19 î\x12 "
b"\x1A Z\x03 ̸!D–¿~\r ¢g\x15 2A "
b"Kfô¸Ã^E\x11 ¬YÿG¼yr\x07 "
b"Q¥²v╣╔L£øTUü\x1D h┼\f "
b"ö¶®p‚~Db«\f ÌÚ"\x05 ÐÎ "
b"`Ñe│\x0F ;CO║ý\x1E\x15 ì°îx "
b"¥#e±D\x06 D\x04 …Òœ¬\×\x0F\v "
b"\x00 ÜN\x11 Ý\x00 BÈ ÊÅ@ÈÁ|† "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"ÝÝÅ█¢HCMøÏ×╝\x04\x03 Ör "
b"É›\x06 ´‚fN¥°©¡è\qæx "
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"ÏÀÎVUÕ@\x06 Œ÷ß\x00 DÉŠ\x18 "
b"FVWp\x00 ZHª‡šåÖ¾Û’‰ "
b"é¡s\x1E jo@â£d¦#âËAã "
b"7¸\x05 –yL\¶\x01\x00 Œ\x11 fF\x01 "
b"_\x16 ²╔═\x04 Jzó▄ìkcÁBé "
b"T&Æ¥ëBFà†9í“jA\x01 ® "
b"┼╠╠Ã&>ANÅÝ▒LA\x1A ▀a "
b"""
ër½&EüBñæk\n
ël\x15 ƹ
"""
b"F3ì\x13 ÚfHEª~6Y¸A\x10\x11 "
b"\f +\f (ì¶AȾ©\x00 üj®gt "
b"u\x1D 2û\x0F GF(µÂ\r ©±`Í? "
b"É*7┴=*N@╝┤\x1E ºÈ;b| "
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"Wozf%¤K@´ª\x14 øXÓõ( "
b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11 "
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"vMI°ÒlH\x1E ┐Éì:YÐd' "
b"ôÁ\x12 £+4D‘·OYס">‰ "
b"INÙ5hýB܆¨à4\x0F \r Åp "
b"Ž¥Ã\x19 ºÛ@¿±àò«èáB\x0F "
b"بT+xöG:™ôhþ+*ìP "
b"m®P?’kEä…+“C\x06 ØÁç "
b"0\x17 le/›H3€Kå].\I\x1F "
b"JþßÿBì@O”-™²\x02 þ%p "
b"\x07 lyı'¥@®╝¤´.\x0F ;ÎÅ "
b"ÌΆô¹ÏFBª›ÐæyÄ\x04 j "
b"\x07 QãL1ËD\x14 ”Ê›véÁ\x1E J "
b"╩■<§ì5LÊ║Ô þ_─¸▄ "
b"Òòåaý\t OO½\x06 ÕË’˜Gc "
b"\x15 ;¤\x12 ?\x1D Nz³p\x1C L$~Œë "
b"|/j'z‚Lï€mØô¾iÊ "
b"ôWÆÃî@á¢u\x1A\x7F í©‚Ô "
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"¼Æû’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"■K±Ét\x00 BÙ¡Í]RÏ×oñ "
b"ßbX´°(E¥’Ã\x04 þ˜jàR "
b"ÒtåDKÛKž¦@\x01 X‡þ\x19 ‰ "
b"S├°ÅM=D\x19 Öÿ%▄Jsd~ "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"/\f ù\x03 [=MÔ”Û\x11 øgÆW "
b"^\x04 å€8‰Bš¢bÝ¿Eo®€ "
b"5g,*\e ZFœ…\x03 Ç}1\t ‰¾ "
b"·\r Szs€C\x1E ¼ÝV\x13 x\f ¾µ "
b"ñÀ\x14 xÄöCü‚”½\v T&â "
b"Ø9\x17 4ªÛJÂí`ÖE\x02 ÷ð\x1D "
b"ÃÛ@ƒ‚\x16 B\t • ã>û¸8W "
b"""
Þu·Å\x02 ÛO▓¿ûµ\n
f│L¿
"""
b"Ê\x06 æsÉÐC\r ‹ˆ1Ù\x1E JSü "
b"‚ØÈ§B”Dç‡òÇÀù@¯æ "
b"Ð\x15 x³\x7F ˜E+´htc O@Œ "
b"HÓ\t ¡ÉÙF\x03 †\x08 ý¼i2¥\x00 "
b"""
\n
?\n
\x1F :¸K\x15 ‡ýâë~-Ûf
"""
b"3d,cwàC¿éPseóìNN "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"Y¸Î%Ã\f O#‰våÛ\x00 àò÷ "
b"\x17 Úëó\x0F §BÌä÷èþâÏì¡ "
b"<%qŒtJù“´\f Xû[ÌU "
b"ÄÛ¢Ä\r ßEÆÉo˯>Úðö "
b"\x0E\x03 ðãvýD̦E÷–ømŽâ "
b"QClÝlëIÔ¡ì*║\x1E ├9ô "
b"Sõá0┴HJ·¬:┘ª>|ì\f "
b"""
ã´ÇÚë╗@Êàä\x14 \n
ÉQ-ß
"""
b""\e dEŠ\x15 L"„÷#\x16 y\x0F rž "
b"~ \x10 ÈøØHÐïê}0W±°ó "
b"÷ǹÈlñ@÷\x1C\x19 i¢' "
b"I½#b˜¦Cv…8²"Ý+¬Ž "
b"Õ▄8H ▀B ç@Ø\x06 ƒ§YG "
b"< ŒKø(Jp°nèvåý\o "
b"└mA¸^ÄHüü\x13 "─¯JÚz "
b"¯▒\x17 +ÛÔ@M▒└ìVK¬eì "
b"ÎYìÜä╦Bö░\x03 rCéj.D "
b"!\x1A 8À\t ¿K\x19 ì6øéÐ\f\x19 ¯ "
b":ö–噂J‘š€œB°¹éö "
b"ÅI\x14\x01 ‰JM—¥KNõG¦ƒ\x17 "
b"\x02 Gy\e E\x05 LhØ├@ó┬×ù├ "
b"®/<\x11 ±LGkŠ÷Ä]c†ž¼ "
b"Õ=ï\x18 ‡LJÁ‹"O¼\x07 UI\x00 "
b"""
:°‡yÂRI¹„›¢m;z\n
+
"""
b"ûø"ÁÑ\x08 J\t £¦å\x00 ýƒÃQ "
b"—†HÂ8¯HÓ¶UY_\x08 ƒ†Z "
b"Ñ:UMR%BLšÜ…^9¡\x07\f "
b"8@»Ø\x07 #OÑ┤7ánÀ¸Ðc "
b"ÝÁÌ6■yI═ül/G\x1E ¿Bì "
b"J2`ÙÍGF¹Ñ.\vöÛØº "
b"╗Åù¶±\x0E B·ë!X$&Ê"à "
b"ÿ™È¯ókDê°áÎ`£ÌÓ› "
b"]—Û›3 MôµË\x13 æ4€vÌ "
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"û½TyG°G¸░Ø©æ21¶î "
b"ÊNÅy®:J¸┤øpÜ<H└O "
b"Î{^Þü─IÒçÆ┘ô╗Mb "
b"\x03 S¨ZgN±²0ªß‘\x1C ³þ "
b"×zu¡±yF\x17 ¬Õ\x17 _nk‡F "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11 "
b"R‰É¬\x1E\x1A E%°(VkÏ2ÇØ "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"bý$÷ÙÞN?ŠÀ\x16 *öÇuG "
b"¡Qb\x10 ?*B‰³pàëIqðÊ "
b"ã$Ûs}┌B8É╚│\x04 ÖÝ─╬ "
b"`e,*“HHì§7#ïƒæW\e "
b"ɰ¶¥v°HWÆ╗®C\ı¬? "
b"siì│)rCùƒ\x0E ÿ·\x10 Ü]Ú "
b"Ë\x03 iºI\e B:žð®°–?€Z "
b"P½\]\x13 ÕF\e ‡\x15 úS\ZâC "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"–öF-ÕéDKªŠe\x10 ‘X%Ó "
b"êr¡iª]H\x06 T*œ\x12 a\x1C\x18 "
b"dž٦0ÔH\x08 ”%΋¨“¯8 "
b">ä~H\x12 —H{º\x0E H x³\x16 ' "
b":ø<’èÝ@g•\x04 ³°I{¿> "
b"\x7F hlA?RM\x07 íıÆì╗:\x7F ¶ "
b"ô\x19 Ûvl\x1D K\x17 ‚µ-úbÙ¹ß "
b"ð=˜3JÎH•¿""`뺡u "
b"▓f\t ¶\x1D }I‗öÖ³▄ì\x10 ºì "
b"´wbפ»MI¡ö\x13 ÙoØ\x05 Ê "
b"""
H\x07 ˜\n
ÏyM°§ŽSbÌ|‡b
"""
b"Ç„\x13 @#qAý—s°·]—þ^ "
b"Qü┌ô┤¨OøüÂ\x17 Äc[_ "
b"ÃpŸ]-ÑLf»é\x14 þîÂ\x03\x01 "
b"\x04 /&!ù°Jˆ‰B6É¡¢fÜ "
b"øp…Eþ=CEŠùË?7z,Á "
b"×E┘&┌▄@³┐úÏ\x06 ì´Ö¥ "
b"©Q˜Áú4@³¤\t ø\x13 ¤mzc "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"TJ \x15 ”K@À…#›ïXJíÚ "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"ÛT`ýyYA—ˆìAKã”} "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"\x07 ÚYì\x08 œHw¼[\x06 0Áªi‚ "
b"\x05 3Ü,KóBݼó\x03 fïÈÍ; "
b"""
C\x01 òpvÐ@"†`\n
Óó\P\x01
"""
b"Î>\x16 ÊÄ AØûI\x06 p\x12 ÷öó "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"Åü7>AÅO'—g„Ês 8‘ "
b"\x05 üeät|Boôqç§+\x00\x1D "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"ã\x01 É▄:¦K6×ørØÖÃ\x02 B "
b"─¢Íj]\x04 M«▓qJ\x0F afÉ "
b"܃¤Éì\x1C K[ \x05 Á\x07 ‚\x1E Òø "
b",`ÛRXµAú”\¼žvðÜI "
b"‡ª¡°dÆHºªIïF\x16 —ïú "
b"ªÑ(╦{PH[ØÉîV╚/░» "
b"ôˆ\x7F 0âÐK ™\f gÀ…¸xË "
b"ÁEþÖE\LLüÝ=ý¡³-¬ "
b"\v aÅŒ¸ÈCE©¤`AÔ|\x05 ¦ "
b"\x1A Å\x03 e╚±J││%DB]¢X║ "
b"-\x19 ŽxÑSB\x08 ŽCÓ¹ÅK\r ¨ "
b"ë çÑLÍAƘԋ–á—¨Ø "
b"\x0E àëì8bBóÀ\x04 W\W■õj "
b"¿a·F4ØD¤ÉÖ¾╔ÿ$ùj "
b"\t\x1F ¡ºó2H¯‹5pôâän/ "
b"~P╣\x1A îÊC&╗fB\x01 üÎ^\x08 "
b"ð;¹ÖQ\x10 Ag¬\x0E yaØÌº┌ "
b"2g¢7\x1A °Cô›*”:ùEň "
b"…¼`—\x12 CD~¼†D\x10 Mø‰, "
b"¿µÑ¸Á”OÛ•¬Á&äf,W "
b"ì╦½àÜ|Bý╝»Qéero\e "
b"=ƒI\x12 ±\x0F @¹¨ò³ï\x14 ðÚ "
b"Ø=¨'G9K\x13 è£jåÄz\x00 ô "
b"·>¡\x1E\x02 CK1ŒQ\x10 4ÿª<ƒ "
b";\x7F ”\e ¯ºIõ˜&ùNÞ\x19 Q\x01 "
b"¨½BÃY-N^º~V”Gõum "
b"\x15 ëªD'ÑGþ¼ÉÓŒMÓ\x03 ‚ "
b"w\t J\f\x1A ´G\x16 ¾äÖV)©‚¥ "
b"µq,ùVmCB©dòt>+\x08 ì "
b"ów¯8g¯J— Ÿ“;\#ì¹ "
b"Å\x06 qæÍ\x18 O§¡âð®'x2x "
b"\v ¸B×f╗FpÉ!Ë+à\x10 V@ "
b"ï°=XÒRJÔ╝ýw\x16 Ç3┼Å "
b"#\x1E ä7-óOžŽ¢!Ùí8¤» "
b"x\x06 A\x11\x0E ‡M4…ãl.K\v ¡@ "
b"Ÿ©[\x04 +ûJ1¬úh[š>ˆ† "
b"Ê5®íÉ$Ixó\x1F ü\x07 ÖeJi "
b"ìx`FŸéBF¢\x0F x$’÷WÓ "
b"EYlØÂUKʦ:\x15 ¬ü?’¬ "
b"AÅ¢Ç3NR’¿x\x07 Z\x06 úv "
b"""
\x14 &å®g|CÑŽ¼wz›m\n
ß
"""
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"Xm&Aù÷I╠ÑúX0«▓}ì "
b"x\f Ë3ÞéBö³lÄ\x15\v >Ì9 "
b"éÎYäÐÎM\x17 í\x08 ö\x16 iâ╝Ø "
b"²EÒ“\x18 |Kç\e ý½L}g‹ "
b"EE2<ÞxEªØ±ß\x1C ¡YFL "
b"""
€¿~¯9\x18 L•ƒ\n
Nî\r ³¨÷
"""
b"rôó³Ê\x0E L7ƒ+3*Wzdt "
b"bÄ;`ñòNY¾\x02 ¢bÅ\x0E Šò "
b"X[$\x14 9dI-’ÜuØ1\x08 ãý "
b"""
¾µbm\x18 wFåüöÿþ\n
u\x19 #
"""
b""\x0E\x04 £ÕßG'²[Eh×²åŒ "
b"Ú@Çr\x18 Fc°5á³ù‡j$ "
b"¬É\r U\x02 xMö¬Ù■æ²èyµ "
b"7J‹\x12\x1E aEW¼½\x11 «‚ò'\x01 "
b"î¡ïÚÆÞO³ö{'\e ÉÄ\x1E Å "
b"{▒Y\x14 ¯ïK\x11 ║ÝIÓ\x06 ╣ôØ "
b"“î%²M&Ox£ª†Ð0”ÆS "
b"ÃÙºK\x19 £EYºE\x04 Ø6Cê7 "
b"M@\x16 fec@•—‡\x1D D.‰\v n "
b"ð]èC–CAo‹\x14 Š\x10\x19 @%è "
b"€ŽY°ã¶B>‘é|ד\x05 h" "
b"&ù\x02\f 9ÅD©—á±\x1F MK<ò "
b" zeÂ\x06\x19 G&·ü㦃S‡E "
b":5½$\x02 bD!€ÎA\x07 X]ÿ£ "
b"*àÃÉž]A›ˆÕG\x1F\t LÖü "
b"{\x7F å`ÝœG\x08 ¸ê4\x02 à\x01 Öú "
b"‘C„ºÄ\x10 O…•\r \x06 ½?JÛl "
b"Ú1`±\x08 lGçü£╠ï׸A¸ "
b"q\x02 Ž~…+I×°Uãì#AÎR "
b"\x08 X/%®ùH_¶OÅXg|h¿ "
b"÷pŒsZµH΂\x16 LºÒ\x17 ¼è "
b"~´wq=œK_›²Ó.®»y‚ "
b"ïæh\x05 i÷O¯€Náï¯\x19 ¾š "
b"ªpï\x7F ¦:@T¬ÜÚðxÊ®/ "
b"ç½\x1C\x08 îŸB\x0F ‚\x18 >s\x02 †Cñ "
b"XZÜ¿YŠOX€À\x14 +¿™Wù "
b"÷Yt3â\x1E Au•$\x0E =ãè†Á "
b",V½\x03 ‹\x17 IY›û!²^g×p "
b"\x17 H•ù·\x07 B6®e=ñ+b\x10 T "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"ns\e\x16 +=E^‘T\x05 J™ÕrÑ "
b"\x7F Ùi0SÎND¥!ýÙ^dVÞ "
b"\x05 Ø\x05 ©CnLM©©▒@ÐëÐÌ "
b",€Lûý\x1E B«’lnrUß\x04 8 "
b"ÖM³ÿ\v e@†•\x01 u°!ŸÇš "
b"\v B@Þh¥F\x1F ¬™\x07 ‰¿7ù\x06 "
b"é¿\x00 ãù¼BÖÀí3\x10 Y8Ø╠ "
b"\v ðU \f #Dʪv“ñWØ\x18 "
b"\e úï\x06 Å\x0E F*░┬ðØÄ÷8ì "
b"M?gü\x18 [IÀ»n┐?ýÃre "
b"v€\x06 X\f 8A䯨Ÿ¼Í(9³ "
b"-2\x1A ·HtKÛ•ãq\x11 H\x08 €) "
b"ª{«‰\x16 åDª‘@÷k-\x16 ³ç "
b"3\x06 ┼┐\x06 ¢I┐îtÕÉ\x1A ¦ðu "
b";å§;=VO±ºùÓÔZГj "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"nÄvçŸã@\x19 ¿øy)K~]p "
b"O┌[û\x17\x06 H߯d╗ıØQl╝ "
b"""
¿ûsÈ&±C©ƒ™«ç\n
Êè2
"""
b"ÇSÌeÚ\x06 Cëò1ÈEø Ø< "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"G½Ð¨’\x7F CñŒ5jÚ\x12 s°• "
b"^Qz\t ¼÷JØ£®\x16 V¿Ä0^ "
b"¼]"wu^JÀ’çïB¸g€} "
b"§s•¦—FIæ“\v .Ï\x1C §EÔ "
b" \x10 ý†- L0®1d½êÆ I "
b"a&=\x05\x18 ŒO\x14 ™ZLh¨ëÒ\x7F "
b"´█â@ÔÓAfÅ▄░C\x00 .Ë` "
b"•Ø\x05 .[¸B—=9?éœwí "
b"ïg‡#S¿O\x12 ²nI3{ÄSh "
b"╬\x18 8\x19 « C}دz‗I\x00 ½Õ "
b"+‰l\x00 _\n My‚P\x10 {–¤ëg "
b"‹/çë\x1F 7AÌŽ±LüñàÝí "
b"Ã>²ÙË\x03 L’º\iŠíº^5 "
b".1Ôý³uNü×b¶`╗╣}3 "
b"""
QÕï\x16 EÀŠÿ\t \n
âò¶<
"""
b"""
~ ╬\x14 ÿÎOIüU«l\n
.¤6
"""
b"\x03 ƒ°-CŠ@\x19 °ôjÄØÑU_ "
b"m¯\ù0ÕGQªEièÿëUò "
b"*ëÆyYéI´¼¹qœ\x10 ¦ü¥ "
b"‹ÁùæVÂGm·<eµµ>\x1C 6 "
b"=b\e\x05 6\x10 M»░F²\x07 ãì┬╗ "
b"³}›B¯\x10 C\x0E ¨_\¼oˆÑˆ "
b"vò‡#Œ\x06 G!¥Y»Ú\x1D „¤T "
b"HÌ€^:\f JpŠ~6\x1E Á\x17 ºª "
b"ù,ýê\x11 ÉDþ║Úh®²c·; "
b"%ë™7J„Cª¶†%U\x10 Þ”_ "
b"┐ƒf\x0F m:I¶ü¾OüÈÙñÉ "
b"o×dÝHLÙ¬7oa\x03 ¸\x16 2 "
b"¼Ž3\x03 <ÙBޘъŒ=—¦X "
b"i™Ü§æ)B÷©\x12 W\x14 ;Jåù "
b"!4 L!±A¿‰\x14 ÷®8\x13 n\x12 "
b"\x02 uâÏѧD\x0F ³Õ6’=š \x16 "
b"┐¼s╣¶ãM8ìö4÷ÎHï═ "
b"]Ý0F\x10\t Dúì³¶HIÚ¤á "
b"8ÈþáÛhBž„¿-\x0F ÷Ï(Ñ "
b"^Ð\r \v "\x14 Fx˜á\x10 2ß\x7F Ù¯ "
b"†˜¯\r ? OȲÝU\x17 ‰ÆSÏ "
b"!l■\x05 "╝GƒØ\x00 5DG'╔¢ "
b"!—\x14 Ú¹ÝB‚§Ýùk¾B—\x0E "
b"│■è\t ºlN°¢\x13 üèõV}` "
b"\r \x04 Î"=\x13 EFµ\x18 °\x13 Cm\x17 o "
b"aç¾\x12 Ä┤A\x1C û0°©ì░\x11 µ "
b"Ö‚Ÿ=k\x10 @\x10 ¼ÒKPG·Tz "
b"óv‗Û▄CJ░ü\x12 <▒\x03 eý´ "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"'\r EœooL\x19 –…=Ѷtj¨ "
b"ˆ\x17 N\x13 "QFÖ²A"ƒ štJ "
b"Ð LÇV\x00 N\x1F ìª║mú¹·< "
b"¯þ†•›<L¤¨;ði…\x08 $… "
b"Àj\ª{aJÁÖpv}ü╠V\x07 "
b"<þr²˜ÉCL³Ó\e -ÿ\x0F 2ø "
b" '\x7F\x02 0DLB¾\e ¥Å¾\x16 “\e "
b"\x12 ┬\t Üì╩HÜ▒Ñäð\x1F <1Ç "
b"\x0E\x12 Œü>ÊDú°‰Ï'Pxyþ "
b"""
U\x1C 8\x03 ÌÂ@*Øú\n
)Ù$╦\x1C
"""
b"Ï¢\=¹÷Gb²q¬\x03 ŸNÑ; "
b"ÓvaN¾ÐA4¥þ\x1F Éâ\x7F\x14 x "
b"šÇ1šþÌBɨrDìfµ»Ù "
b"õ®p}4\x07 M©„òâpùû¨õ "
b"""
3Pû{\x10 ôH÷Ém\x15 \n
é×|µ
"""
b"5³ÇhׯI§ì±\x19 aç»$p "
b"¹¿0╗Þ┼Fɼ\e ╬╔Á\x7F ¡] "
b"‘蔕lÜOg£\x7F ÚzÍ\x04 ¶3 "
b"~K8ô\x1F ßEq╝É\x19 n\x03 ı¸| "
b"\x00 ÓÍ=\x19\x1A D\x06 ‚øø\x06 +nÉ» "
b"r\x14 ×βÌJ÷·\x13 E{£ øÇ "
b"§„`Œ1óF»Ÿ¥åê„ÅÚ‰ "
b"Ï׎èî{F\v “ƒ 2Qº€C "
b"©»Š\x13 §%AÓŒÚG\x10 ºÉó\e "
b"ÑìvÚôðE'šÚ©,³Æ¤Ð "
b"ƒ\x14 û†ÍyK…ª+‚âe:¤x "
b"ò?SºÐ\x01 NÔ€±™ˆoC˜ê "
b"\x12 ®O”\x05 -HÒ±XŒÈ\x14 3Ýø "
b"╝TÈò°!Aiü\x03 CkCë`B "
b"\x16 [åšZ˜L\x08 œ¡~6Œ¥-Ö "
b"u┤ı'a8MÞ┐▄¡£\x02 ©ì\x16 "
b"Ù”A7N\x18 LP©Ì±Þ´ £\x0E "
b"\x7F Hó72HU¾*B'ÔïR• "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"<0§&$€OöŒ:~‹YáÙ£ "
b"EùÓZ\x14 õHI¾$¾,鉼\x17 "
b"Ã\x10 C©½ØJ³ì~çMqr╚¢ "
b"®ûô¿\x19 UIfªü9IpôÛ' "
b"µtäÓ͘Lq¤Ä´HG2…\x06 "
b"ûùªJ\x04 eKðÅî»rxg×à "
b"Ï\x1C\x06 Œ•¦Ju¾\v Ö¤ûºmÈ "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b"Ǧ\x15 Ik/FÉénW°R1Ke "
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"Éë)äý.D7 W(UÚÊ5N "
b"░Éb\x00 Ó╗Cd£¤ú│v'û "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"¾\x18 ╩ì\e 8LÙ©Ic~¦Õµ▄ "
b"u╔─ÅÈ\x18 @³áº\x0F ╔.¹!Ë "
b"╬l╚\x13\x16 ┌A.ÅÕ=ï7õ0W "
b"ìÜÍ└À░Le╝o÷º³Ec┌ "
b"(þ\x06 ¡üsI(¦å‚jëëóu "
b"âÞı,;3E\x08 ö ~WÞ3Ø\x15 "
b"ªÌ>\v áøK#—as_WPX& "
b"߬ü\x1A ╗9J°ª0\x04\x05 ó¡àd "
b"e\x7F Õ}\x00 =Hµ•›ØÅi½¼g "
b"RS\x0F\x08 OtA\e ‰Ô/ž˜åà "
b"Œ¥P¤\x05 óEÉ‚\x1D ë\x00 ð £5 "
b"ÝB«¾k\x00 E\x0F ±.\x11 fãÌ\x16 Ý "
b"üü.\v óMB=¼\x08 8x\x1A S«p "
b"ASèƒBìO³Œ9ÿ\x19 °ÇUF "
b"?]ý—¥TE÷µìd\e ‡u¼– "
b"¾XïÕT~Gù–ßÅ\v ãn-… "
b"ˆëV(ÚòNÌžWèÚ1\x06 ¿\x04 "
b"à.`Ü¡ÓEŇcšmÁYïÙ "
b"sìIÊV„B-ª>õjÇ›ª\v "
b"m\t åN\t ·B$í\x15 Øw|═,░ "
b"·ÈBßö\x7F KÅî│y.KÏôJ "
b"Ém¯á½AÐè\x0F\x06 «y\x15 ‗a "
b"t\x03 ý\x12 9AI©©¦ZQ\x0F ÉQé "
b"‡k%÷ü‡O㵃6›Ñ\x16 å# "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"\x07 ÿ'É\x01 ÕG¡║Éx╬³I#N "
b"""
bÓ&×9!B\x7F ì\n
T{─xyç
"""
b"\x15 ╬-ÉÖáD\x03 »\x01 %r¨╚º9 "
b"\t ¼\x02 ·šÂH}‰Ÿâb\x0F\x19 í$ "
b"ï¡@ŒÊêM¦¶f\t\x12 >\x04\x11 "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"ÂiØ│DEO\x12 Á¦\x1F QLú╔╬ "
b"g÷M—\f 4K©´4Û‰áȨ "
b"\x10 SµÁTŽJ–µ7VP{jé "
b"\x0F Á¾ª\x06\x14 Lc¸¼6*ƒ"‹\x02 "
b"È\x05 /äwaO\x18 ¹?Ÿ\x07 —ÊsÐ "
b"9Ö╩Í?¼N▒Ø┴┐\x15 8\x13 ùQ "
b"e¡”«Ž¨EňÌyÌÃSõ) "
b"I½&Í-xJ“ž\e 4[|Šˆ* "
b"ª\x0F ¹\x18 ÂÀH©ª¸›w ä:\x12 "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"éŸ<K FF\x13 ƒ©¼g=\v ‡¯ "
b"\x15 X›z?COצ–¿\f ©\x15 ÄM "
b"邨µ‡ØJß›ôJ7ñÿ¬k "
b""\x01 Æ+Ï(I\v ›Ÿ;y”\x1D Ø0 "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"¸Óì═┼\x1E A┤¡ü\x10 ;╬\x00 Qq "
b"I\f /\x7F fR@††ÄmÖ×éï< "
b"D=œVTœC\x7F ˆ\x0E ʈ31õg "
b"ðºëè\e\x0E Nr˜ãd;\x0F ¶Ÿ "
b"(@2[\x01 Iöµ-óVªV3Ä "
b"Zü¢6c¡Kºíú\x06 ø½S<a "
b"\x02\x04 ³gxÓF6¸#Çþ,Ó€” "
b">Î&èØ]I§„Ü¿\x1E ï†ý "
b"ÆqyìBÀL\x1C ▓Ôd_¹\x08 £░ "
b"""
çT¨└ê\n
Iq¡ÃÅXú\x05 á×
"""
b"Êz~£0{Kh•åC&ŒùÛð "
b"Uõ=0\x1C ÐK(°O׃\x07\x05 bÈ "
b"Dz¨a\v …N~¿,\x19 µ|ý:á "
b"¡Olªm(Kl½¤½A`âµÀ "
b"0\x08 H\x16 _Io¯ð‚\x12 5‚\x05\f "
b"®óO¨t³D¤ÂY\t Û\x11 É┴4 "
b"¢¾\x0F\x12 Ý´CJ§\x14 Ý£ÒnOÜ "
b"▒Fô?¡ÍI\x13 Á\e ùÓ'Rü\v "
b"UYÅë&#Nµ▓Z#╦-═½_ "
b"""
$z\x03 ¬wûB`üv>«î┼\n
C
"""
b"ƒ«KL&TEͲ\x04 Ò~œÌz\e "
b"QËw‗P}N)Øß~%ÉO[Î "
b"u\v l‡ÐÚIä£(¦wâ/i "
b"H╣4iü\I«û\x00 À[ê+\x1F ¡ "
b"\x04 à1g┤ÎI═ØÛ£▒╩³Þê "
b"œ¥u»)aCK›g\x1E Ûå\x02 bÜ "
b"""
N\n
MÚ\x13 pJó§æ«\x01 «\t å)
"""
b"Í<Í$DDD=¾]$Ò])áÖ "
b"s\x1D ¡\r /·F\x15 Øk\x1D «B8ZP "
b":ƒ«\x0E 75MÔ®j kü\x05 ¤╗ "
b"JÈ\x1F\x7F 1\x06 N{óH5D\x06 Å\e a "
b"ä:ÍíÇÁN\x16 ³f^8# ›Ú "
b"ôuW\\x0F ~HE£1+XZù—œ "
b"©‹Ò’CWD|‘\x04 !%\x0F ZG\x12 "
]
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 (0xE59A638B9F214332AB21E53B87C76DAA , 0x126FCC76FDEA4EDEA2384DD8CF450089 , 0x4A68CE6D24FC448CAFBDA4701AD8FADA , 0x710722A6BA5D4310BFCCE4BC80D05DBA , 0xDA668CE2CA4A45909F2825E3BF823199 , 0xAC1162B528EA406783971511086EFF2F , 0xC193C5C3677240BA8498CB282694A75A , 0x5F15F5BA984A41B981384FCBBA23A983 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x7629630D820F46E0A2CE0DF9294A55EA , 0x51070503953F46338AE553AAD8369B0F , 0xEA5ED02085434657B84646E25D0EA447 , 0x42DFA224B9BB46C2B2A0D2A5B48A3261 , 0xA47443A4DBEC498BA70E35D4D1CE51F9 , 0xE33C013790C2496E826C6DBC73F88CAD , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0x1BC01634357B4710BCE917FFFD3ACBCC , 0x0C939F019D4F4457B349B4D0F13257BA , 0x44E436093E7E4E7394F3C074972A5A7A , 0xE85010DBF1E8482EA234DDBBEB9040CF , 0xDCBCE2570BCD427E9B15D60BEB70C206 , 0x875AF29F563841ABB0BBDDA1878F1CA1 , 0x672C8B56C1264262A788D74FD6199D15 , 0x4DC38A99E6B947E1BDFC8C6AFF1FF6E0 , 0x4DBC4799DE1A481C8612152914FA3020 , 0x99C70D0856F34C678D904B18876CA3C2 , 0x96B1AAD594D544018CF15516AF8B6D20 , 0x86A1EEADBC7942CD815D907D267D6433 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0x5BD03C5E78784A24BC37512733B31B69 , 0x79C1B44237DD4AE9A7C9EE13908152C8 , 0x1DD2D3F38ACB439E93F35F65F9B7D974 , 0xCE7AEABE6BE545648ACA1723D05BA306 , 0xCA1E8422F97E400ABF3E2C9867DACD12 , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xD398C2DDEBC444F6A74DC3133125987F , 0x26F929A6DED54B8399446BA4AA2B1ACF , 0x475E88385D6446428C02AF5EB3AAD086 , 0x4CBF96A708084CB0830F1EAD12F4AE61 , 0x89E5581176F5439DBDE95CB2EFE189FD , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0x9B7807EA02E44CC7A361D4904BE33486 , 0xBEA10AAB6D9444CBA1F7E0B4C0265109 , 0x4A70366E3DF44F5BAF05F6A30E10E0E9 , 0x053C65372B1843198294BD3272C59C18 , 0x81F3F318CC9F4EBABDA85C3650FF1F56 , 0x481078A8A1154B838281D129F2C084CB , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xF5CA12F476694DEEA6F3896700840A10 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x4986B1C1C8084FE89CAC9C944A87DE19 , 0x1A4D42041C444323AA4F77F41576C402 , 0xCEFB1E60D24448E881B7A8AF2AFC5208 , 0xDC2E70EA367645688C0BC5C41DD65DA1 , 0x3F73E8B6E2BA41D9BA14E21AEB1B8FFE , 0x0EAE7DEF3A744C4EBD8A896309B77C27 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0x9F98D293700B4A10B19EAC32001F4E87 , 0x66D65AB9AB034AC59E737C04FF6A6D36 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x8F1332EB43334D159175A80ED6E45057 , 0xBB85B730792E47D297853AE1ECA5EB74 , 0x1F3DCB98EB984ACDA2AB84635864B75D , 0xC492401DE4124A2DACF2F49DB63D31CA , 0x69C03599ED454AFFA5BD6DDE6B2D34C5 , 0xE555E7422A1E4D519050092E63F97C56 , 0xE33FFD030C1E4392B8645C4BD7596763 , 0xFDB18CB8005A4343A676D024C006E1B7 , 0x18669F63D98C4A49938345F9056FBB26 , 0x7C116CC02D2E412B9B908A9148EB9309 , 0xA41A2B49D4C44939A167DA5473798789 , 0x67797097E13F42EDA86257C71C427A28 , 0x3875110E9CA24145A7357BD8377AADB7 , 0x882A0D90845C46C9BB019659A615F235 , 0x0CF665757B114488B50086B62E4BA9F2 , 0x665373766F2B4618A12287E0A3D70E26 , 0xF79C47B54E4647FC8CCE0674A8931DE8 , 0x61D0C4AD19CA41F8BEC59BC811CF0775 , 0xDE0A77C2701946088FF67DBFCE1840A2 , 0x587764B6FAAD46CA97FFD5C79551B2AB , 0x217421FE414C45128675FB11C7FB495B , 0x2DF837200CF440D5B49D1D74384C0DD0 , 0xA34A206FC24F407E9AF91E9F21B0028D , 0x00B7492AE41749AA934E3B5DE1EF23A9 , 0xDDF563281CC74AB3832A044EEFAC1891 , 0x60542CBAE796468CA7F948DF15869B80 , 0xEBD171075648451DB44495796C42E299 , 0xF4CF3FE929374410B6A81FE80AF39E84 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x06CC3C21BE7F4F78A486F73054751394 , 0x6AFB5FC5665443C4BBA99D9E6BC03CBD , 0xFF8733A7BC394AE798214336083C605A , 0x1C7DCB7DE7C641BE858F9E0B5CDDD164 , 0x896A790E465344B7B27AAE761DD8742E , 0x0198CC7F3E447214A848528DE060A0ED , 0x61EC67143FE44378A347496708ACE4F5 , 0x1B2B24B76E1E4DB793D6CD9A322E8E64 , 0x018E3B42C7C64234BB3402CCDA3A3889 , 0xFF0D85C583F14CE88459A0C9F3E99CB7 , 0x1D64BF87BC624A46945F3F43F9B20A75 , 0x076656B35D3A4C2FB9312639B3BDED04 , 0x10B221877D934BEA956A28CDD363BA81 , 0xAA84C9A090DD44DE96C3ECBEDAF506EB , 0x81152C3787A148D4B16100936B96453D , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x224646719CA8445684E02EC785FF051A , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xC25D7A0103174315BF9B488D8F4761E3 , 0xE25A3A4C0F77482E926C228894A2F1D3 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x6D4E1B30C42C41329472B0592095BC1A , 0xADF28C1B866641CA80805EDA0F657E47 , 0x0B6739F3592D4D31897E73F8CAC2918B , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0x435D7C4B13AF42C8999958951856C04C , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0x6AC99B6A187A49D0962E40890AC916F7 , 0x81DF403F3F9540DA8401C8EEFAEA7E43 , 0x84D9D963505C48DB9228354EE88FB681 , 0xFA3391C9B81A471A94C8D41FD0219852 , 0x004B11B664424995968A6294D4EA4AE7 , 0xBAAF0501442649A780E5481B2D0CA46D , 0x99EB30031DC3465C8FE88A9C89476E57 , 0xD429EB8FFE8940E4A499E74BFDDEE156 , 0x382C2A07C8A847AEA74ED5A46702C522 , 0x15AD00F10C3640A6A206CE1F645317E4 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0x56600E14BB724C38A3BB5B578BD210D7 , 0xB42E4CAF74FC401BB34FA521E26D974F , 0x370FFE3BA5FD4EA492D19F8BB482F6BC , 0xB36E757291B94D25A344E4FF01F3445D , 0x9F47A5336C254302AFD595A9DD5508FD , 0x6468440D7CD145CC95A59BB02D76CF85 , 0x6BD6CC80F77B42198BF8B82342E28B41 , 0x244B6030FFFD4529A4D015BE50BA2225 , 0x3A1B61C3253646C68F5344CEE8004044 , 0x3D171CA6F9EC44D686FAC164FF06399F , 0xE97D6765EBC44C44A062FEDFD9FF80FD , 0x4F19CD13CFB4473EA37629E4685513DE , 0xC9DF106626844C3FAC2D8D85561EE363 , 0x73FC59C20EF14BF991EE1C4150AD9E1B , 0xD0A545A4B3564E5D8AAF40A64147E12F , 0x3CEB37A732424262915D394BDED5A67B , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xCC1790550B7B46D0BFE10B0CF8FA2DD7 , 0x87E8A336732741CCBB5767709F69448F , 0x00F0B091171B4395B97FD73ABD185CD6 , 0xC7AAAFF3E1D24BDAAD4E5ACA59C2240A , 0x6679A0FC857D458C854C6AA0BB9CDC34 , 0xB06E1B7BB9814476976C4351CE7F42B1 , 0x123872DBCF1345F2A1B38FF1B6E1D709 , 0x01DB2418EA7941C5923DE1DC12C39645 , 0x078ADB73E433402CAC1D0FB79E5BF8C7 , 0xBBA2A0852978402295F1C7E10D5E4803 , 0x93BE2DB9AB73440C9F44D4DFF869B6DB , 0xA86DE63A08B04FB0AB63E1FD0055D23B , 0x2E2027321B61404ABEEF63F27C02C8E5 , 0x5B097BD435E848F699E62A1F4D526C7F , 0xAF35A74DC8B64A1793D07FE51394F187 , 0xA7A2CEE7686E44F8AF05C8D4B6B4E41E , 0x24D9120322E047EDA0A14734E978E78E , 0x2A087B679BF241E3AAAB6C1D75DE3D3C , 0xB1392737DB6E444D8CC9DCEDEAF683AC , 0x6EB4EB75EB0446D09D8B22CADE0ABABF , 0x6F8394B87A1D447CA2D59221198C6689 , 0xE3247F80A7BF43EBAC80F5D159AC0589 , 0x40385D84E0FC4D6EA7D6E03F4CD695C8 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0x7A3118D0030B47A396C48FB0CCE58F93 , 0xB656A1F105F141499B02A6E28558332F , 0xD19FA82F4929491AB5027F47C5C46CDB , 0x36213280630B452898913D94D3E18F07 , 0xAA03F2E5BCCF474F8848F6B2D57589DB , 0x38432F8D29AC42B0AA802EC83DE4F985 , 0x97CE3C6B3FEA47B7ABDF18D508E9CD36 , 0x404C3C66AA574B1FBDA3DD078B083AEF , 0x3A70C53223934738BB4432D38C9A11CD , 0x52EE9365F9734F0AACDEC2A70DA7655B , 0x0D9FC07201EB4254952D13D388C93E00 , 0xDE4A3BF0C63A481AA8AEBC3BC119EE12 , 0x1A5A03CCB8214496BF7E0DA267153241 , 0x4B66F4B8C35E4511AC59FF47BC797207 , 0x51BEFD76B9C94C9C9B5455811D68C50C , 0xF6B6AE70827E4462AB0CCCDA2205D0CE , 0x60A565B30F3B434FBAEC1E158DF88C78 , 0xA52365B14406440485D29CAC5CD70F0B , 0x00DC4E11DD0042C8A0CAC540C8C17C86 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0xEDED8FDBBD48434D9BD89EBC04039972 , 0xC99B06B482664EA5B0A9A1E85C71E678 , 0xA3E5D1801BCF4E73AB714E3361673727 , 0xD12ABE34043E4C20B600AB65142E8168 , 0xBA77C0763DFB47158760B6ADA7335C90 , 0x6C5CAB49E3A544C88A39669BAA30E5C5 , 0xCFC0CE5655D540068CF7DF0044C98A18 , 0x46565770005A48AA879AE5D6BEDB9289 , 0xE9A1731E6A6F40E2A364A623E2CB41E3 , 0x37C2B80596794C5CB601008C11664601 , 0x5F16FDC9CD044A7AA2DC8D6B63B54282 , 0x5426C6A5EB4246E08639ED936A4101AE , 0xC5CCCCC7263E414E8FEDB14C411ADF61 , 0x8972AB26458142A4916B0A896C1592FB , 0x4633EC13DA664845AA7E3659B8411011 , 0x0C2B0C28ECB641C8BEA900FC6AAE6774 , 0x751D32FB0F474628B5C20DA9B160CD3F , 0x902A37C13D2A4E40BCB41EA7D43B627C , 0x837EBDD2A0D14CE29B1475DA71930FF4 , 0x40F140D4B34C4CB9BB712059869EBB52 , 0x1019C35382624FAAADB3A994C768F138 , 0x562927BC78874C0C82C007C7A2A591B7 , 0xFA9A145DF22D466B96BCC1360CB87177 , 0xD6FAAC7CDC84449996627E8948B985D9 , 0x576F7A6625A44B40B4AA14F858D3F528 , 0x33997CDD7B564DE09F5E8A56DDC4D911 , 0x4C50F7C089D04E7AB88E5EA33C5E7FF9 , 0x79D2F91FE3A44CB69664C720D0BCBB3C , 0x0A522654F8A846B0B96B861B7DCA0DBE , 0x28C3F5F9818146B897C51856F442DF98 , 0xF3D4EED7F3924E0790A077DF968CFE9D , 0x8F576EE93F3B41F290C1326DA81AB9FD , 0xE4DD7FD0989647C8992F5460984B5E7D , 0x58370C4033EB46FC8F8AC14508192BCB , 0x764D49F8E36C481EBF908D3A59D16427 , 0xF4C112A32B344491B74F59D7A1223E89 , 0x494ED93568FD42DC86A8E0340F0DC570 , 0x8EA5C319BADB40BFB1E0F2ABE8E1420F , 0xD8A8542B78F6473A99F468FE2B2AEC50 , 0x6DAE503F926B45E4852B934306D8C1E7 , 0x30176C652F9B4833804BE55D2E5C491F , 0x4AFEDFFF42EC404F942D99B202FE2570 , 0x076C79D527BE40A9BCCFEF2E0F3BD78F , 0xCCCE86F4B9CF4642AA9BD0E679C4046A , 0x0751E34C31CB441494CA9B76E9C11E4A , 0xCAFE3CF58D354CD2BAE220E75FC4F7DC , 0xD2F2E561FD094F4FBD06D5CB92984763 , 0x153BA4123F1D4E7AB3701C4C247E8CEB , 0x7C2F6A277A824CC3AF806DD8F4BE69CA , 0xF457C6C3ADEE40E1A2751A7FEDA982D4 , 0x988D2728096D477EBA6F4A5AAE31B2E2 , 0xC0DCCAF2A0F440BAA9B15B812F568A2A , 0xB74A81E4EFFE49D4BC01145236DFD3ED , 0x118BCDA450A541B884EF1E4B04C1D735 , 0x5BCDA1E160AE421A884F558C62C2E8C3 , 0x9355F61CD2C348D4839DD4FB4A56ED9D , 0x81F4EBCC27E64C109B538604BFA82681 , 0xBCC6FB924E354352A7C6CBB30DDCEB92 , 0x4EDC4F21C278414993737B350D65CE9D , 0x0E84F6FA58AB4EAEBF41B8AB6EF8D9E9 , 0x052388E521924BE5B516A16753A405E8 , 0x60806EF4B7C84FB1818EE72AAB3CF399 , 0x07002A8C74F74F0BB5ED85D8A59E875B , 0x646611B105CD4F58A2CA652C91DF2975 , 0xFE4BF190740042EBADD65D52D89E6FA4 , 0xDF6258B4B02845A592C304FE986AE052 , 0xD274E5444BDB4B9EA640015887FE1989 , 0x53C3F88F4D3D4419999825DC4A73647E , 0xCAF11042CE174FA78B82ED67C48198C7 , 0x2F0CF9035B3D4DD494DB11F867C657A0 , 0x5E04E5803889429AA262DDBF456FAE80 , 0x35672C2A1B5A469C8503C77D310989BE , 0xB70D537A7380431EBCDD5613780CBEB5 , 0xF1C01478C4F643FC8294BD0B5426E2A0 , 0x9D391734A6EA4AB6A160994502F6D01D , 0xC3DB40838216420995A0E33EFBB83857 , 0xE875FA8F02EA4FB2A896E60A66B34CA8 , 0xCA06E673C9D0430D8B8831D91E4A53FC , 0x82D8C8A7429444E787F2C7C0F940AFE6 , 0xD01578B37F98452BB4687463204F408C , 0x48D309A1C9D946038608FDBC6932A500 , 0x0A3F0A1F3AB84B1587FDE2EB7E2DDB66 , 0x33642C63778543A882507365A28D4E4E , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0x59B8CE25C30C4F238976E5DB00E0F2F7 , 0x17E989A20FF542DE84F68AE783D88DAD , 0x3C25718CAD744AF993B40C58FB5BCC55 , 0x8EEABD8E0DE14592906FD3EE3EE9D094 , 0x0E03F0E376FD44CCA645F796F86D8EE2 , 0x51436CED6C8949E2AD8D2ABA1EC33993 , 0x53E4A030C1484AFAAA3AD9A63E7C8D0C , 0xC6EF80E989BB40D28584140A90512DE1 , 0x221B64458A154C2284F72316790F729E , 0x7E2010D49B9D48D18B887D3057F1F8A2 , 0xF7C7B9C86CF140EE8785F71C1969A227 , 0x49BD236298A643768538B222DD2BAC8E , 0xE5DC384820DF42FF87409D069FF55947 , 0x3CA08C4BF8284A70B06EE876E5FD5C6F , 0xC06D41F75E8E4881811322C4EE4AE97A , 0xEEB1172BEAE2404DB1C08D564BAA658D , 0xD7598D9A84CB4294B0037243826A2E44 , 0x211A38B709A84B198D369B82D10C19EE , 0x3AF696E599824A919A809C42B0B9E9F6 , 0xC5491401894A4D97A54B4EF547A68317 , 0x0247791B45054C689DC340A2C29E97C3 , 0xAE2F3C11B14C476B8AF7C45D63869EBC , 0xD53DEF18874C4AC18B224FBC07554900 , 0x3AB08779C25249B9849BA26D3B7A0A2B , 0xFBF822C1D1084A09A3A6E500FD83C351 , 0x978648C238AF48D3B655595F0883865A , 0xD13A554D5225424C9ADC855E39A1070C , 0x3840AF9D07234FA5B437A06EB7F7D163 , 0xEDB5DE36FE7949CD816C2F471EA8428D , 0x4A3260EBD64746FBA52E5C7694EA9DA7 , 0xBB8F97F4F10E42FA8921582426D22285 , 0xFF99C8AFF36B44EAB0E1CE60A3CCD39B , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x8BB5548A73A7428D980BA256D3E41E6F , 0xF82A8F4A5F6A40089A913F1F16DA9FCD , 0x5D77219DE0154C0BAC2A8837C841F841 , 0x58E15680A170476CBA641C844883EF0B , 0x2B02765382A240218B667C601097AE5A , 0x96AB547947F847F7B09DB8913231F48C , 0xD24E8F79A93A4AF7B49B709A3C48C04F , 0xD77B5EE881C449E38792D993BB4D62F0 , 0x0353A85A67AD4EB1B230AADF911CB3FE , 0xD77A75A1B1794617ACD5175F6E6B8746 , 0xBD9B273F45AC40478A3165D9F8580223 , 0x98428DAB5B8045BCBCBE767DD35FD311 , 0x5289C9AC1E1A4525B028566BCF32C7D8 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0x62FD24F7D9DE4E3F8AC0162AF6C77547 , 0xA15162103F2A4289B370E0EB4971F0CA , 0xC624EA737DDA423890C8B30499EDC4CE , 0x60652C2A934848ECA73723EF83E6571B , 0x90F8F4BE76F8485792BBA9435CD5AA3F , 0x73698DB3297243979F0E98FA109A5DE9 , 0xCB0369BA491B423A9EF0AEB0963F805A , 0x50BD5C5D13D5461B8715FA535C5AE243 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0x96F6462DD5E9444BAA8A6510915825D3 , 0xEA72A169AA5D4806A0542A9C12611C18 , 0xC786D9A630D448089425CE8BA893AF38 , 0x3EE47E481297487BBA0E48A078B31627 , 0x3AF83C92E8DD40679504B3B0497BBF3E , 0x7F686C413F524D07A1D5928DBB3A7FF4 , 0xF419DB766C1D4B1782B52DFA62D9B9DF , 0xF03D98334ACE4895BF222260EBBAA175 , 0xB26609F41D7D49F29499FCDC8D10A78D , 0xB47762D7A4BB4D49A1F613D96FD805CA , 0x4807980ACF794DB0A78E5362CC7C8762 , 0xC7841340237141FD9773B0B75D97FE5E , 0x5181DA93B4F94F9B81B617F08E635B5F , 0xC3709F5D2DD14C66BBE914FEEEC20301 , 0x042F2621F9B04A88894236C9A1A266DC , 0xF8708545FE3D43458AF9CB3F377A2CC1 , 0x9E45D926DADC40FCBFA3D8068DEF99BE , 0xA95198C1FA3440B3A409F813A46D7A63 , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0x544A2015944B40C085239BEF584AEDDA , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0xDB5460FD7959419788EC414BE3947D20 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0x28916ADF88504C208540D811B87234CB , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0x07DA59EC089C4877BC5B0630C1AA6982 , 0x0533DC2C4BF342DDBCF30366EFC8CD3B , 0x4301F27076D0402286600AD3F35C5001 , 0xD73E16D28EFF419D9649067012F694A2 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0xC5FC373E41C54F27976784CA73203891 , 0x05816584747C426F9371C7F5F52B001D , 0x329849610CF643A8973EC27B03DE6BEA , 0xC60190DC3ADD4B369E9B729D99C70242 , 0xC4BDD66A5D044DAEB2714A0F616690F0 , 0xDC83A4C9EC1C4B5BA005C107821ED2F8 , 0x2C60DB5258B541FA945CBC9E76F0DC49 , 0x87AAA1B064C648BAAA49EF461697EFFA , 0xA6A528CB7B50485B9D908C56C82FB0AF , 0xF4887F30E2D04B20990C67C085B878CB , 0xB545E799455C4C4C81ED3DECADFC2DAA , 0x0B61C58CB8C84345A9A46041D47C05A6 , 0x1A8F0365C8F14AB3B32544425DBD58BA , 0x2D198E78D15342088E43D3B9C54B0DA8 , 0xEB20E7D14CCD41C698D48B96E197A8D8 , 0x0E85898D386242A2B704575C57FEE46A , 0xA861FA46349D44CF9099F3C99824976A , 0x091FA1BAF33248AF8B3570F4E2E46E2F , 0x7E50B91A8CD24326BB66420181D75E08 , 0xD03BFB9951104167AA0E79619DDEA7DA , 0x3267A2371AB043F49B2A943AF945C588 , 0x85BC60971243447EBC8644104DF8892C , 0xBFB5D1B8C1944FDB95ACC126E4662C57 , 0x8DCBAB859A7C42ECBCAF518265726F1B , 0x3D834912B10F40B9A8F2B3EF14F0DA20 , 0x9D3DF92747394B138A9C6A868E7A0093 , 0xB73EA11E02434B318C511034FFAA3C83 , 0x3B7F941BAFBA49F59826F94EDE195101 , 0xA8BD42C3592D4E5EBA7E569447F5756D , 0x15EBAA4427D147FEBCC9D38C4DD30382 , 0x77094A0C1AB44716BEE4D65629A982A5 , 0xB5712CF9566D4342A964F2743E2B08EC , 0xF377AF3867AF4A97A09F933B5C23ECB9 , 0xC50671E6CD184FA7A1E2F0AE27783278 , 0x0BF7429E66BB46709021D32B85105640 , 0x8BF83D58E3524AE2BCEC77168033C58F , 0x231EE4372DF34F9E8EA221D9ED38A4BB , 0x780641110E874D3485E36C2E4B0BA140 , 0x9FA95B042BFB4A31ACFA685B9A3E8886 , 0xD235A9A190244978A21F810799654A69 , 0xEC7860469FE94246A20F782492F757D3 , 0x45596CD8C2554BCAA63A15ACFC3F92AC , 0x41C5A2C7AD334E5292BF78075A06FA76 , 0x1426E5AE677C43D18EBC777A9B6D0ADF , 0xA0CCBF6A0D854A45B4D93C2B1E0151B1 , 0x1F9FD8DCFFED4A30A5064A96CC437910 , 0x367510B8FD81478A98A50403F5F12DFA , 0xE694E2E2EBCB4AA9993686C7A862F0BA , 0x72BA87549F8E4F19818763825B601890 , 0x60F9442771C34FAA8813598D6563997A , 0xC5392006968144268A07483408223289 , 0x2CBC8B9FFD0048539F4093B7E60AFC36 , 0x586D264197F649CCA5A35830AEB27D8D , 0x780CCB33DEE942F6B36CC4150B3ECC39 , 0x82D75984D1D74D17A10894166983BC9D , 0xB245D293187C4BC3A71BFDBD4C7D678B , 0x4545323CE87845A69DF1E11CAD59464C , 0x80BF7EAF39184C95830A4EEE0DB3A8F7 , 0x72F4F3B3CA0E4C37832B332A577A6474 , 0x62C43B60F1F24E59BE02A262C50E8AF2 , 0x585B24143964492D92DC75D83108E3FD , 0xF3E6626D18774686819498E70A751923 , 0x220E04A3D5DF4727B25B4568D7B2E58C , 0xDA40ADC772184663B035E1B3F9876A24 , 0xAA900D5502784D94AAEBFE91FD8A79E6 , 0x374A8B121E614557BCBD11AB82F22701 , 0x8CAD8BE992E84FFC947B271B908E1E8F , 0x7BB15914EE8B4B11BAED49E006B9939D , 0x93EE25B24D264F78A3AA86D03094C653 , 0xC7EBA74B199C4559A745049D36438837 , 0x4D4016666563409597871D442E890B6E , 0xF05DE8439643416F8B148A10194025E8 , 0x808E59B0E3B6423E91E97CD793056822 , 0x26F9020C39C544A997E1B11F4D4B3CF2 , 0x207A65C206194726B7FCE3A683538745 , 0x3A35BD240262442180CE4107585DFFA3 , 0x2AE0C3C99E5D419B88D5471F094CD6FC , 0x7B7FE560DD9C4708B8EA3402E001D6FA , 0x914384BAC4104F85950D06BD3F4ADB6C , 0xE93160F1086C4787819CCC8B9EF741F7 , 0x71028E7E852B49D7B055E3EC2341CE52 , 0x08582F25AEF9485FB64FC558677C68BF , 0xF7708C735AB548CE82164CBAD217BCE8 , 0x7EB477713D9C4B5F9BB2D32EAEBB7982 , 0xEFE6680569F74FAF804EE1EFAF19BE9A , 0xAA70EF7FA63A4054ACDCDAF078CAAE2F , 0xE7BD1C08EE9F420F82183E73028643F1 , 0x585ADCBF598A4F5880C0142BBF9957F9 , 0xF7597433E21E417595240E3DE3E886C1 , 0x2C56BD038B1749599BFB21B25E67D770 , 0x174895F9B7074236AE653DF12B621054 , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x6E731B162B3D455E9154054A99D572D1 , 0x7FD9693053CE4E44A521FDD95E6456DE , 0x059D05B8436E4C4DB8B8B140D189D1DE , 0x2C804CFBFD1E42AB926C6E7255DF0438 , 0xD64DB3FF0B654086950175B0219FC79A , 0x0B4240DE68A5461FAC990789BF37F906 , 0x82A800C697AC4299B7A1331059389DCC , 0x0BF055A00C2344CAAA7693F157D818A0 , 0x1BA38B068F0E462AB0C2D09D8EF6388D , 0x4D3F6781185B49B7AF6EBF3FECC77265 , 0x768006580C3841E4AFA89FBCCD2839B3 , 0x2D321AB748744BDB95E3711148088029 , 0xAA7BAB8916E544AA9140F76B2D16B3E7 , 0x3306C5BF06BD49BF8C74E5901ADDD075 , 0x3BE5A73B3D564FB1BAF9D3D45AD0936A , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0x6EC476E79FE34019BFF879294B7E5D70 , 0x4FDA5B96170648E19264BBD59D516CBC , 0xBFFB73C826B143A98399ABE70ACAE832 , 0x8053DE65E90643899531D4459B209D3C , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x47BDD0A8927F43F18C356ADA1273B095 , 0x5E517A09ACF64A9D9CA91656A88E305E , 0xBC5D2277755E4AC092E7EF42B867807D , 0xA77395A6974649E6930B2ECF1CA745D4 , 0x2010FD862DA04C30AE3164BDEAC6A049 , 0x61263D05188C4F14995A4C68A8EBD27F , 0xEFDB8340E2E041668FDCB043002ED360 , 0x95D8052E5BB84297AD3D393FE99C77ED , 0xEF67872353BF4F12B26E49337BC45368 , 0xCE183819AE20437D9DEE7AF24900ABE5 , 0x2B896C005F0A4D798250107B96A4EB67 , 0x8B2FE7EB1F3741CC8EB14CFCF1E0DDED , 0xC33EB2D9CB034C92BA5C698AEDBA5E35 , 0x2E31E2ECFC754E819E62F460BBB97D33 , 0x51C3C295EF1645C08AFF090AE2F2B63C , 0x7EFFCE1498D74F498155AE6C0A2ECF36 , 0x0383B02D438A4019B0F46AC4D8D1555F , 0x6DAF5CF930D54751AA4569E8FFEB55F2 , 0x2AEBC67959E949B4BCB9719C10A6FCA5 , 0x8BC1F9E656C2476DB73C65B5B53E1C36 , 0x3D621B0536104DAFB046FD07C68DC2BB , 0xB37D9B42AF10430EA85F5CBC6F88D188 , 0x76F287238C064721A559BBDA1D84A454 , 0x48CC805E3A0C4A708A7E361EC117BAAA , 0x972CEC88119044E7BAE968A9FD63FA3B , 0x25EB99374A8443AAB686255510DE945F , 0xBF9F660F6D3A49F481F34F81D4EBA490 , 0x6FC39764DD484CD9AC376F6103B81632 , 0xBC8E33033CD942DE98D18A8C3D97A658 , 0x6999DCA7E62942F7A91257143B4AE5F9 , 0x2134204C21B141BF8914F7AE38136E12 , 0x0275E2CFD1A7440FB3D536923D9AA016 , 0xBFAC73B9F4C64D388D9434F6D7488BCD , 0x5DED3046100944A38DFCF44849E9CFA0 , 0x38C8FEE1DB68429E84BF2D0FF7CF28D1 , 0x5ED00D0B2214467898E11032DF7FD9AF , 0x8698AF0D3F204FC8B2DD551789C653CF , 0x216CFE0522BC479F9D0035444727C9BD , 0x219714DAB9DD4282A7DDF96BBE42970E , 0xB3FE8A09A76C4EF8BD13818AE4567D60 , 0x0D04CE223D134546B518B013436D176F , 0x6187F3128EB4411C9630F8B88DB011E6 , 0xD6829F3D6B104010BCD24B5047B7547A , 0xA276F2EADC434AB081123CB10365ECEF , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x270D459C6F6F4C1996853DD1B6746AA8 , 0x88174E13225146D6B2412283209A744A , 0xD1204C8056004E1F8DA6BA6DA3FBFA3C , 0xAFFE86959B3C4CA4A83BF06985082485 , 0xB76A5CA67B614AB59970767D81CC5607 , 0x3CFE72B298C9434CB3D31B2DFF0F32F8 , 0xA0277F0230444C42BE1BA5C5BE16931B , 0x12C2099A8DCA489AB1A584D01F3C3180 , 0x0E128CFC3ECA44FAB089CF27507879FE , 0x551C3803DEB6402A9DA30A29EB24CB1C , 0xCFA25C3DB9F74762B271AC039F4ED13B , 0xE076614EF3D14134BEE71F90837F1478 , 0x9AC7319AFECC42C9A87244EC66B5BBD9 , 0xF5AE707D34074DA984F2E270F9FBA8F5 , 0x3350967B109348F6906D150A829E7CE6 , 0x35FC80689EEE49F58DF1196187AF2470 , 0xFBA830BBE8C54690AC1BCEC9B57FAD5D , 0x91E894956CDC4F67A37FDA7ACD04B633 , 0x7E4B38931FE14571BC90196E03D5F77C , 0x00D3CD3D191A440682F8F8062B6EC9BB , 0x7214D7CEB2CC4AF7B713457BA320F8C7 , 0xA784608C31F346BB9FA5E5EA84C5DA89 , 0xCFD78EE8EE7B460B9383203251BA8043 , 0xA9BB8A13A72541D38CDA4710BAC9F31B , 0xD1EC76DAF4F045279ADAA92CB3C6A4D0 , 0x8314FB86CD794B85AA2B82E2653AA478 , 0xF23F53BAD0014ED480B199886F4398EA , 0x12AE4F94052D48D2B1588CC81433DDF8 , 0xBC54D495F82141698103436B43896042 , 0x165BE59A5A984C089CA17E368CA52DD6 , 0x75B4D52761384DE8BFDCAD9C02B88D16 , 0xD99441374E184C50A9CCB1DEB4A0A30E , 0x7F48C3B337324855BE2A4227D4EF5295 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x3C30A72624804FF68C3A7E8B59E1D9A3 , 0x45F9D35A14F54849BE24BE2CE989BC17 , 0xC71043B8AB9D4AFC8D7E874D7172C8BD , 0xA99693A819554966A68139497093EA27 , 0xB574E4D3CD984C71A4C4B44847328506 , 0x9697A64A04654BD08F8CAF7278679E85 , 0xCF1C068C95A64A75BE0BD6A4FBBA6DC8 , 0x29424506F7C34F70A500C369ECDEA554 , 0x80DD15496B2F4690826E57F852314B65 , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0xC9EB29E4FD2E4437A0572855DACA354E , 0xB0906200E0BB43649CCFA3B376F02796 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0xF318CA8D1B384CEBB849637EDDE5E6DC , 0x75C9C48FD41840FCA0A70FC92EFB21D3 , 0xCE6CC81316DA412E8FE53D8B37E43057 , 0x8D9AD6C0B7B04C65BC6FF6A7FC4563DA , 0x28FE06A1FC734928A6E5826AEBEBF375 , 0x83E8D52C3B33450894FF7E57E8339D15 , 0xAACC3E0BE1F84B239761735F57505826 , 0xE1AA811ABB394AF8A6300405A2AD8564 , 0x657FD57D003D48B5959BD8C569BDBC67 , 0x52530F084F74411B89D42F9E98E5E0AD , 0x8CA550A405F345C9821DEB00F020A335 , 0xDD42ABBE6B00450FB12E1166E3CC16DD , 0x81812E0BA24D423DAC0838781A53AE70 , 0x4153E88342EC4FB38C39FF19B0C75546 , 0x3F5DFD97A55445F7B5EC641B8775BC96 , 0xBE58EFD5547E47F996DFC50BE36E2D85 , 0x88EB5628DAF24ECC9E57E8DA3106BF04 , 0xE02E60DCA1D345C587639A6DC159EFD9 , 0x73EC49CA5684422DAA3EF56AC79BAA0B , 0x6D09864E09FA4224A1159D777CCD2CB0 , 0xFAD442E1947F4B8F8CB3792E4BD8934A , 0x906DEEF0A0AB41D18A0F06AE7915F261 , 0x7403FD12394149A9A9A65A510FC951E9 , 0x876B25F7FC874FE3B583369BD116E523 , 0xA4A8C86177954121A5C1D21756B47A2B , 0x0798279001E547ADBA9078CEFC49234E , 0x62E0269E3921427F8D0A547BC4787987 , 0x15CE2D9099A04403AF012572F9C8A739 , 0x09BC02B79AC2487D899FE2620F19ED24 , 0xEFA1408CCAEA4DADA6B66609123E0411 , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x940DE9504E2B4067BB89E8DE2687044F , 0x75950F9A8A9E479799900E82895BD54D , 0xB6699DB344454F12B5DD1F514CA3C9CE , 0x67F74D970C344BADA9B434DB89E1C8A8 , 0x1053B5C1548E4A96B53756507B6AE9A0 , 0x0FC1BEAA06144C63B8BC362A83228B02 , 0xC8052FE477614F18B93F9F0797CA73D0 , 0x3999CAD63FAC4EB19DC1BF1538139751 , 0x65A194AB8EA845C588CC79CCC353F529 , 0x49BD26CD2D784A939E1B345B7C8A882A , 0xAA0FB918C2C048A9AAB89B77A0E43A12 , 0x91C047D4AE304B3BA0514155F2E018B1 , 0xE99F3C4BA046461383A9BC673D0B87AF , 0x15589B7A3F434FD7A696BF0CA915C44D , 0xE982D8B587D84ADF9BF44A37F1FFAC6B , 0x2201C62BCF28490B9B9F3B79941DD830 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0xF7E08DCDC51E41B4AD81103BCE005171 , 0x490C2F7F6652408686C46DD6D7E9EF3C , 0x443D9C56549C437F880ECA883331F567 , 0xF0BAEBE81B0E4E7298E3643B0F20B69F , 0x28AD40325B0149F6B52DF356AA5633C4 , 0x5A81BD3663AD4BA7A1A3069BAB533C61 , 0x0204B36778D34636B823C7FE2CD38094 , 0x3ECE26E8D85D49A784DCBF1EEFC286FD , 0x9271798D42B74C1CB2E2645FFB089CB0 , 0x8754F9C0880A4971ADC78F58A305A09E , 0xCA7A7EA3307B4B6895E543268CF9DBF0 , 0x55F53D301CD04B28B04FD783070562C8 , 0x447AA8610B854E7EBF2C19B57CFD3AE1 , 0xA14F6CAA6D284B6CBDA4BD4160E2B5C0 , 0xAD300848165F496FAFF082123582050C , 0xA9A24FF974FC44CFB65909EA1190C134 , 0xA2BE0F12DDB4434AA714DDA3D26E4FDC , 0xB146933FADD64913B51B97E02752810B , 0x55598F8926234EE6B25A23CB2DCDAB5F , 0x247A03AA7796426081763EAE8CC50A43 , 0x83AB4B4C265445CDB204D27E9CCC7A1B , 0x51D377F2507D4E299DE17E25904F5BD7 , 0x750B6C87D0DA49E4A328A677E22F69A0 , 0x48B93469815C49AE9600B75B882B1FAD , 0x04853167B4D749CD9DEA9CB1CAFCE888 , 0x9CA575BB2961434B9B671EDBE50262DC , 0x4E0A4DDA13704AF3A7E6AB01AB09E529 , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0x731DAD0D2FFA46159D6B1DAE42385A50 , 0x3A9FAE0E37354DE2A96AFF6B8105CFBB , 0x4AD41F7F31064E7BA2483544068F1B61 , 0xE43ACDEDC7C14E16B3665E3823A09BDA , 0xF475575C0F7E4845A3312B585AF9979C , 0xA98BD2924357447C910421250F5A4712 ));
Copy
84
2.59 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"\x00 ·I*ä\x17 Iª“N;]áï#© "
b"\x00 ÓÍ=\x19\x1A D\x06 ‚øø\x06 +nÉ» "
b"\x00 ÜN\x11 Ý\x00 BÈ ÊÅ@ÈÁ|† "
b"\x00 ð°‘\x17\e C•¹\x7F ×:½\x18 \Ö "
b"\x01 Ž;BÇÆB4»4\x02 ÌÚ:8‰ "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"\x01 Û$\x18 êyAÅ’=áÜ\x12 ÖE "
b"\x02\x04 ³gxÓF6¸#Çþ,Ó€” "
b"\x02 Gy\e E\x05 LhØ├@ó┬×ù├ "
b"\x02 uâÏѧD\x0F ³Õ6’=š \x16 "
b"\x03 S¨ZgN±²0ªß‘\x1C ³þ "
b"\x03 ƒ°-CŠ@\x19 °ôjÄØÑU_ "
b"\x04 /&!ù°Jˆ‰B6É¡¢fÜ "
b"\x04 à1g┤ÎI═ØÛ£▒╩³Þê "
b"\x05 #ˆå!’Kåµ\x16 ¡gS¤\x05 è "
b"\x05 3Ü,KóBݼó\x03 fïÈÍ; "
b"\x05 <e7+\x18 C\x19 ‚”½2rÅœ\x18 "
b"\x05 üeät|Boôqç§+\x00\x1D "
b"\x05 Ø\x05 ©CnLM©©▒@ÐëÐÌ "
b"\x06 Ì<!¾\x7F Ox¤†÷0Tu\x13 ” "
b"\x07\x00 *Œt÷O\v µí…Ø¥ž‡[ "
b"\x07 QãL1ËD\x14 ”Ê›véÁ\x1E J "
b"\x07 fV³]:L/¹1&9³½í\x04 "
b"\x07 lyı'¥@®╝¤´.\x0F ;ÎÅ "
b"\x07 ŠÛsä3@,¬\x1D\x0F ·ž[øÇ "
b"\x07 ÿ'É\x01 ÕG¡║Éx╬³I#N "
b"\x07 ÚYì\x08 œHw¼[\x06 0Áªi‚ "
b"\x08 X/%®ùH_¶OÅXg|h¿ "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"\t\x1F ¡ºó2H¯‹5pôâän/ "
b"\t ¼\x02 ·šÂH}‰Ÿâb\x0F\x19 í$ "
b"""
\n
?\n
\x1F :¸K\x15 ‡ýâë~-Ûf
"""
b"""
\n
R&Tø¨F°¹k†\e }Ê\r ¾
"""
b"\v B@Þh¥F\x1F ¬™\x07 ‰¿7ù\x06 "
b"\v aÅŒ¸ÈCE©¤`AÔ|\x05 ¦ "
b"\v g9óY-M1‰~søÊ‘‹ "
b"\v ðU \f #Dʪv“ñWØ\x18 "
b"\v ¸B×f╗FpÉ!Ë+à\x10 V@ "
b"\f +\f (ì¶AȾ©\x00 üj®gt "
b"\f ôƒ\x01 ØODW│I┤ð±2W║ "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"\r \x04 Î"=\x13 EFµ\x18 °\x13 Cm\x17 o "
b"\r ŸÀr\x01 ëBT•-\x13 ÓˆÉ>\x00 "
b"\x0E\x03 ðãvýD̦E÷–ømŽâ "
b"\x0E\x12 Œü>ÊDú°‰Ï'Pxyþ "
b"\x0E „öúX«N®¿A¸«nøÙé "
b"\x0E àëì8bBóÀ\x04 W\W■õj "
b"\x0E ®}ï:tLN½Š‰c\t ·|' "
b"\x0F Á¾ª\x06\x14 Lc¸¼6*ƒ"‹\x02 "
b"\x10\x19 ÃS‚bOª³©”Çhñ8 "
b"\x10 SµÁTŽJ–µ7VP{jé "
b"\x10 ▓!ç}ôKÛòj(═Ëc║ü "
b"\x11 ‹Í¤P¥A¸„ï\x1E K\x04 Á×5 "
b"\x12 8r█¤\x13 E‗í│űÂßÎ\t "
b"\x12 oÌvýêNÞ¢8MØÏE\x00 ‰ "
b"\x12 ®O”\x05 -HÒ±XŒÈ\x14 3Ýø "
b"\x12 ┬\t Üì╩HÜ▒Ñäð\x1F <1Ç "
b"""
\x14 &å®g|CÑŽ¼wz›m\n
ß
"""
b"\x15 ;¤\x12 ?\x1D Nz³p\x1C L$~Œë "
b"\x15 X›z?COצ–¿\f ©\x15 ÄM "
b"\x15 \x00 ñ\f 6@¦¢\x06 Î\x1F dS\x17 ä "
b"\x15 ╬-ÉÖáD\x03 »\x01 %r¨╚º9 "
b"\x15 ëªD'ÑGþ¼ÉÓŒMÓ\x03 ‚ "
b"\x16 [åšZ˜L\x08 œ¡~6Œ¥-Ö "
b"\x17 H•ù·\x07 B6®e=ñ+b\x10 T "
b"\x17 Úëó\x0F §BÌä÷èþâÏì¡ "
b"\x18 fŸcÙŒJI“ƒEù\x05 o»& "
b"\x1A MB\x04\x1C DC#ªOwô\x15 vÄ\x02 "
b"\x1A Z\x03 ̸!D–¿~\r ¢g\x15 2A "
b"\x1A Å\x03 e╚±J││%DB]¢X║ "
b"\e +$·n\x1E M·“ÖÍš2.Žd "
b"\e úï\x06 Å\x0E F*░┬ðØÄ÷8ì "
b"\e À\x16 45{G\x10 ¼é\x17 ÿý:ËÌ "
b"\x1C }╦}þãA¥àÅ×\v \¦Ðd "
b"""
\x1D d¿‡¼bJF”_?Cù²\n
u
"""
b"\x1D ÒÓóŠËCž“ó_eù·Ùt "
b"\x1F =˘ë˜JÍ¢«„cXd·] "
b"\x1F ŸØÜÿíJ0¥\x06 J–ÌCy\x10 "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b" \x10 ý†- L0®1d½êÆ I "
b" zeÂ\x06\x19 G&·ü㦃S‡E "
b"!\x1A 8À\t ¿K\x19 ì6øéÐ\f\x19 ¯ "
b"!4 L!±A¿‰\x14 ÷®8\x13 n\x12 "
b"!l■\x05 "╝GƒØ\x00 5DG'╔¢ "
b"!t!þALE\x12 †uû\x11 ÇûI[ "
b"!—\x14 Ú¹ÝB‚§Ýùk¾B—\x0E "
b""\x01 Æ+Ï(I\v ›Ÿ;y”\x1D Ø0 "
b""\x0E\x04 £ÕßG'²[Eh×²åŒ "
b""\e dEŠ\x15 L"„÷#\x16 y\x0F rž "
b""FFqœ¨DV„à.Ç…ÿ\x05\x1A "
b"#\x1E ä7-óOžŽ¢!Ùí8¤» "
b"$K`0ÿýE)¤Ð\x15 ¾Pº"% "
b"""
$z\x03 ¬wûB`üv>«î┼\n
C
"""
b"$Ù\x12\x03 "àGí ¡G4éxçŽ "
b"%ë™7J„Cª¶†%U\x10 Þ”_ "
b"&ù\x02\f 9ÅD©—á±\x1F MK<ò "
b"&ù)¦ÞÕKƒ™Dk¤ª+\x1A Ï "
b"'\r EœooL\x19 –…=Ѷtj¨ "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"(@2[\x01 Iöµ-óVªV3Ä "
b"(├§¨üüF©ù┼\x18 V¶B▀ÿ "
b"(þ\x06 ¡üsI(¦å‚jëëóu "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b"*\x08 {g›òA㪫l\x1D uÞ=< "
b"*àÃÉž]A›ˆÕG\x1F\t LÖü "
b"*ëÆyYéI´¼¹qœ\x10 ¦ü¥ "
b"+\x02 vS‚¢@!‹f|`\x10 —®Z "
b"+‰l\x00 _\n My‚P\x10 {–¤ëg "
b",V½\x03 ‹\x17 IY›û!²^g×p "
b",`ÛRXµAú”\¼žvðÜI "
b",€Lûý\x1E B«’lnrUß\x04 8 "
b",¼‹Ÿý\x00 HSŸ@“·æ\n ü6 "
b"-\x19 ŽxÑSB\x08 ŽCÓ¹ÅK\r ¨ "
b"-2\x1A ·HtKÛ•ãq\x11 H\x08 €) "
b"-°7 \f ¶@ı┤Ø\x1D t8L\r ð "
b". '2\e a@J¾ïcò|\x02 Èå "
b".1Ôý³uNü×b¶`╗╣}3 "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"/\f ù\x03 [=MÔ”Û\x11 øgÆW "
b"0\x17 le/›H3€Kå].\I\x1F "
b"2g¢7\x1A °Cô›*”:ùEň "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"3\x06 ┼┐\x06 ¢I┐îtÕÉ\x1A ¦ðu "
b"""
3Pû{\x10 ôH÷Ém\x15 \n
é×|µ
"""
b"3d,cwàC¿éPseóìNN "
b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11 "
b"5g,*\e ZFœ…\x03 Ç}1\t ‰¾ "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"5³ÇhׯI§ì±\x19 aç»$p "
b"6!2Çc\v E(ÿæ=öËßÅ\x07 "
b"6u\x10 ©²üGèÿÑ\x04\x03 §±-· "
b"7\x0F þ;¥ýN¤’ÑŸ‹´‚ö¼ "
b"7J‹\x12\x1E aEW¼½\x11 «‚ò'\x01 "
b"7¸\x05 –yL\¶\x01\x00 Œ\x11 fF\x01 "
b"8,*\x07 ȨG®§NÕ¤g\x02 Å" "
b"8@»Ø\x07 #OÑ┤7ánÀ¸Ðc "
b"8C/ì)¼B░¬Ç.╚=õ¨à "
b"8u\x11\x0E œ¢AE§5{Ø7z· "
b"8ÈþáÛhBž„¿-\x0F ÷Ï(Ñ "
b"9Ö╩Í?¼N▒Ø┴┐\x15 8\x13 ùQ "
b":\e a├%6FãÅSD╬Þ\x00 @D "
b":5½$\x02 bD!€ÎA\x07 X]ÿ£ "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b":pÅ2#“G8»D2ÓŒš\x11 Í "
b":ƒ«\x0E 75MÔ®j kü\x05 ¤╗ "
b"""
:°‡yÂRI¹„›¢m;z\n
+
"""
b":ö–噂J‘š€œB°¹éö "
b":ø<’èÝ@g•\x04 ³°I{¿> "
b";\x7F ”\e ¯ºIõ˜&ùNÞ\x19 Q\x01 "
b";å§;=VO±ºùÓÔZГj "
b"<%qŒtJù“´\f Xû[ÌU "
b"<0§&$€OöŒ:~‹YáÙ£ "
b"< ŒKø(Jp°nèvåý\o "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"<þr²˜ÉCL³Ó\e -ÿ\x0F 2ø "
b"=\x17\x1C ¦ùìDÖ†úÁdÿ\x06 9Ÿ "
b"=b\e\x05 6\x10 M»░F²\x07 ãì┬╗ "
b"=ƒI\x12 ±\x0F @¹¨ò³ï\x14 ðÚ "
b">Î&èØ]I§„Ü¿\x1E ï†ý "
b">ä~H\x12 —H{º\x0E H x³\x16 ' "
b"?]ý—¥TE÷µìd\e ‡u¼– "
b"?sÞÂÔ║A┘║\x14 Ô\x1A Ù\e Å■ "
b"@8]„àüMn§Öà?LÖ•È "
b"@L<fªWK\x1F ½£Ý\x07 ‹\x08 :ï "
b"@ñ@Ô³LL¹»q Y†ž»R "
b"ASèƒBìO³Œ9ÿ\x19 °ÇUF "
b"AÅ¢Ç3NR’¿x\x07 Z\x06 úv "
b"Bߢ$¹»F² Ò¥´Š2a "
b"""
C\x01 òpvÐ@"†`\n
Óó\P\x01
"""
b"C]|K\x13 ¯BÈ™™X•\x18 VÀL "
b"D=œVTœC\x7F ˆ\x0E ʈ31õg "
b"Dz¨a\v …N~¿,\x19 µ|ý:á "
b"Dä6\t >~Ns”óÀt—*Zz "
b"EE2<ÞxEªØ±ß\x1C ¡YFL "
b"EYlØÂUKʦ:\x15 ¬ü?’¬ "
b"EùÓZ\x14 õHI¾$¾,鉼\x17 "
b"F3ì\x13 ÚfHEª~6Y¸A\x10\x11 "
b"FVWp\x00 ZHª‡šåÖ¾Û’‰ "
b"G^ˆ8]dFBŒ\x02 ¯^³ªÐ† "
b"G½Ð¨’\x7F CñŒ5jÚ\x12 s°• "
b"""
H\x07 ˜\n
ÏyM°§ŽSbÌ|‡b
"""
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"H╣4iü\I«û\x00 À[ê+\x1F ¡ "
b"HÌ€^:\f JpŠ~6\x1E Á\x17 ºª "
b"HÓ\t ¡ÉÙF\x03 †\x08 ý¼i2¥\x00 "
b"I\f /\x7F fR@††ÄmÖ×éï< "
b"INÙ5hýB܆¨à4\x0F \r Åp "
b"I†±ÁÈ\x08 O蜬œ”J‡Þ\x19 "
b"I½#b˜¦Cv…8²"Ý+¬Ž "
b"I½&Í-xJ“ž\e 4[|Šˆ* "
b"J2`ÙÍGF¹Ñ.\vöÛØº "
b"JhÎm$üDŒ¯½¤p\x1A ØúÚ "
b"Jp6n=ôO[¯\x05 ö£\x0E\x10 àé "
b"JÈ\x1F\x7F 1\x06 N{óH5D\x06 Å\e a "
b"JþßÿBì@O”-™²\x02 þ%p "
b"Kfô¸Ã^E\x11 ¬YÿG¼yr\x07 "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"LP÷À‰ÐNz¸Ž^£<^\x7F ù "
b"L¿–§\x08\x08 L°ƒ\x0F\x1E \x12 ô®a "
b"M?gü\x18 [IÀ»n┐?ýÃre "
b"M@\x16 fec@•—‡\x1D D.‰\v n "
b"M¼G™Þ\x1A H\x1C †\x12\x15 )\x14 ú0 "
b"MÊ™æ¹Gá½üŒjÿ\x1F öà "
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"O┌[û\x17\x06 H߯d╗ıØQl╝ "
b"P½\]\x13 ÕF\e ‡\x15 úS\ZâC "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"QClÝlëIÔ¡ì*║\x1E ├9ô "
b"Qü┌ô┤¨OøüÂ\x17 Äc[_ "
b"Q¥²v╣╔L£øTUü\x1D h┼\f "
b"""
QÕï\x16 EÀŠÿ\t \n
âò¶<
"""
b"QËw‗P}N)Øß~%ÉO[Î "
b"RS\x0F\x08 OtA\e ‰Ô/ž˜åà "
b"R‰É¬\x1E\x1A E%°(VkÏ2ÇØ "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"""
Rî“eùsO\n
¬Þ§\r §e[
"""
b"S├°ÅM=D\x19 Öÿ%▄Jsd~ "
b"Sõá0┴HJ·¬:┘ª>|ì\f "
b"T&Æ¥ëBFà†9í“jA\x01 ® "
b"TJ \x15 ”K@À…#›ïXJíÚ "
b"""
U\x1C 8\x03 ÌÂ@*Øú\n
)Ù$╦\x1C
"""
b"UYÅë&#Nµ▓Z#╦-═½_ "
b"Uõ=0\x1C ÐK(°O׃\x07\x05 bÈ "
b"V)'¼x‡L\f ‚À\x07 Ç¢¥‘· "
b"V`\x0E\x14 »rL8£»[W‹Ò\x10 × "
b"Wozf%¤K@´ª\x14 øXÓõ( "
b"X7\f @3ÙF³Åè┴E\x08\x19 +╦ "
b"XZÜ¿YŠOX€À\x14 +¿™Wù "
b"X[$\x14 9dI-’ÜuØ1\x08 ãý "
b"Xm&Aù÷I╠ÑúX0«▓}ì "
b"Xwd¶úFÊ—ÿÕÇ•Q²« "
b"XáV€¡pGlºd\x1C „Hƒï\v "
b"Y¸Î%Ã\f O#‰våÛ\x00 àò÷ "
b"Zü¢6c¡Kºíú\x06 ø½S<a "
b"[\t {Ô5èHö™æ*\x1F MRl\x7F "
b"[Í¡á`®B\x1A ˆOUŒbÂèà "
b"[Ð<^xxJ$¼7Q'3³\e i "
b"]w!ØÓ\x15 L\v ¼*ê7╚A°A "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"]Ý0F\x10\t Dúì³¶HIÚ¤á "
b"^\x04 å€8‰Bš¢bÝ¿Eo®€ "
b"^Qz\t ¼÷JØ£®\x16 V¿Ä0^ "
b"^Ð\r \v "\x14 Fx˜á\x10 2ß\x7F Ù¯ "
b"_\x15 §║ÿJA╣ü8O╦║#®â "
b"_\x16 ²╔═\x04 Jzó▄ìkcÁBé "
b"`T,ºç–FŒ§ùHß\x15 †›€ "
b"`e,*“HHì§7#ïƒæW\e "
b"`Çn¶À╚O▒üÄþ*½<¾Ö "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"`Ñe│\x0F ;CO║ý\x1E\x15 ì°îx "
b"`¨D'q├O¬ê\x13 YìecÖz "
b"a&=\x05\x18 ŒO\x14 ™ZLh¨ëÒ\x7F "
b"aç¾\x12 Ä┤A\x1C û0°©ì░\x11 µ "
b"aÐÄ\x19 ÊAø¾Å›È\x11 Ï\x07 u "
b"aìg\x14 ?äCx£GIg\x08 ¬äõ "
b"bÄ;`ñòNY¾\x02 ¢bÅ\x0E Šò "
b"""
bÓ&×9!B\x7F ì\n
T{─xyç
"""
b"bý$÷ÙÞN?ŠÀ\x16 *öÇuG "
b"df\x11 ±\x05 ÍOX¢Êe,‘ß)u "
b"dhD\r |ÑEÌ•¥›°-vÏ… "
b"e\x7F Õ}\x00 =Hµ•›ØÅi½¼g "
b"e¡”«Ž¨EňÌyÌÃSõ) "
b"fSsvo+F\x18 ¡"‡à£×\x0E & "
b"fy ü…}EŒ…Lj »œÜ4 "
b"fÖZ¹«\x03 JÅžs|\x04 ÿjm6 "
b"g,ïV┴&BbºêÎOÍ\x19 Ø\x15 "
b"gyp—á?Bí¨bWÇ\x1C Bz( "
b"g÷M—\f 4K©´4Û‰áȨ "
b"i™Ü§æ)B÷©\x12 W\x14 ;Jåù "
b"iÀ5™íEJÿ¥½mÞk-4Å "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"j¹_┼fTC─╗®Ø×k└<¢ "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"kÖÌ€÷{B\x19 ‹ø¸#Bâ‹A "
b"l\«Iã¥DÈŠ9f›ª0åÅ "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"m\t åN\t ·B$í\x15 Øw|═,░ "
b"mN\e 0Ä,A2”r°Y •¼\x1A "
b"m®P?’kEä…+“C\x06 ØÁç "
b"m¯\ù0ÕGQªEièÿëUò "
b"ns\e\x16 +=E^‘T\x05 J™ÕrÑ "
b"""
n┤ÙuÙ\x04 FðØï"╩Ì\n
║┐
"""
b"nÄvçŸã@\x19 ¿øy)K~]p "
b"oƒ”¸z\x1D D|¢Õ’!\x19 Œf‰ "
b"o×dÝHLÙ¬7oa\x03 ¸\x16 2 "
b"q\x02 Ž~…+I×°Uãì#AÎR "
b"q\x07 "¦º]C\x10 ¿Ìä¼€Ð]º "
b"r\x14 ×βÌJ÷·\x13 E{£ øÇ "
b"r║çTƒÄO\x19 üçcé[`\x18 É "
b"rôó³Ê\x0E L7ƒ+3*Wzdt "
b"s\x1D ¡\r /·F\x15 Øk\x1D «B8ZP "
b"siì│)rCùƒ\x0E ÿ·\x10 Ü]Ú "
b"sìIÊV„B-ª>õjÇ›ª\v "
b"süYÂ\x0E ñKù‘î\x1C APž\e "
b"t\x03 ý\x12 9AI©©¦ZQ\x0F ÉQé "
b"u\v l‡ÐÚIä£(¦wâ/i "
b"u\x1D 2û\x0F GF(µÂ\r ©±`Í? "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"u┤ı'a8MÞ┐▄¡£\x02 ©ì\x16 "
b"u╔─ÅÈ\x18 @³áº\x0F ╔.¹!Ë "
b"v)c\r ‚\x0F Fà¢Î\r ù)JUê "
b"vMI°ÒlH\x1E ┐Éì:YÐd' "
b"v€\x06 X\f 8A䯨Ÿ¼Í(9³ "
b"vò‡#Œ\x06 G!¥Y»Ú\x1D „¤T "
b"w\t J\f\x1A ´G\x16 ¾äÖV)©‚¥ "
b"x\x06 A\x11\x0E ‡M4…ãl.K\v ¡@ "
b"x\f Ë3ÞéBö³lÄ\x15\v >Ì9 "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"y┴┤B7¦JÚº╔¯\x13 ÉüR╚ "
b"yÒù\x1F ã¤L¶–dÇ Ð¼»< "
b"z1\x18 ð\x03\v Gúû─Å░╠ÕÅô "
b"{\x7F å`ÝœG\x08 ¸ê4\x02 à\x01 Öú "
b"{▒Y\x14 ¯ïK\x11 ║ÝIÓ\x06 ╣ôØ "
b"|\x11 l└-.A+øÉèæHÙô\t "
b"|/j'z‚Lï€mØô¾iÊ "
b"~ \x10 ÈøØHÐïê}0W±°ó "
b"~K8ô\x1F ßEq╝É\x19 n\x03 ı¸| "
b"~P╣\x1A îÊC&╗fB\x01 üÎ^\x08 "
b"~´wq=œK_›²Ó.®»y‚ "
b"""
~ ╬\x14 ÿÎOIüU«l\n
.¤6
"""
b"\x7F Hó72HU¾*B'ÔïR• "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"\x7F hlA?RM\x07 íıÆì╗:\x7F ¶ "
b"\x7F Ùi0SÎND¥!ýÙ^dVÞ "
b"ÇSÌeÚ\x06 Cëò1ÈEø Ø< "
b"€ŽY°ã¶B>‘é|ד\x05 h" "
b"""
€¿~¯9\x18 L•ƒ\n
Nî\r ³¨÷
"""
b"Ǧ\x15 Ik/FÉénW°R1Ke "
b"ü\x15 ,7çíHÈ▒a\x00 ôkûE= "
b"üü.\v óMB=¼\x08 8x\x1A S«p "
b"ü▀@??ò@┌ä\x01 ╚¯·Û~C "
b"ü¾¾\x18 ╠ƒN║¢¿\6P \x1F V "
b"ü¶Ù╠'µL\x10 øSå\x04 ┐¿&ü "
b"é¿\x00 ãù¼BÖÀí3\x10 Y8Ø╠ "
b"éÎYäÐÎM\x17 í\x08 ö\x16 iâ╝Ø "
b"‚ØÈ§B”Dç‡òÇÀù@¯æ "
b"ƒ\x14 û†ÍyK…ª+‚âe:¤x "
b"ƒ~½Ò ÑLâ›\x14 uÚq“\x0F ô "
b"ƒ«KL&TEͲ\x04 Ò~œÌz\e "
b"âÞı,;3E\x08 ö ~WÞ3Ø\x15 "
b"ä┘┘cP\H█Æ(5NÞÅÂü "
b"…¼`—\x12 CD~¼†D\x10 Mø‰, "
b"†˜¯\r ? OȲÝU\x17 ‰ÆSÏ "
b"åí¯¡╝yB═ü]É}&}d3 "
b"""
çT¨└ê\n
Iq¡ÃÅXú\x05 á×
"""
b"çZ‗ƒV8A½░╗¦íçÅ\x1C í "
b"‡k%÷ü‡O㵃6›Ñ\x16 å# "
b"‡ª¡°dÆHºªIïF\x16 —ïú "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"çÞú6s'A╠╗WgpƒiDÅ "
b"ˆ\x17 N\x13 "QFÖ²A"ƒ štJ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"ˆëV(ÚòNÌžWèÚ1\x06 ¿\x04 "
b"‰jy\x0E FSD·²z®v\x1D Øt. "
b"""
ër½&EüBñæk\n
ël\x15 ƹ
"""
b"ëÕX\x11 v§CØ¢Ú\▓´ßë² "
b"‹/çë\x1F 7AÌŽ±LüñàÝí "
b"ïÁTèsºBìÿ\v óVËõ\x1E o "
b"‹ÁùæVÂGm·<eµµ>\x1C 6 "
b"ï°=XÒRJÔ╝ýw\x16 Ç3┼Å "
b"Œ¥P¤\x05 óEÉ‚\x1D ë\x00 ð £5 "
b"î¡ïÚÆÞO³ö{'\e ÉÄ\x1E Å "
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"ìÜÍ└À░Le╝o÷º³Ec┌ "
b"ì╦½àÜ|Bý╝»Qéero\e "
b"Ž¥Ã\x19 ºÛ@¿±àò«èáB\x0F "
b"ÄÛ¢Ä\r ßEÆÉo˯>Úðö "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"ÅWnÚ?;A‗É┴2m¿\x1A ╣² "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"É*7┴=*N@╝┤\x1E ºÈ;b| "
b"Ém¯á½AÐè\x0F\x06 «y\x15 ‗a "
b"ɰ¶¥v°HWÆ╗®C\ı¬? "
b"‘C„ºÄ\x10 O…•\r \x06 ½?JÛl "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"‘蔕lÜOg£\x7F ÚzÍ\x04 ¶3 "
b"ÆqyìBÀL\x1C ▓Ôd_¹\x08 £░ "
b"ôU÷\x1C Ê├HÈâØÈ¹JVÝØ "
b"“¾-¹«sD\f ŸDÔßøi¶Û "
b"“î%²M&Ox£ª†Ð0”ÆS "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"•Ø\x05 .[¸B—=9?éœwí "
b"ûùªJ\x04 eKðÅî»rxg×à "
b"û½TyG°G¸░Ø©æ21¶î "
b"–±ªÕ”ÕD\x01 ŒñU\x16 ¯‹m "
b"–öF-ÕéDKªŠe\x10 ‘X%Ó "
b"ù,ýê\x11 ÉDþ║Úh®²c·; "
b"—†HÂ8¯HÓ¶UY_\x08 ƒ†Z "
b"—Î<k?êG·«ß\x18 Õ\x08 éÍ6 "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11 "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"ÿì'(\t mG~║oJZ«1▓Ô "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"ÖÃ\r \x08 V¾LgìÉK\x18 çlú┬ "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"šÇ1šþÌBɨrDìfµ»Ù "
b"øx\x07 Û\x02 õLÃúaÈÉKÒ4å "
b"œ¥u»)aCK›g\x1E Ûå\x02 bÜ "
b"Ø9\x17 4ªÛJÂí`ÖE\x02 ÷ð\x1D "
b"Ø=¨'G9K\x13 è£jåÄz\x00 ô "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"×E┘&┌▄@³┐úÏ\x06 ì´Ö¥ "
b"ŸG¥3l%C\x02 ¯Õ•©ÝU\x08 ý "
b"Ÿ˜Ò“p\v J\x10 ±ž¬2\x00\x1F N‡ "
b"Ÿ©[\x04 +ûJ1¬úh[š>ˆ† "
b" '\x7F\x02 0DLB¾\e ¥Å¾\x16 “\e "
b" ºH\f etF/´\x1D çnìå£\x13 "
b" Ì¿j\r …JE´Ù<+\x1E\x01 Q± "
b"¡Olªm(Kl½¤½A`âµÀ "
b"¡Qb\x10 ?*B‰³pàëIqðÊ "
b"óv‗Û▄CJ░ü\x12 <▒\x03 eý´ "
b"¢¾\x0F\x12 Ý´CJ§\x14 Ý£ÒnOÜ "
b"úJ o┬O@~ܨ\x1E ƒ!░\x02 ì "
b"£åÑ€\e ÏNs«qN3ag7' "
b"¤\x1A +IÔÄI9¡gÚTsy‡‰ "
b"¤tC¤ÛìI‹§\x0E 5ÔÑÎQù "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"¥#e±D\x06 D\x04 …Òœ¬\×\x0F\v "
b"ªÑ(╦{PH[ØÉîV╚/░» "
b"§s•¦—FIæ“\v .Ï\x1C §EÔ "
b"§„`Œ1óF»Ÿ¥åê„ÅÚ‰ "
b"§¢ÎçhnDø¯\x05 ÈÔ¶´ä\x1E "
b"¿a·F4ØD¤ÉÖ¾╔ÿ$ùj "
b"¨mæ:\x08 °O°«cáý\x00 UÒ; "
b"¨½BÃY-N^º~V”Gõum "
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"©Q˜Áú4@³¤\t ø\x13 ¤mzc "
b"©‹Ò’CWD|‘\x04 !%\x0F ZG\x12 "
b"®ûô¿\x19 UIfªü9IpôÛ' "
b"®óO¨t³D¤ÂY\t Û\x11 É┴4 "
b"©»Š\x13 §%AÓŒÚG\x10 ºÉó\e "
b"ª\x03 òå¼ÏGOˆHö²Õu‰Û "
b"ª\x0F ¹\x18 ÂÀH©ª¸›w ä:\x12 "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"ªpï\x7F ¦:@T¬ÜÚðxÊ®/ "
b"ª{«‰\x16 åDª‘@÷k-\x16 ³ç "
b"¬ä╔áɦDÌû├ý¥┌§\x06 Ù "
b"¬É\r U\x02 xMö¬Ù■æ²èyµ "
b"ªÌ>\v áøK#—as_WPX& "
b"¬\x11 bµ(ê@gƒ—\x15\x11\x08 nÿ/ "
b"0\x08 H\x16 _Io¯ð‚\x12 5‚\x05\f "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"®/<\x11 ±LGkŠ÷Ä]c†ž¼ "
b"¯5§MȶJ\x17 “Ð\x7F å\x13 ”ñ‡ "
b"¯þ†•›<L¤¨;ði…\x08 $… "
b"░n\e {╣üDvùlCQ╬\x7F B▒ "
b"░Éb\x00 Ó╗Cd£¤ú│v'û "
b"±9'7ÛnDMŒÉÜíêöƒ¬ "
b"▒Fô?¡ÍI\x13 Á\e ùÓ'Rü\v "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"²EÒ“\x18 |Kç\e ý½L}g‹ "
b"▓f\t ¶\x1D }I‗öÖ³▄ì\x10 ºì "
b"³nur‘¹M%£Däÿ\x01 óD] "
b"³}›B¯\x10 C\x0E ¨_\¼oˆÑˆ "
b"│■è\t ºlN°¢\x13 üèõV}` "
b"´.L¯tü@\e ³O¥!âm—O "
b"´wbפ»MI¡ö\x13 ÙoØ\x05 Ê "
b"ÁEþÖE\LLüÝ=ý¡³-¬ "
b"µq,ùVmCB©dòt>+\x08 ì "
b"µtäÓ͘Lq¤Ä´HG2…\x06 "
b"¶V¡ñ\x05 ñAI›\x02 ¦â…X3/ "
b"ÂiØ│DEO\x12 Á¦\x1F QLú╔╬ "
b"·\r Szs€C\x1E ¼ÝV\x13 x\f ¾µ "
b"·>¡\x1E\x02 CK1ŒQ\x10 4ÿª<ƒ "
b"ÀJüõ´■IÈ╝\x01\x14 R6▀ËÝ "
b"Àj\ª{aJÁÖpv}ü╠V\x07 "
b"║w└v=¹G\x15 ç`¡º3\É "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"»…·0y.GÒ—…:áì¥ët "
b"╗Åù¶±\x0E B·ë!X$&Ê"à "
b"»¢ …)x@"•ñÇá\r ^H\x03 "
b"╝TÈò°!Aiü\x03 CkCë`B "
b"¼]"wu^JÀ’çïB¸g€} "
b"¼Ž3\x03 <ÙBޘъŒ=—¦X "
b"¼Æû’N5CR§ÆË³\r Üë’ "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"¾XïÕT~Gù–ßÅ\v ãn-… "
b"""
¾¡\n
«m”DË¡÷à´À&Q\t
"""
b"┐ƒf\x0F m:I¶ü¾OüÈÙñÉ "
b"┐¼s╣¶ãM8ìö4÷ÎHï═ "
b"¿µÑ¸Á”OÛ•¬Á&äf,W "
b"""
¿ûsÈ&±C©ƒ™«ç\n
Êè2
"""
b"└mA¸^ÄHüü\x13 "─¯JÚz "
b"└▄╩‗á¶@║®▒[ü/Vè* "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"┬]z\x01\x03\x17 C\x15 ┐øHìÅGaÒ "
b"Ã>²ÙË\x03 L’º\iŠíº^5 "
b"ÃpŸ]-ÑLf»é\x14 þîÂ\x03\x01 "
b"ÃÛ@ƒ‚\x16 B\t • ã>û¸8W "
b"─Æ@\x1D õ\x12 J-¼‗¶ØÂ=1╩ "
b"─¢Íj]\x04 M«▓qJ\x0F afÉ "
b"Å\x06 qæÍ\x18 O§¡âð®'x2x "
b"┼9 \x06 ûüD&è\x07 H4\x08 "2ë "
b"ÅI\x14\x01 ‰JM—¥KNõG¦ƒ\x17 "
b"┼╠╠Ã&>ANÅÝ▒LA\x1A ▀a "
b"Åü7>AÅO'—g„Ês 8‘ "
b"ã\x01 É▄:¦K6×ørØÖÃ\x02 B "
b"ã$Ûs}┌B8É╚│\x04 ÖÝ─╬ "
b"""
ã´ÇÚë╗@Êàä\x14 \n
ÉQ-ß
"""
b"Ã\x10 C©½ØJ³ì~çMqr╚¢ "
b"Ç„\x13 @#qAý—s°·]—þ^ "
b"dž٦0ÔH\x08 ”%΋¨“¯8 "
b"Ǫ¯óáÒKÚNZÊYÂ$\n "
b"ÃÙºK\x19 £EYºE\x04 Ø6Cê7 "
b"È\x05 /äwaO\x18 ¹?Ÿ\x07 —ÊsÐ "
b"É›\x06 ´‚fN¥°©¡è\qæx "
b"╔▀\x10 f&äL?¼-ìàV\x1E Òc "
b"Éë)äý.D7 W(UÚÊ5N "
b"Ê\x06 æsÉÐC\r ‹ˆ1Ù\x1E JSü "
b"""
Ê\x1E „"ù~@\n
¿>,˜gÚÍ\x12
"""
b"Êz~£0{Kh•åC&ŒùÛð "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"╩■<§ì5LÊ║Ô þ_─¸▄ "
b"Ë\x03 iºI\e B:žð®°–?€Z "
b"╠\x17 ÉU\v {Fð┐ß\v\f °·-Î "
b"ÌΆô¹ÏFBª›ÐæyÄ\x04 j "
b"Í<Í$DDD=¾]$Ò])áÖ "
b"╬\x18 8\x19 « C}دz‗I\x00 ½Õ "
b"╬l╚\x13\x16 ┌A.ÅÕ=ï7õ0W "
b"Îzê¾kåEdŠÊ\x17 #Ð[£\x06 "
b"╬¹\x1E `ÊDHÞüÀ¿»*³R\x08 "
b"Ï\x1C\x06 Œ•¦Ju¾\v Ö¤ûºmÈ "
b"Ï¢\=¹÷Gb²q¬\x03 ŸNÑ; "
b"ÏÀÎVUÕ@\x06 Œ÷ß\x00 DÉŠ\x18 "
b"Ï׎èî{F\v “ƒ 2Qº€C "
b"Ð\x15 x³\x7F ˜E+´htc O@Œ "
b"ð;¹ÖQ\x10 Ag¬\x0E yaØÌº┌ "
b"Ð¥E¤³VN]Н@¦AGá/ "
b"Ð LÇV\x00 N\x1F ìª║mú¹·< "
b"Ð*¥4\x04 >L Â\x00 ½e\x14 .üh "
b"Ñ:UMR%BLšÜ…^9¡\x07\f "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"ÑŸ¨/I)I\x1A µ\x02\x7F GÅÄlÛ "
b"ÑìvÚôðE'šÚ©,³Æ¤Ð "
b"Ê5®íÉ$Ixó\x1F ü\x07 ÖeJi "
b"ÊNÅy®:J¸┤øpÜ<H└O "
b"ÒtåDKÛKž¦@\x01 X‡þ\x19 ‰ "
b"Òòåaý\t OO½\x06 ÕË’˜Gc "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"È)ÙÅ■ë@õñÖþK²ÌßV "
b"Õ=ï\x18 ‡LJÁ‹"O¼\x07 UI\x00 "
b"ÖM³ÿ\v e@†•\x01 u°!ŸÇš "
b"Ö‚Ÿ=k\x10 @\x10 ¼ÒKPG·Tz "
b"Öú¬|Ü„D™–b~‰H¹…Ù "
b"Î>\x16 ÊÄ AØûI\x06 p\x12 ÷öó "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"ÎYìÜä╦Bö░\x03 rCéj.D "
b"×zu¡±yF\x17 ¬Õ\x17 _nk‡F "
b"Î{^Þü─IÒçÆ┘ô╗Mb "
b"بT+xöG:™ôhþ+*ìP "
b"Ù”A7N\x18 LP©Ì±Þ´ £\x0E "
b"Ú@Çr\x18 Fc°5á³ù‡j$ "
b"┌fîÔ╩JEɃ(%Ò┐é1Ö "
b"ÛT`ýyYA—ˆìAKã”} "
b"Ü.pê6vEhŒ\v ÅÄ\x1D Ö]¡ "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"܃¤Éì\x1C K[ \x05 Á\x07 ‚\x1E Òø "
b"ܼâW\v ÍB~›\x15 Ö\v ëpÂ\x06 "
b"ÝB«¾k\x00 E\x0F ±.\x11 fãÌ\x16 Ý "
b"Ýõc(\x1C ÇJ³ƒ*\x04 Nï¬\x18 ‘ "
b"""
Ì\n
w┬p\x19 F\x08 Å÷}┐╬\x18 @ó
"""
b"ÞJ;ðÆ:H\x1A ¨®¼;Á\x19 î\x12 "
b"ßbX´°(E¥’Ã\x04 þ˜jàR "
b"à.`Ü¡ÓEŇcšmÁYïÙ "
b"ÓvaN¾ÐA4¥þ\x1F Éâ\x7F\x14 x "
b"߬ü\x1A ╗9J°ª0\x04\x05 ó¡àd "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"âZ:L\x0F wH.’l"ˆ”¢ñÓ "
b"ã$\x7F €§¿C묀õÑY¬\x05 ‰ "
b"Ò<\x01 7É┬Inélm╝s°î¡ "
b"ã?ý\x03\f\x1E C’¸d\K×Ygc "
b"ä:ÍíÇÁN\x16 ³f^8# ›Ú "
b"äÝ\x7F И–GÈ™/T`˜K^} "
b"ÕUþB*\x1E MQÉP\t .c¨|V "
b"åšc‹Ÿ!C2«!å;‡Çmª "
b"Õ▄8H ▀B ç@Ø\x06 ƒ§YG "
b"æ”ââëËJ©™6†Ç¨bðº "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"ç½\x1C\x08 îŸB\x0F ‚\x18 >s\x02 †Cñ "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"ÞP\x10 █±ÞH.ó4¦╗ÙÉ@¤ "
b"""
Þu·Å\x02 ÛO▓¿ûµ\n
f│L¿
"""
b"Ú1`±\x08 lGçü£╠ï׸A¸ "
b"é}geëÄLD bþßÙÿ€ý "
b"邨µ‡ØJß›ôJ7ñÿ¬k "
b"éŸ<K FF\x13 ƒ©¼g=\v ‡¯ "
b"é¡s\x1E jo@â£d¦#âËAã "
b"ê^Ð …CFW¸FFâ]\x0E ¤G "
b"êr¡iª]H\x06 T*œ\x12 a\x1C\x18 "
b"ë çÑLÍAƘԋ–á—¨Ø "
b"ëÑq\x07 VHE\x1D ´D•ylBâ™ "
b"ìx`FŸéBF¢\x0F x$’÷WÓ "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"ÝÁÌ6■yI═ül/G\x1E ¿Bì "
b"ÝÝÅ█¢HCMøÏ×╝\x04\x03 Ör "
b"¯▒\x17 +ÛÔ@M▒└ìVK¬eì "
b"ïg‡#S¿O\x12 ²nI3{ÄSh "
b"ï¡@ŒÊêM¦¶f\t\x12 >\x04\x11 "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"´█â@ÔÓAfÅ▄░C\x00 .Ë` "
b"ïæh\x05 i÷O¯€Náï¯\x19 ¾š "
b"ð=˜3JÎH•¿""`뺡u "
b"ð]èC–CAo‹\x14 Š\x10\x19 @%è "
b"ðºëè\e\x0E Nr˜ãd;\x0F ¶Ÿ "
b"ñÀ\x14 xÄöCü‚”½\v T&â "
b"ò?SºÐ\x01 NÔ€±™ˆoC˜ê "
b"¾\x18 ╩ì\e 8LÙ©Ic~¦Õµ▄ "
b"ów¯8g¯J— Ÿ“;\#ì¹ "
b"¾È¯Î¾ÆN\x07 Éáw▀ûî■Ø "
b"""
¾µbm\x18 wFåüöÿþ\n
u\x19 #
"""
b"ô\x19 Ûvl\x1D K\x17 ‚µ-úbÙ¹ß "
b"ôWÆÃî@á¢u\x1A\x7F í©‚Ô "
b"ôuW\\x0F ~HE£1+XZù—œ "
b"ôˆ\x7F 0âÐK ™\f gÀ…¸xË "
b"ôÁ\x12 £+4D‘·OYס">‰ "
b"""
ôÏ?é)7D\x10 ¶¨\x1F è\n
óž„
"""
b"õ®p}4\x07 M©„òâpùû¨õ "
b"õÊ\x12 ôviMî¦ó‰g\x00 „\n \x10 "
b"ö¶®p‚~Db«\f ÌÚ"\x05 ÐÎ "
b"÷Yt3â\x1E Au•$\x0E =ãè†Á "
b"÷pŒsZµH΂\x16 LºÒ\x17 ¼è "
b"÷œGµNFGüŒÎ\x06 t¨“\x1D è "
b"÷ǹÈlñ@÷\x1C\x19 i¢' "
b"¸Óì═┼\x1E A┤¡ü\x10 ;╬\x00 Qq "
b"°*ÅJ_j@\x08 Üæ?\x1F\x16 ┌ƒ═ "
b"øp…Eþ=CEŠùË?7z,Á "
b"ú3‘ɸ\x1A G\x1A ”ÈÔ\x1F Ð!˜R "
b"úš\x14 ]ò-Fk–¼Á6\f ¸qw "
b"·ÈBßö\x7F KÅî│y.KÏôJ "
b"¹¿0╗Þ┼Fɼ\e ╬╔Á\x7F ¡] "
b"ûø"ÁÑ\x08 J\t £¦å\x00 ýƒÃQ "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"ý±Œ¸\x00 ZCC¦vÐ$À\x06 á· "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"■K±Ét\x00 BÙ¡Í]RÏ×oñ "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"ÿ\r …ŃñLè„Y Éó霷 "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"ÿ‡3§¼9Jç˜!C6\x08 <`Z "
b"ÿ™È¯ókDê°áÎ`£ÌÓ› "
b"°°\x15 ¢9UKÛ·Ú9Tww&\x04 "
]
SELECT
`product_price` . `id` as `product_price.id` ,
`product_price` . `version_id` as `product_price.versionId` ,
`product_price` . `product_id` as `product_price.productId` ,
`product_price` . `product_version_id` as `product_price.productVersionId` ,
`product_price` . `rule_id` as `product_price.ruleId` ,
`product_price` . `price` as `product_price.price` ,
`product_price` . `quantity_start` as `product_price.quantityStart` ,
`product_price` . `quantity_end` as `product_price.quantityEnd` ,
`product_price` . `custom_fields` as `product_price.customFields` ,
`product_price` . `created_at` as `product_price.createdAt` ,
`product_price` . `updated_at` as `product_price.updatedAt`
FROM
`product_price`
WHERE
(`product_price` . `version_id` = ? )
AND (
(
`product_price` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x004B11B664424995968A6294D4EA4AE7 , 0x00B7492AE41749AA934E3B5DE1EF23A9 , 0x00D3CD3D191A440682F8F8062B6EC9BB , 0x00DC4E11DD0042C8A0CAC540C8C17C86 , 0x00F0B091171B4395B97FD73ABD185CD6 , 0x018E3B42C7C64234BB3402CCDA3A3889 , 0x0198CC7F3E447214A848528DE060A0ED , 0x01DB2418EA7941C5923DE1DC12C39645 , 0x0204B36778D34636B823C7FE2CD38094 , 0x0247791B45054C689DC340A2C29E97C3 , 0x0275E2CFD1A7440FB3D536923D9AA016 , 0x0353A85A67AD4EB1B230AADF911CB3FE , 0x0383B02D438A4019B0F46AC4D8D1555F , 0x042F2621F9B04A88894236C9A1A266DC , 0x04853167B4D749CD9DEA9CB1CAFCE888 , 0x052388E521924BE5B516A16753A405E8 , 0x0533DC2C4BF342DDBCF30366EFC8CD3B , 0x053C65372B1843198294BD3272C59C18 , 0x05816584747C426F9371C7F5F52B001D , 0x059D05B8436E4C4DB8B8B140D189D1DE , 0x06CC3C21BE7F4F78A486F73054751394 , 0x07002A8C74F74F0BB5ED85D8A59E875B , 0x0751E34C31CB441494CA9B76E9C11E4A , 0x076656B35D3A4C2FB9312639B3BDED04 , 0x076C79D527BE40A9BCCFEF2E0F3BD78F , 0x078ADB73E433402CAC1D0FB79E5BF8C7 , 0x0798279001E547ADBA9078CEFC49234E , 0x07DA59EC089C4877BC5B0630C1AA6982 , 0x08582F25AEF9485FB64FC558677C68BF , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x091FA1BAF33248AF8B3570F4E2E46E2F , 0x09BC02B79AC2487D899FE2620F19ED24 , 0x0A3F0A1F3AB84B1587FDE2EB7E2DDB66 , 0x0A522654F8A846B0B96B861B7DCA0DBE , 0x0B4240DE68A5461FAC990789BF37F906 , 0x0B61C58CB8C84345A9A46041D47C05A6 , 0x0B6739F3592D4D31897E73F8CAC2918B , 0x0BF055A00C2344CAAA7693F157D818A0 , 0x0BF7429E66BB46709021D32B85105640 , 0x0C2B0C28ECB641C8BEA900FC6AAE6774 , 0x0C939F019D4F4457B349B4D0F13257BA , 0x0CF665757B114488B50086B62E4BA9F2 , 0x0D04CE223D134546B518B013436D176F , 0x0D9FC07201EB4254952D13D388C93E00 , 0x0E03F0E376FD44CCA645F796F86D8EE2 , 0x0E128CFC3ECA44FAB089CF27507879FE , 0x0E84F6FA58AB4EAEBF41B8AB6EF8D9E9 , 0x0E85898D386242A2B704575C57FEE46A , 0x0EAE7DEF3A744C4EBD8A896309B77C27 , 0x0FC1BEAA06144C63B8BC362A83228B02 , 0x1019C35382624FAAADB3A994C768F138 , 0x1053B5C1548E4A96B53756507B6AE9A0 , 0x10B221877D934BEA956A28CDD363BA81 , 0x118BCDA450A541B884EF1E4B04C1D735 , 0x123872DBCF1345F2A1B38FF1B6E1D709 , 0x126FCC76FDEA4EDEA2384DD8CF450089 , 0x12AE4F94052D48D2B1588CC81433DDF8 , 0x12C2099A8DCA489AB1A584D01F3C3180 , 0x1426E5AE677C43D18EBC777A9B6D0ADF , 0x153BA4123F1D4E7AB3701C4C247E8CEB , 0x15589B7A3F434FD7A696BF0CA915C44D , 0x15AD00F10C3640A6A206CE1F645317E4 , 0x15CE2D9099A04403AF012572F9C8A739 , 0x15EBAA4427D147FEBCC9D38C4DD30382 , 0x165BE59A5A984C089CA17E368CA52DD6 , 0x174895F9B7074236AE653DF12B621054 , 0x17E989A20FF542DE84F68AE783D88DAD , 0x18669F63D98C4A49938345F9056FBB26 , 0x1A4D42041C444323AA4F77F41576C402 , 0x1A5A03CCB8214496BF7E0DA267153241 , 0x1A8F0365C8F14AB3B32544425DBD58BA , 0x1B2B24B76E1E4DB793D6CD9A322E8E64 , 0x1BA38B068F0E462AB0C2D09D8EF6388D , 0x1BC01634357B4710BCE917FFFD3ACBCC , 0x1C7DCB7DE7C641BE858F9E0B5CDDD164 , 0x1D64BF87BC624A46945F3F43F9B20A75 , 0x1DD2D3F38ACB439E93F35F65F9B7D974 , 0x1F3DCB98EB984ACDA2AB84635864B75D , 0x1F9FD8DCFFED4A30A5064A96CC437910 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x2010FD862DA04C30AE3164BDEAC6A049 , 0x207A65C206194726B7FCE3A683538745 , 0x211A38B709A84B198D369B82D10C19EE , 0x2134204C21B141BF8914F7AE38136E12 , 0x216CFE0522BC479F9D0035444727C9BD , 0x217421FE414C45128675FB11C7FB495B , 0x219714DAB9DD4282A7DDF96BBE42970E , 0x2201C62BCF28490B9B9F3B79941DD830 , 0x220E04A3D5DF4727B25B4568D7B2E58C , 0x221B64458A154C2284F72316790F729E , 0x224646719CA8445684E02EC785FF051A , 0x231EE4372DF34F9E8EA221D9ED38A4BB , 0x244B6030FFFD4529A4D015BE50BA2225 , 0x247A03AA7796426081763EAE8CC50A43 , 0x24D9120322E047EDA0A14734E978E78E , 0x25EB99374A8443AAB686255510DE945F , 0x26F9020C39C544A997E1B11F4D4B3CF2 , 0x26F929A6DED54B8399446BA4AA2B1ACF , 0x270D459C6F6F4C1996853DD1B6746AA8 , 0x28916ADF88504C208540D811B87234CB , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x28AD40325B0149F6B52DF356AA5633C4 , 0x28C3F5F9818146B897C51856F442DF98 , 0x28FE06A1FC734928A6E5826AEBEBF375 , 0x29424506F7C34F70A500C369ECDEA554 , 0x2A087B679BF241E3AAAB6C1D75DE3D3C , 0x2AE0C3C99E5D419B88D5471F094CD6FC , 0x2AEBC67959E949B4BCB9719C10A6FCA5 , 0x2B02765382A240218B667C601097AE5A , 0x2B896C005F0A4D798250107B96A4EB67 , 0x2C56BD038B1749599BFB21B25E67D770 , 0x2C60DB5258B541FA945CBC9E76F0DC49 , 0x2C804CFBFD1E42AB926C6E7255DF0438 , 0x2CBC8B9FFD0048539F4093B7E60AFC36 , 0x2D198E78D15342088E43D3B9C54B0DA8 , 0x2D321AB748744BDB95E3711148088029 , 0x2DF837200CF440D5B49D1D74384C0DD0 , 0x2E2027321B61404ABEEF63F27C02C8E5 , 0x2E31E2ECFC754E819E62F460BBB97D33 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x2F0CF9035B3D4DD494DB11F867C657A0 , 0x30176C652F9B4833804BE55D2E5C491F , 0x3267A2371AB043F49B2A943AF945C588 , 0x329849610CF643A8973EC27B03DE6BEA , 0x3306C5BF06BD49BF8C74E5901ADDD075 , 0x3350967B109348F6906D150A829E7CE6 , 0x33642C63778543A882507365A28D4E4E , 0x33997CDD7B564DE09F5E8A56DDC4D911 , 0x35672C2A1B5A469C8503C77D310989BE , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x35FC80689EEE49F58DF1196187AF2470 , 0x36213280630B452898913D94D3E18F07 , 0x367510B8FD81478A98A50403F5F12DFA , 0x370FFE3BA5FD4EA492D19F8BB482F6BC , 0x374A8B121E614557BCBD11AB82F22701 , 0x37C2B80596794C5CB601008C11664601 , 0x382C2A07C8A847AEA74ED5A46702C522 , 0x3840AF9D07234FA5B437A06EB7F7D163 , 0x38432F8D29AC42B0AA802EC83DE4F985 , 0x3875110E9CA24145A7357BD8377AADB7 , 0x38C8FEE1DB68429E84BF2D0FF7CF28D1 , 0x3999CAD63FAC4EB19DC1BF1538139751 , 0x3A1B61C3253646C68F5344CEE8004044 , 0x3A35BD240262442180CE4107585DFFA3 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x3A70C53223934738BB4432D38C9A11CD , 0x3A9FAE0E37354DE2A96AFF6B8105CFBB , 0x3AB08779C25249B9849BA26D3B7A0A2B , 0x3AF696E599824A919A809C42B0B9E9F6 , 0x3AF83C92E8DD40679504B3B0497BBF3E , 0x3B7F941BAFBA49F59826F94EDE195101 , 0x3BE5A73B3D564FB1BAF9D3D45AD0936A , 0x3C25718CAD744AF993B40C58FB5BCC55 , 0x3C30A72624804FF68C3A7E8B59E1D9A3 , 0x3CA08C4BF8284A70B06EE876E5FD5C6F , 0x3CEB37A732424262915D394BDED5A67B , 0x3CFE72B298C9434CB3D31B2DFF0F32F8 , 0x3D171CA6F9EC44D686FAC164FF06399F , 0x3D621B0536104DAFB046FD07C68DC2BB , 0x3D834912B10F40B9A8F2B3EF14F0DA20 , 0x3ECE26E8D85D49A784DCBF1EEFC286FD , 0x3EE47E481297487BBA0E48A078B31627 , 0x3F5DFD97A55445F7B5EC641B8775BC96 , 0x3F73E8B6E2BA41D9BA14E21AEB1B8FFE , 0x40385D84E0FC4D6EA7D6E03F4CD695C8 , 0x404C3C66AA574B1FBDA3DD078B083AEF , 0x40F140D4B34C4CB9BB712059869EBB52 , 0x4153E88342EC4FB38C39FF19B0C75546 , 0x41C5A2C7AD334E5292BF78075A06FA76 , 0x42DFA224B9BB46C2B2A0D2A5B48A3261 , 0x4301F27076D0402286600AD3F35C5001 , 0x435D7C4B13AF42C8999958951856C04C , 0x443D9C56549C437F880ECA883331F567 , 0x447AA8610B854E7EBF2C19B57CFD3AE1 , 0x44E436093E7E4E7394F3C074972A5A7A , 0x4545323CE87845A69DF1E11CAD59464C , 0x45596CD8C2554BCAA63A15ACFC3F92AC , 0x45F9D35A14F54849BE24BE2CE989BC17 , 0x4633EC13DA664845AA7E3659B8411011 , 0x46565770005A48AA879AE5D6BEDB9289 , 0x475E88385D6446428C02AF5EB3AAD086 , 0x47BDD0A8927F43F18C356ADA1273B095 , 0x4807980ACF794DB0A78E5362CC7C8762 , 0x481078A8A1154B838281D129F2C084CB , 0x48B93469815C49AE9600B75B882B1FAD , 0x48CC805E3A0C4A708A7E361EC117BAAA , 0x48D309A1C9D946038608FDBC6932A500 , 0x490C2F7F6652408686C46DD6D7E9EF3C , 0x494ED93568FD42DC86A8E0340F0DC570 , 0x4986B1C1C8084FE89CAC9C944A87DE19 , 0x49BD236298A643768538B222DD2BAC8E , 0x49BD26CD2D784A939E1B345B7C8A882A , 0x4A3260EBD64746FBA52E5C7694EA9DA7 , 0x4A68CE6D24FC448CAFBDA4701AD8FADA , 0x4A70366E3DF44F5BAF05F6A30E10E0E9 , 0x4AD41F7F31064E7BA2483544068F1B61 , 0x4AFEDFFF42EC404F942D99B202FE2570 , 0x4B66F4B8C35E4511AC59FF47BC797207 , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0x4C50F7C089D04E7AB88E5EA33C5E7FF9 , 0x4CBF96A708084CB0830F1EAD12F4AE61 , 0x4D3F6781185B49B7AF6EBF3FECC77265 , 0x4D4016666563409597871D442E890B6E , 0x4DBC4799DE1A481C8612152914FA3020 , 0x4DC38A99E6B947E1BDFC8C6AFF1FF6E0 , 0x4E0A4DDA13704AF3A7E6AB01AB09E529 , 0x4EDC4F21C278414993737B350D65CE9D , 0x4F19CD13CFB4473EA37629E4685513DE , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x4FDA5B96170648E19264BBD59D516CBC , 0x50BD5C5D13D5461B8715FA535C5AE243 , 0x51070503953F46338AE553AAD8369B0F , 0x51436CED6C8949E2AD8D2ABA1EC33993 , 0x5181DA93B4F94F9B81B617F08E635B5F , 0x51BEFD76B9C94C9C9B5455811D68C50C , 0x51C3C295EF1645C08AFF090AE2F2B63C , 0x51D377F2507D4E299DE17E25904F5BD7 , 0x52530F084F74411B89D42F9E98E5E0AD , 0x5289C9AC1E1A4525B028566BCF32C7D8 , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x52EE9365F9734F0AACDEC2A70DA7655B , 0x53C3F88F4D3D4419999825DC4A73647E , 0x53E4A030C1484AFAAA3AD9A63E7C8D0C , 0x5426C6A5EB4246E08639ED936A4101AE , 0x544A2015944B40C085239BEF584AEDDA , 0x551C3803DEB6402A9DA30A29EB24CB1C , 0x55598F8926234EE6B25A23CB2DCDAB5F , 0x55F53D301CD04B28B04FD783070562C8 , 0x562927BC78874C0C82C007C7A2A591B7 , 0x56600E14BB724C38A3BB5B578BD210D7 , 0x576F7A6625A44B40B4AA14F858D3F528 , 0x58370C4033EB46FC8F8AC14508192BCB , 0x585ADCBF598A4F5880C0142BBF9957F9 , 0x585B24143964492D92DC75D83108E3FD , 0x586D264197F649CCA5A35830AEB27D8D , 0x587764B6FAAD46CA97FFD5C79551B2AB , 0x58E15680A170476CBA641C844883EF0B , 0x59B8CE25C30C4F238976E5DB00E0F2F7 , 0x5A81BD3663AD4BA7A1A3069BAB533C61 , 0x5B097BD435E848F699E62A1F4D526C7F , 0x5BCDA1E160AE421A884F558C62C2E8C3 , 0x5BD03C5E78784A24BC37512733B31B69 , 0x5D77219DE0154C0BAC2A8837C841F841 , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x5DED3046100944A38DFCF44849E9CFA0 , 0x5E04E5803889429AA262DDBF456FAE80 , 0x5E517A09ACF64A9D9CA91656A88E305E , 0x5ED00D0B2214467898E11032DF7FD9AF , 0x5F15F5BA984A41B981384FCBBA23A983 , 0x5F16FDC9CD044A7AA2DC8D6B63B54282 , 0x60542CBAE796468CA7F948DF15869B80 , 0x60652C2A934848ECA73723EF83E6571B , 0x60806EF4B7C84FB1818EE72AAB3CF399 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0x60A565B30F3B434FBAEC1E158DF88C78 , 0x60F9442771C34FAA8813598D6563997A , 0x61263D05188C4F14995A4C68A8EBD27F , 0x6187F3128EB4411C9630F8B88DB011E6 , 0x61D0C4AD19CA41F8BEC59BC811CF0775 , 0x61EC67143FE44378A347496708ACE4F5 , 0x62C43B60F1F24E59BE02A262C50E8AF2 , 0x62E0269E3921427F8D0A547BC4787987 , 0x62FD24F7D9DE4E3F8AC0162AF6C77547 , 0x646611B105CD4F58A2CA652C91DF2975 , 0x6468440D7CD145CC95A59BB02D76CF85 , 0x657FD57D003D48B5959BD8C569BDBC67 , 0x65A194AB8EA845C588CC79CCC353F529 , 0x665373766F2B4618A12287E0A3D70E26 , 0x6679A0FC857D458C854C6AA0BB9CDC34 , 0x66D65AB9AB034AC59E737C04FF6A6D36 , 0x672C8B56C1264262A788D74FD6199D15 , 0x67797097E13F42EDA86257C71C427A28 , 0x67F74D970C344BADA9B434DB89E1C8A8 , 0x6999DCA7E62942F7A91257143B4AE5F9 , 0x69C03599ED454AFFA5BD6DDE6B2D34C5 , 0x6AC99B6A187A49D0962E40890AC916F7 , 0x6AFB5FC5665443C4BBA99D9E6BC03CBD , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0x6BD6CC80F77B42198BF8B82342E28B41 , 0x6C5CAB49E3A544C88A39669BAA30E5C5 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x6D09864E09FA4224A1159D777CCD2CB0 , 0x6D4E1B30C42C41329472B0592095BC1A , 0x6DAE503F926B45E4852B934306D8C1E7 , 0x6DAF5CF930D54751AA4569E8FFEB55F2 , 0x6E731B162B3D455E9154054A99D572D1 , 0x6EB4EB75EB0446D09D8B22CADE0ABABF , 0x6EC476E79FE34019BFF879294B7E5D70 , 0x6F8394B87A1D447CA2D59221198C6689 , 0x6FC39764DD484CD9AC376F6103B81632 , 0x71028E7E852B49D7B055E3EC2341CE52 , 0x710722A6BA5D4310BFCCE4BC80D05DBA , 0x7214D7CEB2CC4AF7B713457BA320F8C7 , 0x72BA87549F8E4F19818763825B601890 , 0x72F4F3B3CA0E4C37832B332A577A6474 , 0x731DAD0D2FFA46159D6B1DAE42385A50 , 0x73698DB3297243979F0E98FA109A5DE9 , 0x73EC49CA5684422DAA3EF56AC79BAA0B , 0x73FC59C20EF14BF991EE1C4150AD9E1B , 0x7403FD12394149A9A9A65A510FC951E9 , 0x750B6C87D0DA49E4A328A677E22F69A0 , 0x751D32FB0F474628B5C20DA9B160CD3F , 0x75950F9A8A9E479799900E82895BD54D , 0x75B4D52761384DE8BFDCAD9C02B88D16 , 0x75C9C48FD41840FCA0A70FC92EFB21D3 , 0x7629630D820F46E0A2CE0DF9294A55EA , 0x764D49F8E36C481EBF908D3A59D16427 , 0x768006580C3841E4AFA89FBCCD2839B3 , 0x76F287238C064721A559BBDA1D84A454 , 0x77094A0C1AB44716BEE4D65629A982A5 , 0x780641110E874D3485E36C2E4B0BA140 , 0x780CCB33DEE942F6B36CC4150B3ECC39 , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x79C1B44237DD4AE9A7C9EE13908152C8 , 0x79D2F91FE3A44CB69664C720D0BCBB3C , 0x7A3118D0030B47A396C48FB0CCE58F93 , 0x7B7FE560DD9C4708B8EA3402E001D6FA , 0x7BB15914EE8B4B11BAED49E006B9939D , 0x7C116CC02D2E412B9B908A9148EB9309 , 0x7C2F6A277A824CC3AF806DD8F4BE69CA , 0x7E2010D49B9D48D18B887D3057F1F8A2 , 0x7E4B38931FE14571BC90196E03D5F77C , 0x7E50B91A8CD24326BB66420181D75E08 , 0x7EB477713D9C4B5F9BB2D32EAEBB7982 , 0x7EFFCE1498D74F498155AE6C0A2ECF36 , 0x7F48C3B337324855BE2A4227D4EF5295 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x7F686C413F524D07A1D5928DBB3A7FF4 , 0x7FD9693053CE4E44A521FDD95E6456DE , 0x8053DE65E90643899531D4459B209D3C , 0x808E59B0E3B6423E91E97CD793056822 , 0x80BF7EAF39184C95830A4EEE0DB3A8F7 , 0x80DD15496B2F4690826E57F852314B65 , 0x81152C3787A148D4B16100936B96453D , 0x81812E0BA24D423DAC0838781A53AE70 , 0x81DF403F3F9540DA8401C8EEFAEA7E43 , 0x81F3F318CC9F4EBABDA85C3650FF1F56 , 0x81F4EBCC27E64C109B538604BFA82681 , 0x82A800C697AC4299B7A1331059389DCC , 0x82D75984D1D74D17A10894166983BC9D , 0x82D8C8A7429444E787F2C7C0F940AFE6 , 0x8314FB86CD794B85AA2B82E2653AA478 , 0x837EBDD2A0D14CE29B1475DA71930FF4 , 0x83AB4B4C265445CDB204D27E9CCC7A1B , 0x83E8D52C3B33450894FF7E57E8339D15 , 0x84D9D963505C48DB9228354EE88FB681 , 0x85BC60971243447EBC8644104DF8892C , 0x8698AF0D3F204FC8B2DD551789C653CF , 0x86A1EEADBC7942CD815D907D267D6433 , 0x8754F9C0880A4971ADC78F58A305A09E , 0x875AF29F563841ABB0BBDDA1878F1CA1 , 0x876B25F7FC874FE3B583369BD116E523 , 0x87AAA1B064C648BAAA49EF461697EFFA , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x87E8A336732741CCBB5767709F69448F , 0x88174E13225146D6B2412283209A744A , 0x882A0D90845C46C9BB019659A615F235 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0x88EB5628DAF24ECC9E57E8DA3106BF04 , 0x896A790E465344B7B27AAE761DD8742E , 0x8972AB26458142A4916B0A896C1592FB , 0x89E5581176F5439DBDE95CB2EFE189FD , 0x8B2FE7EB1F3741CC8EB14CFCF1E0DDED , 0x8BB5548A73A7428D980BA256D3E41E6F , 0x8BC1F9E656C2476DB73C65B5B53E1C36 , 0x8BF83D58E3524AE2BCEC77168033C58F , 0x8CA550A405F345C9821DEB00F020A335 , 0x8CAD8BE992E84FFC947B271B908E1E8F , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x8D9AD6C0B7B04C65BC6FF6A7FC4563DA , 0x8DCBAB859A7C42ECBCAF518265726F1B , 0x8EA5C319BADB40BFB1E0F2ABE8E1420F , 0x8EEABD8E0DE14592906FD3EE3EE9D094 , 0x8F1332EB43334D159175A80ED6E45057 , 0x8F576EE93F3B41F290C1326DA81AB9FD , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x902A37C13D2A4E40BCB41EA7D43B627C , 0x906DEEF0A0AB41D18A0F06AE7915F261 , 0x90F8F4BE76F8485792BBA9435CD5AA3F , 0x914384BAC4104F85950D06BD3F4ADB6C , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x91E894956CDC4F67A37FDA7ACD04B633 , 0x9271798D42B74C1CB2E2645FFB089CB0 , 0x9355F61CD2C348D4839DD4FB4A56ED9D , 0x93BE2DB9AB73440C9F44D4DFF869B6DB , 0x93EE25B24D264F78A3AA86D03094C653 , 0x940DE9504E2B4067BB89E8DE2687044F , 0x95D8052E5BB84297AD3D393FE99C77ED , 0x9697A64A04654BD08F8CAF7278679E85 , 0x96AB547947F847F7B09DB8913231F48C , 0x96B1AAD594D544018CF15516AF8B6D20 , 0x96F6462DD5E9444BAA8A6510915825D3 , 0x972CEC88119044E7BAE968A9FD63FA3B , 0x978648C238AF48D3B655595F0883865A , 0x97CE3C6B3FEA47B7ABDF18D508E9CD36 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x98428DAB5B8045BCBCBE767DD35FD311 , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0x988D2728096D477EBA6F4A5AAE31B2E2 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x99C70D0856F34C678D904B18876CA3C2 , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9AC7319AFECC42C9A87244EC66B5BBD9 , 0x9B7807EA02E44CC7A361D4904BE33486 , 0x9CA575BB2961434B9B671EDBE50262DC , 0x9D391734A6EA4AB6A160994502F6D01D , 0x9D3DF92747394B138A9C6A868E7A0093 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x9E45D926DADC40FCBFA3D8068DEF99BE , 0x9F47A5336C254302AFD595A9DD5508FD , 0x9F98D293700B4A10B19EAC32001F4E87 , 0x9FA95B042BFB4A31ACFA685B9A3E8886 , 0xA0277F0230444C42BE1BA5C5BE16931B , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA0CCBF6A0D854A45B4D93C2B1E0151B1 , 0xA14F6CAA6D284B6CBDA4BD4160E2B5C0 , 0xA15162103F2A4289B370E0EB4971F0CA , 0xA276F2EADC434AB081123CB10365ECEF , 0xA2BE0F12DDB4434AA714DDA3D26E4FDC , 0xA34A206FC24F407E9AF91E9F21B0028D , 0xA3E5D1801BCF4E73AB714E3361673727 , 0xA41A2B49D4C44939A167DA5473798789 , 0xA47443A4DBEC498BA70E35D4D1CE51F9 , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA52365B14406440485D29CAC5CD70F0B , 0xA6A528CB7B50485B9D908C56C82FB0AF , 0xA77395A6974649E6930B2ECF1CA745D4 , 0xA784608C31F346BB9FA5E5EA84C5DA89 , 0xA7A2CEE7686E44F8AF05C8D4B6B4E41E , 0xA861FA46349D44CF9099F3C99824976A , 0xA86DE63A08B04FB0AB63E1FD0055D23B , 0xA8BD42C3592D4E5EBA7E569447F5756D , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xA95198C1FA3440B3A409F813A46D7A63 , 0xA98BD2924357447C910421250F5A4712 , 0xA99693A819554966A68139497093EA27 , 0xA9A24FF974FC44CFB65909EA1190C134 , 0xA9BB8A13A72541D38CDA4710BAC9F31B , 0xAA03F2E5BCCF474F8848F6B2D57589DB , 0xAA0FB918C2C048A9AAB89B77A0E43A12 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAA70EF7FA63A4054ACDCDAF078CAAE2F , 0xAA7BAB8916E544AA9140F76B2D16B3E7 , 0xAA84C9A090DD44DE96C3ECBEDAF506EB , 0xAA900D5502784D94AAEBFE91FD8A79E6 , 0xAACC3E0BE1F84B239761735F57505826 , 0xAC1162B528EA406783971511086EFF2F , 0xAD300848165F496FAFF082123582050C , 0xADF28C1B866641CA80805EDA0F657E47 , 0xAE2F3C11B14C476B8AF7C45D63869EBC , 0xAF35A74DC8B64A1793D07FE51394F187 , 0xAFFE86959B3C4CA4A83BF06985082485 , 0xB06E1B7BB9814476976C4351CE7F42B1 , 0xB0906200E0BB43649CCFA3B376F02796 , 0xB1392737DB6E444D8CC9DCEDEAF683AC , 0xB146933FADD64913B51B97E02752810B , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0xB245D293187C4BC3A71BFDBD4C7D678B , 0xB26609F41D7D49F29499FCDC8D10A78D , 0xB36E757291B94D25A344E4FF01F3445D , 0xB37D9B42AF10430EA85F5CBC6F88D188 , 0xB3FE8A09A76C4EF8BD13818AE4567D60 , 0xB42E4CAF74FC401BB34FA521E26D974F , 0xB47762D7A4BB4D49A1F613D96FD805CA , 0xB545E799455C4C4C81ED3DECADFC2DAA , 0xB5712CF9566D4342A964F2743E2B08EC , 0xB574E4D3CD984C71A4C4B44847328506 , 0xB656A1F105F141499B02A6E28558332F , 0xB6699DB344454F12B5DD1F514CA3C9CE , 0xB70D537A7380431EBCDD5613780CBEB5 , 0xB73EA11E02434B318C511034FFAA3C83 , 0xB74A81E4EFFE49D4BC01145236DFD3ED , 0xB76A5CA67B614AB59970767D81CC5607 , 0xBA77C0763DFB47158760B6ADA7335C90 , 0xBAAF0501442649A780E5481B2D0CA46D , 0xBB85B730792E47D297853AE1ECA5EB74 , 0xBB8F97F4F10E42FA8921582426D22285 , 0xBBA2A0852978402295F1C7E10D5E4803 , 0xBC54D495F82141698103436B43896042 , 0xBC5D2277755E4AC092E7EF42B867807D , 0xBC8E33033CD942DE98D18A8C3D97A658 , 0xBCC6FB924E354352A7C6CBB30DDCEB92 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0xBD9B273F45AC40478A3165D9F8580223 , 0xBE58EFD5547E47F996DFC50BE36E2D85 , 0xBEA10AAB6D9444CBA1F7E0B4C0265109 , 0xBF9F660F6D3A49F481F34F81D4EBA490 , 0xBFAC73B9F4C64D388D9434F6D7488BCD , 0xBFB5D1B8C1944FDB95ACC126E4662C57 , 0xBFFB73C826B143A98399ABE70ACAE832 , 0xC06D41F75E8E4881811322C4EE4AE97A , 0xC0DCCAF2A0F440BAA9B15B812F568A2A , 0xC193C5C3677240BA8498CB282694A75A , 0xC25D7A0103174315BF9B488D8F4761E3 , 0xC33EB2D9CB034C92BA5C698AEDBA5E35 , 0xC3709F5D2DD14C66BBE914FEEEC20301 , 0xC3DB40838216420995A0E33EFBB83857 , 0xC492401DE4124A2DACF2F49DB63D31CA , 0xC4BDD66A5D044DAEB2714A0F616690F0 , 0xC50671E6CD184FA7A1E2F0AE27783278 , 0xC5392006968144268A07483408223289 , 0xC5491401894A4D97A54B4EF547A68317 , 0xC5CCCCC7263E414E8FEDB14C411ADF61 , 0xC5FC373E41C54F27976784CA73203891 , 0xC60190DC3ADD4B369E9B729D99C70242 , 0xC624EA737DDA423890C8B30499EDC4CE , 0xC6EF80E989BB40D28584140A90512DE1 , 0xC71043B8AB9D4AFC8D7E874D7172C8BD , 0xC7841340237141FD9773B0B75D97FE5E , 0xC786D9A630D448089425CE8BA893AF38 , 0xC7AAAFF3E1D24BDAAD4E5ACA59C2240A , 0xC7EBA74B199C4559A745049D36438837 , 0xC8052FE477614F18B93F9F0797CA73D0 , 0xC99B06B482664EA5B0A9A1E85C71E678 , 0xC9DF106626844C3FAC2D8D85561EE363 , 0xC9EB29E4FD2E4437A0572855DACA354E , 0xCA06E673C9D0430D8B8831D91E4A53FC , 0xCA1E8422F97E400ABF3E2C9867DACD12 , 0xCA7A7EA3307B4B6895E543268CF9DBF0 , 0xCAF11042CE174FA78B82ED67C48198C7 , 0xCAFE3CF58D354CD2BAE220E75FC4F7DC , 0xCB0369BA491B423A9EF0AEB0963F805A , 0xCC1790550B7B46D0BFE10B0CF8FA2DD7 , 0xCCCE86F4B9CF4642AA9BD0E679C4046A , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0xCE183819AE20437D9DEE7AF24900ABE5 , 0xCE6CC81316DA412E8FE53D8B37E43057 , 0xCE7AEABE6BE545648ACA1723D05BA306 , 0xCEFB1E60D24448E881B7A8AF2AFC5208 , 0xCF1C068C95A64A75BE0BD6A4FBBA6DC8 , 0xCFA25C3DB9F74762B271AC039F4ED13B , 0xCFC0CE5655D540068CF7DF0044C98A18 , 0xCFD78EE8EE7B460B9383203251BA8043 , 0xD01578B37F98452BB4687463204F408C , 0xD03BFB9951104167AA0E79619DDEA7DA , 0xD0A545A4B3564E5D8AAF40A64147E12F , 0xD1204C8056004E1F8DA6BA6DA3FBFA3C , 0xD12ABE34043E4C20B600AB65142E8168 , 0xD13A554D5225424C9ADC855E39A1070C , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xD19FA82F4929491AB5027F47C5C46CDB , 0xD1EC76DAF4F045279ADAA92CB3C6A4D0 , 0xD235A9A190244978A21F810799654A69 , 0xD24E8F79A93A4AF7B49B709A3C48C04F , 0xD274E5444BDB4B9EA640015887FE1989 , 0xD2F2E561FD094F4FBD06D5CB92984763 , 0xD398C2DDEBC444F6A74DC3133125987F , 0xD429EB8FFE8940E4A499E74BFDDEE156 , 0xD53DEF18874C4AC18B224FBC07554900 , 0xD64DB3FF0B654086950175B0219FC79A , 0xD6829F3D6B104010BCD24B5047B7547A , 0xD6FAAC7CDC84449996627E8948B985D9 , 0xD73E16D28EFF419D9649067012F694A2 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD7598D9A84CB4294B0037243826A2E44 , 0xD77A75A1B1794617ACD5175F6E6B8746 , 0xD77B5EE881C449E38792D993BB4D62F0 , 0xD8A8542B78F6473A99F468FE2B2AEC50 , 0xD99441374E184C50A9CCB1DEB4A0A30E , 0xDA40ADC772184663B035E1B3F9876A24 , 0xDA668CE2CA4A45909F2825E3BF823199 , 0xDB5460FD7959419788EC414BE3947D20 , 0xDC2E70EA367645688C0BC5C41DD65DA1 , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0xDC83A4C9EC1C4B5BA005C107821ED2F8 , 0xDCBCE2570BCD427E9B15D60BEB70C206 , 0xDD42ABBE6B00450FB12E1166E3CC16DD , 0xDDF563281CC74AB3832A044EEFAC1891 , 0xDE0A77C2701946088FF67DBFCE1840A2 , 0xDE4A3BF0C63A481AA8AEBC3BC119EE12 , 0xDF6258B4B02845A592C304FE986AE052 , 0xE02E60DCA1D345C587639A6DC159EFD9 , 0xE076614EF3D14134BEE71F90837F1478 , 0xE1AA811ABB394AF8A6300405A2AD8564 , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0xE25A3A4C0F77482E926C228894A2F1D3 , 0xE3247F80A7BF43EBAC80F5D159AC0589 , 0xE33C013790C2496E826C6DBC73F88CAD , 0xE33FFD030C1E4392B8645C4BD7596763 , 0xE43ACDEDC7C14E16B3665E3823A09BDA , 0xE4DD7FD0989647C8992F5460984B5E7D , 0xE555E7422A1E4D519050092E63F97C56 , 0xE59A638B9F214332AB21E53B87C76DAA , 0xE5DC384820DF42FF87409D069FF55947 , 0xE694E2E2EBCB4AA9993686C7A862F0BA , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xE7BD1C08EE9F420F82183E73028643F1 , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0xE85010DBF1E8482EA234DDBBEB9040CF , 0xE875FA8F02EA4FB2A896E60A66B34CA8 , 0xE93160F1086C4787819CCC8B9EF741F7 , 0xE97D6765EBC44C44A062FEDFD9FF80FD , 0xE982D8B587D84ADF9BF44A37F1FFAC6B , 0xE99F3C4BA046461383A9BC673D0B87AF , 0xE9A1731E6A6F40E2A364A623E2CB41E3 , 0xEA5ED02085434657B84646E25D0EA447 , 0xEA72A169AA5D4806A0542A9C12611C18 , 0xEB20E7D14CCD41C698D48B96E197A8D8 , 0xEBD171075648451DB44495796C42E299 , 0xEC7860469FE94246A20F782492F757D3 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xEDB5DE36FE7949CD816C2F471EA8428D , 0xEDED8FDBBD48434D9BD89EBC04039972 , 0xEEB1172BEAE2404DB1C08D564BAA658D , 0xEF67872353BF4F12B26E49337BC45368 , 0xEFA1408CCAEA4DADA6B66609123E0411 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xEFDB8340E2E041668FDCB043002ED360 , 0xEFE6680569F74FAF804EE1EFAF19BE9A , 0xF03D98334ACE4895BF222260EBBAA175 , 0xF05DE8439643416F8B148A10194025E8 , 0xF0BAEBE81B0E4E7298E3643B0F20B69F , 0xF1C01478C4F643FC8294BD0B5426E2A0 , 0xF23F53BAD0014ED480B199886F4398EA , 0xF318CA8D1B384CEBB849637EDDE5E6DC , 0xF377AF3867AF4A97A09F933B5C23ECB9 , 0xF3D4EED7F3924E0790A077DF968CFE9D , 0xF3E6626D18774686819498E70A751923 , 0xF419DB766C1D4B1782B52DFA62D9B9DF , 0xF457C6C3ADEE40E1A2751A7FEDA982D4 , 0xF475575C0F7E4845A3312B585AF9979C , 0xF4887F30E2D04B20990C67C085B878CB , 0xF4C112A32B344491B74F59D7A1223E89 , 0xF4CF3FE929374410B6A81FE80AF39E84 , 0xF5AE707D34074DA984F2E270F9FBA8F5 , 0xF5CA12F476694DEEA6F3896700840A10 , 0xF6B6AE70827E4462AB0CCCDA2205D0CE , 0xF7597433E21E417595240E3DE3E886C1 , 0xF7708C735AB548CE82164CBAD217BCE8 , 0xF79C47B54E4647FC8CCE0674A8931DE8 , 0xF7C7B9C86CF140EE8785F71C1969A227 , 0xF7E08DCDC51E41B4AD81103BCE005171 , 0xF82A8F4A5F6A40089A913F1F16DA9FCD , 0xF8708545FE3D43458AF9CB3F377A2CC1 , 0xFA3391C9B81A471A94C8D41FD0219852 , 0xFA9A145DF22D466B96BCC1360CB87177 , 0xFAD442E1947F4B8F8CB3792E4BD8934A , 0xFBA830BBE8C54690AC1BCEC9B57FAD5D , 0xFBF822C1D1084A09A3A6E500FD83C351 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFDB18CB8005A4343A676D024C006E1B7 , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xFE4BF190740042EBADD65D52D89E6FA4 , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0xFF0D85C583F14CE88459A0C9F3E99CB7 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xFF8733A7BC394AE798214336083C605A , 0xFF99C8AFF36B44EAB0E1CE60A3CCD39B , 0xB0B015A239554BDBB7DA395477772604 )));
Copy
85
1.79 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ù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"²Ì\x03 펫M§¦³V¯=îÒà "
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"²Ì\x03 펫M§¦³V¯=îÒà "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"W(\x04 Ñ\t þJıì\x18 ı.¤Ù< "
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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"º\x14 3¬\x0E ÅBϸ)…\x04 ®Ö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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"²Ì\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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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""A“r\f *JE¼–Ë-\x05 VUº "
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"²Ì\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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"Ã`\x00 éÉÏM║«?oKâ&ئ "
b"ض¡ªôÐMl╝ð\x1D\x04 uÜb "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ù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"k¨üãƒ[Kʉ\e aê‚Õ‹Û "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"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"þòyW@nCEØø╚└àgıV "
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"\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"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ù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"=¹Ï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"õ•"¨‡ù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"²Ì\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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0x572804A509E74AD58D18D52EF0CFEB3C , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x224193720C2A4A45BC96CB2D055655BA , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xBA1433AC0EC542CFB8298504AED66FEB , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 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 , 0x224193720C2A4A45BC96CB2D055655BA , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xC760008290D84DBAAE3F6F4B83269DDD , 0x9DF4ADA693D14D6CBCD01D04759A6220 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x6BA8FCE3835B4BCA891B61EA82D58BDB , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xE7957957406E43459D9BC8C08567D556 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x01971691BB387F7F8D6FA68AC5BC78B0 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
86
9.15 ms
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = ? ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = ? ) AND ((`product_media` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"\x00 ·I*ä\x17 Iª“N;]áï#© "
b"\x00 ÓÍ=\x19\x1A D\x06 ‚øø\x06 +nÉ» "
b"\x00 ÜN\x11 Ý\x00 BÈ ÊÅ@ÈÁ|† "
b"\x00 ð°‘\x17\e C•¹\x7F ×:½\x18 \Ö "
b"\x01 Ž;BÇÆB4»4\x02 ÌÚ:8‰ "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"\x01 Û$\x18 êyAÅ’=áÜ\x12 ÖE "
b"\x02\x04 ³gxÓF6¸#Çþ,Ó€” "
b"\x02 Gy\e E\x05 LhØ├@ó┬×ù├ "
b"\x02 uâÏѧD\x0F ³Õ6’=š \x16 "
b"\x03 S¨ZgN±²0ªß‘\x1C ³þ "
b"\x03 ƒ°-CŠ@\x19 °ôjÄØÑU_ "
b"\x04 /&!ù°Jˆ‰B6É¡¢fÜ "
b"\x04 à1g┤ÎI═ØÛ£▒╩³Þê "
b"\x05 #ˆå!’Kåµ\x16 ¡gS¤\x05 è "
b"\x05 3Ü,KóBݼó\x03 fïÈÍ; "
b"\x05 <e7+\x18 C\x19 ‚”½2rÅœ\x18 "
b"\x05 üeät|Boôqç§+\x00\x1D "
b"\x05 Ø\x05 ©CnLM©©▒@ÐëÐÌ "
b"\x06 Ì<!¾\x7F Ox¤†÷0Tu\x13 ” "
b"\x07\x00 *Œt÷O\v µí…Ø¥ž‡[ "
b"\x07 QãL1ËD\x14 ”Ê›véÁ\x1E J "
b"\x07 fV³]:L/¹1&9³½í\x04 "
b"\x07 lyı'¥@®╝¤´.\x0F ;ÎÅ "
b"\x07 ŠÛsä3@,¬\x1D\x0F ·ž[øÇ "
b"\x07 ÿ'É\x01 ÕG¡║Éx╬³I#N "
b"\x07 ÚYì\x08 œHw¼[\x06 0Áªi‚ "
b"\x08 X/%®ùH_¶OÅXg|h¿ "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"\t\x1F ¡ºó2H¯‹5pôâän/ "
b"\t ¼\x02 ·šÂH}‰Ÿâb\x0F\x19 í$ "
b"""
\n
?\n
\x1F :¸K\x15 ‡ýâë~-Ûf
"""
b"""
\n
R&Tø¨F°¹k†\e }Ê\r ¾
"""
b"\v B@Þh¥F\x1F ¬™\x07 ‰¿7ù\x06 "
b"\v aÅŒ¸ÈCE©¤`AÔ|\x05 ¦ "
b"\v g9óY-M1‰~søÊ‘‹ "
b"\v ðU \f #Dʪv“ñWØ\x18 "
b"\v ¸B×f╗FpÉ!Ë+à\x10 V@ "
b"\f +\f (ì¶AȾ©\x00 üj®gt "
b"\f ôƒ\x01 ØODW│I┤ð±2W║ "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"\r \x04 Î"=\x13 EFµ\x18 °\x13 Cm\x17 o "
b"\r ŸÀr\x01 ëBT•-\x13 ÓˆÉ>\x00 "
b"\x0E\x03 ðãvýD̦E÷–ømŽâ "
b"\x0E\x12 Œü>ÊDú°‰Ï'Pxyþ "
b"\x0E „öúX«N®¿A¸«nøÙé "
b"\x0E àëì8bBóÀ\x04 W\W■õj "
b"\x0E ®}ï:tLN½Š‰c\t ·|' "
b"\x0F Á¾ª\x06\x14 Lc¸¼6*ƒ"‹\x02 "
b"\x10\x19 ÃS‚bOª³©”Çhñ8 "
b"\x10 SµÁTŽJ–µ7VP{jé "
b"\x10 ▓!ç}ôKÛòj(═Ëc║ü "
b"\x11 ‹Í¤P¥A¸„ï\x1E K\x04 Á×5 "
b"\x12 8r█¤\x13 E‗í│űÂßÎ\t "
b"\x12 oÌvýêNÞ¢8MØÏE\x00 ‰ "
b"\x12 ®O”\x05 -HÒ±XŒÈ\x14 3Ýø "
b"\x12 ┬\t Üì╩HÜ▒Ñäð\x1F <1Ç "
b"""
\x14 &å®g|CÑŽ¼wz›m\n
ß
"""
b"\x15 ;¤\x12 ?\x1D Nz³p\x1C L$~Œë "
b"\x15 X›z?COצ–¿\f ©\x15 ÄM "
b"\x15 \x00 ñ\f 6@¦¢\x06 Î\x1F dS\x17 ä "
b"\x15 ╬-ÉÖáD\x03 »\x01 %r¨╚º9 "
b"\x15 ëªD'ÑGþ¼ÉÓŒMÓ\x03 ‚ "
b"\x16 [åšZ˜L\x08 œ¡~6Œ¥-Ö "
b"\x17 H•ù·\x07 B6®e=ñ+b\x10 T "
b"\x17 Úëó\x0F §BÌä÷èþâÏì¡ "
b"\x18 fŸcÙŒJI“ƒEù\x05 o»& "
b"\x1A MB\x04\x1C DC#ªOwô\x15 vÄ\x02 "
b"\x1A Z\x03 ̸!D–¿~\r ¢g\x15 2A "
b"\x1A Å\x03 e╚±J││%DB]¢X║ "
b"\e +$·n\x1E M·“ÖÍš2.Žd "
b"\e úï\x06 Å\x0E F*░┬ðØÄ÷8ì "
b"\e À\x16 45{G\x10 ¼é\x17 ÿý:ËÌ "
b"\x1C }╦}þãA¥àÅ×\v \¦Ðd "
b"""
\x1D d¿‡¼bJF”_?Cù²\n
u
"""
b"\x1D ÒÓóŠËCž“ó_eù·Ùt "
b"\x1F =˘ë˜JÍ¢«„cXd·] "
b"\x1F ŸØÜÿíJ0¥\x06 J–ÌCy\x10 "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b" \x10 ý†- L0®1d½êÆ I "
b" zeÂ\x06\x19 G&·ü㦃S‡E "
b"!\x1A 8À\t ¿K\x19 ì6øéÐ\f\x19 ¯ "
b"!4 L!±A¿‰\x14 ÷®8\x13 n\x12 "
b"!l■\x05 "╝GƒØ\x00 5DG'╔¢ "
b"!t!þALE\x12 †uû\x11 ÇûI[ "
b"!—\x14 Ú¹ÝB‚§Ýùk¾B—\x0E "
b""\x01 Æ+Ï(I\v ›Ÿ;y”\x1D Ø0 "
b""\x0E\x04 £ÕßG'²[Eh×²åŒ "
b""\e dEŠ\x15 L"„÷#\x16 y\x0F rž "
b""FFqœ¨DV„à.Ç…ÿ\x05\x1A "
b"#\x1E ä7-óOžŽ¢!Ùí8¤» "
b"$K`0ÿýE)¤Ð\x15 ¾Pº"% "
b"""
$z\x03 ¬wûB`üv>«î┼\n
C
"""
b"$Ù\x12\x03 "àGí ¡G4éxçŽ "
b"%ë™7J„Cª¶†%U\x10 Þ”_ "
b"&ù\x02\f 9ÅD©—á±\x1F MK<ò "
b"&ù)¦ÞÕKƒ™Dk¤ª+\x1A Ï "
b"'\r EœooL\x19 –…=Ѷtj¨ "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"(@2[\x01 Iöµ-óVªV3Ä "
b"(├§¨üüF©ù┼\x18 V¶B▀ÿ "
b"(þ\x06 ¡üsI(¦å‚jëëóu "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b"*\x08 {g›òA㪫l\x1D uÞ=< "
b"*àÃÉž]A›ˆÕG\x1F\t LÖü "
b"*ëÆyYéI´¼¹qœ\x10 ¦ü¥ "
b"+\x02 vS‚¢@!‹f|`\x10 —®Z "
b"+‰l\x00 _\n My‚P\x10 {–¤ëg "
b",V½\x03 ‹\x17 IY›û!²^g×p "
b",`ÛRXµAú”\¼žvðÜI "
b",€Lûý\x1E B«’lnrUß\x04 8 "
b",¼‹Ÿý\x00 HSŸ@“·æ\n ü6 "
b"-\x19 ŽxÑSB\x08 ŽCÓ¹ÅK\r ¨ "
b"-2\x1A ·HtKÛ•ãq\x11 H\x08 €) "
b"-°7 \f ¶@ı┤Ø\x1D t8L\r ð "
b". '2\e a@J¾ïcò|\x02 Èå "
b".1Ôý³uNü×b¶`╗╣}3 "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"/\f ù\x03 [=MÔ”Û\x11 øgÆW "
b"0\x17 le/›H3€Kå].\I\x1F "
b"2g¢7\x1A °Cô›*”:ùEň "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"3\x06 ┼┐\x06 ¢I┐îtÕÉ\x1A ¦ðu "
b"""
3Pû{\x10 ôH÷Ém\x15 \n
é×|µ
"""
b"3d,cwàC¿éPseóìNN "
b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11 "
b"5g,*\e ZFœ…\x03 Ç}1\t ‰¾ "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"5³ÇhׯI§ì±\x19 aç»$p "
b"6!2Çc\v E(ÿæ=öËßÅ\x07 "
b"6u\x10 ©²üGèÿÑ\x04\x03 §±-· "
b"7\x0F þ;¥ýN¤’ÑŸ‹´‚ö¼ "
b"7J‹\x12\x1E aEW¼½\x11 «‚ò'\x01 "
b"7¸\x05 –yL\¶\x01\x00 Œ\x11 fF\x01 "
b"8,*\x07 ȨG®§NÕ¤g\x02 Å" "
b"8@»Ø\x07 #OÑ┤7ánÀ¸Ðc "
b"8C/ì)¼B░¬Ç.╚=õ¨à "
b"8u\x11\x0E œ¢AE§5{Ø7z· "
b"8ÈþáÛhBž„¿-\x0F ÷Ï(Ñ "
b"9Ö╩Í?¼N▒Ø┴┐\x15 8\x13 ùQ "
b":\e a├%6FãÅSD╬Þ\x00 @D "
b":5½$\x02 bD!€ÎA\x07 X]ÿ£ "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b":pÅ2#“G8»D2ÓŒš\x11 Í "
b":ƒ«\x0E 75MÔ®j kü\x05 ¤╗ "
b"""
:°‡yÂRI¹„›¢m;z\n
+
"""
b":ö–噂J‘š€œB°¹éö "
b":ø<’èÝ@g•\x04 ³°I{¿> "
b";\x7F ”\e ¯ºIõ˜&ùNÞ\x19 Q\x01 "
b";å§;=VO±ºùÓÔZГj "
b"<%qŒtJù“´\f Xû[ÌU "
b"<0§&$€OöŒ:~‹YáÙ£ "
b"< ŒKø(Jp°nèvåý\o "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"<þr²˜ÉCL³Ó\e -ÿ\x0F 2ø "
b"=\x17\x1C ¦ùìDÖ†úÁdÿ\x06 9Ÿ "
b"=b\e\x05 6\x10 M»░F²\x07 ãì┬╗ "
b"=ƒI\x12 ±\x0F @¹¨ò³ï\x14 ðÚ "
b">Î&èØ]I§„Ü¿\x1E ï†ý "
b">ä~H\x12 —H{º\x0E H x³\x16 ' "
b"?]ý—¥TE÷µìd\e ‡u¼– "
b"?sÞÂÔ║A┘║\x14 Ô\x1A Ù\e Å■ "
b"@8]„àüMn§Öà?LÖ•È "
b"@L<fªWK\x1F ½£Ý\x07 ‹\x08 :ï "
b"@ñ@Ô³LL¹»q Y†ž»R "
b"ASèƒBìO³Œ9ÿ\x19 °ÇUF "
b"AÅ¢Ç3NR’¿x\x07 Z\x06 úv "
b"Bߢ$¹»F² Ò¥´Š2a "
b"""
C\x01 òpvÐ@"†`\n
Óó\P\x01
"""
b"C]|K\x13 ¯BÈ™™X•\x18 VÀL "
b"D=œVTœC\x7F ˆ\x0E ʈ31õg "
b"Dz¨a\v …N~¿,\x19 µ|ý:á "
b"Dä6\t >~Ns”óÀt—*Zz "
b"EE2<ÞxEªØ±ß\x1C ¡YFL "
b"EYlØÂUKʦ:\x15 ¬ü?’¬ "
b"EùÓZ\x14 õHI¾$¾,鉼\x17 "
b"F3ì\x13 ÚfHEª~6Y¸A\x10\x11 "
b"FVWp\x00 ZHª‡šåÖ¾Û’‰ "
b"G^ˆ8]dFBŒ\x02 ¯^³ªÐ† "
b"G½Ð¨’\x7F CñŒ5jÚ\x12 s°• "
b"""
H\x07 ˜\n
ÏyM°§ŽSbÌ|‡b
"""
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"H╣4iü\I«û\x00 À[ê+\x1F ¡ "
b"HÌ€^:\f JpŠ~6\x1E Á\x17 ºª "
b"HÓ\t ¡ÉÙF\x03 †\x08 ý¼i2¥\x00 "
b"I\f /\x7F fR@††ÄmÖ×éï< "
b"INÙ5hýB܆¨à4\x0F \r Åp "
b"I†±ÁÈ\x08 O蜬œ”J‡Þ\x19 "
b"I½#b˜¦Cv…8²"Ý+¬Ž "
b"I½&Í-xJ“ž\e 4[|Šˆ* "
b"J2`ÙÍGF¹Ñ.\vöÛØº "
b"JhÎm$üDŒ¯½¤p\x1A ØúÚ "
b"Jp6n=ôO[¯\x05 ö£\x0E\x10 àé "
b"JÈ\x1F\x7F 1\x06 N{óH5D\x06 Å\e a "
b"JþßÿBì@O”-™²\x02 þ%p "
b"Kfô¸Ã^E\x11 ¬YÿG¼yr\x07 "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"LP÷À‰ÐNz¸Ž^£<^\x7F ù "
b"L¿–§\x08\x08 L°ƒ\x0F\x1E \x12 ô®a "
b"M?gü\x18 [IÀ»n┐?ýÃre "
b"M@\x16 fec@•—‡\x1D D.‰\v n "
b"M¼G™Þ\x1A H\x1C †\x12\x15 )\x14 ú0 "
b"MÊ™æ¹Gá½üŒjÿ\x1F öà "
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"O┌[û\x17\x06 H߯d╗ıØQl╝ "
b"P½\]\x13 ÕF\e ‡\x15 úS\ZâC "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"QClÝlëIÔ¡ì*║\x1E ├9ô "
b"Qü┌ô┤¨OøüÂ\x17 Äc[_ "
b"Q¥²v╣╔L£øTUü\x1D h┼\f "
b"""
QÕï\x16 EÀŠÿ\t \n
âò¶<
"""
b"QËw‗P}N)Øß~%ÉO[Î "
b"RS\x0F\x08 OtA\e ‰Ô/ž˜åà "
b"R‰É¬\x1E\x1A E%°(VkÏ2ÇØ "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"""
Rî“eùsO\n
¬Þ§\r §e[
"""
b"S├°ÅM=D\x19 Öÿ%▄Jsd~ "
b"Sõá0┴HJ·¬:┘ª>|ì\f "
b"T&Æ¥ëBFà†9í“jA\x01 ® "
b"TJ \x15 ”K@À…#›ïXJíÚ "
b"""
U\x1C 8\x03 ÌÂ@*Øú\n
)Ù$╦\x1C
"""
b"UYÅë&#Nµ▓Z#╦-═½_ "
b"Uõ=0\x1C ÐK(°O׃\x07\x05 bÈ "
b"V)'¼x‡L\f ‚À\x07 Ç¢¥‘· "
b"V`\x0E\x14 »rL8£»[W‹Ò\x10 × "
b"Wozf%¤K@´ª\x14 øXÓõ( "
b"X7\f @3ÙF³Åè┴E\x08\x19 +╦ "
b"XZÜ¿YŠOX€À\x14 +¿™Wù "
b"X[$\x14 9dI-’ÜuØ1\x08 ãý "
b"Xm&Aù÷I╠ÑúX0«▓}ì "
b"Xwd¶úFÊ—ÿÕÇ•Q²« "
b"XáV€¡pGlºd\x1C „Hƒï\v "
b"Y¸Î%Ã\f O#‰våÛ\x00 àò÷ "
b"Zü¢6c¡Kºíú\x06 ø½S<a "
b"[\t {Ô5èHö™æ*\x1F MRl\x7F "
b"[Í¡á`®B\x1A ˆOUŒbÂèà "
b"[Ð<^xxJ$¼7Q'3³\e i "
b"]w!ØÓ\x15 L\v ¼*ê7╚A°A "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"]Ý0F\x10\t Dúì³¶HIÚ¤á "
b"^\x04 å€8‰Bš¢bÝ¿Eo®€ "
b"^Qz\t ¼÷JØ£®\x16 V¿Ä0^ "
b"^Ð\r \v "\x14 Fx˜á\x10 2ß\x7F Ù¯ "
b"_\x15 §║ÿJA╣ü8O╦║#®â "
b"_\x16 ²╔═\x04 Jzó▄ìkcÁBé "
b"`T,ºç–FŒ§ùHß\x15 †›€ "
b"`e,*“HHì§7#ïƒæW\e "
b"`Çn¶À╚O▒üÄþ*½<¾Ö "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"`Ñe│\x0F ;CO║ý\x1E\x15 ì°îx "
b"`¨D'q├O¬ê\x13 YìecÖz "
b"a&=\x05\x18 ŒO\x14 ™ZLh¨ëÒ\x7F "
b"aç¾\x12 Ä┤A\x1C û0°©ì░\x11 µ "
b"aÐÄ\x19 ÊAø¾Å›È\x11 Ï\x07 u "
b"aìg\x14 ?äCx£GIg\x08 ¬äõ "
b"bÄ;`ñòNY¾\x02 ¢bÅ\x0E Šò "
b"""
bÓ&×9!B\x7F ì\n
T{─xyç
"""
b"bý$÷ÙÞN?ŠÀ\x16 *öÇuG "
b"df\x11 ±\x05 ÍOX¢Êe,‘ß)u "
b"dhD\r |ÑEÌ•¥›°-vÏ… "
b"e\x7F Õ}\x00 =Hµ•›ØÅi½¼g "
b"e¡”«Ž¨EňÌyÌÃSõ) "
b"fSsvo+F\x18 ¡"‡à£×\x0E & "
b"fy ü…}EŒ…Lj »œÜ4 "
b"fÖZ¹«\x03 JÅžs|\x04 ÿjm6 "
b"g,ïV┴&BbºêÎOÍ\x19 Ø\x15 "
b"gyp—á?Bí¨bWÇ\x1C Bz( "
b"g÷M—\f 4K©´4Û‰áȨ "
b"i™Ü§æ)B÷©\x12 W\x14 ;Jåù "
b"iÀ5™íEJÿ¥½mÞk-4Å "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"j¹_┼fTC─╗®Ø×k└<¢ "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"kÖÌ€÷{B\x19 ‹ø¸#Bâ‹A "
b"l\«Iã¥DÈŠ9f›ª0åÅ "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"m\t åN\t ·B$í\x15 Øw|═,░ "
b"mN\e 0Ä,A2”r°Y •¼\x1A "
b"m®P?’kEä…+“C\x06 ØÁç "
b"m¯\ù0ÕGQªEièÿëUò "
b"ns\e\x16 +=E^‘T\x05 J™ÕrÑ "
b"""
n┤ÙuÙ\x04 FðØï"╩Ì\n
║┐
"""
b"nÄvçŸã@\x19 ¿øy)K~]p "
b"oƒ”¸z\x1D D|¢Õ’!\x19 Œf‰ "
b"o×dÝHLÙ¬7oa\x03 ¸\x16 2 "
b"q\x02 Ž~…+I×°Uãì#AÎR "
b"q\x07 "¦º]C\x10 ¿Ìä¼€Ð]º "
b"r\x14 ×βÌJ÷·\x13 E{£ øÇ "
b"r║çTƒÄO\x19 üçcé[`\x18 É "
b"rôó³Ê\x0E L7ƒ+3*Wzdt "
b"s\x1D ¡\r /·F\x15 Øk\x1D «B8ZP "
b"siì│)rCùƒ\x0E ÿ·\x10 Ü]Ú "
b"sìIÊV„B-ª>õjÇ›ª\v "
b"süYÂ\x0E ñKù‘î\x1C APž\e "
b"t\x03 ý\x12 9AI©©¦ZQ\x0F ÉQé "
b"u\v l‡ÐÚIä£(¦wâ/i "
b"u\x1D 2û\x0F GF(µÂ\r ©±`Í? "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"u┤ı'a8MÞ┐▄¡£\x02 ©ì\x16 "
b"u╔─ÅÈ\x18 @³áº\x0F ╔.¹!Ë "
b"v)c\r ‚\x0F Fà¢Î\r ù)JUê "
b"vMI°ÒlH\x1E ┐Éì:YÐd' "
b"v€\x06 X\f 8A䯨Ÿ¼Í(9³ "
b"vò‡#Œ\x06 G!¥Y»Ú\x1D „¤T "
b"w\t J\f\x1A ´G\x16 ¾äÖV)©‚¥ "
b"x\x06 A\x11\x0E ‡M4…ãl.K\v ¡@ "
b"x\f Ë3ÞéBö³lÄ\x15\v >Ì9 "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"y┴┤B7¦JÚº╔¯\x13 ÉüR╚ "
b"yÒù\x1F ã¤L¶–dÇ Ð¼»< "
b"z1\x18 ð\x03\v Gúû─Å░╠ÕÅô "
b"{\x7F å`ÝœG\x08 ¸ê4\x02 à\x01 Öú "
b"{▒Y\x14 ¯ïK\x11 ║ÝIÓ\x06 ╣ôØ "
b"|\x11 l└-.A+øÉèæHÙô\t "
b"|/j'z‚Lï€mØô¾iÊ "
b"~ \x10 ÈøØHÐïê}0W±°ó "
b"~K8ô\x1F ßEq╝É\x19 n\x03 ı¸| "
b"~P╣\x1A îÊC&╗fB\x01 üÎ^\x08 "
b"~´wq=œK_›²Ó.®»y‚ "
b"""
~ ╬\x14 ÿÎOIüU«l\n
.¤6
"""
b"\x7F Hó72HU¾*B'ÔïR• "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"\x7F hlA?RM\x07 íıÆì╗:\x7F ¶ "
b"\x7F Ùi0SÎND¥!ýÙ^dVÞ "
b"ÇSÌeÚ\x06 Cëò1ÈEø Ø< "
b"€ŽY°ã¶B>‘é|ד\x05 h" "
b"""
€¿~¯9\x18 L•ƒ\n
Nî\r ³¨÷
"""
b"Ǧ\x15 Ik/FÉénW°R1Ke "
b"ü\x15 ,7çíHÈ▒a\x00 ôkûE= "
b"üü.\v óMB=¼\x08 8x\x1A S«p "
b"ü▀@??ò@┌ä\x01 ╚¯·Û~C "
b"ü¾¾\x18 ╠ƒN║¢¿\6P \x1F V "
b"ü¶Ù╠'µL\x10 øSå\x04 ┐¿&ü "
b"é¿\x00 ãù¼BÖÀí3\x10 Y8Ø╠ "
b"éÎYäÐÎM\x17 í\x08 ö\x16 iâ╝Ø "
b"‚ØÈ§B”Dç‡òÇÀù@¯æ "
b"ƒ\x14 û†ÍyK…ª+‚âe:¤x "
b"ƒ~½Ò ÑLâ›\x14 uÚq“\x0F ô "
b"ƒ«KL&TEͲ\x04 Ò~œÌz\e "
b"âÞı,;3E\x08 ö ~WÞ3Ø\x15 "
b"ä┘┘cP\H█Æ(5NÞÅÂü "
b"…¼`—\x12 CD~¼†D\x10 Mø‰, "
b"†˜¯\r ? OȲÝU\x17 ‰ÆSÏ "
b"åí¯¡╝yB═ü]É}&}d3 "
b"""
çT¨└ê\n
Iq¡ÃÅXú\x05 á×
"""
b"çZ‗ƒV8A½░╗¦íçÅ\x1C í "
b"‡k%÷ü‡O㵃6›Ñ\x16 å# "
b"‡ª¡°dÆHºªIïF\x16 —ïú "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"çÞú6s'A╠╗WgpƒiDÅ "
b"ˆ\x17 N\x13 "QFÖ²A"ƒ štJ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"ˆëV(ÚòNÌžWèÚ1\x06 ¿\x04 "
b"‰jy\x0E FSD·²z®v\x1D Øt. "
b"""
ër½&EüBñæk\n
ël\x15 ƹ
"""
b"ëÕX\x11 v§CØ¢Ú\▓´ßë² "
b"‹/çë\x1F 7AÌŽ±LüñàÝí "
b"ïÁTèsºBìÿ\v óVËõ\x1E o "
b"‹ÁùæVÂGm·<eµµ>\x1C 6 "
b"ï°=XÒRJÔ╝ýw\x16 Ç3┼Å "
b"Œ¥P¤\x05 óEÉ‚\x1D ë\x00 ð £5 "
b"î¡ïÚÆÞO³ö{'\e ÉÄ\x1E Å "
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"ìÜÍ└À░Le╝o÷º³Ec┌ "
b"ì╦½àÜ|Bý╝»Qéero\e "
b"Ž¥Ã\x19 ºÛ@¿±àò«èáB\x0F "
b"ÄÛ¢Ä\r ßEÆÉo˯>Úðö "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"ÅWnÚ?;A‗É┴2m¿\x1A ╣² "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"É*7┴=*N@╝┤\x1E ºÈ;b| "
b"Ém¯á½AÐè\x0F\x06 «y\x15 ‗a "
b"ɰ¶¥v°HWÆ╗®C\ı¬? "
b"‘C„ºÄ\x10 O…•\r \x06 ½?JÛl "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"‘蔕lÜOg£\x7F ÚzÍ\x04 ¶3 "
b"ÆqyìBÀL\x1C ▓Ôd_¹\x08 £░ "
b"ôU÷\x1C Ê├HÈâØÈ¹JVÝØ "
b"“¾-¹«sD\f ŸDÔßøi¶Û "
b"“î%²M&Ox£ª†Ð0”ÆS "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"•Ø\x05 .[¸B—=9?éœwí "
b"ûùªJ\x04 eKðÅî»rxg×à "
b"û½TyG°G¸░Ø©æ21¶î "
b"–±ªÕ”ÕD\x01 ŒñU\x16 ¯‹m "
b"–öF-ÕéDKªŠe\x10 ‘X%Ó "
b"ù,ýê\x11 ÉDþ║Úh®²c·; "
b"—†HÂ8¯HÓ¶UY_\x08 ƒ†Z "
b"—Î<k?êG·«ß\x18 Õ\x08 éÍ6 "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11 "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"ÿì'(\t mG~║oJZ«1▓Ô "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"ÖÃ\r \x08 V¾LgìÉK\x18 çlú┬ "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"šÇ1šþÌBɨrDìfµ»Ù "
b"øx\x07 Û\x02 õLÃúaÈÉKÒ4å "
b"œ¥u»)aCK›g\x1E Ûå\x02 bÜ "
b"Ø9\x17 4ªÛJÂí`ÖE\x02 ÷ð\x1D "
b"Ø=¨'G9K\x13 è£jåÄz\x00 ô "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"×E┘&┌▄@³┐úÏ\x06 ì´Ö¥ "
b"ŸG¥3l%C\x02 ¯Õ•©ÝU\x08 ý "
b"Ÿ˜Ò“p\v J\x10 ±ž¬2\x00\x1F N‡ "
b"Ÿ©[\x04 +ûJ1¬úh[š>ˆ† "
b" '\x7F\x02 0DLB¾\e ¥Å¾\x16 “\e "
b" ºH\f etF/´\x1D çnìå£\x13 "
b" Ì¿j\r …JE´Ù<+\x1E\x01 Q± "
b"¡Olªm(Kl½¤½A`âµÀ "
b"¡Qb\x10 ?*B‰³pàëIqðÊ "
b"óv‗Û▄CJ░ü\x12 <▒\x03 eý´ "
b"¢¾\x0F\x12 Ý´CJ§\x14 Ý£ÒnOÜ "
b"úJ o┬O@~ܨ\x1E ƒ!░\x02 ì "
b"£åÑ€\e ÏNs«qN3ag7' "
b"¤\x1A +IÔÄI9¡gÚTsy‡‰ "
b"¤tC¤ÛìI‹§\x0E 5ÔÑÎQù "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"¥#e±D\x06 D\x04 …Òœ¬\×\x0F\v "
b"ªÑ(╦{PH[ØÉîV╚/░» "
b"§s•¦—FIæ“\v .Ï\x1C §EÔ "
b"§„`Œ1óF»Ÿ¥åê„ÅÚ‰ "
b"§¢ÎçhnDø¯\x05 ÈÔ¶´ä\x1E "
b"¿a·F4ØD¤ÉÖ¾╔ÿ$ùj "
b"¨mæ:\x08 °O°«cáý\x00 UÒ; "
b"¨½BÃY-N^º~V”Gõum "
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"©Q˜Áú4@³¤\t ø\x13 ¤mzc "
b"©‹Ò’CWD|‘\x04 !%\x0F ZG\x12 "
b"®ûô¿\x19 UIfªü9IpôÛ' "
b"®óO¨t³D¤ÂY\t Û\x11 É┴4 "
b"©»Š\x13 §%AÓŒÚG\x10 ºÉó\e "
b"ª\x03 òå¼ÏGOˆHö²Õu‰Û "
b"ª\x0F ¹\x18 ÂÀH©ª¸›w ä:\x12 "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"ªpï\x7F ¦:@T¬ÜÚðxÊ®/ "
b"ª{«‰\x16 åDª‘@÷k-\x16 ³ç "
b"¬ä╔áɦDÌû├ý¥┌§\x06 Ù "
b"¬É\r U\x02 xMö¬Ù■æ²èyµ "
b"ªÌ>\v áøK#—as_WPX& "
b"¬\x11 bµ(ê@gƒ—\x15\x11\x08 nÿ/ "
b"0\x08 H\x16 _Io¯ð‚\x12 5‚\x05\f "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"®/<\x11 ±LGkŠ÷Ä]c†ž¼ "
b"¯5§MȶJ\x17 “Ð\x7F å\x13 ”ñ‡ "
b"¯þ†•›<L¤¨;ði…\x08 $… "
b"░n\e {╣üDvùlCQ╬\x7F B▒ "
b"░Éb\x00 Ó╗Cd£¤ú│v'û "
b"±9'7ÛnDMŒÉÜíêöƒ¬ "
b"▒Fô?¡ÍI\x13 Á\e ùÓ'Rü\v "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"²EÒ“\x18 |Kç\e ý½L}g‹ "
b"▓f\t ¶\x1D }I‗öÖ³▄ì\x10 ºì "
b"³nur‘¹M%£Däÿ\x01 óD] "
b"³}›B¯\x10 C\x0E ¨_\¼oˆÑˆ "
b"│■è\t ºlN°¢\x13 üèõV}` "
b"´.L¯tü@\e ³O¥!âm—O "
b"´wbפ»MI¡ö\x13 ÙoØ\x05 Ê "
b"ÁEþÖE\LLüÝ=ý¡³-¬ "
b"µq,ùVmCB©dòt>+\x08 ì "
b"µtäÓ͘Lq¤Ä´HG2…\x06 "
b"¶V¡ñ\x05 ñAI›\x02 ¦â…X3/ "
b"ÂiØ│DEO\x12 Á¦\x1F QLú╔╬ "
b"·\r Szs€C\x1E ¼ÝV\x13 x\f ¾µ "
b"·>¡\x1E\x02 CK1ŒQ\x10 4ÿª<ƒ "
b"ÀJüõ´■IÈ╝\x01\x14 R6▀ËÝ "
b"Àj\ª{aJÁÖpv}ü╠V\x07 "
b"║w└v=¹G\x15 ç`¡º3\É "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"»…·0y.GÒ—…:áì¥ët "
b"╗Åù¶±\x0E B·ë!X$&Ê"à "
b"»¢ …)x@"•ñÇá\r ^H\x03 "
b"╝TÈò°!Aiü\x03 CkCë`B "
b"¼]"wu^JÀ’çïB¸g€} "
b"¼Ž3\x03 <ÙBޘъŒ=—¦X "
b"¼Æû’N5CR§ÆË³\r Üë’ "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"¾XïÕT~Gù–ßÅ\v ãn-… "
b"""
¾¡\n
«m”DË¡÷à´À&Q\t
"""
b"┐ƒf\x0F m:I¶ü¾OüÈÙñÉ "
b"┐¼s╣¶ãM8ìö4÷ÎHï═ "
b"¿µÑ¸Á”OÛ•¬Á&äf,W "
b"""
¿ûsÈ&±C©ƒ™«ç\n
Êè2
"""
b"└mA¸^ÄHüü\x13 "─¯JÚz "
b"└▄╩‗á¶@║®▒[ü/Vè* "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"┬]z\x01\x03\x17 C\x15 ┐øHìÅGaÒ "
b"Ã>²ÙË\x03 L’º\iŠíº^5 "
b"ÃpŸ]-ÑLf»é\x14 þîÂ\x03\x01 "
b"ÃÛ@ƒ‚\x16 B\t • ã>û¸8W "
b"─Æ@\x1D õ\x12 J-¼‗¶ØÂ=1╩ "
b"─¢Íj]\x04 M«▓qJ\x0F afÉ "
b"Å\x06 qæÍ\x18 O§¡âð®'x2x "
b"┼9 \x06 ûüD&è\x07 H4\x08 "2ë "
b"ÅI\x14\x01 ‰JM—¥KNõG¦ƒ\x17 "
b"┼╠╠Ã&>ANÅÝ▒LA\x1A ▀a "
b"Åü7>AÅO'—g„Ês 8‘ "
b"ã\x01 É▄:¦K6×ørØÖÃ\x02 B "
b"ã$Ûs}┌B8É╚│\x04 ÖÝ─╬ "
b"""
ã´ÇÚë╗@Êàä\x14 \n
ÉQ-ß
"""
b"Ã\x10 C©½ØJ³ì~çMqr╚¢ "
b"Ç„\x13 @#qAý—s°·]—þ^ "
b"dž٦0ÔH\x08 ”%΋¨“¯8 "
b"Ǫ¯óáÒKÚNZÊYÂ$\n "
b"ÃÙºK\x19 £EYºE\x04 Ø6Cê7 "
b"È\x05 /äwaO\x18 ¹?Ÿ\x07 —ÊsÐ "
b"É›\x06 ´‚fN¥°©¡è\qæx "
b"╔▀\x10 f&äL?¼-ìàV\x1E Òc "
b"Éë)äý.D7 W(UÚÊ5N "
b"Ê\x06 æsÉÐC\r ‹ˆ1Ù\x1E JSü "
b"""
Ê\x1E „"ù~@\n
¿>,˜gÚÍ\x12
"""
b"Êz~£0{Kh•åC&ŒùÛð "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"╩■<§ì5LÊ║Ô þ_─¸▄ "
b"Ë\x03 iºI\e B:žð®°–?€Z "
b"╠\x17 ÉU\v {Fð┐ß\v\f °·-Î "
b"ÌΆô¹ÏFBª›ÐæyÄ\x04 j "
b"Í<Í$DDD=¾]$Ò])áÖ "
b"╬\x18 8\x19 « C}دz‗I\x00 ½Õ "
b"╬l╚\x13\x16 ┌A.ÅÕ=ï7õ0W "
b"Îzê¾kåEdŠÊ\x17 #Ð[£\x06 "
b"╬¹\x1E `ÊDHÞüÀ¿»*³R\x08 "
b"Ï\x1C\x06 Œ•¦Ju¾\v Ö¤ûºmÈ "
b"Ï¢\=¹÷Gb²q¬\x03 ŸNÑ; "
b"ÏÀÎVUÕ@\x06 Œ÷ß\x00 DÉŠ\x18 "
b"Ï׎èî{F\v “ƒ 2Qº€C "
b"Ð\x15 x³\x7F ˜E+´htc O@Œ "
b"ð;¹ÖQ\x10 Ag¬\x0E yaØÌº┌ "
b"Ð¥E¤³VN]Н@¦AGá/ "
b"Ð LÇV\x00 N\x1F ìª║mú¹·< "
b"Ð*¥4\x04 >L Â\x00 ½e\x14 .üh "
b"Ñ:UMR%BLšÜ…^9¡\x07\f "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"ÑŸ¨/I)I\x1A µ\x02\x7F GÅÄlÛ "
b"ÑìvÚôðE'šÚ©,³Æ¤Ð "
b"Ê5®íÉ$Ixó\x1F ü\x07 ÖeJi "
b"ÊNÅy®:J¸┤øpÜ<H└O "
b"ÒtåDKÛKž¦@\x01 X‡þ\x19 ‰ "
b"Òòåaý\t OO½\x06 ÕË’˜Gc "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"È)ÙÅ■ë@õñÖþK²ÌßV "
b"Õ=ï\x18 ‡LJÁ‹"O¼\x07 UI\x00 "
b"ÖM³ÿ\v e@†•\x01 u°!ŸÇš "
b"Ö‚Ÿ=k\x10 @\x10 ¼ÒKPG·Tz "
b"Öú¬|Ü„D™–b~‰H¹…Ù "
b"Î>\x16 ÊÄ AØûI\x06 p\x12 ÷öó "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"ÎYìÜä╦Bö░\x03 rCéj.D "
b"×zu¡±yF\x17 ¬Õ\x17 _nk‡F "
b"Î{^Þü─IÒçÆ┘ô╗Mb "
b"بT+xöG:™ôhþ+*ìP "
b"Ù”A7N\x18 LP©Ì±Þ´ £\x0E "
b"Ú@Çr\x18 Fc°5á³ù‡j$ "
b"┌fîÔ╩JEɃ(%Ò┐é1Ö "
b"ÛT`ýyYA—ˆìAKã”} "
b"Ü.pê6vEhŒ\v ÅÄ\x1D Ö]¡ "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"܃¤Éì\x1C K[ \x05 Á\x07 ‚\x1E Òø "
b"ܼâW\v ÍB~›\x15 Ö\v ëpÂ\x06 "
b"ÝB«¾k\x00 E\x0F ±.\x11 fãÌ\x16 Ý "
b"Ýõc(\x1C ÇJ³ƒ*\x04 Nï¬\x18 ‘ "
b"""
Ì\n
w┬p\x19 F\x08 Å÷}┐╬\x18 @ó
"""
b"ÞJ;ðÆ:H\x1A ¨®¼;Á\x19 î\x12 "
b"ßbX´°(E¥’Ã\x04 þ˜jàR "
b"à.`Ü¡ÓEŇcšmÁYïÙ "
b"ÓvaN¾ÐA4¥þ\x1F Éâ\x7F\x14 x "
b"߬ü\x1A ╗9J°ª0\x04\x05 ó¡àd "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"âZ:L\x0F wH.’l"ˆ”¢ñÓ "
b"ã$\x7F €§¿C묀õÑY¬\x05 ‰ "
b"Ò<\x01 7É┬Inélm╝s°î¡ "
b"ã?ý\x03\f\x1E C’¸d\K×Ygc "
b"ä:ÍíÇÁN\x16 ³f^8# ›Ú "
b"äÝ\x7F И–GÈ™/T`˜K^} "
b"ÕUþB*\x1E MQÉP\t .c¨|V "
b"åšc‹Ÿ!C2«!å;‡Çmª "
b"Õ▄8H ▀B ç@Ø\x06 ƒ§YG "
b"æ”ââëËJ©™6†Ç¨bðº "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"ç½\x1C\x08 îŸB\x0F ‚\x18 >s\x02 †Cñ "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"ÞP\x10 █±ÞH.ó4¦╗ÙÉ@¤ "
b"""
Þu·Å\x02 ÛO▓¿ûµ\n
f│L¿
"""
b"Ú1`±\x08 lGçü£╠ï׸A¸ "
b"é}geëÄLD bþßÙÿ€ý "
b"邨µ‡ØJß›ôJ7ñÿ¬k "
b"éŸ<K FF\x13 ƒ©¼g=\v ‡¯ "
b"é¡s\x1E jo@â£d¦#âËAã "
b"ê^Ð …CFW¸FFâ]\x0E ¤G "
b"êr¡iª]H\x06 T*œ\x12 a\x1C\x18 "
b"ë çÑLÍAƘԋ–á—¨Ø "
b"ëÑq\x07 VHE\x1D ´D•ylBâ™ "
b"ìx`FŸéBF¢\x0F x$’÷WÓ "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"ÝÁÌ6■yI═ül/G\x1E ¿Bì "
b"ÝÝÅ█¢HCMøÏ×╝\x04\x03 Ör "
b"¯▒\x17 +ÛÔ@M▒└ìVK¬eì "
b"ïg‡#S¿O\x12 ²nI3{ÄSh "
b"ï¡@ŒÊêM¦¶f\t\x12 >\x04\x11 "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"´█â@ÔÓAfÅ▄░C\x00 .Ë` "
b"ïæh\x05 i÷O¯€Náï¯\x19 ¾š "
b"ð=˜3JÎH•¿""`뺡u "
b"ð]èC–CAo‹\x14 Š\x10\x19 @%è "
b"ðºëè\e\x0E Nr˜ãd;\x0F ¶Ÿ "
b"ñÀ\x14 xÄöCü‚”½\v T&â "
b"ò?SºÐ\x01 NÔ€±™ˆoC˜ê "
b"¾\x18 ╩ì\e 8LÙ©Ic~¦Õµ▄ "
b"ów¯8g¯J— Ÿ“;\#ì¹ "
b"¾È¯Î¾ÆN\x07 Éáw▀ûî■Ø "
b"""
¾µbm\x18 wFåüöÿþ\n
u\x19 #
"""
b"ô\x19 Ûvl\x1D K\x17 ‚µ-úbÙ¹ß "
b"ôWÆÃî@á¢u\x1A\x7F í©‚Ô "
b"ôuW\\x0F ~HE£1+XZù—œ "
b"ôˆ\x7F 0âÐK ™\f gÀ…¸xË "
b"ôÁ\x12 £+4D‘·OYס">‰ "
b"""
ôÏ?é)7D\x10 ¶¨\x1F è\n
óž„
"""
b"õ®p}4\x07 M©„òâpùû¨õ "
b"õÊ\x12 ôviMî¦ó‰g\x00 „\n \x10 "
b"ö¶®p‚~Db«\f ÌÚ"\x05 ÐÎ "
b"÷Yt3â\x1E Au•$\x0E =ãè†Á "
b"÷pŒsZµH΂\x16 LºÒ\x17 ¼è "
b"÷œGµNFGüŒÎ\x06 t¨“\x1D è "
b"÷ǹÈlñ@÷\x1C\x19 i¢' "
b"¸Óì═┼\x1E A┤¡ü\x10 ;╬\x00 Qq "
b"°*ÅJ_j@\x08 Üæ?\x1F\x16 ┌ƒ═ "
b"øp…Eþ=CEŠùË?7z,Á "
b"ú3‘ɸ\x1A G\x1A ”ÈÔ\x1F Ð!˜R "
b"úš\x14 ]ò-Fk–¼Á6\f ¸qw "
b"·ÈBßö\x7F KÅî│y.KÏôJ "
b"¹¿0╗Þ┼Fɼ\e ╬╔Á\x7F ¡] "
b"ûø"ÁÑ\x08 J\t £¦å\x00 ýƒÃQ "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"ý±Œ¸\x00 ZCC¦vÐ$À\x06 á· "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"■K±Ét\x00 BÙ¡Í]RÏ×oñ "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"ÿ\r …ŃñLè„Y Éó霷 "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"ÿ‡3§¼9Jç˜!C6\x08 <`Z "
b"ÿ™È¯ókDê°áÎ`£ÌÓ› "
b"°°\x15 ¢9UKÛ·Ú9Tww&\x04 "
]
SELECT
`product_media` . `id` as `product_media.id` ,
`product_media` . `version_id` as `product_media.versionId` ,
`product_media` . `product_id` as `product_media.productId` ,
`product_media` . `product_version_id` as `product_media.productVersionId` ,
`product_media` . `media_id` as `product_media.mediaId` ,
`product_media` . `position` as `product_media.position` ,
`product_media.media` . `id` as `product_media.media.id` ,
`product_media.media` . `user_id` as `product_media.media.userId` ,
`product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` ,
`product_media.media` . `mime_type` as `product_media.media.mimeType` ,
`product_media.media` . `file_extension` as `product_media.media.fileExtension` ,
`product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` ,
`product_media.media` . `file_name` as `product_media.media.fileName` ,
`product_media.media` . `file_size` as `product_media.media.fileSize` ,
`product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` ,
`product_media.media` . `meta_data` as `product_media.media.metaData` ,
`product_media.media` . `config` as `product_media.media.config` ,
`product_media.media` . `path` as `product_media.media.path` ,
`product_media.media` . `private` as `product_media.media.private` ,
`product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` ,
`product_media.media` . `created_at` as `product_media.media.createdAt` ,
`product_media.media` . `updated_at` as `product_media.media.updatedAt` ,
`product_media.media.translation.title` ,
`product_media.media.translation.title` as `product_media.media.title` ,
`product_media.media.translation.alt` ,
`product_media.media.translation.alt` as `product_media.media.alt` ,
`product_media.media.translation.customFields` ,
`product_media.media.translation.customFields` as `product_media.media.customFields` ,
`product_media` . `custom_fields` as `product_media.customFields` ,
`product_media` . `created_at` as `product_media.createdAt` ,
`product_media` . `updated_at` as `product_media.updatedAt`
FROM
`product_media`
LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id`
LEFT JOIN (
SELECT
`product_media.media.translation` . `media_id` ,
`product_media.media.translation` . `alt` as `product_media.media.translation.alt` ,
`product_media.media.translation` . `title` as `product_media.media.translation.title` ,
`product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields`
FROM
`media_translation` `product_media.media.translation`
WHERE
`product_media.media.translation` . `language_id` = ?
) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id`
WHERE
(`product_media` . `version_id` = ? )
AND (
(
`product_media` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_media` . `product_id` IN (0x004B11B664424995968A6294D4EA4AE7 , 0x00B7492AE41749AA934E3B5DE1EF23A9 , 0x00D3CD3D191A440682F8F8062B6EC9BB , 0x00DC4E11DD0042C8A0CAC540C8C17C86 , 0x00F0B091171B4395B97FD73ABD185CD6 , 0x018E3B42C7C64234BB3402CCDA3A3889 , 0x0198CC7F3E447214A848528DE060A0ED , 0x01DB2418EA7941C5923DE1DC12C39645 , 0x0204B36778D34636B823C7FE2CD38094 , 0x0247791B45054C689DC340A2C29E97C3 , 0x0275E2CFD1A7440FB3D536923D9AA016 , 0x0353A85A67AD4EB1B230AADF911CB3FE , 0x0383B02D438A4019B0F46AC4D8D1555F , 0x042F2621F9B04A88894236C9A1A266DC , 0x04853167B4D749CD9DEA9CB1CAFCE888 , 0x052388E521924BE5B516A16753A405E8 , 0x0533DC2C4BF342DDBCF30366EFC8CD3B , 0x053C65372B1843198294BD3272C59C18 , 0x05816584747C426F9371C7F5F52B001D , 0x059D05B8436E4C4DB8B8B140D189D1DE , 0x06CC3C21BE7F4F78A486F73054751394 , 0x07002A8C74F74F0BB5ED85D8A59E875B , 0x0751E34C31CB441494CA9B76E9C11E4A , 0x076656B35D3A4C2FB9312639B3BDED04 , 0x076C79D527BE40A9BCCFEF2E0F3BD78F , 0x078ADB73E433402CAC1D0FB79E5BF8C7 , 0x0798279001E547ADBA9078CEFC49234E , 0x07DA59EC089C4877BC5B0630C1AA6982 , 0x08582F25AEF9485FB64FC558677C68BF , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x091FA1BAF33248AF8B3570F4E2E46E2F , 0x09BC02B79AC2487D899FE2620F19ED24 , 0x0A3F0A1F3AB84B1587FDE2EB7E2DDB66 , 0x0A522654F8A846B0B96B861B7DCA0DBE , 0x0B4240DE68A5461FAC990789BF37F906 , 0x0B61C58CB8C84345A9A46041D47C05A6 , 0x0B6739F3592D4D31897E73F8CAC2918B , 0x0BF055A00C2344CAAA7693F157D818A0 , 0x0BF7429E66BB46709021D32B85105640 , 0x0C2B0C28ECB641C8BEA900FC6AAE6774 , 0x0C939F019D4F4457B349B4D0F13257BA , 0x0CF665757B114488B50086B62E4BA9F2 , 0x0D04CE223D134546B518B013436D176F , 0x0D9FC07201EB4254952D13D388C93E00 , 0x0E03F0E376FD44CCA645F796F86D8EE2 , 0x0E128CFC3ECA44FAB089CF27507879FE , 0x0E84F6FA58AB4EAEBF41B8AB6EF8D9E9 , 0x0E85898D386242A2B704575C57FEE46A , 0x0EAE7DEF3A744C4EBD8A896309B77C27 , 0x0FC1BEAA06144C63B8BC362A83228B02 , 0x1019C35382624FAAADB3A994C768F138 , 0x1053B5C1548E4A96B53756507B6AE9A0 , 0x10B221877D934BEA956A28CDD363BA81 , 0x118BCDA450A541B884EF1E4B04C1D735 , 0x123872DBCF1345F2A1B38FF1B6E1D709 , 0x126FCC76FDEA4EDEA2384DD8CF450089 , 0x12AE4F94052D48D2B1588CC81433DDF8 , 0x12C2099A8DCA489AB1A584D01F3C3180 , 0x1426E5AE677C43D18EBC777A9B6D0ADF , 0x153BA4123F1D4E7AB3701C4C247E8CEB , 0x15589B7A3F434FD7A696BF0CA915C44D , 0x15AD00F10C3640A6A206CE1F645317E4 , 0x15CE2D9099A04403AF012572F9C8A739 , 0x15EBAA4427D147FEBCC9D38C4DD30382 , 0x165BE59A5A984C089CA17E368CA52DD6 , 0x174895F9B7074236AE653DF12B621054 , 0x17E989A20FF542DE84F68AE783D88DAD , 0x18669F63D98C4A49938345F9056FBB26 , 0x1A4D42041C444323AA4F77F41576C402 , 0x1A5A03CCB8214496BF7E0DA267153241 , 0x1A8F0365C8F14AB3B32544425DBD58BA , 0x1B2B24B76E1E4DB793D6CD9A322E8E64 , 0x1BA38B068F0E462AB0C2D09D8EF6388D , 0x1BC01634357B4710BCE917FFFD3ACBCC , 0x1C7DCB7DE7C641BE858F9E0B5CDDD164 , 0x1D64BF87BC624A46945F3F43F9B20A75 , 0x1DD2D3F38ACB439E93F35F65F9B7D974 , 0x1F3DCB98EB984ACDA2AB84635864B75D , 0x1F9FD8DCFFED4A30A5064A96CC437910 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x2010FD862DA04C30AE3164BDEAC6A049 , 0x207A65C206194726B7FCE3A683538745 , 0x211A38B709A84B198D369B82D10C19EE , 0x2134204C21B141BF8914F7AE38136E12 , 0x216CFE0522BC479F9D0035444727C9BD , 0x217421FE414C45128675FB11C7FB495B , 0x219714DAB9DD4282A7DDF96BBE42970E , 0x2201C62BCF28490B9B9F3B79941DD830 , 0x220E04A3D5DF4727B25B4568D7B2E58C , 0x221B64458A154C2284F72316790F729E , 0x224646719CA8445684E02EC785FF051A , 0x231EE4372DF34F9E8EA221D9ED38A4BB , 0x244B6030FFFD4529A4D015BE50BA2225 , 0x247A03AA7796426081763EAE8CC50A43 , 0x24D9120322E047EDA0A14734E978E78E , 0x25EB99374A8443AAB686255510DE945F , 0x26F9020C39C544A997E1B11F4D4B3CF2 , 0x26F929A6DED54B8399446BA4AA2B1ACF , 0x270D459C6F6F4C1996853DD1B6746AA8 , 0x28916ADF88504C208540D811B87234CB , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x28AD40325B0149F6B52DF356AA5633C4 , 0x28C3F5F9818146B897C51856F442DF98 , 0x28FE06A1FC734928A6E5826AEBEBF375 , 0x29424506F7C34F70A500C369ECDEA554 , 0x2A087B679BF241E3AAAB6C1D75DE3D3C , 0x2AE0C3C99E5D419B88D5471F094CD6FC , 0x2AEBC67959E949B4BCB9719C10A6FCA5 , 0x2B02765382A240218B667C601097AE5A , 0x2B896C005F0A4D798250107B96A4EB67 , 0x2C56BD038B1749599BFB21B25E67D770 , 0x2C60DB5258B541FA945CBC9E76F0DC49 , 0x2C804CFBFD1E42AB926C6E7255DF0438 , 0x2CBC8B9FFD0048539F4093B7E60AFC36 , 0x2D198E78D15342088E43D3B9C54B0DA8 , 0x2D321AB748744BDB95E3711148088029 , 0x2DF837200CF440D5B49D1D74384C0DD0 , 0x2E2027321B61404ABEEF63F27C02C8E5 , 0x2E31E2ECFC754E819E62F460BBB97D33 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x2F0CF9035B3D4DD494DB11F867C657A0 , 0x30176C652F9B4833804BE55D2E5C491F , 0x3267A2371AB043F49B2A943AF945C588 , 0x329849610CF643A8973EC27B03DE6BEA , 0x3306C5BF06BD49BF8C74E5901ADDD075 , 0x3350967B109348F6906D150A829E7CE6 , 0x33642C63778543A882507365A28D4E4E , 0x33997CDD7B564DE09F5E8A56DDC4D911 , 0x35672C2A1B5A469C8503C77D310989BE , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x35FC80689EEE49F58DF1196187AF2470 , 0x36213280630B452898913D94D3E18F07 , 0x367510B8FD81478A98A50403F5F12DFA , 0x370FFE3BA5FD4EA492D19F8BB482F6BC , 0x374A8B121E614557BCBD11AB82F22701 , 0x37C2B80596794C5CB601008C11664601 , 0x382C2A07C8A847AEA74ED5A46702C522 , 0x3840AF9D07234FA5B437A06EB7F7D163 , 0x38432F8D29AC42B0AA802EC83DE4F985 , 0x3875110E9CA24145A7357BD8377AADB7 , 0x38C8FEE1DB68429E84BF2D0FF7CF28D1 , 0x3999CAD63FAC4EB19DC1BF1538139751 , 0x3A1B61C3253646C68F5344CEE8004044 , 0x3A35BD240262442180CE4107585DFFA3 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x3A70C53223934738BB4432D38C9A11CD , 0x3A9FAE0E37354DE2A96AFF6B8105CFBB , 0x3AB08779C25249B9849BA26D3B7A0A2B , 0x3AF696E599824A919A809C42B0B9E9F6 , 0x3AF83C92E8DD40679504B3B0497BBF3E , 0x3B7F941BAFBA49F59826F94EDE195101 , 0x3BE5A73B3D564FB1BAF9D3D45AD0936A , 0x3C25718CAD744AF993B40C58FB5BCC55 , 0x3C30A72624804FF68C3A7E8B59E1D9A3 , 0x3CA08C4BF8284A70B06EE876E5FD5C6F , 0x3CEB37A732424262915D394BDED5A67B , 0x3CFE72B298C9434CB3D31B2DFF0F32F8 , 0x3D171CA6F9EC44D686FAC164FF06399F , 0x3D621B0536104DAFB046FD07C68DC2BB , 0x3D834912B10F40B9A8F2B3EF14F0DA20 , 0x3ECE26E8D85D49A784DCBF1EEFC286FD , 0x3EE47E481297487BBA0E48A078B31627 , 0x3F5DFD97A55445F7B5EC641B8775BC96 , 0x3F73E8B6E2BA41D9BA14E21AEB1B8FFE , 0x40385D84E0FC4D6EA7D6E03F4CD695C8 , 0x404C3C66AA574B1FBDA3DD078B083AEF , 0x40F140D4B34C4CB9BB712059869EBB52 , 0x4153E88342EC4FB38C39FF19B0C75546 , 0x41C5A2C7AD334E5292BF78075A06FA76 , 0x42DFA224B9BB46C2B2A0D2A5B48A3261 , 0x4301F27076D0402286600AD3F35C5001 , 0x435D7C4B13AF42C8999958951856C04C , 0x443D9C56549C437F880ECA883331F567 , 0x447AA8610B854E7EBF2C19B57CFD3AE1 , 0x44E436093E7E4E7394F3C074972A5A7A , 0x4545323CE87845A69DF1E11CAD59464C , 0x45596CD8C2554BCAA63A15ACFC3F92AC , 0x45F9D35A14F54849BE24BE2CE989BC17 , 0x4633EC13DA664845AA7E3659B8411011 , 0x46565770005A48AA879AE5D6BEDB9289 , 0x475E88385D6446428C02AF5EB3AAD086 , 0x47BDD0A8927F43F18C356ADA1273B095 , 0x4807980ACF794DB0A78E5362CC7C8762 , 0x481078A8A1154B838281D129F2C084CB , 0x48B93469815C49AE9600B75B882B1FAD , 0x48CC805E3A0C4A708A7E361EC117BAAA , 0x48D309A1C9D946038608FDBC6932A500 , 0x490C2F7F6652408686C46DD6D7E9EF3C , 0x494ED93568FD42DC86A8E0340F0DC570 , 0x4986B1C1C8084FE89CAC9C944A87DE19 , 0x49BD236298A643768538B222DD2BAC8E , 0x49BD26CD2D784A939E1B345B7C8A882A , 0x4A3260EBD64746FBA52E5C7694EA9DA7 , 0x4A68CE6D24FC448CAFBDA4701AD8FADA , 0x4A70366E3DF44F5BAF05F6A30E10E0E9 , 0x4AD41F7F31064E7BA2483544068F1B61 , 0x4AFEDFFF42EC404F942D99B202FE2570 , 0x4B66F4B8C35E4511AC59FF47BC797207 , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0x4C50F7C089D04E7AB88E5EA33C5E7FF9 , 0x4CBF96A708084CB0830F1EAD12F4AE61 , 0x4D3F6781185B49B7AF6EBF3FECC77265 , 0x4D4016666563409597871D442E890B6E , 0x4DBC4799DE1A481C8612152914FA3020 , 0x4DC38A99E6B947E1BDFC8C6AFF1FF6E0 , 0x4E0A4DDA13704AF3A7E6AB01AB09E529 , 0x4EDC4F21C278414993737B350D65CE9D , 0x4F19CD13CFB4473EA37629E4685513DE , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x4FDA5B96170648E19264BBD59D516CBC , 0x50BD5C5D13D5461B8715FA535C5AE243 , 0x51070503953F46338AE553AAD8369B0F , 0x51436CED6C8949E2AD8D2ABA1EC33993 , 0x5181DA93B4F94F9B81B617F08E635B5F , 0x51BEFD76B9C94C9C9B5455811D68C50C , 0x51C3C295EF1645C08AFF090AE2F2B63C , 0x51D377F2507D4E299DE17E25904F5BD7 , 0x52530F084F74411B89D42F9E98E5E0AD , 0x5289C9AC1E1A4525B028566BCF32C7D8 , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x52EE9365F9734F0AACDEC2A70DA7655B , 0x53C3F88F4D3D4419999825DC4A73647E , 0x53E4A030C1484AFAAA3AD9A63E7C8D0C , 0x5426C6A5EB4246E08639ED936A4101AE , 0x544A2015944B40C085239BEF584AEDDA , 0x551C3803DEB6402A9DA30A29EB24CB1C , 0x55598F8926234EE6B25A23CB2DCDAB5F , 0x55F53D301CD04B28B04FD783070562C8 , 0x562927BC78874C0C82C007C7A2A591B7 , 0x56600E14BB724C38A3BB5B578BD210D7 , 0x576F7A6625A44B40B4AA14F858D3F528 , 0x58370C4033EB46FC8F8AC14508192BCB , 0x585ADCBF598A4F5880C0142BBF9957F9 , 0x585B24143964492D92DC75D83108E3FD , 0x586D264197F649CCA5A35830AEB27D8D , 0x587764B6FAAD46CA97FFD5C79551B2AB , 0x58E15680A170476CBA641C844883EF0B , 0x59B8CE25C30C4F238976E5DB00E0F2F7 , 0x5A81BD3663AD4BA7A1A3069BAB533C61 , 0x5B097BD435E848F699E62A1F4D526C7F , 0x5BCDA1E160AE421A884F558C62C2E8C3 , 0x5BD03C5E78784A24BC37512733B31B69 , 0x5D77219DE0154C0BAC2A8837C841F841 , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x5DED3046100944A38DFCF44849E9CFA0 , 0x5E04E5803889429AA262DDBF456FAE80 , 0x5E517A09ACF64A9D9CA91656A88E305E , 0x5ED00D0B2214467898E11032DF7FD9AF , 0x5F15F5BA984A41B981384FCBBA23A983 , 0x5F16FDC9CD044A7AA2DC8D6B63B54282 , 0x60542CBAE796468CA7F948DF15869B80 , 0x60652C2A934848ECA73723EF83E6571B , 0x60806EF4B7C84FB1818EE72AAB3CF399 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0x60A565B30F3B434FBAEC1E158DF88C78 , 0x60F9442771C34FAA8813598D6563997A , 0x61263D05188C4F14995A4C68A8EBD27F , 0x6187F3128EB4411C9630F8B88DB011E6 , 0x61D0C4AD19CA41F8BEC59BC811CF0775 , 0x61EC67143FE44378A347496708ACE4F5 , 0x62C43B60F1F24E59BE02A262C50E8AF2 , 0x62E0269E3921427F8D0A547BC4787987 , 0x62FD24F7D9DE4E3F8AC0162AF6C77547 , 0x646611B105CD4F58A2CA652C91DF2975 , 0x6468440D7CD145CC95A59BB02D76CF85 , 0x657FD57D003D48B5959BD8C569BDBC67 , 0x65A194AB8EA845C588CC79CCC353F529 , 0x665373766F2B4618A12287E0A3D70E26 , 0x6679A0FC857D458C854C6AA0BB9CDC34 , 0x66D65AB9AB034AC59E737C04FF6A6D36 , 0x672C8B56C1264262A788D74FD6199D15 , 0x67797097E13F42EDA86257C71C427A28 , 0x67F74D970C344BADA9B434DB89E1C8A8 , 0x6999DCA7E62942F7A91257143B4AE5F9 , 0x69C03599ED454AFFA5BD6DDE6B2D34C5 , 0x6AC99B6A187A49D0962E40890AC916F7 , 0x6AFB5FC5665443C4BBA99D9E6BC03CBD , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0x6BD6CC80F77B42198BF8B82342E28B41 , 0x6C5CAB49E3A544C88A39669BAA30E5C5 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x6D09864E09FA4224A1159D777CCD2CB0 , 0x6D4E1B30C42C41329472B0592095BC1A , 0x6DAE503F926B45E4852B934306D8C1E7 , 0x6DAF5CF930D54751AA4569E8FFEB55F2 , 0x6E731B162B3D455E9154054A99D572D1 , 0x6EB4EB75EB0446D09D8B22CADE0ABABF , 0x6EC476E79FE34019BFF879294B7E5D70 , 0x6F8394B87A1D447CA2D59221198C6689 , 0x6FC39764DD484CD9AC376F6103B81632 , 0x71028E7E852B49D7B055E3EC2341CE52 , 0x710722A6BA5D4310BFCCE4BC80D05DBA , 0x7214D7CEB2CC4AF7B713457BA320F8C7 , 0x72BA87549F8E4F19818763825B601890 , 0x72F4F3B3CA0E4C37832B332A577A6474 , 0x731DAD0D2FFA46159D6B1DAE42385A50 , 0x73698DB3297243979F0E98FA109A5DE9 , 0x73EC49CA5684422DAA3EF56AC79BAA0B , 0x73FC59C20EF14BF991EE1C4150AD9E1B , 0x7403FD12394149A9A9A65A510FC951E9 , 0x750B6C87D0DA49E4A328A677E22F69A0 , 0x751D32FB0F474628B5C20DA9B160CD3F , 0x75950F9A8A9E479799900E82895BD54D , 0x75B4D52761384DE8BFDCAD9C02B88D16 , 0x75C9C48FD41840FCA0A70FC92EFB21D3 , 0x7629630D820F46E0A2CE0DF9294A55EA , 0x764D49F8E36C481EBF908D3A59D16427 , 0x768006580C3841E4AFA89FBCCD2839B3 , 0x76F287238C064721A559BBDA1D84A454 , 0x77094A0C1AB44716BEE4D65629A982A5 , 0x780641110E874D3485E36C2E4B0BA140 , 0x780CCB33DEE942F6B36CC4150B3ECC39 , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x79C1B44237DD4AE9A7C9EE13908152C8 , 0x79D2F91FE3A44CB69664C720D0BCBB3C , 0x7A3118D0030B47A396C48FB0CCE58F93 , 0x7B7FE560DD9C4708B8EA3402E001D6FA , 0x7BB15914EE8B4B11BAED49E006B9939D , 0x7C116CC02D2E412B9B908A9148EB9309 , 0x7C2F6A277A824CC3AF806DD8F4BE69CA , 0x7E2010D49B9D48D18B887D3057F1F8A2 , 0x7E4B38931FE14571BC90196E03D5F77C , 0x7E50B91A8CD24326BB66420181D75E08 , 0x7EB477713D9C4B5F9BB2D32EAEBB7982 , 0x7EFFCE1498D74F498155AE6C0A2ECF36 , 0x7F48C3B337324855BE2A4227D4EF5295 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x7F686C413F524D07A1D5928DBB3A7FF4 , 0x7FD9693053CE4E44A521FDD95E6456DE , 0x8053DE65E90643899531D4459B209D3C , 0x808E59B0E3B6423E91E97CD793056822 , 0x80BF7EAF39184C95830A4EEE0DB3A8F7 , 0x80DD15496B2F4690826E57F852314B65 , 0x81152C3787A148D4B16100936B96453D , 0x81812E0BA24D423DAC0838781A53AE70 , 0x81DF403F3F9540DA8401C8EEFAEA7E43 , 0x81F3F318CC9F4EBABDA85C3650FF1F56 , 0x81F4EBCC27E64C109B538604BFA82681 , 0x82A800C697AC4299B7A1331059389DCC , 0x82D75984D1D74D17A10894166983BC9D , 0x82D8C8A7429444E787F2C7C0F940AFE6 , 0x8314FB86CD794B85AA2B82E2653AA478 , 0x837EBDD2A0D14CE29B1475DA71930FF4 , 0x83AB4B4C265445CDB204D27E9CCC7A1B , 0x83E8D52C3B33450894FF7E57E8339D15 , 0x84D9D963505C48DB9228354EE88FB681 , 0x85BC60971243447EBC8644104DF8892C , 0x8698AF0D3F204FC8B2DD551789C653CF , 0x86A1EEADBC7942CD815D907D267D6433 , 0x8754F9C0880A4971ADC78F58A305A09E , 0x875AF29F563841ABB0BBDDA1878F1CA1 , 0x876B25F7FC874FE3B583369BD116E523 , 0x87AAA1B064C648BAAA49EF461697EFFA , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x87E8A336732741CCBB5767709F69448F , 0x88174E13225146D6B2412283209A744A , 0x882A0D90845C46C9BB019659A615F235 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0x88EB5628DAF24ECC9E57E8DA3106BF04 , 0x896A790E465344B7B27AAE761DD8742E , 0x8972AB26458142A4916B0A896C1592FB , 0x89E5581176F5439DBDE95CB2EFE189FD , 0x8B2FE7EB1F3741CC8EB14CFCF1E0DDED , 0x8BB5548A73A7428D980BA256D3E41E6F , 0x8BC1F9E656C2476DB73C65B5B53E1C36 , 0x8BF83D58E3524AE2BCEC77168033C58F , 0x8CA550A405F345C9821DEB00F020A335 , 0x8CAD8BE992E84FFC947B271B908E1E8F , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x8D9AD6C0B7B04C65BC6FF6A7FC4563DA , 0x8DCBAB859A7C42ECBCAF518265726F1B , 0x8EA5C319BADB40BFB1E0F2ABE8E1420F , 0x8EEABD8E0DE14592906FD3EE3EE9D094 , 0x8F1332EB43334D159175A80ED6E45057 , 0x8F576EE93F3B41F290C1326DA81AB9FD , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x902A37C13D2A4E40BCB41EA7D43B627C , 0x906DEEF0A0AB41D18A0F06AE7915F261 , 0x90F8F4BE76F8485792BBA9435CD5AA3F , 0x914384BAC4104F85950D06BD3F4ADB6C , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x91E894956CDC4F67A37FDA7ACD04B633 , 0x9271798D42B74C1CB2E2645FFB089CB0 , 0x9355F61CD2C348D4839DD4FB4A56ED9D , 0x93BE2DB9AB73440C9F44D4DFF869B6DB , 0x93EE25B24D264F78A3AA86D03094C653 , 0x940DE9504E2B4067BB89E8DE2687044F , 0x95D8052E5BB84297AD3D393FE99C77ED , 0x9697A64A04654BD08F8CAF7278679E85 , 0x96AB547947F847F7B09DB8913231F48C , 0x96B1AAD594D544018CF15516AF8B6D20 , 0x96F6462DD5E9444BAA8A6510915825D3 , 0x972CEC88119044E7BAE968A9FD63FA3B , 0x978648C238AF48D3B655595F0883865A , 0x97CE3C6B3FEA47B7ABDF18D508E9CD36 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x98428DAB5B8045BCBCBE767DD35FD311 , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0x988D2728096D477EBA6F4A5AAE31B2E2 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x99C70D0856F34C678D904B18876CA3C2 , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9AC7319AFECC42C9A87244EC66B5BBD9 , 0x9B7807EA02E44CC7A361D4904BE33486 , 0x9CA575BB2961434B9B671EDBE50262DC , 0x9D391734A6EA4AB6A160994502F6D01D , 0x9D3DF92747394B138A9C6A868E7A0093 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x9E45D926DADC40FCBFA3D8068DEF99BE , 0x9F47A5336C254302AFD595A9DD5508FD , 0x9F98D293700B4A10B19EAC32001F4E87 , 0x9FA95B042BFB4A31ACFA685B9A3E8886 , 0xA0277F0230444C42BE1BA5C5BE16931B , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA0CCBF6A0D854A45B4D93C2B1E0151B1 , 0xA14F6CAA6D284B6CBDA4BD4160E2B5C0 , 0xA15162103F2A4289B370E0EB4971F0CA , 0xA276F2EADC434AB081123CB10365ECEF , 0xA2BE0F12DDB4434AA714DDA3D26E4FDC , 0xA34A206FC24F407E9AF91E9F21B0028D , 0xA3E5D1801BCF4E73AB714E3361673727 , 0xA41A2B49D4C44939A167DA5473798789 , 0xA47443A4DBEC498BA70E35D4D1CE51F9 , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA52365B14406440485D29CAC5CD70F0B , 0xA6A528CB7B50485B9D908C56C82FB0AF , 0xA77395A6974649E6930B2ECF1CA745D4 , 0xA784608C31F346BB9FA5E5EA84C5DA89 , 0xA7A2CEE7686E44F8AF05C8D4B6B4E41E , 0xA861FA46349D44CF9099F3C99824976A , 0xA86DE63A08B04FB0AB63E1FD0055D23B , 0xA8BD42C3592D4E5EBA7E569447F5756D , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xA95198C1FA3440B3A409F813A46D7A63 , 0xA98BD2924357447C910421250F5A4712 , 0xA99693A819554966A68139497093EA27 , 0xA9A24FF974FC44CFB65909EA1190C134 , 0xA9BB8A13A72541D38CDA4710BAC9F31B , 0xAA03F2E5BCCF474F8848F6B2D57589DB , 0xAA0FB918C2C048A9AAB89B77A0E43A12 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAA70EF7FA63A4054ACDCDAF078CAAE2F , 0xAA7BAB8916E544AA9140F76B2D16B3E7 , 0xAA84C9A090DD44DE96C3ECBEDAF506EB , 0xAA900D5502784D94AAEBFE91FD8A79E6 , 0xAACC3E0BE1F84B239761735F57505826 , 0xAC1162B528EA406783971511086EFF2F , 0xAD300848165F496FAFF082123582050C , 0xADF28C1B866641CA80805EDA0F657E47 , 0xAE2F3C11B14C476B8AF7C45D63869EBC , 0xAF35A74DC8B64A1793D07FE51394F187 , 0xAFFE86959B3C4CA4A83BF06985082485 , 0xB06E1B7BB9814476976C4351CE7F42B1 , 0xB0906200E0BB43649CCFA3B376F02796 , 0xB1392737DB6E444D8CC9DCEDEAF683AC , 0xB146933FADD64913B51B97E02752810B , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0xB245D293187C4BC3A71BFDBD4C7D678B , 0xB26609F41D7D49F29499FCDC8D10A78D , 0xB36E757291B94D25A344E4FF01F3445D , 0xB37D9B42AF10430EA85F5CBC6F88D188 , 0xB3FE8A09A76C4EF8BD13818AE4567D60 , 0xB42E4CAF74FC401BB34FA521E26D974F , 0xB47762D7A4BB4D49A1F613D96FD805CA , 0xB545E799455C4C4C81ED3DECADFC2DAA , 0xB5712CF9566D4342A964F2743E2B08EC , 0xB574E4D3CD984C71A4C4B44847328506 , 0xB656A1F105F141499B02A6E28558332F , 0xB6699DB344454F12B5DD1F514CA3C9CE , 0xB70D537A7380431EBCDD5613780CBEB5 , 0xB73EA11E02434B318C511034FFAA3C83 , 0xB74A81E4EFFE49D4BC01145236DFD3ED , 0xB76A5CA67B614AB59970767D81CC5607 , 0xBA77C0763DFB47158760B6ADA7335C90 , 0xBAAF0501442649A780E5481B2D0CA46D , 0xBB85B730792E47D297853AE1ECA5EB74 , 0xBB8F97F4F10E42FA8921582426D22285 , 0xBBA2A0852978402295F1C7E10D5E4803 , 0xBC54D495F82141698103436B43896042 , 0xBC5D2277755E4AC092E7EF42B867807D , 0xBC8E33033CD942DE98D18A8C3D97A658 , 0xBCC6FB924E354352A7C6CBB30DDCEB92 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0xBD9B273F45AC40478A3165D9F8580223 , 0xBE58EFD5547E47F996DFC50BE36E2D85 , 0xBEA10AAB6D9444CBA1F7E0B4C0265109 , 0xBF9F660F6D3A49F481F34F81D4EBA490 , 0xBFAC73B9F4C64D388D9434F6D7488BCD , 0xBFB5D1B8C1944FDB95ACC126E4662C57 , 0xBFFB73C826B143A98399ABE70ACAE832 , 0xC06D41F75E8E4881811322C4EE4AE97A , 0xC0DCCAF2A0F440BAA9B15B812F568A2A , 0xC193C5C3677240BA8498CB282694A75A , 0xC25D7A0103174315BF9B488D8F4761E3 , 0xC33EB2D9CB034C92BA5C698AEDBA5E35 , 0xC3709F5D2DD14C66BBE914FEEEC20301 , 0xC3DB40838216420995A0E33EFBB83857 , 0xC492401DE4124A2DACF2F49DB63D31CA , 0xC4BDD66A5D044DAEB2714A0F616690F0 , 0xC50671E6CD184FA7A1E2F0AE27783278 , 0xC5392006968144268A07483408223289 , 0xC5491401894A4D97A54B4EF547A68317 , 0xC5CCCCC7263E414E8FEDB14C411ADF61 , 0xC5FC373E41C54F27976784CA73203891 , 0xC60190DC3ADD4B369E9B729D99C70242 , 0xC624EA737DDA423890C8B30499EDC4CE , 0xC6EF80E989BB40D28584140A90512DE1 , 0xC71043B8AB9D4AFC8D7E874D7172C8BD , 0xC7841340237141FD9773B0B75D97FE5E , 0xC786D9A630D448089425CE8BA893AF38 , 0xC7AAAFF3E1D24BDAAD4E5ACA59C2240A , 0xC7EBA74B199C4559A745049D36438837 , 0xC8052FE477614F18B93F9F0797CA73D0 , 0xC99B06B482664EA5B0A9A1E85C71E678 , 0xC9DF106626844C3FAC2D8D85561EE363 , 0xC9EB29E4FD2E4437A0572855DACA354E , 0xCA06E673C9D0430D8B8831D91E4A53FC , 0xCA1E8422F97E400ABF3E2C9867DACD12 , 0xCA7A7EA3307B4B6895E543268CF9DBF0 , 0xCAF11042CE174FA78B82ED67C48198C7 , 0xCAFE3CF58D354CD2BAE220E75FC4F7DC , 0xCB0369BA491B423A9EF0AEB0963F805A , 0xCC1790550B7B46D0BFE10B0CF8FA2DD7 , 0xCCCE86F4B9CF4642AA9BD0E679C4046A , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0xCE183819AE20437D9DEE7AF24900ABE5 , 0xCE6CC81316DA412E8FE53D8B37E43057 , 0xCE7AEABE6BE545648ACA1723D05BA306 , 0xCEFB1E60D24448E881B7A8AF2AFC5208 , 0xCF1C068C95A64A75BE0BD6A4FBBA6DC8 , 0xCFA25C3DB9F74762B271AC039F4ED13B , 0xCFC0CE5655D540068CF7DF0044C98A18 , 0xCFD78EE8EE7B460B9383203251BA8043 , 0xD01578B37F98452BB4687463204F408C , 0xD03BFB9951104167AA0E79619DDEA7DA , 0xD0A545A4B3564E5D8AAF40A64147E12F , 0xD1204C8056004E1F8DA6BA6DA3FBFA3C , 0xD12ABE34043E4C20B600AB65142E8168 , 0xD13A554D5225424C9ADC855E39A1070C , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xD19FA82F4929491AB5027F47C5C46CDB , 0xD1EC76DAF4F045279ADAA92CB3C6A4D0 , 0xD235A9A190244978A21F810799654A69 , 0xD24E8F79A93A4AF7B49B709A3C48C04F , 0xD274E5444BDB4B9EA640015887FE1989 , 0xD2F2E561FD094F4FBD06D5CB92984763 , 0xD398C2DDEBC444F6A74DC3133125987F , 0xD429EB8FFE8940E4A499E74BFDDEE156 , 0xD53DEF18874C4AC18B224FBC07554900 , 0xD64DB3FF0B654086950175B0219FC79A , 0xD6829F3D6B104010BCD24B5047B7547A , 0xD6FAAC7CDC84449996627E8948B985D9 , 0xD73E16D28EFF419D9649067012F694A2 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD7598D9A84CB4294B0037243826A2E44 , 0xD77A75A1B1794617ACD5175F6E6B8746 , 0xD77B5EE881C449E38792D993BB4D62F0 , 0xD8A8542B78F6473A99F468FE2B2AEC50 , 0xD99441374E184C50A9CCB1DEB4A0A30E , 0xDA40ADC772184663B035E1B3F9876A24 , 0xDA668CE2CA4A45909F2825E3BF823199 , 0xDB5460FD7959419788EC414BE3947D20 , 0xDC2E70EA367645688C0BC5C41DD65DA1 , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0xDC83A4C9EC1C4B5BA005C107821ED2F8 , 0xDCBCE2570BCD427E9B15D60BEB70C206 , 0xDD42ABBE6B00450FB12E1166E3CC16DD , 0xDDF563281CC74AB3832A044EEFAC1891 , 0xDE0A77C2701946088FF67DBFCE1840A2 , 0xDE4A3BF0C63A481AA8AEBC3BC119EE12 , 0xDF6258B4B02845A592C304FE986AE052 , 0xE02E60DCA1D345C587639A6DC159EFD9 , 0xE076614EF3D14134BEE71F90837F1478 , 0xE1AA811ABB394AF8A6300405A2AD8564 , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0xE25A3A4C0F77482E926C228894A2F1D3 , 0xE3247F80A7BF43EBAC80F5D159AC0589 , 0xE33C013790C2496E826C6DBC73F88CAD , 0xE33FFD030C1E4392B8645C4BD7596763 , 0xE43ACDEDC7C14E16B3665E3823A09BDA , 0xE4DD7FD0989647C8992F5460984B5E7D , 0xE555E7422A1E4D519050092E63F97C56 , 0xE59A638B9F214332AB21E53B87C76DAA , 0xE5DC384820DF42FF87409D069FF55947 , 0xE694E2E2EBCB4AA9993686C7A862F0BA , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xE7BD1C08EE9F420F82183E73028643F1 , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0xE85010DBF1E8482EA234DDBBEB9040CF , 0xE875FA8F02EA4FB2A896E60A66B34CA8 , 0xE93160F1086C4787819CCC8B9EF741F7 , 0xE97D6765EBC44C44A062FEDFD9FF80FD , 0xE982D8B587D84ADF9BF44A37F1FFAC6B , 0xE99F3C4BA046461383A9BC673D0B87AF , 0xE9A1731E6A6F40E2A364A623E2CB41E3 , 0xEA5ED02085434657B84646E25D0EA447 , 0xEA72A169AA5D4806A0542A9C12611C18 , 0xEB20E7D14CCD41C698D48B96E197A8D8 , 0xEBD171075648451DB44495796C42E299 , 0xEC7860469FE94246A20F782492F757D3 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xEDB5DE36FE7949CD816C2F471EA8428D , 0xEDED8FDBBD48434D9BD89EBC04039972 , 0xEEB1172BEAE2404DB1C08D564BAA658D , 0xEF67872353BF4F12B26E49337BC45368 , 0xEFA1408CCAEA4DADA6B66609123E0411 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xEFDB8340E2E041668FDCB043002ED360 , 0xEFE6680569F74FAF804EE1EFAF19BE9A , 0xF03D98334ACE4895BF222260EBBAA175 , 0xF05DE8439643416F8B148A10194025E8 , 0xF0BAEBE81B0E4E7298E3643B0F20B69F , 0xF1C01478C4F643FC8294BD0B5426E2A0 , 0xF23F53BAD0014ED480B199886F4398EA , 0xF318CA8D1B384CEBB849637EDDE5E6DC , 0xF377AF3867AF4A97A09F933B5C23ECB9 , 0xF3D4EED7F3924E0790A077DF968CFE9D , 0xF3E6626D18774686819498E70A751923 , 0xF419DB766C1D4B1782B52DFA62D9B9DF , 0xF457C6C3ADEE40E1A2751A7FEDA982D4 , 0xF475575C0F7E4845A3312B585AF9979C , 0xF4887F30E2D04B20990C67C085B878CB , 0xF4C112A32B344491B74F59D7A1223E89 , 0xF4CF3FE929374410B6A81FE80AF39E84 , 0xF5AE707D34074DA984F2E270F9FBA8F5 , 0xF5CA12F476694DEEA6F3896700840A10 , 0xF6B6AE70827E4462AB0CCCDA2205D0CE , 0xF7597433E21E417595240E3DE3E886C1 , 0xF7708C735AB548CE82164CBAD217BCE8 , 0xF79C47B54E4647FC8CCE0674A8931DE8 , 0xF7C7B9C86CF140EE8785F71C1969A227 , 0xF7E08DCDC51E41B4AD81103BCE005171 , 0xF82A8F4A5F6A40089A913F1F16DA9FCD , 0xF8708545FE3D43458AF9CB3F377A2CC1 , 0xFA3391C9B81A471A94C8D41FD0219852 , 0xFA9A145DF22D466B96BCC1360CB87177 , 0xFAD442E1947F4B8F8CB3792E4BD8934A , 0xFBA830BBE8C54690AC1BCEC9B57FAD5D , 0xFBF822C1D1084A09A3A6E500FD83C351 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFDB18CB8005A4343A676D024C006E1B7 , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xFE4BF190740042EBADD65D52D89E6FA4 , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0xFF0D85C583F14CE88459A0C9F3E99CB7 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xFF8733A7BC394AE798214336083C605A , 0xFF99C8AFF36B44EAB0E1CE60A3CCD39B , 0xB0B015A239554BDBB7DA395477772604 )));
Copy
87
0.43 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.36 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.43 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/660-smc-2005-modelcode-9725E0 "
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/660-smc-2005-modelcode-9725E0' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
90
0.54 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
91
0.28 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
92
0.23 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
93
0.31 ms
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = ? ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"VÞGÀŽÊMT“*¸Æ³Qqƒ "
]
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = 0x56DE47C08ECA4D54932AB8C6B3517183 );
Copy
94
0.31 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
95
0.22 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
96
0.20 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT iso FROM snippet_set WHERE id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
97
0.29 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.52 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagGmvReporting "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagGmvReporting' );
Copy
99
0.49 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
100
0.23 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
101
0.58 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.32 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.26 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.05 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.56 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
107
0.96 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™²$ßâ\r Fé¬!¯Ü\x07 Á\x04 s "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (0x99B224DFE20D46E9AC21AFDC07C10473 );
Copy
108
0.92 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
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.52 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.52 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.67 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
34.25 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/40385d84e0fc4d6ea7d6e03f4cd695c8 "
"/detail/a3e5d1801bcf4e73ab714e3361673727 "
"/detail/d12abe34043e4c20b600ab65142e8168 "
"/detail/ba77c0763dfb47158760b6ada7335c90 "
"/detail/6c5cab49e3a544c88a39669baa30e5c5 "
"/detail/cfc0ce5655d540068cf7df0044c98a18 "
"/detail/46565770005a48aa879ae5d6bedb9289 "
"/detail/e9a1731e6a6f40e2a364a623e2cb41e3 "
"/detail/37c2b80596794c5cb601008c11664601 "
"/detail/5f16fdc9cd044a7aa2dc8d6b63b54282 "
"/detail/5426c6a5eb4246e08639ed936a4101ae "
"/detail/c5ccccc7263e414e8fedb14c411adf61 "
"/detail/8972ab26458142a4916b0a896c1592fb "
"/detail/4633ec13da664845aa7e3659b8411011 "
"/detail/0c2b0c28ecb641c8bea900fc6aae6774 "
"/detail/751d32fb0f474628b5c20da9b160cd3f "
"/detail/902a37c13d2a4e40bcb41ea7d43b627c "
"/detail/837ebdd2a0d14ce29b1475da71930ff4 "
"/detail/40f140d4b34c4cb9bb712059869ebb52 "
"/detail/1019c35382624faaadb3a994c768f138 "
"/detail/562927bc78874c0c82c007c7a2a591b7 "
"/detail/fa9a145df22d466b96bcc1360cb87177 "
"/detail/d6faac7cdc84449996627e8948b985d9 "
"/detail/576f7a6625a44b40b4aa14f858d3f528 "
"/detail/33997cdd7b564de09f5e8a56ddc4d911 "
"/detail/4c50f7c089d04e7ab88e5ea33c5e7ff9 "
"/detail/79d2f91fe3a44cb69664c720d0bcbb3c "
"/detail/0a522654f8a846b0b96b861b7dca0dbe "
"/detail/28c3f5f9818146b897c51856f442df98 "
"/detail/f3d4eed7f3924e0790a077df968cfe9d "
"/detail/8f576ee93f3b41f290c1326da81ab9fd "
"/detail/e4dd7fd0989647c8992f5460984b5e7d "
"/detail/58370c4033eb46fc8f8ac14508192bcb "
"/detail/764d49f8e36c481ebf908d3a59d16427 "
"/detail/f4c112a32b344491b74f59d7a1223e89 "
"/detail/494ed93568fd42dc86a8e0340f0dc570 "
"/detail/8ea5c319badb40bfb1e0f2abe8e1420f "
"/detail/b1392737db6e444d8cc9dcedeaf683ac "
"/detail/6eb4eb75eb0446d09d8b22cade0ababf "
"/detail/6f8394b87a1d447ca2d59221198c6689 "
"/detail/d8a8542b78f6473a99f468fe2b2aec50 "
"/detail/6dae503f926b45e4852b934306d8c1e7 "
"/detail/30176c652f9b4833804be55d2e5c491f "
"/detail/4afedfff42ec404f942d99b202fe2570 "
"/detail/076c79d527be40a9bccfef2e0f3bd78f "
"/detail/ccce86f4b9cf4642aa9bd0e679c4046a "
"/detail/0751e34c31cb441494ca9b76e9c11e4a "
"/detail/cafe3cf58d354cd2bae220e75fc4f7dc "
"/detail/d2f2e561fd094f4fbd06d5cb92984763 "
"/detail/153ba4123f1d4e7ab3701c4c247e8ceb "
"/detail/7c2f6a277a824cc3af806dd8f4be69ca "
"/detail/f457c6c3adee40e1a2751a7feda982d4 "
"/detail/988d2728096d477eba6f4a5aae31b2e2 "
"/detail/c0dccaf2a0f440baa9b15b812f568a2a "
"/detail/1c7dcb7de7c641be858f9e0b5cddd164 "
"/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/fe4bf190740042ebadd65d52d89e6fa4 "
"/detail/df6258b4b02845a592c304fe986ae052 "
"/detail/d274e5444bdb4b9ea640015887fe1989 "
"/detail/ff8733a7bc394ae798214336083c605a "
"/detail/896a790e465344b7b27aae761dd8742e "
"/detail/0198cc7f3e447214a848528de060a0ed "
"/detail/61ec67143fe44378a347496708ace4f5 "
"/detail/1b2b24b76e1e4db793d6cd9a322e8e64 "
"/detail/018e3b42c7c64234bb3402ccda3a3889 "
"/detail/ff0d85c583f14ce88459a0c9f3e99cb7 "
"/detail/1d64bf87bc624a46945f3f43f9b20a75 "
"/detail/076656b35d3a4c2fb9312639b3bded04 "
"/detail/10b221877d934bea956a28cdd363ba81 "
"/detail/aa84c9a090dd44de96c3ecbedaf506eb "
"/detail/81152c3787a148d4b16100936b96453d "
"/detail/3588374ddaa8427c81d359c9c2d5ce9b "
"/detail/224646719ca8445684e02ec785ff051a "
"/detail/aa3031f9fd724dbc9fed884ea62b3cdd "
"/detail/c25d7a0103174315bf9b488d8f4761e3 "
"/detail/221b64458a154c2284f72316790f729e "
"/detail/882a0d90845c46c9bb019659a615f235 "
"/detail/7e2010d49b9d48d18b887d3057f1f8a2 "
"/detail/f7c7b9c86cf140ee8785f71c1969a227 "
"/detail/49bd236298a643768538b222dd2bac8e "
"/detail/e5dc384820df42ff87409d069ff55947 "
"/detail/3ca08c4bf8284a70b06ee876e5fd5c6f "
"/detail/c06d41f75e8e4881811322c4ee4ae97a "
"/detail/eeb1172beae2404db1c08d564baa658d "
"/detail/d7598d9a84cb4294b0037243826a2e44 "
"/detail/211a38b709a84b198d369b82d10c19ee "
"/detail/3af696e599824a919a809c42b0b9e9f6 "
"/detail/c5491401894a4d97a54b4ef547a68317 "
"/detail/0247791b45054c689dc340a2c29e97c3 "
"/detail/ae2f3c11b14c476b8af7c45d63869ebc "
"/detail/9b7807ea02e44cc7a361d4904be33486 "
"/detail/d53def18874c4ac18b224fbc07554900 "
"/detail/3ab08779c25249b9849ba26d3b7a0a2b "
"/detail/0b61c58cb8c84345a9a46041d47c05a6 "
"/detail/1a8f0365c8f14ab3b32544425dbd58ba "
"/detail/2d198e78d15342088e43d3b9c54b0da8 "
"/detail/eb20e7d14ccd41c698d48b96e197a8d8 "
"/detail/67797097e13f42eda86257c71c427a28 "
"/detail/d398c2ddebc444f6a74dc3133125987f "
"/detail/e25a3a4c0f77482e926c228894a2f1d3 "
"/detail/9e43a614f83540769b8d47b80b0090e8 "
"/detail/6d4e1b30c42c41329472b0592095bc1a "
"/detail/adf28c1b866641ca80805eda0f657e47 "
"/detail/0b6739f3592d4d31897e73f8cac2918b "
"/detail/08fe3fb5188b4a49bb9ff8250e4c83c1 "
"/detail/6b1e1d2fc9aa44778a413fbac60b4ed6 "
"/detail/435d7c4b13af42c8999958951856c04c "
"/detail/fe59b7bdda6d4ccca68b442619bce23a "
"/detail/6ac99b6a187a49d0962e40890ac916f7 "
"/detail/81df403f3f9540da8401c8eefaea7e43 "
"/detail/84d9d963505c48db9228354ee88fb681 "
"/detail/fa3391c9b81a471a94c8d41fd0219852 "
"/detail/004b11b664424995968a6294d4ea4ae7 "
"/detail/baaf0501442649a780e5481b2d0ca46d "
"/detail/2e7b613304dd4c96824d1be6ffd83190 "
"/detail/99eb30031dc3465c8fe88a9c89476e57 "
"/detail/d429eb8ffe8940e4a499e74bfddee156 "
"/detail/382c2a07c8a847aea74ed5a46702c522 "
"/detail/15ad00f10c3640a6a206ce1f645317e4 "
"/detail/d744bf7892ae4da48aba62c8bbf2d386 "
"/detail/56600e14bb724c38a3bb5b578bd210d7 "
"/detail/b42e4caf74fc401bb34fa521e26d974f "
"/detail/dcbce2570bcd427e9b15d60beb70c206 "
"/detail/370ffe3ba5fd4ea492d19f8bb482f6bc "
"/detail/b36e757291b94d25a344e4ff01f3445d "
"/detail/9f47a5336c254302afd595a9dd5508fd "
"/detail/6468440d7cd145cc95a59bb02d76cf85 "
"/detail/6bd6cc80f77b42198bf8b82342e28b41 "
"/detail/a94cfdb36a34413f8b774e70d8173a8d "
"/detail/de0a77c2701946088ff67dbfce1840a2 "
"/detail/244b6030fffd4529a4d015be50ba2225 "
"/detail/4a70366e3df44f5baf05f6a30e10e0e9 "
"/detail/e794fca7a9f5459a9503de5a4fd3ae10 "
"/detail/51070503953f46338ae553aad8369b0f "
"/detail/ea5ed02085434657b84646e25d0ea447 "
"/detail/42dfa224b9bb46c2b2a0d2a5b48a3261 "
"/detail/a47443a4dbec498ba70e35d4d1ce51f9 "
"/detail/e33c013790c2496e826c6dbc73f88cad "
"/detail/d18207690ccf4e2eb1ea56bbd79d4416 "
"/detail/1bc01634357b4710bce917fffd3acbcc "
"/detail/0c939f019d4f4457b349b4d0f13257ba "
"/detail/44e436093e7e4e7394f3c074972a5a7a "
"/detail/e85010dbf1e8482ea234ddbbeb9040cf "
"/detail/875af29f563841abb0bbdda1878f1ca1 "
"/detail/672c8b56c1264262a788d74fd6199d15 "
"/detail/4dc38a99e6b947e1bdfc8c6aff1ff6e0 "
"/detail/4dbc4799de1a481c8612152914fa3020 "
"/detail/52ee9365f9734f0aacdec2a70da7655b "
"/detail/0d9fc07201eb4254952d13d388c93e00 "
"/detail/de4a3bf0c63a481aa8aebc3bc119ee12 "
"/detail/1a5a03ccb8214496bf7e0da267153241 "
"/detail/4b66f4b8c35e4511ac59ff47bc797207 "
"/detail/51befd76b9c94c9c9b5455811d68c50c "
"/detail/f6b6ae70827e4462ab0cccda2205d0ce "
"/detail/60a565b30f3b434fbaec1e158df88c78 "
"/detail/404c3c66aa574b1fbda3dd078b083aef "
"/detail/a52365b14406440485d29cac5cd70f0b "
"/detail/00dc4e11dd0042c8a0cac540c8c17c86 "
"/detail/7f4f2f2203544f86bae78b43e2af671b "
"/detail/9926731f6f8e4d65b1f505aab3e402cf "
"/detail/eded8fdbbd48434d9bd89ebc04039972 "
"/detail/c99b06b482664ea5b0a9a1e85c71e678 "
"/detail/3a1b61c3253646c68f5344cee8004044 "
"/detail/3d171ca6f9ec44d686fac164ff06399f "
"/detail/e97d6765ebc44c44a062fedfd9ff80fd "
"/detail/c9df106626844c3fac2d8d85561ee363 "
"/detail/73fc59c20ef14bf991ee1c4150ad9e1b "
"/detail/d0a545a4b3564e5d8aaf40a64147e12f "
"/detail/3ceb37a732424262915d394bded5a67b "
"/detail/fe32dccd36e644e6ad9daa7a5a2d8e29 "
"/detail/ec9d1beed74a4e4b8609a7964777dfc0 "
"/detail/cc1790550b7b46d0bfe10b0cf8fa2dd7 "
"/detail/87e8a336732741ccbb5767709f69448f "
"/detail/00f0b091171b4395b97fd73abd185cd6 "
"/detail/c7aaaff3e1d24bdaad4e5aca59c2240a "
"/detail/6679a0fc857d458c854c6aa0bb9cdc34 "
"/detail/b06e1b7bb9814476976c4351ce7f42b1 "
"/detail/123872dbcf1345f2a1b38ff1b6e1d709 "
"/detail/01db2418ea7941c5923de1dc12c39645 "
"/detail/078adb73e433402cac1d0fb79e5bf8c7 "
"/detail/bba2a0852978402295f1c7e10d5e4803 "
"/detail/93be2db9ab73440c9f44d4dff869b6db "
"/detail/a86de63a08b04fb0ab63e1fd0055d23b "
"/detail/2e2027321b61404abeef63f27c02c8e5 "
"/detail/5b097bd435e848f699e62a1f4d526c7f "
"/detail/af35a74dc8b64a1793d07fe51394f187 "
"/detail/a7a2cee7686e44f8af05c8d4b6b4e41e "
"/detail/24d9120322e047eda0a14734e978e78e "
"/detail/2a087b679bf241e3aaab6c1d75de3d3c "
"/detail/e3247f80a7bf43ebac80f5d159ac0589 "
"/detail/efb314ddb61f4dec851d6ff5fb59828e "
"/detail/3f73e8b6e2ba41d9ba14e21aeb1b8ffe "
"/detail/0eae7def3a744c4ebd8a896309b77c27 "
"/detail/ff5f7e5baeba4fda98a4c1abd9171bce "
"/detail/053c65372b1843198294bd3272c59c18 "
"/detail/81f3f318cc9f4ebabda85c3650ff1f56 "
"/detail/481078a8a1154b838281d129f2c084cb "
"/detail/f5ca12f476694deea6f3896700840a10 "
"/detail/1ffe9d3abba04650b28f4122649d4f76 "
"/detail/4986b1c1c8084fe89cac9c944a87de19 "
"/detail/1a4d42041c444323aa4f77f41576c402 "
"/detail/cefb1e60d24448e881b7a8af2afc5208 "
"/detail/dc2e70ea367645688c0bc5c41dd65da1 "
"/detail/3c25718cad744af993b40c58fb5bcc55 "
"/detail/8eeabd8e0de14592906fd3ee3ee9d094 "
"/detail/0e03f0e376fd44cca645f796f86d8ee2 "
"/detail/51436ced6c8949e2ad8d2aba1ec33993 "
"/detail/53e4a030c1484afaaa3ad9a63e7c8d0c "
"/detail/c6ef80e989bb40d28584140a90512de1 "
"/detail/7a3118d0030b47a396c48fb0cce58f93 "
"/detail/b656a1f105f141499b02a6e28558332f "
"/detail/d19fa82f4929491ab5027f47c5c46cdb "
"/detail/36213280630b452898913d94d3e18f07 "
"/detail/aa03f2e5bccf474f8848f6b2d57589db "
"/detail/38432f8d29ac42b0aa802ec83de4f985 "
"/detail/97ce3c6b3fea47b7abdf18d508e9cd36 "
"/detail/dc4bca56cd39464e9ef554ee88628a1a "
"/detail/5bd03c5e78784a24bc37512733b31b69 "
"/detail/3a70c53223934738bb4432d38c9a11cd "
"/detail/99c70d0856f34c678d904b18876ca3c2 "
"/detail/96b1aad594d544018cf15516af8b6d20 "
"/detail/86a1eeadbc7942cd815d907d267d6433 "
"/detail/a0ba480c6574462fb41de76eece5a313 "
"/detail/79c1b44237dd4ae9a7c9ee13908152c8 "
"/detail/1dd2d3f38acb439e93f35f65f9b7d974 "
"/detail/ca1e8422f97e400abf3e2c9867dacd12 "
"/detail/26f929a6ded54b8399446ba4aa2b1acf "
"/detail/475e88385d6446428c02af5eb3aad086 "
"/detail/4cbf96a708084cb0830f1ead12f4ae61 "
"/detail/89e5581176f5439dbde95cb2efe189fd "
"/detail/bea10aab6d9444cba1f7e0b4c0265109 "
"/detail/c7841340237141fd9773b0b75d97fe5e "
"/detail/5181da93b4f94f9b81b617f08e635b5f "
"/detail/c3709f5d2dd14c66bbe914feeec20301 "
"/detail/042f2621f9b04a88894236c9a1a266dc "
"/detail/f8708545fe3d43458af9cb3f377a2cc1 "
"/detail/9e45d926dadc40fcbfa3d8068def99be "
"/detail/a95198c1fa3440b3a409f813a46d7a63 "
"/detail/e1e5dc6ec9ea40688c2ec208d1c3c9ad "
"/detail/544a2015944b40c085239bef584aedda "
"/detail/b1ba85be51d140c3b95869fc2fe9195d "
"/detail/db5460fd7959419788ec414be3947d20 "
"/detail/bcf25eff26a04f17b41f44e1c48e049a "
"/detail/28916adf88504c208540d811b87234cb "
"/detail/e7cdad3880984ae0bb9f0ba48f0d37cd "
"/detail/07da59ec089c4877bc5b0630c1aa6982 "
"/detail/9f98d293700b4a10b19eac32001f4e87 "
"/detail/66d65ab9ab034ac59e737c04ff6a6d36 "
"/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e "
"/detail/8f1332eb43334d159175a80ed6e45057 "
"/detail/bb85b730792e47d297853ae1eca5eb74 "
"/detail/1f3dcb98eb984acda2ab84635864b75d "
"/detail/c492401de4124a2dacf2f49db63d31ca "
"/detail/69c03599ed454affa5bd6dde6b2d34c5 "
"/detail/e555e7422a1e4d519050092e63f97c56 "
"/detail/e33ffd030c1e4392b8645c4bd7596763 "
"/detail/fdb18cb8005a4343a676d024c006e1b7 "
"/detail/18669f63d98c4a49938345f9056fbb26 "
"/detail/7c116cc02d2e412b9b908a9148eb9309 "
"/detail/a41a2b49d4c44939a167da5473798789 "
"/detail/fbf822c1d1084a09a3a6e500fd83c351 "
"/detail/978648c238af48d3b655595f0883865a "
"/detail/d13a554d5225424c9adc855e39a1070c "
"/detail/3840af9d07234fa5b437a06eb7f7d163 "
"/detail/edb5de36fe7949cd816c2f471ea8428d "
"/detail/4a3260ebd64746fba52e5c7694ea9da7 "
"/detail/bb8f97f4f10e42fa8921582426d22285 "
"/detail/ff99c8aff36b44eab0e1ce60a3ccd39b "
"/detail/5d97db9b33204df4b5cb13e6348076cc "
"/detail/8bb5548a73a7428d980ba256d3e41e6f "
"/detail/f82a8f4a5f6a40089a913f1f16da9fcd "
"/detail/5d77219de0154c0bac2a8837c841f841 "
"/detail/58e15680a170476cba641c844883ef0b "
"/detail/2b02765382a240218b667c601097ae5a "
"/detail/96ab547947f847f7b09db8913231f48c "
"/detail/d24e8f79a93a4af7b49b709a3c48c04f "
"/detail/d77b5ee881c449e38792d993bb4d62f0 "
"/detail/0353a85a67ad4eb1b230aadf911cb3fe "
"/detail/d77a75a1b1794617acd5175f6e6b8746 "
"/detail/bd9b273f45ac40478a3165d9f8580223 "
"/detail/98428dab5b8045bcbcbe767dd35fd311 "
"/detail/5289c9ac1e1a4525b028566bcf32c7d8 "
"/detail/fca1613aa50444608ef93a7ca5d619ea "
"/detail/62fd24f7d9de4e3f8ac0162af6c77547 "
"/detail/3875110e9ca24145a7357bd8377aadb7 "
"/detail/0cf665757b114488b50086b62e4ba9f2 "
"/detail/665373766f2b4618a12287e0a3d70e26 "
"/detail/f79c47b54e4647fc8cce0674a8931de8 "
"/detail/61d0c4ad19ca41f8bec59bc811cf0775 "
"/detail/587764b6faad46ca97ffd5c79551b2ab "
"/detail/217421fe414c45128675fb11c7fb495b "
"/detail/2df837200cf440d5b49d1d74384c0dd0 "
"/detail/a34a206fc24f407e9af91e9f21b0028d "
"/detail/00b7492ae41749aa934e3b5de1ef23a9 "
"/detail/ddf563281cc74ab3832a044eefac1891 "
"/detail/60542cbae796468ca7f948df15869b80 "
"/detail/ebd171075648451db44495796c42e299 "
"/detail/f4cf3fe929374410b6a81fe80af39e84 "
"/detail/06cc3c21be7f4f78a486f73054751394 "
"/detail/6afb5fc5665443c4bba99d9e6bc03cbd "
"/detail/0e85898d386242a2b704575c57fee46a "
"/detail/a861fa46349d44cf9099f3c99824976a "
"/detail/091fa1baf33248af8b3570f4e2e46e2f "
"/detail/7e50b91a8cd24326bb66420181d75e08 "
"/detail/d03bfb9951104167aa0e79619ddea7da "
"/detail/3267a2371ab043f49b2a943af945c588 "
"/detail/85bc60971243447ebc8644104df8892c "
"/detail/bfb5d1b8c1944fdb95acc126e4662c57 "
"/detail/8dcbab859a7c42ecbcaf518265726f1b "
"/detail/2c60db5258b541fa945cbc9e76f0dc49 "
"/detail/87aaa1b064c648baaa49ef461697effa "
"/detail/a6a528cb7b50485b9d908c56c82fb0af "
"/detail/f4887f30e2d04b20990c67c085b878cb "
"/detail/b545e799455c4c4c81ed3decadfc2daa "
"/detail/3a606f0040f04fe88fdb1df4d774ec41 "
"/detail/7629630d820f46e0a2ce0df9294a55ea "
"/detail/17e989a20ff542de84f68ae783d88dad "
"/detail/e59a638b9f214332ab21e53b87c76daa "
"/detail/126fcc76fdea4edea2384dd8cf450089 "
"/detail/4a68ce6d24fc448cafbda4701ad8fada "
"/detail/710722a6ba5d4310bfcce4bc80d05dba "
"/detail/da668ce2ca4a45909f2825e3bf823199 "
"/detail/ac1162b528ea406783971511086eff2f "
"/detail/c193c5c3677240ba8498cb282694a75a "
"/detail/5f15f5ba984a41b981384fcbba23a983 "
"/detail/f03d98334ace4895bf222260ebbaa175 "
"/detail/b26609f41d7d49f29499fcdc8d10a78d "
"/detail/b47762d7a4bb4d49a1f613d96fd805ca "
"/detail/4807980acf794db0a78e5362cc7c8762 "
"/detail/53c3f88f4d3d4419999825dc4a73647e "
"/detail/caf11042ce174fa78b82ed67c48198c7 "
"/detail/2f0cf9035b3d4dd494db11f867c657a0 "
"/detail/5e04e5803889429aa262ddbf456fae80 "
"/detail/35672c2a1b5a469c8503c77d310989be "
"/detail/b70d537a7380431ebcdd5613780cbeb5 "
"/detail/f1c01478c4f643fc8294bd0b5426e2a0 "
"/detail/9d391734a6ea4ab6a160994502f6d01d "
"/detail/c3db40838216420995a0e33efbb83857 "
"/detail/e875fa8f02ea4fb2a896e60a66b34ca8 "
"/detail/ca06e673c9d0430d8b8831d91e4a53fc "
"/detail/82d8c8a7429444e787f2c7c0f940afe6 "
"/detail/d01578b37f98452bb4687463204f408c "
"/detail/48d309a1c9d946038608fdbc6932a500 "
"/detail/0a3f0a1f3ab84b1587fde2eb7e2ddb66 "
"/detail/33642c63778543a882507365a28d4e4e "
"/detail/4bb1a177c3f441df91fe4db9a39338a2 "
"/detail/59b8ce25c30c4f238976e5db00e0f2f7 "
"/detail/a15162103f2a4289b370e0eb4971f0ca "
"/detail/c624ea737dda423890c8b30499edc4ce "
"/detail/60652c2a934848eca73723ef83e6571b "
"/detail/90f8f4be76f8485792bba9435cd5aa3f "
"/detail/73698db3297243979f0e98fa109a5de9 "
"/detail/cb0369ba491b423a9ef0aeb0963f805a "
"/detail/50bd5c5d13d5461b8715fa535c5ae243 "
"/detail/88d90d9342fe4af58dcf5e3f548660f3 "
"/detail/96f6462dd5e9444baa8a6510915825d3 "
"/detail/ea72a169aa5d4806a0542a9c12611c18 "
"/detail/c786d9a630d448089425ce8ba893af38 "
"/detail/3ee47e481297487bba0e48a078b31627 "
"/detail/3af83c92e8dd40679504b3b0497bbf3e "
"/detail/7f686c413f524d07a1d5928dbb3a7ff4 "
"/detail/f419db766c1d4b1782b52dfa62d9b9df "
"/detail/0533dc2c4bf342ddbcf30366efc8cd3b "
"/detail/4301f27076d0402286600ad3f35c5001 "
"/detail/d73e16d28eff419d9649067012f694a2 "
"/detail/6086c696ed2c4ab0b2631cf6889048bd "
"/detail/c5fc373e41c54f27976784ca73203891 "
"/detail/05816584747c426f9371c7f5f52b001d "
"/detail/329849610cf643a8973ec27b03de6bea "
"/detail/c60190dc3add4b369e9b729d99c70242 "
"/detail/c4bdd66a5d044daeb2714a0f616690f0 "
"/detail/dc83a4c9ec1c4b5ba005c107821ed2f8 "
"/detail/ef67872353bf4f12b26e49337bc45368 "
"/detail/ce183819ae20437d9dee7af24900abe5 "
"/detail/2b896c005f0a4d798250107b96a4eb67 "
"/detail/8b2fe7eb1f3741cc8eb14cfcf1e0dded "
"/detail/c33eb2d9cb034c92ba5c698aedba5e35 "
"/detail/2e31e2ecfc754e819e62f460bbb97d33 "
"/detail/51c3c295ef1645c08aff090ae2f2b63c "
"/detail/7effce1498d74f498155ae6c0a2ecf36 "
"/detail/0383b02d438a4019b0f46ac4d8d1555f "
"/detail/6daf5cf930d54751aa4569e8ffeb55f2 "
"/detail/2aebc67959e949b4bcb9719c10a6fca5 "
"/detail/8bc1f9e656c2476db73c65b5b53e1c36 "
"/detail/3d621b0536104dafb046fd07c68dc2bb "
"/detail/b37d9b42af10430ea85f5cbc6f88d188 "
"/detail/76f287238c064721a559bbda1d84a454 "
"/detail/3d834912b10f40b9a8f2b3ef14f0da20 "
"/detail/585adcbf598a4f5880c0142bbf9957f9 "
"/detail/d99441374e184c50a9ccb1deb4a0a30e "
"/detail/7f48c3b337324855be2a4227d4ef5295 "
"/detail/799e29169fe34e0da8cd9d76df9a6365 "
"/detail/3c30a72624804ff68c3a7e8b59e1d9a3 "
"/detail/45f9d35a14f54849be24be2ce989bc17 "
"/detail/c71043b8ab9d4afc8d7e874d7172c8bd "
"/detail/a99693a819554966a68139497093ea27 "
"/detail/b574e4d3cd984c71a4c4b44847328506 "
"/detail/9697a64a04654bd08f8caf7278679e85 "
"/detail/cf1c068c95a64a75be0bd6a4fbba6dc8 "
"/detail/29424506f7c34f70a500c369ecdea554 "
"/detail/80dd15496b2f4690826e57f852314b65 "
"/detail/8cfed6c00ed74961888007e6baa2e64a "
"/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f "
"/detail/c9eb29e4fd2e4437a0572855daca354e "
"/detail/b0906200e0bb43649ccfa3b376f02796 "
"/detail/61263d05188c4f14995a4c68a8ebd27f "
"/detail/9803ef0a5bd64df7925d48b7e0849934 "
"/detail/f318ca8d1b384cebb849637edde5e6dc "
"/detail/78842c1f55f842a3b0fca229c9bc9ab1 "
"/detail/75c9c48fd41840fca0a70fc92efb21d3 "
"/detail/ce6cc81316da412e8fe53d8b37e43057 "
"/detail/8d9ad6c0b7b04c65bc6ff6a7fc4563da "
"/detail/28fe06a1fc734928a6e5826aebebf375 "
"/detail/83e8d52c3b33450894ff7e57e8339d15 "
"/detail/15589b7a3f434fd7a696bf0ca915c44d "
"/detail/e982d8b587d84adf9bf44a37f1ffac6b "
"/detail/2201c62bcf28490b9b9f3b79941dd830 "
"/detail/6c7d9532c9a84299b0d35b0a3685dab8 "
"/detail/f7e08dcdc51e41b4ad81103bce005171 "
"/detail/490c2f7f6652408686c46dd6d7e9ef3c "
"/detail/443d9c56549c437f880eca883331f567 "
"/detail/f0baebe81b0e4e7298e3643b0f20b69f "
"/detail/28ad40325b0149f6b52df356aa5633c4 "
"/detail/5a81bd3663ad4ba7a1a3069bab533c61 "
"/detail/0204b36778d34636b823c7fe2cd38094 "
"/detail/3ece26e8d85d49a784dcbf1eefc286fd "
"/detail/9271798d42b74c1cb2e2645ffb089cb0 "
"/detail/aa0fb918c2c048a9aab89b77a0e43a12 "
"/detail/91c047d4ae304b3ba0514155f2e018b1 "
"/detail/e99f3c4ba046461383a9bc673d0b87af "
"/detail/9d3df92747394b138a9c6a868e7a0093 "
"/detail/b73ea11e02434b318c511034ffaa3c83 "
"/detail/3b7f941bafba49f59826f94ede195101 "
"/detail/a8bd42c3592d4e5eba7e569447f5756d "
"/detail/15ebaa4427d147febcc9d38c4dd30382 "
"/detail/77094a0c1ab44716bee4d65629a982a5 "
"/detail/b5712cf9566d4342a964f2743e2b08ec "
"/detail/f377af3867af4a97a09f933b5c23ecb9 "
"/detail/c50671e6cd184fa7a1e2f0ae27783278 "
"/detail/0bf7429e66bb46709021d32b85105640 "
"/detail/8bf83d58e3524ae2bcec77168033c58f "
"/detail/231ee4372df34f9e8ea221d9ed38a4bb "
"/detail/780641110e874d3485e36c2e4b0ba140 "
"/detail/9fa95b042bfb4a31acfa685b9a3e8886 "
"/detail/d235a9a190244978a21f810799654a69 "
"/detail/ec7860469fe94246a20f782492f757d3 "
"/detail/45596cd8c2554bcaa63a15acfc3f92ac "
"/detail/41c5a2c7ad334e5292bf78075a06fa76 "
"/detail/1426e5ae677c43d18ebc777a9b6d0adf "
"/detail/a0ccbf6a0d854a45b4d93c2b1e0151b1 "
"/detail/1f9fd8dcffed4a30a5064a96cc437910 "
"/detail/367510b8fd81478a98a50403f5f12dfa "
"/detail/e694e2e2ebcb4aa9993686c7a862f0ba "
"/detail/72ba87549f8e4f19818763825b601890 "
"/detail/60f9442771c34faa8813598d6563997a "
"/detail/c5392006968144268a07483408223289 "
"/detail/2cbc8b9ffd0048539f4093b7e60afc36 "
"/detail/586d264197f649cca5a35830aeb27d8d "
"/detail/780ccb33dee942f6b36cc4150b3ecc39 "
"/detail/82d75984d1d74d17a10894166983bc9d "
"/detail/b245d293187c4bc3a71bfdbd4c7d678b "
"/detail/4545323ce87845a69df1e11cad59464c "
"/detail/80bf7eaf39184c95830a4eee0db3a8f7 "
"/detail/72f4f3b3ca0e4c37832b332a577a6474 "
"/detail/62c43b60f1f24e59be02a262c50e8af2 "
"/detail/585b24143964492d92dc75d83108e3fd "
"/detail/f3e6626d18774686819498e70a751923 "
"/detail/220e04a3d5df4727b25b4568d7b2e58c "
"/detail/da40adc772184663b035e1b3f9876a24 "
"/detail/aa900d5502784d94aaebfe91fd8a79e6 "
"/detail/374a8b121e614557bcbd11ab82f22701 "
"/detail/8cad8be992e84ffc947b271b908e1e8f "
"/detail/7bb15914ee8b4b11baed49e006b9939d "
"/detail/93ee25b24d264f78a3aa86d03094c653 "
"/detail/c7eba74b199c4559a745049d36438837 "
"/detail/4d4016666563409597871d442e890b6e "
"/detail/f05de8439643416f8b148a10194025e8 "
"/detail/808e59b0e3b6423e91e97cd793056822 "
"/detail/26f9020c39c544a997e1b11f4d4b3cf2 "
"/detail/207a65c206194726b7fce3a683538745 "
"/detail/3a35bd240262442180ce4107585dffa3 "
"/detail/2ae0c3c99e5d419b88d5471f094cd6fc "
"/detail/7b7fe560dd9c4708b8ea3402e001d6fa "
"/detail/914384bac4104f85950d06bd3f4adb6c "
"/detail/e93160f1086c4787819ccc8b9ef741f7 "
"/detail/71028e7e852b49d7b055e3ec2341ce52 "
"/detail/08582f25aef9485fb64fc558677c68bf "
"/detail/f7708c735ab548ce82164cbad217bce8 "
"/detail/7eb477713d9c4b5f9bb2d32eaebb7982 "
"/detail/efe6680569f74faf804ee1efaf19be9a "
"/detail/aa70ef7fa63a4054acdcdaf078caae2f "
"/detail/e7bd1c08ee9f420f82183e73028643f1 "
"/detail/768006580c3841e4afa89fbccd2839b3 "
"/detail/2d321ab748744bdb95e3711148088029 "
"/detail/aa7bab8916e544aa9140f76b2d16b3e7 "
"/detail/3306c5bf06bd49bf8c74e5901addd075 "
"/detail/3be5a73b3d564fb1baf9d3d45ad0936a "
"/detail/988ae395a3fc432cb0a2f00be78f5a1e "
"/detail/6ec476e79fe34019bff879294b7e5d70 "
"/detail/4fda5b96170648e19264bbd59d516cbc "
"/detail/bffb73c826b143a98399abe70acae832 "
"/detail/8053de65e90643899531d4459b209d3c "
"/detail/8f7cc5a9e91e41718da5f292f842c62e "
"/detail/47bdd0a8927f43f18c356ada1273b095 "
"/detail/5e517a09acf64a9d9ca91656a88e305e "
"/detail/bc5d2277755e4ac092e7ef42b867807d "
"/detail/a77395a6974649e6930b2ecf1ca745d4 "
"/detail/2010fd862da04c30ae3164bdeac6a049 "
"/detail/efdb8340e2e041668fdcb043002ed360 "
"/detail/95d8052e5bb84297ad3d393fe99c77ed "
"/detail/0bf055a00c2344caaa7693f157d818a0 "
"/detail/1ba38b068f0e462ab0c2d09d8ef6388d "
"/detail/f7597433e21e417595240e3de3e886c1 "
"/detail/4d3f6781185b49b7af6ebf3fecc77265 "
"/detail/059d05b8436e4c4db8b8b140d189d1de "
"/detail/940de9504e2b4067bb89e8de2687044f "
"/detail/75950f9a8a9e479799900e82895bd54d "
"/detail/b6699db344454f12b5dd1f514ca3c9ce "
"/detail/67f74d970c344bada9b434db89e1c8a8 "
"/detail/1053b5c1548e4a96b53756507b6ae9a0 "
"/detail/0fc1beaa06144c63b8bc362a83228b02 "
"/detail/c8052fe477614f18b93f9f0797ca73d0 "
"/detail/3999cad63fac4eb19dc1bf1538139751 "
"/detail/65a194ab8ea845c588cc79ccc353f529 "
"/detail/49bd26cd2d784a939e1b345b7c8a882a "
"/detail/2c56bd038b1749599bfb21b25e67d770 "
"/detail/174895f9b7074236ae653df12b621054 "
"/detail/6e731b162b3d455e9154054a99d572d1 "
"/detail/7fd9693053ce4e44a521fdd95e6456de "
"/detail/2c804cfbfd1e42ab926c6e7255df0438 "
"/detail/d64db3ff0b654086950175b0219fc79a "
"/detail/0b4240de68a5461fac990789bf37f906 "
"/detail/82a800c697ac4299b7a1331059389dcc "
"/detail/a4a8c86177954121a5c1d21756b47a2b "
"/detail/0798279001e547adba9078cefc49234e "
"/detail/62e0269e3921427f8d0a547bc4787987 "
"/detail/15ce2d9099a04403af012572f9c8a739 "
"/detail/09bc02b79ac2487d899fe2620f19ed24 "
"/detail/efa1408ccaea4dada6b66609123e0411 "
"/detail/52c3774768084b93b3b9ce3b15bc9e09 "
"/detail/48cc805e3a0c4a708a7e361ec117baaa "
"/detail/972cec88119044e7bae968a9fd63fa3b "
"/detail/25eb99374a8443aab686255510de945f "
"/detail/bf9f660f6d3a49f481f34f81d4eba490 "
"/detail/6fc39764dd484cd9ac376f6103b81632 "
"/detail/bc8e33033cd942de98d18a8c3d97a658 "
"/detail/6999dca7e62942f7a91257143b4ae5f9 "
"/detail/2134204c21b141bf8914f7ae38136e12 "
"/detail/0275e2cfd1a7440fb3d536923d9aa016 "
"/detail/bfac73b9f4c64d388d9434f6d7488bcd "
"/detail/5ded3046100944a38dfcf44849e9cfa0 "
"/detail/38c8fee1db68429e84bf2d0ff7cf28d1 "
"/detail/5ed00d0b2214467898e11032df7fd9af "
"/detail/8698af0d3f204fc8b2dd551789c653cf "
"/detail/216cfe0522bc479f9d0035444727c9bd "
"/detail/219714dab9dd4282a7ddf96bbe42970e "
"/detail/b3fe8a09a76c4ef8bd13818ae4567d60 "
"/detail/0d04ce223d134546b518b013436d176f "
"/detail/6187f3128eb4411c9630f8b88db011e6 "
"/detail/d6829f3d6b104010bcd24b5047b7547a "
"/detail/a276f2eadc434ab081123cb10365ecef "
"/detail/289e9338267a4f9f9c8acebb1c389498 "
"/detail/270d459c6f6f4c1996853dd1b6746aa8 "
"/detail/88174e13225146d6b2412283209a744a "
"/detail/d1204c8056004e1f8da6ba6da3fbfa3c "
"/detail/affe86959b3c4ca4a83bf06985082485 "
"/detail/b76a5ca67b614ab59970767d81cc5607 "
"/detail/3cfe72b298c9434cb3d31b2dff0f32f8 "
"/detail/00d3cd3d191a440682f8f8062b6ec9bb "
"/detail/7214d7ceb2cc4af7b713457ba320f8c7 "
"/detail/a784608c31f346bb9fa5e5ea84c5da89 "
"/detail/cfd78ee8ee7b460b9383203251ba8043 "
"/detail/a9bb8a13a72541d38cda4710bac9f31b "
"/detail/d1ec76daf4f045279adaa92cb3c6a4d0 "
"/detail/8314fb86cd794b85aa2b82e2653aa478 "
"/detail/f23f53bad0014ed480b199886f4398ea "
"/detail/12ae4f94052d48d2b1588cc81433ddf8 "
"/detail/bc54d495f82141698103436b43896042 "
"/detail/165be59a5a984c089ca17e368ca52dd6 "
"/detail/75b4d52761384de8bfdcad9c02b88d16 "
"/detail/a0277f0230444c42be1ba5c5be16931b "
"/detail/12c2099a8dca489ab1a584d01f3c3180 "
"/detail/0e128cfc3eca44fab089cf27507879fe "
"/detail/551c3803deb6402a9da30a29eb24cb1c "
"/detail/cfa25c3db9f74762b271ac039f4ed13b "
"/detail/e076614ef3d14134bee71f90837f1478 "
"/detail/9ac7319afecc42c9a87244ec66b5bbd9 "
"/detail/f5ae707d34074da984f2e270f9fba8f5 "
"/detail/3350967b109348f6906d150a829e7ce6 "
"/detail/35fc80689eee49f58df1196187af2470 "
"/detail/fba830bbe8c54690ac1bcec9b57fad5d "
"/detail/91e894956cdc4f67a37fda7acd04b633 "
"/detail/7e4b38931fe14571bc90196e03d5f77c "
"/detail/8754f9c0880a4971adc78f58a305a09e "
"/detail/ca7a7ea3307b4b6895e543268cf9dbf0 "
"/detail/55f53d301cd04b28b04fd783070562c8 "
"/detail/447aa8610b854e7ebf2c19b57cfd3ae1 "
"/detail/a14f6caa6d284b6cbda4bd4160e2b5c0 "
"/detail/ad300848165f496faff082123582050c "
"/detail/a9a24ff974fc44cfb65909ea1190c134 "
"/detail/a2be0f12ddb4434aa714dda3d26e4fdc "
"/detail/b146933fadd64913b51b97e02752810b "
"/detail/55598f8926234ee6b25a23cb2dcdab5f "
"/detail/247a03aa7796426081763eae8cc50a43 "
"/detail/83ab4b4c265445cdb204d27e9ccc7a1b "
"/detail/51d377f2507d4e299de17e25904f5bd7 "
"/detail/750b6c87d0da49e4a328a677e22f69a0 "
"/detail/48b93469815c49ae9600b75b882b1fad "
"/detail/04853167b4d749cd9dea9cb1cafce888 "
"/detail/9ca575bb2961434b9b671edbe50262dc "
"/detail/4e0a4dda13704af3a7e6ab01ab09e529 "
"/detail/e1aa811abb394af8a6300405a2ad8564 "
"/detail/cd3ccd244444443dbe5d24d25d29e1d6 "
"/detail/731dad0d2ffa46159d6b1dae42385a50 "
"/detail/3a9fae0e37354de2a96aff6b8105cfbb "
"/detail/4ad41f7f31064e7ba2483544068f1b61 "
"/detail/e43acdedc7c14e16b3665e3823a09bda "
"/detail/f475575c0f7e4845a3312b585af9979c "
"/detail/a98bd2924357447c910421250f5a4712 "
"/detail/81812e0ba24d423dac0838781a53ae70 "
"/detail/4153e88342ec4fb38c39ff19b0c75546 "
"/detail/3f5dfd97a55445f7b5ec641b8775bc96 "
"/detail/be58efd5547e47f996dfc50be36e2d85 "
"/detail/88eb5628daf24ecc9e57e8da3106bf04 "
"/detail/e02e60dca1d345c587639a6dc159efd9 "
"/detail/73ec49ca5684422daa3ef56ac79baa0b "
"/detail/6d09864e09fa4224a1159d777ccd2cb0 "
"/detail/fad442e1947f4b8f8cb3792e4bd8934a "
"/detail/906deef0a0ab41d18a0f06ae7915f261 "
"/detail/7403fd12394149a9a9a65a510fc951e9 "
"/detail/876b25f7fc874fe3b583369bd116e523 "
"/detail/aacc3e0be1f84b239761735f57505826 "
"/detail/657fd57d003d48b5959bd8c569bdbc67 "
"/detail/52530f084f74411b89d42f9e98e5e0ad "
"/detail/8ca550a405f345c9821deb00f020a335 "
"/detail/dd42abbe6b00450fb12e1166e3cc16dd "
"/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/40385d84e0fc4d6ea7d6e03f4cd695c8' , '/detail/a3e5d1801bcf4e73ab714e3361673727' , '/detail/d12abe34043e4c20b600ab65142e8168' , '/detail/ba77c0763dfb47158760b6ada7335c90' , '/detail/6c5cab49e3a544c88a39669baa30e5c5' , '/detail/cfc0ce5655d540068cf7df0044c98a18' , '/detail/46565770005a48aa879ae5d6bedb9289' , '/detail/e9a1731e6a6f40e2a364a623e2cb41e3' , '/detail/37c2b80596794c5cb601008c11664601' , '/detail/5f16fdc9cd044a7aa2dc8d6b63b54282' , '/detail/5426c6a5eb4246e08639ed936a4101ae' , '/detail/c5ccccc7263e414e8fedb14c411adf61' , '/detail/8972ab26458142a4916b0a896c1592fb' , '/detail/4633ec13da664845aa7e3659b8411011' , '/detail/0c2b0c28ecb641c8bea900fc6aae6774' , '/detail/751d32fb0f474628b5c20da9b160cd3f' , '/detail/902a37c13d2a4e40bcb41ea7d43b627c' , '/detail/837ebdd2a0d14ce29b1475da71930ff4' , '/detail/40f140d4b34c4cb9bb712059869ebb52' , '/detail/1019c35382624faaadb3a994c768f138' , '/detail/562927bc78874c0c82c007c7a2a591b7' , '/detail/fa9a145df22d466b96bcc1360cb87177' , '/detail/d6faac7cdc84449996627e8948b985d9' , '/detail/576f7a6625a44b40b4aa14f858d3f528' , '/detail/33997cdd7b564de09f5e8a56ddc4d911' , '/detail/4c50f7c089d04e7ab88e5ea33c5e7ff9' , '/detail/79d2f91fe3a44cb69664c720d0bcbb3c' , '/detail/0a522654f8a846b0b96b861b7dca0dbe' , '/detail/28c3f5f9818146b897c51856f442df98' , '/detail/f3d4eed7f3924e0790a077df968cfe9d' , '/detail/8f576ee93f3b41f290c1326da81ab9fd' , '/detail/e4dd7fd0989647c8992f5460984b5e7d' , '/detail/58370c4033eb46fc8f8ac14508192bcb' , '/detail/764d49f8e36c481ebf908d3a59d16427' , '/detail/f4c112a32b344491b74f59d7a1223e89' , '/detail/494ed93568fd42dc86a8e0340f0dc570' , '/detail/8ea5c319badb40bfb1e0f2abe8e1420f' , '/detail/b1392737db6e444d8cc9dcedeaf683ac' , '/detail/6eb4eb75eb0446d09d8b22cade0ababf' , '/detail/6f8394b87a1d447ca2d59221198c6689' , '/detail/d8a8542b78f6473a99f468fe2b2aec50' , '/detail/6dae503f926b45e4852b934306d8c1e7' , '/detail/30176c652f9b4833804be55d2e5c491f' , '/detail/4afedfff42ec404f942d99b202fe2570' , '/detail/076c79d527be40a9bccfef2e0f3bd78f' , '/detail/ccce86f4b9cf4642aa9bd0e679c4046a' , '/detail/0751e34c31cb441494ca9b76e9c11e4a' , '/detail/cafe3cf58d354cd2bae220e75fc4f7dc' , '/detail/d2f2e561fd094f4fbd06d5cb92984763' , '/detail/153ba4123f1d4e7ab3701c4c247e8ceb' , '/detail/7c2f6a277a824cc3af806dd8f4be69ca' , '/detail/f457c6c3adee40e1a2751a7feda982d4' , '/detail/988d2728096d477eba6f4a5aae31b2e2' , '/detail/c0dccaf2a0f440baa9b15b812f568a2a' , '/detail/1c7dcb7de7c641be858f9e0b5cddd164' , '/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/fe4bf190740042ebadd65d52d89e6fa4' , '/detail/df6258b4b02845a592c304fe986ae052' , '/detail/d274e5444bdb4b9ea640015887fe1989' , '/detail/ff8733a7bc394ae798214336083c605a' , '/detail/896a790e465344b7b27aae761dd8742e' , '/detail/0198cc7f3e447214a848528de060a0ed' , '/detail/61ec67143fe44378a347496708ace4f5' , '/detail/1b2b24b76e1e4db793d6cd9a322e8e64' , '/detail/018e3b42c7c64234bb3402ccda3a3889' , '/detail/ff0d85c583f14ce88459a0c9f3e99cb7' , '/detail/1d64bf87bc624a46945f3f43f9b20a75' , '/detail/076656b35d3a4c2fb9312639b3bded04' , '/detail/10b221877d934bea956a28cdd363ba81' , '/detail/aa84c9a090dd44de96c3ecbedaf506eb' , '/detail/81152c3787a148d4b16100936b96453d' , '/detail/3588374ddaa8427c81d359c9c2d5ce9b' , '/detail/224646719ca8445684e02ec785ff051a' , '/detail/aa3031f9fd724dbc9fed884ea62b3cdd' , '/detail/c25d7a0103174315bf9b488d8f4761e3' , '/detail/221b64458a154c2284f72316790f729e' , '/detail/882a0d90845c46c9bb019659a615f235' , '/detail/7e2010d49b9d48d18b887d3057f1f8a2' , '/detail/f7c7b9c86cf140ee8785f71c1969a227' , '/detail/49bd236298a643768538b222dd2bac8e' , '/detail/e5dc384820df42ff87409d069ff55947' , '/detail/3ca08c4bf8284a70b06ee876e5fd5c6f' , '/detail/c06d41f75e8e4881811322c4ee4ae97a' , '/detail/eeb1172beae2404db1c08d564baa658d' , '/detail/d7598d9a84cb4294b0037243826a2e44' , '/detail/211a38b709a84b198d369b82d10c19ee' , '/detail/3af696e599824a919a809c42b0b9e9f6' , '/detail/c5491401894a4d97a54b4ef547a68317' , '/detail/0247791b45054c689dc340a2c29e97c3' , '/detail/ae2f3c11b14c476b8af7c45d63869ebc' , '/detail/9b7807ea02e44cc7a361d4904be33486' , '/detail/d53def18874c4ac18b224fbc07554900' , '/detail/3ab08779c25249b9849ba26d3b7a0a2b' , '/detail/0b61c58cb8c84345a9a46041d47c05a6' , '/detail/1a8f0365c8f14ab3b32544425dbd58ba' , '/detail/2d198e78d15342088e43d3b9c54b0da8' , '/detail/eb20e7d14ccd41c698d48b96e197a8d8' , '/detail/67797097e13f42eda86257c71c427a28' , '/detail/d398c2ddebc444f6a74dc3133125987f' , '/detail/e25a3a4c0f77482e926c228894a2f1d3' , '/detail/9e43a614f83540769b8d47b80b0090e8' , '/detail/6d4e1b30c42c41329472b0592095bc1a' , '/detail/adf28c1b866641ca80805eda0f657e47' , '/detail/0b6739f3592d4d31897e73f8cac2918b' , '/detail/08fe3fb5188b4a49bb9ff8250e4c83c1' , '/detail/6b1e1d2fc9aa44778a413fbac60b4ed6' , '/detail/435d7c4b13af42c8999958951856c04c' , '/detail/fe59b7bdda6d4ccca68b442619bce23a' , '/detail/6ac99b6a187a49d0962e40890ac916f7' , '/detail/81df403f3f9540da8401c8eefaea7e43' , '/detail/84d9d963505c48db9228354ee88fb681' , '/detail/fa3391c9b81a471a94c8d41fd0219852' , '/detail/004b11b664424995968a6294d4ea4ae7' , '/detail/baaf0501442649a780e5481b2d0ca46d' , '/detail/2e7b613304dd4c96824d1be6ffd83190' , '/detail/99eb30031dc3465c8fe88a9c89476e57' , '/detail/d429eb8ffe8940e4a499e74bfddee156' , '/detail/382c2a07c8a847aea74ed5a46702c522' , '/detail/15ad00f10c3640a6a206ce1f645317e4' , '/detail/d744bf7892ae4da48aba62c8bbf2d386' , '/detail/56600e14bb724c38a3bb5b578bd210d7' , '/detail/b42e4caf74fc401bb34fa521e26d974f' , '/detail/dcbce2570bcd427e9b15d60beb70c206' , '/detail/370ffe3ba5fd4ea492d19f8bb482f6bc' , '/detail/b36e757291b94d25a344e4ff01f3445d' , '/detail/9f47a5336c254302afd595a9dd5508fd' , '/detail/6468440d7cd145cc95a59bb02d76cf85' , '/detail/6bd6cc80f77b42198bf8b82342e28b41' , '/detail/a94cfdb36a34413f8b774e70d8173a8d' , '/detail/de0a77c2701946088ff67dbfce1840a2' , '/detail/244b6030fffd4529a4d015be50ba2225' , '/detail/4a70366e3df44f5baf05f6a30e10e0e9' , '/detail/e794fca7a9f5459a9503de5a4fd3ae10' , '/detail/51070503953f46338ae553aad8369b0f' , '/detail/ea5ed02085434657b84646e25d0ea447' , '/detail/42dfa224b9bb46c2b2a0d2a5b48a3261' , '/detail/a47443a4dbec498ba70e35d4d1ce51f9' , '/detail/e33c013790c2496e826c6dbc73f88cad' , '/detail/d18207690ccf4e2eb1ea56bbd79d4416' , '/detail/1bc01634357b4710bce917fffd3acbcc' , '/detail/0c939f019d4f4457b349b4d0f13257ba' , '/detail/44e436093e7e4e7394f3c074972a5a7a' , '/detail/e85010dbf1e8482ea234ddbbeb9040cf' , '/detail/875af29f563841abb0bbdda1878f1ca1' , '/detail/672c8b56c1264262a788d74fd6199d15' , '/detail/4dc38a99e6b947e1bdfc8c6aff1ff6e0' , '/detail/4dbc4799de1a481c8612152914fa3020' , '/detail/52ee9365f9734f0aacdec2a70da7655b' , '/detail/0d9fc07201eb4254952d13d388c93e00' , '/detail/de4a3bf0c63a481aa8aebc3bc119ee12' , '/detail/1a5a03ccb8214496bf7e0da267153241' , '/detail/4b66f4b8c35e4511ac59ff47bc797207' , '/detail/51befd76b9c94c9c9b5455811d68c50c' , '/detail/f6b6ae70827e4462ab0cccda2205d0ce' , '/detail/60a565b30f3b434fbaec1e158df88c78' , '/detail/404c3c66aa574b1fbda3dd078b083aef' , '/detail/a52365b14406440485d29cac5cd70f0b' , '/detail/00dc4e11dd0042c8a0cac540c8c17c86' , '/detail/7f4f2f2203544f86bae78b43e2af671b' , '/detail/9926731f6f8e4d65b1f505aab3e402cf' , '/detail/eded8fdbbd48434d9bd89ebc04039972' , '/detail/c99b06b482664ea5b0a9a1e85c71e678' , '/detail/3a1b61c3253646c68f5344cee8004044' , '/detail/3d171ca6f9ec44d686fac164ff06399f' , '/detail/e97d6765ebc44c44a062fedfd9ff80fd' , '/detail/c9df106626844c3fac2d8d85561ee363' , '/detail/73fc59c20ef14bf991ee1c4150ad9e1b' , '/detail/d0a545a4b3564e5d8aaf40a64147e12f' , '/detail/3ceb37a732424262915d394bded5a67b' , '/detail/fe32dccd36e644e6ad9daa7a5a2d8e29' , '/detail/ec9d1beed74a4e4b8609a7964777dfc0' , '/detail/cc1790550b7b46d0bfe10b0cf8fa2dd7' , '/detail/87e8a336732741ccbb5767709f69448f' , '/detail/00f0b091171b4395b97fd73abd185cd6' , '/detail/c7aaaff3e1d24bdaad4e5aca59c2240a' , '/detail/6679a0fc857d458c854c6aa0bb9cdc34' , '/detail/b06e1b7bb9814476976c4351ce7f42b1' , '/detail/123872dbcf1345f2a1b38ff1b6e1d709' , '/detail/01db2418ea7941c5923de1dc12c39645' , '/detail/078adb73e433402cac1d0fb79e5bf8c7' , '/detail/bba2a0852978402295f1c7e10d5e4803' , '/detail/93be2db9ab73440c9f44d4dff869b6db' , '/detail/a86de63a08b04fb0ab63e1fd0055d23b' , '/detail/2e2027321b61404abeef63f27c02c8e5' , '/detail/5b097bd435e848f699e62a1f4d526c7f' , '/detail/af35a74dc8b64a1793d07fe51394f187' , '/detail/a7a2cee7686e44f8af05c8d4b6b4e41e' , '/detail/24d9120322e047eda0a14734e978e78e' , '/detail/2a087b679bf241e3aaab6c1d75de3d3c' , '/detail/e3247f80a7bf43ebac80f5d159ac0589' , '/detail/efb314ddb61f4dec851d6ff5fb59828e' , '/detail/3f73e8b6e2ba41d9ba14e21aeb1b8ffe' , '/detail/0eae7def3a744c4ebd8a896309b77c27' , '/detail/ff5f7e5baeba4fda98a4c1abd9171bce' , '/detail/053c65372b1843198294bd3272c59c18' , '/detail/81f3f318cc9f4ebabda85c3650ff1f56' , '/detail/481078a8a1154b838281d129f2c084cb' , '/detail/f5ca12f476694deea6f3896700840a10' , '/detail/1ffe9d3abba04650b28f4122649d4f76' , '/detail/4986b1c1c8084fe89cac9c944a87de19' , '/detail/1a4d42041c444323aa4f77f41576c402' , '/detail/cefb1e60d24448e881b7a8af2afc5208' , '/detail/dc2e70ea367645688c0bc5c41dd65da1' , '/detail/3c25718cad744af993b40c58fb5bcc55' , '/detail/8eeabd8e0de14592906fd3ee3ee9d094' , '/detail/0e03f0e376fd44cca645f796f86d8ee2' , '/detail/51436ced6c8949e2ad8d2aba1ec33993' , '/detail/53e4a030c1484afaaa3ad9a63e7c8d0c' , '/detail/c6ef80e989bb40d28584140a90512de1' , '/detail/7a3118d0030b47a396c48fb0cce58f93' , '/detail/b656a1f105f141499b02a6e28558332f' , '/detail/d19fa82f4929491ab5027f47c5c46cdb' , '/detail/36213280630b452898913d94d3e18f07' , '/detail/aa03f2e5bccf474f8848f6b2d57589db' , '/detail/38432f8d29ac42b0aa802ec83de4f985' , '/detail/97ce3c6b3fea47b7abdf18d508e9cd36' , '/detail/dc4bca56cd39464e9ef554ee88628a1a' , '/detail/5bd03c5e78784a24bc37512733b31b69' , '/detail/3a70c53223934738bb4432d38c9a11cd' , '/detail/99c70d0856f34c678d904b18876ca3c2' , '/detail/96b1aad594d544018cf15516af8b6d20' , '/detail/86a1eeadbc7942cd815d907d267d6433' , '/detail/a0ba480c6574462fb41de76eece5a313' , '/detail/79c1b44237dd4ae9a7c9ee13908152c8' , '/detail/1dd2d3f38acb439e93f35f65f9b7d974' , '/detail/ca1e8422f97e400abf3e2c9867dacd12' , '/detail/26f929a6ded54b8399446ba4aa2b1acf' , '/detail/475e88385d6446428c02af5eb3aad086' , '/detail/4cbf96a708084cb0830f1ead12f4ae61' , '/detail/89e5581176f5439dbde95cb2efe189fd' , '/detail/bea10aab6d9444cba1f7e0b4c0265109' , '/detail/c7841340237141fd9773b0b75d97fe5e' , '/detail/5181da93b4f94f9b81b617f08e635b5f' , '/detail/c3709f5d2dd14c66bbe914feeec20301' , '/detail/042f2621f9b04a88894236c9a1a266dc' , '/detail/f8708545fe3d43458af9cb3f377a2cc1' , '/detail/9e45d926dadc40fcbfa3d8068def99be' , '/detail/a95198c1fa3440b3a409f813a46d7a63' , '/detail/e1e5dc6ec9ea40688c2ec208d1c3c9ad' , '/detail/544a2015944b40c085239bef584aedda' , '/detail/b1ba85be51d140c3b95869fc2fe9195d' , '/detail/db5460fd7959419788ec414be3947d20' , '/detail/bcf25eff26a04f17b41f44e1c48e049a' , '/detail/28916adf88504c208540d811b87234cb' , '/detail/e7cdad3880984ae0bb9f0ba48f0d37cd' , '/detail/07da59ec089c4877bc5b0630c1aa6982' , '/detail/9f98d293700b4a10b19eac32001f4e87' , '/detail/66d65ab9ab034ac59e737c04ff6a6d36' , '/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e' , '/detail/8f1332eb43334d159175a80ed6e45057' , '/detail/bb85b730792e47d297853ae1eca5eb74' , '/detail/1f3dcb98eb984acda2ab84635864b75d' , '/detail/c492401de4124a2dacf2f49db63d31ca' , '/detail/69c03599ed454affa5bd6dde6b2d34c5' , '/detail/e555e7422a1e4d519050092e63f97c56' , '/detail/e33ffd030c1e4392b8645c4bd7596763' , '/detail/fdb18cb8005a4343a676d024c006e1b7' , '/detail/18669f63d98c4a49938345f9056fbb26' , '/detail/7c116cc02d2e412b9b908a9148eb9309' , '/detail/a41a2b49d4c44939a167da5473798789' , '/detail/fbf822c1d1084a09a3a6e500fd83c351' , '/detail/978648c238af48d3b655595f0883865a' , '/detail/d13a554d5225424c9adc855e39a1070c' , '/detail/3840af9d07234fa5b437a06eb7f7d163' , '/detail/edb5de36fe7949cd816c2f471ea8428d' , '/detail/4a3260ebd64746fba52e5c7694ea9da7' , '/detail/bb8f97f4f10e42fa8921582426d22285' , '/detail/ff99c8aff36b44eab0e1ce60a3ccd39b' , '/detail/5d97db9b33204df4b5cb13e6348076cc' , '/detail/8bb5548a73a7428d980ba256d3e41e6f' , '/detail/f82a8f4a5f6a40089a913f1f16da9fcd' , '/detail/5d77219de0154c0bac2a8837c841f841' , '/detail/58e15680a170476cba641c844883ef0b' , '/detail/2b02765382a240218b667c601097ae5a' , '/detail/96ab547947f847f7b09db8913231f48c' , '/detail/d24e8f79a93a4af7b49b709a3c48c04f' , '/detail/d77b5ee881c449e38792d993bb4d62f0' , '/detail/0353a85a67ad4eb1b230aadf911cb3fe' , '/detail/d77a75a1b1794617acd5175f6e6b8746' , '/detail/bd9b273f45ac40478a3165d9f8580223' , '/detail/98428dab5b8045bcbcbe767dd35fd311' , '/detail/5289c9ac1e1a4525b028566bcf32c7d8' , '/detail/fca1613aa50444608ef93a7ca5d619ea' , '/detail/62fd24f7d9de4e3f8ac0162af6c77547' , '/detail/3875110e9ca24145a7357bd8377aadb7' , '/detail/0cf665757b114488b50086b62e4ba9f2' , '/detail/665373766f2b4618a12287e0a3d70e26' , '/detail/f79c47b54e4647fc8cce0674a8931de8' , '/detail/61d0c4ad19ca41f8bec59bc811cf0775' , '/detail/587764b6faad46ca97ffd5c79551b2ab' , '/detail/217421fe414c45128675fb11c7fb495b' , '/detail/2df837200cf440d5b49d1d74384c0dd0' , '/detail/a34a206fc24f407e9af91e9f21b0028d' , '/detail/00b7492ae41749aa934e3b5de1ef23a9' , '/detail/ddf563281cc74ab3832a044eefac1891' , '/detail/60542cbae796468ca7f948df15869b80' , '/detail/ebd171075648451db44495796c42e299' , '/detail/f4cf3fe929374410b6a81fe80af39e84' , '/detail/06cc3c21be7f4f78a486f73054751394' , '/detail/6afb5fc5665443c4bba99d9e6bc03cbd' , '/detail/0e85898d386242a2b704575c57fee46a' , '/detail/a861fa46349d44cf9099f3c99824976a' , '/detail/091fa1baf33248af8b3570f4e2e46e2f' , '/detail/7e50b91a8cd24326bb66420181d75e08' , '/detail/d03bfb9951104167aa0e79619ddea7da' , '/detail/3267a2371ab043f49b2a943af945c588' , '/detail/85bc60971243447ebc8644104df8892c' , '/detail/bfb5d1b8c1944fdb95acc126e4662c57' , '/detail/8dcbab859a7c42ecbcaf518265726f1b' , '/detail/2c60db5258b541fa945cbc9e76f0dc49' , '/detail/87aaa1b064c648baaa49ef461697effa' , '/detail/a6a528cb7b50485b9d908c56c82fb0af' , '/detail/f4887f30e2d04b20990c67c085b878cb' , '/detail/b545e799455c4c4c81ed3decadfc2daa' , '/detail/3a606f0040f04fe88fdb1df4d774ec41' , '/detail/7629630d820f46e0a2ce0df9294a55ea' , '/detail/17e989a20ff542de84f68ae783d88dad' , '/detail/e59a638b9f214332ab21e53b87c76daa' , '/detail/126fcc76fdea4edea2384dd8cf450089' , '/detail/4a68ce6d24fc448cafbda4701ad8fada' , '/detail/710722a6ba5d4310bfcce4bc80d05dba' , '/detail/da668ce2ca4a45909f2825e3bf823199' , '/detail/ac1162b528ea406783971511086eff2f' , '/detail/c193c5c3677240ba8498cb282694a75a' , '/detail/5f15f5ba984a41b981384fcbba23a983' , '/detail/f03d98334ace4895bf222260ebbaa175' , '/detail/b26609f41d7d49f29499fcdc8d10a78d' , '/detail/b47762d7a4bb4d49a1f613d96fd805ca' , '/detail/4807980acf794db0a78e5362cc7c8762' , '/detail/53c3f88f4d3d4419999825dc4a73647e' , '/detail/caf11042ce174fa78b82ed67c48198c7' , '/detail/2f0cf9035b3d4dd494db11f867c657a0' , '/detail/5e04e5803889429aa262ddbf456fae80' , '/detail/35672c2a1b5a469c8503c77d310989be' , '/detail/b70d537a7380431ebcdd5613780cbeb5' , '/detail/f1c01478c4f643fc8294bd0b5426e2a0' , '/detail/9d391734a6ea4ab6a160994502f6d01d' , '/detail/c3db40838216420995a0e33efbb83857' , '/detail/e875fa8f02ea4fb2a896e60a66b34ca8' , '/detail/ca06e673c9d0430d8b8831d91e4a53fc' , '/detail/82d8c8a7429444e787f2c7c0f940afe6' , '/detail/d01578b37f98452bb4687463204f408c' , '/detail/48d309a1c9d946038608fdbc6932a500' , '/detail/0a3f0a1f3ab84b1587fde2eb7e2ddb66' , '/detail/33642c63778543a882507365a28d4e4e' , '/detail/4bb1a177c3f441df91fe4db9a39338a2' , '/detail/59b8ce25c30c4f238976e5db00e0f2f7' , '/detail/a15162103f2a4289b370e0eb4971f0ca' , '/detail/c624ea737dda423890c8b30499edc4ce' , '/detail/60652c2a934848eca73723ef83e6571b' , '/detail/90f8f4be76f8485792bba9435cd5aa3f' , '/detail/73698db3297243979f0e98fa109a5de9' , '/detail/cb0369ba491b423a9ef0aeb0963f805a' , '/detail/50bd5c5d13d5461b8715fa535c5ae243' , '/detail/88d90d9342fe4af58dcf5e3f548660f3' , '/detail/96f6462dd5e9444baa8a6510915825d3' , '/detail/ea72a169aa5d4806a0542a9c12611c18' , '/detail/c786d9a630d448089425ce8ba893af38' , '/detail/3ee47e481297487bba0e48a078b31627' , '/detail/3af83c92e8dd40679504b3b0497bbf3e' , '/detail/7f686c413f524d07a1d5928dbb3a7ff4' , '/detail/f419db766c1d4b1782b52dfa62d9b9df' , '/detail/0533dc2c4bf342ddbcf30366efc8cd3b' , '/detail/4301f27076d0402286600ad3f35c5001' , '/detail/d73e16d28eff419d9649067012f694a2' , '/detail/6086c696ed2c4ab0b2631cf6889048bd' , '/detail/c5fc373e41c54f27976784ca73203891' , '/detail/05816584747c426f9371c7f5f52b001d' , '/detail/329849610cf643a8973ec27b03de6bea' , '/detail/c60190dc3add4b369e9b729d99c70242' , '/detail/c4bdd66a5d044daeb2714a0f616690f0' , '/detail/dc83a4c9ec1c4b5ba005c107821ed2f8' , '/detail/ef67872353bf4f12b26e49337bc45368' , '/detail/ce183819ae20437d9dee7af24900abe5' , '/detail/2b896c005f0a4d798250107b96a4eb67' , '/detail/8b2fe7eb1f3741cc8eb14cfcf1e0dded' , '/detail/c33eb2d9cb034c92ba5c698aedba5e35' , '/detail/2e31e2ecfc754e819e62f460bbb97d33' , '/detail/51c3c295ef1645c08aff090ae2f2b63c' , '/detail/7effce1498d74f498155ae6c0a2ecf36' , '/detail/0383b02d438a4019b0f46ac4d8d1555f' , '/detail/6daf5cf930d54751aa4569e8ffeb55f2' , '/detail/2aebc67959e949b4bcb9719c10a6fca5' , '/detail/8bc1f9e656c2476db73c65b5b53e1c36' , '/detail/3d621b0536104dafb046fd07c68dc2bb' , '/detail/b37d9b42af10430ea85f5cbc6f88d188' , '/detail/76f287238c064721a559bbda1d84a454' , '/detail/3d834912b10f40b9a8f2b3ef14f0da20' , '/detail/585adcbf598a4f5880c0142bbf9957f9' , '/detail/d99441374e184c50a9ccb1deb4a0a30e' , '/detail/7f48c3b337324855be2a4227d4ef5295' , '/detail/799e29169fe34e0da8cd9d76df9a6365' , '/detail/3c30a72624804ff68c3a7e8b59e1d9a3' , '/detail/45f9d35a14f54849be24be2ce989bc17' , '/detail/c71043b8ab9d4afc8d7e874d7172c8bd' , '/detail/a99693a819554966a68139497093ea27' , '/detail/b574e4d3cd984c71a4c4b44847328506' , '/detail/9697a64a04654bd08f8caf7278679e85' , '/detail/cf1c068c95a64a75be0bd6a4fbba6dc8' , '/detail/29424506f7c34f70a500c369ecdea554' , '/detail/80dd15496b2f4690826e57f852314b65' , '/detail/8cfed6c00ed74961888007e6baa2e64a' , '/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f' , '/detail/c9eb29e4fd2e4437a0572855daca354e' , '/detail/b0906200e0bb43649ccfa3b376f02796' , '/detail/61263d05188c4f14995a4c68a8ebd27f' , '/detail/9803ef0a5bd64df7925d48b7e0849934' , '/detail/f318ca8d1b384cebb849637edde5e6dc' , '/detail/78842c1f55f842a3b0fca229c9bc9ab1' , '/detail/75c9c48fd41840fca0a70fc92efb21d3' , '/detail/ce6cc81316da412e8fe53d8b37e43057' , '/detail/8d9ad6c0b7b04c65bc6ff6a7fc4563da' , '/detail/28fe06a1fc734928a6e5826aebebf375' , '/detail/83e8d52c3b33450894ff7e57e8339d15' , '/detail/15589b7a3f434fd7a696bf0ca915c44d' , '/detail/e982d8b587d84adf9bf44a37f1ffac6b' , '/detail/2201c62bcf28490b9b9f3b79941dd830' , '/detail/6c7d9532c9a84299b0d35b0a3685dab8' , '/detail/f7e08dcdc51e41b4ad81103bce005171' , '/detail/490c2f7f6652408686c46dd6d7e9ef3c' , '/detail/443d9c56549c437f880eca883331f567' , '/detail/f0baebe81b0e4e7298e3643b0f20b69f' , '/detail/28ad40325b0149f6b52df356aa5633c4' , '/detail/5a81bd3663ad4ba7a1a3069bab533c61' , '/detail/0204b36778d34636b823c7fe2cd38094' , '/detail/3ece26e8d85d49a784dcbf1eefc286fd' , '/detail/9271798d42b74c1cb2e2645ffb089cb0' , '/detail/aa0fb918c2c048a9aab89b77a0e43a12' , '/detail/91c047d4ae304b3ba0514155f2e018b1' , '/detail/e99f3c4ba046461383a9bc673d0b87af' , '/detail/9d3df92747394b138a9c6a868e7a0093' , '/detail/b73ea11e02434b318c511034ffaa3c83' , '/detail/3b7f941bafba49f59826f94ede195101' , '/detail/a8bd42c3592d4e5eba7e569447f5756d' , '/detail/15ebaa4427d147febcc9d38c4dd30382' , '/detail/77094a0c1ab44716bee4d65629a982a5' , '/detail/b5712cf9566d4342a964f2743e2b08ec' , '/detail/f377af3867af4a97a09f933b5c23ecb9' , '/detail/c50671e6cd184fa7a1e2f0ae27783278' , '/detail/0bf7429e66bb46709021d32b85105640' , '/detail/8bf83d58e3524ae2bcec77168033c58f' , '/detail/231ee4372df34f9e8ea221d9ed38a4bb' , '/detail/780641110e874d3485e36c2e4b0ba140' , '/detail/9fa95b042bfb4a31acfa685b9a3e8886' , '/detail/d235a9a190244978a21f810799654a69' , '/detail/ec7860469fe94246a20f782492f757d3' , '/detail/45596cd8c2554bcaa63a15acfc3f92ac' , '/detail/41c5a2c7ad334e5292bf78075a06fa76' , '/detail/1426e5ae677c43d18ebc777a9b6d0adf' , '/detail/a0ccbf6a0d854a45b4d93c2b1e0151b1' , '/detail/1f9fd8dcffed4a30a5064a96cc437910' , '/detail/367510b8fd81478a98a50403f5f12dfa' , '/detail/e694e2e2ebcb4aa9993686c7a862f0ba' , '/detail/72ba87549f8e4f19818763825b601890' , '/detail/60f9442771c34faa8813598d6563997a' , '/detail/c5392006968144268a07483408223289' , '/detail/2cbc8b9ffd0048539f4093b7e60afc36' , '/detail/586d264197f649cca5a35830aeb27d8d' , '/detail/780ccb33dee942f6b36cc4150b3ecc39' , '/detail/82d75984d1d74d17a10894166983bc9d' , '/detail/b245d293187c4bc3a71bfdbd4c7d678b' , '/detail/4545323ce87845a69df1e11cad59464c' , '/detail/80bf7eaf39184c95830a4eee0db3a8f7' , '/detail/72f4f3b3ca0e4c37832b332a577a6474' , '/detail/62c43b60f1f24e59be02a262c50e8af2' , '/detail/585b24143964492d92dc75d83108e3fd' , '/detail/f3e6626d18774686819498e70a751923' , '/detail/220e04a3d5df4727b25b4568d7b2e58c' , '/detail/da40adc772184663b035e1b3f9876a24' , '/detail/aa900d5502784d94aaebfe91fd8a79e6' , '/detail/374a8b121e614557bcbd11ab82f22701' , '/detail/8cad8be992e84ffc947b271b908e1e8f' , '/detail/7bb15914ee8b4b11baed49e006b9939d' , '/detail/93ee25b24d264f78a3aa86d03094c653' , '/detail/c7eba74b199c4559a745049d36438837' , '/detail/4d4016666563409597871d442e890b6e' , '/detail/f05de8439643416f8b148a10194025e8' , '/detail/808e59b0e3b6423e91e97cd793056822' , '/detail/26f9020c39c544a997e1b11f4d4b3cf2' , '/detail/207a65c206194726b7fce3a683538745' , '/detail/3a35bd240262442180ce4107585dffa3' , '/detail/2ae0c3c99e5d419b88d5471f094cd6fc' , '/detail/7b7fe560dd9c4708b8ea3402e001d6fa' , '/detail/914384bac4104f85950d06bd3f4adb6c' , '/detail/e93160f1086c4787819ccc8b9ef741f7' , '/detail/71028e7e852b49d7b055e3ec2341ce52' , '/detail/08582f25aef9485fb64fc558677c68bf' , '/detail/f7708c735ab548ce82164cbad217bce8' , '/detail/7eb477713d9c4b5f9bb2d32eaebb7982' , '/detail/efe6680569f74faf804ee1efaf19be9a' , '/detail/aa70ef7fa63a4054acdcdaf078caae2f' , '/detail/e7bd1c08ee9f420f82183e73028643f1' , '/detail/768006580c3841e4afa89fbccd2839b3' , '/detail/2d321ab748744bdb95e3711148088029' , '/detail/aa7bab8916e544aa9140f76b2d16b3e7' , '/detail/3306c5bf06bd49bf8c74e5901addd075' , '/detail/3be5a73b3d564fb1baf9d3d45ad0936a' , '/detail/988ae395a3fc432cb0a2f00be78f5a1e' , '/detail/6ec476e79fe34019bff879294b7e5d70' , '/detail/4fda5b96170648e19264bbd59d516cbc' , '/detail/bffb73c826b143a98399abe70acae832' , '/detail/8053de65e90643899531d4459b209d3c' , '/detail/8f7cc5a9e91e41718da5f292f842c62e' , '/detail/47bdd0a8927f43f18c356ada1273b095' , '/detail/5e517a09acf64a9d9ca91656a88e305e' , '/detail/bc5d2277755e4ac092e7ef42b867807d' , '/detail/a77395a6974649e6930b2ecf1ca745d4' , '/detail/2010fd862da04c30ae3164bdeac6a049' , '/detail/efdb8340e2e041668fdcb043002ed360' , '/detail/95d8052e5bb84297ad3d393fe99c77ed' , '/detail/0bf055a00c2344caaa7693f157d818a0' , '/detail/1ba38b068f0e462ab0c2d09d8ef6388d' , '/detail/f7597433e21e417595240e3de3e886c1' , '/detail/4d3f6781185b49b7af6ebf3fecc77265' , '/detail/059d05b8436e4c4db8b8b140d189d1de' , '/detail/940de9504e2b4067bb89e8de2687044f' , '/detail/75950f9a8a9e479799900e82895bd54d' , '/detail/b6699db344454f12b5dd1f514ca3c9ce' , '/detail/67f74d970c344bada9b434db89e1c8a8' , '/detail/1053b5c1548e4a96b53756507b6ae9a0' , '/detail/0fc1beaa06144c63b8bc362a83228b02' , '/detail/c8052fe477614f18b93f9f0797ca73d0' , '/detail/3999cad63fac4eb19dc1bf1538139751' , '/detail/65a194ab8ea845c588cc79ccc353f529' , '/detail/49bd26cd2d784a939e1b345b7c8a882a' , '/detail/2c56bd038b1749599bfb21b25e67d770' , '/detail/174895f9b7074236ae653df12b621054' , '/detail/6e731b162b3d455e9154054a99d572d1' , '/detail/7fd9693053ce4e44a521fdd95e6456de' , '/detail/2c804cfbfd1e42ab926c6e7255df0438' , '/detail/d64db3ff0b654086950175b0219fc79a' , '/detail/0b4240de68a5461fac990789bf37f906' , '/detail/82a800c697ac4299b7a1331059389dcc' , '/detail/a4a8c86177954121a5c1d21756b47a2b' , '/detail/0798279001e547adba9078cefc49234e' , '/detail/62e0269e3921427f8d0a547bc4787987' , '/detail/15ce2d9099a04403af012572f9c8a739' , '/detail/09bc02b79ac2487d899fe2620f19ed24' , '/detail/efa1408ccaea4dada6b66609123e0411' , '/detail/52c3774768084b93b3b9ce3b15bc9e09' , '/detail/48cc805e3a0c4a708a7e361ec117baaa' , '/detail/972cec88119044e7bae968a9fd63fa3b' , '/detail/25eb99374a8443aab686255510de945f' , '/detail/bf9f660f6d3a49f481f34f81d4eba490' , '/detail/6fc39764dd484cd9ac376f6103b81632' , '/detail/bc8e33033cd942de98d18a8c3d97a658' , '/detail/6999dca7e62942f7a91257143b4ae5f9' , '/detail/2134204c21b141bf8914f7ae38136e12' , '/detail/0275e2cfd1a7440fb3d536923d9aa016' , '/detail/bfac73b9f4c64d388d9434f6d7488bcd' , '/detail/5ded3046100944a38dfcf44849e9cfa0' , '/detail/38c8fee1db68429e84bf2d0ff7cf28d1' , '/detail/5ed00d0b2214467898e11032df7fd9af' , '/detail/8698af0d3f204fc8b2dd551789c653cf' , '/detail/216cfe0522bc479f9d0035444727c9bd' , '/detail/219714dab9dd4282a7ddf96bbe42970e' , '/detail/b3fe8a09a76c4ef8bd13818ae4567d60' , '/detail/0d04ce223d134546b518b013436d176f' , '/detail/6187f3128eb4411c9630f8b88db011e6' , '/detail/d6829f3d6b104010bcd24b5047b7547a' , '/detail/a276f2eadc434ab081123cb10365ecef' , '/detail/289e9338267a4f9f9c8acebb1c389498' , '/detail/270d459c6f6f4c1996853dd1b6746aa8' , '/detail/88174e13225146d6b2412283209a744a' , '/detail/d1204c8056004e1f8da6ba6da3fbfa3c' , '/detail/affe86959b3c4ca4a83bf06985082485' , '/detail/b76a5ca67b614ab59970767d81cc5607' , '/detail/3cfe72b298c9434cb3d31b2dff0f32f8' , '/detail/00d3cd3d191a440682f8f8062b6ec9bb' , '/detail/7214d7ceb2cc4af7b713457ba320f8c7' , '/detail/a784608c31f346bb9fa5e5ea84c5da89' , '/detail/cfd78ee8ee7b460b9383203251ba8043' , '/detail/a9bb8a13a72541d38cda4710bac9f31b' , '/detail/d1ec76daf4f045279adaa92cb3c6a4d0' , '/detail/8314fb86cd794b85aa2b82e2653aa478' , '/detail/f23f53bad0014ed480b199886f4398ea' , '/detail/12ae4f94052d48d2b1588cc81433ddf8' , '/detail/bc54d495f82141698103436b43896042' , '/detail/165be59a5a984c089ca17e368ca52dd6' , '/detail/75b4d52761384de8bfdcad9c02b88d16' , '/detail/a0277f0230444c42be1ba5c5be16931b' , '/detail/12c2099a8dca489ab1a584d01f3c3180' , '/detail/0e128cfc3eca44fab089cf27507879fe' , '/detail/551c3803deb6402a9da30a29eb24cb1c' , '/detail/cfa25c3db9f74762b271ac039f4ed13b' , '/detail/e076614ef3d14134bee71f90837f1478' , '/detail/9ac7319afecc42c9a87244ec66b5bbd9' , '/detail/f5ae707d34074da984f2e270f9fba8f5' , '/detail/3350967b109348f6906d150a829e7ce6' , '/detail/35fc80689eee49f58df1196187af2470' , '/detail/fba830bbe8c54690ac1bcec9b57fad5d' , '/detail/91e894956cdc4f67a37fda7acd04b633' , '/detail/7e4b38931fe14571bc90196e03d5f77c' , '/detail/8754f9c0880a4971adc78f58a305a09e' , '/detail/ca7a7ea3307b4b6895e543268cf9dbf0' , '/detail/55f53d301cd04b28b04fd783070562c8' , '/detail/447aa8610b854e7ebf2c19b57cfd3ae1' , '/detail/a14f6caa6d284b6cbda4bd4160e2b5c0' , '/detail/ad300848165f496faff082123582050c' , '/detail/a9a24ff974fc44cfb65909ea1190c134' , '/detail/a2be0f12ddb4434aa714dda3d26e4fdc' , '/detail/b146933fadd64913b51b97e02752810b' , '/detail/55598f8926234ee6b25a23cb2dcdab5f' , '/detail/247a03aa7796426081763eae8cc50a43' , '/detail/83ab4b4c265445cdb204d27e9ccc7a1b' , '/detail/51d377f2507d4e299de17e25904f5bd7' , '/detail/750b6c87d0da49e4a328a677e22f69a0' , '/detail/48b93469815c49ae9600b75b882b1fad' , '/detail/04853167b4d749cd9dea9cb1cafce888' , '/detail/9ca575bb2961434b9b671edbe50262dc' , '/detail/4e0a4dda13704af3a7e6ab01ab09e529' , '/detail/e1aa811abb394af8a6300405a2ad8564' , '/detail/cd3ccd244444443dbe5d24d25d29e1d6' , '/detail/731dad0d2ffa46159d6b1dae42385a50' , '/detail/3a9fae0e37354de2a96aff6b8105cfbb' , '/detail/4ad41f7f31064e7ba2483544068f1b61' , '/detail/e43acdedc7c14e16b3665e3823a09bda' , '/detail/f475575c0f7e4845a3312b585af9979c' , '/detail/a98bd2924357447c910421250f5a4712' , '/detail/81812e0ba24d423dac0838781a53ae70' , '/detail/4153e88342ec4fb38c39ff19b0c75546' , '/detail/3f5dfd97a55445f7b5ec641b8775bc96' , '/detail/be58efd5547e47f996dfc50be36e2d85' , '/detail/88eb5628daf24ecc9e57e8da3106bf04' , '/detail/e02e60dca1d345c587639a6dc159efd9' , '/detail/73ec49ca5684422daa3ef56ac79baa0b' , '/detail/6d09864e09fa4224a1159d777ccd2cb0' , '/detail/fad442e1947f4b8f8cb3792e4bd8934a' , '/detail/906deef0a0ab41d18a0f06ae7915f261' , '/detail/7403fd12394149a9a9a65a510fc951e9' , '/detail/876b25f7fc874fe3b583369bd116e523' , '/detail/aacc3e0be1f84b239761735f57505826' , '/detail/657fd57d003d48b5959bd8c569bdbc67' , '/detail/52530f084f74411b89d42f9e98e5e0ad' , '/detail/8ca550a405f345c9821deb00f020a335' , '/detail/dd42abbe6b00450fb12e1166e3cc16dd' , '/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.54 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