1
0.76 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.26 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.50 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.31 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
0.59 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
0.45 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"Original-Spare-Part-Kits/Dichtsatz-Zylinder "
"Original-Spare-Part-Kits/Dichtsatz-Zylinder/ "
]
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 = 'Original-Spare-Part-Kits/Dichtsatz-Zylinder' OR seo_path_info = 'Original-Spare-Part-Kits/Dichtsatz-Zylinder/' ));
Copy
7
0.71 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
8
0.27 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
9
0.36 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"po4QPUWgU8pbT0t1D06j5Ubu5eKJACYx "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = 'po4QPUWgU8pbT0t1D06j5Ubu5eKJACYx' ) LIMIT 1 ;
Copy
10
0.32 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
11
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
12
0.60 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
13
0.51 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
14
0.54 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
15
0.62 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
16
0.53 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
17
0.67 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
18
0.39 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
19
0.80 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
20
0.82 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
21
0.86 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
22
0.55 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
23
0.41 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"po4QPUWgU8pbT0t1D06j5Ubu5eKJACYx "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'po4QPUWgU8pbT0t1D06j5Ubu5eKJACYx' ;
Copy
24
0.41 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
25
0.56 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x06 9ÎΈ\x1F EùƒØà€•¨\f z "
b"†;orw>Jj²»Úï\x06 бQ "
b"øÆQ{o*MÚ¹œVu“2!, "
b"\x01 ˜§RqMx!†F\x14 â\x7F ‚Õ® "
b"\x16 a®\x11 Õ\x12 J^É\x04\x15\x1F ù\x1E ┘5 "
b"\x17 \Ò7V\x1A O~„PŒM9ö‰î "
b""\x15 ÿ;4üBÉàãÛÔ\r Â\x16 < "
b""¶±\v opA\x1D –zM®ì—we "
b"dꙦvÎK˜¿½Dh\x04\x00 µ! "
b"nœ¯å[\x1D @o£Ô\x1C\e ÚûÇs "
b"‡¯—zš1@𮡹fî÷²4 "
b"ïïY¯w"C\x1A íd░rýÀ\x15 É "
b"¦5?²¶ÂM(¡@\x0E µZÊŽE "
b"¼Ú¦ïTõO?’y\t \r ~¥ôŽ "
b"┌kÀpëÂAU¢¤»█tüu+ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"JxKq\x15 éM\x0F µq.¡Ñ\x1E ‰Ï "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"_þz\x06 e¹@-¾Ç:d\t\x12 d, "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ "
b"»l™órþEj‰ŒgÏ¡Dåh "
b"f`uS+àOuž=ƒµlCáY "
b"º«\x1E\x1C ■╝D(ìÕ╚S│ãd┴ "
b"<\x04 À–õÌBïš-<¸íì\x10 ) "
b"""
<õA6žmJ/§\n
¨hzeü-
"""
b"Íþ»\x00\x03 <Aà’¢©\x00 ¹bqp "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"""
.örVh\n
Mкƒ¢\x11\x16 ¤zû
"""
b"ViÞý\x03 ÎM†¥\x18 \r ÿ¸þ* "
b"`ZèœHF/‰\t »\x01 ŽóÚ "
b"e–Ö"\x19 fK%ŸÊ-ª}è1æ "
b"iÒ-À±\x07 L\x08 ™¥\t j’ÙÔH "
b"w(öc2\x15 Aü▒╠Õ╔ß─+Q "
b"z3\x13 ˜K«DÎŽ“ø¾Á©-> "
b"„é\e óÛÌAÈ·ôÉÂóŠS¤ "
b"ˆ>'ZTÊM"‡\x11 n,j¯\x03 \n "
b"Šiaz\x02 ìO\x15 “\e r¨äa¡\f "
b"«ÈÜ<®ºE࿵*y¯[Wr "
b"’[˺>Jè“Ä¢\x03 ü8=¸ "
b"¼†\x15 æœ;IÁ¯Æq480Êî "
b"ûð\x13 ·AsØ.pX\x07 õeÊ "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"Ê:+\x1C á¿Cl©╣þHRQØe "
b"ä,gl“±LŸª\x0F žÃíÝ›î "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x0639CECE881F45F983D8E08095A80C7A , 0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0xF8C6517B6F2A4DDAB99C56759332212C , 0x0198A752714D7821864614E27F82D5AE , 0x1661A911E5124A5E9004151F971ED935 , 0x175CD237561A4F7E84508C4D39F689EE , 0x2215983B3481429085C6EAE20DB6163C , 0x22B6B10B6F70411D967A4DAEEC977765 , 0x64EA99A676CE4B98BFBD44680400B521 , 0x6E9CAFE55B1D406FA3D41C1BDAFBC773 , 0x87AF977A9A3140F0AEA1B966EEF7B234 , 0x8B8B59EE7722431AA164B072ECB71590 , 0xA6353FB2B6C24D28A1400EB55ACA8E45 , 0xBCDAA6EF54F54F3F9279090D7EA5F48E , 0xDA6BB77089B64155BDCFAFDB7481752B , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4A784B7115E94D0FB5712EA1D11E89CF , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x5FFE7A0665B9402DBEC73A640912642C , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xECDEC2C6269D4EE2A137FB8FF45F84E3 , 0xBB6C99F372FE456A898C67CFA144E568 , 0x666075532BE04F759E3D83B56C43E159 , 0xA7AE1E1CFEBC44288DE5C853B3C664C1 , 0x3C04C096F5CC42EF9A2D3CB8EDEC1029 , 0x3CF541369E6D4A2FA70AA8687A65FC2D , 0xCDFEBB00033C41E092A2A900B9627170 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x2EF67256680A4DD0BA83A21116A47AFB , 0x5669DEFD03CE4D86A518200DFFB8FE2A , 0x605AADE89C48462F8909BB018EF3DAAD , 0x6596D62219664B259FCA2DAA7DE831E6 , 0x69D22DC0B1074C0899A5096A92D9D448 , 0x7728946332154181B1CCE5C9E1C42B51 , 0x7A3313984BAB44CE8E93F8BEC1A92D3E , 0x84E91BF3DBCC41C8B7F4C9C2F38A53A4 , 0x883E275A54CA4D2287116E2C6AAF030A , 0x8A69617A02EC4F15931B72A8E461A10C , 0xABC8DC3CAEBA45E0BFB52A79AF5B5772 , 0xAD925BCBBA3E4AE893C4A203FC383DB8 , 0xBC8615E69C3B49C1AFC671343830CAEE , 0xC7AFD013F0FA41739D2E705807E465D2 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xD23A2B1CA0A8436CB8B9E74852519D65 , 0xE42C676C93B14C9FAA0F9EC3EDDD9BEE , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy
26
0.49 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
27
0.62 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `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
28
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
29
0.86 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
30
0.32 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
31
0.45 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
32
0.27 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
33
0.22 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
34
0.79 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
35
0.48 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
36
2.64 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
37
0.45 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
38
0.44 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
39
0.93 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
40
0.50 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
41
0.41 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
42
0.36 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
43
0.37 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
44
2.26 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
45
4.23 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
46
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.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
47
0.63 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
48
1.02 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
49
0.73 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
50
0.98 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
51
0.43 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
52
0.36 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
53
0.33 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
54
0.29 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
55
0.34 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
56
0.67 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.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"\x16 ]8~ÉÆIê×ë═eäµ╚\x1C "
]
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 (0x165D387E909249889E89CD6584E6C81C ));
Copy
57
0.33 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"q÷Þ¨>EJI¶\x11 H2\t Fz” "
]
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 (0x71F7DEA83E454A49B611483209467A94 ));
Copy
58
0.41 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"q÷Þ¨>EJI¶\x11 H2\t Fz” "
]
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 (0x71F7DEA83E454A49B611483209467A94 )));
Copy
59
0.40 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"ü·#█V©@MôÝ¿Î7«M; "
]
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 (0x81FA23DB56B8404D93EDA8D737AE4D3B )));
Copy
60
0.20 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
61
0.40 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"\x19 0_\x10 2±D©‹¢\e TËE; "
b"""
(î$×\n
ÓA¤£\n
§Œ\x16 Ž@ú
"""
b"""
O±s\n
ÓjHߌ£®&uàr
"""
b"ThbM6b@â«\f ˆ·\x14 %åà "
b"ˆìƒc¤ŠKò¨[\x1C\x13 ¢ 5a "
b"ï'ºW{ñMPƒ*#½ßöŠÞ "
]
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 (0x19305F1032B144C2A98BA21B54CB453B , 0x28EE24D70AD341A4A30AA78C168E40FA , 0x4FB1730AD36A48DF8CA3AE2675ADE072 , 0x5468624D366240E2AB0C88B71425E5C3 , 0x88EC8363A48A4BF2A85B1C13A2A03561 , 0xEF27BA577BF14D50832A23BDDFF68ADE )));
Copy
62
0.24 ms
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = ? ) ORDER BY `product_sorting` . `priority` DESC
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = 1 ) ORDER BY `product_sorting` . `priority` DESC ;
Copy
63
0.41 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
]\n
ø×ºlO&¶—€œ\x13 Hcå
"""
b"\x14 åßÉ¡>Gè▓kÀ>\t B§} "
b"""
ä\x1E \n
¾ñF\x7F ²½œÒԖݼ
"""
b"L\x0F ¸ºü:Mß\x15\x13 0@JÕø "
b"\r Ø╦\r 4,A»è6┤\x1F P\x07 ×╠ "
b"¹§║<└\x00 E4ñüsüe<¤ "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x5D0AF8D7BA6C4F26B697809C134863E5 , 0x1486E190AD3E478AB26BB73E0942F57D , 0xE41E0A20BEF1467FB2BD9CD2D496DDBC , 0x4C0FB8BAFC3A4DDFAD151330404AD5F8 , 0x0D9DCB0D342C41AF8A36B41F50079ECC , 0xFBF5BA3CC0004534A4C7AC7381653CCF );
Copy
64
0.33 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x16 ]8~ÉÆIê×ë═eäµ╚\x1C "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x165D387E909249889E89CD6584E6C81C )) LIMIT 1 ;
Copy
65
0.22 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x16 ]8~ÉÆIê×ë═eäµ╚\x1C "
]
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x165D387E909249889E89CD6584E6C81C ));
Copy
66
2.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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` 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` . `name` as `product.parent.translation.name` 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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_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.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product` . `display_group` ORDER BY MIN (COALESCE (`product.translation.name` , `product.parent.translation.name` )) ASC , MIN (`product` . `id` ) ASC LIMIT 24
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"\x16 ]8~ÉÆIê×ë═eäµ╚\x1C "
null
true
false
]
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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` 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` . `name` as `product.parent.translation.name` 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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x165D387E909249889E89CD6584E6C81C AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product` . `display_group` ORDER BY MIN (COALESCE (`product.translation.name` , `product.parent.translation.name` )) ASC , MIN (`product` . `id` ) ASC LIMIT 24 ;
Copy
67
1.07 ms
SELECT COUNT (* ) FROM (
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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` 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` . `name` as `product.parent.translation.name` 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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_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.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product` . `display_group` ) total
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"\x16 ]8~ÉÆIê×ë═eäµ╚\x1C "
null
true
false
]
SELECT COUNT (* ) FROM (
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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` 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` . `name` as `product.parent.translation.name` 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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x165D387E909249889E89CD6584E6C81C AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product` . `display_group` ) total ;
Copy
68
0.75 ms
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_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.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"\x16 ]8~ÉÆIê×ë═eäµ╚\x1C "
null
true
false
]
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x165D387E909249889E89CD6584E6C81C AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
69
0.29 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.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 (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` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x1A\x1C Ðÿ/®NØ®ö¢\x03 $@4Þ "
]
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.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 (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` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x1A1CD1982FA94E9DA994BD03244034E8 ));
Copy
70
2.04 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_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.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"\x16 ]8~ÉÆIê×ë═eäµ╚\x1C "
null
true
false
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.min` ,
MAX (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.max`
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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id`
AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id`
LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id`
AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_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.categoriesRo` . `id` = ?
AND NOT (`product` . `display_group` < = > ? )
AND NOT (
IFNULL (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) < = > ?
AND `product` . `available` < = > ?
)
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x165D387E909249889E89CD6584E6C81C AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 )));
Copy
71
0.56 ms
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_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.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"\x16 ]8~ÉÆIê×ë═eäµ╚\x1C "
null
true
false
0
]
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x165D387E909249889E89CD6584E6C81C AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
72
0.51 ms
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_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.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"\x16 ]8~ÉÆIê×ë═eäµ╚\x1C "
null
true
false
true
]
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x165D387E909249889E89CD6584E6C81C AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
73
3.54 ms
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"\x16 ]8~ÉÆIê×ë═eäµ╚\x1C "
null
true
false
]
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x165D387E909249889E89CD6584E6C81C AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product.properties` . `id` ;
Copy
74
0.90 ms
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"\x16 ]8~ÉÆIê×ë═eäµ╚\x1C "
null
true
false
]
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x165D387E909249889E89CD6584E6C81C AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product.options` . `id` ;
Copy
75
0.33 ms
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = ?
AND child . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b".µWåè\x1C DRÉ#he┬¨\x14 G "
b"0^òS\x1A £Iת\x1E œ¶2§æð "
b"4xòžÂyLy¨\x08 2öÖt1V "
b";s{½½WNìì°\x17 4■Ø╝p "
b"_F¦²¨mLF³\x11 Fü\x0F í[A "
b"Å~´┌\x0E ▓A\x12 ª├÷¥J\t |D "
b"—3\x1E ‰î"A®Ô\x15 ž\x0E ‚¿‘ "
b"ø\x1F ▀ôÇCH¬û|ìµù¦ã§ "
b"›©ª¨\x03\t N\t ¾ýÈ0\x01\x01 ÿ¿ "
b"ƒ|Ø▓´EN§áÃò×4\x1C ▒þ "
b"íÙ|gÚäGq┐\x7F ¡\x0F #ø┬É "
b"¬^zغÙD┌│$àƒ«dEÍ "
b"·Âüåm¿C\x0E ©+}‹nË“) "
b"├\ü‗9IMJÜ¥ \x08\x12 !\x15 "
b"ÎÇø~ƒ¦E»”òÛ«×Õ^¹ "
b"ÑX§\x15 ÕH\x08 ¿å\x13 ’‡|>f "
b"Øâ¦Ck¿C–µ4\x1F -2Ùî“ "
b"ݘ}\t\v ŽM®®Z\x03 ™šýl€ "
b"ûÉëÓ};M䎲gÀ‘ "
]
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425
AND child . id IN (0x2EE657868A1C445290236865C2F91447 , 0x305EF2531AA349D7AA1E9CB632A7E6F0 , 0x3478F29EC2794C79A80832F6D6743156 , 0x3B737BABAB574E8D8DF81734FE9DBC70 , 0x5F46A6B2A86D4C46B31146FC0FED5B41 , 0x8F7EEFDA0EB24112A6C3F6BE4A097C44 , 0x97331E89EE2241C2AED4159E0E82BF91 , 0x9B1FDF93804348AA967C8DE697DDC6F5 , 0x9BA9AAA803094E09BEFDC8300101FFBF , 0x9F7C9DB2EF454EF5A0C7959E341CB1E7 , 0xA1EB7C67E9844771BF7FAD0F239BC290 , 0xAA5E7A9DA7EB44DAB324859FAE6445D6 , 0xB7C2FCE56DBF430EA92B7D8B6ECB9329 , 0xC35C81F239494D4A9ABEFF08122115F0 , 0xCEC7F87E83A645BB94F2DBABD7D55EB9 , 0xD158C2A715D54808BFE51392877C3E66 , 0xD8E2A6436BBF4396B5341F2D32D9EE93 , 0xDD987D090B8E4DAEAE5A03999AFD6C80 , 0xFBC9EBD37D3B4DE48EB267EF94AAC091 );
Copy
76
0.60 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".µWåè\x1C DRÉ#he┬¨\x14 G "
b"0^òS\x1A £Iת\x1E œ¶2§æð "
b"4xòžÂyLy¨\x08 2öÖt1V "
b";s{½½WNìì°\x17 4■Ø╝p "
b"_F¦²¨mLF³\x11 Fü\x0F í[A "
b"Å~´┌\x0E ▓A\x12 ª├÷¥J\t |D "
b"—3\x1E ‰î"A®Ô\x15 ž\x0E ‚¿‘ "
b"ø\x1F ▀ôÇCH¬û|ìµù¦ã§ "
b"›©ª¨\x03\t N\t ¾ýÈ0\x01\x01 ÿ¿ "
b"ƒ|Ø▓´EN§áÃò×4\x1C ▒þ "
b"íÙ|gÚäGq┐\x7F ¡\x0F #ø┬É "
b"¬^zغÙD┌│$àƒ«dEÍ "
b"·Âüåm¿C\x0E ©+}‹nË“) "
b"├\ü‗9IMJÜ¥ \x08\x12 !\x15 "
b"ÎÇø~ƒ¦E»”òÛ«×Õ^¹ "
b"ÑX§\x15 ÕH\x08 ¿å\x13 ’‡|>f "
b"Øâ¦Ck¿C–µ4\x1F -2Ùî“ "
b"ݘ}\t\v ŽM®®Z\x03 ™šýl€ "
b"ûÉëÓ};M䎲gÀ‘ "
]
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 (0x2EE657868A1C445290236865C2F91447 , 0x305EF2531AA349D7AA1E9CB632A7E6F0 , 0x3478F29EC2794C79A80832F6D6743156 , 0x3B737BABAB574E8D8DF81734FE9DBC70 , 0x5F46A6B2A86D4C46B31146FC0FED5B41 , 0x8F7EEFDA0EB24112A6C3F6BE4A097C44 , 0x97331E89EE2241C2AED4159E0E82BF91 , 0x9B1FDF93804348AA967C8DE697DDC6F5 , 0x9BA9AAA803094E09BEFDC8300101FFBF , 0x9F7C9DB2EF454EF5A0C7959E341CB1E7 , 0xA1EB7C67E9844771BF7FAD0F239BC290 , 0xAA5E7A9DA7EB44DAB324859FAE6445D6 , 0xB7C2FCE56DBF430EA92B7D8B6ECB9329 , 0xC35C81F239494D4A9ABEFF08122115F0 , 0xCEC7F87E83A645BB94F2DBABD7D55EB9 , 0xD158C2A715D54808BFE51392877C3E66 , 0xD8E2A6436BBF4396B5341F2D32D9EE93 , 0xDD987D090B8E4DAEAE5A03999AFD6C80 , 0xFBC9EBD37D3B4DE48EB267EF94AAC091 )) GROUP BY `product` . `id` ;
Copy
77
2.50 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` , `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` , (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.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".µWåè\x1C DRÉ#he┬¨\x14 G "
b"0^òS\x1A £Iת\x1E œ¶2§æð "
b"4xòžÂyLy¨\x08 2öÖt1V "
b";s{½½WNìì°\x17 4■Ø╝p "
b"_F¦²¨mLF³\x11 Fü\x0F í[A "
b"Å~´┌\x0E ▓A\x12 ª├÷¥J\t |D "
b"—3\x1E ‰î"A®Ô\x15 ž\x0E ‚¿‘ "
b"ø\x1F ▀ôÇCH¬û|ìµù¦ã§ "
b"›©ª¨\x03\t N\t ¾ýÈ0\x01\x01 ÿ¿ "
b"ƒ|Ø▓´EN§áÃò×4\x1C ▒þ "
b"íÙ|gÚäGq┐\x7F ¡\x0F #ø┬É "
b"¬^zغÙD┌│$àƒ«dEÍ "
b"·Âüåm¿C\x0E ©+}‹nË“) "
b"├\ü‗9IMJÜ¥ \x08\x12 !\x15 "
b"ÎÇø~ƒ¦E»”òÛ«×Õ^¹ "
b"ÑX§\x15 ÕH\x08 ¿å\x13 ’‡|>f "
b"Øâ¦Ck¿C–µ4\x1F -2Ùî“ "
b"ݘ}\t\v ŽM®®Z\x03 ™šýl€ "
b"ûÉëÓ};M䎲gÀ‘ "
]
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` ,
`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` ,
(
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.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` , `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` , (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.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 (0x2EE657868A1C445290236865C2F91447 , 0x305EF2531AA349D7AA1E9CB632A7E6F0 , 0x3478F29EC2794C79A80832F6D6743156 , 0x3B737BABAB574E8D8DF81734FE9DBC70 , 0x5F46A6B2A86D4C46B31146FC0FED5B41 , 0x8F7EEFDA0EB24112A6C3F6BE4A097C44 , 0x97331E89EE2241C2AED4159E0E82BF91 , 0x9B1FDF93804348AA967C8DE697DDC6F5 , 0x9BA9AAA803094E09BEFDC8300101FFBF , 0x9F7C9DB2EF454EF5A0C7959E341CB1E7 , 0xA1EB7C67E9844771BF7FAD0F239BC290 , 0xAA5E7A9DA7EB44DAB324859FAE6445D6 , 0xB7C2FCE56DBF430EA92B7D8B6ECB9329 , 0xC35C81F239494D4A9ABEFF08122115F0 , 0xCEC7F87E83A645BB94F2DBABD7D55EB9 , 0xD158C2A715D54808BFE51392877C3E66 , 0xD8E2A6436BBF4396B5341F2D32D9EE93 , 0xDD987D090B8E4DAEAE5A03999AFD6C80 , 0xFBC9EBD37D3B4DE48EB267EF94AAC091 ));
Copy
78
0.36 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b".µWåè\x1C DRÉ#he┬¨\x14 G "
b"0^òS\x1A £Iת\x1E œ¶2§æð "
b"4xòžÂyLy¨\x08 2öÖt1V "
b";s{½½WNìì°\x17 4■Ø╝p "
b"_F¦²¨mLF³\x11 Fü\x0F í[A "
b"Å~´┌\x0E ▓A\x12 ª├÷¥J\t |D "
b"—3\x1E ‰î"A®Ô\x15 ž\x0E ‚¿‘ "
b"ø\x1F ▀ôÇCH¬û|ìµù¦ã§ "
b"›©ª¨\x03\t N\t ¾ýÈ0\x01\x01 ÿ¿ "
b"ƒ|Ø▓´EN§áÃò×4\x1C ▒þ "
b"íÙ|gÚäGq┐\x7F ¡\x0F #ø┬É "
b"¬^zغÙD┌│$àƒ«dEÍ "
b"·Âüåm¿C\x0E ©+}‹nË“) "
b"├\ü‗9IMJÜ¥ \x08\x12 !\x15 "
b"ÎÇø~ƒ¦E»”òÛ«×Õ^¹ "
b"ÑX§\x15 ÕH\x08 ¿å\x13 ’‡|>f "
b"Øâ¦Ck¿C–µ4\x1F -2Ùî“ "
b"ݘ}\t\v ŽM®®Z\x03 ™šýl€ "
b"ûÉëÓ};M䎲gÀ‘ "
]
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 (0x2EE657868A1C445290236865C2F91447 , 0x305EF2531AA349D7AA1E9CB632A7E6F0 , 0x3478F29EC2794C79A80832F6D6743156 , 0x3B737BABAB574E8D8DF81734FE9DBC70 , 0x5F46A6B2A86D4C46B31146FC0FED5B41 , 0x8F7EEFDA0EB24112A6C3F6BE4A097C44 , 0x97331E89EE2241C2AED4159E0E82BF91 , 0x9B1FDF93804348AA967C8DE697DDC6F5 , 0x9BA9AAA803094E09BEFDC8300101FFBF , 0x9F7C9DB2EF454EF5A0C7959E341CB1E7 , 0xA1EB7C67E9844771BF7FAD0F239BC290 , 0xAA5E7A9DA7EB44DAB324859FAE6445D6 , 0xB7C2FCE56DBF430EA92B7D8B6ECB9329 , 0xC35C81F239494D4A9ABEFF08122115F0 , 0xCEC7F87E83A645BB94F2DBABD7D55EB9 , 0xD158C2A715D54808BFE51392877C3E66 , 0xD8E2A6436BBF4396B5341F2D32D9EE93 , 0xDD987D090B8E4DAEAE5A03999AFD6C80 , 0xFBC9EBD37D3B4DE48EB267EF94AAC091 )));
Copy
79
0.32 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
80
17.91 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"""
\n
R•\x1C ¿OKÀ‘xDÒr†Û\x18
"""
b"\x0F 6fO\x01 «BÀ´3‡9µ\x1F ò\x05 "
b"\x15 áò*│▄DvûAÌ▒ߨm\x1F "
b"""
\x1A )\x18 “\x13 ÁL\n
¼óÍ Öqíà
"""
b"$¿ıXƒßD;É┬-¨ìø╝ô "
b")\e «¯Ð3N¯ž[*K)§ey "
b"3ÕŒÕ$\x08 E‘‰ÂP9ŸïÛï "
b"49Ç'\e\v K‡¹‘Žä…×8V "
b"9\x06 à\v\x1F œMô»Þ ÄÞ\x1C ¢E "
b":Õþô&¤H=ºqÞ„[•3i "
b"@-àô\x7F ¯I\x12 ½\x02 G9îÞ*\x1F "
b"""
Jk\x17 »\n
™O\x04 ³VXñ|¦€‹
"""
b"V·\x17 ■\v CÕ©\x1F É┼"'l┘ "
b"]éršE‹G|¹úXÁÚfÀÇ "
b"d% ²ÛCCõ“°×‡bz…n "
b"jH07èhD)†é\e ŠÜÜþ1 "
b"o2zÀ\x00 ·@~»(X\n B\x14 ç\v "
b"qO1{qöN1¡╔├ìÝ\x17 ´Ô "
b"s‚zÂaTIf¸þöЙ\x12 úé "
b"¥õŸ%ñ¶J´â¨˜í‚\x1D ` "
b"Ò¤r(ï\f OCŸæ;\x17 `kš¦ "
b"ܵ¢¬eÏKT’=ôv .)u "
b"èñ˜åLLJ\t ¼\x06 ¯\x1F !æ˜Ø "
b"Ù©¡W%:LýªÅAfK\x15 Ý┼ "
b"\x00 Çt+\x06 ÚCbšóÒ!Œ¢Ï¼ "
b"\x0F RŠ÷4SDq”H«+ÀË-` "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"$¶µãÁÒOè‚å¾\x00 š¾*C "
b"&D¯—Á\r MѱŽ\x00 ð\x08 R¨E "
b"+\x06 Žï\f ‹Lvšs0\x13 ¡e˜ë "
b"1î™¼ÂØJv¡u\x0F ‹\x1E }+ "
b"3|>±+‚A'¹"nÒ—Pc\v "
b"<W\n ð\x19 ðHŃ\x00 €\x1E úñT\x11 "
b"@gë\x1D ËuK]©qÊlsþ\x07 "
b"Eð#FÔŸH/¨p!`7` & "
b"G"¯\e â3E'¢@¹#,ÿ/\x7F "
b"MRDÌ\x16 ”L›¦=^¦d<§× "
b"Oνc¤“Fî®ð¿ç§°\x02 o "
b"Sš\v _ò\Dѵˆfaéc\x01\x0E "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"Y\x04 ü\x12 î<Cë˜óƒö”\x03 Zn "
b"[ŒŸ\x18\x1E F™”#·Ú@Ó)K "
b"""
_\n
\n
o*áC®Ø│&Î}è─g
"""
b"a¸¨OrÒA8│Ø"äƒâ&a "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"g_\x06\x1C GOD;€jF¨z6W{ "
b"i\x01\f\x03 ªðMÙ¹\x05 Á:XÓÿ† "
b"i\x1C X└\x0E ƒL\x11 ø╚9[eðPØ "
b"r`IAs{A\r št^K\x17 ˆ÷Ù "
b"rzG4%DAÞÅ\x15 ¡╬o╚▓â "
b"u\t …™´FG†§…hBûÁññ "
b"ä~Ã▓┘¢OXó┴¹▀ì5kD "
b"—Ï$àq‰FŸž«×+n<“. "
b"ªZßı±gL*׺"┼»Xìí "
b"±ÍÉžAZI‘¹\x13\x18 :ÑoY^ "
b"´§œÈõ‡M¦²\x02 é˜\x1C L·T "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"┐ÚcÉ─}H\x07 áÒ├ßî┴³╠ "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"Ö†h…9Kï—ò.;¾óS˜ "
b"Ç\x1D »p—›Lë“h¯\x12 -ݸ¬ "
b"È]GƉ\f K´‡lºÑ…8s\x13 "
b"ÊÏ\x10 'o±F\x11 ½CÒ·ô(ª "
b"˼¬Áº\t Ež½Ü\x11\x15 ÿ\e g] "
b"̨“V×\e DÛ‹‹Á³\e\x18\x03 ¥ "
b"ѧdù¬ÃMuŒ¡gY@ÜæF "
b"""
àý\r\n
„šN\x05 €\v M‰šø\t 1
"""
b"êîͶóIí¨ì'€Ui\x1D "
b"îÍ{¶™®NÇžLÙùBKç° "
b"¾ºÙðÍ\x03 J8©°ü.©┼yƒ "
b"¶,▒£üùI{Üjæ¥SK*© "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö\x1D Q8ÉpEk›Ò;®íO*¬ "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"ú ¹Æ³^G\x02 †F(Ÿë\x0F ðC "
b" ═┼üL>O┌ó\x13 v¡Äî8± "
b"\f Õ\f ._ÓHLºVØ\x00 ‡Ax "
b"\x14 é“Ä“\x0E Jν-\x07\v U\x10 Ô "
b"\x1F Ô\x19 ÏC┼J6ɲ´▀yßIÆ "
b"'\x08 “\™wGó•g¡6)å&, "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b"8OÌéséLž°”½ƒJíxh "
b"?õ3aU+O\x10 ¸Øø„¿½† "
b"Y`¶ë¿6K*¼1»Fó\x1E î± "
b"^R!³└ðO~ù\f ìÜo┤\x04 └ "
b"mû¾8UÃBÎ ªc\x1F ²úY\x1C "
b"o@ÇáíþEî³\t\x01 g',\x06 ` "
b"Œ_\x1D òNJD§åøÑºž¦Þ "
b"""
û\x10\x17 c\n
\x1E L¸¬Í=5ÅÛ"\x1D
"""
b"Ü&ºCC\x1C K ïç;F\x02 É`B "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¨,è\x00 r…J–Š\x05 ‘Õbmºý "
b"Áì²┌$¥@}£$ãfm»█Ó "
b"Ð/9Ê=1F„¶0‰p™ÛŒ© "
b"ËöüÄXûAö¢\x19 ±`2ùø▄ "
b"×þÜR”™KàœSŽËY\x08 [` "
b"ÛÓyðå(DX‚ú¢¸\x08 ÒÓj "
b"èñ¯"#«C¶·:}ãŒGAù "
b"ð™J§~FF\x03 ’¥;\x11\x02 2qå "
b"§Å¡Ð\x1D ¾IzòlQ'z\x0F J0 "
b"°îü×júHTü§Á\x19 pd°7 "
b"ü$J\x0F ¼K@ú¬WÁÐ\x1F ¾'Ð "
b"\x02 <ߙڷI\x16 Ž‘ÙF\x7F ßg¯ "
b"\x03 ¹ro‹uFR…¼ÈÊXnÿ "
b"\x03 þ}Þ\x06 %F¼¨ë.cè\x06 £‘ "
b"\x05 ╬ü·µ¸N\x1F ░-¿ë\x04 `ü\x1C "
b"\x08 FAð†SKTºL±N’Ú>ú "
b"""
\n
9}‚‚\x19 Kç±µ¥Ý™Á\x08 Ï
"""
b"\f\x0F gñFDKX¬\x06 éØ\x0E\x1A ÛF "
b"\f nšJɦA¦¶ðF\c«^« "
b"\x0E 'IZ\x0E\x1F AØ¡¨Ûã|╦û "
b"\x0F »ß=v\r J’³'™\x07 í®‘ò "
b"\x10 Ì┐x\x15 ÅBèÇøýç▄Á░\x14 "
b"\x12 õãb\x01 1CËŸ%\x17 >nhg¤ "
b"\x13 ºKùÂ\x18 Là‡`"\x1F q+ßX "
b"\x14 §Í\x07\x11 xA"¬,ºKª8xÝ "
b"\x16 ¹Äı╠ìG\x1C í,oN╔Çu' "
b"\e :°8€ÜGî†Ë\x07 •lW\x05 À "
b"""
\x1C\x17 \n
\x1F £ìCX▒Jtr+0Yî
"""
b"\x1D\x1A\x1C ~'&G‹¼(áq˜³±ù "
b"\x1D\x1A ·”¥tG„¯Ï†ôúƒ\x19 ˆ "
b"!N6² {L‘…>‹x»rnÌ "
b"#¨ !ÖçI'ˆ\x08 ’ð~E\x11 « "
b"&\ãa,FÄú¨:É─╝¹▀ "
b"&Ž·dƒÿIa¤ï¤\x1E >\r ¨ "
b"&╦gg█ïM▒®ðàü§#░\x08 "
b"(—œ\x11\x0E nL‘¹|Î.X5\x7F ¹ "
b"+U²×\x04 ¹D¥ˆC¨hý¾šJ "
b"+§ép¥ B˜×\x06 ‘Ÿ'Ô7 "
b",¿É`Ñ®@¦C¹¸Eïmù "
b"""
.┼Ëìe]L\n
î╣Ë:4Tû*
"""
b"1f§×Ò2I¤·¾;\x04 vešª "
b"8¼t¸,Í@\®Âl¨{a…º "
b"9sòd\x12 ”Eˆ\x16 6o£ýãÆ "
b"""
:)Î1(uM7¦g‚ûÓ¨\n
2
"""
b";C¸ÿ\x19 xL¥•mG\x03\f ô\x19 ‹ "
b"; \x17 ‰]œC-†é\x1F ¦¯\x7F '# "
b"=PÍ\x16 ŠRK\x08 ¦WU\x16 -+$x "
b"?\x1E\x1D 5W\x03 G‡«³É\x00 PŒÝ¦ "
b"B\x13 ®\x17 ˜¬EY¿†‹'\x1C â&\x0F "
b"DAWæ³JF=¡«‹á2\x10 Ú½ "
b"EŠ«cëwI\x13 ‰9aØr,!± "
b"EËF|•-Gv¹ö—Ù7“å\x15 "
b"F°\v KfxD:»½Â‡k»\f P "
b"GÂeIAiIø¥¯©$`\x03 i× "
b"LìF\x0F ïÐL¨Å│K\x11\x13\x05 «) "
b"MéŒK™s@Û˜ä*\f V¡*N "
b"N+?klvCQˆO_æÙ%ã3 "
b"T¸ø\x06 á§Gß¶\f …Œ¥ë™- "
b"U»\x14 ¸«ÎO┌ÅCßü┼\v >7 "
b"WW¦'›\F1¹ÓÑ—¹0Ëÿ "
b"Wo\x1F \r AûG)žõºb‘!Ùˆ "
b"W£iž±8Nþ‚Z´/Ô\x11 •÷ "
b"Xf\x05 ñ]·K═ü‗¥KÝ‗Û@ "
b"Y![ÆBùCÆì³µ)é·È} "
b"Z“\x16\x7F ÄfCJŠ›v[¦Šð "
b"[.˜\x7F È·C´¾}eH±\x1F Rõ "
b"[þt÷)®I\x01 ¨6Wl<•AŸ "
b"_4‚xÖÉBôŒ\x17\f\x15 hé½o "
b"`\x1F\x11 ”@\r Cj¤NˆsSß\x10 R "
b"ah]˪\x00 K;¯=®ç\x06\x0E\x02 ß "
b"aÉ.{\x15\x14 Eòò\x12 ~vi6åµ "
b"cfA7\x14 ŒGv€ÙF¯Ô2ªã "
b"c{4%ÿ\x1F @ÅÜ)\x04 ê)ãý "
b"e\x1D\e ©×ØN‗ó90à\x16 À7\x12 "
b"e;ìtÇHOË¡*K\x11 ıÔ\x02 ª "
b"g¯Cç—ŠC;¥M?ÆŒÁ[é "
b"h~ó5×·@\t ž+|_Ÿ!”É "
b"i¢Øf:šB\x04 §ŽÞnœ™4p "
b"j»|Cg/I\x05 ‹™\x06 L%\e\x1D m "
b"k#à>à—Ge˜mfàs\x03\f < "
b"l¥g╩oHAx¥Éö\x05\x1F\x00 »ý "
b"o\x10 É Ñ®K5—‡+Iýf—ø "
b"p¦Ù\t 6XFR©ˆÈˆ+xÄ- "
b"qD\x0E £%’D9¥—¾ñêá†X "
b"s\x13 7`w;@OÅÐ^\v yyÖ\x1D "
b"v„ùtH…IW’ö"ñaã¡& "
b"yé0╚\x1A ¹M\x08 ©\x0F §É╩e£░ "
b"""
}¤\x11 Kõ’J<„\n
™Þ¼Îƒ&
"""
b"~Z\t\x17 œ›M׌H!ãt£\x1D n "
b"â/TüwjLÐàªÑ3ûÆhô "
b"„>aôšÕD‚Ÿ\ ƒKÕnE "
b"‡‰%çò\t N¿º©\v ú\x0F 0\x13 Ú "
b"ëóHÓ¢ðG8íÒò├\x19 Ø1ô "
b"Š@SÂÀ¨C½•&)R8e› "
b"ìÅÅæÑ®AlÀ÷8M³VñY "
b"É1fßÿSL¡ï³w/Þî7N "
b"’\r 4²\x01 $GݵòïËiê;¢ "
b"’1ô\x1E\x03\x16 BÅ”\x1D “¡<¶×\x0F "
b"’[æ™RðL=¬·\x08 <#‚ør "
b"û\x0F 3Ô²┬H=¥n¹ßëÅ\x17 = "
b"™~\v Ôð2@ÞŠO¸¾à{\x0E » "
b"Üz¤]±-J§ÿ\x18\x16 HÞuÊÉ "
b"›Ä\e ãíÆE„¼ÑæE\x02 €#ú "
b"ØÊH¹zÍO╬ƒt"z┼\x11 9 "
b"""
ƒøÅ\x15 ╩ÀNR▒!\n
(hß\x0E Ð
"""
b"¢¬\x02 ³\x14 ÔD™Ž\x15\x15 ýÙíQ÷ "
b"¢Þ\f ý™ÔI\x0E ¢\x08 ìÄTûzÆ "
b"£‘^oÀU@J¹Î\x17 ‡3jXò "
b"£ãOÉ\x14\x14 D(¦P¯’p\x08 îæ "
b"¦Œä·ÞÞD¿Š(üë\x00 6ܹ "
b"º\x15 Ü;¨çB[║Ù\x1D ìȶêv "
b"ª;º\x11 ÐaEmŸ3“¢@Z·n "
b"«uÎ█÷PKÍícQ²SUì\x0F "
b"°\x1C g¨\x19 íAˆ¡*û\\x17 ÄkM "
b"°ªäëv]ID¿\x08\x1C\e a”ÏM "
b"▓Mâ'é¼Mi»Ó┬É?S£è "
b"│\r Ó<É0I├Ö'Ám├\├┘ "
b"´úïå\x10 aO=– wUs†ºç "
b"µþ_\x18 çŸ@0’¾‘ftÄ\x1D k "
b"ÂÅe©°<IÏÆBè╔3\x06 LË "
b"À\x18\x0E zl■IªØ,DImÿÊw "
b"╣oÎô¾¾Gí║┤®^┴Û¹Ø "
b"¹•ʼx\x08 Aó¥\x0E ɬï "
b"¿\x17 µÊAäI\x15 §¸C_Üa\x10 ¨ "
b"┐H®º╠¼AÙúËE;üù┴6 "
b"""
└kü°▀¸N2ò\n
Ôp█ö█7
"""
b"ÂM%4QFLžª,\x1E "Ä\e ù\x7F "
b"œÇ\x08 O+@u¸É\x03 *^8±° "
b"Ä\v DÙ±IDZ«)÷[Î+FO "
b"Ç\x16 Àð‡LÒ¿†¶C¤ðTb "
b"""
É\n
\x1E ÝzGF\x10 “5oF?þ {
"""
b"Ë\x0E 89Ú«LN¢YÒ£~BØ\v "
b"Ë\x18 Ã[Ù·NfŠq,2K.§\x7F "
b"¤Di\x04\x0F ÎFo¿\r ̦ü¹°ä "
b"Óp\x15 ðŸ\x03 Iù¯!c²èҨà "
b"Ëæ┐─î_B)ÅW¢╚éEÈ▓ "
b"Ö“S.ŸGKöœ¤:a…2’g "
b"×ÙÌG‘ C[¥Ç£´}\x7F\x08\x03 "
b"׿g’è°@À¡\x1F z[Ô„\x15 ] "
b"Ú¦\x11 ¢€»HP¬lVÏŠ½T\t "
b"Û+Ü\x18 ϱLk½òš\r ÙÅ\x1F ¬ "
b"ÜDóxâF𻛨;c{™\x1F "
b"Þ:³©YÅ@þ°ó;7…¢FÐ "
b"Þh-_\x05 åJY¬çš»\f ¯\x19 $ "
b"Þ÷¿„ÎnEܨ\x11 dÜÇ~+\x16 "
b"áM¨Ré@LW¤;¥¡Ó£8… "
b"ã\x0E Øs]îN\t ©Ë@i˜ñiÞ "
b"æ.ÛÑÑ’Ng«Œ\x1C Q\x07 $ª‚ "
b"þ[xÌÞxJÉåN\x17 ¨F═\x17 £ "
b"þ]┤[vôFcîÉsÅ Ùd¶ "
b"é»\x05 S„\x0E J–¸2ã¢÷‡wÅ "
b"ë\r >$/¸@ŠéM\r `žv\x00 "
b"ëeG¨ÃNG&¾\x1A ƒá1Ý\x14 • "
b"¯ü/©x¹Hƒå┌U£ô\x07 ª\x17 "
b"î‰qéX@O¹½ÂŒúråIŽ "
b"ñ<¡ûñÇIõ”•hÃKà\r ñ "
b"óšÐEs\x7F Bz©ž\x14 ÄJ\r \x02 ¯ "
b"÷ He$þOúž\x04 Þ\x14 õˆ! "
b"û”òé'¾A̦;Ü_fºûú "
b"ü¤OÔreH¼¹ã\x1D\x0F *Të‡ "
b"üŇóúÁDެ¤ÿr;%ñ© "
b"ýÑ{žÊÆK\x10 ®Â™ïÖ\x03\x03 4 "
b" \x05\x18 ÎÅ╗Otç6=·X═¤\x01 "
b"\x08 ‹ŸÓ”'O(¶m±‘žÃØÀ "
b"\x1D LT\x19 sàL&³ã%e™P"Ï "
b"""
A\n
v[²&Má¨3ws©]\x02 3
"""
b"XÆÃFL¶AÄ╗\x07 H¦Ò(Å¥ "
b"k\\r #Ÿ‰JFž\x10 Æñ#kŸ½ "
b"pËR5êäC™¯Hïä5lÑŸ "
b"t╦Sõ\x01 ¡NÉ©[\x00 lkü\x19 é "
b"‡µ~ø7sM×ÂT§¦‚O½ "
b"”\x0F bà@\x1F B§ž!ë‘°6\x07 U "
b" 7ðM»òN$ƒ¥)¥žu`F "
b"¡:OêJ\x1D AŽ–My¶ þÙ> "
b"¬n-YP\x19 I÷½×®\x13\x15 ò–g "
b"Ìî²¾Í\x10 GŽ›çt@p;\x04 U "
b"\x07 £§}ÂIHùìç^│$4ý¯ "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b""ì\x1E -ZÕG>¶4˜\x1C ×\x1D ߨ "
b".FÀw—uK/‡\x15 Aí¥¸Þ€ "
b"8·c\x0F 'LN¦§OØëíNS "
b"<ÂK\x1C \r KLÞ¼$CþàSÌó "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"_]¡è…²Kt—\v M\x15 ð/\x15 ò "
b"iù/&‗7IïÄüuGËÀ¾K "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"üXô·StCî¡-M\t ╬vÛP "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"æü§°\x11 Ä@rû \x00\e Ù«ùã "
b"–SÒ¨”jLI»²–V& "
b"žÖw\t uôBJ¯í«2][\x16 ¬ "
b"²ÇÇÝ\—C\x18 ™À\x05 )gF‡\e "
b"¿ßU:ä¶B^‡„‘\x07 *©ÒÞ "
b"ÃpúüØH@m¢wÉK³]d´ "
b"ÊÎVß·@D\x12 –ß/#”bÊó "
b"""
¤\x1E ¤ì´NL2á>ÿ├\x7F \n
ò
"""
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"\x1C EÁ*\x13 ÕEb‡®eC\x1F è\x03 Þ "
b"= ▄:g█GAì½\x13\f rE¾î "
b"]p»¶`7B„™XÂòº¢ÿ« "
b"oêêÑêûL×´õÝó×ãI‹ "
b"š\e !õ2ŸI©“òùÅ\x03 V”¦ "
b"£qàŒM\x08 @c®[öØpøÚ» "
b"¨Ž¼yÞ\r D´–´¹Þ¼Á?~ "
b"¾]4syMFú»)±\v ÞzÖ˜ "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"Ð1ÁãåéLÁ‡êó¯ÒÛæ% "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"""
úÁ\x1F .\n
ßJÙ¹3ywèh)y
"""
b"\x06 >\x14 2"¾C2œ'( IÖ¡Ê "
b"\x0E Eöïƒ\x1E B?—÷\f „¢áÝÀ "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x1D §8ïÎ\x00 C/“9•\r \x11 Jj× "
b"!JûNþDO\x0F Œ\x0F ý@%çJ\x03 "
b""… ¶òƒ@ø•Ò«]\x02 3C³ "
b"'‚;,lªIºš\x1D P•†&‹S "
b"+Ic\x05 SÃO¢†qù<qMÞ[ "
b";;\x1E É…ÂF\x03 ¡·«ºüõ3Ñ "
b"<\x18 ù}S\x1F HI§\x07 #oÅ'è— "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"=21ÜuÜOQ¼ä1pWt?\x1C "
b"?u&tC[F9r\x1F W•C‘ž "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"An(:TƒLo«ı~õÓ\x1D Öì "
b"T\x10\x14 “ƒùC˜‚>&ßý\f ×ý "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"[÷o`¢ÕN\x1C –¿\x19 ~—Ɔ\x7F "
b"]ý\x1E ãÛÄKޱó\x7F D)Yäx "
b"c(x\x1E\f tD-Šï3/Ø$nu "
b"kñóÀ£kB£²Bæfb§—\x7F "
b"r¬ó\x01 8\x12 Kéžùì\x04 Dh\x17 š "
b"xíýz┐MASïÆàì▒æ)n "
b"zãk/Y³E‘¾MµQ\x11 ÓÝp "
b"ÄDÈT"kD╠¬F\t d.tüT "
b"ÿbîr▀CL~Å`\x02 yGë#W "
b"T˜à£ôHƇpnÔŠ«Nè "
b"[ÐVÈWJ\x06 §\x17 @\x08\t 3I. "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"·S ÛwqI\x1A “ÌÆ¦ÆuŠã "
b"ÀeòÈ┘õO>ñ\x15 ┴áüçßN "
b"ÀQY\r ŠòI=–yíü8ƒ"› "
b"Æ\x14 ÎrçOO¼‹œ‰žÞ—~É "
b"ʽDf#fIêø®\t GôÍüu "
b"ÓR\x1F xø…F+µ\x11 šI>ó&° "
b"ÖS§šPãAwº˜P\x19 •Ãä_ "
b"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ß\x17 _>é«CδBÿ\x1D ’Á°Ú "
b"çùR\x1D úˆFç¶%Yމ¯<l "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 I\v mJAíŠ<d;\x17 x–\x12 "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b")hSÑ~0BÙì'‗7▒±G "
b".\x10 ýZé»MìôO¾4QÝò, "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"\ZaéR`H^”û4gŠ„î_ "
b"\Œ»z³ÒI“¤§EE7TåÚ "
b"^ƒ\x13 l.AEm¹îTM¯ÑËç "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"•s\x00 =ßõ@\x00 §\n ÔÜd‰@Ö "
b"ØÊLê(┼N!é_=bÙ■«w "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"Ÿ,´¿7ŸE\x15 ‘–€:ªNPß "
b"¥¨øõF˜G6¥²9÷œº][ "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"¸ŸÇi¿<Ey™¡ï¡QRrÜ "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"êðBí`WEb“¾Ÿ#y[\x04 ¤ "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"\x00 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\f\x04 ½õå4B\x03 ›\r \x1D õ°.\x16 "
b"\x0F ÀOªî{J<êIÅ4\t @Ço "
b"\x11\x18 4ñåÅH0ïS®KÆ-&ü "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b"+V.H/\x02 M×½Åðÿl?2╔ "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b";Ç\t ‰à¹Eˆƒê°‘\x08 ^Së "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"Qy÷2B¢@3—„¨äPý&Ä "
b"UÕÈÈ\e\t D´°0qÙ ?D6 "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"^\x15\x03 £ıWC╬çü▄º«wc@ "
b"iÓ³‰›ÑHÕ®æDYü«\x0E à "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"üVå\x1E åwEl¼Ä1q─C¸\x1A "
b"ƒ¯¢Õ6xN§¹kÖÓý~Or "
b"…ÿ)êO\x05 Js‰iaW-𲘠"
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"‹Ç,‰uöK/¤Œ!¶ÑO‚« "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"“˜—ˆ6SHy¨¬9h\x17 -'± "
b"•6<eœéJ\x08 ¾¾Àú¨†—S "
b"ú@×░,úI>ò╬Ø│\x16 S½▄ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"¥-Iz¯ƒ@¹°#±ü\x1A z(\x1E "
b"¬▒Ð#é╝M¯ìx5õ\x17 ╩;¤ "
b"«\x12 Œ8€VCî®Ò¼J^š\x05 K "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"®c\Ù´òLþ¢z\r ‘öX¥" "
b"°ì\x14 Ë'wE$¶M\x12 ì\x1E eb* "
b"²LþEä>Fwª:¤§P$\x1A "
b"┐ýÉÀ²tH\x1F º╗Ò¹\╠b¯ "
b"Á£R–¤SG”³—kÚ•5)\x03 "
b"ÈsǼ‘ùFz‡]ôÁ\x18 ˆä\x1A "
b"╩\x08 £▒#hJÚÉpê╩{_│® "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"╠ʃ\x17 PçNrág¤ ı\x1C ØP "
b"Ð\x1E ÷i§NH¬’¤I¢ê»Ôj "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ý\x12 Ïʨ“B¼¡P¾\x1F Ý Üµ "
b"ðù©˜çH@–¦=™tžÕ} "
b"ò²¥êÆ\x19 OŸ–\x13 l™F\x14 z3 "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"þ•?\x02 ZûD´“D%|øqåT "
b"\x06 ]6Å\x13 iLvÉTÌ,¾÷MW "
b"\x0E d\x10 ¬§g@\f ´Ä2\x01 S\x12 Ëh "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b"$\x1F yGª╚D├æ#±╗\x08 øÅ\x1C "
b")2T1é½Jì┤ÈÄï,\x1A ¥k "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"-\x1A obÑBLÀ½R▒¹°╔aì "
b"/U,‘/ƒE=†dPݳu\x1D\x1C "
b"3ûkÕ\f\x07 Ic±Â6} \x02 å½ "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b"<z¯ÕµÆI€ŸÂùÇ\x19 ØžÙ "
b"<Ê\x02\x08 ø?C\x1A –=\v ü;ªïa "
b"A®}\x1D ›jDлv¦\x12 £\x7F € "
b"YÖ │s\e H\x1F ü»h■Ûƒ\x04  "
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"}®n¶l¼G©¶;«zFVìã "
b"üWìÃCÏJcâÉ\x1D \j`_ù "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"ô╦e´íkJ{èüÉdOµÀE "
b"¡-á½\x10 oFÅ¥ª\x10 X\x11\x0F ~2 "
b"µÉÙzmÙD°¡66\x17 ñ\v ïG "
b"Çá¬âV®H\x1E Qü×KÛ{ "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"µçÁO\x1A\x1C Jôü¬²│¼úÄÞ "
b"î· tý\x14 N‹“Á/ÎX\f\x7F L "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"ó\x0F Òt\x15 C`ƒyÚ÷|×Az "
b"óºó÷c5DÀ»Å>*ù¦K@ "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"ÿ Õyþ©JrºXdÁ³\x10 &\x18 "
b"\x05 Ø3O\x15 ‡DO–U2¿HA\v Ê "
b"\v\x00 .ö;ÊK\x15 §W*Ó\x0F\x04 1ƒ "
b"\f YÝ©ÆÊK"…FĨHè±/ "
b"\x10 L\x16 ÃA³I\x15 ë▄/ÒÅ_k\x01 "
b"\x14 ô®àÉÞK\e ǃ\x1A QDSâ "
b"\x1E Ô*äf¢L\x0F †Ö®’Z\x1D õL "
b"1U3Y¾\x11 LÃì░,\t ¿ºe│ "
b">$0ˆZ&B\x17 “ÊïJæü‡¬ "
b"@:2ÐGýNH¹6'¼b¿R7 "
b"@ÃÈf\x04 +KÉ”ª\€Ã\x7F $î "
b"DªšŠ‹HIÇŽ<דõÓ°ü "
b"H~£╦¦╬D±Åî╚\x7F ╝ø┼N "
b"I!(mB×Dh‚A–Ö*õ\x18 ü "
b"Rê§™˜ŽM÷žR‹#\x1C 5óe "
b"\ÇÉB\x04 HF\x03 ÇÁ\x16\x08 \r ¬~z "
b"gÿíÝЦMfªöœtU¬to "
b"pÊ#·Ü\x0F IH¨\x04 -Tþ¤U˜ "
b"wåïk@oHó®6\x04 ~<îŒÕ "
b"ÖP╝ö\x06 ¢M~¢q9\x7F é´|ì "
b"ŸòZ\t ~â@n·\x1E ¬*\x16 Õš, "
b"°çº9\x1F ÂEÀ¦\x07 ë'®ð\x1E Ï "
b"²r©QźC¾±X©Ÿ¼}1 "
b"Á\x11 ┤\x04 «\x06 LÉøE█\f Î╚m╠ "
b"ÆPÐ\f ÎpK£˜èɉmÓh\x06 "
b"Ç\x1E e¹FOEö—'ðÉ(°M! "
b"ı%\t ×▓éD<Ä\e üç\x1A\x16 ƒ\x15 "
b"ÝÓ¯ï7‚F纎IO¥JPÌ "
b"î1¦ÄkkKNžõ*vów°ÿ "
b"¶D`Ø/NG¸çK╠Ü»îv "
b"ô}gö ›JI¹“c9´ð\v … "
b"ùðE~6eFÔžÅÓAÖ®y— "
b"\x05\x1E Y²\x14 FC¡«YW‚®¥Ùð "
b"\t Ää^¥rLü‹êJ-Úºl\r "
b"\x17\x14 ó4\x1F\x12 L݇+¶Äj\Sµ "
b"\e âÉÒHµA╩àÉßí4B\t C "
b"\x1C\x17 dÙIiNr£ÎOÁ\t ¦x "
b"\x1D ÓeUÎ^C§ìw÷ãÍ┘¨6 "
b"\x1E áÓ»iXI+¶<š\Éûþ| "
b"#oÿ|.1L\x05 ½°¦ìE^µ\x01 "
b"%Žp‰ú^@+¦Þ‘SØtµƒ "
b"(Fæ¢│(I■à»ü\t í·s§ "
b"*˜[Ç«5G“·Zµ^ú\x10\x12 • "
b">º#„HoAaœÃåK\f ¨½í "
b"D±`MY\x1C N]®4\x07 ÀÏ›‘I "
b"Q]ì\x1A LRK)×®╝¥\e yÖz "
b"Z└┼*D¨Cü╣F╚\x0E 9╚rK "
b"[ÆûS³¦O*¢çáµÐ\x03 ö1 "
b"^‡Á\tèGw¾\x1A ¢:Æsž± "
b"a\x08 è]ï.Nü¹û\x08 w|\x10 ž\x12 "
b"mIÅûý©Mt¢èvœ\x08 ]p< "
b"v Ñ0oGNÒüÌôûù═uê "
b"zöoAWÿJ}Œd§¡½\x0F UŠ "
b"‚sôm?¾G.¶xË#Õ¾ßl "
b"åe·╣!ÒCÖülÂ]▀├{´ "
b"ŒÓ#\x11 óÜF+‘ù]”^¦r§ "
b"É\x04 q<º╦Cs½nýe \x08 5ñ "
b"ö\\x07 ├ìG~ªÚXCó1vÅ "
b"™yÒÑÖ\x13 EŸQéén…\x05 "
b"""
óaùìıéA■Â 2±1C\n
Ó
"""
b"¬7X7Ú1I\x1C €ë\x13 #B¹eL "
b"╣j]x[°M┐ûkÉK|▄³ "
b"¥ÈOÀ?ØG·ïPp\x13 ó├Ù\n "
b"┴]Z§VèN┘ì._VqÐ$C "
b"├ÅæÏ#øC=Ñïn!\x0E YbP "
b"¤\x1A ÂODSKÏ×Åý\x1F ñÍ\f ÿ "
b"Ö4ÑwÅäG\x15 ¸Oua¨%ј "
b"Ü»5ÊŒµK´…„ÌâÕè3 "
b"¦\x16 Õü▓QCX£¥øP2ý4¥ "
b"ÝÖùp8ÕC›£b\x18\x1D\x0E ùþ€ "
b"""
à‚"¼¾\v Eƽx\n
æöùö\x1D
"""
b"Ò╠þ_ºKF\v å¾│ÊKØ\x11 a "
b"í\x1E £‘ŽBC›¥hÎ(y3u "
b"""
ïµ5 ¨ØF€±`\x15 \n
Ðíâ€
"""
b"ð]½²}¼FŒ¡sÀ*¡€ÿ\x15 "
b"¸ ½u2êLíì\ƒS¤¶?\x02 "
b"·úìQ]¥OÅÀ°þW\x18\t z( "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\t îÇ€†¯KѰÚ#\x04 §>¯ƒ "
b"\x13 ²¢ÜVGHJ´ýMi6Lî\x18 "
b"\x19 ˆjÝaK5©X÷ì\f ÖÕŽ "
b""<Ðð”¸Jª¹²³\x1E ëóñÓ "
b""°ðç"sA‡ƒvXô\r ñJ… "
b"#[Ð\x02 °ÁIû¢”\t ÜæÏP1 "
b"#¼ùk¶COHƒÝý¶gú.È "
b"1”Š@—AFÙ†=¬\r kþÝ/ "
b"3p?ËÙpM‡‡U\x1F cügö "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"=\x11\f ô·oAaœ¦\x12 tzh\x16 … "
b"ES}`\x18\x0E K˜¹)\x11 ØÛH\e “ "
b"EnWá%$H€º‡\x0E ~”IåŸ "
b"G5Å╚ñæDÍÇø└é=Ð=\x11 "
b"""
WUÇ.c¨K\x08 «È|En\n
µß
"""
b"Y}i0HëOßûÅt \v #\x1A\x1C "
b"\nN¸S■J╚£æëò╗ìô▄ "
b"gØþWíNE6ÄJÈ1Ü┘Oä "
b"l└Ïq+VIü©dE¢╦¯` "
b"zàƒÕ´¿JÍ¿ÇÌÐÉ/þ* "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"†L5VúJ޺僜Aá( "
b"ˆXêˆ \x07 Lk½Ì)Ïv\x1C =ë "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"ØÓµf\x10 5Cªü╩¹╔½)Úû "
b"¨fš „«Nü ·M7}‹+\x01 "
b"¬Ë\x13\x0E §½@Óì╦8ÐG#h« "
b"¬-O.ÙxLt¼ÊGgé\r Ä7 "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"║\x1C ‗¯JèH\x17 Ö;n|=ÊìÊ "
b"»¯£e3_O6½3s·Ÿ$g» "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"ÇEÈP©¯@=°÷Ri0¸ž3 "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"οßûà\x1E LÝ£Žv\x13 8zù\x11 "
b"ÏQå-ð\x05 E^¼H¹\x04 °½‚š "
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"Ðw¤·înF\x17 €}\x01 ¦½àV¥ "
b"Û‘ÖR8¥Gº“ù]©½ª\x19 S "
b"Þ—¡‹j\r Hâ”u°GÃ*\x1D Y "
b"Ô_\x02\x1D V\x1F M■£¥n\x0F N\x17 ìå "
b"äÞ&@©/J\x08 “§¾Å‰¶À\x14 "
b"‗Á=█Â`DàÁyÎÚ\e ìs¡ "
b"ô|\x11 ú?N@%„ÆÙ†‘ئ\r "
b"ö6ÿrî=L\x17 ¼\x1F 'L‰…M6 "
b"\x00\x0E xIGFAŸ“áÅçV‹(© "
b"\x02 =q™Æ\x19 G\x14 ‘\a"\x0E\x03 ’m "
b"\x02 ò›ár®A:š\x03\x01 UB|Ïö "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"0FD`‡+M\x18 œ'®:æú%ã "
b";Ï–æx\x1D Fõ”ˆ\x1A ¼I\x16 „\x05 "
b"DM"ö\x11 ÓC…²ÏÀX`\x14 E¢ "
b"Lò~…ídG\x13 ¾©i_û‚¥Ü "
b"NKóÖy)Fƒ‡œêª\t È\x0E æ "
b"S´GkùvN¹®\x12 ¡B!{+i "
b"i¥uìk8Lú®ÏAÅE╔:, "
b"mÐÕp7{IX¥*Ö¹§Â}\x1F "
b"ns@¥öÅM]ì^¹ª┤(OÌ "
b"ut±ûWôK¯L>]Êâ‚\v "
b"üó¦\x05 BÇBßö¬Ü;\x10 8\x12 a "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"„Jà]¤ŸAç¨é©©µSòÿ "
b"†1\x1C ï,\x1D L2‚FÓ\x13 V’£ "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"о£)Ý…E›«\f ±¼åô\x01 £ "
b"§ëç\x05 >$E\x11 Šwqwÿ\x15 !M "
b"¯‘\x1D ž‡VH»¼\x12 ¯†\x05 úóà "
b"╣5½Þ{ÚGz▓·ÅEp<:! "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"ÂU|í^¯F¯‹ªàs$ƒ\r ¢ "
b"Ú¥\x11 —¿SKG‰\x06 Žíܼf– "
b"Ü¥ð~‹^Já‰C5»éÑg] "
b"ÝÍFš~~Iw¹½î-›7.± "
b"Þ\v z‚O÷@¼“Tq˜'4Ð "
b"ã#kKûþFG©\x1D Ç \x07 £©Œ "
b"ä%¿±-ÇGi„Ö·”“ü=\x1C "
b"æl8&^ØM\x15 ¿\x16 “Ñ“;>ö "
b"ÙÛÒÝÆ<CÅæa"╔ÇÉ 8 "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"\x1A ¨,ý\t Á@,‹J2¥ÑXP "
b"2▀Þ═G▓F\x12 ï¡Å╣╦wÙ- "
b"T\x12 \ß▓ÁN\x19 ┐ØY~ÖJJ╬ "
b"{[rC9\x01 M1½yÂüaÁûŠ "
b"\x7F 9\x03 †0bKĉJó¯æ'a_ "
b"Šýœ%z•OMžU\v Î×õ G "
b"²Ó\x0E Ã;*Gð·÷'\x13 Ž\x07 * "
b"Ð$\x1C S_=H™¾€²™\x06 ¥\x14 æ "
b"""
ã²B\n
8·CY¦‘F©Ž\x12 Xø
"""
b"ã½lÜCUBh¥œèKBþR\x0F "
b"\x03 m°\x13 ─NùøO¾\x16 ìÉ`« "
b"\x07 0ÐW\x1D –H`¯gÛÔ)@ýú "
b"\x11 Gêιë@\x1D „Y\x12 >0ö\x18 "
b"\x17 ÿî?À(L»‡$j'BÓ:˜ "
b"#ªiMwxOj‡\x1E û9m-Jù "
b":‘\x0E M2HCD¹±<Ê\x7F 5fè "
b"GD˜Ø÷ÃHtž¶\x08 ç^\x1C ¬Á "
b"GW(££ÜG\x07 Œ\x07 ðK½\r H\x05 "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"`└§_\x7F ìOÖø\x03 ÐFËÃ-ú "
b"f@7Æ\x16 -H“ˆJE\r Íc©U "
b"faïo9ÜApÉÃ\x15 }└·k¬ "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"—àä’\r ˜A‘¯PÇtÒ_ïÏ "
b"¼R\x03 ÈÅ┬OÍø²ßo\x13\x04 \º "
b"X\x12 .-gHЮuÇûœXTD "
b"®‰®\x15\x06 ŠM\x18 Šoa~«ZˆU "
b"ÇîÝ&\e ÍI¯ˆ\x1A LmàÍ\x14 Ø "
b"Û,ÓÇ‹èDL„™BÝL|]5 "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"¸\x7F KEù\x05 C\x11 ü~ý╬\_e« "
b"¸¸\r x\x13 1Kì▓ÿı║MÑ?! "
b"ø€¯Cq3Aª½AÔÝ&\x07 ó "
b"ý¸¢gFçNh \t ÜŸcMeØ "
b"\x00 Lk|̆Hžµ\x12\x18 Y‰í“Ì "
b"\x02 ±ŽëÞ›M\x05 ”º¹x\x1F FZ "
b"\x02 þÇú×AJU´¼‚‘\x01 ÿé“ "
b"\x03 ü┌ôzîI;½2g¡┤ÔËê "
b"\x03 î\f rS!N¬“cLa103¡ "
b"\x07 mÛx^ÛM\v ‰¸\x13 ³~.¶± "
b"\f ═öfü:G¾ÿ]F¸í/B> "
b"\r ¹wˆ@SG‘¼û“\x08 ét0Ñ "
b"\r ô®z€`HDz\x1C wõ~¬\x11 þ "
b"\x0E ••<X_E/Œ‡ëôc/iý "
b"\x0F ÝEæ¾2AP¼Ö\x0F\x13 ÛºÒ@ "
b"\x11 ZÞ-ª©L2ƒ¤z”ÅŸ7\x01 "
b"\x12 H‚”V0J#Ÿ&e:ì8ô\v "
b"\x13 õäü>&F{ö´Éq╔─\x0E ù "
b"\x17 «{¹‰IH*”{ë$R;FB "
b"\x19 ╩Â\f aEIJØûÍ█Þá`ê "
b"\x1E ¡\x06 Œã™Kæ¡/\x11 mË- £ "
b"\x1E ¹ÿd.úFjªý\x06 oì݃ "
b"&yªâ_´J¬…”@\x0F ú2\x12 H "
b"""
&”^CüáF\n
Ÿ1tÌÏ^]=
"""
b"""
'\x11 \n
óÑ]K Ø\t }Pu¦\─
"""
b"'Y§c¶Hü▓;M¨[J\x1D h "
b"*´\v ÍÑ\x19 Oå¥,À¶Èt8( "
b"29C`¯^C’†\f pe/B[¡ "
b"7»Ê\x7F ý\v IB‘\r öv=‡{Í "
b"8£Â:~ZMP¦cÁsççÞ\x17 "
b"9í¥{É6DO \x06 vÁiÍùp "
b"?1┌Ð__E±Égkp\r á¶¡ "
b"A┤ÑR\e OIì¿6D\f åQÃ3 "
b"BU\x19 €LçDn€i~¼ŽLx\r "
b"Cìï‘©ÀM,º\çvX±M\x1D "
b"J\x19 mNú-Nì│\x06 à\~%Ù. "
b"Jü@▀▀\x08 HuêØ▒2m▄ÕÎ "
b"M“:-œ(@Dz“x2[ä=\x1F "
b"P¸╚\x0E êôI5»ÈT¨\x03 Yü "
b"QZ/+ÒOIµ╣\úØ╬(▓( "
b"Q¿°<ˆ"@<°~ûÏÀ´Ûˆ "
b"U¦8\t C–Kc±½’ó¡EÕd "
b"WMBñ\x15 òKÉåiÐ Ú─Óz "
b"X惖„xCu þÃ\x14 [\x7F m( "
b"Z‘nÊ\x05 þE+šº»E©\x04\x06\x07 "
b"Z¶\x02 |YqJç½üµ²yŸ:û "
b"Z─Ò½▄ÂLU║tí┌ÜØæ┘ "
b"`‹{æ\t ÁJ,µ\x15 úÒ6Œ«% "
b"""
cK+\x1E ‰>@ižÕ\n
Ô!¨\x11 $
"""
b"r,\x16 ›Ê-@k§û\x1C {ÝÔ™p "
b"|ƒÚü\x11\x15 D ŽÕÂ\r {ËOû "
b"}È!8'¯NÉ™Ó5(ý\x04 õW "
b"~\x13 Ý\x10 ßO ‹JÒ×;¦™ü "
b"ƒ)¥NlÂDOº:hºÃÔ…q "
b"ŠB6ÇbÀJ‚a3ßVíÌË "
b"‹—´[Û&O£¼Î\x7F »Œ\x07 ~ "
b"‘-ŒÒp\x17 D\x13 «Ò 86odƒ "
b"æq┬÷Ë\x1C Lìâõ6˸E\r ┴ "
b"""
“?”Û3›Ht¬fuí\n
úá
"""
b"ôþ3_\x17\v MÉ┤ìÀá\x1A <éÌ "
b"”'Á~ò›M…ž¦iö³\x1E í\ "
b"”~cwîIHì³YžN‘´»” "
b"ò÷tæ×öF*üÇ\x1F ?âÖ\x15 ¨ "
b"˜\r SH%ðO‡±a\f Nu½1Ž "
b"Öï[╬ì×N`¢╗£+Ù└±§ "
b"›*¯t\v ãO3ž—TÊØÓÕi "
b"£¢═\e\x08 KA½Ø¼oAb·0² "
b"×s#¼è1A¦á>É\x03 ÿ\x1F óà "
b"Ÿ_á†ÓqAÕž )òq:êô "
b"ú\x05 |§ ìE\x17 ÆÚFȯ l$ "
b"£wL†-æA\x12 šÚ\x10 --B2! "
b"£‘ÿ↰DK‚‡\x1F ÐïÑ)ë "
b"ñg▀NMBJØê 1RIÜ┴ "
b"¥\x02 Oy%äEôŽü×Q¹\x1D §M "
b"¦R\e 3å©@‹‘ÈÂ\x1F P³çR "
b"§)ÇK$XA…¹só^ÿ‰nß "
b"¨Ç\x1A !Ï\x00 EK§E‰p$Ê¢v "
b"¬\x13 #└0nIáî¦%XX\e ÊÉ "
b"¯\x0E H#ædM}ˆ\x13 ¢dñXÁû "
b"²p?DöÄ@\t …[Ú)l\x13 mh "
b"▓ѯ÷mûG&ØW@Ðàø/└ "
b"´r,Þ\x12 €D\x05 €\x1D ‹\x08\x18 Ñ©= "
b"´ç¨k‡JBKŸ#s0EÃ\x11 \r "
b"µ?jmÀ\x14 G;¿Æ¿“GÊ<Ú "
b"µQs\e o\t A³š–MòûcƒÀ "
b"¼ziB4îB¶˜É?›žƒ!* "
b"½cf©,<C!µ•|ú(Ñ`á "
b"¿Gµ´žÈE\x06 –óÿ>.Œcº "
b"ÂEãi¾\f CذgO—çu_` "
b"""
Ãð”\x01 ÄsK\n
—\x0E ÁÇãØC\t
"""
b"─ÝXÉJtH1ñ\x17 T\x05 ;\x1C üÛ "
b"Æk"\x14 á]IQP›Ñ“\x15 í£ "
b"ÆÉKªÓêK§™QÑ¥\x12 S\x1D\x07 "
b"ÇìÔÕ:ŠA§…ôb\x12 뾯› "
b"ȸç_âa@ȉŸD×üf°h "
b"ÌUEz¿/M¢ äÿ¢ðY)( "
b"ÍÒ\x0E Žg=MY·JŤǨÆÜ "
b"χ\x1D Ä`ÝIÐŽfþ\f\e ú° "
b"Ѐ+Gs¤C\x06 ‚oo¿`ˆVµ "
b"мlE¡~Fü┐;0õö*5c "
b"ÓÒ³¶WOEöˆ|g"f\V\x14 "
b"Ô×\x01 žë8I©¶|ßz¼•\x01\x17 "
b"ͦ\x1E Ä\x1A\x1D M\x17 ©\x1E É_S\x12 ¢\r "
b"┘\x06\x11 ÕgÛD[ì*¨Ü¸ ¾f "
b"Ý\x08\x08 QϵJȈ‘UEš¯UÆ "
b"Ýóí§U:B\x18 ”€WþùT\x0F\v "
b"ß\x08 ûù\x15\v HÌš\x17 ‡\x19 9\x11 {_ "
b"ß—\x03 $’¶D-š9kBÇyDã "
b"ÓIÜ~.hKÅñÑJ<aÍê "
b"àªbѨwL~™=8kž`¯D "
b"õì$%╣þO%ª\x14 äGd mp "
b"å<íâ[pIÅ·Z\x0E U^“\x06 ö "
b"çÅœVàþM\v £ôAð0¢Y "
b"""
çìnL\x16 ŽC‹‹¶\n
û¿ÙtÍ
"""
b"é67‘\t üH{©wr\x18 ‰Ã\t ë "
b"윺\x19 ·\x08 MÍ…ÌúLÿã\x1D\v "
b"îï¦#.·MÇ•ª_Wö\x02 ÓË "
b"´ìi\x16 ¯-Kìƒ|\x06 ┘è▀ʨ "
b"‗_ÔGÿ\r M\t Åê\x10 mjıC´ "
b"ó»²þ¯\x1C Ip‹\x13 ’‚ÙŒ‹ "
b"õX†ÜEâCßÏ\x12 á™\r 0\x1E "
b" ä¶÷åOL‗ÅcE_´æ³n "
b"\x06 ïhÄ\x13 F®ìÁ$╬\x04 ýZ& "
b"\x14 ø\x7F ú¨rA&º├_Å>ÄeÝ "
b"\x15 2ÊÞ/üL_¦9ǵè¼?\x7F "
b"\x16 Po\x1D ìA‗¼.öø7═j³ "
b"\x16 Z[Wa\x17 B† \x05 WA0ñœI "
b""\x1A ™£¯æFÉ…¼qµö*wƒ "
b"#\e @\x19\x11 ‚M©¦N1CÜ[Kb "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"2─Fc\e ║K+ØÁ9,q*ç2 "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"5\x04 Þ>qªNY–Ã}zA\x1C Ü— "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5íϸ\x12 %Edç3Áëì/÷W "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"=ª\x04 íßC\x1C ¼%÷×Éy²¬ "
b"BßÇÙÅÁDÝ×\x17\x18 [┘PN\x1D "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"""
Q8\n
Ö€ÒNu—\x05 (íN£5‚
"""
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"T~œâ÷ÌB«W؃7/.¡ "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"W¡«èEwBƇ|»âÑ–>å "
b"X:6Ü·cG€‹>:`є֎ "
b"Z¹Q\x19 ó\x01 D¿‹ÈÒÄØ©\r å "
b"]Í6\x1E æÇCh‹-åc–ô±+ "
b"v¥2¿î─Iö╝qüi\x10\x1A U$ "
b"wþE)a{@’›\x00\x18 NëULF "
b"""
xÅ+\x07 Ð9@N™F!êS\n
s2
"""
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"É.Z«°\x07 D»ä×á╣═̸? "
b"‘Ú”1#ïHv®AFè\x07 ¸‰Ü "
b"—6Áå¶%DQœE]x@ö¹Œ "
b"øÍÆH\x15 ÉF¥Ç\x04 ~é'╬d½ "
b"ú\x1A ׃þXKÏÿ1ü\x08\x1F X\x01 * "
b"£|ñiWÝAe–\x18 &³-¤á± "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"´xJs\x08 ¬Cc‹\x01\x06 ½\t J†á "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"Áš4€ñ°Eb‹ßT`q\x08 Òq "
b"┬\x08 üm»┌H¼©øéų▒Q@ "
b"Ä<\t ?˜\x12 Ib›S{l‘é©\x0E "
b"Åî3ªO\x04 GÚ¥Ò\x00 ï\x0E _.ï "
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"Ë,¶OÛ»IyÃûÀè„.Ä "
b"ÌL(ìHY@ü¿\x14 y…£Äšž "
b"ÌN\x19 7åD.»¸±ÅžT\x0F Z "
b"ÐëLàØ■@&╗æ\x13 ┴Øèt¬ "
b"ÓJsðV³MΪ{\x03 ks.ÎÌ "
b"×aCRá*IÏë\x1E t;;\x04 $ "
b"ä[ĺ;ÚAy¥¯éß©1ÀÑ "
b"""
åÍ('\n
êJw•Å;t09c¢
"""
b"æçüt‹\x19 E“—kí²‘\x17 ‘ž "
b"þ¯ã!g▀Oå┐ñäØÑ u "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"¯ý%b▀¸O\x0E âıÀh÷ÞØ┴ "
b"´ÛB▒7dMnÄ\x11 ت{w*Q "
b"ñÆ£>\x00 OJ\x03 ¨¿\x02 \r Ýêq: "
b"ù>-–\x05\x7F E6²ÐUó¤?°„ "
b"·¶¨¬Å}GoêVN┴\·²\x05 "
b"¹KéÚ█§M─ìÐÝ╔\x01 VÕ█ "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x0A52951CBF4F4BC0917844D27286DB18 , 0x0F36664F01AB42C0B4338739B51FF205 , 0x15A0952AB3DC44769641DEB1E19D6D1F , 0x1A29189313C14C0ABCF3CD20D671EDE0 , 0x24A8D5589FE1443B90C22DF98D9BBC93 , 0x291BABAFD0334EAF9E5B2A4B29A76579 , 0x33D58CD52408459189C250399FEFDBEF , 0x3439C7271B0B4B87B9918EE485D73856 , 0x3906E00B1F9C4DF4BBDE20C4DE1CA245 , 0x3AD5FEF426A4483DBA71DE845B953369 , 0x402DE0F47FAF4912BD024739EEDE2A1F , 0x4A6B17BB0A994F04B35658F17CA6808B , 0x56FA1720FE0B43E5B81F90C522276CD9 , 0x5DE9729A458B477CB9FA58C1DA66C0C7 , 0x6425A0B2DB4343F593B0D787627A856E , 0x6A483037E868442986E91B8ADCDCFE31 , 0x6F327AC000B7407EBB28580A4214E70B , 0x714F317B71944E31ADC9C38DED17EFE2 , 0x73827AC261544966B8FEF6D09912FAE9 , 0xA5F59F25F1B64AADB4E2A898ED821D60 , 0xD2A47228EF0C4F439FE63B17606B9AA6 , 0xDCB5A2AC65CF4B54923DF476A02E2975 , 0xE8F198E54C4C4A09BC06AF1F21E698D8 , 0xEBB8AD57253A4CECA68F41664B15EDC5 , 0x00C7742B06DA43629AF3D2218CA2CFBC , 0x0F528AF7345344719448AB2BC0CB2D60 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x24B6B5E3C1D24FE882E5BE009ABE2A43 , 0x2644AF97C10D4DD1B18E00F00852A845 , 0x2B068EEF0C8B4C769A733013A16598EB , 0x31EE99BCC2D84A76A1750F8B1EA07D2B , 0x337C3EB12B824127B9226ED29750630B , 0x3C570AF019F048C58300801EFAF15411 , 0x4067EB1DCB754B5DA971C38A6C73FE07 , 0x45F02346D49F482FA87021603760A026 , 0x4722AF1BE2334527A240B9232CFF2F7F , 0x4D5244CC16944C9BA63D5EA6643CA7D7 , 0x4FCEBD63A49346EEAEF0BFE7A7B0026F , 0x539A0B5FF25C44D1B5886661E963010E , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x5904FC12EE3C43EB98F383F694035A6E , 0x5B8C9FAD181E46999423B7DA40D3294B , 0x5F0A0A6F2AA043A99DB326D77D8AC467 , 0x61F7F94F72E34138B39D22849F832661 , 0x649A930A7AD34341AD5F01C01AA64714 , 0x675F061C474F443B806A46A87A36577B , 0x69010C03AAF04DD9B905C13A58D3FF86 , 0x691C58C00E9F4C119BC8395B65D0509D , 0x72604941737B410D9A745E4B1788F7D9 , 0x727A4734254441E88F15ADCE6FC8B283 , 0x75098599B4464786A7856842FBC1F1F1 , 0x847EC7B2D9BD4F58A2C1FBDF8D356B44 , 0x97CF24E07189469F9EABD72B6E3C932E , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xB1CDC99E415A4991B913183AD16F595E , 0xB4A79CC8F5874DA6B202E9981C4CB754 , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBFE96390C47D4807A0E3C3E18CC1FCCC , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC396866885394BEF97F22E3BBEF35398 , 0xC71DBB70979B4CEB9368AF122DDDB8AC , 0xC85D47C6890C4BB4876CBAD185387313 , 0xCACF10276FB14611BD43D2CE87F428AA , 0xCBBCACC1BA09459EBDDC1115FF1B675D , 0xCCA89356D71B44DB8B8BC1B31B1803A5 , 0xD1A764F9ACC34D758CA1675940DCE646 , 0xE0FD0D0A849A4E05800B4D899AF80931 , 0xEAEECDB6F3AD49EDA8EC27805569AD1D , 0xEECD7BB699AE4EC79E4CD9F9424BE7B0 , 0xF3A7EBD0D6034A38B8F8812EB8C5799F , 0xF42CB19C8197497B9A6A91BE534B2AB8 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF61D5138C970456B9BD23BAEED4F2AAC , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFAA0B9C6B35E47028646289FEB0FF043 , 0xFFCDC5814C3E4FDAA21376AD8E8C38F1 , 0x0CD50C2E5FD3484CBA56D80087417820 , 0x14E993C4930E4ACEBD2DAD070B5510D4 , 0x1FE219D843C54A3690FDEFDF79E14992 , 0x2708935C997747F39567A13629E5262C , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x384FCCE973E94C9EB094BD834AED7868 , 0x3FF53361552B4F10ADB8D8F884BFBD86 , 0x5960B6EBBF364B2ABC31BB46F31EEEB1 , 0x5E5221FCC0D04F7E970C8D9A6FB404C0 , 0x6DFBBE3855C342CEA0AA631FB2FA591C , 0x6F40C7E1EDFE45EEB3090167272C0660 , 0x8C5F1D20F24E4A44A7E5F8D1BA9EA6DE , 0x961017630A1E4CF7AAD63D358FEA221D , 0x9A26A743431C4BFF8B873B4602906042 , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA82CE80072854A968A0591D5626DBAFD , 0xB58DFDDA24BE407D9C24C6666DAFDBE0 , 0xD02F39CA3D314684B630897099DB8CA9 , 0xD394818E58964194BD19F16032979BDC , 0xD7FEDC5294994BE09C538ECB59085B60 , 0xDBD379F0E528445882FAA2B808D2D36A , 0xE8F1AF2223AB43B6B73A7DE38C4741F9 , 0xF0994AA77E46460392A53B11023271E5 , 0xF58FADD11DF3497A956C51277A0F4A30 , 0xF88C819E6AA3485481F5B5197064F837 , 0xFC244A0FBC4B40FAAC57C1D01FBE27D0 , 0x023CDF99DAB749168E91D9467FDF67AF , 0x03B9726F8B75465285BCC8CA586EADFF , 0x03FE7DDE062546BCA8EB2E63E806A391 , 0x05CE81FAE6F74E1FB02DA8890460811C , 0x084641F086534B54BA4CB14E92DA3EFA , 0x0A397D8282194BE7B1B5A5DD99C108CF , 0x0C0F67A446444B58AA06829D0E1AEA46 , 0x0C6E9A4AC9A641A6B6F0465C63AB5EAB , 0x0E27495A0E1F419DADF9EAF0C67CCB96 , 0x0FBBDF3D760D4A92B3279907EDAE91F2 , 0x10DEBF78158F428A809BEC87DCB5B014 , 0x12F5E362013143CB9F25173E6E6867A4 , 0x13BA4BF9C2184CE08760221F712BDF58 , 0x14A7CD0711784122AC2CBA4BAA3878DD , 0x16FB8ED5CC8D471CA12C6F4EC9807527 , 0x1B3AB03880DC47EE86CB07956C5705C0 , 0x1C170A1F9C8D4358B14A74722B30598C , 0x1D1A1C7E2726478BBC28E17198B3B1F9 , 0x1D1AB794A5744784AFCF86F4FA831988 , 0x214E36B2A07B4C91853E8B78BB726ECC , 0x23A8A021D6E74927880892F07E4511AB , 0x265CC661F02C468EA3F93A90C4BCFBDF , 0x268EB76483FF4961A4EFA4AD1E3E0DA8 , 0x26CB6767DB8B4DB1A9D08581F523B008 , 0x28979C110E6E4C91B97CCE2E58357FB9 , 0x2B55B2D704B944A58843A868FDBE9A4A , 0x2BA7E970A5A04298ADD706919F27D437 , 0x2CBFC960D1AE40A6AD43B9B845EF6DF9 , 0x2EC5D38D655D4C0A8CB9D33A3454962A , 0x3166A7D7D23249A4B7BE3B0476659AAA , 0x38BC74B82CCD405CAEC26CA87B6185BA , 0x3973F264129445C28816366FA3FDE3C6 , 0x3A29CE3128754D37A66782FBD3A80A32 , 0x3B43B8FF19784CA5956D47030CF4198B , 0x3BA017895D9C432D86E91FA6AF7F2723 , 0x3D50CD168A524B08A65755162D2B2478 , 0x3F1E1D3557034787ABB3C900508CDDA6 , 0x4213AE1798AC4559BF868B271CE2260F , 0x444157E6B34A463DA1AB8BE13210DABD , 0x458AAB63EB774913893961D8722C21B1 , 0x45CB467C952D4776B9F697D93793E515 , 0x46B00B4B6678443ABBBDC2876BBB0C50 , 0x47C26549416949F8A5AFA924600369D7 , 0x4C8D460F8BD14CF98FB34B111305AE29 , 0x4DE98C4B997340DB98E42A0C56A12A4E , 0x4E2B3F6B6C764351884F5FE6D925E333 , 0x54B8F806E1A747DFB60C858CA5EB992D , 0x55AF14F7AED74FDA8F43E181C50B3E37 , 0x5757A6279B5C4631B9D3D197B930CBFF , 0x576F1F0D41FB47299EF5BA629121D988 , 0x57A3699EB1384EFE825AB42FD41195F7 , 0x586605A45DFA4BCD81F2BE4BEDF2EA40 , 0x59215B92429743928DFCE62982FAD47D , 0x5A93167FC466434A8A9B765BC2A68AF0 , 0x5B2E987FC8B743B4BE7D6548B11F52F5 , 0x5BFE74F729AE4901A836576C3C95419F , 0x5F348278D6C942F48C170C1568E9BD6F , 0x601F1194400D436AA44E887353DF1052 , 0x61685DCBAA004B3BAF3DAEE7060E02DF , 0x61902E7B1514459595127E76693686E6 , 0x63664137148C477680D946AFD432AAE3 , 0x637B3425981F408F9A29048829C6ECF0 , 0x651D1BB89E9D4EF2A239308516B73712 , 0x653B8D7480484FD3AD2A4B11D5E202A6 , 0x67AF43E7978A433BA54D3FC68CC15BE9 , 0x687EF335D7B740099E2B7C5F9F2194C9 , 0x69A2D8663A9A4204A78EDE6E9C993470 , 0x6ABB7C43672F49058B99064C251B1D6D , 0x6B23E03EE0974765986D66E073030C3C , 0x6CBE67CA6F484178BE9094051F00AFEC , 0x6F10C920D1AE4B3597872B49FD6697F8 , 0x70A6D90936584652A988C8882B78C42D , 0x71440EA325924439A597BEF1EAE18658 , 0x73133760773B404F8FD15E0B7979991D , 0x7684F9744885495792F622F161E3A126 , 0x798230C81AFB4D08B80FF590CA659CB0 , 0x7DA4114BF5924A3C840A99DEBCCE8326 , 0x7E5A09179C9B4DD78C4821E374A31D6E , 0x832F5481776A4CD185A6A53396926893 , 0x843E61F49AD544829F5C20834BD56E45 , 0x878925E7F2094EBFBAA90BFA0F3013DA , 0x89A248E0BDD04738A1E395C3199D3193 , 0x8A4053C2C0A843ADBD9526295238659B , 0x8D8F8F91A5A9416CB7F6384DFC56A459 , 0x903166E198534CAD8BFC772FE88C374E , 0x920D34B2012447DDB5F2EFCB69EA3BA2 , 0x9231F41E031642C5941D93A13CB6D70F , 0x925BE69952F04C3DACB7083C2382F872 , 0x960F33E2FDC2483DBE6EFBE1898F173D , 0x997E0BD4F03240DE8A4FB8BEE07B0EBB , 0x9A7ACF5DF12D4AF598181648E875D290 , 0x9BC41BE3EDC64584BCD1E645028023FA , 0x9DD248FB7AD64FCE9FF074227AC51139 , 0x9F9B8F15CAB74E52B1210A2868E10ED1 , 0xA2AC02B314D444998E1515FDD9ED51F7 , 0xA2DE0CFD99D4490EA208ECC454FB7AC6 , 0xA3915E6FC055404AB9CE1787336A58F2 , 0xA3E34FC914144428A650AF927008EEE6 , 0xA68CE4B7DEDE44BF8A28FCEB0036DCB9 , 0xA7159A3BF987425BBAEB1D8DD4F48876 , 0xAA3BBA11D061456D9F3393A2405AB76E , 0xAE75D7DBF6504BD6A16351FD53558D0F , 0xB01C67A819ED4188A12AFB5C17C46B4D , 0xB0AAE4EB765D4944BF081C1B6194CF4D , 0xB24D832782AC4D69AFE0C2903F539C8A , 0xB30DE03C903049C39927B56DC35CC3D9 , 0xB4FAEFE510614F3D962077557386BAE7 , 0xB5FE5F18E79F403092BE916674C41D6B , 0xB68F65B8F83C49D892428AC933064CD3 , 0xB7180E7A6CFE49A69D2C44496D98D277 , 0xB96FD793F3F347A1BAB4A95EC1EAFB9D , 0xB995CABC780841F3A50EEE969EC9ACEF , 0xBF17B5CA41E44915A7B8435FDC6110A8 , 0xBF48A9A7CCAC41EBA3D3453B8197C136 , 0xC06B81F8DFF74E32950AE270DB94DB37 , 0xC24D253451464C9EAA2C1E22C41BF97F , 0xC29CC7084F2B4075B8C9032A5E38B1B0 , 0xC40B44D9B149445AAB29F75BCE2B464F , 0xC716C380F0874CD2BF86B643A4F05462 , 0xC90A1EDD7A47461093356F463FFEA07B , 0xCB0E3839DAAB4C4EA259D2A37E42D80B , 0xCB18C35BD9B74E668A712C324B2EA77F , 0xCF4469040FD7466FA80DDEDD81FBF884 , 0xD37015F09F0349F9AF2163B2E8D2A8C3 , 0xD391BFC48C5F42298F57BDC88245D4B2 , 0xD693532E9F474BF69CA43A6185329267 , 0xD7D9CC4791A0435BA5C7A3B47D7F0803 , 0xD7E66792E8B040C0A11F7A5BD484155D , 0xDAA611A280BB4850AC6C56CF8ABD5409 , 0xDB2BDC18CFB14C6BBDF29A0DD9C51FAC , 0xDC44F378E2AD469ABB9BD83B637B991F , 0xDE3AB3A959C540FEB0F33B3785A246D0 , 0xDE682D5F05E54A59ACE79ABB0CAF1924 , 0xDEF7BF84CE6E45DCA81164DCC77E2B16 , 0xE14DA852E9404C57A43BA5A1D3A33885 , 0xE30ED8735DEE4E09A9CB406998F169DE , 0xE62EDBD1D1924E67AB8C1C510724AA82 , 0xE75B78DEE8784A90864E17F946CD179C , 0xE75DB45B769346638C90738FFFEB64F4 , 0xE9BB0553840E4A96B832E3A2F78777C5 , 0xEB0D3E242FB840AD8AE94D0D609E7600 , 0xEB6547A8C34E4726BE1A83E131DD1495 , 0xEE812FB878FB489F86DA559C9307A617 , 0xEE8971E958404FB9BDC28CFA72E5498E , 0xF13CA1FBF1C749F5949568C34BE00DF1 , 0xF39AD045737F427AA99E14C44A0D02AF , 0xF7A0486524FE4FFA9E04DE14F5C28821 , 0xFB94F2E927BE41CCA63BDC5F66BAFBFA , 0xFCA44FD4726548BCB9E31D0F2A54EB87 , 0xFCC587F3FAC1448EACA4FF723B25F1A9 , 0xFDD17B9ECAC64B10AEC299EFD6030334 , 0xFF0518D78FBB4F7487363DFA58CDCF01 , 0x088B9FD394274F28B66DB1919EC3D8C0 , 0x1D4C541973E04C26B3E32565995022CF , 0x410A765BB2264DE1A8337773A95D0233 , 0x5892C7464CF4418EBB0748DDE3288FBE , 0x6B5C0D239F894A469E10C6F1236B9FBD , 0x70CB5235EAE44399AF48EFE4356CD19F , 0x74CB53E401AD4E90B85B006C6B811982 , 0x87B57EF837734DD7ADC254A7A6824FBD , 0x940F62E0401F42A79E21EB91B0360755 , 0xA037F04DBBF24E2483A529A59E756046 , 0xA13A4FEA4A1D418E964D79B620FED93E , 0xAC6E2D59501949F7BDD7AE1315F29667 , 0xCCEEB2BECD10478E9BE77440703B0455 , 0x079CF57DB64948978D875EB32434ECEE , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x22EC1E2D5AD5473EB634981CD71DDFA8 , 0x2E46C07797754B2F871541EDA5B8DE80 , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x43A22A8CD08041F2AE945C8637443776 , 0x5F5DA1E885B24B74970B4D15F02F15F2 , 0x69972F26F237498B8E817547D3B7F34B , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x815893FA5374438CAD2D4D09CE76EA50 , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x9181F5F8118E40729620001BEBAE97C6 , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x9ED6770975F4424AAFEDAB325D5B16AC , 0xB2C7C7DD5C97431899C005296746871B , 0xBFDF553AE4B6425E878491072AA9D2DE , 0xC370FAFCD848406DA277C94BB35D64B4 , 0xCACE56DFB740441296DF2F239462CAF3 , 0xCF1ECF8DEF4E4C32A03E98C37F0AF095 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0x1C45C12A13D5456287AE65431FE803DE , 0x3D20DC3A67DB47418DAB130C7245F38C , 0x5D70BBB6603742849958C2F2BAA2FFAB , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x9A1B21F5329F49A993F2F9C5035694A6 , 0xA371E08C4D084063AE5BF6D870F8DABB , 0xA88EBC79DE0D44B496B4B9DEBCC13F7E , 0xBE5D3473794D46FABB29B10BDE7AD698 , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xD031C1E3E5E94CC187EAF3AFD2DBE625 , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xFAC11F2E0ADF4AD9B9337977E8682979 , 0x063E143222BE43329C2728A049D6A1CA , 0x0E45F6EF831E423F97F70C84A2E1DDC0 , 0x176F32D86CE646A597366E61B58A4820 , 0x1DA738EFCE00432F9339950D114A6AD7 , 0x214AFB4EFE444F0F8C0FFD4025E74A03 , 0x2285A0B6F28340F895D2AB5D023343B3 , 0x27823B2C6CAA49BA9A1D509586268B53 , 0x2B49630553C34FA28671F93C714DDE5B , 0x3B3B1EC985C24603A1B7ABBAFCF533D1 , 0x3C18F97D531F4849A707236FC527E897 , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3D3231DC75DC4F51BCE4317057743F1C , 0x3F752674435B4639AD721F579543919E , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x416E283A549F4C6FAED57EE4E01D998D , 0x5410149383F94398823E26DFFD0CD7FD , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x5BF76F60A2D54E1C96BF197E97C6867F , 0x5DFD1EE3DBC44B8EB1F37F442959E478 , 0x6328781E0C74442D8AEF332FD8246E75 , 0x6BF1F3C0A36B42A3B242E66662A7977F , 0x72ACF30138124BE99EF9EC044468179A , 0x78A1EC7ABF4D41538B92858DB191296E , 0x7AE36B2F59B34591BE4DB55111D3DD70 , 0x8E44D454226B44CCAA4609642E748154 , 0x98628C72DF434C7E8F60027947892357 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xAD5BD056C8574A06A71740080933492E , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB753A0DB7771491A93CCC6A6C6758AE3 , 0xB76595D4D9E44F3EA415C1A08187E14E , 0xC051590D8AF2493D9679EDFC3883229B , 0xC614CE72E74F4FBC8B9C899EDE977EC9 , 0xD2AB4466236649889BA9094793D68175 , 0xD3521F78F885462BB5119A493EF326B0 , 0xD653A79A50E34177BA98501995C3E45F , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xDF175F3EE9AB43CEB442FF1D92C1B0DA , 0xE7F9521DFA8846E7B625598E89AF3C6C , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04490BAD6D4A41ED8A3C643B17789612 , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x20541BDC71744DC294A67B88D38AC77F , 0x296853A57E3042EB8D27F237B1F147B6 , 0x2E10EC5A82AF4D8D934FF33451ED952C , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x5C5A61E95260485E94FB34678A84EE5F , 0x5C8CBB7AB3D24993A4A745453754E5DA , 0x5E83136C2E41456DB9EE544DAFD1CBE7 , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x9573003DDFF54000A70AD4DC648940D6 , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9E75FDBE568A4561B82F0A8C78018893 , 0x9F2CB4BF379F45159196803AAA4E50DF , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB89FC769BF3C457999A1EFA1515272DC , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xEAF042ED6057456293BE9F23795B04A4 , 0xED0117CD0F624BEB995F35A34C273ADC , 0x00E6D125A8164445AD9E256017DDFE48 , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x0C04BDF5E53442039B0D1DF5C2B02E16 , 0x0FB74FA68C7B4A3C88498F340940806F , 0x111834A4868F48308B53A94B922D2681 , 0x1299088D90AB495697B988F0696D2A89 , 0x22704187C62E4A379E4E6D0604314CFD , 0x2B562E482F024D9EAB8FD0986C3F32C9 , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3BC70989E0B9458883EAB091085E53EB , 0x3F69536B990446B2A8160180F27F342C , 0x5179F73242A240339784A8E450FD26C4 , 0x55D5C8C81B0944B4B03071D9203F4436 , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5E15039CD55743CE8781DCA7AE776340 , 0x69D3B3899BD148D5AEE64459FCAB0EE0 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x8156861E8677456CAC8E3171C443F71A , 0x83AFA2D536784EA7B96BD6D3FD7E4F72 , 0x85FF29EA4F054A73896961572DF0B298 , 0x8684557620DB45669553CE42BDDE0830 , 0x8BC72C8975F64B2FA48C21B6D14F82AB , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x91DBCE9277424181AE319BA6FDE53987 , 0x9398978836534879A8AC3968172D27B1 , 0x95363C659CE94A08BEBEC0FAA8869753 , 0xA3409EB02CA3493E95CE9DB31653ABDC , 0xA410077D72804524925B777299743CD9 , 0xA52D497AAF8340B9B023B1FC1A7A281E , 0xAAB1D12382BC4DEE8D7835E417CA3BCF , 0xAB128C38805643EEAED2BC4A5E9A054B , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAE635CD9B4F24CFEA27A0D91F658A522 , 0xB0EC14CB27774524B64D12EC1E65622A , 0xB24CFE45E43E4677AA3AA4ADA750241A , 0xBFEC90B7FD74481FA7BBE3FB5CCC62EE , 0xC1A35296A4534794B3976BDA95352903 , 0xC873C7BC91F9467A875DF4C11888E41A , 0xCA089CB123684AE9907088CA7B5FB3A9 , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCCD29F1750874E72A067CFFFD51C9D50 , 0xD01EF769A74E48AC92A449A2EABBD46A , 0xD843A216A4074263B959DBC70082DF27 , 0xDD12CFCAA89342BCA150BE1FDDA0DCB5 , 0xF0F9A998E7484096A63DAD99749ED57D , 0xF2B2A5EAC6194F9F96136C9946147A33 , 0xF872876363044B1BB656FDD83918ADE0 , 0xFE953F025AFB44B49344257CF871E554 , 0x065D368F13694C769054DE2CF3F64D57 , 0x0E6410ACA767400CB4C432015312CB68 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x16E671D99324405EA186C55E3F415DF5 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x241F7947A6C844C39123F1BB089B8F1C , 0x2932543182AB4A8DB4D48E8B2C1ABE6B , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2D1A6F62A5424CB7AB52B1FBF8C9618D , 0x2F552C912F83453D866450DDB3751D1C , 0x33FB6BD50C074963B1C2367DA002E5BD , 0x39550F067563402092836E06FFF604CA , 0x3C7AAFD5B5C649809FC2F9C719D89ED9 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x41AE7D1D9B6A44D0BB76A612A37FAD80 , 0x599920B3731B481F81AF68FEEA9F04B6 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6F29FB6248864DC18748C4047320EA06 , 0x79DB368464EC40EA9B82FD28ED32061C , 0x7DAE6EB66CBC47A9B63BAB7A4656ECE3 , 0x81578DC743D84A6383901D5C6A605F97 , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x93CB65EFA16B4A7B8A8190644FE6B745 , 0xAD2DA0AB106F468FBEA61058110F7E32 , 0xB5C9D97A6DD944B0A1363617F10BEF47 , 0xC7E1ACE256AE481EA051FCD74BDB7BAD , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE687B54F1A1C4A9381AAFDB3ACA38EE8 , 0xEEB7A074FD144E8B93C12FCE580C7F4C , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF30FD2AD741543608379DAF77CD7417A , 0xF3BAF3F7633544C0BBC53E2AF9A64B40 , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xFF20D579FEA94A72BA5864C1B3102618 , 0x05D8334F1587444F965532BF48410BCA , 0x0B002EF63BCA4B15A7572AD30F043183 , 0x0C59DDA9C6CA4B228546C4A848E8B12F , 0x104C16C741FC491589DC2FE38F5F6B01 , 0x1493A98590E84B1B80F09F1A51445383 , 0x1ED42AE466A24C0F86D6AE925A1DF54C , 0x31553359F3114CC78DB02C09A8A765B3 , 0x3E2430885A26421793CAEF4AE6FC87AC , 0x403A32D047FD4E48B93627BC62BF5237 , 0x40C3C866042B4BC994AA5C80C37F24EE , 0x44AA9A8A8B4849C78E3CD793F5D3B0FC , 0x487E9CCBDDCE44F18F8CC87FBC9BC54E , 0x4921286D42D74468824196D62AF518FC , 0x52EAA799988E4DF79E528B231C35F365 , 0x5C8090420448460380B516080DAA7E7A , 0x67FFEDDDD0A64D66AAF69C7455AC746F , 0x70CA23B7DC0F4948A8042D54FEA45598 , 0x77E5EF6B406F48F3AE36047E3CEE8CD5 , 0x9950BC9406BD4D7EBD71397F82EF7C8D , 0x9FF25A097EE2406EB71EAC2A16D59A2C , 0xB0E7BA391FC245C0A607EB27AEF01ECF , 0xB272A951C5BA43BEB158A99FBC7D31AD , 0xB511B404AE064C909B45DB0CD7C86DCC , 0xC650D00CCE704BA398E8C9896DD36806 , 0xC71E65B9464F45F69727F0C928B04D21 , 0xD525099EB282443C8E1B81871A169F15 , 0xDDD3AFEF378246E7BA8E494FA54A50CC , 0xEE31A6C46B6B4B4E9EF52A76F377B0FF , 0xF444609D2F4E47F7874BCC9AAF8C7620 , 0xF47D67F6209B4A49B9936339B4F00B85 , 0xF9F0457E366546D49EC5D341D6AE7997 , 0x051E59B2144643A1AB595782AEA5D9F0 , 0x09C4E45EA5724CFC8BEA4A2DDABA6C0D , 0x1714F3341F124CDD872BB6C46A5C53B5 , 0x1B8390E348E641CA8590E1A134420943 , 0x1C1764D949694E72A3CE4FC109A67820 , 0x1DE06555D75E43F58D77F6C6D6D9F936 , 0x1EE1D3BB6958492BB63C9A5CC9FBFE7C , 0x236FFF7C2E314C05BDB0A6EC455EB501 , 0x258E7089FA5E402BA6DE9153D874B583 , 0x284691BDB32849FE85AF8109A1FA73F5 , 0x2A985BC7AB354793B75AB55EFA101295 , 0x3EBA2384486F41619CC3E54B0CA8BDED , 0x44B1604D591C4E5DAE3407C0CF9B9149 , 0x515D8D1A4C524B299EA9BCBE1B79997A , 0x5AC0C52A44F94381B946C80E39C8724B , 0x5BC6FB53B3A64F2AA2E7E1B5D003F631 , 0x5E87C15C74E84777BE1AA23AC6739EB1 , 0x6108E85DEF2E4EFCB9FB08777C109E12 , 0x6D49C5FBFDA94D74A2E8769C085D703C , 0x76FFA5306F474EE381DE939697CD7588 , 0x7AF66F4157FF4A7D8C64A7A1BD0F558A , 0x8273F46D3FBE472EB678CB23D5BEDF6C , 0x8665FAB921E34399816CB65DDFC37BEF , 0x8CD32311F3DC462B91F95D945EA672A7 , 0x9004713CA7CB4373AB6EEC65FF0835A4 , 0x945C0720C38D477EA6E95843A231768F , 0x9979D2D1D61345C29F51ADE9E96E8505 , 0xA261978DD58241FEB6FF32F131430AE0 , 0xAC375837DA31491C80EB132342B9654C , 0xB96A5D785BF84DF0BF966B904B7CDCFC , 0xBED44FB73F9D47FA8B507013A2C3EB0A , 0xC15D5AF5568A4ED98D2E5F5671D12443 , 0xC38F91D8239B433DA58B6E210E596250 , 0xCF1AB64F44534BD89E8FEC1FA4D60C98 , 0xD634D177C5E44715B84F7561A825D198 , 0xDCBB35CA8CB54BB485AD84CCE2D5E833 , 0xDD16E581B25143589CBE9B5032EC34BE , 0xDDD6F97038D5439BA362181D0EF9FE80 , 0xE08222BCBE0B45C6BD780AE6F6F9F61D , 0xE3CCE75FA74B460B86F3B3D24B9D1161 , 0xED1EC2A3918E42439BA568CE28793375 , 0xEFB53520A8D84680B160150AD0EDE280 , 0xF05DBDB27DBC468CA173C02AA180FF15 , 0xF720AB7532884CA18D5C9F53CFF43F02 , 0xFAA38D515DBE4F8FB7F8E75718097A28 , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x09EEC78086AF4BD1B0DA2304A73EAF83 , 0x13B2A2DC5647484AB4FD4D69364CEE18 , 0x19A0886ADD614B35A958F7EC0CD6D58E , 0x223CD0F094B84AAAB9B2B31EEBF3F1D3 , 0x22B0F0E722734187837658F40DF14A85 , 0x235BD002B0C149FBA29409DCE6CF5031 , 0x23BCF96BB6434F4883DDFDB667FA2EC8 , 0x31948A40974146D9863DAC0D6BFEDD2F , 0x33703FCBD9704D8787551F63FC67F6C2 , 0x36F3987006544B1A9900C948AB42FACB , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x3D110CF4B76F41619CA612747A681685 , 0x45537D60180E4B98B92911D8DB481B93 , 0x456E57E125244880BA870E7E9449E59F , 0x47358FC8A49144D6809BC0823DD13D11 , 0x5755C72E63A84B08ABC87C456E0AB5DF , 0x597D693048894FE1968F74200B231A1C , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x679DE757A14E45368E4AD4319AD94F84 , 0x6CC0D8712B564981B86445BDCBB6EE60 , 0x7AE083D5B4BF4ACDBFC7CCD0C92FFE2A , 0x7C70F22F38E7423599767838DD0C879C , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x86AD4C3556FA4ADEADBAE5839C41E128 , 0x8858EA8820074C6BBDCC29CF761C3DEB , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x97035B902597494AA57EDB6B3097CDA8 , 0x9DE0E666103543A681CAFBC9AB29E996 , 0xA8669A2084AB4EFCA0B74D377D8B2B01 , 0xAAD3130EF5AB40E08DCB38D1472368AE , 0xAC2D4F2ED9784C74BCCA4767E90DC437 , 0xB32B7190641946ED8F1931294EF274EC , 0xBA1CF2EE4A8A4817993B6E7C3DD28DD2 , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC745C850A9AF403DB0F7526930B89E33 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCEBFDFFBE01E4CDDA38E7613387AF911 , 0xCF51E52DF005455EBC48B904B0BD829A , 0xCF9EDBADBFE24B908A94BE358064220A , 0xD077A4B7EE6E4617807D01A6BDE056A5 , 0xDB91D65238A547BA93F95DA9BDAA1953 , 0xDE97A18B6A0D48E29475B047C32A1D59 , 0xE25F021D561F4DFE9CBE6E0F4E178D86 , 0xE4DE2640A92F4A0893A7BEC589B6C014 , 0xF2B53DDBB6604485B579D7E91B8D73AD , 0xF47C11FA3F4E402584C6D98691D8A60D , 0xF636FF72EE3D4C17BC1F274C89854D36 , 0x000E78494746419F93E1C5E7568B28A9 , 0x023D7199C6194714915C61220E03926D , 0x02F29BE172AE413A9A030155427CCFF6 , 0x140861A7A2D54157B709C67C35AAC18D , 0x30464460872B4D189C27AE3AE6FA25E3 , 0x3BCF96E6781D46F594881ABC49168405 , 0x444D22F611D34385B2CFC058601445A2 , 0x4CF27E85ED644713BEA9695FFB82A5DC , 0x4E4BF3D679294683879CEAAA09C80EE6 , 0x53B4476BF9764EB9AE12A142217B2B69 , 0x69BE758D6B384CA3A9D8418F45C93A2C , 0x6DD0D570377B4958A52AD6B9A7C27D1F , 0x6E7340BE948F4D5D8D5EFBA6B4284FDE , 0x7574B1FB57F44BADAF4C3E5DCAE2820B , 0x81A2DD05428042E194AA9A3B10381261 , 0x825ADF411018471DB7521343B27CF396 , 0x844AE05DA49F41E7A8E9A9A9B553F2FF , 0x86311CEF2C1D4C328246D313AD5692A3 , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x8955C591D9DB44BF95828719E046B8A7 , 0x8ABEA329DD85459BAB0CB1BCE5F401A3 , 0xA7EBE7053E2445118A777177FF15214D , 0xAF911D9E875648BBBC12AF8605FAF3E0 , 0xB935ABE87BE9477AB2FA8F45703C3A21 , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xC2557CED5EAF46AF8BAAE07324830DA2 , 0xDAA51197BF534B4789068EEDDCBC6696 , 0xDCA5F07E8B5E4AE1894335BBE9D1675D , 0xDDCD469A7E7E4977B9BDEE2D9B372EB1 , 0xDE0B7A824FF740BC935471C2982734D0 , 0xE3236B4BFBFE4647A91DC7A007A3A98C , 0xE425BFB12DC7476984D6B79493FC3D1C , 0xE66C38265ED84D15BF1693D1933B3EF6 , 0xEBEAE3ED923C438F916122C98090FF38 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0x1AA82CFD09C1402C8B4A32A5D15850C2 , 0x32DFE8CD47B246128BAD8FB9CB77EB2D , 0x54125CE1B2B54E19BF9D597E994A4ACE , 0x7B5B724339014D31BD79C2FC61C1FB8A , 0x7F39038630624BC4894AF3AFE627615F , 0x8AFD9C257A954F4D9E550BCED7F5A047 , 0xB2D30EC33B2A47F0ADB7F727138E072A , 0xD0241C535F3D4899BE80B29906A514E6 , 0xE3B2420A38B74359A69146A98E1258F8 , 0xE3BD6CDC43554268A59CE84B42FE520F , 0x036DF813F0C44E979B4FF3168D9060AE , 0x0730D0571D964860AF67DBD42940FDFA , 0x1147EACEB9EB401D8459123E30C3B618 , 0x17FFEE3FC0284CBB87246A2742D33A98 , 0x23AA694D77784F6A871EFB396D2D4AF9 , 0x3A910E4D32484344B9B13CCA7F3566E8 , 0x474498D8F7C348749EB608E75E1CACC1 , 0x475728A3A3DC47078C07F04BBD0D4805 , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x60C0F55F7F8D4F999B03D146D3C72DA3 , 0x664037C6162D4893884A450DCD63A955 , 0x66618B6F399A417090C7157DC0FA6BAA , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x97E0E4920D984191AF50C774D25FEFCF , 0xAC5203D48FC24FD69BFDE16F13045CA7 , 0xAD58122E2D6748D0AE75C7FB9C585444 , 0xAE89AE15068A4D188A6F617EAB5A8855 , 0xC7EEDD261BCD49AF881A4C6DE0CD14D8 , 0xDB2CD3C78BE8444C849942DD4C7C5D35 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xF77F4B4597054311817EECCE5C5F65AE , 0xF7F70D7813314B8DB298D5BA4DA53F21 , 0xF880AF43713341AABD41D4ADDD2607F3 , 0xFDB8A26746E74E68A009DC9F634D65D8 , 0x004C6B7CCC86489EB512185989ED93CC , 0x02B18EEBDE9B4D0594BAB9781F20465A , 0x02FEC7FAD7414A55B4BC829101FFE993 , 0x0381DA937A8C493BAB3267ADB4E2D388 , 0x03EE0C7253214EAC93634C61313033A1 , 0x076DDB785EDB4D0B89B813B37E2EB6B1 , 0x0CCD9466813A47F3985D46F7A12F423E , 0x0DB9778840534791BCFB9308E97430D1 , 0x0DF4AE7A806048C7B21C77F57EAC11FE , 0x0E95953C585F452F8C87EBF4632F69FD , 0x0FDD45E6BE324150BCD60F13DBBAD240 , 0x115ADE2DAAA94C3283A47A94C59F3701 , 0x1248829456304A239F26653AEC38F40B , 0x13E484813E26467B94EF9071C9C40E97 , 0x17AB7BB98949482A947BEB24523B4642 , 0x19CAB60C6145494A9D96D6DBE8A06088 , 0x1EA1068CE3994BE6A12F116DCB2D20A3 , 0x1EB9FF642EFA466AAAFD06A06FECDD83 , 0x2679AAE25FB44AAC8594400FFA321248 , 0x26945E43FCE1460A9F3174CCCF5E5D3D , 0x27110AA2A55D4B209D097D5075DD5CC4 , 0x2759F563F4F04881B23B4DF95B4A1D68 , 0x2AB40BCDD1194FE5A52CC0B6C8743828 , 0x32394360AF5E4392860C70652F425BA1 , 0x37BBCA7FFD0B4942910DF6763D877BCD , 0x38A3C23A7E5A4D50A663C173E7E7DE17 , 0x39EDA57BC936444FA00676C169CDF970 , 0x3F31DAD15F5F45F190676B700DA0F4AD , 0x41B4A5521B4F498DA836440C8651C733 , 0x425519804CE7446E80697EBC8E4C780D , 0x43ECEF91A9C04D2CBA5CE77658B14D1D , 0x4A196D4EA32D4E8DB306855C7E25EB2E , 0x4A8140DFDF084875889DB1326DDCE5D7 , 0x4D933A2D9C2840C7B29378325BE43D1F , 0x50F7C80E88934935AFD454F903598120 , 0x515A2F2BE34F49E6B95CA39DCE28B228 , 0x51BFB03C8822403CB07EFBCFC0B4DB88 , 0x55A6380943964B63B1BD92F3A145D564 , 0x574D42A415954B908669D1FFE9C4E07A , 0x58E6839684784375A0FEC3145B7F6D28 , 0x5A916ECA05FE452B9ABABB45A9040607 , 0x5AB6027C59714AE7BDFCB5B2799F3AFB , 0x5AC4E3ABDCB64C55BA74A1DA9A9D91D9 , 0x608B7BE609C14A2CB515FAD2368CAB25 , 0x634B2B1E893E40699ED50AD421A81124 , 0x722C169BCA2D406BA7FB1C7BDDD49970 , 0x7C83DAFC111544A08ED5C20D7BCB4FFB , 0x7DC8213827AF4EC999D33528FD04F557 , 0x7E13DD10C39F4FA08B4AD2D73BA699FC , 0x8329A54E6CC2444FBA3A68BAC3D48571 , 0x8A4236C762C04AAD826133DF56EDCCCB , 0x8B97B45BDB264FADA3BCCE7FBB8C077E , 0x912D8CD270174413ABD2A038366F6483 , 0x9171C2F6D31C4C8D83E436D3F7450DC1 , 0x933F94DB339B4874AC6675ED0AC3BAE1 , 0x93E7335F170B4D90B48DB7A01A3C82DE , 0x9427C17EF29B4D859EA669F6B31EED5C , 0x947E6377EE4948ECB3599E4E91B4BB94 , 0x95F674919E94462A81801F3F839915F9 , 0x980D534825F04F87B1610C4E75BD318E , 0x998B5BCE8D9E4E60BDBB9C2BEBC0F1F5 , 0x9B2AAF740BE34F339E9754CAD8D3D569 , 0x9CBDCD1B084B41AB9DAC6F4162FA30FD , 0x9E7323AC8A3141DDA03E9003981FA285 , 0x9F5FE186D37141D59EA029F2713AEAF4 , 0xA3057CF5208D451792E946D4EE206C24 , 0xA3774C862DE641129ADA102D2D423221 , 0xA391FFE286B0444B82871FD0EFD129EB , 0xA467DF4EF04D424A9D88203152499AC1 , 0xA5024F7925E445F48EFCD751B91DA74D , 0xA6521B33E5A9408B91C8C21F50B3E752 , 0xA729C74B24584185B973F35EFF896EDF , 0xA8C71A21CF00454BA745897024CAA276 , 0xAA1323C0306E49A08CDD2558581BD290 , 0xAF0E4823E6644D7D8813A264F158C1FB , 0xB2703F44F6C44009855BDA296C136D68 , 0xB2A5EEF66D9647269D5740D1859B2FC0 , 0xB4722CDE12804405801D8B0818D1A93D , 0xB4E7A86B874A424B9F23733045C3110D , 0xB53F6A6DC014473BBFC6BF9347CA3CDA , 0xB551731B6F0941B39A964DF2FB6383C0 , 0xBC7A694234EE42B698C93F9B9E83212A , 0xBD6366A92C3C4321B5957CFA28D160E1 , 0xBF47B5B49EC8450696F3FF3E2E8C63BA , 0xC245E369BE0C43D8B0674F97E7755F60 , 0xC3F09401C4734B0A970EC1C7E3D84309 , 0xC4ED58904A744831A41754053B1C81EA , 0xC66B2214E15D4951AD509BD19315EDA3 , 0xC6C94BAAD3EA4BA79951D1A512531D07 , 0xC7ECD4D53A8A41A785F46212EBBEAF9B , 0xC8B8E75FE26140C8899F44D7FC66B068 , 0xCC55457ABF2F4DA2A0E4FFA2F0592928 , 0xCDD20E8E673D4D59B74AC5A4C7A8C6DC , 0xCF871DC460DD49D08E66FE0C1BFAB020 , 0xD0802B4773A44306826F6FBF608856B5 , 0xD1AC6C45AD7E4681BF3B30E4942A3563 , 0xD3D2B3B6574F45F6887C6722665C5614 , 0xD4D7019EEB3849A9B67CDF7ABC950117 , 0xD6DD1E8E1A1D4D17B81E905F5312BD0D , 0xD90611E567EA445B8D2AF99AF7FFF366 , 0xDD080851CFB54AC8889155459AAF55C6 , 0xDDF3EDA7553A4218948057FEF9540F0B , 0xDF08FBF9150B48CC9A17871939117B5F , 0xDF97032492B6442D9A396B42C77944E3 , 0xE0499A7E2E684B8FA4A54A3C61D6F088 , 0xE0AA62D1A8774C7E993D386B9E60AF44 , 0xE48D2425B9E74F25A614844764206D70 , 0xE53CEDE25B7049C5B75A0E555E9306F6 , 0xE7C59C56E0FE4D0BA3F441ADF030A259 , 0xE7EC6E4C168E438B8BB60AFBBFD974CD , 0xE936379109FC487BA977721889C309EB , 0xEC9CBA19B7084DCD85CCFA4CFFE31D0B , 0xEEEFA6232EB74DC795AA5F57F602D3CB , 0xEF8D6916EE2D4B8D9F7C06D98ADFD2F9 , 0xF25FE247980D4D098F88106D6AD543EF , 0xF3BBB2FEAF1C49708B139282D98C8BA0 , 0xF55886DC45E243DFADCF12E1990D301E , 0xFF84F4F6864F4CF28F63455FEF91FC6E , 0x06F08B688E1346A98DB524CE04EC5A26 , 0x149B7FA3F9724126A7C35F8F3E8E65ED , 0x1532CADE2FFC4C5FA639C7B5E8BC3F7F , 0x1650F06F1D8D41F2AC2E949B37CD6AFC , 0x165A5B5761174286A005574130F19C49 , 0x221A99A3AFE646C985BC71B5F62A7783 , 0x231B401911824DA9A64E3143DC5B4B62 , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x32C446631BBA4B2B9DB5392C712A8732 , 0x33C7ABF49BDE497E82975BE5863066FA , 0x3504DE3E71AA4E5996C37D7A411CDC97 , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x35A1D8F7122545648733B5898D2FF657 , 0x39327093A91443089C98B9EA9F253F11 , 0x3DAA04A0EDDF431CBC25F7D7C979B2AC , 0x42E180EB8FB544ED9E17185BD9504E1D , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x51380AD680D24E75970528ED4EA33582 , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x547E9CE2F7CC42C2AB57D883372F2EA1 , 0x55688327B4D244BB9F3743839EE51610 , 0x57A1ABE8457742C6877CBBE2D1963EE5 , 0x583A36DCB76347808B3E3A60D194D68E , 0x5AB95119F30144BF8BC8D2C4D8A90DE5 , 0x5DCD361EE6C743688B2DE56396F4B12B , 0x76BE32A88CC44994BC718169101A5524 , 0x77FE4529617B40929B00184EEB554C46 , 0x78C52B07D039404E994621EA530A7332 , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x8A6D1C301E614064B8D76C70D7106285 , 0x902E5AAEF80744AF849EA0B9CDDEF73F , 0x91DA943123EF4876AE4146E807B889DC , 0x9736C1E5B62544519C455D7840F6B98C , 0x9BD69248159046BE80047E8227CE64AB , 0xA31A9E9FE7584BD8983181081F58012A , 0xA37CF16957DD4165961826B32DA4E1B1 , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xB4784A7308AC43638B0106BD094A86E1 , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xC19A3480F1B045628BDF54607108D271 , 0xC208816DAFDA48ACB89B828FFCB15140 , 0xC43C093F981249629B537B6C91E9A90E , 0xC5EE33AA4F0447DAA5D200EF0E5F2EEF , 0xC92AE0103B2841F4B31F85421E7493AE , 0xCB2CB64FDBBB4979ADC3FBC0E8842EC4 , 0xCC4C28EC485940FCBF147985A3C49A9E , 0xCC4EAD1937E5442EBBB8B1C59E540F5A , 0xD1894C859DFE4026BB9113C19D8A74AA , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD7614352E12A49CFADEB1E743B3B0424 , 0xE45BC4BA3BDA4179A5AFE9DFA931C0D1 , 0xE5CD28270AEA4A7795C53B74303963A2 , 0xE6E7FC748B194593976BEDB29117919E , 0xE7EEC62167DF4F86BFA4849DA5FF75B6 , 0xE856A61D085B47E789EB273C6D725D54 , 0xEEEC2562DFF74F0E83D5B768F6E89DC1 , 0xEFEA42B137644D6E8E119DA67B772A51 , 0xF1C6A33E004F4A03A8BF020DDDEA713A , 0xF93E2D96057F4536B2D055F3A43FB084 , 0xFAF4F9AA8F7D476F88564EC15CFAFD05 , 0xFB4B82E9DBF54DC48DD1EDC90156E5DB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
81
4.97 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x00\x0E xIGFAŸ“áÅçV‹(© "
b"\x00 Lk|̆Hžµ\x12\x18 Y‰í“Ì "
b"\x00 Çt+\x06 ÚCbšóÒ!Œ¢Ï¼ "
b"\x00 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x02 <ߙڷI\x16 Ž‘ÙF\x7F ßg¯ "
b"\x02 =q™Æ\x19 G\x14 ‘\a"\x0E\x03 ’m "
b"\x02 ±ŽëÞ›M\x05 ”º¹x\x1F FZ "
b"\x02 ò›ár®A:š\x03\x01 UB|Ïö "
b"\x02 þÇú×AJU´¼‚‘\x01 ÿé“ "
b"\x03 m°\x13 ─NùøO¾\x16 ìÉ`« "
b"\x03 ü┌ôzîI;½2g¡┤ÔËê "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\x03 ¹ro‹uFR…¼ÈÊXnÿ "
b"\x03 î\f rS!N¬“cLa103¡ "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x03 þ}Þ\x06 %F¼¨ë.cè\x06 £‘ "
b"\x04 I\v mJAíŠ<d;\x17 x–\x12 "
b"\x05\x1E Y²\x14 FC¡«YW‚®¥Ùð "
b"\x05 ╬ü·µ¸N\x1F ░-¿ë\x04 `ü\x1C "
b"\x05 Ø3O\x15 ‡DO–U2¿HA\v Ê "
b"\x06 >\x14 2"¾C2œ'( IÖ¡Ê "
b"\x06 ]6Å\x13 iLvÉTÌ,¾÷MW "
b"\x06 ïhÄ\x13 F®ìÁ$╬\x04 ýZ& "
b"\x07 0ÐW\x1D –H`¯gÛÔ)@ýú "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\x07 mÛx^ÛM\v ‰¸\x13 ³~.¶± "
b"\x07 £§}ÂIHùìç^│$4ý¯ "
b"\x08 FAð†SKTºL±N’Ú>ú "
b"\x08 ‹ŸÓ”'O(¶m±‘žÃØÀ "
b"\t Ää^¥rLü‹êJ-Úºl\r "
b"\t îÇ€†¯KѰÚ#\x04 §>¯ƒ "
b"""
\n
9}‚‚\x19 Kç±µ¥Ý™Á\x08 Ï
"""
b"""
\n
R•\x1C ¿OKÀ‘xDÒr†Û\x18
"""
b"\v\x00 .ö;ÊK\x15 §W*Ó\x0F\x04 1ƒ "
b"\f\x04 ½õå4B\x03 ›\r \x1D õ°.\x16 "
b"\f\x0F gñFDKX¬\x06 éØ\x0E\x1A ÛF "
b"\f YÝ©ÆÊK"…FĨHè±/ "
b"\f nšJɦA¦¶ðF\c«^« "
b"\f ═öfü:G¾ÿ]F¸í/B> "
b"\f Õ\f ._ÓHLºVØ\x00 ‡Ax "
b"\r ¹wˆ@SG‘¼û“\x08 ét0Ñ "
b"\r ô®z€`HDz\x1C wõ~¬\x11 þ "
b"\x0E 'IZ\x0E\x1F AØ¡¨Ûã|╦û "
b"\x0E Eöïƒ\x1E B?—÷\f „¢áÝÀ "
b"\x0E d\x10 ¬§g@\f ´Ä2\x01 S\x12 Ëh "
b"\x0E ••<X_E/Œ‡ëôc/iý "
b"\x0F 6fO\x01 «BÀ´3‡9µ\x1F ò\x05 "
b"\x0F RŠ÷4SDq”H«+ÀË-` "
b"\x0F ÀOªî{J<êIÅ4\t @Ço "
b"\x0F »ß=v\r J’³'™\x07 í®‘ò "
b"\x0F ÝEæ¾2AP¼Ö\x0F\x13 ÛºÒ@ "
b"\x10 L\x16 ÃA³I\x15 ë▄/ÒÅ_k\x01 "
b"\x10 Ì┐x\x15 ÅBèÇøýç▄Á░\x14 "
b"\x11\x18 4ñåÅH0ïS®KÆ-&ü "
b"\x11 Gêιë@\x1D „Y\x12 >0ö\x18 "
b"\x11 ZÞ-ª©L2ƒ¤z”ÅŸ7\x01 "
b"\x12 H‚”V0J#Ÿ&e:ì8ô\v "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b"\x12 õãb\x01 1CËŸ%\x17 >nhg¤ "
b"\x13 ²¢ÜVGHJ´ýMi6Lî\x18 "
b"\x13 ºKùÂ\x18 Là‡`"\x1F q+ßX "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x13 õäü>&F{ö´Éq╔─\x0E ù "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"\x14 ô®àÉÞK\e ǃ\x1A QDSâ "
b"\x14 ø\x7F ú¨rA&º├_Å>ÄeÝ "
b"\x14 §Í\x07\x11 xA"¬,ºKª8xÝ "
b"\x14 é“Ä“\x0E Jν-\x07\v U\x10 Ô "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b"\x15 2ÊÞ/üL_¦9ǵè¼?\x7F "
b"\x15 áò*│▄DvûAÌ▒ߨm\x1F "
b"\x16 Po\x1D ìA‗¼.öø7═j³ "
b"\x16 Z[Wa\x17 B† \x05 WA0ñœI "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x16 ¹Äı╠ìG\x1C í,oN╔Çu' "
b"\x17\x14 ó4\x1F\x12 L݇+¶Äj\Sµ "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x17 «{¹‰IH*”{ë$R;FB "
b"\x17 ÿî?À(L»‡$j'BÓ:˜ "
b"\x19 ˆjÝaK5©X÷ì\f ÖÕŽ "
b"\x19 ╩Â\f aEIJØûÍ█Þá`ê "
b"""
\x1A )\x18 “\x13 ÁL\n
¼óÍ Öqíà
"""
b"\x1A ¨,ý\t Á@,‹J2¥ÑXP "
b"\e :°8€ÜGî†Ë\x07 •lW\x05 À "
b"\e âÉÒHµA╩àÉßí4B\t C "
b"""
\x1C\x17 \n
\x1F £ìCX▒Jtr+0Yî
"""
b"\x1C\x17 dÙIiNr£ÎOÁ\t ¦x "
b"\x1C EÁ*\x13 ÕEb‡®eC\x1F è\x03 Þ "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b"\x1D\x1A\x1C ~'&G‹¼(áq˜³±ù "
b"\x1D\x1A ·”¥tG„¯Ï†ôúƒ\x19 ˆ "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"\x1D LT\x19 sàL&³ã%e™P"Ï "
b"\x1D §8ïÎ\x00 C/“9•\r \x11 Jj× "
b"\x1D ÓeUÎ^C§ìw÷ãÍ┘¨6 "
b"\x1E ¡\x06 Œã™Kæ¡/\x11 mË- £ "
b"\x1E ¹ÿd.úFjªý\x06 oì݃ "
b"\x1E Ô*äf¢L\x0F †Ö®’Z\x1D õL "
b"\x1E áÓ»iXI+¶<š\Éûþ| "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b"\x1F Ô\x19 ÏC┼J6ɲ´▀yßIÆ "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b"!JûNþDO\x0F Œ\x0F ý@%çJ\x03 "
b"!N6² {L‘…>‹x»rnÌ "
b""\x1A ™£¯æFÉ…¼qµö*wƒ "
b""<Ðð”¸Jª¹²³\x1E ëóñÓ "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b""… ¶òƒ@ø•Ò«]\x02 3C³ "
b""°ðç"sA‡ƒvXô\r ñJ… "
b""ì\x1E -ZÕG>¶4˜\x1C ×\x1D ߨ "
b"#\e @\x19\x11 ‚M©¦N1CÜ[Kb "
b"#[Ð\x02 °ÁIû¢”\t ÜæÏP1 "
b"#oÿ|.1L\x05 ½°¦ìE^µ\x01 "
b"#¨ !ÖçI'ˆ\x08 ’ð~E\x11 « "
b"#ªiMwxOj‡\x1E û9m-Jù "
b"#¼ùk¶COHƒÝý¶gú.È "
b"$\x1F yGª╚D├æ#±╗\x08 øÅ\x1C "
b"$¿ıXƒßD;É┬-¨ìø╝ô "
b"$¶µãÁÒOè‚å¾\x00 š¾*C "
b"%Žp‰ú^@+¦Þ‘SØtµƒ "
b"&D¯—Á\r MѱŽ\x00 ð\x08 R¨E "
b"&\ãa,FÄú¨:É─╝¹▀ "
b"&yªâ_´J¬…”@\x0F ú2\x12 H "
b"&Ž·dƒÿIa¤ï¤\x1E >\r ¨ "
b"""
&”^CüáF\n
Ÿ1tÌÏ^]=
"""
b"&╦gg█ïM▒®ðàü§#░\x08 "
b"'\x08 “\™wGó•g¡6)å&, "
b"""
'\x11 \n
óÑ]K Ø\t }Pu¦\─
"""
b"'Y§c¶Hü▓;M¨[J\x1D h "
b"'‚;,lªIºš\x1D P•†&‹S "
b"(Fæ¢│(I■à»ü\t í·s§ "
b"(—œ\x11\x0E nL‘¹|Î.X5\x7F ¹ "
b")\e «¯Ð3N¯ž[*K)§ey "
b")2T1é½Jì┤ÈÄï,\x1A ¥k "
b")hSÑ~0BÙì'‗7▒±G "
b"*˜[Ç«5G“·Zµ^ú\x10\x12 • "
b"*´\v ÍÑ\x19 Oå¥,À¶Èt8( "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"+\x06 Žï\f ‹Lvšs0\x13 ¡e˜ë "
b"+Ic\x05 SÃO¢†qù<qMÞ[ "
b"+U²×\x04 ¹D¥ˆC¨hý¾šJ "
b"+V.H/\x02 M×½Åðÿl?2╔ "
b"+§ép¥ B˜×\x06 ‘Ÿ'Ô7 "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b",¿É`Ñ®@¦C¹¸Eïmù "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b"-\x1A obÑBLÀ½R▒¹°╔aì "
b".\x10 ýZé»MìôO¾4QÝò, "
b".FÀw—uK/‡\x15 Aí¥¸Þ€ "
b"""
.┼Ëìe]L\n
î╣Ë:4Tû*
"""
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"/U,‘/ƒE=†dPݳu\x1D\x1C "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b"0FD`‡+M\x18 œ'®:æú%ã "
b"1U3Y¾\x11 LÃì░,\t ¿ºe│ "
b"1f§×Ò2I¤·¾;\x04 vešª "
b"1”Š@—AFÙ†=¬\r kþÝ/ "
b"1î™¼ÂØJv¡u\x0F ‹\x1E }+ "
b"29C`¯^C’†\f pe/B[¡ "
b"2─Fc\e ║K+ØÁ9,q*ç2 "
b"2▀Þ═G▓F\x12 ï¡Å╣╦wÙ- "
b"3p?ËÙpM‡‡U\x1F cügö "
b"3|>±+‚A'¹"nÒ—Pc\v "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"3ÕŒÕ$\x08 E‘‰ÂP9ŸïÛï "
b"3ûkÕ\f\x07 Ic±Â6} \x02 å½ "
b"49Ç'\e\v K‡¹‘Žä…×8V "
b"5\x04 Þ>qªNY–Ã}zA\x1C Ü— "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5íϸ\x12 %Edç3Áëì/÷W "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"7»Ê\x7F ý\v IB‘\r öv=‡{Í "
b"8OÌéséLž°”½ƒJíxh "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"8£Â:~ZMP¦cÁsççÞ\x17 "
b"8·c\x0F 'LN¦§OØëíNS "
b"8¼t¸,Í@\®Âl¨{a…º "
b"9\x06 à\v\x1F œMô»Þ ÄÞ\x1C ¢E "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b"9sòd\x12 ”Eˆ\x16 6o£ýãÆ "
b"9í¥{É6DO \x06 vÁiÍùp "
b"""
:)Î1(uM7¦g‚ûÓ¨\n
2
"""
b":‘\x0E M2HCD¹±<Ê\x7F 5fè "
b":Õþô&¤H=ºqÞ„[•3i "
b";;\x1E É…ÂF\x03 ¡·«ºüõ3Ñ "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b";C¸ÿ\x19 xL¥•mG\x03\f ô\x19 ‹ "
b"; \x17 ‰]œC-†é\x1F ¦¯\x7F '# "
b";Ç\t ‰à¹Eˆƒê°‘\x08 ^Së "
b";Ï–æx\x1D Fõ”ˆ\x1A ¼I\x16 „\x05 "
b"<\x18 ù}S\x1F HI§\x07 #oÅ'è— "
b"<W\n ð\x19 ðHŃ\x00 €\x1E úñT\x11 "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"<z¯ÕµÆI€ŸÂùÇ\x19 ØžÙ "
b"<ÂK\x1C \r KLÞ¼$CþàSÌó "
b"<Ê\x02\x08 ø?C\x1A –=\v ü;ªïa "
b"=\x11\f ô·oAaœ¦\x12 tzh\x16 … "
b"= ▄:g█GAì½\x13\f rE¾î "
b"=21ÜuÜOQ¼ä1pWt?\x1C "
b"=PÍ\x16 ŠRK\x08 ¦WU\x16 -+$x "
b"=ª\x04 íßC\x1C ¼%÷×Éy²¬ "
b">$0ˆZ&B\x17 “ÊïJæü‡¬ "
b">º#„HoAaœÃåK\f ¨½í "
b"?\x1E\x1D 5W\x03 G‡«³É\x00 PŒÝ¦ "
b"?1┌Ð__E±Égkp\r á¶¡ "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"?u&tC[F9r\x1F W•C‘ž "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"?õ3aU+O\x10 ¸Øø„¿½† "
b"@-àô\x7F ¯I\x12 ½\x02 G9îÞ*\x1F "
b"@:2ÐGýNH¹6'¼b¿R7 "
b"@gë\x1D ËuK]©qÊlsþ\x07 "
b"@ÃÈf\x04 +KÉ”ª\€Ã\x7F $î "
b"""
A\n
v[²&Má¨3ws©]\x02 3
"""
b"An(:TƒLo«ı~õÓ\x1D Öì "
b"A®}\x1D ›jDлv¦\x12 £\x7F € "
b"A┤ÑR\e OIì¿6D\f åQÃ3 "
b"B\x13 ®\x17 ˜¬EY¿†‹'\x1C â&\x0F "
b"BU\x19 €LçDn€i~¼ŽLx\r "
b"BßÇÙÅÁDÝ×\x17\x18 [┘PN\x1D "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"Cìï‘©ÀM,º\çvX±M\x1D "
b"DAWæ³JF=¡«‹á2\x10 Ú½ "
b"DM"ö\x11 ÓC…²ÏÀX`\x14 E¢ "
b"DªšŠ‹HIÇŽ<דõÓ°ü "
b"D±`MY\x1C N]®4\x07 ÀÏ›‘I "
b"ES}`\x18\x0E K˜¹)\x11 ØÛH\e “ "
b"EnWá%$H€º‡\x0E ~”IåŸ "
b"EŠ«cëwI\x13 ‰9aØr,!± "
b"EËF|•-Gv¹ö—Ù7“å\x15 "
b"Eð#FÔŸH/¨p!`7` & "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"F°\v KfxD:»½Â‡k»\f P "
b"G"¯\e â3E'¢@¹#,ÿ/\x7F "
b"G5Å╚ñæDÍÇø└é=Ð=\x11 "
b"GD˜Ø÷ÃHtž¶\x08 ç^\x1C ¬Á "
b"GW(££ÜG\x07 Œ\x07 ðK½\r H\x05 "
b"GÂeIAiIø¥¯©$`\x03 i× "
b"H~£╦¦╬D±Åî╚\x7F ╝ø┼N "
b"I!(mB×Dh‚A–Ö*õ\x18 ü "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"J\x19 mNú-Nì│\x06 à\~%Ù. "
b"""
Jk\x17 »\n
™O\x04 ³VXñ|¦€‹
"""
b"Jü@▀▀\x08 HuêØ▒2m▄ÕÎ "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"LìF\x0F ïÐL¨Å│K\x11\x13\x05 «) "
b"Lò~…ídG\x13 ¾©i_û‚¥Ü "
b"MRDÌ\x16 ”L›¦=^¦d<§× "
b"M“:-œ(@Dz“x2[ä=\x1F "
b"MéŒK™s@Û˜ä*\f V¡*N "
b"N+?klvCQˆO_æÙ%ã3 "
b"NKóÖy)Fƒ‡œêª\t È\x0E æ "
b"Oνc¤“Fî®ð¿ç§°\x02 o "
b"P¸╚\x0E êôI5»ÈT¨\x03 Yü "
b"""
Q8\n
Ö€ÒNu—\x05 (íN£5‚
"""
b"QZ/+ÒOIµ╣\úØ╬(▓( "
b"Q]ì\x1A LRK)×®╝¥\e yÖz "
b"Qy÷2B¢@3—„¨äPý&Ä "
b"Q¿°<ˆ"@<°~ûÏÀ´Ûˆ "
b"Rê§™˜ŽM÷žR‹#\x1C 5óe "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"Sš\v _ò\Dѵˆfaéc\x01\x0E "
b"S´GkùvN¹®\x12 ¡B!{+i "
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"T\x10\x14 “ƒùC˜‚>&ßý\f ×ý "
b"T\x12 \ß▓ÁN\x19 ┐ØY~ÖJJ╬ "
b"T~œâ÷ÌB«W؃7/.¡ "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"T¸ø\x06 á§Gß¶\f …Œ¥ë™- "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"U¦8\t C–Kc±½’ó¡EÕd "
b"U»\x14 ¸«ÎO┌ÅCßü┼\v >7 "
b"UÕÈÈ\e\t D´°0qÙ ?D6 "
b"V·\x17 ■\v CÕ©\x1F É┼"'l┘ "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"WMBñ\x15 òKÉåiÐ Ú─Óz "
b"""
WUÇ.c¨K\x08 «È|En\n
µß
"""
b"WW¦'›\F1¹ÓÑ—¹0Ëÿ "
b"Wo\x1F \r AûG)žõºb‘!Ùˆ "
b"W¡«èEwBƇ|»âÑ–>å "
b"W£iž±8Nþ‚Z´/Ô\x11 •÷ "
b"X:6Ü·cG€‹>:`є֎ "
b"Xf\x05 ñ]·K═ü‗¥KÝ‗Û@ "
b"XÆÃFL¶AÄ╗\x07 H¦Ò(Å¥ "
b"X惖„xCu þÃ\x14 [\x7F m( "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"Y\x04 ü\x12 î<Cë˜óƒö”\x03 Zn "
b"Y![ÆBùCÆì³µ)é·È} "
b"Y`¶ë¿6K*¼1»Fó\x1E î± "
b"Y}i0HëOßûÅt \v #\x1A\x1C "
b"YÖ │s\e H\x1F ü»h■Ûƒ\x04  "
b"Z‘nÊ\x05 þE+šº»E©\x04\x06\x07 "
b"Z“\x16\x7F ÄfCJŠ›v[¦Šð "
b"Z¶\x02 |YqJç½üµ²yŸ:û "
b"Z¹Q\x19 ó\x01 D¿‹ÈÒÄØ©\r å "
b"Z└┼*D¨Cü╣F╚\x0E 9╚rK "
b"Z─Ò½▄ÂLU║tí┌ÜØæ┘ "
b"[.˜\x7F È·C´¾}eH±\x1F Rõ "
b"[ŒŸ\x18\x1E F™”#·Ú@Ó)K "
b"[ÆûS³¦O*¢çáµÐ\x03 ö1 "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"[÷o`¢ÕN\x1C –¿\x19 ~—Ɔ\x7F "
b"[þt÷)®I\x01 ¨6Wl<•AŸ "
b"\ZaéR`H^”û4gŠ„î_ "
b"\nN¸S■J╚£æëò╗ìô▄ "
b"\ÇÉB\x04 HF\x03 ÇÁ\x16\x08 \r ¬~z "
b"\Œ»z³ÒI“¤§EE7TåÚ "
b"]p»¶`7B„™XÂòº¢ÿ« "
b"]Í6\x1E æÇCh‹-åc–ô±+ "
b"]éršE‹G|¹úXÁÚfÀÇ "
b"]ý\x1E ãÛÄKޱó\x7F D)Yäx "
b"^\x15\x03 £ıWC╬çü▄º«wc@ "
b"^R!³└ðO~ù\f ìÜo┤\x04 └ "
b"^ƒ\x13 l.AEm¹îTM¯ÑËç "
b"^‡Á\tèGw¾\x1A ¢:Æsž± "
b"""
_\n
\n
o*áC®Ø│&Î}è─g
"""
b"_4‚xÖÉBôŒ\x17\f\x15 hé½o "
b"_]¡è…²Kt—\v M\x15 ð/\x15 ò "
b"`\x1F\x11 ”@\r Cj¤NˆsSß\x10 R "
b"`‹{æ\t ÁJ,µ\x15 úÒ6Œ«% "
b"`└§_\x7F ìOÖø\x03 ÐFËÃ-ú "
b"a\x08 è]ï.Nü¹û\x08 w|\x10 ž\x12 "
b"ah]˪\x00 K;¯=®ç\x06\x0E\x02 ß "
b"aÉ.{\x15\x14 Eòò\x12 ~vi6åµ "
b"a¸¨OrÒA8│Ø"äƒâ&a "
b"c(x\x1E\f tD-Šï3/Ø$nu "
b"""
cK+\x1E ‰>@ižÕ\n
Ô!¨\x11 $
"""
b"cfA7\x14 ŒGv€ÙF¯Ô2ªã "
b"c{4%ÿ\x1F @ÅÜ)\x04 ê)ãý "
b"d% ²ÛCCõ“°×‡bz…n "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"e\x1D\e ©×ØN‗ó90à\x16 À7\x12 "
b"e;ìtÇHOË¡*K\x11 ıÔ\x02 ª "
b"f@7Æ\x16 -H“ˆJE\r Íc©U "
b"faïo9ÜApÉÃ\x15 }└·k¬ "
b"g_\x06\x1C GOD;€jF¨z6W{ "
b"gØþWíNE6ÄJÈ1Ü┘Oä "
b"g¯Cç—ŠC;¥M?ÆŒÁ[é "
b"gÿíÝЦMfªöœtU¬to "
b"h~ó5×·@\t ž+|_Ÿ!”É "
b"i\x01\f\x03 ªðMÙ¹\x05 Á:XÓÿ† "
b"i\x1C X└\x0E ƒL\x11 ø╚9[eðPØ "
b"iù/&‗7IïÄüuGËÀ¾K "
b"i¢Øf:šB\x04 §ŽÞnœ™4p "
b"i¥uìk8Lú®ÏAÅE╔:, "
b"iÓ³‰›ÑHÕ®æDYü«\x0E à "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"jH07èhD)†é\e ŠÜÜþ1 "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"j»|Cg/I\x05 ‹™\x06 L%\e\x1D m "
b"k#à>à—Ge˜mfàs\x03\f < "
b"k\\r #Ÿ‰JFž\x10 Æñ#kŸ½ "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"kñóÀ£kB£²Bæfb§—\x7F "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"l¥g╩oHAx¥Éö\x05\x1F\x00 »ý "
b"l└Ïq+VIü©dE¢╦¯` "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"mIÅûý©Mt¢èvœ\x08 ]p< "
b"mÐÕp7{IX¥*Ö¹§Â}\x1F "
b"mû¾8UÃBÎ ªc\x1F ²úY\x1C "
b"ns@¥öÅM]ì^¹ª┤(OÌ "
b"o\x10 É Ñ®K5—‡+Iýf—ø "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"o2zÀ\x00 ·@~»(X\n B\x14 ç\v "
b"o@ÇáíþEî³\t\x01 g',\x06 ` "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"oêêÑêûL×´õÝó×ãI‹ "
b"p¦Ù\t 6XFR©ˆÈˆ+xÄ- "
b"pÊ#·Ü\x0F IH¨\x04 -Tþ¤U˜ "
b"pËR5êäC™¯Hïä5lÑŸ "
b"qD\x0E £%’D9¥—¾ñêá†X "
b"qO1{qöN1¡╔├ìÝ\x17 ´Ô "
b"r,\x16 ›Ê-@k§û\x1C {ÝÔ™p "
b"r`IAs{A\r št^K\x17 ˆ÷Ù "
b"rzG4%DAÞÅ\x15 ¡╬o╚▓â "
b"r¬ó\x01 8\x12 Kéžùì\x04 Dh\x17 š "
b"s\x13 7`w;@OÅÐ^\v yyÖ\x1D "
b"s‚zÂaTIf¸þöЙ\x12 úé "
b"t╦Sõ\x01 ¡NÉ©[\x00 lkü\x19 é "
b"u\t …™´FG†§…hBûÁññ "
b"ut±ûWôK¯L>]Êâ‚\v "
b"v„ùtH…IW’ö"ñaã¡& "
b"v¥2¿î─Iö╝qüi\x10\x1A U$ "
b"v Ñ0oGNÒüÌôûù═uê "
b"wåïk@oHó®6\x04 ~<îŒÕ "
b"wþE)a{@’›\x00\x18 NëULF "
b"xíýz┐MASïÆàì▒æ)n "
b"""
xÅ+\x07 Ð9@N™F!êS\n
s2
"""
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yé0╚\x1A ¹M\x08 ©\x0F §É╩e£░ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"zàƒÕ´¿JÍ¿ÇÌÐÉ/þ* "
b"zãk/Y³E‘¾MµQ\x11 ÓÝp "
b"zöoAWÿJ}Œd§¡½\x0F UŠ "
b"{[rC9\x01 M1½yÂüaÁûŠ "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"|ƒÚü\x11\x15 D ŽÕÂ\r {ËOû "
b"""
}¤\x11 Kõ’J<„\n
™Þ¼Îƒ&
"""
b"}®n¶l¼G©¶;«zFVìã "
b"}È!8'¯NÉ™Ó5(ý\x04 õW "
b"~\x13 Ý\x10 ßO ‹JÒ×;¦™ü "
b"~Z\t\x17 œ›M׌H!ãt£\x1D n "
b"\x7F 9\x03 †0bKĉJó¯æ'a_ "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"üVå\x1E åwEl¼Ä1q─C¸\x1A "
b"üWìÃCÏJcâÉ\x1D \j`_ù "
b"üXô·StCî¡-M\t ╬vÛP "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"üó¦\x05 BÇBßö¬Ü;\x10 8\x12 a "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"‚sôm?¾G.¶xË#Õ¾ßl "
b"ƒ)¥NlÂDOº:hºÃÔ…q "
b"â/TüwjLÐàªÑ3ûÆhô "
b"ƒ¯¢Õ6xN§¹kÖÓý~Or "
b"„>aôšÕD‚Ÿ\ ƒKÕnE "
b"„Jà]¤ŸAç¨é©©µSòÿ "
b"ä~Ã▓┘¢OXó┴¹▀ì5kD "
b"…ÿ)êO\x05 Js‰iaW-𲘠"
b"†1\x1C ï,\x1D L2‚FÓ\x13 V’£ "
b"åe·╣!ÒCÖülÂ]▀├{´ "
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"†L5VúJ޺僜Aá( "
b"‡‰%çò\t N¿º©\v ú\x0F 0\x13 Ú "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"‡µ~ø7sM×ÂT§¦‚O½ "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"ˆXêˆ \x07 Lk½Ì)Ïv\x1C =ë "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"ëóHÓ¢ðG8íÒò├\x19 Ø1ô "
b"Š@SÂÀ¨C½•&)R8e› "
b"ŠB6ÇbÀJ‚a3ßVíÌË "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"о£)Ý…E›«\f ±¼åô\x01 £ "
b"Šýœ%z•OMžU\v Î×õ G "
b"‹—´[Û&O£¼Î\x7F »Œ\x07 ~ "
b"‹Ç,‰uöK/¤Œ!¶ÑO‚« "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"Œ_\x1D òNJD§åøÑºž¦Þ "
b"ŒÓ#\x11 óÜF+‘ù]”^¦r§ "
b"ìÅÅæÑ®AlÀ÷8M³VñY "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"ÄDÈT"kD╠¬F\t d.tüT "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"É\x04 q<º╦Cs½nýe \x08 5ñ "
b"É.Z«°\x07 D»ä×á╣═̸? "
b"É1fßÿSL¡ï³w/Þî7N "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"‘-ŒÒp\x17 D\x13 «Ò 86odƒ "
b"æq┬÷Ë\x1C Lìâõ6˸E\r ┴ "
b"æü§°\x11 Ä@rû \x00\e Ù«ùã "
b"‘Ú”1#ïHv®AFè\x07 ¸‰Ü "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"’\r 4²\x01 $GݵòïËiê;¢ "
b"’1ô\x1E\x03\x16 BÅ”\x1D “¡<¶×\x0F "
b"’[æ™RðL=¬·\x08 <#‚ør "
b"""
“?”Û3›Ht¬fuí\n
úá
"""
b"“˜—ˆ6SHy¨¬9h\x17 -'± "
b"ô╦e´íkJ{èüÉdOµÀE "
b"ôþ3_\x17\v MÉ┤ìÀá\x1A <éÌ "
b"”\x0F bà@\x1F B§ž!ë‘°6\x07 U "
b"”'Á~ò›M…ž¦iö³\x1E í\ "
b"ö\\x07 ├ìG~ªÚXCó1vÅ "
b"”~cwîIHì³YžN‘´»” "
b"•6<eœéJ\x08 ¾¾Àú¨†—S "
b"•s\x00 =ßõ@\x00 §\n ÔÜd‰@Ö "
b"ò÷tæ×öF*üÇ\x1F ?âÖ\x15 ¨ "
b"û\x0F 3Ô²┬H=¥n¹ßëÅ\x17 = "
b"""
û\x10\x17 c\n
\x1E L¸¬Í=5ÅÛ"\x1D
"""
b"–SÒ¨”jLI»²–V& "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"—6Áå¶%DQœE]x@ö¹Œ "
b"—Ï$àq‰FŸž«×+n<“. "
b"—àä’\r ˜A‘¯PÇtÒ_ïÏ "
b"˜\r SH%ðO‡±a\f Nu½1Ž "
b"ÿbîr▀CL~Å`\x02 yGë#W "
b"ÖP╝ö\x06 ¢M~¢q9\x7F é´|ì "
b"™yÒÑÖ\x13 EŸQéén…\x05 "
b"™~\v Ôð2@ÞŠO¸¾à{\x0E » "
b"Öï[╬ì×N`¢╗£+Ù└±§ "
b"š\e !õ2ŸI©“òùÅ\x03 V”¦ "
b"Ü&ºCC\x1C K ïç;F\x02 É`B "
b"Üz¤]±-J§ÿ\x18\x16 HÞuÊÉ "
b"›*¯t\v ãO3ž—TÊØÓÕi "
b"›Ä\e ãíÆE„¼ÑæE\x02 €#ú "
b"øÍÆH\x15 ÉF¥Ç\x04 ~é'╬d½ "
b"£¢═\e\x08 KA½Ø¼oAb·0² "
b"ØÊH¹zÍO╬ƒt"z┼\x11 9 "
b"ØÊLê(┼N!é_=bÙ■«w "
b"ØÓµf\x10 5Cªü╩¹╔½)Úû "
b"×s#¼è1A¦á>É\x03 ÿ\x1F óà "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"žÖw\t uôBJ¯í«2][\x16 ¬ "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (0x000E78494746419F93E1C5E7568B28A9 , 0x004C6B7CCC86489EB512185989ED93CC , 0x00C7742B06DA43629AF3D2218CA2CFBC , 0x00E6D125A8164445AD9E256017DDFE48 , 0x023CDF99DAB749168E91D9467FDF67AF , 0x023D7199C6194714915C61220E03926D , 0x02B18EEBDE9B4D0594BAB9781F20465A , 0x02F29BE172AE413A9A030155427CCFF6 , 0x02FEC7FAD7414A55B4BC829101FFE993 , 0x036DF813F0C44E979B4FF3168D9060AE , 0x0381DA937A8C493BAB3267ADB4E2D388 , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x03B9726F8B75465285BCC8CA586EADFF , 0x03EE0C7253214EAC93634C61313033A1 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x03FE7DDE062546BCA8EB2E63E806A391 , 0x04490BAD6D4A41ED8A3C643B17789612 , 0x051E59B2144643A1AB595782AEA5D9F0 , 0x05CE81FAE6F74E1FB02DA8890460811C , 0x05D8334F1587444F965532BF48410BCA , 0x063E143222BE43329C2728A049D6A1CA , 0x065D368F13694C769054DE2CF3F64D57 , 0x06F08B688E1346A98DB524CE04EC5A26 , 0x0730D0571D964860AF67DBD42940FDFA , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x076DDB785EDB4D0B89B813B37E2EB6B1 , 0x079CF57DB64948978D875EB32434ECEE , 0x084641F086534B54BA4CB14E92DA3EFA , 0x088B9FD394274F28B66DB1919EC3D8C0 , 0x09C4E45EA5724CFC8BEA4A2DDABA6C0D , 0x09EEC78086AF4BD1B0DA2304A73EAF83 , 0x0A397D8282194BE7B1B5A5DD99C108CF , 0x0A52951CBF4F4BC0917844D27286DB18 , 0x0B002EF63BCA4B15A7572AD30F043183 , 0x0C04BDF5E53442039B0D1DF5C2B02E16 , 0x0C0F67A446444B58AA06829D0E1AEA46 , 0x0C59DDA9C6CA4B228546C4A848E8B12F , 0x0C6E9A4AC9A641A6B6F0465C63AB5EAB , 0x0CCD9466813A47F3985D46F7A12F423E , 0x0CD50C2E5FD3484CBA56D80087417820 , 0x0DB9778840534791BCFB9308E97430D1 , 0x0DF4AE7A806048C7B21C77F57EAC11FE , 0x0E27495A0E1F419DADF9EAF0C67CCB96 , 0x0E45F6EF831E423F97F70C84A2E1DDC0 , 0x0E6410ACA767400CB4C432015312CB68 , 0x0E95953C585F452F8C87EBF4632F69FD , 0x0F36664F01AB42C0B4338739B51FF205 , 0x0F528AF7345344719448AB2BC0CB2D60 , 0x0FB74FA68C7B4A3C88498F340940806F , 0x0FBBDF3D760D4A92B3279907EDAE91F2 , 0x0FDD45E6BE324150BCD60F13DBBAD240 , 0x104C16C741FC491589DC2FE38F5F6B01 , 0x10DEBF78158F428A809BEC87DCB5B014 , 0x111834A4868F48308B53A94B922D2681 , 0x1147EACEB9EB401D8459123E30C3B618 , 0x115ADE2DAAA94C3283A47A94C59F3701 , 0x1248829456304A239F26653AEC38F40B , 0x1299088D90AB495697B988F0696D2A89 , 0x12F5E362013143CB9F25173E6E6867A4 , 0x13B2A2DC5647484AB4FD4D69364CEE18 , 0x13BA4BF9C2184CE08760221F712BDF58 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x13E484813E26467B94EF9071C9C40E97 , 0x140861A7A2D54157B709C67C35AAC18D , 0x1493A98590E84B1B80F09F1A51445383 , 0x149B7FA3F9724126A7C35F8F3E8E65ED , 0x14A7CD0711784122AC2CBA4BAA3878DD , 0x14E993C4930E4ACEBD2DAD070B5510D4 , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x1532CADE2FFC4C5FA639C7B5E8BC3F7F , 0x15A0952AB3DC44769641DEB1E19D6D1F , 0x1650F06F1D8D41F2AC2E949B37CD6AFC , 0x165A5B5761174286A005574130F19C49 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x16E671D99324405EA186C55E3F415DF5 , 0x16FB8ED5CC8D471CA12C6F4EC9807527 , 0x1714F3341F124CDD872BB6C46A5C53B5 , 0x176F32D86CE646A597366E61B58A4820 , 0x17AB7BB98949482A947BEB24523B4642 , 0x17FFEE3FC0284CBB87246A2742D33A98 , 0x19A0886ADD614B35A958F7EC0CD6D58E , 0x19CAB60C6145494A9D96D6DBE8A06088 , 0x1A29189313C14C0ABCF3CD20D671EDE0 , 0x1AA82CFD09C1402C8B4A32A5D15850C2 , 0x1B3AB03880DC47EE86CB07956C5705C0 , 0x1B8390E348E641CA8590E1A134420943 , 0x1C170A1F9C8D4358B14A74722B30598C , 0x1C1764D949694E72A3CE4FC109A67820 , 0x1C45C12A13D5456287AE65431FE803DE , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x1D1A1C7E2726478BBC28E17198B3B1F9 , 0x1D1AB794A5744784AFCF86F4FA831988 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x1D4C541973E04C26B3E32565995022CF , 0x1DA738EFCE00432F9339950D114A6AD7 , 0x1DE06555D75E43F58D77F6C6D6D9F936 , 0x1EA1068CE3994BE6A12F116DCB2D20A3 , 0x1EB9FF642EFA466AAAFD06A06FECDD83 , 0x1ED42AE466A24C0F86D6AE925A1DF54C , 0x1EE1D3BB6958492BB63C9A5CC9FBFE7C , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x1FE219D843C54A3690FDEFDF79E14992 , 0x20541BDC71744DC294A67B88D38AC77F , 0x214AFB4EFE444F0F8C0FFD4025E74A03 , 0x214E36B2A07B4C91853E8B78BB726ECC , 0x221A99A3AFE646C985BC71B5F62A7783 , 0x223CD0F094B84AAAB9B2B31EEBF3F1D3 , 0x22704187C62E4A379E4E6D0604314CFD , 0x2285A0B6F28340F895D2AB5D023343B3 , 0x22B0F0E722734187837658F40DF14A85 , 0x22EC1E2D5AD5473EB634981CD71DDFA8 , 0x231B401911824DA9A64E3143DC5B4B62 , 0x235BD002B0C149FBA29409DCE6CF5031 , 0x236FFF7C2E314C05BDB0A6EC455EB501 , 0x23A8A021D6E74927880892F07E4511AB , 0x23AA694D77784F6A871EFB396D2D4AF9 , 0x23BCF96BB6434F4883DDFDB667FA2EC8 , 0x241F7947A6C844C39123F1BB089B8F1C , 0x24A8D5589FE1443B90C22DF98D9BBC93 , 0x24B6B5E3C1D24FE882E5BE009ABE2A43 , 0x258E7089FA5E402BA6DE9153D874B583 , 0x2644AF97C10D4DD1B18E00F00852A845 , 0x265CC661F02C468EA3F93A90C4BCFBDF , 0x2679AAE25FB44AAC8594400FFA321248 , 0x268EB76483FF4961A4EFA4AD1E3E0DA8 , 0x26945E43FCE1460A9F3174CCCF5E5D3D , 0x26CB6767DB8B4DB1A9D08581F523B008 , 0x2708935C997747F39567A13629E5262C , 0x27110AA2A55D4B209D097D5075DD5CC4 , 0x2759F563F4F04881B23B4DF95B4A1D68 , 0x27823B2C6CAA49BA9A1D509586268B53 , 0x284691BDB32849FE85AF8109A1FA73F5 , 0x28979C110E6E4C91B97CCE2E58357FB9 , 0x291BABAFD0334EAF9E5B2A4B29A76579 , 0x2932543182AB4A8DB4D48E8B2C1ABE6B , 0x296853A57E3042EB8D27F237B1F147B6 , 0x2A985BC7AB354793B75AB55EFA101295 , 0x2AB40BCDD1194FE5A52CC0B6C8743828 , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2B068EEF0C8B4C769A733013A16598EB , 0x2B49630553C34FA28671F93C714DDE5B , 0x2B55B2D704B944A58843A868FDBE9A4A , 0x2B562E482F024D9EAB8FD0986C3F32C9 , 0x2BA7E970A5A04298ADD706919F27D437 , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x2CBFC960D1AE40A6AD43B9B845EF6DF9 , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2D1A6F62A5424CB7AB52B1FBF8C9618D , 0x2E10EC5A82AF4D8D934FF33451ED952C , 0x2E46C07797754B2F871541EDA5B8DE80 , 0x2EC5D38D655D4C0A8CB9D33A3454962A , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x2F552C912F83453D866450DDB3751D1C , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x30464460872B4D189C27AE3AE6FA25E3 , 0x31553359F3114CC78DB02C09A8A765B3 , 0x3166A7D7D23249A4B7BE3B0476659AAA , 0x31948A40974146D9863DAC0D6BFEDD2F , 0x31EE99BCC2D84A76A1750F8B1EA07D2B , 0x32394360AF5E4392860C70652F425BA1 , 0x32C446631BBA4B2B9DB5392C712A8732 , 0x32DFE8CD47B246128BAD8FB9CB77EB2D , 0x33703FCBD9704D8787551F63FC67F6C2 , 0x337C3EB12B824127B9226ED29750630B , 0x33C7ABF49BDE497E82975BE5863066FA , 0x33D58CD52408459189C250399FEFDBEF , 0x33FB6BD50C074963B1C2367DA002E5BD , 0x3439C7271B0B4B87B9918EE485D73856 , 0x3504DE3E71AA4E5996C37D7A411CDC97 , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x35A1D8F7122545648733B5898D2FF657 , 0x36F3987006544B1A9900C948AB42FACB , 0x37BBCA7FFD0B4942910DF6763D877BCD , 0x384FCCE973E94C9EB094BD834AED7868 , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x38A3C23A7E5A4D50A663C173E7E7DE17 , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x38BC74B82CCD405CAEC26CA87B6185BA , 0x3906E00B1F9C4DF4BBDE20C4DE1CA245 , 0x39327093A91443089C98B9EA9F253F11 , 0x39550F067563402092836E06FFF604CA , 0x3973F264129445C28816366FA3FDE3C6 , 0x39EDA57BC936444FA00676C169CDF970 , 0x3A29CE3128754D37A66782FBD3A80A32 , 0x3A910E4D32484344B9B13CCA7F3566E8 , 0x3AD5FEF426A4483DBA71DE845B953369 , 0x3B3B1EC985C24603A1B7ABBAFCF533D1 , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3B43B8FF19784CA5956D47030CF4198B , 0x3BA017895D9C432D86E91FA6AF7F2723 , 0x3BC70989E0B9458883EAB091085E53EB , 0x3BCF96E6781D46F594881ABC49168405 , 0x3C18F97D531F4849A707236FC527E897 , 0x3C570AF019F048C58300801EFAF15411 , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3C7AAFD5B5C649809FC2F9C719D89ED9 , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x3D110CF4B76F41619CA612747A681685 , 0x3D20DC3A67DB47418DAB130C7245F38C , 0x3D3231DC75DC4F51BCE4317057743F1C , 0x3D50CD168A524B08A65755162D2B2478 , 0x3DAA04A0EDDF431CBC25F7D7C979B2AC , 0x3E2430885A26421793CAEF4AE6FC87AC , 0x3EBA2384486F41619CC3E54B0CA8BDED , 0x3F1E1D3557034787ABB3C900508CDDA6 , 0x3F31DAD15F5F45F190676B700DA0F4AD , 0x3F69536B990446B2A8160180F27F342C , 0x3F752674435B4639AD721F579543919E , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x3FF53361552B4F10ADB8D8F884BFBD86 , 0x402DE0F47FAF4912BD024739EEDE2A1F , 0x403A32D047FD4E48B93627BC62BF5237 , 0x4067EB1DCB754B5DA971C38A6C73FE07 , 0x40C3C866042B4BC994AA5C80C37F24EE , 0x410A765BB2264DE1A8337773A95D0233 , 0x416E283A549F4C6FAED57EE4E01D998D , 0x41AE7D1D9B6A44D0BB76A612A37FAD80 , 0x41B4A5521B4F498DA836440C8651C733 , 0x4213AE1798AC4559BF868B271CE2260F , 0x425519804CE7446E80697EBC8E4C780D , 0x42E180EB8FB544ED9E17185BD9504E1D , 0x43A22A8CD08041F2AE945C8637443776 , 0x43ECEF91A9C04D2CBA5CE77658B14D1D , 0x444157E6B34A463DA1AB8BE13210DABD , 0x444D22F611D34385B2CFC058601445A2 , 0x44AA9A8A8B4849C78E3CD793F5D3B0FC , 0x44B1604D591C4E5DAE3407C0CF9B9149 , 0x45537D60180E4B98B92911D8DB481B93 , 0x456E57E125244880BA870E7E9449E59F , 0x458AAB63EB774913893961D8722C21B1 , 0x45CB467C952D4776B9F697D93793E515 , 0x45F02346D49F482FA87021603760A026 , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x46B00B4B6678443ABBBDC2876BBB0C50 , 0x4722AF1BE2334527A240B9232CFF2F7F , 0x47358FC8A49144D6809BC0823DD13D11 , 0x474498D8F7C348749EB608E75E1CACC1 , 0x475728A3A3DC47078C07F04BBD0D4805 , 0x47C26549416949F8A5AFA924600369D7 , 0x487E9CCBDDCE44F18F8CC87FBC9BC54E , 0x4921286D42D74468824196D62AF518FC , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x4A196D4EA32D4E8DB306855C7E25EB2E , 0x4A6B17BB0A994F04B35658F17CA6808B , 0x4A8140DFDF084875889DB1326DDCE5D7 , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x4C8D460F8BD14CF98FB34B111305AE29 , 0x4CF27E85ED644713BEA9695FFB82A5DC , 0x4D5244CC16944C9BA63D5EA6643CA7D7 , 0x4D933A2D9C2840C7B29378325BE43D1F , 0x4DE98C4B997340DB98E42A0C56A12A4E , 0x4E2B3F6B6C764351884F5FE6D925E333 , 0x4E4BF3D679294683879CEAAA09C80EE6 , 0x4FCEBD63A49346EEAEF0BFE7A7B0026F , 0x50F7C80E88934935AFD454F903598120 , 0x51380AD680D24E75970528ED4EA33582 , 0x515A2F2BE34F49E6B95CA39DCE28B228 , 0x515D8D1A4C524B299EA9BCBE1B79997A , 0x5179F73242A240339784A8E450FD26C4 , 0x51BFB03C8822403CB07EFBCFC0B4DB88 , 0x52EAA799988E4DF79E528B231C35F365 , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x539A0B5FF25C44D1B5886661E963010E , 0x53B4476BF9764EB9AE12A142217B2B69 , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x5410149383F94398823E26DFFD0CD7FD , 0x54125CE1B2B54E19BF9D597E994A4ACE , 0x547E9CE2F7CC42C2AB57D883372F2EA1 , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x54B8F806E1A747DFB60C858CA5EB992D , 0x55688327B4D244BB9F3743839EE51610 , 0x55A6380943964B63B1BD92F3A145D564 , 0x55AF14F7AED74FDA8F43E181C50B3E37 , 0x55D5C8C81B0944B4B03071D9203F4436 , 0x56FA1720FE0B43E5B81F90C522276CD9 , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x574D42A415954B908669D1FFE9C4E07A , 0x5755C72E63A84B08ABC87C456E0AB5DF , 0x5757A6279B5C4631B9D3D197B930CBFF , 0x576F1F0D41FB47299EF5BA629121D988 , 0x57A1ABE8457742C6877CBBE2D1963EE5 , 0x57A3699EB1384EFE825AB42FD41195F7 , 0x583A36DCB76347808B3E3A60D194D68E , 0x586605A45DFA4BCD81F2BE4BEDF2EA40 , 0x5892C7464CF4418EBB0748DDE3288FBE , 0x58E6839684784375A0FEC3145B7F6D28 , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5904FC12EE3C43EB98F383F694035A6E , 0x59215B92429743928DFCE62982FAD47D , 0x5960B6EBBF364B2ABC31BB46F31EEEB1 , 0x597D693048894FE1968F74200B231A1C , 0x599920B3731B481F81AF68FEEA9F04B6 , 0x5A916ECA05FE452B9ABABB45A9040607 , 0x5A93167FC466434A8A9B765BC2A68AF0 , 0x5AB6027C59714AE7BDFCB5B2799F3AFB , 0x5AB95119F30144BF8BC8D2C4D8A90DE5 , 0x5AC0C52A44F94381B946C80E39C8724B , 0x5AC4E3ABDCB64C55BA74A1DA9A9D91D9 , 0x5B2E987FC8B743B4BE7D6548B11F52F5 , 0x5B8C9FAD181E46999423B7DA40D3294B , 0x5BC6FB53B3A64F2AA2E7E1B5D003F631 , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5BF76F60A2D54E1C96BF197E97C6867F , 0x5BFE74F729AE4901A836576C3C95419F , 0x5C5A61E95260485E94FB34678A84EE5F , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x5C8090420448460380B516080DAA7E7A , 0x5C8CBB7AB3D24993A4A745453754E5DA , 0x5D70BBB6603742849958C2F2BAA2FFAB , 0x5DCD361EE6C743688B2DE56396F4B12B , 0x5DE9729A458B477CB9FA58C1DA66C0C7 , 0x5DFD1EE3DBC44B8EB1F37F442959E478 , 0x5E15039CD55743CE8781DCA7AE776340 , 0x5E5221FCC0D04F7E970C8D9A6FB404C0 , 0x5E83136C2E41456DB9EE544DAFD1CBE7 , 0x5E87C15C74E84777BE1AA23AC6739EB1 , 0x5F0A0A6F2AA043A99DB326D77D8AC467 , 0x5F348278D6C942F48C170C1568E9BD6F , 0x5F5DA1E885B24B74970B4D15F02F15F2 , 0x601F1194400D436AA44E887353DF1052 , 0x608B7BE609C14A2CB515FAD2368CAB25 , 0x60C0F55F7F8D4F999B03D146D3C72DA3 , 0x6108E85DEF2E4EFCB9FB08777C109E12 , 0x61685DCBAA004B3BAF3DAEE7060E02DF , 0x61902E7B1514459595127E76693686E6 , 0x61F7F94F72E34138B39D22849F832661 , 0x6328781E0C74442D8AEF332FD8246E75 , 0x634B2B1E893E40699ED50AD421A81124 , 0x63664137148C477680D946AFD432AAE3 , 0x637B3425981F408F9A29048829C6ECF0 , 0x6425A0B2DB4343F593B0D787627A856E , 0x649A930A7AD34341AD5F01C01AA64714 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x651D1BB89E9D4EF2A239308516B73712 , 0x653B8D7480484FD3AD2A4B11D5E202A6 , 0x664037C6162D4893884A450DCD63A955 , 0x66618B6F399A417090C7157DC0FA6BAA , 0x675F061C474F443B806A46A87A36577B , 0x679DE757A14E45368E4AD4319AD94F84 , 0x67AF43E7978A433BA54D3FC68CC15BE9 , 0x67FFEDDDD0A64D66AAF69C7455AC746F , 0x687EF335D7B740099E2B7C5F9F2194C9 , 0x69010C03AAF04DD9B905C13A58D3FF86 , 0x691C58C00E9F4C119BC8395B65D0509D , 0x69972F26F237498B8E817547D3B7F34B , 0x69A2D8663A9A4204A78EDE6E9C993470 , 0x69BE758D6B384CA3A9D8418F45C93A2C , 0x69D3B3899BD148D5AEE64459FCAB0EE0 , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6A483037E868442986E91B8ADCDCFE31 , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x6ABB7C43672F49058B99064C251B1D6D , 0x6B23E03EE0974765986D66E073030C3C , 0x6B5C0D239F894A469E10C6F1236B9FBD , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6BF1F3C0A36B42A3B242E66662A7977F , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x6CBE67CA6F484178BE9094051F00AFEC , 0x6CC0D8712B564981B86445BDCBB6EE60 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x6D49C5FBFDA94D74A2E8769C085D703C , 0x6DD0D570377B4958A52AD6B9A7C27D1F , 0x6DFBBE3855C342CEA0AA631FB2FA591C , 0x6E7340BE948F4D5D8D5EFBA6B4284FDE , 0x6F10C920D1AE4B3597872B49FD6697F8 , 0x6F29FB6248864DC18748C4047320EA06 , 0x6F327AC000B7407EBB28580A4214E70B , 0x6F40C7E1EDFE45EEB3090167272C0660 , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x70A6D90936584652A988C8882B78C42D , 0x70CA23B7DC0F4948A8042D54FEA45598 , 0x70CB5235EAE44399AF48EFE4356CD19F , 0x71440EA325924439A597BEF1EAE18658 , 0x714F317B71944E31ADC9C38DED17EFE2 , 0x722C169BCA2D406BA7FB1C7BDDD49970 , 0x72604941737B410D9A745E4B1788F7D9 , 0x727A4734254441E88F15ADCE6FC8B283 , 0x72ACF30138124BE99EF9EC044468179A , 0x73133760773B404F8FD15E0B7979991D , 0x73827AC261544966B8FEF6D09912FAE9 , 0x74CB53E401AD4E90B85B006C6B811982 , 0x75098599B4464786A7856842FBC1F1F1 , 0x7574B1FB57F44BADAF4C3E5DCAE2820B , 0x7684F9744885495792F622F161E3A126 , 0x76BE32A88CC44994BC718169101A5524 , 0x76FFA5306F474EE381DE939697CD7588 , 0x77E5EF6B406F48F3AE36047E3CEE8CD5 , 0x77FE4529617B40929B00184EEB554C46 , 0x78A1EC7ABF4D41538B92858DB191296E , 0x78C52B07D039404E994621EA530A7332 , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x798230C81AFB4D08B80FF590CA659CB0 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x79DB368464EC40EA9B82FD28ED32061C , 0x7AE083D5B4BF4ACDBFC7CCD0C92FFE2A , 0x7AE36B2F59B34591BE4DB55111D3DD70 , 0x7AF66F4157FF4A7D8C64A7A1BD0F558A , 0x7B5B724339014D31BD79C2FC61C1FB8A , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x7C70F22F38E7423599767838DD0C879C , 0x7C83DAFC111544A08ED5C20D7BCB4FFB , 0x7DA4114BF5924A3C840A99DEBCCE8326 , 0x7DAE6EB66CBC47A9B63BAB7A4656ECE3 , 0x7DC8213827AF4EC999D33528FD04F557 , 0x7E13DD10C39F4FA08B4AD2D73BA699FC , 0x7E5A09179C9B4DD78C4821E374A31D6E , 0x7F39038630624BC4894AF3AFE627615F , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x8156861E8677456CAC8E3171C443F71A , 0x81578DC743D84A6383901D5C6A605F97 , 0x815893FA5374438CAD2D4D09CE76EA50 , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x81A2DD05428042E194AA9A3B10381261 , 0x825ADF411018471DB7521343B27CF396 , 0x8273F46D3FBE472EB678CB23D5BEDF6C , 0x8329A54E6CC2444FBA3A68BAC3D48571 , 0x832F5481776A4CD185A6A53396926893 , 0x83AFA2D536784EA7B96BD6D3FD7E4F72 , 0x843E61F49AD544829F5C20834BD56E45 , 0x844AE05DA49F41E7A8E9A9A9B553F2FF , 0x847EC7B2D9BD4F58A2C1FBDF8D356B44 , 0x85FF29EA4F054A73896961572DF0B298 , 0x86311CEF2C1D4C328246D313AD5692A3 , 0x8665FAB921E34399816CB65DDFC37BEF , 0x8684557620DB45669553CE42BDDE0830 , 0x86AD4C3556FA4ADEADBAE5839C41E128 , 0x878925E7F2094EBFBAA90BFA0F3013DA , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x87B57EF837734DD7ADC254A7A6824FBD , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x8858EA8820074C6BBDCC29CF761C3DEB , 0x8955C591D9DB44BF95828719E046B8A7 , 0x89A248E0BDD04738A1E395C3199D3193 , 0x8A4053C2C0A843ADBD9526295238659B , 0x8A4236C762C04AAD826133DF56EDCCCB , 0x8A6D1C301E614064B8D76C70D7106285 , 0x8ABEA329DD85459BAB0CB1BCE5F401A3 , 0x8AFD9C257A954F4D9E550BCED7F5A047 , 0x8B97B45BDB264FADA3BCCE7FBB8C077E , 0x8BC72C8975F64B2FA48C21B6D14F82AB , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x8C5F1D20F24E4A44A7E5F8D1BA9EA6DE , 0x8CD32311F3DC462B91F95D945EA672A7 , 0x8D8F8F91A5A9416CB7F6384DFC56A459 , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x8E44D454226B44CCAA4609642E748154 , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x9004713CA7CB4373AB6EEC65FF0835A4 , 0x902E5AAEF80744AF849EA0B9CDDEF73F , 0x903166E198534CAD8BFC772FE88C374E , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x912D8CD270174413ABD2A038366F6483 , 0x9171C2F6D31C4C8D83E436D3F7450DC1 , 0x9181F5F8118E40729620001BEBAE97C6 , 0x91DA943123EF4876AE4146E807B889DC , 0x91DBCE9277424181AE319BA6FDE53987 , 0x920D34B2012447DDB5F2EFCB69EA3BA2 , 0x9231F41E031642C5941D93A13CB6D70F , 0x925BE69952F04C3DACB7083C2382F872 , 0x933F94DB339B4874AC6675ED0AC3BAE1 , 0x9398978836534879A8AC3968172D27B1 , 0x93CB65EFA16B4A7B8A8190644FE6B745 , 0x93E7335F170B4D90B48DB7A01A3C82DE , 0x940F62E0401F42A79E21EB91B0360755 , 0x9427C17EF29B4D859EA669F6B31EED5C , 0x945C0720C38D477EA6E95843A231768F , 0x947E6377EE4948ECB3599E4E91B4BB94 , 0x95363C659CE94A08BEBEC0FAA8869753 , 0x9573003DDFF54000A70AD4DC648940D6 , 0x95F674919E94462A81801F3F839915F9 , 0x960F33E2FDC2483DBE6EFBE1898F173D , 0x961017630A1E4CF7AAD63D358FEA221D , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x97035B902597494AA57EDB6B3097CDA8 , 0x9736C1E5B62544519C455D7840F6B98C , 0x97CF24E07189469F9EABD72B6E3C932E , 0x97E0E4920D984191AF50C774D25FEFCF , 0x980D534825F04F87B1610C4E75BD318E , 0x98628C72DF434C7E8F60027947892357 , 0x9950BC9406BD4D7EBD71397F82EF7C8D , 0x9979D2D1D61345C29F51ADE9E96E8505 , 0x997E0BD4F03240DE8A4FB8BEE07B0EBB , 0x998B5BCE8D9E4E60BDBB9C2BEBC0F1F5 , 0x9A1B21F5329F49A993F2F9C5035694A6 , 0x9A26A743431C4BFF8B873B4602906042 , 0x9A7ACF5DF12D4AF598181648E875D290 , 0x9B2AAF740BE34F339E9754CAD8D3D569 , 0x9BC41BE3EDC64584BCD1E645028023FA , 0x9BD69248159046BE80047E8227CE64AB , 0x9CBDCD1B084B41AB9DAC6F4162FA30FD , 0x9DD248FB7AD64FCE9FF074227AC51139 , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9DE0E666103543A681CAFBC9AB29E996 , 0x9E7323AC8A3141DDA03E9003981FA285 , 0x9E75FDBE568A4561B82F0A8C78018893 , 0x9ED6770975F4424AAFEDAB325D5B16AC );
Copy
82
17.13 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"""
\n
R•\x1C ¿OKÀ‘xDÒr†Û\x18
"""
b"\x0F 6fO\x01 «BÀ´3‡9µ\x1F ò\x05 "
b"\x15 áò*│▄DvûAÌ▒ߨm\x1F "
b"""
\x1A )\x18 “\x13 ÁL\n
¼óÍ Öqíà
"""
b"$¿ıXƒßD;É┬-¨ìø╝ô "
b")\e «¯Ð3N¯ž[*K)§ey "
b"3ÕŒÕ$\x08 E‘‰ÂP9ŸïÛï "
b"49Ç'\e\v K‡¹‘Žä…×8V "
b"9\x06 à\v\x1F œMô»Þ ÄÞ\x1C ¢E "
b":Õþô&¤H=ºqÞ„[•3i "
b"@-àô\x7F ¯I\x12 ½\x02 G9îÞ*\x1F "
b"""
Jk\x17 »\n
™O\x04 ³VXñ|¦€‹
"""
b"V·\x17 ■\v CÕ©\x1F É┼"'l┘ "
b"]éršE‹G|¹úXÁÚfÀÇ "
b"d% ²ÛCCõ“°×‡bz…n "
b"jH07èhD)†é\e ŠÜÜþ1 "
b"o2zÀ\x00 ·@~»(X\n B\x14 ç\v "
b"qO1{qöN1¡╔├ìÝ\x17 ´Ô "
b"s‚zÂaTIf¸þöЙ\x12 úé "
b"¥õŸ%ñ¶J´â¨˜í‚\x1D ` "
b"Ò¤r(ï\f OCŸæ;\x17 `kš¦ "
b"ܵ¢¬eÏKT’=ôv .)u "
b"èñ˜åLLJ\t ¼\x06 ¯\x1F !æ˜Ø "
b"Ù©¡W%:LýªÅAfK\x15 Ý┼ "
b"\x00 Çt+\x06 ÚCbšóÒ!Œ¢Ï¼ "
b"\x0F RŠ÷4SDq”H«+ÀË-` "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"$¶µãÁÒOè‚å¾\x00 š¾*C "
b"&D¯—Á\r MѱŽ\x00 ð\x08 R¨E "
b"+\x06 Žï\f ‹Lvšs0\x13 ¡e˜ë "
b"1î™¼ÂØJv¡u\x0F ‹\x1E }+ "
b"3|>±+‚A'¹"nÒ—Pc\v "
b"<W\n ð\x19 ðHŃ\x00 €\x1E úñT\x11 "
b"@gë\x1D ËuK]©qÊlsþ\x07 "
b"Eð#FÔŸH/¨p!`7` & "
b"G"¯\e â3E'¢@¹#,ÿ/\x7F "
b"MRDÌ\x16 ”L›¦=^¦d<§× "
b"Oνc¤“Fî®ð¿ç§°\x02 o "
b"Sš\v _ò\Dѵˆfaéc\x01\x0E "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"Y\x04 ü\x12 î<Cë˜óƒö”\x03 Zn "
b"[ŒŸ\x18\x1E F™”#·Ú@Ó)K "
b"""
_\n
\n
o*áC®Ø│&Î}è─g
"""
b"a¸¨OrÒA8│Ø"äƒâ&a "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"g_\x06\x1C GOD;€jF¨z6W{ "
b"i\x01\f\x03 ªðMÙ¹\x05 Á:XÓÿ† "
b"i\x1C X└\x0E ƒL\x11 ø╚9[eðPØ "
b"r`IAs{A\r št^K\x17 ˆ÷Ù "
b"rzG4%DAÞÅ\x15 ¡╬o╚▓â "
b"u\t …™´FG†§…hBûÁññ "
b"ä~Ã▓┘¢OXó┴¹▀ì5kD "
b"—Ï$àq‰FŸž«×+n<“. "
b"ªZßı±gL*׺"┼»Xìí "
b"±ÍÉžAZI‘¹\x13\x18 :ÑoY^ "
b"´§œÈõ‡M¦²\x02 é˜\x1C L·T "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"┐ÚcÉ─}H\x07 áÒ├ßî┴³╠ "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"Ö†h…9Kï—ò.;¾óS˜ "
b"Ç\x1D »p—›Lë“h¯\x12 -ݸ¬ "
b"È]GƉ\f K´‡lºÑ…8s\x13 "
b"ÊÏ\x10 'o±F\x11 ½CÒ·ô(ª "
b"˼¬Áº\t Ež½Ü\x11\x15 ÿ\e g] "
b"̨“V×\e DÛ‹‹Á³\e\x18\x03 ¥ "
b"ѧdù¬ÃMuŒ¡gY@ÜæF "
b"""
àý\r\n
„šN\x05 €\v M‰šø\t 1
"""
b"êîͶóIí¨ì'€Ui\x1D "
b"îÍ{¶™®NÇžLÙùBKç° "
b"¾ºÙðÍ\x03 J8©°ü.©┼yƒ "
b"¶,▒£üùI{Üjæ¥SK*© "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö\x1D Q8ÉpEk›Ò;®íO*¬ "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"ú ¹Æ³^G\x02 †F(Ÿë\x0F ðC "
b" ═┼üL>O┌ó\x13 v¡Äî8± "
b"\f Õ\f ._ÓHLºVØ\x00 ‡Ax "
b"\x14 é“Ä“\x0E Jν-\x07\v U\x10 Ô "
b"\x1F Ô\x19 ÏC┼J6ɲ´▀yßIÆ "
b"'\x08 “\™wGó•g¡6)å&, "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b"8OÌéséLž°”½ƒJíxh "
b"?õ3aU+O\x10 ¸Øø„¿½† "
b"Y`¶ë¿6K*¼1»Fó\x1E î± "
b"^R!³└ðO~ù\f ìÜo┤\x04 └ "
b"mû¾8UÃBÎ ªc\x1F ²úY\x1C "
b"o@ÇáíþEî³\t\x01 g',\x06 ` "
b"Œ_\x1D òNJD§åøÑºž¦Þ "
b"""
û\x10\x17 c\n
\x1E L¸¬Í=5ÅÛ"\x1D
"""
b"Ü&ºCC\x1C K ïç;F\x02 É`B "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¨,è\x00 r…J–Š\x05 ‘Õbmºý "
b"Áì²┌$¥@}£$ãfm»█Ó "
b"Ð/9Ê=1F„¶0‰p™ÛŒ© "
b"ËöüÄXûAö¢\x19 ±`2ùø▄ "
b"×þÜR”™KàœSŽËY\x08 [` "
b"ÛÓyðå(DX‚ú¢¸\x08 ÒÓj "
b"èñ¯"#«C¶·:}ãŒGAù "
b"ð™J§~FF\x03 ’¥;\x11\x02 2qå "
b"§Å¡Ð\x1D ¾IzòlQ'z\x0F J0 "
b"°îü×júHTü§Á\x19 pd°7 "
b"ü$J\x0F ¼K@ú¬WÁÐ\x1F ¾'Ð "
b"\x02 <ߙڷI\x16 Ž‘ÙF\x7F ßg¯ "
b"\x03 ¹ro‹uFR…¼ÈÊXnÿ "
b"\x03 þ}Þ\x06 %F¼¨ë.cè\x06 £‘ "
b"\x05 ╬ü·µ¸N\x1F ░-¿ë\x04 `ü\x1C "
b"\x08 FAð†SKTºL±N’Ú>ú "
b"""
\n
9}‚‚\x19 Kç±µ¥Ý™Á\x08 Ï
"""
b"\f\x0F gñFDKX¬\x06 éØ\x0E\x1A ÛF "
b"\f nšJɦA¦¶ðF\c«^« "
b"\x0E 'IZ\x0E\x1F AØ¡¨Ûã|╦û "
b"\x0F »ß=v\r J’³'™\x07 í®‘ò "
b"\x10 Ì┐x\x15 ÅBèÇøýç▄Á░\x14 "
b"\x12 õãb\x01 1CËŸ%\x17 >nhg¤ "
b"\x13 ºKùÂ\x18 Là‡`"\x1F q+ßX "
b"\x14 §Í\x07\x11 xA"¬,ºKª8xÝ "
b"\x16 ¹Äı╠ìG\x1C í,oN╔Çu' "
b"\e :°8€ÜGî†Ë\x07 •lW\x05 À "
b"""
\x1C\x17 \n
\x1F £ìCX▒Jtr+0Yî
"""
b"\x1D\x1A\x1C ~'&G‹¼(áq˜³±ù "
b"\x1D\x1A ·”¥tG„¯Ï†ôúƒ\x19 ˆ "
b"!N6² {L‘…>‹x»rnÌ "
b"#¨ !ÖçI'ˆ\x08 ’ð~E\x11 « "
b"&\ãa,FÄú¨:É─╝¹▀ "
b"&Ž·dƒÿIa¤ï¤\x1E >\r ¨ "
b"&╦gg█ïM▒®ðàü§#░\x08 "
b"(—œ\x11\x0E nL‘¹|Î.X5\x7F ¹ "
b"+U²×\x04 ¹D¥ˆC¨hý¾šJ "
b"+§ép¥ B˜×\x06 ‘Ÿ'Ô7 "
b",¿É`Ñ®@¦C¹¸Eïmù "
b"""
.┼Ëìe]L\n
î╣Ë:4Tû*
"""
b"1f§×Ò2I¤·¾;\x04 vešª "
b"8¼t¸,Í@\®Âl¨{a…º "
b"9sòd\x12 ”Eˆ\x16 6o£ýãÆ "
b"""
:)Î1(uM7¦g‚ûÓ¨\n
2
"""
b";C¸ÿ\x19 xL¥•mG\x03\f ô\x19 ‹ "
b"; \x17 ‰]œC-†é\x1F ¦¯\x7F '# "
b"=PÍ\x16 ŠRK\x08 ¦WU\x16 -+$x "
b"?\x1E\x1D 5W\x03 G‡«³É\x00 PŒÝ¦ "
b"B\x13 ®\x17 ˜¬EY¿†‹'\x1C â&\x0F "
b"DAWæ³JF=¡«‹á2\x10 Ú½ "
b"EŠ«cëwI\x13 ‰9aØr,!± "
b"EËF|•-Gv¹ö—Ù7“å\x15 "
b"F°\v KfxD:»½Â‡k»\f P "
b"GÂeIAiIø¥¯©$`\x03 i× "
b"LìF\x0F ïÐL¨Å│K\x11\x13\x05 «) "
b"MéŒK™s@Û˜ä*\f V¡*N "
b"N+?klvCQˆO_æÙ%ã3 "
b"T¸ø\x06 á§Gß¶\f …Œ¥ë™- "
b"U»\x14 ¸«ÎO┌ÅCßü┼\v >7 "
b"WW¦'›\F1¹ÓÑ—¹0Ëÿ "
b"Wo\x1F \r AûG)žõºb‘!Ùˆ "
b"W£iž±8Nþ‚Z´/Ô\x11 •÷ "
b"Xf\x05 ñ]·K═ü‗¥KÝ‗Û@ "
b"Y![ÆBùCÆì³µ)é·È} "
b"Z“\x16\x7F ÄfCJŠ›v[¦Šð "
b"[.˜\x7F È·C´¾}eH±\x1F Rõ "
b"[þt÷)®I\x01 ¨6Wl<•AŸ "
b"_4‚xÖÉBôŒ\x17\f\x15 hé½o "
b"`\x1F\x11 ”@\r Cj¤NˆsSß\x10 R "
b"ah]˪\x00 K;¯=®ç\x06\x0E\x02 ß "
b"aÉ.{\x15\x14 Eòò\x12 ~vi6åµ "
b"cfA7\x14 ŒGv€ÙF¯Ô2ªã "
b"c{4%ÿ\x1F @ÅÜ)\x04 ê)ãý "
b"e\x1D\e ©×ØN‗ó90à\x16 À7\x12 "
b"e;ìtÇHOË¡*K\x11 ıÔ\x02 ª "
b"g¯Cç—ŠC;¥M?ÆŒÁ[é "
b"h~ó5×·@\t ž+|_Ÿ!”É "
b"i¢Øf:šB\x04 §ŽÞnœ™4p "
b"j»|Cg/I\x05 ‹™\x06 L%\e\x1D m "
b"k#à>à—Ge˜mfàs\x03\f < "
b"l¥g╩oHAx¥Éö\x05\x1F\x00 »ý "
b"o\x10 É Ñ®K5—‡+Iýf—ø "
b"p¦Ù\t 6XFR©ˆÈˆ+xÄ- "
b"qD\x0E £%’D9¥—¾ñêá†X "
b"s\x13 7`w;@OÅÐ^\v yyÖ\x1D "
b"v„ùtH…IW’ö"ñaã¡& "
b"yé0╚\x1A ¹M\x08 ©\x0F §É╩e£░ "
b"""
}¤\x11 Kõ’J<„\n
™Þ¼Îƒ&
"""
b"~Z\t\x17 œ›M׌H!ãt£\x1D n "
b"â/TüwjLÐàªÑ3ûÆhô "
b"„>aôšÕD‚Ÿ\ ƒKÕnE "
b"‡‰%çò\t N¿º©\v ú\x0F 0\x13 Ú "
b"ëóHÓ¢ðG8íÒò├\x19 Ø1ô "
b"Š@SÂÀ¨C½•&)R8e› "
b"ìÅÅæÑ®AlÀ÷8M³VñY "
b"É1fßÿSL¡ï³w/Þî7N "
b"’\r 4²\x01 $GݵòïËiê;¢ "
b"’1ô\x1E\x03\x16 BÅ”\x1D “¡<¶×\x0F "
b"’[æ™RðL=¬·\x08 <#‚ør "
b"û\x0F 3Ô²┬H=¥n¹ßëÅ\x17 = "
b"™~\v Ôð2@ÞŠO¸¾à{\x0E » "
b"Üz¤]±-J§ÿ\x18\x16 HÞuÊÉ "
b"›Ä\e ãíÆE„¼ÑæE\x02 €#ú "
b"ØÊH¹zÍO╬ƒt"z┼\x11 9 "
b"""
ƒøÅ\x15 ╩ÀNR▒!\n
(hß\x0E Ð
"""
b"¢¬\x02 ³\x14 ÔD™Ž\x15\x15 ýÙíQ÷ "
b"¢Þ\f ý™ÔI\x0E ¢\x08 ìÄTûzÆ "
b"£‘^oÀU@J¹Î\x17 ‡3jXò "
b"£ãOÉ\x14\x14 D(¦P¯’p\x08 îæ "
b"¦Œä·ÞÞD¿Š(üë\x00 6ܹ "
b"º\x15 Ü;¨çB[║Ù\x1D ìȶêv "
b"ª;º\x11 ÐaEmŸ3“¢@Z·n "
b"«uÎ█÷PKÍícQ²SUì\x0F "
b"°\x1C g¨\x19 íAˆ¡*û\\x17 ÄkM "
b"°ªäëv]ID¿\x08\x1C\e a”ÏM "
b"▓Mâ'é¼Mi»Ó┬É?S£è "
b"│\r Ó<É0I├Ö'Ám├\├┘ "
b"´úïå\x10 aO=– wUs†ºç "
b"µþ_\x18 çŸ@0’¾‘ftÄ\x1D k "
b"ÂÅe©°<IÏÆBè╔3\x06 LË "
b"À\x18\x0E zl■IªØ,DImÿÊw "
b"╣oÎô¾¾Gí║┤®^┴Û¹Ø "
b"¹•ʼx\x08 Aó¥\x0E ɬï "
b"¿\x17 µÊAäI\x15 §¸C_Üa\x10 ¨ "
b"┐H®º╠¼AÙúËE;üù┴6 "
b"""
└kü°▀¸N2ò\n
Ôp█ö█7
"""
b"ÂM%4QFLžª,\x1E "Ä\e ù\x7F "
b"œÇ\x08 O+@u¸É\x03 *^8±° "
b"Ä\v DÙ±IDZ«)÷[Î+FO "
b"Ç\x16 Àð‡LÒ¿†¶C¤ðTb "
b"""
É\n
\x1E ÝzGF\x10 “5oF?þ {
"""
b"Ë\x0E 89Ú«LN¢YÒ£~BØ\v "
b"Ë\x18 Ã[Ù·NfŠq,2K.§\x7F "
b"¤Di\x04\x0F ÎFo¿\r ̦ü¹°ä "
b"Óp\x15 ðŸ\x03 Iù¯!c²èҨà "
b"Ëæ┐─î_B)ÅW¢╚éEÈ▓ "
b"Ö“S.ŸGKöœ¤:a…2’g "
b"×ÙÌG‘ C[¥Ç£´}\x7F\x08\x03 "
b"׿g’è°@À¡\x1F z[Ô„\x15 ] "
b"Ú¦\x11 ¢€»HP¬lVÏŠ½T\t "
b"Û+Ü\x18 ϱLk½òš\r ÙÅ\x1F ¬ "
b"ÜDóxâF𻛨;c{™\x1F "
b"Þ:³©YÅ@þ°ó;7…¢FÐ "
b"Þh-_\x05 åJY¬çš»\f ¯\x19 $ "
b"Þ÷¿„ÎnEܨ\x11 dÜÇ~+\x16 "
b"áM¨Ré@LW¤;¥¡Ó£8… "
b"ã\x0E Øs]îN\t ©Ë@i˜ñiÞ "
b"æ.ÛÑÑ’Ng«Œ\x1C Q\x07 $ª‚ "
b"þ[xÌÞxJÉåN\x17 ¨F═\x17 £ "
b"þ]┤[vôFcîÉsÅ Ùd¶ "
b"é»\x05 S„\x0E J–¸2ã¢÷‡wÅ "
b"ë\r >$/¸@ŠéM\r `žv\x00 "
b"ëeG¨ÃNG&¾\x1A ƒá1Ý\x14 • "
b"¯ü/©x¹Hƒå┌U£ô\x07 ª\x17 "
b"î‰qéX@O¹½ÂŒúråIŽ "
b"ñ<¡ûñÇIõ”•hÃKà\r ñ "
b"óšÐEs\x7F Bz©ž\x14 ÄJ\r \x02 ¯ "
b"÷ He$þOúž\x04 Þ\x14 õˆ! "
b"û”òé'¾A̦;Ü_fºûú "
b"ü¤OÔreH¼¹ã\x1D\x0F *Të‡ "
b"üŇóúÁDެ¤ÿr;%ñ© "
b"ýÑ{žÊÆK\x10 ®Â™ïÖ\x03\x03 4 "
b" \x05\x18 ÎÅ╗Otç6=·X═¤\x01 "
b"\x08 ‹ŸÓ”'O(¶m±‘žÃØÀ "
b"\x1D LT\x19 sàL&³ã%e™P"Ï "
b"""
A\n
v[²&Má¨3ws©]\x02 3
"""
b"XÆÃFL¶AÄ╗\x07 H¦Ò(Å¥ "
b"k\\r #Ÿ‰JFž\x10 Æñ#kŸ½ "
b"pËR5êäC™¯Hïä5lÑŸ "
b"t╦Sõ\x01 ¡NÉ©[\x00 lkü\x19 é "
b"‡µ~ø7sM×ÂT§¦‚O½ "
b"”\x0F bà@\x1F B§ž!ë‘°6\x07 U "
b" 7ðM»òN$ƒ¥)¥žu`F "
b"¡:OêJ\x1D AŽ–My¶ þÙ> "
b"¬n-YP\x19 I÷½×®\x13\x15 ò–g "
b"Ìî²¾Í\x10 GŽ›çt@p;\x04 U "
b"\x07 £§}ÂIHùìç^│$4ý¯ "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b""ì\x1E -ZÕG>¶4˜\x1C ×\x1D ߨ "
b".FÀw—uK/‡\x15 Aí¥¸Þ€ "
b"8·c\x0F 'LN¦§OØëíNS "
b"<ÂK\x1C \r KLÞ¼$CþàSÌó "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"_]¡è…²Kt—\v M\x15 ð/\x15 ò "
b"iù/&‗7IïÄüuGËÀ¾K "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"üXô·StCî¡-M\t ╬vÛP "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"æü§°\x11 Ä@rû \x00\e Ù«ùã "
b"–SÒ¨”jLI»²–V& "
b"žÖw\t uôBJ¯í«2][\x16 ¬ "
b"²ÇÇÝ\—C\x18 ™À\x05 )gF‡\e "
b"¿ßU:ä¶B^‡„‘\x07 *©ÒÞ "
b"ÃpúüØH@m¢wÉK³]d´ "
b"ÊÎVß·@D\x12 –ß/#”bÊó "
b"""
¤\x1E ¤ì´NL2á>ÿ├\x7F \n
ò
"""
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"\x1C EÁ*\x13 ÕEb‡®eC\x1F è\x03 Þ "
b"= ▄:g█GAì½\x13\f rE¾î "
b"]p»¶`7B„™XÂòº¢ÿ« "
b"oêêÑêûL×´õÝó×ãI‹ "
b"š\e !õ2ŸI©“òùÅ\x03 V”¦ "
b"£qàŒM\x08 @c®[öØpøÚ» "
b"¨Ž¼yÞ\r D´–´¹Þ¼Á?~ "
b"¾]4syMFú»)±\v ÞzÖ˜ "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"Ð1ÁãåéLÁ‡êó¯ÒÛæ% "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"""
úÁ\x1F .\n
ßJÙ¹3ywèh)y
"""
b"\x06 >\x14 2"¾C2œ'( IÖ¡Ê "
b"\x0E Eöïƒ\x1E B?—÷\f „¢áÝÀ "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x1D §8ïÎ\x00 C/“9•\r \x11 Jj× "
b"!JûNþDO\x0F Œ\x0F ý@%çJ\x03 "
b""… ¶òƒ@ø•Ò«]\x02 3C³ "
b"'‚;,lªIºš\x1D P•†&‹S "
b"+Ic\x05 SÃO¢†qù<qMÞ[ "
b";;\x1E É…ÂF\x03 ¡·«ºüõ3Ñ "
b"<\x18 ù}S\x1F HI§\x07 #oÅ'è— "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"=21ÜuÜOQ¼ä1pWt?\x1C "
b"?u&tC[F9r\x1F W•C‘ž "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"An(:TƒLo«ı~õÓ\x1D Öì "
b"T\x10\x14 “ƒùC˜‚>&ßý\f ×ý "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"[÷o`¢ÕN\x1C –¿\x19 ~—Ɔ\x7F "
b"]ý\x1E ãÛÄKޱó\x7F D)Yäx "
b"c(x\x1E\f tD-Šï3/Ø$nu "
b"kñóÀ£kB£²Bæfb§—\x7F "
b"r¬ó\x01 8\x12 Kéžùì\x04 Dh\x17 š "
b"xíýz┐MASïÆàì▒æ)n "
b"zãk/Y³E‘¾MµQ\x11 ÓÝp "
b"ÄDÈT"kD╠¬F\t d.tüT "
b"ÿbîr▀CL~Å`\x02 yGë#W "
b"T˜à£ôHƇpnÔŠ«Nè "
b"[ÐVÈWJ\x06 §\x17 @\x08\t 3I. "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"·S ÛwqI\x1A “ÌÆ¦ÆuŠã "
b"ÀeòÈ┘õO>ñ\x15 ┴áüçßN "
b"ÀQY\r ŠòI=–yíü8ƒ"› "
b"Æ\x14 ÎrçOO¼‹œ‰žÞ—~É "
b"ʽDf#fIêø®\t GôÍüu "
b"ÓR\x1F xø…F+µ\x11 šI>ó&° "
b"ÖS§šPãAwº˜P\x19 •Ãä_ "
b"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ß\x17 _>é«CδBÿ\x1D ’Á°Ú "
b"çùR\x1D úˆFç¶%Yމ¯<l "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 I\v mJAíŠ<d;\x17 x–\x12 "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b")hSÑ~0BÙì'‗7▒±G "
b".\x10 ýZé»MìôO¾4QÝò, "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"\ZaéR`H^”û4gŠ„î_ "
b"\Œ»z³ÒI“¤§EE7TåÚ "
b"^ƒ\x13 l.AEm¹îTM¯ÑËç "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"•s\x00 =ßõ@\x00 §\n ÔÜd‰@Ö "
b"ØÊLê(┼N!é_=bÙ■«w "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"Ÿ,´¿7ŸE\x15 ‘–€:ªNPß "
b"¥¨øõF˜G6¥²9÷œº][ "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"¸ŸÇi¿<Ey™¡ï¡QRrÜ "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"êðBí`WEb“¾Ÿ#y[\x04 ¤ "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"\x00 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\f\x04 ½õå4B\x03 ›\r \x1D õ°.\x16 "
b"\x0F ÀOªî{J<êIÅ4\t @Ço "
b"\x11\x18 4ñåÅH0ïS®KÆ-&ü "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b"+V.H/\x02 M×½Åðÿl?2╔ "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b";Ç\t ‰à¹Eˆƒê°‘\x08 ^Së "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"Qy÷2B¢@3—„¨äPý&Ä "
b"UÕÈÈ\e\t D´°0qÙ ?D6 "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"^\x15\x03 £ıWC╬çü▄º«wc@ "
b"iÓ³‰›ÑHÕ®æDYü«\x0E à "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"üVå\x1E åwEl¼Ä1q─C¸\x1A "
b"ƒ¯¢Õ6xN§¹kÖÓý~Or "
b"…ÿ)êO\x05 Js‰iaW-𲘠"
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"‹Ç,‰uöK/¤Œ!¶ÑO‚« "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"“˜—ˆ6SHy¨¬9h\x17 -'± "
b"•6<eœéJ\x08 ¾¾Àú¨†—S "
b"ú@×░,úI>ò╬Ø│\x16 S½▄ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"¥-Iz¯ƒ@¹°#±ü\x1A z(\x1E "
b"¬▒Ð#é╝M¯ìx5õ\x17 ╩;¤ "
b"«\x12 Œ8€VCî®Ò¼J^š\x05 K "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"®c\Ù´òLþ¢z\r ‘öX¥" "
b"°ì\x14 Ë'wE$¶M\x12 ì\x1E eb* "
b"²LþEä>Fwª:¤§P$\x1A "
b"┐ýÉÀ²tH\x1F º╗Ò¹\╠b¯ "
b"Á£R–¤SG”³—kÚ•5)\x03 "
b"ÈsǼ‘ùFz‡]ôÁ\x18 ˆä\x1A "
b"╩\x08 £▒#hJÚÉpê╩{_│® "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"╠ʃ\x17 PçNrág¤ ı\x1C ØP "
b"Ð\x1E ÷i§NH¬’¤I¢ê»Ôj "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ý\x12 Ïʨ“B¼¡P¾\x1F Ý Üµ "
b"ðù©˜çH@–¦=™tžÕ} "
b"ò²¥êÆ\x19 OŸ–\x13 l™F\x14 z3 "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"þ•?\x02 ZûD´“D%|øqåT "
b"\x06 ]6Å\x13 iLvÉTÌ,¾÷MW "
b"\x0E d\x10 ¬§g@\f ´Ä2\x01 S\x12 Ëh "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b"$\x1F yGª╚D├æ#±╗\x08 øÅ\x1C "
b")2T1é½Jì┤ÈÄï,\x1A ¥k "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"-\x1A obÑBLÀ½R▒¹°╔aì "
b"/U,‘/ƒE=†dPݳu\x1D\x1C "
b"3ûkÕ\f\x07 Ic±Â6} \x02 å½ "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b"<z¯ÕµÆI€ŸÂùÇ\x19 ØžÙ "
b"<Ê\x02\x08 ø?C\x1A –=\v ü;ªïa "
b"A®}\x1D ›jDлv¦\x12 £\x7F € "
b"YÖ │s\e H\x1F ü»h■Ûƒ\x04  "
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"}®n¶l¼G©¶;«zFVìã "
b"üWìÃCÏJcâÉ\x1D \j`_ù "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"ô╦e´íkJ{èüÉdOµÀE "
b"¡-á½\x10 oFÅ¥ª\x10 X\x11\x0F ~2 "
b"µÉÙzmÙD°¡66\x17 ñ\v ïG "
b"Çá¬âV®H\x1E Qü×KÛ{ "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"µçÁO\x1A\x1C Jôü¬²│¼úÄÞ "
b"î· tý\x14 N‹“Á/ÎX\f\x7F L "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"ó\x0F Òt\x15 C`ƒyÚ÷|×Az "
b"óºó÷c5DÀ»Å>*ù¦K@ "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"ÿ Õyþ©JrºXdÁ³\x10 &\x18 "
b"\x05 Ø3O\x15 ‡DO–U2¿HA\v Ê "
b"\v\x00 .ö;ÊK\x15 §W*Ó\x0F\x04 1ƒ "
b"\f YÝ©ÆÊK"…FĨHè±/ "
b"\x10 L\x16 ÃA³I\x15 ë▄/ÒÅ_k\x01 "
b"\x14 ô®àÉÞK\e ǃ\x1A QDSâ "
b"\x1E Ô*äf¢L\x0F †Ö®’Z\x1D õL "
b"1U3Y¾\x11 LÃì░,\t ¿ºe│ "
b">$0ˆZ&B\x17 “ÊïJæü‡¬ "
b"@:2ÐGýNH¹6'¼b¿R7 "
b"@ÃÈf\x04 +KÉ”ª\€Ã\x7F $î "
b"DªšŠ‹HIÇŽ<דõÓ°ü "
b"H~£╦¦╬D±Åî╚\x7F ╝ø┼N "
b"I!(mB×Dh‚A–Ö*õ\x18 ü "
b"Rê§™˜ŽM÷žR‹#\x1C 5óe "
b"\ÇÉB\x04 HF\x03 ÇÁ\x16\x08 \r ¬~z "
b"gÿíÝЦMfªöœtU¬to "
b"pÊ#·Ü\x0F IH¨\x04 -Tþ¤U˜ "
b"wåïk@oHó®6\x04 ~<îŒÕ "
b"ÖP╝ö\x06 ¢M~¢q9\x7F é´|ì "
b"ŸòZ\t ~â@n·\x1E ¬*\x16 Õš, "
b"°çº9\x1F ÂEÀ¦\x07 ë'®ð\x1E Ï "
b"²r©QźC¾±X©Ÿ¼}1 "
b"Á\x11 ┤\x04 «\x06 LÉøE█\f Î╚m╠ "
b"ÆPÐ\f ÎpK£˜èɉmÓh\x06 "
b"Ç\x1E e¹FOEö—'ðÉ(°M! "
b"ı%\t ×▓éD<Ä\e üç\x1A\x16 ƒ\x15 "
b"ÝÓ¯ï7‚F纎IO¥JPÌ "
b"î1¦ÄkkKNžõ*vów°ÿ "
b"¶D`Ø/NG¸çK╠Ü»îv "
b"ô}gö ›JI¹“c9´ð\v … "
b"ùðE~6eFÔžÅÓAÖ®y— "
b"\x05\x1E Y²\x14 FC¡«YW‚®¥Ùð "
b"\t Ää^¥rLü‹êJ-Úºl\r "
b"\x17\x14 ó4\x1F\x12 L݇+¶Äj\Sµ "
b"\e âÉÒHµA╩àÉßí4B\t C "
b"\x1C\x17 dÙIiNr£ÎOÁ\t ¦x "
b"\x1D ÓeUÎ^C§ìw÷ãÍ┘¨6 "
b"\x1E áÓ»iXI+¶<š\Éûþ| "
b"#oÿ|.1L\x05 ½°¦ìE^µ\x01 "
b"%Žp‰ú^@+¦Þ‘SØtµƒ "
b"(Fæ¢│(I■à»ü\t í·s§ "
b"*˜[Ç«5G“·Zµ^ú\x10\x12 • "
b">º#„HoAaœÃåK\f ¨½í "
b"D±`MY\x1C N]®4\x07 ÀÏ›‘I "
b"Q]ì\x1A LRK)×®╝¥\e yÖz "
b"Z└┼*D¨Cü╣F╚\x0E 9╚rK "
b"[ÆûS³¦O*¢çáµÐ\x03 ö1 "
b"^‡Á\tèGw¾\x1A ¢:Æsž± "
b"a\x08 è]ï.Nü¹û\x08 w|\x10 ž\x12 "
b"mIÅûý©Mt¢èvœ\x08 ]p< "
b"v Ñ0oGNÒüÌôûù═uê "
b"zöoAWÿJ}Œd§¡½\x0F UŠ "
b"‚sôm?¾G.¶xË#Õ¾ßl "
b"åe·╣!ÒCÖülÂ]▀├{´ "
b"ŒÓ#\x11 óÜF+‘ù]”^¦r§ "
b"É\x04 q<º╦Cs½nýe \x08 5ñ "
b"ö\\x07 ├ìG~ªÚXCó1vÅ "
b"™yÒÑÖ\x13 EŸQéén…\x05 "
b"""
óaùìıéA■Â 2±1C\n
Ó
"""
b"¬7X7Ú1I\x1C €ë\x13 #B¹eL "
b"╣j]x[°M┐ûkÉK|▄³ "
b"¥ÈOÀ?ØG·ïPp\x13 ó├Ù\n "
b"┴]Z§VèN┘ì._VqÐ$C "
b"├ÅæÏ#øC=Ñïn!\x0E YbP "
b"¤\x1A ÂODSKÏ×Åý\x1F ñÍ\f ÿ "
b"Ö4ÑwÅäG\x15 ¸Oua¨%ј "
b"Ü»5ÊŒµK´…„ÌâÕè3 "
b"¦\x16 Õü▓QCX£¥øP2ý4¥ "
b"ÝÖùp8ÕC›£b\x18\x1D\x0E ùþ€ "
b"""
à‚"¼¾\v Eƽx\n
æöùö\x1D
"""
b"Ò╠þ_ºKF\v å¾│ÊKØ\x11 a "
b"í\x1E £‘ŽBC›¥hÎ(y3u "
b"""
ïµ5 ¨ØF€±`\x15 \n
Ðíâ€
"""
b"ð]½²}¼FŒ¡sÀ*¡€ÿ\x15 "
b"¸ ½u2êLíì\ƒS¤¶?\x02 "
b"·úìQ]¥OÅÀ°þW\x18\t z( "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\t îÇ€†¯KѰÚ#\x04 §>¯ƒ "
b"\x13 ²¢ÜVGHJ´ýMi6Lî\x18 "
b"\x19 ˆjÝaK5©X÷ì\f ÖÕŽ "
b""<Ðð”¸Jª¹²³\x1E ëóñÓ "
b""°ðç"sA‡ƒvXô\r ñJ… "
b"#[Ð\x02 °ÁIû¢”\t ÜæÏP1 "
b"#¼ùk¶COHƒÝý¶gú.È "
b"1”Š@—AFÙ†=¬\r kþÝ/ "
b"3p?ËÙpM‡‡U\x1F cügö "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"=\x11\f ô·oAaœ¦\x12 tzh\x16 … "
b"ES}`\x18\x0E K˜¹)\x11 ØÛH\e “ "
b"EnWá%$H€º‡\x0E ~”IåŸ "
b"G5Å╚ñæDÍÇø└é=Ð=\x11 "
b"""
WUÇ.c¨K\x08 «È|En\n
µß
"""
b"Y}i0HëOßûÅt \v #\x1A\x1C "
b"\nN¸S■J╚£æëò╗ìô▄ "
b"gØþWíNE6ÄJÈ1Ü┘Oä "
b"l└Ïq+VIü©dE¢╦¯` "
b"zàƒÕ´¿JÍ¿ÇÌÐÉ/þ* "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"†L5VúJ޺僜Aá( "
b"ˆXêˆ \x07 Lk½Ì)Ïv\x1C =ë "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"ØÓµf\x10 5Cªü╩¹╔½)Úû "
b"¨fš „«Nü ·M7}‹+\x01 "
b"¬Ë\x13\x0E §½@Óì╦8ÐG#h« "
b"¬-O.ÙxLt¼ÊGgé\r Ä7 "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"║\x1C ‗¯JèH\x17 Ö;n|=ÊìÊ "
b"»¯£e3_O6½3s·Ÿ$g» "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"ÇEÈP©¯@=°÷Ri0¸ž3 "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"οßûà\x1E LÝ£Žv\x13 8zù\x11 "
b"ÏQå-ð\x05 E^¼H¹\x04 °½‚š "
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"Ðw¤·înF\x17 €}\x01 ¦½àV¥ "
b"Û‘ÖR8¥Gº“ù]©½ª\x19 S "
b"Þ—¡‹j\r Hâ”u°GÃ*\x1D Y "
b"Ô_\x02\x1D V\x1F M■£¥n\x0F N\x17 ìå "
b"äÞ&@©/J\x08 “§¾Å‰¶À\x14 "
b"‗Á=█Â`DàÁyÎÚ\e ìs¡ "
b"ô|\x11 ú?N@%„ÆÙ†‘ئ\r "
b"ö6ÿrî=L\x17 ¼\x1F 'L‰…M6 "
b"\x00\x0E xIGFAŸ“áÅçV‹(© "
b"\x02 =q™Æ\x19 G\x14 ‘\a"\x0E\x03 ’m "
b"\x02 ò›ár®A:š\x03\x01 UB|Ïö "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"0FD`‡+M\x18 œ'®:æú%ã "
b";Ï–æx\x1D Fõ”ˆ\x1A ¼I\x16 „\x05 "
b"DM"ö\x11 ÓC…²ÏÀX`\x14 E¢ "
b"Lò~…ídG\x13 ¾©i_û‚¥Ü "
b"NKóÖy)Fƒ‡œêª\t È\x0E æ "
b"S´GkùvN¹®\x12 ¡B!{+i "
b"i¥uìk8Lú®ÏAÅE╔:, "
b"mÐÕp7{IX¥*Ö¹§Â}\x1F "
b"ns@¥öÅM]ì^¹ª┤(OÌ "
b"ut±ûWôK¯L>]Êâ‚\v "
b"üó¦\x05 BÇBßö¬Ü;\x10 8\x12 a "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"„Jà]¤ŸAç¨é©©µSòÿ "
b"†1\x1C ï,\x1D L2‚FÓ\x13 V’£ "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"о£)Ý…E›«\f ±¼åô\x01 £ "
b"§ëç\x05 >$E\x11 Šwqwÿ\x15 !M "
b"¯‘\x1D ž‡VH»¼\x12 ¯†\x05 úóà "
b"╣5½Þ{ÚGz▓·ÅEp<:! "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"ÂU|í^¯F¯‹ªàs$ƒ\r ¢ "
b"Ú¥\x11 —¿SKG‰\x06 Žíܼf– "
b"Ü¥ð~‹^Já‰C5»éÑg] "
b"ÝÍFš~~Iw¹½î-›7.± "
b"Þ\v z‚O÷@¼“Tq˜'4Ð "
b"ã#kKûþFG©\x1D Ç \x07 £©Œ "
b"ä%¿±-ÇGi„Ö·”“ü=\x1C "
b"æl8&^ØM\x15 ¿\x16 “Ñ“;>ö "
b"ÙÛÒÝÆ<CÅæa"╔ÇÉ 8 "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"\x1A ¨,ý\t Á@,‹J2¥ÑXP "
b"2▀Þ═G▓F\x12 ï¡Å╣╦wÙ- "
b"T\x12 \ß▓ÁN\x19 ┐ØY~ÖJJ╬ "
b"{[rC9\x01 M1½yÂüaÁûŠ "
b"\x7F 9\x03 †0bKĉJó¯æ'a_ "
b"Šýœ%z•OMžU\v Î×õ G "
b"²Ó\x0E Ã;*Gð·÷'\x13 Ž\x07 * "
b"Ð$\x1C S_=H™¾€²™\x06 ¥\x14 æ "
b"""
ã²B\n
8·CY¦‘F©Ž\x12 Xø
"""
b"ã½lÜCUBh¥œèKBþR\x0F "
b"\x03 m°\x13 ─NùøO¾\x16 ìÉ`« "
b"\x07 0ÐW\x1D –H`¯gÛÔ)@ýú "
b"\x11 Gêιë@\x1D „Y\x12 >0ö\x18 "
b"\x17 ÿî?À(L»‡$j'BÓ:˜ "
b"#ªiMwxOj‡\x1E û9m-Jù "
b":‘\x0E M2HCD¹±<Ê\x7F 5fè "
b"GD˜Ø÷ÃHtž¶\x08 ç^\x1C ¬Á "
b"GW(££ÜG\x07 Œ\x07 ðK½\r H\x05 "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"`└§_\x7F ìOÖø\x03 ÐFËÃ-ú "
b"f@7Æ\x16 -H“ˆJE\r Íc©U "
b"faïo9ÜApÉÃ\x15 }└·k¬ "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"—àä’\r ˜A‘¯PÇtÒ_ïÏ "
b"¼R\x03 ÈÅ┬OÍø²ßo\x13\x04 \º "
b"X\x12 .-gHЮuÇûœXTD "
b"®‰®\x15\x06 ŠM\x18 Šoa~«ZˆU "
b"ÇîÝ&\e ÍI¯ˆ\x1A LmàÍ\x14 Ø "
b"Û,ÓÇ‹èDL„™BÝL|]5 "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"¸\x7F KEù\x05 C\x11 ü~ý╬\_e« "
b"¸¸\r x\x13 1Kì▓ÿı║MÑ?! "
b"ø€¯Cq3Aª½AÔÝ&\x07 ó "
b"ý¸¢gFçNh \t ÜŸcMeØ "
b"\x00 Lk|̆Hžµ\x12\x18 Y‰í“Ì "
b"\x02 ±ŽëÞ›M\x05 ”º¹x\x1F FZ "
b"\x02 þÇú×AJU´¼‚‘\x01 ÿé“ "
b"\x03 ü┌ôzîI;½2g¡┤ÔËê "
b"\x03 î\f rS!N¬“cLa103¡ "
b"\x07 mÛx^ÛM\v ‰¸\x13 ³~.¶± "
b"\f ═öfü:G¾ÿ]F¸í/B> "
b"\r ¹wˆ@SG‘¼û“\x08 ét0Ñ "
b"\r ô®z€`HDz\x1C wõ~¬\x11 þ "
b"\x0E ••<X_E/Œ‡ëôc/iý "
b"\x0F ÝEæ¾2AP¼Ö\x0F\x13 ÛºÒ@ "
b"\x11 ZÞ-ª©L2ƒ¤z”ÅŸ7\x01 "
b"\x12 H‚”V0J#Ÿ&e:ì8ô\v "
b"\x13 õäü>&F{ö´Éq╔─\x0E ù "
b"\x17 «{¹‰IH*”{ë$R;FB "
b"\x19 ╩Â\f aEIJØûÍ█Þá`ê "
b"\x1E ¡\x06 Œã™Kæ¡/\x11 mË- £ "
b"\x1E ¹ÿd.úFjªý\x06 oì݃ "
b"&yªâ_´J¬…”@\x0F ú2\x12 H "
b"""
&”^CüáF\n
Ÿ1tÌÏ^]=
"""
b"""
'\x11 \n
óÑ]K Ø\t }Pu¦\─
"""
b"'Y§c¶Hü▓;M¨[J\x1D h "
b"*´\v ÍÑ\x19 Oå¥,À¶Èt8( "
b"29C`¯^C’†\f pe/B[¡ "
b"7»Ê\x7F ý\v IB‘\r öv=‡{Í "
b"8£Â:~ZMP¦cÁsççÞ\x17 "
b"9í¥{É6DO \x06 vÁiÍùp "
b"?1┌Ð__E±Égkp\r á¶¡ "
b"A┤ÑR\e OIì¿6D\f åQÃ3 "
b"BU\x19 €LçDn€i~¼ŽLx\r "
b"Cìï‘©ÀM,º\çvX±M\x1D "
b"J\x19 mNú-Nì│\x06 à\~%Ù. "
b"Jü@▀▀\x08 HuêØ▒2m▄ÕÎ "
b"M“:-œ(@Dz“x2[ä=\x1F "
b"P¸╚\x0E êôI5»ÈT¨\x03 Yü "
b"QZ/+ÒOIµ╣\úØ╬(▓( "
b"Q¿°<ˆ"@<°~ûÏÀ´Ûˆ "
b"U¦8\t C–Kc±½’ó¡EÕd "
b"WMBñ\x15 òKÉåiÐ Ú─Óz "
b"X惖„xCu þÃ\x14 [\x7F m( "
b"Z‘nÊ\x05 þE+šº»E©\x04\x06\x07 "
b"Z¶\x02 |YqJç½üµ²yŸ:û "
b"Z─Ò½▄ÂLU║tí┌ÜØæ┘ "
b"`‹{æ\t ÁJ,µ\x15 úÒ6Œ«% "
b"""
cK+\x1E ‰>@ižÕ\n
Ô!¨\x11 $
"""
b"r,\x16 ›Ê-@k§û\x1C {ÝÔ™p "
b"|ƒÚü\x11\x15 D ŽÕÂ\r {ËOû "
b"}È!8'¯NÉ™Ó5(ý\x04 õW "
b"~\x13 Ý\x10 ßO ‹JÒ×;¦™ü "
b"ƒ)¥NlÂDOº:hºÃÔ…q "
b"ŠB6ÇbÀJ‚a3ßVíÌË "
b"‹—´[Û&O£¼Î\x7F »Œ\x07 ~ "
b"‘-ŒÒp\x17 D\x13 «Ò 86odƒ "
b"æq┬÷Ë\x1C Lìâõ6˸E\r ┴ "
b"""
“?”Û3›Ht¬fuí\n
úá
"""
b"ôþ3_\x17\v MÉ┤ìÀá\x1A <éÌ "
b"”'Á~ò›M…ž¦iö³\x1E í\ "
b"”~cwîIHì³YžN‘´»” "
b"ò÷tæ×öF*üÇ\x1F ?âÖ\x15 ¨ "
b"˜\r SH%ðO‡±a\f Nu½1Ž "
b"Öï[╬ì×N`¢╗£+Ù└±§ "
b"›*¯t\v ãO3ž—TÊØÓÕi "
b"£¢═\e\x08 KA½Ø¼oAb·0² "
b"×s#¼è1A¦á>É\x03 ÿ\x1F óà "
b"Ÿ_á†ÓqAÕž )òq:êô "
b"ú\x05 |§ ìE\x17 ÆÚFȯ l$ "
b"£wL†-æA\x12 šÚ\x10 --B2! "
b"£‘ÿ↰DK‚‡\x1F ÐïÑ)ë "
b"ñg▀NMBJØê 1RIÜ┴ "
b"¥\x02 Oy%äEôŽü×Q¹\x1D §M "
b"¦R\e 3å©@‹‘ÈÂ\x1F P³çR "
b"§)ÇK$XA…¹só^ÿ‰nß "
b"¨Ç\x1A !Ï\x00 EK§E‰p$Ê¢v "
b"¬\x13 #└0nIáî¦%XX\e ÊÉ "
b"¯\x0E H#ædM}ˆ\x13 ¢dñXÁû "
b"²p?DöÄ@\t …[Ú)l\x13 mh "
b"▓ѯ÷mûG&ØW@Ðàø/└ "
b"´r,Þ\x12 €D\x05 €\x1D ‹\x08\x18 Ñ©= "
b"´ç¨k‡JBKŸ#s0EÃ\x11 \r "
b"µ?jmÀ\x14 G;¿Æ¿“GÊ<Ú "
b"µQs\e o\t A³š–MòûcƒÀ "
b"¼ziB4îB¶˜É?›žƒ!* "
b"½cf©,<C!µ•|ú(Ñ`á "
b"¿Gµ´žÈE\x06 –óÿ>.Œcº "
b"ÂEãi¾\f CذgO—çu_` "
b"""
Ãð”\x01 ÄsK\n
—\x0E ÁÇãØC\t
"""
b"─ÝXÉJtH1ñ\x17 T\x05 ;\x1C üÛ "
b"Æk"\x14 á]IQP›Ñ“\x15 í£ "
b"ÆÉKªÓêK§™QÑ¥\x12 S\x1D\x07 "
b"ÇìÔÕ:ŠA§…ôb\x12 뾯› "
b"ȸç_âa@ȉŸD×üf°h "
b"ÌUEz¿/M¢ äÿ¢ðY)( "
b"ÍÒ\x0E Žg=MY·JŤǨÆÜ "
b"χ\x1D Ä`ÝIÐŽfþ\f\e ú° "
b"Ѐ+Gs¤C\x06 ‚oo¿`ˆVµ "
b"мlE¡~Fü┐;0õö*5c "
b"ÓÒ³¶WOEöˆ|g"f\V\x14 "
b"Ô×\x01 žë8I©¶|ßz¼•\x01\x17 "
b"ͦ\x1E Ä\x1A\x1D M\x17 ©\x1E É_S\x12 ¢\r "
b"┘\x06\x11 ÕgÛD[ì*¨Ü¸ ¾f "
b"Ý\x08\x08 QϵJȈ‘UEš¯UÆ "
b"Ýóí§U:B\x18 ”€WþùT\x0F\v "
b"ß\x08 ûù\x15\v HÌš\x17 ‡\x19 9\x11 {_ "
b"ß—\x03 $’¶D-š9kBÇyDã "
b"ÓIÜ~.hKÅñÑJ<aÍê "
b"àªbѨwL~™=8kž`¯D "
b"õì$%╣þO%ª\x14 äGd mp "
b"å<íâ[pIÅ·Z\x0E U^“\x06 ö "
b"çÅœVàþM\v £ôAð0¢Y "
b"""
çìnL\x16 ŽC‹‹¶\n
û¿ÙtÍ
"""
b"é67‘\t üH{©wr\x18 ‰Ã\t ë "
b"윺\x19 ·\x08 MÍ…ÌúLÿã\x1D\v "
b"îï¦#.·MÇ•ª_Wö\x02 ÓË "
b"´ìi\x16 ¯-Kìƒ|\x06 ┘è▀ʨ "
b"‗_ÔGÿ\r M\t Åê\x10 mjıC´ "
b"ó»²þ¯\x1C Ip‹\x13 ’‚ÙŒ‹ "
b"õX†ÜEâCßÏ\x12 á™\r 0\x1E "
b" ä¶÷åOL‗ÅcE_´æ³n "
b"\x06 ïhÄ\x13 F®ìÁ$╬\x04 ýZ& "
b"\x14 ø\x7F ú¨rA&º├_Å>ÄeÝ "
b"\x15 2ÊÞ/üL_¦9ǵè¼?\x7F "
b"\x16 Po\x1D ìA‗¼.öø7═j³ "
b"\x16 Z[Wa\x17 B† \x05 WA0ñœI "
b""\x1A ™£¯æFÉ…¼qµö*wƒ "
b"#\e @\x19\x11 ‚M©¦N1CÜ[Kb "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"2─Fc\e ║K+ØÁ9,q*ç2 "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"5\x04 Þ>qªNY–Ã}zA\x1C Ü— "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5íϸ\x12 %Edç3Áëì/÷W "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"=ª\x04 íßC\x1C ¼%÷×Éy²¬ "
b"BßÇÙÅÁDÝ×\x17\x18 [┘PN\x1D "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"""
Q8\n
Ö€ÒNu—\x05 (íN£5‚
"""
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"T~œâ÷ÌB«W؃7/.¡ "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"W¡«èEwBƇ|»âÑ–>å "
b"X:6Ü·cG€‹>:`є֎ "
b"Z¹Q\x19 ó\x01 D¿‹ÈÒÄØ©\r å "
b"]Í6\x1E æÇCh‹-åc–ô±+ "
b"v¥2¿î─Iö╝qüi\x10\x1A U$ "
b"wþE)a{@’›\x00\x18 NëULF "
b"""
xÅ+\x07 Ð9@N™F!êS\n
s2
"""
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"É.Z«°\x07 D»ä×á╣═̸? "
b"‘Ú”1#ïHv®AFè\x07 ¸‰Ü "
b"—6Áå¶%DQœE]x@ö¹Œ "
b"øÍÆH\x15 ÉF¥Ç\x04 ~é'╬d½ "
b"ú\x1A ׃þXKÏÿ1ü\x08\x1F X\x01 * "
b"£|ñiWÝAe–\x18 &³-¤á± "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"´xJs\x08 ¬Cc‹\x01\x06 ½\t J†á "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"Áš4€ñ°Eb‹ßT`q\x08 Òq "
b"┬\x08 üm»┌H¼©øéų▒Q@ "
b"Ä<\t ?˜\x12 Ib›S{l‘é©\x0E "
b"Åî3ªO\x04 GÚ¥Ò\x00 ï\x0E _.ï "
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"Ë,¶OÛ»IyÃûÀè„.Ä "
b"ÌL(ìHY@ü¿\x14 y…£Äšž "
b"ÌN\x19 7åD.»¸±ÅžT\x0F Z "
b"ÐëLàØ■@&╗æ\x13 ┴Øèt¬ "
b"ÓJsðV³MΪ{\x03 ks.ÎÌ "
b"×aCRá*IÏë\x1E t;;\x04 $ "
b"ä[ĺ;ÚAy¥¯éß©1ÀÑ "
b"""
åÍ('\n
êJw•Å;t09c¢
"""
b"æçüt‹\x19 E“—kí²‘\x17 ‘ž "
b"þ¯ã!g▀Oå┐ñäØÑ u "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"¯ý%b▀¸O\x0E âıÀh÷ÞØ┴ "
b"´ÛB▒7dMnÄ\x11 ت{w*Q "
b"ñÆ£>\x00 OJ\x03 ¨¿\x02 \r Ýêq: "
b"ù>-–\x05\x7F E6²ÐUó¤?°„ "
b"·¶¨¬Å}GoêVN┴\·²\x05 "
b"¹KéÚ█§M─ìÐÝ╔\x01 VÕ█ "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
OFFSET
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x0A52951CBF4F4BC0917844D27286DB18 , 0x0F36664F01AB42C0B4338739B51FF205 , 0x15A0952AB3DC44769641DEB1E19D6D1F , 0x1A29189313C14C0ABCF3CD20D671EDE0 , 0x24A8D5589FE1443B90C22DF98D9BBC93 , 0x291BABAFD0334EAF9E5B2A4B29A76579 , 0x33D58CD52408459189C250399FEFDBEF , 0x3439C7271B0B4B87B9918EE485D73856 , 0x3906E00B1F9C4DF4BBDE20C4DE1CA245 , 0x3AD5FEF426A4483DBA71DE845B953369 , 0x402DE0F47FAF4912BD024739EEDE2A1F , 0x4A6B17BB0A994F04B35658F17CA6808B , 0x56FA1720FE0B43E5B81F90C522276CD9 , 0x5DE9729A458B477CB9FA58C1DA66C0C7 , 0x6425A0B2DB4343F593B0D787627A856E , 0x6A483037E868442986E91B8ADCDCFE31 , 0x6F327AC000B7407EBB28580A4214E70B , 0x714F317B71944E31ADC9C38DED17EFE2 , 0x73827AC261544966B8FEF6D09912FAE9 , 0xA5F59F25F1B64AADB4E2A898ED821D60 , 0xD2A47228EF0C4F439FE63B17606B9AA6 , 0xDCB5A2AC65CF4B54923DF476A02E2975 , 0xE8F198E54C4C4A09BC06AF1F21E698D8 , 0xEBB8AD57253A4CECA68F41664B15EDC5 , 0x00C7742B06DA43629AF3D2218CA2CFBC , 0x0F528AF7345344719448AB2BC0CB2D60 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x24B6B5E3C1D24FE882E5BE009ABE2A43 , 0x2644AF97C10D4DD1B18E00F00852A845 , 0x2B068EEF0C8B4C769A733013A16598EB , 0x31EE99BCC2D84A76A1750F8B1EA07D2B , 0x337C3EB12B824127B9226ED29750630B , 0x3C570AF019F048C58300801EFAF15411 , 0x4067EB1DCB754B5DA971C38A6C73FE07 , 0x45F02346D49F482FA87021603760A026 , 0x4722AF1BE2334527A240B9232CFF2F7F , 0x4D5244CC16944C9BA63D5EA6643CA7D7 , 0x4FCEBD63A49346EEAEF0BFE7A7B0026F , 0x539A0B5FF25C44D1B5886661E963010E , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x5904FC12EE3C43EB98F383F694035A6E , 0x5B8C9FAD181E46999423B7DA40D3294B , 0x5F0A0A6F2AA043A99DB326D77D8AC467 , 0x61F7F94F72E34138B39D22849F832661 , 0x649A930A7AD34341AD5F01C01AA64714 , 0x675F061C474F443B806A46A87A36577B , 0x69010C03AAF04DD9B905C13A58D3FF86 , 0x691C58C00E9F4C119BC8395B65D0509D , 0x72604941737B410D9A745E4B1788F7D9 , 0x727A4734254441E88F15ADCE6FC8B283 , 0x75098599B4464786A7856842FBC1F1F1 , 0x847EC7B2D9BD4F58A2C1FBDF8D356B44 , 0x97CF24E07189469F9EABD72B6E3C932E , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xB1CDC99E415A4991B913183AD16F595E , 0xB4A79CC8F5874DA6B202E9981C4CB754 , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBFE96390C47D4807A0E3C3E18CC1FCCC , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC396866885394BEF97F22E3BBEF35398 , 0xC71DBB70979B4CEB9368AF122DDDB8AC , 0xC85D47C6890C4BB4876CBAD185387313 , 0xCACF10276FB14611BD43D2CE87F428AA , 0xCBBCACC1BA09459EBDDC1115FF1B675D , 0xCCA89356D71B44DB8B8BC1B31B1803A5 , 0xD1A764F9ACC34D758CA1675940DCE646 , 0xE0FD0D0A849A4E05800B4D899AF80931 , 0xEAEECDB6F3AD49EDA8EC27805569AD1D , 0xEECD7BB699AE4EC79E4CD9F9424BE7B0 , 0xF3A7EBD0D6034A38B8F8812EB8C5799F , 0xF42CB19C8197497B9A6A91BE534B2AB8 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF61D5138C970456B9BD23BAEED4F2AAC , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFAA0B9C6B35E47028646289FEB0FF043 , 0xFFCDC5814C3E4FDAA21376AD8E8C38F1 , 0x0CD50C2E5FD3484CBA56D80087417820 , 0x14E993C4930E4ACEBD2DAD070B5510D4 , 0x1FE219D843C54A3690FDEFDF79E14992 , 0x2708935C997747F39567A13629E5262C , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x384FCCE973E94C9EB094BD834AED7868 , 0x3FF53361552B4F10ADB8D8F884BFBD86 , 0x5960B6EBBF364B2ABC31BB46F31EEEB1 , 0x5E5221FCC0D04F7E970C8D9A6FB404C0 , 0x6DFBBE3855C342CEA0AA631FB2FA591C , 0x6F40C7E1EDFE45EEB3090167272C0660 , 0x8C5F1D20F24E4A44A7E5F8D1BA9EA6DE , 0x961017630A1E4CF7AAD63D358FEA221D , 0x9A26A743431C4BFF8B873B4602906042 , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA82CE80072854A968A0591D5626DBAFD , 0xB58DFDDA24BE407D9C24C6666DAFDBE0 , 0xD02F39CA3D314684B630897099DB8CA9 , 0xD394818E58964194BD19F16032979BDC , 0xD7FEDC5294994BE09C538ECB59085B60 , 0xDBD379F0E528445882FAA2B808D2D36A , 0xE8F1AF2223AB43B6B73A7DE38C4741F9 , 0xF0994AA77E46460392A53B11023271E5 , 0xF58FADD11DF3497A956C51277A0F4A30 , 0xF88C819E6AA3485481F5B5197064F837 , 0xFC244A0FBC4B40FAAC57C1D01FBE27D0 , 0x023CDF99DAB749168E91D9467FDF67AF , 0x03B9726F8B75465285BCC8CA586EADFF , 0x03FE7DDE062546BCA8EB2E63E806A391 , 0x05CE81FAE6F74E1FB02DA8890460811C , 0x084641F086534B54BA4CB14E92DA3EFA , 0x0A397D8282194BE7B1B5A5DD99C108CF , 0x0C0F67A446444B58AA06829D0E1AEA46 , 0x0C6E9A4AC9A641A6B6F0465C63AB5EAB , 0x0E27495A0E1F419DADF9EAF0C67CCB96 , 0x0FBBDF3D760D4A92B3279907EDAE91F2 , 0x10DEBF78158F428A809BEC87DCB5B014 , 0x12F5E362013143CB9F25173E6E6867A4 , 0x13BA4BF9C2184CE08760221F712BDF58 , 0x14A7CD0711784122AC2CBA4BAA3878DD , 0x16FB8ED5CC8D471CA12C6F4EC9807527 , 0x1B3AB03880DC47EE86CB07956C5705C0 , 0x1C170A1F9C8D4358B14A74722B30598C , 0x1D1A1C7E2726478BBC28E17198B3B1F9 , 0x1D1AB794A5744784AFCF86F4FA831988 , 0x214E36B2A07B4C91853E8B78BB726ECC , 0x23A8A021D6E74927880892F07E4511AB , 0x265CC661F02C468EA3F93A90C4BCFBDF , 0x268EB76483FF4961A4EFA4AD1E3E0DA8 , 0x26CB6767DB8B4DB1A9D08581F523B008 , 0x28979C110E6E4C91B97CCE2E58357FB9 , 0x2B55B2D704B944A58843A868FDBE9A4A , 0x2BA7E970A5A04298ADD706919F27D437 , 0x2CBFC960D1AE40A6AD43B9B845EF6DF9 , 0x2EC5D38D655D4C0A8CB9D33A3454962A , 0x3166A7D7D23249A4B7BE3B0476659AAA , 0x38BC74B82CCD405CAEC26CA87B6185BA , 0x3973F264129445C28816366FA3FDE3C6 , 0x3A29CE3128754D37A66782FBD3A80A32 , 0x3B43B8FF19784CA5956D47030CF4198B , 0x3BA017895D9C432D86E91FA6AF7F2723 , 0x3D50CD168A524B08A65755162D2B2478 , 0x3F1E1D3557034787ABB3C900508CDDA6 , 0x4213AE1798AC4559BF868B271CE2260F , 0x444157E6B34A463DA1AB8BE13210DABD , 0x458AAB63EB774913893961D8722C21B1 , 0x45CB467C952D4776B9F697D93793E515 , 0x46B00B4B6678443ABBBDC2876BBB0C50 , 0x47C26549416949F8A5AFA924600369D7 , 0x4C8D460F8BD14CF98FB34B111305AE29 , 0x4DE98C4B997340DB98E42A0C56A12A4E , 0x4E2B3F6B6C764351884F5FE6D925E333 , 0x54B8F806E1A747DFB60C858CA5EB992D , 0x55AF14F7AED74FDA8F43E181C50B3E37 , 0x5757A6279B5C4631B9D3D197B930CBFF , 0x576F1F0D41FB47299EF5BA629121D988 , 0x57A3699EB1384EFE825AB42FD41195F7 , 0x586605A45DFA4BCD81F2BE4BEDF2EA40 , 0x59215B92429743928DFCE62982FAD47D , 0x5A93167FC466434A8A9B765BC2A68AF0 , 0x5B2E987FC8B743B4BE7D6548B11F52F5 , 0x5BFE74F729AE4901A836576C3C95419F , 0x5F348278D6C942F48C170C1568E9BD6F , 0x601F1194400D436AA44E887353DF1052 , 0x61685DCBAA004B3BAF3DAEE7060E02DF , 0x61902E7B1514459595127E76693686E6 , 0x63664137148C477680D946AFD432AAE3 , 0x637B3425981F408F9A29048829C6ECF0 , 0x651D1BB89E9D4EF2A239308516B73712 , 0x653B8D7480484FD3AD2A4B11D5E202A6 , 0x67AF43E7978A433BA54D3FC68CC15BE9 , 0x687EF335D7B740099E2B7C5F9F2194C9 , 0x69A2D8663A9A4204A78EDE6E9C993470 , 0x6ABB7C43672F49058B99064C251B1D6D , 0x6B23E03EE0974765986D66E073030C3C , 0x6CBE67CA6F484178BE9094051F00AFEC , 0x6F10C920D1AE4B3597872B49FD6697F8 , 0x70A6D90936584652A988C8882B78C42D , 0x71440EA325924439A597BEF1EAE18658 , 0x73133760773B404F8FD15E0B7979991D , 0x7684F9744885495792F622F161E3A126 , 0x798230C81AFB4D08B80FF590CA659CB0 , 0x7DA4114BF5924A3C840A99DEBCCE8326 , 0x7E5A09179C9B4DD78C4821E374A31D6E , 0x832F5481776A4CD185A6A53396926893 , 0x843E61F49AD544829F5C20834BD56E45 , 0x878925E7F2094EBFBAA90BFA0F3013DA , 0x89A248E0BDD04738A1E395C3199D3193 , 0x8A4053C2C0A843ADBD9526295238659B , 0x8D8F8F91A5A9416CB7F6384DFC56A459 , 0x903166E198534CAD8BFC772FE88C374E , 0x920D34B2012447DDB5F2EFCB69EA3BA2 , 0x9231F41E031642C5941D93A13CB6D70F , 0x925BE69952F04C3DACB7083C2382F872 , 0x960F33E2FDC2483DBE6EFBE1898F173D , 0x997E0BD4F03240DE8A4FB8BEE07B0EBB , 0x9A7ACF5DF12D4AF598181648E875D290 , 0x9BC41BE3EDC64584BCD1E645028023FA , 0x9DD248FB7AD64FCE9FF074227AC51139 , 0x9F9B8F15CAB74E52B1210A2868E10ED1 , 0xA2AC02B314D444998E1515FDD9ED51F7 , 0xA2DE0CFD99D4490EA208ECC454FB7AC6 , 0xA3915E6FC055404AB9CE1787336A58F2 , 0xA3E34FC914144428A650AF927008EEE6 , 0xA68CE4B7DEDE44BF8A28FCEB0036DCB9 , 0xA7159A3BF987425BBAEB1D8DD4F48876 , 0xAA3BBA11D061456D9F3393A2405AB76E , 0xAE75D7DBF6504BD6A16351FD53558D0F , 0xB01C67A819ED4188A12AFB5C17C46B4D , 0xB0AAE4EB765D4944BF081C1B6194CF4D , 0xB24D832782AC4D69AFE0C2903F539C8A , 0xB30DE03C903049C39927B56DC35CC3D9 , 0xB4FAEFE510614F3D962077557386BAE7 , 0xB5FE5F18E79F403092BE916674C41D6B , 0xB68F65B8F83C49D892428AC933064CD3 , 0xB7180E7A6CFE49A69D2C44496D98D277 , 0xB96FD793F3F347A1BAB4A95EC1EAFB9D , 0xB995CABC780841F3A50EEE969EC9ACEF , 0xBF17B5CA41E44915A7B8435FDC6110A8 , 0xBF48A9A7CCAC41EBA3D3453B8197C136 , 0xC06B81F8DFF74E32950AE270DB94DB37 , 0xC24D253451464C9EAA2C1E22C41BF97F , 0xC29CC7084F2B4075B8C9032A5E38B1B0 , 0xC40B44D9B149445AAB29F75BCE2B464F , 0xC716C380F0874CD2BF86B643A4F05462 , 0xC90A1EDD7A47461093356F463FFEA07B , 0xCB0E3839DAAB4C4EA259D2A37E42D80B , 0xCB18C35BD9B74E668A712C324B2EA77F , 0xCF4469040FD7466FA80DDEDD81FBF884 , 0xD37015F09F0349F9AF2163B2E8D2A8C3 , 0xD391BFC48C5F42298F57BDC88245D4B2 , 0xD693532E9F474BF69CA43A6185329267 , 0xD7D9CC4791A0435BA5C7A3B47D7F0803 , 0xD7E66792E8B040C0A11F7A5BD484155D , 0xDAA611A280BB4850AC6C56CF8ABD5409 , 0xDB2BDC18CFB14C6BBDF29A0DD9C51FAC , 0xDC44F378E2AD469ABB9BD83B637B991F , 0xDE3AB3A959C540FEB0F33B3785A246D0 , 0xDE682D5F05E54A59ACE79ABB0CAF1924 , 0xDEF7BF84CE6E45DCA81164DCC77E2B16 , 0xE14DA852E9404C57A43BA5A1D3A33885 , 0xE30ED8735DEE4E09A9CB406998F169DE , 0xE62EDBD1D1924E67AB8C1C510724AA82 , 0xE75B78DEE8784A90864E17F946CD179C , 0xE75DB45B769346638C90738FFFEB64F4 , 0xE9BB0553840E4A96B832E3A2F78777C5 , 0xEB0D3E242FB840AD8AE94D0D609E7600 , 0xEB6547A8C34E4726BE1A83E131DD1495 , 0xEE812FB878FB489F86DA559C9307A617 , 0xEE8971E958404FB9BDC28CFA72E5498E , 0xF13CA1FBF1C749F5949568C34BE00DF1 , 0xF39AD045737F427AA99E14C44A0D02AF , 0xF7A0486524FE4FFA9E04DE14F5C28821 , 0xFB94F2E927BE41CCA63BDC5F66BAFBFA , 0xFCA44FD4726548BCB9E31D0F2A54EB87 , 0xFCC587F3FAC1448EACA4FF723B25F1A9 , 0xFDD17B9ECAC64B10AEC299EFD6030334 , 0xFF0518D78FBB4F7487363DFA58CDCF01 , 0x088B9FD394274F28B66DB1919EC3D8C0 , 0x1D4C541973E04C26B3E32565995022CF , 0x410A765BB2264DE1A8337773A95D0233 , 0x5892C7464CF4418EBB0748DDE3288FBE , 0x6B5C0D239F894A469E10C6F1236B9FBD , 0x70CB5235EAE44399AF48EFE4356CD19F , 0x74CB53E401AD4E90B85B006C6B811982 , 0x87B57EF837734DD7ADC254A7A6824FBD , 0x940F62E0401F42A79E21EB91B0360755 , 0xA037F04DBBF24E2483A529A59E756046 , 0xA13A4FEA4A1D418E964D79B620FED93E , 0xAC6E2D59501949F7BDD7AE1315F29667 , 0xCCEEB2BECD10478E9BE77440703B0455 , 0x079CF57DB64948978D875EB32434ECEE , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x22EC1E2D5AD5473EB634981CD71DDFA8 , 0x2E46C07797754B2F871541EDA5B8DE80 , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x43A22A8CD08041F2AE945C8637443776 , 0x5F5DA1E885B24B74970B4D15F02F15F2 , 0x69972F26F237498B8E817547D3B7F34B , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x815893FA5374438CAD2D4D09CE76EA50 , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x9181F5F8118E40729620001BEBAE97C6 , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x9ED6770975F4424AAFEDAB325D5B16AC , 0xB2C7C7DD5C97431899C005296746871B , 0xBFDF553AE4B6425E878491072AA9D2DE , 0xC370FAFCD848406DA277C94BB35D64B4 , 0xCACE56DFB740441296DF2F239462CAF3 , 0xCF1ECF8DEF4E4C32A03E98C37F0AF095 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0x1C45C12A13D5456287AE65431FE803DE , 0x3D20DC3A67DB47418DAB130C7245F38C , 0x5D70BBB6603742849958C2F2BAA2FFAB , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x9A1B21F5329F49A993F2F9C5035694A6 , 0xA371E08C4D084063AE5BF6D870F8DABB , 0xA88EBC79DE0D44B496B4B9DEBCC13F7E , 0xBE5D3473794D46FABB29B10BDE7AD698 , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xD031C1E3E5E94CC187EAF3AFD2DBE625 , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xFAC11F2E0ADF4AD9B9337977E8682979 , 0x063E143222BE43329C2728A049D6A1CA , 0x0E45F6EF831E423F97F70C84A2E1DDC0 , 0x176F32D86CE646A597366E61B58A4820 , 0x1DA738EFCE00432F9339950D114A6AD7 , 0x214AFB4EFE444F0F8C0FFD4025E74A03 , 0x2285A0B6F28340F895D2AB5D023343B3 , 0x27823B2C6CAA49BA9A1D509586268B53 , 0x2B49630553C34FA28671F93C714DDE5B , 0x3B3B1EC985C24603A1B7ABBAFCF533D1 , 0x3C18F97D531F4849A707236FC527E897 , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3D3231DC75DC4F51BCE4317057743F1C , 0x3F752674435B4639AD721F579543919E , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x416E283A549F4C6FAED57EE4E01D998D , 0x5410149383F94398823E26DFFD0CD7FD , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x5BF76F60A2D54E1C96BF197E97C6867F , 0x5DFD1EE3DBC44B8EB1F37F442959E478 , 0x6328781E0C74442D8AEF332FD8246E75 , 0x6BF1F3C0A36B42A3B242E66662A7977F , 0x72ACF30138124BE99EF9EC044468179A , 0x78A1EC7ABF4D41538B92858DB191296E , 0x7AE36B2F59B34591BE4DB55111D3DD70 , 0x8E44D454226B44CCAA4609642E748154 , 0x98628C72DF434C7E8F60027947892357 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xAD5BD056C8574A06A71740080933492E , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB753A0DB7771491A93CCC6A6C6758AE3 , 0xB76595D4D9E44F3EA415C1A08187E14E , 0xC051590D8AF2493D9679EDFC3883229B , 0xC614CE72E74F4FBC8B9C899EDE977EC9 , 0xD2AB4466236649889BA9094793D68175 , 0xD3521F78F885462BB5119A493EF326B0 , 0xD653A79A50E34177BA98501995C3E45F , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xDF175F3EE9AB43CEB442FF1D92C1B0DA , 0xE7F9521DFA8846E7B625598E89AF3C6C , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04490BAD6D4A41ED8A3C643B17789612 , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x20541BDC71744DC294A67B88D38AC77F , 0x296853A57E3042EB8D27F237B1F147B6 , 0x2E10EC5A82AF4D8D934FF33451ED952C , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x5C5A61E95260485E94FB34678A84EE5F , 0x5C8CBB7AB3D24993A4A745453754E5DA , 0x5E83136C2E41456DB9EE544DAFD1CBE7 , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x9573003DDFF54000A70AD4DC648940D6 , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9E75FDBE568A4561B82F0A8C78018893 , 0x9F2CB4BF379F45159196803AAA4E50DF , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB89FC769BF3C457999A1EFA1515272DC , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xEAF042ED6057456293BE9F23795B04A4 , 0xED0117CD0F624BEB995F35A34C273ADC , 0x00E6D125A8164445AD9E256017DDFE48 , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x0C04BDF5E53442039B0D1DF5C2B02E16 , 0x0FB74FA68C7B4A3C88498F340940806F , 0x111834A4868F48308B53A94B922D2681 , 0x1299088D90AB495697B988F0696D2A89 , 0x22704187C62E4A379E4E6D0604314CFD , 0x2B562E482F024D9EAB8FD0986C3F32C9 , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3BC70989E0B9458883EAB091085E53EB , 0x3F69536B990446B2A8160180F27F342C , 0x5179F73242A240339784A8E450FD26C4 , 0x55D5C8C81B0944B4B03071D9203F4436 , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5E15039CD55743CE8781DCA7AE776340 , 0x69D3B3899BD148D5AEE64459FCAB0EE0 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x8156861E8677456CAC8E3171C443F71A , 0x83AFA2D536784EA7B96BD6D3FD7E4F72 , 0x85FF29EA4F054A73896961572DF0B298 , 0x8684557620DB45669553CE42BDDE0830 , 0x8BC72C8975F64B2FA48C21B6D14F82AB , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x91DBCE9277424181AE319BA6FDE53987 , 0x9398978836534879A8AC3968172D27B1 , 0x95363C659CE94A08BEBEC0FAA8869753 , 0xA3409EB02CA3493E95CE9DB31653ABDC , 0xA410077D72804524925B777299743CD9 , 0xA52D497AAF8340B9B023B1FC1A7A281E , 0xAAB1D12382BC4DEE8D7835E417CA3BCF , 0xAB128C38805643EEAED2BC4A5E9A054B , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAE635CD9B4F24CFEA27A0D91F658A522 , 0xB0EC14CB27774524B64D12EC1E65622A , 0xB24CFE45E43E4677AA3AA4ADA750241A , 0xBFEC90B7FD74481FA7BBE3FB5CCC62EE , 0xC1A35296A4534794B3976BDA95352903 , 0xC873C7BC91F9467A875DF4C11888E41A , 0xCA089CB123684AE9907088CA7B5FB3A9 , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCCD29F1750874E72A067CFFFD51C9D50 , 0xD01EF769A74E48AC92A449A2EABBD46A , 0xD843A216A4074263B959DBC70082DF27 , 0xDD12CFCAA89342BCA150BE1FDDA0DCB5 , 0xF0F9A998E7484096A63DAD99749ED57D , 0xF2B2A5EAC6194F9F96136C9946147A33 , 0xF872876363044B1BB656FDD83918ADE0 , 0xFE953F025AFB44B49344257CF871E554 , 0x065D368F13694C769054DE2CF3F64D57 , 0x0E6410ACA767400CB4C432015312CB68 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x16E671D99324405EA186C55E3F415DF5 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x241F7947A6C844C39123F1BB089B8F1C , 0x2932543182AB4A8DB4D48E8B2C1ABE6B , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2D1A6F62A5424CB7AB52B1FBF8C9618D , 0x2F552C912F83453D866450DDB3751D1C , 0x33FB6BD50C074963B1C2367DA002E5BD , 0x39550F067563402092836E06FFF604CA , 0x3C7AAFD5B5C649809FC2F9C719D89ED9 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x41AE7D1D9B6A44D0BB76A612A37FAD80 , 0x599920B3731B481F81AF68FEEA9F04B6 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6F29FB6248864DC18748C4047320EA06 , 0x79DB368464EC40EA9B82FD28ED32061C , 0x7DAE6EB66CBC47A9B63BAB7A4656ECE3 , 0x81578DC743D84A6383901D5C6A605F97 , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x93CB65EFA16B4A7B8A8190644FE6B745 , 0xAD2DA0AB106F468FBEA61058110F7E32 , 0xB5C9D97A6DD944B0A1363617F10BEF47 , 0xC7E1ACE256AE481EA051FCD74BDB7BAD , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE687B54F1A1C4A9381AAFDB3ACA38EE8 , 0xEEB7A074FD144E8B93C12FCE580C7F4C , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF30FD2AD741543608379DAF77CD7417A , 0xF3BAF3F7633544C0BBC53E2AF9A64B40 , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xFF20D579FEA94A72BA5864C1B3102618 , 0x05D8334F1587444F965532BF48410BCA , 0x0B002EF63BCA4B15A7572AD30F043183 , 0x0C59DDA9C6CA4B228546C4A848E8B12F , 0x104C16C741FC491589DC2FE38F5F6B01 , 0x1493A98590E84B1B80F09F1A51445383 , 0x1ED42AE466A24C0F86D6AE925A1DF54C , 0x31553359F3114CC78DB02C09A8A765B3 , 0x3E2430885A26421793CAEF4AE6FC87AC , 0x403A32D047FD4E48B93627BC62BF5237 , 0x40C3C866042B4BC994AA5C80C37F24EE , 0x44AA9A8A8B4849C78E3CD793F5D3B0FC , 0x487E9CCBDDCE44F18F8CC87FBC9BC54E , 0x4921286D42D74468824196D62AF518FC , 0x52EAA799988E4DF79E528B231C35F365 , 0x5C8090420448460380B516080DAA7E7A , 0x67FFEDDDD0A64D66AAF69C7455AC746F , 0x70CA23B7DC0F4948A8042D54FEA45598 , 0x77E5EF6B406F48F3AE36047E3CEE8CD5 , 0x9950BC9406BD4D7EBD71397F82EF7C8D , 0x9FF25A097EE2406EB71EAC2A16D59A2C , 0xB0E7BA391FC245C0A607EB27AEF01ECF , 0xB272A951C5BA43BEB158A99FBC7D31AD , 0xB511B404AE064C909B45DB0CD7C86DCC , 0xC650D00CCE704BA398E8C9896DD36806 , 0xC71E65B9464F45F69727F0C928B04D21 , 0xD525099EB282443C8E1B81871A169F15 , 0xDDD3AFEF378246E7BA8E494FA54A50CC , 0xEE31A6C46B6B4B4E9EF52A76F377B0FF , 0xF444609D2F4E47F7874BCC9AAF8C7620 , 0xF47D67F6209B4A49B9936339B4F00B85 , 0xF9F0457E366546D49EC5D341D6AE7997 , 0x051E59B2144643A1AB595782AEA5D9F0 , 0x09C4E45EA5724CFC8BEA4A2DDABA6C0D , 0x1714F3341F124CDD872BB6C46A5C53B5 , 0x1B8390E348E641CA8590E1A134420943 , 0x1C1764D949694E72A3CE4FC109A67820 , 0x1DE06555D75E43F58D77F6C6D6D9F936 , 0x1EE1D3BB6958492BB63C9A5CC9FBFE7C , 0x236FFF7C2E314C05BDB0A6EC455EB501 , 0x258E7089FA5E402BA6DE9153D874B583 , 0x284691BDB32849FE85AF8109A1FA73F5 , 0x2A985BC7AB354793B75AB55EFA101295 , 0x3EBA2384486F41619CC3E54B0CA8BDED , 0x44B1604D591C4E5DAE3407C0CF9B9149 , 0x515D8D1A4C524B299EA9BCBE1B79997A , 0x5AC0C52A44F94381B946C80E39C8724B , 0x5BC6FB53B3A64F2AA2E7E1B5D003F631 , 0x5E87C15C74E84777BE1AA23AC6739EB1 , 0x6108E85DEF2E4EFCB9FB08777C109E12 , 0x6D49C5FBFDA94D74A2E8769C085D703C , 0x76FFA5306F474EE381DE939697CD7588 , 0x7AF66F4157FF4A7D8C64A7A1BD0F558A , 0x8273F46D3FBE472EB678CB23D5BEDF6C , 0x8665FAB921E34399816CB65DDFC37BEF , 0x8CD32311F3DC462B91F95D945EA672A7 , 0x9004713CA7CB4373AB6EEC65FF0835A4 , 0x945C0720C38D477EA6E95843A231768F , 0x9979D2D1D61345C29F51ADE9E96E8505 , 0xA261978DD58241FEB6FF32F131430AE0 , 0xAC375837DA31491C80EB132342B9654C , 0xB96A5D785BF84DF0BF966B904B7CDCFC , 0xBED44FB73F9D47FA8B507013A2C3EB0A , 0xC15D5AF5568A4ED98D2E5F5671D12443 , 0xC38F91D8239B433DA58B6E210E596250 , 0xCF1AB64F44534BD89E8FEC1FA4D60C98 , 0xD634D177C5E44715B84F7561A825D198 , 0xDCBB35CA8CB54BB485AD84CCE2D5E833 , 0xDD16E581B25143589CBE9B5032EC34BE , 0xDDD6F97038D5439BA362181D0EF9FE80 , 0xE08222BCBE0B45C6BD780AE6F6F9F61D , 0xE3CCE75FA74B460B86F3B3D24B9D1161 , 0xED1EC2A3918E42439BA568CE28793375 , 0xEFB53520A8D84680B160150AD0EDE280 , 0xF05DBDB27DBC468CA173C02AA180FF15 , 0xF720AB7532884CA18D5C9F53CFF43F02 , 0xFAA38D515DBE4F8FB7F8E75718097A28 , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x09EEC78086AF4BD1B0DA2304A73EAF83 , 0x13B2A2DC5647484AB4FD4D69364CEE18 , 0x19A0886ADD614B35A958F7EC0CD6D58E , 0x223CD0F094B84AAAB9B2B31EEBF3F1D3 , 0x22B0F0E722734187837658F40DF14A85 , 0x235BD002B0C149FBA29409DCE6CF5031 , 0x23BCF96BB6434F4883DDFDB667FA2EC8 , 0x31948A40974146D9863DAC0D6BFEDD2F , 0x33703FCBD9704D8787551F63FC67F6C2 , 0x36F3987006544B1A9900C948AB42FACB , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x3D110CF4B76F41619CA612747A681685 , 0x45537D60180E4B98B92911D8DB481B93 , 0x456E57E125244880BA870E7E9449E59F , 0x47358FC8A49144D6809BC0823DD13D11 , 0x5755C72E63A84B08ABC87C456E0AB5DF , 0x597D693048894FE1968F74200B231A1C , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x679DE757A14E45368E4AD4319AD94F84 , 0x6CC0D8712B564981B86445BDCBB6EE60 , 0x7AE083D5B4BF4ACDBFC7CCD0C92FFE2A , 0x7C70F22F38E7423599767838DD0C879C , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x86AD4C3556FA4ADEADBAE5839C41E128 , 0x8858EA8820074C6BBDCC29CF761C3DEB , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x97035B902597494AA57EDB6B3097CDA8 , 0x9DE0E666103543A681CAFBC9AB29E996 , 0xA8669A2084AB4EFCA0B74D377D8B2B01 , 0xAAD3130EF5AB40E08DCB38D1472368AE , 0xAC2D4F2ED9784C74BCCA4767E90DC437 , 0xB32B7190641946ED8F1931294EF274EC , 0xBA1CF2EE4A8A4817993B6E7C3DD28DD2 , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC745C850A9AF403DB0F7526930B89E33 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCEBFDFFBE01E4CDDA38E7613387AF911 , 0xCF51E52DF005455EBC48B904B0BD829A , 0xCF9EDBADBFE24B908A94BE358064220A , 0xD077A4B7EE6E4617807D01A6BDE056A5 , 0xDB91D65238A547BA93F95DA9BDAA1953 , 0xDE97A18B6A0D48E29475B047C32A1D59 , 0xE25F021D561F4DFE9CBE6E0F4E178D86 , 0xE4DE2640A92F4A0893A7BEC589B6C014 , 0xF2B53DDBB6604485B579D7E91B8D73AD , 0xF47C11FA3F4E402584C6D98691D8A60D , 0xF636FF72EE3D4C17BC1F274C89854D36 , 0x000E78494746419F93E1C5E7568B28A9 , 0x023D7199C6194714915C61220E03926D , 0x02F29BE172AE413A9A030155427CCFF6 , 0x140861A7A2D54157B709C67C35AAC18D , 0x30464460872B4D189C27AE3AE6FA25E3 , 0x3BCF96E6781D46F594881ABC49168405 , 0x444D22F611D34385B2CFC058601445A2 , 0x4CF27E85ED644713BEA9695FFB82A5DC , 0x4E4BF3D679294683879CEAAA09C80EE6 , 0x53B4476BF9764EB9AE12A142217B2B69 , 0x69BE758D6B384CA3A9D8418F45C93A2C , 0x6DD0D570377B4958A52AD6B9A7C27D1F , 0x6E7340BE948F4D5D8D5EFBA6B4284FDE , 0x7574B1FB57F44BADAF4C3E5DCAE2820B , 0x81A2DD05428042E194AA9A3B10381261 , 0x825ADF411018471DB7521343B27CF396 , 0x844AE05DA49F41E7A8E9A9A9B553F2FF , 0x86311CEF2C1D4C328246D313AD5692A3 , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x8955C591D9DB44BF95828719E046B8A7 , 0x8ABEA329DD85459BAB0CB1BCE5F401A3 , 0xA7EBE7053E2445118A777177FF15214D , 0xAF911D9E875648BBBC12AF8605FAF3E0 , 0xB935ABE87BE9477AB2FA8F45703C3A21 , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xC2557CED5EAF46AF8BAAE07324830DA2 , 0xDAA51197BF534B4789068EEDDCBC6696 , 0xDCA5F07E8B5E4AE1894335BBE9D1675D , 0xDDCD469A7E7E4977B9BDEE2D9B372EB1 , 0xDE0B7A824FF740BC935471C2982734D0 , 0xE3236B4BFBFE4647A91DC7A007A3A98C , 0xE425BFB12DC7476984D6B79493FC3D1C , 0xE66C38265ED84D15BF1693D1933B3EF6 , 0xEBEAE3ED923C438F916122C98090FF38 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0x1AA82CFD09C1402C8B4A32A5D15850C2 , 0x32DFE8CD47B246128BAD8FB9CB77EB2D , 0x54125CE1B2B54E19BF9D597E994A4ACE , 0x7B5B724339014D31BD79C2FC61C1FB8A , 0x7F39038630624BC4894AF3AFE627615F , 0x8AFD9C257A954F4D9E550BCED7F5A047 , 0xB2D30EC33B2A47F0ADB7F727138E072A , 0xD0241C535F3D4899BE80B29906A514E6 , 0xE3B2420A38B74359A69146A98E1258F8 , 0xE3BD6CDC43554268A59CE84B42FE520F , 0x036DF813F0C44E979B4FF3168D9060AE , 0x0730D0571D964860AF67DBD42940FDFA , 0x1147EACEB9EB401D8459123E30C3B618 , 0x17FFEE3FC0284CBB87246A2742D33A98 , 0x23AA694D77784F6A871EFB396D2D4AF9 , 0x3A910E4D32484344B9B13CCA7F3566E8 , 0x474498D8F7C348749EB608E75E1CACC1 , 0x475728A3A3DC47078C07F04BBD0D4805 , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x60C0F55F7F8D4F999B03D146D3C72DA3 , 0x664037C6162D4893884A450DCD63A955 , 0x66618B6F399A417090C7157DC0FA6BAA , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x97E0E4920D984191AF50C774D25FEFCF , 0xAC5203D48FC24FD69BFDE16F13045CA7 , 0xAD58122E2D6748D0AE75C7FB9C585444 , 0xAE89AE15068A4D188A6F617EAB5A8855 , 0xC7EEDD261BCD49AF881A4C6DE0CD14D8 , 0xDB2CD3C78BE8444C849942DD4C7C5D35 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xF77F4B4597054311817EECCE5C5F65AE , 0xF7F70D7813314B8DB298D5BA4DA53F21 , 0xF880AF43713341AABD41D4ADDD2607F3 , 0xFDB8A26746E74E68A009DC9F634D65D8 , 0x004C6B7CCC86489EB512185989ED93CC , 0x02B18EEBDE9B4D0594BAB9781F20465A , 0x02FEC7FAD7414A55B4BC829101FFE993 , 0x0381DA937A8C493BAB3267ADB4E2D388 , 0x03EE0C7253214EAC93634C61313033A1 , 0x076DDB785EDB4D0B89B813B37E2EB6B1 , 0x0CCD9466813A47F3985D46F7A12F423E , 0x0DB9778840534791BCFB9308E97430D1 , 0x0DF4AE7A806048C7B21C77F57EAC11FE , 0x0E95953C585F452F8C87EBF4632F69FD , 0x0FDD45E6BE324150BCD60F13DBBAD240 , 0x115ADE2DAAA94C3283A47A94C59F3701 , 0x1248829456304A239F26653AEC38F40B , 0x13E484813E26467B94EF9071C9C40E97 , 0x17AB7BB98949482A947BEB24523B4642 , 0x19CAB60C6145494A9D96D6DBE8A06088 , 0x1EA1068CE3994BE6A12F116DCB2D20A3 , 0x1EB9FF642EFA466AAAFD06A06FECDD83 , 0x2679AAE25FB44AAC8594400FFA321248 , 0x26945E43FCE1460A9F3174CCCF5E5D3D , 0x27110AA2A55D4B209D097D5075DD5CC4 , 0x2759F563F4F04881B23B4DF95B4A1D68 , 0x2AB40BCDD1194FE5A52CC0B6C8743828 , 0x32394360AF5E4392860C70652F425BA1 , 0x37BBCA7FFD0B4942910DF6763D877BCD , 0x38A3C23A7E5A4D50A663C173E7E7DE17 , 0x39EDA57BC936444FA00676C169CDF970 , 0x3F31DAD15F5F45F190676B700DA0F4AD , 0x41B4A5521B4F498DA836440C8651C733 , 0x425519804CE7446E80697EBC8E4C780D , 0x43ECEF91A9C04D2CBA5CE77658B14D1D , 0x4A196D4EA32D4E8DB306855C7E25EB2E , 0x4A8140DFDF084875889DB1326DDCE5D7 , 0x4D933A2D9C2840C7B29378325BE43D1F , 0x50F7C80E88934935AFD454F903598120 , 0x515A2F2BE34F49E6B95CA39DCE28B228 , 0x51BFB03C8822403CB07EFBCFC0B4DB88 , 0x55A6380943964B63B1BD92F3A145D564 , 0x574D42A415954B908669D1FFE9C4E07A , 0x58E6839684784375A0FEC3145B7F6D28 , 0x5A916ECA05FE452B9ABABB45A9040607 , 0x5AB6027C59714AE7BDFCB5B2799F3AFB , 0x5AC4E3ABDCB64C55BA74A1DA9A9D91D9 , 0x608B7BE609C14A2CB515FAD2368CAB25 , 0x634B2B1E893E40699ED50AD421A81124 , 0x722C169BCA2D406BA7FB1C7BDDD49970 , 0x7C83DAFC111544A08ED5C20D7BCB4FFB , 0x7DC8213827AF4EC999D33528FD04F557 , 0x7E13DD10C39F4FA08B4AD2D73BA699FC , 0x8329A54E6CC2444FBA3A68BAC3D48571 , 0x8A4236C762C04AAD826133DF56EDCCCB , 0x8B97B45BDB264FADA3BCCE7FBB8C077E , 0x912D8CD270174413ABD2A038366F6483 , 0x9171C2F6D31C4C8D83E436D3F7450DC1 , 0x933F94DB339B4874AC6675ED0AC3BAE1 , 0x93E7335F170B4D90B48DB7A01A3C82DE , 0x9427C17EF29B4D859EA669F6B31EED5C , 0x947E6377EE4948ECB3599E4E91B4BB94 , 0x95F674919E94462A81801F3F839915F9 , 0x980D534825F04F87B1610C4E75BD318E , 0x998B5BCE8D9E4E60BDBB9C2BEBC0F1F5 , 0x9B2AAF740BE34F339E9754CAD8D3D569 , 0x9CBDCD1B084B41AB9DAC6F4162FA30FD , 0x9E7323AC8A3141DDA03E9003981FA285 , 0x9F5FE186D37141D59EA029F2713AEAF4 , 0xA3057CF5208D451792E946D4EE206C24 , 0xA3774C862DE641129ADA102D2D423221 , 0xA391FFE286B0444B82871FD0EFD129EB , 0xA467DF4EF04D424A9D88203152499AC1 , 0xA5024F7925E445F48EFCD751B91DA74D , 0xA6521B33E5A9408B91C8C21F50B3E752 , 0xA729C74B24584185B973F35EFF896EDF , 0xA8C71A21CF00454BA745897024CAA276 , 0xAA1323C0306E49A08CDD2558581BD290 , 0xAF0E4823E6644D7D8813A264F158C1FB , 0xB2703F44F6C44009855BDA296C136D68 , 0xB2A5EEF66D9647269D5740D1859B2FC0 , 0xB4722CDE12804405801D8B0818D1A93D , 0xB4E7A86B874A424B9F23733045C3110D , 0xB53F6A6DC014473BBFC6BF9347CA3CDA , 0xB551731B6F0941B39A964DF2FB6383C0 , 0xBC7A694234EE42B698C93F9B9E83212A , 0xBD6366A92C3C4321B5957CFA28D160E1 , 0xBF47B5B49EC8450696F3FF3E2E8C63BA , 0xC245E369BE0C43D8B0674F97E7755F60 , 0xC3F09401C4734B0A970EC1C7E3D84309 , 0xC4ED58904A744831A41754053B1C81EA , 0xC66B2214E15D4951AD509BD19315EDA3 , 0xC6C94BAAD3EA4BA79951D1A512531D07 , 0xC7ECD4D53A8A41A785F46212EBBEAF9B , 0xC8B8E75FE26140C8899F44D7FC66B068 , 0xCC55457ABF2F4DA2A0E4FFA2F0592928 , 0xCDD20E8E673D4D59B74AC5A4C7A8C6DC , 0xCF871DC460DD49D08E66FE0C1BFAB020 , 0xD0802B4773A44306826F6FBF608856B5 , 0xD1AC6C45AD7E4681BF3B30E4942A3563 , 0xD3D2B3B6574F45F6887C6722665C5614 , 0xD4D7019EEB3849A9B67CDF7ABC950117 , 0xD6DD1E8E1A1D4D17B81E905F5312BD0D , 0xD90611E567EA445B8D2AF99AF7FFF366 , 0xDD080851CFB54AC8889155459AAF55C6 , 0xDDF3EDA7553A4218948057FEF9540F0B , 0xDF08FBF9150B48CC9A17871939117B5F , 0xDF97032492B6442D9A396B42C77944E3 , 0xE0499A7E2E684B8FA4A54A3C61D6F088 , 0xE0AA62D1A8774C7E993D386B9E60AF44 , 0xE48D2425B9E74F25A614844764206D70 , 0xE53CEDE25B7049C5B75A0E555E9306F6 , 0xE7C59C56E0FE4D0BA3F441ADF030A259 , 0xE7EC6E4C168E438B8BB60AFBBFD974CD , 0xE936379109FC487BA977721889C309EB , 0xEC9CBA19B7084DCD85CCFA4CFFE31D0B , 0xEEEFA6232EB74DC795AA5F57F602D3CB , 0xEF8D6916EE2D4B8D9F7C06D98ADFD2F9 , 0xF25FE247980D4D098F88106D6AD543EF , 0xF3BBB2FEAF1C49708B139282D98C8BA0 , 0xF55886DC45E243DFADCF12E1990D301E , 0xFF84F4F6864F4CF28F63455FEF91FC6E , 0x06F08B688E1346A98DB524CE04EC5A26 , 0x149B7FA3F9724126A7C35F8F3E8E65ED , 0x1532CADE2FFC4C5FA639C7B5E8BC3F7F , 0x1650F06F1D8D41F2AC2E949B37CD6AFC , 0x165A5B5761174286A005574130F19C49 , 0x221A99A3AFE646C985BC71B5F62A7783 , 0x231B401911824DA9A64E3143DC5B4B62 , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x32C446631BBA4B2B9DB5392C712A8732 , 0x33C7ABF49BDE497E82975BE5863066FA , 0x3504DE3E71AA4E5996C37D7A411CDC97 , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x35A1D8F7122545648733B5898D2FF657 , 0x39327093A91443089C98B9EA9F253F11 , 0x3DAA04A0EDDF431CBC25F7D7C979B2AC , 0x42E180EB8FB544ED9E17185BD9504E1D , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x51380AD680D24E75970528ED4EA33582 , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x547E9CE2F7CC42C2AB57D883372F2EA1 , 0x55688327B4D244BB9F3743839EE51610 , 0x57A1ABE8457742C6877CBBE2D1963EE5 , 0x583A36DCB76347808B3E3A60D194D68E , 0x5AB95119F30144BF8BC8D2C4D8A90DE5 , 0x5DCD361EE6C743688B2DE56396F4B12B , 0x76BE32A88CC44994BC718169101A5524 , 0x77FE4529617B40929B00184EEB554C46 , 0x78C52B07D039404E994621EA530A7332 , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x8A6D1C301E614064B8D76C70D7106285 , 0x902E5AAEF80744AF849EA0B9CDDEF73F , 0x91DA943123EF4876AE4146E807B889DC , 0x9736C1E5B62544519C455D7840F6B98C , 0x9BD69248159046BE80047E8227CE64AB , 0xA31A9E9FE7584BD8983181081F58012A , 0xA37CF16957DD4165961826B32DA4E1B1 , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xB4784A7308AC43638B0106BD094A86E1 , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xC19A3480F1B045628BDF54607108D271 , 0xC208816DAFDA48ACB89B828FFCB15140 , 0xC43C093F981249629B537B6C91E9A90E , 0xC5EE33AA4F0447DAA5D200EF0E5F2EEF , 0xC92AE0103B2841F4B31F85421E7493AE , 0xCB2CB64FDBBB4979ADC3FBC0E8842EC4 , 0xCC4C28EC485940FCBF147985A3C49A9E , 0xCC4EAD1937E5442EBBB8B1C59E540F5A , 0xD1894C859DFE4026BB9113C19D8A74AA , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD7614352E12A49CFADEB1E743B3B0424 , 0xE45BC4BA3BDA4179A5AFE9DFA931C0D1 , 0xE5CD28270AEA4A7795C53B74303963A2 , 0xE6E7FC748B194593976BEDB29117919E , 0xE7EEC62167DF4F86BFA4849DA5FF75B6 , 0xE856A61D085B47E789EB273C6D725D54 , 0xEEEC2562DFF74F0E83D5B768F6E89DC1 , 0xEFEA42B137644D6E8E119DA67B772A51 , 0xF1C6A33E004F4A03A8BF020DDDEA713A , 0xF93E2D96057F4536B2D055F3A43FB084 , 0xFAF4F9AA8F7D476F88564EC15CFAFD05 , 0xFB4B82E9DBF54DC48DD1EDC90156E5DB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
83
3.53 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"Ÿ,´¿7ŸE\x15 ‘–€:ªNPß "
b"Ÿ_á†ÓqAÕž )òq:êô "
b"""
ƒøÅ\x15 ╩ÀNR▒!\n
(hß\x0E Ð
"""
b"ŸòZ\t ~â@n·\x1E ¬*\x16 Õš, "
b" 7ðM»òN$ƒ¥)¥žu`F "
b"¡:OêJ\x1D AŽ–My¶ þÙ> "
b"""
óaùìıéA■Â 2±1C\n
Ó
"""
b"¢¬\x02 ³\x14 ÔD™Ž\x15\x15 ýÙíQ÷ "
b"¢Þ\f ý™ÔI\x0E ¢\x08 ìÄTûzÆ "
b"ú\x05 |§ ìE\x17 ÆÚFȯ l$ "
b"ú\x1A ׃þXKÏÿ1ü\x08\x1F X\x01 * "
b"ú@×░,úI>ò╬Ø│\x16 S½▄ "
b"£qàŒM\x08 @c®[öØpøÚ» "
b"£wL†-æA\x12 šÚ\x10 --B2! "
b"£|ñiWÝAe–\x18 &³-¤á± "
b"£‘^oÀU@J¹Î\x17 ‡3jXò "
b"£‘ÿ↰DK‚‡\x1F ÐïÑ)ë "
b"£ãOÉ\x14\x14 D(¦P¯’p\x08 îæ "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"ñg▀NMBJØê 1RIÜ┴ "
b"¥\x02 Oy%äEôŽü×Q¹\x1D §M "
b"¥-Iz¯ƒ@¹°#±ü\x1A z(\x1E "
b"¥¨øõF˜G6¥²9÷œº][ "
b"¥õŸ%ñ¶J´â¨˜í‚\x1D ` "
b"¦R\e 3å©@‹‘ÈÂ\x1F P³çR "
b"ªZßı±gL*׺"┼»Xìí "
b"¦Œä·ÞÞD¿Š(üë\x00 6ܹ "
b"º\x15 Ü;¨çB[║Ù\x1D ìȶêv "
b"§)ÇK$XA…¹só^ÿ‰nß "
b"§ëç\x05 >$E\x11 Šwqwÿ\x15 !M "
b"¨,è\x00 r…J–Š\x05 ‘Õbmºý "
b"¨fš „«Nü ·M7}‹+\x01 "
b"¨Ž¼yÞ\r D´–´¹Þ¼Á?~ "
b"¨Ç\x1A !Ï\x00 EK§E‰p$Ê¢v "
b"¬\x13 #└0nIáî¦%XX\e ÊÉ "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"ª;º\x11 ÐaEmŸ3“¢@Z·n "
b"¬▒Ð#é╝M¯ìx5õ\x17 ╩;¤ "
b"¬Ë\x13\x0E §½@Óì╦8ÐG#h« "
b"«\x12 Œ8€VCî®Ò¼J^š\x05 K "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"¬-O.ÙxLt¼ÊGgé\r Ä7 "
b"¬7X7Ú1I\x1C €ë\x13 #B¹eL "
b"¼R\x03 ÈÅ┬OÍø²ßo\x13\x04 \º "
b"¬n-YP\x19 I÷½×®\x13\x15 ò–g "
b"¡-á½\x10 oFÅ¥ª\x10 X\x11\x0F ~2 "
b"T˜à£ôHƇpnÔŠ«Nè "
b"X\x12 .-gHЮuÇûœXTD "
b"[ÐVÈWJ\x06 §\x17 @\x08\t 3I. "
b"®c\Ù´òLþ¢z\r ‘öX¥" "
b"«uÎ█÷PKÍícQ²SUì\x0F "
b"®‰®\x15\x06 ŠM\x18 Šoa~«ZˆU "
b"¯\x0E H#ædM}ˆ\x13 ¢dñXÁû "
b"¯‘\x1D ž‡VH»¼\x12 ¯†\x05 úóà "
b"°\x1C g¨\x19 íAˆ¡*û\\x17 ÄkM "
b"°ªäëv]ID¿\x08\x1C\e a”ÏM "
b"°çº9\x1F ÂEÀ¦\x07 ë'®ð\x1E Ï "
b"°ì\x14 Ë'wE$¶M\x12 ì\x1E eb* "
b"±ÍÉžAZI‘¹\x13\x18 :ÑoY^ "
b"²LþEä>Fwª:¤§P$\x1A "
b"▓Mâ'é¼Mi»Ó┬É?S£è "
b"²p?DöÄ@\t …[Ú)l\x13 mh "
b"²r©QźC¾±X©Ÿ¼}1 "
b"▓ѯ÷mûG&ØW@Ðàø/└ "
b"²ÇÇÝ\—C\x18 ™À\x05 )gF‡\e "
b"²Ó\x0E Ã;*Gð·÷'\x13 Ž\x07 * "
b"│\r Ó<É0I├Ö'Ám├\├┘ "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"´r,Þ\x12 €D\x05 €\x1D ‹\x08\x18 Ñ©= "
b"´xJs\x08 ¬Cc‹\x01\x06 ½\t J†á "
b"´§œÈõ‡M¦²\x02 é˜\x1C L·T "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"´ç¨k‡JBKŸ#s0EÃ\x11 \r "
b"´úïå\x10 aO=– wUs†ºç "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"Á\x11 ┤\x04 «\x06 LÉøE█\f Î╚m╠ "
b"µ?jmÀ\x14 G;¿Æ¿“GÊ<Ú "
b"µQs\e o\t A³š–MòûcƒÀ "
b"Áì²┌$¥@}£$ãfm»█Ó "
b"µÉÙzmÙD°¡66\x17 ñ\v ïG "
b"µþ_\x18 çŸ@0’¾‘ftÄ\x1D k "
b"ÂÅe©°<IÏÆBè╔3\x06 LË "
b"À\x18\x0E zl■IªØ,DImÿÊw "
b"·S ÛwqI\x1A “ÌÆ¦ÆuŠã "
b"ÀeòÈ┘õO>ñ\x15 ┴áüçßN "
b"¸ŸÇi¿<Ey™¡ï¡QRrÜ "
b"╣5½Þ{ÚGz▓·ÅEp<:! "
b"╣j]x[°M┐ûkÉK|▄³ "
b"╣oÎô¾¾Gí║┤®^┴Û¹Ø "
b"¹•ʼx\x08 Aó¥\x0E ɬï "
b"║\x1C ‗¯JèH\x17 Ö;n|=ÊìÊ "
b"»¯£e3_O6½3s·Ÿ$g» "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"¼ziB4îB¶˜É?›žƒ!* "
b"½cf©,<C!µ•|ú(Ñ`á "
b"¾]4syMFú»)±\v ÞzÖ˜ "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"¥ÈOÀ?ØG·ïPp\x13 ó├Ù\n "
b"¿\x17 µÊAäI\x15 §¸C_Üa\x10 ¨ "
b"¿Gµ´žÈE\x06 –óÿ>.Œcº "
b"┐H®º╠¼AÙúËE;üù┴6 "
b"¿ßU:ä¶B^‡„‘\x07 *©ÒÞ "
b"┐ÚcÉ─}H\x07 áÒ├ßî┴³╠ "
b"┐ýÉÀ²tH\x1F º╗Ò¹\╠b¯ "
b"ÀQY\r ŠòI=–yíü8ƒ"› "
b"""
└kü°▀¸N2ò\n
Ôp█ö█7
"""
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"┴]Z§VèN┘ì._VqÐ$C "
b"Áš4€ñ°Eb‹ßT`q\x08 Òq "
b"Á£R–¤SG”³—kÚ•5)\x03 "
b"┬\x08 üm»┌H¼©øéų▒Q@ "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"ÂEãi¾\f CذgO—çu_` "
b"ÂM%4QFLžª,\x1E "Ä\e ù\x7F "
b"ÂU|í^¯F¯‹ªàs$ƒ\r ¢ "
b"œÇ\x08 O+@u¸É\x03 *^8±° "
b"ÃpúüØH@m¢wÉK³]d´ "
b"├ÅæÏ#øC=Ñïn!\x0E YbP "
b"Ö†h…9Kï—ò.;¾óS˜ "
b"""
Ãð”\x01 ÄsK\n
—\x0E ÁÇãØC\t
"""
b"Ä\v DÙ±IDZ«)÷[Î+FO "
b"Ä<\t ?˜\x12 Ib›S{l‘é©\x0E "
b"─ÝXÉJtH1ñ\x17 T\x05 ;\x1C üÛ "
b"Åî3ªO\x04 GÚ¥Ò\x00 ï\x0E _.ï "
b"Æ\x14 ÎrçOO¼‹œ‰žÞ—~É "
b"ÆPÐ\f ÎpK£˜èɉmÓh\x06 "
b"Æk"\x14 á]IQP›Ñ“\x15 í£ "
b"ÆÉKªÓêK§™QÑ¥\x12 S\x1D\x07 "
b"Ç\x16 Àð‡LÒ¿†¶C¤ðTb "
b"Ç\x1D »p—›Lë“h¯\x12 -ݸ¬ "
b"Ç\x1E e¹FOEö—'ðÉ(°M! "
b"ÇEÈP©¯@=°÷Ri0¸ž3 "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"Çá¬âV®H\x1E Qü×KÛ{ "
b"ÇìÔÕ:ŠA§…ôb\x12 뾯› "
b"ÇîÝ&\e ÍI¯ˆ\x1A LmàÍ\x14 Ø "
b"È]GƉ\f K´‡lºÑ…8s\x13 "
b"ÈsǼ‘ùFz‡]ôÁ\x18 ˆä\x1A "
b"ȸç_âa@ȉŸD×üf°h "
b"""
É\n
\x1E ÝzGF\x10 “5oF?þ {
"""
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"╩\x08 £▒#hJÚÉpê╩{_│® "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"ÊÎVß·@D\x12 –ß/#”bÊó "
b"ÊÏ\x10 'o±F\x11 ½CÒ·ô(ª "
b"Ë\x0E 89Ú«LN¢YÒ£~BØ\v "
b"Ë\x18 Ã[Ù·NfŠq,2K.§\x7F "
b"Ë,¶OÛ»IyÃûÀè„.Ä "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"˼¬Áº\t Ež½Ü\x11\x15 ÿ\e g] "
b"ÌL(ìHY@ü¿\x14 y…£Äšž "
b"ÌN\x19 7åD.»¸±ÅžT\x0F Z "
b"ÌUEz¿/M¢ äÿ¢ðY)( "
b"̨“V×\e DÛ‹‹Á³\e\x18\x03 ¥ "
b"╠ʃ\x17 PçNrág¤ ı\x1C ØP "
b"Ìî²¾Í\x10 GŽ›çt@p;\x04 U "
b"ÍÒ\x0E Žg=MY·JŤǨÆÜ "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"οßûà\x1E LÝ£Žv\x13 8zù\x11 "
b"¤\x1A ÂODSKÏ×Åý\x1F ñÍ\f ÿ "
b"""
¤\x1E ¤ì´NL2á>ÿ├\x7F \n
ò
"""
b"¤Di\x04\x0F ÎFo¿\r ̦ü¹°ä "
b"ÏQå-ð\x05 E^¼H¹\x04 °½‚š "
b"χ\x1D Ä`ÝIÐŽfþ\f\e ú° "
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"Ð\x1E ÷i§NH¬’¤I¢ê»Ôj "
b"Ð$\x1C S_=H™¾€²™\x06 ¥\x14 æ "
b"Ð/9Ê=1F„¶0‰p™ÛŒ© "
b"Ð1ÁãåéLÁ‡êó¯ÒÛæ% "
b"Ðw¤·înF\x17 €}\x01 ¦½àV¥ "
b"Ѐ+Gs¤C\x06 ‚oo¿`ˆVµ "
b"ÐëLàØ■@&╗æ\x13 ┴Øèt¬ "
b"ѧdù¬ÃMuŒ¡gY@ÜæF "
b"мlE¡~Fü┐;0õö*5c "
b"Ò¤r(ï\f OCŸæ;\x17 `kš¦ "
b"ʽDf#fIêø®\t GôÍüu "
b"ÓJsðV³MΪ{\x03 ks.ÎÌ "
b"ÓR\x1F xø…F+µ\x11 šI>ó&° "
b"Óp\x15 ðŸ\x03 Iù¯!c²èҨà "
b"Ëæ┐─î_B)ÅW¢╚éEÈ▓ "
b"ËöüÄXûAö¢\x19 ±`2ùø▄ "
b"ÓÒ³¶WOEöˆ|g"f\V\x14 "
b"Ô×\x01 žë8I©¶|ßz¼•\x01\x17 "
b"ı%\t ×▓éD<Ä\e üç\x1A\x16 ƒ\x15 "
b"Ö4ÑwÅäG\x15 ¸Oua¨%ј "
b"ÖS§šPãAwº˜P\x19 •Ãä_ "
b"Ö“S.ŸGKöœ¤:a…2’g "
b"ͦ\x1E Ä\x1A\x1D M\x17 ©\x1E É_S\x12 ¢\r "
b"×aCRá*IÏë\x1E t;;\x04 $ "
b"×ÙÌG‘ C[¥Ç£´}\x7F\x08\x03 "
b"׿g’è°@À¡\x1F z[Ô„\x15 ] "
b"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"×þÜR”™KàœSŽËY\x08 [` "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"┘\x06\x11 ÕgÛD[ì*¨Ü¸ ¾f "
b"Ú¥\x11 —¿SKG‰\x06 Žíܼf– "
b"Ú¦\x11 ¢€»HP¬lVÏŠ½T\t "
b"Û+Ü\x18 ϱLk½òš\r ÙÅ\x1F ¬ "
b"Û,ÓÇ‹èDL„™BÝL|]5 "
b"Û‘ÖR8¥Gº“ù]©½ª\x19 S "
b"ÛÓyðå(DX‚ú¢¸\x08 ÒÓj "
b"ÜDóxâF𻛨;c{™\x1F "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"Ü¥ð~‹^Já‰C5»éÑg] "
b"ܵ¢¬eÏKT’=ôv .)u "
b"Ü»5ÊŒµK´…„ÌâÕè3 "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"Ý\x08\x08 QϵJȈ‘UEš¯UÆ "
b"Ý\x12 Ïʨ“B¼¡P¾\x1F Ý Üµ "
b"¦\x16 Õü▓QCX£¥øP2ý4¥ "
b"ÝÍFš~~Iw¹½î-›7.± "
b"ÝÓ¯ï7‚F纎IO¥JPÌ "
b"ÝÖùp8ÕC›£b\x18\x1D\x0E ùþ€ "
b"Ýóí§U:B\x18 ”€WþùT\x0F\v "
b"Þ\v z‚O÷@¼“Tq˜'4Ð "
b"Þ:³©YÅ@þ°ó;7…¢FÐ "
b"Þh-_\x05 åJY¬çš»\f ¯\x19 $ "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"Þ—¡‹j\r Hâ”u°GÃ*\x1D Y "
b"Þ÷¿„ÎnEܨ\x11 dÜÇ~+\x16 "
b"ß\x08 ûù\x15\v HÌš\x17 ‡\x19 9\x11 {_ "
b"ß\x17 _>é«CδBÿ\x1D ’Á°Ú "
b"ß—\x03 $’¶D-š9kBÇyDã "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"ÓIÜ~.hKÅñÑJ<aÍê "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"""
à‚"¼¾\v Eƽx\n
æöùö\x1D
"""
b"àªbѨwL~™=8kž`¯D "
b"""
àý\r\n
„šN\x05 €\v M‰šø\t 1
"""
b"áM¨Ré@LW¤;¥¡Ó£8… "
b"Ô_\x02\x1D V\x1F M■£¥n\x0F N\x17 ìå "
b"ã\x0E Øs]îN\t ©Ë@i˜ñiÞ "
b"ã#kKûþFG©\x1D Ç \x07 £©Œ "
b"""
ã²B\n
8·CY¦‘F©Ž\x12 Xø
"""
b"ã½lÜCUBh¥œèKBþR\x0F "
b"Ò╠þ_ºKF\v å¾│ÊKØ\x11 a "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"ä%¿±-ÇGi„Ö·”“ü=\x1C "
b"ä[ĺ;ÚAy¥¯éß©1ÀÑ "
b"õì$%╣þO%ª\x14 äGd mp "
b"äÞ&@©/J\x08 “§¾Å‰¶À\x14 "
b"å<íâ[pIÅ·Z\x0E U^“\x06 ö "
b"""
åÍ('\n
êJw•Å;t09c¢
"""
b"æ.ÛÑÑ’Ng«Œ\x1C Q\x07 $ª‚ "
b"æl8&^ØM\x15 ¿\x16 “Ñ“;>ö "
b"µçÁO\x1A\x1C Jôü¬²│¼úÄÞ "
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"æçüt‹\x19 E“—kí²‘\x17 ‘ž "
b"þ[xÌÞxJÉåN\x17 ¨F═\x17 £ "
b"þ]┤[vôFcîÉsÅ Ùd¶ "
b"çÅœVàþM\v £ôAð0¢Y "
b"""
çìnL\x16 ŽC‹‹¶\n
û¿ÙtÍ
"""
b"þ¯ã!g▀Oå┐ñäØÑ u "
b"çùR\x1D úˆFç¶%Yމ¯<l "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"èñ˜åLLJ\t ¼\x06 ¯\x1F !æ˜Ø "
b"èñ¯"#«C¶·:}ãŒGAù "
b"é67‘\t üH{©wr\x18 ‰Ã\t ë "
b"é»\x05 S„\x0E J–¸2ã¢÷‡wÅ "
b"êîͶóIí¨ì'€Ui\x1D "
b"êðBí`WEb“¾Ÿ#y[\x04 ¤ "
b"ë\r >$/¸@ŠéM\r `žv\x00 "
b"ëeG¨ÃNG&¾\x1A ƒá1Ý\x14 • "
b"Ù©¡W%:LýªÅAfK\x15 Ý┼ "
b"ÙÛÒÝÆ<CÅæa"╔ÇÉ 8 "
b"윺\x19 ·\x08 MÍ…ÌúLÿã\x1D\v "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"í\x1E £‘ŽBC›¥hÎ(y3u "
b"î1¦ÄkkKNžõ*vów°ÿ "
b"¯ü/©x¹Hƒå┌U£ô\x07 ª\x17 "
b"î‰qéX@O¹½ÂŒúråIŽ "
b"î· tý\x14 N‹“Á/ÎX\f\x7F L "
b"îÍ{¶™®NÇžLÙùBKç° "
b"¯ý%b▀¸O\x0E âıÀh÷ÞØ┴ "
b"îï¦#.·MÇ•ª_Wö\x02 ÓË "
b"´ìi\x16 ¯-Kìƒ|\x06 ┘è▀ʨ "
b"""
ïµ5 ¨ØF€±`\x15 \n
Ðíâ€
"""
b"´ÛB▒7dMnÄ\x11 ت{w*Q "
b"ð]½²}¼FŒ¡sÀ*¡€ÿ\x15 "
b"ð™J§~FF\x03 ’¥;\x11\x02 2qå "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"ðù©˜çH@–¦=™tžÕ} "
b"ñ<¡ûñÇIõ”•hÃKà\r ñ "
b"ñÆ£>\x00 OJ\x03 ¨¿\x02 \r Ýêq: "
b"‗_ÔGÿ\r M\t Åê\x10 mjıC´ "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"ò²¥êÆ\x19 OŸ–\x13 l™F\x14 z3 "
b"‗Á=█Â`DàÁyÎÚ\e ìs¡ "
b"ó\x0F Òt\x15 C`ƒyÚ÷|×Az "
b"óšÐEs\x7F Bz©ž\x14 ÄJ\r \x02 ¯ "
b"¾ºÙðÍ\x03 J8©°ü.©┼yƒ "
b"óºó÷c5DÀ»Å>*ù¦K@ "
b"ó»²þ¯\x1C Ip‹\x13 ’‚ÙŒ‹ "
b"¶,▒£üùI{Üjæ¥SK*© "
b"¶D`Ø/NG¸çK╠Ü»îv "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"ô|\x11 ú?N@%„ÆÙ†‘ئ\r "
b"ô}gö ›JI¹“c9´ð\v … "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"õX†ÜEâCßÏ\x12 á™\r 0\x1E "
b"§Å¡Ð\x1D ¾IzòlQ'z\x0F J0 "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö\x1D Q8ÉpEk›Ò;®íO*¬ "
b"ö6ÿrî=L\x17 ¼\x1F 'L‰…M6 "
b"¸ ½u2êLíì\ƒS¤¶?\x02 "
b"¸\x7F KEù\x05 C\x11 ü~ý╬\_e« "
b"÷ He$þOúž\x04 Þ\x14 õˆ! "
b"¸¸\r x\x13 1Kì▓ÿı║MÑ?! "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"ø€¯Cq3Aª½AÔÝ&\x07 ó "
b"°îü×júHTü§Á\x19 pd°7 "
b"ù>-–\x05\x7F E6²ÐUó¤?°„ "
b"ùðE~6eFÔžÅÓAÖ®y— "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"ú ¹Æ³^G\x02 †F(Ÿë\x0F ðC "
b"·úìQ]¥OÅÀ°þW\x18\t z( "
b"""
úÁ\x1F .\n
ßJÙ¹3ywèh)y
"""
b"·¶¨¬Å}GoêVN┴\·²\x05 "
b"¹KéÚ█§M─ìÐÝ╔\x01 VÕ█ "
b"û”òé'¾A̦;Ü_fºûú "
b"ü$J\x0F ¼K@ú¬WÁÐ\x1F ¾'Ð "
b"ü¤OÔreH¼¹ã\x1D\x0F *Të‡ "
b"üŇóúÁDެ¤ÿr;%ñ© "
b"ý¸¢gFçNh \t ÜŸcMeØ "
b"ýÑ{žÊÆK\x10 ®Â™ïÖ\x03\x03 4 "
b"þ•?\x02 ZûD´“D%|øqåT "
b" \x05\x18 ÎÅ╗Otç6=·X═¤\x01 "
b"ÿ Õyþ©JrºXdÁ³\x10 &\x18 "
b" ä¶÷åOL‗ÅcE_´æ³n "
b" ═┼üL>O┌ó\x13 v¡Äî8± "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (0x9F2CB4BF379F45159196803AAA4E50DF , 0x9F5FE186D37141D59EA029F2713AEAF4 , 0x9F9B8F15CAB74E52B1210A2868E10ED1 , 0x9FF25A097EE2406EB71EAC2A16D59A2C , 0xA037F04DBBF24E2483A529A59E756046 , 0xA13A4FEA4A1D418E964D79B620FED93E , 0xA261978DD58241FEB6FF32F131430AE0 , 0xA2AC02B314D444998E1515FDD9ED51F7 , 0xA2DE0CFD99D4490EA208ECC454FB7AC6 , 0xA3057CF5208D451792E946D4EE206C24 , 0xA31A9E9FE7584BD8983181081F58012A , 0xA3409EB02CA3493E95CE9DB31653ABDC , 0xA371E08C4D084063AE5BF6D870F8DABB , 0xA3774C862DE641129ADA102D2D423221 , 0xA37CF16957DD4165961826B32DA4E1B1 , 0xA3915E6FC055404AB9CE1787336A58F2 , 0xA391FFE286B0444B82871FD0EFD129EB , 0xA3E34FC914144428A650AF927008EEE6 , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA410077D72804524925B777299743CD9 , 0xA467DF4EF04D424A9D88203152499AC1 , 0xA5024F7925E445F48EFCD751B91DA74D , 0xA52D497AAF8340B9B023B1FC1A7A281E , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xA5F59F25F1B64AADB4E2A898ED821D60 , 0xA6521B33E5A9408B91C8C21F50B3E752 , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xA68CE4B7DEDE44BF8A28FCEB0036DCB9 , 0xA7159A3BF987425BBAEB1D8DD4F48876 , 0xA729C74B24584185B973F35EFF896EDF , 0xA7EBE7053E2445118A777177FF15214D , 0xA82CE80072854A968A0591D5626DBAFD , 0xA8669A2084AB4EFCA0B74D377D8B2B01 , 0xA88EBC79DE0D44B496B4B9DEBCC13F7E , 0xA8C71A21CF00454BA745897024CAA276 , 0xAA1323C0306E49A08CDD2558581BD290 , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xAA3BBA11D061456D9F3393A2405AB76E , 0xAAB1D12382BC4DEE8D7835E417CA3BCF , 0xAAD3130EF5AB40E08DCB38D1472368AE , 0xAB128C38805643EEAED2BC4A5E9A054B , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAC2D4F2ED9784C74BCCA4767E90DC437 , 0xAC375837DA31491C80EB132342B9654C , 0xAC5203D48FC24FD69BFDE16F13045CA7 , 0xAC6E2D59501949F7BDD7AE1315F29667 , 0xAD2DA0AB106F468FBEA61058110F7E32 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xAD58122E2D6748D0AE75C7FB9C585444 , 0xAD5BD056C8574A06A71740080933492E , 0xAE635CD9B4F24CFEA27A0D91F658A522 , 0xAE75D7DBF6504BD6A16351FD53558D0F , 0xAE89AE15068A4D188A6F617EAB5A8855 , 0xAF0E4823E6644D7D8813A264F158C1FB , 0xAF911D9E875648BBBC12AF8605FAF3E0 , 0xB01C67A819ED4188A12AFB5C17C46B4D , 0xB0AAE4EB765D4944BF081C1B6194CF4D , 0xB0E7BA391FC245C0A607EB27AEF01ECF , 0xB0EC14CB27774524B64D12EC1E65622A , 0xB1CDC99E415A4991B913183AD16F595E , 0xB24CFE45E43E4677AA3AA4ADA750241A , 0xB24D832782AC4D69AFE0C2903F539C8A , 0xB2703F44F6C44009855BDA296C136D68 , 0xB272A951C5BA43BEB158A99FBC7D31AD , 0xB2A5EEF66D9647269D5740D1859B2FC0 , 0xB2C7C7DD5C97431899C005296746871B , 0xB2D30EC33B2A47F0ADB7F727138E072A , 0xB30DE03C903049C39927B56DC35CC3D9 , 0xB32B7190641946ED8F1931294EF274EC , 0xB4722CDE12804405801D8B0818D1A93D , 0xB4784A7308AC43638B0106BD094A86E1 , 0xB4A79CC8F5874DA6B202E9981C4CB754 , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB4E7A86B874A424B9F23733045C3110D , 0xB4FAEFE510614F3D962077557386BAE7 , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB511B404AE064C909B45DB0CD7C86DCC , 0xB53F6A6DC014473BBFC6BF9347CA3CDA , 0xB551731B6F0941B39A964DF2FB6383C0 , 0xB58DFDDA24BE407D9C24C6666DAFDBE0 , 0xB5C9D97A6DD944B0A1363617F10BEF47 , 0xB5FE5F18E79F403092BE916674C41D6B , 0xB68F65B8F83C49D892428AC933064CD3 , 0xB7180E7A6CFE49A69D2C44496D98D277 , 0xB753A0DB7771491A93CCC6A6C6758AE3 , 0xB76595D4D9E44F3EA415C1A08187E14E , 0xB89FC769BF3C457999A1EFA1515272DC , 0xB935ABE87BE9477AB2FA8F45703C3A21 , 0xB96A5D785BF84DF0BF966B904B7CDCFC , 0xB96FD793F3F347A1BAB4A95EC1EAFB9D , 0xB995CABC780841F3A50EEE969EC9ACEF , 0xBA1CF2EE4A8A4817993B6E7C3DD28DD2 , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBC7A694234EE42B698C93F9B9E83212A , 0xBD6366A92C3C4321B5957CFA28D160E1 , 0xBE5D3473794D46FABB29B10BDE7AD698 , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xBED44FB73F9D47FA8B507013A2C3EB0A , 0xBF17B5CA41E44915A7B8435FDC6110A8 , 0xBF47B5B49EC8450696F3FF3E2E8C63BA , 0xBF48A9A7CCAC41EBA3D3453B8197C136 , 0xBFDF553AE4B6425E878491072AA9D2DE , 0xBFE96390C47D4807A0E3C3E18CC1FCCC , 0xBFEC90B7FD74481FA7BBE3FB5CCC62EE , 0xC051590D8AF2493D9679EDFC3883229B , 0xC06B81F8DFF74E32950AE270DB94DB37 , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC15D5AF5568A4ED98D2E5F5671D12443 , 0xC19A3480F1B045628BDF54607108D271 , 0xC1A35296A4534794B3976BDA95352903 , 0xC208816DAFDA48ACB89B828FFCB15140 , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC245E369BE0C43D8B0674F97E7755F60 , 0xC24D253451464C9EAA2C1E22C41BF97F , 0xC2557CED5EAF46AF8BAAE07324830DA2 , 0xC29CC7084F2B4075B8C9032A5E38B1B0 , 0xC370FAFCD848406DA277C94BB35D64B4 , 0xC38F91D8239B433DA58B6E210E596250 , 0xC396866885394BEF97F22E3BBEF35398 , 0xC3F09401C4734B0A970EC1C7E3D84309 , 0xC40B44D9B149445AAB29F75BCE2B464F , 0xC43C093F981249629B537B6C91E9A90E , 0xC4ED58904A744831A41754053B1C81EA , 0xC5EE33AA4F0447DAA5D200EF0E5F2EEF , 0xC614CE72E74F4FBC8B9C899EDE977EC9 , 0xC650D00CCE704BA398E8C9896DD36806 , 0xC66B2214E15D4951AD509BD19315EDA3 , 0xC6C94BAAD3EA4BA79951D1A512531D07 , 0xC716C380F0874CD2BF86B643A4F05462 , 0xC71DBB70979B4CEB9368AF122DDDB8AC , 0xC71E65B9464F45F69727F0C928B04D21 , 0xC745C850A9AF403DB0F7526930B89E33 , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xC7E1ACE256AE481EA051FCD74BDB7BAD , 0xC7ECD4D53A8A41A785F46212EBBEAF9B , 0xC7EEDD261BCD49AF881A4C6DE0CD14D8 , 0xC85D47C6890C4BB4876CBAD185387313 , 0xC873C7BC91F9467A875DF4C11888E41A , 0xC8B8E75FE26140C8899F44D7FC66B068 , 0xC90A1EDD7A47461093356F463FFEA07B , 0xC92AE0103B2841F4B31F85421E7493AE , 0xCA089CB123684AE9907088CA7B5FB3A9 , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCACE56DFB740441296DF2F239462CAF3 , 0xCACF10276FB14611BD43D2CE87F428AA , 0xCB0E3839DAAB4C4EA259D2A37E42D80B , 0xCB18C35BD9B74E668A712C324B2EA77F , 0xCB2CB64FDBBB4979ADC3FBC0E8842EC4 , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCBBCACC1BA09459EBDDC1115FF1B675D , 0xCC4C28EC485940FCBF147985A3C49A9E , 0xCC4EAD1937E5442EBBB8B1C59E540F5A , 0xCC55457ABF2F4DA2A0E4FFA2F0592928 , 0xCCA89356D71B44DB8B8BC1B31B1803A5 , 0xCCD29F1750874E72A067CFFFD51C9D50 , 0xCCEEB2BECD10478E9BE77440703B0455 , 0xCDD20E8E673D4D59B74AC5A4C7A8C6DC , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCEBFDFFBE01E4CDDA38E7613387AF911 , 0xCF1AB64F44534BD89E8FEC1FA4D60C98 , 0xCF1ECF8DEF4E4C32A03E98C37F0AF095 , 0xCF4469040FD7466FA80DDEDD81FBF884 , 0xCF51E52DF005455EBC48B904B0BD829A , 0xCF871DC460DD49D08E66FE0C1BFAB020 , 0xCF9EDBADBFE24B908A94BE358064220A , 0xD01EF769A74E48AC92A449A2EABBD46A , 0xD0241C535F3D4899BE80B29906A514E6 , 0xD02F39CA3D314684B630897099DB8CA9 , 0xD031C1E3E5E94CC187EAF3AFD2DBE625 , 0xD077A4B7EE6E4617807D01A6BDE056A5 , 0xD0802B4773A44306826F6FBF608856B5 , 0xD1894C859DFE4026BB9113C19D8A74AA , 0xD1A764F9ACC34D758CA1675940DCE646 , 0xD1AC6C45AD7E4681BF3B30E4942A3563 , 0xD2A47228EF0C4F439FE63B17606B9AA6 , 0xD2AB4466236649889BA9094793D68175 , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD3521F78F885462BB5119A493EF326B0 , 0xD37015F09F0349F9AF2163B2E8D2A8C3 , 0xD391BFC48C5F42298F57BDC88245D4B2 , 0xD394818E58964194BD19F16032979BDC , 0xD3D2B3B6574F45F6887C6722665C5614 , 0xD4D7019EEB3849A9B67CDF7ABC950117 , 0xD525099EB282443C8E1B81871A169F15 , 0xD634D177C5E44715B84F7561A825D198 , 0xD653A79A50E34177BA98501995C3E45F , 0xD693532E9F474BF69CA43A6185329267 , 0xD6DD1E8E1A1D4D17B81E905F5312BD0D , 0xD7614352E12A49CFADEB1E743B3B0424 , 0xD7D9CC4791A0435BA5C7A3B47D7F0803 , 0xD7E66792E8B040C0A11F7A5BD484155D , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xD7FEDC5294994BE09C538ECB59085B60 , 0xD843A216A4074263B959DBC70082DF27 , 0xD90611E567EA445B8D2AF99AF7FFF366 , 0xDAA51197BF534B4789068EEDDCBC6696 , 0xDAA611A280BB4850AC6C56CF8ABD5409 , 0xDB2BDC18CFB14C6BBDF29A0DD9C51FAC , 0xDB2CD3C78BE8444C849942DD4C7C5D35 , 0xDB91D65238A547BA93F95DA9BDAA1953 , 0xDBD379F0E528445882FAA2B808D2D36A , 0xDC44F378E2AD469ABB9BD83B637B991F , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xDCA5F07E8B5E4AE1894335BBE9D1675D , 0xDCB5A2AC65CF4B54923DF476A02E2975 , 0xDCBB35CA8CB54BB485AD84CCE2D5E833 , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDD080851CFB54AC8889155459AAF55C6 , 0xDD12CFCAA89342BCA150BE1FDDA0DCB5 , 0xDD16E581B25143589CBE9B5032EC34BE , 0xDDCD469A7E7E4977B9BDEE2D9B372EB1 , 0xDDD3AFEF378246E7BA8E494FA54A50CC , 0xDDD6F97038D5439BA362181D0EF9FE80 , 0xDDF3EDA7553A4218948057FEF9540F0B , 0xDE0B7A824FF740BC935471C2982734D0 , 0xDE3AB3A959C540FEB0F33B3785A246D0 , 0xDE682D5F05E54A59ACE79ABB0CAF1924 , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDE97A18B6A0D48E29475B047C32A1D59 , 0xDEF7BF84CE6E45DCA81164DCC77E2B16 , 0xDF08FBF9150B48CC9A17871939117B5F , 0xDF175F3EE9AB43CEB442FF1D92C1B0DA , 0xDF97032492B6442D9A396B42C77944E3 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE0499A7E2E684B8FA4A54A3C61D6F088 , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xE08222BCBE0B45C6BD780AE6F6F9F61D , 0xE0AA62D1A8774C7E993D386B9E60AF44 , 0xE0FD0D0A849A4E05800B4D899AF80931 , 0xE14DA852E9404C57A43BA5A1D3A33885 , 0xE25F021D561F4DFE9CBE6E0F4E178D86 , 0xE30ED8735DEE4E09A9CB406998F169DE , 0xE3236B4BFBFE4647A91DC7A007A3A98C , 0xE3B2420A38B74359A69146A98E1258F8 , 0xE3BD6CDC43554268A59CE84B42FE520F , 0xE3CCE75FA74B460B86F3B3D24B9D1161 , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE425BFB12DC7476984D6B79493FC3D1C , 0xE45BC4BA3BDA4179A5AFE9DFA931C0D1 , 0xE48D2425B9E74F25A614844764206D70 , 0xE4DE2640A92F4A0893A7BEC589B6C014 , 0xE53CEDE25B7049C5B75A0E555E9306F6 , 0xE5CD28270AEA4A7795C53B74303963A2 , 0xE62EDBD1D1924E67AB8C1C510724AA82 , 0xE66C38265ED84D15BF1693D1933B3EF6 , 0xE687B54F1A1C4A9381AAFDB3ACA38EE8 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xE6E7FC748B194593976BEDB29117919E , 0xE75B78DEE8784A90864E17F946CD179C , 0xE75DB45B769346638C90738FFFEB64F4 , 0xE7C59C56E0FE4D0BA3F441ADF030A259 , 0xE7EC6E4C168E438B8BB60AFBBFD974CD , 0xE7EEC62167DF4F86BFA4849DA5FF75B6 , 0xE7F9521DFA8846E7B625598E89AF3C6C , 0xE856A61D085B47E789EB273C6D725D54 , 0xE8F198E54C4C4A09BC06AF1F21E698D8 , 0xE8F1AF2223AB43B6B73A7DE38C4741F9 , 0xE936379109FC487BA977721889C309EB , 0xE9BB0553840E4A96B832E3A2F78777C5 , 0xEAEECDB6F3AD49EDA8EC27805569AD1D , 0xEAF042ED6057456293BE9F23795B04A4 , 0xEB0D3E242FB840AD8AE94D0D609E7600 , 0xEB6547A8C34E4726BE1A83E131DD1495 , 0xEBB8AD57253A4CECA68F41664B15EDC5 , 0xEBEAE3ED923C438F916122C98090FF38 , 0xEC9CBA19B7084DCD85CCFA4CFFE31D0B , 0xED0117CD0F624BEB995F35A34C273ADC , 0xED1EC2A3918E42439BA568CE28793375 , 0xEE31A6C46B6B4B4E9EF52A76F377B0FF , 0xEE812FB878FB489F86DA559C9307A617 , 0xEE8971E958404FB9BDC28CFA72E5498E , 0xEEB7A074FD144E8B93C12FCE580C7F4C , 0xEECD7BB699AE4EC79E4CD9F9424BE7B0 , 0xEEEC2562DFF74F0E83D5B768F6E89DC1 , 0xEEEFA6232EB74DC795AA5F57F602D3CB , 0xEF8D6916EE2D4B8D9F7C06D98ADFD2F9 , 0xEFB53520A8D84680B160150AD0EDE280 , 0xEFEA42B137644D6E8E119DA67B772A51 , 0xF05DBDB27DBC468CA173C02AA180FF15 , 0xF0994AA77E46460392A53B11023271E5 , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF0F9A998E7484096A63DAD99749ED57D , 0xF13CA1FBF1C749F5949568C34BE00DF1 , 0xF1C6A33E004F4A03A8BF020DDDEA713A , 0xF25FE247980D4D098F88106D6AD543EF , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF2B2A5EAC6194F9F96136C9946147A33 , 0xF2B53DDBB6604485B579D7E91B8D73AD , 0xF30FD2AD741543608379DAF77CD7417A , 0xF39AD045737F427AA99E14C44A0D02AF , 0xF3A7EBD0D6034A38B8F8812EB8C5799F , 0xF3BAF3F7633544C0BBC53E2AF9A64B40 , 0xF3BBB2FEAF1C49708B139282D98C8BA0 , 0xF42CB19C8197497B9A6A91BE534B2AB8 , 0xF444609D2F4E47F7874BCC9AAF8C7620 , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xF47C11FA3F4E402584C6D98691D8A60D , 0xF47D67F6209B4A49B9936339B4F00B85 , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0xF55886DC45E243DFADCF12E1990D301E , 0xF58FADD11DF3497A956C51277A0F4A30 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF61D5138C970456B9BD23BAEED4F2AAC , 0xF636FF72EE3D4C17BC1F274C89854D36 , 0xF720AB7532884CA18D5C9F53CFF43F02 , 0xF77F4B4597054311817EECCE5C5F65AE , 0xF7A0486524FE4FFA9E04DE14F5C28821 , 0xF7F70D7813314B8DB298D5BA4DA53F21 , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xF872876363044B1BB656FDD83918ADE0 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0xF880AF43713341AABD41D4ADDD2607F3 , 0xF88C819E6AA3485481F5B5197064F837 , 0xF93E2D96057F4536B2D055F3A43FB084 , 0xF9F0457E366546D49EC5D341D6AE7997 , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFAA0B9C6B35E47028646289FEB0FF043 , 0xFAA38D515DBE4F8FB7F8E75718097A28 , 0xFAC11F2E0ADF4AD9B9337977E8682979 , 0xFAF4F9AA8F7D476F88564EC15CFAFD05 , 0xFB4B82E9DBF54DC48DD1EDC90156E5DB , 0xFB94F2E927BE41CCA63BDC5F66BAFBFA , 0xFC244A0FBC4B40FAAC57C1D01FBE27D0 , 0xFCA44FD4726548BCB9E31D0F2A54EB87 , 0xFCC587F3FAC1448EACA4FF723B25F1A9 , 0xFDB8A26746E74E68A009DC9F634D65D8 , 0xFDD17B9ECAC64B10AEC299EFD6030334 , 0xFE953F025AFB44B49344257CF871E554 , 0xFF0518D78FBB4F7487363DFA58CDCF01 , 0xFF20D579FEA94A72BA5864C1B3102618 , 0xFF84F4F6864F4CF28F63455FEF91FC6E , 0xFFCDC5814C3E4FDAA21376AD8E8C38F1 );
Copy
84
17.29 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000
Parameters :
[
true
b"""
\n
R•\x1C ¿OKÀ‘xDÒr†Û\x18
"""
b"\x0F 6fO\x01 «BÀ´3‡9µ\x1F ò\x05 "
b"\x15 áò*│▄DvûAÌ▒ߨm\x1F "
b"""
\x1A )\x18 “\x13 ÁL\n
¼óÍ Öqíà
"""
b"$¿ıXƒßD;É┬-¨ìø╝ô "
b")\e «¯Ð3N¯ž[*K)§ey "
b"3ÕŒÕ$\x08 E‘‰ÂP9ŸïÛï "
b"49Ç'\e\v K‡¹‘Žä…×8V "
b"9\x06 à\v\x1F œMô»Þ ÄÞ\x1C ¢E "
b":Õþô&¤H=ºqÞ„[•3i "
b"@-àô\x7F ¯I\x12 ½\x02 G9îÞ*\x1F "
b"""
Jk\x17 »\n
™O\x04 ³VXñ|¦€‹
"""
b"V·\x17 ■\v CÕ©\x1F É┼"'l┘ "
b"]éršE‹G|¹úXÁÚfÀÇ "
b"d% ²ÛCCõ“°×‡bz…n "
b"jH07èhD)†é\e ŠÜÜþ1 "
b"o2zÀ\x00 ·@~»(X\n B\x14 ç\v "
b"qO1{qöN1¡╔├ìÝ\x17 ´Ô "
b"s‚zÂaTIf¸þöЙ\x12 úé "
b"¥õŸ%ñ¶J´â¨˜í‚\x1D ` "
b"Ò¤r(ï\f OCŸæ;\x17 `kš¦ "
b"ܵ¢¬eÏKT’=ôv .)u "
b"èñ˜åLLJ\t ¼\x06 ¯\x1F !æ˜Ø "
b"Ù©¡W%:LýªÅAfK\x15 Ý┼ "
b"\x00 Çt+\x06 ÚCbšóÒ!Œ¢Ï¼ "
b"\x0F RŠ÷4SDq”H«+ÀË-` "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"$¶µãÁÒOè‚å¾\x00 š¾*C "
b"&D¯—Á\r MѱŽ\x00 ð\x08 R¨E "
b"+\x06 Žï\f ‹Lvšs0\x13 ¡e˜ë "
b"1î™¼ÂØJv¡u\x0F ‹\x1E }+ "
b"3|>±+‚A'¹"nÒ—Pc\v "
b"<W\n ð\x19 ðHŃ\x00 €\x1E úñT\x11 "
b"@gë\x1D ËuK]©qÊlsþ\x07 "
b"Eð#FÔŸH/¨p!`7` & "
b"G"¯\e â3E'¢@¹#,ÿ/\x7F "
b"MRDÌ\x16 ”L›¦=^¦d<§× "
b"Oνc¤“Fî®ð¿ç§°\x02 o "
b"Sš\v _ò\Dѵˆfaéc\x01\x0E "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"Y\x04 ü\x12 î<Cë˜óƒö”\x03 Zn "
b"[ŒŸ\x18\x1E F™”#·Ú@Ó)K "
b"""
_\n
\n
o*áC®Ø│&Î}è─g
"""
b"a¸¨OrÒA8│Ø"äƒâ&a "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"g_\x06\x1C GOD;€jF¨z6W{ "
b"i\x01\f\x03 ªðMÙ¹\x05 Á:XÓÿ† "
b"i\x1C X└\x0E ƒL\x11 ø╚9[eðPØ "
b"r`IAs{A\r št^K\x17 ˆ÷Ù "
b"rzG4%DAÞÅ\x15 ¡╬o╚▓â "
b"u\t …™´FG†§…hBûÁññ "
b"ä~Ã▓┘¢OXó┴¹▀ì5kD "
b"—Ï$àq‰FŸž«×+n<“. "
b"ªZßı±gL*׺"┼»Xìí "
b"±ÍÉžAZI‘¹\x13\x18 :ÑoY^ "
b"´§œÈõ‡M¦²\x02 é˜\x1C L·T "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"┐ÚcÉ─}H\x07 áÒ├ßî┴³╠ "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"Ö†h…9Kï—ò.;¾óS˜ "
b"Ç\x1D »p—›Lë“h¯\x12 -ݸ¬ "
b"È]GƉ\f K´‡lºÑ…8s\x13 "
b"ÊÏ\x10 'o±F\x11 ½CÒ·ô(ª "
b"˼¬Áº\t Ež½Ü\x11\x15 ÿ\e g] "
b"̨“V×\e DÛ‹‹Á³\e\x18\x03 ¥ "
b"ѧdù¬ÃMuŒ¡gY@ÜæF "
b"""
àý\r\n
„šN\x05 €\v M‰šø\t 1
"""
b"êîͶóIí¨ì'€Ui\x1D "
b"îÍ{¶™®NÇžLÙùBKç° "
b"¾ºÙðÍ\x03 J8©°ü.©┼yƒ "
b"¶,▒£üùI{Üjæ¥SK*© "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö\x1D Q8ÉpEk›Ò;®íO*¬ "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"ú ¹Æ³^G\x02 †F(Ÿë\x0F ðC "
b" ═┼üL>O┌ó\x13 v¡Äî8± "
b"\f Õ\f ._ÓHLºVØ\x00 ‡Ax "
b"\x14 é“Ä“\x0E Jν-\x07\v U\x10 Ô "
b"\x1F Ô\x19 ÏC┼J6ɲ´▀yßIÆ "
b"'\x08 “\™wGó•g¡6)å&, "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b"8OÌéséLž°”½ƒJíxh "
b"?õ3aU+O\x10 ¸Øø„¿½† "
b"Y`¶ë¿6K*¼1»Fó\x1E î± "
b"^R!³└ðO~ù\f ìÜo┤\x04 └ "
b"mû¾8UÃBÎ ªc\x1F ²úY\x1C "
b"o@ÇáíþEî³\t\x01 g',\x06 ` "
b"Œ_\x1D òNJD§åøÑºž¦Þ "
b"""
û\x10\x17 c\n
\x1E L¸¬Í=5ÅÛ"\x1D
"""
b"Ü&ºCC\x1C K ïç;F\x02 É`B "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¨,è\x00 r…J–Š\x05 ‘Õbmºý "
b"Áì²┌$¥@}£$ãfm»█Ó "
b"Ð/9Ê=1F„¶0‰p™ÛŒ© "
b"ËöüÄXûAö¢\x19 ±`2ùø▄ "
b"×þÜR”™KàœSŽËY\x08 [` "
b"ÛÓyðå(DX‚ú¢¸\x08 ÒÓj "
b"èñ¯"#«C¶·:}ãŒGAù "
b"ð™J§~FF\x03 ’¥;\x11\x02 2qå "
b"§Å¡Ð\x1D ¾IzòlQ'z\x0F J0 "
b"°îü×júHTü§Á\x19 pd°7 "
b"ü$J\x0F ¼K@ú¬WÁÐ\x1F ¾'Ð "
b"\x02 <ߙڷI\x16 Ž‘ÙF\x7F ßg¯ "
b"\x03 ¹ro‹uFR…¼ÈÊXnÿ "
b"\x03 þ}Þ\x06 %F¼¨ë.cè\x06 £‘ "
b"\x05 ╬ü·µ¸N\x1F ░-¿ë\x04 `ü\x1C "
b"\x08 FAð†SKTºL±N’Ú>ú "
b"""
\n
9}‚‚\x19 Kç±µ¥Ý™Á\x08 Ï
"""
b"\f\x0F gñFDKX¬\x06 éØ\x0E\x1A ÛF "
b"\f nšJɦA¦¶ðF\c«^« "
b"\x0E 'IZ\x0E\x1F AØ¡¨Ûã|╦û "
b"\x0F »ß=v\r J’³'™\x07 í®‘ò "
b"\x10 Ì┐x\x15 ÅBèÇøýç▄Á░\x14 "
b"\x12 õãb\x01 1CËŸ%\x17 >nhg¤ "
b"\x13 ºKùÂ\x18 Là‡`"\x1F q+ßX "
b"\x14 §Í\x07\x11 xA"¬,ºKª8xÝ "
b"\x16 ¹Äı╠ìG\x1C í,oN╔Çu' "
b"\e :°8€ÜGî†Ë\x07 •lW\x05 À "
b"""
\x1C\x17 \n
\x1F £ìCX▒Jtr+0Yî
"""
b"\x1D\x1A\x1C ~'&G‹¼(áq˜³±ù "
b"\x1D\x1A ·”¥tG„¯Ï†ôúƒ\x19 ˆ "
b"!N6² {L‘…>‹x»rnÌ "
b"#¨ !ÖçI'ˆ\x08 ’ð~E\x11 « "
b"&\ãa,FÄú¨:É─╝¹▀ "
b"&Ž·dƒÿIa¤ï¤\x1E >\r ¨ "
b"&╦gg█ïM▒®ðàü§#░\x08 "
b"(—œ\x11\x0E nL‘¹|Î.X5\x7F ¹ "
b"+U²×\x04 ¹D¥ˆC¨hý¾šJ "
b"+§ép¥ B˜×\x06 ‘Ÿ'Ô7 "
b",¿É`Ñ®@¦C¹¸Eïmù "
b"""
.┼Ëìe]L\n
î╣Ë:4Tû*
"""
b"1f§×Ò2I¤·¾;\x04 vešª "
b"8¼t¸,Í@\®Âl¨{a…º "
b"9sòd\x12 ”Eˆ\x16 6o£ýãÆ "
b"""
:)Î1(uM7¦g‚ûÓ¨\n
2
"""
b";C¸ÿ\x19 xL¥•mG\x03\f ô\x19 ‹ "
b"; \x17 ‰]œC-†é\x1F ¦¯\x7F '# "
b"=PÍ\x16 ŠRK\x08 ¦WU\x16 -+$x "
b"?\x1E\x1D 5W\x03 G‡«³É\x00 PŒÝ¦ "
b"B\x13 ®\x17 ˜¬EY¿†‹'\x1C â&\x0F "
b"DAWæ³JF=¡«‹á2\x10 Ú½ "
b"EŠ«cëwI\x13 ‰9aØr,!± "
b"EËF|•-Gv¹ö—Ù7“å\x15 "
b"F°\v KfxD:»½Â‡k»\f P "
b"GÂeIAiIø¥¯©$`\x03 i× "
b"LìF\x0F ïÐL¨Å│K\x11\x13\x05 «) "
b"MéŒK™s@Û˜ä*\f V¡*N "
b"N+?klvCQˆO_æÙ%ã3 "
b"T¸ø\x06 á§Gß¶\f …Œ¥ë™- "
b"U»\x14 ¸«ÎO┌ÅCßü┼\v >7 "
b"WW¦'›\F1¹ÓÑ—¹0Ëÿ "
b"Wo\x1F \r AûG)žõºb‘!Ùˆ "
b"W£iž±8Nþ‚Z´/Ô\x11 •÷ "
b"Xf\x05 ñ]·K═ü‗¥KÝ‗Û@ "
b"Y![ÆBùCÆì³µ)é·È} "
b"Z“\x16\x7F ÄfCJŠ›v[¦Šð "
b"[.˜\x7F È·C´¾}eH±\x1F Rõ "
b"[þt÷)®I\x01 ¨6Wl<•AŸ "
b"_4‚xÖÉBôŒ\x17\f\x15 hé½o "
b"`\x1F\x11 ”@\r Cj¤NˆsSß\x10 R "
b"ah]˪\x00 K;¯=®ç\x06\x0E\x02 ß "
b"aÉ.{\x15\x14 Eòò\x12 ~vi6åµ "
b"cfA7\x14 ŒGv€ÙF¯Ô2ªã "
b"c{4%ÿ\x1F @ÅÜ)\x04 ê)ãý "
b"e\x1D\e ©×ØN‗ó90à\x16 À7\x12 "
b"e;ìtÇHOË¡*K\x11 ıÔ\x02 ª "
b"g¯Cç—ŠC;¥M?ÆŒÁ[é "
b"h~ó5×·@\t ž+|_Ÿ!”É "
b"i¢Øf:šB\x04 §ŽÞnœ™4p "
b"j»|Cg/I\x05 ‹™\x06 L%\e\x1D m "
b"k#à>à—Ge˜mfàs\x03\f < "
b"l¥g╩oHAx¥Éö\x05\x1F\x00 »ý "
b"o\x10 É Ñ®K5—‡+Iýf—ø "
b"p¦Ù\t 6XFR©ˆÈˆ+xÄ- "
b"qD\x0E £%’D9¥—¾ñêá†X "
b"s\x13 7`w;@OÅÐ^\v yyÖ\x1D "
b"v„ùtH…IW’ö"ñaã¡& "
b"yé0╚\x1A ¹M\x08 ©\x0F §É╩e£░ "
b"""
}¤\x11 Kõ’J<„\n
™Þ¼Îƒ&
"""
b"~Z\t\x17 œ›M׌H!ãt£\x1D n "
b"â/TüwjLÐàªÑ3ûÆhô "
b"„>aôšÕD‚Ÿ\ ƒKÕnE "
b"‡‰%çò\t N¿º©\v ú\x0F 0\x13 Ú "
b"ëóHÓ¢ðG8íÒò├\x19 Ø1ô "
b"Š@SÂÀ¨C½•&)R8e› "
b"ìÅÅæÑ®AlÀ÷8M³VñY "
b"É1fßÿSL¡ï³w/Þî7N "
b"’\r 4²\x01 $GݵòïËiê;¢ "
b"’1ô\x1E\x03\x16 BÅ”\x1D “¡<¶×\x0F "
b"’[æ™RðL=¬·\x08 <#‚ør "
b"û\x0F 3Ô²┬H=¥n¹ßëÅ\x17 = "
b"™~\v Ôð2@ÞŠO¸¾à{\x0E » "
b"Üz¤]±-J§ÿ\x18\x16 HÞuÊÉ "
b"›Ä\e ãíÆE„¼ÑæE\x02 €#ú "
b"ØÊH¹zÍO╬ƒt"z┼\x11 9 "
b"""
ƒøÅ\x15 ╩ÀNR▒!\n
(hß\x0E Ð
"""
b"¢¬\x02 ³\x14 ÔD™Ž\x15\x15 ýÙíQ÷ "
b"¢Þ\f ý™ÔI\x0E ¢\x08 ìÄTûzÆ "
b"£‘^oÀU@J¹Î\x17 ‡3jXò "
b"£ãOÉ\x14\x14 D(¦P¯’p\x08 îæ "
b"¦Œä·ÞÞD¿Š(üë\x00 6ܹ "
b"º\x15 Ü;¨çB[║Ù\x1D ìȶêv "
b"ª;º\x11 ÐaEmŸ3“¢@Z·n "
b"«uÎ█÷PKÍícQ²SUì\x0F "
b"°\x1C g¨\x19 íAˆ¡*û\\x17 ÄkM "
b"°ªäëv]ID¿\x08\x1C\e a”ÏM "
b"▓Mâ'é¼Mi»Ó┬É?S£è "
b"│\r Ó<É0I├Ö'Ám├\├┘ "
b"´úïå\x10 aO=– wUs†ºç "
b"µþ_\x18 çŸ@0’¾‘ftÄ\x1D k "
b"ÂÅe©°<IÏÆBè╔3\x06 LË "
b"À\x18\x0E zl■IªØ,DImÿÊw "
b"╣oÎô¾¾Gí║┤®^┴Û¹Ø "
b"¹•ʼx\x08 Aó¥\x0E ɬï "
b"¿\x17 µÊAäI\x15 §¸C_Üa\x10 ¨ "
b"┐H®º╠¼AÙúËE;üù┴6 "
b"""
└kü°▀¸N2ò\n
Ôp█ö█7
"""
b"ÂM%4QFLžª,\x1E "Ä\e ù\x7F "
b"œÇ\x08 O+@u¸É\x03 *^8±° "
b"Ä\v DÙ±IDZ«)÷[Î+FO "
b"Ç\x16 Àð‡LÒ¿†¶C¤ðTb "
b"""
É\n
\x1E ÝzGF\x10 “5oF?þ {
"""
b"Ë\x0E 89Ú«LN¢YÒ£~BØ\v "
b"Ë\x18 Ã[Ù·NfŠq,2K.§\x7F "
b"¤Di\x04\x0F ÎFo¿\r ̦ü¹°ä "
b"Óp\x15 ðŸ\x03 Iù¯!c²èҨà "
b"Ëæ┐─î_B)ÅW¢╚éEÈ▓ "
b"Ö“S.ŸGKöœ¤:a…2’g "
b"×ÙÌG‘ C[¥Ç£´}\x7F\x08\x03 "
b"׿g’è°@À¡\x1F z[Ô„\x15 ] "
b"Ú¦\x11 ¢€»HP¬lVÏŠ½T\t "
b"Û+Ü\x18 ϱLk½òš\r ÙÅ\x1F ¬ "
b"ÜDóxâF𻛨;c{™\x1F "
b"Þ:³©YÅ@þ°ó;7…¢FÐ "
b"Þh-_\x05 åJY¬çš»\f ¯\x19 $ "
b"Þ÷¿„ÎnEܨ\x11 dÜÇ~+\x16 "
b"áM¨Ré@LW¤;¥¡Ó£8… "
b"ã\x0E Øs]îN\t ©Ë@i˜ñiÞ "
b"æ.ÛÑÑ’Ng«Œ\x1C Q\x07 $ª‚ "
b"þ[xÌÞxJÉåN\x17 ¨F═\x17 £ "
b"þ]┤[vôFcîÉsÅ Ùd¶ "
b"é»\x05 S„\x0E J–¸2ã¢÷‡wÅ "
b"ë\r >$/¸@ŠéM\r `žv\x00 "
b"ëeG¨ÃNG&¾\x1A ƒá1Ý\x14 • "
b"¯ü/©x¹Hƒå┌U£ô\x07 ª\x17 "
b"î‰qéX@O¹½ÂŒúråIŽ "
b"ñ<¡ûñÇIõ”•hÃKà\r ñ "
b"óšÐEs\x7F Bz©ž\x14 ÄJ\r \x02 ¯ "
b"÷ He$þOúž\x04 Þ\x14 õˆ! "
b"û”òé'¾A̦;Ü_fºûú "
b"ü¤OÔreH¼¹ã\x1D\x0F *Të‡ "
b"üŇóúÁDެ¤ÿr;%ñ© "
b"ýÑ{žÊÆK\x10 ®Â™ïÖ\x03\x03 4 "
b" \x05\x18 ÎÅ╗Otç6=·X═¤\x01 "
b"\x08 ‹ŸÓ”'O(¶m±‘žÃØÀ "
b"\x1D LT\x19 sàL&³ã%e™P"Ï "
b"""
A\n
v[²&Má¨3ws©]\x02 3
"""
b"XÆÃFL¶AÄ╗\x07 H¦Ò(Å¥ "
b"k\\r #Ÿ‰JFž\x10 Æñ#kŸ½ "
b"pËR5êäC™¯Hïä5lÑŸ "
b"t╦Sõ\x01 ¡NÉ©[\x00 lkü\x19 é "
b"‡µ~ø7sM×ÂT§¦‚O½ "
b"”\x0F bà@\x1F B§ž!ë‘°6\x07 U "
b" 7ðM»òN$ƒ¥)¥žu`F "
b"¡:OêJ\x1D AŽ–My¶ þÙ> "
b"¬n-YP\x19 I÷½×®\x13\x15 ò–g "
b"Ìî²¾Í\x10 GŽ›çt@p;\x04 U "
b"\x07 £§}ÂIHùìç^│$4ý¯ "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b""ì\x1E -ZÕG>¶4˜\x1C ×\x1D ߨ "
b".FÀw—uK/‡\x15 Aí¥¸Þ€ "
b"8·c\x0F 'LN¦§OØëíNS "
b"<ÂK\x1C \r KLÞ¼$CþàSÌó "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"_]¡è…²Kt—\v M\x15 ð/\x15 ò "
b"iù/&‗7IïÄüuGËÀ¾K "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"üXô·StCî¡-M\t ╬vÛP "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"æü§°\x11 Ä@rû \x00\e Ù«ùã "
b"–SÒ¨”jLI»²–V& "
b"žÖw\t uôBJ¯í«2][\x16 ¬ "
b"²ÇÇÝ\—C\x18 ™À\x05 )gF‡\e "
b"¿ßU:ä¶B^‡„‘\x07 *©ÒÞ "
b"ÃpúüØH@m¢wÉK³]d´ "
b"ÊÎVß·@D\x12 –ß/#”bÊó "
b"""
¤\x1E ¤ì´NL2á>ÿ├\x7F \n
ò
"""
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"\x1C EÁ*\x13 ÕEb‡®eC\x1F è\x03 Þ "
b"= ▄:g█GAì½\x13\f rE¾î "
b"]p»¶`7B„™XÂòº¢ÿ« "
b"oêêÑêûL×´õÝó×ãI‹ "
b"š\e !õ2ŸI©“òùÅ\x03 V”¦ "
b"£qàŒM\x08 @c®[öØpøÚ» "
b"¨Ž¼yÞ\r D´–´¹Þ¼Á?~ "
b"¾]4syMFú»)±\v ÞzÖ˜ "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"Ð1ÁãåéLÁ‡êó¯ÒÛæ% "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"""
úÁ\x1F .\n
ßJÙ¹3ywèh)y
"""
b"\x06 >\x14 2"¾C2œ'( IÖ¡Ê "
b"\x0E Eöïƒ\x1E B?—÷\f „¢áÝÀ "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x1D §8ïÎ\x00 C/“9•\r \x11 Jj× "
b"!JûNþDO\x0F Œ\x0F ý@%çJ\x03 "
b""… ¶òƒ@ø•Ò«]\x02 3C³ "
b"'‚;,lªIºš\x1D P•†&‹S "
b"+Ic\x05 SÃO¢†qù<qMÞ[ "
b";;\x1E É…ÂF\x03 ¡·«ºüõ3Ñ "
b"<\x18 ù}S\x1F HI§\x07 #oÅ'è— "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"=21ÜuÜOQ¼ä1pWt?\x1C "
b"?u&tC[F9r\x1F W•C‘ž "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"An(:TƒLo«ı~õÓ\x1D Öì "
b"T\x10\x14 “ƒùC˜‚>&ßý\f ×ý "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"[÷o`¢ÕN\x1C –¿\x19 ~—Ɔ\x7F "
b"]ý\x1E ãÛÄKޱó\x7F D)Yäx "
b"c(x\x1E\f tD-Šï3/Ø$nu "
b"kñóÀ£kB£²Bæfb§—\x7F "
b"r¬ó\x01 8\x12 Kéžùì\x04 Dh\x17 š "
b"xíýz┐MASïÆàì▒æ)n "
b"zãk/Y³E‘¾MµQ\x11 ÓÝp "
b"ÄDÈT"kD╠¬F\t d.tüT "
b"ÿbîr▀CL~Å`\x02 yGë#W "
b"T˜à£ôHƇpnÔŠ«Nè "
b"[ÐVÈWJ\x06 §\x17 @\x08\t 3I. "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"·S ÛwqI\x1A “ÌÆ¦ÆuŠã "
b"ÀeòÈ┘õO>ñ\x15 ┴áüçßN "
b"ÀQY\r ŠòI=–yíü8ƒ"› "
b"Æ\x14 ÎrçOO¼‹œ‰žÞ—~É "
b"ʽDf#fIêø®\t GôÍüu "
b"ÓR\x1F xø…F+µ\x11 šI>ó&° "
b"ÖS§šPãAwº˜P\x19 •Ãä_ "
b"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ß\x17 _>é«CδBÿ\x1D ’Á°Ú "
b"çùR\x1D úˆFç¶%Yމ¯<l "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 I\v mJAíŠ<d;\x17 x–\x12 "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b")hSÑ~0BÙì'‗7▒±G "
b".\x10 ýZé»MìôO¾4QÝò, "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"\ZaéR`H^”û4gŠ„î_ "
b"\Œ»z³ÒI“¤§EE7TåÚ "
b"^ƒ\x13 l.AEm¹îTM¯ÑËç "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"•s\x00 =ßõ@\x00 §\n ÔÜd‰@Ö "
b"ØÊLê(┼N!é_=bÙ■«w "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"Ÿ,´¿7ŸE\x15 ‘–€:ªNPß "
b"¥¨øõF˜G6¥²9÷œº][ "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"¸ŸÇi¿<Ey™¡ï¡QRrÜ "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"êðBí`WEb“¾Ÿ#y[\x04 ¤ "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"\x00 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\f\x04 ½õå4B\x03 ›\r \x1D õ°.\x16 "
b"\x0F ÀOªî{J<êIÅ4\t @Ço "
b"\x11\x18 4ñåÅH0ïS®KÆ-&ü "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b"+V.H/\x02 M×½Åðÿl?2╔ "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b";Ç\t ‰à¹Eˆƒê°‘\x08 ^Së "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"Qy÷2B¢@3—„¨äPý&Ä "
b"UÕÈÈ\e\t D´°0qÙ ?D6 "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"^\x15\x03 £ıWC╬çü▄º«wc@ "
b"iÓ³‰›ÑHÕ®æDYü«\x0E à "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"üVå\x1E åwEl¼Ä1q─C¸\x1A "
b"ƒ¯¢Õ6xN§¹kÖÓý~Or "
b"…ÿ)êO\x05 Js‰iaW-𲘠"
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"‹Ç,‰uöK/¤Œ!¶ÑO‚« "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"“˜—ˆ6SHy¨¬9h\x17 -'± "
b"•6<eœéJ\x08 ¾¾Àú¨†—S "
b"ú@×░,úI>ò╬Ø│\x16 S½▄ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"¥-Iz¯ƒ@¹°#±ü\x1A z(\x1E "
b"¬▒Ð#é╝M¯ìx5õ\x17 ╩;¤ "
b"«\x12 Œ8€VCî®Ò¼J^š\x05 K "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"®c\Ù´òLþ¢z\r ‘öX¥" "
b"°ì\x14 Ë'wE$¶M\x12 ì\x1E eb* "
b"²LþEä>Fwª:¤§P$\x1A "
b"┐ýÉÀ²tH\x1F º╗Ò¹\╠b¯ "
b"Á£R–¤SG”³—kÚ•5)\x03 "
b"ÈsǼ‘ùFz‡]ôÁ\x18 ˆä\x1A "
b"╩\x08 £▒#hJÚÉpê╩{_│® "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"╠ʃ\x17 PçNrág¤ ı\x1C ØP "
b"Ð\x1E ÷i§NH¬’¤I¢ê»Ôj "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ý\x12 Ïʨ“B¼¡P¾\x1F Ý Üµ "
b"ðù©˜çH@–¦=™tžÕ} "
b"ò²¥êÆ\x19 OŸ–\x13 l™F\x14 z3 "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"þ•?\x02 ZûD´“D%|øqåT "
b"\x06 ]6Å\x13 iLvÉTÌ,¾÷MW "
b"\x0E d\x10 ¬§g@\f ´Ä2\x01 S\x12 Ëh "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b"$\x1F yGª╚D├æ#±╗\x08 øÅ\x1C "
b")2T1é½Jì┤ÈÄï,\x1A ¥k "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"-\x1A obÑBLÀ½R▒¹°╔aì "
b"/U,‘/ƒE=†dPݳu\x1D\x1C "
b"3ûkÕ\f\x07 Ic±Â6} \x02 å½ "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b"<z¯ÕµÆI€ŸÂùÇ\x19 ØžÙ "
b"<Ê\x02\x08 ø?C\x1A –=\v ü;ªïa "
b"A®}\x1D ›jDлv¦\x12 £\x7F € "
b"YÖ │s\e H\x1F ü»h■Ûƒ\x04  "
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"}®n¶l¼G©¶;«zFVìã "
b"üWìÃCÏJcâÉ\x1D \j`_ù "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"ô╦e´íkJ{èüÉdOµÀE "
b"¡-á½\x10 oFÅ¥ª\x10 X\x11\x0F ~2 "
b"µÉÙzmÙD°¡66\x17 ñ\v ïG "
b"Çá¬âV®H\x1E Qü×KÛ{ "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"µçÁO\x1A\x1C Jôü¬²│¼úÄÞ "
b"î· tý\x14 N‹“Á/ÎX\f\x7F L "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"ó\x0F Òt\x15 C`ƒyÚ÷|×Az "
b"óºó÷c5DÀ»Å>*ù¦K@ "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"ÿ Õyþ©JrºXdÁ³\x10 &\x18 "
b"\x05 Ø3O\x15 ‡DO–U2¿HA\v Ê "
b"\v\x00 .ö;ÊK\x15 §W*Ó\x0F\x04 1ƒ "
b"\f YÝ©ÆÊK"…FĨHè±/ "
b"\x10 L\x16 ÃA³I\x15 ë▄/ÒÅ_k\x01 "
b"\x14 ô®àÉÞK\e ǃ\x1A QDSâ "
b"\x1E Ô*äf¢L\x0F †Ö®’Z\x1D õL "
b"1U3Y¾\x11 LÃì░,\t ¿ºe│ "
b">$0ˆZ&B\x17 “ÊïJæü‡¬ "
b"@:2ÐGýNH¹6'¼b¿R7 "
b"@ÃÈf\x04 +KÉ”ª\€Ã\x7F $î "
b"DªšŠ‹HIÇŽ<דõÓ°ü "
b"H~£╦¦╬D±Åî╚\x7F ╝ø┼N "
b"I!(mB×Dh‚A–Ö*õ\x18 ü "
b"Rê§™˜ŽM÷žR‹#\x1C 5óe "
b"\ÇÉB\x04 HF\x03 ÇÁ\x16\x08 \r ¬~z "
b"gÿíÝЦMfªöœtU¬to "
b"pÊ#·Ü\x0F IH¨\x04 -Tþ¤U˜ "
b"wåïk@oHó®6\x04 ~<îŒÕ "
b"ÖP╝ö\x06 ¢M~¢q9\x7F é´|ì "
b"ŸòZ\t ~â@n·\x1E ¬*\x16 Õš, "
b"°çº9\x1F ÂEÀ¦\x07 ë'®ð\x1E Ï "
b"²r©QźC¾±X©Ÿ¼}1 "
b"Á\x11 ┤\x04 «\x06 LÉøE█\f Î╚m╠ "
b"ÆPÐ\f ÎpK£˜èɉmÓh\x06 "
b"Ç\x1E e¹FOEö—'ðÉ(°M! "
b"ı%\t ×▓éD<Ä\e üç\x1A\x16 ƒ\x15 "
b"ÝÓ¯ï7‚F纎IO¥JPÌ "
b"î1¦ÄkkKNžõ*vów°ÿ "
b"¶D`Ø/NG¸çK╠Ü»îv "
b"ô}gö ›JI¹“c9´ð\v … "
b"ùðE~6eFÔžÅÓAÖ®y— "
b"\x05\x1E Y²\x14 FC¡«YW‚®¥Ùð "
b"\t Ää^¥rLü‹êJ-Úºl\r "
b"\x17\x14 ó4\x1F\x12 L݇+¶Äj\Sµ "
b"\e âÉÒHµA╩àÉßí4B\t C "
b"\x1C\x17 dÙIiNr£ÎOÁ\t ¦x "
b"\x1D ÓeUÎ^C§ìw÷ãÍ┘¨6 "
b"\x1E áÓ»iXI+¶<š\Éûþ| "
b"#oÿ|.1L\x05 ½°¦ìE^µ\x01 "
b"%Žp‰ú^@+¦Þ‘SØtµƒ "
b"(Fæ¢│(I■à»ü\t í·s§ "
b"*˜[Ç«5G“·Zµ^ú\x10\x12 • "
b">º#„HoAaœÃåK\f ¨½í "
b"D±`MY\x1C N]®4\x07 ÀÏ›‘I "
b"Q]ì\x1A LRK)×®╝¥\e yÖz "
b"Z└┼*D¨Cü╣F╚\x0E 9╚rK "
b"[ÆûS³¦O*¢çáµÐ\x03 ö1 "
b"^‡Á\tèGw¾\x1A ¢:Æsž± "
b"a\x08 è]ï.Nü¹û\x08 w|\x10 ž\x12 "
b"mIÅûý©Mt¢èvœ\x08 ]p< "
b"v Ñ0oGNÒüÌôûù═uê "
b"zöoAWÿJ}Œd§¡½\x0F UŠ "
b"‚sôm?¾G.¶xË#Õ¾ßl "
b"åe·╣!ÒCÖülÂ]▀├{´ "
b"ŒÓ#\x11 óÜF+‘ù]”^¦r§ "
b"É\x04 q<º╦Cs½nýe \x08 5ñ "
b"ö\\x07 ├ìG~ªÚXCó1vÅ "
b"™yÒÑÖ\x13 EŸQéén…\x05 "
b"""
óaùìıéA■Â 2±1C\n
Ó
"""
b"¬7X7Ú1I\x1C €ë\x13 #B¹eL "
b"╣j]x[°M┐ûkÉK|▄³ "
b"¥ÈOÀ?ØG·ïPp\x13 ó├Ù\n "
b"┴]Z§VèN┘ì._VqÐ$C "
b"├ÅæÏ#øC=Ñïn!\x0E YbP "
b"¤\x1A ÂODSKÏ×Åý\x1F ñÍ\f ÿ "
b"Ö4ÑwÅäG\x15 ¸Oua¨%ј "
b"Ü»5ÊŒµK´…„ÌâÕè3 "
b"¦\x16 Õü▓QCX£¥øP2ý4¥ "
b"ÝÖùp8ÕC›£b\x18\x1D\x0E ùþ€ "
b"""
à‚"¼¾\v Eƽx\n
æöùö\x1D
"""
b"Ò╠þ_ºKF\v å¾│ÊKØ\x11 a "
b"í\x1E £‘ŽBC›¥hÎ(y3u "
b"""
ïµ5 ¨ØF€±`\x15 \n
Ðíâ€
"""
b"ð]½²}¼FŒ¡sÀ*¡€ÿ\x15 "
b"¸ ½u2êLíì\ƒS¤¶?\x02 "
b"·úìQ]¥OÅÀ°þW\x18\t z( "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\t îÇ€†¯KѰÚ#\x04 §>¯ƒ "
b"\x13 ²¢ÜVGHJ´ýMi6Lî\x18 "
b"\x19 ˆjÝaK5©X÷ì\f ÖÕŽ "
b""<Ðð”¸Jª¹²³\x1E ëóñÓ "
b""°ðç"sA‡ƒvXô\r ñJ… "
b"#[Ð\x02 °ÁIû¢”\t ÜæÏP1 "
b"#¼ùk¶COHƒÝý¶gú.È "
b"1”Š@—AFÙ†=¬\r kþÝ/ "
b"3p?ËÙpM‡‡U\x1F cügö "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"=\x11\f ô·oAaœ¦\x12 tzh\x16 … "
b"ES}`\x18\x0E K˜¹)\x11 ØÛH\e “ "
b"EnWá%$H€º‡\x0E ~”IåŸ "
b"G5Å╚ñæDÍÇø└é=Ð=\x11 "
b"""
WUÇ.c¨K\x08 «È|En\n
µß
"""
b"Y}i0HëOßûÅt \v #\x1A\x1C "
b"\nN¸S■J╚£æëò╗ìô▄ "
b"gØþWíNE6ÄJÈ1Ü┘Oä "
b"l└Ïq+VIü©dE¢╦¯` "
b"zàƒÕ´¿JÍ¿ÇÌÐÉ/þ* "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"†L5VúJ޺僜Aá( "
b"ˆXêˆ \x07 Lk½Ì)Ïv\x1C =ë "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"ØÓµf\x10 5Cªü╩¹╔½)Úû "
b"¨fš „«Nü ·M7}‹+\x01 "
b"¬Ë\x13\x0E §½@Óì╦8ÐG#h« "
b"¬-O.ÙxLt¼ÊGgé\r Ä7 "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"║\x1C ‗¯JèH\x17 Ö;n|=ÊìÊ "
b"»¯£e3_O6½3s·Ÿ$g» "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"ÇEÈP©¯@=°÷Ri0¸ž3 "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"οßûà\x1E LÝ£Žv\x13 8zù\x11 "
b"ÏQå-ð\x05 E^¼H¹\x04 °½‚š "
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"Ðw¤·înF\x17 €}\x01 ¦½àV¥ "
b"Û‘ÖR8¥Gº“ù]©½ª\x19 S "
b"Þ—¡‹j\r Hâ”u°GÃ*\x1D Y "
b"Ô_\x02\x1D V\x1F M■£¥n\x0F N\x17 ìå "
b"äÞ&@©/J\x08 “§¾Å‰¶À\x14 "
b"‗Á=█Â`DàÁyÎÚ\e ìs¡ "
b"ô|\x11 ú?N@%„ÆÙ†‘ئ\r "
b"ö6ÿrî=L\x17 ¼\x1F 'L‰…M6 "
b"\x00\x0E xIGFAŸ“áÅçV‹(© "
b"\x02 =q™Æ\x19 G\x14 ‘\a"\x0E\x03 ’m "
b"\x02 ò›ár®A:š\x03\x01 UB|Ïö "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"0FD`‡+M\x18 œ'®:æú%ã "
b";Ï–æx\x1D Fõ”ˆ\x1A ¼I\x16 „\x05 "
b"DM"ö\x11 ÓC…²ÏÀX`\x14 E¢ "
b"Lò~…ídG\x13 ¾©i_û‚¥Ü "
b"NKóÖy)Fƒ‡œêª\t È\x0E æ "
b"S´GkùvN¹®\x12 ¡B!{+i "
b"i¥uìk8Lú®ÏAÅE╔:, "
b"mÐÕp7{IX¥*Ö¹§Â}\x1F "
b"ns@¥öÅM]ì^¹ª┤(OÌ "
b"ut±ûWôK¯L>]Êâ‚\v "
b"üó¦\x05 BÇBßö¬Ü;\x10 8\x12 a "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"„Jà]¤ŸAç¨é©©µSòÿ "
b"†1\x1C ï,\x1D L2‚FÓ\x13 V’£ "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"о£)Ý…E›«\f ±¼åô\x01 £ "
b"§ëç\x05 >$E\x11 Šwqwÿ\x15 !M "
b"¯‘\x1D ž‡VH»¼\x12 ¯†\x05 úóà "
b"╣5½Þ{ÚGz▓·ÅEp<:! "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"ÂU|í^¯F¯‹ªàs$ƒ\r ¢ "
b"Ú¥\x11 —¿SKG‰\x06 Žíܼf– "
b"Ü¥ð~‹^Já‰C5»éÑg] "
b"ÝÍFš~~Iw¹½î-›7.± "
b"Þ\v z‚O÷@¼“Tq˜'4Ð "
b"ã#kKûþFG©\x1D Ç \x07 £©Œ "
b"ä%¿±-ÇGi„Ö·”“ü=\x1C "
b"æl8&^ØM\x15 ¿\x16 “Ñ“;>ö "
b"ÙÛÒÝÆ<CÅæa"╔ÇÉ 8 "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"\x1A ¨,ý\t Á@,‹J2¥ÑXP "
b"2▀Þ═G▓F\x12 ï¡Å╣╦wÙ- "
b"T\x12 \ß▓ÁN\x19 ┐ØY~ÖJJ╬ "
b"{[rC9\x01 M1½yÂüaÁûŠ "
b"\x7F 9\x03 †0bKĉJó¯æ'a_ "
b"Šýœ%z•OMžU\v Î×õ G "
b"²Ó\x0E Ã;*Gð·÷'\x13 Ž\x07 * "
b"Ð$\x1C S_=H™¾€²™\x06 ¥\x14 æ "
b"""
ã²B\n
8·CY¦‘F©Ž\x12 Xø
"""
b"ã½lÜCUBh¥œèKBþR\x0F "
b"\x03 m°\x13 ─NùøO¾\x16 ìÉ`« "
b"\x07 0ÐW\x1D –H`¯gÛÔ)@ýú "
b"\x11 Gêιë@\x1D „Y\x12 >0ö\x18 "
b"\x17 ÿî?À(L»‡$j'BÓ:˜ "
b"#ªiMwxOj‡\x1E û9m-Jù "
b":‘\x0E M2HCD¹±<Ê\x7F 5fè "
b"GD˜Ø÷ÃHtž¶\x08 ç^\x1C ¬Á "
b"GW(££ÜG\x07 Œ\x07 ðK½\r H\x05 "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"`└§_\x7F ìOÖø\x03 ÐFËÃ-ú "
b"f@7Æ\x16 -H“ˆJE\r Íc©U "
b"faïo9ÜApÉÃ\x15 }└·k¬ "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"—àä’\r ˜A‘¯PÇtÒ_ïÏ "
b"¼R\x03 ÈÅ┬OÍø²ßo\x13\x04 \º "
b"X\x12 .-gHЮuÇûœXTD "
b"®‰®\x15\x06 ŠM\x18 Šoa~«ZˆU "
b"ÇîÝ&\e ÍI¯ˆ\x1A LmàÍ\x14 Ø "
b"Û,ÓÇ‹èDL„™BÝL|]5 "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"¸\x7F KEù\x05 C\x11 ü~ý╬\_e« "
b"¸¸\r x\x13 1Kì▓ÿı║MÑ?! "
b"ø€¯Cq3Aª½AÔÝ&\x07 ó "
b"ý¸¢gFçNh \t ÜŸcMeØ "
b"\x00 Lk|̆Hžµ\x12\x18 Y‰í“Ì "
b"\x02 ±ŽëÞ›M\x05 ”º¹x\x1F FZ "
b"\x02 þÇú×AJU´¼‚‘\x01 ÿé“ "
b"\x03 ü┌ôzîI;½2g¡┤ÔËê "
b"\x03 î\f rS!N¬“cLa103¡ "
b"\x07 mÛx^ÛM\v ‰¸\x13 ³~.¶± "
b"\f ═öfü:G¾ÿ]F¸í/B> "
b"\r ¹wˆ@SG‘¼û“\x08 ét0Ñ "
b"\r ô®z€`HDz\x1C wõ~¬\x11 þ "
b"\x0E ••<X_E/Œ‡ëôc/iý "
b"\x0F ÝEæ¾2AP¼Ö\x0F\x13 ÛºÒ@ "
b"\x11 ZÞ-ª©L2ƒ¤z”ÅŸ7\x01 "
b"\x12 H‚”V0J#Ÿ&e:ì8ô\v "
b"\x13 õäü>&F{ö´Éq╔─\x0E ù "
b"\x17 «{¹‰IH*”{ë$R;FB "
b"\x19 ╩Â\f aEIJØûÍ█Þá`ê "
b"\x1E ¡\x06 Œã™Kæ¡/\x11 mË- £ "
b"\x1E ¹ÿd.úFjªý\x06 oì݃ "
b"&yªâ_´J¬…”@\x0F ú2\x12 H "
b"""
&”^CüáF\n
Ÿ1tÌÏ^]=
"""
b"""
'\x11 \n
óÑ]K Ø\t }Pu¦\─
"""
b"'Y§c¶Hü▓;M¨[J\x1D h "
b"*´\v ÍÑ\x19 Oå¥,À¶Èt8( "
b"29C`¯^C’†\f pe/B[¡ "
b"7»Ê\x7F ý\v IB‘\r öv=‡{Í "
b"8£Â:~ZMP¦cÁsççÞ\x17 "
b"9í¥{É6DO \x06 vÁiÍùp "
b"?1┌Ð__E±Égkp\r á¶¡ "
b"A┤ÑR\e OIì¿6D\f åQÃ3 "
b"BU\x19 €LçDn€i~¼ŽLx\r "
b"Cìï‘©ÀM,º\çvX±M\x1D "
b"J\x19 mNú-Nì│\x06 à\~%Ù. "
b"Jü@▀▀\x08 HuêØ▒2m▄ÕÎ "
b"M“:-œ(@Dz“x2[ä=\x1F "
b"P¸╚\x0E êôI5»ÈT¨\x03 Yü "
b"QZ/+ÒOIµ╣\úØ╬(▓( "
b"Q¿°<ˆ"@<°~ûÏÀ´Ûˆ "
b"U¦8\t C–Kc±½’ó¡EÕd "
b"WMBñ\x15 òKÉåiÐ Ú─Óz "
b"X惖„xCu þÃ\x14 [\x7F m( "
b"Z‘nÊ\x05 þE+šº»E©\x04\x06\x07 "
b"Z¶\x02 |YqJç½üµ²yŸ:û "
b"Z─Ò½▄ÂLU║tí┌ÜØæ┘ "
b"`‹{æ\t ÁJ,µ\x15 úÒ6Œ«% "
b"""
cK+\x1E ‰>@ižÕ\n
Ô!¨\x11 $
"""
b"r,\x16 ›Ê-@k§û\x1C {ÝÔ™p "
b"|ƒÚü\x11\x15 D ŽÕÂ\r {ËOû "
b"}È!8'¯NÉ™Ó5(ý\x04 õW "
b"~\x13 Ý\x10 ßO ‹JÒ×;¦™ü "
b"ƒ)¥NlÂDOº:hºÃÔ…q "
b"ŠB6ÇbÀJ‚a3ßVíÌË "
b"‹—´[Û&O£¼Î\x7F »Œ\x07 ~ "
b"‘-ŒÒp\x17 D\x13 «Ò 86odƒ "
b"æq┬÷Ë\x1C Lìâõ6˸E\r ┴ "
b"""
“?”Û3›Ht¬fuí\n
úá
"""
b"ôþ3_\x17\v MÉ┤ìÀá\x1A <éÌ "
b"”'Á~ò›M…ž¦iö³\x1E í\ "
b"”~cwîIHì³YžN‘´»” "
b"ò÷tæ×öF*üÇ\x1F ?âÖ\x15 ¨ "
b"˜\r SH%ðO‡±a\f Nu½1Ž "
b"Öï[╬ì×N`¢╗£+Ù└±§ "
b"›*¯t\v ãO3ž—TÊØÓÕi "
b"£¢═\e\x08 KA½Ø¼oAb·0² "
b"×s#¼è1A¦á>É\x03 ÿ\x1F óà "
b"Ÿ_á†ÓqAÕž )òq:êô "
b"ú\x05 |§ ìE\x17 ÆÚFȯ l$ "
b"£wL†-æA\x12 šÚ\x10 --B2! "
b"£‘ÿ↰DK‚‡\x1F ÐïÑ)ë "
b"ñg▀NMBJØê 1RIÜ┴ "
b"¥\x02 Oy%äEôŽü×Q¹\x1D §M "
b"¦R\e 3å©@‹‘ÈÂ\x1F P³çR "
b"§)ÇK$XA…¹só^ÿ‰nß "
b"¨Ç\x1A !Ï\x00 EK§E‰p$Ê¢v "
b"¬\x13 #└0nIáî¦%XX\e ÊÉ "
b"¯\x0E H#ædM}ˆ\x13 ¢dñXÁû "
b"²p?DöÄ@\t …[Ú)l\x13 mh "
b"▓ѯ÷mûG&ØW@Ðàø/└ "
b"´r,Þ\x12 €D\x05 €\x1D ‹\x08\x18 Ñ©= "
b"´ç¨k‡JBKŸ#s0EÃ\x11 \r "
b"µ?jmÀ\x14 G;¿Æ¿“GÊ<Ú "
b"µQs\e o\t A³š–MòûcƒÀ "
b"¼ziB4îB¶˜É?›žƒ!* "
b"½cf©,<C!µ•|ú(Ñ`á "
b"¿Gµ´žÈE\x06 –óÿ>.Œcº "
b"ÂEãi¾\f CذgO—çu_` "
b"""
Ãð”\x01 ÄsK\n
—\x0E ÁÇãØC\t
"""
b"─ÝXÉJtH1ñ\x17 T\x05 ;\x1C üÛ "
b"Æk"\x14 á]IQP›Ñ“\x15 í£ "
b"ÆÉKªÓêK§™QÑ¥\x12 S\x1D\x07 "
b"ÇìÔÕ:ŠA§…ôb\x12 뾯› "
b"ȸç_âa@ȉŸD×üf°h "
b"ÌUEz¿/M¢ äÿ¢ðY)( "
b"ÍÒ\x0E Žg=MY·JŤǨÆÜ "
b"χ\x1D Ä`ÝIÐŽfþ\f\e ú° "
b"Ѐ+Gs¤C\x06 ‚oo¿`ˆVµ "
b"мlE¡~Fü┐;0õö*5c "
b"ÓÒ³¶WOEöˆ|g"f\V\x14 "
b"Ô×\x01 žë8I©¶|ßz¼•\x01\x17 "
b"ͦ\x1E Ä\x1A\x1D M\x17 ©\x1E É_S\x12 ¢\r "
b"┘\x06\x11 ÕgÛD[ì*¨Ü¸ ¾f "
b"Ý\x08\x08 QϵJȈ‘UEš¯UÆ "
b"Ýóí§U:B\x18 ”€WþùT\x0F\v "
b"ß\x08 ûù\x15\v HÌš\x17 ‡\x19 9\x11 {_ "
b"ß—\x03 $’¶D-š9kBÇyDã "
b"ÓIÜ~.hKÅñÑJ<aÍê "
b"àªbѨwL~™=8kž`¯D "
b"õì$%╣þO%ª\x14 äGd mp "
b"å<íâ[pIÅ·Z\x0E U^“\x06 ö "
b"çÅœVàþM\v £ôAð0¢Y "
b"""
çìnL\x16 ŽC‹‹¶\n
û¿ÙtÍ
"""
b"é67‘\t üH{©wr\x18 ‰Ã\t ë "
b"윺\x19 ·\x08 MÍ…ÌúLÿã\x1D\v "
b"îï¦#.·MÇ•ª_Wö\x02 ÓË "
b"´ìi\x16 ¯-Kìƒ|\x06 ┘è▀ʨ "
b"‗_ÔGÿ\r M\t Åê\x10 mjıC´ "
b"ó»²þ¯\x1C Ip‹\x13 ’‚ÙŒ‹ "
b"õX†ÜEâCßÏ\x12 á™\r 0\x1E "
b" ä¶÷åOL‗ÅcE_´æ³n "
b"\x06 ïhÄ\x13 F®ìÁ$╬\x04 ýZ& "
b"\x14 ø\x7F ú¨rA&º├_Å>ÄeÝ "
b"\x15 2ÊÞ/üL_¦9ǵè¼?\x7F "
b"\x16 Po\x1D ìA‗¼.öø7═j³ "
b"\x16 Z[Wa\x17 B† \x05 WA0ñœI "
b""\x1A ™£¯æFÉ…¼qµö*wƒ "
b"#\e @\x19\x11 ‚M©¦N1CÜ[Kb "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"2─Fc\e ║K+ØÁ9,q*ç2 "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"5\x04 Þ>qªNY–Ã}zA\x1C Ü— "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5íϸ\x12 %Edç3Áëì/÷W "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"=ª\x04 íßC\x1C ¼%÷×Éy²¬ "
b"BßÇÙÅÁDÝ×\x17\x18 [┘PN\x1D "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"""
Q8\n
Ö€ÒNu—\x05 (íN£5‚
"""
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"T~œâ÷ÌB«W؃7/.¡ "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"W¡«èEwBƇ|»âÑ–>å "
b"X:6Ü·cG€‹>:`є֎ "
b"Z¹Q\x19 ó\x01 D¿‹ÈÒÄØ©\r å "
b"]Í6\x1E æÇCh‹-åc–ô±+ "
b"v¥2¿î─Iö╝qüi\x10\x1A U$ "
b"wþE)a{@’›\x00\x18 NëULF "
b"""
xÅ+\x07 Ð9@N™F!êS\n
s2
"""
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"É.Z«°\x07 D»ä×á╣═̸? "
b"‘Ú”1#ïHv®AFè\x07 ¸‰Ü "
b"—6Áå¶%DQœE]x@ö¹Œ "
b"øÍÆH\x15 ÉF¥Ç\x04 ~é'╬d½ "
b"ú\x1A ׃þXKÏÿ1ü\x08\x1F X\x01 * "
b"£|ñiWÝAe–\x18 &³-¤á± "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"´xJs\x08 ¬Cc‹\x01\x06 ½\t J†á "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"Áš4€ñ°Eb‹ßT`q\x08 Òq "
b"┬\x08 üm»┌H¼©øéų▒Q@ "
b"Ä<\t ?˜\x12 Ib›S{l‘é©\x0E "
b"Åî3ªO\x04 GÚ¥Ò\x00 ï\x0E _.ï "
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"Ë,¶OÛ»IyÃûÀè„.Ä "
b"ÌL(ìHY@ü¿\x14 y…£Äšž "
b"ÌN\x19 7åD.»¸±ÅžT\x0F Z "
b"ÐëLàØ■@&╗æ\x13 ┴Øèt¬ "
b"ÓJsðV³MΪ{\x03 ks.ÎÌ "
b"×aCRá*IÏë\x1E t;;\x04 $ "
b"ä[ĺ;ÚAy¥¯éß©1ÀÑ "
b"""
åÍ('\n
êJw•Å;t09c¢
"""
b"æçüt‹\x19 E“—kí²‘\x17 ‘ž "
b"þ¯ã!g▀Oå┐ñäØÑ u "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"¯ý%b▀¸O\x0E âıÀh÷ÞØ┴ "
b"´ÛB▒7dMnÄ\x11 ت{w*Q "
b"ñÆ£>\x00 OJ\x03 ¨¿\x02 \r Ýêq: "
b"ù>-–\x05\x7F E6²ÐUó¤?°„ "
b"·¶¨¬Å}GoêVN┴\·²\x05 "
b"¹KéÚ█§M─ìÐÝ╔\x01 VÕ█ "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
OFFSET
1000
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x0A52951CBF4F4BC0917844D27286DB18 , 0x0F36664F01AB42C0B4338739B51FF205 , 0x15A0952AB3DC44769641DEB1E19D6D1F , 0x1A29189313C14C0ABCF3CD20D671EDE0 , 0x24A8D5589FE1443B90C22DF98D9BBC93 , 0x291BABAFD0334EAF9E5B2A4B29A76579 , 0x33D58CD52408459189C250399FEFDBEF , 0x3439C7271B0B4B87B9918EE485D73856 , 0x3906E00B1F9C4DF4BBDE20C4DE1CA245 , 0x3AD5FEF426A4483DBA71DE845B953369 , 0x402DE0F47FAF4912BD024739EEDE2A1F , 0x4A6B17BB0A994F04B35658F17CA6808B , 0x56FA1720FE0B43E5B81F90C522276CD9 , 0x5DE9729A458B477CB9FA58C1DA66C0C7 , 0x6425A0B2DB4343F593B0D787627A856E , 0x6A483037E868442986E91B8ADCDCFE31 , 0x6F327AC000B7407EBB28580A4214E70B , 0x714F317B71944E31ADC9C38DED17EFE2 , 0x73827AC261544966B8FEF6D09912FAE9 , 0xA5F59F25F1B64AADB4E2A898ED821D60 , 0xD2A47228EF0C4F439FE63B17606B9AA6 , 0xDCB5A2AC65CF4B54923DF476A02E2975 , 0xE8F198E54C4C4A09BC06AF1F21E698D8 , 0xEBB8AD57253A4CECA68F41664B15EDC5 , 0x00C7742B06DA43629AF3D2218CA2CFBC , 0x0F528AF7345344719448AB2BC0CB2D60 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x24B6B5E3C1D24FE882E5BE009ABE2A43 , 0x2644AF97C10D4DD1B18E00F00852A845 , 0x2B068EEF0C8B4C769A733013A16598EB , 0x31EE99BCC2D84A76A1750F8B1EA07D2B , 0x337C3EB12B824127B9226ED29750630B , 0x3C570AF019F048C58300801EFAF15411 , 0x4067EB1DCB754B5DA971C38A6C73FE07 , 0x45F02346D49F482FA87021603760A026 , 0x4722AF1BE2334527A240B9232CFF2F7F , 0x4D5244CC16944C9BA63D5EA6643CA7D7 , 0x4FCEBD63A49346EEAEF0BFE7A7B0026F , 0x539A0B5FF25C44D1B5886661E963010E , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x5904FC12EE3C43EB98F383F694035A6E , 0x5B8C9FAD181E46999423B7DA40D3294B , 0x5F0A0A6F2AA043A99DB326D77D8AC467 , 0x61F7F94F72E34138B39D22849F832661 , 0x649A930A7AD34341AD5F01C01AA64714 , 0x675F061C474F443B806A46A87A36577B , 0x69010C03AAF04DD9B905C13A58D3FF86 , 0x691C58C00E9F4C119BC8395B65D0509D , 0x72604941737B410D9A745E4B1788F7D9 , 0x727A4734254441E88F15ADCE6FC8B283 , 0x75098599B4464786A7856842FBC1F1F1 , 0x847EC7B2D9BD4F58A2C1FBDF8D356B44 , 0x97CF24E07189469F9EABD72B6E3C932E , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xB1CDC99E415A4991B913183AD16F595E , 0xB4A79CC8F5874DA6B202E9981C4CB754 , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBFE96390C47D4807A0E3C3E18CC1FCCC , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC396866885394BEF97F22E3BBEF35398 , 0xC71DBB70979B4CEB9368AF122DDDB8AC , 0xC85D47C6890C4BB4876CBAD185387313 , 0xCACF10276FB14611BD43D2CE87F428AA , 0xCBBCACC1BA09459EBDDC1115FF1B675D , 0xCCA89356D71B44DB8B8BC1B31B1803A5 , 0xD1A764F9ACC34D758CA1675940DCE646 , 0xE0FD0D0A849A4E05800B4D899AF80931 , 0xEAEECDB6F3AD49EDA8EC27805569AD1D , 0xEECD7BB699AE4EC79E4CD9F9424BE7B0 , 0xF3A7EBD0D6034A38B8F8812EB8C5799F , 0xF42CB19C8197497B9A6A91BE534B2AB8 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF61D5138C970456B9BD23BAEED4F2AAC , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFAA0B9C6B35E47028646289FEB0FF043 , 0xFFCDC5814C3E4FDAA21376AD8E8C38F1 , 0x0CD50C2E5FD3484CBA56D80087417820 , 0x14E993C4930E4ACEBD2DAD070B5510D4 , 0x1FE219D843C54A3690FDEFDF79E14992 , 0x2708935C997747F39567A13629E5262C , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x384FCCE973E94C9EB094BD834AED7868 , 0x3FF53361552B4F10ADB8D8F884BFBD86 , 0x5960B6EBBF364B2ABC31BB46F31EEEB1 , 0x5E5221FCC0D04F7E970C8D9A6FB404C0 , 0x6DFBBE3855C342CEA0AA631FB2FA591C , 0x6F40C7E1EDFE45EEB3090167272C0660 , 0x8C5F1D20F24E4A44A7E5F8D1BA9EA6DE , 0x961017630A1E4CF7AAD63D358FEA221D , 0x9A26A743431C4BFF8B873B4602906042 , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA82CE80072854A968A0591D5626DBAFD , 0xB58DFDDA24BE407D9C24C6666DAFDBE0 , 0xD02F39CA3D314684B630897099DB8CA9 , 0xD394818E58964194BD19F16032979BDC , 0xD7FEDC5294994BE09C538ECB59085B60 , 0xDBD379F0E528445882FAA2B808D2D36A , 0xE8F1AF2223AB43B6B73A7DE38C4741F9 , 0xF0994AA77E46460392A53B11023271E5 , 0xF58FADD11DF3497A956C51277A0F4A30 , 0xF88C819E6AA3485481F5B5197064F837 , 0xFC244A0FBC4B40FAAC57C1D01FBE27D0 , 0x023CDF99DAB749168E91D9467FDF67AF , 0x03B9726F8B75465285BCC8CA586EADFF , 0x03FE7DDE062546BCA8EB2E63E806A391 , 0x05CE81FAE6F74E1FB02DA8890460811C , 0x084641F086534B54BA4CB14E92DA3EFA , 0x0A397D8282194BE7B1B5A5DD99C108CF , 0x0C0F67A446444B58AA06829D0E1AEA46 , 0x0C6E9A4AC9A641A6B6F0465C63AB5EAB , 0x0E27495A0E1F419DADF9EAF0C67CCB96 , 0x0FBBDF3D760D4A92B3279907EDAE91F2 , 0x10DEBF78158F428A809BEC87DCB5B014 , 0x12F5E362013143CB9F25173E6E6867A4 , 0x13BA4BF9C2184CE08760221F712BDF58 , 0x14A7CD0711784122AC2CBA4BAA3878DD , 0x16FB8ED5CC8D471CA12C6F4EC9807527 , 0x1B3AB03880DC47EE86CB07956C5705C0 , 0x1C170A1F9C8D4358B14A74722B30598C , 0x1D1A1C7E2726478BBC28E17198B3B1F9 , 0x1D1AB794A5744784AFCF86F4FA831988 , 0x214E36B2A07B4C91853E8B78BB726ECC , 0x23A8A021D6E74927880892F07E4511AB , 0x265CC661F02C468EA3F93A90C4BCFBDF , 0x268EB76483FF4961A4EFA4AD1E3E0DA8 , 0x26CB6767DB8B4DB1A9D08581F523B008 , 0x28979C110E6E4C91B97CCE2E58357FB9 , 0x2B55B2D704B944A58843A868FDBE9A4A , 0x2BA7E970A5A04298ADD706919F27D437 , 0x2CBFC960D1AE40A6AD43B9B845EF6DF9 , 0x2EC5D38D655D4C0A8CB9D33A3454962A , 0x3166A7D7D23249A4B7BE3B0476659AAA , 0x38BC74B82CCD405CAEC26CA87B6185BA , 0x3973F264129445C28816366FA3FDE3C6 , 0x3A29CE3128754D37A66782FBD3A80A32 , 0x3B43B8FF19784CA5956D47030CF4198B , 0x3BA017895D9C432D86E91FA6AF7F2723 , 0x3D50CD168A524B08A65755162D2B2478 , 0x3F1E1D3557034787ABB3C900508CDDA6 , 0x4213AE1798AC4559BF868B271CE2260F , 0x444157E6B34A463DA1AB8BE13210DABD , 0x458AAB63EB774913893961D8722C21B1 , 0x45CB467C952D4776B9F697D93793E515 , 0x46B00B4B6678443ABBBDC2876BBB0C50 , 0x47C26549416949F8A5AFA924600369D7 , 0x4C8D460F8BD14CF98FB34B111305AE29 , 0x4DE98C4B997340DB98E42A0C56A12A4E , 0x4E2B3F6B6C764351884F5FE6D925E333 , 0x54B8F806E1A747DFB60C858CA5EB992D , 0x55AF14F7AED74FDA8F43E181C50B3E37 , 0x5757A6279B5C4631B9D3D197B930CBFF , 0x576F1F0D41FB47299EF5BA629121D988 , 0x57A3699EB1384EFE825AB42FD41195F7 , 0x586605A45DFA4BCD81F2BE4BEDF2EA40 , 0x59215B92429743928DFCE62982FAD47D , 0x5A93167FC466434A8A9B765BC2A68AF0 , 0x5B2E987FC8B743B4BE7D6548B11F52F5 , 0x5BFE74F729AE4901A836576C3C95419F , 0x5F348278D6C942F48C170C1568E9BD6F , 0x601F1194400D436AA44E887353DF1052 , 0x61685DCBAA004B3BAF3DAEE7060E02DF , 0x61902E7B1514459595127E76693686E6 , 0x63664137148C477680D946AFD432AAE3 , 0x637B3425981F408F9A29048829C6ECF0 , 0x651D1BB89E9D4EF2A239308516B73712 , 0x653B8D7480484FD3AD2A4B11D5E202A6 , 0x67AF43E7978A433BA54D3FC68CC15BE9 , 0x687EF335D7B740099E2B7C5F9F2194C9 , 0x69A2D8663A9A4204A78EDE6E9C993470 , 0x6ABB7C43672F49058B99064C251B1D6D , 0x6B23E03EE0974765986D66E073030C3C , 0x6CBE67CA6F484178BE9094051F00AFEC , 0x6F10C920D1AE4B3597872B49FD6697F8 , 0x70A6D90936584652A988C8882B78C42D , 0x71440EA325924439A597BEF1EAE18658 , 0x73133760773B404F8FD15E0B7979991D , 0x7684F9744885495792F622F161E3A126 , 0x798230C81AFB4D08B80FF590CA659CB0 , 0x7DA4114BF5924A3C840A99DEBCCE8326 , 0x7E5A09179C9B4DD78C4821E374A31D6E , 0x832F5481776A4CD185A6A53396926893 , 0x843E61F49AD544829F5C20834BD56E45 , 0x878925E7F2094EBFBAA90BFA0F3013DA , 0x89A248E0BDD04738A1E395C3199D3193 , 0x8A4053C2C0A843ADBD9526295238659B , 0x8D8F8F91A5A9416CB7F6384DFC56A459 , 0x903166E198534CAD8BFC772FE88C374E , 0x920D34B2012447DDB5F2EFCB69EA3BA2 , 0x9231F41E031642C5941D93A13CB6D70F , 0x925BE69952F04C3DACB7083C2382F872 , 0x960F33E2FDC2483DBE6EFBE1898F173D , 0x997E0BD4F03240DE8A4FB8BEE07B0EBB , 0x9A7ACF5DF12D4AF598181648E875D290 , 0x9BC41BE3EDC64584BCD1E645028023FA , 0x9DD248FB7AD64FCE9FF074227AC51139 , 0x9F9B8F15CAB74E52B1210A2868E10ED1 , 0xA2AC02B314D444998E1515FDD9ED51F7 , 0xA2DE0CFD99D4490EA208ECC454FB7AC6 , 0xA3915E6FC055404AB9CE1787336A58F2 , 0xA3E34FC914144428A650AF927008EEE6 , 0xA68CE4B7DEDE44BF8A28FCEB0036DCB9 , 0xA7159A3BF987425BBAEB1D8DD4F48876 , 0xAA3BBA11D061456D9F3393A2405AB76E , 0xAE75D7DBF6504BD6A16351FD53558D0F , 0xB01C67A819ED4188A12AFB5C17C46B4D , 0xB0AAE4EB765D4944BF081C1B6194CF4D , 0xB24D832782AC4D69AFE0C2903F539C8A , 0xB30DE03C903049C39927B56DC35CC3D9 , 0xB4FAEFE510614F3D962077557386BAE7 , 0xB5FE5F18E79F403092BE916674C41D6B , 0xB68F65B8F83C49D892428AC933064CD3 , 0xB7180E7A6CFE49A69D2C44496D98D277 , 0xB96FD793F3F347A1BAB4A95EC1EAFB9D , 0xB995CABC780841F3A50EEE969EC9ACEF , 0xBF17B5CA41E44915A7B8435FDC6110A8 , 0xBF48A9A7CCAC41EBA3D3453B8197C136 , 0xC06B81F8DFF74E32950AE270DB94DB37 , 0xC24D253451464C9EAA2C1E22C41BF97F , 0xC29CC7084F2B4075B8C9032A5E38B1B0 , 0xC40B44D9B149445AAB29F75BCE2B464F , 0xC716C380F0874CD2BF86B643A4F05462 , 0xC90A1EDD7A47461093356F463FFEA07B , 0xCB0E3839DAAB4C4EA259D2A37E42D80B , 0xCB18C35BD9B74E668A712C324B2EA77F , 0xCF4469040FD7466FA80DDEDD81FBF884 , 0xD37015F09F0349F9AF2163B2E8D2A8C3 , 0xD391BFC48C5F42298F57BDC88245D4B2 , 0xD693532E9F474BF69CA43A6185329267 , 0xD7D9CC4791A0435BA5C7A3B47D7F0803 , 0xD7E66792E8B040C0A11F7A5BD484155D , 0xDAA611A280BB4850AC6C56CF8ABD5409 , 0xDB2BDC18CFB14C6BBDF29A0DD9C51FAC , 0xDC44F378E2AD469ABB9BD83B637B991F , 0xDE3AB3A959C540FEB0F33B3785A246D0 , 0xDE682D5F05E54A59ACE79ABB0CAF1924 , 0xDEF7BF84CE6E45DCA81164DCC77E2B16 , 0xE14DA852E9404C57A43BA5A1D3A33885 , 0xE30ED8735DEE4E09A9CB406998F169DE , 0xE62EDBD1D1924E67AB8C1C510724AA82 , 0xE75B78DEE8784A90864E17F946CD179C , 0xE75DB45B769346638C90738FFFEB64F4 , 0xE9BB0553840E4A96B832E3A2F78777C5 , 0xEB0D3E242FB840AD8AE94D0D609E7600 , 0xEB6547A8C34E4726BE1A83E131DD1495 , 0xEE812FB878FB489F86DA559C9307A617 , 0xEE8971E958404FB9BDC28CFA72E5498E , 0xF13CA1FBF1C749F5949568C34BE00DF1 , 0xF39AD045737F427AA99E14C44A0D02AF , 0xF7A0486524FE4FFA9E04DE14F5C28821 , 0xFB94F2E927BE41CCA63BDC5F66BAFBFA , 0xFCA44FD4726548BCB9E31D0F2A54EB87 , 0xFCC587F3FAC1448EACA4FF723B25F1A9 , 0xFDD17B9ECAC64B10AEC299EFD6030334 , 0xFF0518D78FBB4F7487363DFA58CDCF01 , 0x088B9FD394274F28B66DB1919EC3D8C0 , 0x1D4C541973E04C26B3E32565995022CF , 0x410A765BB2264DE1A8337773A95D0233 , 0x5892C7464CF4418EBB0748DDE3288FBE , 0x6B5C0D239F894A469E10C6F1236B9FBD , 0x70CB5235EAE44399AF48EFE4356CD19F , 0x74CB53E401AD4E90B85B006C6B811982 , 0x87B57EF837734DD7ADC254A7A6824FBD , 0x940F62E0401F42A79E21EB91B0360755 , 0xA037F04DBBF24E2483A529A59E756046 , 0xA13A4FEA4A1D418E964D79B620FED93E , 0xAC6E2D59501949F7BDD7AE1315F29667 , 0xCCEEB2BECD10478E9BE77440703B0455 , 0x079CF57DB64948978D875EB32434ECEE , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x22EC1E2D5AD5473EB634981CD71DDFA8 , 0x2E46C07797754B2F871541EDA5B8DE80 , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x43A22A8CD08041F2AE945C8637443776 , 0x5F5DA1E885B24B74970B4D15F02F15F2 , 0x69972F26F237498B8E817547D3B7F34B , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x815893FA5374438CAD2D4D09CE76EA50 , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x9181F5F8118E40729620001BEBAE97C6 , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x9ED6770975F4424AAFEDAB325D5B16AC , 0xB2C7C7DD5C97431899C005296746871B , 0xBFDF553AE4B6425E878491072AA9D2DE , 0xC370FAFCD848406DA277C94BB35D64B4 , 0xCACE56DFB740441296DF2F239462CAF3 , 0xCF1ECF8DEF4E4C32A03E98C37F0AF095 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0x1C45C12A13D5456287AE65431FE803DE , 0x3D20DC3A67DB47418DAB130C7245F38C , 0x5D70BBB6603742849958C2F2BAA2FFAB , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x9A1B21F5329F49A993F2F9C5035694A6 , 0xA371E08C4D084063AE5BF6D870F8DABB , 0xA88EBC79DE0D44B496B4B9DEBCC13F7E , 0xBE5D3473794D46FABB29B10BDE7AD698 , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xD031C1E3E5E94CC187EAF3AFD2DBE625 , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xFAC11F2E0ADF4AD9B9337977E8682979 , 0x063E143222BE43329C2728A049D6A1CA , 0x0E45F6EF831E423F97F70C84A2E1DDC0 , 0x176F32D86CE646A597366E61B58A4820 , 0x1DA738EFCE00432F9339950D114A6AD7 , 0x214AFB4EFE444F0F8C0FFD4025E74A03 , 0x2285A0B6F28340F895D2AB5D023343B3 , 0x27823B2C6CAA49BA9A1D509586268B53 , 0x2B49630553C34FA28671F93C714DDE5B , 0x3B3B1EC985C24603A1B7ABBAFCF533D1 , 0x3C18F97D531F4849A707236FC527E897 , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3D3231DC75DC4F51BCE4317057743F1C , 0x3F752674435B4639AD721F579543919E , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x416E283A549F4C6FAED57EE4E01D998D , 0x5410149383F94398823E26DFFD0CD7FD , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x5BF76F60A2D54E1C96BF197E97C6867F , 0x5DFD1EE3DBC44B8EB1F37F442959E478 , 0x6328781E0C74442D8AEF332FD8246E75 , 0x6BF1F3C0A36B42A3B242E66662A7977F , 0x72ACF30138124BE99EF9EC044468179A , 0x78A1EC7ABF4D41538B92858DB191296E , 0x7AE36B2F59B34591BE4DB55111D3DD70 , 0x8E44D454226B44CCAA4609642E748154 , 0x98628C72DF434C7E8F60027947892357 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xAD5BD056C8574A06A71740080933492E , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB753A0DB7771491A93CCC6A6C6758AE3 , 0xB76595D4D9E44F3EA415C1A08187E14E , 0xC051590D8AF2493D9679EDFC3883229B , 0xC614CE72E74F4FBC8B9C899EDE977EC9 , 0xD2AB4466236649889BA9094793D68175 , 0xD3521F78F885462BB5119A493EF326B0 , 0xD653A79A50E34177BA98501995C3E45F , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xDF175F3EE9AB43CEB442FF1D92C1B0DA , 0xE7F9521DFA8846E7B625598E89AF3C6C , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04490BAD6D4A41ED8A3C643B17789612 , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x20541BDC71744DC294A67B88D38AC77F , 0x296853A57E3042EB8D27F237B1F147B6 , 0x2E10EC5A82AF4D8D934FF33451ED952C , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x5C5A61E95260485E94FB34678A84EE5F , 0x5C8CBB7AB3D24993A4A745453754E5DA , 0x5E83136C2E41456DB9EE544DAFD1CBE7 , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x9573003DDFF54000A70AD4DC648940D6 , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9E75FDBE568A4561B82F0A8C78018893 , 0x9F2CB4BF379F45159196803AAA4E50DF , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB89FC769BF3C457999A1EFA1515272DC , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xEAF042ED6057456293BE9F23795B04A4 , 0xED0117CD0F624BEB995F35A34C273ADC , 0x00E6D125A8164445AD9E256017DDFE48 , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x0C04BDF5E53442039B0D1DF5C2B02E16 , 0x0FB74FA68C7B4A3C88498F340940806F , 0x111834A4868F48308B53A94B922D2681 , 0x1299088D90AB495697B988F0696D2A89 , 0x22704187C62E4A379E4E6D0604314CFD , 0x2B562E482F024D9EAB8FD0986C3F32C9 , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3BC70989E0B9458883EAB091085E53EB , 0x3F69536B990446B2A8160180F27F342C , 0x5179F73242A240339784A8E450FD26C4 , 0x55D5C8C81B0944B4B03071D9203F4436 , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5E15039CD55743CE8781DCA7AE776340 , 0x69D3B3899BD148D5AEE64459FCAB0EE0 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x8156861E8677456CAC8E3171C443F71A , 0x83AFA2D536784EA7B96BD6D3FD7E4F72 , 0x85FF29EA4F054A73896961572DF0B298 , 0x8684557620DB45669553CE42BDDE0830 , 0x8BC72C8975F64B2FA48C21B6D14F82AB , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x91DBCE9277424181AE319BA6FDE53987 , 0x9398978836534879A8AC3968172D27B1 , 0x95363C659CE94A08BEBEC0FAA8869753 , 0xA3409EB02CA3493E95CE9DB31653ABDC , 0xA410077D72804524925B777299743CD9 , 0xA52D497AAF8340B9B023B1FC1A7A281E , 0xAAB1D12382BC4DEE8D7835E417CA3BCF , 0xAB128C38805643EEAED2BC4A5E9A054B , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAE635CD9B4F24CFEA27A0D91F658A522 , 0xB0EC14CB27774524B64D12EC1E65622A , 0xB24CFE45E43E4677AA3AA4ADA750241A , 0xBFEC90B7FD74481FA7BBE3FB5CCC62EE , 0xC1A35296A4534794B3976BDA95352903 , 0xC873C7BC91F9467A875DF4C11888E41A , 0xCA089CB123684AE9907088CA7B5FB3A9 , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCCD29F1750874E72A067CFFFD51C9D50 , 0xD01EF769A74E48AC92A449A2EABBD46A , 0xD843A216A4074263B959DBC70082DF27 , 0xDD12CFCAA89342BCA150BE1FDDA0DCB5 , 0xF0F9A998E7484096A63DAD99749ED57D , 0xF2B2A5EAC6194F9F96136C9946147A33 , 0xF872876363044B1BB656FDD83918ADE0 , 0xFE953F025AFB44B49344257CF871E554 , 0x065D368F13694C769054DE2CF3F64D57 , 0x0E6410ACA767400CB4C432015312CB68 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x16E671D99324405EA186C55E3F415DF5 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x241F7947A6C844C39123F1BB089B8F1C , 0x2932543182AB4A8DB4D48E8B2C1ABE6B , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2D1A6F62A5424CB7AB52B1FBF8C9618D , 0x2F552C912F83453D866450DDB3751D1C , 0x33FB6BD50C074963B1C2367DA002E5BD , 0x39550F067563402092836E06FFF604CA , 0x3C7AAFD5B5C649809FC2F9C719D89ED9 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x41AE7D1D9B6A44D0BB76A612A37FAD80 , 0x599920B3731B481F81AF68FEEA9F04B6 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6F29FB6248864DC18748C4047320EA06 , 0x79DB368464EC40EA9B82FD28ED32061C , 0x7DAE6EB66CBC47A9B63BAB7A4656ECE3 , 0x81578DC743D84A6383901D5C6A605F97 , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x93CB65EFA16B4A7B8A8190644FE6B745 , 0xAD2DA0AB106F468FBEA61058110F7E32 , 0xB5C9D97A6DD944B0A1363617F10BEF47 , 0xC7E1ACE256AE481EA051FCD74BDB7BAD , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE687B54F1A1C4A9381AAFDB3ACA38EE8 , 0xEEB7A074FD144E8B93C12FCE580C7F4C , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF30FD2AD741543608379DAF77CD7417A , 0xF3BAF3F7633544C0BBC53E2AF9A64B40 , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xFF20D579FEA94A72BA5864C1B3102618 , 0x05D8334F1587444F965532BF48410BCA , 0x0B002EF63BCA4B15A7572AD30F043183 , 0x0C59DDA9C6CA4B228546C4A848E8B12F , 0x104C16C741FC491589DC2FE38F5F6B01 , 0x1493A98590E84B1B80F09F1A51445383 , 0x1ED42AE466A24C0F86D6AE925A1DF54C , 0x31553359F3114CC78DB02C09A8A765B3 , 0x3E2430885A26421793CAEF4AE6FC87AC , 0x403A32D047FD4E48B93627BC62BF5237 , 0x40C3C866042B4BC994AA5C80C37F24EE , 0x44AA9A8A8B4849C78E3CD793F5D3B0FC , 0x487E9CCBDDCE44F18F8CC87FBC9BC54E , 0x4921286D42D74468824196D62AF518FC , 0x52EAA799988E4DF79E528B231C35F365 , 0x5C8090420448460380B516080DAA7E7A , 0x67FFEDDDD0A64D66AAF69C7455AC746F , 0x70CA23B7DC0F4948A8042D54FEA45598 , 0x77E5EF6B406F48F3AE36047E3CEE8CD5 , 0x9950BC9406BD4D7EBD71397F82EF7C8D , 0x9FF25A097EE2406EB71EAC2A16D59A2C , 0xB0E7BA391FC245C0A607EB27AEF01ECF , 0xB272A951C5BA43BEB158A99FBC7D31AD , 0xB511B404AE064C909B45DB0CD7C86DCC , 0xC650D00CCE704BA398E8C9896DD36806 , 0xC71E65B9464F45F69727F0C928B04D21 , 0xD525099EB282443C8E1B81871A169F15 , 0xDDD3AFEF378246E7BA8E494FA54A50CC , 0xEE31A6C46B6B4B4E9EF52A76F377B0FF , 0xF444609D2F4E47F7874BCC9AAF8C7620 , 0xF47D67F6209B4A49B9936339B4F00B85 , 0xF9F0457E366546D49EC5D341D6AE7997 , 0x051E59B2144643A1AB595782AEA5D9F0 , 0x09C4E45EA5724CFC8BEA4A2DDABA6C0D , 0x1714F3341F124CDD872BB6C46A5C53B5 , 0x1B8390E348E641CA8590E1A134420943 , 0x1C1764D949694E72A3CE4FC109A67820 , 0x1DE06555D75E43F58D77F6C6D6D9F936 , 0x1EE1D3BB6958492BB63C9A5CC9FBFE7C , 0x236FFF7C2E314C05BDB0A6EC455EB501 , 0x258E7089FA5E402BA6DE9153D874B583 , 0x284691BDB32849FE85AF8109A1FA73F5 , 0x2A985BC7AB354793B75AB55EFA101295 , 0x3EBA2384486F41619CC3E54B0CA8BDED , 0x44B1604D591C4E5DAE3407C0CF9B9149 , 0x515D8D1A4C524B299EA9BCBE1B79997A , 0x5AC0C52A44F94381B946C80E39C8724B , 0x5BC6FB53B3A64F2AA2E7E1B5D003F631 , 0x5E87C15C74E84777BE1AA23AC6739EB1 , 0x6108E85DEF2E4EFCB9FB08777C109E12 , 0x6D49C5FBFDA94D74A2E8769C085D703C , 0x76FFA5306F474EE381DE939697CD7588 , 0x7AF66F4157FF4A7D8C64A7A1BD0F558A , 0x8273F46D3FBE472EB678CB23D5BEDF6C , 0x8665FAB921E34399816CB65DDFC37BEF , 0x8CD32311F3DC462B91F95D945EA672A7 , 0x9004713CA7CB4373AB6EEC65FF0835A4 , 0x945C0720C38D477EA6E95843A231768F , 0x9979D2D1D61345C29F51ADE9E96E8505 , 0xA261978DD58241FEB6FF32F131430AE0 , 0xAC375837DA31491C80EB132342B9654C , 0xB96A5D785BF84DF0BF966B904B7CDCFC , 0xBED44FB73F9D47FA8B507013A2C3EB0A , 0xC15D5AF5568A4ED98D2E5F5671D12443 , 0xC38F91D8239B433DA58B6E210E596250 , 0xCF1AB64F44534BD89E8FEC1FA4D60C98 , 0xD634D177C5E44715B84F7561A825D198 , 0xDCBB35CA8CB54BB485AD84CCE2D5E833 , 0xDD16E581B25143589CBE9B5032EC34BE , 0xDDD6F97038D5439BA362181D0EF9FE80 , 0xE08222BCBE0B45C6BD780AE6F6F9F61D , 0xE3CCE75FA74B460B86F3B3D24B9D1161 , 0xED1EC2A3918E42439BA568CE28793375 , 0xEFB53520A8D84680B160150AD0EDE280 , 0xF05DBDB27DBC468CA173C02AA180FF15 , 0xF720AB7532884CA18D5C9F53CFF43F02 , 0xFAA38D515DBE4F8FB7F8E75718097A28 , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x09EEC78086AF4BD1B0DA2304A73EAF83 , 0x13B2A2DC5647484AB4FD4D69364CEE18 , 0x19A0886ADD614B35A958F7EC0CD6D58E , 0x223CD0F094B84AAAB9B2B31EEBF3F1D3 , 0x22B0F0E722734187837658F40DF14A85 , 0x235BD002B0C149FBA29409DCE6CF5031 , 0x23BCF96BB6434F4883DDFDB667FA2EC8 , 0x31948A40974146D9863DAC0D6BFEDD2F , 0x33703FCBD9704D8787551F63FC67F6C2 , 0x36F3987006544B1A9900C948AB42FACB , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x3D110CF4B76F41619CA612747A681685 , 0x45537D60180E4B98B92911D8DB481B93 , 0x456E57E125244880BA870E7E9449E59F , 0x47358FC8A49144D6809BC0823DD13D11 , 0x5755C72E63A84B08ABC87C456E0AB5DF , 0x597D693048894FE1968F74200B231A1C , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x679DE757A14E45368E4AD4319AD94F84 , 0x6CC0D8712B564981B86445BDCBB6EE60 , 0x7AE083D5B4BF4ACDBFC7CCD0C92FFE2A , 0x7C70F22F38E7423599767838DD0C879C , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x86AD4C3556FA4ADEADBAE5839C41E128 , 0x8858EA8820074C6BBDCC29CF761C3DEB , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x97035B902597494AA57EDB6B3097CDA8 , 0x9DE0E666103543A681CAFBC9AB29E996 , 0xA8669A2084AB4EFCA0B74D377D8B2B01 , 0xAAD3130EF5AB40E08DCB38D1472368AE , 0xAC2D4F2ED9784C74BCCA4767E90DC437 , 0xB32B7190641946ED8F1931294EF274EC , 0xBA1CF2EE4A8A4817993B6E7C3DD28DD2 , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC745C850A9AF403DB0F7526930B89E33 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCEBFDFFBE01E4CDDA38E7613387AF911 , 0xCF51E52DF005455EBC48B904B0BD829A , 0xCF9EDBADBFE24B908A94BE358064220A , 0xD077A4B7EE6E4617807D01A6BDE056A5 , 0xDB91D65238A547BA93F95DA9BDAA1953 , 0xDE97A18B6A0D48E29475B047C32A1D59 , 0xE25F021D561F4DFE9CBE6E0F4E178D86 , 0xE4DE2640A92F4A0893A7BEC589B6C014 , 0xF2B53DDBB6604485B579D7E91B8D73AD , 0xF47C11FA3F4E402584C6D98691D8A60D , 0xF636FF72EE3D4C17BC1F274C89854D36 , 0x000E78494746419F93E1C5E7568B28A9 , 0x023D7199C6194714915C61220E03926D , 0x02F29BE172AE413A9A030155427CCFF6 , 0x140861A7A2D54157B709C67C35AAC18D , 0x30464460872B4D189C27AE3AE6FA25E3 , 0x3BCF96E6781D46F594881ABC49168405 , 0x444D22F611D34385B2CFC058601445A2 , 0x4CF27E85ED644713BEA9695FFB82A5DC , 0x4E4BF3D679294683879CEAAA09C80EE6 , 0x53B4476BF9764EB9AE12A142217B2B69 , 0x69BE758D6B384CA3A9D8418F45C93A2C , 0x6DD0D570377B4958A52AD6B9A7C27D1F , 0x6E7340BE948F4D5D8D5EFBA6B4284FDE , 0x7574B1FB57F44BADAF4C3E5DCAE2820B , 0x81A2DD05428042E194AA9A3B10381261 , 0x825ADF411018471DB7521343B27CF396 , 0x844AE05DA49F41E7A8E9A9A9B553F2FF , 0x86311CEF2C1D4C328246D313AD5692A3 , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x8955C591D9DB44BF95828719E046B8A7 , 0x8ABEA329DD85459BAB0CB1BCE5F401A3 , 0xA7EBE7053E2445118A777177FF15214D , 0xAF911D9E875648BBBC12AF8605FAF3E0 , 0xB935ABE87BE9477AB2FA8F45703C3A21 , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xC2557CED5EAF46AF8BAAE07324830DA2 , 0xDAA51197BF534B4789068EEDDCBC6696 , 0xDCA5F07E8B5E4AE1894335BBE9D1675D , 0xDDCD469A7E7E4977B9BDEE2D9B372EB1 , 0xDE0B7A824FF740BC935471C2982734D0 , 0xE3236B4BFBFE4647A91DC7A007A3A98C , 0xE425BFB12DC7476984D6B79493FC3D1C , 0xE66C38265ED84D15BF1693D1933B3EF6 , 0xEBEAE3ED923C438F916122C98090FF38 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0x1AA82CFD09C1402C8B4A32A5D15850C2 , 0x32DFE8CD47B246128BAD8FB9CB77EB2D , 0x54125CE1B2B54E19BF9D597E994A4ACE , 0x7B5B724339014D31BD79C2FC61C1FB8A , 0x7F39038630624BC4894AF3AFE627615F , 0x8AFD9C257A954F4D9E550BCED7F5A047 , 0xB2D30EC33B2A47F0ADB7F727138E072A , 0xD0241C535F3D4899BE80B29906A514E6 , 0xE3B2420A38B74359A69146A98E1258F8 , 0xE3BD6CDC43554268A59CE84B42FE520F , 0x036DF813F0C44E979B4FF3168D9060AE , 0x0730D0571D964860AF67DBD42940FDFA , 0x1147EACEB9EB401D8459123E30C3B618 , 0x17FFEE3FC0284CBB87246A2742D33A98 , 0x23AA694D77784F6A871EFB396D2D4AF9 , 0x3A910E4D32484344B9B13CCA7F3566E8 , 0x474498D8F7C348749EB608E75E1CACC1 , 0x475728A3A3DC47078C07F04BBD0D4805 , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x60C0F55F7F8D4F999B03D146D3C72DA3 , 0x664037C6162D4893884A450DCD63A955 , 0x66618B6F399A417090C7157DC0FA6BAA , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x97E0E4920D984191AF50C774D25FEFCF , 0xAC5203D48FC24FD69BFDE16F13045CA7 , 0xAD58122E2D6748D0AE75C7FB9C585444 , 0xAE89AE15068A4D188A6F617EAB5A8855 , 0xC7EEDD261BCD49AF881A4C6DE0CD14D8 , 0xDB2CD3C78BE8444C849942DD4C7C5D35 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xF77F4B4597054311817EECCE5C5F65AE , 0xF7F70D7813314B8DB298D5BA4DA53F21 , 0xF880AF43713341AABD41D4ADDD2607F3 , 0xFDB8A26746E74E68A009DC9F634D65D8 , 0x004C6B7CCC86489EB512185989ED93CC , 0x02B18EEBDE9B4D0594BAB9781F20465A , 0x02FEC7FAD7414A55B4BC829101FFE993 , 0x0381DA937A8C493BAB3267ADB4E2D388 , 0x03EE0C7253214EAC93634C61313033A1 , 0x076DDB785EDB4D0B89B813B37E2EB6B1 , 0x0CCD9466813A47F3985D46F7A12F423E , 0x0DB9778840534791BCFB9308E97430D1 , 0x0DF4AE7A806048C7B21C77F57EAC11FE , 0x0E95953C585F452F8C87EBF4632F69FD , 0x0FDD45E6BE324150BCD60F13DBBAD240 , 0x115ADE2DAAA94C3283A47A94C59F3701 , 0x1248829456304A239F26653AEC38F40B , 0x13E484813E26467B94EF9071C9C40E97 , 0x17AB7BB98949482A947BEB24523B4642 , 0x19CAB60C6145494A9D96D6DBE8A06088 , 0x1EA1068CE3994BE6A12F116DCB2D20A3 , 0x1EB9FF642EFA466AAAFD06A06FECDD83 , 0x2679AAE25FB44AAC8594400FFA321248 , 0x26945E43FCE1460A9F3174CCCF5E5D3D , 0x27110AA2A55D4B209D097D5075DD5CC4 , 0x2759F563F4F04881B23B4DF95B4A1D68 , 0x2AB40BCDD1194FE5A52CC0B6C8743828 , 0x32394360AF5E4392860C70652F425BA1 , 0x37BBCA7FFD0B4942910DF6763D877BCD , 0x38A3C23A7E5A4D50A663C173E7E7DE17 , 0x39EDA57BC936444FA00676C169CDF970 , 0x3F31DAD15F5F45F190676B700DA0F4AD , 0x41B4A5521B4F498DA836440C8651C733 , 0x425519804CE7446E80697EBC8E4C780D , 0x43ECEF91A9C04D2CBA5CE77658B14D1D , 0x4A196D4EA32D4E8DB306855C7E25EB2E , 0x4A8140DFDF084875889DB1326DDCE5D7 , 0x4D933A2D9C2840C7B29378325BE43D1F , 0x50F7C80E88934935AFD454F903598120 , 0x515A2F2BE34F49E6B95CA39DCE28B228 , 0x51BFB03C8822403CB07EFBCFC0B4DB88 , 0x55A6380943964B63B1BD92F3A145D564 , 0x574D42A415954B908669D1FFE9C4E07A , 0x58E6839684784375A0FEC3145B7F6D28 , 0x5A916ECA05FE452B9ABABB45A9040607 , 0x5AB6027C59714AE7BDFCB5B2799F3AFB , 0x5AC4E3ABDCB64C55BA74A1DA9A9D91D9 , 0x608B7BE609C14A2CB515FAD2368CAB25 , 0x634B2B1E893E40699ED50AD421A81124 , 0x722C169BCA2D406BA7FB1C7BDDD49970 , 0x7C83DAFC111544A08ED5C20D7BCB4FFB , 0x7DC8213827AF4EC999D33528FD04F557 , 0x7E13DD10C39F4FA08B4AD2D73BA699FC , 0x8329A54E6CC2444FBA3A68BAC3D48571 , 0x8A4236C762C04AAD826133DF56EDCCCB , 0x8B97B45BDB264FADA3BCCE7FBB8C077E , 0x912D8CD270174413ABD2A038366F6483 , 0x9171C2F6D31C4C8D83E436D3F7450DC1 , 0x933F94DB339B4874AC6675ED0AC3BAE1 , 0x93E7335F170B4D90B48DB7A01A3C82DE , 0x9427C17EF29B4D859EA669F6B31EED5C , 0x947E6377EE4948ECB3599E4E91B4BB94 , 0x95F674919E94462A81801F3F839915F9 , 0x980D534825F04F87B1610C4E75BD318E , 0x998B5BCE8D9E4E60BDBB9C2BEBC0F1F5 , 0x9B2AAF740BE34F339E9754CAD8D3D569 , 0x9CBDCD1B084B41AB9DAC6F4162FA30FD , 0x9E7323AC8A3141DDA03E9003981FA285 , 0x9F5FE186D37141D59EA029F2713AEAF4 , 0xA3057CF5208D451792E946D4EE206C24 , 0xA3774C862DE641129ADA102D2D423221 , 0xA391FFE286B0444B82871FD0EFD129EB , 0xA467DF4EF04D424A9D88203152499AC1 , 0xA5024F7925E445F48EFCD751B91DA74D , 0xA6521B33E5A9408B91C8C21F50B3E752 , 0xA729C74B24584185B973F35EFF896EDF , 0xA8C71A21CF00454BA745897024CAA276 , 0xAA1323C0306E49A08CDD2558581BD290 , 0xAF0E4823E6644D7D8813A264F158C1FB , 0xB2703F44F6C44009855BDA296C136D68 , 0xB2A5EEF66D9647269D5740D1859B2FC0 , 0xB4722CDE12804405801D8B0818D1A93D , 0xB4E7A86B874A424B9F23733045C3110D , 0xB53F6A6DC014473BBFC6BF9347CA3CDA , 0xB551731B6F0941B39A964DF2FB6383C0 , 0xBC7A694234EE42B698C93F9B9E83212A , 0xBD6366A92C3C4321B5957CFA28D160E1 , 0xBF47B5B49EC8450696F3FF3E2E8C63BA , 0xC245E369BE0C43D8B0674F97E7755F60 , 0xC3F09401C4734B0A970EC1C7E3D84309 , 0xC4ED58904A744831A41754053B1C81EA , 0xC66B2214E15D4951AD509BD19315EDA3 , 0xC6C94BAAD3EA4BA79951D1A512531D07 , 0xC7ECD4D53A8A41A785F46212EBBEAF9B , 0xC8B8E75FE26140C8899F44D7FC66B068 , 0xCC55457ABF2F4DA2A0E4FFA2F0592928 , 0xCDD20E8E673D4D59B74AC5A4C7A8C6DC , 0xCF871DC460DD49D08E66FE0C1BFAB020 , 0xD0802B4773A44306826F6FBF608856B5 , 0xD1AC6C45AD7E4681BF3B30E4942A3563 , 0xD3D2B3B6574F45F6887C6722665C5614 , 0xD4D7019EEB3849A9B67CDF7ABC950117 , 0xD6DD1E8E1A1D4D17B81E905F5312BD0D , 0xD90611E567EA445B8D2AF99AF7FFF366 , 0xDD080851CFB54AC8889155459AAF55C6 , 0xDDF3EDA7553A4218948057FEF9540F0B , 0xDF08FBF9150B48CC9A17871939117B5F , 0xDF97032492B6442D9A396B42C77944E3 , 0xE0499A7E2E684B8FA4A54A3C61D6F088 , 0xE0AA62D1A8774C7E993D386B9E60AF44 , 0xE48D2425B9E74F25A614844764206D70 , 0xE53CEDE25B7049C5B75A0E555E9306F6 , 0xE7C59C56E0FE4D0BA3F441ADF030A259 , 0xE7EC6E4C168E438B8BB60AFBBFD974CD , 0xE936379109FC487BA977721889C309EB , 0xEC9CBA19B7084DCD85CCFA4CFFE31D0B , 0xEEEFA6232EB74DC795AA5F57F602D3CB , 0xEF8D6916EE2D4B8D9F7C06D98ADFD2F9 , 0xF25FE247980D4D098F88106D6AD543EF , 0xF3BBB2FEAF1C49708B139282D98C8BA0 , 0xF55886DC45E243DFADCF12E1990D301E , 0xFF84F4F6864F4CF28F63455FEF91FC6E , 0x06F08B688E1346A98DB524CE04EC5A26 , 0x149B7FA3F9724126A7C35F8F3E8E65ED , 0x1532CADE2FFC4C5FA639C7B5E8BC3F7F , 0x1650F06F1D8D41F2AC2E949B37CD6AFC , 0x165A5B5761174286A005574130F19C49 , 0x221A99A3AFE646C985BC71B5F62A7783 , 0x231B401911824DA9A64E3143DC5B4B62 , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x32C446631BBA4B2B9DB5392C712A8732 , 0x33C7ABF49BDE497E82975BE5863066FA , 0x3504DE3E71AA4E5996C37D7A411CDC97 , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x35A1D8F7122545648733B5898D2FF657 , 0x39327093A91443089C98B9EA9F253F11 , 0x3DAA04A0EDDF431CBC25F7D7C979B2AC , 0x42E180EB8FB544ED9E17185BD9504E1D , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x51380AD680D24E75970528ED4EA33582 , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x547E9CE2F7CC42C2AB57D883372F2EA1 , 0x55688327B4D244BB9F3743839EE51610 , 0x57A1ABE8457742C6877CBBE2D1963EE5 , 0x583A36DCB76347808B3E3A60D194D68E , 0x5AB95119F30144BF8BC8D2C4D8A90DE5 , 0x5DCD361EE6C743688B2DE56396F4B12B , 0x76BE32A88CC44994BC718169101A5524 , 0x77FE4529617B40929B00184EEB554C46 , 0x78C52B07D039404E994621EA530A7332 , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x8A6D1C301E614064B8D76C70D7106285 , 0x902E5AAEF80744AF849EA0B9CDDEF73F , 0x91DA943123EF4876AE4146E807B889DC , 0x9736C1E5B62544519C455D7840F6B98C , 0x9BD69248159046BE80047E8227CE64AB , 0xA31A9E9FE7584BD8983181081F58012A , 0xA37CF16957DD4165961826B32DA4E1B1 , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xB4784A7308AC43638B0106BD094A86E1 , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xC19A3480F1B045628BDF54607108D271 , 0xC208816DAFDA48ACB89B828FFCB15140 , 0xC43C093F981249629B537B6C91E9A90E , 0xC5EE33AA4F0447DAA5D200EF0E5F2EEF , 0xC92AE0103B2841F4B31F85421E7493AE , 0xCB2CB64FDBBB4979ADC3FBC0E8842EC4 , 0xCC4C28EC485940FCBF147985A3C49A9E , 0xCC4EAD1937E5442EBBB8B1C59E540F5A , 0xD1894C859DFE4026BB9113C19D8A74AA , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD7614352E12A49CFADEB1E743B3B0424 , 0xE45BC4BA3BDA4179A5AFE9DFA931C0D1 , 0xE5CD28270AEA4A7795C53B74303963A2 , 0xE6E7FC748B194593976BEDB29117919E , 0xE7EEC62167DF4F86BFA4849DA5FF75B6 , 0xE856A61D085B47E789EB273C6D725D54 , 0xEEEC2562DFF74F0E83D5B768F6E89DC1 , 0xEFEA42B137644D6E8E119DA67B772A51 , 0xF1C6A33E004F4A03A8BF020DDDEA713A , 0xF93E2D96057F4536B2D055F3A43FB084 , 0xFAF4F9AA8F7D476F88564EC15CFAFD05 , 0xFB4B82E9DBF54DC48DD1EDC90156E5DB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000 ;
Copy
85
0.62 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
86
3.08 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
87
0.37 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.38 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C ;
Copy
89
0.42 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? )
Parameters :
[
"/navigation/165d387e909249889e89cd6584e6c81c "
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` = '/navigation/165d387e909249889e89cd6584e6c81c' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
90
0.51 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.23 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.21 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.26 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.28 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.26 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
96
0.17 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.22 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.55 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.36 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.20 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
101
0.62 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
102
0.35 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
103
0.22 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"\x16 ]8~ÉÆIê×ë═eäµ╚\x1C "
]
SELECT path FROM category WHERE id = 0x165D387E909249889E89CD6584E6C81C ;
Copy
104
0.14 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
0.71 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.40 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
107
0.89 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.82 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
109
0.52 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
110
0.63 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.44 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"\x16 ]8~ÉÆIê×ë═eäµ╚\x1C "
]
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 (0x165D387E909249889E89CD6584E6C81C ));
Copy
112
0.31 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"…‘V¦<ÄB\x00 ŒÆz¡E\x05 ¨Ê "
b"\x16 ]8~ÉÆIê×ë═eäµ╚\x1C "
]
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 (0x859156A63CC442008CC67AA14505A8CA , 0x165D387E909249889E89CD6584E6C81C ));
Copy
113
3.97 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/165d387e909249889e89cd6584e6c81c "
"/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/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/2ee657868a1c445290236865c2f91447 "
"/detail/305ef2531aa349d7aa1e9cb632a7e6f0 "
"/detail/3478f29ec2794c79a80832f6d6743156 "
"/detail/3b737babab574e8d8df81734fe9dbc70 "
"/detail/5f46a6b2a86d4c46b31146fc0fed5b41 "
"/detail/8f7eefda0eb24112a6c3f6be4a097c44 "
"/detail/97331e89ee2241c2aed4159e0e82bf91 "
"/detail/9b1fdf93804348aa967c8de697ddc6f5 "
"/detail/9ba9aaa803094e09befdc8300101ffbf "
"/detail/9f7c9db2ef454ef5a0c7959e341cb1e7 "
"/detail/a1eb7c67e9844771bf7fad0f239bc290 "
"/detail/aa5e7a9da7eb44dab324859fae6445d6 "
"/detail/b7c2fce56dbf430ea92b7d8b6ecb9329 "
"/detail/c35c81f239494d4a9abeff08122115f0 "
"/detail/cec7f87e83a645bb94f2dbabd7d55eb9 "
"/detail/d158c2a715d54808bfe51392877c3e66 "
"/detail/d8e2a6436bbf4396b5341f2d32d9ee93 "
"/detail/dd987d090b8e4daeae5a03999afd6c80 "
"/detail/fbc9ebd37d3b4de48eb267ef94aac091 "
"/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/165d387e909249889e89cd6584e6c81c' , '/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/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/2ee657868a1c445290236865c2f91447' , '/detail/305ef2531aa349d7aa1e9cb632a7e6f0' , '/detail/3478f29ec2794c79a80832f6d6743156' , '/detail/3b737babab574e8d8df81734fe9dbc70' , '/detail/5f46a6b2a86d4c46b31146fc0fed5b41' , '/detail/8f7eefda0eb24112a6c3f6be4a097c44' , '/detail/97331e89ee2241c2aed4159e0e82bf91' , '/detail/9b1fdf93804348aa967c8de697ddc6f5' , '/detail/9ba9aaa803094e09befdc8300101ffbf' , '/detail/9f7c9db2ef454ef5a0c7959e341cb1e7' , '/detail/a1eb7c67e9844771bf7fad0f239bc290' , '/detail/aa5e7a9da7eb44dab324859fae6445d6' , '/detail/b7c2fce56dbf430ea92b7d8b6ecb9329' , '/detail/c35c81f239494d4a9abeff08122115f0' , '/detail/cec7f87e83a645bb94f2dbabd7d55eb9' , '/detail/d158c2a715d54808bfe51392877c3e66' , '/detail/d8e2a6436bbf4396b5341f2d32d9ee93' , '/detail/dd987d090b8e4daeae5a03999afd6c80' , '/detail/fbc9ebd37d3b4de48eb267ef94aac091' , '/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
114
0.40 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"†;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