1
0.79 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.13 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.65 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.40 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.63 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
0.42 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"ersatzteilfinder/390-duke-2014-modelcode-F4303N5 "
"ersatzteilfinder/390-duke-2014-modelcode-F4303N5/ "
]
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/390-duke-2014-modelcode-F4303N5' OR seo_path_info = 'ersatzteilfinder/390-duke-2014-modelcode-F4303N5/' ));
Copy
7
0.27 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/390-duke-2014-modelcode-F4303N5 "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (path_info = '/ersatzteilfinder/390-duke-2014-modelcode-F4303N5' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.72 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.24 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.27 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"fPG2xWXEONl6n9YQB5qzRywfpjZrZSnG "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = 'fPG2xWXEONl6n9YQB5qzRywfpjZrZSnG' ) LIMIT 1 ;
Copy
11
0.36 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.47 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name` as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . `language_id` = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x274605D71D2B4479A3882D8FD62BFF5C );
Copy
13
0.21 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0x274605D71D2B4479A3882D8FD62BFF5C ));
Copy
14
0.21 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.39 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.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.26 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.30 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.29 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.17 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.45 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"W(\x19 ¥ÅRNì§ù\x7F 5†´*@ "
b"×ã`4ÛåIð‘7âù_\x1C\x01 "
b"÷ìlÙÏÄBgü─▀ÆÄg╚ï "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x572819A5C5524EECA7F97F3586B42A40 , 0xD7E36034DBE549F09137C3A2F95F1C01 , 0xF68D6CEBD88E426781C4DF928E67C88B ));
Copy
21
0.46 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x707FEF2F724A4547A0249D181B4679DF );
Copy
22
0.54 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.38 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.22 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"fPG2xWXEONl6n9YQB5qzRywfpjZrZSnG "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'fPG2xWXEONl6n9YQB5qzRywfpjZrZSnG' ;
Copy
25
0.28 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
26
0.44 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.36 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.47 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 );
Copy
29
0.24 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 ));
Copy
30
0.45 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜Ð %Ærº¢¼DWR«3~ "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0198D0A025C672BAA2BC445752AB337E );
Copy
31
0.22 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð %Ærº¢¼DWR«3~ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A025C672BAA2BC445752AB337E ));
Copy
32
0.41 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.24 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.39 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.77 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.32 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `parent_id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `id` = 0x79A36140A28A4CE6AC6D0E2CED062741
;
Copy
37
3.59 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.39 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.78 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.47 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.29 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.22 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.35 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.34 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `parent_id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B
;
Copy
45
2.60 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
46
0.68 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.37 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `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.49 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.90 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.55 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.88 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.31 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.26 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
54
0.27 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.56 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.37 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.74 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.42 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.68 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.73 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.91 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.31 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.29 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.88 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.19 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
66
678.64 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((((IFNULL (`product` . `active` , `product.parent` . `active` ) = ? AND NOT (COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) < = > ? ))) AND NOT (`product` . `display_group` < = > ? ) AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 10
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"1 "
"null "
null
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((IFNULL (`product` . `active` , `product.parent` . `active` ) = '1' AND NOT (COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) < = > 'null' ))) AND NOT (`product` . `display_group` < = > NULL ) AND ((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 10 ;
Copy
67
2.87 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.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.43 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
69
0.58 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
70
0.32 ms
SELECT `product_manufacturer` . `id` FROM `product_manufacturer` WHERE (`product_manufacturer` . `version_id` = ? ) AND ((NOT (`product_manufacturer` . `id` < = > ? ))) ORDER BY `product_manufacturer` . `media_id` DESC , `product_manufacturer` . `id` ASC LIMIT 12
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT `product_manufacturer` . `id` FROM `product_manufacturer` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((NOT (`product_manufacturer` . `id` < = > 0x79A36140A28A4CE6AC6D0E2CED062741 ))) ORDER BY `product_manufacturer` . `media_id` DESC , `product_manufacturer` . `id` ASC LIMIT 12 ;
Copy
71
0.64 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.63 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
1.65 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.27 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.42 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
76
2.82 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters :
[
"%F4303N5% "
]
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE '%F4303N5%' ;
Copy
77
36.06 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 :
[
1000091703
]
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 = 1000091703 ORDER BY `group` , sequence_number ASC ;
Copy
78
27.70 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (11060 , 13999 , 14006 , 14012 , 14019 , 14021 , 14023 , 14025 , 14029 , 14031 , 14039 , 14041 , 14044 , 14046 , 14049 , 14055 , 14058 , 14060 , 14061 , 14064 , 14066 , 14067 , 14070 , 14073 , 14076 , 14077 , 14079 , 14082 , 14086 , 14088 , 15532 , 15536 , 15538 , 15556 , 15562 , 15565 , 15568 , 15574 , 15576 ) ORDER BY number , part_type ASC
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (11060 , 13999 , 14006 , 14012 , 14019 , 14021 , 14023 , 14025 , 14029 , 14031 , 14039 , 14041 , 14044 , 14046 , 14049 , 14055 , 14058 , 14060 , 14061 , 14064 , 14066 , 14067 , 14070 , 14073 , 14076 , 14077 , 14079 , 14082 , 14086 , 14088 , 15532 , 15536 , 15538 , 15556 , 15562 , 15565 , 15568 , 15574 , 15576 ) ORDER BY number , part_type ASC ;
Copy
79
56.09 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (11060 , 13999 , 14006 , 14012 , 14019 , 14021 , 14023 , 14025 , 14029 , 14031 , 14039 , 14041 , 14044 , 14046 , 14049 , 14055 , 14058 , 14060 , 14061 , 14064 , 14066 , 14067 , 14070 , 14073 , 14076 , 14077 , 14079 , 14082 , 14086 , 14088 , 15532 , 15536 , 15538 , 15556 , 15562 , 15565 , 15568 , 15574 , 15576 ) AND article_number IN ("90135052000" , "90135053000" , "90135055000" , "J025060206" , "90134013000" , "J603061001" , "J025060066" , "90130055006" , "J472025120" , "J760122455" , "90135058000" , "90135055110" , "9020900104404" , "90109060100" , "J760223508" , "J625062021" , "90109011000" , "90109081000" , "90209083000" , "90109082000" , "90109062000" , "90109076000" , "90109011001" , "90142020000" , "90109015100" , "90113001144" , "90113002100" , "90113015000" , "90113030000" , "90113021000" , "90113017000" , "90113018000" , "90113026000" , "90113013000" , "J01008060S" , "90111050000" , "90111050050" , "90642002000" , "90642004000" , "90613098150" , "90113001007" , "00063099111" , "0021060003" , "0024060156" , "0125050003" , "0966050163" , "0985050003" , "0985060003" , "312305" , "312313" , "3210040" , "3212455GB" , "40006006000" , "58412080000" , "58412080050" , "60012081200" , "90129099000" , "3211964EN" , "90642031000" , "90642040000" , "J026060083" , "90135001001" , "J926060000" , "90142025000" , "J028060166" , "90642003000" , "90642001000" , "90111051000" , "90142021000" , "90142021001" , "90113024000" , "J025050183" , "90113035000" , "90113055100" , "J125060003" , "90201001000" , "90201002000" , "90101031007" , "90101034035" , "90101032100" , "90101080044" , "90101086000" , "90101036000" , "90101136000" , "90101044000" , "90101038000" , "90101039000" , "J022100643" , "90101042000" , "90101040000" , "90101041000" , "J982101253" , "43570624" , "43570623" , "43570618" , "48601166S1" , "40140024" , "90113055000" , "90113055010" , "J021060156" , "90101007044" , "90101006144" , "90101000010" , "90101039010" , "90202001000" , "90202010000" , "90202039000" , "90111074000" , "90111070000" , "90112041000" , "90112040000" , "90102091000" , "90202090000" , "90102016000" , "90102031200" , "90111049100" , "90502042000" , "90202004001" , "J912060503" , "90202021044" , "90103023000" , "90103026000" , "90103027000" , "90103029000" , "90603024000" , "J011050133" , "J012100253S" , "90111045000" , "90111045010" , "90111045050" , "90103032000" , "90104010003" , "90111040100" , "90104010100" , "J020100806" , "90104010002" , "90205083000" , "90205007000" , "90105090033" , "90105004000" , "90141090000" , "90205050000" , "90205005005" , "90105084000" , "90105068100" , "90103038002" , "J027081053" , "90205085000" , "90105085000" , "J025060146" , "J025060306" , "90105069100" , "90105068200" , "90105017000" , "90206001044" , "90106002100" , "90106040000" , "90106015000" , "90230187000" , "90106000103" , "90106000001" , "90130087001" , "90106000004" , "90241002010" , "90106001007" , "J025060086" , "J025060123" , "90230087000" , "90206027000" , "93030089000" , "90607017000" , "90207088000" , "90107018000" , "90107018010" , "90107018020" , "90107018011" , "90107088050" , "J025050123" , "90107088002" , "9010801000033" , "90108008000" , "9010800200020" , "9010800300020" , "90208020000" , "9010804100047" , "9010804200047" , "90108043000" , "90108044000" , "90608019000" , "90112008033" , "90112009033" , "90108015000" , "90108010050" , "J912060163" , "J019050201" , "90108008050" , "90108008060" , "0081050121" , "90108076000" , "J025060203" , "90208020001" , "90208020003" , "90208020002" , "J025060143" , "J081040121" , "J021040003" , "90108050001" , "J031050163" , "90108015050" , "J020080274" , "J025060149" , "90208099000" , "9021000104404" , "90210086000" , "90610087000" , "90110084000" , "90110013000" , "90110060000" , "90110062000" , "J760264208" , "J625063020" , "90110011000" , "90610054000" , "90210059100" , "90210050000" , "90810052000" , "90210051045" , "J625062050" , "J760295207" , "90610053000" , "J934080003" , "90210085000" , "76910065118" , "90110053000" , "76910066000" , "00050002027" , "90110015100" , "90114001100" , "90114040000" , "90114047000" , "90114062000" , "90114025000" , "90114126000" , "90114026000" , "90114125000" , "90114064044" , "90114030000" , "76503075100" , "J031050153" , "J025060163" , "90114064010" , "90114064011" , "J070080150" , "90114064012" , "49011435100" , "57111038000" , "J797100003" , "J125100003" , "J126061252" , "90111079000" , "90103001036" , "90230000044" , "90130022000" , "90238029005" , "J011080203S" , "90233010001" , "90234030000" , "J618131912" , "J625063040" , "90230079000" , "90130078001" , "90130004004" , "J625063220" , "J625062022" , "90238014000" , "90230066100" , "90230077000" , "J472037150" , "90130003004" , "90130003007" , "90211023000" , "J025050163S" , "90230060000" , "90230042000" , "90230047000" , "J005060123" , "J025060350" , "J028060753S" , "90230066000" , "90238029002" , "90230142000" , "90230057001" , "J625063041" , "90130055000" , "90130055001" , "90130057050" , "J770875008" , "90130055204" , "90130055003" , "90230038000" , "90230035000" , "90230018100" , "90230055000" , "90230069000" , "90130018008" , "90239005050" , "90232023030" , "90236014000" , "90236015000" , "90236015001" , "90230029000" , "J888040050" , "90230015000" , "90630015002" , "90230015013" , "90230015010" , "90230015011" , "90230015012" , "90230007000" , "90230030010" , "90230074000" , "90230033000" , "90230068000" , "90230007010" , "90232001044" , "90232002000" , "90232034000" , "90232035000" , "90232010000" , "90232011000" , "90232111000" , "90232211000" , "90232003000" , "90232005000" , "90232001001" , "90232095000" , "90232017000" , "90232019000" , "90232048004" , "90232011010" , "90233001000" , "90232020000" , "90232016000" , "90233005000" , "90233005001" , "J471020123" , "90233003000" , "90233006001" , "90233006000" , "90233002000" , "90233036000" , "90233001001" , "90234005033" , "90234039000" , "90134022000" , "90134014000" , "90134050000" , "90134016000" , "90634031010" , "J025060223" , "90634040033" , "90134031133" , "J625060800" , "90134035000" , "90134034300" , "90234002000" , "90234019000" , "90234001000" , "90134015003" , "90134015000" , "90134012002" , "90234012000" , "90134012003" , "90134012001" , "90134025000" , "90134030000" , "90134024033" , "90134039000" , "90134023000" , "90234020000" , "90134031020" , "90236031000" , "90236030000" , "90236036000" , "90236027000" , "90236028010" , "90236032000" , "90236033000" , "60036035185" , "60036035190" , "60036035195" , "60036035200" , "60036035205" , "60036035210" , "60036035215" , "60036035220" , "60036035225" , "60036035230" , "60036035235" , "60036035240" , "60036035245" , "60036035250" , "60036035255" , "60036035260" , "60036035265" , "60036035270" , "60036035275" , "60036035280" , "60036035285" , "60036035290" , "60036035295" , "60036035300" , "60036035305" , "60036035310" , "60036035315" , "60036035320" , "60036035330" , "90136060000" , "90236056000" , "J770010312" , "90136056001" , "90236060000" , "90236030010" , "90236009033" , "90236010133" , "90236037000" , "90236009003" , "90236018000" , "J025060401" , "90236001000" , "90236013000" , "90236002000" , "90236002004" , "90136003003" , "J770010015" , "90236003044" , "90136003002" , "90236020033" , "90236052000" , "90236053000" , "90236054000" , "90236074000" , "90230036000" , "J025060356" , "90130064000" , "90236025000" , "90130024000" , "J912061023" , "J125070003" , "J912101449" , "J125110003" , "90136020001" , "90136038000" , "90138091001" , "90138091000" , "90235019000" , "90135047000" , "90135047001" , "90136052020" , "90136052010" , "90236024000" , "J025060453" , "J770029819" , "90238010044" , "J471010100" , "J125100006" , "90238001000" , "J028060303S" , "90238015033" , "J770017721" , "90138015050" , "90138015052" , "J025050166" , "90138015060" , "J770039326" , "90138015000" , "90238003000" , "90238002000" , "90238008044" , "J7700090151" , "90238013000" , "90238016044" , "90238017000" , "J770012520" , "90238015010" , "90230002133" , "90230040000" , "90239004100" , "90239005000" , "90139010000" , "J770015824" , "J025060083S" , "90230062000" , "90239006044" , "90239090001" , "90139093001" , "90139093100" , "90230060002" , "J025060500" , "J770024015" , "90230094000" , "90240018000" , "90230066200" , "90104060010" , "90530002010" , "90230058000" , "90130001001" , "90130001002" , "90130059000" , "90240020002" , "J025060209" , "90130001000" , "90140026000" , "90240001044" , "J025060256" , "90240020000" , "J618253216" , "90240022000" , "90240023033" , "90240023006" , "90240023005" , "90240023004" , "90240023007" , "90240023008" , "90240023009" , "90240023010" , "90240023003" , "90240023002" , "90241001000" , "90241023000" , "90141001001" , "90141023004" , "90141023005" , "90141023002" , "90141023003" , "90241001005" , "90241001006" , "90141029000" , "J005040081" , "J025050083" , "J991060203S" , "J770053024" , "90241002000" , "90641072000" , "90141070000" , "90141070001" , "90141071000" , "90141071001" , "55641023020" , "55641023010" , "90141031100" , "90203001100" , "90103039000" , "90103038000" , "90103041033" , "90103040033" , "90103049000" , "90103048000" , "90103051033" , "90103050033" , "90203006000" , "90203005000" , "90103038001" , "90104070000" , "90104066010" , "J025100926" , "J025102656" , "90103013000" , "J912080253" , "90103098000" , "J125080003" , "90103044000" , "90103042000" , "J770009015" , "J125080004" , "J094018250" , "90103052000" , "90103053000" , "90103040001" , "J029060103S" , "90103000001" , "90103000002" , "90103000003" , "J125080005" , "J125100005" , "J025101103" , "90104070010" , "90504030044" , "90104050000" , "90104060000" , "90104037000" , "90104038000" , "J025060083" , "90104067000" , "90104040000" , "90104042000" , "90104046000" , "90104034001" , "90104036000" , "90104034000" , "90104031000" , "90104032000" , "90113047000" , "0017060303" , "J025050503" , "90204060001" , "90113147000" , "J912050101" , "J025060169" , "90604062000" , "90104040100" , "90504067000" , "90104070020" , "90904070020" , "90104060110" , "90106010010" , "90104230010" , "90104066210" , "90607013144" , "90607008000" , "90107008144" , "9010804900020" , "9010805100047" , "9010805000047" , "90107040000" , "90107047000" , "90107050000" , "90107040020" , "90107040010" , "90107013003" , "90107036000" , "90108045000" , "90107013004" , "90107013005" , "90107013006" , "90107040003" , "J125050001" , "90107070000" , "90107071000" , "90107072000" , "90107073000" , "90107046000" , "90107046050" , "90107040004" , "90107040002" , "90107040001" , "90107013007" , "90107013008" , "J912050283" , "J126072220" , "90603096000" , "90107029000" , "90111275100" , "90111060100" , "J025080123" , "90539010000" , "90611057000" , "90141088000" , "90111034000" , "90111134010" , "J025060253" , "90211097000" , "75011088010" , "75011088015" , "75011088020" , "75011088030" , "90611157000" , "90611053000" , "90211197000" , "90211059000" , "90111058000" , "90111054000" , "J025060109" , "90611054000" , "J025060103" , "90103001051" , "90508006004" , "90511030000" , "90511021000" , "90113080000" , "90613075000" , "90113090000" , "90113060000" , "90113069000" , "90113009000" , "90113121000" , "90114060003" , "90113050133" , "90113052000" , "J934060003" , "90113057000" , "J094020153" , "90213068000" , "90113168001" , "90113025000" , "90113025100" , "90114169100" , "90114060000" , "90114063000" , "90114063050" , "90114060050" , "90114064013" , "90114060002" , "90111066000" , "90107050050" , "90107050051" , "90111066044" , "90111067000" , "90111067100" , "90230001144" , "90230027000" , "90232048033" , "90232048003" , "90132048005" , "90132051000" , "90132050000" , "90130020000" , "J770013824" , "90630095000" , "90130095100" , "90230059000" , "90134127000" , "90230060001" , "90233010010" , "90233012001" , "90233012000" , "90233016000" , "90233014000" , "90233037000" , "90233013000" , "90233013001" , "J472023120" , "90233015000" , "90233011001" , "90233011000" , "90233038000" , "J625063320" , "90233030000" , "90833029044" , "90110057000" , "J770019515" , "90233030044" , "90135065033" , "90135066000" , "J025060126" , "90103001033" , "90135065050" , "90135067000" , "90135067050" , "90135074000" , "90135017000" , "90235024020" , "90235025000" , "90235024010" , "90135026000" , "90235024030" , "90135020002" , "90135020001" , "90135020003" , "90135099000" , "90108061000" , "90108060000" , "90108060002" , "J127060003" , "90235001001" , "90203006001" , "90203005001" , "90108060001" , "90135016100" , "90235010000" , "90135041133" , "J770018530" )
SELECT
*
FROM
hobaIT_sparepartfinder_images
WHERE
group_id IN (
11060 , 13999 , 14006 , 14012 , 14019 , 14021 ,
14023 , 14025 , 14029 , 14031 , 14039 ,
14041 , 14044 , 14046 , 14049 , 14055 ,
14058 , 14060 , 14061 , 14064 , 14066 ,
14067 , 14070 , 14073 , 14076 , 14077 ,
14079 , 14082 , 14086 , 14088 , 15532 ,
15536 , 15538 , 15556 , 15562 , 15565 ,
15568 , 15574 , 15576
)
AND article_number IN (
"90135052000" ,
"90135053000" ,
"90135055000" ,
"J025060206" ,
"90134013000" ,
"J603061001" ,
"J025060066" ,
"90130055006" ,
"J472025120" ,
"J760122455" ,
"90135058000" ,
"90135055110" ,
"9020900104404" ,
"90109060100" ,
"J760223508" ,
"J625062021" ,
"90109011000" ,
"90109081000" ,
"90209083000" ,
"90109082000" ,
"90109062000" ,
"90109076000" ,
"90109011001" ,
"90142020000" ,
"90109015100" ,
"90113001144" ,
"90113002100" ,
"90113015000" ,
"90113030000" ,
"90113021000" ,
"90113017000" ,
"90113018000" ,
"90113026000" ,
"90113013000" ,
"J01008060S" ,
"90111050000" ,
"90111050050" ,
"90642002000" ,
"90642004000" ,
"90613098150" ,
"90113001007" ,
"00063099111" ,
"0021060003" ,
"0024060156" ,
"0125050003" ,
"0966050163" ,
"0985050003" ,
"0985060003" ,
"312305" ,
"312313" ,
"3210040" ,
"3212455GB" ,
"40006006000" ,
"58412080000" ,
"58412080050" ,
"60012081200" ,
"90129099000" ,
"3211964EN" ,
"90642031000" ,
"90642040000" ,
"J026060083" ,
"90135001001" ,
"J926060000" ,
"90142025000" ,
"J028060166" ,
"90642003000" ,
"90642001000" ,
"90111051000" ,
"90142021000" ,
"90142021001" ,
"90113024000" ,
"J025050183" ,
"90113035000" ,
"90113055100" ,
"J125060003" ,
"90201001000" ,
"90201002000" ,
"90101031007" ,
"90101034035" ,
"90101032100" ,
"90101080044" ,
"90101086000" ,
"90101036000" ,
"90101136000" ,
"90101044000" ,
"90101038000" ,
"90101039000" ,
"J022100643" ,
"90101042000" ,
"90101040000" ,
"90101041000" ,
"J982101253" ,
"43570624" ,
"43570623" ,
"43570618" ,
"48601166S1" ,
"40140024" ,
"90113055000" ,
"90113055010" ,
"J021060156" ,
"90101007044" ,
"90101006144" ,
"90101000010" ,
"90101039010" ,
"90202001000" ,
"90202010000" ,
"90202039000" ,
"90111074000" ,
"90111070000" ,
"90112041000" ,
"90112040000" ,
"90102091000" ,
"90202090000" ,
"90102016000" ,
"90102031200" ,
"90111049100" ,
"90502042000" ,
"90202004001" ,
"J912060503" ,
"90202021044" ,
"90103023000" ,
"90103026000" ,
"90103027000" ,
"90103029000" ,
"90603024000" ,
"J011050133" ,
"J012100253S" ,
"90111045000" ,
"90111045010" ,
"90111045050" ,
"90103032000" ,
"90104010003" ,
"90111040100" ,
"90104010100" ,
"J020100806" ,
"90104010002" ,
"90205083000" ,
"90205007000" ,
"90105090033" ,
"90105004000" ,
"90141090000" ,
"90205050000" ,
"90205005005" ,
"90105084000" ,
"90105068100" ,
"90103038002" ,
"J027081053" ,
"90205085000" ,
"90105085000" ,
"J025060146" ,
"J025060306" ,
"90105069100" ,
"90105068200" ,
"90105017000" ,
"90206001044" ,
"90106002100" ,
"90106040000" ,
"90106015000" ,
"90230187000" ,
"90106000103" ,
"90106000001" ,
"90130087001" ,
"90106000004" ,
"90241002010" ,
"90106001007" ,
"J025060086" ,
"J025060123" ,
"90230087000" ,
"90206027000" ,
"93030089000" ,
"90607017000" ,
"90207088000" ,
"90107018000" ,
"90107018010" ,
"90107018020" ,
"90107018011" ,
"90107088050" ,
"J025050123" ,
"90107088002" ,
"9010801000033" ,
"90108008000" ,
"9010800200020" ,
"9010800300020" ,
"90208020000" ,
"9010804100047" ,
"9010804200047" ,
"90108043000" ,
"90108044000" ,
"90608019000" ,
"90112008033" ,
"90112009033" ,
"90108015000" ,
"90108010050" ,
"J912060163" ,
"J019050201" ,
"90108008050" ,
"90108008060" ,
"0081050121" ,
"90108076000" ,
"J025060203" ,
"90208020001" ,
"90208020003" ,
"90208020002" ,
"J025060143" ,
"J081040121" ,
"J021040003" ,
"90108050001" ,
"J031050163" ,
"90108015050" ,
"J020080274" ,
"J025060149" ,
"90208099000" ,
"9021000104404" ,
"90210086000" ,
"90610087000" ,
"90110084000" ,
"90110013000" ,
"90110060000" ,
"90110062000" ,
"J760264208" ,
"J625063020" ,
"90110011000" ,
"90610054000" ,
"90210059100" ,
"90210050000" ,
"90810052000" ,
"90210051045" ,
"J625062050" ,
"J760295207" ,
"90610053000" ,
"J934080003" ,
"90210085000" ,
"76910065118" ,
"90110053000" ,
"76910066000" ,
"00050002027" ,
"90110015100" ,
"90114001100" ,
"90114040000" ,
"90114047000" ,
"90114062000" ,
"90114025000" ,
"90114126000" ,
"90114026000" ,
"90114125000" ,
"90114064044" ,
"90114030000" ,
"76503075100" ,
"J031050153" ,
"J025060163" ,
"90114064010" ,
"90114064011" ,
"J070080150" ,
"90114064012" ,
"49011435100" ,
"57111038000" ,
"J797100003" ,
"J125100003" ,
"J126061252" ,
"90111079000" ,
"90103001036" ,
"90230000044" ,
"90130022000" ,
"90238029005" ,
"J011080203S" ,
"90233010001" ,
"90234030000" ,
"J618131912" ,
"J625063040" ,
"90230079000" ,
"90130078001" ,
"90130004004" ,
"J625063220" ,
"J625062022" ,
"90238014000" ,
"90230066100" ,
"90230077000" ,
"J472037150" ,
"90130003004" ,
"90130003007" ,
"90211023000" ,
"J025050163S" ,
"90230060000" ,
"90230042000" ,
"90230047000" ,
"J005060123" ,
"J025060350" ,
"J028060753S" ,
"90230066000" ,
"90238029002" ,
"90230142000" ,
"90230057001" ,
"J625063041" ,
"90130055000" ,
"90130055001" ,
"90130057050" ,
"J770875008" ,
"90130055204" ,
"90130055003" ,
"90230038000" ,
"90230035000" ,
"90230018100" ,
"90230055000" ,
"90230069000" ,
"90130018008" ,
"90239005050" ,
"90232023030" ,
"90236014000" ,
"90236015000" ,
"90236015001" ,
"90230029000" ,
"J888040050" ,
"90230015000" ,
"90630015002" ,
"90230015013" ,
"90230015010" ,
"90230015011" ,
"90230015012" ,
"90230007000" ,
"90230030010" ,
"90230074000" ,
"90230033000" ,
"90230068000" ,
"90230007010" ,
"90232001044" ,
"90232002000" ,
"90232034000" ,
"90232035000" ,
"90232010000" ,
"90232011000" ,
"90232111000" ,
"90232211000" ,
"90232003000" ,
"90232005000" ,
"90232001001" ,
"90232095000" ,
"90232017000" ,
"90232019000" ,
"90232048004" ,
"90232011010" ,
"90233001000" ,
"90232020000" ,
"90232016000" ,
"90233005000" ,
"90233005001" ,
"J471020123" ,
"90233003000" ,
"90233006001" ,
"90233006000" ,
"90233002000" ,
"90233036000" ,
"90233001001" ,
"90234005033" ,
"90234039000" ,
"90134022000" ,
"90134014000" ,
"90134050000" ,
"90134016000" ,
"90634031010" ,
"J025060223" ,
"90634040033" ,
"90134031133" ,
"J625060800" ,
"90134035000" ,
"90134034300" ,
"90234002000" ,
"90234019000" ,
"90234001000" ,
"90134015003" ,
"90134015000" ,
"90134012002" ,
"90234012000" ,
"90134012003" ,
"90134012001" ,
"90134025000" ,
"90134030000" ,
"90134024033" ,
"90134039000" ,
"90134023000" ,
"90234020000" ,
"90134031020" ,
"90236031000" ,
"90236030000" ,
"90236036000" ,
"90236027000" ,
"90236028010" ,
"90236032000" ,
"90236033000" ,
"60036035185" ,
"60036035190" ,
"60036035195" ,
"60036035200" ,
"60036035205" ,
"60036035210" ,
"60036035215" ,
"60036035220" ,
"60036035225" ,
"60036035230" ,
"60036035235" ,
"60036035240" ,
"60036035245" ,
"60036035250" ,
"60036035255" ,
"60036035260" ,
"60036035265" ,
"60036035270" ,
"60036035275" ,
"60036035280" ,
"60036035285" ,
"60036035290" ,
"60036035295" ,
"60036035300" ,
"60036035305" ,
"60036035310" ,
"60036035315" ,
"60036035320" ,
"60036035330" ,
"90136060000" ,
"90236056000" ,
"J770010312" ,
"90136056001" ,
"90236060000" ,
"90236030010" ,
"90236009033" ,
"90236010133" ,
"90236037000" ,
"90236009003" ,
"90236018000" ,
"J025060401" ,
"90236001000" ,
"90236013000" ,
"90236002000" ,
"90236002004" ,
"90136003003" ,
"J770010015" ,
"90236003044" ,
"90136003002" ,
"90236020033" ,
"90236052000" ,
"90236053000" ,
"90236054000" ,
"90236074000" ,
"90230036000" ,
"J025060356" ,
"90130064000" ,
"90236025000" ,
"90130024000" ,
"J912061023" ,
"J125070003" ,
"J912101449" ,
"J125110003" ,
"90136020001" ,
"90136038000" ,
"90138091001" ,
"90138091000" ,
"90235019000" ,
"90135047000" ,
"90135047001" ,
"90136052020" ,
"90136052010" ,
"90236024000" ,
"J025060453" ,
"J770029819" ,
"90238010044" ,
"J471010100" ,
"J125100006" ,
"90238001000" ,
"J028060303S" ,
"90238015033" ,
"J770017721" ,
"90138015050" ,
"90138015052" ,
"J025050166" ,
"90138015060" ,
"J770039326" ,
"90138015000" ,
"90238003000" ,
"90238002000" ,
"90238008044" ,
"J7700090151" ,
"90238013000" ,
"90238016044" ,
"90238017000" ,
"J770012520" ,
"90238015010" ,
"90230002133" ,
"90230040000" ,
"90239004100" ,
"90239005000" ,
"90139010000" ,
"J770015824" ,
"J025060083S" ,
"90230062000" ,
"90239006044" ,
"90239090001" ,
"90139093001" ,
"90139093100" ,
"90230060002" ,
"J025060500" ,
"J770024015" ,
"90230094000" ,
"90240018000" ,
"90230066200" ,
"90104060010" ,
"90530002010" ,
"90230058000" ,
"90130001001" ,
"90130001002" ,
"90130059000" ,
"90240020002" ,
"J025060209" ,
"90130001000" ,
"90140026000" ,
"90240001044" ,
"J025060256" ,
"90240020000" ,
"J618253216" ,
"90240022000" ,
"90240023033" ,
"90240023006" ,
"90240023005" ,
"90240023004" ,
"90240023007" ,
"90240023008" ,
"90240023009" ,
"90240023010" ,
"90240023003" ,
"90240023002" ,
"90241001000" ,
"90241023000" ,
"90141001001" ,
"90141023004" ,
"90141023005" ,
"90141023002" ,
"90141023003" ,
"90241001005" ,
"90241001006" ,
"90141029000" ,
"J005040081" ,
"J025050083" ,
"J991060203S" ,
"J770053024" ,
"90241002000" ,
"90641072000" ,
"90141070000" ,
"90141070001" ,
"90141071000" ,
"90141071001" ,
"55641023020" ,
"55641023010" ,
"90141031100" ,
"90203001100" ,
"90103039000" ,
"90103038000" ,
"90103041033" ,
"90103040033" ,
"90103049000" ,
"90103048000" ,
"90103051033" ,
"90103050033" ,
"90203006000" ,
"90203005000" ,
"90103038001" ,
"90104070000" ,
"90104066010" ,
"J025100926" ,
"J025102656" ,
"90103013000" ,
"J912080253" ,
"90103098000" ,
"J125080003" ,
"90103044000" ,
"90103042000" ,
"J770009015" ,
"J125080004" ,
"J094018250" ,
"90103052000" ,
"90103053000" ,
"90103040001" ,
"J029060103S" ,
"90103000001" ,
"90103000002" ,
"90103000003" ,
"J125080005" ,
"J125100005" ,
"J025101103" ,
"90104070010" ,
"90504030044" ,
"90104050000" ,
"90104060000" ,
"90104037000" ,
"90104038000" ,
"J025060083" ,
"90104067000" ,
"90104040000" ,
"90104042000" ,
"90104046000" ,
"90104034001" ,
"90104036000" ,
"90104034000" ,
"90104031000" ,
"90104032000" ,
"90113047000" ,
"0017060303" ,
"J025050503" ,
"90204060001" ,
"90113147000" ,
"J912050101" ,
"J025060169" ,
"90604062000" ,
"90104040100" ,
"90504067000" ,
"90104070020" ,
"90904070020" ,
"90104060110" ,
"90106010010" ,
"90104230010" ,
"90104066210" ,
"90607013144" ,
"90607008000" ,
"90107008144" ,
"9010804900020" ,
"9010805100047" ,
"9010805000047" ,
"90107040000" ,
"90107047000" ,
"90107050000" ,
"90107040020" ,
"90107040010" ,
"90107013003" ,
"90107036000" ,
"90108045000" ,
"90107013004" ,
"90107013005" ,
"90107013006" ,
"90107040003" ,
"J125050001" ,
"90107070000" ,
"90107071000" ,
"90107072000" ,
"90107073000" ,
"90107046000" ,
"90107046050" ,
"90107040004" ,
"90107040002" ,
"90107040001" ,
"90107013007" ,
"90107013008" ,
"J912050283" ,
"J126072220" ,
"90603096000" ,
"90107029000" ,
"90111275100" ,
"90111060100" ,
"J025080123" ,
"90539010000" ,
"90611057000" ,
"90141088000" ,
"90111034000" ,
"90111134010" ,
"J025060253" ,
"90211097000" ,
"75011088010" ,
"75011088015" ,
"75011088020" ,
"75011088030" ,
"90611157000" ,
"90611053000" ,
"90211197000" ,
"90211059000" ,
"90111058000" ,
"90111054000" ,
"J025060109" ,
"90611054000" ,
"J025060103" ,
"90103001051" ,
"90508006004" ,
"90511030000" ,
"90511021000" ,
"90113080000" ,
"90613075000" ,
"90113090000" ,
"90113060000" ,
"90113069000" ,
"90113009000" ,
"90113121000" ,
"90114060003" ,
"90113050133" ,
"90113052000" ,
"J934060003" ,
"90113057000" ,
"J094020153" ,
"90213068000" ,
"90113168001" ,
"90113025000" ,
"90113025100" ,
"90114169100" ,
"90114060000" ,
"90114063000" ,
"90114063050" ,
"90114060050" ,
"90114064013" ,
"90114060002" ,
"90111066000" ,
"90107050050" ,
"90107050051" ,
"90111066044" ,
"90111067000" ,
"90111067100" ,
"90230001144" ,
"90230027000" ,
"90232048033" ,
"90232048003" ,
"90132048005" ,
"90132051000" ,
"90132050000" ,
"90130020000" ,
"J770013824" ,
"90630095000" ,
"90130095100" ,
"90230059000" ,
"90134127000" ,
"90230060001" ,
"90233010010" ,
"90233012001" ,
"90233012000" ,
"90233016000" ,
"90233014000" ,
"90233037000" ,
"90233013000" ,
"90233013001" ,
"J472023120" ,
"90233015000" ,
"90233011001" ,
"90233011000" ,
"90233038000" ,
"J625063320" ,
"90233030000" ,
"90833029044" ,
"90110057000" ,
"J770019515" ,
"90233030044" ,
"90135065033" ,
"90135066000" ,
"J025060126" ,
"90103001033" ,
"90135065050" ,
"90135067000" ,
"90135067050" ,
"90135074000" ,
"90135017000" ,
"90235024020" ,
"90235025000" ,
"90235024010" ,
"90135026000" ,
"90235024030" ,
"90135020002" ,
"90135020001" ,
"90135020003" ,
"90135099000" ,
"90108061000" ,
"90108060000" ,
"90108060002" ,
"J127060003" ,
"90235001001" ,
"90203006001" ,
"90203005001" ,
"90108060001" ,
"90135016100" ,
"90235010000" ,
"90135041133" ,
"J770018530"
)
Copy
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (11060 , 13999 , 14006 , 14012 , 14019 , 14021 , 14023 , 14025 , 14029 , 14031 , 14039 , 14041 , 14044 , 14046 , 14049 , 14055 , 14058 , 14060 , 14061 , 14064 , 14066 , 14067 , 14070 , 14073 , 14076 , 14077 , 14079 , 14082 , 14086 , 14088 , 15532 , 15536 , 15538 , 15556 , 15562 , 15565 , 15568 , 15574 , 15576 ) AND article_number IN ("90135052000" , "90135053000" , "90135055000" , "J025060206" , "90134013000" , "J603061001" , "J025060066" , "90130055006" , "J472025120" , "J760122455" , "90135058000" , "90135055110" , "9020900104404" , "90109060100" , "J760223508" , "J625062021" , "90109011000" , "90109081000" , "90209083000" , "90109082000" , "90109062000" , "90109076000" , "90109011001" , "90142020000" , "90109015100" , "90113001144" , "90113002100" , "90113015000" , "90113030000" , "90113021000" , "90113017000" , "90113018000" , "90113026000" , "90113013000" , "J01008060S" , "90111050000" , "90111050050" , "90642002000" , "90642004000" , "90613098150" , "90113001007" , "00063099111" , "0021060003" , "0024060156" , "0125050003" , "0966050163" , "0985050003" , "0985060003" , "312305" , "312313" , "3210040" , "3212455GB" , "40006006000" , "58412080000" , "58412080050" , "60012081200" , "90129099000" , "3211964EN" , "90642031000" , "90642040000" , "J026060083" , "90135001001" , "J926060000" , "90142025000" , "J028060166" , "90642003000" , "90642001000" , "90111051000" , "90142021000" , "90142021001" , "90113024000" , "J025050183" , "90113035000" , "90113055100" , "J125060003" , "90201001000" , "90201002000" , "90101031007" , "90101034035" , "90101032100" , "90101080044" , "90101086000" , "90101036000" , "90101136000" , "90101044000" , "90101038000" , "90101039000" , "J022100643" , "90101042000" , "90101040000" , "90101041000" , "J982101253" , "43570624" , "43570623" , "43570618" , "48601166S1" , "40140024" , "90113055000" , "90113055010" , "J021060156" , "90101007044" , "90101006144" , "90101000010" , "90101039010" , "90202001000" , "90202010000" , "90202039000" , "90111074000" , "90111070000" , "90112041000" , "90112040000" , "90102091000" , "90202090000" , "90102016000" , "90102031200" , "90111049100" , "90502042000" , "90202004001" , "J912060503" , "90202021044" , "90103023000" , "90103026000" , "90103027000" , "90103029000" , "90603024000" , "J011050133" , "J012100253S" , "90111045000" , "90111045010" , "90111045050" , "90103032000" , "90104010003" , "90111040100" , "90104010100" , "J020100806" , "90104010002" , "90205083000" , "90205007000" , "90105090033" , "90105004000" , "90141090000" , "90205050000" , "90205005005" , "90105084000" , "90105068100" , "90103038002" , "J027081053" , "90205085000" , "90105085000" , "J025060146" , "J025060306" , "90105069100" , "90105068200" , "90105017000" , "90206001044" , "90106002100" , "90106040000" , "90106015000" , "90230187000" , "90106000103" , "90106000001" , "90130087001" , "90106000004" , "90241002010" , "90106001007" , "J025060086" , "J025060123" , "90230087000" , "90206027000" , "93030089000" , "90607017000" , "90207088000" , "90107018000" , "90107018010" , "90107018020" , "90107018011" , "90107088050" , "J025050123" , "90107088002" , "9010801000033" , "90108008000" , "9010800200020" , "9010800300020" , "90208020000" , "9010804100047" , "9010804200047" , "90108043000" , "90108044000" , "90608019000" , "90112008033" , "90112009033" , "90108015000" , "90108010050" , "J912060163" , "J019050201" , "90108008050" , "90108008060" , "0081050121" , "90108076000" , "J025060203" , "90208020001" , "90208020003" , "90208020002" , "J025060143" , "J081040121" , "J021040003" , "90108050001" , "J031050163" , "90108015050" , "J020080274" , "J025060149" , "90208099000" , "9021000104404" , "90210086000" , "90610087000" , "90110084000" , "90110013000" , "90110060000" , "90110062000" , "J760264208" , "J625063020" , "90110011000" , "90610054000" , "90210059100" , "90210050000" , "90810052000" , "90210051045" , "J625062050" , "J760295207" , "90610053000" , "J934080003" , "90210085000" , "76910065118" , "90110053000" , "76910066000" , "00050002027" , "90110015100" , "90114001100" , "90114040000" , "90114047000" , "90114062000" , "90114025000" , "90114126000" , "90114026000" , "90114125000" , "90114064044" , "90114030000" , "76503075100" , "J031050153" , "J025060163" , "90114064010" , "90114064011" , "J070080150" , "90114064012" , "49011435100" , "57111038000" , "J797100003" , "J125100003" , "J126061252" , "90111079000" , "90103001036" , "90230000044" , "90130022000" , "90238029005" , "J011080203S" , "90233010001" , "90234030000" , "J618131912" , "J625063040" , "90230079000" , "90130078001" , "90130004004" , "J625063220" , "J625062022" , "90238014000" , "90230066100" , "90230077000" , "J472037150" , "90130003004" , "90130003007" , "90211023000" , "J025050163S" , "90230060000" , "90230042000" , "90230047000" , "J005060123" , "J025060350" , "J028060753S" , "90230066000" , "90238029002" , "90230142000" , "90230057001" , "J625063041" , "90130055000" , "90130055001" , "90130057050" , "J770875008" , "90130055204" , "90130055003" , "90230038000" , "90230035000" , "90230018100" , "90230055000" , "90230069000" , "90130018008" , "90239005050" , "90232023030" , "90236014000" , "90236015000" , "90236015001" , "90230029000" , "J888040050" , "90230015000" , "90630015002" , "90230015013" , "90230015010" , "90230015011" , "90230015012" , "90230007000" , "90230030010" , "90230074000" , "90230033000" , "90230068000" , "90230007010" , "90232001044" , "90232002000" , "90232034000" , "90232035000" , "90232010000" , "90232011000" , "90232111000" , "90232211000" , "90232003000" , "90232005000" , "90232001001" , "90232095000" , "90232017000" , "90232019000" , "90232048004" , "90232011010" , "90233001000" , "90232020000" , "90232016000" , "90233005000" , "90233005001" , "J471020123" , "90233003000" , "90233006001" , "90233006000" , "90233002000" , "90233036000" , "90233001001" , "90234005033" , "90234039000" , "90134022000" , "90134014000" , "90134050000" , "90134016000" , "90634031010" , "J025060223" , "90634040033" , "90134031133" , "J625060800" , "90134035000" , "90134034300" , "90234002000" , "90234019000" , "90234001000" , "90134015003" , "90134015000" , "90134012002" , "90234012000" , "90134012003" , "90134012001" , "90134025000" , "90134030000" , "90134024033" , "90134039000" , "90134023000" , "90234020000" , "90134031020" , "90236031000" , "90236030000" , "90236036000" , "90236027000" , "90236028010" , "90236032000" , "90236033000" , "60036035185" , "60036035190" , "60036035195" , "60036035200" , "60036035205" , "60036035210" , "60036035215" , "60036035220" , "60036035225" , "60036035230" , "60036035235" , "60036035240" , "60036035245" , "60036035250" , "60036035255" , "60036035260" , "60036035265" , "60036035270" , "60036035275" , "60036035280" , "60036035285" , "60036035290" , "60036035295" , "60036035300" , "60036035305" , "60036035310" , "60036035315" , "60036035320" , "60036035330" , "90136060000" , "90236056000" , "J770010312" , "90136056001" , "90236060000" , "90236030010" , "90236009033" , "90236010133" , "90236037000" , "90236009003" , "90236018000" , "J025060401" , "90236001000" , "90236013000" , "90236002000" , "90236002004" , "90136003003" , "J770010015" , "90236003044" , "90136003002" , "90236020033" , "90236052000" , "90236053000" , "90236054000" , "90236074000" , "90230036000" , "J025060356" , "90130064000" , "90236025000" , "90130024000" , "J912061023" , "J125070003" , "J912101449" , "J125110003" , "90136020001" , "90136038000" , "90138091001" , "90138091000" , "90235019000" , "90135047000" , "90135047001" , "90136052020" , "90136052010" , "90236024000" , "J025060453" , "J770029819" , "90238010044" , "J471010100" , "J125100006" , "90238001000" , "J028060303S" , "90238015033" , "J770017721" , "90138015050" , "90138015052" , "J025050166" , "90138015060" , "J770039326" , "90138015000" , "90238003000" , "90238002000" , "90238008044" , "J7700090151" , "90238013000" , "90238016044" , "90238017000" , "J770012520" , "90238015010" , "90230002133" , "90230040000" , "90239004100" , "90239005000" , "90139010000" , "J770015824" , "J025060083S" , "90230062000" , "90239006044" , "90239090001" , "90139093001" , "90139093100" , "90230060002" , "J025060500" , "J770024015" , "90230094000" , "90240018000" , "90230066200" , "90104060010" , "90530002010" , "90230058000" , "90130001001" , "90130001002" , "90130059000" , "90240020002" , "J025060209" , "90130001000" , "90140026000" , "90240001044" , "J025060256" , "90240020000" , "J618253216" , "90240022000" , "90240023033" , "90240023006" , "90240023005" , "90240023004" , "90240023007" , "90240023008" , "90240023009" , "90240023010" , "90240023003" , "90240023002" , "90241001000" , "90241023000" , "90141001001" , "90141023004" , "90141023005" , "90141023002" , "90141023003" , "90241001005" , "90241001006" , "90141029000" , "J005040081" , "J025050083" , "J991060203S" , "J770053024" , "90241002000" , "90641072000" , "90141070000" , "90141070001" , "90141071000" , "90141071001" , "55641023020" , "55641023010" , "90141031100" , "90203001100" , "90103039000" , "90103038000" , "90103041033" , "90103040033" , "90103049000" , "90103048000" , "90103051033" , "90103050033" , "90203006000" , "90203005000" , "90103038001" , "90104070000" , "90104066010" , "J025100926" , "J025102656" , "90103013000" , "J912080253" , "90103098000" , "J125080003" , "90103044000" , "90103042000" , "J770009015" , "J125080004" , "J094018250" , "90103052000" , "90103053000" , "90103040001" , "J029060103S" , "90103000001" , "90103000002" , "90103000003" , "J125080005" , "J125100005" , "J025101103" , "90104070010" , "90504030044" , "90104050000" , "90104060000" , "90104037000" , "90104038000" , "J025060083" , "90104067000" , "90104040000" , "90104042000" , "90104046000" , "90104034001" , "90104036000" , "90104034000" , "90104031000" , "90104032000" , "90113047000" , "0017060303" , "J025050503" , "90204060001" , "90113147000" , "J912050101" , "J025060169" , "90604062000" , "90104040100" , "90504067000" , "90104070020" , "90904070020" , "90104060110" , "90106010010" , "90104230010" , "90104066210" , "90607013144" , "90607008000" , "90107008144" , "9010804900020" , "9010805100047" , "9010805000047" , "90107040000" , "90107047000" , "90107050000" , "90107040020" , "90107040010" , "90107013003" , "90107036000" , "90108045000" , "90107013004" , "90107013005" , "90107013006" , "90107040003" , "J125050001" , "90107070000" , "90107071000" , "90107072000" , "90107073000" , "90107046000" , "90107046050" , "90107040004" , "90107040002" , "90107040001" , "90107013007" , "90107013008" , "J912050283" , "J126072220" , "90603096000" , "90107029000" , "90111275100" , "90111060100" , "J025080123" , "90539010000" , "90611057000" , "90141088000" , "90111034000" , "90111134010" , "J025060253" , "90211097000" , "75011088010" , "75011088015" , "75011088020" , "75011088030" , "90611157000" , "90611053000" , "90211197000" , "90211059000" , "90111058000" , "90111054000" , "J025060109" , "90611054000" , "J025060103" , "90103001051" , "90508006004" , "90511030000" , "90511021000" , "90113080000" , "90613075000" , "90113090000" , "90113060000" , "90113069000" , "90113009000" , "90113121000" , "90114060003" , "90113050133" , "90113052000" , "J934060003" , "90113057000" , "J094020153" , "90213068000" , "90113168001" , "90113025000" , "90113025100" , "90114169100" , "90114060000" , "90114063000" , "90114063050" , "90114060050" , "90114064013" , "90114060002" , "90111066000" , "90107050050" , "90107050051" , "90111066044" , "90111067000" , "90111067100" , "90230001144" , "90230027000" , "90232048033" , "90232048003" , "90132048005" , "90132051000" , "90132050000" , "90130020000" , "J770013824" , "90630095000" , "90130095100" , "90230059000" , "90134127000" , "90230060001" , "90233010010" , "90233012001" , "90233012000" , "90233016000" , "90233014000" , "90233037000" , "90233013000" , "90233013001" , "J472023120" , "90233015000" , "90233011001" , "90233011000" , "90233038000" , "J625063320" , "90233030000" , "90833029044" , "90110057000" , "J770019515" , "90233030044" , "90135065033" , "90135066000" , "J025060126" , "90103001033" , "90135065050" , "90135067000" , "90135067050" , "90135074000" , "90135017000" , "90235024020" , "90235025000" , "90235024010" , "90135026000" , "90235024030" , "90135020002" , "90135020001" , "90135020003" , "90135099000" , "90108061000" , "90108060000" , "90108060002" , "J127060003" , "90235001001" , "90203006001" , "90203005001" , "90108060001" , "90135016100" , "90235010000" , "90135041133" , "J770018530" );
Copy
80
0.30 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = ?
Parameters :
[
1000091703
]
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = 1000091703 ;
Copy
81
0.30 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 :
[
"1000091703 "
]
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 = '1000091703' ;
Copy
82
27.56 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"}\x04 É\x15 eüGxµÒ\e @hoaö "
b"kN-ý4£K\x00 ëÅ\t {┘+^Ü "
b"Än‰CõÒG¼™cÔ_Üî\o "
b"Ê¡=€\x12\x7F LʲPœŸ˜¯\x12 ö "
b"Jõ1<\t xDʼŒá\x16 I=\x04 "
b"'Ê5_¡\x13 K騄Nj»þ»î "
b"å™]‰ŒšN’Ÿ¢›Ã½ç“Ó "
b">C<Àd\x19 J¸ =d{\x14 ". "
b"¦\x1F 4ûî╔L¤ù[║U,¥Ø§ "
b"ª,ÿOCêE¸¯ ÕEên\x18 Š "
b"o“Â`Ý?GŽ©áQ;éàM‰ "
b"¤éùmú±Og▒nì×uÁ:¯ "
b"õ┘öÔµ0D¬ºë\x17 b ÚÉ\x1E "
b"┤\x17 4ê\x14 $I×É·┼åF\x0E ■e "
b"Ëì/yIéA»\x04\x04 /╔YÐ┴ "
b"înÿÉ5bGôù©\ý½\x13 9╗ "
b"S1J‰‰PO@³\x02\x04 ?\x16 šã* "
b"üDNwiôC┴ç ¹W=G└£ "
b"î³NøNÑ@ƒ¶8é^GMïW "
b"ùY´\x0F ÆjKÎØ&jà\x04\x11 ▄| "
b"ÃÚåØ\x01\x07 D©ô\e kÜ[~·\x1A "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"pî@TÊkHX¬q¨m¾ñ¦K "
b"„Ðâ9£0Cqªæ³³\x10\t º• "
b"¾Jÿû ŒA\f ˆÕjˆÅû¡ý "
b"wOÞ«-\x10 E\x10 üJ(╩Ë\x00 ã "
b"žØ—HÈòFؼ¤\x11 A#/Bl "
b"\x1A ÌÌU¯\x18 I–¾vŒùió|\f "
b"¯6@3\x00 ŒB-¸6©·$¦F˜ "
b"lÐ9nÑéFËÜìõÉ┬ø\x13 $ "
b"Í8´›U‚C\x07 ºd>†öŒ1] "
b"‘ƒbÇ[#I>¡Z B´2w¦ "
b"ÆÂDþ˰L™›ÿ˜rA\x02 QG "
b"ˆ¨SøÓ`DO‰½\x1A =\x16 â²& "
b"ýçW\x1F oñB{Üÿ\x1F ■&\x1A 'Ø "
b"""
¼<\x0E\x1D „ËOèž\n
AP¦[¯w
"""
b"é—Èu\x1F ¬L©…šžœœ—ì< "
b"ñ\x14 k8vÜO'¨›²cm\e bo "
b"€iͳ\e\x05 A2»ZnÙ\x01 è0j "
b"÷IC·YíEP¦ƒ©½¹kx¤ "
b"ö\x19 7ÆØÁJÉ©€ÝAí¯i\x15 "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"yúÔó\v oBü„\f ð°ø".. "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"TJ \x15 ”K@À…#›ïXJíÚ "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"ÛT`ýyYA—ˆìAKã”} "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"“7\x7F ÝбBã¥×ï¨\x05 ²M` "
b"}u\x11 ØWþ@áÀ░\x00 ▀`{}u "
b"zR»┼N¬D>ìí─óA\ ▓ "
b"GEûðI/C+öR±ƒÅ|e¯ "
b"%ÙV²òÛ@§‹žîˆƒm\x12\x1E "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"×\x07 BàhKBÀª:XÉÈí¶í "
b"g\x01 þ\x7F *÷DϺ(3yžêo\x13 "
b" àÍOWÉH\f ˜Ÿ©\x1F\x17 ‹/Å "
b"’”\v ƒ"TJÒª(ÆéÊ«šÏ "
b"Â\x17 ™¼ \e M®¤¯‹@~b~Ý "
b"xh¦ÿ\x13 ²Mc†\x0E àÄÛ)\x04 o "
b"Þ12¹ıÆKÂØ(\x18 ^8¾\x19 "
b"´=éäq©D*œ„]\x14 üeY¢ "
b"f~¾%¦─JjÑØÍ╚%î█l "
b"‹Þ^š—\x03 J²‚PĵI[.… "
b"¾qw]â\x06 J¾Å&/o¾Ùí§ "
b"ª*®¦œGGz«Ãª÷#vf“ "
b"╦æ^`9C)┐*8┬üº¢\x0E "
b"9œ\x04 "ŒÿEö¸\x1E ~V\v ºq´ "
b"±¹ h¦¢N§¤¿Ä\x02 :Ö:× "
b"š§é»ý'O“¥YJ\x0E üíõ\x17 "
b"'\x16 ¾ÌjõM\x05 ¼êk¯z–ñ“ "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"ç”Ö5ÞŠFƒ·—r\x18\x19 2\x03 ' "
b"]{§#ÒƒN„¡\x08 iYk¶d. "
b"ýh•\x02 J4Eq´*ÑêÜ<æé "
b"""
±^─áÃ\n
F7Ø\e ╬ı\x05 '½î
"""
b"æßcG1LÀ┐ËÍ\x06 ¶ì¯\x01 "
b"«ìá¿╔:Jåö┤¤■¬│2¹ "
b"@W/$Ÿ!B8€“_\x04 »óÒŸ "
b"û)žvüâCª‹õJ^b…¦U "
b"‘ÓtÉ›ÃJç¾®jžPc\x18 Ñ "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"æè·Ú\x02 jE.³#@šÐk™V "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"+Åz%\x10 ÷ES¾õfú~š¼\x10 "
b"zßòc™\x19 B⿽°>«<„ö "
b"^I*Ä3\x12 @s©h¢c®\x02 î† "
b"»Þpž¾¡Du¼Q8øõ]\x06\x1E "
b"S\x14 ¯FmHå¸n·xÆû\e M "
b"\x04\x1C ŽÖ\x15 6AÊ«ïi.·YžB "
b"Ê\x12 R\x1A •ÙM ¡\f \r ä\x1C h—§ "
b"░╝O~y╬@\x16 ì\x0F ~W\x16 ¹¥Õ "
b"\x1D >êÎx‰EÀ•@>&²Ó\x01 1 "
b"v\x05 {\r ‘±L®“ƒ£¯ÃPax "
b"átù═1ÃH³ÆµÇ░-L¡Å "
b"ú†D›2ˆNM“›ça\x19 WÉs "
b"\Ñnh’ÊFs«e ·ÏmBD "
b"ü骥¹rK£¹L-§±æd6 "
b"“\x1F\x14 ÛþtJÑ xÓr’8îÕ "
b"Ztÿò\x0E\x07 BÛ†Ð6¹"ýº“ "
b"€Oë8cÉG\x02 ˆõÕû¯\'3 "
b"Iú3┌jØB&ÿ\x19 \r ¼\e\x1E Ø4 "
b"""
┴[│Öø÷L\n
Øtðþ\x1F ¾O:
"""
b" uÿvPžD\x01 ˜j®²R¤~¯ "
b"/ü fÐ G-’µ\x16 LJ»I\x16 "
b"¼çMKÂ]Aî‘–\x18\x1F ¨u\x00 Ù "
b"÷ÿ/═╚\x05 KÃÂØîÃ┐┬%6 "
b"½ÖÃÊJ\x00 J¢“¢‚\x05 ™E©Â "
b"ýW?Ù”2JŽ™y)–/\x1A ˲ "
b"\x07 G│¯9µN>É\x06 ð1G®^Ø "
b"""
¸Ú+&Î’G\x1A Š¥œ\n
˜½÷6
"""
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"”i°*TžDA›žÝÛ1]PÆ "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"¼EÕIçÏH\x03 ¨w"\x1A ¿\v ªå "
b"Hf²\x03 Š?G_…C¿¯Ók\x01 û "
b"†‰½ \x19 'H——¶iÇ.\x04 ^è "
b"Éw┌*,ÔN¦Ü└g▒i▒í\x04 "
b"ÍK‚N¤‹K~—®Á\x04 úánÉ "
b"WÉ\x19 yõXMº¶AÅôÙ·~z "
b"tž\x03 ŸŒ\x10 Eu®\x7F ¹ÆDª<Ñ "
b"\x15\e Ìee£NŽ¾ÑØÎ\x15 ˆ¨P "
b"\x1A APƒxcBü‘8\x03 ò3È-Ž "
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"%Ü%zÝ\e O┌Ø:¹âáð\y "
b"ɺ=Ì\x16 \r O&Šz¬:Ç‹»° "
b"ÉÛ┼ª¬±J´ƒWC×Õ&'Å "
b"Ò†pé\<D¥²ß*nÛ˜Þy "
b"\x14 ÅÔÎ@ÞFéÆy³|\x1F d<ƒ "
b"<¬üOÜ_CçÂfT╣j)╬\x00 "
b"\x06\v Ël─ØK¥å└|¢F\v w╝ "
b"░Õ;ƒ©*C\x10 ½ÖRàË\x06 ì┬ "
b"\v «°,ÌåOSØgz\x17 î«:\x18 "
b"iÕ\r _;ûOZšŸÎHF\f ݸ "
b"""
×{¶u7¸Aÿ¹>¥\n
A¬¸l
"""
b"_²Ü{3/@N†>õ\x1E ¸yk9 "
b"Ï\x10 GÎ(üA\x18 ˜O5²éÙf4 "
b"W°}ôƒÂA‹¬Oèî-»ø\x06 "
b"ݘ\x0E 5\x0F @R„7æÄ¾ÚDú "
b"¯x\x1A Ÿ¡/L6´“7\x03\x03 ç¨4 "
b"†*ú¹æ;Og¡\v ù§’Ò\x10 × "
b"r”|\x02\x13 !E—µ3–\x01 @ ˆÿ "
b"ìÆhÐCÇLz‘\x02 ò¯™ö•\f "
b"€b4ÝD¢Fï²6™GÂu~S "
b"ås‘b,FAaµ®;\x11 u›\x0E "
b"É„3\x10 &òIjƒ:φn\x1D P€ "
b"qP‘ªaIHB™gí¶\x15 ‹ê… "
b"õ`c\x0F\x11\t @üäa¦-lñè╔ "
b"┬¶o/ã0KëÂók11¦|É "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"\x19 Üï§ÌóKê¿EüGŸhÌ\x1F "
b"\v\e ™\%ÀKn²l\x1C Šñ)Ýö "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"┐ ±ÿ7Ò@8üýÝñÓêcï "
b"Bu$쬺C]®wBì7·ÜÈ "
b"ù°tIÑ„Kf¾DW¯¿lÿ< "
b"°═ìÖ╝!H¸ƒ\e xX\x0F ßè "
b"óÞ+\r ŸðK+°\x15 LAKD\3 "
b"á •«\x0F\x04 A8˜\3^+àJÎ "
b"½æØÏ›@õ™l`\x1D ÁW=é "
b"oíi(LÃOµ—\x12 Ë_\x0E ´\x1E ú "
b"K‰Cy\x10\x1D Aö²\x1D ¶ÚRæÂÇ "
b"ä°VÁV KX‚èÀ2\x01\v 'u "
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b":¡"‚é\x14 LÞ¸Å~Qt! "
b"´§†¥Q\x17 LÒ•‚T+Wî¡î "
b"3▒g1\x7F 'K´î┤W▒NìwU "
b"pî[3·\x19 OÞŸ^³]ä=…ø "
b""\x03 ã^é9L]▒ÈãyÅu\x12 õ "
b"""
¯M\n
‹˜eG̾Ýàió7ö\
"""
b"Z)æÎ\f ¸CѦÏÓ·ÌÒ\k "
b"Xù.ãXûDP¸\x01 ý¿K\x1C €Í "
b"¿çÜ iÄB\x11 ©\x16 Ü)ಲU "
b"Ø\U†×eIÀŠ¡Àè°¶í¢ "
b"†\x1E u-F¥¦»‡h3Ëòº "
b"\x1C ÷›¸Ö\x14 BݵÊÎ\x18 }¥*\ "
b"\x17 üZ┼ßå@╗║\x19 \r \x1E\x1D tÉË "
b"9wB8,nB£Œë£·\x08 œ—’ "
b"ÇSPJÉbG¥™©œ˜ÙâHÐ "
b"Œ ÍófHH¶¤¦ÆÂ¼Åè "
b"Wññ~†^@\x1D ˜;£¦¼þ«€ "
b"64? ›KA»€EËÉhsC— "
b"="üq^¬L\x02 ¤é/@d\x1C #\x08 "
b"%{Î\x1C ╦ÉE┬út*PâC§\n "
b"C)PPµ®L>½Œ2×ì·.™ "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"@kh!ÙcO\x1C ìë\x17 á\x16 ┘p\x19 "
b"""
\x16 )Ùé0\n
Mýމ\n
Ö—J\x04 Ã
"""
b"\x02 *À§<\x13 Ab²\t ¿Ì¾‚&í "
b"¤\x1E VÏ×ÏMr¥t€8\x06 zçI "
b"¤\x10 ü┴"ð@àØ=À╣&▒Ý┼ "
b"║▒\x0F ÛfûL·û\x1D |*iïÉ\x1F "
b"³ÝÙ\x14 ╦¯OÐâà7ür, \x17 "
b"³Š"í\x10 øAÀ½\x02 ßä\x18 ÎúÑ "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"""
÷Q.°JUO}™P;`æ\n
[-
"""
b"<Y¥„ažEK¯TFŽ\x1F MlÆ "
b"GŒ™D¥\x17 Fȱæýn-\x10\x00 Þ "
b"\e ôØ\x12 ³dDà¡Íó§ÎÊD; "
b"\x14 x W\x1D ðJ\x01 ¼/ÞȲ<é¾ "
b"}ž¸\x14 Æ\x7F IÖ¹bꉹ®\x08 æ "
b"°Ù5s´ÀN\x08 ²˜Çj'-\x1E m "
b"÷î¯üöÃN,ÂÎòÿÅï│ó "
b"""
ùvÒ\x18 ÔÑC°¡i#“¯\n
‰°
"""
b"""
\n
ÅÕ\x0E Å╝Løà§ae\x04 !\x12 Æ
"""
b"±Ubòµ\x07 Nÿ“)JZ•Uc” "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"~ù\x18 Åj\v O+ÄO¶sá╣\r D "
b"""
òEÉ\t\x10 └G\n
å!"<¶èÛf
"""
b"íðd€\x19 +IN¾À¢íFö\x07\x0F "
b"o\x05 ¯˜_¾G—¨óÙ`-ö¥\t "
b"SL\x00 òmIKØ«,/ƒ/Íó® "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"m┼ç\x1A ²UO¿ÜÖg┌½°ÅL "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"¬ç,:’ÉKº„gãðûÒiš "
b"Ôkh\x04 nCA\x07 ˆ/NI BÊÊ "
b"-]Å"|¡EÄàJ=ß═â+\x06 "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"öTD\r oDL÷€T°ÀñL›³ "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b"iÞÔ═÷@LɃ\x16 j¼\x0E Óþ4 "
b"%\x03 «PÅ$A\e ║╬¥+\x01 ¢yÛ "
b"jɃ┌2ÚHÚ©\x11\x00 ƒS▀\e × "
b"®_!U€M@\x02 ²b"GJ*Pe "
b"¾º╔ü\t ╔J\x07 î▒ÎUT░Þ! "
b"¾À)\r '\x05 OÇ—ãt:ë\x10 g} "
b"0ì\x05\x1E Ì‘Dê±zŸÌÄ\x1A\x19 Î "
b"—£¾‚dzIP˜¼-\x11\x12 ÷+ "
b"`½ÌZÉ╠DÔ╗Æì\x17 EÃ*Ó "
b"\x0E ?\f «\f GA¬ƒé~‹4«ÊŽ "
b"\x1A ×™CÇäNK¶ñü³æƒ\e\x07 "
b"""
ea%÷GØH\x0E ¯\n
F€á\x1A ‘
"""
b"E/\x16 ú\x03 „D§»\x1A ·¶ó\x19 . "
b"–"97™ÊGÀ³â6ùËYi€ "
b"§~š\x1A\x14 ØIN¥>ø×\v ÞÞï "
b"§í\x0F ÆÔ\x14 F\x08 üz║¹\x14 ┘ ‗ "
b"–Ù[Åÿ_J3¤6\x17\x0F vû`s "
b"ØBÜé¬BE]¤¨º’ƒÛ˜› "
b"©óoGô╗G\r Ö\t █?ªeàì "
b"®ðœU·\x15 Nd£d×\x15 D\x06\x1D a "
b"""
C\x01 òpvÐ@"†`\n
Óó\P\x01
"""
b"¸ó■\x00 ØïKõ▒oçM=ê\x03 8 "
b"¨hƒÖ¼=K–£:©\x0F ‡w1ò "
b"c\v þ‗\x00 dFªì\x07 L¦└èr° "
b"å–‰7Ý^E׫'UVÉÌü‘ "
b"░J¥ð ØFD½┼<û9f┴A "
b"\f á?╗ ÓMÉó%│õ«f\x14 5 "
b"_¬£ô\x17 ¤GæµÆp|îþÿ× "
b"^F¹9lºB`öÅ B&©0× "
b"7[{aÊ0E;›ª¬\x1E ’²Š\e "
b"`›¨Õ*\x14 F2®‘\x1C ˜c”þk "
b"Ð4\x06 LúpDh¼,-p5â°÷ "
b"«€Ÿ15‘O\t °€¥^÷XXˆ "
b"\x05 ü▒ºÝéADäÙHÛU[?\x18 "
b"\x08 mˆ ÏwJ€˜Ÿ\t !EKYt "
b"Rj.žø\x17 N!›\x00 •U‘'ß+ "
b"\x01 äEÀ└BK¢æj5µqï\x04 Ø "
b"jG™6ò$N6†\x04 Ÿ’èZ¿c "
b"û(\x1A Ý!¡Kì±üb¯0Ò\x04\f "
b"\x1E Ô\x05 CÜŒLš·1)S¿»QË "
b"ßÊM¥‰.Cˆ²ï’›Þ}Ç9 "
b"!£t¢)GGö£\x08 TS…\x04 ๠"
b"¤àü?S.Ir¼i\x18 øò\x16 ®O "
b"Ô\x0E Q\x05 JŽEL²››ËíööZ "
b"?ŒPvM*OGˆ\x1C Ù±ía:‚ "
b"""
\x13 $\x0E }…³G^½Â\n
FZKRã
"""
b"k\x14 úF\x0F ¦J¿½Ø4\x02 ×kå˜ "
b"|\x1F ~ÍÁÉBûï■■î‗▀M= "
b"òiœ‘\ìAÒ»éÖ\x18 I-Êâ "
b"Y‹`?®÷O\x04 ±¸ýSãz¯X "
b"¶œ\x18 ›)±@’¢\x0F *\x11 f¹]\v "
b"?╦\x08 #2ÒCì©QüÂ9ߪ "
b"Ú;╬#ÔéA|▓\x16\e ╚±æì▒ "
b"ì¶P âyG•¦Srv™Tž\t "
b"÷5TylµBC‚æÀ÷7ag¿ "
b"»\x1A Ê‹\x00 ÇN%¡\x0E ßçóÅæ. "
b"¿ÎaÙÅÒ@¼¯k\r If\v\x05 # "
b"„Bãô\x15 v@ãŒ\x11 %a˜\x18 T£ "
b"ó88–þ“J²ˆ¥\x1C "K©{S "
b""ø#Ý\x01 úCjŽa\v ÂC\x1F Ïa "
b"Úsï\x18\x1E mNÕƒ4\x12 mùR¶9 "
b"ù@\r A"\x17 Odî\1mQv╚ü "
b"""
\x10 ³\x0E Í˰H1“\n
×.s\x06 @‰
"""
b"ûØ„M.{L½°icuÊЪ$ "
b"\x17 í0)ò»E¯ì{¬\t Àg■G "
b"ýæá“\x08\x13 FU°\x1E ˆ£˜L3¨ "
b"È!NŠ\t\x7F K\x1F ®\e Û^âcþ© "
b"mT\v ‘ýcCú¬ßòŒ\x1F @°Ü "
b"ñ/•0Ñ÷CÀ•û1\x12 —1\x1D\x07 "
b"öJ|ôC’C\e ‡\x02 ;Ãf\x08 õ# "
b"n]<“^ÏG\x02 —›c‘@/ܲ "
b"VÜ░¹:ØB\x13 ª.╔├ð1Ì\x1E "
b"Øí¥\t êäGñÄ´8Eê¦\x17\x02 "
b"""
ç0Ü╝n©BKÉV\n
øÜ£ðT
"""
b"÷³^L\t ÄHÿ¦\x18 “®¨\x05\x0E "
b"0H6\x12 2×Bï…“Y<`Î\x08 € "
b"\x03 .$Ý\x08 ¤GwØßu \x14 |ô² "
b"z³Éƒ±\x1D EdÖ>kÃ&J\v q "
b"~\\x16 IfVMÔÅß«~Ä\x11 0ë "
b"|üâJ’»@0©~Š5)€¥\x05 "
b"""
õDÿ\n
9›K·«\f r\x03\v ô°í
"""
b"‹÷j“p\x19 L󛆓S\x7F ìÑC "
b"\x05\x07\x10 ├\x00 ╠GqìîuÖÁ─l\x10 "
b"╠<Æe┴\x00 L\x11 Å;\x0E ▄©¥0ð "
b"ÿÆÖ³i¨Mý¿}\e “P‘uu "
b"KW┬¯S╬Fµì¹õv#║.¸ "
b"’D\x13 ÑÅuG7¯Ýd¸\x0F ‡Á\x1D "
b"è\x03 š\x0E |±DV§K0}b‹&ç "
b"R\x11 9\x13 †GM.ž3\v Ë«\x02 Mj "
b"M„B\x1F 7*Aဤ5ÜrkÀo "
b"\x16 ñß,'œOi€A™Â=\x00 gx "
b"sÑ^rELN8¼órö\x02 q²„ "
b"¾á‘2‹RK;“¬ºÒ5cz¤ "
b"▀ä%ò│aO&ºYoø\x00 $ìƒ "
b"\t ª²*M*L`î├'\x08 è \É "
b"ûÓ“è\x02 1D峊¢\x0E ?fpÊ "
b"q4xñä\x03 E±°ï~[ŽÐm· "
b"Ù¿\x06 Ü\x11 ôBõ½¸`Vå§Ü\x19 "
b"\x18 ãO¥úwL¤¼6h¶)\x16\x1C "
b"ºL\x01 k©\x06 Jþ—ï;Ô y§( "
b"\x0F sHß¼ÎI>¾ìªRÜæçç "
b",2Óø=rKd¥Œ~¨<sö› "
b"iÐXRÒìO┘äØeá%NY\x18 "
b"þ\x10 zþm\x17 F³Ä┤\x1C\e Ø\x17 Á╝ "
b"pz╬ ÎÔBJ¼5▀\x00 nØÙ╩ "
b"AdF“'òK\x05 ¬\x12 Ÿp€w×x "
b"—In"\x17 pN™„1?A\x17\x03 œM "
b"…x\x7F `Ž\x1F OÆ©ÀªZPÊ+@ "
b"""
„yd "ÃL?±÷\x11 w¦ý\n
B
"""
b"‰RËn•—Dí¹ÿ‰þ\x13 ÊŽ\x03 "
b"‡AúÖkYA&°ÕÖL;g\x1A\x7F "
b"\x1E 9\x13 q\x10\x16 OÀü\x7F czç9iu "
b"\x06 ä\x7F ‘ÊÍIŽ‹—øÅ«©q? "
b"╠┘\x06 au░CöÆì┘rDf▓2 "
b"+R&æExL.┐ K╔ð÷ØÂ "
b"n8\x1D kçRK─ü\x7F 9Ïìû[ê "
b"\x1F í\f «?ªK†•õ‘sà‹ãb "
b"▒¯\e è\LL\x01 ÅQ !Há\x05 â "
b"\r \x15 v?·æJ·€v*;¦\x01 ®l "
b"Ù›À}”H𰵞•¼Æ}‰ "
b"¹ê└yj¯K\x11 │‗ÄÅ_µ²î "
b"\r ç**#ƒ@■┐´ÉH▓õ\t\x0F "
b"çŽîM4¾I€BFm\x00 ø/. "
b"\x1C û3\x01 CiIlªò╠\x11 ¯║üQ "
b"2\x18 íð\x1D „D[¼\x00\v ÷\x1D 2û0 "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"ŒÚ\x06 L\e ,K’ŠË;“\x04 ¦` "
b"ÅåcÀÙ&Nh€ÝÑÅ×Ο¸ "
b"\x05 @ú«`F–ƒ\x1A ~`ׯР"
b"'╠ÆñP`B¬â·╔\x03 É‗(┤ "
b"ìåÜN*ÖD`¡¼ò\x06 §seª "
b"B\x14 ŠrSDN{º´¨®ŒÊ¥³ "
b"ïFKè\x7F ÷Os„ï¦\x01 m‘Ñ' "
b"|o\x17 yŠuLtŸ\x03 ‹µˆI\x08 G "
b"Yp…\x18\x00 ÇE#«†3ÚãÄÐø "
b"\x1F IH£\x7F\x15 Iî¥K\x01 \‘qÕi "
b"í—¢ß/äGÊ„=*Wµíð½ "
b"¥G┘×õmN\x15 Ø█╬£°xÛ¤ "
b"î$üõ\x1A âD©üfÉöÙ6Tæ "
b"\x06 GÜ3¸\x15 D\x13 ºÒÉÓ¢\x08 K¸ "
b"†\e ˆ“È2J\x15 ?*þ£q,‰ "
b"\v µ┴╠\ìJnÖwì\x04\x18 {8N "
b"áD\x02\x1E y<Fsì\x0F ºYƒ¶\x03 \ "
b"¹¢5¬J\@]ŸÑÌ„šŠ½w "
b"ˆUËØ\x1D ¥N±™¸{\ˆ¬üS "
b"<wV\x18 „…E…’Øü0\OçÓ "
b"JìÆ@ÁwG|¨Ðòâð»âU "
b"òðc"´ÞG\v ¥4╦@┘Űá "
b"k▒Õ\n ª‗EHØh¦Qn{\x00 p "
b"8vv…1áGvº¸\x1C ~Iæ6% "
b"ôöø\x10 ƲLØŸ°#~rýÃa "
b"Hb?t$.EVƒ[èû~¨éq "
b"!ª┘¸─┌LÔ¬Qé┌í@GØ "
b"6tZ÷¹r@˜Ÿ{ªÀû›©à "
b"tÚ€\x17 jùJA¡ådX_ÕÔ¶ "
b"\x03 üV,\x1F }O&¥jÆ.?||ý "
b"\x0F ÍA5©èF´œøI¾\x14 5iº "
b":\n ë¦e>LCübÈ\x00 ■DPµ "
b"%ÏØq·\x05 FW–TX#‚æŒ\x0F "
b"’!ÛdËÅOð¾S%H$ªÎ\e "
b"°hÈs>mCu´Ôt‡$-JÑ "
b"C5Å«#ºK\x14 £\x17 ƒÂ\x07 ŸNu "
b"î\x13 Ñ\v |Ì@ñÉ\f ┘Uþ_³6 "
b"\f\f ¦G\f\x14 Mج%º‰-ì'Þ "
b"\x04 jsíÏ\x05 A\x14 ¡*}Y“¹D¡ "
b"\x06 Ùü¾ø¦A˜ cÓºË1þ\x03 "
b"y‹ö\x1E úªG‹“Í¿¿‰!ˆá "
b"næ·Å└µM8Ñ(g¤\x05\v ÓP "
b"Ø5"SƱJèæ²?õËõ▓Ô "
b"""
á6íi+\n
J[ì\x05 Þr\x13 4\x1A\x7F
"""
b"“à\x12 s^\x1F B?œU(mÁö\x10 Y "
b"+PÃ-ï\x06 @¢”LËçY‰_? "
b"\x0E\x1D ±9DQEj¹ÕIçRÊê¼ "
b".¸}F²^O#¾æ‚nZSû\x1F "
b"ÕE9ë°»Nµš~éZòĺ¬ "
b"""
¤»\r \x02 \n
³NšŽ8ÿÉôãbê
"""
b"ìU[Êæ¿G\t ‚ž-^ò\x08 €m "
b""Ki‡ ŸKÔ¥\x16 Šá¯\v v6 "
b"¢um¯ø║M`░}\x13 ì¢ÂNN "
b"ØÇöÒ'■DªäFiÛ̃Eu "
b"ÂÍ„:\x11\x1E O€’1\x07 ˆ1Šü\t "
b"©!▓î┘ôK óPÆê\x18 |É\ "
b"õVL¼m,Gì•ízvÅ?°‹ "
b"|\x0E Û¶ÿ5EÝ‘&û8\x10 ¼[k "
b"§\x05 Þkb~NÃí~ÉóF£7a "
b"„œRÙ\x02 FBT¶ï,Äot7g "
b"˜uŒxS\x08 KκÐ;Û§ÎÃ' "
b"é\x07 ╝9HdK5Ä║K\x04 üÀ\x06 ┌ "
b"Œd"‹W™FX¹\x11 ‚\x13 ~(x\x06 "
b"\x01 ¶¾e\x10 ÝB@¤aJ·þ“Þ\x7F "
b"\x13\x13 jˆ\x1A ½Du¿ue·Ò\x12\x08\f "
b"‘È;¢6"D”œž\x05 Äþ¼¿\x01 "
b"J░s\f ®¯Dàì\x16\x0E\x11 ■│1^ "
b"\x08 /2ü[kNzŠñ¨o‚°gö "
b"!…µÅØ7A"ª«Þf\x07 Å\x02 ß "
b"┤ÂJ╠ÉãA\x14 鲨Â╚¨oI "
b"╠\v Ø1█<I«╬¡║\x15 ä▓\x10 "
b"\x03\x06 ;hï¤KOž¨<÷;æcí "
b"HN\f !¸kOK€RC•…·ÖÌ "
b"\\x02 í¬ÇvL³“Þè>[)È× "
b"[l¬V\x04 ÈN*Ü:odÅ!+õ "
b"ýnغ\x08 GDHòUM[╚éo) "
b"îŠs½\x15 ŸN/¾\x00 ¥Ü–\x15 Ž} "
b"âñPðmÃNB™>|ö\x04 ŠEV "
b"ÅpBP±ÐEåâí¶Äa¡┤« "
b"░Ê╬Ý"ðJÌêì\x00\f ┐jçE "
b"@嫨ì\x1F M>º`¥}\x06 †îB "
b"A\x18 (è9ıL^»Ø╬ ▓42Ï "
b"Z«\x08 ‰J\x0F KZ€ìð1½+Þ\x03 "
b"Ê«U™\v eAÏ–ÔÐâ;®Gº "
b"ýÉ×ålÈC└Üa¼T7¦\x19 Ü "
b"1\x04 !*ƒ\x04 E#ÑÅtÛÍhfÞ "
b"°à ÛÁéNYöûLöìu1H "
b"42{åÛ´H•”S9XŠC´f "
b"¿Í}ƒã‚O\x00 º†§¿€”\f ˆ "
b"rQK\x15 2¶Os©ûô{¯%Z´ "
b"ÓìU5¢[LÑô«aÀ\x10 Àü\x13 "
b"n=3æîéBrºÊ[÷Rq\x10 ] "
b"üvU kÖDî¢h│0*b)ü "
b"v·«è¥\x1E B\x1D ¡ØåW¸L|è "
b"óîßõeéݧQß„w²W "
b"Òp/Dt@8º:Na»!®1 "
b"]Ñýø‗´CÛÆDà┼ØJÂz "
b"ÿW8ÞoDIƒ“—€Êy)Íh "
b"""
í\x16 ‹T\x1E I\x01 ‡Œzý³õ\n
Î
"""
b"Í•7‘™¥@mœFÐ_L‹ú "
b"ªh\x08 9\x06 °Eõ╗iüU ô╚\x1F "
b"]Saj╣¦B░º\x03 ÕÉÌ\x13 K\t "
b"œ·ó*ŠåM¹ºîU†\x1D ]ä& "
b"ý#¹ û¦EiœÊ!°•–\x0F ü "
b"Åà@§\r O"³L®Ü=“ÄA "
b"z┤‗\t\t _GØ«À\x05 ,┌eÑ* "
b"N \x05 @█ÀHË│øÿØ7éç4 "
b"%u‘v˜´Eå¿Ð<Chò\x05 è "
b"─û?E$3FgÑ└ÅPHµí½ "
b"Æ\x04 s.iåC•¥t1³ÞËÍå "
b",\t Î;┘\x02 E┤¿ÃwìU¹\r < "
b"""
\x16 žºàI;@^Ž\n
w\x19 ŠCŽa
"""
b"\x15 m~\x02 ëÆNrZkØÄ— "
b"\x03 ‚\x0F ˜\v *EΧI×z>©%¶ "
b"k·YÒjÂEõŠêyK\x00\x07 ü "
b"""
\v 1%üÙ\v H\n
Öt\x16 ══ƒ\v ┘
"""
b"áË9G\x1D\x14 E¼’¼ôºi\x12 L÷ "
b"Å5zØ\x13 NFÊ×):ð\x02 ç░Q "
b"›\x18 àócáJ\x11 ¯=µ2ìQ?¥ "
b"\x05\x0F\x12 Šb«B›‹q_\e \r \x10 þ\x0E "
b"¦õÆ1påB\x7F ‡\x08 ܱ_î\k "
b"z~ÉV8.@ ó3×±ª<\r "
b"æÞ\x1D\x0E ÈëO¤¢®¾#\x18 Æ“d "
b"ƒ¹\x18\x15 Á\x06 NI—pJ´k\i& "
b" zßµ~”A!¦ÅçQœ\x01 ä "
b"\x1F\x17 ~¾§§J5‰ã\x0E í\x1A —u- "
b"’`Çíî{Dzª<6†Ú\x7F ä "
b"kE■¹\x12 2BÉÂ>á+;\x17 ±c "
b"ö&`¡GlAÇšòb°yÒßš "
b"""
W„ž\x12 ³‰GX¨Ã\n
>\x17 $:‡
"""
b" Â!■\x10\x19 B±ùì║3×\x1D Qy "
b"™\t CVb–LY‰æ\t ¢µ¶\x07 Q "
b".\x03 SkØ═@¸æq7Ú~GÊ, "
b"Jæ´MçÜDSžØiÉr½Ó "
b"#3ÚÝwnFÛ®\r ‡œ©Ÿ~Ô "
b"˜cí\x19 ¿ÛJƒ–ƒ¯“±dd\ "
b"óîî╗´DÒøWÓÓ■åÏü "
b"º╬üÜ\f fK_┐Ò~ÿ)Fû║ "
b""ÆýÜfÔKŬ¶9@\v ïAõ "
b"»Gé8<\x1A Kv‹€¼nr&/ï "
b"ˆ”…n:’Oçš \x18 #\x11 o_ "
b"Éß╚┌\e\x1E Jbú¦<$¬0+ó "
b"±zàå;DGr•)\x13\t „\x1D\x04 \ "
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b"╩£eÓ\x08 ┬E ¥\x1D {k¤Ø-y "
b"î\v ð;ôFD°„J\x04\x19 Ý\x10 öº "
b"É\e %ü\x05\x1E EЧÕ*cËδ‡ "
b"³Z\x03 g\f ¨LÌǮɯá█Ä\x18 "
b"ó{\x1D ²ØtMK´QRú]\r ;· "
b"=DÚW\x0E 8Nåª\x11 ©N\x08 ÂWb "
b"Ø-79║b@¬Âû\x1F m╔_\x10 "
b"ý>¢zžšL̆æW명Žs "
b"kØ9M\x15 mK̾§Óàªb¡\x15 "
b"!3ç^«ÀAv½ÙœÂ•beS "
b"bf#ðæÙK¸ÅR\x19 ¹■-─ý "
b"s£õ,ýFB[å`9zì¬z& "
b"ݾ\x11 ”¤·O˜¿ü¼û\x7F `W˜ "
b"êpÉPl\x00 NQƒf{¬%C#µ "
b"ý\x17 ¢tÅ,E\x0F ’Å-%¿È‚Ú "
b"U\\x1E kw»Oê®i\x12 Ûµ‰\x07 h "
b"ªv[ü¸7C‹€O&\x05 edÐ\x13 "
b"aü│V®\x14 J_╣Úá\x00 K╦0% "
b"¤ \x1C P\x05 ëH$ìì³Û\x1D\f\x1F\x03 "
b"ê—ð™\x17 PDZ¸*\x14 <&„"´ "
b"\x7F 1V‚P,@[ªK;f×,á "
b"ÉÊÈØòÔD╩û8SÁ┼P®g "
b"\x1D Ÿ3‹.7L\x05 —âô÷È¡;½ "
b"~6â}\x07 èE´³ä65%$â] "
b"\x1F T—úêÔK̹Õ|l[X‰\x7F "
b"e™·×«H#¼i¬N²žýt "
b"""
æàIµ„6C\x10 …º˜\x08 ²$\n
Î
"""
b"“ç½BåfBã“Þ3°\x01 8aŽ "
b"dl S0fHÁˆ\x7F YLSH(, "
b"/±\x03\x19 .óDfü<Û3þbWb "
b"4Ä\x1D @&ÃC=Ø█=ì{\x16 ©9 "
b"Õ²º▒á»NÉë\x14 5þÁty° "
b"Æ9@çthDB‘ý\x1A ¥¬É\x0E n "
b"""
7Z\x01 ¤ÈyHиô\n
íí\x13\x18 …
"""
b"ÿʼ\x15 ³šEÈ«^ÿ =^Á\x7F "
b"Õò\x1A eÑ[IÜ€š\r \x08 Í\x05 ¨Z "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"ZˆÚ¸YmCmˆžV\f ‚/n& "
b"¹ê\e\x05\x08\x04 Ghù\t êaµìt^ "
b"e\x13 òÉ▄8G2ó└ñ3\x0E .\x15 å "
b"5▀═╩\x16 sE\x7F É\x06 ´┬ÊhÏ\t "
b"oÕX\x1F ý\x1A AßµÜÕ¦r‡¤— "
b"Ñ\x0E ó\x1A\x1F ÅD\¦|§ü†\v ¦‰ "
b"""
Á˵_×\x17 @? \n
\r áÞ<€W
"""
b"Ý#Ë\ã\t Ct±4]ùç\x18 ‘x "
b"‘±î°¬\x14 L¯ªŠåD~XUé "
b"É¡£╗tgN═ûï\x0E ZL┼H║ "
b"Âá?.¢EK9€ZÑªÃÆÒB "
b"q^*\x0E ÛRNIžˆ7/Õ±g) "
b"4Ì[µ"»D„€†L€>¸\r Ò "
b",´äÚÐYBŸ¶ÀCw/-ah "
b"ò}Q¹¥ÓN¯Ç§┘»ØÃñÒ "
b"¹`-¾É\x16 Ke»²g╠Ü.б "
b"Ü"‡5\x17 ôO/•:õK·¦Ž "
b"hÄ9Ù0\x1A FK°¯Ÿ\x1A\x03 ]$P "
b"Ë\x08 |æ─dK\x16 ÅÕ=K\x16 ½┼\x19 "
b"$ÒÂÊ7ÇN6¾©TYkmúo "
b"ÅÄ\v\x17 ┴hD¢Å\x11 É╬0ü§\x05 "
b"wýaÂuBB7"}±3F~M "
b"╣7UÉÇ\v J\x04 ë─â°\t\x18 µP "
b"CÚÇ™õ\x01 C>µèryÞcxw "
b"üï;Û\x14 %@Lü´‗lå\x03\x07 = "
b"┐\┬\x14 A\t A$É═ás═?║Ê "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"tñ\e òò¯H}«úÅÕ\x7F ¸#. "
b"\v yn\f {ÄF®º7mýËËÒæ "
b"NG¡G$ˆLкž;k›~}ˆ "
b"?\x1D ÙBˆÛK‡¼\x14 ý\x03 ÖBÂ) "
b"[ЀIìäK~œÙh›í½\x10 G "
b"«Ü‚\x1D ü\x12 OK³ñ\x03 º\x03 {Š\x1A "
b"B\x03 3\¤+I¦º\e újK4ìÅ "
b"\x06 Æà(áêG\r ªÓNÂ<¨\x18 É "
b".3F¿+AD5▓\x13 ù╬Éé┴0 "
b"r—ª[N\x0F Hg…©É¡+ì~\x01 "
b"jØÓ¬KòEs°\x14 ™'_³©4 "
b"./'ÖsOL° ~\x12 WJ‘Æk "
b"%║a\v skDªÆ╝âì`o\x07 ~ "
b"\x17 É\f *yxO▓ÑÌ\x07 ¾└â´[ "
b"Ɔ›²~@\x04 …\x05\x08 {Û[„Ÿ "
b"Ö½ª´_┐G¥ØsUÎ4º1b "
b"µmwK¼ŒKc°ŸA\x1D VæË\x02 "
b"!4"N‚Bä¯~5\x00 cs–Ó "
b"Ohq¸\x1F GOâœÌ\t ã\f ~ý” "
b"─åÒ\x1C kÓEßè«.\x17 ÂÉz║ "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"OÑüc-ßNèôS┼\x00 Ãð\r ¯ "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"Dož&ÎJFf‹Õ×1¼7â\x7F "
b"┬úW;zìLOû&»╝ÙE┐[ "
b".W’ö©yJIƒ\x0E c2œ§ež "
b"ã"kô\x1A xBª·ùÍCo\x1E Œ> "
b"\r Ó Q'äF>œ§˜gÖ\x11 Õä "
b"“\x1A Ûµ¯bI£¦8ÖÑïK,\x10 "
b"u쪯0³FŒ¥\r ç@VGE7 "
b"\x13 [A˜\x7F ×Gu¯*"NÛáe® "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"åQ(&\x11 V@\x03 ¸è\x0F\x1E\v 1H¡ "
b"ý\x02 al8zL.µG„[ÿ«¶ "
b" \x13 Ø¥À\L\x17 žÕîgº)[\x05 "
b"ê\x01 56»\x10 H8¥(Ä —$ZJ "
b"\x7F ª\x0E 7^’A¡ŽÜIfÕ~Õá "
b"d²·_JYB¸ŒÙÉkDŠÈX "
b"º├¢¨┤àK\x07 ╗\x7F áü/ù¼õ "
b"'¤\x1D ôÚPD´Åe\x1C ¬┴Ð┐½ "
b"\x05 ›`jMRH™¼¨røÄ—\x15 "
b"ÀáJ¶µ\x01 O0‘\x18 ò\x07 Æ9&× "
b"""
oä@\n
U3EGÖMR©Ågö(
"""
b"ôÚ„:f\x7F A½¤c\Ôýã“Ù "
b"sôÓ=ädBE–ËzjðäÇñ "
b"½Øšþ4NDà‡/i\x1F ¡=“ð "
b"é \x1A oáWN»±ù|\x00 ñS.\x7F "
b"ûj%Ù\x10 óK'”ÿ4B‡Mon "
b"bú\x08 ütUN=½{°DÖÝ■░ "
b"½┴ûR┌¶N`äø×\ ìZÑ "
b"Ã`(hçhB´æ┬l;j[ìØ "
b"Œ\x13 oÊ\x1C =F[™Jn/¥’V "
b"e\x14 h–ä{L9„¯\x11 G˜\x18 ëi "
b"‰…F0ðB=¸yÕ\x01 hêÆ' "
b"!t{\x7F HÝARŒ\x0E 87.u|– "
b"^»\x1E àì«C\x05 ®\x16\e ç\x19 õ£^ "
b"\x12 ôH¦‘ÞK?ƒ¢d·"Ïï+ "
b"®¹„?K\x04 K¢‡ð{\v Ïóߊ "
b"7X$\x05 É"Hä¿"¬ƒs\t 9l "
b"Mõª¦└│C│íÏü▓\x17 Ð¼Ó "
b"Æ?2zzÁKÀ”Ž\x14\x15 Ë;¡S "
b"ó\x17 à½Ñ/N…‚nsQªŒÿî "
b"Ý╬;IðÉE╦ûò╗\\Âz© "
b"bâ Ð#╗KØÅ9\x06 ¥SÓ\x7F Æ "
b"E\x02 AÓá\x19 EÀ™\x07 J^ÜMn= "
b"÷®■ ì\x06 E?ó█~ª\x04 ▀ 5 "
b"\x07 pºzB·Hþ¼\x10 6\x04 œI<Ü "
b"±\x07 €§_gI˜ˆeå¶;\x1F Ss "
b"õJ¡\v ØC\x18 ‚³€ÉÓÌ[U "
b"Þ\x16 ‡ûûŠNêšGKÐ\x11 ñT‚ "
b"°72+îC鿽ª\x19 ÀLë\x0F "
b"u‡¨þ\\x11 O\x1E ª?Ò0\x17 ¹Š^ "
b"U\x0F ƒ òÄBü¬\x08 Â=R|®À "
b"¯\x01 ║├\f WN£ñKíOädü\x05 "
b"}ŠOÉûîHÌ¢*Ð\x1C S;°\x19 "
b"רH╝\x04 ¹JIÿBØuÁ%0f "
b"g9\e /êÎNH¡ÿ\x07 ‡'ËŽw "
b" ZóÊÃãLßèü|òÌMz: "
b"ñô“ÏßÚIƒ£ÀB^ŸB6ƒ "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b")Œý–G½A¶¹qO'ãa\x00 " "
b"˜šxh=òMB’SŠ–\r †k\x19 "
b"¬îæ\x11 ðÚK‡“L®?»Ó¦9 "
b"Á\x02 8\x01 `LE¦‘\x12 ôŸäQ©Þ "
b"¡är1µ;OoÉ´ð¹Kqpã "
b"ÆÜ‹êœ#Ff¼\x03 žvB\x1D Ëo "
b"' ▄\x05 ├ØJ`º"@░îæKd "
b"ì·Å?┴ªKÚû²|\x11 îr¼│ "
b"Ò€\x05 ŒNhCC“ioÁ\f z_í "
b"\x10 ª#\x08 ãªH\x16 ±UTKÑ9[\x14 "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"""
N3>\n
\x7F\x1F C\x18 ‹öe®ç-ôå
"""
b"M² ÒÆ¦FTì│§/<‗í1 "
b"q÷^ZÑìL:‹‡ƒ+5TËÄ "
b"ufl’#íL\x06 ¬\ήFb¾ "
b"í£%µ¹@C─ø\x14 TüDö└┌ "
b"–Q\x11\x08 i÷M©£Õ\x00 /*Ð\x04 Å "
b"?ÎÁŽ8\x19 FD½x£\x0F )²ìæ "
b"""
#\n
[=\x1C\x18 Jû5žy’\x03 wˆ
"""
b"ìx╠a\v îF\e ƒ=0`╝\x02 ├© "
b"í´Ð\x17 ;ÍBëü└Öð▀\x17 █¯ "
b"6M\r \FüG+┤<³³pmv╬ "
b"ïõ*É▒╬Iµ®7Î~3N¥ "
b":Ò't§ôGSîìoI\x11\x17 X\x03 "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"u\x01\x04 ›¤«I\x19 ¹oÝ.m¥Z{ "
b"@½\x1E ÿ%ÄN\x05 Å^;}l\r Ò\r "
b"\e ™\x06 Gç¿@«„¬ÎvI4Of "
b""n\x15 ├×ÊH\x1A ì7@\x1E\x19\x13\x1D x "
b"×┐#½╣ûK@û]Õ[Fäü1 "
b"\x1C c\x7F 8¬\x1A I'Ø\x19 eÎ>ò╩▀ "
b"½ì HcQM”¢\x03 Ï7›¢ü "
b" eG³tÜDȃ\x1C øKȈ\x15 a "
b"p¯\r ‘M¥Lÿƒ\TÓúEÊÑ "
b" !í;'QI§»Î¼ê>>Q "
b"1Š\x08 âh¾AŽ®9‚csê@ý "
b"q®My\x19 ”G\x01 ¯;¦w>A'm "
b"C¸ÛõÑêKª ìëg–…ñû "
b"┘ø×Kõ/L¦à¿aÉíı╬© "
b"ñ+~ÀÍ™Oz¼4œ¡×\x03 þ‰ "
b"@€ò`ÙÔIÌŽù‚f>nü° "
b">p¸\x1D l3Gš½"”é\x06 ¨Gm "
b"""
`¯B¿Ýl@„”Ú\n
%\x06 ü\r È
"""
b"{šL¤øƒKF»i]Ëð\x0F {” "
b";Aw‚>7E5¿ø(¤¤û©D "
b"€hÐë*ÙLe¨‘P›·8¯ê "
b"ŒT&`¦˜N׃ï\x1C ú~t—_ "
b"\x0F\x00 f~—jO¡“?ÕÝ\x1A ½41 "
b"É\¦2{ÚA▓îY\f ¤|äÛ» "
b"{Å▄SV\x00 FyÁ\x14 n¢"·Ñ╬ "
b"Æ(õ™T%Ib¼\x11 ‘z³(ÒÙ "
b"&¤Áì\x13 èEB«R»ÐÒY:o "
b"¼À\x14 ┤F\M?░éiütú┌a "
b"Ü4eè0GçÆ├\x1C #Å2No "
b"{╔Í█æöHÅïé{\x16 sÌÁÝ "
b"Iç\x0E o”ÎOëˆ"–cÂ1Ÿ% "
b"\x13 m9ïLÉ@\x1D †_h”Ë6&v "
b"Ïï;\v }’HÉ”ðØ\r ‚ýb& "
b"Ö¢ÕØñ›H+‹a&g†‡™\ "
b"$ÔÃ\x1A |KNÌíîÑ▓É┼ýf "
b"éæ\x16 s¡ˆC\¾œ3™]Ôâô "
b"Ô\x1D Õµ\x04 ôK1¤ØŸ6ãZU\x0E "
b"ýc\x03 ÉôƒEð¼AåÏ\x01 ‡?\x03 "
b"╝ܵD\x10 ¥KeÅ?lıWØ╩Õ "
b"ÿ\x1C j\x12\t pMŠ‚›\x19\x7F è]%\x18 "
b" \x18 q\x12 Jh@ì┐ó}j\x1C ¦ë\x17 "
b"EÒàı\r ¯N½â].ÙüGKB "
b"í\v ä™LŒIþ¿t¤ž¥ã\x0F "
b"¡štE\x1A ÇG\x10 ¡Q…Ü»\x05 ƒº "
b"A\’Q¶(O³•ÈÙZ§\x18\x16 E "
b"ýÙcì÷\x1A AMÑ\x13 ÎNä¤;Û "
b"úHs\x02\x1D ÝHÔ‰¬{¤¬t\f 6 "
b"4å\x1D Q\x7F uC<–\x12 [!U_Lï "
b"ÊÎ+Y\x1A ÏJ•®\x00\x1D {Èΰš "
b"R\x04 ÿ\x0E G}C<¡û\x08 ^║ØÀ╦ "
b"äÊ)Ù▀ðC/ÉÌ¿1\x02 yæå "
b"■x>\v ULKTØ¡aÒh>│û "
b"┐¯\x08\x1E 0èF}ɧ\x1A k\x16 >µ\x1A "
b"e\x03 ‰UZaJH½\x1A Øw»\pà "
b"km‡=M^N‡™Ê°\x14 öÑ\e W "
b"šÂIJè\Lî¯Ãg›\x02 c—— "
b"""
ÕWçÈgN\n
‰\x15 _3~ÃAù
"""
b"i·4¦*§BÜ╗åÉ\x1E þ"\x17\x02 "
b"""
\x04 hT\t ‹<N(”\n
/7ÿˆsl
"""
b"\t\x1C ¿ðÈ0BΕ6\x03 bÙ^œJ "
b"!,mUš\x18 @j’Dg\x19 =‘.D "
b"ì¾┬CÂRAÃï╦SK`%±G "
b"“Uó*H±D1©€B“è.\x01 "
b"l\x13 ÉpxS@Wú=üıt╦┴> "
b"Ý»)Ùn=B\x04 ŒœE\x0E ÊÇ?ä "
b"lTËÁÑâFG¬\x18 -RvøØ¶ "
b"=Ø8“p˜Mw‚íë4н€_ "
b"ðXQ†xtD£¡ØSòõº+u "
b"ΔÐÌ}tCª’º\x14 Ëý¢Ö¶ "
b"»-±çì;Coêm\x7F VÁo\x1D \ "
b"\x10 UÏñðÜBå©p\x05 â$4Šn "
b"¸–\x05 ; \x1D NɆG”ùo%ò\x0E "
b"\x08 DcsäðCý«\r \f çƒUÉœ "
b"e9æ~HßE:”Ùœó2»[D "
b"Ú…âò¦±Eà aFÉ\x01 MLj "
b"\x01\x11 °SZ9HÞ®dë╦Øæ_H "
b"V×àn¹\x0F DD¦ª7¶ÏÇàð "
b"Š¿Àì\f\x7F D⪟¯wˆvÞ. "
b"åJwºÿñB\x1D ¢“7c{!þ) "
b"”DÄßß\x15 Nî¯NS×ù\v Ò\x03 "
b"▒q│£vVM\t ÉÃðÚê2&═ "
b"ì¦Æ\x1D\e ¶Jy¶\e Ž¢\x03 Bõš "
b"ùA|`ëƒD\v ò╠ÔÉ%@\x0F à "
b"ð¸b9uþN ”?®:dr 9 "
b"‚¡‘˜šÏN9µ§Ï»€e2$ "
b"§DÐ\x1C {DKL»\x1F\x11 u.•$¨ "
b"éÜ—A“éGξ\x05 {z2\x19 Òä "
b"Ø┴Ö\v 1TC¶▒\x1A Ú\x10 Ä>\x17 X "
b"N\x17 ޼*©O–´ø4fÚ\x03 ð_ "
b"ûô€×Œ1A\x1C ¶\x1F ŸX€y™8 "
]
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 (0x7D04C91565FC4778B5D21B40686F61F6 , 0x6B4E2DEC349C4B00898F097BD92B5E9A , 0xC46E8943F5D247BC9963D45FDCEE5C6F , 0xCAA13D80127F4CCAB2509C9F98AF12F6 , 0x4AF5313C097844CABC8CADE116493D04 , 0x27CA355FA1134BE9A8844E6ABBFEBBEE , 0xE5995D898C9A4E929FA29BC3BDE793D3 , 0x3E433CC064194AADB8203D647B14222E , 0xDD1F34968CC94CCF975BBA552CBE9DF5 , 0xAA2CFF4F43EA45B8AF20D545EA6E188A , 0x6F93C260DD3F478EA9E1513BE9E04D89 , 0xCF82976DA3F14F67B16E8D9E75B53AEE , 0xE4D994E2E63044AAA789176220E9901E , 0xB41734881424499E90FAC586460EFE65 , 0xD38D2F79498241B6AF04042FC959D1C1 , 0x8C6E98903562479397B85CECAB1339BB , 0x53314A8989504F40B302043F169AE32A , 0x81444E77699343C187FFFB573D47C09C , 0xEEB34EF84ED14083B638E95E474DEF57 , 0x9759EF0F926A4BD79D266A850411DC7C , 0xC7E9869D010744B8931B6B9A5B7EFA1A , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x70EE4054CA6B4858AC71A86DBEF1A64B , 0x84D0E239A3304371AAE6B3B31009BA95 , 0xBE4AFFFBA08C410C88D56A88C5FBA1FD , 0x774FE8AE2D104510814A28CAF0D300C6 , 0x9ED89748C8F246D8BCA41141232F426C , 0x1ACCCC55AF184996BE768CF969F37C0C , 0xAF364033008C422DB836A9B724A64698 , 0x6CD1396EA58246D39A8DE490C29B1324 , 0xCD38B49B55824307BA643E86F68C315D , 0x918362C75B23493EA15AA042B43277A6 , 0xC6C244FECBB04C999BFF987241025147 , 0x88A853F8D360444F89BD1A3D16E2B226 , 0xEC87571F6FA4427B9A981FFE261A279D , 0xBC3C0E1D84CB4FE89E0A4150A65BAF77 , 0xE997C8751FAC4CA9859A9E9C9C97EC3C , 0xF1146B3876DC4F27A89BB2636D1B626F , 0x8069CDB31B054132BB5A6ED901E8306A , 0xF74943B759ED4550A683A9BDB96B78A4 , 0xF61937C6D8C14AC9A980DD41EDAF6915 , 0x28916ADF88504C208540D811B87234CB , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0x544A2015944B40C085239BEF584AEDDA , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0xDB5460FD7959419788EC414BE3947D20 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0x93377FDDD0B142E3A5D7EFA805B24D60 , 0x7D75119D57E740A0B7B000DF607B7D75 , 0x7A52AFC54EAA443E8DA1C4A2415CFFB2 , 0x474596D0492F432B9452F19F8F7C65EE , 0x25D956B2F2DB40A78B9EEE88836D121E , 0x33607D10BBED4A2F96337948F9F0DC95 , 0xADB42016585941A3982EFE96F98DC6E9 , 0x9E074285684B42B7A63A5890D4A1F4A1 , 0x6701FE7F2AF744CFBA2833799EEA6F13 , 0xA0E0CD4F57C9480C989FA91F178B2FC5 , 0x92940B8322544AD2AA28C6E9CAAB9ACF , 0xC21799BCA01B4DAEA4AF8B407E627EDD , 0x7868A6FF13B24D63860EE0C4DB29046F , 0xE83132FBD5924BB69D28F0185E38F319 , 0xB43DE9E471A9442A9C845D14FC6559A2 , 0x667EF325DDC44A6AA59DD6C8258CDB6C , 0x8BDE5E9A97034AB28250C4B5495B2E85 , 0xF371775D83064AF38F262F6FF3EBA1F5 , 0xAA2AAEA69C47477AABC3AAF723766693 , 0xCB915E6039F04329BF2A38C281A7BD0E , 0x399C04228CFF45F6B81E7E560BBA71B4 , 0xB1B9A068A6A24EA7A4BFC4023AD63AD7 , 0x9AA7E9BBFD274F93A5594A0EFCEDF517 , 0x2716BECC6AF54D05BCEA6BAF7A96F193 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0xE794D635DE8A4683B797721819320327 , 0x5D7BA723D2834E84A10869596BB6642E , 0xFD6895024A344571B42AD1EADC3CE6E9 , 0xF15EC4A0C70A46379D1BCED50527AB8C , 0x91E16347F0314CB7BFD3D606F48DEE01 , 0xAE8DA0A8C93A4A8694B4CFFEAAB332FB , 0x40572F249F21423880935F04BBF3D29F , 0xFB299E76FCE243AA8BF54A5E6285A655 , 0x91D374C99BC34AE7BEAE6A9E506318D1 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xE6E8B7DA026A452EB323409AD06B9956 , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0x2BC57A2510F74553BEF566FA7E9ABC10 , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x5E492AC433124073A968A263AE02EE86 , 0xBBDE709EBEA14475BC5138F8F55D061E , 0xAD5314AF466D48E5B86EB778C6FB1B4D , 0x041C8ED6153641CAABEF692EB7599E42 , 0xCA12521A95D94DA0A10C0DE41C6897A7 , 0xB0BC4F7E79CE40168D0F7E5716FBBEE5 , 0x1D3EEACE788945C095403E26B2D30131 , 0x76057B0D91B14CAE9383A3AFC3506178 , 0xA07497CD31C748FC92E680B02D4CAD8F , 0xFA86449B32884E4D939BE7611957C973 , 0x5CD16E6892CA4673AB6520B7CF6D4244 , 0xFCE9AAA5B9724BA3B94C2DA7B1E66436 , 0x931F14DBFE744AD1A078D3729238EED5 , 0x5A74FFF20E0742DB86D036B922FDBA93 , 0x804FEB3863C9470288F5D5FBAF5C2733 , 0x49A333DA6A9D422698190DAC1B1E9D34 , 0xC15BB3999BF64C0A9D74D0E71FF34F3A , 0x2075FF76509E4401986AAEB252A47EAF , 0x2FFCA066D0A0472D92B5164C4ABB4916 , 0xBCE74D4BC25D41EE9196181FA87500D9 , 0xF6982FCDC8054BC7B69D8CC7BFC22536 , 0xBDD6C3CA4A004AA293A282059945A9C2 , 0xFD573FD994324A8E997929962F1ACBB2 , 0x0747B3EE39E64E3E9006D03147A95E9D , 0xB8DA2B26CE92471A8AA59C0A98BDF736 , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x9469B02A549E44419B9EDDDB315D50C6 , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0xBC45D549E7CF4803A877221ABF0BAAE5 , 0x4866B2038A3F475F8543BFAFD36B01FB , 0x8689BD201927489797B669C72E045EE8 , 0x9077DA2A2CE24EDD9AC067B169B1A104 , 0xCD4B824EA48B4B7E97AEC104FAE16EC9 , 0x57C91979F5584DBAB641C5F4D9B77E7A , 0x749E039F8C104575AE7FB9C644AA3CD1 , 0x151BCC6565A34E8EBED1D8CE1588A850 , 0x1A415083786342FC913803F233C82D8E , 0xF97CAA237C294498B3AF603EAA8D3363 , 0x259A257AED1B4FDA9D3AFB83A0D05C79 , 0xC9BA3DCC160D4F268A7AAC3AC78BBBB0 , 0x90EAC5A6AAF14AEF9F57439EE526278F , 0xD28670E95C3C44A5B2DF2A6EDB98DE79 , 0x148FE2D740E846829279FC7C1F643C9F , 0x3CAA814F9A5F4387B66654B96A29CE00 , 0x060BD36CC49D4BBE86C07CBD460B77BC , 0xB0E53B9FB82A4310AB995285D3068DC2 , 0x0BAEF82CDE864F539D677A178CAE3A18 , 0x69D50D5F3BFB4F5A9A9FCE48460CDDB8 , 0xD77BB67537B841FFB93EA50A41ACB86C , 0x5FB2DC7B332F404E863EF51EB8796B39 , 0xCF1047CE28FC4118984F35B2E9D96634 , 0x57B07DF483C2418BAC4FE8EE2DBBF806 , 0xDDC2980E350F40528437E6C4BEDA44FA , 0xAF781A9FA12F4C36B493370303E7A834 , 0x862AFAB9E63B4F67A10BF9A792D210D7 , 0x72947C0213214597B5339601402088FF , 0xECC668D043C74C7A9102F2AF99F6950C , 0x806234DD44A246EFB2369947C2757E53 , 0xE57391622C464161B5AE3B11759B0EA0 , 0xC984331026F2496A833ACF866E1D5080 , 0x715091AA614948429967EDB6158BEA85 , 0xE460630F110940818461DD2D6CA48AC9 , 0xC2F46F2FC6304B89B6A26B3131DD7C90 , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x19DCEFA7CCF34BEABF45FC479F68CC1F , 0x0B1B995C25C04B6EB26C1C8AF129DDF6 , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0xBFFFF19837E3403881ECEDA4E088638B , 0x427524ECACBA435DAE7742EC37B7DCC8 , 0xF9B07449D1844B66BE4457AFBF6CFF3C , 0xF8CD8D99BC2148F79F1B78580FE18A20 , 0xF3DE2B0D9FF04B2BB0154C414B445C33 , 0xE12095AB0F044138985C335E2BE04ACE , 0xBDE6D8CFAD9B40F5996C601DC1573DE9 , 0x6FED69284CC34FB59712CB5F0EB41EFA , 0x4B894379101D41F6B21DB6DA52E6C2C7 , 0xE4B056C156A04B5882E8C032010B2775 , 0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x3AA12282E9144CDEB8C57E517421C220 , 0xB4A786A551174CD29582542B57EEA1EE , 0x33B167317F274BEF8CB457B14E8D7755 , 0x70EE5B33B7194FDE9F5EB35DE43D85F8 , 0x2203C65E82394C5DB1D4C6798F7512E4 , 0xAF4D0A8B986547CCBEDDE069F337F65C , 0x5A29E6CE0CB843D1A6CFD3B7CCD25C6B , 0x58F92EE358FB4450B801FDBF4B1C80CD , 0xBFE7DCA069C44211A916DC29E0B2B255 , 0xD85C5586D76549C08AA1C0E8B0B6EDA2 , 0xADAD861E752D46A5A6BB876833CBF2BA , 0x1CF79BB8D61442DDB5CACE187DA52A5C , 0x17815AC5E18640BBBA190D1E1D7490D3 , 0x397742382C6E42A38CEBA3B7089C9792 , 0xC753504AC96247A599A99C98D9E248D0 , 0x8C20CDF3664848B6A4A6C6C2BCC5E8A0 , 0x57F1F17E865E401D983BA3A6BCFEAB80 , 0x36343FA09B4B41BB8045CBC968734397 , 0x3D22FC715EAC4C02A4E92F40641C2308 , 0x257BD71CCB9045C2A3742A508343F50A , 0x43295050B5AE4C3EBD8C32D7ECB72E99 , 0x65D37E8611A24D6A81A53A335F092210 , 0x406B6821EB634F1C8D8917A016D97019 , 0x1629D9E9300A4DFD8E890AD6974A04C3 , 0x022AC0A73C134162B209BFCCBE8226ED , 0xA41E56CFD7CF4D72A5748038067AE749 , 0xCF1081C122D040859D3DB7B926B1EDC5 , 0xBAB10FEA66964CFA961D7C2A698B901F , 0xFCEDEB14CBEE4FD183853781722CFF17 , 0xB38A22ED10F841C0BD02DFE418CEFAD1 , 0x6D759189C4A14728927A26B23ACF20F9 , 0xF7512EB04A554F7D99503B60E60A5B2D , 0x3C59A584619E454BAF54468E1F4D6CC6 , 0x478C9944A51746C8B1E6FD6E2D1000DE , 0x1BF4D812B36444E0A1CDF3A7CECA443B , 0x147820571DF04A01BC2FDEC8B23CE9BE , 0x7D9EB814C67F49D6B962EA89B9AE08E6 , 0xB0D93573B4C04E08B298C76A272D1E6D , 0xF68CEE8194C74E2CB6D795988F8BB3A2 , 0xF976D218D4D143B0A1692393AF0A89B0 , 0x0A8FE50E8FBC4C9B85F5616504211292 , 0xB15562F2B5074EFF93294A5A95556394 , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x7E97188F6A0B4F2B8E4FF473A0B90D44 , 0x9545900910C0470A8621223CF48AEA66 , 0xEDF06480192B494EBEC0A2ED46F6070F , 0x6F05AF985FBE4797A8F3D9602DF6A509 , 0x534C00F26D494BD8AB2C2F832FCDF3AE , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0x6DC5871AFD554FA89A9967DAABF88F4C , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0xACE72C3A92C94BBA8467E3F0FBD2699A , 0xD46B68046E434107882F4E492042CACA , 0x2D5D8F227CAD458E854A3DE1CD832B06 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xF654440D6F444CF78054B0C0F14C9BB3 , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x69E8E2CDF6404C909F166AAC0EE0E734 , 0x2503AE508F24411BBACEBE2B01BD79EA , 0x6A909FDA32E948E9B811009F53DF1B9E , 0xAE5F2155804D4002B26222474A2A5065 , 0xF3A7C98109C94A078CB1D75554B0E821 , 0xBEC0290D27054FC797E3743AEB10677D , 0x30EC051ECC9144EAB17A9FCCC41A19CE , 0x97A3BE82647A495098BC2D1112F72B20 , 0x60ABDE5A90CC44E2BB928D1745C72AE0 , 0x0E3F0CAB0C4741AC83E97E8B34ABCA8E , 0x1AD79943C7E44E4BB6F1FCB3E6831B07 , 0x656125F747D8480EADAF0A4680E11A91 , 0x452F16FA038444A7BB1AB7B6F319AD2E , 0x9622393799CA47C0B3E236F9CB596980 , 0xA77E9A1A14D8494EA53EF8D70BDEDEEF , 0xF5A10F92E2144608817ABAFB14D9FFF2 , 0x96D95BC5FF5F4A33A436170F76FB6073 , 0xD842DCE9AC42455DA4A8BA9283DB989B , 0xB8A26F4793BB470D9909DB3FA665858D , 0xAEF09C55B7154E64A364D71544061D61 , 0x4301F27076D0402286600AD3F35C5001 , 0xF7A2FE009D8B4BE4B16F874D3D880338 , 0xA86883D6BC3D4B96A33AA90F877731F2 , 0x630BE7F2006446A68D074CDDC08A72F8 , 0xE5968937DD5E45D7AB275556C9CCFC91 , 0xB04ABED0209D4644ABC53C963966C141 , 0x0CA03FBB20E04D90A225B3E4AE661435 , 0x5FACA3F417A447E6B5C6707CEEFEFFD7 , 0x5E46FB396CA74260948FFF4226B8309E , 0x375B7B61CA30453B9BAAAC1E92B28A1B , 0x609BA8D52A144632AE911C986394FE6B , 0xD034064CFA704468BC2C2D7035E2B0F7 , 0xAB809F3135914F09B080A55EF7585888 , 0x0581B1A7ED82414484EB48EA555B3F18 , 0x086D88A0CF774A80989F0921454B5974 , 0x526A2E9EF8174E219B0095559127DF2B , 0x018445B7C0424BBD916A35E6718B049D , 0x6A479936F2244E3686049F92E85ABF63 , 0xFB281ADD21A14BECB1FC62AF30D2040C , 0x1ED40543DC8C4C9AB7312953BFBB51CB , 0xDFCA4DA5892E4388B2EF929BDE7DC739 , 0x21A374A2294747F6A30854538504E0B9 , 0xCF85813F532E4972AC69189B9516A94F , 0xD40E51054A8E454CB29B9BCBEDF6F65A , 0x3F8C50764D2A4F47881CD9B1ED613A82 , 0x13240E7D85B3475EBDC20A465A4B52E3 , 0x6B14FA460FA64ABFBDD83402D76BE598 , 0x7C1F7ED6B59042968BFEFE8CF2DF4D3D , 0xF2699C915CEC41D2BBE9D618492DCAE2 , 0x598B603FAEF74F04B1B8FD53E37AAF58 , 0xB69C189B29B14092A20F2A1166B95D0B , 0x3FCB082332E3438DB85181B639F0E1A6 , 0xE93BCE23E282417CB2161BC8F1918DB1 , 0xECB65020E2794795A653727699549E09 , 0xF73554796CB5424382E6C0F7376167BF , 0xBB1ACA8B00C74E25A10EDFE7F3C5E62E , 0xBFCE61D9C5D240BCAF6B0D49660B0523 , 0x8442E3F4157640E38C112561981854A3 , 0xF3383896FE934AB288A51C224BA97B53 , 0x22F823DD01FA436A8E610BC2431FCF61 , 0xDA73EF181E6D4ED58334126DF952B639 , 0x97400D4122174F648C5C316D5176C881 , 0x10B30ECDCBB04831930AD72E73064089 , 0xFBD8844D2E7B4CBDB0696375CAD0AA24 , 0x17A1302995AF45EE8D7BAA09B767FE47 , 0xFDE6E19308134655B01E88A3984C33A8 , 0xC8214E8A097F4B1FAE1BDB5EE263FEA9 , 0x6D540B91FD6343FAACDFF28C1F40B0DC , 0xF12F9530D1F743C095FB311297311D07 , 0xF64A7CF44392431B87023BC36608F523 , 0x6E5D3C935ECF4702979B6391402FDCB2 , 0x569AB0FB3A9D4213A62EC9C3D031DE1E , 0x9DA1BE09888447A48EEF384588DD1702 , 0x87309ABC6EB8424B90560A9B9A9CD054 , 0xF7B35E4C09C448FFA61893AEA8050EAD , 0x3048361232D742EF8593593C60CE0880 , 0x032E24ED08CF47779DE17520147C93FD , 0x7AFC909FF11D4564993E6BC7264A0B71 , 0x7E5C164966564DE28FE1AE7E8E113089 , 0x7CFCE24A92BB4030A97E8A352980A505 , 0xF544FF0A399B4BB7AB0C72030BF4B0ED , 0x8BF76A9370194CF39B8693537FECD143 , 0x050710C300CC47718D8C7599B5C46C10 , 0xCC3C9265C1004C118F3B0EDCB8BE30D0 , 0xFFC6D6B369A84DFDBF7D1B9350917575 , 0x4B57C2EE53CE46E68DFBE47623BA2EF7 , 0x924413D1C5754737AFDD64B80F87C11D , 0xE8039A0E7CB14456A74B307D628B26E7 , 0x5211391386474D2E9E330BCBAB024D6A , 0x4D84421F372A41E180A435DC726BC06F , 0x16F1DF2C279C4F69804199C23D006778 , 0x73D15E72454C4E38BCF372F60271B284 , 0xBEE191328B524B3B93ACBAD235637AA4 , 0xDF842595B3614F26A7596F9B00248D9F , 0x09A6FD2A4D2A4C608CC327088A205C90 , 0xFBD393E8023144E5B38AA20E3F6670CA , 0x713478F1E40345B1B0EF7E5B8ED06DB7 , 0xD9BF06DC11F442F5BDB86056E5A7DC19 , 0x18E34FA5FA774CA4BCAD3668B629161C , 0xBA4C016BA9064AFE97EF3BD42079A728 , 0x0F7348DFBCCE493EBEECAA52DCE6E7E7 , 0x2C32D3F83D724B64A58C7EA83C73F69B , 0x69D15852E38D4FD9849D65A0254E5918 , 0xE7107AE76D1746FC8EB41C1B9D17B5BC , 0x707ACE20D7E2424AAC35DF006E9DEBCA , 0x4164469327F24B05AC129F708077D778 , 0x97496E2217704E9984313F4117039C4D , 0x85787F608E1F4FC6A9C0AA5A50CA2B40 , 0x847964A022C34C3FB1F71177A6FD0A42 , 0x8952CB6E959744EDB9FF89FE13CA8E03 , 0x8741FAD66B594126B0D5D64C3B671A7F , 0x1E39137110164FB7817F637A87396975 , 0x06E47F91CACD498E8B97F8C5ABA9713F , 0xCCD9066175B04394928DD9724466B232 , 0x2B52269145784C2EBF204BC9D0F69DB6 , 0x6E381D6B87524BC4817F39D88D965B88 , 0x1FED0CAB3FAA4B8695F59173E08BE362 , 0xB1EE1B8A5C4C4C018F51202148A00583 , 0x0D15763FB7E64AB780762A3BA601AE6C , 0xD9AD9BC07D9448F0B0B59E95BCC67D89 , 0xFB88C0796AEE4B11B3F28E8F5FE6FD8C , 0x0D872A2A239F40FEBFEF9048B2E4090F , 0xE78EEE4D34BE49C28042466D00F82F2E , 0x1C9633014369496CA695CC11EEBA8151 , 0x3218EDF01D84445BBC000BF71D32FB30 , 0xAA0633837D8044D2968E25CF48B70685 , 0x8CDA064C1B2C4B92AD8ACB3B9304A660 , 0xC5E563C0D9264E6880DDD1C5D7CE9FB8 , 0x0540FAABAD6046C296831A7E60D7AFD0 , 0x27CC92A4506042AA83FAC90390F228B4 , 0x8D869A4E2A994460ADAC9506F57365A6 , 0x42148A7253444E7BBAB4A8AE8CCAA5B3 , 0xEF464BE87FF74F7384EFA6016D91D127 , 0x7C6F17798A754C749F038BB588490847 , 0x5970851800C74523AB8633DAE3C4D0F8 , 0x1F4948A37F1549EEA54B015C9171D569 , 0xED97A2DF2FE447CA843D2A57B5EDF0BD , 0xBE47D99EE46D4E159DDBCE9CF878EACF , 0x8C2481E41A8344B881669094EB365491 , 0x0647DC33B8154413BAD2C9D3A2084BB8 , 0x861B8893C8324A15AD3F2AFEA3712C89 , 0x0BE6C1CC5C8D4A6E99778D04187B384E , 0xA044021E793C46738D0FA7599FF4035C , 0xB9A235AC4A5C405D9FD1CC849A8ABD77 , 0x8855CBD81DA54EB199B87B5C88ACFC53 , 0x3C7756188485458592D8FC305C4FE7D3 , 0x4AECC640C177477CA8D0F2E2F0BBE255 , 0x95D06322EFE8470BBE34CB40D98FF8A0 , 0x6BB1E50AA6F245489D68DD516E7B0070 , 0x3876768531E14776BAB81C7E49E63625 , 0xF4F6F810C6B24CD89FB0237E72FDC361 , 0x48623F74242E4556835BE8FB7EA8E971 , 0x21A6D9F7C4DA4CE2AA5182DAA140479D , 0x36745AF7B97240989F7BAAC0FB9BA9E0 , 0x74DA80176AF94A41A1E564585FD5D4B6 , 0x0381562C1F7D4F26BE6A922E3F7C7CEC , 0x0FCD4135A9E846B49CF849BE143569BA , 0x3A0A89DD653E4C438162D400FE4450E6 , 0x25CFD871B70546579654582382E68C0F , 0x9221DB64CBC54FF0BE53254824AACE1B , 0xB068C8733E6D4375B4D47487242D4AD1 , 0x4335C5AB23BA4B14A31783C2079F4E75 , 0x8C13A50B7CDE40A4900CD955E75FFC36 , 0x0C0CA6470C144DD8AC25BA892DEC27DE , 0x046A73EDCF054114A12A7D5993B944A1 , 0x06D9FCBEF8A64198A063D3BACB31FE03 , 0x798BF61EFAAA478B93CDBFBF892188E1 , 0x6E91FA8FC0E64D38A52867CF050BE050 , 0x9D35225392F14A8A91FD3FE4D3E4B2E2 , 0xA036A1692B0A4A5B8D05E87213341A7F , 0x93E012735E1F423F9C55286DC1F61059 , 0x2B50C32DEF0640A2944CCBE759895F3F , 0x0E1DB1394451456AB9D549E752CAEABC , 0x2EB87D46B25E4F23BEE6826E5A53FB1F , 0xD54539EBB0BB4EB59A7EE95AF2C4BAAC , 0xA4BB0D020AB34E9A8E38FFC9F4E362EA , 0xEC555BCAE6BF4709829E2D5EF208806D , 0x224B6987209F4BD4A5168AE1AF0B7636 , 0xBD756DEE9BBA4D60B07D138DBDB64E4E , 0x9D8094E327FE44A6844669EADE9F4575 , 0xC2CD843A111E4F8092310788318AFC09 , 0xB821B28CD9934BFFA2509288187C905C , 0xF5564CBC6D2C47EC95ED7A76C53FB08B , 0x7C0EDBB6FF3545DD9126FB3810BC5B6B , 0xF505E86B627E4EC7A17E90A2469C3761 , 0x849C52D902464254B6EF2CC46F743767 , 0x98758C7853084BCEBAD03BDBA7CEC327 , 0x8207BC3948644B358EBA4B0481B706DA , 0x8C64228B57994658B91182137E287806 , 0x01B6BE6510DD4240A4614AB7FE93DE7F , 0x13136A881ABD4475BF7565B7D212080C , 0x91C83BA2362244949C9E05C4FEBCBF01 , 0x4AB0730CA9EE44858D160E11FEB3315E , 0x082F32FC5B6B4E7A8AF1A86F82B067F6 , 0x2185B5C5D8374122AAABDE6607C502DF , 0xB4B64ACC90C6411482FD9DB6C8F96F49 , 0xCC0B9D31DB3C49F0AECEADBA1584B210 , 0x03063B68EFA44B4F9EA83CF73BE663ED , 0x484E0C21B86B4F4B8052439585B7D6CC , 0x5C02EDACC7764CB393DEE83E5B29C8D7 , 0x5B6CAA5604D44E2A9A3A6F648F212BE4 , 0xEC6E9DA70847444895554D5BC8826F29 , 0xEE8A73BD159F4E2FBE00A5DC96158E7D , 0xE2F150F06DC34E42993E7CF6048A4556 , 0x8F704250F1D1458683A1F48E61ADB4AE , 0xB0D2CEED22D04ADE888D000CBF6A8745 , 0x40E5ABA8EC1F4D3EBA60A57D0686EE42 , 0x4118288A39D54C5EAF9DCE20B23432D8 , 0x5AAB08894A0F4B5A80ECF031BD2BDE03 , 0xCAAB55990B6541CF96D4D0E23BAE47BA , 0xEC909E866CD443C09A61AC5437DD199A , 0x3104212A9F044523A58F74EAD66866E8 , 0xF885FFEAB5824E5994964C948D753148 , 0x34327BE5DBB44895945339588A43B466 , 0xBFCD7D83E3824F00BA86A7BF80940C88 , 0x72514B1532B64F73A9FBF47BAF255AB4 , 0xE08D5535BD5B4CA593AE61B710B78113 , 0x6E3D33E6EEE94272BACA5BF75271105D , 0x817655206B99448CBD68B3302A622981 , 0x76B7ABE8A51E421DA1D8E557B84C7CE8 , 0xF3EEDFF565E949CC87A751DF8477B257 , 0xD270AD2F44744038BA3A4E61BB21AE31 , 0x5DA5EC9BF2EF43EA924485C59D4AB67A , 0xFF5738DE6F444983939780CA7929CD68 , 0xED16A08B541E4901878C7AFDB3F50ACE , 0xCD95379199A5406D9C46ADD05F4C8BFA , 0xA668083906F845E4BB6981552093C81F , 0x5D53616AB9DD42B0A703E590DE134B09 , 0x9CB7F32A8AE54DB9BAEE55861D5DE426 , 0xFD23B9A0FBA645699CCA21B095960FFC , 0xC5ADE040A70D4F22B34CAEDC3D93C441 , 0x7AB4F209095F479DAEB7052CDA65A52A , 0x4EFF0540DBB748D3B39B989D37828734 , 0x2575917698B445E5BFD03C4368F205E8 , 0xC4963F4524334667A5C08F5048E6A1AB , 0xC604732E69E54395A57431B3DECBCDE5 , 0x2C09D73BD90245B4A8C7778D55FB0D3C , 0x169EBAE0493B405E8E0A77198A438E61 , 0x156D7E02EBC64EEF8EAC725A6BD8C497 , 0x03820F980B2A45CEA749D77A3EA925B6 , 0x6BB759D26AC245F58AEAAD794B0007FC , 0x0B312581EB0B480A997416CDCD9F0BD9 , 0xE1CB39471D1445BC92BCF4BA69124CF7 , 0x8F357A9D134E46D29E293AD00287B051 , 0x9B18E0F363E14A11AF3DB532EC513FA5 , 0x050F128A62AB429B8B715F1B0D10FE0E , 0xA6F5C63170E5427F8708DCB15FEE5C6B , 0x7A7E9056382E40FFA2339EF1A63C0D20 , 0xE6DE1D0EC8EB4FA4A2AEBE2318C69364 , 0x83B91815C1064E4997704AB46B5C6926 , 0xA07ADFB57E944121A6C5ADE7519C01E4 , 0x1F177EBEA7A74A3589E30EED1A97752D , 0x9260C7EDEE7B447AAA3C3686DA7F20E4 , 0x6B45FEFB12324290B63EA02B3B17F163 , 0xF62660A1476C41C79AF262B079D2DF9A , 0x57849E12B3894758A8C30A3E17243A87 , 0x20B621FE101942F1978DBA339E1D5179 , 0x9909435662964C5989E609A2B5B60751 , 0x2E03536B9DCD40F7917137E97E47D22C , 0x4AE6B44DE7DC44539ED869C972BDD3A0 , 0x2333DADD776E46DBAE0D879CA99F7ED4 , 0x9863ED19BFDB4A839683AF93B164645C , 0xA2F08C8CBBEF44E39B57E0E0FE86D881 , 0xA7CE819A0C664B5FBFE37E98294696BA , 0x22C6FDDC66D44BC5ACB639400BEF41F5 , 0xBB47E9383C1A4B768B80BC6E72262FEF , 0x8894856E3A924FE79AA01823116F5FA0 , 0x90E1C8DA1B1E4A62A3DD3C24AA302BA2 , 0xB17AE0E53B44477295291309841D045C , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0xCA9C65E008C24520BE1D7B6BCF9D2D79 , 0xEE0BF03BF44644B0844A0419DD10F6BA , 0xC91B25FC051E458AA7D52A63CBCEB487 , 0xFC5A03670CF94CDE80A990EEA0DB8E18 , 0xF37B1DB2D8744D4BB45152FA5D0D3BB7 , 0x3D44DA570E384EE5AA11A94E08C25762 , 0x9D2D3739BA6240AAB6F0961F6DC95F10 , 0xFD3EA27A9E9A4CCC86E657EBAA858E73 , 0x6BD8394D156D4BCCBEA7D3E0AA62A115 , 0x2133E75EABC04176BDD99CC295626553 , 0x626623D091EB4BF78F5219FBFE2DC4EC , 0x739CE42CEC46425B8660397A8DAA7A26 , 0xDDBE1194A4B74F98BFFCBCFB7F605798 , 0xEA70C9506C004E5183667BAC254323B5 , 0xFD17A274C52C450F92C52D25BFC882DA , 0x555C1E6B77BB4FEAAE6912DBB5890768 , 0xAA765BFCB837438B804F26056564D013 , 0x6181B356A9144A5FB9E9A0004BCB3025 , 0xCF201C50058948248D8DFCEA1D0C1F03 , 0xEA97F0991750445AB82A143C268422B4 , 0x7F315682502C405BAA4B3B66ADD72CE1 , 0x90D2D49D95E244CA963853B5C550A967 , 0x1D9F338B2E374C0597E2F4F7C8A13BBD , 0x7E36E27D07E845B4B3E436352524E25D , 0x1F5497FAEAD44BCCB9D57C6C5B58897F , 0x6599B7D7C2AB4823BC69AC4EB29EFD74 , 0xE6E049B58436431085BA9808B2240ACE , 0x93E7BD42E56642E393DE33B00138618E , 0x646C2053306648C1887F594C5348282C , 0x2FF103192EA24466813CEA33E7625762 , 0x348E1D4026C7433D9DDB3D8D7B16B839 , 0xE5FDA7B1A0AF4E90891435E7B57479F8 , 0xC63940E77468444291FD1AA5ACC90E6E , 0x375A01A4C87948D0B8F40AEDED131885 , 0xFFCABC15B39A45C8AB5EFF203D5EC17F , 0xD5F21A65D15B49DC809A0D08CD05A85A , 0xBD964333BD904E599616C2DB42751180 , 0x5A88DAB8596D436D889E560C822F6E26 , 0xFB881B050804476897098861E68D745E , 0x65139590DC384732A2C0A4330E2E1586 , 0x35DFCDCA1673457F9006EFC2D268D809 , 0x6FD5581FFD1A41DFB5DCD5A67287A497 , 0xD10EF31A1FC5445CA67CA7FC860BA689 , 0xC1CBB55FD717403FA00A0DE1DE3C8057 , 0xDD23CB5CE3094374B1345DF9E7189178 , 0x91B1EEB0AC144CAFAA8AE5447E5855E9 , 0x90AD9CBB74674ECD968B0E5A4CC548BA , 0xC2E13F2EA2454B39805AD1AAC3C6D242 , 0x715E2A0EDB524E499E88372FD5B16729 , 0x34CC5BB522BB448480864C803EB80DD2 , 0x2CB4E4DAD059429FB6C043772F2D6168 , 0x957D51FBBEE04EEE80F5D9AF9DC7A4E3 , 0xFB602DF390164B65AFFD67CC9A2ED1F1 , 0xDC22873517F44F2F953AF54BB7A68EA0 , 0x68C439D9301A464BB0AF9F1A035D2450 , 0xD3087C91C4644B168FE53D4B16ABC519 , 0x24D2C2CA37C74E36BEA954596B6DFA6F , 0x8F8E0B17C16844BD8F1190CE3081F505 , 0x77FD61C275424237AD227DB133467E4D , 0xB9375590800B4A0489C483F80918E650 , 0x43DAC799F501433EB5E87279DE637877 , 0x818B3BEA1425404C81EFF26C8603073D , 0xBF5CC2144109412490CDA073CD3FBAD2 , 0x268FC412578B406F8945566B61785612 , 0x74A41B9595EE487DAEA38FE57FF7232E , 0x0B796E0C7BC446AEBA376DFDCBCBD2E6 , 0x4E47A14724884CD0BA9E3B6B9B7E7D88 , 0x3F1DD94288DB4B87BC14FD03D642C229 , 0x5BD08049ECE44B7E9CD9689BEDBD1047 , 0xABDC821DFC124F4BB3F103BA037B8A1A , 0x4203335CA42B49A6BA1BFA6A4B34ECC5 , 0x06928528A088470DA6E04EB63CF91890 , 0x2E3346A82B414435B21397CE9082C130 , 0x7297AA5B4E0F486785A9C9A12BEC7E01 , 0x6AD8D3AC4BF24573B01499275FB3A934 , 0x2E2F27D6734F4CB0A07E12574A91C66B , 0x25BA610B736B44A692BC838D606F077E , 0x17900C2A79784FB2A5DE07F3C083EF5B , 0xC686AD9BB27E40048505087BDB5B849F , 0x99ABA6EF5FBF47BE9D7355D734A73162 , 0xB56D774BBC8C4B63B09F411D56E6CB02 , 0x213422AD4E8242E4AF7E3500637396D3 , 0x4F6871B81F474FE29CCC09E30C7EFD94 , 0xC486E31C6BE045E18AAE2E17B6907ABA , 0xC702036A9BCF499BA4878FAB1225F73D , 0x4FA581632DE14E8A9353C500C7D00DEE , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0xA90319796686407B9795490FBC7029FE , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x5273F25E874942CB82DFADD5B054A179 , 0x446F9E26CE4A46668BD5D731BC37E27F , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0x2E5792F6A9794A49830E63329CA7659E , 0xE3226BF41A7842AAB7F9CD436F1E8C3E , 0x0DD3205127E4463E9CA79867D611D5E4 , 0x931ADBB5AF6249A3A638D6D1EF4B2C10 , 0x75ECAAAF30B3468CA50DE74056474537 , 0x135B41987FD74775AF2A224EDBE165AE , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xE551282611564003B8E80F1E0B3148A1 , 0xFD02616C387A4C2EB547845BFFABB6A0 , 0xA013D8A5C05C4C179ED5EE67BA295B05 , 0xEA013536BB104838A528C42097245A4A , 0x7FAA0E375E9241A18EDC4966D57ED5E1 , 0x64B2B75F4A5942B88CD9C96B448AC858 , 0xA7C3BDF9B4854B07BB7FA0812F97ACE4 , 0x27CF1D93E95044EF8F651CAAC1D1BFAB , 0x059B606A4D524899ADBCA872F8C49715 , 0xC0E14AB6B5014F309118F207C63926D7 , 0x6F84400A55334547994D52B88F679428 , 0xF4DA843A667F41BDA4635CD4FDE393D9 , 0x73F4D33DE464424596CB7A6AF0E4C7F1 , 0xBDD89AFE344E44E0872F691FA13D93F0 , 0xE9201A6FE1574EBBB1F97C00F1532E7F , 0xFB6A25D910F34B2794FF3442874D6F6E , 0x62A3088174554E3DAB7BF84499EDFEB0 , 0xABC19652DAF44E60849B9E5CFF8D5AA5 , 0xC7602868876842EF91C26C3B6A5B8D9D , 0x8C136FCA1C3D465B994A6EAD2FA59256 , 0x65146896E47B4C3984AF11479818EB69 , 0x89854630C3B0423DB879D50168EAC627 , 0x21747B7F48DD41528C0E38372E757C96 , 0x5EBB1EE0ECAB4305AE161BE719F5A35E , 0x12F448A691DE4B3F83A264B722CFEF2B , 0xAEB9843F4B044BA287F07B0BCFF3DF8A , 0x37582405C92248E4BF22AC837309396C , 0x4DE4A6DDC0B343B3A1D881B217D1ACE0 , 0xC63F327A7AC14BC0948E1415CB3BA153 , 0xF317E0BDD12F4E85826E7351AA8CFFEE , 0xEDCE3B49D09045CB9695BB5C5CB67AB8 , 0x6283FFD123BB4B9D8F3906BE53E07F92 , 0x450241D3E11945C099074A5EDC4D6E3D , 0xF6A9FEFF8D06453FA2DB7EA604DFFF35 , 0x0770BA7A42B748FEBC1036049C493CDC , 0xB10780A75F6749988865E5B63B1F5373 , 0xF54AA1AD0BD8431882B380C9D3CC5B55 , 0xDE1687FBFB8A4EEA9A474BD011F15482 , 0xADB037322BEE43E9BFBDAA19C04CEB0F , 0x7587A8FE5C114F1EAA3FD23017B98A5E , 0x550F8320F2C442FCAC08C23D527CAEC0 , 0xEE01BAC30C574E9CA44BA14F84648105 , 0x7D8A4FC9FBEE48CCA22AD01C533BB019 , 0x9E9D48BC04FB4A4998429D75B5253066 , 0x67391B2FEACE4E48A1FF078727CB8E77 , 0xFF5AA2D2C7C64CE18A817C95DE4D7A3A , 0xF1F493CFDFDA4983A3C0425E9F423683 , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0x298CFD9647BD41B6B9714F27E3610022 , 0x989A78683DF24D4292538A960D866B19 , 0xACEEE611F0DA4B87934CAE3FBBD3A639 , 0xC1023801604C45A69112F49FE451A9DE , 0xAD847231E63B4F6F90EFD0FB4B7170C6 , 0xC6DC8BEA9C234666BC039E76421DCB6F , 0x2720DC05C39D4A60A72240B08C914B64 , 0x8DFA8F3FC1A64BE996FD7C118C72ACB3 , 0xD280058C4E68434393696FC10C7A5FED , 0x10AA2308E3AA4816B155544BD1395B14 , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0x4E333E0A7F1F43188BF665AEE72DF4E5 , 0x4DFDFFE392DD46548DB3F52F3CF2A131 , 0x71F75E5AD1EC4C3A8B87832B3554CBC4 , 0x75666C9223ED4C06AC5CCEAE4662C2BE , 0xA19C25E6FB4043C49B1454814494C0DA , 0x9651110869F74DA9A3D5002F2AD004C5 , 0x3FCEC18E38194644BD78A30F29B2ECE6 , 0x230A5B3D1C184AFBAD359E7992037788 , 0x8D78CC610B8C461B9F3D3060BC02C3B8 , 0xA1EFD1173BD6428981C099D0DF17DBEE , 0x364D0D5C4681472BB43CFCFC706D76CE , 0x8BE42A90B1CE49E6A937D77E33F04EBE , 0x3AE32774F59347538C8D6F4911175803 , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0x7501049BA4AB4919B96FDD2E6DA55A7B , 0x40AB1E98258E4E058F5E3B7D6C0DE30D , 0x1B990647E7BF40AB84ACCE7649344F66 , 0x226E15C39ED2481A8D37401E19131D78 , 0x9EBF23ABB9964B40965DE55B46848131 , 0x1C637F38AA1A49279D1965D73E95CADF , 0xBDECA04863514D94ADA203CF379BA2FC , 0x206547B374DC44C8831CF84BC8881561 , 0x70AF0D914DA54CFF835C54D3FA45CAD1 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x318A08E268BE418EAE39826373EA40FD , 0x71AE4D7919944701AF3BA6773E41276D , 0x43B8DBF5D1EA4BAAA0ECEB679685F1FB , 0xD99B9E4BE42F4CDD85A86190A1D5CEB8 , 0xF12B7EC0CD994F7ABC349CA1D703FE89 , 0x4080F260D9D449CC8EF982663E6EFCB0 , 0x3E70B81D6C33479ABD2294E906A8476D , 0x60AF42BFDD6C408494DA0A2506FC0DC8 , 0x7B9A4CA4F8834B46BB695DCBF00F7B94 , 0x3B4177823E374535BFF828A4A4FBA944 , 0x8068D0EB2AD94C65A891509BB738AFEA , 0x8C542660A6984ED783EF1CFA7E74975F , 0x0F00667E976A4FA1933FD5DD1ABD3431 , 0x905CDD327BE941B28C590CCF7C84EAAF , 0x7B8FDC5356004679B5146EBD22FAA5CE , 0xC628F59954254962BC11917AB328D2D9 , 0x26CFB58D138A4542AE52AFD1E3593A6F , 0xACB714B4465C4D3FB082698174A3DA61 , 0xF09A34658A30478792C31C238F324E6F , 0x7BC9D6DB9194488F8B827B1673DEB5ED , 0x49E70E6F94CE4FEB88229663C2319F25 , 0x136D39EF4CC9401D865F6894CB362676 , 0xCFEF3B0B7D9248C994F0D80D82FD6226 , 0xD6A2D5D8F19B482B8B6126678687995C , 0x24E2C71A7C4B4EDEA18CA5B290C5EC66 , 0xE9E61673A188435CBE9C33995DD4E2F4 , 0xD41DD5B504F44B31A4D89F36E35A550E , 0xFD6303C9F48345F0BC41E5CF01873F03 , 0xBC9AE64410BE4B658F3F6CD5579DCAE5 , 0xFF1C6A1209704D8A829B197FE85D2518 , 0x201871124A68408DBFA27D6A1CDD8917 , 0x45E385D50DEE4EAB835D2EEB81474B42 , 0xED0BE4994C8C49FEBF74A49EA5E3AD0F , 0xA19A74451AC74710A15185DCBB0583BA , 0x415C9251B6284FB395C8D95AA7181645 , 0xECEB638DF61A414DA513D74E84CF3BEA , 0xFA4873021DDD48D489AC7BA4AC740C36 , 0x34E51D517F75433C96125B21555F4CEF , 0xCACE2B591ACF4A95AE001D7BC8CEB09A , 0x5204980E477D433CAD96085EBA9DB7CB , 0x84D229EBDFD0432F90DEA83102799186 , 0xFE783E0B554C4B549DAD61E3683EB396 , 0xBFEE081E308A467D90F51A6B163EE61A , 0x650389555A614A48BD1AD877BB5C70C3 , 0x6B6D873D4D5E4E8799CAB014F6D11B57 , 0x9AC2C4B2E85C4CEEAFC3679B02639797 , 0x20D557E7C8674E0A89155F337EC341F9 , 0x69FA34DD2AF5429ABB86901EE7221702 , 0x046854098B3C4E28940A2F37FF88736C , 0x091CBFF0C83042CE95360362D95E9C4A , 0x212C6D559A18406A924467193D912E44 , 0x8DF3C243B65241C78BCB534B6025F147 , 0x9355F32A48B14431A9804293E82E0120 , 0x6C13907078534057A33D81D574CBC13E , 0xDDBB29D96E3D42048C9C450ECAC73FE4 , 0x6C54D3B5A5834647AA182D52769B9DF4 , 0x3DD8389370984D7782EDEB34D0BD805F , 0xF0585186787444A3A1D853F2F5BA2B75 , 0xCE94D0CC7D7443AA92BA14CBFDA2D6B6 , 0xAF2DF1878D3B436F886D7F56B56F1D5C , 0x1055CFF1F0DC42E5A97005E224348A6E , 0xB896053BA01D4EC9864794F96F25F20E , 0x08446373E4F043FDAB0D0CE78355C99C , 0x6539E67E48DF453A94D99CF332BB5B44 , 0xDA85E2F2A6B145E0A06146C9014D4C6A , 0x0111F8535A3948E8A96489CB9D915F48 , 0x56D7E06EB90F4444A6AA37B6CFC7E0F0 , 0x8ABFC0EC0C7F44E2AA9FAF778876DE2E , 0xE54A77BAFFF1421DA29337637B21FE29 , 0x9444C4DFDF154EEEAF4E53D7F90BD203 , 0xB171B39C76564D0990C7D0E9883226CD , 0xECA6C61D1BB64A79B61B8EA20342F59A , 0x97417C60899F440B95CCE29025400F85 , 0xF0B8623975FE4EA0943FAE3A6472A039 , 0x82A191989ACF4E39B5A7CFBB80653224 , 0xA744D01C7B444B4CBB1F11752E9524A8 , 0xE9DC974193E947CEBE057B7A3219D2E4 , 0x9DC1990B315443F4B11AE9108E3E1758 , 0x4E178EBC2AA94F96B4F83466DA03F05F , 0xFBF480D78C31411CB61F9F5880799938 )) GROUP BY `product` . `id` ;
Copy
83
70.41 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"}\x04 É\x15 eüGxµÒ\e @hoaö "
b"kN-ý4£K\x00 ëÅ\t {┘+^Ü "
b"Än‰CõÒG¼™cÔ_Üî\o "
b"Ê¡=€\x12\x7F LʲPœŸ˜¯\x12 ö "
b"Jõ1<\t xDʼŒá\x16 I=\x04 "
b"'Ê5_¡\x13 K騄Nj»þ»î "
b"å™]‰ŒšN’Ÿ¢›Ã½ç“Ó "
b">C<Àd\x19 J¸ =d{\x14 ". "
b"¦\x1F 4ûî╔L¤ù[║U,¥Ø§ "
b"ª,ÿOCêE¸¯ ÕEên\x18 Š "
b"o“Â`Ý?GŽ©áQ;éàM‰ "
b"¤éùmú±Og▒nì×uÁ:¯ "
b"õ┘öÔµ0D¬ºë\x17 b ÚÉ\x1E "
b"┤\x17 4ê\x14 $I×É·┼åF\x0E ■e "
b"Ëì/yIéA»\x04\x04 /╔YÐ┴ "
b"înÿÉ5bGôù©\ý½\x13 9╗ "
b"S1J‰‰PO@³\x02\x04 ?\x16 šã* "
b"üDNwiôC┴ç ¹W=G└£ "
b"î³NøNÑ@ƒ¶8é^GMïW "
b"ùY´\x0F ÆjKÎØ&jà\x04\x11 ▄| "
b"ÃÚåØ\x01\x07 D©ô\e kÜ[~·\x1A "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"pî@TÊkHX¬q¨m¾ñ¦K "
b"„Ðâ9£0Cqªæ³³\x10\t º• "
b"¾Jÿû ŒA\f ˆÕjˆÅû¡ý "
b"wOÞ«-\x10 E\x10 üJ(╩Ë\x00 ã "
b"žØ—HÈòFؼ¤\x11 A#/Bl "
b"\x1A ÌÌU¯\x18 I–¾vŒùió|\f "
b"¯6@3\x00 ŒB-¸6©·$¦F˜ "
b"lÐ9nÑéFËÜìõÉ┬ø\x13 $ "
b"Í8´›U‚C\x07 ºd>†öŒ1] "
b"‘ƒbÇ[#I>¡Z B´2w¦ "
b"ÆÂDþ˰L™›ÿ˜rA\x02 QG "
b"ˆ¨SøÓ`DO‰½\x1A =\x16 â²& "
b"ýçW\x1F oñB{Üÿ\x1F ■&\x1A 'Ø "
b"""
¼<\x0E\x1D „ËOèž\n
AP¦[¯w
"""
b"é—Èu\x1F ¬L©…šžœœ—ì< "
b"ñ\x14 k8vÜO'¨›²cm\e bo "
b"€iͳ\e\x05 A2»ZnÙ\x01 è0j "
b"÷IC·YíEP¦ƒ©½¹kx¤ "
b"ö\x19 7ÆØÁJÉ©€ÝAí¯i\x15 "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"yúÔó\v oBü„\f ð°ø".. "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"TJ \x15 ”K@À…#›ïXJíÚ "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"ÛT`ýyYA—ˆìAKã”} "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"“7\x7F ÝбBã¥×ï¨\x05 ²M` "
b"}u\x11 ØWþ@áÀ░\x00 ▀`{}u "
b"zR»┼N¬D>ìí─óA\ ▓ "
b"GEûðI/C+öR±ƒÅ|e¯ "
b"%ÙV²òÛ@§‹žîˆƒm\x12\x1E "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"×\x07 BàhKBÀª:XÉÈí¶í "
b"g\x01 þ\x7F *÷DϺ(3yžêo\x13 "
b" àÍOWÉH\f ˜Ÿ©\x1F\x17 ‹/Å "
b"’”\v ƒ"TJÒª(ÆéÊ«šÏ "
b"Â\x17 ™¼ \e M®¤¯‹@~b~Ý "
b"xh¦ÿ\x13 ²Mc†\x0E àÄÛ)\x04 o "
b"Þ12¹ıÆKÂØ(\x18 ^8¾\x19 "
b"´=éäq©D*œ„]\x14 üeY¢ "
b"f~¾%¦─JjÑØÍ╚%î█l "
b"‹Þ^š—\x03 J²‚PĵI[.… "
b"¾qw]â\x06 J¾Å&/o¾Ùí§ "
b"ª*®¦œGGz«Ãª÷#vf“ "
b"╦æ^`9C)┐*8┬üº¢\x0E "
b"9œ\x04 "ŒÿEö¸\x1E ~V\v ºq´ "
b"±¹ h¦¢N§¤¿Ä\x02 :Ö:× "
b"š§é»ý'O“¥YJ\x0E üíõ\x17 "
b"'\x16 ¾ÌjõM\x05 ¼êk¯z–ñ“ "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"ç”Ö5ÞŠFƒ·—r\x18\x19 2\x03 ' "
b"]{§#ÒƒN„¡\x08 iYk¶d. "
b"ýh•\x02 J4Eq´*ÑêÜ<æé "
b"""
±^─áÃ\n
F7Ø\e ╬ı\x05 '½î
"""
b"æßcG1LÀ┐ËÍ\x06 ¶ì¯\x01 "
b"«ìá¿╔:Jåö┤¤■¬│2¹ "
b"@W/$Ÿ!B8€“_\x04 »óÒŸ "
b"û)žvüâCª‹õJ^b…¦U "
b"‘ÓtÉ›ÃJç¾®jžPc\x18 Ñ "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"æè·Ú\x02 jE.³#@šÐk™V "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"+Åz%\x10 ÷ES¾õfú~š¼\x10 "
b"zßòc™\x19 B⿽°>«<„ö "
b"^I*Ä3\x12 @s©h¢c®\x02 î† "
b"»Þpž¾¡Du¼Q8øõ]\x06\x1E "
b"S\x14 ¯FmHå¸n·xÆû\e M "
b"\x04\x1C ŽÖ\x15 6AÊ«ïi.·YžB "
b"Ê\x12 R\x1A •ÙM ¡\f \r ä\x1C h—§ "
b"░╝O~y╬@\x16 ì\x0F ~W\x16 ¹¥Õ "
b"\x1D >êÎx‰EÀ•@>&²Ó\x01 1 "
b"v\x05 {\r ‘±L®“ƒ£¯ÃPax "
b"átù═1ÃH³ÆµÇ░-L¡Å "
b"ú†D›2ˆNM“›ça\x19 WÉs "
b"\Ñnh’ÊFs«e ·ÏmBD "
b"ü骥¹rK£¹L-§±æd6 "
b"“\x1F\x14 ÛþtJÑ xÓr’8îÕ "
b"Ztÿò\x0E\x07 BÛ†Ð6¹"ýº“ "
b"€Oë8cÉG\x02 ˆõÕû¯\'3 "
b"Iú3┌jØB&ÿ\x19 \r ¼\e\x1E Ø4 "
b"""
┴[│Öø÷L\n
Øtðþ\x1F ¾O:
"""
b" uÿvPžD\x01 ˜j®²R¤~¯ "
b"/ü fÐ G-’µ\x16 LJ»I\x16 "
b"¼çMKÂ]Aî‘–\x18\x1F ¨u\x00 Ù "
b"÷ÿ/═╚\x05 KÃÂØîÃ┐┬%6 "
b"½ÖÃÊJ\x00 J¢“¢‚\x05 ™E©Â "
b"ýW?Ù”2JŽ™y)–/\x1A ˲ "
b"\x07 G│¯9µN>É\x06 ð1G®^Ø "
b"""
¸Ú+&Î’G\x1A Š¥œ\n
˜½÷6
"""
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"”i°*TžDA›žÝÛ1]PÆ "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"¼EÕIçÏH\x03 ¨w"\x1A ¿\v ªå "
b"Hf²\x03 Š?G_…C¿¯Ók\x01 û "
b"†‰½ \x19 'H——¶iÇ.\x04 ^è "
b"Éw┌*,ÔN¦Ü└g▒i▒í\x04 "
b"ÍK‚N¤‹K~—®Á\x04 úánÉ "
b"WÉ\x19 yõXMº¶AÅôÙ·~z "
b"tž\x03 ŸŒ\x10 Eu®\x7F ¹ÆDª<Ñ "
b"\x15\e Ìee£NŽ¾ÑØÎ\x15 ˆ¨P "
b"\x1A APƒxcBü‘8\x03 ò3È-Ž "
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"%Ü%zÝ\e O┌Ø:¹âáð\y "
b"ɺ=Ì\x16 \r O&Šz¬:Ç‹»° "
b"ÉÛ┼ª¬±J´ƒWC×Õ&'Å "
b"Ò†pé\<D¥²ß*nÛ˜Þy "
b"\x14 ÅÔÎ@ÞFéÆy³|\x1F d<ƒ "
b"<¬üOÜ_CçÂfT╣j)╬\x00 "
b"\x06\v Ël─ØK¥å└|¢F\v w╝ "
b"░Õ;ƒ©*C\x10 ½ÖRàË\x06 ì┬ "
b"\v «°,ÌåOSØgz\x17 î«:\x18 "
b"iÕ\r _;ûOZšŸÎHF\f ݸ "
b"""
×{¶u7¸Aÿ¹>¥\n
A¬¸l
"""
b"_²Ü{3/@N†>õ\x1E ¸yk9 "
b"Ï\x10 GÎ(üA\x18 ˜O5²éÙf4 "
b"W°}ôƒÂA‹¬Oèî-»ø\x06 "
b"ݘ\x0E 5\x0F @R„7æÄ¾ÚDú "
b"¯x\x1A Ÿ¡/L6´“7\x03\x03 ç¨4 "
b"†*ú¹æ;Og¡\v ù§’Ò\x10 × "
b"r”|\x02\x13 !E—µ3–\x01 @ ˆÿ "
b"ìÆhÐCÇLz‘\x02 ò¯™ö•\f "
b"€b4ÝD¢Fï²6™GÂu~S "
b"ås‘b,FAaµ®;\x11 u›\x0E "
b"É„3\x10 &òIjƒ:φn\x1D P€ "
b"qP‘ªaIHB™gí¶\x15 ‹ê… "
b"õ`c\x0F\x11\t @üäa¦-lñè╔ "
b"┬¶o/ã0KëÂók11¦|É "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"\x19 Üï§ÌóKê¿EüGŸhÌ\x1F "
b"\v\e ™\%ÀKn²l\x1C Šñ)Ýö "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"┐ ±ÿ7Ò@8üýÝñÓêcï "
b"Bu$쬺C]®wBì7·ÜÈ "
b"ù°tIÑ„Kf¾DW¯¿lÿ< "
b"°═ìÖ╝!H¸ƒ\e xX\x0F ßè "
b"óÞ+\r ŸðK+°\x15 LAKD\3 "
b"á •«\x0F\x04 A8˜\3^+àJÎ "
b"½æØÏ›@õ™l`\x1D ÁW=é "
b"oíi(LÃOµ—\x12 Ë_\x0E ´\x1E ú "
b"K‰Cy\x10\x1D Aö²\x1D ¶ÚRæÂÇ "
b"ä°VÁV KX‚èÀ2\x01\v 'u "
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b":¡"‚é\x14 LÞ¸Å~Qt! "
b"´§†¥Q\x17 LÒ•‚T+Wî¡î "
b"3▒g1\x7F 'K´î┤W▒NìwU "
b"pî[3·\x19 OÞŸ^³]ä=…ø "
b""\x03 ã^é9L]▒ÈãyÅu\x12 õ "
b"""
¯M\n
‹˜eG̾Ýàió7ö\
"""
b"Z)æÎ\f ¸CѦÏÓ·ÌÒ\k "
b"Xù.ãXûDP¸\x01 ý¿K\x1C €Í "
b"¿çÜ iÄB\x11 ©\x16 Ü)ಲU "
b"Ø\U†×eIÀŠ¡Àè°¶í¢ "
b"†\x1E u-F¥¦»‡h3Ëòº "
b"\x1C ÷›¸Ö\x14 BݵÊÎ\x18 }¥*\ "
b"\x17 üZ┼ßå@╗║\x19 \r \x1E\x1D tÉË "
b"9wB8,nB£Œë£·\x08 œ—’ "
b"ÇSPJÉbG¥™©œ˜ÙâHÐ "
b"Œ ÍófHH¶¤¦ÆÂ¼Åè "
b"Wññ~†^@\x1D ˜;£¦¼þ«€ "
b"64? ›KA»€EËÉhsC— "
b"="üq^¬L\x02 ¤é/@d\x1C #\x08 "
b"%{Î\x1C ╦ÉE┬út*PâC§\n "
b"C)PPµ®L>½Œ2×ì·.™ "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"@kh!ÙcO\x1C ìë\x17 á\x16 ┘p\x19 "
b"""
\x16 )Ùé0\n
Mýމ\n
Ö—J\x04 Ã
"""
b"\x02 *À§<\x13 Ab²\t ¿Ì¾‚&í "
b"¤\x1E VÏ×ÏMr¥t€8\x06 zçI "
b"¤\x10 ü┴"ð@àØ=À╣&▒Ý┼ "
b"║▒\x0F ÛfûL·û\x1D |*iïÉ\x1F "
b"³ÝÙ\x14 ╦¯OÐâà7ür, \x17 "
b"³Š"í\x10 øAÀ½\x02 ßä\x18 ÎúÑ "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"""
÷Q.°JUO}™P;`æ\n
[-
"""
b"<Y¥„ažEK¯TFŽ\x1F MlÆ "
b"GŒ™D¥\x17 Fȱæýn-\x10\x00 Þ "
b"\e ôØ\x12 ³dDà¡Íó§ÎÊD; "
b"\x14 x W\x1D ðJ\x01 ¼/ÞȲ<é¾ "
b"}ž¸\x14 Æ\x7F IÖ¹bꉹ®\x08 æ "
b"°Ù5s´ÀN\x08 ²˜Çj'-\x1E m "
b"÷î¯üöÃN,ÂÎòÿÅï│ó "
b"""
ùvÒ\x18 ÔÑC°¡i#“¯\n
‰°
"""
b"""
\n
ÅÕ\x0E Å╝Løà§ae\x04 !\x12 Æ
"""
b"±Ubòµ\x07 Nÿ“)JZ•Uc” "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"~ù\x18 Åj\v O+ÄO¶sá╣\r D "
b"""
òEÉ\t\x10 └G\n
å!"<¶èÛf
"""
b"íðd€\x19 +IN¾À¢íFö\x07\x0F "
b"o\x05 ¯˜_¾G—¨óÙ`-ö¥\t "
b"SL\x00 òmIKØ«,/ƒ/Íó® "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"m┼ç\x1A ²UO¿ÜÖg┌½°ÅL "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"¬ç,:’ÉKº„gãðûÒiš "
b"Ôkh\x04 nCA\x07 ˆ/NI BÊÊ "
b"-]Å"|¡EÄàJ=ß═â+\x06 "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"öTD\r oDL÷€T°ÀñL›³ "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b"iÞÔ═÷@LɃ\x16 j¼\x0E Óþ4 "
b"%\x03 «PÅ$A\e ║╬¥+\x01 ¢yÛ "
b"jɃ┌2ÚHÚ©\x11\x00 ƒS▀\e × "
b"®_!U€M@\x02 ²b"GJ*Pe "
b"¾º╔ü\t ╔J\x07 î▒ÎUT░Þ! "
b"¾À)\r '\x05 OÇ—ãt:ë\x10 g} "
b"0ì\x05\x1E Ì‘Dê±zŸÌÄ\x1A\x19 Î "
b"—£¾‚dzIP˜¼-\x11\x12 ÷+ "
b"`½ÌZÉ╠DÔ╗Æì\x17 EÃ*Ó "
b"\x0E ?\f «\f GA¬ƒé~‹4«ÊŽ "
b"\x1A ×™CÇäNK¶ñü³æƒ\e\x07 "
b"""
ea%÷GØH\x0E ¯\n
F€á\x1A ‘
"""
b"E/\x16 ú\x03 „D§»\x1A ·¶ó\x19 . "
b"–"97™ÊGÀ³â6ùËYi€ "
b"§~š\x1A\x14 ØIN¥>ø×\v ÞÞï "
b"§í\x0F ÆÔ\x14 F\x08 üz║¹\x14 ┘ ‗ "
b"–Ù[Åÿ_J3¤6\x17\x0F vû`s "
b"ØBÜé¬BE]¤¨º’ƒÛ˜› "
b"©óoGô╗G\r Ö\t █?ªeàì "
b"®ðœU·\x15 Nd£d×\x15 D\x06\x1D a "
b"""
C\x01 òpvÐ@"†`\n
Óó\P\x01
"""
b"¸ó■\x00 ØïKõ▒oçM=ê\x03 8 "
b"¨hƒÖ¼=K–£:©\x0F ‡w1ò "
b"c\v þ‗\x00 dFªì\x07 L¦└èr° "
b"å–‰7Ý^E׫'UVÉÌü‘ "
b"░J¥ð ØFD½┼<û9f┴A "
b"\f á?╗ ÓMÉó%│õ«f\x14 5 "
b"_¬£ô\x17 ¤GæµÆp|îþÿ× "
b"^F¹9lºB`öÅ B&©0× "
b"7[{aÊ0E;›ª¬\x1E ’²Š\e "
b"`›¨Õ*\x14 F2®‘\x1C ˜c”þk "
b"Ð4\x06 LúpDh¼,-p5â°÷ "
b"«€Ÿ15‘O\t °€¥^÷XXˆ "
b"\x05 ü▒ºÝéADäÙHÛU[?\x18 "
b"\x08 mˆ ÏwJ€˜Ÿ\t !EKYt "
b"Rj.žø\x17 N!›\x00 •U‘'ß+ "
b"\x01 äEÀ└BK¢æj5µqï\x04 Ø "
b"jG™6ò$N6†\x04 Ÿ’èZ¿c "
b"û(\x1A Ý!¡Kì±üb¯0Ò\x04\f "
b"\x1E Ô\x05 CÜŒLš·1)S¿»QË "
b"ßÊM¥‰.Cˆ²ï’›Þ}Ç9 "
b"!£t¢)GGö£\x08 TS…\x04 ๠"
b"¤àü?S.Ir¼i\x18 øò\x16 ®O "
b"Ô\x0E Q\x05 JŽEL²››ËíööZ "
b"?ŒPvM*OGˆ\x1C Ù±ía:‚ "
b"""
\x13 $\x0E }…³G^½Â\n
FZKRã
"""
b"k\x14 úF\x0F ¦J¿½Ø4\x02 ×kå˜ "
b"|\x1F ~ÍÁÉBûï■■î‗▀M= "
b"òiœ‘\ìAÒ»éÖ\x18 I-Êâ "
b"Y‹`?®÷O\x04 ±¸ýSãz¯X "
b"¶œ\x18 ›)±@’¢\x0F *\x11 f¹]\v "
b"?╦\x08 #2ÒCì©QüÂ9ߪ "
b"Ú;╬#ÔéA|▓\x16\e ╚±æì▒ "
b"ì¶P âyG•¦Srv™Tž\t "
b"÷5TylµBC‚æÀ÷7ag¿ "
b"»\x1A Ê‹\x00 ÇN%¡\x0E ßçóÅæ. "
b"¿ÎaÙÅÒ@¼¯k\r If\v\x05 # "
b"„Bãô\x15 v@ãŒ\x11 %a˜\x18 T£ "
b"ó88–þ“J²ˆ¥\x1C "K©{S "
b""ø#Ý\x01 úCjŽa\v ÂC\x1F Ïa "
b"Úsï\x18\x1E mNÕƒ4\x12 mùR¶9 "
b"ù@\r A"\x17 Odî\1mQv╚ü "
b"""
\x10 ³\x0E Í˰H1“\n
×.s\x06 @‰
"""
b"ûØ„M.{L½°icuÊЪ$ "
b"\x17 í0)ò»E¯ì{¬\t Àg■G "
b"ýæá“\x08\x13 FU°\x1E ˆ£˜L3¨ "
b"È!NŠ\t\x7F K\x1F ®\e Û^âcþ© "
b"mT\v ‘ýcCú¬ßòŒ\x1F @°Ü "
b"ñ/•0Ñ÷CÀ•û1\x12 —1\x1D\x07 "
b"öJ|ôC’C\e ‡\x02 ;Ãf\x08 õ# "
b"n]<“^ÏG\x02 —›c‘@/ܲ "
b"VÜ░¹:ØB\x13 ª.╔├ð1Ì\x1E "
b"Øí¥\t êäGñÄ´8Eê¦\x17\x02 "
b"""
ç0Ü╝n©BKÉV\n
øÜ£ðT
"""
b"÷³^L\t ÄHÿ¦\x18 “®¨\x05\x0E "
b"0H6\x12 2×Bï…“Y<`Î\x08 € "
b"\x03 .$Ý\x08 ¤GwØßu \x14 |ô² "
b"z³Éƒ±\x1D EdÖ>kÃ&J\v q "
b"~\\x16 IfVMÔÅß«~Ä\x11 0ë "
b"|üâJ’»@0©~Š5)€¥\x05 "
b"""
õDÿ\n
9›K·«\f r\x03\v ô°í
"""
b"‹÷j“p\x19 L󛆓S\x7F ìÑC "
b"\x05\x07\x10 ├\x00 ╠GqìîuÖÁ─l\x10 "
b"╠<Æe┴\x00 L\x11 Å;\x0E ▄©¥0ð "
b"ÿÆÖ³i¨Mý¿}\e “P‘uu "
b"KW┬¯S╬Fµì¹õv#║.¸ "
b"’D\x13 ÑÅuG7¯Ýd¸\x0F ‡Á\x1D "
b"è\x03 š\x0E |±DV§K0}b‹&ç "
b"R\x11 9\x13 †GM.ž3\v Ë«\x02 Mj "
b"M„B\x1F 7*Aဤ5ÜrkÀo "
b"\x16 ñß,'œOi€A™Â=\x00 gx "
b"sÑ^rELN8¼órö\x02 q²„ "
b"¾á‘2‹RK;“¬ºÒ5cz¤ "
b"▀ä%ò│aO&ºYoø\x00 $ìƒ "
b"\t ª²*M*L`î├'\x08 è \É "
b"ûÓ“è\x02 1D峊¢\x0E ?fpÊ "
b"q4xñä\x03 E±°ï~[ŽÐm· "
b"Ù¿\x06 Ü\x11 ôBõ½¸`Vå§Ü\x19 "
b"\x18 ãO¥úwL¤¼6h¶)\x16\x1C "
b"ºL\x01 k©\x06 Jþ—ï;Ô y§( "
b"\x0F sHß¼ÎI>¾ìªRÜæçç "
b",2Óø=rKd¥Œ~¨<sö› "
b"iÐXRÒìO┘äØeá%NY\x18 "
b"þ\x10 zþm\x17 F³Ä┤\x1C\e Ø\x17 Á╝ "
b"pz╬ ÎÔBJ¼5▀\x00 nØÙ╩ "
b"AdF“'òK\x05 ¬\x12 Ÿp€w×x "
b"—In"\x17 pN™„1?A\x17\x03 œM "
b"…x\x7F `Ž\x1F OÆ©ÀªZPÊ+@ "
b"""
„yd "ÃL?±÷\x11 w¦ý\n
B
"""
b"‰RËn•—Dí¹ÿ‰þ\x13 ÊŽ\x03 "
b"‡AúÖkYA&°ÕÖL;g\x1A\x7F "
b"\x1E 9\x13 q\x10\x16 OÀü\x7F czç9iu "
b"\x06 ä\x7F ‘ÊÍIŽ‹—øÅ«©q? "
b"╠┘\x06 au░CöÆì┘rDf▓2 "
b"+R&æExL.┐ K╔ð÷ØÂ "
b"n8\x1D kçRK─ü\x7F 9Ïìû[ê "
b"\x1F í\f «?ªK†•õ‘sà‹ãb "
b"▒¯\e è\LL\x01 ÅQ !Há\x05 â "
b"\r \x15 v?·æJ·€v*;¦\x01 ®l "
b"Ù›À}”H𰵞•¼Æ}‰ "
b"¹ê└yj¯K\x11 │‗ÄÅ_µ²î "
b"\r ç**#ƒ@■┐´ÉH▓õ\t\x0F "
b"çŽîM4¾I€BFm\x00 ø/. "
b"\x1C û3\x01 CiIlªò╠\x11 ¯║üQ "
b"2\x18 íð\x1D „D[¼\x00\v ÷\x1D 2û0 "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"ŒÚ\x06 L\e ,K’ŠË;“\x04 ¦` "
b"ÅåcÀÙ&Nh€ÝÑÅ×Ο¸ "
b"\x05 @ú«`F–ƒ\x1A ~`ׯР"
b"'╠ÆñP`B¬â·╔\x03 É‗(┤ "
b"ìåÜN*ÖD`¡¼ò\x06 §seª "
b"B\x14 ŠrSDN{º´¨®ŒÊ¥³ "
b"ïFKè\x7F ÷Os„ï¦\x01 m‘Ñ' "
b"|o\x17 yŠuLtŸ\x03 ‹µˆI\x08 G "
b"Yp…\x18\x00 ÇE#«†3ÚãÄÐø "
b"\x1F IH£\x7F\x15 Iî¥K\x01 \‘qÕi "
b"í—¢ß/äGÊ„=*Wµíð½ "
b"¥G┘×õmN\x15 Ø█╬£°xÛ¤ "
b"î$üõ\x1A âD©üfÉöÙ6Tæ "
b"\x06 GÜ3¸\x15 D\x13 ºÒÉÓ¢\x08 K¸ "
b"†\e ˆ“È2J\x15 ?*þ£q,‰ "
b"\v µ┴╠\ìJnÖwì\x04\x18 {8N "
b"áD\x02\x1E y<Fsì\x0F ºYƒ¶\x03 \ "
b"¹¢5¬J\@]ŸÑÌ„šŠ½w "
b"ˆUËØ\x1D ¥N±™¸{\ˆ¬üS "
b"<wV\x18 „…E…’Øü0\OçÓ "
b"JìÆ@ÁwG|¨Ðòâð»âU "
b"òðc"´ÞG\v ¥4╦@┘Űá "
b"k▒Õ\n ª‗EHØh¦Qn{\x00 p "
b"8vv…1áGvº¸\x1C ~Iæ6% "
b"ôöø\x10 ƲLØŸ°#~rýÃa "
b"Hb?t$.EVƒ[èû~¨éq "
b"!ª┘¸─┌LÔ¬Qé┌í@GØ "
b"6tZ÷¹r@˜Ÿ{ªÀû›©à "
b"tÚ€\x17 jùJA¡ådX_ÕÔ¶ "
b"\x03 üV,\x1F }O&¥jÆ.?||ý "
b"\x0F ÍA5©èF´œøI¾\x14 5iº "
b":\n ë¦e>LCübÈ\x00 ■DPµ "
b"%ÏØq·\x05 FW–TX#‚æŒ\x0F "
b"’!ÛdËÅOð¾S%H$ªÎ\e "
b"°hÈs>mCu´Ôt‡$-JÑ "
b"C5Å«#ºK\x14 £\x17 ƒÂ\x07 ŸNu "
b"î\x13 Ñ\v |Ì@ñÉ\f ┘Uþ_³6 "
b"\f\f ¦G\f\x14 Mج%º‰-ì'Þ "
b"\x04 jsíÏ\x05 A\x14 ¡*}Y“¹D¡ "
b"\x06 Ùü¾ø¦A˜ cÓºË1þ\x03 "
b"y‹ö\x1E úªG‹“Í¿¿‰!ˆá "
b"næ·Å└µM8Ñ(g¤\x05\v ÓP "
b"Ø5"SƱJèæ²?õËõ▓Ô "
b"""
á6íi+\n
J[ì\x05 Þr\x13 4\x1A\x7F
"""
b"“à\x12 s^\x1F B?œU(mÁö\x10 Y "
b"+PÃ-ï\x06 @¢”LËçY‰_? "
b"\x0E\x1D ±9DQEj¹ÕIçRÊê¼ "
b".¸}F²^O#¾æ‚nZSû\x1F "
b"ÕE9ë°»Nµš~éZòĺ¬ "
b"""
¤»\r \x02 \n
³NšŽ8ÿÉôãbê
"""
b"ìU[Êæ¿G\t ‚ž-^ò\x08 €m "
b""Ki‡ ŸKÔ¥\x16 Šá¯\v v6 "
b"¢um¯ø║M`░}\x13 ì¢ÂNN "
b"ØÇöÒ'■DªäFiÛ̃Eu "
b"ÂÍ„:\x11\x1E O€’1\x07 ˆ1Šü\t "
b"©!▓î┘ôK óPÆê\x18 |É\ "
b"õVL¼m,Gì•ízvÅ?°‹ "
b"|\x0E Û¶ÿ5EÝ‘&û8\x10 ¼[k "
b"§\x05 Þkb~NÃí~ÉóF£7a "
b"„œRÙ\x02 FBT¶ï,Äot7g "
b"˜uŒxS\x08 KκÐ;Û§ÎÃ' "
b"é\x07 ╝9HdK5Ä║K\x04 üÀ\x06 ┌ "
b"Œd"‹W™FX¹\x11 ‚\x13 ~(x\x06 "
b"\x01 ¶¾e\x10 ÝB@¤aJ·þ“Þ\x7F "
b"\x13\x13 jˆ\x1A ½Du¿ue·Ò\x12\x08\f "
b"‘È;¢6"D”œž\x05 Äþ¼¿\x01 "
b"J░s\f ®¯Dàì\x16\x0E\x11 ■│1^ "
b"\x08 /2ü[kNzŠñ¨o‚°gö "
b"!…µÅØ7A"ª«Þf\x07 Å\x02 ß "
b"┤ÂJ╠ÉãA\x14 鲨Â╚¨oI "
b"╠\v Ø1█<I«╬¡║\x15 ä▓\x10 "
b"\x03\x06 ;hï¤KOž¨<÷;æcí "
b"HN\f !¸kOK€RC•…·ÖÌ "
b"\\x02 í¬ÇvL³“Þè>[)È× "
b"[l¬V\x04 ÈN*Ü:odÅ!+õ "
b"ýnغ\x08 GDHòUM[╚éo) "
b"îŠs½\x15 ŸN/¾\x00 ¥Ü–\x15 Ž} "
b"âñPðmÃNB™>|ö\x04 ŠEV "
b"ÅpBP±ÐEåâí¶Äa¡┤« "
b"░Ê╬Ý"ðJÌêì\x00\f ┐jçE "
b"@嫨ì\x1F M>º`¥}\x06 †îB "
b"A\x18 (è9ıL^»Ø╬ ▓42Ï "
b"Z«\x08 ‰J\x0F KZ€ìð1½+Þ\x03 "
b"Ê«U™\v eAÏ–ÔÐâ;®Gº "
b"ýÉ×ålÈC└Üa¼T7¦\x19 Ü "
b"1\x04 !*ƒ\x04 E#ÑÅtÛÍhfÞ "
b"°à ÛÁéNYöûLöìu1H "
b"42{åÛ´H•”S9XŠC´f "
b"¿Í}ƒã‚O\x00 º†§¿€”\f ˆ "
b"rQK\x15 2¶Os©ûô{¯%Z´ "
b"ÓìU5¢[LÑô«aÀ\x10 Àü\x13 "
b"n=3æîéBrºÊ[÷Rq\x10 ] "
b"üvU kÖDî¢h│0*b)ü "
b"v·«è¥\x1E B\x1D ¡ØåW¸L|è "
b"óîßõeéݧQß„w²W "
b"Òp/Dt@8º:Na»!®1 "
b"]Ñýø‗´CÛÆDà┼ØJÂz "
b"ÿW8ÞoDIƒ“—€Êy)Íh "
b"""
í\x16 ‹T\x1E I\x01 ‡Œzý³õ\n
Î
"""
b"Í•7‘™¥@mœFÐ_L‹ú "
b"ªh\x08 9\x06 °Eõ╗iüU ô╚\x1F "
b"]Saj╣¦B░º\x03 ÕÉÌ\x13 K\t "
b"œ·ó*ŠåM¹ºîU†\x1D ]ä& "
b"ý#¹ û¦EiœÊ!°•–\x0F ü "
b"Åà@§\r O"³L®Ü=“ÄA "
b"z┤‗\t\t _GØ«À\x05 ,┌eÑ* "
b"N \x05 @█ÀHË│øÿØ7éç4 "
b"%u‘v˜´Eå¿Ð<Chò\x05 è "
b"─û?E$3FgÑ└ÅPHµí½ "
b"Æ\x04 s.iåC•¥t1³ÞËÍå "
b",\t Î;┘\x02 E┤¿ÃwìU¹\r < "
b"""
\x16 žºàI;@^Ž\n
w\x19 ŠCŽa
"""
b"\x15 m~\x02 ëÆNrZkØÄ— "
b"\x03 ‚\x0F ˜\v *EΧI×z>©%¶ "
b"k·YÒjÂEõŠêyK\x00\x07 ü "
b"""
\v 1%üÙ\v H\n
Öt\x16 ══ƒ\v ┘
"""
b"áË9G\x1D\x14 E¼’¼ôºi\x12 L÷ "
b"Å5zØ\x13 NFÊ×):ð\x02 ç░Q "
b"›\x18 àócáJ\x11 ¯=µ2ìQ?¥ "
b"\x05\x0F\x12 Šb«B›‹q_\e \r \x10 þ\x0E "
b"¦õÆ1påB\x7F ‡\x08 ܱ_î\k "
b"z~ÉV8.@ ó3×±ª<\r "
b"æÞ\x1D\x0E ÈëO¤¢®¾#\x18 Æ“d "
b"ƒ¹\x18\x15 Á\x06 NI—pJ´k\i& "
b" zßµ~”A!¦ÅçQœ\x01 ä "
b"\x1F\x17 ~¾§§J5‰ã\x0E í\x1A —u- "
b"’`Çíî{Dzª<6†Ú\x7F ä "
b"kE■¹\x12 2BÉÂ>á+;\x17 ±c "
b"ö&`¡GlAÇšòb°yÒßš "
b"""
W„ž\x12 ³‰GX¨Ã\n
>\x17 $:‡
"""
b" Â!■\x10\x19 B±ùì║3×\x1D Qy "
b"™\t CVb–LY‰æ\t ¢µ¶\x07 Q "
b".\x03 SkØ═@¸æq7Ú~GÊ, "
b"Jæ´MçÜDSžØiÉr½Ó "
b"#3ÚÝwnFÛ®\r ‡œ©Ÿ~Ô "
b"˜cí\x19 ¿ÛJƒ–ƒ¯“±dd\ "
b"óîî╗´DÒøWÓÓ■åÏü "
b"º╬üÜ\f fK_┐Ò~ÿ)Fû║ "
b""ÆýÜfÔKŬ¶9@\v ïAõ "
b"»Gé8<\x1A Kv‹€¼nr&/ï "
b"ˆ”…n:’Oçš \x18 #\x11 o_ "
b"Éß╚┌\e\x1E Jbú¦<$¬0+ó "
b"±zàå;DGr•)\x13\t „\x1D\x04 \ "
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b"╩£eÓ\x08 ┬E ¥\x1D {k¤Ø-y "
b"î\v ð;ôFD°„J\x04\x19 Ý\x10 öº "
b"É\e %ü\x05\x1E EЧÕ*cËδ‡ "
b"³Z\x03 g\f ¨LÌǮɯá█Ä\x18 "
b"ó{\x1D ²ØtMK´QRú]\r ;· "
b"=DÚW\x0E 8Nåª\x11 ©N\x08 ÂWb "
b"Ø-79║b@¬Âû\x1F m╔_\x10 "
b"ý>¢zžšL̆æW명Žs "
b"kØ9M\x15 mK̾§Óàªb¡\x15 "
b"!3ç^«ÀAv½ÙœÂ•beS "
b"bf#ðæÙK¸ÅR\x19 ¹■-─ý "
b"s£õ,ýFB[å`9zì¬z& "
b"ݾ\x11 ”¤·O˜¿ü¼û\x7F `W˜ "
b"êpÉPl\x00 NQƒf{¬%C#µ "
b"ý\x17 ¢tÅ,E\x0F ’Å-%¿È‚Ú "
b"U\\x1E kw»Oê®i\x12 Ûµ‰\x07 h "
b"ªv[ü¸7C‹€O&\x05 edÐ\x13 "
b"aü│V®\x14 J_╣Úá\x00 K╦0% "
b"¤ \x1C P\x05 ëH$ìì³Û\x1D\f\x1F\x03 "
b"ê—ð™\x17 PDZ¸*\x14 <&„"´ "
b"\x7F 1V‚P,@[ªK;f×,á "
b"ÉÊÈØòÔD╩û8SÁ┼P®g "
b"\x1D Ÿ3‹.7L\x05 —âô÷È¡;½ "
b"~6â}\x07 èE´³ä65%$â] "
b"\x1F T—úêÔK̹Õ|l[X‰\x7F "
b"e™·×«H#¼i¬N²žýt "
b"""
æàIµ„6C\x10 …º˜\x08 ²$\n
Î
"""
b"“ç½BåfBã“Þ3°\x01 8aŽ "
b"dl S0fHÁˆ\x7F YLSH(, "
b"/±\x03\x19 .óDfü<Û3þbWb "
b"4Ä\x1D @&ÃC=Ø█=ì{\x16 ©9 "
b"Õ²º▒á»NÉë\x14 5þÁty° "
b"Æ9@çthDB‘ý\x1A ¥¬É\x0E n "
b"""
7Z\x01 ¤ÈyHиô\n
íí\x13\x18 …
"""
b"ÿʼ\x15 ³šEÈ«^ÿ =^Á\x7F "
b"Õò\x1A eÑ[IÜ€š\r \x08 Í\x05 ¨Z "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"ZˆÚ¸YmCmˆžV\f ‚/n& "
b"¹ê\e\x05\x08\x04 Ghù\t êaµìt^ "
b"e\x13 òÉ▄8G2ó└ñ3\x0E .\x15 å "
b"5▀═╩\x16 sE\x7F É\x06 ´┬ÊhÏ\t "
b"oÕX\x1F ý\x1A AßµÜÕ¦r‡¤— "
b"Ñ\x0E ó\x1A\x1F ÅD\¦|§ü†\v ¦‰ "
b"""
Á˵_×\x17 @? \n
\r áÞ<€W
"""
b"Ý#Ë\ã\t Ct±4]ùç\x18 ‘x "
b"‘±î°¬\x14 L¯ªŠåD~XUé "
b"É¡£╗tgN═ûï\x0E ZL┼H║ "
b"Âá?.¢EK9€ZÑªÃÆÒB "
b"q^*\x0E ÛRNIžˆ7/Õ±g) "
b"4Ì[µ"»D„€†L€>¸\r Ò "
b",´äÚÐYBŸ¶ÀCw/-ah "
b"ò}Q¹¥ÓN¯Ç§┘»ØÃñÒ "
b"¹`-¾É\x16 Ke»²g╠Ü.б "
b"Ü"‡5\x17 ôO/•:õK·¦Ž "
b"hÄ9Ù0\x1A FK°¯Ÿ\x1A\x03 ]$P "
b"Ë\x08 |æ─dK\x16 ÅÕ=K\x16 ½┼\x19 "
b"$ÒÂÊ7ÇN6¾©TYkmúo "
b"ÅÄ\v\x17 ┴hD¢Å\x11 É╬0ü§\x05 "
b"wýaÂuBB7"}±3F~M "
b"╣7UÉÇ\v J\x04 ë─â°\t\x18 µP "
b"CÚÇ™õ\x01 C>µèryÞcxw "
b"üï;Û\x14 %@Lü´‗lå\x03\x07 = "
b"┐\┬\x14 A\t A$É═ás═?║Ê "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"tñ\e òò¯H}«úÅÕ\x7F ¸#. "
b"\v yn\f {ÄF®º7mýËËÒæ "
b"NG¡G$ˆLкž;k›~}ˆ "
b"?\x1D ÙBˆÛK‡¼\x14 ý\x03 ÖBÂ) "
b"[ЀIìäK~œÙh›í½\x10 G "
b"«Ü‚\x1D ü\x12 OK³ñ\x03 º\x03 {Š\x1A "
b"B\x03 3\¤+I¦º\e újK4ìÅ "
b"\x06 Æà(áêG\r ªÓNÂ<¨\x18 É "
b".3F¿+AD5▓\x13 ù╬Éé┴0 "
b"r—ª[N\x0F Hg…©É¡+ì~\x01 "
b"jØÓ¬KòEs°\x14 ™'_³©4 "
b"./'ÖsOL° ~\x12 WJ‘Æk "
b"%║a\v skDªÆ╝âì`o\x07 ~ "
b"\x17 É\f *yxO▓ÑÌ\x07 ¾└â´[ "
b"Ɔ›²~@\x04 …\x05\x08 {Û[„Ÿ "
b"Ö½ª´_┐G¥ØsUÎ4º1b "
b"µmwK¼ŒKc°ŸA\x1D VæË\x02 "
b"!4"N‚Bä¯~5\x00 cs–Ó "
b"Ohq¸\x1F GOâœÌ\t ã\f ~ý” "
b"─åÒ\x1C kÓEßè«.\x17 ÂÉz║ "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"OÑüc-ßNèôS┼\x00 Ãð\r ¯ "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"Dož&ÎJFf‹Õ×1¼7â\x7F "
b"┬úW;zìLOû&»╝ÙE┐[ "
b".W’ö©yJIƒ\x0E c2œ§ež "
b"ã"kô\x1A xBª·ùÍCo\x1E Œ> "
b"\r Ó Q'äF>œ§˜gÖ\x11 Õä "
b"“\x1A Ûµ¯bI£¦8ÖÑïK,\x10 "
b"u쪯0³FŒ¥\r ç@VGE7 "
b"\x13 [A˜\x7F ×Gu¯*"NÛáe® "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"åQ(&\x11 V@\x03 ¸è\x0F\x1E\v 1H¡ "
b"ý\x02 al8zL.µG„[ÿ«¶ "
b" \x13 Ø¥À\L\x17 žÕîgº)[\x05 "
b"ê\x01 56»\x10 H8¥(Ä —$ZJ "
b"\x7F ª\x0E 7^’A¡ŽÜIfÕ~Õá "
b"d²·_JYB¸ŒÙÉkDŠÈX "
b"º├¢¨┤àK\x07 ╗\x7F áü/ù¼õ "
b"'¤\x1D ôÚPD´Åe\x1C ¬┴Ð┐½ "
b"\x05 ›`jMRH™¼¨røÄ—\x15 "
b"ÀáJ¶µ\x01 O0‘\x18 ò\x07 Æ9&× "
b"""
oä@\n
U3EGÖMR©Ågö(
"""
b"ôÚ„:f\x7F A½¤c\Ôýã“Ù "
b"sôÓ=ädBE–ËzjðäÇñ "
b"½Øšþ4NDà‡/i\x1F ¡=“ð "
b"é \x1A oáWN»±ù|\x00 ñS.\x7F "
b"ûj%Ù\x10 óK'”ÿ4B‡Mon "
b"bú\x08 ütUN=½{°DÖÝ■░ "
b"½┴ûR┌¶N`äø×\ ìZÑ "
b"Ã`(hçhB´æ┬l;j[ìØ "
b"Œ\x13 oÊ\x1C =F[™Jn/¥’V "
b"e\x14 h–ä{L9„¯\x11 G˜\x18 ëi "
b"‰…F0ðB=¸yÕ\x01 hêÆ' "
b"!t{\x7F HÝARŒ\x0E 87.u|– "
b"^»\x1E àì«C\x05 ®\x16\e ç\x19 õ£^ "
b"\x12 ôH¦‘ÞK?ƒ¢d·"Ïï+ "
b"®¹„?K\x04 K¢‡ð{\v Ïóߊ "
b"7X$\x05 É"Hä¿"¬ƒs\t 9l "
b"Mõª¦└│C│íÏü▓\x17 Ð¼Ó "
b"Æ?2zzÁKÀ”Ž\x14\x15 Ë;¡S "
b"ó\x17 à½Ñ/N…‚nsQªŒÿî "
b"Ý╬;IðÉE╦ûò╗\\Âz© "
b"bâ Ð#╗KØÅ9\x06 ¥SÓ\x7F Æ "
b"E\x02 AÓá\x19 EÀ™\x07 J^ÜMn= "
b"÷®■ ì\x06 E?ó█~ª\x04 ▀ 5 "
b"\x07 pºzB·Hþ¼\x10 6\x04 œI<Ü "
b"±\x07 €§_gI˜ˆeå¶;\x1F Ss "
b"õJ¡\v ØC\x18 ‚³€ÉÓÌ[U "
b"Þ\x16 ‡ûûŠNêšGKÐ\x11 ñT‚ "
b"°72+îC鿽ª\x19 ÀLë\x0F "
b"u‡¨þ\\x11 O\x1E ª?Ò0\x17 ¹Š^ "
b"U\x0F ƒ òÄBü¬\x08 Â=R|®À "
b"¯\x01 ║├\f WN£ñKíOädü\x05 "
b"}ŠOÉûîHÌ¢*Ð\x1C S;°\x19 "
b"רH╝\x04 ¹JIÿBØuÁ%0f "
b"g9\e /êÎNH¡ÿ\x07 ‡'ËŽw "
b" ZóÊÃãLßèü|òÌMz: "
b"ñô“ÏßÚIƒ£ÀB^ŸB6ƒ "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b")Œý–G½A¶¹qO'ãa\x00 " "
b"˜šxh=òMB’SŠ–\r †k\x19 "
b"¬îæ\x11 ðÚK‡“L®?»Ó¦9 "
b"Á\x02 8\x01 `LE¦‘\x12 ôŸäQ©Þ "
b"¡är1µ;OoÉ´ð¹Kqpã "
b"ÆÜ‹êœ#Ff¼\x03 žvB\x1D Ëo "
b"' ▄\x05 ├ØJ`º"@░îæKd "
b"ì·Å?┴ªKÚû²|\x11 îr¼│ "
b"Ò€\x05 ŒNhCC“ioÁ\f z_í "
b"\x10 ª#\x08 ãªH\x16 ±UTKÑ9[\x14 "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"""
N3>\n
\x7F\x1F C\x18 ‹öe®ç-ôå
"""
b"M² ÒÆ¦FTì│§/<‗í1 "
b"q÷^ZÑìL:‹‡ƒ+5TËÄ "
b"ufl’#íL\x06 ¬\ήFb¾ "
b"í£%µ¹@C─ø\x14 TüDö└┌ "
b"–Q\x11\x08 i÷M©£Õ\x00 /*Ð\x04 Å "
b"?ÎÁŽ8\x19 FD½x£\x0F )²ìæ "
b"""
#\n
[=\x1C\x18 Jû5žy’\x03 wˆ
"""
b"ìx╠a\v îF\e ƒ=0`╝\x02 ├© "
b"í´Ð\x17 ;ÍBëü└Öð▀\x17 █¯ "
b"6M\r \FüG+┤<³³pmv╬ "
b"ïõ*É▒╬Iµ®7Î~3N¥ "
b":Ò't§ôGSîìoI\x11\x17 X\x03 "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"u\x01\x04 ›¤«I\x19 ¹oÝ.m¥Z{ "
b"@½\x1E ÿ%ÄN\x05 Å^;}l\r Ò\r "
b"\e ™\x06 Gç¿@«„¬ÎvI4Of "
b""n\x15 ├×ÊH\x1A ì7@\x1E\x19\x13\x1D x "
b"×┐#½╣ûK@û]Õ[Fäü1 "
b"\x1C c\x7F 8¬\x1A I'Ø\x19 eÎ>ò╩▀ "
b"½ì HcQM”¢\x03 Ï7›¢ü "
b" eG³tÜDȃ\x1C øKȈ\x15 a "
b"p¯\r ‘M¥Lÿƒ\TÓúEÊÑ "
b" !í;'QI§»Î¼ê>>Q "
b"1Š\x08 âh¾AŽ®9‚csê@ý "
b"q®My\x19 ”G\x01 ¯;¦w>A'm "
b"C¸ÛõÑêKª ìëg–…ñû "
b"┘ø×Kõ/L¦à¿aÉíı╬© "
b"ñ+~ÀÍ™Oz¼4œ¡×\x03 þ‰ "
b"@€ò`ÙÔIÌŽù‚f>nü° "
b">p¸\x1D l3Gš½"”é\x06 ¨Gm "
b"""
`¯B¿Ýl@„”Ú\n
%\x06 ü\r È
"""
b"{šL¤øƒKF»i]Ëð\x0F {” "
b";Aw‚>7E5¿ø(¤¤û©D "
b"€hÐë*ÙLe¨‘P›·8¯ê "
b"ŒT&`¦˜N׃ï\x1C ú~t—_ "
b"\x0F\x00 f~—jO¡“?ÕÝ\x1A ½41 "
b"É\¦2{ÚA▓îY\f ¤|äÛ» "
b"{Å▄SV\x00 FyÁ\x14 n¢"·Ñ╬ "
b"Æ(õ™T%Ib¼\x11 ‘z³(ÒÙ "
b"&¤Áì\x13 èEB«R»ÐÒY:o "
b"¼À\x14 ┤F\M?░éiütú┌a "
b"Ü4eè0GçÆ├\x1C #Å2No "
b"{╔Í█æöHÅïé{\x16 sÌÁÝ "
b"Iç\x0E o”ÎOëˆ"–cÂ1Ÿ% "
b"\x13 m9ïLÉ@\x1D †_h”Ë6&v "
b"Ïï;\v }’HÉ”ðØ\r ‚ýb& "
b"Ö¢ÕØñ›H+‹a&g†‡™\ "
b"$ÔÃ\x1A |KNÌíîÑ▓É┼ýf "
b"éæ\x16 s¡ˆC\¾œ3™]Ôâô "
b"Ô\x1D Õµ\x04 ôK1¤ØŸ6ãZU\x0E "
b"ýc\x03 ÉôƒEð¼AåÏ\x01 ‡?\x03 "
b"╝ܵD\x10 ¥KeÅ?lıWØ╩Õ "
b"ÿ\x1C j\x12\t pMŠ‚›\x19\x7F è]%\x18 "
b" \x18 q\x12 Jh@ì┐ó}j\x1C ¦ë\x17 "
b"EÒàı\r ¯N½â].ÙüGKB "
b"í\v ä™LŒIþ¿t¤ž¥ã\x0F "
b"¡štE\x1A ÇG\x10 ¡Q…Ü»\x05 ƒº "
b"A\’Q¶(O³•ÈÙZ§\x18\x16 E "
b"ýÙcì÷\x1A AMÑ\x13 ÎNä¤;Û "
b"úHs\x02\x1D ÝHÔ‰¬{¤¬t\f 6 "
b"4å\x1D Q\x7F uC<–\x12 [!U_Lï "
b"ÊÎ+Y\x1A ÏJ•®\x00\x1D {Èΰš "
b"R\x04 ÿ\x0E G}C<¡û\x08 ^║ØÀ╦ "
b"äÊ)Ù▀ðC/ÉÌ¿1\x02 yæå "
b"■x>\v ULKTØ¡aÒh>│û "
b"┐¯\x08\x1E 0èF}ɧ\x1A k\x16 >µ\x1A "
b"e\x03 ‰UZaJH½\x1A Øw»\pà "
b"km‡=M^N‡™Ê°\x14 öÑ\e W "
b"šÂIJè\Lî¯Ãg›\x02 c—— "
b"""
ÕWçÈgN\n
‰\x15 _3~ÃAù
"""
b"i·4¦*§BÜ╗åÉ\x1E þ"\x17\x02 "
b"""
\x04 hT\t ‹<N(”\n
/7ÿˆsl
"""
b"\t\x1C ¿ðÈ0BΕ6\x03 bÙ^œJ "
b"!,mUš\x18 @j’Dg\x19 =‘.D "
b"ì¾┬CÂRAÃï╦SK`%±G "
b"“Uó*H±D1©€B“è.\x01 "
b"l\x13 ÉpxS@Wú=üıt╦┴> "
b"Ý»)Ùn=B\x04 ŒœE\x0E ÊÇ?ä "
b"lTËÁÑâFG¬\x18 -RvøØ¶ "
b"=Ø8“p˜Mw‚íë4н€_ "
b"ðXQ†xtD£¡ØSòõº+u "
b"ΔÐÌ}tCª’º\x14 Ëý¢Ö¶ "
b"»-±çì;Coêm\x7F VÁo\x1D \ "
b"\x10 UÏñðÜBå©p\x05 â$4Šn "
b"¸–\x05 ; \x1D NɆG”ùo%ò\x0E "
b"\x08 DcsäðCý«\r \f çƒUÉœ "
b"e9æ~HßE:”Ùœó2»[D "
b"Ú…âò¦±Eà aFÉ\x01 MLj "
b"\x01\x11 °SZ9HÞ®dë╦Øæ_H "
b"V×àn¹\x0F DD¦ª7¶ÏÇàð "
b"Š¿Àì\f\x7F D⪟¯wˆvÞ. "
b"åJwºÿñB\x1D ¢“7c{!þ) "
b"”DÄßß\x15 Nî¯NS×ù\v Ò\x03 "
b"▒q│£vVM\t ÉÃðÚê2&═ "
b"ì¦Æ\x1D\e ¶Jy¶\e Ž¢\x03 Bõš "
b"ùA|`ëƒD\v ò╠ÔÉ%@\x0F à "
b"ð¸b9uþN ”?®:dr 9 "
b"‚¡‘˜šÏN9µ§Ï»€e2$ "
b"§DÐ\x1C {DKL»\x1F\x11 u.•$¨ "
b"éÜ—A“éGξ\x05 {z2\x19 Òä "
b"Ø┴Ö\v 1TC¶▒\x1A Ú\x10 Ä>\x17 X "
b"N\x17 ޼*©O–´ø4fÚ\x03 ð_ "
b"ûô€×Œ1A\x1C ¶\x1F ŸX€y™8 "
]
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 (0x7D04C91565FC4778B5D21B40686F61F6 , 0x6B4E2DEC349C4B00898F097BD92B5E9A , 0xC46E8943F5D247BC9963D45FDCEE5C6F , 0xCAA13D80127F4CCAB2509C9F98AF12F6 , 0x4AF5313C097844CABC8CADE116493D04 , 0x27CA355FA1134BE9A8844E6ABBFEBBEE , 0xE5995D898C9A4E929FA29BC3BDE793D3 , 0x3E433CC064194AADB8203D647B14222E , 0xDD1F34968CC94CCF975BBA552CBE9DF5 , 0xAA2CFF4F43EA45B8AF20D545EA6E188A , 0x6F93C260DD3F478EA9E1513BE9E04D89 , 0xCF82976DA3F14F67B16E8D9E75B53AEE , 0xE4D994E2E63044AAA789176220E9901E , 0xB41734881424499E90FAC586460EFE65 , 0xD38D2F79498241B6AF04042FC959D1C1 , 0x8C6E98903562479397B85CECAB1339BB , 0x53314A8989504F40B302043F169AE32A , 0x81444E77699343C187FFFB573D47C09C , 0xEEB34EF84ED14083B638E95E474DEF57 , 0x9759EF0F926A4BD79D266A850411DC7C , 0xC7E9869D010744B8931B6B9A5B7EFA1A , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x70EE4054CA6B4858AC71A86DBEF1A64B , 0x84D0E239A3304371AAE6B3B31009BA95 , 0xBE4AFFFBA08C410C88D56A88C5FBA1FD , 0x774FE8AE2D104510814A28CAF0D300C6 , 0x9ED89748C8F246D8BCA41141232F426C , 0x1ACCCC55AF184996BE768CF969F37C0C , 0xAF364033008C422DB836A9B724A64698 , 0x6CD1396EA58246D39A8DE490C29B1324 , 0xCD38B49B55824307BA643E86F68C315D , 0x918362C75B23493EA15AA042B43277A6 , 0xC6C244FECBB04C999BFF987241025147 , 0x88A853F8D360444F89BD1A3D16E2B226 , 0xEC87571F6FA4427B9A981FFE261A279D , 0xBC3C0E1D84CB4FE89E0A4150A65BAF77 , 0xE997C8751FAC4CA9859A9E9C9C97EC3C , 0xF1146B3876DC4F27A89BB2636D1B626F , 0x8069CDB31B054132BB5A6ED901E8306A , 0xF74943B759ED4550A683A9BDB96B78A4 , 0xF61937C6D8C14AC9A980DD41EDAF6915 , 0x28916ADF88504C208540D811B87234CB , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0x544A2015944B40C085239BEF584AEDDA , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0xDB5460FD7959419788EC414BE3947D20 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0x93377FDDD0B142E3A5D7EFA805B24D60 , 0x7D75119D57E740A0B7B000DF607B7D75 , 0x7A52AFC54EAA443E8DA1C4A2415CFFB2 , 0x474596D0492F432B9452F19F8F7C65EE , 0x25D956B2F2DB40A78B9EEE88836D121E , 0x33607D10BBED4A2F96337948F9F0DC95 , 0xADB42016585941A3982EFE96F98DC6E9 , 0x9E074285684B42B7A63A5890D4A1F4A1 , 0x6701FE7F2AF744CFBA2833799EEA6F13 , 0xA0E0CD4F57C9480C989FA91F178B2FC5 , 0x92940B8322544AD2AA28C6E9CAAB9ACF , 0xC21799BCA01B4DAEA4AF8B407E627EDD , 0x7868A6FF13B24D63860EE0C4DB29046F , 0xE83132FBD5924BB69D28F0185E38F319 , 0xB43DE9E471A9442A9C845D14FC6559A2 , 0x667EF325DDC44A6AA59DD6C8258CDB6C , 0x8BDE5E9A97034AB28250C4B5495B2E85 , 0xF371775D83064AF38F262F6FF3EBA1F5 , 0xAA2AAEA69C47477AABC3AAF723766693 , 0xCB915E6039F04329BF2A38C281A7BD0E , 0x399C04228CFF45F6B81E7E560BBA71B4 , 0xB1B9A068A6A24EA7A4BFC4023AD63AD7 , 0x9AA7E9BBFD274F93A5594A0EFCEDF517 , 0x2716BECC6AF54D05BCEA6BAF7A96F193 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0xE794D635DE8A4683B797721819320327 , 0x5D7BA723D2834E84A10869596BB6642E , 0xFD6895024A344571B42AD1EADC3CE6E9 , 0xF15EC4A0C70A46379D1BCED50527AB8C , 0x91E16347F0314CB7BFD3D606F48DEE01 , 0xAE8DA0A8C93A4A8694B4CFFEAAB332FB , 0x40572F249F21423880935F04BBF3D29F , 0xFB299E76FCE243AA8BF54A5E6285A655 , 0x91D374C99BC34AE7BEAE6A9E506318D1 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xE6E8B7DA026A452EB323409AD06B9956 , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0x2BC57A2510F74553BEF566FA7E9ABC10 , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x5E492AC433124073A968A263AE02EE86 , 0xBBDE709EBEA14475BC5138F8F55D061E , 0xAD5314AF466D48E5B86EB778C6FB1B4D , 0x041C8ED6153641CAABEF692EB7599E42 , 0xCA12521A95D94DA0A10C0DE41C6897A7 , 0xB0BC4F7E79CE40168D0F7E5716FBBEE5 , 0x1D3EEACE788945C095403E26B2D30131 , 0x76057B0D91B14CAE9383A3AFC3506178 , 0xA07497CD31C748FC92E680B02D4CAD8F , 0xFA86449B32884E4D939BE7611957C973 , 0x5CD16E6892CA4673AB6520B7CF6D4244 , 0xFCE9AAA5B9724BA3B94C2DA7B1E66436 , 0x931F14DBFE744AD1A078D3729238EED5 , 0x5A74FFF20E0742DB86D036B922FDBA93 , 0x804FEB3863C9470288F5D5FBAF5C2733 , 0x49A333DA6A9D422698190DAC1B1E9D34 , 0xC15BB3999BF64C0A9D74D0E71FF34F3A , 0x2075FF76509E4401986AAEB252A47EAF , 0x2FFCA066D0A0472D92B5164C4ABB4916 , 0xBCE74D4BC25D41EE9196181FA87500D9 , 0xF6982FCDC8054BC7B69D8CC7BFC22536 , 0xBDD6C3CA4A004AA293A282059945A9C2 , 0xFD573FD994324A8E997929962F1ACBB2 , 0x0747B3EE39E64E3E9006D03147A95E9D , 0xB8DA2B26CE92471A8AA59C0A98BDF736 , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x9469B02A549E44419B9EDDDB315D50C6 , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0xBC45D549E7CF4803A877221ABF0BAAE5 , 0x4866B2038A3F475F8543BFAFD36B01FB , 0x8689BD201927489797B669C72E045EE8 , 0x9077DA2A2CE24EDD9AC067B169B1A104 , 0xCD4B824EA48B4B7E97AEC104FAE16EC9 , 0x57C91979F5584DBAB641C5F4D9B77E7A , 0x749E039F8C104575AE7FB9C644AA3CD1 , 0x151BCC6565A34E8EBED1D8CE1588A850 , 0x1A415083786342FC913803F233C82D8E , 0xF97CAA237C294498B3AF603EAA8D3363 , 0x259A257AED1B4FDA9D3AFB83A0D05C79 , 0xC9BA3DCC160D4F268A7AAC3AC78BBBB0 , 0x90EAC5A6AAF14AEF9F57439EE526278F , 0xD28670E95C3C44A5B2DF2A6EDB98DE79 , 0x148FE2D740E846829279FC7C1F643C9F , 0x3CAA814F9A5F4387B66654B96A29CE00 , 0x060BD36CC49D4BBE86C07CBD460B77BC , 0xB0E53B9FB82A4310AB995285D3068DC2 , 0x0BAEF82CDE864F539D677A178CAE3A18 , 0x69D50D5F3BFB4F5A9A9FCE48460CDDB8 , 0xD77BB67537B841FFB93EA50A41ACB86C , 0x5FB2DC7B332F404E863EF51EB8796B39 , 0xCF1047CE28FC4118984F35B2E9D96634 , 0x57B07DF483C2418BAC4FE8EE2DBBF806 , 0xDDC2980E350F40528437E6C4BEDA44FA , 0xAF781A9FA12F4C36B493370303E7A834 , 0x862AFAB9E63B4F67A10BF9A792D210D7 , 0x72947C0213214597B5339601402088FF , 0xECC668D043C74C7A9102F2AF99F6950C , 0x806234DD44A246EFB2369947C2757E53 , 0xE57391622C464161B5AE3B11759B0EA0 , 0xC984331026F2496A833ACF866E1D5080 , 0x715091AA614948429967EDB6158BEA85 , 0xE460630F110940818461DD2D6CA48AC9 , 0xC2F46F2FC6304B89B6A26B3131DD7C90 , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x19DCEFA7CCF34BEABF45FC479F68CC1F , 0x0B1B995C25C04B6EB26C1C8AF129DDF6 , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0xBFFFF19837E3403881ECEDA4E088638B , 0x427524ECACBA435DAE7742EC37B7DCC8 , 0xF9B07449D1844B66BE4457AFBF6CFF3C , 0xF8CD8D99BC2148F79F1B78580FE18A20 , 0xF3DE2B0D9FF04B2BB0154C414B445C33 , 0xE12095AB0F044138985C335E2BE04ACE , 0xBDE6D8CFAD9B40F5996C601DC1573DE9 , 0x6FED69284CC34FB59712CB5F0EB41EFA , 0x4B894379101D41F6B21DB6DA52E6C2C7 , 0xE4B056C156A04B5882E8C032010B2775 , 0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x3AA12282E9144CDEB8C57E517421C220 , 0xB4A786A551174CD29582542B57EEA1EE , 0x33B167317F274BEF8CB457B14E8D7755 , 0x70EE5B33B7194FDE9F5EB35DE43D85F8 , 0x2203C65E82394C5DB1D4C6798F7512E4 , 0xAF4D0A8B986547CCBEDDE069F337F65C , 0x5A29E6CE0CB843D1A6CFD3B7CCD25C6B , 0x58F92EE358FB4450B801FDBF4B1C80CD , 0xBFE7DCA069C44211A916DC29E0B2B255 , 0xD85C5586D76549C08AA1C0E8B0B6EDA2 , 0xADAD861E752D46A5A6BB876833CBF2BA , 0x1CF79BB8D61442DDB5CACE187DA52A5C , 0x17815AC5E18640BBBA190D1E1D7490D3 , 0x397742382C6E42A38CEBA3B7089C9792 , 0xC753504AC96247A599A99C98D9E248D0 , 0x8C20CDF3664848B6A4A6C6C2BCC5E8A0 , 0x57F1F17E865E401D983BA3A6BCFEAB80 , 0x36343FA09B4B41BB8045CBC968734397 , 0x3D22FC715EAC4C02A4E92F40641C2308 , 0x257BD71CCB9045C2A3742A508343F50A , 0x43295050B5AE4C3EBD8C32D7ECB72E99 , 0x65D37E8611A24D6A81A53A335F092210 , 0x406B6821EB634F1C8D8917A016D97019 , 0x1629D9E9300A4DFD8E890AD6974A04C3 , 0x022AC0A73C134162B209BFCCBE8226ED , 0xA41E56CFD7CF4D72A5748038067AE749 , 0xCF1081C122D040859D3DB7B926B1EDC5 , 0xBAB10FEA66964CFA961D7C2A698B901F , 0xFCEDEB14CBEE4FD183853781722CFF17 , 0xB38A22ED10F841C0BD02DFE418CEFAD1 , 0x6D759189C4A14728927A26B23ACF20F9 , 0xF7512EB04A554F7D99503B60E60A5B2D , 0x3C59A584619E454BAF54468E1F4D6CC6 , 0x478C9944A51746C8B1E6FD6E2D1000DE , 0x1BF4D812B36444E0A1CDF3A7CECA443B , 0x147820571DF04A01BC2FDEC8B23CE9BE , 0x7D9EB814C67F49D6B962EA89B9AE08E6 , 0xB0D93573B4C04E08B298C76A272D1E6D , 0xF68CEE8194C74E2CB6D795988F8BB3A2 , 0xF976D218D4D143B0A1692393AF0A89B0 , 0x0A8FE50E8FBC4C9B85F5616504211292 , 0xB15562F2B5074EFF93294A5A95556394 , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x7E97188F6A0B4F2B8E4FF473A0B90D44 , 0x9545900910C0470A8621223CF48AEA66 , 0xEDF06480192B494EBEC0A2ED46F6070F , 0x6F05AF985FBE4797A8F3D9602DF6A509 , 0x534C00F26D494BD8AB2C2F832FCDF3AE , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0x6DC5871AFD554FA89A9967DAABF88F4C , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0xACE72C3A92C94BBA8467E3F0FBD2699A , 0xD46B68046E434107882F4E492042CACA , 0x2D5D8F227CAD458E854A3DE1CD832B06 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xF654440D6F444CF78054B0C0F14C9BB3 , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x69E8E2CDF6404C909F166AAC0EE0E734 , 0x2503AE508F24411BBACEBE2B01BD79EA , 0x6A909FDA32E948E9B811009F53DF1B9E , 0xAE5F2155804D4002B26222474A2A5065 , 0xF3A7C98109C94A078CB1D75554B0E821 , 0xBEC0290D27054FC797E3743AEB10677D , 0x30EC051ECC9144EAB17A9FCCC41A19CE , 0x97A3BE82647A495098BC2D1112F72B20 , 0x60ABDE5A90CC44E2BB928D1745C72AE0 , 0x0E3F0CAB0C4741AC83E97E8B34ABCA8E , 0x1AD79943C7E44E4BB6F1FCB3E6831B07 , 0x656125F747D8480EADAF0A4680E11A91 , 0x452F16FA038444A7BB1AB7B6F319AD2E , 0x9622393799CA47C0B3E236F9CB596980 , 0xA77E9A1A14D8494EA53EF8D70BDEDEEF , 0xF5A10F92E2144608817ABAFB14D9FFF2 , 0x96D95BC5FF5F4A33A436170F76FB6073 , 0xD842DCE9AC42455DA4A8BA9283DB989B , 0xB8A26F4793BB470D9909DB3FA665858D , 0xAEF09C55B7154E64A364D71544061D61 , 0x4301F27076D0402286600AD3F35C5001 , 0xF7A2FE009D8B4BE4B16F874D3D880338 , 0xA86883D6BC3D4B96A33AA90F877731F2 , 0x630BE7F2006446A68D074CDDC08A72F8 , 0xE5968937DD5E45D7AB275556C9CCFC91 , 0xB04ABED0209D4644ABC53C963966C141 , 0x0CA03FBB20E04D90A225B3E4AE661435 , 0x5FACA3F417A447E6B5C6707CEEFEFFD7 , 0x5E46FB396CA74260948FFF4226B8309E , 0x375B7B61CA30453B9BAAAC1E92B28A1B , 0x609BA8D52A144632AE911C986394FE6B , 0xD034064CFA704468BC2C2D7035E2B0F7 , 0xAB809F3135914F09B080A55EF7585888 , 0x0581B1A7ED82414484EB48EA555B3F18 , 0x086D88A0CF774A80989F0921454B5974 , 0x526A2E9EF8174E219B0095559127DF2B , 0x018445B7C0424BBD916A35E6718B049D , 0x6A479936F2244E3686049F92E85ABF63 , 0xFB281ADD21A14BECB1FC62AF30D2040C , 0x1ED40543DC8C4C9AB7312953BFBB51CB , 0xDFCA4DA5892E4388B2EF929BDE7DC739 , 0x21A374A2294747F6A30854538504E0B9 , 0xCF85813F532E4972AC69189B9516A94F , 0xD40E51054A8E454CB29B9BCBEDF6F65A , 0x3F8C50764D2A4F47881CD9B1ED613A82 , 0x13240E7D85B3475EBDC20A465A4B52E3 , 0x6B14FA460FA64ABFBDD83402D76BE598 , 0x7C1F7ED6B59042968BFEFE8CF2DF4D3D , 0xF2699C915CEC41D2BBE9D618492DCAE2 , 0x598B603FAEF74F04B1B8FD53E37AAF58 , 0xB69C189B29B14092A20F2A1166B95D0B , 0x3FCB082332E3438DB85181B639F0E1A6 , 0xE93BCE23E282417CB2161BC8F1918DB1 , 0xECB65020E2794795A653727699549E09 , 0xF73554796CB5424382E6C0F7376167BF , 0xBB1ACA8B00C74E25A10EDFE7F3C5E62E , 0xBFCE61D9C5D240BCAF6B0D49660B0523 , 0x8442E3F4157640E38C112561981854A3 , 0xF3383896FE934AB288A51C224BA97B53 , 0x22F823DD01FA436A8E610BC2431FCF61 , 0xDA73EF181E6D4ED58334126DF952B639 , 0x97400D4122174F648C5C316D5176C881 , 0x10B30ECDCBB04831930AD72E73064089 , 0xFBD8844D2E7B4CBDB0696375CAD0AA24 , 0x17A1302995AF45EE8D7BAA09B767FE47 , 0xFDE6E19308134655B01E88A3984C33A8 , 0xC8214E8A097F4B1FAE1BDB5EE263FEA9 , 0x6D540B91FD6343FAACDFF28C1F40B0DC , 0xF12F9530D1F743C095FB311297311D07 , 0xF64A7CF44392431B87023BC36608F523 , 0x6E5D3C935ECF4702979B6391402FDCB2 , 0x569AB0FB3A9D4213A62EC9C3D031DE1E , 0x9DA1BE09888447A48EEF384588DD1702 , 0x87309ABC6EB8424B90560A9B9A9CD054 , 0xF7B35E4C09C448FFA61893AEA8050EAD , 0x3048361232D742EF8593593C60CE0880 , 0x032E24ED08CF47779DE17520147C93FD , 0x7AFC909FF11D4564993E6BC7264A0B71 , 0x7E5C164966564DE28FE1AE7E8E113089 , 0x7CFCE24A92BB4030A97E8A352980A505 , 0xF544FF0A399B4BB7AB0C72030BF4B0ED , 0x8BF76A9370194CF39B8693537FECD143 , 0x050710C300CC47718D8C7599B5C46C10 , 0xCC3C9265C1004C118F3B0EDCB8BE30D0 , 0xFFC6D6B369A84DFDBF7D1B9350917575 , 0x4B57C2EE53CE46E68DFBE47623BA2EF7 , 0x924413D1C5754737AFDD64B80F87C11D , 0xE8039A0E7CB14456A74B307D628B26E7 , 0x5211391386474D2E9E330BCBAB024D6A , 0x4D84421F372A41E180A435DC726BC06F , 0x16F1DF2C279C4F69804199C23D006778 , 0x73D15E72454C4E38BCF372F60271B284 , 0xBEE191328B524B3B93ACBAD235637AA4 , 0xDF842595B3614F26A7596F9B00248D9F , 0x09A6FD2A4D2A4C608CC327088A205C90 , 0xFBD393E8023144E5B38AA20E3F6670CA , 0x713478F1E40345B1B0EF7E5B8ED06DB7 , 0xD9BF06DC11F442F5BDB86056E5A7DC19 , 0x18E34FA5FA774CA4BCAD3668B629161C , 0xBA4C016BA9064AFE97EF3BD42079A728 , 0x0F7348DFBCCE493EBEECAA52DCE6E7E7 , 0x2C32D3F83D724B64A58C7EA83C73F69B , 0x69D15852E38D4FD9849D65A0254E5918 , 0xE7107AE76D1746FC8EB41C1B9D17B5BC , 0x707ACE20D7E2424AAC35DF006E9DEBCA , 0x4164469327F24B05AC129F708077D778 , 0x97496E2217704E9984313F4117039C4D , 0x85787F608E1F4FC6A9C0AA5A50CA2B40 , 0x847964A022C34C3FB1F71177A6FD0A42 , 0x8952CB6E959744EDB9FF89FE13CA8E03 , 0x8741FAD66B594126B0D5D64C3B671A7F , 0x1E39137110164FB7817F637A87396975 , 0x06E47F91CACD498E8B97F8C5ABA9713F , 0xCCD9066175B04394928DD9724466B232 , 0x2B52269145784C2EBF204BC9D0F69DB6 , 0x6E381D6B87524BC4817F39D88D965B88 , 0x1FED0CAB3FAA4B8695F59173E08BE362 , 0xB1EE1B8A5C4C4C018F51202148A00583 , 0x0D15763FB7E64AB780762A3BA601AE6C , 0xD9AD9BC07D9448F0B0B59E95BCC67D89 , 0xFB88C0796AEE4B11B3F28E8F5FE6FD8C , 0x0D872A2A239F40FEBFEF9048B2E4090F , 0xE78EEE4D34BE49C28042466D00F82F2E , 0x1C9633014369496CA695CC11EEBA8151 , 0x3218EDF01D84445BBC000BF71D32FB30 , 0xAA0633837D8044D2968E25CF48B70685 , 0x8CDA064C1B2C4B92AD8ACB3B9304A660 , 0xC5E563C0D9264E6880DDD1C5D7CE9FB8 , 0x0540FAABAD6046C296831A7E60D7AFD0 , 0x27CC92A4506042AA83FAC90390F228B4 , 0x8D869A4E2A994460ADAC9506F57365A6 , 0x42148A7253444E7BBAB4A8AE8CCAA5B3 , 0xEF464BE87FF74F7384EFA6016D91D127 , 0x7C6F17798A754C749F038BB588490847 , 0x5970851800C74523AB8633DAE3C4D0F8 , 0x1F4948A37F1549EEA54B015C9171D569 , 0xED97A2DF2FE447CA843D2A57B5EDF0BD , 0xBE47D99EE46D4E159DDBCE9CF878EACF , 0x8C2481E41A8344B881669094EB365491 , 0x0647DC33B8154413BAD2C9D3A2084BB8 , 0x861B8893C8324A15AD3F2AFEA3712C89 , 0x0BE6C1CC5C8D4A6E99778D04187B384E , 0xA044021E793C46738D0FA7599FF4035C , 0xB9A235AC4A5C405D9FD1CC849A8ABD77 , 0x8855CBD81DA54EB199B87B5C88ACFC53 , 0x3C7756188485458592D8FC305C4FE7D3 , 0x4AECC640C177477CA8D0F2E2F0BBE255 , 0x95D06322EFE8470BBE34CB40D98FF8A0 , 0x6BB1E50AA6F245489D68DD516E7B0070 , 0x3876768531E14776BAB81C7E49E63625 , 0xF4F6F810C6B24CD89FB0237E72FDC361 , 0x48623F74242E4556835BE8FB7EA8E971 , 0x21A6D9F7C4DA4CE2AA5182DAA140479D , 0x36745AF7B97240989F7BAAC0FB9BA9E0 , 0x74DA80176AF94A41A1E564585FD5D4B6 , 0x0381562C1F7D4F26BE6A922E3F7C7CEC , 0x0FCD4135A9E846B49CF849BE143569BA , 0x3A0A89DD653E4C438162D400FE4450E6 , 0x25CFD871B70546579654582382E68C0F , 0x9221DB64CBC54FF0BE53254824AACE1B , 0xB068C8733E6D4375B4D47487242D4AD1 , 0x4335C5AB23BA4B14A31783C2079F4E75 , 0x8C13A50B7CDE40A4900CD955E75FFC36 , 0x0C0CA6470C144DD8AC25BA892DEC27DE , 0x046A73EDCF054114A12A7D5993B944A1 , 0x06D9FCBEF8A64198A063D3BACB31FE03 , 0x798BF61EFAAA478B93CDBFBF892188E1 , 0x6E91FA8FC0E64D38A52867CF050BE050 , 0x9D35225392F14A8A91FD3FE4D3E4B2E2 , 0xA036A1692B0A4A5B8D05E87213341A7F , 0x93E012735E1F423F9C55286DC1F61059 , 0x2B50C32DEF0640A2944CCBE759895F3F , 0x0E1DB1394451456AB9D549E752CAEABC , 0x2EB87D46B25E4F23BEE6826E5A53FB1F , 0xD54539EBB0BB4EB59A7EE95AF2C4BAAC , 0xA4BB0D020AB34E9A8E38FFC9F4E362EA , 0xEC555BCAE6BF4709829E2D5EF208806D , 0x224B6987209F4BD4A5168AE1AF0B7636 , 0xBD756DEE9BBA4D60B07D138DBDB64E4E , 0x9D8094E327FE44A6844669EADE9F4575 , 0xC2CD843A111E4F8092310788318AFC09 , 0xB821B28CD9934BFFA2509288187C905C , 0xF5564CBC6D2C47EC95ED7A76C53FB08B , 0x7C0EDBB6FF3545DD9126FB3810BC5B6B , 0xF505E86B627E4EC7A17E90A2469C3761 , 0x849C52D902464254B6EF2CC46F743767 , 0x98758C7853084BCEBAD03BDBA7CEC327 , 0x8207BC3948644B358EBA4B0481B706DA , 0x8C64228B57994658B91182137E287806 , 0x01B6BE6510DD4240A4614AB7FE93DE7F , 0x13136A881ABD4475BF7565B7D212080C , 0x91C83BA2362244949C9E05C4FEBCBF01 , 0x4AB0730CA9EE44858D160E11FEB3315E , 0x082F32FC5B6B4E7A8AF1A86F82B067F6 , 0x2185B5C5D8374122AAABDE6607C502DF , 0xB4B64ACC90C6411482FD9DB6C8F96F49 , 0xCC0B9D31DB3C49F0AECEADBA1584B210 , 0x03063B68EFA44B4F9EA83CF73BE663ED , 0x484E0C21B86B4F4B8052439585B7D6CC , 0x5C02EDACC7764CB393DEE83E5B29C8D7 , 0x5B6CAA5604D44E2A9A3A6F648F212BE4 , 0xEC6E9DA70847444895554D5BC8826F29 , 0xEE8A73BD159F4E2FBE00A5DC96158E7D , 0xE2F150F06DC34E42993E7CF6048A4556 , 0x8F704250F1D1458683A1F48E61ADB4AE , 0xB0D2CEED22D04ADE888D000CBF6A8745 , 0x40E5ABA8EC1F4D3EBA60A57D0686EE42 , 0x4118288A39D54C5EAF9DCE20B23432D8 , 0x5AAB08894A0F4B5A80ECF031BD2BDE03 , 0xCAAB55990B6541CF96D4D0E23BAE47BA , 0xEC909E866CD443C09A61AC5437DD199A , 0x3104212A9F044523A58F74EAD66866E8 , 0xF885FFEAB5824E5994964C948D753148 , 0x34327BE5DBB44895945339588A43B466 , 0xBFCD7D83E3824F00BA86A7BF80940C88 , 0x72514B1532B64F73A9FBF47BAF255AB4 , 0xE08D5535BD5B4CA593AE61B710B78113 , 0x6E3D33E6EEE94272BACA5BF75271105D , 0x817655206B99448CBD68B3302A622981 , 0x76B7ABE8A51E421DA1D8E557B84C7CE8 , 0xF3EEDFF565E949CC87A751DF8477B257 , 0xD270AD2F44744038BA3A4E61BB21AE31 , 0x5DA5EC9BF2EF43EA924485C59D4AB67A , 0xFF5738DE6F444983939780CA7929CD68 , 0xED16A08B541E4901878C7AFDB3F50ACE , 0xCD95379199A5406D9C46ADD05F4C8BFA , 0xA668083906F845E4BB6981552093C81F , 0x5D53616AB9DD42B0A703E590DE134B09 , 0x9CB7F32A8AE54DB9BAEE55861D5DE426 , 0xFD23B9A0FBA645699CCA21B095960FFC , 0xC5ADE040A70D4F22B34CAEDC3D93C441 , 0x7AB4F209095F479DAEB7052CDA65A52A , 0x4EFF0540DBB748D3B39B989D37828734 , 0x2575917698B445E5BFD03C4368F205E8 , 0xC4963F4524334667A5C08F5048E6A1AB , 0xC604732E69E54395A57431B3DECBCDE5 , 0x2C09D73BD90245B4A8C7778D55FB0D3C , 0x169EBAE0493B405E8E0A77198A438E61 , 0x156D7E02EBC64EEF8EAC725A6BD8C497 , 0x03820F980B2A45CEA749D77A3EA925B6 , 0x6BB759D26AC245F58AEAAD794B0007FC , 0x0B312581EB0B480A997416CDCD9F0BD9 , 0xE1CB39471D1445BC92BCF4BA69124CF7 , 0x8F357A9D134E46D29E293AD00287B051 , 0x9B18E0F363E14A11AF3DB532EC513FA5 , 0x050F128A62AB429B8B715F1B0D10FE0E , 0xA6F5C63170E5427F8708DCB15FEE5C6B , 0x7A7E9056382E40FFA2339EF1A63C0D20 , 0xE6DE1D0EC8EB4FA4A2AEBE2318C69364 , 0x83B91815C1064E4997704AB46B5C6926 , 0xA07ADFB57E944121A6C5ADE7519C01E4 , 0x1F177EBEA7A74A3589E30EED1A97752D , 0x9260C7EDEE7B447AAA3C3686DA7F20E4 , 0x6B45FEFB12324290B63EA02B3B17F163 , 0xF62660A1476C41C79AF262B079D2DF9A , 0x57849E12B3894758A8C30A3E17243A87 , 0x20B621FE101942F1978DBA339E1D5179 , 0x9909435662964C5989E609A2B5B60751 , 0x2E03536B9DCD40F7917137E97E47D22C , 0x4AE6B44DE7DC44539ED869C972BDD3A0 , 0x2333DADD776E46DBAE0D879CA99F7ED4 , 0x9863ED19BFDB4A839683AF93B164645C , 0xA2F08C8CBBEF44E39B57E0E0FE86D881 , 0xA7CE819A0C664B5FBFE37E98294696BA , 0x22C6FDDC66D44BC5ACB639400BEF41F5 , 0xBB47E9383C1A4B768B80BC6E72262FEF , 0x8894856E3A924FE79AA01823116F5FA0 , 0x90E1C8DA1B1E4A62A3DD3C24AA302BA2 , 0xB17AE0E53B44477295291309841D045C , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0xCA9C65E008C24520BE1D7B6BCF9D2D79 , 0xEE0BF03BF44644B0844A0419DD10F6BA , 0xC91B25FC051E458AA7D52A63CBCEB487 , 0xFC5A03670CF94CDE80A990EEA0DB8E18 , 0xF37B1DB2D8744D4BB45152FA5D0D3BB7 , 0x3D44DA570E384EE5AA11A94E08C25762 , 0x9D2D3739BA6240AAB6F0961F6DC95F10 , 0xFD3EA27A9E9A4CCC86E657EBAA858E73 , 0x6BD8394D156D4BCCBEA7D3E0AA62A115 , 0x2133E75EABC04176BDD99CC295626553 , 0x626623D091EB4BF78F5219FBFE2DC4EC , 0x739CE42CEC46425B8660397A8DAA7A26 , 0xDDBE1194A4B74F98BFFCBCFB7F605798 , 0xEA70C9506C004E5183667BAC254323B5 , 0xFD17A274C52C450F92C52D25BFC882DA , 0x555C1E6B77BB4FEAAE6912DBB5890768 , 0xAA765BFCB837438B804F26056564D013 , 0x6181B356A9144A5FB9E9A0004BCB3025 , 0xCF201C50058948248D8DFCEA1D0C1F03 , 0xEA97F0991750445AB82A143C268422B4 , 0x7F315682502C405BAA4B3B66ADD72CE1 , 0x90D2D49D95E244CA963853B5C550A967 , 0x1D9F338B2E374C0597E2F4F7C8A13BBD , 0x7E36E27D07E845B4B3E436352524E25D , 0x1F5497FAEAD44BCCB9D57C6C5B58897F , 0x6599B7D7C2AB4823BC69AC4EB29EFD74 , 0xE6E049B58436431085BA9808B2240ACE , 0x93E7BD42E56642E393DE33B00138618E , 0x646C2053306648C1887F594C5348282C , 0x2FF103192EA24466813CEA33E7625762 , 0x348E1D4026C7433D9DDB3D8D7B16B839 , 0xE5FDA7B1A0AF4E90891435E7B57479F8 , 0xC63940E77468444291FD1AA5ACC90E6E , 0x375A01A4C87948D0B8F40AEDED131885 , 0xFFCABC15B39A45C8AB5EFF203D5EC17F , 0xD5F21A65D15B49DC809A0D08CD05A85A , 0xBD964333BD904E599616C2DB42751180 , 0x5A88DAB8596D436D889E560C822F6E26 , 0xFB881B050804476897098861E68D745E , 0x65139590DC384732A2C0A4330E2E1586 , 0x35DFCDCA1673457F9006EFC2D268D809 , 0x6FD5581FFD1A41DFB5DCD5A67287A497 , 0xD10EF31A1FC5445CA67CA7FC860BA689 , 0xC1CBB55FD717403FA00A0DE1DE3C8057 , 0xDD23CB5CE3094374B1345DF9E7189178 , 0x91B1EEB0AC144CAFAA8AE5447E5855E9 , 0x90AD9CBB74674ECD968B0E5A4CC548BA , 0xC2E13F2EA2454B39805AD1AAC3C6D242 , 0x715E2A0EDB524E499E88372FD5B16729 , 0x34CC5BB522BB448480864C803EB80DD2 , 0x2CB4E4DAD059429FB6C043772F2D6168 , 0x957D51FBBEE04EEE80F5D9AF9DC7A4E3 , 0xFB602DF390164B65AFFD67CC9A2ED1F1 , 0xDC22873517F44F2F953AF54BB7A68EA0 , 0x68C439D9301A464BB0AF9F1A035D2450 , 0xD3087C91C4644B168FE53D4B16ABC519 , 0x24D2C2CA37C74E36BEA954596B6DFA6F , 0x8F8E0B17C16844BD8F1190CE3081F505 , 0x77FD61C275424237AD227DB133467E4D , 0xB9375590800B4A0489C483F80918E650 , 0x43DAC799F501433EB5E87279DE637877 , 0x818B3BEA1425404C81EFF26C8603073D , 0xBF5CC2144109412490CDA073CD3FBAD2 , 0x268FC412578B406F8945566B61785612 , 0x74A41B9595EE487DAEA38FE57FF7232E , 0x0B796E0C7BC446AEBA376DFDCBCBD2E6 , 0x4E47A14724884CD0BA9E3B6B9B7E7D88 , 0x3F1DD94288DB4B87BC14FD03D642C229 , 0x5BD08049ECE44B7E9CD9689BEDBD1047 , 0xABDC821DFC124F4BB3F103BA037B8A1A , 0x4203335CA42B49A6BA1BFA6A4B34ECC5 , 0x06928528A088470DA6E04EB63CF91890 , 0x2E3346A82B414435B21397CE9082C130 , 0x7297AA5B4E0F486785A9C9A12BEC7E01 , 0x6AD8D3AC4BF24573B01499275FB3A934 , 0x2E2F27D6734F4CB0A07E12574A91C66B , 0x25BA610B736B44A692BC838D606F077E , 0x17900C2A79784FB2A5DE07F3C083EF5B , 0xC686AD9BB27E40048505087BDB5B849F , 0x99ABA6EF5FBF47BE9D7355D734A73162 , 0xB56D774BBC8C4B63B09F411D56E6CB02 , 0x213422AD4E8242E4AF7E3500637396D3 , 0x4F6871B81F474FE29CCC09E30C7EFD94 , 0xC486E31C6BE045E18AAE2E17B6907ABA , 0xC702036A9BCF499BA4878FAB1225F73D , 0x4FA581632DE14E8A9353C500C7D00DEE , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0xA90319796686407B9795490FBC7029FE , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x5273F25E874942CB82DFADD5B054A179 , 0x446F9E26CE4A46668BD5D731BC37E27F , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0x2E5792F6A9794A49830E63329CA7659E , 0xE3226BF41A7842AAB7F9CD436F1E8C3E , 0x0DD3205127E4463E9CA79867D611D5E4 , 0x931ADBB5AF6249A3A638D6D1EF4B2C10 , 0x75ECAAAF30B3468CA50DE74056474537 , 0x135B41987FD74775AF2A224EDBE165AE , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xE551282611564003B8E80F1E0B3148A1 , 0xFD02616C387A4C2EB547845BFFABB6A0 , 0xA013D8A5C05C4C179ED5EE67BA295B05 , 0xEA013536BB104838A528C42097245A4A , 0x7FAA0E375E9241A18EDC4966D57ED5E1 , 0x64B2B75F4A5942B88CD9C96B448AC858 , 0xA7C3BDF9B4854B07BB7FA0812F97ACE4 , 0x27CF1D93E95044EF8F651CAAC1D1BFAB , 0x059B606A4D524899ADBCA872F8C49715 , 0xC0E14AB6B5014F309118F207C63926D7 , 0x6F84400A55334547994D52B88F679428 , 0xF4DA843A667F41BDA4635CD4FDE393D9 , 0x73F4D33DE464424596CB7A6AF0E4C7F1 , 0xBDD89AFE344E44E0872F691FA13D93F0 , 0xE9201A6FE1574EBBB1F97C00F1532E7F , 0xFB6A25D910F34B2794FF3442874D6F6E , 0x62A3088174554E3DAB7BF84499EDFEB0 , 0xABC19652DAF44E60849B9E5CFF8D5AA5 , 0xC7602868876842EF91C26C3B6A5B8D9D , 0x8C136FCA1C3D465B994A6EAD2FA59256 , 0x65146896E47B4C3984AF11479818EB69 , 0x89854630C3B0423DB879D50168EAC627 , 0x21747B7F48DD41528C0E38372E757C96 , 0x5EBB1EE0ECAB4305AE161BE719F5A35E , 0x12F448A691DE4B3F83A264B722CFEF2B , 0xAEB9843F4B044BA287F07B0BCFF3DF8A , 0x37582405C92248E4BF22AC837309396C , 0x4DE4A6DDC0B343B3A1D881B217D1ACE0 , 0xC63F327A7AC14BC0948E1415CB3BA153 , 0xF317E0BDD12F4E85826E7351AA8CFFEE , 0xEDCE3B49D09045CB9695BB5C5CB67AB8 , 0x6283FFD123BB4B9D8F3906BE53E07F92 , 0x450241D3E11945C099074A5EDC4D6E3D , 0xF6A9FEFF8D06453FA2DB7EA604DFFF35 , 0x0770BA7A42B748FEBC1036049C493CDC , 0xB10780A75F6749988865E5B63B1F5373 , 0xF54AA1AD0BD8431882B380C9D3CC5B55 , 0xDE1687FBFB8A4EEA9A474BD011F15482 , 0xADB037322BEE43E9BFBDAA19C04CEB0F , 0x7587A8FE5C114F1EAA3FD23017B98A5E , 0x550F8320F2C442FCAC08C23D527CAEC0 , 0xEE01BAC30C574E9CA44BA14F84648105 , 0x7D8A4FC9FBEE48CCA22AD01C533BB019 , 0x9E9D48BC04FB4A4998429D75B5253066 , 0x67391B2FEACE4E48A1FF078727CB8E77 , 0xFF5AA2D2C7C64CE18A817C95DE4D7A3A , 0xF1F493CFDFDA4983A3C0425E9F423683 , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0x298CFD9647BD41B6B9714F27E3610022 , 0x989A78683DF24D4292538A960D866B19 , 0xACEEE611F0DA4B87934CAE3FBBD3A639 , 0xC1023801604C45A69112F49FE451A9DE , 0xAD847231E63B4F6F90EFD0FB4B7170C6 , 0xC6DC8BEA9C234666BC039E76421DCB6F , 0x2720DC05C39D4A60A72240B08C914B64 , 0x8DFA8F3FC1A64BE996FD7C118C72ACB3 , 0xD280058C4E68434393696FC10C7A5FED , 0x10AA2308E3AA4816B155544BD1395B14 , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0x4E333E0A7F1F43188BF665AEE72DF4E5 , 0x4DFDFFE392DD46548DB3F52F3CF2A131 , 0x71F75E5AD1EC4C3A8B87832B3554CBC4 , 0x75666C9223ED4C06AC5CCEAE4662C2BE , 0xA19C25E6FB4043C49B1454814494C0DA , 0x9651110869F74DA9A3D5002F2AD004C5 , 0x3FCEC18E38194644BD78A30F29B2ECE6 , 0x230A5B3D1C184AFBAD359E7992037788 , 0x8D78CC610B8C461B9F3D3060BC02C3B8 , 0xA1EFD1173BD6428981C099D0DF17DBEE , 0x364D0D5C4681472BB43CFCFC706D76CE , 0x8BE42A90B1CE49E6A937D77E33F04EBE , 0x3AE32774F59347538C8D6F4911175803 , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0x7501049BA4AB4919B96FDD2E6DA55A7B , 0x40AB1E98258E4E058F5E3B7D6C0DE30D , 0x1B990647E7BF40AB84ACCE7649344F66 , 0x226E15C39ED2481A8D37401E19131D78 , 0x9EBF23ABB9964B40965DE55B46848131 , 0x1C637F38AA1A49279D1965D73E95CADF , 0xBDECA04863514D94ADA203CF379BA2FC , 0x206547B374DC44C8831CF84BC8881561 , 0x70AF0D914DA54CFF835C54D3FA45CAD1 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x318A08E268BE418EAE39826373EA40FD , 0x71AE4D7919944701AF3BA6773E41276D , 0x43B8DBF5D1EA4BAAA0ECEB679685F1FB , 0xD99B9E4BE42F4CDD85A86190A1D5CEB8 , 0xF12B7EC0CD994F7ABC349CA1D703FE89 , 0x4080F260D9D449CC8EF982663E6EFCB0 , 0x3E70B81D6C33479ABD2294E906A8476D , 0x60AF42BFDD6C408494DA0A2506FC0DC8 , 0x7B9A4CA4F8834B46BB695DCBF00F7B94 , 0x3B4177823E374535BFF828A4A4FBA944 , 0x8068D0EB2AD94C65A891509BB738AFEA , 0x8C542660A6984ED783EF1CFA7E74975F , 0x0F00667E976A4FA1933FD5DD1ABD3431 , 0x905CDD327BE941B28C590CCF7C84EAAF , 0x7B8FDC5356004679B5146EBD22FAA5CE , 0xC628F59954254962BC11917AB328D2D9 , 0x26CFB58D138A4542AE52AFD1E3593A6F , 0xACB714B4465C4D3FB082698174A3DA61 , 0xF09A34658A30478792C31C238F324E6F , 0x7BC9D6DB9194488F8B827B1673DEB5ED , 0x49E70E6F94CE4FEB88229663C2319F25 , 0x136D39EF4CC9401D865F6894CB362676 , 0xCFEF3B0B7D9248C994F0D80D82FD6226 , 0xD6A2D5D8F19B482B8B6126678687995C , 0x24E2C71A7C4B4EDEA18CA5B290C5EC66 , 0xE9E61673A188435CBE9C33995DD4E2F4 , 0xD41DD5B504F44B31A4D89F36E35A550E , 0xFD6303C9F48345F0BC41E5CF01873F03 , 0xBC9AE64410BE4B658F3F6CD5579DCAE5 , 0xFF1C6A1209704D8A829B197FE85D2518 , 0x201871124A68408DBFA27D6A1CDD8917 , 0x45E385D50DEE4EAB835D2EEB81474B42 , 0xED0BE4994C8C49FEBF74A49EA5E3AD0F , 0xA19A74451AC74710A15185DCBB0583BA , 0x415C9251B6284FB395C8D95AA7181645 , 0xECEB638DF61A414DA513D74E84CF3BEA , 0xFA4873021DDD48D489AC7BA4AC740C36 , 0x34E51D517F75433C96125B21555F4CEF , 0xCACE2B591ACF4A95AE001D7BC8CEB09A , 0x5204980E477D433CAD96085EBA9DB7CB , 0x84D229EBDFD0432F90DEA83102799186 , 0xFE783E0B554C4B549DAD61E3683EB396 , 0xBFEE081E308A467D90F51A6B163EE61A , 0x650389555A614A48BD1AD877BB5C70C3 , 0x6B6D873D4D5E4E8799CAB014F6D11B57 , 0x9AC2C4B2E85C4CEEAFC3679B02639797 , 0x20D557E7C8674E0A89155F337EC341F9 , 0x69FA34DD2AF5429ABB86901EE7221702 , 0x046854098B3C4E28940A2F37FF88736C , 0x091CBFF0C83042CE95360362D95E9C4A , 0x212C6D559A18406A924467193D912E44 , 0x8DF3C243B65241C78BCB534B6025F147 , 0x9355F32A48B14431A9804293E82E0120 , 0x6C13907078534057A33D81D574CBC13E , 0xDDBB29D96E3D42048C9C450ECAC73FE4 , 0x6C54D3B5A5834647AA182D52769B9DF4 , 0x3DD8389370984D7782EDEB34D0BD805F , 0xF0585186787444A3A1D853F2F5BA2B75 , 0xCE94D0CC7D7443AA92BA14CBFDA2D6B6 , 0xAF2DF1878D3B436F886D7F56B56F1D5C , 0x1055CFF1F0DC42E5A97005E224348A6E , 0xB896053BA01D4EC9864794F96F25F20E , 0x08446373E4F043FDAB0D0CE78355C99C , 0x6539E67E48DF453A94D99CF332BB5B44 , 0xDA85E2F2A6B145E0A06146C9014D4C6A , 0x0111F8535A3948E8A96489CB9D915F48 , 0x56D7E06EB90F4444A6AA37B6CFC7E0F0 , 0x8ABFC0EC0C7F44E2AA9FAF778876DE2E , 0xE54A77BAFFF1421DA29337637B21FE29 , 0x9444C4DFDF154EEEAF4E53D7F90BD203 , 0xB171B39C76564D0990C7D0E9883226CD , 0xECA6C61D1BB64A79B61B8EA20342F59A , 0x97417C60899F440B95CCE29025400F85 , 0xF0B8623975FE4EA0943FAE3A6472A039 , 0x82A191989ACF4E39B5A7CFBB80653224 , 0xA744D01C7B444B4CBB1F11752E9524A8 , 0xE9DC974193E947CEBE057B7A3219D2E4 , 0x9DC1990B315443F4B11AE9108E3E1758 , 0x4E178EBC2AA94F96B4F83466DA03F05F , 0xFBF480D78C31411CB61F9F5880799938 ));
Copy
84
2.66 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"\x01\x11 °SZ9HÞ®dë╦Øæ_H "
b"\x01 äEÀ└BK¢æj5µqï\x04 Ø "
b"\x01 ¶¾e\x10 ÝB@¤aJ·þ“Þ\x7F "
b"\x02 *À§<\x13 Ab²\t ¿Ì¾‚&í "
b"\x03\x06 ;hï¤KOž¨<÷;æcí "
b"\x03 .$Ý\x08 ¤GwØßu \x14 |ô² "
b"\x03 üV,\x1F }O&¥jÆ.?||ý "
b"\x03 ‚\x0F ˜\v *EΧI×z>©%¶ "
b"\x04\x1C ŽÖ\x15 6AÊ«ïi.·YžB "
b"""
\x04 hT\t ‹<N(”\n
/7ÿˆsl
"""
b"\x04 jsíÏ\x05 A\x14 ¡*}Y“¹D¡ "
b"\x05\x07\x10 ├\x00 ╠GqìîuÖÁ─l\x10 "
b"\x05\x0F\x12 Šb«B›‹q_\e \r \x10 þ\x0E "
b"\x05 @ú«`F–ƒ\x1A ~`ׯР"
b"\x05 ü▒ºÝéADäÙHÛU[?\x18 "
b"\x05 ›`jMRH™¼¨røÄ—\x15 "
b"\x06\v Ël─ØK¥å└|¢F\v w╝ "
b"\x06 GÜ3¸\x15 D\x13 ºÒÉÓ¢\x08 K¸ "
b"\x06 Æà(áêG\r ªÓNÂ<¨\x18 É "
b"\x06 Ùü¾ø¦A˜ cÓºË1þ\x03 "
b"\x06 ä\x7F ‘ÊÍIŽ‹—øÅ«©q? "
b"\x07 G│¯9µN>É\x06 ð1G®^Ø "
b"\x07 pºzB·Hþ¼\x10 6\x04 œI<Ü "
b"\x08 /2ü[kNzŠñ¨o‚°gö "
b"\x08 DcsäðCý«\r \f çƒUÉœ "
b"\x08 mˆ ÏwJ€˜Ÿ\t !EKYt "
b"\t\x1C ¿ðÈ0BΕ6\x03 bÙ^œJ "
b"\t ª²*M*L`î├'\x08 è \É "
b"""
\n
ÅÕ\x0E Å╝Løà§ae\x04 !\x12 Æ
"""
b"\v\e ™\%ÀKn²l\x1C Šñ)Ýö "
b"""
\v 1%üÙ\v H\n
Öt\x16 ══ƒ\v ┘
"""
b"\v yn\f {ÄF®º7mýËËÒæ "
b"\v «°,ÌåOSØgz\x17 î«:\x18 "
b"\v µ┴╠\ìJnÖwì\x04\x18 {8N "
b"\f\f ¦G\f\x14 Mج%º‰-ì'Þ "
b"\f á?╗ ÓMÉó%│õ«f\x14 5 "
b"\r \x15 v?·æJ·€v*;¦\x01 ®l "
b"\r ç**#ƒ@■┐´ÉH▓õ\t\x0F "
b"\r Ó Q'äF>œ§˜gÖ\x11 Õä "
b"\x0E\x1D ±9DQEj¹ÕIçRÊê¼ "
b"\x0E ?\f «\f GA¬ƒé~‹4«ÊŽ "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"\x0F\x00 f~—jO¡“?ÕÝ\x1A ½41 "
b"\x0F sHß¼ÎI>¾ìªRÜæçç "
b"\x0F ÍA5©èF´œøI¾\x14 5iº "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"\x10 UÏñðÜBå©p\x05 â$4Šn "
b"\x10 ª#\x08 ãªH\x16 ±UTKÑ9[\x14 "
b"""
\x10 ³\x0E Í˰H1“\n
×.s\x06 @‰
"""
b"\x12 ôH¦‘ÞK?ƒ¢d·"Ïï+ "
b"\x13\x13 jˆ\x1A ½Du¿ue·Ò\x12\x08\f "
b"""
\x13 $\x0E }…³G^½Â\n
FZKRã
"""
b"\x13 [A˜\x7F ×Gu¯*"NÛáe® "
b"\x13 m9ïLÉ@\x1D †_h”Ë6&v "
b"\x14 x W\x1D ðJ\x01 ¼/ÞȲ<é¾ "
b"\x14 ÅÔÎ@ÞFéÆy³|\x1F d<ƒ "
b"\x15\e Ìee£NŽ¾ÑØÎ\x15 ˆ¨P "
b"\x15 m~\x02 ëÆNrZkØÄ— "
b"""
\x16 )Ùé0\n
Mýމ\n
Ö—J\x04 Ã
"""
b"""
\x16 žºàI;@^Ž\n
w\x19 ŠCŽa
"""
b"\x16 ñß,'œOi€A™Â=\x00 gx "
b"\x17 üZ┼ßå@╗║\x19 \r \x1E\x1D tÉË "
b"\x17 É\f *yxO▓ÑÌ\x07 ¾└â´[ "
b"\x17 í0)ò»E¯ì{¬\t Àg■G "
b"\x18 ãO¥úwL¤¼6h¶)\x16\x1C "
b"\x19 Üï§ÌóKê¿EüGŸhÌ\x1F "
b"\x1A APƒxcBü‘8\x03 ò3È-Ž "
b"\x1A ÌÌU¯\x18 I–¾vŒùió|\f "
b"\x1A ×™CÇäNK¶ñü³æƒ\e\x07 "
b"\e ™\x06 Gç¿@«„¬ÎvI4Of "
b"\e ôØ\x12 ³dDà¡Íó§ÎÊD; "
b"\x1C c\x7F 8¬\x1A I'Ø\x19 eÎ>ò╩▀ "
b"\x1C û3\x01 CiIlªò╠\x11 ¯║üQ "
b"\x1C ÷›¸Ö\x14 BݵÊÎ\x18 }¥*\ "
b"\x1D >êÎx‰EÀ•@>&²Ó\x01 1 "
b"\x1D Ÿ3‹.7L\x05 —âô÷È¡;½ "
b"\x1E 9\x13 q\x10\x16 OÀü\x7F czç9iu "
b"\x1E Ô\x05 CÜŒLš·1)S¿»QË "
b"\x1F\x17 ~¾§§J5‰ã\x0E í\x1A —u- "
b"\x1F IH£\x7F\x15 Iî¥K\x01 \‘qÕi "
b"\x1F T—úêÔK̹Õ|l[X‰\x7F "
b"\x1F í\f «?ªK†•õ‘sà‹ãb "
b" \x18 q\x12 Jh@ì┐ó}j\x1C ¦ë\x17 "
b" !í;'QI§»Î¼ê>>Q "
b" eG³tÜDȃ\x1C øKȈ\x15 a "
b" uÿvPžD\x01 ˜j®²R¤~¯ "
b" Â!■\x10\x19 B±ùì║3×\x1D Qy "
b"""
ÕWçÈgN\n
‰\x15 _3~ÃAù
"""
b"!,mUš\x18 @j’Dg\x19 =‘.D "
b"!3ç^«ÀAv½ÙœÂ•beS "
b"!4"N‚Bä¯~5\x00 cs–Ó "
b"!t{\x7F HÝARŒ\x0E 87.u|– "
b"!…µÅØ7A"ª«Þf\x07 Å\x02 ß "
b"!£t¢)GGö£\x08 TS…\x04 ๠"
b"!ª┘¸─┌LÔ¬Qé┌í@GØ "
b""\x03 ã^é9L]▒ÈãyÅu\x12 õ "
b""Ki‡ ŸKÔ¥\x16 Šá¯\v v6 "
b""n\x15 ├×ÊH\x1A ì7@\x1E\x19\x13\x1D x "
b""ÆýÜfÔKŬ¶9@\v ïAõ "
b""ø#Ý\x01 úCjŽa\v ÂC\x1F Ïa "
b"""
#\n
[=\x1C\x18 Jû5žy’\x03 wˆ
"""
b"#3ÚÝwnFÛ®\r ‡œ©Ÿ~Ô "
b"$ÒÂÊ7ÇN6¾©TYkmúo "
b"$ÔÃ\x1A |KNÌíîÑ▓É┼ýf "
b"%\x03 «PÅ$A\e ║╬¥+\x01 ¢yÛ "
b"%u‘v˜´Eå¿Ð<Chò\x05 è "
b"%{Î\x1C ╦ÉE┬út*PâC§\n "
b"%Ü%zÝ\e O┌Ø:¹âáð\y "
b"%║a\v skDªÆ╝âì`o\x07 ~ "
b"%ÏØq·\x05 FW–TX#‚æŒ\x0F "
b"%ÙV²òÛ@§‹žîˆƒm\x12\x1E "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"&¤Áì\x13 èEB«R»ÐÒY:o "
b"'\x16 ¾ÌjõM\x05 ¼êk¯z–ñ“ "
b"' ▄\x05 ├ØJ`º"@░îæKd "
b"'Ê5_¡\x13 K騄Nj»þ»î "
b"'╠ÆñP`B¬â·╔\x03 É‗(┤ "
b"'¤\x1D ôÚPD´Åe\x1C ¬┴Ð┐½ "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b")Œý–G½A¶¹qO'ãa\x00 " "
b"+PÃ-ï\x06 @¢”LËçY‰_? "
b"+R&æExL.┐ K╔ð÷ØÂ "
b"+Åz%\x10 ÷ES¾õfú~š¼\x10 "
b",\t Î;┘\x02 E┤¿ÃwìU¹\r < "
b",2Óø=rKd¥Œ~¨<sö› "
b",´äÚÐYBŸ¶ÀCw/-ah "
b"-]Å"|¡EÄàJ=ß═â+\x06 "
b".\x03 SkØ═@¸æq7Ú~GÊ, "
b"./'ÖsOL° ~\x12 WJ‘Æk "
b".3F¿+AD5▓\x13 ù╬Éé┴0 "
b".W’ö©yJIƒ\x0E c2œ§ež "
b".¸}F²^O#¾æ‚nZSû\x1F "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"/±\x03\x19 .óDfü<Û3þbWb "
b"/ü fÐ G-’µ\x16 LJ»I\x16 "
b"0H6\x12 2×Bï…“Y<`Î\x08 € "
b"0ì\x05\x1E Ì‘Dê±zŸÌÄ\x1A\x19 Î "
b"1\x04 !*ƒ\x04 E#ÑÅtÛÍhfÞ "
b"1Š\x08 âh¾AŽ®9‚csê@ý "
b"2\x18 íð\x1D „D[¼\x00\v ÷\x1D 2û0 "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"3▒g1\x7F 'K´î┤W▒NìwU "
b"42{åÛ´H•”S9XŠC´f "
b"4Ä\x1D @&ÃC=Ø█=ì{\x16 ©9 "
b"4Ì[µ"»D„€†L€>¸\r Ò "
b"4å\x1D Q\x7F uC<–\x12 [!U_Lï "
b"5▀═╩\x16 sE\x7F É\x06 ´┬ÊhÏ\t "
b"64? ›KA»€EËÉhsC— "
b"6M\r \FüG+┤<³³pmv╬ "
b"6tZ÷¹r@˜Ÿ{ªÀû›©à "
b"7X$\x05 É"Hä¿"¬ƒs\t 9l "
b"""
7Z\x01 ¤ÈyHиô\n
íí\x13\x18 …
"""
b"7[{aÊ0E;›ª¬\x1E ’²Š\e "
b"8vv…1áGvº¸\x1C ~Iæ6% "
b"9wB8,nB£Œë£·\x08 œ—’ "
b"9œ\x04 "ŒÿEö¸\x1E ~V\v ºq´ "
b":\n ë¦e>LCübÈ\x00 ■DPµ "
b":¡"‚é\x14 LÞ¸Å~Qt! "
b":Ò't§ôGSîìoI\x11\x17 X\x03 "
b";Aw‚>7E5¿ø(¤¤û©D "
b"<Y¥„ažEK¯TFŽ\x1F MlÆ "
b"<wV\x18 „…E…’Øü0\OçÓ "
b"<¬üOÜ_CçÂfT╣j)╬\x00 "
b"="üq^¬L\x02 ¤é/@d\x1C #\x08 "
b"=DÚW\x0E 8Nåª\x11 ©N\x08 ÂWb "
b"=Ø8“p˜Mw‚íë4н€_ "
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b">C<Àd\x19 J¸ =d{\x14 ". "
b">p¸\x1D l3Gš½"”é\x06 ¨Gm "
b"?\x1D ÙBˆÛK‡¼\x14 ý\x03 ÖBÂ) "
b"?ŒPvM*OGˆ\x1C Ù±ía:‚ "
b"?╦\x08 #2ÒCì©QüÂ9ߪ "
b"?ÎÁŽ8\x19 FD½x£\x0F )²ìæ "
b"@W/$Ÿ!B8€“_\x04 »óÒŸ "
b"@kh!ÙcO\x1C ìë\x17 á\x16 ┘p\x19 "
b"@€ò`ÙÔIÌŽù‚f>nü° "
b"@½\x1E ÿ%ÄN\x05 Å^;}l\r Ò\r "
b"@嫨ì\x1F M>º`¥}\x06 †îB "
b"A\x18 (è9ıL^»Ø╬ ▓42Ï "
b"A\’Q¶(O³•ÈÙZ§\x18\x16 E "
b"AdF“'òK\x05 ¬\x12 Ÿp€w×x "
b"B\x03 3\¤+I¦º\e újK4ìÅ "
b"B\x14 ŠrSDN{º´¨®ŒÊ¥³ "
b"Bu$쬺C]®wBì7·ÜÈ "
b"""
C\x01 òpvÐ@"†`\n
Óó\P\x01
"""
b"C)PPµ®L>½Œ2×ì·.™ "
b"C5Å«#ºK\x14 £\x17 ƒÂ\x07 ŸNu "
b"C¸ÛõÑêKª ìëg–…ñû "
b"CÚÇ™õ\x01 C>µèryÞcxw "
b"Dož&ÎJFf‹Õ×1¼7â\x7F "
b"E\x02 AÓá\x19 EÀ™\x07 J^ÜMn= "
b"E/\x16 ú\x03 „D§»\x1A ·¶ó\x19 . "
b"EÒàı\r ¯N½â].ÙüGKB "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"GEûðI/C+öR±ƒÅ|e¯ "
b"GŒ™D¥\x17 Fȱæýn-\x10\x00 Þ "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"HN\f !¸kOK€RC•…·ÖÌ "
b"Hb?t$.EVƒ[èû~¨éq "
b"Hf²\x03 Š?G_…C¿¯Ók\x01 û "
b"Iú3┌jØB&ÿ\x19 \r ¼\e\x1E Ø4 "
b"Iç\x0E o”ÎOëˆ"–cÂ1Ÿ% "
b"J░s\f ®¯Dàì\x16\x0E\x11 ■│1^ "
b"Jæ´MçÜDSžØiÉr½Ó "
b"JìÆ@ÁwG|¨Ðòâð»âU "
b"Jõ1<\t xDʼŒá\x16 I=\x04 "
b"KW┬¯S╬Fµì¹õv#║.¸ "
b"K‰Cy\x10\x1D Aö²\x1D ¶ÚRæÂÇ "
b"M„B\x1F 7*Aဤ5ÜrkÀo "
b"Mõª¦└│C│íÏü▓\x17 Ð¼Ó "
b"M² ÒÆ¦FTì│§/<‗í1 "
b"N\x17 ޼*©O–´ø4fÚ\x03 ð_ "
b"""
N3>\n
\x7F\x1F C\x18 ‹öe®ç-ôå
"""
b"NG¡G$ˆLкž;k›~}ˆ "
b"N \x05 @█ÀHË│øÿØ7éç4 "
b"Ohq¸\x1F GOâœÌ\t ã\f ~ý” "
b"OÑüc-ßNèôS┼\x00 Ãð\r ¯ "
b"R\x04 ÿ\x0E G}C<¡û\x08 ^║ØÀ╦ "
b"R\x11 9\x13 †GM.ž3\v Ë«\x02 Mj "
b"Rj.žø\x17 N!›\x00 •U‘'ß+ "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"S1J‰‰PO@³\x02\x04 ?\x16 šã* "
b"SL\x00 òmIKØ«,/ƒ/Íó® "
b"TJ \x15 ”K@À…#›ïXJíÚ "
b"U\x0F ƒ òÄBü¬\x08 Â=R|®À "
b"U\\x1E kw»Oê®i\x12 Ûµ‰\x07 h "
b"VÜ░¹:ØB\x13 ª.╔├ð1Ì\x1E "
b"V×àn¹\x0F DD¦ª7¶ÏÇàð "
b"""
W„ž\x12 ³‰GX¨Ã\n
>\x17 $:‡
"""
b"W°}ôƒÂA‹¬Oèî-»ø\x06 "
b"WÉ\x19 yõXMº¶AÅôÙ·~z "
b"Wññ~†^@\x1D ˜;£¦¼þ«€ "
b"Xù.ãXûDP¸\x01 ý¿K\x1C €Í "
b"Yp…\x18\x00 ÇE#«†3ÚãÄÐø "
b"Y‹`?®÷O\x04 ±¸ýSãz¯X "
b"Z)æÎ\f ¸CѦÏÓ·ÌÒ\k "
b"Ztÿò\x0E\x07 BÛ†Ð6¹"ýº“ "
b"ZˆÚ¸YmCmˆžV\f ‚/n& "
b"Z«\x08 ‰J\x0F KZ€ìð1½+Þ\x03 "
b"[l¬V\x04 ÈN*Ü:odÅ!+õ "
b"[ЀIìäK~œÙh›í½\x10 G "
b"\\x02 í¬ÇvL³“Þè>[)È× "
b"\Ñnh’ÊFs«e ·ÏmBD "
b"]Saj╣¦B░º\x03 ÕÉÌ\x13 K\t "
b"]{§#ÒƒN„¡\x08 iYk¶d. "
b"]Ñýø‗´CÛÆDà┼ØJÂz "
b"^F¹9lºB`öÅ B&©0× "
b"^I*Ä3\x12 @s©h¢c®\x02 î† "
b"^»\x1E àì«C\x05 ®\x16\e ç\x19 õ£^ "
b"_¬£ô\x17 ¤GæµÆp|îþÿ× "
b"_²Ü{3/@N†>õ\x1E ¸yk9 "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"`›¨Õ*\x14 F2®‘\x1C ˜c”þk "
b"`½ÌZÉ╠DÔ╗Æì\x17 EÃ*Ó "
b"""
`¯B¿Ýl@„”Ú\n
%\x06 ü\r È
"""
b"aü│V®\x14 J_╣Úá\x00 K╦0% "
b"bf#ðæÙK¸ÅR\x19 ¹■-─ý "
b"bâ Ð#╗KØÅ9\x06 ¥SÓ\x7F Æ "
b"bú\x08 ütUN=½{°DÖÝ■░ "
b"c\v þ‗\x00 dFªì\x07 L¦└èr° "
b"dl S0fHÁˆ\x7F YLSH(, "
b"d²·_JYB¸ŒÙÉkDŠÈX "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"e\x03 ‰UZaJH½\x1A Øw»\pà "
b"e\x13 òÉ▄8G2ó└ñ3\x0E .\x15 å "
b"e\x14 h–ä{L9„¯\x11 G˜\x18 ëi "
b"e9æ~HßE:”Ùœó2»[D "
b"""
ea%÷GØH\x0E ¯\n
F€á\x1A ‘
"""
b"e™·×«H#¼i¬N²žýt "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"f~¾%¦─JjÑØÍ╚%î█l "
b"g\x01 þ\x7F *÷DϺ(3yžêo\x13 "
b"g9\e /êÎNH¡ÿ\x07 ‡'ËŽw "
b"hÄ9Ù0\x1A FK°¯Ÿ\x1A\x03 ]$P "
b"iÐXRÒìO┘äØeá%NY\x18 "
b"iÕ\r _;ûOZšŸÎHF\f ݸ "
b"iÞÔ═÷@LɃ\x16 j¼\x0E Óþ4 "
b"i·4¦*§BÜ╗åÉ\x1E þ"\x17\x02 "
b"jG™6ò$N6†\x04 Ÿ’èZ¿c "
b"jɃ┌2ÚHÚ©\x11\x00 ƒS▀\e × "
b"jØÓ¬KòEs°\x14 ™'_³©4 "
b"k\x14 úF\x0F ¦J¿½Ø4\x02 ×kå˜ "
b"kE■¹\x12 2BÉÂ>á+;\x17 ±c "
b"kN-ý4£K\x00 ëÅ\t {┘+^Ü "
b"km‡=M^N‡™Ê°\x14 öÑ\e W "
b"k▒Õ\n ª‗EHØh¦Qn{\x00 p "
b"k·YÒjÂEõŠêyK\x00\x07 ü "
b"kØ9M\x15 mK̾§Óàªb¡\x15 "
b"l\x13 ÉpxS@Wú=üıt╦┴> "
b"lTËÁÑâFG¬\x18 -RvøØ¶ "
b"lÐ9nÑéFËÜìõÉ┬ø\x13 $ "
b"mT\v ‘ýcCú¬ßòŒ\x1F @°Ü "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"m┼ç\x1A ²UO¿ÜÖg┌½°ÅL "
b"n8\x1D kçRK─ü\x7F 9Ïìû[ê "
b"n=3æîéBrºÊ[÷Rq\x10 ] "
b"n]<“^ÏG\x02 —›c‘@/ܲ "
b"næ·Å└µM8Ñ(g¤\x05\v ÓP "
b"o\x05 ¯˜_¾G—¨óÙ`-ö¥\t "
b"""
oä@\n
U3EGÖMR©Ågö(
"""
b"o“Â`Ý?GŽ©áQ;éàM‰ "
b"oÕX\x1F ý\x1A AßµÜÕ¦r‡¤— "
b"oíi(LÃOµ—\x12 Ë_\x0E ´\x1E ú "
b"pz╬ ÎÔBJ¼5▀\x00 nØÙ╩ "
b"p¯\r ‘M¥Lÿƒ\TÓúEÊÑ "
b"pî@TÊkHX¬q¨m¾ñ¦K "
b"pî[3·\x19 OÞŸ^³]ä=…ø "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b"q4xñä\x03 E±°ï~[ŽÐm· "
b"qP‘ªaIHB™gí¶\x15 ‹ê… "
b"q^*\x0E ÛRNIžˆ7/Õ±g) "
b"q®My\x19 ”G\x01 ¯;¦w>A'm "
b"q÷^ZÑìL:‹‡ƒ+5TËÄ "
b"rQK\x15 2¶Os©ûô{¯%Z´ "
b"r”|\x02\x13 !E—µ3–\x01 @ ˆÿ "
b"r—ª[N\x0F Hg…©É¡+ì~\x01 "
b"s£õ,ýFB[å`9zì¬z& "
b"sÑ^rELN8¼órö\x02 q²„ "
b"sôÓ=ädBE–ËzjðäÇñ "
b"tž\x03 ŸŒ\x10 Eu®\x7F ¹ÆDª<Ñ "
b"tñ\e òò¯H}«úÅÕ\x7F ¸#. "
b"tÚ€\x17 jùJA¡ådX_ÕÔ¶ "
b"u\x01\x04 ›¤«I\x19 ¹oÝ.m¥Z{ "
b"ufl’#íL\x06 ¬\ήFb¾ "
b"u‡¨þ\\x11 O\x1E ª?Ò0\x17 ¹Š^ "
b"u쪯0³FŒ¥\r ç@VGE7 "
b"v\x05 {\r ‘±L®“ƒ£¯ÃPax "
b"v·«è¥\x1E B\x1D ¡ØåW¸L|è "
b"wOÞ«-\x10 E\x10 üJ(╩Ë\x00 ã "
b"wýaÂuBB7"}±3F~M "
b"xh¦ÿ\x13 ²Mc†\x0E àÄÛ)\x04 o "
b"y‹ö\x1E úªG‹“Í¿¿‰!ˆá "
b"yúÔó\v oBü„\f ð°ø".. "
b"zR»┼N¬D>ìí─óA\ ▓ "
b"z~ÉV8.@ ó3×±ª<\r "
b"z┤‗\t\t _GØ«À\x05 ,┌eÑ* "
b"zßòc™\x19 B⿽°>«<„ö "
b"z³Éƒ±\x1D EdÖ>kÃ&J\v q "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"{Å▄SV\x00 FyÁ\x14 n¢"·Ñ╬ "
b"{šL¤øƒKF»i]Ëð\x0F {” "
b"{╔Í█æöHÅïé{\x16 sÌÁÝ "
b"|\x0E Û¶ÿ5EÝ‘&û8\x10 ¼[k "
b"|\x1F ~ÍÁÉBûï■■î‗▀M= "
b"|o\x17 yŠuLtŸ\x03 ‹µˆI\x08 G "
b"|üâJ’»@0©~Š5)€¥\x05 "
b"}\x04 É\x15 eüGxµÒ\e @hoaö "
b"}u\x11 ØWþ@áÀ░\x00 ▀`{}u "
b"}ŠOÉûîHÌ¢*Ð\x1C S;°\x19 "
b"}ž¸\x14 Æ\x7F IÖ¹bꉹ®\x08 æ "
b"~6â}\x07 èE´³ä65%$â] "
b"~\\x16 IfVMÔÅß«~Ä\x11 0ë "
b"~ù\x18 Åj\v O+ÄO¶sá╣\r D "
b"\x7F 1V‚P,@[ªK;f×,á "
b"\x7F ª\x0E 7^’A¡ŽÜIfÕ~Õá "
b"€Oë8cÉG\x02 ˆõÕû¯\'3 "
b"€b4ÝD¢Fï²6™GÂu~S "
b"€hÐë*ÙLe¨‘P›·8¯ê "
b"€iͳ\e\x05 A2»ZnÙ\x01 è0j "
b"üDNwiôC┴ç ¹W=G└£ "
b"üvU kÖDî¢h│0*b)ü "
b"üï;Û\x14 %@Lü´‗lå\x03\x07 = "
b"é\x07 ╝9HdK5Ä║K\x04 üÀ\x06 ┌ "
b"‚¡‘˜šÏN9µ§Ï»€e2$ "
b"ƒ¹\x18\x15 Á\x06 NI—pJ´k\i& "
b"„Bãô\x15 v@ãŒ\x11 %a˜\x18 T£ "
b"""
„yd "ÃL?±÷\x11 w¦ý\n
B
"""
b"„œRÙ\x02 FBT¶ï,Äot7g "
b"„Ðâ9£0Cqªæ³³\x10\t º• "
b"äÊ)Ù▀ðC/ÉÌ¿1\x02 yæå "
b"…x\x7F `Ž\x1F OÆ©ÀªZPÊ+@ "
b"†\e ˆ“È2J\x15 ?*þ£q,‰ "
b"†*ú¹æ;Og¡\v ù§’Ò\x10 × "
b"†‰½ \x19 'H——¶iÇ.\x04 ^è "
b"""
ç0Ü╝n©BKÉV\n
øÜ£ðT
"""
b"‡AúÖkYA&°ÕÖL;g\x1A\x7F "
b"ˆUËØ\x1D ¥N±™¸{\ˆ¬üS "
b"ˆ”…n:’Oçš \x18 #\x11 o_ "
b"ˆ¨SøÓ`DO‰½\x1A =\x16 â²& "
b"‰RËn•—Dí¹ÿ‰þ\x13 ÊŽ\x03 "
b"‰…F0ðB=¸yÕ\x01 hêÆ' "
b"Š¿Àì\f\x7F D⪟¯wˆvÞ. "
b"‹Þ^š—\x03 J²‚PĵI[.… "
b"ïõ*É▒╬Iµ®7Î~3N¥ "
b"‹÷j“p\x19 L󛆓S\x7F ìÑC "
b"Œ\x13 oÊ\x1C =F[™Jn/¥’V "
b"î\x13 Ñ\v |Ì@ñÉ\f ┘Uþ_³6 "
b"Œ ÍófHH¶¤¦ÆÂ¼Åè "
b"î$üõ\x1A âD©üfÉöÙ6Tæ "
b"ŒT&`¦˜N׃ï\x1C ú~t—_ "
b"Œd"‹W™FX¹\x11 ‚\x13 ~(x\x06 "
b"înÿÉ5bGôù©\ý½\x13 9╗ "
b"ŒÚ\x06 L\e ,K’ŠË;“\x04 ¦` "
b"ìx╠a\v îF\e ƒ=0`╝\x02 ├© "
b"ìåÜN*ÖD`¡¼ò\x06 §seª "
b"ì¾┬CÂRAÃï╦SK`%±G "
b"ì·Å?┴ªKÚû²|\x11 îr¼│ "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"Å5zØ\x13 NFÊ×):ð\x02 ç░Q "
b"ÅpBP±ÐEåâí¶Äa¡┤« "
b"ÅÄ\v\x17 ┴hD¢Å\x11 É╬0ü§\x05 "
b"É\¦2{ÚA▓îY\f ¤|äÛ» "
b"Éw┌*,ÔN¦Ü└g▒i▒í\x04 "
b"É¡£╗tgN═ûï\x0E ZL┼H║ "
b"ÉÊÈØòÔD╩û8SÁ┼P®g "
b"Éß╚┌\e\x1E Jbú¦<$¬0+ó "
b"ÉÛ┼ª¬±J´ƒWC×Õ&'Å "
b"‘ƒbÇ[#I>¡Z B´2w¦ "
b"‘±î°¬\x14 L¯ªŠåD~XUé "
b"‘È;¢6"D”œž\x05 Äþ¼¿\x01 "
b"‘ÓtÉ›ÃJç¾®jžPc\x18 Ñ "
b"æßcG1LÀ┐ËÍ\x06 ¶ì¯\x01 "
b"’!ÛdËÅOð¾S%H$ªÎ\e "
b"’D\x13 ÑÅuG7¯Ýd¸\x0F ‡Á\x1D "
b"’`Çíî{Dzª<6†Ú\x7F ä "
b"’”\v ƒ"TJÒª(ÆéÊ«šÏ "
b"“\x1A Ûµ¯bI£¦8ÖÑïK,\x10 "
b"“\x1F\x14 ÛþtJÑ xÓr’8îÕ "
b"“7\x7F ÝбBã¥×ï¨\x05 ²M` "
b"“Uó*H±D1©€B“è.\x01 "
b"“à\x12 s^\x1F B?œU(mÁö\x10 Y "
b"“ç½BåfBã“Þ3°\x01 8aŽ "
b"”DÄßß\x15 Nî¯NS×ù\v Ò\x03 "
b"”i°*TžDA›žÝÛ1]PÆ "
b"""
òEÉ\t\x10 └G\n
å!"<¶èÛf
"""
b"ò}Q¹¥ÓN¯Ç§┘»ØÃñÒ "
b"òðc"´ÞG\v ¥4╦@┘Űá "
b"–"97™ÊGÀ³â6ùËYi€ "
b"–Q\x11\x08 i÷M©£Õ\x00 /*Ð\x04 Å "
b"–Ù[Åÿ_J3¤6\x17\x0F vû`s "
b"ù@\r A"\x17 Odî\1mQv╚ü "
b"ùA|`ëƒD\v ò╠ÔÉ%@\x0F à "
b"—In"\x17 pN™„1?A\x17\x03 œM "
b"ùY´\x0F ÆjKÎØ&jà\x04\x11 ▄| "
b"—£¾‚dzIP˜¼-\x11\x12 ÷+ "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"˜cí\x19 ¿ÛJƒ–ƒ¯“±dd\ "
b"˜uŒxS\x08 KκÐ;Û§ÎÃ' "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"˜šxh=òMB’SŠ–\r †k\x19 "
b"™\t CVb–LY‰æ\t ¢µ¶\x07 Q "
b"Ö½ª´_┐G¥ØsUÎ4º1b "
b"š§é»ý'O“¥YJ\x0E üíõ\x17 "
b"šÂIJè\Lî¯Ãg›\x02 c—— "
b"›\x18 àócáJ\x11 ¯=µ2ìQ?¥ "
b"œ·ó*ŠåM¹ºîU†\x1D ]ä& "
b"Ø-79║b@¬Âû\x1F m╔_\x10 "
b"Ø5"SƱJèæ²?õËõ▓Ô "
b"ØÇöÒ'■DªäFiÛ̃Eu "
b"Øí¥\t êäGñÄ´8Eê¦\x17\x02 "
b"Ø┴Ö\v 1TC¶▒\x1A Ú\x10 Ä>\x17 X "
b"×\x07 BàhKBÀª:XÉÈí¶í "
b"רH╝\x04 ¹JIÿBØuÁ%0f "
b"×┐#½╣ûK@û]Õ[Fäü1 "
b"žØ—HÈòFؼ¤\x11 A#/Bl "
b" \x13 Ø¥À\L\x17 žÕîgº)[\x05 "
b"""
á6íi+\n
J[ì\x05 Þr\x13 4\x1A\x7F
"""
b"áD\x02\x1E y<Fsì\x0F ºYƒ¶\x03 \ "
b"átù═1ÃH³ÆµÇ░-L¡Å "
b" zßµ~”A!¦ÅçQœ\x01 ä "
b" àÍOWÉH\f ˜Ÿ©\x1F\x17 ‹/Å "
b"¡štE\x1A ÇG\x10 ¡Q…Ü»\x05 ƒº "
b"í£%µ¹@C─ø\x14 TüDö└┌ "
b"í´Ð\x17 ;ÍBëü└Öð▀\x17 █¯ "
b"óîî╗´DÒøWÓÓ■åÏü "
b"¤\x1E VÏ×ÏMr¥t€8\x06 zçI "
b"""
¤»\r \x02 \n
³NšŽ8ÿÉôãbê
"""
b"ªh\x08 9\x06 °Eõ╗iüU ô╚\x1F "
b"¦õÆ1påB\x7F ‡\x08 ܱ_î\k "
b"§DÐ\x1C {DKL»\x1F\x11 u.•$¨ "
b"§~š\x1A\x14 ØIN¥>ø×\v ÞÞï "
b"º├¢¨┤àK\x07 ╗\x7F áü/ù¼õ "
b"º╬üÜ\f fK_┐Ò~ÿ)Fû║ "
b"¨hƒÖ¼=K–£:©\x0F ‡w1ò "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"ª*®¦œGGz«Ãª÷#vf“ "
b"ª,ÿOCêE¸¯ ÕEên\x18 Š "
b"ªv[ü¸7C‹€O&\x05 edÐ\x13 "
b"«€Ÿ15‘O\t °€¥^÷XXˆ "
b"½┴ûR┌¶N`äø×\ ìZÑ "
b"«Ü‚\x1D ü\x12 OK³ñ\x03 º\x03 {Š\x1A "
b"¼À\x14 ┤F\M?░éiütú┌a "
b"¬ç,:’ÉKº„gãðûÒiš "
b"¬îæ\x11 ðÚK‡“L®?»Ó¦9 "
b"S\x14 ¯FmHå¸n·xÆû\e M "
b"¡är1µ;OoÉ´ð¹Kqpã "
b"†\x1E u-F¥¦»‡h3Ëòº "
b"°72+îC鿽ª\x19 ÀLë\x0F "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"®_!U€M@\x02 ²b"GJ*Pe "
b"«ìá¿╔:Jåö┤¤■¬│2¹ "
b"®¹„?K\x04 K¢‡ð{\v Ïóߊ "
b"®ðœU·\x15 Nd£d×\x15 D\x06\x1D a "
b"»-±çì;Coêm\x7F VÁo\x1D \ "
b"¯6@3\x00 ŒB-¸6©·$¦F˜ "
b"""
¯M\n
‹˜eG̾Ýàió7ö\
"""
b"¯x\x1A Ÿ¡/L6´“7\x03\x03 ç¨4 "
b"░J¥ð ØFD½┼<û9f┴A "
b"°hÈs>mCu´Ôt‡$-JÑ "
b"░╝O~y╬@\x16 ì\x0F ~W\x16 ¹¥Õ "
b"░Ê╬Ý"ðJÌêì\x00\f ┐jçE "
b"°Ù5s´ÀN\x08 ²˜Çj'-\x1E m "
b"░Õ;ƒ©*C\x10 ½ÖRàË\x06 ì┬ "
b"±\x07 €§_gI˜ˆeå¶;\x1F Ss "
b"±Ubòµ\x07 Nÿ“)JZ•Uc” "
b"▒q│£vVM\t ÉÃðÚê2&═ "
b"±zàå;DGr•)\x13\t „\x1D\x04 \ "
b"±¹ h¦¢N§¤¿Ä\x02 :Ö:× "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"▒¯\e è\LL\x01 ÅQ !Há\x05 â "
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"³Š"í\x10 øAÀ½\x02 ßä\x18 ÎúÑ "
b"┤\x17 4ê\x14 $I×É·┼åF\x0E ■e "
b"´=éäq©D*œ„]\x14 üeY¢ "
b"´§†¥Q\x17 LÒ•‚T+Wî¡î "
b"┤ÂJ╠ÉãA\x14 鲨Â╚¨oI "
b"µmwK¼ŒKc°ŸA\x1D VæË\x02 "
b"¶œ\x18 ›)±@’¢\x0F *\x11 f¹]\v "
b"©!▓î┘ôK óPÆê\x18 |É\ "
b"¸–\x05 ; \x1D NɆG”ùo%ò\x0E "
b"©óoGô╗G\r Ö\t █?ªeàì "
b"""
¸Ú+&Î’G\x1A Š¥œ\n
˜½÷6
"""
b"╣7UÉÇ\v J\x04 ë─â°\t\x18 µP "
b"¹¢5¬J\@]ŸÑÌ„šŠ½w "
b"ºL\x01 k©\x06 Jþ—ï;Ô y§( "
b"║▒\x0F ÛfûL·û\x1D |*iïÉ\x1F "
b"»\x1A Ê‹\x00 ÇN%¡\x0E ßçóÅæ. "
b"»Gé8<\x1A Kv‹€¼nr&/ï "
b"»Þpž¾¡Du¼Q8øõ]\x06\x1E "
b"""
¼<\x0E\x1D „ËOèž\n
AP¦[¯w
"""
b"¼EÕIçÏH\x03 ¨w"\x1A ¿\v ªå "
b"╝ܵD\x10 ¥KeÅ?lıWØ╩Õ "
b"¼çMKÂ]Aî‘–\x18\x1F ¨u\x00 Ù "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"¢um¯ø║M`░}\x13 ì¢ÂNN "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"½ÖÃÊJ\x00 J¢“¢‚\x05 ™E©Â "
b"½Øšþ4NDà‡/i\x1F ¡=“ð "
b"½æØÏ›@õ™l`\x1D ÁW=é "
b"½ì HcQM”¢\x03 Ï7›¢ü "
b"¥G┘×õmN\x15 Ø█╬£°xÛ¤ "
b"¾Jÿû ŒA\f ˆÕjˆÅû¡ý "
b"¾À)\r '\x05 OÇ—ãt:ë\x10 g} "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"¾á‘2‹RK;“¬ºÒ5cz¤ "
b"┐\┬\x14 A\t A$É═ás═?║Ê "
b"¿Í}ƒã‚O\x00 º†§¿€”\f ˆ "
b"¿ÎaÙÅÒ@¼¯k\r If\v\x05 # "
b"¿çÜ iÄB\x11 ©\x16 Ü)ಲU "
b"┐¯\x08\x1E 0èF}ɧ\x1A k\x16 >µ\x1A "
b"┐ ±ÿ7Ò@8üýÝñÓêcï "
b"ÀáJ¶µ\x01 O0‘\x18 ò\x07 Æ9&× "
b"Á\x02 8\x01 `LE¦‘\x12 ôŸäQ©Þ "
b"""
┴[│Öø÷L\n
Øtðþ\x1F ¾O:
"""
b"""
Á˵_×\x17 @? \n
\r áÞ<€W
"""
b"Â\x17 ™¼ \e M®¤¯‹@~b~Ý "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"ÂÍ„:\x11\x1E O€’1\x07 ˆ1Šü\t "
b"Âá?.¢EK9€ZÑªÃÆÒB "
b"┬¶o/ã0KëÂók11¦|É "
b"Än‰CõÒG¼™cÔ_Üî\o "
b"─åÒ\x1C kÓEßè«.\x17 ÂÉz║ "
b"─û?E$3FgÑ└ÅPHµí½ "
b"Åà@§\r O"³L®Ü=“ÄA "
b"ÅåcÀÙ&Nh€ÝÑÅ×Ο¸ "
b"Æ\x04 s.iåC•¥t1³ÞËÍå "
b"Æ(õ™T%Ib¼\x11 ‘z³(ÒÙ "
b"Æ9@çthDB‘ý\x1A ¥¬É\x0E n "
b"Æ?2zzÁKÀ”Ž\x14\x15 Ë;¡S "
b"Ɔ›²~@\x04 …\x05\x08 {Û[„Ÿ "
b"ÆÂDþ˰L™›ÿ˜rA\x02 QG "
b"ÆÜ‹êœ#Ff¼\x03 žvB\x1D Ëo "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"ÇSPJÉbG¥™©œ˜ÙâHÐ "
b"Ã`(hçhB´æ┬l;j[ìØ "
b"ÃÚåØ\x01\x07 D©ô\e kÜ[~·\x1A "
b"È!NŠ\t\x7F K\x1F ®\e Û^âcþ© "
b"É\e %ü\x05\x1E EЧÕ*cËδ‡ "
b"É„3\x10 &òIjƒ:φn\x1D P€ "
b"ɺ=Ì\x16 \r O&Šz¬:Ç‹»° "
b"Ê\x12 R\x1A •ÙM ¡\f \r ä\x1C h—§ "
b"╩£eÓ\x08 ┬E ¥\x1D {k¤Ø-y "
b"Ê¡=€\x12\x7F LʲPœŸ˜¯\x12 ö "
b"Ê«U™\v eAÏ–ÔÐâ;®Gº "
b"ÊÎ+Y\x1A ÏJ•®\x00\x1D {Èΰš "
b"╦æ^`9C)┐*8┬üº¢\x0E "
b"╠\v Ø1█<I«╬¡║\x15 ä▓\x10 "
b"╠<Æe┴\x00 L\x11 Å;\x0E ▄©¥0ð "
b"╠┘\x06 au░CöÆì┘rDf▓2 "
b"Í8´›U‚C\x07 ºd>†öŒ1] "
b"ÍK‚N¤‹K~—®Á\x04 úánÉ "
b"Í•7‘™¥@mœFÐ_L‹ú "
b"ΔÐÌ}tCª’º\x14 Ëý¢Ö¶ "
b"Ï\x10 GÎ(üA\x18 ˜O5²éÙf4 "
b"¤\x10 ü┴"ð@àØ=À╣&▒Ý┼ "
b"¤ \x1C P\x05 ëH$ìì³Û\x1D\f\x1F\x03 "
b"¤éùmú±Og▒nì×uÁ:¯ "
b"¤àü?S.Ir¼i\x18 øò\x16 ®O "
b"Ïï;\v }’HÉ”ðØ\r ‚ýb& "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"Ð4\x06 LúpDh¼,-p5â°÷ "
b"Ñ\x0E ó\x1A\x1F ÅD\¦|§ü†\v ¦‰ "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"Òp/Dt@8º:Na»!®1 "
b"Ò€\x05 ŒNhCC“ioÁ\f z_í "
b"Ò†pé\<D¥²ß*nÛ˜Þy "
b"Ë\x08 |æ─dK\x16 ÅÕ=K\x16 ½┼\x19 "
b"Ëì/yIéA»\x04\x04 /╔YÐ┴ "
b"Ô\x0E Q\x05 JŽEL²››ËíööZ "
b"Ô\x1D Õµ\x04 ôK1¤ØŸ6ãZU\x0E "
b"Ôkh\x04 nCA\x07 ˆ/NI BÊÊ "
b"ÕE9ë°»Nµš~éZòĺ¬ "
b"Õò\x1A eÑ[IÜ€š\r \x08 Í\x05 ¨Z "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"Ö¢ÕØñ›H+‹a&g†‡™\ "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"""
×{¶u7¸Aÿ¹>¥\n
A¬¸l
"""
b"ØBÜé¬BE]¤¨º’ƒÛ˜› "
b"Ø\U†×eIÀŠ¡Àè°¶í¢ "
b"┘ø×Kõ/L¦à¿aÉíı╬© "
b"Ù›À}”H𰵞•¼Æ}‰ "
b"Ù¿\x06 Ü\x11 ôBõ½¸`Vå§Ü\x19 "
b"Úsï\x18\x1E mNÕƒ4\x12 mùR¶9 "
b"Ú…âò¦±Eà aFÉ\x01 MLj "
b"ÛT`ýyYA—ˆìAKã”} "
b"Ü"‡5\x17 ôO/•:õK·¦Ž "
b"¦\x1F 4ûî╔L¤ù[║U,¥Ø§ "
b"Ý#Ë\ã\t Ct±4]ùç\x18 ‘x "
b"Ý»)Ùn=B\x04 ŒœE\x0E ÊÇ?ä "
b"ݾ\x11 ”¤·O˜¿ü¼û\x7F `W˜ "
b"ݘ\x0E 5\x0F @R„7æÄ¾ÚDú "
b"Þ\x16 ‡ûûŠNêšGKÐ\x11 ñT‚ "
b"▀ä%ò│aO&ºYoø\x00 $ìƒ "
b"ßÊM¥‰.Cˆ²ï’›Þ}Ç9 "
b"ÓìU5¢[LÑô«aÀ\x10 Àü\x13 "
b"á •«\x0F\x04 A8˜\3^+àJÎ "
b"áË9G\x1D\x14 E¼’¼ôºi\x12 L÷ "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"âñPðmÃNB™>|ö\x04 ŠEV "
b"ã"kô\x1A xBª·ùÍCo\x1E Œ> "
b"õ`c\x0F\x11\t @üäa¦-lñè╔ "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"ä°VÁV KX‚èÀ2\x01\v 'u "
b"õ┘öÔµ0D¬ºë\x17 b ÚÉ\x1E "
b"åJwºÿñB\x1D ¢“7c{!þ) "
b"åQ(&\x11 V@\x03 ¸è\x0F\x1E\v 1H¡ "
b"ås‘b,FAaµ®;\x11 u›\x0E "
b"å–‰7Ý^E׫'UVÉÌü‘ "
b"å™]‰ŒšN’Ÿ¢›Ã½ç“Ó "
b"Õ²º▒á»NÉë\x14 5þÁty° "
b"æÞ\x1D\x0E ÈëO¤¢®¾#\x18 Æ“d "
b"""
æàIµ„6C\x10 …º˜\x08 ²$\n
Î
"""
b"æè·Ú\x02 jE.³#@šÐk™V "
b"þ\x10 zþm\x17 F³Ä┤\x1C\e Ø\x17 Á╝ "
b"çŽîM4¾I€BFm\x00 ø/. "
b"ç”Ö5ÞŠFƒ·—r\x18\x19 2\x03 ' "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"è\x03 š\x0E |±DV§K0}b‹&ç "
b"Þ12¹ıÆKÂØ(\x18 ^8¾\x19 "
b"é \x1A oáWN»±ù|\x00 ñS.\x7F "
b"Ú;╬#ÔéA|▓\x16\e ╚±æì▒ "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"é—Èu\x1F ¬L©…šžœœ—ì< "
b"éÜ—A“éGξ\x05 {z2\x19 Òä "
b"éæ\x16 s¡ˆC\¾œ3™]Ôâô "
b"ê\x01 56»\x10 H8¥(Ä —$ZJ "
b"êpÉPl\x00 NQƒf{¬%C#µ "
b"ê—ð™\x17 PDZ¸*\x14 <&„"´ "
b"ìU[Êæ¿G\t ‚ž-^ò\x08 €m "
b"ýnغ\x08 GDHòUM[╚éo) "
b"ýçW\x1F oñB{Üÿ\x1F ■&\x1A 'Ø "
b"ýÉ×ålÈC└Üa¼T7¦\x19 Ü "
b"ì¦Æ\x1D\e ¶Jy¶\e Ž¢\x03 Bõš "
b"ì¶P âyG•¦Srv™Tž\t "
b"ìÆhÐCÇLz‘\x02 ò¯™ö•\f "
b"ýÙcì÷\x1A AMÑ\x13 ÎNä¤;Û "
b"í\v ä™LŒIþ¿t¤ž¥ã\x0F "
b"""
í\x16 ‹T\x1E I\x01 ‡Œzý³õ\n
Î
"""
b"í—¢ß/äGÊ„=*Wµíð½ "
b"Ý╬;IðÉE╦ûò╗\\Âz© "
b"íðd€\x19 +IN¾À¢íFö\x07\x0F "
b"¯\x01 ║├\f WN£ñKíOädü\x05 "
b"î\v ð;ôFD°„J\x04\x19 Ý\x10 öº "
b"îŠs½\x15 ŸN/¾\x00 ¥Ü–\x15 Ž} "
b"î³NøNÑ@ƒ¶8é^GMïW "
b"ïFKè\x7F ÷Os„ï¦\x01 m‘Ñ' "
b"ðXQ†xtD£¡ØSòõº+u "
b"Ü4eè0GçÆ├\x1C #Å2No "
b"ð¸b9uþN ”?®:dr 9 "
b"ñ\x14 k8vÜO'¨›²cm\e bo "
b"ñ+~ÀÍ™Oz¼4œ¡×\x03 þ‰ "
b"ñ/•0Ñ÷CÀ•û1\x12 —1\x1D\x07 "
b"""
±^─áÃ\n
F7Ø\e ╬ı\x05 '½î
"""
b"ñô“ÏßÚIƒ£ÀB^ŸB6ƒ "
b"òiœ‘\ìAÒ»éÖ\x18 I-Êâ "
b"ó\x17 à½Ñ/N…‚nsQªŒÿî "
b"ó88–þ“J²ˆ¥\x1C "K©{S "
b"¾qw]â\x06 J¾Å&/o¾Ùí§ "
b"ó{\x1D ²ØtMK´QRú]\r ;· "
b"¾º╔ü\t ╔J\x07 î▒ÎUT░Þ! "
b"óÞ+\r ŸðK+°\x15 LAKD\3 "
b"óîßõeéݧQß„w²W "
b"ôÚ„:f\x7F A½¤c\Ôýã“Ù "
b"ôöø\x10 ƲLØŸ°#~rýÃa "
b"§\x05 Þkb~NÃí~ÉóF£7a "
b"""
õDÿ\n
9›K·«\f r\x03\v ô°í
"""
b"õJ¡\v ØC\x18 ‚³€ÉÓÌ[U "
b"õVL¼m,Gì•ízvÅ?°‹ "
b"§í\x0F ÆÔ\x14 F\x08 üz║¹\x14 ┘ ‗ "
b"ö\x19 7ÆØÁJÉ©€ÝAí¯i\x15 "
b"ö&`¡GlAÇšòb°yÒßš "
b"öJ|ôC’C\e ‡\x02 ;Ãf\x08 õ# "
b"öTD\r oDL÷€T°ÀñL›³ "
b"÷î¯üöÃN,ÂÎòÿÅï│ó "
b"÷ÿ/═╚\x05 KÃÂØîÃ┐┬%6 "
b"÷®■ ì\x06 E?ó█~ª\x04 ▀ 5 "
b"÷5TylµBC‚æÀ÷7ag¿ "
b"÷IC·YíEP¦ƒ©½¹kx¤ "
b"""
÷Q.°JUO}™P;`æ\n
[-
"""
b"¸ó■\x00 ØïKõ▒oçM=ê\x03 8 "
b"÷³^L\t ÄHÿ¦\x18 “®¨\x05\x0E "
b"°à ÛÁéNYöûLöìu1H "
b"°═ìÖ╝!H¸ƒ\e xX\x0F ßè "
b"""
ùvÒ\x18 ÔÑC°¡i#“¯\n
‰°
"""
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"ù°tIÑ„Kf¾DW¯¿lÿ< "
b"úHs\x02\x1D ÝHÔ‰¬{¤¬t\f 6 "
b"ú†D›2ˆNM“›ça\x19 WÉs "
b"û(\x1A Ý!¡Kì±üb¯0Ò\x04\f "
b"û)žvüâCª‹õJ^b…¦U "
b"¹`-¾É\x16 Ke»²g╠Ü.б "
b"ûj%Ù\x10 óK'”ÿ4B‡Mon "
b"¹ê\e\x05\x08\x04 Ghù\t êaµìt^ "
b"¹ê└yj¯K\x11 │‗ÄÅ_µ²î "
b"ûÓ“è\x02 1D峊¢\x0E ?fpÊ "
b"ûØ„M.{L½°icuÊЪ$ "
b"ûô€×Œ1A\x1C ¶\x1F ŸX€y™8 "
b"³Z\x03 g\f ¨LÌǮɯá█Ä\x18 "
b"ü骥¹rK£¹L-§±æd6 "
b"³ÝÙ\x14 ╦¯OÐâà7ür, \x17 "
b"ý\x02 al8zL.µG„[ÿ«¶ "
b"ý\x17 ¢tÅ,E\x0F ’Å-%¿È‚Ú "
b"ý#¹ û¦EiœÊ!°•–\x0F ü "
b"ý>¢zžšL̆æW명Žs "
b"ýW?Ù”2JŽ™y)–/\x1A ˲ "
b"ýc\x03 ÉôƒEð¼AåÏ\x01 ‡?\x03 "
b"ýh•\x02 J4Eq´*ÑêÜ<æé "
b"ýæá“\x08\x13 FU°\x1E ˆ£˜L3¨ "
b"■x>\v ULKTØ¡aÒh>│û "
b"ÿ\x1C j\x12\t pMŠ‚›\x19\x7F è]%\x18 "
b"ÿW8ÞoDIƒ“—€Êy)Íh "
b" ZóÊÃãLßèü|òÌMz: "
b"ÿÆÖ³i¨Mý¿}\e “P‘uu "
b"ÿʼ\x15 ³šEÈ«^ÿ =^Á\x7F "
]
SELECT
`product_price` . `id` as `product_price.id` ,
`product_price` . `version_id` as `product_price.versionId` ,
`product_price` . `product_id` as `product_price.productId` ,
`product_price` . `product_version_id` as `product_price.productVersionId` ,
`product_price` . `rule_id` as `product_price.ruleId` ,
`product_price` . `price` as `product_price.price` ,
`product_price` . `quantity_start` as `product_price.quantityStart` ,
`product_price` . `quantity_end` as `product_price.quantityEnd` ,
`product_price` . `custom_fields` as `product_price.customFields` ,
`product_price` . `created_at` as `product_price.createdAt` ,
`product_price` . `updated_at` as `product_price.updatedAt`
FROM
`product_price`
WHERE
(`product_price` . `version_id` = ? )
AND (
(
`product_price` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x0111F8535A3948E8A96489CB9D915F48 , 0x018445B7C0424BBD916A35E6718B049D , 0x01B6BE6510DD4240A4614AB7FE93DE7F , 0x022AC0A73C134162B209BFCCBE8226ED , 0x03063B68EFA44B4F9EA83CF73BE663ED , 0x032E24ED08CF47779DE17520147C93FD , 0x0381562C1F7D4F26BE6A922E3F7C7CEC , 0x03820F980B2A45CEA749D77A3EA925B6 , 0x041C8ED6153641CAABEF692EB7599E42 , 0x046854098B3C4E28940A2F37FF88736C , 0x046A73EDCF054114A12A7D5993B944A1 , 0x050710C300CC47718D8C7599B5C46C10 , 0x050F128A62AB429B8B715F1B0D10FE0E , 0x0540FAABAD6046C296831A7E60D7AFD0 , 0x0581B1A7ED82414484EB48EA555B3F18 , 0x059B606A4D524899ADBCA872F8C49715 , 0x060BD36CC49D4BBE86C07CBD460B77BC , 0x0647DC33B8154413BAD2C9D3A2084BB8 , 0x06928528A088470DA6E04EB63CF91890 , 0x06D9FCBEF8A64198A063D3BACB31FE03 , 0x06E47F91CACD498E8B97F8C5ABA9713F , 0x0747B3EE39E64E3E9006D03147A95E9D , 0x0770BA7A42B748FEBC1036049C493CDC , 0x082F32FC5B6B4E7A8AF1A86F82B067F6 , 0x08446373E4F043FDAB0D0CE78355C99C , 0x086D88A0CF774A80989F0921454B5974 , 0x091CBFF0C83042CE95360362D95E9C4A , 0x09A6FD2A4D2A4C608CC327088A205C90 , 0x0A8FE50E8FBC4C9B85F5616504211292 , 0x0B1B995C25C04B6EB26C1C8AF129DDF6 , 0x0B312581EB0B480A997416CDCD9F0BD9 , 0x0B796E0C7BC446AEBA376DFDCBCBD2E6 , 0x0BAEF82CDE864F539D677A178CAE3A18 , 0x0BE6C1CC5C8D4A6E99778D04187B384E , 0x0C0CA6470C144DD8AC25BA892DEC27DE , 0x0CA03FBB20E04D90A225B3E4AE661435 , 0x0D15763FB7E64AB780762A3BA601AE6C , 0x0D872A2A239F40FEBFEF9048B2E4090F , 0x0DD3205127E4463E9CA79867D611D5E4 , 0x0E1DB1394451456AB9D549E752CAEABC , 0x0E3F0CAB0C4741AC83E97E8B34ABCA8E , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0x0F00667E976A4FA1933FD5DD1ABD3431 , 0x0F7348DFBCCE493EBEECAA52DCE6E7E7 , 0x0FCD4135A9E846B49CF849BE143569BA , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0x1055CFF1F0DC42E5A97005E224348A6E , 0x10AA2308E3AA4816B155544BD1395B14 , 0x10B30ECDCBB04831930AD72E73064089 , 0x12F448A691DE4B3F83A264B722CFEF2B , 0x13136A881ABD4475BF7565B7D212080C , 0x13240E7D85B3475EBDC20A465A4B52E3 , 0x135B41987FD74775AF2A224EDBE165AE , 0x136D39EF4CC9401D865F6894CB362676 , 0x147820571DF04A01BC2FDEC8B23CE9BE , 0x148FE2D740E846829279FC7C1F643C9F , 0x151BCC6565A34E8EBED1D8CE1588A850 , 0x156D7E02EBC64EEF8EAC725A6BD8C497 , 0x1629D9E9300A4DFD8E890AD6974A04C3 , 0x169EBAE0493B405E8E0A77198A438E61 , 0x16F1DF2C279C4F69804199C23D006778 , 0x17815AC5E18640BBBA190D1E1D7490D3 , 0x17900C2A79784FB2A5DE07F3C083EF5B , 0x17A1302995AF45EE8D7BAA09B767FE47 , 0x18E34FA5FA774CA4BCAD3668B629161C , 0x19DCEFA7CCF34BEABF45FC479F68CC1F , 0x1A415083786342FC913803F233C82D8E , 0x1ACCCC55AF184996BE768CF969F37C0C , 0x1AD79943C7E44E4BB6F1FCB3E6831B07 , 0x1B990647E7BF40AB84ACCE7649344F66 , 0x1BF4D812B36444E0A1CDF3A7CECA443B , 0x1C637F38AA1A49279D1965D73E95CADF , 0x1C9633014369496CA695CC11EEBA8151 , 0x1CF79BB8D61442DDB5CACE187DA52A5C , 0x1D3EEACE788945C095403E26B2D30131 , 0x1D9F338B2E374C0597E2F4F7C8A13BBD , 0x1E39137110164FB7817F637A87396975 , 0x1ED40543DC8C4C9AB7312953BFBB51CB , 0x1F177EBEA7A74A3589E30EED1A97752D , 0x1F4948A37F1549EEA54B015C9171D569 , 0x1F5497FAEAD44BCCB9D57C6C5B58897F , 0x1FED0CAB3FAA4B8695F59173E08BE362 , 0x201871124A68408DBFA27D6A1CDD8917 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x206547B374DC44C8831CF84BC8881561 , 0x2075FF76509E4401986AAEB252A47EAF , 0x20B621FE101942F1978DBA339E1D5179 , 0x20D557E7C8674E0A89155F337EC341F9 , 0x212C6D559A18406A924467193D912E44 , 0x2133E75EABC04176BDD99CC295626553 , 0x213422AD4E8242E4AF7E3500637396D3 , 0x21747B7F48DD41528C0E38372E757C96 , 0x2185B5C5D8374122AAABDE6607C502DF , 0x21A374A2294747F6A30854538504E0B9 , 0x21A6D9F7C4DA4CE2AA5182DAA140479D , 0x2203C65E82394C5DB1D4C6798F7512E4 , 0x224B6987209F4BD4A5168AE1AF0B7636 , 0x226E15C39ED2481A8D37401E19131D78 , 0x22C6FDDC66D44BC5ACB639400BEF41F5 , 0x22F823DD01FA436A8E610BC2431FCF61 , 0x230A5B3D1C184AFBAD359E7992037788 , 0x2333DADD776E46DBAE0D879CA99F7ED4 , 0x24D2C2CA37C74E36BEA954596B6DFA6F , 0x24E2C71A7C4B4EDEA18CA5B290C5EC66 , 0x2503AE508F24411BBACEBE2B01BD79EA , 0x2575917698B445E5BFD03C4368F205E8 , 0x257BD71CCB9045C2A3742A508343F50A , 0x259A257AED1B4FDA9D3AFB83A0D05C79 , 0x25BA610B736B44A692BC838D606F077E , 0x25CFD871B70546579654582382E68C0F , 0x25D956B2F2DB40A78B9EEE88836D121E , 0x268FC412578B406F8945566B61785612 , 0x26CFB58D138A4542AE52AFD1E3593A6F , 0x2716BECC6AF54D05BCEA6BAF7A96F193 , 0x2720DC05C39D4A60A72240B08C914B64 , 0x27CA355FA1134BE9A8844E6ABBFEBBEE , 0x27CC92A4506042AA83FAC90390F228B4 , 0x27CF1D93E95044EF8F651CAAC1D1BFAB , 0x28916ADF88504C208540D811B87234CB , 0x298CFD9647BD41B6B9714F27E3610022 , 0x2B50C32DEF0640A2944CCBE759895F3F , 0x2B52269145784C2EBF204BC9D0F69DB6 , 0x2BC57A2510F74553BEF566FA7E9ABC10 , 0x2C09D73BD90245B4A8C7778D55FB0D3C , 0x2C32D3F83D724B64A58C7EA83C73F69B , 0x2CB4E4DAD059429FB6C043772F2D6168 , 0x2D5D8F227CAD458E854A3DE1CD832B06 , 0x2E03536B9DCD40F7917137E97E47D22C , 0x2E2F27D6734F4CB0A07E12574A91C66B , 0x2E3346A82B414435B21397CE9082C130 , 0x2E5792F6A9794A49830E63329CA7659E , 0x2EB87D46B25E4F23BEE6826E5A53FB1F , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0x2FF103192EA24466813CEA33E7625762 , 0x2FFCA066D0A0472D92B5164C4ABB4916 , 0x3048361232D742EF8593593C60CE0880 , 0x30EC051ECC9144EAB17A9FCCC41A19CE , 0x3104212A9F044523A58F74EAD66866E8 , 0x318A08E268BE418EAE39826373EA40FD , 0x3218EDF01D84445BBC000BF71D32FB30 , 0x33607D10BBED4A2F96337948F9F0DC95 , 0x33B167317F274BEF8CB457B14E8D7755 , 0x34327BE5DBB44895945339588A43B466 , 0x348E1D4026C7433D9DDB3D8D7B16B839 , 0x34CC5BB522BB448480864C803EB80DD2 , 0x34E51D517F75433C96125B21555F4CEF , 0x35DFCDCA1673457F9006EFC2D268D809 , 0x36343FA09B4B41BB8045CBC968734397 , 0x364D0D5C4681472BB43CFCFC706D76CE , 0x36745AF7B97240989F7BAAC0FB9BA9E0 , 0x37582405C92248E4BF22AC837309396C , 0x375A01A4C87948D0B8F40AEDED131885 , 0x375B7B61CA30453B9BAAAC1E92B28A1B , 0x3876768531E14776BAB81C7E49E63625 , 0x397742382C6E42A38CEBA3B7089C9792 , 0x399C04228CFF45F6B81E7E560BBA71B4 , 0x3A0A89DD653E4C438162D400FE4450E6 , 0x3AA12282E9144CDEB8C57E517421C220 , 0x3AE32774F59347538C8D6F4911175803 , 0x3B4177823E374535BFF828A4A4FBA944 , 0x3C59A584619E454BAF54468E1F4D6CC6 , 0x3C7756188485458592D8FC305C4FE7D3 , 0x3CAA814F9A5F4387B66654B96A29CE00 , 0x3D22FC715EAC4C02A4E92F40641C2308 , 0x3D44DA570E384EE5AA11A94E08C25762 , 0x3DD8389370984D7782EDEB34D0BD805F , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0x3E433CC064194AADB8203D647B14222E , 0x3E70B81D6C33479ABD2294E906A8476D , 0x3F1DD94288DB4B87BC14FD03D642C229 , 0x3F8C50764D2A4F47881CD9B1ED613A82 , 0x3FCB082332E3438DB85181B639F0E1A6 , 0x3FCEC18E38194644BD78A30F29B2ECE6 , 0x40572F249F21423880935F04BBF3D29F , 0x406B6821EB634F1C8D8917A016D97019 , 0x4080F260D9D449CC8EF982663E6EFCB0 , 0x40AB1E98258E4E058F5E3B7D6C0DE30D , 0x40E5ABA8EC1F4D3EBA60A57D0686EE42 , 0x4118288A39D54C5EAF9DCE20B23432D8 , 0x415C9251B6284FB395C8D95AA7181645 , 0x4164469327F24B05AC129F708077D778 , 0x4203335CA42B49A6BA1BFA6A4B34ECC5 , 0x42148A7253444E7BBAB4A8AE8CCAA5B3 , 0x427524ECACBA435DAE7742EC37B7DCC8 , 0x4301F27076D0402286600AD3F35C5001 , 0x43295050B5AE4C3EBD8C32D7ECB72E99 , 0x4335C5AB23BA4B14A31783C2079F4E75 , 0x43B8DBF5D1EA4BAAA0ECEB679685F1FB , 0x43DAC799F501433EB5E87279DE637877 , 0x446F9E26CE4A46668BD5D731BC37E27F , 0x450241D3E11945C099074A5EDC4D6E3D , 0x452F16FA038444A7BB1AB7B6F319AD2E , 0x45E385D50DEE4EAB835D2EEB81474B42 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x474596D0492F432B9452F19F8F7C65EE , 0x478C9944A51746C8B1E6FD6E2D1000DE , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x484E0C21B86B4F4B8052439585B7D6CC , 0x48623F74242E4556835BE8FB7EA8E971 , 0x4866B2038A3F475F8543BFAFD36B01FB , 0x49A333DA6A9D422698190DAC1B1E9D34 , 0x49E70E6F94CE4FEB88229663C2319F25 , 0x4AB0730CA9EE44858D160E11FEB3315E , 0x4AE6B44DE7DC44539ED869C972BDD3A0 , 0x4AECC640C177477CA8D0F2E2F0BBE255 , 0x4AF5313C097844CABC8CADE116493D04 , 0x4B57C2EE53CE46E68DFBE47623BA2EF7 , 0x4B894379101D41F6B21DB6DA52E6C2C7 , 0x4D84421F372A41E180A435DC726BC06F , 0x4DE4A6DDC0B343B3A1D881B217D1ACE0 , 0x4DFDFFE392DD46548DB3F52F3CF2A131 , 0x4E178EBC2AA94F96B4F83466DA03F05F , 0x4E333E0A7F1F43188BF665AEE72DF4E5 , 0x4E47A14724884CD0BA9E3B6B9B7E7D88 , 0x4EFF0540DBB748D3B39B989D37828734 , 0x4F6871B81F474FE29CCC09E30C7EFD94 , 0x4FA581632DE14E8A9353C500C7D00DEE , 0x5204980E477D433CAD96085EBA9DB7CB , 0x5211391386474D2E9E330BCBAB024D6A , 0x526A2E9EF8174E219B0095559127DF2B , 0x5273F25E874942CB82DFADD5B054A179 , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0x53314A8989504F40B302043F169AE32A , 0x534C00F26D494BD8AB2C2F832FCDF3AE , 0x544A2015944B40C085239BEF584AEDDA , 0x550F8320F2C442FCAC08C23D527CAEC0 , 0x555C1E6B77BB4FEAAE6912DBB5890768 , 0x569AB0FB3A9D4213A62EC9C3D031DE1E , 0x56D7E06EB90F4444A6AA37B6CFC7E0F0 , 0x57849E12B3894758A8C30A3E17243A87 , 0x57B07DF483C2418BAC4FE8EE2DBBF806 , 0x57C91979F5584DBAB641C5F4D9B77E7A , 0x57F1F17E865E401D983BA3A6BCFEAB80 , 0x58F92EE358FB4450B801FDBF4B1C80CD , 0x5970851800C74523AB8633DAE3C4D0F8 , 0x598B603FAEF74F04B1B8FD53E37AAF58 , 0x5A29E6CE0CB843D1A6CFD3B7CCD25C6B , 0x5A74FFF20E0742DB86D036B922FDBA93 , 0x5A88DAB8596D436D889E560C822F6E26 , 0x5AAB08894A0F4B5A80ECF031BD2BDE03 , 0x5B6CAA5604D44E2A9A3A6F648F212BE4 , 0x5BD08049ECE44B7E9CD9689BEDBD1047 , 0x5C02EDACC7764CB393DEE83E5B29C8D7 , 0x5CD16E6892CA4673AB6520B7CF6D4244 , 0x5D53616AB9DD42B0A703E590DE134B09 , 0x5D7BA723D2834E84A10869596BB6642E , 0x5DA5EC9BF2EF43EA924485C59D4AB67A , 0x5E46FB396CA74260948FFF4226B8309E , 0x5E492AC433124073A968A263AE02EE86 , 0x5EBB1EE0ECAB4305AE161BE719F5A35E , 0x5FACA3F417A447E6B5C6707CEEFEFFD7 , 0x5FB2DC7B332F404E863EF51EB8796B39 , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x609BA8D52A144632AE911C986394FE6B , 0x60ABDE5A90CC44E2BB928D1745C72AE0 , 0x60AF42BFDD6C408494DA0A2506FC0DC8 , 0x6181B356A9144A5FB9E9A0004BCB3025 , 0x626623D091EB4BF78F5219FBFE2DC4EC , 0x6283FFD123BB4B9D8F3906BE53E07F92 , 0x62A3088174554E3DAB7BF84499EDFEB0 , 0x630BE7F2006446A68D074CDDC08A72F8 , 0x646C2053306648C1887F594C5348282C , 0x64B2B75F4A5942B88CD9C96B448AC858 , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x650389555A614A48BD1AD877BB5C70C3 , 0x65139590DC384732A2C0A4330E2E1586 , 0x65146896E47B4C3984AF11479818EB69 , 0x6539E67E48DF453A94D99CF332BB5B44 , 0x656125F747D8480EADAF0A4680E11A91 , 0x6599B7D7C2AB4823BC69AC4EB29EFD74 , 0x65D37E8611A24D6A81A53A335F092210 , 0x667EF325DDC44A6AA59DD6C8258CDB6C , 0x6701FE7F2AF744CFBA2833799EEA6F13 , 0x67391B2FEACE4E48A1FF078727CB8E77 , 0x68C439D9301A464BB0AF9F1A035D2450 , 0x69D15852E38D4FD9849D65A0254E5918 , 0x69D50D5F3BFB4F5A9A9FCE48460CDDB8 , 0x69E8E2CDF6404C909F166AAC0EE0E734 , 0x69FA34DD2AF5429ABB86901EE7221702 , 0x6A479936F2244E3686049F92E85ABF63 , 0x6A909FDA32E948E9B811009F53DF1B9E , 0x6AD8D3AC4BF24573B01499275FB3A934 , 0x6B14FA460FA64ABFBDD83402D76BE598 , 0x6B45FEFB12324290B63EA02B3B17F163 , 0x6B4E2DEC349C4B00898F097BD92B5E9A , 0x6B6D873D4D5E4E8799CAB014F6D11B57 , 0x6BB1E50AA6F245489D68DD516E7B0070 , 0x6BB759D26AC245F58AEAAD794B0007FC , 0x6BD8394D156D4BCCBEA7D3E0AA62A115 , 0x6C13907078534057A33D81D574CBC13E , 0x6C54D3B5A5834647AA182D52769B9DF4 , 0x6CD1396EA58246D39A8DE490C29B1324 , 0x6D540B91FD6343FAACDFF28C1F40B0DC , 0x6D759189C4A14728927A26B23ACF20F9 , 0x6DC5871AFD554FA89A9967DAABF88F4C , 0x6E381D6B87524BC4817F39D88D965B88 , 0x6E3D33E6EEE94272BACA5BF75271105D , 0x6E5D3C935ECF4702979B6391402FDCB2 , 0x6E91FA8FC0E64D38A52867CF050BE050 , 0x6F05AF985FBE4797A8F3D9602DF6A509 , 0x6F84400A55334547994D52B88F679428 , 0x6F93C260DD3F478EA9E1513BE9E04D89 , 0x6FD5581FFD1A41DFB5DCD5A67287A497 , 0x6FED69284CC34FB59712CB5F0EB41EFA , 0x707ACE20D7E2424AAC35DF006E9DEBCA , 0x70AF0D914DA54CFF835C54D3FA45CAD1 , 0x70EE4054CA6B4858AC71A86DBEF1A64B , 0x70EE5B33B7194FDE9F5EB35DE43D85F8 , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x713478F1E40345B1B0EF7E5B8ED06DB7 , 0x715091AA614948429967EDB6158BEA85 , 0x715E2A0EDB524E499E88372FD5B16729 , 0x71AE4D7919944701AF3BA6773E41276D , 0x71F75E5AD1EC4C3A8B87832B3554CBC4 , 0x72514B1532B64F73A9FBF47BAF255AB4 , 0x72947C0213214597B5339601402088FF , 0x7297AA5B4E0F486785A9C9A12BEC7E01 , 0x739CE42CEC46425B8660397A8DAA7A26 , 0x73D15E72454C4E38BCF372F60271B284 , 0x73F4D33DE464424596CB7A6AF0E4C7F1 , 0x749E039F8C104575AE7FB9C644AA3CD1 , 0x74A41B9595EE487DAEA38FE57FF7232E , 0x74DA80176AF94A41A1E564585FD5D4B6 , 0x7501049BA4AB4919B96FDD2E6DA55A7B , 0x75666C9223ED4C06AC5CCEAE4662C2BE , 0x7587A8FE5C114F1EAA3FD23017B98A5E , 0x75ECAAAF30B3468CA50DE74056474537 , 0x76057B0D91B14CAE9383A3AFC3506178 , 0x76B7ABE8A51E421DA1D8E557B84C7CE8 , 0x774FE8AE2D104510814A28CAF0D300C6 , 0x77FD61C275424237AD227DB133467E4D , 0x7868A6FF13B24D63860EE0C4DB29046F , 0x798BF61EFAAA478B93CDBFBF892188E1 , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x7A52AFC54EAA443E8DA1C4A2415CFFB2 , 0x7A7E9056382E40FFA2339EF1A63C0D20 , 0x7AB4F209095F479DAEB7052CDA65A52A , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x7AFC909FF11D4564993E6BC7264A0B71 , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0x7B8FDC5356004679B5146EBD22FAA5CE , 0x7B9A4CA4F8834B46BB695DCBF00F7B94 , 0x7BC9D6DB9194488F8B827B1673DEB5ED , 0x7C0EDBB6FF3545DD9126FB3810BC5B6B , 0x7C1F7ED6B59042968BFEFE8CF2DF4D3D , 0x7C6F17798A754C749F038BB588490847 , 0x7CFCE24A92BB4030A97E8A352980A505 , 0x7D04C91565FC4778B5D21B40686F61F6 , 0x7D75119D57E740A0B7B000DF607B7D75 , 0x7D8A4FC9FBEE48CCA22AD01C533BB019 , 0x7D9EB814C67F49D6B962EA89B9AE08E6 , 0x7E36E27D07E845B4B3E436352524E25D , 0x7E5C164966564DE28FE1AE7E8E113089 , 0x7E97188F6A0B4F2B8E4FF473A0B90D44 , 0x7F315682502C405BAA4B3B66ADD72CE1 , 0x7FAA0E375E9241A18EDC4966D57ED5E1 , 0x804FEB3863C9470288F5D5FBAF5C2733 , 0x806234DD44A246EFB2369947C2757E53 , 0x8068D0EB2AD94C65A891509BB738AFEA , 0x8069CDB31B054132BB5A6ED901E8306A , 0x81444E77699343C187FFFB573D47C09C , 0x817655206B99448CBD68B3302A622981 , 0x818B3BEA1425404C81EFF26C8603073D , 0x8207BC3948644B358EBA4B0481B706DA , 0x82A191989ACF4E39B5A7CFBB80653224 , 0x83B91815C1064E4997704AB46B5C6926 , 0x8442E3F4157640E38C112561981854A3 , 0x847964A022C34C3FB1F71177A6FD0A42 , 0x849C52D902464254B6EF2CC46F743767 , 0x84D0E239A3304371AAE6B3B31009BA95 , 0x84D229EBDFD0432F90DEA83102799186 , 0x85787F608E1F4FC6A9C0AA5A50CA2B40 , 0x861B8893C8324A15AD3F2AFEA3712C89 , 0x862AFAB9E63B4F67A10BF9A792D210D7 , 0x8689BD201927489797B669C72E045EE8 , 0x87309ABC6EB8424B90560A9B9A9CD054 , 0x8741FAD66B594126B0D5D64C3B671A7F , 0x8855CBD81DA54EB199B87B5C88ACFC53 , 0x8894856E3A924FE79AA01823116F5FA0 , 0x88A853F8D360444F89BD1A3D16E2B226 , 0x8952CB6E959744EDB9FF89FE13CA8E03 , 0x89854630C3B0423DB879D50168EAC627 , 0x8ABFC0EC0C7F44E2AA9FAF778876DE2E , 0x8BDE5E9A97034AB28250C4B5495B2E85 , 0x8BE42A90B1CE49E6A937D77E33F04EBE , 0x8BF76A9370194CF39B8693537FECD143 , 0x8C136FCA1C3D465B994A6EAD2FA59256 , 0x8C13A50B7CDE40A4900CD955E75FFC36 , 0x8C20CDF3664848B6A4A6C6C2BCC5E8A0 , 0x8C2481E41A8344B881669094EB365491 , 0x8C542660A6984ED783EF1CFA7E74975F , 0x8C64228B57994658B91182137E287806 , 0x8C6E98903562479397B85CECAB1339BB , 0x8CDA064C1B2C4B92AD8ACB3B9304A660 , 0x8D78CC610B8C461B9F3D3060BC02C3B8 , 0x8D869A4E2A994460ADAC9506F57365A6 , 0x8DF3C243B65241C78BCB534B6025F147 , 0x8DFA8F3FC1A64BE996FD7C118C72ACB3 , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x8F357A9D134E46D29E293AD00287B051 , 0x8F704250F1D1458683A1F48E61ADB4AE , 0x8F8E0B17C16844BD8F1190CE3081F505 , 0x905CDD327BE941B28C590CCF7C84EAAF , 0x9077DA2A2CE24EDD9AC067B169B1A104 , 0x90AD9CBB74674ECD968B0E5A4CC548BA , 0x90D2D49D95E244CA963853B5C550A967 , 0x90E1C8DA1B1E4A62A3DD3C24AA302BA2 , 0x90EAC5A6AAF14AEF9F57439EE526278F , 0x918362C75B23493EA15AA042B43277A6 , 0x91B1EEB0AC144CAFAA8AE5447E5855E9 , 0x91C83BA2362244949C9E05C4FEBCBF01 , 0x91D374C99BC34AE7BEAE6A9E506318D1 , 0x91E16347F0314CB7BFD3D606F48DEE01 , 0x9221DB64CBC54FF0BE53254824AACE1B , 0x924413D1C5754737AFDD64B80F87C11D , 0x9260C7EDEE7B447AAA3C3686DA7F20E4 , 0x92940B8322544AD2AA28C6E9CAAB9ACF , 0x931ADBB5AF6249A3A638D6D1EF4B2C10 , 0x931F14DBFE744AD1A078D3729238EED5 , 0x93377FDDD0B142E3A5D7EFA805B24D60 , 0x9355F32A48B14431A9804293E82E0120 , 0x93E012735E1F423F9C55286DC1F61059 , 0x93E7BD42E56642E393DE33B00138618E , 0x9444C4DFDF154EEEAF4E53D7F90BD203 , 0x9469B02A549E44419B9EDDDB315D50C6 , 0x9545900910C0470A8621223CF48AEA66 , 0x957D51FBBEE04EEE80F5D9AF9DC7A4E3 , 0x95D06322EFE8470BBE34CB40D98FF8A0 , 0x9622393799CA47C0B3E236F9CB596980 , 0x9651110869F74DA9A3D5002F2AD004C5 , 0x96D95BC5FF5F4A33A436170F76FB6073 , 0x97400D4122174F648C5C316D5176C881 , 0x97417C60899F440B95CCE29025400F85 , 0x97496E2217704E9984313F4117039C4D , 0x9759EF0F926A4BD79D266A850411DC7C , 0x97A3BE82647A495098BC2D1112F72B20 , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0x9863ED19BFDB4A839683AF93B164645C , 0x98758C7853084BCEBAD03BDBA7CEC327 , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0x989A78683DF24D4292538A960D866B19 , 0x9909435662964C5989E609A2B5B60751 , 0x99ABA6EF5FBF47BE9D7355D734A73162 , 0x9AA7E9BBFD274F93A5594A0EFCEDF517 , 0x9AC2C4B2E85C4CEEAFC3679B02639797 , 0x9B18E0F363E14A11AF3DB532EC513FA5 , 0x9CB7F32A8AE54DB9BAEE55861D5DE426 , 0x9D2D3739BA6240AAB6F0961F6DC95F10 , 0x9D35225392F14A8A91FD3FE4D3E4B2E2 , 0x9D8094E327FE44A6844669EADE9F4575 , 0x9DA1BE09888447A48EEF384588DD1702 , 0x9DC1990B315443F4B11AE9108E3E1758 , 0x9E074285684B42B7A63A5890D4A1F4A1 , 0x9E9D48BC04FB4A4998429D75B5253066 , 0x9EBF23ABB9964B40965DE55B46848131 , 0x9ED89748C8F246D8BCA41141232F426C , 0xA013D8A5C05C4C179ED5EE67BA295B05 , 0xA036A1692B0A4A5B8D05E87213341A7F , 0xA044021E793C46738D0FA7599FF4035C , 0xA07497CD31C748FC92E680B02D4CAD8F , 0xA07ADFB57E944121A6C5ADE7519C01E4 , 0xA0E0CD4F57C9480C989FA91F178B2FC5 , 0xA19A74451AC74710A15185DCBB0583BA , 0xA19C25E6FB4043C49B1454814494C0DA , 0xA1EFD1173BD6428981C099D0DF17DBEE , 0xA2F08C8CBBEF44E39B57E0E0FE86D881 , 0xA41E56CFD7CF4D72A5748038067AE749 , 0xA4BB0D020AB34E9A8E38FFC9F4E362EA , 0xA668083906F845E4BB6981552093C81F , 0xA6F5C63170E5427F8708DCB15FEE5C6B , 0xA744D01C7B444B4CBB1F11752E9524A8 , 0xA77E9A1A14D8494EA53EF8D70BDEDEEF , 0xA7C3BDF9B4854B07BB7FA0812F97ACE4 , 0xA7CE819A0C664B5FBFE37E98294696BA , 0xA86883D6BC3D4B96A33AA90F877731F2 , 0xA90319796686407B9795490FBC7029FE , 0xAA0633837D8044D2968E25CF48B70685 , 0xAA2AAEA69C47477AABC3AAF723766693 , 0xAA2CFF4F43EA45B8AF20D545EA6E188A , 0xAA765BFCB837438B804F26056564D013 , 0xAB809F3135914F09B080A55EF7585888 , 0xABC19652DAF44E60849B9E5CFF8D5AA5 , 0xABDC821DFC124F4BB3F103BA037B8A1A , 0xACB714B4465C4D3FB082698174A3DA61 , 0xACE72C3A92C94BBA8467E3F0FBD2699A , 0xACEEE611F0DA4B87934CAE3FBBD3A639 , 0xAD5314AF466D48E5B86EB778C6FB1B4D , 0xAD847231E63B4F6F90EFD0FB4B7170C6 , 0xADAD861E752D46A5A6BB876833CBF2BA , 0xADB037322BEE43E9BFBDAA19C04CEB0F , 0xADB42016585941A3982EFE96F98DC6E9 , 0xAE5F2155804D4002B26222474A2A5065 , 0xAE8DA0A8C93A4A8694B4CFFEAAB332FB , 0xAEB9843F4B044BA287F07B0BCFF3DF8A , 0xAEF09C55B7154E64A364D71544061D61 , 0xAF2DF1878D3B436F886D7F56B56F1D5C , 0xAF364033008C422DB836A9B724A64698 , 0xAF4D0A8B986547CCBEDDE069F337F65C , 0xAF781A9FA12F4C36B493370303E7A834 , 0xB04ABED0209D4644ABC53C963966C141 , 0xB068C8733E6D4375B4D47487242D4AD1 , 0xB0BC4F7E79CE40168D0F7E5716FBBEE5 , 0xB0D2CEED22D04ADE888D000CBF6A8745 , 0xB0D93573B4C04E08B298C76A272D1E6D , 0xB0E53B9FB82A4310AB995285D3068DC2 , 0xB10780A75F6749988865E5B63B1F5373 , 0xB15562F2B5074EFF93294A5A95556394 , 0xB171B39C76564D0990C7D0E9883226CD , 0xB17AE0E53B44477295291309841D045C , 0xB1B9A068A6A24EA7A4BFC4023AD63AD7 , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0xB1EE1B8A5C4C4C018F51202148A00583 , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0xB38A22ED10F841C0BD02DFE418CEFAD1 , 0xB41734881424499E90FAC586460EFE65 , 0xB43DE9E471A9442A9C845D14FC6559A2 , 0xB4A786A551174CD29582542B57EEA1EE , 0xB4B64ACC90C6411482FD9DB6C8F96F49 , 0xB56D774BBC8C4B63B09F411D56E6CB02 , 0xB69C189B29B14092A20F2A1166B95D0B , 0xB821B28CD9934BFFA2509288187C905C , 0xB896053BA01D4EC9864794F96F25F20E , 0xB8A26F4793BB470D9909DB3FA665858D , 0xB8DA2B26CE92471A8AA59C0A98BDF736 , 0xB9375590800B4A0489C483F80918E650 , 0xB9A235AC4A5C405D9FD1CC849A8ABD77 , 0xBA4C016BA9064AFE97EF3BD42079A728 , 0xBAB10FEA66964CFA961D7C2A698B901F , 0xBB1ACA8B00C74E25A10EDFE7F3C5E62E , 0xBB47E9383C1A4B768B80BC6E72262FEF , 0xBBDE709EBEA14475BC5138F8F55D061E , 0xBC3C0E1D84CB4FE89E0A4150A65BAF77 , 0xBC45D549E7CF4803A877221ABF0BAAE5 , 0xBC9AE64410BE4B658F3F6CD5579DCAE5 , 0xBCE74D4BC25D41EE9196181FA87500D9 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0xBD756DEE9BBA4D60B07D138DBDB64E4E , 0xBD964333BD904E599616C2DB42751180 , 0xBDD6C3CA4A004AA293A282059945A9C2 , 0xBDD89AFE344E44E0872F691FA13D93F0 , 0xBDE6D8CFAD9B40F5996C601DC1573DE9 , 0xBDECA04863514D94ADA203CF379BA2FC , 0xBE47D99EE46D4E159DDBCE9CF878EACF , 0xBE4AFFFBA08C410C88D56A88C5FBA1FD , 0xBEC0290D27054FC797E3743AEB10677D , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0xBEE191328B524B3B93ACBAD235637AA4 , 0xBF5CC2144109412490CDA073CD3FBAD2 , 0xBFCD7D83E3824F00BA86A7BF80940C88 , 0xBFCE61D9C5D240BCAF6B0D49660B0523 , 0xBFE7DCA069C44211A916DC29E0B2B255 , 0xBFEE081E308A467D90F51A6B163EE61A , 0xBFFFF19837E3403881ECEDA4E088638B , 0xC0E14AB6B5014F309118F207C63926D7 , 0xC1023801604C45A69112F49FE451A9DE , 0xC15BB3999BF64C0A9D74D0E71FF34F3A , 0xC1CBB55FD717403FA00A0DE1DE3C8057 , 0xC21799BCA01B4DAEA4AF8B407E627EDD , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0xC2CD843A111E4F8092310788318AFC09 , 0xC2E13F2EA2454B39805AD1AAC3C6D242 , 0xC2F46F2FC6304B89B6A26B3131DD7C90 , 0xC46E8943F5D247BC9963D45FDCEE5C6F , 0xC486E31C6BE045E18AAE2E17B6907ABA , 0xC4963F4524334667A5C08F5048E6A1AB , 0xC5ADE040A70D4F22B34CAEDC3D93C441 , 0xC5E563C0D9264E6880DDD1C5D7CE9FB8 , 0xC604732E69E54395A57431B3DECBCDE5 , 0xC628F59954254962BC11917AB328D2D9 , 0xC63940E77468444291FD1AA5ACC90E6E , 0xC63F327A7AC14BC0948E1415CB3BA153 , 0xC686AD9BB27E40048505087BDB5B849F , 0xC6C244FECBB04C999BFF987241025147 , 0xC6DC8BEA9C234666BC039E76421DCB6F , 0xC702036A9BCF499BA4878FAB1225F73D , 0xC753504AC96247A599A99C98D9E248D0 , 0xC7602868876842EF91C26C3B6A5B8D9D , 0xC7E9869D010744B8931B6B9A5B7EFA1A , 0xC8214E8A097F4B1FAE1BDB5EE263FEA9 , 0xC91B25FC051E458AA7D52A63CBCEB487 , 0xC984331026F2496A833ACF866E1D5080 , 0xC9BA3DCC160D4F268A7AAC3AC78BBBB0 , 0xCA12521A95D94DA0A10C0DE41C6897A7 , 0xCA9C65E008C24520BE1D7B6BCF9D2D79 , 0xCAA13D80127F4CCAB2509C9F98AF12F6 , 0xCAAB55990B6541CF96D4D0E23BAE47BA , 0xCACE2B591ACF4A95AE001D7BC8CEB09A , 0xCB915E6039F04329BF2A38C281A7BD0E , 0xCC0B9D31DB3C49F0AECEADBA1584B210 , 0xCC3C9265C1004C118F3B0EDCB8BE30D0 , 0xCCD9066175B04394928DD9724466B232 , 0xCD38B49B55824307BA643E86F68C315D , 0xCD4B824EA48B4B7E97AEC104FAE16EC9 , 0xCD95379199A5406D9C46ADD05F4C8BFA , 0xCE94D0CC7D7443AA92BA14CBFDA2D6B6 , 0xCF1047CE28FC4118984F35B2E9D96634 , 0xCF1081C122D040859D3DB7B926B1EDC5 , 0xCF201C50058948248D8DFCEA1D0C1F03 , 0xCF82976DA3F14F67B16E8D9E75B53AEE , 0xCF85813F532E4972AC69189B9516A94F , 0xCFEF3B0B7D9248C994F0D80D82FD6226 , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0xD034064CFA704468BC2C2D7035E2B0F7 , 0xD10EF31A1FC5445CA67CA7FC860BA689 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xD270AD2F44744038BA3A4E61BB21AE31 , 0xD280058C4E68434393696FC10C7A5FED , 0xD28670E95C3C44A5B2DF2A6EDB98DE79 , 0xD3087C91C4644B168FE53D4B16ABC519 , 0xD38D2F79498241B6AF04042FC959D1C1 , 0xD40E51054A8E454CB29B9BCBEDF6F65A , 0xD41DD5B504F44B31A4D89F36E35A550E , 0xD46B68046E434107882F4E492042CACA , 0xD54539EBB0BB4EB59A7EE95AF2C4BAAC , 0xD5F21A65D15B49DC809A0D08CD05A85A , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0xD6A2D5D8F19B482B8B6126678687995C , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD77BB67537B841FFB93EA50A41ACB86C , 0xD842DCE9AC42455DA4A8BA9283DB989B , 0xD85C5586D76549C08AA1C0E8B0B6EDA2 , 0xD99B9E4BE42F4CDD85A86190A1D5CEB8 , 0xD9AD9BC07D9448F0B0B59E95BCC67D89 , 0xD9BF06DC11F442F5BDB86056E5A7DC19 , 0xDA73EF181E6D4ED58334126DF952B639 , 0xDA85E2F2A6B145E0A06146C9014D4C6A , 0xDB5460FD7959419788EC414BE3947D20 , 0xDC22873517F44F2F953AF54BB7A68EA0 , 0xDD1F34968CC94CCF975BBA552CBE9DF5 , 0xDD23CB5CE3094374B1345DF9E7189178 , 0xDDBB29D96E3D42048C9C450ECAC73FE4 , 0xDDBE1194A4B74F98BFFCBCFB7F605798 , 0xDDC2980E350F40528437E6C4BEDA44FA , 0xDE1687FBFB8A4EEA9A474BD011F15482 , 0xDF842595B3614F26A7596F9B00248D9F , 0xDFCA4DA5892E4388B2EF929BDE7DC739 , 0xE08D5535BD5B4CA593AE61B710B78113 , 0xE12095AB0F044138985C335E2BE04ACE , 0xE1CB39471D1445BC92BCF4BA69124CF7 , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xE2F150F06DC34E42993E7CF6048A4556 , 0xE3226BF41A7842AAB7F9CD436F1E8C3E , 0xE460630F110940818461DD2D6CA48AC9 , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0xE4B056C156A04B5882E8C032010B2775 , 0xE4D994E2E63044AAA789176220E9901E , 0xE54A77BAFFF1421DA29337637B21FE29 , 0xE551282611564003B8E80F1E0B3148A1 , 0xE57391622C464161B5AE3B11759B0EA0 , 0xE5968937DD5E45D7AB275556C9CCFC91 , 0xE5995D898C9A4E929FA29BC3BDE793D3 , 0xE5FDA7B1A0AF4E90891435E7B57479F8 , 0xE6DE1D0EC8EB4FA4A2AEBE2318C69364 , 0xE6E049B58436431085BA9808B2240ACE , 0xE6E8B7DA026A452EB323409AD06B9956 , 0xE7107AE76D1746FC8EB41C1B9D17B5BC , 0xE78EEE4D34BE49C28042466D00F82F2E , 0xE794D635DE8A4683B797721819320327 , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0xE8039A0E7CB14456A74B307D628B26E7 , 0xE83132FBD5924BB69D28F0185E38F319 , 0xE9201A6FE1574EBBB1F97C00F1532E7F , 0xE93BCE23E282417CB2161BC8F1918DB1 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0xE997C8751FAC4CA9859A9E9C9C97EC3C , 0xE9DC974193E947CEBE057B7A3219D2E4 , 0xE9E61673A188435CBE9C33995DD4E2F4 , 0xEA013536BB104838A528C42097245A4A , 0xEA70C9506C004E5183667BAC254323B5 , 0xEA97F0991750445AB82A143C268422B4 , 0xEC555BCAE6BF4709829E2D5EF208806D , 0xEC6E9DA70847444895554D5BC8826F29 , 0xEC87571F6FA4427B9A981FFE261A279D , 0xEC909E866CD443C09A61AC5437DD199A , 0xECA6C61D1BB64A79B61B8EA20342F59A , 0xECB65020E2794795A653727699549E09 , 0xECC668D043C74C7A9102F2AF99F6950C , 0xECEB638DF61A414DA513D74E84CF3BEA , 0xED0BE4994C8C49FEBF74A49EA5E3AD0F , 0xED16A08B541E4901878C7AFDB3F50ACE , 0xED97A2DF2FE447CA843D2A57B5EDF0BD , 0xEDCE3B49D09045CB9695BB5C5CB67AB8 , 0xEDF06480192B494EBEC0A2ED46F6070F , 0xEE01BAC30C574E9CA44BA14F84648105 , 0xEE0BF03BF44644B0844A0419DD10F6BA , 0xEE8A73BD159F4E2FBE00A5DC96158E7D , 0xEEB34EF84ED14083B638E95E474DEF57 , 0xEF464BE87FF74F7384EFA6016D91D127 , 0xF0585186787444A3A1D853F2F5BA2B75 , 0xF09A34658A30478792C31C238F324E6F , 0xF0B8623975FE4EA0943FAE3A6472A039 , 0xF1146B3876DC4F27A89BB2636D1B626F , 0xF12B7EC0CD994F7ABC349CA1D703FE89 , 0xF12F9530D1F743C095FB311297311D07 , 0xF15EC4A0C70A46379D1BCED50527AB8C , 0xF1F493CFDFDA4983A3C0425E9F423683 , 0xF2699C915CEC41D2BBE9D618492DCAE2 , 0xF317E0BDD12F4E85826E7351AA8CFFEE , 0xF3383896FE934AB288A51C224BA97B53 , 0xF371775D83064AF38F262F6FF3EBA1F5 , 0xF37B1DB2D8744D4BB45152FA5D0D3BB7 , 0xF3A7C98109C94A078CB1D75554B0E821 , 0xF3DE2B0D9FF04B2BB0154C414B445C33 , 0xF3EEDFF565E949CC87A751DF8477B257 , 0xF4DA843A667F41BDA4635CD4FDE393D9 , 0xF4F6F810C6B24CD89FB0237E72FDC361 , 0xF505E86B627E4EC7A17E90A2469C3761 , 0xF544FF0A399B4BB7AB0C72030BF4B0ED , 0xF54AA1AD0BD8431882B380C9D3CC5B55 , 0xF5564CBC6D2C47EC95ED7A76C53FB08B , 0xF5A10F92E2144608817ABAFB14D9FFF2 , 0xF61937C6D8C14AC9A980DD41EDAF6915 , 0xF62660A1476C41C79AF262B079D2DF9A , 0xF64A7CF44392431B87023BC36608F523 , 0xF654440D6F444CF78054B0C0F14C9BB3 , 0xF68CEE8194C74E2CB6D795988F8BB3A2 , 0xF6982FCDC8054BC7B69D8CC7BFC22536 , 0xF6A9FEFF8D06453FA2DB7EA604DFFF35 , 0xF73554796CB5424382E6C0F7376167BF , 0xF74943B759ED4550A683A9BDB96B78A4 , 0xF7512EB04A554F7D99503B60E60A5B2D , 0xF7A2FE009D8B4BE4B16F874D3D880338 , 0xF7B35E4C09C448FFA61893AEA8050EAD , 0xF885FFEAB5824E5994964C948D753148 , 0xF8CD8D99BC2148F79F1B78580FE18A20 , 0xF976D218D4D143B0A1692393AF0A89B0 , 0xF97CAA237C294498B3AF603EAA8D3363 , 0xF9B07449D1844B66BE4457AFBF6CFF3C , 0xFA4873021DDD48D489AC7BA4AC740C36 , 0xFA86449B32884E4D939BE7611957C973 , 0xFB281ADD21A14BECB1FC62AF30D2040C , 0xFB299E76FCE243AA8BF54A5E6285A655 , 0xFB602DF390164B65AFFD67CC9A2ED1F1 , 0xFB6A25D910F34B2794FF3442874D6F6E , 0xFB881B050804476897098861E68D745E , 0xFB88C0796AEE4B11B3F28E8F5FE6FD8C , 0xFBD393E8023144E5B38AA20E3F6670CA , 0xFBD8844D2E7B4CBDB0696375CAD0AA24 , 0xFBF480D78C31411CB61F9F5880799938 , 0xFC5A03670CF94CDE80A990EEA0DB8E18 , 0xFCE9AAA5B9724BA3B94C2DA7B1E66436 , 0xFCEDEB14CBEE4FD183853781722CFF17 , 0xFD02616C387A4C2EB547845BFFABB6A0 , 0xFD17A274C52C450F92C52D25BFC882DA , 0xFD23B9A0FBA645699CCA21B095960FFC , 0xFD3EA27A9E9A4CCC86E657EBAA858E73 , 0xFD573FD994324A8E997929962F1ACBB2 , 0xFD6303C9F48345F0BC41E5CF01873F03 , 0xFD6895024A344571B42AD1EADC3CE6E9 , 0xFDE6E19308134655B01E88A3984C33A8 , 0xFE783E0B554C4B549DAD61E3683EB396 , 0xFF1C6A1209704D8A829B197FE85D2518 , 0xFF5738DE6F444983939780CA7929CD68 , 0xFF5AA2D2C7C64CE18A817C95DE4D7A3A , 0xFFC6D6B369A84DFDBF7D1B9350917575 , 0xFFCABC15B39A45C8AB5EFF203D5EC17F )));
Copy
85
2.18 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"û9†Ë‰ƒLó£´,Ze\x10 4¥ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"‰Ôd&ÔLDB™=KRJüY¤ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"ÑL´<¼òEî¤q³\e ‡‡nm "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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 D@Ý uFq©¿y¢·_¼ "
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 D@Ý uFq©¿y¢·_¼ "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"r +éJ8NÜî\x11 «j■*Øu "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"âåÄ.ü│@┐ág4>qûPà "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"DD$ÿ“‘J'¤\x01 é »3—n "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
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 , 0xFB3986CB89834CF3A3B42C5A651034A5 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x075251EE45644D14BFEAE2FCE50073A0 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x075251EE45644D14BFEAE2FCE50073A0 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 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 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x89D46426D44C4442993D4B524AFC59A4 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xD14CB43CBCF245EEA471B31B87876E6D , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x075251EE45644D14BFEAE2FCE50073A0 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x72202B824A384E9A8C11AE6AFE2A9D75 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x83868E2E81B340BFA067343E71965085 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x444424FF93914A27A401E920BB33976E , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
86
7.23 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 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"\x01\x11 °SZ9HÞ®dë╦Øæ_H "
b"\x01 äEÀ└BK¢æj5µqï\x04 Ø "
b"\x01 ¶¾e\x10 ÝB@¤aJ·þ“Þ\x7F "
b"\x02 *À§<\x13 Ab²\t ¿Ì¾‚&í "
b"\x03\x06 ;hï¤KOž¨<÷;æcí "
b"\x03 .$Ý\x08 ¤GwØßu \x14 |ô² "
b"\x03 üV,\x1F }O&¥jÆ.?||ý "
b"\x03 ‚\x0F ˜\v *EΧI×z>©%¶ "
b"\x04\x1C ŽÖ\x15 6AÊ«ïi.·YžB "
b"""
\x04 hT\t ‹<N(”\n
/7ÿˆsl
"""
b"\x04 jsíÏ\x05 A\x14 ¡*}Y“¹D¡ "
b"\x05\x07\x10 ├\x00 ╠GqìîuÖÁ─l\x10 "
b"\x05\x0F\x12 Šb«B›‹q_\e \r \x10 þ\x0E "
b"\x05 @ú«`F–ƒ\x1A ~`ׯР"
b"\x05 ü▒ºÝéADäÙHÛU[?\x18 "
b"\x05 ›`jMRH™¼¨røÄ—\x15 "
b"\x06\v Ël─ØK¥å└|¢F\v w╝ "
b"\x06 GÜ3¸\x15 D\x13 ºÒÉÓ¢\x08 K¸ "
b"\x06 Æà(áêG\r ªÓNÂ<¨\x18 É "
b"\x06 Ùü¾ø¦A˜ cÓºË1þ\x03 "
b"\x06 ä\x7F ‘ÊÍIŽ‹—øÅ«©q? "
b"\x07 G│¯9µN>É\x06 ð1G®^Ø "
b"\x07 pºzB·Hþ¼\x10 6\x04 œI<Ü "
b"\x08 /2ü[kNzŠñ¨o‚°gö "
b"\x08 DcsäðCý«\r \f çƒUÉœ "
b"\x08 mˆ ÏwJ€˜Ÿ\t !EKYt "
b"\t\x1C ¿ðÈ0BΕ6\x03 bÙ^œJ "
b"\t ª²*M*L`î├'\x08 è \É "
b"""
\n
ÅÕ\x0E Å╝Løà§ae\x04 !\x12 Æ
"""
b"\v\e ™\%ÀKn²l\x1C Šñ)Ýö "
b"""
\v 1%üÙ\v H\n
Öt\x16 ══ƒ\v ┘
"""
b"\v yn\f {ÄF®º7mýËËÒæ "
b"\v «°,ÌåOSØgz\x17 î«:\x18 "
b"\v µ┴╠\ìJnÖwì\x04\x18 {8N "
b"\f\f ¦G\f\x14 Mج%º‰-ì'Þ "
b"\f á?╗ ÓMÉó%│õ«f\x14 5 "
b"\r \x15 v?·æJ·€v*;¦\x01 ®l "
b"\r ç**#ƒ@■┐´ÉH▓õ\t\x0F "
b"\r Ó Q'äF>œ§˜gÖ\x11 Õä "
b"\x0E\x1D ±9DQEj¹ÕIçRÊê¼ "
b"\x0E ?\f «\f GA¬ƒé~‹4«ÊŽ "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"\x0F\x00 f~—jO¡“?ÕÝ\x1A ½41 "
b"\x0F sHß¼ÎI>¾ìªRÜæçç "
b"\x0F ÍA5©èF´œøI¾\x14 5iº "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"\x10 UÏñðÜBå©p\x05 â$4Šn "
b"\x10 ª#\x08 ãªH\x16 ±UTKÑ9[\x14 "
b"""
\x10 ³\x0E Í˰H1“\n
×.s\x06 @‰
"""
b"\x12 ôH¦‘ÞK?ƒ¢d·"Ïï+ "
b"\x13\x13 jˆ\x1A ½Du¿ue·Ò\x12\x08\f "
b"""
\x13 $\x0E }…³G^½Â\n
FZKRã
"""
b"\x13 [A˜\x7F ×Gu¯*"NÛáe® "
b"\x13 m9ïLÉ@\x1D †_h”Ë6&v "
b"\x14 x W\x1D ðJ\x01 ¼/ÞȲ<é¾ "
b"\x14 ÅÔÎ@ÞFéÆy³|\x1F d<ƒ "
b"\x15\e Ìee£NŽ¾ÑØÎ\x15 ˆ¨P "
b"\x15 m~\x02 ëÆNrZkØÄ— "
b"""
\x16 )Ùé0\n
Mýމ\n
Ö—J\x04 Ã
"""
b"""
\x16 žºàI;@^Ž\n
w\x19 ŠCŽa
"""
b"\x16 ñß,'œOi€A™Â=\x00 gx "
b"\x17 üZ┼ßå@╗║\x19 \r \x1E\x1D tÉË "
b"\x17 É\f *yxO▓ÑÌ\x07 ¾└â´[ "
b"\x17 í0)ò»E¯ì{¬\t Àg■G "
b"\x18 ãO¥úwL¤¼6h¶)\x16\x1C "
b"\x19 Üï§ÌóKê¿EüGŸhÌ\x1F "
b"\x1A APƒxcBü‘8\x03 ò3È-Ž "
b"\x1A ÌÌU¯\x18 I–¾vŒùió|\f "
b"\x1A ×™CÇäNK¶ñü³æƒ\e\x07 "
b"\e ™\x06 Gç¿@«„¬ÎvI4Of "
b"\e ôØ\x12 ³dDà¡Íó§ÎÊD; "
b"\x1C c\x7F 8¬\x1A I'Ø\x19 eÎ>ò╩▀ "
b"\x1C û3\x01 CiIlªò╠\x11 ¯║üQ "
b"\x1C ÷›¸Ö\x14 BݵÊÎ\x18 }¥*\ "
b"\x1D >êÎx‰EÀ•@>&²Ó\x01 1 "
b"\x1D Ÿ3‹.7L\x05 —âô÷È¡;½ "
b"\x1E 9\x13 q\x10\x16 OÀü\x7F czç9iu "
b"\x1E Ô\x05 CÜŒLš·1)S¿»QË "
b"\x1F\x17 ~¾§§J5‰ã\x0E í\x1A —u- "
b"\x1F IH£\x7F\x15 Iî¥K\x01 \‘qÕi "
b"\x1F T—úêÔK̹Õ|l[X‰\x7F "
b"\x1F í\f «?ªK†•õ‘sà‹ãb "
b" \x18 q\x12 Jh@ì┐ó}j\x1C ¦ë\x17 "
b" !í;'QI§»Î¼ê>>Q "
b" eG³tÜDȃ\x1C øKȈ\x15 a "
b" uÿvPžD\x01 ˜j®²R¤~¯ "
b" Â!■\x10\x19 B±ùì║3×\x1D Qy "
b"""
ÕWçÈgN\n
‰\x15 _3~ÃAù
"""
b"!,mUš\x18 @j’Dg\x19 =‘.D "
b"!3ç^«ÀAv½ÙœÂ•beS "
b"!4"N‚Bä¯~5\x00 cs–Ó "
b"!t{\x7F HÝARŒ\x0E 87.u|– "
b"!…µÅØ7A"ª«Þf\x07 Å\x02 ß "
b"!£t¢)GGö£\x08 TS…\x04 ๠"
b"!ª┘¸─┌LÔ¬Qé┌í@GØ "
b""\x03 ã^é9L]▒ÈãyÅu\x12 õ "
b""Ki‡ ŸKÔ¥\x16 Šá¯\v v6 "
b""n\x15 ├×ÊH\x1A ì7@\x1E\x19\x13\x1D x "
b""ÆýÜfÔKŬ¶9@\v ïAõ "
b""ø#Ý\x01 úCjŽa\v ÂC\x1F Ïa "
b"""
#\n
[=\x1C\x18 Jû5žy’\x03 wˆ
"""
b"#3ÚÝwnFÛ®\r ‡œ©Ÿ~Ô "
b"$ÒÂÊ7ÇN6¾©TYkmúo "
b"$ÔÃ\x1A |KNÌíîÑ▓É┼ýf "
b"%\x03 «PÅ$A\e ║╬¥+\x01 ¢yÛ "
b"%u‘v˜´Eå¿Ð<Chò\x05 è "
b"%{Î\x1C ╦ÉE┬út*PâC§\n "
b"%Ü%zÝ\e O┌Ø:¹âáð\y "
b"%║a\v skDªÆ╝âì`o\x07 ~ "
b"%ÏØq·\x05 FW–TX#‚æŒ\x0F "
b"%ÙV²òÛ@§‹žîˆƒm\x12\x1E "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"&¤Áì\x13 èEB«R»ÐÒY:o "
b"'\x16 ¾ÌjõM\x05 ¼êk¯z–ñ“ "
b"' ▄\x05 ├ØJ`º"@░îæKd "
b"'Ê5_¡\x13 K騄Nj»þ»î "
b"'╠ÆñP`B¬â·╔\x03 É‗(┤ "
b"'¤\x1D ôÚPD´Åe\x1C ¬┴Ð┐½ "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b")Œý–G½A¶¹qO'ãa\x00 " "
b"+PÃ-ï\x06 @¢”LËçY‰_? "
b"+R&æExL.┐ K╔ð÷ØÂ "
b"+Åz%\x10 ÷ES¾õfú~š¼\x10 "
b",\t Î;┘\x02 E┤¿ÃwìU¹\r < "
b",2Óø=rKd¥Œ~¨<sö› "
b",´äÚÐYBŸ¶ÀCw/-ah "
b"-]Å"|¡EÄàJ=ß═â+\x06 "
b".\x03 SkØ═@¸æq7Ú~GÊ, "
b"./'ÖsOL° ~\x12 WJ‘Æk "
b".3F¿+AD5▓\x13 ù╬Éé┴0 "
b".W’ö©yJIƒ\x0E c2œ§ež "
b".¸}F²^O#¾æ‚nZSû\x1F "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"/±\x03\x19 .óDfü<Û3þbWb "
b"/ü fÐ G-’µ\x16 LJ»I\x16 "
b"0H6\x12 2×Bï…“Y<`Î\x08 € "
b"0ì\x05\x1E Ì‘Dê±zŸÌÄ\x1A\x19 Î "
b"1\x04 !*ƒ\x04 E#ÑÅtÛÍhfÞ "
b"1Š\x08 âh¾AŽ®9‚csê@ý "
b"2\x18 íð\x1D „D[¼\x00\v ÷\x1D 2û0 "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"3▒g1\x7F 'K´î┤W▒NìwU "
b"42{åÛ´H•”S9XŠC´f "
b"4Ä\x1D @&ÃC=Ø█=ì{\x16 ©9 "
b"4Ì[µ"»D„€†L€>¸\r Ò "
b"4å\x1D Q\x7F uC<–\x12 [!U_Lï "
b"5▀═╩\x16 sE\x7F É\x06 ´┬ÊhÏ\t "
b"64? ›KA»€EËÉhsC— "
b"6M\r \FüG+┤<³³pmv╬ "
b"6tZ÷¹r@˜Ÿ{ªÀû›©à "
b"7X$\x05 É"Hä¿"¬ƒs\t 9l "
b"""
7Z\x01 ¤ÈyHиô\n
íí\x13\x18 …
"""
b"7[{aÊ0E;›ª¬\x1E ’²Š\e "
b"8vv…1áGvº¸\x1C ~Iæ6% "
b"9wB8,nB£Œë£·\x08 œ—’ "
b"9œ\x04 "ŒÿEö¸\x1E ~V\v ºq´ "
b":\n ë¦e>LCübÈ\x00 ■DPµ "
b":¡"‚é\x14 LÞ¸Å~Qt! "
b":Ò't§ôGSîìoI\x11\x17 X\x03 "
b";Aw‚>7E5¿ø(¤¤û©D "
b"<Y¥„ažEK¯TFŽ\x1F MlÆ "
b"<wV\x18 „…E…’Øü0\OçÓ "
b"<¬üOÜ_CçÂfT╣j)╬\x00 "
b"="üq^¬L\x02 ¤é/@d\x1C #\x08 "
b"=DÚW\x0E 8Nåª\x11 ©N\x08 ÂWb "
b"=Ø8“p˜Mw‚íë4н€_ "
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b">C<Àd\x19 J¸ =d{\x14 ". "
b">p¸\x1D l3Gš½"”é\x06 ¨Gm "
b"?\x1D ÙBˆÛK‡¼\x14 ý\x03 ÖBÂ) "
b"?ŒPvM*OGˆ\x1C Ù±ía:‚ "
b"?╦\x08 #2ÒCì©QüÂ9ߪ "
b"?ÎÁŽ8\x19 FD½x£\x0F )²ìæ "
b"@W/$Ÿ!B8€“_\x04 »óÒŸ "
b"@kh!ÙcO\x1C ìë\x17 á\x16 ┘p\x19 "
b"@€ò`ÙÔIÌŽù‚f>nü° "
b"@½\x1E ÿ%ÄN\x05 Å^;}l\r Ò\r "
b"@嫨ì\x1F M>º`¥}\x06 †îB "
b"A\x18 (è9ıL^»Ø╬ ▓42Ï "
b"A\’Q¶(O³•ÈÙZ§\x18\x16 E "
b"AdF“'òK\x05 ¬\x12 Ÿp€w×x "
b"B\x03 3\¤+I¦º\e újK4ìÅ "
b"B\x14 ŠrSDN{º´¨®ŒÊ¥³ "
b"Bu$쬺C]®wBì7·ÜÈ "
b"""
C\x01 òpvÐ@"†`\n
Óó\P\x01
"""
b"C)PPµ®L>½Œ2×ì·.™ "
b"C5Å«#ºK\x14 £\x17 ƒÂ\x07 ŸNu "
b"C¸ÛõÑêKª ìëg–…ñû "
b"CÚÇ™õ\x01 C>µèryÞcxw "
b"Dož&ÎJFf‹Õ×1¼7â\x7F "
b"E\x02 AÓá\x19 EÀ™\x07 J^ÜMn= "
b"E/\x16 ú\x03 „D§»\x1A ·¶ó\x19 . "
b"EÒàı\r ¯N½â].ÙüGKB "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"GEûðI/C+öR±ƒÅ|e¯ "
b"GŒ™D¥\x17 Fȱæýn-\x10\x00 Þ "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"HN\f !¸kOK€RC•…·ÖÌ "
b"Hb?t$.EVƒ[èû~¨éq "
b"Hf²\x03 Š?G_…C¿¯Ók\x01 û "
b"Iú3┌jØB&ÿ\x19 \r ¼\e\x1E Ø4 "
b"Iç\x0E o”ÎOëˆ"–cÂ1Ÿ% "
b"J░s\f ®¯Dàì\x16\x0E\x11 ■│1^ "
b"Jæ´MçÜDSžØiÉr½Ó "
b"JìÆ@ÁwG|¨Ðòâð»âU "
b"Jõ1<\t xDʼŒá\x16 I=\x04 "
b"KW┬¯S╬Fµì¹õv#║.¸ "
b"K‰Cy\x10\x1D Aö²\x1D ¶ÚRæÂÇ "
b"M„B\x1F 7*Aဤ5ÜrkÀo "
b"Mõª¦└│C│íÏü▓\x17 Ð¼Ó "
b"M² ÒÆ¦FTì│§/<‗í1 "
b"N\x17 ޼*©O–´ø4fÚ\x03 ð_ "
b"""
N3>\n
\x7F\x1F C\x18 ‹öe®ç-ôå
"""
b"NG¡G$ˆLкž;k›~}ˆ "
b"N \x05 @█ÀHË│øÿØ7éç4 "
b"Ohq¸\x1F GOâœÌ\t ã\f ~ý” "
b"OÑüc-ßNèôS┼\x00 Ãð\r ¯ "
b"R\x04 ÿ\x0E G}C<¡û\x08 ^║ØÀ╦ "
b"R\x11 9\x13 †GM.ž3\v Ë«\x02 Mj "
b"Rj.žø\x17 N!›\x00 •U‘'ß+ "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"S1J‰‰PO@³\x02\x04 ?\x16 šã* "
b"SL\x00 òmIKØ«,/ƒ/Íó® "
b"TJ \x15 ”K@À…#›ïXJíÚ "
b"U\x0F ƒ òÄBü¬\x08 Â=R|®À "
b"U\\x1E kw»Oê®i\x12 Ûµ‰\x07 h "
b"VÜ░¹:ØB\x13 ª.╔├ð1Ì\x1E "
b"V×àn¹\x0F DD¦ª7¶ÏÇàð "
b"""
W„ž\x12 ³‰GX¨Ã\n
>\x17 $:‡
"""
b"W°}ôƒÂA‹¬Oèî-»ø\x06 "
b"WÉ\x19 yõXMº¶AÅôÙ·~z "
b"Wññ~†^@\x1D ˜;£¦¼þ«€ "
b"Xù.ãXûDP¸\x01 ý¿K\x1C €Í "
b"Yp…\x18\x00 ÇE#«†3ÚãÄÐø "
b"Y‹`?®÷O\x04 ±¸ýSãz¯X "
b"Z)æÎ\f ¸CѦÏÓ·ÌÒ\k "
b"Ztÿò\x0E\x07 BÛ†Ð6¹"ýº“ "
b"ZˆÚ¸YmCmˆžV\f ‚/n& "
b"Z«\x08 ‰J\x0F KZ€ìð1½+Þ\x03 "
b"[l¬V\x04 ÈN*Ü:odÅ!+õ "
b"[ЀIìäK~œÙh›í½\x10 G "
b"\\x02 í¬ÇvL³“Þè>[)È× "
b"\Ñnh’ÊFs«e ·ÏmBD "
b"]Saj╣¦B░º\x03 ÕÉÌ\x13 K\t "
b"]{§#ÒƒN„¡\x08 iYk¶d. "
b"]Ñýø‗´CÛÆDà┼ØJÂz "
b"^F¹9lºB`öÅ B&©0× "
b"^I*Ä3\x12 @s©h¢c®\x02 î† "
b"^»\x1E àì«C\x05 ®\x16\e ç\x19 õ£^ "
b"_¬£ô\x17 ¤GæµÆp|îþÿ× "
b"_²Ü{3/@N†>õ\x1E ¸yk9 "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"`›¨Õ*\x14 F2®‘\x1C ˜c”þk "
b"`½ÌZÉ╠DÔ╗Æì\x17 EÃ*Ó "
b"""
`¯B¿Ýl@„”Ú\n
%\x06 ü\r È
"""
b"aü│V®\x14 J_╣Úá\x00 K╦0% "
b"bf#ðæÙK¸ÅR\x19 ¹■-─ý "
b"bâ Ð#╗KØÅ9\x06 ¥SÓ\x7F Æ "
b"bú\x08 ütUN=½{°DÖÝ■░ "
b"c\v þ‗\x00 dFªì\x07 L¦└èr° "
b"dl S0fHÁˆ\x7F YLSH(, "
b"d²·_JYB¸ŒÙÉkDŠÈX "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"e\x03 ‰UZaJH½\x1A Øw»\pà "
b"e\x13 òÉ▄8G2ó└ñ3\x0E .\x15 å "
b"e\x14 h–ä{L9„¯\x11 G˜\x18 ëi "
b"e9æ~HßE:”Ùœó2»[D "
b"""
ea%÷GØH\x0E ¯\n
F€á\x1A ‘
"""
b"e™·×«H#¼i¬N²žýt "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"f~¾%¦─JjÑØÍ╚%î█l "
b"g\x01 þ\x7F *÷DϺ(3yžêo\x13 "
b"g9\e /êÎNH¡ÿ\x07 ‡'ËŽw "
b"hÄ9Ù0\x1A FK°¯Ÿ\x1A\x03 ]$P "
b"iÐXRÒìO┘äØeá%NY\x18 "
b"iÕ\r _;ûOZšŸÎHF\f ݸ "
b"iÞÔ═÷@LɃ\x16 j¼\x0E Óþ4 "
b"i·4¦*§BÜ╗åÉ\x1E þ"\x17\x02 "
b"jG™6ò$N6†\x04 Ÿ’èZ¿c "
b"jɃ┌2ÚHÚ©\x11\x00 ƒS▀\e × "
b"jØÓ¬KòEs°\x14 ™'_³©4 "
b"k\x14 úF\x0F ¦J¿½Ø4\x02 ×kå˜ "
b"kE■¹\x12 2BÉÂ>á+;\x17 ±c "
b"kN-ý4£K\x00 ëÅ\t {┘+^Ü "
b"km‡=M^N‡™Ê°\x14 öÑ\e W "
b"k▒Õ\n ª‗EHØh¦Qn{\x00 p "
b"k·YÒjÂEõŠêyK\x00\x07 ü "
b"kØ9M\x15 mK̾§Óàªb¡\x15 "
b"l\x13 ÉpxS@Wú=üıt╦┴> "
b"lTËÁÑâFG¬\x18 -RvøØ¶ "
b"lÐ9nÑéFËÜìõÉ┬ø\x13 $ "
b"mT\v ‘ýcCú¬ßòŒ\x1F @°Ü "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"m┼ç\x1A ²UO¿ÜÖg┌½°ÅL "
b"n8\x1D kçRK─ü\x7F 9Ïìû[ê "
b"n=3æîéBrºÊ[÷Rq\x10 ] "
b"n]<“^ÏG\x02 —›c‘@/ܲ "
b"næ·Å└µM8Ñ(g¤\x05\v ÓP "
b"o\x05 ¯˜_¾G—¨óÙ`-ö¥\t "
b"""
oä@\n
U3EGÖMR©Ågö(
"""
b"o“Â`Ý?GŽ©áQ;éàM‰ "
b"oÕX\x1F ý\x1A AßµÜÕ¦r‡¤— "
b"oíi(LÃOµ—\x12 Ë_\x0E ´\x1E ú "
b"pz╬ ÎÔBJ¼5▀\x00 nØÙ╩ "
b"p¯\r ‘M¥Lÿƒ\TÓúEÊÑ "
b"pî@TÊkHX¬q¨m¾ñ¦K "
b"pî[3·\x19 OÞŸ^³]ä=…ø "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b"q4xñä\x03 E±°ï~[ŽÐm· "
b"qP‘ªaIHB™gí¶\x15 ‹ê… "
b"q^*\x0E ÛRNIžˆ7/Õ±g) "
b"q®My\x19 ”G\x01 ¯;¦w>A'm "
b"q÷^ZÑìL:‹‡ƒ+5TËÄ "
b"rQK\x15 2¶Os©ûô{¯%Z´ "
b"r”|\x02\x13 !E—µ3–\x01 @ ˆÿ "
b"r—ª[N\x0F Hg…©É¡+ì~\x01 "
b"s£õ,ýFB[å`9zì¬z& "
b"sÑ^rELN8¼órö\x02 q²„ "
b"sôÓ=ädBE–ËzjðäÇñ "
b"tž\x03 ŸŒ\x10 Eu®\x7F ¹ÆDª<Ñ "
b"tñ\e òò¯H}«úÅÕ\x7F ¸#. "
b"tÚ€\x17 jùJA¡ådX_ÕÔ¶ "
b"u\x01\x04 ›¤«I\x19 ¹oÝ.m¥Z{ "
b"ufl’#íL\x06 ¬\ήFb¾ "
b"u‡¨þ\\x11 O\x1E ª?Ò0\x17 ¹Š^ "
b"u쪯0³FŒ¥\r ç@VGE7 "
b"v\x05 {\r ‘±L®“ƒ£¯ÃPax "
b"v·«è¥\x1E B\x1D ¡ØåW¸L|è "
b"wOÞ«-\x10 E\x10 üJ(╩Ë\x00 ã "
b"wýaÂuBB7"}±3F~M "
b"xh¦ÿ\x13 ²Mc†\x0E àÄÛ)\x04 o "
b"y‹ö\x1E úªG‹“Í¿¿‰!ˆá "
b"yúÔó\v oBü„\f ð°ø".. "
b"zR»┼N¬D>ìí─óA\ ▓ "
b"z~ÉV8.@ ó3×±ª<\r "
b"z┤‗\t\t _GØ«À\x05 ,┌eÑ* "
b"zßòc™\x19 B⿽°>«<„ö "
b"z³Éƒ±\x1D EdÖ>kÃ&J\v q "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"{Å▄SV\x00 FyÁ\x14 n¢"·Ñ╬ "
b"{šL¤øƒKF»i]Ëð\x0F {” "
b"{╔Í█æöHÅïé{\x16 sÌÁÝ "
b"|\x0E Û¶ÿ5EÝ‘&û8\x10 ¼[k "
b"|\x1F ~ÍÁÉBûï■■î‗▀M= "
b"|o\x17 yŠuLtŸ\x03 ‹µˆI\x08 G "
b"|üâJ’»@0©~Š5)€¥\x05 "
b"}\x04 É\x15 eüGxµÒ\e @hoaö "
b"}u\x11 ØWþ@áÀ░\x00 ▀`{}u "
b"}ŠOÉûîHÌ¢*Ð\x1C S;°\x19 "
b"}ž¸\x14 Æ\x7F IÖ¹bꉹ®\x08 æ "
b"~6â}\x07 èE´³ä65%$â] "
b"~\\x16 IfVMÔÅß«~Ä\x11 0ë "
b"~ù\x18 Åj\v O+ÄO¶sá╣\r D "
b"\x7F 1V‚P,@[ªK;f×,á "
b"\x7F ª\x0E 7^’A¡ŽÜIfÕ~Õá "
b"€Oë8cÉG\x02 ˆõÕû¯\'3 "
b"€b4ÝD¢Fï²6™GÂu~S "
b"€hÐë*ÙLe¨‘P›·8¯ê "
b"€iͳ\e\x05 A2»ZnÙ\x01 è0j "
b"üDNwiôC┴ç ¹W=G└£ "
b"üvU kÖDî¢h│0*b)ü "
b"üï;Û\x14 %@Lü´‗lå\x03\x07 = "
b"é\x07 ╝9HdK5Ä║K\x04 üÀ\x06 ┌ "
b"‚¡‘˜šÏN9µ§Ï»€e2$ "
b"ƒ¹\x18\x15 Á\x06 NI—pJ´k\i& "
b"„Bãô\x15 v@ãŒ\x11 %a˜\x18 T£ "
b"""
„yd "ÃL?±÷\x11 w¦ý\n
B
"""
b"„œRÙ\x02 FBT¶ï,Äot7g "
b"„Ðâ9£0Cqªæ³³\x10\t º• "
b"äÊ)Ù▀ðC/ÉÌ¿1\x02 yæå "
b"…x\x7F `Ž\x1F OÆ©ÀªZPÊ+@ "
b"†\e ˆ“È2J\x15 ?*þ£q,‰ "
b"†*ú¹æ;Og¡\v ù§’Ò\x10 × "
b"†‰½ \x19 'H——¶iÇ.\x04 ^è "
b"""
ç0Ü╝n©BKÉV\n
øÜ£ðT
"""
b"‡AúÖkYA&°ÕÖL;g\x1A\x7F "
b"ˆUËØ\x1D ¥N±™¸{\ˆ¬üS "
b"ˆ”…n:’Oçš \x18 #\x11 o_ "
b"ˆ¨SøÓ`DO‰½\x1A =\x16 â²& "
b"‰RËn•—Dí¹ÿ‰þ\x13 ÊŽ\x03 "
b"‰…F0ðB=¸yÕ\x01 hêÆ' "
b"Š¿Àì\f\x7F D⪟¯wˆvÞ. "
b"‹Þ^š—\x03 J²‚PĵI[.… "
b"ïõ*É▒╬Iµ®7Î~3N¥ "
b"‹÷j“p\x19 L󛆓S\x7F ìÑC "
b"Œ\x13 oÊ\x1C =F[™Jn/¥’V "
b"î\x13 Ñ\v |Ì@ñÉ\f ┘Uþ_³6 "
b"Œ ÍófHH¶¤¦ÆÂ¼Åè "
b"î$üõ\x1A âD©üfÉöÙ6Tæ "
b"ŒT&`¦˜N׃ï\x1C ú~t—_ "
b"Œd"‹W™FX¹\x11 ‚\x13 ~(x\x06 "
b"înÿÉ5bGôù©\ý½\x13 9╗ "
b"ŒÚ\x06 L\e ,K’ŠË;“\x04 ¦` "
b"ìx╠a\v îF\e ƒ=0`╝\x02 ├© "
b"ìåÜN*ÖD`¡¼ò\x06 §seª "
b"ì¾┬CÂRAÃï╦SK`%±G "
b"ì·Å?┴ªKÚû²|\x11 îr¼│ "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"Å5zØ\x13 NFÊ×):ð\x02 ç░Q "
b"ÅpBP±ÐEåâí¶Äa¡┤« "
b"ÅÄ\v\x17 ┴hD¢Å\x11 É╬0ü§\x05 "
b"É\¦2{ÚA▓îY\f ¤|äÛ» "
b"Éw┌*,ÔN¦Ü└g▒i▒í\x04 "
b"É¡£╗tgN═ûï\x0E ZL┼H║ "
b"ÉÊÈØòÔD╩û8SÁ┼P®g "
b"Éß╚┌\e\x1E Jbú¦<$¬0+ó "
b"ÉÛ┼ª¬±J´ƒWC×Õ&'Å "
b"‘ƒbÇ[#I>¡Z B´2w¦ "
b"‘±î°¬\x14 L¯ªŠåD~XUé "
b"‘È;¢6"D”œž\x05 Äþ¼¿\x01 "
b"‘ÓtÉ›ÃJç¾®jžPc\x18 Ñ "
b"æßcG1LÀ┐ËÍ\x06 ¶ì¯\x01 "
b"’!ÛdËÅOð¾S%H$ªÎ\e "
b"’D\x13 ÑÅuG7¯Ýd¸\x0F ‡Á\x1D "
b"’`Çíî{Dzª<6†Ú\x7F ä "
b"’”\v ƒ"TJÒª(ÆéÊ«šÏ "
b"“\x1A Ûµ¯bI£¦8ÖÑïK,\x10 "
b"“\x1F\x14 ÛþtJÑ xÓr’8îÕ "
b"“7\x7F ÝбBã¥×ï¨\x05 ²M` "
b"“Uó*H±D1©€B“è.\x01 "
b"“à\x12 s^\x1F B?œU(mÁö\x10 Y "
b"“ç½BåfBã“Þ3°\x01 8aŽ "
b"”DÄßß\x15 Nî¯NS×ù\v Ò\x03 "
b"”i°*TžDA›žÝÛ1]PÆ "
b"""
òEÉ\t\x10 └G\n
å!"<¶èÛf
"""
b"ò}Q¹¥ÓN¯Ç§┘»ØÃñÒ "
b"òðc"´ÞG\v ¥4╦@┘Űá "
b"–"97™ÊGÀ³â6ùËYi€ "
b"–Q\x11\x08 i÷M©£Õ\x00 /*Ð\x04 Å "
b"–Ù[Åÿ_J3¤6\x17\x0F vû`s "
b"ù@\r A"\x17 Odî\1mQv╚ü "
b"ùA|`ëƒD\v ò╠ÔÉ%@\x0F à "
b"—In"\x17 pN™„1?A\x17\x03 œM "
b"ùY´\x0F ÆjKÎØ&jà\x04\x11 ▄| "
b"—£¾‚dzIP˜¼-\x11\x12 ÷+ "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"˜cí\x19 ¿ÛJƒ–ƒ¯“±dd\ "
b"˜uŒxS\x08 KκÐ;Û§ÎÃ' "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"˜šxh=òMB’SŠ–\r †k\x19 "
b"™\t CVb–LY‰æ\t ¢µ¶\x07 Q "
b"Ö½ª´_┐G¥ØsUÎ4º1b "
b"š§é»ý'O“¥YJ\x0E üíõ\x17 "
b"šÂIJè\Lî¯Ãg›\x02 c—— "
b"›\x18 àócáJ\x11 ¯=µ2ìQ?¥ "
b"œ·ó*ŠåM¹ºîU†\x1D ]ä& "
b"Ø-79║b@¬Âû\x1F m╔_\x10 "
b"Ø5"SƱJèæ²?õËõ▓Ô "
b"ØÇöÒ'■DªäFiÛ̃Eu "
b"Øí¥\t êäGñÄ´8Eê¦\x17\x02 "
b"Ø┴Ö\v 1TC¶▒\x1A Ú\x10 Ä>\x17 X "
b"×\x07 BàhKBÀª:XÉÈí¶í "
b"רH╝\x04 ¹JIÿBØuÁ%0f "
b"×┐#½╣ûK@û]Õ[Fäü1 "
b"žØ—HÈòFؼ¤\x11 A#/Bl "
b" \x13 Ø¥À\L\x17 žÕîgº)[\x05 "
b"""
á6íi+\n
J[ì\x05 Þr\x13 4\x1A\x7F
"""
b"áD\x02\x1E y<Fsì\x0F ºYƒ¶\x03 \ "
b"átù═1ÃH³ÆµÇ░-L¡Å "
b" zßµ~”A!¦ÅçQœ\x01 ä "
b" àÍOWÉH\f ˜Ÿ©\x1F\x17 ‹/Å "
b"¡štE\x1A ÇG\x10 ¡Q…Ü»\x05 ƒº "
b"í£%µ¹@C─ø\x14 TüDö└┌ "
b"í´Ð\x17 ;ÍBëü└Öð▀\x17 █¯ "
b"óîî╗´DÒøWÓÓ■åÏü "
b"¤\x1E VÏ×ÏMr¥t€8\x06 zçI "
b"""
¤»\r \x02 \n
³NšŽ8ÿÉôãbê
"""
b"ªh\x08 9\x06 °Eõ╗iüU ô╚\x1F "
b"¦õÆ1påB\x7F ‡\x08 ܱ_î\k "
b"§DÐ\x1C {DKL»\x1F\x11 u.•$¨ "
b"§~š\x1A\x14 ØIN¥>ø×\v ÞÞï "
b"º├¢¨┤àK\x07 ╗\x7F áü/ù¼õ "
b"º╬üÜ\f fK_┐Ò~ÿ)Fû║ "
b"¨hƒÖ¼=K–£:©\x0F ‡w1ò "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"ª*®¦œGGz«Ãª÷#vf“ "
b"ª,ÿOCêE¸¯ ÕEên\x18 Š "
b"ªv[ü¸7C‹€O&\x05 edÐ\x13 "
b"«€Ÿ15‘O\t °€¥^÷XXˆ "
b"½┴ûR┌¶N`äø×\ ìZÑ "
b"«Ü‚\x1D ü\x12 OK³ñ\x03 º\x03 {Š\x1A "
b"¼À\x14 ┤F\M?░éiütú┌a "
b"¬ç,:’ÉKº„gãðûÒiš "
b"¬îæ\x11 ðÚK‡“L®?»Ó¦9 "
b"S\x14 ¯FmHå¸n·xÆû\e M "
b"¡är1µ;OoÉ´ð¹Kqpã "
b"†\x1E u-F¥¦»‡h3Ëòº "
b"°72+îC鿽ª\x19 ÀLë\x0F "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"®_!U€M@\x02 ²b"GJ*Pe "
b"«ìá¿╔:Jåö┤¤■¬│2¹ "
b"®¹„?K\x04 K¢‡ð{\v Ïóߊ "
b"®ðœU·\x15 Nd£d×\x15 D\x06\x1D a "
b"»-±çì;Coêm\x7F VÁo\x1D \ "
b"¯6@3\x00 ŒB-¸6©·$¦F˜ "
b"""
¯M\n
‹˜eG̾Ýàió7ö\
"""
b"¯x\x1A Ÿ¡/L6´“7\x03\x03 ç¨4 "
b"░J¥ð ØFD½┼<û9f┴A "
b"°hÈs>mCu´Ôt‡$-JÑ "
b"░╝O~y╬@\x16 ì\x0F ~W\x16 ¹¥Õ "
b"░Ê╬Ý"ðJÌêì\x00\f ┐jçE "
b"°Ù5s´ÀN\x08 ²˜Çj'-\x1E m "
b"░Õ;ƒ©*C\x10 ½ÖRàË\x06 ì┬ "
b"±\x07 €§_gI˜ˆeå¶;\x1F Ss "
b"±Ubòµ\x07 Nÿ“)JZ•Uc” "
b"▒q│£vVM\t ÉÃðÚê2&═ "
b"±zàå;DGr•)\x13\t „\x1D\x04 \ "
b"±¹ h¦¢N§¤¿Ä\x02 :Ö:× "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"▒¯\e è\LL\x01 ÅQ !Há\x05 â "
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"³Š"í\x10 øAÀ½\x02 ßä\x18 ÎúÑ "
b"┤\x17 4ê\x14 $I×É·┼åF\x0E ■e "
b"´=éäq©D*œ„]\x14 üeY¢ "
b"´§†¥Q\x17 LÒ•‚T+Wî¡î "
b"┤ÂJ╠ÉãA\x14 鲨Â╚¨oI "
b"µmwK¼ŒKc°ŸA\x1D VæË\x02 "
b"¶œ\x18 ›)±@’¢\x0F *\x11 f¹]\v "
b"©!▓î┘ôK óPÆê\x18 |É\ "
b"¸–\x05 ; \x1D NɆG”ùo%ò\x0E "
b"©óoGô╗G\r Ö\t █?ªeàì "
b"""
¸Ú+&Î’G\x1A Š¥œ\n
˜½÷6
"""
b"╣7UÉÇ\v J\x04 ë─â°\t\x18 µP "
b"¹¢5¬J\@]ŸÑÌ„šŠ½w "
b"ºL\x01 k©\x06 Jþ—ï;Ô y§( "
b"║▒\x0F ÛfûL·û\x1D |*iïÉ\x1F "
b"»\x1A Ê‹\x00 ÇN%¡\x0E ßçóÅæ. "
b"»Gé8<\x1A Kv‹€¼nr&/ï "
b"»Þpž¾¡Du¼Q8øõ]\x06\x1E "
b"""
¼<\x0E\x1D „ËOèž\n
AP¦[¯w
"""
b"¼EÕIçÏH\x03 ¨w"\x1A ¿\v ªå "
b"╝ܵD\x10 ¥KeÅ?lıWØ╩Õ "
b"¼çMKÂ]Aî‘–\x18\x1F ¨u\x00 Ù "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"¢um¯ø║M`░}\x13 ì¢ÂNN "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"½ÖÃÊJ\x00 J¢“¢‚\x05 ™E©Â "
b"½Øšþ4NDà‡/i\x1F ¡=“ð "
b"½æØÏ›@õ™l`\x1D ÁW=é "
b"½ì HcQM”¢\x03 Ï7›¢ü "
b"¥G┘×õmN\x15 Ø█╬£°xÛ¤ "
b"¾Jÿû ŒA\f ˆÕjˆÅû¡ý "
b"¾À)\r '\x05 OÇ—ãt:ë\x10 g} "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"¾á‘2‹RK;“¬ºÒ5cz¤ "
b"┐\┬\x14 A\t A$É═ás═?║Ê "
b"¿Í}ƒã‚O\x00 º†§¿€”\f ˆ "
b"¿ÎaÙÅÒ@¼¯k\r If\v\x05 # "
b"¿çÜ iÄB\x11 ©\x16 Ü)ಲU "
b"┐¯\x08\x1E 0èF}ɧ\x1A k\x16 >µ\x1A "
b"┐ ±ÿ7Ò@8üýÝñÓêcï "
b"ÀáJ¶µ\x01 O0‘\x18 ò\x07 Æ9&× "
b"Á\x02 8\x01 `LE¦‘\x12 ôŸäQ©Þ "
b"""
┴[│Öø÷L\n
Øtðþ\x1F ¾O:
"""
b"""
Á˵_×\x17 @? \n
\r áÞ<€W
"""
b"Â\x17 ™¼ \e M®¤¯‹@~b~Ý "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"ÂÍ„:\x11\x1E O€’1\x07 ˆ1Šü\t "
b"Âá?.¢EK9€ZÑªÃÆÒB "
b"┬¶o/ã0KëÂók11¦|É "
b"Än‰CõÒG¼™cÔ_Üî\o "
b"─åÒ\x1C kÓEßè«.\x17 ÂÉz║ "
b"─û?E$3FgÑ└ÅPHµí½ "
b"Åà@§\r O"³L®Ü=“ÄA "
b"ÅåcÀÙ&Nh€ÝÑÅ×Ο¸ "
b"Æ\x04 s.iåC•¥t1³ÞËÍå "
b"Æ(õ™T%Ib¼\x11 ‘z³(ÒÙ "
b"Æ9@çthDB‘ý\x1A ¥¬É\x0E n "
b"Æ?2zzÁKÀ”Ž\x14\x15 Ë;¡S "
b"Ɔ›²~@\x04 …\x05\x08 {Û[„Ÿ "
b"ÆÂDþ˰L™›ÿ˜rA\x02 QG "
b"ÆÜ‹êœ#Ff¼\x03 žvB\x1D Ëo "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"ÇSPJÉbG¥™©œ˜ÙâHÐ "
b"Ã`(hçhB´æ┬l;j[ìØ "
b"ÃÚåØ\x01\x07 D©ô\e kÜ[~·\x1A "
b"È!NŠ\t\x7F K\x1F ®\e Û^âcþ© "
b"É\e %ü\x05\x1E EЧÕ*cËδ‡ "
b"É„3\x10 &òIjƒ:φn\x1D P€ "
b"ɺ=Ì\x16 \r O&Šz¬:Ç‹»° "
b"Ê\x12 R\x1A •ÙM ¡\f \r ä\x1C h—§ "
b"╩£eÓ\x08 ┬E ¥\x1D {k¤Ø-y "
b"Ê¡=€\x12\x7F LʲPœŸ˜¯\x12 ö "
b"Ê«U™\v eAÏ–ÔÐâ;®Gº "
b"ÊÎ+Y\x1A ÏJ•®\x00\x1D {Èΰš "
b"╦æ^`9C)┐*8┬üº¢\x0E "
b"╠\v Ø1█<I«╬¡║\x15 ä▓\x10 "
b"╠<Æe┴\x00 L\x11 Å;\x0E ▄©¥0ð "
b"╠┘\x06 au░CöÆì┘rDf▓2 "
b"Í8´›U‚C\x07 ºd>†öŒ1] "
b"ÍK‚N¤‹K~—®Á\x04 úánÉ "
b"Í•7‘™¥@mœFÐ_L‹ú "
b"ΔÐÌ}tCª’º\x14 Ëý¢Ö¶ "
b"Ï\x10 GÎ(üA\x18 ˜O5²éÙf4 "
b"¤\x10 ü┴"ð@àØ=À╣&▒Ý┼ "
b"¤ \x1C P\x05 ëH$ìì³Û\x1D\f\x1F\x03 "
b"¤éùmú±Og▒nì×uÁ:¯ "
b"¤àü?S.Ir¼i\x18 øò\x16 ®O "
b"Ïï;\v }’HÉ”ðØ\r ‚ýb& "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"Ð4\x06 LúpDh¼,-p5â°÷ "
b"Ñ\x0E ó\x1A\x1F ÅD\¦|§ü†\v ¦‰ "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"Òp/Dt@8º:Na»!®1 "
b"Ò€\x05 ŒNhCC“ioÁ\f z_í "
b"Ò†pé\<D¥²ß*nÛ˜Þy "
b"Ë\x08 |æ─dK\x16 ÅÕ=K\x16 ½┼\x19 "
b"Ëì/yIéA»\x04\x04 /╔YÐ┴ "
b"Ô\x0E Q\x05 JŽEL²››ËíööZ "
b"Ô\x1D Õµ\x04 ôK1¤ØŸ6ãZU\x0E "
b"Ôkh\x04 nCA\x07 ˆ/NI BÊÊ "
b"ÕE9ë°»Nµš~éZòĺ¬ "
b"Õò\x1A eÑ[IÜ€š\r \x08 Í\x05 ¨Z "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"Ö¢ÕØñ›H+‹a&g†‡™\ "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"""
×{¶u7¸Aÿ¹>¥\n
A¬¸l
"""
b"ØBÜé¬BE]¤¨º’ƒÛ˜› "
b"Ø\U†×eIÀŠ¡Àè°¶í¢ "
b"┘ø×Kõ/L¦à¿aÉíı╬© "
b"Ù›À}”H𰵞•¼Æ}‰ "
b"Ù¿\x06 Ü\x11 ôBõ½¸`Vå§Ü\x19 "
b"Úsï\x18\x1E mNÕƒ4\x12 mùR¶9 "
b"Ú…âò¦±Eà aFÉ\x01 MLj "
b"ÛT`ýyYA—ˆìAKã”} "
b"Ü"‡5\x17 ôO/•:õK·¦Ž "
b"¦\x1F 4ûî╔L¤ù[║U,¥Ø§ "
b"Ý#Ë\ã\t Ct±4]ùç\x18 ‘x "
b"Ý»)Ùn=B\x04 ŒœE\x0E ÊÇ?ä "
b"ݾ\x11 ”¤·O˜¿ü¼û\x7F `W˜ "
b"ݘ\x0E 5\x0F @R„7æÄ¾ÚDú "
b"Þ\x16 ‡ûûŠNêšGKÐ\x11 ñT‚ "
b"▀ä%ò│aO&ºYoø\x00 $ìƒ "
b"ßÊM¥‰.Cˆ²ï’›Þ}Ç9 "
b"ÓìU5¢[LÑô«aÀ\x10 Àü\x13 "
b"á •«\x0F\x04 A8˜\3^+àJÎ "
b"áË9G\x1D\x14 E¼’¼ôºi\x12 L÷ "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"âñPðmÃNB™>|ö\x04 ŠEV "
b"ã"kô\x1A xBª·ùÍCo\x1E Œ> "
b"õ`c\x0F\x11\t @üäa¦-lñè╔ "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"ä°VÁV KX‚èÀ2\x01\v 'u "
b"õ┘öÔµ0D¬ºë\x17 b ÚÉ\x1E "
b"åJwºÿñB\x1D ¢“7c{!þ) "
b"åQ(&\x11 V@\x03 ¸è\x0F\x1E\v 1H¡ "
b"ås‘b,FAaµ®;\x11 u›\x0E "
b"å–‰7Ý^E׫'UVÉÌü‘ "
b"å™]‰ŒšN’Ÿ¢›Ã½ç“Ó "
b"Õ²º▒á»NÉë\x14 5þÁty° "
b"æÞ\x1D\x0E ÈëO¤¢®¾#\x18 Æ“d "
b"""
æàIµ„6C\x10 …º˜\x08 ²$\n
Î
"""
b"æè·Ú\x02 jE.³#@šÐk™V "
b"þ\x10 zþm\x17 F³Ä┤\x1C\e Ø\x17 Á╝ "
b"çŽîM4¾I€BFm\x00 ø/. "
b"ç”Ö5ÞŠFƒ·—r\x18\x19 2\x03 ' "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"è\x03 š\x0E |±DV§K0}b‹&ç "
b"Þ12¹ıÆKÂØ(\x18 ^8¾\x19 "
b"é \x1A oáWN»±ù|\x00 ñS.\x7F "
b"Ú;╬#ÔéA|▓\x16\e ╚±æì▒ "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"é—Èu\x1F ¬L©…šžœœ—ì< "
b"éÜ—A“éGξ\x05 {z2\x19 Òä "
b"éæ\x16 s¡ˆC\¾œ3™]Ôâô "
b"ê\x01 56»\x10 H8¥(Ä —$ZJ "
b"êpÉPl\x00 NQƒf{¬%C#µ "
b"ê—ð™\x17 PDZ¸*\x14 <&„"´ "
b"ìU[Êæ¿G\t ‚ž-^ò\x08 €m "
b"ýnغ\x08 GDHòUM[╚éo) "
b"ýçW\x1F oñB{Üÿ\x1F ■&\x1A 'Ø "
b"ýÉ×ålÈC└Üa¼T7¦\x19 Ü "
b"ì¦Æ\x1D\e ¶Jy¶\e Ž¢\x03 Bõš "
b"ì¶P âyG•¦Srv™Tž\t "
b"ìÆhÐCÇLz‘\x02 ò¯™ö•\f "
b"ýÙcì÷\x1A AMÑ\x13 ÎNä¤;Û "
b"í\v ä™LŒIþ¿t¤ž¥ã\x0F "
b"""
í\x16 ‹T\x1E I\x01 ‡Œzý³õ\n
Î
"""
b"í—¢ß/äGÊ„=*Wµíð½ "
b"Ý╬;IðÉE╦ûò╗\\Âz© "
b"íðd€\x19 +IN¾À¢íFö\x07\x0F "
b"¯\x01 ║├\f WN£ñKíOädü\x05 "
b"î\v ð;ôFD°„J\x04\x19 Ý\x10 öº "
b"îŠs½\x15 ŸN/¾\x00 ¥Ü–\x15 Ž} "
b"î³NøNÑ@ƒ¶8é^GMïW "
b"ïFKè\x7F ÷Os„ï¦\x01 m‘Ñ' "
b"ðXQ†xtD£¡ØSòõº+u "
b"Ü4eè0GçÆ├\x1C #Å2No "
b"ð¸b9uþN ”?®:dr 9 "
b"ñ\x14 k8vÜO'¨›²cm\e bo "
b"ñ+~ÀÍ™Oz¼4œ¡×\x03 þ‰ "
b"ñ/•0Ñ÷CÀ•û1\x12 —1\x1D\x07 "
b"""
±^─áÃ\n
F7Ø\e ╬ı\x05 '½î
"""
b"ñô“ÏßÚIƒ£ÀB^ŸB6ƒ "
b"òiœ‘\ìAÒ»éÖ\x18 I-Êâ "
b"ó\x17 à½Ñ/N…‚nsQªŒÿî "
b"ó88–þ“J²ˆ¥\x1C "K©{S "
b"¾qw]â\x06 J¾Å&/o¾Ùí§ "
b"ó{\x1D ²ØtMK´QRú]\r ;· "
b"¾º╔ü\t ╔J\x07 î▒ÎUT░Þ! "
b"óÞ+\r ŸðK+°\x15 LAKD\3 "
b"óîßõeéݧQß„w²W "
b"ôÚ„:f\x7F A½¤c\Ôýã“Ù "
b"ôöø\x10 ƲLØŸ°#~rýÃa "
b"§\x05 Þkb~NÃí~ÉóF£7a "
b"""
õDÿ\n
9›K·«\f r\x03\v ô°í
"""
b"õJ¡\v ØC\x18 ‚³€ÉÓÌ[U "
b"õVL¼m,Gì•ízvÅ?°‹ "
b"§í\x0F ÆÔ\x14 F\x08 üz║¹\x14 ┘ ‗ "
b"ö\x19 7ÆØÁJÉ©€ÝAí¯i\x15 "
b"ö&`¡GlAÇšòb°yÒßš "
b"öJ|ôC’C\e ‡\x02 ;Ãf\x08 õ# "
b"öTD\r oDL÷€T°ÀñL›³ "
b"÷î¯üöÃN,ÂÎòÿÅï│ó "
b"÷ÿ/═╚\x05 KÃÂØîÃ┐┬%6 "
b"÷®■ ì\x06 E?ó█~ª\x04 ▀ 5 "
b"÷5TylµBC‚æÀ÷7ag¿ "
b"÷IC·YíEP¦ƒ©½¹kx¤ "
b"""
÷Q.°JUO}™P;`æ\n
[-
"""
b"¸ó■\x00 ØïKõ▒oçM=ê\x03 8 "
b"÷³^L\t ÄHÿ¦\x18 “®¨\x05\x0E "
b"°à ÛÁéNYöûLöìu1H "
b"°═ìÖ╝!H¸ƒ\e xX\x0F ßè "
b"""
ùvÒ\x18 ÔÑC°¡i#“¯\n
‰°
"""
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"ù°tIÑ„Kf¾DW¯¿lÿ< "
b"úHs\x02\x1D ÝHÔ‰¬{¤¬t\f 6 "
b"ú†D›2ˆNM“›ça\x19 WÉs "
b"û(\x1A Ý!¡Kì±üb¯0Ò\x04\f "
b"û)žvüâCª‹õJ^b…¦U "
b"¹`-¾É\x16 Ke»²g╠Ü.б "
b"ûj%Ù\x10 óK'”ÿ4B‡Mon "
b"¹ê\e\x05\x08\x04 Ghù\t êaµìt^ "
b"¹ê└yj¯K\x11 │‗ÄÅ_µ²î "
b"ûÓ“è\x02 1D峊¢\x0E ?fpÊ "
b"ûØ„M.{L½°icuÊЪ$ "
b"ûô€×Œ1A\x1C ¶\x1F ŸX€y™8 "
b"³Z\x03 g\f ¨LÌǮɯá█Ä\x18 "
b"ü骥¹rK£¹L-§±æd6 "
b"³ÝÙ\x14 ╦¯OÐâà7ür, \x17 "
b"ý\x02 al8zL.µG„[ÿ«¶ "
b"ý\x17 ¢tÅ,E\x0F ’Å-%¿È‚Ú "
b"ý#¹ û¦EiœÊ!°•–\x0F ü "
b"ý>¢zžšL̆æW명Žs "
b"ýW?Ù”2JŽ™y)–/\x1A ˲ "
b"ýc\x03 ÉôƒEð¼AåÏ\x01 ‡?\x03 "
b"ýh•\x02 J4Eq´*ÑêÜ<æé "
b"ýæá“\x08\x13 FU°\x1E ˆ£˜L3¨ "
b"■x>\v ULKTØ¡aÒh>│û "
b"ÿ\x1C j\x12\t pMŠ‚›\x19\x7F è]%\x18 "
b"ÿW8ÞoDIƒ“—€Êy)Íh "
b" ZóÊÃãLßèü|òÌMz: "
b"ÿÆÖ³i¨Mý¿}\e “P‘uu "
b"ÿʼ\x15 ³šEÈ«^ÿ =^Á\x7F "
]
SELECT
`product_media` . `id` as `product_media.id` ,
`product_media` . `version_id` as `product_media.versionId` ,
`product_media` . `product_id` as `product_media.productId` ,
`product_media` . `product_version_id` as `product_media.productVersionId` ,
`product_media` . `media_id` as `product_media.mediaId` ,
`product_media` . `position` as `product_media.position` ,
`product_media.media` . `id` as `product_media.media.id` ,
`product_media.media` . `user_id` as `product_media.media.userId` ,
`product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` ,
`product_media.media` . `mime_type` as `product_media.media.mimeType` ,
`product_media.media` . `file_extension` as `product_media.media.fileExtension` ,
`product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` ,
`product_media.media` . `file_name` as `product_media.media.fileName` ,
`product_media.media` . `file_size` as `product_media.media.fileSize` ,
`product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` ,
`product_media.media` . `meta_data` as `product_media.media.metaData` ,
`product_media.media` . `config` as `product_media.media.config` ,
`product_media.media` . `path` as `product_media.media.path` ,
`product_media.media` . `private` as `product_media.media.private` ,
`product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` ,
`product_media.media` . `created_at` as `product_media.media.createdAt` ,
`product_media.media` . `updated_at` as `product_media.media.updatedAt` ,
`product_media.media.translation.title` ,
`product_media.media.translation.title` as `product_media.media.title` ,
`product_media.media.translation.alt` ,
`product_media.media.translation.alt` as `product_media.media.alt` ,
`product_media.media.translation.customFields` ,
`product_media.media.translation.customFields` as `product_media.media.customFields` ,
`product_media` . `custom_fields` as `product_media.customFields` ,
`product_media` . `created_at` as `product_media.createdAt` ,
`product_media` . `updated_at` as `product_media.updatedAt`
FROM
`product_media`
LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id`
LEFT JOIN (
SELECT
`product_media.media.translation` . `media_id` ,
`product_media.media.translation` . `alt` as `product_media.media.translation.alt` ,
`product_media.media.translation` . `title` as `product_media.media.translation.title` ,
`product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields`
FROM
`media_translation` `product_media.media.translation`
WHERE
`product_media.media.translation` . `language_id` = ?
) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id`
WHERE
(`product_media` . `version_id` = ? )
AND (
(
`product_media` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_media` . `product_id` IN (0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x0111F8535A3948E8A96489CB9D915F48 , 0x018445B7C0424BBD916A35E6718B049D , 0x01B6BE6510DD4240A4614AB7FE93DE7F , 0x022AC0A73C134162B209BFCCBE8226ED , 0x03063B68EFA44B4F9EA83CF73BE663ED , 0x032E24ED08CF47779DE17520147C93FD , 0x0381562C1F7D4F26BE6A922E3F7C7CEC , 0x03820F980B2A45CEA749D77A3EA925B6 , 0x041C8ED6153641CAABEF692EB7599E42 , 0x046854098B3C4E28940A2F37FF88736C , 0x046A73EDCF054114A12A7D5993B944A1 , 0x050710C300CC47718D8C7599B5C46C10 , 0x050F128A62AB429B8B715F1B0D10FE0E , 0x0540FAABAD6046C296831A7E60D7AFD0 , 0x0581B1A7ED82414484EB48EA555B3F18 , 0x059B606A4D524899ADBCA872F8C49715 , 0x060BD36CC49D4BBE86C07CBD460B77BC , 0x0647DC33B8154413BAD2C9D3A2084BB8 , 0x06928528A088470DA6E04EB63CF91890 , 0x06D9FCBEF8A64198A063D3BACB31FE03 , 0x06E47F91CACD498E8B97F8C5ABA9713F , 0x0747B3EE39E64E3E9006D03147A95E9D , 0x0770BA7A42B748FEBC1036049C493CDC , 0x082F32FC5B6B4E7A8AF1A86F82B067F6 , 0x08446373E4F043FDAB0D0CE78355C99C , 0x086D88A0CF774A80989F0921454B5974 , 0x091CBFF0C83042CE95360362D95E9C4A , 0x09A6FD2A4D2A4C608CC327088A205C90 , 0x0A8FE50E8FBC4C9B85F5616504211292 , 0x0B1B995C25C04B6EB26C1C8AF129DDF6 , 0x0B312581EB0B480A997416CDCD9F0BD9 , 0x0B796E0C7BC446AEBA376DFDCBCBD2E6 , 0x0BAEF82CDE864F539D677A178CAE3A18 , 0x0BE6C1CC5C8D4A6E99778D04187B384E , 0x0C0CA6470C144DD8AC25BA892DEC27DE , 0x0CA03FBB20E04D90A225B3E4AE661435 , 0x0D15763FB7E64AB780762A3BA601AE6C , 0x0D872A2A239F40FEBFEF9048B2E4090F , 0x0DD3205127E4463E9CA79867D611D5E4 , 0x0E1DB1394451456AB9D549E752CAEABC , 0x0E3F0CAB0C4741AC83E97E8B34ABCA8E , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0x0F00667E976A4FA1933FD5DD1ABD3431 , 0x0F7348DFBCCE493EBEECAA52DCE6E7E7 , 0x0FCD4135A9E846B49CF849BE143569BA , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0x1055CFF1F0DC42E5A97005E224348A6E , 0x10AA2308E3AA4816B155544BD1395B14 , 0x10B30ECDCBB04831930AD72E73064089 , 0x12F448A691DE4B3F83A264B722CFEF2B , 0x13136A881ABD4475BF7565B7D212080C , 0x13240E7D85B3475EBDC20A465A4B52E3 , 0x135B41987FD74775AF2A224EDBE165AE , 0x136D39EF4CC9401D865F6894CB362676 , 0x147820571DF04A01BC2FDEC8B23CE9BE , 0x148FE2D740E846829279FC7C1F643C9F , 0x151BCC6565A34E8EBED1D8CE1588A850 , 0x156D7E02EBC64EEF8EAC725A6BD8C497 , 0x1629D9E9300A4DFD8E890AD6974A04C3 , 0x169EBAE0493B405E8E0A77198A438E61 , 0x16F1DF2C279C4F69804199C23D006778 , 0x17815AC5E18640BBBA190D1E1D7490D3 , 0x17900C2A79784FB2A5DE07F3C083EF5B , 0x17A1302995AF45EE8D7BAA09B767FE47 , 0x18E34FA5FA774CA4BCAD3668B629161C , 0x19DCEFA7CCF34BEABF45FC479F68CC1F , 0x1A415083786342FC913803F233C82D8E , 0x1ACCCC55AF184996BE768CF969F37C0C , 0x1AD79943C7E44E4BB6F1FCB3E6831B07 , 0x1B990647E7BF40AB84ACCE7649344F66 , 0x1BF4D812B36444E0A1CDF3A7CECA443B , 0x1C637F38AA1A49279D1965D73E95CADF , 0x1C9633014369496CA695CC11EEBA8151 , 0x1CF79BB8D61442DDB5CACE187DA52A5C , 0x1D3EEACE788945C095403E26B2D30131 , 0x1D9F338B2E374C0597E2F4F7C8A13BBD , 0x1E39137110164FB7817F637A87396975 , 0x1ED40543DC8C4C9AB7312953BFBB51CB , 0x1F177EBEA7A74A3589E30EED1A97752D , 0x1F4948A37F1549EEA54B015C9171D569 , 0x1F5497FAEAD44BCCB9D57C6C5B58897F , 0x1FED0CAB3FAA4B8695F59173E08BE362 , 0x201871124A68408DBFA27D6A1CDD8917 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x206547B374DC44C8831CF84BC8881561 , 0x2075FF76509E4401986AAEB252A47EAF , 0x20B621FE101942F1978DBA339E1D5179 , 0x20D557E7C8674E0A89155F337EC341F9 , 0x212C6D559A18406A924467193D912E44 , 0x2133E75EABC04176BDD99CC295626553 , 0x213422AD4E8242E4AF7E3500637396D3 , 0x21747B7F48DD41528C0E38372E757C96 , 0x2185B5C5D8374122AAABDE6607C502DF , 0x21A374A2294747F6A30854538504E0B9 , 0x21A6D9F7C4DA4CE2AA5182DAA140479D , 0x2203C65E82394C5DB1D4C6798F7512E4 , 0x224B6987209F4BD4A5168AE1AF0B7636 , 0x226E15C39ED2481A8D37401E19131D78 , 0x22C6FDDC66D44BC5ACB639400BEF41F5 , 0x22F823DD01FA436A8E610BC2431FCF61 , 0x230A5B3D1C184AFBAD359E7992037788 , 0x2333DADD776E46DBAE0D879CA99F7ED4 , 0x24D2C2CA37C74E36BEA954596B6DFA6F , 0x24E2C71A7C4B4EDEA18CA5B290C5EC66 , 0x2503AE508F24411BBACEBE2B01BD79EA , 0x2575917698B445E5BFD03C4368F205E8 , 0x257BD71CCB9045C2A3742A508343F50A , 0x259A257AED1B4FDA9D3AFB83A0D05C79 , 0x25BA610B736B44A692BC838D606F077E , 0x25CFD871B70546579654582382E68C0F , 0x25D956B2F2DB40A78B9EEE88836D121E , 0x268FC412578B406F8945566B61785612 , 0x26CFB58D138A4542AE52AFD1E3593A6F , 0x2716BECC6AF54D05BCEA6BAF7A96F193 , 0x2720DC05C39D4A60A72240B08C914B64 , 0x27CA355FA1134BE9A8844E6ABBFEBBEE , 0x27CC92A4506042AA83FAC90390F228B4 , 0x27CF1D93E95044EF8F651CAAC1D1BFAB , 0x28916ADF88504C208540D811B87234CB , 0x298CFD9647BD41B6B9714F27E3610022 , 0x2B50C32DEF0640A2944CCBE759895F3F , 0x2B52269145784C2EBF204BC9D0F69DB6 , 0x2BC57A2510F74553BEF566FA7E9ABC10 , 0x2C09D73BD90245B4A8C7778D55FB0D3C , 0x2C32D3F83D724B64A58C7EA83C73F69B , 0x2CB4E4DAD059429FB6C043772F2D6168 , 0x2D5D8F227CAD458E854A3DE1CD832B06 , 0x2E03536B9DCD40F7917137E97E47D22C , 0x2E2F27D6734F4CB0A07E12574A91C66B , 0x2E3346A82B414435B21397CE9082C130 , 0x2E5792F6A9794A49830E63329CA7659E , 0x2EB87D46B25E4F23BEE6826E5A53FB1F , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0x2FF103192EA24466813CEA33E7625762 , 0x2FFCA066D0A0472D92B5164C4ABB4916 , 0x3048361232D742EF8593593C60CE0880 , 0x30EC051ECC9144EAB17A9FCCC41A19CE , 0x3104212A9F044523A58F74EAD66866E8 , 0x318A08E268BE418EAE39826373EA40FD , 0x3218EDF01D84445BBC000BF71D32FB30 , 0x33607D10BBED4A2F96337948F9F0DC95 , 0x33B167317F274BEF8CB457B14E8D7755 , 0x34327BE5DBB44895945339588A43B466 , 0x348E1D4026C7433D9DDB3D8D7B16B839 , 0x34CC5BB522BB448480864C803EB80DD2 , 0x34E51D517F75433C96125B21555F4CEF , 0x35DFCDCA1673457F9006EFC2D268D809 , 0x36343FA09B4B41BB8045CBC968734397 , 0x364D0D5C4681472BB43CFCFC706D76CE , 0x36745AF7B97240989F7BAAC0FB9BA9E0 , 0x37582405C92248E4BF22AC837309396C , 0x375A01A4C87948D0B8F40AEDED131885 , 0x375B7B61CA30453B9BAAAC1E92B28A1B , 0x3876768531E14776BAB81C7E49E63625 , 0x397742382C6E42A38CEBA3B7089C9792 , 0x399C04228CFF45F6B81E7E560BBA71B4 , 0x3A0A89DD653E4C438162D400FE4450E6 , 0x3AA12282E9144CDEB8C57E517421C220 , 0x3AE32774F59347538C8D6F4911175803 , 0x3B4177823E374535BFF828A4A4FBA944 , 0x3C59A584619E454BAF54468E1F4D6CC6 , 0x3C7756188485458592D8FC305C4FE7D3 , 0x3CAA814F9A5F4387B66654B96A29CE00 , 0x3D22FC715EAC4C02A4E92F40641C2308 , 0x3D44DA570E384EE5AA11A94E08C25762 , 0x3DD8389370984D7782EDEB34D0BD805F , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0x3E433CC064194AADB8203D647B14222E , 0x3E70B81D6C33479ABD2294E906A8476D , 0x3F1DD94288DB4B87BC14FD03D642C229 , 0x3F8C50764D2A4F47881CD9B1ED613A82 , 0x3FCB082332E3438DB85181B639F0E1A6 , 0x3FCEC18E38194644BD78A30F29B2ECE6 , 0x40572F249F21423880935F04BBF3D29F , 0x406B6821EB634F1C8D8917A016D97019 , 0x4080F260D9D449CC8EF982663E6EFCB0 , 0x40AB1E98258E4E058F5E3B7D6C0DE30D , 0x40E5ABA8EC1F4D3EBA60A57D0686EE42 , 0x4118288A39D54C5EAF9DCE20B23432D8 , 0x415C9251B6284FB395C8D95AA7181645 , 0x4164469327F24B05AC129F708077D778 , 0x4203335CA42B49A6BA1BFA6A4B34ECC5 , 0x42148A7253444E7BBAB4A8AE8CCAA5B3 , 0x427524ECACBA435DAE7742EC37B7DCC8 , 0x4301F27076D0402286600AD3F35C5001 , 0x43295050B5AE4C3EBD8C32D7ECB72E99 , 0x4335C5AB23BA4B14A31783C2079F4E75 , 0x43B8DBF5D1EA4BAAA0ECEB679685F1FB , 0x43DAC799F501433EB5E87279DE637877 , 0x446F9E26CE4A46668BD5D731BC37E27F , 0x450241D3E11945C099074A5EDC4D6E3D , 0x452F16FA038444A7BB1AB7B6F319AD2E , 0x45E385D50DEE4EAB835D2EEB81474B42 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x474596D0492F432B9452F19F8F7C65EE , 0x478C9944A51746C8B1E6FD6E2D1000DE , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x484E0C21B86B4F4B8052439585B7D6CC , 0x48623F74242E4556835BE8FB7EA8E971 , 0x4866B2038A3F475F8543BFAFD36B01FB , 0x49A333DA6A9D422698190DAC1B1E9D34 , 0x49E70E6F94CE4FEB88229663C2319F25 , 0x4AB0730CA9EE44858D160E11FEB3315E , 0x4AE6B44DE7DC44539ED869C972BDD3A0 , 0x4AECC640C177477CA8D0F2E2F0BBE255 , 0x4AF5313C097844CABC8CADE116493D04 , 0x4B57C2EE53CE46E68DFBE47623BA2EF7 , 0x4B894379101D41F6B21DB6DA52E6C2C7 , 0x4D84421F372A41E180A435DC726BC06F , 0x4DE4A6DDC0B343B3A1D881B217D1ACE0 , 0x4DFDFFE392DD46548DB3F52F3CF2A131 , 0x4E178EBC2AA94F96B4F83466DA03F05F , 0x4E333E0A7F1F43188BF665AEE72DF4E5 , 0x4E47A14724884CD0BA9E3B6B9B7E7D88 , 0x4EFF0540DBB748D3B39B989D37828734 , 0x4F6871B81F474FE29CCC09E30C7EFD94 , 0x4FA581632DE14E8A9353C500C7D00DEE , 0x5204980E477D433CAD96085EBA9DB7CB , 0x5211391386474D2E9E330BCBAB024D6A , 0x526A2E9EF8174E219B0095559127DF2B , 0x5273F25E874942CB82DFADD5B054A179 , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0x53314A8989504F40B302043F169AE32A , 0x534C00F26D494BD8AB2C2F832FCDF3AE , 0x544A2015944B40C085239BEF584AEDDA , 0x550F8320F2C442FCAC08C23D527CAEC0 , 0x555C1E6B77BB4FEAAE6912DBB5890768 , 0x569AB0FB3A9D4213A62EC9C3D031DE1E , 0x56D7E06EB90F4444A6AA37B6CFC7E0F0 , 0x57849E12B3894758A8C30A3E17243A87 , 0x57B07DF483C2418BAC4FE8EE2DBBF806 , 0x57C91979F5584DBAB641C5F4D9B77E7A , 0x57F1F17E865E401D983BA3A6BCFEAB80 , 0x58F92EE358FB4450B801FDBF4B1C80CD , 0x5970851800C74523AB8633DAE3C4D0F8 , 0x598B603FAEF74F04B1B8FD53E37AAF58 , 0x5A29E6CE0CB843D1A6CFD3B7CCD25C6B , 0x5A74FFF20E0742DB86D036B922FDBA93 , 0x5A88DAB8596D436D889E560C822F6E26 , 0x5AAB08894A0F4B5A80ECF031BD2BDE03 , 0x5B6CAA5604D44E2A9A3A6F648F212BE4 , 0x5BD08049ECE44B7E9CD9689BEDBD1047 , 0x5C02EDACC7764CB393DEE83E5B29C8D7 , 0x5CD16E6892CA4673AB6520B7CF6D4244 , 0x5D53616AB9DD42B0A703E590DE134B09 , 0x5D7BA723D2834E84A10869596BB6642E , 0x5DA5EC9BF2EF43EA924485C59D4AB67A , 0x5E46FB396CA74260948FFF4226B8309E , 0x5E492AC433124073A968A263AE02EE86 , 0x5EBB1EE0ECAB4305AE161BE719F5A35E , 0x5FACA3F417A447E6B5C6707CEEFEFFD7 , 0x5FB2DC7B332F404E863EF51EB8796B39 , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x609BA8D52A144632AE911C986394FE6B , 0x60ABDE5A90CC44E2BB928D1745C72AE0 , 0x60AF42BFDD6C408494DA0A2506FC0DC8 , 0x6181B356A9144A5FB9E9A0004BCB3025 , 0x626623D091EB4BF78F5219FBFE2DC4EC , 0x6283FFD123BB4B9D8F3906BE53E07F92 , 0x62A3088174554E3DAB7BF84499EDFEB0 , 0x630BE7F2006446A68D074CDDC08A72F8 , 0x646C2053306648C1887F594C5348282C , 0x64B2B75F4A5942B88CD9C96B448AC858 , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x650389555A614A48BD1AD877BB5C70C3 , 0x65139590DC384732A2C0A4330E2E1586 , 0x65146896E47B4C3984AF11479818EB69 , 0x6539E67E48DF453A94D99CF332BB5B44 , 0x656125F747D8480EADAF0A4680E11A91 , 0x6599B7D7C2AB4823BC69AC4EB29EFD74 , 0x65D37E8611A24D6A81A53A335F092210 , 0x667EF325DDC44A6AA59DD6C8258CDB6C , 0x6701FE7F2AF744CFBA2833799EEA6F13 , 0x67391B2FEACE4E48A1FF078727CB8E77 , 0x68C439D9301A464BB0AF9F1A035D2450 , 0x69D15852E38D4FD9849D65A0254E5918 , 0x69D50D5F3BFB4F5A9A9FCE48460CDDB8 , 0x69E8E2CDF6404C909F166AAC0EE0E734 , 0x69FA34DD2AF5429ABB86901EE7221702 , 0x6A479936F2244E3686049F92E85ABF63 , 0x6A909FDA32E948E9B811009F53DF1B9E , 0x6AD8D3AC4BF24573B01499275FB3A934 , 0x6B14FA460FA64ABFBDD83402D76BE598 , 0x6B45FEFB12324290B63EA02B3B17F163 , 0x6B4E2DEC349C4B00898F097BD92B5E9A , 0x6B6D873D4D5E4E8799CAB014F6D11B57 , 0x6BB1E50AA6F245489D68DD516E7B0070 , 0x6BB759D26AC245F58AEAAD794B0007FC , 0x6BD8394D156D4BCCBEA7D3E0AA62A115 , 0x6C13907078534057A33D81D574CBC13E , 0x6C54D3B5A5834647AA182D52769B9DF4 , 0x6CD1396EA58246D39A8DE490C29B1324 , 0x6D540B91FD6343FAACDFF28C1F40B0DC , 0x6D759189C4A14728927A26B23ACF20F9 , 0x6DC5871AFD554FA89A9967DAABF88F4C , 0x6E381D6B87524BC4817F39D88D965B88 , 0x6E3D33E6EEE94272BACA5BF75271105D , 0x6E5D3C935ECF4702979B6391402FDCB2 , 0x6E91FA8FC0E64D38A52867CF050BE050 , 0x6F05AF985FBE4797A8F3D9602DF6A509 , 0x6F84400A55334547994D52B88F679428 , 0x6F93C260DD3F478EA9E1513BE9E04D89 , 0x6FD5581FFD1A41DFB5DCD5A67287A497 , 0x6FED69284CC34FB59712CB5F0EB41EFA , 0x707ACE20D7E2424AAC35DF006E9DEBCA , 0x70AF0D914DA54CFF835C54D3FA45CAD1 , 0x70EE4054CA6B4858AC71A86DBEF1A64B , 0x70EE5B33B7194FDE9F5EB35DE43D85F8 , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x713478F1E40345B1B0EF7E5B8ED06DB7 , 0x715091AA614948429967EDB6158BEA85 , 0x715E2A0EDB524E499E88372FD5B16729 , 0x71AE4D7919944701AF3BA6773E41276D , 0x71F75E5AD1EC4C3A8B87832B3554CBC4 , 0x72514B1532B64F73A9FBF47BAF255AB4 , 0x72947C0213214597B5339601402088FF , 0x7297AA5B4E0F486785A9C9A12BEC7E01 , 0x739CE42CEC46425B8660397A8DAA7A26 , 0x73D15E72454C4E38BCF372F60271B284 , 0x73F4D33DE464424596CB7A6AF0E4C7F1 , 0x749E039F8C104575AE7FB9C644AA3CD1 , 0x74A41B9595EE487DAEA38FE57FF7232E , 0x74DA80176AF94A41A1E564585FD5D4B6 , 0x7501049BA4AB4919B96FDD2E6DA55A7B , 0x75666C9223ED4C06AC5CCEAE4662C2BE , 0x7587A8FE5C114F1EAA3FD23017B98A5E , 0x75ECAAAF30B3468CA50DE74056474537 , 0x76057B0D91B14CAE9383A3AFC3506178 , 0x76B7ABE8A51E421DA1D8E557B84C7CE8 , 0x774FE8AE2D104510814A28CAF0D300C6 , 0x77FD61C275424237AD227DB133467E4D , 0x7868A6FF13B24D63860EE0C4DB29046F , 0x798BF61EFAAA478B93CDBFBF892188E1 , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x7A52AFC54EAA443E8DA1C4A2415CFFB2 , 0x7A7E9056382E40FFA2339EF1A63C0D20 , 0x7AB4F209095F479DAEB7052CDA65A52A , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x7AFC909FF11D4564993E6BC7264A0B71 , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0x7B8FDC5356004679B5146EBD22FAA5CE , 0x7B9A4CA4F8834B46BB695DCBF00F7B94 , 0x7BC9D6DB9194488F8B827B1673DEB5ED , 0x7C0EDBB6FF3545DD9126FB3810BC5B6B , 0x7C1F7ED6B59042968BFEFE8CF2DF4D3D , 0x7C6F17798A754C749F038BB588490847 , 0x7CFCE24A92BB4030A97E8A352980A505 , 0x7D04C91565FC4778B5D21B40686F61F6 , 0x7D75119D57E740A0B7B000DF607B7D75 , 0x7D8A4FC9FBEE48CCA22AD01C533BB019 , 0x7D9EB814C67F49D6B962EA89B9AE08E6 , 0x7E36E27D07E845B4B3E436352524E25D , 0x7E5C164966564DE28FE1AE7E8E113089 , 0x7E97188F6A0B4F2B8E4FF473A0B90D44 , 0x7F315682502C405BAA4B3B66ADD72CE1 , 0x7FAA0E375E9241A18EDC4966D57ED5E1 , 0x804FEB3863C9470288F5D5FBAF5C2733 , 0x806234DD44A246EFB2369947C2757E53 , 0x8068D0EB2AD94C65A891509BB738AFEA , 0x8069CDB31B054132BB5A6ED901E8306A , 0x81444E77699343C187FFFB573D47C09C , 0x817655206B99448CBD68B3302A622981 , 0x818B3BEA1425404C81EFF26C8603073D , 0x8207BC3948644B358EBA4B0481B706DA , 0x82A191989ACF4E39B5A7CFBB80653224 , 0x83B91815C1064E4997704AB46B5C6926 , 0x8442E3F4157640E38C112561981854A3 , 0x847964A022C34C3FB1F71177A6FD0A42 , 0x849C52D902464254B6EF2CC46F743767 , 0x84D0E239A3304371AAE6B3B31009BA95 , 0x84D229EBDFD0432F90DEA83102799186 , 0x85787F608E1F4FC6A9C0AA5A50CA2B40 , 0x861B8893C8324A15AD3F2AFEA3712C89 , 0x862AFAB9E63B4F67A10BF9A792D210D7 , 0x8689BD201927489797B669C72E045EE8 , 0x87309ABC6EB8424B90560A9B9A9CD054 , 0x8741FAD66B594126B0D5D64C3B671A7F , 0x8855CBD81DA54EB199B87B5C88ACFC53 , 0x8894856E3A924FE79AA01823116F5FA0 , 0x88A853F8D360444F89BD1A3D16E2B226 , 0x8952CB6E959744EDB9FF89FE13CA8E03 , 0x89854630C3B0423DB879D50168EAC627 , 0x8ABFC0EC0C7F44E2AA9FAF778876DE2E , 0x8BDE5E9A97034AB28250C4B5495B2E85 , 0x8BE42A90B1CE49E6A937D77E33F04EBE , 0x8BF76A9370194CF39B8693537FECD143 , 0x8C136FCA1C3D465B994A6EAD2FA59256 , 0x8C13A50B7CDE40A4900CD955E75FFC36 , 0x8C20CDF3664848B6A4A6C6C2BCC5E8A0 , 0x8C2481E41A8344B881669094EB365491 , 0x8C542660A6984ED783EF1CFA7E74975F , 0x8C64228B57994658B91182137E287806 , 0x8C6E98903562479397B85CECAB1339BB , 0x8CDA064C1B2C4B92AD8ACB3B9304A660 , 0x8D78CC610B8C461B9F3D3060BC02C3B8 , 0x8D869A4E2A994460ADAC9506F57365A6 , 0x8DF3C243B65241C78BCB534B6025F147 , 0x8DFA8F3FC1A64BE996FD7C118C72ACB3 , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x8F357A9D134E46D29E293AD00287B051 , 0x8F704250F1D1458683A1F48E61ADB4AE , 0x8F8E0B17C16844BD8F1190CE3081F505 , 0x905CDD327BE941B28C590CCF7C84EAAF , 0x9077DA2A2CE24EDD9AC067B169B1A104 , 0x90AD9CBB74674ECD968B0E5A4CC548BA , 0x90D2D49D95E244CA963853B5C550A967 , 0x90E1C8DA1B1E4A62A3DD3C24AA302BA2 , 0x90EAC5A6AAF14AEF9F57439EE526278F , 0x918362C75B23493EA15AA042B43277A6 , 0x91B1EEB0AC144CAFAA8AE5447E5855E9 , 0x91C83BA2362244949C9E05C4FEBCBF01 , 0x91D374C99BC34AE7BEAE6A9E506318D1 , 0x91E16347F0314CB7BFD3D606F48DEE01 , 0x9221DB64CBC54FF0BE53254824AACE1B , 0x924413D1C5754737AFDD64B80F87C11D , 0x9260C7EDEE7B447AAA3C3686DA7F20E4 , 0x92940B8322544AD2AA28C6E9CAAB9ACF , 0x931ADBB5AF6249A3A638D6D1EF4B2C10 , 0x931F14DBFE744AD1A078D3729238EED5 , 0x93377FDDD0B142E3A5D7EFA805B24D60 , 0x9355F32A48B14431A9804293E82E0120 , 0x93E012735E1F423F9C55286DC1F61059 , 0x93E7BD42E56642E393DE33B00138618E , 0x9444C4DFDF154EEEAF4E53D7F90BD203 , 0x9469B02A549E44419B9EDDDB315D50C6 , 0x9545900910C0470A8621223CF48AEA66 , 0x957D51FBBEE04EEE80F5D9AF9DC7A4E3 , 0x95D06322EFE8470BBE34CB40D98FF8A0 , 0x9622393799CA47C0B3E236F9CB596980 , 0x9651110869F74DA9A3D5002F2AD004C5 , 0x96D95BC5FF5F4A33A436170F76FB6073 , 0x97400D4122174F648C5C316D5176C881 , 0x97417C60899F440B95CCE29025400F85 , 0x97496E2217704E9984313F4117039C4D , 0x9759EF0F926A4BD79D266A850411DC7C , 0x97A3BE82647A495098BC2D1112F72B20 , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0x9863ED19BFDB4A839683AF93B164645C , 0x98758C7853084BCEBAD03BDBA7CEC327 , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0x989A78683DF24D4292538A960D866B19 , 0x9909435662964C5989E609A2B5B60751 , 0x99ABA6EF5FBF47BE9D7355D734A73162 , 0x9AA7E9BBFD274F93A5594A0EFCEDF517 , 0x9AC2C4B2E85C4CEEAFC3679B02639797 , 0x9B18E0F363E14A11AF3DB532EC513FA5 , 0x9CB7F32A8AE54DB9BAEE55861D5DE426 , 0x9D2D3739BA6240AAB6F0961F6DC95F10 , 0x9D35225392F14A8A91FD3FE4D3E4B2E2 , 0x9D8094E327FE44A6844669EADE9F4575 , 0x9DA1BE09888447A48EEF384588DD1702 , 0x9DC1990B315443F4B11AE9108E3E1758 , 0x9E074285684B42B7A63A5890D4A1F4A1 , 0x9E9D48BC04FB4A4998429D75B5253066 , 0x9EBF23ABB9964B40965DE55B46848131 , 0x9ED89748C8F246D8BCA41141232F426C , 0xA013D8A5C05C4C179ED5EE67BA295B05 , 0xA036A1692B0A4A5B8D05E87213341A7F , 0xA044021E793C46738D0FA7599FF4035C , 0xA07497CD31C748FC92E680B02D4CAD8F , 0xA07ADFB57E944121A6C5ADE7519C01E4 , 0xA0E0CD4F57C9480C989FA91F178B2FC5 , 0xA19A74451AC74710A15185DCBB0583BA , 0xA19C25E6FB4043C49B1454814494C0DA , 0xA1EFD1173BD6428981C099D0DF17DBEE , 0xA2F08C8CBBEF44E39B57E0E0FE86D881 , 0xA41E56CFD7CF4D72A5748038067AE749 , 0xA4BB0D020AB34E9A8E38FFC9F4E362EA , 0xA668083906F845E4BB6981552093C81F , 0xA6F5C63170E5427F8708DCB15FEE5C6B , 0xA744D01C7B444B4CBB1F11752E9524A8 , 0xA77E9A1A14D8494EA53EF8D70BDEDEEF , 0xA7C3BDF9B4854B07BB7FA0812F97ACE4 , 0xA7CE819A0C664B5FBFE37E98294696BA , 0xA86883D6BC3D4B96A33AA90F877731F2 , 0xA90319796686407B9795490FBC7029FE , 0xAA0633837D8044D2968E25CF48B70685 , 0xAA2AAEA69C47477AABC3AAF723766693 , 0xAA2CFF4F43EA45B8AF20D545EA6E188A , 0xAA765BFCB837438B804F26056564D013 , 0xAB809F3135914F09B080A55EF7585888 , 0xABC19652DAF44E60849B9E5CFF8D5AA5 , 0xABDC821DFC124F4BB3F103BA037B8A1A , 0xACB714B4465C4D3FB082698174A3DA61 , 0xACE72C3A92C94BBA8467E3F0FBD2699A , 0xACEEE611F0DA4B87934CAE3FBBD3A639 , 0xAD5314AF466D48E5B86EB778C6FB1B4D , 0xAD847231E63B4F6F90EFD0FB4B7170C6 , 0xADAD861E752D46A5A6BB876833CBF2BA , 0xADB037322BEE43E9BFBDAA19C04CEB0F , 0xADB42016585941A3982EFE96F98DC6E9 , 0xAE5F2155804D4002B26222474A2A5065 , 0xAE8DA0A8C93A4A8694B4CFFEAAB332FB , 0xAEB9843F4B044BA287F07B0BCFF3DF8A , 0xAEF09C55B7154E64A364D71544061D61 , 0xAF2DF1878D3B436F886D7F56B56F1D5C , 0xAF364033008C422DB836A9B724A64698 , 0xAF4D0A8B986547CCBEDDE069F337F65C , 0xAF781A9FA12F4C36B493370303E7A834 , 0xB04ABED0209D4644ABC53C963966C141 , 0xB068C8733E6D4375B4D47487242D4AD1 , 0xB0BC4F7E79CE40168D0F7E5716FBBEE5 , 0xB0D2CEED22D04ADE888D000CBF6A8745 , 0xB0D93573B4C04E08B298C76A272D1E6D , 0xB0E53B9FB82A4310AB995285D3068DC2 , 0xB10780A75F6749988865E5B63B1F5373 , 0xB15562F2B5074EFF93294A5A95556394 , 0xB171B39C76564D0990C7D0E9883226CD , 0xB17AE0E53B44477295291309841D045C , 0xB1B9A068A6A24EA7A4BFC4023AD63AD7 , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0xB1EE1B8A5C4C4C018F51202148A00583 , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0xB38A22ED10F841C0BD02DFE418CEFAD1 , 0xB41734881424499E90FAC586460EFE65 , 0xB43DE9E471A9442A9C845D14FC6559A2 , 0xB4A786A551174CD29582542B57EEA1EE , 0xB4B64ACC90C6411482FD9DB6C8F96F49 , 0xB56D774BBC8C4B63B09F411D56E6CB02 , 0xB69C189B29B14092A20F2A1166B95D0B , 0xB821B28CD9934BFFA2509288187C905C , 0xB896053BA01D4EC9864794F96F25F20E , 0xB8A26F4793BB470D9909DB3FA665858D , 0xB8DA2B26CE92471A8AA59C0A98BDF736 , 0xB9375590800B4A0489C483F80918E650 , 0xB9A235AC4A5C405D9FD1CC849A8ABD77 , 0xBA4C016BA9064AFE97EF3BD42079A728 , 0xBAB10FEA66964CFA961D7C2A698B901F , 0xBB1ACA8B00C74E25A10EDFE7F3C5E62E , 0xBB47E9383C1A4B768B80BC6E72262FEF , 0xBBDE709EBEA14475BC5138F8F55D061E , 0xBC3C0E1D84CB4FE89E0A4150A65BAF77 , 0xBC45D549E7CF4803A877221ABF0BAAE5 , 0xBC9AE64410BE4B658F3F6CD5579DCAE5 , 0xBCE74D4BC25D41EE9196181FA87500D9 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0xBD756DEE9BBA4D60B07D138DBDB64E4E , 0xBD964333BD904E599616C2DB42751180 , 0xBDD6C3CA4A004AA293A282059945A9C2 , 0xBDD89AFE344E44E0872F691FA13D93F0 , 0xBDE6D8CFAD9B40F5996C601DC1573DE9 , 0xBDECA04863514D94ADA203CF379BA2FC , 0xBE47D99EE46D4E159DDBCE9CF878EACF , 0xBE4AFFFBA08C410C88D56A88C5FBA1FD , 0xBEC0290D27054FC797E3743AEB10677D , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0xBEE191328B524B3B93ACBAD235637AA4 , 0xBF5CC2144109412490CDA073CD3FBAD2 , 0xBFCD7D83E3824F00BA86A7BF80940C88 , 0xBFCE61D9C5D240BCAF6B0D49660B0523 , 0xBFE7DCA069C44211A916DC29E0B2B255 , 0xBFEE081E308A467D90F51A6B163EE61A , 0xBFFFF19837E3403881ECEDA4E088638B , 0xC0E14AB6B5014F309118F207C63926D7 , 0xC1023801604C45A69112F49FE451A9DE , 0xC15BB3999BF64C0A9D74D0E71FF34F3A , 0xC1CBB55FD717403FA00A0DE1DE3C8057 , 0xC21799BCA01B4DAEA4AF8B407E627EDD , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0xC2CD843A111E4F8092310788318AFC09 , 0xC2E13F2EA2454B39805AD1AAC3C6D242 , 0xC2F46F2FC6304B89B6A26B3131DD7C90 , 0xC46E8943F5D247BC9963D45FDCEE5C6F , 0xC486E31C6BE045E18AAE2E17B6907ABA , 0xC4963F4524334667A5C08F5048E6A1AB , 0xC5ADE040A70D4F22B34CAEDC3D93C441 , 0xC5E563C0D9264E6880DDD1C5D7CE9FB8 , 0xC604732E69E54395A57431B3DECBCDE5 , 0xC628F59954254962BC11917AB328D2D9 , 0xC63940E77468444291FD1AA5ACC90E6E , 0xC63F327A7AC14BC0948E1415CB3BA153 , 0xC686AD9BB27E40048505087BDB5B849F , 0xC6C244FECBB04C999BFF987241025147 , 0xC6DC8BEA9C234666BC039E76421DCB6F , 0xC702036A9BCF499BA4878FAB1225F73D , 0xC753504AC96247A599A99C98D9E248D0 , 0xC7602868876842EF91C26C3B6A5B8D9D , 0xC7E9869D010744B8931B6B9A5B7EFA1A , 0xC8214E8A097F4B1FAE1BDB5EE263FEA9 , 0xC91B25FC051E458AA7D52A63CBCEB487 , 0xC984331026F2496A833ACF866E1D5080 , 0xC9BA3DCC160D4F268A7AAC3AC78BBBB0 , 0xCA12521A95D94DA0A10C0DE41C6897A7 , 0xCA9C65E008C24520BE1D7B6BCF9D2D79 , 0xCAA13D80127F4CCAB2509C9F98AF12F6 , 0xCAAB55990B6541CF96D4D0E23BAE47BA , 0xCACE2B591ACF4A95AE001D7BC8CEB09A , 0xCB915E6039F04329BF2A38C281A7BD0E , 0xCC0B9D31DB3C49F0AECEADBA1584B210 , 0xCC3C9265C1004C118F3B0EDCB8BE30D0 , 0xCCD9066175B04394928DD9724466B232 , 0xCD38B49B55824307BA643E86F68C315D , 0xCD4B824EA48B4B7E97AEC104FAE16EC9 , 0xCD95379199A5406D9C46ADD05F4C8BFA , 0xCE94D0CC7D7443AA92BA14CBFDA2D6B6 , 0xCF1047CE28FC4118984F35B2E9D96634 , 0xCF1081C122D040859D3DB7B926B1EDC5 , 0xCF201C50058948248D8DFCEA1D0C1F03 , 0xCF82976DA3F14F67B16E8D9E75B53AEE , 0xCF85813F532E4972AC69189B9516A94F , 0xCFEF3B0B7D9248C994F0D80D82FD6226 , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0xD034064CFA704468BC2C2D7035E2B0F7 , 0xD10EF31A1FC5445CA67CA7FC860BA689 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xD270AD2F44744038BA3A4E61BB21AE31 , 0xD280058C4E68434393696FC10C7A5FED , 0xD28670E95C3C44A5B2DF2A6EDB98DE79 , 0xD3087C91C4644B168FE53D4B16ABC519 , 0xD38D2F79498241B6AF04042FC959D1C1 , 0xD40E51054A8E454CB29B9BCBEDF6F65A , 0xD41DD5B504F44B31A4D89F36E35A550E , 0xD46B68046E434107882F4E492042CACA , 0xD54539EBB0BB4EB59A7EE95AF2C4BAAC , 0xD5F21A65D15B49DC809A0D08CD05A85A , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0xD6A2D5D8F19B482B8B6126678687995C , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD77BB67537B841FFB93EA50A41ACB86C , 0xD842DCE9AC42455DA4A8BA9283DB989B , 0xD85C5586D76549C08AA1C0E8B0B6EDA2 , 0xD99B9E4BE42F4CDD85A86190A1D5CEB8 , 0xD9AD9BC07D9448F0B0B59E95BCC67D89 , 0xD9BF06DC11F442F5BDB86056E5A7DC19 , 0xDA73EF181E6D4ED58334126DF952B639 , 0xDA85E2F2A6B145E0A06146C9014D4C6A , 0xDB5460FD7959419788EC414BE3947D20 , 0xDC22873517F44F2F953AF54BB7A68EA0 , 0xDD1F34968CC94CCF975BBA552CBE9DF5 , 0xDD23CB5CE3094374B1345DF9E7189178 , 0xDDBB29D96E3D42048C9C450ECAC73FE4 , 0xDDBE1194A4B74F98BFFCBCFB7F605798 , 0xDDC2980E350F40528437E6C4BEDA44FA , 0xDE1687FBFB8A4EEA9A474BD011F15482 , 0xDF842595B3614F26A7596F9B00248D9F , 0xDFCA4DA5892E4388B2EF929BDE7DC739 , 0xE08D5535BD5B4CA593AE61B710B78113 , 0xE12095AB0F044138985C335E2BE04ACE , 0xE1CB39471D1445BC92BCF4BA69124CF7 , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xE2F150F06DC34E42993E7CF6048A4556 , 0xE3226BF41A7842AAB7F9CD436F1E8C3E , 0xE460630F110940818461DD2D6CA48AC9 , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0xE4B056C156A04B5882E8C032010B2775 , 0xE4D994E2E63044AAA789176220E9901E , 0xE54A77BAFFF1421DA29337637B21FE29 , 0xE551282611564003B8E80F1E0B3148A1 , 0xE57391622C464161B5AE3B11759B0EA0 , 0xE5968937DD5E45D7AB275556C9CCFC91 , 0xE5995D898C9A4E929FA29BC3BDE793D3 , 0xE5FDA7B1A0AF4E90891435E7B57479F8 , 0xE6DE1D0EC8EB4FA4A2AEBE2318C69364 , 0xE6E049B58436431085BA9808B2240ACE , 0xE6E8B7DA026A452EB323409AD06B9956 , 0xE7107AE76D1746FC8EB41C1B9D17B5BC , 0xE78EEE4D34BE49C28042466D00F82F2E , 0xE794D635DE8A4683B797721819320327 , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0xE8039A0E7CB14456A74B307D628B26E7 , 0xE83132FBD5924BB69D28F0185E38F319 , 0xE9201A6FE1574EBBB1F97C00F1532E7F , 0xE93BCE23E282417CB2161BC8F1918DB1 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0xE997C8751FAC4CA9859A9E9C9C97EC3C , 0xE9DC974193E947CEBE057B7A3219D2E4 , 0xE9E61673A188435CBE9C33995DD4E2F4 , 0xEA013536BB104838A528C42097245A4A , 0xEA70C9506C004E5183667BAC254323B5 , 0xEA97F0991750445AB82A143C268422B4 , 0xEC555BCAE6BF4709829E2D5EF208806D , 0xEC6E9DA70847444895554D5BC8826F29 , 0xEC87571F6FA4427B9A981FFE261A279D , 0xEC909E866CD443C09A61AC5437DD199A , 0xECA6C61D1BB64A79B61B8EA20342F59A , 0xECB65020E2794795A653727699549E09 , 0xECC668D043C74C7A9102F2AF99F6950C , 0xECEB638DF61A414DA513D74E84CF3BEA , 0xED0BE4994C8C49FEBF74A49EA5E3AD0F , 0xED16A08B541E4901878C7AFDB3F50ACE , 0xED97A2DF2FE447CA843D2A57B5EDF0BD , 0xEDCE3B49D09045CB9695BB5C5CB67AB8 , 0xEDF06480192B494EBEC0A2ED46F6070F , 0xEE01BAC30C574E9CA44BA14F84648105 , 0xEE0BF03BF44644B0844A0419DD10F6BA , 0xEE8A73BD159F4E2FBE00A5DC96158E7D , 0xEEB34EF84ED14083B638E95E474DEF57 , 0xEF464BE87FF74F7384EFA6016D91D127 , 0xF0585186787444A3A1D853F2F5BA2B75 , 0xF09A34658A30478792C31C238F324E6F , 0xF0B8623975FE4EA0943FAE3A6472A039 , 0xF1146B3876DC4F27A89BB2636D1B626F , 0xF12B7EC0CD994F7ABC349CA1D703FE89 , 0xF12F9530D1F743C095FB311297311D07 , 0xF15EC4A0C70A46379D1BCED50527AB8C , 0xF1F493CFDFDA4983A3C0425E9F423683 , 0xF2699C915CEC41D2BBE9D618492DCAE2 , 0xF317E0BDD12F4E85826E7351AA8CFFEE , 0xF3383896FE934AB288A51C224BA97B53 , 0xF371775D83064AF38F262F6FF3EBA1F5 , 0xF37B1DB2D8744D4BB45152FA5D0D3BB7 , 0xF3A7C98109C94A078CB1D75554B0E821 , 0xF3DE2B0D9FF04B2BB0154C414B445C33 , 0xF3EEDFF565E949CC87A751DF8477B257 , 0xF4DA843A667F41BDA4635CD4FDE393D9 , 0xF4F6F810C6B24CD89FB0237E72FDC361 , 0xF505E86B627E4EC7A17E90A2469C3761 , 0xF544FF0A399B4BB7AB0C72030BF4B0ED , 0xF54AA1AD0BD8431882B380C9D3CC5B55 , 0xF5564CBC6D2C47EC95ED7A76C53FB08B , 0xF5A10F92E2144608817ABAFB14D9FFF2 , 0xF61937C6D8C14AC9A980DD41EDAF6915 , 0xF62660A1476C41C79AF262B079D2DF9A , 0xF64A7CF44392431B87023BC36608F523 , 0xF654440D6F444CF78054B0C0F14C9BB3 , 0xF68CEE8194C74E2CB6D795988F8BB3A2 , 0xF6982FCDC8054BC7B69D8CC7BFC22536 , 0xF6A9FEFF8D06453FA2DB7EA604DFFF35 , 0xF73554796CB5424382E6C0F7376167BF , 0xF74943B759ED4550A683A9BDB96B78A4 , 0xF7512EB04A554F7D99503B60E60A5B2D , 0xF7A2FE009D8B4BE4B16F874D3D880338 , 0xF7B35E4C09C448FFA61893AEA8050EAD , 0xF885FFEAB5824E5994964C948D753148 , 0xF8CD8D99BC2148F79F1B78580FE18A20 , 0xF976D218D4D143B0A1692393AF0A89B0 , 0xF97CAA237C294498B3AF603EAA8D3363 , 0xF9B07449D1844B66BE4457AFBF6CFF3C , 0xFA4873021DDD48D489AC7BA4AC740C36 , 0xFA86449B32884E4D939BE7611957C973 , 0xFB281ADD21A14BECB1FC62AF30D2040C , 0xFB299E76FCE243AA8BF54A5E6285A655 , 0xFB602DF390164B65AFFD67CC9A2ED1F1 , 0xFB6A25D910F34B2794FF3442874D6F6E , 0xFB881B050804476897098861E68D745E , 0xFB88C0796AEE4B11B3F28E8F5FE6FD8C , 0xFBD393E8023144E5B38AA20E3F6670CA , 0xFBD8844D2E7B4CBDB0696375CAD0AA24 , 0xFBF480D78C31411CB61F9F5880799938 , 0xFC5A03670CF94CDE80A990EEA0DB8E18 , 0xFCE9AAA5B9724BA3B94C2DA7B1E66436 , 0xFCEDEB14CBEE4FD183853781722CFF17 , 0xFD02616C387A4C2EB547845BFFABB6A0 , 0xFD17A274C52C450F92C52D25BFC882DA , 0xFD23B9A0FBA645699CCA21B095960FFC , 0xFD3EA27A9E9A4CCC86E657EBAA858E73 , 0xFD573FD994324A8E997929962F1ACBB2 , 0xFD6303C9F48345F0BC41E5CF01873F03 , 0xFD6895024A344571B42AD1EADC3CE6E9 , 0xFDE6E19308134655B01E88A3984C33A8 , 0xFE783E0B554C4B549DAD61E3683EB396 , 0xFF1C6A1209704D8A829B197FE85D2518 , 0xFF5738DE6F444983939780CA7929CD68 , 0xFF5AA2D2C7C64CE18A817C95DE4D7A3A , 0xFFC6D6B369A84DFDBF7D1B9350917575 , 0xFFCABC15B39A45C8AB5EFF203D5EC17F )));
Copy
87
0.32 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"³µÝl3BJŃÏ×%÷3Á÷ "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0xFCE6ED6C33424A8F9FD89E25F633B5F6 );
Copy
88
0.34 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C ;
Copy
89
0.37 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? )
Parameters :
[
"/ersatzteilfinder/390-duke-2014-modelcode-F4303N5 "
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/390-duke-2014-modelcode-F4303N5' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
90
0.48 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.24 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.22 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
93
0.29 ms
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = ? ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"VÞGÀŽÊMT“*¸Æ³Qqƒ "
]
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = 0x56DE47C08ECA4D54932AB8C6B3517183 );
Copy
94
0.33 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.19 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
96
0.18 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT iso FROM snippet_set WHERE id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
97
0.25 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0x274605D71D2B4479A3882D8FD62BFF5C
;
Copy
98
0.58 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.40 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.24 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
101
0.73 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
102
0.37 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.34 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.17 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.24 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.64 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
107
1.18 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.84 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.70 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.72 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.75 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
112
35.33 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/cb915e6039f04329bf2a38c281a7bd0e "
"/detail/399c04228cff45f6b81e7e560bba71b4 "
"/detail/b1b9a068a6a24ea7a4bfc4023ad63ad7 "
"/detail/9aa7e9bbfd274f93a5594a0efcedf517 "
"/detail/2716becc6af54d05bcea6baf7a96f193 "
"/detail/d65aeab29e4b44b58eabe5880ed888c7 "
"/detail/0ec4b5e3b2c940b0a5f6f670066b4973 "
"/detail/e794d635de8a4683b797721819320327 "
"/detail/5d7ba723d2834e84a10869596bb6642e "
"/detail/fd6895024a344571b42ad1eadc3ce6e9 "
"/detail/f15ec4a0c70a46379d1bced50527ab8c "
"/detail/91e16347f0314cb7bfd3d606f48dee01 "
"/detail/ae8da0a8c93a4a8694b4cffeaab332fb "
"/detail/40572f249f21423880935f04bbf3d29f "
"/detail/fb299e76fce243aa8bf54a5e6285a655 "
"/detail/91d374c99bc34ae7beae6a9e506318d1 "
"/detail/e9467d4a59514abb9c220c0eac2a4efd "
"/detail/e6e8b7da026a452eb323409ad06b9956 "
"/detail/e94c714dd1174c07a03de0e9a1930e71 "
"/detail/2bc57a2510f74553bef566fa7e9abc10 "
"/detail/7adff263991942e2bfbdb03eab3c84f6 "
"/detail/5e492ac433124073a968a263ae02ee86 "
"/detail/bbde709ebea14475bc5138f8f55d061e "
"/detail/ad5314af466d48e5b86eb778c6fb1b4d "
"/detail/041c8ed6153641caabef692eb7599e42 "
"/detail/ca12521a95d94da0a10c0de41c6897a7 "
"/detail/b0bc4f7e79ce40168d0f7e5716fbbee5 "
"/detail/1d3eeace788945c095403e26b2d30131 "
"/detail/76057b0d91b14cae9383a3afc3506178 "
"/detail/a07497cd31c748fc92e680b02d4cad8f "
"/detail/fa86449b32884e4d939be7611957c973 "
"/detail/5cd16e6892ca4673ab6520b7cf6d4244 "
"/detail/fce9aaa5b9724ba3b94c2da7b1e66436 "
"/detail/931f14dbfe744ad1a078d3729238eed5 "
"/detail/5a74fff20e0742db86d036b922fdba93 "
"/detail/804feb3863c9470288f5d5fbaf5c2733 "
"/detail/49a333da6a9d422698190dac1b1e9d34 "
"/detail/c15bb3999bf64c0a9d74d0e71ff34f3a "
"/detail/2075ff76509e4401986aaeb252a47eaf "
"/detail/2ffca066d0a0472d92b5164c4abb4916 "
"/detail/bce74d4bc25d41ee9196181fa87500d9 "
"/detail/f6982fcdc8054bc7b69d8cc7bfc22536 "
"/detail/bdd6c3ca4a004aa293a282059945a9c2 "
"/detail/fd573fd994324a8e997929962f1acbb2 "
"/detail/6fd5581ffd1a41dfb5dcd5a67287a497 "
"/detail/d10ef31a1fc5445ca67ca7fc860ba689 "
"/detail/c1cbb55fd717403fa00a0de1de3c8057 "
"/detail/dd23cb5ce3094374b1345df9e7189178 "
"/detail/91b1eeb0ac144cafaa8ae5447e5855e9 "
"/detail/90ad9cbb74674ecd968b0e5a4cc548ba "
"/detail/c2e13f2ea2454b39805ad1aac3c6d242 "
"/detail/715e2a0edb524e499e88372fd5b16729 "
"/detail/34cc5bb522bb448480864c803eb80dd2 "
"/detail/2cb4e4dad059429fb6c043772f2d6168 "
"/detail/957d51fbbee04eee80f5d9af9dc7a4e3 "
"/detail/fb602df390164b65affd67cc9a2ed1f1 "
"/detail/dc22873517f44f2f953af54bb7a68ea0 "
"/detail/68c439d9301a464bb0af9f1a035d2450 "
"/detail/69d50d5f3bfb4f5a9a9fce48460cddb8 "
"/detail/d3087c91c4644b168fe53d4b16abc519 "
"/detail/24d2c2ca37c74e36bea954596b6dfa6f "
"/detail/8f8e0b17c16844bd8f1190ce3081f505 "
"/detail/77fd61c275424237ad227db133467e4d "
"/detail/d77bb67537b841ffb93ea50a41acb86c "
"/detail/b9375590800b4a0489c483f80918e650 "
"/detail/43dac799f501433eb5e87279de637877 "
"/detail/818b3bea1425404c81eff26c8603073d "
"/detail/bf5cc2144109412490cda073cd3fbad2 "
"/detail/268fc412578b406f8945566b61785612 "
"/detail/74a41b9595ee487daea38fe57ff7232e "
"/detail/0b796e0c7bc446aeba376dfdcbcbd2e6 "
"/detail/4e47a14724884cd0ba9e3b6b9b7e7d88 "
"/detail/3f1dd94288db4b87bc14fd03d642c229 "
"/detail/5bd08049ece44b7e9cd9689bedbd1047 "
"/detail/abdc821dfc124f4bb3f103ba037b8a1a "
"/detail/4203335ca42b49a6ba1bfa6a4b34ecc5 "
"/detail/06928528a088470da6e04eb63cf91890 "
"/detail/2e3346a82b414435b21397ce9082c130 "
"/detail/7297aa5b4e0f486785a9c9a12bec7e01 "
"/detail/6ad8d3ac4bf24573b01499275fb3a934 "
"/detail/2e2f27d6734f4cb0a07e12574a91c66b "
"/detail/25ba610b736b44a692bc838d606f077e "
"/detail/0747b3ee39e64e3e9006d03147a95e9d "
"/detail/b8da2b26ce92471a8aa59c0a98bdf736 "
"/detail/b2d045dfefd8447fb20e3d12e6e605bd "
"/detail/7126c3f2d9c6420398ae492ff0f465fe "
"/detail/9469b02a549e44419b9edddb315d50c6 "
"/detail/52af8ad28b1c4ee6a0e10470e4de88b4 "
"/detail/bc45d549e7cf4803a877221abf0baae5 "
"/detail/4866b2038a3f475f8543bfafd36b01fb "
"/detail/8689bd201927489797b669c72e045ee8 "
"/detail/9077da2a2ce24edd9ac067b169b1a104 "
"/detail/cd4b824ea48b4b7e97aec104fae16ec9 "
"/detail/57c91979f5584dbab641c5f4d9b77e7a "
"/detail/749e039f8c104575ae7fb9c644aa3cd1 "
"/detail/17900c2a79784fb2a5de07f3c083ef5b "
"/detail/c686ad9bb27e40048505087bdb5b849f "
"/detail/99aba6ef5fbf47be9d7355d734a73162 "
"/detail/b56d774bbc8c4b63b09f411d56e6cb02 "
"/detail/213422ad4e8242e4af7e3500637396d3 "
"/detail/4f6871b81f474fe29ccc09e30c7efd94 "
"/detail/c486e31c6be045e18aae2e17b6907aba "
"/detail/c702036a9bcf499ba4878fab1225f73d "
"/detail/f97caa237c294498b3af603eaa8d3363 "
"/detail/4fa581632de14e8a9353c500c7d00dee "
"/detail/9841cb38efe945399e3b75d39c3e9bec "
"/detail/a90319796686407b9795490fbc7029fe "
"/detail/607c9234c5ac4c3b9d8edd13ce102902 "
"/detail/5273f25e874942cb82dfadd5b054a179 "
"/detail/446f9e26ce4a46668bd5d731bc37e27f "
"/detail/c2a3573b7a8d4c4f9626afbceb45bf5b "
"/detail/2e5792f6a9794a49830e63329ca7659e "
"/detail/e3226bf41a7842aab7f9cd436f1e8c3e "
"/detail/0dd3205127e4463e9ca79867d611d5e4 "
"/detail/931adbb5af6249a3a638d6d1ef4b2c10 "
"/detail/75ecaaaf30b3468ca50de74056474537 "
"/detail/135b41987fd74775af2a224edbe165ae "
"/detail/e2dc4c0becc24226bee305ee0f4c759a "
"/detail/e551282611564003b8e80f1e0b3148a1 "
"/detail/fd02616c387a4c2eb547845bffabb6a0 "
"/detail/a013d8a5c05c4c179ed5ee67ba295b05 "
"/detail/ea013536bb104838a528c42097245a4a "
"/detail/7faa0e375e9241a18edc4966d57ed5e1 "
"/detail/64b2b75f4a5942b88cd9c96b448ac858 "
"/detail/a7c3bdf9b4854b07bb7fa0812f97ace4 "
"/detail/27cf1d93e95044ef8f651caac1d1bfab "
"/detail/059b606a4d524899adbca872f8c49715 "
"/detail/151bcc6565a34e8ebed1d8ce1588a850 "
"/detail/1a415083786342fc913803f233c82d8e "
"/detail/259a257aed1b4fda9d3afb83a0d05c79 "
"/detail/c9ba3dcc160d4f268a7aac3ac78bbbb0 "
"/detail/90eac5a6aaf14aef9f57439ee526278f "
"/detail/d28670e95c3c44a5b2df2a6edb98de79 "
"/detail/148fe2d740e846829279fc7c1f643c9f "
"/detail/3caa814f9a5f4387b66654b96a29ce00 "
"/detail/060bd36cc49d4bbe86c07cbd460b77bc "
"/detail/b0e53b9fb82a4310ab995285d3068dc2 "
"/detail/0baef82cde864f539d677a178cae3a18 "
"/detail/5fb2dc7b332f404e863ef51eb8796b39 "
"/detail/cf1047ce28fc4118984f35b2e9d96634 "
"/detail/57b07df483c2418bac4fe8ee2dbbf806 "
"/detail/ddc2980e350f40528437e6c4beda44fa "
"/detail/af781a9fa12f4c36b493370303e7a834 "
"/detail/862afab9e63b4f67a10bf9a792d210d7 "
"/detail/72947c0213214597b5339601402088ff "
"/detail/ecc668d043c74c7a9102f2af99f6950c "
"/detail/806234dd44a246efb2369947c2757e53 "
"/detail/e57391622c464161b5ae3b11759b0ea0 "
"/detail/c984331026f2496a833acf866e1d5080 "
"/detail/715091aa614948429967edb6158bea85 "
"/detail/e460630f110940818461dd2d6ca48ac9 "
"/detail/c2f46f2fc6304b89b6a26b3131dd7c90 "
"/detail/64c716fb13374fc5b87c1723ff5c37f1 "
"/detail/19dcefa7ccf34beabf45fc479f68cc1f "
"/detail/0b1b995c25c04b6eb26c1c8af129ddf6 "
"/detail/2fdf6b2d4c8140d48edd0401184828be "
"/detail/bffff19837e3403881eceda4e088638b "
"/detail/427524ecacba435dae7742ec37b7dcc8 "
"/detail/f9b07449d1844b66be4457afbf6cff3c "
"/detail/f8cd8d99bc2148f79f1b78580fe18a20 "
"/detail/f3de2b0d9ff04b2bb0154c414b445c33 "
"/detail/e12095ab0f044138985c335e2be04ace "
"/detail/bde6d8cfad9b40f5996c601dc1573de9 "
"/detail/6fed69284cc34fb59712cb5f0eb41efa "
"/detail/4b894379101d41f6b21db6da52e6c2c7 "
"/detail/e4b056c156a04b5882e8c032010b2775 "
"/detail/00a01c299ef74da5bcf5b5ebc7834a06 "
"/detail/3aa12282e9144cdeb8c57e517421c220 "
"/detail/b4a786a551174cd29582542b57eea1ee "
"/detail/33b167317f274bef8cb457b14e8d7755 "
"/detail/c0e14ab6b5014f309118f207c63926d7 "
"/detail/6f84400a55334547994d52b88f679428 "
"/detail/f4da843a667f41bda4635cd4fde393d9 "
"/detail/73f4d33de464424596cb7a6af0e4c7f1 "
"/detail/bdd89afe344e44e0872f691fa13d93f0 "
"/detail/e9201a6fe1574ebbb1f97c00f1532e7f "
"/detail/fb6a25d910f34b2794ff3442874d6f6e "
"/detail/62a3088174554e3dab7bf84499edfeb0 "
"/detail/abc19652daf44e60849b9e5cff8d5aa5 "
"/detail/c7602868876842ef91c26c3b6a5b8d9d "
"/detail/8c136fca1c3d465b994a6ead2fa59256 "
"/detail/65146896e47b4c3984af11479818eb69 "
"/detail/89854630c3b0423db879d50168eac627 "
"/detail/21747b7f48dd41528c0e38372e757c96 "
"/detail/5ebb1ee0ecab4305ae161be719f5a35e "
"/detail/12f448a691de4b3f83a264b722cfef2b "
"/detail/aeb9843f4b044ba287f07b0bcff3df8a "
"/detail/37582405c92248e4bf22ac837309396c "
"/detail/6d759189c4a14728927a26b23acf20f9 "
"/detail/4de4a6ddc0b343b3a1d881b217d1ace0 "
"/detail/9622393799ca47c0b3e236f9cb596980 "
"/detail/c63f327a7ac14bc0948e1415cb3ba153 "
"/detail/f317e0bdd12f4e85826e7351aa8cffee "
"/detail/edce3b49d09045cb9695bb5c5cb67ab8 "
"/detail/6283ffd123bb4b9d8f3906be53e07f92 "
"/detail/450241d3e11945c099074a5edc4d6e3d "
"/detail/f6a9feff8d06453fa2db7ea604dfff35 "
"/detail/0770ba7a42b748febc1036049c493cdc "
"/detail/b10780a75f6749988865e5b63b1f5373 "
"/detail/f54aa1ad0bd8431882b380c9d3cc5b55 "
"/detail/1629d9e9300a4dfd8e890ad6974a04c3 "
"/detail/de1687fbfb8a4eea9a474bd011f15482 "
"/detail/adb037322bee43e9bfbdaa19c04ceb0f "
"/detail/7587a8fe5c114f1eaa3fd23017b98a5e "
"/detail/550f8320f2c442fcac08c23d527caec0 "
"/detail/ee01bac30c574e9ca44ba14f84648105 "
"/detail/7d8a4fc9fbee48cca22ad01c533bb019 "
"/detail/70ee5b33b7194fde9f5eb35de43d85f8 "
"/detail/2203c65e82394c5db1d4c6798f7512e4 "
"/detail/af4d0a8b986547ccbedde069f337f65c "
"/detail/5a29e6ce0cb843d1a6cfd3b7ccd25c6b "
"/detail/58f92ee358fb4450b801fdbf4b1c80cd "
"/detail/bfe7dca069c44211a916dc29e0b2b255 "
"/detail/d85c5586d76549c08aa1c0e8b0b6eda2 "
"/detail/adad861e752d46a5a6bb876833cbf2ba "
"/detail/1cf79bb8d61442ddb5cace187da52a5c "
"/detail/17815ac5e18640bbba190d1e1d7490d3 "
"/detail/397742382c6e42a38ceba3b7089c9792 "
"/detail/c753504ac96247a599a99c98d9e248d0 "
"/detail/8c20cdf3664848b6a4a6c6c2bcc5e8a0 "
"/detail/57f1f17e865e401d983ba3a6bcfeab80 "
"/detail/36343fa09b4b41bb8045cbc968734397 "
"/detail/3d22fc715eac4c02a4e92f40641c2308 "
"/detail/257bd71ccb9045c2a3742a508343f50a "
"/detail/43295050b5ae4c3ebd8c32d7ecb72e99 "
"/detail/65d37e8611a24d6a81a53a335f092210 "
"/detail/406b6821eb634f1c8d8917a016d97019 "
"/detail/aa2aaea69c47477aabc3aaf723766693 "
"/detail/022ac0a73c134162b209bfccbe8226ed "
"/detail/a41e56cfd7cf4d72a5748038067ae749 "
"/detail/cf1081c122d040859d3db7b926b1edc5 "
"/detail/bab10fea66964cfa961d7c2a698b901f "
"/detail/fcedeb14cbee4fd183853781722cff17 "
"/detail/b38a22ed10f841c0bd02dfe418cefad1 "
"/detail/f7512eb04a554f7d99503b60e60a5b2d "
"/detail/3c59a584619e454baf54468e1f4d6cc6 "
"/detail/478c9944a51746c8b1e6fd6e2d1000de "
"/detail/1bf4d812b36444e0a1cdf3a7ceca443b "
"/detail/147820571df04a01bc2fdec8b23ce9be "
"/detail/e4d994e2e63044aaa789176220e9901e "
"/detail/b41734881424499e90fac586460efe65 "
"/detail/d38d2f79498241b6af04042fc959d1c1 "
"/detail/8c6e98903562479397b85cecab1339bb "
"/detail/53314a8989504f40b302043f169ae32a "
"/detail/81444e77699343c187fffb573d47c09c "
"/detail/eeb34ef84ed14083b638e95e474def57 "
"/detail/9759ef0f926a4bd79d266a850411dc7c "
"/detail/c7e9869d010744b8931b6b9a5b7efa1a "
"/detail/47bc81469e414437bf4e17eb65a9dc3f "
"/detail/70ee4054ca6b4858ac71a86dbef1a64b "
"/detail/84d0e239a3304371aae6b3b31009ba95 "
"/detail/be4afffba08c410c88d56a88c5fba1fd "
"/detail/7d9eb814c67f49d6b962ea89b9ae08e6 "
"/detail/b0d93573b4c04e08b298c76a272d1e6d "
"/detail/f68cee8194c74e2cb6d795988f8bb3a2 "
"/detail/f976d218d4d143b0a1692393af0a89b0 "
"/detail/0a8fe50e8fbc4c9b85f5616504211292 "
"/detail/b15562f2b5074eff93294a5a95556394 "
"/detail/8e7acf4d31b24bb389ef016a81b1d04b "
"/detail/7e97188f6a0b4f2b8e4ff473a0b90d44 "
"/detail/9545900910c0470a8621223cf48aea66 "
"/detail/edf06480192b494ebec0a2ed46f6070f "
"/detail/6f05af985fbe4797a8f3d9602df6a509 "
"/detail/534c00f26d494bd8ab2c2f832fcdf3ae "
"/detail/7b1cd1e8d51d4e59a73d04942aff8f22 "
"/detail/cffd568823ba4fc0b5d0cebdd1ce4c51 "
"/detail/6dc5871afd554fa89a9967daabf88f4c "
"/detail/462bcf8ae2ab4a019aa6ebe4744bc9c2 "
"/detail/0fdad15ca2c24dea8ebc793c4bd6a7ed "
"/detail/ace72c3a92c94bba8467e3f0fbd2699a "
"/detail/d46b68046e434107882f4e492042caca "
"/detail/2d5d8f227cad458e854a3de1cd832b06 "
"/detail/d111a4ed259949168d6de0efc59a7d22 "
"/detail/e83132fbd5924bb69d28f0185e38f319 "
"/detail/7868a6ff13b24d63860ee0c4db29046f "
"/detail/f654440d6f444cf78054b0c0f14c9bb3 "
"/detail/71296ff2bb444c5787edc4a31aec1ad0 "
"/detail/69e8e2cdf6404c909f166aac0ee0e734 "
"/detail/2503ae508f24411bbacebe2b01bd79ea "
"/detail/9e9d48bc04fb4a4998429d75b5253066 "
"/detail/67391b2feace4e48a1ff078727cb8e77 "
"/detail/ff5aa2d2c7c64ce18a817c95de4d7a3a "
"/detail/f1f493cfdfda4983a3c0425e9f423683 "
"/detail/98873d2c50454dfdbbe6f901dc8b8690 "
"/detail/298cfd9647bd41b6b9714f27e3610022 "
"/detail/989a78683df24d4292538a960d866b19 "
"/detail/aceee611f0da4b87934cae3fbbd3a639 "
"/detail/c1023801604c45a69112f49fe451a9de "
"/detail/ad847231e63b4f6f90efd0fb4b7170c6 "
"/detail/c6dc8bea9c234666bc039e76421dcb6f "
"/detail/2720dc05c39d4a60a72240b08c914b64 "
"/detail/8dfa8f3fc1a64be996fd7c118c72acb3 "
"/detail/d280058c4e68434393696fc10c7a5fed "
"/detail/10aa2308e3aa4816b155544bd1395b14 "
"/detail/bed1331d6eb242abbf04b63630c8c4d2 "
"/detail/4e333e0a7f1f43188bf665aee72df4e5 "
"/detail/4dfdffe392dd46548db3f52f3cf2a131 "
"/detail/71f75e5ad1ec4c3a8b87832b3554cbc4 "
"/detail/75666c9223ed4c06ac5cceae4662c2be "
"/detail/a19c25e6fb4043c49b1454814494c0da "
"/detail/9651110869f74da9a3d5002f2ad004c5 "
"/detail/3fcec18e38194644bd78a30f29b2ece6 "
"/detail/230a5b3d1c184afbad359e7992037788 "
"/detail/8d78cc610b8c461b9f3d3060bc02c3b8 "
"/detail/a1efd1173bd6428981c099d0df17dbee "
"/detail/364d0d5c4681472bb43cfcfc706d76ce "
"/detail/8be42a90b1ce49e6a937d77e33f04ebe "
"/detail/3ae32774f59347538c8d6f4911175803 "
"/detail/e47d04e31b3d4a47bf25d0f5f545ba12 "
"/detail/c21799bca01b4daea4af8b407e627edd "
"/detail/7501049ba4ab4919b96fdd2e6da55a7b "
"/detail/40ab1e98258e4e058f5e3b7d6c0de30d "
"/detail/1b990647e7bf40ab84acce7649344f66 "
"/detail/226e15c39ed2481a8d37401e19131d78 "
"/detail/c6c244fecbb04c999bff987241025147 "
"/detail/88a853f8d360444f89bd1a3d16e2b226 "
"/detail/a77e9a1a14d8494ea53ef8d70bdedeef "
"/detail/9ebf23abb9964b40965de55b46848131 "
"/detail/1c637f38aa1a49279d1965d73e95cadf "
"/detail/8cda064c1b2c4b92ad8acb3b9304a660 "
"/detail/c5e563c0d9264e6880ddd1c5d7ce9fb8 "
"/detail/aa0633837d8044d2968e25cf48b70685 "
"/detail/bdeca04863514d94ada203cf379ba2fc "
"/detail/206547b374dc44c8831cf84bc8881561 "
"/detail/70af0d914da54cff835c54d3fa45cad1 "
"/detail/2021ed3b275149c2a7bbcebcea3e3e51 "
"/detail/318a08e268be418eae39826373ea40fd "
"/detail/71ae4d7919944701af3ba6773e41276d "
"/detail/a0e0cd4f57c9480c989fa91f178b2fc5 "
"/detail/92940b8322544ad2aa28c6e9caab9acf "
"/detail/b9a235ac4a5c405d9fd1cc849a8abd77 "
"/detail/43b8dbf5d1ea4baaa0eceb679685f1fb "
"/detail/d99b9e4be42f4cdd85a86190a1d5ceb8 "
"/detail/774fe8ae2d104510814a28caf0d300c6 "
"/detail/9ed89748c8f246d8bca41141232f426c "
"/detail/1acccc55af184996be768cf969f37c0c "
"/detail/af364033008c422db836a9b724a64698 "
"/detail/6cd1396ea58246d39a8de490c29b1324 "
"/detail/cd38b49b55824307ba643e86f68c315d "
"/detail/918362c75b23493ea15aa042b43277a6 "
"/detail/ec87571f6fa4427b9a981ffe261a279d "
"/detail/bc3c0e1d84cb4fe89e0a4150a65baf77 "
"/detail/e997c8751fac4ca9859a9e9c9c97ec3c "
"/detail/f1146b3876dc4f27a89bb2636d1b626f "
"/detail/8069cdb31b054132bb5a6ed901e8306a "
"/detail/f74943b759ed4550a683a9bdb96b78a4 "
"/detail/f61937c6d8c14ac9a980dd41edaf6915 "
"/detail/6a909fda32e948e9b811009f53df1b9e "
"/detail/ae5f2155804d4002b26222474a2a5065 "
"/detail/f3a7c98109c94a078cb1d75554b0e821 "
"/detail/bec0290d27054fc797e3743aeb10677d "
"/detail/30ec051ecc9144eab17a9fccc41a19ce "
"/detail/97a3be82647a495098bc2d1112f72b20 "
"/detail/60abde5a90cc44e2bb928d1745c72ae0 "
"/detail/0e3f0cab0c4741ac83e97e8b34abca8e "
"/detail/1ad79943c7e44e4bb6f1fcb3e6831b07 "
"/detail/656125f747d8480eadaf0a4680e11a91 "
"/detail/452f16fa038444a7bb1ab7b6f319ad2e "
"/detail/f5a10f92e2144608817abafb14d9fff2 "
"/detail/96d95bc5ff5f4a33a436170f76fb6073 "
"/detail/d842dce9ac42455da4a8ba9283db989b "
"/detail/b8a26f4793bb470d9909db3fa665858d "
"/detail/aef09c55b7154e64a364d71544061d61 "
"/detail/4301f27076d0402286600ad3f35c5001 "
"/detail/f7a2fe009d8b4be4b16f874d3d880338 "
"/detail/a86883d6bc3d4b96a33aa90f877731f2 "
"/detail/630be7f2006446a68d074cddc08a72f8 "
"/detail/e5968937dd5e45d7ab275556c9ccfc91 "
"/detail/b04abed0209d4644abc53c963966c141 "
"/detail/f12b7ec0cd994f7abc349ca1d703fe89 "
"/detail/4080f260d9d449cc8ef982663e6efcb0 "
"/detail/3e70b81d6c33479abd2294e906a8476d "
"/detail/60af42bfdd6c408494da0a2506fc0dc8 "
"/detail/7b9a4ca4f8834b46bb695dcbf00f7b94 "
"/detail/3b4177823e374535bff828a4a4fba944 "
"/detail/8068d0eb2ad94c65a891509bb738afea "
"/detail/8c542660a6984ed783ef1cfa7e74975f "
"/detail/0f00667e976a4fa1933fd5dd1abd3431 "
"/detail/905cdd327be941b28c590ccf7c84eaaf "
"/detail/7b8fdc5356004679b5146ebd22faa5ce "
"/detail/c628f59954254962bc11917ab328d2d9 "
"/detail/26cfb58d138a4542ae52afd1e3593a6f "
"/detail/28916adf88504c208540d811b87234cb "
"/detail/79fad4f30b6f42fc840cf0b0f8222e2e "
"/detail/b1ba85be51d140c3b95869fc2fe9195d "
"/detail/544a2015944b40c085239bef584aedda "
"/detail/d744bf7892ae4da48aba62c8bbf2d386 "
"/detail/e7cdad3880984ae0bb9f0ba48f0d37cd "
"/detail/e1e5dc6ec9ea40688c2ec208d1c3c9ad "
"/detail/db5460fd7959419788ec414be3947d20 "
"/detail/bcf25eff26a04f17b41f44e1c48e049a "
"/detail/93377fddd0b142e3a5d7efa805b24d60 "
"/detail/7d75119d57e740a0b7b000df607b7d75 "
"/detail/acb714b4465c4d3fb082698174a3da61 "
"/detail/f09a34658a30478792c31c238f324e6f "
"/detail/7bc9d6db9194488f8b827b1673deb5ed "
"/detail/49e70e6f94ce4feb88229663c2319f25 "
"/detail/136d39ef4cc9401d865f6894cb362676 "
"/detail/cfef3b0b7d9248c994f0d80d82fd6226 "
"/detail/d6a2d5d8f19b482b8b6126678687995c "
"/detail/24e2c71a7c4b4edea18ca5b290c5ec66 "
"/detail/e9e61673a188435cbe9c33995dd4e2f4 "
"/detail/d41dd5b504f44b31a4d89f36e35a550e "
"/detail/fd6303c9f48345f0bc41e5cf01873f03 "
"/detail/b69c189b29b14092a20f2a1166b95d0b "
"/detail/bc9ae64410be4b658f3f6cd5579dcae5 "
"/detail/ff1c6a1209704d8a829b197fe85d2518 "
"/detail/201871124a68408dbfa27d6a1cdd8917 "
"/detail/086d88a0cf774a80989f0921454b5974 "
"/detail/5aab08894a0f4b5a80ecf031bd2bde03 "
"/detail/40e5aba8ec1f4d3eba60a57d0686ee42 "
"/detail/2c32d3f83d724b64a58c7ea83c73f69b "
"/detail/fde6e19308134655b01e88a3984c33a8 "
"/detail/c8214e8a097f4b1fae1bdb5ee263fea9 "
"/detail/6d540b91fd6343faacdff28c1f40b0dc "
"/detail/f12f9530d1f743c095fb311297311d07 "
"/detail/f64a7cf44392431b87023bc36608f523 "
"/detail/6e5d3c935ecf4702979b6391402fdcb2 "
"/detail/569ab0fb3a9d4213a62ec9c3d031de1e "
"/detail/9da1be09888447a48eef384588dd1702 "
"/detail/87309abc6eb8424b90560a9b9a9cd054 "
"/detail/f7b35e4c09c448ffa61893aea8050ead "
"/detail/3048361232d742ef8593593c60ce0880 "
"/detail/032e24ed08cf47779de17520147c93fd "
"/detail/7afc909ff11d4564993e6bc7264a0b71 "
"/detail/7e5c164966564de28fe1ae7e8e113089 "
"/detail/7cfce24a92bb4030a97e8a352980a505 "
"/detail/f544ff0a399b4bb7ab0c72030bf4b0ed "
"/detail/8bf76a9370194cf39b8693537fecd143 "
"/detail/050710c300cc47718d8c7599b5c46c10 "
"/detail/cc3c9265c1004c118f3b0edcb8be30d0 "
"/detail/ffc6d6b369a84dfdbf7d1b9350917575 "
"/detail/4b57c2ee53ce46e68dfbe47623ba2ef7 "
"/detail/4af5313c097844cabc8cade116493d04 "
"/detail/924413d1c5754737afdd64b80f87c11d "
"/detail/0ca03fbb20e04d90a225b3e4ae661435 "
"/detail/5faca3f417a447e6b5c6707ceefeffd7 "
"/detail/5e46fb396ca74260948fff4226b8309e "
"/detail/dd1f34968cc94ccf975bba552cbe9df5 "
"/detail/aa2cff4f43ea45b8af20d545ea6e188a "
"/detail/375b7b61ca30453b9baaac1e92b28a1b "
"/detail/609ba8d52a144632ae911c986394fe6b "
"/detail/d034064cfa704468bc2c2d7035e2b0f7 "
"/detail/ab809f3135914f09b080a55ef7585888 "
"/detail/0581b1a7ed82414484eb48ea555b3f18 "
"/detail/526a2e9ef8174e219b0095559127df2b "
"/detail/018445b7c0424bbd916a35e6718b049d "
"/detail/6a479936f2244e3686049f92e85abf63 "
"/detail/fb281add21a14becb1fc62af30d2040c "
"/detail/1ed40543dc8c4c9ab7312953bfbb51cb "
"/detail/dfca4da5892e4388b2ef929bde7dc739 "
"/detail/21a374a2294747f6a30854538504e0b9 "
"/detail/cf85813f532e4972ac69189b9516a94f "
"/detail/d40e51054a8e454cb29b9bcbedf6f65a "
"/detail/3f8c50764d2a4f47881cd9b1ed613a82 "
"/detail/13240e7d85b3475ebdc20a465a4b52e3 "
"/detail/6b14fa460fa64abfbdd83402d76be598 "
"/detail/7c1f7ed6b59042968bfefe8cf2df4d3d "
"/detail/f2699c915cec41d2bbe9d618492dcae2 "
"/detail/598b603faef74f04b1b8fd53e37aaf58 "
"/detail/3fcb082332e3438db85181b639f0e1a6 "
"/detail/e93bce23e282417cb2161bc8f1918db1 "
"/detail/ecb65020e2794795a653727699549e09 "
"/detail/f73554796cb5424382e6c0f7376167bf "
"/detail/bb1aca8b00c74e25a10edfe7f3c5e62e "
"/detail/bfce61d9c5d240bcaf6b0d49660b0523 "
"/detail/8442e3f4157640e38c112561981854a3 "
"/detail/f3383896fe934ab288a51c224ba97b53 "
"/detail/22f823dd01fa436a8e610bc2431fcf61 "
"/detail/da73ef181e6d4ed58334126df952b639 "
"/detail/97400d4122174f648c5c316d5176c881 "
"/detail/3e433cc064194aadb8203d647b14222e "
"/detail/6f93c260dd3f478ea9e1513be9e04d89 "
"/detail/10b30ecdcbb04831930ad72e73064089 "
"/detail/fbd8844d2e7b4cbdb0696375cad0aa24 "
"/detail/17a1302995af45ee8d7baa09b767fe47 "
"/detail/e8039a0e7cb14456a74b307d628b26e7 "
"/detail/5211391386474d2e9e330bcbab024d6a "
"/detail/4d84421f372a41e180a435dc726bc06f "
"/detail/16f1df2c279c4f69804199c23d006778 "
"/detail/73d15e72454c4e38bcf372f60271b284 "
"/detail/bee191328b524b3b93acbad235637aa4 "
"/detail/df842595b3614f26a7596f9b00248d9f "
"/detail/09a6fd2a4d2a4c608cc327088a205c90 "
"/detail/fbd393e8023144e5b38aa20e3f6670ca "
"/detail/713478f1e40345b1b0ef7e5b8ed06db7 "
"/detail/d9bf06dc11f442f5bdb86056e5a7dc19 "
"/detail/18e34fa5fa774ca4bcad3668b629161c "
"/detail/ba4c016ba9064afe97ef3bd42079a728 "
"/detail/0f7348dfbcce493ebeecaa52dce6e7e7 "
"/detail/69d15852e38d4fd9849d65a0254e5918 "
"/detail/45e385d50dee4eab835d2eeb81474b42 "
"/detail/ed0be4994c8c49febf74a49ea5e3ad0f "
"/detail/a19a74451ac74710a15185dcbb0583ba "
"/detail/415c9251b6284fb395c8d95aa7181645 "
"/detail/eceb638df61a414da513d74e84cf3bea "
"/detail/fa4873021ddd48d489ac7ba4ac740c36 "
"/detail/34e51d517f75433c96125b21555f4cef "
"/detail/cace2b591acf4a95ae001d7bc8ceb09a "
"/detail/5204980e477d433cad96085eba9db7cb "
"/detail/84d229ebdfd0432f90dea83102799186 "
"/detail/fe783e0b554c4b549dad61e3683eb396 "
"/detail/bfee081e308a467d90f51a6b163ee61a "
"/detail/650389555a614a48bd1ad877bb5c70c3 "
"/detail/6b6d873d4d5e4e8799cab014f6d11b57 "
"/detail/9ac2c4b2e85c4ceeafc3679b02639797 "
"/detail/20d557e7c8674e0a89155f337ec341f9 "
"/detail/69fa34dd2af5429abb86901ee7221702 "
"/detail/046854098b3c4e28940a2f37ff88736c "
"/detail/091cbff0c83042ce95360362d95e9c4a "
"/detail/e7107ae76d1746fc8eb41c1b9d17b5bc "
"/detail/707ace20d7e2424aac35df006e9debca "
"/detail/4164469327f24b05ac129f708077d778 "
"/detail/97496e2217704e9984313f4117039c4d "
"/detail/85787f608e1f4fc6a9c0aa5a50ca2b40 "
"/detail/847964a022c34c3fb1f71177a6fd0a42 "
"/detail/8952cb6e959744edb9ff89fe13ca8e03 "
"/detail/8741fad66b594126b0d5d64c3b671a7f "
"/detail/1e39137110164fb7817f637a87396975 "
"/detail/06e47f91cacd498e8b97f8c5aba9713f "
"/detail/ccd9066175b04394928dd9724466b232 "
"/detail/2b52269145784c2ebf204bc9d0f69db6 "
"/detail/6e381d6b87524bc4817f39d88d965b88 "
"/detail/1fed0cab3faa4b8695f59173e08be362 "
"/detail/b1ee1b8a5c4c4c018f51202148a00583 "
"/detail/0d15763fb7e64ab780762a3ba601ae6c "
"/detail/d9ad9bc07d9448f0b0b59e95bcc67d89 "
"/detail/fb88c0796aee4b11b3f28e8f5fe6fd8c "
"/detail/0d872a2a239f40febfef9048b2e4090f "
"/detail/e78eee4d34be49c28042466d00f82f2e "
"/detail/1c9633014369496ca695cc11eeba8151 "
"/detail/3218edf01d84445bbc000bf71d32fb30 "
"/detail/0540faabad6046c296831a7e60d7afd0 "
"/detail/27cc92a4506042aa83fac90390f228b4 "
"/detail/8d869a4e2a994460adac9506f57365a6 "
"/detail/42148a7253444e7bbab4a8ae8ccaa5b3 "
"/detail/ef464be87ff74f7384efa6016d91d127 "
"/detail/7c6f17798a754c749f038bb588490847 "
"/detail/5970851800c74523ab8633dae3c4d0f8 "
"/detail/1f4948a37f1549eea54b015c9171d569 "
"/detail/ed97a2df2fe447ca843d2a57b5edf0bd "
"/detail/be47d99ee46d4e159ddbce9cf878eacf "
"/detail/8c2481e41a8344b881669094eb365491 "
"/detail/0647dc33b8154413bad2c9d3a2084bb8 "
"/detail/861b8893c8324a15ad3f2afea3712c89 "
"/detail/0be6c1cc5c8d4a6e99778d04187b384e "
"/detail/a044021e793c46738d0fa7599ff4035c "
"/detail/212c6d559a18406a924467193d912e44 "
"/detail/8df3c243b65241c78bcb534b6025f147 "
"/detail/9355f32a48b14431a9804293e82e0120 "
"/detail/6c13907078534057a33d81d574cbc13e "
"/detail/ddbb29d96e3d42048c9c450ecac73fe4 "
"/detail/6c54d3b5a5834647aa182d52769b9df4 "
"/detail/3dd8389370984d7782edeb34d0bd805f "
"/detail/f0585186787444a3a1d853f2f5ba2b75 "
"/detail/ce94d0cc7d7443aa92ba14cbfda2d6b6 "
"/detail/af2df1878d3b436f886d7f56b56f1d5c "
"/detail/1055cff1f0dc42e5a97005e224348a6e "
"/detail/b896053ba01d4ec9864794f96f25f20e "
"/detail/08446373e4f043fdab0d0ce78355c99c "
"/detail/6539e67e48df453a94d99cf332bb5b44 "
"/detail/da85e2f2a6b145e0a06146c9014d4c6a "
"/detail/0111f8535a3948e8a96489cb9d915f48 "
"/detail/56d7e06eb90f4444a6aa37b6cfc7e0f0 "
"/detail/8abfc0ec0c7f44e2aa9faf778876de2e "
"/detail/e54a77bafff1421da29337637b21fe29 "
"/detail/9444c4dfdf154eeeaf4e53d7f90bd203 "
"/detail/b171b39c76564d0990c7d0e9883226cd "
"/detail/adb42016585941a3982efe96f98dc6e9 "
"/detail/eca6c61d1bb64a79b61b8ea20342f59a "
"/detail/97417c60899f440b95cce29025400f85 "
"/detail/25d956b2f2db40a78b9eee88836d121e "
"/detail/f0b8623975fe4ea0943fae3a6472a039 "
"/detail/82a191989acf4e39b5a7cfbb80653224 "
"/detail/a744d01c7b444b4cbb1f11752e9524a8 "
"/detail/e9dc974193e947cebe057b7a3219d2e4 "
"/detail/9dc1990b315443f4b11ae9108e3e1758 "
"/detail/4e178ebc2aa94f96b4f83466da03f05f "
"/detail/fbf480d78c31411cb61f9f5880799938 "
"/detail/7d04c91565fc4778b5d21b40686f61f6 "
"/detail/6b4e2dec349c4b00898f097bd92b5e9a "
"/detail/c46e8943f5d247bc9963d45fdcee5c6f "
"/detail/caa13d80127f4ccab2509c9f98af12f6 "
"/detail/27ca355fa1134be9a8844e6abbfebbee "
"/detail/e5995d898c9a4e929fa29bc3bde793d3 "
"/detail/cf82976da3f14f67b16e8d9e75b53aee "
"/detail/5c02edacc7764cb393dee83e5b29c8d7 "
"/detail/5b6caa5604d44e2a9a3a6f648f212be4 "
"/detail/ec6e9da70847444895554d5bc8826f29 "
"/detail/ee8a73bd159f4e2fbe00a5dc96158e7d "
"/detail/e2f150f06dc34e42993e7cf6048a4556 "
"/detail/8f704250f1d1458683a1f48e61adb4ae "
"/detail/b0d2ceed22d04ade888d000cbf6a8745 "
"/detail/13136a881abd4475bf7565b7d212080c "
"/detail/01b6be6510dd4240a4614ab7fe93de7f "
"/detail/4118288a39d54c5eaf9dce20b23432d8 "
"/detail/caab55990b6541cf96d4d0e23bae47ba "
"/detail/ec909e866cd443c09a61ac5437dd199a "
"/detail/3104212a9f044523a58f74ead66866e8 "
"/detail/f885ffeab5824e5994964c948d753148 "
"/detail/34327be5dbb44895945339588a43b466 "
"/detail/bfcd7d83e3824f00ba86a7bf80940c88 "
"/detail/72514b1532b64f73a9fbf47baf255ab4 "
"/detail/e08d5535bd5b4ca593ae61b710b78113 "
"/detail/6e3d33e6eee94272baca5bf75271105d "
"/detail/817655206b99448cbd68b3302a622981 "
"/detail/76b7abe8a51e421da1d8e557b84c7ce8 "
"/detail/f3eedff565e949cc87a751df8477b257 "
"/detail/d270ad2f44744038ba3a4e61bb21ae31 "
"/detail/5da5ec9bf2ef43ea924485c59d4ab67a "
"/detail/ff5738de6f444983939780ca7929cd68 "
"/detail/98758c7853084bcebad03bdba7cec327 "
"/detail/8207bc3948644b358eba4b0481b706da "
"/detail/8c64228b57994658b91182137e287806 "
"/detail/91c83ba2362244949c9e05c4febcbf01 "
"/detail/4ab0730ca9ee44858d160e11feb3315e "
"/detail/082f32fc5b6b4e7a8af1a86f82b067f6 "
"/detail/2185b5c5d8374122aaabde6607c502df "
"/detail/b4b64acc90c6411482fd9db6c8f96f49 "
"/detail/cc0b9d31db3c49f0aeceadba1584b210 "
"/detail/03063b68efa44b4f9ea83cf73be663ed "
"/detail/484e0c21b86b4f4b8052439585b7d6cc "
"/detail/8855cbd81da54eb199b87b5c88acfc53 "
"/detail/3c7756188485458592d8fc305c4fe7d3 "
"/detail/4aecc640c177477ca8d0f2e2f0bbe255 "
"/detail/95d06322efe8470bbe34cb40d98ff8a0 "
"/detail/6bb1e50aa6f245489d68dd516e7b0070 "
"/detail/3876768531e14776bab81c7e49e63625 "
"/detail/f4f6f810c6b24cd89fb0237e72fdc361 "
"/detail/48623f74242e4556835be8fb7ea8e971 "
"/detail/21a6d9f7c4da4ce2aa5182daa140479d "
"/detail/36745af7b97240989f7baac0fb9ba9e0 "
"/detail/74da80176af94a41a1e564585fd5d4b6 "
"/detail/0381562c1f7d4f26be6a922e3f7c7cec "
"/detail/0fcd4135a9e846b49cf849be143569ba "
"/detail/3a0a89dd653e4c438162d400fe4450e6 "
"/detail/25cfd871b70546579654582382e68c0f "
"/detail/9221db64cbc54ff0be53254824aace1b "
"/detail/b068c8733e6d4375b4d47487242d4ad1 "
"/detail/4335c5ab23ba4b14a31783c2079f4e75 "
"/detail/8c13a50b7cde40a4900cd955e75ffc36 "
"/detail/0c0ca6470c144dd8ac25ba892dec27de "
"/detail/046a73edcf054114a12a7d5993b944a1 "
"/detail/06d9fcbef8a64198a063d3bacb31fe03 "
"/detail/798bf61efaaa478b93cdbfbf892188e1 "
"/detail/6e91fa8fc0e64d38a52867cf050be050 "
"/detail/9d35225392f14a8a91fd3fe4d3e4b2e2 "
"/detail/a036a1692b0a4a5b8d05e87213341a7f "
"/detail/93e012735e1f423f9c55286dc1f61059 "
"/detail/2b50c32def0640a2944ccbe759895f3f "
"/detail/0e1db1394451456ab9d549e752caeabc "
"/detail/2eb87d46b25e4f23bee6826e5a53fb1f "
"/detail/d54539ebb0bb4eb59a7ee95af2c4baac "
"/detail/a4bb0d020ab34e9a8e38ffc9f4e362ea "
"/detail/ec555bcae6bf4709829e2d5ef208806d "
"/detail/224b6987209f4bd4a5168ae1af0b7636 "
"/detail/bd756dee9bba4d60b07d138dbdb64e4e "
"/detail/9d8094e327fe44a6844669eade9f4575 "
"/detail/c2cd843a111e4f8092310788318afc09 "
"/detail/b821b28cd9934bffa2509288187c905c "
"/detail/f5564cbc6d2c47ec95ed7a76c53fb08b "
"/detail/7c0edbb6ff3545dd9126fb3810bc5b6b "
"/detail/f505e86b627e4ec7a17e90a2469c3761 "
"/detail/849c52d902464254b6ef2cc46f743767 "
"/detail/ed16a08b541e4901878c7afdb3f50ace "
"/detail/cd95379199a5406d9c46add05f4c8bfa "
"/detail/a668083906f845e4bb6981552093c81f "
"/detail/5d53616ab9dd42b0a703e590de134b09 "
"/detail/9cb7f32a8ae54db9baee55861d5de426 "
"/detail/fd23b9a0fba645699cca21b095960ffc "
"/detail/c5ade040a70d4f22b34caedc3d93c441 "
"/detail/7ab4f209095f479daeb7052cda65a52a "
"/detail/4eff0540dbb748d3b39b989d37828734 "
"/detail/2575917698b445e5bfd03c4368f205e8 "
"/detail/c4963f4524334667a5c08f5048e6a1ab "
"/detail/c604732e69e54395a57431b3decbcde5 "
"/detail/2c09d73bd90245b4a8c7778d55fb0d3c "
"/detail/169ebae0493b405e8e0a77198a438e61 "
"/detail/156d7e02ebc64eef8eac725a6bd8c497 "
"/detail/03820f980b2a45cea749d77a3ea925b6 "
"/detail/6bb759d26ac245f58aeaad794b0007fc "
"/detail/0b312581eb0b480a997416cdcd9f0bd9 "
"/detail/e1cb39471d1445bc92bcf4ba69124cf7 "
"/detail/8f357a9d134e46d29e293ad00287b051 "
"/detail/9b18e0f363e14a11af3db532ec513fa5 "
"/detail/050f128a62ab429b8b715f1b0d10fe0e "
"/detail/a6f5c63170e5427f8708dcb15fee5c6b "
"/detail/7a7e9056382e40ffa2339ef1a63c0d20 "
"/detail/e6de1d0ec8eb4fa4a2aebe2318c69364 "
"/detail/83b91815c1064e4997704ab46b5c6926 "
"/detail/a07adfb57e944121a6c5ade7519c01e4 "
"/detail/1f177ebea7a74a3589e30eed1a97752d "
"/detail/9260c7edee7b447aaa3c3686da7f20e4 "
"/detail/6b45fefb12324290b63ea02b3b17f163 "
"/detail/f62660a1476c41c79af262b079d2df9a "
"/detail/57849e12b3894758a8c30a3e17243a87 "
"/detail/20b621fe101942f1978dba339e1d5179 "
"/detail/9909435662964c5989e609a2b5b60751 "
"/detail/2e03536b9dcd40f7917137e97e47d22c "
"/detail/4ae6b44de7dc44539ed869c972bdd3a0 "
"/detail/2333dadd776e46dbae0d879ca99f7ed4 "
"/detail/9863ed19bfdb4a839683af93b164645c "
"/detail/a2f08c8cbbef44e39b57e0e0fe86d881 "
"/detail/a7ce819a0c664b5fbfe37e98294696ba "
"/detail/22c6fddc66d44bc5acb639400bef41f5 "
"/detail/bb47e9383c1a4b768b80bc6e72262fef "
"/detail/8894856e3a924fe79aa01823116f5fa0 "
"/detail/90e1c8da1b1e4a62a3dd3c24aa302ba2 "
"/detail/b17ae0e53b44477295291309841d045c "
"/detail/3dda150f78bb400a90cbc7cbd15eba35 "
"/detail/ca9c65e008c24520be1d7b6bcf9d2d79 "
"/detail/ee0bf03bf44644b0844a0419dd10f6ba "
"/detail/c91b25fc051e458aa7d52a63cbceb487 "
"/detail/fc5a03670cf94cde80a990eea0db8e18 "
"/detail/f37b1db2d8744d4bb45152fa5d0d3bb7 "
"/detail/3d44da570e384ee5aa11a94e08c25762 "
"/detail/9d2d3739ba6240aab6f0961f6dc95f10 "
"/detail/fd3ea27a9e9a4ccc86e657ebaa858e73 "
"/detail/6bd8394d156d4bccbea7d3e0aa62a115 "
"/detail/2133e75eabc04176bdd99cc295626553 "
"/detail/626623d091eb4bf78f5219fbfe2dc4ec "
"/detail/739ce42cec46425b8660397a8daa7a26 "
"/detail/ddbe1194a4b74f98bffcbcfb7f605798 "
"/detail/ea70c9506c004e5183667bac254323b5 "
"/detail/fd17a274c52c450f92c52d25bfc882da "
"/detail/555c1e6b77bb4feaae6912dbb5890768 "
"/detail/aa765bfcb837438b804f26056564d013 "
"/detail/6181b356a9144a5fb9e9a0004bcb3025 "
"/detail/cf201c50058948248d8dfcea1d0c1f03 "
"/detail/ea97f0991750445ab82a143c268422b4 "
"/detail/7f315682502c405baa4b3b66add72ce1 "
"/detail/90d2d49d95e244ca963853b5c550a967 "
"/detail/1d9f338b2e374c0597e2f4f7c8a13bbd "
"/detail/7e36e27d07e845b4b3e436352524e25d "
"/detail/1f5497faead44bccb9d57c6c5b58897f "
"/detail/6599b7d7c2ab4823bc69ac4eb29efd74 "
"/detail/e6e049b58436431085ba9808b2240ace "
"/detail/93e7bd42e56642e393de33b00138618e "
"/detail/646c2053306648c1887f594c5348282c "
"/detail/2ff103192ea24466813cea33e7625762 "
"/detail/348e1d4026c7433d9ddb3d8d7b16b839 "
"/detail/e5fda7b1a0af4e90891435e7b57479f8 "
"/detail/c63940e77468444291fd1aa5acc90e6e "
"/detail/375a01a4c87948d0b8f40aeded131885 "
"/detail/ffcabc15b39a45c8ab5eff203d5ec17f "
"/detail/d5f21a65d15b49dc809a0d08cd05a85a "
"/detail/bd964333bd904e599616c2db42751180 "
"/detail/5a88dab8596d436d889e560c822f6e26 "
"/detail/fb881b050804476897098861e68d745e "
"/detail/65139590dc384732a2c0a4330e2e1586 "
"/detail/35dfcdca1673457f9006efc2d268d809 "
"/detail/7a52afc54eaa443e8da1c4a2415cffb2 "
"/detail/474596d0492f432b9452f19f8f7c65ee "
"/detail/33607d10bbed4a2f96337948f9f0dc95 "
"/detail/9e074285684b42b7a63a5890d4a1f4a1 "
"/detail/6701fe7f2af744cfba2833799eea6f13 "
"/detail/b43de9e471a9442a9c845d14fc6559a2 "
"/detail/667ef325ddc44a6aa59dd6c8258cdb6c "
"/detail/8bde5e9a97034ab28250c4b5495b2e85 "
"/detail/f371775d83064af38f262f6ff3eba1f5 "
"/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/cb915e6039f04329bf2a38c281a7bd0e' , '/detail/399c04228cff45f6b81e7e560bba71b4' , '/detail/b1b9a068a6a24ea7a4bfc4023ad63ad7' , '/detail/9aa7e9bbfd274f93a5594a0efcedf517' , '/detail/2716becc6af54d05bcea6baf7a96f193' , '/detail/d65aeab29e4b44b58eabe5880ed888c7' , '/detail/0ec4b5e3b2c940b0a5f6f670066b4973' , '/detail/e794d635de8a4683b797721819320327' , '/detail/5d7ba723d2834e84a10869596bb6642e' , '/detail/fd6895024a344571b42ad1eadc3ce6e9' , '/detail/f15ec4a0c70a46379d1bced50527ab8c' , '/detail/91e16347f0314cb7bfd3d606f48dee01' , '/detail/ae8da0a8c93a4a8694b4cffeaab332fb' , '/detail/40572f249f21423880935f04bbf3d29f' , '/detail/fb299e76fce243aa8bf54a5e6285a655' , '/detail/91d374c99bc34ae7beae6a9e506318d1' , '/detail/e9467d4a59514abb9c220c0eac2a4efd' , '/detail/e6e8b7da026a452eb323409ad06b9956' , '/detail/e94c714dd1174c07a03de0e9a1930e71' , '/detail/2bc57a2510f74553bef566fa7e9abc10' , '/detail/7adff263991942e2bfbdb03eab3c84f6' , '/detail/5e492ac433124073a968a263ae02ee86' , '/detail/bbde709ebea14475bc5138f8f55d061e' , '/detail/ad5314af466d48e5b86eb778c6fb1b4d' , '/detail/041c8ed6153641caabef692eb7599e42' , '/detail/ca12521a95d94da0a10c0de41c6897a7' , '/detail/b0bc4f7e79ce40168d0f7e5716fbbee5' , '/detail/1d3eeace788945c095403e26b2d30131' , '/detail/76057b0d91b14cae9383a3afc3506178' , '/detail/a07497cd31c748fc92e680b02d4cad8f' , '/detail/fa86449b32884e4d939be7611957c973' , '/detail/5cd16e6892ca4673ab6520b7cf6d4244' , '/detail/fce9aaa5b9724ba3b94c2da7b1e66436' , '/detail/931f14dbfe744ad1a078d3729238eed5' , '/detail/5a74fff20e0742db86d036b922fdba93' , '/detail/804feb3863c9470288f5d5fbaf5c2733' , '/detail/49a333da6a9d422698190dac1b1e9d34' , '/detail/c15bb3999bf64c0a9d74d0e71ff34f3a' , '/detail/2075ff76509e4401986aaeb252a47eaf' , '/detail/2ffca066d0a0472d92b5164c4abb4916' , '/detail/bce74d4bc25d41ee9196181fa87500d9' , '/detail/f6982fcdc8054bc7b69d8cc7bfc22536' , '/detail/bdd6c3ca4a004aa293a282059945a9c2' , '/detail/fd573fd994324a8e997929962f1acbb2' , '/detail/6fd5581ffd1a41dfb5dcd5a67287a497' , '/detail/d10ef31a1fc5445ca67ca7fc860ba689' , '/detail/c1cbb55fd717403fa00a0de1de3c8057' , '/detail/dd23cb5ce3094374b1345df9e7189178' , '/detail/91b1eeb0ac144cafaa8ae5447e5855e9' , '/detail/90ad9cbb74674ecd968b0e5a4cc548ba' , '/detail/c2e13f2ea2454b39805ad1aac3c6d242' , '/detail/715e2a0edb524e499e88372fd5b16729' , '/detail/34cc5bb522bb448480864c803eb80dd2' , '/detail/2cb4e4dad059429fb6c043772f2d6168' , '/detail/957d51fbbee04eee80f5d9af9dc7a4e3' , '/detail/fb602df390164b65affd67cc9a2ed1f1' , '/detail/dc22873517f44f2f953af54bb7a68ea0' , '/detail/68c439d9301a464bb0af9f1a035d2450' , '/detail/69d50d5f3bfb4f5a9a9fce48460cddb8' , '/detail/d3087c91c4644b168fe53d4b16abc519' , '/detail/24d2c2ca37c74e36bea954596b6dfa6f' , '/detail/8f8e0b17c16844bd8f1190ce3081f505' , '/detail/77fd61c275424237ad227db133467e4d' , '/detail/d77bb67537b841ffb93ea50a41acb86c' , '/detail/b9375590800b4a0489c483f80918e650' , '/detail/43dac799f501433eb5e87279de637877' , '/detail/818b3bea1425404c81eff26c8603073d' , '/detail/bf5cc2144109412490cda073cd3fbad2' , '/detail/268fc412578b406f8945566b61785612' , '/detail/74a41b9595ee487daea38fe57ff7232e' , '/detail/0b796e0c7bc446aeba376dfdcbcbd2e6' , '/detail/4e47a14724884cd0ba9e3b6b9b7e7d88' , '/detail/3f1dd94288db4b87bc14fd03d642c229' , '/detail/5bd08049ece44b7e9cd9689bedbd1047' , '/detail/abdc821dfc124f4bb3f103ba037b8a1a' , '/detail/4203335ca42b49a6ba1bfa6a4b34ecc5' , '/detail/06928528a088470da6e04eb63cf91890' , '/detail/2e3346a82b414435b21397ce9082c130' , '/detail/7297aa5b4e0f486785a9c9a12bec7e01' , '/detail/6ad8d3ac4bf24573b01499275fb3a934' , '/detail/2e2f27d6734f4cb0a07e12574a91c66b' , '/detail/25ba610b736b44a692bc838d606f077e' , '/detail/0747b3ee39e64e3e9006d03147a95e9d' , '/detail/b8da2b26ce92471a8aa59c0a98bdf736' , '/detail/b2d045dfefd8447fb20e3d12e6e605bd' , '/detail/7126c3f2d9c6420398ae492ff0f465fe' , '/detail/9469b02a549e44419b9edddb315d50c6' , '/detail/52af8ad28b1c4ee6a0e10470e4de88b4' , '/detail/bc45d549e7cf4803a877221abf0baae5' , '/detail/4866b2038a3f475f8543bfafd36b01fb' , '/detail/8689bd201927489797b669c72e045ee8' , '/detail/9077da2a2ce24edd9ac067b169b1a104' , '/detail/cd4b824ea48b4b7e97aec104fae16ec9' , '/detail/57c91979f5584dbab641c5f4d9b77e7a' , '/detail/749e039f8c104575ae7fb9c644aa3cd1' , '/detail/17900c2a79784fb2a5de07f3c083ef5b' , '/detail/c686ad9bb27e40048505087bdb5b849f' , '/detail/99aba6ef5fbf47be9d7355d734a73162' , '/detail/b56d774bbc8c4b63b09f411d56e6cb02' , '/detail/213422ad4e8242e4af7e3500637396d3' , '/detail/4f6871b81f474fe29ccc09e30c7efd94' , '/detail/c486e31c6be045e18aae2e17b6907aba' , '/detail/c702036a9bcf499ba4878fab1225f73d' , '/detail/f97caa237c294498b3af603eaa8d3363' , '/detail/4fa581632de14e8a9353c500c7d00dee' , '/detail/9841cb38efe945399e3b75d39c3e9bec' , '/detail/a90319796686407b9795490fbc7029fe' , '/detail/607c9234c5ac4c3b9d8edd13ce102902' , '/detail/5273f25e874942cb82dfadd5b054a179' , '/detail/446f9e26ce4a46668bd5d731bc37e27f' , '/detail/c2a3573b7a8d4c4f9626afbceb45bf5b' , '/detail/2e5792f6a9794a49830e63329ca7659e' , '/detail/e3226bf41a7842aab7f9cd436f1e8c3e' , '/detail/0dd3205127e4463e9ca79867d611d5e4' , '/detail/931adbb5af6249a3a638d6d1ef4b2c10' , '/detail/75ecaaaf30b3468ca50de74056474537' , '/detail/135b41987fd74775af2a224edbe165ae' , '/detail/e2dc4c0becc24226bee305ee0f4c759a' , '/detail/e551282611564003b8e80f1e0b3148a1' , '/detail/fd02616c387a4c2eb547845bffabb6a0' , '/detail/a013d8a5c05c4c179ed5ee67ba295b05' , '/detail/ea013536bb104838a528c42097245a4a' , '/detail/7faa0e375e9241a18edc4966d57ed5e1' , '/detail/64b2b75f4a5942b88cd9c96b448ac858' , '/detail/a7c3bdf9b4854b07bb7fa0812f97ace4' , '/detail/27cf1d93e95044ef8f651caac1d1bfab' , '/detail/059b606a4d524899adbca872f8c49715' , '/detail/151bcc6565a34e8ebed1d8ce1588a850' , '/detail/1a415083786342fc913803f233c82d8e' , '/detail/259a257aed1b4fda9d3afb83a0d05c79' , '/detail/c9ba3dcc160d4f268a7aac3ac78bbbb0' , '/detail/90eac5a6aaf14aef9f57439ee526278f' , '/detail/d28670e95c3c44a5b2df2a6edb98de79' , '/detail/148fe2d740e846829279fc7c1f643c9f' , '/detail/3caa814f9a5f4387b66654b96a29ce00' , '/detail/060bd36cc49d4bbe86c07cbd460b77bc' , '/detail/b0e53b9fb82a4310ab995285d3068dc2' , '/detail/0baef82cde864f539d677a178cae3a18' , '/detail/5fb2dc7b332f404e863ef51eb8796b39' , '/detail/cf1047ce28fc4118984f35b2e9d96634' , '/detail/57b07df483c2418bac4fe8ee2dbbf806' , '/detail/ddc2980e350f40528437e6c4beda44fa' , '/detail/af781a9fa12f4c36b493370303e7a834' , '/detail/862afab9e63b4f67a10bf9a792d210d7' , '/detail/72947c0213214597b5339601402088ff' , '/detail/ecc668d043c74c7a9102f2af99f6950c' , '/detail/806234dd44a246efb2369947c2757e53' , '/detail/e57391622c464161b5ae3b11759b0ea0' , '/detail/c984331026f2496a833acf866e1d5080' , '/detail/715091aa614948429967edb6158bea85' , '/detail/e460630f110940818461dd2d6ca48ac9' , '/detail/c2f46f2fc6304b89b6a26b3131dd7c90' , '/detail/64c716fb13374fc5b87c1723ff5c37f1' , '/detail/19dcefa7ccf34beabf45fc479f68cc1f' , '/detail/0b1b995c25c04b6eb26c1c8af129ddf6' , '/detail/2fdf6b2d4c8140d48edd0401184828be' , '/detail/bffff19837e3403881eceda4e088638b' , '/detail/427524ecacba435dae7742ec37b7dcc8' , '/detail/f9b07449d1844b66be4457afbf6cff3c' , '/detail/f8cd8d99bc2148f79f1b78580fe18a20' , '/detail/f3de2b0d9ff04b2bb0154c414b445c33' , '/detail/e12095ab0f044138985c335e2be04ace' , '/detail/bde6d8cfad9b40f5996c601dc1573de9' , '/detail/6fed69284cc34fb59712cb5f0eb41efa' , '/detail/4b894379101d41f6b21db6da52e6c2c7' , '/detail/e4b056c156a04b5882e8c032010b2775' , '/detail/00a01c299ef74da5bcf5b5ebc7834a06' , '/detail/3aa12282e9144cdeb8c57e517421c220' , '/detail/b4a786a551174cd29582542b57eea1ee' , '/detail/33b167317f274bef8cb457b14e8d7755' , '/detail/c0e14ab6b5014f309118f207c63926d7' , '/detail/6f84400a55334547994d52b88f679428' , '/detail/f4da843a667f41bda4635cd4fde393d9' , '/detail/73f4d33de464424596cb7a6af0e4c7f1' , '/detail/bdd89afe344e44e0872f691fa13d93f0' , '/detail/e9201a6fe1574ebbb1f97c00f1532e7f' , '/detail/fb6a25d910f34b2794ff3442874d6f6e' , '/detail/62a3088174554e3dab7bf84499edfeb0' , '/detail/abc19652daf44e60849b9e5cff8d5aa5' , '/detail/c7602868876842ef91c26c3b6a5b8d9d' , '/detail/8c136fca1c3d465b994a6ead2fa59256' , '/detail/65146896e47b4c3984af11479818eb69' , '/detail/89854630c3b0423db879d50168eac627' , '/detail/21747b7f48dd41528c0e38372e757c96' , '/detail/5ebb1ee0ecab4305ae161be719f5a35e' , '/detail/12f448a691de4b3f83a264b722cfef2b' , '/detail/aeb9843f4b044ba287f07b0bcff3df8a' , '/detail/37582405c92248e4bf22ac837309396c' , '/detail/6d759189c4a14728927a26b23acf20f9' , '/detail/4de4a6ddc0b343b3a1d881b217d1ace0' , '/detail/9622393799ca47c0b3e236f9cb596980' , '/detail/c63f327a7ac14bc0948e1415cb3ba153' , '/detail/f317e0bdd12f4e85826e7351aa8cffee' , '/detail/edce3b49d09045cb9695bb5c5cb67ab8' , '/detail/6283ffd123bb4b9d8f3906be53e07f92' , '/detail/450241d3e11945c099074a5edc4d6e3d' , '/detail/f6a9feff8d06453fa2db7ea604dfff35' , '/detail/0770ba7a42b748febc1036049c493cdc' , '/detail/b10780a75f6749988865e5b63b1f5373' , '/detail/f54aa1ad0bd8431882b380c9d3cc5b55' , '/detail/1629d9e9300a4dfd8e890ad6974a04c3' , '/detail/de1687fbfb8a4eea9a474bd011f15482' , '/detail/adb037322bee43e9bfbdaa19c04ceb0f' , '/detail/7587a8fe5c114f1eaa3fd23017b98a5e' , '/detail/550f8320f2c442fcac08c23d527caec0' , '/detail/ee01bac30c574e9ca44ba14f84648105' , '/detail/7d8a4fc9fbee48cca22ad01c533bb019' , '/detail/70ee5b33b7194fde9f5eb35de43d85f8' , '/detail/2203c65e82394c5db1d4c6798f7512e4' , '/detail/af4d0a8b986547ccbedde069f337f65c' , '/detail/5a29e6ce0cb843d1a6cfd3b7ccd25c6b' , '/detail/58f92ee358fb4450b801fdbf4b1c80cd' , '/detail/bfe7dca069c44211a916dc29e0b2b255' , '/detail/d85c5586d76549c08aa1c0e8b0b6eda2' , '/detail/adad861e752d46a5a6bb876833cbf2ba' , '/detail/1cf79bb8d61442ddb5cace187da52a5c' , '/detail/17815ac5e18640bbba190d1e1d7490d3' , '/detail/397742382c6e42a38ceba3b7089c9792' , '/detail/c753504ac96247a599a99c98d9e248d0' , '/detail/8c20cdf3664848b6a4a6c6c2bcc5e8a0' , '/detail/57f1f17e865e401d983ba3a6bcfeab80' , '/detail/36343fa09b4b41bb8045cbc968734397' , '/detail/3d22fc715eac4c02a4e92f40641c2308' , '/detail/257bd71ccb9045c2a3742a508343f50a' , '/detail/43295050b5ae4c3ebd8c32d7ecb72e99' , '/detail/65d37e8611a24d6a81a53a335f092210' , '/detail/406b6821eb634f1c8d8917a016d97019' , '/detail/aa2aaea69c47477aabc3aaf723766693' , '/detail/022ac0a73c134162b209bfccbe8226ed' , '/detail/a41e56cfd7cf4d72a5748038067ae749' , '/detail/cf1081c122d040859d3db7b926b1edc5' , '/detail/bab10fea66964cfa961d7c2a698b901f' , '/detail/fcedeb14cbee4fd183853781722cff17' , '/detail/b38a22ed10f841c0bd02dfe418cefad1' , '/detail/f7512eb04a554f7d99503b60e60a5b2d' , '/detail/3c59a584619e454baf54468e1f4d6cc6' , '/detail/478c9944a51746c8b1e6fd6e2d1000de' , '/detail/1bf4d812b36444e0a1cdf3a7ceca443b' , '/detail/147820571df04a01bc2fdec8b23ce9be' , '/detail/e4d994e2e63044aaa789176220e9901e' , '/detail/b41734881424499e90fac586460efe65' , '/detail/d38d2f79498241b6af04042fc959d1c1' , '/detail/8c6e98903562479397b85cecab1339bb' , '/detail/53314a8989504f40b302043f169ae32a' , '/detail/81444e77699343c187fffb573d47c09c' , '/detail/eeb34ef84ed14083b638e95e474def57' , '/detail/9759ef0f926a4bd79d266a850411dc7c' , '/detail/c7e9869d010744b8931b6b9a5b7efa1a' , '/detail/47bc81469e414437bf4e17eb65a9dc3f' , '/detail/70ee4054ca6b4858ac71a86dbef1a64b' , '/detail/84d0e239a3304371aae6b3b31009ba95' , '/detail/be4afffba08c410c88d56a88c5fba1fd' , '/detail/7d9eb814c67f49d6b962ea89b9ae08e6' , '/detail/b0d93573b4c04e08b298c76a272d1e6d' , '/detail/f68cee8194c74e2cb6d795988f8bb3a2' , '/detail/f976d218d4d143b0a1692393af0a89b0' , '/detail/0a8fe50e8fbc4c9b85f5616504211292' , '/detail/b15562f2b5074eff93294a5a95556394' , '/detail/8e7acf4d31b24bb389ef016a81b1d04b' , '/detail/7e97188f6a0b4f2b8e4ff473a0b90d44' , '/detail/9545900910c0470a8621223cf48aea66' , '/detail/edf06480192b494ebec0a2ed46f6070f' , '/detail/6f05af985fbe4797a8f3d9602df6a509' , '/detail/534c00f26d494bd8ab2c2f832fcdf3ae' , '/detail/7b1cd1e8d51d4e59a73d04942aff8f22' , '/detail/cffd568823ba4fc0b5d0cebdd1ce4c51' , '/detail/6dc5871afd554fa89a9967daabf88f4c' , '/detail/462bcf8ae2ab4a019aa6ebe4744bc9c2' , '/detail/0fdad15ca2c24dea8ebc793c4bd6a7ed' , '/detail/ace72c3a92c94bba8467e3f0fbd2699a' , '/detail/d46b68046e434107882f4e492042caca' , '/detail/2d5d8f227cad458e854a3de1cd832b06' , '/detail/d111a4ed259949168d6de0efc59a7d22' , '/detail/e83132fbd5924bb69d28f0185e38f319' , '/detail/7868a6ff13b24d63860ee0c4db29046f' , '/detail/f654440d6f444cf78054b0c0f14c9bb3' , '/detail/71296ff2bb444c5787edc4a31aec1ad0' , '/detail/69e8e2cdf6404c909f166aac0ee0e734' , '/detail/2503ae508f24411bbacebe2b01bd79ea' , '/detail/9e9d48bc04fb4a4998429d75b5253066' , '/detail/67391b2feace4e48a1ff078727cb8e77' , '/detail/ff5aa2d2c7c64ce18a817c95de4d7a3a' , '/detail/f1f493cfdfda4983a3c0425e9f423683' , '/detail/98873d2c50454dfdbbe6f901dc8b8690' , '/detail/298cfd9647bd41b6b9714f27e3610022' , '/detail/989a78683df24d4292538a960d866b19' , '/detail/aceee611f0da4b87934cae3fbbd3a639' , '/detail/c1023801604c45a69112f49fe451a9de' , '/detail/ad847231e63b4f6f90efd0fb4b7170c6' , '/detail/c6dc8bea9c234666bc039e76421dcb6f' , '/detail/2720dc05c39d4a60a72240b08c914b64' , '/detail/8dfa8f3fc1a64be996fd7c118c72acb3' , '/detail/d280058c4e68434393696fc10c7a5fed' , '/detail/10aa2308e3aa4816b155544bd1395b14' , '/detail/bed1331d6eb242abbf04b63630c8c4d2' , '/detail/4e333e0a7f1f43188bf665aee72df4e5' , '/detail/4dfdffe392dd46548db3f52f3cf2a131' , '/detail/71f75e5ad1ec4c3a8b87832b3554cbc4' , '/detail/75666c9223ed4c06ac5cceae4662c2be' , '/detail/a19c25e6fb4043c49b1454814494c0da' , '/detail/9651110869f74da9a3d5002f2ad004c5' , '/detail/3fcec18e38194644bd78a30f29b2ece6' , '/detail/230a5b3d1c184afbad359e7992037788' , '/detail/8d78cc610b8c461b9f3d3060bc02c3b8' , '/detail/a1efd1173bd6428981c099d0df17dbee' , '/detail/364d0d5c4681472bb43cfcfc706d76ce' , '/detail/8be42a90b1ce49e6a937d77e33f04ebe' , '/detail/3ae32774f59347538c8d6f4911175803' , '/detail/e47d04e31b3d4a47bf25d0f5f545ba12' , '/detail/c21799bca01b4daea4af8b407e627edd' , '/detail/7501049ba4ab4919b96fdd2e6da55a7b' , '/detail/40ab1e98258e4e058f5e3b7d6c0de30d' , '/detail/1b990647e7bf40ab84acce7649344f66' , '/detail/226e15c39ed2481a8d37401e19131d78' , '/detail/c6c244fecbb04c999bff987241025147' , '/detail/88a853f8d360444f89bd1a3d16e2b226' , '/detail/a77e9a1a14d8494ea53ef8d70bdedeef' , '/detail/9ebf23abb9964b40965de55b46848131' , '/detail/1c637f38aa1a49279d1965d73e95cadf' , '/detail/8cda064c1b2c4b92ad8acb3b9304a660' , '/detail/c5e563c0d9264e6880ddd1c5d7ce9fb8' , '/detail/aa0633837d8044d2968e25cf48b70685' , '/detail/bdeca04863514d94ada203cf379ba2fc' , '/detail/206547b374dc44c8831cf84bc8881561' , '/detail/70af0d914da54cff835c54d3fa45cad1' , '/detail/2021ed3b275149c2a7bbcebcea3e3e51' , '/detail/318a08e268be418eae39826373ea40fd' , '/detail/71ae4d7919944701af3ba6773e41276d' , '/detail/a0e0cd4f57c9480c989fa91f178b2fc5' , '/detail/92940b8322544ad2aa28c6e9caab9acf' , '/detail/b9a235ac4a5c405d9fd1cc849a8abd77' , '/detail/43b8dbf5d1ea4baaa0eceb679685f1fb' , '/detail/d99b9e4be42f4cdd85a86190a1d5ceb8' , '/detail/774fe8ae2d104510814a28caf0d300c6' , '/detail/9ed89748c8f246d8bca41141232f426c' , '/detail/1acccc55af184996be768cf969f37c0c' , '/detail/af364033008c422db836a9b724a64698' , '/detail/6cd1396ea58246d39a8de490c29b1324' , '/detail/cd38b49b55824307ba643e86f68c315d' , '/detail/918362c75b23493ea15aa042b43277a6' , '/detail/ec87571f6fa4427b9a981ffe261a279d' , '/detail/bc3c0e1d84cb4fe89e0a4150a65baf77' , '/detail/e997c8751fac4ca9859a9e9c9c97ec3c' , '/detail/f1146b3876dc4f27a89bb2636d1b626f' , '/detail/8069cdb31b054132bb5a6ed901e8306a' , '/detail/f74943b759ed4550a683a9bdb96b78a4' , '/detail/f61937c6d8c14ac9a980dd41edaf6915' , '/detail/6a909fda32e948e9b811009f53df1b9e' , '/detail/ae5f2155804d4002b26222474a2a5065' , '/detail/f3a7c98109c94a078cb1d75554b0e821' , '/detail/bec0290d27054fc797e3743aeb10677d' , '/detail/30ec051ecc9144eab17a9fccc41a19ce' , '/detail/97a3be82647a495098bc2d1112f72b20' , '/detail/60abde5a90cc44e2bb928d1745c72ae0' , '/detail/0e3f0cab0c4741ac83e97e8b34abca8e' , '/detail/1ad79943c7e44e4bb6f1fcb3e6831b07' , '/detail/656125f747d8480eadaf0a4680e11a91' , '/detail/452f16fa038444a7bb1ab7b6f319ad2e' , '/detail/f5a10f92e2144608817abafb14d9fff2' , '/detail/96d95bc5ff5f4a33a436170f76fb6073' , '/detail/d842dce9ac42455da4a8ba9283db989b' , '/detail/b8a26f4793bb470d9909db3fa665858d' , '/detail/aef09c55b7154e64a364d71544061d61' , '/detail/4301f27076d0402286600ad3f35c5001' , '/detail/f7a2fe009d8b4be4b16f874d3d880338' , '/detail/a86883d6bc3d4b96a33aa90f877731f2' , '/detail/630be7f2006446a68d074cddc08a72f8' , '/detail/e5968937dd5e45d7ab275556c9ccfc91' , '/detail/b04abed0209d4644abc53c963966c141' , '/detail/f12b7ec0cd994f7abc349ca1d703fe89' , '/detail/4080f260d9d449cc8ef982663e6efcb0' , '/detail/3e70b81d6c33479abd2294e906a8476d' , '/detail/60af42bfdd6c408494da0a2506fc0dc8' , '/detail/7b9a4ca4f8834b46bb695dcbf00f7b94' , '/detail/3b4177823e374535bff828a4a4fba944' , '/detail/8068d0eb2ad94c65a891509bb738afea' , '/detail/8c542660a6984ed783ef1cfa7e74975f' , '/detail/0f00667e976a4fa1933fd5dd1abd3431' , '/detail/905cdd327be941b28c590ccf7c84eaaf' , '/detail/7b8fdc5356004679b5146ebd22faa5ce' , '/detail/c628f59954254962bc11917ab328d2d9' , '/detail/26cfb58d138a4542ae52afd1e3593a6f' , '/detail/28916adf88504c208540d811b87234cb' , '/detail/79fad4f30b6f42fc840cf0b0f8222e2e' , '/detail/b1ba85be51d140c3b95869fc2fe9195d' , '/detail/544a2015944b40c085239bef584aedda' , '/detail/d744bf7892ae4da48aba62c8bbf2d386' , '/detail/e7cdad3880984ae0bb9f0ba48f0d37cd' , '/detail/e1e5dc6ec9ea40688c2ec208d1c3c9ad' , '/detail/db5460fd7959419788ec414be3947d20' , '/detail/bcf25eff26a04f17b41f44e1c48e049a' , '/detail/93377fddd0b142e3a5d7efa805b24d60' , '/detail/7d75119d57e740a0b7b000df607b7d75' , '/detail/acb714b4465c4d3fb082698174a3da61' , '/detail/f09a34658a30478792c31c238f324e6f' , '/detail/7bc9d6db9194488f8b827b1673deb5ed' , '/detail/49e70e6f94ce4feb88229663c2319f25' , '/detail/136d39ef4cc9401d865f6894cb362676' , '/detail/cfef3b0b7d9248c994f0d80d82fd6226' , '/detail/d6a2d5d8f19b482b8b6126678687995c' , '/detail/24e2c71a7c4b4edea18ca5b290c5ec66' , '/detail/e9e61673a188435cbe9c33995dd4e2f4' , '/detail/d41dd5b504f44b31a4d89f36e35a550e' , '/detail/fd6303c9f48345f0bc41e5cf01873f03' , '/detail/b69c189b29b14092a20f2a1166b95d0b' , '/detail/bc9ae64410be4b658f3f6cd5579dcae5' , '/detail/ff1c6a1209704d8a829b197fe85d2518' , '/detail/201871124a68408dbfa27d6a1cdd8917' , '/detail/086d88a0cf774a80989f0921454b5974' , '/detail/5aab08894a0f4b5a80ecf031bd2bde03' , '/detail/40e5aba8ec1f4d3eba60a57d0686ee42' , '/detail/2c32d3f83d724b64a58c7ea83c73f69b' , '/detail/fde6e19308134655b01e88a3984c33a8' , '/detail/c8214e8a097f4b1fae1bdb5ee263fea9' , '/detail/6d540b91fd6343faacdff28c1f40b0dc' , '/detail/f12f9530d1f743c095fb311297311d07' , '/detail/f64a7cf44392431b87023bc36608f523' , '/detail/6e5d3c935ecf4702979b6391402fdcb2' , '/detail/569ab0fb3a9d4213a62ec9c3d031de1e' , '/detail/9da1be09888447a48eef384588dd1702' , '/detail/87309abc6eb8424b90560a9b9a9cd054' , '/detail/f7b35e4c09c448ffa61893aea8050ead' , '/detail/3048361232d742ef8593593c60ce0880' , '/detail/032e24ed08cf47779de17520147c93fd' , '/detail/7afc909ff11d4564993e6bc7264a0b71' , '/detail/7e5c164966564de28fe1ae7e8e113089' , '/detail/7cfce24a92bb4030a97e8a352980a505' , '/detail/f544ff0a399b4bb7ab0c72030bf4b0ed' , '/detail/8bf76a9370194cf39b8693537fecd143' , '/detail/050710c300cc47718d8c7599b5c46c10' , '/detail/cc3c9265c1004c118f3b0edcb8be30d0' , '/detail/ffc6d6b369a84dfdbf7d1b9350917575' , '/detail/4b57c2ee53ce46e68dfbe47623ba2ef7' , '/detail/4af5313c097844cabc8cade116493d04' , '/detail/924413d1c5754737afdd64b80f87c11d' , '/detail/0ca03fbb20e04d90a225b3e4ae661435' , '/detail/5faca3f417a447e6b5c6707ceefeffd7' , '/detail/5e46fb396ca74260948fff4226b8309e' , '/detail/dd1f34968cc94ccf975bba552cbe9df5' , '/detail/aa2cff4f43ea45b8af20d545ea6e188a' , '/detail/375b7b61ca30453b9baaac1e92b28a1b' , '/detail/609ba8d52a144632ae911c986394fe6b' , '/detail/d034064cfa704468bc2c2d7035e2b0f7' , '/detail/ab809f3135914f09b080a55ef7585888' , '/detail/0581b1a7ed82414484eb48ea555b3f18' , '/detail/526a2e9ef8174e219b0095559127df2b' , '/detail/018445b7c0424bbd916a35e6718b049d' , '/detail/6a479936f2244e3686049f92e85abf63' , '/detail/fb281add21a14becb1fc62af30d2040c' , '/detail/1ed40543dc8c4c9ab7312953bfbb51cb' , '/detail/dfca4da5892e4388b2ef929bde7dc739' , '/detail/21a374a2294747f6a30854538504e0b9' , '/detail/cf85813f532e4972ac69189b9516a94f' , '/detail/d40e51054a8e454cb29b9bcbedf6f65a' , '/detail/3f8c50764d2a4f47881cd9b1ed613a82' , '/detail/13240e7d85b3475ebdc20a465a4b52e3' , '/detail/6b14fa460fa64abfbdd83402d76be598' , '/detail/7c1f7ed6b59042968bfefe8cf2df4d3d' , '/detail/f2699c915cec41d2bbe9d618492dcae2' , '/detail/598b603faef74f04b1b8fd53e37aaf58' , '/detail/3fcb082332e3438db85181b639f0e1a6' , '/detail/e93bce23e282417cb2161bc8f1918db1' , '/detail/ecb65020e2794795a653727699549e09' , '/detail/f73554796cb5424382e6c0f7376167bf' , '/detail/bb1aca8b00c74e25a10edfe7f3c5e62e' , '/detail/bfce61d9c5d240bcaf6b0d49660b0523' , '/detail/8442e3f4157640e38c112561981854a3' , '/detail/f3383896fe934ab288a51c224ba97b53' , '/detail/22f823dd01fa436a8e610bc2431fcf61' , '/detail/da73ef181e6d4ed58334126df952b639' , '/detail/97400d4122174f648c5c316d5176c881' , '/detail/3e433cc064194aadb8203d647b14222e' , '/detail/6f93c260dd3f478ea9e1513be9e04d89' , '/detail/10b30ecdcbb04831930ad72e73064089' , '/detail/fbd8844d2e7b4cbdb0696375cad0aa24' , '/detail/17a1302995af45ee8d7baa09b767fe47' , '/detail/e8039a0e7cb14456a74b307d628b26e7' , '/detail/5211391386474d2e9e330bcbab024d6a' , '/detail/4d84421f372a41e180a435dc726bc06f' , '/detail/16f1df2c279c4f69804199c23d006778' , '/detail/73d15e72454c4e38bcf372f60271b284' , '/detail/bee191328b524b3b93acbad235637aa4' , '/detail/df842595b3614f26a7596f9b00248d9f' , '/detail/09a6fd2a4d2a4c608cc327088a205c90' , '/detail/fbd393e8023144e5b38aa20e3f6670ca' , '/detail/713478f1e40345b1b0ef7e5b8ed06db7' , '/detail/d9bf06dc11f442f5bdb86056e5a7dc19' , '/detail/18e34fa5fa774ca4bcad3668b629161c' , '/detail/ba4c016ba9064afe97ef3bd42079a728' , '/detail/0f7348dfbcce493ebeecaa52dce6e7e7' , '/detail/69d15852e38d4fd9849d65a0254e5918' , '/detail/45e385d50dee4eab835d2eeb81474b42' , '/detail/ed0be4994c8c49febf74a49ea5e3ad0f' , '/detail/a19a74451ac74710a15185dcbb0583ba' , '/detail/415c9251b6284fb395c8d95aa7181645' , '/detail/eceb638df61a414da513d74e84cf3bea' , '/detail/fa4873021ddd48d489ac7ba4ac740c36' , '/detail/34e51d517f75433c96125b21555f4cef' , '/detail/cace2b591acf4a95ae001d7bc8ceb09a' , '/detail/5204980e477d433cad96085eba9db7cb' , '/detail/84d229ebdfd0432f90dea83102799186' , '/detail/fe783e0b554c4b549dad61e3683eb396' , '/detail/bfee081e308a467d90f51a6b163ee61a' , '/detail/650389555a614a48bd1ad877bb5c70c3' , '/detail/6b6d873d4d5e4e8799cab014f6d11b57' , '/detail/9ac2c4b2e85c4ceeafc3679b02639797' , '/detail/20d557e7c8674e0a89155f337ec341f9' , '/detail/69fa34dd2af5429abb86901ee7221702' , '/detail/046854098b3c4e28940a2f37ff88736c' , '/detail/091cbff0c83042ce95360362d95e9c4a' , '/detail/e7107ae76d1746fc8eb41c1b9d17b5bc' , '/detail/707ace20d7e2424aac35df006e9debca' , '/detail/4164469327f24b05ac129f708077d778' , '/detail/97496e2217704e9984313f4117039c4d' , '/detail/85787f608e1f4fc6a9c0aa5a50ca2b40' , '/detail/847964a022c34c3fb1f71177a6fd0a42' , '/detail/8952cb6e959744edb9ff89fe13ca8e03' , '/detail/8741fad66b594126b0d5d64c3b671a7f' , '/detail/1e39137110164fb7817f637a87396975' , '/detail/06e47f91cacd498e8b97f8c5aba9713f' , '/detail/ccd9066175b04394928dd9724466b232' , '/detail/2b52269145784c2ebf204bc9d0f69db6' , '/detail/6e381d6b87524bc4817f39d88d965b88' , '/detail/1fed0cab3faa4b8695f59173e08be362' , '/detail/b1ee1b8a5c4c4c018f51202148a00583' , '/detail/0d15763fb7e64ab780762a3ba601ae6c' , '/detail/d9ad9bc07d9448f0b0b59e95bcc67d89' , '/detail/fb88c0796aee4b11b3f28e8f5fe6fd8c' , '/detail/0d872a2a239f40febfef9048b2e4090f' , '/detail/e78eee4d34be49c28042466d00f82f2e' , '/detail/1c9633014369496ca695cc11eeba8151' , '/detail/3218edf01d84445bbc000bf71d32fb30' , '/detail/0540faabad6046c296831a7e60d7afd0' , '/detail/27cc92a4506042aa83fac90390f228b4' , '/detail/8d869a4e2a994460adac9506f57365a6' , '/detail/42148a7253444e7bbab4a8ae8ccaa5b3' , '/detail/ef464be87ff74f7384efa6016d91d127' , '/detail/7c6f17798a754c749f038bb588490847' , '/detail/5970851800c74523ab8633dae3c4d0f8' , '/detail/1f4948a37f1549eea54b015c9171d569' , '/detail/ed97a2df2fe447ca843d2a57b5edf0bd' , '/detail/be47d99ee46d4e159ddbce9cf878eacf' , '/detail/8c2481e41a8344b881669094eb365491' , '/detail/0647dc33b8154413bad2c9d3a2084bb8' , '/detail/861b8893c8324a15ad3f2afea3712c89' , '/detail/0be6c1cc5c8d4a6e99778d04187b384e' , '/detail/a044021e793c46738d0fa7599ff4035c' , '/detail/212c6d559a18406a924467193d912e44' , '/detail/8df3c243b65241c78bcb534b6025f147' , '/detail/9355f32a48b14431a9804293e82e0120' , '/detail/6c13907078534057a33d81d574cbc13e' , '/detail/ddbb29d96e3d42048c9c450ecac73fe4' , '/detail/6c54d3b5a5834647aa182d52769b9df4' , '/detail/3dd8389370984d7782edeb34d0bd805f' , '/detail/f0585186787444a3a1d853f2f5ba2b75' , '/detail/ce94d0cc7d7443aa92ba14cbfda2d6b6' , '/detail/af2df1878d3b436f886d7f56b56f1d5c' , '/detail/1055cff1f0dc42e5a97005e224348a6e' , '/detail/b896053ba01d4ec9864794f96f25f20e' , '/detail/08446373e4f043fdab0d0ce78355c99c' , '/detail/6539e67e48df453a94d99cf332bb5b44' , '/detail/da85e2f2a6b145e0a06146c9014d4c6a' , '/detail/0111f8535a3948e8a96489cb9d915f48' , '/detail/56d7e06eb90f4444a6aa37b6cfc7e0f0' , '/detail/8abfc0ec0c7f44e2aa9faf778876de2e' , '/detail/e54a77bafff1421da29337637b21fe29' , '/detail/9444c4dfdf154eeeaf4e53d7f90bd203' , '/detail/b171b39c76564d0990c7d0e9883226cd' , '/detail/adb42016585941a3982efe96f98dc6e9' , '/detail/eca6c61d1bb64a79b61b8ea20342f59a' , '/detail/97417c60899f440b95cce29025400f85' , '/detail/25d956b2f2db40a78b9eee88836d121e' , '/detail/f0b8623975fe4ea0943fae3a6472a039' , '/detail/82a191989acf4e39b5a7cfbb80653224' , '/detail/a744d01c7b444b4cbb1f11752e9524a8' , '/detail/e9dc974193e947cebe057b7a3219d2e4' , '/detail/9dc1990b315443f4b11ae9108e3e1758' , '/detail/4e178ebc2aa94f96b4f83466da03f05f' , '/detail/fbf480d78c31411cb61f9f5880799938' , '/detail/7d04c91565fc4778b5d21b40686f61f6' , '/detail/6b4e2dec349c4b00898f097bd92b5e9a' , '/detail/c46e8943f5d247bc9963d45fdcee5c6f' , '/detail/caa13d80127f4ccab2509c9f98af12f6' , '/detail/27ca355fa1134be9a8844e6abbfebbee' , '/detail/e5995d898c9a4e929fa29bc3bde793d3' , '/detail/cf82976da3f14f67b16e8d9e75b53aee' , '/detail/5c02edacc7764cb393dee83e5b29c8d7' , '/detail/5b6caa5604d44e2a9a3a6f648f212be4' , '/detail/ec6e9da70847444895554d5bc8826f29' , '/detail/ee8a73bd159f4e2fbe00a5dc96158e7d' , '/detail/e2f150f06dc34e42993e7cf6048a4556' , '/detail/8f704250f1d1458683a1f48e61adb4ae' , '/detail/b0d2ceed22d04ade888d000cbf6a8745' , '/detail/13136a881abd4475bf7565b7d212080c' , '/detail/01b6be6510dd4240a4614ab7fe93de7f' , '/detail/4118288a39d54c5eaf9dce20b23432d8' , '/detail/caab55990b6541cf96d4d0e23bae47ba' , '/detail/ec909e866cd443c09a61ac5437dd199a' , '/detail/3104212a9f044523a58f74ead66866e8' , '/detail/f885ffeab5824e5994964c948d753148' , '/detail/34327be5dbb44895945339588a43b466' , '/detail/bfcd7d83e3824f00ba86a7bf80940c88' , '/detail/72514b1532b64f73a9fbf47baf255ab4' , '/detail/e08d5535bd5b4ca593ae61b710b78113' , '/detail/6e3d33e6eee94272baca5bf75271105d' , '/detail/817655206b99448cbd68b3302a622981' , '/detail/76b7abe8a51e421da1d8e557b84c7ce8' , '/detail/f3eedff565e949cc87a751df8477b257' , '/detail/d270ad2f44744038ba3a4e61bb21ae31' , '/detail/5da5ec9bf2ef43ea924485c59d4ab67a' , '/detail/ff5738de6f444983939780ca7929cd68' , '/detail/98758c7853084bcebad03bdba7cec327' , '/detail/8207bc3948644b358eba4b0481b706da' , '/detail/8c64228b57994658b91182137e287806' , '/detail/91c83ba2362244949c9e05c4febcbf01' , '/detail/4ab0730ca9ee44858d160e11feb3315e' , '/detail/082f32fc5b6b4e7a8af1a86f82b067f6' , '/detail/2185b5c5d8374122aaabde6607c502df' , '/detail/b4b64acc90c6411482fd9db6c8f96f49' , '/detail/cc0b9d31db3c49f0aeceadba1584b210' , '/detail/03063b68efa44b4f9ea83cf73be663ed' , '/detail/484e0c21b86b4f4b8052439585b7d6cc' , '/detail/8855cbd81da54eb199b87b5c88acfc53' , '/detail/3c7756188485458592d8fc305c4fe7d3' , '/detail/4aecc640c177477ca8d0f2e2f0bbe255' , '/detail/95d06322efe8470bbe34cb40d98ff8a0' , '/detail/6bb1e50aa6f245489d68dd516e7b0070' , '/detail/3876768531e14776bab81c7e49e63625' , '/detail/f4f6f810c6b24cd89fb0237e72fdc361' , '/detail/48623f74242e4556835be8fb7ea8e971' , '/detail/21a6d9f7c4da4ce2aa5182daa140479d' , '/detail/36745af7b97240989f7baac0fb9ba9e0' , '/detail/74da80176af94a41a1e564585fd5d4b6' , '/detail/0381562c1f7d4f26be6a922e3f7c7cec' , '/detail/0fcd4135a9e846b49cf849be143569ba' , '/detail/3a0a89dd653e4c438162d400fe4450e6' , '/detail/25cfd871b70546579654582382e68c0f' , '/detail/9221db64cbc54ff0be53254824aace1b' , '/detail/b068c8733e6d4375b4d47487242d4ad1' , '/detail/4335c5ab23ba4b14a31783c2079f4e75' , '/detail/8c13a50b7cde40a4900cd955e75ffc36' , '/detail/0c0ca6470c144dd8ac25ba892dec27de' , '/detail/046a73edcf054114a12a7d5993b944a1' , '/detail/06d9fcbef8a64198a063d3bacb31fe03' , '/detail/798bf61efaaa478b93cdbfbf892188e1' , '/detail/6e91fa8fc0e64d38a52867cf050be050' , '/detail/9d35225392f14a8a91fd3fe4d3e4b2e2' , '/detail/a036a1692b0a4a5b8d05e87213341a7f' , '/detail/93e012735e1f423f9c55286dc1f61059' , '/detail/2b50c32def0640a2944ccbe759895f3f' , '/detail/0e1db1394451456ab9d549e752caeabc' , '/detail/2eb87d46b25e4f23bee6826e5a53fb1f' , '/detail/d54539ebb0bb4eb59a7ee95af2c4baac' , '/detail/a4bb0d020ab34e9a8e38ffc9f4e362ea' , '/detail/ec555bcae6bf4709829e2d5ef208806d' , '/detail/224b6987209f4bd4a5168ae1af0b7636' , '/detail/bd756dee9bba4d60b07d138dbdb64e4e' , '/detail/9d8094e327fe44a6844669eade9f4575' , '/detail/c2cd843a111e4f8092310788318afc09' , '/detail/b821b28cd9934bffa2509288187c905c' , '/detail/f5564cbc6d2c47ec95ed7a76c53fb08b' , '/detail/7c0edbb6ff3545dd9126fb3810bc5b6b' , '/detail/f505e86b627e4ec7a17e90a2469c3761' , '/detail/849c52d902464254b6ef2cc46f743767' , '/detail/ed16a08b541e4901878c7afdb3f50ace' , '/detail/cd95379199a5406d9c46add05f4c8bfa' , '/detail/a668083906f845e4bb6981552093c81f' , '/detail/5d53616ab9dd42b0a703e590de134b09' , '/detail/9cb7f32a8ae54db9baee55861d5de426' , '/detail/fd23b9a0fba645699cca21b095960ffc' , '/detail/c5ade040a70d4f22b34caedc3d93c441' , '/detail/7ab4f209095f479daeb7052cda65a52a' , '/detail/4eff0540dbb748d3b39b989d37828734' , '/detail/2575917698b445e5bfd03c4368f205e8' , '/detail/c4963f4524334667a5c08f5048e6a1ab' , '/detail/c604732e69e54395a57431b3decbcde5' , '/detail/2c09d73bd90245b4a8c7778d55fb0d3c' , '/detail/169ebae0493b405e8e0a77198a438e61' , '/detail/156d7e02ebc64eef8eac725a6bd8c497' , '/detail/03820f980b2a45cea749d77a3ea925b6' , '/detail/6bb759d26ac245f58aeaad794b0007fc' , '/detail/0b312581eb0b480a997416cdcd9f0bd9' , '/detail/e1cb39471d1445bc92bcf4ba69124cf7' , '/detail/8f357a9d134e46d29e293ad00287b051' , '/detail/9b18e0f363e14a11af3db532ec513fa5' , '/detail/050f128a62ab429b8b715f1b0d10fe0e' , '/detail/a6f5c63170e5427f8708dcb15fee5c6b' , '/detail/7a7e9056382e40ffa2339ef1a63c0d20' , '/detail/e6de1d0ec8eb4fa4a2aebe2318c69364' , '/detail/83b91815c1064e4997704ab46b5c6926' , '/detail/a07adfb57e944121a6c5ade7519c01e4' , '/detail/1f177ebea7a74a3589e30eed1a97752d' , '/detail/9260c7edee7b447aaa3c3686da7f20e4' , '/detail/6b45fefb12324290b63ea02b3b17f163' , '/detail/f62660a1476c41c79af262b079d2df9a' , '/detail/57849e12b3894758a8c30a3e17243a87' , '/detail/20b621fe101942f1978dba339e1d5179' , '/detail/9909435662964c5989e609a2b5b60751' , '/detail/2e03536b9dcd40f7917137e97e47d22c' , '/detail/4ae6b44de7dc44539ed869c972bdd3a0' , '/detail/2333dadd776e46dbae0d879ca99f7ed4' , '/detail/9863ed19bfdb4a839683af93b164645c' , '/detail/a2f08c8cbbef44e39b57e0e0fe86d881' , '/detail/a7ce819a0c664b5fbfe37e98294696ba' , '/detail/22c6fddc66d44bc5acb639400bef41f5' , '/detail/bb47e9383c1a4b768b80bc6e72262fef' , '/detail/8894856e3a924fe79aa01823116f5fa0' , '/detail/90e1c8da1b1e4a62a3dd3c24aa302ba2' , '/detail/b17ae0e53b44477295291309841d045c' , '/detail/3dda150f78bb400a90cbc7cbd15eba35' , '/detail/ca9c65e008c24520be1d7b6bcf9d2d79' , '/detail/ee0bf03bf44644b0844a0419dd10f6ba' , '/detail/c91b25fc051e458aa7d52a63cbceb487' , '/detail/fc5a03670cf94cde80a990eea0db8e18' , '/detail/f37b1db2d8744d4bb45152fa5d0d3bb7' , '/detail/3d44da570e384ee5aa11a94e08c25762' , '/detail/9d2d3739ba6240aab6f0961f6dc95f10' , '/detail/fd3ea27a9e9a4ccc86e657ebaa858e73' , '/detail/6bd8394d156d4bccbea7d3e0aa62a115' , '/detail/2133e75eabc04176bdd99cc295626553' , '/detail/626623d091eb4bf78f5219fbfe2dc4ec' , '/detail/739ce42cec46425b8660397a8daa7a26' , '/detail/ddbe1194a4b74f98bffcbcfb7f605798' , '/detail/ea70c9506c004e5183667bac254323b5' , '/detail/fd17a274c52c450f92c52d25bfc882da' , '/detail/555c1e6b77bb4feaae6912dbb5890768' , '/detail/aa765bfcb837438b804f26056564d013' , '/detail/6181b356a9144a5fb9e9a0004bcb3025' , '/detail/cf201c50058948248d8dfcea1d0c1f03' , '/detail/ea97f0991750445ab82a143c268422b4' , '/detail/7f315682502c405baa4b3b66add72ce1' , '/detail/90d2d49d95e244ca963853b5c550a967' , '/detail/1d9f338b2e374c0597e2f4f7c8a13bbd' , '/detail/7e36e27d07e845b4b3e436352524e25d' , '/detail/1f5497faead44bccb9d57c6c5b58897f' , '/detail/6599b7d7c2ab4823bc69ac4eb29efd74' , '/detail/e6e049b58436431085ba9808b2240ace' , '/detail/93e7bd42e56642e393de33b00138618e' , '/detail/646c2053306648c1887f594c5348282c' , '/detail/2ff103192ea24466813cea33e7625762' , '/detail/348e1d4026c7433d9ddb3d8d7b16b839' , '/detail/e5fda7b1a0af4e90891435e7b57479f8' , '/detail/c63940e77468444291fd1aa5acc90e6e' , '/detail/375a01a4c87948d0b8f40aeded131885' , '/detail/ffcabc15b39a45c8ab5eff203d5ec17f' , '/detail/d5f21a65d15b49dc809a0d08cd05a85a' , '/detail/bd964333bd904e599616c2db42751180' , '/detail/5a88dab8596d436d889e560c822f6e26' , '/detail/fb881b050804476897098861e68d745e' , '/detail/65139590dc384732a2c0a4330e2e1586' , '/detail/35dfcdca1673457f9006efc2d268d809' , '/detail/7a52afc54eaa443e8da1c4a2415cffb2' , '/detail/474596d0492f432b9452f19f8f7c65ee' , '/detail/33607d10bbed4a2f96337948f9f0dc95' , '/detail/9e074285684b42b7a63a5890d4a1f4a1' , '/detail/6701fe7f2af744cfba2833799eea6f13' , '/detail/b43de9e471a9442a9c845d14fc6559a2' , '/detail/667ef325ddc44a6aa59dd6c8258cdb6c' , '/detail/8bde5e9a97034ab28250c4b5495b2e85' , '/detail/f371775d83064af38f262f6ff3eba1f5' , '/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.57 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