1
0.72 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
2
0.13 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
3
0.43 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.27 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.55 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.43 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úê-ÅÍ+ \ "
"Power-Parts/Ketten-Kettenraeder/Spezialteile "
"Power-Parts/Ketten-Kettenraeder/Spezialteile/ "
]
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 = 'Power-Parts/Ketten-Kettenraeder/Spezialteile' OR seo_path_info = 'Power-Parts/Ketten-Kettenraeder/Spezialteile/' ));
Copy
7
0.78 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.50 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.50 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"RmeFbXAI1lfivnJj3R5FgDQ1APtvZ2qA "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = 'RmeFbXAI1lfivnJj3R5FgDQ1APtvZ2qA' ) LIMIT 1 ;
Copy
10
0.42 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.79 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.50 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.36 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.45 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.61 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.49 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.61 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.29 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.63 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.88 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.89 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.45 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.44 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"RmeFbXAI1lfivnJj3R5FgDQ1APtvZ2qA "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'RmeFbXAI1lfivnJj3R5FgDQ1APtvZ2qA' ;
Copy
24
0.46 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.48 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\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.46 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.50 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.25 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.68 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `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.23 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð %Ærº¢¼DWR«3~ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A025C672BAA2BC445752AB337E ));
Copy
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.24 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
33
0.19 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.95 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.58 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.95 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.56 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.46 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.96 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.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.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.38 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.24 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
43
0.28 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
1.95 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
0.92 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.52 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xDDA3EC5FDB8042ACB8F8C841F70EFE8B ));
Copy
47
0.70 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
0.68 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.75 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.69 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.34 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.20 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
53
0.21 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.18 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.28 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.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.51 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"´kÖ°¹Ožµã—m„F¸ú "
]
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 (0xADB46BD6B0B94F9EB5E3976D8446B8FA ));
Copy
57
0.29 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"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.37 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.54 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.23 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
61
0.51 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.27 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.37 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"´kÖ°¹Ožµã—m„F¸ú "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xADB46BD6B0B94F9EB5E3976D8446B8FA )) LIMIT 1 ;
Copy
65
0.24 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"´kÖ°¹Ožµã—m„F¸ú "
]
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 (0xADB46BD6B0B94F9EB5E3976D8446B8FA ));
Copy
66
2.68 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"´kÖ°¹Ožµã—m„F¸ú "
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` = 0xADB46BD6B0B94F9EB5E3976D8446B8FA 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.02 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"´kÖ°¹Ožµã—m„F¸ú "
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` = 0xADB46BD6B0B94F9EB5E3976D8446B8FA 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.77 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"´kÖ°¹Ožµã—m„F¸ú "
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` = 0xADB46BD6B0B94F9EB5E3976D8446B8FA 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.35 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.02 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"´kÖ°¹Ožµã—m„F¸ú "
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` = 0xADB46BD6B0B94F9EB5E3976D8446B8FA AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 )));
Copy
71
0.67 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"´kÖ°¹Ožµã—m„F¸ú "
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` = 0xADB46BD6B0B94F9EB5E3976D8446B8FA 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.63 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"´kÖ°¹Ožµã—m„F¸ú "
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` = 0xADB46BD6B0B94F9EB5E3976D8446B8FA 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
12.27 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"´kÖ°¹Ožµã—m„F¸ú "
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` = 0xADB46BD6B0B94F9EB5E3976D8446B8FA 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
1.35 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"´kÖ°¹Ožµã—m„F¸ú "
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` = 0xADB46BD6B0B94F9EB5E3976D8446B8FA 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.37 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"S¿╦BåZOáÆ?ê<É/´ "
b"L#0t&šN*¬¥F±FóÔa "
b"\x06 éü8╔cI─¬{±4É8)C "
b"Êß»vÝ[Ló€Ú阧slè "
b"çE¹øã¨Gµ©än\x02 ñF\x15 ` "
b"ÁÜeÿF\x1D M"á┐C\x1E ÑÅx\x06 "
b"îâ`\e 9ÃH·Ÿ†yql\x05 áõ "
]
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 (0x53A8CB42865A4FA0923F883C90F02FEF , 0x4C233074269A4E2AACA546B146F3D461 , 0x06828138C96349C4AA7BF13490382943 , 0xCADFBB76DD5B4CF380DAE998A7736CE8 , 0xE745B9F8E3A847B5A9E46E02F1461560 , 0xB59A6598461D4D22A0BF431EA58F7806 , 0xEEE2601B39C348B79F8679716C05E1F5 );
Copy
76
0.56 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"S¿╦BåZOáÆ?ê<É/´ "
b"L#0t&šN*¬¥F±FóÔa "
b"\x06 éü8╔cI─¬{±4É8)C "
b"Êß»vÝ[Ló€Ú阧slè "
b"çE¹øã¨Gµ©än\x02 ñF\x15 ` "
b"ÁÜeÿF\x1D M"á┐C\x1E ÑÅx\x06 "
b"îâ`\e 9ÃH·Ÿ†yql\x05 áõ "
]
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 (0x53A8CB42865A4FA0923F883C90F02FEF , 0x4C233074269A4E2AACA546B146F3D461 , 0x06828138C96349C4AA7BF13490382943 , 0xCADFBB76DD5B4CF380DAE998A7736CE8 , 0xE745B9F8E3A847B5A9E46E02F1461560 , 0xB59A6598461D4D22A0BF431EA58F7806 , 0xEEE2601B39C348B79F8679716C05E1F5 )) GROUP BY `product` . `id` ;
Copy
77
2.92 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"S¿╦BåZOáÆ?ê<É/´ "
b"L#0t&šN*¬¥F±FóÔa "
b"\x06 éü8╔cI─¬{±4É8)C "
b"Êß»vÝ[Ló€Ú阧slè "
b"çE¹øã¨Gµ©än\x02 ñF\x15 ` "
b"ÁÜeÿF\x1D M"á┐C\x1E ÑÅx\x06 "
b"îâ`\e 9ÃH·Ÿ†yql\x05 áõ "
]
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 (0x53A8CB42865A4FA0923F883C90F02FEF , 0x4C233074269A4E2AACA546B146F3D461 , 0x06828138C96349C4AA7BF13490382943 , 0xCADFBB76DD5B4CF380DAE998A7736CE8 , 0xE745B9F8E3A847B5A9E46E02F1461560 , 0xB59A6598461D4D22A0BF431EA58F7806 , 0xEEE2601B39C348B79F8679716C05E1F5 ));
Copy
78
0.44 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x06 éü8╔cI─¬{±4É8)C "
b"L#0t&šN*¬¥F±FóÔa "
b"S¿╦BåZOáÆ?ê<É/´ "
b"ÁÜeÿF\x1D M"á┐C\x1E ÑÅx\x06 "
b"Êß»vÝ[Ló€Ú阧slè "
b"çE¹øã¨Gµ©än\x02 ñF\x15 ` "
b"îâ`\e 9ÃH·Ÿ†yql\x05 áõ "
]
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 (0x06828138C96349C4AA7BF13490382943 , 0x4C233074269A4E2AACA546B146F3D461 , 0x53A8CB42865A4FA0923F883C90F02FEF , 0xB59A6598461D4D22A0BF431EA58F7806 , 0xCADFBB76DD5B4CF380DAE998A7736CE8 , 0xE745B9F8E3A847B5A9E46E02F1461560 , 0xEEE2601B39C348B79F8679716C05E1F5 )));
Copy
79
0.48 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
18.41 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"\x00 /Çþy‚H\f ´}I\f ¶KËÚ "
b"\x00 Çt+\x06 ÚCbšóÒ!Œ¢Ï¼ "
b"\x00 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x01 #(tÆøId‰-jH|ð¦ó "
b"\x01 5Þ!Ø~BŸµÝ·1Ÿâià "
b"\x01 <‘f‹\x0E Oî\x1F VÜO\x14 u€ "
b"\x01 ¶›ÔvôGì–Ô7\x1D ,3X6 "
b"\x02 (ëÝòŽL»‡\x7F |Ø—8²x "
b"\x02 =q™Æ\x19 G\x14 ‘\a"\x0E\x03 ’m "
b"\x02 ò›ár®A:š\x03\x01 UB|Ïö "
b"\x03 VÉ·zæIt¥\x16 ŠeÒã7@ "
b"\x03 m°\x13 ─NùøO¾\x16 ìÉ`« "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\x03 ¾¼-uòG\x06 °~\r ºQaï… "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 I\v mJAíŠ<d;\x17 x–\x12 "
b"\x04 Wˆ\x12 ¦gA€—*&k-\x1A\f Ô "
b"\x04 bî\x05 ;3F\t ·k:\x00 iÈSÆ "
b"\x04 ׂ\x01 ùoKMŒ©¨…^±ñÛ "
b"\x04 ä*â÷ŠGÜ„°ï†¦‘£] "
b"\x05 ‹\x05 é'ÑJ{“oe\x19 \æ!– "
b"\x05 Ÿ{ô¡4M)¢}¶ûÏ‚\x06 ü "
b"\x06 <€˜ˆkH…Ží…„¡Ý2Æ "
b"\x06 ]6Å\x13 iLvÉTÌ,¾÷MW "
b"\x06 ÎV +ëA½ˆõÖ|\x00 ;.] "
b"\x06 Ý¯Ž–*Fœl\x01\x16 ¿ÅlN "
b"\x06 ïhÄ\x13 F®ìÁ$╬\x04 ýZ& "
b"\x07\x04 ¹Á{\x1C KŸŽ"0·\x10 ®žÑ "
b"\x07 0ÐW\x1D –H`¯gÛÔ)@ýú "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\x07 £§}ÂIHùìç^│$4ý¯ "
b"\x07 ñzÑ®\x17 Kœ†x+!xÀ“q "
b"\x08 ÔY¼\t NwŠdÌ@–0çj "
b"\x08 bÈ7Òì@‰¯ëXƒ±–Óÿ "
b"\x08 Ñ\x07 'C¾@€µ\x1F ’N\x12 ^A+ "
b"\t\x19 D×ÖâC▀ü-░5çÎH" "
b"\t Dp=;▀O,ÅãÔn]Y³n "
b"\t ü½ÜÀ\x06 OP½u╬╦\f É\x1D Ç "
b"\t îÇ€†¯KѰÚ#\x04 §>¯ƒ "
b"""
\n
R•\x1C ¿OKÀ‘xDÒr†Û\x18
"""
b"\v ûV¿\x1A vH·’þ'>[LŠ\x1C "
b"\f\x04 ½õå4B\x03 ›\r \x1D õ°.\x16 "
b"\f W{„Ø€O_•I\x13 ·ã6-\r "
b"\r \x16 ”\D¦DB¦\x1D yr\x16 1Åb "
b"\r H3À’GG\v ¯\x18 çô9ŠŠL "
b"\r ì▄┼|FAêúÊ\x07 +´▓▀\x02 "
b"\r Í9ßt¸F\x04 û▒░ÂA\x16 üö "
b"\r ç+ç= Gcµ÷²L´#’ˆ "
b"\x0E\x07 yÿëÖC¹€Ÿ.\x00 !rW\x1C "
b"\x0E 1ØÕé■F/îYÙäkOGÕ "
b"\x0E Eöïƒ\x1E B?—÷\f „¢áÝÀ "
b"\x0E Joé÷█FÂÉj¦c£\x1A ù) "
b"\x0E _µž\f\x19 Bк»²ý\x1C A†ˆ "
b"\x0E d\x10 ¬§g@\f ´Ä2\x01 S\x12 Ëh "
b"\x0F\x06 ƒåÜìM=àd,y«BÝF "
b"\x0F RŠ÷4SDq”H«+ÀË-` "
b"\x0F W\x10 ^Ä„II¤ÏÂÐ ×þ< "
b"\x11\x18 4ñåÅH0ïS®KÆ-&ü "
b"\x11 Gêιë@\x1D „Y\x12 >0ö\x18 "
b"\x11 ÁwØ│ñM3×;&¦┴á▀+ "
b"\x11 Öæ£èŸA¶¹˜\x08 Ôæ“B¬ "
b"\x12 GB\Y¯Fíº2zGQ™*© "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b"\x13 ²¢ÜVGHJ´ýMi6Lî\x18 "
b"\x13 ³’Ï^ËE…œ]×È•£gø "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"\x14 (nTD-K\x10 ˆÙ÷·x%½« "
b"\x14 3Ù\e Ó÷Mëš¡q\x12 0£×‰ "
b"\x14 ø\x7F ú¨rA&º├_Å>ÄeÝ "
b"\x14 £‘;\x02 ùF°‹äñ\x00 Ã~X\x08 "
b"\x14 ïÍP\x0E ZH.¶›'#\x11 ê‘N "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b"\x15\x16 }+£\x1C MÅÂ+Åù\x04 t┘┼ "
b"\x15 2ÊÞ/üL_¦9ǵè¼?\x7F "
b"\x15 góÇß_MÕ³$íèNÈ³É "
b"\x15 â—³ŽsCi½\r pØ8ÑiB "
b"\x15 öÍ£|^OÞ°\x18\x00 ó?“\x1F È "
b"\x16\x17 ¡ØùiKã”Ì h\x04 %–\x01 "
b"\x16\x1E ñ1>Þ@\x1D ¶@\v ¼ã4\x14 ß "
b"\x16 Po\x1D ìA‗¼.öø7═j³ "
b"\x16 Z[Wa\x17 B† \x05 WA0ñœI "
b"\x16 zýÝWÅHë×\x1C 7Ê|è)░ "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x16 í>\x1D Ì0Bà¥tÏÚqI~s "
b"\x17\x05 HÐ\x1D áDm´ýÞ{µ\x07 Á\x03 "
b"\x17 5¶-;gF»‰\x06 †J&¹É "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x17 ¾¼¹\x14 þO-Ÿ×ç_w”?V "
b"\x18 Rü█«ÇE┼Ä\x1E øòÌe.╝ "
b"\x18 ▒╝ÅѦMví:\x14 "9û└\v "
b"\x18 êR•ØG@9™¯Ë¬¶:l< "
b"\x19 ö¾║ı¦O#¼¶sñçK´Å "
b"\x19 ˆjÝaK5©X÷ì\f ÖÕŽ "
b"\x1A\x0E ╦║ðªICØÁïØ\x12\t x0 "
b"""
\x1A\x14 Ó\x1C ß\x05 IØ \Ó¦©`\n
5
"""
b"""
\x1A )\x18 “\x13 ÁL\n
¼óÍ Öqíà
"""
b"\x1A R o"µGc¬Ô¼E\x1A õ$\x0E "
b"\x1A R~\f ÌÝO~ïê\x1E\x07 ìº:\f "
b"\x1A Sùdž¢O™»-5׸þ\x10 ¦ "
b"\x1A ¦ï<ìeOñ…¹bϹÁ\Ó "
b"\x1A ¨,ý\t Á@,‹J2¥ÑXP "
b"\x1A ‗r▒¡0O¥▓ûKü\x14 ,\x0E · "
b"\e H!8Ý Cå½Ä\x13 *WÁdW "
b"\e ™l3+8IY·q‘õªb¡í "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b"\x1C ®Q\x07 ´òNJ\x15 tW\x17\x1A xµ "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"\x1D ´Ï\x07 4\f O¤‡ÈšÃ:—’ "
b"\x1E Jh‗MîM\x10 «Ç,³▓ì¤\x07 "
b"\x1F I\r vþáD ¸Á™Ï=V\f { "
b"\x1F cc«\f ÅJ\v ”\x1A ã׳2ç8 "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b"\x1F ýkcˆGL\x07 …¢Íâqyذ "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b" •8C@LÍ®\x18 ž¹ÛëÖ² "
b" ¹XÉN–Oñ£\x1D\x04 ì\x1C ÷n? "
b" ¾qcà¸N\r ¾ØVŽ‚:\x06 f "
b"!JûNþDO\x0F Œ\x0F ý@%çJ\x03 "
b"""
!Z\r K\x16 úA9ŠP\x1A N\n
/\x10 T
"""
b"!zt\x10 │ÏBÖ│àÈ70\x0E Ø╗ "
b"!Ø└6¼▒K╚ñ0Þ-7\x04 ╩³ "
b"!ã‰P(œGÔ¹méøUÌÀØ "
b""\x18 ÿÀ9^NT‰gA<˜5Yó "
b""\x1A ™£¯æFÉ…¼qµö*wƒ "
b""E‹8x.IK¬çýTõ¹óx "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b""°ðç"sA‡ƒvXô\r ñJ… "
b""ì\x1E -ZÕG>¶4˜\x1C ×\x1D ߨ "
b""üM!H&Lç‘db¶$›°Ð "
b"#\x03 ³╚n2B╠«ì,█0(g¸ "
b"#\e @\x19\x11 ‚M©¦N1CÜ[Kb "
b"#[Ð\x02 °ÁIû¢”\t ÜæÏP1 "
b"#—s\x07 fŽC\x03 ¢Fè]ßB—P "
b"#¼ùk¶COHƒÝý¶gú.È "
b"#Õ…xƒšG~¯Ü\x13\x12 ¼y± "
b"$\x14 ╚/j:J\x19 üõ&`¸├\x17 Q "
b"$\x1F yGª╚D├æ#±╗\x08 øÅ\x1C "
b"$1ú\x1E —7Cu™f‚\x0E §à"[ "
b"$6.¿œ’L*‡”hÎ\x0E 3e\x13 "
b"$_„\x07 Â\x19 Oì°Ó(îCG%¼ "
b"$¶µãÁÒOè‚å¾\x00 š¾*C "
b"$¥s■\x0F ÕK#ª¼¥ì%u¿é "
b"%Rëq6îC¿ë▓Ñê\v fì╣ "
b"&D¯—Á\r MѱŽ\x00 ð\x08 R¨E "
b"'\x08 “\™wGó•g¡6)å&, "
b"'\r 6HU)D&ºÝÈÆ_\°/ "
b"'RyÿgóIîèÕ\x06 öPïì~ "
b"'ì▄ÐÙ\x7F EéÇN\àJOeâ "
b"(Jt0tEJAÉË\x15 └ËÂ\x15 d "
b"(’ñÜn–C[‚’òmÑ|\x05 ë "
b")2T1é½Jì┤ÈÄï,\x1A ¥k "
b")hSÑ~0BÙì'‗7▒±G "
b")Ò4\x0E ¿FNΫØÌw²94™ "
b"*1È»╔Ø@ ©ìÿê░ùî‗ "
b"*f\x13 ╬»\x08 JKɶ\x02 ùxm©\x07 "
b"*Ññؤ<B7Üô¬Ö%y[K "
b"*¸\x06 àtáE£®ü\x03\x1F ¦m©C "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"+\x06 Žï\f ‹Lvšs0\x13 ¡e˜ë "
b"+Ic\x05 SÃO¢†qù<qMÞ[ "
b"+V.H/\x02 M×½Åðÿl?2╔ "
b"+yQI·ÁF»›Q)²Í^¿® "
b"+¡Àëc‚Aו\x0F\x1C ÌR¦?^ "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b",>\x1D W\v\x01 J@°õY‰KæÁ¥ "
b",Š€…ñøCð®‰ý÷ÒÏp: "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b"-\x0E Ð|ÌvH·€=Ò`‡\x01 ‡\x1F "
b"-\x1A obÑBLÀ½R▒¹°╔aì "
b".FÀw—uK/‡\x15 Aí¥¸Þ€ "
b".LÉÛ™þL³–L\x1C ÆŠ-Á\x1C "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"/U,‘/ƒE=†dPݳu\x1D\x1C "
b"/v½ôp"F$¶Ý\x1F Úv#öÉ "
b"/x®Öó›M9š~¤0`í–ó "
b"/š—-\x0E ˆLxª\x1A ¥OpP“r "
b"/ J–\x13 éE\v §[S\x7F ðþÒÇ "
b"/┼\v ÑÝÍE┼½¤Øøóf{Î "
b"/Ã╩Â>ÆAxôÅjadزÿ "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b"0\x08 µ\x16 UDM¼©×"Õ:C¸ "
b"0\x0E\x0E 3X¬A?ƒz\t ŸÆr<‘ "
b"0+¦Í÷'Ei‰0'üá\x10 O4 "
b"0`¡\t ´ÁK#üb\x14 W÷´Õ® "
b"1ESÕmÀB]¸”…ùìƒQ™ "
b"1[æ3\x1E ƒE╣Åy┌»═æEô "
b"1[▓þñØG╦ò<uµJÝÿÉ "
b"1dÒ\x11 ^zAˆ¥\x1F ‹¾éö‚ý "
b"1”Š@—AFÙ†=¬\r kþÝ/ "
b"1ÙYTÙA$·\x15 Üm\x08\x15 ½\t "
b"1î™¼ÂØJv¡u\x0F ‹\x1E }+ "
b"2\x07 a¿šCb«÷@¬#\x01 ‘$ "
b"2@2à±1N؇®û@õÿò‡ "
b"2Œœ`éëK€¸T”*B·e; "
b"2¬›?h\t B\x1E ´9h{S¶œ\x0F "
b"2─Fc\e ║K+ØÁ9,q*ç2 "
b"2▀Þ═G▓F\x12 ï¡Å╣╦wÙ- "
b"3sª\x14 B¤Oæ›\ƒ¨ÎGC\x1A "
b"3|>±+‚A'¹"nÒ—Pc\v "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"""
4‹Ó\n
IˆHn„yôº¬ª\x03 œ
"""
b"5\x04 Þ>qªNY–Ã}zA\x1C Ü— "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5&£ƒr·H\x7F ¤\x11 HIü\v ç} "
b"5íϸ\x12 %Edç3Áëì/÷W "
b"5öëËj°HH³ÓN8öJˆô "
b"6„·’¥§BÖˆ¹Ð\x06 'LWr "
b"6¤\x19 q´>LÜ‹H»]t?̰ "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"7E\x10 x¶IE ½û\x13 þÝ=k_ "
b"7jÑÒø\x1C Br¹ÓHÖ\x19 ÃnÉ "
b"8\x01 ×ì&êIéŒ×D—ë\r yí "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"8Ø─é╚DJFÇ¢.nóc3\x1E "
b"8·c\x0F 'LN¦§OØëíNS "
b"8ðëY«\x10 A▓ØLeûªFé¸ "
b"8ûæ}išI\x18 œ™µ[<}÷™ "
b"9\x06 à\v\x1F œMô»Þ ÄÞ\x1C ¢E "
b"9\e\x14 RußNë€\x00 ZnÑYö— "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b"9Ë┴z8║Jn¼ðL╩&äëÅ "
b":OB\x00 █ÃD+ô\x10 ¸b\x06 V7Å "
b":‘\x0E M2HCD¹±<Ê\x7F 5fè "
b":–Oµù=Kö¸½d\r \x1D ýĹ "
b":─{*ÓëG█©─*┼╠É╔' "
b":Õþô&¤H=ºqÞ„[•3i "
b";\x08 ¯pmºB”½èy.Ú;Ÿ= "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b";“œBtúE6©½O\x7F DýªŸ "
b";Þã\x0F á¤J-¼╗»k┼ÅóÌ "
b"<\x07 Žûû¨Ifµ?G9¢A\f ¥ "
b"<\x18 ù}S\x1F HI§\x07 #oÅ'è— "
b"<6ŸñÄÅO\v ‹š”ß[6\x07 5 "
b"<GƒÚ” @\x17 ŒTYYÙ=¬N "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"<tÓÔªÔKçØâ:]b¨Ò\x7F "
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"=4C)¶vHb¹Ï\x04 E‡¯õj "
b"=u0¹ýµKKŸ6\x04 ²Pà%\x1E "
b"=ª\x04 íßC\x1C ¼%÷×Éy²¬ "
b"=ÕŽ|EOJR®¸êaEã\x15 1 "
b">1àì\x10 aMÿž±8\r m\x08 ŠP "
b">…•%¢IV¥1V”‡dPb "
b">Ó¦«±0M¸¶¯ý"$\x17 ]8 "
b">ä⿜wN°®åBìM\x1F ’_ "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"?u&tC[F9r\x1F W•C‘ž "
b"?É¢\x02 ö╬E·║QU╚\x18\e ï\x01 "
b"?¢ÏX:˜B^ŽA\r 0G…×\x1E "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"?µ\x11 ù¶ËG\x17 ›yÄyÒ†Ÿ\x18 "
b"?õ3aU+O\x10 ¸Øø„¿½† "
b"@gë\x1D ËuK]©qÊlsþ\x07 "
b"@ò‘4 ™Dþ«ï}‰Mi×Ð "
b"A\x10 8å\x0F æNÛüЮJÖ\x0F ýP "
b"AD&p\x04 2M°ª7Þ(-\x12 N° "
b"An(:TƒLo«ı~õÓ\x1D Öì "
b"A€)\x14 *RH•£L\x1F 2©4]r "
b"Br'‡þBEŽºF'§1O\x1C â "
b"BßÇÙÅÁDÝ×\x17\x18 [┘PN\x1D "
b"Cnäpç\x18 N: vÆ\x02 |J5< "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"CÓÏWÚ`EŸµ»é,¹ç?Y "
b"DM"ö\x11 ÓC…²ÏÀX`\x14 E¢ "
b"D‰ÄäI·Ms’@Ú\e Å\ôÇ "
b"ES}`\x18\x0E K˜¹)\x11 ØÛH\e “ "
b"Em¸Y\YFޝ\x19 èV\t\x16 »Ú "
b"EnWá%$H€º‡\x0E ~”IåŸ "
b"E║■xÊ£J╩ì┘k\x0F ┘Ct8 "
b"Eð#FÔŸH/¨p!`7` & "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"F\x12 Œr\x1A «HȱEdØÓ5÷ "
b"F’jŸ0\t OV³£€Ù$uÿ) "
b"F│░Mà`J╠å<,Éi{!§ "
b"G"¯\e â3E'¢@¹#,ÿ/\x7F "
b"GD˜Ø÷ÃHtž¶\x08 ç^\x1C ¬Á "
b"GDþJÜ\r J‡¶ý@—,\x07 Ÿ\x06 "
b"GW(££ÜG\x07 Œ\x07 ðK½\r H\x05 "
b"Gø\x13 W„*E\x12 ŠØ”TÛ\x14 <¯ "
b"GúÍ`³‘LPº\x02 APŒþùõ "
b"HV\x02 •žªMö² PØØ¸3 "
b"I*\x04 :`)GÄæD;Ô├É\x16\x17 "
b"I3`P®µE■é\t üÕ\x16 #êW "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"I³˜°âZF¶€Šš%QI\x05 e "
b"J2\x15 ºN›F܇£CÑ8rB’ "
b"JÅ\x05 «ÌîFT░Y¨Ë\x1D Âð\x01 "
b"K¨\x00\e z¹DAɾj,¡{ÿ* "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"L²2ÁåÚIæ›Dú€éÔ@¬ "
b"LÍWËŽQJ^¸Ã|ô“Š”9 "
b"LÌh╠ñ©Foú©\x02 ©╬ÉLí "
b"LôØZ [C྿÷ìÜ-Y- "
b"MRDÌ\x16 ”L›¦=^¦d<§× "
b"MbgR=uJ¼¹Ü\x16 4/!Î "
b"Mb¿gè\x7F M¾°ÏáÇô€\x0F , "
b"NL\x0F ¹Õ2D[ˆ9,-}\x02 ð¶ "
b"Nx7\x16 àMH\t ®Ô\x05 âJ\x0F\x0F\x14 "
b"N‰'Ü—ƒNв(ÝLg=}\n "
b"O-ø^ñŒBʽ¤\x03 D.µ\x12 C "
b"O6õ\x0E /AL柸\x04 Éñ\v u= "
b"O\x7F £o>(J·’\x11 Ž\x11 ÝŸK† "
b"OõE╝BsH"▒Å╬Þ\x00\v ═3 "
b"PZX‚®®G5›Ý–BUµ&î "
b"Pe\x0E 3ôÌI¿ÉU├fÿ\x02 » "
b"R6.Z¨·Ko║÷É\x03 ÁEa" "
b"R¾èE¬æA걨dø\x13 ·á\x00 "
b"R┴N┘PßJ ┤Ðâi8¦\x08 Å "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"Sš\v _ò\Dѵˆfaéc\x01\x0E "
b"S´GkùvN¹®\x12 ¡B!{+i "
b"Sºð\x08 Þ(J»ƒ–ÚïJÃlÊ "
b"SàšÒàVG•¹³(\r ÕµXž "
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"T\x10\x14 “ƒùC˜‚>&ßý\f ×ý "
b"T\x12 \ß▓ÁN\x19 ┐ØY~ÖJJ╬ "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"U <Í¢bAKåy¿áFÉ¡╬ "
b"U:┤.\░HeÉÙ╩╗\x08 Ú\x10 E "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"UìPçW├Eìáù¡Ê¸■UØ "
b"U¥…ÙB?N:µê¹©N·V‚ "
b"V+ŽT°BB[½æv$ª+œÓ "
b"V2àÂ\x11 1Kɱ•± G0Ž4 "
b"VÀ_x¢ÚDЧÀC\f „r\x15 ¾ "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"""
WUÇ.c¨K\x08 «È|En\n
µß
"""
b"W‰¬\x10 qòNP®¶2jØ£¬\x01 "
b"X\x1F Jˆï½K(’+Éì´Fý\t "
b"X/O wbJ?–\x18 Gu¿‘\x17 c "
b"X:6Ü·cG€‹>:`є֎ "
b"XoÍí\f ØM³únÁÐ\x11 _K" "
b"X€Eþ\JLGªu‰ÛwDœì "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"Y\x04 ü\x12 î<Cë˜óƒö”\x03 Zn "
b"Y\x1C /\x15 é4ATœÊÂî’ó3} "
b"Y!┐\x05 H█D\x14 ×é\x19 ¿║HFÉ "
b"Y$‗µ║ûOJüغêv\x18 ┘Ï "
b"Yr^Ï2ıMÉø┘ÅÅ\f Ã8┬ "
b"Y}i0HëOßûÅt \v #\x1A\x1C "
b"YÖ │s\e H\x1F ü»h■Ûƒ\x04  "
b"Y™à(àUDØ¿ÁÍ‹\x1A “Œ— "
b"Yµïi@GI\x14 ¼»Ü³B†\x12 ž "
b"Z\v —(*‘B\x19 »M`g·¢é\x00 "
b"ZD^ \t ÖJqœeìë\x16 >q "
b"ZŸY5p\x04 N臟@·COpÑ "
b"Zñ_ZôoD«Ø\x01 ä\x12 [Ü\v > "
b"Z²î6µÄJÄ›\x10 áT¬•`¿ "
b"Z¹Q\x19 ó\x01 D¿‹ÈÒÄØ©\r å "
b"[ŒŸ\x18\x1E F™”#·Ú@Ó)K "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"[þ;×ÿ┤J'ûàê\x0E -É\v F "
b"""
\\x1A \n
\x01 òG\v ¶bÛGgFŽ6
"""
b"\&6\x0F sšG\x19 ‰‡X.}l\f < "
b"""
\0\x1C \n
>HD3 ÎûÃꢘ®
"""
b"\ZaéR`H^”û4gŠ„î_ "
b"\nN¸S■J╚£æëò╗ìô▄ "
b"\Œ»z³ÒI“¤§EE7TåÚ "
b"\¹9\v †ˆG.¼\x0F sP\x15 ³++ "
b"\─f»\x17 ¨C1É\x1F ■lÚN!ÿ "
b"]DóDöîK\x08 ØMå\x05\x14 ¸y) "
b"]p»¶`7B„™XÂòº¢ÿ« "
b"]Í6\x1E æÇCh‹-åc–ô±+ "
b"]ÐëT0RE+«Þ!Bš÷;¼ "
b"^ƒ\x13 l.AEm¹îTM¯ÑËç "
b"""
_\n
\n
o*áC®Ø│&Î}è─g
"""
b"_]¡è…²Kt—\v M\x15 ð/\x15 ò "
b"_t╬\x1C yØDXòÇêÊÙÀq° "
b"_ŽQYˆÈA舴TÌKóVâ "
b"`\x00 go\e\e CËÜîÉ\x0F\x16 0ô0 "
b"`\x13 ×¥¢‡@0µ\x06 ¦õ$\x07\x11 § "
b"`9Í€ulJ ›-ƒ‹zÍ\x19 0 "
b"`u[|\x07 iLÇü╬ïqºò³H "
b"`}ý浂Hê®\x1F ôFKƒ–\f "
b"`└§_\x7F ìOÖø\x03 ÐFËÃ-ú "
b"`øï¸R(H‡˜AH¾¸à\x08 Æ "
b"`þ1\x15\x12 ’MpµH:xY~º\x07 "
b"a\x1E ò*,¢M─É'!?╝©‗p "
b"a&4LÈyBƒŽ6Fä“ÏãÓ "
b"a‰ƒSÊYM\x06 ·ÎxÕ²0® "
b"aã÷sÒ+JJ±B\r xá~ê\x15 "
b"a¸¨OrÒA8│Ø"äƒâ&a "
b"""
bœˆÇ@\x08 Nø«Œ\n
«d[”$
"""
b"cT*ùM&MŒ¸ïeèÝq\x17 ò "
b"cÌÅ╬0Ð@Óü¢lZ`²ÙQ "
b"d\x19 ¾^ÄOåŽÒ‚~ä\x0E Å\x01 "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"dÕo´RËDüùOä┤╣é\x0F w "
b"døNútïF÷¬K^@\x00 B‹Q "
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"e|š¶JIOàše\x00\x16 ï\x0F\e Ì "
b"eÖ\t ãMmJ)ìÇ8ÚbPú\x12 "
b"eÎÌ!¸5FܻҞÜ\x13\x17 •0 "
b"f@7Æ\x16 -H“ˆJE\r Íc©U "
b"fæOÓP\M[¥ò|zlÇÉÉ "
b"fÁË?a!J\x13 å¬Ö\x1F É\x04 AK "
b"fÒ˜¬è>M¼ŠŽ\x1E @·õ° "
b"gé\x00 9ÅcGpî-Þ\x7F 3Ö%> "
b"gØþWíNE6ÄJÈ1Ü┘Oä "
b"h¶Quý\x17 Gl’Ê*ÒqCÌ "
b"h %│~CäÅÉ│Åı▄æ{ "
b"i\x01\f\x03 ªðMÙ¹\x05 Á:XÓÿ† "
b"i\x17 ¡«8ÀF[¿$CíÝg¤÷ "
b"i\x1C X└\x0E ƒL\x11 ø╚9[eðPØ "
b"iB:Ö%\x1A Iš´\x7F ÍÄ\x18 <G‹ "
b"iù/&‗7IïÄüuGËÀ¾K "
b"iÞAµ/€F‰ŽàÖaÜhg' "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"""
jT╣ÏãÖA\n
Å\,µp\x08 °U
"""
b"jxôz;\f LÉç\x06 ¦¢»\x12 `¹ "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"l\x04 KÚ^o@DÅNª\x1A ¶ÎòÇ "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"lwð" ãC\x18 ¨¿°HŸÕ3$ "
b"l└Ïq+VIü©dE¢╦¯` "
b"m\x1C &eõ6G¢¤¢UÌ\Ú´À "
b"m&\r pEÃHʾ\x04 Ëms¦\x01 h "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"""
n\x07\x11 &¥ÝH<\n
\x02\x12 &IjÇ
"""
b"n\x16 Nÿã/G¦‹ÆKHZéL\r "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"oj\f\x17\x0E ÒA—€\x03\x0F Äg ,ß "
b"osž®‘fJO¡ðL\e QÁHm "
b"o™´Ö\x03 ¸M\‘gf\x19 ™p\x07 ~ "
b"o×o³m_C\x02 ä\e ░É\x00 q¥\x07 "
b"oêêÑêûL×´õÝó×ãI‹ "
b"pj/´=@Dëª$ÝK‹+± "
b"r`IAs{A\r št^K\x17 ˆ÷Ù "
b"rw9ìå\x06 D¨ó$\x04 ƒ%xèñ "
b"rzG4%DAÞÅ\x15 ¡╬o╚▓â "
b"r…<–qíI!£\x17 ¾À\x14 HÏ "
b"s‚zÂaTIf¸þöЙ\x12 úé "
b"sß\x07 ªñ'G̸ͼáyå\x06 @ "
b"""
tw\x19 P'èOÅ‹·©\n
¨ÛîÁ
"""
b"twµ9-‚E;žk_Œä0Íû "
b"tÃ̪ušA'—¨o±î0ã "
b"u\x05 —G‰ÞC*º•\x1E ˜6ð\x18 g "
b"u\t …™´FG†§…hBûÁññ "
b"u(vA=6@>¦Ù…›L\\x05 f "
b"ucsìçRBùsŒ\x08 L;ªw "
b"ut±ûWôK¯L>]Êâ‚\v "
b"uøW-¯(F*‹::\x1C\x1C o\x7F › "
b"uÿìÄyÛMr¡Ä[\t\x12 ÈwL "
b"""
v\n
\x10 ‡ØýNù‘¨š8ÒNý…
"""
b"v*ž‹\t üHôŠ.\x01 •fþQž "
b"v`DlÊoB=¹æ}±Rµ\x1E Á "
b"vçÂɾ¶Jéç ¿\x01\x1E\x05 ╗V "
b"v¥2¿î─Iö╝qüi\x10\x1A U$ "
b"v²}╗\v ÆLÌ│üÅûcñAt "
b"w¸hš¯8D¸¶¶Hq=w&à "
b"wþE)a{@’›\x00\x18 NëULF "
b"x‚iG[ùL,£ÐE’\x15 vÙv "
b"x†¾\x17 nŸNž´L7Ò/ñ\x10 © "
b"xíýz┐MASïÆàì▒æ)n "
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"y¦ÄQ!\f LAü¿p)Ùƒ`» "
b"z[³vÎhJ¿¡µ`¯\x11 ´ÇÓ "
b"z®÷ÊËlAU´LËOª9µ¤ "
b"zàƒÕ´¿JÍ¿ÇÌÐÉ/þ* "
b"zãk/Y³E‘¾MµQ\x11 ÓÝp "
b"z \x1A y&RAÛó\x03 ┐¦▀_ÆÅ "
b"{\x15 Ô‰IáLŠ»u\x03 ôCð_ö "
b"{H\x18 »ŸšI\t ¸÷ºyý.JÈ "
b"{Xo‡\t $Oñ«\x13 z\v ÕžDb "
b"{[rC9\x01 M1½yÂüaÁûŠ "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"{äâãcDL¸¼íQì®\f ¼Æ "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"|Ó\f ·‘ÒBú¶¼-\f #8hÉ "
b"}8lÅÊAL[▒║\v ò¶¨.Æ "
b"}9µ÷▄\x1D KÉ░Ví0*Ù}\x0E "
b"}r…¦\x0E µD)½¶‡ŸÍÌ\x06 ¸ "
b"}–\x02\x1D †„N4·-é#dPUA "
b"~XÊo\x18 …H\x04 ƒ¶Ð\x04 úäÒ\x0F "
b"~|\x19 $[\r @*«É~|¾W\x07\x1C "
b"\x7F &ŸÜ$ÈF\x08 °P`ßD•C\x1F "
b"\x7F 9\x03 †0bKĉJó¯æ'a_ "
b"\x7F ³o8Ò¬L²ž\x18 i“E·ä "
b"\x7F ¸'¯>\x08 L\x15 º\x00 4„t\x14\x04\x16 "
b"\x7F ëíK\r LH\x18 ŠK\x19 Í\x1E ±Á— "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"\x7F øùS\x0F ú@(„ââÑ‘aoœ "
b"€\x01\x19 »\x0E ÈO†k—oLðÍZ "
b"€’OLmºC\x0F –Ê\x1D ¨ò'h} "
b"ÇÌ»╩ÊçAÔüú«Ñ>_\x13 µ "
b"€äI^?îB·Œ£Üyúk É "
b"üWìÃCÏJcâÉ\x1D \j`_ù "
b"üXô·StCî¡-M\t ╬vÛP "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"éA\x18 {\x05 xDüçxiãiAY╔ "
b"‚Ru|E<JŠ—TÍôb·\x11 ¯ "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"éZÒYßüD9ó¹~=ïA¿Ð "
b"éÜæ╬»ÎM´░cûs¿RØõ "
b"ƒ¯¢Õ6xN§¹kÖÓý~Or "
b"„\x10\x01\x02 Lw@¾7¾qúoœ¨ "
b"„\e j^Mï@_ŒÏüÚdn ê "
b"„Jà]¤ŸAç¨é©©µSòÿ "
b"„Wwøª\f ER¼Ó’ji\x01 ú\r "
b"ä~Ã▓┘¢OXó┴¹▀ì5kD "
b"…\x0F ®S7\v M}¦\r £\r ÷Dܼ "
b"àY\x15 ÅÙ`G╗ëK┤GýîK╣ "
b"…‡¨ê_CI,¸/ÀÄã\x13 jŠ "
b"…¡ôh>æF‡s”=¼\x17\x1A "
b"…ÿ)êO\x05 Js‰iaW-𲘠"
b"†I\x00 «~ÊA\x1C ’£(V[<\x01 é "
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"†L5VúJ޺僜Aá( "
b"†Ø\x1C hc\x12 B~–Xë¹?Ú“ü "
b"‡M-\x16 ‚CJ·Š2b\f °ó‡\x06 "
b"‡{·˜ÒìFŸŸûFIBBáZ "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"‡Ë\x0E\x0E ÔßAÜšç.ÆUAcD "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"ˆSì"D)F¥‹1qœÁ»ªf "
b"ˆXêˆ \x07 Lk½Ì)Ïv\x1C =ë "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"‰©›\x10 ”\x00 JN³c]‡e\x11 ™X "
b"‰¹D2/(D—¾]éz\x01 ”‰Á "
b"‰ËBcJ4J¯ïò`‹\e ÃÎ "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"Љs\f ÍHDô²‰Ršë(\x17 ´ "
b"о£)Ý…E›«\f ±¼åô\x01 £ "
b"Šýœ%z•OMžU\v Î×õ G "
b"Šÿ¥b|ˆA=’©g˜;\x08 b\x0E "
b"‹^~€íÌDÏ—³Z\x02 2AÃ< "
b"‹Ç,‰uöK/¤Œ!¶ÑO‚« "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"Œ\x1C áC\\f F=™Jpº4Ìe‚ "
b"Œ_\x1D òNJD§åøÑºž¦Þ "
b"îèòGEð@ÎÅa╗M\t\x16 Ã■ "
b"î┌5ºEsDF║ìË\ÂíÚ╚ "
b"ìWÖð¢\x03 E\x1D ô²g\x16 Ѭ,\t "
b"ìrqÓ7┌K\x12 í²\x11 ÒÕR&\x08 "
b"ìá7®ÓWF┐ç@jCº5ÿt "
b"Ž\x15 V4UHK\x04 ·–ž’(\t T "
b"Ž\x1A šûƒ2Fž†Üz´ødÈx "
b"Ž\e ÒŸy AÞ’•\x11 ¾>\x07 ·% "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"ÄDÈT"kD╠¬F\t d.tüT "
b"ÄZGï╦8A┐®\x08 _─ııÅG "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"ŽÒ\x11 åŽÒJ͆ç°D¿¸6` "
b"ŽøÂ\x13 •ŸO`¬¤v޵àn» "
b"Å'áõeÈKv®^ÔÔ?ß▄Z "
b"ÅÉ\x08 !\x19 QEHÄ╬¸.ÇF\x13 â "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"É.Z«°\x07 D»ä×á╣═̸? "
b"É5ó╣ÂÐH\x1C üºç²GÛH└ "
b"ÉE¶ú><BÙ╝┘Å\x0E [█DG "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"‘\x15 ÃiÒ¼KԜؽrC`¹5 "
b"æü§°\x11 Ä@rû \x00\e Ù«ùã "
b"‘Ú”1#ïHv®AFè\x07 ¸‰Ü "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"‘þÓðÿ{Bþ¤‘>£Æd8² "
b"’\x03 âQû\t Iͨ\x00 3\x1D ¬;§Ô "
b"ÆÉ'▓‗\t AlñØË\x13 W=>X "
b"""
’Ë\n
yèbG¾½ÆäÄÒ\v g\n
"""
b"ôìµ\x1F à#E\x1C ®åZı\x19 T╣\x13 "
b"“˜—ˆ6SHy¨¬9h\x17 -'± "
b"ô╦e´íkJ{èüÉdOµÀE "
b"”'î\x7F ÛÊJž¼\x1F\f âïäW; "
b"•USœƒ\x19 Dr–QáÍ\x18\x17\x1A ¾ "
b"•îJ_«{E÷žKærm‰} "
b"–<2b%íI\x13 ¼¢\x03\x0F |çŽë "
b"–SÒ¨”jLI»²–V& "
b"–Û_sû©GT£×ß"}’¡\x12 "
b"–á>Ù\x01 2GYŒ\x15\f QW<©¯ "
b"ûþ▀øz┬AǽÅ╠bØGPR "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"—6Áå¶%DQœE]x@ö¹Œ "
b"—Ï$àq‰FŸž«×+n<“. "
b"—ãôð+¥B\e ¾‰ª%«%¤s "
b"˜½Æ@œjBß ¢ûh†-{Ž "
b"™Yà5ìÒCyžj°\x1F ŸÏÅÊ "
b"™¥”ä„|H‡±¼¸#þ\x17 L‚ "
b"™ãc&Ð_Où¢&·Å¾ìp/ "
b"š\e !õ2ŸI©“òùÅ\x03 V”¦ "
b"š\x1E <!¹ªK\x02 “¾ùǺ› Š "
b"šˆM7X#F?‡"•„$\r\r ý "
b"› \t ØQ“A\x11 ¶–ˆ\x01\x7F ºÔ| "
b"øÍÆH\x15 ÉF¥Ç\x04 ~é'╬d½ "
b"›ð‚¦‘¤IU•‰d@Å\x0E •? "
b"""
£╔Ú░ËÉA´×)ê\n
ìÑ╗╔
"""
b"Øq¯ép&@╚▓└BL\x10 MÓ\x08 "
b"Øt§^GÉ@¨â«; @ƒ¾░ "
b"Ø╚{R£nM«ÿu▓K╣AY\x18 "
b"ØÊLê(┼N!é_=bÙ■«w "
b"ØÓµf\x10 5Cªü╩¹╔½)Úû "
b"ØþøñY▄D\x06 ╝~¿\r ╔ªWs "
b"Ø÷<îsÊLÝ┤█^▀■î\x01 ö "
b"žE³’-I’½4\x03 …¶ÂeÝ "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"ž£Ü÷u\x00 O!ñzø\x1A , "
b"×╣bBÕüA\t ó_\x18 ┐ùKóR "
b"žÖw\t uôBJ¯í«2][\x16 ¬ "
b"Ÿ,´¿7ŸE\x15 ‘–€:ªNPß "
b"ƒ8éFI▄L\x13 ó4¶Ó\Å3F "
b"ƒ<\x19 ▄¤\x01 H▀Á`ÂlŤï8 "
b"""
Ÿ—Ì\n
·žNU·âQ\v ™,fÂ
"""
b"Ÿš\x1A ÛXqNCš\x1C ½VˆØØ¢ "
b" \x1E Ç7´\BæšÁÊ_ëÒF_ "
b" ì$ÔfH0µñÕÂ!çÚÀ "
b"¡\x1A ü\x04 ©uH1‚ˇ\x07 O“û\x03 "
b"""
¡;*ÈåêAH€í[O‹\n
ÿ\x10
"""
b"¡›ø7_¢AmŸ5LÜØ\x19 ý\x1A "
b"""
í´\n
5mSKeê│\x17\x1A GÉi·
"""
b"¢Cj¤PoBû³p9˜Åœ¦Æ "
b"ózÉÉR\Fv┐¯|?(:&o "
b"¢ÞÊ=cÈ@R‘3\x00 »ðrÖ\x13 "
b"ú=│Ø░>M─ê\x08 <ò\x1A\x7F ╗R "
b"£|ñiWÝAe–\x18 &³-¤á± "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"¥=·©•£D«¥GqX‹÷\x07 B "
b"¥¨øõF˜G6¥²9÷œº][ "
b"¥ïÒ…ÿùKÜ®•\x1E {01Áæ "
b"¦\t R€:ŽC…ºœ,yÆÎåÉ "
b"ªZßı±gL*׺"┼»Xìí "
b"¦€äSjŒBÊœqöÛ7\x12 ¯¤ "
b"º2¦ïºªMÐô\x18 ╬VvèØz "
b"§C=I[ýN‡ŠŠ\x06 j=rIb "
b"¨\x07 ¯c\\x05 CP‰Ö'Y™•¿] "
b"¨\x1C £þ\ŒH✳\r }L§©’ "
b"¨,è\x00 r…J–Š\x05 ‘Õbmºý "
b"¨fš „«Nü ·M7}‹+\x01 "
b"¨‡\x1C G‰UOQ«å\x0F\x18 £o%ú "
b"¨Ž¼yÞ\r D´–´¹Þ¼Á?~ "
b"¨¸þ\f\x13\x15 JAŸ\x19 Sç\x01 a\x10 õ "
b"©\x05 =YëýMG²Þk\x13 ¾\x03\x05 "
b"©eS©:õE8ªõ´¼¤6Q! "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"ªaR5î¸Dè²í?\x00 æô‰\x07 "
b"¬Ë\x13\x0E §½@Óì╦8ÐG#h« "
b"«\x12 Œ8€VCî®Ò¼J^š\x05 K "
b"«\\x05 €Ãµ@ë‡è½’\x06 f"æ "
b"½«Ò┬┼GI¹ƒÁP\x00 XÉ\x07 1 "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"¬)\x15 ô‘i@‚ŸMKâ1Vq\x7F "
b"¬-O.ÙxLt¼ÊGgé\r Ä7 "
b"¬O³§N2H\x1C ¥¹“Ý\x1A &R? "
b"¬gò±±è@`½&;.¤øžQ "
b"\t îoü¬K˜““ñ¬±Kx\x06 "
b"¡LìEÙýAĺ\ýç\x10 ÷Z6 "
b"T˜à£ôHƇpnÔŠ«Nè "
b"U½Èî"O9¯2É\x16 {Ø4b "
b"¸øØv\x06 B´ž'Ê\x02 nˆ>\x06 "
b"ÊôûK\r MОTø/lõÑË "
b"®6@óO®@\t ±,ßß?ÔI² "
b"®c\Ù´òLþ¢z\r ‘öX¥" "
b"®ÝcU¶ž@~š}/þ f" "
b"¯\x17\x1D ›ž±K”ª`Áˆ+´(\v "
b"¯Ž'¦ånK\r ™’•Nâ\e UÐ "
b"¯‘\x1D ž‡VH»¼\x12 ¯†\x05 úóà "
b"¯Ù“¶0N ¯âΗpm;” "
b"»¾O\x1C ÷ìCýÂ\f [ȧJç@ "
b"°5\x1D\x7F ‹EF\x1C ˆB©fàÈ\x18 u "
b"°ÁTliÁIÕ™\x16 :Û¹•$ì "
b"°Þ‚ç¨(M÷«í\x7F Ë¿¤D# "
b"°ì\x14 Ë'wE$¶M\x12 ì\x1E eb* "
b"±$se°\O\f „éAÔЫú{ "
b"±2jk[cKÿ€3¯½Ò&ªj "
b"±ÍÉžAZI‘¹\x13\x18 :ÑoY^ "
b"²\x07 è\r 4ÀG0‹\x06 µþömh\x1D "
b"²ÇÇÝ\—C\x18 ™À\x05 )gF‡\e "
b"²Ó\x0E Ã;*Gð·÷'\x13 Ž\x07 * "
b"²ë\x7F {S\x06 J\x18 ˆÆkpCÃ\x01 "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"³câbF„H½‰ƒMF«LÀ^ "
b"´'–ÂÉøLÛ¢ù\x16 Þ\x12 ›æ\ "
b"´7öln\t N¤°\x1E ¿*‰Ä\x10 … "
b"´xJs\x08 ¬Cc‹\x01\x06 ½\t J†á "
b"´’\x08\f a€E—º\x10\x10 ™*« s "
b"´§œÈõ‡M¦²\x02 é˜\x1C L·T "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"µ*7ôVuG4†ƒËP×°I\x17 "
b"µZ—v\x1F GL\v ¥\x03 ‘œ3ïó "
b"Áì²┌$¥@}£$ãfm»█Ó "
b"ÁáD\x1A Ò N¸ÿ9ÔÉ!Këß "
b"¶\x04 ã̤\x0E D«¹\x01 SF£Ó{‚ "
b"¶\x16 bUñ4E¼žrÖ\x1A 8û«» "
b"¶‘>¹èÛG%±]Ã\x06 0œŒp "
b"À\x10 ã\x0E bI`üø└╠V®g& "
b"""
·w{M×)MQŠãÙÅÆ@\n
-
"""
b"¸\x1C »…ê×Lµ€Ç\x1C ¨¥šˆ "
b"¸ŸÇi¿<Ey™¡ï¡QRrÜ "
b"¸öóNÿÀG;šçd=ÈœƒT "
b"╣\x0F\x17 W'¿H Å\\x17 ÚîFÛ\x01 "
b"¹:§Ê\x1F hBu–\x04 eÔ\x05 ÷Ñ× "
b"¹B‚ð\x1F\x0F M‹ªd5$¼EJ{ "
b"¹Ó—ÇIGE½–\x1C B›?„\x1D\x12 "
b"¹àÜ‚€ÀMá‹£€“[SmÊ "
b"║\x1C ‗¯JèH\x17 Ö;n|=ÊìÊ "
b"ºFX¨ŽóB†¶=‹&ó¨Þ+ "
b"║df!ü\x17 Bûì\r \x17\x7F V-¹╔ "
b"ºoC\x05 ´\x11 B´´ñR\x13 H¬Zª "
b"ºÍóý¸±Gê‡íÝjÈMÝ\x03 "
b"ºø"^ƒdMO©;u\x1F -\x01 ñ "
b"»*Î;·ÃIùœf\x1E !¼(.E "
b"»:o‚úÇEŸ‰³\x12 |ƒªÃ¯ "
b"»ƒRóšÊC¼¦»´õ•¦ 1 "
b"»¯£e3_O6½3s·Ÿ$g» "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"¼iB¯%/C]£«0ȧ#‹Î "
b"½£Ã\x10 +F´‡76ðl\x12 Íó "
b"½§4e‡rE\e ¨&)Ö¨\x06\x1C ì "
b"¾]4syMFú»)±\v ÞzÖ˜ "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"¿ßU:ä¶B^‡„‘\x07 *©ÒÞ "
b"┐ÚcÉ─}H\x07 áÒ├ßî┴³╠ "
b"ÀQY\r ŠòI=–yíü8ƒ"› "
b"ÀVB…¯GM$µÎmác\r €% "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"Á3Ф®^K= ÅB̧\x14 ¤É "
b"Át„¶œšAj¯ò™7Úgö’ "
b"Áš4€ñ°Eb‹ßT`q\x08 Òq "
b"┬\x08 üm»┌H¼©øéų▒Q@ "
b"Â\x1D &0…DGä´¿§Ú’+—Z "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"Â<Òý 5F\f \x12 eÄ—‘ì\x16 "
b"ÂU|í^¯F¯‹ªàs$ƒ\r ¢ "
b"┬Çí┬║_L▒ôk?ï:}Ø\x7F "
b"ÃpúüØH@m¢wÉK³]d´ "
b"Ö†h…9Kï—ò.;¾óS˜ "
b"ç(?‡…Ea§6ƒ-NCÏ\x15 "
b"ÄPÂòû©Eå¢L†á®(\x17 # "
b"Ä]än¾\x07 AÓ‰¨´Â\x1F &¦ˆ "
b"ÄdCãrfC\x14 ¶Dºø‡BtÑ "
b"Äl!Fª7Jm§\x11 yÀ·\x0E r' "
b"Äúm6u™Lí»¯t±¬ÓÒo "
b"ÅLÒGÈÖHN‹Úž›x\x13\x12 · "
b"ÅWŠ¥?‰KQ¼<9¬çThÑ "
b"Å®*?ëDJ|·\x08 G±V\x1A ^\x1A "
b"ÅÃÓ\v µoL丙G>PÌv. "
b"ÅÛéŒü³M:µØšÓõú¨Ž "
b"Åî3ªO\x04 GÚ¥Ò\x00 ï\x0E _.ï "
b"Åò6ú\x19 ñE?´õO‘\x07 oß "
b"Æ\x14 ÎrçOO¼‹œ‰žÞ—~É "
b"Æ7<“\x10 vGa‚\x17 ^i¨¨x "
b"ÆC\t öÐÙCè¡¼èø¿ŠjF "
b"""
ÆÂ<»\!Ob°Â\x14 jk\n
¥`
"""
b"ÆÔàV\t iHWˆ$ùGçeèa "
b"Ã\f ┐▀óHAfØ_Aæ‗B>³ "
b"ÇEÈP©¯@=°÷Ri0¸ž3 "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"Çá¬âV®H\x1E Qü×KÛ{ "
b"""
È\x03 ¤ÅÔŽO\n
‰ý\x18\t\x0F •Uß
"""
b"È&0†BÍBî¾±µÂ6jMù "
b"È]GƉ\f K´‡lºÑ…8s\x13 "
b"Èr\x0E píŽAзù雌¨Ll "
b"ÈsǼ‘ùFz‡]ôÁ\x18 ˆä\x1A "
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"╔Åð¶±\x05 Büíµõí Iåî "
b"╩\x08 £▒#hJÚÉpê╩{_│® "
b"Ê\x10 BRxŸMã¾J¨SnÇ)\x12 "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"╩\x1E ïùG$K{║¯¥,)ü╦w "
b"╩+ZÝvYKØñ8\t 9╔¢;. "
b"ÊN€]w<A»¬¯ 5\x7F RŠÆ "
b"ʤ’ßl«H\x15 \x11 $£Â¡›š "
b"ÊÎVß·@D\x12 –ß/#”bÊó "
b"ÊÏ\x10 'o±F\x11 ½CÒ·ô(ª "
b"Êòê\x1C Ä\x12 Ná¨2—?÷[¾¯ "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"˼¬Áº\t Ež½Ü\x11\x15 ÿ\e g] "
b"╦├;É÷EN¶ïßıöDÌ9ù "
b"ÌL(ìHY@ü¿\x14 y…£Äšž "
b"ÌN\x19 7åD.»¸±ÅžT\x0F Z "
b"̨“V×\e DÛ‹‹Á³\e\x18\x03 ¥ "
b"╠õ╚█┤`K3óØz├\x7F q»£ "
b"Íx¡š¹×EÉ•\x18 V\x0F ÎÆ¯õ "
b"═ùoY┤ßLØ¿\r Ö-Mõ 8 "
b"╬\x02 Æÿ?\f E7íÂß├\x13 Ø\Ù "
b"Î`À1=ŸA\x0F ‘±ˆy\v e\e u "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"οßûà\x1E LÝ£Žv\x13 8zù\x11 "
b"""
¤\x1E ¤ì´NL2á>ÿ├\x7F \n
ò
"""
b"¤@·|┘iExøÅW1║`─# "
b"ÏQå-ð\x05 E^¼H¹\x04 °½‚š "
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"ϸÀŒ\x08 =Dÿ»`:\e ,k÷º "
b"Ð\x1E ÷i§NH¬’¤I¢ê»Ôj "
b"Ð$\x1C S_=H™¾€²™\x06 ¥\x14 æ "
b"Ð=¦³þË@ã…õd³Y9Ë\x03 "
b"Ðw¤·înF\x17 €}\x01 ¦½àV¥ "
b"ЂyBÜ‚O&•7\x05 iU/›9 "
b"ÐëLàØ■@&╗æ\x13 ┴Øèt¬ "
b"ѧdù¬ÃMuŒ¡gY@ÜæF "
b"Ñ›‘Ò=L]‘.›ÿG“+> "
b"ÑëÊPb%@€¡Š€œ«JŠ_ "
b"о+ìÂ╬Ij©ä§þ│\x7F\x7F ) "
b"Ñþò<ÈŸAܼȟtX/ôË "
b"Ò,;ŽJÅC³ \x1C ÃÞ.ÒeÎ "
b"""
Òž\v \n
\x1C\x11 F¯½öâaÃ04m
"""
b"ʽDf#fIêø®\t GôÍüu "
b"Ó(Ìe¿¾Jʵñ#-ÉuÓ\x0F "
b"ÓJsðV³MΪ{\x03 ks.ÎÌ "
b"ÓR\x1F xø…F+µ\x11 šI>ó&° "
b"Ón\x08 ]+òI;ˆ\x13 —8>Ÿ‰ê "
b"ËöüÄXûAö¢\x19 ±`2ùø▄ "
b"Ô\x17 Ž|yöBÙ\x07 O\x7F ôÒ "
b"Èa¸P}9F\x13 ½\f ÉB\v ,┐¥ "
b"ÕQ\x0E %\x15 sIæ“d¬War¶“ "
b"ı¨sYÙÓBÀçG\x12\t\x1F àÉ\x1C "
b"Ö5ò¾®YD.¡\x02 Ap_é\x1E ‡ "
b"ÖS§šPãAwº˜P\x19 •Ãä_ "
b"ÖëT \x02 ¯K\x1C ƒ;\e Ç–KG\e "
b"×aCRá*IÏë\x1E t;;\x04 $ "
b"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ù\x08 dy\x01 ÎL±šï]Ès°é} "
b"Ù\x12 Œ¼\x1C 'BˆŒ)\x1D U’›…¯ "
b"ÙJ÷åUòMÈŽ$´\x0E 3Ay¶ "
b"""
Ùt©‚\r ìD<ˆ+\n
\x1C øXüo
"""
b"┘ÛÖ▒§ÒKGÅÈ̹ªfYÍ "
b"Ú\f èçöpO^¾OõóFÕÎ’ "
b"Ú\x10\x0E ':FM\š™±\x10 ¦±T\x07 "
b"Ú6?QWÉD\x14 „Ê·UË\x0F §W "
b"┌Ô;ØÅ\MXì┴Ç\x03 Hj#ï "
b"ÛcJk\x08 †Gû—[\x1F m\x03 ¦ðà "
b"Û‘ÖR8¥Gº“ù]©½ª\x19 S "
b"Û»Çü–¿G©¥Î˜°7ñÄÊ "
b"ÛÓyðå(DX‚ú¢¸\x08 ÒÓj "
b"""
█·d*éjMèèì^\n
■Ýõ│
"""
b"Ü\x15 —\e 2ˆE`·å¢¹»”]\x10 "
b"▄6-^ÀLGiÉÐ═8ð╚\x12\x17 "
b"▄;É«\x0E "H#û/[år88ê "
b"▄Y¸8│øLèüÁO\x17 S█½▒ "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"Üf\x13 ¤OqAa‹FÁ)cT4\x0E "
b"Ü¥ð~‹^Já‰C5»éÑg] "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"Ý\x12 Ïʨ“B¼¡P¾\x1F Ý Üµ "
b"Ý1”Sæ\x10 Kÿ¯S6•à‚ªÞ "
b"ÝW’\x03 )aCØŸ4ê%·o«z "
b"Ýn\x10 (íÄH\v †a}.³‹_Ý "
b"Þ\v z‚O÷@¼“Tq˜'4Ð "
b"Þ9'ÇBëIЮŠS(¶×æç "
b"Þ[¤‹@©F@…Á¡ÕL*,¼ "
b"Þ]눧|Bʼn\L\x1C ¿Ì(É "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"ß•Xþ ÍE\x17 ’4\x1C î•\x01 Ðà "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"àUâc^\x18 BVŸšA_0\r U´ "
b"àu\²¶äFG¢‡’N™>ðŒ "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"""
àý\r\n
„šN\x05 €\v M‰šø\t 1
"""
b"á\x16 ò¥¤›OÛ©6N\x00 «a ý "
b"""
ßçðeXûI¸Øã░▒¹\n
╠d
"""
b"á—ƒŒŽËGÊ¿,\x12 ¶j\x18 ·Í "
b"á«Úô¨AEr6K˜Í\x18\x11 "
b"Ô_\x02\x1D V\x1F M■£¥n\x0F N\x17 ìå "
b"""
âkôú+N@á‰Ù\n
\x13 RŸ\x18 °
"""
b"ãnd§8¶F%‰¶`)“cîÔ "
b"Òóe▓þäEwÉ;m\x1E ?Sû╔ "
b"""
ã²B\n
8·CY¦‘F©Ž\x12 Xø
"""
b"ã½lÜCUBh¥œèKBþR\x0F "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"ãð×\x1D â†C¥³ûlA\x0E uË) "
b"ä\x04 ûè“¡G÷®à• "WÛ\x17 "
b"ä%¿±-ÇGi„Ö·”“ü=\x1C "
b"ä[ĺ;ÚAy¥¯éß©1ÀÑ "
b"õ┌´■┼hIÜüOÄe█ùNÔ "
b"äÞ&@©/J\x08 “§¾Å‰¶À\x14 "
b"õ±G\x14 úÔE«ì½ûÌ\x12 £ä┤ "
b"äúˆûhòGÀ¶Îîýµ“\x00 ò "
b"Õ\x10 4#¸\x13 A^┐¬â(µêɺ "
b"ÕLø¡pºG¯É┬\x06 íM▄. "
b"å¥"àÐXAœŽÿˆ\x12 ‹´1ó "
b"""
åÍ('\n
êJw•Å;t09c¢
"""
b"æ\v 3š—$EO¤S\x1A ]¢oCž "
b"æl8&^ØM\x15 ¿\x16 “Ñ“;>ö "
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"æçüt‹\x19 E“—kí²‘\x17 ‘ž "
b"çdýÃE„Bp˜ý§\x17 ›¸J• "
b"þ¯ã!g▀Oå┐ñäØÑ u "
b"è0(7\x17 ·CT®xß\x7F ¯ËÓÅ "
b"è<\S¦ÀOÛ¿71Ó×\x14 C\x04 "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"訬ô¼¦L\x0F ¬.¼<?$?? "
b"èÀ,!'KGt“O9¦õîÆ1 "
b"ÞıeÍ@|Gcî\x07 :gì3┼L "
b"ét§Ï\ðB\x13 ¬é¿…¬ª\x1E [ "
b"êŠÿ\x16 Ê8K‰šD\x04 VyLÛ\x17 "
b"Û┬¥LAHL±ü6±¢╣\x19 ¿┘ "
b"êîͶóIí¨ì'€Ui\x1D "
b"êðBí`WEb“¾Ÿ#y[\x04 ¤ "
b"Ù³uÖA¾Jòì`W@[Ltþ "
b"ìhXí@\x02 C\x02 …†‘¢\x1D t‡Í "
b"ì\x7F ì,\x7F 5G£ŠNc$\x04 „sB "
b"ìÞûó²°EF¯WwÅ™\x0F öm "
b"ìý˜f˜ºJކ€Ìã:a¿t "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"í:Í\x02 –\t G³´tùh0_…l "
b"턵‘‹iN\x0F ©\x1F çR\x11 }\x02 E "
b"í™õƒç>N”»‡hÔ»À¥‰ "
b"¯*ì``\x02 E└û\x11 ,╩Di0± "
b"î· tý\x14 N‹“Á/ÎX\f\x7F L "
b"îÍ{¶™®NÇžLÙùBKç° "
b"¯ý%b▀¸O\x0E âıÀh÷ÞØ┴ "
b"ïx‹ûðF[²)ÖU×ð(‹ "
b"´ÛB▒7dMnÄ\x11 ت{w*Q "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"ðê\x1E &* F‹¤C9êM\t •« "
b"ðù©˜çH@–¦=™tžÕ} "
b"ñqvºø\x7F O⊰@'Úk0% "
b"ñÆ£>\x00 OJ\x03 ¨¿\x02 \r Ýêq: "
b"ñä¥T#ƒF‡”ÀQ\x13 >3TU "
b"ñò\x17 €ÌHL΂ìÍhÛÿ\x07 ¨ "
b"""
òLx»75Dh”\v š\n
Á\x1A\x0F Õ
"""
b"òl6Ûð6L€š=µÛsÿb "
b"ò‡\x05 DÇ?EŒ™›K5ïk\x02 ¿ "
b"‗ëôê\x17 rBgÉ\x06 å"DO\t u "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"‗¹w@$ýG\e ûÒÞf?Å▓z "
b"ó\x0F Òt\x15 C`ƒyÚ÷|×Az "
b"ó’Ó·\v ÚGаn„\x1D ƒ¡ýc "
b"óºó÷c5DÀ»Å>*ù¦K@ "
b"¾═\x12 ;╬ÜK\x18 ü«m└c/!n "
b"¶,▒£üùI{Üjæ¥SK*© "
b"¶-3ñn┴Cüؼ0\x17 ´╬[ß "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"ô|\x11 ú?N@%„ÆÙ†‘ئ\r "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"ô§ÖÆ1Kò‘kß³*\e 8m "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö\x1D Q8ÉpEk›Ò;®íO*¬ "
b"ö/1§v,MÄ´58\x06 [@‰Î "
b"¸\x7F KEù\x05 C\x11 ü~ý╬\_e« "
b"¸¼jU1tE½ô3éî\x12 SØÇ "
b"¸Í!û\r «H(ºÅ Âèeb\x1E "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"°0ç*J╩GÀüÆÂ╔╬\x1D i\x14 "
b"øMù×4~LG©i€HJÖA7 "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"ø€¯Cq3Aª½AÔÝ&\x07 ó "
b"ø‰Î–ê~O5‰Òô¯m‚&\x1F "
b"°îü×júHTü§Á\x19 pd°7 "
b"øç*æ¤ÝD&”‹\x16 ³\x14 ©\x14\x06 "
b"øûV„¤ŽCp™y\x07 ïM*…, "
b"ù\x01 "‹\x19 ÖB€¡j®ÝŸˆ™_ "
b"¨\x08 í_kÆO(Åb#×;_d‗ "
b"¨O\x1D vL¨O³╣³VÅ┼ûªJ "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"·*bDð6@ ë┼└úñì;┼ "
b"ú ¹Æ³^G\x02 †F(Ÿë\x0F ðC "
b"ú¯4-…/EÚ«È\x06 ~RŽau "
b"""
úÁ\x1F .\n
ßJÙ¹3ywèh)y
"""
b"·¶¨¬Å}GoêVN┴\·²\x05 "
b"ûøø†!4L6‡7Ïz%\x07 |\r "
b"ü!+\e ‘þN瀣Ž|h[®• "
b"ücåx…ôE%†©ãzi¥\x13 % "
b"""
²\x1A Ø\n
M¬F╝▓Õ»\t LÅn╬
"""
b"■\x07 \9É,DåúCY®┘Ý£A "
b"þ_PÎ\x07 ¥F[²ùlTö±¨< "
b"■Ø×PÄ\x1E FOÂ\x0F ¨*ÇÁiO "
b"þÁÅÿ\x12 d@€–÷gùN,µ "
b"ÿ Õyþ©JrºXdÁ³\x10 &\x18 "
b" à5\x03 ~:C\x05 ▒Åc\x12 î╝\r w "
b" ═┼üL>O┌ó\x13 v¡Äî8± "
b"ÿã¢4ó\x1A L#ª €~ƒ±*9 "
b"$õÉÓü¡F8ä\x19 0nðÖÁ¯ "
b"²A²\x03 ²àH1†\x13\x18 €Ú\x1C _¹ "
b"\x00\x0E õƒ\e :C\f ‚?ÛšMš‚¤ "
b"\x00 6²ª-%Hf³;¡½\x1D @”£ "
b"\x01 ▀\x04 7ı─E±Ñá{ÛìÙ▒â "
b"""
\x03\x1D ñøF\n
JT¡¦Š†Ù\x12\x07 N
"""
b"\x05\x03 ;$k]Fü¿LóX~©P” "
b"\x05 LУÐ#N^šQ±¹\t €n@ "
b"\x06 %\x1D Ó°É@“•\x1D ¡\x00 ðvÂê "
b"\x08 Önû\x0E ÌHıì*ÌÕ?óðÄ "
b"\v §~\x1E q\x0F E#¡\x01 ðî¿zHâ "
b"\r A¦ËCRMŸ¥]\x17 ýq\x16 ”\x1D "
b"\x0F 6fO\x01 «BÀ´3‡9µ\x1F ò\x05 "
b"\x0F ½:åòhHY´“+æ,§1‘ "
b"\x10 ´eïÉILƒ│Ó81½ãÚG "
b"\x13\x18 \r \t\x06 8G:ŒBhܪmB> "
b"\x13 “ö<gÁO\x13 ¸§\v –\f Jåk "
b"\x13 ╠'´\x18 ■K}åKAü░Çß╣ "
b"\x15 áò*│▄DvûAÌ▒ߨm\x1F "
b"\x17 Cž*GDOi™\x15 ÍšÆÖyã "
b"""
\x17 Ä\n
np\x16 KÔ¡\x13 ev¶«#{
"""
b"#H˜´ KGdzt¹Ì!¯ "
b"$7«u‡\x19 In¶§Û\f „Òá\x0E "
b"$¿ıXƒßD;É┬-¨ìø╝ô "
b"&À}¢Ï)@µ“Ö"˜Á®Ãx "
b")\e «¯Ð3N¯ž[*K)§ey "
b")ð\x1E åFvB£·\x10 Àz\v ×\f ¸ "
b"+¯7®YFM<³™q¥Tô\x0F a "
b"2aðDÅzInƒÏ\x13 ä·\x1D Ú\x14 "
b"35\v ž¾<J`¾\r \x1A y(\x03 l\x18 "
b"3ÕŒÕ$\x08 E‘‰ÂP9ŸïÛï "
b"3ÝjCã¥I'µ\x14 ü¼UlÈ\x17 "
b"49Ç'\e\v K‡¹‘Žä…×8V "
b"64²l\x04 §GŽ“]göÍdÍà "
b"7ˆ?‘\x05 œGŒ‰`\x02\v ë`Ój "
b"9Æq\x07 ╝\x03 E ┐|ÉRP>▀U "
b"<2Énè\x00 NL€„ŒA<PH© "
b"=rɱâ\x06 MUî┌"ı\x1D ysà "
b"=Å[\x11 Ó\f GOÂÝ╩┴´Yòb "
b"=á_Ö“áDÖ›.E&iàÜ\n "
b">\x00 †áÕK\x1A ¥Ò\n cÐJ!û "
b">\x15 ┬°yÅIBÖ$U0a\x03 ;Ò "
b">«i\x12 ®KDy¦Çç\x18 æ«(J "
b">û«X+áCí±\x1F ¸¬˜É—p "
b"?ØÃh\x1C kJ■ü█;Ñ¡eéÔ "
b"@-àô\x7F ¯I\x12 ½\x02 G9îÞ*\x1F "
b"AtA†Q~G…¬V#-ð¼‰C "
b"A±ø/ADHkˆ•±È?q\x07\x00 "
b"EœÓ¨¡bIޕΉÞáÖ\r k "
b"""
Jk\x17 »\n
™O\x04 ³VXñ|¦€‹
"""
b"K\È7MVOu¹›\x19 ½¢Â¥Æ "
b"R?-hQÀN▒ØÎ\x14 Ãp┼╬ü "
b"Syxÿ†¥Fs¤¾ü·[*â\x0F "
b"V·\x17 ■\v CÕ©\x1F É┼"'l┘ "
b"Yë×Õ}ìF°´åèàV¼è‘ "
b"[\f ƒ\x7F !\v LD€,êP´üMÚ "
b"[0Ó\x12 2 H█Å▄]═"P:7 "
b"]¡KИ€E\x19 “lJY³\x15 K} "
b"^f\`ÚÈCj‡ºu\e )\x1A §ó "
b"cÅ;ã…ÝCÖ¯ÔˆÛä1°@ "
b"d% ²ÛCCõ“°×‡bz…n "
b"fÅJƒs█N»╗\x08 ÇÃå!À═ "
b"g/,fù$Dø¸S…@(Äl "
b"g╦*eeçNþ╝m7x╦\x00 ┤ì "
b"ijÇÃ\x11 ÜM\e •4²´ôé\x05 N "
b"jH07èhD)†é\e ŠÜÜþ1 "
b"m\x17 Å´RÓI\x06 ‚H‹\x1F ´ô~¾ "
b"o\x02 1ÆŠ\x03 Jf”\x03 |&Ð)\x03 Ó "
b"o\x02 ╣Yƒ¯Cê»WÅ·┬íFò "
b"o2zÀ\x00 ·@~»(X\n B\x14 ç\v "
b"p╠ÿBÛ"N1Ø\x05 ▓W\x0F 5Uh "
b"qO1{qöN1¡╔├ìÝ\x17 ´Ô "
b"qÈ\x1A ø1TA6ºJ\x01 ˆ˜¶j( "
b"r[{%û¤I§Ž,ƒ›«„D\x1E "
b"r§¯\x04 H\x08 Ka»\x17 gpI\x1D Š\x05 "
b"""
sB5DÎ@I\n
¦àâE›|·É
"""
b"uõl9ÎòKM¨•\v ’\x18 ê¥ô "
b"v\wìÚÙ@ç¿c╝|\x1A\t ▒\x19 "
b"€\x15 ÙXHÇCLjñû´œ6òÌ "
b"‚\t L\x10 Ô¹Ow‚õÞÎ\x0E\x07 `\v "
b"‚¶CeEAB»œWéý\x12 x\x13\x04 "
b"é╣«\x03 ê2KRúEÅ\j);P "
b"…N—GEæL<&\x1F d]û‰© "
b"…¢¸¿O\f A\x07 ƒt×d×/L± "
b"åÔ\x0F :\x16 ÇCÉí6útT\x1D >\x01 "
b"ˆ+áŠÆ¢D&·&On¤Xr© "
b"êì1×n{IØÜ l¦Ûõ\t . "
b"‰b›Ðû J“¯%œKu3=‘ "
b"‰ª–¢ðÊAõ®É+ðž\x17 5E "
b"èü)O█ÅC\v Ö0ótòz\x19 8 "
b"Š‚÷\x7F ¡JCñ€Ò{|öF_° "
b"Šˆ™«~5Gª—Ë܆9_\x15 % "
b"ÉÄ╩ƒ╔&DHï\x08\x0F ┴I¤╬" "
b"æ▀öÜó}M┬Ø╔tZ¤éðh "
b"”×ÔF4øF\x01 —âgbô¸\x12 ^ "
b"”ß3\x00 L\x1E FË–t°€%\x1E %{ "
b"•5\x08 zü\x06 KþµbS<À)\x00 Ž "
b"˜›\x11 ‰É\x19 HØ„2l£ì2‡³ "
b"ÖØ!AÈ4K$ñ`(\x08 £8╠\f "
b"Ö╗;Ñ╬ýMþÖq‗ûìu S "
b"›<ÅFè\x05 MÌ«¡D5aÒ†Ä "
b"""
›x"´å¨L™‘{\n
X\x14 ¤áá
"""
b"£\x0F ¾\x15 *\x02 LÕƒìª\t ■qÃs "
b"£®ü╬R╔D\x13 ┤\x03 l\x1C ╦┤2T "
b"že»ìð Oã·xôŠ#ÚÊÉ "
b"ƒîaB\x1D ~C└Ø)©g×┌Ú░ "
b" ~µ0×tMa—v)Š@XÅÔ "
b"¡U0Ù«ˆFÖ’Üç\x18 ‹G¬Õ "
b"£ê~õqxFe«ºK#—˜=h "
b"¤¨Æ4oY@ÿ´v\x1D -]\t\x19 g "
b"¤ØKyùTE\x00 ©¥¯Ï7MŽ› "
b"ñ┘R³[B±×\x18 ¥H\x11\x06 Å; "
b"¥–<زxB4¤…žê\x03 ìDd "
b"¥õŸ%ñ¶J´â¨˜í‚\x1D ` "
b"¦6Jˆ-–JÛ—!þI›ž€N "
b"ºÅ\x1E ã±╣NÅàÝ&/¯╝\x04 ¬ "
b"©%¿B\x1D MB\x14 §}Ç\x19 ñDíª "
b"®-\x13 ~ÞˆGR“BtÀiÆô& "
b"««uÞ×§MB¡\x07 ÛØ³oKZ "
b"«─àA_ZL¦ì,_┴U¥\x17 ╩ "
b"°d»ÚÖ0E\x15 °çûz˜½Ð– "
b"▓║ò\x1A ├\x1F Azâêï─ÓÅ÷Ñ "
b"³5Ë\x07 î G«¨N¬ÌVaœõ "
b"´Ö‡ˆ£îAÕ´˜^7¼Â\x05 G "
b"ÀÝÐòÅaL╣Ö╗\x19 ©²E}¾ "
b"¸pÂãGŠLu¼1e®|ýŸ\x12 "
b"©óÓ\x11 ÎÒJAäÁÑÓ*ƒÞÉ "
b"º«Ï\x0E ‘\x7F Fw¥ØÛÔ›´À^ "
b"¼ô\x07 0$ÖEm…7˜\x18\x0F }eþ "
b"À\x06 %\e ®œIUµñ]‹OyÕª "
b"À\t\x00 nx÷O#§îäì?øâÈ "
b"┬*\x16 -ô{Eæ╣┐I3Åкü "
b"Ä\x0E Uµ²·Cô»ê2O&½ùK "
b"ãyë´Ñ\x19 JØí:v8ô-%M "
b"╚\x12 é=\x1C =O\x1E ÅD\x05 b\x13 "║õ "
b"""
ȹ°ÈæJ\n
–Rày÷\x1C ÙÛ
"""
b"Èâñ&¶uBñ¿í¶‡&ª†Ý "
b"ÊZ%ÿìlA½‰-%yQ\x01 a‘ "
b"╩Í.ïh´CLº¦╗ÑØû░¼ "
b"Í„ûÂcqIŒ¤\x01\x18 ×ç\x1F Í= "
b"Í•\r ‘³•F«‘Lz\x7F Ô›wœ "
b"Í¿|]ÝTJN‡²Â‚ß°Æ; "
b"ÍÍ™€\x0E B8ŽRE*>ö@` "
b"ðhz§xÚ@1Ö/kõ蝏 "
b"Ñ’iGP‡BݽI\f Ž$ÂXa "
b"ÑÈ9\x05\x13 ©KG»×PŒÁºÒà "
b"Ò¤r(ï\f OCŸæ;\x17 `kš¦ "
b"Õ*/Ì\x05 ‘@\x14 ¾jܨ–Âãf "
b"ͼ^À│╗C<ì1ª:¬×p\x07 "
b"Öû\x08 ÔÖXN\x11 ™(<Ÿ^=м "
b"ÙTÄqÓÉB?©+CêpÄL "
b"┘¡UX>dIÆ¡┴ì\x00 ê¡ÆÃ "
b"Û`+V¹óB#©\x13 Œ9\x14 À\x12 Þ "
b"Ûö\x01\x11 imGÒšüök€€r\x19 "
b"Ü=ºÜÁ\x07 B#«\x18 ó0ü&óº "
b"ܵ¢¬eÏKT’=ôv .)u "
b"""
ÞEŠ\n
ˆ@D\x16 ·FéôÆÙ‘¬
"""
b"Ìõ´\x1D ÉôED╗pà¼þ,Rø "
b"ßYâ£åôB&ØÎf\x13 aãÙ\n "
b"âQï\x03 büKД¿†ÁASGÌ "
b"Ôa\x0F YfÜG¿┤■'²ÌôØ "
b"Òvúì▄╩A-®\x1F YÍÊn╝k "
b"Õ<Éb¦qB\x16 ƒðéôZ─Oö "
b"µ÷\e Ê%FA¢ñN├i█àìæ "
b"èñ˜åLLJ\t ¼\x06 ¯\x1F !æ˜Ø "
b"êò•\x03 ~\x10 D‡ª§\x1C ,æg\x1E g "
b"Ù©¡W%:LýªÅAfK\x15 Ý┼ "
b"ý\x15\x1D m\x00 ºF«É8_á?╠v\x10 "
b"ìÌÃà\x1A\t C‡’ÌÞ\x1C Ø™\r & "
b"ìÓ\x17 DÍÿAÝŽ\v °KŒ\x0E Ÿ\x0F "
b"îf®Q: Cð”3*":ö\x11 , "
b"ð=îó|!Ms‹dSÓrŽA‹ "
b"ðÏ‚é|\x1E B@²×¡1wö\e 4 "
b"ñ\x13 ‚=†ÞIx€\x18 Á±ŠˆIÓ "
b"òéxÀȃO¼‰¤H쵓Ûl "
b"§▒\x1D ┤┐ÉNQíÄ║┼Pñ¼b "
b"ø©¢hÍTDlŽÍâŠ\x19 ýVX "
b"""
ü\n
~\v\v JA‰íõðÝZø\t
"""
b"þ %ÙÛ¦Hºš¹'.vr\x03 2 "
b"?¢J7Ñ!AêÅ_\x02 9&Ò┐( "
b"ƒA█1/A│üø¼m╠hÎ@ "
b"\x01 =¦^sšM¸¨‡³\x7F t©b> "
b"\x02 âºcàL±„Ô:P ð8` "
b"\x05\x14 >¥÷ŠGû \x08 «\x08 ’8F… "
b"\x07 8ì\x06 PåK ›`¦cùµ¤# "
b"\x07 ;®—mûA\x7F ‘Øi\x1F a¡¹k "
b"\r ▓f^ \v Kuå\x14 ╬ÚÞÊÅZ "
b"\x11 ¢Ìz'<A>ì\x1A ╩~_└"█ "
b"\x18 <àaßlC¹ŠU>TZ*¤\v "
b"\x19 ÑQIJ(B0¢LíH\x05 Þ\x07 8 "
b"\x1C\x1D ¶ÚÏÜB§¡ânÔŠŠˆ\x12 "
b"\x1E ÿ╬gEÎATÅ\x16 =═:ÒÄ\f "
b"\x1F °\x1A\x18 ïiM░»PºÐ¨jü« "
b" 1\x1D ┐¼ÊJPÄrç¦╣8É» "
b"!^”\x1C aåGOº:¥\x07 ý¦Ao "
b"!é\x0E\x16 Ø(COíö\x13\x11 ^ï]¾ "
b"!ù┘ãMäC¾║fØìaê9 "
b"#md´`.DÄ’\x13 ÚÔ¸ntË "
b"&;–ˆ©*BÞ‚_¸›<óË "
b"'ÕÆ\x16 ü¸G2‰»ËVÕ?UÚ "
b")\e IÉ\x1E ¿@§˜Î5:’\x16 s# "
b".ÆÉÒZkJR╣§ª\x01 jýð "
b"1\x1C nL}\x1D BÇ“yCï6Ä«ô "
b"3ÿVúá¢L\x12 ²Ê+T\x1C D°Ö "
b"5·A\x07 'ñI\x00 ²\x1C $ÓÇ„‘© "
b"67‗\x00 EûBò¡ÓiØ\f G\x08 8 "
b"9éh~;\x16 C"¼\x00 E\x15 {.*\x18 "
b";\x06 šBî,EE‰?/|—Y”Ý "
b";µ¶ea\Ob¤^º\x07 *Ï×K "
b"<Ñá7FQH¸©ÍþíBÞ.b "
b"<ø‘áL³K\v ¥\x0F Ó‘¢€{w "
b"=+¾¨4\x17 B”ŠsD¶Å\t س "
b"?ÊËè†ÓJÙ²Á\x0F ?Æ\x1F ‚Y "
b"E÷©RñNFŽ®AXi\r ëŽt "
b"I1u\x0F ƒ FP¤±;‘ëŽ÷ü "
b"IA\x10 VhLBòÉ{ðÌ;7╩\x1A "
b"Kˆ/\r åýKòµ\x0E #\x15 DþÂå "
b"LûﮩŠ@\t °\t |«O¸Z6 "
b"Mà—\x10 ;xHj¦[GdÐ\x01 †P "
b"O\x00 Éf\x0F ╬Nó╝P¤gÝÙ¹┐ "
b"QýTÿâö@ð¡¿s\x02 åœôì "
b"""
S\x01 zñ\f \n
@ö–4‘—$T\x15 5
"""
b"SOþ«töD\x1C ©¼ÚŽÊ4ðž "
b"T-YªfUC`¨\v M>Q\x1F Ή "
b"V\x00 ØôV\n @┘Ä┐k)gØ+ý "
b"VU?\e KìKsæ▓siíu£ù "
b"W°\x18 lTwF»†¡>Fú"Ø1 "
b"Xú!Üü"Eo½╣\x03 ð\x17 ÍX± "
b"ZÑ¡îàúI\r ¯óˆ\f œ˜M\x18 "
b"\dE›\x03 ©Fë‘\x02 å›=x&ƒ "
b"\Á\x1E /6ÈFTž_·ï\e\x1E Š€ "
b"]\x19 bØl›FDŒñä¹\r ¥\x06 s "
b"ag\x06\x15 ïDA¦¥è~l2íÅ| "
b"bОÊ#8Ar†"‘ÂXœ2[ "
b"dIùŒê\x16 Fú·\x1F ç©,é©[ "
b"e\v\t ╦f\x7F CCü Y UæAÔ "
b"h)zåbÒO[¡•¦!`\x13 J_ "
b"k”\e\x12 &uD\x7F ˜ °C,·x~ "
b"l&H»Ô]MÞ¬ßÛ¦òP9š "
b"l\Á\x01 ˜\v J^§u¦HZ‘T "
b"l©╗AØiLçé\x1A F¬q┼ïÀ "
b"n▄┴4¼■@¿à╣×ÅÈ\x0F ÃÙ "
b"p±黰EÉŠô)Ê/¹ø "
b"qeµPØ\v N±Ög{¯m+²{ "
b"q╚\x7F oó\x1F CͺÎôì¡Üf┼ "
b"r9eLWœL$ŸÎë|\r .P¡ "
b"rZ"³?¿Dű·›ˆÊØm© "
b"uÝùÚ¤\x00 @ÒºW‹{\x14 þ\x02 * "
b"wwØ\x12 ßKO•‘eâ)¨s\x1A\x08 "
b"wù\x03 ¤1¤IN“´î¼\x17 r\x07 … "
b"yy4b╔ìJ×┐e°├¸=\x13 | "
b"zuˆå1#Að‹ÓX\x1D ‚\v áz "
b"}¨UQJNÓž8·\x02 a\x08 šd "
b"~N¡~B\x1F @'¨\x01 çï;\x06 é‚ "
b"~a\x11 ø\x04 ÖA\x1F –ÿÆ¡Ÿ'ÜŸ "
b"""
ÇT\x02 f┌\n
L?Ø \x1F t`»óx
"""
b"‚\x07 wcì”J°‰\x02 þñœÆ\x19 5 "
b"„a˜~á\L\x00 œr™¦ë'œ™ "
b"Š9hhÇ\v J§€\v ¯Ožë]: "
b"""
ŠM\x1E ‘W9M÷®\x05 \n
´p¥R%
"""
b"èqÓ\x14 @`@\x06 Å■▓╠;;bû "
b"""
ï:cv\x10 üE\n
çÎpC\x7F Ï_┤
"""
b"""
‹Û(ÏMRD÷…–oB\n
Tf˜
"""
b"ŒC\x17 ã¤ïM>¯¡Î€jY&3 "
b"ŒCA\x04 ôqBí¤&\t ø\x7F Õ}J "
b"Ž×I+j‘Dж(\x01 ÿÖí\x01 "
b"É\x14 ┤/ÈäMD┐ð╗¤¤n╝^ "
b"Æm░(¼╦@#ÿÅ\x0F JT\f {▀ "
b"öÉx2Å╬J╠áaÎcXÇ\x12 Ç "
b"•Lß\x1E\v ’G÷°á9Â%ý\\x07 "
b"ù9Ç´½\x07 GØ£c$▒Uuô! "
b"—ÛÊ›AÄB”“\x17 F®¾s‰h "
b"˜ÍXnÍçK\x12 ¶]g\x05 ÂWj! "
b"™\\f ÂaÇI\x10 „Ù7ÎÝœá\x01 "
b"""
Üâ\x1C Îè\x10 KWê\n
\x14 }ì¿T×
"""
b"œï׳O\x12 Dí…¸F\x05 DœZz "
b"žã\x07 ÍdöD\x08 †+ø\x13 ئÆê "
b"ƒÒD▒\x01\x19 JÑôÒü█¹µpv "
b" -\x16 ¸ayF.†!‰\x00 Ù\f \r "
b"áy\x13 `>WL╔ó pÔf!LÉ "
b"íbÉ·%\x10 Líª\x1A ®Â¶¸ð6 "
b"¢‘Pk_ŽKD®•\x04 ”ÌtŒˆ "
b"""
ó▀s¥\t \n
Oþòô╩ü.\t £Ç
"""
b"§\x02\v\x03 á¶Möµ]\x1C l€Í\x06 _ "
b"ºØå/÷\r @»ü\x05\v ÎÀ?=\n "
b"§îlî¤[B}¢& îLZ\x15 î "
b"¨Õ›\x0F ™àBé±ó6\x07 ï‰G_ "
b"©²§fß|Fû‘aRGF\x0E ˆE "
b"ª\x01 ƒŒPïNK£¨e)Üww\x1C "
b"«'€Ž\x05 nE{¯æQtÝŸpž "
b"¼\x1E j\x1F ÉjE÷Ö\x04 #."Yy\x7F "
b"¬^Pj5IEÀ³-W\x05 zk\x1E ; "
b"¯6º\x03 ©ñĄ|½ƒêý*• "
b"°×e\x06 \M\x19 ©nïØ°Íþ½ "
b"▒p6ƒÜdE~ÉôÛ·╔òA¯ "
b"´¦/9UuM¿>B9*eø÷ "
b"¸&ÕþZYGÝ®¦¤¥ü0p+ "
b"©vÔð÷7G'ì╠\x07 f#;■Õ "
b"¼\x06 ôKM.D‹¾Éꯡœh§ "
b"À\x11 äÞ>ýIÀ¤ã\t (\x06 ±\x01\x00 "
b"Ãbõ`϶NK¢’iâPº‡× "
b"─╬ì▒¶¶Ej×{/\x01 `\x02 l╔ "
b"Åí\x01 ÿò\x16 B™¯Á³I¤/\x0E Æ "
b"ÆÓ@NÎÔF²ˆvB\x16 §Ÿt\v "
b"╚┐3\e\x06 pDíØ└9u\zSØ "
b"Ê:Lo"kI\e ™iÛ¸T,lž "
b"╩¶&¼\x1F ½E®\x0E ¬╝┼ÅâÈ "
b"Ì\x12 àùÐòA7»v@ÅpWŸ; "
b"Ì®ÿÅ\f eC\x17 “=–tO\x02 å5 "
b"Íïa€\x1E fC©¿÷\x1E „Û.2/ "
b"ÏW\x1C à=AL\x17 ™þ8Ÿ©^ßh "
b"ðyt┼G┘Dxøe²ô=ÅÓ¼ "
b"ÕÃ&M[ïG¢š1\x18 ªú\x1F\x10 2 "
b"×@µkÊUD¡‹Ž02“*§Ã "
b"Û‰Oü%íM|ª|\x17 Z§0ƒ\x1D "
b"""
Û·Èÿ îDš¡h^é©\n
.s
"""
b"Ý\e Ï\x16 Ï2BÀ‘\x06\x19 ©7¨k\t "
b"ÝÖQ|\x15 Kf½}ð¶u¡>Ö "
b"à2£aN\x03 H6‡K6e)õŸM "
b"çÑ*ßE\x08 Mؽ¤ÂRn›iµ "
b"èZ\x16 ÿ›cBÓ¡\x7F îë<\x06 ¨h "
b"èßõ\x1A jÐI\x1E ¹“ü¯Óª\e ½ "
b"ê\x0F p(\[FE€zî¸çMã³ "
b"ëž\x1E Y˜V@¦™Ü剉¬_P "
b"î14\x12 d‘As‹CÀþ„kß9 "
b"îÜÜÎA\x04 L.¾ö„ÉÕ¶¶ "
b"ï&RßÉèF.…àP,ç¨çT "
b"ïÌåšÊ`Cd¼%fQ†×Þ) "
b"´¦▀ùÐÜM\x00 £o╔Ýx×Å\n "
b"ñ\x05\x06\x1E\x04 »Kè«eŒáw˜µÌ "
b"ñ¥41m5B½³ ’¾ßnP\x17 "
b"óÈm6`eF_¥úÛGbX6 "
b"ô\x1C Œ3\x7F 5O\x12 ¦xYÄc.a "
b"¶¸?²\x01 kFÚì■¼À\x10 3į "
b"÷`M&\x1D ÿJØ™bÏÆ^ûr| "
b"øxÊÈϲOš‹»\x16 ¸š°–Ý "
b"·#■┐üÏAqéæ▀R3\x07 æ╠ "
b"úªÑ Ì_EÏŠß\x10 ®Zá´‹ "
b"üÓ\x11 -·\K¡‡ºž¸ËI”‰ "
b"³▄fåüþFâØ\x13 )╩é¤Âq "
b"ýôÜÁ¥7H¥¤ìª(±Õ5‡ "
b"■ÿã¾ÉÎBO®¯Uü┌\v $^ "
b"þ¦Ô\t ö\x06 C£±\x1F ˜y\x1E\x05\x11 ² "
b"\v Ê█dË\e Hú╣}▒e;î1Å "
b")¯ä\x0E "1G\x05 ¸ã¾Ô%4îŽ "
b"4¡#▒^¢J█ìe|ÛC▀ñ "
b";G)ó_ÞF¸‹å$*ŸŠØ5 "
b"HÏ«ê)3Oä¢\x17 :~¸ð/m "
b"Lö–ŸÞ?GC™Ë=\x11 _\x18 Üò "
b"PQ\x06 ~ȰNäüþX¾PÜ\x14\x08 "
b"YøBùÄ\t I\x1F „mK~ŠïÊ "
b"""
u\x19 }ÉæÎJ\n
╗ØBéú\Ò!
"""
b"v\x19 jåÔ\x03 F`°º\x04 òáþœŸ "
b"\x7F À‡žØôKe¬ïDá¶Ô±ï "
b"ƒ\x12 ¿˜Ô§MÍŠI´\x04 Mw\x12 þ "
b"ç\x12 Ñ"Ú8D~á├\x14 ¾~É╬ñ "
b"É\x1A ªÏÂAC\x0E âò┌Ô\x16 ı! "
b"—ü"†êì@P§\x03 ðú8\r R= "
b"±I4§5“@_µc?ù9\x06 e{ "
b"│à)eyÊIüï.\x1C U\x1F µ╗L "
b"║¾bZù¶C\x18 Å6┌Ò±$Gm "
b"""
╗6÷W$_Iåú \n
»çUOÉ
"""
b"""
¥¬»Öd\x07 @?Åf|¥\n
╔QÙ
"""
b"┐9wı´\x1E L/ÉZ■╔Ckë° "
b"À‘‚cP2A:¿Qc>\x03 ´—\x7F "
b"╚s(\x1D à6A\x02 Á\f Å┘╝º‗î "
b"Í*òša’Cs³g\x07\x1A >¸Ï£ "
b"ТAœ/òF1’¾ÒÊW\x1E p× "
b"ãÝ\x0F\x05 h5A\x1D ©ò”Q¬ä¬Þ "
b"Õ\x1A Ü1«5IFÆìôá+H┌\t "
b"ú¡&\x17 \r Ý@b¥~\v ÍÇ,è "
b"úã\x11 ?0ñC¸ªœšÛŸ\x07 u\x06 "
b"ûW\f ¼\x1E C˜ªK¤\x12 ¹»\x1E Ì "
b"\x06 ܰNê“F%†\x0E …Ï>ø4Ê "
b"""
\n
9}‚‚\x19 Kç±µ¥Ý™Á\x08 Ï
"""
b"\v ű¯\f ÑJBÁøpÁ \x1E &î "
b"""
\x1C\x17 \n
\x1F £ìCX▒Jtr+0Yî
"""
b"#¨ !ÖçI'ˆ\x08 ’ð~E\x11 « "
b">|wÛZÈGè£Ç¬‡tz¡ó "
b"Cr\x14 AsWF\e ¸\x03 PH\f :\e "
b"N+?klvCQˆO_æÙ%ã3 "
b"S†¿ëWªG÷,Í3–\x0E dx "
b"Xfœ\e %ÿL{™¬P\x04 u9öæ "
b"X¡`éÒ¢E╝Å╝ıuúLG┘ "
b"[\x7F\x0E ┌ÜöLU╝þÉ┴B\x0E ÷╠ "
b"qD\x0E £%’D9¥—¾ñêá†X "
b"z\x11 Ç\x02 N\e M7žßú ¤m\x1F g "
b"‚\t wxüDB†dþè6^Kà "
b"’1ô\x1E\x03\x16 BÅ”\x1D “¡<¶×\x0F "
b"š¨\x7F Z\x04 ‘G\x1E ’EaË»ŠDi "
b"žš–\x12 SöK†¢“±0\x08 p©) "
b"»¦ÌD\x17 „JFºÙÔnqÒY\x1A "
b"œÇ\x08 O+@u¸É\x03 *^8±° "
b"╔╬ü¬‗XFÃÑ\x06 ║üÐìÄ▓ "
b"¤Di\x04\x0F ÎFo¿\r ̦ü¹°ä "
b"ìɵî+ãLž¸ù\x16 é\x02 ÕN\ "
b"´X¡3üfB/ñÈ2k(õ±W "
]
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 (0x002FC7FE7982480CB47D490CB64BCBDA , 0x00C7742B06DA43629AF3D2218CA2CFBC , 0x00E6D125A8164445AD9E256017DDFE48 , 0x01232874C6F84964892D6A487CF0A6F3 , 0x0135DE21D87E429FB5DDB7319FE269C3 , 0x013C91668B0E4FC3AE1F56DC4F147580 , 0x01B69BD476F447EC96D4371D2C335836 , 0x0228EBDDF28E4CBB877F7CD89738B278 , 0x023D7199C6194714915C61220E03926D , 0x02F29BE172AE413A9A030155427CCFF6 , 0x0356C9B77AE64974A5168A65D2E33740 , 0x036DF813F0C44E979B4FF3168D9060AE , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x03BEBC2D75F24706B07E0DBA5161EF85 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04490BAD6D4A41ED8A3C643B17789612 , 0x04578812A6674180972A266B2D1A0CD4 , 0x0462EE053B334609B76B3A0069C853C6 , 0x04D78201F96F4B4D8CA9A8855EB1F1DB , 0x04E42AE2F78A47DC84B0EF86A691A35D , 0x058B05E927D14A7B936F65195CE62196 , 0x059F7BF4A1344D29A27DB6FBCF8206FC , 0x063C8098886B48858EED8584A1DD32C6 , 0x065D368F13694C769054DE2CF3F64D57 , 0x06CE56A02BEB41BD88F5D67C003B2E5D , 0x06DDAF8E962A46AD9C6C0116BFC56C4E , 0x06F08B688E1346A98DB524CE04EC5A26 , 0x0704B9C17B1C4B9F8E2230B710AE9ED1 , 0x0730D0571D964860AF67DBD42940FDFA , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x079CF57DB64948978D875EB32434ECEE , 0x07F17AD1AE174B9C86782B2178C09371 , 0x0820D459BC094E778A64CC409630E76A , 0x0862C837D2EC4089AFEB5883B196D3FF , 0x08D1072743BE4080B51F924E125E412B , 0x0919449E998343DF812DB03587D74822 , 0x0944703D3BDF4F2C8FC6E26E5D59FC6E , 0x0981AB9AB7064F50AB75CECB0C901D80 , 0x09EEC78086AF4BD1B0DA2304A73EAF83 , 0x0A52951CBF4F4BC0917844D27286DB18 , 0x0BFB56BF1A7648B792FE273E5B4C8A1C , 0x0C04BDF5E53442039B0D1DF5C2B02E16 , 0x0C577B84D8804F5F954913B7E3362D0D , 0x0D16945C44A64442A61D79721631C562 , 0x0D4833C09247470BAF18E7F4398A8A4C , 0x0D8DDCC57C464188A3D2072BEFB2DF02 , 0x0DD639E174F7460496B1B0B641168194 , 0x0DE72BE73D204763B5F7B24CB4239288 , 0x0E0779FFEBD643B9809F2E002172571C , 0x0E319DE582FE462F8C59EB846B4F47E5 , 0x0E45F6EF831E423F97F70C84A2E1DDC0 , 0x0E4A6F82F6DB46B6906ADD639C1A9729 , 0x0E5FB59E0C1942D0BABBB2FD1C418688 , 0x0E6410ACA767400CB4C432015312CB68 , 0x0F069F869A8D4D3D85642C79AE42ED46 , 0x0F528AF7345344719448AB2BC0CB2D60 , 0x0F57105EC4844949A4CFC2D0A0D7FE3C , 0x111834A4868F48308B53A94B922D2681 , 0x1147EACEB9EB401D8459123E30C3B618 , 0x11B5779DB3A44D339E3B26DDC1A0DF2B , 0x11D6E6A3E89F41B6B99808D4E69342AC , 0x1247425C59AF46EDBA327A4751992AA9 , 0x1299088D90AB495697B988F0696D2A89 , 0x13B2A2DC5647484AB4FD4D69364CEE18 , 0x13B392CF5ECB45859C5DD7C895A367F8 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x140861A7A2D54157B709C67C35AAC18D , 0x14286E54442D4B1088D9F7B77825BDAB , 0x1433D91BD3F74DEB9AA1711230A3D789 , 0x149B7FA3F9724126A7C35F8F3E8E65ED , 0x14A3913B02F946B08BE4F100C37E5808 , 0x14EFCD500E5A482EB69B272311EA914E , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x15167D2B9C1C4D8FB62B8F970474D9C5 , 0x1532CADE2FFC4C5FA639C7B5E8BC3F7F , 0x1567F3C7DF5F4DD5B324EDE84EC8B3C9 , 0x15E297B38E734369BD0D70D838D16942 , 0x15F6CDA37C5E4FDEB01800F33F931FC8 , 0x1617A1D8F9694BE394CC206804259601 , 0x161EF1313EDE401DB6400BBCE33414DF , 0x1650F06F1D8D41F2AC2E949B37CD6AFC , 0x165A5B5761174286A005574130F19C49 , 0x167AECED578F48899E1C37D27C8A29B0 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x16E671D99324405EA186C55E3F415DF5 , 0x16ED3E1DCC3042E0A574CFDA71497E73 , 0x170548D01DE1446DB4FDDE7BB507C103 , 0x1735B62D3B6746BB8906864A26B9C9A0 , 0x176F32D86CE646A597366E61B58A4820 , 0x17BEBCB914FE4F2D9FD7E75F77943F56 , 0x185281DBAE8045C58E1E9B95DE652EBC , 0x18B1BC8FA5DD4D76A13A14223996C00B , 0x18EA5295D847403999AFCBACB63A6C3C , 0x1994F3BAD5DD4F23ACF473A4874BEF8F , 0x19A0886ADD614B35A958F7EC0CD6D58E , 0x1A0ECBBAD0A649439DB58B9D12097830 , 0x1A14D31CDF0549D8A05CD3A6A9600A35 , 0x1A29189313C14C0ABCF3CD20D671EDE0 , 0x1A52206F22B54763ACD4BC451AF5240E , 0x1A527E0CDEED4F7E8B881E078DA73A0C , 0x1A53F9C786A24F99BB2D35D7B8FE10A6 , 0x1AA6EF3CEC654FF185B962CFB9C15CD3 , 0x1AA82CFD09C1402C8B4A32A5D15850C2 , 0x1AF272B1AD304FBEB2964B81142C0EFA , 0x1B482138DD2043E5BDC4132A57C16457 , 0x1B996C332B384959B77191F5AA62A1ED , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x1CAE5107B4F24E4AAD157457171A78B5 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x1DB4CF07340C4FA487C8AD9AC33A9792 , 0x1E4A68F24D8C4D10AE802CFCB28DCF07 , 0x1F490D76FEE14420B8C199CF3D560C7B , 0x1F6363AB0CC54A0B941AE3D7B332E738 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x1FFD6B6388474C0785A2CDE27179D8B0 , 0x20541BDC71744DC294A67B88D38AC77F , 0x20AD953843404CCDAE189EB9DBEBD6B2 , 0x20B958C94E964FF1A31D04EC1CF76E3F , 0x20BE7163E0B84E0DBED8568E823A0666 , 0x214AFB4EFE444F0F8C0FFD4025E74A03 , 0x215A0D4B16FA41398A501A4E0A2F1054 , 0x217A7410B3D84299B385D437300E9DBB , 0x219DC036ACB14BC8A430E82D3704CAFC , 0x21E38950289C47D4B96DE9F855CCC0D8 , 0x2218FFC0395E4E548967413C983559F3 , 0x221A99A3AFE646C985BC71B5F62A7783 , 0x22458B38782E494BACE7FD54F5B9F378 , 0x22704187C62E4A379E4E6D0604314CFD , 0x22B0F0E722734187837658F40DF14A85 , 0x22EC1E2D5AD5473EB634981CD71DDFA8 , 0x22FC4D2148264CE7916462B6249BB0D0 , 0x2303FCC86E3242CCAE8D2CDB302867F7 , 0x231B401911824DA9A64E3143DC5B4B62 , 0x235BD002B0C149FBA29409DCE6CF5031 , 0x23977307668E4303A246E85DDF429750 , 0x23BCF96BB6434F4883DDFDB667FA2EC8 , 0x23D58578839A477EAFDCAD1312BC79B1 , 0x2414C82F6A3A4A1981E42660F7C31751 , 0x241F7947A6C844C39123F1BB089B8F1C , 0x2431FA1E973743759966820EA7E0225B , 0x24362EBF9C924C2A879468CE0E336513 , 0x245F8407C2194FECB0D328EE434725BC , 0x24B6B5E3C1D24FE882E5BE009ABE2A43 , 0x24BE73FE0FE54B23A6ACBE8D2575A882 , 0x25528971368C43A889B2A5880B668DB9 , 0x2644AF97C10D4DD1B18E00F00852A845 , 0x2708935C997747F39567A13629E5262C , 0x270D364855294426BADDC8C65F5CB02F , 0x2752799867A2498C8AE50694508B8D7E , 0x278DDCD1EB7F4582804E5C854A4F6583 , 0x284A743074454A4190D315C0D3B61564 , 0x2892F1DC6E96435B8292F26DD17C05EB , 0x2932543182AB4A8DB4D48E8B2C1ABE6B , 0x296853A57E3042EB8D27F237B1F147B6 , 0x29D2340EBF464ECEABD8CC77B2393499 , 0x2A31D4AFC99D4020B88D9888B0978CF2 , 0x2A6613CEAF084A4B90F40297786DB807 , 0x2AA5A49DCF3C42379A93AA9925795B4B , 0x2AB806E074E145A3AEFC031FA66DA943 , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2B068EEF0C8B4C769A733013A16598EB , 0x2B49630553C34FA28671F93C714DDE5B , 0x2B562E482F024D9EAB8FD0986C3F32C9 , 0x2B795149B7C146BB9B5129B2CD5EBFAE , 0x2BA1C0EB638241D7950F1CCC52A63F5E , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x2C3E1D570B014A40B0F559894BE6C1A5 , 0x2C8A8085F1F843F0AE89FDF7D2CF703A , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2D0ED07CCC7648B7803DD2608701871F , 0x2D1A6F62A5424CB7AB52B1FBF8C9618D , 0x2E46C07797754B2F871541EDA5B8DE80 , 0x2E4CC9DB99FE4CB3964C1CC68A2DC11C , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x2F552C912F83453D866450DDB3751D1C , 0x2F76BDF470224624B6DD1FDA7623F6C9 , 0x2F78AED6F39B4D399A7EA43060ED96F3 , 0x2F9A972D0E884C78AA1AA54F70509372 , 0x2FA04A9613E9450BA75B537FF0FED2C7 , 0x2FC50BA5EDD645C5ABCF9D9BA2667BD7 , 0x2FC7CAB63E924178938F6A61649DFD98 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x3008B51655444DBCA9D7AD22D53A43B8 , 0x300E0E3358AC413F837A099FC6723C91 , 0x302BA6CDF7274569893027FCE1104F34 , 0x3060AD09EFB54B2381621457F6EFE5A9 , 0x314553D56DC0425DB89485F9EC835199 , 0x315B91331E9F45B98F79DAAFCD914593 , 0x315BB2E7A49D47CB953C75E64AED9890 , 0x3164D2115E7A4188A51F8BBEE9F682FD , 0x31948A40974146D9863DAC0D6BFEDD2F , 0x31D95954C3994124B715DC6D0815BD09 , 0x31EE99BCC2D84A76A1750F8B1EA07D2B , 0x32072061BF9A4362ABF740AC23019124 , 0x324032E0B1314ED887AEFB40F5FFF287 , 0x328C9C60E9EB4B80B854942A42B7653B , 0x32AC9B3F6809421EB439687B53B69C0F , 0x32C446631BBA4B2B9DB5392C712A8732 , 0x32DFE8CD47B246128BAD8FB9CB77EB2D , 0x3373AA1442A44FE69B5C83A8CE47431A , 0x337C3EB12B824127B9226ED29750630B , 0x33C7ABF49BDE497E82975BE5863066FA , 0x348BD30A4988486E8479F4BAACAA039C , 0x3504DE3E71AA4E5996C37D7A411CDC97 , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x3526A38372B7487FA4114849FC0BE77D , 0x35A1D8F7122545648733B5898D2FF657 , 0x35F6EBCB6AB04848B3D34E38F64A88F4 , 0x3684B792A5A742D688B9D006274C5772 , 0x36A41971B43E4CDC8B48BB5D743FCCB0 , 0x36F3987006544B1A9900C948AB42FACB , 0x37451078B6494520BDFB13FEDD3D6B5F , 0x376AD1D2F81C4272B9D348D619C36EC9 , 0x3801D7EC26EA49E98CD74497EB0D79ED , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x389DC482C8444A4680BD2E6EA263331E , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x38D08959AE1041B29D4C6596A64682F7 , 0x38FBE67D699A49189C99B55B3C7DF799 , 0x3906E00B1F9C4DF4BBDE20C4DE1CA245 , 0x391B145275DF4EEB80005A6ED159F697 , 0x39327093A91443089C98B9EA9F253F11 , 0x39550F067563402092836E06FFF604CA , 0x39D3C17A38BA4A6EACD04CCA2684898F , 0x3A4F4200DBC7442B9310F7620656378F , 0x3A910E4D32484344B9B13CCA7F3566E8 , 0x3A964FB5F93D4BF6B8BD640D1DFDC4B9 , 0x3AC47B2AE08947DBB8C42AC5CC90C927 , 0x3AD5FEF426A4483DBA71DE845B953369 , 0x3B08AF706DBA4294BDE8792EDA3B9F3D , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3B939C4274FA4536A9BD4F7F44FDAA9F , 0x3BE8C60FA0CF4A2DACBBAF6BC58FA2DE , 0x3C078EFBFBA84966B53F4739A2410CA5 , 0x3C18F97D531F4849A707236FC527E897 , 0x3C369FF1C4C54F0B8B9A94DF5B360735 , 0x3C4783DA94A040178C545959D93DAC4E , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3C74E0E2A6E24B879D833A5D62F9E37F , 0x3C7AAFD5B5C649809FC2F9C719D89ED9 , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x3D110CF4B76F41619CA612747A681685 , 0x3D20DC3A67DB47418DAB130C7245F38C , 0x3D344329B6764862B9CF044587AFF56A , 0x3D7530B9FDB54B4B9F3604B250E0251E , 0x3DAA04A0EDDF431CBC25F7D7C979B2AC , 0x3DD58E7C454F4A52AEB8EA6145E31531 , 0x3E31E0EC10614DFF9EB1380D6D088A50 , 0x3E859525A2AD4956A531569487645062 , 0x3ED3A6ABB1304DB8B6AFFD2224175D38 , 0x3EE4E2BF9C774EB0AEE542EC4D1F925F , 0x3F69536B990446B2A8160180F27F342C , 0x3F752674435B4639AD721F579543919E , 0x3F90BD0294CE45FABA5155C8181B8B01 , 0x3FA2CF583A98425E8E410D304785D71E , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x3FB511F9B6CB47179B79C479D2869F18 , 0x3FF53361552B4F10ADB8D8F884BFBD86 , 0x4067EB1DCB754B5DA971C38A6C73FE07 , 0x40F29134A09944FEABEF7D894D69D7D0 , 0x411038860F914EEA81D1A94A990FEC50 , 0x4144267004324DB0AA37DE282D124EB0 , 0x416E283A549F4C6FAED57EE4E01D998D , 0x418029142A524895A34C1F32A9345D72 , 0x42722787FE42458EBA4627A7314F1CE2 , 0x42E180EB8FB544ED9E17185BD9504E1D , 0x436EE470E7184E3AA076C6027C4A353C , 0x43A22A8CD08041F2AE945C8637443776 , 0x43D3CF57DA60459FB5BBE92CB9E73F59 , 0x444D22F611D34385B2CFC058601445A2 , 0x4489C4E449B74D739240DA1BC55CF4C7 , 0x45537D60180E4B98B92911D8DB481B93 , 0x456DB8595C59468EAF19E8560916BBDA , 0x456E57E125244880BA870E7E9449E59F , 0x45BAFE78D29C4ACA8DD96B0FD9437438 , 0x45F02346D49F482FA87021603760A026 , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x46128C721AAB48C8B145AD64D8D335F7 , 0x46926A9F30094F56B3A380D92475FF29 , 0x46B3B04D85604ACC863C2C90697B21F5 , 0x4722AF1BE2334527A240B9232CFF2F7F , 0x474498D8F7C348749EB608E75E1CACC1 , 0x4744FE4ADC0D4A87B6FD40972C079F06 , 0x475728A3A3DC47078C07F04BBD0D4805 , 0x47F81357842A45128AD89454DB143CAF , 0x47FACD60B3914C50BA0241508CFEF9F5 , 0x485602959EAA4DF6B22050D8ADD8B833 , 0x492A043A6029478E91443BE2C3901617 , 0x49336050A9E645FE820981E516238857 , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x49B398B0E25A46B6808A9A2551490565 , 0x4A3215BA4E9B46DC87A343D138724292 , 0x4A8F05AEDE8C4654B059F9D31DB6D001 , 0x4BF9001B7AFB444190F36A2CAD7B982A , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x4CB232C1E5DA49E69B44FA80E9D440AC , 0x4CCD57CB8E514A5EB8C37CF4938A9439 , 0x4CDE68CCA4B8466FA3B802B8CE904CA1 , 0x4CF4D85AA05B43E0BEBFF7ECDC2D592D , 0x4D5244CC16944C9BA63D5EA6643CA7D7 , 0x4D6267523D754ABCB9DC16342F21CEAD , 0x4D62BF67E87F4DBEB0CFE1C7F4800F2C , 0x4E4C0FB9D532445B88392C2D7D02F0B6 , 0x4E783716E04D4809AED405E24A0F0F14 , 0x4E8927DC97834ED0B228DD4C673D7D0A , 0x4F2DF85EF18C42CABDA403442EB51243 , 0x4F36F50E2F414CE69FB804C9F10B753D , 0x4F7FA36F3E284AB792118E11DD9F4B86 , 0x4FE445BC42734822B18FCEE8000BCD33 , 0x505A5882AEAE47359BDD964255B526EE , 0x50650E3393DE49A89055C3669802FFAF , 0x52362E5AF9FA4B6FBAF69003B5456122 , 0x52BEE845ACE641EAB1A864F813B7E100 , 0x52C14ED950E14AFFB4D1836938DD088F , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x539A0B5FF25C44D1B5886661E963010E , 0x53B4476BF9764EB9AE12A142217B2B69 , 0x53BAF008DE284ABB8396DAEF4AC36CCA , 0x53E09AD2E0564795B9B3280DD5B5589E , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x5410149383F94398823E26DFFD0CD7FD , 0x54125CE1B2B54E19BF9D597E994A4ACE , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x55203CD6BD62414B8679A8A04690ADCE , 0x553AB42E5CB0486590EBCABB08E91045 , 0x55688327B4D244BB9F3743839EE51610 , 0x558D508757C3458DA097ADD2F7FE559D , 0x55A585D9423F4E3AB5EAB9A94EB75682 , 0x562B8E54B042425BBDE67624AA2B9CD3 , 0x5632E0C211314BC9B195B12047308E34 , 0x56C05F78A2DA448AA7C0430C847215BE , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x5755C72E63A84B08ABC87C456E0AB5DF , 0x5789AC1071F24E50AEB6326AD8A3AC01 , 0x581F4A88EFBD4B28922BC9ECB446FD09 , 0x582F4F2077624A3F96184775BF911763 , 0x583A36DCB76347808B3E3A60D194D68E , 0x586FD6A10C9D4DFCA36EB5D1115F4B22 , 0x588045FE5C4A4C47AA7589DB77449CEC , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5904FC12EE3C43EB98F383F694035A6E , 0x591C2F15E93441549CCAC2EE92F3337D , 0x5921BF0548DB44149E8219A8BA484690 , 0x5924F2E6BA964F4A819DA7887618D9D8 , 0x59725ED832D54D909BD98F8F0CC738C2 , 0x597D693048894FE1968F74200B231A1C , 0x599920B3731B481F81AF68FEEA9F04B6 , 0x5999E028E05544D8BFC1CD8B1A938C97 , 0x59B5EF6940474914BCBBDCB34286129E , 0x5A0B97282A914219BB4D6067B7A2E900 , 0x5A445EA009D64A719C65ECEB163E7120 , 0x5A9F593570044EE8879F40B7434F70D1 , 0x5AA45F5A936F44AE9D0184125B9A0B3E , 0x5AB2EE36B5C44AC49B10E154AC9560BF , 0x5AB95119F30144BF8BC8D2C4D8A90DE5 , 0x5B8C9FAD181E46999423B7DA40D3294B , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5BE73B9E98B44A279685880E2D900B46 , 0x5C1A0A01A0F2470BB662DB4767468E36 , 0x5C26360F739A47198987582E7D6C0C3C , 0x5C301C0A3E484433A0CEFBC3EAA298AE , 0x5C5A61E95260485E94FB34678A84EE5F , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x5C8CBB7AB3D24993A4A745453754E5DA , 0x5CB9390B8688472EBC0F735015B32B2B , 0x5CC466AF17F94331901FFE6CE94E2198 , 0x5D44A244948C4B089D4D860514F77929 , 0x5D70BBB6603742849958C2F2BAA2FFAB , 0x5DCD361EE6C743688B2DE56396F4B12B , 0x5DD0EB543052452BABDE21429AF73BBC , 0x5E83136C2E41456DB9EE544DAFD1CBE7 , 0x5F0A0A6F2AA043A99DB326D77D8AC467 , 0x5F5DA1E885B24B74970B4D15F02F15F2 , 0x5F74CE1C799D4458958088D2EBB771F8 , 0x5F8E515988C841E888B454CC4BF356E2 , 0x6000676F1B1B43D39A8C900F16309330 , 0x6013D7A5A2874030B506A6F5240711A7 , 0x6039CD80756C4A209B2D838B7ACD1930 , 0x60755B7C07694C8081CE8B71A795FC48 , 0x607DFDE6B58248EAAE1FF4464B83960C , 0x60C0F55F7F8D4F999B03D146D3C72DA3 , 0x60F8EFB852284887984148BEB8E008C6 , 0x60FE311512924D70B5483A78597EBA07 , 0x611E952A2CBD4DC49027213FBCB8F270 , 0x6126344CC87942838E3646E493CFE3D3 , 0x61898353CA594D06B7CE78D5B230AEA0 , 0x61E3F773D22B4A4AB1420D78E17EEA15 , 0x61F7F94F72E34138B39D22849F832661 , 0x629C88C740084EF8AB8C0AAB645B9424 , 0x63542AF94D264D8CB8EF65E8DD7117F2 , 0x63DE8FCE30D140E081BD6C5A60FDEB51 , 0x641920BE5EC44FE58ED2827EE40EC501 , 0x649A930A7AD34341AD5F01C01AA64714 , 0x64E56FEF52D34481974F84B4B9820F77 , 0x64F84EFA74EF46F7AC4B5E4000428B51 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x657C9AB64A494FE09A650016EF0F1BCC , 0x659909C64D6D4A298D8038E96250A312 , 0x65CECC21B83546DCBBD29EDC13179530 , 0x664037C6162D4893884A450DCD63A955 , 0x66914FE0505C4D5BBE957C7A6C809090 , 0x66B5D33F61214A1386AA991F9004414B , 0x66D298ACE83E4DBC8A8EAD1E40B7F5B0 , 0x678200398F6347708C2DE87F3399253E , 0x679DE757A14E45368E4AD4319AD94F84 , 0x68B65175FD17476C92CAAD2AD27143CC , 0x68FF25B3F07E43848F90B38FD5DC917B , 0x69010C03AAF04DD9B905C13A58D3FF86 , 0x6917A1AB38C0465BBF2443EDDD67A4F7 , 0x691C58C00E9F4C119BC8395B65D0509D , 0x69423AD6251A499AB47FCDC4183C478B , 0x69972F26F237498B8E817547D3B7F34B , 0x69DE41B52F8046898EE0D661DC686727 , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6A54B9D8C699410A8F5C2CE67008F855 , 0x6A78937A3B0C4C908706DDBDAF1260FB , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6C044BE95E6F40448F4EA61AF4D79580 , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x6C77F02220E34318A8BFB0489FD53324 , 0x6CC0D8712B564981B86445BDCBB6EE60 , 0x6D1C2665F53647A2A4A255CC5CDAB4C0 , 0x6D260D7045C348CABE04CB6D73A60168 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x6E071126A5DD483CAD0A021226496AC7 , 0x6E164EFFE32F47A68BC64B485AE94C0D , 0x6F29FB6248864DC18748C4047320EA06 , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x6F6A0C170ED2419780030FC467202CDF , 0x6F739EAE91664A4FA1F04C1B51C1486D , 0x6F99B4D603B84D5C916766199970077E , 0x6F9E6FFC6D5F4302841BB0900071BE07 , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x706A2FB43D4044EBAA24DD4B8B2BC2B1 , 0x72604941737B410D9A745E4B1788F7D9 , 0x7277398D860644F9A224049F25788AA4 , 0x727A4734254441E88F15ADCE6FC8B283 , 0x72853C9671ED4921A317BEC01448ADCF , 0x73827AC261544966B8FEF6D09912FAE9 , 0x73DF07AAF12747CCB8CDBCE179E50640 , 0x7477195027E84FC58BB7A90AA8DBEEC1 , 0x7477B5392D82453B9E6B5F8CE430CDFB , 0x74C3CCAA759A412797A86FADB1EE30E3 , 0x7505974789DE432ABA951E9836F01867 , 0x75098599B4464786A7856842FBC1F1F1 , 0x752876413D36403EA6D9859B4C5C0566 , 0x756373ECE75242C3B9738C084C3BAA77 , 0x7574B1FB57F44BADAF4C3E5DCAE2820B , 0x75F8572DAF28462A8B3A3A1C1C6F7F9B , 0x75FFECC479DB4D72A1C45B0912C8774C , 0x760A1087D8FD4EF991A89A38D24EFD85 , 0x762A9E8B09FC48F48A2E019566FE519E , 0x7660446CCA6F423DB9E67DB152B51EC1 , 0x7687B690F3F44A828720A8011E05BB56 , 0x76BE32A88CC44994BC718169101A5524 , 0x76FD7DBB0B924CDEB3818F9663A44174 , 0x77B8689AAF3844B8B6B648713D7726E0 , 0x77FE4529617B40929B00184EEB554C46 , 0x788269475BF94C2CA3D045921576D976 , 0x7886BE176E9F4E9EB44C37D22FF110A9 , 0x78A1EC7ABF4D41538B92858DB191296E , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x79DB368464EC40EA9B82FD28ED32061C , 0x79DD8E51210C4C4181A87029EB9F60AF , 0x7A5BB376CE684ABFA1B560AF11B4C7D3 , 0x7AAEF7CACB6C4155B44CCB4FAA39B5A4 , 0x7AE083D5B4BF4ACDBFC7CCD0C92FFE2A , 0x7AE36B2F59B34591BE4DB55111D3DD70 , 0x7AFF1A79265241EAA203BFDDDF5F928F , 0x7B15D48949E14C8ABB7503F443F05FF6 , 0x7B4818BB9F9A4909B8F7BA79FD2E4AC8 , 0x7B586F8709244FF1AB137A0BD59E4462 , 0x7B5B724339014D31BD79C2FC61C1FB8A , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x7B8483C663444CF7ACA1518DA90CAC92 , 0x7C70F22F38E7423599767838DD0C879C , 0x7CD30CB791D242FAB6BC2D0C233868C9 , 0x7D386C8FD2414C5BB1BA0B95F4F92E92 , 0x7D39E6F6DC1D4B90B056A1302AEB7D0E , 0x7D7285A60EB54429BDB6879FCDCC06B8 , 0x7D96021D86844E34B72DE92364505541 , 0x7E58CA6F1885480483B6D004FAE4D20F , 0x7E7C19245B0D402AABC97E7CBE57071C , 0x7F269FDC24C84608B05060DF4495431F , 0x7F39038630624BC4894AF3AFE627615F , 0x7FB36F38D2AC4CC2B29E18699345B7E4 , 0x7FB827AF3E084C15BA00348474140416 , 0x7FEBED4B0D4C48188A4B19CD1EB1C197 , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x7FF8F9530FFA402884E2E2D191616F9C , 0x800119BB0EC84F86AD6B976F4CF0CD5A , 0x80924F4C6DBA430F96CA1DA8F227687D , 0x80DEAFCAD28741E281A3AEA53E5F13E6 , 0x80E4495E3FEE42B78CA3DC79FA6BA0C9 , 0x81578DC743D84A6383901D5C6A605F97 , 0x815893FA5374438CAD2D4D09CE76EA50 , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x8241187B05784481877869C6694159C9 , 0x8252757C453C4A8A9754CDF462B711AF , 0x825ADF411018471DB7521343B27CF396 , 0x825AE359E1814439A2FB7E3D8B41A8D1 , 0x829A91CEAFD74DEFB0639673A8529DE4 , 0x83AFA2D536784EA7B96BD6D3FD7E4F72 , 0x841001024C7740C2BE37BE71FA6F9CA8 , 0x841B6A5E4DEF405F8CCFFCDA646E20EA , 0x844AE05DA49F41E7A8E9A9A9B553F2FF , 0x845777F8AA0C4552BCD3926A6901FA0D , 0x847EC7B2D9BD4F58A2C1FBDF8D356B44 , 0x850FAE53370B4D7DA60DA30DF744DCBC , 0x8559158FEB6047BB894BB447EC8C4BB9 , 0x8587A8EA5F43492CB82FC0C4E3136A8A , 0x85A1F4683EE646AD8773943DADBC171A , 0x85FF29EA4F054A73896961572DF0B298 , 0x864900AB7ECA411C92A328565B3C01E9 , 0x8684557620DB45669553CE42BDDE0830 , 0x86AD4C3556FA4ADEADBAE5839C41E128 , 0x86D81C686312427E9658EBB93FDA93FC , 0x874D2D1682434AB78A32620CB0F38706 , 0x877BB798D2EC469F9FFB46494242E15A , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x87CB0E0ED4DF41DC9AE72EC655416344 , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x8853EC22442946A58B31719CC1BBAA66 , 0x8858EA8820074C6BBDCC29CF761C3DEB , 0x8955C591D9DB44BF95828719E046B8A7 , 0x89A99B1094004A4EB3635D8765119958 , 0x89B944322F284497BE5DE97A019489C1 , 0x89CB42634A344AC2AFEFF2608B1BC3CE , 0x8A6D1C301E614064B8D76C70D7106285 , 0x8A89730CCD4844F4B289529AEB2817B4 , 0x8ABEA329DD85459BAB0CB1BCE5F401A3 , 0x8AFD9C257A954F4D9E550BCED7F5A047 , 0x8AFFA5627C88413D92A967983B08620E , 0x8B5E7E80EDCC44CF97B35A023241C33C , 0x8BC72C8975F64B2FA48C21B6D14F82AB , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x8C1CE1435C0C463D994A70BA34CC6582 , 0x8C5F1D20F24E4A44A7E5F8D1BA9EA6DE , 0x8C8A954745D040D78F61BB4D0916C7FE , 0x8CDA35A745734446BA8DD35CB6A1E9C8 , 0x8D5799D0BD03451D93FD6716A5AA2C09 , 0x8D7271E037DA4B12A1FD11E3E5522608 , 0x8DA037A9E05746BF87406A43A7359874 , 0x8E15563455484B04B7969E92280954A0 , 0x8E1A9AFB8332469E86DC7AB4F864C878 , 0x8E1BD29F792041DE929511BE3E07B725 , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x8E44D454226B44CCAA4609642E748154 , 0x8E5A478BCB3841BFA9085FC4D5D58F47 , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8ED211E58ED24ACD86E7B044BFB83660 , 0x8EF8C213959F4F60ACA4768EB5E06EBB , 0x8F27A0E465D44B76A95EE2E23FE1DC5A , 0x8F900821195145488ECEF72E80461383 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x902E5AAEF80744AF849EA0B9CDDEF73F , 0x9035A2B9B6D1481C81A787FD47EA48C0 , 0x9045F4A33E3C42EBBCD98F0E5BDB4447 , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x9115C369D2BC4BD49CD8BD724360B935 , 0x9181F5F8118E40729620001BEBAE97C6 , 0x91DA943123EF4876AE4146E807B889DC , 0x91DBCE9277424181AE319BA6FDE53987 , 0x91FED3F0FF7B42FEA4913EA3C66438B2 , 0x9203E251FB0949CDA800331DAC3BA7D4 , 0x929027B2F209416CA49DD313573D3E58 , 0x92CB0A79E86247BEBDC6E4C4D20B670A , 0x938DE61F8523451CA9865AD51954B913 , 0x9398978836534879A8AC3968172D27B1 , 0x93CB65EFA16B4A7B8A8190644FE6B745 , 0x9427EE7FDBCA4A9EBC1F0CE2EFE4573B , 0x9555539C831944729651E1CD18171ABE , 0x95EE4A5FAB7B45F7AD9E4BE6726D897D , 0x963C326225ED4913BCA2030F7CE78EEB , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x96DB5F73FBA94754A3D7DF227D92A112 , 0x96E13ED9013247598C150C51573CA9AF , 0x96E7DF9B7AC24180AB8FCC629D475052 , 0x97035B902597494AA57EDB6B3097CDA8 , 0x9736C1E5B62544519C455D7840F6B98C , 0x97CF24E07189469F9EABD72B6E3C932E , 0x97E3F4F02BA5421BBE89AA25AB25A473 , 0x98BDC6409C6A42DFA0A2FB68862D7B8E , 0x9959E035ECD243799E6AB01F9FCFC5CA , 0x99A594E4847C4887B1BCB823FE174C82 , 0x99E36326D05F4FF9A226B7C5BEEC702F , 0x9A1B21F5329F49A993F2F9C5035694A6 , 0x9A1E3C21B9AA4B0293BEF9C7BA9B208A , 0x9A884D375823463F87229584240D0DFD , 0x9B2009D851934111B69688017FBAD47C , 0x9BD69248159046BE80047E8227CE64AB , 0x9BF082A691A4495595896440C50E953F , 0x9CC9E9B0D39041EF9E29880A8DA5BBC9 , 0x9D71EE82702640C8B2C0424C104DE008 , 0x9D74F55E479040F983AE3BFF409FF3B0 , 0x9DC87B529C6E4DAE9875B24BB9415918 , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9DE0E666103543A681CAFBC9AB29E996 , 0x9DE79BA459DC4406BC7EA80DC9A65773 , 0x9DF63C8C73D24CEDB4DB5EDFFE8C0194 , 0x9E45C2B3922D4992BD340385B6C265DD , 0x9E75FDBE568A4561B82F0A8C78018893 , 0x9EA3DCF775004FEE868721F17AF81A2C , 0x9EB96242E5814109A25F18BF974BA252 , 0x9ED6770975F4424AAFEDAB325D5B16AC , 0x9F2CB4BF379F45159196803AAA4E50DF , 0x9F38824649DC4C13A234F4E05C8F3346 , 0x9F3C19DCCF0148DFB560B66C8FCF8B38 , 0x9F97CC0AB79E4E55B7E2510B992C66C2 , 0x9F9A1ADB58714E439A1CBD5688D8D8A2 , 0xA01EC737B45C42E69AC1CA5FEBD2465F , 0xA0EC24ADD4664830B5F1D5C221E7DAC0 , 0xA11AFC04A975483182CB87074F93FB03 , 0xA13B2AC8E5EA414880ED5B4F8B0AFF10 , 0xA19BF8375FA2416D9F354CDCD819FD1A , 0xA1EF0A356D534B6588B3171A479069FA , 0xA2436AA4506F42FBB3703998C59CA6C6 , 0xA27A9090525C4676BFEE7C3F283A266F , 0xA2DECA3D63C84052913300BBF072D613 , 0xA33DB39DB03E4DC488083C951A7FBB52 , 0xA37CF16957DD4165961826B32DA4E1B1 , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA410077D72804524925B777299743CD9 , 0xA53DB7A995A344ABA54771588BF70742 , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xA5EFD285FFF94BDCAE951E7B3031C1E6 , 0xA60952803A8E4385BA9C2C79C6CEE5C9 , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xA680E4536A8C42CA9C71F6DB3712AFA4 , 0xA732DD8BA7A64DD19318CE56768A9D7A , 0xA7433D495BFD4E878A8A066A3D724962 , 0xA807AF635C05435089D627599995BF5D , 0xA81CA3FE5C8C48E29CB30D7D4CA7A992 , 0xA82CE80072854A968A0591D5626DBAFD , 0xA8669A2084AB4EFCA0B74D377D8B2B01 , 0xA8871C4789554F51ABE50F18A36F25FA , 0xA88EBC79DE0D44B496B4B9DEBCC13F7E , 0xA8B8FE0C13154A419F1953E7016110F5 , 0xA9053D59EBFD4D47B2DE6B13C2BE0305 , 0xA96553A93AF54538AAF5B4BCA4365121 , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xAA615235EEB844E8B2ED3F00E6F48907 , 0xAAD3130EF5AB40E08DCB38D1472368AE , 0xAB128C38805643EEAED2BC4A5E9A054B , 0xAB5C0580C3B540EB87E8BD92066622E6 , 0xABAEE3C2C54749FB9FB5500058900731 , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAC2915F4916940829F4D4BE23156717F , 0xAC2D4F2ED9784C74BCCA4767E90DC437 , 0xAC4FB3A74E32481CA5B993DD1A26523F , 0xAC67F2B1B1E84060BD263B2EA4F89E51 , 0xAD09EE6FFCAC4B989393F1ACB14B7806 , 0xAD4C8D45EBEC418EA75CEC8710F65A36 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xAD55BDC8EE224F39AF32C9167BD83462 , 0xADB8F8D8760642B49E27CA026E883E06 , 0xADCAF4FB4B0D4DD09E54F82F6CF5D1CB , 0xAE3640F34FAE4009B12CDFDF3FD449B2 , 0xAE635CD9B4F24CFEA27A0D91F658A522 , 0xAEDD6355B69E407E9A7D2FFE206622AD , 0xAF171D9B9EB14B94AA60C1882BB4280B , 0xAF8E27A6E56E4B0D9992954EE21B55D0 , 0xAF911D9E875648BBBC12AF8605FAF3E0 , 0xAFD993C2B6304E20AFE2CE97706D3B94 , 0xAFF34F1CF68D43ECB60C5BD4F54A8740 , 0xB0351D7F8B45461C8842A966E0C81875 , 0xB0C1546C69C149D599163ADBB99524EC , 0xB0DE82E7A8284DF7ABED7FCBBFA44423 , 0xB0EC14CB27774524B64D12EC1E65622A , 0xB1247365B05C4F0C84E941D4D0ABFA7B , 0xB1326A6B5B634BFF8033AFBDD226AA6A , 0xB1CDC99E415A4991B913183AD16F595E , 0xB207E80D34C047308B06B5FEF66D681D , 0xB2C7C7DD5C97431899C005296746871B , 0xB2D30EC33B2A47F0ADB7F727138E072A , 0xB2EB7F7B53064A1888C66B7043C301AD , 0xB32B7190641946ED8F1931294EF274EC , 0xB363E262468448BD89834D46AB4CC05E , 0xB42796C2C9F84CDBA2F916DE129BE65C , 0xB437F66C6E094EA4B01EBF2A89C41085 , 0xB4784A7308AC43638B0106BD094A86E1 , 0xB492080C61804597BA1010992AABA073 , 0xB4A79CC8F5874DA6B202E9981C4CB754 , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB52A37F4567547348683CB50D7B04917 , 0xB55A97761F474C0BA50391C29C33EFF3 , 0xB58DFDDA24BE407D9C24C6666DAFDBE0 , 0xB5A0441AE3FF4EF79839E290214B89E1 , 0xB604E3CCA40E44ABB9015346A3D37B82 , 0xB6166255F13445BC9E72D61A38FBABBB , 0xB6913EB9E8DB4725B15DC306309C8C70 , 0xB710C60EF0624960819BC0CC56A96726 , 0xB7777B4DD7294D518AE3D9C5C6400A2D , 0xB81CBB85EAD74CB580C71C20A8A59A88 , 0xB89FC769BF3C457999A1EFA1515272DC , 0xB8F6F34EFFC0473B9AE7643DC89C8354 , 0xB90F175727A848208F5C17E98C46EA01 , 0xB93AA7CA1F684275960465D405F7D1D7 , 0xB94282F01F0F4D8BAA643524BC454A7B , 0xB9D397C7494745BD961C429B3F841D12 , 0xB9E0DC8280C04DE18BA380935B536DCA , 0xBA1CF2EE4A8A4817993B6E7C3DD28DD2 , 0xBA4658A88EF34286B63D8B26F3A8DE2B , 0xBA646621811742968D0D177F562DFBC9 , 0xBA6F4305B41142B4B4F1521348AC5AAA , 0xBACDF3FDB8B147EA87EDDD6AC84DDD03 , 0xBAF8225E83644D4FA93B751F2D01F120 , 0xBB2ACE3BB7C349F99C661E21BC282E45 , 0xBB3A6F82FAC7459F89B3127C83AAC3AF , 0xBB8352F39ACA43BCA6BBB4F595A62031 , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBC6942AF252F435DA3AB30C8A7238BCE , 0xBDA3C3AD102B46B4873736F06C12CDF3 , 0xBDA734658772451BA82629D6A8061CEC , 0xBE5D3473794D46FABB29B10BDE7AD698 , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xBFDF553AE4B6425E878491072AA9D2DE , 0xBFE96390C47D4807A0E3C3E18CC1FCCC , 0xC051590D8AF2493D9679EDFC3883229B , 0xC0564285AF474D24B5CE6DE1630D8025 , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC133D0A4AE5E4B3DA0C542CCA714A4C9 , 0xC17484B69C9A416AAFF29937DA67F692 , 0xC19A3480F1B045628BDF54607108D271 , 0xC208816DAFDA48ACB89B828FFCB15140 , 0xC21D2630854447E4B4BFA7DA922B975A , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC23CD2FD2035460CAD1265C49791EC16 , 0xC2557CED5EAF46AF8BAAE07324830DA2 , 0xC280A1C2BA5F4CB1936B3F8B3A7D9D7F , 0xC370FAFCD848406DA277C94BB35D64B4 , 0xC396866885394BEF97F22E3BBEF35398 , 0xC3A7283F87854561A736832D4E43CF15 , 0xC450C2F2FBA945E5A24C86E1AE281723 , 0xC45DE46EBE0741D389A8B4C21F26A688 , 0xC46443E372664314B644BAF8874274D1 , 0xC46C2146AA374A6DA71179C0B70E7227 , 0xC4FA6D3675994CEDBBAF74B1ACD3D26F , 0xC54CD247C8D6484E8BDA9E9B781312B7 , 0xC5578AA53F894B51BC3C39ACE75468D1 , 0xC5AE2A3FEB444A7CB70847B1561A5E1A , 0xC5C3D30BB56F4CE4B899473E50CC762E , 0xC5DBE98CFCB34D3AB5D89AD3F5FAA88E , 0xC5EE33AA4F0447DAA5D200EF0E5F2EEF , 0xC5F236FA19F1453FB4F54F9107AD6FDF , 0xC614CE72E74F4FBC8B9C899EDE977EC9 , 0xC6373C931076476182175E69A8A878AD , 0xC64309F6D0D943E8A1BCE8F8BF8A6A46 , 0xC6C23CBB5C214F62B0C2146A6B0AA560 , 0xC6D4E056096948578824F947E765E861 , 0xC70CBFDFA24841669D5F4191F2423EFC , 0xC745C850A9AF403DB0F7526930B89E33 , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xC7E1ACE256AE481EA051FCD74BDB7BAD , 0xC803A4C5D48E4F0A89FD18090F9555DF , 0xC826308642CD42EEBEB1B5C2366A4DF9 , 0xC85D47C6890C4BB4876CBAD185387313 , 0xC8720E70ED8E41D0B7F9E99B8CA84C6C , 0xC873C7BC91F9467A875DF4C11888E41A , 0xC92AE0103B2841F4B31F85421E7493AE , 0xC98FD0F4F1054281A1E6E4A12049868C , 0xCA089CB123684AE9907088CA7B5FB3A9 , 0xCA104252789F4DE3BE4AA8536EC72912 , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCA1E8B9747244B7BBAEEBE2C2981CB77 , 0xCA2B5AED76594B9DA4380939C9BD3B2E , 0xCA4E805D773C41BBACAFA0357F528AC6 , 0xCAA492DF6CAB4815A01124A3C2A19B9A , 0xCACE56DFB740441296DF2F239462CAF3 , 0xCACF10276FB14611BD43D2CE87F428AA , 0xCAF2EA1CC4124EE1A832973FF75BBEAF , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCBBCACC1BA09459EBDDC1115FF1B675D , 0xCBC33B90F6454EF48BE1D59444DE3997 , 0xCC4C28EC485940FCBF147985A3C49A9E , 0xCC4EAD1937E5442EBBB8B1C59E540F5A , 0xCCA89356D71B44DB8B8BC1B31B1803A5 , 0xCCE4C8DBB4604B33A29D7AC37F71AF9C , 0xCD78A19AB9D745C99518560FCEC6AFF5 , 0xCD976F59B4E14C9DA80D992D4DE42038 , 0xCE0292983F0C4537A1B6E1C3139D5CEB , 0xCE60C0313D9F410F91B188790B651B75 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCEBFDFFBE01E4CDDA38E7613387AF911 , 0xCF1ECF8DEF4E4C32A03E98C37F0AF095 , 0xCF40FA7CD96945789B8F5731BA60C423 , 0xCF51E52DF005455EBC48B904B0BD829A , 0xCF9EDBADBFE24B908A94BE358064220A , 0xCFB8C08C083D44FFBB603A1B2C6BF7BA , 0xD01EF769A74E48AC92A449A2EABBD46A , 0xD0241C535F3D4899BE80B29906A514E6 , 0xD03DA6B3FECB40E385F564B35939CB03 , 0xD077A4B7EE6E4617807D01A6BDE056A5 , 0xD0827942DC824F2695370569552F9B39 , 0xD1894C859DFE4026BB9113C19D8A74AA , 0xD1A764F9ACC34D758CA1675940DCE646 , 0xD1C29B91D23D4C5D912E9BFF47932B3E , 0xD1EBCA5062254080A18A809CAB4A8A5F , 0xD1F32B8DB6CE496AB884F5E7B37F7F29 , 0xD1FEF23CC89F41DCBCC89F74582FF4CB , 0xD22C3B8E4AC543B3A01CC3DE2ED265CE , 0xD29E0B0A1C1146AFBDF6E261C330346D , 0xD2AB4466236649889BA9094793D68175 , 0xD328CC65BFBE4ACAB5F1232DC975D30F , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD3521F78F885462BB5119A493EF326B0 , 0xD36E085D2BF2493B881397383E9F89EA , 0xD394818E58964194BD19F16032979BDC , 0xD4178E7C79F642EE9892D9074F7FF4D2 , 0xD461F7507D394613AB0C90420B2CBFBE , 0xD5510E25157349E69364AC576172B693 , 0xD5F97359EBE042B7874712091F85901C , 0xD635F2BEAE59442EA10241705FE91E87 , 0xD653A79A50E34177BA98501995C3E45F , 0xD6EB542002AF4B1C833B1BC7964B471B , 0xD7614352E12A49CFADEB1E743B3B0424 , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xD843A216A4074263B959DBC70082DF27 , 0xD908647901CE4CB19AEF5DC873B0E97D , 0xD9128CBC1C2742888C291D55929B85AF , 0xD94AF7E555F24DC88E24B40E334179B6 , 0xD974A9820DEC443C882B0A1CF858FC6F , 0xD9EA99B1F5E34B478FD4DEFBA66659D6 , 0xDA0CE8E7F6704F5EBE4FF5F346D5CE92 , 0xDA100E273A464D5C9A99B110A6B15407 , 0xDA363F5157C9441484CAB755CB0FA757 , 0xDAE23B9D8F5C4D588DC18003486A238B , 0xDB634A6B088647FB975B1F6D03A6F0C3 , 0xDB91D65238A547BA93F95DA9BDAA1953 , 0xDBBBC7FC96BF47A9A5CE98B037F1C4CA , 0xDBD379F0E528445882FAA2B808D2D36A , 0xDBFA642A826A4D8A8A8D5E0AFEEDE4B3 , 0xDC15971B32884560B7E5A2B9BB945D10 , 0xDC362D5EB74C476990D1CD38D0C81217 , 0xDC3B90AE0E224823962F5B8672383888 , 0xDC59F738B39B4C8A81B54F1753DBABB1 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xDC6613A44F7141618B46C1296354340E , 0xDCA5F07E8B5E4AE1894335BBE9D1675D , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDD12CFCAA89342BCA150BE1FDDA0DCB5 , 0xDD319453E6104BFFAF533695E082AADE , 0xDD579203296143D89F34EA25B76FAB7A , 0xDD6E1028EDC4480B86617D2EB38B5FDD , 0xDE0B7A824FF740BC935471C2982734D0 , 0xDE3927C742EB49D0AE8A5328B6D7E6E7 , 0xDE5BA48B40A9464085C1A1D54C2A2CBC , 0xDE5DEB88A77C42C5895C4C1CBFCC28C9 , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDF9558FE20CD451792341CEE9501D0C3 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE055E2635E1842569F9A415F300D55B4 , 0xE0755CB2B6E44647A287924E993EF08C , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xE0FD0D0A849A4E05800B4D899AF80931 , 0xE116F2A5A49B4FDBA9364E00AB61A0FD , 0xE187D065589649F79DC6B0B1FB0ACC64 , 0xE197838C8ECB47CABF2C12B66A18B7CD , 0xE1C2ABDAF4A84145AD72364B98CD1811 , 0xE25F021D561F4DFE9CBE6E0F4E178D86 , 0xE26BF4FA2B4E40E189D90A13529F18B0 , 0xE36E64A738B6462589B660299363EED4 , 0xE3A265B2E7844577903B6D1E3F5396C9 , 0xE3B2420A38B74359A69146A98E1258F8 , 0xE3BD6CDC43554268A59CE84B42FE520F , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE3F0D71DE28643A5B3FB6C410E75CB29 , 0xE404FBE893A147F7AEE095A02257DB17 , 0xE425BFB12DC7476984D6B79493FC3D1C , 0xE45BC4BA3BDA4179A5AFE9DFA931C0D1 , 0xE4DAEFFEC568499A814F8E65DB974EE2 , 0xE4DE2640A92F4A0893A7BEC589B6C014 , 0xE4F14714A3E245AE8DAB96DE129C84B4 , 0xE4FA88FB68F247C0B6CEEEFDB59300F2 , 0xE5103423F713415EBFAA8328E68890A7 , 0xE54C9BAD70A747EE90C206A14DDC2EB6 , 0xE5A522E0D058419C8EFF88128BB431F3 , 0xE5CD28270AEA4A7795C53B74303963A2 , 0xE60B339A9724454FA4531A5DA26F439E , 0xE66C38265ED84D15BF1693D1933B3EF6 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xE6E7FC748B194593976BEDB29117919E , 0xE764FDC34584427098FDA7179BB84A95 , 0xE7EEC62167DF4F86BFA4849DA5FF75B6 , 0xE830283717B74354AE78DF7FAFCBD3C5 , 0xE83C5C53A6C04FDBBF3731D3D7144304 , 0xE856A61D085B47E789EB273C6D725D54 , 0xE8A8ACF4BCA64C0FAC2EBC3C3F243F3F , 0xE8C02C21274B4774934F39A6F5EEC631 , 0xE8D565D6407C47638C073A678D33C54C , 0xE974A7CF5CF04213ACE9BF85ACAA1E5B , 0xEA8AFF16CA384B899A440456794CDB17 , 0xEAC2BE4C41484CF18136F1BDB919A8D9 , 0xEAEECDB6F3AD49EDA8EC27805569AD1D , 0xEAF042ED6057456293BE9F23795B04A4 , 0xEBFC759941F34A958D6057405B4C74E7 , 0xEC6858ED40024302858691A21D7487CD , 0xEC7FEC2C7F3547A38A4E632404847342 , 0xECDEFBF3B2B04546AF5777C5990FF66D , 0xECFD986698BA4A8E8680CCE33A61BF74 , 0xED0117CD0F624BEB995F35A34C273ADC , 0xED3ACD02960947B3B474F968305F856C , 0xED84B5918B694E0FA91FE752117D0245 , 0xED99F583E73E4E94BB8768D4BBC0A589 , 0xEE2A8D60600245C096112CCA446930F1 , 0xEEB7A074FD144E8B93C12FCE580C7F4C , 0xEECD7BB699AE4EC79E4CD9F9424BE7B0 , 0xEEEC2562DFF74F0E83D5B768F6E89DC1 , 0xEF78C28BFBF0465BB229D655D7F0288B , 0xEFEA42B137644D6E8E119DA67B772A51 , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF0EA1E262A20468BA44339EA4D0995AB , 0xF0F9A998E7484096A63DAD99749ED57D , 0xF17176BAF87F4FE28AB04027DA6B3025 , 0xF1C6A33E004F4A03A8BF020DDDEA713A , 0xF1E4A5542383468794C051133E335455 , 0xF1F21780CC484CCE82ECCD68DBFF07A8 , 0xF24C78BB37354468940B9A0AC11A0FD5 , 0xF26C36DBF0364C809A3DC2B5DB73FF62 , 0xF2870544C73F458C999B4B35EF6B02BF , 0xF28993881772426790068622444F0975 , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF2FB774024EC471B96E3E8663F8FB27A , 0xF30FD2AD741543608379DAF77CD7417A , 0xF392D3B70BDA47D0B06E841D83A1FD63 , 0xF3BAF3F7633544C0BBC53E2AF9A64B40 , 0xF3CD123BCE9A4B1881AE6DC0632F216E , 0xF42CB19C8197497B9A6A91BE534B2AB8 , 0xF42D33A46EC143819DAC3017EFCE5BE1 , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xF47C11FA3F4E402584C6D98691D8A60D , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0xF4A7ADD6C6314BF2916BDFB32A1B386D , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF61D5138C970456B9BD23BAEED4F2AAC , 0xF62F31A7762C4DC4B43538065B4089CE , 0xF77F4B4597054311817EECCE5C5F65AE , 0xF7AC6A55317445AB9333828C12539D80 , 0xF7D621960DAE4828A78F20B68A65621E , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xF830872A4ACA47B78192B6C9CE1D6914 , 0xF84DF9D7347E4C47A96980484AD64137 , 0xF872876363044B1BB656FDD83918ADE0 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0xF880AF43713341AABD41D4ADDD2607F3 , 0xF889CE96EA7E4F3589D2F4AF6D82261F , 0xF88C819E6AA3485481F5B5197064F837 , 0xF8E72AE6A4DD4426948B16B314A91406 , 0xF8FB5684A48E4370997907EF4D2A852C , 0xF901228B19D64280A16AAEDD9F88995F , 0xF908A15F6B924F288F62239E3B5F64F2 , 0xF94F1D764CF94FFCB9FC568FC596A64A , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFA2A6244D036402089C5C0A3A48D3BC5 , 0xFAA0B9C6B35E47028646289FEB0FF043 , 0xFAAF342D852F45DAABC8067E528E6175 , 0xFAC11F2E0ADF4AD9B9337977E8682979 , 0xFAF4F9AA8F7D476F88564EC15CFAFD05 , 0xFBF8F88621344C368737CF7A25077C0D , 0xFC212B1B91FE4EE780A38E7C685BAE95 , 0xFC63E57885F4452586A9E37A69A51325 , 0xFD1A9D0A4DAA46BCB2E5AF094C8F6ECE , 0xFE075C39902C4486A34359A9D9ED9C41 , 0xFE5F50CE07A5465BB2F96C54F6B1A83C , 0xFE9D9E508E1E464FB60FF92A80B5694F , 0xFEC1C5FF1264408096F7AD67F94E2CB5 , 0xFF20D579FEA94A72BA5864C1B3102618 , 0xFF8535037E3A4305B18F63128CBC0D77 , 0xFFCDC5814C3E4FDAA21376AD8E8C38F1 , 0xFFE3A234F31A4C23AA20807E83B12A39 , 0x24E490E081AD46388419306ED099B5EE , 0xB241B203B2E0483186131880DA1C5FB9 , 0x000EF5831B3A430C823FDB9A4D9A82A4 , 0x0036B2AA2D254866B33BA1BD1D4094A3 , 0x01DF0437D5C445F1A5A07BEA8DEBB183 , 0x031DF1F8460A4A54A1A68A86D912074E , 0x05033B246B5D46FCBF4CF3587EA95094 , 0x054CD0A3D0234E5E9A51B1B909806E40 , 0x06251DD3B0C94093951DA100F076C2EA , 0x08996E960EDE48D58D2ADEE53FA2D08E , 0x0BA77E1E710F4523A101F0EEBF7A48E2 , 0x0D41A6CB43524D9FA55D17FD7116941D , 0x0F36664F01AB42C0B4338739B51FF205 , 0x0FBD3AE5F2684859B4932BE62CA73191 , 0x10EF658B90494C9FB3E03831ABC6E947 , 0x13180D090638473A8C4268DCAA6D423E , 0x1393F63C67C14F13B8A70B960C4AE56B , 0x13CC27EF18FE4B7D864B4181B080E1B9 , 0x15A0952AB3DC44769641DEB1E19D6D1F , 0x17439E2A47444F699915CD9AC6D679E3 , 0x17C40A6E70164BD4A1136576B6AB237B , 0x234898B4A04B47C7B374ADADB9CC21AF , 0x2437AB758719496EB6A7DB0C84D2E10E , 0x24A8D5589FE1443B90C22DF98D9BBC93 , 0x26C07DA2CF2940B593D62298C1AEC378 , 0x291BABAFD0334EAF9E5B2A4B29A76579 , 0x29F01EE5467642A3B710C07A0BD70CB8 , 0x2BAF37AE59464D3CB39971A554F40F61 , 0x3261F044C57A496E83CF13E4B71DDA14 , 0x33350B9EBE3C4A60BE0D1A7928036C18 , 0x33D58CD52408459189C250399FEFDBEF , 0x33DD6A43E3A54927B514FCBC556CC817 , 0x3439C7271B0B4B87B9918EE485D73856 , 0x3634B26C04A7478E935D67F6CD64CDE0 , 0x37883F91059C478C8960020BEB60D36A , 0x39927107BC034520BF7C9052503EDF55 , 0x3C32C96EE8004E4C80848C413C5048A9 , 0x3D7290F183064D558CDA22D51D797385 , 0x3D8F5B11E00C474FB6EDCAC1EF599562 , 0x3DE15FD693E144D69B2E452669E0DC0A , 0x3E002086E1D54B1AA5D20A63D04A21FB , 0x3E15C2F8798F49429924553061033BE3 , 0x3EAB6912AE4B4479A6C7E718E6AB284A , 0x3EFBAB582BE143EDB11FB8AC98C99770 , 0x3F9DC7681C6B4AFE81DB3BA5AD6582E2 , 0x402DE0F47FAF4912BD024739EEDE2A1F , 0x41744186517E4785AC56232DF0BC8943 , 0x41B1F82F4144486B8895B1C83F710700 , 0x459CD3A8A16249DE95CE89DEE1D60D6B , 0x4A6B17BB0A994F04B35658F17CA6808B , 0x4B5CC8374D564F75B99B19BDA2C2A5C6 , 0x523F2D6851B74EB19DD714C770C5CE81 , 0x537978FF86A54673A4BEFCB75B2AE20F , 0x56FA1720FE0B43E5B81F90C522276CD9 , 0x59EBD7D57DEC46B0B4E5E8E056BCE891 , 0x5B0C837F210B4C44802CEA50B4FC4DDA , 0x5B30E012322048DB8FDC5DCD22503A37 , 0x5DA14BD098804519936C4A59B3154B7D , 0x5E665C60DAC8436A87BA751B291AA7F3 , 0x63C53BE385DD43D6AFD488DBE431B040 , 0x6425A0B2DB4343F593B0D787627A856E , 0x668F4A9F73DB4EAFBB0880C78621B7CD , 0x672F2C66F92444F8B853AD854028C46C , 0x67CB2A6565874EE7BC6D3778CB00B48D , 0x696AC7C311DC4D1B9534B2B4F4E9054E , 0x6A483037E868442986E91B8ADCDCFE31 , 0x6D17C5B452D3490682488B1FB4F47EBE , 0x6F0231C68A034A6694037C26D02903D3 , 0x6F02B9599FEE4388AF578FFAC2A14695 , 0x6F327AC000B7407EBB28580A4214E70B , 0x70CC9842EA224E319D05B2570F355568 , 0x714F317B71944E31ADC9C38DED17EFE2 , 0x71C81AF831544136BA4A018898B66A28 , 0x725B7B25FBA449A78E2C839BAB84441E , 0x72A7AF0448084B61BB176770491D8A05 , 0x73423544CE40490AA6E0E2459B7CB7C9 , 0x75F56C39CEF24B4DA8950B9218EAA5F4 , 0x765C778DE9EB4087A863BC7C1A09B119 , 0x8015D95848C743C788F1FBB49C36F2CC , 0x82094C10D4B94F7782F5DECE0E07600B , 0x82B64365454142BB9C57E9FD12781304 , 0x82B9AE0388324B52A3458F5C6A293B50 , 0x854E974745E64C3CAD261F645DFB89A9 , 0x85A2B8BF4F0C41078374D764D72F4CB1 , 0x86E20F3A16804390A136A374541D3E01 , 0x882BE18AC6A24426B7264F6EA45872A9 , 0x888D319E6E7B499D9A206CDDEAE4092E , 0x89629BD0FB204A93AF259C4B75333D91 , 0x89AA96A2F0CA41F5AEC92BF09E173545 , 0x8A81294FDB8F430B9930A274957A1938 , 0x8A82F77FA14A43F180D27B7CF6465FB0 , 0x8A8899AB7E3547AA97CBDC86395F1525 , 0x908ECA9FC92644488B080FC149CFCE22 , 0x91DF949AA27D4DC29DC9745ACF82D068 , 0x94D7D44634F8460197E26762F4B8125E , 0x94DF33004C1E46CB9674B080251E257B , 0x9535087AFC064BFEB562533CC029008E , 0x989B1189C91948D884326CA3EC3287B3 , 0x999D2141D4344B24A46028089C38CC0C , 0x99BB3BA5CEEC4DE79971F2968D75FF53 , 0x9B3CC546E8054DCCABA1443561D286C4 , 0x9B7822B4E5A84C99917B0A5814A4E1E1 , 0x9C0FF3152A024CE59F8DA609FE71C773 , 0x9CA981CE52C94413B4036C1CCBB43254 , 0x9E65BBECF0A04FE3B778F48A23DACAC9 , 0x9F8C61421D7E43C09D29B8679EDAE9B0 , 0xA07EB530D7744D619776298A4058C5D4 , 0xA15530D9AB8846D692DCE7188B47ACD5 , 0xA3EA7EF571784665ABBA4B2397983D68 , 0xA4A8C6346F5940FFB4761D2D5D091967 , 0xA4D84B79F9544500A9A5AFCF374D8E9B , 0xA4D952B6FC5B42F19E18BE4811068F3B , 0xA5963CD8B2784234A4859EEA03EC4464 , 0xA5F59F25F1B64AADB4E2A898ED821D60 , 0xA6364A882D964ADB9721FE499B9E804E , 0xA78F1EC6F1B94E8F85ED262FEEBC04AA , 0xA925BF421D4D4214A77DC719F144EDAA , 0xAE2D137EDE884752934274C069C6F426 , 0xAEAE75E89EF54D42AD07EA9DFC6F4B5A , 0xAEC485415F5A4CDD8D2C5FC155BE17CA , 0xB064BBDAD6304515B0E7FB7A98BDD096 , 0xB2BA951AC31F417A83888BC4E08FF6A5 , 0xB335CB07EEA047ABA84EACCC56619CF5 , 0xB4D68788A3EE41D5B4985E37BCC20547 , 0xB7EDD1958F614CB999BB19B8FD457DF3 , 0xB870C2E3478A4C75BC3165AE7CFD9F12 , 0xB8A2E011D7E34A4184B5A5E02A9FE890 , 0xBAABCF0E917F4677A5D8DBD49BB4C05E , 0xBCF4073024D6456D853798180F7D65FE , 0xC006251BAE9C4955B5F15D8B4F79D5AA , 0xC009006E78F74F23A7EEE4EC3FF8E2C8 , 0xC22A162D937B4591B9BF49338FD1A781 , 0xC40E55B5B2B743F4BBEA324F26BDF94B , 0xC67989EFA5194A9DA13A7638932D254D , 0xC812823D1C3D4F1E8F4405621322BAE4 , 0xC8C2B9B0C8E64A0A9652E079F71CD9DB , 0xC8E2F126B67542F1BFEDB68726AA86DD , 0xCA5A25FFEC6C41BD892D257951016191 , 0xCAD62E8B68EF434CA7DDBBA59D96B0AC , 0xCD84FBC26371498CA40118D7E71FCD3D , 0xCD950D91B39546AB914C7A7FD49B779C , 0xCDBF7C5DDD544A4E87B2C282DFB0C63B , 0xCDCDC299800E42388E52452A3EF64060 , 0xD0687AF578E94031992F6BE4D7DDBE8F , 0xD1926947508742DDBD490C8E24C25861 , 0xD1C8390513A94B47BBD7508CC1BAD2E0 , 0xD2A47228EF0C4F439FE63B17606B9AA6 , 0xD52A2FCC05914014BE6ADCA896C2E366 , 0xD6AC5EB7B3BB433C8D31A63AAA9E7007 , 0xD6FB08D4D6584E1199283C9F5E3D8ABC , 0xD954C471D3C9423FA92B43EA70C44CA0 , 0xD9AD55583E644992ADC18D0088AD92C7 , 0xDB602B56B9F34223A9138C3914C012DE , 0xDBF60111696D47D29AFCF66B80807219 , 0xDC3DBADCC1074223AB18F330FC26F3BA , 0xDCB5A2AC65CF4B54923DF476A02E2975 , 0xDE458A0A88404416B746E9F4C6D991AC , 0xDEE4EF1D90934544BB7085ACE72C529B , 0xE159839C869342269DD7661361C6EB0A , 0xE251EF0362FC4BD094BF86C1415347CC , 0xE2610F59669A47A8B4FE27FDDE939DF0 , 0xE376A38DDCCA412DA91F59D6D26EBC6B , 0xE53C9062DD7142169FD082935AC44F94 , 0xE6F61BD2254641BDA44EC369DB858D91 , 0xE8F198E54C4C4A09BC06AF1F21E698D8 , 0xEAF295037E104487AAA71C2CE6671E67 , 0xEBB8AD57253A4CECA68F41664B15EDC5 , 0xEC151D6D00A746AE90385FA03FCC7610 , 0xECCCC3E01A09438792CCDE1CD8990D26 , 0xECD31744CDFF41DD8E0BB04B8C0E9F0F , 0xEE66AE513A2043F094332A223AF6112C , 0xF03DEEF37C214D738B6453D3728E418B , 0xF0CF82E97C1E4240B2D7A13177F61B34 , 0xF113823D86DE49788018C1B18A8849D3 , 0xF2E978C0C8834FBC89A448ECB593DB6C , 0xF5B11DB4BF904E51A18EBAC550A4AC62 , 0xF8A9A268CD54446C8ECDE28A19FD5658 , 0xFC0A7EAD0B0B4A4189EDF5F0DD5AF809 , 0xFEA025D9DBA648BA9AB9272E76720332 , 0x3FBD4A37A52141888F5F023926E3BF28 , 0x9F41DB31F02F41B3819BAC6DCC68D740 , 0x013DA65E739A4DB8A887B37F74A9623E , 0x02E2BA63ADE04CB184D43A50A0F03860 , 0x05143EA5F78A47FBA008AB0892384685 , 0x0738EC0650E54B209B60A663F9B5A423 , 0x073BAE976DFB417F91D8691F61A1B96B , 0x0DB2665EFF0B4B758614CEE9E8D28F5A , 0x11BDDE7A273C413E8D1ACA7E5FC022DB , 0x183CE061DF6C43B98A553E545A2AA40B , 0x19D151494A284230A24CED4805DE0738 , 0x1C1DB6DACFDC42A7A1E26ED48A8A8812 , 0x1E98CE6745D741548F163DCD3AE38E0C , 0x1FF81A188B694DB0AF50A7D1F96A81AE , 0x20311DBFACD24A508E7287DDB93890AF , 0x215E941C61E5474FBA3AA507FDA6416F , 0x21820E169D28434FA19413115E8B5DF3 , 0x2197D9C64D8443F3BA669D8D618839B6 , 0x236D64B4602E44C49213DAD4B86E74CB , 0x263B9688A92A42DE82AD5FB89B3CF3CB , 0x27D5C616FCB8473289BBCB56D53F55DA , 0x291B49C91EBF40A798CE353A92167323 , 0x2E9290E35A6B4A52B9B6F5A6016AECD0 , 0x311C6E4C7D1D42C7937943EF36C4ABF4 , 0x33FF56FAE1A24C12B2CA2B541C44B0D6 , 0x35B7410727F14900B21C24D3C78491A9 , 0x3637F20045964295ADE0699D0C470838 , 0x39E9687E3B164322BC0045157B2E2A18 , 0x3B069A42EE2C4545893F2F7C975994DD , 0x3BB5B665615C4F62A45EBA072ACFD74B , 0x3CD1E137465148B8A9CDFEED42DE2E62 , 0x3CF891E14CB34B0BA50FD391A2807B77 , 0x3D2BBEA8341742948A7344B6C509D8B3 , 0x3FCACBE886D34AD9B2C10F3FC61F8259 , 0x45F7A952F14E468EAE4158690DEB8E74 , 0x4931750F83A04650A4B13B91EB8EF7FC , 0x49411056684C4295907BD0DE3B37CA1A , 0x4B882F0DE5FD4BF2B50E231544FEC2E5 , 0x4CFBEFAEA98A4009B0097CAB4FB85A36 , 0x4DE097103B78486AA65B4764D0018650 , 0x4F0090660FCE4EA2BC50CF67EDEBFBBF , 0x51FD54FFE2F640F0A1BF7302E59CF4EC , 0x53017AF10C0A40F69634919724541535 , 0x534FFEAB74F6441CA9BCDA8ECA34F09E , 0x542D59AA66554360A80B4D3E511FCE89 , 0x56009D93560A40D98EBF6B29679D2BEC , 0x56553F1B4B8D4B7391B27369A1759C97 , 0x57B0186C547746BB86A13E46FA22D831 , 0x58A3219A8122456FABB903D017D658F1 , 0x5AD1A1EEE0FA490DAFF3880C9C984D18 , 0x5C64459B03A946EB9102E59B3D782683 , 0x5CC11E2F36C846549E5FB7EF1B1E8A80 , 0x5D1962D86C9B46448CF1E4B90DA50673 , 0x616706158B4441DDBE8A7E6C32A18F7C , 0x62D09ECA23384172862291C2589C325B , 0x6449F98CEA1646FAB71FE7A92CE9A95B , 0x650B09CB667F434381FF5920559141E2 , 0x68297AE562D24F5BA195A62160134A5F , 0x6B941B122675447F98A0B0432CB7787E , 0x6C2648BBD45D4DDEACDFDBA6F250399A , 0x6C5CC101980B4A5EA775ADA6485A9154 , 0x6CB8BB419D694C87821A46AA71C58BB7 , 0x6EDCC134ACFE40A885B99E8FD40FC7EB , 0x70C2B1E9BBB045C98AF429CA2FB9F820 , 0x7165E6509D0B4EF199677BEE6D2BFD7B , 0x71C87F6FA21F43D6A7D7938DAD9A66C5 , 0x7239654C579C4C249FCEEB7C0D2E50A1 , 0x725A22B33FBF44C5B1B79B88CAD86DA9 , 0x75DDF9DAA40040D2BA578B7B14FE022A , 0x7777D812DF4B4F959165E229A8731A08 , 0x77F903A431A4494E93B4EEBC17720785 , 0x79793462C98D4A9EBF65F8C3F73D137C , 0x7A7588E5312341F08BD3581D820BE17A , 0x7DA855AD514A4ED39E38B70261089A64 , 0x7E4EA17E421F4027A801E7EF3B06E982 , 0x7E6111F804D6411F96FFC6A19F27DC9F , 0x80540266DA0A4C3F9D201F7460AFA278 , 0x82077763EC944AB08902FEF19CC61935 , 0x8461987EE15C4C009C7299A6EB279C99 , 0x8A396868C70B4AA7800BAF4F9EEB5D3A , 0x8A4D1E9157394DF7AE050AB470A55225 , 0x8A71E014406040068FFEB2CC3B3B6296 , 0x8B3A63761081450A87D770437FD85FB4 , 0x8BDB28CF4D5244F785966F420A546698 , 0x8C4317E3A4EF4D3EAFA1CE806A592633 , 0x8C434104F47142EDA42609F87FD57D4A , 0x8ED7492B6A9144D0B62801FFADD6ED01 , 0x9014B42FD4844D44BFD0BBCFCF6EBC5E , 0x926DB028ACCB4023988F0F4A540C7BDF , 0x949078328FCE4ACCA061D76358801280 , 0x954CDF1E0B9247F7B0E139C225FD5C07 , 0x973980EFAB07479D9C6324B155759321 , 0x97DBCA9B41C44294931746AEBE738968 , 0x98CD586ECDE74B12B65D6705C2576A21 , 0x995C0CC261C7491084D937CEDD9CE101 , 0x9A831CD78A104B57880A147D8DA8549E , 0x9CEFD7B34F1244ED85B84605449C5A7A , 0x9EE307CD64F64408862BF813D8A6C6EA , 0x9FE344B101194AA593E381DBFBE67076 , 0xA02D16B86179462E86218900D90C0DAD , 0xA07913603E574CC9A22070E266214C90 , 0xA16290FA25104CA1A61AA9B6F4F7D036 , 0xA291506B5F8E4B44AE950494CC748C88 , 0xA2DF73BE090A4FE79593CA812E099C80 , 0xA7020B03E1B64DF6B55D1C6C80CD065F , 0xA79D862FF60D40AF81050BD7B73F3D0A , 0xA7EE6CEEA45B427DA226A0EE4C5A15EE , 0xA8D59B0F99E042E9B1F33607EF89475F , 0xA9B2A766DF7C46FB91615247460E8845 , 0xAA01838C50EF4E4BA3A86529DC77771C , 0xAB27808E056E457BAFE65174DD9F709E , 0xAC1E6A1F906A45F69904232E2259797F , 0xAC5E506A354945C0B32D57057A6B1E3B , 0xAF36BA03A9F141CCA87CBD83EAFD2A95 , 0xB0D76506205C4D19A96EEFD8B0CDFEBD , 0xB170369F9A64457E9093EAFAC99541EE , 0xB4A62F3955754DADBF3E42392A65F8F7 , 0xB826D5FE5A5947DDAEA6A4A5FC30702B , 0xB876E2D0F63747278DCC0766233BFEE5 , 0xBC06F44B4D2E448BBEC9EAAFA19C68A7 , 0xC011E4DE3EFD49C0A4E3092806B10100 , 0xC362F560CFB64E4BA29269E250BA87D7 , 0xC4CE8DB1F4F4456A9E7B2F0160026CC9 , 0xC5ED01FFF2164299AFC1B349A42F0EC6 , 0xC6D3404ECED446B288764216A79F740B , 0xC8BF331B067044A19DC039755C7A539D , 0xCA3A4C6F226B491B9969DBB8542C6C9E , 0xCAF426AC1FAB45B6A90EAABCC58F83D4 , 0xCC12E0F9D0F24137BB7640C570579F3B , 0xCCAEFFC50C654317933D96744F02E535 , 0xCDEF61801E6643A9BFF71E84DB2E322F , 0xCF571CE03D414C1799FE389FA95EDF68 , 0xD07974C547D944789B65FD933D8FE0AC , 0xD5C3264D5BEF47A29A3118AAFA1F1032 , 0xD740B56BCA5544A18B8E3032932AA7C3 , 0xDB894FFC25ED4D7CAA7C175AA730831D , 0xDBB7C8FF20EE449AA1685EE9A90A2E73 , 0xDD1BCF16CF3242C0910619A937A86B09 , 0xDDD651AD7C154B66BD7DF0B675A13ED6 , 0xE032A3614E034836874B366529F59F4D , 0xE7D12ADF45084DD8BDA4C2526E9B69B5 , 0xE85A16FF9B6342D3A17FEEEB3C06A868 , 0xE8DFF51A6AD0491EB993FCAFD3AA1BBD , 0xEA0F70285C5B4645807AEEB8E74DE3B3 , 0xEB9E1E59985640A699DCE58989AC5F50 , 0xEE313412649141738B43C0FE846BDF39 , 0xEEDCDCCE41044C2EADBEF684C9D5B6B6 , 0xEF2652DFC9E8462E85E0502CE7A8E754 , 0xEFCCE59ACA604364BC25665186D7DE29 , 0xEFDDDF97D19A4D009C6FC9ED789E8F0A , 0xF105061E04BB4BE8AB658CE17798B5CC , 0xF1A534316D3542BDB3A092BEDF6E5017 , 0xF3C86D366065465FA5FADB4762AD5836 , 0xF41C8C337F354F12ADA67859C4632E61 , 0xF4F73FFD016B46E98DFEACB710338EEE , 0xF7604D261DFF4AD89962CFC65EFB727C , 0xF878CAC8CFB24F9A8BBB16B89AB096DD , 0xFA23FEBF81D841718291DF52330791CC , 0xFAAAD120CC5F45CF8ADF10AE5AE1B48B , 0xFCD3112DB75C4BA187BA9EB8CB499489 , 0xFCDC668681E746839D1329CA82CFB671 , 0xFDF4DCC1A53748A5A4ECAA28B1D53587 , 0xFE98C6F390D7424FA9EE5581DA0B245E , 0xFEA6D409F60643A3B11F98791E0511B2 , 0x0BD2DB64D31B48A3B97DB1653B8C318F , 0x29AFE40E22314705B8E3BED42534EE8E , 0x34AD23B15EBD4ADB8DF0657CEA43DFA4 , 0x3B4729F35FDE46B88BE5242A9F8AD835 , 0x48CFABEA29334FE4A2173A7EB8F02F6D , 0x4CF6969FDE3F474399CB3D115F18DCF2 , 0x5051067ED4F84E8481E758F3509A1408 , 0x59F842F9C409491FA0846D4B7E8AEFCA , 0x75197D9091D74A0ABB9D4282A35CE321 , 0x76196AE5D4034660B0BA04F2E1FE9C9F , 0x7FC0879ED8F44B65ACEF44E1B6D4B1EF , 0x8312BF98D4A74DCD8A49B4044D7712FE , 0x8712A522E938447EA0C314F37E90CEA4 , 0x901AA6D8B641430E8395DAE216D521F0 , 0x97FC2286EAEC4050A703F0FA380D523D , 0xB14934A73593405FB5633FF93906657B , 0xB385296579D249818B2E1C551FE6BB4C , 0xBAF3625A97F443188F36DAE3F124476D , 0xBB36F657245F4986A3200AAF87554F90 , 0xBEAAAF996407403F8F667CBE0AC951EB , 0xBF3977D5EF1E4C2F905AFEC9436B89F8 , 0xC09182635032413ABF51633E03B4977F , 0xC873281D85364102B50C8FD9BCA7F28C , 0xCD2AF29A61924373B367071A3EB8CFA3 , 0xD0A2419C2FF2463192BED2CA571E70D7 , 0xE3DD0F056835411DA9F29451ACE4ACDE , 0xE51A9A31AE354946928D93A02B48DA09 , 0xFAA126170DDD4062A57E0BA0CDC72CE8 , 0xFAE3113F30F143B8AA9C9ADB9F077506 , 0xFB570CBC1EA04398AA4BA412B9BB1ECC , 0x06DCB04EEA934625860E85CF3EF834CA , 0x0A397D8282194BE7B1B5A5DD99C108CF , 0x0B8FF1EE0CA54A42B59B70B5FF1E268C , 0x1C170A1F9C8D4358B14A74722B30598C , 0x23A8A021D6E74927880892F07E4511AB , 0x3E7C77DB5AC847E8A3C7AC87747AA1F3 , 0x437214417357461BB80350480CAD3A1B , 0x4E2B3F6B6C764351884F5FE6D925E333 , 0x5386BFEB57AA47F7AD2CCD33960E6478 , 0x58669C1B25FF4C7B99AC50047539F6E6 , 0x58AD6082E3BD45BC8FBCD575A34C47D9 , 0x5B7F0EDA9A944C55BCE790C1420EF6CC , 0x71440EA325924439A597BEF1EAE18658 , 0x7A11C7024E1B4D379EDFFAA0A46D1F67 , 0x8209A07778FC44428664FEE8365E4BE0 , 0x9231F41E031642C5941D93A13CB6D70F , 0x9AA87F5A0491471E924561CBBB8A4469 , 0x9E9A961253F64B86A293B1300870A929 , 0xBBA6CC4417844A46BAD9D46E71D2591A , 0xC29CC7084F2B4075B8C9032A5E38B1B0 , 0xC9CE81AAF25846C7A506BA81D18D8EB2 , 0xCF4469040FD7466FA80DDEDD81FBF884 , 0xECC9B5EE2BE34C9EB8F916E902D54E5C , 0xEF58AD338166422FA4D4326B28E4F157 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
81
6.04 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 õƒ\e :C\f ‚?ÛšMš‚¤ "
b"\x00 /Çþy‚H\f ´}I\f ¶KËÚ "
b"\x00 6²ª-%Hf³;¡½\x1D @”£ "
b"\x00 Çt+\x06 ÚCbšóÒ!Œ¢Ï¼ "
b"\x00 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x01 #(tÆøId‰-jH|ð¦ó "
b"\x01 5Þ!Ø~BŸµÝ·1Ÿâià "
b"\x01 <‘f‹\x0E Oî\x1F VÜO\x14 u€ "
b"\x01 =¦^sšM¸¨‡³\x7F t©b> "
b"\x01 ¶›ÔvôGì–Ô7\x1D ,3X6 "
b"\x01 ▀\x04 7ı─E±Ñá{ÛìÙ▒â "
b"\x02 (ëÝòŽL»‡\x7F |Ø—8²x "
b"\x02 =q™Æ\x19 G\x14 ‘\a"\x0E\x03 ’m "
b"\x02 âºcàL±„Ô:P ð8` "
b"\x02 ò›ár®A:š\x03\x01 UB|Ïö "
b"""
\x03\x1D ñøF\n
JT¡¦Š†Ù\x12\x07 N
"""
b"\x03 VÉ·zæIt¥\x16 ŠeÒã7@ "
b"\x03 m°\x13 ─NùøO¾\x16 ìÉ`« "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\x03 ¾¼-uòG\x06 °~\r ºQaï… "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 I\v mJAíŠ<d;\x17 x–\x12 "
b"\x04 Wˆ\x12 ¦gA€—*&k-\x1A\f Ô "
b"\x04 bî\x05 ;3F\t ·k:\x00 iÈSÆ "
b"\x04 ׂ\x01 ùoKMŒ©¨…^±ñÛ "
b"\x04 ä*â÷ŠGÜ„°ï†¦‘£] "
b"\x05\x03 ;$k]Fü¿LóX~©P” "
b"\x05\x14 >¥÷ŠGû \x08 «\x08 ’8F… "
b"\x05 LУÐ#N^šQ±¹\t €n@ "
b"\x05 ‹\x05 é'ÑJ{“oe\x19 \æ!– "
b"\x05 Ÿ{ô¡4M)¢}¶ûÏ‚\x06 ü "
b"\x06 %\x1D Ó°É@“•\x1D ¡\x00 ðvÂê "
b"\x06 <€˜ˆkH…Ží…„¡Ý2Æ "
b"\x06 ]6Å\x13 iLvÉTÌ,¾÷MW "
b"\x06 ÎV +ëA½ˆõÖ|\x00 ;.] "
b"\x06 ܰNê“F%†\x0E …Ï>ø4Ê "
b"\x06 Ý¯Ž–*Fœl\x01\x16 ¿ÅlN "
b"\x06 ïhÄ\x13 F®ìÁ$╬\x04 ýZ& "
b"\x07\x04 ¹Á{\x1C KŸŽ"0·\x10 ®žÑ "
b"\x07 0ÐW\x1D –H`¯gÛÔ)@ýú "
b"\x07 8ì\x06 PåK ›`¦cùµ¤# "
b"\x07 ;®—mûA\x7F ‘Øi\x1F a¡¹k "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\x07 £§}ÂIHùìç^│$4ý¯ "
b"\x07 ñzÑ®\x17 Kœ†x+!xÀ“q "
b"\x08 ÔY¼\t NwŠdÌ@–0çj "
b"\x08 bÈ7Òì@‰¯ëXƒ±–Óÿ "
b"\x08 Önû\x0E ÌHıì*ÌÕ?óðÄ "
b"\x08 Ñ\x07 'C¾@€µ\x1F ’N\x12 ^A+ "
b"\t\x19 D×ÖâC▀ü-░5çÎH" "
b"\t Dp=;▀O,ÅãÔn]Y³n "
b"\t ü½ÜÀ\x06 OP½u╬╦\f É\x1D Ç "
b"\t îÇ€†¯KѰÚ#\x04 §>¯ƒ "
b"""
\n
9}‚‚\x19 Kç±µ¥Ý™Á\x08 Ï
"""
b"""
\n
R•\x1C ¿OKÀ‘xDÒr†Û\x18
"""
b"\v ű¯\f ÑJBÁøpÁ \x1E &î "
b"\v §~\x1E q\x0F E#¡\x01 ðî¿zHâ "
b"\v Ê█dË\e Hú╣}▒e;î1Å "
b"\v ûV¿\x1A vH·’þ'>[LŠ\x1C "
b"\f\x04 ½õå4B\x03 ›\r \x1D õ°.\x16 "
b"\f W{„Ø€O_•I\x13 ·ã6-\r "
b"\r \x16 ”\D¦DB¦\x1D yr\x16 1Åb "
b"\r A¦ËCRMŸ¥]\x17 ýq\x16 ”\x1D "
b"\r H3À’GG\v ¯\x18 çô9ŠŠL "
b"\r ì▄┼|FAêúÊ\x07 +´▓▀\x02 "
b"\r ▓f^ \v Kuå\x14 ╬ÚÞÊÅZ "
b"\r Í9ßt¸F\x04 û▒░ÂA\x16 üö "
b"\r ç+ç= Gcµ÷²L´#’ˆ "
b"\x0E\x07 yÿëÖC¹€Ÿ.\x00 !rW\x1C "
b"\x0E 1ØÕé■F/îYÙäkOGÕ "
b"\x0E Eöïƒ\x1E B?—÷\f „¢áÝÀ "
b"\x0E Joé÷█FÂÉj¦c£\x1A ù) "
b"\x0E _µž\f\x19 Bк»²ý\x1C A†ˆ "
b"\x0E d\x10 ¬§g@\f ´Ä2\x01 S\x12 Ëh "
b"\x0F\x06 ƒåÜìM=àd,y«BÝF "
b"\x0F 6fO\x01 «BÀ´3‡9µ\x1F ò\x05 "
b"\x0F RŠ÷4SDq”H«+ÀË-` "
b"\x0F W\x10 ^Ä„II¤ÏÂÐ ×þ< "
b"\x0F ½:åòhHY´“+æ,§1‘ "
b"\x10 ´eïÉILƒ│Ó81½ãÚG "
b"\x11\x18 4ñåÅH0ïS®KÆ-&ü "
b"\x11 Gêιë@\x1D „Y\x12 >0ö\x18 "
b"\x11 ÁwØ│ñM3×;&¦┴á▀+ "
b"\x11 ¢Ìz'<A>ì\x1A ╩~_└"█ "
b"\x11 Öæ£èŸA¶¹˜\x08 Ôæ“B¬ "
b"\x12 GB\Y¯Fíº2zGQ™*© "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b"\x13\x18 \r \t\x06 8G:ŒBhܪmB> "
b"\x13 “ö<gÁO\x13 ¸§\v –\f Jåk "
b"\x13 ²¢ÜVGHJ´ýMi6Lî\x18 "
b"\x13 ³’Ï^ËE…œ]×È•£gø "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x13 ╠'´\x18 ■K}åKAü░Çß╣ "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"\x14 (nTD-K\x10 ˆÙ÷·x%½« "
b"\x14 3Ù\e Ó÷Mëš¡q\x12 0£×‰ "
b"\x14 ø\x7F ú¨rA&º├_Å>ÄeÝ "
b"\x14 £‘;\x02 ùF°‹äñ\x00 Ã~X\x08 "
b"\x14 ïÍP\x0E ZH.¶›'#\x11 ê‘N "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b"\x15\x16 }+£\x1C MÅÂ+Åù\x04 t┘┼ "
b"\x15 2ÊÞ/üL_¦9ǵè¼?\x7F "
b"\x15 góÇß_MÕ³$íèNÈ³É "
b"\x15 áò*│▄DvûAÌ▒ߨm\x1F "
b"\x15 â—³ŽsCi½\r pØ8ÑiB "
b"\x15 öÍ£|^OÞ°\x18\x00 ó?“\x1F È "
b"\x16\x17 ¡ØùiKã”Ì h\x04 %–\x01 "
b"\x16\x1E ñ1>Þ@\x1D ¶@\v ¼ã4\x14 ß "
b"\x16 Po\x1D ìA‗¼.öø7═j³ "
b"\x16 Z[Wa\x17 B† \x05 WA0ñœI "
b"\x16 zýÝWÅHë×\x1C 7Ê|è)░ "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x16 í>\x1D Ì0Bà¥tÏÚqI~s "
b"\x17\x05 HÐ\x1D áDm´ýÞ{µ\x07 Á\x03 "
b"\x17 5¶-;gF»‰\x06 †J&¹É "
b"\x17 Cž*GDOi™\x15 ÍšÆÖyã "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x17 ¾¼¹\x14 þO-Ÿ×ç_w”?V "
b"""
\x17 Ä\n
np\x16 KÔ¡\x13 ev¶«#{
"""
b"\x18 <àaßlC¹ŠU>TZ*¤\v "
b"\x18 Rü█«ÇE┼Ä\x1E øòÌe.╝ "
b"\x18 ▒╝ÅѦMví:\x14 "9û└\v "
b"\x18 êR•ØG@9™¯Ë¬¶:l< "
b"\x19 ö¾║ı¦O#¼¶sñçK´Å "
b"\x19 ˆjÝaK5©X÷ì\f ÖÕŽ "
b"\x19 ÑQIJ(B0¢LíH\x05 Þ\x07 8 "
b"\x1A\x0E ╦║ðªICØÁïØ\x12\t x0 "
b"""
\x1A\x14 Ó\x1C ß\x05 IØ \Ó¦©`\n
5
"""
b"""
\x1A )\x18 “\x13 ÁL\n
¼óÍ Öqíà
"""
b"\x1A R o"µGc¬Ô¼E\x1A õ$\x0E "
b"\x1A R~\f ÌÝO~ïê\x1E\x07 ìº:\f "
b"\x1A Sùdž¢O™»-5׸þ\x10 ¦ "
b"\x1A ¦ï<ìeOñ…¹bϹÁ\Ó "
b"\x1A ¨,ý\t Á@,‹J2¥ÑXP "
b"\x1A ‗r▒¡0O¥▓ûKü\x14 ,\x0E · "
b"\e H!8Ý Cå½Ä\x13 *WÁdW "
b"\e ™l3+8IY·q‘õªb¡í "
b"""
\x1C\x17 \n
\x1F £ìCX▒Jtr+0Yî
"""
b"\x1C\x1D ¶ÚÏÜB§¡ânÔŠŠˆ\x12 "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b"\x1C ®Q\x07 ´òNJ\x15 tW\x17\x1A xµ "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"\x1D ´Ï\x07 4\f O¤‡ÈšÃ:—’ "
b"\x1E Jh‗MîM\x10 «Ç,³▓ì¤\x07 "
b"\x1E ÿ╬gEÎATÅ\x16 =═:ÒÄ\f "
b"\x1F I\r vþáD ¸Á™Ï=V\f { "
b"\x1F cc«\f ÅJ\v ”\x1A ã׳2ç8 "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b"\x1F °\x1A\x18 ïiM░»PºÐ¨jü« "
b"\x1F ýkcˆGL\x07 …¢Íâqyذ "
b" 1\x1D ┐¼ÊJPÄrç¦╣8É» "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b" •8C@LÍ®\x18 ž¹ÛëÖ² "
b" ¹XÉN–Oñ£\x1D\x04 ì\x1C ÷n? "
b" ¾qcà¸N\r ¾ØVŽ‚:\x06 f "
b"!JûNþDO\x0F Œ\x0F ý@%çJ\x03 "
b"""
!Z\r K\x16 úA9ŠP\x1A N\n
/\x10 T
"""
b"!^”\x1C aåGOº:¥\x07 ý¦Ao "
b"!zt\x10 │ÏBÖ│àÈ70\x0E Ø╗ "
b"!é\x0E\x16 Ø(COíö\x13\x11 ^ï]¾ "
b"!ù┘ãMäC¾║fØìaê9 "
b"!Ø└6¼▒K╚ñ0Þ-7\x04 ╩³ "
b"!ã‰P(œGÔ¹méøUÌÀØ "
b""\x18 ÿÀ9^NT‰gA<˜5Yó "
b""\x1A ™£¯æFÉ…¼qµö*wƒ "
b""E‹8x.IK¬çýTõ¹óx "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b""°ðç"sA‡ƒvXô\r ñJ… "
b""ì\x1E -ZÕG>¶4˜\x1C ×\x1D ߨ "
b""üM!H&Lç‘db¶$›°Ð "
b"#\x03 ³╚n2B╠«ì,█0(g¸ "
b"#\e @\x19\x11 ‚M©¦N1CÜ[Kb "
b"#H˜´ KGdzt¹Ì!¯ "
b"#[Ð\x02 °ÁIû¢”\t ÜæÏP1 "
b"#md´`.DÄ’\x13 ÚÔ¸ntË "
b"#—s\x07 fŽC\x03 ¢Fè]ßB—P "
b"#¨ !ÖçI'ˆ\x08 ’ð~E\x11 « "
b"#¼ùk¶COHƒÝý¶gú.È "
b"#Õ…xƒšG~¯Ü\x13\x12 ¼y± "
b"$\x14 ╚/j:J\x19 üõ&`¸├\x17 Q "
b"$\x1F yGª╚D├æ#±╗\x08 øÅ\x1C "
b"$1ú\x1E —7Cu™f‚\x0E §à"[ "
b"$6.¿œ’L*‡”hÎ\x0E 3e\x13 "
b"$7«u‡\x19 In¶§Û\f „Òá\x0E "
b"$_„\x07 Â\x19 Oì°Ó(îCG%¼ "
b"$¿ıXƒßD;É┬-¨ìø╝ô "
b"$¶µãÁÒOè‚å¾\x00 š¾*C "
b"$¥s■\x0F ÕK#ª¼¥ì%u¿é "
b"$õÉÓü¡F8ä\x19 0nðÖÁ¯ "
b"%Rëq6îC¿ë▓Ñê\v fì╣ "
b"&;–ˆ©*BÞ‚_¸›<óË "
b"&D¯—Á\r MѱŽ\x00 ð\x08 R¨E "
b"&À}¢Ï)@µ“Ö"˜Á®Ãx "
b"'\x08 “\™wGó•g¡6)å&, "
b"'\r 6HU)D&ºÝÈÆ_\°/ "
b"'RyÿgóIîèÕ\x06 öPïì~ "
b"'ì▄ÐÙ\x7F EéÇN\àJOeâ "
b"'ÕÆ\x16 ü¸G2‰»ËVÕ?UÚ "
b"(Jt0tEJAÉË\x15 └ËÂ\x15 d "
b"(’ñÜn–C[‚’òmÑ|\x05 ë "
b")\e IÉ\x1E ¿@§˜Î5:’\x16 s# "
b")\e «¯Ð3N¯ž[*K)§ey "
b")2T1é½Jì┤ÈÄï,\x1A ¥k "
b")hSÑ~0BÙì'‗7▒±G "
b")¯ä\x0E "1G\x05 ¸ã¾Ô%4îŽ "
b")Ò4\x0E ¿FNΫØÌw²94™ "
b")ð\x1E åFvB£·\x10 Àz\v ×\f ¸ "
b"*1È»╔Ø@ ©ìÿê░ùî‗ "
b"*f\x13 ╬»\x08 JKɶ\x02 ùxm©\x07 "
b"*Ññؤ<B7Üô¬Ö%y[K "
b"*¸\x06 àtáE£®ü\x03\x1F ¦m©C "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"+\x06 Žï\f ‹Lvšs0\x13 ¡e˜ë "
b"+Ic\x05 SÃO¢†qù<qMÞ[ "
b"+V.H/\x02 M×½Åðÿl?2╔ "
b"+yQI·ÁF»›Q)²Í^¿® "
b"+¡Àëc‚Aו\x0F\x1C ÌR¦?^ "
b"+¯7®YFM<³™q¥Tô\x0F a "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b",>\x1D W\v\x01 J@°õY‰KæÁ¥ "
b",Š€…ñøCð®‰ý÷ÒÏp: "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b"-\x0E Ð|ÌvH·€=Ò`‡\x01 ‡\x1F "
b"-\x1A obÑBLÀ½R▒¹°╔aì "
b".FÀw—uK/‡\x15 Aí¥¸Þ€ "
b".LÉÛ™þL³–L\x1C ÆŠ-Á\x1C "
b".ÆÉÒZkJR╣§ª\x01 jýð "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"/U,‘/ƒE=†dPݳu\x1D\x1C "
b"/v½ôp"F$¶Ý\x1F Úv#öÉ "
b"/x®Öó›M9š~¤0`í–ó "
b"/š—-\x0E ˆLxª\x1A ¥OpP“r "
b"/ J–\x13 éE\v §[S\x7F ðþÒÇ "
b"/┼\v ÑÝÍE┼½¤Øøóf{Î "
b"/Ã╩Â>ÆAxôÅjadزÿ "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b"0\x08 µ\x16 UDM¼©×"Õ:C¸ "
b"0\x0E\x0E 3X¬A?ƒz\t ŸÆr<‘ "
b"0+¦Í÷'Ei‰0'üá\x10 O4 "
b"0`¡\t ´ÁK#üb\x14 W÷´Õ® "
b"1\x1C nL}\x1D BÇ“yCï6Ä«ô "
b"1ESÕmÀB]¸”…ùìƒQ™ "
b"1[æ3\x1E ƒE╣Åy┌»═æEô "
b"1[▓þñØG╦ò<uµJÝÿÉ "
b"1dÒ\x11 ^zAˆ¥\x1F ‹¾éö‚ý "
b"1”Š@—AFÙ†=¬\r kþÝ/ "
b"1ÙYTÙA$·\x15 Üm\x08\x15 ½\t "
b"1î™¼ÂØJv¡u\x0F ‹\x1E }+ "
b"2\x07 a¿šCb«÷@¬#\x01 ‘$ "
b"2@2à±1N؇®û@õÿò‡ "
b"2aðDÅzInƒÏ\x13 ä·\x1D Ú\x14 "
b"2Œœ`éëK€¸T”*B·e; "
b"2¬›?h\t B\x1E ´9h{S¶œ\x0F "
b"2─Fc\e ║K+ØÁ9,q*ç2 "
b"2▀Þ═G▓F\x12 ï¡Å╣╦wÙ- "
b"35\v ž¾<J`¾\r \x1A y(\x03 l\x18 "
b"3sª\x14 B¤Oæ›\ƒ¨ÎGC\x1A "
b"3|>±+‚A'¹"nÒ—Pc\v "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"3ÕŒÕ$\x08 E‘‰ÂP9ŸïÛï "
b"3ÝjCã¥I'µ\x14 ü¼UlÈ\x17 "
b"3ÿVúá¢L\x12 ²Ê+T\x1C D°Ö "
b"49Ç'\e\v K‡¹‘Žä…×8V "
b"""
4‹Ó\n
IˆHn„yôº¬ª\x03 œ
"""
b"4¡#▒^¢J█ìe|ÛC▀ñ "
b"5\x04 Þ>qªNY–Ã}zA\x1C Ü— "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5&£ƒr·H\x7F ¤\x11 HIü\v ç} "
b"5íϸ\x12 %Edç3Áëì/÷W "
b"5·A\x07 'ñI\x00 ²\x1C $ÓÇ„‘© "
b"5öëËj°HH³ÓN8öJˆô "
b"64²l\x04 §GŽ“]göÍdÍà "
b"67‗\x00 EûBò¡ÓiØ\f G\x08 8 "
b"6„·’¥§BÖˆ¹Ð\x06 'LWr "
b"6¤\x19 q´>LÜ‹H»]t?̰ "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"7E\x10 x¶IE ½û\x13 þÝ=k_ "
b"7jÑÒø\x1C Br¹ÓHÖ\x19 ÃnÉ "
b"7ˆ?‘\x05 œGŒ‰`\x02\v ë`Ój "
b"8\x01 ×ì&êIéŒ×D—ë\r yí "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"8Ø─é╚DJFÇ¢.nóc3\x1E "
b"8·c\x0F 'LN¦§OØëíNS "
b"8ðëY«\x10 A▓ØLeûªFé¸ "
b"8ûæ}išI\x18 œ™µ[<}÷™ "
b"9\x06 à\v\x1F œMô»Þ ÄÞ\x1C ¢E "
b"9\e\x14 RußNë€\x00 ZnÑYö— "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b"9Æq\x07 ╝\x03 E ┐|ÉRP>▀U "
b"9Ë┴z8║Jn¼ðL╩&äëÅ "
b"9éh~;\x16 C"¼\x00 E\x15 {.*\x18 "
b":OB\x00 █ÃD+ô\x10 ¸b\x06 V7Å "
b":‘\x0E M2HCD¹±<Ê\x7F 5fè "
b":–Oµù=Kö¸½d\r \x1D ýĹ "
b":─{*ÓëG█©─*┼╠É╔' "
b":Õþô&¤H=ºqÞ„[•3i "
b";\x06 šBî,EE‰?/|—Y”Ý "
b";\x08 ¯pmºB”½èy.Ú;Ÿ= "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b";G)ó_ÞF¸‹å$*ŸŠØ5 "
b";“œBtúE6©½O\x7F DýªŸ "
b";µ¶ea\Ob¤^º\x07 *Ï×K "
b";Þã\x0F á¤J-¼╗»k┼ÅóÌ "
b"<\x07 Žûû¨Ifµ?G9¢A\f ¥ "
b"<\x18 ù}S\x1F HI§\x07 #oÅ'è— "
b"<2Énè\x00 NL€„ŒA<PH© "
b"<6ŸñÄÅO\v ‹š”ß[6\x07 5 "
b"<GƒÚ” @\x17 ŒTYYÙ=¬N "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"<tÓÔªÔKçØâ:]b¨Ò\x7F "
b"<z¯ÕµÆI€ŸÂùÇ\x19 ØžÙ "
b"<ÂK\x1C \r KLÞ¼$CþàSÌó "
b"<Ê\x02\x08 ø?C\x1A –=\v ü;ªïa "
b"<Ñá7FQH¸©ÍþíBÞ.b "
b"<ø‘áL³K\v ¥\x0F Ó‘¢€{w "
b"=\x11\f ô·oAaœ¦\x12 tzh\x16 … "
b"= ▄:g█GAì½\x13\f rE¾î "
b"=+¾¨4\x17 B”ŠsD¶Å\t س "
b"=4C)¶vHb¹Ï\x04 E‡¯õj "
b"=rɱâ\x06 MUî┌"ı\x1D ysà "
b"=u0¹ýµKKŸ6\x04 ²Pà%\x1E "
b"=Å[\x11 Ó\f GOÂÝ╩┴´Yòb "
b"=ª\x04 íßC\x1C ¼%÷×Éy²¬ "
b"=ÕŽ|EOJR®¸êaEã\x15 1 "
b"=á_Ö“áDÖ›.E&iàÜ\n "
b">\x00 †áÕK\x1A ¥Ò\n cÐJ!û "
b">\x15 ┬°yÅIBÖ$U0a\x03 ;Ò "
b">1àì\x10 aMÿž±8\r m\x08 ŠP "
b">|wÛZÈGè£Ç¬‡tz¡ó "
b">…•%¢IV¥1V”‡dPb "
b">«i\x12 ®KDy¦Çç\x18 æ«(J "
b">Ó¦«±0M¸¶¯ý"$\x17 ]8 "
b">ä⿜wN°®åBìM\x1F ’_ "
b">û«X+áCí±\x1F ¸¬˜É—p "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"?u&tC[F9r\x1F W•C‘ž "
b"?É¢\x02 ö╬E·║QU╚\x18\e ï\x01 "
b"?ØÃh\x1C kJ■ü█;Ñ¡eéÔ "
b"?¢ÏX:˜B^ŽA\r 0G…×\x1E "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"?µ\x11 ù¶ËG\x17 ›yÄyÒ†Ÿ\x18 "
b"?¢J7Ñ!AêÅ_\x02 9&Ò┐( "
b"?ÊËè†ÓJÙ²Á\x0F ?Æ\x1F ‚Y "
b"?õ3aU+O\x10 ¸Øø„¿½† "
b"@-àô\x7F ¯I\x12 ½\x02 G9îÞ*\x1F "
b"@gë\x1D ËuK]©qÊlsþ\x07 "
b"@ò‘4 ™Dþ«ï}‰Mi×Ð "
b"A\x10 8å\x0F æNÛüЮJÖ\x0F ýP "
b"AD&p\x04 2M°ª7Þ(-\x12 N° "
b"An(:TƒLo«ı~õÓ\x1D Öì "
b"AtA†Q~G…¬V#-ð¼‰C "
b"A€)\x14 *RH•£L\x1F 2©4]r "
b"A±ø/ADHkˆ•±È?q\x07\x00 "
b"Br'‡þBEŽºF'§1O\x1C â "
b"BßÇÙÅÁDÝ×\x17\x18 [┘PN\x1D "
b"Cnäpç\x18 N: vÆ\x02 |J5< "
b"Cr\x14 AsWF\e ¸\x03 PH\f :\e "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"CÓÏWÚ`EŸµ»é,¹ç?Y "
b"DM"ö\x11 ÓC…²ÏÀX`\x14 E¢ "
b"D‰ÄäI·Ms’@Ú\e Å\ôÇ "
b"ES}`\x18\x0E K˜¹)\x11 ØÛH\e “ "
b"Em¸Y\YFޝ\x19 èV\t\x16 »Ú "
b"EnWá%$H€º‡\x0E ~”IåŸ "
b"EœÓ¨¡bIޕΉÞáÖ\r k "
b"E║■xÊ£J╩ì┘k\x0F ┘Ct8 "
b"Eð#FÔŸH/¨p!`7` & "
b"E÷©RñNFŽ®AXi\r ëŽt "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"F\x12 Œr\x1A «HȱEdØÓ5÷ "
b"F’jŸ0\t OV³£€Ù$uÿ) "
b"F│░Mà`J╠å<,Éi{!§ "
b"G"¯\e â3E'¢@¹#,ÿ/\x7F "
b"GD˜Ø÷ÃHtž¶\x08 ç^\x1C ¬Á "
b"GDþJÜ\r J‡¶ý@—,\x07 Ÿ\x06 "
b"GW(££ÜG\x07 Œ\x07 ðK½\r H\x05 "
b"Gø\x13 W„*E\x12 ŠØ”TÛ\x14 <¯ "
b"GúÍ`³‘LPº\x02 APŒþùõ "
b"HV\x02 •žªMö² PØØ¸3 "
b"HÏ«ê)3Oä¢\x17 :~¸ð/m "
b"I*\x04 :`)GÄæD;Ô├É\x16\x17 "
b"I1u\x0F ƒ FP¤±;‘ëŽ÷ü "
b"I3`P®µE■é\t üÕ\x16 #êW "
b"IA\x10 VhLBòÉ{ðÌ;7╩\x1A "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"I³˜°âZF¶€Šš%QI\x05 e "
b"J2\x15 ºN›F܇£CÑ8rB’ "
b"""
Jk\x17 »\n
™O\x04 ³VXñ|¦€‹
"""
b"JÅ\x05 «ÌîFT░Y¨Ë\x1D Âð\x01 "
b"K\È7MVOu¹›\x19 ½¢Â¥Æ "
b"Kˆ/\r åýKòµ\x0E #\x15 DþÂå "
b"K¨\x00\e z¹DAɾj,¡{ÿ* "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"L²2ÁåÚIæ›Dú€éÔ@¬ "
b"LÍWËŽQJ^¸Ã|ô“Š”9 "
b"LÌh╠ñ©Foú©\x02 ©╬ÉLí "
b"LôØZ [C྿÷ìÜ-Y- "
b"Lö–ŸÞ?GC™Ë=\x11 _\x18 Üò "
b"LûﮩŠ@\t °\t |«O¸Z6 "
b"MRDÌ\x16 ”L›¦=^¦d<§× "
b"MbgR=uJ¼¹Ü\x16 4/!Î "
b"Mb¿gè\x7F M¾°ÏáÇô€\x0F , "
b"Mà—\x10 ;xHj¦[GdÐ\x01 †P "
b"N+?klvCQˆO_æÙ%ã3 "
b"NL\x0F ¹Õ2D[ˆ9,-}\x02 ð¶ "
b"Nx7\x16 àMH\t ®Ô\x05 âJ\x0F\x0F\x14 "
b"N‰'Ü—ƒNв(ÝLg=}\n "
b"O\x00 Éf\x0F ╬Nó╝P¤gÝÙ¹┐ "
b"O-ø^ñŒBʽ¤\x03 D.µ\x12 C "
b"O6õ\x0E /AL柸\x04 Éñ\v u= "
b"O\x7F £o>(J·’\x11 Ž\x11 ÝŸK† "
b"OõE╝BsH"▒Å╬Þ\x00\v ═3 "
b"PQ\x06 ~ȰNäüþX¾PÜ\x14\x08 "
b"PZX‚®®G5›Ý–BUµ&î "
b"Pe\x0E 3ôÌI¿ÉU├fÿ\x02 » "
b"QýTÿâö@ð¡¿s\x02 åœôì "
b"R6.Z¨·Ko║÷É\x03 ÁEa" "
b"R?-hQÀN▒ØÎ\x14 Ãp┼╬ü "
b"R¾èE¬æA걨dø\x13 ·á\x00 "
b"R┴N┘PßJ ┤Ðâi8¦\x08 Å "
b"""
S\x01 zñ\f \n
@ö–4‘—$T\x15 5
"""
b"SOþ«töD\x1C ©¼ÚŽÊ4ðž "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"Syxÿ†¥Fs¤¾ü·[*â\x0F "
b"S†¿ëWªG÷,Í3–\x0E dx "
b"Sš\v _ò\Dѵˆfaéc\x01\x0E "
b"S´GkùvN¹®\x12 ¡B!{+i "
b"Sºð\x08 Þ(J»ƒ–ÚïJÃlÊ "
b"SàšÒàVG•¹³(\r ÕµXž "
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"T\x10\x14 “ƒùC˜‚>&ßý\f ×ý "
b"T\x12 \ß▓ÁN\x19 ┐ØY~ÖJJ╬ "
b"T-YªfUC`¨\v M>Q\x1F Ή "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"U <Í¢bAKåy¿áFÉ¡╬ "
b"U:┤.\░HeÉÙ╩╗\x08 Ú\x10 E "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"UìPçW├Eìáù¡Ê¸■UØ "
b"U¥…ÙB?N:µê¹©N·V‚ "
b"V\x00 ØôV\n @┘Ä┐k)gØ+ý "
b"V+ŽT°BB[½æv$ª+œÓ "
b"V2àÂ\x11 1Kɱ•± G0Ž4 "
b"VU?\e KìKsæ▓siíu£ù "
b"VÀ_x¢ÚDЧÀC\f „r\x15 ¾ "
b"V·\x17 ■\v CÕ©\x1F É┼"'l┘ "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"""
WUÇ.c¨K\x08 «È|En\n
µß
"""
b"W‰¬\x10 qòNP®¶2jØ£¬\x01 "
b"W°\x18 lTwF»†¡>Fú"Ø1 "
b"X\x1F Jˆï½K(’+Éì´Fý\t "
b"X/O wbJ?–\x18 Gu¿‘\x17 c "
b"X:6Ü·cG€‹>:`є֎ "
b"Xfœ\e %ÿL{™¬P\x04 u9öæ "
b"XoÍí\f ØM³únÁÐ\x11 _K" "
b"X€Eþ\JLGªu‰ÛwDœì "
b"Xú!Üü"Eo½╣\x03 ð\x17 ÍX± "
b"X¡`éÒ¢E╝Å╝ıuúLG┘ "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"Y\x04 ü\x12 î<Cë˜óƒö”\x03 Zn "
b"Y\x1C /\x15 é4ATœÊÂî’ó3} "
b"Y!┐\x05 H█D\x14 ×é\x19 ¿║HFÉ "
b"Y$‗µ║ûOJüغêv\x18 ┘Ï "
b"Yr^Ï2ıMÉø┘ÅÅ\f Ã8┬ "
b"Y}i0HëOßûÅt \v #\x1A\x1C "
b"YÖ │s\e H\x1F ü»h■Ûƒ\x04  "
b"Y™à(àUDØ¿ÁÍ‹\x1A “Œ— "
b"Yµïi@GI\x14 ¼»Ü³B†\x12 ž "
b"Yë×Õ}ìF°´åèàV¼è‘ "
b"YøBùÄ\t I\x1F „mK~ŠïÊ "
b"Z\v —(*‘B\x19 »M`g·¢é\x00 "
b"ZD^ \t ÖJqœeìë\x16 >q "
b"ZŸY5p\x04 N臟@·COpÑ "
b"Zñ_ZôoD«Ø\x01 ä\x12 [Ü\v > "
b"Z²î6µÄJÄ›\x10 áT¬•`¿ "
b"Z¹Q\x19 ó\x01 D¿‹ÈÒÄØ©\r å "
b"ZÑ¡îàúI\r ¯óˆ\f œ˜M\x18 "
b"[\f ƒ\x7F !\v LD€,êP´üMÚ "
b"[0Ó\x12 2 H█Å▄]═"P:7 "
b"[\x7F\x0E ┌ÜöLU╝þÉ┴B\x0E ÷╠ "
b"[ŒŸ\x18\x1E F™”#·Ú@Ó)K "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"[þ;×ÿ┤J'ûàê\x0E -É\v F "
b"""
\\x1A \n
\x01 òG\v ¶bÛGgFŽ6
"""
b"\&6\x0F sšG\x19 ‰‡X.}l\f < "
b"""
\0\x1C \n
>HD3 ÎûÃꢘ®
"""
b"\ZaéR`H^”û4gŠ„î_ "
b"\dE›\x03 ©Fë‘\x02 å›=x&ƒ "
b"\nN¸S■J╚£æëò╗ìô▄ "
b"\Œ»z³ÒI“¤§EE7TåÚ "
b"\¹9\v †ˆG.¼\x0F sP\x15 ³++ "
b"\Á\x1E /6ÈFTž_·ï\e\x1E Š€ "
b"\─f»\x17 ¨C1É\x1F ■lÚN!ÿ "
b"]\x19 bØl›FDŒñä¹\r ¥\x06 s "
b"]DóDöîK\x08 ØMå\x05\x14 ¸y) "
b"]p»¶`7B„™XÂòº¢ÿ« "
b"]¡KИ€E\x19 “lJY³\x15 K} "
b"]Í6\x1E æÇCh‹-åc–ô±+ "
]
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 (0x000EF5831B3A430C823FDB9A4D9A82A4 , 0x002FC7FE7982480CB47D490CB64BCBDA , 0x0036B2AA2D254866B33BA1BD1D4094A3 , 0x00C7742B06DA43629AF3D2218CA2CFBC , 0x00E6D125A8164445AD9E256017DDFE48 , 0x01232874C6F84964892D6A487CF0A6F3 , 0x0135DE21D87E429FB5DDB7319FE269C3 , 0x013C91668B0E4FC3AE1F56DC4F147580 , 0x013DA65E739A4DB8A887B37F74A9623E , 0x01B69BD476F447EC96D4371D2C335836 , 0x01DF0437D5C445F1A5A07BEA8DEBB183 , 0x0228EBDDF28E4CBB877F7CD89738B278 , 0x023D7199C6194714915C61220E03926D , 0x02E2BA63ADE04CB184D43A50A0F03860 , 0x02F29BE172AE413A9A030155427CCFF6 , 0x031DF1F8460A4A54A1A68A86D912074E , 0x0356C9B77AE64974A5168A65D2E33740 , 0x036DF813F0C44E979B4FF3168D9060AE , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x03BEBC2D75F24706B07E0DBA5161EF85 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04490BAD6D4A41ED8A3C643B17789612 , 0x04578812A6674180972A266B2D1A0CD4 , 0x0462EE053B334609B76B3A0069C853C6 , 0x04D78201F96F4B4D8CA9A8855EB1F1DB , 0x04E42AE2F78A47DC84B0EF86A691A35D , 0x05033B246B5D46FCBF4CF3587EA95094 , 0x05143EA5F78A47FBA008AB0892384685 , 0x054CD0A3D0234E5E9A51B1B909806E40 , 0x058B05E927D14A7B936F65195CE62196 , 0x059F7BF4A1344D29A27DB6FBCF8206FC , 0x06251DD3B0C94093951DA100F076C2EA , 0x063C8098886B48858EED8584A1DD32C6 , 0x065D368F13694C769054DE2CF3F64D57 , 0x06CE56A02BEB41BD88F5D67C003B2E5D , 0x06DCB04EEA934625860E85CF3EF834CA , 0x06DDAF8E962A46AD9C6C0116BFC56C4E , 0x06F08B688E1346A98DB524CE04EC5A26 , 0x0704B9C17B1C4B9F8E2230B710AE9ED1 , 0x0730D0571D964860AF67DBD42940FDFA , 0x0738EC0650E54B209B60A663F9B5A423 , 0x073BAE976DFB417F91D8691F61A1B96B , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x079CF57DB64948978D875EB32434ECEE , 0x07F17AD1AE174B9C86782B2178C09371 , 0x0820D459BC094E778A64CC409630E76A , 0x0862C837D2EC4089AFEB5883B196D3FF , 0x08996E960EDE48D58D2ADEE53FA2D08E , 0x08D1072743BE4080B51F924E125E412B , 0x0919449E998343DF812DB03587D74822 , 0x0944703D3BDF4F2C8FC6E26E5D59FC6E , 0x0981AB9AB7064F50AB75CECB0C901D80 , 0x09EEC78086AF4BD1B0DA2304A73EAF83 , 0x0A397D8282194BE7B1B5A5DD99C108CF , 0x0A52951CBF4F4BC0917844D27286DB18 , 0x0B8FF1EE0CA54A42B59B70B5FF1E268C , 0x0BA77E1E710F4523A101F0EEBF7A48E2 , 0x0BD2DB64D31B48A3B97DB1653B8C318F , 0x0BFB56BF1A7648B792FE273E5B4C8A1C , 0x0C04BDF5E53442039B0D1DF5C2B02E16 , 0x0C577B84D8804F5F954913B7E3362D0D , 0x0D16945C44A64442A61D79721631C562 , 0x0D41A6CB43524D9FA55D17FD7116941D , 0x0D4833C09247470BAF18E7F4398A8A4C , 0x0D8DDCC57C464188A3D2072BEFB2DF02 , 0x0DB2665EFF0B4B758614CEE9E8D28F5A , 0x0DD639E174F7460496B1B0B641168194 , 0x0DE72BE73D204763B5F7B24CB4239288 , 0x0E0779FFEBD643B9809F2E002172571C , 0x0E319DE582FE462F8C59EB846B4F47E5 , 0x0E45F6EF831E423F97F70C84A2E1DDC0 , 0x0E4A6F82F6DB46B6906ADD639C1A9729 , 0x0E5FB59E0C1942D0BABBB2FD1C418688 , 0x0E6410ACA767400CB4C432015312CB68 , 0x0F069F869A8D4D3D85642C79AE42ED46 , 0x0F36664F01AB42C0B4338739B51FF205 , 0x0F528AF7345344719448AB2BC0CB2D60 , 0x0F57105EC4844949A4CFC2D0A0D7FE3C , 0x0FBD3AE5F2684859B4932BE62CA73191 , 0x10EF658B90494C9FB3E03831ABC6E947 , 0x111834A4868F48308B53A94B922D2681 , 0x1147EACEB9EB401D8459123E30C3B618 , 0x11B5779DB3A44D339E3B26DDC1A0DF2B , 0x11BDDE7A273C413E8D1ACA7E5FC022DB , 0x11D6E6A3E89F41B6B99808D4E69342AC , 0x1247425C59AF46EDBA327A4751992AA9 , 0x1299088D90AB495697B988F0696D2A89 , 0x13180D090638473A8C4268DCAA6D423E , 0x1393F63C67C14F13B8A70B960C4AE56B , 0x13B2A2DC5647484AB4FD4D69364CEE18 , 0x13B392CF5ECB45859C5DD7C895A367F8 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x13CC27EF18FE4B7D864B4181B080E1B9 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x140861A7A2D54157B709C67C35AAC18D , 0x14286E54442D4B1088D9F7B77825BDAB , 0x1433D91BD3F74DEB9AA1711230A3D789 , 0x149B7FA3F9724126A7C35F8F3E8E65ED , 0x14A3913B02F946B08BE4F100C37E5808 , 0x14EFCD500E5A482EB69B272311EA914E , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x15167D2B9C1C4D8FB62B8F970474D9C5 , 0x1532CADE2FFC4C5FA639C7B5E8BC3F7F , 0x1567F3C7DF5F4DD5B324EDE84EC8B3C9 , 0x15A0952AB3DC44769641DEB1E19D6D1F , 0x15E297B38E734369BD0D70D838D16942 , 0x15F6CDA37C5E4FDEB01800F33F931FC8 , 0x1617A1D8F9694BE394CC206804259601 , 0x161EF1313EDE401DB6400BBCE33414DF , 0x1650F06F1D8D41F2AC2E949B37CD6AFC , 0x165A5B5761174286A005574130F19C49 , 0x167AECED578F48899E1C37D27C8A29B0 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x16E671D99324405EA186C55E3F415DF5 , 0x16ED3E1DCC3042E0A574CFDA71497E73 , 0x170548D01DE1446DB4FDDE7BB507C103 , 0x1735B62D3B6746BB8906864A26B9C9A0 , 0x17439E2A47444F699915CD9AC6D679E3 , 0x176F32D86CE646A597366E61B58A4820 , 0x17BEBCB914FE4F2D9FD7E75F77943F56 , 0x17C40A6E70164BD4A1136576B6AB237B , 0x183CE061DF6C43B98A553E545A2AA40B , 0x185281DBAE8045C58E1E9B95DE652EBC , 0x18B1BC8FA5DD4D76A13A14223996C00B , 0x18EA5295D847403999AFCBACB63A6C3C , 0x1994F3BAD5DD4F23ACF473A4874BEF8F , 0x19A0886ADD614B35A958F7EC0CD6D58E , 0x19D151494A284230A24CED4805DE0738 , 0x1A0ECBBAD0A649439DB58B9D12097830 , 0x1A14D31CDF0549D8A05CD3A6A9600A35 , 0x1A29189313C14C0ABCF3CD20D671EDE0 , 0x1A52206F22B54763ACD4BC451AF5240E , 0x1A527E0CDEED4F7E8B881E078DA73A0C , 0x1A53F9C786A24F99BB2D35D7B8FE10A6 , 0x1AA6EF3CEC654FF185B962CFB9C15CD3 , 0x1AA82CFD09C1402C8B4A32A5D15850C2 , 0x1AF272B1AD304FBEB2964B81142C0EFA , 0x1B482138DD2043E5BDC4132A57C16457 , 0x1B996C332B384959B77191F5AA62A1ED , 0x1C170A1F9C8D4358B14A74722B30598C , 0x1C1DB6DACFDC42A7A1E26ED48A8A8812 , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x1CAE5107B4F24E4AAD157457171A78B5 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x1DB4CF07340C4FA487C8AD9AC33A9792 , 0x1E4A68F24D8C4D10AE802CFCB28DCF07 , 0x1E98CE6745D741548F163DCD3AE38E0C , 0x1F490D76FEE14420B8C199CF3D560C7B , 0x1F6363AB0CC54A0B941AE3D7B332E738 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x1FF81A188B694DB0AF50A7D1F96A81AE , 0x1FFD6B6388474C0785A2CDE27179D8B0 , 0x20311DBFACD24A508E7287DDB93890AF , 0x20541BDC71744DC294A67B88D38AC77F , 0x20AD953843404CCDAE189EB9DBEBD6B2 , 0x20B958C94E964FF1A31D04EC1CF76E3F , 0x20BE7163E0B84E0DBED8568E823A0666 , 0x214AFB4EFE444F0F8C0FFD4025E74A03 , 0x215A0D4B16FA41398A501A4E0A2F1054 , 0x215E941C61E5474FBA3AA507FDA6416F , 0x217A7410B3D84299B385D437300E9DBB , 0x21820E169D28434FA19413115E8B5DF3 , 0x2197D9C64D8443F3BA669D8D618839B6 , 0x219DC036ACB14BC8A430E82D3704CAFC , 0x21E38950289C47D4B96DE9F855CCC0D8 , 0x2218FFC0395E4E548967413C983559F3 , 0x221A99A3AFE646C985BC71B5F62A7783 , 0x22458B38782E494BACE7FD54F5B9F378 , 0x22704187C62E4A379E4E6D0604314CFD , 0x22B0F0E722734187837658F40DF14A85 , 0x22EC1E2D5AD5473EB634981CD71DDFA8 , 0x22FC4D2148264CE7916462B6249BB0D0 , 0x2303FCC86E3242CCAE8D2CDB302867F7 , 0x231B401911824DA9A64E3143DC5B4B62 , 0x234898B4A04B47C7B374ADADB9CC21AF , 0x235BD002B0C149FBA29409DCE6CF5031 , 0x236D64B4602E44C49213DAD4B86E74CB , 0x23977307668E4303A246E85DDF429750 , 0x23A8A021D6E74927880892F07E4511AB , 0x23BCF96BB6434F4883DDFDB667FA2EC8 , 0x23D58578839A477EAFDCAD1312BC79B1 , 0x2414C82F6A3A4A1981E42660F7C31751 , 0x241F7947A6C844C39123F1BB089B8F1C , 0x2431FA1E973743759966820EA7E0225B , 0x24362EBF9C924C2A879468CE0E336513 , 0x2437AB758719496EB6A7DB0C84D2E10E , 0x245F8407C2194FECB0D328EE434725BC , 0x24A8D5589FE1443B90C22DF98D9BBC93 , 0x24B6B5E3C1D24FE882E5BE009ABE2A43 , 0x24BE73FE0FE54B23A6ACBE8D2575A882 , 0x24E490E081AD46388419306ED099B5EE , 0x25528971368C43A889B2A5880B668DB9 , 0x263B9688A92A42DE82AD5FB89B3CF3CB , 0x2644AF97C10D4DD1B18E00F00852A845 , 0x26C07DA2CF2940B593D62298C1AEC378 , 0x2708935C997747F39567A13629E5262C , 0x270D364855294426BADDC8C65F5CB02F , 0x2752799867A2498C8AE50694508B8D7E , 0x278DDCD1EB7F4582804E5C854A4F6583 , 0x27D5C616FCB8473289BBCB56D53F55DA , 0x284A743074454A4190D315C0D3B61564 , 0x2892F1DC6E96435B8292F26DD17C05EB , 0x291B49C91EBF40A798CE353A92167323 , 0x291BABAFD0334EAF9E5B2A4B29A76579 , 0x2932543182AB4A8DB4D48E8B2C1ABE6B , 0x296853A57E3042EB8D27F237B1F147B6 , 0x29AFE40E22314705B8E3BED42534EE8E , 0x29D2340EBF464ECEABD8CC77B2393499 , 0x29F01EE5467642A3B710C07A0BD70CB8 , 0x2A31D4AFC99D4020B88D9888B0978CF2 , 0x2A6613CEAF084A4B90F40297786DB807 , 0x2AA5A49DCF3C42379A93AA9925795B4B , 0x2AB806E074E145A3AEFC031FA66DA943 , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2B068EEF0C8B4C769A733013A16598EB , 0x2B49630553C34FA28671F93C714DDE5B , 0x2B562E482F024D9EAB8FD0986C3F32C9 , 0x2B795149B7C146BB9B5129B2CD5EBFAE , 0x2BA1C0EB638241D7950F1CCC52A63F5E , 0x2BAF37AE59464D3CB39971A554F40F61 , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x2C3E1D570B014A40B0F559894BE6C1A5 , 0x2C8A8085F1F843F0AE89FDF7D2CF703A , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2D0ED07CCC7648B7803DD2608701871F , 0x2D1A6F62A5424CB7AB52B1FBF8C9618D , 0x2E46C07797754B2F871541EDA5B8DE80 , 0x2E4CC9DB99FE4CB3964C1CC68A2DC11C , 0x2E9290E35A6B4A52B9B6F5A6016AECD0 , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x2F552C912F83453D866450DDB3751D1C , 0x2F76BDF470224624B6DD1FDA7623F6C9 , 0x2F78AED6F39B4D399A7EA43060ED96F3 , 0x2F9A972D0E884C78AA1AA54F70509372 , 0x2FA04A9613E9450BA75B537FF0FED2C7 , 0x2FC50BA5EDD645C5ABCF9D9BA2667BD7 , 0x2FC7CAB63E924178938F6A61649DFD98 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x3008B51655444DBCA9D7AD22D53A43B8 , 0x300E0E3358AC413F837A099FC6723C91 , 0x302BA6CDF7274569893027FCE1104F34 , 0x3060AD09EFB54B2381621457F6EFE5A9 , 0x311C6E4C7D1D42C7937943EF36C4ABF4 , 0x314553D56DC0425DB89485F9EC835199 , 0x315B91331E9F45B98F79DAAFCD914593 , 0x315BB2E7A49D47CB953C75E64AED9890 , 0x3164D2115E7A4188A51F8BBEE9F682FD , 0x31948A40974146D9863DAC0D6BFEDD2F , 0x31D95954C3994124B715DC6D0815BD09 , 0x31EE99BCC2D84A76A1750F8B1EA07D2B , 0x32072061BF9A4362ABF740AC23019124 , 0x324032E0B1314ED887AEFB40F5FFF287 , 0x3261F044C57A496E83CF13E4B71DDA14 , 0x328C9C60E9EB4B80B854942A42B7653B , 0x32AC9B3F6809421EB439687B53B69C0F , 0x32C446631BBA4B2B9DB5392C712A8732 , 0x32DFE8CD47B246128BAD8FB9CB77EB2D , 0x33350B9EBE3C4A60BE0D1A7928036C18 , 0x3373AA1442A44FE69B5C83A8CE47431A , 0x337C3EB12B824127B9226ED29750630B , 0x33C7ABF49BDE497E82975BE5863066FA , 0x33D58CD52408459189C250399FEFDBEF , 0x33DD6A43E3A54927B514FCBC556CC817 , 0x33FF56FAE1A24C12B2CA2B541C44B0D6 , 0x3439C7271B0B4B87B9918EE485D73856 , 0x348BD30A4988486E8479F4BAACAA039C , 0x34AD23B15EBD4ADB8DF0657CEA43DFA4 , 0x3504DE3E71AA4E5996C37D7A411CDC97 , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x3526A38372B7487FA4114849FC0BE77D , 0x35A1D8F7122545648733B5898D2FF657 , 0x35B7410727F14900B21C24D3C78491A9 , 0x35F6EBCB6AB04848B3D34E38F64A88F4 , 0x3634B26C04A7478E935D67F6CD64CDE0 , 0x3637F20045964295ADE0699D0C470838 , 0x3684B792A5A742D688B9D006274C5772 , 0x36A41971B43E4CDC8B48BB5D743FCCB0 , 0x36F3987006544B1A9900C948AB42FACB , 0x37451078B6494520BDFB13FEDD3D6B5F , 0x376AD1D2F81C4272B9D348D619C36EC9 , 0x37883F91059C478C8960020BEB60D36A , 0x3801D7EC26EA49E98CD74497EB0D79ED , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x389DC482C8444A4680BD2E6EA263331E , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x38D08959AE1041B29D4C6596A64682F7 , 0x38FBE67D699A49189C99B55B3C7DF799 , 0x3906E00B1F9C4DF4BBDE20C4DE1CA245 , 0x391B145275DF4EEB80005A6ED159F697 , 0x39327093A91443089C98B9EA9F253F11 , 0x39550F067563402092836E06FFF604CA , 0x39927107BC034520BF7C9052503EDF55 , 0x39D3C17A38BA4A6EACD04CCA2684898F , 0x39E9687E3B164322BC0045157B2E2A18 , 0x3A4F4200DBC7442B9310F7620656378F , 0x3A910E4D32484344B9B13CCA7F3566E8 , 0x3A964FB5F93D4BF6B8BD640D1DFDC4B9 , 0x3AC47B2AE08947DBB8C42AC5CC90C927 , 0x3AD5FEF426A4483DBA71DE845B953369 , 0x3B069A42EE2C4545893F2F7C975994DD , 0x3B08AF706DBA4294BDE8792EDA3B9F3D , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3B4729F35FDE46B88BE5242A9F8AD835 , 0x3B939C4274FA4536A9BD4F7F44FDAA9F , 0x3BB5B665615C4F62A45EBA072ACFD74B , 0x3BE8C60FA0CF4A2DACBBAF6BC58FA2DE , 0x3C078EFBFBA84966B53F4739A2410CA5 , 0x3C18F97D531F4849A707236FC527E897 , 0x3C32C96EE8004E4C80848C413C5048A9 , 0x3C369FF1C4C54F0B8B9A94DF5B360735 , 0x3C4783DA94A040178C545959D93DAC4E , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3C74E0E2A6E24B879D833A5D62F9E37F , 0x3C7AAFD5B5C649809FC2F9C719D89ED9 , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x3CD1E137465148B8A9CDFEED42DE2E62 , 0x3CF891E14CB34B0BA50FD391A2807B77 , 0x3D110CF4B76F41619CA612747A681685 , 0x3D20DC3A67DB47418DAB130C7245F38C , 0x3D2BBEA8341742948A7344B6C509D8B3 , 0x3D344329B6764862B9CF044587AFF56A , 0x3D7290F183064D558CDA22D51D797385 , 0x3D7530B9FDB54B4B9F3604B250E0251E , 0x3D8F5B11E00C474FB6EDCAC1EF599562 , 0x3DAA04A0EDDF431CBC25F7D7C979B2AC , 0x3DD58E7C454F4A52AEB8EA6145E31531 , 0x3DE15FD693E144D69B2E452669E0DC0A , 0x3E002086E1D54B1AA5D20A63D04A21FB , 0x3E15C2F8798F49429924553061033BE3 , 0x3E31E0EC10614DFF9EB1380D6D088A50 , 0x3E7C77DB5AC847E8A3C7AC87747AA1F3 , 0x3E859525A2AD4956A531569487645062 , 0x3EAB6912AE4B4479A6C7E718E6AB284A , 0x3ED3A6ABB1304DB8B6AFFD2224175D38 , 0x3EE4E2BF9C774EB0AEE542EC4D1F925F , 0x3EFBAB582BE143EDB11FB8AC98C99770 , 0x3F69536B990446B2A8160180F27F342C , 0x3F752674435B4639AD721F579543919E , 0x3F90BD0294CE45FABA5155C8181B8B01 , 0x3F9DC7681C6B4AFE81DB3BA5AD6582E2 , 0x3FA2CF583A98425E8E410D304785D71E , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x3FB511F9B6CB47179B79C479D2869F18 , 0x3FBD4A37A52141888F5F023926E3BF28 , 0x3FCACBE886D34AD9B2C10F3FC61F8259 , 0x3FF53361552B4F10ADB8D8F884BFBD86 , 0x402DE0F47FAF4912BD024739EEDE2A1F , 0x4067EB1DCB754B5DA971C38A6C73FE07 , 0x40F29134A09944FEABEF7D894D69D7D0 , 0x411038860F914EEA81D1A94A990FEC50 , 0x4144267004324DB0AA37DE282D124EB0 , 0x416E283A549F4C6FAED57EE4E01D998D , 0x41744186517E4785AC56232DF0BC8943 , 0x418029142A524895A34C1F32A9345D72 , 0x41B1F82F4144486B8895B1C83F710700 , 0x42722787FE42458EBA4627A7314F1CE2 , 0x42E180EB8FB544ED9E17185BD9504E1D , 0x436EE470E7184E3AA076C6027C4A353C , 0x437214417357461BB80350480CAD3A1B , 0x43A22A8CD08041F2AE945C8637443776 , 0x43D3CF57DA60459FB5BBE92CB9E73F59 , 0x444D22F611D34385B2CFC058601445A2 , 0x4489C4E449B74D739240DA1BC55CF4C7 , 0x45537D60180E4B98B92911D8DB481B93 , 0x456DB8595C59468EAF19E8560916BBDA , 0x456E57E125244880BA870E7E9449E59F , 0x459CD3A8A16249DE95CE89DEE1D60D6B , 0x45BAFE78D29C4ACA8DD96B0FD9437438 , 0x45F02346D49F482FA87021603760A026 , 0x45F7A952F14E468EAE4158690DEB8E74 , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x46128C721AAB48C8B145AD64D8D335F7 , 0x46926A9F30094F56B3A380D92475FF29 , 0x46B3B04D85604ACC863C2C90697B21F5 , 0x4722AF1BE2334527A240B9232CFF2F7F , 0x474498D8F7C348749EB608E75E1CACC1 , 0x4744FE4ADC0D4A87B6FD40972C079F06 , 0x475728A3A3DC47078C07F04BBD0D4805 , 0x47F81357842A45128AD89454DB143CAF , 0x47FACD60B3914C50BA0241508CFEF9F5 , 0x485602959EAA4DF6B22050D8ADD8B833 , 0x48CFABEA29334FE4A2173A7EB8F02F6D , 0x492A043A6029478E91443BE2C3901617 , 0x4931750F83A04650A4B13B91EB8EF7FC , 0x49336050A9E645FE820981E516238857 , 0x49411056684C4295907BD0DE3B37CA1A , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x49B398B0E25A46B6808A9A2551490565 , 0x4A3215BA4E9B46DC87A343D138724292 , 0x4A6B17BB0A994F04B35658F17CA6808B , 0x4A8F05AEDE8C4654B059F9D31DB6D001 , 0x4B5CC8374D564F75B99B19BDA2C2A5C6 , 0x4B882F0DE5FD4BF2B50E231544FEC2E5 , 0x4BF9001B7AFB444190F36A2CAD7B982A , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x4CB232C1E5DA49E69B44FA80E9D440AC , 0x4CCD57CB8E514A5EB8C37CF4938A9439 , 0x4CDE68CCA4B8466FA3B802B8CE904CA1 , 0x4CF4D85AA05B43E0BEBFF7ECDC2D592D , 0x4CF6969FDE3F474399CB3D115F18DCF2 , 0x4CFBEFAEA98A4009B0097CAB4FB85A36 , 0x4D5244CC16944C9BA63D5EA6643CA7D7 , 0x4D6267523D754ABCB9DC16342F21CEAD , 0x4D62BF67E87F4DBEB0CFE1C7F4800F2C , 0x4DE097103B78486AA65B4764D0018650 , 0x4E2B3F6B6C764351884F5FE6D925E333 , 0x4E4C0FB9D532445B88392C2D7D02F0B6 , 0x4E783716E04D4809AED405E24A0F0F14 , 0x4E8927DC97834ED0B228DD4C673D7D0A , 0x4F0090660FCE4EA2BC50CF67EDEBFBBF , 0x4F2DF85EF18C42CABDA403442EB51243 , 0x4F36F50E2F414CE69FB804C9F10B753D , 0x4F7FA36F3E284AB792118E11DD9F4B86 , 0x4FE445BC42734822B18FCEE8000BCD33 , 0x5051067ED4F84E8481E758F3509A1408 , 0x505A5882AEAE47359BDD964255B526EE , 0x50650E3393DE49A89055C3669802FFAF , 0x51FD54FFE2F640F0A1BF7302E59CF4EC , 0x52362E5AF9FA4B6FBAF69003B5456122 , 0x523F2D6851B74EB19DD714C770C5CE81 , 0x52BEE845ACE641EAB1A864F813B7E100 , 0x52C14ED950E14AFFB4D1836938DD088F , 0x53017AF10C0A40F69634919724541535 , 0x534FFEAB74F6441CA9BCDA8ECA34F09E , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x537978FF86A54673A4BEFCB75B2AE20F , 0x5386BFEB57AA47F7AD2CCD33960E6478 , 0x539A0B5FF25C44D1B5886661E963010E , 0x53B4476BF9764EB9AE12A142217B2B69 , 0x53BAF008DE284ABB8396DAEF4AC36CCA , 0x53E09AD2E0564795B9B3280DD5B5589E , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x5410149383F94398823E26DFFD0CD7FD , 0x54125CE1B2B54E19BF9D597E994A4ACE , 0x542D59AA66554360A80B4D3E511FCE89 , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x55203CD6BD62414B8679A8A04690ADCE , 0x553AB42E5CB0486590EBCABB08E91045 , 0x55688327B4D244BB9F3743839EE51610 , 0x558D508757C3458DA097ADD2F7FE559D , 0x55A585D9423F4E3AB5EAB9A94EB75682 , 0x56009D93560A40D98EBF6B29679D2BEC , 0x562B8E54B042425BBDE67624AA2B9CD3 , 0x5632E0C211314BC9B195B12047308E34 , 0x56553F1B4B8D4B7391B27369A1759C97 , 0x56C05F78A2DA448AA7C0430C847215BE , 0x56FA1720FE0B43E5B81F90C522276CD9 , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x5755C72E63A84B08ABC87C456E0AB5DF , 0x5789AC1071F24E50AEB6326AD8A3AC01 , 0x57B0186C547746BB86A13E46FA22D831 , 0x581F4A88EFBD4B28922BC9ECB446FD09 , 0x582F4F2077624A3F96184775BF911763 , 0x583A36DCB76347808B3E3A60D194D68E , 0x58669C1B25FF4C7B99AC50047539F6E6 , 0x586FD6A10C9D4DFCA36EB5D1115F4B22 , 0x588045FE5C4A4C47AA7589DB77449CEC , 0x58A3219A8122456FABB903D017D658F1 , 0x58AD6082E3BD45BC8FBCD575A34C47D9 , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5904FC12EE3C43EB98F383F694035A6E , 0x591C2F15E93441549CCAC2EE92F3337D , 0x5921BF0548DB44149E8219A8BA484690 , 0x5924F2E6BA964F4A819DA7887618D9D8 , 0x59725ED832D54D909BD98F8F0CC738C2 , 0x597D693048894FE1968F74200B231A1C , 0x599920B3731B481F81AF68FEEA9F04B6 , 0x5999E028E05544D8BFC1CD8B1A938C97 , 0x59B5EF6940474914BCBBDCB34286129E , 0x59EBD7D57DEC46B0B4E5E8E056BCE891 , 0x59F842F9C409491FA0846D4B7E8AEFCA , 0x5A0B97282A914219BB4D6067B7A2E900 , 0x5A445EA009D64A719C65ECEB163E7120 , 0x5A9F593570044EE8879F40B7434F70D1 , 0x5AA45F5A936F44AE9D0184125B9A0B3E , 0x5AB2EE36B5C44AC49B10E154AC9560BF , 0x5AB95119F30144BF8BC8D2C4D8A90DE5 , 0x5AD1A1EEE0FA490DAFF3880C9C984D18 , 0x5B0C837F210B4C44802CEA50B4FC4DDA , 0x5B30E012322048DB8FDC5DCD22503A37 , 0x5B7F0EDA9A944C55BCE790C1420EF6CC , 0x5B8C9FAD181E46999423B7DA40D3294B , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5BE73B9E98B44A279685880E2D900B46 , 0x5C1A0A01A0F2470BB662DB4767468E36 , 0x5C26360F739A47198987582E7D6C0C3C , 0x5C301C0A3E484433A0CEFBC3EAA298AE , 0x5C5A61E95260485E94FB34678A84EE5F , 0x5C64459B03A946EB9102E59B3D782683 , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x5C8CBB7AB3D24993A4A745453754E5DA , 0x5CB9390B8688472EBC0F735015B32B2B , 0x5CC11E2F36C846549E5FB7EF1B1E8A80 , 0x5CC466AF17F94331901FFE6CE94E2198 , 0x5D1962D86C9B46448CF1E4B90DA50673 , 0x5D44A244948C4B089D4D860514F77929 , 0x5D70BBB6603742849958C2F2BAA2FFAB , 0x5DA14BD098804519936C4A59B3154B7D , 0x5DCD361EE6C743688B2DE56396F4B12B );
Copy
82
26.34 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"\x00 /Çþy‚H\f ´}I\f ¶KËÚ "
b"\x00 Çt+\x06 ÚCbšóÒ!Œ¢Ï¼ "
b"\x00 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x01 #(tÆøId‰-jH|ð¦ó "
b"\x01 5Þ!Ø~BŸµÝ·1Ÿâià "
b"\x01 <‘f‹\x0E Oî\x1F VÜO\x14 u€ "
b"\x01 ¶›ÔvôGì–Ô7\x1D ,3X6 "
b"\x02 (ëÝòŽL»‡\x7F |Ø—8²x "
b"\x02 =q™Æ\x19 G\x14 ‘\a"\x0E\x03 ’m "
b"\x02 ò›ár®A:š\x03\x01 UB|Ïö "
b"\x03 VÉ·zæIt¥\x16 ŠeÒã7@ "
b"\x03 m°\x13 ─NùøO¾\x16 ìÉ`« "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\x03 ¾¼-uòG\x06 °~\r ºQaï… "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 I\v mJAíŠ<d;\x17 x–\x12 "
b"\x04 Wˆ\x12 ¦gA€—*&k-\x1A\f Ô "
b"\x04 bî\x05 ;3F\t ·k:\x00 iÈSÆ "
b"\x04 ׂ\x01 ùoKMŒ©¨…^±ñÛ "
b"\x04 ä*â÷ŠGÜ„°ï†¦‘£] "
b"\x05 ‹\x05 é'ÑJ{“oe\x19 \æ!– "
b"\x05 Ÿ{ô¡4M)¢}¶ûÏ‚\x06 ü "
b"\x06 <€˜ˆkH…Ží…„¡Ý2Æ "
b"\x06 ]6Å\x13 iLvÉTÌ,¾÷MW "
b"\x06 ÎV +ëA½ˆõÖ|\x00 ;.] "
b"\x06 Ý¯Ž–*Fœl\x01\x16 ¿ÅlN "
b"\x06 ïhÄ\x13 F®ìÁ$╬\x04 ýZ& "
b"\x07\x04 ¹Á{\x1C KŸŽ"0·\x10 ®žÑ "
b"\x07 0ÐW\x1D –H`¯gÛÔ)@ýú "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\x07 £§}ÂIHùìç^│$4ý¯ "
b"\x07 ñzÑ®\x17 Kœ†x+!xÀ“q "
b"\x08 ÔY¼\t NwŠdÌ@–0çj "
b"\x08 bÈ7Òì@‰¯ëXƒ±–Óÿ "
b"\x08 Ñ\x07 'C¾@€µ\x1F ’N\x12 ^A+ "
b"\t\x19 D×ÖâC▀ü-░5çÎH" "
b"\t Dp=;▀O,ÅãÔn]Y³n "
b"\t ü½ÜÀ\x06 OP½u╬╦\f É\x1D Ç "
b"\t îÇ€†¯KѰÚ#\x04 §>¯ƒ "
b"""
\n
R•\x1C ¿OKÀ‘xDÒr†Û\x18
"""
b"\v ûV¿\x1A vH·’þ'>[LŠ\x1C "
b"\f\x04 ½õå4B\x03 ›\r \x1D õ°.\x16 "
b"\f W{„Ø€O_•I\x13 ·ã6-\r "
b"\r \x16 ”\D¦DB¦\x1D yr\x16 1Åb "
b"\r H3À’GG\v ¯\x18 çô9ŠŠL "
b"\r ì▄┼|FAêúÊ\x07 +´▓▀\x02 "
b"\r Í9ßt¸F\x04 û▒░ÂA\x16 üö "
b"\r ç+ç= Gcµ÷²L´#’ˆ "
b"\x0E\x07 yÿëÖC¹€Ÿ.\x00 !rW\x1C "
b"\x0E 1ØÕé■F/îYÙäkOGÕ "
b"\x0E Eöïƒ\x1E B?—÷\f „¢áÝÀ "
b"\x0E Joé÷█FÂÉj¦c£\x1A ù) "
b"\x0E _µž\f\x19 Bк»²ý\x1C A†ˆ "
b"\x0E d\x10 ¬§g@\f ´Ä2\x01 S\x12 Ëh "
b"\x0F\x06 ƒåÜìM=àd,y«BÝF "
b"\x0F RŠ÷4SDq”H«+ÀË-` "
b"\x0F W\x10 ^Ä„II¤ÏÂÐ ×þ< "
b"\x11\x18 4ñåÅH0ïS®KÆ-&ü "
b"\x11 Gêιë@\x1D „Y\x12 >0ö\x18 "
b"\x11 ÁwØ│ñM3×;&¦┴á▀+ "
b"\x11 Öæ£èŸA¶¹˜\x08 Ôæ“B¬ "
b"\x12 GB\Y¯Fíº2zGQ™*© "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b"\x13 ²¢ÜVGHJ´ýMi6Lî\x18 "
b"\x13 ³’Ï^ËE…œ]×È•£gø "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"\x14 (nTD-K\x10 ˆÙ÷·x%½« "
b"\x14 3Ù\e Ó÷Mëš¡q\x12 0£×‰ "
b"\x14 ø\x7F ú¨rA&º├_Å>ÄeÝ "
b"\x14 £‘;\x02 ùF°‹äñ\x00 Ã~X\x08 "
b"\x14 ïÍP\x0E ZH.¶›'#\x11 ê‘N "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b"\x15\x16 }+£\x1C MÅÂ+Åù\x04 t┘┼ "
b"\x15 2ÊÞ/üL_¦9ǵè¼?\x7F "
b"\x15 góÇß_MÕ³$íèNÈ³É "
b"\x15 â—³ŽsCi½\r pØ8ÑiB "
b"\x15 öÍ£|^OÞ°\x18\x00 ó?“\x1F È "
b"\x16\x17 ¡ØùiKã”Ì h\x04 %–\x01 "
b"\x16\x1E ñ1>Þ@\x1D ¶@\v ¼ã4\x14 ß "
b"\x16 Po\x1D ìA‗¼.öø7═j³ "
b"\x16 Z[Wa\x17 B† \x05 WA0ñœI "
b"\x16 zýÝWÅHë×\x1C 7Ê|è)░ "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x16 í>\x1D Ì0Bà¥tÏÚqI~s "
b"\x17\x05 HÐ\x1D áDm´ýÞ{µ\x07 Á\x03 "
b"\x17 5¶-;gF»‰\x06 †J&¹É "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x17 ¾¼¹\x14 þO-Ÿ×ç_w”?V "
b"\x18 Rü█«ÇE┼Ä\x1E øòÌe.╝ "
b"\x18 ▒╝ÅѦMví:\x14 "9û└\v "
b"\x18 êR•ØG@9™¯Ë¬¶:l< "
b"\x19 ö¾║ı¦O#¼¶sñçK´Å "
b"\x19 ˆjÝaK5©X÷ì\f ÖÕŽ "
b"\x1A\x0E ╦║ðªICØÁïØ\x12\t x0 "
b"""
\x1A\x14 Ó\x1C ß\x05 IØ \Ó¦©`\n
5
"""
b"""
\x1A )\x18 “\x13 ÁL\n
¼óÍ Öqíà
"""
b"\x1A R o"µGc¬Ô¼E\x1A õ$\x0E "
b"\x1A R~\f ÌÝO~ïê\x1E\x07 ìº:\f "
b"\x1A Sùdž¢O™»-5׸þ\x10 ¦ "
b"\x1A ¦ï<ìeOñ…¹bϹÁ\Ó "
b"\x1A ¨,ý\t Á@,‹J2¥ÑXP "
b"\x1A ‗r▒¡0O¥▓ûKü\x14 ,\x0E · "
b"\e H!8Ý Cå½Ä\x13 *WÁdW "
b"\e ™l3+8IY·q‘õªb¡í "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b"\x1C ®Q\x07 ´òNJ\x15 tW\x17\x1A xµ "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"\x1D ´Ï\x07 4\f O¤‡ÈšÃ:—’ "
b"\x1E Jh‗MîM\x10 «Ç,³▓ì¤\x07 "
b"\x1F I\r vþáD ¸Á™Ï=V\f { "
b"\x1F cc«\f ÅJ\v ”\x1A ã׳2ç8 "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b"\x1F ýkcˆGL\x07 …¢Íâqyذ "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b" •8C@LÍ®\x18 ž¹ÛëÖ² "
b" ¹XÉN–Oñ£\x1D\x04 ì\x1C ÷n? "
b" ¾qcà¸N\r ¾ØVŽ‚:\x06 f "
b"!JûNþDO\x0F Œ\x0F ý@%çJ\x03 "
b"""
!Z\r K\x16 úA9ŠP\x1A N\n
/\x10 T
"""
b"!zt\x10 │ÏBÖ│àÈ70\x0E Ø╗ "
b"!Ø└6¼▒K╚ñ0Þ-7\x04 ╩³ "
b"!ã‰P(œGÔ¹méøUÌÀØ "
b""\x18 ÿÀ9^NT‰gA<˜5Yó "
b""\x1A ™£¯æFÉ…¼qµö*wƒ "
b""E‹8x.IK¬çýTõ¹óx "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b""°ðç"sA‡ƒvXô\r ñJ… "
b""ì\x1E -ZÕG>¶4˜\x1C ×\x1D ߨ "
b""üM!H&Lç‘db¶$›°Ð "
b"#\x03 ³╚n2B╠«ì,█0(g¸ "
b"#\e @\x19\x11 ‚M©¦N1CÜ[Kb "
b"#[Ð\x02 °ÁIû¢”\t ÜæÏP1 "
b"#—s\x07 fŽC\x03 ¢Fè]ßB—P "
b"#¼ùk¶COHƒÝý¶gú.È "
b"#Õ…xƒšG~¯Ü\x13\x12 ¼y± "
b"$\x14 ╚/j:J\x19 üõ&`¸├\x17 Q "
b"$\x1F yGª╚D├æ#±╗\x08 øÅ\x1C "
b"$1ú\x1E —7Cu™f‚\x0E §à"[ "
b"$6.¿œ’L*‡”hÎ\x0E 3e\x13 "
b"$_„\x07 Â\x19 Oì°Ó(îCG%¼ "
b"$¶µãÁÒOè‚å¾\x00 š¾*C "
b"$¥s■\x0F ÕK#ª¼¥ì%u¿é "
b"%Rëq6îC¿ë▓Ñê\v fì╣ "
b"&D¯—Á\r MѱŽ\x00 ð\x08 R¨E "
b"'\x08 “\™wGó•g¡6)å&, "
b"'\r 6HU)D&ºÝÈÆ_\°/ "
b"'RyÿgóIîèÕ\x06 öPïì~ "
b"'ì▄ÐÙ\x7F EéÇN\àJOeâ "
b"(Jt0tEJAÉË\x15 └ËÂ\x15 d "
b"(’ñÜn–C[‚’òmÑ|\x05 ë "
b")2T1é½Jì┤ÈÄï,\x1A ¥k "
b")hSÑ~0BÙì'‗7▒±G "
b")Ò4\x0E ¿FNΫØÌw²94™ "
b"*1È»╔Ø@ ©ìÿê░ùî‗ "
b"*f\x13 ╬»\x08 JKɶ\x02 ùxm©\x07 "
b"*Ññؤ<B7Üô¬Ö%y[K "
b"*¸\x06 àtáE£®ü\x03\x1F ¦m©C "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"+\x06 Žï\f ‹Lvšs0\x13 ¡e˜ë "
b"+Ic\x05 SÃO¢†qù<qMÞ[ "
b"+V.H/\x02 M×½Åðÿl?2╔ "
b"+yQI·ÁF»›Q)²Í^¿® "
b"+¡Àëc‚Aו\x0F\x1C ÌR¦?^ "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b",>\x1D W\v\x01 J@°õY‰KæÁ¥ "
b",Š€…ñøCð®‰ý÷ÒÏp: "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b"-\x0E Ð|ÌvH·€=Ò`‡\x01 ‡\x1F "
b"-\x1A obÑBLÀ½R▒¹°╔aì "
b".FÀw—uK/‡\x15 Aí¥¸Þ€ "
b".LÉÛ™þL³–L\x1C ÆŠ-Á\x1C "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"/U,‘/ƒE=†dPݳu\x1D\x1C "
b"/v½ôp"F$¶Ý\x1F Úv#öÉ "
b"/x®Öó›M9š~¤0`í–ó "
b"/š—-\x0E ˆLxª\x1A ¥OpP“r "
b"/ J–\x13 éE\v §[S\x7F ðþÒÇ "
b"/┼\v ÑÝÍE┼½¤Øøóf{Î "
b"/Ã╩Â>ÆAxôÅjadزÿ "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b"0\x08 µ\x16 UDM¼©×"Õ:C¸ "
b"0\x0E\x0E 3X¬A?ƒz\t ŸÆr<‘ "
b"0+¦Í÷'Ei‰0'üá\x10 O4 "
b"0`¡\t ´ÁK#üb\x14 W÷´Õ® "
b"1ESÕmÀB]¸”…ùìƒQ™ "
b"1[æ3\x1E ƒE╣Åy┌»═æEô "
b"1[▓þñØG╦ò<uµJÝÿÉ "
b"1dÒ\x11 ^zAˆ¥\x1F ‹¾éö‚ý "
b"1”Š@—AFÙ†=¬\r kþÝ/ "
b"1ÙYTÙA$·\x15 Üm\x08\x15 ½\t "
b"1î™¼ÂØJv¡u\x0F ‹\x1E }+ "
b"2\x07 a¿šCb«÷@¬#\x01 ‘$ "
b"2@2à±1N؇®û@õÿò‡ "
b"2Œœ`éëK€¸T”*B·e; "
b"2¬›?h\t B\x1E ´9h{S¶œ\x0F "
b"2─Fc\e ║K+ØÁ9,q*ç2 "
b"2▀Þ═G▓F\x12 ï¡Å╣╦wÙ- "
b"3sª\x14 B¤Oæ›\ƒ¨ÎGC\x1A "
b"3|>±+‚A'¹"nÒ—Pc\v "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"""
4‹Ó\n
IˆHn„yôº¬ª\x03 œ
"""
b"5\x04 Þ>qªNY–Ã}zA\x1C Ü— "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5&£ƒr·H\x7F ¤\x11 HIü\v ç} "
b"5íϸ\x12 %Edç3Áëì/÷W "
b"5öëËj°HH³ÓN8öJˆô "
b"6„·’¥§BÖˆ¹Ð\x06 'LWr "
b"6¤\x19 q´>LÜ‹H»]t?̰ "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"7E\x10 x¶IE ½û\x13 þÝ=k_ "
b"7jÑÒø\x1C Br¹ÓHÖ\x19 ÃnÉ "
b"8\x01 ×ì&êIéŒ×D—ë\r yí "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"8Ø─é╚DJFÇ¢.nóc3\x1E "
b"8·c\x0F 'LN¦§OØëíNS "
b"8ðëY«\x10 A▓ØLeûªFé¸ "
b"8ûæ}išI\x18 œ™µ[<}÷™ "
b"9\x06 à\v\x1F œMô»Þ ÄÞ\x1C ¢E "
b"9\e\x14 RußNë€\x00 ZnÑYö— "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b"9Ë┴z8║Jn¼ðL╩&äëÅ "
b":OB\x00 █ÃD+ô\x10 ¸b\x06 V7Å "
b":‘\x0E M2HCD¹±<Ê\x7F 5fè "
b":–Oµù=Kö¸½d\r \x1D ýĹ "
b":─{*ÓëG█©─*┼╠É╔' "
b":Õþô&¤H=ºqÞ„[•3i "
b";\x08 ¯pmºB”½èy.Ú;Ÿ= "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b";“œBtúE6©½O\x7F DýªŸ "
b";Þã\x0F á¤J-¼╗»k┼ÅóÌ "
b"<\x07 Žûû¨Ifµ?G9¢A\f ¥ "
b"<\x18 ù}S\x1F HI§\x07 #oÅ'è— "
b"<6ŸñÄÅO\v ‹š”ß[6\x07 5 "
b"<GƒÚ” @\x17 ŒTYYÙ=¬N "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"<tÓÔªÔKçØâ:]b¨Ò\x7F "
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"=4C)¶vHb¹Ï\x04 E‡¯õj "
b"=u0¹ýµKKŸ6\x04 ²Pà%\x1E "
b"=ª\x04 íßC\x1C ¼%÷×Éy²¬ "
b"=ÕŽ|EOJR®¸êaEã\x15 1 "
b">1àì\x10 aMÿž±8\r m\x08 ŠP "
b">…•%¢IV¥1V”‡dPb "
b">Ó¦«±0M¸¶¯ý"$\x17 ]8 "
b">ä⿜wN°®åBìM\x1F ’_ "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"?u&tC[F9r\x1F W•C‘ž "
b"?É¢\x02 ö╬E·║QU╚\x18\e ï\x01 "
b"?¢ÏX:˜B^ŽA\r 0G…×\x1E "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"?µ\x11 ù¶ËG\x17 ›yÄyÒ†Ÿ\x18 "
b"?õ3aU+O\x10 ¸Øø„¿½† "
b"@gë\x1D ËuK]©qÊlsþ\x07 "
b"@ò‘4 ™Dþ«ï}‰Mi×Ð "
b"A\x10 8å\x0F æNÛüЮJÖ\x0F ýP "
b"AD&p\x04 2M°ª7Þ(-\x12 N° "
b"An(:TƒLo«ı~õÓ\x1D Öì "
b"A€)\x14 *RH•£L\x1F 2©4]r "
b"Br'‡þBEŽºF'§1O\x1C â "
b"BßÇÙÅÁDÝ×\x17\x18 [┘PN\x1D "
b"Cnäpç\x18 N: vÆ\x02 |J5< "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"CÓÏWÚ`EŸµ»é,¹ç?Y "
b"DM"ö\x11 ÓC…²ÏÀX`\x14 E¢ "
b"D‰ÄäI·Ms’@Ú\e Å\ôÇ "
b"ES}`\x18\x0E K˜¹)\x11 ØÛH\e “ "
b"Em¸Y\YFޝ\x19 èV\t\x16 »Ú "
b"EnWá%$H€º‡\x0E ~”IåŸ "
b"E║■xÊ£J╩ì┘k\x0F ┘Ct8 "
b"Eð#FÔŸH/¨p!`7` & "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"F\x12 Œr\x1A «HȱEdØÓ5÷ "
b"F’jŸ0\t OV³£€Ù$uÿ) "
b"F│░Mà`J╠å<,Éi{!§ "
b"G"¯\e â3E'¢@¹#,ÿ/\x7F "
b"GD˜Ø÷ÃHtž¶\x08 ç^\x1C ¬Á "
b"GDþJÜ\r J‡¶ý@—,\x07 Ÿ\x06 "
b"GW(££ÜG\x07 Œ\x07 ðK½\r H\x05 "
b"Gø\x13 W„*E\x12 ŠØ”TÛ\x14 <¯ "
b"GúÍ`³‘LPº\x02 APŒþùõ "
b"HV\x02 •žªMö² PØØ¸3 "
b"I*\x04 :`)GÄæD;Ô├É\x16\x17 "
b"I3`P®µE■é\t üÕ\x16 #êW "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"I³˜°âZF¶€Šš%QI\x05 e "
b"J2\x15 ºN›F܇£CÑ8rB’ "
b"JÅ\x05 «ÌîFT░Y¨Ë\x1D Âð\x01 "
b"K¨\x00\e z¹DAɾj,¡{ÿ* "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"L²2ÁåÚIæ›Dú€éÔ@¬ "
b"LÍWËŽQJ^¸Ã|ô“Š”9 "
b"LÌh╠ñ©Foú©\x02 ©╬ÉLí "
b"LôØZ [C྿÷ìÜ-Y- "
b"MRDÌ\x16 ”L›¦=^¦d<§× "
b"MbgR=uJ¼¹Ü\x16 4/!Î "
b"Mb¿gè\x7F M¾°ÏáÇô€\x0F , "
b"NL\x0F ¹Õ2D[ˆ9,-}\x02 ð¶ "
b"Nx7\x16 àMH\t ®Ô\x05 âJ\x0F\x0F\x14 "
b"N‰'Ü—ƒNв(ÝLg=}\n "
b"O-ø^ñŒBʽ¤\x03 D.µ\x12 C "
b"O6õ\x0E /AL柸\x04 Éñ\v u= "
b"O\x7F £o>(J·’\x11 Ž\x11 ÝŸK† "
b"OõE╝BsH"▒Å╬Þ\x00\v ═3 "
b"PZX‚®®G5›Ý–BUµ&î "
b"Pe\x0E 3ôÌI¿ÉU├fÿ\x02 » "
b"R6.Z¨·Ko║÷É\x03 ÁEa" "
b"R¾èE¬æA걨dø\x13 ·á\x00 "
b"R┴N┘PßJ ┤Ðâi8¦\x08 Å "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"Sš\v _ò\Dѵˆfaéc\x01\x0E "
b"S´GkùvN¹®\x12 ¡B!{+i "
b"Sºð\x08 Þ(J»ƒ–ÚïJÃlÊ "
b"SàšÒàVG•¹³(\r ÕµXž "
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"T\x10\x14 “ƒùC˜‚>&ßý\f ×ý "
b"T\x12 \ß▓ÁN\x19 ┐ØY~ÖJJ╬ "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"U <Í¢bAKåy¿áFÉ¡╬ "
b"U:┤.\░HeÉÙ╩╗\x08 Ú\x10 E "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"UìPçW├Eìáù¡Ê¸■UØ "
b"U¥…ÙB?N:µê¹©N·V‚ "
b"V+ŽT°BB[½æv$ª+œÓ "
b"V2àÂ\x11 1Kɱ•± G0Ž4 "
b"VÀ_x¢ÚDЧÀC\f „r\x15 ¾ "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"""
WUÇ.c¨K\x08 «È|En\n
µß
"""
b"W‰¬\x10 qòNP®¶2jØ£¬\x01 "
b"X\x1F Jˆï½K(’+Éì´Fý\t "
b"X/O wbJ?–\x18 Gu¿‘\x17 c "
b"X:6Ü·cG€‹>:`є֎ "
b"XoÍí\f ØM³únÁÐ\x11 _K" "
b"X€Eþ\JLGªu‰ÛwDœì "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"Y\x04 ü\x12 î<Cë˜óƒö”\x03 Zn "
b"Y\x1C /\x15 é4ATœÊÂî’ó3} "
b"Y!┐\x05 H█D\x14 ×é\x19 ¿║HFÉ "
b"Y$‗µ║ûOJüغêv\x18 ┘Ï "
b"Yr^Ï2ıMÉø┘ÅÅ\f Ã8┬ "
b"Y}i0HëOßûÅt \v #\x1A\x1C "
b"YÖ │s\e H\x1F ü»h■Ûƒ\x04  "
b"Y™à(àUDØ¿ÁÍ‹\x1A “Œ— "
b"Yµïi@GI\x14 ¼»Ü³B†\x12 ž "
b"Z\v —(*‘B\x19 »M`g·¢é\x00 "
b"ZD^ \t ÖJqœeìë\x16 >q "
b"ZŸY5p\x04 N臟@·COpÑ "
b"Zñ_ZôoD«Ø\x01 ä\x12 [Ü\v > "
b"Z²î6µÄJÄ›\x10 áT¬•`¿ "
b"Z¹Q\x19 ó\x01 D¿‹ÈÒÄØ©\r å "
b"[ŒŸ\x18\x1E F™”#·Ú@Ó)K "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"[þ;×ÿ┤J'ûàê\x0E -É\v F "
b"""
\\x1A \n
\x01 òG\v ¶bÛGgFŽ6
"""
b"\&6\x0F sšG\x19 ‰‡X.}l\f < "
b"""
\0\x1C \n
>HD3 ÎûÃꢘ®
"""
b"\ZaéR`H^”û4gŠ„î_ "
b"\nN¸S■J╚£æëò╗ìô▄ "
b"\Œ»z³ÒI“¤§EE7TåÚ "
b"\¹9\v †ˆG.¼\x0F sP\x15 ³++ "
b"\─f»\x17 ¨C1É\x1F ■lÚN!ÿ "
b"]DóDöîK\x08 ØMå\x05\x14 ¸y) "
b"]p»¶`7B„™XÂòº¢ÿ« "
b"]Í6\x1E æÇCh‹-åc–ô±+ "
b"]ÐëT0RE+«Þ!Bš÷;¼ "
b"^ƒ\x13 l.AEm¹îTM¯ÑËç "
b"""
_\n
\n
o*áC®Ø│&Î}è─g
"""
b"_]¡è…²Kt—\v M\x15 ð/\x15 ò "
b"_t╬\x1C yØDXòÇêÊÙÀq° "
b"_ŽQYˆÈA舴TÌKóVâ "
b"`\x00 go\e\e CËÜîÉ\x0F\x16 0ô0 "
b"`\x13 ×¥¢‡@0µ\x06 ¦õ$\x07\x11 § "
b"`9Í€ulJ ›-ƒ‹zÍ\x19 0 "
b"`u[|\x07 iLÇü╬ïqºò³H "
b"`}ý浂Hê®\x1F ôFKƒ–\f "
b"`└§_\x7F ìOÖø\x03 ÐFËÃ-ú "
b"`øï¸R(H‡˜AH¾¸à\x08 Æ "
b"`þ1\x15\x12 ’MpµH:xY~º\x07 "
b"a\x1E ò*,¢M─É'!?╝©‗p "
b"a&4LÈyBƒŽ6Fä“ÏãÓ "
b"a‰ƒSÊYM\x06 ·ÎxÕ²0® "
b"aã÷sÒ+JJ±B\r xá~ê\x15 "
b"a¸¨OrÒA8│Ø"äƒâ&a "
b"""
bœˆÇ@\x08 Nø«Œ\n
«d[”$
"""
b"cT*ùM&MŒ¸ïeèÝq\x17 ò "
b"cÌÅ╬0Ð@Óü¢lZ`²ÙQ "
b"d\x19 ¾^ÄOåŽÒ‚~ä\x0E Å\x01 "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"dÕo´RËDüùOä┤╣é\x0F w "
b"døNútïF÷¬K^@\x00 B‹Q "
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"e|š¶JIOàše\x00\x16 ï\x0F\e Ì "
b"eÖ\t ãMmJ)ìÇ8ÚbPú\x12 "
b"eÎÌ!¸5FܻҞÜ\x13\x17 •0 "
b"f@7Æ\x16 -H“ˆJE\r Íc©U "
b"fæOÓP\M[¥ò|zlÇÉÉ "
b"fÁË?a!J\x13 å¬Ö\x1F É\x04 AK "
b"fÒ˜¬è>M¼ŠŽ\x1E @·õ° "
b"gé\x00 9ÅcGpî-Þ\x7F 3Ö%> "
b"gØþWíNE6ÄJÈ1Ü┘Oä "
b"h¶Quý\x17 Gl’Ê*ÒqCÌ "
b"h %│~CäÅÉ│Åı▄æ{ "
b"i\x01\f\x03 ªðMÙ¹\x05 Á:XÓÿ† "
b"i\x17 ¡«8ÀF[¿$CíÝg¤÷ "
b"i\x1C X└\x0E ƒL\x11 ø╚9[eðPØ "
b"iB:Ö%\x1A Iš´\x7F ÍÄ\x18 <G‹ "
b"iù/&‗7IïÄüuGËÀ¾K "
b"iÞAµ/€F‰ŽàÖaÜhg' "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"""
jT╣ÏãÖA\n
Å\,µp\x08 °U
"""
b"jxôz;\f LÉç\x06 ¦¢»\x12 `¹ "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"l\x04 KÚ^o@DÅNª\x1A ¶ÎòÇ "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"lwð" ãC\x18 ¨¿°HŸÕ3$ "
b"l└Ïq+VIü©dE¢╦¯` "
b"m\x1C &eõ6G¢¤¢UÌ\Ú´À "
b"m&\r pEÃHʾ\x04 Ëms¦\x01 h "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"""
n\x07\x11 &¥ÝH<\n
\x02\x12 &IjÇ
"""
b"n\x16 Nÿã/G¦‹ÆKHZéL\r "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"oj\f\x17\x0E ÒA—€\x03\x0F Äg ,ß "
b"osž®‘fJO¡ðL\e QÁHm "
b"o™´Ö\x03 ¸M\‘gf\x19 ™p\x07 ~ "
b"o×o³m_C\x02 ä\e ░É\x00 q¥\x07 "
b"oêêÑêûL×´õÝó×ãI‹ "
b"pj/´=@Dëª$ÝK‹+± "
b"r`IAs{A\r št^K\x17 ˆ÷Ù "
b"rw9ìå\x06 D¨ó$\x04 ƒ%xèñ "
b"rzG4%DAÞÅ\x15 ¡╬o╚▓â "
b"r…<–qíI!£\x17 ¾À\x14 HÏ "
b"s‚zÂaTIf¸þöЙ\x12 úé "
b"sß\x07 ªñ'G̸ͼáyå\x06 @ "
b"""
tw\x19 P'èOÅ‹·©\n
¨ÛîÁ
"""
b"twµ9-‚E;žk_Œä0Íû "
b"tÃ̪ušA'—¨o±î0ã "
b"u\x05 —G‰ÞC*º•\x1E ˜6ð\x18 g "
b"u\t …™´FG†§…hBûÁññ "
b"u(vA=6@>¦Ù…›L\\x05 f "
b"ucsìçRBùsŒ\x08 L;ªw "
b"ut±ûWôK¯L>]Êâ‚\v "
b"uøW-¯(F*‹::\x1C\x1C o\x7F › "
b"uÿìÄyÛMr¡Ä[\t\x12 ÈwL "
b"""
v\n
\x10 ‡ØýNù‘¨š8ÒNý…
"""
b"v*ž‹\t üHôŠ.\x01 •fþQž "
b"v`DlÊoB=¹æ}±Rµ\x1E Á "
b"vçÂɾ¶Jéç ¿\x01\x1E\x05 ╗V "
b"v¥2¿î─Iö╝qüi\x10\x1A U$ "
b"v²}╗\v ÆLÌ│üÅûcñAt "
b"w¸hš¯8D¸¶¶Hq=w&à "
b"wþE)a{@’›\x00\x18 NëULF "
b"x‚iG[ùL,£ÐE’\x15 vÙv "
b"x†¾\x17 nŸNž´L7Ò/ñ\x10 © "
b"xíýz┐MASïÆàì▒æ)n "
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"y¦ÄQ!\f LAü¿p)Ùƒ`» "
b"z[³vÎhJ¿¡µ`¯\x11 ´ÇÓ "
b"z®÷ÊËlAU´LËOª9µ¤ "
b"zàƒÕ´¿JÍ¿ÇÌÐÉ/þ* "
b"zãk/Y³E‘¾MµQ\x11 ÓÝp "
b"z \x1A y&RAÛó\x03 ┐¦▀_ÆÅ "
b"{\x15 Ô‰IáLŠ»u\x03 ôCð_ö "
b"{H\x18 »ŸšI\t ¸÷ºyý.JÈ "
b"{Xo‡\t $Oñ«\x13 z\v ÕžDb "
b"{[rC9\x01 M1½yÂüaÁûŠ "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"{äâãcDL¸¼íQì®\f ¼Æ "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"|Ó\f ·‘ÒBú¶¼-\f #8hÉ "
b"}8lÅÊAL[▒║\v ò¶¨.Æ "
b"}9µ÷▄\x1D KÉ░Ví0*Ù}\x0E "
b"}r…¦\x0E µD)½¶‡ŸÍÌ\x06 ¸ "
b"}–\x02\x1D †„N4·-é#dPUA "
b"~XÊo\x18 …H\x04 ƒ¶Ð\x04 úäÒ\x0F "
b"~|\x19 $[\r @*«É~|¾W\x07\x1C "
b"\x7F &ŸÜ$ÈF\x08 °P`ßD•C\x1F "
b"\x7F 9\x03 †0bKĉJó¯æ'a_ "
b"\x7F ³o8Ò¬L²ž\x18 i“E·ä "
b"\x7F ¸'¯>\x08 L\x15 º\x00 4„t\x14\x04\x16 "
b"\x7F ëíK\r LH\x18 ŠK\x19 Í\x1E ±Á— "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"\x7F øùS\x0F ú@(„ââÑ‘aoœ "
b"€\x01\x19 »\x0E ÈO†k—oLðÍZ "
b"€’OLmºC\x0F –Ê\x1D ¨ò'h} "
b"ÇÌ»╩ÊçAÔüú«Ñ>_\x13 µ "
b"€äI^?îB·Œ£Üyúk É "
b"üWìÃCÏJcâÉ\x1D \j`_ù "
b"üXô·StCî¡-M\t ╬vÛP "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"éA\x18 {\x05 xDüçxiãiAY╔ "
b"‚Ru|E<JŠ—TÍôb·\x11 ¯ "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"éZÒYßüD9ó¹~=ïA¿Ð "
b"éÜæ╬»ÎM´░cûs¿RØõ "
b"ƒ¯¢Õ6xN§¹kÖÓý~Or "
b"„\x10\x01\x02 Lw@¾7¾qúoœ¨ "
b"„\e j^Mï@_ŒÏüÚdn ê "
b"„Jà]¤ŸAç¨é©©µSòÿ "
b"„Wwøª\f ER¼Ó’ji\x01 ú\r "
b"ä~Ã▓┘¢OXó┴¹▀ì5kD "
b"…\x0F ®S7\v M}¦\r £\r ÷Dܼ "
b"àY\x15 ÅÙ`G╗ëK┤GýîK╣ "
b"…‡¨ê_CI,¸/ÀÄã\x13 jŠ "
b"…¡ôh>æF‡s”=¼\x17\x1A "
b"…ÿ)êO\x05 Js‰iaW-𲘠"
b"†I\x00 «~ÊA\x1C ’£(V[<\x01 é "
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"†L5VúJ޺僜Aá( "
b"†Ø\x1C hc\x12 B~–Xë¹?Ú“ü "
b"‡M-\x16 ‚CJ·Š2b\f °ó‡\x06 "
b"‡{·˜ÒìFŸŸûFIBBáZ "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"‡Ë\x0E\x0E ÔßAÜšç.ÆUAcD "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"ˆSì"D)F¥‹1qœÁ»ªf "
b"ˆXêˆ \x07 Lk½Ì)Ïv\x1C =ë "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"‰©›\x10 ”\x00 JN³c]‡e\x11 ™X "
b"‰¹D2/(D—¾]éz\x01 ”‰Á "
b"‰ËBcJ4J¯ïò`‹\e ÃÎ "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"Љs\f ÍHDô²‰Ršë(\x17 ´ "
b"о£)Ý…E›«\f ±¼åô\x01 £ "
b"Šýœ%z•OMžU\v Î×õ G "
b"Šÿ¥b|ˆA=’©g˜;\x08 b\x0E "
b"‹^~€íÌDÏ—³Z\x02 2AÃ< "
b"‹Ç,‰uöK/¤Œ!¶ÑO‚« "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"Œ\x1C áC\\f F=™Jpº4Ìe‚ "
b"Œ_\x1D òNJD§åøÑºž¦Þ "
b"îèòGEð@ÎÅa╗M\t\x16 Ã■ "
b"î┌5ºEsDF║ìË\ÂíÚ╚ "
b"ìWÖð¢\x03 E\x1D ô²g\x16 Ѭ,\t "
b"ìrqÓ7┌K\x12 í²\x11 ÒÕR&\x08 "
b"ìá7®ÓWF┐ç@jCº5ÿt "
b"Ž\x15 V4UHK\x04 ·–ž’(\t T "
b"Ž\x1A šûƒ2Fž†Üz´ødÈx "
b"Ž\e ÒŸy AÞ’•\x11 ¾>\x07 ·% "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"ÄDÈT"kD╠¬F\t d.tüT "
b"ÄZGï╦8A┐®\x08 _─ııÅG "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"ŽÒ\x11 åŽÒJ͆ç°D¿¸6` "
b"ŽøÂ\x13 •ŸO`¬¤v޵àn» "
b"Å'áõeÈKv®^ÔÔ?ß▄Z "
b"ÅÉ\x08 !\x19 QEHÄ╬¸.ÇF\x13 â "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"É.Z«°\x07 D»ä×á╣═̸? "
b"É5ó╣ÂÐH\x1C üºç²GÛH└ "
b"ÉE¶ú><BÙ╝┘Å\x0E [█DG "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"‘\x15 ÃiÒ¼KԜؽrC`¹5 "
b"æü§°\x11 Ä@rû \x00\e Ù«ùã "
b"‘Ú”1#ïHv®AFè\x07 ¸‰Ü "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"‘þÓðÿ{Bþ¤‘>£Æd8² "
b"’\x03 âQû\t Iͨ\x00 3\x1D ¬;§Ô "
b"ÆÉ'▓‗\t AlñØË\x13 W=>X "
b"""
’Ë\n
yèbG¾½ÆäÄÒ\v g\n
"""
b"ôìµ\x1F à#E\x1C ®åZı\x19 T╣\x13 "
b"“˜—ˆ6SHy¨¬9h\x17 -'± "
b"ô╦e´íkJ{èüÉdOµÀE "
b"”'î\x7F ÛÊJž¼\x1F\f âïäW; "
b"•USœƒ\x19 Dr–QáÍ\x18\x17\x1A ¾ "
b"•îJ_«{E÷žKærm‰} "
b"–<2b%íI\x13 ¼¢\x03\x0F |çŽë "
b"–SÒ¨”jLI»²–V& "
b"–Û_sû©GT£×ß"}’¡\x12 "
b"–á>Ù\x01 2GYŒ\x15\f QW<©¯ "
b"ûþ▀øz┬AǽÅ╠bØGPR "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"—6Áå¶%DQœE]x@ö¹Œ "
b"—Ï$àq‰FŸž«×+n<“. "
b"—ãôð+¥B\e ¾‰ª%«%¤s "
b"˜½Æ@œjBß ¢ûh†-{Ž "
b"™Yà5ìÒCyžj°\x1F ŸÏÅÊ "
b"™¥”ä„|H‡±¼¸#þ\x17 L‚ "
b"™ãc&Ð_Où¢&·Å¾ìp/ "
b"š\e !õ2ŸI©“òùÅ\x03 V”¦ "
b"š\x1E <!¹ªK\x02 “¾ùǺ› Š "
b"šˆM7X#F?‡"•„$\r\r ý "
b"› \t ØQ“A\x11 ¶–ˆ\x01\x7F ºÔ| "
b"øÍÆH\x15 ÉF¥Ç\x04 ~é'╬d½ "
b"›ð‚¦‘¤IU•‰d@Å\x0E •? "
b"""
£╔Ú░ËÉA´×)ê\n
ìÑ╗╔
"""
b"Øq¯ép&@╚▓└BL\x10 MÓ\x08 "
b"Øt§^GÉ@¨â«; @ƒ¾░ "
b"Ø╚{R£nM«ÿu▓K╣AY\x18 "
b"ØÊLê(┼N!é_=bÙ■«w "
b"ØÓµf\x10 5Cªü╩¹╔½)Úû "
b"ØþøñY▄D\x06 ╝~¿\r ╔ªWs "
b"Ø÷<îsÊLÝ┤█^▀■î\x01 ö "
b"žE³’-I’½4\x03 …¶ÂeÝ "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"ž£Ü÷u\x00 O!ñzø\x1A , "
b"×╣bBÕüA\t ó_\x18 ┐ùKóR "
b"žÖw\t uôBJ¯í«2][\x16 ¬ "
b"Ÿ,´¿7ŸE\x15 ‘–€:ªNPß "
b"ƒ8éFI▄L\x13 ó4¶Ó\Å3F "
b"ƒ<\x19 ▄¤\x01 H▀Á`ÂlŤï8 "
b"""
Ÿ—Ì\n
·žNU·âQ\v ™,fÂ
"""
b"Ÿš\x1A ÛXqNCš\x1C ½VˆØØ¢ "
b" \x1E Ç7´\BæšÁÊ_ëÒF_ "
b" ì$ÔfH0µñÕÂ!çÚÀ "
b"¡\x1A ü\x04 ©uH1‚ˇ\x07 O“û\x03 "
b"""
¡;*ÈåêAH€í[O‹\n
ÿ\x10
"""
b"¡›ø7_¢AmŸ5LÜØ\x19 ý\x1A "
b"""
í´\n
5mSKeê│\x17\x1A GÉi·
"""
b"¢Cj¤PoBû³p9˜Åœ¦Æ "
b"ózÉÉR\Fv┐¯|?(:&o "
b"¢ÞÊ=cÈ@R‘3\x00 »ðrÖ\x13 "
b"ú=│Ø░>M─ê\x08 <ò\x1A\x7F ╗R "
b"£|ñiWÝAe–\x18 &³-¤á± "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"¥=·©•£D«¥GqX‹÷\x07 B "
b"¥¨øõF˜G6¥²9÷œº][ "
b"¥ïÒ…ÿùKÜ®•\x1E {01Áæ "
b"¦\t R€:ŽC…ºœ,yÆÎåÉ "
b"ªZßı±gL*׺"┼»Xìí "
b"¦€äSjŒBÊœqöÛ7\x12 ¯¤ "
b"º2¦ïºªMÐô\x18 ╬VvèØz "
b"§C=I[ýN‡ŠŠ\x06 j=rIb "
b"¨\x07 ¯c\\x05 CP‰Ö'Y™•¿] "
b"¨\x1C £þ\ŒH✳\r }L§©’ "
b"¨,è\x00 r…J–Š\x05 ‘Õbmºý "
b"¨fš „«Nü ·M7}‹+\x01 "
b"¨‡\x1C G‰UOQ«å\x0F\x18 £o%ú "
b"¨Ž¼yÞ\r D´–´¹Þ¼Á?~ "
b"¨¸þ\f\x13\x15 JAŸ\x19 Sç\x01 a\x10 õ "
b"©\x05 =YëýMG²Þk\x13 ¾\x03\x05 "
b"©eS©:õE8ªõ´¼¤6Q! "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"ªaR5î¸Dè²í?\x00 æô‰\x07 "
b"¬Ë\x13\x0E §½@Óì╦8ÐG#h« "
b"«\x12 Œ8€VCî®Ò¼J^š\x05 K "
b"«\\x05 €Ãµ@ë‡è½’\x06 f"æ "
b"½«Ò┬┼GI¹ƒÁP\x00 XÉ\x07 1 "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"¬)\x15 ô‘i@‚ŸMKâ1Vq\x7F "
b"¬-O.ÙxLt¼ÊGgé\r Ä7 "
b"¬O³§N2H\x1C ¥¹“Ý\x1A &R? "
b"¬gò±±è@`½&;.¤øžQ "
b"\t îoü¬K˜““ñ¬±Kx\x06 "
b"¡LìEÙýAĺ\ýç\x10 ÷Z6 "
b"T˜à£ôHƇpnÔŠ«Nè "
b"U½Èî"O9¯2É\x16 {Ø4b "
b"¸øØv\x06 B´ž'Ê\x02 nˆ>\x06 "
b"ÊôûK\r MОTø/lõÑË "
b"®6@óO®@\t ±,ßß?ÔI² "
b"®c\Ù´òLþ¢z\r ‘öX¥" "
b"®ÝcU¶ž@~š}/þ f" "
b"¯\x17\x1D ›ž±K”ª`Áˆ+´(\v "
b"¯Ž'¦ånK\r ™’•Nâ\e UÐ "
b"¯‘\x1D ž‡VH»¼\x12 ¯†\x05 úóà "
b"¯Ù“¶0N ¯âΗpm;” "
b"»¾O\x1C ÷ìCýÂ\f [ȧJç@ "
b"°5\x1D\x7F ‹EF\x1C ˆB©fàÈ\x18 u "
b"°ÁTliÁIÕ™\x16 :Û¹•$ì "
b"°Þ‚ç¨(M÷«í\x7F Ë¿¤D# "
b"°ì\x14 Ë'wE$¶M\x12 ì\x1E eb* "
b"±$se°\O\f „éAÔЫú{ "
b"±2jk[cKÿ€3¯½Ò&ªj "
b"±ÍÉžAZI‘¹\x13\x18 :ÑoY^ "
b"²\x07 è\r 4ÀG0‹\x06 µþömh\x1D "
b"²ÇÇÝ\—C\x18 ™À\x05 )gF‡\e "
b"²Ó\x0E Ã;*Gð·÷'\x13 Ž\x07 * "
b"²ë\x7F {S\x06 J\x18 ˆÆkpCÃ\x01 "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"³câbF„H½‰ƒMF«LÀ^ "
b"´'–ÂÉøLÛ¢ù\x16 Þ\x12 ›æ\ "
b"´7öln\t N¤°\x1E ¿*‰Ä\x10 … "
b"´xJs\x08 ¬Cc‹\x01\x06 ½\t J†á "
b"´’\x08\f a€E—º\x10\x10 ™*« s "
b"´§œÈõ‡M¦²\x02 é˜\x1C L·T "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"µ*7ôVuG4†ƒËP×°I\x17 "
b"µZ—v\x1F GL\v ¥\x03 ‘œ3ïó "
b"Áì²┌$¥@}£$ãfm»█Ó "
b"ÁáD\x1A Ò N¸ÿ9ÔÉ!Këß "
b"¶\x04 ã̤\x0E D«¹\x01 SF£Ó{‚ "
b"¶\x16 bUñ4E¼žrÖ\x1A 8û«» "
b"¶‘>¹èÛG%±]Ã\x06 0œŒp "
b"À\x10 ã\x0E bI`üø└╠V®g& "
b"""
·w{M×)MQŠãÙÅÆ@\n
-
"""
b"¸\x1C »…ê×Lµ€Ç\x1C ¨¥šˆ "
b"¸ŸÇi¿<Ey™¡ï¡QRrÜ "
b"¸öóNÿÀG;šçd=ÈœƒT "
b"╣\x0F\x17 W'¿H Å\\x17 ÚîFÛ\x01 "
b"¹:§Ê\x1F hBu–\x04 eÔ\x05 ÷Ñ× "
b"¹B‚ð\x1F\x0F M‹ªd5$¼EJ{ "
b"¹Ó—ÇIGE½–\x1C B›?„\x1D\x12 "
b"¹àÜ‚€ÀMá‹£€“[SmÊ "
b"║\x1C ‗¯JèH\x17 Ö;n|=ÊìÊ "
b"ºFX¨ŽóB†¶=‹&ó¨Þ+ "
b"║df!ü\x17 Bûì\r \x17\x7F V-¹╔ "
b"ºoC\x05 ´\x11 B´´ñR\x13 H¬Zª "
b"ºÍóý¸±Gê‡íÝjÈMÝ\x03 "
b"ºø"^ƒdMO©;u\x1F -\x01 ñ "
b"»*Î;·ÃIùœf\x1E !¼(.E "
b"»:o‚úÇEŸ‰³\x12 |ƒªÃ¯ "
b"»ƒRóšÊC¼¦»´õ•¦ 1 "
b"»¯£e3_O6½3s·Ÿ$g» "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"¼iB¯%/C]£«0ȧ#‹Î "
b"½£Ã\x10 +F´‡76ðl\x12 Íó "
b"½§4e‡rE\e ¨&)Ö¨\x06\x1C ì "
b"¾]4syMFú»)±\v ÞzÖ˜ "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"¿ßU:ä¶B^‡„‘\x07 *©ÒÞ "
b"┐ÚcÉ─}H\x07 áÒ├ßî┴³╠ "
b"ÀQY\r ŠòI=–yíü8ƒ"› "
b"ÀVB…¯GM$µÎmác\r €% "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"Á3Ф®^K= ÅB̧\x14 ¤É "
b"Át„¶œšAj¯ò™7Úgö’ "
b"Áš4€ñ°Eb‹ßT`q\x08 Òq "
b"┬\x08 üm»┌H¼©øéų▒Q@ "
b"Â\x1D &0…DGä´¿§Ú’+—Z "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"Â<Òý 5F\f \x12 eÄ—‘ì\x16 "
b"ÂU|í^¯F¯‹ªàs$ƒ\r ¢ "
b"┬Çí┬║_L▒ôk?ï:}Ø\x7F "
b"ÃpúüØH@m¢wÉK³]d´ "
b"Ö†h…9Kï—ò.;¾óS˜ "
b"ç(?‡…Ea§6ƒ-NCÏ\x15 "
b"ÄPÂòû©Eå¢L†á®(\x17 # "
b"Ä]än¾\x07 AÓ‰¨´Â\x1F &¦ˆ "
b"ÄdCãrfC\x14 ¶Dºø‡BtÑ "
b"Äl!Fª7Jm§\x11 yÀ·\x0E r' "
b"Äúm6u™Lí»¯t±¬ÓÒo "
b"ÅLÒGÈÖHN‹Úž›x\x13\x12 · "
b"ÅWŠ¥?‰KQ¼<9¬çThÑ "
b"Å®*?ëDJ|·\x08 G±V\x1A ^\x1A "
b"ÅÃÓ\v µoL丙G>PÌv. "
b"ÅÛéŒü³M:µØšÓõú¨Ž "
b"Åî3ªO\x04 GÚ¥Ò\x00 ï\x0E _.ï "
b"Åò6ú\x19 ñE?´õO‘\x07 oß "
b"Æ\x14 ÎrçOO¼‹œ‰žÞ—~É "
b"Æ7<“\x10 vGa‚\x17 ^i¨¨x "
b"ÆC\t öÐÙCè¡¼èø¿ŠjF "
b"""
ÆÂ<»\!Ob°Â\x14 jk\n
¥`
"""
b"ÆÔàV\t iHWˆ$ùGçeèa "
b"Ã\f ┐▀óHAfØ_Aæ‗B>³ "
b"ÇEÈP©¯@=°÷Ri0¸ž3 "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"Çá¬âV®H\x1E Qü×KÛ{ "
b"""
È\x03 ¤ÅÔŽO\n
‰ý\x18\t\x0F •Uß
"""
b"È&0†BÍBî¾±µÂ6jMù "
b"È]GƉ\f K´‡lºÑ…8s\x13 "
b"Èr\x0E píŽAзù雌¨Ll "
b"ÈsǼ‘ùFz‡]ôÁ\x18 ˆä\x1A "
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"╔Åð¶±\x05 Büíµõí Iåî "
b"╩\x08 £▒#hJÚÉpê╩{_│® "
b"Ê\x10 BRxŸMã¾J¨SnÇ)\x12 "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"╩\x1E ïùG$K{║¯¥,)ü╦w "
b"╩+ZÝvYKØñ8\t 9╔¢;. "
b"ÊN€]w<A»¬¯ 5\x7F RŠÆ "
b"ʤ’ßl«H\x15 \x11 $£Â¡›š "
b"ÊÎVß·@D\x12 –ß/#”bÊó "
b"ÊÏ\x10 'o±F\x11 ½CÒ·ô(ª "
b"Êòê\x1C Ä\x12 Ná¨2—?÷[¾¯ "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"˼¬Áº\t Ež½Ü\x11\x15 ÿ\e g] "
b"╦├;É÷EN¶ïßıöDÌ9ù "
b"ÌL(ìHY@ü¿\x14 y…£Äšž "
b"ÌN\x19 7åD.»¸±ÅžT\x0F Z "
b"̨“V×\e DÛ‹‹Á³\e\x18\x03 ¥ "
b"╠õ╚█┤`K3óØz├\x7F q»£ "
b"Íx¡š¹×EÉ•\x18 V\x0F ÎÆ¯õ "
b"═ùoY┤ßLØ¿\r Ö-Mõ 8 "
b"╬\x02 Æÿ?\f E7íÂß├\x13 Ø\Ù "
b"Î`À1=ŸA\x0F ‘±ˆy\v e\e u "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"οßûà\x1E LÝ£Žv\x13 8zù\x11 "
b"""
¤\x1E ¤ì´NL2á>ÿ├\x7F \n
ò
"""
b"¤@·|┘iExøÅW1║`─# "
b"ÏQå-ð\x05 E^¼H¹\x04 °½‚š "
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"ϸÀŒ\x08 =Dÿ»`:\e ,k÷º "
b"Ð\x1E ÷i§NH¬’¤I¢ê»Ôj "
b"Ð$\x1C S_=H™¾€²™\x06 ¥\x14 æ "
b"Ð=¦³þË@ã…õd³Y9Ë\x03 "
b"Ðw¤·înF\x17 €}\x01 ¦½àV¥ "
b"ЂyBÜ‚O&•7\x05 iU/›9 "
b"ÐëLàØ■@&╗æ\x13 ┴Øèt¬ "
b"ѧdù¬ÃMuŒ¡gY@ÜæF "
b"Ñ›‘Ò=L]‘.›ÿG“+> "
b"ÑëÊPb%@€¡Š€œ«JŠ_ "
b"о+ìÂ╬Ij©ä§þ│\x7F\x7F ) "
b"Ñþò<ÈŸAܼȟtX/ôË "
b"Ò,;ŽJÅC³ \x1C ÃÞ.ÒeÎ "
b"""
Òž\v \n
\x1C\x11 F¯½öâaÃ04m
"""
b"ʽDf#fIêø®\t GôÍüu "
b"Ó(Ìe¿¾Jʵñ#-ÉuÓ\x0F "
b"ÓJsðV³MΪ{\x03 ks.ÎÌ "
b"ÓR\x1F xø…F+µ\x11 šI>ó&° "
b"Ón\x08 ]+òI;ˆ\x13 —8>Ÿ‰ê "
b"ËöüÄXûAö¢\x19 ±`2ùø▄ "
b"Ô\x17 Ž|yöBÙ\x07 O\x7F ôÒ "
b"Èa¸P}9F\x13 ½\f ÉB\v ,┐¥ "
b"ÕQ\x0E %\x15 sIæ“d¬War¶“ "
b"ı¨sYÙÓBÀçG\x12\t\x1F àÉ\x1C "
b"Ö5ò¾®YD.¡\x02 Ap_é\x1E ‡ "
b"ÖS§šPãAwº˜P\x19 •Ãä_ "
b"ÖëT \x02 ¯K\x1C ƒ;\e Ç–KG\e "
b"×aCRá*IÏë\x1E t;;\x04 $ "
b"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ù\x08 dy\x01 ÎL±šï]Ès°é} "
b"Ù\x12 Œ¼\x1C 'BˆŒ)\x1D U’›…¯ "
b"ÙJ÷åUòMÈŽ$´\x0E 3Ay¶ "
b"""
Ùt©‚\r ìD<ˆ+\n
\x1C øXüo
"""
b"┘ÛÖ▒§ÒKGÅÈ̹ªfYÍ "
b"Ú\f èçöpO^¾OõóFÕÎ’ "
b"Ú\x10\x0E ':FM\š™±\x10 ¦±T\x07 "
b"Ú6?QWÉD\x14 „Ê·UË\x0F §W "
b"┌Ô;ØÅ\MXì┴Ç\x03 Hj#ï "
b"ÛcJk\x08 †Gû—[\x1F m\x03 ¦ðà "
b"Û‘ÖR8¥Gº“ù]©½ª\x19 S "
b"Û»Çü–¿G©¥Î˜°7ñÄÊ "
b"ÛÓyðå(DX‚ú¢¸\x08 ÒÓj "
b"""
█·d*éjMèèì^\n
■Ýõ│
"""
b"Ü\x15 —\e 2ˆE`·å¢¹»”]\x10 "
b"▄6-^ÀLGiÉÐ═8ð╚\x12\x17 "
b"▄;É«\x0E "H#û/[år88ê "
b"▄Y¸8│øLèüÁO\x17 S█½▒ "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"Üf\x13 ¤OqAa‹FÁ)cT4\x0E "
b"Ü¥ð~‹^Já‰C5»éÑg] "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"Ý\x12 Ïʨ“B¼¡P¾\x1F Ý Üµ "
b"Ý1”Sæ\x10 Kÿ¯S6•à‚ªÞ "
b"ÝW’\x03 )aCØŸ4ê%·o«z "
b"Ýn\x10 (íÄH\v †a}.³‹_Ý "
b"Þ\v z‚O÷@¼“Tq˜'4Ð "
b"Þ9'ÇBëIЮŠS(¶×æç "
b"Þ[¤‹@©F@…Á¡ÕL*,¼ "
b"Þ]눧|Bʼn\L\x1C ¿Ì(É "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"ß•Xþ ÍE\x17 ’4\x1C î•\x01 Ðà "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"àUâc^\x18 BVŸšA_0\r U´ "
b"àu\²¶äFG¢‡’N™>ðŒ "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"""
àý\r\n
„šN\x05 €\v M‰šø\t 1
"""
b"á\x16 ò¥¤›OÛ©6N\x00 «a ý "
b"""
ßçðeXûI¸Øã░▒¹\n
╠d
"""
b"á—ƒŒŽËGÊ¿,\x12 ¶j\x18 ·Í "
b"á«Úô¨AEr6K˜Í\x18\x11 "
b"Ô_\x02\x1D V\x1F M■£¥n\x0F N\x17 ìå "
b"""
âkôú+N@á‰Ù\n
\x13 RŸ\x18 °
"""
b"ãnd§8¶F%‰¶`)“cîÔ "
b"Òóe▓þäEwÉ;m\x1E ?Sû╔ "
b"""
ã²B\n
8·CY¦‘F©Ž\x12 Xø
"""
b"ã½lÜCUBh¥œèKBþR\x0F "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"ãð×\x1D â†C¥³ûlA\x0E uË) "
b"ä\x04 ûè“¡G÷®à• "WÛ\x17 "
b"ä%¿±-ÇGi„Ö·”“ü=\x1C "
b"ä[ĺ;ÚAy¥¯éß©1ÀÑ "
b"õ┌´■┼hIÜüOÄe█ùNÔ "
b"äÞ&@©/J\x08 “§¾Å‰¶À\x14 "
b"õ±G\x14 úÔE«ì½ûÌ\x12 £ä┤ "
b"äúˆûhòGÀ¶Îîýµ“\x00 ò "
b"Õ\x10 4#¸\x13 A^┐¬â(µêɺ "
b"ÕLø¡pºG¯É┬\x06 íM▄. "
b"å¥"àÐXAœŽÿˆ\x12 ‹´1ó "
b"""
åÍ('\n
êJw•Å;t09c¢
"""
b"æ\v 3š—$EO¤S\x1A ]¢oCž "
b"æl8&^ØM\x15 ¿\x16 “Ñ“;>ö "
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"æçüt‹\x19 E“—kí²‘\x17 ‘ž "
b"çdýÃE„Bp˜ý§\x17 ›¸J• "
b"þ¯ã!g▀Oå┐ñäØÑ u "
b"è0(7\x17 ·CT®xß\x7F ¯ËÓÅ "
b"è<\S¦ÀOÛ¿71Ó×\x14 C\x04 "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"訬ô¼¦L\x0F ¬.¼<?$?? "
b"èÀ,!'KGt“O9¦õîÆ1 "
b"ÞıeÍ@|Gcî\x07 :gì3┼L "
b"ét§Ï\ðB\x13 ¬é¿…¬ª\x1E [ "
b"êŠÿ\x16 Ê8K‰šD\x04 VyLÛ\x17 "
b"Û┬¥LAHL±ü6±¢╣\x19 ¿┘ "
b"êîͶóIí¨ì'€Ui\x1D "
b"êðBí`WEb“¾Ÿ#y[\x04 ¤ "
b"Ù³uÖA¾Jòì`W@[Ltþ "
b"ìhXí@\x02 C\x02 …†‘¢\x1D t‡Í "
b"ì\x7F ì,\x7F 5G£ŠNc$\x04 „sB "
b"ìÞûó²°EF¯WwÅ™\x0F öm "
b"ìý˜f˜ºJކ€Ìã:a¿t "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"í:Í\x02 –\t G³´tùh0_…l "
b"턵‘‹iN\x0F ©\x1F çR\x11 }\x02 E "
b"í™õƒç>N”»‡hÔ»À¥‰ "
b"¯*ì``\x02 E└û\x11 ,╩Di0± "
b"î· tý\x14 N‹“Á/ÎX\f\x7F L "
b"îÍ{¶™®NÇžLÙùBKç° "
b"¯ý%b▀¸O\x0E âıÀh÷ÞØ┴ "
b"ïx‹ûðF[²)ÖU×ð(‹ "
b"´ÛB▒7dMnÄ\x11 ت{w*Q "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"ðê\x1E &* F‹¤C9êM\t •« "
b"ðù©˜çH@–¦=™tžÕ} "
b"ñqvºø\x7F O⊰@'Úk0% "
b"ñÆ£>\x00 OJ\x03 ¨¿\x02 \r Ýêq: "
b"ñä¥T#ƒF‡”ÀQ\x13 >3TU "
b"ñò\x17 €ÌHL΂ìÍhÛÿ\x07 ¨ "
b"""
òLx»75Dh”\v š\n
Á\x1A\x0F Õ
"""
b"òl6Ûð6L€š=µÛsÿb "
b"ò‡\x05 DÇ?EŒ™›K5ïk\x02 ¿ "
b"‗ëôê\x17 rBgÉ\x06 å"DO\t u "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"‗¹w@$ýG\e ûÒÞf?Å▓z "
b"ó\x0F Òt\x15 C`ƒyÚ÷|×Az "
b"ó’Ó·\v ÚGаn„\x1D ƒ¡ýc "
b"óºó÷c5DÀ»Å>*ù¦K@ "
b"¾═\x12 ;╬ÜK\x18 ü«m└c/!n "
b"¶,▒£üùI{Üjæ¥SK*© "
b"¶-3ñn┴Cüؼ0\x17 ´╬[ß "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"ô|\x11 ú?N@%„ÆÙ†‘ئ\r "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"ô§ÖÆ1Kò‘kß³*\e 8m "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö\x1D Q8ÉpEk›Ò;®íO*¬ "
b"ö/1§v,MÄ´58\x06 [@‰Î "
b"¸\x7F KEù\x05 C\x11 ü~ý╬\_e« "
b"¸¼jU1tE½ô3éî\x12 SØÇ "
b"¸Í!û\r «H(ºÅ Âèeb\x1E "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"°0ç*J╩GÀüÆÂ╔╬\x1D i\x14 "
b"øMù×4~LG©i€HJÖA7 "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"ø€¯Cq3Aª½AÔÝ&\x07 ó "
b"ø‰Î–ê~O5‰Òô¯m‚&\x1F "
b"°îü×júHTü§Á\x19 pd°7 "
b"øç*æ¤ÝD&”‹\x16 ³\x14 ©\x14\x06 "
b"øûV„¤ŽCp™y\x07 ïM*…, "
b"ù\x01 "‹\x19 ÖB€¡j®ÝŸˆ™_ "
b"¨\x08 í_kÆO(Åb#×;_d‗ "
b"¨O\x1D vL¨O³╣³VÅ┼ûªJ "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"·*bDð6@ ë┼└úñì;┼ "
b"ú ¹Æ³^G\x02 †F(Ÿë\x0F ðC "
b"ú¯4-…/EÚ«È\x06 ~RŽau "
b"""
úÁ\x1F .\n
ßJÙ¹3ywèh)y
"""
b"·¶¨¬Å}GoêVN┴\·²\x05 "
b"ûøø†!4L6‡7Ïz%\x07 |\r "
b"ü!+\e ‘þN瀣Ž|h[®• "
b"ücåx…ôE%†©ãzi¥\x13 % "
b"""
²\x1A Ø\n
M¬F╝▓Õ»\t LÅn╬
"""
b"■\x07 \9É,DåúCY®┘Ý£A "
b"þ_PÎ\x07 ¥F[²ùlTö±¨< "
b"■Ø×PÄ\x1E FOÂ\x0F ¨*ÇÁiO "
b"þÁÅÿ\x12 d@€–÷gùN,µ "
b"ÿ Õyþ©JrºXdÁ³\x10 &\x18 "
b" à5\x03 ~:C\x05 ▒Åc\x12 î╝\r w "
b" ═┼üL>O┌ó\x13 v¡Äî8± "
b"ÿã¢4ó\x1A L#ª €~ƒ±*9 "
b"$õÉÓü¡F8ä\x19 0nðÖÁ¯ "
b"²A²\x03 ²àH1†\x13\x18 €Ú\x1C _¹ "
b"\x00\x0E õƒ\e :C\f ‚?ÛšMš‚¤ "
b"\x00 6²ª-%Hf³;¡½\x1D @”£ "
b"\x01 ▀\x04 7ı─E±Ñá{ÛìÙ▒â "
b"""
\x03\x1D ñøF\n
JT¡¦Š†Ù\x12\x07 N
"""
b"\x05\x03 ;$k]Fü¿LóX~©P” "
b"\x05 LУÐ#N^šQ±¹\t €n@ "
b"\x06 %\x1D Ó°É@“•\x1D ¡\x00 ðvÂê "
b"\x08 Önû\x0E ÌHıì*ÌÕ?óðÄ "
b"\v §~\x1E q\x0F E#¡\x01 ðî¿zHâ "
b"\r A¦ËCRMŸ¥]\x17 ýq\x16 ”\x1D "
b"\x0F 6fO\x01 «BÀ´3‡9µ\x1F ò\x05 "
b"\x0F ½:åòhHY´“+æ,§1‘ "
b"\x10 ´eïÉILƒ│Ó81½ãÚG "
b"\x13\x18 \r \t\x06 8G:ŒBhܪmB> "
b"\x13 “ö<gÁO\x13 ¸§\v –\f Jåk "
b"\x13 ╠'´\x18 ■K}åKAü░Çß╣ "
b"\x15 áò*│▄DvûAÌ▒ߨm\x1F "
b"\x17 Cž*GDOi™\x15 ÍšÆÖyã "
b"""
\x17 Ä\n
np\x16 KÔ¡\x13 ev¶«#{
"""
b"#H˜´ KGdzt¹Ì!¯ "
b"$7«u‡\x19 In¶§Û\f „Òá\x0E "
b"$¿ıXƒßD;É┬-¨ìø╝ô "
b"&À}¢Ï)@µ“Ö"˜Á®Ãx "
b")\e «¯Ð3N¯ž[*K)§ey "
b")ð\x1E åFvB£·\x10 Àz\v ×\f ¸ "
b"+¯7®YFM<³™q¥Tô\x0F a "
b"2aðDÅzInƒÏ\x13 ä·\x1D Ú\x14 "
b"35\v ž¾<J`¾\r \x1A y(\x03 l\x18 "
b"3ÕŒÕ$\x08 E‘‰ÂP9ŸïÛï "
b"3ÝjCã¥I'µ\x14 ü¼UlÈ\x17 "
b"49Ç'\e\v K‡¹‘Žä…×8V "
b"64²l\x04 §GŽ“]göÍdÍà "
b"7ˆ?‘\x05 œGŒ‰`\x02\v ë`Ój "
b"9Æq\x07 ╝\x03 E ┐|ÉRP>▀U "
b"<2Énè\x00 NL€„ŒA<PH© "
b"=rɱâ\x06 MUî┌"ı\x1D ysà "
b"=Å[\x11 Ó\f GOÂÝ╩┴´Yòb "
b"=á_Ö“áDÖ›.E&iàÜ\n "
b">\x00 †áÕK\x1A ¥Ò\n cÐJ!û "
b">\x15 ┬°yÅIBÖ$U0a\x03 ;Ò "
b">«i\x12 ®KDy¦Çç\x18 æ«(J "
b">û«X+áCí±\x1F ¸¬˜É—p "
b"?ØÃh\x1C kJ■ü█;Ñ¡eéÔ "
b"@-àô\x7F ¯I\x12 ½\x02 G9îÞ*\x1F "
b"AtA†Q~G…¬V#-ð¼‰C "
b"A±ø/ADHkˆ•±È?q\x07\x00 "
b"EœÓ¨¡bIޕΉÞáÖ\r k "
b"""
Jk\x17 »\n
™O\x04 ³VXñ|¦€‹
"""
b"K\È7MVOu¹›\x19 ½¢Â¥Æ "
b"R?-hQÀN▒ØÎ\x14 Ãp┼╬ü "
b"Syxÿ†¥Fs¤¾ü·[*â\x0F "
b"V·\x17 ■\v CÕ©\x1F É┼"'l┘ "
b"Yë×Õ}ìF°´åèàV¼è‘ "
b"[\f ƒ\x7F !\v LD€,êP´üMÚ "
b"[0Ó\x12 2 H█Å▄]═"P:7 "
b"]¡KИ€E\x19 “lJY³\x15 K} "
b"^f\`ÚÈCj‡ºu\e )\x1A §ó "
b"cÅ;ã…ÝCÖ¯ÔˆÛä1°@ "
b"d% ²ÛCCõ“°×‡bz…n "
b"fÅJƒs█N»╗\x08 ÇÃå!À═ "
b"g/,fù$Dø¸S…@(Äl "
b"g╦*eeçNþ╝m7x╦\x00 ┤ì "
b"ijÇÃ\x11 ÜM\e •4²´ôé\x05 N "
b"jH07èhD)†é\e ŠÜÜþ1 "
b"m\x17 Å´RÓI\x06 ‚H‹\x1F ´ô~¾ "
b"o\x02 1ÆŠ\x03 Jf”\x03 |&Ð)\x03 Ó "
b"o\x02 ╣Yƒ¯Cê»WÅ·┬íFò "
b"o2zÀ\x00 ·@~»(X\n B\x14 ç\v "
b"p╠ÿBÛ"N1Ø\x05 ▓W\x0F 5Uh "
b"qO1{qöN1¡╔├ìÝ\x17 ´Ô "
b"qÈ\x1A ø1TA6ºJ\x01 ˆ˜¶j( "
b"r[{%û¤I§Ž,ƒ›«„D\x1E "
b"r§¯\x04 H\x08 Ka»\x17 gpI\x1D Š\x05 "
b"""
sB5DÎ@I\n
¦àâE›|·É
"""
b"uõl9ÎòKM¨•\v ’\x18 ê¥ô "
b"v\wìÚÙ@ç¿c╝|\x1A\t ▒\x19 "
b"€\x15 ÙXHÇCLjñû´œ6òÌ "
b"‚\t L\x10 Ô¹Ow‚õÞÎ\x0E\x07 `\v "
b"‚¶CeEAB»œWéý\x12 x\x13\x04 "
b"é╣«\x03 ê2KRúEÅ\j);P "
b"…N—GEæL<&\x1F d]û‰© "
b"…¢¸¿O\f A\x07 ƒt×d×/L± "
b"åÔ\x0F :\x16 ÇCÉí6útT\x1D >\x01 "
b"ˆ+áŠÆ¢D&·&On¤Xr© "
b"êì1×n{IØÜ l¦Ûõ\t . "
b"‰b›Ðû J“¯%œKu3=‘ "
b"‰ª–¢ðÊAõ®É+ðž\x17 5E "
b"èü)O█ÅC\v Ö0ótòz\x19 8 "
b"Š‚÷\x7F ¡JCñ€Ò{|öF_° "
b"Šˆ™«~5Gª—Ë܆9_\x15 % "
b"ÉÄ╩ƒ╔&DHï\x08\x0F ┴I¤╬" "
b"æ▀öÜó}M┬Ø╔tZ¤éðh "
b"”×ÔF4øF\x01 —âgbô¸\x12 ^ "
b"”ß3\x00 L\x1E FË–t°€%\x1E %{ "
b"•5\x08 zü\x06 KþµbS<À)\x00 Ž "
b"˜›\x11 ‰É\x19 HØ„2l£ì2‡³ "
b"ÖØ!AÈ4K$ñ`(\x08 £8╠\f "
b"Ö╗;Ñ╬ýMþÖq‗ûìu S "
b"›<ÅFè\x05 MÌ«¡D5aÒ†Ä "
b"""
›x"´å¨L™‘{\n
X\x14 ¤áá
"""
b"£\x0F ¾\x15 *\x02 LÕƒìª\t ■qÃs "
b"£®ü╬R╔D\x13 ┤\x03 l\x1C ╦┤2T "
b"že»ìð Oã·xôŠ#ÚÊÉ "
b"ƒîaB\x1D ~C└Ø)©g×┌Ú░ "
b" ~µ0×tMa—v)Š@XÅÔ "
b"¡U0Ù«ˆFÖ’Üç\x18 ‹G¬Õ "
b"£ê~õqxFe«ºK#—˜=h "
b"¤¨Æ4oY@ÿ´v\x1D -]\t\x19 g "
b"¤ØKyùTE\x00 ©¥¯Ï7MŽ› "
b"ñ┘R³[B±×\x18 ¥H\x11\x06 Å; "
b"¥–<زxB4¤…žê\x03 ìDd "
b"¥õŸ%ñ¶J´â¨˜í‚\x1D ` "
b"¦6Jˆ-–JÛ—!þI›ž€N "
b"ºÅ\x1E ã±╣NÅàÝ&/¯╝\x04 ¬ "
b"©%¿B\x1D MB\x14 §}Ç\x19 ñDíª "
b"®-\x13 ~ÞˆGR“BtÀiÆô& "
b"««uÞ×§MB¡\x07 ÛØ³oKZ "
b"«─àA_ZL¦ì,_┴U¥\x17 ╩ "
b"°d»ÚÖ0E\x15 °çûz˜½Ð– "
b"▓║ò\x1A ├\x1F Azâêï─ÓÅ÷Ñ "
b"³5Ë\x07 î G«¨N¬ÌVaœõ "
b"´Ö‡ˆ£îAÕ´˜^7¼Â\x05 G "
b"ÀÝÐòÅaL╣Ö╗\x19 ©²E}¾ "
b"¸pÂãGŠLu¼1e®|ýŸ\x12 "
b"©óÓ\x11 ÎÒJAäÁÑÓ*ƒÞÉ "
b"º«Ï\x0E ‘\x7F Fw¥ØÛÔ›´À^ "
b"¼ô\x07 0$ÖEm…7˜\x18\x0F }eþ "
b"À\x06 %\e ®œIUµñ]‹OyÕª "
b"À\t\x00 nx÷O#§îäì?øâÈ "
b"┬*\x16 -ô{Eæ╣┐I3Åкü "
b"Ä\x0E Uµ²·Cô»ê2O&½ùK "
b"ãyë´Ñ\x19 JØí:v8ô-%M "
b"╚\x12 é=\x1C =O\x1E ÅD\x05 b\x13 "║õ "
b"""
ȹ°ÈæJ\n
–Rày÷\x1C ÙÛ
"""
b"Èâñ&¶uBñ¿í¶‡&ª†Ý "
b"ÊZ%ÿìlA½‰-%yQ\x01 a‘ "
b"╩Í.ïh´CLº¦╗ÑØû░¼ "
b"Í„ûÂcqIŒ¤\x01\x18 ×ç\x1F Í= "
b"Í•\r ‘³•F«‘Lz\x7F Ô›wœ "
b"Í¿|]ÝTJN‡²Â‚ß°Æ; "
b"ÍÍ™€\x0E B8ŽRE*>ö@` "
b"ðhz§xÚ@1Ö/kõ蝏 "
b"Ñ’iGP‡BݽI\f Ž$ÂXa "
b"ÑÈ9\x05\x13 ©KG»×PŒÁºÒà "
b"Ò¤r(ï\f OCŸæ;\x17 `kš¦ "
b"Õ*/Ì\x05 ‘@\x14 ¾jܨ–Âãf "
b"ͼ^À│╗C<ì1ª:¬×p\x07 "
b"Öû\x08 ÔÖXN\x11 ™(<Ÿ^=м "
b"ÙTÄqÓÉB?©+CêpÄL "
b"┘¡UX>dIÆ¡┴ì\x00 ê¡ÆÃ "
b"Û`+V¹óB#©\x13 Œ9\x14 À\x12 Þ "
b"Ûö\x01\x11 imGÒšüök€€r\x19 "
b"Ü=ºÜÁ\x07 B#«\x18 ó0ü&óº "
b"ܵ¢¬eÏKT’=ôv .)u "
b"""
ÞEŠ\n
ˆ@D\x16 ·FéôÆÙ‘¬
"""
b"Ìõ´\x1D ÉôED╗pà¼þ,Rø "
b"ßYâ£åôB&ØÎf\x13 aãÙ\n "
b"âQï\x03 büKД¿†ÁASGÌ "
b"Ôa\x0F YfÜG¿┤■'²ÌôØ "
b"Òvúì▄╩A-®\x1F YÍÊn╝k "
b"Õ<Éb¦qB\x16 ƒðéôZ─Oö "
b"µ÷\e Ê%FA¢ñN├i█àìæ "
b"èñ˜åLLJ\t ¼\x06 ¯\x1F !æ˜Ø "
b"êò•\x03 ~\x10 D‡ª§\x1C ,æg\x1E g "
b"Ù©¡W%:LýªÅAfK\x15 Ý┼ "
b"ý\x15\x1D m\x00 ºF«É8_á?╠v\x10 "
b"ìÌÃà\x1A\t C‡’ÌÞ\x1C Ø™\r & "
b"ìÓ\x17 DÍÿAÝŽ\v °KŒ\x0E Ÿ\x0F "
b"îf®Q: Cð”3*":ö\x11 , "
b"ð=îó|!Ms‹dSÓrŽA‹ "
b"ðÏ‚é|\x1E B@²×¡1wö\e 4 "
b"ñ\x13 ‚=†ÞIx€\x18 Á±ŠˆIÓ "
b"òéxÀȃO¼‰¤H쵓Ûl "
b"§▒\x1D ┤┐ÉNQíÄ║┼Pñ¼b "
b"ø©¢hÍTDlŽÍâŠ\x19 ýVX "
b"""
ü\n
~\v\v JA‰íõðÝZø\t
"""
b"þ %ÙÛ¦Hºš¹'.vr\x03 2 "
b"?¢J7Ñ!AêÅ_\x02 9&Ò┐( "
b"ƒA█1/A│üø¼m╠hÎ@ "
b"\x01 =¦^sšM¸¨‡³\x7F t©b> "
b"\x02 âºcàL±„Ô:P ð8` "
b"\x05\x14 >¥÷ŠGû \x08 «\x08 ’8F… "
b"\x07 8ì\x06 PåK ›`¦cùµ¤# "
b"\x07 ;®—mûA\x7F ‘Øi\x1F a¡¹k "
b"\r ▓f^ \v Kuå\x14 ╬ÚÞÊÅZ "
b"\x11 ¢Ìz'<A>ì\x1A ╩~_└"█ "
b"\x18 <àaßlC¹ŠU>TZ*¤\v "
b"\x19 ÑQIJ(B0¢LíH\x05 Þ\x07 8 "
b"\x1C\x1D ¶ÚÏÜB§¡ânÔŠŠˆ\x12 "
b"\x1E ÿ╬gEÎATÅ\x16 =═:ÒÄ\f "
b"\x1F °\x1A\x18 ïiM░»PºÐ¨jü« "
b" 1\x1D ┐¼ÊJPÄrç¦╣8É» "
b"!^”\x1C aåGOº:¥\x07 ý¦Ao "
b"!é\x0E\x16 Ø(COíö\x13\x11 ^ï]¾ "
b"!ù┘ãMäC¾║fØìaê9 "
b"#md´`.DÄ’\x13 ÚÔ¸ntË "
b"&;–ˆ©*BÞ‚_¸›<óË "
b"'ÕÆ\x16 ü¸G2‰»ËVÕ?UÚ "
b")\e IÉ\x1E ¿@§˜Î5:’\x16 s# "
b".ÆÉÒZkJR╣§ª\x01 jýð "
b"1\x1C nL}\x1D BÇ“yCï6Ä«ô "
b"3ÿVúá¢L\x12 ²Ê+T\x1C D°Ö "
b"5·A\x07 'ñI\x00 ²\x1C $ÓÇ„‘© "
b"67‗\x00 EûBò¡ÓiØ\f G\x08 8 "
b"9éh~;\x16 C"¼\x00 E\x15 {.*\x18 "
b";\x06 šBî,EE‰?/|—Y”Ý "
b";µ¶ea\Ob¤^º\x07 *Ï×K "
b"<Ñá7FQH¸©ÍþíBÞ.b "
b"<ø‘áL³K\v ¥\x0F Ó‘¢€{w "
b"=+¾¨4\x17 B”ŠsD¶Å\t س "
b"?ÊËè†ÓJÙ²Á\x0F ?Æ\x1F ‚Y "
b"E÷©RñNFŽ®AXi\r ëŽt "
b"I1u\x0F ƒ FP¤±;‘ëŽ÷ü "
b"IA\x10 VhLBòÉ{ðÌ;7╩\x1A "
b"Kˆ/\r åýKòµ\x0E #\x15 DþÂå "
b"LûﮩŠ@\t °\t |«O¸Z6 "
b"Mà—\x10 ;xHj¦[GdÐ\x01 †P "
b"O\x00 Éf\x0F ╬Nó╝P¤gÝÙ¹┐ "
b"QýTÿâö@ð¡¿s\x02 åœôì "
b"""
S\x01 zñ\f \n
@ö–4‘—$T\x15 5
"""
b"SOþ«töD\x1C ©¼ÚŽÊ4ðž "
b"T-YªfUC`¨\v M>Q\x1F Ή "
b"V\x00 ØôV\n @┘Ä┐k)gØ+ý "
b"VU?\e KìKsæ▓siíu£ù "
b"W°\x18 lTwF»†¡>Fú"Ø1 "
b"Xú!Üü"Eo½╣\x03 ð\x17 ÍX± "
b"ZÑ¡îàúI\r ¯óˆ\f œ˜M\x18 "
b"\dE›\x03 ©Fë‘\x02 å›=x&ƒ "
b"\Á\x1E /6ÈFTž_·ï\e\x1E Š€ "
b"]\x19 bØl›FDŒñä¹\r ¥\x06 s "
b"ag\x06\x15 ïDA¦¥è~l2íÅ| "
b"bОÊ#8Ar†"‘ÂXœ2[ "
b"dIùŒê\x16 Fú·\x1F ç©,é©[ "
b"e\v\t ╦f\x7F CCü Y UæAÔ "
b"h)zåbÒO[¡•¦!`\x13 J_ "
b"k”\e\x12 &uD\x7F ˜ °C,·x~ "
b"l&H»Ô]MÞ¬ßÛ¦òP9š "
b"l\Á\x01 ˜\v J^§u¦HZ‘T "
b"l©╗AØiLçé\x1A F¬q┼ïÀ "
b"n▄┴4¼■@¿à╣×ÅÈ\x0F ÃÙ "
b"p±黰EÉŠô)Ê/¹ø "
b"qeµPØ\v N±Ög{¯m+²{ "
b"q╚\x7F oó\x1F CͺÎôì¡Üf┼ "
b"r9eLWœL$ŸÎë|\r .P¡ "
b"rZ"³?¿Dű·›ˆÊØm© "
b"uÝùÚ¤\x00 @ÒºW‹{\x14 þ\x02 * "
b"wwØ\x12 ßKO•‘eâ)¨s\x1A\x08 "
b"wù\x03 ¤1¤IN“´î¼\x17 r\x07 … "
b"yy4b╔ìJ×┐e°├¸=\x13 | "
b"zuˆå1#Að‹ÓX\x1D ‚\v áz "
b"}¨UQJNÓž8·\x02 a\x08 šd "
b"~N¡~B\x1F @'¨\x01 çï;\x06 é‚ "
b"~a\x11 ø\x04 ÖA\x1F –ÿÆ¡Ÿ'ÜŸ "
b"""
ÇT\x02 f┌\n
L?Ø \x1F t`»óx
"""
b"‚\x07 wcì”J°‰\x02 þñœÆ\x19 5 "
b"„a˜~á\L\x00 œr™¦ë'œ™ "
b"Š9hhÇ\v J§€\v ¯Ožë]: "
b"""
ŠM\x1E ‘W9M÷®\x05 \n
´p¥R%
"""
b"èqÓ\x14 @`@\x06 Å■▓╠;;bû "
b"""
ï:cv\x10 üE\n
çÎpC\x7F Ï_┤
"""
b"""
‹Û(ÏMRD÷…–oB\n
Tf˜
"""
b"ŒC\x17 ã¤ïM>¯¡Î€jY&3 "
b"ŒCA\x04 ôqBí¤&\t ø\x7F Õ}J "
b"Ž×I+j‘Dж(\x01 ÿÖí\x01 "
b"É\x14 ┤/ÈäMD┐ð╗¤¤n╝^ "
b"Æm░(¼╦@#ÿÅ\x0F JT\f {▀ "
b"öÉx2Å╬J╠áaÎcXÇ\x12 Ç "
b"•Lß\x1E\v ’G÷°á9Â%ý\\x07 "
b"ù9Ç´½\x07 GØ£c$▒Uuô! "
b"—ÛÊ›AÄB”“\x17 F®¾s‰h "
b"˜ÍXnÍçK\x12 ¶]g\x05 ÂWj! "
b"™\\f ÂaÇI\x10 „Ù7ÎÝœá\x01 "
b"""
Üâ\x1C Îè\x10 KWê\n
\x14 }ì¿T×
"""
b"œï׳O\x12 Dí…¸F\x05 DœZz "
b"žã\x07 ÍdöD\x08 †+ø\x13 ئÆê "
b"ƒÒD▒\x01\x19 JÑôÒü█¹µpv "
b" -\x16 ¸ayF.†!‰\x00 Ù\f \r "
b"áy\x13 `>WL╔ó pÔf!LÉ "
b"íbÉ·%\x10 Líª\x1A ®Â¶¸ð6 "
b"¢‘Pk_ŽKD®•\x04 ”ÌtŒˆ "
b"""
ó▀s¥\t \n
Oþòô╩ü.\t £Ç
"""
b"§\x02\v\x03 á¶Möµ]\x1C l€Í\x06 _ "
b"ºØå/÷\r @»ü\x05\v ÎÀ?=\n "
b"§îlî¤[B}¢& îLZ\x15 î "
b"¨Õ›\x0F ™àBé±ó6\x07 ï‰G_ "
b"©²§fß|Fû‘aRGF\x0E ˆE "
b"ª\x01 ƒŒPïNK£¨e)Üww\x1C "
b"«'€Ž\x05 nE{¯æQtÝŸpž "
b"¼\x1E j\x1F ÉjE÷Ö\x04 #."Yy\x7F "
b"¬^Pj5IEÀ³-W\x05 zk\x1E ; "
b"¯6º\x03 ©ñĄ|½ƒêý*• "
b"°×e\x06 \M\x19 ©nïØ°Íþ½ "
b"▒p6ƒÜdE~ÉôÛ·╔òA¯ "
b"´¦/9UuM¿>B9*eø÷ "
b"¸&ÕþZYGÝ®¦¤¥ü0p+ "
b"©vÔð÷7G'ì╠\x07 f#;■Õ "
b"¼\x06 ôKM.D‹¾Éꯡœh§ "
b"À\x11 äÞ>ýIÀ¤ã\t (\x06 ±\x01\x00 "
b"Ãbõ`϶NK¢’iâPº‡× "
b"─╬ì▒¶¶Ej×{/\x01 `\x02 l╔ "
b"Åí\x01 ÿò\x16 B™¯Á³I¤/\x0E Æ "
b"ÆÓ@NÎÔF²ˆvB\x16 §Ÿt\v "
b"╚┐3\e\x06 pDíØ└9u\zSØ "
b"Ê:Lo"kI\e ™iÛ¸T,lž "
b"╩¶&¼\x1F ½E®\x0E ¬╝┼ÅâÈ "
b"Ì\x12 àùÐòA7»v@ÅpWŸ; "
b"Ì®ÿÅ\f eC\x17 “=–tO\x02 å5 "
b"Íïa€\x1E fC©¿÷\x1E „Û.2/ "
b"ÏW\x1C à=AL\x17 ™þ8Ÿ©^ßh "
b"ðyt┼G┘Dxøe²ô=ÅÓ¼ "
b"ÕÃ&M[ïG¢š1\x18 ªú\x1F\x10 2 "
b"×@µkÊUD¡‹Ž02“*§Ã "
b"Û‰Oü%íM|ª|\x17 Z§0ƒ\x1D "
b"""
Û·Èÿ îDš¡h^é©\n
.s
"""
b"Ý\e Ï\x16 Ï2BÀ‘\x06\x19 ©7¨k\t "
b"ÝÖQ|\x15 Kf½}ð¶u¡>Ö "
b"à2£aN\x03 H6‡K6e)õŸM "
b"çÑ*ßE\x08 Mؽ¤ÂRn›iµ "
b"èZ\x16 ÿ›cBÓ¡\x7F îë<\x06 ¨h "
b"èßõ\x1A jÐI\x1E ¹“ü¯Óª\e ½ "
b"ê\x0F p(\[FE€zî¸çMã³ "
b"ëž\x1E Y˜V@¦™Ü剉¬_P "
b"î14\x12 d‘As‹CÀþ„kß9 "
b"îÜÜÎA\x04 L.¾ö„ÉÕ¶¶ "
b"ï&RßÉèF.…àP,ç¨çT "
b"ïÌåšÊ`Cd¼%fQ†×Þ) "
b"´¦▀ùÐÜM\x00 £o╔Ýx×Å\n "
b"ñ\x05\x06\x1E\x04 »Kè«eŒáw˜µÌ "
b"ñ¥41m5B½³ ’¾ßnP\x17 "
b"óÈm6`eF_¥úÛGbX6 "
b"ô\x1C Œ3\x7F 5O\x12 ¦xYÄc.a "
b"¶¸?²\x01 kFÚì■¼À\x10 3į "
b"÷`M&\x1D ÿJØ™bÏÆ^ûr| "
b"øxÊÈϲOš‹»\x16 ¸š°–Ý "
b"·#■┐üÏAqéæ▀R3\x07 æ╠ "
b"úªÑ Ì_EÏŠß\x10 ®Zá´‹ "
b"üÓ\x11 -·\K¡‡ºž¸ËI”‰ "
b"³▄fåüþFâØ\x13 )╩é¤Âq "
b"ýôÜÁ¥7H¥¤ìª(±Õ5‡ "
b"■ÿã¾ÉÎBO®¯Uü┌\v $^ "
b"þ¦Ô\t ö\x06 C£±\x1F ˜y\x1E\x05\x11 ² "
b"\v Ê█dË\e Hú╣}▒e;î1Å "
b")¯ä\x0E "1G\x05 ¸ã¾Ô%4îŽ "
b"4¡#▒^¢J█ìe|ÛC▀ñ "
b";G)ó_ÞF¸‹å$*ŸŠØ5 "
b"HÏ«ê)3Oä¢\x17 :~¸ð/m "
b"Lö–ŸÞ?GC™Ë=\x11 _\x18 Üò "
b"PQ\x06 ~ȰNäüþX¾PÜ\x14\x08 "
b"YøBùÄ\t I\x1F „mK~ŠïÊ "
b"""
u\x19 }ÉæÎJ\n
╗ØBéú\Ò!
"""
b"v\x19 jåÔ\x03 F`°º\x04 òáþœŸ "
b"\x7F À‡žØôKe¬ïDá¶Ô±ï "
b"ƒ\x12 ¿˜Ô§MÍŠI´\x04 Mw\x12 þ "
b"ç\x12 Ñ"Ú8D~á├\x14 ¾~É╬ñ "
b"É\x1A ªÏÂAC\x0E âò┌Ô\x16 ı! "
b"—ü"†êì@P§\x03 ðú8\r R= "
b"±I4§5“@_µc?ù9\x06 e{ "
b"│à)eyÊIüï.\x1C U\x1F µ╗L "
b"║¾bZù¶C\x18 Å6┌Ò±$Gm "
b"""
╗6÷W$_Iåú \n
»çUOÉ
"""
b"""
¥¬»Öd\x07 @?Åf|¥\n
╔QÙ
"""
b"┐9wı´\x1E L/ÉZ■╔Ckë° "
b"À‘‚cP2A:¿Qc>\x03 ´—\x7F "
b"╚s(\x1D à6A\x02 Á\f Å┘╝º‗î "
b"Í*òša’Cs³g\x07\x1A >¸Ï£ "
b"ТAœ/òF1’¾ÒÊW\x1E p× "
b"ãÝ\x0F\x05 h5A\x1D ©ò”Q¬ä¬Þ "
b"Õ\x1A Ü1«5IFÆìôá+H┌\t "
b"ú¡&\x17 \r Ý@b¥~\v ÍÇ,è "
b"úã\x11 ?0ñC¸ªœšÛŸ\x07 u\x06 "
b"ûW\f ¼\x1E C˜ªK¤\x12 ¹»\x1E Ì "
b"\x06 ܰNê“F%†\x0E …Ï>ø4Ê "
b"""
\n
9}‚‚\x19 Kç±µ¥Ý™Á\x08 Ï
"""
b"\v ű¯\f ÑJBÁøpÁ \x1E &î "
b"""
\x1C\x17 \n
\x1F £ìCX▒Jtr+0Yî
"""
b"#¨ !ÖçI'ˆ\x08 ’ð~E\x11 « "
b">|wÛZÈGè£Ç¬‡tz¡ó "
b"Cr\x14 AsWF\e ¸\x03 PH\f :\e "
b"N+?klvCQˆO_æÙ%ã3 "
b"S†¿ëWªG÷,Í3–\x0E dx "
b"Xfœ\e %ÿL{™¬P\x04 u9öæ "
b"X¡`éÒ¢E╝Å╝ıuúLG┘ "
b"[\x7F\x0E ┌ÜöLU╝þÉ┴B\x0E ÷╠ "
b"qD\x0E £%’D9¥—¾ñêá†X "
b"z\x11 Ç\x02 N\e M7žßú ¤m\x1F g "
b"‚\t wxüDB†dþè6^Kà "
b"’1ô\x1E\x03\x16 BÅ”\x1D “¡<¶×\x0F "
b"š¨\x7F Z\x04 ‘G\x1E ’EaË»ŠDi "
b"žš–\x12 SöK†¢“±0\x08 p©) "
b"»¦ÌD\x17 „JFºÙÔnqÒY\x1A "
b"œÇ\x08 O+@u¸É\x03 *^8±° "
b"╔╬ü¬‗XFÃÑ\x06 ║üÐìÄ▓ "
b"¤Di\x04\x0F ÎFo¿\r ̦ü¹°ä "
b"ìɵî+ãLž¸ù\x16 é\x02 ÕN\ "
b"´X¡3üfB/ñÈ2k(õ±W "
]
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 (0x002FC7FE7982480CB47D490CB64BCBDA , 0x00C7742B06DA43629AF3D2218CA2CFBC , 0x00E6D125A8164445AD9E256017DDFE48 , 0x01232874C6F84964892D6A487CF0A6F3 , 0x0135DE21D87E429FB5DDB7319FE269C3 , 0x013C91668B0E4FC3AE1F56DC4F147580 , 0x01B69BD476F447EC96D4371D2C335836 , 0x0228EBDDF28E4CBB877F7CD89738B278 , 0x023D7199C6194714915C61220E03926D , 0x02F29BE172AE413A9A030155427CCFF6 , 0x0356C9B77AE64974A5168A65D2E33740 , 0x036DF813F0C44E979B4FF3168D9060AE , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x03BEBC2D75F24706B07E0DBA5161EF85 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04490BAD6D4A41ED8A3C643B17789612 , 0x04578812A6674180972A266B2D1A0CD4 , 0x0462EE053B334609B76B3A0069C853C6 , 0x04D78201F96F4B4D8CA9A8855EB1F1DB , 0x04E42AE2F78A47DC84B0EF86A691A35D , 0x058B05E927D14A7B936F65195CE62196 , 0x059F7BF4A1344D29A27DB6FBCF8206FC , 0x063C8098886B48858EED8584A1DD32C6 , 0x065D368F13694C769054DE2CF3F64D57 , 0x06CE56A02BEB41BD88F5D67C003B2E5D , 0x06DDAF8E962A46AD9C6C0116BFC56C4E , 0x06F08B688E1346A98DB524CE04EC5A26 , 0x0704B9C17B1C4B9F8E2230B710AE9ED1 , 0x0730D0571D964860AF67DBD42940FDFA , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x079CF57DB64948978D875EB32434ECEE , 0x07F17AD1AE174B9C86782B2178C09371 , 0x0820D459BC094E778A64CC409630E76A , 0x0862C837D2EC4089AFEB5883B196D3FF , 0x08D1072743BE4080B51F924E125E412B , 0x0919449E998343DF812DB03587D74822 , 0x0944703D3BDF4F2C8FC6E26E5D59FC6E , 0x0981AB9AB7064F50AB75CECB0C901D80 , 0x09EEC78086AF4BD1B0DA2304A73EAF83 , 0x0A52951CBF4F4BC0917844D27286DB18 , 0x0BFB56BF1A7648B792FE273E5B4C8A1C , 0x0C04BDF5E53442039B0D1DF5C2B02E16 , 0x0C577B84D8804F5F954913B7E3362D0D , 0x0D16945C44A64442A61D79721631C562 , 0x0D4833C09247470BAF18E7F4398A8A4C , 0x0D8DDCC57C464188A3D2072BEFB2DF02 , 0x0DD639E174F7460496B1B0B641168194 , 0x0DE72BE73D204763B5F7B24CB4239288 , 0x0E0779FFEBD643B9809F2E002172571C , 0x0E319DE582FE462F8C59EB846B4F47E5 , 0x0E45F6EF831E423F97F70C84A2E1DDC0 , 0x0E4A6F82F6DB46B6906ADD639C1A9729 , 0x0E5FB59E0C1942D0BABBB2FD1C418688 , 0x0E6410ACA767400CB4C432015312CB68 , 0x0F069F869A8D4D3D85642C79AE42ED46 , 0x0F528AF7345344719448AB2BC0CB2D60 , 0x0F57105EC4844949A4CFC2D0A0D7FE3C , 0x111834A4868F48308B53A94B922D2681 , 0x1147EACEB9EB401D8459123E30C3B618 , 0x11B5779DB3A44D339E3B26DDC1A0DF2B , 0x11D6E6A3E89F41B6B99808D4E69342AC , 0x1247425C59AF46EDBA327A4751992AA9 , 0x1299088D90AB495697B988F0696D2A89 , 0x13B2A2DC5647484AB4FD4D69364CEE18 , 0x13B392CF5ECB45859C5DD7C895A367F8 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x140861A7A2D54157B709C67C35AAC18D , 0x14286E54442D4B1088D9F7B77825BDAB , 0x1433D91BD3F74DEB9AA1711230A3D789 , 0x149B7FA3F9724126A7C35F8F3E8E65ED , 0x14A3913B02F946B08BE4F100C37E5808 , 0x14EFCD500E5A482EB69B272311EA914E , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x15167D2B9C1C4D8FB62B8F970474D9C5 , 0x1532CADE2FFC4C5FA639C7B5E8BC3F7F , 0x1567F3C7DF5F4DD5B324EDE84EC8B3C9 , 0x15E297B38E734369BD0D70D838D16942 , 0x15F6CDA37C5E4FDEB01800F33F931FC8 , 0x1617A1D8F9694BE394CC206804259601 , 0x161EF1313EDE401DB6400BBCE33414DF , 0x1650F06F1D8D41F2AC2E949B37CD6AFC , 0x165A5B5761174286A005574130F19C49 , 0x167AECED578F48899E1C37D27C8A29B0 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x16E671D99324405EA186C55E3F415DF5 , 0x16ED3E1DCC3042E0A574CFDA71497E73 , 0x170548D01DE1446DB4FDDE7BB507C103 , 0x1735B62D3B6746BB8906864A26B9C9A0 , 0x176F32D86CE646A597366E61B58A4820 , 0x17BEBCB914FE4F2D9FD7E75F77943F56 , 0x185281DBAE8045C58E1E9B95DE652EBC , 0x18B1BC8FA5DD4D76A13A14223996C00B , 0x18EA5295D847403999AFCBACB63A6C3C , 0x1994F3BAD5DD4F23ACF473A4874BEF8F , 0x19A0886ADD614B35A958F7EC0CD6D58E , 0x1A0ECBBAD0A649439DB58B9D12097830 , 0x1A14D31CDF0549D8A05CD3A6A9600A35 , 0x1A29189313C14C0ABCF3CD20D671EDE0 , 0x1A52206F22B54763ACD4BC451AF5240E , 0x1A527E0CDEED4F7E8B881E078DA73A0C , 0x1A53F9C786A24F99BB2D35D7B8FE10A6 , 0x1AA6EF3CEC654FF185B962CFB9C15CD3 , 0x1AA82CFD09C1402C8B4A32A5D15850C2 , 0x1AF272B1AD304FBEB2964B81142C0EFA , 0x1B482138DD2043E5BDC4132A57C16457 , 0x1B996C332B384959B77191F5AA62A1ED , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x1CAE5107B4F24E4AAD157457171A78B5 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x1DB4CF07340C4FA487C8AD9AC33A9792 , 0x1E4A68F24D8C4D10AE802CFCB28DCF07 , 0x1F490D76FEE14420B8C199CF3D560C7B , 0x1F6363AB0CC54A0B941AE3D7B332E738 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x1FFD6B6388474C0785A2CDE27179D8B0 , 0x20541BDC71744DC294A67B88D38AC77F , 0x20AD953843404CCDAE189EB9DBEBD6B2 , 0x20B958C94E964FF1A31D04EC1CF76E3F , 0x20BE7163E0B84E0DBED8568E823A0666 , 0x214AFB4EFE444F0F8C0FFD4025E74A03 , 0x215A0D4B16FA41398A501A4E0A2F1054 , 0x217A7410B3D84299B385D437300E9DBB , 0x219DC036ACB14BC8A430E82D3704CAFC , 0x21E38950289C47D4B96DE9F855CCC0D8 , 0x2218FFC0395E4E548967413C983559F3 , 0x221A99A3AFE646C985BC71B5F62A7783 , 0x22458B38782E494BACE7FD54F5B9F378 , 0x22704187C62E4A379E4E6D0604314CFD , 0x22B0F0E722734187837658F40DF14A85 , 0x22EC1E2D5AD5473EB634981CD71DDFA8 , 0x22FC4D2148264CE7916462B6249BB0D0 , 0x2303FCC86E3242CCAE8D2CDB302867F7 , 0x231B401911824DA9A64E3143DC5B4B62 , 0x235BD002B0C149FBA29409DCE6CF5031 , 0x23977307668E4303A246E85DDF429750 , 0x23BCF96BB6434F4883DDFDB667FA2EC8 , 0x23D58578839A477EAFDCAD1312BC79B1 , 0x2414C82F6A3A4A1981E42660F7C31751 , 0x241F7947A6C844C39123F1BB089B8F1C , 0x2431FA1E973743759966820EA7E0225B , 0x24362EBF9C924C2A879468CE0E336513 , 0x245F8407C2194FECB0D328EE434725BC , 0x24B6B5E3C1D24FE882E5BE009ABE2A43 , 0x24BE73FE0FE54B23A6ACBE8D2575A882 , 0x25528971368C43A889B2A5880B668DB9 , 0x2644AF97C10D4DD1B18E00F00852A845 , 0x2708935C997747F39567A13629E5262C , 0x270D364855294426BADDC8C65F5CB02F , 0x2752799867A2498C8AE50694508B8D7E , 0x278DDCD1EB7F4582804E5C854A4F6583 , 0x284A743074454A4190D315C0D3B61564 , 0x2892F1DC6E96435B8292F26DD17C05EB , 0x2932543182AB4A8DB4D48E8B2C1ABE6B , 0x296853A57E3042EB8D27F237B1F147B6 , 0x29D2340EBF464ECEABD8CC77B2393499 , 0x2A31D4AFC99D4020B88D9888B0978CF2 , 0x2A6613CEAF084A4B90F40297786DB807 , 0x2AA5A49DCF3C42379A93AA9925795B4B , 0x2AB806E074E145A3AEFC031FA66DA943 , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2B068EEF0C8B4C769A733013A16598EB , 0x2B49630553C34FA28671F93C714DDE5B , 0x2B562E482F024D9EAB8FD0986C3F32C9 , 0x2B795149B7C146BB9B5129B2CD5EBFAE , 0x2BA1C0EB638241D7950F1CCC52A63F5E , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x2C3E1D570B014A40B0F559894BE6C1A5 , 0x2C8A8085F1F843F0AE89FDF7D2CF703A , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2D0ED07CCC7648B7803DD2608701871F , 0x2D1A6F62A5424CB7AB52B1FBF8C9618D , 0x2E46C07797754B2F871541EDA5B8DE80 , 0x2E4CC9DB99FE4CB3964C1CC68A2DC11C , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x2F552C912F83453D866450DDB3751D1C , 0x2F76BDF470224624B6DD1FDA7623F6C9 , 0x2F78AED6F39B4D399A7EA43060ED96F3 , 0x2F9A972D0E884C78AA1AA54F70509372 , 0x2FA04A9613E9450BA75B537FF0FED2C7 , 0x2FC50BA5EDD645C5ABCF9D9BA2667BD7 , 0x2FC7CAB63E924178938F6A61649DFD98 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x3008B51655444DBCA9D7AD22D53A43B8 , 0x300E0E3358AC413F837A099FC6723C91 , 0x302BA6CDF7274569893027FCE1104F34 , 0x3060AD09EFB54B2381621457F6EFE5A9 , 0x314553D56DC0425DB89485F9EC835199 , 0x315B91331E9F45B98F79DAAFCD914593 , 0x315BB2E7A49D47CB953C75E64AED9890 , 0x3164D2115E7A4188A51F8BBEE9F682FD , 0x31948A40974146D9863DAC0D6BFEDD2F , 0x31D95954C3994124B715DC6D0815BD09 , 0x31EE99BCC2D84A76A1750F8B1EA07D2B , 0x32072061BF9A4362ABF740AC23019124 , 0x324032E0B1314ED887AEFB40F5FFF287 , 0x328C9C60E9EB4B80B854942A42B7653B , 0x32AC9B3F6809421EB439687B53B69C0F , 0x32C446631BBA4B2B9DB5392C712A8732 , 0x32DFE8CD47B246128BAD8FB9CB77EB2D , 0x3373AA1442A44FE69B5C83A8CE47431A , 0x337C3EB12B824127B9226ED29750630B , 0x33C7ABF49BDE497E82975BE5863066FA , 0x348BD30A4988486E8479F4BAACAA039C , 0x3504DE3E71AA4E5996C37D7A411CDC97 , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x3526A38372B7487FA4114849FC0BE77D , 0x35A1D8F7122545648733B5898D2FF657 , 0x35F6EBCB6AB04848B3D34E38F64A88F4 , 0x3684B792A5A742D688B9D006274C5772 , 0x36A41971B43E4CDC8B48BB5D743FCCB0 , 0x36F3987006544B1A9900C948AB42FACB , 0x37451078B6494520BDFB13FEDD3D6B5F , 0x376AD1D2F81C4272B9D348D619C36EC9 , 0x3801D7EC26EA49E98CD74497EB0D79ED , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x389DC482C8444A4680BD2E6EA263331E , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x38D08959AE1041B29D4C6596A64682F7 , 0x38FBE67D699A49189C99B55B3C7DF799 , 0x3906E00B1F9C4DF4BBDE20C4DE1CA245 , 0x391B145275DF4EEB80005A6ED159F697 , 0x39327093A91443089C98B9EA9F253F11 , 0x39550F067563402092836E06FFF604CA , 0x39D3C17A38BA4A6EACD04CCA2684898F , 0x3A4F4200DBC7442B9310F7620656378F , 0x3A910E4D32484344B9B13CCA7F3566E8 , 0x3A964FB5F93D4BF6B8BD640D1DFDC4B9 , 0x3AC47B2AE08947DBB8C42AC5CC90C927 , 0x3AD5FEF426A4483DBA71DE845B953369 , 0x3B08AF706DBA4294BDE8792EDA3B9F3D , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3B939C4274FA4536A9BD4F7F44FDAA9F , 0x3BE8C60FA0CF4A2DACBBAF6BC58FA2DE , 0x3C078EFBFBA84966B53F4739A2410CA5 , 0x3C18F97D531F4849A707236FC527E897 , 0x3C369FF1C4C54F0B8B9A94DF5B360735 , 0x3C4783DA94A040178C545959D93DAC4E , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3C74E0E2A6E24B879D833A5D62F9E37F , 0x3C7AAFD5B5C649809FC2F9C719D89ED9 , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x3D110CF4B76F41619CA612747A681685 , 0x3D20DC3A67DB47418DAB130C7245F38C , 0x3D344329B6764862B9CF044587AFF56A , 0x3D7530B9FDB54B4B9F3604B250E0251E , 0x3DAA04A0EDDF431CBC25F7D7C979B2AC , 0x3DD58E7C454F4A52AEB8EA6145E31531 , 0x3E31E0EC10614DFF9EB1380D6D088A50 , 0x3E859525A2AD4956A531569487645062 , 0x3ED3A6ABB1304DB8B6AFFD2224175D38 , 0x3EE4E2BF9C774EB0AEE542EC4D1F925F , 0x3F69536B990446B2A8160180F27F342C , 0x3F752674435B4639AD721F579543919E , 0x3F90BD0294CE45FABA5155C8181B8B01 , 0x3FA2CF583A98425E8E410D304785D71E , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x3FB511F9B6CB47179B79C479D2869F18 , 0x3FF53361552B4F10ADB8D8F884BFBD86 , 0x4067EB1DCB754B5DA971C38A6C73FE07 , 0x40F29134A09944FEABEF7D894D69D7D0 , 0x411038860F914EEA81D1A94A990FEC50 , 0x4144267004324DB0AA37DE282D124EB0 , 0x416E283A549F4C6FAED57EE4E01D998D , 0x418029142A524895A34C1F32A9345D72 , 0x42722787FE42458EBA4627A7314F1CE2 , 0x42E180EB8FB544ED9E17185BD9504E1D , 0x436EE470E7184E3AA076C6027C4A353C , 0x43A22A8CD08041F2AE945C8637443776 , 0x43D3CF57DA60459FB5BBE92CB9E73F59 , 0x444D22F611D34385B2CFC058601445A2 , 0x4489C4E449B74D739240DA1BC55CF4C7 , 0x45537D60180E4B98B92911D8DB481B93 , 0x456DB8595C59468EAF19E8560916BBDA , 0x456E57E125244880BA870E7E9449E59F , 0x45BAFE78D29C4ACA8DD96B0FD9437438 , 0x45F02346D49F482FA87021603760A026 , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x46128C721AAB48C8B145AD64D8D335F7 , 0x46926A9F30094F56B3A380D92475FF29 , 0x46B3B04D85604ACC863C2C90697B21F5 , 0x4722AF1BE2334527A240B9232CFF2F7F , 0x474498D8F7C348749EB608E75E1CACC1 , 0x4744FE4ADC0D4A87B6FD40972C079F06 , 0x475728A3A3DC47078C07F04BBD0D4805 , 0x47F81357842A45128AD89454DB143CAF , 0x47FACD60B3914C50BA0241508CFEF9F5 , 0x485602959EAA4DF6B22050D8ADD8B833 , 0x492A043A6029478E91443BE2C3901617 , 0x49336050A9E645FE820981E516238857 , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x49B398B0E25A46B6808A9A2551490565 , 0x4A3215BA4E9B46DC87A343D138724292 , 0x4A8F05AEDE8C4654B059F9D31DB6D001 , 0x4BF9001B7AFB444190F36A2CAD7B982A , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x4CB232C1E5DA49E69B44FA80E9D440AC , 0x4CCD57CB8E514A5EB8C37CF4938A9439 , 0x4CDE68CCA4B8466FA3B802B8CE904CA1 , 0x4CF4D85AA05B43E0BEBFF7ECDC2D592D , 0x4D5244CC16944C9BA63D5EA6643CA7D7 , 0x4D6267523D754ABCB9DC16342F21CEAD , 0x4D62BF67E87F4DBEB0CFE1C7F4800F2C , 0x4E4C0FB9D532445B88392C2D7D02F0B6 , 0x4E783716E04D4809AED405E24A0F0F14 , 0x4E8927DC97834ED0B228DD4C673D7D0A , 0x4F2DF85EF18C42CABDA403442EB51243 , 0x4F36F50E2F414CE69FB804C9F10B753D , 0x4F7FA36F3E284AB792118E11DD9F4B86 , 0x4FE445BC42734822B18FCEE8000BCD33 , 0x505A5882AEAE47359BDD964255B526EE , 0x50650E3393DE49A89055C3669802FFAF , 0x52362E5AF9FA4B6FBAF69003B5456122 , 0x52BEE845ACE641EAB1A864F813B7E100 , 0x52C14ED950E14AFFB4D1836938DD088F , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x539A0B5FF25C44D1B5886661E963010E , 0x53B4476BF9764EB9AE12A142217B2B69 , 0x53BAF008DE284ABB8396DAEF4AC36CCA , 0x53E09AD2E0564795B9B3280DD5B5589E , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x5410149383F94398823E26DFFD0CD7FD , 0x54125CE1B2B54E19BF9D597E994A4ACE , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x55203CD6BD62414B8679A8A04690ADCE , 0x553AB42E5CB0486590EBCABB08E91045 , 0x55688327B4D244BB9F3743839EE51610 , 0x558D508757C3458DA097ADD2F7FE559D , 0x55A585D9423F4E3AB5EAB9A94EB75682 , 0x562B8E54B042425BBDE67624AA2B9CD3 , 0x5632E0C211314BC9B195B12047308E34 , 0x56C05F78A2DA448AA7C0430C847215BE , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x5755C72E63A84B08ABC87C456E0AB5DF , 0x5789AC1071F24E50AEB6326AD8A3AC01 , 0x581F4A88EFBD4B28922BC9ECB446FD09 , 0x582F4F2077624A3F96184775BF911763 , 0x583A36DCB76347808B3E3A60D194D68E , 0x586FD6A10C9D4DFCA36EB5D1115F4B22 , 0x588045FE5C4A4C47AA7589DB77449CEC , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5904FC12EE3C43EB98F383F694035A6E , 0x591C2F15E93441549CCAC2EE92F3337D , 0x5921BF0548DB44149E8219A8BA484690 , 0x5924F2E6BA964F4A819DA7887618D9D8 , 0x59725ED832D54D909BD98F8F0CC738C2 , 0x597D693048894FE1968F74200B231A1C , 0x599920B3731B481F81AF68FEEA9F04B6 , 0x5999E028E05544D8BFC1CD8B1A938C97 , 0x59B5EF6940474914BCBBDCB34286129E , 0x5A0B97282A914219BB4D6067B7A2E900 , 0x5A445EA009D64A719C65ECEB163E7120 , 0x5A9F593570044EE8879F40B7434F70D1 , 0x5AA45F5A936F44AE9D0184125B9A0B3E , 0x5AB2EE36B5C44AC49B10E154AC9560BF , 0x5AB95119F30144BF8BC8D2C4D8A90DE5 , 0x5B8C9FAD181E46999423B7DA40D3294B , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5BE73B9E98B44A279685880E2D900B46 , 0x5C1A0A01A0F2470BB662DB4767468E36 , 0x5C26360F739A47198987582E7D6C0C3C , 0x5C301C0A3E484433A0CEFBC3EAA298AE , 0x5C5A61E95260485E94FB34678A84EE5F , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x5C8CBB7AB3D24993A4A745453754E5DA , 0x5CB9390B8688472EBC0F735015B32B2B , 0x5CC466AF17F94331901FFE6CE94E2198 , 0x5D44A244948C4B089D4D860514F77929 , 0x5D70BBB6603742849958C2F2BAA2FFAB , 0x5DCD361EE6C743688B2DE56396F4B12B , 0x5DD0EB543052452BABDE21429AF73BBC , 0x5E83136C2E41456DB9EE544DAFD1CBE7 , 0x5F0A0A6F2AA043A99DB326D77D8AC467 , 0x5F5DA1E885B24B74970B4D15F02F15F2 , 0x5F74CE1C799D4458958088D2EBB771F8 , 0x5F8E515988C841E888B454CC4BF356E2 , 0x6000676F1B1B43D39A8C900F16309330 , 0x6013D7A5A2874030B506A6F5240711A7 , 0x6039CD80756C4A209B2D838B7ACD1930 , 0x60755B7C07694C8081CE8B71A795FC48 , 0x607DFDE6B58248EAAE1FF4464B83960C , 0x60C0F55F7F8D4F999B03D146D3C72DA3 , 0x60F8EFB852284887984148BEB8E008C6 , 0x60FE311512924D70B5483A78597EBA07 , 0x611E952A2CBD4DC49027213FBCB8F270 , 0x6126344CC87942838E3646E493CFE3D3 , 0x61898353CA594D06B7CE78D5B230AEA0 , 0x61E3F773D22B4A4AB1420D78E17EEA15 , 0x61F7F94F72E34138B39D22849F832661 , 0x629C88C740084EF8AB8C0AAB645B9424 , 0x63542AF94D264D8CB8EF65E8DD7117F2 , 0x63DE8FCE30D140E081BD6C5A60FDEB51 , 0x641920BE5EC44FE58ED2827EE40EC501 , 0x649A930A7AD34341AD5F01C01AA64714 , 0x64E56FEF52D34481974F84B4B9820F77 , 0x64F84EFA74EF46F7AC4B5E4000428B51 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x657C9AB64A494FE09A650016EF0F1BCC , 0x659909C64D6D4A298D8038E96250A312 , 0x65CECC21B83546DCBBD29EDC13179530 , 0x664037C6162D4893884A450DCD63A955 , 0x66914FE0505C4D5BBE957C7A6C809090 , 0x66B5D33F61214A1386AA991F9004414B , 0x66D298ACE83E4DBC8A8EAD1E40B7F5B0 , 0x678200398F6347708C2DE87F3399253E , 0x679DE757A14E45368E4AD4319AD94F84 , 0x68B65175FD17476C92CAAD2AD27143CC , 0x68FF25B3F07E43848F90B38FD5DC917B , 0x69010C03AAF04DD9B905C13A58D3FF86 , 0x6917A1AB38C0465BBF2443EDDD67A4F7 , 0x691C58C00E9F4C119BC8395B65D0509D , 0x69423AD6251A499AB47FCDC4183C478B , 0x69972F26F237498B8E817547D3B7F34B , 0x69DE41B52F8046898EE0D661DC686727 , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6A54B9D8C699410A8F5C2CE67008F855 , 0x6A78937A3B0C4C908706DDBDAF1260FB , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6C044BE95E6F40448F4EA61AF4D79580 , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x6C77F02220E34318A8BFB0489FD53324 , 0x6CC0D8712B564981B86445BDCBB6EE60 , 0x6D1C2665F53647A2A4A255CC5CDAB4C0 , 0x6D260D7045C348CABE04CB6D73A60168 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x6E071126A5DD483CAD0A021226496AC7 , 0x6E164EFFE32F47A68BC64B485AE94C0D , 0x6F29FB6248864DC18748C4047320EA06 , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x6F6A0C170ED2419780030FC467202CDF , 0x6F739EAE91664A4FA1F04C1B51C1486D , 0x6F99B4D603B84D5C916766199970077E , 0x6F9E6FFC6D5F4302841BB0900071BE07 , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x706A2FB43D4044EBAA24DD4B8B2BC2B1 , 0x72604941737B410D9A745E4B1788F7D9 , 0x7277398D860644F9A224049F25788AA4 , 0x727A4734254441E88F15ADCE6FC8B283 , 0x72853C9671ED4921A317BEC01448ADCF , 0x73827AC261544966B8FEF6D09912FAE9 , 0x73DF07AAF12747CCB8CDBCE179E50640 , 0x7477195027E84FC58BB7A90AA8DBEEC1 , 0x7477B5392D82453B9E6B5F8CE430CDFB , 0x74C3CCAA759A412797A86FADB1EE30E3 , 0x7505974789DE432ABA951E9836F01867 , 0x75098599B4464786A7856842FBC1F1F1 , 0x752876413D36403EA6D9859B4C5C0566 , 0x756373ECE75242C3B9738C084C3BAA77 , 0x7574B1FB57F44BADAF4C3E5DCAE2820B , 0x75F8572DAF28462A8B3A3A1C1C6F7F9B , 0x75FFECC479DB4D72A1C45B0912C8774C , 0x760A1087D8FD4EF991A89A38D24EFD85 , 0x762A9E8B09FC48F48A2E019566FE519E , 0x7660446CCA6F423DB9E67DB152B51EC1 , 0x7687B690F3F44A828720A8011E05BB56 , 0x76BE32A88CC44994BC718169101A5524 , 0x76FD7DBB0B924CDEB3818F9663A44174 , 0x77B8689AAF3844B8B6B648713D7726E0 , 0x77FE4529617B40929B00184EEB554C46 , 0x788269475BF94C2CA3D045921576D976 , 0x7886BE176E9F4E9EB44C37D22FF110A9 , 0x78A1EC7ABF4D41538B92858DB191296E , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x79DB368464EC40EA9B82FD28ED32061C , 0x79DD8E51210C4C4181A87029EB9F60AF , 0x7A5BB376CE684ABFA1B560AF11B4C7D3 , 0x7AAEF7CACB6C4155B44CCB4FAA39B5A4 , 0x7AE083D5B4BF4ACDBFC7CCD0C92FFE2A , 0x7AE36B2F59B34591BE4DB55111D3DD70 , 0x7AFF1A79265241EAA203BFDDDF5F928F , 0x7B15D48949E14C8ABB7503F443F05FF6 , 0x7B4818BB9F9A4909B8F7BA79FD2E4AC8 , 0x7B586F8709244FF1AB137A0BD59E4462 , 0x7B5B724339014D31BD79C2FC61C1FB8A , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x7B8483C663444CF7ACA1518DA90CAC92 , 0x7C70F22F38E7423599767838DD0C879C , 0x7CD30CB791D242FAB6BC2D0C233868C9 , 0x7D386C8FD2414C5BB1BA0B95F4F92E92 , 0x7D39E6F6DC1D4B90B056A1302AEB7D0E , 0x7D7285A60EB54429BDB6879FCDCC06B8 , 0x7D96021D86844E34B72DE92364505541 , 0x7E58CA6F1885480483B6D004FAE4D20F , 0x7E7C19245B0D402AABC97E7CBE57071C , 0x7F269FDC24C84608B05060DF4495431F , 0x7F39038630624BC4894AF3AFE627615F , 0x7FB36F38D2AC4CC2B29E18699345B7E4 , 0x7FB827AF3E084C15BA00348474140416 , 0x7FEBED4B0D4C48188A4B19CD1EB1C197 , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x7FF8F9530FFA402884E2E2D191616F9C , 0x800119BB0EC84F86AD6B976F4CF0CD5A , 0x80924F4C6DBA430F96CA1DA8F227687D , 0x80DEAFCAD28741E281A3AEA53E5F13E6 , 0x80E4495E3FEE42B78CA3DC79FA6BA0C9 , 0x81578DC743D84A6383901D5C6A605F97 , 0x815893FA5374438CAD2D4D09CE76EA50 , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x8241187B05784481877869C6694159C9 , 0x8252757C453C4A8A9754CDF462B711AF , 0x825ADF411018471DB7521343B27CF396 , 0x825AE359E1814439A2FB7E3D8B41A8D1 , 0x829A91CEAFD74DEFB0639673A8529DE4 , 0x83AFA2D536784EA7B96BD6D3FD7E4F72 , 0x841001024C7740C2BE37BE71FA6F9CA8 , 0x841B6A5E4DEF405F8CCFFCDA646E20EA , 0x844AE05DA49F41E7A8E9A9A9B553F2FF , 0x845777F8AA0C4552BCD3926A6901FA0D , 0x847EC7B2D9BD4F58A2C1FBDF8D356B44 , 0x850FAE53370B4D7DA60DA30DF744DCBC , 0x8559158FEB6047BB894BB447EC8C4BB9 , 0x8587A8EA5F43492CB82FC0C4E3136A8A , 0x85A1F4683EE646AD8773943DADBC171A , 0x85FF29EA4F054A73896961572DF0B298 , 0x864900AB7ECA411C92A328565B3C01E9 , 0x8684557620DB45669553CE42BDDE0830 , 0x86AD4C3556FA4ADEADBAE5839C41E128 , 0x86D81C686312427E9658EBB93FDA93FC , 0x874D2D1682434AB78A32620CB0F38706 , 0x877BB798D2EC469F9FFB46494242E15A , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x87CB0E0ED4DF41DC9AE72EC655416344 , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x8853EC22442946A58B31719CC1BBAA66 , 0x8858EA8820074C6BBDCC29CF761C3DEB , 0x8955C591D9DB44BF95828719E046B8A7 , 0x89A99B1094004A4EB3635D8765119958 , 0x89B944322F284497BE5DE97A019489C1 , 0x89CB42634A344AC2AFEFF2608B1BC3CE , 0x8A6D1C301E614064B8D76C70D7106285 , 0x8A89730CCD4844F4B289529AEB2817B4 , 0x8ABEA329DD85459BAB0CB1BCE5F401A3 , 0x8AFD9C257A954F4D9E550BCED7F5A047 , 0x8AFFA5627C88413D92A967983B08620E , 0x8B5E7E80EDCC44CF97B35A023241C33C , 0x8BC72C8975F64B2FA48C21B6D14F82AB , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x8C1CE1435C0C463D994A70BA34CC6582 , 0x8C5F1D20F24E4A44A7E5F8D1BA9EA6DE , 0x8C8A954745D040D78F61BB4D0916C7FE , 0x8CDA35A745734446BA8DD35CB6A1E9C8 , 0x8D5799D0BD03451D93FD6716A5AA2C09 , 0x8D7271E037DA4B12A1FD11E3E5522608 , 0x8DA037A9E05746BF87406A43A7359874 , 0x8E15563455484B04B7969E92280954A0 , 0x8E1A9AFB8332469E86DC7AB4F864C878 , 0x8E1BD29F792041DE929511BE3E07B725 , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x8E44D454226B44CCAA4609642E748154 , 0x8E5A478BCB3841BFA9085FC4D5D58F47 , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8ED211E58ED24ACD86E7B044BFB83660 , 0x8EF8C213959F4F60ACA4768EB5E06EBB , 0x8F27A0E465D44B76A95EE2E23FE1DC5A , 0x8F900821195145488ECEF72E80461383 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x902E5AAEF80744AF849EA0B9CDDEF73F , 0x9035A2B9B6D1481C81A787FD47EA48C0 , 0x9045F4A33E3C42EBBCD98F0E5BDB4447 , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x9115C369D2BC4BD49CD8BD724360B935 , 0x9181F5F8118E40729620001BEBAE97C6 , 0x91DA943123EF4876AE4146E807B889DC , 0x91DBCE9277424181AE319BA6FDE53987 , 0x91FED3F0FF7B42FEA4913EA3C66438B2 , 0x9203E251FB0949CDA800331DAC3BA7D4 , 0x929027B2F209416CA49DD313573D3E58 , 0x92CB0A79E86247BEBDC6E4C4D20B670A , 0x938DE61F8523451CA9865AD51954B913 , 0x9398978836534879A8AC3968172D27B1 , 0x93CB65EFA16B4A7B8A8190644FE6B745 , 0x9427EE7FDBCA4A9EBC1F0CE2EFE4573B , 0x9555539C831944729651E1CD18171ABE , 0x95EE4A5FAB7B45F7AD9E4BE6726D897D , 0x963C326225ED4913BCA2030F7CE78EEB , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x96DB5F73FBA94754A3D7DF227D92A112 , 0x96E13ED9013247598C150C51573CA9AF , 0x96E7DF9B7AC24180AB8FCC629D475052 , 0x97035B902597494AA57EDB6B3097CDA8 , 0x9736C1E5B62544519C455D7840F6B98C , 0x97CF24E07189469F9EABD72B6E3C932E , 0x97E3F4F02BA5421BBE89AA25AB25A473 , 0x98BDC6409C6A42DFA0A2FB68862D7B8E , 0x9959E035ECD243799E6AB01F9FCFC5CA , 0x99A594E4847C4887B1BCB823FE174C82 , 0x99E36326D05F4FF9A226B7C5BEEC702F , 0x9A1B21F5329F49A993F2F9C5035694A6 , 0x9A1E3C21B9AA4B0293BEF9C7BA9B208A , 0x9A884D375823463F87229584240D0DFD , 0x9B2009D851934111B69688017FBAD47C , 0x9BD69248159046BE80047E8227CE64AB , 0x9BF082A691A4495595896440C50E953F , 0x9CC9E9B0D39041EF9E29880A8DA5BBC9 , 0x9D71EE82702640C8B2C0424C104DE008 , 0x9D74F55E479040F983AE3BFF409FF3B0 , 0x9DC87B529C6E4DAE9875B24BB9415918 , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9DE0E666103543A681CAFBC9AB29E996 , 0x9DE79BA459DC4406BC7EA80DC9A65773 , 0x9DF63C8C73D24CEDB4DB5EDFFE8C0194 , 0x9E45C2B3922D4992BD340385B6C265DD , 0x9E75FDBE568A4561B82F0A8C78018893 , 0x9EA3DCF775004FEE868721F17AF81A2C , 0x9EB96242E5814109A25F18BF974BA252 , 0x9ED6770975F4424AAFEDAB325D5B16AC , 0x9F2CB4BF379F45159196803AAA4E50DF , 0x9F38824649DC4C13A234F4E05C8F3346 , 0x9F3C19DCCF0148DFB560B66C8FCF8B38 , 0x9F97CC0AB79E4E55B7E2510B992C66C2 , 0x9F9A1ADB58714E439A1CBD5688D8D8A2 , 0xA01EC737B45C42E69AC1CA5FEBD2465F , 0xA0EC24ADD4664830B5F1D5C221E7DAC0 , 0xA11AFC04A975483182CB87074F93FB03 , 0xA13B2AC8E5EA414880ED5B4F8B0AFF10 , 0xA19BF8375FA2416D9F354CDCD819FD1A , 0xA1EF0A356D534B6588B3171A479069FA , 0xA2436AA4506F42FBB3703998C59CA6C6 , 0xA27A9090525C4676BFEE7C3F283A266F , 0xA2DECA3D63C84052913300BBF072D613 , 0xA33DB39DB03E4DC488083C951A7FBB52 , 0xA37CF16957DD4165961826B32DA4E1B1 , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA410077D72804524925B777299743CD9 , 0xA53DB7A995A344ABA54771588BF70742 , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xA5EFD285FFF94BDCAE951E7B3031C1E6 , 0xA60952803A8E4385BA9C2C79C6CEE5C9 , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xA680E4536A8C42CA9C71F6DB3712AFA4 , 0xA732DD8BA7A64DD19318CE56768A9D7A , 0xA7433D495BFD4E878A8A066A3D724962 , 0xA807AF635C05435089D627599995BF5D , 0xA81CA3FE5C8C48E29CB30D7D4CA7A992 , 0xA82CE80072854A968A0591D5626DBAFD , 0xA8669A2084AB4EFCA0B74D377D8B2B01 , 0xA8871C4789554F51ABE50F18A36F25FA , 0xA88EBC79DE0D44B496B4B9DEBCC13F7E , 0xA8B8FE0C13154A419F1953E7016110F5 , 0xA9053D59EBFD4D47B2DE6B13C2BE0305 , 0xA96553A93AF54538AAF5B4BCA4365121 , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xAA615235EEB844E8B2ED3F00E6F48907 , 0xAAD3130EF5AB40E08DCB38D1472368AE , 0xAB128C38805643EEAED2BC4A5E9A054B , 0xAB5C0580C3B540EB87E8BD92066622E6 , 0xABAEE3C2C54749FB9FB5500058900731 , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAC2915F4916940829F4D4BE23156717F , 0xAC2D4F2ED9784C74BCCA4767E90DC437 , 0xAC4FB3A74E32481CA5B993DD1A26523F , 0xAC67F2B1B1E84060BD263B2EA4F89E51 , 0xAD09EE6FFCAC4B989393F1ACB14B7806 , 0xAD4C8D45EBEC418EA75CEC8710F65A36 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xAD55BDC8EE224F39AF32C9167BD83462 , 0xADB8F8D8760642B49E27CA026E883E06 , 0xADCAF4FB4B0D4DD09E54F82F6CF5D1CB , 0xAE3640F34FAE4009B12CDFDF3FD449B2 , 0xAE635CD9B4F24CFEA27A0D91F658A522 , 0xAEDD6355B69E407E9A7D2FFE206622AD , 0xAF171D9B9EB14B94AA60C1882BB4280B , 0xAF8E27A6E56E4B0D9992954EE21B55D0 , 0xAF911D9E875648BBBC12AF8605FAF3E0 , 0xAFD993C2B6304E20AFE2CE97706D3B94 , 0xAFF34F1CF68D43ECB60C5BD4F54A8740 , 0xB0351D7F8B45461C8842A966E0C81875 , 0xB0C1546C69C149D599163ADBB99524EC , 0xB0DE82E7A8284DF7ABED7FCBBFA44423 , 0xB0EC14CB27774524B64D12EC1E65622A , 0xB1247365B05C4F0C84E941D4D0ABFA7B , 0xB1326A6B5B634BFF8033AFBDD226AA6A , 0xB1CDC99E415A4991B913183AD16F595E , 0xB207E80D34C047308B06B5FEF66D681D , 0xB2C7C7DD5C97431899C005296746871B , 0xB2D30EC33B2A47F0ADB7F727138E072A , 0xB2EB7F7B53064A1888C66B7043C301AD , 0xB32B7190641946ED8F1931294EF274EC , 0xB363E262468448BD89834D46AB4CC05E , 0xB42796C2C9F84CDBA2F916DE129BE65C , 0xB437F66C6E094EA4B01EBF2A89C41085 , 0xB4784A7308AC43638B0106BD094A86E1 , 0xB492080C61804597BA1010992AABA073 , 0xB4A79CC8F5874DA6B202E9981C4CB754 , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB52A37F4567547348683CB50D7B04917 , 0xB55A97761F474C0BA50391C29C33EFF3 , 0xB58DFDDA24BE407D9C24C6666DAFDBE0 , 0xB5A0441AE3FF4EF79839E290214B89E1 , 0xB604E3CCA40E44ABB9015346A3D37B82 , 0xB6166255F13445BC9E72D61A38FBABBB , 0xB6913EB9E8DB4725B15DC306309C8C70 , 0xB710C60EF0624960819BC0CC56A96726 , 0xB7777B4DD7294D518AE3D9C5C6400A2D , 0xB81CBB85EAD74CB580C71C20A8A59A88 , 0xB89FC769BF3C457999A1EFA1515272DC , 0xB8F6F34EFFC0473B9AE7643DC89C8354 , 0xB90F175727A848208F5C17E98C46EA01 , 0xB93AA7CA1F684275960465D405F7D1D7 , 0xB94282F01F0F4D8BAA643524BC454A7B , 0xB9D397C7494745BD961C429B3F841D12 , 0xB9E0DC8280C04DE18BA380935B536DCA , 0xBA1CF2EE4A8A4817993B6E7C3DD28DD2 , 0xBA4658A88EF34286B63D8B26F3A8DE2B , 0xBA646621811742968D0D177F562DFBC9 , 0xBA6F4305B41142B4B4F1521348AC5AAA , 0xBACDF3FDB8B147EA87EDDD6AC84DDD03 , 0xBAF8225E83644D4FA93B751F2D01F120 , 0xBB2ACE3BB7C349F99C661E21BC282E45 , 0xBB3A6F82FAC7459F89B3127C83AAC3AF , 0xBB8352F39ACA43BCA6BBB4F595A62031 , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBC6942AF252F435DA3AB30C8A7238BCE , 0xBDA3C3AD102B46B4873736F06C12CDF3 , 0xBDA734658772451BA82629D6A8061CEC , 0xBE5D3473794D46FABB29B10BDE7AD698 , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xBFDF553AE4B6425E878491072AA9D2DE , 0xBFE96390C47D4807A0E3C3E18CC1FCCC , 0xC051590D8AF2493D9679EDFC3883229B , 0xC0564285AF474D24B5CE6DE1630D8025 , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC133D0A4AE5E4B3DA0C542CCA714A4C9 , 0xC17484B69C9A416AAFF29937DA67F692 , 0xC19A3480F1B045628BDF54607108D271 , 0xC208816DAFDA48ACB89B828FFCB15140 , 0xC21D2630854447E4B4BFA7DA922B975A , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC23CD2FD2035460CAD1265C49791EC16 , 0xC2557CED5EAF46AF8BAAE07324830DA2 , 0xC280A1C2BA5F4CB1936B3F8B3A7D9D7F , 0xC370FAFCD848406DA277C94BB35D64B4 , 0xC396866885394BEF97F22E3BBEF35398 , 0xC3A7283F87854561A736832D4E43CF15 , 0xC450C2F2FBA945E5A24C86E1AE281723 , 0xC45DE46EBE0741D389A8B4C21F26A688 , 0xC46443E372664314B644BAF8874274D1 , 0xC46C2146AA374A6DA71179C0B70E7227 , 0xC4FA6D3675994CEDBBAF74B1ACD3D26F , 0xC54CD247C8D6484E8BDA9E9B781312B7 , 0xC5578AA53F894B51BC3C39ACE75468D1 , 0xC5AE2A3FEB444A7CB70847B1561A5E1A , 0xC5C3D30BB56F4CE4B899473E50CC762E , 0xC5DBE98CFCB34D3AB5D89AD3F5FAA88E , 0xC5EE33AA4F0447DAA5D200EF0E5F2EEF , 0xC5F236FA19F1453FB4F54F9107AD6FDF , 0xC614CE72E74F4FBC8B9C899EDE977EC9 , 0xC6373C931076476182175E69A8A878AD , 0xC64309F6D0D943E8A1BCE8F8BF8A6A46 , 0xC6C23CBB5C214F62B0C2146A6B0AA560 , 0xC6D4E056096948578824F947E765E861 , 0xC70CBFDFA24841669D5F4191F2423EFC , 0xC745C850A9AF403DB0F7526930B89E33 , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xC7E1ACE256AE481EA051FCD74BDB7BAD , 0xC803A4C5D48E4F0A89FD18090F9555DF , 0xC826308642CD42EEBEB1B5C2366A4DF9 , 0xC85D47C6890C4BB4876CBAD185387313 , 0xC8720E70ED8E41D0B7F9E99B8CA84C6C , 0xC873C7BC91F9467A875DF4C11888E41A , 0xC92AE0103B2841F4B31F85421E7493AE , 0xC98FD0F4F1054281A1E6E4A12049868C , 0xCA089CB123684AE9907088CA7B5FB3A9 , 0xCA104252789F4DE3BE4AA8536EC72912 , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCA1E8B9747244B7BBAEEBE2C2981CB77 , 0xCA2B5AED76594B9DA4380939C9BD3B2E , 0xCA4E805D773C41BBACAFA0357F528AC6 , 0xCAA492DF6CAB4815A01124A3C2A19B9A , 0xCACE56DFB740441296DF2F239462CAF3 , 0xCACF10276FB14611BD43D2CE87F428AA , 0xCAF2EA1CC4124EE1A832973FF75BBEAF , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCBBCACC1BA09459EBDDC1115FF1B675D , 0xCBC33B90F6454EF48BE1D59444DE3997 , 0xCC4C28EC485940FCBF147985A3C49A9E , 0xCC4EAD1937E5442EBBB8B1C59E540F5A , 0xCCA89356D71B44DB8B8BC1B31B1803A5 , 0xCCE4C8DBB4604B33A29D7AC37F71AF9C , 0xCD78A19AB9D745C99518560FCEC6AFF5 , 0xCD976F59B4E14C9DA80D992D4DE42038 , 0xCE0292983F0C4537A1B6E1C3139D5CEB , 0xCE60C0313D9F410F91B188790B651B75 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCEBFDFFBE01E4CDDA38E7613387AF911 , 0xCF1ECF8DEF4E4C32A03E98C37F0AF095 , 0xCF40FA7CD96945789B8F5731BA60C423 , 0xCF51E52DF005455EBC48B904B0BD829A , 0xCF9EDBADBFE24B908A94BE358064220A , 0xCFB8C08C083D44FFBB603A1B2C6BF7BA , 0xD01EF769A74E48AC92A449A2EABBD46A , 0xD0241C535F3D4899BE80B29906A514E6 , 0xD03DA6B3FECB40E385F564B35939CB03 , 0xD077A4B7EE6E4617807D01A6BDE056A5 , 0xD0827942DC824F2695370569552F9B39 , 0xD1894C859DFE4026BB9113C19D8A74AA , 0xD1A764F9ACC34D758CA1675940DCE646 , 0xD1C29B91D23D4C5D912E9BFF47932B3E , 0xD1EBCA5062254080A18A809CAB4A8A5F , 0xD1F32B8DB6CE496AB884F5E7B37F7F29 , 0xD1FEF23CC89F41DCBCC89F74582FF4CB , 0xD22C3B8E4AC543B3A01CC3DE2ED265CE , 0xD29E0B0A1C1146AFBDF6E261C330346D , 0xD2AB4466236649889BA9094793D68175 , 0xD328CC65BFBE4ACAB5F1232DC975D30F , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD3521F78F885462BB5119A493EF326B0 , 0xD36E085D2BF2493B881397383E9F89EA , 0xD394818E58964194BD19F16032979BDC , 0xD4178E7C79F642EE9892D9074F7FF4D2 , 0xD461F7507D394613AB0C90420B2CBFBE , 0xD5510E25157349E69364AC576172B693 , 0xD5F97359EBE042B7874712091F85901C , 0xD635F2BEAE59442EA10241705FE91E87 , 0xD653A79A50E34177BA98501995C3E45F , 0xD6EB542002AF4B1C833B1BC7964B471B , 0xD7614352E12A49CFADEB1E743B3B0424 , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xD843A216A4074263B959DBC70082DF27 , 0xD908647901CE4CB19AEF5DC873B0E97D , 0xD9128CBC1C2742888C291D55929B85AF , 0xD94AF7E555F24DC88E24B40E334179B6 , 0xD974A9820DEC443C882B0A1CF858FC6F , 0xD9EA99B1F5E34B478FD4DEFBA66659D6 , 0xDA0CE8E7F6704F5EBE4FF5F346D5CE92 , 0xDA100E273A464D5C9A99B110A6B15407 , 0xDA363F5157C9441484CAB755CB0FA757 , 0xDAE23B9D8F5C4D588DC18003486A238B , 0xDB634A6B088647FB975B1F6D03A6F0C3 , 0xDB91D65238A547BA93F95DA9BDAA1953 , 0xDBBBC7FC96BF47A9A5CE98B037F1C4CA , 0xDBD379F0E528445882FAA2B808D2D36A , 0xDBFA642A826A4D8A8A8D5E0AFEEDE4B3 , 0xDC15971B32884560B7E5A2B9BB945D10 , 0xDC362D5EB74C476990D1CD38D0C81217 , 0xDC3B90AE0E224823962F5B8672383888 , 0xDC59F738B39B4C8A81B54F1753DBABB1 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xDC6613A44F7141618B46C1296354340E , 0xDCA5F07E8B5E4AE1894335BBE9D1675D , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDD12CFCAA89342BCA150BE1FDDA0DCB5 , 0xDD319453E6104BFFAF533695E082AADE , 0xDD579203296143D89F34EA25B76FAB7A , 0xDD6E1028EDC4480B86617D2EB38B5FDD , 0xDE0B7A824FF740BC935471C2982734D0 , 0xDE3927C742EB49D0AE8A5328B6D7E6E7 , 0xDE5BA48B40A9464085C1A1D54C2A2CBC , 0xDE5DEB88A77C42C5895C4C1CBFCC28C9 , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDF9558FE20CD451792341CEE9501D0C3 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE055E2635E1842569F9A415F300D55B4 , 0xE0755CB2B6E44647A287924E993EF08C , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xE0FD0D0A849A4E05800B4D899AF80931 , 0xE116F2A5A49B4FDBA9364E00AB61A0FD , 0xE187D065589649F79DC6B0B1FB0ACC64 , 0xE197838C8ECB47CABF2C12B66A18B7CD , 0xE1C2ABDAF4A84145AD72364B98CD1811 , 0xE25F021D561F4DFE9CBE6E0F4E178D86 , 0xE26BF4FA2B4E40E189D90A13529F18B0 , 0xE36E64A738B6462589B660299363EED4 , 0xE3A265B2E7844577903B6D1E3F5396C9 , 0xE3B2420A38B74359A69146A98E1258F8 , 0xE3BD6CDC43554268A59CE84B42FE520F , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE3F0D71DE28643A5B3FB6C410E75CB29 , 0xE404FBE893A147F7AEE095A02257DB17 , 0xE425BFB12DC7476984D6B79493FC3D1C , 0xE45BC4BA3BDA4179A5AFE9DFA931C0D1 , 0xE4DAEFFEC568499A814F8E65DB974EE2 , 0xE4DE2640A92F4A0893A7BEC589B6C014 , 0xE4F14714A3E245AE8DAB96DE129C84B4 , 0xE4FA88FB68F247C0B6CEEEFDB59300F2 , 0xE5103423F713415EBFAA8328E68890A7 , 0xE54C9BAD70A747EE90C206A14DDC2EB6 , 0xE5A522E0D058419C8EFF88128BB431F3 , 0xE5CD28270AEA4A7795C53B74303963A2 , 0xE60B339A9724454FA4531A5DA26F439E , 0xE66C38265ED84D15BF1693D1933B3EF6 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xE6E7FC748B194593976BEDB29117919E , 0xE764FDC34584427098FDA7179BB84A95 , 0xE7EEC62167DF4F86BFA4849DA5FF75B6 , 0xE830283717B74354AE78DF7FAFCBD3C5 , 0xE83C5C53A6C04FDBBF3731D3D7144304 , 0xE856A61D085B47E789EB273C6D725D54 , 0xE8A8ACF4BCA64C0FAC2EBC3C3F243F3F , 0xE8C02C21274B4774934F39A6F5EEC631 , 0xE8D565D6407C47638C073A678D33C54C , 0xE974A7CF5CF04213ACE9BF85ACAA1E5B , 0xEA8AFF16CA384B899A440456794CDB17 , 0xEAC2BE4C41484CF18136F1BDB919A8D9 , 0xEAEECDB6F3AD49EDA8EC27805569AD1D , 0xEAF042ED6057456293BE9F23795B04A4 , 0xEBFC759941F34A958D6057405B4C74E7 , 0xEC6858ED40024302858691A21D7487CD , 0xEC7FEC2C7F3547A38A4E632404847342 , 0xECDEFBF3B2B04546AF5777C5990FF66D , 0xECFD986698BA4A8E8680CCE33A61BF74 , 0xED0117CD0F624BEB995F35A34C273ADC , 0xED3ACD02960947B3B474F968305F856C , 0xED84B5918B694E0FA91FE752117D0245 , 0xED99F583E73E4E94BB8768D4BBC0A589 , 0xEE2A8D60600245C096112CCA446930F1 , 0xEEB7A074FD144E8B93C12FCE580C7F4C , 0xEECD7BB699AE4EC79E4CD9F9424BE7B0 , 0xEEEC2562DFF74F0E83D5B768F6E89DC1 , 0xEF78C28BFBF0465BB229D655D7F0288B , 0xEFEA42B137644D6E8E119DA67B772A51 , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF0EA1E262A20468BA44339EA4D0995AB , 0xF0F9A998E7484096A63DAD99749ED57D , 0xF17176BAF87F4FE28AB04027DA6B3025 , 0xF1C6A33E004F4A03A8BF020DDDEA713A , 0xF1E4A5542383468794C051133E335455 , 0xF1F21780CC484CCE82ECCD68DBFF07A8 , 0xF24C78BB37354468940B9A0AC11A0FD5 , 0xF26C36DBF0364C809A3DC2B5DB73FF62 , 0xF2870544C73F458C999B4B35EF6B02BF , 0xF28993881772426790068622444F0975 , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF2FB774024EC471B96E3E8663F8FB27A , 0xF30FD2AD741543608379DAF77CD7417A , 0xF392D3B70BDA47D0B06E841D83A1FD63 , 0xF3BAF3F7633544C0BBC53E2AF9A64B40 , 0xF3CD123BCE9A4B1881AE6DC0632F216E , 0xF42CB19C8197497B9A6A91BE534B2AB8 , 0xF42D33A46EC143819DAC3017EFCE5BE1 , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xF47C11FA3F4E402584C6D98691D8A60D , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0xF4A7ADD6C6314BF2916BDFB32A1B386D , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF61D5138C970456B9BD23BAEED4F2AAC , 0xF62F31A7762C4DC4B43538065B4089CE , 0xF77F4B4597054311817EECCE5C5F65AE , 0xF7AC6A55317445AB9333828C12539D80 , 0xF7D621960DAE4828A78F20B68A65621E , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xF830872A4ACA47B78192B6C9CE1D6914 , 0xF84DF9D7347E4C47A96980484AD64137 , 0xF872876363044B1BB656FDD83918ADE0 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0xF880AF43713341AABD41D4ADDD2607F3 , 0xF889CE96EA7E4F3589D2F4AF6D82261F , 0xF88C819E6AA3485481F5B5197064F837 , 0xF8E72AE6A4DD4426948B16B314A91406 , 0xF8FB5684A48E4370997907EF4D2A852C , 0xF901228B19D64280A16AAEDD9F88995F , 0xF908A15F6B924F288F62239E3B5F64F2 , 0xF94F1D764CF94FFCB9FC568FC596A64A , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFA2A6244D036402089C5C0A3A48D3BC5 , 0xFAA0B9C6B35E47028646289FEB0FF043 , 0xFAAF342D852F45DAABC8067E528E6175 , 0xFAC11F2E0ADF4AD9B9337977E8682979 , 0xFAF4F9AA8F7D476F88564EC15CFAFD05 , 0xFBF8F88621344C368737CF7A25077C0D , 0xFC212B1B91FE4EE780A38E7C685BAE95 , 0xFC63E57885F4452586A9E37A69A51325 , 0xFD1A9D0A4DAA46BCB2E5AF094C8F6ECE , 0xFE075C39902C4486A34359A9D9ED9C41 , 0xFE5F50CE07A5465BB2F96C54F6B1A83C , 0xFE9D9E508E1E464FB60FF92A80B5694F , 0xFEC1C5FF1264408096F7AD67F94E2CB5 , 0xFF20D579FEA94A72BA5864C1B3102618 , 0xFF8535037E3A4305B18F63128CBC0D77 , 0xFFCDC5814C3E4FDAA21376AD8E8C38F1 , 0xFFE3A234F31A4C23AA20807E83B12A39 , 0x24E490E081AD46388419306ED099B5EE , 0xB241B203B2E0483186131880DA1C5FB9 , 0x000EF5831B3A430C823FDB9A4D9A82A4 , 0x0036B2AA2D254866B33BA1BD1D4094A3 , 0x01DF0437D5C445F1A5A07BEA8DEBB183 , 0x031DF1F8460A4A54A1A68A86D912074E , 0x05033B246B5D46FCBF4CF3587EA95094 , 0x054CD0A3D0234E5E9A51B1B909806E40 , 0x06251DD3B0C94093951DA100F076C2EA , 0x08996E960EDE48D58D2ADEE53FA2D08E , 0x0BA77E1E710F4523A101F0EEBF7A48E2 , 0x0D41A6CB43524D9FA55D17FD7116941D , 0x0F36664F01AB42C0B4338739B51FF205 , 0x0FBD3AE5F2684859B4932BE62CA73191 , 0x10EF658B90494C9FB3E03831ABC6E947 , 0x13180D090638473A8C4268DCAA6D423E , 0x1393F63C67C14F13B8A70B960C4AE56B , 0x13CC27EF18FE4B7D864B4181B080E1B9 , 0x15A0952AB3DC44769641DEB1E19D6D1F , 0x17439E2A47444F699915CD9AC6D679E3 , 0x17C40A6E70164BD4A1136576B6AB237B , 0x234898B4A04B47C7B374ADADB9CC21AF , 0x2437AB758719496EB6A7DB0C84D2E10E , 0x24A8D5589FE1443B90C22DF98D9BBC93 , 0x26C07DA2CF2940B593D62298C1AEC378 , 0x291BABAFD0334EAF9E5B2A4B29A76579 , 0x29F01EE5467642A3B710C07A0BD70CB8 , 0x2BAF37AE59464D3CB39971A554F40F61 , 0x3261F044C57A496E83CF13E4B71DDA14 , 0x33350B9EBE3C4A60BE0D1A7928036C18 , 0x33D58CD52408459189C250399FEFDBEF , 0x33DD6A43E3A54927B514FCBC556CC817 , 0x3439C7271B0B4B87B9918EE485D73856 , 0x3634B26C04A7478E935D67F6CD64CDE0 , 0x37883F91059C478C8960020BEB60D36A , 0x39927107BC034520BF7C9052503EDF55 , 0x3C32C96EE8004E4C80848C413C5048A9 , 0x3D7290F183064D558CDA22D51D797385 , 0x3D8F5B11E00C474FB6EDCAC1EF599562 , 0x3DE15FD693E144D69B2E452669E0DC0A , 0x3E002086E1D54B1AA5D20A63D04A21FB , 0x3E15C2F8798F49429924553061033BE3 , 0x3EAB6912AE4B4479A6C7E718E6AB284A , 0x3EFBAB582BE143EDB11FB8AC98C99770 , 0x3F9DC7681C6B4AFE81DB3BA5AD6582E2 , 0x402DE0F47FAF4912BD024739EEDE2A1F , 0x41744186517E4785AC56232DF0BC8943 , 0x41B1F82F4144486B8895B1C83F710700 , 0x459CD3A8A16249DE95CE89DEE1D60D6B , 0x4A6B17BB0A994F04B35658F17CA6808B , 0x4B5CC8374D564F75B99B19BDA2C2A5C6 , 0x523F2D6851B74EB19DD714C770C5CE81 , 0x537978FF86A54673A4BEFCB75B2AE20F , 0x56FA1720FE0B43E5B81F90C522276CD9 , 0x59EBD7D57DEC46B0B4E5E8E056BCE891 , 0x5B0C837F210B4C44802CEA50B4FC4DDA , 0x5B30E012322048DB8FDC5DCD22503A37 , 0x5DA14BD098804519936C4A59B3154B7D , 0x5E665C60DAC8436A87BA751B291AA7F3 , 0x63C53BE385DD43D6AFD488DBE431B040 , 0x6425A0B2DB4343F593B0D787627A856E , 0x668F4A9F73DB4EAFBB0880C78621B7CD , 0x672F2C66F92444F8B853AD854028C46C , 0x67CB2A6565874EE7BC6D3778CB00B48D , 0x696AC7C311DC4D1B9534B2B4F4E9054E , 0x6A483037E868442986E91B8ADCDCFE31 , 0x6D17C5B452D3490682488B1FB4F47EBE , 0x6F0231C68A034A6694037C26D02903D3 , 0x6F02B9599FEE4388AF578FFAC2A14695 , 0x6F327AC000B7407EBB28580A4214E70B , 0x70CC9842EA224E319D05B2570F355568 , 0x714F317B71944E31ADC9C38DED17EFE2 , 0x71C81AF831544136BA4A018898B66A28 , 0x725B7B25FBA449A78E2C839BAB84441E , 0x72A7AF0448084B61BB176770491D8A05 , 0x73423544CE40490AA6E0E2459B7CB7C9 , 0x75F56C39CEF24B4DA8950B9218EAA5F4 , 0x765C778DE9EB4087A863BC7C1A09B119 , 0x8015D95848C743C788F1FBB49C36F2CC , 0x82094C10D4B94F7782F5DECE0E07600B , 0x82B64365454142BB9C57E9FD12781304 , 0x82B9AE0388324B52A3458F5C6A293B50 , 0x854E974745E64C3CAD261F645DFB89A9 , 0x85A2B8BF4F0C41078374D764D72F4CB1 , 0x86E20F3A16804390A136A374541D3E01 , 0x882BE18AC6A24426B7264F6EA45872A9 , 0x888D319E6E7B499D9A206CDDEAE4092E , 0x89629BD0FB204A93AF259C4B75333D91 , 0x89AA96A2F0CA41F5AEC92BF09E173545 , 0x8A81294FDB8F430B9930A274957A1938 , 0x8A82F77FA14A43F180D27B7CF6465FB0 , 0x8A8899AB7E3547AA97CBDC86395F1525 , 0x908ECA9FC92644488B080FC149CFCE22 , 0x91DF949AA27D4DC29DC9745ACF82D068 , 0x94D7D44634F8460197E26762F4B8125E , 0x94DF33004C1E46CB9674B080251E257B , 0x9535087AFC064BFEB562533CC029008E , 0x989B1189C91948D884326CA3EC3287B3 , 0x999D2141D4344B24A46028089C38CC0C , 0x99BB3BA5CEEC4DE79971F2968D75FF53 , 0x9B3CC546E8054DCCABA1443561D286C4 , 0x9B7822B4E5A84C99917B0A5814A4E1E1 , 0x9C0FF3152A024CE59F8DA609FE71C773 , 0x9CA981CE52C94413B4036C1CCBB43254 , 0x9E65BBECF0A04FE3B778F48A23DACAC9 , 0x9F8C61421D7E43C09D29B8679EDAE9B0 , 0xA07EB530D7744D619776298A4058C5D4 , 0xA15530D9AB8846D692DCE7188B47ACD5 , 0xA3EA7EF571784665ABBA4B2397983D68 , 0xA4A8C6346F5940FFB4761D2D5D091967 , 0xA4D84B79F9544500A9A5AFCF374D8E9B , 0xA4D952B6FC5B42F19E18BE4811068F3B , 0xA5963CD8B2784234A4859EEA03EC4464 , 0xA5F59F25F1B64AADB4E2A898ED821D60 , 0xA6364A882D964ADB9721FE499B9E804E , 0xA78F1EC6F1B94E8F85ED262FEEBC04AA , 0xA925BF421D4D4214A77DC719F144EDAA , 0xAE2D137EDE884752934274C069C6F426 , 0xAEAE75E89EF54D42AD07EA9DFC6F4B5A , 0xAEC485415F5A4CDD8D2C5FC155BE17CA , 0xB064BBDAD6304515B0E7FB7A98BDD096 , 0xB2BA951AC31F417A83888BC4E08FF6A5 , 0xB335CB07EEA047ABA84EACCC56619CF5 , 0xB4D68788A3EE41D5B4985E37BCC20547 , 0xB7EDD1958F614CB999BB19B8FD457DF3 , 0xB870C2E3478A4C75BC3165AE7CFD9F12 , 0xB8A2E011D7E34A4184B5A5E02A9FE890 , 0xBAABCF0E917F4677A5D8DBD49BB4C05E , 0xBCF4073024D6456D853798180F7D65FE , 0xC006251BAE9C4955B5F15D8B4F79D5AA , 0xC009006E78F74F23A7EEE4EC3FF8E2C8 , 0xC22A162D937B4591B9BF49338FD1A781 , 0xC40E55B5B2B743F4BBEA324F26BDF94B , 0xC67989EFA5194A9DA13A7638932D254D , 0xC812823D1C3D4F1E8F4405621322BAE4 , 0xC8C2B9B0C8E64A0A9652E079F71CD9DB , 0xC8E2F126B67542F1BFEDB68726AA86DD , 0xCA5A25FFEC6C41BD892D257951016191 , 0xCAD62E8B68EF434CA7DDBBA59D96B0AC , 0xCD84FBC26371498CA40118D7E71FCD3D , 0xCD950D91B39546AB914C7A7FD49B779C , 0xCDBF7C5DDD544A4E87B2C282DFB0C63B , 0xCDCDC299800E42388E52452A3EF64060 , 0xD0687AF578E94031992F6BE4D7DDBE8F , 0xD1926947508742DDBD490C8E24C25861 , 0xD1C8390513A94B47BBD7508CC1BAD2E0 , 0xD2A47228EF0C4F439FE63B17606B9AA6 , 0xD52A2FCC05914014BE6ADCA896C2E366 , 0xD6AC5EB7B3BB433C8D31A63AAA9E7007 , 0xD6FB08D4D6584E1199283C9F5E3D8ABC , 0xD954C471D3C9423FA92B43EA70C44CA0 , 0xD9AD55583E644992ADC18D0088AD92C7 , 0xDB602B56B9F34223A9138C3914C012DE , 0xDBF60111696D47D29AFCF66B80807219 , 0xDC3DBADCC1074223AB18F330FC26F3BA , 0xDCB5A2AC65CF4B54923DF476A02E2975 , 0xDE458A0A88404416B746E9F4C6D991AC , 0xDEE4EF1D90934544BB7085ACE72C529B , 0xE159839C869342269DD7661361C6EB0A , 0xE251EF0362FC4BD094BF86C1415347CC , 0xE2610F59669A47A8B4FE27FDDE939DF0 , 0xE376A38DDCCA412DA91F59D6D26EBC6B , 0xE53C9062DD7142169FD082935AC44F94 , 0xE6F61BD2254641BDA44EC369DB858D91 , 0xE8F198E54C4C4A09BC06AF1F21E698D8 , 0xEAF295037E104487AAA71C2CE6671E67 , 0xEBB8AD57253A4CECA68F41664B15EDC5 , 0xEC151D6D00A746AE90385FA03FCC7610 , 0xECCCC3E01A09438792CCDE1CD8990D26 , 0xECD31744CDFF41DD8E0BB04B8C0E9F0F , 0xEE66AE513A2043F094332A223AF6112C , 0xF03DEEF37C214D738B6453D3728E418B , 0xF0CF82E97C1E4240B2D7A13177F61B34 , 0xF113823D86DE49788018C1B18A8849D3 , 0xF2E978C0C8834FBC89A448ECB593DB6C , 0xF5B11DB4BF904E51A18EBAC550A4AC62 , 0xF8A9A268CD54446C8ECDE28A19FD5658 , 0xFC0A7EAD0B0B4A4189EDF5F0DD5AF809 , 0xFEA025D9DBA648BA9AB9272E76720332 , 0x3FBD4A37A52141888F5F023926E3BF28 , 0x9F41DB31F02F41B3819BAC6DCC68D740 , 0x013DA65E739A4DB8A887B37F74A9623E , 0x02E2BA63ADE04CB184D43A50A0F03860 , 0x05143EA5F78A47FBA008AB0892384685 , 0x0738EC0650E54B209B60A663F9B5A423 , 0x073BAE976DFB417F91D8691F61A1B96B , 0x0DB2665EFF0B4B758614CEE9E8D28F5A , 0x11BDDE7A273C413E8D1ACA7E5FC022DB , 0x183CE061DF6C43B98A553E545A2AA40B , 0x19D151494A284230A24CED4805DE0738 , 0x1C1DB6DACFDC42A7A1E26ED48A8A8812 , 0x1E98CE6745D741548F163DCD3AE38E0C , 0x1FF81A188B694DB0AF50A7D1F96A81AE , 0x20311DBFACD24A508E7287DDB93890AF , 0x215E941C61E5474FBA3AA507FDA6416F , 0x21820E169D28434FA19413115E8B5DF3 , 0x2197D9C64D8443F3BA669D8D618839B6 , 0x236D64B4602E44C49213DAD4B86E74CB , 0x263B9688A92A42DE82AD5FB89B3CF3CB , 0x27D5C616FCB8473289BBCB56D53F55DA , 0x291B49C91EBF40A798CE353A92167323 , 0x2E9290E35A6B4A52B9B6F5A6016AECD0 , 0x311C6E4C7D1D42C7937943EF36C4ABF4 , 0x33FF56FAE1A24C12B2CA2B541C44B0D6 , 0x35B7410727F14900B21C24D3C78491A9 , 0x3637F20045964295ADE0699D0C470838 , 0x39E9687E3B164322BC0045157B2E2A18 , 0x3B069A42EE2C4545893F2F7C975994DD , 0x3BB5B665615C4F62A45EBA072ACFD74B , 0x3CD1E137465148B8A9CDFEED42DE2E62 , 0x3CF891E14CB34B0BA50FD391A2807B77 , 0x3D2BBEA8341742948A7344B6C509D8B3 , 0x3FCACBE886D34AD9B2C10F3FC61F8259 , 0x45F7A952F14E468EAE4158690DEB8E74 , 0x4931750F83A04650A4B13B91EB8EF7FC , 0x49411056684C4295907BD0DE3B37CA1A , 0x4B882F0DE5FD4BF2B50E231544FEC2E5 , 0x4CFBEFAEA98A4009B0097CAB4FB85A36 , 0x4DE097103B78486AA65B4764D0018650 , 0x4F0090660FCE4EA2BC50CF67EDEBFBBF , 0x51FD54FFE2F640F0A1BF7302E59CF4EC , 0x53017AF10C0A40F69634919724541535 , 0x534FFEAB74F6441CA9BCDA8ECA34F09E , 0x542D59AA66554360A80B4D3E511FCE89 , 0x56009D93560A40D98EBF6B29679D2BEC , 0x56553F1B4B8D4B7391B27369A1759C97 , 0x57B0186C547746BB86A13E46FA22D831 , 0x58A3219A8122456FABB903D017D658F1 , 0x5AD1A1EEE0FA490DAFF3880C9C984D18 , 0x5C64459B03A946EB9102E59B3D782683 , 0x5CC11E2F36C846549E5FB7EF1B1E8A80 , 0x5D1962D86C9B46448CF1E4B90DA50673 , 0x616706158B4441DDBE8A7E6C32A18F7C , 0x62D09ECA23384172862291C2589C325B , 0x6449F98CEA1646FAB71FE7A92CE9A95B , 0x650B09CB667F434381FF5920559141E2 , 0x68297AE562D24F5BA195A62160134A5F , 0x6B941B122675447F98A0B0432CB7787E , 0x6C2648BBD45D4DDEACDFDBA6F250399A , 0x6C5CC101980B4A5EA775ADA6485A9154 , 0x6CB8BB419D694C87821A46AA71C58BB7 , 0x6EDCC134ACFE40A885B99E8FD40FC7EB , 0x70C2B1E9BBB045C98AF429CA2FB9F820 , 0x7165E6509D0B4EF199677BEE6D2BFD7B , 0x71C87F6FA21F43D6A7D7938DAD9A66C5 , 0x7239654C579C4C249FCEEB7C0D2E50A1 , 0x725A22B33FBF44C5B1B79B88CAD86DA9 , 0x75DDF9DAA40040D2BA578B7B14FE022A , 0x7777D812DF4B4F959165E229A8731A08 , 0x77F903A431A4494E93B4EEBC17720785 , 0x79793462C98D4A9EBF65F8C3F73D137C , 0x7A7588E5312341F08BD3581D820BE17A , 0x7DA855AD514A4ED39E38B70261089A64 , 0x7E4EA17E421F4027A801E7EF3B06E982 , 0x7E6111F804D6411F96FFC6A19F27DC9F , 0x80540266DA0A4C3F9D201F7460AFA278 , 0x82077763EC944AB08902FEF19CC61935 , 0x8461987EE15C4C009C7299A6EB279C99 , 0x8A396868C70B4AA7800BAF4F9EEB5D3A , 0x8A4D1E9157394DF7AE050AB470A55225 , 0x8A71E014406040068FFEB2CC3B3B6296 , 0x8B3A63761081450A87D770437FD85FB4 , 0x8BDB28CF4D5244F785966F420A546698 , 0x8C4317E3A4EF4D3EAFA1CE806A592633 , 0x8C434104F47142EDA42609F87FD57D4A , 0x8ED7492B6A9144D0B62801FFADD6ED01 , 0x9014B42FD4844D44BFD0BBCFCF6EBC5E , 0x926DB028ACCB4023988F0F4A540C7BDF , 0x949078328FCE4ACCA061D76358801280 , 0x954CDF1E0B9247F7B0E139C225FD5C07 , 0x973980EFAB07479D9C6324B155759321 , 0x97DBCA9B41C44294931746AEBE738968 , 0x98CD586ECDE74B12B65D6705C2576A21 , 0x995C0CC261C7491084D937CEDD9CE101 , 0x9A831CD78A104B57880A147D8DA8549E , 0x9CEFD7B34F1244ED85B84605449C5A7A , 0x9EE307CD64F64408862BF813D8A6C6EA , 0x9FE344B101194AA593E381DBFBE67076 , 0xA02D16B86179462E86218900D90C0DAD , 0xA07913603E574CC9A22070E266214C90 , 0xA16290FA25104CA1A61AA9B6F4F7D036 , 0xA291506B5F8E4B44AE950494CC748C88 , 0xA2DF73BE090A4FE79593CA812E099C80 , 0xA7020B03E1B64DF6B55D1C6C80CD065F , 0xA79D862FF60D40AF81050BD7B73F3D0A , 0xA7EE6CEEA45B427DA226A0EE4C5A15EE , 0xA8D59B0F99E042E9B1F33607EF89475F , 0xA9B2A766DF7C46FB91615247460E8845 , 0xAA01838C50EF4E4BA3A86529DC77771C , 0xAB27808E056E457BAFE65174DD9F709E , 0xAC1E6A1F906A45F69904232E2259797F , 0xAC5E506A354945C0B32D57057A6B1E3B , 0xAF36BA03A9F141CCA87CBD83EAFD2A95 , 0xB0D76506205C4D19A96EEFD8B0CDFEBD , 0xB170369F9A64457E9093EAFAC99541EE , 0xB4A62F3955754DADBF3E42392A65F8F7 , 0xB826D5FE5A5947DDAEA6A4A5FC30702B , 0xB876E2D0F63747278DCC0766233BFEE5 , 0xBC06F44B4D2E448BBEC9EAAFA19C68A7 , 0xC011E4DE3EFD49C0A4E3092806B10100 , 0xC362F560CFB64E4BA29269E250BA87D7 , 0xC4CE8DB1F4F4456A9E7B2F0160026CC9 , 0xC5ED01FFF2164299AFC1B349A42F0EC6 , 0xC6D3404ECED446B288764216A79F740B , 0xC8BF331B067044A19DC039755C7A539D , 0xCA3A4C6F226B491B9969DBB8542C6C9E , 0xCAF426AC1FAB45B6A90EAABCC58F83D4 , 0xCC12E0F9D0F24137BB7640C570579F3B , 0xCCAEFFC50C654317933D96744F02E535 , 0xCDEF61801E6643A9BFF71E84DB2E322F , 0xCF571CE03D414C1799FE389FA95EDF68 , 0xD07974C547D944789B65FD933D8FE0AC , 0xD5C3264D5BEF47A29A3118AAFA1F1032 , 0xD740B56BCA5544A18B8E3032932AA7C3 , 0xDB894FFC25ED4D7CAA7C175AA730831D , 0xDBB7C8FF20EE449AA1685EE9A90A2E73 , 0xDD1BCF16CF3242C0910619A937A86B09 , 0xDDD651AD7C154B66BD7DF0B675A13ED6 , 0xE032A3614E034836874B366529F59F4D , 0xE7D12ADF45084DD8BDA4C2526E9B69B5 , 0xE85A16FF9B6342D3A17FEEEB3C06A868 , 0xE8DFF51A6AD0491EB993FCAFD3AA1BBD , 0xEA0F70285C5B4645807AEEB8E74DE3B3 , 0xEB9E1E59985640A699DCE58989AC5F50 , 0xEE313412649141738B43C0FE846BDF39 , 0xEEDCDCCE41044C2EADBEF684C9D5B6B6 , 0xEF2652DFC9E8462E85E0502CE7A8E754 , 0xEFCCE59ACA604364BC25665186D7DE29 , 0xEFDDDF97D19A4D009C6FC9ED789E8F0A , 0xF105061E04BB4BE8AB658CE17798B5CC , 0xF1A534316D3542BDB3A092BEDF6E5017 , 0xF3C86D366065465FA5FADB4762AD5836 , 0xF41C8C337F354F12ADA67859C4632E61 , 0xF4F73FFD016B46E98DFEACB710338EEE , 0xF7604D261DFF4AD89962CFC65EFB727C , 0xF878CAC8CFB24F9A8BBB16B89AB096DD , 0xFA23FEBF81D841718291DF52330791CC , 0xFAAAD120CC5F45CF8ADF10AE5AE1B48B , 0xFCD3112DB75C4BA187BA9EB8CB499489 , 0xFCDC668681E746839D1329CA82CFB671 , 0xFDF4DCC1A53748A5A4ECAA28B1D53587 , 0xFE98C6F390D7424FA9EE5581DA0B245E , 0xFEA6D409F60643A3B11F98791E0511B2 , 0x0BD2DB64D31B48A3B97DB1653B8C318F , 0x29AFE40E22314705B8E3BED42534EE8E , 0x34AD23B15EBD4ADB8DF0657CEA43DFA4 , 0x3B4729F35FDE46B88BE5242A9F8AD835 , 0x48CFABEA29334FE4A2173A7EB8F02F6D , 0x4CF6969FDE3F474399CB3D115F18DCF2 , 0x5051067ED4F84E8481E758F3509A1408 , 0x59F842F9C409491FA0846D4B7E8AEFCA , 0x75197D9091D74A0ABB9D4282A35CE321 , 0x76196AE5D4034660B0BA04F2E1FE9C9F , 0x7FC0879ED8F44B65ACEF44E1B6D4B1EF , 0x8312BF98D4A74DCD8A49B4044D7712FE , 0x8712A522E938447EA0C314F37E90CEA4 , 0x901AA6D8B641430E8395DAE216D521F0 , 0x97FC2286EAEC4050A703F0FA380D523D , 0xB14934A73593405FB5633FF93906657B , 0xB385296579D249818B2E1C551FE6BB4C , 0xBAF3625A97F443188F36DAE3F124476D , 0xBB36F657245F4986A3200AAF87554F90 , 0xBEAAAF996407403F8F667CBE0AC951EB , 0xBF3977D5EF1E4C2F905AFEC9436B89F8 , 0xC09182635032413ABF51633E03B4977F , 0xC873281D85364102B50C8FD9BCA7F28C , 0xCD2AF29A61924373B367071A3EB8CFA3 , 0xD0A2419C2FF2463192BED2CA571E70D7 , 0xE3DD0F056835411DA9F29451ACE4ACDE , 0xE51A9A31AE354946928D93A02B48DA09 , 0xFAA126170DDD4062A57E0BA0CDC72CE8 , 0xFAE3113F30F143B8AA9C9ADB9F077506 , 0xFB570CBC1EA04398AA4BA412B9BB1ECC , 0x06DCB04EEA934625860E85CF3EF834CA , 0x0A397D8282194BE7B1B5A5DD99C108CF , 0x0B8FF1EE0CA54A42B59B70B5FF1E268C , 0x1C170A1F9C8D4358B14A74722B30598C , 0x23A8A021D6E74927880892F07E4511AB , 0x3E7C77DB5AC847E8A3C7AC87747AA1F3 , 0x437214417357461BB80350480CAD3A1B , 0x4E2B3F6B6C764351884F5FE6D925E333 , 0x5386BFEB57AA47F7AD2CCD33960E6478 , 0x58669C1B25FF4C7B99AC50047539F6E6 , 0x58AD6082E3BD45BC8FBCD575A34C47D9 , 0x5B7F0EDA9A944C55BCE790C1420EF6CC , 0x71440EA325924439A597BEF1EAE18658 , 0x7A11C7024E1B4D379EDFFAA0A46D1F67 , 0x8209A07778FC44428664FEE8365E4BE0 , 0x9231F41E031642C5941D93A13CB6D70F , 0x9AA87F5A0491471E924561CBBB8A4469 , 0x9E9A961253F64B86A293B1300870A929 , 0xBBA6CC4417844A46BAD9D46E71D2591A , 0xC29CC7084F2B4075B8C9032A5E38B1B0 , 0xC9CE81AAF25846C7A506BA81D18D8EB2 , 0xCF4469040FD7466FA80DDEDD81FBF884 , 0xECC9B5EE2BE34C9EB8F916E902D54E5C , 0xEF58AD338166422FA4D4326B28E4F157 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
83
7.22 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"]ÐëT0RE+«Þ!Bš÷;¼ "
b"^f\`ÚÈCj‡ºu\e )\x1A §ó "
b"^ƒ\x13 l.AEm¹îTM¯ÑËç "
b"""
_\n
\n
o*áC®Ø│&Î}è─g
"""
b"_]¡è…²Kt—\v M\x15 ð/\x15 ò "
b"_t╬\x1C yØDXòÇêÊÙÀq° "
b"_ŽQYˆÈA舴TÌKóVâ "
b"`\x00 go\e\e CËÜîÉ\x0F\x16 0ô0 "
b"`\x13 ×¥¢‡@0µ\x06 ¦õ$\x07\x11 § "
b"`9Í€ulJ ›-ƒ‹zÍ\x19 0 "
b"`u[|\x07 iLÇü╬ïqºò³H "
b"`}ý浂Hê®\x1F ôFKƒ–\f "
b"`└§_\x7F ìOÖø\x03 ÐFËÃ-ú "
b"`øï¸R(H‡˜AH¾¸à\x08 Æ "
b"`þ1\x15\x12 ’MpµH:xY~º\x07 "
b"a\x1E ò*,¢M─É'!?╝©‗p "
b"a&4LÈyBƒŽ6Fä“ÏãÓ "
b"ag\x06\x15 ïDA¦¥è~l2íÅ| "
b"a‰ƒSÊYM\x06 ·ÎxÕ²0® "
b"aã÷sÒ+JJ±B\r xá~ê\x15 "
b"a¸¨OrÒA8│Ø"äƒâ&a "
b"""
bœˆÇ@\x08 Nø«Œ\n
«d[”$
"""
b"bОÊ#8Ar†"‘ÂXœ2[ "
b"cT*ùM&MŒ¸ïeèÝq\x17 ò "
b"cÅ;ã…ÝCÖ¯ÔˆÛä1°@ "
b"cÌÅ╬0Ð@Óü¢lZ`²ÙQ "
b"d\x19 ¾^ÄOåŽÒ‚~ä\x0E Å\x01 "
b"d% ²ÛCCõ“°×‡bz…n "
b"dIùŒê\x16 Fú·\x1F ç©,é©[ "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"dÕo´RËDüùOä┤╣é\x0F w "
b"døNútïF÷¬K^@\x00 B‹Q "
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"e\v\t ╦f\x7F CCü Y UæAÔ "
b"e|š¶JIOàše\x00\x16 ï\x0F\e Ì "
b"eÖ\t ãMmJ)ìÇ8ÚbPú\x12 "
b"eÎÌ!¸5FܻҞÜ\x13\x17 •0 "
b"f@7Æ\x16 -H“ˆJE\r Íc©U "
b"fÅJƒs█N»╗\x08 ÇÃå!À═ "
b"fæOÓP\M[¥ò|zlÇÉÉ "
b"fÁË?a!J\x13 å¬Ö\x1F É\x04 AK "
b"fÒ˜¬è>M¼ŠŽ\x1E @·õ° "
b"g/,fù$Dø¸S…@(Äl "
b"gé\x00 9ÅcGpî-Þ\x7F 3Ö%> "
b"gØþWíNE6ÄJÈ1Ü┘Oä "
b"g╦*eeçNþ╝m7x╦\x00 ┤ì "
b"h)zåbÒO[¡•¦!`\x13 J_ "
b"h¶Quý\x17 Gl’Ê*ÒqCÌ "
b"h %│~CäÅÉ│Åı▄æ{ "
b"i\x01\f\x03 ªðMÙ¹\x05 Á:XÓÿ† "
b"i\x17 ¡«8ÀF[¿$CíÝg¤÷ "
b"i\x1C X└\x0E ƒL\x11 ø╚9[eðPØ "
b"iB:Ö%\x1A Iš´\x7F ÍÄ\x18 <G‹ "
b"ijÇÃ\x11 ÜM\e •4²´ôé\x05 N "
b"iù/&‗7IïÄüuGËÀ¾K "
b"iÞAµ/€F‰ŽàÖaÜhg' "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"jH07èhD)†é\e ŠÜÜþ1 "
b"""
jT╣ÏãÖA\n
Å\,µp\x08 °U
"""
b"jxôz;\f LÉç\x06 ¦¢»\x12 `¹ "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"k”\e\x12 &uD\x7F ˜ °C,·x~ "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"l\x04 KÚ^o@DÅNª\x1A ¶ÎòÇ "
b"l&H»Ô]MÞ¬ßÛ¦òP9š "
b"l\Á\x01 ˜\v J^§u¦HZ‘T "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"lwð" ãC\x18 ¨¿°HŸÕ3$ "
b"l©╗AØiLçé\x1A F¬q┼ïÀ "
b"l└Ïq+VIü©dE¢╦¯` "
b"m\x17 Å´RÓI\x06 ‚H‹\x1F ´ô~¾ "
b"m\x1C &eõ6G¢¤¢UÌ\Ú´À "
b"m&\r pEÃHʾ\x04 Ëms¦\x01 h "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"""
n\x07\x11 &¥ÝH<\n
\x02\x12 &IjÇ
"""
b"n\x16 Nÿã/G¦‹ÆKHZéL\r "
b"n▄┴4¼■@¿à╣×ÅÈ\x0F ÃÙ "
b"o\x02 1ÆŠ\x03 Jf”\x03 |&Ð)\x03 Ó "
b"o\x02 ╣Yƒ¯Cê»WÅ·┬íFò "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"o2zÀ\x00 ·@~»(X\n B\x14 ç\v "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"oj\f\x17\x0E ÒA—€\x03\x0F Äg ,ß "
b"osž®‘fJO¡ðL\e QÁHm "
b"o™´Ö\x03 ¸M\‘gf\x19 ™p\x07 ~ "
b"o×o³m_C\x02 ä\e ░É\x00 q¥\x07 "
b"oêêÑêûL×´õÝó×ãI‹ "
b"pj/´=@Dëª$ÝK‹+± "
b"p±黰EÉŠô)Ê/¹ø "
b"p╠ÿBÛ"N1Ø\x05 ▓W\x0F 5Uh "
b"qD\x0E £%’D9¥—¾ñêá†X "
b"qO1{qöN1¡╔├ìÝ\x17 ´Ô "
b"qeµPØ\v N±Ög{¯m+²{ "
b"qÈ\x1A ø1TA6ºJ\x01 ˆ˜¶j( "
b"q╚\x7F oó\x1F CͺÎôì¡Üf┼ "
b"r9eLWœL$ŸÎë|\r .P¡ "
b"rZ"³?¿Dű·›ˆÊØm© "
b"r[{%û¤I§Ž,ƒ›«„D\x1E "
b"r`IAs{A\r št^K\x17 ˆ÷Ù "
b"rw9ìå\x06 D¨ó$\x04 ƒ%xèñ "
b"rzG4%DAÞÅ\x15 ¡╬o╚▓â "
b"r…<–qíI!£\x17 ¾À\x14 HÏ "
b"r§¯\x04 H\x08 Ka»\x17 gpI\x1D Š\x05 "
b"""
sB5DÎ@I\n
¦àâE›|·É
"""
b"s‚zÂaTIf¸þöЙ\x12 úé "
b"sß\x07 ªñ'G̸ͼáyå\x06 @ "
b"""
tw\x19 P'èOÅ‹·©\n
¨ÛîÁ
"""
b"twµ9-‚E;žk_Œä0Íû "
b"tÃ̪ušA'—¨o±î0ã "
b"u\x05 —G‰ÞC*º•\x1E ˜6ð\x18 g "
b"u\t …™´FG†§…hBûÁññ "
b"""
u\x19 }ÉæÎJ\n
╗ØBéú\Ò!
"""
b"u(vA=6@>¦Ù…›L\\x05 f "
b"ucsìçRBùsŒ\x08 L;ªw "
b"ut±ûWôK¯L>]Êâ‚\v "
b"uÝùÚ¤\x00 @ÒºW‹{\x14 þ\x02 * "
b"uõl9ÎòKM¨•\v ’\x18 ê¥ô "
b"uøW-¯(F*‹::\x1C\x1C o\x7F › "
b"uÿìÄyÛMr¡Ä[\t\x12 ÈwL "
b"""
v\n
\x10 ‡ØýNù‘¨š8ÒNý…
"""
b"v\x19 jåÔ\x03 F`°º\x04 òáþœŸ "
b"v*ž‹\t üHôŠ.\x01 •fþQž "
b"v\wìÚÙ@ç¿c╝|\x1A\t ▒\x19 "
b"v`DlÊoB=¹æ}±Rµ\x1E Á "
b"vçÂɾ¶Jéç ¿\x01\x1E\x05 ╗V "
b"v¥2¿î─Iö╝qüi\x10\x1A U$ "
b"v²}╗\v ÆLÌ│üÅûcñAt "
b"wwØ\x12 ßKO•‘eâ)¨s\x1A\x08 "
b"w¸hš¯8D¸¶¶Hq=w&à "
b"wù\x03 ¤1¤IN“´î¼\x17 r\x07 … "
b"wþE)a{@’›\x00\x18 NëULF "
b"x‚iG[ùL,£ÐE’\x15 vÙv "
b"x†¾\x17 nŸNž´L7Ò/ñ\x10 © "
b"xíýz┐MASïÆàì▒æ)n "
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yy4b╔ìJ×┐e°├¸=\x13 | "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"y¦ÄQ!\f LAü¿p)Ùƒ`» "
b"z\x11 Ç\x02 N\e M7žßú ¤m\x1F g "
b"z[³vÎhJ¿¡µ`¯\x11 ´ÇÓ "
b"zuˆå1#Að‹ÓX\x1D ‚\v áz "
b"z®÷ÊËlAU´LËOª9µ¤ "
b"zàƒÕ´¿JÍ¿ÇÌÐÉ/þ* "
b"zãk/Y³E‘¾MµQ\x11 ÓÝp "
b"z \x1A y&RAÛó\x03 ┐¦▀_ÆÅ "
b"{\x15 Ô‰IáLŠ»u\x03 ôCð_ö "
b"{H\x18 »ŸšI\t ¸÷ºyý.JÈ "
b"{Xo‡\t $Oñ«\x13 z\v ÕžDb "
b"{[rC9\x01 M1½yÂüaÁûŠ "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"{äâãcDL¸¼íQì®\f ¼Æ "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"|Ó\f ·‘ÒBú¶¼-\f #8hÉ "
b"}8lÅÊAL[▒║\v ò¶¨.Æ "
b"}9µ÷▄\x1D KÉ░Ví0*Ù}\x0E "
b"}r…¦\x0E µD)½¶‡ŸÍÌ\x06 ¸ "
b"}–\x02\x1D †„N4·-é#dPUA "
b"}¨UQJNÓž8·\x02 a\x08 šd "
b"~N¡~B\x1F @'¨\x01 çï;\x06 é‚ "
b"~XÊo\x18 …H\x04 ƒ¶Ð\x04 úäÒ\x0F "
b"~a\x11 ø\x04 ÖA\x1F –ÿÆ¡Ÿ'ÜŸ "
b"~|\x19 $[\r @*«É~|¾W\x07\x1C "
b"\x7F &ŸÜ$ÈF\x08 °P`ßD•C\x1F "
b"\x7F 9\x03 †0bKĉJó¯æ'a_ "
b"\x7F ³o8Ò¬L²ž\x18 i“E·ä "
b"\x7F ¸'¯>\x08 L\x15 º\x00 4„t\x14\x04\x16 "
b"\x7F À‡žØôKe¬ïDá¶Ô±ï "
b"\x7F ëíK\r LH\x18 ŠK\x19 Í\x1E ±Á— "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"\x7F øùS\x0F ú@(„ââÑ‘aoœ "
b"€\x01\x19 »\x0E ÈO†k—oLðÍZ "
b"€\x15 ÙXHÇCLjñû´œ6òÌ "
b"""
ÇT\x02 f┌\n
L?Ø \x1F t`»óx
"""
b"€’OLmºC\x0F –Ê\x1D ¨ò'h} "
b"ÇÌ»╩ÊçAÔüú«Ñ>_\x13 µ "
b"€äI^?îB·Œ£Üyúk É "
b"üWìÃCÏJcâÉ\x1D \j`_ù "
b"üXô·StCî¡-M\t ╬vÛP "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"‚\x07 wcì”J°‰\x02 þñœÆ\x19 5 "
b"‚\t L\x10 Ô¹Ow‚õÞÎ\x0E\x07 `\v "
b"‚\t wxüDB†dþè6^Kà "
b"éA\x18 {\x05 xDüçxiãiAY╔ "
b"‚Ru|E<JŠ—TÍôb·\x11 ¯ "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"éZÒYßüD9ó¹~=ïA¿Ð "
b"éÜæ╬»ÎM´░cûs¿RØõ "
b"‚¶CeEAB»œWéý\x12 x\x13\x04 "
b"é╣«\x03 ê2KRúEÅ\j);P "
b"ƒ\x12 ¿˜Ô§MÍŠI´\x04 Mw\x12 þ "
b"ƒ¯¢Õ6xN§¹kÖÓý~Or "
b"„\x10\x01\x02 Lw@¾7¾qúoœ¨ "
b"„\e j^Mï@_ŒÏüÚdn ê "
b"„Jà]¤ŸAç¨é©©µSòÿ "
b"„Wwøª\f ER¼Ó’ji\x01 ú\r "
b"„a˜~á\L\x00 œr™¦ë'œ™ "
b"ä~Ã▓┘¢OXó┴¹▀ì5kD "
b"…\x0F ®S7\v M}¦\r £\r ÷Dܼ "
b"…N—GEæL<&\x1F d]û‰© "
b"àY\x15 ÅÙ`G╗ëK┤GýîK╣ "
b"…‡¨ê_CI,¸/ÀÄã\x13 jŠ "
b"…¡ôh>æF‡s”=¼\x17\x1A "
b"…¢¸¿O\f A\x07 ƒt×d×/L± "
b"…ÿ)êO\x05 Js‰iaW-𲘠"
b"†I\x00 «~ÊA\x1C ’£(V[<\x01 é "
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"†L5VúJ޺僜Aá( "
b"†Ø\x1C hc\x12 B~–Xë¹?Ú“ü "
b"åÔ\x0F :\x16 ÇCÉí6útT\x1D >\x01 "
b"ç\x12 Ñ"Ú8D~á├\x14 ¾~É╬ñ "
b"‡M-\x16 ‚CJ·Š2b\f °ó‡\x06 "
b"‡{·˜ÒìFŸŸûFIBBáZ "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"‡Ë\x0E\x0E ÔßAÜšç.ÆUAcD "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"ˆ+áŠÆ¢D&·&On¤Xr© "
b"ˆSì"D)F¥‹1qœÁ»ªf "
b"ˆXêˆ \x07 Lk½Ì)Ïv\x1C =ë "
b"êì1×n{IØÜ l¦Ûõ\t . "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"‰b›Ðû J“¯%œKu3=‘ "
b"‰©›\x10 ”\x00 JN³c]‡e\x11 ™X "
b"‰ª–¢ðÊAõ®É+ðž\x17 5E "
b"‰¹D2/(D—¾]éz\x01 ”‰Á "
b"‰ËBcJ4J¯ïò`‹\e ÃÎ "
b"Š9hhÇ\v J§€\v ¯Ožë]: "
b"""
ŠM\x1E ‘W9M÷®\x05 \n
´p¥R%
"""
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"èqÓ\x14 @`@\x06 Å■▓╠;;bû "
b"èü)O█ÅC\v Ö0ótòz\x19 8 "
b"Š‚÷\x7F ¡JCñ€Ò{|öF_° "
b"Šˆ™«~5Gª—Ë܆9_\x15 % "
b"Љs\f ÍHDô²‰Ršë(\x17 ´ "
b"о£)Ý…E›«\f ±¼åô\x01 £ "
b"Šýœ%z•OMžU\v Î×õ G "
b"Šÿ¥b|ˆA=’©g˜;\x08 b\x0E "
b"""
ï:cv\x10 üE\n
çÎpC\x7F Ï_┤
"""
b"‹^~€íÌDÏ—³Z\x02 2AÃ< "
b"‹Ç,‰uöK/¤Œ!¶ÑO‚« "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"""
‹Û(ÏMRD÷…–oB\n
Tf˜
"""
b"Œ\x1C áC\\f F=™Jpº4Ìe‚ "
b"ŒC\x17 ã¤ïM>¯¡Î€jY&3 "
b"ŒCA\x04 ôqBí¤&\t ø\x7F Õ}J "
b"Œ_\x1D òNJD§åøÑºž¦Þ "
b"îèòGEð@ÎÅa╗M\t\x16 Ã■ "
b"î┌5ºEsDF║ìË\ÂíÚ╚ "
b"ìWÖð¢\x03 E\x1D ô²g\x16 Ѭ,\t "
b"ìrqÓ7┌K\x12 í²\x11 ÒÕR&\x08 "
b"ìá7®ÓWF┐ç@jCº5ÿt "
b"Ž\x15 V4UHK\x04 ·–ž’(\t T "
b"Ž\x1A šûƒ2Fž†Üz´ødÈx "
b"Ž\e ÒŸy AÞ’•\x11 ¾>\x07 ·% "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"ÄDÈT"kD╠¬F\t d.tüT "
b"ÄZGï╦8A┐®\x08 _─ııÅG "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"ŽÒ\x11 åŽÒJ͆ç°D¿¸6` "
b"Ž×I+j‘Dж(\x01 ÿÖí\x01 "
b"ŽøÂ\x13 •ŸO`¬¤v޵àn» "
b"Å'áõeÈKv®^ÔÔ?ß▄Z "
b"ÅÉ\x08 !\x19 QEHÄ╬¸.ÇF\x13 â "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"É\x14 ┤/ÈäMD┐ð╗¤¤n╝^ "
b"É\x1A ªÏÂAC\x0E âò┌Ô\x16 ı! "
b"É.Z«°\x07 D»ä×á╣═̸? "
b"É5ó╣ÂÐH\x1C üºç²GÛH└ "
b"ÉE¶ú><BÙ╝┘Å\x0E [█DG "
b"ÉÄ╩ƒ╔&DHï\x08\x0F ┴I¤╬" "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"‘\x15 ÃiÒ¼KԜؽrC`¹5 "
b"æü§°\x11 Ä@rû \x00\e Ù«ùã "
b"‘Ú”1#ïHv®AFè\x07 ¸‰Ü "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"æ▀öÜó}M┬Ø╔tZ¤éðh "
b"‘þÓðÿ{Bþ¤‘>£Æd8² "
b"’\x03 âQû\t Iͨ\x00 3\x1D ¬;§Ô "
b"’1ô\x1E\x03\x16 BÅ”\x1D “¡<¶×\x0F "
b"Æm░(¼╦@#ÿÅ\x0F JT\f {▀ "
b"ÆÉ'▓‗\t AlñØË\x13 W=>X "
b"""
’Ë\n
yèbG¾½ÆäÄÒ\v g\n
"""
b"ôìµ\x1F à#E\x1C ®åZı\x19 T╣\x13 "
b"“˜—ˆ6SHy¨¬9h\x17 -'± "
b"ô╦e´íkJ{èüÉdOµÀE "
b"”'î\x7F ÛÊJž¼\x1F\f âïäW; "
b"öÉx2Å╬J╠áaÎcXÇ\x12 Ç "
b"”×ÔF4øF\x01 —âgbô¸\x12 ^ "
b"”ß3\x00 L\x1E FË–t°€%\x1E %{ "
b"•5\x08 zü\x06 KþµbS<À)\x00 Ž "
b"•Lß\x1E\v ’G÷°á9Â%ý\\x07 "
b"•USœƒ\x19 Dr–QáÍ\x18\x17\x1A ¾ "
b"•îJ_«{E÷žKærm‰} "
b"–<2b%íI\x13 ¼¢\x03\x0F |çŽë "
b"–SÒ¨”jLI»²–V& "
b"–Û_sû©GT£×ß"}’¡\x12 "
b"–á>Ù\x01 2GYŒ\x15\f QW<©¯ "
b"ûþ▀øz┬AǽÅ╠bØGPR "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"—6Áå¶%DQœE]x@ö¹Œ "
b"ù9Ç´½\x07 GØ£c$▒Uuô! "
b"—Ï$àq‰FŸž«×+n<“. "
b"—ÛÊ›AÄB”“\x17 F®¾s‰h "
b"—ãôð+¥B\e ¾‰ª%«%¤s "
b"—ü"†êì@P§\x03 ðú8\r R= "
b"˜›\x11 ‰É\x19 HØ„2l£ì2‡³ "
b"˜½Æ@œjBß ¢ûh†-{Ž "
b"˜ÍXnÍçK\x12 ¶]g\x05 ÂWj! "
b"™Yà5ìÒCyžj°\x1F ŸÏÅÊ "
b"™\\f ÂaÇI\x10 „Ù7ÎÝœá\x01 "
b"ÖØ!AÈ4K$ñ`(\x08 £8╠\f "
b"™¥”ä„|H‡±¼¸#þ\x17 L‚ "
b"Ö╗;Ñ╬ýMþÖq‗ûìu S "
b"™ãc&Ð_Où¢&·Å¾ìp/ "
b"š\e !õ2ŸI©“òùÅ\x03 V”¦ "
b"š\x1E <!¹ªK\x02 “¾ùǺ› Š "
b"""
Üâ\x1C Îè\x10 KWê\n
\x14 }ì¿T×
"""
b"šˆM7X#F?‡"•„$\r\r ý "
b"š¨\x7F Z\x04 ‘G\x1E ’EaË»ŠDi "
b"› \t ØQ“A\x11 ¶–ˆ\x01\x7F ºÔ| "
b"›<ÅFè\x05 MÌ«¡D5aÒ†Ä "
b"""
›x"´å¨L™‘{\n
X\x14 ¤áá
"""
b"øÍÆH\x15 ÉF¥Ç\x04 ~é'╬d½ "
b"›ð‚¦‘¤IU•‰d@Å\x0E •? "
b"£\x0F ¾\x15 *\x02 LÕƒìª\t ■qÃs "
b"£®ü╬R╔D\x13 ┤\x03 l\x1C ╦┤2T "
b"""
£╔Ú░ËÉA´×)ê\n
ìÑ╗╔
"""
b"œï׳O\x12 Dí…¸F\x05 DœZz "
b"Øq¯ép&@╚▓└BL\x10 MÓ\x08 "
b"Øt§^GÉ@¨â«; @ƒ¾░ "
b"Ø╚{R£nM«ÿu▓K╣AY\x18 "
b"ØÊLê(┼N!é_=bÙ■«w "
b"ØÓµf\x10 5Cªü╩¹╔½)Úû "
b"ØþøñY▄D\x06 ╝~¿\r ╔ªWs "
b"Ø÷<îsÊLÝ┤█^▀■î\x01 ö "
b"žE³’-I’½4\x03 …¶ÂeÝ "
b"že»ìð Oã·xôŠ#ÚÊÉ "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"žš–\x12 SöK†¢“±0\x08 p©) "
b"ž£Ü÷u\x00 O!ñzø\x1A , "
b"×╣bBÕüA\t ó_\x18 ┐ùKóR "
b"žÖw\t uôBJ¯í«2][\x16 ¬ "
b"žã\x07 ÍdöD\x08 †+ø\x13 ئÆê "
b"Ÿ,´¿7ŸE\x15 ‘–€:ªNPß "
b"ƒ8éFI▄L\x13 ó4¶Ó\Å3F "
b"ƒ<\x19 ▄¤\x01 H▀Á`ÂlŤï8 "
b"ƒA█1/A│üø¼m╠hÎ@ "
b"ƒîaB\x1D ~C└Ø)©g×┌Ú░ "
b"""
Ÿ—Ì\n
·žNU·âQ\v ™,fÂ
"""
b"Ÿš\x1A ÛXqNCš\x1C ½VˆØØ¢ "
b"ƒÒD▒\x01\x19 JÑôÒü█¹µpv "
b" \x1E Ç7´\BæšÁÊ_ëÒF_ "
b" -\x16 ¸ayF.†!‰\x00 Ù\f \r "
b"áy\x13 `>WL╔ó pÔf!LÉ "
b" ~µ0×tMa—v)Š@XÅÔ "
b" ì$ÔfH0µñÕÂ!çÚÀ "
b"¡\x1A ü\x04 ©uH1‚ˇ\x07 O“û\x03 "
b"""
¡;*ÈåêAH€í[O‹\n
ÿ\x10
"""
b"¡U0Ù«ˆFÖ’Üç\x18 ‹G¬Õ "
b"íbÉ·%\x10 Líª\x1A ®Â¶¸ð6 "
b"¡›ø7_¢AmŸ5LÜØ\x19 ý\x1A "
b"""
í´\n
5mSKeê│\x17\x1A GÉi·
"""
b"¢Cj¤PoBû³p9˜Åœ¦Æ "
b"ózÉÉR\Fv┐¯|?(:&o "
b"¢‘Pk_ŽKD®•\x04 ”ÌtŒˆ "
b"¢ÞÊ=cÈ@R‘3\x00 »ðrÖ\x13 "
b"""
ó▀s¥\t \n
Oþòô╩ü.\t £Ç
"""
b"ú=│Ø░>M─ê\x08 <ò\x1A\x7F ╗R "
b"£|ñiWÝAe–\x18 &³-¤á± "
b"£ê~õqxFe«ºK#—˜=h "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"¤¨Æ4oY@ÿ´v\x1D -]\t\x19 g "
b"¤ØKyùTE\x00 ©¥¯Ï7MŽ› "
b"ñ┘R³[B±×\x18 ¥H\x11\x06 Å; "
b"¥=·©•£D«¥GqX‹÷\x07 B "
b"¥–<زxB4¤…žê\x03 ìDd "
b"¥¨øõF˜G6¥²9÷œº][ "
b"¥ïÒ…ÿùKÜ®•\x1E {01Áæ "
b"¥õŸ%ñ¶J´â¨˜í‚\x1D ` "
b"¦\t R€:ŽC…ºœ,yÆÎåÉ "
b"¦6Jˆ-–JÛ—!þI›ž€N "
b"ªZßı±gL*׺"┼»Xìí "
b"¦€äSjŒBÊœqöÛ7\x12 ¯¤ "
b"§\x02\v\x03 á¶Möµ]\x1C l€Í\x06 _ "
b"º2¦ïºªMÐô\x18 ╬VvèØz "
b"§C=I[ýN‡ŠŠ\x06 j=rIb "
b"ºÅ\x1E ã±╣NÅàÝ&/¯╝\x04 ¬ "
b"ºØå/÷\r @»ü\x05\v ÎÀ?=\n "
b"§îlî¤[B}¢& îLZ\x15 î "
b"¨\x07 ¯c\\x05 CP‰Ö'Y™•¿] "
b"¨\x1C £þ\ŒH✳\r }L§©’ "
b"¨,è\x00 r…J–Š\x05 ‘Õbmºý "
b"¨fš „«Nü ·M7}‹+\x01 "
b"¨‡\x1C G‰UOQ«å\x0F\x18 £o%ú "
b"¨Ž¼yÞ\r D´–´¹Þ¼Á?~ "
b"¨¸þ\f\x13\x15 JAŸ\x19 Sç\x01 a\x10 õ "
b"¨Õ›\x0F ™àBé±ó6\x07 ï‰G_ "
b"©\x05 =YëýMG²Þk\x13 ¾\x03\x05 "
b"©%¿B\x1D MB\x14 §}Ç\x19 ñDíª "
b"©eS©:õE8ªõ´¼¤6Q! "
b"©²§fß|Fû‘aRGF\x0E ˆE "
b"ª\x01 ƒŒPïNK£¨e)Üww\x1C "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"ªaR5î¸Dè²í?\x00 æô‰\x07 "
b"¬Ë\x13\x0E §½@Óì╦8ÐG#h« "
b"«\x12 Œ8€VCî®Ò¼J^š\x05 K "
b"«'€Ž\x05 nE{¯æQtÝŸpž "
b"«\\x05 €Ãµ@ë‡è½’\x06 f"æ "
b"½«Ò┬┼GI¹ƒÁP\x00 XÉ\x07 1 "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"¼\x1E j\x1F ÉjE÷Ö\x04 #."Yy\x7F "
b"¬)\x15 ô‘i@‚ŸMKâ1Vq\x7F "
b"¬-O.ÙxLt¼ÊGgé\r Ä7 "
b"¬O³§N2H\x1C ¥¹“Ý\x1A &R? "
b"¬^Pj5IEÀ³-W\x05 zk\x1E ; "
b"¬gò±±è@`½&;.¤øžQ "
b"\t îoü¬K˜““ñ¬±Kx\x06 "
b"¡LìEÙýAĺ\ýç\x10 ÷Z6 "
b"T˜à£ôHƇpnÔŠ«Nè "
b"U½Èî"O9¯2É\x16 {Ø4b "
b"¸øØv\x06 B´ž'Ê\x02 nˆ>\x06 "
b"ÊôûK\r MОTø/lõÑË "
b"®-\x13 ~ÞˆGR“BtÀiÆô& "
b"®6@óO®@\t ±,ßß?ÔI² "
b"®c\Ù´òLþ¢z\r ‘öX¥" "
b"««uÞ×§MB¡\x07 ÛØ³oKZ "
b"«─àA_ZL¦ì,_┴U¥\x17 ╩ "
b"®ÝcU¶ž@~š}/þ f" "
b"¯\x17\x1D ›ž±K”ª`Áˆ+´(\v "
b"¯6º\x03 ©ñĄ|½ƒêý*• "
b"¯Ž'¦ånK\r ™’•Nâ\e UÐ "
b"¯‘\x1D ž‡VH»¼\x12 ¯†\x05 úóà "
b"¯Ù“¶0N ¯âΗpm;” "
b"»¾O\x1C ÷ìCýÂ\f [ȧJç@ "
b"°5\x1D\x7F ‹EF\x1C ˆB©fàÈ\x18 u "
b"°d»ÚÖ0E\x15 °çûz˜½Ð– "
b"°ÁTliÁIÕ™\x16 :Û¹•$ì "
b"°×e\x06 \M\x19 ©nïØ°Íþ½ "
b"°Þ‚ç¨(M÷«í\x7F Ë¿¤D# "
b"°ì\x14 Ë'wE$¶M\x12 ì\x1E eb* "
b"±$se°\O\f „éAÔЫú{ "
b"±2jk[cKÿ€3¯½Ò&ªj "
b"±I4§5“@_µc?ù9\x06 e{ "
b"▒p6ƒÜdE~ÉôÛ·╔òA¯ "
b"±ÍÉžAZI‘¹\x13\x18 :ÑoY^ "
b"²\x07 è\r 4ÀG0‹\x06 µþömh\x1D "
b"²A²\x03 ²àH1†\x13\x18 €Ú\x1C _¹ "
b"▓║ò\x1A ├\x1F Azâêï─ÓÅ÷Ñ "
b"²ÇÇÝ\—C\x18 ™À\x05 )gF‡\e "
b"²Ó\x0E Ã;*Gð·÷'\x13 Ž\x07 * "
b"²ë\x7F {S\x06 J\x18 ˆÆkpCÃ\x01 "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"³5Ë\x07 î G«¨N¬ÌVaœõ "
b"³câbF„H½‰ƒMF«LÀ^ "
b"│à)eyÊIüï.\x1C U\x1F µ╗L "
b"´'–ÂÉøLÛ¢ù\x16 Þ\x12 ›æ\ "
b"´7öln\t N¤°\x1E ¿*‰Ä\x10 … "
b"´xJs\x08 ¬Cc‹\x01\x06 ½\t J†á "
b"´’\x08\f a€E—º\x10\x10 ™*« s "
b"´¦/9UuM¿>B9*eø÷ "
b"´§œÈõ‡M¦²\x02 é˜\x1C L·T "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"´Ö‡ˆ£îAÕ´˜^7¼Â\x05 G "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"µ*7ôVuG4†ƒËP×°I\x17 "
b"µZ—v\x1F GL\v ¥\x03 ‘œ3ïó "
b"Áì²┌$¥@}£$ãfm»█Ó "
b"ÁáD\x1A Ò N¸ÿ9ÔÉ!Këß "
b"¶\x04 ã̤\x0E D«¹\x01 SF£Ó{‚ "
b"¶\x16 bUñ4E¼žrÖ\x1A 8û«» "
b"¶‘>¹èÛG%±]Ã\x06 0œŒp "
b"À\x10 ã\x0E bI`üø└╠V®g& "
b"""
·w{M×)MQŠãÙÅÆ@\n
-
"""
b"ÀÝÐòÅaL╣Ö╗\x19 ©²E}¾ "
b"¸\x1C »…ê×Lµ€Ç\x1C ¨¥šˆ "
b"¸&ÕþZYGÝ®¦¤¥ü0p+ "
b"¸pÂãGŠLu¼1e®|ýŸ\x12 "
b"©vÔð÷7G'ì╠\x07 f#;■Õ "
b"¸ŸÇi¿<Ey™¡ï¡QRrÜ "
b"©óÓ\x11 ÎÒJAäÁÑÓ*ƒÞÉ "
b"¸öóNÿÀG;šçd=ÈœƒT "
b"╣\x0F\x17 W'¿H Å\\x17 ÚîFÛ\x01 "
b"¹:§Ê\x1F hBu–\x04 eÔ\x05 ÷Ñ× "
b"¹B‚ð\x1F\x0F M‹ªd5$¼EJ{ "
b"¹Ó—ÇIGE½–\x1C B›?„\x1D\x12 "
b"¹àÜ‚€ÀMá‹£€“[SmÊ "
b"║\x1C ‗¯JèH\x17 Ö;n|=ÊìÊ "
b"ºFX¨ŽóB†¶=‹&ó¨Þ+ "
b"║df!ü\x17 Bûì\r \x17\x7F V-¹╔ "
b"ºoC\x05 ´\x11 B´´ñR\x13 H¬Zª "
b"º«Ï\x0E ‘\x7F Fw¥ØÛÔ›´À^ "
b"ºÍóý¸±Gê‡íÝjÈMÝ\x03 "
b"║¾bZù¶C\x18 Å6┌Ò±$Gm "
b"ºø"^ƒdMO©;u\x1F -\x01 ñ "
b"»*Î;·ÃIùœf\x1E !¼(.E "
b"""
╗6÷W$_Iåú \n
»çUOÉ
"""
b"»:o‚úÇEŸ‰³\x12 |ƒªÃ¯ "
b"»ƒRóšÊC¼¦»´õ•¦ 1 "
b"»¦ÌD\x17 „JFºÙÔnqÒY\x1A "
]
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 (0x5DD0EB543052452BABDE21429AF73BBC , 0x5E665C60DAC8436A87BA751B291AA7F3 , 0x5E83136C2E41456DB9EE544DAFD1CBE7 , 0x5F0A0A6F2AA043A99DB326D77D8AC467 , 0x5F5DA1E885B24B74970B4D15F02F15F2 , 0x5F74CE1C799D4458958088D2EBB771F8 , 0x5F8E515988C841E888B454CC4BF356E2 , 0x6000676F1B1B43D39A8C900F16309330 , 0x6013D7A5A2874030B506A6F5240711A7 , 0x6039CD80756C4A209B2D838B7ACD1930 , 0x60755B7C07694C8081CE8B71A795FC48 , 0x607DFDE6B58248EAAE1FF4464B83960C , 0x60C0F55F7F8D4F999B03D146D3C72DA3 , 0x60F8EFB852284887984148BEB8E008C6 , 0x60FE311512924D70B5483A78597EBA07 , 0x611E952A2CBD4DC49027213FBCB8F270 , 0x6126344CC87942838E3646E493CFE3D3 , 0x616706158B4441DDBE8A7E6C32A18F7C , 0x61898353CA594D06B7CE78D5B230AEA0 , 0x61E3F773D22B4A4AB1420D78E17EEA15 , 0x61F7F94F72E34138B39D22849F832661 , 0x629C88C740084EF8AB8C0AAB645B9424 , 0x62D09ECA23384172862291C2589C325B , 0x63542AF94D264D8CB8EF65E8DD7117F2 , 0x63C53BE385DD43D6AFD488DBE431B040 , 0x63DE8FCE30D140E081BD6C5A60FDEB51 , 0x641920BE5EC44FE58ED2827EE40EC501 , 0x6425A0B2DB4343F593B0D787627A856E , 0x6449F98CEA1646FAB71FE7A92CE9A95B , 0x649A930A7AD34341AD5F01C01AA64714 , 0x64E56FEF52D34481974F84B4B9820F77 , 0x64F84EFA74EF46F7AC4B5E4000428B51 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x650B09CB667F434381FF5920559141E2 , 0x657C9AB64A494FE09A650016EF0F1BCC , 0x659909C64D6D4A298D8038E96250A312 , 0x65CECC21B83546DCBBD29EDC13179530 , 0x664037C6162D4893884A450DCD63A955 , 0x668F4A9F73DB4EAFBB0880C78621B7CD , 0x66914FE0505C4D5BBE957C7A6C809090 , 0x66B5D33F61214A1386AA991F9004414B , 0x66D298ACE83E4DBC8A8EAD1E40B7F5B0 , 0x672F2C66F92444F8B853AD854028C46C , 0x678200398F6347708C2DE87F3399253E , 0x679DE757A14E45368E4AD4319AD94F84 , 0x67CB2A6565874EE7BC6D3778CB00B48D , 0x68297AE562D24F5BA195A62160134A5F , 0x68B65175FD17476C92CAAD2AD27143CC , 0x68FF25B3F07E43848F90B38FD5DC917B , 0x69010C03AAF04DD9B905C13A58D3FF86 , 0x6917A1AB38C0465BBF2443EDDD67A4F7 , 0x691C58C00E9F4C119BC8395B65D0509D , 0x69423AD6251A499AB47FCDC4183C478B , 0x696AC7C311DC4D1B9534B2B4F4E9054E , 0x69972F26F237498B8E817547D3B7F34B , 0x69DE41B52F8046898EE0D661DC686727 , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6A483037E868442986E91B8ADCDCFE31 , 0x6A54B9D8C699410A8F5C2CE67008F855 , 0x6A78937A3B0C4C908706DDBDAF1260FB , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x6B941B122675447F98A0B0432CB7787E , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6C044BE95E6F40448F4EA61AF4D79580 , 0x6C2648BBD45D4DDEACDFDBA6F250399A , 0x6C5CC101980B4A5EA775ADA6485A9154 , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x6C77F02220E34318A8BFB0489FD53324 , 0x6CB8BB419D694C87821A46AA71C58BB7 , 0x6CC0D8712B564981B86445BDCBB6EE60 , 0x6D17C5B452D3490682488B1FB4F47EBE , 0x6D1C2665F53647A2A4A255CC5CDAB4C0 , 0x6D260D7045C348CABE04CB6D73A60168 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x6E071126A5DD483CAD0A021226496AC7 , 0x6E164EFFE32F47A68BC64B485AE94C0D , 0x6EDCC134ACFE40A885B99E8FD40FC7EB , 0x6F0231C68A034A6694037C26D02903D3 , 0x6F02B9599FEE4388AF578FFAC2A14695 , 0x6F29FB6248864DC18748C4047320EA06 , 0x6F327AC000B7407EBB28580A4214E70B , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x6F6A0C170ED2419780030FC467202CDF , 0x6F739EAE91664A4FA1F04C1B51C1486D , 0x6F99B4D603B84D5C916766199970077E , 0x6F9E6FFC6D5F4302841BB0900071BE07 , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x706A2FB43D4044EBAA24DD4B8B2BC2B1 , 0x70C2B1E9BBB045C98AF429CA2FB9F820 , 0x70CC9842EA224E319D05B2570F355568 , 0x71440EA325924439A597BEF1EAE18658 , 0x714F317B71944E31ADC9C38DED17EFE2 , 0x7165E6509D0B4EF199677BEE6D2BFD7B , 0x71C81AF831544136BA4A018898B66A28 , 0x71C87F6FA21F43D6A7D7938DAD9A66C5 , 0x7239654C579C4C249FCEEB7C0D2E50A1 , 0x725A22B33FBF44C5B1B79B88CAD86DA9 , 0x725B7B25FBA449A78E2C839BAB84441E , 0x72604941737B410D9A745E4B1788F7D9 , 0x7277398D860644F9A224049F25788AA4 , 0x727A4734254441E88F15ADCE6FC8B283 , 0x72853C9671ED4921A317BEC01448ADCF , 0x72A7AF0448084B61BB176770491D8A05 , 0x73423544CE40490AA6E0E2459B7CB7C9 , 0x73827AC261544966B8FEF6D09912FAE9 , 0x73DF07AAF12747CCB8CDBCE179E50640 , 0x7477195027E84FC58BB7A90AA8DBEEC1 , 0x7477B5392D82453B9E6B5F8CE430CDFB , 0x74C3CCAA759A412797A86FADB1EE30E3 , 0x7505974789DE432ABA951E9836F01867 , 0x75098599B4464786A7856842FBC1F1F1 , 0x75197D9091D74A0ABB9D4282A35CE321 , 0x752876413D36403EA6D9859B4C5C0566 , 0x756373ECE75242C3B9738C084C3BAA77 , 0x7574B1FB57F44BADAF4C3E5DCAE2820B , 0x75DDF9DAA40040D2BA578B7B14FE022A , 0x75F56C39CEF24B4DA8950B9218EAA5F4 , 0x75F8572DAF28462A8B3A3A1C1C6F7F9B , 0x75FFECC479DB4D72A1C45B0912C8774C , 0x760A1087D8FD4EF991A89A38D24EFD85 , 0x76196AE5D4034660B0BA04F2E1FE9C9F , 0x762A9E8B09FC48F48A2E019566FE519E , 0x765C778DE9EB4087A863BC7C1A09B119 , 0x7660446CCA6F423DB9E67DB152B51EC1 , 0x7687B690F3F44A828720A8011E05BB56 , 0x76BE32A88CC44994BC718169101A5524 , 0x76FD7DBB0B924CDEB3818F9663A44174 , 0x7777D812DF4B4F959165E229A8731A08 , 0x77B8689AAF3844B8B6B648713D7726E0 , 0x77F903A431A4494E93B4EEBC17720785 , 0x77FE4529617B40929B00184EEB554C46 , 0x788269475BF94C2CA3D045921576D976 , 0x7886BE176E9F4E9EB44C37D22FF110A9 , 0x78A1EC7ABF4D41538B92858DB191296E , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x79793462C98D4A9EBF65F8C3F73D137C , 0x7997DF77860B463B8196491E9D7B2E7F , 0x79DB368464EC40EA9B82FD28ED32061C , 0x79DD8E51210C4C4181A87029EB9F60AF , 0x7A11C7024E1B4D379EDFFAA0A46D1F67 , 0x7A5BB376CE684ABFA1B560AF11B4C7D3 , 0x7A7588E5312341F08BD3581D820BE17A , 0x7AAEF7CACB6C4155B44CCB4FAA39B5A4 , 0x7AE083D5B4BF4ACDBFC7CCD0C92FFE2A , 0x7AE36B2F59B34591BE4DB55111D3DD70 , 0x7AFF1A79265241EAA203BFDDDF5F928F , 0x7B15D48949E14C8ABB7503F443F05FF6 , 0x7B4818BB9F9A4909B8F7BA79FD2E4AC8 , 0x7B586F8709244FF1AB137A0BD59E4462 , 0x7B5B724339014D31BD79C2FC61C1FB8A , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x7B8483C663444CF7ACA1518DA90CAC92 , 0x7C70F22F38E7423599767838DD0C879C , 0x7CD30CB791D242FAB6BC2D0C233868C9 , 0x7D386C8FD2414C5BB1BA0B95F4F92E92 , 0x7D39E6F6DC1D4B90B056A1302AEB7D0E , 0x7D7285A60EB54429BDB6879FCDCC06B8 , 0x7D96021D86844E34B72DE92364505541 , 0x7DA855AD514A4ED39E38B70261089A64 , 0x7E4EA17E421F4027A801E7EF3B06E982 , 0x7E58CA6F1885480483B6D004FAE4D20F , 0x7E6111F804D6411F96FFC6A19F27DC9F , 0x7E7C19245B0D402AABC97E7CBE57071C , 0x7F269FDC24C84608B05060DF4495431F , 0x7F39038630624BC4894AF3AFE627615F , 0x7FB36F38D2AC4CC2B29E18699345B7E4 , 0x7FB827AF3E084C15BA00348474140416 , 0x7FC0879ED8F44B65ACEF44E1B6D4B1EF , 0x7FEBED4B0D4C48188A4B19CD1EB1C197 , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x7FF8F9530FFA402884E2E2D191616F9C , 0x800119BB0EC84F86AD6B976F4CF0CD5A , 0x8015D95848C743C788F1FBB49C36F2CC , 0x80540266DA0A4C3F9D201F7460AFA278 , 0x80924F4C6DBA430F96CA1DA8F227687D , 0x80DEAFCAD28741E281A3AEA53E5F13E6 , 0x80E4495E3FEE42B78CA3DC79FA6BA0C9 , 0x81578DC743D84A6383901D5C6A605F97 , 0x815893FA5374438CAD2D4D09CE76EA50 , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x82077763EC944AB08902FEF19CC61935 , 0x82094C10D4B94F7782F5DECE0E07600B , 0x8209A07778FC44428664FEE8365E4BE0 , 0x8241187B05784481877869C6694159C9 , 0x8252757C453C4A8A9754CDF462B711AF , 0x825ADF411018471DB7521343B27CF396 , 0x825AE359E1814439A2FB7E3D8B41A8D1 , 0x829A91CEAFD74DEFB0639673A8529DE4 , 0x82B64365454142BB9C57E9FD12781304 , 0x82B9AE0388324B52A3458F5C6A293B50 , 0x8312BF98D4A74DCD8A49B4044D7712FE , 0x83AFA2D536784EA7B96BD6D3FD7E4F72 , 0x841001024C7740C2BE37BE71FA6F9CA8 , 0x841B6A5E4DEF405F8CCFFCDA646E20EA , 0x844AE05DA49F41E7A8E9A9A9B553F2FF , 0x845777F8AA0C4552BCD3926A6901FA0D , 0x8461987EE15C4C009C7299A6EB279C99 , 0x847EC7B2D9BD4F58A2C1FBDF8D356B44 , 0x850FAE53370B4D7DA60DA30DF744DCBC , 0x854E974745E64C3CAD261F645DFB89A9 , 0x8559158FEB6047BB894BB447EC8C4BB9 , 0x8587A8EA5F43492CB82FC0C4E3136A8A , 0x85A1F4683EE646AD8773943DADBC171A , 0x85A2B8BF4F0C41078374D764D72F4CB1 , 0x85FF29EA4F054A73896961572DF0B298 , 0x864900AB7ECA411C92A328565B3C01E9 , 0x8684557620DB45669553CE42BDDE0830 , 0x86AD4C3556FA4ADEADBAE5839C41E128 , 0x86D81C686312427E9658EBB93FDA93FC , 0x86E20F3A16804390A136A374541D3E01 , 0x8712A522E938447EA0C314F37E90CEA4 , 0x874D2D1682434AB78A32620CB0F38706 , 0x877BB798D2EC469F9FFB46494242E15A , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x87CB0E0ED4DF41DC9AE72EC655416344 , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x882BE18AC6A24426B7264F6EA45872A9 , 0x8853EC22442946A58B31719CC1BBAA66 , 0x8858EA8820074C6BBDCC29CF761C3DEB , 0x888D319E6E7B499D9A206CDDEAE4092E , 0x8955C591D9DB44BF95828719E046B8A7 , 0x89629BD0FB204A93AF259C4B75333D91 , 0x89A99B1094004A4EB3635D8765119958 , 0x89AA96A2F0CA41F5AEC92BF09E173545 , 0x89B944322F284497BE5DE97A019489C1 , 0x89CB42634A344AC2AFEFF2608B1BC3CE , 0x8A396868C70B4AA7800BAF4F9EEB5D3A , 0x8A4D1E9157394DF7AE050AB470A55225 , 0x8A6D1C301E614064B8D76C70D7106285 , 0x8A71E014406040068FFEB2CC3B3B6296 , 0x8A81294FDB8F430B9930A274957A1938 , 0x8A82F77FA14A43F180D27B7CF6465FB0 , 0x8A8899AB7E3547AA97CBDC86395F1525 , 0x8A89730CCD4844F4B289529AEB2817B4 , 0x8ABEA329DD85459BAB0CB1BCE5F401A3 , 0x8AFD9C257A954F4D9E550BCED7F5A047 , 0x8AFFA5627C88413D92A967983B08620E , 0x8B3A63761081450A87D770437FD85FB4 , 0x8B5E7E80EDCC44CF97B35A023241C33C , 0x8BC72C8975F64B2FA48C21B6D14F82AB , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x8BDB28CF4D5244F785966F420A546698 , 0x8C1CE1435C0C463D994A70BA34CC6582 , 0x8C4317E3A4EF4D3EAFA1CE806A592633 , 0x8C434104F47142EDA42609F87FD57D4A , 0x8C5F1D20F24E4A44A7E5F8D1BA9EA6DE , 0x8C8A954745D040D78F61BB4D0916C7FE , 0x8CDA35A745734446BA8DD35CB6A1E9C8 , 0x8D5799D0BD03451D93FD6716A5AA2C09 , 0x8D7271E037DA4B12A1FD11E3E5522608 , 0x8DA037A9E05746BF87406A43A7359874 , 0x8E15563455484B04B7969E92280954A0 , 0x8E1A9AFB8332469E86DC7AB4F864C878 , 0x8E1BD29F792041DE929511BE3E07B725 , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x8E44D454226B44CCAA4609642E748154 , 0x8E5A478BCB3841BFA9085FC4D5D58F47 , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8ED211E58ED24ACD86E7B044BFB83660 , 0x8ED7492B6A9144D0B62801FFADD6ED01 , 0x8EF8C213959F4F60ACA4768EB5E06EBB , 0x8F27A0E465D44B76A95EE2E23FE1DC5A , 0x8F900821195145488ECEF72E80461383 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x9014B42FD4844D44BFD0BBCFCF6EBC5E , 0x901AA6D8B641430E8395DAE216D521F0 , 0x902E5AAEF80744AF849EA0B9CDDEF73F , 0x9035A2B9B6D1481C81A787FD47EA48C0 , 0x9045F4A33E3C42EBBCD98F0E5BDB4447 , 0x908ECA9FC92644488B080FC149CFCE22 , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x9115C369D2BC4BD49CD8BD724360B935 , 0x9181F5F8118E40729620001BEBAE97C6 , 0x91DA943123EF4876AE4146E807B889DC , 0x91DBCE9277424181AE319BA6FDE53987 , 0x91DF949AA27D4DC29DC9745ACF82D068 , 0x91FED3F0FF7B42FEA4913EA3C66438B2 , 0x9203E251FB0949CDA800331DAC3BA7D4 , 0x9231F41E031642C5941D93A13CB6D70F , 0x926DB028ACCB4023988F0F4A540C7BDF , 0x929027B2F209416CA49DD313573D3E58 , 0x92CB0A79E86247BEBDC6E4C4D20B670A , 0x938DE61F8523451CA9865AD51954B913 , 0x9398978836534879A8AC3968172D27B1 , 0x93CB65EFA16B4A7B8A8190644FE6B745 , 0x9427EE7FDBCA4A9EBC1F0CE2EFE4573B , 0x949078328FCE4ACCA061D76358801280 , 0x94D7D44634F8460197E26762F4B8125E , 0x94DF33004C1E46CB9674B080251E257B , 0x9535087AFC064BFEB562533CC029008E , 0x954CDF1E0B9247F7B0E139C225FD5C07 , 0x9555539C831944729651E1CD18171ABE , 0x95EE4A5FAB7B45F7AD9E4BE6726D897D , 0x963C326225ED4913BCA2030F7CE78EEB , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x96DB5F73FBA94754A3D7DF227D92A112 , 0x96E13ED9013247598C150C51573CA9AF , 0x96E7DF9B7AC24180AB8FCC629D475052 , 0x97035B902597494AA57EDB6B3097CDA8 , 0x9736C1E5B62544519C455D7840F6B98C , 0x973980EFAB07479D9C6324B155759321 , 0x97CF24E07189469F9EABD72B6E3C932E , 0x97DBCA9B41C44294931746AEBE738968 , 0x97E3F4F02BA5421BBE89AA25AB25A473 , 0x97FC2286EAEC4050A703F0FA380D523D , 0x989B1189C91948D884326CA3EC3287B3 , 0x98BDC6409C6A42DFA0A2FB68862D7B8E , 0x98CD586ECDE74B12B65D6705C2576A21 , 0x9959E035ECD243799E6AB01F9FCFC5CA , 0x995C0CC261C7491084D937CEDD9CE101 , 0x999D2141D4344B24A46028089C38CC0C , 0x99A594E4847C4887B1BCB823FE174C82 , 0x99BB3BA5CEEC4DE79971F2968D75FF53 , 0x99E36326D05F4FF9A226B7C5BEEC702F , 0x9A1B21F5329F49A993F2F9C5035694A6 , 0x9A1E3C21B9AA4B0293BEF9C7BA9B208A , 0x9A831CD78A104B57880A147D8DA8549E , 0x9A884D375823463F87229584240D0DFD , 0x9AA87F5A0491471E924561CBBB8A4469 , 0x9B2009D851934111B69688017FBAD47C , 0x9B3CC546E8054DCCABA1443561D286C4 , 0x9B7822B4E5A84C99917B0A5814A4E1E1 , 0x9BD69248159046BE80047E8227CE64AB , 0x9BF082A691A4495595896440C50E953F , 0x9C0FF3152A024CE59F8DA609FE71C773 , 0x9CA981CE52C94413B4036C1CCBB43254 , 0x9CC9E9B0D39041EF9E29880A8DA5BBC9 , 0x9CEFD7B34F1244ED85B84605449C5A7A , 0x9D71EE82702640C8B2C0424C104DE008 , 0x9D74F55E479040F983AE3BFF409FF3B0 , 0x9DC87B529C6E4DAE9875B24BB9415918 , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9DE0E666103543A681CAFBC9AB29E996 , 0x9DE79BA459DC4406BC7EA80DC9A65773 , 0x9DF63C8C73D24CEDB4DB5EDFFE8C0194 , 0x9E45C2B3922D4992BD340385B6C265DD , 0x9E65BBECF0A04FE3B778F48A23DACAC9 , 0x9E75FDBE568A4561B82F0A8C78018893 , 0x9E9A961253F64B86A293B1300870A929 , 0x9EA3DCF775004FEE868721F17AF81A2C , 0x9EB96242E5814109A25F18BF974BA252 , 0x9ED6770975F4424AAFEDAB325D5B16AC , 0x9EE307CD64F64408862BF813D8A6C6EA , 0x9F2CB4BF379F45159196803AAA4E50DF , 0x9F38824649DC4C13A234F4E05C8F3346 , 0x9F3C19DCCF0148DFB560B66C8FCF8B38 , 0x9F41DB31F02F41B3819BAC6DCC68D740 , 0x9F8C61421D7E43C09D29B8679EDAE9B0 , 0x9F97CC0AB79E4E55B7E2510B992C66C2 , 0x9F9A1ADB58714E439A1CBD5688D8D8A2 , 0x9FE344B101194AA593E381DBFBE67076 , 0xA01EC737B45C42E69AC1CA5FEBD2465F , 0xA02D16B86179462E86218900D90C0DAD , 0xA07913603E574CC9A22070E266214C90 , 0xA07EB530D7744D619776298A4058C5D4 , 0xA0EC24ADD4664830B5F1D5C221E7DAC0 , 0xA11AFC04A975483182CB87074F93FB03 , 0xA13B2AC8E5EA414880ED5B4F8B0AFF10 , 0xA15530D9AB8846D692DCE7188B47ACD5 , 0xA16290FA25104CA1A61AA9B6F4F7D036 , 0xA19BF8375FA2416D9F354CDCD819FD1A , 0xA1EF0A356D534B6588B3171A479069FA , 0xA2436AA4506F42FBB3703998C59CA6C6 , 0xA27A9090525C4676BFEE7C3F283A266F , 0xA291506B5F8E4B44AE950494CC748C88 , 0xA2DECA3D63C84052913300BBF072D613 , 0xA2DF73BE090A4FE79593CA812E099C80 , 0xA33DB39DB03E4DC488083C951A7FBB52 , 0xA37CF16957DD4165961826B32DA4E1B1 , 0xA3EA7EF571784665ABBA4B2397983D68 , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA410077D72804524925B777299743CD9 , 0xA4A8C6346F5940FFB4761D2D5D091967 , 0xA4D84B79F9544500A9A5AFCF374D8E9B , 0xA4D952B6FC5B42F19E18BE4811068F3B , 0xA53DB7A995A344ABA54771588BF70742 , 0xA5963CD8B2784234A4859EEA03EC4464 , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xA5EFD285FFF94BDCAE951E7B3031C1E6 , 0xA5F59F25F1B64AADB4E2A898ED821D60 , 0xA60952803A8E4385BA9C2C79C6CEE5C9 , 0xA6364A882D964ADB9721FE499B9E804E , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xA680E4536A8C42CA9C71F6DB3712AFA4 , 0xA7020B03E1B64DF6B55D1C6C80CD065F , 0xA732DD8BA7A64DD19318CE56768A9D7A , 0xA7433D495BFD4E878A8A066A3D724962 , 0xA78F1EC6F1B94E8F85ED262FEEBC04AA , 0xA79D862FF60D40AF81050BD7B73F3D0A , 0xA7EE6CEEA45B427DA226A0EE4C5A15EE , 0xA807AF635C05435089D627599995BF5D , 0xA81CA3FE5C8C48E29CB30D7D4CA7A992 , 0xA82CE80072854A968A0591D5626DBAFD , 0xA8669A2084AB4EFCA0B74D377D8B2B01 , 0xA8871C4789554F51ABE50F18A36F25FA , 0xA88EBC79DE0D44B496B4B9DEBCC13F7E , 0xA8B8FE0C13154A419F1953E7016110F5 , 0xA8D59B0F99E042E9B1F33607EF89475F , 0xA9053D59EBFD4D47B2DE6B13C2BE0305 , 0xA925BF421D4D4214A77DC719F144EDAA , 0xA96553A93AF54538AAF5B4BCA4365121 , 0xA9B2A766DF7C46FB91615247460E8845 , 0xAA01838C50EF4E4BA3A86529DC77771C , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xAA615235EEB844E8B2ED3F00E6F48907 , 0xAAD3130EF5AB40E08DCB38D1472368AE , 0xAB128C38805643EEAED2BC4A5E9A054B , 0xAB27808E056E457BAFE65174DD9F709E , 0xAB5C0580C3B540EB87E8BD92066622E6 , 0xABAEE3C2C54749FB9FB5500058900731 , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAC1E6A1F906A45F69904232E2259797F , 0xAC2915F4916940829F4D4BE23156717F , 0xAC2D4F2ED9784C74BCCA4767E90DC437 , 0xAC4FB3A74E32481CA5B993DD1A26523F , 0xAC5E506A354945C0B32D57057A6B1E3B , 0xAC67F2B1B1E84060BD263B2EA4F89E51 , 0xAD09EE6FFCAC4B989393F1ACB14B7806 , 0xAD4C8D45EBEC418EA75CEC8710F65A36 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xAD55BDC8EE224F39AF32C9167BD83462 , 0xADB8F8D8760642B49E27CA026E883E06 , 0xADCAF4FB4B0D4DD09E54F82F6CF5D1CB , 0xAE2D137EDE884752934274C069C6F426 , 0xAE3640F34FAE4009B12CDFDF3FD449B2 , 0xAE635CD9B4F24CFEA27A0D91F658A522 , 0xAEAE75E89EF54D42AD07EA9DFC6F4B5A , 0xAEC485415F5A4CDD8D2C5FC155BE17CA , 0xAEDD6355B69E407E9A7D2FFE206622AD , 0xAF171D9B9EB14B94AA60C1882BB4280B , 0xAF36BA03A9F141CCA87CBD83EAFD2A95 , 0xAF8E27A6E56E4B0D9992954EE21B55D0 , 0xAF911D9E875648BBBC12AF8605FAF3E0 , 0xAFD993C2B6304E20AFE2CE97706D3B94 , 0xAFF34F1CF68D43ECB60C5BD4F54A8740 , 0xB0351D7F8B45461C8842A966E0C81875 , 0xB064BBDAD6304515B0E7FB7A98BDD096 , 0xB0C1546C69C149D599163ADBB99524EC , 0xB0D76506205C4D19A96EEFD8B0CDFEBD , 0xB0DE82E7A8284DF7ABED7FCBBFA44423 , 0xB0EC14CB27774524B64D12EC1E65622A , 0xB1247365B05C4F0C84E941D4D0ABFA7B , 0xB1326A6B5B634BFF8033AFBDD226AA6A , 0xB14934A73593405FB5633FF93906657B , 0xB170369F9A64457E9093EAFAC99541EE , 0xB1CDC99E415A4991B913183AD16F595E , 0xB207E80D34C047308B06B5FEF66D681D , 0xB241B203B2E0483186131880DA1C5FB9 , 0xB2BA951AC31F417A83888BC4E08FF6A5 , 0xB2C7C7DD5C97431899C005296746871B , 0xB2D30EC33B2A47F0ADB7F727138E072A , 0xB2EB7F7B53064A1888C66B7043C301AD , 0xB32B7190641946ED8F1931294EF274EC , 0xB335CB07EEA047ABA84EACCC56619CF5 , 0xB363E262468448BD89834D46AB4CC05E , 0xB385296579D249818B2E1C551FE6BB4C , 0xB42796C2C9F84CDBA2F916DE129BE65C , 0xB437F66C6E094EA4B01EBF2A89C41085 , 0xB4784A7308AC43638B0106BD094A86E1 , 0xB492080C61804597BA1010992AABA073 , 0xB4A62F3955754DADBF3E42392A65F8F7 , 0xB4A79CC8F5874DA6B202E9981C4CB754 , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB4D68788A3EE41D5B4985E37BCC20547 , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB52A37F4567547348683CB50D7B04917 , 0xB55A97761F474C0BA50391C29C33EFF3 , 0xB58DFDDA24BE407D9C24C6666DAFDBE0 , 0xB5A0441AE3FF4EF79839E290214B89E1 , 0xB604E3CCA40E44ABB9015346A3D37B82 , 0xB6166255F13445BC9E72D61A38FBABBB , 0xB6913EB9E8DB4725B15DC306309C8C70 , 0xB710C60EF0624960819BC0CC56A96726 , 0xB7777B4DD7294D518AE3D9C5C6400A2D , 0xB7EDD1958F614CB999BB19B8FD457DF3 , 0xB81CBB85EAD74CB580C71C20A8A59A88 , 0xB826D5FE5A5947DDAEA6A4A5FC30702B , 0xB870C2E3478A4C75BC3165AE7CFD9F12 , 0xB876E2D0F63747278DCC0766233BFEE5 , 0xB89FC769BF3C457999A1EFA1515272DC , 0xB8A2E011D7E34A4184B5A5E02A9FE890 , 0xB8F6F34EFFC0473B9AE7643DC89C8354 , 0xB90F175727A848208F5C17E98C46EA01 , 0xB93AA7CA1F684275960465D405F7D1D7 , 0xB94282F01F0F4D8BAA643524BC454A7B , 0xB9D397C7494745BD961C429B3F841D12 , 0xB9E0DC8280C04DE18BA380935B536DCA , 0xBA1CF2EE4A8A4817993B6E7C3DD28DD2 , 0xBA4658A88EF34286B63D8B26F3A8DE2B , 0xBA646621811742968D0D177F562DFBC9 , 0xBA6F4305B41142B4B4F1521348AC5AAA , 0xBAABCF0E917F4677A5D8DBD49BB4C05E , 0xBACDF3FDB8B147EA87EDDD6AC84DDD03 , 0xBAF3625A97F443188F36DAE3F124476D , 0xBAF8225E83644D4FA93B751F2D01F120 , 0xBB2ACE3BB7C349F99C661E21BC282E45 , 0xBB36F657245F4986A3200AAF87554F90 , 0xBB3A6F82FAC7459F89B3127C83AAC3AF , 0xBB8352F39ACA43BCA6BBB4F595A62031 , 0xBBA6CC4417844A46BAD9D46E71D2591A );
Copy
84
26.25 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"\x00 /Çþy‚H\f ´}I\f ¶KËÚ "
b"\x00 Çt+\x06 ÚCbšóÒ!Œ¢Ï¼ "
b"\x00 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x01 #(tÆøId‰-jH|ð¦ó "
b"\x01 5Þ!Ø~BŸµÝ·1Ÿâià "
b"\x01 <‘f‹\x0E Oî\x1F VÜO\x14 u€ "
b"\x01 ¶›ÔvôGì–Ô7\x1D ,3X6 "
b"\x02 (ëÝòŽL»‡\x7F |Ø—8²x "
b"\x02 =q™Æ\x19 G\x14 ‘\a"\x0E\x03 ’m "
b"\x02 ò›ár®A:š\x03\x01 UB|Ïö "
b"\x03 VÉ·zæIt¥\x16 ŠeÒã7@ "
b"\x03 m°\x13 ─NùøO¾\x16 ìÉ`« "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\x03 ¾¼-uòG\x06 °~\r ºQaï… "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 I\v mJAíŠ<d;\x17 x–\x12 "
b"\x04 Wˆ\x12 ¦gA€—*&k-\x1A\f Ô "
b"\x04 bî\x05 ;3F\t ·k:\x00 iÈSÆ "
b"\x04 ׂ\x01 ùoKMŒ©¨…^±ñÛ "
b"\x04 ä*â÷ŠGÜ„°ï†¦‘£] "
b"\x05 ‹\x05 é'ÑJ{“oe\x19 \æ!– "
b"\x05 Ÿ{ô¡4M)¢}¶ûÏ‚\x06 ü "
b"\x06 <€˜ˆkH…Ží…„¡Ý2Æ "
b"\x06 ]6Å\x13 iLvÉTÌ,¾÷MW "
b"\x06 ÎV +ëA½ˆõÖ|\x00 ;.] "
b"\x06 Ý¯Ž–*Fœl\x01\x16 ¿ÅlN "
b"\x06 ïhÄ\x13 F®ìÁ$╬\x04 ýZ& "
b"\x07\x04 ¹Á{\x1C KŸŽ"0·\x10 ®žÑ "
b"\x07 0ÐW\x1D –H`¯gÛÔ)@ýú "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\x07 £§}ÂIHùìç^│$4ý¯ "
b"\x07 ñzÑ®\x17 Kœ†x+!xÀ“q "
b"\x08 ÔY¼\t NwŠdÌ@–0çj "
b"\x08 bÈ7Òì@‰¯ëXƒ±–Óÿ "
b"\x08 Ñ\x07 'C¾@€µ\x1F ’N\x12 ^A+ "
b"\t\x19 D×ÖâC▀ü-░5çÎH" "
b"\t Dp=;▀O,ÅãÔn]Y³n "
b"\t ü½ÜÀ\x06 OP½u╬╦\f É\x1D Ç "
b"\t îÇ€†¯KѰÚ#\x04 §>¯ƒ "
b"""
\n
R•\x1C ¿OKÀ‘xDÒr†Û\x18
"""
b"\v ûV¿\x1A vH·’þ'>[LŠ\x1C "
b"\f\x04 ½õå4B\x03 ›\r \x1D õ°.\x16 "
b"\f W{„Ø€O_•I\x13 ·ã6-\r "
b"\r \x16 ”\D¦DB¦\x1D yr\x16 1Åb "
b"\r H3À’GG\v ¯\x18 çô9ŠŠL "
b"\r ì▄┼|FAêúÊ\x07 +´▓▀\x02 "
b"\r Í9ßt¸F\x04 û▒░ÂA\x16 üö "
b"\r ç+ç= Gcµ÷²L´#’ˆ "
b"\x0E\x07 yÿëÖC¹€Ÿ.\x00 !rW\x1C "
b"\x0E 1ØÕé■F/îYÙäkOGÕ "
b"\x0E Eöïƒ\x1E B?—÷\f „¢áÝÀ "
b"\x0E Joé÷█FÂÉj¦c£\x1A ù) "
b"\x0E _µž\f\x19 Bк»²ý\x1C A†ˆ "
b"\x0E d\x10 ¬§g@\f ´Ä2\x01 S\x12 Ëh "
b"\x0F\x06 ƒåÜìM=àd,y«BÝF "
b"\x0F RŠ÷4SDq”H«+ÀË-` "
b"\x0F W\x10 ^Ä„II¤ÏÂÐ ×þ< "
b"\x11\x18 4ñåÅH0ïS®KÆ-&ü "
b"\x11 Gêιë@\x1D „Y\x12 >0ö\x18 "
b"\x11 ÁwØ│ñM3×;&¦┴á▀+ "
b"\x11 Öæ£èŸA¶¹˜\x08 Ôæ“B¬ "
b"\x12 GB\Y¯Fíº2zGQ™*© "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b"\x13 ²¢ÜVGHJ´ýMi6Lî\x18 "
b"\x13 ³’Ï^ËE…œ]×È•£gø "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"\x14 (nTD-K\x10 ˆÙ÷·x%½« "
b"\x14 3Ù\e Ó÷Mëš¡q\x12 0£×‰ "
b"\x14 ø\x7F ú¨rA&º├_Å>ÄeÝ "
b"\x14 £‘;\x02 ùF°‹äñ\x00 Ã~X\x08 "
b"\x14 ïÍP\x0E ZH.¶›'#\x11 ê‘N "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b"\x15\x16 }+£\x1C MÅÂ+Åù\x04 t┘┼ "
b"\x15 2ÊÞ/üL_¦9ǵè¼?\x7F "
b"\x15 góÇß_MÕ³$íèNÈ³É "
b"\x15 â—³ŽsCi½\r pØ8ÑiB "
b"\x15 öÍ£|^OÞ°\x18\x00 ó?“\x1F È "
b"\x16\x17 ¡ØùiKã”Ì h\x04 %–\x01 "
b"\x16\x1E ñ1>Þ@\x1D ¶@\v ¼ã4\x14 ß "
b"\x16 Po\x1D ìA‗¼.öø7═j³ "
b"\x16 Z[Wa\x17 B† \x05 WA0ñœI "
b"\x16 zýÝWÅHë×\x1C 7Ê|è)░ "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x16 í>\x1D Ì0Bà¥tÏÚqI~s "
b"\x17\x05 HÐ\x1D áDm´ýÞ{µ\x07 Á\x03 "
b"\x17 5¶-;gF»‰\x06 †J&¹É "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x17 ¾¼¹\x14 þO-Ÿ×ç_w”?V "
b"\x18 Rü█«ÇE┼Ä\x1E øòÌe.╝ "
b"\x18 ▒╝ÅѦMví:\x14 "9û└\v "
b"\x18 êR•ØG@9™¯Ë¬¶:l< "
b"\x19 ö¾║ı¦O#¼¶sñçK´Å "
b"\x19 ˆjÝaK5©X÷ì\f ÖÕŽ "
b"\x1A\x0E ╦║ðªICØÁïØ\x12\t x0 "
b"""
\x1A\x14 Ó\x1C ß\x05 IØ \Ó¦©`\n
5
"""
b"""
\x1A )\x18 “\x13 ÁL\n
¼óÍ Öqíà
"""
b"\x1A R o"µGc¬Ô¼E\x1A õ$\x0E "
b"\x1A R~\f ÌÝO~ïê\x1E\x07 ìº:\f "
b"\x1A Sùdž¢O™»-5׸þ\x10 ¦ "
b"\x1A ¦ï<ìeOñ…¹bϹÁ\Ó "
b"\x1A ¨,ý\t Á@,‹J2¥ÑXP "
b"\x1A ‗r▒¡0O¥▓ûKü\x14 ,\x0E · "
b"\e H!8Ý Cå½Ä\x13 *WÁdW "
b"\e ™l3+8IY·q‘õªb¡í "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b"\x1C ®Q\x07 ´òNJ\x15 tW\x17\x1A xµ "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"\x1D ´Ï\x07 4\f O¤‡ÈšÃ:—’ "
b"\x1E Jh‗MîM\x10 «Ç,³▓ì¤\x07 "
b"\x1F I\r vþáD ¸Á™Ï=V\f { "
b"\x1F cc«\f ÅJ\v ”\x1A ã׳2ç8 "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b"\x1F ýkcˆGL\x07 …¢Íâqyذ "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b" •8C@LÍ®\x18 ž¹ÛëÖ² "
b" ¹XÉN–Oñ£\x1D\x04 ì\x1C ÷n? "
b" ¾qcà¸N\r ¾ØVŽ‚:\x06 f "
b"!JûNþDO\x0F Œ\x0F ý@%çJ\x03 "
b"""
!Z\r K\x16 úA9ŠP\x1A N\n
/\x10 T
"""
b"!zt\x10 │ÏBÖ│àÈ70\x0E Ø╗ "
b"!Ø└6¼▒K╚ñ0Þ-7\x04 ╩³ "
b"!ã‰P(œGÔ¹méøUÌÀØ "
b""\x18 ÿÀ9^NT‰gA<˜5Yó "
b""\x1A ™£¯æFÉ…¼qµö*wƒ "
b""E‹8x.IK¬çýTõ¹óx "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b""°ðç"sA‡ƒvXô\r ñJ… "
b""ì\x1E -ZÕG>¶4˜\x1C ×\x1D ߨ "
b""üM!H&Lç‘db¶$›°Ð "
b"#\x03 ³╚n2B╠«ì,█0(g¸ "
b"#\e @\x19\x11 ‚M©¦N1CÜ[Kb "
b"#[Ð\x02 °ÁIû¢”\t ÜæÏP1 "
b"#—s\x07 fŽC\x03 ¢Fè]ßB—P "
b"#¼ùk¶COHƒÝý¶gú.È "
b"#Õ…xƒšG~¯Ü\x13\x12 ¼y± "
b"$\x14 ╚/j:J\x19 üõ&`¸├\x17 Q "
b"$\x1F yGª╚D├æ#±╗\x08 øÅ\x1C "
b"$1ú\x1E —7Cu™f‚\x0E §à"[ "
b"$6.¿œ’L*‡”hÎ\x0E 3e\x13 "
b"$_„\x07 Â\x19 Oì°Ó(îCG%¼ "
b"$¶µãÁÒOè‚å¾\x00 š¾*C "
b"$¥s■\x0F ÕK#ª¼¥ì%u¿é "
b"%Rëq6îC¿ë▓Ñê\v fì╣ "
b"&D¯—Á\r MѱŽ\x00 ð\x08 R¨E "
b"'\x08 “\™wGó•g¡6)å&, "
b"'\r 6HU)D&ºÝÈÆ_\°/ "
b"'RyÿgóIîèÕ\x06 öPïì~ "
b"'ì▄ÐÙ\x7F EéÇN\àJOeâ "
b"(Jt0tEJAÉË\x15 └ËÂ\x15 d "
b"(’ñÜn–C[‚’òmÑ|\x05 ë "
b")2T1é½Jì┤ÈÄï,\x1A ¥k "
b")hSÑ~0BÙì'‗7▒±G "
b")Ò4\x0E ¿FNΫØÌw²94™ "
b"*1È»╔Ø@ ©ìÿê░ùî‗ "
b"*f\x13 ╬»\x08 JKɶ\x02 ùxm©\x07 "
b"*Ññؤ<B7Üô¬Ö%y[K "
b"*¸\x06 àtáE£®ü\x03\x1F ¦m©C "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"+\x06 Žï\f ‹Lvšs0\x13 ¡e˜ë "
b"+Ic\x05 SÃO¢†qù<qMÞ[ "
b"+V.H/\x02 M×½Åðÿl?2╔ "
b"+yQI·ÁF»›Q)²Í^¿® "
b"+¡Àëc‚Aו\x0F\x1C ÌR¦?^ "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b",>\x1D W\v\x01 J@°õY‰KæÁ¥ "
b",Š€…ñøCð®‰ý÷ÒÏp: "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b"-\x0E Ð|ÌvH·€=Ò`‡\x01 ‡\x1F "
b"-\x1A obÑBLÀ½R▒¹°╔aì "
b".FÀw—uK/‡\x15 Aí¥¸Þ€ "
b".LÉÛ™þL³–L\x1C ÆŠ-Á\x1C "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"/U,‘/ƒE=†dPݳu\x1D\x1C "
b"/v½ôp"F$¶Ý\x1F Úv#öÉ "
b"/x®Öó›M9š~¤0`í–ó "
b"/š—-\x0E ˆLxª\x1A ¥OpP“r "
b"/ J–\x13 éE\v §[S\x7F ðþÒÇ "
b"/┼\v ÑÝÍE┼½¤Øøóf{Î "
b"/Ã╩Â>ÆAxôÅjadزÿ "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b"0\x08 µ\x16 UDM¼©×"Õ:C¸ "
b"0\x0E\x0E 3X¬A?ƒz\t ŸÆr<‘ "
b"0+¦Í÷'Ei‰0'üá\x10 O4 "
b"0`¡\t ´ÁK#üb\x14 W÷´Õ® "
b"1ESÕmÀB]¸”…ùìƒQ™ "
b"1[æ3\x1E ƒE╣Åy┌»═æEô "
b"1[▓þñØG╦ò<uµJÝÿÉ "
b"1dÒ\x11 ^zAˆ¥\x1F ‹¾éö‚ý "
b"1”Š@—AFÙ†=¬\r kþÝ/ "
b"1ÙYTÙA$·\x15 Üm\x08\x15 ½\t "
b"1î™¼ÂØJv¡u\x0F ‹\x1E }+ "
b"2\x07 a¿šCb«÷@¬#\x01 ‘$ "
b"2@2à±1N؇®û@õÿò‡ "
b"2Œœ`éëK€¸T”*B·e; "
b"2¬›?h\t B\x1E ´9h{S¶œ\x0F "
b"2─Fc\e ║K+ØÁ9,q*ç2 "
b"2▀Þ═G▓F\x12 ï¡Å╣╦wÙ- "
b"3sª\x14 B¤Oæ›\ƒ¨ÎGC\x1A "
b"3|>±+‚A'¹"nÒ—Pc\v "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"""
4‹Ó\n
IˆHn„yôº¬ª\x03 œ
"""
b"5\x04 Þ>qªNY–Ã}zA\x1C Ü— "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5&£ƒr·H\x7F ¤\x11 HIü\v ç} "
b"5íϸ\x12 %Edç3Áëì/÷W "
b"5öëËj°HH³ÓN8öJˆô "
b"6„·’¥§BÖˆ¹Ð\x06 'LWr "
b"6¤\x19 q´>LÜ‹H»]t?̰ "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"7E\x10 x¶IE ½û\x13 þÝ=k_ "
b"7jÑÒø\x1C Br¹ÓHÖ\x19 ÃnÉ "
b"8\x01 ×ì&êIéŒ×D—ë\r yí "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"8Ø─é╚DJFÇ¢.nóc3\x1E "
b"8·c\x0F 'LN¦§OØëíNS "
b"8ðëY«\x10 A▓ØLeûªFé¸ "
b"8ûæ}išI\x18 œ™µ[<}÷™ "
b"9\x06 à\v\x1F œMô»Þ ÄÞ\x1C ¢E "
b"9\e\x14 RußNë€\x00 ZnÑYö— "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b"9Ë┴z8║Jn¼ðL╩&äëÅ "
b":OB\x00 █ÃD+ô\x10 ¸b\x06 V7Å "
b":‘\x0E M2HCD¹±<Ê\x7F 5fè "
b":–Oµù=Kö¸½d\r \x1D ýĹ "
b":─{*ÓëG█©─*┼╠É╔' "
b":Õþô&¤H=ºqÞ„[•3i "
b";\x08 ¯pmºB”½èy.Ú;Ÿ= "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b";“œBtúE6©½O\x7F DýªŸ "
b";Þã\x0F á¤J-¼╗»k┼ÅóÌ "
b"<\x07 Žûû¨Ifµ?G9¢A\f ¥ "
b"<\x18 ù}S\x1F HI§\x07 #oÅ'è— "
b"<6ŸñÄÅO\v ‹š”ß[6\x07 5 "
b"<GƒÚ” @\x17 ŒTYYÙ=¬N "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"<tÓÔªÔKçØâ:]b¨Ò\x7F "
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"=4C)¶vHb¹Ï\x04 E‡¯õj "
b"=u0¹ýµKKŸ6\x04 ²Pà%\x1E "
b"=ª\x04 íßC\x1C ¼%÷×Éy²¬ "
b"=ÕŽ|EOJR®¸êaEã\x15 1 "
b">1àì\x10 aMÿž±8\r m\x08 ŠP "
b">…•%¢IV¥1V”‡dPb "
b">Ó¦«±0M¸¶¯ý"$\x17 ]8 "
b">ä⿜wN°®åBìM\x1F ’_ "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"?u&tC[F9r\x1F W•C‘ž "
b"?É¢\x02 ö╬E·║QU╚\x18\e ï\x01 "
b"?¢ÏX:˜B^ŽA\r 0G…×\x1E "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"?µ\x11 ù¶ËG\x17 ›yÄyÒ†Ÿ\x18 "
b"?õ3aU+O\x10 ¸Øø„¿½† "
b"@gë\x1D ËuK]©qÊlsþ\x07 "
b"@ò‘4 ™Dþ«ï}‰Mi×Ð "
b"A\x10 8å\x0F æNÛüЮJÖ\x0F ýP "
b"AD&p\x04 2M°ª7Þ(-\x12 N° "
b"An(:TƒLo«ı~õÓ\x1D Öì "
b"A€)\x14 *RH•£L\x1F 2©4]r "
b"Br'‡þBEŽºF'§1O\x1C â "
b"BßÇÙÅÁDÝ×\x17\x18 [┘PN\x1D "
b"Cnäpç\x18 N: vÆ\x02 |J5< "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"CÓÏWÚ`EŸµ»é,¹ç?Y "
b"DM"ö\x11 ÓC…²ÏÀX`\x14 E¢ "
b"D‰ÄäI·Ms’@Ú\e Å\ôÇ "
b"ES}`\x18\x0E K˜¹)\x11 ØÛH\e “ "
b"Em¸Y\YFޝ\x19 èV\t\x16 »Ú "
b"EnWá%$H€º‡\x0E ~”IåŸ "
b"E║■xÊ£J╩ì┘k\x0F ┘Ct8 "
b"Eð#FÔŸH/¨p!`7` & "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"F\x12 Œr\x1A «HȱEdØÓ5÷ "
b"F’jŸ0\t OV³£€Ù$uÿ) "
b"F│░Mà`J╠å<,Éi{!§ "
b"G"¯\e â3E'¢@¹#,ÿ/\x7F "
b"GD˜Ø÷ÃHtž¶\x08 ç^\x1C ¬Á "
b"GDþJÜ\r J‡¶ý@—,\x07 Ÿ\x06 "
b"GW(££ÜG\x07 Œ\x07 ðK½\r H\x05 "
b"Gø\x13 W„*E\x12 ŠØ”TÛ\x14 <¯ "
b"GúÍ`³‘LPº\x02 APŒþùõ "
b"HV\x02 •žªMö² PØØ¸3 "
b"I*\x04 :`)GÄæD;Ô├É\x16\x17 "
b"I3`P®µE■é\t üÕ\x16 #êW "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"I³˜°âZF¶€Šš%QI\x05 e "
b"J2\x15 ºN›F܇£CÑ8rB’ "
b"JÅ\x05 «ÌîFT░Y¨Ë\x1D Âð\x01 "
b"K¨\x00\e z¹DAɾj,¡{ÿ* "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"L²2ÁåÚIæ›Dú€éÔ@¬ "
b"LÍWËŽQJ^¸Ã|ô“Š”9 "
b"LÌh╠ñ©Foú©\x02 ©╬ÉLí "
b"LôØZ [C྿÷ìÜ-Y- "
b"MRDÌ\x16 ”L›¦=^¦d<§× "
b"MbgR=uJ¼¹Ü\x16 4/!Î "
b"Mb¿gè\x7F M¾°ÏáÇô€\x0F , "
b"NL\x0F ¹Õ2D[ˆ9,-}\x02 ð¶ "
b"Nx7\x16 àMH\t ®Ô\x05 âJ\x0F\x0F\x14 "
b"N‰'Ü—ƒNв(ÝLg=}\n "
b"O-ø^ñŒBʽ¤\x03 D.µ\x12 C "
b"O6õ\x0E /AL柸\x04 Éñ\v u= "
b"O\x7F £o>(J·’\x11 Ž\x11 ÝŸK† "
b"OõE╝BsH"▒Å╬Þ\x00\v ═3 "
b"PZX‚®®G5›Ý–BUµ&î "
b"Pe\x0E 3ôÌI¿ÉU├fÿ\x02 » "
b"R6.Z¨·Ko║÷É\x03 ÁEa" "
b"R¾èE¬æA걨dø\x13 ·á\x00 "
b"R┴N┘PßJ ┤Ðâi8¦\x08 Å "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"Sš\v _ò\Dѵˆfaéc\x01\x0E "
b"S´GkùvN¹®\x12 ¡B!{+i "
b"Sºð\x08 Þ(J»ƒ–ÚïJÃlÊ "
b"SàšÒàVG•¹³(\r ÕµXž "
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"T\x10\x14 “ƒùC˜‚>&ßý\f ×ý "
b"T\x12 \ß▓ÁN\x19 ┐ØY~ÖJJ╬ "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"U <Í¢bAKåy¿áFÉ¡╬ "
b"U:┤.\░HeÉÙ╩╗\x08 Ú\x10 E "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"UìPçW├Eìáù¡Ê¸■UØ "
b"U¥…ÙB?N:µê¹©N·V‚ "
b"V+ŽT°BB[½æv$ª+œÓ "
b"V2àÂ\x11 1Kɱ•± G0Ž4 "
b"VÀ_x¢ÚDЧÀC\f „r\x15 ¾ "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"""
WUÇ.c¨K\x08 «È|En\n
µß
"""
b"W‰¬\x10 qòNP®¶2jØ£¬\x01 "
b"X\x1F Jˆï½K(’+Éì´Fý\t "
b"X/O wbJ?–\x18 Gu¿‘\x17 c "
b"X:6Ü·cG€‹>:`є֎ "
b"XoÍí\f ØM³únÁÐ\x11 _K" "
b"X€Eþ\JLGªu‰ÛwDœì "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"Y\x04 ü\x12 î<Cë˜óƒö”\x03 Zn "
b"Y\x1C /\x15 é4ATœÊÂî’ó3} "
b"Y!┐\x05 H█D\x14 ×é\x19 ¿║HFÉ "
b"Y$‗µ║ûOJüغêv\x18 ┘Ï "
b"Yr^Ï2ıMÉø┘ÅÅ\f Ã8┬ "
b"Y}i0HëOßûÅt \v #\x1A\x1C "
b"YÖ │s\e H\x1F ü»h■Ûƒ\x04  "
b"Y™à(àUDØ¿ÁÍ‹\x1A “Œ— "
b"Yµïi@GI\x14 ¼»Ü³B†\x12 ž "
b"Z\v —(*‘B\x19 »M`g·¢é\x00 "
b"ZD^ \t ÖJqœeìë\x16 >q "
b"ZŸY5p\x04 N臟@·COpÑ "
b"Zñ_ZôoD«Ø\x01 ä\x12 [Ü\v > "
b"Z²î6µÄJÄ›\x10 áT¬•`¿ "
b"Z¹Q\x19 ó\x01 D¿‹ÈÒÄØ©\r å "
b"[ŒŸ\x18\x1E F™”#·Ú@Ó)K "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"[þ;×ÿ┤J'ûàê\x0E -É\v F "
b"""
\\x1A \n
\x01 òG\v ¶bÛGgFŽ6
"""
b"\&6\x0F sšG\x19 ‰‡X.}l\f < "
b"""
\0\x1C \n
>HD3 ÎûÃꢘ®
"""
b"\ZaéR`H^”û4gŠ„î_ "
b"\nN¸S■J╚£æëò╗ìô▄ "
b"\Œ»z³ÒI“¤§EE7TåÚ "
b"\¹9\v †ˆG.¼\x0F sP\x15 ³++ "
b"\─f»\x17 ¨C1É\x1F ■lÚN!ÿ "
b"]DóDöîK\x08 ØMå\x05\x14 ¸y) "
b"]p»¶`7B„™XÂòº¢ÿ« "
b"]Í6\x1E æÇCh‹-åc–ô±+ "
b"]ÐëT0RE+«Þ!Bš÷;¼ "
b"^ƒ\x13 l.AEm¹îTM¯ÑËç "
b"""
_\n
\n
o*áC®Ø│&Î}è─g
"""
b"_]¡è…²Kt—\v M\x15 ð/\x15 ò "
b"_t╬\x1C yØDXòÇêÊÙÀq° "
b"_ŽQYˆÈA舴TÌKóVâ "
b"`\x00 go\e\e CËÜîÉ\x0F\x16 0ô0 "
b"`\x13 ×¥¢‡@0µ\x06 ¦õ$\x07\x11 § "
b"`9Í€ulJ ›-ƒ‹zÍ\x19 0 "
b"`u[|\x07 iLÇü╬ïqºò³H "
b"`}ý浂Hê®\x1F ôFKƒ–\f "
b"`└§_\x7F ìOÖø\x03 ÐFËÃ-ú "
b"`øï¸R(H‡˜AH¾¸à\x08 Æ "
b"`þ1\x15\x12 ’MpµH:xY~º\x07 "
b"a\x1E ò*,¢M─É'!?╝©‗p "
b"a&4LÈyBƒŽ6Fä“ÏãÓ "
b"a‰ƒSÊYM\x06 ·ÎxÕ²0® "
b"aã÷sÒ+JJ±B\r xá~ê\x15 "
b"a¸¨OrÒA8│Ø"äƒâ&a "
b"""
bœˆÇ@\x08 Nø«Œ\n
«d[”$
"""
b"cT*ùM&MŒ¸ïeèÝq\x17 ò "
b"cÌÅ╬0Ð@Óü¢lZ`²ÙQ "
b"d\x19 ¾^ÄOåŽÒ‚~ä\x0E Å\x01 "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"dÕo´RËDüùOä┤╣é\x0F w "
b"døNútïF÷¬K^@\x00 B‹Q "
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"e|š¶JIOàše\x00\x16 ï\x0F\e Ì "
b"eÖ\t ãMmJ)ìÇ8ÚbPú\x12 "
b"eÎÌ!¸5FܻҞÜ\x13\x17 •0 "
b"f@7Æ\x16 -H“ˆJE\r Íc©U "
b"fæOÓP\M[¥ò|zlÇÉÉ "
b"fÁË?a!J\x13 å¬Ö\x1F É\x04 AK "
b"fÒ˜¬è>M¼ŠŽ\x1E @·õ° "
b"gé\x00 9ÅcGpî-Þ\x7F 3Ö%> "
b"gØþWíNE6ÄJÈ1Ü┘Oä "
b"h¶Quý\x17 Gl’Ê*ÒqCÌ "
b"h %│~CäÅÉ│Åı▄æ{ "
b"i\x01\f\x03 ªðMÙ¹\x05 Á:XÓÿ† "
b"i\x17 ¡«8ÀF[¿$CíÝg¤÷ "
b"i\x1C X└\x0E ƒL\x11 ø╚9[eðPØ "
b"iB:Ö%\x1A Iš´\x7F ÍÄ\x18 <G‹ "
b"iù/&‗7IïÄüuGËÀ¾K "
b"iÞAµ/€F‰ŽàÖaÜhg' "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"""
jT╣ÏãÖA\n
Å\,µp\x08 °U
"""
b"jxôz;\f LÉç\x06 ¦¢»\x12 `¹ "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"l\x04 KÚ^o@DÅNª\x1A ¶ÎòÇ "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"lwð" ãC\x18 ¨¿°HŸÕ3$ "
b"l└Ïq+VIü©dE¢╦¯` "
b"m\x1C &eõ6G¢¤¢UÌ\Ú´À "
b"m&\r pEÃHʾ\x04 Ëms¦\x01 h "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"""
n\x07\x11 &¥ÝH<\n
\x02\x12 &IjÇ
"""
b"n\x16 Nÿã/G¦‹ÆKHZéL\r "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"oj\f\x17\x0E ÒA—€\x03\x0F Äg ,ß "
b"osž®‘fJO¡ðL\e QÁHm "
b"o™´Ö\x03 ¸M\‘gf\x19 ™p\x07 ~ "
b"o×o³m_C\x02 ä\e ░É\x00 q¥\x07 "
b"oêêÑêûL×´õÝó×ãI‹ "
b"pj/´=@Dëª$ÝK‹+± "
b"r`IAs{A\r št^K\x17 ˆ÷Ù "
b"rw9ìå\x06 D¨ó$\x04 ƒ%xèñ "
b"rzG4%DAÞÅ\x15 ¡╬o╚▓â "
b"r…<–qíI!£\x17 ¾À\x14 HÏ "
b"s‚zÂaTIf¸þöЙ\x12 úé "
b"sß\x07 ªñ'G̸ͼáyå\x06 @ "
b"""
tw\x19 P'èOÅ‹·©\n
¨ÛîÁ
"""
b"twµ9-‚E;žk_Œä0Íû "
b"tÃ̪ušA'—¨o±î0ã "
b"u\x05 —G‰ÞC*º•\x1E ˜6ð\x18 g "
b"u\t …™´FG†§…hBûÁññ "
b"u(vA=6@>¦Ù…›L\\x05 f "
b"ucsìçRBùsŒ\x08 L;ªw "
b"ut±ûWôK¯L>]Êâ‚\v "
b"uøW-¯(F*‹::\x1C\x1C o\x7F › "
b"uÿìÄyÛMr¡Ä[\t\x12 ÈwL "
b"""
v\n
\x10 ‡ØýNù‘¨š8ÒNý…
"""
b"v*ž‹\t üHôŠ.\x01 •fþQž "
b"v`DlÊoB=¹æ}±Rµ\x1E Á "
b"vçÂɾ¶Jéç ¿\x01\x1E\x05 ╗V "
b"v¥2¿î─Iö╝qüi\x10\x1A U$ "
b"v²}╗\v ÆLÌ│üÅûcñAt "
b"w¸hš¯8D¸¶¶Hq=w&à "
b"wþE)a{@’›\x00\x18 NëULF "
b"x‚iG[ùL,£ÐE’\x15 vÙv "
b"x†¾\x17 nŸNž´L7Ò/ñ\x10 © "
b"xíýz┐MASïÆàì▒æ)n "
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"y¦ÄQ!\f LAü¿p)Ùƒ`» "
b"z[³vÎhJ¿¡µ`¯\x11 ´ÇÓ "
b"z®÷ÊËlAU´LËOª9µ¤ "
b"zàƒÕ´¿JÍ¿ÇÌÐÉ/þ* "
b"zãk/Y³E‘¾MµQ\x11 ÓÝp "
b"z \x1A y&RAÛó\x03 ┐¦▀_ÆÅ "
b"{\x15 Ô‰IáLŠ»u\x03 ôCð_ö "
b"{H\x18 »ŸšI\t ¸÷ºyý.JÈ "
b"{Xo‡\t $Oñ«\x13 z\v ÕžDb "
b"{[rC9\x01 M1½yÂüaÁûŠ "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"{äâãcDL¸¼íQì®\f ¼Æ "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"|Ó\f ·‘ÒBú¶¼-\f #8hÉ "
b"}8lÅÊAL[▒║\v ò¶¨.Æ "
b"}9µ÷▄\x1D KÉ░Ví0*Ù}\x0E "
b"}r…¦\x0E µD)½¶‡ŸÍÌ\x06 ¸ "
b"}–\x02\x1D †„N4·-é#dPUA "
b"~XÊo\x18 …H\x04 ƒ¶Ð\x04 úäÒ\x0F "
b"~|\x19 $[\r @*«É~|¾W\x07\x1C "
b"\x7F &ŸÜ$ÈF\x08 °P`ßD•C\x1F "
b"\x7F 9\x03 †0bKĉJó¯æ'a_ "
b"\x7F ³o8Ò¬L²ž\x18 i“E·ä "
b"\x7F ¸'¯>\x08 L\x15 º\x00 4„t\x14\x04\x16 "
b"\x7F ëíK\r LH\x18 ŠK\x19 Í\x1E ±Á— "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"\x7F øùS\x0F ú@(„ââÑ‘aoœ "
b"€\x01\x19 »\x0E ÈO†k—oLðÍZ "
b"€’OLmºC\x0F –Ê\x1D ¨ò'h} "
b"ÇÌ»╩ÊçAÔüú«Ñ>_\x13 µ "
b"€äI^?îB·Œ£Üyúk É "
b"üWìÃCÏJcâÉ\x1D \j`_ù "
b"üXô·StCî¡-M\t ╬vÛP "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"éA\x18 {\x05 xDüçxiãiAY╔ "
b"‚Ru|E<JŠ—TÍôb·\x11 ¯ "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"éZÒYßüD9ó¹~=ïA¿Ð "
b"éÜæ╬»ÎM´░cûs¿RØõ "
b"ƒ¯¢Õ6xN§¹kÖÓý~Or "
b"„\x10\x01\x02 Lw@¾7¾qúoœ¨ "
b"„\e j^Mï@_ŒÏüÚdn ê "
b"„Jà]¤ŸAç¨é©©µSòÿ "
b"„Wwøª\f ER¼Ó’ji\x01 ú\r "
b"ä~Ã▓┘¢OXó┴¹▀ì5kD "
b"…\x0F ®S7\v M}¦\r £\r ÷Dܼ "
b"àY\x15 ÅÙ`G╗ëK┤GýîK╣ "
b"…‡¨ê_CI,¸/ÀÄã\x13 jŠ "
b"…¡ôh>æF‡s”=¼\x17\x1A "
b"…ÿ)êO\x05 Js‰iaW-𲘠"
b"†I\x00 «~ÊA\x1C ’£(V[<\x01 é "
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"†L5VúJ޺僜Aá( "
b"†Ø\x1C hc\x12 B~–Xë¹?Ú“ü "
b"‡M-\x16 ‚CJ·Š2b\f °ó‡\x06 "
b"‡{·˜ÒìFŸŸûFIBBáZ "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"‡Ë\x0E\x0E ÔßAÜšç.ÆUAcD "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"ˆSì"D)F¥‹1qœÁ»ªf "
b"ˆXêˆ \x07 Lk½Ì)Ïv\x1C =ë "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"‰©›\x10 ”\x00 JN³c]‡e\x11 ™X "
b"‰¹D2/(D—¾]éz\x01 ”‰Á "
b"‰ËBcJ4J¯ïò`‹\e ÃÎ "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"Љs\f ÍHDô²‰Ršë(\x17 ´ "
b"о£)Ý…E›«\f ±¼åô\x01 £ "
b"Šýœ%z•OMžU\v Î×õ G "
b"Šÿ¥b|ˆA=’©g˜;\x08 b\x0E "
b"‹^~€íÌDÏ—³Z\x02 2AÃ< "
b"‹Ç,‰uöK/¤Œ!¶ÑO‚« "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"Œ\x1C áC\\f F=™Jpº4Ìe‚ "
b"Œ_\x1D òNJD§åøÑºž¦Þ "
b"îèòGEð@ÎÅa╗M\t\x16 Ã■ "
b"î┌5ºEsDF║ìË\ÂíÚ╚ "
b"ìWÖð¢\x03 E\x1D ô²g\x16 Ѭ,\t "
b"ìrqÓ7┌K\x12 í²\x11 ÒÕR&\x08 "
b"ìá7®ÓWF┐ç@jCº5ÿt "
b"Ž\x15 V4UHK\x04 ·–ž’(\t T "
b"Ž\x1A šûƒ2Fž†Üz´ødÈx "
b"Ž\e ÒŸy AÞ’•\x11 ¾>\x07 ·% "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"ÄDÈT"kD╠¬F\t d.tüT "
b"ÄZGï╦8A┐®\x08 _─ııÅG "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"ŽÒ\x11 åŽÒJ͆ç°D¿¸6` "
b"ŽøÂ\x13 •ŸO`¬¤v޵àn» "
b"Å'áõeÈKv®^ÔÔ?ß▄Z "
b"ÅÉ\x08 !\x19 QEHÄ╬¸.ÇF\x13 â "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"É.Z«°\x07 D»ä×á╣═̸? "
b"É5ó╣ÂÐH\x1C üºç²GÛH└ "
b"ÉE¶ú><BÙ╝┘Å\x0E [█DG "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"‘\x15 ÃiÒ¼KԜؽrC`¹5 "
b"æü§°\x11 Ä@rû \x00\e Ù«ùã "
b"‘Ú”1#ïHv®AFè\x07 ¸‰Ü "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"‘þÓðÿ{Bþ¤‘>£Æd8² "
b"’\x03 âQû\t Iͨ\x00 3\x1D ¬;§Ô "
b"ÆÉ'▓‗\t AlñØË\x13 W=>X "
b"""
’Ë\n
yèbG¾½ÆäÄÒ\v g\n
"""
b"ôìµ\x1F à#E\x1C ®åZı\x19 T╣\x13 "
b"“˜—ˆ6SHy¨¬9h\x17 -'± "
b"ô╦e´íkJ{èüÉdOµÀE "
b"”'î\x7F ÛÊJž¼\x1F\f âïäW; "
b"•USœƒ\x19 Dr–QáÍ\x18\x17\x1A ¾ "
b"•îJ_«{E÷žKærm‰} "
b"–<2b%íI\x13 ¼¢\x03\x0F |çŽë "
b"–SÒ¨”jLI»²–V& "
b"–Û_sû©GT£×ß"}’¡\x12 "
b"–á>Ù\x01 2GYŒ\x15\f QW<©¯ "
b"ûþ▀øz┬AǽÅ╠bØGPR "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"—6Áå¶%DQœE]x@ö¹Œ "
b"—Ï$àq‰FŸž«×+n<“. "
b"—ãôð+¥B\e ¾‰ª%«%¤s "
b"˜½Æ@œjBß ¢ûh†-{Ž "
b"™Yà5ìÒCyžj°\x1F ŸÏÅÊ "
b"™¥”ä„|H‡±¼¸#þ\x17 L‚ "
b"™ãc&Ð_Où¢&·Å¾ìp/ "
b"š\e !õ2ŸI©“òùÅ\x03 V”¦ "
b"š\x1E <!¹ªK\x02 “¾ùǺ› Š "
b"šˆM7X#F?‡"•„$\r\r ý "
b"› \t ØQ“A\x11 ¶–ˆ\x01\x7F ºÔ| "
b"øÍÆH\x15 ÉF¥Ç\x04 ~é'╬d½ "
b"›ð‚¦‘¤IU•‰d@Å\x0E •? "
b"""
£╔Ú░ËÉA´×)ê\n
ìÑ╗╔
"""
b"Øq¯ép&@╚▓└BL\x10 MÓ\x08 "
b"Øt§^GÉ@¨â«; @ƒ¾░ "
b"Ø╚{R£nM«ÿu▓K╣AY\x18 "
b"ØÊLê(┼N!é_=bÙ■«w "
b"ØÓµf\x10 5Cªü╩¹╔½)Úû "
b"ØþøñY▄D\x06 ╝~¿\r ╔ªWs "
b"Ø÷<îsÊLÝ┤█^▀■î\x01 ö "
b"žE³’-I’½4\x03 …¶ÂeÝ "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"ž£Ü÷u\x00 O!ñzø\x1A , "
b"×╣bBÕüA\t ó_\x18 ┐ùKóR "
b"žÖw\t uôBJ¯í«2][\x16 ¬ "
b"Ÿ,´¿7ŸE\x15 ‘–€:ªNPß "
b"ƒ8éFI▄L\x13 ó4¶Ó\Å3F "
b"ƒ<\x19 ▄¤\x01 H▀Á`ÂlŤï8 "
b"""
Ÿ—Ì\n
·žNU·âQ\v ™,fÂ
"""
b"Ÿš\x1A ÛXqNCš\x1C ½VˆØØ¢ "
b" \x1E Ç7´\BæšÁÊ_ëÒF_ "
b" ì$ÔfH0µñÕÂ!çÚÀ "
b"¡\x1A ü\x04 ©uH1‚ˇ\x07 O“û\x03 "
b"""
¡;*ÈåêAH€í[O‹\n
ÿ\x10
"""
b"¡›ø7_¢AmŸ5LÜØ\x19 ý\x1A "
b"""
í´\n
5mSKeê│\x17\x1A GÉi·
"""
b"¢Cj¤PoBû³p9˜Åœ¦Æ "
b"ózÉÉR\Fv┐¯|?(:&o "
b"¢ÞÊ=cÈ@R‘3\x00 »ðrÖ\x13 "
b"ú=│Ø░>M─ê\x08 <ò\x1A\x7F ╗R "
b"£|ñiWÝAe–\x18 &³-¤á± "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"¥=·©•£D«¥GqX‹÷\x07 B "
b"¥¨øõF˜G6¥²9÷œº][ "
b"¥ïÒ…ÿùKÜ®•\x1E {01Áæ "
b"¦\t R€:ŽC…ºœ,yÆÎåÉ "
b"ªZßı±gL*׺"┼»Xìí "
b"¦€äSjŒBÊœqöÛ7\x12 ¯¤ "
b"º2¦ïºªMÐô\x18 ╬VvèØz "
b"§C=I[ýN‡ŠŠ\x06 j=rIb "
b"¨\x07 ¯c\\x05 CP‰Ö'Y™•¿] "
b"¨\x1C £þ\ŒH✳\r }L§©’ "
b"¨,è\x00 r…J–Š\x05 ‘Õbmºý "
b"¨fš „«Nü ·M7}‹+\x01 "
b"¨‡\x1C G‰UOQ«å\x0F\x18 £o%ú "
b"¨Ž¼yÞ\r D´–´¹Þ¼Á?~ "
b"¨¸þ\f\x13\x15 JAŸ\x19 Sç\x01 a\x10 õ "
b"©\x05 =YëýMG²Þk\x13 ¾\x03\x05 "
b"©eS©:õE8ªõ´¼¤6Q! "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"ªaR5î¸Dè²í?\x00 æô‰\x07 "
b"¬Ë\x13\x0E §½@Óì╦8ÐG#h« "
b"«\x12 Œ8€VCî®Ò¼J^š\x05 K "
b"«\\x05 €Ãµ@ë‡è½’\x06 f"æ "
b"½«Ò┬┼GI¹ƒÁP\x00 XÉ\x07 1 "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"¬)\x15 ô‘i@‚ŸMKâ1Vq\x7F "
b"¬-O.ÙxLt¼ÊGgé\r Ä7 "
b"¬O³§N2H\x1C ¥¹“Ý\x1A &R? "
b"¬gò±±è@`½&;.¤øžQ "
b"\t îoü¬K˜““ñ¬±Kx\x06 "
b"¡LìEÙýAĺ\ýç\x10 ÷Z6 "
b"T˜à£ôHƇpnÔŠ«Nè "
b"U½Èî"O9¯2É\x16 {Ø4b "
b"¸øØv\x06 B´ž'Ê\x02 nˆ>\x06 "
b"ÊôûK\r MОTø/lõÑË "
b"®6@óO®@\t ±,ßß?ÔI² "
b"®c\Ù´òLþ¢z\r ‘öX¥" "
b"®ÝcU¶ž@~š}/þ f" "
b"¯\x17\x1D ›ž±K”ª`Áˆ+´(\v "
b"¯Ž'¦ånK\r ™’•Nâ\e UÐ "
b"¯‘\x1D ž‡VH»¼\x12 ¯†\x05 úóà "
b"¯Ù“¶0N ¯âΗpm;” "
b"»¾O\x1C ÷ìCýÂ\f [ȧJç@ "
b"°5\x1D\x7F ‹EF\x1C ˆB©fàÈ\x18 u "
b"°ÁTliÁIÕ™\x16 :Û¹•$ì "
b"°Þ‚ç¨(M÷«í\x7F Ë¿¤D# "
b"°ì\x14 Ë'wE$¶M\x12 ì\x1E eb* "
b"±$se°\O\f „éAÔЫú{ "
b"±2jk[cKÿ€3¯½Ò&ªj "
b"±ÍÉžAZI‘¹\x13\x18 :ÑoY^ "
b"²\x07 è\r 4ÀG0‹\x06 µþömh\x1D "
b"²ÇÇÝ\—C\x18 ™À\x05 )gF‡\e "
b"²Ó\x0E Ã;*Gð·÷'\x13 Ž\x07 * "
b"²ë\x7F {S\x06 J\x18 ˆÆkpCÃ\x01 "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"³câbF„H½‰ƒMF«LÀ^ "
b"´'–ÂÉøLÛ¢ù\x16 Þ\x12 ›æ\ "
b"´7öln\t N¤°\x1E ¿*‰Ä\x10 … "
b"´xJs\x08 ¬Cc‹\x01\x06 ½\t J†á "
b"´’\x08\f a€E—º\x10\x10 ™*« s "
b"´§œÈõ‡M¦²\x02 é˜\x1C L·T "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"µ*7ôVuG4†ƒËP×°I\x17 "
b"µZ—v\x1F GL\v ¥\x03 ‘œ3ïó "
b"Áì²┌$¥@}£$ãfm»█Ó "
b"ÁáD\x1A Ò N¸ÿ9ÔÉ!Këß "
b"¶\x04 ã̤\x0E D«¹\x01 SF£Ó{‚ "
b"¶\x16 bUñ4E¼žrÖ\x1A 8û«» "
b"¶‘>¹èÛG%±]Ã\x06 0œŒp "
b"À\x10 ã\x0E bI`üø└╠V®g& "
b"""
·w{M×)MQŠãÙÅÆ@\n
-
"""
b"¸\x1C »…ê×Lµ€Ç\x1C ¨¥šˆ "
b"¸ŸÇi¿<Ey™¡ï¡QRrÜ "
b"¸öóNÿÀG;šçd=ÈœƒT "
b"╣\x0F\x17 W'¿H Å\\x17 ÚîFÛ\x01 "
b"¹:§Ê\x1F hBu–\x04 eÔ\x05 ÷Ñ× "
b"¹B‚ð\x1F\x0F M‹ªd5$¼EJ{ "
b"¹Ó—ÇIGE½–\x1C B›?„\x1D\x12 "
b"¹àÜ‚€ÀMá‹£€“[SmÊ "
b"║\x1C ‗¯JèH\x17 Ö;n|=ÊìÊ "
b"ºFX¨ŽóB†¶=‹&ó¨Þ+ "
b"║df!ü\x17 Bûì\r \x17\x7F V-¹╔ "
b"ºoC\x05 ´\x11 B´´ñR\x13 H¬Zª "
b"ºÍóý¸±Gê‡íÝjÈMÝ\x03 "
b"ºø"^ƒdMO©;u\x1F -\x01 ñ "
b"»*Î;·ÃIùœf\x1E !¼(.E "
b"»:o‚úÇEŸ‰³\x12 |ƒªÃ¯ "
b"»ƒRóšÊC¼¦»´õ•¦ 1 "
b"»¯£e3_O6½3s·Ÿ$g» "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"¼iB¯%/C]£«0ȧ#‹Î "
b"½£Ã\x10 +F´‡76ðl\x12 Íó "
b"½§4e‡rE\e ¨&)Ö¨\x06\x1C ì "
b"¾]4syMFú»)±\v ÞzÖ˜ "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"¿ßU:ä¶B^‡„‘\x07 *©ÒÞ "
b"┐ÚcÉ─}H\x07 áÒ├ßî┴³╠ "
b"ÀQY\r ŠòI=–yíü8ƒ"› "
b"ÀVB…¯GM$µÎmác\r €% "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"Á3Ф®^K= ÅB̧\x14 ¤É "
b"Át„¶œšAj¯ò™7Úgö’ "
b"Áš4€ñ°Eb‹ßT`q\x08 Òq "
b"┬\x08 üm»┌H¼©øéų▒Q@ "
b"Â\x1D &0…DGä´¿§Ú’+—Z "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"Â<Òý 5F\f \x12 eÄ—‘ì\x16 "
b"ÂU|í^¯F¯‹ªàs$ƒ\r ¢ "
b"┬Çí┬║_L▒ôk?ï:}Ø\x7F "
b"ÃpúüØH@m¢wÉK³]d´ "
b"Ö†h…9Kï—ò.;¾óS˜ "
b"ç(?‡…Ea§6ƒ-NCÏ\x15 "
b"ÄPÂòû©Eå¢L†á®(\x17 # "
b"Ä]än¾\x07 AÓ‰¨´Â\x1F &¦ˆ "
b"ÄdCãrfC\x14 ¶Dºø‡BtÑ "
b"Äl!Fª7Jm§\x11 yÀ·\x0E r' "
b"Äúm6u™Lí»¯t±¬ÓÒo "
b"ÅLÒGÈÖHN‹Úž›x\x13\x12 · "
b"ÅWŠ¥?‰KQ¼<9¬çThÑ "
b"Å®*?ëDJ|·\x08 G±V\x1A ^\x1A "
b"ÅÃÓ\v µoL丙G>PÌv. "
b"ÅÛéŒü³M:µØšÓõú¨Ž "
b"Åî3ªO\x04 GÚ¥Ò\x00 ï\x0E _.ï "
b"Åò6ú\x19 ñE?´õO‘\x07 oß "
b"Æ\x14 ÎrçOO¼‹œ‰žÞ—~É "
b"Æ7<“\x10 vGa‚\x17 ^i¨¨x "
b"ÆC\t öÐÙCè¡¼èø¿ŠjF "
b"""
ÆÂ<»\!Ob°Â\x14 jk\n
¥`
"""
b"ÆÔàV\t iHWˆ$ùGçeèa "
b"Ã\f ┐▀óHAfØ_Aæ‗B>³ "
b"ÇEÈP©¯@=°÷Ri0¸ž3 "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"Çá¬âV®H\x1E Qü×KÛ{ "
b"""
È\x03 ¤ÅÔŽO\n
‰ý\x18\t\x0F •Uß
"""
b"È&0†BÍBî¾±µÂ6jMù "
b"È]GƉ\f K´‡lºÑ…8s\x13 "
b"Èr\x0E píŽAзù雌¨Ll "
b"ÈsǼ‘ùFz‡]ôÁ\x18 ˆä\x1A "
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"╔Åð¶±\x05 Büíµõí Iåî "
b"╩\x08 £▒#hJÚÉpê╩{_│® "
b"Ê\x10 BRxŸMã¾J¨SnÇ)\x12 "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"╩\x1E ïùG$K{║¯¥,)ü╦w "
b"╩+ZÝvYKØñ8\t 9╔¢;. "
b"ÊN€]w<A»¬¯ 5\x7F RŠÆ "
b"ʤ’ßl«H\x15 \x11 $£Â¡›š "
b"ÊÎVß·@D\x12 –ß/#”bÊó "
b"ÊÏ\x10 'o±F\x11 ½CÒ·ô(ª "
b"Êòê\x1C Ä\x12 Ná¨2—?÷[¾¯ "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"˼¬Áº\t Ež½Ü\x11\x15 ÿ\e g] "
b"╦├;É÷EN¶ïßıöDÌ9ù "
b"ÌL(ìHY@ü¿\x14 y…£Äšž "
b"ÌN\x19 7åD.»¸±ÅžT\x0F Z "
b"̨“V×\e DÛ‹‹Á³\e\x18\x03 ¥ "
b"╠õ╚█┤`K3óØz├\x7F q»£ "
b"Íx¡š¹×EÉ•\x18 V\x0F ÎÆ¯õ "
b"═ùoY┤ßLØ¿\r Ö-Mõ 8 "
b"╬\x02 Æÿ?\f E7íÂß├\x13 Ø\Ù "
b"Î`À1=ŸA\x0F ‘±ˆy\v e\e u "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"οßûà\x1E LÝ£Žv\x13 8zù\x11 "
b"""
¤\x1E ¤ì´NL2á>ÿ├\x7F \n
ò
"""
b"¤@·|┘iExøÅW1║`─# "
b"ÏQå-ð\x05 E^¼H¹\x04 °½‚š "
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"ϸÀŒ\x08 =Dÿ»`:\e ,k÷º "
b"Ð\x1E ÷i§NH¬’¤I¢ê»Ôj "
b"Ð$\x1C S_=H™¾€²™\x06 ¥\x14 æ "
b"Ð=¦³þË@ã…õd³Y9Ë\x03 "
b"Ðw¤·înF\x17 €}\x01 ¦½àV¥ "
b"ЂyBÜ‚O&•7\x05 iU/›9 "
b"ÐëLàØ■@&╗æ\x13 ┴Øèt¬ "
b"ѧdù¬ÃMuŒ¡gY@ÜæF "
b"Ñ›‘Ò=L]‘.›ÿG“+> "
b"ÑëÊPb%@€¡Š€œ«JŠ_ "
b"о+ìÂ╬Ij©ä§þ│\x7F\x7F ) "
b"Ñþò<ÈŸAܼȟtX/ôË "
b"Ò,;ŽJÅC³ \x1C ÃÞ.ÒeÎ "
b"""
Òž\v \n
\x1C\x11 F¯½öâaÃ04m
"""
b"ʽDf#fIêø®\t GôÍüu "
b"Ó(Ìe¿¾Jʵñ#-ÉuÓ\x0F "
b"ÓJsðV³MΪ{\x03 ks.ÎÌ "
b"ÓR\x1F xø…F+µ\x11 šI>ó&° "
b"Ón\x08 ]+òI;ˆ\x13 —8>Ÿ‰ê "
b"ËöüÄXûAö¢\x19 ±`2ùø▄ "
b"Ô\x17 Ž|yöBÙ\x07 O\x7F ôÒ "
b"Èa¸P}9F\x13 ½\f ÉB\v ,┐¥ "
b"ÕQ\x0E %\x15 sIæ“d¬War¶“ "
b"ı¨sYÙÓBÀçG\x12\t\x1F àÉ\x1C "
b"Ö5ò¾®YD.¡\x02 Ap_é\x1E ‡ "
b"ÖS§šPãAwº˜P\x19 •Ãä_ "
b"ÖëT \x02 ¯K\x1C ƒ;\e Ç–KG\e "
b"×aCRá*IÏë\x1E t;;\x04 $ "
b"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ù\x08 dy\x01 ÎL±šï]Ès°é} "
b"Ù\x12 Œ¼\x1C 'BˆŒ)\x1D U’›…¯ "
b"ÙJ÷åUòMÈŽ$´\x0E 3Ay¶ "
b"""
Ùt©‚\r ìD<ˆ+\n
\x1C øXüo
"""
b"┘ÛÖ▒§ÒKGÅÈ̹ªfYÍ "
b"Ú\f èçöpO^¾OõóFÕÎ’ "
b"Ú\x10\x0E ':FM\š™±\x10 ¦±T\x07 "
b"Ú6?QWÉD\x14 „Ê·UË\x0F §W "
b"┌Ô;ØÅ\MXì┴Ç\x03 Hj#ï "
b"ÛcJk\x08 †Gû—[\x1F m\x03 ¦ðà "
b"Û‘ÖR8¥Gº“ù]©½ª\x19 S "
b"Û»Çü–¿G©¥Î˜°7ñÄÊ "
b"ÛÓyðå(DX‚ú¢¸\x08 ÒÓj "
b"""
█·d*éjMèèì^\n
■Ýõ│
"""
b"Ü\x15 —\e 2ˆE`·å¢¹»”]\x10 "
b"▄6-^ÀLGiÉÐ═8ð╚\x12\x17 "
b"▄;É«\x0E "H#û/[år88ê "
b"▄Y¸8│øLèüÁO\x17 S█½▒ "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"Üf\x13 ¤OqAa‹FÁ)cT4\x0E "
b"Ü¥ð~‹^Já‰C5»éÑg] "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"Ý\x12 Ïʨ“B¼¡P¾\x1F Ý Üµ "
b"Ý1”Sæ\x10 Kÿ¯S6•à‚ªÞ "
b"ÝW’\x03 )aCØŸ4ê%·o«z "
b"Ýn\x10 (íÄH\v †a}.³‹_Ý "
b"Þ\v z‚O÷@¼“Tq˜'4Ð "
b"Þ9'ÇBëIЮŠS(¶×æç "
b"Þ[¤‹@©F@…Á¡ÕL*,¼ "
b"Þ]눧|Bʼn\L\x1C ¿Ì(É "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"ß•Xþ ÍE\x17 ’4\x1C î•\x01 Ðà "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"àUâc^\x18 BVŸšA_0\r U´ "
b"àu\²¶äFG¢‡’N™>ðŒ "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"""
àý\r\n
„šN\x05 €\v M‰šø\t 1
"""
b"á\x16 ò¥¤›OÛ©6N\x00 «a ý "
b"""
ßçðeXûI¸Øã░▒¹\n
╠d
"""
b"á—ƒŒŽËGÊ¿,\x12 ¶j\x18 ·Í "
b"á«Úô¨AEr6K˜Í\x18\x11 "
b"Ô_\x02\x1D V\x1F M■£¥n\x0F N\x17 ìå "
b"""
âkôú+N@á‰Ù\n
\x13 RŸ\x18 °
"""
b"ãnd§8¶F%‰¶`)“cîÔ "
b"Òóe▓þäEwÉ;m\x1E ?Sû╔ "
b"""
ã²B\n
8·CY¦‘F©Ž\x12 Xø
"""
b"ã½lÜCUBh¥œèKBþR\x0F "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"ãð×\x1D â†C¥³ûlA\x0E uË) "
b"ä\x04 ûè“¡G÷®à• "WÛ\x17 "
b"ä%¿±-ÇGi„Ö·”“ü=\x1C "
b"ä[ĺ;ÚAy¥¯éß©1ÀÑ "
b"õ┌´■┼hIÜüOÄe█ùNÔ "
b"äÞ&@©/J\x08 “§¾Å‰¶À\x14 "
b"õ±G\x14 úÔE«ì½ûÌ\x12 £ä┤ "
b"äúˆûhòGÀ¶Îîýµ“\x00 ò "
b"Õ\x10 4#¸\x13 A^┐¬â(µêɺ "
b"ÕLø¡pºG¯É┬\x06 íM▄. "
b"å¥"àÐXAœŽÿˆ\x12 ‹´1ó "
b"""
åÍ('\n
êJw•Å;t09c¢
"""
b"æ\v 3š—$EO¤S\x1A ]¢oCž "
b"æl8&^ØM\x15 ¿\x16 “Ñ“;>ö "
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"æçüt‹\x19 E“—kí²‘\x17 ‘ž "
b"çdýÃE„Bp˜ý§\x17 ›¸J• "
b"þ¯ã!g▀Oå┐ñäØÑ u "
b"è0(7\x17 ·CT®xß\x7F ¯ËÓÅ "
b"è<\S¦ÀOÛ¿71Ó×\x14 C\x04 "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"訬ô¼¦L\x0F ¬.¼<?$?? "
b"èÀ,!'KGt“O9¦õîÆ1 "
b"ÞıeÍ@|Gcî\x07 :gì3┼L "
b"ét§Ï\ðB\x13 ¬é¿…¬ª\x1E [ "
b"êŠÿ\x16 Ê8K‰šD\x04 VyLÛ\x17 "
b"Û┬¥LAHL±ü6±¢╣\x19 ¿┘ "
b"êîͶóIí¨ì'€Ui\x1D "
b"êðBí`WEb“¾Ÿ#y[\x04 ¤ "
b"Ù³uÖA¾Jòì`W@[Ltþ "
b"ìhXí@\x02 C\x02 …†‘¢\x1D t‡Í "
b"ì\x7F ì,\x7F 5G£ŠNc$\x04 „sB "
b"ìÞûó²°EF¯WwÅ™\x0F öm "
b"ìý˜f˜ºJކ€Ìã:a¿t "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"í:Í\x02 –\t G³´tùh0_…l "
b"턵‘‹iN\x0F ©\x1F çR\x11 }\x02 E "
b"í™õƒç>N”»‡hÔ»À¥‰ "
b"¯*ì``\x02 E└û\x11 ,╩Di0± "
b"î· tý\x14 N‹“Á/ÎX\f\x7F L "
b"îÍ{¶™®NÇžLÙùBKç° "
b"¯ý%b▀¸O\x0E âıÀh÷ÞØ┴ "
b"ïx‹ûðF[²)ÖU×ð(‹ "
b"´ÛB▒7dMnÄ\x11 ت{w*Q "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"ðê\x1E &* F‹¤C9êM\t •« "
b"ðù©˜çH@–¦=™tžÕ} "
b"ñqvºø\x7F O⊰@'Úk0% "
b"ñÆ£>\x00 OJ\x03 ¨¿\x02 \r Ýêq: "
b"ñä¥T#ƒF‡”ÀQ\x13 >3TU "
b"ñò\x17 €ÌHL΂ìÍhÛÿ\x07 ¨ "
b"""
òLx»75Dh”\v š\n
Á\x1A\x0F Õ
"""
b"òl6Ûð6L€š=µÛsÿb "
b"ò‡\x05 DÇ?EŒ™›K5ïk\x02 ¿ "
b"‗ëôê\x17 rBgÉ\x06 å"DO\t u "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"‗¹w@$ýG\e ûÒÞf?Å▓z "
b"ó\x0F Òt\x15 C`ƒyÚ÷|×Az "
b"ó’Ó·\v ÚGаn„\x1D ƒ¡ýc "
b"óºó÷c5DÀ»Å>*ù¦K@ "
b"¾═\x12 ;╬ÜK\x18 ü«m└c/!n "
b"¶,▒£üùI{Üjæ¥SK*© "
b"¶-3ñn┴Cüؼ0\x17 ´╬[ß "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"ô|\x11 ú?N@%„ÆÙ†‘ئ\r "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"ô§ÖÆ1Kò‘kß³*\e 8m "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö\x1D Q8ÉpEk›Ò;®íO*¬ "
b"ö/1§v,MÄ´58\x06 [@‰Î "
b"¸\x7F KEù\x05 C\x11 ü~ý╬\_e« "
b"¸¼jU1tE½ô3éî\x12 SØÇ "
b"¸Í!û\r «H(ºÅ Âèeb\x1E "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"°0ç*J╩GÀüÆÂ╔╬\x1D i\x14 "
b"øMù×4~LG©i€HJÖA7 "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"ø€¯Cq3Aª½AÔÝ&\x07 ó "
b"ø‰Î–ê~O5‰Òô¯m‚&\x1F "
b"°îü×júHTü§Á\x19 pd°7 "
b"øç*æ¤ÝD&”‹\x16 ³\x14 ©\x14\x06 "
b"øûV„¤ŽCp™y\x07 ïM*…, "
b"ù\x01 "‹\x19 ÖB€¡j®ÝŸˆ™_ "
b"¨\x08 í_kÆO(Åb#×;_d‗ "
b"¨O\x1D vL¨O³╣³VÅ┼ûªJ "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"·*bDð6@ ë┼└úñì;┼ "
b"ú ¹Æ³^G\x02 †F(Ÿë\x0F ðC "
b"ú¯4-…/EÚ«È\x06 ~RŽau "
b"""
úÁ\x1F .\n
ßJÙ¹3ywèh)y
"""
b"·¶¨¬Å}GoêVN┴\·²\x05 "
b"ûøø†!4L6‡7Ïz%\x07 |\r "
b"ü!+\e ‘þN瀣Ž|h[®• "
b"ücåx…ôE%†©ãzi¥\x13 % "
b"""
²\x1A Ø\n
M¬F╝▓Õ»\t LÅn╬
"""
b"■\x07 \9É,DåúCY®┘Ý£A "
b"þ_PÎ\x07 ¥F[²ùlTö±¨< "
b"■Ø×PÄ\x1E FOÂ\x0F ¨*ÇÁiO "
b"þÁÅÿ\x12 d@€–÷gùN,µ "
b"ÿ Õyþ©JrºXdÁ³\x10 &\x18 "
b" à5\x03 ~:C\x05 ▒Åc\x12 î╝\r w "
b" ═┼üL>O┌ó\x13 v¡Äî8± "
b"ÿã¢4ó\x1A L#ª €~ƒ±*9 "
b"$õÉÓü¡F8ä\x19 0nðÖÁ¯ "
b"²A²\x03 ²àH1†\x13\x18 €Ú\x1C _¹ "
b"\x00\x0E õƒ\e :C\f ‚?ÛšMš‚¤ "
b"\x00 6²ª-%Hf³;¡½\x1D @”£ "
b"\x01 ▀\x04 7ı─E±Ñá{ÛìÙ▒â "
b"""
\x03\x1D ñøF\n
JT¡¦Š†Ù\x12\x07 N
"""
b"\x05\x03 ;$k]Fü¿LóX~©P” "
b"\x05 LУÐ#N^šQ±¹\t €n@ "
b"\x06 %\x1D Ó°É@“•\x1D ¡\x00 ðvÂê "
b"\x08 Önû\x0E ÌHıì*ÌÕ?óðÄ "
b"\v §~\x1E q\x0F E#¡\x01 ðî¿zHâ "
b"\r A¦ËCRMŸ¥]\x17 ýq\x16 ”\x1D "
b"\x0F 6fO\x01 «BÀ´3‡9µ\x1F ò\x05 "
b"\x0F ½:åòhHY´“+æ,§1‘ "
b"\x10 ´eïÉILƒ│Ó81½ãÚG "
b"\x13\x18 \r \t\x06 8G:ŒBhܪmB> "
b"\x13 “ö<gÁO\x13 ¸§\v –\f Jåk "
b"\x13 ╠'´\x18 ■K}åKAü░Çß╣ "
b"\x15 áò*│▄DvûAÌ▒ߨm\x1F "
b"\x17 Cž*GDOi™\x15 ÍšÆÖyã "
b"""
\x17 Ä\n
np\x16 KÔ¡\x13 ev¶«#{
"""
b"#H˜´ KGdzt¹Ì!¯ "
b"$7«u‡\x19 In¶§Û\f „Òá\x0E "
b"$¿ıXƒßD;É┬-¨ìø╝ô "
b"&À}¢Ï)@µ“Ö"˜Á®Ãx "
b")\e «¯Ð3N¯ž[*K)§ey "
b")ð\x1E åFvB£·\x10 Àz\v ×\f ¸ "
b"+¯7®YFM<³™q¥Tô\x0F a "
b"2aðDÅzInƒÏ\x13 ä·\x1D Ú\x14 "
b"35\v ž¾<J`¾\r \x1A y(\x03 l\x18 "
b"3ÕŒÕ$\x08 E‘‰ÂP9ŸïÛï "
b"3ÝjCã¥I'µ\x14 ü¼UlÈ\x17 "
b"49Ç'\e\v K‡¹‘Žä…×8V "
b"64²l\x04 §GŽ“]göÍdÍà "
b"7ˆ?‘\x05 œGŒ‰`\x02\v ë`Ój "
b"9Æq\x07 ╝\x03 E ┐|ÉRP>▀U "
b"<2Énè\x00 NL€„ŒA<PH© "
b"=rɱâ\x06 MUî┌"ı\x1D ysà "
b"=Å[\x11 Ó\f GOÂÝ╩┴´Yòb "
b"=á_Ö“áDÖ›.E&iàÜ\n "
b">\x00 †áÕK\x1A ¥Ò\n cÐJ!û "
b">\x15 ┬°yÅIBÖ$U0a\x03 ;Ò "
b">«i\x12 ®KDy¦Çç\x18 æ«(J "
b">û«X+áCí±\x1F ¸¬˜É—p "
b"?ØÃh\x1C kJ■ü█;Ñ¡eéÔ "
b"@-àô\x7F ¯I\x12 ½\x02 G9îÞ*\x1F "
b"AtA†Q~G…¬V#-ð¼‰C "
b"A±ø/ADHkˆ•±È?q\x07\x00 "
b"EœÓ¨¡bIޕΉÞáÖ\r k "
b"""
Jk\x17 »\n
™O\x04 ³VXñ|¦€‹
"""
b"K\È7MVOu¹›\x19 ½¢Â¥Æ "
b"R?-hQÀN▒ØÎ\x14 Ãp┼╬ü "
b"Syxÿ†¥Fs¤¾ü·[*â\x0F "
b"V·\x17 ■\v CÕ©\x1F É┼"'l┘ "
b"Yë×Õ}ìF°´åèàV¼è‘ "
b"[\f ƒ\x7F !\v LD€,êP´üMÚ "
b"[0Ó\x12 2 H█Å▄]═"P:7 "
b"]¡KИ€E\x19 “lJY³\x15 K} "
b"^f\`ÚÈCj‡ºu\e )\x1A §ó "
b"cÅ;ã…ÝCÖ¯ÔˆÛä1°@ "
b"d% ²ÛCCõ“°×‡bz…n "
b"fÅJƒs█N»╗\x08 ÇÃå!À═ "
b"g/,fù$Dø¸S…@(Äl "
b"g╦*eeçNþ╝m7x╦\x00 ┤ì "
b"ijÇÃ\x11 ÜM\e •4²´ôé\x05 N "
b"jH07èhD)†é\e ŠÜÜþ1 "
b"m\x17 Å´RÓI\x06 ‚H‹\x1F ´ô~¾ "
b"o\x02 1ÆŠ\x03 Jf”\x03 |&Ð)\x03 Ó "
b"o\x02 ╣Yƒ¯Cê»WÅ·┬íFò "
b"o2zÀ\x00 ·@~»(X\n B\x14 ç\v "
b"p╠ÿBÛ"N1Ø\x05 ▓W\x0F 5Uh "
b"qO1{qöN1¡╔├ìÝ\x17 ´Ô "
b"qÈ\x1A ø1TA6ºJ\x01 ˆ˜¶j( "
b"r[{%û¤I§Ž,ƒ›«„D\x1E "
b"r§¯\x04 H\x08 Ka»\x17 gpI\x1D Š\x05 "
b"""
sB5DÎ@I\n
¦àâE›|·É
"""
b"uõl9ÎòKM¨•\v ’\x18 ê¥ô "
b"v\wìÚÙ@ç¿c╝|\x1A\t ▒\x19 "
b"€\x15 ÙXHÇCLjñû´œ6òÌ "
b"‚\t L\x10 Ô¹Ow‚õÞÎ\x0E\x07 `\v "
b"‚¶CeEAB»œWéý\x12 x\x13\x04 "
b"é╣«\x03 ê2KRúEÅ\j);P "
b"…N—GEæL<&\x1F d]û‰© "
b"…¢¸¿O\f A\x07 ƒt×d×/L± "
b"åÔ\x0F :\x16 ÇCÉí6útT\x1D >\x01 "
b"ˆ+áŠÆ¢D&·&On¤Xr© "
b"êì1×n{IØÜ l¦Ûõ\t . "
b"‰b›Ðû J“¯%œKu3=‘ "
b"‰ª–¢ðÊAõ®É+ðž\x17 5E "
b"èü)O█ÅC\v Ö0ótòz\x19 8 "
b"Š‚÷\x7F ¡JCñ€Ò{|öF_° "
b"Šˆ™«~5Gª—Ë܆9_\x15 % "
b"ÉÄ╩ƒ╔&DHï\x08\x0F ┴I¤╬" "
b"æ▀öÜó}M┬Ø╔tZ¤éðh "
b"”×ÔF4øF\x01 —âgbô¸\x12 ^ "
b"”ß3\x00 L\x1E FË–t°€%\x1E %{ "
b"•5\x08 zü\x06 KþµbS<À)\x00 Ž "
b"˜›\x11 ‰É\x19 HØ„2l£ì2‡³ "
b"ÖØ!AÈ4K$ñ`(\x08 £8╠\f "
b"Ö╗;Ñ╬ýMþÖq‗ûìu S "
b"›<ÅFè\x05 MÌ«¡D5aÒ†Ä "
b"""
›x"´å¨L™‘{\n
X\x14 ¤áá
"""
b"£\x0F ¾\x15 *\x02 LÕƒìª\t ■qÃs "
b"£®ü╬R╔D\x13 ┤\x03 l\x1C ╦┤2T "
b"že»ìð Oã·xôŠ#ÚÊÉ "
b"ƒîaB\x1D ~C└Ø)©g×┌Ú░ "
b" ~µ0×tMa—v)Š@XÅÔ "
b"¡U0Ù«ˆFÖ’Üç\x18 ‹G¬Õ "
b"£ê~õqxFe«ºK#—˜=h "
b"¤¨Æ4oY@ÿ´v\x1D -]\t\x19 g "
b"¤ØKyùTE\x00 ©¥¯Ï7MŽ› "
b"ñ┘R³[B±×\x18 ¥H\x11\x06 Å; "
b"¥–<زxB4¤…žê\x03 ìDd "
b"¥õŸ%ñ¶J´â¨˜í‚\x1D ` "
b"¦6Jˆ-–JÛ—!þI›ž€N "
b"ºÅ\x1E ã±╣NÅàÝ&/¯╝\x04 ¬ "
b"©%¿B\x1D MB\x14 §}Ç\x19 ñDíª "
b"®-\x13 ~ÞˆGR“BtÀiÆô& "
b"««uÞ×§MB¡\x07 ÛØ³oKZ "
b"«─àA_ZL¦ì,_┴U¥\x17 ╩ "
b"°d»ÚÖ0E\x15 °çûz˜½Ð– "
b"▓║ò\x1A ├\x1F Azâêï─ÓÅ÷Ñ "
b"³5Ë\x07 î G«¨N¬ÌVaœõ "
b"´Ö‡ˆ£îAÕ´˜^7¼Â\x05 G "
b"ÀÝÐòÅaL╣Ö╗\x19 ©²E}¾ "
b"¸pÂãGŠLu¼1e®|ýŸ\x12 "
b"©óÓ\x11 ÎÒJAäÁÑÓ*ƒÞÉ "
b"º«Ï\x0E ‘\x7F Fw¥ØÛÔ›´À^ "
b"¼ô\x07 0$ÖEm…7˜\x18\x0F }eþ "
b"À\x06 %\e ®œIUµñ]‹OyÕª "
b"À\t\x00 nx÷O#§îäì?øâÈ "
b"┬*\x16 -ô{Eæ╣┐I3Åкü "
b"Ä\x0E Uµ²·Cô»ê2O&½ùK "
b"ãyë´Ñ\x19 JØí:v8ô-%M "
b"╚\x12 é=\x1C =O\x1E ÅD\x05 b\x13 "║õ "
b"""
ȹ°ÈæJ\n
–Rày÷\x1C ÙÛ
"""
b"Èâñ&¶uBñ¿í¶‡&ª†Ý "
b"ÊZ%ÿìlA½‰-%yQ\x01 a‘ "
b"╩Í.ïh´CLº¦╗ÑØû░¼ "
b"Í„ûÂcqIŒ¤\x01\x18 ×ç\x1F Í= "
b"Í•\r ‘³•F«‘Lz\x7F Ô›wœ "
b"Í¿|]ÝTJN‡²Â‚ß°Æ; "
b"ÍÍ™€\x0E B8ŽRE*>ö@` "
b"ðhz§xÚ@1Ö/kõ蝏 "
b"Ñ’iGP‡BݽI\f Ž$ÂXa "
b"ÑÈ9\x05\x13 ©KG»×PŒÁºÒà "
b"Ò¤r(ï\f OCŸæ;\x17 `kš¦ "
b"Õ*/Ì\x05 ‘@\x14 ¾jܨ–Âãf "
b"ͼ^À│╗C<ì1ª:¬×p\x07 "
b"Öû\x08 ÔÖXN\x11 ™(<Ÿ^=м "
b"ÙTÄqÓÉB?©+CêpÄL "
b"┘¡UX>dIÆ¡┴ì\x00 ê¡ÆÃ "
b"Û`+V¹óB#©\x13 Œ9\x14 À\x12 Þ "
b"Ûö\x01\x11 imGÒšüök€€r\x19 "
b"Ü=ºÜÁ\x07 B#«\x18 ó0ü&óº "
b"ܵ¢¬eÏKT’=ôv .)u "
b"""
ÞEŠ\n
ˆ@D\x16 ·FéôÆÙ‘¬
"""
b"Ìõ´\x1D ÉôED╗pà¼þ,Rø "
b"ßYâ£åôB&ØÎf\x13 aãÙ\n "
b"âQï\x03 büKД¿†ÁASGÌ "
b"Ôa\x0F YfÜG¿┤■'²ÌôØ "
b"Òvúì▄╩A-®\x1F YÍÊn╝k "
b"Õ<Éb¦qB\x16 ƒðéôZ─Oö "
b"µ÷\e Ê%FA¢ñN├i█àìæ "
b"èñ˜åLLJ\t ¼\x06 ¯\x1F !æ˜Ø "
b"êò•\x03 ~\x10 D‡ª§\x1C ,æg\x1E g "
b"Ù©¡W%:LýªÅAfK\x15 Ý┼ "
b"ý\x15\x1D m\x00 ºF«É8_á?╠v\x10 "
b"ìÌÃà\x1A\t C‡’ÌÞ\x1C Ø™\r & "
b"ìÓ\x17 DÍÿAÝŽ\v °KŒ\x0E Ÿ\x0F "
b"îf®Q: Cð”3*":ö\x11 , "
b"ð=îó|!Ms‹dSÓrŽA‹ "
b"ðÏ‚é|\x1E B@²×¡1wö\e 4 "
b"ñ\x13 ‚=†ÞIx€\x18 Á±ŠˆIÓ "
b"òéxÀȃO¼‰¤H쵓Ûl "
b"§▒\x1D ┤┐ÉNQíÄ║┼Pñ¼b "
b"ø©¢hÍTDlŽÍâŠ\x19 ýVX "
b"""
ü\n
~\v\v JA‰íõðÝZø\t
"""
b"þ %ÙÛ¦Hºš¹'.vr\x03 2 "
b"?¢J7Ñ!AêÅ_\x02 9&Ò┐( "
b"ƒA█1/A│üø¼m╠hÎ@ "
b"\x01 =¦^sšM¸¨‡³\x7F t©b> "
b"\x02 âºcàL±„Ô:P ð8` "
b"\x05\x14 >¥÷ŠGû \x08 «\x08 ’8F… "
b"\x07 8ì\x06 PåK ›`¦cùµ¤# "
b"\x07 ;®—mûA\x7F ‘Øi\x1F a¡¹k "
b"\r ▓f^ \v Kuå\x14 ╬ÚÞÊÅZ "
b"\x11 ¢Ìz'<A>ì\x1A ╩~_└"█ "
b"\x18 <àaßlC¹ŠU>TZ*¤\v "
b"\x19 ÑQIJ(B0¢LíH\x05 Þ\x07 8 "
b"\x1C\x1D ¶ÚÏÜB§¡ânÔŠŠˆ\x12 "
b"\x1E ÿ╬gEÎATÅ\x16 =═:ÒÄ\f "
b"\x1F °\x1A\x18 ïiM░»PºÐ¨jü« "
b" 1\x1D ┐¼ÊJPÄrç¦╣8É» "
b"!^”\x1C aåGOº:¥\x07 ý¦Ao "
b"!é\x0E\x16 Ø(COíö\x13\x11 ^ï]¾ "
b"!ù┘ãMäC¾║fØìaê9 "
b"#md´`.DÄ’\x13 ÚÔ¸ntË "
b"&;–ˆ©*BÞ‚_¸›<óË "
b"'ÕÆ\x16 ü¸G2‰»ËVÕ?UÚ "
b")\e IÉ\x1E ¿@§˜Î5:’\x16 s# "
b".ÆÉÒZkJR╣§ª\x01 jýð "
b"1\x1C nL}\x1D BÇ“yCï6Ä«ô "
b"3ÿVúá¢L\x12 ²Ê+T\x1C D°Ö "
b"5·A\x07 'ñI\x00 ²\x1C $ÓÇ„‘© "
b"67‗\x00 EûBò¡ÓiØ\f G\x08 8 "
b"9éh~;\x16 C"¼\x00 E\x15 {.*\x18 "
b";\x06 šBî,EE‰?/|—Y”Ý "
b";µ¶ea\Ob¤^º\x07 *Ï×K "
b"<Ñá7FQH¸©ÍþíBÞ.b "
b"<ø‘áL³K\v ¥\x0F Ó‘¢€{w "
b"=+¾¨4\x17 B”ŠsD¶Å\t س "
b"?ÊËè†ÓJÙ²Á\x0F ?Æ\x1F ‚Y "
b"E÷©RñNFŽ®AXi\r ëŽt "
b"I1u\x0F ƒ FP¤±;‘ëŽ÷ü "
b"IA\x10 VhLBòÉ{ðÌ;7╩\x1A "
b"Kˆ/\r åýKòµ\x0E #\x15 DþÂå "
b"LûﮩŠ@\t °\t |«O¸Z6 "
b"Mà—\x10 ;xHj¦[GdÐ\x01 †P "
b"O\x00 Éf\x0F ╬Nó╝P¤gÝÙ¹┐ "
b"QýTÿâö@ð¡¿s\x02 åœôì "
b"""
S\x01 zñ\f \n
@ö–4‘—$T\x15 5
"""
b"SOþ«töD\x1C ©¼ÚŽÊ4ðž "
b"T-YªfUC`¨\v M>Q\x1F Ή "
b"V\x00 ØôV\n @┘Ä┐k)gØ+ý "
b"VU?\e KìKsæ▓siíu£ù "
b"W°\x18 lTwF»†¡>Fú"Ø1 "
b"Xú!Üü"Eo½╣\x03 ð\x17 ÍX± "
b"ZÑ¡îàúI\r ¯óˆ\f œ˜M\x18 "
b"\dE›\x03 ©Fë‘\x02 å›=x&ƒ "
b"\Á\x1E /6ÈFTž_·ï\e\x1E Š€ "
b"]\x19 bØl›FDŒñä¹\r ¥\x06 s "
b"ag\x06\x15 ïDA¦¥è~l2íÅ| "
b"bОÊ#8Ar†"‘ÂXœ2[ "
b"dIùŒê\x16 Fú·\x1F ç©,é©[ "
b"e\v\t ╦f\x7F CCü Y UæAÔ "
b"h)zåbÒO[¡•¦!`\x13 J_ "
b"k”\e\x12 &uD\x7F ˜ °C,·x~ "
b"l&H»Ô]MÞ¬ßÛ¦òP9š "
b"l\Á\x01 ˜\v J^§u¦HZ‘T "
b"l©╗AØiLçé\x1A F¬q┼ïÀ "
b"n▄┴4¼■@¿à╣×ÅÈ\x0F ÃÙ "
b"p±黰EÉŠô)Ê/¹ø "
b"qeµPØ\v N±Ög{¯m+²{ "
b"q╚\x7F oó\x1F CͺÎôì¡Üf┼ "
b"r9eLWœL$ŸÎë|\r .P¡ "
b"rZ"³?¿Dű·›ˆÊØm© "
b"uÝùÚ¤\x00 @ÒºW‹{\x14 þ\x02 * "
b"wwØ\x12 ßKO•‘eâ)¨s\x1A\x08 "
b"wù\x03 ¤1¤IN“´î¼\x17 r\x07 … "
b"yy4b╔ìJ×┐e°├¸=\x13 | "
b"zuˆå1#Að‹ÓX\x1D ‚\v áz "
b"}¨UQJNÓž8·\x02 a\x08 šd "
b"~N¡~B\x1F @'¨\x01 çï;\x06 é‚ "
b"~a\x11 ø\x04 ÖA\x1F –ÿÆ¡Ÿ'ÜŸ "
b"""
ÇT\x02 f┌\n
L?Ø \x1F t`»óx
"""
b"‚\x07 wcì”J°‰\x02 þñœÆ\x19 5 "
b"„a˜~á\L\x00 œr™¦ë'œ™ "
b"Š9hhÇ\v J§€\v ¯Ožë]: "
b"""
ŠM\x1E ‘W9M÷®\x05 \n
´p¥R%
"""
b"èqÓ\x14 @`@\x06 Å■▓╠;;bû "
b"""
ï:cv\x10 üE\n
çÎpC\x7F Ï_┤
"""
b"""
‹Û(ÏMRD÷…–oB\n
Tf˜
"""
b"ŒC\x17 ã¤ïM>¯¡Î€jY&3 "
b"ŒCA\x04 ôqBí¤&\t ø\x7F Õ}J "
b"Ž×I+j‘Dж(\x01 ÿÖí\x01 "
b"É\x14 ┤/ÈäMD┐ð╗¤¤n╝^ "
b"Æm░(¼╦@#ÿÅ\x0F JT\f {▀ "
b"öÉx2Å╬J╠áaÎcXÇ\x12 Ç "
b"•Lß\x1E\v ’G÷°á9Â%ý\\x07 "
b"ù9Ç´½\x07 GØ£c$▒Uuô! "
b"—ÛÊ›AÄB”“\x17 F®¾s‰h "
b"˜ÍXnÍçK\x12 ¶]g\x05 ÂWj! "
b"™\\f ÂaÇI\x10 „Ù7ÎÝœá\x01 "
b"""
Üâ\x1C Îè\x10 KWê\n
\x14 }ì¿T×
"""
b"œï׳O\x12 Dí…¸F\x05 DœZz "
b"žã\x07 ÍdöD\x08 †+ø\x13 ئÆê "
b"ƒÒD▒\x01\x19 JÑôÒü█¹µpv "
b" -\x16 ¸ayF.†!‰\x00 Ù\f \r "
b"áy\x13 `>WL╔ó pÔf!LÉ "
b"íbÉ·%\x10 Líª\x1A ®Â¶¸ð6 "
b"¢‘Pk_ŽKD®•\x04 ”ÌtŒˆ "
b"""
ó▀s¥\t \n
Oþòô╩ü.\t £Ç
"""
b"§\x02\v\x03 á¶Möµ]\x1C l€Í\x06 _ "
b"ºØå/÷\r @»ü\x05\v ÎÀ?=\n "
b"§îlî¤[B}¢& îLZ\x15 î "
b"¨Õ›\x0F ™àBé±ó6\x07 ï‰G_ "
b"©²§fß|Fû‘aRGF\x0E ˆE "
b"ª\x01 ƒŒPïNK£¨e)Üww\x1C "
b"«'€Ž\x05 nE{¯æQtÝŸpž "
b"¼\x1E j\x1F ÉjE÷Ö\x04 #."Yy\x7F "
b"¬^Pj5IEÀ³-W\x05 zk\x1E ; "
b"¯6º\x03 ©ñĄ|½ƒêý*• "
b"°×e\x06 \M\x19 ©nïØ°Íþ½ "
b"▒p6ƒÜdE~ÉôÛ·╔òA¯ "
b"´¦/9UuM¿>B9*eø÷ "
b"¸&ÕþZYGÝ®¦¤¥ü0p+ "
b"©vÔð÷7G'ì╠\x07 f#;■Õ "
b"¼\x06 ôKM.D‹¾Éꯡœh§ "
b"À\x11 äÞ>ýIÀ¤ã\t (\x06 ±\x01\x00 "
b"Ãbõ`϶NK¢’iâPº‡× "
b"─╬ì▒¶¶Ej×{/\x01 `\x02 l╔ "
b"Åí\x01 ÿò\x16 B™¯Á³I¤/\x0E Æ "
b"ÆÓ@NÎÔF²ˆvB\x16 §Ÿt\v "
b"╚┐3\e\x06 pDíØ└9u\zSØ "
b"Ê:Lo"kI\e ™iÛ¸T,lž "
b"╩¶&¼\x1F ½E®\x0E ¬╝┼ÅâÈ "
b"Ì\x12 àùÐòA7»v@ÅpWŸ; "
b"Ì®ÿÅ\f eC\x17 “=–tO\x02 å5 "
b"Íïa€\x1E fC©¿÷\x1E „Û.2/ "
b"ÏW\x1C à=AL\x17 ™þ8Ÿ©^ßh "
b"ðyt┼G┘Dxøe²ô=ÅÓ¼ "
b"ÕÃ&M[ïG¢š1\x18 ªú\x1F\x10 2 "
b"×@µkÊUD¡‹Ž02“*§Ã "
b"Û‰Oü%íM|ª|\x17 Z§0ƒ\x1D "
b"""
Û·Èÿ îDš¡h^é©\n
.s
"""
b"Ý\e Ï\x16 Ï2BÀ‘\x06\x19 ©7¨k\t "
b"ÝÖQ|\x15 Kf½}ð¶u¡>Ö "
b"à2£aN\x03 H6‡K6e)õŸM "
b"çÑ*ßE\x08 Mؽ¤ÂRn›iµ "
b"èZ\x16 ÿ›cBÓ¡\x7F îë<\x06 ¨h "
b"èßõ\x1A jÐI\x1E ¹“ü¯Óª\e ½ "
b"ê\x0F p(\[FE€zî¸çMã³ "
b"ëž\x1E Y˜V@¦™Ü剉¬_P "
b"î14\x12 d‘As‹CÀþ„kß9 "
b"îÜÜÎA\x04 L.¾ö„ÉÕ¶¶ "
b"ï&RßÉèF.…àP,ç¨çT "
b"ïÌåšÊ`Cd¼%fQ†×Þ) "
b"´¦▀ùÐÜM\x00 £o╔Ýx×Å\n "
b"ñ\x05\x06\x1E\x04 »Kè«eŒáw˜µÌ "
b"ñ¥41m5B½³ ’¾ßnP\x17 "
b"óÈm6`eF_¥úÛGbX6 "
b"ô\x1C Œ3\x7F 5O\x12 ¦xYÄc.a "
b"¶¸?²\x01 kFÚì■¼À\x10 3į "
b"÷`M&\x1D ÿJØ™bÏÆ^ûr| "
b"øxÊÈϲOš‹»\x16 ¸š°–Ý "
b"·#■┐üÏAqéæ▀R3\x07 æ╠ "
b"úªÑ Ì_EÏŠß\x10 ®Zá´‹ "
b"üÓ\x11 -·\K¡‡ºž¸ËI”‰ "
b"³▄fåüþFâØ\x13 )╩é¤Âq "
b"ýôÜÁ¥7H¥¤ìª(±Õ5‡ "
b"■ÿã¾ÉÎBO®¯Uü┌\v $^ "
b"þ¦Ô\t ö\x06 C£±\x1F ˜y\x1E\x05\x11 ² "
b"\v Ê█dË\e Hú╣}▒e;î1Å "
b")¯ä\x0E "1G\x05 ¸ã¾Ô%4îŽ "
b"4¡#▒^¢J█ìe|ÛC▀ñ "
b";G)ó_ÞF¸‹å$*ŸŠØ5 "
b"HÏ«ê)3Oä¢\x17 :~¸ð/m "
b"Lö–ŸÞ?GC™Ë=\x11 _\x18 Üò "
b"PQ\x06 ~ȰNäüþX¾PÜ\x14\x08 "
b"YøBùÄ\t I\x1F „mK~ŠïÊ "
b"""
u\x19 }ÉæÎJ\n
╗ØBéú\Ò!
"""
b"v\x19 jåÔ\x03 F`°º\x04 òáþœŸ "
b"\x7F À‡žØôKe¬ïDá¶Ô±ï "
b"ƒ\x12 ¿˜Ô§MÍŠI´\x04 Mw\x12 þ "
b"ç\x12 Ñ"Ú8D~á├\x14 ¾~É╬ñ "
b"É\x1A ªÏÂAC\x0E âò┌Ô\x16 ı! "
b"—ü"†êì@P§\x03 ðú8\r R= "
b"±I4§5“@_µc?ù9\x06 e{ "
b"│à)eyÊIüï.\x1C U\x1F µ╗L "
b"║¾bZù¶C\x18 Å6┌Ò±$Gm "
b"""
╗6÷W$_Iåú \n
»çUOÉ
"""
b"""
¥¬»Öd\x07 @?Åf|¥\n
╔QÙ
"""
b"┐9wı´\x1E L/ÉZ■╔Ckë° "
b"À‘‚cP2A:¿Qc>\x03 ´—\x7F "
b"╚s(\x1D à6A\x02 Á\f Å┘╝º‗î "
b"Í*òša’Cs³g\x07\x1A >¸Ï£ "
b"ТAœ/òF1’¾ÒÊW\x1E p× "
b"ãÝ\x0F\x05 h5A\x1D ©ò”Q¬ä¬Þ "
b"Õ\x1A Ü1«5IFÆìôá+H┌\t "
b"ú¡&\x17 \r Ý@b¥~\v ÍÇ,è "
b"úã\x11 ?0ñC¸ªœšÛŸ\x07 u\x06 "
b"ûW\f ¼\x1E C˜ªK¤\x12 ¹»\x1E Ì "
b"\x06 ܰNê“F%†\x0E …Ï>ø4Ê "
b"""
\n
9}‚‚\x19 Kç±µ¥Ý™Á\x08 Ï
"""
b"\v ű¯\f ÑJBÁøpÁ \x1E &î "
b"""
\x1C\x17 \n
\x1F £ìCX▒Jtr+0Yî
"""
b"#¨ !ÖçI'ˆ\x08 ’ð~E\x11 « "
b">|wÛZÈGè£Ç¬‡tz¡ó "
b"Cr\x14 AsWF\e ¸\x03 PH\f :\e "
b"N+?klvCQˆO_æÙ%ã3 "
b"S†¿ëWªG÷,Í3–\x0E dx "
b"Xfœ\e %ÿL{™¬P\x04 u9öæ "
b"X¡`éÒ¢E╝Å╝ıuúLG┘ "
b"[\x7F\x0E ┌ÜöLU╝þÉ┴B\x0E ÷╠ "
b"qD\x0E £%’D9¥—¾ñêá†X "
b"z\x11 Ç\x02 N\e M7žßú ¤m\x1F g "
b"‚\t wxüDB†dþè6^Kà "
b"’1ô\x1E\x03\x16 BÅ”\x1D “¡<¶×\x0F "
b"š¨\x7F Z\x04 ‘G\x1E ’EaË»ŠDi "
b"žš–\x12 SöK†¢“±0\x08 p©) "
b"»¦ÌD\x17 „JFºÙÔnqÒY\x1A "
b"œÇ\x08 O+@u¸É\x03 *^8±° "
b"╔╬ü¬‗XFÃÑ\x06 ║üÐìÄ▓ "
b"¤Di\x04\x0F ÎFo¿\r ̦ü¹°ä "
b"ìɵî+ãLž¸ù\x16 é\x02 ÕN\ "
b"´X¡3üfB/ñÈ2k(õ±W "
]
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 (0x002FC7FE7982480CB47D490CB64BCBDA , 0x00C7742B06DA43629AF3D2218CA2CFBC , 0x00E6D125A8164445AD9E256017DDFE48 , 0x01232874C6F84964892D6A487CF0A6F3 , 0x0135DE21D87E429FB5DDB7319FE269C3 , 0x013C91668B0E4FC3AE1F56DC4F147580 , 0x01B69BD476F447EC96D4371D2C335836 , 0x0228EBDDF28E4CBB877F7CD89738B278 , 0x023D7199C6194714915C61220E03926D , 0x02F29BE172AE413A9A030155427CCFF6 , 0x0356C9B77AE64974A5168A65D2E33740 , 0x036DF813F0C44E979B4FF3168D9060AE , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x03BEBC2D75F24706B07E0DBA5161EF85 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04490BAD6D4A41ED8A3C643B17789612 , 0x04578812A6674180972A266B2D1A0CD4 , 0x0462EE053B334609B76B3A0069C853C6 , 0x04D78201F96F4B4D8CA9A8855EB1F1DB , 0x04E42AE2F78A47DC84B0EF86A691A35D , 0x058B05E927D14A7B936F65195CE62196 , 0x059F7BF4A1344D29A27DB6FBCF8206FC , 0x063C8098886B48858EED8584A1DD32C6 , 0x065D368F13694C769054DE2CF3F64D57 , 0x06CE56A02BEB41BD88F5D67C003B2E5D , 0x06DDAF8E962A46AD9C6C0116BFC56C4E , 0x06F08B688E1346A98DB524CE04EC5A26 , 0x0704B9C17B1C4B9F8E2230B710AE9ED1 , 0x0730D0571D964860AF67DBD42940FDFA , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x079CF57DB64948978D875EB32434ECEE , 0x07F17AD1AE174B9C86782B2178C09371 , 0x0820D459BC094E778A64CC409630E76A , 0x0862C837D2EC4089AFEB5883B196D3FF , 0x08D1072743BE4080B51F924E125E412B , 0x0919449E998343DF812DB03587D74822 , 0x0944703D3BDF4F2C8FC6E26E5D59FC6E , 0x0981AB9AB7064F50AB75CECB0C901D80 , 0x09EEC78086AF4BD1B0DA2304A73EAF83 , 0x0A52951CBF4F4BC0917844D27286DB18 , 0x0BFB56BF1A7648B792FE273E5B4C8A1C , 0x0C04BDF5E53442039B0D1DF5C2B02E16 , 0x0C577B84D8804F5F954913B7E3362D0D , 0x0D16945C44A64442A61D79721631C562 , 0x0D4833C09247470BAF18E7F4398A8A4C , 0x0D8DDCC57C464188A3D2072BEFB2DF02 , 0x0DD639E174F7460496B1B0B641168194 , 0x0DE72BE73D204763B5F7B24CB4239288 , 0x0E0779FFEBD643B9809F2E002172571C , 0x0E319DE582FE462F8C59EB846B4F47E5 , 0x0E45F6EF831E423F97F70C84A2E1DDC0 , 0x0E4A6F82F6DB46B6906ADD639C1A9729 , 0x0E5FB59E0C1942D0BABBB2FD1C418688 , 0x0E6410ACA767400CB4C432015312CB68 , 0x0F069F869A8D4D3D85642C79AE42ED46 , 0x0F528AF7345344719448AB2BC0CB2D60 , 0x0F57105EC4844949A4CFC2D0A0D7FE3C , 0x111834A4868F48308B53A94B922D2681 , 0x1147EACEB9EB401D8459123E30C3B618 , 0x11B5779DB3A44D339E3B26DDC1A0DF2B , 0x11D6E6A3E89F41B6B99808D4E69342AC , 0x1247425C59AF46EDBA327A4751992AA9 , 0x1299088D90AB495697B988F0696D2A89 , 0x13B2A2DC5647484AB4FD4D69364CEE18 , 0x13B392CF5ECB45859C5DD7C895A367F8 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x140861A7A2D54157B709C67C35AAC18D , 0x14286E54442D4B1088D9F7B77825BDAB , 0x1433D91BD3F74DEB9AA1711230A3D789 , 0x149B7FA3F9724126A7C35F8F3E8E65ED , 0x14A3913B02F946B08BE4F100C37E5808 , 0x14EFCD500E5A482EB69B272311EA914E , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x15167D2B9C1C4D8FB62B8F970474D9C5 , 0x1532CADE2FFC4C5FA639C7B5E8BC3F7F , 0x1567F3C7DF5F4DD5B324EDE84EC8B3C9 , 0x15E297B38E734369BD0D70D838D16942 , 0x15F6CDA37C5E4FDEB01800F33F931FC8 , 0x1617A1D8F9694BE394CC206804259601 , 0x161EF1313EDE401DB6400BBCE33414DF , 0x1650F06F1D8D41F2AC2E949B37CD6AFC , 0x165A5B5761174286A005574130F19C49 , 0x167AECED578F48899E1C37D27C8A29B0 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x16E671D99324405EA186C55E3F415DF5 , 0x16ED3E1DCC3042E0A574CFDA71497E73 , 0x170548D01DE1446DB4FDDE7BB507C103 , 0x1735B62D3B6746BB8906864A26B9C9A0 , 0x176F32D86CE646A597366E61B58A4820 , 0x17BEBCB914FE4F2D9FD7E75F77943F56 , 0x185281DBAE8045C58E1E9B95DE652EBC , 0x18B1BC8FA5DD4D76A13A14223996C00B , 0x18EA5295D847403999AFCBACB63A6C3C , 0x1994F3BAD5DD4F23ACF473A4874BEF8F , 0x19A0886ADD614B35A958F7EC0CD6D58E , 0x1A0ECBBAD0A649439DB58B9D12097830 , 0x1A14D31CDF0549D8A05CD3A6A9600A35 , 0x1A29189313C14C0ABCF3CD20D671EDE0 , 0x1A52206F22B54763ACD4BC451AF5240E , 0x1A527E0CDEED4F7E8B881E078DA73A0C , 0x1A53F9C786A24F99BB2D35D7B8FE10A6 , 0x1AA6EF3CEC654FF185B962CFB9C15CD3 , 0x1AA82CFD09C1402C8B4A32A5D15850C2 , 0x1AF272B1AD304FBEB2964B81142C0EFA , 0x1B482138DD2043E5BDC4132A57C16457 , 0x1B996C332B384959B77191F5AA62A1ED , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x1CAE5107B4F24E4AAD157457171A78B5 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x1DB4CF07340C4FA487C8AD9AC33A9792 , 0x1E4A68F24D8C4D10AE802CFCB28DCF07 , 0x1F490D76FEE14420B8C199CF3D560C7B , 0x1F6363AB0CC54A0B941AE3D7B332E738 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x1FFD6B6388474C0785A2CDE27179D8B0 , 0x20541BDC71744DC294A67B88D38AC77F , 0x20AD953843404CCDAE189EB9DBEBD6B2 , 0x20B958C94E964FF1A31D04EC1CF76E3F , 0x20BE7163E0B84E0DBED8568E823A0666 , 0x214AFB4EFE444F0F8C0FFD4025E74A03 , 0x215A0D4B16FA41398A501A4E0A2F1054 , 0x217A7410B3D84299B385D437300E9DBB , 0x219DC036ACB14BC8A430E82D3704CAFC , 0x21E38950289C47D4B96DE9F855CCC0D8 , 0x2218FFC0395E4E548967413C983559F3 , 0x221A99A3AFE646C985BC71B5F62A7783 , 0x22458B38782E494BACE7FD54F5B9F378 , 0x22704187C62E4A379E4E6D0604314CFD , 0x22B0F0E722734187837658F40DF14A85 , 0x22EC1E2D5AD5473EB634981CD71DDFA8 , 0x22FC4D2148264CE7916462B6249BB0D0 , 0x2303FCC86E3242CCAE8D2CDB302867F7 , 0x231B401911824DA9A64E3143DC5B4B62 , 0x235BD002B0C149FBA29409DCE6CF5031 , 0x23977307668E4303A246E85DDF429750 , 0x23BCF96BB6434F4883DDFDB667FA2EC8 , 0x23D58578839A477EAFDCAD1312BC79B1 , 0x2414C82F6A3A4A1981E42660F7C31751 , 0x241F7947A6C844C39123F1BB089B8F1C , 0x2431FA1E973743759966820EA7E0225B , 0x24362EBF9C924C2A879468CE0E336513 , 0x245F8407C2194FECB0D328EE434725BC , 0x24B6B5E3C1D24FE882E5BE009ABE2A43 , 0x24BE73FE0FE54B23A6ACBE8D2575A882 , 0x25528971368C43A889B2A5880B668DB9 , 0x2644AF97C10D4DD1B18E00F00852A845 , 0x2708935C997747F39567A13629E5262C , 0x270D364855294426BADDC8C65F5CB02F , 0x2752799867A2498C8AE50694508B8D7E , 0x278DDCD1EB7F4582804E5C854A4F6583 , 0x284A743074454A4190D315C0D3B61564 , 0x2892F1DC6E96435B8292F26DD17C05EB , 0x2932543182AB4A8DB4D48E8B2C1ABE6B , 0x296853A57E3042EB8D27F237B1F147B6 , 0x29D2340EBF464ECEABD8CC77B2393499 , 0x2A31D4AFC99D4020B88D9888B0978CF2 , 0x2A6613CEAF084A4B90F40297786DB807 , 0x2AA5A49DCF3C42379A93AA9925795B4B , 0x2AB806E074E145A3AEFC031FA66DA943 , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2B068EEF0C8B4C769A733013A16598EB , 0x2B49630553C34FA28671F93C714DDE5B , 0x2B562E482F024D9EAB8FD0986C3F32C9 , 0x2B795149B7C146BB9B5129B2CD5EBFAE , 0x2BA1C0EB638241D7950F1CCC52A63F5E , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x2C3E1D570B014A40B0F559894BE6C1A5 , 0x2C8A8085F1F843F0AE89FDF7D2CF703A , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2D0ED07CCC7648B7803DD2608701871F , 0x2D1A6F62A5424CB7AB52B1FBF8C9618D , 0x2E46C07797754B2F871541EDA5B8DE80 , 0x2E4CC9DB99FE4CB3964C1CC68A2DC11C , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x2F552C912F83453D866450DDB3751D1C , 0x2F76BDF470224624B6DD1FDA7623F6C9 , 0x2F78AED6F39B4D399A7EA43060ED96F3 , 0x2F9A972D0E884C78AA1AA54F70509372 , 0x2FA04A9613E9450BA75B537FF0FED2C7 , 0x2FC50BA5EDD645C5ABCF9D9BA2667BD7 , 0x2FC7CAB63E924178938F6A61649DFD98 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x3008B51655444DBCA9D7AD22D53A43B8 , 0x300E0E3358AC413F837A099FC6723C91 , 0x302BA6CDF7274569893027FCE1104F34 , 0x3060AD09EFB54B2381621457F6EFE5A9 , 0x314553D56DC0425DB89485F9EC835199 , 0x315B91331E9F45B98F79DAAFCD914593 , 0x315BB2E7A49D47CB953C75E64AED9890 , 0x3164D2115E7A4188A51F8BBEE9F682FD , 0x31948A40974146D9863DAC0D6BFEDD2F , 0x31D95954C3994124B715DC6D0815BD09 , 0x31EE99BCC2D84A76A1750F8B1EA07D2B , 0x32072061BF9A4362ABF740AC23019124 , 0x324032E0B1314ED887AEFB40F5FFF287 , 0x328C9C60E9EB4B80B854942A42B7653B , 0x32AC9B3F6809421EB439687B53B69C0F , 0x32C446631BBA4B2B9DB5392C712A8732 , 0x32DFE8CD47B246128BAD8FB9CB77EB2D , 0x3373AA1442A44FE69B5C83A8CE47431A , 0x337C3EB12B824127B9226ED29750630B , 0x33C7ABF49BDE497E82975BE5863066FA , 0x348BD30A4988486E8479F4BAACAA039C , 0x3504DE3E71AA4E5996C37D7A411CDC97 , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x3526A38372B7487FA4114849FC0BE77D , 0x35A1D8F7122545648733B5898D2FF657 , 0x35F6EBCB6AB04848B3D34E38F64A88F4 , 0x3684B792A5A742D688B9D006274C5772 , 0x36A41971B43E4CDC8B48BB5D743FCCB0 , 0x36F3987006544B1A9900C948AB42FACB , 0x37451078B6494520BDFB13FEDD3D6B5F , 0x376AD1D2F81C4272B9D348D619C36EC9 , 0x3801D7EC26EA49E98CD74497EB0D79ED , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x389DC482C8444A4680BD2E6EA263331E , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x38D08959AE1041B29D4C6596A64682F7 , 0x38FBE67D699A49189C99B55B3C7DF799 , 0x3906E00B1F9C4DF4BBDE20C4DE1CA245 , 0x391B145275DF4EEB80005A6ED159F697 , 0x39327093A91443089C98B9EA9F253F11 , 0x39550F067563402092836E06FFF604CA , 0x39D3C17A38BA4A6EACD04CCA2684898F , 0x3A4F4200DBC7442B9310F7620656378F , 0x3A910E4D32484344B9B13CCA7F3566E8 , 0x3A964FB5F93D4BF6B8BD640D1DFDC4B9 , 0x3AC47B2AE08947DBB8C42AC5CC90C927 , 0x3AD5FEF426A4483DBA71DE845B953369 , 0x3B08AF706DBA4294BDE8792EDA3B9F3D , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3B939C4274FA4536A9BD4F7F44FDAA9F , 0x3BE8C60FA0CF4A2DACBBAF6BC58FA2DE , 0x3C078EFBFBA84966B53F4739A2410CA5 , 0x3C18F97D531F4849A707236FC527E897 , 0x3C369FF1C4C54F0B8B9A94DF5B360735 , 0x3C4783DA94A040178C545959D93DAC4E , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3C74E0E2A6E24B879D833A5D62F9E37F , 0x3C7AAFD5B5C649809FC2F9C719D89ED9 , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x3D110CF4B76F41619CA612747A681685 , 0x3D20DC3A67DB47418DAB130C7245F38C , 0x3D344329B6764862B9CF044587AFF56A , 0x3D7530B9FDB54B4B9F3604B250E0251E , 0x3DAA04A0EDDF431CBC25F7D7C979B2AC , 0x3DD58E7C454F4A52AEB8EA6145E31531 , 0x3E31E0EC10614DFF9EB1380D6D088A50 , 0x3E859525A2AD4956A531569487645062 , 0x3ED3A6ABB1304DB8B6AFFD2224175D38 , 0x3EE4E2BF9C774EB0AEE542EC4D1F925F , 0x3F69536B990446B2A8160180F27F342C , 0x3F752674435B4639AD721F579543919E , 0x3F90BD0294CE45FABA5155C8181B8B01 , 0x3FA2CF583A98425E8E410D304785D71E , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x3FB511F9B6CB47179B79C479D2869F18 , 0x3FF53361552B4F10ADB8D8F884BFBD86 , 0x4067EB1DCB754B5DA971C38A6C73FE07 , 0x40F29134A09944FEABEF7D894D69D7D0 , 0x411038860F914EEA81D1A94A990FEC50 , 0x4144267004324DB0AA37DE282D124EB0 , 0x416E283A549F4C6FAED57EE4E01D998D , 0x418029142A524895A34C1F32A9345D72 , 0x42722787FE42458EBA4627A7314F1CE2 , 0x42E180EB8FB544ED9E17185BD9504E1D , 0x436EE470E7184E3AA076C6027C4A353C , 0x43A22A8CD08041F2AE945C8637443776 , 0x43D3CF57DA60459FB5BBE92CB9E73F59 , 0x444D22F611D34385B2CFC058601445A2 , 0x4489C4E449B74D739240DA1BC55CF4C7 , 0x45537D60180E4B98B92911D8DB481B93 , 0x456DB8595C59468EAF19E8560916BBDA , 0x456E57E125244880BA870E7E9449E59F , 0x45BAFE78D29C4ACA8DD96B0FD9437438 , 0x45F02346D49F482FA87021603760A026 , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x46128C721AAB48C8B145AD64D8D335F7 , 0x46926A9F30094F56B3A380D92475FF29 , 0x46B3B04D85604ACC863C2C90697B21F5 , 0x4722AF1BE2334527A240B9232CFF2F7F , 0x474498D8F7C348749EB608E75E1CACC1 , 0x4744FE4ADC0D4A87B6FD40972C079F06 , 0x475728A3A3DC47078C07F04BBD0D4805 , 0x47F81357842A45128AD89454DB143CAF , 0x47FACD60B3914C50BA0241508CFEF9F5 , 0x485602959EAA4DF6B22050D8ADD8B833 , 0x492A043A6029478E91443BE2C3901617 , 0x49336050A9E645FE820981E516238857 , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x49B398B0E25A46B6808A9A2551490565 , 0x4A3215BA4E9B46DC87A343D138724292 , 0x4A8F05AEDE8C4654B059F9D31DB6D001 , 0x4BF9001B7AFB444190F36A2CAD7B982A , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x4CB232C1E5DA49E69B44FA80E9D440AC , 0x4CCD57CB8E514A5EB8C37CF4938A9439 , 0x4CDE68CCA4B8466FA3B802B8CE904CA1 , 0x4CF4D85AA05B43E0BEBFF7ECDC2D592D , 0x4D5244CC16944C9BA63D5EA6643CA7D7 , 0x4D6267523D754ABCB9DC16342F21CEAD , 0x4D62BF67E87F4DBEB0CFE1C7F4800F2C , 0x4E4C0FB9D532445B88392C2D7D02F0B6 , 0x4E783716E04D4809AED405E24A0F0F14 , 0x4E8927DC97834ED0B228DD4C673D7D0A , 0x4F2DF85EF18C42CABDA403442EB51243 , 0x4F36F50E2F414CE69FB804C9F10B753D , 0x4F7FA36F3E284AB792118E11DD9F4B86 , 0x4FE445BC42734822B18FCEE8000BCD33 , 0x505A5882AEAE47359BDD964255B526EE , 0x50650E3393DE49A89055C3669802FFAF , 0x52362E5AF9FA4B6FBAF69003B5456122 , 0x52BEE845ACE641EAB1A864F813B7E100 , 0x52C14ED950E14AFFB4D1836938DD088F , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x539A0B5FF25C44D1B5886661E963010E , 0x53B4476BF9764EB9AE12A142217B2B69 , 0x53BAF008DE284ABB8396DAEF4AC36CCA , 0x53E09AD2E0564795B9B3280DD5B5589E , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x5410149383F94398823E26DFFD0CD7FD , 0x54125CE1B2B54E19BF9D597E994A4ACE , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x55203CD6BD62414B8679A8A04690ADCE , 0x553AB42E5CB0486590EBCABB08E91045 , 0x55688327B4D244BB9F3743839EE51610 , 0x558D508757C3458DA097ADD2F7FE559D , 0x55A585D9423F4E3AB5EAB9A94EB75682 , 0x562B8E54B042425BBDE67624AA2B9CD3 , 0x5632E0C211314BC9B195B12047308E34 , 0x56C05F78A2DA448AA7C0430C847215BE , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x5755C72E63A84B08ABC87C456E0AB5DF , 0x5789AC1071F24E50AEB6326AD8A3AC01 , 0x581F4A88EFBD4B28922BC9ECB446FD09 , 0x582F4F2077624A3F96184775BF911763 , 0x583A36DCB76347808B3E3A60D194D68E , 0x586FD6A10C9D4DFCA36EB5D1115F4B22 , 0x588045FE5C4A4C47AA7589DB77449CEC , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5904FC12EE3C43EB98F383F694035A6E , 0x591C2F15E93441549CCAC2EE92F3337D , 0x5921BF0548DB44149E8219A8BA484690 , 0x5924F2E6BA964F4A819DA7887618D9D8 , 0x59725ED832D54D909BD98F8F0CC738C2 , 0x597D693048894FE1968F74200B231A1C , 0x599920B3731B481F81AF68FEEA9F04B6 , 0x5999E028E05544D8BFC1CD8B1A938C97 , 0x59B5EF6940474914BCBBDCB34286129E , 0x5A0B97282A914219BB4D6067B7A2E900 , 0x5A445EA009D64A719C65ECEB163E7120 , 0x5A9F593570044EE8879F40B7434F70D1 , 0x5AA45F5A936F44AE9D0184125B9A0B3E , 0x5AB2EE36B5C44AC49B10E154AC9560BF , 0x5AB95119F30144BF8BC8D2C4D8A90DE5 , 0x5B8C9FAD181E46999423B7DA40D3294B , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5BE73B9E98B44A279685880E2D900B46 , 0x5C1A0A01A0F2470BB662DB4767468E36 , 0x5C26360F739A47198987582E7D6C0C3C , 0x5C301C0A3E484433A0CEFBC3EAA298AE , 0x5C5A61E95260485E94FB34678A84EE5F , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x5C8CBB7AB3D24993A4A745453754E5DA , 0x5CB9390B8688472EBC0F735015B32B2B , 0x5CC466AF17F94331901FFE6CE94E2198 , 0x5D44A244948C4B089D4D860514F77929 , 0x5D70BBB6603742849958C2F2BAA2FFAB , 0x5DCD361EE6C743688B2DE56396F4B12B , 0x5DD0EB543052452BABDE21429AF73BBC , 0x5E83136C2E41456DB9EE544DAFD1CBE7 , 0x5F0A0A6F2AA043A99DB326D77D8AC467 , 0x5F5DA1E885B24B74970B4D15F02F15F2 , 0x5F74CE1C799D4458958088D2EBB771F8 , 0x5F8E515988C841E888B454CC4BF356E2 , 0x6000676F1B1B43D39A8C900F16309330 , 0x6013D7A5A2874030B506A6F5240711A7 , 0x6039CD80756C4A209B2D838B7ACD1930 , 0x60755B7C07694C8081CE8B71A795FC48 , 0x607DFDE6B58248EAAE1FF4464B83960C , 0x60C0F55F7F8D4F999B03D146D3C72DA3 , 0x60F8EFB852284887984148BEB8E008C6 , 0x60FE311512924D70B5483A78597EBA07 , 0x611E952A2CBD4DC49027213FBCB8F270 , 0x6126344CC87942838E3646E493CFE3D3 , 0x61898353CA594D06B7CE78D5B230AEA0 , 0x61E3F773D22B4A4AB1420D78E17EEA15 , 0x61F7F94F72E34138B39D22849F832661 , 0x629C88C740084EF8AB8C0AAB645B9424 , 0x63542AF94D264D8CB8EF65E8DD7117F2 , 0x63DE8FCE30D140E081BD6C5A60FDEB51 , 0x641920BE5EC44FE58ED2827EE40EC501 , 0x649A930A7AD34341AD5F01C01AA64714 , 0x64E56FEF52D34481974F84B4B9820F77 , 0x64F84EFA74EF46F7AC4B5E4000428B51 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x657C9AB64A494FE09A650016EF0F1BCC , 0x659909C64D6D4A298D8038E96250A312 , 0x65CECC21B83546DCBBD29EDC13179530 , 0x664037C6162D4893884A450DCD63A955 , 0x66914FE0505C4D5BBE957C7A6C809090 , 0x66B5D33F61214A1386AA991F9004414B , 0x66D298ACE83E4DBC8A8EAD1E40B7F5B0 , 0x678200398F6347708C2DE87F3399253E , 0x679DE757A14E45368E4AD4319AD94F84 , 0x68B65175FD17476C92CAAD2AD27143CC , 0x68FF25B3F07E43848F90B38FD5DC917B , 0x69010C03AAF04DD9B905C13A58D3FF86 , 0x6917A1AB38C0465BBF2443EDDD67A4F7 , 0x691C58C00E9F4C119BC8395B65D0509D , 0x69423AD6251A499AB47FCDC4183C478B , 0x69972F26F237498B8E817547D3B7F34B , 0x69DE41B52F8046898EE0D661DC686727 , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6A54B9D8C699410A8F5C2CE67008F855 , 0x6A78937A3B0C4C908706DDBDAF1260FB , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6C044BE95E6F40448F4EA61AF4D79580 , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x6C77F02220E34318A8BFB0489FD53324 , 0x6CC0D8712B564981B86445BDCBB6EE60 , 0x6D1C2665F53647A2A4A255CC5CDAB4C0 , 0x6D260D7045C348CABE04CB6D73A60168 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x6E071126A5DD483CAD0A021226496AC7 , 0x6E164EFFE32F47A68BC64B485AE94C0D , 0x6F29FB6248864DC18748C4047320EA06 , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x6F6A0C170ED2419780030FC467202CDF , 0x6F739EAE91664A4FA1F04C1B51C1486D , 0x6F99B4D603B84D5C916766199970077E , 0x6F9E6FFC6D5F4302841BB0900071BE07 , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x706A2FB43D4044EBAA24DD4B8B2BC2B1 , 0x72604941737B410D9A745E4B1788F7D9 , 0x7277398D860644F9A224049F25788AA4 , 0x727A4734254441E88F15ADCE6FC8B283 , 0x72853C9671ED4921A317BEC01448ADCF , 0x73827AC261544966B8FEF6D09912FAE9 , 0x73DF07AAF12747CCB8CDBCE179E50640 , 0x7477195027E84FC58BB7A90AA8DBEEC1 , 0x7477B5392D82453B9E6B5F8CE430CDFB , 0x74C3CCAA759A412797A86FADB1EE30E3 , 0x7505974789DE432ABA951E9836F01867 , 0x75098599B4464786A7856842FBC1F1F1 , 0x752876413D36403EA6D9859B4C5C0566 , 0x756373ECE75242C3B9738C084C3BAA77 , 0x7574B1FB57F44BADAF4C3E5DCAE2820B , 0x75F8572DAF28462A8B3A3A1C1C6F7F9B , 0x75FFECC479DB4D72A1C45B0912C8774C , 0x760A1087D8FD4EF991A89A38D24EFD85 , 0x762A9E8B09FC48F48A2E019566FE519E , 0x7660446CCA6F423DB9E67DB152B51EC1 , 0x7687B690F3F44A828720A8011E05BB56 , 0x76BE32A88CC44994BC718169101A5524 , 0x76FD7DBB0B924CDEB3818F9663A44174 , 0x77B8689AAF3844B8B6B648713D7726E0 , 0x77FE4529617B40929B00184EEB554C46 , 0x788269475BF94C2CA3D045921576D976 , 0x7886BE176E9F4E9EB44C37D22FF110A9 , 0x78A1EC7ABF4D41538B92858DB191296E , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x79DB368464EC40EA9B82FD28ED32061C , 0x79DD8E51210C4C4181A87029EB9F60AF , 0x7A5BB376CE684ABFA1B560AF11B4C7D3 , 0x7AAEF7CACB6C4155B44CCB4FAA39B5A4 , 0x7AE083D5B4BF4ACDBFC7CCD0C92FFE2A , 0x7AE36B2F59B34591BE4DB55111D3DD70 , 0x7AFF1A79265241EAA203BFDDDF5F928F , 0x7B15D48949E14C8ABB7503F443F05FF6 , 0x7B4818BB9F9A4909B8F7BA79FD2E4AC8 , 0x7B586F8709244FF1AB137A0BD59E4462 , 0x7B5B724339014D31BD79C2FC61C1FB8A , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x7B8483C663444CF7ACA1518DA90CAC92 , 0x7C70F22F38E7423599767838DD0C879C , 0x7CD30CB791D242FAB6BC2D0C233868C9 , 0x7D386C8FD2414C5BB1BA0B95F4F92E92 , 0x7D39E6F6DC1D4B90B056A1302AEB7D0E , 0x7D7285A60EB54429BDB6879FCDCC06B8 , 0x7D96021D86844E34B72DE92364505541 , 0x7E58CA6F1885480483B6D004FAE4D20F , 0x7E7C19245B0D402AABC97E7CBE57071C , 0x7F269FDC24C84608B05060DF4495431F , 0x7F39038630624BC4894AF3AFE627615F , 0x7FB36F38D2AC4CC2B29E18699345B7E4 , 0x7FB827AF3E084C15BA00348474140416 , 0x7FEBED4B0D4C48188A4B19CD1EB1C197 , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x7FF8F9530FFA402884E2E2D191616F9C , 0x800119BB0EC84F86AD6B976F4CF0CD5A , 0x80924F4C6DBA430F96CA1DA8F227687D , 0x80DEAFCAD28741E281A3AEA53E5F13E6 , 0x80E4495E3FEE42B78CA3DC79FA6BA0C9 , 0x81578DC743D84A6383901D5C6A605F97 , 0x815893FA5374438CAD2D4D09CE76EA50 , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x8241187B05784481877869C6694159C9 , 0x8252757C453C4A8A9754CDF462B711AF , 0x825ADF411018471DB7521343B27CF396 , 0x825AE359E1814439A2FB7E3D8B41A8D1 , 0x829A91CEAFD74DEFB0639673A8529DE4 , 0x83AFA2D536784EA7B96BD6D3FD7E4F72 , 0x841001024C7740C2BE37BE71FA6F9CA8 , 0x841B6A5E4DEF405F8CCFFCDA646E20EA , 0x844AE05DA49F41E7A8E9A9A9B553F2FF , 0x845777F8AA0C4552BCD3926A6901FA0D , 0x847EC7B2D9BD4F58A2C1FBDF8D356B44 , 0x850FAE53370B4D7DA60DA30DF744DCBC , 0x8559158FEB6047BB894BB447EC8C4BB9 , 0x8587A8EA5F43492CB82FC0C4E3136A8A , 0x85A1F4683EE646AD8773943DADBC171A , 0x85FF29EA4F054A73896961572DF0B298 , 0x864900AB7ECA411C92A328565B3C01E9 , 0x8684557620DB45669553CE42BDDE0830 , 0x86AD4C3556FA4ADEADBAE5839C41E128 , 0x86D81C686312427E9658EBB93FDA93FC , 0x874D2D1682434AB78A32620CB0F38706 , 0x877BB798D2EC469F9FFB46494242E15A , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x87CB0E0ED4DF41DC9AE72EC655416344 , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x8853EC22442946A58B31719CC1BBAA66 , 0x8858EA8820074C6BBDCC29CF761C3DEB , 0x8955C591D9DB44BF95828719E046B8A7 , 0x89A99B1094004A4EB3635D8765119958 , 0x89B944322F284497BE5DE97A019489C1 , 0x89CB42634A344AC2AFEFF2608B1BC3CE , 0x8A6D1C301E614064B8D76C70D7106285 , 0x8A89730CCD4844F4B289529AEB2817B4 , 0x8ABEA329DD85459BAB0CB1BCE5F401A3 , 0x8AFD9C257A954F4D9E550BCED7F5A047 , 0x8AFFA5627C88413D92A967983B08620E , 0x8B5E7E80EDCC44CF97B35A023241C33C , 0x8BC72C8975F64B2FA48C21B6D14F82AB , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x8C1CE1435C0C463D994A70BA34CC6582 , 0x8C5F1D20F24E4A44A7E5F8D1BA9EA6DE , 0x8C8A954745D040D78F61BB4D0916C7FE , 0x8CDA35A745734446BA8DD35CB6A1E9C8 , 0x8D5799D0BD03451D93FD6716A5AA2C09 , 0x8D7271E037DA4B12A1FD11E3E5522608 , 0x8DA037A9E05746BF87406A43A7359874 , 0x8E15563455484B04B7969E92280954A0 , 0x8E1A9AFB8332469E86DC7AB4F864C878 , 0x8E1BD29F792041DE929511BE3E07B725 , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x8E44D454226B44CCAA4609642E748154 , 0x8E5A478BCB3841BFA9085FC4D5D58F47 , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8ED211E58ED24ACD86E7B044BFB83660 , 0x8EF8C213959F4F60ACA4768EB5E06EBB , 0x8F27A0E465D44B76A95EE2E23FE1DC5A , 0x8F900821195145488ECEF72E80461383 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x902E5AAEF80744AF849EA0B9CDDEF73F , 0x9035A2B9B6D1481C81A787FD47EA48C0 , 0x9045F4A33E3C42EBBCD98F0E5BDB4447 , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x9115C369D2BC4BD49CD8BD724360B935 , 0x9181F5F8118E40729620001BEBAE97C6 , 0x91DA943123EF4876AE4146E807B889DC , 0x91DBCE9277424181AE319BA6FDE53987 , 0x91FED3F0FF7B42FEA4913EA3C66438B2 , 0x9203E251FB0949CDA800331DAC3BA7D4 , 0x929027B2F209416CA49DD313573D3E58 , 0x92CB0A79E86247BEBDC6E4C4D20B670A , 0x938DE61F8523451CA9865AD51954B913 , 0x9398978836534879A8AC3968172D27B1 , 0x93CB65EFA16B4A7B8A8190644FE6B745 , 0x9427EE7FDBCA4A9EBC1F0CE2EFE4573B , 0x9555539C831944729651E1CD18171ABE , 0x95EE4A5FAB7B45F7AD9E4BE6726D897D , 0x963C326225ED4913BCA2030F7CE78EEB , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x96DB5F73FBA94754A3D7DF227D92A112 , 0x96E13ED9013247598C150C51573CA9AF , 0x96E7DF9B7AC24180AB8FCC629D475052 , 0x97035B902597494AA57EDB6B3097CDA8 , 0x9736C1E5B62544519C455D7840F6B98C , 0x97CF24E07189469F9EABD72B6E3C932E , 0x97E3F4F02BA5421BBE89AA25AB25A473 , 0x98BDC6409C6A42DFA0A2FB68862D7B8E , 0x9959E035ECD243799E6AB01F9FCFC5CA , 0x99A594E4847C4887B1BCB823FE174C82 , 0x99E36326D05F4FF9A226B7C5BEEC702F , 0x9A1B21F5329F49A993F2F9C5035694A6 , 0x9A1E3C21B9AA4B0293BEF9C7BA9B208A , 0x9A884D375823463F87229584240D0DFD , 0x9B2009D851934111B69688017FBAD47C , 0x9BD69248159046BE80047E8227CE64AB , 0x9BF082A691A4495595896440C50E953F , 0x9CC9E9B0D39041EF9E29880A8DA5BBC9 , 0x9D71EE82702640C8B2C0424C104DE008 , 0x9D74F55E479040F983AE3BFF409FF3B0 , 0x9DC87B529C6E4DAE9875B24BB9415918 , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9DE0E666103543A681CAFBC9AB29E996 , 0x9DE79BA459DC4406BC7EA80DC9A65773 , 0x9DF63C8C73D24CEDB4DB5EDFFE8C0194 , 0x9E45C2B3922D4992BD340385B6C265DD , 0x9E75FDBE568A4561B82F0A8C78018893 , 0x9EA3DCF775004FEE868721F17AF81A2C , 0x9EB96242E5814109A25F18BF974BA252 , 0x9ED6770975F4424AAFEDAB325D5B16AC , 0x9F2CB4BF379F45159196803AAA4E50DF , 0x9F38824649DC4C13A234F4E05C8F3346 , 0x9F3C19DCCF0148DFB560B66C8FCF8B38 , 0x9F97CC0AB79E4E55B7E2510B992C66C2 , 0x9F9A1ADB58714E439A1CBD5688D8D8A2 , 0xA01EC737B45C42E69AC1CA5FEBD2465F , 0xA0EC24ADD4664830B5F1D5C221E7DAC0 , 0xA11AFC04A975483182CB87074F93FB03 , 0xA13B2AC8E5EA414880ED5B4F8B0AFF10 , 0xA19BF8375FA2416D9F354CDCD819FD1A , 0xA1EF0A356D534B6588B3171A479069FA , 0xA2436AA4506F42FBB3703998C59CA6C6 , 0xA27A9090525C4676BFEE7C3F283A266F , 0xA2DECA3D63C84052913300BBF072D613 , 0xA33DB39DB03E4DC488083C951A7FBB52 , 0xA37CF16957DD4165961826B32DA4E1B1 , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA410077D72804524925B777299743CD9 , 0xA53DB7A995A344ABA54771588BF70742 , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xA5EFD285FFF94BDCAE951E7B3031C1E6 , 0xA60952803A8E4385BA9C2C79C6CEE5C9 , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xA680E4536A8C42CA9C71F6DB3712AFA4 , 0xA732DD8BA7A64DD19318CE56768A9D7A , 0xA7433D495BFD4E878A8A066A3D724962 , 0xA807AF635C05435089D627599995BF5D , 0xA81CA3FE5C8C48E29CB30D7D4CA7A992 , 0xA82CE80072854A968A0591D5626DBAFD , 0xA8669A2084AB4EFCA0B74D377D8B2B01 , 0xA8871C4789554F51ABE50F18A36F25FA , 0xA88EBC79DE0D44B496B4B9DEBCC13F7E , 0xA8B8FE0C13154A419F1953E7016110F5 , 0xA9053D59EBFD4D47B2DE6B13C2BE0305 , 0xA96553A93AF54538AAF5B4BCA4365121 , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xAA615235EEB844E8B2ED3F00E6F48907 , 0xAAD3130EF5AB40E08DCB38D1472368AE , 0xAB128C38805643EEAED2BC4A5E9A054B , 0xAB5C0580C3B540EB87E8BD92066622E6 , 0xABAEE3C2C54749FB9FB5500058900731 , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAC2915F4916940829F4D4BE23156717F , 0xAC2D4F2ED9784C74BCCA4767E90DC437 , 0xAC4FB3A74E32481CA5B993DD1A26523F , 0xAC67F2B1B1E84060BD263B2EA4F89E51 , 0xAD09EE6FFCAC4B989393F1ACB14B7806 , 0xAD4C8D45EBEC418EA75CEC8710F65A36 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xAD55BDC8EE224F39AF32C9167BD83462 , 0xADB8F8D8760642B49E27CA026E883E06 , 0xADCAF4FB4B0D4DD09E54F82F6CF5D1CB , 0xAE3640F34FAE4009B12CDFDF3FD449B2 , 0xAE635CD9B4F24CFEA27A0D91F658A522 , 0xAEDD6355B69E407E9A7D2FFE206622AD , 0xAF171D9B9EB14B94AA60C1882BB4280B , 0xAF8E27A6E56E4B0D9992954EE21B55D0 , 0xAF911D9E875648BBBC12AF8605FAF3E0 , 0xAFD993C2B6304E20AFE2CE97706D3B94 , 0xAFF34F1CF68D43ECB60C5BD4F54A8740 , 0xB0351D7F8B45461C8842A966E0C81875 , 0xB0C1546C69C149D599163ADBB99524EC , 0xB0DE82E7A8284DF7ABED7FCBBFA44423 , 0xB0EC14CB27774524B64D12EC1E65622A , 0xB1247365B05C4F0C84E941D4D0ABFA7B , 0xB1326A6B5B634BFF8033AFBDD226AA6A , 0xB1CDC99E415A4991B913183AD16F595E , 0xB207E80D34C047308B06B5FEF66D681D , 0xB2C7C7DD5C97431899C005296746871B , 0xB2D30EC33B2A47F0ADB7F727138E072A , 0xB2EB7F7B53064A1888C66B7043C301AD , 0xB32B7190641946ED8F1931294EF274EC , 0xB363E262468448BD89834D46AB4CC05E , 0xB42796C2C9F84CDBA2F916DE129BE65C , 0xB437F66C6E094EA4B01EBF2A89C41085 , 0xB4784A7308AC43638B0106BD094A86E1 , 0xB492080C61804597BA1010992AABA073 , 0xB4A79CC8F5874DA6B202E9981C4CB754 , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB52A37F4567547348683CB50D7B04917 , 0xB55A97761F474C0BA50391C29C33EFF3 , 0xB58DFDDA24BE407D9C24C6666DAFDBE0 , 0xB5A0441AE3FF4EF79839E290214B89E1 , 0xB604E3CCA40E44ABB9015346A3D37B82 , 0xB6166255F13445BC9E72D61A38FBABBB , 0xB6913EB9E8DB4725B15DC306309C8C70 , 0xB710C60EF0624960819BC0CC56A96726 , 0xB7777B4DD7294D518AE3D9C5C6400A2D , 0xB81CBB85EAD74CB580C71C20A8A59A88 , 0xB89FC769BF3C457999A1EFA1515272DC , 0xB8F6F34EFFC0473B9AE7643DC89C8354 , 0xB90F175727A848208F5C17E98C46EA01 , 0xB93AA7CA1F684275960465D405F7D1D7 , 0xB94282F01F0F4D8BAA643524BC454A7B , 0xB9D397C7494745BD961C429B3F841D12 , 0xB9E0DC8280C04DE18BA380935B536DCA , 0xBA1CF2EE4A8A4817993B6E7C3DD28DD2 , 0xBA4658A88EF34286B63D8B26F3A8DE2B , 0xBA646621811742968D0D177F562DFBC9 , 0xBA6F4305B41142B4B4F1521348AC5AAA , 0xBACDF3FDB8B147EA87EDDD6AC84DDD03 , 0xBAF8225E83644D4FA93B751F2D01F120 , 0xBB2ACE3BB7C349F99C661E21BC282E45 , 0xBB3A6F82FAC7459F89B3127C83AAC3AF , 0xBB8352F39ACA43BCA6BBB4F595A62031 , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBC6942AF252F435DA3AB30C8A7238BCE , 0xBDA3C3AD102B46B4873736F06C12CDF3 , 0xBDA734658772451BA82629D6A8061CEC , 0xBE5D3473794D46FABB29B10BDE7AD698 , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xBFDF553AE4B6425E878491072AA9D2DE , 0xBFE96390C47D4807A0E3C3E18CC1FCCC , 0xC051590D8AF2493D9679EDFC3883229B , 0xC0564285AF474D24B5CE6DE1630D8025 , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC133D0A4AE5E4B3DA0C542CCA714A4C9 , 0xC17484B69C9A416AAFF29937DA67F692 , 0xC19A3480F1B045628BDF54607108D271 , 0xC208816DAFDA48ACB89B828FFCB15140 , 0xC21D2630854447E4B4BFA7DA922B975A , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC23CD2FD2035460CAD1265C49791EC16 , 0xC2557CED5EAF46AF8BAAE07324830DA2 , 0xC280A1C2BA5F4CB1936B3F8B3A7D9D7F , 0xC370FAFCD848406DA277C94BB35D64B4 , 0xC396866885394BEF97F22E3BBEF35398 , 0xC3A7283F87854561A736832D4E43CF15 , 0xC450C2F2FBA945E5A24C86E1AE281723 , 0xC45DE46EBE0741D389A8B4C21F26A688 , 0xC46443E372664314B644BAF8874274D1 , 0xC46C2146AA374A6DA71179C0B70E7227 , 0xC4FA6D3675994CEDBBAF74B1ACD3D26F , 0xC54CD247C8D6484E8BDA9E9B781312B7 , 0xC5578AA53F894B51BC3C39ACE75468D1 , 0xC5AE2A3FEB444A7CB70847B1561A5E1A , 0xC5C3D30BB56F4CE4B899473E50CC762E , 0xC5DBE98CFCB34D3AB5D89AD3F5FAA88E , 0xC5EE33AA4F0447DAA5D200EF0E5F2EEF , 0xC5F236FA19F1453FB4F54F9107AD6FDF , 0xC614CE72E74F4FBC8B9C899EDE977EC9 , 0xC6373C931076476182175E69A8A878AD , 0xC64309F6D0D943E8A1BCE8F8BF8A6A46 , 0xC6C23CBB5C214F62B0C2146A6B0AA560 , 0xC6D4E056096948578824F947E765E861 , 0xC70CBFDFA24841669D5F4191F2423EFC , 0xC745C850A9AF403DB0F7526930B89E33 , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xC7E1ACE256AE481EA051FCD74BDB7BAD , 0xC803A4C5D48E4F0A89FD18090F9555DF , 0xC826308642CD42EEBEB1B5C2366A4DF9 , 0xC85D47C6890C4BB4876CBAD185387313 , 0xC8720E70ED8E41D0B7F9E99B8CA84C6C , 0xC873C7BC91F9467A875DF4C11888E41A , 0xC92AE0103B2841F4B31F85421E7493AE , 0xC98FD0F4F1054281A1E6E4A12049868C , 0xCA089CB123684AE9907088CA7B5FB3A9 , 0xCA104252789F4DE3BE4AA8536EC72912 , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCA1E8B9747244B7BBAEEBE2C2981CB77 , 0xCA2B5AED76594B9DA4380939C9BD3B2E , 0xCA4E805D773C41BBACAFA0357F528AC6 , 0xCAA492DF6CAB4815A01124A3C2A19B9A , 0xCACE56DFB740441296DF2F239462CAF3 , 0xCACF10276FB14611BD43D2CE87F428AA , 0xCAF2EA1CC4124EE1A832973FF75BBEAF , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCBBCACC1BA09459EBDDC1115FF1B675D , 0xCBC33B90F6454EF48BE1D59444DE3997 , 0xCC4C28EC485940FCBF147985A3C49A9E , 0xCC4EAD1937E5442EBBB8B1C59E540F5A , 0xCCA89356D71B44DB8B8BC1B31B1803A5 , 0xCCE4C8DBB4604B33A29D7AC37F71AF9C , 0xCD78A19AB9D745C99518560FCEC6AFF5 , 0xCD976F59B4E14C9DA80D992D4DE42038 , 0xCE0292983F0C4537A1B6E1C3139D5CEB , 0xCE60C0313D9F410F91B188790B651B75 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCEBFDFFBE01E4CDDA38E7613387AF911 , 0xCF1ECF8DEF4E4C32A03E98C37F0AF095 , 0xCF40FA7CD96945789B8F5731BA60C423 , 0xCF51E52DF005455EBC48B904B0BD829A , 0xCF9EDBADBFE24B908A94BE358064220A , 0xCFB8C08C083D44FFBB603A1B2C6BF7BA , 0xD01EF769A74E48AC92A449A2EABBD46A , 0xD0241C535F3D4899BE80B29906A514E6 , 0xD03DA6B3FECB40E385F564B35939CB03 , 0xD077A4B7EE6E4617807D01A6BDE056A5 , 0xD0827942DC824F2695370569552F9B39 , 0xD1894C859DFE4026BB9113C19D8A74AA , 0xD1A764F9ACC34D758CA1675940DCE646 , 0xD1C29B91D23D4C5D912E9BFF47932B3E , 0xD1EBCA5062254080A18A809CAB4A8A5F , 0xD1F32B8DB6CE496AB884F5E7B37F7F29 , 0xD1FEF23CC89F41DCBCC89F74582FF4CB , 0xD22C3B8E4AC543B3A01CC3DE2ED265CE , 0xD29E0B0A1C1146AFBDF6E261C330346D , 0xD2AB4466236649889BA9094793D68175 , 0xD328CC65BFBE4ACAB5F1232DC975D30F , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD3521F78F885462BB5119A493EF326B0 , 0xD36E085D2BF2493B881397383E9F89EA , 0xD394818E58964194BD19F16032979BDC , 0xD4178E7C79F642EE9892D9074F7FF4D2 , 0xD461F7507D394613AB0C90420B2CBFBE , 0xD5510E25157349E69364AC576172B693 , 0xD5F97359EBE042B7874712091F85901C , 0xD635F2BEAE59442EA10241705FE91E87 , 0xD653A79A50E34177BA98501995C3E45F , 0xD6EB542002AF4B1C833B1BC7964B471B , 0xD7614352E12A49CFADEB1E743B3B0424 , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xD843A216A4074263B959DBC70082DF27 , 0xD908647901CE4CB19AEF5DC873B0E97D , 0xD9128CBC1C2742888C291D55929B85AF , 0xD94AF7E555F24DC88E24B40E334179B6 , 0xD974A9820DEC443C882B0A1CF858FC6F , 0xD9EA99B1F5E34B478FD4DEFBA66659D6 , 0xDA0CE8E7F6704F5EBE4FF5F346D5CE92 , 0xDA100E273A464D5C9A99B110A6B15407 , 0xDA363F5157C9441484CAB755CB0FA757 , 0xDAE23B9D8F5C4D588DC18003486A238B , 0xDB634A6B088647FB975B1F6D03A6F0C3 , 0xDB91D65238A547BA93F95DA9BDAA1953 , 0xDBBBC7FC96BF47A9A5CE98B037F1C4CA , 0xDBD379F0E528445882FAA2B808D2D36A , 0xDBFA642A826A4D8A8A8D5E0AFEEDE4B3 , 0xDC15971B32884560B7E5A2B9BB945D10 , 0xDC362D5EB74C476990D1CD38D0C81217 , 0xDC3B90AE0E224823962F5B8672383888 , 0xDC59F738B39B4C8A81B54F1753DBABB1 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xDC6613A44F7141618B46C1296354340E , 0xDCA5F07E8B5E4AE1894335BBE9D1675D , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDD12CFCAA89342BCA150BE1FDDA0DCB5 , 0xDD319453E6104BFFAF533695E082AADE , 0xDD579203296143D89F34EA25B76FAB7A , 0xDD6E1028EDC4480B86617D2EB38B5FDD , 0xDE0B7A824FF740BC935471C2982734D0 , 0xDE3927C742EB49D0AE8A5328B6D7E6E7 , 0xDE5BA48B40A9464085C1A1D54C2A2CBC , 0xDE5DEB88A77C42C5895C4C1CBFCC28C9 , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDF9558FE20CD451792341CEE9501D0C3 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE055E2635E1842569F9A415F300D55B4 , 0xE0755CB2B6E44647A287924E993EF08C , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xE0FD0D0A849A4E05800B4D899AF80931 , 0xE116F2A5A49B4FDBA9364E00AB61A0FD , 0xE187D065589649F79DC6B0B1FB0ACC64 , 0xE197838C8ECB47CABF2C12B66A18B7CD , 0xE1C2ABDAF4A84145AD72364B98CD1811 , 0xE25F021D561F4DFE9CBE6E0F4E178D86 , 0xE26BF4FA2B4E40E189D90A13529F18B0 , 0xE36E64A738B6462589B660299363EED4 , 0xE3A265B2E7844577903B6D1E3F5396C9 , 0xE3B2420A38B74359A69146A98E1258F8 , 0xE3BD6CDC43554268A59CE84B42FE520F , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE3F0D71DE28643A5B3FB6C410E75CB29 , 0xE404FBE893A147F7AEE095A02257DB17 , 0xE425BFB12DC7476984D6B79493FC3D1C , 0xE45BC4BA3BDA4179A5AFE9DFA931C0D1 , 0xE4DAEFFEC568499A814F8E65DB974EE2 , 0xE4DE2640A92F4A0893A7BEC589B6C014 , 0xE4F14714A3E245AE8DAB96DE129C84B4 , 0xE4FA88FB68F247C0B6CEEEFDB59300F2 , 0xE5103423F713415EBFAA8328E68890A7 , 0xE54C9BAD70A747EE90C206A14DDC2EB6 , 0xE5A522E0D058419C8EFF88128BB431F3 , 0xE5CD28270AEA4A7795C53B74303963A2 , 0xE60B339A9724454FA4531A5DA26F439E , 0xE66C38265ED84D15BF1693D1933B3EF6 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xE6E7FC748B194593976BEDB29117919E , 0xE764FDC34584427098FDA7179BB84A95 , 0xE7EEC62167DF4F86BFA4849DA5FF75B6 , 0xE830283717B74354AE78DF7FAFCBD3C5 , 0xE83C5C53A6C04FDBBF3731D3D7144304 , 0xE856A61D085B47E789EB273C6D725D54 , 0xE8A8ACF4BCA64C0FAC2EBC3C3F243F3F , 0xE8C02C21274B4774934F39A6F5EEC631 , 0xE8D565D6407C47638C073A678D33C54C , 0xE974A7CF5CF04213ACE9BF85ACAA1E5B , 0xEA8AFF16CA384B899A440456794CDB17 , 0xEAC2BE4C41484CF18136F1BDB919A8D9 , 0xEAEECDB6F3AD49EDA8EC27805569AD1D , 0xEAF042ED6057456293BE9F23795B04A4 , 0xEBFC759941F34A958D6057405B4C74E7 , 0xEC6858ED40024302858691A21D7487CD , 0xEC7FEC2C7F3547A38A4E632404847342 , 0xECDEFBF3B2B04546AF5777C5990FF66D , 0xECFD986698BA4A8E8680CCE33A61BF74 , 0xED0117CD0F624BEB995F35A34C273ADC , 0xED3ACD02960947B3B474F968305F856C , 0xED84B5918B694E0FA91FE752117D0245 , 0xED99F583E73E4E94BB8768D4BBC0A589 , 0xEE2A8D60600245C096112CCA446930F1 , 0xEEB7A074FD144E8B93C12FCE580C7F4C , 0xEECD7BB699AE4EC79E4CD9F9424BE7B0 , 0xEEEC2562DFF74F0E83D5B768F6E89DC1 , 0xEF78C28BFBF0465BB229D655D7F0288B , 0xEFEA42B137644D6E8E119DA67B772A51 , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF0EA1E262A20468BA44339EA4D0995AB , 0xF0F9A998E7484096A63DAD99749ED57D , 0xF17176BAF87F4FE28AB04027DA6B3025 , 0xF1C6A33E004F4A03A8BF020DDDEA713A , 0xF1E4A5542383468794C051133E335455 , 0xF1F21780CC484CCE82ECCD68DBFF07A8 , 0xF24C78BB37354468940B9A0AC11A0FD5 , 0xF26C36DBF0364C809A3DC2B5DB73FF62 , 0xF2870544C73F458C999B4B35EF6B02BF , 0xF28993881772426790068622444F0975 , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF2FB774024EC471B96E3E8663F8FB27A , 0xF30FD2AD741543608379DAF77CD7417A , 0xF392D3B70BDA47D0B06E841D83A1FD63 , 0xF3BAF3F7633544C0BBC53E2AF9A64B40 , 0xF3CD123BCE9A4B1881AE6DC0632F216E , 0xF42CB19C8197497B9A6A91BE534B2AB8 , 0xF42D33A46EC143819DAC3017EFCE5BE1 , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xF47C11FA3F4E402584C6D98691D8A60D , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0xF4A7ADD6C6314BF2916BDFB32A1B386D , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF61D5138C970456B9BD23BAEED4F2AAC , 0xF62F31A7762C4DC4B43538065B4089CE , 0xF77F4B4597054311817EECCE5C5F65AE , 0xF7AC6A55317445AB9333828C12539D80 , 0xF7D621960DAE4828A78F20B68A65621E , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xF830872A4ACA47B78192B6C9CE1D6914 , 0xF84DF9D7347E4C47A96980484AD64137 , 0xF872876363044B1BB656FDD83918ADE0 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0xF880AF43713341AABD41D4ADDD2607F3 , 0xF889CE96EA7E4F3589D2F4AF6D82261F , 0xF88C819E6AA3485481F5B5197064F837 , 0xF8E72AE6A4DD4426948B16B314A91406 , 0xF8FB5684A48E4370997907EF4D2A852C , 0xF901228B19D64280A16AAEDD9F88995F , 0xF908A15F6B924F288F62239E3B5F64F2 , 0xF94F1D764CF94FFCB9FC568FC596A64A , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFA2A6244D036402089C5C0A3A48D3BC5 , 0xFAA0B9C6B35E47028646289FEB0FF043 , 0xFAAF342D852F45DAABC8067E528E6175 , 0xFAC11F2E0ADF4AD9B9337977E8682979 , 0xFAF4F9AA8F7D476F88564EC15CFAFD05 , 0xFBF8F88621344C368737CF7A25077C0D , 0xFC212B1B91FE4EE780A38E7C685BAE95 , 0xFC63E57885F4452586A9E37A69A51325 , 0xFD1A9D0A4DAA46BCB2E5AF094C8F6ECE , 0xFE075C39902C4486A34359A9D9ED9C41 , 0xFE5F50CE07A5465BB2F96C54F6B1A83C , 0xFE9D9E508E1E464FB60FF92A80B5694F , 0xFEC1C5FF1264408096F7AD67F94E2CB5 , 0xFF20D579FEA94A72BA5864C1B3102618 , 0xFF8535037E3A4305B18F63128CBC0D77 , 0xFFCDC5814C3E4FDAA21376AD8E8C38F1 , 0xFFE3A234F31A4C23AA20807E83B12A39 , 0x24E490E081AD46388419306ED099B5EE , 0xB241B203B2E0483186131880DA1C5FB9 , 0x000EF5831B3A430C823FDB9A4D9A82A4 , 0x0036B2AA2D254866B33BA1BD1D4094A3 , 0x01DF0437D5C445F1A5A07BEA8DEBB183 , 0x031DF1F8460A4A54A1A68A86D912074E , 0x05033B246B5D46FCBF4CF3587EA95094 , 0x054CD0A3D0234E5E9A51B1B909806E40 , 0x06251DD3B0C94093951DA100F076C2EA , 0x08996E960EDE48D58D2ADEE53FA2D08E , 0x0BA77E1E710F4523A101F0EEBF7A48E2 , 0x0D41A6CB43524D9FA55D17FD7116941D , 0x0F36664F01AB42C0B4338739B51FF205 , 0x0FBD3AE5F2684859B4932BE62CA73191 , 0x10EF658B90494C9FB3E03831ABC6E947 , 0x13180D090638473A8C4268DCAA6D423E , 0x1393F63C67C14F13B8A70B960C4AE56B , 0x13CC27EF18FE4B7D864B4181B080E1B9 , 0x15A0952AB3DC44769641DEB1E19D6D1F , 0x17439E2A47444F699915CD9AC6D679E3 , 0x17C40A6E70164BD4A1136576B6AB237B , 0x234898B4A04B47C7B374ADADB9CC21AF , 0x2437AB758719496EB6A7DB0C84D2E10E , 0x24A8D5589FE1443B90C22DF98D9BBC93 , 0x26C07DA2CF2940B593D62298C1AEC378 , 0x291BABAFD0334EAF9E5B2A4B29A76579 , 0x29F01EE5467642A3B710C07A0BD70CB8 , 0x2BAF37AE59464D3CB39971A554F40F61 , 0x3261F044C57A496E83CF13E4B71DDA14 , 0x33350B9EBE3C4A60BE0D1A7928036C18 , 0x33D58CD52408459189C250399FEFDBEF , 0x33DD6A43E3A54927B514FCBC556CC817 , 0x3439C7271B0B4B87B9918EE485D73856 , 0x3634B26C04A7478E935D67F6CD64CDE0 , 0x37883F91059C478C8960020BEB60D36A , 0x39927107BC034520BF7C9052503EDF55 , 0x3C32C96EE8004E4C80848C413C5048A9 , 0x3D7290F183064D558CDA22D51D797385 , 0x3D8F5B11E00C474FB6EDCAC1EF599562 , 0x3DE15FD693E144D69B2E452669E0DC0A , 0x3E002086E1D54B1AA5D20A63D04A21FB , 0x3E15C2F8798F49429924553061033BE3 , 0x3EAB6912AE4B4479A6C7E718E6AB284A , 0x3EFBAB582BE143EDB11FB8AC98C99770 , 0x3F9DC7681C6B4AFE81DB3BA5AD6582E2 , 0x402DE0F47FAF4912BD024739EEDE2A1F , 0x41744186517E4785AC56232DF0BC8943 , 0x41B1F82F4144486B8895B1C83F710700 , 0x459CD3A8A16249DE95CE89DEE1D60D6B , 0x4A6B17BB0A994F04B35658F17CA6808B , 0x4B5CC8374D564F75B99B19BDA2C2A5C6 , 0x523F2D6851B74EB19DD714C770C5CE81 , 0x537978FF86A54673A4BEFCB75B2AE20F , 0x56FA1720FE0B43E5B81F90C522276CD9 , 0x59EBD7D57DEC46B0B4E5E8E056BCE891 , 0x5B0C837F210B4C44802CEA50B4FC4DDA , 0x5B30E012322048DB8FDC5DCD22503A37 , 0x5DA14BD098804519936C4A59B3154B7D , 0x5E665C60DAC8436A87BA751B291AA7F3 , 0x63C53BE385DD43D6AFD488DBE431B040 , 0x6425A0B2DB4343F593B0D787627A856E , 0x668F4A9F73DB4EAFBB0880C78621B7CD , 0x672F2C66F92444F8B853AD854028C46C , 0x67CB2A6565874EE7BC6D3778CB00B48D , 0x696AC7C311DC4D1B9534B2B4F4E9054E , 0x6A483037E868442986E91B8ADCDCFE31 , 0x6D17C5B452D3490682488B1FB4F47EBE , 0x6F0231C68A034A6694037C26D02903D3 , 0x6F02B9599FEE4388AF578FFAC2A14695 , 0x6F327AC000B7407EBB28580A4214E70B , 0x70CC9842EA224E319D05B2570F355568 , 0x714F317B71944E31ADC9C38DED17EFE2 , 0x71C81AF831544136BA4A018898B66A28 , 0x725B7B25FBA449A78E2C839BAB84441E , 0x72A7AF0448084B61BB176770491D8A05 , 0x73423544CE40490AA6E0E2459B7CB7C9 , 0x75F56C39CEF24B4DA8950B9218EAA5F4 , 0x765C778DE9EB4087A863BC7C1A09B119 , 0x8015D95848C743C788F1FBB49C36F2CC , 0x82094C10D4B94F7782F5DECE0E07600B , 0x82B64365454142BB9C57E9FD12781304 , 0x82B9AE0388324B52A3458F5C6A293B50 , 0x854E974745E64C3CAD261F645DFB89A9 , 0x85A2B8BF4F0C41078374D764D72F4CB1 , 0x86E20F3A16804390A136A374541D3E01 , 0x882BE18AC6A24426B7264F6EA45872A9 , 0x888D319E6E7B499D9A206CDDEAE4092E , 0x89629BD0FB204A93AF259C4B75333D91 , 0x89AA96A2F0CA41F5AEC92BF09E173545 , 0x8A81294FDB8F430B9930A274957A1938 , 0x8A82F77FA14A43F180D27B7CF6465FB0 , 0x8A8899AB7E3547AA97CBDC86395F1525 , 0x908ECA9FC92644488B080FC149CFCE22 , 0x91DF949AA27D4DC29DC9745ACF82D068 , 0x94D7D44634F8460197E26762F4B8125E , 0x94DF33004C1E46CB9674B080251E257B , 0x9535087AFC064BFEB562533CC029008E , 0x989B1189C91948D884326CA3EC3287B3 , 0x999D2141D4344B24A46028089C38CC0C , 0x99BB3BA5CEEC4DE79971F2968D75FF53 , 0x9B3CC546E8054DCCABA1443561D286C4 , 0x9B7822B4E5A84C99917B0A5814A4E1E1 , 0x9C0FF3152A024CE59F8DA609FE71C773 , 0x9CA981CE52C94413B4036C1CCBB43254 , 0x9E65BBECF0A04FE3B778F48A23DACAC9 , 0x9F8C61421D7E43C09D29B8679EDAE9B0 , 0xA07EB530D7744D619776298A4058C5D4 , 0xA15530D9AB8846D692DCE7188B47ACD5 , 0xA3EA7EF571784665ABBA4B2397983D68 , 0xA4A8C6346F5940FFB4761D2D5D091967 , 0xA4D84B79F9544500A9A5AFCF374D8E9B , 0xA4D952B6FC5B42F19E18BE4811068F3B , 0xA5963CD8B2784234A4859EEA03EC4464 , 0xA5F59F25F1B64AADB4E2A898ED821D60 , 0xA6364A882D964ADB9721FE499B9E804E , 0xA78F1EC6F1B94E8F85ED262FEEBC04AA , 0xA925BF421D4D4214A77DC719F144EDAA , 0xAE2D137EDE884752934274C069C6F426 , 0xAEAE75E89EF54D42AD07EA9DFC6F4B5A , 0xAEC485415F5A4CDD8D2C5FC155BE17CA , 0xB064BBDAD6304515B0E7FB7A98BDD096 , 0xB2BA951AC31F417A83888BC4E08FF6A5 , 0xB335CB07EEA047ABA84EACCC56619CF5 , 0xB4D68788A3EE41D5B4985E37BCC20547 , 0xB7EDD1958F614CB999BB19B8FD457DF3 , 0xB870C2E3478A4C75BC3165AE7CFD9F12 , 0xB8A2E011D7E34A4184B5A5E02A9FE890 , 0xBAABCF0E917F4677A5D8DBD49BB4C05E , 0xBCF4073024D6456D853798180F7D65FE , 0xC006251BAE9C4955B5F15D8B4F79D5AA , 0xC009006E78F74F23A7EEE4EC3FF8E2C8 , 0xC22A162D937B4591B9BF49338FD1A781 , 0xC40E55B5B2B743F4BBEA324F26BDF94B , 0xC67989EFA5194A9DA13A7638932D254D , 0xC812823D1C3D4F1E8F4405621322BAE4 , 0xC8C2B9B0C8E64A0A9652E079F71CD9DB , 0xC8E2F126B67542F1BFEDB68726AA86DD , 0xCA5A25FFEC6C41BD892D257951016191 , 0xCAD62E8B68EF434CA7DDBBA59D96B0AC , 0xCD84FBC26371498CA40118D7E71FCD3D , 0xCD950D91B39546AB914C7A7FD49B779C , 0xCDBF7C5DDD544A4E87B2C282DFB0C63B , 0xCDCDC299800E42388E52452A3EF64060 , 0xD0687AF578E94031992F6BE4D7DDBE8F , 0xD1926947508742DDBD490C8E24C25861 , 0xD1C8390513A94B47BBD7508CC1BAD2E0 , 0xD2A47228EF0C4F439FE63B17606B9AA6 , 0xD52A2FCC05914014BE6ADCA896C2E366 , 0xD6AC5EB7B3BB433C8D31A63AAA9E7007 , 0xD6FB08D4D6584E1199283C9F5E3D8ABC , 0xD954C471D3C9423FA92B43EA70C44CA0 , 0xD9AD55583E644992ADC18D0088AD92C7 , 0xDB602B56B9F34223A9138C3914C012DE , 0xDBF60111696D47D29AFCF66B80807219 , 0xDC3DBADCC1074223AB18F330FC26F3BA , 0xDCB5A2AC65CF4B54923DF476A02E2975 , 0xDE458A0A88404416B746E9F4C6D991AC , 0xDEE4EF1D90934544BB7085ACE72C529B , 0xE159839C869342269DD7661361C6EB0A , 0xE251EF0362FC4BD094BF86C1415347CC , 0xE2610F59669A47A8B4FE27FDDE939DF0 , 0xE376A38DDCCA412DA91F59D6D26EBC6B , 0xE53C9062DD7142169FD082935AC44F94 , 0xE6F61BD2254641BDA44EC369DB858D91 , 0xE8F198E54C4C4A09BC06AF1F21E698D8 , 0xEAF295037E104487AAA71C2CE6671E67 , 0xEBB8AD57253A4CECA68F41664B15EDC5 , 0xEC151D6D00A746AE90385FA03FCC7610 , 0xECCCC3E01A09438792CCDE1CD8990D26 , 0xECD31744CDFF41DD8E0BB04B8C0E9F0F , 0xEE66AE513A2043F094332A223AF6112C , 0xF03DEEF37C214D738B6453D3728E418B , 0xF0CF82E97C1E4240B2D7A13177F61B34 , 0xF113823D86DE49788018C1B18A8849D3 , 0xF2E978C0C8834FBC89A448ECB593DB6C , 0xF5B11DB4BF904E51A18EBAC550A4AC62 , 0xF8A9A268CD54446C8ECDE28A19FD5658 , 0xFC0A7EAD0B0B4A4189EDF5F0DD5AF809 , 0xFEA025D9DBA648BA9AB9272E76720332 , 0x3FBD4A37A52141888F5F023926E3BF28 , 0x9F41DB31F02F41B3819BAC6DCC68D740 , 0x013DA65E739A4DB8A887B37F74A9623E , 0x02E2BA63ADE04CB184D43A50A0F03860 , 0x05143EA5F78A47FBA008AB0892384685 , 0x0738EC0650E54B209B60A663F9B5A423 , 0x073BAE976DFB417F91D8691F61A1B96B , 0x0DB2665EFF0B4B758614CEE9E8D28F5A , 0x11BDDE7A273C413E8D1ACA7E5FC022DB , 0x183CE061DF6C43B98A553E545A2AA40B , 0x19D151494A284230A24CED4805DE0738 , 0x1C1DB6DACFDC42A7A1E26ED48A8A8812 , 0x1E98CE6745D741548F163DCD3AE38E0C , 0x1FF81A188B694DB0AF50A7D1F96A81AE , 0x20311DBFACD24A508E7287DDB93890AF , 0x215E941C61E5474FBA3AA507FDA6416F , 0x21820E169D28434FA19413115E8B5DF3 , 0x2197D9C64D8443F3BA669D8D618839B6 , 0x236D64B4602E44C49213DAD4B86E74CB , 0x263B9688A92A42DE82AD5FB89B3CF3CB , 0x27D5C616FCB8473289BBCB56D53F55DA , 0x291B49C91EBF40A798CE353A92167323 , 0x2E9290E35A6B4A52B9B6F5A6016AECD0 , 0x311C6E4C7D1D42C7937943EF36C4ABF4 , 0x33FF56FAE1A24C12B2CA2B541C44B0D6 , 0x35B7410727F14900B21C24D3C78491A9 , 0x3637F20045964295ADE0699D0C470838 , 0x39E9687E3B164322BC0045157B2E2A18 , 0x3B069A42EE2C4545893F2F7C975994DD , 0x3BB5B665615C4F62A45EBA072ACFD74B , 0x3CD1E137465148B8A9CDFEED42DE2E62 , 0x3CF891E14CB34B0BA50FD391A2807B77 , 0x3D2BBEA8341742948A7344B6C509D8B3 , 0x3FCACBE886D34AD9B2C10F3FC61F8259 , 0x45F7A952F14E468EAE4158690DEB8E74 , 0x4931750F83A04650A4B13B91EB8EF7FC , 0x49411056684C4295907BD0DE3B37CA1A , 0x4B882F0DE5FD4BF2B50E231544FEC2E5 , 0x4CFBEFAEA98A4009B0097CAB4FB85A36 , 0x4DE097103B78486AA65B4764D0018650 , 0x4F0090660FCE4EA2BC50CF67EDEBFBBF , 0x51FD54FFE2F640F0A1BF7302E59CF4EC , 0x53017AF10C0A40F69634919724541535 , 0x534FFEAB74F6441CA9BCDA8ECA34F09E , 0x542D59AA66554360A80B4D3E511FCE89 , 0x56009D93560A40D98EBF6B29679D2BEC , 0x56553F1B4B8D4B7391B27369A1759C97 , 0x57B0186C547746BB86A13E46FA22D831 , 0x58A3219A8122456FABB903D017D658F1 , 0x5AD1A1EEE0FA490DAFF3880C9C984D18 , 0x5C64459B03A946EB9102E59B3D782683 , 0x5CC11E2F36C846549E5FB7EF1B1E8A80 , 0x5D1962D86C9B46448CF1E4B90DA50673 , 0x616706158B4441DDBE8A7E6C32A18F7C , 0x62D09ECA23384172862291C2589C325B , 0x6449F98CEA1646FAB71FE7A92CE9A95B , 0x650B09CB667F434381FF5920559141E2 , 0x68297AE562D24F5BA195A62160134A5F , 0x6B941B122675447F98A0B0432CB7787E , 0x6C2648BBD45D4DDEACDFDBA6F250399A , 0x6C5CC101980B4A5EA775ADA6485A9154 , 0x6CB8BB419D694C87821A46AA71C58BB7 , 0x6EDCC134ACFE40A885B99E8FD40FC7EB , 0x70C2B1E9BBB045C98AF429CA2FB9F820 , 0x7165E6509D0B4EF199677BEE6D2BFD7B , 0x71C87F6FA21F43D6A7D7938DAD9A66C5 , 0x7239654C579C4C249FCEEB7C0D2E50A1 , 0x725A22B33FBF44C5B1B79B88CAD86DA9 , 0x75DDF9DAA40040D2BA578B7B14FE022A , 0x7777D812DF4B4F959165E229A8731A08 , 0x77F903A431A4494E93B4EEBC17720785 , 0x79793462C98D4A9EBF65F8C3F73D137C , 0x7A7588E5312341F08BD3581D820BE17A , 0x7DA855AD514A4ED39E38B70261089A64 , 0x7E4EA17E421F4027A801E7EF3B06E982 , 0x7E6111F804D6411F96FFC6A19F27DC9F , 0x80540266DA0A4C3F9D201F7460AFA278 , 0x82077763EC944AB08902FEF19CC61935 , 0x8461987EE15C4C009C7299A6EB279C99 , 0x8A396868C70B4AA7800BAF4F9EEB5D3A , 0x8A4D1E9157394DF7AE050AB470A55225 , 0x8A71E014406040068FFEB2CC3B3B6296 , 0x8B3A63761081450A87D770437FD85FB4 , 0x8BDB28CF4D5244F785966F420A546698 , 0x8C4317E3A4EF4D3EAFA1CE806A592633 , 0x8C434104F47142EDA42609F87FD57D4A , 0x8ED7492B6A9144D0B62801FFADD6ED01 , 0x9014B42FD4844D44BFD0BBCFCF6EBC5E , 0x926DB028ACCB4023988F0F4A540C7BDF , 0x949078328FCE4ACCA061D76358801280 , 0x954CDF1E0B9247F7B0E139C225FD5C07 , 0x973980EFAB07479D9C6324B155759321 , 0x97DBCA9B41C44294931746AEBE738968 , 0x98CD586ECDE74B12B65D6705C2576A21 , 0x995C0CC261C7491084D937CEDD9CE101 , 0x9A831CD78A104B57880A147D8DA8549E , 0x9CEFD7B34F1244ED85B84605449C5A7A , 0x9EE307CD64F64408862BF813D8A6C6EA , 0x9FE344B101194AA593E381DBFBE67076 , 0xA02D16B86179462E86218900D90C0DAD , 0xA07913603E574CC9A22070E266214C90 , 0xA16290FA25104CA1A61AA9B6F4F7D036 , 0xA291506B5F8E4B44AE950494CC748C88 , 0xA2DF73BE090A4FE79593CA812E099C80 , 0xA7020B03E1B64DF6B55D1C6C80CD065F , 0xA79D862FF60D40AF81050BD7B73F3D0A , 0xA7EE6CEEA45B427DA226A0EE4C5A15EE , 0xA8D59B0F99E042E9B1F33607EF89475F , 0xA9B2A766DF7C46FB91615247460E8845 , 0xAA01838C50EF4E4BA3A86529DC77771C , 0xAB27808E056E457BAFE65174DD9F709E , 0xAC1E6A1F906A45F69904232E2259797F , 0xAC5E506A354945C0B32D57057A6B1E3B , 0xAF36BA03A9F141CCA87CBD83EAFD2A95 , 0xB0D76506205C4D19A96EEFD8B0CDFEBD , 0xB170369F9A64457E9093EAFAC99541EE , 0xB4A62F3955754DADBF3E42392A65F8F7 , 0xB826D5FE5A5947DDAEA6A4A5FC30702B , 0xB876E2D0F63747278DCC0766233BFEE5 , 0xBC06F44B4D2E448BBEC9EAAFA19C68A7 , 0xC011E4DE3EFD49C0A4E3092806B10100 , 0xC362F560CFB64E4BA29269E250BA87D7 , 0xC4CE8DB1F4F4456A9E7B2F0160026CC9 , 0xC5ED01FFF2164299AFC1B349A42F0EC6 , 0xC6D3404ECED446B288764216A79F740B , 0xC8BF331B067044A19DC039755C7A539D , 0xCA3A4C6F226B491B9969DBB8542C6C9E , 0xCAF426AC1FAB45B6A90EAABCC58F83D4 , 0xCC12E0F9D0F24137BB7640C570579F3B , 0xCCAEFFC50C654317933D96744F02E535 , 0xCDEF61801E6643A9BFF71E84DB2E322F , 0xCF571CE03D414C1799FE389FA95EDF68 , 0xD07974C547D944789B65FD933D8FE0AC , 0xD5C3264D5BEF47A29A3118AAFA1F1032 , 0xD740B56BCA5544A18B8E3032932AA7C3 , 0xDB894FFC25ED4D7CAA7C175AA730831D , 0xDBB7C8FF20EE449AA1685EE9A90A2E73 , 0xDD1BCF16CF3242C0910619A937A86B09 , 0xDDD651AD7C154B66BD7DF0B675A13ED6 , 0xE032A3614E034836874B366529F59F4D , 0xE7D12ADF45084DD8BDA4C2526E9B69B5 , 0xE85A16FF9B6342D3A17FEEEB3C06A868 , 0xE8DFF51A6AD0491EB993FCAFD3AA1BBD , 0xEA0F70285C5B4645807AEEB8E74DE3B3 , 0xEB9E1E59985640A699DCE58989AC5F50 , 0xEE313412649141738B43C0FE846BDF39 , 0xEEDCDCCE41044C2EADBEF684C9D5B6B6 , 0xEF2652DFC9E8462E85E0502CE7A8E754 , 0xEFCCE59ACA604364BC25665186D7DE29 , 0xEFDDDF97D19A4D009C6FC9ED789E8F0A , 0xF105061E04BB4BE8AB658CE17798B5CC , 0xF1A534316D3542BDB3A092BEDF6E5017 , 0xF3C86D366065465FA5FADB4762AD5836 , 0xF41C8C337F354F12ADA67859C4632E61 , 0xF4F73FFD016B46E98DFEACB710338EEE , 0xF7604D261DFF4AD89962CFC65EFB727C , 0xF878CAC8CFB24F9A8BBB16B89AB096DD , 0xFA23FEBF81D841718291DF52330791CC , 0xFAAAD120CC5F45CF8ADF10AE5AE1B48B , 0xFCD3112DB75C4BA187BA9EB8CB499489 , 0xFCDC668681E746839D1329CA82CFB671 , 0xFDF4DCC1A53748A5A4ECAA28B1D53587 , 0xFE98C6F390D7424FA9EE5581DA0B245E , 0xFEA6D409F60643A3B11F98791E0511B2 , 0x0BD2DB64D31B48A3B97DB1653B8C318F , 0x29AFE40E22314705B8E3BED42534EE8E , 0x34AD23B15EBD4ADB8DF0657CEA43DFA4 , 0x3B4729F35FDE46B88BE5242A9F8AD835 , 0x48CFABEA29334FE4A2173A7EB8F02F6D , 0x4CF6969FDE3F474399CB3D115F18DCF2 , 0x5051067ED4F84E8481E758F3509A1408 , 0x59F842F9C409491FA0846D4B7E8AEFCA , 0x75197D9091D74A0ABB9D4282A35CE321 , 0x76196AE5D4034660B0BA04F2E1FE9C9F , 0x7FC0879ED8F44B65ACEF44E1B6D4B1EF , 0x8312BF98D4A74DCD8A49B4044D7712FE , 0x8712A522E938447EA0C314F37E90CEA4 , 0x901AA6D8B641430E8395DAE216D521F0 , 0x97FC2286EAEC4050A703F0FA380D523D , 0xB14934A73593405FB5633FF93906657B , 0xB385296579D249818B2E1C551FE6BB4C , 0xBAF3625A97F443188F36DAE3F124476D , 0xBB36F657245F4986A3200AAF87554F90 , 0xBEAAAF996407403F8F667CBE0AC951EB , 0xBF3977D5EF1E4C2F905AFEC9436B89F8 , 0xC09182635032413ABF51633E03B4977F , 0xC873281D85364102B50C8FD9BCA7F28C , 0xCD2AF29A61924373B367071A3EB8CFA3 , 0xD0A2419C2FF2463192BED2CA571E70D7 , 0xE3DD0F056835411DA9F29451ACE4ACDE , 0xE51A9A31AE354946928D93A02B48DA09 , 0xFAA126170DDD4062A57E0BA0CDC72CE8 , 0xFAE3113F30F143B8AA9C9ADB9F077506 , 0xFB570CBC1EA04398AA4BA412B9BB1ECC , 0x06DCB04EEA934625860E85CF3EF834CA , 0x0A397D8282194BE7B1B5A5DD99C108CF , 0x0B8FF1EE0CA54A42B59B70B5FF1E268C , 0x1C170A1F9C8D4358B14A74722B30598C , 0x23A8A021D6E74927880892F07E4511AB , 0x3E7C77DB5AC847E8A3C7AC87747AA1F3 , 0x437214417357461BB80350480CAD3A1B , 0x4E2B3F6B6C764351884F5FE6D925E333 , 0x5386BFEB57AA47F7AD2CCD33960E6478 , 0x58669C1B25FF4C7B99AC50047539F6E6 , 0x58AD6082E3BD45BC8FBCD575A34C47D9 , 0x5B7F0EDA9A944C55BCE790C1420EF6CC , 0x71440EA325924439A597BEF1EAE18658 , 0x7A11C7024E1B4D379EDFFAA0A46D1F67 , 0x8209A07778FC44428664FEE8365E4BE0 , 0x9231F41E031642C5941D93A13CB6D70F , 0x9AA87F5A0491471E924561CBBB8A4469 , 0x9E9A961253F64B86A293B1300870A929 , 0xBBA6CC4417844A46BAD9D46E71D2591A , 0xC29CC7084F2B4075B8C9032A5E38B1B0 , 0xC9CE81AAF25846C7A506BA81D18D8EB2 , 0xCF4469040FD7466FA80DDEDD81FBF884 , 0xECC9B5EE2BE34C9EB8F916E902D54E5C , 0xEF58AD338166422FA4D4326B28E4F157 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000 ;
Copy
85
4.76 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"»¯£e3_O6½3s·Ÿ$g» "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"¼\x06 ôKM.D‹¾Éꯡœh§ "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"¼iB¯%/C]£«0ȧ#‹Î "
b"¼ô\x07 0$ÖEm…7˜\x18\x0F }eþ "
b"½£Ã\x10 +F´‡76ðl\x12 Íó "
b"½§4e‡rE\e ¨&)Ö¨\x06\x1C ì "
b"¾]4syMFú»)±\v ÞzÖ˜ "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"""
¥¬»Öd\x07 @?Åf|¥\n
╔QÙ
"""
b"┐9wı´\x1E L/ÉZ■╔Ckë° "
b"¿ßU:ä¶B^‡„‘\x07 *©ÒÞ "
b"┐ÚcÉ─}H\x07 áÒ├ßî┴³╠ "
b"À\x06 %\e ®œIUµñ]‹OyÕª "
b"À\t\x00 nx÷O#§îäì?øâÈ "
b"À\x11 äÞ>ýIÀ¤ã\t (\x06 ±\x01\x00 "
b"ÀQY\r ŠòI=–yíü8ƒ"› "
b"ÀVB…¯GM$µÎmác\r €% "
b"À‘‚cP2A:¿Qc>\x03 ´—\x7F "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"Á3Ф®^K= ÅB̧\x14 ¤É "
b"Át„¶œšAj¯ò™7Úgö’ "
b"Áš4€ñ°Eb‹ßT`q\x08 Òq "
b"┬\x08 üm»┌H¼©øéų▒Q@ "
b"Â\x1D &0…DGä´¿§Ú’+—Z "
b"┬*\x16 -ô{Eæ╣┐I3Åкü "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"Â<Òý 5F\f \x12 eÄ—‘ì\x16 "
b"ÂU|í^¯F¯‹ªàs$ƒ\r ¢ "
b"┬Çí┬║_L▒ôk?ï:}Ø\x7F "
b"œÇ\x08 O+@u¸É\x03 *^8±° "
b"Ãbõ`϶NK¢’iâPº‡× "
b"ÃpúüØH@m¢wÉK³]d´ "
b"Ö†h…9Kï—ò.;¾óS˜ "
b"ç(?‡…Ea§6ƒ-NCÏ\x15 "
b"Ä\x0E Uµ²·Cô»ê2O&½ùK "
b"ÄPÂòû©Eå¢L†á®(\x17 # "
b"Ä]än¾\x07 AÓ‰¨´Â\x1F &¦ˆ "
b"ÄdCãrfC\x14 ¶Dºø‡BtÑ "
b"Äl!Fª7Jm§\x11 yÀ·\x0E r' "
b"─╬ì▒¶¶Ej×{/\x01 `\x02 l╔ "
b"Äúm6u™Lí»¯t±¬ÓÒo "
b"ÅLÒGÈÖHN‹Úž›x\x13\x12 · "
b"ÅWŠ¥?‰KQ¼<9¬çThÑ "
b"Å®*?ëDJ|·\x08 G±V\x1A ^\x1A "
b"ÅÃÓ\v µoL丙G>PÌv. "
b"ÅÛéŒü³M:µØšÓõú¨Ž "
b"Åí\x01 ÿò\x16 B™¯Á³I¤/\x0E Æ "
b"Åî3ªO\x04 GÚ¥Ò\x00 ï\x0E _.ï "
b"Åò6ú\x19 ñE?´õO‘\x07 oß "
b"Æ\x14 ÎrçOO¼‹œ‰žÞ—~É "
b"Æ7<“\x10 vGa‚\x17 ^i¨¨x "
b"ÆC\t öÐÙCè¡¼èø¿ŠjF "
b"ãyë´Ñ\x19 JØí:v8ô-%M "
b"""
ÆÂ<»\!Ob°Â\x14 jk\n
¥`
"""
b"ÆÓ@NÎÔF²ˆvB\x16 §Ÿt\v "
b"ÆÔàV\t iHWˆ$ùGçeèa "
b"Ã\f ┐▀óHAfØ_Aæ‗B>³ "
b"ÇEÈP©¯@=°÷Ri0¸ž3 "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"Çá¬âV®H\x1E Qü×KÛ{ "
b"""
È\x03 ¤ÅÔŽO\n
‰ý\x18\t\x0F •Uß
"""
b"╚\x12 é=\x1C =O\x1E ÅD\x05 b\x13 "║õ "
b"È&0†BÍBî¾±µÂ6jMù "
b"È]GƉ\f K´‡lºÑ…8s\x13 "
b"Èr\x0E píŽAзù雌¨Ll "
b"╚s(\x1D à6A\x02 Á\f Å┘╝º‗î "
b"ÈsǼ‘ùFz‡]ôÁ\x18 ˆä\x1A "
b"╚┐3\e\x06 pDíØ└9u\zSØ "
b"""
ȹ°ÈæJ\n
–Rày÷\x1C ÙÛ
"""
b"Èâñ&¶uBñ¿í¶‡&ª†Ý "
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"╔Åð¶±\x05 Büíµõí Iåî "
b"╔╬ü¬‗XFÃÑ\x06 ║üÐìÄ▓ "
b"╩\x08 £▒#hJÚÉpê╩{_│® "
b"Ê\x10 BRxŸMã¾J¨SnÇ)\x12 "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"╩\x1E ïùG$K{║¯¥,)ü╦w "
b"╩+ZÝvYKØñ8\t 9╔¢;. "
b"Ê:Lo"kI\e ™iÛ¸T,lž "
b"ÊN€]w<A»¬¯ 5\x7F RŠÆ "
b"ÊZ%ÿìlA½‰-%yQ\x01 a‘ "
b"ʤ’ßl«H\x15 \x11 $£Â¡›š "
b"ÊÎVß·@D\x12 –ß/#”bÊó "
b"ÊÏ\x10 'o±F\x11 ½CÒ·ô(ª "
b"╩Í.ïh´CLº¦╗ÑØû░¼ "
b"Êòê\x1C Ä\x12 Ná¨2—?÷[¾¯ "
b"╩¶&¼\x1F ½E®\x0E ¬╝┼ÅâÈ "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"˼¬Áº\t Ež½Ü\x11\x15 ÿ\e g] "
b"╦├;É÷EN¶ïßıöDÌ9ù "
b"Ì\x12 àùÐòA7»v@ÅpWŸ; "
b"ÌL(ìHY@ü¿\x14 y…£Äšž "
b"ÌN\x19 7åD.»¸±ÅžT\x0F Z "
b"̨“V×\e DÛ‹‹Á³\e\x18\x03 ¥ "
b"Ì®ÿÅ\f eC\x17 “=–tO\x02 å5 "
b"╠õ╚█┤`K3óØz├\x7F q»£ "
b"Í*òša’Cs³g\x07\x1A >¸Ï£ "
b"Íx¡š¹×EÉ•\x18 V\x0F ÎÆ¯õ "
b"Í„ûÂcqIŒ¤\x01\x18 ×ç\x1F Í= "
b"Í•\r ‘³•F«‘Lz\x7F Ô›wœ "
b"═ùoY┤ßLØ¿\r Ö-Mõ 8 "
b"Í¿|]ÝTJN‡²Â‚ß°Æ; "
b"ÍÍ™€\x0E B8ŽRE*>ö@` "
b"Íïa€\x1E fC©¿÷\x1E „Û.2/ "
b"╬\x02 Æÿ?\f E7íÂß├\x13 Ø\Ù "
b"Î`À1=ŸA\x0F ‘±ˆy\v e\e u "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"οßûà\x1E LÝ£Žv\x13 8zù\x11 "
b"""
¤\x1E ¤ì´NL2á>ÿ├\x7F \n
ò
"""
b"¤@·|┘iExøÅW1║`─# "
b"¤Di\x04\x0F ÎFo¿\r ̦ü¹°ä "
b"ÏQå-ð\x05 E^¼H¹\x04 °½‚š "
b"ÏW\x1C à=AL\x17 ™þ8Ÿ©^ßh "
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"ϸÀŒ\x08 =Dÿ»`:\e ,k÷º "
b"Ð\x1E ÷i§NH¬’¤I¢ê»Ôj "
b"Ð$\x1C S_=H™¾€²™\x06 ¥\x14 æ "
b"Ð=¦³þË@ã…õd³Y9Ë\x03 "
b"ðhz§xÚ@1Ö/kõ蝏 "
b"Ðw¤·înF\x17 €}\x01 ¦½àV¥ "
b"ðyt┼G┘Dxøe²ô=ÅÓ¼ "
b"ЂyBÜ‚O&•7\x05 iU/›9 "
b"ТAœ/òF1’¾ÒÊW\x1E p× "
b"ÐëLàØ■@&╗æ\x13 ┴Øèt¬ "
b"Ñ’iGP‡BݽI\f Ž$ÂXa "
b"ѧdù¬ÃMuŒ¡gY@ÜæF "
b"Ñ›‘Ò=L]‘.›ÿG“+> "
b"ÑÈ9\x05\x13 ©KG»×PŒÁºÒà "
b"ÑëÊPb%@€¡Š€œ«JŠ_ "
b"о+ìÂ╬Ij©ä§þ│\x7F\x7F ) "
b"Ñþò<ÈŸAܼȟtX/ôË "
b"Ò,;ŽJÅC³ \x1C ÃÞ.ÒeÎ "
b"""
Òž\v \n
\x1C\x11 F¯½öâaÃ04m
"""
b"Ò¤r(ï\f OCŸæ;\x17 `kš¦ "
b"ʽDf#fIêø®\t GôÍüu "
b"Ó(Ìe¿¾Jʵñ#-ÉuÓ\x0F "
b"ÓJsðV³MΪ{\x03 ks.ÎÌ "
b"ÓR\x1F xø…F+µ\x11 šI>ó&° "
b"Ón\x08 ]+òI;ˆ\x13 —8>Ÿ‰ê "
b"ËöüÄXûAö¢\x19 ±`2ùø▄ "
b"Ô\x17 Ž|yöBÙ\x07 O\x7F ôÒ "
b"Èa¸P}9F\x13 ½\f ÉB\v ,┐¥ "
b"Õ*/Ì\x05 ‘@\x14 ¾jܨ–Âãf "
b"ÕQ\x0E %\x15 sIæ“d¬War¶“ "
b"ÕÃ&M[ïG¢š1\x18 ªú\x1F\x10 2 "
b"ı¨sYÙÓBÀçG\x12\t\x1F àÉ\x1C "
b"Ö5ò¾®YD.¡\x02 Ap_é\x1E ‡ "
b"ÖS§šPãAwº˜P\x19 •Ãä_ "
b"ͼ^À│╗C<ì1ª:¬×p\x07 "
b"ÖëT \x02 ¯K\x1C ƒ;\e Ç–KG\e "
b"Öû\x08 ÔÖXN\x11 ™(<Ÿ^=м "
b"×@µkÊUD¡‹Ž02“*§Ã "
b"×aCRá*IÏë\x1E t;;\x04 $ "
b"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ù\x08 dy\x01 ÎL±šï]Ès°é} "
b"Ù\x12 Œ¼\x1C 'BˆŒ)\x1D U’›…¯ "
b"ÙJ÷åUòMÈŽ$´\x0E 3Ay¶ "
b"ÙTÄqÓÉB?©+CêpÄL "
b"""
Ùt©‚\r ìD<ˆ+\n
\x1C øXüo
"""
b"┘¡UX>dIÆ¡┴ì\x00 ê¡ÆÃ "
b"┘ÛÖ▒§ÒKGÅÈ̹ªfYÍ "
b"Ú\f èçöpO^¾OõóFÕÎ’ "
b"Ú\x10\x0E ':FM\š™±\x10 ¦±T\x07 "
b"Ú6?QWÉD\x14 „Ê·UË\x0F §W "
b"┌Ô;ØÅ\MXì┴Ç\x03 Hj#ï "
b"Û`+V¹óB#©\x13 Œ9\x14 À\x12 Þ "
b"ÛcJk\x08 †Gû—[\x1F m\x03 ¦ðà "
b"Û‰Oü%íM|ª|\x17 Z§0ƒ\x1D "
b"Û‘ÖR8¥Gº“ù]©½ª\x19 S "
b"""
Û·Èÿ îDš¡h^é©\n
.s
"""
b"Û»Çü–¿G©¥Î˜°7ñÄÊ "
b"ÛÓyðå(DX‚ú¢¸\x08 ÒÓj "
b"Ûö\x01\x11 imGÒšüök€€r\x19 "
b"""
█·d*éjMèèì^\n
■Ýõ│
"""
b"Ü\x15 —\e 2ˆE`·å¢¹»”]\x10 "
b"▄6-^ÀLGiÉÐ═8ð╚\x12\x17 "
b"▄;É«\x0E "H#û/[år88ê "
b"Ü=ºÜÁ\x07 B#«\x18 ó0ü&óº "
b"▄Y¸8│øLèüÁO\x17 S█½▒ "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"Üf\x13 ¤OqAa‹FÁ)cT4\x0E "
b"Ü¥ð~‹^Já‰C5»éÑg] "
b"ܵ¢¬eÏKT’=ôv .)u "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"Ý\x12 Ïʨ“B¼¡P¾\x1F Ý Üµ "
b"Ý\e Ï\x16 Ï2BÀ‘\x06\x19 ©7¨k\t "
b"Ý1”Sæ\x10 Kÿ¯S6•à‚ªÞ "
b"ÝW’\x03 )aCØŸ4ê%·o«z "
b"Ýn\x10 (íÄH\v †a}.³‹_Ý "
b"ÝÖQ|\x15 Kf½}ð¶u¡>Ö "
b"Þ\v z‚O÷@¼“Tq˜'4Ð "
b"Þ9'ÇBëIЮŠS(¶×æç "
b"""
ÞEŠ\n
ˆ@D\x16 ·FéôÆÙ‘¬
"""
b"Þ[¤‹@©F@…Á¡ÕL*,¼ "
b"Þ]눧|Bʼn\L\x1C ¿Ì(É "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"Ìõ´\x1D ÉôED╗pà¼þ,Rø "
b"ß•Xþ ÍE\x17 ’4\x1C î•\x01 Ðà "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"à2£aN\x03 H6‡K6e)õŸM "
b"àUâc^\x18 BVŸšA_0\r U´ "
b"àu\²¶äFG¢‡’N™>ðŒ "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"""
àý\r\n
„šN\x05 €\v M‰šø\t 1
"""
b"á\x16 ò¥¤›OÛ©6N\x00 «a ý "
b"ßYâ£åôB&ØÎf\x13 aãÙ\n "
b"""
ßçðeXûI¸Øã░▒¹\n
╠d
"""
b"á—ƒŒŽËGÊ¿,\x12 ¶j\x18 ·Í "
b"á«Úô¨AEr6K˜Í\x18\x11 "
b"âQï\x03 büKД¿†ÁASGÌ "
b"Ô_\x02\x1D V\x1F M■£¥n\x0F N\x17 ìå "
b"Ôa\x0F YfÜG¿┤■'²ÌôØ "
b"""
âkôú+N@á‰Ù\n
\x13 RŸ\x18 °
"""
b"ãnd§8¶F%‰¶`)“cîÔ "
b"Òvúì▄╩A-®\x1F YÍÊn╝k "
b"Òóe▓þäEwÉ;m\x1E ?Sû╔ "
b"""
ã²B\n
8·CY¦‘F©Ž\x12 Xø
"""
b"ã½lÜCUBh¥œèKBþR\x0F "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"ãÝ\x0F\x05 h5A\x1D ©ò”Q¬ä¬Þ "
b"ãð×\x1D â†C¥³ûlA\x0E uË) "
b"ä\x04 ûè“¡G÷®à• "WÛ\x17 "
b"ä%¿±-ÇGi„Ö·”“ü=\x1C "
b"ä[ĺ;ÚAy¥¯éß©1ÀÑ "
b"õ┌´■┼hIÜüOÄe█ùNÔ "
b"äÞ&@©/J\x08 “§¾Å‰¶À\x14 "
b"õ±G\x14 úÔE«ì½ûÌ\x12 £ä┤ "
b"äúˆûhòGÀ¶Îîýµ“\x00 ò "
b"Õ\x10 4#¸\x13 A^┐¬â(µêɺ "
b"Õ\x1A Ü1«5IFÆìôá+H┌\t "
b"Õ<Éb¦qB\x16 ƒðéôZ─Oö "
b"ÕLø¡pºG¯É┬\x06 íM▄. "
b"å¥"àÐXAœŽÿˆ\x12 ‹´1ó "
b"""
åÍ('\n
êJw•Å;t09c¢
"""
b"æ\v 3š—$EO¤S\x1A ]¢oCž "
b"æl8&^ØM\x15 ¿\x16 “Ñ“;>ö "
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"æçüt‹\x19 E“—kí²‘\x17 ‘ž "
b"µ÷\e Ê%FA¢ñN├i█àìæ "
b"çdýÃE„Bp˜ý§\x17 ›¸J• "
b"çÑ*ßE\x08 Mؽ¤ÂRn›iµ "
b"þ¯ã!g▀Oå┐ñäØÑ u "
b"è0(7\x17 ·CT®xß\x7F ¯ËÓÅ "
b"è<\S¦ÀOÛ¿71Ó×\x14 C\x04 "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"èZ\x16 ÿ›cBÓ¡\x7F îë<\x06 ¨h "
b"訬ô¼¦L\x0F ¬.¼<?$?? "
b"èÀ,!'KGt“O9¦õîÆ1 "
b"ÞıeÍ@|Gcî\x07 :gì3┼L "
b"èßõ\x1A jÐI\x1E ¹“ü¯Óª\e ½ "
b"èñ˜åLLJ\t ¼\x06 ¯\x1F !æ˜Ø "
b"ét§Ï\ðB\x13 ¬é¿…¬ª\x1E [ "
b"ê\x0F p(\[FE€zî¸çMã³ "
b"êŠÿ\x16 Ê8K‰šD\x04 VyLÛ\x17 "
b"Û┬¥LAHL±ü6±¢╣\x19 ¿┘ "
b"êîͶóIí¨ì'€Ui\x1D "
b"êðBí`WEb“¾Ÿ#y[\x04 ¤ "
b"êò•\x03 ~\x10 D‡ª§\x1C ,æg\x1E g "
b"ëž\x1E Y˜V@¦™Ü剉¬_P "
b"Ù©¡W%:LýªÅAfK\x15 Ý┼ "
b"Ù³uÖA¾Jòì`W@[Ltþ "
b"ý\x15\x1D m\x00 ºF«É8_á?╠v\x10 "
b"ìhXí@\x02 C\x02 …†‘¢\x1D t‡Í "
b"ì\x7F ì,\x7F 5G£ŠNc$\x04 „sB "
b"ìɵî+ãLž¸ù\x16 é\x02 ÕN\ "
b"ìÌÃà\x1A\t C‡’ÌÞ\x1C Ø™\r & "
b"ìÓ\x17 DÍÿAÝŽ\v °KŒ\x0E Ÿ\x0F "
b"ìÞûó²°EF¯WwÅ™\x0F öm "
b"ìý˜f˜ºJކ€Ìã:a¿t "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"í:Í\x02 –\t G³´tùh0_…l "
b"턵‘‹iN\x0F ©\x1F çR\x11 }\x02 E "
b"í™õƒç>N”»‡hÔ»À¥‰ "
b"¯*ì``\x02 E└û\x11 ,╩Di0± "
b"î14\x12 d‘As‹CÀþ„kß9 "
b"îf®Q: Cð”3*":ö\x11 , "
b"î· tý\x14 N‹“Á/ÎX\f\x7F L "
b"îÍ{¶™®NÇžLÙùBKç° "
b"îÜÜÎA\x04 L.¾ö„ÉÕ¶¶ "
b"¯ý%b▀¸O\x0E âıÀh÷ÞØ┴ "
b"ï&RßÉèF.…àP,ç¨çT "
b"´X¡3üfB/ñÈ2k(õ±W "
b"ïx‹ûðF[²)ÖU×ð(‹ "
b"ïÌåšÊ`Cd¼%fQ†×Þ) "
b"´¦▀ùÐÜM\x00 £o╔Ýx×Å\n "
b"´ÛB▒7dMnÄ\x11 ت{w*Q "
b"ð=îó|!Ms‹dSÓrŽA‹ "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"ðÏ‚é|\x1E B@²×¡1wö\e 4 "
b"ðê\x1E &* F‹¤C9êM\t •« "
b"ðù©˜çH@–¦=™tžÕ} "
b"ñ\x05\x06\x1E\x04 »Kè«eŒáw˜µÌ "
b"ñ\x13 ‚=†ÞIx€\x18 Á±ŠˆIÓ "
b"ñqvºø\x7F O⊰@'Úk0% "
b"ñ¥41m5B½³ ’¾ßnP\x17 "
b"ñÆ£>\x00 OJ\x03 ¨¿\x02 \r Ýêq: "
b"ñä¥T#ƒF‡”ÀQ\x13 >3TU "
b"ñò\x17 €ÌHL΂ìÍhÛÿ\x07 ¨ "
b"""
òLx»75Dh”\v š\n
Á\x1A\x0F Õ
"""
b"òl6Ûð6L€š=µÛsÿb "
b"ò‡\x05 DÇ?EŒ™›K5ïk\x02 ¿ "
b"‗ëôê\x17 rBgÉ\x06 å"DO\t u "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"òéxÀȃO¼‰¤H쵓Ûl "
b"‗¹w@$ýG\e ûÒÞf?Å▓z "
b"ó\x0F Òt\x15 C`ƒyÚ÷|×Az "
b"ó’Ó·\v ÚGаn„\x1D ƒ¡ýc "
b"óºó÷c5DÀ»Å>*ù¦K@ "
b"óÈm6`eF_¥úÛGbX6 "
b"¾═\x12 ;╬ÜK\x18 ü«m└c/!n "
b"ô\x1C Œ3\x7F 5O\x12 ¦xYÄc.a "
b"¶,▒£üùI{Üjæ¥SK*© "
b"¶-3ñn┴Cüؼ0\x17 ´╬[ß "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"ô|\x11 ú?N@%„ÆÙ†‘ئ\r "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"ô§ÖÆ1Kò‘kß³*\e 8m "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"¶¸?²\x01 kFÚì■¼À\x10 3į "
b"§▒\x1D ┤┐ÉNQíÄ║┼Pñ¼b "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö\x1D Q8ÉpEk›Ò;®íO*¬ "
b"ö/1§v,MÄ´58\x06 [@‰Î "
b"÷`M&\x1D ÿJØ™bÏÆ^ûr| "
b"¸\x7F KEù\x05 C\x11 ü~ý╬\_e« "
b"¸¼jU1tE½ô3éî\x12 SØÇ "
b"¸Í!û\r «H(ºÅ Âèeb\x1E "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"°0ç*J╩GÀüÆÂ╔╬\x1D i\x14 "
b"øMù×4~LG©i€HJÖA7 "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"øxÊÈϲOš‹»\x16 ¸š°–Ý "
b"ø€¯Cq3Aª½AÔÝ&\x07 ó "
b"ø‰Î–ê~O5‰Òô¯m‚&\x1F "
b"°îü×júHTü§Á\x19 pd°7 "
b"ø©¢hÍTDlŽÍâŠ\x19 ýVX "
b"øç*æ¤ÝD&”‹\x16 ³\x14 ©\x14\x06 "
b"øûV„¤ŽCp™y\x07 ïM*…, "
b"ù\x01 "‹\x19 ÖB€¡j®ÝŸˆ™_ "
b"¨\x08 í_kÆO(Åb#×;_d‗ "
b"¨O\x1D vL¨O³╣³VÅ┼ûªJ "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"·#■┐üÏAqéæ▀R3\x07 æ╠ "
b"·*bDð6@ ë┼└úñì;┼ "
b"ú ¹Æ³^G\x02 †F(Ÿë\x0F ðC "
b"ú¡&\x17 \r Ý@b¥~\v ÍÇ,è "
b"úªÑ Ì_EÏŠß\x10 ®Zá´‹ "
b"ú¯4-…/EÚ«È\x06 ~RŽau "
b"""
úÁ\x1F .\n
ßJÙ¹3ywèh)y
"""
b"úã\x11 ?0ñC¸ªœšÛŸ\x07 u\x06 "
b"·¶¨¬Å}GoêVN┴\·²\x05 "
b"ûW\f ¼\x1E C˜ªK¤\x12 ¹»\x1E Ì "
b"ûøø†!4L6‡7Ïz%\x07 |\r "
b"""
ü\n
~\v\v JA‰íõðÝZø\t
"""
b"ü!+\e ‘þN瀣Ž|h[®• "
b"ücåx…ôE%†©ãzi¥\x13 % "
b"üÓ\x11 -·\K¡‡ºž¸ËI”‰ "
b"³▄fåüþFâØ\x13 )╩é¤Âq "
b"""
²\x1A Ø\n
M¬F╝▓Õ»\t LÅn╬
"""
b"ýôÜÁ¥7H¥¤ìª(±Õ5‡ "
b"■\x07 \9É,DåúCY®┘Ý£A "
b"þ_PÎ\x07 ¥F[²ùlTö±¨< "
b"■ÿã¾ÉÎBO®¯Uü┌\v $^ "
b"■Ø×PÄ\x1E FOÂ\x0F ¨*ÇÁiO "
b"þ %ÙÛ¦Hºš¹'.vr\x03 2 "
b"þ¦Ô\t ö\x06 C£±\x1F ˜y\x1E\x05\x11 ² "
b"þÁÅÿ\x12 d@€–÷gùN,µ "
b"ÿ Õyþ©JrºXdÁ³\x10 &\x18 "
b" à5\x03 ~:C\x05 ▒Åc\x12 î╝\r w "
b" ═┼üL>O┌ó\x13 v¡Äî8± "
b"ÿã¢4ó\x1A L#ª €~ƒ±*9 "
]
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 (0xBBAFA365335F4F36BD3373B79F2467BB , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xBC06F44B4D2E448BBEC9EAAFA19C68A7 , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBC6942AF252F435DA3AB30C8A7238BCE , 0xBCF4073024D6456D853798180F7D65FE , 0xBDA3C3AD102B46B4873736F06C12CDF3 , 0xBDA734658772451BA82629D6A8061CEC , 0xBE5D3473794D46FABB29B10BDE7AD698 , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xBEAAAF996407403F8F667CBE0AC951EB , 0xBF3977D5EF1E4C2F905AFEC9436B89F8 , 0xBFDF553AE4B6425E878491072AA9D2DE , 0xBFE96390C47D4807A0E3C3E18CC1FCCC , 0xC006251BAE9C4955B5F15D8B4F79D5AA , 0xC009006E78F74F23A7EEE4EC3FF8E2C8 , 0xC011E4DE3EFD49C0A4E3092806B10100 , 0xC051590D8AF2493D9679EDFC3883229B , 0xC0564285AF474D24B5CE6DE1630D8025 , 0xC09182635032413ABF51633E03B4977F , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC133D0A4AE5E4B3DA0C542CCA714A4C9 , 0xC17484B69C9A416AAFF29937DA67F692 , 0xC19A3480F1B045628BDF54607108D271 , 0xC208816DAFDA48ACB89B828FFCB15140 , 0xC21D2630854447E4B4BFA7DA922B975A , 0xC22A162D937B4591B9BF49338FD1A781 , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC23CD2FD2035460CAD1265C49791EC16 , 0xC2557CED5EAF46AF8BAAE07324830DA2 , 0xC280A1C2BA5F4CB1936B3F8B3A7D9D7F , 0xC29CC7084F2B4075B8C9032A5E38B1B0 , 0xC362F560CFB64E4BA29269E250BA87D7 , 0xC370FAFCD848406DA277C94BB35D64B4 , 0xC396866885394BEF97F22E3BBEF35398 , 0xC3A7283F87854561A736832D4E43CF15 , 0xC40E55B5B2B743F4BBEA324F26BDF94B , 0xC450C2F2FBA945E5A24C86E1AE281723 , 0xC45DE46EBE0741D389A8B4C21F26A688 , 0xC46443E372664314B644BAF8874274D1 , 0xC46C2146AA374A6DA71179C0B70E7227 , 0xC4CE8DB1F4F4456A9E7B2F0160026CC9 , 0xC4FA6D3675994CEDBBAF74B1ACD3D26F , 0xC54CD247C8D6484E8BDA9E9B781312B7 , 0xC5578AA53F894B51BC3C39ACE75468D1 , 0xC5AE2A3FEB444A7CB70847B1561A5E1A , 0xC5C3D30BB56F4CE4B899473E50CC762E , 0xC5DBE98CFCB34D3AB5D89AD3F5FAA88E , 0xC5ED01FFF2164299AFC1B349A42F0EC6 , 0xC5EE33AA4F0447DAA5D200EF0E5F2EEF , 0xC5F236FA19F1453FB4F54F9107AD6FDF , 0xC614CE72E74F4FBC8B9C899EDE977EC9 , 0xC6373C931076476182175E69A8A878AD , 0xC64309F6D0D943E8A1BCE8F8BF8A6A46 , 0xC67989EFA5194A9DA13A7638932D254D , 0xC6C23CBB5C214F62B0C2146A6B0AA560 , 0xC6D3404ECED446B288764216A79F740B , 0xC6D4E056096948578824F947E765E861 , 0xC70CBFDFA24841669D5F4191F2423EFC , 0xC745C850A9AF403DB0F7526930B89E33 , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xC7E1ACE256AE481EA051FCD74BDB7BAD , 0xC803A4C5D48E4F0A89FD18090F9555DF , 0xC812823D1C3D4F1E8F4405621322BAE4 , 0xC826308642CD42EEBEB1B5C2366A4DF9 , 0xC85D47C6890C4BB4876CBAD185387313 , 0xC8720E70ED8E41D0B7F9E99B8CA84C6C , 0xC873281D85364102B50C8FD9BCA7F28C , 0xC873C7BC91F9467A875DF4C11888E41A , 0xC8BF331B067044A19DC039755C7A539D , 0xC8C2B9B0C8E64A0A9652E079F71CD9DB , 0xC8E2F126B67542F1BFEDB68726AA86DD , 0xC92AE0103B2841F4B31F85421E7493AE , 0xC98FD0F4F1054281A1E6E4A12049868C , 0xC9CE81AAF25846C7A506BA81D18D8EB2 , 0xCA089CB123684AE9907088CA7B5FB3A9 , 0xCA104252789F4DE3BE4AA8536EC72912 , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCA1E8B9747244B7BBAEEBE2C2981CB77 , 0xCA2B5AED76594B9DA4380939C9BD3B2E , 0xCA3A4C6F226B491B9969DBB8542C6C9E , 0xCA4E805D773C41BBACAFA0357F528AC6 , 0xCA5A25FFEC6C41BD892D257951016191 , 0xCAA492DF6CAB4815A01124A3C2A19B9A , 0xCACE56DFB740441296DF2F239462CAF3 , 0xCACF10276FB14611BD43D2CE87F428AA , 0xCAD62E8B68EF434CA7DDBBA59D96B0AC , 0xCAF2EA1CC4124EE1A832973FF75BBEAF , 0xCAF426AC1FAB45B6A90EAABCC58F83D4 , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCBBCACC1BA09459EBDDC1115FF1B675D , 0xCBC33B90F6454EF48BE1D59444DE3997 , 0xCC12E0F9D0F24137BB7640C570579F3B , 0xCC4C28EC485940FCBF147985A3C49A9E , 0xCC4EAD1937E5442EBBB8B1C59E540F5A , 0xCCA89356D71B44DB8B8BC1B31B1803A5 , 0xCCAEFFC50C654317933D96744F02E535 , 0xCCE4C8DBB4604B33A29D7AC37F71AF9C , 0xCD2AF29A61924373B367071A3EB8CFA3 , 0xCD78A19AB9D745C99518560FCEC6AFF5 , 0xCD84FBC26371498CA40118D7E71FCD3D , 0xCD950D91B39546AB914C7A7FD49B779C , 0xCD976F59B4E14C9DA80D992D4DE42038 , 0xCDBF7C5DDD544A4E87B2C282DFB0C63B , 0xCDCDC299800E42388E52452A3EF64060 , 0xCDEF61801E6643A9BFF71E84DB2E322F , 0xCE0292983F0C4537A1B6E1C3139D5CEB , 0xCE60C0313D9F410F91B188790B651B75 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCEBFDFFBE01E4CDDA38E7613387AF911 , 0xCF1ECF8DEF4E4C32A03E98C37F0AF095 , 0xCF40FA7CD96945789B8F5731BA60C423 , 0xCF4469040FD7466FA80DDEDD81FBF884 , 0xCF51E52DF005455EBC48B904B0BD829A , 0xCF571CE03D414C1799FE389FA95EDF68 , 0xCF9EDBADBFE24B908A94BE358064220A , 0xCFB8C08C083D44FFBB603A1B2C6BF7BA , 0xD01EF769A74E48AC92A449A2EABBD46A , 0xD0241C535F3D4899BE80B29906A514E6 , 0xD03DA6B3FECB40E385F564B35939CB03 , 0xD0687AF578E94031992F6BE4D7DDBE8F , 0xD077A4B7EE6E4617807D01A6BDE056A5 , 0xD07974C547D944789B65FD933D8FE0AC , 0xD0827942DC824F2695370569552F9B39 , 0xD0A2419C2FF2463192BED2CA571E70D7 , 0xD1894C859DFE4026BB9113C19D8A74AA , 0xD1926947508742DDBD490C8E24C25861 , 0xD1A764F9ACC34D758CA1675940DCE646 , 0xD1C29B91D23D4C5D912E9BFF47932B3E , 0xD1C8390513A94B47BBD7508CC1BAD2E0 , 0xD1EBCA5062254080A18A809CAB4A8A5F , 0xD1F32B8DB6CE496AB884F5E7B37F7F29 , 0xD1FEF23CC89F41DCBCC89F74582FF4CB , 0xD22C3B8E4AC543B3A01CC3DE2ED265CE , 0xD29E0B0A1C1146AFBDF6E261C330346D , 0xD2A47228EF0C4F439FE63B17606B9AA6 , 0xD2AB4466236649889BA9094793D68175 , 0xD328CC65BFBE4ACAB5F1232DC975D30F , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD3521F78F885462BB5119A493EF326B0 , 0xD36E085D2BF2493B881397383E9F89EA , 0xD394818E58964194BD19F16032979BDC , 0xD4178E7C79F642EE9892D9074F7FF4D2 , 0xD461F7507D394613AB0C90420B2CBFBE , 0xD52A2FCC05914014BE6ADCA896C2E366 , 0xD5510E25157349E69364AC576172B693 , 0xD5C3264D5BEF47A29A3118AAFA1F1032 , 0xD5F97359EBE042B7874712091F85901C , 0xD635F2BEAE59442EA10241705FE91E87 , 0xD653A79A50E34177BA98501995C3E45F , 0xD6AC5EB7B3BB433C8D31A63AAA9E7007 , 0xD6EB542002AF4B1C833B1BC7964B471B , 0xD6FB08D4D6584E1199283C9F5E3D8ABC , 0xD740B56BCA5544A18B8E3032932AA7C3 , 0xD7614352E12A49CFADEB1E743B3B0424 , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xD843A216A4074263B959DBC70082DF27 , 0xD908647901CE4CB19AEF5DC873B0E97D , 0xD9128CBC1C2742888C291D55929B85AF , 0xD94AF7E555F24DC88E24B40E334179B6 , 0xD954C471D3C9423FA92B43EA70C44CA0 , 0xD974A9820DEC443C882B0A1CF858FC6F , 0xD9AD55583E644992ADC18D0088AD92C7 , 0xD9EA99B1F5E34B478FD4DEFBA66659D6 , 0xDA0CE8E7F6704F5EBE4FF5F346D5CE92 , 0xDA100E273A464D5C9A99B110A6B15407 , 0xDA363F5157C9441484CAB755CB0FA757 , 0xDAE23B9D8F5C4D588DC18003486A238B , 0xDB602B56B9F34223A9138C3914C012DE , 0xDB634A6B088647FB975B1F6D03A6F0C3 , 0xDB894FFC25ED4D7CAA7C175AA730831D , 0xDB91D65238A547BA93F95DA9BDAA1953 , 0xDBB7C8FF20EE449AA1685EE9A90A2E73 , 0xDBBBC7FC96BF47A9A5CE98B037F1C4CA , 0xDBD379F0E528445882FAA2B808D2D36A , 0xDBF60111696D47D29AFCF66B80807219 , 0xDBFA642A826A4D8A8A8D5E0AFEEDE4B3 , 0xDC15971B32884560B7E5A2B9BB945D10 , 0xDC362D5EB74C476990D1CD38D0C81217 , 0xDC3B90AE0E224823962F5B8672383888 , 0xDC3DBADCC1074223AB18F330FC26F3BA , 0xDC59F738B39B4C8A81B54F1753DBABB1 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xDC6613A44F7141618B46C1296354340E , 0xDCA5F07E8B5E4AE1894335BBE9D1675D , 0xDCB5A2AC65CF4B54923DF476A02E2975 , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDD12CFCAA89342BCA150BE1FDDA0DCB5 , 0xDD1BCF16CF3242C0910619A937A86B09 , 0xDD319453E6104BFFAF533695E082AADE , 0xDD579203296143D89F34EA25B76FAB7A , 0xDD6E1028EDC4480B86617D2EB38B5FDD , 0xDDD651AD7C154B66BD7DF0B675A13ED6 , 0xDE0B7A824FF740BC935471C2982734D0 , 0xDE3927C742EB49D0AE8A5328B6D7E6E7 , 0xDE458A0A88404416B746E9F4C6D991AC , 0xDE5BA48B40A9464085C1A1D54C2A2CBC , 0xDE5DEB88A77C42C5895C4C1CBFCC28C9 , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDEE4EF1D90934544BB7085ACE72C529B , 0xDF9558FE20CD451792341CEE9501D0C3 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE032A3614E034836874B366529F59F4D , 0xE055E2635E1842569F9A415F300D55B4 , 0xE0755CB2B6E44647A287924E993EF08C , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xE0FD0D0A849A4E05800B4D899AF80931 , 0xE116F2A5A49B4FDBA9364E00AB61A0FD , 0xE159839C869342269DD7661361C6EB0A , 0xE187D065589649F79DC6B0B1FB0ACC64 , 0xE197838C8ECB47CABF2C12B66A18B7CD , 0xE1C2ABDAF4A84145AD72364B98CD1811 , 0xE251EF0362FC4BD094BF86C1415347CC , 0xE25F021D561F4DFE9CBE6E0F4E178D86 , 0xE2610F59669A47A8B4FE27FDDE939DF0 , 0xE26BF4FA2B4E40E189D90A13529F18B0 , 0xE36E64A738B6462589B660299363EED4 , 0xE376A38DDCCA412DA91F59D6D26EBC6B , 0xE3A265B2E7844577903B6D1E3F5396C9 , 0xE3B2420A38B74359A69146A98E1258F8 , 0xE3BD6CDC43554268A59CE84B42FE520F , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE3DD0F056835411DA9F29451ACE4ACDE , 0xE3F0D71DE28643A5B3FB6C410E75CB29 , 0xE404FBE893A147F7AEE095A02257DB17 , 0xE425BFB12DC7476984D6B79493FC3D1C , 0xE45BC4BA3BDA4179A5AFE9DFA931C0D1 , 0xE4DAEFFEC568499A814F8E65DB974EE2 , 0xE4DE2640A92F4A0893A7BEC589B6C014 , 0xE4F14714A3E245AE8DAB96DE129C84B4 , 0xE4FA88FB68F247C0B6CEEEFDB59300F2 , 0xE5103423F713415EBFAA8328E68890A7 , 0xE51A9A31AE354946928D93A02B48DA09 , 0xE53C9062DD7142169FD082935AC44F94 , 0xE54C9BAD70A747EE90C206A14DDC2EB6 , 0xE5A522E0D058419C8EFF88128BB431F3 , 0xE5CD28270AEA4A7795C53B74303963A2 , 0xE60B339A9724454FA4531A5DA26F439E , 0xE66C38265ED84D15BF1693D1933B3EF6 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xE6E7FC748B194593976BEDB29117919E , 0xE6F61BD2254641BDA44EC369DB858D91 , 0xE764FDC34584427098FDA7179BB84A95 , 0xE7D12ADF45084DD8BDA4C2526E9B69B5 , 0xE7EEC62167DF4F86BFA4849DA5FF75B6 , 0xE830283717B74354AE78DF7FAFCBD3C5 , 0xE83C5C53A6C04FDBBF3731D3D7144304 , 0xE856A61D085B47E789EB273C6D725D54 , 0xE85A16FF9B6342D3A17FEEEB3C06A868 , 0xE8A8ACF4BCA64C0FAC2EBC3C3F243F3F , 0xE8C02C21274B4774934F39A6F5EEC631 , 0xE8D565D6407C47638C073A678D33C54C , 0xE8DFF51A6AD0491EB993FCAFD3AA1BBD , 0xE8F198E54C4C4A09BC06AF1F21E698D8 , 0xE974A7CF5CF04213ACE9BF85ACAA1E5B , 0xEA0F70285C5B4645807AEEB8E74DE3B3 , 0xEA8AFF16CA384B899A440456794CDB17 , 0xEAC2BE4C41484CF18136F1BDB919A8D9 , 0xEAEECDB6F3AD49EDA8EC27805569AD1D , 0xEAF042ED6057456293BE9F23795B04A4 , 0xEAF295037E104487AAA71C2CE6671E67 , 0xEB9E1E59985640A699DCE58989AC5F50 , 0xEBB8AD57253A4CECA68F41664B15EDC5 , 0xEBFC759941F34A958D6057405B4C74E7 , 0xEC151D6D00A746AE90385FA03FCC7610 , 0xEC6858ED40024302858691A21D7487CD , 0xEC7FEC2C7F3547A38A4E632404847342 , 0xECC9B5EE2BE34C9EB8F916E902D54E5C , 0xECCCC3E01A09438792CCDE1CD8990D26 , 0xECD31744CDFF41DD8E0BB04B8C0E9F0F , 0xECDEFBF3B2B04546AF5777C5990FF66D , 0xECFD986698BA4A8E8680CCE33A61BF74 , 0xED0117CD0F624BEB995F35A34C273ADC , 0xED3ACD02960947B3B474F968305F856C , 0xED84B5918B694E0FA91FE752117D0245 , 0xED99F583E73E4E94BB8768D4BBC0A589 , 0xEE2A8D60600245C096112CCA446930F1 , 0xEE313412649141738B43C0FE846BDF39 , 0xEE66AE513A2043F094332A223AF6112C , 0xEEB7A074FD144E8B93C12FCE580C7F4C , 0xEECD7BB699AE4EC79E4CD9F9424BE7B0 , 0xEEDCDCCE41044C2EADBEF684C9D5B6B6 , 0xEEEC2562DFF74F0E83D5B768F6E89DC1 , 0xEF2652DFC9E8462E85E0502CE7A8E754 , 0xEF58AD338166422FA4D4326B28E4F157 , 0xEF78C28BFBF0465BB229D655D7F0288B , 0xEFCCE59ACA604364BC25665186D7DE29 , 0xEFDDDF97D19A4D009C6FC9ED789E8F0A , 0xEFEA42B137644D6E8E119DA67B772A51 , 0xF03DEEF37C214D738B6453D3728E418B , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF0CF82E97C1E4240B2D7A13177F61B34 , 0xF0EA1E262A20468BA44339EA4D0995AB , 0xF0F9A998E7484096A63DAD99749ED57D , 0xF105061E04BB4BE8AB658CE17798B5CC , 0xF113823D86DE49788018C1B18A8849D3 , 0xF17176BAF87F4FE28AB04027DA6B3025 , 0xF1A534316D3542BDB3A092BEDF6E5017 , 0xF1C6A33E004F4A03A8BF020DDDEA713A , 0xF1E4A5542383468794C051133E335455 , 0xF1F21780CC484CCE82ECCD68DBFF07A8 , 0xF24C78BB37354468940B9A0AC11A0FD5 , 0xF26C36DBF0364C809A3DC2B5DB73FF62 , 0xF2870544C73F458C999B4B35EF6B02BF , 0xF28993881772426790068622444F0975 , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF2E978C0C8834FBC89A448ECB593DB6C , 0xF2FB774024EC471B96E3E8663F8FB27A , 0xF30FD2AD741543608379DAF77CD7417A , 0xF392D3B70BDA47D0B06E841D83A1FD63 , 0xF3BAF3F7633544C0BBC53E2AF9A64B40 , 0xF3C86D366065465FA5FADB4762AD5836 , 0xF3CD123BCE9A4B1881AE6DC0632F216E , 0xF41C8C337F354F12ADA67859C4632E61 , 0xF42CB19C8197497B9A6A91BE534B2AB8 , 0xF42D33A46EC143819DAC3017EFCE5BE1 , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xF47C11FA3F4E402584C6D98691D8A60D , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0xF4A7ADD6C6314BF2916BDFB32A1B386D , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0xF4F73FFD016B46E98DFEACB710338EEE , 0xF5B11DB4BF904E51A18EBAC550A4AC62 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF61D5138C970456B9BD23BAEED4F2AAC , 0xF62F31A7762C4DC4B43538065B4089CE , 0xF7604D261DFF4AD89962CFC65EFB727C , 0xF77F4B4597054311817EECCE5C5F65AE , 0xF7AC6A55317445AB9333828C12539D80 , 0xF7D621960DAE4828A78F20B68A65621E , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xF830872A4ACA47B78192B6C9CE1D6914 , 0xF84DF9D7347E4C47A96980484AD64137 , 0xF872876363044B1BB656FDD83918ADE0 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0xF878CAC8CFB24F9A8BBB16B89AB096DD , 0xF880AF43713341AABD41D4ADDD2607F3 , 0xF889CE96EA7E4F3589D2F4AF6D82261F , 0xF88C819E6AA3485481F5B5197064F837 , 0xF8A9A268CD54446C8ECDE28A19FD5658 , 0xF8E72AE6A4DD4426948B16B314A91406 , 0xF8FB5684A48E4370997907EF4D2A852C , 0xF901228B19D64280A16AAEDD9F88995F , 0xF908A15F6B924F288F62239E3B5F64F2 , 0xF94F1D764CF94FFCB9FC568FC596A64A , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFA23FEBF81D841718291DF52330791CC , 0xFA2A6244D036402089C5C0A3A48D3BC5 , 0xFAA0B9C6B35E47028646289FEB0FF043 , 0xFAA126170DDD4062A57E0BA0CDC72CE8 , 0xFAAAD120CC5F45CF8ADF10AE5AE1B48B , 0xFAAF342D852F45DAABC8067E528E6175 , 0xFAC11F2E0ADF4AD9B9337977E8682979 , 0xFAE3113F30F143B8AA9C9ADB9F077506 , 0xFAF4F9AA8F7D476F88564EC15CFAFD05 , 0xFB570CBC1EA04398AA4BA412B9BB1ECC , 0xFBF8F88621344C368737CF7A25077C0D , 0xFC0A7EAD0B0B4A4189EDF5F0DD5AF809 , 0xFC212B1B91FE4EE780A38E7C685BAE95 , 0xFC63E57885F4452586A9E37A69A51325 , 0xFCD3112DB75C4BA187BA9EB8CB499489 , 0xFCDC668681E746839D1329CA82CFB671 , 0xFD1A9D0A4DAA46BCB2E5AF094C8F6ECE , 0xFDF4DCC1A53748A5A4ECAA28B1D53587 , 0xFE075C39902C4486A34359A9D9ED9C41 , 0xFE5F50CE07A5465BB2F96C54F6B1A83C , 0xFE98C6F390D7424FA9EE5581DA0B245E , 0xFE9D9E508E1E464FB60FF92A80B5694F , 0xFEA025D9DBA648BA9AB9272E76720332 , 0xFEA6D409F60643A3B11F98791E0511B2 , 0xFEC1C5FF1264408096F7AD67F94E2CB5 , 0xFF20D579FEA94A72BA5864C1B3102618 , 0xFF8535037E3A4305B18F63128CBC0D77 , 0xFFCDC5814C3E4FDAA21376AD8E8C38F1 , 0xFFE3A234F31A4C23AA20807E83B12A39 );
Copy
86
18.32 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 1500
Parameters :
[
true
b"\x00 /Çþy‚H\f ´}I\f ¶KËÚ "
b"\x00 Çt+\x06 ÚCbšóÒ!Œ¢Ï¼ "
b"\x00 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x01 #(tÆøId‰-jH|ð¦ó "
b"\x01 5Þ!Ø~BŸµÝ·1Ÿâià "
b"\x01 <‘f‹\x0E Oî\x1F VÜO\x14 u€ "
b"\x01 ¶›ÔvôGì–Ô7\x1D ,3X6 "
b"\x02 (ëÝòŽL»‡\x7F |Ø—8²x "
b"\x02 =q™Æ\x19 G\x14 ‘\a"\x0E\x03 ’m "
b"\x02 ò›ár®A:š\x03\x01 UB|Ïö "
b"\x03 VÉ·zæIt¥\x16 ŠeÒã7@ "
b"\x03 m°\x13 ─NùøO¾\x16 ìÉ`« "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\x03 ¾¼-uòG\x06 °~\r ºQaï… "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 I\v mJAíŠ<d;\x17 x–\x12 "
b"\x04 Wˆ\x12 ¦gA€—*&k-\x1A\f Ô "
b"\x04 bî\x05 ;3F\t ·k:\x00 iÈSÆ "
b"\x04 ׂ\x01 ùoKMŒ©¨…^±ñÛ "
b"\x04 ä*â÷ŠGÜ„°ï†¦‘£] "
b"\x05 ‹\x05 é'ÑJ{“oe\x19 \æ!– "
b"\x05 Ÿ{ô¡4M)¢}¶ûÏ‚\x06 ü "
b"\x06 <€˜ˆkH…Ží…„¡Ý2Æ "
b"\x06 ]6Å\x13 iLvÉTÌ,¾÷MW "
b"\x06 ÎV +ëA½ˆõÖ|\x00 ;.] "
b"\x06 Ý¯Ž–*Fœl\x01\x16 ¿ÅlN "
b"\x06 ïhÄ\x13 F®ìÁ$╬\x04 ýZ& "
b"\x07\x04 ¹Á{\x1C KŸŽ"0·\x10 ®žÑ "
b"\x07 0ÐW\x1D –H`¯gÛÔ)@ýú "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\x07 £§}ÂIHùìç^│$4ý¯ "
b"\x07 ñzÑ®\x17 Kœ†x+!xÀ“q "
b"\x08 ÔY¼\t NwŠdÌ@–0çj "
b"\x08 bÈ7Òì@‰¯ëXƒ±–Óÿ "
b"\x08 Ñ\x07 'C¾@€µ\x1F ’N\x12 ^A+ "
b"\t\x19 D×ÖâC▀ü-░5çÎH" "
b"\t Dp=;▀O,ÅãÔn]Y³n "
b"\t ü½ÜÀ\x06 OP½u╬╦\f É\x1D Ç "
b"\t îÇ€†¯KѰÚ#\x04 §>¯ƒ "
b"""
\n
R•\x1C ¿OKÀ‘xDÒr†Û\x18
"""
b"\v ûV¿\x1A vH·’þ'>[LŠ\x1C "
b"\f\x04 ½õå4B\x03 ›\r \x1D õ°.\x16 "
b"\f W{„Ø€O_•I\x13 ·ã6-\r "
b"\r \x16 ”\D¦DB¦\x1D yr\x16 1Åb "
b"\r H3À’GG\v ¯\x18 çô9ŠŠL "
b"\r ì▄┼|FAêúÊ\x07 +´▓▀\x02 "
b"\r Í9ßt¸F\x04 û▒░ÂA\x16 üö "
b"\r ç+ç= Gcµ÷²L´#’ˆ "
b"\x0E\x07 yÿëÖC¹€Ÿ.\x00 !rW\x1C "
b"\x0E 1ØÕé■F/îYÙäkOGÕ "
b"\x0E Eöïƒ\x1E B?—÷\f „¢áÝÀ "
b"\x0E Joé÷█FÂÉj¦c£\x1A ù) "
b"\x0E _µž\f\x19 Bк»²ý\x1C A†ˆ "
b"\x0E d\x10 ¬§g@\f ´Ä2\x01 S\x12 Ëh "
b"\x0F\x06 ƒåÜìM=àd,y«BÝF "
b"\x0F RŠ÷4SDq”H«+ÀË-` "
b"\x0F W\x10 ^Ä„II¤ÏÂÐ ×þ< "
b"\x11\x18 4ñåÅH0ïS®KÆ-&ü "
b"\x11 Gêιë@\x1D „Y\x12 >0ö\x18 "
b"\x11 ÁwØ│ñM3×;&¦┴á▀+ "
b"\x11 Öæ£èŸA¶¹˜\x08 Ôæ“B¬ "
b"\x12 GB\Y¯Fíº2zGQ™*© "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b"\x13 ²¢ÜVGHJ´ýMi6Lî\x18 "
b"\x13 ³’Ï^ËE…œ]×È•£gø "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"\x14 (nTD-K\x10 ˆÙ÷·x%½« "
b"\x14 3Ù\e Ó÷Mëš¡q\x12 0£×‰ "
b"\x14 ø\x7F ú¨rA&º├_Å>ÄeÝ "
b"\x14 £‘;\x02 ùF°‹äñ\x00 Ã~X\x08 "
b"\x14 ïÍP\x0E ZH.¶›'#\x11 ê‘N "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b"\x15\x16 }+£\x1C MÅÂ+Åù\x04 t┘┼ "
b"\x15 2ÊÞ/üL_¦9ǵè¼?\x7F "
b"\x15 góÇß_MÕ³$íèNÈ³É "
b"\x15 â—³ŽsCi½\r pØ8ÑiB "
b"\x15 öÍ£|^OÞ°\x18\x00 ó?“\x1F È "
b"\x16\x17 ¡ØùiKã”Ì h\x04 %–\x01 "
b"\x16\x1E ñ1>Þ@\x1D ¶@\v ¼ã4\x14 ß "
b"\x16 Po\x1D ìA‗¼.öø7═j³ "
b"\x16 Z[Wa\x17 B† \x05 WA0ñœI "
b"\x16 zýÝWÅHë×\x1C 7Ê|è)░ "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x16 í>\x1D Ì0Bà¥tÏÚqI~s "
b"\x17\x05 HÐ\x1D áDm´ýÞ{µ\x07 Á\x03 "
b"\x17 5¶-;gF»‰\x06 †J&¹É "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x17 ¾¼¹\x14 þO-Ÿ×ç_w”?V "
b"\x18 Rü█«ÇE┼Ä\x1E øòÌe.╝ "
b"\x18 ▒╝ÅѦMví:\x14 "9û└\v "
b"\x18 êR•ØG@9™¯Ë¬¶:l< "
b"\x19 ö¾║ı¦O#¼¶sñçK´Å "
b"\x19 ˆjÝaK5©X÷ì\f ÖÕŽ "
b"\x1A\x0E ╦║ðªICØÁïØ\x12\t x0 "
b"""
\x1A\x14 Ó\x1C ß\x05 IØ \Ó¦©`\n
5
"""
b"""
\x1A )\x18 “\x13 ÁL\n
¼óÍ Öqíà
"""
b"\x1A R o"µGc¬Ô¼E\x1A õ$\x0E "
b"\x1A R~\f ÌÝO~ïê\x1E\x07 ìº:\f "
b"\x1A Sùdž¢O™»-5׸þ\x10 ¦ "
b"\x1A ¦ï<ìeOñ…¹bϹÁ\Ó "
b"\x1A ¨,ý\t Á@,‹J2¥ÑXP "
b"\x1A ‗r▒¡0O¥▓ûKü\x14 ,\x0E · "
b"\e H!8Ý Cå½Ä\x13 *WÁdW "
b"\e ™l3+8IY·q‘õªb¡í "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b"\x1C ®Q\x07 ´òNJ\x15 tW\x17\x1A xµ "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"\x1D ´Ï\x07 4\f O¤‡ÈšÃ:—’ "
b"\x1E Jh‗MîM\x10 «Ç,³▓ì¤\x07 "
b"\x1F I\r vþáD ¸Á™Ï=V\f { "
b"\x1F cc«\f ÅJ\v ”\x1A ã׳2ç8 "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b"\x1F ýkcˆGL\x07 …¢Íâqyذ "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b" •8C@LÍ®\x18 ž¹ÛëÖ² "
b" ¹XÉN–Oñ£\x1D\x04 ì\x1C ÷n? "
b" ¾qcà¸N\r ¾ØVŽ‚:\x06 f "
b"!JûNþDO\x0F Œ\x0F ý@%çJ\x03 "
b"""
!Z\r K\x16 úA9ŠP\x1A N\n
/\x10 T
"""
b"!zt\x10 │ÏBÖ│àÈ70\x0E Ø╗ "
b"!Ø└6¼▒K╚ñ0Þ-7\x04 ╩³ "
b"!ã‰P(œGÔ¹méøUÌÀØ "
b""\x18 ÿÀ9^NT‰gA<˜5Yó "
b""\x1A ™£¯æFÉ…¼qµö*wƒ "
b""E‹8x.IK¬çýTõ¹óx "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b""°ðç"sA‡ƒvXô\r ñJ… "
b""ì\x1E -ZÕG>¶4˜\x1C ×\x1D ߨ "
b""üM!H&Lç‘db¶$›°Ð "
b"#\x03 ³╚n2B╠«ì,█0(g¸ "
b"#\e @\x19\x11 ‚M©¦N1CÜ[Kb "
b"#[Ð\x02 °ÁIû¢”\t ÜæÏP1 "
b"#—s\x07 fŽC\x03 ¢Fè]ßB—P "
b"#¼ùk¶COHƒÝý¶gú.È "
b"#Õ…xƒšG~¯Ü\x13\x12 ¼y± "
b"$\x14 ╚/j:J\x19 üõ&`¸├\x17 Q "
b"$\x1F yGª╚D├æ#±╗\x08 øÅ\x1C "
b"$1ú\x1E —7Cu™f‚\x0E §à"[ "
b"$6.¿œ’L*‡”hÎ\x0E 3e\x13 "
b"$_„\x07 Â\x19 Oì°Ó(îCG%¼ "
b"$¶µãÁÒOè‚å¾\x00 š¾*C "
b"$¥s■\x0F ÕK#ª¼¥ì%u¿é "
b"%Rëq6îC¿ë▓Ñê\v fì╣ "
b"&D¯—Á\r MѱŽ\x00 ð\x08 R¨E "
b"'\x08 “\™wGó•g¡6)å&, "
b"'\r 6HU)D&ºÝÈÆ_\°/ "
b"'RyÿgóIîèÕ\x06 öPïì~ "
b"'ì▄ÐÙ\x7F EéÇN\àJOeâ "
b"(Jt0tEJAÉË\x15 └ËÂ\x15 d "
b"(’ñÜn–C[‚’òmÑ|\x05 ë "
b")2T1é½Jì┤ÈÄï,\x1A ¥k "
b")hSÑ~0BÙì'‗7▒±G "
b")Ò4\x0E ¿FNΫØÌw²94™ "
b"*1È»╔Ø@ ©ìÿê░ùî‗ "
b"*f\x13 ╬»\x08 JKɶ\x02 ùxm©\x07 "
b"*Ññؤ<B7Üô¬Ö%y[K "
b"*¸\x06 àtáE£®ü\x03\x1F ¦m©C "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"+\x06 Žï\f ‹Lvšs0\x13 ¡e˜ë "
b"+Ic\x05 SÃO¢†qù<qMÞ[ "
b"+V.H/\x02 M×½Åðÿl?2╔ "
b"+yQI·ÁF»›Q)²Í^¿® "
b"+¡Àëc‚Aו\x0F\x1C ÌR¦?^ "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b",>\x1D W\v\x01 J@°õY‰KæÁ¥ "
b",Š€…ñøCð®‰ý÷ÒÏp: "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b"-\x0E Ð|ÌvH·€=Ò`‡\x01 ‡\x1F "
b"-\x1A obÑBLÀ½R▒¹°╔aì "
b".FÀw—uK/‡\x15 Aí¥¸Þ€ "
b".LÉÛ™þL³–L\x1C ÆŠ-Á\x1C "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"/U,‘/ƒE=†dPݳu\x1D\x1C "
b"/v½ôp"F$¶Ý\x1F Úv#öÉ "
b"/x®Öó›M9š~¤0`í–ó "
b"/š—-\x0E ˆLxª\x1A ¥OpP“r "
b"/ J–\x13 éE\v §[S\x7F ðþÒÇ "
b"/┼\v ÑÝÍE┼½¤Øøóf{Î "
b"/Ã╩Â>ÆAxôÅjadزÿ "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b"0\x08 µ\x16 UDM¼©×"Õ:C¸ "
b"0\x0E\x0E 3X¬A?ƒz\t ŸÆr<‘ "
b"0+¦Í÷'Ei‰0'üá\x10 O4 "
b"0`¡\t ´ÁK#üb\x14 W÷´Õ® "
b"1ESÕmÀB]¸”…ùìƒQ™ "
b"1[æ3\x1E ƒE╣Åy┌»═æEô "
b"1[▓þñØG╦ò<uµJÝÿÉ "
b"1dÒ\x11 ^zAˆ¥\x1F ‹¾éö‚ý "
b"1”Š@—AFÙ†=¬\r kþÝ/ "
b"1ÙYTÙA$·\x15 Üm\x08\x15 ½\t "
b"1î™¼ÂØJv¡u\x0F ‹\x1E }+ "
b"2\x07 a¿šCb«÷@¬#\x01 ‘$ "
b"2@2à±1N؇®û@õÿò‡ "
b"2Œœ`éëK€¸T”*B·e; "
b"2¬›?h\t B\x1E ´9h{S¶œ\x0F "
b"2─Fc\e ║K+ØÁ9,q*ç2 "
b"2▀Þ═G▓F\x12 ï¡Å╣╦wÙ- "
b"3sª\x14 B¤Oæ›\ƒ¨ÎGC\x1A "
b"3|>±+‚A'¹"nÒ—Pc\v "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"""
4‹Ó\n
IˆHn„yôº¬ª\x03 œ
"""
b"5\x04 Þ>qªNY–Ã}zA\x1C Ü— "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5&£ƒr·H\x7F ¤\x11 HIü\v ç} "
b"5íϸ\x12 %Edç3Áëì/÷W "
b"5öëËj°HH³ÓN8öJˆô "
b"6„·’¥§BÖˆ¹Ð\x06 'LWr "
b"6¤\x19 q´>LÜ‹H»]t?̰ "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"7E\x10 x¶IE ½û\x13 þÝ=k_ "
b"7jÑÒø\x1C Br¹ÓHÖ\x19 ÃnÉ "
b"8\x01 ×ì&êIéŒ×D—ë\r yí "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"8Ø─é╚DJFÇ¢.nóc3\x1E "
b"8·c\x0F 'LN¦§OØëíNS "
b"8ðëY«\x10 A▓ØLeûªFé¸ "
b"8ûæ}išI\x18 œ™µ[<}÷™ "
b"9\x06 à\v\x1F œMô»Þ ÄÞ\x1C ¢E "
b"9\e\x14 RußNë€\x00 ZnÑYö— "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b"9Ë┴z8║Jn¼ðL╩&äëÅ "
b":OB\x00 █ÃD+ô\x10 ¸b\x06 V7Å "
b":‘\x0E M2HCD¹±<Ê\x7F 5fè "
b":–Oµù=Kö¸½d\r \x1D ýĹ "
b":─{*ÓëG█©─*┼╠É╔' "
b":Õþô&¤H=ºqÞ„[•3i "
b";\x08 ¯pmºB”½èy.Ú;Ÿ= "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b";“œBtúE6©½O\x7F DýªŸ "
b";Þã\x0F á¤J-¼╗»k┼ÅóÌ "
b"<\x07 Žûû¨Ifµ?G9¢A\f ¥ "
b"<\x18 ù}S\x1F HI§\x07 #oÅ'è— "
b"<6ŸñÄÅO\v ‹š”ß[6\x07 5 "
b"<GƒÚ” @\x17 ŒTYYÙ=¬N "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"<tÓÔªÔKçØâ:]b¨Ò\x7F "
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"=4C)¶vHb¹Ï\x04 E‡¯õj "
b"=u0¹ýµKKŸ6\x04 ²Pà%\x1E "
b"=ª\x04 íßC\x1C ¼%÷×Éy²¬ "
b"=ÕŽ|EOJR®¸êaEã\x15 1 "
b">1àì\x10 aMÿž±8\r m\x08 ŠP "
b">…•%¢IV¥1V”‡dPb "
b">Ó¦«±0M¸¶¯ý"$\x17 ]8 "
b">ä⿜wN°®åBìM\x1F ’_ "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"?u&tC[F9r\x1F W•C‘ž "
b"?É¢\x02 ö╬E·║QU╚\x18\e ï\x01 "
b"?¢ÏX:˜B^ŽA\r 0G…×\x1E "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"?µ\x11 ù¶ËG\x17 ›yÄyÒ†Ÿ\x18 "
b"?õ3aU+O\x10 ¸Øø„¿½† "
b"@gë\x1D ËuK]©qÊlsþ\x07 "
b"@ò‘4 ™Dþ«ï}‰Mi×Ð "
b"A\x10 8å\x0F æNÛüЮJÖ\x0F ýP "
b"AD&p\x04 2M°ª7Þ(-\x12 N° "
b"An(:TƒLo«ı~õÓ\x1D Öì "
b"A€)\x14 *RH•£L\x1F 2©4]r "
b"Br'‡þBEŽºF'§1O\x1C â "
b"BßÇÙÅÁDÝ×\x17\x18 [┘PN\x1D "
b"Cnäpç\x18 N: vÆ\x02 |J5< "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"CÓÏWÚ`EŸµ»é,¹ç?Y "
b"DM"ö\x11 ÓC…²ÏÀX`\x14 E¢ "
b"D‰ÄäI·Ms’@Ú\e Å\ôÇ "
b"ES}`\x18\x0E K˜¹)\x11 ØÛH\e “ "
b"Em¸Y\YFޝ\x19 èV\t\x16 »Ú "
b"EnWá%$H€º‡\x0E ~”IåŸ "
b"E║■xÊ£J╩ì┘k\x0F ┘Ct8 "
b"Eð#FÔŸH/¨p!`7` & "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"F\x12 Œr\x1A «HȱEdØÓ5÷ "
b"F’jŸ0\t OV³£€Ù$uÿ) "
b"F│░Mà`J╠å<,Éi{!§ "
b"G"¯\e â3E'¢@¹#,ÿ/\x7F "
b"GD˜Ø÷ÃHtž¶\x08 ç^\x1C ¬Á "
b"GDþJÜ\r J‡¶ý@—,\x07 Ÿ\x06 "
b"GW(££ÜG\x07 Œ\x07 ðK½\r H\x05 "
b"Gø\x13 W„*E\x12 ŠØ”TÛ\x14 <¯ "
b"GúÍ`³‘LPº\x02 APŒþùõ "
b"HV\x02 •žªMö² PØØ¸3 "
b"I*\x04 :`)GÄæD;Ô├É\x16\x17 "
b"I3`P®µE■é\t üÕ\x16 #êW "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"I³˜°âZF¶€Šš%QI\x05 e "
b"J2\x15 ºN›F܇£CÑ8rB’ "
b"JÅ\x05 «ÌîFT░Y¨Ë\x1D Âð\x01 "
b"K¨\x00\e z¹DAɾj,¡{ÿ* "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"L²2ÁåÚIæ›Dú€éÔ@¬ "
b"LÍWËŽQJ^¸Ã|ô“Š”9 "
b"LÌh╠ñ©Foú©\x02 ©╬ÉLí "
b"LôØZ [C྿÷ìÜ-Y- "
b"MRDÌ\x16 ”L›¦=^¦d<§× "
b"MbgR=uJ¼¹Ü\x16 4/!Î "
b"Mb¿gè\x7F M¾°ÏáÇô€\x0F , "
b"NL\x0F ¹Õ2D[ˆ9,-}\x02 ð¶ "
b"Nx7\x16 àMH\t ®Ô\x05 âJ\x0F\x0F\x14 "
b"N‰'Ü—ƒNв(ÝLg=}\n "
b"O-ø^ñŒBʽ¤\x03 D.µ\x12 C "
b"O6õ\x0E /AL柸\x04 Éñ\v u= "
b"O\x7F £o>(J·’\x11 Ž\x11 ÝŸK† "
b"OõE╝BsH"▒Å╬Þ\x00\v ═3 "
b"PZX‚®®G5›Ý–BUµ&î "
b"Pe\x0E 3ôÌI¿ÉU├fÿ\x02 » "
b"R6.Z¨·Ko║÷É\x03 ÁEa" "
b"R¾èE¬æA걨dø\x13 ·á\x00 "
b"R┴N┘PßJ ┤Ðâi8¦\x08 Å "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"Sš\v _ò\Dѵˆfaéc\x01\x0E "
b"S´GkùvN¹®\x12 ¡B!{+i "
b"Sºð\x08 Þ(J»ƒ–ÚïJÃlÊ "
b"SàšÒàVG•¹³(\r ÕµXž "
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"T\x10\x14 “ƒùC˜‚>&ßý\f ×ý "
b"T\x12 \ß▓ÁN\x19 ┐ØY~ÖJJ╬ "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"U <Í¢bAKåy¿áFÉ¡╬ "
b"U:┤.\░HeÉÙ╩╗\x08 Ú\x10 E "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"UìPçW├Eìáù¡Ê¸■UØ "
b"U¥…ÙB?N:µê¹©N·V‚ "
b"V+ŽT°BB[½æv$ª+œÓ "
b"V2àÂ\x11 1Kɱ•± G0Ž4 "
b"VÀ_x¢ÚDЧÀC\f „r\x15 ¾ "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"""
WUÇ.c¨K\x08 «È|En\n
µß
"""
b"W‰¬\x10 qòNP®¶2jØ£¬\x01 "
b"X\x1F Jˆï½K(’+Éì´Fý\t "
b"X/O wbJ?–\x18 Gu¿‘\x17 c "
b"X:6Ü·cG€‹>:`є֎ "
b"XoÍí\f ØM³únÁÐ\x11 _K" "
b"X€Eþ\JLGªu‰ÛwDœì "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"Y\x04 ü\x12 î<Cë˜óƒö”\x03 Zn "
b"Y\x1C /\x15 é4ATœÊÂî’ó3} "
b"Y!┐\x05 H█D\x14 ×é\x19 ¿║HFÉ "
b"Y$‗µ║ûOJüغêv\x18 ┘Ï "
b"Yr^Ï2ıMÉø┘ÅÅ\f Ã8┬ "
b"Y}i0HëOßûÅt \v #\x1A\x1C "
b"YÖ │s\e H\x1F ü»h■Ûƒ\x04  "
b"Y™à(àUDØ¿ÁÍ‹\x1A “Œ— "
b"Yµïi@GI\x14 ¼»Ü³B†\x12 ž "
b"Z\v —(*‘B\x19 »M`g·¢é\x00 "
b"ZD^ \t ÖJqœeìë\x16 >q "
b"ZŸY5p\x04 N臟@·COpÑ "
b"Zñ_ZôoD«Ø\x01 ä\x12 [Ü\v > "
b"Z²î6µÄJÄ›\x10 áT¬•`¿ "
b"Z¹Q\x19 ó\x01 D¿‹ÈÒÄØ©\r å "
b"[ŒŸ\x18\x1E F™”#·Ú@Ó)K "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"[þ;×ÿ┤J'ûàê\x0E -É\v F "
b"""
\\x1A \n
\x01 òG\v ¶bÛGgFŽ6
"""
b"\&6\x0F sšG\x19 ‰‡X.}l\f < "
b"""
\0\x1C \n
>HD3 ÎûÃꢘ®
"""
b"\ZaéR`H^”û4gŠ„î_ "
b"\nN¸S■J╚£æëò╗ìô▄ "
b"\Œ»z³ÒI“¤§EE7TåÚ "
b"\¹9\v †ˆG.¼\x0F sP\x15 ³++ "
b"\─f»\x17 ¨C1É\x1F ■lÚN!ÿ "
b"]DóDöîK\x08 ØMå\x05\x14 ¸y) "
b"]p»¶`7B„™XÂòº¢ÿ« "
b"]Í6\x1E æÇCh‹-åc–ô±+ "
b"]ÐëT0RE+«Þ!Bš÷;¼ "
b"^ƒ\x13 l.AEm¹îTM¯ÑËç "
b"""
_\n
\n
o*áC®Ø│&Î}è─g
"""
b"_]¡è…²Kt—\v M\x15 ð/\x15 ò "
b"_t╬\x1C yØDXòÇêÊÙÀq° "
b"_ŽQYˆÈA舴TÌKóVâ "
b"`\x00 go\e\e CËÜîÉ\x0F\x16 0ô0 "
b"`\x13 ×¥¢‡@0µ\x06 ¦õ$\x07\x11 § "
b"`9Í€ulJ ›-ƒ‹zÍ\x19 0 "
b"`u[|\x07 iLÇü╬ïqºò³H "
b"`}ý浂Hê®\x1F ôFKƒ–\f "
b"`└§_\x7F ìOÖø\x03 ÐFËÃ-ú "
b"`øï¸R(H‡˜AH¾¸à\x08 Æ "
b"`þ1\x15\x12 ’MpµH:xY~º\x07 "
b"a\x1E ò*,¢M─É'!?╝©‗p "
b"a&4LÈyBƒŽ6Fä“ÏãÓ "
b"a‰ƒSÊYM\x06 ·ÎxÕ²0® "
b"aã÷sÒ+JJ±B\r xá~ê\x15 "
b"a¸¨OrÒA8│Ø"äƒâ&a "
b"""
bœˆÇ@\x08 Nø«Œ\n
«d[”$
"""
b"cT*ùM&MŒ¸ïeèÝq\x17 ò "
b"cÌÅ╬0Ð@Óü¢lZ`²ÙQ "
b"d\x19 ¾^ÄOåŽÒ‚~ä\x0E Å\x01 "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"dÕo´RËDüùOä┤╣é\x0F w "
b"døNútïF÷¬K^@\x00 B‹Q "
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"e|š¶JIOàše\x00\x16 ï\x0F\e Ì "
b"eÖ\t ãMmJ)ìÇ8ÚbPú\x12 "
b"eÎÌ!¸5FܻҞÜ\x13\x17 •0 "
b"f@7Æ\x16 -H“ˆJE\r Íc©U "
b"fæOÓP\M[¥ò|zlÇÉÉ "
b"fÁË?a!J\x13 å¬Ö\x1F É\x04 AK "
b"fÒ˜¬è>M¼ŠŽ\x1E @·õ° "
b"gé\x00 9ÅcGpî-Þ\x7F 3Ö%> "
b"gØþWíNE6ÄJÈ1Ü┘Oä "
b"h¶Quý\x17 Gl’Ê*ÒqCÌ "
b"h %│~CäÅÉ│Åı▄æ{ "
b"i\x01\f\x03 ªðMÙ¹\x05 Á:XÓÿ† "
b"i\x17 ¡«8ÀF[¿$CíÝg¤÷ "
b"i\x1C X└\x0E ƒL\x11 ø╚9[eðPØ "
b"iB:Ö%\x1A Iš´\x7F ÍÄ\x18 <G‹ "
b"iù/&‗7IïÄüuGËÀ¾K "
b"iÞAµ/€F‰ŽàÖaÜhg' "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"""
jT╣ÏãÖA\n
Å\,µp\x08 °U
"""
b"jxôz;\f LÉç\x06 ¦¢»\x12 `¹ "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"l\x04 KÚ^o@DÅNª\x1A ¶ÎòÇ "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"lwð" ãC\x18 ¨¿°HŸÕ3$ "
b"l└Ïq+VIü©dE¢╦¯` "
b"m\x1C &eõ6G¢¤¢UÌ\Ú´À "
b"m&\r pEÃHʾ\x04 Ëms¦\x01 h "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"""
n\x07\x11 &¥ÝH<\n
\x02\x12 &IjÇ
"""
b"n\x16 Nÿã/G¦‹ÆKHZéL\r "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"oj\f\x17\x0E ÒA—€\x03\x0F Äg ,ß "
b"osž®‘fJO¡ðL\e QÁHm "
b"o™´Ö\x03 ¸M\‘gf\x19 ™p\x07 ~ "
b"o×o³m_C\x02 ä\e ░É\x00 q¥\x07 "
b"oêêÑêûL×´õÝó×ãI‹ "
b"pj/´=@Dëª$ÝK‹+± "
b"r`IAs{A\r št^K\x17 ˆ÷Ù "
b"rw9ìå\x06 D¨ó$\x04 ƒ%xèñ "
b"rzG4%DAÞÅ\x15 ¡╬o╚▓â "
b"r…<–qíI!£\x17 ¾À\x14 HÏ "
b"s‚zÂaTIf¸þöЙ\x12 úé "
b"sß\x07 ªñ'G̸ͼáyå\x06 @ "
b"""
tw\x19 P'èOÅ‹·©\n
¨ÛîÁ
"""
b"twµ9-‚E;žk_Œä0Íû "
b"tÃ̪ušA'—¨o±î0ã "
b"u\x05 —G‰ÞC*º•\x1E ˜6ð\x18 g "
b"u\t …™´FG†§…hBûÁññ "
b"u(vA=6@>¦Ù…›L\\x05 f "
b"ucsìçRBùsŒ\x08 L;ªw "
b"ut±ûWôK¯L>]Êâ‚\v "
b"uøW-¯(F*‹::\x1C\x1C o\x7F › "
b"uÿìÄyÛMr¡Ä[\t\x12 ÈwL "
b"""
v\n
\x10 ‡ØýNù‘¨š8ÒNý…
"""
b"v*ž‹\t üHôŠ.\x01 •fþQž "
b"v`DlÊoB=¹æ}±Rµ\x1E Á "
b"vçÂɾ¶Jéç ¿\x01\x1E\x05 ╗V "
b"v¥2¿î─Iö╝qüi\x10\x1A U$ "
b"v²}╗\v ÆLÌ│üÅûcñAt "
b"w¸hš¯8D¸¶¶Hq=w&à "
b"wþE)a{@’›\x00\x18 NëULF "
b"x‚iG[ùL,£ÐE’\x15 vÙv "
b"x†¾\x17 nŸNž´L7Ò/ñ\x10 © "
b"xíýz┐MASïÆàì▒æ)n "
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"y¦ÄQ!\f LAü¿p)Ùƒ`» "
b"z[³vÎhJ¿¡µ`¯\x11 ´ÇÓ "
b"z®÷ÊËlAU´LËOª9µ¤ "
b"zàƒÕ´¿JÍ¿ÇÌÐÉ/þ* "
b"zãk/Y³E‘¾MµQ\x11 ÓÝp "
b"z \x1A y&RAÛó\x03 ┐¦▀_ÆÅ "
b"{\x15 Ô‰IáLŠ»u\x03 ôCð_ö "
b"{H\x18 »ŸšI\t ¸÷ºyý.JÈ "
b"{Xo‡\t $Oñ«\x13 z\v ÕžDb "
b"{[rC9\x01 M1½yÂüaÁûŠ "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"{äâãcDL¸¼íQì®\f ¼Æ "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"|Ó\f ·‘ÒBú¶¼-\f #8hÉ "
b"}8lÅÊAL[▒║\v ò¶¨.Æ "
b"}9µ÷▄\x1D KÉ░Ví0*Ù}\x0E "
b"}r…¦\x0E µD)½¶‡ŸÍÌ\x06 ¸ "
b"}–\x02\x1D †„N4·-é#dPUA "
b"~XÊo\x18 …H\x04 ƒ¶Ð\x04 úäÒ\x0F "
b"~|\x19 $[\r @*«É~|¾W\x07\x1C "
b"\x7F &ŸÜ$ÈF\x08 °P`ßD•C\x1F "
b"\x7F 9\x03 †0bKĉJó¯æ'a_ "
b"\x7F ³o8Ò¬L²ž\x18 i“E·ä "
b"\x7F ¸'¯>\x08 L\x15 º\x00 4„t\x14\x04\x16 "
b"\x7F ëíK\r LH\x18 ŠK\x19 Í\x1E ±Á— "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"\x7F øùS\x0F ú@(„ââÑ‘aoœ "
b"€\x01\x19 »\x0E ÈO†k—oLðÍZ "
b"€’OLmºC\x0F –Ê\x1D ¨ò'h} "
b"ÇÌ»╩ÊçAÔüú«Ñ>_\x13 µ "
b"€äI^?îB·Œ£Üyúk É "
b"üWìÃCÏJcâÉ\x1D \j`_ù "
b"üXô·StCî¡-M\t ╬vÛP "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"éA\x18 {\x05 xDüçxiãiAY╔ "
b"‚Ru|E<JŠ—TÍôb·\x11 ¯ "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"éZÒYßüD9ó¹~=ïA¿Ð "
b"éÜæ╬»ÎM´░cûs¿RØõ "
b"ƒ¯¢Õ6xN§¹kÖÓý~Or "
b"„\x10\x01\x02 Lw@¾7¾qúoœ¨ "
b"„\e j^Mï@_ŒÏüÚdn ê "
b"„Jà]¤ŸAç¨é©©µSòÿ "
b"„Wwøª\f ER¼Ó’ji\x01 ú\r "
b"ä~Ã▓┘¢OXó┴¹▀ì5kD "
b"…\x0F ®S7\v M}¦\r £\r ÷Dܼ "
b"àY\x15 ÅÙ`G╗ëK┤GýîK╣ "
b"…‡¨ê_CI,¸/ÀÄã\x13 jŠ "
b"…¡ôh>æF‡s”=¼\x17\x1A "
b"…ÿ)êO\x05 Js‰iaW-𲘠"
b"†I\x00 «~ÊA\x1C ’£(V[<\x01 é "
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"†L5VúJ޺僜Aá( "
b"†Ø\x1C hc\x12 B~–Xë¹?Ú“ü "
b"‡M-\x16 ‚CJ·Š2b\f °ó‡\x06 "
b"‡{·˜ÒìFŸŸûFIBBáZ "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"‡Ë\x0E\x0E ÔßAÜšç.ÆUAcD "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"ˆSì"D)F¥‹1qœÁ»ªf "
b"ˆXêˆ \x07 Lk½Ì)Ïv\x1C =ë "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"‰©›\x10 ”\x00 JN³c]‡e\x11 ™X "
b"‰¹D2/(D—¾]éz\x01 ”‰Á "
b"‰ËBcJ4J¯ïò`‹\e ÃÎ "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"Љs\f ÍHDô²‰Ršë(\x17 ´ "
b"о£)Ý…E›«\f ±¼åô\x01 £ "
b"Šýœ%z•OMžU\v Î×õ G "
b"Šÿ¥b|ˆA=’©g˜;\x08 b\x0E "
b"‹^~€íÌDÏ—³Z\x02 2AÃ< "
b"‹Ç,‰uöK/¤Œ!¶ÑO‚« "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"Œ\x1C áC\\f F=™Jpº4Ìe‚ "
b"Œ_\x1D òNJD§åøÑºž¦Þ "
b"îèòGEð@ÎÅa╗M\t\x16 Ã■ "
b"î┌5ºEsDF║ìË\ÂíÚ╚ "
b"ìWÖð¢\x03 E\x1D ô²g\x16 Ѭ,\t "
b"ìrqÓ7┌K\x12 í²\x11 ÒÕR&\x08 "
b"ìá7®ÓWF┐ç@jCº5ÿt "
b"Ž\x15 V4UHK\x04 ·–ž’(\t T "
b"Ž\x1A šûƒ2Fž†Üz´ødÈx "
b"Ž\e ÒŸy AÞ’•\x11 ¾>\x07 ·% "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"ÄDÈT"kD╠¬F\t d.tüT "
b"ÄZGï╦8A┐®\x08 _─ııÅG "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"ŽÒ\x11 åŽÒJ͆ç°D¿¸6` "
b"ŽøÂ\x13 •ŸO`¬¤v޵àn» "
b"Å'áõeÈKv®^ÔÔ?ß▄Z "
b"ÅÉ\x08 !\x19 QEHÄ╬¸.ÇF\x13 â "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"É.Z«°\x07 D»ä×á╣═̸? "
b"É5ó╣ÂÐH\x1C üºç²GÛH└ "
b"ÉE¶ú><BÙ╝┘Å\x0E [█DG "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"‘\x15 ÃiÒ¼KԜؽrC`¹5 "
b"æü§°\x11 Ä@rû \x00\e Ù«ùã "
b"‘Ú”1#ïHv®AFè\x07 ¸‰Ü "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"‘þÓðÿ{Bþ¤‘>£Æd8² "
b"’\x03 âQû\t Iͨ\x00 3\x1D ¬;§Ô "
b"ÆÉ'▓‗\t AlñØË\x13 W=>X "
b"""
’Ë\n
yèbG¾½ÆäÄÒ\v g\n
"""
b"ôìµ\x1F à#E\x1C ®åZı\x19 T╣\x13 "
b"“˜—ˆ6SHy¨¬9h\x17 -'± "
b"ô╦e´íkJ{èüÉdOµÀE "
b"”'î\x7F ÛÊJž¼\x1F\f âïäW; "
b"•USœƒ\x19 Dr–QáÍ\x18\x17\x1A ¾ "
b"•îJ_«{E÷žKærm‰} "
b"–<2b%íI\x13 ¼¢\x03\x0F |çŽë "
b"–SÒ¨”jLI»²–V& "
b"–Û_sû©GT£×ß"}’¡\x12 "
b"–á>Ù\x01 2GYŒ\x15\f QW<©¯ "
b"ûþ▀øz┬AǽÅ╠bØGPR "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"—6Áå¶%DQœE]x@ö¹Œ "
b"—Ï$àq‰FŸž«×+n<“. "
b"—ãôð+¥B\e ¾‰ª%«%¤s "
b"˜½Æ@œjBß ¢ûh†-{Ž "
b"™Yà5ìÒCyžj°\x1F ŸÏÅÊ "
b"™¥”ä„|H‡±¼¸#þ\x17 L‚ "
b"™ãc&Ð_Où¢&·Å¾ìp/ "
b"š\e !õ2ŸI©“òùÅ\x03 V”¦ "
b"š\x1E <!¹ªK\x02 “¾ùǺ› Š "
b"šˆM7X#F?‡"•„$\r\r ý "
b"› \t ØQ“A\x11 ¶–ˆ\x01\x7F ºÔ| "
b"øÍÆH\x15 ÉF¥Ç\x04 ~é'╬d½ "
b"›ð‚¦‘¤IU•‰d@Å\x0E •? "
b"""
£╔Ú░ËÉA´×)ê\n
ìÑ╗╔
"""
b"Øq¯ép&@╚▓└BL\x10 MÓ\x08 "
b"Øt§^GÉ@¨â«; @ƒ¾░ "
b"Ø╚{R£nM«ÿu▓K╣AY\x18 "
b"ØÊLê(┼N!é_=bÙ■«w "
b"ØÓµf\x10 5Cªü╩¹╔½)Úû "
b"ØþøñY▄D\x06 ╝~¿\r ╔ªWs "
b"Ø÷<îsÊLÝ┤█^▀■î\x01 ö "
b"žE³’-I’½4\x03 …¶ÂeÝ "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"ž£Ü÷u\x00 O!ñzø\x1A , "
b"×╣bBÕüA\t ó_\x18 ┐ùKóR "
b"žÖw\t uôBJ¯í«2][\x16 ¬ "
b"Ÿ,´¿7ŸE\x15 ‘–€:ªNPß "
b"ƒ8éFI▄L\x13 ó4¶Ó\Å3F "
b"ƒ<\x19 ▄¤\x01 H▀Á`ÂlŤï8 "
b"""
Ÿ—Ì\n
·žNU·âQ\v ™,fÂ
"""
b"Ÿš\x1A ÛXqNCš\x1C ½VˆØØ¢ "
b" \x1E Ç7´\BæšÁÊ_ëÒF_ "
b" ì$ÔfH0µñÕÂ!çÚÀ "
b"¡\x1A ü\x04 ©uH1‚ˇ\x07 O“û\x03 "
b"""
¡;*ÈåêAH€í[O‹\n
ÿ\x10
"""
b"¡›ø7_¢AmŸ5LÜØ\x19 ý\x1A "
b"""
í´\n
5mSKeê│\x17\x1A GÉi·
"""
b"¢Cj¤PoBû³p9˜Åœ¦Æ "
b"ózÉÉR\Fv┐¯|?(:&o "
b"¢ÞÊ=cÈ@R‘3\x00 »ðrÖ\x13 "
b"ú=│Ø░>M─ê\x08 <ò\x1A\x7F ╗R "
b"£|ñiWÝAe–\x18 &³-¤á± "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"¥=·©•£D«¥GqX‹÷\x07 B "
b"¥¨øõF˜G6¥²9÷œº][ "
b"¥ïÒ…ÿùKÜ®•\x1E {01Áæ "
b"¦\t R€:ŽC…ºœ,yÆÎåÉ "
b"ªZßı±gL*׺"┼»Xìí "
b"¦€äSjŒBÊœqöÛ7\x12 ¯¤ "
b"º2¦ïºªMÐô\x18 ╬VvèØz "
b"§C=I[ýN‡ŠŠ\x06 j=rIb "
b"¨\x07 ¯c\\x05 CP‰Ö'Y™•¿] "
b"¨\x1C £þ\ŒH✳\r }L§©’ "
b"¨,è\x00 r…J–Š\x05 ‘Õbmºý "
b"¨fš „«Nü ·M7}‹+\x01 "
b"¨‡\x1C G‰UOQ«å\x0F\x18 £o%ú "
b"¨Ž¼yÞ\r D´–´¹Þ¼Á?~ "
b"¨¸þ\f\x13\x15 JAŸ\x19 Sç\x01 a\x10 õ "
b"©\x05 =YëýMG²Þk\x13 ¾\x03\x05 "
b"©eS©:õE8ªõ´¼¤6Q! "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"ªaR5î¸Dè²í?\x00 æô‰\x07 "
b"¬Ë\x13\x0E §½@Óì╦8ÐG#h« "
b"«\x12 Œ8€VCî®Ò¼J^š\x05 K "
b"«\\x05 €Ãµ@ë‡è½’\x06 f"æ "
b"½«Ò┬┼GI¹ƒÁP\x00 XÉ\x07 1 "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"¬)\x15 ô‘i@‚ŸMKâ1Vq\x7F "
b"¬-O.ÙxLt¼ÊGgé\r Ä7 "
b"¬O³§N2H\x1C ¥¹“Ý\x1A &R? "
b"¬gò±±è@`½&;.¤øžQ "
b"\t îoü¬K˜““ñ¬±Kx\x06 "
b"¡LìEÙýAĺ\ýç\x10 ÷Z6 "
b"T˜à£ôHƇpnÔŠ«Nè "
b"U½Èî"O9¯2É\x16 {Ø4b "
b"¸øØv\x06 B´ž'Ê\x02 nˆ>\x06 "
b"ÊôûK\r MОTø/lõÑË "
b"®6@óO®@\t ±,ßß?ÔI² "
b"®c\Ù´òLþ¢z\r ‘öX¥" "
b"®ÝcU¶ž@~š}/þ f" "
b"¯\x17\x1D ›ž±K”ª`Áˆ+´(\v "
b"¯Ž'¦ånK\r ™’•Nâ\e UÐ "
b"¯‘\x1D ž‡VH»¼\x12 ¯†\x05 úóà "
b"¯Ù“¶0N ¯âΗpm;” "
b"»¾O\x1C ÷ìCýÂ\f [ȧJç@ "
b"°5\x1D\x7F ‹EF\x1C ˆB©fàÈ\x18 u "
b"°ÁTliÁIÕ™\x16 :Û¹•$ì "
b"°Þ‚ç¨(M÷«í\x7F Ë¿¤D# "
b"°ì\x14 Ë'wE$¶M\x12 ì\x1E eb* "
b"±$se°\O\f „éAÔЫú{ "
b"±2jk[cKÿ€3¯½Ò&ªj "
b"±ÍÉžAZI‘¹\x13\x18 :ÑoY^ "
b"²\x07 è\r 4ÀG0‹\x06 µþömh\x1D "
b"²ÇÇÝ\—C\x18 ™À\x05 )gF‡\e "
b"²Ó\x0E Ã;*Gð·÷'\x13 Ž\x07 * "
b"²ë\x7F {S\x06 J\x18 ˆÆkpCÃ\x01 "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"³câbF„H½‰ƒMF«LÀ^ "
b"´'–ÂÉøLÛ¢ù\x16 Þ\x12 ›æ\ "
b"´7öln\t N¤°\x1E ¿*‰Ä\x10 … "
b"´xJs\x08 ¬Cc‹\x01\x06 ½\t J†á "
b"´’\x08\f a€E—º\x10\x10 ™*« s "
b"´§œÈõ‡M¦²\x02 é˜\x1C L·T "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"µ*7ôVuG4†ƒËP×°I\x17 "
b"µZ—v\x1F GL\v ¥\x03 ‘œ3ïó "
b"Áì²┌$¥@}£$ãfm»█Ó "
b"ÁáD\x1A Ò N¸ÿ9ÔÉ!Këß "
b"¶\x04 ã̤\x0E D«¹\x01 SF£Ó{‚ "
b"¶\x16 bUñ4E¼žrÖ\x1A 8û«» "
b"¶‘>¹èÛG%±]Ã\x06 0œŒp "
b"À\x10 ã\x0E bI`üø└╠V®g& "
b"""
·w{M×)MQŠãÙÅÆ@\n
-
"""
b"¸\x1C »…ê×Lµ€Ç\x1C ¨¥šˆ "
b"¸ŸÇi¿<Ey™¡ï¡QRrÜ "
b"¸öóNÿÀG;šçd=ÈœƒT "
b"╣\x0F\x17 W'¿H Å\\x17 ÚîFÛ\x01 "
b"¹:§Ê\x1F hBu–\x04 eÔ\x05 ÷Ñ× "
b"¹B‚ð\x1F\x0F M‹ªd5$¼EJ{ "
b"¹Ó—ÇIGE½–\x1C B›?„\x1D\x12 "
b"¹àÜ‚€ÀMá‹£€“[SmÊ "
b"║\x1C ‗¯JèH\x17 Ö;n|=ÊìÊ "
b"ºFX¨ŽóB†¶=‹&ó¨Þ+ "
b"║df!ü\x17 Bûì\r \x17\x7F V-¹╔ "
b"ºoC\x05 ´\x11 B´´ñR\x13 H¬Zª "
b"ºÍóý¸±Gê‡íÝjÈMÝ\x03 "
b"ºø"^ƒdMO©;u\x1F -\x01 ñ "
b"»*Î;·ÃIùœf\x1E !¼(.E "
b"»:o‚úÇEŸ‰³\x12 |ƒªÃ¯ "
b"»ƒRóšÊC¼¦»´õ•¦ 1 "
b"»¯£e3_O6½3s·Ÿ$g» "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"¼iB¯%/C]£«0ȧ#‹Î "
b"½£Ã\x10 +F´‡76ðl\x12 Íó "
b"½§4e‡rE\e ¨&)Ö¨\x06\x1C ì "
b"¾]4syMFú»)±\v ÞzÖ˜ "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"¿ßU:ä¶B^‡„‘\x07 *©ÒÞ "
b"┐ÚcÉ─}H\x07 áÒ├ßî┴³╠ "
b"ÀQY\r ŠòI=–yíü8ƒ"› "
b"ÀVB…¯GM$µÎmác\r €% "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"Á3Ф®^K= ÅB̧\x14 ¤É "
b"Át„¶œšAj¯ò™7Úgö’ "
b"Áš4€ñ°Eb‹ßT`q\x08 Òq "
b"┬\x08 üm»┌H¼©øéų▒Q@ "
b"Â\x1D &0…DGä´¿§Ú’+—Z "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"Â<Òý 5F\f \x12 eÄ—‘ì\x16 "
b"ÂU|í^¯F¯‹ªàs$ƒ\r ¢ "
b"┬Çí┬║_L▒ôk?ï:}Ø\x7F "
b"ÃpúüØH@m¢wÉK³]d´ "
b"Ö†h…9Kï—ò.;¾óS˜ "
b"ç(?‡…Ea§6ƒ-NCÏ\x15 "
b"ÄPÂòû©Eå¢L†á®(\x17 # "
b"Ä]än¾\x07 AÓ‰¨´Â\x1F &¦ˆ "
b"ÄdCãrfC\x14 ¶Dºø‡BtÑ "
b"Äl!Fª7Jm§\x11 yÀ·\x0E r' "
b"Äúm6u™Lí»¯t±¬ÓÒo "
b"ÅLÒGÈÖHN‹Úž›x\x13\x12 · "
b"ÅWŠ¥?‰KQ¼<9¬çThÑ "
b"Å®*?ëDJ|·\x08 G±V\x1A ^\x1A "
b"ÅÃÓ\v µoL丙G>PÌv. "
b"ÅÛéŒü³M:µØšÓõú¨Ž "
b"Åî3ªO\x04 GÚ¥Ò\x00 ï\x0E _.ï "
b"Åò6ú\x19 ñE?´õO‘\x07 oß "
b"Æ\x14 ÎrçOO¼‹œ‰žÞ—~É "
b"Æ7<“\x10 vGa‚\x17 ^i¨¨x "
b"ÆC\t öÐÙCè¡¼èø¿ŠjF "
b"""
ÆÂ<»\!Ob°Â\x14 jk\n
¥`
"""
b"ÆÔàV\t iHWˆ$ùGçeèa "
b"Ã\f ┐▀óHAfØ_Aæ‗B>³ "
b"ÇEÈP©¯@=°÷Ri0¸ž3 "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"Çá¬âV®H\x1E Qü×KÛ{ "
b"""
È\x03 ¤ÅÔŽO\n
‰ý\x18\t\x0F •Uß
"""
b"È&0†BÍBî¾±µÂ6jMù "
b"È]GƉ\f K´‡lºÑ…8s\x13 "
b"Èr\x0E píŽAзù雌¨Ll "
b"ÈsǼ‘ùFz‡]ôÁ\x18 ˆä\x1A "
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"╔Åð¶±\x05 Büíµõí Iåî "
b"╩\x08 £▒#hJÚÉpê╩{_│® "
b"Ê\x10 BRxŸMã¾J¨SnÇ)\x12 "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"╩\x1E ïùG$K{║¯¥,)ü╦w "
b"╩+ZÝvYKØñ8\t 9╔¢;. "
b"ÊN€]w<A»¬¯ 5\x7F RŠÆ "
b"ʤ’ßl«H\x15 \x11 $£Â¡›š "
b"ÊÎVß·@D\x12 –ß/#”bÊó "
b"ÊÏ\x10 'o±F\x11 ½CÒ·ô(ª "
b"Êòê\x1C Ä\x12 Ná¨2—?÷[¾¯ "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"˼¬Áº\t Ež½Ü\x11\x15 ÿ\e g] "
b"╦├;É÷EN¶ïßıöDÌ9ù "
b"ÌL(ìHY@ü¿\x14 y…£Äšž "
b"ÌN\x19 7åD.»¸±ÅžT\x0F Z "
b"̨“V×\e DÛ‹‹Á³\e\x18\x03 ¥ "
b"╠õ╚█┤`K3óØz├\x7F q»£ "
b"Íx¡š¹×EÉ•\x18 V\x0F ÎÆ¯õ "
b"═ùoY┤ßLØ¿\r Ö-Mõ 8 "
b"╬\x02 Æÿ?\f E7íÂß├\x13 Ø\Ù "
b"Î`À1=ŸA\x0F ‘±ˆy\v e\e u "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"οßûà\x1E LÝ£Žv\x13 8zù\x11 "
b"""
¤\x1E ¤ì´NL2á>ÿ├\x7F \n
ò
"""
b"¤@·|┘iExøÅW1║`─# "
b"ÏQå-ð\x05 E^¼H¹\x04 °½‚š "
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"ϸÀŒ\x08 =Dÿ»`:\e ,k÷º "
b"Ð\x1E ÷i§NH¬’¤I¢ê»Ôj "
b"Ð$\x1C S_=H™¾€²™\x06 ¥\x14 æ "
b"Ð=¦³þË@ã…õd³Y9Ë\x03 "
b"Ðw¤·înF\x17 €}\x01 ¦½àV¥ "
b"ЂyBÜ‚O&•7\x05 iU/›9 "
b"ÐëLàØ■@&╗æ\x13 ┴Øèt¬ "
b"ѧdù¬ÃMuŒ¡gY@ÜæF "
b"Ñ›‘Ò=L]‘.›ÿG“+> "
b"ÑëÊPb%@€¡Š€œ«JŠ_ "
b"о+ìÂ╬Ij©ä§þ│\x7F\x7F ) "
b"Ñþò<ÈŸAܼȟtX/ôË "
b"Ò,;ŽJÅC³ \x1C ÃÞ.ÒeÎ "
b"""
Òž\v \n
\x1C\x11 F¯½öâaÃ04m
"""
b"ʽDf#fIêø®\t GôÍüu "
b"Ó(Ìe¿¾Jʵñ#-ÉuÓ\x0F "
b"ÓJsðV³MΪ{\x03 ks.ÎÌ "
b"ÓR\x1F xø…F+µ\x11 šI>ó&° "
b"Ón\x08 ]+òI;ˆ\x13 —8>Ÿ‰ê "
b"ËöüÄXûAö¢\x19 ±`2ùø▄ "
b"Ô\x17 Ž|yöBÙ\x07 O\x7F ôÒ "
b"Èa¸P}9F\x13 ½\f ÉB\v ,┐¥ "
b"ÕQ\x0E %\x15 sIæ“d¬War¶“ "
b"ı¨sYÙÓBÀçG\x12\t\x1F àÉ\x1C "
b"Ö5ò¾®YD.¡\x02 Ap_é\x1E ‡ "
b"ÖS§šPãAwº˜P\x19 •Ãä_ "
b"ÖëT \x02 ¯K\x1C ƒ;\e Ç–KG\e "
b"×aCRá*IÏë\x1E t;;\x04 $ "
b"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ù\x08 dy\x01 ÎL±šï]Ès°é} "
b"Ù\x12 Œ¼\x1C 'BˆŒ)\x1D U’›…¯ "
b"ÙJ÷åUòMÈŽ$´\x0E 3Ay¶ "
b"""
Ùt©‚\r ìD<ˆ+\n
\x1C øXüo
"""
b"┘ÛÖ▒§ÒKGÅÈ̹ªfYÍ "
b"Ú\f èçöpO^¾OõóFÕÎ’ "
b"Ú\x10\x0E ':FM\š™±\x10 ¦±T\x07 "
b"Ú6?QWÉD\x14 „Ê·UË\x0F §W "
b"┌Ô;ØÅ\MXì┴Ç\x03 Hj#ï "
b"ÛcJk\x08 †Gû—[\x1F m\x03 ¦ðà "
b"Û‘ÖR8¥Gº“ù]©½ª\x19 S "
b"Û»Çü–¿G©¥Î˜°7ñÄÊ "
b"ÛÓyðå(DX‚ú¢¸\x08 ÒÓj "
b"""
█·d*éjMèèì^\n
■Ýõ│
"""
b"Ü\x15 —\e 2ˆE`·å¢¹»”]\x10 "
b"▄6-^ÀLGiÉÐ═8ð╚\x12\x17 "
b"▄;É«\x0E "H#û/[år88ê "
b"▄Y¸8│øLèüÁO\x17 S█½▒ "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"Üf\x13 ¤OqAa‹FÁ)cT4\x0E "
b"Ü¥ð~‹^Já‰C5»éÑg] "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"Ý\x12 Ïʨ“B¼¡P¾\x1F Ý Üµ "
b"Ý1”Sæ\x10 Kÿ¯S6•à‚ªÞ "
b"ÝW’\x03 )aCØŸ4ê%·o«z "
b"Ýn\x10 (íÄH\v †a}.³‹_Ý "
b"Þ\v z‚O÷@¼“Tq˜'4Ð "
b"Þ9'ÇBëIЮŠS(¶×æç "
b"Þ[¤‹@©F@…Á¡ÕL*,¼ "
b"Þ]눧|Bʼn\L\x1C ¿Ì(É "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"ß•Xþ ÍE\x17 ’4\x1C î•\x01 Ðà "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"àUâc^\x18 BVŸšA_0\r U´ "
b"àu\²¶äFG¢‡’N™>ðŒ "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"""
àý\r\n
„šN\x05 €\v M‰šø\t 1
"""
b"á\x16 ò¥¤›OÛ©6N\x00 «a ý "
b"""
ßçðeXûI¸Øã░▒¹\n
╠d
"""
b"á—ƒŒŽËGÊ¿,\x12 ¶j\x18 ·Í "
b"á«Úô¨AEr6K˜Í\x18\x11 "
b"Ô_\x02\x1D V\x1F M■£¥n\x0F N\x17 ìå "
b"""
âkôú+N@á‰Ù\n
\x13 RŸ\x18 °
"""
b"ãnd§8¶F%‰¶`)“cîÔ "
b"Òóe▓þäEwÉ;m\x1E ?Sû╔ "
b"""
ã²B\n
8·CY¦‘F©Ž\x12 Xø
"""
b"ã½lÜCUBh¥œèKBþR\x0F "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"ãð×\x1D â†C¥³ûlA\x0E uË) "
b"ä\x04 ûè“¡G÷®à• "WÛ\x17 "
b"ä%¿±-ÇGi„Ö·”“ü=\x1C "
b"ä[ĺ;ÚAy¥¯éß©1ÀÑ "
b"õ┌´■┼hIÜüOÄe█ùNÔ "
b"äÞ&@©/J\x08 “§¾Å‰¶À\x14 "
b"õ±G\x14 úÔE«ì½ûÌ\x12 £ä┤ "
b"äúˆûhòGÀ¶Îîýµ“\x00 ò "
b"Õ\x10 4#¸\x13 A^┐¬â(µêɺ "
b"ÕLø¡pºG¯É┬\x06 íM▄. "
b"å¥"àÐXAœŽÿˆ\x12 ‹´1ó "
b"""
åÍ('\n
êJw•Å;t09c¢
"""
b"æ\v 3š—$EO¤S\x1A ]¢oCž "
b"æl8&^ØM\x15 ¿\x16 “Ñ“;>ö "
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"æçüt‹\x19 E“—kí²‘\x17 ‘ž "
b"çdýÃE„Bp˜ý§\x17 ›¸J• "
b"þ¯ã!g▀Oå┐ñäØÑ u "
b"è0(7\x17 ·CT®xß\x7F ¯ËÓÅ "
b"è<\S¦ÀOÛ¿71Ó×\x14 C\x04 "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"訬ô¼¦L\x0F ¬.¼<?$?? "
b"èÀ,!'KGt“O9¦õîÆ1 "
b"ÞıeÍ@|Gcî\x07 :gì3┼L "
b"ét§Ï\ðB\x13 ¬é¿…¬ª\x1E [ "
b"êŠÿ\x16 Ê8K‰šD\x04 VyLÛ\x17 "
b"Û┬¥LAHL±ü6±¢╣\x19 ¿┘ "
b"êîͶóIí¨ì'€Ui\x1D "
b"êðBí`WEb“¾Ÿ#y[\x04 ¤ "
b"Ù³uÖA¾Jòì`W@[Ltþ "
b"ìhXí@\x02 C\x02 …†‘¢\x1D t‡Í "
b"ì\x7F ì,\x7F 5G£ŠNc$\x04 „sB "
b"ìÞûó²°EF¯WwÅ™\x0F öm "
b"ìý˜f˜ºJކ€Ìã:a¿t "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"í:Í\x02 –\t G³´tùh0_…l "
b"턵‘‹iN\x0F ©\x1F çR\x11 }\x02 E "
b"í™õƒç>N”»‡hÔ»À¥‰ "
b"¯*ì``\x02 E└û\x11 ,╩Di0± "
b"î· tý\x14 N‹“Á/ÎX\f\x7F L "
b"îÍ{¶™®NÇžLÙùBKç° "
b"¯ý%b▀¸O\x0E âıÀh÷ÞØ┴ "
b"ïx‹ûðF[²)ÖU×ð(‹ "
b"´ÛB▒7dMnÄ\x11 ت{w*Q "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"ðê\x1E &* F‹¤C9êM\t •« "
b"ðù©˜çH@–¦=™tžÕ} "
b"ñqvºø\x7F O⊰@'Úk0% "
b"ñÆ£>\x00 OJ\x03 ¨¿\x02 \r Ýêq: "
b"ñä¥T#ƒF‡”ÀQ\x13 >3TU "
b"ñò\x17 €ÌHL΂ìÍhÛÿ\x07 ¨ "
b"""
òLx»75Dh”\v š\n
Á\x1A\x0F Õ
"""
b"òl6Ûð6L€š=µÛsÿb "
b"ò‡\x05 DÇ?EŒ™›K5ïk\x02 ¿ "
b"‗ëôê\x17 rBgÉ\x06 å"DO\t u "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"‗¹w@$ýG\e ûÒÞf?Å▓z "
b"ó\x0F Òt\x15 C`ƒyÚ÷|×Az "
b"ó’Ó·\v ÚGаn„\x1D ƒ¡ýc "
b"óºó÷c5DÀ»Å>*ù¦K@ "
b"¾═\x12 ;╬ÜK\x18 ü«m└c/!n "
b"¶,▒£üùI{Üjæ¥SK*© "
b"¶-3ñn┴Cüؼ0\x17 ´╬[ß "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"ô|\x11 ú?N@%„ÆÙ†‘ئ\r "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"ô§ÖÆ1Kò‘kß³*\e 8m "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö\x1D Q8ÉpEk›Ò;®íO*¬ "
b"ö/1§v,MÄ´58\x06 [@‰Î "
b"¸\x7F KEù\x05 C\x11 ü~ý╬\_e« "
b"¸¼jU1tE½ô3éî\x12 SØÇ "
b"¸Í!û\r «H(ºÅ Âèeb\x1E "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"°0ç*J╩GÀüÆÂ╔╬\x1D i\x14 "
b"øMù×4~LG©i€HJÖA7 "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"ø€¯Cq3Aª½AÔÝ&\x07 ó "
b"ø‰Î–ê~O5‰Òô¯m‚&\x1F "
b"°îü×júHTü§Á\x19 pd°7 "
b"øç*æ¤ÝD&”‹\x16 ³\x14 ©\x14\x06 "
b"øûV„¤ŽCp™y\x07 ïM*…, "
b"ù\x01 "‹\x19 ÖB€¡j®ÝŸˆ™_ "
b"¨\x08 í_kÆO(Åb#×;_d‗ "
b"¨O\x1D vL¨O³╣³VÅ┼ûªJ "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"·*bDð6@ ë┼└úñì;┼ "
b"ú ¹Æ³^G\x02 †F(Ÿë\x0F ðC "
b"ú¯4-…/EÚ«È\x06 ~RŽau "
b"""
úÁ\x1F .\n
ßJÙ¹3ywèh)y
"""
b"·¶¨¬Å}GoêVN┴\·²\x05 "
b"ûøø†!4L6‡7Ïz%\x07 |\r "
b"ü!+\e ‘þN瀣Ž|h[®• "
b"ücåx…ôE%†©ãzi¥\x13 % "
b"""
²\x1A Ø\n
M¬F╝▓Õ»\t LÅn╬
"""
b"■\x07 \9É,DåúCY®┘Ý£A "
b"þ_PÎ\x07 ¥F[²ùlTö±¨< "
b"■Ø×PÄ\x1E FOÂ\x0F ¨*ÇÁiO "
b"þÁÅÿ\x12 d@€–÷gùN,µ "
b"ÿ Õyþ©JrºXdÁ³\x10 &\x18 "
b" à5\x03 ~:C\x05 ▒Åc\x12 î╝\r w "
b" ═┼üL>O┌ó\x13 v¡Äî8± "
b"ÿã¢4ó\x1A L#ª €~ƒ±*9 "
b"$õÉÓü¡F8ä\x19 0nðÖÁ¯ "
b"²A²\x03 ²àH1†\x13\x18 €Ú\x1C _¹ "
b"\x00\x0E õƒ\e :C\f ‚?ÛšMš‚¤ "
b"\x00 6²ª-%Hf³;¡½\x1D @”£ "
b"\x01 ▀\x04 7ı─E±Ñá{ÛìÙ▒â "
b"""
\x03\x1D ñøF\n
JT¡¦Š†Ù\x12\x07 N
"""
b"\x05\x03 ;$k]Fü¿LóX~©P” "
b"\x05 LУÐ#N^šQ±¹\t €n@ "
b"\x06 %\x1D Ó°É@“•\x1D ¡\x00 ðvÂê "
b"\x08 Önû\x0E ÌHıì*ÌÕ?óðÄ "
b"\v §~\x1E q\x0F E#¡\x01 ðî¿zHâ "
b"\r A¦ËCRMŸ¥]\x17 ýq\x16 ”\x1D "
b"\x0F 6fO\x01 «BÀ´3‡9µ\x1F ò\x05 "
b"\x0F ½:åòhHY´“+æ,§1‘ "
b"\x10 ´eïÉILƒ│Ó81½ãÚG "
b"\x13\x18 \r \t\x06 8G:ŒBhܪmB> "
b"\x13 “ö<gÁO\x13 ¸§\v –\f Jåk "
b"\x13 ╠'´\x18 ■K}åKAü░Çß╣ "
b"\x15 áò*│▄DvûAÌ▒ߨm\x1F "
b"\x17 Cž*GDOi™\x15 ÍšÆÖyã "
b"""
\x17 Ä\n
np\x16 KÔ¡\x13 ev¶«#{
"""
b"#H˜´ KGdzt¹Ì!¯ "
b"$7«u‡\x19 In¶§Û\f „Òá\x0E "
b"$¿ıXƒßD;É┬-¨ìø╝ô "
b"&À}¢Ï)@µ“Ö"˜Á®Ãx "
b")\e «¯Ð3N¯ž[*K)§ey "
b")ð\x1E åFvB£·\x10 Àz\v ×\f ¸ "
b"+¯7®YFM<³™q¥Tô\x0F a "
b"2aðDÅzInƒÏ\x13 ä·\x1D Ú\x14 "
b"35\v ž¾<J`¾\r \x1A y(\x03 l\x18 "
b"3ÕŒÕ$\x08 E‘‰ÂP9ŸïÛï "
b"3ÝjCã¥I'µ\x14 ü¼UlÈ\x17 "
b"49Ç'\e\v K‡¹‘Žä…×8V "
b"64²l\x04 §GŽ“]göÍdÍà "
b"7ˆ?‘\x05 œGŒ‰`\x02\v ë`Ój "
b"9Æq\x07 ╝\x03 E ┐|ÉRP>▀U "
b"<2Énè\x00 NL€„ŒA<PH© "
b"=rɱâ\x06 MUî┌"ı\x1D ysà "
b"=Å[\x11 Ó\f GOÂÝ╩┴´Yòb "
b"=á_Ö“áDÖ›.E&iàÜ\n "
b">\x00 †áÕK\x1A ¥Ò\n cÐJ!û "
b">\x15 ┬°yÅIBÖ$U0a\x03 ;Ò "
b">«i\x12 ®KDy¦Çç\x18 æ«(J "
b">û«X+áCí±\x1F ¸¬˜É—p "
b"?ØÃh\x1C kJ■ü█;Ñ¡eéÔ "
b"@-àô\x7F ¯I\x12 ½\x02 G9îÞ*\x1F "
b"AtA†Q~G…¬V#-ð¼‰C "
b"A±ø/ADHkˆ•±È?q\x07\x00 "
b"EœÓ¨¡bIޕΉÞáÖ\r k "
b"""
Jk\x17 »\n
™O\x04 ³VXñ|¦€‹
"""
b"K\È7MVOu¹›\x19 ½¢Â¥Æ "
b"R?-hQÀN▒ØÎ\x14 Ãp┼╬ü "
b"Syxÿ†¥Fs¤¾ü·[*â\x0F "
b"V·\x17 ■\v CÕ©\x1F É┼"'l┘ "
b"Yë×Õ}ìF°´åèàV¼è‘ "
b"[\f ƒ\x7F !\v LD€,êP´üMÚ "
b"[0Ó\x12 2 H█Å▄]═"P:7 "
b"]¡KИ€E\x19 “lJY³\x15 K} "
b"^f\`ÚÈCj‡ºu\e )\x1A §ó "
b"cÅ;ã…ÝCÖ¯ÔˆÛä1°@ "
b"d% ²ÛCCõ“°×‡bz…n "
b"fÅJƒs█N»╗\x08 ÇÃå!À═ "
b"g/,fù$Dø¸S…@(Äl "
b"g╦*eeçNþ╝m7x╦\x00 ┤ì "
b"ijÇÃ\x11 ÜM\e •4²´ôé\x05 N "
b"jH07èhD)†é\e ŠÜÜþ1 "
b"m\x17 Å´RÓI\x06 ‚H‹\x1F ´ô~¾ "
b"o\x02 1ÆŠ\x03 Jf”\x03 |&Ð)\x03 Ó "
b"o\x02 ╣Yƒ¯Cê»WÅ·┬íFò "
b"o2zÀ\x00 ·@~»(X\n B\x14 ç\v "
b"p╠ÿBÛ"N1Ø\x05 ▓W\x0F 5Uh "
b"qO1{qöN1¡╔├ìÝ\x17 ´Ô "
b"qÈ\x1A ø1TA6ºJ\x01 ˆ˜¶j( "
b"r[{%û¤I§Ž,ƒ›«„D\x1E "
b"r§¯\x04 H\x08 Ka»\x17 gpI\x1D Š\x05 "
b"""
sB5DÎ@I\n
¦àâE›|·É
"""
b"uõl9ÎòKM¨•\v ’\x18 ê¥ô "
b"v\wìÚÙ@ç¿c╝|\x1A\t ▒\x19 "
b"€\x15 ÙXHÇCLjñû´œ6òÌ "
b"‚\t L\x10 Ô¹Ow‚õÞÎ\x0E\x07 `\v "
b"‚¶CeEAB»œWéý\x12 x\x13\x04 "
b"é╣«\x03 ê2KRúEÅ\j);P "
b"…N—GEæL<&\x1F d]û‰© "
b"…¢¸¿O\f A\x07 ƒt×d×/L± "
b"åÔ\x0F :\x16 ÇCÉí6útT\x1D >\x01 "
b"ˆ+áŠÆ¢D&·&On¤Xr© "
b"êì1×n{IØÜ l¦Ûõ\t . "
b"‰b›Ðû J“¯%œKu3=‘ "
b"‰ª–¢ðÊAõ®É+ðž\x17 5E "
b"èü)O█ÅC\v Ö0ótòz\x19 8 "
b"Š‚÷\x7F ¡JCñ€Ò{|öF_° "
b"Šˆ™«~5Gª—Ë܆9_\x15 % "
b"ÉÄ╩ƒ╔&DHï\x08\x0F ┴I¤╬" "
b"æ▀öÜó}M┬Ø╔tZ¤éðh "
b"”×ÔF4øF\x01 —âgbô¸\x12 ^ "
b"”ß3\x00 L\x1E FË–t°€%\x1E %{ "
b"•5\x08 zü\x06 KþµbS<À)\x00 Ž "
b"˜›\x11 ‰É\x19 HØ„2l£ì2‡³ "
b"ÖØ!AÈ4K$ñ`(\x08 £8╠\f "
b"Ö╗;Ñ╬ýMþÖq‗ûìu S "
b"›<ÅFè\x05 MÌ«¡D5aÒ†Ä "
b"""
›x"´å¨L™‘{\n
X\x14 ¤áá
"""
b"£\x0F ¾\x15 *\x02 LÕƒìª\t ■qÃs "
b"£®ü╬R╔D\x13 ┤\x03 l\x1C ╦┤2T "
b"že»ìð Oã·xôŠ#ÚÊÉ "
b"ƒîaB\x1D ~C└Ø)©g×┌Ú░ "
b" ~µ0×tMa—v)Š@XÅÔ "
b"¡U0Ù«ˆFÖ’Üç\x18 ‹G¬Õ "
b"£ê~õqxFe«ºK#—˜=h "
b"¤¨Æ4oY@ÿ´v\x1D -]\t\x19 g "
b"¤ØKyùTE\x00 ©¥¯Ï7MŽ› "
b"ñ┘R³[B±×\x18 ¥H\x11\x06 Å; "
b"¥–<زxB4¤…žê\x03 ìDd "
b"¥õŸ%ñ¶J´â¨˜í‚\x1D ` "
b"¦6Jˆ-–JÛ—!þI›ž€N "
b"ºÅ\x1E ã±╣NÅàÝ&/¯╝\x04 ¬ "
b"©%¿B\x1D MB\x14 §}Ç\x19 ñDíª "
b"®-\x13 ~ÞˆGR“BtÀiÆô& "
b"««uÞ×§MB¡\x07 ÛØ³oKZ "
b"«─àA_ZL¦ì,_┴U¥\x17 ╩ "
b"°d»ÚÖ0E\x15 °çûz˜½Ð– "
b"▓║ò\x1A ├\x1F Azâêï─ÓÅ÷Ñ "
b"³5Ë\x07 î G«¨N¬ÌVaœõ "
b"´Ö‡ˆ£îAÕ´˜^7¼Â\x05 G "
b"ÀÝÐòÅaL╣Ö╗\x19 ©²E}¾ "
b"¸pÂãGŠLu¼1e®|ýŸ\x12 "
b"©óÓ\x11 ÎÒJAäÁÑÓ*ƒÞÉ "
b"º«Ï\x0E ‘\x7F Fw¥ØÛÔ›´À^ "
b"¼ô\x07 0$ÖEm…7˜\x18\x0F }eþ "
b"À\x06 %\e ®œIUµñ]‹OyÕª "
b"À\t\x00 nx÷O#§îäì?øâÈ "
b"┬*\x16 -ô{Eæ╣┐I3Åкü "
b"Ä\x0E Uµ²·Cô»ê2O&½ùK "
b"ãyë´Ñ\x19 JØí:v8ô-%M "
b"╚\x12 é=\x1C =O\x1E ÅD\x05 b\x13 "║õ "
b"""
ȹ°ÈæJ\n
–Rày÷\x1C ÙÛ
"""
b"Èâñ&¶uBñ¿í¶‡&ª†Ý "
b"ÊZ%ÿìlA½‰-%yQ\x01 a‘ "
b"╩Í.ïh´CLº¦╗ÑØû░¼ "
b"Í„ûÂcqIŒ¤\x01\x18 ×ç\x1F Í= "
b"Í•\r ‘³•F«‘Lz\x7F Ô›wœ "
b"Í¿|]ÝTJN‡²Â‚ß°Æ; "
b"ÍÍ™€\x0E B8ŽRE*>ö@` "
b"ðhz§xÚ@1Ö/kõ蝏 "
b"Ñ’iGP‡BݽI\f Ž$ÂXa "
b"ÑÈ9\x05\x13 ©KG»×PŒÁºÒà "
b"Ò¤r(ï\f OCŸæ;\x17 `kš¦ "
b"Õ*/Ì\x05 ‘@\x14 ¾jܨ–Âãf "
b"ͼ^À│╗C<ì1ª:¬×p\x07 "
b"Öû\x08 ÔÖXN\x11 ™(<Ÿ^=м "
b"ÙTÄqÓÉB?©+CêpÄL "
b"┘¡UX>dIÆ¡┴ì\x00 ê¡ÆÃ "
b"Û`+V¹óB#©\x13 Œ9\x14 À\x12 Þ "
b"Ûö\x01\x11 imGÒšüök€€r\x19 "
b"Ü=ºÜÁ\x07 B#«\x18 ó0ü&óº "
b"ܵ¢¬eÏKT’=ôv .)u "
b"""
ÞEŠ\n
ˆ@D\x16 ·FéôÆÙ‘¬
"""
b"Ìõ´\x1D ÉôED╗pà¼þ,Rø "
b"ßYâ£åôB&ØÎf\x13 aãÙ\n "
b"âQï\x03 büKД¿†ÁASGÌ "
b"Ôa\x0F YfÜG¿┤■'²ÌôØ "
b"Òvúì▄╩A-®\x1F YÍÊn╝k "
b"Õ<Éb¦qB\x16 ƒðéôZ─Oö "
b"µ÷\e Ê%FA¢ñN├i█àìæ "
b"èñ˜åLLJ\t ¼\x06 ¯\x1F !æ˜Ø "
b"êò•\x03 ~\x10 D‡ª§\x1C ,æg\x1E g "
b"Ù©¡W%:LýªÅAfK\x15 Ý┼ "
b"ý\x15\x1D m\x00 ºF«É8_á?╠v\x10 "
b"ìÌÃà\x1A\t C‡’ÌÞ\x1C Ø™\r & "
b"ìÓ\x17 DÍÿAÝŽ\v °KŒ\x0E Ÿ\x0F "
b"îf®Q: Cð”3*":ö\x11 , "
b"ð=îó|!Ms‹dSÓrŽA‹ "
b"ðÏ‚é|\x1E B@²×¡1wö\e 4 "
b"ñ\x13 ‚=†ÞIx€\x18 Á±ŠˆIÓ "
b"òéxÀȃO¼‰¤H쵓Ûl "
b"§▒\x1D ┤┐ÉNQíÄ║┼Pñ¼b "
b"ø©¢hÍTDlŽÍâŠ\x19 ýVX "
b"""
ü\n
~\v\v JA‰íõðÝZø\t
"""
b"þ %ÙÛ¦Hºš¹'.vr\x03 2 "
b"?¢J7Ñ!AêÅ_\x02 9&Ò┐( "
b"ƒA█1/A│üø¼m╠hÎ@ "
b"\x01 =¦^sšM¸¨‡³\x7F t©b> "
b"\x02 âºcàL±„Ô:P ð8` "
b"\x05\x14 >¥÷ŠGû \x08 «\x08 ’8F… "
b"\x07 8ì\x06 PåK ›`¦cùµ¤# "
b"\x07 ;®—mûA\x7F ‘Øi\x1F a¡¹k "
b"\r ▓f^ \v Kuå\x14 ╬ÚÞÊÅZ "
b"\x11 ¢Ìz'<A>ì\x1A ╩~_└"█ "
b"\x18 <àaßlC¹ŠU>TZ*¤\v "
b"\x19 ÑQIJ(B0¢LíH\x05 Þ\x07 8 "
b"\x1C\x1D ¶ÚÏÜB§¡ânÔŠŠˆ\x12 "
b"\x1E ÿ╬gEÎATÅ\x16 =═:ÒÄ\f "
b"\x1F °\x1A\x18 ïiM░»PºÐ¨jü« "
b" 1\x1D ┐¼ÊJPÄrç¦╣8É» "
b"!^”\x1C aåGOº:¥\x07 ý¦Ao "
b"!é\x0E\x16 Ø(COíö\x13\x11 ^ï]¾ "
b"!ù┘ãMäC¾║fØìaê9 "
b"#md´`.DÄ’\x13 ÚÔ¸ntË "
b"&;–ˆ©*BÞ‚_¸›<óË "
b"'ÕÆ\x16 ü¸G2‰»ËVÕ?UÚ "
b")\e IÉ\x1E ¿@§˜Î5:’\x16 s# "
b".ÆÉÒZkJR╣§ª\x01 jýð "
b"1\x1C nL}\x1D BÇ“yCï6Ä«ô "
b"3ÿVúá¢L\x12 ²Ê+T\x1C D°Ö "
b"5·A\x07 'ñI\x00 ²\x1C $ÓÇ„‘© "
b"67‗\x00 EûBò¡ÓiØ\f G\x08 8 "
b"9éh~;\x16 C"¼\x00 E\x15 {.*\x18 "
b";\x06 šBî,EE‰?/|—Y”Ý "
b";µ¶ea\Ob¤^º\x07 *Ï×K "
b"<Ñá7FQH¸©ÍþíBÞ.b "
b"<ø‘áL³K\v ¥\x0F Ó‘¢€{w "
b"=+¾¨4\x17 B”ŠsD¶Å\t س "
b"?ÊËè†ÓJÙ²Á\x0F ?Æ\x1F ‚Y "
b"E÷©RñNFŽ®AXi\r ëŽt "
b"I1u\x0F ƒ FP¤±;‘ëŽ÷ü "
b"IA\x10 VhLBòÉ{ðÌ;7╩\x1A "
b"Kˆ/\r åýKòµ\x0E #\x15 DþÂå "
b"LûﮩŠ@\t °\t |«O¸Z6 "
b"Mà—\x10 ;xHj¦[GdÐ\x01 †P "
b"O\x00 Éf\x0F ╬Nó╝P¤gÝÙ¹┐ "
b"QýTÿâö@ð¡¿s\x02 åœôì "
b"""
S\x01 zñ\f \n
@ö–4‘—$T\x15 5
"""
b"SOþ«töD\x1C ©¼ÚŽÊ4ðž "
b"T-YªfUC`¨\v M>Q\x1F Ή "
b"V\x00 ØôV\n @┘Ä┐k)gØ+ý "
b"VU?\e KìKsæ▓siíu£ù "
b"W°\x18 lTwF»†¡>Fú"Ø1 "
b"Xú!Üü"Eo½╣\x03 ð\x17 ÍX± "
b"ZÑ¡îàúI\r ¯óˆ\f œ˜M\x18 "
b"\dE›\x03 ©Fë‘\x02 å›=x&ƒ "
b"\Á\x1E /6ÈFTž_·ï\e\x1E Š€ "
b"]\x19 bØl›FDŒñä¹\r ¥\x06 s "
b"ag\x06\x15 ïDA¦¥è~l2íÅ| "
b"bОÊ#8Ar†"‘ÂXœ2[ "
b"dIùŒê\x16 Fú·\x1F ç©,é©[ "
b"e\v\t ╦f\x7F CCü Y UæAÔ "
b"h)zåbÒO[¡•¦!`\x13 J_ "
b"k”\e\x12 &uD\x7F ˜ °C,·x~ "
b"l&H»Ô]MÞ¬ßÛ¦òP9š "
b"l\Á\x01 ˜\v J^§u¦HZ‘T "
b"l©╗AØiLçé\x1A F¬q┼ïÀ "
b"n▄┴4¼■@¿à╣×ÅÈ\x0F ÃÙ "
b"p±黰EÉŠô)Ê/¹ø "
b"qeµPØ\v N±Ög{¯m+²{ "
b"q╚\x7F oó\x1F CͺÎôì¡Üf┼ "
b"r9eLWœL$ŸÎë|\r .P¡ "
b"rZ"³?¿Dű·›ˆÊØm© "
b"uÝùÚ¤\x00 @ÒºW‹{\x14 þ\x02 * "
b"wwØ\x12 ßKO•‘eâ)¨s\x1A\x08 "
b"wù\x03 ¤1¤IN“´î¼\x17 r\x07 … "
b"yy4b╔ìJ×┐e°├¸=\x13 | "
b"zuˆå1#Að‹ÓX\x1D ‚\v áz "
b"}¨UQJNÓž8·\x02 a\x08 šd "
b"~N¡~B\x1F @'¨\x01 çï;\x06 é‚ "
b"~a\x11 ø\x04 ÖA\x1F –ÿÆ¡Ÿ'ÜŸ "
b"""
ÇT\x02 f┌\n
L?Ø \x1F t`»óx
"""
b"‚\x07 wcì”J°‰\x02 þñœÆ\x19 5 "
b"„a˜~á\L\x00 œr™¦ë'œ™ "
b"Š9hhÇ\v J§€\v ¯Ožë]: "
b"""
ŠM\x1E ‘W9M÷®\x05 \n
´p¥R%
"""
b"èqÓ\x14 @`@\x06 Å■▓╠;;bû "
b"""
ï:cv\x10 üE\n
çÎpC\x7F Ï_┤
"""
b"""
‹Û(ÏMRD÷…–oB\n
Tf˜
"""
b"ŒC\x17 ã¤ïM>¯¡Î€jY&3 "
b"ŒCA\x04 ôqBí¤&\t ø\x7F Õ}J "
b"Ž×I+j‘Dж(\x01 ÿÖí\x01 "
b"É\x14 ┤/ÈäMD┐ð╗¤¤n╝^ "
b"Æm░(¼╦@#ÿÅ\x0F JT\f {▀ "
b"öÉx2Å╬J╠áaÎcXÇ\x12 Ç "
b"•Lß\x1E\v ’G÷°á9Â%ý\\x07 "
b"ù9Ç´½\x07 GØ£c$▒Uuô! "
b"—ÛÊ›AÄB”“\x17 F®¾s‰h "
b"˜ÍXnÍçK\x12 ¶]g\x05 ÂWj! "
b"™\\f ÂaÇI\x10 „Ù7ÎÝœá\x01 "
b"""
Üâ\x1C Îè\x10 KWê\n
\x14 }ì¿T×
"""
b"œï׳O\x12 Dí…¸F\x05 DœZz "
b"žã\x07 ÍdöD\x08 †+ø\x13 ئÆê "
b"ƒÒD▒\x01\x19 JÑôÒü█¹µpv "
b" -\x16 ¸ayF.†!‰\x00 Ù\f \r "
b"áy\x13 `>WL╔ó pÔf!LÉ "
b"íbÉ·%\x10 Líª\x1A ®Â¶¸ð6 "
b"¢‘Pk_ŽKD®•\x04 ”ÌtŒˆ "
b"""
ó▀s¥\t \n
Oþòô╩ü.\t £Ç
"""
b"§\x02\v\x03 á¶Möµ]\x1C l€Í\x06 _ "
b"ºØå/÷\r @»ü\x05\v ÎÀ?=\n "
b"§îlî¤[B}¢& îLZ\x15 î "
b"¨Õ›\x0F ™àBé±ó6\x07 ï‰G_ "
b"©²§fß|Fû‘aRGF\x0E ˆE "
b"ª\x01 ƒŒPïNK£¨e)Üww\x1C "
b"«'€Ž\x05 nE{¯æQtÝŸpž "
b"¼\x1E j\x1F ÉjE÷Ö\x04 #."Yy\x7F "
b"¬^Pj5IEÀ³-W\x05 zk\x1E ; "
b"¯6º\x03 ©ñĄ|½ƒêý*• "
b"°×e\x06 \M\x19 ©nïØ°Íþ½ "
b"▒p6ƒÜdE~ÉôÛ·╔òA¯ "
b"´¦/9UuM¿>B9*eø÷ "
b"¸&ÕþZYGÝ®¦¤¥ü0p+ "
b"©vÔð÷7G'ì╠\x07 f#;■Õ "
b"¼\x06 ôKM.D‹¾Éꯡœh§ "
b"À\x11 äÞ>ýIÀ¤ã\t (\x06 ±\x01\x00 "
b"Ãbõ`϶NK¢’iâPº‡× "
b"─╬ì▒¶¶Ej×{/\x01 `\x02 l╔ "
b"Åí\x01 ÿò\x16 B™¯Á³I¤/\x0E Æ "
b"ÆÓ@NÎÔF²ˆvB\x16 §Ÿt\v "
b"╚┐3\e\x06 pDíØ└9u\zSØ "
b"Ê:Lo"kI\e ™iÛ¸T,lž "
b"╩¶&¼\x1F ½E®\x0E ¬╝┼ÅâÈ "
b"Ì\x12 àùÐòA7»v@ÅpWŸ; "
b"Ì®ÿÅ\f eC\x17 “=–tO\x02 å5 "
b"Íïa€\x1E fC©¿÷\x1E „Û.2/ "
b"ÏW\x1C à=AL\x17 ™þ8Ÿ©^ßh "
b"ðyt┼G┘Dxøe²ô=ÅÓ¼ "
b"ÕÃ&M[ïG¢š1\x18 ªú\x1F\x10 2 "
b"×@µkÊUD¡‹Ž02“*§Ã "
b"Û‰Oü%íM|ª|\x17 Z§0ƒ\x1D "
b"""
Û·Èÿ îDš¡h^é©\n
.s
"""
b"Ý\e Ï\x16 Ï2BÀ‘\x06\x19 ©7¨k\t "
b"ÝÖQ|\x15 Kf½}ð¶u¡>Ö "
b"à2£aN\x03 H6‡K6e)õŸM "
b"çÑ*ßE\x08 Mؽ¤ÂRn›iµ "
b"èZ\x16 ÿ›cBÓ¡\x7F îë<\x06 ¨h "
b"èßõ\x1A jÐI\x1E ¹“ü¯Óª\e ½ "
b"ê\x0F p(\[FE€zî¸çMã³ "
b"ëž\x1E Y˜V@¦™Ü剉¬_P "
b"î14\x12 d‘As‹CÀþ„kß9 "
b"îÜÜÎA\x04 L.¾ö„ÉÕ¶¶ "
b"ï&RßÉèF.…àP,ç¨çT "
b"ïÌåšÊ`Cd¼%fQ†×Þ) "
b"´¦▀ùÐÜM\x00 £o╔Ýx×Å\n "
b"ñ\x05\x06\x1E\x04 »Kè«eŒáw˜µÌ "
b"ñ¥41m5B½³ ’¾ßnP\x17 "
b"óÈm6`eF_¥úÛGbX6 "
b"ô\x1C Œ3\x7F 5O\x12 ¦xYÄc.a "
b"¶¸?²\x01 kFÚì■¼À\x10 3į "
b"÷`M&\x1D ÿJØ™bÏÆ^ûr| "
b"øxÊÈϲOš‹»\x16 ¸š°–Ý "
b"·#■┐üÏAqéæ▀R3\x07 æ╠ "
b"úªÑ Ì_EÏŠß\x10 ®Zá´‹ "
b"üÓ\x11 -·\K¡‡ºž¸ËI”‰ "
b"³▄fåüþFâØ\x13 )╩é¤Âq "
b"ýôÜÁ¥7H¥¤ìª(±Õ5‡ "
b"■ÿã¾ÉÎBO®¯Uü┌\v $^ "
b"þ¦Ô\t ö\x06 C£±\x1F ˜y\x1E\x05\x11 ² "
b"\v Ê█dË\e Hú╣}▒e;î1Å "
b")¯ä\x0E "1G\x05 ¸ã¾Ô%4îŽ "
b"4¡#▒^¢J█ìe|ÛC▀ñ "
b";G)ó_ÞF¸‹å$*ŸŠØ5 "
b"HÏ«ê)3Oä¢\x17 :~¸ð/m "
b"Lö–ŸÞ?GC™Ë=\x11 _\x18 Üò "
b"PQ\x06 ~ȰNäüþX¾PÜ\x14\x08 "
b"YøBùÄ\t I\x1F „mK~ŠïÊ "
b"""
u\x19 }ÉæÎJ\n
╗ØBéú\Ò!
"""
b"v\x19 jåÔ\x03 F`°º\x04 òáþœŸ "
b"\x7F À‡žØôKe¬ïDá¶Ô±ï "
b"ƒ\x12 ¿˜Ô§MÍŠI´\x04 Mw\x12 þ "
b"ç\x12 Ñ"Ú8D~á├\x14 ¾~É╬ñ "
b"É\x1A ªÏÂAC\x0E âò┌Ô\x16 ı! "
b"—ü"†êì@P§\x03 ðú8\r R= "
b"±I4§5“@_µc?ù9\x06 e{ "
b"│à)eyÊIüï.\x1C U\x1F µ╗L "
b"║¾bZù¶C\x18 Å6┌Ò±$Gm "
b"""
╗6÷W$_Iåú \n
»çUOÉ
"""
b"""
¥¬»Öd\x07 @?Åf|¥\n
╔QÙ
"""
b"┐9wı´\x1E L/ÉZ■╔Ckë° "
b"À‘‚cP2A:¿Qc>\x03 ´—\x7F "
b"╚s(\x1D à6A\x02 Á\f Å┘╝º‗î "
b"Í*òša’Cs³g\x07\x1A >¸Ï£ "
b"ТAœ/òF1’¾ÒÊW\x1E p× "
b"ãÝ\x0F\x05 h5A\x1D ©ò”Q¬ä¬Þ "
b"Õ\x1A Ü1«5IFÆìôá+H┌\t "
b"ú¡&\x17 \r Ý@b¥~\v ÍÇ,è "
b"úã\x11 ?0ñC¸ªœšÛŸ\x07 u\x06 "
b"ûW\f ¼\x1E C˜ªK¤\x12 ¹»\x1E Ì "
b"\x06 ܰNê“F%†\x0E …Ï>ø4Ê "
b"""
\n
9}‚‚\x19 Kç±µ¥Ý™Á\x08 Ï
"""
b"\v ű¯\f ÑJBÁøpÁ \x1E &î "
b"""
\x1C\x17 \n
\x1F £ìCX▒Jtr+0Yî
"""
b"#¨ !ÖçI'ˆ\x08 ’ð~E\x11 « "
b">|wÛZÈGè£Ç¬‡tz¡ó "
b"Cr\x14 AsWF\e ¸\x03 PH\f :\e "
b"N+?klvCQˆO_æÙ%ã3 "
b"S†¿ëWªG÷,Í3–\x0E dx "
b"Xfœ\e %ÿL{™¬P\x04 u9öæ "
b"X¡`éÒ¢E╝Å╝ıuúLG┘ "
b"[\x7F\x0E ┌ÜöLU╝þÉ┴B\x0E ÷╠ "
b"qD\x0E £%’D9¥—¾ñêá†X "
b"z\x11 Ç\x02 N\e M7žßú ¤m\x1F g "
b"‚\t wxüDB†dþè6^Kà "
b"’1ô\x1E\x03\x16 BÅ”\x1D “¡<¶×\x0F "
b"š¨\x7F Z\x04 ‘G\x1E ’EaË»ŠDi "
b"žš–\x12 SöK†¢“±0\x08 p©) "
b"»¦ÌD\x17 „JFºÙÔnqÒY\x1A "
b"œÇ\x08 O+@u¸É\x03 *^8±° "
b"╔╬ü¬‗XFÃÑ\x06 ║üÐìÄ▓ "
b"¤Di\x04\x0F ÎFo¿\r ̦ü¹°ä "
b"ìɵî+ãLž¸ù\x16 é\x02 ÕN\ "
b"´X¡3üfB/ñÈ2k(õ±W "
]
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
1500
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 (0x002FC7FE7982480CB47D490CB64BCBDA , 0x00C7742B06DA43629AF3D2218CA2CFBC , 0x00E6D125A8164445AD9E256017DDFE48 , 0x01232874C6F84964892D6A487CF0A6F3 , 0x0135DE21D87E429FB5DDB7319FE269C3 , 0x013C91668B0E4FC3AE1F56DC4F147580 , 0x01B69BD476F447EC96D4371D2C335836 , 0x0228EBDDF28E4CBB877F7CD89738B278 , 0x023D7199C6194714915C61220E03926D , 0x02F29BE172AE413A9A030155427CCFF6 , 0x0356C9B77AE64974A5168A65D2E33740 , 0x036DF813F0C44E979B4FF3168D9060AE , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x03BEBC2D75F24706B07E0DBA5161EF85 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04490BAD6D4A41ED8A3C643B17789612 , 0x04578812A6674180972A266B2D1A0CD4 , 0x0462EE053B334609B76B3A0069C853C6 , 0x04D78201F96F4B4D8CA9A8855EB1F1DB , 0x04E42AE2F78A47DC84B0EF86A691A35D , 0x058B05E927D14A7B936F65195CE62196 , 0x059F7BF4A1344D29A27DB6FBCF8206FC , 0x063C8098886B48858EED8584A1DD32C6 , 0x065D368F13694C769054DE2CF3F64D57 , 0x06CE56A02BEB41BD88F5D67C003B2E5D , 0x06DDAF8E962A46AD9C6C0116BFC56C4E , 0x06F08B688E1346A98DB524CE04EC5A26 , 0x0704B9C17B1C4B9F8E2230B710AE9ED1 , 0x0730D0571D964860AF67DBD42940FDFA , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x079CF57DB64948978D875EB32434ECEE , 0x07F17AD1AE174B9C86782B2178C09371 , 0x0820D459BC094E778A64CC409630E76A , 0x0862C837D2EC4089AFEB5883B196D3FF , 0x08D1072743BE4080B51F924E125E412B , 0x0919449E998343DF812DB03587D74822 , 0x0944703D3BDF4F2C8FC6E26E5D59FC6E , 0x0981AB9AB7064F50AB75CECB0C901D80 , 0x09EEC78086AF4BD1B0DA2304A73EAF83 , 0x0A52951CBF4F4BC0917844D27286DB18 , 0x0BFB56BF1A7648B792FE273E5B4C8A1C , 0x0C04BDF5E53442039B0D1DF5C2B02E16 , 0x0C577B84D8804F5F954913B7E3362D0D , 0x0D16945C44A64442A61D79721631C562 , 0x0D4833C09247470BAF18E7F4398A8A4C , 0x0D8DDCC57C464188A3D2072BEFB2DF02 , 0x0DD639E174F7460496B1B0B641168194 , 0x0DE72BE73D204763B5F7B24CB4239288 , 0x0E0779FFEBD643B9809F2E002172571C , 0x0E319DE582FE462F8C59EB846B4F47E5 , 0x0E45F6EF831E423F97F70C84A2E1DDC0 , 0x0E4A6F82F6DB46B6906ADD639C1A9729 , 0x0E5FB59E0C1942D0BABBB2FD1C418688 , 0x0E6410ACA767400CB4C432015312CB68 , 0x0F069F869A8D4D3D85642C79AE42ED46 , 0x0F528AF7345344719448AB2BC0CB2D60 , 0x0F57105EC4844949A4CFC2D0A0D7FE3C , 0x111834A4868F48308B53A94B922D2681 , 0x1147EACEB9EB401D8459123E30C3B618 , 0x11B5779DB3A44D339E3B26DDC1A0DF2B , 0x11D6E6A3E89F41B6B99808D4E69342AC , 0x1247425C59AF46EDBA327A4751992AA9 , 0x1299088D90AB495697B988F0696D2A89 , 0x13B2A2DC5647484AB4FD4D69364CEE18 , 0x13B392CF5ECB45859C5DD7C895A367F8 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x140861A7A2D54157B709C67C35AAC18D , 0x14286E54442D4B1088D9F7B77825BDAB , 0x1433D91BD3F74DEB9AA1711230A3D789 , 0x149B7FA3F9724126A7C35F8F3E8E65ED , 0x14A3913B02F946B08BE4F100C37E5808 , 0x14EFCD500E5A482EB69B272311EA914E , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x15167D2B9C1C4D8FB62B8F970474D9C5 , 0x1532CADE2FFC4C5FA639C7B5E8BC3F7F , 0x1567F3C7DF5F4DD5B324EDE84EC8B3C9 , 0x15E297B38E734369BD0D70D838D16942 , 0x15F6CDA37C5E4FDEB01800F33F931FC8 , 0x1617A1D8F9694BE394CC206804259601 , 0x161EF1313EDE401DB6400BBCE33414DF , 0x1650F06F1D8D41F2AC2E949B37CD6AFC , 0x165A5B5761174286A005574130F19C49 , 0x167AECED578F48899E1C37D27C8A29B0 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x16E671D99324405EA186C55E3F415DF5 , 0x16ED3E1DCC3042E0A574CFDA71497E73 , 0x170548D01DE1446DB4FDDE7BB507C103 , 0x1735B62D3B6746BB8906864A26B9C9A0 , 0x176F32D86CE646A597366E61B58A4820 , 0x17BEBCB914FE4F2D9FD7E75F77943F56 , 0x185281DBAE8045C58E1E9B95DE652EBC , 0x18B1BC8FA5DD4D76A13A14223996C00B , 0x18EA5295D847403999AFCBACB63A6C3C , 0x1994F3BAD5DD4F23ACF473A4874BEF8F , 0x19A0886ADD614B35A958F7EC0CD6D58E , 0x1A0ECBBAD0A649439DB58B9D12097830 , 0x1A14D31CDF0549D8A05CD3A6A9600A35 , 0x1A29189313C14C0ABCF3CD20D671EDE0 , 0x1A52206F22B54763ACD4BC451AF5240E , 0x1A527E0CDEED4F7E8B881E078DA73A0C , 0x1A53F9C786A24F99BB2D35D7B8FE10A6 , 0x1AA6EF3CEC654FF185B962CFB9C15CD3 , 0x1AA82CFD09C1402C8B4A32A5D15850C2 , 0x1AF272B1AD304FBEB2964B81142C0EFA , 0x1B482138DD2043E5BDC4132A57C16457 , 0x1B996C332B384959B77191F5AA62A1ED , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x1CAE5107B4F24E4AAD157457171A78B5 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x1DB4CF07340C4FA487C8AD9AC33A9792 , 0x1E4A68F24D8C4D10AE802CFCB28DCF07 , 0x1F490D76FEE14420B8C199CF3D560C7B , 0x1F6363AB0CC54A0B941AE3D7B332E738 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x1FFD6B6388474C0785A2CDE27179D8B0 , 0x20541BDC71744DC294A67B88D38AC77F , 0x20AD953843404CCDAE189EB9DBEBD6B2 , 0x20B958C94E964FF1A31D04EC1CF76E3F , 0x20BE7163E0B84E0DBED8568E823A0666 , 0x214AFB4EFE444F0F8C0FFD4025E74A03 , 0x215A0D4B16FA41398A501A4E0A2F1054 , 0x217A7410B3D84299B385D437300E9DBB , 0x219DC036ACB14BC8A430E82D3704CAFC , 0x21E38950289C47D4B96DE9F855CCC0D8 , 0x2218FFC0395E4E548967413C983559F3 , 0x221A99A3AFE646C985BC71B5F62A7783 , 0x22458B38782E494BACE7FD54F5B9F378 , 0x22704187C62E4A379E4E6D0604314CFD , 0x22B0F0E722734187837658F40DF14A85 , 0x22EC1E2D5AD5473EB634981CD71DDFA8 , 0x22FC4D2148264CE7916462B6249BB0D0 , 0x2303FCC86E3242CCAE8D2CDB302867F7 , 0x231B401911824DA9A64E3143DC5B4B62 , 0x235BD002B0C149FBA29409DCE6CF5031 , 0x23977307668E4303A246E85DDF429750 , 0x23BCF96BB6434F4883DDFDB667FA2EC8 , 0x23D58578839A477EAFDCAD1312BC79B1 , 0x2414C82F6A3A4A1981E42660F7C31751 , 0x241F7947A6C844C39123F1BB089B8F1C , 0x2431FA1E973743759966820EA7E0225B , 0x24362EBF9C924C2A879468CE0E336513 , 0x245F8407C2194FECB0D328EE434725BC , 0x24B6B5E3C1D24FE882E5BE009ABE2A43 , 0x24BE73FE0FE54B23A6ACBE8D2575A882 , 0x25528971368C43A889B2A5880B668DB9 , 0x2644AF97C10D4DD1B18E00F00852A845 , 0x2708935C997747F39567A13629E5262C , 0x270D364855294426BADDC8C65F5CB02F , 0x2752799867A2498C8AE50694508B8D7E , 0x278DDCD1EB7F4582804E5C854A4F6583 , 0x284A743074454A4190D315C0D3B61564 , 0x2892F1DC6E96435B8292F26DD17C05EB , 0x2932543182AB4A8DB4D48E8B2C1ABE6B , 0x296853A57E3042EB8D27F237B1F147B6 , 0x29D2340EBF464ECEABD8CC77B2393499 , 0x2A31D4AFC99D4020B88D9888B0978CF2 , 0x2A6613CEAF084A4B90F40297786DB807 , 0x2AA5A49DCF3C42379A93AA9925795B4B , 0x2AB806E074E145A3AEFC031FA66DA943 , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2B068EEF0C8B4C769A733013A16598EB , 0x2B49630553C34FA28671F93C714DDE5B , 0x2B562E482F024D9EAB8FD0986C3F32C9 , 0x2B795149B7C146BB9B5129B2CD5EBFAE , 0x2BA1C0EB638241D7950F1CCC52A63F5E , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x2C3E1D570B014A40B0F559894BE6C1A5 , 0x2C8A8085F1F843F0AE89FDF7D2CF703A , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2D0ED07CCC7648B7803DD2608701871F , 0x2D1A6F62A5424CB7AB52B1FBF8C9618D , 0x2E46C07797754B2F871541EDA5B8DE80 , 0x2E4CC9DB99FE4CB3964C1CC68A2DC11C , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x2F552C912F83453D866450DDB3751D1C , 0x2F76BDF470224624B6DD1FDA7623F6C9 , 0x2F78AED6F39B4D399A7EA43060ED96F3 , 0x2F9A972D0E884C78AA1AA54F70509372 , 0x2FA04A9613E9450BA75B537FF0FED2C7 , 0x2FC50BA5EDD645C5ABCF9D9BA2667BD7 , 0x2FC7CAB63E924178938F6A61649DFD98 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x3008B51655444DBCA9D7AD22D53A43B8 , 0x300E0E3358AC413F837A099FC6723C91 , 0x302BA6CDF7274569893027FCE1104F34 , 0x3060AD09EFB54B2381621457F6EFE5A9 , 0x314553D56DC0425DB89485F9EC835199 , 0x315B91331E9F45B98F79DAAFCD914593 , 0x315BB2E7A49D47CB953C75E64AED9890 , 0x3164D2115E7A4188A51F8BBEE9F682FD , 0x31948A40974146D9863DAC0D6BFEDD2F , 0x31D95954C3994124B715DC6D0815BD09 , 0x31EE99BCC2D84A76A1750F8B1EA07D2B , 0x32072061BF9A4362ABF740AC23019124 , 0x324032E0B1314ED887AEFB40F5FFF287 , 0x328C9C60E9EB4B80B854942A42B7653B , 0x32AC9B3F6809421EB439687B53B69C0F , 0x32C446631BBA4B2B9DB5392C712A8732 , 0x32DFE8CD47B246128BAD8FB9CB77EB2D , 0x3373AA1442A44FE69B5C83A8CE47431A , 0x337C3EB12B824127B9226ED29750630B , 0x33C7ABF49BDE497E82975BE5863066FA , 0x348BD30A4988486E8479F4BAACAA039C , 0x3504DE3E71AA4E5996C37D7A411CDC97 , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x3526A38372B7487FA4114849FC0BE77D , 0x35A1D8F7122545648733B5898D2FF657 , 0x35F6EBCB6AB04848B3D34E38F64A88F4 , 0x3684B792A5A742D688B9D006274C5772 , 0x36A41971B43E4CDC8B48BB5D743FCCB0 , 0x36F3987006544B1A9900C948AB42FACB , 0x37451078B6494520BDFB13FEDD3D6B5F , 0x376AD1D2F81C4272B9D348D619C36EC9 , 0x3801D7EC26EA49E98CD74497EB0D79ED , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x389DC482C8444A4680BD2E6EA263331E , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x38D08959AE1041B29D4C6596A64682F7 , 0x38FBE67D699A49189C99B55B3C7DF799 , 0x3906E00B1F9C4DF4BBDE20C4DE1CA245 , 0x391B145275DF4EEB80005A6ED159F697 , 0x39327093A91443089C98B9EA9F253F11 , 0x39550F067563402092836E06FFF604CA , 0x39D3C17A38BA4A6EACD04CCA2684898F , 0x3A4F4200DBC7442B9310F7620656378F , 0x3A910E4D32484344B9B13CCA7F3566E8 , 0x3A964FB5F93D4BF6B8BD640D1DFDC4B9 , 0x3AC47B2AE08947DBB8C42AC5CC90C927 , 0x3AD5FEF426A4483DBA71DE845B953369 , 0x3B08AF706DBA4294BDE8792EDA3B9F3D , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3B939C4274FA4536A9BD4F7F44FDAA9F , 0x3BE8C60FA0CF4A2DACBBAF6BC58FA2DE , 0x3C078EFBFBA84966B53F4739A2410CA5 , 0x3C18F97D531F4849A707236FC527E897 , 0x3C369FF1C4C54F0B8B9A94DF5B360735 , 0x3C4783DA94A040178C545959D93DAC4E , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3C74E0E2A6E24B879D833A5D62F9E37F , 0x3C7AAFD5B5C649809FC2F9C719D89ED9 , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x3D110CF4B76F41619CA612747A681685 , 0x3D20DC3A67DB47418DAB130C7245F38C , 0x3D344329B6764862B9CF044587AFF56A , 0x3D7530B9FDB54B4B9F3604B250E0251E , 0x3DAA04A0EDDF431CBC25F7D7C979B2AC , 0x3DD58E7C454F4A52AEB8EA6145E31531 , 0x3E31E0EC10614DFF9EB1380D6D088A50 , 0x3E859525A2AD4956A531569487645062 , 0x3ED3A6ABB1304DB8B6AFFD2224175D38 , 0x3EE4E2BF9C774EB0AEE542EC4D1F925F , 0x3F69536B990446B2A8160180F27F342C , 0x3F752674435B4639AD721F579543919E , 0x3F90BD0294CE45FABA5155C8181B8B01 , 0x3FA2CF583A98425E8E410D304785D71E , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x3FB511F9B6CB47179B79C479D2869F18 , 0x3FF53361552B4F10ADB8D8F884BFBD86 , 0x4067EB1DCB754B5DA971C38A6C73FE07 , 0x40F29134A09944FEABEF7D894D69D7D0 , 0x411038860F914EEA81D1A94A990FEC50 , 0x4144267004324DB0AA37DE282D124EB0 , 0x416E283A549F4C6FAED57EE4E01D998D , 0x418029142A524895A34C1F32A9345D72 , 0x42722787FE42458EBA4627A7314F1CE2 , 0x42E180EB8FB544ED9E17185BD9504E1D , 0x436EE470E7184E3AA076C6027C4A353C , 0x43A22A8CD08041F2AE945C8637443776 , 0x43D3CF57DA60459FB5BBE92CB9E73F59 , 0x444D22F611D34385B2CFC058601445A2 , 0x4489C4E449B74D739240DA1BC55CF4C7 , 0x45537D60180E4B98B92911D8DB481B93 , 0x456DB8595C59468EAF19E8560916BBDA , 0x456E57E125244880BA870E7E9449E59F , 0x45BAFE78D29C4ACA8DD96B0FD9437438 , 0x45F02346D49F482FA87021603760A026 , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x46128C721AAB48C8B145AD64D8D335F7 , 0x46926A9F30094F56B3A380D92475FF29 , 0x46B3B04D85604ACC863C2C90697B21F5 , 0x4722AF1BE2334527A240B9232CFF2F7F , 0x474498D8F7C348749EB608E75E1CACC1 , 0x4744FE4ADC0D4A87B6FD40972C079F06 , 0x475728A3A3DC47078C07F04BBD0D4805 , 0x47F81357842A45128AD89454DB143CAF , 0x47FACD60B3914C50BA0241508CFEF9F5 , 0x485602959EAA4DF6B22050D8ADD8B833 , 0x492A043A6029478E91443BE2C3901617 , 0x49336050A9E645FE820981E516238857 , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x49B398B0E25A46B6808A9A2551490565 , 0x4A3215BA4E9B46DC87A343D138724292 , 0x4A8F05AEDE8C4654B059F9D31DB6D001 , 0x4BF9001B7AFB444190F36A2CAD7B982A , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x4CB232C1E5DA49E69B44FA80E9D440AC , 0x4CCD57CB8E514A5EB8C37CF4938A9439 , 0x4CDE68CCA4B8466FA3B802B8CE904CA1 , 0x4CF4D85AA05B43E0BEBFF7ECDC2D592D , 0x4D5244CC16944C9BA63D5EA6643CA7D7 , 0x4D6267523D754ABCB9DC16342F21CEAD , 0x4D62BF67E87F4DBEB0CFE1C7F4800F2C , 0x4E4C0FB9D532445B88392C2D7D02F0B6 , 0x4E783716E04D4809AED405E24A0F0F14 , 0x4E8927DC97834ED0B228DD4C673D7D0A , 0x4F2DF85EF18C42CABDA403442EB51243 , 0x4F36F50E2F414CE69FB804C9F10B753D , 0x4F7FA36F3E284AB792118E11DD9F4B86 , 0x4FE445BC42734822B18FCEE8000BCD33 , 0x505A5882AEAE47359BDD964255B526EE , 0x50650E3393DE49A89055C3669802FFAF , 0x52362E5AF9FA4B6FBAF69003B5456122 , 0x52BEE845ACE641EAB1A864F813B7E100 , 0x52C14ED950E14AFFB4D1836938DD088F , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x539A0B5FF25C44D1B5886661E963010E , 0x53B4476BF9764EB9AE12A142217B2B69 , 0x53BAF008DE284ABB8396DAEF4AC36CCA , 0x53E09AD2E0564795B9B3280DD5B5589E , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x5410149383F94398823E26DFFD0CD7FD , 0x54125CE1B2B54E19BF9D597E994A4ACE , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x55203CD6BD62414B8679A8A04690ADCE , 0x553AB42E5CB0486590EBCABB08E91045 , 0x55688327B4D244BB9F3743839EE51610 , 0x558D508757C3458DA097ADD2F7FE559D , 0x55A585D9423F4E3AB5EAB9A94EB75682 , 0x562B8E54B042425BBDE67624AA2B9CD3 , 0x5632E0C211314BC9B195B12047308E34 , 0x56C05F78A2DA448AA7C0430C847215BE , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x5755C72E63A84B08ABC87C456E0AB5DF , 0x5789AC1071F24E50AEB6326AD8A3AC01 , 0x581F4A88EFBD4B28922BC9ECB446FD09 , 0x582F4F2077624A3F96184775BF911763 , 0x583A36DCB76347808B3E3A60D194D68E , 0x586FD6A10C9D4DFCA36EB5D1115F4B22 , 0x588045FE5C4A4C47AA7589DB77449CEC , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5904FC12EE3C43EB98F383F694035A6E , 0x591C2F15E93441549CCAC2EE92F3337D , 0x5921BF0548DB44149E8219A8BA484690 , 0x5924F2E6BA964F4A819DA7887618D9D8 , 0x59725ED832D54D909BD98F8F0CC738C2 , 0x597D693048894FE1968F74200B231A1C , 0x599920B3731B481F81AF68FEEA9F04B6 , 0x5999E028E05544D8BFC1CD8B1A938C97 , 0x59B5EF6940474914BCBBDCB34286129E , 0x5A0B97282A914219BB4D6067B7A2E900 , 0x5A445EA009D64A719C65ECEB163E7120 , 0x5A9F593570044EE8879F40B7434F70D1 , 0x5AA45F5A936F44AE9D0184125B9A0B3E , 0x5AB2EE36B5C44AC49B10E154AC9560BF , 0x5AB95119F30144BF8BC8D2C4D8A90DE5 , 0x5B8C9FAD181E46999423B7DA40D3294B , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5BE73B9E98B44A279685880E2D900B46 , 0x5C1A0A01A0F2470BB662DB4767468E36 , 0x5C26360F739A47198987582E7D6C0C3C , 0x5C301C0A3E484433A0CEFBC3EAA298AE , 0x5C5A61E95260485E94FB34678A84EE5F , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x5C8CBB7AB3D24993A4A745453754E5DA , 0x5CB9390B8688472EBC0F735015B32B2B , 0x5CC466AF17F94331901FFE6CE94E2198 , 0x5D44A244948C4B089D4D860514F77929 , 0x5D70BBB6603742849958C2F2BAA2FFAB , 0x5DCD361EE6C743688B2DE56396F4B12B , 0x5DD0EB543052452BABDE21429AF73BBC , 0x5E83136C2E41456DB9EE544DAFD1CBE7 , 0x5F0A0A6F2AA043A99DB326D77D8AC467 , 0x5F5DA1E885B24B74970B4D15F02F15F2 , 0x5F74CE1C799D4458958088D2EBB771F8 , 0x5F8E515988C841E888B454CC4BF356E2 , 0x6000676F1B1B43D39A8C900F16309330 , 0x6013D7A5A2874030B506A6F5240711A7 , 0x6039CD80756C4A209B2D838B7ACD1930 , 0x60755B7C07694C8081CE8B71A795FC48 , 0x607DFDE6B58248EAAE1FF4464B83960C , 0x60C0F55F7F8D4F999B03D146D3C72DA3 , 0x60F8EFB852284887984148BEB8E008C6 , 0x60FE311512924D70B5483A78597EBA07 , 0x611E952A2CBD4DC49027213FBCB8F270 , 0x6126344CC87942838E3646E493CFE3D3 , 0x61898353CA594D06B7CE78D5B230AEA0 , 0x61E3F773D22B4A4AB1420D78E17EEA15 , 0x61F7F94F72E34138B39D22849F832661 , 0x629C88C740084EF8AB8C0AAB645B9424 , 0x63542AF94D264D8CB8EF65E8DD7117F2 , 0x63DE8FCE30D140E081BD6C5A60FDEB51 , 0x641920BE5EC44FE58ED2827EE40EC501 , 0x649A930A7AD34341AD5F01C01AA64714 , 0x64E56FEF52D34481974F84B4B9820F77 , 0x64F84EFA74EF46F7AC4B5E4000428B51 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x657C9AB64A494FE09A650016EF0F1BCC , 0x659909C64D6D4A298D8038E96250A312 , 0x65CECC21B83546DCBBD29EDC13179530 , 0x664037C6162D4893884A450DCD63A955 , 0x66914FE0505C4D5BBE957C7A6C809090 , 0x66B5D33F61214A1386AA991F9004414B , 0x66D298ACE83E4DBC8A8EAD1E40B7F5B0 , 0x678200398F6347708C2DE87F3399253E , 0x679DE757A14E45368E4AD4319AD94F84 , 0x68B65175FD17476C92CAAD2AD27143CC , 0x68FF25B3F07E43848F90B38FD5DC917B , 0x69010C03AAF04DD9B905C13A58D3FF86 , 0x6917A1AB38C0465BBF2443EDDD67A4F7 , 0x691C58C00E9F4C119BC8395B65D0509D , 0x69423AD6251A499AB47FCDC4183C478B , 0x69972F26F237498B8E817547D3B7F34B , 0x69DE41B52F8046898EE0D661DC686727 , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6A54B9D8C699410A8F5C2CE67008F855 , 0x6A78937A3B0C4C908706DDBDAF1260FB , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6C044BE95E6F40448F4EA61AF4D79580 , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x6C77F02220E34318A8BFB0489FD53324 , 0x6CC0D8712B564981B86445BDCBB6EE60 , 0x6D1C2665F53647A2A4A255CC5CDAB4C0 , 0x6D260D7045C348CABE04CB6D73A60168 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x6E071126A5DD483CAD0A021226496AC7 , 0x6E164EFFE32F47A68BC64B485AE94C0D , 0x6F29FB6248864DC18748C4047320EA06 , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x6F6A0C170ED2419780030FC467202CDF , 0x6F739EAE91664A4FA1F04C1B51C1486D , 0x6F99B4D603B84D5C916766199970077E , 0x6F9E6FFC6D5F4302841BB0900071BE07 , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x706A2FB43D4044EBAA24DD4B8B2BC2B1 , 0x72604941737B410D9A745E4B1788F7D9 , 0x7277398D860644F9A224049F25788AA4 , 0x727A4734254441E88F15ADCE6FC8B283 , 0x72853C9671ED4921A317BEC01448ADCF , 0x73827AC261544966B8FEF6D09912FAE9 , 0x73DF07AAF12747CCB8CDBCE179E50640 , 0x7477195027E84FC58BB7A90AA8DBEEC1 , 0x7477B5392D82453B9E6B5F8CE430CDFB , 0x74C3CCAA759A412797A86FADB1EE30E3 , 0x7505974789DE432ABA951E9836F01867 , 0x75098599B4464786A7856842FBC1F1F1 , 0x752876413D36403EA6D9859B4C5C0566 , 0x756373ECE75242C3B9738C084C3BAA77 , 0x7574B1FB57F44BADAF4C3E5DCAE2820B , 0x75F8572DAF28462A8B3A3A1C1C6F7F9B , 0x75FFECC479DB4D72A1C45B0912C8774C , 0x760A1087D8FD4EF991A89A38D24EFD85 , 0x762A9E8B09FC48F48A2E019566FE519E , 0x7660446CCA6F423DB9E67DB152B51EC1 , 0x7687B690F3F44A828720A8011E05BB56 , 0x76BE32A88CC44994BC718169101A5524 , 0x76FD7DBB0B924CDEB3818F9663A44174 , 0x77B8689AAF3844B8B6B648713D7726E0 , 0x77FE4529617B40929B00184EEB554C46 , 0x788269475BF94C2CA3D045921576D976 , 0x7886BE176E9F4E9EB44C37D22FF110A9 , 0x78A1EC7ABF4D41538B92858DB191296E , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x79DB368464EC40EA9B82FD28ED32061C , 0x79DD8E51210C4C4181A87029EB9F60AF , 0x7A5BB376CE684ABFA1B560AF11B4C7D3 , 0x7AAEF7CACB6C4155B44CCB4FAA39B5A4 , 0x7AE083D5B4BF4ACDBFC7CCD0C92FFE2A , 0x7AE36B2F59B34591BE4DB55111D3DD70 , 0x7AFF1A79265241EAA203BFDDDF5F928F , 0x7B15D48949E14C8ABB7503F443F05FF6 , 0x7B4818BB9F9A4909B8F7BA79FD2E4AC8 , 0x7B586F8709244FF1AB137A0BD59E4462 , 0x7B5B724339014D31BD79C2FC61C1FB8A , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x7B8483C663444CF7ACA1518DA90CAC92 , 0x7C70F22F38E7423599767838DD0C879C , 0x7CD30CB791D242FAB6BC2D0C233868C9 , 0x7D386C8FD2414C5BB1BA0B95F4F92E92 , 0x7D39E6F6DC1D4B90B056A1302AEB7D0E , 0x7D7285A60EB54429BDB6879FCDCC06B8 , 0x7D96021D86844E34B72DE92364505541 , 0x7E58CA6F1885480483B6D004FAE4D20F , 0x7E7C19245B0D402AABC97E7CBE57071C , 0x7F269FDC24C84608B05060DF4495431F , 0x7F39038630624BC4894AF3AFE627615F , 0x7FB36F38D2AC4CC2B29E18699345B7E4 , 0x7FB827AF3E084C15BA00348474140416 , 0x7FEBED4B0D4C48188A4B19CD1EB1C197 , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x7FF8F9530FFA402884E2E2D191616F9C , 0x800119BB0EC84F86AD6B976F4CF0CD5A , 0x80924F4C6DBA430F96CA1DA8F227687D , 0x80DEAFCAD28741E281A3AEA53E5F13E6 , 0x80E4495E3FEE42B78CA3DC79FA6BA0C9 , 0x81578DC743D84A6383901D5C6A605F97 , 0x815893FA5374438CAD2D4D09CE76EA50 , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x8241187B05784481877869C6694159C9 , 0x8252757C453C4A8A9754CDF462B711AF , 0x825ADF411018471DB7521343B27CF396 , 0x825AE359E1814439A2FB7E3D8B41A8D1 , 0x829A91CEAFD74DEFB0639673A8529DE4 , 0x83AFA2D536784EA7B96BD6D3FD7E4F72 , 0x841001024C7740C2BE37BE71FA6F9CA8 , 0x841B6A5E4DEF405F8CCFFCDA646E20EA , 0x844AE05DA49F41E7A8E9A9A9B553F2FF , 0x845777F8AA0C4552BCD3926A6901FA0D , 0x847EC7B2D9BD4F58A2C1FBDF8D356B44 , 0x850FAE53370B4D7DA60DA30DF744DCBC , 0x8559158FEB6047BB894BB447EC8C4BB9 , 0x8587A8EA5F43492CB82FC0C4E3136A8A , 0x85A1F4683EE646AD8773943DADBC171A , 0x85FF29EA4F054A73896961572DF0B298 , 0x864900AB7ECA411C92A328565B3C01E9 , 0x8684557620DB45669553CE42BDDE0830 , 0x86AD4C3556FA4ADEADBAE5839C41E128 , 0x86D81C686312427E9658EBB93FDA93FC , 0x874D2D1682434AB78A32620CB0F38706 , 0x877BB798D2EC469F9FFB46494242E15A , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x87CB0E0ED4DF41DC9AE72EC655416344 , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x8853EC22442946A58B31719CC1BBAA66 , 0x8858EA8820074C6BBDCC29CF761C3DEB , 0x8955C591D9DB44BF95828719E046B8A7 , 0x89A99B1094004A4EB3635D8765119958 , 0x89B944322F284497BE5DE97A019489C1 , 0x89CB42634A344AC2AFEFF2608B1BC3CE , 0x8A6D1C301E614064B8D76C70D7106285 , 0x8A89730CCD4844F4B289529AEB2817B4 , 0x8ABEA329DD85459BAB0CB1BCE5F401A3 , 0x8AFD9C257A954F4D9E550BCED7F5A047 , 0x8AFFA5627C88413D92A967983B08620E , 0x8B5E7E80EDCC44CF97B35A023241C33C , 0x8BC72C8975F64B2FA48C21B6D14F82AB , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x8C1CE1435C0C463D994A70BA34CC6582 , 0x8C5F1D20F24E4A44A7E5F8D1BA9EA6DE , 0x8C8A954745D040D78F61BB4D0916C7FE , 0x8CDA35A745734446BA8DD35CB6A1E9C8 , 0x8D5799D0BD03451D93FD6716A5AA2C09 , 0x8D7271E037DA4B12A1FD11E3E5522608 , 0x8DA037A9E05746BF87406A43A7359874 , 0x8E15563455484B04B7969E92280954A0 , 0x8E1A9AFB8332469E86DC7AB4F864C878 , 0x8E1BD29F792041DE929511BE3E07B725 , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x8E44D454226B44CCAA4609642E748154 , 0x8E5A478BCB3841BFA9085FC4D5D58F47 , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8ED211E58ED24ACD86E7B044BFB83660 , 0x8EF8C213959F4F60ACA4768EB5E06EBB , 0x8F27A0E465D44B76A95EE2E23FE1DC5A , 0x8F900821195145488ECEF72E80461383 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x902E5AAEF80744AF849EA0B9CDDEF73F , 0x9035A2B9B6D1481C81A787FD47EA48C0 , 0x9045F4A33E3C42EBBCD98F0E5BDB4447 , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x9115C369D2BC4BD49CD8BD724360B935 , 0x9181F5F8118E40729620001BEBAE97C6 , 0x91DA943123EF4876AE4146E807B889DC , 0x91DBCE9277424181AE319BA6FDE53987 , 0x91FED3F0FF7B42FEA4913EA3C66438B2 , 0x9203E251FB0949CDA800331DAC3BA7D4 , 0x929027B2F209416CA49DD313573D3E58 , 0x92CB0A79E86247BEBDC6E4C4D20B670A , 0x938DE61F8523451CA9865AD51954B913 , 0x9398978836534879A8AC3968172D27B1 , 0x93CB65EFA16B4A7B8A8190644FE6B745 , 0x9427EE7FDBCA4A9EBC1F0CE2EFE4573B , 0x9555539C831944729651E1CD18171ABE , 0x95EE4A5FAB7B45F7AD9E4BE6726D897D , 0x963C326225ED4913BCA2030F7CE78EEB , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x96DB5F73FBA94754A3D7DF227D92A112 , 0x96E13ED9013247598C150C51573CA9AF , 0x96E7DF9B7AC24180AB8FCC629D475052 , 0x97035B902597494AA57EDB6B3097CDA8 , 0x9736C1E5B62544519C455D7840F6B98C , 0x97CF24E07189469F9EABD72B6E3C932E , 0x97E3F4F02BA5421BBE89AA25AB25A473 , 0x98BDC6409C6A42DFA0A2FB68862D7B8E , 0x9959E035ECD243799E6AB01F9FCFC5CA , 0x99A594E4847C4887B1BCB823FE174C82 , 0x99E36326D05F4FF9A226B7C5BEEC702F , 0x9A1B21F5329F49A993F2F9C5035694A6 , 0x9A1E3C21B9AA4B0293BEF9C7BA9B208A , 0x9A884D375823463F87229584240D0DFD , 0x9B2009D851934111B69688017FBAD47C , 0x9BD69248159046BE80047E8227CE64AB , 0x9BF082A691A4495595896440C50E953F , 0x9CC9E9B0D39041EF9E29880A8DA5BBC9 , 0x9D71EE82702640C8B2C0424C104DE008 , 0x9D74F55E479040F983AE3BFF409FF3B0 , 0x9DC87B529C6E4DAE9875B24BB9415918 , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9DE0E666103543A681CAFBC9AB29E996 , 0x9DE79BA459DC4406BC7EA80DC9A65773 , 0x9DF63C8C73D24CEDB4DB5EDFFE8C0194 , 0x9E45C2B3922D4992BD340385B6C265DD , 0x9E75FDBE568A4561B82F0A8C78018893 , 0x9EA3DCF775004FEE868721F17AF81A2C , 0x9EB96242E5814109A25F18BF974BA252 , 0x9ED6770975F4424AAFEDAB325D5B16AC , 0x9F2CB4BF379F45159196803AAA4E50DF , 0x9F38824649DC4C13A234F4E05C8F3346 , 0x9F3C19DCCF0148DFB560B66C8FCF8B38 , 0x9F97CC0AB79E4E55B7E2510B992C66C2 , 0x9F9A1ADB58714E439A1CBD5688D8D8A2 , 0xA01EC737B45C42E69AC1CA5FEBD2465F , 0xA0EC24ADD4664830B5F1D5C221E7DAC0 , 0xA11AFC04A975483182CB87074F93FB03 , 0xA13B2AC8E5EA414880ED5B4F8B0AFF10 , 0xA19BF8375FA2416D9F354CDCD819FD1A , 0xA1EF0A356D534B6588B3171A479069FA , 0xA2436AA4506F42FBB3703998C59CA6C6 , 0xA27A9090525C4676BFEE7C3F283A266F , 0xA2DECA3D63C84052913300BBF072D613 , 0xA33DB39DB03E4DC488083C951A7FBB52 , 0xA37CF16957DD4165961826B32DA4E1B1 , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA410077D72804524925B777299743CD9 , 0xA53DB7A995A344ABA54771588BF70742 , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xA5EFD285FFF94BDCAE951E7B3031C1E6 , 0xA60952803A8E4385BA9C2C79C6CEE5C9 , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xA680E4536A8C42CA9C71F6DB3712AFA4 , 0xA732DD8BA7A64DD19318CE56768A9D7A , 0xA7433D495BFD4E878A8A066A3D724962 , 0xA807AF635C05435089D627599995BF5D , 0xA81CA3FE5C8C48E29CB30D7D4CA7A992 , 0xA82CE80072854A968A0591D5626DBAFD , 0xA8669A2084AB4EFCA0B74D377D8B2B01 , 0xA8871C4789554F51ABE50F18A36F25FA , 0xA88EBC79DE0D44B496B4B9DEBCC13F7E , 0xA8B8FE0C13154A419F1953E7016110F5 , 0xA9053D59EBFD4D47B2DE6B13C2BE0305 , 0xA96553A93AF54538AAF5B4BCA4365121 , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xAA615235EEB844E8B2ED3F00E6F48907 , 0xAAD3130EF5AB40E08DCB38D1472368AE , 0xAB128C38805643EEAED2BC4A5E9A054B , 0xAB5C0580C3B540EB87E8BD92066622E6 , 0xABAEE3C2C54749FB9FB5500058900731 , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAC2915F4916940829F4D4BE23156717F , 0xAC2D4F2ED9784C74BCCA4767E90DC437 , 0xAC4FB3A74E32481CA5B993DD1A26523F , 0xAC67F2B1B1E84060BD263B2EA4F89E51 , 0xAD09EE6FFCAC4B989393F1ACB14B7806 , 0xAD4C8D45EBEC418EA75CEC8710F65A36 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xAD55BDC8EE224F39AF32C9167BD83462 , 0xADB8F8D8760642B49E27CA026E883E06 , 0xADCAF4FB4B0D4DD09E54F82F6CF5D1CB , 0xAE3640F34FAE4009B12CDFDF3FD449B2 , 0xAE635CD9B4F24CFEA27A0D91F658A522 , 0xAEDD6355B69E407E9A7D2FFE206622AD , 0xAF171D9B9EB14B94AA60C1882BB4280B , 0xAF8E27A6E56E4B0D9992954EE21B55D0 , 0xAF911D9E875648BBBC12AF8605FAF3E0 , 0xAFD993C2B6304E20AFE2CE97706D3B94 , 0xAFF34F1CF68D43ECB60C5BD4F54A8740 , 0xB0351D7F8B45461C8842A966E0C81875 , 0xB0C1546C69C149D599163ADBB99524EC , 0xB0DE82E7A8284DF7ABED7FCBBFA44423 , 0xB0EC14CB27774524B64D12EC1E65622A , 0xB1247365B05C4F0C84E941D4D0ABFA7B , 0xB1326A6B5B634BFF8033AFBDD226AA6A , 0xB1CDC99E415A4991B913183AD16F595E , 0xB207E80D34C047308B06B5FEF66D681D , 0xB2C7C7DD5C97431899C005296746871B , 0xB2D30EC33B2A47F0ADB7F727138E072A , 0xB2EB7F7B53064A1888C66B7043C301AD , 0xB32B7190641946ED8F1931294EF274EC , 0xB363E262468448BD89834D46AB4CC05E , 0xB42796C2C9F84CDBA2F916DE129BE65C , 0xB437F66C6E094EA4B01EBF2A89C41085 , 0xB4784A7308AC43638B0106BD094A86E1 , 0xB492080C61804597BA1010992AABA073 , 0xB4A79CC8F5874DA6B202E9981C4CB754 , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB52A37F4567547348683CB50D7B04917 , 0xB55A97761F474C0BA50391C29C33EFF3 , 0xB58DFDDA24BE407D9C24C6666DAFDBE0 , 0xB5A0441AE3FF4EF79839E290214B89E1 , 0xB604E3CCA40E44ABB9015346A3D37B82 , 0xB6166255F13445BC9E72D61A38FBABBB , 0xB6913EB9E8DB4725B15DC306309C8C70 , 0xB710C60EF0624960819BC0CC56A96726 , 0xB7777B4DD7294D518AE3D9C5C6400A2D , 0xB81CBB85EAD74CB580C71C20A8A59A88 , 0xB89FC769BF3C457999A1EFA1515272DC , 0xB8F6F34EFFC0473B9AE7643DC89C8354 , 0xB90F175727A848208F5C17E98C46EA01 , 0xB93AA7CA1F684275960465D405F7D1D7 , 0xB94282F01F0F4D8BAA643524BC454A7B , 0xB9D397C7494745BD961C429B3F841D12 , 0xB9E0DC8280C04DE18BA380935B536DCA , 0xBA1CF2EE4A8A4817993B6E7C3DD28DD2 , 0xBA4658A88EF34286B63D8B26F3A8DE2B , 0xBA646621811742968D0D177F562DFBC9 , 0xBA6F4305B41142B4B4F1521348AC5AAA , 0xBACDF3FDB8B147EA87EDDD6AC84DDD03 , 0xBAF8225E83644D4FA93B751F2D01F120 , 0xBB2ACE3BB7C349F99C661E21BC282E45 , 0xBB3A6F82FAC7459F89B3127C83AAC3AF , 0xBB8352F39ACA43BCA6BBB4F595A62031 , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBC6942AF252F435DA3AB30C8A7238BCE , 0xBDA3C3AD102B46B4873736F06C12CDF3 , 0xBDA734658772451BA82629D6A8061CEC , 0xBE5D3473794D46FABB29B10BDE7AD698 , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xBFDF553AE4B6425E878491072AA9D2DE , 0xBFE96390C47D4807A0E3C3E18CC1FCCC , 0xC051590D8AF2493D9679EDFC3883229B , 0xC0564285AF474D24B5CE6DE1630D8025 , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC133D0A4AE5E4B3DA0C542CCA714A4C9 , 0xC17484B69C9A416AAFF29937DA67F692 , 0xC19A3480F1B045628BDF54607108D271 , 0xC208816DAFDA48ACB89B828FFCB15140 , 0xC21D2630854447E4B4BFA7DA922B975A , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC23CD2FD2035460CAD1265C49791EC16 , 0xC2557CED5EAF46AF8BAAE07324830DA2 , 0xC280A1C2BA5F4CB1936B3F8B3A7D9D7F , 0xC370FAFCD848406DA277C94BB35D64B4 , 0xC396866885394BEF97F22E3BBEF35398 , 0xC3A7283F87854561A736832D4E43CF15 , 0xC450C2F2FBA945E5A24C86E1AE281723 , 0xC45DE46EBE0741D389A8B4C21F26A688 , 0xC46443E372664314B644BAF8874274D1 , 0xC46C2146AA374A6DA71179C0B70E7227 , 0xC4FA6D3675994CEDBBAF74B1ACD3D26F , 0xC54CD247C8D6484E8BDA9E9B781312B7 , 0xC5578AA53F894B51BC3C39ACE75468D1 , 0xC5AE2A3FEB444A7CB70847B1561A5E1A , 0xC5C3D30BB56F4CE4B899473E50CC762E , 0xC5DBE98CFCB34D3AB5D89AD3F5FAA88E , 0xC5EE33AA4F0447DAA5D200EF0E5F2EEF , 0xC5F236FA19F1453FB4F54F9107AD6FDF , 0xC614CE72E74F4FBC8B9C899EDE977EC9 , 0xC6373C931076476182175E69A8A878AD , 0xC64309F6D0D943E8A1BCE8F8BF8A6A46 , 0xC6C23CBB5C214F62B0C2146A6B0AA560 , 0xC6D4E056096948578824F947E765E861 , 0xC70CBFDFA24841669D5F4191F2423EFC , 0xC745C850A9AF403DB0F7526930B89E33 , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xC7E1ACE256AE481EA051FCD74BDB7BAD , 0xC803A4C5D48E4F0A89FD18090F9555DF , 0xC826308642CD42EEBEB1B5C2366A4DF9 , 0xC85D47C6890C4BB4876CBAD185387313 , 0xC8720E70ED8E41D0B7F9E99B8CA84C6C , 0xC873C7BC91F9467A875DF4C11888E41A , 0xC92AE0103B2841F4B31F85421E7493AE , 0xC98FD0F4F1054281A1E6E4A12049868C , 0xCA089CB123684AE9907088CA7B5FB3A9 , 0xCA104252789F4DE3BE4AA8536EC72912 , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCA1E8B9747244B7BBAEEBE2C2981CB77 , 0xCA2B5AED76594B9DA4380939C9BD3B2E , 0xCA4E805D773C41BBACAFA0357F528AC6 , 0xCAA492DF6CAB4815A01124A3C2A19B9A , 0xCACE56DFB740441296DF2F239462CAF3 , 0xCACF10276FB14611BD43D2CE87F428AA , 0xCAF2EA1CC4124EE1A832973FF75BBEAF , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCBBCACC1BA09459EBDDC1115FF1B675D , 0xCBC33B90F6454EF48BE1D59444DE3997 , 0xCC4C28EC485940FCBF147985A3C49A9E , 0xCC4EAD1937E5442EBBB8B1C59E540F5A , 0xCCA89356D71B44DB8B8BC1B31B1803A5 , 0xCCE4C8DBB4604B33A29D7AC37F71AF9C , 0xCD78A19AB9D745C99518560FCEC6AFF5 , 0xCD976F59B4E14C9DA80D992D4DE42038 , 0xCE0292983F0C4537A1B6E1C3139D5CEB , 0xCE60C0313D9F410F91B188790B651B75 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCEBFDFFBE01E4CDDA38E7613387AF911 , 0xCF1ECF8DEF4E4C32A03E98C37F0AF095 , 0xCF40FA7CD96945789B8F5731BA60C423 , 0xCF51E52DF005455EBC48B904B0BD829A , 0xCF9EDBADBFE24B908A94BE358064220A , 0xCFB8C08C083D44FFBB603A1B2C6BF7BA , 0xD01EF769A74E48AC92A449A2EABBD46A , 0xD0241C535F3D4899BE80B29906A514E6 , 0xD03DA6B3FECB40E385F564B35939CB03 , 0xD077A4B7EE6E4617807D01A6BDE056A5 , 0xD0827942DC824F2695370569552F9B39 , 0xD1894C859DFE4026BB9113C19D8A74AA , 0xD1A764F9ACC34D758CA1675940DCE646 , 0xD1C29B91D23D4C5D912E9BFF47932B3E , 0xD1EBCA5062254080A18A809CAB4A8A5F , 0xD1F32B8DB6CE496AB884F5E7B37F7F29 , 0xD1FEF23CC89F41DCBCC89F74582FF4CB , 0xD22C3B8E4AC543B3A01CC3DE2ED265CE , 0xD29E0B0A1C1146AFBDF6E261C330346D , 0xD2AB4466236649889BA9094793D68175 , 0xD328CC65BFBE4ACAB5F1232DC975D30F , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD3521F78F885462BB5119A493EF326B0 , 0xD36E085D2BF2493B881397383E9F89EA , 0xD394818E58964194BD19F16032979BDC , 0xD4178E7C79F642EE9892D9074F7FF4D2 , 0xD461F7507D394613AB0C90420B2CBFBE , 0xD5510E25157349E69364AC576172B693 , 0xD5F97359EBE042B7874712091F85901C , 0xD635F2BEAE59442EA10241705FE91E87 , 0xD653A79A50E34177BA98501995C3E45F , 0xD6EB542002AF4B1C833B1BC7964B471B , 0xD7614352E12A49CFADEB1E743B3B0424 , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xD843A216A4074263B959DBC70082DF27 , 0xD908647901CE4CB19AEF5DC873B0E97D , 0xD9128CBC1C2742888C291D55929B85AF , 0xD94AF7E555F24DC88E24B40E334179B6 , 0xD974A9820DEC443C882B0A1CF858FC6F , 0xD9EA99B1F5E34B478FD4DEFBA66659D6 , 0xDA0CE8E7F6704F5EBE4FF5F346D5CE92 , 0xDA100E273A464D5C9A99B110A6B15407 , 0xDA363F5157C9441484CAB755CB0FA757 , 0xDAE23B9D8F5C4D588DC18003486A238B , 0xDB634A6B088647FB975B1F6D03A6F0C3 , 0xDB91D65238A547BA93F95DA9BDAA1953 , 0xDBBBC7FC96BF47A9A5CE98B037F1C4CA , 0xDBD379F0E528445882FAA2B808D2D36A , 0xDBFA642A826A4D8A8A8D5E0AFEEDE4B3 , 0xDC15971B32884560B7E5A2B9BB945D10 , 0xDC362D5EB74C476990D1CD38D0C81217 , 0xDC3B90AE0E224823962F5B8672383888 , 0xDC59F738B39B4C8A81B54F1753DBABB1 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xDC6613A44F7141618B46C1296354340E , 0xDCA5F07E8B5E4AE1894335BBE9D1675D , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDD12CFCAA89342BCA150BE1FDDA0DCB5 , 0xDD319453E6104BFFAF533695E082AADE , 0xDD579203296143D89F34EA25B76FAB7A , 0xDD6E1028EDC4480B86617D2EB38B5FDD , 0xDE0B7A824FF740BC935471C2982734D0 , 0xDE3927C742EB49D0AE8A5328B6D7E6E7 , 0xDE5BA48B40A9464085C1A1D54C2A2CBC , 0xDE5DEB88A77C42C5895C4C1CBFCC28C9 , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDF9558FE20CD451792341CEE9501D0C3 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE055E2635E1842569F9A415F300D55B4 , 0xE0755CB2B6E44647A287924E993EF08C , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xE0FD0D0A849A4E05800B4D899AF80931 , 0xE116F2A5A49B4FDBA9364E00AB61A0FD , 0xE187D065589649F79DC6B0B1FB0ACC64 , 0xE197838C8ECB47CABF2C12B66A18B7CD , 0xE1C2ABDAF4A84145AD72364B98CD1811 , 0xE25F021D561F4DFE9CBE6E0F4E178D86 , 0xE26BF4FA2B4E40E189D90A13529F18B0 , 0xE36E64A738B6462589B660299363EED4 , 0xE3A265B2E7844577903B6D1E3F5396C9 , 0xE3B2420A38B74359A69146A98E1258F8 , 0xE3BD6CDC43554268A59CE84B42FE520F , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE3F0D71DE28643A5B3FB6C410E75CB29 , 0xE404FBE893A147F7AEE095A02257DB17 , 0xE425BFB12DC7476984D6B79493FC3D1C , 0xE45BC4BA3BDA4179A5AFE9DFA931C0D1 , 0xE4DAEFFEC568499A814F8E65DB974EE2 , 0xE4DE2640A92F4A0893A7BEC589B6C014 , 0xE4F14714A3E245AE8DAB96DE129C84B4 , 0xE4FA88FB68F247C0B6CEEEFDB59300F2 , 0xE5103423F713415EBFAA8328E68890A7 , 0xE54C9BAD70A747EE90C206A14DDC2EB6 , 0xE5A522E0D058419C8EFF88128BB431F3 , 0xE5CD28270AEA4A7795C53B74303963A2 , 0xE60B339A9724454FA4531A5DA26F439E , 0xE66C38265ED84D15BF1693D1933B3EF6 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xE6E7FC748B194593976BEDB29117919E , 0xE764FDC34584427098FDA7179BB84A95 , 0xE7EEC62167DF4F86BFA4849DA5FF75B6 , 0xE830283717B74354AE78DF7FAFCBD3C5 , 0xE83C5C53A6C04FDBBF3731D3D7144304 , 0xE856A61D085B47E789EB273C6D725D54 , 0xE8A8ACF4BCA64C0FAC2EBC3C3F243F3F , 0xE8C02C21274B4774934F39A6F5EEC631 , 0xE8D565D6407C47638C073A678D33C54C , 0xE974A7CF5CF04213ACE9BF85ACAA1E5B , 0xEA8AFF16CA384B899A440456794CDB17 , 0xEAC2BE4C41484CF18136F1BDB919A8D9 , 0xEAEECDB6F3AD49EDA8EC27805569AD1D , 0xEAF042ED6057456293BE9F23795B04A4 , 0xEBFC759941F34A958D6057405B4C74E7 , 0xEC6858ED40024302858691A21D7487CD , 0xEC7FEC2C7F3547A38A4E632404847342 , 0xECDEFBF3B2B04546AF5777C5990FF66D , 0xECFD986698BA4A8E8680CCE33A61BF74 , 0xED0117CD0F624BEB995F35A34C273ADC , 0xED3ACD02960947B3B474F968305F856C , 0xED84B5918B694E0FA91FE752117D0245 , 0xED99F583E73E4E94BB8768D4BBC0A589 , 0xEE2A8D60600245C096112CCA446930F1 , 0xEEB7A074FD144E8B93C12FCE580C7F4C , 0xEECD7BB699AE4EC79E4CD9F9424BE7B0 , 0xEEEC2562DFF74F0E83D5B768F6E89DC1 , 0xEF78C28BFBF0465BB229D655D7F0288B , 0xEFEA42B137644D6E8E119DA67B772A51 , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF0EA1E262A20468BA44339EA4D0995AB , 0xF0F9A998E7484096A63DAD99749ED57D , 0xF17176BAF87F4FE28AB04027DA6B3025 , 0xF1C6A33E004F4A03A8BF020DDDEA713A , 0xF1E4A5542383468794C051133E335455 , 0xF1F21780CC484CCE82ECCD68DBFF07A8 , 0xF24C78BB37354468940B9A0AC11A0FD5 , 0xF26C36DBF0364C809A3DC2B5DB73FF62 , 0xF2870544C73F458C999B4B35EF6B02BF , 0xF28993881772426790068622444F0975 , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF2FB774024EC471B96E3E8663F8FB27A , 0xF30FD2AD741543608379DAF77CD7417A , 0xF392D3B70BDA47D0B06E841D83A1FD63 , 0xF3BAF3F7633544C0BBC53E2AF9A64B40 , 0xF3CD123BCE9A4B1881AE6DC0632F216E , 0xF42CB19C8197497B9A6A91BE534B2AB8 , 0xF42D33A46EC143819DAC3017EFCE5BE1 , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xF47C11FA3F4E402584C6D98691D8A60D , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0xF4A7ADD6C6314BF2916BDFB32A1B386D , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF61D5138C970456B9BD23BAEED4F2AAC , 0xF62F31A7762C4DC4B43538065B4089CE , 0xF77F4B4597054311817EECCE5C5F65AE , 0xF7AC6A55317445AB9333828C12539D80 , 0xF7D621960DAE4828A78F20B68A65621E , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xF830872A4ACA47B78192B6C9CE1D6914 , 0xF84DF9D7347E4C47A96980484AD64137 , 0xF872876363044B1BB656FDD83918ADE0 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0xF880AF43713341AABD41D4ADDD2607F3 , 0xF889CE96EA7E4F3589D2F4AF6D82261F , 0xF88C819E6AA3485481F5B5197064F837 , 0xF8E72AE6A4DD4426948B16B314A91406 , 0xF8FB5684A48E4370997907EF4D2A852C , 0xF901228B19D64280A16AAEDD9F88995F , 0xF908A15F6B924F288F62239E3B5F64F2 , 0xF94F1D764CF94FFCB9FC568FC596A64A , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFA2A6244D036402089C5C0A3A48D3BC5 , 0xFAA0B9C6B35E47028646289FEB0FF043 , 0xFAAF342D852F45DAABC8067E528E6175 , 0xFAC11F2E0ADF4AD9B9337977E8682979 , 0xFAF4F9AA8F7D476F88564EC15CFAFD05 , 0xFBF8F88621344C368737CF7A25077C0D , 0xFC212B1B91FE4EE780A38E7C685BAE95 , 0xFC63E57885F4452586A9E37A69A51325 , 0xFD1A9D0A4DAA46BCB2E5AF094C8F6ECE , 0xFE075C39902C4486A34359A9D9ED9C41 , 0xFE5F50CE07A5465BB2F96C54F6B1A83C , 0xFE9D9E508E1E464FB60FF92A80B5694F , 0xFEC1C5FF1264408096F7AD67F94E2CB5 , 0xFF20D579FEA94A72BA5864C1B3102618 , 0xFF8535037E3A4305B18F63128CBC0D77 , 0xFFCDC5814C3E4FDAA21376AD8E8C38F1 , 0xFFE3A234F31A4C23AA20807E83B12A39 , 0x24E490E081AD46388419306ED099B5EE , 0xB241B203B2E0483186131880DA1C5FB9 , 0x000EF5831B3A430C823FDB9A4D9A82A4 , 0x0036B2AA2D254866B33BA1BD1D4094A3 , 0x01DF0437D5C445F1A5A07BEA8DEBB183 , 0x031DF1F8460A4A54A1A68A86D912074E , 0x05033B246B5D46FCBF4CF3587EA95094 , 0x054CD0A3D0234E5E9A51B1B909806E40 , 0x06251DD3B0C94093951DA100F076C2EA , 0x08996E960EDE48D58D2ADEE53FA2D08E , 0x0BA77E1E710F4523A101F0EEBF7A48E2 , 0x0D41A6CB43524D9FA55D17FD7116941D , 0x0F36664F01AB42C0B4338739B51FF205 , 0x0FBD3AE5F2684859B4932BE62CA73191 , 0x10EF658B90494C9FB3E03831ABC6E947 , 0x13180D090638473A8C4268DCAA6D423E , 0x1393F63C67C14F13B8A70B960C4AE56B , 0x13CC27EF18FE4B7D864B4181B080E1B9 , 0x15A0952AB3DC44769641DEB1E19D6D1F , 0x17439E2A47444F699915CD9AC6D679E3 , 0x17C40A6E70164BD4A1136576B6AB237B , 0x234898B4A04B47C7B374ADADB9CC21AF , 0x2437AB758719496EB6A7DB0C84D2E10E , 0x24A8D5589FE1443B90C22DF98D9BBC93 , 0x26C07DA2CF2940B593D62298C1AEC378 , 0x291BABAFD0334EAF9E5B2A4B29A76579 , 0x29F01EE5467642A3B710C07A0BD70CB8 , 0x2BAF37AE59464D3CB39971A554F40F61 , 0x3261F044C57A496E83CF13E4B71DDA14 , 0x33350B9EBE3C4A60BE0D1A7928036C18 , 0x33D58CD52408459189C250399FEFDBEF , 0x33DD6A43E3A54927B514FCBC556CC817 , 0x3439C7271B0B4B87B9918EE485D73856 , 0x3634B26C04A7478E935D67F6CD64CDE0 , 0x37883F91059C478C8960020BEB60D36A , 0x39927107BC034520BF7C9052503EDF55 , 0x3C32C96EE8004E4C80848C413C5048A9 , 0x3D7290F183064D558CDA22D51D797385 , 0x3D8F5B11E00C474FB6EDCAC1EF599562 , 0x3DE15FD693E144D69B2E452669E0DC0A , 0x3E002086E1D54B1AA5D20A63D04A21FB , 0x3E15C2F8798F49429924553061033BE3 , 0x3EAB6912AE4B4479A6C7E718E6AB284A , 0x3EFBAB582BE143EDB11FB8AC98C99770 , 0x3F9DC7681C6B4AFE81DB3BA5AD6582E2 , 0x402DE0F47FAF4912BD024739EEDE2A1F , 0x41744186517E4785AC56232DF0BC8943 , 0x41B1F82F4144486B8895B1C83F710700 , 0x459CD3A8A16249DE95CE89DEE1D60D6B , 0x4A6B17BB0A994F04B35658F17CA6808B , 0x4B5CC8374D564F75B99B19BDA2C2A5C6 , 0x523F2D6851B74EB19DD714C770C5CE81 , 0x537978FF86A54673A4BEFCB75B2AE20F , 0x56FA1720FE0B43E5B81F90C522276CD9 , 0x59EBD7D57DEC46B0B4E5E8E056BCE891 , 0x5B0C837F210B4C44802CEA50B4FC4DDA , 0x5B30E012322048DB8FDC5DCD22503A37 , 0x5DA14BD098804519936C4A59B3154B7D , 0x5E665C60DAC8436A87BA751B291AA7F3 , 0x63C53BE385DD43D6AFD488DBE431B040 , 0x6425A0B2DB4343F593B0D787627A856E , 0x668F4A9F73DB4EAFBB0880C78621B7CD , 0x672F2C66F92444F8B853AD854028C46C , 0x67CB2A6565874EE7BC6D3778CB00B48D , 0x696AC7C311DC4D1B9534B2B4F4E9054E , 0x6A483037E868442986E91B8ADCDCFE31 , 0x6D17C5B452D3490682488B1FB4F47EBE , 0x6F0231C68A034A6694037C26D02903D3 , 0x6F02B9599FEE4388AF578FFAC2A14695 , 0x6F327AC000B7407EBB28580A4214E70B , 0x70CC9842EA224E319D05B2570F355568 , 0x714F317B71944E31ADC9C38DED17EFE2 , 0x71C81AF831544136BA4A018898B66A28 , 0x725B7B25FBA449A78E2C839BAB84441E , 0x72A7AF0448084B61BB176770491D8A05 , 0x73423544CE40490AA6E0E2459B7CB7C9 , 0x75F56C39CEF24B4DA8950B9218EAA5F4 , 0x765C778DE9EB4087A863BC7C1A09B119 , 0x8015D95848C743C788F1FBB49C36F2CC , 0x82094C10D4B94F7782F5DECE0E07600B , 0x82B64365454142BB9C57E9FD12781304 , 0x82B9AE0388324B52A3458F5C6A293B50 , 0x854E974745E64C3CAD261F645DFB89A9 , 0x85A2B8BF4F0C41078374D764D72F4CB1 , 0x86E20F3A16804390A136A374541D3E01 , 0x882BE18AC6A24426B7264F6EA45872A9 , 0x888D319E6E7B499D9A206CDDEAE4092E , 0x89629BD0FB204A93AF259C4B75333D91 , 0x89AA96A2F0CA41F5AEC92BF09E173545 , 0x8A81294FDB8F430B9930A274957A1938 , 0x8A82F77FA14A43F180D27B7CF6465FB0 , 0x8A8899AB7E3547AA97CBDC86395F1525 , 0x908ECA9FC92644488B080FC149CFCE22 , 0x91DF949AA27D4DC29DC9745ACF82D068 , 0x94D7D44634F8460197E26762F4B8125E , 0x94DF33004C1E46CB9674B080251E257B , 0x9535087AFC064BFEB562533CC029008E , 0x989B1189C91948D884326CA3EC3287B3 , 0x999D2141D4344B24A46028089C38CC0C , 0x99BB3BA5CEEC4DE79971F2968D75FF53 , 0x9B3CC546E8054DCCABA1443561D286C4 , 0x9B7822B4E5A84C99917B0A5814A4E1E1 , 0x9C0FF3152A024CE59F8DA609FE71C773 , 0x9CA981CE52C94413B4036C1CCBB43254 , 0x9E65BBECF0A04FE3B778F48A23DACAC9 , 0x9F8C61421D7E43C09D29B8679EDAE9B0 , 0xA07EB530D7744D619776298A4058C5D4 , 0xA15530D9AB8846D692DCE7188B47ACD5 , 0xA3EA7EF571784665ABBA4B2397983D68 , 0xA4A8C6346F5940FFB4761D2D5D091967 , 0xA4D84B79F9544500A9A5AFCF374D8E9B , 0xA4D952B6FC5B42F19E18BE4811068F3B , 0xA5963CD8B2784234A4859EEA03EC4464 , 0xA5F59F25F1B64AADB4E2A898ED821D60 , 0xA6364A882D964ADB9721FE499B9E804E , 0xA78F1EC6F1B94E8F85ED262FEEBC04AA , 0xA925BF421D4D4214A77DC719F144EDAA , 0xAE2D137EDE884752934274C069C6F426 , 0xAEAE75E89EF54D42AD07EA9DFC6F4B5A , 0xAEC485415F5A4CDD8D2C5FC155BE17CA , 0xB064BBDAD6304515B0E7FB7A98BDD096 , 0xB2BA951AC31F417A83888BC4E08FF6A5 , 0xB335CB07EEA047ABA84EACCC56619CF5 , 0xB4D68788A3EE41D5B4985E37BCC20547 , 0xB7EDD1958F614CB999BB19B8FD457DF3 , 0xB870C2E3478A4C75BC3165AE7CFD9F12 , 0xB8A2E011D7E34A4184B5A5E02A9FE890 , 0xBAABCF0E917F4677A5D8DBD49BB4C05E , 0xBCF4073024D6456D853798180F7D65FE , 0xC006251BAE9C4955B5F15D8B4F79D5AA , 0xC009006E78F74F23A7EEE4EC3FF8E2C8 , 0xC22A162D937B4591B9BF49338FD1A781 , 0xC40E55B5B2B743F4BBEA324F26BDF94B , 0xC67989EFA5194A9DA13A7638932D254D , 0xC812823D1C3D4F1E8F4405621322BAE4 , 0xC8C2B9B0C8E64A0A9652E079F71CD9DB , 0xC8E2F126B67542F1BFEDB68726AA86DD , 0xCA5A25FFEC6C41BD892D257951016191 , 0xCAD62E8B68EF434CA7DDBBA59D96B0AC , 0xCD84FBC26371498CA40118D7E71FCD3D , 0xCD950D91B39546AB914C7A7FD49B779C , 0xCDBF7C5DDD544A4E87B2C282DFB0C63B , 0xCDCDC299800E42388E52452A3EF64060 , 0xD0687AF578E94031992F6BE4D7DDBE8F , 0xD1926947508742DDBD490C8E24C25861 , 0xD1C8390513A94B47BBD7508CC1BAD2E0 , 0xD2A47228EF0C4F439FE63B17606B9AA6 , 0xD52A2FCC05914014BE6ADCA896C2E366 , 0xD6AC5EB7B3BB433C8D31A63AAA9E7007 , 0xD6FB08D4D6584E1199283C9F5E3D8ABC , 0xD954C471D3C9423FA92B43EA70C44CA0 , 0xD9AD55583E644992ADC18D0088AD92C7 , 0xDB602B56B9F34223A9138C3914C012DE , 0xDBF60111696D47D29AFCF66B80807219 , 0xDC3DBADCC1074223AB18F330FC26F3BA , 0xDCB5A2AC65CF4B54923DF476A02E2975 , 0xDE458A0A88404416B746E9F4C6D991AC , 0xDEE4EF1D90934544BB7085ACE72C529B , 0xE159839C869342269DD7661361C6EB0A , 0xE251EF0362FC4BD094BF86C1415347CC , 0xE2610F59669A47A8B4FE27FDDE939DF0 , 0xE376A38DDCCA412DA91F59D6D26EBC6B , 0xE53C9062DD7142169FD082935AC44F94 , 0xE6F61BD2254641BDA44EC369DB858D91 , 0xE8F198E54C4C4A09BC06AF1F21E698D8 , 0xEAF295037E104487AAA71C2CE6671E67 , 0xEBB8AD57253A4CECA68F41664B15EDC5 , 0xEC151D6D00A746AE90385FA03FCC7610 , 0xECCCC3E01A09438792CCDE1CD8990D26 , 0xECD31744CDFF41DD8E0BB04B8C0E9F0F , 0xEE66AE513A2043F094332A223AF6112C , 0xF03DEEF37C214D738B6453D3728E418B , 0xF0CF82E97C1E4240B2D7A13177F61B34 , 0xF113823D86DE49788018C1B18A8849D3 , 0xF2E978C0C8834FBC89A448ECB593DB6C , 0xF5B11DB4BF904E51A18EBAC550A4AC62 , 0xF8A9A268CD54446C8ECDE28A19FD5658 , 0xFC0A7EAD0B0B4A4189EDF5F0DD5AF809 , 0xFEA025D9DBA648BA9AB9272E76720332 , 0x3FBD4A37A52141888F5F023926E3BF28 , 0x9F41DB31F02F41B3819BAC6DCC68D740 , 0x013DA65E739A4DB8A887B37F74A9623E , 0x02E2BA63ADE04CB184D43A50A0F03860 , 0x05143EA5F78A47FBA008AB0892384685 , 0x0738EC0650E54B209B60A663F9B5A423 , 0x073BAE976DFB417F91D8691F61A1B96B , 0x0DB2665EFF0B4B758614CEE9E8D28F5A , 0x11BDDE7A273C413E8D1ACA7E5FC022DB , 0x183CE061DF6C43B98A553E545A2AA40B , 0x19D151494A284230A24CED4805DE0738 , 0x1C1DB6DACFDC42A7A1E26ED48A8A8812 , 0x1E98CE6745D741548F163DCD3AE38E0C , 0x1FF81A188B694DB0AF50A7D1F96A81AE , 0x20311DBFACD24A508E7287DDB93890AF , 0x215E941C61E5474FBA3AA507FDA6416F , 0x21820E169D28434FA19413115E8B5DF3 , 0x2197D9C64D8443F3BA669D8D618839B6 , 0x236D64B4602E44C49213DAD4B86E74CB , 0x263B9688A92A42DE82AD5FB89B3CF3CB , 0x27D5C616FCB8473289BBCB56D53F55DA , 0x291B49C91EBF40A798CE353A92167323 , 0x2E9290E35A6B4A52B9B6F5A6016AECD0 , 0x311C6E4C7D1D42C7937943EF36C4ABF4 , 0x33FF56FAE1A24C12B2CA2B541C44B0D6 , 0x35B7410727F14900B21C24D3C78491A9 , 0x3637F20045964295ADE0699D0C470838 , 0x39E9687E3B164322BC0045157B2E2A18 , 0x3B069A42EE2C4545893F2F7C975994DD , 0x3BB5B665615C4F62A45EBA072ACFD74B , 0x3CD1E137465148B8A9CDFEED42DE2E62 , 0x3CF891E14CB34B0BA50FD391A2807B77 , 0x3D2BBEA8341742948A7344B6C509D8B3 , 0x3FCACBE886D34AD9B2C10F3FC61F8259 , 0x45F7A952F14E468EAE4158690DEB8E74 , 0x4931750F83A04650A4B13B91EB8EF7FC , 0x49411056684C4295907BD0DE3B37CA1A , 0x4B882F0DE5FD4BF2B50E231544FEC2E5 , 0x4CFBEFAEA98A4009B0097CAB4FB85A36 , 0x4DE097103B78486AA65B4764D0018650 , 0x4F0090660FCE4EA2BC50CF67EDEBFBBF , 0x51FD54FFE2F640F0A1BF7302E59CF4EC , 0x53017AF10C0A40F69634919724541535 , 0x534FFEAB74F6441CA9BCDA8ECA34F09E , 0x542D59AA66554360A80B4D3E511FCE89 , 0x56009D93560A40D98EBF6B29679D2BEC , 0x56553F1B4B8D4B7391B27369A1759C97 , 0x57B0186C547746BB86A13E46FA22D831 , 0x58A3219A8122456FABB903D017D658F1 , 0x5AD1A1EEE0FA490DAFF3880C9C984D18 , 0x5C64459B03A946EB9102E59B3D782683 , 0x5CC11E2F36C846549E5FB7EF1B1E8A80 , 0x5D1962D86C9B46448CF1E4B90DA50673 , 0x616706158B4441DDBE8A7E6C32A18F7C , 0x62D09ECA23384172862291C2589C325B , 0x6449F98CEA1646FAB71FE7A92CE9A95B , 0x650B09CB667F434381FF5920559141E2 , 0x68297AE562D24F5BA195A62160134A5F , 0x6B941B122675447F98A0B0432CB7787E , 0x6C2648BBD45D4DDEACDFDBA6F250399A , 0x6C5CC101980B4A5EA775ADA6485A9154 , 0x6CB8BB419D694C87821A46AA71C58BB7 , 0x6EDCC134ACFE40A885B99E8FD40FC7EB , 0x70C2B1E9BBB045C98AF429CA2FB9F820 , 0x7165E6509D0B4EF199677BEE6D2BFD7B , 0x71C87F6FA21F43D6A7D7938DAD9A66C5 , 0x7239654C579C4C249FCEEB7C0D2E50A1 , 0x725A22B33FBF44C5B1B79B88CAD86DA9 , 0x75DDF9DAA40040D2BA578B7B14FE022A , 0x7777D812DF4B4F959165E229A8731A08 , 0x77F903A431A4494E93B4EEBC17720785 , 0x79793462C98D4A9EBF65F8C3F73D137C , 0x7A7588E5312341F08BD3581D820BE17A , 0x7DA855AD514A4ED39E38B70261089A64 , 0x7E4EA17E421F4027A801E7EF3B06E982 , 0x7E6111F804D6411F96FFC6A19F27DC9F , 0x80540266DA0A4C3F9D201F7460AFA278 , 0x82077763EC944AB08902FEF19CC61935 , 0x8461987EE15C4C009C7299A6EB279C99 , 0x8A396868C70B4AA7800BAF4F9EEB5D3A , 0x8A4D1E9157394DF7AE050AB470A55225 , 0x8A71E014406040068FFEB2CC3B3B6296 , 0x8B3A63761081450A87D770437FD85FB4 , 0x8BDB28CF4D5244F785966F420A546698 , 0x8C4317E3A4EF4D3EAFA1CE806A592633 , 0x8C434104F47142EDA42609F87FD57D4A , 0x8ED7492B6A9144D0B62801FFADD6ED01 , 0x9014B42FD4844D44BFD0BBCFCF6EBC5E , 0x926DB028ACCB4023988F0F4A540C7BDF , 0x949078328FCE4ACCA061D76358801280 , 0x954CDF1E0B9247F7B0E139C225FD5C07 , 0x973980EFAB07479D9C6324B155759321 , 0x97DBCA9B41C44294931746AEBE738968 , 0x98CD586ECDE74B12B65D6705C2576A21 , 0x995C0CC261C7491084D937CEDD9CE101 , 0x9A831CD78A104B57880A147D8DA8549E , 0x9CEFD7B34F1244ED85B84605449C5A7A , 0x9EE307CD64F64408862BF813D8A6C6EA , 0x9FE344B101194AA593E381DBFBE67076 , 0xA02D16B86179462E86218900D90C0DAD , 0xA07913603E574CC9A22070E266214C90 , 0xA16290FA25104CA1A61AA9B6F4F7D036 , 0xA291506B5F8E4B44AE950494CC748C88 , 0xA2DF73BE090A4FE79593CA812E099C80 , 0xA7020B03E1B64DF6B55D1C6C80CD065F , 0xA79D862FF60D40AF81050BD7B73F3D0A , 0xA7EE6CEEA45B427DA226A0EE4C5A15EE , 0xA8D59B0F99E042E9B1F33607EF89475F , 0xA9B2A766DF7C46FB91615247460E8845 , 0xAA01838C50EF4E4BA3A86529DC77771C , 0xAB27808E056E457BAFE65174DD9F709E , 0xAC1E6A1F906A45F69904232E2259797F , 0xAC5E506A354945C0B32D57057A6B1E3B , 0xAF36BA03A9F141CCA87CBD83EAFD2A95 , 0xB0D76506205C4D19A96EEFD8B0CDFEBD , 0xB170369F9A64457E9093EAFAC99541EE , 0xB4A62F3955754DADBF3E42392A65F8F7 , 0xB826D5FE5A5947DDAEA6A4A5FC30702B , 0xB876E2D0F63747278DCC0766233BFEE5 , 0xBC06F44B4D2E448BBEC9EAAFA19C68A7 , 0xC011E4DE3EFD49C0A4E3092806B10100 , 0xC362F560CFB64E4BA29269E250BA87D7 , 0xC4CE8DB1F4F4456A9E7B2F0160026CC9 , 0xC5ED01FFF2164299AFC1B349A42F0EC6 , 0xC6D3404ECED446B288764216A79F740B , 0xC8BF331B067044A19DC039755C7A539D , 0xCA3A4C6F226B491B9969DBB8542C6C9E , 0xCAF426AC1FAB45B6A90EAABCC58F83D4 , 0xCC12E0F9D0F24137BB7640C570579F3B , 0xCCAEFFC50C654317933D96744F02E535 , 0xCDEF61801E6643A9BFF71E84DB2E322F , 0xCF571CE03D414C1799FE389FA95EDF68 , 0xD07974C547D944789B65FD933D8FE0AC , 0xD5C3264D5BEF47A29A3118AAFA1F1032 , 0xD740B56BCA5544A18B8E3032932AA7C3 , 0xDB894FFC25ED4D7CAA7C175AA730831D , 0xDBB7C8FF20EE449AA1685EE9A90A2E73 , 0xDD1BCF16CF3242C0910619A937A86B09 , 0xDDD651AD7C154B66BD7DF0B675A13ED6 , 0xE032A3614E034836874B366529F59F4D , 0xE7D12ADF45084DD8BDA4C2526E9B69B5 , 0xE85A16FF9B6342D3A17FEEEB3C06A868 , 0xE8DFF51A6AD0491EB993FCAFD3AA1BBD , 0xEA0F70285C5B4645807AEEB8E74DE3B3 , 0xEB9E1E59985640A699DCE58989AC5F50 , 0xEE313412649141738B43C0FE846BDF39 , 0xEEDCDCCE41044C2EADBEF684C9D5B6B6 , 0xEF2652DFC9E8462E85E0502CE7A8E754 , 0xEFCCE59ACA604364BC25665186D7DE29 , 0xEFDDDF97D19A4D009C6FC9ED789E8F0A , 0xF105061E04BB4BE8AB658CE17798B5CC , 0xF1A534316D3542BDB3A092BEDF6E5017 , 0xF3C86D366065465FA5FADB4762AD5836 , 0xF41C8C337F354F12ADA67859C4632E61 , 0xF4F73FFD016B46E98DFEACB710338EEE , 0xF7604D261DFF4AD89962CFC65EFB727C , 0xF878CAC8CFB24F9A8BBB16B89AB096DD , 0xFA23FEBF81D841718291DF52330791CC , 0xFAAAD120CC5F45CF8ADF10AE5AE1B48B , 0xFCD3112DB75C4BA187BA9EB8CB499489 , 0xFCDC668681E746839D1329CA82CFB671 , 0xFDF4DCC1A53748A5A4ECAA28B1D53587 , 0xFE98C6F390D7424FA9EE5581DA0B245E , 0xFEA6D409F60643A3B11F98791E0511B2 , 0x0BD2DB64D31B48A3B97DB1653B8C318F , 0x29AFE40E22314705B8E3BED42534EE8E , 0x34AD23B15EBD4ADB8DF0657CEA43DFA4 , 0x3B4729F35FDE46B88BE5242A9F8AD835 , 0x48CFABEA29334FE4A2173A7EB8F02F6D , 0x4CF6969FDE3F474399CB3D115F18DCF2 , 0x5051067ED4F84E8481E758F3509A1408 , 0x59F842F9C409491FA0846D4B7E8AEFCA , 0x75197D9091D74A0ABB9D4282A35CE321 , 0x76196AE5D4034660B0BA04F2E1FE9C9F , 0x7FC0879ED8F44B65ACEF44E1B6D4B1EF , 0x8312BF98D4A74DCD8A49B4044D7712FE , 0x8712A522E938447EA0C314F37E90CEA4 , 0x901AA6D8B641430E8395DAE216D521F0 , 0x97FC2286EAEC4050A703F0FA380D523D , 0xB14934A73593405FB5633FF93906657B , 0xB385296579D249818B2E1C551FE6BB4C , 0xBAF3625A97F443188F36DAE3F124476D , 0xBB36F657245F4986A3200AAF87554F90 , 0xBEAAAF996407403F8F667CBE0AC951EB , 0xBF3977D5EF1E4C2F905AFEC9436B89F8 , 0xC09182635032413ABF51633E03B4977F , 0xC873281D85364102B50C8FD9BCA7F28C , 0xCD2AF29A61924373B367071A3EB8CFA3 , 0xD0A2419C2FF2463192BED2CA571E70D7 , 0xE3DD0F056835411DA9F29451ACE4ACDE , 0xE51A9A31AE354946928D93A02B48DA09 , 0xFAA126170DDD4062A57E0BA0CDC72CE8 , 0xFAE3113F30F143B8AA9C9ADB9F077506 , 0xFB570CBC1EA04398AA4BA412B9BB1ECC , 0x06DCB04EEA934625860E85CF3EF834CA , 0x0A397D8282194BE7B1B5A5DD99C108CF , 0x0B8FF1EE0CA54A42B59B70B5FF1E268C , 0x1C170A1F9C8D4358B14A74722B30598C , 0x23A8A021D6E74927880892F07E4511AB , 0x3E7C77DB5AC847E8A3C7AC87747AA1F3 , 0x437214417357461BB80350480CAD3A1B , 0x4E2B3F6B6C764351884F5FE6D925E333 , 0x5386BFEB57AA47F7AD2CCD33960E6478 , 0x58669C1B25FF4C7B99AC50047539F6E6 , 0x58AD6082E3BD45BC8FBCD575A34C47D9 , 0x5B7F0EDA9A944C55BCE790C1420EF6CC , 0x71440EA325924439A597BEF1EAE18658 , 0x7A11C7024E1B4D379EDFFAA0A46D1F67 , 0x8209A07778FC44428664FEE8365E4BE0 , 0x9231F41E031642C5941D93A13CB6D70F , 0x9AA87F5A0491471E924561CBBB8A4469 , 0x9E9A961253F64B86A293B1300870A929 , 0xBBA6CC4417844A46BAD9D46E71D2591A , 0xC29CC7084F2B4075B8C9032A5E38B1B0 , 0xC9CE81AAF25846C7A506BA81D18D8EB2 , 0xCF4469040FD7466FA80DDEDD81FBF884 , 0xECC9B5EE2BE34C9EB8F916E902D54E5C , 0xEF58AD338166422FA4D4326B28E4F157 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1500 ;
Copy
87
0.54 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
88
0.30 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
89
0.16 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
90
0.25 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
91
0.31 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/adb46bd6b0b94f9eb5e3976d8446b8fa "
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/adb46bd6b0b94f9eb5e3976d8446b8fa' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
92
0.38 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
93
0.18 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
94
0.15 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
95
0.22 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
96
0.21 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
97
0.14 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
98
0.13 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
99
0.18 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
100
0.37 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
101
0.33 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
102
0.16 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
103
0.50 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
104
0.30 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
105
0.31 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"´kÖ°¹Ožµã—m„F¸ú "
]
SELECT path FROM category WHERE id = 0xADB46BD6B0B94F9EB5E3976D8446B8FA ;
Copy
106
0.19 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
107
1.04 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
108
0.51 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
109
1.37 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
110
1.26 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
111
0.68 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
112
0.71 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
113
0.58 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"´kÖ°¹Ožµã—m„F¸ú "
]
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 (0xADB46BD6B0B94F9EB5E3976D8446B8FA ));
Copy
114
0.37 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.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"%\x14 H╣\e ÃBÌàd?_╠ÏÉQ "
b",8\x11 ( UJ•˜ðÈçssb\ "
b"´kÖ°¹Ožµã—m„F¸ú "
]
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 (0x251448B91BC742DE85643F5FCCD89051 , 0x2C38112820554A9598F0C8E77373625C , 0xADB46BD6B0B94F9EB5E3976D8446B8FA ));
Copy
115
3.85 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/adb46bd6b0b94f9eb5e3976d8446b8fa "
"/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/c7643e90932e42f594f15a536998ed66 "
"/navigation/3abc5229293848c9b2fc1b27fd3d8421 "
"/navigation/514a31209c6e45c5b7f05cf2ce9205fb "
"/navigation/8539a768e5ce4f168833f890bae1d0a6 "
"/navigation/0923017eea79437bb043b5b0673e115f "
"/navigation/c6f322e9a6294eb896f7bb669251f305 "
"/navigation/8cfeb9558d524e17827ec792492c9122 "
"/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3 "
"/navigation/a3668172f857425f9bfe53224046ba51 "
"/navigation/505fcc508c4e47eb99d8e4627fe8bd32 "
"/navigation/82738af02a084bbdb851e11e8ec598dc "
"/navigation/aab03d74404b481ba120fb9530426d47 "
"/navigation/018c9125ea874ae287429a2cefd1f2d0 "
"/navigation/1a5c6210666443f19920fa7686428657 "
"/navigation/76780ee5e68042aab5f6574d7e25dcd3 "
"/navigation/bef74106cc0b4125978553246ff16ad6 "
"/navigation/c4aa5e8624d24b30b0312e22701162d6 "
"/navigation/c6dc84aee6e1469696ac2299c312fde9 "
"/navigation/d62f763a8391413b81a164ea482db739 "
"/navigation/dfdf2340aca14881a6652d08e7656163 "
"/navigation/ab1de20b216545318a6cdad2ee7e2a82 "
"/navigation/afed1ddda6d849c49d00ca0932a75b70 "
"/navigation/b55d905661614a2fa7f585ef697d6cfe "
"/navigation/c7156d3692b345c69d8c93126625814e "
"/navigation/004440dd20754671ada9bf79a2b75fbc "
"/navigation/0b73a534bf5044ed9dd6af4e301fc006 "
"/navigation/c9d1a6f276f24c67b7c66222804db52c "
"/navigation/f57dc8356f054004b0b2ae82257e6ab4 "
"/navigation/cd3cfa833d6046b89a14935aee1a7f8f "
"/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af "
"/navigation/a316e8972e0041bfa756d6f7acc23e7d "
"/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6 "
"/navigation/eeadca367c544275ac141449b234e23b "
"/navigation/0efa889b062a423c8fd11a73b02e28f4 "
"/navigation/52daaaf1c14242d699b579aa2eadba48 "
"/navigation/8537420f2eb44ac297adf8c04e163b3d "
"/navigation/d9db2acbb0ef4cfab89a07bc122d204c "
"/navigation/f501cdbc9c1c4609a8a519e227fc2bef "
"/navigation/f59522a887f947d8864e42c4ebc39266 "
"/navigation/f9e2050944fc498ea0537fdb55cba37d "
"/navigation/882667d91b2d4ab5a8cb33bcce661e38 "
"/navigation/35da856933d947239055eaf099933e29 "
"/navigation/4e2522fa9ec04f46bcab12cd36925cb6 "
"/navigation/552f1d0a97d7418d822959705696a65d "
"/navigation/7623cc38e1154a2797227b05b7d74503 "
"/navigation/78c4ca0a6208486cb940907b1298f747 "
"/navigation/37476b928c114f0692ad5a37af14e66b "
"/navigation/d3000e05adbf41ccb0952539c25cb21c "
"/navigation/1b15b427e9cb40b28d537a893668f15a "
"/navigation/43c83d522870493a8ab2df8abb5d556c "
"/navigation/49f823826b384871aec230ae7ee2f154 "
"/navigation/e5a13fc2f1c542cd9057c9488b5c559a "
"/navigation/01fb819fa75744c8a56fdc0981381ba9 "
"/navigation/7182c23f1e214e85adba25d65afe398a "
"/navigation/73045f602ad1421fadf76dcecc9ca960 "
"/navigation/89a9b23c1a8b41c2bb4a66032fda3981 "
"/navigation/a585c54285844d1ebd1a64392ed3ee8c "
"/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f "
"/navigation/c76f09f24f1942b1822fb275e0080db3 "
"/navigation/e10596ecd9474c998247ceb3e50921c6 "
"/navigation/01797e0437b3448db94e690f14f43e5f "
"/navigation/7b34af3a47cb4c3ba3188ed1cee83967 "
"/navigation/7758ea41858d4231ad3623921c73e531 "
"/navigation/68376253ee4542d7aa4d93ac4958eb0a "
"/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e "
"/navigation/d867ffee71f646f09b1c069b267201e0 "
"/navigation/4fed7b490a09439dbe58747fe74f3e5d "
"/navigation/cf5a0b4136834eac88874e7ff81b8ba5 "
"/navigation/f19faba35fa04f30a1bdd354b051f625 "
"/navigation/4bc032eef6364672a0d09b8abe93d55e "
"/navigation/33b309eb71bc4c2a9976970795d500fa "
"/navigation/6dba75696b5148139136de033ffc6382 "
"/navigation/be2f3ca764534022a2ba79f972c9679d "
"/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6 "
"/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef "
"/navigation/7b7970e14b87448fb41d825fcec350d0 "
"/navigation/7d34ea33ebd2430b84ca71a999e7b708 "
"/navigation/abfa97de640b48c7a6afa067b88812bc "
"/navigation/1f423e85c6eb494980b22dde93e64a9c "
"/navigation/876b21ae9d7c41498115b90823beeb7b "
"/navigation/2b29710e5f0f44a8825513b4e6e2a98d "
"/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8 "
"/navigation/671bb3d9919346a1a0187fba6835a133 "
"/navigation/dfe70840626a4a9a88c56999fb42852b "
"/navigation/e4ae50f24b8d4d6483cbea48cedb146b "
"/navigation/73e9c784d8c448d8a7e304117eed2293 "
"/navigation/8fa76c45c7a14b1ca93353f7b1f85411 "
"/navigation/f2e70390e9e34ceda7549b53800c1e08 "
"/navigation/0bc41cae5ab441458dce00de02107388 "
"/navigation/5f149c7e1b2b48f9ae6364de8ce288fe "
"/navigation/903d01af296c4a2391205affb24423c2 "
"/navigation/89364c27afac40fa9ead1ec3136ec684 "
"/navigation/aecbd0f4de0742199dd75fadddec2013 "
"/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0 "
"/navigation/bccc5c020811472196379229044dc7fd "
"/navigation/2db3c8aa857a4bc6a6d11e3438350063 "
"/navigation/068567f45f424e389167089941c407ec "
"/navigation/165d387e909249889e89cd6584e6c81c "
"/navigation/20e44a7345fa48468f3d0e2298b4f067 "
"/navigation/224193720c2a4a45bc96cb2d055655ba "
"/navigation/3c24eab57c3d445698f26534ea18e660 "
"/navigation/444424ff93914a27a401e920bb33976e "
"/navigation/72202b824a384e9a8c11ae6afe2a9d75 "
"/navigation/7b182711a1294f69ae2266b5e37b5bc4 "
"/navigation/83868e2e81b340bfa067343e71965085 "
"/navigation/89d46426d44c4442993d4b524afc59a4 "
"/navigation/a16abde2699547c2b823b86c6b48d0d7 "
"/navigation/a3025fff20374024b907cddab6c39d43 "
"/navigation/d14cb43cbcf245eea471b31b87876e6d "
"/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d "
"/navigation/e5c66ca00fd140229735738d20618e8c "
"/navigation/b613bcea17d94cd68c0f1b01c96a843f "
"/navigation/f65330b5335b43a8ba39baec7d44aa54 "
"/navigation/fb3986cb89834cf3a3b42c5a651034a5 "
"/navigation/9eb6e1f2d32e4679aa85298c3e2fd678 "
"/navigation/a5d30272319c4e6f8577b8f344013d34 "
"/navigation/5be3b86f12b94044a39420702328fe79 "
"/navigation/e40c020ad4b74db7bc3e2e88c4c27be8 "
"/navigation/ab078ca87be74c748a7e971e766ceaf3 "
"/navigation/efef8f302349446dac0f0d67631b70cf "
"/navigation/f5e01e9054514b68a8653c5a4f2e5ee1 "
"/navigation/e485c99ca374414e851e1bae3f10af8e "
"/navigation/2fb093f95507419987f178312f1a3159 "
"/navigation/4823a61385b44ff1acf4e6382ddc6ed4 "
"/navigation/a6abb398e64e45f1895b6666ef5c48d1 "
"/navigation/00f37e830a0348d09705a9612c8c8cba "
"/navigation/71ca1150915f49e5a1f2fd538909d05a "
"/navigation/1c5e979155a844539448db12fd5ee768 "
"/navigation/8880adde82fa414eb680521ec3b57c4a "
"/navigation/edd74ffcfbd44ba9904d355f05d440a6 "
"/navigation/29bbfc2eb6d444f08a34e46f60b76e17 "
"/navigation/9228dba7d8ff47a897c5e6125f40dae0 "
"/navigation/500fe37e8fab4ec686d79803e58a8133 "
"/navigation/defbeb767ca44c1b970ab994d662a6a2 "
"/navigation/5d1b4c4fdc094289932a615f81db335b "
"/navigation/b3fcd7cc2e684a8b96f82adbb8615f55 "
"/navigation/1f6fc0d096e4433f847169a8653f9872 "
"/navigation/cdf0a23d5d72433783ef241128a9b070 "
"/navigation/273527558c5e4e2cb3168fbfbbf6db0e "
"/navigation/0fc49a5d23ec4742845d4d31898f67f2 "
"/navigation/9870b54fef794c4b87791c9dbc9b83b9 "
"/navigation/91314c7682154e58a203d7deb3c46e25 "
"/navigation/0198a84419397e96ae8527630cef7f63 "
"/navigation/019c03b8fcaa72dc9e2c6dd03b04916d "
"/navigation/5fdbefa88b0942d28155aa77fb9d1ef2 "
"/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27 "
"/navigation/6abcc304f8c84933a719a126f42a6651 "
"/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3 "
"/navigation/ea2fc00d192244b3b852128b45d74842 "
"/navigation/2a5c8fc96ef04011aef499b2fb4faca4 "
"/navigation/01971690d7e97455bdb6a13033fc4bea "
"/navigation/01971691bb387f7f8d6fa68ac5bc78b0 "
"/navigation/019a7cc2c0ed7c48bfd77766e7197c67 "
"/navigation/019841caba81739d847aaec4495335dd "
"/navigation/c760008290d84dbaae3f6f4b83269ddd "
"/navigation/019aea2480627a599fd1d0db6122e224 "
"/navigation/0197169587bc7ef2832928391108aef6 "
"/navigation/01992f21513c7fca831141b67a0ba2a6 "
"/navigation/0199288800f87feaabd6d217f0254df0 "
"/navigation/01983b68543b7476b25d1ed5006cd884 "
"/navigation/572804a509e74ad58d18d52ef0cfeb3c "
"/navigation/0199772279547efd8f94e76789b316b3 "
"/detail/53a8cb42865a4fa0923f883c90f02fef "
"/detail/4c233074269a4e2aaca546b146f3d461 "
"/detail/06828138c96349c4aa7bf13490382943 "
"/detail/cadfbb76dd5b4cf380dae998a7736ce8 "
"/detail/e745b9f8e3a847b5a9e46e02f1461560 "
"/detail/b59a6598461d4d22a0bf431ea58f7806 "
"/detail/eee2601b39c348b79f8679716c05e1f5 "
"/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/adb46bd6b0b94f9eb5e3976d8446b8fa' , '/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/c7643e90932e42f594f15a536998ed66' , '/navigation/3abc5229293848c9b2fc1b27fd3d8421' , '/navigation/514a31209c6e45c5b7f05cf2ce9205fb' , '/navigation/8539a768e5ce4f168833f890bae1d0a6' , '/navigation/0923017eea79437bb043b5b0673e115f' , '/navigation/c6f322e9a6294eb896f7bb669251f305' , '/navigation/8cfeb9558d524e17827ec792492c9122' , '/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3' , '/navigation/a3668172f857425f9bfe53224046ba51' , '/navigation/505fcc508c4e47eb99d8e4627fe8bd32' , '/navigation/82738af02a084bbdb851e11e8ec598dc' , '/navigation/aab03d74404b481ba120fb9530426d47' , '/navigation/018c9125ea874ae287429a2cefd1f2d0' , '/navigation/1a5c6210666443f19920fa7686428657' , '/navigation/76780ee5e68042aab5f6574d7e25dcd3' , '/navigation/bef74106cc0b4125978553246ff16ad6' , '/navigation/c4aa5e8624d24b30b0312e22701162d6' , '/navigation/c6dc84aee6e1469696ac2299c312fde9' , '/navigation/d62f763a8391413b81a164ea482db739' , '/navigation/dfdf2340aca14881a6652d08e7656163' , '/navigation/ab1de20b216545318a6cdad2ee7e2a82' , '/navigation/afed1ddda6d849c49d00ca0932a75b70' , '/navigation/b55d905661614a2fa7f585ef697d6cfe' , '/navigation/c7156d3692b345c69d8c93126625814e' , '/navigation/004440dd20754671ada9bf79a2b75fbc' , '/navigation/0b73a534bf5044ed9dd6af4e301fc006' , '/navigation/c9d1a6f276f24c67b7c66222804db52c' , '/navigation/f57dc8356f054004b0b2ae82257e6ab4' , '/navigation/cd3cfa833d6046b89a14935aee1a7f8f' , '/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af' , '/navigation/a316e8972e0041bfa756d6f7acc23e7d' , '/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6' , '/navigation/eeadca367c544275ac141449b234e23b' , '/navigation/0efa889b062a423c8fd11a73b02e28f4' , '/navigation/52daaaf1c14242d699b579aa2eadba48' , '/navigation/8537420f2eb44ac297adf8c04e163b3d' , '/navigation/d9db2acbb0ef4cfab89a07bc122d204c' , '/navigation/f501cdbc9c1c4609a8a519e227fc2bef' , '/navigation/f59522a887f947d8864e42c4ebc39266' , '/navigation/f9e2050944fc498ea0537fdb55cba37d' , '/navigation/882667d91b2d4ab5a8cb33bcce661e38' , '/navigation/35da856933d947239055eaf099933e29' , '/navigation/4e2522fa9ec04f46bcab12cd36925cb6' , '/navigation/552f1d0a97d7418d822959705696a65d' , '/navigation/7623cc38e1154a2797227b05b7d74503' , '/navigation/78c4ca0a6208486cb940907b1298f747' , '/navigation/37476b928c114f0692ad5a37af14e66b' , '/navigation/d3000e05adbf41ccb0952539c25cb21c' , '/navigation/1b15b427e9cb40b28d537a893668f15a' , '/navigation/43c83d522870493a8ab2df8abb5d556c' , '/navigation/49f823826b384871aec230ae7ee2f154' , '/navigation/e5a13fc2f1c542cd9057c9488b5c559a' , '/navigation/01fb819fa75744c8a56fdc0981381ba9' , '/navigation/7182c23f1e214e85adba25d65afe398a' , '/navigation/73045f602ad1421fadf76dcecc9ca960' , '/navigation/89a9b23c1a8b41c2bb4a66032fda3981' , '/navigation/a585c54285844d1ebd1a64392ed3ee8c' , '/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f' , '/navigation/c76f09f24f1942b1822fb275e0080db3' , '/navigation/e10596ecd9474c998247ceb3e50921c6' , '/navigation/01797e0437b3448db94e690f14f43e5f' , '/navigation/7b34af3a47cb4c3ba3188ed1cee83967' , '/navigation/7758ea41858d4231ad3623921c73e531' , '/navigation/68376253ee4542d7aa4d93ac4958eb0a' , '/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e' , '/navigation/d867ffee71f646f09b1c069b267201e0' , '/navigation/4fed7b490a09439dbe58747fe74f3e5d' , '/navigation/cf5a0b4136834eac88874e7ff81b8ba5' , '/navigation/f19faba35fa04f30a1bdd354b051f625' , '/navigation/4bc032eef6364672a0d09b8abe93d55e' , '/navigation/33b309eb71bc4c2a9976970795d500fa' , '/navigation/6dba75696b5148139136de033ffc6382' , '/navigation/be2f3ca764534022a2ba79f972c9679d' , '/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6' , '/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef' , '/navigation/7b7970e14b87448fb41d825fcec350d0' , '/navigation/7d34ea33ebd2430b84ca71a999e7b708' , '/navigation/abfa97de640b48c7a6afa067b88812bc' , '/navigation/1f423e85c6eb494980b22dde93e64a9c' , '/navigation/876b21ae9d7c41498115b90823beeb7b' , '/navigation/2b29710e5f0f44a8825513b4e6e2a98d' , '/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8' , '/navigation/671bb3d9919346a1a0187fba6835a133' , '/navigation/dfe70840626a4a9a88c56999fb42852b' , '/navigation/e4ae50f24b8d4d6483cbea48cedb146b' , '/navigation/73e9c784d8c448d8a7e304117eed2293' , '/navigation/8fa76c45c7a14b1ca93353f7b1f85411' , '/navigation/f2e70390e9e34ceda7549b53800c1e08' , '/navigation/0bc41cae5ab441458dce00de02107388' , '/navigation/5f149c7e1b2b48f9ae6364de8ce288fe' , '/navigation/903d01af296c4a2391205affb24423c2' , '/navigation/89364c27afac40fa9ead1ec3136ec684' , '/navigation/aecbd0f4de0742199dd75fadddec2013' , '/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0' , '/navigation/bccc5c020811472196379229044dc7fd' , '/navigation/2db3c8aa857a4bc6a6d11e3438350063' , '/navigation/068567f45f424e389167089941c407ec' , '/navigation/165d387e909249889e89cd6584e6c81c' , '/navigation/20e44a7345fa48468f3d0e2298b4f067' , '/navigation/224193720c2a4a45bc96cb2d055655ba' , '/navigation/3c24eab57c3d445698f26534ea18e660' , '/navigation/444424ff93914a27a401e920bb33976e' , '/navigation/72202b824a384e9a8c11ae6afe2a9d75' , '/navigation/7b182711a1294f69ae2266b5e37b5bc4' , '/navigation/83868e2e81b340bfa067343e71965085' , '/navigation/89d46426d44c4442993d4b524afc59a4' , '/navigation/a16abde2699547c2b823b86c6b48d0d7' , '/navigation/a3025fff20374024b907cddab6c39d43' , '/navigation/d14cb43cbcf245eea471b31b87876e6d' , '/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d' , '/navigation/e5c66ca00fd140229735738d20618e8c' , '/navigation/b613bcea17d94cd68c0f1b01c96a843f' , '/navigation/f65330b5335b43a8ba39baec7d44aa54' , '/navigation/fb3986cb89834cf3a3b42c5a651034a5' , '/navigation/9eb6e1f2d32e4679aa85298c3e2fd678' , '/navigation/a5d30272319c4e6f8577b8f344013d34' , '/navigation/5be3b86f12b94044a39420702328fe79' , '/navigation/e40c020ad4b74db7bc3e2e88c4c27be8' , '/navigation/ab078ca87be74c748a7e971e766ceaf3' , '/navigation/efef8f302349446dac0f0d67631b70cf' , '/navigation/f5e01e9054514b68a8653c5a4f2e5ee1' , '/navigation/e485c99ca374414e851e1bae3f10af8e' , '/navigation/2fb093f95507419987f178312f1a3159' , '/navigation/4823a61385b44ff1acf4e6382ddc6ed4' , '/navigation/a6abb398e64e45f1895b6666ef5c48d1' , '/navigation/00f37e830a0348d09705a9612c8c8cba' , '/navigation/71ca1150915f49e5a1f2fd538909d05a' , '/navigation/1c5e979155a844539448db12fd5ee768' , '/navigation/8880adde82fa414eb680521ec3b57c4a' , '/navigation/edd74ffcfbd44ba9904d355f05d440a6' , '/navigation/29bbfc2eb6d444f08a34e46f60b76e17' , '/navigation/9228dba7d8ff47a897c5e6125f40dae0' , '/navigation/500fe37e8fab4ec686d79803e58a8133' , '/navigation/defbeb767ca44c1b970ab994d662a6a2' , '/navigation/5d1b4c4fdc094289932a615f81db335b' , '/navigation/b3fcd7cc2e684a8b96f82adbb8615f55' , '/navigation/1f6fc0d096e4433f847169a8653f9872' , '/navigation/cdf0a23d5d72433783ef241128a9b070' , '/navigation/273527558c5e4e2cb3168fbfbbf6db0e' , '/navigation/0fc49a5d23ec4742845d4d31898f67f2' , '/navigation/9870b54fef794c4b87791c9dbc9b83b9' , '/navigation/91314c7682154e58a203d7deb3c46e25' , '/navigation/0198a84419397e96ae8527630cef7f63' , '/navigation/019c03b8fcaa72dc9e2c6dd03b04916d' , '/navigation/5fdbefa88b0942d28155aa77fb9d1ef2' , '/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27' , '/navigation/6abcc304f8c84933a719a126f42a6651' , '/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3' , '/navigation/ea2fc00d192244b3b852128b45d74842' , '/navigation/2a5c8fc96ef04011aef499b2fb4faca4' , '/navigation/01971690d7e97455bdb6a13033fc4bea' , '/navigation/01971691bb387f7f8d6fa68ac5bc78b0' , '/navigation/019a7cc2c0ed7c48bfd77766e7197c67' , '/navigation/019841caba81739d847aaec4495335dd' , '/navigation/c760008290d84dbaae3f6f4b83269ddd' , '/navigation/019aea2480627a599fd1d0db6122e224' , '/navigation/0197169587bc7ef2832928391108aef6' , '/navigation/01992f21513c7fca831141b67a0ba2a6' , '/navigation/0199288800f87feaabd6d217f0254df0' , '/navigation/01983b68543b7476b25d1ed5006cd884' , '/navigation/572804a509e74ad58d18d52ef0cfeb3c' , '/navigation/0199772279547efd8f94e76789b316b3' , '/detail/53a8cb42865a4fa0923f883c90f02fef' , '/detail/4c233074269a4e2aaca546b146f3d461' , '/detail/06828138c96349c4aa7bf13490382943' , '/detail/cadfbb76dd5b4cf380dae998a7736ce8' , '/detail/e745b9f8e3a847b5a9e46e02f1461560' , '/detail/b59a6598461d4d22a0bf431ea58f7806' , '/detail/eee2601b39c348b79f8679716c05e1f5' , '/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
116
0.42 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