1
0.79 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
2
0.30 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.64 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.47 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úê-ÅÍ+ \ "
"Zubehoer-Teile/Hebel-Lenker-Elektrik/Hebel "
"Zubehoer-Teile/Hebel-Lenker-Elektrik/Hebel/ "
]
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 = 'Zubehoer-Teile/Hebel-Lenker-Elektrik/Hebel' OR seo_path_info = 'Zubehoer-Teile/Hebel-Lenker-Elektrik/Hebel/' ));
Copy
7
0.84 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.26 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.33 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"JUOaOfmtiupdxjL3UzOC7Ci1k20pv5vo "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = 'JUOaOfmtiupdxjL3UzOC7Ci1k20pv5vo' ) LIMIT 1 ;
Copy
10
0.38 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.80 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.28 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
2.21 ms
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = ? )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (? )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (0x274605D71D2B4479A3882D8FD62BFF5C )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
14
0.83 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.67 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.38 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.33 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
18
0.22 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.55 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.71 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
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.57 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.22 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.24 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"JUOaOfmtiupdxjL3UzOC7Ci1k20pv5vo "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'JUOaOfmtiupdxjL3UzOC7Ci1k20pv5vo' ;
Copy
24
0.31 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
25
0.56 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x06 9ÎΈ\x1F EùƒØà€•¨\f z "
b"†;orw>Jj²»Úï\x06 бQ "
b"øÆQ{o*MÚ¹œVu“2!, "
b"\x01 ˜§RqMx!†F\x14 â\x7F ‚Õ® "
b"\x16 a®\x11 Õ\x12 J^É\x04\x15\x1F ù\x1E ┘5 "
b"\x17 \Ò7V\x1A O~„PŒM9ö‰î "
b""\x15 ÿ;4üBÉàãÛÔ\r Â\x16 < "
b""¶±\v opA\x1D –zM®ì—we "
b"dꙦvÎK˜¿½Dh\x04\x00 µ! "
b"nœ¯å[\x1D @o£Ô\x1C\e ÚûÇs "
b"‡¯—zš1@𮡹fî÷²4 "
b"ïïY¯w"C\x1A íd░rýÀ\x15 É "
b"¦5?²¶ÂM(¡@\x0E µZÊŽE "
b"¼Ú¦ïTõO?’y\t \r ~¥ôŽ "
b"┌kÀpëÂAU¢¤»█tüu+ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"JxKq\x15 éM\x0F µq.¡Ñ\x1E ‰Ï "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"_þz\x06 e¹@-¾Ç:d\t\x12 d, "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ "
b"»l™órþEj‰ŒgÏ¡Dåh "
b"f`uS+àOuž=ƒµlCáY "
b"º«\x1E\x1C ■╝D(ìÕ╚S│ãd┴ "
b"<\x04 À–õÌBïš-<¸íì\x10 ) "
b"""
<õA6žmJ/§\n
¨hzeü-
"""
b"Íþ»\x00\x03 <Aà’¢©\x00 ¹bqp "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"""
.örVh\n
Mкƒ¢\x11\x16 ¤zû
"""
b"ViÞý\x03 ÎM†¥\x18 \r ÿ¸þ* "
b"`ZèœHF/‰\t »\x01 ŽóÚ "
b"e–Ö"\x19 fK%ŸÊ-ª}è1æ "
b"iÒ-À±\x07 L\x08 ™¥\t j’ÙÔH "
b"w(öc2\x15 Aü▒╠Õ╔ß─+Q "
b"z3\x13 ˜K«DÎŽ“ø¾Á©-> "
b"„é\e óÛÌAÈ·ôÉÂóŠS¤ "
b"ˆ>'ZTÊM"‡\x11 n,j¯\x03 \n "
b"Šiaz\x02 ìO\x15 “\e r¨äa¡\f "
b"«ÈÜ<®ºE࿵*y¯[Wr "
b"’[˺>Jè“Ä¢\x03 ü8=¸ "
b"¼†\x15 æœ;IÁ¯Æq480Êî "
b"ûð\x13 ·AsØ.pX\x07 õeÊ "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"Ê:+\x1C á¿Cl©╣þHRQØe "
b"ä,gl“±LŸª\x0F žÃíÝ›î "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x0639CECE881F45F983D8E08095A80C7A , 0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0xF8C6517B6F2A4DDAB99C56759332212C , 0x0198A752714D7821864614E27F82D5AE , 0x1661A911E5124A5E9004151F971ED935 , 0x175CD237561A4F7E84508C4D39F689EE , 0x2215983B3481429085C6EAE20DB6163C , 0x22B6B10B6F70411D967A4DAEEC977765 , 0x64EA99A676CE4B98BFBD44680400B521 , 0x6E9CAFE55B1D406FA3D41C1BDAFBC773 , 0x87AF977A9A3140F0AEA1B966EEF7B234 , 0x8B8B59EE7722431AA164B072ECB71590 , 0xA6353FB2B6C24D28A1400EB55ACA8E45 , 0xBCDAA6EF54F54F3F9279090D7EA5F48E , 0xDA6BB77089B64155BDCFAFDB7481752B , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4A784B7115E94D0FB5712EA1D11E89CF , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x5FFE7A0665B9402DBEC73A640912642C , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xECDEC2C6269D4EE2A137FB8FF45F84E3 , 0xBB6C99F372FE456A898C67CFA144E568 , 0x666075532BE04F759E3D83B56C43E159 , 0xA7AE1E1CFEBC44288DE5C853B3C664C1 , 0x3C04C096F5CC42EF9A2D3CB8EDEC1029 , 0x3CF541369E6D4A2FA70AA8687A65FC2D , 0xCDFEBB00033C41E092A2A900B9627170 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x2EF67256680A4DD0BA83A21116A47AFB , 0x5669DEFD03CE4D86A518200DFFB8FE2A , 0x605AADE89C48462F8909BB018EF3DAAD , 0x6596D62219664B259FCA2DAA7DE831E6 , 0x69D22DC0B1074C0899A5096A92D9D448 , 0x7728946332154181B1CCE5C9E1C42B51 , 0x7A3313984BAB44CE8E93F8BEC1A92D3E , 0x84E91BF3DBCC41C8B7F4C9C2F38A53A4 , 0x883E275A54CA4D2287116E2C6AAF030A , 0x8A69617A02EC4F15931B72A8E461A10C , 0xABC8DC3CAEBA45E0BFB52A79AF5B5772 , 0xAD925BCBBA3E4AE893C4A203FC383DB8 , 0xBC8615E69C3B49C1AFC671343830CAEE , 0xC7AFD013F0FA41739D2E705807E465D2 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xD23A2B1CA0A8436CB8B9E74852519D65 , 0xE42C676C93B14C9FAA0F9EC3EDDD9BEE , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy
26
0.23 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.40 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `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.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 ˜Ð \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.35 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.19 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.29 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.19 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.84 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.33 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
3.26 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|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.34 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.47 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.68 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.49 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.44 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.45 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.38 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.65 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.83 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.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"Ý£ì_Û€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.45 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.74 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.54 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.71 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
3.24 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.37 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
53
0.23 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.20 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.31 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
1.99 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"ÏZ\v A6ƒN¬ˆ‡N\x7F ø\e ‹¥ "
]
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 (0xCF5A0B4136834EAC88874E7FF81B8BA5 ));
Copy
57
0.45 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.45 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"q÷Þ¨>EJI¶\x11 H2\t Fz” "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x71F7DEA83E454A49B611483209467A94 )));
Copy
59
0.40 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ü·#█V©@MôÝ¿Î7«M; "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x81FA23DB56B8404D93EDA8D737AE4D3B )));
Copy
60
0.19 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
61
0.45 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x19 0_\x10 2±D©‹¢\e TËE; "
b"""
(î$×\n
ÓA¤£\n
§Œ\x16 Ž@ú
"""
b"""
O±s\n
ÓjHߌ£®&uàr
"""
b"ThbM6b@â«\f ˆ·\x14 %åà "
b"ˆìƒc¤ŠKò¨[\x1C\x13 ¢ 5a "
b"ï'ºW{ñMPƒ*#½ßöŠÞ "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x19305F1032B144C2A98BA21B54CB453B , 0x28EE24D70AD341A4A30AA78C168E40FA , 0x4FB1730AD36A48DF8CA3AE2675ADE072 , 0x5468624D366240E2AB0C88B71425E5C3 , 0x88EC8363A48A4BF2A85B1C13A2A03561 , 0xEF27BA577BF14D50832A23BDDFF68ADE )));
Copy
62
0.24 ms
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = ? ) ORDER BY `product_sorting` . `priority` DESC
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = 1 ) ORDER BY `product_sorting` . `priority` DESC ;
Copy
63
0.33 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.34 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"ÏZ\v A6ƒN¬ˆ‡N\x7F ø\e ‹¥ "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xCF5A0B4136834EAC88874E7FF81B8BA5 )) LIMIT 1 ;
Copy
65
0.19 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"ÏZ\v A6ƒN¬ˆ‡N\x7F ø\e ‹¥ "
]
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 (0xCF5A0B4136834EAC88874E7FF81B8BA5 ));
Copy
66
7.02 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"ÏZ\v A6ƒN¬ˆ‡N\x7F ø\e ‹¥ "
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` = 0xCF5A0B4136834EAC88874E7FF81B8BA5 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.12 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"ÏZ\v A6ƒN¬ˆ‡N\x7F ø\e ‹¥ "
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` = 0xCF5A0B4136834EAC88874E7FF81B8BA5 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.70 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"ÏZ\v A6ƒN¬ˆ‡N\x7F ø\e ‹¥ "
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` = 0xCF5A0B4136834EAC88874E7FF81B8BA5 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.43 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"gâWV\x04 ïG¨²ã¸©™B“\x05 "
b"Z›Z•B\x06 J.£\x07 uÎYtx "
]
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 (0x67E2575604EF47A8B2E3B8A999429305 , 0x5A9B5A9542064A2EA307AD75CE597478 ));
Copy
70
1.82 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"ÏZ\v A6ƒN¬ˆ‡N\x7F ø\e ‹¥ "
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` = 0xCF5A0B4136834EAC88874E7FF81B8BA5 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 )));
Copy
71
1.07 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"ÏZ\v A6ƒN¬ˆ‡N\x7F ø\e ‹¥ "
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` = 0xCF5A0B4136834EAC88874E7FF81B8BA5 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
1.01 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"ÏZ\v A6ƒN¬ˆ‡N\x7F ø\e ‹¥ "
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` = 0xCF5A0B4136834EAC88874E7FF81B8BA5 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
5.50 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"ÏZ\v A6ƒN¬ˆ‡N\x7F ø\e ‹¥ "
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` = 0xCF5A0B4136834EAC88874E7FF81B8BA5 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product.properties` . `id` ;
Copy
74
0.83 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"ÏZ\v A6ƒN¬ˆ‡N\x7F ø\e ‹¥ "
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` = 0xCF5A0B4136834EAC88874E7FF81B8BA5 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.34 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"\x11 ìøŽ¿‡N)º\x1A ßöî~2\x18 "
b"ð█\x08 fëMKÝÑ\r ─8Åù░e "
b"_og\\x1D ╩N\x01 ╝\v\x02 ÌBËÉ¡ "
b"Õ\x1E\x13 ùb0I6ü6\x1F »\x07 ╔i╗ "
b"Fµ\x03 ö‰/CÄ‚‹Œï{‚X- "
b"'\x18 3÷\x1D ¾KOØ@lY`Ñ·\x1D "
b"yµ©┤\x1D )I┤É\x00 e\x16\x10 │¾ "
b"áBW{(\x7F Nxº%•=tvkm "
]
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 (0x11ECF88EBF874E29BA1ADFF6EE7E3218 , 0xD0DB0866894D4BEDA50DC4388F97B065 , 0x5F6F675C1DCA4E01BC0B02DE42D390AD , 0xE51E13976230493681361FAF07C969BB , 0x46B503F6892F43C4828B8CEF7B82582D , 0x271833F61DF34B4F9D406C5960A5FA1D , 0x79E6B8B41D2949B4900065161020B3F3 , 0xE142577B287F4E78BA25953D74766B6D );
Copy
76
0.52 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"\x11 ìøŽ¿‡N)º\x1A ßöî~2\x18 "
b"ð█\x08 fëMKÝÑ\r ─8Åù░e "
b"_og\\x1D ╩N\x01 ╝\v\x02 ÌBËÉ¡ "
b"Õ\x1E\x13 ùb0I6ü6\x1F »\x07 ╔i╗ "
b"Fµ\x03 ö‰/CÄ‚‹Œï{‚X- "
b"'\x18 3÷\x1D ¾KOØ@lY`Ñ·\x1D "
b"yµ©┤\x1D )I┤É\x00 e\x16\x10 │¾ "
b"áBW{(\x7F Nxº%•=tvkm "
]
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 (0x11ECF88EBF874E29BA1ADFF6EE7E3218 , 0xD0DB0866894D4BEDA50DC4388F97B065 , 0x5F6F675C1DCA4E01BC0B02DE42D390AD , 0xE51E13976230493681361FAF07C969BB , 0x46B503F6892F43C4828B8CEF7B82582D , 0x271833F61DF34B4F9D406C5960A5FA1D , 0x79E6B8B41D2949B4900065161020B3F3 , 0xE142577B287F4E78BA25953D74766B6D )) GROUP BY `product` . `id` ;
Copy
77
3.93 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"\x11 ìøŽ¿‡N)º\x1A ßöî~2\x18 "
b"ð█\x08 fëMKÝÑ\r ─8Åù░e "
b"_og\\x1D ╩N\x01 ╝\v\x02 ÌBËÉ¡ "
b"Õ\x1E\x13 ùb0I6ü6\x1F »\x07 ╔i╗ "
b"Fµ\x03 ö‰/CÄ‚‹Œï{‚X- "
b"'\x18 3÷\x1D ¾KOØ@lY`Ñ·\x1D "
b"yµ©┤\x1D )I┤É\x00 e\x16\x10 │¾ "
b"áBW{(\x7F Nxº%•=tvkm "
]
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 (0x11ECF88EBF874E29BA1ADFF6EE7E3218 , 0xD0DB0866894D4BEDA50DC4388F97B065 , 0x5F6F675C1DCA4E01BC0B02DE42D390AD , 0xE51E13976230493681361FAF07C969BB , 0x46B503F6892F43C4828B8CEF7B82582D , 0x271833F61DF34B4F9D406C5960A5FA1D , 0x79E6B8B41D2949B4900065161020B3F3 , 0xE142577B287F4E78BA25953D74766B6D ));
Copy
78
0.32 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x11 ìøŽ¿‡N)º\x1A ßöî~2\x18 "
b"'\x18 3÷\x1D ¾KOØ@lY`Ñ·\x1D "
b"Fµ\x03 ö‰/CÄ‚‹Œï{‚X- "
b"_og\\x1D ╩N\x01 ╝\v\x02 ÌBËÉ¡ "
b"yµ©┤\x1D )I┤É\x00 e\x16\x10 │¾ "
b"ð█\x08 fëMKÝÑ\r ─8Åù░e "
b"áBW{(\x7F Nxº%•=tvkm "
b"Õ\x1E\x13 ùb0I6ü6\x1F »\x07 ╔i╗ "
]
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 (0x11ECF88EBF874E29BA1ADFF6EE7E3218 , 0x271833F61DF34B4F9D406C5960A5FA1D , 0x46B503F6892F43C4828B8CEF7B82582D , 0x5F6F675C1DCA4E01BC0B02DE42D390AD , 0x79E6B8B41D2949B4900065161020B3F3 , 0xD0DB0866894D4BEDA50DC4388F97B065 , 0xE142577B287F4E78BA25953D74766B6D , 0xE51E13976230493681361FAF07C969BB )));
Copy
79
0.52 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
14.35 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 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 Wˆ\x12 ¦gA€—*&k-\x1A\f Ô "
b"\x05 ‹\x05 é'ÑJ{“oe\x19 \æ!– "
b"\x06 ÎV +ëA½ˆõÖ|\x00 ;.] "
b"\x08 0„WåûF\x18 ‡øa;\x02 «08 "
b"\t ü½ÜÀ\x06 OP½u╬╦\f É\x1D Ç "
b"""
\n
¾ä!\x1C\x02 M╣¡â\x1A ┘ì│F┤
"""
b"\f Õ\f ._ÓHLºVØ\x00 ‡Ax "
b"\x0E\x07 yÿëÖC¹€Ÿ.\x00 !rW\x1C "
b"\x0E 1ØÕé■F/îYÙäkOGÕ "
b"\x0E Joé÷█FÂÉj¦c£\x1A ù) "
b"\x0F ÀOªî{J<êIÅ4\t @Ço "
b"\x11 Öæ£èŸA¶¹˜\x08 Ôæ“B¬ "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b"\x16\x17 ¡ØùiKã”Ì h\x04 %–\x01 "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x17 5¶-;gF»‰\x06 †J&¹É "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x18 ▒╝ÅѦMví:\x14 "9û└\v "
b"\x1A R~\f ÌÝO~ïê\x1E\x07 ìº:\f "
b"\x1A Sùdž¢O™»-5׸þ\x10 ¦ "
b"\x1C EÁ*\x13 ÕEb‡®eC\x1F è\x03 Þ "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"\x1D §8ïÎ\x00 C/“9•\r \x11 Jj× "
b"\x1D ´Ï\x07 4\f O¤‡ÈšÃ:—’ "
b"\x1F cc«\f ÅJ\v ”\x1A ã׳2ç8 "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b" ¾qcà¸N\r ¾ØVŽ‚:\x06 f "
b""<Ðð”¸Jª¹²³\x1E ëóñÓ "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b""… ¶òƒ@ø•Ò«]\x02 3C³ "
b"#—s\x07 fŽC\x03 ¢Fè]ßB—P "
b"#ªiMwxOj‡\x1E û9m-Jù "
b"$1ú\x1E —7Cu™f‚\x0E §à"[ "
b"$6.¿œ’L*‡”hÎ\x0E 3e\x13 "
b"&1Ú\x05 Ó\x13 I€…íY‰ƒN.§ "
b"&ª\x13 $¸(Gÿе\x01 °Ý5\f  "
b"&Çè”ÓœEg‹„×T€k\x1D \r "
b")Ò4\x0E ¿FNΫØÌw²94™ "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"+¡Àëc‚Aו\x0F\x1C ÌR¦?^ "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b",>\x1D W\v\x01 J@°õY‰KæÁ¥ "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b".\x10 ýZé»MìôO¾4QÝò, "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"/v½ôp"F$¶Ý\x1F Úv#öÉ "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b"1[æ3\x1E ƒE╣Åy┌»═æEô "
b"2@2à±1N؇®û@õÿò‡ "
b"3p?ËÙpM‡‡U\x1F cügö "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"3ûkÕ\f\x07 Ic±Â6} \x02 å½ "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5öëËj°HH³ÓN8öJˆô "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"7jÑÒø\x1C Br¹ÓHÖ\x19 ÃnÉ "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"8·c\x0F 'LN¦§OØëíNS "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b":BaºþSOaƒƒÔ4tv\x06 Q "
b":─{*ÓëG█©─*┼╠É╔' "
b";;\x1E É…ÂF\x03 ¡·«ºüõ3Ñ "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b";Ï–æx\x1D Fõ”ˆ\x1A ¼I\x16 „\x05 "
b"<6ŸñÄÅO\v ‹š”ß[6\x07 5 "
b"<W\n ð\x19 ðHŃ\x00 €\x1E úñT\x11 "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"<Ê\x02\x08 ø?C\x1A –=\v ü;ªïa "
b"=ÕŽ|EOJR®¸êaEã\x15 1 "
b">Ó¦«±0M¸¶¯ý"$\x17 ]8 "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"?µ\x11 ù¶ËG\x17 ›yÄyÒ†Ÿ\x18 "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"Em¸Y\YFޝ\x19 èV\t\x16 »Ú "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"G5Å╚ñæDÍÇø└é=Ð=\x11 "
b"GDþJÜ\r J‡¶ý@—,\x07 Ÿ\x06 "
b"HYÁd{ôFjŽA oýÒ\x13 j "
b"I3`P®µE■é\t üÕ\x16 #êW "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"LÍWËŽQJ^¸Ã|ô“Š”9 "
b"Lò~…ídG\x13 ¾©i_û‚¥Ü "
b"O\x7F £o>(J·’\x11 Ž\x11 ÝŸK† "
b"Oνc¤“Fî®ð¿ç§°\x02 o "
b"""
Q8\n
Ö€ÒNu—\x05 (íN£5‚
"""
b"Qy÷2B¢@3—„¨äPý&Ä "
b"R¾èE¬æA걨dø\x13 ·á\x00 "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"T~œâ÷ÌB«W؃7/.¡ "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"U¥…ÙB?N:µê¹©N·V‚ "
b"UÕÈÈ\e\t D´°0qÙ ?D6 "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"W¡«èEwBƇ|»âÑ–>å "
b"X\x1F Jˆï½K(’+Éì´Fý\t "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"Y`¶ë¿6K*¼1»Fó\x1E î± "
b"Y™à(àUDØ¿ÁÍ‹\x1A “Œ— "
b"Z\x11 ¿˜ù-Já·¥ó“”ü’\x19 "
b"ZÑØP%ÿI4„EØ\x01 K±Þ "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"[þ;×ÿ┤J'ûàê\x0E -É\v F "
b"[÷o`¢ÕN\x1C –¿\x19 ~—Ɔ\x7F "
b"""
\\x1A \n
\x01 òG\v ¶bÛGgFŽ6
"""
b"\nN¸S■J╚£æëò╗ìô▄ "
b"\Å©\e\x0F ãAb“êmqϧ@\x15 "
b"^R!³└ðO~ù\f ìÜo┤\x04 └ "
b"_t╬\x1C yØDXòÇêÊÙÀq° "
b"`\x00 go\e\e CËÜîÉ\x0F\x16 0ô0 "
b"`u[|\x07 iLÇü╬ïqºò³H "
b"c(x\x1E\f tD-Šï3/Ø$nu "
b"cTç†ë\x15 J]°?'͘j\x16 p "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"eer®cMÆFm¨\x02 Ñ¢¾ "
b"f╗;\x06 GEA¤Ød▀ê¾└¨ÿ "
b"g_\x06\x1C GOD;€jF¨z6W{ "
b"gé\x00 9ÅcGpî-Þ\x7F 3Ö%> "
b"i\x17 ¡«8ÀF[¿$CíÝg¤÷ "
b"iB:Ö%\x1A Iš´\x7F ÍÄ\x18 <G‹ "
b"iù/&‗7IïÄüuGËÀ¾K "
b"i¥uìk8Lú®ÏAÅE╔:, "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"jÈÑ>‹‚L\v º¬\x13 \¤'øë "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"lwð" ãC\x18 ¨¿°HŸÕ3$ "
b"mÐÕp7{IX¥*Ö¹§Â}\x1F "
b"mù\x05 lA\x0F K6žÛÄn \x14 C\x05 "
b"n'\x00 S;%F¬Ÿù ²{]Û™ "
b"ns@¥öÅM]ì^¹ª┤(OÌ "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"o×o³m_C\x02 ä\e ░É\x00 q¥\x07 "
b"oêêÑêûL×´õÝó×ãI‹ "
b"rçW³Ü4Iôü-9ñ·ì½µ "
b"r¬ó\x01 8\x12 Kéžùì\x04 Dh\x17 š "
b"ráp…¾ÈCj¿*Ò\x7F óXu\x0E "
b"twµ9-‚E;žk_Œä0Íû "
b"uøW-¯(F*‹::\x1C\x1C o\x7F › "
b"wþE)a{@’›\x00\x18 NëULF "
b"""
xÅ+\x07 Ð9@N™F!êS\n
s2
"""
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"zwèNò£@j┤g▒ì\x01 ▒"³ "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"{äâãcDL¸¼íQì®\f ¼Æ "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"}®n¶l¼G©¶;«zFVìã "
b"~XÊo\x18 …H\x04 ƒ¶Ð\x04 úäÒ\x0F "
b"\x7F ÄOC@ð@¥ˆãa\x05 wà]Î "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"€’OLmºC\x0F –Ê\x1D ¨ò'h} "
b"ÇÌ»╩ÊçAÔüú«Ñ>_\x13 µ "
b"€äI^?îB·Œ£Üyúk É "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"üó¦\x05 BÇBßö¬Ü;\x10 8\x12 a "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"„\x10\x01\x02 Lw@¾7¾qúoœ¨ "
b"„\e j^Mï@_ŒÏüÚdn ê "
b"…íÂ\x0F à\x10 C\x14 \x0F\x07 9HyPè "
b"†!\r c–EEëœûjÕ\x07 f\x15 Ø "
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"‡IQ‡º$Ez¥0Ò¢ëK,€ "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"êqMü┐tLDê'¯Ö;\x18 F\x01 "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"‰ËBcJ4J¯ïò`‹\e ÃÎ "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"î┌5ºEsDF║ìË\ÂíÚ╚ "
b"ìrqÓ7┌K\x12 í²\x11 ÒÕR&\x08 "
b"Ž\x15 V4UHK\x04 ·–ž’(\t T "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"Å'áõeÈKv®^ÔÔ?ß▄Z "
b"Å│┐@\x01\x0F A┐Æ$T{êDss "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"É5ó╣ÂÐH\x1C üºç²GÛH└ "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"ÆÉ'▓‗\t AlñØË\x13 W=>X "
b"•6<eœéJ\x08 ¾¾Àú¨†—S "
b"•USœƒ\x19 Dr–QáÍ\x18\x17\x1A ¾ "
b"•s\x00 =ßõ@\x00 §\n ÔÜd‰@Ö "
b"–SÒ¨”jLI»²–V& "
b"–Û_sû©GT£×ß"}’¡\x12 "
b"–á>Ù\x01 2GYŒ\x15\f QW<©¯ "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"—Ï$àq‰FŸž«×+n<“. "
b"—ãôð+¥B\e ¾‰ª%«%¤s "
b"ÿbîr▀CL~Å`\x02 yGë#W "
b"˜½Æ@œjBß ¢ûh†-{Ž "
b"™Yà5ìÒCyžj°\x1F ŸÏÅÊ "
b"™t2–%\x0E JÅ g\x1E |$ú¯\x07 "
b"™¥”ä„|H‡±¼¸#þ\x17 L‚ "
b"™ãc&Ð_Où¢&·Å¾ìp/ "
b"› \t ØQ“A\x11 ¶–ˆ\x01\x7F ºÔ| "
b"ØÊLê(┼N!é_=bÙ■«w "
b"Ø÷<îsÊLÝ┤█^▀■î\x01 ö "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"¢Cj¤PoBû³p9˜Åœ¦Æ "
b"ú\x1A ׃þXKÏÿ1ü\x08\x1F X\x01 * "
b"ú@×░,úI>ò╬Ø│\x16 S½▄ "
b"£qàŒM\x08 @c®[öØpøÚ» "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"¥-Iz¯ƒ@¹°#±ü\x1A z(\x1E "
b"¥ïÒ…ÿùKÜ®•\x1E {01Áæ "
b"ªZßı±gL*׺"┼»Xìí "
b"§ëç\x05 >$E\x11 Šwqwÿ\x15 !M "
b"¨\x17 8Àk«M¯½®’öÔ§\x16\x10 "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"¼R\x03 ÈÅ┬OÍø²ßo\x13\x04 \º "
b"¡LìEÙýAĺ\ýç\x10 ÷Z6 "
b"T˜à£ôHƇpnÔŠ«Nè "
b"X\x12 .-gHЮuÇûœXTD "
b"®6@óO®@\t ±,ßß?ÔI² "
b"®‰®\x15\x06 ŠM\x18 Šoa~«ZˆU "
b"®Üx0/\x07 H»´U“¿äëÕ| "
b"®ÝcU¶ž@~š}/þ f" "
b"¯BOï\x15 ÖLû„¬r$ð€\x0F á "
b"▒´ÿG┌ìB-òòªäI╠úT "
b"²LþEä>Fwª:¤§P$\x1A "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"┤TIÊi─B½ì=\x04 2=Åûõ "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"µZ—v\x1F GL\v ¥\x03 ‘œ3ïó "
b"µÉÙzmÙD°¡66\x17 ñ\v ïG "
b"À\x10 ã\x0E bI`üø└╠V®g& "
b"·%ÿ+I[B¬‚бt÷¡\t Í "
b"·S ÛwqI\x1A “ÌÆ¦ÆuŠã "
b"""
·w{M×)MQŠãÙÅÆ@\n
-
"""
b"╣│$ü}rK\x08 ¬3Ù«\x12\x18 )g "
b"¹àÜ‚€ÀMá‹£€“[SmÊ "
b"ºFX¨ŽóB†¶=‹&ó¨Þ+ "
b"»*Î;·ÃIùœf\x1E !¼(.E "
b"»¯£e3_O6½3s·Ÿ$g» "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"Â<Òý 5F\f \x12 eÄ—‘ì\x16 "
b"┬Çí┬║_L▒ôk?ï:}Ø\x7F "
b"Ä<\t ?˜\x12 Ib›S{l‘é©\x0E "
b"Å\r ¼ZÞ\x04 F\f °äÃSÔOä= "
b"ÅWŠ¥?‰KQ¼<9¬çThÑ "
b"Å®*?ëDJ|·\x08 G±V\x1A ^\x1A "
b"ÆÔàV\t iHWˆ$ùGçeèa "
b"Ç\x1D »p—›Lë“h¯\x12 -ݸ¬ "
b"Ǥ\x02 É\x1F GFPŠGe¶\x05 ³Û@ "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"ʤ’ßl«H\x15 \x11 $£Â¡›š "
b"Ë,¶OÛ»IyÃûÀè„.Ä "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"Ð1ÁãåéLÁ‡êó¯ÒÛæ% "
b"Ñþò<ÈŸAܼȟtX/ôË "
b"Ò,;ŽJÅC³ \x1C ÃÞ.ÒeÎ "
b"""
Òž\v \n
\x1C\x11 F¯½öâaÃ04m
"""
b"ÒÛ\x13 À°\M\x12 ½z†¯7Ý<p "
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"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ù\x12 Œ¼\x1C 'BˆŒ)\x1D U’›…¯ "
b"""
Ùt©‚\r ìD<ˆ+\n
\x1C øXüo
"""
b"Ù’R˜yuEò†6\x04 e%íÖu "
b"Ú6?QWÉD\x14 „Ê·UË\x0F §W "
b"Û\e •žÜ\x14 I\x0F °¡ù¯H&‡l "
b"Û,ÓÇ‹èDL„™BÝL|]5 "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"Üf\x13 ¤OqAa‹FÁ)cT4\x0E "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"Ý1”Sæ\x10 Kÿ¯S6•à‚ªÞ "
b"ÝÍFš~~Iw¹½î-›7.± "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"Þ—¡‹j\r Hâ”u°GÃ*\x1D Y "
b"ß\x17 _>é«CδBÿ\x1D ’Á°Ú "
b"ßq\x11 U©?@%ŸW}¥\x10 ¼+• "
b"ß•Xþ ÍE\x17 ’4\x1C î•\x01 Ðà "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"á$Ò.iÎI=¤!%\x1A\x14 ¸Þ "
b"á<†hÓ½@„ެ\x1F ©¨2\x17 ï "
b"""
âkôú+N@á‰Ù\n
\x13 RŸ\x18 °
"""
b"Ô©└$YyO¬Ø¼SƲú\x1E V "
b"ã#kKûþFG©\x1D Ç \x07 £©Œ "
b"ãkõßìsJ¸ cœÏ¿–\x15 ý "
b"Òóe▓þäEwÉ;m\x1E ?Sû╔ "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"ãð×\x1D â†C¥³ûlA\x0E uË) "
b"æ\v 3š—$EO¤S\x1A ]¢oCž "
b"µçÁO\x1A\x1C Jôü¬²│¼úÄÞ "
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"çùR\x1D úˆFç¶%Yމ¯<l "
b"è0(7\x17 ·CT®xß\x7F ¯ËÓÅ "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"ëå®Ç#LF`©Q†¼¹ÛG# "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"í™õƒç>N”»‡hÔ»À¥‰ "
b"ñIC^Q,Ie–ñL›’T\f\x15 "
b"ñ_8UEÔJâ»|ö«öm\x7F ¼ "
b"ò-àpØÀDع\x19 áM\x11\x15\x08 ÷ "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"ò²¥êÆ\x19 OŸ–\x13 l™F\x14 z3 "
b"‗Á=█Â`DàÁyÎÚ\e ìs¡ "
b"¾ºÙðÍ\x03 J8©°ü.©┼yƒ "
b"¾═\x12 ;╬ÜK\x18 ü«m└c/!n "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö6ÿrî=L\x17 ¼\x1F 'L‰…M6 "
b"¸¸\r x\x13 1Kì▓ÿı║MÑ?! "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"ù>-–\x05\x7F E6²ÐUó¤?°„ "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"¹KéÚ█§M─ìÐÝ╔\x01 VÕ█ "
b"""
²\x1A Ø\n
M¬F╝▓Õ»\t LÅn╬
"""
b"þ_PÎ\x07 ¥F[²ùlTö±¨< "
b"\x00\x0E xIGFAŸ“áÅçV‹(© "
b"\x01 5Þ!Ø~BŸµÝ·1Ÿâià "
b"\x02 (ëÝòŽL»‡\x7F |Ø—8²x "
b"\x03 VÉ·zæIt¥\x16 ŠeÒã7@ "
b"\x04 ä*â÷ŠGÜ„°ï†¦‘£] "
b"\x06 >\x14 2"¾C2œ'( IÖ¡Ê "
b"\x07\x18 ¹á\x1A\x7F OµìErÌ©¹È¢ "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\t Dp=;▀O,ÅãÔn]Y³n "
b"\t îÇ€†¯KѰÚ#\x04 §>¯ƒ "
b"""
\n
R•\x1C ¿OKÀ‘xDÒr†Û\x18
"""
b"\v æ\x0E P\x18 [L▒àØLyî#¬÷ "
b"\r Í9ßt¸F\x04 û▒░ÂA\x16 üö "
b"\x0E _µž\f\x19 Bк»²ý\x1C A†ˆ "
b"\x0E zAØÈ¸D)ŠÚ\t ð²Âùs "
b"\x0F W\x10 ^Ä„II¤ÏÂÐ ×þ< "
b"\x13 ²¢ÜVGHJ´ýMi6Lî\x18 "
b"\x14 ø\x7F ú¨rA&º├_Å>ÄeÝ "
b"\x14 £‘;\x02 ùF°‹äñ\x00 Ã~X\x08 "
b"\x14 é“Ä“\x0E Jν-\x07\v U\x10 Ô "
b"\x15 â—³ŽsCi½\r pØ8ÑiB "
b"\x16\x1E ñ1>Þ@\x1D ¶@\v ¼ã4\x14 ß "
b"\x17\x05 HÐ\x1D áDm´ýÞ{µ\x07 Á\x03 "
b"\x17 ëÎOA\f N´¬T\x01 üÿX\x0F Æ "
b"\x19 ö¾║ı¦O#¼¶sñçK´Å "
b"\x19 ®xL\x1C @Ç€¦ô'w‚a\x11 "
b"""
\x1A )\x18 “\x13 ÁL\n
¼óÍ Öqíà
"""
b"\x1A R o"µGc¬Ô¼E\x1A õ$\x0E "
b"\x1A ¦ï<ìeOñ…¹bϹÁ\Ó "
b"\x1A ‗r▒¡0O¥▓ûKü\x14 ,\x0E · "
b"\e ™l3+8IY·q‘õªb¡í "
b"\x1C\x05 º½˜&Cé…?õ³…—vn "
b"\x1F Ô\x19 ÏC┼J6ɲ´▀yßIÆ "
b" ¹XÉN–Oñ£\x1D\x04 ì\x1C ÷n? "
b"!<šùìzN\x17 ®¼(@=.G+ "
b"!Ø└6¼▒K╚ñ0Þ-7\x04 ╩³ "
b"!ã‰P(œGÔ¹méøUÌÀØ "
b"!øôŒ“;GŽš¬¦rÿv\x08 E "
b""\x1A ™£¯æFÉ…¼qµö*wƒ "
b""°ðç"sA‡ƒvXô\r ñJ… "
b"#¼ùk¶COHƒÝý¶gú.È "
b"$3®à\x0F =GÕ·p\x08 ß—@Rÿ "
b"$_„\x07 Â\x19 Oì°Ó(îCG%¼ "
b")2T1é½Jì┤ÈÄï,\x1A ¥k "
b")vï(·\x10 IŸ…«¢OÁj¢Ï "
b"*Ññؤ<B7Üô¬Ö%y[K "
b"+yQI·ÁF»›Q)²Í^¿® "
b",tJ?|ç@JжüÎ\x16 þ’j "
b".LÉÛ™þL³–L\x1C ÆŠ-Á\x1C "
b"/┼\v ÑÝÍE┼½¤Øøóf{Î "
b"/Ã╩Â>ÆAxôÅjadزÿ "
b"0+¦Í÷'Ei‰0'üá\x10 O4 "
b"1[▓þñØG╦ò<uµJÝÿÉ "
b"1ÙYTÙA$·\x15 Üm\x08\x15 ½\t "
b"2aðDÅzInƒÏ\x13 ä·\x1D Ú\x14 "
b"2─Fc\e ║K+ØÁ9,q*ç2 "
b"3y¦üZ\x02 I\x00 öy█ìÓâ«\x10 "
b"5\x04 Þ>qªNY–Ã}zA\x1C Ü— "
b"5íϸ\x12 %Edç3Áëì/÷W "
b"6▓\x01 ÊG7DS¼%ü«┘&㥠"
b"7ˆ?‘\x05 œGŒ‰`\x02\v ë`Ój "
b"8OÌéséLž°”½ƒJíxh "
b"9\x06 à\v\x1F œMô»Þ ÄÞ\x1C ¢E "
b":–Oµù=Kö¸½d\r \x1D ýĹ "
b":Õþô&¤H=ºqÞ„[•3i "
b";Þã\x0F á¤J-¼╗»k┼ÅóÌ "
b"<GƒÚ” @\x17 ŒTYYÙ=¬N "
b"<ÂK\x1C \r KLÞ¼$CþàSÌó "
b"=\x11\f ô·oAaœ¦\x12 tzh\x16 … "
b"=4C)¶vHb¹Ï\x04 E‡¯õj "
b"=ª\x04 íßC\x1C ¼%÷×Éy²¬ "
b"@õÔ>íõB§²”Á45{ü@ "
b"A®}\x1D ›jDлv¦\x12 £\x7F € "
b"BßÇÙÅÁDÝ×\x17\x18 [┘PN\x1D "
b"C[j\x10 _›Ië¡Ö\x14 ÒþzÚ/ "
b"Cnäpç\x18 N: vÆ\x02 |J5< "
b"DM"ö\x11 ÓC…²ÏÀX`\x14 E¢ "
b"DW\x11 Í\x1E\x1C F.ô¦»\x00 ╝ÆØm "
b"DÓ:J³'G~¯#ÀQnÎ<¢ "
b"EnWá%$H€º‡\x0E ~”IåŸ "
b"F\x12 Œr\x1A «HȱEdØÓ5÷ "
b"F’jŸ0\t OV³£€Ù$uÿ) "
b"I*\x04 :`)GÄæD;Ô├É\x16\x17 "
b"I³˜°âZF¶€Šš%QI\x05 e "
b"J2\x15 ºN›F܇£CÑ8rB’ "
b"""
Jk\x17 »\n
™O\x04 ³VXñ|¦€‹
"""
b"JÂÂèºÆFa¶OTþ#$9– "
b"K¨\x00\e z¹DAɾj,¡{ÿ* "
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"UìPçW├Eìáù¡Ê¸■UØ "
b"V2àÂ\x11 1Kɱ•± G0Ž4 "
b"X:6Ü·cG€‹>:`є֎ "
b"Y\x1C /\x15 é4ATœÊÂî’ó3} "
b"Y}i0HëOßûÅt \v #\x1A\x1C "
b"Z\v —(*‘B\x19 »M`g·¢é\x00 "
b"Z\x16\x1C n§²D\x1E µB3T'ä-œ "
b"Z¨yñX–BiŽd“²¨‹–N "
b"Z²î6µÄJÄ›\x10 áT¬•`¿ "
b"Z¹Q\x19 ó\x01 D¿‹ÈÒÄØ©\r å "
b"]Í6\x1E æÇCh‹-åc–ô±+ "
b"^q¶À\x02 ÄKÉ╝?8r·vÕ# "
b"^ëM\x0E\x00 ¢A\f „3J}«G\x7F ¦ "
b"_ŽQYˆÈA舴TÌKóVâ "
b"`9Í€ulJ ›-ƒ‹zÍ\x19 0 "
b"""
bœˆÇ@\x08 Nø«Œ\n
«d[”$
"""
b"cÌÅ╬0Ð@Óü¢lZ`²ÙQ "
b"d\x19 ¾^ÄOåŽÒ‚~ä\x0E Å\x01 "
b"d% ²ÛCCõ“°×‡bz…n "
b"e|š¶JIOàše\x00\x16 ï\x0F\e Ì "
b"eÎÌ!¸5FܻҞÜ\x13\x17 •0 "
b"gØþWíNE6ÄJÈ1Ü┘Oä "
b"gî¦w1¯Gé±*ÿk"1hE "
b"luŸ/EAKO€\x05 ;ˆ[Éæ¦ "
b"l└Ïq+VIü©dE¢╦¯` "
b"m&\r pEÃHʾ\x04 Ëms¦\x01 h "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"mû¾8UÃBÎ ªc\x1F ²úY\x1C "
b"""
nO‚Þ·.Bg¡;\x01 +u\n
´\x03
"""
b"o@ÇáíþEî³\t\x01 g',\x06 ` "
b"oj\f\x17\x0E ÒA—€\x03\x0F Äg ,ß "
b"osž®‘fJO¡ðL\e QÁHm "
b"r…<–qíI!£\x17 ¾À\x14 HÏ "
b"""
sB5DÎ@I\n
¦àâE›|·É
"""
b"s‚zÂaTIf¸þöЙ\x12 úé "
b"""
t9HRÜ\n
A' §ÝÔQG63
"""
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"w)rÝ*ÝDK…u\x10 b’BOë "
b"w¸hš¯8D¸¶¶Hq=w&à "
b"x†¾\x17 nŸNž´L7Ò/ñ\x10 © "
b"yË#¯Ø\C„˜›ûÿ¼IµÞ "
b"z \x1A y&RAÛó\x03 ┐¦▀_ÆÅ "
b"{Xo‡\t $Oñ«\x13 z\v ÕžDb "
b"~©½zcWCåµ>:\x15 *ï»— "
b"\x7F K\x15 LXÀ@“˜ÓÂ9˜gêC "
b"\x7F ¸'¯>\x08 L\x15 º\x00 4„t\x14\x04\x16 "
b"éÜæ╬»ÎM´░cûs¿RØõ "
b"„Jà]¤ŸAç¨é©©µSòÿ "
b"†I\x00 «~ÊA\x1C ’£(V[<\x01 é "
b"‡M-\x16 ‚CJ·Š2b\f °ó‡\x06 "
b"‡{·˜ÒìFŸŸûFIBBáZ "
b"‡ÿ\x08\x06\x06 ¯I“„4 jd7_° "
b"ˆXêˆ \x07 Lk½Ì)Ïv\x1C =ë "
b"êì1×n{IØÜ l¦Ûõ\t . "
b"""
ë\x0E fJy\f K\n
Ø\x14\f ][äæT
"""
b"‰©›\x10 ”\x00 JN³c]‡e\x11 ™X "
b"ïZÃ9\x0E 7Buïì╠=kE5? "
b"Ž\x1A šûƒ2Fž†Üz´ødÈx "
b"‘Ú”1#ïHv®AFè\x07 ¸‰Ü "
b"ôìµ\x1F à#E\x1C ®åZı\x19 T╣\x13 "
b"""
û\x10\x17 c\n
\x1E L¸¬Í=5ÅÛ"\x1D
"""
b"–\x1C ‹\x02 FFI©}F֯׏Р"
b"ù'┐"+\x03 E"£vc║ý»üÒ "
b"—6Áå¶%DQœE]x@ö¹Œ "
b"ùÅðÇ■¶B┬ü«¯æÔù▒â "
b"—àä’\r ˜A‘¯PÇtÒ_ïÏ "
b"›QI„w¥B9¿W¨ûzšÀ® "
b"Øt§^GÉ@¨â«; @ƒ¾░ "
b"žE³’-I’½4\x03 …¶ÂeÝ "
b"ž£Ü÷u\x00 O!ñzø\x1A , "
b"ózÉÉR\Fv┐¯|?(:&o "
b"¢ÞÊ=cÈ@R‘3\x00 »ðrÖ\x13 "
b"£|ñiWÝAe–\x18 &³-¤á± "
b"¤s¶ŸéÀ@t‘¿®kXÛä“ "
b"¥¨øõF˜G6¥²9÷œº][ "
b"¥õŸ%ñ¶J´â¨˜í‚\x1D ` "
b"ªaR5î¸Dè²í?\x00 æô‰\x07 "
b"¬▒Ð#é╝M¯ìx5õ\x17 ╩;¤ "
b"¬Ë\x13\x0E §½@Óì╦8ÐG#h« "
b"¬gò±±è@`½&;.¤øžQ "
b"\t îoü¬K˜““ñ¬±Kx\x06 "
b"¡-á½\x10 oFÅ¥ª\x10 X\x11\x0F ~2 "
b"»¾O\x1C ÷ìCýÂ\f [ȧJç@ "
b"²ë\x7F {S\x06 J\x18 ˆÆkpCÃ\x01 "
b"´7öln\t N¤°\x1E ¿*‰Ä\x10 … "
b"´xJs\x08 ¬Cc‹\x01\x06 ½\t J†á "
b"ÀeòÈ┘õO>ñ\x15 ┴áüçßN "
b"·Ë\x05 ·?»I2±Â4ŠM\x14 ÔE "
b"¸öóNÿÀG;šçd=ÈœƒT "
b"╣5½Þ{ÚGz▓·ÅEp<:! "
b"¹Ô˜Œ9ÐJ¼¸d ~;-r¸ "
b"║\x1C ‗¯JèH\x17 Ö;n|=ÊìÊ "
b"¼²ß~\x12 aL>µÕ{Òµ\x11 É5 "
b"¢3R╬ç/L╬Ø\x07 ■±\U"¥ "
b"½§4e‡rE\e ¨&)Ö¨\x06\x1C ì "
b"Á+q=°%G\x18 ‹èU±mD®' "
b"Áš4€ñ°Eb‹ßT`q\x08 Òq "
b"ÄPÂòû©Eå¢L†á®(\x17 # "
b"Ä]än¾\x07 AÓ‰¨´Â\x1F &¦ˆ "
b"Ä·³¨2<EÍ€‡\x13 )ŽÊ«\x07 "
b"ÅLÒGÈÖHN‹Úž›x\x13\x12 · "
b"Åî3ªO\x04 GÚ¥Ò\x00 ï\x0E _.ï "
b"""
ÆÂ<»\!Ob°Â\x14 jk\n
¥`
"""
b"È&0†BÍBî¾±µÂ6jMù "
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"╔ÑÚÐcGƒìÓ4ÝÃe,ï "
b"Ê\x10 BRxŸMã¾J¨SnÇ)\x12 "
b"ÊN€]w<A»¬¯ 5\x7F RŠÆ "
b"ÌL(ìHY@ü¿\x14 y…£Äšž "
b"ÌN\x19 7åD.»¸±ÅžT\x0F Z "
b"οßûà\x1E LÝ£Žv\x13 8zù\x11 "
b"ÏQå-ð\x05 E^¼H¹\x04 °½‚š "
b"ϸÀŒ\x08 =Dÿ»`:\e ,k÷º "
b"Ð/9Ê=1F„¶0‰p™ÛŒ© "
b"Ð=¦³þË@ã…õd³Y9Ë\x03 "
b"Ðw¤·înF\x17 €}\x01 ¦½àV¥ "
b"Ñ›‘Ò=L]‘.›ÿG“+> "
b"ı¨sYÙÓBÀçG\x12\t\x1F àÉ\x1C "
b"ͼ^À│╗C<ì1ª:¬×p\x07 "
b"×aCRá*IÏë\x1E t;;\x04 $ "
b"ÙJ÷åUòMÈŽ$´\x0E 3Ay¶ "
b"Ú¥\x11 —¿SKG‰\x06 Žíܼf– "
b"ÛcJk\x08 †Gû—[\x1F m\x03 ¦ðà "
b"Û‘ÖR8¥Gº“ù]©½ª\x19 S "
b"▄6-^ÀLGiÉÐ═8ð╚\x12\x17 "
b"▄;É«\x0E "H#û/[år88ê "
b"▄Y¸8│øLèüÁO\x17 S█½▒ "
b"Þ]눧|Bʼn\L\x1C ¿Ì(É "
b"Þ“Ò2»#F=€AŽ\Îð_ƒ "
b"á—ƒŒŽËGÊ¿,\x12 ¶j\x18 ·Í "
b"âQï\x03 büKД¿†ÁASGÌ "
b"ä[ĺ;ÚAy¥¯éß©1ÀÑ "
b"""
åÍ('\n
êJw•Å;t09c¢
"""
b"æçüt‹\x19 E“—kí²‘\x17 ‘ž "
b"þ¯ã!g▀Oå┐ñäØÑ u "
b"ÞÆ~SãÿL\x04 Ü>OLØÍ\e s "
b"èÀ,!'KGt“O9¦õîÆ1 "
b"èñ¯"#«C¶·:}ãŒGAù "
b"ë—P+Ã×Lc›K’'ý\x02 e[ "
b"ÙÛÒÝÆ<CÅæa"╔ÇÉ 8 "
b"ì\x7F ì,\x7F 5G£ŠNc$\x04 „sB "
b"í:Í\x02 –\t G³´tùh0_…l "
b"¯ý%b▀¸O\x0E âıÀh÷ÞØ┴ "
b"´ÛB▒7dMnÄ\x11 ت{w*Q "
b"ð™J§~FF\x03 ’¥;\x11\x02 2qå "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"ñqvºø\x7F O⊰@'Úk0% "
b"ñÆ£>\x00 OJ\x03 ¨¿\x02 \r Ýêq: "
b"‗{R┴ú╣A┼Öþë¥}"=Ø "
b"ò‡\x05 DÇ?EŒ™›K5ïk\x02 ¿ "
b"ó\x0F Òt\x15 C`ƒyÚ÷|×Az "
b"óºó÷c5DÀ»Å>*ù¦K@ "
b"ô|\x11 ú?N@%„ÆÙ†‘ئ\r "
b"ö/1§v,MÄ´58\x06 [@‰Î "
b"÷º?\r nRAï‘\f 6\x03 è½¢x "
b"ø‰Î–ê~O5‰Òô¯m‚&\x1F "
b"øç*æ¤ÝD&”‹\x16 ³\x14 ©\x14\x06 "
b"·¶¨¬Å}GoêVN┴\·²\x05 "
b"ü!+\e ‘þN瀣Ž|h[®• "
b"ü$J\x0F ¼K@ú¬WÁÐ\x1F ¾'Ð "
b"ý¸¢gFçNh \t ÜŸcMeØ "
b"""
þ\n
\x10 €yNO\x14 ¸ŽÝqTîp\x0E
"""
b"þe²¨+ƒDÐÀÐÏ\x07\x16 ³ï "
b"þÁÅÿ\x12 d@€–÷gùN,µ "
b"ÿ Õyþ©JrºXdÁ³\x10 &\x18 "
b"ÿo47ЧL\x03 \x06 Ý\f ±DH• "
b"ÿã¢4ó\x1A L#ª €~ƒ±*9 "
b"\x00 z\x1F ¡R¯L\x13 …'gü÷J$/ "
b"\x00 ¦áèÌWLo²ðÀ¢\x1F Ÿ_‰ "
b"\x01\x02 -yØëA¬ õ˜I‘#ö½ "
b"\x01 ô»Qî\x06 B²¶p’\x08 äª[- "
b"\x02 ÉçÐ\x00 ╩MȺ\v ┼\x0E í‗_p "
b"\x03 Ðm$;¯Iıb›cpÁ\x19 ø "
b"\x06 “ æ“ÖK½”†¼º°ú\x11 ] "
b"\x07 Â¥\t ÕÍNbŽ\x04 ®l\x16 +kV "
b"\x08 ½®U\x10 MMX‹Ì2F|Žp\r "
b"""
\n
Qžw\x03 á@ľ§„¬\x17 £ø>
"""
b"""
\n
Ç0Þ«æOΰ\x1C Jëdj^=
"""
b"\x0F\x17 Õ†³ÏI=³Q…8\e ¾ÎØ "
b"\x11\x06 |ðÉÉJ\r ©(»ÿøÑÐ\x1F "
b"\x11 +éÎÌI\x0E µÅSâ6cI\x1A "
b"\x11 ÛIJE•J4³ ‹ùƒ×\x10 q "
b"\x13 ó[ƒv4B÷‚Ø\x02 áÎÈ´Æ "
b"\x15 Äïc/2B'£ß0œÕ–%\x19 "
b"\x16 ç[|åíB+¾+@çФ\x02\x1A "
b"\x17 ;i«0\x19 H¥ÑÅ·R\x18 Ù²\x1A "
b"\x18 M╬O¿┼MBÆñÉSB¡ø\x1F "
b"""
\x1A\x10 \¹\n
\x13 FR—F?¦¼=ÿØ
"""
b"\x1D Åı[õGASî─äd\x01 lö▀ "
b"\x1D ¾Ø¨ırB╗▒RÄmõ 7i "
b"\x1E 1q8\x1C îC\e ¥”@"|-IË "
b"\x1E ˆz§‚dC†¹0i\x0F Ä{²& "
b"\x1E ├ó"╗ýI»É$®▀>■hÌ "
b"\x1E ûð:\x19 ´@Y¨ÕVR‘ÈQ^ "
b"\x1F ─WÂ\t »K╝Ép¥Ö¬Tù/ "
b""\x03 珵K¸ç╗╔ýþ\┘¶ "
b""Œæ[öÅGò¼ˆ \\x1E ³Ž "
b""Ìß╝x▓OyØl┬eò¬\x19 ! "
b"#çÉy\x7F ¼J‗╗\x1A ÝwT\v ╚Ç "
b"%€ëkoHIv¬\x1A\x01\x13 €÷ï\x12 "
b"% C8sSGg‹\v B?éþp„ "
b"'JP0¾»B2š\x14 üª(9¢ "
b"'ˆä÷2ÖN‡“Ý\r Êo³®> "
b"'┐ÉUè@Ûíñß]Éï±ô "
b"(\x13 EwÎßE╦üe╬ÐϾ\r ^ "
b")0O$HÞM\x12 €ÝF#ýôPT "
b"""
)Z\x06 ™µtKv•CüÖ\n
Pcw
"""
b"-C¯┬åmF\x19 ô╬╩ı³ä¿É "
b"-¶Ó—š”DÄ¡‹,(›\t –v "
b"-ØS-…µE•©2€¢R†Óò "
b"/lR/Ð:LN«oyi4ú¦M "
b"0%ÇC\r òCÿ±\x13 ¹‚A¼í‚ "
b"0»¸>B\f GÜŽV|áÎÓ\x1F » "
b"2\x13 ì|m\x19 @\x0F ùÚ┘W┌ή` "
b"38Å\x7F @°D▒╣IÆ<0ç\x1C Y "
b"7ØAº\x13 œI䈪#¸òëÔi "
b":\x10 Rû¯çK\x1D ŠJvLo\x03 b "
b":ÿ—™¼@Aôƒƒ1q‰Ø\x17 "
b"@\x11 “RW£Bž°Ž²\f\x0E jÔ\x1A "
b"@\x1E –ÁU…GI„gðɯժ¶ "
b"@i\v I#’EæŠ\e Yeª_ÆT "
b"C:C‰eºCT€\e Œyº€Sl "
b"C‚vg¶YJn¯ºõk\x06\x06 ®) "
b"CÙÌLò…@¿¨Õö\e kF6X "
b"Djó'\t GCo´ž¨\x1C %+¾\x14 "
b"ETü\x06 -╬@ýü,lsÞ×ı┼ "
b"EÁ\x7F AÍ'Ap© ã\t N$§½ "
b"FLò0íqDŒ¾e/\0ô\x13 "
b"G\x11\x1E ‘]JM¥¿t\x00 ÁÎò·è "
b"G\x16 šxÒ\x1C G+µYÈâIs™Æ "
b"GÇz"Ø+J´í¸ ¶¢HÈÌ "
b"H█n╔néKúÖI\v dhØå■ "
b"I-U_*▒Læé═¥ØÅÖíì "
b"JŠ}䜳Aƒ’¼ g§i\x06 ¬ "
b"K\x18 ÷BãaNT«ÉÞ&€]õè "
b"M°:\x00\x1E ZEüšÉ·Rsš\š "
b"M³ÿ–ê\x18 H·ƒÇÓ\x05\x11 µFx "
b"Oø:³(óO‚´üŒî9\x07 ŸÎ "
b"""
SÏ\jVZJ\x04 ±&©›\n
{˜o
"""
b"Tz»j^\v NͯòÏJ\x08 x–/ "
b"T¼¶d^ÍO`—\x02 ¼\t çžÍø "
b"U\x17 ܵ àD}‹qâP(›ÛÏ "
b"""
V\n
¯\x01\x08 ¶B×Çv\x15\x1F Å·╦A
"""
b"V³ºà¯ÐC‡ \x08\x18 ³8ý\x10 Ô "
b"X\x00 Ø<ycA\x1A ╗%w6æ\x15 ß' "
b"X\x0E )$ÂòG═è░ÉÁ┘\x18 7p "
b"XäTNvqM×ù)˜l=$+ "
b"Y#ÅO2┐LÑå¼\x16 v\x1E ×à "
b"YÁ¨F‚\t Na¥û¢\x08 \/©_ "
b"Z"«y”^M²¢<ܱ=\x18 ½] "
b"ZÀ©HcwJ\x16 ¥øfÉ¢[§Ð "
b"[LD˜=ÇF\x04 €c’ëü@\x04 ¿ "
b"`>*j•"L@¶\x06 ÙLLö•( "
b"a»@|ã9GX¶r$È5ÿUˆ "
b"c?Æ\x03 (¹Oh¼T^p22\x00 ì "
b"c¾Ÿ{ÐýH¤£¶ç€½–& "
b"d2·>ð\x19 Bßµ²òð\x0E W\x11\x15 "
b"""
k:ì½S\n
KÕ‘WžôãléS
"""
b"""
k¸%0,ïFa‘«\n
ò;É.N
"""
b"lnûìOúDžÁˆmÀ§Ì> "
b"mýÑÆ_2DH‰¥\x17 ,Mrœ! "
b"nÂ^\x18 'éCZ†I:¡\x0F gÀÔ "
b"nß«P;éI;½(µiÁj.% "
b"p\x1C\x04 ¸L[KTü0ùw<L5þ "
b"p8YulA’…´.¼m\x08 à‰ "
b"rbXv¾éK‰±C2~¦ýC "
b"tS4Á9 DnäF\x02 9┐╝êÉ "
b"t¿\x01 \\x7F\x0E NØ»\x1D ·╣Iéòs "
b"tÒy\x15 \r „NÒºƒ–£NA´\x1C "
b"uúas©'LŠ±Ø°\e ’gÕ6 "
b"w┴É9µüOÖ¿\x19\e Ã\x03 ı®¤ "
b"wÄä³çdL\t ‡çð\x1F\x03 ÖC "
b"xre4\x02 FDéØ0┌\x02 }╚Â; "
b"yÌöÞeºOê½\x07 §P†\x06 ›> "
b"z'ö╝ËåLºà¸·ÛütvÐ "
b"zñd¹VlD\x02 ößìı╚^T| "
b"}-Š{~~Fø¢\x1F È'Zs‡‚ "
b"}T³mÆÎK£¡š\x18 Fëmoâ "
b"~\x7F …\x13 9ÛB΢ï+\x16 „º¾Ö "
b"\x7F ì\x17 $oh@†—šOÆò‡v^ "
b"€7E'oŽE. [\x16 ß5%¨î "
b"€kìµ\x0F #G-¨ö\v 5öêòZ "
b"übÙÕ║ïHdâÎè\x08\x18 +\x7F o "
b"ƒAÂ1@‘@Y‹Fm\v ^£#¿ "
b"ƒ\\x12 ¹º[FÚ¤Ã\x0E\x07 Rï‘Ë "
b"ä4".\v ╩K<¥ç┐jìÄݲ "
b"„˜˜ëmÎN2—ÌË\r Ð\x0E Áq "
b"‡œt†ïfK\x13 ›¿Cc«óå "
b"ˆ2àÃ=4Dïž•\x05 Èž> "
b"‰\t Ê66.Oïš-eÓ¥;…O "
b"‰æT;º²DŸ¤Iñ¢$O©ï "
b"‹\x11 m\x16 ìwMTƒ#…ìNd`Ì "
b"‹(Öþ\v -D2ª\x01 ˆ\x10 V…êJ "
b"Œ*Lö*íK\x11 ¹\x01 ªeH¬{5 "
b"ì$\x08 ói.B\x1D Â"VB i0j "
b"ì¨O,%!MSú\x13 v8à]ñÀ "
b"ŽC\x1E\x15 ÃpBÊ•J\f Ê×yÔF "
b"Ž’L²\x0F vC©¿{ïr`¼[Â "
b"ŽÁ]JY\x1A E¯Žû\x13 ‘[SªŠ "
b"ÅÔ*V«╝N├Ö\x10 ═┤\f $\x0E ╔ "
b"ÉUo╝®\t Oòù¹^8\v òüU "
b"‘ÆÑÜJ\x17 K¯¿òÓüÄ\f qî "
b"”³&–I)F–ª›²\x03 ;…ý) "
b"”ühUä„FW„¢¨]6\e ©Œ "
b"˜;Ç\x7F\x1A\x1C KwŸ@\x1F ŸSyí• "
b"ÿúÃ^IDBèÜ{╠Þ&íü "
b"˜Ý\x15 ¨€‘A…ƒ\f êÌô™ƒ\f "
b"šö©\x0F ƒ9F\x03 ™Zù±™\t\x13 ö "
b"øO\x16 "=ÏMMÉÉFø`Qmè "
b"œ\x12 ¬¦\x04 ICr¬Ú\t ÕG\x06 ê "
b"£üZôµ¡B ╣0>Hô╦1\n "
b"œ¹À×XÑCG»„úì}.Œm "
b"Øö3Q2fK¯ÁnÙ-¯LSR "
b"£»zcâœF[·ö…N3ê¸] "
b"ñ\e Ú╝║L¨áÅ&PJ \n "
b"¤¥àH–EBý Òê,åpÔ\x08 "
b"ÑH²ÞÌnA\x00 ╝üÊÚ}õÚä "
b"¥•ÐAÕóH\x08 ‚¶WÙy\r J\v "
b"§Tk:mLBQˆùÉܦ›´B "
b"®ÏØ\x15 !3D\x03 ®zë}╦4ìƒ "
b"ª]ÞjK…L£ª‹Œf\x1C U\x03 Ÿ "
b"«•3.\v zI\x03 ÑR…Å8\x14 3 "
b"«˜·~ŽãJ±š ²xÒ\x1F F¡ "
b"""
¬H\x02 L1£Gg´\n
‡^šŠæ%
"""
b"¡Øi\x0F Å%E}ñ\x1E ñı[â\x04 : "
b"«Á<╗■¾J,É\x1F ARy/Y+ "
b"»Mt\x1E ┤ÕHu║DÅ2ª/Rû "
b"°\x19 º>´Mï’@\t ñ\x05 ß\r š "
b"²V\x05 [\x17 \r O‰–€¡\x02 A8 "
b"Á\x05 Äg$$O9½lý¯òÅð\ "
b"µ\x06 †\x07\x11 >K4µç\v $Ë=¨\x02 "
b"¶\x18 ¢ÑJvHz½fUtŸ\t üq "
b"""
À*Øá<@Dã╣écÖ~\n
\r ø
"""
b"¹9ºl\x16 áKp£\x12 @ØdÇi) "
b"ºX5vªÖI(‡¾{QwêM\n "
b"¼¨V5o\Kɨ\x04 ÈL©\r 8` "
b"½Q2\x08 Ô\e NgŽ\v ÌÀ¿=¯ª "
b"½|{¹ÏåOã’\x06 g\x02 ¦±†\x04 "
b"Àí<€ÿáMÌ›]°ˆ7\x14 gX "
b"┴óµ░ɤN\t ÖA8E3┐ò® "
b"Ã\x1A ‰zXgJN¦hèüÝF¿ "
b"ÃW“ôøLï‡\x11 êD©ª“\x01 "
b"Ã8âØªïE║àß´|£\r E\x17 "
b"╔£ü┐═├Ft▓╣Tï\x15 ñ║Ó "
b"╔Ð\f áÕóN{üv\f\x1F ¿ÿµ\x1E "
b"Ì>\x1C "É\x07 F’€ÜúñaÞÌ´ "
b"ÌBbq±\r L¢¦\x04 (ÈÜ™\x10\x16 "
b"̵ìûûAN†°¹XÐ\x03 Ïóà "
b"Ϊó;Ù˜Ot²\x17 jd\x04 éæø "
b"ÏiMv\r \x06 Bâ˜\x02 û+a\x0E «¾ "
b"Ñž]²C1Mפ€!¤Þóö\x02 "
b"ÊØ\x1A Íô\x08 J»Áu^tÄ\x04 ´¥ "
b"Ô<µ1\x14 C@г\f >ƒ™ã¥\v "
b"È@ıgÖðC║ÀÉ6Äò´ÃG "
b"ÕÌ2\x10 l\x07 L÷ˆÉ϶…\x07\x1F — "
b"Ö+Žùn†O\x10 œ\x11 úR!‚ÇÎ "
b"ÍØ╝ýÔëA+ܹⲿ{<\x13 "
b"×\x07 ŒRLRN)‚ß0x‹I\x03 F "
b"ÎEÑã\x02 ¶L+½+┬ì\x1D ¢#Ô "
b"""
ڝ\n
3èÅM<ÄÀY\x14 ¬ÀK¢
"""
b"Ý)J¹äYO±Ž|\,7±(õ "
b"Þq†b\x0E —Cz‡'¥\x1C ìÍ\x1F "
b"à+aæöÈD}€HBc{\x10 }\r "
b"á\r 1¯\x04 BBŽ‹èv•é\f\x12 * "
b"á?õ–\x19 ŠHr‰¶©Ü$\x06 ã" "
b"õ\x0F »$┼-Løó╚q6ì#╬ "
b"äR•jz>N5¾ˆ6Uæóæ¿ "
b"õìx[,2Fºûâ&;\t ö░¥ "
b"å\x1E ÎŽ1\x17 Lκ}èìÓ\x19 Þi "
b"åˆÚ\x1E\x1A †Fž•±³Y‡¼Ü9 "
b"µí\f Àv├E5ø╔░ì£$¦« "
b"ç\x0E §ôriF5šVÇæÙ×un "
b"ç·Q£š5C®°C¹bè¤3Ä "
b"ÚEÅâH└E\x06 öË┼-\t µA5 "
b"éI™â\x1F }Fp†!¸NNAi\x07 "
b"ë¾kåâÒDý£×àáaê›Ñ "
b"ì_=‘M…Hy]éŸíÒš› "
b"íΉâ]=EÖ–47´Z\x01 43 "
b"î\TØùêGˆHBÅEœ\x02 « "
b"ïš\x10 gš>Nd‹í¹õJ’÷ "
b"ð\x17 Å\AÌLIµŸÃ\x03 ×HDé "
b"±Äó┘╠ìOz╗\x1F ®ùy┐°o "
b"‗W═┴\x1F ÆIÂü\x12 ËÄ\x12 0B│ "
b"ó\x7F ˜A\x18 _Kc®èebþEî "
b"óçoï†,Kj°€{6æ–Á "
b"§\x06 î ×╗Fðئ\x12 .WÚ?¯ "
b"§Àç}┼`I┤áÅ\x1E ²\x06 ±uX "
b"÷þ\e Ù¾┌D\x18 Àص┤╝ë■╝ "
b"÷ÈS°±öNì´’¶\x17 ÷ÄMJ "
b"¨ry\x08 «@KOå¿lü! A¶ "
b"üœÈU7½E^¡o¬\x01 0è—Þ "
b"³ªí¦\v !@üèBð"¯‗\x18 d "
b"þ³ôbN3KÚ¬"\x03 D\t R\x08 ž "
b"þÙ°qêF‚‰/i\x03 ò\x12 uÖ "
b"ÿ\t ,ÇŽ*Cú°®7UaP\f Ô "
b"ÿF¬á®®OužÍŠNA]—¸ "
b"""
ÿÿܹp!Dz‰JX\x08 rò\n
ä
"""
b"\x00\x0E õƒ\e :C\f ‚?ÛšMš‚¤ "
b"\x00 ü¼7öıJÔâ_i█Ç╔ ▒ "
b"\x01 ▀\x04 7ı─E±Ñá{ÛìÙ▒â "
b"\x02 qµ\x10 LhE▄Å▄ü<┌\x13 ½Ô "
b"""
\x03\x1D ñøF\n
JT¡¦Š†Ù\x12\x07 N
"""
b"\x04 íxÒ»ÎO#¤\x1C\x13 [Ù‚\f á "
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\x00 .ö;ÊK\x15 §W*Ó\x0F\x04 1ƒ "
b"\v §~\x1E q\x0F E#¡\x01 ðî¿zHâ "
b"\v É\x17 µíÍH\t §C¸/Ô™öB "
b"\f YÝ©ÆÊK"…FĨHè±/ "
b"\f ┌ÎpÉKDÛá¾─gõJnõ "
b"\r \x16 ”\D¦DB¦\x1D yr\x16 1Åb "
b"\r A¦ËCRMŸ¥]\x17 ýq\x16 ”\x1D "
b"\x0F 6fO\x01 «BÀ´3‡9µ\x1F ò\x05 "
b"\x0F ½:åòhHY´“+æ,§1‘ "
b"\x10 öihMÛI¨ëü4▀#ÍyK "
b"\x13 “ö<gÁO\x13 ¸§\v –\f Jåk "
b"\x13 ╠'´\x18 ■K}åKAü░Çß╣ "
b"\x14 ô®àÉÞK\e ǃ\x1A QDSâ "
b"\x15 ³¹¯FJH¹¬‘¶:Ÿ\x02 Jª "
b"\x15 öÍ£|^OÞ°\x18\x00 ó?“\x1F È "
b"\x17 Cž*GDOi™\x15 ÍšÆÖyã "
b"\x19\f É}╠L▄©*\x17 Æð¹eu "
b"\x1A Ðìö¥wF¾ìh\x1D ─\x04\x7F [Ê "
b"\x1D LT\x19 sàL&³ã%e™P"Ï "
b"\x1E Ô*äf¢L\x0F †Ö®’Z\x1D õL "
b""öíS×ÉC\x11 ¨ºÝiµµ-~ "
b"#H˜´ KGdzt¹Ì!¯ "
b"$7«u‡\x19 In¶§Û\f „Òá\x0E "
b"&À}¢Ï)@µ“Ö"˜Á®Ãx "
b"'„á\x01 s\x03 M᜿Šä\x1D F\x04 j "
b"(oé]õ\x1A K\x07 †‰ý›ß@rY "
b"(’ñÜn–C[‚’òmÑ|\x05 ë "
b")\e «¯Ð3N¯ž[*K)§ey "
b")R\x1A [}4A¥³›9v‰Éÿk "
b")ð\x1E åFvB£·\x10 Àz\v ×\f ¸ "
b"+\x06 Žï\f ‹Lvšs0\x13 ¡e˜ë "
b"+¯7®YFM<³™q¥Tô\x0F a "
b"1î™¼ÂØJv¡u\x0F ‹\x1E }+ "
b"35\v ž¾<J`¾\r \x1A y(\x03 l\x18 "
b"3ÕŒÕ$\x08 E‘‰ÂP9ŸïÛï "
b"49Ç'\e\v K‡¹‘Žä…×8V "
b"8«f´khBï¨ooæâ\x19 ·P "
b"9Æq\x07 ╝\x03 E ┐|ÉRP>▀U "
b"<2Énè\x00 NL€„ŒA<PH© "
b"=rɱâ\x06 MUî┌"ı\x1D ysà "
b">\x00 †áÕK\x1A ¥Ò\n cÐJ!û "
b">\x15 ┬°yÅIBÖ$U0a\x03 ;Ò "
b">…•%¢IV¥1V”‡dPb "
b">«i\x12 ®KDy¦Çç\x18 æ«(J "
b">û«X+áCí±\x1F ¸¬˜É—p "
b"?~û6€!J\x10 ®\x03\x1A !›c–Œ "
b"?ØÃh\x1C kJ■ü█;Ñ¡eéÔ "
b"@\v e\t éŽDà—²‡“ƒ'&ó "
b"@:2ÐGýNH¹6'¼b¿R7 "
b"@ÃÈf\x04 +KÉ”ª\€Ã\x7F $î "
b"""
A\n
v[²&Má¨3ws©]\x02 3
"""
b"A±ø/ADHkˆ•±È?q\x07\x00 "
b"D®|\v\t @&šó¾\x17 C¶´‘ "
b"EœÓ¨¡bIޕΉÞáÖ\r k "
b"GúÍ`³‘LPº\x02 APŒþùõ "
b"H~£╦¦╬D±Åî╚\x7F ╝ø┼N "
b"I!(mB×Dh‚A–Ö*õ\x18 ü "
b"J&.gèWIï®ô,†¾˜o! "
b"K\x14 OðØıI\x16 ƒ`Û«{ÂøÙ "
b"K\È7MVOu¹›\x19 ½¢Â¥Æ "
b"O9W┌\x0E âM\x17 ÉL\x04 3¾ÀÙ╦ "
b"Rê§™˜ŽM÷žR‹#\x1C 5óe "
b"Sš\v _ò\Dѵˆfaéc\x01\x0E "
b"VÀ_x¢ÚDЧÀC\f „r\x15 ¾ "
b"XÆÃFL¶AÄ╗\x07 H¦Ò(Å¥ "
b"Y\x0F âè¿!Bz´‡@{픑 "
b"Yë×Õ}ìF°´åèàV¼è‘ "
b"ZD^ \t ÖJqœeìë\x16 >q "
b"\}\x19 5╬4DŪ║3´7▄Èý "
b"]¡KИ€E\x19 “lJY³\x15 K} "
b"`½ÁXbÒL¥”32ËIk±× "
b"`øï¸R(H‡˜AH¾¸à\x08 Æ "
b"chD=³\x01 @ŸȱDG"Ñ# "
b"cÅ;ã…ÝCÖ¯ÔˆÛä1°@ "
b"fÅJƒs█N»╗\x08 ÇÃå!À═ "
b"fÒ˜¬è>M¼ŠŽ\x1E @·õ° "
b"g/,fù$Dø¸S…@(Äl "
b"g╦*eeçNþ╝m7x╦\x00 ┤ì "
b"h %│~CäÅÉ│Åı▄æ{ "
b"j(DÇ\x04 JK‰©Ú¢ø2\x19 ¤ "
b"kÊÕ>(7LÑ·7^þ&®>þ "
b"kþíøsáM¦Â\x06 ¤╚\x05 Ììù "
b"o\x02 ╣Yƒ¯Cê»WÅ·┬íFò "
b"pÊ#·Ü\x0F IH¨\x04 -Tþ¤U˜ "
b"p╠ÿBÛ"N1Ø\x05 ▓W\x0F 5Uh "
b"qÈ\x1A ø1TA6ºJ\x01 ˆ˜¶j( "
b"r[{%û¤I§Ž,ƒ›«„D\x1E "
b"r`IAs{A\r št^K\x17 ˆ÷Ù "
b"rzG4%DAÞÅ\x15 ¡╬o╚▓â "
b"s\x03 6“¯íG*¤P(N\x01 þ\x1F õ "
b"vÙSŠÙbOγAµ<(`\x13 “ "
b"wåïk@oHó®6\x04 ~<îŒÕ "
b"x‚iG[ùL,£ÐE’\x15 vÙv "
b"y š‹Ú€Jášñ“%wÇ!\x02 "
b"y¦ÄQ!\f LAü¿p)Ùƒ`» "
b"""
z8µüÞ@GÕ€7dAìÁ\n
¤
"""
b"z®÷ÊËlAU´LËOª9µ¤ "
b"} Ió┌\x1E Hàô\x15 {▒»YÉ■ "
b"\x7F øùS\x0F ú@(„ââÑ‘aoœ "
b"é\x16\x02 Ü!ÕBÇü½Å"[\e\x1E ▓ "
b"éZÒYßüD9ó¹~=ïA¿Ð "
b"‚¶CeEAB»œWéý\x12 x\x13\x04 "
b"‡µ~ø7sM×ÂT§¦‚O½ "
b"ˆ+áŠÆ¢D&·&On¤Xr© "
b"Š\x0F äÕñ•M†š\e O«\r 1К "
b"èü)O█ÅC\v Ö0ótòz\x19 8 "
b"‹mh¤´ØF\x0F »×ûmžê©\x1F "
b"Œ1úæ})Dލ¬qÀ4?åÚ "
b"ŽìJQ¦¡K\x01 “*\x03 ³~`KF "
b"ÉÄ╩ƒ╔&DHï\x08\x0F ┴I¤╬" "
b"æ▀öÜó}M┬Ø╔tZ¤éðh "
b"’œ¬À[*K_¬«ëFÚaáR "
b"“‡¼ð]\x14 EGŠUI¸Ùg— "
b"”\x0F bà@\x1F B§ž!ë‘°6\x07 U "
b"”ß3\x00 L\x1E FË–t°€%\x1E %{ "
b"˜9µÒĆD2¤¥lšõÙâ" "
b"ÿXL«\f ■NÅÜÜ\x19 $Ô╠så "
b"˜›\x11 ‰É\x19 HØ„2l£ì2‡³ "
b"ÖP╝ö\x06 ¢M~¢q9\x7F é´|ì "
b"Ü║z\x03 å¥KPØÃü■\f\x01 +Æ "
b"£®ü╬R╔D\x13 ┤\x03 l\x1C ╦┤2T "
b"×3æûÖcM┴Ũ\x16 q┴x½f "
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"ÑÉ\x17 Ѫ\x1C KKà}'sP\x13 }) "
b"¥–<زxB4¤…žê\x03 ìDd "
b"""
¦°¨€K¬E\v ¬pòZ\n
äJã
"""
b"ºÅ\x1E ã±╣NÅàÝ&/¯╝\x04 ¬ "
b"©%¿B\x1D MB\x14 §}Ç\x19 ñDíª "
b"¬aNBÉ║C½ò╩¶┌}\x16\x12 ú "
b"«„\x1F å\x08 YMÿ™\x05 ¼ãî+@¯ "
b"¬n-YP\x19 I÷½×®\x13\x15 ò–g "
b"«─àA_ZL¦ì,_┴U¥\x17 ╩ "
b"¯ZÏjsŒGɪËq8b‘=} "
b"°d»ÚÖ0E\x15 °çûz˜½Ð– "
b"²r©QźC¾±X©Ÿ¼}1 "
b"³5Ë\x07 î G«¨N¬ÌVaœõ "
b"´§œÈõ‡M¦²\x02 é˜\x1C L·T "
b"´Ö‡ˆ£îAÕ´˜^7¼Â\x05 G "
b"Á\x11 ┤\x04 «\x06 LÉøE█\f Î╚m╠ "
b"ÀÝÐòÅaL╣Ö╗\x19 ©²E}¾ "
b"¸pÂãGŠLu¼1e®|ýŸ\x12 "
b"©óÓ\x11 ÎÒJAäÁÑÓ*ƒÞÉ "
b"╣\x0F\x17 W'¿H Å\\x17 ÚîFÛ\x01 "
b"ºoC\x05 ´\x11 B´´ñR\x13 H¬Zª "
b"º«Ï\x0E ‘\x7F Fw¥ØÛÔ›´À^ "
b"╗\e j]('JR®|:É-aºò "
b"»:o‚úÇEŸ‰³\x12 |ƒªÃ¯ "
b"¼ô\x07 0$ÖEm…7˜\x18\x0F }eþ "
b"┐}ÉFdGIÂ┐ê═▒dßbO "
b"À\x06 %\e ®œIUµñ]‹OyÕª "
b"┬*\x16 -ô{Eæ╣┐I3Åкü "
b"ãÒ"╣╠ZK\f ÀߨU\x10 #ɽ "
b"Ç\f øÓ2è@b˜DDtn½$™ "
b"Ç\x1E e¹FOEö—'ðÉ(°M! "
b"Èâñ&¶uBñ¿í¶‡&ª†Ý "
b"É‚*þ†iGt’\x04 t@´\x11 ÔÓ "
b"ÉóÝTÞÚDÚºÂ*JÇ KB "
b"╩Í.ïh´CLº¦╗ÑØû░¼ "
b"Í„ûÂcqIŒ¤\x01\x18 ×ç\x1F Í= "
b"Í¿|]ÝTJN‡²Â‚ß°Æ; "
b"ÍÍ™€\x0E B8ŽRE*>ö@` "
b"═¾J,£0I)üRÿþ8u╦o "
b"Î`À1=ŸA\x0F ‘±ˆy\v e\e u "
b"""
Ò.ƒ0\x15 uA „\e ®@œ\n
Åý
"""
b"Ò“v¨NuC²€cVpiO%Ÿ "
b"Ë\x15 ¥üí\x08 D*¡\x19 ÑK\x05 W┌\e "
b"Ô\x11 éMÖœOœ®º\x00 ôìÁº\x03 "
b"ı%\t ×▓éD<Ä\e üç\x1A\x16 ƒ\x15 "
b"Õ*/Ì\x05 ‘@\x14 ¾jܨ–Âãf "
b"┘¡UX>dIÆ¡┴ì\x00 ê¡ÆÃ "
b"Û»Çü–¿G©¥Î˜°7ñÄÊ "
b"Ûö\x01\x11 imGÒšüök€€r\x19 "
b"Ûÿ(PõþDXº}Ø/~?„X "
b"Ü=ºÜÁ\x07 B#«\x18 ó0ü&óº "
b"ÝŸ¡]lxM:°àYf\x12 ×¶B "
b"ÝÓ¯ï7‚F纎IO¥JPÌ "
b"""
ÞEŠ\n
ˆ@D\x16 ·FéôÆÙ‘¬
"""
b"▀dı\x02\x14 wCüêÈ<\x08 +ìéå "
b"▀Ý\t s«Cû®MZ"y¿[ü "
b"à@q9±3L\x10 ˜™¸åýÁCÕ "
b"àWõµ:@KÜ®\x06 {\x06 nAH± "
b"àÂm°\x17 ŸN€¸\x04 IÒìÁm\n "
b"ßYâ£åôB&ØÎf\x13 aãÙ\n "
b"Ôa\x0F YfÜG¿┤■'²ÌôØ "
b"Òvúì▄╩A-®\x1F YÍÊn╝k "
b"ä\x00 ,ÙØ.K\x7F ™v\v\x18 FÓ®H "
b"Õ<Éb¦qB\x16 ƒðéôZ─Oö "
b"µ÷\e Ê%FA¢ñN├i█àìæ "
b"èñ˜åLLJ\t ¼\x06 ¯\x1F !æ˜Ø "
b"é›a²¿ÅD\e ’&¯wH6ݦ "
b"êò•\x03 ~\x10 D‡ª§\x1C ,æg\x1E g "
b"ë\x1E «BXV@’‡\v ³œµÌ\x00 › "
b"ý\x15\x1D m\x00 ºF«É8_á?╠v\x10 "
b"ì:úc&oH‚¾Âa6Î鲉 "
b"ìÌÃà\x1A\t C‡’ÌÞ\x1C Ø™\r & "
b"ìÓ\x17 DÍÿAÝŽ\v °KŒ\x0E Ÿ\x0F "
b"íM¤]~”JŸ°£j\x13 Öu9T "
b"î1¦ÄkkKNžõ*vów°ÿ "
b"î9o„\x15 ûAx \x01 n5\x7F 8VM "
b"îf®Q: Cð”3*":ö\x11 , "
b"ðÏ‚é|\x1E B@²×¡1wö\e 4 "
b"ñ\x13 ‚=†ÞIx€\x18 Á±ŠˆIÓ "
b"ñySÒ„…Nï¬ì³\x18 ;\x03 jQ "
b"¶,▒£üùI{Üjæ¥SK*© "
b"¶D`Ø/NG¸çK╠Ü»îv "
b"õMê›ÀUGE¡ŽL •3ê‰ "
b"§▒\x1D ┤┐ÉNQíÄ║┼Pñ¼b "
b"ø©¢hÍTDlŽÍâŠ\x19 ýVX "
b"¨¨1┐D«E`üò\x01 Ê«ÔCç "
b"ú ¹Æ³^G\x02 †F(Ÿë\x0F ðC "
b"þ %ÙÛ¦Hºš¹'.vr\x03 2 "
b"\x06 „6im\x0E MÒƒ\x1C ”ŒÊ;-\x13 "
b"\x07 œý:ÇÆK1¶[$äü³t§ "
b"\x08 Ùª\x13 "¸NÅü¤Å─ï)ëf "
b"\r o¡¹·ŸD"§T“\x00\x05 Qo\x03 "
b"\x16 ŽÁd¹¤Hë§ùà`jÛgw "
b"\x1A\x02 (ƒœ\x07 L}€V§õ\x03 Ì€° "
b""¬]‡nTK3©B\x07 b\x12\x14 ½\x14 "
b"""
'GðCµ<Aœ¶\x15 \n
’!˜C¼
"""
b"-4'Ëz\x11 Kb±ríÀw†am "
b"-8┘B═Iüø»\x03 ▒å█╩ "
b"4J½OŽš@.šá\r ¼„.´l "
b"5eÁ áÓHiümÍa!¶\x01 ı "
b"7C╠\x1E ▓\e K╚ù\t Äü\x18 ▄\x02 ¢ "
b"@┘zH÷ZHÌ©ÅJo\t\x17 V± "
b"EEkü:ÁN}åÖNåõx9å "
b"E«vÊ[–FüŠw6šÛ/îé "
b"N!ûI\x0E ‰Dš“\v £]¶ßÓâ "
b"PF■6,ù@╩ƒN\x10 .╦Å│' "
b"^\x15\x03 £ıWC╬çü▄º«wc@ "
b"faïo9ÜApÉÃ\x15 }└·k¬ "
b"iÓ³‰›ÑHÕ®æDYü«\x0E à "
b"làÖ\x19 6ðGÓ½â\x08 ¾éEÄL "
b"m5™„\x03 #B”¸\x19 ø¢\x16 Å\x17\x1E "
b"mWèЬ\x10 IVžíÁ°\x10 '<× "
b"r:3ƒ\x13 ÷CK¸@G4'¦«j "
b"ü\x15 9\x0F Z\r EÚ╝L▒hêÀôn "
b"üVå\x1E åwEl¼Ä1q─C¸\x1A "
b"âÈ ^ıîJ¬é▒\x15 mØ1─k "
b"‹>mE_ìDg¨¼ÄÃÐò\x01 % "
b"í|ô9ì¨BFì,╣-ı§\x1C . "
b"¨›g0·a@ø™¨?ßB:Þ^ "
b"¡oSFë-Jkç˳+ìgV\x07 "
b"»p\x19 ÅíiOCó³ùú▓‗\x1F\x01 "
b"░{│3=I╠òE§©ì³░q "
b"µ\x1E anäTA3¾,vúê\x16 R— "
b"¶jž•^:Bhªý0#éo£ "
b"¢æÀÙ0»L÷øömì.@ÎÇ "
b"└ÕU?\x03 UCúùÿO[ìzµ- "
b"Á£R–¤SG”³—kÚ•5)\x03 "
b"╬0-Éú+K\x08 ╗█▒Ð(#╝Þ "
b"Ò{\x0F ©ö\x15 N─ôStzåìËQ "
b"ê¾5—¢wM\x04 …ÞFÑ\x0E oÀÖ "
b"ì\x1E BB]3Ng€q]º9Z@i "
b"\x00\f «.åéM×¼)\x14 ÿæS+ˆ "
b"\x04 ׂ\x01 ùoKMŒ©¨…^±ñÛ "
b"\x05 Ø3O\x15 ‡DO–U2¿HA\v Ê "
b"\x07 r5)À™Fˆ–¾©9¶$\x7F ‹ "
b"\x08 ÔY¼\t NwŠdÌ@–0çj "
b"\x08 bÈ7Òì@‰¯ëXƒ±–Óÿ "
b"\x08 ‹ŸÓ”'O(¶m±‘žÃØÀ "
b"\t ûSŽøF\x13 å"s÷ºµ\x0F j "
b"\r H3À’GG\v ¯\x18 çô9ŠŠL "
b"\x10 'Û/c´AÇ„ÌåÞ÷r^¹ "
b"\x10 L\x16 ÃA³I\x15 ë▄/ÒÅ_k\x01 "
b"\x16 í>\x1D Ì0Bà¥tÏÚqI~s "
b"\x18 Rü█«ÇE┼Ä\x1E øòÌe.╝ "
b"\x1A\x0E ╦║ðªICØÁïØ\x12\t x0 "
b"\x1A ¨,ý\t Á@,‹J2¥ÑXP "
b"\x1E Ú¸4ú\r IÃå¦┬Éä6}0 "
b""üM!H&Lç‘db¶$›°Ð "
b"$\x14 ╚/j:J\x19 üõ&`¸├\x17 Q "
b"'RyÿgóIîèÕ\x06 öPïì~ "
b"'ì▄ÐÙ\x7F EéÇN\àJOeâ "
b")\x1C ízÛ\e Kq½T°^\t\x17 §” "
b")v\x10 OT)G©ÅB\x15 Ñ\x06 ð┼( "
b"*1È»╔Ø@ ©ìÿê░ùî‗ "
b"-\x0E Ð|ÌvH·€=Ò`‡\x01 ‡\x1F "
b".\x19 ð\v þ%OÛ‹x.£u8«\x19 "
b"0`¡\t ´ÁK#üb\x14 W÷´Õ® "
b"1U3Y¾\x11 LÃì░,\t ¿ºe│ "
b"6T\x01\x08 ³eL{›±\x16 Šÿ-_V "
b"6¤\x19 q´>LÜ‹H»]t?̰ "
b"LÌh╠ñ©Foú©\x02 ©╬ÉLí "
b"O6õ\x0E /AL柸\x04 Éñ\v u= "
b"PZX‚®®G5›Ý–BUµ&î "
b"T\x12 \ß▓ÁN\x19 ┐ØY~ÖJJ╬ "
b"U:┤.\░HeÉÙ╩╗\x08 Ú\x10 E "
b"Yµïi@GI\x14 ¼»Ü³B†\x12 ž "
b"YøBùÄ\t I\x1F „mK~ŠïÊ "
b"]ÐëT0RE+«Þ!Bš÷;¼ "
b"d™´\v Ÿ.N Ž‹˜Ruh¯M "
b"k\\r #Ÿ‰JFž\x10 Æñ#kŸ½ "
b"kµ áCœE%§*MtŽƒFæ "
b"o™´Ö\x03 ¸M\‘gf\x19 ™p\x07 ~ "
b"t\x7F ÐI²\x1C B\x7F ”žhjù;܈ "
b"|mÌžmGp°Á\x18 ‚vÌ¥´ "
b"~|\x19 $[\r @*«É~|¾W\x07\x1C "
b"\x7F 9\x03 †0bKĉJó¯æ'a_ "
b"€\x01\x19 »\x0E ÈO†k—oLðÍZ "
b"…‡¨ê_CI,¸/ÀÄã\x13 jŠ "
b"뱿>üSB-Çñ5s=OÐ6 "
b"Šýœ%z•OMžU\v Î×õ G "
b"Œ\x1C áC\\f F=™Jpº4Ìe‚ "
b"îèòGEð@ÎÅa╗M\t\x16 Ã■ "
b"Œ˜™î†ñLÿ¾HjbÕÉfù "
b"ìÉ7O5ÐD>ïÑ\x18 Z¯Èzy "
b"År%q«ÜKâÆ2")\x15 Nß├ "
b"•îJ_«{E÷žKærm‰} "
b"—ü"†êì@P§\x03 ðú8\r R= "
b"˜ýû¦(z@\x15 žuZ†fÀP© "
b"øüU·├▄GÏîÒ}-áF┴ "
b"ƒ|└Ñ\x03 ¡Cè╝K JÉ▓ó\x1E "
b"ŸòZ\t ~â@n·\x1E ¬*\x16 Õš, "
b" 7ðM»òN$ƒ¥)¥žu`F "
b"§\x06 N-)DD÷±x'©dO¹ë "
b"¨¸þ\f\x13\x15 JAŸ\x19 Sç\x01 a\x10 õ "
b"ªÆ}7<ýJ?½±‰\x17 d&F\x05 "
b"°çº9\x1F ÂEÀ¦\x07 ë'®ð\x1E Ï "
b"²Ó\x0E Ã;*Gð·÷'\x13 Ž\x07 * "
b"¹:§Ê\x1F hBu–\x04 eÔ\x05 ÷Ñ× "
b"ºø"^ƒdMO©;u\x1F -\x01 ñ "
b"┐9wı´\x1E L/ÉZ■╔Ckë° "
b"ÁŒ&*>ò@Q€ô8‹\<×_ "
b"Äúm6u™Lí»¯t±¬ÓÒo "
b"É\x19 OÈêßMå†d aéù8 "
b"╦¶Ãè³]KÍØ©~\x0E 6Ï\x17 [ "
b"Ì@}–m\x13 CΚÌÕ\x08\x17 Ö`› "
b"Ó(Ìe¿¾Jʵñ#-ÉuÓ\x0F "
b"ÔN®®éÑH·–x‡µ\x05\x1A Y; "
b"┘d\x04 :▄°J\f îak░Éé\e ║ "
b"Ú.4}ü?EO ¶£\x10 v%›¨ "
b"ÝBéz€ëI\x14 n–óæó\x07 y "
b"""
ã²B\n
8·CY¦‘F©Ž\x12 Xø
"""
b"ã½lÜCUBh¥œèKBþR\x0F "
b"ét§Ï\ðB\x13 ¬é¿…¬ª\x1E [ "
b"Ù³uÖA¾Jòì`W@[Ltþ "
b"잉¼\f xJ.¡Ð\x18 Î\x10 .ž? "
b"íÁUÅsP@\e °³.\x15 õf±\x18 "
b"±┌Ó{¢▓G¹┤\x16 $´\x13 É¿u "
b"òö\x0F µž\x13 DP±#÷ïÏ/£Y "
b"ô}gö ›JI¹“c9´ð\v … "
b"ô±ØÕL£K½´œòVµÖmë "
]
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 (0x00E6D125A8164445AD9E256017DDFE48 , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04578812A6674180972A266B2D1A0CD4 , 0x058B05E927D14A7B936F65195CE62196 , 0x06CE56A02BEB41BD88F5D67C003B2E5D , 0x08308457E5FB461887F8613B02AB3038 , 0x0981AB9AB7064F50AB75CECB0C901D80 , 0x0AF384211C024DB9AD831AD98DB346B4 , 0x0CD50C2E5FD3484CBA56D80087417820 , 0x0E0779FFEBD643B9809F2E002172571C , 0x0E319DE582FE462F8C59EB846B4F47E5 , 0x0E4A6F82F6DB46B6906ADD639C1A9729 , 0x0FB74FA68C7B4A3C88498F340940806F , 0x11D6E6A3E89F41B6B99808D4E69342AC , 0x1299088D90AB495697B988F0696D2A89 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x140861A7A2D54157B709C67C35AAC18D , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x1617A1D8F9694BE394CC206804259601 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x16E671D99324405EA186C55E3F415DF5 , 0x1735B62D3B6746BB8906864A26B9C9A0 , 0x176F32D86CE646A597366E61B58A4820 , 0x18B1BC8FA5DD4D76A13A14223996C00B , 0x1A527E0CDEED4F7E8B881E078DA73A0C , 0x1A53F9C786A24F99BB2D35D7B8FE10A6 , 0x1C45C12A13D5456287AE65431FE803DE , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x1DA738EFCE00432F9339950D114A6AD7 , 0x1DB4CF07340C4FA487C8AD9AC33A9792 , 0x1F6363AB0CC54A0B941AE3D7B332E738 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x20541BDC71744DC294A67B88D38AC77F , 0x20BE7163E0B84E0DBED8568E823A0666 , 0x223CD0F094B84AAAB9B2B31EEBF3F1D3 , 0x22704187C62E4A379E4E6D0604314CFD , 0x2285A0B6F28340F895D2AB5D023343B3 , 0x23977307668E4303A246E85DDF429750 , 0x23AA694D77784F6A871EFB396D2D4AF9 , 0x2431FA1E973743759966820EA7E0225B , 0x24362EBF9C924C2A879468CE0E336513 , 0x2631DA05D313498085ED5989834E2EA7 , 0x26AA1324B82847FF8AB501B0DD350CC2 , 0x26C7E894D39C45678B84D754806B1D0D , 0x29D2340EBF464ECEABD8CC77B2393499 , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2BA1C0EB638241D7950F1CCC52A63F5E , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x2C3E1D570B014A40B0F559894BE6C1A5 , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2E10EC5A82AF4D8D934FF33451ED952C , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x2F76BDF470224624B6DD1FDA7623F6C9 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x315B91331E9F45B98F79DAAFCD914593 , 0x324032E0B1314ED887AEFB40F5FFF287 , 0x33703FCBD9704D8787551F63FC67F6C2 , 0x33C7ABF49BDE497E82975BE5863066FA , 0x33FB6BD50C074963B1C2367DA002E5BD , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x35F6EBCB6AB04848B3D34E38F64A88F4 , 0x36F3987006544B1A9900C948AB42FACB , 0x376AD1D2F81C4272B9D348D619C36EC9 , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x39327093A91443089C98B9EA9F253F11 , 0x39550F067563402092836E06FFF604CA , 0x3A4261BAFE534F618383D43474760651 , 0x3AC47B2AE08947DBB8C42AC5CC90C927 , 0x3B3B1EC985C24603A1B7ABBAFCF533D1 , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3BCF96E6781D46F594881ABC49168405 , 0x3C369FF1C4C54F0B8B9A94DF5B360735 , 0x3C570AF019F048C58300801EFAF15411 , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x3DD58E7C454F4A52AEB8EA6145E31531 , 0x3ED3A6ABB1304DB8B6AFFD2224175D38 , 0x3F69536B990446B2A8160180F27F342C , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x3FB511F9B6CB47179B79C479D2869F18 , 0x43A22A8CD08041F2AE945C8637443776 , 0x456DB8595C59468EAF19E8560916BBDA , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x47358FC8A49144D6809BC0823DD13D11 , 0x4744FE4ADC0D4A87B6FD40972C079F06 , 0x4859C1647BF4466A8E41A06FFDD2136A , 0x49336050A9E645FE820981E516238857 , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x4CCD57CB8E514A5EB8C37CF4938A9439 , 0x4CF27E85ED644713BEA9695FFB82A5DC , 0x4F7FA36F3E284AB792118E11DD9F4B86 , 0x4FCEBD63A49346EEAEF0BFE7A7B0026F , 0x51380AD680D24E75970528ED4EA33582 , 0x5179F73242A240339784A8E450FD26C4 , 0x52BEE845ACE641EAB1A864F813B7E100 , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x547E9CE2F7CC42C2AB57D883372F2EA1 , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x55688327B4D244BB9F3743839EE51610 , 0x55A585D9423F4E3AB5EAB9A94EB75682 , 0x55D5C8C81B0944B4B03071D9203F4436 , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x57A1ABE8457742C6877CBBE2D1963EE5 , 0x581F4A88EFBD4B28922BC9ECB446FD09 , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5960B6EBBF364B2ABC31BB46F31EEEB1 , 0x5999E028E05544D8BFC1CD8B1A938C97 , 0x5A11BF98F92D4AE1B7A5F39394FC9219 , 0x5AD1D85025FF49348445D801204BB1DE , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5BE73B9E98B44A279685880E2D900B46 , 0x5BF76F60A2D54E1C96BF197E97C6867F , 0x5C1A0A01A0F2470BB662DB4767468E36 , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x5CC5A91B0FE3416293EA6D71CFA74015 , 0x5E5221FCC0D04F7E970C8D9A6FB404C0 , 0x5F74CE1C799D4458958088D2EBB771F8 , 0x6000676F1B1B43D39A8C900F16309330 , 0x60755B7C07694C8081CE8B71A795FC48 , 0x6328781E0C74442D8AEF332FD8246E75 , 0x6354E786EB154A5DB03F27CD986A1670 , 0x649A930A7AD34341AD5F01C01AA64714 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x6565AD72AE634DC6AD466DA802D1A2BE , 0x66BB3B06474541CF9D64DF88F3C0F998 , 0x675F061C474F443B806A46A87A36577B , 0x678200398F6347708C2DE87F3399253E , 0x6917A1AB38C0465BBF2443EDDD67A4F7 , 0x69423AD6251A499AB47FCDC4183C478B , 0x69972F26F237498B8E817547D3B7F34B , 0x69BE758D6B384CA3A9D8418F45C93A2C , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x6AC8D13E8B824C0BBAAC135CA427F8EB , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x6C77F02220E34318A8BFB0489FD53324 , 0x6DD0D570377B4958A52AD6B9A7C27D1F , 0x6DF9056C410F4B369EDBC46EA0144305 , 0x6E2700533B2546AC9FF9A0B27B5DDB99 , 0x6E7340BE948F4D5D8D5EFBA6B4284FDE , 0x6F29FB6248864DC18748C4047320EA06 , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x6F9E6FFC6D5F4302841BB0900071BE07 , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x728757FC9A344993812D39A4FA8DABE6 , 0x72ACF30138124BE99EF9EC044468179A , 0x72E17085BEC8436ABF2AD27FF358750E , 0x7477B5392D82453B9E6B5F8CE430CDFB , 0x75F8572DAF28462A8B3A3A1C1C6F7F9B , 0x77FE4529617B40929B00184EEB554C46 , 0x78C52B07D039404E994621EA530A7332 , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x79DB368464EC40EA9B82FD28ED32061C , 0x7A778A4E959C406AB467B18D01B122FC , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x7B8483C663444CF7ACA1518DA90CAC92 , 0x7C70F22F38E7423599767838DD0C879C , 0x7DAE6EB66CBC47A9B63BAB7A4656ECE3 , 0x7E58CA6F1885480483B6D004FAE4D20F , 0x7FC44F4340F040A588E3610577E05DCE , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x80924F4C6DBA430F96CA1DA8F227687D , 0x80DEAFCAD28741E281A3AEA53E5F13E6 , 0x80E4495E3FEE42B78CA3DC79FA6BA0C9 , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x81A2DD05428042E194AA9A3B10381261 , 0x825ADF411018471DB7521343B27CF396 , 0x841001024C7740C2BE37BE71FA6F9CA8 , 0x841B6A5E4DEF405F8CCFFCDA646E20EA , 0x85EDC20FE0104314A00F0739487950E8 , 0x86210D63964545EB9CFB6AD5076615D8 , 0x8684557620DB45669553CE42BDDE0830 , 0x87495187BA24457AA530D2A2EB4B2C80 , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x88714D81BF744C448827EE993B184601 , 0x8955C591D9DB44BF95828719E046B8A7 , 0x89CB42634A344AC2AFEFF2608B1BC3CE , 0x8A6D1C301E614064B8D76C70D7106285 , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x8CDA35A745734446BA8DD35CB6A1E9C8 , 0x8D7271E037DA4B12A1FD11E3E5522608 , 0x8E15563455484B04B7969E92280954A0 , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8F27A0E465D44B76A95EE2E23FE1DC5A , 0x8FB3BF40010F41BF9224547B88447373 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x9035A2B9B6D1481C81A787FD47EA48C0 , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x91DBCE9277424181AE319BA6FDE53987 , 0x929027B2F209416CA49DD313573D3E58 , 0x95363C659CE94A08BEBEC0FAA8869753 , 0x9555539C831944729651E1CD18171ABE , 0x9573003DDFF54000A70AD4DC648940D6 , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x96DB5F73FBA94754A3D7DF227D92A112 , 0x96E13ED9013247598C150C51573CA9AF , 0x97035B902597494AA57EDB6B3097CDA8 , 0x97CF24E07189469F9EABD72B6E3C932E , 0x97E3F4F02BA5421BBE89AA25AB25A473 , 0x98628C72DF434C7E8F60027947892357 , 0x98BDC6409C6A42DFA0A2FB68862D7B8E , 0x9959E035ECD243799E6AB01F9FCFC5CA , 0x99743296250E4AC5A0671E7C24FAAF07 , 0x99A594E4847C4887B1BCB823FE174C82 , 0x99E36326D05F4FF9A226B7C5BEEC702F , 0x9B2009D851934111B69688017FBAD47C , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9DF63C8C73D24CEDB4DB5EDFFE8C0194 , 0x9E75FDBE568A4561B82F0A8C78018893 , 0xA2436AA4506F42FBB3703998C59CA6C6 , 0xA31A9E9FE7584BD8983181081F58012A , 0xA3409EB02CA3493E95CE9DB31653ABDC , 0xA371E08C4D084063AE5BF6D870F8DABB , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA410077D72804524925B777299743CD9 , 0xA52D497AAF8340B9B023B1FC1A7A281E , 0xA5EFD285FFF94BDCAE951E7B3031C1E6 , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xA7EBE7053E2445118A777177FF15214D , 0xA81738C06BAB4DAFBDAE92F6D4A71610 , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAC5203D48FC24FD69BFDE16F13045CA7 , 0xAD4C8D45EBEC418EA75CEC8710F65A36 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xAD58122E2D6748D0AE75C7FB9C585444 , 0xAE3640F34FAE4009B12CDFDF3FD449B2 , 0xAE89AE15068A4D188A6F617EAB5A8855 , 0xAEDC78302F0748BBB45593BFE4EBD57C , 0xAEDD6355B69E407E9A7D2FFE206622AD , 0xAF424FEF15D64CFB84AC7224F0800FE1 , 0xB1EF9847DA8D422D9595A68449CCA354 , 0xB24CFE45E43E4677AA3AA4ADA750241A , 0xB32B7190641946ED8F1931294EF274EC , 0xB45449D269C442AB8D3D04323D8F96E4 , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB55A97761F474C0BA50391C29C33EFF3 , 0xB5C9D97A6DD944B0A1363617F10BEF47 , 0xB710C60EF0624960819BC0CC56A96726 , 0xB725FF2B495B42AC828AB174F7A109CD , 0xB753A0DB7771491A93CCC6A6C6758AE3 , 0xB7777B4DD7294D518AE3D9C5C6400A2D , 0xB9B324817D724B08AA33EBAE12182967 , 0xB9E0DC8280C04DE18BA380935B536DCA , 0xBA4658A88EF34286B63D8B26F3A8DE2B , 0xBB2ACE3BB7C349F99C661E21BC282E45 , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC23CD2FD2035460CAD1265C49791EC16 , 0xC280A1C2BA5F4CB1936B3F8B3A7D9D7F , 0xC43C093F981249629B537B6C91E9A90E , 0xC50DBC5ADE04460CB0E4C353D44FE43D , 0xC5578AA53F894B51BC3C39ACE75468D1 , 0xC5AE2A3FEB444A7CB70847B1561A5E1A , 0xC6D4E056096948578824F947E765E861 , 0xC71DBB70979B4CEB9368AF122DDDB8AC , 0xC7A402C91F4746508A4765B605B3DB40 , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCAA492DF6CAB4815A01124A3C2A19B9A , 0xCB2CB64FDBBB4979ADC3FBC0E8842EC4 , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCF9EDBADBFE24B908A94BE358064220A , 0xD031C1E3E5E94CC187EAF3AFD2DBE625 , 0xD1FEF23CC89F41DCBCC89F74582FF4CB , 0xD22C3B8E4AC543B3A01CC3DE2ED265CE , 0xD29E0B0A1C1146AFBDF6E261C330346D , 0xD2DB13C0B05C4D12BD7A86AF37DD3C70 , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD3521F78F885462BB5119A493EF326B0 , 0xD36E085D2BF2493B881397383E9F89EA , 0xD394818E58964194BD19F16032979BDC , 0xD4178E7C79F642EE9892D9074F7FF4D2 , 0xD461F7507D394613AB0C90420B2CBFBE , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xD843A216A4074263B959DBC70082DF27 , 0xD9128CBC1C2742888C291D55929B85AF , 0xD974A9820DEC443C882B0A1CF858FC6F , 0xD9925298797545F28636046525EDD675 , 0xDA363F5157C9441484CAB755CB0FA757 , 0xDB1B959EDC14490FB0A1F9AF4826876C , 0xDB2CD3C78BE8444C849942DD4C7C5D35 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xDC6613A44F7141618B46C1296354340E , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDD319453E6104BFFAF533695E082AADE , 0xDDCD469A7E7E4977B9BDEE2D9B372EB1 , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDE97A18B6A0D48E29475B047C32A1D59 , 0xDF175F3EE9AB43CEB442FF1D92C1B0DA , 0xDF711155A93F40259F577DA510BC2B95 , 0xDF9558FE20CD451792341CEE9501D0C3 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xE124D22E69CE493DA42125AD1A14B8DE , 0xE13C8668D3BD40848EAC1FA9A83217EF , 0xE26BF4FA2B4E40E189D90A13529F18B0 , 0xE2B8C02459794FAA9DAC5392FDA31E56 , 0xE3236B4BFBFE4647A91DC7A007A3A98C , 0xE36BF5DFEC734AB8A0639CCFBF9615FD , 0xE3A265B2E7844577903B6D1E3F5396C9 , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE3F0D71DE28643A5B3FB6C410E75CB29 , 0xE60B339A9724454FA4531A5DA26F439E , 0xE687B54F1A1C4A9381AAFDB3ACA38EE8 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xE7F9521DFA8846E7B625598E89AF3C6C , 0xE830283717B74354AE78DF7FAFCBD3C5 , 0xE856A61D085B47E789EB273C6D725D54 , 0xEBE5AEC7234C4660A95186BCB9DB4723 , 0xED0117CD0F624BEB995F35A34C273ADC , 0xED99F583E73E4E94BB8768D4BBC0A589 , 0xF149435E512C496596F14C9B92540C15 , 0xF15F385545D44AE2BB7CF6ABF66D7FBC , 0xF22DE070D8C044D8B919E14D111508F7 , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF2B2A5EAC6194F9F96136C9946147A33 , 0xF2B53DDBB6604485B579D7E91B8D73AD , 0xF3A7EBD0D6034A38B8F8812EB8C5799F , 0xF3CD123BCE9A4B1881AE6DC0632F216E , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF636FF72EE3D4C17BC1F274C89854D36 , 0xF7F70D7813314B8DB298D5BA4DA53F21 , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xF872876363044B1BB656FDD83918ADE0 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0xF93E2D96057F4536B2D055F3A43FB084 , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFB4B82E9DBF54DC48DD1EDC90156E5DB , 0xFD1A9D0A4DAA46BCB2E5AF094C8F6ECE , 0xFE5F50CE07A5465BB2F96C54F6B1A83C , 0x000E78494746419F93E1C5E7568B28A9 , 0x0135DE21D87E429FB5DDB7319FE269C3 , 0x0228EBDDF28E4CBB877F7CD89738B278 , 0x0356C9B77AE64974A5168A65D2E33740 , 0x04E42AE2F78A47DC84B0EF86A691A35D , 0x063E143222BE43329C2728A049D6A1CA , 0x0718FBA01A7F4FE68D4572DEB8FBD4BD , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x0944703D3BDF4F2C8FC6E26E5D59FC6E , 0x09EEC78086AF4BD1B0DA2304A73EAF83 , 0x0A52951CBF4F4BC0917844D27286DB18 , 0x0B910E50185B4CB1859D4C798C23AAF6 , 0x0DD639E174F7460496B1B0B641168194 , 0x0E5FB59E0C1942D0BABBB2FD1C418688 , 0x0E7A41D8C8B844298ADA09F0B2C2F973 , 0x0F57105EC4844949A4CFC2D0A0D7FE3C , 0x13B2A2DC5647484AB4FD4D69364CEE18 , 0x149B7FA3F9724126A7C35F8F3E8E65ED , 0x14A3913B02F946B08BE4F100C37E5808 , 0x14E993C4930E4ACEBD2DAD070B5510D4 , 0x15E297B38E734369BD0D70D838D16942 , 0x161EF1313EDE401DB6400BBCE33414DF , 0x170548D01DE1446DB4FDDE7BB507C103 , 0x1789D74F410C4EEFAA54018198580F92 , 0x1994F3BAD5DD4F23ACF473A4874BEF8F , 0x19AE784C1CAD40C780A6F42777826111 , 0x1A29189313C14C0ABCF3CD20D671EDE0 , 0x1A52206F22B54763ACD4BC451AF5240E , 0x1AA6EF3CEC654FF185B962CFB9C15CD3 , 0x1AF272B1AD304FBEB2964B81142C0EFA , 0x1B996C332B384959B77191F5AA62A1ED , 0x1C05BABD982643E9853FF5B38597766E , 0x1FE219D843C54A3690FDEFDF79E14992 , 0x20B958C94E964FF1A31D04EC1CF76E3F , 0x213C9AF9EC7A4E17AEBC28403D2E472B , 0x219DC036ACB14BC8A430E82D3704CAFC , 0x21E38950289C47D4B96DE9F855CCC0D8 , 0x21F8F48C933B478E9AACA672FF760845 , 0x221A99A3AFE646C985BC71B5F62A7783 , 0x22B0F0E722734187837658F40DF14A85 , 0x23BCF96BB6434F4883DDFDB667FA2EC8 , 0x2433AEE00F3D47D5B77008DF974052FF , 0x245F8407C2194FECB0D328EE434725BC , 0x2932543182AB4A8DB4D48E8B2C1ABE6B , 0x2976EF28B710499F85ABA24FC16AA2CF , 0x2AA5A49DCF3C42379A93AA9925795B4B , 0x2B795149B7C146BB9B5129B2CD5EBFAE , 0x2C744A3F7CE7404A8AB6FCCE16FE926A , 0x2E4CC9DB99FE4CB3964C1CC68A2DC11C , 0x2FC50BA5EDD645C5ABCF9D9BA2667BD7 , 0x2FC7CAB63E924178938F6A61649DFD98 , 0x302BA6CDF7274569893027FCE1104F34 , 0x315BB2E7A49D47CB953C75E64AED9890 , 0x31D95954C3994124B715DC6D0815BD09 , 0x3261F044C57A496E83CF13E4B71DDA14 , 0x32C446631BBA4B2B9DB5392C712A8732 , 0x3379DD815A0249009479DB8DE083AE10 , 0x3504DE3E71AA4E5996C37D7A411CDC97 , 0x35A1D8F7122545648733B5898D2FF657 , 0x36B201D247374453AC2581AED926C6BE , 0x37883F91059C478C8960020BEB60D36A , 0x384FCCE973E94C9EB094BD834AED7868 , 0x3906E00B1F9C4DF4BBDE20C4DE1CA245 , 0x3A964FB5F93D4BF6B8BD640D1DFDC4B9 , 0x3AD5FEF426A4483DBA71DE845B953369 , 0x3BE8C60FA0CF4A2DACBBAF6BC58FA2DE , 0x3C4783DA94A040178C545959D93DAC4E , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x3D110CF4B76F41619CA612747A681685 , 0x3D344329B6764862B9CF044587AFF56A , 0x3DAA04A0EDDF431CBC25F7D7C979B2AC , 0x40F5D43EEDF542A7B294C134357BFC40 , 0x41AE7D1D9B6A44D0BB76A612A37FAD80 , 0x42E180EB8FB544ED9E17185BD9504E1D , 0x435B6A105F9B49EBA1D614D2FE7ADA2F , 0x436EE470E7184E3AA076C6027C4A353C , 0x444D22F611D34385B2CFC058601445A2 , 0x445711D61E1C462E93DDAF00BC929D6D , 0x44D33A4AB327477EAF23C0516ECE3CA2 , 0x456E57E125244880BA870E7E9449E59F , 0x46128C721AAB48C8B145AD64D8D335F7 , 0x46926A9F30094F56B3A380D92475FF29 , 0x492A043A6029478E91443BE2C3901617 , 0x49B398B0E25A46B6808A9A2551490565 , 0x4A3215BA4E9B46DC87A343D138724292 , 0x4A6B17BB0A994F04B35658F17CA6808B , 0x4AC2C2E8BAC64661B64F54FE23243996 , 0x4BF9001B7AFB444190F36A2CAD7B982A , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x558D508757C3458DA097ADD2F7FE559D , 0x5632E0C211314BC9B195B12047308E34 , 0x583A36DCB76347808B3E3A60D194D68E , 0x591C2F15E93441549CCAC2EE92F3337D , 0x597D693048894FE1968F74200B231A1C , 0x5A0B97282A914219BB4D6067B7A2E900 , 0x5A161C6EA7B2441EB542335427E42D9C , 0x5AA879F1589642698E6493B2A88B964E , 0x5AB2EE36B5C44AC49B10E154AC9560BF , 0x5AB95119F30144BF8BC8D2C4D8A90DE5 , 0x5DCD361EE6C743688B2DE56396F4B12B , 0x5E71F4B7028E4B90BC3F3872FA76E523 , 0x5EEB4D0E00A2410C84334A7DAB477FA6 , 0x5F8E515988C841E888B454CC4BF356E2 , 0x6039CD80756C4A209B2D838B7ACD1930 , 0x629C88C740084EF8AB8C0AAB645B9424 , 0x63DE8FCE30D140E081BD6C5A60FDEB51 , 0x641920BE5EC44FE58ED2827EE40EC501 , 0x6425A0B2DB4343F593B0D787627A856E , 0x657C9AB64A494FE09A650016EF0F1BCC , 0x65CECC21B83546DCBBD29EDC13179530 , 0x679DE757A14E45368E4AD4319AD94F84 , 0x67EEA67731AF47E9B12AFF6B22316845 , 0x6C759F2F45414B4F80053B885BC9E6A6 , 0x6CC0D8712B564981B86445BDCBB6EE60 , 0x6D260D7045C348CABE04CB6D73A60168 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x6DFBBE3855C342CEA0AA631FB2FA591C , 0x6E4F82DEB72E4267A13B012B750AB403 , 0x6F40C7E1EDFE45EEB3090167272C0660 , 0x6F6A0C170ED2419780030FC467202CDF , 0x6F739EAE91664A4FA1F04C1B51C1486D , 0x72853C9671ED4921A317BEC01448ADCF , 0x73423544CE40490AA6E0E2459B7CB7C9 , 0x73827AC261544966B8FEF6D09912FAE9 , 0x74394852DC0A4127A0A7DDD451473633 , 0x75FFECC479DB4D72A1C45B0912C8774C , 0x760A1087D8FD4EF991A89A38D24EFD85 , 0x762A9E8B09FC48F48A2E019566FE519E , 0x7660446CCA6F423DB9E67DB152B51EC1 , 0x7687B690F3F44A828720A8011E05BB56 , 0x76BE32A88CC44994BC718169101A5524 , 0x772972DD2ADD444B8575106292424FEB , 0x77B8689AAF3844B8B6B648713D7726E0 , 0x7886BE176E9F4E9EB44C37D22FF110A9 , 0x79CB23AFD85C4384989BFBFFBC49B5DE , 0x7AFF1A79265241EAA203BFDDDF5F928F , 0x7B586F8709244FF1AB137A0BD59E4462 , 0x7EA9BD7A635743E5B53E3A152AEFBB97 , 0x7F4B154C58C0409398D3C2399867EA43 , 0x7FB827AF3E084C15BA00348474140416 , 0x829A91CEAFD74DEFB0639673A8529DE4 , 0x844AE05DA49F41E7A8E9A9A9B553F2FF , 0x864900AB7ECA411C92A328565B3C01E9 , 0x874D2D1682434AB78A32620CB0F38706 , 0x877BB798D2EC469F9FFB46494242E15A , 0x87FF080606AF49938434A06A64375FB0 , 0x8858EA8820074C6BBDCC29CF761C3DEB , 0x888D319E6E7B499D9A206CDDEAE4092E , 0x890E664A790C4B0A9D140C5D5B849154 , 0x89A99B1094004A4EB3635D8765119958 , 0x8B5AC7390E3742758B8DCC3D6B45353F , 0x8E1A9AFB8332469E86DC7AB4F864C878 , 0x91DA943123EF4876AE4146E807B889DC , 0x938DE61F8523451CA9865AD51954B913 , 0x961017630A1E4CF7AAD63D358FEA221D , 0x961C8B0246AD4649A97D46D6C6D7B88A , 0x9727BF222B0345229C7663BAECAF81E3 , 0x9736C1E5B62544519C455D7840F6B98C , 0x978FD080FEF442C281AEEE91E297B183 , 0x97E0E4920D984191AF50C774D25FEFCF , 0x9B51498477A54239BF57A8FB7A9AC0AE , 0x9D74F55E479040F983AE3BFF409FF3B0 , 0x9E45C2B3922D4992BD340385B6C265DD , 0x9EA3DCF775004FEE868721F17AF81A2C , 0xA27A9090525C4676BFEE7C3F283A266F , 0xA2DECA3D63C84052913300BBF072D613 , 0xA37CF16957DD4165961826B32DA4E1B1 , 0xA473B69FE9C0407491BFAE6B58DBE493 , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xA5F59F25F1B64AADB4E2A898ED821D60 , 0xAA615235EEB844E8B2ED3F00E6F48907 , 0xAAB1D12382BC4DEE8D7835E417CA3BCF , 0xAAD3130EF5AB40E08DCB38D1472368AE , 0xAC67F2B1B1E84060BD263B2EA4F89E51 , 0xAD09EE6FFCAC4B989393F1ACB14B7806 , 0xAD2DA0AB106F468FBEA61058110F7E32 , 0xAFF34F1CF68D43ECB60C5BD4F54A8740 , 0xB2EB7F7B53064A1888C66B7043C301AD , 0xB437F66C6E094EA4B01EBF2A89C41085 , 0xB4784A7308AC43638B0106BD094A86E1 , 0xB76595D4D9E44F3EA415C1A08187E14E , 0xB7CB05B73FBB4932B1C2348A4D14D445 , 0xB8F6F34EFFC0473B9AE7643DC89C8354 , 0xB935ABE87BE9477AB2FA8F45703C3A21 , 0xB9D4988C39D04ABCB864207E3B2D72B8 , 0xBA1CF2EE4A8A4817993B6E7C3DD28DD2 , 0xBCB2DF7E12614C3EB5D57BD2B511C935 , 0xBD3352CE872F4CCE9D07FEF15C5522BE , 0xBDA734658772451BA82629D6A8061CEC , 0xC12B713DB02547188BE855B16D44AE27 , 0xC19A3480F1B045628BDF54607108D271 , 0xC450C2F2FBA945E5A24C86E1AE281723 , 0xC45DE46EBE0741D389A8B4C21F26A688 , 0xC4B7B3A8323C45CD808713298ECAAB07 , 0xC54CD247C8D6484E8BDA9E9B781312B7 , 0xC5EE33AA4F0447DAA5D200EF0E5F2EEF , 0xC6C23CBB5C214F62B0C2146A6B0AA560 , 0xC826308642CD42EEBEB1B5C2366A4DF9 , 0xC92AE0103B2841F4B31F85421E7493AE , 0xC9F0A5E9D163479F8DE034EDC7652C8B , 0xCA104252789F4DE3BE4AA8536EC72912 , 0xCA4E805D773C41BBACAFA0357F528AC6 , 0xCC4C28EC485940FCBF147985A3C49A9E , 0xCC4EAD1937E5442EBBB8B1C59E540F5A , 0xCEBFDFFBE01E4CDDA38E7613387AF911 , 0xCF51E52DF005455EBC48B904B0BD829A , 0xCFB8C08C083D44FFBB603A1B2C6BF7BA , 0xD02F39CA3D314684B630897099DB8CA9 , 0xD03DA6B3FECB40E385F564B35939CB03 , 0xD077A4B7EE6E4617807D01A6BDE056A5 , 0xD1C29B91D23D4C5D912E9BFF47932B3E , 0xD5F97359EBE042B7874712091F85901C , 0xD6AC5EB7B3BB433C8D31A63AAA9E7007 , 0xD7614352E12A49CFADEB1E743B3B0424 , 0xD94AF7E555F24DC88E24B40E334179B6 , 0xDAA51197BF534B4789068EEDDCBC6696 , 0xDB634A6B088647FB975B1F6D03A6F0C3 , 0xDB91D65238A547BA93F95DA9BDAA1953 , 0xDC362D5EB74C476990D1CD38D0C81217 , 0xDC3B90AE0E224823962F5B8672383888 , 0xDC59F738B39B4C8A81B54F1753DBABB1 , 0xDE5DEB88A77C42C5895C4C1CBFCC28C9 , 0xDE93D232BB23463D80418E5CCEF05F83 , 0xE197838C8ECB47CABF2C12B66A18B7CD , 0xE251EF0362FC4BD094BF86C1415347CC , 0xE45BC4BA3BDA4179A5AFE9DFA931C0D1 , 0xE5CD28270AEA4A7795C53B74303963A2 , 0xE6E7FC748B194593976BEDB29117919E , 0xE7EEC62167DF4F86BFA4849DA5FF75B6 , 0xE8927E53C6984C049A3E4F4C9DD61B73 , 0xE8C02C21274B4774934F39A6F5EEC631 , 0xE8F1AF2223AB43B6B73A7DE38C4741F9 , 0xEB97502BC3D74C639B4B9227FD02655B , 0xEBEAE3ED923C438F916122C98090FF38 , 0xEC7FEC2C7F3547A38A4E632404847342 , 0xED3ACD02960947B3B474F968305F856C , 0xEEEC2562DFF74F0E83D5B768F6E89DC1 , 0xEFEA42B137644D6E8E119DA67B772A51 , 0xF0994AA77E46460392A53B11023271E5 , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF17176BAF87F4FE28AB04027DA6B3025 , 0xF1C6A33E004F4A03A8BF020DDDEA713A , 0xF27B52C1A3B941C599E789BE7D223D9D , 0xF2870544C73F458C999B4B35EF6B02BF , 0xF30FD2AD741543608379DAF77CD7417A , 0xF3BAF3F7633544C0BBC53E2AF9A64B40 , 0xF47C11FA3F4E402584C6D98691D8A60D , 0xF62F31A7762C4DC4B43538065B4089CE , 0xF7BA3F0D6E5241EF910C3603E8BDA278 , 0xF889CE96EA7E4F3589D2F4AF6D82261F , 0xF8E72AE6A4DD4426948B16B314A91406 , 0xFAF4F9AA8F7D476F88564EC15CFAFD05 , 0xFC212B1B91FE4EE780A38E7C685BAE95 , 0xFC244A0FBC4B40FAAC57C1D01FBE27D0 , 0xFDB8A26746E74E68A009DC9F634D65D8 , 0xFE0A1080794E4F14B88EDD7154EE700E , 0xFE65B2A82B8344D0ADC0D0CF0716B3EF , 0xFEC1C5FF1264408096F7AD67F94E2CB5 , 0xFF20D579FEA94A72BA5864C1B3102618 , 0xFF6F34378AA74C03A006DD0CB1444895 , 0xFFE3A234F31A4C23AA20807E83B12A39 , 0x007A1FA152AF4C13852767FCF74A242F , 0x00A6E1E8CC574C6FB2F0C0A21F9F5F89 , 0x01022D79D8EB41ACA0F598499123F6BD , 0x01F4BB51EE0642B2B6709208E4AA5B2D , 0x029087D100CA4DD4A70BC50EA1F25F70 , 0x03D06D243BAF49C4B1629B6370C119F8 , 0x0693A0E693D64BBD9486BCBAB0FA115D , 0x07C2A509D5CD4E628E04AE6C162B6B56 , 0x08BDAE55104D4D588BCC32467C8E700D , 0x0A519E7703E140C4BEA784AC17A3F83E , 0x0AC730DEABE64FCEB01C4AEB646A5E3D , 0x0F17D586B3CF493DB35185381BBECED8 , 0x11067CF0C9C94A0DA928BBFFF8D1D01F , 0x112BADE9CECC490EB5C553E23663491A , 0x11DB494A45954A34B3A08BF983D71071 , 0x13F35B83763442F782D802E1CEC8B4C6 , 0x15C4EF632F324227A3DF309CD5962519 , 0x16E75B7CE5ED422BBE2B40E7D0A4021A , 0x173B69AE301948BEA58FFA5218EBFD1A , 0x184DCE4FA8C54D4292A4905342AD9B1F , 0x1A105CB90A13465297463FA6BC3DFFD8 , 0x1D8FD55BE44741538CC48464016C94DF , 0x1DF39DF9D57242BBB1528E6DE4FF3769 , 0x1E3171381CEE431BA59440227C2D49CB , 0x1E887AA782644386B930690FC47BB226 , 0x1EC3A222BBEC49AF9024A9DF3EFE68DE , 0x1EFBF03A19B44059A8D5565291C8515E , 0x1FC457B609AF4BBC9070BE99AA54972F , 0x2203878FFBE64BF787BBC9ECE75CD9F4 , 0x228CE65BF6C547F2BC88A05C1EADB38E , 0x22DEE1BC78B24F799D6CC26595AA1921 , 0x238790797FAC4AF2BB1AED77540BC880 , 0x2580EB6B6F484976AC1A011380F7EF12 , 0x25A04338735347678B0B423FE9FE7084 , 0x274A5030BEBB42329A14FCAA2839ADA2 , 0x2788E4F732D64E8793DD0DCA6FB3AE3E , 0x27BF90558AF040EAA1A4E15D908BF193 , 0x28134577D7E145CB8165CED1D8F30D5E , 0x29304F2448DE4D1280DD4623FDF45054 , 0x295A0699B5744B769543FCD60A506377 , 0x2D43EEC2866D461993CECAD5FC84A890 , 0x2DB6D3979A9444C4A18B2C289B099676 , 0x2DD8532D85B54595A93280A25286D3F2 , 0x2F6C522FD03A4C4EAB6F796934FAA64D , 0x3025C7430DF243FFB113B98241BCED82 , 0x30BBB83E420C47DC8E567CE1CED31FBB , 0x32138D7C6D19400F97E9D957DAD7A960 , 0x33388F7F40F844B1B949923C30871C59 , 0x37D841BA139C49E488AA23B8F2EBD469 , 0x3A1052FBAFE74B1D8A4A764C6F0362A0 , 0x3AFF9799BC4041F48383AD317189D817 , 0x4011935257A3429EB08EB20C0E6AD41A , 0x401E96C1558547498467F0C9AFD5AAB6 , 0x40690B49239245E68A1B5965AA5FC654 , 0x433A438965BA4354801B8C79BA80536C , 0x43827667B6594A6EAFBAF56B0606AE29 , 0x43D9CC4CF28540BFA8D5F61B6B463658 , 0x446AF3270947436FB49EA81C252BBE14 , 0x455481062DCE40EC812C6C73E89ED5C5 , 0x45C17F41CD274170A920E3094E24A7BD , 0x464CF230ED71448CBE652F5C30F413A0 , 0x47111E915D4A4DA5BF7400C1CEF2B7E8 , 0x47169A78D21C472BB559C8E2497399C6 , 0x47807A229D2B4AEFA1F7FFF4BD48D4DE , 0x48DB6EC96E824BA399490B64689D86FE , 0x492D555F2AB14C9182CDBE9D8F99A18D , 0x4A8A7DE49CB3418392BC2067A76906AC , 0x4B18F742E3614E54ABC9DE26805DF5E8 , 0x4DB03A001E5A45FC9AC9B752739A5C9A , 0x4DB3FF96EA1848B783C7D30511B54678 , 0x4FF83AB328F34F82B4FC8CEE39079FCE , 0x53CF5C6A565A4A04B126A99B0A7B986F , 0x547ABB6A5E0B4ECDAFF2CF4A0878962F , 0x54BCB6645ECD4F609702BC09E79ECDF8 , 0x5517DCB520E0447D8B71E250289BDBCF , 0x560AEE0108F4429E8076151F8FFACB41 , 0x56B3BAE0AFD04387A00818B338FD10D4 , 0x58009D3C7963411ABB2577369115E127 , 0x580E2924B69547CD8AB090B5D9183770 , 0x58E4544E76714DC397F929986C3D242B , 0x59238F4F32BF4CA586AC16761E9E8520 , 0x59C1A84682094E61A5FBA2085C2FA95F , 0x5A22AB79945E4DB2A23CDCB13D18BD5D , 0x5AC0A94863774A16A5F866C9A25BA7D0 , 0x5B4C44983DC74604806392EBFC4004BF , 0x603E2A6A95224C40B606D94C4CF69528 , 0x61BB407CE3394758B67224C835FF5588 , 0x633F920328FB4F68AC545E703232008D , 0x63BE9F7BD0FD48ADA4A3B6E780BD9626 , 0x6432B73EF01942DFB5B2F2F00E571115 , 0x6B3AECBD530A4BD591579EF4E36CE953 , 0x6BB825302CEF466191AB0AF23BC92E4E , 0x6C6EFBEC4FFA44AD9EC1886DC0A7CC3E , 0x6DFDD1C65F32444889A5172C4D729C21 , 0x6EC25E1827E9435A86493AA10F67C0D4 , 0x6EDFAB503BE9493BBD28B569C16A2E25 , 0x701C04F74C5B4B54813097773C4C35E7 , 0x70AD3859756C419285B42EBC6D08E089 , 0x72625876BEE94B89B143327EA6FD43A0 , 0x745334B539FF446E84460239BFBC8890 , 0x74A8015C7F0E4E9DAF1DFAB949829573 , 0x74D279150D844ED2BA8396A34E41B41C , 0x75FA6173A9274C8AB1D8B01B9267D536 , 0x77C19039E6814F99A8191BC703D5A9CF , 0x77C4E4B3E7644C0987E7F01F0320D643 , 0x78726534024644829D30DA027DC8B63B , 0x79CCF6DE65BA4FEABD07A75086069B3E , 0x7A2794BCD3864CA785F7FAEA817476D1 , 0x7AA464FB566C440294E18DD5C85E547C , 0x7D2D8A7B7E7E46F8A21FC8275A738782 , 0x7D54B36DC6CE4BA3A19A1846EB6D6FE2 , 0x7E7F851339DB42CEA2EF2B1684BABED6 , 0x7FEC17246F684086979A4FC6F287765E , 0x803745276F8E452EA05B16DF3525A8EE , 0x806BECB50F23472DA8F60B35F6EAF25A , 0x8162EBE5BA8B486483D78A08182B7F6F , 0x8341C231409140598B466D0B5EA323BF , 0x835C12B9BA5B46DAA4C30E0752EF91CB , 0x8434222E0BCA4B3CBE87BF6A8D8EEDFD , 0x849898EB6DCE4E3297CCCB0DD00EC171 , 0x879C7486EF664B139BBF4363C2ABF3E5 , 0x8832E0C33D3444EF9E9505C8C2AD9E3E , 0x8909CA36362E4FEF9A2D65D3A53B854F , 0x89E6543BBAB2449FA449F1A2244FA9EF , 0x8B116D16EC774D54832385EC4E6460CC , 0x8B28D6FE0B2D4432AA0188105685EA4A , 0x8C2A4CF62AED4B11B901AA6548AC7B35 , 0x8D2408A2692E421DB62256422069306A , 0x8DF94F2C25214D53A3137638855DA4B7 , 0x8E431E15C37042CA954A0CCAD779D446 , 0x8E924CB20F7643A9BF7BEF7260BC5BC2 , 0x8EC15D4A591A45AF8EFB13915B53AA8A , 0x8FE22A56AEBC4EC39910CDB40C240EC9 , 0x90556FBCA9094F9597FB5E380B958155 , 0x91C6D1DC4A174BAFBFF2D3FCC40C71EE , 0x94B3269649294696AA9BB2033B85FD29 , 0x94FC6855E484465784A2A85D361BA98C , 0x983BC77F1A1C4B779F401F9F5379ED95 , 0x98A3C79F5E4944428A9A7BCCE826A181 , 0x98DD15A880914185830CEACCF499830C , 0x9AF6A90F83394603995AF9B1990913F6 , 0x9B4F16223DD84D4D9090469B60516D8A , 0x9C12ACA604494372ACDA09D547AD06EA , 0x9C815A93E6AD4220B9303E4893CB310A , 0x9CB9C0D758D14347BB84FAEC7D2E8C6D , 0x9D94335132664BEEB56EEB2DEE4C5352 , 0xA3BB7A63E29C465BB7F6854E33EAB85D , 0xA41BE9BCBAF04CF9A08F26504AF0200A , 0xA4A5E048964542FDA0D2EA2CE570D408 , 0xA548FDE8DE6E4100BC81D2E97DE4E984 , 0xA595D041D5F3480882B657D9790D4A0B , 0xA7546B3A6D4C425188F9C9DCA69BB442 , 0xA9D89D1521334403A97A897DCB348D9F , 0xAA5DDE6A4B854CA3AA8B8C661C55039F , 0xAB95332E0B7A4903A0D15285C5381433 , 0xAB98B77E8EE34AB19A20B278D21F46A1 , 0xAC48024C31A34767B40A875E9A8AE625 , 0xAD9D690F8F25457DA41EA4D55B83043A , 0xAEB53CBBFEF34A2C901F4152792F592B , 0xAF4D741EB4E54875BA448F32A62F5296 , 0xB019BAAD3EB44DEF924009F105DF0D9A , 0xB256055B170D4F899680A102A04138A0 , 0xB5058E6724244F39AB6CECEE958FD05C , 0xB5068607113E4B34B5E70B24CB3DA802 , 0xB618A2D14A76487ABD6655749F09FC71 , 0xB72A9DA03C4044C6B98263997E0A0D9B , 0xB939BA6C16E14B70A31240D864C76929 , 0xBA583576AAD6492887BE7B5177EA4D0A , 0xBCA856356F5C4BC9A804C84CA90D3860 , 0xBD513208D41B4E678E0BCCC0BF3DAFAA , 0xBD7C7BB9CFE54FE392066702A6B18604 , 0xC0ED3C80FFE14DCC9B5DB08837146758 , 0xC1A2E6B090CF4E099941384533BF95A9 , 0xC31A897A58674A4EADA668E8FCDD46BF , 0xC35793ADF4F84CEF8711EA44A9AA9301 , 0xC738839DA68B45BA85E1EF7C9C0D4517 , 0xC99C81BFCDC34674B2B9548B15A4BAE0 , 0xC9D10CA0E5A24E7B81760C1FA898E61E , 0xCC3E1C22C907469280DCFAF161DECCB4 , 0xCC426271B10D4CA2A60428C8DC991016 , 0xCCB5ECFBFB414E86B0B958D003CFF3E0 , 0xCEAAF33BD9984F74B2176A6404E9E6F8 , 0xCF694D760D0642E29802FB2B610EABBE , 0xD19E5DB243314DD7A48021A4DEF3F602 , 0xD29D1AD693084AAFB5755E748E04EFBE , 0xD43CB531144340D0B30C3E8399E3A50B , 0xD440D56799D043BAB790368E95EFC747 , 0xD5CC32106C074CF788C9CFB685071F97 , 0xD62B8EF96E864F109C11FA522182C7CE , 0xD69DBCECE289412B9AFB83FDA87B3C13 , 0xD7078C524C524E2982DF30788B490346 , 0xD745A5C602F44C2BAB2BC28D1DBD23E2 , 0xDABE0A338A8F4D3C8EB75914AAB74BBD , 0xDD294AB9E4594FB18E7C5C2C37B128F5 , 0xDE7186620E97437A8727A5AD1CECCD1F , 0xE02B61E6F6C8447D804842637B107D0D , 0xE10D31AF0442428E8BE87695E90C122A , 0xE13FF596198A487289B6A9DC2406E322 , 0xE40FAF24C52D4C9BA2F0C871368D23CE , 0xE452956A7A3E4E35BE883655E6F3E6BF , 0xE48D785B2C3246A79683263B0994B0BE , 0xE51ECE8E31174CCEBA7DE8ECD319DE69 , 0xE588DA1E1A86469E95B1B35987BCDC39 , 0xE6A10CB776C345359BC9B08D9C24DDAE , 0xE70EA7F4726946359A56C7E6D9D7756E , 0xE7B751A39A3543AEB043B962E8A433C4 , 0xE9458F8348C0450694D3C52D09E64135 , 0xE94999E21F7D46708621B84E4E416907 , 0xEBBE6BE5E2D244FDA3D7E0E161EA9BD1 , 0xEC5F3D914D854879AD5DE99FEDD29A9B , 0xEDCE89E25D3D45D6963437B45A013433 , 0xEE5C54D8F9EA4788AD4842C5459C02AB , 0xEF9A10679A3E4E648BEDB9F5AD4A92F7 , 0xF017C55C41CC4C49B59FC303D74844E9 , 0xF18EA2D9CC8D4F7ABB1FA99779BFF86F , 0xF257CDC11F9249B68112D38E123042B3 , 0xF37F9841185F4B63AEE86562C3BE45EE , 0xF3E76FEF862C4B6AADB0807B36E696C1 , 0xF5068CFF9EBB46D09DDD122E57E93FEE , 0xF5B7877DC56049B4A08F1EFD06F17558 , 0xF6E71BEBF3DA4418B79DE6B4BC89FEBC , 0xF7C853B0B1F64EECB492B617F7C44D4A , 0xF9727908AE404B4F86A86C81212041F4 , 0xFC9CC85537BD455EA16FAC0130E897DE , 0xFCA6A1DD0B2140818A42D022EEF21864 , 0xFEB3F4624E334BDAAC2203440952089E , 0xFED9C2B071EA4682892F6903F21275D6 , 0xFF092CC78E2A43FAB0AE375561500CD4 , 0xFF46ACE1AEAE4F759ECD8A4E415D97B8 , 0xFFFFDCB97021447A894A580872F20AE4 , 0x000EF5831B3A430C823FDB9A4D9A82A4 , 0x0081AC3794D54AE2835F69DB80C9FFB1 , 0x01DF0437D5C445F1A5A07BEA8DEBB183 , 0x0271E6104C6845DC8FDC813CDA13ABE2 , 0x031DF1F8460A4A54A1A68A86D912074E , 0x04ED78D2BBCE4F23A41C135BD9820CE1 , 0x05033B246B5D46FCBF4CF3587EA95094 , 0x054CD0A3D0234E5E9A51B1B909806E40 , 0x06251DD3B0C94093951DA100F076C2EA , 0x08996E960EDE48D58D2ADEE53FA2D08E , 0x0B002EF63BCA4B15A7572AD30F043183 , 0x0BA77E1E710F4523A101F0EEBF7A48E2 , 0x0BC917B5EDCD4809A743B82FD499F642 , 0x0C59DDA9C6CA4B228546C4A848E8B12F , 0x0CDAD770904B44EAA0F3C467E44A6EE4 , 0x0D16945C44A64442A61D79721631C562 , 0x0D41A6CB43524D9FA55D17FD7116941D , 0x0F36664F01AB42C0B4338739B51FF205 , 0x0FBD3AE5F2684859B4932BE62CA73191 , 0x109469684DEA49F9898134DF23D6794B , 0x1393F63C67C14F13B8A70B960C4AE56B , 0x13CC27EF18FE4B7D864B4181B080E1B9 , 0x1493A98590E84B1B80F09F1A51445383 , 0x15B3B9AF464A48B9AC91B63A9F024AAA , 0x15F6CDA37C5E4FDEB01800F33F931FC8 , 0x17439E2A47444F699915CD9AC6D679E3 , 0x190C907DCCF04CDCB82A1792D0FB6575 , 0x1AD18D94BE7746F38D681DC4047F5BD2 , 0x1D4C541973E04C26B3E32565995022CF , 0x1ED42AE466A24C0F86D6AE925A1DF54C , 0x22F6ED53D7C94311A8BADD69B5B52D7E , 0x234898B4A04B47C7B374ADADB9CC21AF , 0x2437AB758719496EB6A7DB0C84D2E10E , 0x26C07DA2CF2940B593D62298C1AEC378 , 0x2784E10173034DE19CBF8AE41D46046A , 0x286FE95DF51A4B078689FD9BDF407259 , 0x2892F1DC6E96435B8292F26DD17C05EB , 0x291BABAFD0334EAF9E5B2A4B29A76579 , 0x29521A5B7D3441A5B39B397689C9FF6B , 0x29F01EE5467642A3B710C07A0BD70CB8 , 0x2B068EEF0C8B4C769A733013A16598EB , 0x2BAF37AE59464D3CB39971A554F40F61 , 0x31EE99BCC2D84A76A1750F8B1EA07D2B , 0x33350B9EBE3C4A60BE0D1A7928036C18 , 0x33D58CD52408459189C250399FEFDBEF , 0x3439C7271B0B4B87B9918EE485D73856 , 0x38AB66B46B6842EFA86F6FE6E219B750 , 0x39927107BC034520BF7C9052503EDF55 , 0x3C32C96EE8004E4C80848C413C5048A9 , 0x3D7290F183064D558CDA22D51D797385 , 0x3E002086E1D54B1AA5D20A63D04A21FB , 0x3E15C2F8798F49429924553061033BE3 , 0x3E859525A2AD4956A531569487645062 , 0x3EAB6912AE4B4479A6C7E718E6AB284A , 0x3EFBAB582BE143EDB11FB8AC98C99770 , 0x3F7EFB3680214A10AE031A219B63968C , 0x3F9DC7681C6B4AFE81DB3BA5AD6582E2 , 0x400B6509E98E44E097B28793832726F3 , 0x403A32D047FD4E48B93627BC62BF5237 , 0x40C3C866042B4BC994AA5C80C37F24EE , 0x410A765BB2264DE1A8337773A95D0233 , 0x41B1F82F4144486B8895B1C83F710700 , 0x44C2AE7C0B0940269AF3BE1743B6B491 , 0x459CD3A8A16249DE95CE89DEE1D60D6B , 0x47FACD60B3914C50BA0241508CFEF9F5 , 0x487E9CCBDDCE44F18F8CC87FBC9BC54E , 0x4921286D42D74468824196D62AF518FC , 0x4A262E67E85749EFAEF42C86BE986F21 , 0x4B144FD09DD549169F60EAAE7BB69BEB , 0x4B5CC8374D564F75B99B19BDA2C2A5C6 , 0x4F3957DA0E834D17904C0433F3B7EBCB , 0x52EAA799988E4DF79E528B231C35F365 , 0x539A0B5FF25C44D1B5886661E963010E , 0x56C05F78A2DA448AA7C0430C847215BE , 0x5892C7464CF4418EBB0748DDE3288FBE , 0x590FE2E8BF21427AB487407BEDAD9491 , 0x59EBD7D57DEC46B0B4E5E8E056BCE891 , 0x5A445EA009D64A719C65ECEB163E7120 , 0x5C7D1935CE34448FA6BA33EF37DCD4EC , 0x5DA14BD098804519936C4A59B3154B7D , 0x60BDC15862D24CA5943332CB496BB1D7 , 0x60F8EFB852284887984148BEB8E008C6 , 0x6368443DB30140C29FC8B1444722D123 , 0x63C53BE385DD43D6AFD488DBE431B040 , 0x668F4A9F73DB4EAFBB0880C78621B7CD , 0x66D298ACE83E4DBC8A8EAD1E40B7F5B0 , 0x672F2C66F92444F8B853AD854028C46C , 0x67CB2A6565874EE7BC6D3778CB00B48D , 0x68FF25B3F07E43848F90B38FD5DC917B , 0x6A2844C7044A4B89A9DAA2F83219C2A4 , 0x6BCAD53E28374CD1B7375EFE26AE3EFE , 0x6BE7A19B73A04DDDB606CFC805DE8D97 , 0x6F02B9599FEE4388AF578FFAC2A14695 , 0x70CA23B7DC0F4948A8042D54FEA45598 , 0x70CC9842EA224E319D05B2570F355568 , 0x71C81AF831544136BA4A018898B66A28 , 0x725B7B25FBA449A78E2C839BAB84441E , 0x72604941737B410D9A745E4B1788F7D9 , 0x727A4734254441E88F15ADCE6FC8B283 , 0x73033693AFED472AA450284E01FE1FF5 , 0x76D9538AD9624FCEB341B53C28601393 , 0x77E5EF6B406F48F3AE36047E3CEE8CD5 , 0x788269475BF94C2CA3D045921576D976 , 0x79A09A8BDA804AE19AF1932577C72102 , 0x79DD8E51210C4C4181A87029EB9F60AF , 0x7A38B5FCDE4047D580376441ECC10AA4 , 0x7AAEF7CACB6C4155B44CCB4FAA39B5A4 , 0x7D2049A2DA1E488593157BB1AF5990FE , 0x7FF8F9530FFA402884E2E2D191616F9C , 0x8216029A21E5428081AB8F225B1B1EB2 , 0x825AE359E1814439A2FB7E3D8B41A8D1 , 0x82B64365454142BB9C57E9FD12781304 , 0x87B57EF837734DD7ADC254A7A6824FBD , 0x882BE18AC6A24426B7264F6EA45872A9 , 0x8A0FE4D5F1954D869A1B4FAB0D31D09A , 0x8A81294FDB8F430B9930A274957A1938 , 0x8B6D68A4B4D8460FBBD7FB6D9EEAA91F , 0x8C31FAE67D29448EA8AC71C0343FE5DA , 0x8EEC4A51A6A14B01932A03B37E604B46 , 0x908ECA9FC92644488B080FC149CFCE22 , 0x91DF949AA27D4DC29DC9745ACF82D068 , 0x929CACC05B2A4B5FACABEB46DA61E152 , 0x9387BCF05D1445478A5549B8D96797AD , 0x940F62E0401F42A79E21EB91B0360755 , 0x94DF33004C1E46CB9674B080251E257B , 0x9839B5D2C4864432A4A56C9AF5D9E222 , 0x98584CAE0CFE4E8F9A9A1924E2CC7386 , 0x989B1189C91948D884326CA3EC3287B3 , 0x9950BC9406BD4D7EBD71397F82EF7C8D , 0x9ABA7A0386BE4B509DC781FE0C012B92 , 0x9CA981CE52C94413B4036C1CCBB43254 , 0x9E33919699634DC18FF91671C178AB66 , 0x9E65BBECF0A04FE3B778F48A23DACAC9 , 0x9F8C61421D7E43C09D29B8679EDAE9B0 , 0xA07EB530D7744D619776298A4058C5D4 , 0xA15530D9AB8846D692DCE7188B47ACD5 , 0xA3EA7EF571784665ABBA4B2397983D68 , 0xA4A8C6346F5940FFB4761D2D5D091967 , 0xA4D84B79F9544500A9A5AFCF374D8E9B , 0xA4D952B6FC5B42F19E18BE4811068F3B , 0xA59017A5A61C4B4B857D277350137D29 , 0xA5963CD8B2784234A4859EEA03EC4464 , 0xA6B0A8804BAC450BAC70F25A0AE44AE3 , 0xA78F1EC6F1B94E8F85ED262FEEBC04AA , 0xA925BF421D4D4214A77DC719F144EDAA , 0xAA614E4290BA43AB95CAF4DA7D1612A3 , 0xAB841FE508594DFF9905BCE3EE2B40AF , 0xAC6E2D59501949F7BDD7AE1315F29667 , 0xAEC485415F5A4CDD8D2C5FC155BE17CA , 0xAF5ACF6A738C47C9AACB713862913D7D , 0xB064BBDAD6304515B0E7FB7A98BDD096 , 0xB272A951C5BA43BEB158A99FBC7D31AD , 0xB335CB07EEA047ABA84EACCC56619CF5 , 0xB4A79CC8F5874DA6B202E9981C4CB754 , 0xB4D68788A3EE41D5B4985E37BCC20547 , 0xB511B404AE064C909B45DB0CD7C86DCC , 0xB7EDD1958F614CB999BB19B8FD457DF3 , 0xB870C2E3478A4C75BC3165AE7CFD9F12 , 0xB8A2E011D7E34A4184B5A5E02A9FE890 , 0xB90F175727A848208F5C17E98C46EA01 , 0xBA6F4305B41142B4B4F1521348AC5AAA , 0xBAABCF0E917F4677A5D8DBD49BB4C05E , 0xBB1B6A5D28274A52A97C3A902D61A795 , 0xBB3A6F82FAC7459F89B3127C83AAC3AF , 0xBCF4073024D6456D853798180F7D65FE , 0xBF7D9046644749B6BF88CDB164E1624F , 0xC006251BAE9C4955B5F15D8B4F79D5AA , 0xC22A162D937B4591B9BF49338FD1A781 , 0xC6E322B9CC5A4B0CB7E19D55102390AB , 0xC70CF8D332E84062984444746EBD2499 , 0xC71E65B9464F45F69727F0C928B04D21 , 0xC8E2F126B67542F1BFEDB68726AA86DD , 0xC9822AFE8669477492047440B411D4D3 , 0xC9F3DD54DEDA44DABAC22A4AC7A04B42 , 0xCAD62E8B68EF434CA7DDBBA59D96B0AC , 0xCD84FBC26371498CA40118D7E71FCD3D , 0xCDBF7C5DDD544A4E87B2C282DFB0C63B , 0xCDCDC299800E42388E52452A3EF64060 , 0xCDF34A2C9C304929815298E73875CB6F , 0xCE60C0313D9F410F91B188790B651B75 , 0xD22E833015754120841BAE409C0AC5FD , 0xD29376A84E7543B280635670694F259F , 0xD315BE81A108442AAD19A54B0557DA1B , 0xD411E94DD69C4F9CAEBA00F4ECC1BA03 , 0xD525099EB282443C8E1B81871A169F15 , 0xD52A2FCC05914014BE6ADCA896C2E366 , 0xD9AD55583E644992ADC18D0088AD92C7 , 0xDBBBC7FC96BF47A9A5CE98B037F1C4CA , 0xDBF60111696D47D29AFCF66B80807219 , 0xDBFF2850F5FE4458BA7DD82F7E3F8458 , 0xDC3DBADCC1074223AB18F330FC26F3BA , 0xDD9FA15D6C784D3AB0E0596612D7B642 , 0xDDD3AFEF378246E7BA8E494FA54A50CC , 0xDE458A0A88404416B746E9F4C6D991AC , 0xDF64D5021477438188D43C082B8D8286 , 0xDFED0973F0AE4396A94D5A2279A85B81 , 0xE0407139B1334C109899B8E5FDC143D5 , 0xE057F5B53A404BDCAE067B066E4148B1 , 0xE0C26DB0179F4E80B80449D2ECC16D0A , 0xE159839C869342269DD7661361C6EB0A , 0xE2610F59669A47A8B4FE27FDDE939DF0 , 0xE376A38DDCCA412DA91F59D6D26EBC6B , 0xE4002CD9D82E4B7F99760B1846D3AE48 , 0xE53C9062DD7142169FD082935AC44F94 , 0xE6F61BD2254641BDA44EC369DB858D91 , 0xE8F198E54C4C4A09BC06AF1F21E698D8 , 0xE99B61B2BFC5441B9226AF774836DDA6 , 0xEAF295037E104487AAA71C2CE6671E67 , 0xEB1EAB4258564092870BB39CB5CC009B , 0xEC151D6D00A746AE90385FA03FCC7610 , 0xEC3AFA63266F4882BEC26136CEE9B289 , 0xECCCC3E01A09438792CCDE1CD8990D26 , 0xECD31744CDFF41DD8E0BB04B8C0E9F0F , 0xED4DA45D7E944A9FB0A36A13D6753954 , 0xEE31A6C46B6B4B4E9EF52A76F377B0FF , 0xEE396F8415FB4178A0016E357F38564D , 0xEE66AE513A2043F094332A223AF6112C , 0xF0CF82E97C1E4240B2D7A13177F61B34 , 0xF113823D86DE49788018C1B18A8849D3 , 0xF17953D284854EEFACECB3183B036A51 , 0xF42CB19C8197497B9A6A91BE534B2AB8 , 0xF444609D2F4E47F7874BCC9AAF8C7620 , 0xF54DEA9BC0554745A18E4CA09533EA89 , 0xF5B11DB4BF904E51A18EBAC550A4AC62 , 0xF8A9A268CD54446C8ECDE28A19FD5658 , 0xF9F931BF44AE4560819501D2AEE24387 , 0xFAA0B9C6B35E47028646289FEB0FF043 , 0xFEA025D9DBA648BA9AB9272E76720332 , 0x068436696D0E4DD2831C948CCA3B2D13 , 0x079CFD3AC7C64B31B65B24E4FCB374A7 , 0x08EBA61322F74E8F81CF8FC48B298966 , 0x0D6FA1B9B79F4422A754930005516F03 , 0x168EC164B9A448EBA7F9E0606ADB6777 , 0x1A0228839C074C7D8056A7F503CC80B0 , 0x22AC5D876E544B33A94207621214BD14 , 0x2747F043B53C419CB6150A92219843BC , 0x2D3427CB7A114B62B172EDC07786616D , 0x2D38D942CDF049819BAF03B186DBCAB6 , 0x344ABD4F8E9A402E9AE10DBC842EB46C , 0x3565B520A0E04869816DD66121F401D5 , 0x3743CC1EB21B4BC897098E8118DC02BD , 0x40D97A48F65A48DEB88F4A6F091756F1 , 0x45456B813AB54E7D86994E86E4783986 , 0x45AB76CA5B9646FC8A77369ADB2FEEE9 , 0x4E21FB490E89449A930BA35DB6DFD3E2 , 0x5046FE362C9740CA9F4E102ECB8FB327 , 0x5E15039CD55743CE8781DCA7AE776340 , 0x66618B6F399A417090C7157DC0FA6BAA , 0x69D3B3899BD148D5AEE64459FCAB0EE0 , 0x6CE0D61936F047D3BDE208BEE945C44C , 0x6D35998403234294B819F8A216C5171E , 0x6D57E8D0AC1049569EEDC1B010273CD7 , 0x723A338313F7434BB840473427A6AB6A , 0x8115390F5A0D45E9BC4CB16888B7936E , 0x8156861E8677456CAC8E3171C443F71A , 0x83D4FF5ED58C4AAA82B1156D9D31C46B , 0x8B3E6D455FEC4467A8BCC4C3D0F20125 , 0xA17C93398DF942468D2CB92DD5F51C2E , 0xA89B6730B76140F899A83FDF423ADE5E , 0xAD6F5346892D4A6B87D3FC2B8D675607 , 0xAF70198FA1694F43A2FC97A3B2F21F01 , 0xB07BB3F0333D49CC9545F5B88DFCB071 , 0xB51E616EE4544133BE2C76FAEA165297 , 0xB66A9E955E3A4268AAFD3023E96FA320 , 0xBD91B7EB30AF4CF69B946D8D2E40D780 , 0xC0E5553F035543A397984F5B8D7AE62D , 0xC1A35296A4534794B3976BDA95352903 , 0xCE302D90A32B4B08BBDBB1D12823BCE8 , 0xE37B0FB894154EC49353747A868DD351 , 0xEABE3597A2774D0485DE46D10E6FC0D6 , 0xEC1E42425D334E6780715DBA395A4069 , 0x000CAB2EE5E94DD7BC2914FFE6532B88 , 0x04D78201F96F4B4D8CA9A8855EB1F1DB , 0x05D8334F1587444F965532BF48410BCA , 0x07723529C099468896BEA939B6247F8B , 0x0820D459BC094E778A64CC409630E76A , 0x0862C837D2EC4089AFEB5883B196D3FF , 0x088B9FD394274F28B66DB1919EC3D8C0 , 0x0996538FAB9B4613862273F6A7E60F6A , 0x0D4833C09247470BAF18E7F4398A8A4C , 0x1027DB2F63B441C784CCE5DEF7725EB9 , 0x104C16C741FC491589DC2FE38F5F6B01 , 0x16ED3E1DCC3042E0A574CFDA71497E73 , 0x185281DBAE8045C58E1E9B95DE652EBC , 0x1A0ECBBAD0A649439DB58B9D12097830 , 0x1AA82CFD09C1402C8B4A32A5D15850C2 , 0x1EE9F734A30D49C786DDC29084367D30 , 0x22FC4D2148264CE7916462B6249BB0D0 , 0x2414C82F6A3A4A1981E42660F7C31751 , 0x2752799867A2498C8AE50694508B8D7E , 0x278DDCD1EB7F4582804E5C854A4F6583 , 0x291CED7ADB1B4B71BD54B05E0917A794 , 0x2976104F542947B88F4215A506D0C528 , 0x2A31D4AFC99D4020B88D9888B0978CF2 , 0x2D0ED07CCC7648B7803DD2608701871F , 0x2E19F00BFE254FDB8B782EA37538AB19 , 0x3060AD09EFB54B2381621457F6EFE5A9 , 0x31553359F3114CC78DB02C09A8A765B3 , 0x36540108B3654C7B9BB1168AFF2D5F56 , 0x36A41971B43E4CDC8B48BB5D743FCCB0 , 0x4CDE68CCA4B8466FA3B802B8CE904CA1 , 0x4F36F50E2F414CE69FB804C9F10B753D , 0x505A5882AEAE47359BDD964255B526EE , 0x54125CE1B2B54E19BF9D597E994A4ACE , 0x553AB42E5CB0486590EBCABB08E91045 , 0x59B5EF6940474914BCBBDCB34286129E , 0x59F842F9C409491FA0846D4B7E8AEFCA , 0x5DD0EB543052452BABDE21429AF73BBC , 0x6499B40B9F2E4E208E8B98527568AF4D , 0x6B5C0D239F894A469E10C6F1236B9FBD , 0x6BB5A0E1439C4525A72A4D748E8346E6 , 0x6F99B4D603B84D5C916766199970077E , 0x747FD049B21C427F949E686AF93BDC88 , 0x7C6DCCC5BE6D4770B0C1188276CCA5B4 , 0x7E7C19245B0D402AABC97E7CBE57071C , 0x7F39038630624BC4894AF3AFE627615F , 0x800119BB0EC84F86AD6B976F4CF0CD5A , 0x8587A8EA5F43492CB82FC0C4E3136A8A , 0x89F1A83E8153422D80A435733D4FD136 , 0x8AFD9C257A954F4D9E550BCED7F5A047 , 0x8C1CE1435C0C463D994A70BA34CC6582 , 0x8C8A954745D040D78F61BB4D0916C7FE , 0x8C9899EE86F14CFFBE486A62D5C966F9 , 0x8D90374F35D1443E8BA5185AEED47A79 , 0x8F722571AE9A4B8392322229154EE1C3 , 0x95EE4A5FAB7B45F7AD9E4BE6726D897D , 0x97FC2286EAEC4050A703F0FA380D523D , 0x98FDFBA6287A40159E755A8666C050A9 , 0x9B8155FAC3DC47D88CE37D2DA0F046C1 , 0x9F7CC0A503AD438ABC4BFF4A90B2A21E , 0x9FF25A097EE2406EB71EAC2A16D59A2C , 0xA037F04DBBF24E2483A529A59E756046 , 0xA7064E2D294444F7B17827A9644FB9EB , 0xA8B8FE0C13154A419F1953E7016110F5 , 0xAAC67D373CFD4A3FBDB1891764264605 , 0xB0E7BA391FC245C0A607EB27AEF01ECF , 0xB2D30EC33B2A47F0ADB7F727138E072A , 0xB93AA7CA1F684275960465D405F7D1D7 , 0xBAF8225E83644D4FA93B751F2D01F120 , 0xBF3977D5EF1E4C2F905AFEC9436B89F8 , 0xC18C262A3EF2405180F4388B5C3CD75F , 0xC4FA6D3675994CEDBBAF74B1ACD3D26F , 0xC9194FC8EADF4DE58664A0A061E9F938 , 0xCBF4C78AFC5D4BD69DB87E0E36D8175B , 0xCC407D966D1343CE9ACCD50817D6609B , 0xD328CC65BFBE4ACAB5F1232DC975D30F , 0xD44EAEAEE9D148B7967887B5051A593B , 0xD964043ADCF84A0C8C616BB090821BBA , 0xDA2E347DFC3F454FA0B6A31076259BA8 , 0xDD42E97A80EB4914AD6E96F3E6F30779 , 0xE3B2420A38B74359A69146A98E1258F8 , 0xE3BD6CDC43554268A59CE84B42FE520F , 0xE974A7CF5CF04213ACE9BF85ACAA1E5B , 0xEBFC759941F34A958D6057405B4C74E7 , 0xEC9E89BC0C784A2EA1D018CE102E9E3F , 0xEDC155C57350401BB0B32E15F566B118 , 0xF1DAE07BBDB247FBB41624EF1390A875 , 0xF2F60FB59E134450B123F7EFCF2FA359 , 0xF47D67F6209B4A49B9936339B4F00B85 , 0xF4B1D8D54CA34BBDB49CF256B5D66DEB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
81
3.80 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\f «.åéM×¼)\x14 ÿæS+ˆ "
b"\x00\x0E xIGFAŸ“áÅçV‹(© "
b"\x00\x0E õƒ\e :C\f ‚?ÛšMš‚¤ "
b"\x00 z\x1F ¡R¯L\x13 …'gü÷J$/ "
b"\x00 ü¼7öıJÔâ_i█Ç╔ ▒ "
b"\x00 ¦áèÌWLo²ðÀ¢\x1F Ÿ_‰ "
b"\x00 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x01\x02 -yØëA¬ õ˜I‘#ö½ "
b"\x01 5Þ!Ø~BŸµÝ·1Ÿâià "
b"\x01 ▀\x04 7ı─E±Ñá{ÛìÙ▒â "
b"\x01 ô»Qî\x06 B²¶p’\x08 äª[- "
b"\x02 (ëÝòŽL»‡\x7F |Ø—8²x "
b"\x02 qµ\x10 LhE▄Å▄ü<┌\x13 ½Ô "
b"\x02 ÉçÐ\x00 ╩MȺ\v ┼\x0E í‗_p "
b"""
\x03\x1D ñøF\n
JT¡¦Š†Ù\x12\x07 N
"""
b"\x03 VÉ·zæIt¥\x16 ŠeÒã7@ "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\x03 Ðm$;¯Iıb›cpÁ\x19 ø "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 Wˆ\x12 ¦gA€—*&k-\x1A\f Ô "
b"\x04 ׂ\x01 ùoKMŒ©¨…^±ñÛ "
b"\x04 ä*â÷ŠGÜ„°ï†¦‘£] "
b"\x04 íxÒ»ÎO#¤\x1C\x13 [Ù‚\f á "
b"\x05\x03 ;$k]Fü¿LóX~©P” "
b"\x05 LУÐ#N^šQ±¹\t €n@ "
b"\x05 ‹\x05 é'ÑJ{“oe\x19 \æ!– "
b"\x05 Ø3O\x15 ‡DO–U2¿HA\v Ê "
b"\x06 %\x1D Ó°É@“•\x1D ¡\x00 ðvÂê "
b"\x06 >\x14 2"¾C2œ'( IÖ¡Ê "
b"\x06 „6im\x0E MÒƒ\x1C ”ŒÊ;-\x13 "
b"\x06 “ æ“ÖK½”†¼º°ú\x11 ] "
b"\x06 ÎV +ëA½ˆõÖ|\x00 ;.] "
b"\x07\x18 ¹á\x1A\x7F OµìErÌ©¹È¢ "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\x07 r5)À™Fˆ–¾©9¶$\x7F ‹ "
b"\x07 œý:ÇÆK1¶[$äü³t§ "
b"\x07 Â¥\t ÕÍNbŽ\x04 ®l\x16 +kV "
b"\x08 ÔY¼\t NwŠdÌ@–0çj "
b"\x08 0„WåûF\x18 ‡øa;\x02 «08 "
b"\x08 bÈ7Òì@‰¯ëXƒ±–Óÿ "
b"\x08 ‹ŸÓ”'O(¶m±‘žÃØÀ "
b"\x08 Önû\x0E ÌHıì*ÌÕ?óðÄ "
b"\x08 ½®U\x10 MMX‹Ì2F|Žp\r "
b"\x08 Ùª\x13 "¸NÅü¤Å─ï)ëf "
b"\t Dp=;▀O,ÅãÔn]Y³n "
b"\t ü½ÜÀ\x06 OP½u╬╦\f É\x1D Ç "
b"\t ûSŽøF\x13 å"s÷ºµ\x0F j "
b"\t îÇ€†¯KѰÚ#\x04 §>¯ƒ "
b"""
\n
Qžw\x03 á@ľ§„¬\x17 £ø>
"""
b"""
\n
R•\x1C ¿OKÀ‘xDÒr†Û\x18
"""
b"""
\n
Ç0Þ«æOΰ\x1C Jëdj^=
"""
b"""
\n
¾ä!\x1C\x02 M╣¡â\x1A ┘ì│F┤
"""
b"\v\x00 .ö;ÊK\x15 §W*Ó\x0F\x04 1ƒ "
b"\v æ\x0E P\x18 [L▒àØLyî#¬÷ "
b"\v §~\x1E q\x0F E#¡\x01 ðî¿zHâ "
b"\v É\x17 µíÍH\t §C¸/Ô™öB "
b"\f YÝ©ÆÊK"…FĨHè±/ "
b"\f Õ\f ._ÓHLºVØ\x00 ‡Ax "
b"\f ┌ÎpÉKDÛá¾─gõJnõ "
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 o¡¹·ŸD"§T“\x00\x05 Qo\x03 "
b"\r Í9ßt¸F\x04 û▒░ÂA\x16 üö "
b"\x0E\x07 yÿëÖC¹€Ÿ.\x00 !rW\x1C "
b"\x0E 1ØÕé■F/îYÙäkOGÕ "
b"\x0E Joé÷█FÂÉj¦c£\x1A ù) "
b"\x0E _µž\f\x19 Bк»²ý\x1C A†ˆ "
b"\x0E zAØÈ¸D)ŠÚ\t ð²Âùs "
b"\x0F\x17 Õ†³ÏI=³Q…8\e ¾ÎØ "
b"\x0F 6fO\x01 «BÀ´3‡9µ\x1F ò\x05 "
b"\x0F W\x10 ^Ä„II¤ÏÂÐ ×þ< "
b"\x0F ÀOªî{J<êIÅ4\t @Ço "
b"\x0F ½:åòhHY´“+æ,§1‘ "
b"\x10 'Û/c´AÇ„ÌåÞ÷r^¹ "
b"\x10 L\x16 ÃA³I\x15 ë▄/ÒÅ_k\x01 "
b"\x10 öihMÛI¨ëü4▀#ÍyK "
b"\x11\x06 |ðÉÉJ\r ©(»ÿøÑÐ\x1F "
b"\x11 +éÎÌI\x0E µÅSâ6cI\x1A "
b"\x11 Öæ£èŸA¶¹˜\x08 Ôæ“B¬ "
b"\x11 ÛIJE•J4³ ‹ùƒ×\x10 q "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b"\x13 “ö<gÁO\x13 ¸§\v –\f Jåk "
b"\x13 ²¢ÜVGHJ´ýMi6Lî\x18 "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x13 ╠'´\x18 ■K}åKAü░Çß╣ "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x13 ó[ƒv4B÷‚Ø\x02 áÎÈ´Æ "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"\x14 ô®àÉÞK\e ǃ\x1A QDSâ "
b"\x14 ø\x7F ú¨rA&º├_Å>ÄeÝ "
b"\x14 £‘;\x02 ùF°‹äñ\x00 Ã~X\x08 "
b"\x14 é“Ä“\x0E Jν-\x07\v U\x10 Ô "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b"\x15 ³¹¯FJH¹¬‘¶:Ÿ\x02 Jª "
b"\x15 Äïc/2B'£ß0œÕ–%\x19 "
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 ŽÁd¹¤Hë§ùà`jÛgw "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x16 ç[|åíB+¾+@çФ\x02\x1A "
b"\x16 í>\x1D Ì0Bà¥tÏÚqI~s "
b"\x17\x05 HÐ\x1D áDm´ýÞ{µ\x07 Á\x03 "
b"\x17 5¶-;gF»‰\x06 †J&¹É "
b"\x17 ;i«0\x19 H¥ÑÅ·R\x18 Ù²\x1A "
b"\x17 Cž*GDOi™\x15 ÍšÆÖyã "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x17 ëÎOA\f N´¬T\x01 üÿX\x0F Æ "
b"\x18 M╬O¿┼MBÆñÉSB¡ø\x1F "
b"\x18 Rü█«ÇE┼Ä\x1E øòÌe.╝ "
b"\x18 ▒╝ÅѦMví:\x14 "9û└\v "
b"\x19\f É}╠L▄©*\x17 Æð¹eu "
b"\x19 ö¾║ı¦O#¼¶sñçK´Å "
b"\x19 ®xL\x1C @Ç€¦ô'w‚a\x11 "
b"\x1A\x02 (ƒœ\x07 L}€V§õ\x03 Ì€° "
b"\x1A\x0E ╦║ðªICØÁïØ\x12\t x0 "
b"""
\x1A\x10 \¹\n
\x13 FR—F?¦¼=ÿØ
"""
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 Ðìö¥wF¾ìh\x1D ─\x04\x7F [Ê "
b"\x1A ‗r▒¡0O¥▓ûKü\x14 ,\x0E · "
b"\e ™l3+8IY·q‘õªb¡í "
b"\x1C\x05 º½˜&Cé…?õ³…—vn "
b"\x1C EÁ*\x13 ÕEb‡®eC\x1F è\x03 Þ "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"\x1D LT\x19 sàL&³ã%e™P"Ï "
b"\x1D Åı[õGASî─äd\x01 lö▀ "
b"\x1D §8ïÎ\x00 C/“9•\r \x11 Jj× "
b"\x1D ´Ï\x07 4\f O¤‡ÈšÃ:—’ "
b"\x1D ¾Ø¨ırB╗▒RÄmõ 7i "
b"\x1E 1q8\x1C îC\e ¥”@"|-IË "
b"\x1E ˆz§‚dC†¹0i\x0F Ä{²& "
b"\x1E ├ó"╗ýI»É$®▀>■hÌ "
b"\x1E Ô*äf¢L\x0F †Ö®’Z\x1D õL "
b"\x1E Ú¸4ú\r IÃå¦┬Éä6}0 "
b"\x1E ûð:\x19 ´@Y¨ÕVR‘ÈQ^ "
b"\x1F cc«\f ÅJ\v ”\x1A ã׳2ç8 "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b"\x1F ─WÂ\t »K╝Ép¥Ö¬Tù/ "
b"\x1F Ô\x19 ÏC┼J6ɲ´▀yßIÆ "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b" ¹XÉN–Oñ£\x1D\x04 ì\x1C ÷n? "
b" ¾qcà¸N\r ¾ØVŽ‚:\x06 f "
b"!<šùìzN\x17 ®¼(@=.G+ "
b"!Ø└6¼▒K╚ñ0Þ-7\x04 ╩³ "
b"!ã‰P(œGÔ¹méøUÌÀØ "
b"!øôŒ“;GŽš¬¦rÿv\x08 E "
b""\x03 珵K¸ç╗╔ýþ\┘¶ "
b""\x1A ™£¯æFÉ…¼qµö*wƒ "
b""<Ðð”¸Jª¹²³\x1E ëóñÓ "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b""… ¶òƒ@ø•Ò«]\x02 3C³ "
b""Œæ[öÅGò¼ˆ \\x1E ³Ž "
b""¬]‡nTK3©B\x07 b\x12\x14 ½\x14 "
b""°ðç"sA‡ƒvXô\r ñJ… "
b""Ìß╝x▓OyØl┬eò¬\x19 ! "
b""öíS×ÉC\x11 ¨ºÝiµµ-~ "
b""üM!H&Lç‘db¶$›°Ð "
b"#H˜´ KGdzt¹Ì!¯ "
b"#çÉy\x7F ¼J‗╗\x1A ÝwT\v ╚Ç "
b"#—s\x07 fŽC\x03 ¢Fè]ßB—P "
b"#ªiMwxOj‡\x1E û9m-Jù "
b"#¼ùk¶COHƒÝý¶gú.È "
b"$\x14 ╚/j:J\x19 üõ&`¸├\x17 Q "
b"$1ú\x1E —7Cu™f‚\x0E §à"[ "
b"$3®à\x0F =GÕ·p\x08 ß—@Rÿ "
b"$6.¿œ’L*‡”hÎ\x0E 3e\x13 "
b"$7«u‡\x19 In¶§Û\f „Òá\x0E "
b"$_„\x07 Â\x19 Oì°Ó(îCG%¼ "
b"%€ëkoHIv¬\x1A\x01\x13 €÷ï\x12 "
b"% C8sSGg‹\v B?éþp„ "
b"&1Ú\x05 Ó\x13 I€…íY‰ƒN.§ "
b"&ª\x13 $¸(Gÿе\x01 °Ý5\f  "
b"&À}¢Ï)@µ“Ö"˜Á®Ãx "
b"&Çè”ÓœEg‹„×T€k\x1D \r "
b"""
'GðCµ<Aœ¶\x15 \n
’!˜C¼
"""
b"'JP0¾»B2š\x14 üª(9¢ "
b"'RyÿgóIîèÕ\x06 öPïì~ "
b"'„á\x01 s\x03 M᜿Šä\x1D F\x04 j "
b"'ˆä÷2ÖN‡“Ý\r Êo³®> "
b"'ì▄ÐÙ\x7F EéÇN\àJOeâ "
b"'┐ÉUè@Ûíñß]Éï±ô "
b"(\x13 EwÎßE╦üe╬ÐϾ\r ^ "
b"(oé]õ\x1A K\x07 †‰ý›ß@rY "
b"(’ñÜn–C[‚’òmÑ|\x05 ë "
b")\e «¯Ð3N¯ž[*K)§ey "
b")\x1C ízÛ\e Kq½T°^\t\x17 §” "
b")0O$HÞM\x12 €ÝF#ýôPT "
b")2T1é½Jì┤ÈÄï,\x1A ¥k "
b")R\x1A [}4A¥³›9v‰Éÿk "
b"""
)Z\x06 ™µtKv•CüÖ\n
Pcw
"""
b")v\x10 OT)G©ÅB\x15 Ñ\x06 ð┼( "
b")vï(·\x10 IŸ…«¢OÁj¢Ï "
b")Ò4\x0E ¿FNΫØÌw²94™ "
b")ð\x1E åFvB£·\x10 Àz\v ×\f ¸ "
b"*1È»╔Ø@ ©ìÿê░ùî‗ "
b"*Ññؤ<B7Üô¬Ö%y[K "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"+\x06 Žï\f ‹Lvšs0\x13 ¡e˜ë "
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",tJ?|ç@JжüÎ\x16 þ’j "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b"-\x0E Ð|ÌvH·€=Ò`‡\x01 ‡\x1F "
b"-4'Ëz\x11 Kb±ríÀw†am "
b"-8┘B═Iüø»\x03 ▒å█╩ "
b"-C¯┬åmF\x19 ô╬╩ı³ä¿É "
b"-¶Ó—š”DÄ¡‹,(›\t –v "
b"-ØS-…µE•©2€¢R†Óò "
b".\x10 ýZé»MìôO¾4QÝò, "
b".\x19 ð\v þ%OÛ‹x.£u8«\x19 "
b".LÉÛ™þL³–L\x1C ÆŠ-Á\x1C "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"/lR/Ð:LN«oyi4ú¦M "
b"/v½ôp"F$¶Ý\x1F Úv#öÉ "
b"/┼\v ÑÝÍE┼½¤Øøóf{Î "
b"/Ã╩Â>ÆAxôÅjadزÿ "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b"0%ÇC\r òCÿ±\x13 ¹‚A¼í‚ "
b"0+¦Í÷'Ei‰0'üá\x10 O4 "
b"0`¡\t ´ÁK#üb\x14 W÷´Õ® "
b"0»¸>B\f GÜŽV|áÎÓ\x1F » "
b"1U3Y¾\x11 LÃì░,\t ¿ºe│ "
b"1[æ3\x1E ƒE╣Åy┌»═æEô "
b"1[▓þñØG╦ò<uµJÝÿÉ "
b"1ÙYTÙA$·\x15 Üm\x08\x15 ½\t "
b"1î™¼ÂØJv¡u\x0F ‹\x1E }+ "
b"2\x13 ì|m\x19 @\x0F ùÚ┘W┌ή` "
b"2@2à±1N؇®û@õÿò‡ "
b"2aðDÅzInƒÏ\x13 ä·\x1D Ú\x14 "
b"2─Fc\e ║K+ØÁ9,q*ç2 "
b"35\v ž¾<J`¾\r \x1A y(\x03 l\x18 "
b"38Å\x7F @°D▒╣IÆ<0ç\x1C Y "
b"3p?ËÙpM‡‡U\x1F cügö "
b"3y¦üZ\x02 I\x00 öy█ìÓâ«\x10 "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"3ÕŒÕ$\x08 E‘‰ÂP9ŸïÛï "
b"3ûkÕ\f\x07 Ic±Â6} \x02 å½ "
b"49Ç'\e\v K‡¹‘Žä…×8V "
b"4J½OŽš@.šá\r ¼„.´l "
b"5\x04 Þ>qªNY–Ã}zA\x1C Ü— "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5eÁ áÓHiümÍa!¶\x01 ı "
b"5íϸ\x12 %Edç3Áëì/÷W "
b"5öëËj°HH³ÓN8öJˆô "
b"6T\x01\x08 ³eL{›±\x16 Šÿ-_V "
b"6¤\x19 q´>LÜ‹H»]t?̰ "
b"6▓\x01 ÊG7DS¼%ü«┘&㥠"
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"7C╠\x1E ▓\e K╚ù\t Äü\x18 ▄\x02 ¢ "
b"7jÑÒø\x1C Br¹ÓHÖ\x19 ÃnÉ "
b"7ˆ?‘\x05 œGŒ‰`\x02\v ë`Ój "
b"7ØAº\x13 œI䈪#¸òëÔi "
b"8OÌéséLž°”½ƒJíxh "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"8«f´khBï¨ooæâ\x19 ·P "
b"8·c\x0F 'LN¦§OØëíNS "
b"9\x06 à\v\x1F œMô»Þ ÄÞ\x1C ¢E "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b"9Æq\x07 ╝\x03 E ┐|ÉRP>▀U "
b":\x10 Rû¯çK\x1D ŠJvLo\x03 b "
b":BaºþSOaƒƒÔ4tv\x06 Q "
b":–Oµù=Kö¸½d\r \x1D ýĹ "
b":─{*ÓëG█©─*┼╠É╔' "
b":Õþô&¤H=ºqÞ„[•3i "
b":ÿ—™¼@Aôƒƒ1q‰Ø\x17 "
b";;\x1E É…ÂF\x03 ¡·«ºüõ3Ñ "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b";Ï–æx\x1D Fõ”ˆ\x1A ¼I\x16 „\x05 "
b";Þã\x0F á¤J-¼╗»k┼ÅóÌ "
b"<2Énè\x00 NL€„ŒA<PH© "
b"<6ŸñÄÅO\v ‹š”ß[6\x07 5 "
b"<GƒÚ” @\x17 ŒTYYÙ=¬N "
b"<W\n ð\x19 ðHŃ\x00 €\x1E úñT\x11 "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"<ÂK\x1C \r KLÞ¼$CþàSÌó "
b"<Ê\x02\x08 ø?C\x1A –=\v ü;ªïa "
b"=\x11\f ô·oAaœ¦\x12 tzh\x16 … "
b"=4C)¶vHb¹Ï\x04 E‡¯õj "
b"=rɱâ\x06 MUî┌"ı\x1D ysà "
b"=ª\x04 íßC\x1C ¼%÷×Éy²¬ "
b"=ÕŽ|EOJR®¸êaEã\x15 1 "
b">\x00 †áÕK\x1A ¥Ò\n cÐJ!û "
b">\x15 ┬°yÅIBÖ$U0a\x03 ;Ò "
b">…•%¢IV¥1V”‡dPb "
b">«i\x12 ®KDy¦Çç\x18 æ«(J "
b">Ó¦«±0M¸¶¯ý"$\x17 ]8 "
b">û«X+áCí±\x1F ¸¬˜É—p "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"?~û6€!J\x10 ®\x03\x1A !›c–Œ "
b"?ØÃh\x1C kJ■ü█;Ñ¡eéÔ "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"?µ\x11 ù¶ËG\x17 ›yÄyÒ†Ÿ\x18 "
b"@\v e\t éŽDà—²‡“ƒ'&ó "
b"@\x11 “RW£Bž°Ž²\f\x0E jÔ\x1A "
b"@\x1E –ÁU…GI„gðɯժ¶ "
b"@:2ÐGýNH¹6'¼b¿R7 "
b"@i\v I#’EæŠ\e Yeª_ÆT "
b"@ÃÈf\x04 +KÉ”ª\€Ã\x7F $î "
b"@┘zH÷ZHÌ©ÅJo\t\x17 V± "
b"@õÔ>íõB§²”Á45{ü@ "
b"""
A\n
v[²&Má¨3ws©]\x02 3
"""
b"A®}\x1D ›jDлv¦\x12 £\x7F € "
b"A±ø/ADHkˆ•±È?q\x07\x00 "
b"BßÇÙÅÁDÝ×\x17\x18 [┘PN\x1D "
b"C:C‰eºCT€\e Œyº€Sl "
b"C[j\x10 _›Ië¡Ö\x14 ÒþzÚ/ "
b"Cnäpç\x18 N: vÆ\x02 |J5< "
b"C‚vg¶YJn¯ºõk\x06\x06 ®) "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"CÙÌLò…@¿¨Õö\e kF6X "
b"DM"ö\x11 ÓC…²ÏÀX`\x14 E¢ "
b"DW\x11 Í\x1E\x1C F.ô¦»\x00 ╝ÆØm "
b"Djó'\t GCo´ž¨\x1C %+¾\x14 "
b"D®|\v\t @&šó¾\x17 C¶´‘ "
b"DÓ:J³'G~¯#ÀQnÎ<¢ "
b"EEkü:ÁN}åÖNåõx9å "
b"ETü\x06 -╬@ýü,lsÞ×ı┼ "
b"Em¸Y\YFޝ\x19 èV\t\x16 »Ú "
b"EnWá%$H€º‡\x0E ~”IåŸ "
b"EœÓ¨¡bIޕΉÞáÖ\r k "
b"E«vÊ[–FüŠw6šÛ/îé "
b"EÁ\x7F AÍ'Ap© ã\t N$§½ "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"F\x12 Œr\x1A «HȱEdØÓ5÷ "
b"FLò0íqDŒ¾e/\0ô\x13 "
b"F’jŸ0\t OV³£€Ù$uÿ) "
b"G\x11\x1E ‘]JM¥¿t\x00 ÁÎò·è "
b"G\x16 šxÒ\x1C G+µYÈâIs™Æ "
b"G5Å╚ñæDÍÇø└é=Ð=\x11 "
b"GDþJÜ\r J‡¶ý@—,\x07 Ÿ\x06 "
b"GÇz"Ø+J´í¸ ¶¢HÈÌ "
b"GúÍ`³‘LPº\x02 APŒþùõ "
b"HYÁd{ôFjŽA oýÒ\x13 j "
b"H~£╦¦╬D±Åî╚\x7F ╝ø┼N "
b"H█n╔néKúÖI\v dhØå■ "
b"I!(mB×Dh‚A–Ö*õ\x18 ü "
b"I*\x04 :`)GÄæD;Ô├É\x16\x17 "
b"I-U_*▒Læé═¥ØÅÖíì "
b"I3`P®µE■é\t üÕ\x16 #êW "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"I³˜°âZF¶€Šš%QI\x05 e "
b"J&.gèWIï®ô,†¾˜o! "
b"J2\x15 ºN›F܇£CÑ8rB’ "
b"""
Jk\x17 »\n
™O\x04 ³VXñ|¦€‹
"""
b"JŠ}䜳Aƒ’¼ g§i\x06 ¬ "
b"JÂÂèºÆFa¶OTþ#$9– "
b"K\x14 OðØıI\x16 ƒ`Û«{ÂøÙ "
b"K\x18 ÷BãaNT«ÉÞ&€]õè "
b"K\È7MVOu¹›\x19 ½¢Â¥Æ "
b"K¨\x00\e z¹DAɾj,¡{ÿ* "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"LÍWËŽQJ^¸Ã|ô“Š”9 "
b"LÌh╠ñ©Foú©\x02 ©╬ÉLí "
b"Lò~…ídG\x13 ¾©i_û‚¥Ü "
b"M°:\x00\x1E ZEüšÉ·Rsš\š "
b"M³ÿ–ê\x18 H·ƒÇÓ\x05\x11 µFx "
b"N!ûI\x0E ‰Dš“\v £]¶ßÓâ "
b"O6õ\x0E /AL柸\x04 Éñ\v u= "
b"O9W┌\x0E âM\x17 ÉL\x04 3¾ÀÙ╦ "
b"O\x7F £o>(J·’\x11 Ž\x11 ÝŸK† "
b"Oνc¤“Fî®ð¿ç§°\x02 o "
b"Oø:³(óO‚´üŒî9\x07 ŸÎ "
b"PF■6,ù@╩ƒN\x10 .╦Å│' "
b"PZX‚®®G5›Ý–BUµ&î "
b"""
Q8\n
Ö€ÒNu—\x05 (íN£5‚
"""
b"Qy÷2B¢@3—„¨äPý&Ä "
b"R¾èE¬æA걨dø\x13 ·á\x00 "
b"Rê§™˜ŽM÷žR‹#\x1C 5óe "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"Sš\v _ò\Dѵˆfaéc\x01\x0E "
b"""
SÏ\jVZJ\x04 ±&©›\n
{˜o
"""
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"T\x12 \ß▓ÁN\x19 ┐ØY~ÖJJ╬ "
b"Tz»j^\v NͯòÏJ\x08 x–/ "
b"T~œâ÷ÌB«W؃7/.¡ "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"T¼¶d^ÍO`—\x02 ¼\t çžÍø "
b"U\x17 ܵ àD}‹qâP(›ÛÏ "
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"UÕÈÈ\e\t D´°0qÙ ?D6 "
b"""
V\n
¯\x01\x08 ¶B×Çv\x15\x1F Å·╦A
"""
b"V2àÂ\x11 1Kɱ•± G0Ž4 "
b"V³ºà¯ÐC‡ \x08\x18 ³8ý\x10 Ô "
b"VÀ_x¢ÚDЧÀC\f „r\x15 ¾ "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"W¡«èEwBƇ|»âÑ–>å "
b"X\x00 Ø<ycA\x1A ╗%w6æ\x15 ß' "
b"X\x0E )$ÂòG═è░ÉÁ┘\x18 7p "
b"X\x1F Jˆï½K(’+Éì´Fý\t "
b"X:6Ü·cG€‹>:`є֎ "
b"XÆÃFL¶AÄ╗\x07 H¦Ò(Å¥ "
b"XäTNvqM×ù)˜l=$+ "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"Y\x0F âè¿!Bz´‡@{픑 "
b"Y\x1C /\x15 é4ATœÊÂî’ó3} "
b"Y#ÅO2┐LÑå¼\x16 v\x1E ×à "
b"Y`¶ë¿6K*¼1»Fó\x1E î± "
b"Y}i0HëOßûÅt \v #\x1A\x1C "
b"Y™à(àUDØ¿ÁÍ‹\x1A “Œ— "
b"Yµïi@GI\x14 ¼»Ü³B†\x12 ž "
b"YÁ¨F‚\t Na¥û¢\x08 \/©_ "
b"Yë×Õ}ìF°´åèàV¼è‘ "
b"YøBùÄ\t I\x1F „mK~ŠïÊ "
b"Z\v —(*‘B\x19 »M`g·¢é\x00 "
b"Z\x11 ¿˜ù-Já·¥ó“”ü’\x19 "
b"Z\x16\x1C n§²D\x1E µB3T'ä-œ "
b"Z"«y”^M²¢<ܱ=\x18 ½] "
b"ZD^ \t ÖJqœeìë\x16 >q "
b"Z¨yñX–BiŽd“²¨‹–N "
b"Z²î6µÄJÄ›\x10 áT¬•`¿ "
b"Z¹Q\x19 ó\x01 D¿‹ÈÒÄØ©\r å "
b"ZÀ©HcwJ\x16 ¥øfÉ¢[§Ð "
b"ZÑØP%ÿI4„EØ\x01 K±Þ "
b"[LD˜=ÇF\x04 €c’ëü@\x04 ¿ "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"[þ;×ÿ┤J'ûàê\x0E -É\v F "
b"[÷o`¢ÕN\x1C –¿\x19 ~—Ɔ\x7F "
b"""
\\x1A \n
\x01 òG\v ¶bÛGgFŽ6
"""
b"\nN¸S■J╚£æëò╗ìô▄ "
b"\}\x19 5╬4DŪ║3´7▄Èý "
b"\Å©\e\x0F ãAb“êmqϧ@\x15 "
b"]¡KИ€E\x19 “lJY³\x15 K} "
b"]Í6\x1E æÇCh‹-åc–ô±+ "
b"]ÐëT0RE+«Þ!Bš÷;¼ "
b"^\x15\x03 £ıWC╬çü▄º«wc@ "
b"^R!³└ðO~ù\f ìÜo┤\x04 └ "
b"^q¶À\x02 ÄKÉ╝?8r·vÕ# "
b"^ëM\x0E\x00 ¢A\f „3J}«G\x7F ¦ "
b"_t╬\x1C yØDXòÇêÊÙÀq° "
b"_ŽQYˆÈA舴TÌKóVâ "
b"`\x00 go\e\e CËÜîÉ\x0F\x16 0ô0 "
b"`9Í€ulJ ›-ƒ‹zÍ\x19 0 "
b"`>*j•"L@¶\x06 ÙLLö•( "
b"`u[|\x07 iLÇü╬ïqºò³H "
b"`½ÁXbÒL¥”32ËIk±× "
b"`øï¸R(H‡˜AH¾¸à\x08 Æ "
b"a»@|ã9GX¶r$È5ÿUˆ "
b"""
bœˆÇ@\x08 Nø«Œ\n
«d[”$
"""
b"c(x\x1E\f tD-Šï3/Ø$nu "
b"c?Æ\x03 (¹Oh¼T^p22\x00 ì "
b"cTç†ë\x15 J]°?'͘j\x16 p "
b"chD=³\x01 @ŸȱDG"Ñ# "
b"c¾Ÿ{ÐýH¤£¶ç€½–& "
b"cÅ;ã…ÝCÖ¯ÔˆÛä1°@ "
b"cÌÅ╬0Ð@Óü¢lZ`²ÙQ "
b"d\x19 ¾^ÄOåŽÒ‚~ä\x0E Å\x01 "
b"d% ²ÛCCõ“°×‡bz…n "
b"d2·>ð\x19 Bßµ²òð\x0E W\x11\x15 "
b"d™´\v Ÿ.N Ž‹˜Ruh¯M "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"eer®cMÆFm¨\x02 Ñ¢¾ "
b"e|š¶JIOàše\x00\x16 ï\x0F\e Ì "
b"eÎÌ!¸5FܻҞÜ\x13\x17 •0 "
b"faïo9ÜApÉÃ\x15 }└·k¬ "
b"fÅJƒs█N»╗\x08 ÇÃå!À═ "
b"f╗;\x06 GEA¤Ød▀ê¾└¨ÿ "
b"fÒ˜¬è>M¼ŠŽ\x1E @·õ° "
b"g/,fù$Dø¸S…@(Äl "
b"g_\x06\x1C GOD;€jF¨z6W{ "
b"gé\x00 9ÅcGpî-Þ\x7F 3Ö%> "
b"gØþWíNE6ÄJÈ1Ü┘Oä "
b"g╦*eeçNþ╝m7x╦\x00 ┤ì "
b"gî¦w1¯Gé±*ÿk"1hE "
b"h %│~CäÅÉ│Åı▄æ{ "
b"i\x17 ¡«8ÀF[¿$CíÝg¤÷ "
b"iB:Ö%\x1A Iš´\x7F ÍÄ\x18 <G‹ "
b"iù/&‗7IïÄüuGËÀ¾K "
b"i¥uìk8Lú®ÏAÅE╔:, "
b"iÓ³‰›ÑHÕ®æDYü«\x0E à "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"j(DÇ\x04 JK‰©Ú¢ø2\x19 ¤ "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"jÈÑ>‹‚L\v º¬\x13 \¤'øë "
b"""
k:ì½S\n
KÕ‘WžôãléS
"""
b"k\\r #Ÿ‰JFž\x10 Æñ#kŸ½ "
b"kµ áCœE%§*MtŽƒFæ "
b"""
k¸%0,ïFa‘«\n
ò;É.N
"""
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"kÊÕ>(7LÑ·7^þ&®>þ "
b"kþíøsáM¦Â\x06 ¤╚\x05 Ììù "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"lnûìOúDžÁˆmÀ§Ì> "
b"luŸ/EAKO€\x05 ;ˆ[Éæ¦ "
]
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 (0x000CAB2EE5E94DD7BC2914FFE6532B88 , 0x000E78494746419F93E1C5E7568B28A9 , 0x000EF5831B3A430C823FDB9A4D9A82A4 , 0x007A1FA152AF4C13852767FCF74A242F , 0x0081AC3794D54AE2835F69DB80C9FFB1 , 0x00A6E1E8CC574C6FB2F0C0A21F9F5F89 , 0x00E6D125A8164445AD9E256017DDFE48 , 0x01022D79D8EB41ACA0F598499123F6BD , 0x0135DE21D87E429FB5DDB7319FE269C3 , 0x01DF0437D5C445F1A5A07BEA8DEBB183 , 0x01F4BB51EE0642B2B6709208E4AA5B2D , 0x0228EBDDF28E4CBB877F7CD89738B278 , 0x0271E6104C6845DC8FDC813CDA13ABE2 , 0x029087D100CA4DD4A70BC50EA1F25F70 , 0x031DF1F8460A4A54A1A68A86D912074E , 0x0356C9B77AE64974A5168A65D2E33740 , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x03D06D243BAF49C4B1629B6370C119F8 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04578812A6674180972A266B2D1A0CD4 , 0x04D78201F96F4B4D8CA9A8855EB1F1DB , 0x04E42AE2F78A47DC84B0EF86A691A35D , 0x04ED78D2BBCE4F23A41C135BD9820CE1 , 0x05033B246B5D46FCBF4CF3587EA95094 , 0x054CD0A3D0234E5E9A51B1B909806E40 , 0x058B05E927D14A7B936F65195CE62196 , 0x05D8334F1587444F965532BF48410BCA , 0x06251DD3B0C94093951DA100F076C2EA , 0x063E143222BE43329C2728A049D6A1CA , 0x068436696D0E4DD2831C948CCA3B2D13 , 0x0693A0E693D64BBD9486BCBAB0FA115D , 0x06CE56A02BEB41BD88F5D67C003B2E5D , 0x0718FBA01A7F4FE68D4572DEB8FBD4BD , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x07723529C099468896BEA939B6247F8B , 0x079CFD3AC7C64B31B65B24E4FCB374A7 , 0x07C2A509D5CD4E628E04AE6C162B6B56 , 0x0820D459BC094E778A64CC409630E76A , 0x08308457E5FB461887F8613B02AB3038 , 0x0862C837D2EC4089AFEB5883B196D3FF , 0x088B9FD394274F28B66DB1919EC3D8C0 , 0x08996E960EDE48D58D2ADEE53FA2D08E , 0x08BDAE55104D4D588BCC32467C8E700D , 0x08EBA61322F74E8F81CF8FC48B298966 , 0x0944703D3BDF4F2C8FC6E26E5D59FC6E , 0x0981AB9AB7064F50AB75CECB0C901D80 , 0x0996538FAB9B4613862273F6A7E60F6A , 0x09EEC78086AF4BD1B0DA2304A73EAF83 , 0x0A519E7703E140C4BEA784AC17A3F83E , 0x0A52951CBF4F4BC0917844D27286DB18 , 0x0AC730DEABE64FCEB01C4AEB646A5E3D , 0x0AF384211C024DB9AD831AD98DB346B4 , 0x0B002EF63BCA4B15A7572AD30F043183 , 0x0B910E50185B4CB1859D4C798C23AAF6 , 0x0BA77E1E710F4523A101F0EEBF7A48E2 , 0x0BC917B5EDCD4809A743B82FD499F642 , 0x0C59DDA9C6CA4B228546C4A848E8B12F , 0x0CD50C2E5FD3484CBA56D80087417820 , 0x0CDAD770904B44EAA0F3C467E44A6EE4 , 0x0D16945C44A64442A61D79721631C562 , 0x0D41A6CB43524D9FA55D17FD7116941D , 0x0D4833C09247470BAF18E7F4398A8A4C , 0x0D6FA1B9B79F4422A754930005516F03 , 0x0DD639E174F7460496B1B0B641168194 , 0x0E0779FFEBD643B9809F2E002172571C , 0x0E319DE582FE462F8C59EB846B4F47E5 , 0x0E4A6F82F6DB46B6906ADD639C1A9729 , 0x0E5FB59E0C1942D0BABBB2FD1C418688 , 0x0E7A41D8C8B844298ADA09F0B2C2F973 , 0x0F17D586B3CF493DB35185381BBECED8 , 0x0F36664F01AB42C0B4338739B51FF205 , 0x0F57105EC4844949A4CFC2D0A0D7FE3C , 0x0FB74FA68C7B4A3C88498F340940806F , 0x0FBD3AE5F2684859B4932BE62CA73191 , 0x1027DB2F63B441C784CCE5DEF7725EB9 , 0x104C16C741FC491589DC2FE38F5F6B01 , 0x109469684DEA49F9898134DF23D6794B , 0x11067CF0C9C94A0DA928BBFFF8D1D01F , 0x112BADE9CECC490EB5C553E23663491A , 0x11D6E6A3E89F41B6B99808D4E69342AC , 0x11DB494A45954A34B3A08BF983D71071 , 0x1299088D90AB495697B988F0696D2A89 , 0x1393F63C67C14F13B8A70B960C4AE56B , 0x13B2A2DC5647484AB4FD4D69364CEE18 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x13CC27EF18FE4B7D864B4181B080E1B9 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x13F35B83763442F782D802E1CEC8B4C6 , 0x140861A7A2D54157B709C67C35AAC18D , 0x1493A98590E84B1B80F09F1A51445383 , 0x149B7FA3F9724126A7C35F8F3E8E65ED , 0x14A3913B02F946B08BE4F100C37E5808 , 0x14E993C4930E4ACEBD2DAD070B5510D4 , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x15B3B9AF464A48B9AC91B63A9F024AAA , 0x15C4EF632F324227A3DF309CD5962519 , 0x15E297B38E734369BD0D70D838D16942 , 0x15F6CDA37C5E4FDEB01800F33F931FC8 , 0x1617A1D8F9694BE394CC206804259601 , 0x161EF1313EDE401DB6400BBCE33414DF , 0x168EC164B9A448EBA7F9E0606ADB6777 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x16E671D99324405EA186C55E3F415DF5 , 0x16E75B7CE5ED422BBE2B40E7D0A4021A , 0x16ED3E1DCC3042E0A574CFDA71497E73 , 0x170548D01DE1446DB4FDDE7BB507C103 , 0x1735B62D3B6746BB8906864A26B9C9A0 , 0x173B69AE301948BEA58FFA5218EBFD1A , 0x17439E2A47444F699915CD9AC6D679E3 , 0x176F32D86CE646A597366E61B58A4820 , 0x1789D74F410C4EEFAA54018198580F92 , 0x184DCE4FA8C54D4292A4905342AD9B1F , 0x185281DBAE8045C58E1E9B95DE652EBC , 0x18B1BC8FA5DD4D76A13A14223996C00B , 0x190C907DCCF04CDCB82A1792D0FB6575 , 0x1994F3BAD5DD4F23ACF473A4874BEF8F , 0x19AE784C1CAD40C780A6F42777826111 , 0x1A0228839C074C7D8056A7F503CC80B0 , 0x1A0ECBBAD0A649439DB58B9D12097830 , 0x1A105CB90A13465297463FA6BC3DFFD8 , 0x1A29189313C14C0ABCF3CD20D671EDE0 , 0x1A52206F22B54763ACD4BC451AF5240E , 0x1A527E0CDEED4F7E8B881E078DA73A0C , 0x1A53F9C786A24F99BB2D35D7B8FE10A6 , 0x1AA6EF3CEC654FF185B962CFB9C15CD3 , 0x1AA82CFD09C1402C8B4A32A5D15850C2 , 0x1AD18D94BE7746F38D681DC4047F5BD2 , 0x1AF272B1AD304FBEB2964B81142C0EFA , 0x1B996C332B384959B77191F5AA62A1ED , 0x1C05BABD982643E9853FF5B38597766E , 0x1C45C12A13D5456287AE65431FE803DE , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x1D4C541973E04C26B3E32565995022CF , 0x1D8FD55BE44741538CC48464016C94DF , 0x1DA738EFCE00432F9339950D114A6AD7 , 0x1DB4CF07340C4FA487C8AD9AC33A9792 , 0x1DF39DF9D57242BBB1528E6DE4FF3769 , 0x1E3171381CEE431BA59440227C2D49CB , 0x1E887AA782644386B930690FC47BB226 , 0x1EC3A222BBEC49AF9024A9DF3EFE68DE , 0x1ED42AE466A24C0F86D6AE925A1DF54C , 0x1EE9F734A30D49C786DDC29084367D30 , 0x1EFBF03A19B44059A8D5565291C8515E , 0x1F6363AB0CC54A0B941AE3D7B332E738 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x1FC457B609AF4BBC9070BE99AA54972F , 0x1FE219D843C54A3690FDEFDF79E14992 , 0x20541BDC71744DC294A67B88D38AC77F , 0x20B958C94E964FF1A31D04EC1CF76E3F , 0x20BE7163E0B84E0DBED8568E823A0666 , 0x213C9AF9EC7A4E17AEBC28403D2E472B , 0x219DC036ACB14BC8A430E82D3704CAFC , 0x21E38950289C47D4B96DE9F855CCC0D8 , 0x21F8F48C933B478E9AACA672FF760845 , 0x2203878FFBE64BF787BBC9ECE75CD9F4 , 0x221A99A3AFE646C985BC71B5F62A7783 , 0x223CD0F094B84AAAB9B2B31EEBF3F1D3 , 0x22704187C62E4A379E4E6D0604314CFD , 0x2285A0B6F28340F895D2AB5D023343B3 , 0x228CE65BF6C547F2BC88A05C1EADB38E , 0x22AC5D876E544B33A94207621214BD14 , 0x22B0F0E722734187837658F40DF14A85 , 0x22DEE1BC78B24F799D6CC26595AA1921 , 0x22F6ED53D7C94311A8BADD69B5B52D7E , 0x22FC4D2148264CE7916462B6249BB0D0 , 0x234898B4A04B47C7B374ADADB9CC21AF , 0x238790797FAC4AF2BB1AED77540BC880 , 0x23977307668E4303A246E85DDF429750 , 0x23AA694D77784F6A871EFB396D2D4AF9 , 0x23BCF96BB6434F4883DDFDB667FA2EC8 , 0x2414C82F6A3A4A1981E42660F7C31751 , 0x2431FA1E973743759966820EA7E0225B , 0x2433AEE00F3D47D5B77008DF974052FF , 0x24362EBF9C924C2A879468CE0E336513 , 0x2437AB758719496EB6A7DB0C84D2E10E , 0x245F8407C2194FECB0D328EE434725BC , 0x2580EB6B6F484976AC1A011380F7EF12 , 0x25A04338735347678B0B423FE9FE7084 , 0x2631DA05D313498085ED5989834E2EA7 , 0x26AA1324B82847FF8AB501B0DD350CC2 , 0x26C07DA2CF2940B593D62298C1AEC378 , 0x26C7E894D39C45678B84D754806B1D0D , 0x2747F043B53C419CB6150A92219843BC , 0x274A5030BEBB42329A14FCAA2839ADA2 , 0x2752799867A2498C8AE50694508B8D7E , 0x2784E10173034DE19CBF8AE41D46046A , 0x2788E4F732D64E8793DD0DCA6FB3AE3E , 0x278DDCD1EB7F4582804E5C854A4F6583 , 0x27BF90558AF040EAA1A4E15D908BF193 , 0x28134577D7E145CB8165CED1D8F30D5E , 0x286FE95DF51A4B078689FD9BDF407259 , 0x2892F1DC6E96435B8292F26DD17C05EB , 0x291BABAFD0334EAF9E5B2A4B29A76579 , 0x291CED7ADB1B4B71BD54B05E0917A794 , 0x29304F2448DE4D1280DD4623FDF45054 , 0x2932543182AB4A8DB4D48E8B2C1ABE6B , 0x29521A5B7D3441A5B39B397689C9FF6B , 0x295A0699B5744B769543FCD60A506377 , 0x2976104F542947B88F4215A506D0C528 , 0x2976EF28B710499F85ABA24FC16AA2CF , 0x29D2340EBF464ECEABD8CC77B2393499 , 0x29F01EE5467642A3B710C07A0BD70CB8 , 0x2A31D4AFC99D4020B88D9888B0978CF2 , 0x2AA5A49DCF3C42379A93AA9925795B4B , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2B068EEF0C8B4C769A733013A16598EB , 0x2B795149B7C146BB9B5129B2CD5EBFAE , 0x2BA1C0EB638241D7950F1CCC52A63F5E , 0x2BAF37AE59464D3CB39971A554F40F61 , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x2C3E1D570B014A40B0F559894BE6C1A5 , 0x2C744A3F7CE7404A8AB6FCCE16FE926A , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2D0ED07CCC7648B7803DD2608701871F , 0x2D3427CB7A114B62B172EDC07786616D , 0x2D38D942CDF049819BAF03B186DBCAB6 , 0x2D43EEC2866D461993CECAD5FC84A890 , 0x2DB6D3979A9444C4A18B2C289B099676 , 0x2DD8532D85B54595A93280A25286D3F2 , 0x2E10EC5A82AF4D8D934FF33451ED952C , 0x2E19F00BFE254FDB8B782EA37538AB19 , 0x2E4CC9DB99FE4CB3964C1CC68A2DC11C , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x2F6C522FD03A4C4EAB6F796934FAA64D , 0x2F76BDF470224624B6DD1FDA7623F6C9 , 0x2FC50BA5EDD645C5ABCF9D9BA2667BD7 , 0x2FC7CAB63E924178938F6A61649DFD98 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x3025C7430DF243FFB113B98241BCED82 , 0x302BA6CDF7274569893027FCE1104F34 , 0x3060AD09EFB54B2381621457F6EFE5A9 , 0x30BBB83E420C47DC8E567CE1CED31FBB , 0x31553359F3114CC78DB02C09A8A765B3 , 0x315B91331E9F45B98F79DAAFCD914593 , 0x315BB2E7A49D47CB953C75E64AED9890 , 0x31D95954C3994124B715DC6D0815BD09 , 0x31EE99BCC2D84A76A1750F8B1EA07D2B , 0x32138D7C6D19400F97E9D957DAD7A960 , 0x324032E0B1314ED887AEFB40F5FFF287 , 0x3261F044C57A496E83CF13E4B71DDA14 , 0x32C446631BBA4B2B9DB5392C712A8732 , 0x33350B9EBE3C4A60BE0D1A7928036C18 , 0x33388F7F40F844B1B949923C30871C59 , 0x33703FCBD9704D8787551F63FC67F6C2 , 0x3379DD815A0249009479DB8DE083AE10 , 0x33C7ABF49BDE497E82975BE5863066FA , 0x33D58CD52408459189C250399FEFDBEF , 0x33FB6BD50C074963B1C2367DA002E5BD , 0x3439C7271B0B4B87B9918EE485D73856 , 0x344ABD4F8E9A402E9AE10DBC842EB46C , 0x3504DE3E71AA4E5996C37D7A411CDC97 , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x3565B520A0E04869816DD66121F401D5 , 0x35A1D8F7122545648733B5898D2FF657 , 0x35F6EBCB6AB04848B3D34E38F64A88F4 , 0x36540108B3654C7B9BB1168AFF2D5F56 , 0x36A41971B43E4CDC8B48BB5D743FCCB0 , 0x36B201D247374453AC2581AED926C6BE , 0x36F3987006544B1A9900C948AB42FACB , 0x3743CC1EB21B4BC897098E8118DC02BD , 0x376AD1D2F81C4272B9D348D619C36EC9 , 0x37883F91059C478C8960020BEB60D36A , 0x37D841BA139C49E488AA23B8F2EBD469 , 0x384FCCE973E94C9EB094BD834AED7868 , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x38AB66B46B6842EFA86F6FE6E219B750 , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x3906E00B1F9C4DF4BBDE20C4DE1CA245 , 0x39327093A91443089C98B9EA9F253F11 , 0x39550F067563402092836E06FFF604CA , 0x39927107BC034520BF7C9052503EDF55 , 0x3A1052FBAFE74B1D8A4A764C6F0362A0 , 0x3A4261BAFE534F618383D43474760651 , 0x3A964FB5F93D4BF6B8BD640D1DFDC4B9 , 0x3AC47B2AE08947DBB8C42AC5CC90C927 , 0x3AD5FEF426A4483DBA71DE845B953369 , 0x3AFF9799BC4041F48383AD317189D817 , 0x3B3B1EC985C24603A1B7ABBAFCF533D1 , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3BCF96E6781D46F594881ABC49168405 , 0x3BE8C60FA0CF4A2DACBBAF6BC58FA2DE , 0x3C32C96EE8004E4C80848C413C5048A9 , 0x3C369FF1C4C54F0B8B9A94DF5B360735 , 0x3C4783DA94A040178C545959D93DAC4E , 0x3C570AF019F048C58300801EFAF15411 , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x3D110CF4B76F41619CA612747A681685 , 0x3D344329B6764862B9CF044587AFF56A , 0x3D7290F183064D558CDA22D51D797385 , 0x3DAA04A0EDDF431CBC25F7D7C979B2AC , 0x3DD58E7C454F4A52AEB8EA6145E31531 , 0x3E002086E1D54B1AA5D20A63D04A21FB , 0x3E15C2F8798F49429924553061033BE3 , 0x3E859525A2AD4956A531569487645062 , 0x3EAB6912AE4B4479A6C7E718E6AB284A , 0x3ED3A6ABB1304DB8B6AFFD2224175D38 , 0x3EFBAB582BE143EDB11FB8AC98C99770 , 0x3F69536B990446B2A8160180F27F342C , 0x3F7EFB3680214A10AE031A219B63968C , 0x3F9DC7681C6B4AFE81DB3BA5AD6582E2 , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x3FB511F9B6CB47179B79C479D2869F18 , 0x400B6509E98E44E097B28793832726F3 , 0x4011935257A3429EB08EB20C0E6AD41A , 0x401E96C1558547498467F0C9AFD5AAB6 , 0x403A32D047FD4E48B93627BC62BF5237 , 0x40690B49239245E68A1B5965AA5FC654 , 0x40C3C866042B4BC994AA5C80C37F24EE , 0x40D97A48F65A48DEB88F4A6F091756F1 , 0x40F5D43EEDF542A7B294C134357BFC40 , 0x410A765BB2264DE1A8337773A95D0233 , 0x41AE7D1D9B6A44D0BB76A612A37FAD80 , 0x41B1F82F4144486B8895B1C83F710700 , 0x42E180EB8FB544ED9E17185BD9504E1D , 0x433A438965BA4354801B8C79BA80536C , 0x435B6A105F9B49EBA1D614D2FE7ADA2F , 0x436EE470E7184E3AA076C6027C4A353C , 0x43827667B6594A6EAFBAF56B0606AE29 , 0x43A22A8CD08041F2AE945C8637443776 , 0x43D9CC4CF28540BFA8D5F61B6B463658 , 0x444D22F611D34385B2CFC058601445A2 , 0x445711D61E1C462E93DDAF00BC929D6D , 0x446AF3270947436FB49EA81C252BBE14 , 0x44C2AE7C0B0940269AF3BE1743B6B491 , 0x44D33A4AB327477EAF23C0516ECE3CA2 , 0x45456B813AB54E7D86994E86E4783986 , 0x455481062DCE40EC812C6C73E89ED5C5 , 0x456DB8595C59468EAF19E8560916BBDA , 0x456E57E125244880BA870E7E9449E59F , 0x459CD3A8A16249DE95CE89DEE1D60D6B , 0x45AB76CA5B9646FC8A77369ADB2FEEE9 , 0x45C17F41CD274170A920E3094E24A7BD , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x46128C721AAB48C8B145AD64D8D335F7 , 0x464CF230ED71448CBE652F5C30F413A0 , 0x46926A9F30094F56B3A380D92475FF29 , 0x47111E915D4A4DA5BF7400C1CEF2B7E8 , 0x47169A78D21C472BB559C8E2497399C6 , 0x47358FC8A49144D6809BC0823DD13D11 , 0x4744FE4ADC0D4A87B6FD40972C079F06 , 0x47807A229D2B4AEFA1F7FFF4BD48D4DE , 0x47FACD60B3914C50BA0241508CFEF9F5 , 0x4859C1647BF4466A8E41A06FFDD2136A , 0x487E9CCBDDCE44F18F8CC87FBC9BC54E , 0x48DB6EC96E824BA399490B64689D86FE , 0x4921286D42D74468824196D62AF518FC , 0x492A043A6029478E91443BE2C3901617 , 0x492D555F2AB14C9182CDBE9D8F99A18D , 0x49336050A9E645FE820981E516238857 , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x49B398B0E25A46B6808A9A2551490565 , 0x4A262E67E85749EFAEF42C86BE986F21 , 0x4A3215BA4E9B46DC87A343D138724292 , 0x4A6B17BB0A994F04B35658F17CA6808B , 0x4A8A7DE49CB3418392BC2067A76906AC , 0x4AC2C2E8BAC64661B64F54FE23243996 , 0x4B144FD09DD549169F60EAAE7BB69BEB , 0x4B18F742E3614E54ABC9DE26805DF5E8 , 0x4B5CC8374D564F75B99B19BDA2C2A5C6 , 0x4BF9001B7AFB444190F36A2CAD7B982A , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x4CCD57CB8E514A5EB8C37CF4938A9439 , 0x4CDE68CCA4B8466FA3B802B8CE904CA1 , 0x4CF27E85ED644713BEA9695FFB82A5DC , 0x4DB03A001E5A45FC9AC9B752739A5C9A , 0x4DB3FF96EA1848B783C7D30511B54678 , 0x4E21FB490E89449A930BA35DB6DFD3E2 , 0x4F36F50E2F414CE69FB804C9F10B753D , 0x4F3957DA0E834D17904C0433F3B7EBCB , 0x4F7FA36F3E284AB792118E11DD9F4B86 , 0x4FCEBD63A49346EEAEF0BFE7A7B0026F , 0x4FF83AB328F34F82B4FC8CEE39079FCE , 0x5046FE362C9740CA9F4E102ECB8FB327 , 0x505A5882AEAE47359BDD964255B526EE , 0x51380AD680D24E75970528ED4EA33582 , 0x5179F73242A240339784A8E450FD26C4 , 0x52BEE845ACE641EAB1A864F813B7E100 , 0x52EAA799988E4DF79E528B231C35F365 , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x539A0B5FF25C44D1B5886661E963010E , 0x53CF5C6A565A4A04B126A99B0A7B986F , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x54125CE1B2B54E19BF9D597E994A4ACE , 0x547ABB6A5E0B4ECDAFF2CF4A0878962F , 0x547E9CE2F7CC42C2AB57D883372F2EA1 , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x54BCB6645ECD4F609702BC09E79ECDF8 , 0x5517DCB520E0447D8B71E250289BDBCF , 0x553AB42E5CB0486590EBCABB08E91045 , 0x55688327B4D244BB9F3743839EE51610 , 0x558D508757C3458DA097ADD2F7FE559D , 0x55A585D9423F4E3AB5EAB9A94EB75682 , 0x55D5C8C81B0944B4B03071D9203F4436 , 0x560AEE0108F4429E8076151F8FFACB41 , 0x5632E0C211314BC9B195B12047308E34 , 0x56B3BAE0AFD04387A00818B338FD10D4 , 0x56C05F78A2DA448AA7C0430C847215BE , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x57A1ABE8457742C6877CBBE2D1963EE5 , 0x58009D3C7963411ABB2577369115E127 , 0x580E2924B69547CD8AB090B5D9183770 , 0x581F4A88EFBD4B28922BC9ECB446FD09 , 0x583A36DCB76347808B3E3A60D194D68E , 0x5892C7464CF4418EBB0748DDE3288FBE , 0x58E4544E76714DC397F929986C3D242B , 0x58EF58E94A174349A2083FF6D5857FCE , 0x590FE2E8BF21427AB487407BEDAD9491 , 0x591C2F15E93441549CCAC2EE92F3337D , 0x59238F4F32BF4CA586AC16761E9E8520 , 0x5960B6EBBF364B2ABC31BB46F31EEEB1 , 0x597D693048894FE1968F74200B231A1C , 0x5999E028E05544D8BFC1CD8B1A938C97 , 0x59B5EF6940474914BCBBDCB34286129E , 0x59C1A84682094E61A5FBA2085C2FA95F , 0x59EBD7D57DEC46B0B4E5E8E056BCE891 , 0x59F842F9C409491FA0846D4B7E8AEFCA , 0x5A0B97282A914219BB4D6067B7A2E900 , 0x5A11BF98F92D4AE1B7A5F39394FC9219 , 0x5A161C6EA7B2441EB542335427E42D9C , 0x5A22AB79945E4DB2A23CDCB13D18BD5D , 0x5A445EA009D64A719C65ECEB163E7120 , 0x5AA879F1589642698E6493B2A88B964E , 0x5AB2EE36B5C44AC49B10E154AC9560BF , 0x5AB95119F30144BF8BC8D2C4D8A90DE5 , 0x5AC0A94863774A16A5F866C9A25BA7D0 , 0x5AD1D85025FF49348445D801204BB1DE , 0x5B4C44983DC74604806392EBFC4004BF , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5BE73B9E98B44A279685880E2D900B46 , 0x5BF76F60A2D54E1C96BF197E97C6867F , 0x5C1A0A01A0F2470BB662DB4767468E36 , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x5C7D1935CE34448FA6BA33EF37DCD4EC , 0x5CC5A91B0FE3416293EA6D71CFA74015 , 0x5DA14BD098804519936C4A59B3154B7D , 0x5DCD361EE6C743688B2DE56396F4B12B , 0x5DD0EB543052452BABDE21429AF73BBC , 0x5E15039CD55743CE8781DCA7AE776340 , 0x5E5221FCC0D04F7E970C8D9A6FB404C0 , 0x5E71F4B7028E4B90BC3F3872FA76E523 , 0x5EEB4D0E00A2410C84334A7DAB477FA6 , 0x5F74CE1C799D4458958088D2EBB771F8 , 0x5F8E515988C841E888B454CC4BF356E2 , 0x6000676F1B1B43D39A8C900F16309330 , 0x6039CD80756C4A209B2D838B7ACD1930 , 0x603E2A6A95224C40B606D94C4CF69528 , 0x60755B7C07694C8081CE8B71A795FC48 , 0x60BDC15862D24CA5943332CB496BB1D7 , 0x60F8EFB852284887984148BEB8E008C6 , 0x61BB407CE3394758B67224C835FF5588 , 0x629C88C740084EF8AB8C0AAB645B9424 , 0x6328781E0C74442D8AEF332FD8246E75 , 0x633F920328FB4F68AC545E703232008D , 0x6354E786EB154A5DB03F27CD986A1670 , 0x6368443DB30140C29FC8B1444722D123 , 0x63BE9F7BD0FD48ADA4A3B6E780BD9626 , 0x63C53BE385DD43D6AFD488DBE431B040 , 0x63DE8FCE30D140E081BD6C5A60FDEB51 , 0x641920BE5EC44FE58ED2827EE40EC501 , 0x6425A0B2DB4343F593B0D787627A856E , 0x6432B73EF01942DFB5B2F2F00E571115 , 0x6499B40B9F2E4E208E8B98527568AF4D , 0x649A930A7AD34341AD5F01C01AA64714 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x6565AD72AE634DC6AD466DA802D1A2BE , 0x657C9AB64A494FE09A650016EF0F1BCC , 0x65CECC21B83546DCBBD29EDC13179530 , 0x66618B6F399A417090C7157DC0FA6BAA , 0x668F4A9F73DB4EAFBB0880C78621B7CD , 0x66BB3B06474541CF9D64DF88F3C0F998 , 0x66D298ACE83E4DBC8A8EAD1E40B7F5B0 , 0x672F2C66F92444F8B853AD854028C46C , 0x675F061C474F443B806A46A87A36577B , 0x678200398F6347708C2DE87F3399253E , 0x679DE757A14E45368E4AD4319AD94F84 , 0x67CB2A6565874EE7BC6D3778CB00B48D , 0x67EEA67731AF47E9B12AFF6B22316845 , 0x68FF25B3F07E43848F90B38FD5DC917B , 0x6917A1AB38C0465BBF2443EDDD67A4F7 , 0x69423AD6251A499AB47FCDC4183C478B , 0x69972F26F237498B8E817547D3B7F34B , 0x69BE758D6B384CA3A9D8418F45C93A2C , 0x69D3B3899BD148D5AEE64459FCAB0EE0 , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6A2844C7044A4B89A9DAA2F83219C2A4 , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x6AC8D13E8B824C0BBAAC135CA427F8EB , 0x6B3AECBD530A4BD591579EF4E36CE953 , 0x6B5C0D239F894A469E10C6F1236B9FBD , 0x6BB5A0E1439C4525A72A4D748E8346E6 , 0x6BB825302CEF466191AB0AF23BC92E4E , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6BCAD53E28374CD1B7375EFE26AE3EFE , 0x6BE7A19B73A04DDDB606CFC805DE8D97 , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x6C6EFBEC4FFA44AD9EC1886DC0A7CC3E , 0x6C759F2F45414B4F80053B885BC9E6A6 );
Copy
82
19.37 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 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 Wˆ\x12 ¦gA€—*&k-\x1A\f Ô "
b"\x05 ‹\x05 é'ÑJ{“oe\x19 \æ!– "
b"\x06 ÎV +ëA½ˆõÖ|\x00 ;.] "
b"\x08 0„WåûF\x18 ‡øa;\x02 «08 "
b"\t ü½ÜÀ\x06 OP½u╬╦\f É\x1D Ç "
b"""
\n
¾ä!\x1C\x02 M╣¡â\x1A ┘ì│F┤
"""
b"\f Õ\f ._ÓHLºVØ\x00 ‡Ax "
b"\x0E\x07 yÿëÖC¹€Ÿ.\x00 !rW\x1C "
b"\x0E 1ØÕé■F/îYÙäkOGÕ "
b"\x0E Joé÷█FÂÉj¦c£\x1A ù) "
b"\x0F ÀOªî{J<êIÅ4\t @Ço "
b"\x11 Öæ£èŸA¶¹˜\x08 Ôæ“B¬ "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b"\x16\x17 ¡ØùiKã”Ì h\x04 %–\x01 "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x17 5¶-;gF»‰\x06 †J&¹É "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x18 ▒╝ÅѦMví:\x14 "9û└\v "
b"\x1A R~\f ÌÝO~ïê\x1E\x07 ìº:\f "
b"\x1A Sùdž¢O™»-5׸þ\x10 ¦ "
b"\x1C EÁ*\x13 ÕEb‡®eC\x1F è\x03 Þ "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"\x1D §8ïÎ\x00 C/“9•\r \x11 Jj× "
b"\x1D ´Ï\x07 4\f O¤‡ÈšÃ:—’ "
b"\x1F cc«\f ÅJ\v ”\x1A ã׳2ç8 "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b" ¾qcà¸N\r ¾ØVŽ‚:\x06 f "
b""<Ðð”¸Jª¹²³\x1E ëóñÓ "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b""… ¶òƒ@ø•Ò«]\x02 3C³ "
b"#—s\x07 fŽC\x03 ¢Fè]ßB—P "
b"#ªiMwxOj‡\x1E û9m-Jù "
b"$1ú\x1E —7Cu™f‚\x0E §à"[ "
b"$6.¿œ’L*‡”hÎ\x0E 3e\x13 "
b"&1Ú\x05 Ó\x13 I€…íY‰ƒN.§ "
b"&ª\x13 $¸(Gÿе\x01 °Ý5\f  "
b"&Çè”ÓœEg‹„×T€k\x1D \r "
b")Ò4\x0E ¿FNΫØÌw²94™ "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"+¡Àëc‚Aו\x0F\x1C ÌR¦?^ "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b",>\x1D W\v\x01 J@°õY‰KæÁ¥ "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b".\x10 ýZé»MìôO¾4QÝò, "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"/v½ôp"F$¶Ý\x1F Úv#öÉ "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b"1[æ3\x1E ƒE╣Åy┌»═æEô "
b"2@2à±1N؇®û@õÿò‡ "
b"3p?ËÙpM‡‡U\x1F cügö "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"3ûkÕ\f\x07 Ic±Â6} \x02 å½ "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5öëËj°HH³ÓN8öJˆô "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"7jÑÒø\x1C Br¹ÓHÖ\x19 ÃnÉ "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"8·c\x0F 'LN¦§OØëíNS "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b":BaºþSOaƒƒÔ4tv\x06 Q "
b":─{*ÓëG█©─*┼╠É╔' "
b";;\x1E É…ÂF\x03 ¡·«ºüõ3Ñ "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b";Ï–æx\x1D Fõ”ˆ\x1A ¼I\x16 „\x05 "
b"<6ŸñÄÅO\v ‹š”ß[6\x07 5 "
b"<W\n ð\x19 ðHŃ\x00 €\x1E úñT\x11 "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"<Ê\x02\x08 ø?C\x1A –=\v ü;ªïa "
b"=ÕŽ|EOJR®¸êaEã\x15 1 "
b">Ó¦«±0M¸¶¯ý"$\x17 ]8 "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"?µ\x11 ù¶ËG\x17 ›yÄyÒ†Ÿ\x18 "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"Em¸Y\YFޝ\x19 èV\t\x16 »Ú "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"G5Å╚ñæDÍÇø└é=Ð=\x11 "
b"GDþJÜ\r J‡¶ý@—,\x07 Ÿ\x06 "
b"HYÁd{ôFjŽA oýÒ\x13 j "
b"I3`P®µE■é\t üÕ\x16 #êW "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"LÍWËŽQJ^¸Ã|ô“Š”9 "
b"Lò~…ídG\x13 ¾©i_û‚¥Ü "
b"O\x7F £o>(J·’\x11 Ž\x11 ÝŸK† "
b"Oνc¤“Fî®ð¿ç§°\x02 o "
b"""
Q8\n
Ö€ÒNu—\x05 (íN£5‚
"""
b"Qy÷2B¢@3—„¨äPý&Ä "
b"R¾èE¬æA걨dø\x13 ·á\x00 "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"T~œâ÷ÌB«W؃7/.¡ "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"U¥…ÙB?N:µê¹©N·V‚ "
b"UÕÈÈ\e\t D´°0qÙ ?D6 "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"W¡«èEwBƇ|»âÑ–>å "
b"X\x1F Jˆï½K(’+Éì´Fý\t "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"Y`¶ë¿6K*¼1»Fó\x1E î± "
b"Y™à(àUDØ¿ÁÍ‹\x1A “Œ— "
b"Z\x11 ¿˜ù-Já·¥ó“”ü’\x19 "
b"ZÑØP%ÿI4„EØ\x01 K±Þ "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"[þ;×ÿ┤J'ûàê\x0E -É\v F "
b"[÷o`¢ÕN\x1C –¿\x19 ~—Ɔ\x7F "
b"""
\\x1A \n
\x01 òG\v ¶bÛGgFŽ6
"""
b"\nN¸S■J╚£æëò╗ìô▄ "
b"\Å©\e\x0F ãAb“êmqϧ@\x15 "
b"^R!³└ðO~ù\f ìÜo┤\x04 └ "
b"_t╬\x1C yØDXòÇêÊÙÀq° "
b"`\x00 go\e\e CËÜîÉ\x0F\x16 0ô0 "
b"`u[|\x07 iLÇü╬ïqºò³H "
b"c(x\x1E\f tD-Šï3/Ø$nu "
b"cTç†ë\x15 J]°?'͘j\x16 p "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"eer®cMÆFm¨\x02 Ñ¢¾ "
b"f╗;\x06 GEA¤Ød▀ê¾└¨ÿ "
b"g_\x06\x1C GOD;€jF¨z6W{ "
b"gé\x00 9ÅcGpî-Þ\x7F 3Ö%> "
b"i\x17 ¡«8ÀF[¿$CíÝg¤÷ "
b"iB:Ö%\x1A Iš´\x7F ÍÄ\x18 <G‹ "
b"iù/&‗7IïÄüuGËÀ¾K "
b"i¥uìk8Lú®ÏAÅE╔:, "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"jÈÑ>‹‚L\v º¬\x13 \¤'øë "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"lwð" ãC\x18 ¨¿°HŸÕ3$ "
b"mÐÕp7{IX¥*Ö¹§Â}\x1F "
b"mù\x05 lA\x0F K6žÛÄn \x14 C\x05 "
b"n'\x00 S;%F¬Ÿù ²{]Û™ "
b"ns@¥öÅM]ì^¹ª┤(OÌ "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"o×o³m_C\x02 ä\e ░É\x00 q¥\x07 "
b"oêêÑêûL×´õÝó×ãI‹ "
b"rçW³Ü4Iôü-9ñ·ì½µ "
b"r¬ó\x01 8\x12 Kéžùì\x04 Dh\x17 š "
b"ráp…¾ÈCj¿*Ò\x7F óXu\x0E "
b"twµ9-‚E;žk_Œä0Íû "
b"uøW-¯(F*‹::\x1C\x1C o\x7F › "
b"wþE)a{@’›\x00\x18 NëULF "
b"""
xÅ+\x07 Ð9@N™F!êS\n
s2
"""
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"zwèNò£@j┤g▒ì\x01 ▒"³ "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"{äâãcDL¸¼íQì®\f ¼Æ "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"}®n¶l¼G©¶;«zFVìã "
b"~XÊo\x18 …H\x04 ƒ¶Ð\x04 úäÒ\x0F "
b"\x7F ÄOC@ð@¥ˆãa\x05 wà]Î "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"€’OLmºC\x0F –Ê\x1D ¨ò'h} "
b"ÇÌ»╩ÊçAÔüú«Ñ>_\x13 µ "
b"€äI^?îB·Œ£Üyúk É "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"üó¦\x05 BÇBßö¬Ü;\x10 8\x12 a "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"„\x10\x01\x02 Lw@¾7¾qúoœ¨ "
b"„\e j^Mï@_ŒÏüÚdn ê "
b"…íÂ\x0F à\x10 C\x14 \x0F\x07 9HyPè "
b"†!\r c–EEëœûjÕ\x07 f\x15 Ø "
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"‡IQ‡º$Ez¥0Ò¢ëK,€ "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"êqMü┐tLDê'¯Ö;\x18 F\x01 "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"‰ËBcJ4J¯ïò`‹\e ÃÎ "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"î┌5ºEsDF║ìË\ÂíÚ╚ "
b"ìrqÓ7┌K\x12 í²\x11 ÒÕR&\x08 "
b"Ž\x15 V4UHK\x04 ·–ž’(\t T "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"Å'áõeÈKv®^ÔÔ?ß▄Z "
b"Å│┐@\x01\x0F A┐Æ$T{êDss "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"É5ó╣ÂÐH\x1C üºç²GÛH└ "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"ÆÉ'▓‗\t AlñØË\x13 W=>X "
b"•6<eœéJ\x08 ¾¾Àú¨†—S "
b"•USœƒ\x19 Dr–QáÍ\x18\x17\x1A ¾ "
b"•s\x00 =ßõ@\x00 §\n ÔÜd‰@Ö "
b"–SÒ¨”jLI»²–V& "
b"–Û_sû©GT£×ß"}’¡\x12 "
b"–á>Ù\x01 2GYŒ\x15\f QW<©¯ "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"—Ï$àq‰FŸž«×+n<“. "
b"—ãôð+¥B\e ¾‰ª%«%¤s "
b"ÿbîr▀CL~Å`\x02 yGë#W "
b"˜½Æ@œjBß ¢ûh†-{Ž "
b"™Yà5ìÒCyžj°\x1F ŸÏÅÊ "
b"™t2–%\x0E JÅ g\x1E |$ú¯\x07 "
b"™¥”ä„|H‡±¼¸#þ\x17 L‚ "
b"™ãc&Ð_Où¢&·Å¾ìp/ "
b"› \t ØQ“A\x11 ¶–ˆ\x01\x7F ºÔ| "
b"ØÊLê(┼N!é_=bÙ■«w "
b"Ø÷<îsÊLÝ┤█^▀■î\x01 ö "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"¢Cj¤PoBû³p9˜Åœ¦Æ "
b"ú\x1A ׃þXKÏÿ1ü\x08\x1F X\x01 * "
b"ú@×░,úI>ò╬Ø│\x16 S½▄ "
b"£qàŒM\x08 @c®[öØpøÚ» "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"¥-Iz¯ƒ@¹°#±ü\x1A z(\x1E "
b"¥ïÒ…ÿùKÜ®•\x1E {01Áæ "
b"ªZßı±gL*׺"┼»Xìí "
b"§ëç\x05 >$E\x11 Šwqwÿ\x15 !M "
b"¨\x17 8Àk«M¯½®’öÔ§\x16\x10 "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"¼R\x03 ÈÅ┬OÍø²ßo\x13\x04 \º "
b"¡LìEÙýAĺ\ýç\x10 ÷Z6 "
b"T˜à£ôHƇpnÔŠ«Nè "
b"X\x12 .-gHЮuÇûœXTD "
b"®6@óO®@\t ±,ßß?ÔI² "
b"®‰®\x15\x06 ŠM\x18 Šoa~«ZˆU "
b"®Üx0/\x07 H»´U“¿äëÕ| "
b"®ÝcU¶ž@~š}/þ f" "
b"¯BOï\x15 ÖLû„¬r$ð€\x0F á "
b"▒´ÿG┌ìB-òòªäI╠úT "
b"²LþEä>Fwª:¤§P$\x1A "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"┤TIÊi─B½ì=\x04 2=Åûõ "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"µZ—v\x1F GL\v ¥\x03 ‘œ3ïó "
b"µÉÙzmÙD°¡66\x17 ñ\v ïG "
b"À\x10 ã\x0E bI`üø└╠V®g& "
b"·%ÿ+I[B¬‚бt÷¡\t Í "
b"·S ÛwqI\x1A “ÌÆ¦ÆuŠã "
b"""
·w{M×)MQŠãÙÅÆ@\n
-
"""
b"╣│$ü}rK\x08 ¬3Ù«\x12\x18 )g "
b"¹àÜ‚€ÀMá‹£€“[SmÊ "
b"ºFX¨ŽóB†¶=‹&ó¨Þ+ "
b"»*Î;·ÃIùœf\x1E !¼(.E "
b"»¯£e3_O6½3s·Ÿ$g» "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"Â<Òý 5F\f \x12 eÄ—‘ì\x16 "
b"┬Çí┬║_L▒ôk?ï:}Ø\x7F "
b"Ä<\t ?˜\x12 Ib›S{l‘é©\x0E "
b"Å\r ¼ZÞ\x04 F\f °äÃSÔOä= "
b"ÅWŠ¥?‰KQ¼<9¬çThÑ "
b"Å®*?ëDJ|·\x08 G±V\x1A ^\x1A "
b"ÆÔàV\t iHWˆ$ùGçeèa "
b"Ç\x1D »p—›Lë“h¯\x12 -ݸ¬ "
b"Ǥ\x02 É\x1F GFPŠGe¶\x05 ³Û@ "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"ʤ’ßl«H\x15 \x11 $£Â¡›š "
b"Ë,¶OÛ»IyÃûÀè„.Ä "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"Ð1ÁãåéLÁ‡êó¯ÒÛæ% "
b"Ñþò<ÈŸAܼȟtX/ôË "
b"Ò,;ŽJÅC³ \x1C ÃÞ.ÒeÎ "
b"""
Òž\v \n
\x1C\x11 F¯½öâaÃ04m
"""
b"ÒÛ\x13 À°\M\x12 ½z†¯7Ý<p "
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"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ù\x12 Œ¼\x1C 'BˆŒ)\x1D U’›…¯ "
b"""
Ùt©‚\r ìD<ˆ+\n
\x1C øXüo
"""
b"Ù’R˜yuEò†6\x04 e%íÖu "
b"Ú6?QWÉD\x14 „Ê·UË\x0F §W "
b"Û\e •žÜ\x14 I\x0F °¡ù¯H&‡l "
b"Û,ÓÇ‹èDL„™BÝL|]5 "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"Üf\x13 ¤OqAa‹FÁ)cT4\x0E "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"Ý1”Sæ\x10 Kÿ¯S6•à‚ªÞ "
b"ÝÍFš~~Iw¹½î-›7.± "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"Þ—¡‹j\r Hâ”u°GÃ*\x1D Y "
b"ß\x17 _>é«CδBÿ\x1D ’Á°Ú "
b"ßq\x11 U©?@%ŸW}¥\x10 ¼+• "
b"ß•Xþ ÍE\x17 ’4\x1C î•\x01 Ðà "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"á$Ò.iÎI=¤!%\x1A\x14 ¸Þ "
b"á<†hÓ½@„ެ\x1F ©¨2\x17 ï "
b"""
âkôú+N@á‰Ù\n
\x13 RŸ\x18 °
"""
b"Ô©└$YyO¬Ø¼SƲú\x1E V "
b"ã#kKûþFG©\x1D Ç \x07 £©Œ "
b"ãkõßìsJ¸ cœÏ¿–\x15 ý "
b"Òóe▓þäEwÉ;m\x1E ?Sû╔ "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"ãð×\x1D â†C¥³ûlA\x0E uË) "
b"æ\v 3š—$EO¤S\x1A ]¢oCž "
b"µçÁO\x1A\x1C Jôü¬²│¼úÄÞ "
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"çùR\x1D úˆFç¶%Yމ¯<l "
b"è0(7\x17 ·CT®xß\x7F ¯ËÓÅ "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"ëå®Ç#LF`©Q†¼¹ÛG# "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"í™õƒç>N”»‡hÔ»À¥‰ "
b"ñIC^Q,Ie–ñL›’T\f\x15 "
b"ñ_8UEÔJâ»|ö«öm\x7F ¼ "
b"ò-àpØÀDع\x19 áM\x11\x15\x08 ÷ "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"ò²¥êÆ\x19 OŸ–\x13 l™F\x14 z3 "
b"‗Á=█Â`DàÁyÎÚ\e ìs¡ "
b"¾ºÙðÍ\x03 J8©°ü.©┼yƒ "
b"¾═\x12 ;╬ÜK\x18 ü«m└c/!n "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö6ÿrî=L\x17 ¼\x1F 'L‰…M6 "
b"¸¸\r x\x13 1Kì▓ÿı║MÑ?! "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"ù>-–\x05\x7F E6²ÐUó¤?°„ "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"¹KéÚ█§M─ìÐÝ╔\x01 VÕ█ "
b"""
²\x1A Ø\n
M¬F╝▓Õ»\t LÅn╬
"""
b"þ_PÎ\x07 ¥F[²ùlTö±¨< "
b"\x00\x0E xIGFAŸ“áÅçV‹(© "
b"\x01 5Þ!Ø~BŸµÝ·1Ÿâià "
b"\x02 (ëÝòŽL»‡\x7F |Ø—8²x "
b"\x03 VÉ·zæIt¥\x16 ŠeÒã7@ "
b"\x04 ä*â÷ŠGÜ„°ï†¦‘£] "
b"\x06 >\x14 2"¾C2œ'( IÖ¡Ê "
b"\x07\x18 ¹á\x1A\x7F OµìErÌ©¹È¢ "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\t Dp=;▀O,ÅãÔn]Y³n "
b"\t îÇ€†¯KѰÚ#\x04 §>¯ƒ "
b"""
\n
R•\x1C ¿OKÀ‘xDÒr†Û\x18
"""
b"\v æ\x0E P\x18 [L▒àØLyî#¬÷ "
b"\r Í9ßt¸F\x04 û▒░ÂA\x16 üö "
b"\x0E _µž\f\x19 Bк»²ý\x1C A†ˆ "
b"\x0E zAØÈ¸D)ŠÚ\t ð²Âùs "
b"\x0F W\x10 ^Ä„II¤ÏÂÐ ×þ< "
b"\x13 ²¢ÜVGHJ´ýMi6Lî\x18 "
b"\x14 ø\x7F ú¨rA&º├_Å>ÄeÝ "
b"\x14 £‘;\x02 ùF°‹äñ\x00 Ã~X\x08 "
b"\x14 é“Ä“\x0E Jν-\x07\v U\x10 Ô "
b"\x15 â—³ŽsCi½\r pØ8ÑiB "
b"\x16\x1E ñ1>Þ@\x1D ¶@\v ¼ã4\x14 ß "
b"\x17\x05 HÐ\x1D áDm´ýÞ{µ\x07 Á\x03 "
b"\x17 ëÎOA\f N´¬T\x01 üÿX\x0F Æ "
b"\x19 ö¾║ı¦O#¼¶sñçK´Å "
b"\x19 ®xL\x1C @Ç€¦ô'w‚a\x11 "
b"""
\x1A )\x18 “\x13 ÁL\n
¼óÍ Öqíà
"""
b"\x1A R o"µGc¬Ô¼E\x1A õ$\x0E "
b"\x1A ¦ï<ìeOñ…¹bϹÁ\Ó "
b"\x1A ‗r▒¡0O¥▓ûKü\x14 ,\x0E · "
b"\e ™l3+8IY·q‘õªb¡í "
b"\x1C\x05 º½˜&Cé…?õ³…—vn "
b"\x1F Ô\x19 ÏC┼J6ɲ´▀yßIÆ "
b" ¹XÉN–Oñ£\x1D\x04 ì\x1C ÷n? "
b"!<šùìzN\x17 ®¼(@=.G+ "
b"!Ø└6¼▒K╚ñ0Þ-7\x04 ╩³ "
b"!ã‰P(œGÔ¹méøUÌÀØ "
b"!øôŒ“;GŽš¬¦rÿv\x08 E "
b""\x1A ™£¯æFÉ…¼qµö*wƒ "
b""°ðç"sA‡ƒvXô\r ñJ… "
b"#¼ùk¶COHƒÝý¶gú.È "
b"$3®à\x0F =GÕ·p\x08 ß—@Rÿ "
b"$_„\x07 Â\x19 Oì°Ó(îCG%¼ "
b")2T1é½Jì┤ÈÄï,\x1A ¥k "
b")vï(·\x10 IŸ…«¢OÁj¢Ï "
b"*Ññؤ<B7Üô¬Ö%y[K "
b"+yQI·ÁF»›Q)²Í^¿® "
b",tJ?|ç@JжüÎ\x16 þ’j "
b".LÉÛ™þL³–L\x1C ÆŠ-Á\x1C "
b"/┼\v ÑÝÍE┼½¤Øøóf{Î "
b"/Ã╩Â>ÆAxôÅjadزÿ "
b"0+¦Í÷'Ei‰0'üá\x10 O4 "
b"1[▓þñØG╦ò<uµJÝÿÉ "
b"1ÙYTÙA$·\x15 Üm\x08\x15 ½\t "
b"2aðDÅzInƒÏ\x13 ä·\x1D Ú\x14 "
b"2─Fc\e ║K+ØÁ9,q*ç2 "
b"3y¦üZ\x02 I\x00 öy█ìÓâ«\x10 "
b"5\x04 Þ>qªNY–Ã}zA\x1C Ü— "
b"5íϸ\x12 %Edç3Áëì/÷W "
b"6▓\x01 ÊG7DS¼%ü«┘&㥠"
b"7ˆ?‘\x05 œGŒ‰`\x02\v ë`Ój "
b"8OÌéséLž°”½ƒJíxh "
b"9\x06 à\v\x1F œMô»Þ ÄÞ\x1C ¢E "
b":–Oµù=Kö¸½d\r \x1D ýĹ "
b":Õþô&¤H=ºqÞ„[•3i "
b";Þã\x0F á¤J-¼╗»k┼ÅóÌ "
b"<GƒÚ” @\x17 ŒTYYÙ=¬N "
b"<ÂK\x1C \r KLÞ¼$CþàSÌó "
b"=\x11\f ô·oAaœ¦\x12 tzh\x16 … "
b"=4C)¶vHb¹Ï\x04 E‡¯õj "
b"=ª\x04 íßC\x1C ¼%÷×Éy²¬ "
b"@õÔ>íõB§²”Á45{ü@ "
b"A®}\x1D ›jDлv¦\x12 £\x7F € "
b"BßÇÙÅÁDÝ×\x17\x18 [┘PN\x1D "
b"C[j\x10 _›Ië¡Ö\x14 ÒþzÚ/ "
b"Cnäpç\x18 N: vÆ\x02 |J5< "
b"DM"ö\x11 ÓC…²ÏÀX`\x14 E¢ "
b"DW\x11 Í\x1E\x1C F.ô¦»\x00 ╝ÆØm "
b"DÓ:J³'G~¯#ÀQnÎ<¢ "
b"EnWá%$H€º‡\x0E ~”IåŸ "
b"F\x12 Œr\x1A «HȱEdØÓ5÷ "
b"F’jŸ0\t OV³£€Ù$uÿ) "
b"I*\x04 :`)GÄæD;Ô├É\x16\x17 "
b"I³˜°âZF¶€Šš%QI\x05 e "
b"J2\x15 ºN›F܇£CÑ8rB’ "
b"""
Jk\x17 »\n
™O\x04 ³VXñ|¦€‹
"""
b"JÂÂèºÆFa¶OTþ#$9– "
b"K¨\x00\e z¹DAɾj,¡{ÿ* "
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"UìPçW├Eìáù¡Ê¸■UØ "
b"V2àÂ\x11 1Kɱ•± G0Ž4 "
b"X:6Ü·cG€‹>:`є֎ "
b"Y\x1C /\x15 é4ATœÊÂî’ó3} "
b"Y}i0HëOßûÅt \v #\x1A\x1C "
b"Z\v —(*‘B\x19 »M`g·¢é\x00 "
b"Z\x16\x1C n§²D\x1E µB3T'ä-œ "
b"Z¨yñX–BiŽd“²¨‹–N "
b"Z²î6µÄJÄ›\x10 áT¬•`¿ "
b"Z¹Q\x19 ó\x01 D¿‹ÈÒÄØ©\r å "
b"]Í6\x1E æÇCh‹-åc–ô±+ "
b"^q¶À\x02 ÄKÉ╝?8r·vÕ# "
b"^ëM\x0E\x00 ¢A\f „3J}«G\x7F ¦ "
b"_ŽQYˆÈA舴TÌKóVâ "
b"`9Í€ulJ ›-ƒ‹zÍ\x19 0 "
b"""
bœˆÇ@\x08 Nø«Œ\n
«d[”$
"""
b"cÌÅ╬0Ð@Óü¢lZ`²ÙQ "
b"d\x19 ¾^ÄOåŽÒ‚~ä\x0E Å\x01 "
b"d% ²ÛCCõ“°×‡bz…n "
b"e|š¶JIOàše\x00\x16 ï\x0F\e Ì "
b"eÎÌ!¸5FܻҞÜ\x13\x17 •0 "
b"gØþWíNE6ÄJÈ1Ü┘Oä "
b"gî¦w1¯Gé±*ÿk"1hE "
b"luŸ/EAKO€\x05 ;ˆ[Éæ¦ "
b"l└Ïq+VIü©dE¢╦¯` "
b"m&\r pEÃHʾ\x04 Ëms¦\x01 h "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"mû¾8UÃBÎ ªc\x1F ²úY\x1C "
b"""
nO‚Þ·.Bg¡;\x01 +u\n
´\x03
"""
b"o@ÇáíþEî³\t\x01 g',\x06 ` "
b"oj\f\x17\x0E ÒA—€\x03\x0F Äg ,ß "
b"osž®‘fJO¡ðL\e QÁHm "
b"r…<–qíI!£\x17 ¾À\x14 HÏ "
b"""
sB5DÎ@I\n
¦àâE›|·É
"""
b"s‚zÂaTIf¸þöЙ\x12 úé "
b"""
t9HRÜ\n
A' §ÝÔQG63
"""
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"w)rÝ*ÝDK…u\x10 b’BOë "
b"w¸hš¯8D¸¶¶Hq=w&à "
b"x†¾\x17 nŸNž´L7Ò/ñ\x10 © "
b"yË#¯Ø\C„˜›ûÿ¼IµÞ "
b"z \x1A y&RAÛó\x03 ┐¦▀_ÆÅ "
b"{Xo‡\t $Oñ«\x13 z\v ÕžDb "
b"~©½zcWCåµ>:\x15 *ï»— "
b"\x7F K\x15 LXÀ@“˜ÓÂ9˜gêC "
b"\x7F ¸'¯>\x08 L\x15 º\x00 4„t\x14\x04\x16 "
b"éÜæ╬»ÎM´░cûs¿RØõ "
b"„Jà]¤ŸAç¨é©©µSòÿ "
b"†I\x00 «~ÊA\x1C ’£(V[<\x01 é "
b"‡M-\x16 ‚CJ·Š2b\f °ó‡\x06 "
b"‡{·˜ÒìFŸŸûFIBBáZ "
b"‡ÿ\x08\x06\x06 ¯I“„4 jd7_° "
b"ˆXêˆ \x07 Lk½Ì)Ïv\x1C =ë "
b"êì1×n{IØÜ l¦Ûõ\t . "
b"""
ë\x0E fJy\f K\n
Ø\x14\f ][äæT
"""
b"‰©›\x10 ”\x00 JN³c]‡e\x11 ™X "
b"ïZÃ9\x0E 7Buïì╠=kE5? "
b"Ž\x1A šûƒ2Fž†Üz´ødÈx "
b"‘Ú”1#ïHv®AFè\x07 ¸‰Ü "
b"ôìµ\x1F à#E\x1C ®åZı\x19 T╣\x13 "
b"""
û\x10\x17 c\n
\x1E L¸¬Í=5ÅÛ"\x1D
"""
b"–\x1C ‹\x02 FFI©}F֯׏Р"
b"ù'┐"+\x03 E"£vc║ý»üÒ "
b"—6Áå¶%DQœE]x@ö¹Œ "
b"ùÅðÇ■¶B┬ü«¯æÔù▒â "
b"—àä’\r ˜A‘¯PÇtÒ_ïÏ "
b"›QI„w¥B9¿W¨ûzšÀ® "
b"Øt§^GÉ@¨â«; @ƒ¾░ "
b"žE³’-I’½4\x03 …¶ÂeÝ "
b"ž£Ü÷u\x00 O!ñzø\x1A , "
b"ózÉÉR\Fv┐¯|?(:&o "
b"¢ÞÊ=cÈ@R‘3\x00 »ðrÖ\x13 "
b"£|ñiWÝAe–\x18 &³-¤á± "
b"¤s¶ŸéÀ@t‘¿®kXÛä“ "
b"¥¨øõF˜G6¥²9÷œº][ "
b"¥õŸ%ñ¶J´â¨˜í‚\x1D ` "
b"ªaR5î¸Dè²í?\x00 æô‰\x07 "
b"¬▒Ð#é╝M¯ìx5õ\x17 ╩;¤ "
b"¬Ë\x13\x0E §½@Óì╦8ÐG#h« "
b"¬gò±±è@`½&;.¤øžQ "
b"\t îoü¬K˜““ñ¬±Kx\x06 "
b"¡-á½\x10 oFÅ¥ª\x10 X\x11\x0F ~2 "
b"»¾O\x1C ÷ìCýÂ\f [ȧJç@ "
b"²ë\x7F {S\x06 J\x18 ˆÆkpCÃ\x01 "
b"´7öln\t N¤°\x1E ¿*‰Ä\x10 … "
b"´xJs\x08 ¬Cc‹\x01\x06 ½\t J†á "
b"ÀeòÈ┘õO>ñ\x15 ┴áüçßN "
b"·Ë\x05 ·?»I2±Â4ŠM\x14 ÔE "
b"¸öóNÿÀG;šçd=ÈœƒT "
b"╣5½Þ{ÚGz▓·ÅEp<:! "
b"¹Ô˜Œ9ÐJ¼¸d ~;-r¸ "
b"║\x1C ‗¯JèH\x17 Ö;n|=ÊìÊ "
b"¼²ß~\x12 aL>µÕ{Òµ\x11 É5 "
b"¢3R╬ç/L╬Ø\x07 ■±\U"¥ "
b"½§4e‡rE\e ¨&)Ö¨\x06\x1C ì "
b"Á+q=°%G\x18 ‹èU±mD®' "
b"Áš4€ñ°Eb‹ßT`q\x08 Òq "
b"ÄPÂòû©Eå¢L†á®(\x17 # "
b"Ä]än¾\x07 AÓ‰¨´Â\x1F &¦ˆ "
b"Ä·³¨2<EÍ€‡\x13 )ŽÊ«\x07 "
b"ÅLÒGÈÖHN‹Úž›x\x13\x12 · "
b"Åî3ªO\x04 GÚ¥Ò\x00 ï\x0E _.ï "
b"""
ÆÂ<»\!Ob°Â\x14 jk\n
¥`
"""
b"È&0†BÍBî¾±µÂ6jMù "
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"╔ÑÚÐcGƒìÓ4ÝÃe,ï "
b"Ê\x10 BRxŸMã¾J¨SnÇ)\x12 "
b"ÊN€]w<A»¬¯ 5\x7F RŠÆ "
b"ÌL(ìHY@ü¿\x14 y…£Äšž "
b"ÌN\x19 7åD.»¸±ÅžT\x0F Z "
b"οßûà\x1E LÝ£Žv\x13 8zù\x11 "
b"ÏQå-ð\x05 E^¼H¹\x04 °½‚š "
b"ϸÀŒ\x08 =Dÿ»`:\e ,k÷º "
b"Ð/9Ê=1F„¶0‰p™ÛŒ© "
b"Ð=¦³þË@ã…õd³Y9Ë\x03 "
b"Ðw¤·înF\x17 €}\x01 ¦½àV¥ "
b"Ñ›‘Ò=L]‘.›ÿG“+> "
b"ı¨sYÙÓBÀçG\x12\t\x1F àÉ\x1C "
b"ͼ^À│╗C<ì1ª:¬×p\x07 "
b"×aCRá*IÏë\x1E t;;\x04 $ "
b"ÙJ÷åUòMÈŽ$´\x0E 3Ay¶ "
b"Ú¥\x11 —¿SKG‰\x06 Žíܼf– "
b"ÛcJk\x08 †Gû—[\x1F m\x03 ¦ðà "
b"Û‘ÖR8¥Gº“ù]©½ª\x19 S "
b"▄6-^ÀLGiÉÐ═8ð╚\x12\x17 "
b"▄;É«\x0E "H#û/[år88ê "
b"▄Y¸8│øLèüÁO\x17 S█½▒ "
b"Þ]눧|Bʼn\L\x1C ¿Ì(É "
b"Þ“Ò2»#F=€AŽ\Îð_ƒ "
b"á—ƒŒŽËGÊ¿,\x12 ¶j\x18 ·Í "
b"âQï\x03 büKД¿†ÁASGÌ "
b"ä[ĺ;ÚAy¥¯éß©1ÀÑ "
b"""
åÍ('\n
êJw•Å;t09c¢
"""
b"æçüt‹\x19 E“—kí²‘\x17 ‘ž "
b"þ¯ã!g▀Oå┐ñäØÑ u "
b"ÞÆ~SãÿL\x04 Ü>OLØÍ\e s "
b"èÀ,!'KGt“O9¦õîÆ1 "
b"èñ¯"#«C¶·:}ãŒGAù "
b"ë—P+Ã×Lc›K’'ý\x02 e[ "
b"ÙÛÒÝÆ<CÅæa"╔ÇÉ 8 "
b"ì\x7F ì,\x7F 5G£ŠNc$\x04 „sB "
b"í:Í\x02 –\t G³´tùh0_…l "
b"¯ý%b▀¸O\x0E âıÀh÷ÞØ┴ "
b"´ÛB▒7dMnÄ\x11 ت{w*Q "
b"ð™J§~FF\x03 ’¥;\x11\x02 2qå "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"ñqvºø\x7F O⊰@'Úk0% "
b"ñÆ£>\x00 OJ\x03 ¨¿\x02 \r Ýêq: "
b"‗{R┴ú╣A┼Öþë¥}"=Ø "
b"ò‡\x05 DÇ?EŒ™›K5ïk\x02 ¿ "
b"ó\x0F Òt\x15 C`ƒyÚ÷|×Az "
b"óºó÷c5DÀ»Å>*ù¦K@ "
b"ô|\x11 ú?N@%„ÆÙ†‘ئ\r "
b"ö/1§v,MÄ´58\x06 [@‰Î "
b"÷º?\r nRAï‘\f 6\x03 è½¢x "
b"ø‰Î–ê~O5‰Òô¯m‚&\x1F "
b"øç*æ¤ÝD&”‹\x16 ³\x14 ©\x14\x06 "
b"·¶¨¬Å}GoêVN┴\·²\x05 "
b"ü!+\e ‘þN瀣Ž|h[®• "
b"ü$J\x0F ¼K@ú¬WÁÐ\x1F ¾'Ð "
b"ý¸¢gFçNh \t ÜŸcMeØ "
b"""
þ\n
\x10 €yNO\x14 ¸ŽÝqTîp\x0E
"""
b"þe²¨+ƒDÐÀÐÏ\x07\x16 ³ï "
b"þÁÅÿ\x12 d@€–÷gùN,µ "
b"ÿ Õyþ©JrºXdÁ³\x10 &\x18 "
b"ÿo47ЧL\x03 \x06 Ý\f ±DH• "
b"ÿã¢4ó\x1A L#ª €~ƒ±*9 "
b"\x00 z\x1F ¡R¯L\x13 …'gü÷J$/ "
b"\x00 ¦áèÌWLo²ðÀ¢\x1F Ÿ_‰ "
b"\x01\x02 -yØëA¬ õ˜I‘#ö½ "
b"\x01 ô»Qî\x06 B²¶p’\x08 äª[- "
b"\x02 ÉçÐ\x00 ╩MȺ\v ┼\x0E í‗_p "
b"\x03 Ðm$;¯Iıb›cpÁ\x19 ø "
b"\x06 “ æ“ÖK½”†¼º°ú\x11 ] "
b"\x07 Â¥\t ÕÍNbŽ\x04 ®l\x16 +kV "
b"\x08 ½®U\x10 MMX‹Ì2F|Žp\r "
b"""
\n
Qžw\x03 á@ľ§„¬\x17 £ø>
"""
b"""
\n
Ç0Þ«æOΰ\x1C Jëdj^=
"""
b"\x0F\x17 Õ†³ÏI=³Q…8\e ¾ÎØ "
b"\x11\x06 |ðÉÉJ\r ©(»ÿøÑÐ\x1F "
b"\x11 +éÎÌI\x0E µÅSâ6cI\x1A "
b"\x11 ÛIJE•J4³ ‹ùƒ×\x10 q "
b"\x13 ó[ƒv4B÷‚Ø\x02 áÎÈ´Æ "
b"\x15 Äïc/2B'£ß0œÕ–%\x19 "
b"\x16 ç[|åíB+¾+@çФ\x02\x1A "
b"\x17 ;i«0\x19 H¥ÑÅ·R\x18 Ù²\x1A "
b"\x18 M╬O¿┼MBÆñÉSB¡ø\x1F "
b"""
\x1A\x10 \¹\n
\x13 FR—F?¦¼=ÿØ
"""
b"\x1D Åı[õGASî─äd\x01 lö▀ "
b"\x1D ¾Ø¨ırB╗▒RÄmõ 7i "
b"\x1E 1q8\x1C îC\e ¥”@"|-IË "
b"\x1E ˆz§‚dC†¹0i\x0F Ä{²& "
b"\x1E ├ó"╗ýI»É$®▀>■hÌ "
b"\x1E ûð:\x19 ´@Y¨ÕVR‘ÈQ^ "
b"\x1F ─WÂ\t »K╝Ép¥Ö¬Tù/ "
b""\x03 珵K¸ç╗╔ýþ\┘¶ "
b""Œæ[öÅGò¼ˆ \\x1E ³Ž "
b""Ìß╝x▓OyØl┬eò¬\x19 ! "
b"#çÉy\x7F ¼J‗╗\x1A ÝwT\v ╚Ç "
b"%€ëkoHIv¬\x1A\x01\x13 €÷ï\x12 "
b"% C8sSGg‹\v B?éþp„ "
b"'JP0¾»B2š\x14 üª(9¢ "
b"'ˆä÷2ÖN‡“Ý\r Êo³®> "
b"'┐ÉUè@Ûíñß]Éï±ô "
b"(\x13 EwÎßE╦üe╬ÐϾ\r ^ "
b")0O$HÞM\x12 €ÝF#ýôPT "
b"""
)Z\x06 ™µtKv•CüÖ\n
Pcw
"""
b"-C¯┬åmF\x19 ô╬╩ı³ä¿É "
b"-¶Ó—š”DÄ¡‹,(›\t –v "
b"-ØS-…µE•©2€¢R†Óò "
b"/lR/Ð:LN«oyi4ú¦M "
b"0%ÇC\r òCÿ±\x13 ¹‚A¼í‚ "
b"0»¸>B\f GÜŽV|áÎÓ\x1F » "
b"2\x13 ì|m\x19 @\x0F ùÚ┘W┌ή` "
b"38Å\x7F @°D▒╣IÆ<0ç\x1C Y "
b"7ØAº\x13 œI䈪#¸òëÔi "
b":\x10 Rû¯çK\x1D ŠJvLo\x03 b "
b":ÿ—™¼@Aôƒƒ1q‰Ø\x17 "
b"@\x11 “RW£Bž°Ž²\f\x0E jÔ\x1A "
b"@\x1E –ÁU…GI„gðɯժ¶ "
b"@i\v I#’EæŠ\e Yeª_ÆT "
b"C:C‰eºCT€\e Œyº€Sl "
b"C‚vg¶YJn¯ºõk\x06\x06 ®) "
b"CÙÌLò…@¿¨Õö\e kF6X "
b"Djó'\t GCo´ž¨\x1C %+¾\x14 "
b"ETü\x06 -╬@ýü,lsÞ×ı┼ "
b"EÁ\x7F AÍ'Ap© ã\t N$§½ "
b"FLò0íqDŒ¾e/\0ô\x13 "
b"G\x11\x1E ‘]JM¥¿t\x00 ÁÎò·è "
b"G\x16 šxÒ\x1C G+µYÈâIs™Æ "
b"GÇz"Ø+J´í¸ ¶¢HÈÌ "
b"H█n╔néKúÖI\v dhØå■ "
b"I-U_*▒Læé═¥ØÅÖíì "
b"JŠ}䜳Aƒ’¼ g§i\x06 ¬ "
b"K\x18 ÷BãaNT«ÉÞ&€]õè "
b"M°:\x00\x1E ZEüšÉ·Rsš\š "
b"M³ÿ–ê\x18 H·ƒÇÓ\x05\x11 µFx "
b"Oø:³(óO‚´üŒî9\x07 ŸÎ "
b"""
SÏ\jVZJ\x04 ±&©›\n
{˜o
"""
b"Tz»j^\v NͯòÏJ\x08 x–/ "
b"T¼¶d^ÍO`—\x02 ¼\t çžÍø "
b"U\x17 ܵ àD}‹qâP(›ÛÏ "
b"""
V\n
¯\x01\x08 ¶B×Çv\x15\x1F Å·╦A
"""
b"V³ºà¯ÐC‡ \x08\x18 ³8ý\x10 Ô "
b"X\x00 Ø<ycA\x1A ╗%w6æ\x15 ß' "
b"X\x0E )$ÂòG═è░ÉÁ┘\x18 7p "
b"XäTNvqM×ù)˜l=$+ "
b"Y#ÅO2┐LÑå¼\x16 v\x1E ×à "
b"YÁ¨F‚\t Na¥û¢\x08 \/©_ "
b"Z"«y”^M²¢<ܱ=\x18 ½] "
b"ZÀ©HcwJ\x16 ¥øfÉ¢[§Ð "
b"[LD˜=ÇF\x04 €c’ëü@\x04 ¿ "
b"`>*j•"L@¶\x06 ÙLLö•( "
b"a»@|ã9GX¶r$È5ÿUˆ "
b"c?Æ\x03 (¹Oh¼T^p22\x00 ì "
b"c¾Ÿ{ÐýH¤£¶ç€½–& "
b"d2·>ð\x19 Bßµ²òð\x0E W\x11\x15 "
b"""
k:ì½S\n
KÕ‘WžôãléS
"""
b"""
k¸%0,ïFa‘«\n
ò;É.N
"""
b"lnûìOúDžÁˆmÀ§Ì> "
b"mýÑÆ_2DH‰¥\x17 ,Mrœ! "
b"nÂ^\x18 'éCZ†I:¡\x0F gÀÔ "
b"nß«P;éI;½(µiÁj.% "
b"p\x1C\x04 ¸L[KTü0ùw<L5þ "
b"p8YulA’…´.¼m\x08 à‰ "
b"rbXv¾éK‰±C2~¦ýC "
b"tS4Á9 DnäF\x02 9┐╝êÉ "
b"t¿\x01 \\x7F\x0E NØ»\x1D ·╣Iéòs "
b"tÒy\x15 \r „NÒºƒ–£NA´\x1C "
b"uúas©'LŠ±Ø°\e ’gÕ6 "
b"w┴É9µüOÖ¿\x19\e Ã\x03 ı®¤ "
b"wÄä³çdL\t ‡çð\x1F\x03 ÖC "
b"xre4\x02 FDéØ0┌\x02 }╚Â; "
b"yÌöÞeºOê½\x07 §P†\x06 ›> "
b"z'ö╝ËåLºà¸·ÛütvÐ "
b"zñd¹VlD\x02 ößìı╚^T| "
b"}-Š{~~Fø¢\x1F È'Zs‡‚ "
b"}T³mÆÎK£¡š\x18 Fëmoâ "
b"~\x7F …\x13 9ÛB΢ï+\x16 „º¾Ö "
b"\x7F ì\x17 $oh@†—šOÆò‡v^ "
b"€7E'oŽE. [\x16 ß5%¨î "
b"€kìµ\x0F #G-¨ö\v 5öêòZ "
b"übÙÕ║ïHdâÎè\x08\x18 +\x7F o "
b"ƒAÂ1@‘@Y‹Fm\v ^£#¿ "
b"ƒ\\x12 ¹º[FÚ¤Ã\x0E\x07 Rï‘Ë "
b"ä4".\v ╩K<¥ç┐jìÄݲ "
b"„˜˜ëmÎN2—ÌË\r Ð\x0E Áq "
b"‡œt†ïfK\x13 ›¿Cc«óå "
b"ˆ2àÃ=4Dïž•\x05 Èž> "
b"‰\t Ê66.Oïš-eÓ¥;…O "
b"‰æT;º²DŸ¤Iñ¢$O©ï "
b"‹\x11 m\x16 ìwMTƒ#…ìNd`Ì "
b"‹(Öþ\v -D2ª\x01 ˆ\x10 V…êJ "
b"Œ*Lö*íK\x11 ¹\x01 ªeH¬{5 "
b"ì$\x08 ói.B\x1D Â"VB i0j "
b"ì¨O,%!MSú\x13 v8à]ñÀ "
b"ŽC\x1E\x15 ÃpBÊ•J\f Ê×yÔF "
b"Ž’L²\x0F vC©¿{ïr`¼[Â "
b"ŽÁ]JY\x1A E¯Žû\x13 ‘[SªŠ "
b"ÅÔ*V«╝N├Ö\x10 ═┤\f $\x0E ╔ "
b"ÉUo╝®\t Oòù¹^8\v òüU "
b"‘ÆÑÜJ\x17 K¯¿òÓüÄ\f qî "
b"”³&–I)F–ª›²\x03 ;…ý) "
b"”ühUä„FW„¢¨]6\e ©Œ "
b"˜;Ç\x7F\x1A\x1C KwŸ@\x1F ŸSyí• "
b"ÿúÃ^IDBèÜ{╠Þ&íü "
b"˜Ý\x15 ¨€‘A…ƒ\f êÌô™ƒ\f "
b"šö©\x0F ƒ9F\x03 ™Zù±™\t\x13 ö "
b"øO\x16 "=ÏMMÉÉFø`Qmè "
b"œ\x12 ¬¦\x04 ICr¬Ú\t ÕG\x06 ê "
b"£üZôµ¡B ╣0>Hô╦1\n "
b"œ¹À×XÑCG»„úì}.Œm "
b"Øö3Q2fK¯ÁnÙ-¯LSR "
b"£»zcâœF[·ö…N3ê¸] "
b"ñ\e Ú╝║L¨áÅ&PJ \n "
b"¤¥àH–EBý Òê,åpÔ\x08 "
b"ÑH²ÞÌnA\x00 ╝üÊÚ}õÚä "
b"¥•ÐAÕóH\x08 ‚¶WÙy\r J\v "
b"§Tk:mLBQˆùÉܦ›´B "
b"®ÏØ\x15 !3D\x03 ®zë}╦4ìƒ "
b"ª]ÞjK…L£ª‹Œf\x1C U\x03 Ÿ "
b"«•3.\v zI\x03 ÑR…Å8\x14 3 "
b"«˜·~ŽãJ±š ²xÒ\x1F F¡ "
b"""
¬H\x02 L1£Gg´\n
‡^šŠæ%
"""
b"¡Øi\x0F Å%E}ñ\x1E ñı[â\x04 : "
b"«Á<╗■¾J,É\x1F ARy/Y+ "
b"»Mt\x1E ┤ÕHu║DÅ2ª/Rû "
b"°\x19 º>´Mï’@\t ñ\x05 ß\r š "
b"²V\x05 [\x17 \r O‰–€¡\x02 A8 "
b"Á\x05 Äg$$O9½lý¯òÅð\ "
b"µ\x06 †\x07\x11 >K4µç\v $Ë=¨\x02 "
b"¶\x18 ¢ÑJvHz½fUtŸ\t üq "
b"""
À*Øá<@Dã╣écÖ~\n
\r ø
"""
b"¹9ºl\x16 áKp£\x12 @ØdÇi) "
b"ºX5vªÖI(‡¾{QwêM\n "
b"¼¨V5o\Kɨ\x04 ÈL©\r 8` "
b"½Q2\x08 Ô\e NgŽ\v ÌÀ¿=¯ª "
b"½|{¹ÏåOã’\x06 g\x02 ¦±†\x04 "
b"Àí<€ÿáMÌ›]°ˆ7\x14 gX "
b"┴óµ░ɤN\t ÖA8E3┐ò® "
b"Ã\x1A ‰zXgJN¦hèüÝF¿ "
b"ÃW“ôøLï‡\x11 êD©ª“\x01 "
b"Ã8âØªïE║àß´|£\r E\x17 "
b"╔£ü┐═├Ft▓╣Tï\x15 ñ║Ó "
b"╔Ð\f áÕóN{üv\f\x1F ¿ÿµ\x1E "
b"Ì>\x1C "É\x07 F’€ÜúñaÞÌ´ "
b"ÌBbq±\r L¢¦\x04 (ÈÜ™\x10\x16 "
b"̵ìûûAN†°¹XÐ\x03 Ïóà "
b"Ϊó;Ù˜Ot²\x17 jd\x04 éæø "
b"ÏiMv\r \x06 Bâ˜\x02 û+a\x0E «¾ "
b"Ñž]²C1Mפ€!¤Þóö\x02 "
b"ÊØ\x1A Íô\x08 J»Áu^tÄ\x04 ´¥ "
b"Ô<µ1\x14 C@г\f >ƒ™ã¥\v "
b"È@ıgÖðC║ÀÉ6Äò´ÃG "
b"ÕÌ2\x10 l\x07 L÷ˆÉ϶…\x07\x1F — "
b"Ö+Žùn†O\x10 œ\x11 úR!‚ÇÎ "
b"ÍØ╝ýÔëA+ܹⲿ{<\x13 "
b"×\x07 ŒRLRN)‚ß0x‹I\x03 F "
b"ÎEÑã\x02 ¶L+½+┬ì\x1D ¢#Ô "
b"""
ڝ\n
3èÅM<ÄÀY\x14 ¬ÀK¢
"""
b"Ý)J¹äYO±Ž|\,7±(õ "
b"Þq†b\x0E —Cz‡'¥\x1C ìÍ\x1F "
b"à+aæöÈD}€HBc{\x10 }\r "
b"á\r 1¯\x04 BBŽ‹èv•é\f\x12 * "
b"á?õ–\x19 ŠHr‰¶©Ü$\x06 ã" "
b"õ\x0F »$┼-Løó╚q6ì#╬ "
b"äR•jz>N5¾ˆ6Uæóæ¿ "
b"õìx[,2Fºûâ&;\t ö░¥ "
b"å\x1E ÎŽ1\x17 Lκ}èìÓ\x19 Þi "
b"åˆÚ\x1E\x1A †Fž•±³Y‡¼Ü9 "
b"µí\f Àv├E5ø╔░ì£$¦« "
b"ç\x0E §ôriF5šVÇæÙ×un "
b"ç·Q£š5C®°C¹bè¤3Ä "
b"ÚEÅâH└E\x06 öË┼-\t µA5 "
b"éI™â\x1F }Fp†!¸NNAi\x07 "
b"ë¾kåâÒDý£×àáaê›Ñ "
b"ì_=‘M…Hy]éŸíÒš› "
b"íΉâ]=EÖ–47´Z\x01 43 "
b"î\TØùêGˆHBÅEœ\x02 « "
b"ïš\x10 gš>Nd‹í¹õJ’÷ "
b"ð\x17 Å\AÌLIµŸÃ\x03 ×HDé "
b"±Äó┘╠ìOz╗\x1F ®ùy┐°o "
b"‗W═┴\x1F ÆIÂü\x12 ËÄ\x12 0B│ "
b"ó\x7F ˜A\x18 _Kc®èebþEî "
b"óçoï†,Kj°€{6æ–Á "
b"§\x06 î ×╗Fðئ\x12 .WÚ?¯ "
b"§Àç}┼`I┤áÅ\x1E ²\x06 ±uX "
b"÷þ\e Ù¾┌D\x18 Àص┤╝ë■╝ "
b"÷ÈS°±öNì´’¶\x17 ÷ÄMJ "
b"¨ry\x08 «@KOå¿lü! A¶ "
b"üœÈU7½E^¡o¬\x01 0è—Þ "
b"³ªí¦\v !@üèBð"¯‗\x18 d "
b"þ³ôbN3KÚ¬"\x03 D\t R\x08 ž "
b"þÙ°qêF‚‰/i\x03 ò\x12 uÖ "
b"ÿ\t ,ÇŽ*Cú°®7UaP\f Ô "
b"ÿF¬á®®OužÍŠNA]—¸ "
b"""
ÿÿܹp!Dz‰JX\x08 rò\n
ä
"""
b"\x00\x0E õƒ\e :C\f ‚?ÛšMš‚¤ "
b"\x00 ü¼7öıJÔâ_i█Ç╔ ▒ "
b"\x01 ▀\x04 7ı─E±Ñá{ÛìÙ▒â "
b"\x02 qµ\x10 LhE▄Å▄ü<┌\x13 ½Ô "
b"""
\x03\x1D ñøF\n
JT¡¦Š†Ù\x12\x07 N
"""
b"\x04 íxÒ»ÎO#¤\x1C\x13 [Ù‚\f á "
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\x00 .ö;ÊK\x15 §W*Ó\x0F\x04 1ƒ "
b"\v §~\x1E q\x0F E#¡\x01 ðî¿zHâ "
b"\v É\x17 µíÍH\t §C¸/Ô™öB "
b"\f YÝ©ÆÊK"…FĨHè±/ "
b"\f ┌ÎpÉKDÛá¾─gõJnõ "
b"\r \x16 ”\D¦DB¦\x1D yr\x16 1Åb "
b"\r A¦ËCRMŸ¥]\x17 ýq\x16 ”\x1D "
b"\x0F 6fO\x01 «BÀ´3‡9µ\x1F ò\x05 "
b"\x0F ½:åòhHY´“+æ,§1‘ "
b"\x10 öihMÛI¨ëü4▀#ÍyK "
b"\x13 “ö<gÁO\x13 ¸§\v –\f Jåk "
b"\x13 ╠'´\x18 ■K}åKAü░Çß╣ "
b"\x14 ô®àÉÞK\e ǃ\x1A QDSâ "
b"\x15 ³¹¯FJH¹¬‘¶:Ÿ\x02 Jª "
b"\x15 öÍ£|^OÞ°\x18\x00 ó?“\x1F È "
b"\x17 Cž*GDOi™\x15 ÍšÆÖyã "
b"\x19\f É}╠L▄©*\x17 Æð¹eu "
b"\x1A Ðìö¥wF¾ìh\x1D ─\x04\x7F [Ê "
b"\x1D LT\x19 sàL&³ã%e™P"Ï "
b"\x1E Ô*äf¢L\x0F †Ö®’Z\x1D õL "
b""öíS×ÉC\x11 ¨ºÝiµµ-~ "
b"#H˜´ KGdzt¹Ì!¯ "
b"$7«u‡\x19 In¶§Û\f „Òá\x0E "
b"&À}¢Ï)@µ“Ö"˜Á®Ãx "
b"'„á\x01 s\x03 M᜿Šä\x1D F\x04 j "
b"(oé]õ\x1A K\x07 †‰ý›ß@rY "
b"(’ñÜn–C[‚’òmÑ|\x05 ë "
b")\e «¯Ð3N¯ž[*K)§ey "
b")R\x1A [}4A¥³›9v‰Éÿk "
b")ð\x1E åFvB£·\x10 Àz\v ×\f ¸ "
b"+\x06 Žï\f ‹Lvšs0\x13 ¡e˜ë "
b"+¯7®YFM<³™q¥Tô\x0F a "
b"1î™¼ÂØJv¡u\x0F ‹\x1E }+ "
b"35\v ž¾<J`¾\r \x1A y(\x03 l\x18 "
b"3ÕŒÕ$\x08 E‘‰ÂP9ŸïÛï "
b"49Ç'\e\v K‡¹‘Žä…×8V "
b"8«f´khBï¨ooæâ\x19 ·P "
b"9Æq\x07 ╝\x03 E ┐|ÉRP>▀U "
b"<2Énè\x00 NL€„ŒA<PH© "
b"=rɱâ\x06 MUî┌"ı\x1D ysà "
b">\x00 †áÕK\x1A ¥Ò\n cÐJ!û "
b">\x15 ┬°yÅIBÖ$U0a\x03 ;Ò "
b">…•%¢IV¥1V”‡dPb "
b">«i\x12 ®KDy¦Çç\x18 æ«(J "
b">û«X+áCí±\x1F ¸¬˜É—p "
b"?~û6€!J\x10 ®\x03\x1A !›c–Œ "
b"?ØÃh\x1C kJ■ü█;Ñ¡eéÔ "
b"@\v e\t éŽDà—²‡“ƒ'&ó "
b"@:2ÐGýNH¹6'¼b¿R7 "
b"@ÃÈf\x04 +KÉ”ª\€Ã\x7F $î "
b"""
A\n
v[²&Má¨3ws©]\x02 3
"""
b"A±ø/ADHkˆ•±È?q\x07\x00 "
b"D®|\v\t @&šó¾\x17 C¶´‘ "
b"EœÓ¨¡bIޕΉÞáÖ\r k "
b"GúÍ`³‘LPº\x02 APŒþùõ "
b"H~£╦¦╬D±Åî╚\x7F ╝ø┼N "
b"I!(mB×Dh‚A–Ö*õ\x18 ü "
b"J&.gèWIï®ô,†¾˜o! "
b"K\x14 OðØıI\x16 ƒ`Û«{ÂøÙ "
b"K\È7MVOu¹›\x19 ½¢Â¥Æ "
b"O9W┌\x0E âM\x17 ÉL\x04 3¾ÀÙ╦ "
b"Rê§™˜ŽM÷žR‹#\x1C 5óe "
b"Sš\v _ò\Dѵˆfaéc\x01\x0E "
b"VÀ_x¢ÚDЧÀC\f „r\x15 ¾ "
b"XÆÃFL¶AÄ╗\x07 H¦Ò(Å¥ "
b"Y\x0F âè¿!Bz´‡@{픑 "
b"Yë×Õ}ìF°´åèàV¼è‘ "
b"ZD^ \t ÖJqœeìë\x16 >q "
b"\}\x19 5╬4DŪ║3´7▄Èý "
b"]¡KИ€E\x19 “lJY³\x15 K} "
b"`½ÁXbÒL¥”32ËIk±× "
b"`øï¸R(H‡˜AH¾¸à\x08 Æ "
b"chD=³\x01 @ŸȱDG"Ñ# "
b"cÅ;ã…ÝCÖ¯ÔˆÛä1°@ "
b"fÅJƒs█N»╗\x08 ÇÃå!À═ "
b"fÒ˜¬è>M¼ŠŽ\x1E @·õ° "
b"g/,fù$Dø¸S…@(Äl "
b"g╦*eeçNþ╝m7x╦\x00 ┤ì "
b"h %│~CäÅÉ│Åı▄æ{ "
b"j(DÇ\x04 JK‰©Ú¢ø2\x19 ¤ "
b"kÊÕ>(7LÑ·7^þ&®>þ "
b"kþíøsáM¦Â\x06 ¤╚\x05 Ììù "
b"o\x02 ╣Yƒ¯Cê»WÅ·┬íFò "
b"pÊ#·Ü\x0F IH¨\x04 -Tþ¤U˜ "
b"p╠ÿBÛ"N1Ø\x05 ▓W\x0F 5Uh "
b"qÈ\x1A ø1TA6ºJ\x01 ˆ˜¶j( "
b"r[{%û¤I§Ž,ƒ›«„D\x1E "
b"r`IAs{A\r št^K\x17 ˆ÷Ù "
b"rzG4%DAÞÅ\x15 ¡╬o╚▓â "
b"s\x03 6“¯íG*¤P(N\x01 þ\x1F õ "
b"vÙSŠÙbOγAµ<(`\x13 “ "
b"wåïk@oHó®6\x04 ~<îŒÕ "
b"x‚iG[ùL,£ÐE’\x15 vÙv "
b"y š‹Ú€Jášñ“%wÇ!\x02 "
b"y¦ÄQ!\f LAü¿p)Ùƒ`» "
b"""
z8µüÞ@GÕ€7dAìÁ\n
¤
"""
b"z®÷ÊËlAU´LËOª9µ¤ "
b"} Ió┌\x1E Hàô\x15 {▒»YÉ■ "
b"\x7F øùS\x0F ú@(„ââÑ‘aoœ "
b"é\x16\x02 Ü!ÕBÇü½Å"[\e\x1E ▓ "
b"éZÒYßüD9ó¹~=ïA¿Ð "
b"‚¶CeEAB»œWéý\x12 x\x13\x04 "
b"‡µ~ø7sM×ÂT§¦‚O½ "
b"ˆ+áŠÆ¢D&·&On¤Xr© "
b"Š\x0F äÕñ•M†š\e O«\r 1К "
b"èü)O█ÅC\v Ö0ótòz\x19 8 "
b"‹mh¤´ØF\x0F »×ûmžê©\x1F "
b"Œ1úæ})Dލ¬qÀ4?åÚ "
b"ŽìJQ¦¡K\x01 “*\x03 ³~`KF "
b"ÉÄ╩ƒ╔&DHï\x08\x0F ┴I¤╬" "
b"æ▀öÜó}M┬Ø╔tZ¤éðh "
b"’œ¬À[*K_¬«ëFÚaáR "
b"“‡¼ð]\x14 EGŠUI¸Ùg— "
b"”\x0F bà@\x1F B§ž!ë‘°6\x07 U "
b"”ß3\x00 L\x1E FË–t°€%\x1E %{ "
b"˜9µÒĆD2¤¥lšõÙâ" "
b"ÿXL«\f ■NÅÜÜ\x19 $Ô╠så "
b"˜›\x11 ‰É\x19 HØ„2l£ì2‡³ "
b"ÖP╝ö\x06 ¢M~¢q9\x7F é´|ì "
b"Ü║z\x03 å¥KPØÃü■\f\x01 +Æ "
b"£®ü╬R╔D\x13 ┤\x03 l\x1C ╦┤2T "
b"×3æûÖcM┴Ũ\x16 q┴x½f "
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"ÑÉ\x17 Ѫ\x1C KKà}'sP\x13 }) "
b"¥–<زxB4¤…žê\x03 ìDd "
b"""
¦°¨€K¬E\v ¬pòZ\n
äJã
"""
b"ºÅ\x1E ã±╣NÅàÝ&/¯╝\x04 ¬ "
b"©%¿B\x1D MB\x14 §}Ç\x19 ñDíª "
b"¬aNBÉ║C½ò╩¶┌}\x16\x12 ú "
b"«„\x1F å\x08 YMÿ™\x05 ¼ãî+@¯ "
b"¬n-YP\x19 I÷½×®\x13\x15 ò–g "
b"«─àA_ZL¦ì,_┴U¥\x17 ╩ "
b"¯ZÏjsŒGɪËq8b‘=} "
b"°d»ÚÖ0E\x15 °çûz˜½Ð– "
b"²r©QźC¾±X©Ÿ¼}1 "
b"³5Ë\x07 î G«¨N¬ÌVaœõ "
b"´§œÈõ‡M¦²\x02 é˜\x1C L·T "
b"´Ö‡ˆ£îAÕ´˜^7¼Â\x05 G "
b"Á\x11 ┤\x04 «\x06 LÉøE█\f Î╚m╠ "
b"ÀÝÐòÅaL╣Ö╗\x19 ©²E}¾ "
b"¸pÂãGŠLu¼1e®|ýŸ\x12 "
b"©óÓ\x11 ÎÒJAäÁÑÓ*ƒÞÉ "
b"╣\x0F\x17 W'¿H Å\\x17 ÚîFÛ\x01 "
b"ºoC\x05 ´\x11 B´´ñR\x13 H¬Zª "
b"º«Ï\x0E ‘\x7F Fw¥ØÛÔ›´À^ "
b"╗\e j]('JR®|:É-aºò "
b"»:o‚úÇEŸ‰³\x12 |ƒªÃ¯ "
b"¼ô\x07 0$ÖEm…7˜\x18\x0F }eþ "
b"┐}ÉFdGIÂ┐ê═▒dßbO "
b"À\x06 %\e ®œIUµñ]‹OyÕª "
b"┬*\x16 -ô{Eæ╣┐I3Åкü "
b"ãÒ"╣╠ZK\f ÀߨU\x10 #ɽ "
b"Ç\f øÓ2è@b˜DDtn½$™ "
b"Ç\x1E e¹FOEö—'ðÉ(°M! "
b"Èâñ&¶uBñ¿í¶‡&ª†Ý "
b"É‚*þ†iGt’\x04 t@´\x11 ÔÓ "
b"ÉóÝTÞÚDÚºÂ*JÇ KB "
b"╩Í.ïh´CLº¦╗ÑØû░¼ "
b"Í„ûÂcqIŒ¤\x01\x18 ×ç\x1F Í= "
b"Í¿|]ÝTJN‡²Â‚ß°Æ; "
b"ÍÍ™€\x0E B8ŽRE*>ö@` "
b"═¾J,£0I)üRÿþ8u╦o "
b"Î`À1=ŸA\x0F ‘±ˆy\v e\e u "
b"""
Ò.ƒ0\x15 uA „\e ®@œ\n
Åý
"""
b"Ò“v¨NuC²€cVpiO%Ÿ "
b"Ë\x15 ¥üí\x08 D*¡\x19 ÑK\x05 W┌\e "
b"Ô\x11 éMÖœOœ®º\x00 ôìÁº\x03 "
b"ı%\t ×▓éD<Ä\e üç\x1A\x16 ƒ\x15 "
b"Õ*/Ì\x05 ‘@\x14 ¾jܨ–Âãf "
b"┘¡UX>dIÆ¡┴ì\x00 ê¡ÆÃ "
b"Û»Çü–¿G©¥Î˜°7ñÄÊ "
b"Ûö\x01\x11 imGÒšüök€€r\x19 "
b"Ûÿ(PõþDXº}Ø/~?„X "
b"Ü=ºÜÁ\x07 B#«\x18 ó0ü&óº "
b"ÝŸ¡]lxM:°àYf\x12 ×¶B "
b"ÝÓ¯ï7‚F纎IO¥JPÌ "
b"""
ÞEŠ\n
ˆ@D\x16 ·FéôÆÙ‘¬
"""
b"▀dı\x02\x14 wCüêÈ<\x08 +ìéå "
b"▀Ý\t s«Cû®MZ"y¿[ü "
b"à@q9±3L\x10 ˜™¸åýÁCÕ "
b"àWõµ:@KÜ®\x06 {\x06 nAH± "
b"àÂm°\x17 ŸN€¸\x04 IÒìÁm\n "
b"ßYâ£åôB&ØÎf\x13 aãÙ\n "
b"Ôa\x0F YfÜG¿┤■'²ÌôØ "
b"Òvúì▄╩A-®\x1F YÍÊn╝k "
b"ä\x00 ,ÙØ.K\x7F ™v\v\x18 FÓ®H "
b"Õ<Éb¦qB\x16 ƒðéôZ─Oö "
b"µ÷\e Ê%FA¢ñN├i█àìæ "
b"èñ˜åLLJ\t ¼\x06 ¯\x1F !æ˜Ø "
b"é›a²¿ÅD\e ’&¯wH6ݦ "
b"êò•\x03 ~\x10 D‡ª§\x1C ,æg\x1E g "
b"ë\x1E «BXV@’‡\v ³œµÌ\x00 › "
b"ý\x15\x1D m\x00 ºF«É8_á?╠v\x10 "
b"ì:úc&oH‚¾Âa6Î鲉 "
b"ìÌÃà\x1A\t C‡’ÌÞ\x1C Ø™\r & "
b"ìÓ\x17 DÍÿAÝŽ\v °KŒ\x0E Ÿ\x0F "
b"íM¤]~”JŸ°£j\x13 Öu9T "
b"î1¦ÄkkKNžõ*vów°ÿ "
b"î9o„\x15 ûAx \x01 n5\x7F 8VM "
b"îf®Q: Cð”3*":ö\x11 , "
b"ðÏ‚é|\x1E B@²×¡1wö\e 4 "
b"ñ\x13 ‚=†ÞIx€\x18 Á±ŠˆIÓ "
b"ñySÒ„…Nï¬ì³\x18 ;\x03 jQ "
b"¶,▒£üùI{Üjæ¥SK*© "
b"¶D`Ø/NG¸çK╠Ü»îv "
b"õMê›ÀUGE¡ŽL •3ê‰ "
b"§▒\x1D ┤┐ÉNQíÄ║┼Pñ¼b "
b"ø©¢hÍTDlŽÍâŠ\x19 ýVX "
b"¨¨1┐D«E`üò\x01 Ê«ÔCç "
b"ú ¹Æ³^G\x02 †F(Ÿë\x0F ðC "
b"þ %ÙÛ¦Hºš¹'.vr\x03 2 "
b"\x06 „6im\x0E MÒƒ\x1C ”ŒÊ;-\x13 "
b"\x07 œý:ÇÆK1¶[$äü³t§ "
b"\x08 Ùª\x13 "¸NÅü¤Å─ï)ëf "
b"\r o¡¹·ŸD"§T“\x00\x05 Qo\x03 "
b"\x16 ŽÁd¹¤Hë§ùà`jÛgw "
b"\x1A\x02 (ƒœ\x07 L}€V§õ\x03 Ì€° "
b""¬]‡nTK3©B\x07 b\x12\x14 ½\x14 "
b"""
'GðCµ<Aœ¶\x15 \n
’!˜C¼
"""
b"-4'Ëz\x11 Kb±ríÀw†am "
b"-8┘B═Iüø»\x03 ▒å█╩ "
b"4J½OŽš@.šá\r ¼„.´l "
b"5eÁ áÓHiümÍa!¶\x01 ı "
b"7C╠\x1E ▓\e K╚ù\t Äü\x18 ▄\x02 ¢ "
b"@┘zH÷ZHÌ©ÅJo\t\x17 V± "
b"EEkü:ÁN}åÖNåõx9å "
b"E«vÊ[–FüŠw6šÛ/îé "
b"N!ûI\x0E ‰Dš“\v £]¶ßÓâ "
b"PF■6,ù@╩ƒN\x10 .╦Å│' "
b"^\x15\x03 £ıWC╬çü▄º«wc@ "
b"faïo9ÜApÉÃ\x15 }└·k¬ "
b"iÓ³‰›ÑHÕ®æDYü«\x0E à "
b"làÖ\x19 6ðGÓ½â\x08 ¾éEÄL "
b"m5™„\x03 #B”¸\x19 ø¢\x16 Å\x17\x1E "
b"mWèЬ\x10 IVžíÁ°\x10 '<× "
b"r:3ƒ\x13 ÷CK¸@G4'¦«j "
b"ü\x15 9\x0F Z\r EÚ╝L▒hêÀôn "
b"üVå\x1E åwEl¼Ä1q─C¸\x1A "
b"âÈ ^ıîJ¬é▒\x15 mØ1─k "
b"‹>mE_ìDg¨¼ÄÃÐò\x01 % "
b"í|ô9ì¨BFì,╣-ı§\x1C . "
b"¨›g0·a@ø™¨?ßB:Þ^ "
b"¡oSFë-Jkç˳+ìgV\x07 "
b"»p\x19 ÅíiOCó³ùú▓‗\x1F\x01 "
b"░{│3=I╠òE§©ì³░q "
b"µ\x1E anäTA3¾,vúê\x16 R— "
b"¶jž•^:Bhªý0#éo£ "
b"¢æÀÙ0»L÷øömì.@ÎÇ "
b"└ÕU?\x03 UCúùÿO[ìzµ- "
b"Á£R–¤SG”³—kÚ•5)\x03 "
b"╬0-Éú+K\x08 ╗█▒Ð(#╝Þ "
b"Ò{\x0F ©ö\x15 N─ôStzåìËQ "
b"ê¾5—¢wM\x04 …ÞFÑ\x0E oÀÖ "
b"ì\x1E BB]3Ng€q]º9Z@i "
b"\x00\f «.åéM×¼)\x14 ÿæS+ˆ "
b"\x04 ׂ\x01 ùoKMŒ©¨…^±ñÛ "
b"\x05 Ø3O\x15 ‡DO–U2¿HA\v Ê "
b"\x07 r5)À™Fˆ–¾©9¶$\x7F ‹ "
b"\x08 ÔY¼\t NwŠdÌ@–0çj "
b"\x08 bÈ7Òì@‰¯ëXƒ±–Óÿ "
b"\x08 ‹ŸÓ”'O(¶m±‘žÃØÀ "
b"\t ûSŽøF\x13 å"s÷ºµ\x0F j "
b"\r H3À’GG\v ¯\x18 çô9ŠŠL "
b"\x10 'Û/c´AÇ„ÌåÞ÷r^¹ "
b"\x10 L\x16 ÃA³I\x15 ë▄/ÒÅ_k\x01 "
b"\x16 í>\x1D Ì0Bà¥tÏÚqI~s "
b"\x18 Rü█«ÇE┼Ä\x1E øòÌe.╝ "
b"\x1A\x0E ╦║ðªICØÁïØ\x12\t x0 "
b"\x1A ¨,ý\t Á@,‹J2¥ÑXP "
b"\x1E Ú¸4ú\r IÃå¦┬Éä6}0 "
b""üM!H&Lç‘db¶$›°Ð "
b"$\x14 ╚/j:J\x19 üõ&`¸├\x17 Q "
b"'RyÿgóIîèÕ\x06 öPïì~ "
b"'ì▄ÐÙ\x7F EéÇN\àJOeâ "
b")\x1C ízÛ\e Kq½T°^\t\x17 §” "
b")v\x10 OT)G©ÅB\x15 Ñ\x06 ð┼( "
b"*1È»╔Ø@ ©ìÿê░ùî‗ "
b"-\x0E Ð|ÌvH·€=Ò`‡\x01 ‡\x1F "
b".\x19 ð\v þ%OÛ‹x.£u8«\x19 "
b"0`¡\t ´ÁK#üb\x14 W÷´Õ® "
b"1U3Y¾\x11 LÃì░,\t ¿ºe│ "
b"6T\x01\x08 ³eL{›±\x16 Šÿ-_V "
b"6¤\x19 q´>LÜ‹H»]t?̰ "
b"LÌh╠ñ©Foú©\x02 ©╬ÉLí "
b"O6õ\x0E /AL柸\x04 Éñ\v u= "
b"PZX‚®®G5›Ý–BUµ&î "
b"T\x12 \ß▓ÁN\x19 ┐ØY~ÖJJ╬ "
b"U:┤.\░HeÉÙ╩╗\x08 Ú\x10 E "
b"Yµïi@GI\x14 ¼»Ü³B†\x12 ž "
b"YøBùÄ\t I\x1F „mK~ŠïÊ "
b"]ÐëT0RE+«Þ!Bš÷;¼ "
b"d™´\v Ÿ.N Ž‹˜Ruh¯M "
b"k\\r #Ÿ‰JFž\x10 Æñ#kŸ½ "
b"kµ áCœE%§*MtŽƒFæ "
b"o™´Ö\x03 ¸M\‘gf\x19 ™p\x07 ~ "
b"t\x7F ÐI²\x1C B\x7F ”žhjù;܈ "
b"|mÌžmGp°Á\x18 ‚vÌ¥´ "
b"~|\x19 $[\r @*«É~|¾W\x07\x1C "
b"\x7F 9\x03 †0bKĉJó¯æ'a_ "
b"€\x01\x19 »\x0E ÈO†k—oLðÍZ "
b"…‡¨ê_CI,¸/ÀÄã\x13 jŠ "
b"뱿>üSB-Çñ5s=OÐ6 "
b"Šýœ%z•OMžU\v Î×õ G "
b"Œ\x1C áC\\f F=™Jpº4Ìe‚ "
b"îèòGEð@ÎÅa╗M\t\x16 Ã■ "
b"Œ˜™î†ñLÿ¾HjbÕÉfù "
b"ìÉ7O5ÐD>ïÑ\x18 Z¯Èzy "
b"År%q«ÜKâÆ2")\x15 Nß├ "
b"•îJ_«{E÷žKærm‰} "
b"—ü"†êì@P§\x03 ðú8\r R= "
b"˜ýû¦(z@\x15 žuZ†fÀP© "
b"øüU·├▄GÏîÒ}-áF┴ "
b"ƒ|└Ñ\x03 ¡Cè╝K JÉ▓ó\x1E "
b"ŸòZ\t ~â@n·\x1E ¬*\x16 Õš, "
b" 7ðM»òN$ƒ¥)¥žu`F "
b"§\x06 N-)DD÷±x'©dO¹ë "
b"¨¸þ\f\x13\x15 JAŸ\x19 Sç\x01 a\x10 õ "
b"ªÆ}7<ýJ?½±‰\x17 d&F\x05 "
b"°çº9\x1F ÂEÀ¦\x07 ë'®ð\x1E Ï "
b"²Ó\x0E Ã;*Gð·÷'\x13 Ž\x07 * "
b"¹:§Ê\x1F hBu–\x04 eÔ\x05 ÷Ñ× "
b"ºø"^ƒdMO©;u\x1F -\x01 ñ "
b"┐9wı´\x1E L/ÉZ■╔Ckë° "
b"ÁŒ&*>ò@Q€ô8‹\<×_ "
b"Äúm6u™Lí»¯t±¬ÓÒo "
b"É\x19 OÈêßMå†d aéù8 "
b"╦¶Ãè³]KÍØ©~\x0E 6Ï\x17 [ "
b"Ì@}–m\x13 CΚÌÕ\x08\x17 Ö`› "
b"Ó(Ìe¿¾Jʵñ#-ÉuÓ\x0F "
b"ÔN®®éÑH·–x‡µ\x05\x1A Y; "
b"┘d\x04 :▄°J\f îak░Éé\e ║ "
b"Ú.4}ü?EO ¶£\x10 v%›¨ "
b"ÝBéz€ëI\x14 n–óæó\x07 y "
b"""
ã²B\n
8·CY¦‘F©Ž\x12 Xø
"""
b"ã½lÜCUBh¥œèKBþR\x0F "
b"ét§Ï\ðB\x13 ¬é¿…¬ª\x1E [ "
b"Ù³uÖA¾Jòì`W@[Ltþ "
b"잉¼\f xJ.¡Ð\x18 Î\x10 .ž? "
b"íÁUÅsP@\e °³.\x15 õf±\x18 "
b"±┌Ó{¢▓G¹┤\x16 $´\x13 É¿u "
b"òö\x0F µž\x13 DP±#÷ïÏ/£Y "
b"ô}gö ›JI¹“c9´ð\v … "
b"ô±ØÕL£K½´œòVµÖmë "
]
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 (0x00E6D125A8164445AD9E256017DDFE48 , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04578812A6674180972A266B2D1A0CD4 , 0x058B05E927D14A7B936F65195CE62196 , 0x06CE56A02BEB41BD88F5D67C003B2E5D , 0x08308457E5FB461887F8613B02AB3038 , 0x0981AB9AB7064F50AB75CECB0C901D80 , 0x0AF384211C024DB9AD831AD98DB346B4 , 0x0CD50C2E5FD3484CBA56D80087417820 , 0x0E0779FFEBD643B9809F2E002172571C , 0x0E319DE582FE462F8C59EB846B4F47E5 , 0x0E4A6F82F6DB46B6906ADD639C1A9729 , 0x0FB74FA68C7B4A3C88498F340940806F , 0x11D6E6A3E89F41B6B99808D4E69342AC , 0x1299088D90AB495697B988F0696D2A89 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x140861A7A2D54157B709C67C35AAC18D , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x1617A1D8F9694BE394CC206804259601 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x16E671D99324405EA186C55E3F415DF5 , 0x1735B62D3B6746BB8906864A26B9C9A0 , 0x176F32D86CE646A597366E61B58A4820 , 0x18B1BC8FA5DD4D76A13A14223996C00B , 0x1A527E0CDEED4F7E8B881E078DA73A0C , 0x1A53F9C786A24F99BB2D35D7B8FE10A6 , 0x1C45C12A13D5456287AE65431FE803DE , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x1DA738EFCE00432F9339950D114A6AD7 , 0x1DB4CF07340C4FA487C8AD9AC33A9792 , 0x1F6363AB0CC54A0B941AE3D7B332E738 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x20541BDC71744DC294A67B88D38AC77F , 0x20BE7163E0B84E0DBED8568E823A0666 , 0x223CD0F094B84AAAB9B2B31EEBF3F1D3 , 0x22704187C62E4A379E4E6D0604314CFD , 0x2285A0B6F28340F895D2AB5D023343B3 , 0x23977307668E4303A246E85DDF429750 , 0x23AA694D77784F6A871EFB396D2D4AF9 , 0x2431FA1E973743759966820EA7E0225B , 0x24362EBF9C924C2A879468CE0E336513 , 0x2631DA05D313498085ED5989834E2EA7 , 0x26AA1324B82847FF8AB501B0DD350CC2 , 0x26C7E894D39C45678B84D754806B1D0D , 0x29D2340EBF464ECEABD8CC77B2393499 , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2BA1C0EB638241D7950F1CCC52A63F5E , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x2C3E1D570B014A40B0F559894BE6C1A5 , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2E10EC5A82AF4D8D934FF33451ED952C , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x2F76BDF470224624B6DD1FDA7623F6C9 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x315B91331E9F45B98F79DAAFCD914593 , 0x324032E0B1314ED887AEFB40F5FFF287 , 0x33703FCBD9704D8787551F63FC67F6C2 , 0x33C7ABF49BDE497E82975BE5863066FA , 0x33FB6BD50C074963B1C2367DA002E5BD , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x35F6EBCB6AB04848B3D34E38F64A88F4 , 0x36F3987006544B1A9900C948AB42FACB , 0x376AD1D2F81C4272B9D348D619C36EC9 , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x39327093A91443089C98B9EA9F253F11 , 0x39550F067563402092836E06FFF604CA , 0x3A4261BAFE534F618383D43474760651 , 0x3AC47B2AE08947DBB8C42AC5CC90C927 , 0x3B3B1EC985C24603A1B7ABBAFCF533D1 , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3BCF96E6781D46F594881ABC49168405 , 0x3C369FF1C4C54F0B8B9A94DF5B360735 , 0x3C570AF019F048C58300801EFAF15411 , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x3DD58E7C454F4A52AEB8EA6145E31531 , 0x3ED3A6ABB1304DB8B6AFFD2224175D38 , 0x3F69536B990446B2A8160180F27F342C , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x3FB511F9B6CB47179B79C479D2869F18 , 0x43A22A8CD08041F2AE945C8637443776 , 0x456DB8595C59468EAF19E8560916BBDA , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x47358FC8A49144D6809BC0823DD13D11 , 0x4744FE4ADC0D4A87B6FD40972C079F06 , 0x4859C1647BF4466A8E41A06FFDD2136A , 0x49336050A9E645FE820981E516238857 , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x4CCD57CB8E514A5EB8C37CF4938A9439 , 0x4CF27E85ED644713BEA9695FFB82A5DC , 0x4F7FA36F3E284AB792118E11DD9F4B86 , 0x4FCEBD63A49346EEAEF0BFE7A7B0026F , 0x51380AD680D24E75970528ED4EA33582 , 0x5179F73242A240339784A8E450FD26C4 , 0x52BEE845ACE641EAB1A864F813B7E100 , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x547E9CE2F7CC42C2AB57D883372F2EA1 , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x55688327B4D244BB9F3743839EE51610 , 0x55A585D9423F4E3AB5EAB9A94EB75682 , 0x55D5C8C81B0944B4B03071D9203F4436 , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x57A1ABE8457742C6877CBBE2D1963EE5 , 0x581F4A88EFBD4B28922BC9ECB446FD09 , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5960B6EBBF364B2ABC31BB46F31EEEB1 , 0x5999E028E05544D8BFC1CD8B1A938C97 , 0x5A11BF98F92D4AE1B7A5F39394FC9219 , 0x5AD1D85025FF49348445D801204BB1DE , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5BE73B9E98B44A279685880E2D900B46 , 0x5BF76F60A2D54E1C96BF197E97C6867F , 0x5C1A0A01A0F2470BB662DB4767468E36 , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x5CC5A91B0FE3416293EA6D71CFA74015 , 0x5E5221FCC0D04F7E970C8D9A6FB404C0 , 0x5F74CE1C799D4458958088D2EBB771F8 , 0x6000676F1B1B43D39A8C900F16309330 , 0x60755B7C07694C8081CE8B71A795FC48 , 0x6328781E0C74442D8AEF332FD8246E75 , 0x6354E786EB154A5DB03F27CD986A1670 , 0x649A930A7AD34341AD5F01C01AA64714 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x6565AD72AE634DC6AD466DA802D1A2BE , 0x66BB3B06474541CF9D64DF88F3C0F998 , 0x675F061C474F443B806A46A87A36577B , 0x678200398F6347708C2DE87F3399253E , 0x6917A1AB38C0465BBF2443EDDD67A4F7 , 0x69423AD6251A499AB47FCDC4183C478B , 0x69972F26F237498B8E817547D3B7F34B , 0x69BE758D6B384CA3A9D8418F45C93A2C , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x6AC8D13E8B824C0BBAAC135CA427F8EB , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x6C77F02220E34318A8BFB0489FD53324 , 0x6DD0D570377B4958A52AD6B9A7C27D1F , 0x6DF9056C410F4B369EDBC46EA0144305 , 0x6E2700533B2546AC9FF9A0B27B5DDB99 , 0x6E7340BE948F4D5D8D5EFBA6B4284FDE , 0x6F29FB6248864DC18748C4047320EA06 , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x6F9E6FFC6D5F4302841BB0900071BE07 , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x728757FC9A344993812D39A4FA8DABE6 , 0x72ACF30138124BE99EF9EC044468179A , 0x72E17085BEC8436ABF2AD27FF358750E , 0x7477B5392D82453B9E6B5F8CE430CDFB , 0x75F8572DAF28462A8B3A3A1C1C6F7F9B , 0x77FE4529617B40929B00184EEB554C46 , 0x78C52B07D039404E994621EA530A7332 , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x79DB368464EC40EA9B82FD28ED32061C , 0x7A778A4E959C406AB467B18D01B122FC , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x7B8483C663444CF7ACA1518DA90CAC92 , 0x7C70F22F38E7423599767838DD0C879C , 0x7DAE6EB66CBC47A9B63BAB7A4656ECE3 , 0x7E58CA6F1885480483B6D004FAE4D20F , 0x7FC44F4340F040A588E3610577E05DCE , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x80924F4C6DBA430F96CA1DA8F227687D , 0x80DEAFCAD28741E281A3AEA53E5F13E6 , 0x80E4495E3FEE42B78CA3DC79FA6BA0C9 , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x81A2DD05428042E194AA9A3B10381261 , 0x825ADF411018471DB7521343B27CF396 , 0x841001024C7740C2BE37BE71FA6F9CA8 , 0x841B6A5E4DEF405F8CCFFCDA646E20EA , 0x85EDC20FE0104314A00F0739487950E8 , 0x86210D63964545EB9CFB6AD5076615D8 , 0x8684557620DB45669553CE42BDDE0830 , 0x87495187BA24457AA530D2A2EB4B2C80 , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x88714D81BF744C448827EE993B184601 , 0x8955C591D9DB44BF95828719E046B8A7 , 0x89CB42634A344AC2AFEFF2608B1BC3CE , 0x8A6D1C301E614064B8D76C70D7106285 , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x8CDA35A745734446BA8DD35CB6A1E9C8 , 0x8D7271E037DA4B12A1FD11E3E5522608 , 0x8E15563455484B04B7969E92280954A0 , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8F27A0E465D44B76A95EE2E23FE1DC5A , 0x8FB3BF40010F41BF9224547B88447373 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x9035A2B9B6D1481C81A787FD47EA48C0 , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x91DBCE9277424181AE319BA6FDE53987 , 0x929027B2F209416CA49DD313573D3E58 , 0x95363C659CE94A08BEBEC0FAA8869753 , 0x9555539C831944729651E1CD18171ABE , 0x9573003DDFF54000A70AD4DC648940D6 , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x96DB5F73FBA94754A3D7DF227D92A112 , 0x96E13ED9013247598C150C51573CA9AF , 0x97035B902597494AA57EDB6B3097CDA8 , 0x97CF24E07189469F9EABD72B6E3C932E , 0x97E3F4F02BA5421BBE89AA25AB25A473 , 0x98628C72DF434C7E8F60027947892357 , 0x98BDC6409C6A42DFA0A2FB68862D7B8E , 0x9959E035ECD243799E6AB01F9FCFC5CA , 0x99743296250E4AC5A0671E7C24FAAF07 , 0x99A594E4847C4887B1BCB823FE174C82 , 0x99E36326D05F4FF9A226B7C5BEEC702F , 0x9B2009D851934111B69688017FBAD47C , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9DF63C8C73D24CEDB4DB5EDFFE8C0194 , 0x9E75FDBE568A4561B82F0A8C78018893 , 0xA2436AA4506F42FBB3703998C59CA6C6 , 0xA31A9E9FE7584BD8983181081F58012A , 0xA3409EB02CA3493E95CE9DB31653ABDC , 0xA371E08C4D084063AE5BF6D870F8DABB , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA410077D72804524925B777299743CD9 , 0xA52D497AAF8340B9B023B1FC1A7A281E , 0xA5EFD285FFF94BDCAE951E7B3031C1E6 , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xA7EBE7053E2445118A777177FF15214D , 0xA81738C06BAB4DAFBDAE92F6D4A71610 , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAC5203D48FC24FD69BFDE16F13045CA7 , 0xAD4C8D45EBEC418EA75CEC8710F65A36 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xAD58122E2D6748D0AE75C7FB9C585444 , 0xAE3640F34FAE4009B12CDFDF3FD449B2 , 0xAE89AE15068A4D188A6F617EAB5A8855 , 0xAEDC78302F0748BBB45593BFE4EBD57C , 0xAEDD6355B69E407E9A7D2FFE206622AD , 0xAF424FEF15D64CFB84AC7224F0800FE1 , 0xB1EF9847DA8D422D9595A68449CCA354 , 0xB24CFE45E43E4677AA3AA4ADA750241A , 0xB32B7190641946ED8F1931294EF274EC , 0xB45449D269C442AB8D3D04323D8F96E4 , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB55A97761F474C0BA50391C29C33EFF3 , 0xB5C9D97A6DD944B0A1363617F10BEF47 , 0xB710C60EF0624960819BC0CC56A96726 , 0xB725FF2B495B42AC828AB174F7A109CD , 0xB753A0DB7771491A93CCC6A6C6758AE3 , 0xB7777B4DD7294D518AE3D9C5C6400A2D , 0xB9B324817D724B08AA33EBAE12182967 , 0xB9E0DC8280C04DE18BA380935B536DCA , 0xBA4658A88EF34286B63D8B26F3A8DE2B , 0xBB2ACE3BB7C349F99C661E21BC282E45 , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC23CD2FD2035460CAD1265C49791EC16 , 0xC280A1C2BA5F4CB1936B3F8B3A7D9D7F , 0xC43C093F981249629B537B6C91E9A90E , 0xC50DBC5ADE04460CB0E4C353D44FE43D , 0xC5578AA53F894B51BC3C39ACE75468D1 , 0xC5AE2A3FEB444A7CB70847B1561A5E1A , 0xC6D4E056096948578824F947E765E861 , 0xC71DBB70979B4CEB9368AF122DDDB8AC , 0xC7A402C91F4746508A4765B605B3DB40 , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCAA492DF6CAB4815A01124A3C2A19B9A , 0xCB2CB64FDBBB4979ADC3FBC0E8842EC4 , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCF9EDBADBFE24B908A94BE358064220A , 0xD031C1E3E5E94CC187EAF3AFD2DBE625 , 0xD1FEF23CC89F41DCBCC89F74582FF4CB , 0xD22C3B8E4AC543B3A01CC3DE2ED265CE , 0xD29E0B0A1C1146AFBDF6E261C330346D , 0xD2DB13C0B05C4D12BD7A86AF37DD3C70 , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD3521F78F885462BB5119A493EF326B0 , 0xD36E085D2BF2493B881397383E9F89EA , 0xD394818E58964194BD19F16032979BDC , 0xD4178E7C79F642EE9892D9074F7FF4D2 , 0xD461F7507D394613AB0C90420B2CBFBE , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xD843A216A4074263B959DBC70082DF27 , 0xD9128CBC1C2742888C291D55929B85AF , 0xD974A9820DEC443C882B0A1CF858FC6F , 0xD9925298797545F28636046525EDD675 , 0xDA363F5157C9441484CAB755CB0FA757 , 0xDB1B959EDC14490FB0A1F9AF4826876C , 0xDB2CD3C78BE8444C849942DD4C7C5D35 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xDC6613A44F7141618B46C1296354340E , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDD319453E6104BFFAF533695E082AADE , 0xDDCD469A7E7E4977B9BDEE2D9B372EB1 , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDE97A18B6A0D48E29475B047C32A1D59 , 0xDF175F3EE9AB43CEB442FF1D92C1B0DA , 0xDF711155A93F40259F577DA510BC2B95 , 0xDF9558FE20CD451792341CEE9501D0C3 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xE124D22E69CE493DA42125AD1A14B8DE , 0xE13C8668D3BD40848EAC1FA9A83217EF , 0xE26BF4FA2B4E40E189D90A13529F18B0 , 0xE2B8C02459794FAA9DAC5392FDA31E56 , 0xE3236B4BFBFE4647A91DC7A007A3A98C , 0xE36BF5DFEC734AB8A0639CCFBF9615FD , 0xE3A265B2E7844577903B6D1E3F5396C9 , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE3F0D71DE28643A5B3FB6C410E75CB29 , 0xE60B339A9724454FA4531A5DA26F439E , 0xE687B54F1A1C4A9381AAFDB3ACA38EE8 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xE7F9521DFA8846E7B625598E89AF3C6C , 0xE830283717B74354AE78DF7FAFCBD3C5 , 0xE856A61D085B47E789EB273C6D725D54 , 0xEBE5AEC7234C4660A95186BCB9DB4723 , 0xED0117CD0F624BEB995F35A34C273ADC , 0xED99F583E73E4E94BB8768D4BBC0A589 , 0xF149435E512C496596F14C9B92540C15 , 0xF15F385545D44AE2BB7CF6ABF66D7FBC , 0xF22DE070D8C044D8B919E14D111508F7 , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF2B2A5EAC6194F9F96136C9946147A33 , 0xF2B53DDBB6604485B579D7E91B8D73AD , 0xF3A7EBD0D6034A38B8F8812EB8C5799F , 0xF3CD123BCE9A4B1881AE6DC0632F216E , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF636FF72EE3D4C17BC1F274C89854D36 , 0xF7F70D7813314B8DB298D5BA4DA53F21 , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xF872876363044B1BB656FDD83918ADE0 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0xF93E2D96057F4536B2D055F3A43FB084 , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFB4B82E9DBF54DC48DD1EDC90156E5DB , 0xFD1A9D0A4DAA46BCB2E5AF094C8F6ECE , 0xFE5F50CE07A5465BB2F96C54F6B1A83C , 0x000E78494746419F93E1C5E7568B28A9 , 0x0135DE21D87E429FB5DDB7319FE269C3 , 0x0228EBDDF28E4CBB877F7CD89738B278 , 0x0356C9B77AE64974A5168A65D2E33740 , 0x04E42AE2F78A47DC84B0EF86A691A35D , 0x063E143222BE43329C2728A049D6A1CA , 0x0718FBA01A7F4FE68D4572DEB8FBD4BD , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x0944703D3BDF4F2C8FC6E26E5D59FC6E , 0x09EEC78086AF4BD1B0DA2304A73EAF83 , 0x0A52951CBF4F4BC0917844D27286DB18 , 0x0B910E50185B4CB1859D4C798C23AAF6 , 0x0DD639E174F7460496B1B0B641168194 , 0x0E5FB59E0C1942D0BABBB2FD1C418688 , 0x0E7A41D8C8B844298ADA09F0B2C2F973 , 0x0F57105EC4844949A4CFC2D0A0D7FE3C , 0x13B2A2DC5647484AB4FD4D69364CEE18 , 0x149B7FA3F9724126A7C35F8F3E8E65ED , 0x14A3913B02F946B08BE4F100C37E5808 , 0x14E993C4930E4ACEBD2DAD070B5510D4 , 0x15E297B38E734369BD0D70D838D16942 , 0x161EF1313EDE401DB6400BBCE33414DF , 0x170548D01DE1446DB4FDDE7BB507C103 , 0x1789D74F410C4EEFAA54018198580F92 , 0x1994F3BAD5DD4F23ACF473A4874BEF8F , 0x19AE784C1CAD40C780A6F42777826111 , 0x1A29189313C14C0ABCF3CD20D671EDE0 , 0x1A52206F22B54763ACD4BC451AF5240E , 0x1AA6EF3CEC654FF185B962CFB9C15CD3 , 0x1AF272B1AD304FBEB2964B81142C0EFA , 0x1B996C332B384959B77191F5AA62A1ED , 0x1C05BABD982643E9853FF5B38597766E , 0x1FE219D843C54A3690FDEFDF79E14992 , 0x20B958C94E964FF1A31D04EC1CF76E3F , 0x213C9AF9EC7A4E17AEBC28403D2E472B , 0x219DC036ACB14BC8A430E82D3704CAFC , 0x21E38950289C47D4B96DE9F855CCC0D8 , 0x21F8F48C933B478E9AACA672FF760845 , 0x221A99A3AFE646C985BC71B5F62A7783 , 0x22B0F0E722734187837658F40DF14A85 , 0x23BCF96BB6434F4883DDFDB667FA2EC8 , 0x2433AEE00F3D47D5B77008DF974052FF , 0x245F8407C2194FECB0D328EE434725BC , 0x2932543182AB4A8DB4D48E8B2C1ABE6B , 0x2976EF28B710499F85ABA24FC16AA2CF , 0x2AA5A49DCF3C42379A93AA9925795B4B , 0x2B795149B7C146BB9B5129B2CD5EBFAE , 0x2C744A3F7CE7404A8AB6FCCE16FE926A , 0x2E4CC9DB99FE4CB3964C1CC68A2DC11C , 0x2FC50BA5EDD645C5ABCF9D9BA2667BD7 , 0x2FC7CAB63E924178938F6A61649DFD98 , 0x302BA6CDF7274569893027FCE1104F34 , 0x315BB2E7A49D47CB953C75E64AED9890 , 0x31D95954C3994124B715DC6D0815BD09 , 0x3261F044C57A496E83CF13E4B71DDA14 , 0x32C446631BBA4B2B9DB5392C712A8732 , 0x3379DD815A0249009479DB8DE083AE10 , 0x3504DE3E71AA4E5996C37D7A411CDC97 , 0x35A1D8F7122545648733B5898D2FF657 , 0x36B201D247374453AC2581AED926C6BE , 0x37883F91059C478C8960020BEB60D36A , 0x384FCCE973E94C9EB094BD834AED7868 , 0x3906E00B1F9C4DF4BBDE20C4DE1CA245 , 0x3A964FB5F93D4BF6B8BD640D1DFDC4B9 , 0x3AD5FEF426A4483DBA71DE845B953369 , 0x3BE8C60FA0CF4A2DACBBAF6BC58FA2DE , 0x3C4783DA94A040178C545959D93DAC4E , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x3D110CF4B76F41619CA612747A681685 , 0x3D344329B6764862B9CF044587AFF56A , 0x3DAA04A0EDDF431CBC25F7D7C979B2AC , 0x40F5D43EEDF542A7B294C134357BFC40 , 0x41AE7D1D9B6A44D0BB76A612A37FAD80 , 0x42E180EB8FB544ED9E17185BD9504E1D , 0x435B6A105F9B49EBA1D614D2FE7ADA2F , 0x436EE470E7184E3AA076C6027C4A353C , 0x444D22F611D34385B2CFC058601445A2 , 0x445711D61E1C462E93DDAF00BC929D6D , 0x44D33A4AB327477EAF23C0516ECE3CA2 , 0x456E57E125244880BA870E7E9449E59F , 0x46128C721AAB48C8B145AD64D8D335F7 , 0x46926A9F30094F56B3A380D92475FF29 , 0x492A043A6029478E91443BE2C3901617 , 0x49B398B0E25A46B6808A9A2551490565 , 0x4A3215BA4E9B46DC87A343D138724292 , 0x4A6B17BB0A994F04B35658F17CA6808B , 0x4AC2C2E8BAC64661B64F54FE23243996 , 0x4BF9001B7AFB444190F36A2CAD7B982A , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x558D508757C3458DA097ADD2F7FE559D , 0x5632E0C211314BC9B195B12047308E34 , 0x583A36DCB76347808B3E3A60D194D68E , 0x591C2F15E93441549CCAC2EE92F3337D , 0x597D693048894FE1968F74200B231A1C , 0x5A0B97282A914219BB4D6067B7A2E900 , 0x5A161C6EA7B2441EB542335427E42D9C , 0x5AA879F1589642698E6493B2A88B964E , 0x5AB2EE36B5C44AC49B10E154AC9560BF , 0x5AB95119F30144BF8BC8D2C4D8A90DE5 , 0x5DCD361EE6C743688B2DE56396F4B12B , 0x5E71F4B7028E4B90BC3F3872FA76E523 , 0x5EEB4D0E00A2410C84334A7DAB477FA6 , 0x5F8E515988C841E888B454CC4BF356E2 , 0x6039CD80756C4A209B2D838B7ACD1930 , 0x629C88C740084EF8AB8C0AAB645B9424 , 0x63DE8FCE30D140E081BD6C5A60FDEB51 , 0x641920BE5EC44FE58ED2827EE40EC501 , 0x6425A0B2DB4343F593B0D787627A856E , 0x657C9AB64A494FE09A650016EF0F1BCC , 0x65CECC21B83546DCBBD29EDC13179530 , 0x679DE757A14E45368E4AD4319AD94F84 , 0x67EEA67731AF47E9B12AFF6B22316845 , 0x6C759F2F45414B4F80053B885BC9E6A6 , 0x6CC0D8712B564981B86445BDCBB6EE60 , 0x6D260D7045C348CABE04CB6D73A60168 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x6DFBBE3855C342CEA0AA631FB2FA591C , 0x6E4F82DEB72E4267A13B012B750AB403 , 0x6F40C7E1EDFE45EEB3090167272C0660 , 0x6F6A0C170ED2419780030FC467202CDF , 0x6F739EAE91664A4FA1F04C1B51C1486D , 0x72853C9671ED4921A317BEC01448ADCF , 0x73423544CE40490AA6E0E2459B7CB7C9 , 0x73827AC261544966B8FEF6D09912FAE9 , 0x74394852DC0A4127A0A7DDD451473633 , 0x75FFECC479DB4D72A1C45B0912C8774C , 0x760A1087D8FD4EF991A89A38D24EFD85 , 0x762A9E8B09FC48F48A2E019566FE519E , 0x7660446CCA6F423DB9E67DB152B51EC1 , 0x7687B690F3F44A828720A8011E05BB56 , 0x76BE32A88CC44994BC718169101A5524 , 0x772972DD2ADD444B8575106292424FEB , 0x77B8689AAF3844B8B6B648713D7726E0 , 0x7886BE176E9F4E9EB44C37D22FF110A9 , 0x79CB23AFD85C4384989BFBFFBC49B5DE , 0x7AFF1A79265241EAA203BFDDDF5F928F , 0x7B586F8709244FF1AB137A0BD59E4462 , 0x7EA9BD7A635743E5B53E3A152AEFBB97 , 0x7F4B154C58C0409398D3C2399867EA43 , 0x7FB827AF3E084C15BA00348474140416 , 0x829A91CEAFD74DEFB0639673A8529DE4 , 0x844AE05DA49F41E7A8E9A9A9B553F2FF , 0x864900AB7ECA411C92A328565B3C01E9 , 0x874D2D1682434AB78A32620CB0F38706 , 0x877BB798D2EC469F9FFB46494242E15A , 0x87FF080606AF49938434A06A64375FB0 , 0x8858EA8820074C6BBDCC29CF761C3DEB , 0x888D319E6E7B499D9A206CDDEAE4092E , 0x890E664A790C4B0A9D140C5D5B849154 , 0x89A99B1094004A4EB3635D8765119958 , 0x8B5AC7390E3742758B8DCC3D6B45353F , 0x8E1A9AFB8332469E86DC7AB4F864C878 , 0x91DA943123EF4876AE4146E807B889DC , 0x938DE61F8523451CA9865AD51954B913 , 0x961017630A1E4CF7AAD63D358FEA221D , 0x961C8B0246AD4649A97D46D6C6D7B88A , 0x9727BF222B0345229C7663BAECAF81E3 , 0x9736C1E5B62544519C455D7840F6B98C , 0x978FD080FEF442C281AEEE91E297B183 , 0x97E0E4920D984191AF50C774D25FEFCF , 0x9B51498477A54239BF57A8FB7A9AC0AE , 0x9D74F55E479040F983AE3BFF409FF3B0 , 0x9E45C2B3922D4992BD340385B6C265DD , 0x9EA3DCF775004FEE868721F17AF81A2C , 0xA27A9090525C4676BFEE7C3F283A266F , 0xA2DECA3D63C84052913300BBF072D613 , 0xA37CF16957DD4165961826B32DA4E1B1 , 0xA473B69FE9C0407491BFAE6B58DBE493 , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xA5F59F25F1B64AADB4E2A898ED821D60 , 0xAA615235EEB844E8B2ED3F00E6F48907 , 0xAAB1D12382BC4DEE8D7835E417CA3BCF , 0xAAD3130EF5AB40E08DCB38D1472368AE , 0xAC67F2B1B1E84060BD263B2EA4F89E51 , 0xAD09EE6FFCAC4B989393F1ACB14B7806 , 0xAD2DA0AB106F468FBEA61058110F7E32 , 0xAFF34F1CF68D43ECB60C5BD4F54A8740 , 0xB2EB7F7B53064A1888C66B7043C301AD , 0xB437F66C6E094EA4B01EBF2A89C41085 , 0xB4784A7308AC43638B0106BD094A86E1 , 0xB76595D4D9E44F3EA415C1A08187E14E , 0xB7CB05B73FBB4932B1C2348A4D14D445 , 0xB8F6F34EFFC0473B9AE7643DC89C8354 , 0xB935ABE87BE9477AB2FA8F45703C3A21 , 0xB9D4988C39D04ABCB864207E3B2D72B8 , 0xBA1CF2EE4A8A4817993B6E7C3DD28DD2 , 0xBCB2DF7E12614C3EB5D57BD2B511C935 , 0xBD3352CE872F4CCE9D07FEF15C5522BE , 0xBDA734658772451BA82629D6A8061CEC , 0xC12B713DB02547188BE855B16D44AE27 , 0xC19A3480F1B045628BDF54607108D271 , 0xC450C2F2FBA945E5A24C86E1AE281723 , 0xC45DE46EBE0741D389A8B4C21F26A688 , 0xC4B7B3A8323C45CD808713298ECAAB07 , 0xC54CD247C8D6484E8BDA9E9B781312B7 , 0xC5EE33AA4F0447DAA5D200EF0E5F2EEF , 0xC6C23CBB5C214F62B0C2146A6B0AA560 , 0xC826308642CD42EEBEB1B5C2366A4DF9 , 0xC92AE0103B2841F4B31F85421E7493AE , 0xC9F0A5E9D163479F8DE034EDC7652C8B , 0xCA104252789F4DE3BE4AA8536EC72912 , 0xCA4E805D773C41BBACAFA0357F528AC6 , 0xCC4C28EC485940FCBF147985A3C49A9E , 0xCC4EAD1937E5442EBBB8B1C59E540F5A , 0xCEBFDFFBE01E4CDDA38E7613387AF911 , 0xCF51E52DF005455EBC48B904B0BD829A , 0xCFB8C08C083D44FFBB603A1B2C6BF7BA , 0xD02F39CA3D314684B630897099DB8CA9 , 0xD03DA6B3FECB40E385F564B35939CB03 , 0xD077A4B7EE6E4617807D01A6BDE056A5 , 0xD1C29B91D23D4C5D912E9BFF47932B3E , 0xD5F97359EBE042B7874712091F85901C , 0xD6AC5EB7B3BB433C8D31A63AAA9E7007 , 0xD7614352E12A49CFADEB1E743B3B0424 , 0xD94AF7E555F24DC88E24B40E334179B6 , 0xDAA51197BF534B4789068EEDDCBC6696 , 0xDB634A6B088647FB975B1F6D03A6F0C3 , 0xDB91D65238A547BA93F95DA9BDAA1953 , 0xDC362D5EB74C476990D1CD38D0C81217 , 0xDC3B90AE0E224823962F5B8672383888 , 0xDC59F738B39B4C8A81B54F1753DBABB1 , 0xDE5DEB88A77C42C5895C4C1CBFCC28C9 , 0xDE93D232BB23463D80418E5CCEF05F83 , 0xE197838C8ECB47CABF2C12B66A18B7CD , 0xE251EF0362FC4BD094BF86C1415347CC , 0xE45BC4BA3BDA4179A5AFE9DFA931C0D1 , 0xE5CD28270AEA4A7795C53B74303963A2 , 0xE6E7FC748B194593976BEDB29117919E , 0xE7EEC62167DF4F86BFA4849DA5FF75B6 , 0xE8927E53C6984C049A3E4F4C9DD61B73 , 0xE8C02C21274B4774934F39A6F5EEC631 , 0xE8F1AF2223AB43B6B73A7DE38C4741F9 , 0xEB97502BC3D74C639B4B9227FD02655B , 0xEBEAE3ED923C438F916122C98090FF38 , 0xEC7FEC2C7F3547A38A4E632404847342 , 0xED3ACD02960947B3B474F968305F856C , 0xEEEC2562DFF74F0E83D5B768F6E89DC1 , 0xEFEA42B137644D6E8E119DA67B772A51 , 0xF0994AA77E46460392A53B11023271E5 , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF17176BAF87F4FE28AB04027DA6B3025 , 0xF1C6A33E004F4A03A8BF020DDDEA713A , 0xF27B52C1A3B941C599E789BE7D223D9D , 0xF2870544C73F458C999B4B35EF6B02BF , 0xF30FD2AD741543608379DAF77CD7417A , 0xF3BAF3F7633544C0BBC53E2AF9A64B40 , 0xF47C11FA3F4E402584C6D98691D8A60D , 0xF62F31A7762C4DC4B43538065B4089CE , 0xF7BA3F0D6E5241EF910C3603E8BDA278 , 0xF889CE96EA7E4F3589D2F4AF6D82261F , 0xF8E72AE6A4DD4426948B16B314A91406 , 0xFAF4F9AA8F7D476F88564EC15CFAFD05 , 0xFC212B1B91FE4EE780A38E7C685BAE95 , 0xFC244A0FBC4B40FAAC57C1D01FBE27D0 , 0xFDB8A26746E74E68A009DC9F634D65D8 , 0xFE0A1080794E4F14B88EDD7154EE700E , 0xFE65B2A82B8344D0ADC0D0CF0716B3EF , 0xFEC1C5FF1264408096F7AD67F94E2CB5 , 0xFF20D579FEA94A72BA5864C1B3102618 , 0xFF6F34378AA74C03A006DD0CB1444895 , 0xFFE3A234F31A4C23AA20807E83B12A39 , 0x007A1FA152AF4C13852767FCF74A242F , 0x00A6E1E8CC574C6FB2F0C0A21F9F5F89 , 0x01022D79D8EB41ACA0F598499123F6BD , 0x01F4BB51EE0642B2B6709208E4AA5B2D , 0x029087D100CA4DD4A70BC50EA1F25F70 , 0x03D06D243BAF49C4B1629B6370C119F8 , 0x0693A0E693D64BBD9486BCBAB0FA115D , 0x07C2A509D5CD4E628E04AE6C162B6B56 , 0x08BDAE55104D4D588BCC32467C8E700D , 0x0A519E7703E140C4BEA784AC17A3F83E , 0x0AC730DEABE64FCEB01C4AEB646A5E3D , 0x0F17D586B3CF493DB35185381BBECED8 , 0x11067CF0C9C94A0DA928BBFFF8D1D01F , 0x112BADE9CECC490EB5C553E23663491A , 0x11DB494A45954A34B3A08BF983D71071 , 0x13F35B83763442F782D802E1CEC8B4C6 , 0x15C4EF632F324227A3DF309CD5962519 , 0x16E75B7CE5ED422BBE2B40E7D0A4021A , 0x173B69AE301948BEA58FFA5218EBFD1A , 0x184DCE4FA8C54D4292A4905342AD9B1F , 0x1A105CB90A13465297463FA6BC3DFFD8 , 0x1D8FD55BE44741538CC48464016C94DF , 0x1DF39DF9D57242BBB1528E6DE4FF3769 , 0x1E3171381CEE431BA59440227C2D49CB , 0x1E887AA782644386B930690FC47BB226 , 0x1EC3A222BBEC49AF9024A9DF3EFE68DE , 0x1EFBF03A19B44059A8D5565291C8515E , 0x1FC457B609AF4BBC9070BE99AA54972F , 0x2203878FFBE64BF787BBC9ECE75CD9F4 , 0x228CE65BF6C547F2BC88A05C1EADB38E , 0x22DEE1BC78B24F799D6CC26595AA1921 , 0x238790797FAC4AF2BB1AED77540BC880 , 0x2580EB6B6F484976AC1A011380F7EF12 , 0x25A04338735347678B0B423FE9FE7084 , 0x274A5030BEBB42329A14FCAA2839ADA2 , 0x2788E4F732D64E8793DD0DCA6FB3AE3E , 0x27BF90558AF040EAA1A4E15D908BF193 , 0x28134577D7E145CB8165CED1D8F30D5E , 0x29304F2448DE4D1280DD4623FDF45054 , 0x295A0699B5744B769543FCD60A506377 , 0x2D43EEC2866D461993CECAD5FC84A890 , 0x2DB6D3979A9444C4A18B2C289B099676 , 0x2DD8532D85B54595A93280A25286D3F2 , 0x2F6C522FD03A4C4EAB6F796934FAA64D , 0x3025C7430DF243FFB113B98241BCED82 , 0x30BBB83E420C47DC8E567CE1CED31FBB , 0x32138D7C6D19400F97E9D957DAD7A960 , 0x33388F7F40F844B1B949923C30871C59 , 0x37D841BA139C49E488AA23B8F2EBD469 , 0x3A1052FBAFE74B1D8A4A764C6F0362A0 , 0x3AFF9799BC4041F48383AD317189D817 , 0x4011935257A3429EB08EB20C0E6AD41A , 0x401E96C1558547498467F0C9AFD5AAB6 , 0x40690B49239245E68A1B5965AA5FC654 , 0x433A438965BA4354801B8C79BA80536C , 0x43827667B6594A6EAFBAF56B0606AE29 , 0x43D9CC4CF28540BFA8D5F61B6B463658 , 0x446AF3270947436FB49EA81C252BBE14 , 0x455481062DCE40EC812C6C73E89ED5C5 , 0x45C17F41CD274170A920E3094E24A7BD , 0x464CF230ED71448CBE652F5C30F413A0 , 0x47111E915D4A4DA5BF7400C1CEF2B7E8 , 0x47169A78D21C472BB559C8E2497399C6 , 0x47807A229D2B4AEFA1F7FFF4BD48D4DE , 0x48DB6EC96E824BA399490B64689D86FE , 0x492D555F2AB14C9182CDBE9D8F99A18D , 0x4A8A7DE49CB3418392BC2067A76906AC , 0x4B18F742E3614E54ABC9DE26805DF5E8 , 0x4DB03A001E5A45FC9AC9B752739A5C9A , 0x4DB3FF96EA1848B783C7D30511B54678 , 0x4FF83AB328F34F82B4FC8CEE39079FCE , 0x53CF5C6A565A4A04B126A99B0A7B986F , 0x547ABB6A5E0B4ECDAFF2CF4A0878962F , 0x54BCB6645ECD4F609702BC09E79ECDF8 , 0x5517DCB520E0447D8B71E250289BDBCF , 0x560AEE0108F4429E8076151F8FFACB41 , 0x56B3BAE0AFD04387A00818B338FD10D4 , 0x58009D3C7963411ABB2577369115E127 , 0x580E2924B69547CD8AB090B5D9183770 , 0x58E4544E76714DC397F929986C3D242B , 0x59238F4F32BF4CA586AC16761E9E8520 , 0x59C1A84682094E61A5FBA2085C2FA95F , 0x5A22AB79945E4DB2A23CDCB13D18BD5D , 0x5AC0A94863774A16A5F866C9A25BA7D0 , 0x5B4C44983DC74604806392EBFC4004BF , 0x603E2A6A95224C40B606D94C4CF69528 , 0x61BB407CE3394758B67224C835FF5588 , 0x633F920328FB4F68AC545E703232008D , 0x63BE9F7BD0FD48ADA4A3B6E780BD9626 , 0x6432B73EF01942DFB5B2F2F00E571115 , 0x6B3AECBD530A4BD591579EF4E36CE953 , 0x6BB825302CEF466191AB0AF23BC92E4E , 0x6C6EFBEC4FFA44AD9EC1886DC0A7CC3E , 0x6DFDD1C65F32444889A5172C4D729C21 , 0x6EC25E1827E9435A86493AA10F67C0D4 , 0x6EDFAB503BE9493BBD28B569C16A2E25 , 0x701C04F74C5B4B54813097773C4C35E7 , 0x70AD3859756C419285B42EBC6D08E089 , 0x72625876BEE94B89B143327EA6FD43A0 , 0x745334B539FF446E84460239BFBC8890 , 0x74A8015C7F0E4E9DAF1DFAB949829573 , 0x74D279150D844ED2BA8396A34E41B41C , 0x75FA6173A9274C8AB1D8B01B9267D536 , 0x77C19039E6814F99A8191BC703D5A9CF , 0x77C4E4B3E7644C0987E7F01F0320D643 , 0x78726534024644829D30DA027DC8B63B , 0x79CCF6DE65BA4FEABD07A75086069B3E , 0x7A2794BCD3864CA785F7FAEA817476D1 , 0x7AA464FB566C440294E18DD5C85E547C , 0x7D2D8A7B7E7E46F8A21FC8275A738782 , 0x7D54B36DC6CE4BA3A19A1846EB6D6FE2 , 0x7E7F851339DB42CEA2EF2B1684BABED6 , 0x7FEC17246F684086979A4FC6F287765E , 0x803745276F8E452EA05B16DF3525A8EE , 0x806BECB50F23472DA8F60B35F6EAF25A , 0x8162EBE5BA8B486483D78A08182B7F6F , 0x8341C231409140598B466D0B5EA323BF , 0x835C12B9BA5B46DAA4C30E0752EF91CB , 0x8434222E0BCA4B3CBE87BF6A8D8EEDFD , 0x849898EB6DCE4E3297CCCB0DD00EC171 , 0x879C7486EF664B139BBF4363C2ABF3E5 , 0x8832E0C33D3444EF9E9505C8C2AD9E3E , 0x8909CA36362E4FEF9A2D65D3A53B854F , 0x89E6543BBAB2449FA449F1A2244FA9EF , 0x8B116D16EC774D54832385EC4E6460CC , 0x8B28D6FE0B2D4432AA0188105685EA4A , 0x8C2A4CF62AED4B11B901AA6548AC7B35 , 0x8D2408A2692E421DB62256422069306A , 0x8DF94F2C25214D53A3137638855DA4B7 , 0x8E431E15C37042CA954A0CCAD779D446 , 0x8E924CB20F7643A9BF7BEF7260BC5BC2 , 0x8EC15D4A591A45AF8EFB13915B53AA8A , 0x8FE22A56AEBC4EC39910CDB40C240EC9 , 0x90556FBCA9094F9597FB5E380B958155 , 0x91C6D1DC4A174BAFBFF2D3FCC40C71EE , 0x94B3269649294696AA9BB2033B85FD29 , 0x94FC6855E484465784A2A85D361BA98C , 0x983BC77F1A1C4B779F401F9F5379ED95 , 0x98A3C79F5E4944428A9A7BCCE826A181 , 0x98DD15A880914185830CEACCF499830C , 0x9AF6A90F83394603995AF9B1990913F6 , 0x9B4F16223DD84D4D9090469B60516D8A , 0x9C12ACA604494372ACDA09D547AD06EA , 0x9C815A93E6AD4220B9303E4893CB310A , 0x9CB9C0D758D14347BB84FAEC7D2E8C6D , 0x9D94335132664BEEB56EEB2DEE4C5352 , 0xA3BB7A63E29C465BB7F6854E33EAB85D , 0xA41BE9BCBAF04CF9A08F26504AF0200A , 0xA4A5E048964542FDA0D2EA2CE570D408 , 0xA548FDE8DE6E4100BC81D2E97DE4E984 , 0xA595D041D5F3480882B657D9790D4A0B , 0xA7546B3A6D4C425188F9C9DCA69BB442 , 0xA9D89D1521334403A97A897DCB348D9F , 0xAA5DDE6A4B854CA3AA8B8C661C55039F , 0xAB95332E0B7A4903A0D15285C5381433 , 0xAB98B77E8EE34AB19A20B278D21F46A1 , 0xAC48024C31A34767B40A875E9A8AE625 , 0xAD9D690F8F25457DA41EA4D55B83043A , 0xAEB53CBBFEF34A2C901F4152792F592B , 0xAF4D741EB4E54875BA448F32A62F5296 , 0xB019BAAD3EB44DEF924009F105DF0D9A , 0xB256055B170D4F899680A102A04138A0 , 0xB5058E6724244F39AB6CECEE958FD05C , 0xB5068607113E4B34B5E70B24CB3DA802 , 0xB618A2D14A76487ABD6655749F09FC71 , 0xB72A9DA03C4044C6B98263997E0A0D9B , 0xB939BA6C16E14B70A31240D864C76929 , 0xBA583576AAD6492887BE7B5177EA4D0A , 0xBCA856356F5C4BC9A804C84CA90D3860 , 0xBD513208D41B4E678E0BCCC0BF3DAFAA , 0xBD7C7BB9CFE54FE392066702A6B18604 , 0xC0ED3C80FFE14DCC9B5DB08837146758 , 0xC1A2E6B090CF4E099941384533BF95A9 , 0xC31A897A58674A4EADA668E8FCDD46BF , 0xC35793ADF4F84CEF8711EA44A9AA9301 , 0xC738839DA68B45BA85E1EF7C9C0D4517 , 0xC99C81BFCDC34674B2B9548B15A4BAE0 , 0xC9D10CA0E5A24E7B81760C1FA898E61E , 0xCC3E1C22C907469280DCFAF161DECCB4 , 0xCC426271B10D4CA2A60428C8DC991016 , 0xCCB5ECFBFB414E86B0B958D003CFF3E0 , 0xCEAAF33BD9984F74B2176A6404E9E6F8 , 0xCF694D760D0642E29802FB2B610EABBE , 0xD19E5DB243314DD7A48021A4DEF3F602 , 0xD29D1AD693084AAFB5755E748E04EFBE , 0xD43CB531144340D0B30C3E8399E3A50B , 0xD440D56799D043BAB790368E95EFC747 , 0xD5CC32106C074CF788C9CFB685071F97 , 0xD62B8EF96E864F109C11FA522182C7CE , 0xD69DBCECE289412B9AFB83FDA87B3C13 , 0xD7078C524C524E2982DF30788B490346 , 0xD745A5C602F44C2BAB2BC28D1DBD23E2 , 0xDABE0A338A8F4D3C8EB75914AAB74BBD , 0xDD294AB9E4594FB18E7C5C2C37B128F5 , 0xDE7186620E97437A8727A5AD1CECCD1F , 0xE02B61E6F6C8447D804842637B107D0D , 0xE10D31AF0442428E8BE87695E90C122A , 0xE13FF596198A487289B6A9DC2406E322 , 0xE40FAF24C52D4C9BA2F0C871368D23CE , 0xE452956A7A3E4E35BE883655E6F3E6BF , 0xE48D785B2C3246A79683263B0994B0BE , 0xE51ECE8E31174CCEBA7DE8ECD319DE69 , 0xE588DA1E1A86469E95B1B35987BCDC39 , 0xE6A10CB776C345359BC9B08D9C24DDAE , 0xE70EA7F4726946359A56C7E6D9D7756E , 0xE7B751A39A3543AEB043B962E8A433C4 , 0xE9458F8348C0450694D3C52D09E64135 , 0xE94999E21F7D46708621B84E4E416907 , 0xEBBE6BE5E2D244FDA3D7E0E161EA9BD1 , 0xEC5F3D914D854879AD5DE99FEDD29A9B , 0xEDCE89E25D3D45D6963437B45A013433 , 0xEE5C54D8F9EA4788AD4842C5459C02AB , 0xEF9A10679A3E4E648BEDB9F5AD4A92F7 , 0xF017C55C41CC4C49B59FC303D74844E9 , 0xF18EA2D9CC8D4F7ABB1FA99779BFF86F , 0xF257CDC11F9249B68112D38E123042B3 , 0xF37F9841185F4B63AEE86562C3BE45EE , 0xF3E76FEF862C4B6AADB0807B36E696C1 , 0xF5068CFF9EBB46D09DDD122E57E93FEE , 0xF5B7877DC56049B4A08F1EFD06F17558 , 0xF6E71BEBF3DA4418B79DE6B4BC89FEBC , 0xF7C853B0B1F64EECB492B617F7C44D4A , 0xF9727908AE404B4F86A86C81212041F4 , 0xFC9CC85537BD455EA16FAC0130E897DE , 0xFCA6A1DD0B2140818A42D022EEF21864 , 0xFEB3F4624E334BDAAC2203440952089E , 0xFED9C2B071EA4682892F6903F21275D6 , 0xFF092CC78E2A43FAB0AE375561500CD4 , 0xFF46ACE1AEAE4F759ECD8A4E415D97B8 , 0xFFFFDCB97021447A894A580872F20AE4 , 0x000EF5831B3A430C823FDB9A4D9A82A4 , 0x0081AC3794D54AE2835F69DB80C9FFB1 , 0x01DF0437D5C445F1A5A07BEA8DEBB183 , 0x0271E6104C6845DC8FDC813CDA13ABE2 , 0x031DF1F8460A4A54A1A68A86D912074E , 0x04ED78D2BBCE4F23A41C135BD9820CE1 , 0x05033B246B5D46FCBF4CF3587EA95094 , 0x054CD0A3D0234E5E9A51B1B909806E40 , 0x06251DD3B0C94093951DA100F076C2EA , 0x08996E960EDE48D58D2ADEE53FA2D08E , 0x0B002EF63BCA4B15A7572AD30F043183 , 0x0BA77E1E710F4523A101F0EEBF7A48E2 , 0x0BC917B5EDCD4809A743B82FD499F642 , 0x0C59DDA9C6CA4B228546C4A848E8B12F , 0x0CDAD770904B44EAA0F3C467E44A6EE4 , 0x0D16945C44A64442A61D79721631C562 , 0x0D41A6CB43524D9FA55D17FD7116941D , 0x0F36664F01AB42C0B4338739B51FF205 , 0x0FBD3AE5F2684859B4932BE62CA73191 , 0x109469684DEA49F9898134DF23D6794B , 0x1393F63C67C14F13B8A70B960C4AE56B , 0x13CC27EF18FE4B7D864B4181B080E1B9 , 0x1493A98590E84B1B80F09F1A51445383 , 0x15B3B9AF464A48B9AC91B63A9F024AAA , 0x15F6CDA37C5E4FDEB01800F33F931FC8 , 0x17439E2A47444F699915CD9AC6D679E3 , 0x190C907DCCF04CDCB82A1792D0FB6575 , 0x1AD18D94BE7746F38D681DC4047F5BD2 , 0x1D4C541973E04C26B3E32565995022CF , 0x1ED42AE466A24C0F86D6AE925A1DF54C , 0x22F6ED53D7C94311A8BADD69B5B52D7E , 0x234898B4A04B47C7B374ADADB9CC21AF , 0x2437AB758719496EB6A7DB0C84D2E10E , 0x26C07DA2CF2940B593D62298C1AEC378 , 0x2784E10173034DE19CBF8AE41D46046A , 0x286FE95DF51A4B078689FD9BDF407259 , 0x2892F1DC6E96435B8292F26DD17C05EB , 0x291BABAFD0334EAF9E5B2A4B29A76579 , 0x29521A5B7D3441A5B39B397689C9FF6B , 0x29F01EE5467642A3B710C07A0BD70CB8 , 0x2B068EEF0C8B4C769A733013A16598EB , 0x2BAF37AE59464D3CB39971A554F40F61 , 0x31EE99BCC2D84A76A1750F8B1EA07D2B , 0x33350B9EBE3C4A60BE0D1A7928036C18 , 0x33D58CD52408459189C250399FEFDBEF , 0x3439C7271B0B4B87B9918EE485D73856 , 0x38AB66B46B6842EFA86F6FE6E219B750 , 0x39927107BC034520BF7C9052503EDF55 , 0x3C32C96EE8004E4C80848C413C5048A9 , 0x3D7290F183064D558CDA22D51D797385 , 0x3E002086E1D54B1AA5D20A63D04A21FB , 0x3E15C2F8798F49429924553061033BE3 , 0x3E859525A2AD4956A531569487645062 , 0x3EAB6912AE4B4479A6C7E718E6AB284A , 0x3EFBAB582BE143EDB11FB8AC98C99770 , 0x3F7EFB3680214A10AE031A219B63968C , 0x3F9DC7681C6B4AFE81DB3BA5AD6582E2 , 0x400B6509E98E44E097B28793832726F3 , 0x403A32D047FD4E48B93627BC62BF5237 , 0x40C3C866042B4BC994AA5C80C37F24EE , 0x410A765BB2264DE1A8337773A95D0233 , 0x41B1F82F4144486B8895B1C83F710700 , 0x44C2AE7C0B0940269AF3BE1743B6B491 , 0x459CD3A8A16249DE95CE89DEE1D60D6B , 0x47FACD60B3914C50BA0241508CFEF9F5 , 0x487E9CCBDDCE44F18F8CC87FBC9BC54E , 0x4921286D42D74468824196D62AF518FC , 0x4A262E67E85749EFAEF42C86BE986F21 , 0x4B144FD09DD549169F60EAAE7BB69BEB , 0x4B5CC8374D564F75B99B19BDA2C2A5C6 , 0x4F3957DA0E834D17904C0433F3B7EBCB , 0x52EAA799988E4DF79E528B231C35F365 , 0x539A0B5FF25C44D1B5886661E963010E , 0x56C05F78A2DA448AA7C0430C847215BE , 0x5892C7464CF4418EBB0748DDE3288FBE , 0x590FE2E8BF21427AB487407BEDAD9491 , 0x59EBD7D57DEC46B0B4E5E8E056BCE891 , 0x5A445EA009D64A719C65ECEB163E7120 , 0x5C7D1935CE34448FA6BA33EF37DCD4EC , 0x5DA14BD098804519936C4A59B3154B7D , 0x60BDC15862D24CA5943332CB496BB1D7 , 0x60F8EFB852284887984148BEB8E008C6 , 0x6368443DB30140C29FC8B1444722D123 , 0x63C53BE385DD43D6AFD488DBE431B040 , 0x668F4A9F73DB4EAFBB0880C78621B7CD , 0x66D298ACE83E4DBC8A8EAD1E40B7F5B0 , 0x672F2C66F92444F8B853AD854028C46C , 0x67CB2A6565874EE7BC6D3778CB00B48D , 0x68FF25B3F07E43848F90B38FD5DC917B , 0x6A2844C7044A4B89A9DAA2F83219C2A4 , 0x6BCAD53E28374CD1B7375EFE26AE3EFE , 0x6BE7A19B73A04DDDB606CFC805DE8D97 , 0x6F02B9599FEE4388AF578FFAC2A14695 , 0x70CA23B7DC0F4948A8042D54FEA45598 , 0x70CC9842EA224E319D05B2570F355568 , 0x71C81AF831544136BA4A018898B66A28 , 0x725B7B25FBA449A78E2C839BAB84441E , 0x72604941737B410D9A745E4B1788F7D9 , 0x727A4734254441E88F15ADCE6FC8B283 , 0x73033693AFED472AA450284E01FE1FF5 , 0x76D9538AD9624FCEB341B53C28601393 , 0x77E5EF6B406F48F3AE36047E3CEE8CD5 , 0x788269475BF94C2CA3D045921576D976 , 0x79A09A8BDA804AE19AF1932577C72102 , 0x79DD8E51210C4C4181A87029EB9F60AF , 0x7A38B5FCDE4047D580376441ECC10AA4 , 0x7AAEF7CACB6C4155B44CCB4FAA39B5A4 , 0x7D2049A2DA1E488593157BB1AF5990FE , 0x7FF8F9530FFA402884E2E2D191616F9C , 0x8216029A21E5428081AB8F225B1B1EB2 , 0x825AE359E1814439A2FB7E3D8B41A8D1 , 0x82B64365454142BB9C57E9FD12781304 , 0x87B57EF837734DD7ADC254A7A6824FBD , 0x882BE18AC6A24426B7264F6EA45872A9 , 0x8A0FE4D5F1954D869A1B4FAB0D31D09A , 0x8A81294FDB8F430B9930A274957A1938 , 0x8B6D68A4B4D8460FBBD7FB6D9EEAA91F , 0x8C31FAE67D29448EA8AC71C0343FE5DA , 0x8EEC4A51A6A14B01932A03B37E604B46 , 0x908ECA9FC92644488B080FC149CFCE22 , 0x91DF949AA27D4DC29DC9745ACF82D068 , 0x929CACC05B2A4B5FACABEB46DA61E152 , 0x9387BCF05D1445478A5549B8D96797AD , 0x940F62E0401F42A79E21EB91B0360755 , 0x94DF33004C1E46CB9674B080251E257B , 0x9839B5D2C4864432A4A56C9AF5D9E222 , 0x98584CAE0CFE4E8F9A9A1924E2CC7386 , 0x989B1189C91948D884326CA3EC3287B3 , 0x9950BC9406BD4D7EBD71397F82EF7C8D , 0x9ABA7A0386BE4B509DC781FE0C012B92 , 0x9CA981CE52C94413B4036C1CCBB43254 , 0x9E33919699634DC18FF91671C178AB66 , 0x9E65BBECF0A04FE3B778F48A23DACAC9 , 0x9F8C61421D7E43C09D29B8679EDAE9B0 , 0xA07EB530D7744D619776298A4058C5D4 , 0xA15530D9AB8846D692DCE7188B47ACD5 , 0xA3EA7EF571784665ABBA4B2397983D68 , 0xA4A8C6346F5940FFB4761D2D5D091967 , 0xA4D84B79F9544500A9A5AFCF374D8E9B , 0xA4D952B6FC5B42F19E18BE4811068F3B , 0xA59017A5A61C4B4B857D277350137D29 , 0xA5963CD8B2784234A4859EEA03EC4464 , 0xA6B0A8804BAC450BAC70F25A0AE44AE3 , 0xA78F1EC6F1B94E8F85ED262FEEBC04AA , 0xA925BF421D4D4214A77DC719F144EDAA , 0xAA614E4290BA43AB95CAF4DA7D1612A3 , 0xAB841FE508594DFF9905BCE3EE2B40AF , 0xAC6E2D59501949F7BDD7AE1315F29667 , 0xAEC485415F5A4CDD8D2C5FC155BE17CA , 0xAF5ACF6A738C47C9AACB713862913D7D , 0xB064BBDAD6304515B0E7FB7A98BDD096 , 0xB272A951C5BA43BEB158A99FBC7D31AD , 0xB335CB07EEA047ABA84EACCC56619CF5 , 0xB4A79CC8F5874DA6B202E9981C4CB754 , 0xB4D68788A3EE41D5B4985E37BCC20547 , 0xB511B404AE064C909B45DB0CD7C86DCC , 0xB7EDD1958F614CB999BB19B8FD457DF3 , 0xB870C2E3478A4C75BC3165AE7CFD9F12 , 0xB8A2E011D7E34A4184B5A5E02A9FE890 , 0xB90F175727A848208F5C17E98C46EA01 , 0xBA6F4305B41142B4B4F1521348AC5AAA , 0xBAABCF0E917F4677A5D8DBD49BB4C05E , 0xBB1B6A5D28274A52A97C3A902D61A795 , 0xBB3A6F82FAC7459F89B3127C83AAC3AF , 0xBCF4073024D6456D853798180F7D65FE , 0xBF7D9046644749B6BF88CDB164E1624F , 0xC006251BAE9C4955B5F15D8B4F79D5AA , 0xC22A162D937B4591B9BF49338FD1A781 , 0xC6E322B9CC5A4B0CB7E19D55102390AB , 0xC70CF8D332E84062984444746EBD2499 , 0xC71E65B9464F45F69727F0C928B04D21 , 0xC8E2F126B67542F1BFEDB68726AA86DD , 0xC9822AFE8669477492047440B411D4D3 , 0xC9F3DD54DEDA44DABAC22A4AC7A04B42 , 0xCAD62E8B68EF434CA7DDBBA59D96B0AC , 0xCD84FBC26371498CA40118D7E71FCD3D , 0xCDBF7C5DDD544A4E87B2C282DFB0C63B , 0xCDCDC299800E42388E52452A3EF64060 , 0xCDF34A2C9C304929815298E73875CB6F , 0xCE60C0313D9F410F91B188790B651B75 , 0xD22E833015754120841BAE409C0AC5FD , 0xD29376A84E7543B280635670694F259F , 0xD315BE81A108442AAD19A54B0557DA1B , 0xD411E94DD69C4F9CAEBA00F4ECC1BA03 , 0xD525099EB282443C8E1B81871A169F15 , 0xD52A2FCC05914014BE6ADCA896C2E366 , 0xD9AD55583E644992ADC18D0088AD92C7 , 0xDBBBC7FC96BF47A9A5CE98B037F1C4CA , 0xDBF60111696D47D29AFCF66B80807219 , 0xDBFF2850F5FE4458BA7DD82F7E3F8458 , 0xDC3DBADCC1074223AB18F330FC26F3BA , 0xDD9FA15D6C784D3AB0E0596612D7B642 , 0xDDD3AFEF378246E7BA8E494FA54A50CC , 0xDE458A0A88404416B746E9F4C6D991AC , 0xDF64D5021477438188D43C082B8D8286 , 0xDFED0973F0AE4396A94D5A2279A85B81 , 0xE0407139B1334C109899B8E5FDC143D5 , 0xE057F5B53A404BDCAE067B066E4148B1 , 0xE0C26DB0179F4E80B80449D2ECC16D0A , 0xE159839C869342269DD7661361C6EB0A , 0xE2610F59669A47A8B4FE27FDDE939DF0 , 0xE376A38DDCCA412DA91F59D6D26EBC6B , 0xE4002CD9D82E4B7F99760B1846D3AE48 , 0xE53C9062DD7142169FD082935AC44F94 , 0xE6F61BD2254641BDA44EC369DB858D91 , 0xE8F198E54C4C4A09BC06AF1F21E698D8 , 0xE99B61B2BFC5441B9226AF774836DDA6 , 0xEAF295037E104487AAA71C2CE6671E67 , 0xEB1EAB4258564092870BB39CB5CC009B , 0xEC151D6D00A746AE90385FA03FCC7610 , 0xEC3AFA63266F4882BEC26136CEE9B289 , 0xECCCC3E01A09438792CCDE1CD8990D26 , 0xECD31744CDFF41DD8E0BB04B8C0E9F0F , 0xED4DA45D7E944A9FB0A36A13D6753954 , 0xEE31A6C46B6B4B4E9EF52A76F377B0FF , 0xEE396F8415FB4178A0016E357F38564D , 0xEE66AE513A2043F094332A223AF6112C , 0xF0CF82E97C1E4240B2D7A13177F61B34 , 0xF113823D86DE49788018C1B18A8849D3 , 0xF17953D284854EEFACECB3183B036A51 , 0xF42CB19C8197497B9A6A91BE534B2AB8 , 0xF444609D2F4E47F7874BCC9AAF8C7620 , 0xF54DEA9BC0554745A18E4CA09533EA89 , 0xF5B11DB4BF904E51A18EBAC550A4AC62 , 0xF8A9A268CD54446C8ECDE28A19FD5658 , 0xF9F931BF44AE4560819501D2AEE24387 , 0xFAA0B9C6B35E47028646289FEB0FF043 , 0xFEA025D9DBA648BA9AB9272E76720332 , 0x068436696D0E4DD2831C948CCA3B2D13 , 0x079CFD3AC7C64B31B65B24E4FCB374A7 , 0x08EBA61322F74E8F81CF8FC48B298966 , 0x0D6FA1B9B79F4422A754930005516F03 , 0x168EC164B9A448EBA7F9E0606ADB6777 , 0x1A0228839C074C7D8056A7F503CC80B0 , 0x22AC5D876E544B33A94207621214BD14 , 0x2747F043B53C419CB6150A92219843BC , 0x2D3427CB7A114B62B172EDC07786616D , 0x2D38D942CDF049819BAF03B186DBCAB6 , 0x344ABD4F8E9A402E9AE10DBC842EB46C , 0x3565B520A0E04869816DD66121F401D5 , 0x3743CC1EB21B4BC897098E8118DC02BD , 0x40D97A48F65A48DEB88F4A6F091756F1 , 0x45456B813AB54E7D86994E86E4783986 , 0x45AB76CA5B9646FC8A77369ADB2FEEE9 , 0x4E21FB490E89449A930BA35DB6DFD3E2 , 0x5046FE362C9740CA9F4E102ECB8FB327 , 0x5E15039CD55743CE8781DCA7AE776340 , 0x66618B6F399A417090C7157DC0FA6BAA , 0x69D3B3899BD148D5AEE64459FCAB0EE0 , 0x6CE0D61936F047D3BDE208BEE945C44C , 0x6D35998403234294B819F8A216C5171E , 0x6D57E8D0AC1049569EEDC1B010273CD7 , 0x723A338313F7434BB840473427A6AB6A , 0x8115390F5A0D45E9BC4CB16888B7936E , 0x8156861E8677456CAC8E3171C443F71A , 0x83D4FF5ED58C4AAA82B1156D9D31C46B , 0x8B3E6D455FEC4467A8BCC4C3D0F20125 , 0xA17C93398DF942468D2CB92DD5F51C2E , 0xA89B6730B76140F899A83FDF423ADE5E , 0xAD6F5346892D4A6B87D3FC2B8D675607 , 0xAF70198FA1694F43A2FC97A3B2F21F01 , 0xB07BB3F0333D49CC9545F5B88DFCB071 , 0xB51E616EE4544133BE2C76FAEA165297 , 0xB66A9E955E3A4268AAFD3023E96FA320 , 0xBD91B7EB30AF4CF69B946D8D2E40D780 , 0xC0E5553F035543A397984F5B8D7AE62D , 0xC1A35296A4534794B3976BDA95352903 , 0xCE302D90A32B4B08BBDBB1D12823BCE8 , 0xE37B0FB894154EC49353747A868DD351 , 0xEABE3597A2774D0485DE46D10E6FC0D6 , 0xEC1E42425D334E6780715DBA395A4069 , 0x000CAB2EE5E94DD7BC2914FFE6532B88 , 0x04D78201F96F4B4D8CA9A8855EB1F1DB , 0x05D8334F1587444F965532BF48410BCA , 0x07723529C099468896BEA939B6247F8B , 0x0820D459BC094E778A64CC409630E76A , 0x0862C837D2EC4089AFEB5883B196D3FF , 0x088B9FD394274F28B66DB1919EC3D8C0 , 0x0996538FAB9B4613862273F6A7E60F6A , 0x0D4833C09247470BAF18E7F4398A8A4C , 0x1027DB2F63B441C784CCE5DEF7725EB9 , 0x104C16C741FC491589DC2FE38F5F6B01 , 0x16ED3E1DCC3042E0A574CFDA71497E73 , 0x185281DBAE8045C58E1E9B95DE652EBC , 0x1A0ECBBAD0A649439DB58B9D12097830 , 0x1AA82CFD09C1402C8B4A32A5D15850C2 , 0x1EE9F734A30D49C786DDC29084367D30 , 0x22FC4D2148264CE7916462B6249BB0D0 , 0x2414C82F6A3A4A1981E42660F7C31751 , 0x2752799867A2498C8AE50694508B8D7E , 0x278DDCD1EB7F4582804E5C854A4F6583 , 0x291CED7ADB1B4B71BD54B05E0917A794 , 0x2976104F542947B88F4215A506D0C528 , 0x2A31D4AFC99D4020B88D9888B0978CF2 , 0x2D0ED07CCC7648B7803DD2608701871F , 0x2E19F00BFE254FDB8B782EA37538AB19 , 0x3060AD09EFB54B2381621457F6EFE5A9 , 0x31553359F3114CC78DB02C09A8A765B3 , 0x36540108B3654C7B9BB1168AFF2D5F56 , 0x36A41971B43E4CDC8B48BB5D743FCCB0 , 0x4CDE68CCA4B8466FA3B802B8CE904CA1 , 0x4F36F50E2F414CE69FB804C9F10B753D , 0x505A5882AEAE47359BDD964255B526EE , 0x54125CE1B2B54E19BF9D597E994A4ACE , 0x553AB42E5CB0486590EBCABB08E91045 , 0x59B5EF6940474914BCBBDCB34286129E , 0x59F842F9C409491FA0846D4B7E8AEFCA , 0x5DD0EB543052452BABDE21429AF73BBC , 0x6499B40B9F2E4E208E8B98527568AF4D , 0x6B5C0D239F894A469E10C6F1236B9FBD , 0x6BB5A0E1439C4525A72A4D748E8346E6 , 0x6F99B4D603B84D5C916766199970077E , 0x747FD049B21C427F949E686AF93BDC88 , 0x7C6DCCC5BE6D4770B0C1188276CCA5B4 , 0x7E7C19245B0D402AABC97E7CBE57071C , 0x7F39038630624BC4894AF3AFE627615F , 0x800119BB0EC84F86AD6B976F4CF0CD5A , 0x8587A8EA5F43492CB82FC0C4E3136A8A , 0x89F1A83E8153422D80A435733D4FD136 , 0x8AFD9C257A954F4D9E550BCED7F5A047 , 0x8C1CE1435C0C463D994A70BA34CC6582 , 0x8C8A954745D040D78F61BB4D0916C7FE , 0x8C9899EE86F14CFFBE486A62D5C966F9 , 0x8D90374F35D1443E8BA5185AEED47A79 , 0x8F722571AE9A4B8392322229154EE1C3 , 0x95EE4A5FAB7B45F7AD9E4BE6726D897D , 0x97FC2286EAEC4050A703F0FA380D523D , 0x98FDFBA6287A40159E755A8666C050A9 , 0x9B8155FAC3DC47D88CE37D2DA0F046C1 , 0x9F7CC0A503AD438ABC4BFF4A90B2A21E , 0x9FF25A097EE2406EB71EAC2A16D59A2C , 0xA037F04DBBF24E2483A529A59E756046 , 0xA7064E2D294444F7B17827A9644FB9EB , 0xA8B8FE0C13154A419F1953E7016110F5 , 0xAAC67D373CFD4A3FBDB1891764264605 , 0xB0E7BA391FC245C0A607EB27AEF01ECF , 0xB2D30EC33B2A47F0ADB7F727138E072A , 0xB93AA7CA1F684275960465D405F7D1D7 , 0xBAF8225E83644D4FA93B751F2D01F120 , 0xBF3977D5EF1E4C2F905AFEC9436B89F8 , 0xC18C262A3EF2405180F4388B5C3CD75F , 0xC4FA6D3675994CEDBBAF74B1ACD3D26F , 0xC9194FC8EADF4DE58664A0A061E9F938 , 0xCBF4C78AFC5D4BD69DB87E0E36D8175B , 0xCC407D966D1343CE9ACCD50817D6609B , 0xD328CC65BFBE4ACAB5F1232DC975D30F , 0xD44EAEAEE9D148B7967887B5051A593B , 0xD964043ADCF84A0C8C616BB090821BBA , 0xDA2E347DFC3F454FA0B6A31076259BA8 , 0xDD42E97A80EB4914AD6E96F3E6F30779 , 0xE3B2420A38B74359A69146A98E1258F8 , 0xE3BD6CDC43554268A59CE84B42FE520F , 0xE974A7CF5CF04213ACE9BF85ACAA1E5B , 0xEBFC759941F34A958D6057405B4C74E7 , 0xEC9E89BC0C784A2EA1D018CE102E9E3F , 0xEDC155C57350401BB0B32E15F566B118 , 0xF1DAE07BBDB247FBB41624EF1390A875 , 0xF2F60FB59E134450B123F7EFCF2FA359 , 0xF47D67F6209B4A49B9936339B4F00B85 , 0xF4B1D8D54CA34BBDB49CF256B5D66DEB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
83
5.03 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"lwð" ãC\x18 ¨¿°HŸÕ3$ "
b"l└Ïq+VIü©dE¢╦¯` "
b"làÖ\x19 6ðGÓ½â\x08 ¾éEÄL "
b"m&\r pEÃHʾ\x04 Ëms¦\x01 h "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"m5™„\x03 #B”¸\x19 ø¢\x16 Å\x17\x1E "
b"mWèЬ\x10 IVžíÁ°\x10 '<× "
b"mÐÕp7{IX¥*Ö¹§Â}\x1F "
b"mù\x05 lA\x0F K6žÛÄn \x14 C\x05 "
b"mû¾8UÃBÎ ªc\x1F ²úY\x1C "
b"mýÑÆ_2DH‰¥\x17 ,Mrœ! "
b"n'\x00 S;%F¬Ÿù ²{]Û™ "
b"""
nO‚Þ·.Bg¡;\x01 +u\n
´\x03
"""
b"ns@¥öÅM]ì^¹ª┤(OÌ "
b"nÂ^\x18 'éCZ†I:¡\x0F gÀÔ "
b"nß«P;éI;½(µiÁj.% "
b"o\x02 ╣Yƒ¯Cê»WÅ·┬íFò "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"o@ÇáíþEî³\t\x01 g',\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"p\x1C\x04 ¸L[KTü0ùw<L5þ "
b"p8YulA’…´.¼m\x08 à‰ "
b"pÊ#·Ü\x0F IH¨\x04 -Tþ¤U˜ "
b"p╠ÿBÛ"N1Ø\x05 ▓W\x0F 5Uh "
b"qÈ\x1A ø1TA6ºJ\x01 ˆ˜¶j( "
b"r:3ƒ\x13 ÷CK¸@G4'¦«j "
b"r[{%û¤I§Ž,ƒ›«„D\x1E "
b"r`IAs{A\r št^K\x17 ˆ÷Ù "
b"rbXv¾éK‰±C2~¦ýC "
b"rzG4%DAÞÅ\x15 ¡╬o╚▓â "
b"r…<–qíI!£\x17 ¾À\x14 HÏ "
b"rçW³Ü4Iôü-9ñ·ì½µ "
b"r¬ó\x01 8\x12 Kéžùì\x04 Dh\x17 š "
b"ráp…¾ÈCj¿*Ò\x7F óXu\x0E "
b"s\x03 6“¯íG*¤P(N\x01 þ\x1F õ "
b"""
sB5DÎ@I\n
¦àâE›|·É
"""
b"s‚zÂaTIf¸þöЙ\x12 úé "
b"""
t9HRÜ\n
A' §ÝÔQG63
"""
b"tS4Á9 DnäF\x02 9┐╝êÉ "
b"twµ9-‚E;žk_Œä0Íû "
b"t\x7F ÐI²\x1C B\x7F ”žhjù;܈ "
b"t¿\x01 \\x7F\x0E NØ»\x1D ·╣Iéòs "
b"tÒy\x15 \r „NÒºƒ–£NA´\x1C "
b"uøW-¯(F*‹::\x1C\x1C o\x7F › "
b"uúas©'LŠ±Ø°\e ’gÕ6 "
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ÙSŠÙbOγAµ<(`\x13 “ "
b"w)rÝ*ÝDK…u\x10 b’BOë "
b"w¸hš¯8D¸¶¶Hq=w&à "
b"w┴É9µüOÖ¿\x19\e Ã\x03 ı®¤ "
b"wÄä³çdL\t ‡çð\x1F\x03 ÖC "
b"wåïk@oHó®6\x04 ~<îŒÕ "
b"wþE)a{@’›\x00\x18 NëULF "
b"xre4\x02 FDéØ0┌\x02 }╚Â; "
b"x‚iG[ùL,£ÐE’\x15 vÙv "
b"x†¾\x17 nŸNž´L7Ò/ñ\x10 © "
b"""
xÅ+\x07 Ð9@N™F!êS\n
s2
"""
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"y š‹Ú€Jášñ“%wÇ!\x02 "
b"yË#¯Ø\C„˜›ûÿ¼IµÞ "
b"yÌöÞeºOê½\x07 §P†\x06 ›> "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"y¦ÄQ!\f LAü¿p)Ùƒ`» "
b"z'ö╝ËåLºà¸·ÛütvÐ "
b"""
z8µüÞ@GÕ€7dAìÁ\n
¤
"""
b"zwèNò£@j┤g▒ì\x01 ▒"³ "
b"zñd¹VlD\x02 ößìı╚^T| "
b"z®÷ÊËlAU´LËOª9µ¤ "
b"z \x1A y&RAÛó\x03 ┐¦▀_ÆÅ "
b"{Xo‡\t $Oñ«\x13 z\v ÕžDb "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"{äâãcDL¸¼íQì®\f ¼Æ "
b"|mÌžmGp°Á\x18 ‚vÌ¥´ "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"} Ió┌\x1E Hàô\x15 {▒»YÉ■ "
b"}-Š{~~Fø¢\x1F È'Zs‡‚ "
b"}T³mÆÎK£¡š\x18 Fëmoâ "
b"}®n¶l¼G©¶;«zFVìã "
b"~XÊo\x18 …H\x04 ƒ¶Ð\x04 úäÒ\x0F "
b"~|\x19 $[\r @*«É~|¾W\x07\x1C "
b"~\x7F …\x13 9ÛB΢ï+\x16 „º¾Ö "
b"~©½zcWCåµ>:\x15 *ï»— "
b"\x7F 9\x03 †0bKĉJó¯æ'a_ "
b"\x7F K\x15 LXÀ@“˜ÓÂ9˜gêC "
b"\x7F ¸'¯>\x08 L\x15 º\x00 4„t\x14\x04\x16 "
b"\x7F ÄOC@ð@¥ˆãa\x05 wà]Î "
b"\x7F ì\x17 $oh@†—šOÆò‡v^ "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"\x7F øùS\x0F ú@(„ââÑ‘aoœ "
b"€\x01\x19 »\x0E ÈO†k—oLðÍZ "
b"€7E'oŽE. [\x16 ß5%¨î "
b"€kìµ\x0F #G-¨ö\v 5öêòZ "
b"€’OLmºC\x0F –Ê\x1D ¨ò'h} "
b"ÇÌ»╩ÊçAÔüú«Ñ>_\x13 µ "
b"€äI^?îB·Œ£Üyúk É "
b"ü\x15 9\x0F Z\r EÚ╝L▒hêÀôn "
b"üVå\x1E åwEl¼Ä1q─C¸\x1A "
b"übÙÕ║ïHdâÎè\x08\x18 +\x7F o "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"üó¦\x05 BÇBßö¬Ü;\x10 8\x12 a "
b"é\x16\x02 Ü!ÕBÇü½Å"[\e\x1E ▓ "
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"ƒAÂ1@‘@Y‹Fm\v ^£#¿ "
b"ƒ\\x12 ¹º[FÚ¤Ã\x0E\x07 Rï‘Ë "
b"âÈ ^ıîJ¬é▒\x15 mØ1─k "
b"„\x10\x01\x02 Lw@¾7¾qúoœ¨ "
b"„\e j^Mï@_ŒÏüÚdn ê "
b"ä4".\v ╩K<¥ç┐jìÄݲ "
b"„Jà]¤ŸAç¨é©©µSòÿ "
b"„˜˜ëmÎN2—ÌË\r Ð\x0E Áq "
b"…‡¨ê_CI,¸/ÀÄã\x13 jŠ "
b"…íÂ\x0F à\x10 C\x14 \x0F\x07 9HyPè "
b"†!\r c–EEëœûjÕ\x07 f\x15 Ø "
b"†I\x00 «~ÊA\x1C ’£(V[<\x01 é "
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"‡IQ‡º$Ez¥0Ò¢ëK,€ "
b"‡M-\x16 ‚CJ·Š2b\f °ó‡\x06 "
b"‡{·˜ÒìFŸŸûFIBBáZ "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"‡œt†ïfK\x13 ›¿Cc«óå "
b"‡µ~ø7sM×ÂT§¦‚O½ "
b"‡ÿ\x08\x06\x06 ¯I“„4 jd7_° "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"ˆ+áŠÆ¢D&·&On¤Xr© "
b"ˆ2àÃ=4Dïž•\x05 Èž> "
b"ˆXêˆ \x07 Lk½Ì)Ïv\x1C =ë "
b"êqMü┐tLDê'¯Ö;\x18 F\x01 "
b"êì1×n{IØÜ l¦Ûõ\t . "
b"‰\t Ê66.Oïš-eÓ¥;…O "
b"""
ë\x0E fJy\f K\n
Ø\x14\f ][äæT
"""
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"‰©›\x10 ”\x00 JN³c]‡e\x11 ™X "
b"‰ËBcJ4J¯ïò`‹\e ÃÎ "
b"‰æT;º²DŸ¤Iñ¢$O©ï "
b"뱿>üSB-Çñ5s=OÐ6 "
b"Š\x0F äÕñ•M†š\e O«\r 1К "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"èü)O█ÅC\v Ö0ótòz\x19 8 "
b"Šýœ%z•OMžU\v Î×õ G "
b"‹\x11 m\x16 ìwMTƒ#…ìNd`Ì "
b"‹(Öþ\v -D2ª\x01 ˆ\x10 V…êJ "
b"‹>mE_ìDg¨¼ÄÃÐò\x01 % "
b"ïZÃ9\x0E 7Buïì╠=kE5? "
b"‹mh¤´ØF\x0F »×ûmžê©\x1F "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"Œ\x1C áC\\f F=™Jpº4Ìe‚ "
b"Œ*Lö*íK\x11 ¹\x01 ªeH¬{5 "
b"Œ1úæ})Dލ¬qÀ4?åÚ "
b"îèòGEð@ÎÅa╗M\t\x16 Ã■ "
b"Œ˜™î†ñLÿ¾HjbÕÉfù "
b"î┌5ºEsDF║ìË\ÂíÚ╚ "
b"ì$\x08 ói.B\x1D Â"VB i0j "
b"ìrqÓ7┌K\x12 í²\x11 ÒÕR&\x08 "
b"ìÉ7O5ÐD>ïÑ\x18 Z¯Èzy "
b"ì¨O,%!MSú\x13 v8à]ñÀ "
b"Ž\x15 V4UHK\x04 ·–ž’(\t T "
b"Ž\x1A šûƒ2Fž†Üz´ødÈx "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"ŽC\x1E\x15 ÃpBÊ•J\f Ê×yÔF "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"Ž’L²\x0F vC©¿{ïr`¼[Â "
b"ŽÁ]JY\x1A E¯Žû\x13 ‘[SªŠ "
b"ŽìJQ¦¡K\x01 “*\x03 ³~`KF "
b"Å'áõeÈKv®^ÔÔ?ß▄Z "
b"År%q«ÜKâÆ2")\x15 Nß├ "
b"Å│┐@\x01\x0F A┐Æ$T{êDss "
b"ÅÔ*V«╝N├Ö\x10 ═┤\f $\x0E ╔ "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"É5ó╣ÂÐH\x1C üºç²GÛH└ "
b"ÉUo╝®\t Oòù¹^8\v òüU "
b"ÉÄ╩ƒ╔&DHï\x08\x0F ┴I¤╬" "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"‘ÆÑÜJ\x17 K¯¿òÓüÄ\f qî "
b"‘Ú”1#ïHv®AFè\x07 ¸‰Ü "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"æ▀öÜó}M┬Ø╔tZ¤éðh "
b"ÆÉ'▓‗\t AlñØË\x13 W=>X "
b"’œ¬À[*K_¬«ëFÚaáR "
b"“‡¼ð]\x14 EGŠUI¸Ùg— "
b"ôìµ\x1F à#E\x1C ®åZı\x19 T╣\x13 "
b"”\x0F bà@\x1F B§ž!ë‘°6\x07 U "
b"”³&–I)F–ª›²\x03 ;…ý) "
b"”ß3\x00 L\x1E FË–t°€%\x1E %{ "
b"”ühUä„FW„¢¨]6\e ©Œ "
b"•6<eœéJ\x08 ¾¾Àú¨†—S "
b"•USœƒ\x19 Dr–QáÍ\x18\x17\x1A ¾ "
b"•s\x00 =ßõ@\x00 §\n ÔÜd‰@Ö "
b"•îJ_«{E÷žKærm‰} "
b"""
û\x10\x17 c\n
\x1E L¸¬Í=5ÅÛ"\x1D
"""
b"–\x1C ‹\x02 FFI©}F֯׏Р"
b"–SÒ¨”jLI»²–V& "
b"–Û_sû©GT£×ß"}’¡\x12 "
b"–á>Ù\x01 2GYŒ\x15\f QW<©¯ "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"ù'┐"+\x03 E"£vc║ý»üÒ "
b"—6Áå¶%DQœE]x@ö¹Œ "
b"ùÅðÇ■¶B┬ü«¯æÔù▒â "
b"—Ï$àq‰FŸž«×+n<“. "
b"—àä’\r ˜A‘¯PÇtÒ_ïÏ "
b"—ãôð+¥B\e ¾‰ª%«%¤s "
b"—ü"†êì@P§\x03 ðú8\r R= "
b"˜9µÒĆD2¤¥lšõÙâ" "
b"˜;Ç\x7F\x1A\x1C KwŸ@\x1F ŸSyí• "
b"ÿXL«\f ■NÅÜÜ\x19 $Ô╠så "
b"ÿbîr▀CL~Å`\x02 yGë#W "
b"˜›\x11 ‰É\x19 HØ„2l£ì2‡³ "
b"ÿúÃ^IDBèÜ{╠Þ&íü "
b"˜½Æ@œjBß ¢ûh†-{Ž "
b"˜Ý\x15 ¨€‘A…ƒ\f êÌô™ƒ\f "
b"˜ýû¦(z@\x15 žuZ†fÀP© "
b"ÖP╝ö\x06 ¢M~¢q9\x7F é´|ì "
b"™Yà5ìÒCyžj°\x1F ŸÏÅÊ "
b"™t2–%\x0E JÅ g\x1E |$ú¯\x07 "
b"™¥”ä„|H‡±¼¸#þ\x17 L‚ "
b"™ãc&Ð_Où¢&·Å¾ìp/ "
b"Ü║z\x03 å¥KPØÃü■\f\x01 +Æ "
b"šö©\x0F ƒ9F\x03 ™Zù±™\t\x13 ö "
b"› \t ØQ“A\x11 ¶–ˆ\x01\x7F ºÔ| "
b"øO\x16 "=ÏMMÉÉFø`Qmè "
b"›QI„w¥B9¿W¨ûzšÀ® "
b"øüU·├▄GÏîÒ}-áF┴ "
b"œ\x12 ¬¦\x04 ICr¬Ú\t ÕG\x06 ê "
b"£üZôµ¡B ╣0>Hô╦1\n "
b"£®ü╬R╔D\x13 ┤\x03 l\x1C ╦┤2T "
b"œ¹À×XÑCG»„úì}.Œm "
b"Øt§^GÉ@¨â«; @ƒ¾░ "
b"Øö3Q2fK¯ÁnÙ-¯LSR "
b"ØÊLê(┼N!é_=bÙ■«w "
b"Ø÷<îsÊLÝ┤█^▀■î\x01 ö "
b"×3æûÖcM┴Ũ\x16 q┴x½f "
b"žE³’-I’½4\x03 …¶ÂeÝ "
b"že»ìð Oã·xôŠ#ÚÊÉ "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"ž£Ü÷u\x00 O!ñzø\x1A , "
b"ƒ|└Ñ\x03 ¡Cè╝K JÉ▓ó\x1E "
b"ƒîaB\x1D ~C└Ø)©g×┌Ú░ "
b"ŸòZ\t ~â@n·\x1E ¬*\x16 Õš, "
b" 7ðM»òN$ƒ¥)¥žu`F "
b" ~µ0×tMa—v)Š@XÅÔ "
b"¡U0Ù«ˆFÖ’Üç\x18 ‹G¬Õ "
b"í|ô9ì¨BFì,╣-ı§\x1C . "
b"¢Cj¤PoBû³p9˜Åœ¦Æ "
b"ózÉÉR\Fv┐¯|?(:&o "
b"¢ÞÊ=cÈ@R‘3\x00 »ðrÖ\x13 "
b"ú\x1A ׃þXKÏÿ1ü\x08\x1F X\x01 * "
b"ú@×░,úI>ò╬Ø│\x16 S½▄ "
b"£qàŒM\x08 @c®[öØpøÚ» "
b"£|ñiWÝAe–\x18 &³-¤á± "
b"£»zcâœF[·ö…N3ê¸] "
b"£ê~õqxFe«ºK#—˜=h "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"ñ\e Ú╝║L¨áÅ&PJ \n "
b"¤s¶ŸéÀ@t‘¿®kXÛä“ "
b"¤¥àH–EBý Òê,åpÔ\x08 "
b"¤¨Æ4oY@ÿ´v\x1D -]\t\x19 g "
b"¤ØKyùTE\x00 ©¥¯Ï7MŽ› "
b"ñ┘R³[B±×\x18 ¥H\x11\x06 Å; "
b"¥-Iz¯ƒ@¹°#±ü\x1A z(\x1E "
b"ÑH²ÞÌnA\x00 ╝üÊÚ}õÚä "
b"ÑÉ\x17 Ѫ\x1C KKà}'sP\x13 }) "
b"¥•ÐAÕóH\x08 ‚¶WÙy\r J\v "
b"¥–<زxB4¤…žê\x03 ìDd "
b"¥¨øõF˜G6¥²9÷œº][ "
b"¥ïÒ…ÿùKÜ®•\x1E {01Áæ "
b"¥õŸ%ñ¶J´â¨˜í‚\x1D ` "
b"ªZßı±gL*׺"┼»Xìí "
b"""
¦°¨€K¬E\v ¬pòZ\n
äJã
"""
b"§\x06 N-)DD÷±x'©dO¹ë "
b"§Tk:mLBQˆùÉܦ›´B "
b"ºÅ\x1E ã±╣NÅàÝ&/¯╝\x04 ¬ "
b"§ëç\x05 >$E\x11 Šwqwÿ\x15 !M "
b"¨\x17 8Àk«M¯½®’öÔ§\x16\x10 "
b"¨›g0·a@ø™¨?ßB:Þ^ "
b"¨¸þ\f\x13\x15 JAŸ\x19 Sç\x01 a\x10 õ "
b"©%¿B\x1D MB\x14 §}Ç\x19 ñDíª "
b"®ÏØ\x15 !3D\x03 ®zë}╦4ìƒ "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"ª]ÞjK…L£ª‹Œf\x1C U\x03 Ÿ "
b"¬aNBÉ║C½ò╩¶┌}\x16\x12 ú "
b"ªaR5î¸Dè²í?\x00 æô‰\x07 "
b"¬▒Ð#é╝M¯ìx5õ\x17 ╩;¤ "
b"ªÆ}7<ýJ?½±‰\x17 d&F\x05 "
b"¬Ë\x13\x0E §½@Óì╦8ÐG#h« "
b"«„\x1F å\x08 YMÿ™\x05 ¼ãî+@¯ "
b"«•3.\v zI\x03 ÑR…Å8\x14 3 "
b"«˜·~ŽãJ±š ²xÒ\x1F F¡ "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"""
¬H\x02 L1£Gg´\n
‡^šŠæ%
"""
b"¼R\x03 ÈÅ┬OÍø²ßo\x13\x04 \º "
b"¬gò±±è@`½&;.¤øžQ "
b"¬n-YP\x19 I÷½×®\x13\x15 ò–g "
b"\t îoü¬K˜““ñ¬±Kx\x06 "
b"¡-á½\x10 oFÅ¥ª\x10 X\x11\x0F ~2 "
b"¡LìEÙýAĺ\ýç\x10 ÷Z6 "
b"T˜à£ôHƇpnÔŠ«Nè "
b"X\x12 .-gHЮuÇûœXTD "
b"¡oSFë-Jkç˳+ìgV\x07 "
b"¡Øi\x0F Å%E}ñ\x1E ñı[â\x04 : "
b"®6@óO®@\t ±,ßß?ÔI² "
b"®‰®\x15\x06 ŠM\x18 Šoa~«ZˆU "
b"«Á<╗■¾J,É\x1F ARy/Y+ "
b"«─àA_ZL¦ì,_┴U¥\x17 ╩ "
b"®Üx0/\x07 H»´U“¿äëÕ| "
b"®ÝcU¶ž@~š}/þ f" "
b"¯BOï\x15 ÖLû„¬r$ð€\x0F á "
b"»Mt\x1E ┤ÕHu║DÅ2ª/Rû "
b"¯ZÏjsŒGɪËq8b‘=} "
b"»p\x19 ÅíiOCó³ùú▓‗\x1F\x01 "
b"»¾O\x1C ÷ìCýÂ\f [ȧJç@ "
b"°\x19 º>´Mï’@\t ñ\x05 ß\r š "
b"°d»ÚÖ0E\x15 °çûz˜½Ð– "
b"░{│3=I╠òE§©ì³░q "
b"°çº9\x1F ÂEÀ¦\x07 ë'®ð\x1E Ï "
b"▒´ÿG┌ìB-òòªäI╠úT "
b"²LþEä>Fwª:¤§P$\x1A "
b"²V\x05 [\x17 \r O‰–€¡\x02 A8 "
b"²r©QźC¾±X©Ÿ¼}1 "
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"´7öln\t N¤°\x1E ¿*‰Ä\x10 … "
b"┤TIÊi─B½ì=\x04 2=Åûõ "
b"´xJs\x08 ¬Cc‹\x01\x06 ½\t J†á "
b"´§œÈõ‡M¦²\x02 é˜\x1C L·T "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"´Ö‡ˆ£îAÕ´˜^7¼Â\x05 G "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"Á\x05 Äg$$O9½lý¯òÅð\ "
b"µ\x06 †\x07\x11 >K4µç\v $Ë=¨\x02 "
b"Á\x11 ┤\x04 «\x06 LÉøE█\f Î╚m╠ "
b"µ\x1E anäTA3¾,vúê\x16 R— "
b"µZ—v\x1F GL\v ¥\x03 ‘œ3ïó "
b"µÉÙzmÙD°¡66\x17 ñ\v ïG "
b"¶\x18 ¢ÑJvHz½fUtŸ\t üq "
b"¶jž•^:Bhªý0#éo£ "
b"À\x10 ã\x0E bI`üø└╠V®g& "
b"·%ÿ+I[B¬‚бt÷¡\t Í "
b"""
À*Øá<@Dã╣écÖ~\n
\r ø
"""
b"·S ÛwqI\x1A “ÌÆ¦ÆuŠã "
b"ÀeòÈ┘õO>ñ\x15 ┴áüçßN "
b"""
·w{M×)MQŠãÙÅÆ@\n
-
"""
b"·Ë\x05 ·?»I2±Â4ŠM\x14 ÔE "
b"ÀÝÐòÅaL╣Ö╗\x19 ©²E}¾ "
b"¸pÂãGŠLu¼1e®|ýŸ\x12 "
b"©óÓ\x11 ÎÒJAäÁÑÓ*ƒÞÉ "
b"¸öóNÿÀG;šçd=ÈœƒT "
b"╣\x0F\x17 W'¿H Å\\x17 ÚîFÛ\x01 "
b"╣5½Þ{ÚGz▓·ÅEp<:! "
b"¹9ºl\x16 áKp£\x12 @ØdÇi) "
b"¹:§Ê\x1F hBu–\x04 eÔ\x05 ÷Ñ× "
b"╣│$ü}rK\x08 ¬3Ù«\x12\x18 )g "
b"¹Ô˜Œ9ÐJ¼¸d ~;-r¸ "
b"¹àÜ‚€ÀMá‹£€“[SmÊ "
b"║\x1C ‗¯JèH\x17 Ö;n|=ÊìÊ "
b"ºFX¨ŽóB†¶=‹&ó¨Þ+ "
b"ºX5vªÖI(‡¾{QwêM\n "
b"ºoC\x05 ´\x11 B´´ñR\x13 H¬Zª "
b"º«Ï\x0E ‘\x7F Fw¥ØÛÔ›´À^ "
b"ºø"^ƒdMO©;u\x1F -\x01 ñ "
b"╗\e j]('JR®|:É-aºò "
b"»*Î;·ÃIùœf\x1E !¼(.E "
b"»:o‚úÇEŸ‰³\x12 |ƒªÃ¯ "
b"»¯£e3_O6½3s·Ÿ$g» "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"¼¨V5o\Kɨ\x04 ÈL©\r 8` "
b"¼²ß~\x12 aL>µÕ{Òµ\x11 É5 "
b"¼ô\x07 0$ÖEm…7˜\x18\x0F }eþ "
b"¢3R╬ç/L╬Ø\x07 ■±\U"¥ "
b"½Q2\x08 Ô\e NgŽ\v ÌÀ¿=¯ª "
b"½|{¹ÏåOã’\x06 g\x02 ¦±†\x04 "
b"¢æÀÙ0»L÷øömì.@ÎÇ "
b"½§4e‡rE\e ¨&)Ö¨\x06\x1C ì "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"┐9wı´\x1E L/ÉZ■╔Ckë° "
b"┐}ÉFdGIÂ┐ê═▒dßbO "
b"À\x06 %\e ®œIUµñ]‹OyÕª "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"└ÕU?\x03 UCúùÿO[ìzµ- "
b"Àí<€ÿáMÌ›]°ˆ7\x14 gX "
b"Á+q=°%G\x18 ‹èU±mD®' "
b"ÁŒ&*>ò@Q€ô8‹\<×_ "
b"Áš4€ñ°Eb‹ßT`q\x08 Òq "
b"┴óµ░ɤN\t ÖA8E3┐ò® "
b"Á£R–¤SG”³—kÚ•5)\x03 "
b"┬*\x16 -ô{Eæ╣┐I3Åкü "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"Â<Òý 5F\f \x12 eÄ—‘ì\x16 "
b"┬Çí┬║_L▒ôk?ï:}Ø\x7F "
b"Ã\x1A ‰zXgJN¦hèüÝF¿ "
b"ÃW“ôøLï‡\x11 êD©ª“\x01 "
b"Ä<\t ?˜\x12 Ib›S{l‘é©\x0E "
b"ÄPÂòû©Eå¢L†á®(\x17 # "
b"Ä]än¾\x07 AÓ‰¨´Â\x1F &¦ˆ "
b"Ä·³¨2<EÍ€‡\x13 )ŽÊ«\x07 "
b"Äúm6u™Lí»¯t±¬ÓÒo "
b"Å\r ¼ZÞ\x04 F\f °äÃSÔOä= "
b"ÅLÒGÈÖHN‹Úž›x\x13\x12 · "
b"ÅWŠ¥?‰KQ¼<9¬çThÑ "
b"Å®*?ëDJ|·\x08 G±V\x1A ^\x1A "
b"Åî3ªO\x04 GÚ¥Ò\x00 ï\x0E _.ï "
b"""
ÆÂ<»\!Ob°Â\x14 jk\n
¥`
"""
b"ÆÔàV\t iHWˆ$ùGçeèa "
b"ãÒ"╣╠ZK\f ÀߨU\x10 #ɽ "
b"Ç\f øÓ2è@b˜DDtn½$™ "
b"Ç\x1D »p—›Lë“h¯\x12 -ݸ¬ "
b"Ç\x1E e¹FOEö—'ðÉ(°M! "
b"Ã8âØªïE║àß´|£\r E\x17 "
b"Ǥ\x02 É\x1F GFPŠGe¶\x05 ³Û@ "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"È&0†BÍBî¾±µÂ6jMù "
b"Èâñ&¶uBñ¿í¶‡&ª†Ý "
b"É\x19 OÈêßMå†d aéù8 "
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"É‚*þ†iGt’\x04 t@´\x11 ÔÓ "
b"╔£ü┐═├Ft▓╣Tï\x15 ñ║Ó "
b"╔Ð\f áÕóN{üv\f\x1F ¿ÿµ\x1E "
b"╔ÑÚÐcGƒìÓ4ÝÃe,ï "
b"ÉóÝTÞÚDÚºÂ*JÇ KB "
b"Ê\x10 BRxŸMã¾J¨SnÇ)\x12 "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"ÊN€]w<A»¬¯ 5\x7F RŠÆ "
b"ʤ’ßl«H\x15 \x11 $£Â¡›š "
b"╩Í.ïh´CLº¦╗ÑØû░¼ "
b"Ë,¶OÛ»IyÃûÀè„.Ä "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"╦¶Ãè³]KÍØ©~\x0E 6Ï\x17 [ "
b"Ì>\x1C "É\x07 F’€ÜúñaÞÌ´ "
b"Ì@}–m\x13 CΚÌÕ\x08\x17 Ö`› "
b"ÌBbq±\r L¢¦\x04 (ÈÜ™\x10\x16 "
b"ÌL(ìHY@ü¿\x14 y…£Äšž "
b"ÌN\x19 7åD.»¸±ÅžT\x0F Z "
b"̵ìûûAN†°¹XÐ\x03 Ïóà "
b"Í„ûÂcqIŒ¤\x01\x18 ×ç\x1F Í= "
b"Í¿|]ÝTJN‡²Â‚ß°Æ; "
b"ÍÍ™€\x0E B8ŽRE*>ö@` "
b"═¾J,£0I)üRÿþ8u╦o "
b"╬0-Éú+K\x08 ╗█▒Ð(#╝Þ "
b"Î`À1=ŸA\x0F ‘±ˆy\v e\e u "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"Ϊó;Ù˜Ot²\x17 jd\x04 éæø "
b"οßûà\x1E LÝ£Žv\x13 8zù\x11 "
b"ÏQå-ð\x05 E^¼H¹\x04 °½‚š "
b"ÏiMv\r \x06 Bâ˜\x02 û+a\x0E «¾ "
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"ϸÀŒ\x08 =Dÿ»`:\e ,k÷º "
b"Ð/9Ê=1F„¶0‰p™ÛŒ© "
b"Ð1ÁãåéLÁ‡êó¯ÒÛæ% "
b"Ð=¦³þË@ã…õd³Y9Ë\x03 "
b"Ðw¤·înF\x17 €}\x01 ¦½àV¥ "
b"Ñž]²C1Mפ€!¤Þóö\x02 "
b"Ñ›‘Ò=L]‘.›ÿG“+> "
b"Ñþò<ÈŸAܼȟtX/ôË "
b"Ò,;ŽJÅC³ \x1C ÃÞ.ÒeÎ "
b"""
Ò.ƒ0\x15 uA „\e ®@œ\n
Åý
"""
b"Ò“v¨NuC²€cVpiO%Ÿ "
b"ÊØ\x1A Íô\x08 J»Áu^tÄ\x04 ´¥ "
b"""
Òž\v \n
\x1C\x11 F¯½öâaÃ04m
"""
b"ÒÛ\x13 À°\M\x12 ½z†¯7Ý<p "
b"Ë\x15 ¥üí\x08 D*¡\x19 ÑK\x05 W┌\e "
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"Ô\x11 éMÖœOœ®º\x00 ôìÁº\x03 "
b"Ô\x17 Ž|yöBÙ\x07 O\x7F ôÒ "
b"Ô<µ1\x14 C@г\f >ƒ™ã¥\v "
b"È@ıgÖðC║ÀÉ6Äò´ÃG "
b"ÔN®®éÑH·–x‡µ\x05\x1A Y; "
b"Èa¸P}9F\x13 ½\f ÉB\v ,┐¥ "
b"ı%\t ×▓éD<Ä\e üç\x1A\x16 ƒ\x15 "
b"Õ*/Ì\x05 ‘@\x14 ¾jܨ–Âãf "
b"ÕÌ2\x10 l\x07 L÷ˆÉ϶…\x07\x1F — "
b"ı¨sYÙÓBÀçG\x12\t\x1F àÉ\x1C "
b"Ö+Žùn†O\x10 œ\x11 úR!‚ÇÎ "
b"ÍØ╝ýÔëA+ܹⲿ{<\x13 "
b"ͼ^À│╗C<ì1ª:¬×p\x07 "
b"×\x07 ŒRLRN)‚ß0x‹I\x03 F "
b"ÎEÑã\x02 ¶L+½+┬ì\x1D ¢#Ô "
b"×aCRá*IÏë\x1E t;;\x04 $ "
b"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ù\x12 Œ¼\x1C 'BˆŒ)\x1D U’›…¯ "
]
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 (0x6C77F02220E34318A8BFB0489FD53324 , 0x6CC0D8712B564981B86445BDCBB6EE60 , 0x6CE0D61936F047D3BDE208BEE945C44C , 0x6D260D7045C348CABE04CB6D73A60168 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x6D35998403234294B819F8A216C5171E , 0x6D57E8D0AC1049569EEDC1B010273CD7 , 0x6DD0D570377B4958A52AD6B9A7C27D1F , 0x6DF9056C410F4B369EDBC46EA0144305 , 0x6DFBBE3855C342CEA0AA631FB2FA591C , 0x6DFDD1C65F32444889A5172C4D729C21 , 0x6E2700533B2546AC9FF9A0B27B5DDB99 , 0x6E4F82DEB72E4267A13B012B750AB403 , 0x6E7340BE948F4D5D8D5EFBA6B4284FDE , 0x6EC25E1827E9435A86493AA10F67C0D4 , 0x6EDFAB503BE9493BBD28B569C16A2E25 , 0x6F02B9599FEE4388AF578FFAC2A14695 , 0x6F29FB6248864DC18748C4047320EA06 , 0x6F40C7E1EDFE45EEB3090167272C0660 , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x6F6A0C170ED2419780030FC467202CDF , 0x6F739EAE91664A4FA1F04C1B51C1486D , 0x6F99B4D603B84D5C916766199970077E , 0x6F9E6FFC6D5F4302841BB0900071BE07 , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x701C04F74C5B4B54813097773C4C35E7 , 0x70AD3859756C419285B42EBC6D08E089 , 0x70CA23B7DC0F4948A8042D54FEA45598 , 0x70CC9842EA224E319D05B2570F355568 , 0x71C81AF831544136BA4A018898B66A28 , 0x723A338313F7434BB840473427A6AB6A , 0x725B7B25FBA449A78E2C839BAB84441E , 0x72604941737B410D9A745E4B1788F7D9 , 0x72625876BEE94B89B143327EA6FD43A0 , 0x727A4734254441E88F15ADCE6FC8B283 , 0x72853C9671ED4921A317BEC01448ADCF , 0x728757FC9A344993812D39A4FA8DABE6 , 0x72ACF30138124BE99EF9EC044468179A , 0x72E17085BEC8436ABF2AD27FF358750E , 0x73033693AFED472AA450284E01FE1FF5 , 0x73423544CE40490AA6E0E2459B7CB7C9 , 0x73827AC261544966B8FEF6D09912FAE9 , 0x74394852DC0A4127A0A7DDD451473633 , 0x745334B539FF446E84460239BFBC8890 , 0x7477B5392D82453B9E6B5F8CE430CDFB , 0x747FD049B21C427F949E686AF93BDC88 , 0x74A8015C7F0E4E9DAF1DFAB949829573 , 0x74D279150D844ED2BA8396A34E41B41C , 0x75F8572DAF28462A8B3A3A1C1C6F7F9B , 0x75FA6173A9274C8AB1D8B01B9267D536 , 0x75FFECC479DB4D72A1C45B0912C8774C , 0x760A1087D8FD4EF991A89A38D24EFD85 , 0x762A9E8B09FC48F48A2E019566FE519E , 0x7660446CCA6F423DB9E67DB152B51EC1 , 0x7687B690F3F44A828720A8011E05BB56 , 0x76BE32A88CC44994BC718169101A5524 , 0x76D9538AD9624FCEB341B53C28601393 , 0x772972DD2ADD444B8575106292424FEB , 0x77B8689AAF3844B8B6B648713D7726E0 , 0x77C19039E6814F99A8191BC703D5A9CF , 0x77C4E4B3E7644C0987E7F01F0320D643 , 0x77E5EF6B406F48F3AE36047E3CEE8CD5 , 0x77FE4529617B40929B00184EEB554C46 , 0x78726534024644829D30DA027DC8B63B , 0x788269475BF94C2CA3D045921576D976 , 0x7886BE176E9F4E9EB44C37D22FF110A9 , 0x78C52B07D039404E994621EA530A7332 , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x79A09A8BDA804AE19AF1932577C72102 , 0x79CB23AFD85C4384989BFBFFBC49B5DE , 0x79CCF6DE65BA4FEABD07A75086069B3E , 0x79DB368464EC40EA9B82FD28ED32061C , 0x79DD8E51210C4C4181A87029EB9F60AF , 0x7A2794BCD3864CA785F7FAEA817476D1 , 0x7A38B5FCDE4047D580376441ECC10AA4 , 0x7A778A4E959C406AB467B18D01B122FC , 0x7AA464FB566C440294E18DD5C85E547C , 0x7AAEF7CACB6C4155B44CCB4FAA39B5A4 , 0x7AFF1A79265241EAA203BFDDDF5F928F , 0x7B586F8709244FF1AB137A0BD59E4462 , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x7B8483C663444CF7ACA1518DA90CAC92 , 0x7C6DCCC5BE6D4770B0C1188276CCA5B4 , 0x7C70F22F38E7423599767838DD0C879C , 0x7D2049A2DA1E488593157BB1AF5990FE , 0x7D2D8A7B7E7E46F8A21FC8275A738782 , 0x7D54B36DC6CE4BA3A19A1846EB6D6FE2 , 0x7DAE6EB66CBC47A9B63BAB7A4656ECE3 , 0x7E58CA6F1885480483B6D004FAE4D20F , 0x7E7C19245B0D402AABC97E7CBE57071C , 0x7E7F851339DB42CEA2EF2B1684BABED6 , 0x7EA9BD7A635743E5B53E3A152AEFBB97 , 0x7F39038630624BC4894AF3AFE627615F , 0x7F4B154C58C0409398D3C2399867EA43 , 0x7FB827AF3E084C15BA00348474140416 , 0x7FC44F4340F040A588E3610577E05DCE , 0x7FEC17246F684086979A4FC6F287765E , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x7FF8F9530FFA402884E2E2D191616F9C , 0x800119BB0EC84F86AD6B976F4CF0CD5A , 0x803745276F8E452EA05B16DF3525A8EE , 0x806BECB50F23472DA8F60B35F6EAF25A , 0x80924F4C6DBA430F96CA1DA8F227687D , 0x80DEAFCAD28741E281A3AEA53E5F13E6 , 0x80E4495E3FEE42B78CA3DC79FA6BA0C9 , 0x8115390F5A0D45E9BC4CB16888B7936E , 0x8156861E8677456CAC8E3171C443F71A , 0x8162EBE5BA8B486483D78A08182B7F6F , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x81A2DD05428042E194AA9A3B10381261 , 0x8216029A21E5428081AB8F225B1B1EB2 , 0x825ADF411018471DB7521343B27CF396 , 0x825AE359E1814439A2FB7E3D8B41A8D1 , 0x829A91CEAFD74DEFB0639673A8529DE4 , 0x82B64365454142BB9C57E9FD12781304 , 0x8341C231409140598B466D0B5EA323BF , 0x835C12B9BA5B46DAA4C30E0752EF91CB , 0x83D4FF5ED58C4AAA82B1156D9D31C46B , 0x841001024C7740C2BE37BE71FA6F9CA8 , 0x841B6A5E4DEF405F8CCFFCDA646E20EA , 0x8434222E0BCA4B3CBE87BF6A8D8EEDFD , 0x844AE05DA49F41E7A8E9A9A9B553F2FF , 0x849898EB6DCE4E3297CCCB0DD00EC171 , 0x8587A8EA5F43492CB82FC0C4E3136A8A , 0x85EDC20FE0104314A00F0739487950E8 , 0x86210D63964545EB9CFB6AD5076615D8 , 0x864900AB7ECA411C92A328565B3C01E9 , 0x8684557620DB45669553CE42BDDE0830 , 0x87495187BA24457AA530D2A2EB4B2C80 , 0x874D2D1682434AB78A32620CB0F38706 , 0x877BB798D2EC469F9FFB46494242E15A , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x879C7486EF664B139BBF4363C2ABF3E5 , 0x87B57EF837734DD7ADC254A7A6824FBD , 0x87FF080606AF49938434A06A64375FB0 , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x882BE18AC6A24426B7264F6EA45872A9 , 0x8832E0C33D3444EF9E9505C8C2AD9E3E , 0x8858EA8820074C6BBDCC29CF761C3DEB , 0x88714D81BF744C448827EE993B184601 , 0x888D319E6E7B499D9A206CDDEAE4092E , 0x8909CA36362E4FEF9A2D65D3A53B854F , 0x890E664A790C4B0A9D140C5D5B849154 , 0x8955C591D9DB44BF95828719E046B8A7 , 0x89A99B1094004A4EB3635D8765119958 , 0x89CB42634A344AC2AFEFF2608B1BC3CE , 0x89E6543BBAB2449FA449F1A2244FA9EF , 0x89F1A83E8153422D80A435733D4FD136 , 0x8A0FE4D5F1954D869A1B4FAB0D31D09A , 0x8A6D1C301E614064B8D76C70D7106285 , 0x8A81294FDB8F430B9930A274957A1938 , 0x8AFD9C257A954F4D9E550BCED7F5A047 , 0x8B116D16EC774D54832385EC4E6460CC , 0x8B28D6FE0B2D4432AA0188105685EA4A , 0x8B3E6D455FEC4467A8BCC4C3D0F20125 , 0x8B5AC7390E3742758B8DCC3D6B45353F , 0x8B6D68A4B4D8460FBBD7FB6D9EEAA91F , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x8C1CE1435C0C463D994A70BA34CC6582 , 0x8C2A4CF62AED4B11B901AA6548AC7B35 , 0x8C31FAE67D29448EA8AC71C0343FE5DA , 0x8C8A954745D040D78F61BB4D0916C7FE , 0x8C9899EE86F14CFFBE486A62D5C966F9 , 0x8CDA35A745734446BA8DD35CB6A1E9C8 , 0x8D2408A2692E421DB62256422069306A , 0x8D7271E037DA4B12A1FD11E3E5522608 , 0x8D90374F35D1443E8BA5185AEED47A79 , 0x8DF94F2C25214D53A3137638855DA4B7 , 0x8E15563455484B04B7969E92280954A0 , 0x8E1A9AFB8332469E86DC7AB4F864C878 , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x8E431E15C37042CA954A0CCAD779D446 , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8E924CB20F7643A9BF7BEF7260BC5BC2 , 0x8EC15D4A591A45AF8EFB13915B53AA8A , 0x8EEC4A51A6A14B01932A03B37E604B46 , 0x8F27A0E465D44B76A95EE2E23FE1DC5A , 0x8F722571AE9A4B8392322229154EE1C3 , 0x8FB3BF40010F41BF9224547B88447373 , 0x8FE22A56AEBC4EC39910CDB40C240EC9 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x9035A2B9B6D1481C81A787FD47EA48C0 , 0x90556FBCA9094F9597FB5E380B958155 , 0x908ECA9FC92644488B080FC149CFCE22 , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x91C6D1DC4A174BAFBFF2D3FCC40C71EE , 0x91DA943123EF4876AE4146E807B889DC , 0x91DBCE9277424181AE319BA6FDE53987 , 0x91DF949AA27D4DC29DC9745ACF82D068 , 0x929027B2F209416CA49DD313573D3E58 , 0x929CACC05B2A4B5FACABEB46DA61E152 , 0x9387BCF05D1445478A5549B8D96797AD , 0x938DE61F8523451CA9865AD51954B913 , 0x940F62E0401F42A79E21EB91B0360755 , 0x94B3269649294696AA9BB2033B85FD29 , 0x94DF33004C1E46CB9674B080251E257B , 0x94FC6855E484465784A2A85D361BA98C , 0x95363C659CE94A08BEBEC0FAA8869753 , 0x9555539C831944729651E1CD18171ABE , 0x9573003DDFF54000A70AD4DC648940D6 , 0x95EE4A5FAB7B45F7AD9E4BE6726D897D , 0x961017630A1E4CF7AAD63D358FEA221D , 0x961C8B0246AD4649A97D46D6C6D7B88A , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x96DB5F73FBA94754A3D7DF227D92A112 , 0x96E13ED9013247598C150C51573CA9AF , 0x97035B902597494AA57EDB6B3097CDA8 , 0x9727BF222B0345229C7663BAECAF81E3 , 0x9736C1E5B62544519C455D7840F6B98C , 0x978FD080FEF442C281AEEE91E297B183 , 0x97CF24E07189469F9EABD72B6E3C932E , 0x97E0E4920D984191AF50C774D25FEFCF , 0x97E3F4F02BA5421BBE89AA25AB25A473 , 0x97FC2286EAEC4050A703F0FA380D523D , 0x9839B5D2C4864432A4A56C9AF5D9E222 , 0x983BC77F1A1C4B779F401F9F5379ED95 , 0x98584CAE0CFE4E8F9A9A1924E2CC7386 , 0x98628C72DF434C7E8F60027947892357 , 0x989B1189C91948D884326CA3EC3287B3 , 0x98A3C79F5E4944428A9A7BCCE826A181 , 0x98BDC6409C6A42DFA0A2FB68862D7B8E , 0x98DD15A880914185830CEACCF499830C , 0x98FDFBA6287A40159E755A8666C050A9 , 0x9950BC9406BD4D7EBD71397F82EF7C8D , 0x9959E035ECD243799E6AB01F9FCFC5CA , 0x99743296250E4AC5A0671E7C24FAAF07 , 0x99A594E4847C4887B1BCB823FE174C82 , 0x99E36326D05F4FF9A226B7C5BEEC702F , 0x9ABA7A0386BE4B509DC781FE0C012B92 , 0x9AF6A90F83394603995AF9B1990913F6 , 0x9B2009D851934111B69688017FBAD47C , 0x9B4F16223DD84D4D9090469B60516D8A , 0x9B51498477A54239BF57A8FB7A9AC0AE , 0x9B8155FAC3DC47D88CE37D2DA0F046C1 , 0x9C12ACA604494372ACDA09D547AD06EA , 0x9C815A93E6AD4220B9303E4893CB310A , 0x9CA981CE52C94413B4036C1CCBB43254 , 0x9CB9C0D758D14347BB84FAEC7D2E8C6D , 0x9D74F55E479040F983AE3BFF409FF3B0 , 0x9D94335132664BEEB56EEB2DEE4C5352 , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9DF63C8C73D24CEDB4DB5EDFFE8C0194 , 0x9E33919699634DC18FF91671C178AB66 , 0x9E45C2B3922D4992BD340385B6C265DD , 0x9E65BBECF0A04FE3B778F48A23DACAC9 , 0x9E75FDBE568A4561B82F0A8C78018893 , 0x9EA3DCF775004FEE868721F17AF81A2C , 0x9F7CC0A503AD438ABC4BFF4A90B2A21E , 0x9F8C61421D7E43C09D29B8679EDAE9B0 , 0x9FF25A097EE2406EB71EAC2A16D59A2C , 0xA037F04DBBF24E2483A529A59E756046 , 0xA07EB530D7744D619776298A4058C5D4 , 0xA15530D9AB8846D692DCE7188B47ACD5 , 0xA17C93398DF942468D2CB92DD5F51C2E , 0xA2436AA4506F42FBB3703998C59CA6C6 , 0xA27A9090525C4676BFEE7C3F283A266F , 0xA2DECA3D63C84052913300BBF072D613 , 0xA31A9E9FE7584BD8983181081F58012A , 0xA3409EB02CA3493E95CE9DB31653ABDC , 0xA371E08C4D084063AE5BF6D870F8DABB , 0xA37CF16957DD4165961826B32DA4E1B1 , 0xA3BB7A63E29C465BB7F6854E33EAB85D , 0xA3EA7EF571784665ABBA4B2397983D68 , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA410077D72804524925B777299743CD9 , 0xA41BE9BCBAF04CF9A08F26504AF0200A , 0xA473B69FE9C0407491BFAE6B58DBE493 , 0xA4A5E048964542FDA0D2EA2CE570D408 , 0xA4A8C6346F5940FFB4761D2D5D091967 , 0xA4D84B79F9544500A9A5AFCF374D8E9B , 0xA4D952B6FC5B42F19E18BE4811068F3B , 0xA52D497AAF8340B9B023B1FC1A7A281E , 0xA548FDE8DE6E4100BC81D2E97DE4E984 , 0xA59017A5A61C4B4B857D277350137D29 , 0xA595D041D5F3480882B657D9790D4A0B , 0xA5963CD8B2784234A4859EEA03EC4464 , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xA5EFD285FFF94BDCAE951E7B3031C1E6 , 0xA5F59F25F1B64AADB4E2A898ED821D60 , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xA6B0A8804BAC450BAC70F25A0AE44AE3 , 0xA7064E2D294444F7B17827A9644FB9EB , 0xA7546B3A6D4C425188F9C9DCA69BB442 , 0xA78F1EC6F1B94E8F85ED262FEEBC04AA , 0xA7EBE7053E2445118A777177FF15214D , 0xA81738C06BAB4DAFBDAE92F6D4A71610 , 0xA89B6730B76140F899A83FDF423ADE5E , 0xA8B8FE0C13154A419F1953E7016110F5 , 0xA925BF421D4D4214A77DC719F144EDAA , 0xA9D89D1521334403A97A897DCB348D9F , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xAA5DDE6A4B854CA3AA8B8C661C55039F , 0xAA614E4290BA43AB95CAF4DA7D1612A3 , 0xAA615235EEB844E8B2ED3F00E6F48907 , 0xAAB1D12382BC4DEE8D7835E417CA3BCF , 0xAAC67D373CFD4A3FBDB1891764264605 , 0xAAD3130EF5AB40E08DCB38D1472368AE , 0xAB841FE508594DFF9905BCE3EE2B40AF , 0xAB95332E0B7A4903A0D15285C5381433 , 0xAB98B77E8EE34AB19A20B278D21F46A1 , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAC48024C31A34767B40A875E9A8AE625 , 0xAC5203D48FC24FD69BFDE16F13045CA7 , 0xAC67F2B1B1E84060BD263B2EA4F89E51 , 0xAC6E2D59501949F7BDD7AE1315F29667 , 0xAD09EE6FFCAC4B989393F1ACB14B7806 , 0xAD2DA0AB106F468FBEA61058110F7E32 , 0xAD4C8D45EBEC418EA75CEC8710F65A36 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xAD58122E2D6748D0AE75C7FB9C585444 , 0xAD6F5346892D4A6B87D3FC2B8D675607 , 0xAD9D690F8F25457DA41EA4D55B83043A , 0xAE3640F34FAE4009B12CDFDF3FD449B2 , 0xAE89AE15068A4D188A6F617EAB5A8855 , 0xAEB53CBBFEF34A2C901F4152792F592B , 0xAEC485415F5A4CDD8D2C5FC155BE17CA , 0xAEDC78302F0748BBB45593BFE4EBD57C , 0xAEDD6355B69E407E9A7D2FFE206622AD , 0xAF424FEF15D64CFB84AC7224F0800FE1 , 0xAF4D741EB4E54875BA448F32A62F5296 , 0xAF5ACF6A738C47C9AACB713862913D7D , 0xAF70198FA1694F43A2FC97A3B2F21F01 , 0xAFF34F1CF68D43ECB60C5BD4F54A8740 , 0xB019BAAD3EB44DEF924009F105DF0D9A , 0xB064BBDAD6304515B0E7FB7A98BDD096 , 0xB07BB3F0333D49CC9545F5B88DFCB071 , 0xB0E7BA391FC245C0A607EB27AEF01ECF , 0xB1EF9847DA8D422D9595A68449CCA354 , 0xB24CFE45E43E4677AA3AA4ADA750241A , 0xB256055B170D4F899680A102A04138A0 , 0xB272A951C5BA43BEB158A99FBC7D31AD , 0xB2D30EC33B2A47F0ADB7F727138E072A , 0xB2EB7F7B53064A1888C66B7043C301AD , 0xB32B7190641946ED8F1931294EF274EC , 0xB335CB07EEA047ABA84EACCC56619CF5 , 0xB437F66C6E094EA4B01EBF2A89C41085 , 0xB45449D269C442AB8D3D04323D8F96E4 , 0xB4784A7308AC43638B0106BD094A86E1 , 0xB4A79CC8F5874DA6B202E9981C4CB754 , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB4D68788A3EE41D5B4985E37BCC20547 , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB5058E6724244F39AB6CECEE958FD05C , 0xB5068607113E4B34B5E70B24CB3DA802 , 0xB511B404AE064C909B45DB0CD7C86DCC , 0xB51E616EE4544133BE2C76FAEA165297 , 0xB55A97761F474C0BA50391C29C33EFF3 , 0xB5C9D97A6DD944B0A1363617F10BEF47 , 0xB618A2D14A76487ABD6655749F09FC71 , 0xB66A9E955E3A4268AAFD3023E96FA320 , 0xB710C60EF0624960819BC0CC56A96726 , 0xB725FF2B495B42AC828AB174F7A109CD , 0xB72A9DA03C4044C6B98263997E0A0D9B , 0xB753A0DB7771491A93CCC6A6C6758AE3 , 0xB76595D4D9E44F3EA415C1A08187E14E , 0xB7777B4DD7294D518AE3D9C5C6400A2D , 0xB7CB05B73FBB4932B1C2348A4D14D445 , 0xB7EDD1958F614CB999BB19B8FD457DF3 , 0xB870C2E3478A4C75BC3165AE7CFD9F12 , 0xB8A2E011D7E34A4184B5A5E02A9FE890 , 0xB8F6F34EFFC0473B9AE7643DC89C8354 , 0xB90F175727A848208F5C17E98C46EA01 , 0xB935ABE87BE9477AB2FA8F45703C3A21 , 0xB939BA6C16E14B70A31240D864C76929 , 0xB93AA7CA1F684275960465D405F7D1D7 , 0xB9B324817D724B08AA33EBAE12182967 , 0xB9D4988C39D04ABCB864207E3B2D72B8 , 0xB9E0DC8280C04DE18BA380935B536DCA , 0xBA1CF2EE4A8A4817993B6E7C3DD28DD2 , 0xBA4658A88EF34286B63D8B26F3A8DE2B , 0xBA583576AAD6492887BE7B5177EA4D0A , 0xBA6F4305B41142B4B4F1521348AC5AAA , 0xBAABCF0E917F4677A5D8DBD49BB4C05E , 0xBAF8225E83644D4FA93B751F2D01F120 , 0xBB1B6A5D28274A52A97C3A902D61A795 , 0xBB2ACE3BB7C349F99C661E21BC282E45 , 0xBB3A6F82FAC7459F89B3127C83AAC3AF , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBCA856356F5C4BC9A804C84CA90D3860 , 0xBCB2DF7E12614C3EB5D57BD2B511C935 , 0xBCF4073024D6456D853798180F7D65FE , 0xBD3352CE872F4CCE9D07FEF15C5522BE , 0xBD513208D41B4E678E0BCCC0BF3DAFAA , 0xBD7C7BB9CFE54FE392066702A6B18604 , 0xBD91B7EB30AF4CF69B946D8D2E40D780 , 0xBDA734658772451BA82629D6A8061CEC , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xBF3977D5EF1E4C2F905AFEC9436B89F8 , 0xBF7D9046644749B6BF88CDB164E1624F , 0xC006251BAE9C4955B5F15D8B4F79D5AA , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC0E5553F035543A397984F5B8D7AE62D , 0xC0ED3C80FFE14DCC9B5DB08837146758 , 0xC12B713DB02547188BE855B16D44AE27 , 0xC18C262A3EF2405180F4388B5C3CD75F , 0xC19A3480F1B045628BDF54607108D271 , 0xC1A2E6B090CF4E099941384533BF95A9 , 0xC1A35296A4534794B3976BDA95352903 , 0xC22A162D937B4591B9BF49338FD1A781 , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC23CD2FD2035460CAD1265C49791EC16 , 0xC280A1C2BA5F4CB1936B3F8B3A7D9D7F , 0xC31A897A58674A4EADA668E8FCDD46BF , 0xC35793ADF4F84CEF8711EA44A9AA9301 , 0xC43C093F981249629B537B6C91E9A90E , 0xC450C2F2FBA945E5A24C86E1AE281723 , 0xC45DE46EBE0741D389A8B4C21F26A688 , 0xC4B7B3A8323C45CD808713298ECAAB07 , 0xC4FA6D3675994CEDBBAF74B1ACD3D26F , 0xC50DBC5ADE04460CB0E4C353D44FE43D , 0xC54CD247C8D6484E8BDA9E9B781312B7 , 0xC5578AA53F894B51BC3C39ACE75468D1 , 0xC5AE2A3FEB444A7CB70847B1561A5E1A , 0xC5EE33AA4F0447DAA5D200EF0E5F2EEF , 0xC6C23CBB5C214F62B0C2146A6B0AA560 , 0xC6D4E056096948578824F947E765E861 , 0xC6E322B9CC5A4B0CB7E19D55102390AB , 0xC70CF8D332E84062984444746EBD2499 , 0xC71DBB70979B4CEB9368AF122DDDB8AC , 0xC71E65B9464F45F69727F0C928B04D21 , 0xC738839DA68B45BA85E1EF7C9C0D4517 , 0xC7A402C91F4746508A4765B605B3DB40 , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xC826308642CD42EEBEB1B5C2366A4DF9 , 0xC8E2F126B67542F1BFEDB68726AA86DD , 0xC9194FC8EADF4DE58664A0A061E9F938 , 0xC92AE0103B2841F4B31F85421E7493AE , 0xC9822AFE8669477492047440B411D4D3 , 0xC99C81BFCDC34674B2B9548B15A4BAE0 , 0xC9D10CA0E5A24E7B81760C1FA898E61E , 0xC9F0A5E9D163479F8DE034EDC7652C8B , 0xC9F3DD54DEDA44DABAC22A4AC7A04B42 , 0xCA104252789F4DE3BE4AA8536EC72912 , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCA4E805D773C41BBACAFA0357F528AC6 , 0xCAA492DF6CAB4815A01124A3C2A19B9A , 0xCAD62E8B68EF434CA7DDBBA59D96B0AC , 0xCB2CB64FDBBB4979ADC3FBC0E8842EC4 , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCBF4C78AFC5D4BD69DB87E0E36D8175B , 0xCC3E1C22C907469280DCFAF161DECCB4 , 0xCC407D966D1343CE9ACCD50817D6609B , 0xCC426271B10D4CA2A60428C8DC991016 , 0xCC4C28EC485940FCBF147985A3C49A9E , 0xCC4EAD1937E5442EBBB8B1C59E540F5A , 0xCCB5ECFBFB414E86B0B958D003CFF3E0 , 0xCD84FBC26371498CA40118D7E71FCD3D , 0xCDBF7C5DDD544A4E87B2C282DFB0C63B , 0xCDCDC299800E42388E52452A3EF64060 , 0xCDF34A2C9C304929815298E73875CB6F , 0xCE302D90A32B4B08BBDBB1D12823BCE8 , 0xCE60C0313D9F410F91B188790B651B75 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCEAAF33BD9984F74B2176A6404E9E6F8 , 0xCEBFDFFBE01E4CDDA38E7613387AF911 , 0xCF51E52DF005455EBC48B904B0BD829A , 0xCF694D760D0642E29802FB2B610EABBE , 0xCF9EDBADBFE24B908A94BE358064220A , 0xCFB8C08C083D44FFBB603A1B2C6BF7BA , 0xD02F39CA3D314684B630897099DB8CA9 , 0xD031C1E3E5E94CC187EAF3AFD2DBE625 , 0xD03DA6B3FECB40E385F564B35939CB03 , 0xD077A4B7EE6E4617807D01A6BDE056A5 , 0xD19E5DB243314DD7A48021A4DEF3F602 , 0xD1C29B91D23D4C5D912E9BFF47932B3E , 0xD1FEF23CC89F41DCBCC89F74582FF4CB , 0xD22C3B8E4AC543B3A01CC3DE2ED265CE , 0xD22E833015754120841BAE409C0AC5FD , 0xD29376A84E7543B280635670694F259F , 0xD29D1AD693084AAFB5755E748E04EFBE , 0xD29E0B0A1C1146AFBDF6E261C330346D , 0xD2DB13C0B05C4D12BD7A86AF37DD3C70 , 0xD315BE81A108442AAD19A54B0557DA1B , 0xD328CC65BFBE4ACAB5F1232DC975D30F , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD3521F78F885462BB5119A493EF326B0 , 0xD36E085D2BF2493B881397383E9F89EA , 0xD394818E58964194BD19F16032979BDC , 0xD411E94DD69C4F9CAEBA00F4ECC1BA03 , 0xD4178E7C79F642EE9892D9074F7FF4D2 , 0xD43CB531144340D0B30C3E8399E3A50B , 0xD440D56799D043BAB790368E95EFC747 , 0xD44EAEAEE9D148B7967887B5051A593B , 0xD461F7507D394613AB0C90420B2CBFBE , 0xD525099EB282443C8E1B81871A169F15 , 0xD52A2FCC05914014BE6ADCA896C2E366 , 0xD5CC32106C074CF788C9CFB685071F97 , 0xD5F97359EBE042B7874712091F85901C , 0xD62B8EF96E864F109C11FA522182C7CE , 0xD69DBCECE289412B9AFB83FDA87B3C13 , 0xD6AC5EB7B3BB433C8D31A63AAA9E7007 , 0xD7078C524C524E2982DF30788B490346 , 0xD745A5C602F44C2BAB2BC28D1DBD23E2 , 0xD7614352E12A49CFADEB1E743B3B0424 , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xD843A216A4074263B959DBC70082DF27 , 0xD9128CBC1C2742888C291D55929B85AF );
Copy
84
18.00 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 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 Wˆ\x12 ¦gA€—*&k-\x1A\f Ô "
b"\x05 ‹\x05 é'ÑJ{“oe\x19 \æ!– "
b"\x06 ÎV +ëA½ˆõÖ|\x00 ;.] "
b"\x08 0„WåûF\x18 ‡øa;\x02 «08 "
b"\t ü½ÜÀ\x06 OP½u╬╦\f É\x1D Ç "
b"""
\n
¾ä!\x1C\x02 M╣¡â\x1A ┘ì│F┤
"""
b"\f Õ\f ._ÓHLºVØ\x00 ‡Ax "
b"\x0E\x07 yÿëÖC¹€Ÿ.\x00 !rW\x1C "
b"\x0E 1ØÕé■F/îYÙäkOGÕ "
b"\x0E Joé÷█FÂÉj¦c£\x1A ù) "
b"\x0F ÀOªî{J<êIÅ4\t @Ço "
b"\x11 Öæ£èŸA¶¹˜\x08 Ôæ“B¬ "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b"\x16\x17 ¡ØùiKã”Ì h\x04 %–\x01 "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x17 5¶-;gF»‰\x06 †J&¹É "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x18 ▒╝ÅѦMví:\x14 "9û└\v "
b"\x1A R~\f ÌÝO~ïê\x1E\x07 ìº:\f "
b"\x1A Sùdž¢O™»-5׸þ\x10 ¦ "
b"\x1C EÁ*\x13 ÕEb‡®eC\x1F è\x03 Þ "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"\x1D §8ïÎ\x00 C/“9•\r \x11 Jj× "
b"\x1D ´Ï\x07 4\f O¤‡ÈšÃ:—’ "
b"\x1F cc«\f ÅJ\v ”\x1A ã׳2ç8 "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b" ¾qcà¸N\r ¾ØVŽ‚:\x06 f "
b""<Ðð”¸Jª¹²³\x1E ëóñÓ "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b""… ¶òƒ@ø•Ò«]\x02 3C³ "
b"#—s\x07 fŽC\x03 ¢Fè]ßB—P "
b"#ªiMwxOj‡\x1E û9m-Jù "
b"$1ú\x1E —7Cu™f‚\x0E §à"[ "
b"$6.¿œ’L*‡”hÎ\x0E 3e\x13 "
b"&1Ú\x05 Ó\x13 I€…íY‰ƒN.§ "
b"&ª\x13 $¸(Gÿе\x01 °Ý5\f  "
b"&Çè”ÓœEg‹„×T€k\x1D \r "
b")Ò4\x0E ¿FNΫØÌw²94™ "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"+¡Àëc‚Aו\x0F\x1C ÌR¦?^ "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b",>\x1D W\v\x01 J@°õY‰KæÁ¥ "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b".\x10 ýZé»MìôO¾4QÝò, "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"/v½ôp"F$¶Ý\x1F Úv#öÉ "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b"1[æ3\x1E ƒE╣Åy┌»═æEô "
b"2@2à±1N؇®û@õÿò‡ "
b"3p?ËÙpM‡‡U\x1F cügö "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"3ûkÕ\f\x07 Ic±Â6} \x02 å½ "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5öëËj°HH³ÓN8öJˆô "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"7jÑÒø\x1C Br¹ÓHÖ\x19 ÃnÉ "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"8·c\x0F 'LN¦§OØëíNS "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b":BaºþSOaƒƒÔ4tv\x06 Q "
b":─{*ÓëG█©─*┼╠É╔' "
b";;\x1E É…ÂF\x03 ¡·«ºüõ3Ñ "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b";Ï–æx\x1D Fõ”ˆ\x1A ¼I\x16 „\x05 "
b"<6ŸñÄÅO\v ‹š”ß[6\x07 5 "
b"<W\n ð\x19 ðHŃ\x00 €\x1E úñT\x11 "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"<Ê\x02\x08 ø?C\x1A –=\v ü;ªïa "
b"=ÕŽ|EOJR®¸êaEã\x15 1 "
b">Ó¦«±0M¸¶¯ý"$\x17 ]8 "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"?µ\x11 ù¶ËG\x17 ›yÄyÒ†Ÿ\x18 "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"Em¸Y\YFޝ\x19 èV\t\x16 »Ú "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"G5Å╚ñæDÍÇø└é=Ð=\x11 "
b"GDþJÜ\r J‡¶ý@—,\x07 Ÿ\x06 "
b"HYÁd{ôFjŽA oýÒ\x13 j "
b"I3`P®µE■é\t üÕ\x16 #êW "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"LÍWËŽQJ^¸Ã|ô“Š”9 "
b"Lò~…ídG\x13 ¾©i_û‚¥Ü "
b"O\x7F £o>(J·’\x11 Ž\x11 ÝŸK† "
b"Oνc¤“Fî®ð¿ç§°\x02 o "
b"""
Q8\n
Ö€ÒNu—\x05 (íN£5‚
"""
b"Qy÷2B¢@3—„¨äPý&Ä "
b"R¾èE¬æA걨dø\x13 ·á\x00 "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"T~œâ÷ÌB«W؃7/.¡ "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"U¥…ÙB?N:µê¹©N·V‚ "
b"UÕÈÈ\e\t D´°0qÙ ?D6 "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"W¡«èEwBƇ|»âÑ–>å "
b"X\x1F Jˆï½K(’+Éì´Fý\t "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"Y`¶ë¿6K*¼1»Fó\x1E î± "
b"Y™à(àUDØ¿ÁÍ‹\x1A “Œ— "
b"Z\x11 ¿˜ù-Já·¥ó“”ü’\x19 "
b"ZÑØP%ÿI4„EØ\x01 K±Þ "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"[þ;×ÿ┤J'ûàê\x0E -É\v F "
b"[÷o`¢ÕN\x1C –¿\x19 ~—Ɔ\x7F "
b"""
\\x1A \n
\x01 òG\v ¶bÛGgFŽ6
"""
b"\nN¸S■J╚£æëò╗ìô▄ "
b"\Å©\e\x0F ãAb“êmqϧ@\x15 "
b"^R!³└ðO~ù\f ìÜo┤\x04 └ "
b"_t╬\x1C yØDXòÇêÊÙÀq° "
b"`\x00 go\e\e CËÜîÉ\x0F\x16 0ô0 "
b"`u[|\x07 iLÇü╬ïqºò³H "
b"c(x\x1E\f tD-Šï3/Ø$nu "
b"cTç†ë\x15 J]°?'͘j\x16 p "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"eer®cMÆFm¨\x02 Ñ¢¾ "
b"f╗;\x06 GEA¤Ød▀ê¾└¨ÿ "
b"g_\x06\x1C GOD;€jF¨z6W{ "
b"gé\x00 9ÅcGpî-Þ\x7F 3Ö%> "
b"i\x17 ¡«8ÀF[¿$CíÝg¤÷ "
b"iB:Ö%\x1A Iš´\x7F ÍÄ\x18 <G‹ "
b"iù/&‗7IïÄüuGËÀ¾K "
b"i¥uìk8Lú®ÏAÅE╔:, "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"jÈÑ>‹‚L\v º¬\x13 \¤'øë "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"lwð" ãC\x18 ¨¿°HŸÕ3$ "
b"mÐÕp7{IX¥*Ö¹§Â}\x1F "
b"mù\x05 lA\x0F K6žÛÄn \x14 C\x05 "
b"n'\x00 S;%F¬Ÿù ²{]Û™ "
b"ns@¥öÅM]ì^¹ª┤(OÌ "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"o×o³m_C\x02 ä\e ░É\x00 q¥\x07 "
b"oêêÑêûL×´õÝó×ãI‹ "
b"rçW³Ü4Iôü-9ñ·ì½µ "
b"r¬ó\x01 8\x12 Kéžùì\x04 Dh\x17 š "
b"ráp…¾ÈCj¿*Ò\x7F óXu\x0E "
b"twµ9-‚E;žk_Œä0Íû "
b"uøW-¯(F*‹::\x1C\x1C o\x7F › "
b"wþE)a{@’›\x00\x18 NëULF "
b"""
xÅ+\x07 Ð9@N™F!êS\n
s2
"""
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"zwèNò£@j┤g▒ì\x01 ▒"³ "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"{äâãcDL¸¼íQì®\f ¼Æ "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"}®n¶l¼G©¶;«zFVìã "
b"~XÊo\x18 …H\x04 ƒ¶Ð\x04 úäÒ\x0F "
b"\x7F ÄOC@ð@¥ˆãa\x05 wà]Î "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"€’OLmºC\x0F –Ê\x1D ¨ò'h} "
b"ÇÌ»╩ÊçAÔüú«Ñ>_\x13 µ "
b"€äI^?îB·Œ£Üyúk É "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"üó¦\x05 BÇBßö¬Ü;\x10 8\x12 a "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"„\x10\x01\x02 Lw@¾7¾qúoœ¨ "
b"„\e j^Mï@_ŒÏüÚdn ê "
b"…íÂ\x0F à\x10 C\x14 \x0F\x07 9HyPè "
b"†!\r c–EEëœûjÕ\x07 f\x15 Ø "
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"‡IQ‡º$Ez¥0Ò¢ëK,€ "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"êqMü┐tLDê'¯Ö;\x18 F\x01 "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"‰ËBcJ4J¯ïò`‹\e ÃÎ "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"î┌5ºEsDF║ìË\ÂíÚ╚ "
b"ìrqÓ7┌K\x12 í²\x11 ÒÕR&\x08 "
b"Ž\x15 V4UHK\x04 ·–ž’(\t T "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"Å'áõeÈKv®^ÔÔ?ß▄Z "
b"Å│┐@\x01\x0F A┐Æ$T{êDss "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"É5ó╣ÂÐH\x1C üºç²GÛH└ "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"ÆÉ'▓‗\t AlñØË\x13 W=>X "
b"•6<eœéJ\x08 ¾¾Àú¨†—S "
b"•USœƒ\x19 Dr–QáÍ\x18\x17\x1A ¾ "
b"•s\x00 =ßõ@\x00 §\n ÔÜd‰@Ö "
b"–SÒ¨”jLI»²–V& "
b"–Û_sû©GT£×ß"}’¡\x12 "
b"–á>Ù\x01 2GYŒ\x15\f QW<©¯ "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"—Ï$àq‰FŸž«×+n<“. "
b"—ãôð+¥B\e ¾‰ª%«%¤s "
b"ÿbîr▀CL~Å`\x02 yGë#W "
b"˜½Æ@œjBß ¢ûh†-{Ž "
b"™Yà5ìÒCyžj°\x1F ŸÏÅÊ "
b"™t2–%\x0E JÅ g\x1E |$ú¯\x07 "
b"™¥”ä„|H‡±¼¸#þ\x17 L‚ "
b"™ãc&Ð_Où¢&·Å¾ìp/ "
b"› \t ØQ“A\x11 ¶–ˆ\x01\x7F ºÔ| "
b"ØÊLê(┼N!é_=bÙ■«w "
b"Ø÷<îsÊLÝ┤█^▀■î\x01 ö "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"¢Cj¤PoBû³p9˜Åœ¦Æ "
b"ú\x1A ׃þXKÏÿ1ü\x08\x1F X\x01 * "
b"ú@×░,úI>ò╬Ø│\x16 S½▄ "
b"£qàŒM\x08 @c®[öØpøÚ» "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"¥-Iz¯ƒ@¹°#±ü\x1A z(\x1E "
b"¥ïÒ…ÿùKÜ®•\x1E {01Áæ "
b"ªZßı±gL*׺"┼»Xìí "
b"§ëç\x05 >$E\x11 Šwqwÿ\x15 !M "
b"¨\x17 8Àk«M¯½®’öÔ§\x16\x10 "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"¼R\x03 ÈÅ┬OÍø²ßo\x13\x04 \º "
b"¡LìEÙýAĺ\ýç\x10 ÷Z6 "
b"T˜à£ôHƇpnÔŠ«Nè "
b"X\x12 .-gHЮuÇûœXTD "
b"®6@óO®@\t ±,ßß?ÔI² "
b"®‰®\x15\x06 ŠM\x18 Šoa~«ZˆU "
b"®Üx0/\x07 H»´U“¿äëÕ| "
b"®ÝcU¶ž@~š}/þ f" "
b"¯BOï\x15 ÖLû„¬r$ð€\x0F á "
b"▒´ÿG┌ìB-òòªäI╠úT "
b"²LþEä>Fwª:¤§P$\x1A "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"┤TIÊi─B½ì=\x04 2=Åûõ "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"µZ—v\x1F GL\v ¥\x03 ‘œ3ïó "
b"µÉÙzmÙD°¡66\x17 ñ\v ïG "
b"À\x10 ã\x0E bI`üø└╠V®g& "
b"·%ÿ+I[B¬‚бt÷¡\t Í "
b"·S ÛwqI\x1A “ÌÆ¦ÆuŠã "
b"""
·w{M×)MQŠãÙÅÆ@\n
-
"""
b"╣│$ü}rK\x08 ¬3Ù«\x12\x18 )g "
b"¹àÜ‚€ÀMá‹£€“[SmÊ "
b"ºFX¨ŽóB†¶=‹&ó¨Þ+ "
b"»*Î;·ÃIùœf\x1E !¼(.E "
b"»¯£e3_O6½3s·Ÿ$g» "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"Â<Òý 5F\f \x12 eÄ—‘ì\x16 "
b"┬Çí┬║_L▒ôk?ï:}Ø\x7F "
b"Ä<\t ?˜\x12 Ib›S{l‘é©\x0E "
b"Å\r ¼ZÞ\x04 F\f °äÃSÔOä= "
b"ÅWŠ¥?‰KQ¼<9¬çThÑ "
b"Å®*?ëDJ|·\x08 G±V\x1A ^\x1A "
b"ÆÔàV\t iHWˆ$ùGçeèa "
b"Ç\x1D »p—›Lë“h¯\x12 -ݸ¬ "
b"Ǥ\x02 É\x1F GFPŠGe¶\x05 ³Û@ "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"ʤ’ßl«H\x15 \x11 $£Â¡›š "
b"Ë,¶OÛ»IyÃûÀè„.Ä "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"Ð1ÁãåéLÁ‡êó¯ÒÛæ% "
b"Ñþò<ÈŸAܼȟtX/ôË "
b"Ò,;ŽJÅC³ \x1C ÃÞ.ÒeÎ "
b"""
Òž\v \n
\x1C\x11 F¯½öâaÃ04m
"""
b"ÒÛ\x13 À°\M\x12 ½z†¯7Ý<p "
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"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ù\x12 Œ¼\x1C 'BˆŒ)\x1D U’›…¯ "
b"""
Ùt©‚\r ìD<ˆ+\n
\x1C øXüo
"""
b"Ù’R˜yuEò†6\x04 e%íÖu "
b"Ú6?QWÉD\x14 „Ê·UË\x0F §W "
b"Û\e •žÜ\x14 I\x0F °¡ù¯H&‡l "
b"Û,ÓÇ‹èDL„™BÝL|]5 "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"Üf\x13 ¤OqAa‹FÁ)cT4\x0E "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"Ý1”Sæ\x10 Kÿ¯S6•à‚ªÞ "
b"ÝÍFš~~Iw¹½î-›7.± "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"Þ—¡‹j\r Hâ”u°GÃ*\x1D Y "
b"ß\x17 _>é«CδBÿ\x1D ’Á°Ú "
b"ßq\x11 U©?@%ŸW}¥\x10 ¼+• "
b"ß•Xþ ÍE\x17 ’4\x1C î•\x01 Ðà "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"á$Ò.iÎI=¤!%\x1A\x14 ¸Þ "
b"á<†hÓ½@„ެ\x1F ©¨2\x17 ï "
b"""
âkôú+N@á‰Ù\n
\x13 RŸ\x18 °
"""
b"Ô©└$YyO¬Ø¼SƲú\x1E V "
b"ã#kKûþFG©\x1D Ç \x07 £©Œ "
b"ãkõßìsJ¸ cœÏ¿–\x15 ý "
b"Òóe▓þäEwÉ;m\x1E ?Sû╔ "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"ãð×\x1D â†C¥³ûlA\x0E uË) "
b"æ\v 3š—$EO¤S\x1A ]¢oCž "
b"µçÁO\x1A\x1C Jôü¬²│¼úÄÞ "
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"çùR\x1D úˆFç¶%Yމ¯<l "
b"è0(7\x17 ·CT®xß\x7F ¯ËÓÅ "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"ëå®Ç#LF`©Q†¼¹ÛG# "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"í™õƒç>N”»‡hÔ»À¥‰ "
b"ñIC^Q,Ie–ñL›’T\f\x15 "
b"ñ_8UEÔJâ»|ö«öm\x7F ¼ "
b"ò-àpØÀDع\x19 áM\x11\x15\x08 ÷ "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"ò²¥êÆ\x19 OŸ–\x13 l™F\x14 z3 "
b"‗Á=█Â`DàÁyÎÚ\e ìs¡ "
b"¾ºÙðÍ\x03 J8©°ü.©┼yƒ "
b"¾═\x12 ;╬ÜK\x18 ü«m└c/!n "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö6ÿrî=L\x17 ¼\x1F 'L‰…M6 "
b"¸¸\r x\x13 1Kì▓ÿı║MÑ?! "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"ù>-–\x05\x7F E6²ÐUó¤?°„ "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"¹KéÚ█§M─ìÐÝ╔\x01 VÕ█ "
b"""
²\x1A Ø\n
M¬F╝▓Õ»\t LÅn╬
"""
b"þ_PÎ\x07 ¥F[²ùlTö±¨< "
b"\x00\x0E xIGFAŸ“áÅçV‹(© "
b"\x01 5Þ!Ø~BŸµÝ·1Ÿâià "
b"\x02 (ëÝòŽL»‡\x7F |Ø—8²x "
b"\x03 VÉ·zæIt¥\x16 ŠeÒã7@ "
b"\x04 ä*â÷ŠGÜ„°ï†¦‘£] "
b"\x06 >\x14 2"¾C2œ'( IÖ¡Ê "
b"\x07\x18 ¹á\x1A\x7F OµìErÌ©¹È¢ "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\t Dp=;▀O,ÅãÔn]Y³n "
b"\t îÇ€†¯KѰÚ#\x04 §>¯ƒ "
b"""
\n
R•\x1C ¿OKÀ‘xDÒr†Û\x18
"""
b"\v æ\x0E P\x18 [L▒àØLyî#¬÷ "
b"\r Í9ßt¸F\x04 û▒░ÂA\x16 üö "
b"\x0E _µž\f\x19 Bк»²ý\x1C A†ˆ "
b"\x0E zAØÈ¸D)ŠÚ\t ð²Âùs "
b"\x0F W\x10 ^Ä„II¤ÏÂÐ ×þ< "
b"\x13 ²¢ÜVGHJ´ýMi6Lî\x18 "
b"\x14 ø\x7F ú¨rA&º├_Å>ÄeÝ "
b"\x14 £‘;\x02 ùF°‹äñ\x00 Ã~X\x08 "
b"\x14 é“Ä“\x0E Jν-\x07\v U\x10 Ô "
b"\x15 â—³ŽsCi½\r pØ8ÑiB "
b"\x16\x1E ñ1>Þ@\x1D ¶@\v ¼ã4\x14 ß "
b"\x17\x05 HÐ\x1D áDm´ýÞ{µ\x07 Á\x03 "
b"\x17 ëÎOA\f N´¬T\x01 üÿX\x0F Æ "
b"\x19 ö¾║ı¦O#¼¶sñçK´Å "
b"\x19 ®xL\x1C @Ç€¦ô'w‚a\x11 "
b"""
\x1A )\x18 “\x13 ÁL\n
¼óÍ Öqíà
"""
b"\x1A R o"µGc¬Ô¼E\x1A õ$\x0E "
b"\x1A ¦ï<ìeOñ…¹bϹÁ\Ó "
b"\x1A ‗r▒¡0O¥▓ûKü\x14 ,\x0E · "
b"\e ™l3+8IY·q‘õªb¡í "
b"\x1C\x05 º½˜&Cé…?õ³…—vn "
b"\x1F Ô\x19 ÏC┼J6ɲ´▀yßIÆ "
b" ¹XÉN–Oñ£\x1D\x04 ì\x1C ÷n? "
b"!<šùìzN\x17 ®¼(@=.G+ "
b"!Ø└6¼▒K╚ñ0Þ-7\x04 ╩³ "
b"!ã‰P(œGÔ¹méøUÌÀØ "
b"!øôŒ“;GŽš¬¦rÿv\x08 E "
b""\x1A ™£¯æFÉ…¼qµö*wƒ "
b""°ðç"sA‡ƒvXô\r ñJ… "
b"#¼ùk¶COHƒÝý¶gú.È "
b"$3®à\x0F =GÕ·p\x08 ß—@Rÿ "
b"$_„\x07 Â\x19 Oì°Ó(îCG%¼ "
b")2T1é½Jì┤ÈÄï,\x1A ¥k "
b")vï(·\x10 IŸ…«¢OÁj¢Ï "
b"*Ññؤ<B7Üô¬Ö%y[K "
b"+yQI·ÁF»›Q)²Í^¿® "
b",tJ?|ç@JжüÎ\x16 þ’j "
b".LÉÛ™þL³–L\x1C ÆŠ-Á\x1C "
b"/┼\v ÑÝÍE┼½¤Øøóf{Î "
b"/Ã╩Â>ÆAxôÅjadزÿ "
b"0+¦Í÷'Ei‰0'üá\x10 O4 "
b"1[▓þñØG╦ò<uµJÝÿÉ "
b"1ÙYTÙA$·\x15 Üm\x08\x15 ½\t "
b"2aðDÅzInƒÏ\x13 ä·\x1D Ú\x14 "
b"2─Fc\e ║K+ØÁ9,q*ç2 "
b"3y¦üZ\x02 I\x00 öy█ìÓâ«\x10 "
b"5\x04 Þ>qªNY–Ã}zA\x1C Ü— "
b"5íϸ\x12 %Edç3Áëì/÷W "
b"6▓\x01 ÊG7DS¼%ü«┘&㥠"
b"7ˆ?‘\x05 œGŒ‰`\x02\v ë`Ój "
b"8OÌéséLž°”½ƒJíxh "
b"9\x06 à\v\x1F œMô»Þ ÄÞ\x1C ¢E "
b":–Oµù=Kö¸½d\r \x1D ýĹ "
b":Õþô&¤H=ºqÞ„[•3i "
b";Þã\x0F á¤J-¼╗»k┼ÅóÌ "
b"<GƒÚ” @\x17 ŒTYYÙ=¬N "
b"<ÂK\x1C \r KLÞ¼$CþàSÌó "
b"=\x11\f ô·oAaœ¦\x12 tzh\x16 … "
b"=4C)¶vHb¹Ï\x04 E‡¯õj "
b"=ª\x04 íßC\x1C ¼%÷×Éy²¬ "
b"@õÔ>íõB§²”Á45{ü@ "
b"A®}\x1D ›jDлv¦\x12 £\x7F € "
b"BßÇÙÅÁDÝ×\x17\x18 [┘PN\x1D "
b"C[j\x10 _›Ië¡Ö\x14 ÒþzÚ/ "
b"Cnäpç\x18 N: vÆ\x02 |J5< "
b"DM"ö\x11 ÓC…²ÏÀX`\x14 E¢ "
b"DW\x11 Í\x1E\x1C F.ô¦»\x00 ╝ÆØm "
b"DÓ:J³'G~¯#ÀQnÎ<¢ "
b"EnWá%$H€º‡\x0E ~”IåŸ "
b"F\x12 Œr\x1A «HȱEdØÓ5÷ "
b"F’jŸ0\t OV³£€Ù$uÿ) "
b"I*\x04 :`)GÄæD;Ô├É\x16\x17 "
b"I³˜°âZF¶€Šš%QI\x05 e "
b"J2\x15 ºN›F܇£CÑ8rB’ "
b"""
Jk\x17 »\n
™O\x04 ³VXñ|¦€‹
"""
b"JÂÂèºÆFa¶OTþ#$9– "
b"K¨\x00\e z¹DAɾj,¡{ÿ* "
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"UìPçW├Eìáù¡Ê¸■UØ "
b"V2àÂ\x11 1Kɱ•± G0Ž4 "
b"X:6Ü·cG€‹>:`є֎ "
b"Y\x1C /\x15 é4ATœÊÂî’ó3} "
b"Y}i0HëOßûÅt \v #\x1A\x1C "
b"Z\v —(*‘B\x19 »M`g·¢é\x00 "
b"Z\x16\x1C n§²D\x1E µB3T'ä-œ "
b"Z¨yñX–BiŽd“²¨‹–N "
b"Z²î6µÄJÄ›\x10 áT¬•`¿ "
b"Z¹Q\x19 ó\x01 D¿‹ÈÒÄØ©\r å "
b"]Í6\x1E æÇCh‹-åc–ô±+ "
b"^q¶À\x02 ÄKÉ╝?8r·vÕ# "
b"^ëM\x0E\x00 ¢A\f „3J}«G\x7F ¦ "
b"_ŽQYˆÈA舴TÌKóVâ "
b"`9Í€ulJ ›-ƒ‹zÍ\x19 0 "
b"""
bœˆÇ@\x08 Nø«Œ\n
«d[”$
"""
b"cÌÅ╬0Ð@Óü¢lZ`²ÙQ "
b"d\x19 ¾^ÄOåŽÒ‚~ä\x0E Å\x01 "
b"d% ²ÛCCõ“°×‡bz…n "
b"e|š¶JIOàše\x00\x16 ï\x0F\e Ì "
b"eÎÌ!¸5FܻҞÜ\x13\x17 •0 "
b"gØþWíNE6ÄJÈ1Ü┘Oä "
b"gî¦w1¯Gé±*ÿk"1hE "
b"luŸ/EAKO€\x05 ;ˆ[Éæ¦ "
b"l└Ïq+VIü©dE¢╦¯` "
b"m&\r pEÃHʾ\x04 Ëms¦\x01 h "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"mû¾8UÃBÎ ªc\x1F ²úY\x1C "
b"""
nO‚Þ·.Bg¡;\x01 +u\n
´\x03
"""
b"o@ÇáíþEî³\t\x01 g',\x06 ` "
b"oj\f\x17\x0E ÒA—€\x03\x0F Äg ,ß "
b"osž®‘fJO¡ðL\e QÁHm "
b"r…<–qíI!£\x17 ¾À\x14 HÏ "
b"""
sB5DÎ@I\n
¦àâE›|·É
"""
b"s‚zÂaTIf¸þöЙ\x12 úé "
b"""
t9HRÜ\n
A' §ÝÔQG63
"""
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"w)rÝ*ÝDK…u\x10 b’BOë "
b"w¸hš¯8D¸¶¶Hq=w&à "
b"x†¾\x17 nŸNž´L7Ò/ñ\x10 © "
b"yË#¯Ø\C„˜›ûÿ¼IµÞ "
b"z \x1A y&RAÛó\x03 ┐¦▀_ÆÅ "
b"{Xo‡\t $Oñ«\x13 z\v ÕžDb "
b"~©½zcWCåµ>:\x15 *ï»— "
b"\x7F K\x15 LXÀ@“˜ÓÂ9˜gêC "
b"\x7F ¸'¯>\x08 L\x15 º\x00 4„t\x14\x04\x16 "
b"éÜæ╬»ÎM´░cûs¿RØõ "
b"„Jà]¤ŸAç¨é©©µSòÿ "
b"†I\x00 «~ÊA\x1C ’£(V[<\x01 é "
b"‡M-\x16 ‚CJ·Š2b\f °ó‡\x06 "
b"‡{·˜ÒìFŸŸûFIBBáZ "
b"‡ÿ\x08\x06\x06 ¯I“„4 jd7_° "
b"ˆXêˆ \x07 Lk½Ì)Ïv\x1C =ë "
b"êì1×n{IØÜ l¦Ûõ\t . "
b"""
ë\x0E fJy\f K\n
Ø\x14\f ][äæT
"""
b"‰©›\x10 ”\x00 JN³c]‡e\x11 ™X "
b"ïZÃ9\x0E 7Buïì╠=kE5? "
b"Ž\x1A šûƒ2Fž†Üz´ødÈx "
b"‘Ú”1#ïHv®AFè\x07 ¸‰Ü "
b"ôìµ\x1F à#E\x1C ®åZı\x19 T╣\x13 "
b"""
û\x10\x17 c\n
\x1E L¸¬Í=5ÅÛ"\x1D
"""
b"–\x1C ‹\x02 FFI©}F֯׏Р"
b"ù'┐"+\x03 E"£vc║ý»üÒ "
b"—6Áå¶%DQœE]x@ö¹Œ "
b"ùÅðÇ■¶B┬ü«¯æÔù▒â "
b"—àä’\r ˜A‘¯PÇtÒ_ïÏ "
b"›QI„w¥B9¿W¨ûzšÀ® "
b"Øt§^GÉ@¨â«; @ƒ¾░ "
b"žE³’-I’½4\x03 …¶ÂeÝ "
b"ž£Ü÷u\x00 O!ñzø\x1A , "
b"ózÉÉR\Fv┐¯|?(:&o "
b"¢ÞÊ=cÈ@R‘3\x00 »ðrÖ\x13 "
b"£|ñiWÝAe–\x18 &³-¤á± "
b"¤s¶ŸéÀ@t‘¿®kXÛä“ "
b"¥¨øõF˜G6¥²9÷œº][ "
b"¥õŸ%ñ¶J´â¨˜í‚\x1D ` "
b"ªaR5î¸Dè²í?\x00 æô‰\x07 "
b"¬▒Ð#é╝M¯ìx5õ\x17 ╩;¤ "
b"¬Ë\x13\x0E §½@Óì╦8ÐG#h« "
b"¬gò±±è@`½&;.¤øžQ "
b"\t îoü¬K˜““ñ¬±Kx\x06 "
b"¡-á½\x10 oFÅ¥ª\x10 X\x11\x0F ~2 "
b"»¾O\x1C ÷ìCýÂ\f [ȧJç@ "
b"²ë\x7F {S\x06 J\x18 ˆÆkpCÃ\x01 "
b"´7öln\t N¤°\x1E ¿*‰Ä\x10 … "
b"´xJs\x08 ¬Cc‹\x01\x06 ½\t J†á "
b"ÀeòÈ┘õO>ñ\x15 ┴áüçßN "
b"·Ë\x05 ·?»I2±Â4ŠM\x14 ÔE "
b"¸öóNÿÀG;šçd=ÈœƒT "
b"╣5½Þ{ÚGz▓·ÅEp<:! "
b"¹Ô˜Œ9ÐJ¼¸d ~;-r¸ "
b"║\x1C ‗¯JèH\x17 Ö;n|=ÊìÊ "
b"¼²ß~\x12 aL>µÕ{Òµ\x11 É5 "
b"¢3R╬ç/L╬Ø\x07 ■±\U"¥ "
b"½§4e‡rE\e ¨&)Ö¨\x06\x1C ì "
b"Á+q=°%G\x18 ‹èU±mD®' "
b"Áš4€ñ°Eb‹ßT`q\x08 Òq "
b"ÄPÂòû©Eå¢L†á®(\x17 # "
b"Ä]än¾\x07 AÓ‰¨´Â\x1F &¦ˆ "
b"Ä·³¨2<EÍ€‡\x13 )ŽÊ«\x07 "
b"ÅLÒGÈÖHN‹Úž›x\x13\x12 · "
b"Åî3ªO\x04 GÚ¥Ò\x00 ï\x0E _.ï "
b"""
ÆÂ<»\!Ob°Â\x14 jk\n
¥`
"""
b"È&0†BÍBî¾±µÂ6jMù "
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"╔ÑÚÐcGƒìÓ4ÝÃe,ï "
b"Ê\x10 BRxŸMã¾J¨SnÇ)\x12 "
b"ÊN€]w<A»¬¯ 5\x7F RŠÆ "
b"ÌL(ìHY@ü¿\x14 y…£Äšž "
b"ÌN\x19 7åD.»¸±ÅžT\x0F Z "
b"οßûà\x1E LÝ£Žv\x13 8zù\x11 "
b"ÏQå-ð\x05 E^¼H¹\x04 °½‚š "
b"ϸÀŒ\x08 =Dÿ»`:\e ,k÷º "
b"Ð/9Ê=1F„¶0‰p™ÛŒ© "
b"Ð=¦³þË@ã…õd³Y9Ë\x03 "
b"Ðw¤·înF\x17 €}\x01 ¦½àV¥ "
b"Ñ›‘Ò=L]‘.›ÿG“+> "
b"ı¨sYÙÓBÀçG\x12\t\x1F àÉ\x1C "
b"ͼ^À│╗C<ì1ª:¬×p\x07 "
b"×aCRá*IÏë\x1E t;;\x04 $ "
b"ÙJ÷åUòMÈŽ$´\x0E 3Ay¶ "
b"Ú¥\x11 —¿SKG‰\x06 Žíܼf– "
b"ÛcJk\x08 †Gû—[\x1F m\x03 ¦ðà "
b"Û‘ÖR8¥Gº“ù]©½ª\x19 S "
b"▄6-^ÀLGiÉÐ═8ð╚\x12\x17 "
b"▄;É«\x0E "H#û/[år88ê "
b"▄Y¸8│øLèüÁO\x17 S█½▒ "
b"Þ]눧|Bʼn\L\x1C ¿Ì(É "
b"Þ“Ò2»#F=€AŽ\Îð_ƒ "
b"á—ƒŒŽËGÊ¿,\x12 ¶j\x18 ·Í "
b"âQï\x03 büKД¿†ÁASGÌ "
b"ä[ĺ;ÚAy¥¯éß©1ÀÑ "
b"""
åÍ('\n
êJw•Å;t09c¢
"""
b"æçüt‹\x19 E“—kí²‘\x17 ‘ž "
b"þ¯ã!g▀Oå┐ñäØÑ u "
b"ÞÆ~SãÿL\x04 Ü>OLØÍ\e s "
b"èÀ,!'KGt“O9¦õîÆ1 "
b"èñ¯"#«C¶·:}ãŒGAù "
b"ë—P+Ã×Lc›K’'ý\x02 e[ "
b"ÙÛÒÝÆ<CÅæa"╔ÇÉ 8 "
b"ì\x7F ì,\x7F 5G£ŠNc$\x04 „sB "
b"í:Í\x02 –\t G³´tùh0_…l "
b"¯ý%b▀¸O\x0E âıÀh÷ÞØ┴ "
b"´ÛB▒7dMnÄ\x11 ت{w*Q "
b"ð™J§~FF\x03 ’¥;\x11\x02 2qå "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"ñqvºø\x7F O⊰@'Úk0% "
b"ñÆ£>\x00 OJ\x03 ¨¿\x02 \r Ýêq: "
b"‗{R┴ú╣A┼Öþë¥}"=Ø "
b"ò‡\x05 DÇ?EŒ™›K5ïk\x02 ¿ "
b"ó\x0F Òt\x15 C`ƒyÚ÷|×Az "
b"óºó÷c5DÀ»Å>*ù¦K@ "
b"ô|\x11 ú?N@%„ÆÙ†‘ئ\r "
b"ö/1§v,MÄ´58\x06 [@‰Î "
b"÷º?\r nRAï‘\f 6\x03 è½¢x "
b"ø‰Î–ê~O5‰Òô¯m‚&\x1F "
b"øç*æ¤ÝD&”‹\x16 ³\x14 ©\x14\x06 "
b"·¶¨¬Å}GoêVN┴\·²\x05 "
b"ü!+\e ‘þN瀣Ž|h[®• "
b"ü$J\x0F ¼K@ú¬WÁÐ\x1F ¾'Ð "
b"ý¸¢gFçNh \t ÜŸcMeØ "
b"""
þ\n
\x10 €yNO\x14 ¸ŽÝqTîp\x0E
"""
b"þe²¨+ƒDÐÀÐÏ\x07\x16 ³ï "
b"þÁÅÿ\x12 d@€–÷gùN,µ "
b"ÿ Õyþ©JrºXdÁ³\x10 &\x18 "
b"ÿo47ЧL\x03 \x06 Ý\f ±DH• "
b"ÿã¢4ó\x1A L#ª €~ƒ±*9 "
b"\x00 z\x1F ¡R¯L\x13 …'gü÷J$/ "
b"\x00 ¦áèÌWLo²ðÀ¢\x1F Ÿ_‰ "
b"\x01\x02 -yØëA¬ õ˜I‘#ö½ "
b"\x01 ô»Qî\x06 B²¶p’\x08 äª[- "
b"\x02 ÉçÐ\x00 ╩MȺ\v ┼\x0E í‗_p "
b"\x03 Ðm$;¯Iıb›cpÁ\x19 ø "
b"\x06 “ æ“ÖK½”†¼º°ú\x11 ] "
b"\x07 Â¥\t ÕÍNbŽ\x04 ®l\x16 +kV "
b"\x08 ½®U\x10 MMX‹Ì2F|Žp\r "
b"""
\n
Qžw\x03 á@ľ§„¬\x17 £ø>
"""
b"""
\n
Ç0Þ«æOΰ\x1C Jëdj^=
"""
b"\x0F\x17 Õ†³ÏI=³Q…8\e ¾ÎØ "
b"\x11\x06 |ðÉÉJ\r ©(»ÿøÑÐ\x1F "
b"\x11 +éÎÌI\x0E µÅSâ6cI\x1A "
b"\x11 ÛIJE•J4³ ‹ùƒ×\x10 q "
b"\x13 ó[ƒv4B÷‚Ø\x02 áÎÈ´Æ "
b"\x15 Äïc/2B'£ß0œÕ–%\x19 "
b"\x16 ç[|åíB+¾+@çФ\x02\x1A "
b"\x17 ;i«0\x19 H¥ÑÅ·R\x18 Ù²\x1A "
b"\x18 M╬O¿┼MBÆñÉSB¡ø\x1F "
b"""
\x1A\x10 \¹\n
\x13 FR—F?¦¼=ÿØ
"""
b"\x1D Åı[õGASî─äd\x01 lö▀ "
b"\x1D ¾Ø¨ırB╗▒RÄmõ 7i "
b"\x1E 1q8\x1C îC\e ¥”@"|-IË "
b"\x1E ˆz§‚dC†¹0i\x0F Ä{²& "
b"\x1E ├ó"╗ýI»É$®▀>■hÌ "
b"\x1E ûð:\x19 ´@Y¨ÕVR‘ÈQ^ "
b"\x1F ─WÂ\t »K╝Ép¥Ö¬Tù/ "
b""\x03 珵K¸ç╗╔ýþ\┘¶ "
b""Œæ[öÅGò¼ˆ \\x1E ³Ž "
b""Ìß╝x▓OyØl┬eò¬\x19 ! "
b"#çÉy\x7F ¼J‗╗\x1A ÝwT\v ╚Ç "
b"%€ëkoHIv¬\x1A\x01\x13 €÷ï\x12 "
b"% C8sSGg‹\v B?éþp„ "
b"'JP0¾»B2š\x14 üª(9¢ "
b"'ˆä÷2ÖN‡“Ý\r Êo³®> "
b"'┐ÉUè@Ûíñß]Éï±ô "
b"(\x13 EwÎßE╦üe╬ÐϾ\r ^ "
b")0O$HÞM\x12 €ÝF#ýôPT "
b"""
)Z\x06 ™µtKv•CüÖ\n
Pcw
"""
b"-C¯┬åmF\x19 ô╬╩ı³ä¿É "
b"-¶Ó—š”DÄ¡‹,(›\t –v "
b"-ØS-…µE•©2€¢R†Óò "
b"/lR/Ð:LN«oyi4ú¦M "
b"0%ÇC\r òCÿ±\x13 ¹‚A¼í‚ "
b"0»¸>B\f GÜŽV|áÎÓ\x1F » "
b"2\x13 ì|m\x19 @\x0F ùÚ┘W┌ή` "
b"38Å\x7F @°D▒╣IÆ<0ç\x1C Y "
b"7ØAº\x13 œI䈪#¸òëÔi "
b":\x10 Rû¯çK\x1D ŠJvLo\x03 b "
b":ÿ—™¼@Aôƒƒ1q‰Ø\x17 "
b"@\x11 “RW£Bž°Ž²\f\x0E jÔ\x1A "
b"@\x1E –ÁU…GI„gðɯժ¶ "
b"@i\v I#’EæŠ\e Yeª_ÆT "
b"C:C‰eºCT€\e Œyº€Sl "
b"C‚vg¶YJn¯ºõk\x06\x06 ®) "
b"CÙÌLò…@¿¨Õö\e kF6X "
b"Djó'\t GCo´ž¨\x1C %+¾\x14 "
b"ETü\x06 -╬@ýü,lsÞ×ı┼ "
b"EÁ\x7F AÍ'Ap© ã\t N$§½ "
b"FLò0íqDŒ¾e/\0ô\x13 "
b"G\x11\x1E ‘]JM¥¿t\x00 ÁÎò·è "
b"G\x16 šxÒ\x1C G+µYÈâIs™Æ "
b"GÇz"Ø+J´í¸ ¶¢HÈÌ "
b"H█n╔néKúÖI\v dhØå■ "
b"I-U_*▒Læé═¥ØÅÖíì "
b"JŠ}䜳Aƒ’¼ g§i\x06 ¬ "
b"K\x18 ÷BãaNT«ÉÞ&€]õè "
b"M°:\x00\x1E ZEüšÉ·Rsš\š "
b"M³ÿ–ê\x18 H·ƒÇÓ\x05\x11 µFx "
b"Oø:³(óO‚´üŒî9\x07 ŸÎ "
b"""
SÏ\jVZJ\x04 ±&©›\n
{˜o
"""
b"Tz»j^\v NͯòÏJ\x08 x–/ "
b"T¼¶d^ÍO`—\x02 ¼\t çžÍø "
b"U\x17 ܵ àD}‹qâP(›ÛÏ "
b"""
V\n
¯\x01\x08 ¶B×Çv\x15\x1F Å·╦A
"""
b"V³ºà¯ÐC‡ \x08\x18 ³8ý\x10 Ô "
b"X\x00 Ø<ycA\x1A ╗%w6æ\x15 ß' "
b"X\x0E )$ÂòG═è░ÉÁ┘\x18 7p "
b"XäTNvqM×ù)˜l=$+ "
b"Y#ÅO2┐LÑå¼\x16 v\x1E ×à "
b"YÁ¨F‚\t Na¥û¢\x08 \/©_ "
b"Z"«y”^M²¢<ܱ=\x18 ½] "
b"ZÀ©HcwJ\x16 ¥øfÉ¢[§Ð "
b"[LD˜=ÇF\x04 €c’ëü@\x04 ¿ "
b"`>*j•"L@¶\x06 ÙLLö•( "
b"a»@|ã9GX¶r$È5ÿUˆ "
b"c?Æ\x03 (¹Oh¼T^p22\x00 ì "
b"c¾Ÿ{ÐýH¤£¶ç€½–& "
b"d2·>ð\x19 Bßµ²òð\x0E W\x11\x15 "
b"""
k:ì½S\n
KÕ‘WžôãléS
"""
b"""
k¸%0,ïFa‘«\n
ò;É.N
"""
b"lnûìOúDžÁˆmÀ§Ì> "
b"mýÑÆ_2DH‰¥\x17 ,Mrœ! "
b"nÂ^\x18 'éCZ†I:¡\x0F gÀÔ "
b"nß«P;éI;½(µiÁj.% "
b"p\x1C\x04 ¸L[KTü0ùw<L5þ "
b"p8YulA’…´.¼m\x08 à‰ "
b"rbXv¾éK‰±C2~¦ýC "
b"tS4Á9 DnäF\x02 9┐╝êÉ "
b"t¿\x01 \\x7F\x0E NØ»\x1D ·╣Iéòs "
b"tÒy\x15 \r „NÒºƒ–£NA´\x1C "
b"uúas©'LŠ±Ø°\e ’gÕ6 "
b"w┴É9µüOÖ¿\x19\e Ã\x03 ı®¤ "
b"wÄä³çdL\t ‡çð\x1F\x03 ÖC "
b"xre4\x02 FDéØ0┌\x02 }╚Â; "
b"yÌöÞeºOê½\x07 §P†\x06 ›> "
b"z'ö╝ËåLºà¸·ÛütvÐ "
b"zñd¹VlD\x02 ößìı╚^T| "
b"}-Š{~~Fø¢\x1F È'Zs‡‚ "
b"}T³mÆÎK£¡š\x18 Fëmoâ "
b"~\x7F …\x13 9ÛB΢ï+\x16 „º¾Ö "
b"\x7F ì\x17 $oh@†—šOÆò‡v^ "
b"€7E'oŽE. [\x16 ß5%¨î "
b"€kìµ\x0F #G-¨ö\v 5öêòZ "
b"übÙÕ║ïHdâÎè\x08\x18 +\x7F o "
b"ƒAÂ1@‘@Y‹Fm\v ^£#¿ "
b"ƒ\\x12 ¹º[FÚ¤Ã\x0E\x07 Rï‘Ë "
b"ä4".\v ╩K<¥ç┐jìÄݲ "
b"„˜˜ëmÎN2—ÌË\r Ð\x0E Áq "
b"‡œt†ïfK\x13 ›¿Cc«óå "
b"ˆ2àÃ=4Dïž•\x05 Èž> "
b"‰\t Ê66.Oïš-eÓ¥;…O "
b"‰æT;º²DŸ¤Iñ¢$O©ï "
b"‹\x11 m\x16 ìwMTƒ#…ìNd`Ì "
b"‹(Öþ\v -D2ª\x01 ˆ\x10 V…êJ "
b"Œ*Lö*íK\x11 ¹\x01 ªeH¬{5 "
b"ì$\x08 ói.B\x1D Â"VB i0j "
b"ì¨O,%!MSú\x13 v8à]ñÀ "
b"ŽC\x1E\x15 ÃpBÊ•J\f Ê×yÔF "
b"Ž’L²\x0F vC©¿{ïr`¼[Â "
b"ŽÁ]JY\x1A E¯Žû\x13 ‘[SªŠ "
b"ÅÔ*V«╝N├Ö\x10 ═┤\f $\x0E ╔ "
b"ÉUo╝®\t Oòù¹^8\v òüU "
b"‘ÆÑÜJ\x17 K¯¿òÓüÄ\f qî "
b"”³&–I)F–ª›²\x03 ;…ý) "
b"”ühUä„FW„¢¨]6\e ©Œ "
b"˜;Ç\x7F\x1A\x1C KwŸ@\x1F ŸSyí• "
b"ÿúÃ^IDBèÜ{╠Þ&íü "
b"˜Ý\x15 ¨€‘A…ƒ\f êÌô™ƒ\f "
b"šö©\x0F ƒ9F\x03 ™Zù±™\t\x13 ö "
b"øO\x16 "=ÏMMÉÉFø`Qmè "
b"œ\x12 ¬¦\x04 ICr¬Ú\t ÕG\x06 ê "
b"£üZôµ¡B ╣0>Hô╦1\n "
b"œ¹À×XÑCG»„úì}.Œm "
b"Øö3Q2fK¯ÁnÙ-¯LSR "
b"£»zcâœF[·ö…N3ê¸] "
b"ñ\e Ú╝║L¨áÅ&PJ \n "
b"¤¥àH–EBý Òê,åpÔ\x08 "
b"ÑH²ÞÌnA\x00 ╝üÊÚ}õÚä "
b"¥•ÐAÕóH\x08 ‚¶WÙy\r J\v "
b"§Tk:mLBQˆùÉܦ›´B "
b"®ÏØ\x15 !3D\x03 ®zë}╦4ìƒ "
b"ª]ÞjK…L£ª‹Œf\x1C U\x03 Ÿ "
b"«•3.\v zI\x03 ÑR…Å8\x14 3 "
b"«˜·~ŽãJ±š ²xÒ\x1F F¡ "
b"""
¬H\x02 L1£Gg´\n
‡^šŠæ%
"""
b"¡Øi\x0F Å%E}ñ\x1E ñı[â\x04 : "
b"«Á<╗■¾J,É\x1F ARy/Y+ "
b"»Mt\x1E ┤ÕHu║DÅ2ª/Rû "
b"°\x19 º>´Mï’@\t ñ\x05 ß\r š "
b"²V\x05 [\x17 \r O‰–€¡\x02 A8 "
b"Á\x05 Äg$$O9½lý¯òÅð\ "
b"µ\x06 †\x07\x11 >K4µç\v $Ë=¨\x02 "
b"¶\x18 ¢ÑJvHz½fUtŸ\t üq "
b"""
À*Øá<@Dã╣écÖ~\n
\r ø
"""
b"¹9ºl\x16 áKp£\x12 @ØdÇi) "
b"ºX5vªÖI(‡¾{QwêM\n "
b"¼¨V5o\Kɨ\x04 ÈL©\r 8` "
b"½Q2\x08 Ô\e NgŽ\v ÌÀ¿=¯ª "
b"½|{¹ÏåOã’\x06 g\x02 ¦±†\x04 "
b"Àí<€ÿáMÌ›]°ˆ7\x14 gX "
b"┴óµ░ɤN\t ÖA8E3┐ò® "
b"Ã\x1A ‰zXgJN¦hèüÝF¿ "
b"ÃW“ôøLï‡\x11 êD©ª“\x01 "
b"Ã8âØªïE║àß´|£\r E\x17 "
b"╔£ü┐═├Ft▓╣Tï\x15 ñ║Ó "
b"╔Ð\f áÕóN{üv\f\x1F ¿ÿµ\x1E "
b"Ì>\x1C "É\x07 F’€ÜúñaÞÌ´ "
b"ÌBbq±\r L¢¦\x04 (ÈÜ™\x10\x16 "
b"̵ìûûAN†°¹XÐ\x03 Ïóà "
b"Ϊó;Ù˜Ot²\x17 jd\x04 éæø "
b"ÏiMv\r \x06 Bâ˜\x02 û+a\x0E «¾ "
b"Ñž]²C1Mפ€!¤Þóö\x02 "
b"ÊØ\x1A Íô\x08 J»Áu^tÄ\x04 ´¥ "
b"Ô<µ1\x14 C@г\f >ƒ™ã¥\v "
b"È@ıgÖðC║ÀÉ6Äò´ÃG "
b"ÕÌ2\x10 l\x07 L÷ˆÉ϶…\x07\x1F — "
b"Ö+Žùn†O\x10 œ\x11 úR!‚ÇÎ "
b"ÍØ╝ýÔëA+ܹⲿ{<\x13 "
b"×\x07 ŒRLRN)‚ß0x‹I\x03 F "
b"ÎEÑã\x02 ¶L+½+┬ì\x1D ¢#Ô "
b"""
ڝ\n
3èÅM<ÄÀY\x14 ¬ÀK¢
"""
b"Ý)J¹äYO±Ž|\,7±(õ "
b"Þq†b\x0E —Cz‡'¥\x1C ìÍ\x1F "
b"à+aæöÈD}€HBc{\x10 }\r "
b"á\r 1¯\x04 BBŽ‹èv•é\f\x12 * "
b"á?õ–\x19 ŠHr‰¶©Ü$\x06 ã" "
b"õ\x0F »$┼-Løó╚q6ì#╬ "
b"äR•jz>N5¾ˆ6Uæóæ¿ "
b"õìx[,2Fºûâ&;\t ö░¥ "
b"å\x1E ÎŽ1\x17 Lκ}èìÓ\x19 Þi "
b"åˆÚ\x1E\x1A †Fž•±³Y‡¼Ü9 "
b"µí\f Àv├E5ø╔░ì£$¦« "
b"ç\x0E §ôriF5šVÇæÙ×un "
b"ç·Q£š5C®°C¹bè¤3Ä "
b"ÚEÅâH└E\x06 öË┼-\t µA5 "
b"éI™â\x1F }Fp†!¸NNAi\x07 "
b"ë¾kåâÒDý£×àáaê›Ñ "
b"ì_=‘M…Hy]éŸíÒš› "
b"íΉâ]=EÖ–47´Z\x01 43 "
b"î\TØùêGˆHBÅEœ\x02 « "
b"ïš\x10 gš>Nd‹í¹õJ’÷ "
b"ð\x17 Å\AÌLIµŸÃ\x03 ×HDé "
b"±Äó┘╠ìOz╗\x1F ®ùy┐°o "
b"‗W═┴\x1F ÆIÂü\x12 ËÄ\x12 0B│ "
b"ó\x7F ˜A\x18 _Kc®èebþEî "
b"óçoï†,Kj°€{6æ–Á "
b"§\x06 î ×╗Fðئ\x12 .WÚ?¯ "
b"§Àç}┼`I┤áÅ\x1E ²\x06 ±uX "
b"÷þ\e Ù¾┌D\x18 Àص┤╝ë■╝ "
b"÷ÈS°±öNì´’¶\x17 ÷ÄMJ "
b"¨ry\x08 «@KOå¿lü! A¶ "
b"üœÈU7½E^¡o¬\x01 0è—Þ "
b"³ªí¦\v !@üèBð"¯‗\x18 d "
b"þ³ôbN3KÚ¬"\x03 D\t R\x08 ž "
b"þÙ°qêF‚‰/i\x03 ò\x12 uÖ "
b"ÿ\t ,ÇŽ*Cú°®7UaP\f Ô "
b"ÿF¬á®®OužÍŠNA]—¸ "
b"""
ÿÿܹp!Dz‰JX\x08 rò\n
ä
"""
b"\x00\x0E õƒ\e :C\f ‚?ÛšMš‚¤ "
b"\x00 ü¼7öıJÔâ_i█Ç╔ ▒ "
b"\x01 ▀\x04 7ı─E±Ñá{ÛìÙ▒â "
b"\x02 qµ\x10 LhE▄Å▄ü<┌\x13 ½Ô "
b"""
\x03\x1D ñøF\n
JT¡¦Š†Ù\x12\x07 N
"""
b"\x04 íxÒ»ÎO#¤\x1C\x13 [Ù‚\f á "
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\x00 .ö;ÊK\x15 §W*Ó\x0F\x04 1ƒ "
b"\v §~\x1E q\x0F E#¡\x01 ðî¿zHâ "
b"\v É\x17 µíÍH\t §C¸/Ô™öB "
b"\f YÝ©ÆÊK"…FĨHè±/ "
b"\f ┌ÎpÉKDÛá¾─gõJnõ "
b"\r \x16 ”\D¦DB¦\x1D yr\x16 1Åb "
b"\r A¦ËCRMŸ¥]\x17 ýq\x16 ”\x1D "
b"\x0F 6fO\x01 «BÀ´3‡9µ\x1F ò\x05 "
b"\x0F ½:åòhHY´“+æ,§1‘ "
b"\x10 öihMÛI¨ëü4▀#ÍyK "
b"\x13 “ö<gÁO\x13 ¸§\v –\f Jåk "
b"\x13 ╠'´\x18 ■K}åKAü░Çß╣ "
b"\x14 ô®àÉÞK\e ǃ\x1A QDSâ "
b"\x15 ³¹¯FJH¹¬‘¶:Ÿ\x02 Jª "
b"\x15 öÍ£|^OÞ°\x18\x00 ó?“\x1F È "
b"\x17 Cž*GDOi™\x15 ÍšÆÖyã "
b"\x19\f É}╠L▄©*\x17 Æð¹eu "
b"\x1A Ðìö¥wF¾ìh\x1D ─\x04\x7F [Ê "
b"\x1D LT\x19 sàL&³ã%e™P"Ï "
b"\x1E Ô*äf¢L\x0F †Ö®’Z\x1D õL "
b""öíS×ÉC\x11 ¨ºÝiµµ-~ "
b"#H˜´ KGdzt¹Ì!¯ "
b"$7«u‡\x19 In¶§Û\f „Òá\x0E "
b"&À}¢Ï)@µ“Ö"˜Á®Ãx "
b"'„á\x01 s\x03 M᜿Šä\x1D F\x04 j "
b"(oé]õ\x1A K\x07 †‰ý›ß@rY "
b"(’ñÜn–C[‚’òmÑ|\x05 ë "
b")\e «¯Ð3N¯ž[*K)§ey "
b")R\x1A [}4A¥³›9v‰Éÿk "
b")ð\x1E åFvB£·\x10 Àz\v ×\f ¸ "
b"+\x06 Žï\f ‹Lvšs0\x13 ¡e˜ë "
b"+¯7®YFM<³™q¥Tô\x0F a "
b"1î™¼ÂØJv¡u\x0F ‹\x1E }+ "
b"35\v ž¾<J`¾\r \x1A y(\x03 l\x18 "
b"3ÕŒÕ$\x08 E‘‰ÂP9ŸïÛï "
b"49Ç'\e\v K‡¹‘Žä…×8V "
b"8«f´khBï¨ooæâ\x19 ·P "
b"9Æq\x07 ╝\x03 E ┐|ÉRP>▀U "
b"<2Énè\x00 NL€„ŒA<PH© "
b"=rɱâ\x06 MUî┌"ı\x1D ysà "
b">\x00 †áÕK\x1A ¥Ò\n cÐJ!û "
b">\x15 ┬°yÅIBÖ$U0a\x03 ;Ò "
b">…•%¢IV¥1V”‡dPb "
b">«i\x12 ®KDy¦Çç\x18 æ«(J "
b">û«X+áCí±\x1F ¸¬˜É—p "
b"?~û6€!J\x10 ®\x03\x1A !›c–Œ "
b"?ØÃh\x1C kJ■ü█;Ñ¡eéÔ "
b"@\v e\t éŽDà—²‡“ƒ'&ó "
b"@:2ÐGýNH¹6'¼b¿R7 "
b"@ÃÈf\x04 +KÉ”ª\€Ã\x7F $î "
b"""
A\n
v[²&Má¨3ws©]\x02 3
"""
b"A±ø/ADHkˆ•±È?q\x07\x00 "
b"D®|\v\t @&šó¾\x17 C¶´‘ "
b"EœÓ¨¡bIޕΉÞáÖ\r k "
b"GúÍ`³‘LPº\x02 APŒþùõ "
b"H~£╦¦╬D±Åî╚\x7F ╝ø┼N "
b"I!(mB×Dh‚A–Ö*õ\x18 ü "
b"J&.gèWIï®ô,†¾˜o! "
b"K\x14 OðØıI\x16 ƒ`Û«{ÂøÙ "
b"K\È7MVOu¹›\x19 ½¢Â¥Æ "
b"O9W┌\x0E âM\x17 ÉL\x04 3¾ÀÙ╦ "
b"Rê§™˜ŽM÷žR‹#\x1C 5óe "
b"Sš\v _ò\Dѵˆfaéc\x01\x0E "
b"VÀ_x¢ÚDЧÀC\f „r\x15 ¾ "
b"XÆÃFL¶AÄ╗\x07 H¦Ò(Å¥ "
b"Y\x0F âè¿!Bz´‡@{픑 "
b"Yë×Õ}ìF°´åèàV¼è‘ "
b"ZD^ \t ÖJqœeìë\x16 >q "
b"\}\x19 5╬4DŪ║3´7▄Èý "
b"]¡KИ€E\x19 “lJY³\x15 K} "
b"`½ÁXbÒL¥”32ËIk±× "
b"`øï¸R(H‡˜AH¾¸à\x08 Æ "
b"chD=³\x01 @ŸȱDG"Ñ# "
b"cÅ;ã…ÝCÖ¯ÔˆÛä1°@ "
b"fÅJƒs█N»╗\x08 ÇÃå!À═ "
b"fÒ˜¬è>M¼ŠŽ\x1E @·õ° "
b"g/,fù$Dø¸S…@(Äl "
b"g╦*eeçNþ╝m7x╦\x00 ┤ì "
b"h %│~CäÅÉ│Åı▄æ{ "
b"j(DÇ\x04 JK‰©Ú¢ø2\x19 ¤ "
b"kÊÕ>(7LÑ·7^þ&®>þ "
b"kþíøsáM¦Â\x06 ¤╚\x05 Ììù "
b"o\x02 ╣Yƒ¯Cê»WÅ·┬íFò "
b"pÊ#·Ü\x0F IH¨\x04 -Tþ¤U˜ "
b"p╠ÿBÛ"N1Ø\x05 ▓W\x0F 5Uh "
b"qÈ\x1A ø1TA6ºJ\x01 ˆ˜¶j( "
b"r[{%û¤I§Ž,ƒ›«„D\x1E "
b"r`IAs{A\r št^K\x17 ˆ÷Ù "
b"rzG4%DAÞÅ\x15 ¡╬o╚▓â "
b"s\x03 6“¯íG*¤P(N\x01 þ\x1F õ "
b"vÙSŠÙbOγAµ<(`\x13 “ "
b"wåïk@oHó®6\x04 ~<îŒÕ "
b"x‚iG[ùL,£ÐE’\x15 vÙv "
b"y š‹Ú€Jášñ“%wÇ!\x02 "
b"y¦ÄQ!\f LAü¿p)Ùƒ`» "
b"""
z8µüÞ@GÕ€7dAìÁ\n
¤
"""
b"z®÷ÊËlAU´LËOª9µ¤ "
b"} Ió┌\x1E Hàô\x15 {▒»YÉ■ "
b"\x7F øùS\x0F ú@(„ââÑ‘aoœ "
b"é\x16\x02 Ü!ÕBÇü½Å"[\e\x1E ▓ "
b"éZÒYßüD9ó¹~=ïA¿Ð "
b"‚¶CeEAB»œWéý\x12 x\x13\x04 "
b"‡µ~ø7sM×ÂT§¦‚O½ "
b"ˆ+áŠÆ¢D&·&On¤Xr© "
b"Š\x0F äÕñ•M†š\e O«\r 1К "
b"èü)O█ÅC\v Ö0ótòz\x19 8 "
b"‹mh¤´ØF\x0F »×ûmžê©\x1F "
b"Œ1úæ})Dލ¬qÀ4?åÚ "
b"ŽìJQ¦¡K\x01 “*\x03 ³~`KF "
b"ÉÄ╩ƒ╔&DHï\x08\x0F ┴I¤╬" "
b"æ▀öÜó}M┬Ø╔tZ¤éðh "
b"’œ¬À[*K_¬«ëFÚaáR "
b"“‡¼ð]\x14 EGŠUI¸Ùg— "
b"”\x0F bà@\x1F B§ž!ë‘°6\x07 U "
b"”ß3\x00 L\x1E FË–t°€%\x1E %{ "
b"˜9µÒĆD2¤¥lšõÙâ" "
b"ÿXL«\f ■NÅÜÜ\x19 $Ô╠så "
b"˜›\x11 ‰É\x19 HØ„2l£ì2‡³ "
b"ÖP╝ö\x06 ¢M~¢q9\x7F é´|ì "
b"Ü║z\x03 å¥KPØÃü■\f\x01 +Æ "
b"£®ü╬R╔D\x13 ┤\x03 l\x1C ╦┤2T "
b"×3æûÖcM┴Ũ\x16 q┴x½f "
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"ÑÉ\x17 Ѫ\x1C KKà}'sP\x13 }) "
b"¥–<زxB4¤…žê\x03 ìDd "
b"""
¦°¨€K¬E\v ¬pòZ\n
äJã
"""
b"ºÅ\x1E ã±╣NÅàÝ&/¯╝\x04 ¬ "
b"©%¿B\x1D MB\x14 §}Ç\x19 ñDíª "
b"¬aNBÉ║C½ò╩¶┌}\x16\x12 ú "
b"«„\x1F å\x08 YMÿ™\x05 ¼ãî+@¯ "
b"¬n-YP\x19 I÷½×®\x13\x15 ò–g "
b"«─àA_ZL¦ì,_┴U¥\x17 ╩ "
b"¯ZÏjsŒGɪËq8b‘=} "
b"°d»ÚÖ0E\x15 °çûz˜½Ð– "
b"²r©QźC¾±X©Ÿ¼}1 "
b"³5Ë\x07 î G«¨N¬ÌVaœõ "
b"´§œÈõ‡M¦²\x02 é˜\x1C L·T "
b"´Ö‡ˆ£îAÕ´˜^7¼Â\x05 G "
b"Á\x11 ┤\x04 «\x06 LÉøE█\f Î╚m╠ "
b"ÀÝÐòÅaL╣Ö╗\x19 ©²E}¾ "
b"¸pÂãGŠLu¼1e®|ýŸ\x12 "
b"©óÓ\x11 ÎÒJAäÁÑÓ*ƒÞÉ "
b"╣\x0F\x17 W'¿H Å\\x17 ÚîFÛ\x01 "
b"ºoC\x05 ´\x11 B´´ñR\x13 H¬Zª "
b"º«Ï\x0E ‘\x7F Fw¥ØÛÔ›´À^ "
b"╗\e j]('JR®|:É-aºò "
b"»:o‚úÇEŸ‰³\x12 |ƒªÃ¯ "
b"¼ô\x07 0$ÖEm…7˜\x18\x0F }eþ "
b"┐}ÉFdGIÂ┐ê═▒dßbO "
b"À\x06 %\e ®œIUµñ]‹OyÕª "
b"┬*\x16 -ô{Eæ╣┐I3Åкü "
b"ãÒ"╣╠ZK\f ÀߨU\x10 #ɽ "
b"Ç\f øÓ2è@b˜DDtn½$™ "
b"Ç\x1E e¹FOEö—'ðÉ(°M! "
b"Èâñ&¶uBñ¿í¶‡&ª†Ý "
b"É‚*þ†iGt’\x04 t@´\x11 ÔÓ "
b"ÉóÝTÞÚDÚºÂ*JÇ KB "
b"╩Í.ïh´CLº¦╗ÑØû░¼ "
b"Í„ûÂcqIŒ¤\x01\x18 ×ç\x1F Í= "
b"Í¿|]ÝTJN‡²Â‚ß°Æ; "
b"ÍÍ™€\x0E B8ŽRE*>ö@` "
b"═¾J,£0I)üRÿþ8u╦o "
b"Î`À1=ŸA\x0F ‘±ˆy\v e\e u "
b"""
Ò.ƒ0\x15 uA „\e ®@œ\n
Åý
"""
b"Ò“v¨NuC²€cVpiO%Ÿ "
b"Ë\x15 ¥üí\x08 D*¡\x19 ÑK\x05 W┌\e "
b"Ô\x11 éMÖœOœ®º\x00 ôìÁº\x03 "
b"ı%\t ×▓éD<Ä\e üç\x1A\x16 ƒ\x15 "
b"Õ*/Ì\x05 ‘@\x14 ¾jܨ–Âãf "
b"┘¡UX>dIÆ¡┴ì\x00 ê¡ÆÃ "
b"Û»Çü–¿G©¥Î˜°7ñÄÊ "
b"Ûö\x01\x11 imGÒšüök€€r\x19 "
b"Ûÿ(PõþDXº}Ø/~?„X "
b"Ü=ºÜÁ\x07 B#«\x18 ó0ü&óº "
b"ÝŸ¡]lxM:°àYf\x12 ×¶B "
b"ÝÓ¯ï7‚F纎IO¥JPÌ "
b"""
ÞEŠ\n
ˆ@D\x16 ·FéôÆÙ‘¬
"""
b"▀dı\x02\x14 wCüêÈ<\x08 +ìéå "
b"▀Ý\t s«Cû®MZ"y¿[ü "
b"à@q9±3L\x10 ˜™¸åýÁCÕ "
b"àWõµ:@KÜ®\x06 {\x06 nAH± "
b"àÂm°\x17 ŸN€¸\x04 IÒìÁm\n "
b"ßYâ£åôB&ØÎf\x13 aãÙ\n "
b"Ôa\x0F YfÜG¿┤■'²ÌôØ "
b"Òvúì▄╩A-®\x1F YÍÊn╝k "
b"ä\x00 ,ÙØ.K\x7F ™v\v\x18 FÓ®H "
b"Õ<Éb¦qB\x16 ƒðéôZ─Oö "
b"µ÷\e Ê%FA¢ñN├i█àìæ "
b"èñ˜åLLJ\t ¼\x06 ¯\x1F !æ˜Ø "
b"é›a²¿ÅD\e ’&¯wH6ݦ "
b"êò•\x03 ~\x10 D‡ª§\x1C ,æg\x1E g "
b"ë\x1E «BXV@’‡\v ³œµÌ\x00 › "
b"ý\x15\x1D m\x00 ºF«É8_á?╠v\x10 "
b"ì:úc&oH‚¾Âa6Î鲉 "
b"ìÌÃà\x1A\t C‡’ÌÞ\x1C Ø™\r & "
b"ìÓ\x17 DÍÿAÝŽ\v °KŒ\x0E Ÿ\x0F "
b"íM¤]~”JŸ°£j\x13 Öu9T "
b"î1¦ÄkkKNžõ*vów°ÿ "
b"î9o„\x15 ûAx \x01 n5\x7F 8VM "
b"îf®Q: Cð”3*":ö\x11 , "
b"ðÏ‚é|\x1E B@²×¡1wö\e 4 "
b"ñ\x13 ‚=†ÞIx€\x18 Á±ŠˆIÓ "
b"ñySÒ„…Nï¬ì³\x18 ;\x03 jQ "
b"¶,▒£üùI{Üjæ¥SK*© "
b"¶D`Ø/NG¸çK╠Ü»îv "
b"õMê›ÀUGE¡ŽL •3ê‰ "
b"§▒\x1D ┤┐ÉNQíÄ║┼Pñ¼b "
b"ø©¢hÍTDlŽÍâŠ\x19 ýVX "
b"¨¨1┐D«E`üò\x01 Ê«ÔCç "
b"ú ¹Æ³^G\x02 †F(Ÿë\x0F ðC "
b"þ %ÙÛ¦Hºš¹'.vr\x03 2 "
b"\x06 „6im\x0E MÒƒ\x1C ”ŒÊ;-\x13 "
b"\x07 œý:ÇÆK1¶[$äü³t§ "
b"\x08 Ùª\x13 "¸NÅü¤Å─ï)ëf "
b"\r o¡¹·ŸD"§T“\x00\x05 Qo\x03 "
b"\x16 ŽÁd¹¤Hë§ùà`jÛgw "
b"\x1A\x02 (ƒœ\x07 L}€V§õ\x03 Ì€° "
b""¬]‡nTK3©B\x07 b\x12\x14 ½\x14 "
b"""
'GðCµ<Aœ¶\x15 \n
’!˜C¼
"""
b"-4'Ëz\x11 Kb±ríÀw†am "
b"-8┘B═Iüø»\x03 ▒å█╩ "
b"4J½OŽš@.šá\r ¼„.´l "
b"5eÁ áÓHiümÍa!¶\x01 ı "
b"7C╠\x1E ▓\e K╚ù\t Äü\x18 ▄\x02 ¢ "
b"@┘zH÷ZHÌ©ÅJo\t\x17 V± "
b"EEkü:ÁN}åÖNåõx9å "
b"E«vÊ[–FüŠw6šÛ/îé "
b"N!ûI\x0E ‰Dš“\v £]¶ßÓâ "
b"PF■6,ù@╩ƒN\x10 .╦Å│' "
b"^\x15\x03 £ıWC╬çü▄º«wc@ "
b"faïo9ÜApÉÃ\x15 }└·k¬ "
b"iÓ³‰›ÑHÕ®æDYü«\x0E à "
b"làÖ\x19 6ðGÓ½â\x08 ¾éEÄL "
b"m5™„\x03 #B”¸\x19 ø¢\x16 Å\x17\x1E "
b"mWèЬ\x10 IVžíÁ°\x10 '<× "
b"r:3ƒ\x13 ÷CK¸@G4'¦«j "
b"ü\x15 9\x0F Z\r EÚ╝L▒hêÀôn "
b"üVå\x1E åwEl¼Ä1q─C¸\x1A "
b"âÈ ^ıîJ¬é▒\x15 mØ1─k "
b"‹>mE_ìDg¨¼ÄÃÐò\x01 % "
b"í|ô9ì¨BFì,╣-ı§\x1C . "
b"¨›g0·a@ø™¨?ßB:Þ^ "
b"¡oSFë-Jkç˳+ìgV\x07 "
b"»p\x19 ÅíiOCó³ùú▓‗\x1F\x01 "
b"░{│3=I╠òE§©ì³░q "
b"µ\x1E anäTA3¾,vúê\x16 R— "
b"¶jž•^:Bhªý0#éo£ "
b"¢æÀÙ0»L÷øömì.@ÎÇ "
b"└ÕU?\x03 UCúùÿO[ìzµ- "
b"Á£R–¤SG”³—kÚ•5)\x03 "
b"╬0-Éú+K\x08 ╗█▒Ð(#╝Þ "
b"Ò{\x0F ©ö\x15 N─ôStzåìËQ "
b"ê¾5—¢wM\x04 …ÞFÑ\x0E oÀÖ "
b"ì\x1E BB]3Ng€q]º9Z@i "
b"\x00\f «.åéM×¼)\x14 ÿæS+ˆ "
b"\x04 ׂ\x01 ùoKMŒ©¨…^±ñÛ "
b"\x05 Ø3O\x15 ‡DO–U2¿HA\v Ê "
b"\x07 r5)À™Fˆ–¾©9¶$\x7F ‹ "
b"\x08 ÔY¼\t NwŠdÌ@–0çj "
b"\x08 bÈ7Òì@‰¯ëXƒ±–Óÿ "
b"\x08 ‹ŸÓ”'O(¶m±‘žÃØÀ "
b"\t ûSŽøF\x13 å"s÷ºµ\x0F j "
b"\r H3À’GG\v ¯\x18 çô9ŠŠL "
b"\x10 'Û/c´AÇ„ÌåÞ÷r^¹ "
b"\x10 L\x16 ÃA³I\x15 ë▄/ÒÅ_k\x01 "
b"\x16 í>\x1D Ì0Bà¥tÏÚqI~s "
b"\x18 Rü█«ÇE┼Ä\x1E øòÌe.╝ "
b"\x1A\x0E ╦║ðªICØÁïØ\x12\t x0 "
b"\x1A ¨,ý\t Á@,‹J2¥ÑXP "
b"\x1E Ú¸4ú\r IÃå¦┬Éä6}0 "
b""üM!H&Lç‘db¶$›°Ð "
b"$\x14 ╚/j:J\x19 üõ&`¸├\x17 Q "
b"'RyÿgóIîèÕ\x06 öPïì~ "
b"'ì▄ÐÙ\x7F EéÇN\àJOeâ "
b")\x1C ízÛ\e Kq½T°^\t\x17 §” "
b")v\x10 OT)G©ÅB\x15 Ñ\x06 ð┼( "
b"*1È»╔Ø@ ©ìÿê░ùî‗ "
b"-\x0E Ð|ÌvH·€=Ò`‡\x01 ‡\x1F "
b".\x19 ð\v þ%OÛ‹x.£u8«\x19 "
b"0`¡\t ´ÁK#üb\x14 W÷´Õ® "
b"1U3Y¾\x11 LÃì░,\t ¿ºe│ "
b"6T\x01\x08 ³eL{›±\x16 Šÿ-_V "
b"6¤\x19 q´>LÜ‹H»]t?̰ "
b"LÌh╠ñ©Foú©\x02 ©╬ÉLí "
b"O6õ\x0E /AL柸\x04 Éñ\v u= "
b"PZX‚®®G5›Ý–BUµ&î "
b"T\x12 \ß▓ÁN\x19 ┐ØY~ÖJJ╬ "
b"U:┤.\░HeÉÙ╩╗\x08 Ú\x10 E "
b"Yµïi@GI\x14 ¼»Ü³B†\x12 ž "
b"YøBùÄ\t I\x1F „mK~ŠïÊ "
b"]ÐëT0RE+«Þ!Bš÷;¼ "
b"d™´\v Ÿ.N Ž‹˜Ruh¯M "
b"k\\r #Ÿ‰JFž\x10 Æñ#kŸ½ "
b"kµ áCœE%§*MtŽƒFæ "
b"o™´Ö\x03 ¸M\‘gf\x19 ™p\x07 ~ "
b"t\x7F ÐI²\x1C B\x7F ”žhjù;܈ "
b"|mÌžmGp°Á\x18 ‚vÌ¥´ "
b"~|\x19 $[\r @*«É~|¾W\x07\x1C "
b"\x7F 9\x03 †0bKĉJó¯æ'a_ "
b"€\x01\x19 »\x0E ÈO†k—oLðÍZ "
b"…‡¨ê_CI,¸/ÀÄã\x13 jŠ "
b"뱿>üSB-Çñ5s=OÐ6 "
b"Šýœ%z•OMžU\v Î×õ G "
b"Œ\x1C áC\\f F=™Jpº4Ìe‚ "
b"îèòGEð@ÎÅa╗M\t\x16 Ã■ "
b"Œ˜™î†ñLÿ¾HjbÕÉfù "
b"ìÉ7O5ÐD>ïÑ\x18 Z¯Èzy "
b"År%q«ÜKâÆ2")\x15 Nß├ "
b"•îJ_«{E÷žKærm‰} "
b"—ü"†êì@P§\x03 ðú8\r R= "
b"˜ýû¦(z@\x15 žuZ†fÀP© "
b"øüU·├▄GÏîÒ}-áF┴ "
b"ƒ|└Ñ\x03 ¡Cè╝K JÉ▓ó\x1E "
b"ŸòZ\t ~â@n·\x1E ¬*\x16 Õš, "
b" 7ðM»òN$ƒ¥)¥žu`F "
b"§\x06 N-)DD÷±x'©dO¹ë "
b"¨¸þ\f\x13\x15 JAŸ\x19 Sç\x01 a\x10 õ "
b"ªÆ}7<ýJ?½±‰\x17 d&F\x05 "
b"°çº9\x1F ÂEÀ¦\x07 ë'®ð\x1E Ï "
b"²Ó\x0E Ã;*Gð·÷'\x13 Ž\x07 * "
b"¹:§Ê\x1F hBu–\x04 eÔ\x05 ÷Ñ× "
b"ºø"^ƒdMO©;u\x1F -\x01 ñ "
b"┐9wı´\x1E L/ÉZ■╔Ckë° "
b"ÁŒ&*>ò@Q€ô8‹\<×_ "
b"Äúm6u™Lí»¯t±¬ÓÒo "
b"É\x19 OÈêßMå†d aéù8 "
b"╦¶Ãè³]KÍØ©~\x0E 6Ï\x17 [ "
b"Ì@}–m\x13 CΚÌÕ\x08\x17 Ö`› "
b"Ó(Ìe¿¾Jʵñ#-ÉuÓ\x0F "
b"ÔN®®éÑH·–x‡µ\x05\x1A Y; "
b"┘d\x04 :▄°J\f îak░Éé\e ║ "
b"Ú.4}ü?EO ¶£\x10 v%›¨ "
b"ÝBéz€ëI\x14 n–óæó\x07 y "
b"""
ã²B\n
8·CY¦‘F©Ž\x12 Xø
"""
b"ã½lÜCUBh¥œèKBþR\x0F "
b"ét§Ï\ðB\x13 ¬é¿…¬ª\x1E [ "
b"Ù³uÖA¾Jòì`W@[Ltþ "
b"잉¼\f xJ.¡Ð\x18 Î\x10 .ž? "
b"íÁUÅsP@\e °³.\x15 õf±\x18 "
b"±┌Ó{¢▓G¹┤\x16 $´\x13 É¿u "
b"òö\x0F µž\x13 DP±#÷ïÏ/£Y "
b"ô}gö ›JI¹“c9´ð\v … "
b"ô±ØÕL£K½´œòVµÖmë "
]
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 (0x00E6D125A8164445AD9E256017DDFE48 , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04578812A6674180972A266B2D1A0CD4 , 0x058B05E927D14A7B936F65195CE62196 , 0x06CE56A02BEB41BD88F5D67C003B2E5D , 0x08308457E5FB461887F8613B02AB3038 , 0x0981AB9AB7064F50AB75CECB0C901D80 , 0x0AF384211C024DB9AD831AD98DB346B4 , 0x0CD50C2E5FD3484CBA56D80087417820 , 0x0E0779FFEBD643B9809F2E002172571C , 0x0E319DE582FE462F8C59EB846B4F47E5 , 0x0E4A6F82F6DB46B6906ADD639C1A9729 , 0x0FB74FA68C7B4A3C88498F340940806F , 0x11D6E6A3E89F41B6B99808D4E69342AC , 0x1299088D90AB495697B988F0696D2A89 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x140861A7A2D54157B709C67C35AAC18D , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x1617A1D8F9694BE394CC206804259601 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x16E671D99324405EA186C55E3F415DF5 , 0x1735B62D3B6746BB8906864A26B9C9A0 , 0x176F32D86CE646A597366E61B58A4820 , 0x18B1BC8FA5DD4D76A13A14223996C00B , 0x1A527E0CDEED4F7E8B881E078DA73A0C , 0x1A53F9C786A24F99BB2D35D7B8FE10A6 , 0x1C45C12A13D5456287AE65431FE803DE , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x1DA738EFCE00432F9339950D114A6AD7 , 0x1DB4CF07340C4FA487C8AD9AC33A9792 , 0x1F6363AB0CC54A0B941AE3D7B332E738 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x20541BDC71744DC294A67B88D38AC77F , 0x20BE7163E0B84E0DBED8568E823A0666 , 0x223CD0F094B84AAAB9B2B31EEBF3F1D3 , 0x22704187C62E4A379E4E6D0604314CFD , 0x2285A0B6F28340F895D2AB5D023343B3 , 0x23977307668E4303A246E85DDF429750 , 0x23AA694D77784F6A871EFB396D2D4AF9 , 0x2431FA1E973743759966820EA7E0225B , 0x24362EBF9C924C2A879468CE0E336513 , 0x2631DA05D313498085ED5989834E2EA7 , 0x26AA1324B82847FF8AB501B0DD350CC2 , 0x26C7E894D39C45678B84D754806B1D0D , 0x29D2340EBF464ECEABD8CC77B2393499 , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2BA1C0EB638241D7950F1CCC52A63F5E , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x2C3E1D570B014A40B0F559894BE6C1A5 , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2E10EC5A82AF4D8D934FF33451ED952C , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x2F76BDF470224624B6DD1FDA7623F6C9 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x315B91331E9F45B98F79DAAFCD914593 , 0x324032E0B1314ED887AEFB40F5FFF287 , 0x33703FCBD9704D8787551F63FC67F6C2 , 0x33C7ABF49BDE497E82975BE5863066FA , 0x33FB6BD50C074963B1C2367DA002E5BD , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x35F6EBCB6AB04848B3D34E38F64A88F4 , 0x36F3987006544B1A9900C948AB42FACB , 0x376AD1D2F81C4272B9D348D619C36EC9 , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x39327093A91443089C98B9EA9F253F11 , 0x39550F067563402092836E06FFF604CA , 0x3A4261BAFE534F618383D43474760651 , 0x3AC47B2AE08947DBB8C42AC5CC90C927 , 0x3B3B1EC985C24603A1B7ABBAFCF533D1 , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3BCF96E6781D46F594881ABC49168405 , 0x3C369FF1C4C54F0B8B9A94DF5B360735 , 0x3C570AF019F048C58300801EFAF15411 , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x3DD58E7C454F4A52AEB8EA6145E31531 , 0x3ED3A6ABB1304DB8B6AFFD2224175D38 , 0x3F69536B990446B2A8160180F27F342C , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x3FB511F9B6CB47179B79C479D2869F18 , 0x43A22A8CD08041F2AE945C8637443776 , 0x456DB8595C59468EAF19E8560916BBDA , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x47358FC8A49144D6809BC0823DD13D11 , 0x4744FE4ADC0D4A87B6FD40972C079F06 , 0x4859C1647BF4466A8E41A06FFDD2136A , 0x49336050A9E645FE820981E516238857 , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x4CCD57CB8E514A5EB8C37CF4938A9439 , 0x4CF27E85ED644713BEA9695FFB82A5DC , 0x4F7FA36F3E284AB792118E11DD9F4B86 , 0x4FCEBD63A49346EEAEF0BFE7A7B0026F , 0x51380AD680D24E75970528ED4EA33582 , 0x5179F73242A240339784A8E450FD26C4 , 0x52BEE845ACE641EAB1A864F813B7E100 , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x547E9CE2F7CC42C2AB57D883372F2EA1 , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x55688327B4D244BB9F3743839EE51610 , 0x55A585D9423F4E3AB5EAB9A94EB75682 , 0x55D5C8C81B0944B4B03071D9203F4436 , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x57A1ABE8457742C6877CBBE2D1963EE5 , 0x581F4A88EFBD4B28922BC9ECB446FD09 , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5960B6EBBF364B2ABC31BB46F31EEEB1 , 0x5999E028E05544D8BFC1CD8B1A938C97 , 0x5A11BF98F92D4AE1B7A5F39394FC9219 , 0x5AD1D85025FF49348445D801204BB1DE , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5BE73B9E98B44A279685880E2D900B46 , 0x5BF76F60A2D54E1C96BF197E97C6867F , 0x5C1A0A01A0F2470BB662DB4767468E36 , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x5CC5A91B0FE3416293EA6D71CFA74015 , 0x5E5221FCC0D04F7E970C8D9A6FB404C0 , 0x5F74CE1C799D4458958088D2EBB771F8 , 0x6000676F1B1B43D39A8C900F16309330 , 0x60755B7C07694C8081CE8B71A795FC48 , 0x6328781E0C74442D8AEF332FD8246E75 , 0x6354E786EB154A5DB03F27CD986A1670 , 0x649A930A7AD34341AD5F01C01AA64714 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x6565AD72AE634DC6AD466DA802D1A2BE , 0x66BB3B06474541CF9D64DF88F3C0F998 , 0x675F061C474F443B806A46A87A36577B , 0x678200398F6347708C2DE87F3399253E , 0x6917A1AB38C0465BBF2443EDDD67A4F7 , 0x69423AD6251A499AB47FCDC4183C478B , 0x69972F26F237498B8E817547D3B7F34B , 0x69BE758D6B384CA3A9D8418F45C93A2C , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x6AC8D13E8B824C0BBAAC135CA427F8EB , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x6C77F02220E34318A8BFB0489FD53324 , 0x6DD0D570377B4958A52AD6B9A7C27D1F , 0x6DF9056C410F4B369EDBC46EA0144305 , 0x6E2700533B2546AC9FF9A0B27B5DDB99 , 0x6E7340BE948F4D5D8D5EFBA6B4284FDE , 0x6F29FB6248864DC18748C4047320EA06 , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x6F9E6FFC6D5F4302841BB0900071BE07 , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x728757FC9A344993812D39A4FA8DABE6 , 0x72ACF30138124BE99EF9EC044468179A , 0x72E17085BEC8436ABF2AD27FF358750E , 0x7477B5392D82453B9E6B5F8CE430CDFB , 0x75F8572DAF28462A8B3A3A1C1C6F7F9B , 0x77FE4529617B40929B00184EEB554C46 , 0x78C52B07D039404E994621EA530A7332 , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x79DB368464EC40EA9B82FD28ED32061C , 0x7A778A4E959C406AB467B18D01B122FC , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x7B8483C663444CF7ACA1518DA90CAC92 , 0x7C70F22F38E7423599767838DD0C879C , 0x7DAE6EB66CBC47A9B63BAB7A4656ECE3 , 0x7E58CA6F1885480483B6D004FAE4D20F , 0x7FC44F4340F040A588E3610577E05DCE , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x80924F4C6DBA430F96CA1DA8F227687D , 0x80DEAFCAD28741E281A3AEA53E5F13E6 , 0x80E4495E3FEE42B78CA3DC79FA6BA0C9 , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x81A2DD05428042E194AA9A3B10381261 , 0x825ADF411018471DB7521343B27CF396 , 0x841001024C7740C2BE37BE71FA6F9CA8 , 0x841B6A5E4DEF405F8CCFFCDA646E20EA , 0x85EDC20FE0104314A00F0739487950E8 , 0x86210D63964545EB9CFB6AD5076615D8 , 0x8684557620DB45669553CE42BDDE0830 , 0x87495187BA24457AA530D2A2EB4B2C80 , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x88714D81BF744C448827EE993B184601 , 0x8955C591D9DB44BF95828719E046B8A7 , 0x89CB42634A344AC2AFEFF2608B1BC3CE , 0x8A6D1C301E614064B8D76C70D7106285 , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x8CDA35A745734446BA8DD35CB6A1E9C8 , 0x8D7271E037DA4B12A1FD11E3E5522608 , 0x8E15563455484B04B7969E92280954A0 , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8F27A0E465D44B76A95EE2E23FE1DC5A , 0x8FB3BF40010F41BF9224547B88447373 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x9035A2B9B6D1481C81A787FD47EA48C0 , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x91DBCE9277424181AE319BA6FDE53987 , 0x929027B2F209416CA49DD313573D3E58 , 0x95363C659CE94A08BEBEC0FAA8869753 , 0x9555539C831944729651E1CD18171ABE , 0x9573003DDFF54000A70AD4DC648940D6 , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x96DB5F73FBA94754A3D7DF227D92A112 , 0x96E13ED9013247598C150C51573CA9AF , 0x97035B902597494AA57EDB6B3097CDA8 , 0x97CF24E07189469F9EABD72B6E3C932E , 0x97E3F4F02BA5421BBE89AA25AB25A473 , 0x98628C72DF434C7E8F60027947892357 , 0x98BDC6409C6A42DFA0A2FB68862D7B8E , 0x9959E035ECD243799E6AB01F9FCFC5CA , 0x99743296250E4AC5A0671E7C24FAAF07 , 0x99A594E4847C4887B1BCB823FE174C82 , 0x99E36326D05F4FF9A226B7C5BEEC702F , 0x9B2009D851934111B69688017FBAD47C , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9DF63C8C73D24CEDB4DB5EDFFE8C0194 , 0x9E75FDBE568A4561B82F0A8C78018893 , 0xA2436AA4506F42FBB3703998C59CA6C6 , 0xA31A9E9FE7584BD8983181081F58012A , 0xA3409EB02CA3493E95CE9DB31653ABDC , 0xA371E08C4D084063AE5BF6D870F8DABB , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA410077D72804524925B777299743CD9 , 0xA52D497AAF8340B9B023B1FC1A7A281E , 0xA5EFD285FFF94BDCAE951E7B3031C1E6 , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xA7EBE7053E2445118A777177FF15214D , 0xA81738C06BAB4DAFBDAE92F6D4A71610 , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAC5203D48FC24FD69BFDE16F13045CA7 , 0xAD4C8D45EBEC418EA75CEC8710F65A36 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xAD58122E2D6748D0AE75C7FB9C585444 , 0xAE3640F34FAE4009B12CDFDF3FD449B2 , 0xAE89AE15068A4D188A6F617EAB5A8855 , 0xAEDC78302F0748BBB45593BFE4EBD57C , 0xAEDD6355B69E407E9A7D2FFE206622AD , 0xAF424FEF15D64CFB84AC7224F0800FE1 , 0xB1EF9847DA8D422D9595A68449CCA354 , 0xB24CFE45E43E4677AA3AA4ADA750241A , 0xB32B7190641946ED8F1931294EF274EC , 0xB45449D269C442AB8D3D04323D8F96E4 , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB55A97761F474C0BA50391C29C33EFF3 , 0xB5C9D97A6DD944B0A1363617F10BEF47 , 0xB710C60EF0624960819BC0CC56A96726 , 0xB725FF2B495B42AC828AB174F7A109CD , 0xB753A0DB7771491A93CCC6A6C6758AE3 , 0xB7777B4DD7294D518AE3D9C5C6400A2D , 0xB9B324817D724B08AA33EBAE12182967 , 0xB9E0DC8280C04DE18BA380935B536DCA , 0xBA4658A88EF34286B63D8B26F3A8DE2B , 0xBB2ACE3BB7C349F99C661E21BC282E45 , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC23CD2FD2035460CAD1265C49791EC16 , 0xC280A1C2BA5F4CB1936B3F8B3A7D9D7F , 0xC43C093F981249629B537B6C91E9A90E , 0xC50DBC5ADE04460CB0E4C353D44FE43D , 0xC5578AA53F894B51BC3C39ACE75468D1 , 0xC5AE2A3FEB444A7CB70847B1561A5E1A , 0xC6D4E056096948578824F947E765E861 , 0xC71DBB70979B4CEB9368AF122DDDB8AC , 0xC7A402C91F4746508A4765B605B3DB40 , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCAA492DF6CAB4815A01124A3C2A19B9A , 0xCB2CB64FDBBB4979ADC3FBC0E8842EC4 , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCF9EDBADBFE24B908A94BE358064220A , 0xD031C1E3E5E94CC187EAF3AFD2DBE625 , 0xD1FEF23CC89F41DCBCC89F74582FF4CB , 0xD22C3B8E4AC543B3A01CC3DE2ED265CE , 0xD29E0B0A1C1146AFBDF6E261C330346D , 0xD2DB13C0B05C4D12BD7A86AF37DD3C70 , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD3521F78F885462BB5119A493EF326B0 , 0xD36E085D2BF2493B881397383E9F89EA , 0xD394818E58964194BD19F16032979BDC , 0xD4178E7C79F642EE9892D9074F7FF4D2 , 0xD461F7507D394613AB0C90420B2CBFBE , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xD843A216A4074263B959DBC70082DF27 , 0xD9128CBC1C2742888C291D55929B85AF , 0xD974A9820DEC443C882B0A1CF858FC6F , 0xD9925298797545F28636046525EDD675 , 0xDA363F5157C9441484CAB755CB0FA757 , 0xDB1B959EDC14490FB0A1F9AF4826876C , 0xDB2CD3C78BE8444C849942DD4C7C5D35 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xDC6613A44F7141618B46C1296354340E , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDD319453E6104BFFAF533695E082AADE , 0xDDCD469A7E7E4977B9BDEE2D9B372EB1 , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDE97A18B6A0D48E29475B047C32A1D59 , 0xDF175F3EE9AB43CEB442FF1D92C1B0DA , 0xDF711155A93F40259F577DA510BC2B95 , 0xDF9558FE20CD451792341CEE9501D0C3 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xE124D22E69CE493DA42125AD1A14B8DE , 0xE13C8668D3BD40848EAC1FA9A83217EF , 0xE26BF4FA2B4E40E189D90A13529F18B0 , 0xE2B8C02459794FAA9DAC5392FDA31E56 , 0xE3236B4BFBFE4647A91DC7A007A3A98C , 0xE36BF5DFEC734AB8A0639CCFBF9615FD , 0xE3A265B2E7844577903B6D1E3F5396C9 , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE3F0D71DE28643A5B3FB6C410E75CB29 , 0xE60B339A9724454FA4531A5DA26F439E , 0xE687B54F1A1C4A9381AAFDB3ACA38EE8 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xE7F9521DFA8846E7B625598E89AF3C6C , 0xE830283717B74354AE78DF7FAFCBD3C5 , 0xE856A61D085B47E789EB273C6D725D54 , 0xEBE5AEC7234C4660A95186BCB9DB4723 , 0xED0117CD0F624BEB995F35A34C273ADC , 0xED99F583E73E4E94BB8768D4BBC0A589 , 0xF149435E512C496596F14C9B92540C15 , 0xF15F385545D44AE2BB7CF6ABF66D7FBC , 0xF22DE070D8C044D8B919E14D111508F7 , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF2B2A5EAC6194F9F96136C9946147A33 , 0xF2B53DDBB6604485B579D7E91B8D73AD , 0xF3A7EBD0D6034A38B8F8812EB8C5799F , 0xF3CD123BCE9A4B1881AE6DC0632F216E , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF636FF72EE3D4C17BC1F274C89854D36 , 0xF7F70D7813314B8DB298D5BA4DA53F21 , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xF872876363044B1BB656FDD83918ADE0 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0xF93E2D96057F4536B2D055F3A43FB084 , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFB4B82E9DBF54DC48DD1EDC90156E5DB , 0xFD1A9D0A4DAA46BCB2E5AF094C8F6ECE , 0xFE5F50CE07A5465BB2F96C54F6B1A83C , 0x000E78494746419F93E1C5E7568B28A9 , 0x0135DE21D87E429FB5DDB7319FE269C3 , 0x0228EBDDF28E4CBB877F7CD89738B278 , 0x0356C9B77AE64974A5168A65D2E33740 , 0x04E42AE2F78A47DC84B0EF86A691A35D , 0x063E143222BE43329C2728A049D6A1CA , 0x0718FBA01A7F4FE68D4572DEB8FBD4BD , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x0944703D3BDF4F2C8FC6E26E5D59FC6E , 0x09EEC78086AF4BD1B0DA2304A73EAF83 , 0x0A52951CBF4F4BC0917844D27286DB18 , 0x0B910E50185B4CB1859D4C798C23AAF6 , 0x0DD639E174F7460496B1B0B641168194 , 0x0E5FB59E0C1942D0BABBB2FD1C418688 , 0x0E7A41D8C8B844298ADA09F0B2C2F973 , 0x0F57105EC4844949A4CFC2D0A0D7FE3C , 0x13B2A2DC5647484AB4FD4D69364CEE18 , 0x149B7FA3F9724126A7C35F8F3E8E65ED , 0x14A3913B02F946B08BE4F100C37E5808 , 0x14E993C4930E4ACEBD2DAD070B5510D4 , 0x15E297B38E734369BD0D70D838D16942 , 0x161EF1313EDE401DB6400BBCE33414DF , 0x170548D01DE1446DB4FDDE7BB507C103 , 0x1789D74F410C4EEFAA54018198580F92 , 0x1994F3BAD5DD4F23ACF473A4874BEF8F , 0x19AE784C1CAD40C780A6F42777826111 , 0x1A29189313C14C0ABCF3CD20D671EDE0 , 0x1A52206F22B54763ACD4BC451AF5240E , 0x1AA6EF3CEC654FF185B962CFB9C15CD3 , 0x1AF272B1AD304FBEB2964B81142C0EFA , 0x1B996C332B384959B77191F5AA62A1ED , 0x1C05BABD982643E9853FF5B38597766E , 0x1FE219D843C54A3690FDEFDF79E14992 , 0x20B958C94E964FF1A31D04EC1CF76E3F , 0x213C9AF9EC7A4E17AEBC28403D2E472B , 0x219DC036ACB14BC8A430E82D3704CAFC , 0x21E38950289C47D4B96DE9F855CCC0D8 , 0x21F8F48C933B478E9AACA672FF760845 , 0x221A99A3AFE646C985BC71B5F62A7783 , 0x22B0F0E722734187837658F40DF14A85 , 0x23BCF96BB6434F4883DDFDB667FA2EC8 , 0x2433AEE00F3D47D5B77008DF974052FF , 0x245F8407C2194FECB0D328EE434725BC , 0x2932543182AB4A8DB4D48E8B2C1ABE6B , 0x2976EF28B710499F85ABA24FC16AA2CF , 0x2AA5A49DCF3C42379A93AA9925795B4B , 0x2B795149B7C146BB9B5129B2CD5EBFAE , 0x2C744A3F7CE7404A8AB6FCCE16FE926A , 0x2E4CC9DB99FE4CB3964C1CC68A2DC11C , 0x2FC50BA5EDD645C5ABCF9D9BA2667BD7 , 0x2FC7CAB63E924178938F6A61649DFD98 , 0x302BA6CDF7274569893027FCE1104F34 , 0x315BB2E7A49D47CB953C75E64AED9890 , 0x31D95954C3994124B715DC6D0815BD09 , 0x3261F044C57A496E83CF13E4B71DDA14 , 0x32C446631BBA4B2B9DB5392C712A8732 , 0x3379DD815A0249009479DB8DE083AE10 , 0x3504DE3E71AA4E5996C37D7A411CDC97 , 0x35A1D8F7122545648733B5898D2FF657 , 0x36B201D247374453AC2581AED926C6BE , 0x37883F91059C478C8960020BEB60D36A , 0x384FCCE973E94C9EB094BD834AED7868 , 0x3906E00B1F9C4DF4BBDE20C4DE1CA245 , 0x3A964FB5F93D4BF6B8BD640D1DFDC4B9 , 0x3AD5FEF426A4483DBA71DE845B953369 , 0x3BE8C60FA0CF4A2DACBBAF6BC58FA2DE , 0x3C4783DA94A040178C545959D93DAC4E , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x3D110CF4B76F41619CA612747A681685 , 0x3D344329B6764862B9CF044587AFF56A , 0x3DAA04A0EDDF431CBC25F7D7C979B2AC , 0x40F5D43EEDF542A7B294C134357BFC40 , 0x41AE7D1D9B6A44D0BB76A612A37FAD80 , 0x42E180EB8FB544ED9E17185BD9504E1D , 0x435B6A105F9B49EBA1D614D2FE7ADA2F , 0x436EE470E7184E3AA076C6027C4A353C , 0x444D22F611D34385B2CFC058601445A2 , 0x445711D61E1C462E93DDAF00BC929D6D , 0x44D33A4AB327477EAF23C0516ECE3CA2 , 0x456E57E125244880BA870E7E9449E59F , 0x46128C721AAB48C8B145AD64D8D335F7 , 0x46926A9F30094F56B3A380D92475FF29 , 0x492A043A6029478E91443BE2C3901617 , 0x49B398B0E25A46B6808A9A2551490565 , 0x4A3215BA4E9B46DC87A343D138724292 , 0x4A6B17BB0A994F04B35658F17CA6808B , 0x4AC2C2E8BAC64661B64F54FE23243996 , 0x4BF9001B7AFB444190F36A2CAD7B982A , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x558D508757C3458DA097ADD2F7FE559D , 0x5632E0C211314BC9B195B12047308E34 , 0x583A36DCB76347808B3E3A60D194D68E , 0x591C2F15E93441549CCAC2EE92F3337D , 0x597D693048894FE1968F74200B231A1C , 0x5A0B97282A914219BB4D6067B7A2E900 , 0x5A161C6EA7B2441EB542335427E42D9C , 0x5AA879F1589642698E6493B2A88B964E , 0x5AB2EE36B5C44AC49B10E154AC9560BF , 0x5AB95119F30144BF8BC8D2C4D8A90DE5 , 0x5DCD361EE6C743688B2DE56396F4B12B , 0x5E71F4B7028E4B90BC3F3872FA76E523 , 0x5EEB4D0E00A2410C84334A7DAB477FA6 , 0x5F8E515988C841E888B454CC4BF356E2 , 0x6039CD80756C4A209B2D838B7ACD1930 , 0x629C88C740084EF8AB8C0AAB645B9424 , 0x63DE8FCE30D140E081BD6C5A60FDEB51 , 0x641920BE5EC44FE58ED2827EE40EC501 , 0x6425A0B2DB4343F593B0D787627A856E , 0x657C9AB64A494FE09A650016EF0F1BCC , 0x65CECC21B83546DCBBD29EDC13179530 , 0x679DE757A14E45368E4AD4319AD94F84 , 0x67EEA67731AF47E9B12AFF6B22316845 , 0x6C759F2F45414B4F80053B885BC9E6A6 , 0x6CC0D8712B564981B86445BDCBB6EE60 , 0x6D260D7045C348CABE04CB6D73A60168 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x6DFBBE3855C342CEA0AA631FB2FA591C , 0x6E4F82DEB72E4267A13B012B750AB403 , 0x6F40C7E1EDFE45EEB3090167272C0660 , 0x6F6A0C170ED2419780030FC467202CDF , 0x6F739EAE91664A4FA1F04C1B51C1486D , 0x72853C9671ED4921A317BEC01448ADCF , 0x73423544CE40490AA6E0E2459B7CB7C9 , 0x73827AC261544966B8FEF6D09912FAE9 , 0x74394852DC0A4127A0A7DDD451473633 , 0x75FFECC479DB4D72A1C45B0912C8774C , 0x760A1087D8FD4EF991A89A38D24EFD85 , 0x762A9E8B09FC48F48A2E019566FE519E , 0x7660446CCA6F423DB9E67DB152B51EC1 , 0x7687B690F3F44A828720A8011E05BB56 , 0x76BE32A88CC44994BC718169101A5524 , 0x772972DD2ADD444B8575106292424FEB , 0x77B8689AAF3844B8B6B648713D7726E0 , 0x7886BE176E9F4E9EB44C37D22FF110A9 , 0x79CB23AFD85C4384989BFBFFBC49B5DE , 0x7AFF1A79265241EAA203BFDDDF5F928F , 0x7B586F8709244FF1AB137A0BD59E4462 , 0x7EA9BD7A635743E5B53E3A152AEFBB97 , 0x7F4B154C58C0409398D3C2399867EA43 , 0x7FB827AF3E084C15BA00348474140416 , 0x829A91CEAFD74DEFB0639673A8529DE4 , 0x844AE05DA49F41E7A8E9A9A9B553F2FF , 0x864900AB7ECA411C92A328565B3C01E9 , 0x874D2D1682434AB78A32620CB0F38706 , 0x877BB798D2EC469F9FFB46494242E15A , 0x87FF080606AF49938434A06A64375FB0 , 0x8858EA8820074C6BBDCC29CF761C3DEB , 0x888D319E6E7B499D9A206CDDEAE4092E , 0x890E664A790C4B0A9D140C5D5B849154 , 0x89A99B1094004A4EB3635D8765119958 , 0x8B5AC7390E3742758B8DCC3D6B45353F , 0x8E1A9AFB8332469E86DC7AB4F864C878 , 0x91DA943123EF4876AE4146E807B889DC , 0x938DE61F8523451CA9865AD51954B913 , 0x961017630A1E4CF7AAD63D358FEA221D , 0x961C8B0246AD4649A97D46D6C6D7B88A , 0x9727BF222B0345229C7663BAECAF81E3 , 0x9736C1E5B62544519C455D7840F6B98C , 0x978FD080FEF442C281AEEE91E297B183 , 0x97E0E4920D984191AF50C774D25FEFCF , 0x9B51498477A54239BF57A8FB7A9AC0AE , 0x9D74F55E479040F983AE3BFF409FF3B0 , 0x9E45C2B3922D4992BD340385B6C265DD , 0x9EA3DCF775004FEE868721F17AF81A2C , 0xA27A9090525C4676BFEE7C3F283A266F , 0xA2DECA3D63C84052913300BBF072D613 , 0xA37CF16957DD4165961826B32DA4E1B1 , 0xA473B69FE9C0407491BFAE6B58DBE493 , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xA5F59F25F1B64AADB4E2A898ED821D60 , 0xAA615235EEB844E8B2ED3F00E6F48907 , 0xAAB1D12382BC4DEE8D7835E417CA3BCF , 0xAAD3130EF5AB40E08DCB38D1472368AE , 0xAC67F2B1B1E84060BD263B2EA4F89E51 , 0xAD09EE6FFCAC4B989393F1ACB14B7806 , 0xAD2DA0AB106F468FBEA61058110F7E32 , 0xAFF34F1CF68D43ECB60C5BD4F54A8740 , 0xB2EB7F7B53064A1888C66B7043C301AD , 0xB437F66C6E094EA4B01EBF2A89C41085 , 0xB4784A7308AC43638B0106BD094A86E1 , 0xB76595D4D9E44F3EA415C1A08187E14E , 0xB7CB05B73FBB4932B1C2348A4D14D445 , 0xB8F6F34EFFC0473B9AE7643DC89C8354 , 0xB935ABE87BE9477AB2FA8F45703C3A21 , 0xB9D4988C39D04ABCB864207E3B2D72B8 , 0xBA1CF2EE4A8A4817993B6E7C3DD28DD2 , 0xBCB2DF7E12614C3EB5D57BD2B511C935 , 0xBD3352CE872F4CCE9D07FEF15C5522BE , 0xBDA734658772451BA82629D6A8061CEC , 0xC12B713DB02547188BE855B16D44AE27 , 0xC19A3480F1B045628BDF54607108D271 , 0xC450C2F2FBA945E5A24C86E1AE281723 , 0xC45DE46EBE0741D389A8B4C21F26A688 , 0xC4B7B3A8323C45CD808713298ECAAB07 , 0xC54CD247C8D6484E8BDA9E9B781312B7 , 0xC5EE33AA4F0447DAA5D200EF0E5F2EEF , 0xC6C23CBB5C214F62B0C2146A6B0AA560 , 0xC826308642CD42EEBEB1B5C2366A4DF9 , 0xC92AE0103B2841F4B31F85421E7493AE , 0xC9F0A5E9D163479F8DE034EDC7652C8B , 0xCA104252789F4DE3BE4AA8536EC72912 , 0xCA4E805D773C41BBACAFA0357F528AC6 , 0xCC4C28EC485940FCBF147985A3C49A9E , 0xCC4EAD1937E5442EBBB8B1C59E540F5A , 0xCEBFDFFBE01E4CDDA38E7613387AF911 , 0xCF51E52DF005455EBC48B904B0BD829A , 0xCFB8C08C083D44FFBB603A1B2C6BF7BA , 0xD02F39CA3D314684B630897099DB8CA9 , 0xD03DA6B3FECB40E385F564B35939CB03 , 0xD077A4B7EE6E4617807D01A6BDE056A5 , 0xD1C29B91D23D4C5D912E9BFF47932B3E , 0xD5F97359EBE042B7874712091F85901C , 0xD6AC5EB7B3BB433C8D31A63AAA9E7007 , 0xD7614352E12A49CFADEB1E743B3B0424 , 0xD94AF7E555F24DC88E24B40E334179B6 , 0xDAA51197BF534B4789068EEDDCBC6696 , 0xDB634A6B088647FB975B1F6D03A6F0C3 , 0xDB91D65238A547BA93F95DA9BDAA1953 , 0xDC362D5EB74C476990D1CD38D0C81217 , 0xDC3B90AE0E224823962F5B8672383888 , 0xDC59F738B39B4C8A81B54F1753DBABB1 , 0xDE5DEB88A77C42C5895C4C1CBFCC28C9 , 0xDE93D232BB23463D80418E5CCEF05F83 , 0xE197838C8ECB47CABF2C12B66A18B7CD , 0xE251EF0362FC4BD094BF86C1415347CC , 0xE45BC4BA3BDA4179A5AFE9DFA931C0D1 , 0xE5CD28270AEA4A7795C53B74303963A2 , 0xE6E7FC748B194593976BEDB29117919E , 0xE7EEC62167DF4F86BFA4849DA5FF75B6 , 0xE8927E53C6984C049A3E4F4C9DD61B73 , 0xE8C02C21274B4774934F39A6F5EEC631 , 0xE8F1AF2223AB43B6B73A7DE38C4741F9 , 0xEB97502BC3D74C639B4B9227FD02655B , 0xEBEAE3ED923C438F916122C98090FF38 , 0xEC7FEC2C7F3547A38A4E632404847342 , 0xED3ACD02960947B3B474F968305F856C , 0xEEEC2562DFF74F0E83D5B768F6E89DC1 , 0xEFEA42B137644D6E8E119DA67B772A51 , 0xF0994AA77E46460392A53B11023271E5 , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF17176BAF87F4FE28AB04027DA6B3025 , 0xF1C6A33E004F4A03A8BF020DDDEA713A , 0xF27B52C1A3B941C599E789BE7D223D9D , 0xF2870544C73F458C999B4B35EF6B02BF , 0xF30FD2AD741543608379DAF77CD7417A , 0xF3BAF3F7633544C0BBC53E2AF9A64B40 , 0xF47C11FA3F4E402584C6D98691D8A60D , 0xF62F31A7762C4DC4B43538065B4089CE , 0xF7BA3F0D6E5241EF910C3603E8BDA278 , 0xF889CE96EA7E4F3589D2F4AF6D82261F , 0xF8E72AE6A4DD4426948B16B314A91406 , 0xFAF4F9AA8F7D476F88564EC15CFAFD05 , 0xFC212B1B91FE4EE780A38E7C685BAE95 , 0xFC244A0FBC4B40FAAC57C1D01FBE27D0 , 0xFDB8A26746E74E68A009DC9F634D65D8 , 0xFE0A1080794E4F14B88EDD7154EE700E , 0xFE65B2A82B8344D0ADC0D0CF0716B3EF , 0xFEC1C5FF1264408096F7AD67F94E2CB5 , 0xFF20D579FEA94A72BA5864C1B3102618 , 0xFF6F34378AA74C03A006DD0CB1444895 , 0xFFE3A234F31A4C23AA20807E83B12A39 , 0x007A1FA152AF4C13852767FCF74A242F , 0x00A6E1E8CC574C6FB2F0C0A21F9F5F89 , 0x01022D79D8EB41ACA0F598499123F6BD , 0x01F4BB51EE0642B2B6709208E4AA5B2D , 0x029087D100CA4DD4A70BC50EA1F25F70 , 0x03D06D243BAF49C4B1629B6370C119F8 , 0x0693A0E693D64BBD9486BCBAB0FA115D , 0x07C2A509D5CD4E628E04AE6C162B6B56 , 0x08BDAE55104D4D588BCC32467C8E700D , 0x0A519E7703E140C4BEA784AC17A3F83E , 0x0AC730DEABE64FCEB01C4AEB646A5E3D , 0x0F17D586B3CF493DB35185381BBECED8 , 0x11067CF0C9C94A0DA928BBFFF8D1D01F , 0x112BADE9CECC490EB5C553E23663491A , 0x11DB494A45954A34B3A08BF983D71071 , 0x13F35B83763442F782D802E1CEC8B4C6 , 0x15C4EF632F324227A3DF309CD5962519 , 0x16E75B7CE5ED422BBE2B40E7D0A4021A , 0x173B69AE301948BEA58FFA5218EBFD1A , 0x184DCE4FA8C54D4292A4905342AD9B1F , 0x1A105CB90A13465297463FA6BC3DFFD8 , 0x1D8FD55BE44741538CC48464016C94DF , 0x1DF39DF9D57242BBB1528E6DE4FF3769 , 0x1E3171381CEE431BA59440227C2D49CB , 0x1E887AA782644386B930690FC47BB226 , 0x1EC3A222BBEC49AF9024A9DF3EFE68DE , 0x1EFBF03A19B44059A8D5565291C8515E , 0x1FC457B609AF4BBC9070BE99AA54972F , 0x2203878FFBE64BF787BBC9ECE75CD9F4 , 0x228CE65BF6C547F2BC88A05C1EADB38E , 0x22DEE1BC78B24F799D6CC26595AA1921 , 0x238790797FAC4AF2BB1AED77540BC880 , 0x2580EB6B6F484976AC1A011380F7EF12 , 0x25A04338735347678B0B423FE9FE7084 , 0x274A5030BEBB42329A14FCAA2839ADA2 , 0x2788E4F732D64E8793DD0DCA6FB3AE3E , 0x27BF90558AF040EAA1A4E15D908BF193 , 0x28134577D7E145CB8165CED1D8F30D5E , 0x29304F2448DE4D1280DD4623FDF45054 , 0x295A0699B5744B769543FCD60A506377 , 0x2D43EEC2866D461993CECAD5FC84A890 , 0x2DB6D3979A9444C4A18B2C289B099676 , 0x2DD8532D85B54595A93280A25286D3F2 , 0x2F6C522FD03A4C4EAB6F796934FAA64D , 0x3025C7430DF243FFB113B98241BCED82 , 0x30BBB83E420C47DC8E567CE1CED31FBB , 0x32138D7C6D19400F97E9D957DAD7A960 , 0x33388F7F40F844B1B949923C30871C59 , 0x37D841BA139C49E488AA23B8F2EBD469 , 0x3A1052FBAFE74B1D8A4A764C6F0362A0 , 0x3AFF9799BC4041F48383AD317189D817 , 0x4011935257A3429EB08EB20C0E6AD41A , 0x401E96C1558547498467F0C9AFD5AAB6 , 0x40690B49239245E68A1B5965AA5FC654 , 0x433A438965BA4354801B8C79BA80536C , 0x43827667B6594A6EAFBAF56B0606AE29 , 0x43D9CC4CF28540BFA8D5F61B6B463658 , 0x446AF3270947436FB49EA81C252BBE14 , 0x455481062DCE40EC812C6C73E89ED5C5 , 0x45C17F41CD274170A920E3094E24A7BD , 0x464CF230ED71448CBE652F5C30F413A0 , 0x47111E915D4A4DA5BF7400C1CEF2B7E8 , 0x47169A78D21C472BB559C8E2497399C6 , 0x47807A229D2B4AEFA1F7FFF4BD48D4DE , 0x48DB6EC96E824BA399490B64689D86FE , 0x492D555F2AB14C9182CDBE9D8F99A18D , 0x4A8A7DE49CB3418392BC2067A76906AC , 0x4B18F742E3614E54ABC9DE26805DF5E8 , 0x4DB03A001E5A45FC9AC9B752739A5C9A , 0x4DB3FF96EA1848B783C7D30511B54678 , 0x4FF83AB328F34F82B4FC8CEE39079FCE , 0x53CF5C6A565A4A04B126A99B0A7B986F , 0x547ABB6A5E0B4ECDAFF2CF4A0878962F , 0x54BCB6645ECD4F609702BC09E79ECDF8 , 0x5517DCB520E0447D8B71E250289BDBCF , 0x560AEE0108F4429E8076151F8FFACB41 , 0x56B3BAE0AFD04387A00818B338FD10D4 , 0x58009D3C7963411ABB2577369115E127 , 0x580E2924B69547CD8AB090B5D9183770 , 0x58E4544E76714DC397F929986C3D242B , 0x59238F4F32BF4CA586AC16761E9E8520 , 0x59C1A84682094E61A5FBA2085C2FA95F , 0x5A22AB79945E4DB2A23CDCB13D18BD5D , 0x5AC0A94863774A16A5F866C9A25BA7D0 , 0x5B4C44983DC74604806392EBFC4004BF , 0x603E2A6A95224C40B606D94C4CF69528 , 0x61BB407CE3394758B67224C835FF5588 , 0x633F920328FB4F68AC545E703232008D , 0x63BE9F7BD0FD48ADA4A3B6E780BD9626 , 0x6432B73EF01942DFB5B2F2F00E571115 , 0x6B3AECBD530A4BD591579EF4E36CE953 , 0x6BB825302CEF466191AB0AF23BC92E4E , 0x6C6EFBEC4FFA44AD9EC1886DC0A7CC3E , 0x6DFDD1C65F32444889A5172C4D729C21 , 0x6EC25E1827E9435A86493AA10F67C0D4 , 0x6EDFAB503BE9493BBD28B569C16A2E25 , 0x701C04F74C5B4B54813097773C4C35E7 , 0x70AD3859756C419285B42EBC6D08E089 , 0x72625876BEE94B89B143327EA6FD43A0 , 0x745334B539FF446E84460239BFBC8890 , 0x74A8015C7F0E4E9DAF1DFAB949829573 , 0x74D279150D844ED2BA8396A34E41B41C , 0x75FA6173A9274C8AB1D8B01B9267D536 , 0x77C19039E6814F99A8191BC703D5A9CF , 0x77C4E4B3E7644C0987E7F01F0320D643 , 0x78726534024644829D30DA027DC8B63B , 0x79CCF6DE65BA4FEABD07A75086069B3E , 0x7A2794BCD3864CA785F7FAEA817476D1 , 0x7AA464FB566C440294E18DD5C85E547C , 0x7D2D8A7B7E7E46F8A21FC8275A738782 , 0x7D54B36DC6CE4BA3A19A1846EB6D6FE2 , 0x7E7F851339DB42CEA2EF2B1684BABED6 , 0x7FEC17246F684086979A4FC6F287765E , 0x803745276F8E452EA05B16DF3525A8EE , 0x806BECB50F23472DA8F60B35F6EAF25A , 0x8162EBE5BA8B486483D78A08182B7F6F , 0x8341C231409140598B466D0B5EA323BF , 0x835C12B9BA5B46DAA4C30E0752EF91CB , 0x8434222E0BCA4B3CBE87BF6A8D8EEDFD , 0x849898EB6DCE4E3297CCCB0DD00EC171 , 0x879C7486EF664B139BBF4363C2ABF3E5 , 0x8832E0C33D3444EF9E9505C8C2AD9E3E , 0x8909CA36362E4FEF9A2D65D3A53B854F , 0x89E6543BBAB2449FA449F1A2244FA9EF , 0x8B116D16EC774D54832385EC4E6460CC , 0x8B28D6FE0B2D4432AA0188105685EA4A , 0x8C2A4CF62AED4B11B901AA6548AC7B35 , 0x8D2408A2692E421DB62256422069306A , 0x8DF94F2C25214D53A3137638855DA4B7 , 0x8E431E15C37042CA954A0CCAD779D446 , 0x8E924CB20F7643A9BF7BEF7260BC5BC2 , 0x8EC15D4A591A45AF8EFB13915B53AA8A , 0x8FE22A56AEBC4EC39910CDB40C240EC9 , 0x90556FBCA9094F9597FB5E380B958155 , 0x91C6D1DC4A174BAFBFF2D3FCC40C71EE , 0x94B3269649294696AA9BB2033B85FD29 , 0x94FC6855E484465784A2A85D361BA98C , 0x983BC77F1A1C4B779F401F9F5379ED95 , 0x98A3C79F5E4944428A9A7BCCE826A181 , 0x98DD15A880914185830CEACCF499830C , 0x9AF6A90F83394603995AF9B1990913F6 , 0x9B4F16223DD84D4D9090469B60516D8A , 0x9C12ACA604494372ACDA09D547AD06EA , 0x9C815A93E6AD4220B9303E4893CB310A , 0x9CB9C0D758D14347BB84FAEC7D2E8C6D , 0x9D94335132664BEEB56EEB2DEE4C5352 , 0xA3BB7A63E29C465BB7F6854E33EAB85D , 0xA41BE9BCBAF04CF9A08F26504AF0200A , 0xA4A5E048964542FDA0D2EA2CE570D408 , 0xA548FDE8DE6E4100BC81D2E97DE4E984 , 0xA595D041D5F3480882B657D9790D4A0B , 0xA7546B3A6D4C425188F9C9DCA69BB442 , 0xA9D89D1521334403A97A897DCB348D9F , 0xAA5DDE6A4B854CA3AA8B8C661C55039F , 0xAB95332E0B7A4903A0D15285C5381433 , 0xAB98B77E8EE34AB19A20B278D21F46A1 , 0xAC48024C31A34767B40A875E9A8AE625 , 0xAD9D690F8F25457DA41EA4D55B83043A , 0xAEB53CBBFEF34A2C901F4152792F592B , 0xAF4D741EB4E54875BA448F32A62F5296 , 0xB019BAAD3EB44DEF924009F105DF0D9A , 0xB256055B170D4F899680A102A04138A0 , 0xB5058E6724244F39AB6CECEE958FD05C , 0xB5068607113E4B34B5E70B24CB3DA802 , 0xB618A2D14A76487ABD6655749F09FC71 , 0xB72A9DA03C4044C6B98263997E0A0D9B , 0xB939BA6C16E14B70A31240D864C76929 , 0xBA583576AAD6492887BE7B5177EA4D0A , 0xBCA856356F5C4BC9A804C84CA90D3860 , 0xBD513208D41B4E678E0BCCC0BF3DAFAA , 0xBD7C7BB9CFE54FE392066702A6B18604 , 0xC0ED3C80FFE14DCC9B5DB08837146758 , 0xC1A2E6B090CF4E099941384533BF95A9 , 0xC31A897A58674A4EADA668E8FCDD46BF , 0xC35793ADF4F84CEF8711EA44A9AA9301 , 0xC738839DA68B45BA85E1EF7C9C0D4517 , 0xC99C81BFCDC34674B2B9548B15A4BAE0 , 0xC9D10CA0E5A24E7B81760C1FA898E61E , 0xCC3E1C22C907469280DCFAF161DECCB4 , 0xCC426271B10D4CA2A60428C8DC991016 , 0xCCB5ECFBFB414E86B0B958D003CFF3E0 , 0xCEAAF33BD9984F74B2176A6404E9E6F8 , 0xCF694D760D0642E29802FB2B610EABBE , 0xD19E5DB243314DD7A48021A4DEF3F602 , 0xD29D1AD693084AAFB5755E748E04EFBE , 0xD43CB531144340D0B30C3E8399E3A50B , 0xD440D56799D043BAB790368E95EFC747 , 0xD5CC32106C074CF788C9CFB685071F97 , 0xD62B8EF96E864F109C11FA522182C7CE , 0xD69DBCECE289412B9AFB83FDA87B3C13 , 0xD7078C524C524E2982DF30788B490346 , 0xD745A5C602F44C2BAB2BC28D1DBD23E2 , 0xDABE0A338A8F4D3C8EB75914AAB74BBD , 0xDD294AB9E4594FB18E7C5C2C37B128F5 , 0xDE7186620E97437A8727A5AD1CECCD1F , 0xE02B61E6F6C8447D804842637B107D0D , 0xE10D31AF0442428E8BE87695E90C122A , 0xE13FF596198A487289B6A9DC2406E322 , 0xE40FAF24C52D4C9BA2F0C871368D23CE , 0xE452956A7A3E4E35BE883655E6F3E6BF , 0xE48D785B2C3246A79683263B0994B0BE , 0xE51ECE8E31174CCEBA7DE8ECD319DE69 , 0xE588DA1E1A86469E95B1B35987BCDC39 , 0xE6A10CB776C345359BC9B08D9C24DDAE , 0xE70EA7F4726946359A56C7E6D9D7756E , 0xE7B751A39A3543AEB043B962E8A433C4 , 0xE9458F8348C0450694D3C52D09E64135 , 0xE94999E21F7D46708621B84E4E416907 , 0xEBBE6BE5E2D244FDA3D7E0E161EA9BD1 , 0xEC5F3D914D854879AD5DE99FEDD29A9B , 0xEDCE89E25D3D45D6963437B45A013433 , 0xEE5C54D8F9EA4788AD4842C5459C02AB , 0xEF9A10679A3E4E648BEDB9F5AD4A92F7 , 0xF017C55C41CC4C49B59FC303D74844E9 , 0xF18EA2D9CC8D4F7ABB1FA99779BFF86F , 0xF257CDC11F9249B68112D38E123042B3 , 0xF37F9841185F4B63AEE86562C3BE45EE , 0xF3E76FEF862C4B6AADB0807B36E696C1 , 0xF5068CFF9EBB46D09DDD122E57E93FEE , 0xF5B7877DC56049B4A08F1EFD06F17558 , 0xF6E71BEBF3DA4418B79DE6B4BC89FEBC , 0xF7C853B0B1F64EECB492B617F7C44D4A , 0xF9727908AE404B4F86A86C81212041F4 , 0xFC9CC85537BD455EA16FAC0130E897DE , 0xFCA6A1DD0B2140818A42D022EEF21864 , 0xFEB3F4624E334BDAAC2203440952089E , 0xFED9C2B071EA4682892F6903F21275D6 , 0xFF092CC78E2A43FAB0AE375561500CD4 , 0xFF46ACE1AEAE4F759ECD8A4E415D97B8 , 0xFFFFDCB97021447A894A580872F20AE4 , 0x000EF5831B3A430C823FDB9A4D9A82A4 , 0x0081AC3794D54AE2835F69DB80C9FFB1 , 0x01DF0437D5C445F1A5A07BEA8DEBB183 , 0x0271E6104C6845DC8FDC813CDA13ABE2 , 0x031DF1F8460A4A54A1A68A86D912074E , 0x04ED78D2BBCE4F23A41C135BD9820CE1 , 0x05033B246B5D46FCBF4CF3587EA95094 , 0x054CD0A3D0234E5E9A51B1B909806E40 , 0x06251DD3B0C94093951DA100F076C2EA , 0x08996E960EDE48D58D2ADEE53FA2D08E , 0x0B002EF63BCA4B15A7572AD30F043183 , 0x0BA77E1E710F4523A101F0EEBF7A48E2 , 0x0BC917B5EDCD4809A743B82FD499F642 , 0x0C59DDA9C6CA4B228546C4A848E8B12F , 0x0CDAD770904B44EAA0F3C467E44A6EE4 , 0x0D16945C44A64442A61D79721631C562 , 0x0D41A6CB43524D9FA55D17FD7116941D , 0x0F36664F01AB42C0B4338739B51FF205 , 0x0FBD3AE5F2684859B4932BE62CA73191 , 0x109469684DEA49F9898134DF23D6794B , 0x1393F63C67C14F13B8A70B960C4AE56B , 0x13CC27EF18FE4B7D864B4181B080E1B9 , 0x1493A98590E84B1B80F09F1A51445383 , 0x15B3B9AF464A48B9AC91B63A9F024AAA , 0x15F6CDA37C5E4FDEB01800F33F931FC8 , 0x17439E2A47444F699915CD9AC6D679E3 , 0x190C907DCCF04CDCB82A1792D0FB6575 , 0x1AD18D94BE7746F38D681DC4047F5BD2 , 0x1D4C541973E04C26B3E32565995022CF , 0x1ED42AE466A24C0F86D6AE925A1DF54C , 0x22F6ED53D7C94311A8BADD69B5B52D7E , 0x234898B4A04B47C7B374ADADB9CC21AF , 0x2437AB758719496EB6A7DB0C84D2E10E , 0x26C07DA2CF2940B593D62298C1AEC378 , 0x2784E10173034DE19CBF8AE41D46046A , 0x286FE95DF51A4B078689FD9BDF407259 , 0x2892F1DC6E96435B8292F26DD17C05EB , 0x291BABAFD0334EAF9E5B2A4B29A76579 , 0x29521A5B7D3441A5B39B397689C9FF6B , 0x29F01EE5467642A3B710C07A0BD70CB8 , 0x2B068EEF0C8B4C769A733013A16598EB , 0x2BAF37AE59464D3CB39971A554F40F61 , 0x31EE99BCC2D84A76A1750F8B1EA07D2B , 0x33350B9EBE3C4A60BE0D1A7928036C18 , 0x33D58CD52408459189C250399FEFDBEF , 0x3439C7271B0B4B87B9918EE485D73856 , 0x38AB66B46B6842EFA86F6FE6E219B750 , 0x39927107BC034520BF7C9052503EDF55 , 0x3C32C96EE8004E4C80848C413C5048A9 , 0x3D7290F183064D558CDA22D51D797385 , 0x3E002086E1D54B1AA5D20A63D04A21FB , 0x3E15C2F8798F49429924553061033BE3 , 0x3E859525A2AD4956A531569487645062 , 0x3EAB6912AE4B4479A6C7E718E6AB284A , 0x3EFBAB582BE143EDB11FB8AC98C99770 , 0x3F7EFB3680214A10AE031A219B63968C , 0x3F9DC7681C6B4AFE81DB3BA5AD6582E2 , 0x400B6509E98E44E097B28793832726F3 , 0x403A32D047FD4E48B93627BC62BF5237 , 0x40C3C866042B4BC994AA5C80C37F24EE , 0x410A765BB2264DE1A8337773A95D0233 , 0x41B1F82F4144486B8895B1C83F710700 , 0x44C2AE7C0B0940269AF3BE1743B6B491 , 0x459CD3A8A16249DE95CE89DEE1D60D6B , 0x47FACD60B3914C50BA0241508CFEF9F5 , 0x487E9CCBDDCE44F18F8CC87FBC9BC54E , 0x4921286D42D74468824196D62AF518FC , 0x4A262E67E85749EFAEF42C86BE986F21 , 0x4B144FD09DD549169F60EAAE7BB69BEB , 0x4B5CC8374D564F75B99B19BDA2C2A5C6 , 0x4F3957DA0E834D17904C0433F3B7EBCB , 0x52EAA799988E4DF79E528B231C35F365 , 0x539A0B5FF25C44D1B5886661E963010E , 0x56C05F78A2DA448AA7C0430C847215BE , 0x5892C7464CF4418EBB0748DDE3288FBE , 0x590FE2E8BF21427AB487407BEDAD9491 , 0x59EBD7D57DEC46B0B4E5E8E056BCE891 , 0x5A445EA009D64A719C65ECEB163E7120 , 0x5C7D1935CE34448FA6BA33EF37DCD4EC , 0x5DA14BD098804519936C4A59B3154B7D , 0x60BDC15862D24CA5943332CB496BB1D7 , 0x60F8EFB852284887984148BEB8E008C6 , 0x6368443DB30140C29FC8B1444722D123 , 0x63C53BE385DD43D6AFD488DBE431B040 , 0x668F4A9F73DB4EAFBB0880C78621B7CD , 0x66D298ACE83E4DBC8A8EAD1E40B7F5B0 , 0x672F2C66F92444F8B853AD854028C46C , 0x67CB2A6565874EE7BC6D3778CB00B48D , 0x68FF25B3F07E43848F90B38FD5DC917B , 0x6A2844C7044A4B89A9DAA2F83219C2A4 , 0x6BCAD53E28374CD1B7375EFE26AE3EFE , 0x6BE7A19B73A04DDDB606CFC805DE8D97 , 0x6F02B9599FEE4388AF578FFAC2A14695 , 0x70CA23B7DC0F4948A8042D54FEA45598 , 0x70CC9842EA224E319D05B2570F355568 , 0x71C81AF831544136BA4A018898B66A28 , 0x725B7B25FBA449A78E2C839BAB84441E , 0x72604941737B410D9A745E4B1788F7D9 , 0x727A4734254441E88F15ADCE6FC8B283 , 0x73033693AFED472AA450284E01FE1FF5 , 0x76D9538AD9624FCEB341B53C28601393 , 0x77E5EF6B406F48F3AE36047E3CEE8CD5 , 0x788269475BF94C2CA3D045921576D976 , 0x79A09A8BDA804AE19AF1932577C72102 , 0x79DD8E51210C4C4181A87029EB9F60AF , 0x7A38B5FCDE4047D580376441ECC10AA4 , 0x7AAEF7CACB6C4155B44CCB4FAA39B5A4 , 0x7D2049A2DA1E488593157BB1AF5990FE , 0x7FF8F9530FFA402884E2E2D191616F9C , 0x8216029A21E5428081AB8F225B1B1EB2 , 0x825AE359E1814439A2FB7E3D8B41A8D1 , 0x82B64365454142BB9C57E9FD12781304 , 0x87B57EF837734DD7ADC254A7A6824FBD , 0x882BE18AC6A24426B7264F6EA45872A9 , 0x8A0FE4D5F1954D869A1B4FAB0D31D09A , 0x8A81294FDB8F430B9930A274957A1938 , 0x8B6D68A4B4D8460FBBD7FB6D9EEAA91F , 0x8C31FAE67D29448EA8AC71C0343FE5DA , 0x8EEC4A51A6A14B01932A03B37E604B46 , 0x908ECA9FC92644488B080FC149CFCE22 , 0x91DF949AA27D4DC29DC9745ACF82D068 , 0x929CACC05B2A4B5FACABEB46DA61E152 , 0x9387BCF05D1445478A5549B8D96797AD , 0x940F62E0401F42A79E21EB91B0360755 , 0x94DF33004C1E46CB9674B080251E257B , 0x9839B5D2C4864432A4A56C9AF5D9E222 , 0x98584CAE0CFE4E8F9A9A1924E2CC7386 , 0x989B1189C91948D884326CA3EC3287B3 , 0x9950BC9406BD4D7EBD71397F82EF7C8D , 0x9ABA7A0386BE4B509DC781FE0C012B92 , 0x9CA981CE52C94413B4036C1CCBB43254 , 0x9E33919699634DC18FF91671C178AB66 , 0x9E65BBECF0A04FE3B778F48A23DACAC9 , 0x9F8C61421D7E43C09D29B8679EDAE9B0 , 0xA07EB530D7744D619776298A4058C5D4 , 0xA15530D9AB8846D692DCE7188B47ACD5 , 0xA3EA7EF571784665ABBA4B2397983D68 , 0xA4A8C6346F5940FFB4761D2D5D091967 , 0xA4D84B79F9544500A9A5AFCF374D8E9B , 0xA4D952B6FC5B42F19E18BE4811068F3B , 0xA59017A5A61C4B4B857D277350137D29 , 0xA5963CD8B2784234A4859EEA03EC4464 , 0xA6B0A8804BAC450BAC70F25A0AE44AE3 , 0xA78F1EC6F1B94E8F85ED262FEEBC04AA , 0xA925BF421D4D4214A77DC719F144EDAA , 0xAA614E4290BA43AB95CAF4DA7D1612A3 , 0xAB841FE508594DFF9905BCE3EE2B40AF , 0xAC6E2D59501949F7BDD7AE1315F29667 , 0xAEC485415F5A4CDD8D2C5FC155BE17CA , 0xAF5ACF6A738C47C9AACB713862913D7D , 0xB064BBDAD6304515B0E7FB7A98BDD096 , 0xB272A951C5BA43BEB158A99FBC7D31AD , 0xB335CB07EEA047ABA84EACCC56619CF5 , 0xB4A79CC8F5874DA6B202E9981C4CB754 , 0xB4D68788A3EE41D5B4985E37BCC20547 , 0xB511B404AE064C909B45DB0CD7C86DCC , 0xB7EDD1958F614CB999BB19B8FD457DF3 , 0xB870C2E3478A4C75BC3165AE7CFD9F12 , 0xB8A2E011D7E34A4184B5A5E02A9FE890 , 0xB90F175727A848208F5C17E98C46EA01 , 0xBA6F4305B41142B4B4F1521348AC5AAA , 0xBAABCF0E917F4677A5D8DBD49BB4C05E , 0xBB1B6A5D28274A52A97C3A902D61A795 , 0xBB3A6F82FAC7459F89B3127C83AAC3AF , 0xBCF4073024D6456D853798180F7D65FE , 0xBF7D9046644749B6BF88CDB164E1624F , 0xC006251BAE9C4955B5F15D8B4F79D5AA , 0xC22A162D937B4591B9BF49338FD1A781 , 0xC6E322B9CC5A4B0CB7E19D55102390AB , 0xC70CF8D332E84062984444746EBD2499 , 0xC71E65B9464F45F69727F0C928B04D21 , 0xC8E2F126B67542F1BFEDB68726AA86DD , 0xC9822AFE8669477492047440B411D4D3 , 0xC9F3DD54DEDA44DABAC22A4AC7A04B42 , 0xCAD62E8B68EF434CA7DDBBA59D96B0AC , 0xCD84FBC26371498CA40118D7E71FCD3D , 0xCDBF7C5DDD544A4E87B2C282DFB0C63B , 0xCDCDC299800E42388E52452A3EF64060 , 0xCDF34A2C9C304929815298E73875CB6F , 0xCE60C0313D9F410F91B188790B651B75 , 0xD22E833015754120841BAE409C0AC5FD , 0xD29376A84E7543B280635670694F259F , 0xD315BE81A108442AAD19A54B0557DA1B , 0xD411E94DD69C4F9CAEBA00F4ECC1BA03 , 0xD525099EB282443C8E1B81871A169F15 , 0xD52A2FCC05914014BE6ADCA896C2E366 , 0xD9AD55583E644992ADC18D0088AD92C7 , 0xDBBBC7FC96BF47A9A5CE98B037F1C4CA , 0xDBF60111696D47D29AFCF66B80807219 , 0xDBFF2850F5FE4458BA7DD82F7E3F8458 , 0xDC3DBADCC1074223AB18F330FC26F3BA , 0xDD9FA15D6C784D3AB0E0596612D7B642 , 0xDDD3AFEF378246E7BA8E494FA54A50CC , 0xDE458A0A88404416B746E9F4C6D991AC , 0xDF64D5021477438188D43C082B8D8286 , 0xDFED0973F0AE4396A94D5A2279A85B81 , 0xE0407139B1334C109899B8E5FDC143D5 , 0xE057F5B53A404BDCAE067B066E4148B1 , 0xE0C26DB0179F4E80B80449D2ECC16D0A , 0xE159839C869342269DD7661361C6EB0A , 0xE2610F59669A47A8B4FE27FDDE939DF0 , 0xE376A38DDCCA412DA91F59D6D26EBC6B , 0xE4002CD9D82E4B7F99760B1846D3AE48 , 0xE53C9062DD7142169FD082935AC44F94 , 0xE6F61BD2254641BDA44EC369DB858D91 , 0xE8F198E54C4C4A09BC06AF1F21E698D8 , 0xE99B61B2BFC5441B9226AF774836DDA6 , 0xEAF295037E104487AAA71C2CE6671E67 , 0xEB1EAB4258564092870BB39CB5CC009B , 0xEC151D6D00A746AE90385FA03FCC7610 , 0xEC3AFA63266F4882BEC26136CEE9B289 , 0xECCCC3E01A09438792CCDE1CD8990D26 , 0xECD31744CDFF41DD8E0BB04B8C0E9F0F , 0xED4DA45D7E944A9FB0A36A13D6753954 , 0xEE31A6C46B6B4B4E9EF52A76F377B0FF , 0xEE396F8415FB4178A0016E357F38564D , 0xEE66AE513A2043F094332A223AF6112C , 0xF0CF82E97C1E4240B2D7A13177F61B34 , 0xF113823D86DE49788018C1B18A8849D3 , 0xF17953D284854EEFACECB3183B036A51 , 0xF42CB19C8197497B9A6A91BE534B2AB8 , 0xF444609D2F4E47F7874BCC9AAF8C7620 , 0xF54DEA9BC0554745A18E4CA09533EA89 , 0xF5B11DB4BF904E51A18EBAC550A4AC62 , 0xF8A9A268CD54446C8ECDE28A19FD5658 , 0xF9F931BF44AE4560819501D2AEE24387 , 0xFAA0B9C6B35E47028646289FEB0FF043 , 0xFEA025D9DBA648BA9AB9272E76720332 , 0x068436696D0E4DD2831C948CCA3B2D13 , 0x079CFD3AC7C64B31B65B24E4FCB374A7 , 0x08EBA61322F74E8F81CF8FC48B298966 , 0x0D6FA1B9B79F4422A754930005516F03 , 0x168EC164B9A448EBA7F9E0606ADB6777 , 0x1A0228839C074C7D8056A7F503CC80B0 , 0x22AC5D876E544B33A94207621214BD14 , 0x2747F043B53C419CB6150A92219843BC , 0x2D3427CB7A114B62B172EDC07786616D , 0x2D38D942CDF049819BAF03B186DBCAB6 , 0x344ABD4F8E9A402E9AE10DBC842EB46C , 0x3565B520A0E04869816DD66121F401D5 , 0x3743CC1EB21B4BC897098E8118DC02BD , 0x40D97A48F65A48DEB88F4A6F091756F1 , 0x45456B813AB54E7D86994E86E4783986 , 0x45AB76CA5B9646FC8A77369ADB2FEEE9 , 0x4E21FB490E89449A930BA35DB6DFD3E2 , 0x5046FE362C9740CA9F4E102ECB8FB327 , 0x5E15039CD55743CE8781DCA7AE776340 , 0x66618B6F399A417090C7157DC0FA6BAA , 0x69D3B3899BD148D5AEE64459FCAB0EE0 , 0x6CE0D61936F047D3BDE208BEE945C44C , 0x6D35998403234294B819F8A216C5171E , 0x6D57E8D0AC1049569EEDC1B010273CD7 , 0x723A338313F7434BB840473427A6AB6A , 0x8115390F5A0D45E9BC4CB16888B7936E , 0x8156861E8677456CAC8E3171C443F71A , 0x83D4FF5ED58C4AAA82B1156D9D31C46B , 0x8B3E6D455FEC4467A8BCC4C3D0F20125 , 0xA17C93398DF942468D2CB92DD5F51C2E , 0xA89B6730B76140F899A83FDF423ADE5E , 0xAD6F5346892D4A6B87D3FC2B8D675607 , 0xAF70198FA1694F43A2FC97A3B2F21F01 , 0xB07BB3F0333D49CC9545F5B88DFCB071 , 0xB51E616EE4544133BE2C76FAEA165297 , 0xB66A9E955E3A4268AAFD3023E96FA320 , 0xBD91B7EB30AF4CF69B946D8D2E40D780 , 0xC0E5553F035543A397984F5B8D7AE62D , 0xC1A35296A4534794B3976BDA95352903 , 0xCE302D90A32B4B08BBDBB1D12823BCE8 , 0xE37B0FB894154EC49353747A868DD351 , 0xEABE3597A2774D0485DE46D10E6FC0D6 , 0xEC1E42425D334E6780715DBA395A4069 , 0x000CAB2EE5E94DD7BC2914FFE6532B88 , 0x04D78201F96F4B4D8CA9A8855EB1F1DB , 0x05D8334F1587444F965532BF48410BCA , 0x07723529C099468896BEA939B6247F8B , 0x0820D459BC094E778A64CC409630E76A , 0x0862C837D2EC4089AFEB5883B196D3FF , 0x088B9FD394274F28B66DB1919EC3D8C0 , 0x0996538FAB9B4613862273F6A7E60F6A , 0x0D4833C09247470BAF18E7F4398A8A4C , 0x1027DB2F63B441C784CCE5DEF7725EB9 , 0x104C16C741FC491589DC2FE38F5F6B01 , 0x16ED3E1DCC3042E0A574CFDA71497E73 , 0x185281DBAE8045C58E1E9B95DE652EBC , 0x1A0ECBBAD0A649439DB58B9D12097830 , 0x1AA82CFD09C1402C8B4A32A5D15850C2 , 0x1EE9F734A30D49C786DDC29084367D30 , 0x22FC4D2148264CE7916462B6249BB0D0 , 0x2414C82F6A3A4A1981E42660F7C31751 , 0x2752799867A2498C8AE50694508B8D7E , 0x278DDCD1EB7F4582804E5C854A4F6583 , 0x291CED7ADB1B4B71BD54B05E0917A794 , 0x2976104F542947B88F4215A506D0C528 , 0x2A31D4AFC99D4020B88D9888B0978CF2 , 0x2D0ED07CCC7648B7803DD2608701871F , 0x2E19F00BFE254FDB8B782EA37538AB19 , 0x3060AD09EFB54B2381621457F6EFE5A9 , 0x31553359F3114CC78DB02C09A8A765B3 , 0x36540108B3654C7B9BB1168AFF2D5F56 , 0x36A41971B43E4CDC8B48BB5D743FCCB0 , 0x4CDE68CCA4B8466FA3B802B8CE904CA1 , 0x4F36F50E2F414CE69FB804C9F10B753D , 0x505A5882AEAE47359BDD964255B526EE , 0x54125CE1B2B54E19BF9D597E994A4ACE , 0x553AB42E5CB0486590EBCABB08E91045 , 0x59B5EF6940474914BCBBDCB34286129E , 0x59F842F9C409491FA0846D4B7E8AEFCA , 0x5DD0EB543052452BABDE21429AF73BBC , 0x6499B40B9F2E4E208E8B98527568AF4D , 0x6B5C0D239F894A469E10C6F1236B9FBD , 0x6BB5A0E1439C4525A72A4D748E8346E6 , 0x6F99B4D603B84D5C916766199970077E , 0x747FD049B21C427F949E686AF93BDC88 , 0x7C6DCCC5BE6D4770B0C1188276CCA5B4 , 0x7E7C19245B0D402AABC97E7CBE57071C , 0x7F39038630624BC4894AF3AFE627615F , 0x800119BB0EC84F86AD6B976F4CF0CD5A , 0x8587A8EA5F43492CB82FC0C4E3136A8A , 0x89F1A83E8153422D80A435733D4FD136 , 0x8AFD9C257A954F4D9E550BCED7F5A047 , 0x8C1CE1435C0C463D994A70BA34CC6582 , 0x8C8A954745D040D78F61BB4D0916C7FE , 0x8C9899EE86F14CFFBE486A62D5C966F9 , 0x8D90374F35D1443E8BA5185AEED47A79 , 0x8F722571AE9A4B8392322229154EE1C3 , 0x95EE4A5FAB7B45F7AD9E4BE6726D897D , 0x97FC2286EAEC4050A703F0FA380D523D , 0x98FDFBA6287A40159E755A8666C050A9 , 0x9B8155FAC3DC47D88CE37D2DA0F046C1 , 0x9F7CC0A503AD438ABC4BFF4A90B2A21E , 0x9FF25A097EE2406EB71EAC2A16D59A2C , 0xA037F04DBBF24E2483A529A59E756046 , 0xA7064E2D294444F7B17827A9644FB9EB , 0xA8B8FE0C13154A419F1953E7016110F5 , 0xAAC67D373CFD4A3FBDB1891764264605 , 0xB0E7BA391FC245C0A607EB27AEF01ECF , 0xB2D30EC33B2A47F0ADB7F727138E072A , 0xB93AA7CA1F684275960465D405F7D1D7 , 0xBAF8225E83644D4FA93B751F2D01F120 , 0xBF3977D5EF1E4C2F905AFEC9436B89F8 , 0xC18C262A3EF2405180F4388B5C3CD75F , 0xC4FA6D3675994CEDBBAF74B1ACD3D26F , 0xC9194FC8EADF4DE58664A0A061E9F938 , 0xCBF4C78AFC5D4BD69DB87E0E36D8175B , 0xCC407D966D1343CE9ACCD50817D6609B , 0xD328CC65BFBE4ACAB5F1232DC975D30F , 0xD44EAEAEE9D148B7967887B5051A593B , 0xD964043ADCF84A0C8C616BB090821BBA , 0xDA2E347DFC3F454FA0B6A31076259BA8 , 0xDD42E97A80EB4914AD6E96F3E6F30779 , 0xE3B2420A38B74359A69146A98E1258F8 , 0xE3BD6CDC43554268A59CE84B42FE520F , 0xE974A7CF5CF04213ACE9BF85ACAA1E5B , 0xEBFC759941F34A958D6057405B4C74E7 , 0xEC9E89BC0C784A2EA1D018CE102E9E3F , 0xEDC155C57350401BB0B32E15F566B118 , 0xF1DAE07BBDB247FBB41624EF1390A875 , 0xF2F60FB59E134450B123F7EFCF2FA359 , 0xF47D67F6209B4A49B9936339B4F00B85 , 0xF4B1D8D54CA34BBDB49CF256B5D66DEB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000 ;
Copy
85
2.32 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"ÙJ÷åUòMÈŽ$´\x0E 3Ay¶ "
b"┘d\x04 :▄°J\f îak░Éé\e ║ "
b"""
Ùt©‚\r ìD<ˆ+\n
\x1C øXüo
"""
b"Ù’R˜yuEò†6\x04 e%íÖu "
b"┘¡UX>dIÆ¡┴ì\x00 ê¡ÆÃ "
b"Ú.4}ü?EO ¶£\x10 v%›¨ "
b"Ú6?QWÉD\x14 „Ê·UË\x0F §W "
b"Ú¥\x11 —¿SKG‰\x06 Žíܼf– "
b"""
ڝ\n
3èÅM<ÄÀY\x14 ¬ÀK¢
"""
b"Û\e •žÜ\x14 I\x0F °¡ù¯H&‡l "
b"Û,ÓÇ‹èDL„™BÝL|]5 "
b"ÛcJk\x08 †Gû—[\x1F m\x03 ¦ðà "
b"Û‘ÖR8¥Gº“ù]©½ª\x19 S "
b"Û»Çü–¿G©¥Î˜°7ñÄÊ "
b"Ûö\x01\x11 imGÒšüök€€r\x19 "
b"Ûÿ(PõþDXº}Ø/~?„X "
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"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"Ý)J¹äYO±Ž|\,7±(õ "
b"Ý1”Sæ\x10 Kÿ¯S6•à‚ªÞ "
b"ÝBéz€ëI\x14 n–óæó\x07 y "
b"ÝŸ¡]lxM:°àYf\x12 ×¶B "
b"ÝÍFš~~Iw¹½î-›7.± "
b"ÝÓ¯ï7‚F纎IO¥JPÌ "
b"""
ÞEŠ\n
ˆ@D\x16 ·FéôÆÙ‘¬
"""
b"Þ]눧|Bʼn\L\x1C ¿Ì(É "
b"Þq†b\x0E —Cz‡'¥\x1C ìÍ\x1F "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"Þ“Ò2»#F=€AŽ\Îð_ƒ "
b"Þ—¡‹j\r Hâ”u°GÃ*\x1D Y "
b"ß\x17 _>é«CδBÿ\x1D ’Á°Ú "
b"▀dı\x02\x14 wCüêÈ<\x08 +ìéå "
b"ßq\x11 U©?@%ŸW}¥\x10 ¼+• "
b"ß•Xþ ÍE\x17 ’4\x1C î•\x01 Ðà "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"▀Ý\t s«Cû®MZ"y¿[ü "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"à+aæöÈD}€HBc{\x10 }\r "
b"à@q9±3L\x10 ˜™¸åýÁCÕ "
b"àWõµ:@KÜ®\x06 {\x06 nAH± "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"àÂm°\x17 ŸN€¸\x04 IÒìÁm\n "
b"á\r 1¯\x04 BBŽ‹èv•é\f\x12 * "
b"á$Ò.iÎI=¤!%\x1A\x14 ¸Þ "
b"á<†hÓ½@„ެ\x1F ©¨2\x17 ï "
b"á?õ–\x19 ŠHr‰¶©Ü$\x06 ã" "
b"ßYâ£åôB&ØÎf\x13 aãÙ\n "
b"á—ƒŒŽËGÊ¿,\x12 ¶j\x18 ·Í "
b"âQï\x03 büKД¿†ÁASGÌ "
b"Ôa\x0F YfÜG¿┤■'²ÌôØ "
b"""
âkôú+N@á‰Ù\n
\x13 RŸ\x18 °
"""
b"Ô©└$YyO¬Ø¼SƲú\x1E V "
b"ã#kKûþFG©\x1D Ç \x07 £©Œ "
b"ãkõßìsJ¸ cœÏ¿–\x15 ý "
b"Òvúì▄╩A-®\x1F YÍÊn╝k "
b"Ò{\x0F ©ö\x15 N─ôStzåìËQ "
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"ä\x00 ,ÙØ.K\x7F ™v\v\x18 FÓ®H "
b"õ\x0F »$┼-Løó╚q6ì#╬ "
b"äR•jz>N5¾ˆ6Uæóæ¿ "
b"ä[ĺ;ÚAy¥¯éß©1ÀÑ "
b"õìx[,2Fºûâ&;\t ö░¥ "
b"å\x1E ÎŽ1\x17 Lκ}èìÓ\x19 Þi "
b"Õ<Éb¦qB\x16 ƒðéôZ─Oö "
b"åˆÚ\x1E\x1A †Fž•±³Y‡¼Ü9 "
b"""
åÍ('\n
êJw•Å;t09c¢
"""
b"æ\v 3š—$EO¤S\x1A ]¢oCž "
b"µçÁO\x1A\x1C Jôü¬²│¼úÄÞ "
b"µí\f Àv├E5ø╔░ì£$¦« "
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"æçüt‹\x19 E“—kí²‘\x17 ‘ž "
b"µ÷\e Ê%FA¢ñN├i█àìæ "
b"ç\x0E §ôriF5šVÇæÙ×un "
b"ç·Q£š5C®°C¹bè¤3Ä "
b"þ¯ã!g▀Oå┐ñäØÑ u "
b"çùR\x1D úˆFç¶%Yމ¯<l "
b"è0(7\x17 ·CT®xß\x7F ¯ËÓÅ "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"ÞÆ~SãÿL\x04 Ü>OLØÍ\e s "
b"èÀ,!'KGt“O9¦õîÆ1 "
b"èñ˜åLLJ\t ¼\x06 ¯\x1F !æ˜Ø "
b"èñ¯"#«C¶·:}ãŒGAù "
b"ÚEÅâH└E\x06 öË┼-\t µA5 "
b"éI™â\x1F }Fp†!¸NNAi\x07 "
b"ét§Ï\ðB\x13 ¬é¿…¬ª\x1E [ "
b"é›a²¿ÅD\e ’&¯wH6ݦ "
b"ê¾5—¢wM\x04 …ÞFÑ\x0E oÀÖ "
b"êò•\x03 ~\x10 D‡ª§\x1C ,æg\x1E g "
b"ë\x1E «BXV@’‡\v ³œµÌ\x00 › "
b"ë—P+Ã×Lc›K’'ý\x02 e[ "
b"ë¾kåâÒDý£×àáaê›Ñ "
b"ëå®Ç#LF`©Q†¼¹ÛG# "
b"ÙÛÒÝÆ<CÅæa"╔ÇÉ 8 "
b"Ù³uÖA¾Jòì`W@[Ltþ "
b"ý\x15\x1D m\x00 ºF«É8_á?╠v\x10 "
b"ì\x1E BB]3Ng€q]º9Z@i "
b"ì:úc&oH‚¾Âa6Î鲉 "
b"ì_=‘M…Hy]éŸíÒš› "
b"ì\x7F ì,\x7F 5G£ŠNc$\x04 „sB "
b"잉¼\f xJ.¡Ð\x18 Î\x10 .ž? "
b"ìÌÃà\x1A\t C‡’ÌÞ\x1C Ø™\r & "
b"ìÓ\x17 DÍÿAÝŽ\v °KŒ\x0E Ÿ\x0F "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"í:Í\x02 –\t G³´tùh0_…l "
b"íM¤]~”JŸ°£j\x13 Öu9T "
b"í™õƒç>N”»‡hÔ»À¥‰ "
b"íÁUÅsP@\e °³.\x15 õf±\x18 "
b"íΉâ]=EÖ–47´Z\x01 43 "
b"î1¦ÄkkKNžõ*vów°ÿ "
b"î9o„\x15 ûAx \x01 n5\x7F 8VM "
b"î\TØùêGˆHBÅEœ\x02 « "
b"îf®Q: Cð”3*":ö\x11 , "
b"¯ý%b▀¸O\x0E âıÀh÷ÞØ┴ "
b"ïš\x10 gš>Nd‹í¹õJ’÷ "
b"´ÛB▒7dMnÄ\x11 ت{w*Q "
b"ð\x17 Å\AÌLIµŸÃ\x03 ×HDé "
b"ð™J§~FF\x03 ’¥;\x11\x02 2qå "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"ðÏ‚é|\x1E B@²×¡1wö\e 4 "
b"ñ\x13 ‚=†ÞIx€\x18 Á±ŠˆIÓ "
b"ñIC^Q,Ie–ñL›’T\f\x15 "
b"ñ_8UEÔJâ»|ö«öm\x7F ¼ "
b"ñqvºø\x7F O⊰@'Úk0% "
b"ñySÒ„…Nï¬ì³\x18 ;\x03 jQ "
b"±Äó┘╠ìOz╗\x1F ®ùy┐°o "
b"ñÆ£>\x00 OJ\x03 ¨¿\x02 \r Ýêq: "
b"±┌Ó{¢▓G¹┤\x16 $´\x13 É¿u "
b"ò-àpØÀDع\x19 áM\x11\x15\x08 ÷ "
b"‗W═┴\x1F ÆIÂü\x12 ËÄ\x12 0B│ "
b"‗{R┴ú╣A┼Öþë¥}"=Ø "
b"ò‡\x05 DÇ?EŒ™›K5ïk\x02 ¿ "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"ò²¥êÆ\x19 OŸ–\x13 l™F\x14 z3 "
b"‗Á=█Â`DàÁyÎÚ\e ìs¡ "
b"òö\x0F µž\x13 DP±#÷ïÏ/£Y "
b"ó\x0F Òt\x15 C`ƒyÚ÷|×Az "
b"ó\x7F ˜A\x18 _Kc®èebþEî "
b"¾ºÙðÍ\x03 J8©°ü.©┼yƒ "
b"óºó÷c5DÀ»Å>*ù¦K@ "
b"¾═\x12 ;╬ÜK\x18 ü«m└c/!n "
b"óçoï†,Kj°€{6æ–Á "
b"¶,▒£üùI{Üjæ¥SK*© "
b"¶D`Ø/NG¸çK╠Ü»îv "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"ô|\x11 ú?N@%„ÆÙ†‘ئ\r "
b"ô}gö ›JI¹“c9´ð\v … "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"ô±ØÕL£K½´œòVµÖmë "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"§\x06 î ×╗Fðئ\x12 .WÚ?¯ "
b"õMê›ÀUGE¡ŽL •3ê‰ "
b"§▒\x1D ┤┐ÉNQíÄ║┼Pñ¼b "
b"§Àç}┼`I┤áÅ\x1E ²\x06 ±uX "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö/1§v,MÄ´58\x06 [@‰Î "
b"ö6ÿrî=L\x17 ¼\x1F 'L‰…M6 "
b"÷þ\e Ù¾┌D\x18 Àص┤╝ë■╝ "
b"÷º?\r nRAï‘\f 6\x03 è½¢x "
b"÷ÈS°±öNì´’¶\x17 ÷ÄMJ "
b"¸¸\r x\x13 1Kì▓ÿı║MÑ?! "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"ø‰Î–ê~O5‰Òô¯m‚&\x1F "
b"ø©¢hÍTDlŽÍâŠ\x19 ýVX "
b"øç*æ¤ÝD&”‹\x16 ³\x14 ©\x14\x06 "
b"ù>-–\x05\x7F E6²ÐUó¤?°„ "
b"¨ry\x08 «@KOå¿lü! A¶ "
b"¨¨1┐D«E`üò\x01 Ê«ÔCç "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"ú ¹Æ³^G\x02 †F(Ÿë\x0F ðC "
b"·¶¨¬Å}GoêVN┴\·²\x05 "
b"¹KéÚ█§M─ìÐÝ╔\x01 VÕ█ "
b"ü!+\e ‘þN瀣Ž|h[®• "
b"ü$J\x0F ¼K@ú¬WÁÐ\x1F ¾'Ð "
b"üœÈU7½E^¡o¬\x01 0è—Þ "
b"³ªí¦\v !@üèBð"¯‗\x18 d "
b"""
²\x1A Ø\n
M¬F╝▓Õ»\t LÅn╬
"""
b"ý¸¢gFçNh \t ÜŸcMeØ "
b"""
þ\n
\x10 €yNO\x14 ¸ŽÝqTîp\x0E
"""
b"þ_PÎ\x07 ¥F[²ùlTö±¨< "
b"þe²¨+ƒDÐÀÐÏ\x07\x16 ³ï "
b"þ %ÙÛ¦Hºš¹'.vr\x03 2 "
b"þ³ôbN3KÚ¬"\x03 D\t R\x08 ž "
b"þÁÅÿ\x12 d@€–÷gùN,µ "
b"þÙ°qêF‚‰/i\x03 ò\x12 uÖ "
b"ÿ\t ,ÇŽ*Cú°®7UaP\f Ô "
b"ÿ Õyþ©JrºXdÁ³\x10 &\x18 "
b"ÿF¬á®®OužÍŠNA]—¸ "
b"ÿo47ЧL\x03 \x06 Ý\f ±DH• "
b"ÿã¢4ó\x1A L#ª €~ƒ±*9 "
b"""
ÿÿܹp!Dz‰JX\x08 rò\n
ä
"""
]
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 (0xD94AF7E555F24DC88E24B40E334179B6 , 0xD964043ADCF84A0C8C616BB090821BBA , 0xD974A9820DEC443C882B0A1CF858FC6F , 0xD9925298797545F28636046525EDD675 , 0xD9AD55583E644992ADC18D0088AD92C7 , 0xDA2E347DFC3F454FA0B6A31076259BA8 , 0xDA363F5157C9441484CAB755CB0FA757 , 0xDAA51197BF534B4789068EEDDCBC6696 , 0xDABE0A338A8F4D3C8EB75914AAB74BBD , 0xDB1B959EDC14490FB0A1F9AF4826876C , 0xDB2CD3C78BE8444C849942DD4C7C5D35 , 0xDB634A6B088647FB975B1F6D03A6F0C3 , 0xDB91D65238A547BA93F95DA9BDAA1953 , 0xDBBBC7FC96BF47A9A5CE98B037F1C4CA , 0xDBF60111696D47D29AFCF66B80807219 , 0xDBFF2850F5FE4458BA7DD82F7E3F8458 , 0xDC362D5EB74C476990D1CD38D0C81217 , 0xDC3B90AE0E224823962F5B8672383888 , 0xDC3DBADCC1074223AB18F330FC26F3BA , 0xDC59F738B39B4C8A81B54F1753DBABB1 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xDC6613A44F7141618B46C1296354340E , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDD294AB9E4594FB18E7C5C2C37B128F5 , 0xDD319453E6104BFFAF533695E082AADE , 0xDD42E97A80EB4914AD6E96F3E6F30779 , 0xDD9FA15D6C784D3AB0E0596612D7B642 , 0xDDCD469A7E7E4977B9BDEE2D9B372EB1 , 0xDDD3AFEF378246E7BA8E494FA54A50CC , 0xDE458A0A88404416B746E9F4C6D991AC , 0xDE5DEB88A77C42C5895C4C1CBFCC28C9 , 0xDE7186620E97437A8727A5AD1CECCD1F , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDE93D232BB23463D80418E5CCEF05F83 , 0xDE97A18B6A0D48E29475B047C32A1D59 , 0xDF175F3EE9AB43CEB442FF1D92C1B0DA , 0xDF64D5021477438188D43C082B8D8286 , 0xDF711155A93F40259F577DA510BC2B95 , 0xDF9558FE20CD451792341CEE9501D0C3 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xDFED0973F0AE4396A94D5A2279A85B81 , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE02B61E6F6C8447D804842637B107D0D , 0xE0407139B1334C109899B8E5FDC143D5 , 0xE057F5B53A404BDCAE067B066E4148B1 , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xE0C26DB0179F4E80B80449D2ECC16D0A , 0xE10D31AF0442428E8BE87695E90C122A , 0xE124D22E69CE493DA42125AD1A14B8DE , 0xE13C8668D3BD40848EAC1FA9A83217EF , 0xE13FF596198A487289B6A9DC2406E322 , 0xE159839C869342269DD7661361C6EB0A , 0xE197838C8ECB47CABF2C12B66A18B7CD , 0xE251EF0362FC4BD094BF86C1415347CC , 0xE2610F59669A47A8B4FE27FDDE939DF0 , 0xE26BF4FA2B4E40E189D90A13529F18B0 , 0xE2B8C02459794FAA9DAC5392FDA31E56 , 0xE3236B4BFBFE4647A91DC7A007A3A98C , 0xE36BF5DFEC734AB8A0639CCFBF9615FD , 0xE376A38DDCCA412DA91F59D6D26EBC6B , 0xE37B0FB894154EC49353747A868DD351 , 0xE3A265B2E7844577903B6D1E3F5396C9 , 0xE3B2420A38B74359A69146A98E1258F8 , 0xE3BD6CDC43554268A59CE84B42FE520F , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE3F0D71DE28643A5B3FB6C410E75CB29 , 0xE4002CD9D82E4B7F99760B1846D3AE48 , 0xE40FAF24C52D4C9BA2F0C871368D23CE , 0xE452956A7A3E4E35BE883655E6F3E6BF , 0xE45BC4BA3BDA4179A5AFE9DFA931C0D1 , 0xE48D785B2C3246A79683263B0994B0BE , 0xE51ECE8E31174CCEBA7DE8ECD319DE69 , 0xE53C9062DD7142169FD082935AC44F94 , 0xE588DA1E1A86469E95B1B35987BCDC39 , 0xE5CD28270AEA4A7795C53B74303963A2 , 0xE60B339A9724454FA4531A5DA26F439E , 0xE687B54F1A1C4A9381AAFDB3ACA38EE8 , 0xE6A10CB776C345359BC9B08D9C24DDAE , 0xE6B945C9E285401B8FE149C96A4A824E , 0xE6E7FC748B194593976BEDB29117919E , 0xE6F61BD2254641BDA44EC369DB858D91 , 0xE70EA7F4726946359A56C7E6D9D7756E , 0xE7B751A39A3543AEB043B962E8A433C4 , 0xE7EEC62167DF4F86BFA4849DA5FF75B6 , 0xE7F9521DFA8846E7B625598E89AF3C6C , 0xE830283717B74354AE78DF7FAFCBD3C5 , 0xE856A61D085B47E789EB273C6D725D54 , 0xE8927E53C6984C049A3E4F4C9DD61B73 , 0xE8C02C21274B4774934F39A6F5EEC631 , 0xE8F198E54C4C4A09BC06AF1F21E698D8 , 0xE8F1AF2223AB43B6B73A7DE38C4741F9 , 0xE9458F8348C0450694D3C52D09E64135 , 0xE94999E21F7D46708621B84E4E416907 , 0xE974A7CF5CF04213ACE9BF85ACAA1E5B , 0xE99B61B2BFC5441B9226AF774836DDA6 , 0xEABE3597A2774D0485DE46D10E6FC0D6 , 0xEAF295037E104487AAA71C2CE6671E67 , 0xEB1EAB4258564092870BB39CB5CC009B , 0xEB97502BC3D74C639B4B9227FD02655B , 0xEBBE6BE5E2D244FDA3D7E0E161EA9BD1 , 0xEBE5AEC7234C4660A95186BCB9DB4723 , 0xEBEAE3ED923C438F916122C98090FF38 , 0xEBFC759941F34A958D6057405B4C74E7 , 0xEC151D6D00A746AE90385FA03FCC7610 , 0xEC1E42425D334E6780715DBA395A4069 , 0xEC3AFA63266F4882BEC26136CEE9B289 , 0xEC5F3D914D854879AD5DE99FEDD29A9B , 0xEC7FEC2C7F3547A38A4E632404847342 , 0xEC9E89BC0C784A2EA1D018CE102E9E3F , 0xECCCC3E01A09438792CCDE1CD8990D26 , 0xECD31744CDFF41DD8E0BB04B8C0E9F0F , 0xED0117CD0F624BEB995F35A34C273ADC , 0xED3ACD02960947B3B474F968305F856C , 0xED4DA45D7E944A9FB0A36A13D6753954 , 0xED99F583E73E4E94BB8768D4BBC0A589 , 0xEDC155C57350401BB0B32E15F566B118 , 0xEDCE89E25D3D45D6963437B45A013433 , 0xEE31A6C46B6B4B4E9EF52A76F377B0FF , 0xEE396F8415FB4178A0016E357F38564D , 0xEE5C54D8F9EA4788AD4842C5459C02AB , 0xEE66AE513A2043F094332A223AF6112C , 0xEEEC2562DFF74F0E83D5B768F6E89DC1 , 0xEF9A10679A3E4E648BEDB9F5AD4A92F7 , 0xEFEA42B137644D6E8E119DA67B772A51 , 0xF017C55C41CC4C49B59FC303D74844E9 , 0xF0994AA77E46460392A53B11023271E5 , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF0CF82E97C1E4240B2D7A13177F61B34 , 0xF113823D86DE49788018C1B18A8849D3 , 0xF149435E512C496596F14C9B92540C15 , 0xF15F385545D44AE2BB7CF6ABF66D7FBC , 0xF17176BAF87F4FE28AB04027DA6B3025 , 0xF17953D284854EEFACECB3183B036A51 , 0xF18EA2D9CC8D4F7ABB1FA99779BFF86F , 0xF1C6A33E004F4A03A8BF020DDDEA713A , 0xF1DAE07BBDB247FBB41624EF1390A875 , 0xF22DE070D8C044D8B919E14D111508F7 , 0xF257CDC11F9249B68112D38E123042B3 , 0xF27B52C1A3B941C599E789BE7D223D9D , 0xF2870544C73F458C999B4B35EF6B02BF , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF2B2A5EAC6194F9F96136C9946147A33 , 0xF2B53DDBB6604485B579D7E91B8D73AD , 0xF2F60FB59E134450B123F7EFCF2FA359 , 0xF30FD2AD741543608379DAF77CD7417A , 0xF37F9841185F4B63AEE86562C3BE45EE , 0xF3A7EBD0D6034A38B8F8812EB8C5799F , 0xF3BAF3F7633544C0BBC53E2AF9A64B40 , 0xF3CD123BCE9A4B1881AE6DC0632F216E , 0xF3E76FEF862C4B6AADB0807B36E696C1 , 0xF42CB19C8197497B9A6A91BE534B2AB8 , 0xF444609D2F4E47F7874BCC9AAF8C7620 , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xF47C11FA3F4E402584C6D98691D8A60D , 0xF47D67F6209B4A49B9936339B4F00B85 , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0xF4B1D8D54CA34BBDB49CF256B5D66DEB , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0xF5068CFF9EBB46D09DDD122E57E93FEE , 0xF54DEA9BC0554745A18E4CA09533EA89 , 0xF5B11DB4BF904E51A18EBAC550A4AC62 , 0xF5B7877DC56049B4A08F1EFD06F17558 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF62F31A7762C4DC4B43538065B4089CE , 0xF636FF72EE3D4C17BC1F274C89854D36 , 0xF6E71BEBF3DA4418B79DE6B4BC89FEBC , 0xF7BA3F0D6E5241EF910C3603E8BDA278 , 0xF7C853B0B1F64EECB492B617F7C44D4A , 0xF7F70D7813314B8DB298D5BA4DA53F21 , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xF872876363044B1BB656FDD83918ADE0 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0xF889CE96EA7E4F3589D2F4AF6D82261F , 0xF8A9A268CD54446C8ECDE28A19FD5658 , 0xF8E72AE6A4DD4426948B16B314A91406 , 0xF93E2D96057F4536B2D055F3A43FB084 , 0xF9727908AE404B4F86A86C81212041F4 , 0xF9F931BF44AE4560819501D2AEE24387 , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFAA0B9C6B35E47028646289FEB0FF043 , 0xFAF4F9AA8F7D476F88564EC15CFAFD05 , 0xFB4B82E9DBF54DC48DD1EDC90156E5DB , 0xFC212B1B91FE4EE780A38E7C685BAE95 , 0xFC244A0FBC4B40FAAC57C1D01FBE27D0 , 0xFC9CC85537BD455EA16FAC0130E897DE , 0xFCA6A1DD0B2140818A42D022EEF21864 , 0xFD1A9D0A4DAA46BCB2E5AF094C8F6ECE , 0xFDB8A26746E74E68A009DC9F634D65D8 , 0xFE0A1080794E4F14B88EDD7154EE700E , 0xFE5F50CE07A5465BB2F96C54F6B1A83C , 0xFE65B2A82B8344D0ADC0D0CF0716B3EF , 0xFEA025D9DBA648BA9AB9272E76720332 , 0xFEB3F4624E334BDAAC2203440952089E , 0xFEC1C5FF1264408096F7AD67F94E2CB5 , 0xFED9C2B071EA4682892F6903F21275D6 , 0xFF092CC78E2A43FAB0AE375561500CD4 , 0xFF20D579FEA94A72BA5864C1B3102618 , 0xFF46ACE1AEAE4F759ECD8A4E415D97B8 , 0xFF6F34378AA74C03A006DD0CB1444895 , 0xFFE3A234F31A4C23AA20807E83B12A39 , 0xFFFFDCB97021447A894A580872F20AE4 );
Copy
86
19.96 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 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 Wˆ\x12 ¦gA€—*&k-\x1A\f Ô "
b"\x05 ‹\x05 é'ÑJ{“oe\x19 \æ!– "
b"\x06 ÎV +ëA½ˆõÖ|\x00 ;.] "
b"\x08 0„WåûF\x18 ‡øa;\x02 «08 "
b"\t ü½ÜÀ\x06 OP½u╬╦\f É\x1D Ç "
b"""
\n
¾ä!\x1C\x02 M╣¡â\x1A ┘ì│F┤
"""
b"\f Õ\f ._ÓHLºVØ\x00 ‡Ax "
b"\x0E\x07 yÿëÖC¹€Ÿ.\x00 !rW\x1C "
b"\x0E 1ØÕé■F/îYÙäkOGÕ "
b"\x0E Joé÷█FÂÉj¦c£\x1A ù) "
b"\x0F ÀOªî{J<êIÅ4\t @Ço "
b"\x11 Öæ£èŸA¶¹˜\x08 Ôæ“B¬ "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b"\x16\x17 ¡ØùiKã”Ì h\x04 %–\x01 "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x17 5¶-;gF»‰\x06 †J&¹É "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x18 ▒╝ÅѦMví:\x14 "9û└\v "
b"\x1A R~\f ÌÝO~ïê\x1E\x07 ìº:\f "
b"\x1A Sùdž¢O™»-5׸þ\x10 ¦ "
b"\x1C EÁ*\x13 ÕEb‡®eC\x1F è\x03 Þ "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"\x1D §8ïÎ\x00 C/“9•\r \x11 Jj× "
b"\x1D ´Ï\x07 4\f O¤‡ÈšÃ:—’ "
b"\x1F cc«\f ÅJ\v ”\x1A ã׳2ç8 "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b" ¾qcà¸N\r ¾ØVŽ‚:\x06 f "
b""<Ðð”¸Jª¹²³\x1E ëóñÓ "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b""… ¶òƒ@ø•Ò«]\x02 3C³ "
b"#—s\x07 fŽC\x03 ¢Fè]ßB—P "
b"#ªiMwxOj‡\x1E û9m-Jù "
b"$1ú\x1E —7Cu™f‚\x0E §à"[ "
b"$6.¿œ’L*‡”hÎ\x0E 3e\x13 "
b"&1Ú\x05 Ó\x13 I€…íY‰ƒN.§ "
b"&ª\x13 $¸(Gÿе\x01 °Ý5\f  "
b"&Çè”ÓœEg‹„×T€k\x1D \r "
b")Ò4\x0E ¿FNΫØÌw²94™ "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"+¡Àëc‚Aו\x0F\x1C ÌR¦?^ "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b",>\x1D W\v\x01 J@°õY‰KæÁ¥ "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b".\x10 ýZé»MìôO¾4QÝò, "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"/v½ôp"F$¶Ý\x1F Úv#öÉ "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b"1[æ3\x1E ƒE╣Åy┌»═æEô "
b"2@2à±1N؇®û@õÿò‡ "
b"3p?ËÙpM‡‡U\x1F cügö "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"3ûkÕ\f\x07 Ic±Â6} \x02 å½ "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5öëËj°HH³ÓN8öJˆô "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"7jÑÒø\x1C Br¹ÓHÖ\x19 ÃnÉ "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"8·c\x0F 'LN¦§OØëíNS "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b":BaºþSOaƒƒÔ4tv\x06 Q "
b":─{*ÓëG█©─*┼╠É╔' "
b";;\x1E É…ÂF\x03 ¡·«ºüõ3Ñ "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b";Ï–æx\x1D Fõ”ˆ\x1A ¼I\x16 „\x05 "
b"<6ŸñÄÅO\v ‹š”ß[6\x07 5 "
b"<W\n ð\x19 ðHŃ\x00 €\x1E úñT\x11 "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"<Ê\x02\x08 ø?C\x1A –=\v ü;ªïa "
b"=ÕŽ|EOJR®¸êaEã\x15 1 "
b">Ó¦«±0M¸¶¯ý"$\x17 ]8 "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"?µ\x11 ù¶ËG\x17 ›yÄyÒ†Ÿ\x18 "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"Em¸Y\YFޝ\x19 èV\t\x16 »Ú "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"G5Å╚ñæDÍÇø└é=Ð=\x11 "
b"GDþJÜ\r J‡¶ý@—,\x07 Ÿ\x06 "
b"HYÁd{ôFjŽA oýÒ\x13 j "
b"I3`P®µE■é\t üÕ\x16 #êW "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"LÍWËŽQJ^¸Ã|ô“Š”9 "
b"Lò~…ídG\x13 ¾©i_û‚¥Ü "
b"O\x7F £o>(J·’\x11 Ž\x11 ÝŸK† "
b"Oνc¤“Fî®ð¿ç§°\x02 o "
b"""
Q8\n
Ö€ÒNu—\x05 (íN£5‚
"""
b"Qy÷2B¢@3—„¨äPý&Ä "
b"R¾èE¬æA걨dø\x13 ·á\x00 "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"T~œâ÷ÌB«W؃7/.¡ "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"U¥…ÙB?N:µê¹©N·V‚ "
b"UÕÈÈ\e\t D´°0qÙ ?D6 "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"W¡«èEwBƇ|»âÑ–>å "
b"X\x1F Jˆï½K(’+Éì´Fý\t "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"Y`¶ë¿6K*¼1»Fó\x1E î± "
b"Y™à(àUDØ¿ÁÍ‹\x1A “Œ— "
b"Z\x11 ¿˜ù-Já·¥ó“”ü’\x19 "
b"ZÑØP%ÿI4„EØ\x01 K±Þ "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"[þ;×ÿ┤J'ûàê\x0E -É\v F "
b"[÷o`¢ÕN\x1C –¿\x19 ~—Ɔ\x7F "
b"""
\\x1A \n
\x01 òG\v ¶bÛGgFŽ6
"""
b"\nN¸S■J╚£æëò╗ìô▄ "
b"\Å©\e\x0F ãAb“êmqϧ@\x15 "
b"^R!³└ðO~ù\f ìÜo┤\x04 └ "
b"_t╬\x1C yØDXòÇêÊÙÀq° "
b"`\x00 go\e\e CËÜîÉ\x0F\x16 0ô0 "
b"`u[|\x07 iLÇü╬ïqºò³H "
b"c(x\x1E\f tD-Šï3/Ø$nu "
b"cTç†ë\x15 J]°?'͘j\x16 p "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"eer®cMÆFm¨\x02 Ñ¢¾ "
b"f╗;\x06 GEA¤Ød▀ê¾└¨ÿ "
b"g_\x06\x1C GOD;€jF¨z6W{ "
b"gé\x00 9ÅcGpî-Þ\x7F 3Ö%> "
b"i\x17 ¡«8ÀF[¿$CíÝg¤÷ "
b"iB:Ö%\x1A Iš´\x7F ÍÄ\x18 <G‹ "
b"iù/&‗7IïÄüuGËÀ¾K "
b"i¥uìk8Lú®ÏAÅE╔:, "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"jÈÑ>‹‚L\v º¬\x13 \¤'øë "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"lwð" ãC\x18 ¨¿°HŸÕ3$ "
b"mÐÕp7{IX¥*Ö¹§Â}\x1F "
b"mù\x05 lA\x0F K6žÛÄn \x14 C\x05 "
b"n'\x00 S;%F¬Ÿù ²{]Û™ "
b"ns@¥öÅM]ì^¹ª┤(OÌ "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"o×o³m_C\x02 ä\e ░É\x00 q¥\x07 "
b"oêêÑêûL×´õÝó×ãI‹ "
b"rçW³Ü4Iôü-9ñ·ì½µ "
b"r¬ó\x01 8\x12 Kéžùì\x04 Dh\x17 š "
b"ráp…¾ÈCj¿*Ò\x7F óXu\x0E "
b"twµ9-‚E;žk_Œä0Íû "
b"uøW-¯(F*‹::\x1C\x1C o\x7F › "
b"wþE)a{@’›\x00\x18 NëULF "
b"""
xÅ+\x07 Ð9@N™F!êS\n
s2
"""
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"zwèNò£@j┤g▒ì\x01 ▒"³ "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"{äâãcDL¸¼íQì®\f ¼Æ "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"}®n¶l¼G©¶;«zFVìã "
b"~XÊo\x18 …H\x04 ƒ¶Ð\x04 úäÒ\x0F "
b"\x7F ÄOC@ð@¥ˆãa\x05 wà]Î "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"€’OLmºC\x0F –Ê\x1D ¨ò'h} "
b"ÇÌ»╩ÊçAÔüú«Ñ>_\x13 µ "
b"€äI^?îB·Œ£Üyúk É "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"üó¦\x05 BÇBßö¬Ü;\x10 8\x12 a "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"„\x10\x01\x02 Lw@¾7¾qúoœ¨ "
b"„\e j^Mï@_ŒÏüÚdn ê "
b"…íÂ\x0F à\x10 C\x14 \x0F\x07 9HyPè "
b"†!\r c–EEëœûjÕ\x07 f\x15 Ø "
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"‡IQ‡º$Ez¥0Ò¢ëK,€ "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"êqMü┐tLDê'¯Ö;\x18 F\x01 "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"‰ËBcJ4J¯ïò`‹\e ÃÎ "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"î┌5ºEsDF║ìË\ÂíÚ╚ "
b"ìrqÓ7┌K\x12 í²\x11 ÒÕR&\x08 "
b"Ž\x15 V4UHK\x04 ·–ž’(\t T "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"Å'áõeÈKv®^ÔÔ?ß▄Z "
b"Å│┐@\x01\x0F A┐Æ$T{êDss "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"É5ó╣ÂÐH\x1C üºç²GÛH└ "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"ÆÉ'▓‗\t AlñØË\x13 W=>X "
b"•6<eœéJ\x08 ¾¾Àú¨†—S "
b"•USœƒ\x19 Dr–QáÍ\x18\x17\x1A ¾ "
b"•s\x00 =ßõ@\x00 §\n ÔÜd‰@Ö "
b"–SÒ¨”jLI»²–V& "
b"–Û_sû©GT£×ß"}’¡\x12 "
b"–á>Ù\x01 2GYŒ\x15\f QW<©¯ "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"—Ï$àq‰FŸž«×+n<“. "
b"—ãôð+¥B\e ¾‰ª%«%¤s "
b"ÿbîr▀CL~Å`\x02 yGë#W "
b"˜½Æ@œjBß ¢ûh†-{Ž "
b"™Yà5ìÒCyžj°\x1F ŸÏÅÊ "
b"™t2–%\x0E JÅ g\x1E |$ú¯\x07 "
b"™¥”ä„|H‡±¼¸#þ\x17 L‚ "
b"™ãc&Ð_Où¢&·Å¾ìp/ "
b"› \t ØQ“A\x11 ¶–ˆ\x01\x7F ºÔ| "
b"ØÊLê(┼N!é_=bÙ■«w "
b"Ø÷<îsÊLÝ┤█^▀■î\x01 ö "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"¢Cj¤PoBû³p9˜Åœ¦Æ "
b"ú\x1A ׃þXKÏÿ1ü\x08\x1F X\x01 * "
b"ú@×░,úI>ò╬Ø│\x16 S½▄ "
b"£qàŒM\x08 @c®[öØpøÚ» "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"¥-Iz¯ƒ@¹°#±ü\x1A z(\x1E "
b"¥ïÒ…ÿùKÜ®•\x1E {01Áæ "
b"ªZßı±gL*׺"┼»Xìí "
b"§ëç\x05 >$E\x11 Šwqwÿ\x15 !M "
b"¨\x17 8Àk«M¯½®’öÔ§\x16\x10 "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"¼R\x03 ÈÅ┬OÍø²ßo\x13\x04 \º "
b"¡LìEÙýAĺ\ýç\x10 ÷Z6 "
b"T˜à£ôHƇpnÔŠ«Nè "
b"X\x12 .-gHЮuÇûœXTD "
b"®6@óO®@\t ±,ßß?ÔI² "
b"®‰®\x15\x06 ŠM\x18 Šoa~«ZˆU "
b"®Üx0/\x07 H»´U“¿äëÕ| "
b"®ÝcU¶ž@~š}/þ f" "
b"¯BOï\x15 ÖLû„¬r$ð€\x0F á "
b"▒´ÿG┌ìB-òòªäI╠úT "
b"²LþEä>Fwª:¤§P$\x1A "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"┤TIÊi─B½ì=\x04 2=Åûõ "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"µZ—v\x1F GL\v ¥\x03 ‘œ3ïó "
b"µÉÙzmÙD°¡66\x17 ñ\v ïG "
b"À\x10 ã\x0E bI`üø└╠V®g& "
b"·%ÿ+I[B¬‚бt÷¡\t Í "
b"·S ÛwqI\x1A “ÌÆ¦ÆuŠã "
b"""
·w{M×)MQŠãÙÅÆ@\n
-
"""
b"╣│$ü}rK\x08 ¬3Ù«\x12\x18 )g "
b"¹àÜ‚€ÀMá‹£€“[SmÊ "
b"ºFX¨ŽóB†¶=‹&ó¨Þ+ "
b"»*Î;·ÃIùœf\x1E !¼(.E "
b"»¯£e3_O6½3s·Ÿ$g» "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"Â<Òý 5F\f \x12 eÄ—‘ì\x16 "
b"┬Çí┬║_L▒ôk?ï:}Ø\x7F "
b"Ä<\t ?˜\x12 Ib›S{l‘é©\x0E "
b"Å\r ¼ZÞ\x04 F\f °äÃSÔOä= "
b"ÅWŠ¥?‰KQ¼<9¬çThÑ "
b"Å®*?ëDJ|·\x08 G±V\x1A ^\x1A "
b"ÆÔàV\t iHWˆ$ùGçeèa "
b"Ç\x1D »p—›Lë“h¯\x12 -ݸ¬ "
b"Ǥ\x02 É\x1F GFPŠGe¶\x05 ³Û@ "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"ʤ’ßl«H\x15 \x11 $£Â¡›š "
b"Ë,¶OÛ»IyÃûÀè„.Ä "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"Ð1ÁãåéLÁ‡êó¯ÒÛæ% "
b"Ñþò<ÈŸAܼȟtX/ôË "
b"Ò,;ŽJÅC³ \x1C ÃÞ.ÒeÎ "
b"""
Òž\v \n
\x1C\x11 F¯½öâaÃ04m
"""
b"ÒÛ\x13 À°\M\x12 ½z†¯7Ý<p "
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"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ù\x12 Œ¼\x1C 'BˆŒ)\x1D U’›…¯ "
b"""
Ùt©‚\r ìD<ˆ+\n
\x1C øXüo
"""
b"Ù’R˜yuEò†6\x04 e%íÖu "
b"Ú6?QWÉD\x14 „Ê·UË\x0F §W "
b"Û\e •žÜ\x14 I\x0F °¡ù¯H&‡l "
b"Û,ÓÇ‹èDL„™BÝL|]5 "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"Üf\x13 ¤OqAa‹FÁ)cT4\x0E "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"Ý1”Sæ\x10 Kÿ¯S6•à‚ªÞ "
b"ÝÍFš~~Iw¹½î-›7.± "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"Þ—¡‹j\r Hâ”u°GÃ*\x1D Y "
b"ß\x17 _>é«CδBÿ\x1D ’Á°Ú "
b"ßq\x11 U©?@%ŸW}¥\x10 ¼+• "
b"ß•Xþ ÍE\x17 ’4\x1C î•\x01 Ðà "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"á$Ò.iÎI=¤!%\x1A\x14 ¸Þ "
b"á<†hÓ½@„ެ\x1F ©¨2\x17 ï "
b"""
âkôú+N@á‰Ù\n
\x13 RŸ\x18 °
"""
b"Ô©└$YyO¬Ø¼SƲú\x1E V "
b"ã#kKûþFG©\x1D Ç \x07 £©Œ "
b"ãkõßìsJ¸ cœÏ¿–\x15 ý "
b"Òóe▓þäEwÉ;m\x1E ?Sû╔ "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"ãð×\x1D â†C¥³ûlA\x0E uË) "
b"æ\v 3š—$EO¤S\x1A ]¢oCž "
b"µçÁO\x1A\x1C Jôü¬²│¼úÄÞ "
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"çùR\x1D úˆFç¶%Yމ¯<l "
b"è0(7\x17 ·CT®xß\x7F ¯ËÓÅ "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"ëå®Ç#LF`©Q†¼¹ÛG# "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"í™õƒç>N”»‡hÔ»À¥‰ "
b"ñIC^Q,Ie–ñL›’T\f\x15 "
b"ñ_8UEÔJâ»|ö«öm\x7F ¼ "
b"ò-àpØÀDع\x19 áM\x11\x15\x08 ÷ "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"ò²¥êÆ\x19 OŸ–\x13 l™F\x14 z3 "
b"‗Á=█Â`DàÁyÎÚ\e ìs¡ "
b"¾ºÙðÍ\x03 J8©°ü.©┼yƒ "
b"¾═\x12 ;╬ÜK\x18 ü«m└c/!n "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö6ÿrî=L\x17 ¼\x1F 'L‰…M6 "
b"¸¸\r x\x13 1Kì▓ÿı║MÑ?! "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"ù>-–\x05\x7F E6²ÐUó¤?°„ "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"¹KéÚ█§M─ìÐÝ╔\x01 VÕ█ "
b"""
²\x1A Ø\n
M¬F╝▓Õ»\t LÅn╬
"""
b"þ_PÎ\x07 ¥F[²ùlTö±¨< "
b"\x00\x0E xIGFAŸ“áÅçV‹(© "
b"\x01 5Þ!Ø~BŸµÝ·1Ÿâià "
b"\x02 (ëÝòŽL»‡\x7F |Ø—8²x "
b"\x03 VÉ·zæIt¥\x16 ŠeÒã7@ "
b"\x04 ä*â÷ŠGÜ„°ï†¦‘£] "
b"\x06 >\x14 2"¾C2œ'( IÖ¡Ê "
b"\x07\x18 ¹á\x1A\x7F OµìErÌ©¹È¢ "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\t Dp=;▀O,ÅãÔn]Y³n "
b"\t îÇ€†¯KѰÚ#\x04 §>¯ƒ "
b"""
\n
R•\x1C ¿OKÀ‘xDÒr†Û\x18
"""
b"\v æ\x0E P\x18 [L▒àØLyî#¬÷ "
b"\r Í9ßt¸F\x04 û▒░ÂA\x16 üö "
b"\x0E _µž\f\x19 Bк»²ý\x1C A†ˆ "
b"\x0E zAØÈ¸D)ŠÚ\t ð²Âùs "
b"\x0F W\x10 ^Ä„II¤ÏÂÐ ×þ< "
b"\x13 ²¢ÜVGHJ´ýMi6Lî\x18 "
b"\x14 ø\x7F ú¨rA&º├_Å>ÄeÝ "
b"\x14 £‘;\x02 ùF°‹äñ\x00 Ã~X\x08 "
b"\x14 é“Ä“\x0E Jν-\x07\v U\x10 Ô "
b"\x15 â—³ŽsCi½\r pØ8ÑiB "
b"\x16\x1E ñ1>Þ@\x1D ¶@\v ¼ã4\x14 ß "
b"\x17\x05 HÐ\x1D áDm´ýÞ{µ\x07 Á\x03 "
b"\x17 ëÎOA\f N´¬T\x01 üÿX\x0F Æ "
b"\x19 ö¾║ı¦O#¼¶sñçK´Å "
b"\x19 ®xL\x1C @Ç€¦ô'w‚a\x11 "
b"""
\x1A )\x18 “\x13 ÁL\n
¼óÍ Öqíà
"""
b"\x1A R o"µGc¬Ô¼E\x1A õ$\x0E "
b"\x1A ¦ï<ìeOñ…¹bϹÁ\Ó "
b"\x1A ‗r▒¡0O¥▓ûKü\x14 ,\x0E · "
b"\e ™l3+8IY·q‘õªb¡í "
b"\x1C\x05 º½˜&Cé…?õ³…—vn "
b"\x1F Ô\x19 ÏC┼J6ɲ´▀yßIÆ "
b" ¹XÉN–Oñ£\x1D\x04 ì\x1C ÷n? "
b"!<šùìzN\x17 ®¼(@=.G+ "
b"!Ø└6¼▒K╚ñ0Þ-7\x04 ╩³ "
b"!ã‰P(œGÔ¹méøUÌÀØ "
b"!øôŒ“;GŽš¬¦rÿv\x08 E "
b""\x1A ™£¯æFÉ…¼qµö*wƒ "
b""°ðç"sA‡ƒvXô\r ñJ… "
b"#¼ùk¶COHƒÝý¶gú.È "
b"$3®à\x0F =GÕ·p\x08 ß—@Rÿ "
b"$_„\x07 Â\x19 Oì°Ó(îCG%¼ "
b")2T1é½Jì┤ÈÄï,\x1A ¥k "
b")vï(·\x10 IŸ…«¢OÁj¢Ï "
b"*Ññؤ<B7Üô¬Ö%y[K "
b"+yQI·ÁF»›Q)²Í^¿® "
b",tJ?|ç@JжüÎ\x16 þ’j "
b".LÉÛ™þL³–L\x1C ÆŠ-Á\x1C "
b"/┼\v ÑÝÍE┼½¤Øøóf{Î "
b"/Ã╩Â>ÆAxôÅjadزÿ "
b"0+¦Í÷'Ei‰0'üá\x10 O4 "
b"1[▓þñØG╦ò<uµJÝÿÉ "
b"1ÙYTÙA$·\x15 Üm\x08\x15 ½\t "
b"2aðDÅzInƒÏ\x13 ä·\x1D Ú\x14 "
b"2─Fc\e ║K+ØÁ9,q*ç2 "
b"3y¦üZ\x02 I\x00 öy█ìÓâ«\x10 "
b"5\x04 Þ>qªNY–Ã}zA\x1C Ü— "
b"5íϸ\x12 %Edç3Áëì/÷W "
b"6▓\x01 ÊG7DS¼%ü«┘&㥠"
b"7ˆ?‘\x05 œGŒ‰`\x02\v ë`Ój "
b"8OÌéséLž°”½ƒJíxh "
b"9\x06 à\v\x1F œMô»Þ ÄÞ\x1C ¢E "
b":–Oµù=Kö¸½d\r \x1D ýĹ "
b":Õþô&¤H=ºqÞ„[•3i "
b";Þã\x0F á¤J-¼╗»k┼ÅóÌ "
b"<GƒÚ” @\x17 ŒTYYÙ=¬N "
b"<ÂK\x1C \r KLÞ¼$CþàSÌó "
b"=\x11\f ô·oAaœ¦\x12 tzh\x16 … "
b"=4C)¶vHb¹Ï\x04 E‡¯õj "
b"=ª\x04 íßC\x1C ¼%÷×Éy²¬ "
b"@õÔ>íõB§²”Á45{ü@ "
b"A®}\x1D ›jDлv¦\x12 £\x7F € "
b"BßÇÙÅÁDÝ×\x17\x18 [┘PN\x1D "
b"C[j\x10 _›Ië¡Ö\x14 ÒþzÚ/ "
b"Cnäpç\x18 N: vÆ\x02 |J5< "
b"DM"ö\x11 ÓC…²ÏÀX`\x14 E¢ "
b"DW\x11 Í\x1E\x1C F.ô¦»\x00 ╝ÆØm "
b"DÓ:J³'G~¯#ÀQnÎ<¢ "
b"EnWá%$H€º‡\x0E ~”IåŸ "
b"F\x12 Œr\x1A «HȱEdØÓ5÷ "
b"F’jŸ0\t OV³£€Ù$uÿ) "
b"I*\x04 :`)GÄæD;Ô├É\x16\x17 "
b"I³˜°âZF¶€Šš%QI\x05 e "
b"J2\x15 ºN›F܇£CÑ8rB’ "
b"""
Jk\x17 »\n
™O\x04 ³VXñ|¦€‹
"""
b"JÂÂèºÆFa¶OTþ#$9– "
b"K¨\x00\e z¹DAɾj,¡{ÿ* "
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"UìPçW├Eìáù¡Ê¸■UØ "
b"V2àÂ\x11 1Kɱ•± G0Ž4 "
b"X:6Ü·cG€‹>:`є֎ "
b"Y\x1C /\x15 é4ATœÊÂî’ó3} "
b"Y}i0HëOßûÅt \v #\x1A\x1C "
b"Z\v —(*‘B\x19 »M`g·¢é\x00 "
b"Z\x16\x1C n§²D\x1E µB3T'ä-œ "
b"Z¨yñX–BiŽd“²¨‹–N "
b"Z²î6µÄJÄ›\x10 áT¬•`¿ "
b"Z¹Q\x19 ó\x01 D¿‹ÈÒÄØ©\r å "
b"]Í6\x1E æÇCh‹-åc–ô±+ "
b"^q¶À\x02 ÄKÉ╝?8r·vÕ# "
b"^ëM\x0E\x00 ¢A\f „3J}«G\x7F ¦ "
b"_ŽQYˆÈA舴TÌKóVâ "
b"`9Í€ulJ ›-ƒ‹zÍ\x19 0 "
b"""
bœˆÇ@\x08 Nø«Œ\n
«d[”$
"""
b"cÌÅ╬0Ð@Óü¢lZ`²ÙQ "
b"d\x19 ¾^ÄOåŽÒ‚~ä\x0E Å\x01 "
b"d% ²ÛCCõ“°×‡bz…n "
b"e|š¶JIOàše\x00\x16 ï\x0F\e Ì "
b"eÎÌ!¸5FܻҞÜ\x13\x17 •0 "
b"gØþWíNE6ÄJÈ1Ü┘Oä "
b"gî¦w1¯Gé±*ÿk"1hE "
b"luŸ/EAKO€\x05 ;ˆ[Éæ¦ "
b"l└Ïq+VIü©dE¢╦¯` "
b"m&\r pEÃHʾ\x04 Ëms¦\x01 h "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"mû¾8UÃBÎ ªc\x1F ²úY\x1C "
b"""
nO‚Þ·.Bg¡;\x01 +u\n
´\x03
"""
b"o@ÇáíþEî³\t\x01 g',\x06 ` "
b"oj\f\x17\x0E ÒA—€\x03\x0F Äg ,ß "
b"osž®‘fJO¡ðL\e QÁHm "
b"r…<–qíI!£\x17 ¾À\x14 HÏ "
b"""
sB5DÎ@I\n
¦àâE›|·É
"""
b"s‚zÂaTIf¸þöЙ\x12 úé "
b"""
t9HRÜ\n
A' §ÝÔQG63
"""
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"w)rÝ*ÝDK…u\x10 b’BOë "
b"w¸hš¯8D¸¶¶Hq=w&à "
b"x†¾\x17 nŸNž´L7Ò/ñ\x10 © "
b"yË#¯Ø\C„˜›ûÿ¼IµÞ "
b"z \x1A y&RAÛó\x03 ┐¦▀_ÆÅ "
b"{Xo‡\t $Oñ«\x13 z\v ÕžDb "
b"~©½zcWCåµ>:\x15 *ï»— "
b"\x7F K\x15 LXÀ@“˜ÓÂ9˜gêC "
b"\x7F ¸'¯>\x08 L\x15 º\x00 4„t\x14\x04\x16 "
b"éÜæ╬»ÎM´░cûs¿RØõ "
b"„Jà]¤ŸAç¨é©©µSòÿ "
b"†I\x00 «~ÊA\x1C ’£(V[<\x01 é "
b"‡M-\x16 ‚CJ·Š2b\f °ó‡\x06 "
b"‡{·˜ÒìFŸŸûFIBBáZ "
b"‡ÿ\x08\x06\x06 ¯I“„4 jd7_° "
b"ˆXêˆ \x07 Lk½Ì)Ïv\x1C =ë "
b"êì1×n{IØÜ l¦Ûõ\t . "
b"""
ë\x0E fJy\f K\n
Ø\x14\f ][äæT
"""
b"‰©›\x10 ”\x00 JN³c]‡e\x11 ™X "
b"ïZÃ9\x0E 7Buïì╠=kE5? "
b"Ž\x1A šûƒ2Fž†Üz´ødÈx "
b"‘Ú”1#ïHv®AFè\x07 ¸‰Ü "
b"ôìµ\x1F à#E\x1C ®åZı\x19 T╣\x13 "
b"""
û\x10\x17 c\n
\x1E L¸¬Í=5ÅÛ"\x1D
"""
b"–\x1C ‹\x02 FFI©}F֯׏Р"
b"ù'┐"+\x03 E"£vc║ý»üÒ "
b"—6Áå¶%DQœE]x@ö¹Œ "
b"ùÅðÇ■¶B┬ü«¯æÔù▒â "
b"—àä’\r ˜A‘¯PÇtÒ_ïÏ "
b"›QI„w¥B9¿W¨ûzšÀ® "
b"Øt§^GÉ@¨â«; @ƒ¾░ "
b"žE³’-I’½4\x03 …¶ÂeÝ "
b"ž£Ü÷u\x00 O!ñzø\x1A , "
b"ózÉÉR\Fv┐¯|?(:&o "
b"¢ÞÊ=cÈ@R‘3\x00 »ðrÖ\x13 "
b"£|ñiWÝAe–\x18 &³-¤á± "
b"¤s¶ŸéÀ@t‘¿®kXÛä“ "
b"¥¨øõF˜G6¥²9÷œº][ "
b"¥õŸ%ñ¶J´â¨˜í‚\x1D ` "
b"ªaR5î¸Dè²í?\x00 æô‰\x07 "
b"¬▒Ð#é╝M¯ìx5õ\x17 ╩;¤ "
b"¬Ë\x13\x0E §½@Óì╦8ÐG#h« "
b"¬gò±±è@`½&;.¤øžQ "
b"\t îoü¬K˜““ñ¬±Kx\x06 "
b"¡-á½\x10 oFÅ¥ª\x10 X\x11\x0F ~2 "
b"»¾O\x1C ÷ìCýÂ\f [ȧJç@ "
b"²ë\x7F {S\x06 J\x18 ˆÆkpCÃ\x01 "
b"´7öln\t N¤°\x1E ¿*‰Ä\x10 … "
b"´xJs\x08 ¬Cc‹\x01\x06 ½\t J†á "
b"ÀeòÈ┘õO>ñ\x15 ┴áüçßN "
b"·Ë\x05 ·?»I2±Â4ŠM\x14 ÔE "
b"¸öóNÿÀG;šçd=ÈœƒT "
b"╣5½Þ{ÚGz▓·ÅEp<:! "
b"¹Ô˜Œ9ÐJ¼¸d ~;-r¸ "
b"║\x1C ‗¯JèH\x17 Ö;n|=ÊìÊ "
b"¼²ß~\x12 aL>µÕ{Òµ\x11 É5 "
b"¢3R╬ç/L╬Ø\x07 ■±\U"¥ "
b"½§4e‡rE\e ¨&)Ö¨\x06\x1C ì "
b"Á+q=°%G\x18 ‹èU±mD®' "
b"Áš4€ñ°Eb‹ßT`q\x08 Òq "
b"ÄPÂòû©Eå¢L†á®(\x17 # "
b"Ä]än¾\x07 AÓ‰¨´Â\x1F &¦ˆ "
b"Ä·³¨2<EÍ€‡\x13 )ŽÊ«\x07 "
b"ÅLÒGÈÖHN‹Úž›x\x13\x12 · "
b"Åî3ªO\x04 GÚ¥Ò\x00 ï\x0E _.ï "
b"""
ÆÂ<»\!Ob°Â\x14 jk\n
¥`
"""
b"È&0†BÍBî¾±µÂ6jMù "
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"╔ÑÚÐcGƒìÓ4ÝÃe,ï "
b"Ê\x10 BRxŸMã¾J¨SnÇ)\x12 "
b"ÊN€]w<A»¬¯ 5\x7F RŠÆ "
b"ÌL(ìHY@ü¿\x14 y…£Äšž "
b"ÌN\x19 7åD.»¸±ÅžT\x0F Z "
b"οßûà\x1E LÝ£Žv\x13 8zù\x11 "
b"ÏQå-ð\x05 E^¼H¹\x04 °½‚š "
b"ϸÀŒ\x08 =Dÿ»`:\e ,k÷º "
b"Ð/9Ê=1F„¶0‰p™ÛŒ© "
b"Ð=¦³þË@ã…õd³Y9Ë\x03 "
b"Ðw¤·înF\x17 €}\x01 ¦½àV¥ "
b"Ñ›‘Ò=L]‘.›ÿG“+> "
b"ı¨sYÙÓBÀçG\x12\t\x1F àÉ\x1C "
b"ͼ^À│╗C<ì1ª:¬×p\x07 "
b"×aCRá*IÏë\x1E t;;\x04 $ "
b"ÙJ÷åUòMÈŽ$´\x0E 3Ay¶ "
b"Ú¥\x11 —¿SKG‰\x06 Žíܼf– "
b"ÛcJk\x08 †Gû—[\x1F m\x03 ¦ðà "
b"Û‘ÖR8¥Gº“ù]©½ª\x19 S "
b"▄6-^ÀLGiÉÐ═8ð╚\x12\x17 "
b"▄;É«\x0E "H#û/[år88ê "
b"▄Y¸8│øLèüÁO\x17 S█½▒ "
b"Þ]눧|Bʼn\L\x1C ¿Ì(É "
b"Þ“Ò2»#F=€AŽ\Îð_ƒ "
b"á—ƒŒŽËGÊ¿,\x12 ¶j\x18 ·Í "
b"âQï\x03 büKД¿†ÁASGÌ "
b"ä[ĺ;ÚAy¥¯éß©1ÀÑ "
b"""
åÍ('\n
êJw•Å;t09c¢
"""
b"æçüt‹\x19 E“—kí²‘\x17 ‘ž "
b"þ¯ã!g▀Oå┐ñäØÑ u "
b"ÞÆ~SãÿL\x04 Ü>OLØÍ\e s "
b"èÀ,!'KGt“O9¦õîÆ1 "
b"èñ¯"#«C¶·:}ãŒGAù "
b"ë—P+Ã×Lc›K’'ý\x02 e[ "
b"ÙÛÒÝÆ<CÅæa"╔ÇÉ 8 "
b"ì\x7F ì,\x7F 5G£ŠNc$\x04 „sB "
b"í:Í\x02 –\t G³´tùh0_…l "
b"¯ý%b▀¸O\x0E âıÀh÷ÞØ┴ "
b"´ÛB▒7dMnÄ\x11 ت{w*Q "
b"ð™J§~FF\x03 ’¥;\x11\x02 2qå "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"ñqvºø\x7F O⊰@'Úk0% "
b"ñÆ£>\x00 OJ\x03 ¨¿\x02 \r Ýêq: "
b"‗{R┴ú╣A┼Öþë¥}"=Ø "
b"ò‡\x05 DÇ?EŒ™›K5ïk\x02 ¿ "
b"ó\x0F Òt\x15 C`ƒyÚ÷|×Az "
b"óºó÷c5DÀ»Å>*ù¦K@ "
b"ô|\x11 ú?N@%„ÆÙ†‘ئ\r "
b"ö/1§v,MÄ´58\x06 [@‰Î "
b"÷º?\r nRAï‘\f 6\x03 è½¢x "
b"ø‰Î–ê~O5‰Òô¯m‚&\x1F "
b"øç*æ¤ÝD&”‹\x16 ³\x14 ©\x14\x06 "
b"·¶¨¬Å}GoêVN┴\·²\x05 "
b"ü!+\e ‘þN瀣Ž|h[®• "
b"ü$J\x0F ¼K@ú¬WÁÐ\x1F ¾'Ð "
b"ý¸¢gFçNh \t ÜŸcMeØ "
b"""
þ\n
\x10 €yNO\x14 ¸ŽÝqTîp\x0E
"""
b"þe²¨+ƒDÐÀÐÏ\x07\x16 ³ï "
b"þÁÅÿ\x12 d@€–÷gùN,µ "
b"ÿ Õyþ©JrºXdÁ³\x10 &\x18 "
b"ÿo47ЧL\x03 \x06 Ý\f ±DH• "
b"ÿã¢4ó\x1A L#ª €~ƒ±*9 "
b"\x00 z\x1F ¡R¯L\x13 …'gü÷J$/ "
b"\x00 ¦áèÌWLo²ðÀ¢\x1F Ÿ_‰ "
b"\x01\x02 -yØëA¬ õ˜I‘#ö½ "
b"\x01 ô»Qî\x06 B²¶p’\x08 äª[- "
b"\x02 ÉçÐ\x00 ╩MȺ\v ┼\x0E í‗_p "
b"\x03 Ðm$;¯Iıb›cpÁ\x19 ø "
b"\x06 “ æ“ÖK½”†¼º°ú\x11 ] "
b"\x07 Â¥\t ÕÍNbŽ\x04 ®l\x16 +kV "
b"\x08 ½®U\x10 MMX‹Ì2F|Žp\r "
b"""
\n
Qžw\x03 á@ľ§„¬\x17 £ø>
"""
b"""
\n
Ç0Þ«æOΰ\x1C Jëdj^=
"""
b"\x0F\x17 Õ†³ÏI=³Q…8\e ¾ÎØ "
b"\x11\x06 |ðÉÉJ\r ©(»ÿøÑÐ\x1F "
b"\x11 +éÎÌI\x0E µÅSâ6cI\x1A "
b"\x11 ÛIJE•J4³ ‹ùƒ×\x10 q "
b"\x13 ó[ƒv4B÷‚Ø\x02 áÎÈ´Æ "
b"\x15 Äïc/2B'£ß0œÕ–%\x19 "
b"\x16 ç[|åíB+¾+@çФ\x02\x1A "
b"\x17 ;i«0\x19 H¥ÑÅ·R\x18 Ù²\x1A "
b"\x18 M╬O¿┼MBÆñÉSB¡ø\x1F "
b"""
\x1A\x10 \¹\n
\x13 FR—F?¦¼=ÿØ
"""
b"\x1D Åı[õGASî─äd\x01 lö▀ "
b"\x1D ¾Ø¨ırB╗▒RÄmõ 7i "
b"\x1E 1q8\x1C îC\e ¥”@"|-IË "
b"\x1E ˆz§‚dC†¹0i\x0F Ä{²& "
b"\x1E ├ó"╗ýI»É$®▀>■hÌ "
b"\x1E ûð:\x19 ´@Y¨ÕVR‘ÈQ^ "
b"\x1F ─WÂ\t »K╝Ép¥Ö¬Tù/ "
b""\x03 珵K¸ç╗╔ýþ\┘¶ "
b""Œæ[öÅGò¼ˆ \\x1E ³Ž "
b""Ìß╝x▓OyØl┬eò¬\x19 ! "
b"#çÉy\x7F ¼J‗╗\x1A ÝwT\v ╚Ç "
b"%€ëkoHIv¬\x1A\x01\x13 €÷ï\x12 "
b"% C8sSGg‹\v B?éþp„ "
b"'JP0¾»B2š\x14 üª(9¢ "
b"'ˆä÷2ÖN‡“Ý\r Êo³®> "
b"'┐ÉUè@Ûíñß]Éï±ô "
b"(\x13 EwÎßE╦üe╬ÐϾ\r ^ "
b")0O$HÞM\x12 €ÝF#ýôPT "
b"""
)Z\x06 ™µtKv•CüÖ\n
Pcw
"""
b"-C¯┬åmF\x19 ô╬╩ı³ä¿É "
b"-¶Ó—š”DÄ¡‹,(›\t –v "
b"-ØS-…µE•©2€¢R†Óò "
b"/lR/Ð:LN«oyi4ú¦M "
b"0%ÇC\r òCÿ±\x13 ¹‚A¼í‚ "
b"0»¸>B\f GÜŽV|áÎÓ\x1F » "
b"2\x13 ì|m\x19 @\x0F ùÚ┘W┌ή` "
b"38Å\x7F @°D▒╣IÆ<0ç\x1C Y "
b"7ØAº\x13 œI䈪#¸òëÔi "
b":\x10 Rû¯çK\x1D ŠJvLo\x03 b "
b":ÿ—™¼@Aôƒƒ1q‰Ø\x17 "
b"@\x11 “RW£Bž°Ž²\f\x0E jÔ\x1A "
b"@\x1E –ÁU…GI„gðɯժ¶ "
b"@i\v I#’EæŠ\e Yeª_ÆT "
b"C:C‰eºCT€\e Œyº€Sl "
b"C‚vg¶YJn¯ºõk\x06\x06 ®) "
b"CÙÌLò…@¿¨Õö\e kF6X "
b"Djó'\t GCo´ž¨\x1C %+¾\x14 "
b"ETü\x06 -╬@ýü,lsÞ×ı┼ "
b"EÁ\x7F AÍ'Ap© ã\t N$§½ "
b"FLò0íqDŒ¾e/\0ô\x13 "
b"G\x11\x1E ‘]JM¥¿t\x00 ÁÎò·è "
b"G\x16 šxÒ\x1C G+µYÈâIs™Æ "
b"GÇz"Ø+J´í¸ ¶¢HÈÌ "
b"H█n╔néKúÖI\v dhØå■ "
b"I-U_*▒Læé═¥ØÅÖíì "
b"JŠ}䜳Aƒ’¼ g§i\x06 ¬ "
b"K\x18 ÷BãaNT«ÉÞ&€]õè "
b"M°:\x00\x1E ZEüšÉ·Rsš\š "
b"M³ÿ–ê\x18 H·ƒÇÓ\x05\x11 µFx "
b"Oø:³(óO‚´üŒî9\x07 ŸÎ "
b"""
SÏ\jVZJ\x04 ±&©›\n
{˜o
"""
b"Tz»j^\v NͯòÏJ\x08 x–/ "
b"T¼¶d^ÍO`—\x02 ¼\t çžÍø "
b"U\x17 ܵ àD}‹qâP(›ÛÏ "
b"""
V\n
¯\x01\x08 ¶B×Çv\x15\x1F Å·╦A
"""
b"V³ºà¯ÐC‡ \x08\x18 ³8ý\x10 Ô "
b"X\x00 Ø<ycA\x1A ╗%w6æ\x15 ß' "
b"X\x0E )$ÂòG═è░ÉÁ┘\x18 7p "
b"XäTNvqM×ù)˜l=$+ "
b"Y#ÅO2┐LÑå¼\x16 v\x1E ×à "
b"YÁ¨F‚\t Na¥û¢\x08 \/©_ "
b"Z"«y”^M²¢<ܱ=\x18 ½] "
b"ZÀ©HcwJ\x16 ¥øfÉ¢[§Ð "
b"[LD˜=ÇF\x04 €c’ëü@\x04 ¿ "
b"`>*j•"L@¶\x06 ÙLLö•( "
b"a»@|ã9GX¶r$È5ÿUˆ "
b"c?Æ\x03 (¹Oh¼T^p22\x00 ì "
b"c¾Ÿ{ÐýH¤£¶ç€½–& "
b"d2·>ð\x19 Bßµ²òð\x0E W\x11\x15 "
b"""
k:ì½S\n
KÕ‘WžôãléS
"""
b"""
k¸%0,ïFa‘«\n
ò;É.N
"""
b"lnûìOúDžÁˆmÀ§Ì> "
b"mýÑÆ_2DH‰¥\x17 ,Mrœ! "
b"nÂ^\x18 'éCZ†I:¡\x0F gÀÔ "
b"nß«P;éI;½(µiÁj.% "
b"p\x1C\x04 ¸L[KTü0ùw<L5þ "
b"p8YulA’…´.¼m\x08 à‰ "
b"rbXv¾éK‰±C2~¦ýC "
b"tS4Á9 DnäF\x02 9┐╝êÉ "
b"t¿\x01 \\x7F\x0E NØ»\x1D ·╣Iéòs "
b"tÒy\x15 \r „NÒºƒ–£NA´\x1C "
b"uúas©'LŠ±Ø°\e ’gÕ6 "
b"w┴É9µüOÖ¿\x19\e Ã\x03 ı®¤ "
b"wÄä³çdL\t ‡çð\x1F\x03 ÖC "
b"xre4\x02 FDéØ0┌\x02 }╚Â; "
b"yÌöÞeºOê½\x07 §P†\x06 ›> "
b"z'ö╝ËåLºà¸·ÛütvÐ "
b"zñd¹VlD\x02 ößìı╚^T| "
b"}-Š{~~Fø¢\x1F È'Zs‡‚ "
b"}T³mÆÎK£¡š\x18 Fëmoâ "
b"~\x7F …\x13 9ÛB΢ï+\x16 „º¾Ö "
b"\x7F ì\x17 $oh@†—šOÆò‡v^ "
b"€7E'oŽE. [\x16 ß5%¨î "
b"€kìµ\x0F #G-¨ö\v 5öêòZ "
b"übÙÕ║ïHdâÎè\x08\x18 +\x7F o "
b"ƒAÂ1@‘@Y‹Fm\v ^£#¿ "
b"ƒ\\x12 ¹º[FÚ¤Ã\x0E\x07 Rï‘Ë "
b"ä4".\v ╩K<¥ç┐jìÄݲ "
b"„˜˜ëmÎN2—ÌË\r Ð\x0E Áq "
b"‡œt†ïfK\x13 ›¿Cc«óå "
b"ˆ2àÃ=4Dïž•\x05 Èž> "
b"‰\t Ê66.Oïš-eÓ¥;…O "
b"‰æT;º²DŸ¤Iñ¢$O©ï "
b"‹\x11 m\x16 ìwMTƒ#…ìNd`Ì "
b"‹(Öþ\v -D2ª\x01 ˆ\x10 V…êJ "
b"Œ*Lö*íK\x11 ¹\x01 ªeH¬{5 "
b"ì$\x08 ói.B\x1D Â"VB i0j "
b"ì¨O,%!MSú\x13 v8à]ñÀ "
b"ŽC\x1E\x15 ÃpBÊ•J\f Ê×yÔF "
b"Ž’L²\x0F vC©¿{ïr`¼[Â "
b"ŽÁ]JY\x1A E¯Žû\x13 ‘[SªŠ "
b"ÅÔ*V«╝N├Ö\x10 ═┤\f $\x0E ╔ "
b"ÉUo╝®\t Oòù¹^8\v òüU "
b"‘ÆÑÜJ\x17 K¯¿òÓüÄ\f qî "
b"”³&–I)F–ª›²\x03 ;…ý) "
b"”ühUä„FW„¢¨]6\e ©Œ "
b"˜;Ç\x7F\x1A\x1C KwŸ@\x1F ŸSyí• "
b"ÿúÃ^IDBèÜ{╠Þ&íü "
b"˜Ý\x15 ¨€‘A…ƒ\f êÌô™ƒ\f "
b"šö©\x0F ƒ9F\x03 ™Zù±™\t\x13 ö "
b"øO\x16 "=ÏMMÉÉFø`Qmè "
b"œ\x12 ¬¦\x04 ICr¬Ú\t ÕG\x06 ê "
b"£üZôµ¡B ╣0>Hô╦1\n "
b"œ¹À×XÑCG»„úì}.Œm "
b"Øö3Q2fK¯ÁnÙ-¯LSR "
b"£»zcâœF[·ö…N3ê¸] "
b"ñ\e Ú╝║L¨áÅ&PJ \n "
b"¤¥àH–EBý Òê,åpÔ\x08 "
b"ÑH²ÞÌnA\x00 ╝üÊÚ}õÚä "
b"¥•ÐAÕóH\x08 ‚¶WÙy\r J\v "
b"§Tk:mLBQˆùÉܦ›´B "
b"®ÏØ\x15 !3D\x03 ®zë}╦4ìƒ "
b"ª]ÞjK…L£ª‹Œf\x1C U\x03 Ÿ "
b"«•3.\v zI\x03 ÑR…Å8\x14 3 "
b"«˜·~ŽãJ±š ²xÒ\x1F F¡ "
b"""
¬H\x02 L1£Gg´\n
‡^šŠæ%
"""
b"¡Øi\x0F Å%E}ñ\x1E ñı[â\x04 : "
b"«Á<╗■¾J,É\x1F ARy/Y+ "
b"»Mt\x1E ┤ÕHu║DÅ2ª/Rû "
b"°\x19 º>´Mï’@\t ñ\x05 ß\r š "
b"²V\x05 [\x17 \r O‰–€¡\x02 A8 "
b"Á\x05 Äg$$O9½lý¯òÅð\ "
b"µ\x06 †\x07\x11 >K4µç\v $Ë=¨\x02 "
b"¶\x18 ¢ÑJvHz½fUtŸ\t üq "
b"""
À*Øá<@Dã╣écÖ~\n
\r ø
"""
b"¹9ºl\x16 áKp£\x12 @ØdÇi) "
b"ºX5vªÖI(‡¾{QwêM\n "
b"¼¨V5o\Kɨ\x04 ÈL©\r 8` "
b"½Q2\x08 Ô\e NgŽ\v ÌÀ¿=¯ª "
b"½|{¹ÏåOã’\x06 g\x02 ¦±†\x04 "
b"Àí<€ÿáMÌ›]°ˆ7\x14 gX "
b"┴óµ░ɤN\t ÖA8E3┐ò® "
b"Ã\x1A ‰zXgJN¦hèüÝF¿ "
b"ÃW“ôøLï‡\x11 êD©ª“\x01 "
b"Ã8âØªïE║àß´|£\r E\x17 "
b"╔£ü┐═├Ft▓╣Tï\x15 ñ║Ó "
b"╔Ð\f áÕóN{üv\f\x1F ¿ÿµ\x1E "
b"Ì>\x1C "É\x07 F’€ÜúñaÞÌ´ "
b"ÌBbq±\r L¢¦\x04 (ÈÜ™\x10\x16 "
b"̵ìûûAN†°¹XÐ\x03 Ïóà "
b"Ϊó;Ù˜Ot²\x17 jd\x04 éæø "
b"ÏiMv\r \x06 Bâ˜\x02 û+a\x0E «¾ "
b"Ñž]²C1Mפ€!¤Þóö\x02 "
b"ÊØ\x1A Íô\x08 J»Áu^tÄ\x04 ´¥ "
b"Ô<µ1\x14 C@г\f >ƒ™ã¥\v "
b"È@ıgÖðC║ÀÉ6Äò´ÃG "
b"ÕÌ2\x10 l\x07 L÷ˆÉ϶…\x07\x1F — "
b"Ö+Žùn†O\x10 œ\x11 úR!‚ÇÎ "
b"ÍØ╝ýÔëA+ܹⲿ{<\x13 "
b"×\x07 ŒRLRN)‚ß0x‹I\x03 F "
b"ÎEÑã\x02 ¶L+½+┬ì\x1D ¢#Ô "
b"""
ڝ\n
3èÅM<ÄÀY\x14 ¬ÀK¢
"""
b"Ý)J¹äYO±Ž|\,7±(õ "
b"Þq†b\x0E —Cz‡'¥\x1C ìÍ\x1F "
b"à+aæöÈD}€HBc{\x10 }\r "
b"á\r 1¯\x04 BBŽ‹èv•é\f\x12 * "
b"á?õ–\x19 ŠHr‰¶©Ü$\x06 ã" "
b"õ\x0F »$┼-Løó╚q6ì#╬ "
b"äR•jz>N5¾ˆ6Uæóæ¿ "
b"õìx[,2Fºûâ&;\t ö░¥ "
b"å\x1E ÎŽ1\x17 Lκ}èìÓ\x19 Þi "
b"åˆÚ\x1E\x1A †Fž•±³Y‡¼Ü9 "
b"µí\f Àv├E5ø╔░ì£$¦« "
b"ç\x0E §ôriF5šVÇæÙ×un "
b"ç·Q£š5C®°C¹bè¤3Ä "
b"ÚEÅâH└E\x06 öË┼-\t µA5 "
b"éI™â\x1F }Fp†!¸NNAi\x07 "
b"ë¾kåâÒDý£×àáaê›Ñ "
b"ì_=‘M…Hy]éŸíÒš› "
b"íΉâ]=EÖ–47´Z\x01 43 "
b"î\TØùêGˆHBÅEœ\x02 « "
b"ïš\x10 gš>Nd‹í¹õJ’÷ "
b"ð\x17 Å\AÌLIµŸÃ\x03 ×HDé "
b"±Äó┘╠ìOz╗\x1F ®ùy┐°o "
b"‗W═┴\x1F ÆIÂü\x12 ËÄ\x12 0B│ "
b"ó\x7F ˜A\x18 _Kc®èebþEî "
b"óçoï†,Kj°€{6æ–Á "
b"§\x06 î ×╗Fðئ\x12 .WÚ?¯ "
b"§Àç}┼`I┤áÅ\x1E ²\x06 ±uX "
b"÷þ\e Ù¾┌D\x18 Àص┤╝ë■╝ "
b"÷ÈS°±öNì´’¶\x17 ÷ÄMJ "
b"¨ry\x08 «@KOå¿lü! A¶ "
b"üœÈU7½E^¡o¬\x01 0è—Þ "
b"³ªí¦\v !@üèBð"¯‗\x18 d "
b"þ³ôbN3KÚ¬"\x03 D\t R\x08 ž "
b"þÙ°qêF‚‰/i\x03 ò\x12 uÖ "
b"ÿ\t ,ÇŽ*Cú°®7UaP\f Ô "
b"ÿF¬á®®OužÍŠNA]—¸ "
b"""
ÿÿܹp!Dz‰JX\x08 rò\n
ä
"""
b"\x00\x0E õƒ\e :C\f ‚?ÛšMš‚¤ "
b"\x00 ü¼7öıJÔâ_i█Ç╔ ▒ "
b"\x01 ▀\x04 7ı─E±Ñá{ÛìÙ▒â "
b"\x02 qµ\x10 LhE▄Å▄ü<┌\x13 ½Ô "
b"""
\x03\x1D ñøF\n
JT¡¦Š†Ù\x12\x07 N
"""
b"\x04 íxÒ»ÎO#¤\x1C\x13 [Ù‚\f á "
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\x00 .ö;ÊK\x15 §W*Ó\x0F\x04 1ƒ "
b"\v §~\x1E q\x0F E#¡\x01 ðî¿zHâ "
b"\v É\x17 µíÍH\t §C¸/Ô™öB "
b"\f YÝ©ÆÊK"…FĨHè±/ "
b"\f ┌ÎpÉKDÛá¾─gõJnõ "
b"\r \x16 ”\D¦DB¦\x1D yr\x16 1Åb "
b"\r A¦ËCRMŸ¥]\x17 ýq\x16 ”\x1D "
b"\x0F 6fO\x01 «BÀ´3‡9µ\x1F ò\x05 "
b"\x0F ½:åòhHY´“+æ,§1‘ "
b"\x10 öihMÛI¨ëü4▀#ÍyK "
b"\x13 “ö<gÁO\x13 ¸§\v –\f Jåk "
b"\x13 ╠'´\x18 ■K}åKAü░Çß╣ "
b"\x14 ô®àÉÞK\e ǃ\x1A QDSâ "
b"\x15 ³¹¯FJH¹¬‘¶:Ÿ\x02 Jª "
b"\x15 öÍ£|^OÞ°\x18\x00 ó?“\x1F È "
b"\x17 Cž*GDOi™\x15 ÍšÆÖyã "
b"\x19\f É}╠L▄©*\x17 Æð¹eu "
b"\x1A Ðìö¥wF¾ìh\x1D ─\x04\x7F [Ê "
b"\x1D LT\x19 sàL&³ã%e™P"Ï "
b"\x1E Ô*äf¢L\x0F †Ö®’Z\x1D õL "
b""öíS×ÉC\x11 ¨ºÝiµµ-~ "
b"#H˜´ KGdzt¹Ì!¯ "
b"$7«u‡\x19 In¶§Û\f „Òá\x0E "
b"&À}¢Ï)@µ“Ö"˜Á®Ãx "
b"'„á\x01 s\x03 M᜿Šä\x1D F\x04 j "
b"(oé]õ\x1A K\x07 †‰ý›ß@rY "
b"(’ñÜn–C[‚’òmÑ|\x05 ë "
b")\e «¯Ð3N¯ž[*K)§ey "
b")R\x1A [}4A¥³›9v‰Éÿk "
b")ð\x1E åFvB£·\x10 Àz\v ×\f ¸ "
b"+\x06 Žï\f ‹Lvšs0\x13 ¡e˜ë "
b"+¯7®YFM<³™q¥Tô\x0F a "
b"1î™¼ÂØJv¡u\x0F ‹\x1E }+ "
b"35\v ž¾<J`¾\r \x1A y(\x03 l\x18 "
b"3ÕŒÕ$\x08 E‘‰ÂP9ŸïÛï "
b"49Ç'\e\v K‡¹‘Žä…×8V "
b"8«f´khBï¨ooæâ\x19 ·P "
b"9Æq\x07 ╝\x03 E ┐|ÉRP>▀U "
b"<2Énè\x00 NL€„ŒA<PH© "
b"=rɱâ\x06 MUî┌"ı\x1D ysà "
b">\x00 †áÕK\x1A ¥Ò\n cÐJ!û "
b">\x15 ┬°yÅIBÖ$U0a\x03 ;Ò "
b">…•%¢IV¥1V”‡dPb "
b">«i\x12 ®KDy¦Çç\x18 æ«(J "
b">û«X+áCí±\x1F ¸¬˜É—p "
b"?~û6€!J\x10 ®\x03\x1A !›c–Œ "
b"?ØÃh\x1C kJ■ü█;Ñ¡eéÔ "
b"@\v e\t éŽDà—²‡“ƒ'&ó "
b"@:2ÐGýNH¹6'¼b¿R7 "
b"@ÃÈf\x04 +KÉ”ª\€Ã\x7F $î "
b"""
A\n
v[²&Má¨3ws©]\x02 3
"""
b"A±ø/ADHkˆ•±È?q\x07\x00 "
b"D®|\v\t @&šó¾\x17 C¶´‘ "
b"EœÓ¨¡bIޕΉÞáÖ\r k "
b"GúÍ`³‘LPº\x02 APŒþùõ "
b"H~£╦¦╬D±Åî╚\x7F ╝ø┼N "
b"I!(mB×Dh‚A–Ö*õ\x18 ü "
b"J&.gèWIï®ô,†¾˜o! "
b"K\x14 OðØıI\x16 ƒ`Û«{ÂøÙ "
b"K\È7MVOu¹›\x19 ½¢Â¥Æ "
b"O9W┌\x0E âM\x17 ÉL\x04 3¾ÀÙ╦ "
b"Rê§™˜ŽM÷žR‹#\x1C 5óe "
b"Sš\v _ò\Dѵˆfaéc\x01\x0E "
b"VÀ_x¢ÚDЧÀC\f „r\x15 ¾ "
b"XÆÃFL¶AÄ╗\x07 H¦Ò(Å¥ "
b"Y\x0F âè¿!Bz´‡@{픑 "
b"Yë×Õ}ìF°´åèàV¼è‘ "
b"ZD^ \t ÖJqœeìë\x16 >q "
b"\}\x19 5╬4DŪ║3´7▄Èý "
b"]¡KИ€E\x19 “lJY³\x15 K} "
b"`½ÁXbÒL¥”32ËIk±× "
b"`øï¸R(H‡˜AH¾¸à\x08 Æ "
b"chD=³\x01 @ŸȱDG"Ñ# "
b"cÅ;ã…ÝCÖ¯ÔˆÛä1°@ "
b"fÅJƒs█N»╗\x08 ÇÃå!À═ "
b"fÒ˜¬è>M¼ŠŽ\x1E @·õ° "
b"g/,fù$Dø¸S…@(Äl "
b"g╦*eeçNþ╝m7x╦\x00 ┤ì "
b"h %│~CäÅÉ│Åı▄æ{ "
b"j(DÇ\x04 JK‰©Ú¢ø2\x19 ¤ "
b"kÊÕ>(7LÑ·7^þ&®>þ "
b"kþíøsáM¦Â\x06 ¤╚\x05 Ììù "
b"o\x02 ╣Yƒ¯Cê»WÅ·┬íFò "
b"pÊ#·Ü\x0F IH¨\x04 -Tþ¤U˜ "
b"p╠ÿBÛ"N1Ø\x05 ▓W\x0F 5Uh "
b"qÈ\x1A ø1TA6ºJ\x01 ˆ˜¶j( "
b"r[{%û¤I§Ž,ƒ›«„D\x1E "
b"r`IAs{A\r št^K\x17 ˆ÷Ù "
b"rzG4%DAÞÅ\x15 ¡╬o╚▓â "
b"s\x03 6“¯íG*¤P(N\x01 þ\x1F õ "
b"vÙSŠÙbOγAµ<(`\x13 “ "
b"wåïk@oHó®6\x04 ~<îŒÕ "
b"x‚iG[ùL,£ÐE’\x15 vÙv "
b"y š‹Ú€Jášñ“%wÇ!\x02 "
b"y¦ÄQ!\f LAü¿p)Ùƒ`» "
b"""
z8µüÞ@GÕ€7dAìÁ\n
¤
"""
b"z®÷ÊËlAU´LËOª9µ¤ "
b"} Ió┌\x1E Hàô\x15 {▒»YÉ■ "
b"\x7F øùS\x0F ú@(„ââÑ‘aoœ "
b"é\x16\x02 Ü!ÕBÇü½Å"[\e\x1E ▓ "
b"éZÒYßüD9ó¹~=ïA¿Ð "
b"‚¶CeEAB»œWéý\x12 x\x13\x04 "
b"‡µ~ø7sM×ÂT§¦‚O½ "
b"ˆ+áŠÆ¢D&·&On¤Xr© "
b"Š\x0F äÕñ•M†š\e O«\r 1К "
b"èü)O█ÅC\v Ö0ótòz\x19 8 "
b"‹mh¤´ØF\x0F »×ûmžê©\x1F "
b"Œ1úæ})Dލ¬qÀ4?åÚ "
b"ŽìJQ¦¡K\x01 “*\x03 ³~`KF "
b"ÉÄ╩ƒ╔&DHï\x08\x0F ┴I¤╬" "
b"æ▀öÜó}M┬Ø╔tZ¤éðh "
b"’œ¬À[*K_¬«ëFÚaáR "
b"“‡¼ð]\x14 EGŠUI¸Ùg— "
b"”\x0F bà@\x1F B§ž!ë‘°6\x07 U "
b"”ß3\x00 L\x1E FË–t°€%\x1E %{ "
b"˜9µÒĆD2¤¥lšõÙâ" "
b"ÿXL«\f ■NÅÜÜ\x19 $Ô╠så "
b"˜›\x11 ‰É\x19 HØ„2l£ì2‡³ "
b"ÖP╝ö\x06 ¢M~¢q9\x7F é´|ì "
b"Ü║z\x03 å¥KPØÃü■\f\x01 +Æ "
b"£®ü╬R╔D\x13 ┤\x03 l\x1C ╦┤2T "
b"×3æûÖcM┴Ũ\x16 q┴x½f "
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"ÑÉ\x17 Ѫ\x1C KKà}'sP\x13 }) "
b"¥–<زxB4¤…žê\x03 ìDd "
b"""
¦°¨€K¬E\v ¬pòZ\n
äJã
"""
b"ºÅ\x1E ã±╣NÅàÝ&/¯╝\x04 ¬ "
b"©%¿B\x1D MB\x14 §}Ç\x19 ñDíª "
b"¬aNBÉ║C½ò╩¶┌}\x16\x12 ú "
b"«„\x1F å\x08 YMÿ™\x05 ¼ãî+@¯ "
b"¬n-YP\x19 I÷½×®\x13\x15 ò–g "
b"«─àA_ZL¦ì,_┴U¥\x17 ╩ "
b"¯ZÏjsŒGɪËq8b‘=} "
b"°d»ÚÖ0E\x15 °çûz˜½Ð– "
b"²r©QźC¾±X©Ÿ¼}1 "
b"³5Ë\x07 î G«¨N¬ÌVaœõ "
b"´§œÈõ‡M¦²\x02 é˜\x1C L·T "
b"´Ö‡ˆ£îAÕ´˜^7¼Â\x05 G "
b"Á\x11 ┤\x04 «\x06 LÉøE█\f Î╚m╠ "
b"ÀÝÐòÅaL╣Ö╗\x19 ©²E}¾ "
b"¸pÂãGŠLu¼1e®|ýŸ\x12 "
b"©óÓ\x11 ÎÒJAäÁÑÓ*ƒÞÉ "
b"╣\x0F\x17 W'¿H Å\\x17 ÚîFÛ\x01 "
b"ºoC\x05 ´\x11 B´´ñR\x13 H¬Zª "
b"º«Ï\x0E ‘\x7F Fw¥ØÛÔ›´À^ "
b"╗\e j]('JR®|:É-aºò "
b"»:o‚úÇEŸ‰³\x12 |ƒªÃ¯ "
b"¼ô\x07 0$ÖEm…7˜\x18\x0F }eþ "
b"┐}ÉFdGIÂ┐ê═▒dßbO "
b"À\x06 %\e ®œIUµñ]‹OyÕª "
b"┬*\x16 -ô{Eæ╣┐I3Åкü "
b"ãÒ"╣╠ZK\f ÀߨU\x10 #ɽ "
b"Ç\f øÓ2è@b˜DDtn½$™ "
b"Ç\x1E e¹FOEö—'ðÉ(°M! "
b"Èâñ&¶uBñ¿í¶‡&ª†Ý "
b"É‚*þ†iGt’\x04 t@´\x11 ÔÓ "
b"ÉóÝTÞÚDÚºÂ*JÇ KB "
b"╩Í.ïh´CLº¦╗ÑØû░¼ "
b"Í„ûÂcqIŒ¤\x01\x18 ×ç\x1F Í= "
b"Í¿|]ÝTJN‡²Â‚ß°Æ; "
b"ÍÍ™€\x0E B8ŽRE*>ö@` "
b"═¾J,£0I)üRÿþ8u╦o "
b"Î`À1=ŸA\x0F ‘±ˆy\v e\e u "
b"""
Ò.ƒ0\x15 uA „\e ®@œ\n
Åý
"""
b"Ò“v¨NuC²€cVpiO%Ÿ "
b"Ë\x15 ¥üí\x08 D*¡\x19 ÑK\x05 W┌\e "
b"Ô\x11 éMÖœOœ®º\x00 ôìÁº\x03 "
b"ı%\t ×▓éD<Ä\e üç\x1A\x16 ƒ\x15 "
b"Õ*/Ì\x05 ‘@\x14 ¾jܨ–Âãf "
b"┘¡UX>dIÆ¡┴ì\x00 ê¡ÆÃ "
b"Û»Çü–¿G©¥Î˜°7ñÄÊ "
b"Ûö\x01\x11 imGÒšüök€€r\x19 "
b"Ûÿ(PõþDXº}Ø/~?„X "
b"Ü=ºÜÁ\x07 B#«\x18 ó0ü&óº "
b"ÝŸ¡]lxM:°àYf\x12 ×¶B "
b"ÝÓ¯ï7‚F纎IO¥JPÌ "
b"""
ÞEŠ\n
ˆ@D\x16 ·FéôÆÙ‘¬
"""
b"▀dı\x02\x14 wCüêÈ<\x08 +ìéå "
b"▀Ý\t s«Cû®MZ"y¿[ü "
b"à@q9±3L\x10 ˜™¸åýÁCÕ "
b"àWõµ:@KÜ®\x06 {\x06 nAH± "
b"àÂm°\x17 ŸN€¸\x04 IÒìÁm\n "
b"ßYâ£åôB&ØÎf\x13 aãÙ\n "
b"Ôa\x0F YfÜG¿┤■'²ÌôØ "
b"Òvúì▄╩A-®\x1F YÍÊn╝k "
b"ä\x00 ,ÙØ.K\x7F ™v\v\x18 FÓ®H "
b"Õ<Éb¦qB\x16 ƒðéôZ─Oö "
b"µ÷\e Ê%FA¢ñN├i█àìæ "
b"èñ˜åLLJ\t ¼\x06 ¯\x1F !æ˜Ø "
b"é›a²¿ÅD\e ’&¯wH6ݦ "
b"êò•\x03 ~\x10 D‡ª§\x1C ,æg\x1E g "
b"ë\x1E «BXV@’‡\v ³œµÌ\x00 › "
b"ý\x15\x1D m\x00 ºF«É8_á?╠v\x10 "
b"ì:úc&oH‚¾Âa6Î鲉 "
b"ìÌÃà\x1A\t C‡’ÌÞ\x1C Ø™\r & "
b"ìÓ\x17 DÍÿAÝŽ\v °KŒ\x0E Ÿ\x0F "
b"íM¤]~”JŸ°£j\x13 Öu9T "
b"î1¦ÄkkKNžõ*vów°ÿ "
b"î9o„\x15 ûAx \x01 n5\x7F 8VM "
b"îf®Q: Cð”3*":ö\x11 , "
b"ðÏ‚é|\x1E B@²×¡1wö\e 4 "
b"ñ\x13 ‚=†ÞIx€\x18 Á±ŠˆIÓ "
b"ñySÒ„…Nï¬ì³\x18 ;\x03 jQ "
b"¶,▒£üùI{Üjæ¥SK*© "
b"¶D`Ø/NG¸çK╠Ü»îv "
b"õMê›ÀUGE¡ŽL •3ê‰ "
b"§▒\x1D ┤┐ÉNQíÄ║┼Pñ¼b "
b"ø©¢hÍTDlŽÍâŠ\x19 ýVX "
b"¨¨1┐D«E`üò\x01 Ê«ÔCç "
b"ú ¹Æ³^G\x02 †F(Ÿë\x0F ðC "
b"þ %ÙÛ¦Hºš¹'.vr\x03 2 "
b"\x06 „6im\x0E MÒƒ\x1C ”ŒÊ;-\x13 "
b"\x07 œý:ÇÆK1¶[$äü³t§ "
b"\x08 Ùª\x13 "¸NÅü¤Å─ï)ëf "
b"\r o¡¹·ŸD"§T“\x00\x05 Qo\x03 "
b"\x16 ŽÁd¹¤Hë§ùà`jÛgw "
b"\x1A\x02 (ƒœ\x07 L}€V§õ\x03 Ì€° "
b""¬]‡nTK3©B\x07 b\x12\x14 ½\x14 "
b"""
'GðCµ<Aœ¶\x15 \n
’!˜C¼
"""
b"-4'Ëz\x11 Kb±ríÀw†am "
b"-8┘B═Iüø»\x03 ▒å█╩ "
b"4J½OŽš@.šá\r ¼„.´l "
b"5eÁ áÓHiümÍa!¶\x01 ı "
b"7C╠\x1E ▓\e K╚ù\t Äü\x18 ▄\x02 ¢ "
b"@┘zH÷ZHÌ©ÅJo\t\x17 V± "
b"EEkü:ÁN}åÖNåõx9å "
b"E«vÊ[–FüŠw6šÛ/îé "
b"N!ûI\x0E ‰Dš“\v £]¶ßÓâ "
b"PF■6,ù@╩ƒN\x10 .╦Å│' "
b"^\x15\x03 £ıWC╬çü▄º«wc@ "
b"faïo9ÜApÉÃ\x15 }└·k¬ "
b"iÓ³‰›ÑHÕ®æDYü«\x0E à "
b"làÖ\x19 6ðGÓ½â\x08 ¾éEÄL "
b"m5™„\x03 #B”¸\x19 ø¢\x16 Å\x17\x1E "
b"mWèЬ\x10 IVžíÁ°\x10 '<× "
b"r:3ƒ\x13 ÷CK¸@G4'¦«j "
b"ü\x15 9\x0F Z\r EÚ╝L▒hêÀôn "
b"üVå\x1E åwEl¼Ä1q─C¸\x1A "
b"âÈ ^ıîJ¬é▒\x15 mØ1─k "
b"‹>mE_ìDg¨¼ÄÃÐò\x01 % "
b"í|ô9ì¨BFì,╣-ı§\x1C . "
b"¨›g0·a@ø™¨?ßB:Þ^ "
b"¡oSFë-Jkç˳+ìgV\x07 "
b"»p\x19 ÅíiOCó³ùú▓‗\x1F\x01 "
b"░{│3=I╠òE§©ì³░q "
b"µ\x1E anäTA3¾,vúê\x16 R— "
b"¶jž•^:Bhªý0#éo£ "
b"¢æÀÙ0»L÷øömì.@ÎÇ "
b"└ÕU?\x03 UCúùÿO[ìzµ- "
b"Á£R–¤SG”³—kÚ•5)\x03 "
b"╬0-Éú+K\x08 ╗█▒Ð(#╝Þ "
b"Ò{\x0F ©ö\x15 N─ôStzåìËQ "
b"ê¾5—¢wM\x04 …ÞFÑ\x0E oÀÖ "
b"ì\x1E BB]3Ng€q]º9Z@i "
b"\x00\f «.åéM×¼)\x14 ÿæS+ˆ "
b"\x04 ׂ\x01 ùoKMŒ©¨…^±ñÛ "
b"\x05 Ø3O\x15 ‡DO–U2¿HA\v Ê "
b"\x07 r5)À™Fˆ–¾©9¶$\x7F ‹ "
b"\x08 ÔY¼\t NwŠdÌ@–0çj "
b"\x08 bÈ7Òì@‰¯ëXƒ±–Óÿ "
b"\x08 ‹ŸÓ”'O(¶m±‘žÃØÀ "
b"\t ûSŽøF\x13 å"s÷ºµ\x0F j "
b"\r H3À’GG\v ¯\x18 çô9ŠŠL "
b"\x10 'Û/c´AÇ„ÌåÞ÷r^¹ "
b"\x10 L\x16 ÃA³I\x15 ë▄/ÒÅ_k\x01 "
b"\x16 í>\x1D Ì0Bà¥tÏÚqI~s "
b"\x18 Rü█«ÇE┼Ä\x1E øòÌe.╝ "
b"\x1A\x0E ╦║ðªICØÁïØ\x12\t x0 "
b"\x1A ¨,ý\t Á@,‹J2¥ÑXP "
b"\x1E Ú¸4ú\r IÃå¦┬Éä6}0 "
b""üM!H&Lç‘db¶$›°Ð "
b"$\x14 ╚/j:J\x19 üõ&`¸├\x17 Q "
b"'RyÿgóIîèÕ\x06 öPïì~ "
b"'ì▄ÐÙ\x7F EéÇN\àJOeâ "
b")\x1C ízÛ\e Kq½T°^\t\x17 §” "
b")v\x10 OT)G©ÅB\x15 Ñ\x06 ð┼( "
b"*1È»╔Ø@ ©ìÿê░ùî‗ "
b"-\x0E Ð|ÌvH·€=Ò`‡\x01 ‡\x1F "
b".\x19 ð\v þ%OÛ‹x.£u8«\x19 "
b"0`¡\t ´ÁK#üb\x14 W÷´Õ® "
b"1U3Y¾\x11 LÃì░,\t ¿ºe│ "
b"6T\x01\x08 ³eL{›±\x16 Šÿ-_V "
b"6¤\x19 q´>LÜ‹H»]t?̰ "
b"LÌh╠ñ©Foú©\x02 ©╬ÉLí "
b"O6õ\x0E /AL柸\x04 Éñ\v u= "
b"PZX‚®®G5›Ý–BUµ&î "
b"T\x12 \ß▓ÁN\x19 ┐ØY~ÖJJ╬ "
b"U:┤.\░HeÉÙ╩╗\x08 Ú\x10 E "
b"Yµïi@GI\x14 ¼»Ü³B†\x12 ž "
b"YøBùÄ\t I\x1F „mK~ŠïÊ "
b"]ÐëT0RE+«Þ!Bš÷;¼ "
b"d™´\v Ÿ.N Ž‹˜Ruh¯M "
b"k\\r #Ÿ‰JFž\x10 Æñ#kŸ½ "
b"kµ áCœE%§*MtŽƒFæ "
b"o™´Ö\x03 ¸M\‘gf\x19 ™p\x07 ~ "
b"t\x7F ÐI²\x1C B\x7F ”žhjù;܈ "
b"|mÌžmGp°Á\x18 ‚vÌ¥´ "
b"~|\x19 $[\r @*«É~|¾W\x07\x1C "
b"\x7F 9\x03 †0bKĉJó¯æ'a_ "
b"€\x01\x19 »\x0E ÈO†k—oLðÍZ "
b"…‡¨ê_CI,¸/ÀÄã\x13 jŠ "
b"뱿>üSB-Çñ5s=OÐ6 "
b"Šýœ%z•OMžU\v Î×õ G "
b"Œ\x1C áC\\f F=™Jpº4Ìe‚ "
b"îèòGEð@ÎÅa╗M\t\x16 Ã■ "
b"Œ˜™î†ñLÿ¾HjbÕÉfù "
b"ìÉ7O5ÐD>ïÑ\x18 Z¯Èzy "
b"År%q«ÜKâÆ2")\x15 Nß├ "
b"•îJ_«{E÷žKærm‰} "
b"—ü"†êì@P§\x03 ðú8\r R= "
b"˜ýû¦(z@\x15 žuZ†fÀP© "
b"øüU·├▄GÏîÒ}-áF┴ "
b"ƒ|└Ñ\x03 ¡Cè╝K JÉ▓ó\x1E "
b"ŸòZ\t ~â@n·\x1E ¬*\x16 Õš, "
b" 7ðM»òN$ƒ¥)¥žu`F "
b"§\x06 N-)DD÷±x'©dO¹ë "
b"¨¸þ\f\x13\x15 JAŸ\x19 Sç\x01 a\x10 õ "
b"ªÆ}7<ýJ?½±‰\x17 d&F\x05 "
b"°çº9\x1F ÂEÀ¦\x07 ë'®ð\x1E Ï "
b"²Ó\x0E Ã;*Gð·÷'\x13 Ž\x07 * "
b"¹:§Ê\x1F hBu–\x04 eÔ\x05 ÷Ñ× "
b"ºø"^ƒdMO©;u\x1F -\x01 ñ "
b"┐9wı´\x1E L/ÉZ■╔Ckë° "
b"ÁŒ&*>ò@Q€ô8‹\<×_ "
b"Äúm6u™Lí»¯t±¬ÓÒo "
b"É\x19 OÈêßMå†d aéù8 "
b"╦¶Ãè³]KÍØ©~\x0E 6Ï\x17 [ "
b"Ì@}–m\x13 CΚÌÕ\x08\x17 Ö`› "
b"Ó(Ìe¿¾Jʵñ#-ÉuÓ\x0F "
b"ÔN®®éÑH·–x‡µ\x05\x1A Y; "
b"┘d\x04 :▄°J\f îak░Éé\e ║ "
b"Ú.4}ü?EO ¶£\x10 v%›¨ "
b"ÝBéz€ëI\x14 n–óæó\x07 y "
b"""
ã²B\n
8·CY¦‘F©Ž\x12 Xø
"""
b"ã½lÜCUBh¥œèKBþR\x0F "
b"ét§Ï\ðB\x13 ¬é¿…¬ª\x1E [ "
b"Ù³uÖA¾Jòì`W@[Ltþ "
b"잉¼\f xJ.¡Ð\x18 Î\x10 .ž? "
b"íÁUÅsP@\e °³.\x15 õf±\x18 "
b"±┌Ó{¢▓G¹┤\x16 $´\x13 É¿u "
b"òö\x0F µž\x13 DP±#÷ïÏ/£Y "
b"ô}gö ›JI¹“c9´ð\v … "
b"ô±ØÕL£K½´œòVµÖmë "
]
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 (0x00E6D125A8164445AD9E256017DDFE48 , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04578812A6674180972A266B2D1A0CD4 , 0x058B05E927D14A7B936F65195CE62196 , 0x06CE56A02BEB41BD88F5D67C003B2E5D , 0x08308457E5FB461887F8613B02AB3038 , 0x0981AB9AB7064F50AB75CECB0C901D80 , 0x0AF384211C024DB9AD831AD98DB346B4 , 0x0CD50C2E5FD3484CBA56D80087417820 , 0x0E0779FFEBD643B9809F2E002172571C , 0x0E319DE582FE462F8C59EB846B4F47E5 , 0x0E4A6F82F6DB46B6906ADD639C1A9729 , 0x0FB74FA68C7B4A3C88498F340940806F , 0x11D6E6A3E89F41B6B99808D4E69342AC , 0x1299088D90AB495697B988F0696D2A89 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x140861A7A2D54157B709C67C35AAC18D , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x1617A1D8F9694BE394CC206804259601 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x16E671D99324405EA186C55E3F415DF5 , 0x1735B62D3B6746BB8906864A26B9C9A0 , 0x176F32D86CE646A597366E61B58A4820 , 0x18B1BC8FA5DD4D76A13A14223996C00B , 0x1A527E0CDEED4F7E8B881E078DA73A0C , 0x1A53F9C786A24F99BB2D35D7B8FE10A6 , 0x1C45C12A13D5456287AE65431FE803DE , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x1DA738EFCE00432F9339950D114A6AD7 , 0x1DB4CF07340C4FA487C8AD9AC33A9792 , 0x1F6363AB0CC54A0B941AE3D7B332E738 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x20541BDC71744DC294A67B88D38AC77F , 0x20BE7163E0B84E0DBED8568E823A0666 , 0x223CD0F094B84AAAB9B2B31EEBF3F1D3 , 0x22704187C62E4A379E4E6D0604314CFD , 0x2285A0B6F28340F895D2AB5D023343B3 , 0x23977307668E4303A246E85DDF429750 , 0x23AA694D77784F6A871EFB396D2D4AF9 , 0x2431FA1E973743759966820EA7E0225B , 0x24362EBF9C924C2A879468CE0E336513 , 0x2631DA05D313498085ED5989834E2EA7 , 0x26AA1324B82847FF8AB501B0DD350CC2 , 0x26C7E894D39C45678B84D754806B1D0D , 0x29D2340EBF464ECEABD8CC77B2393499 , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2BA1C0EB638241D7950F1CCC52A63F5E , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x2C3E1D570B014A40B0F559894BE6C1A5 , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2E10EC5A82AF4D8D934FF33451ED952C , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x2F76BDF470224624B6DD1FDA7623F6C9 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x315B91331E9F45B98F79DAAFCD914593 , 0x324032E0B1314ED887AEFB40F5FFF287 , 0x33703FCBD9704D8787551F63FC67F6C2 , 0x33C7ABF49BDE497E82975BE5863066FA , 0x33FB6BD50C074963B1C2367DA002E5BD , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x35F6EBCB6AB04848B3D34E38F64A88F4 , 0x36F3987006544B1A9900C948AB42FACB , 0x376AD1D2F81C4272B9D348D619C36EC9 , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x39327093A91443089C98B9EA9F253F11 , 0x39550F067563402092836E06FFF604CA , 0x3A4261BAFE534F618383D43474760651 , 0x3AC47B2AE08947DBB8C42AC5CC90C927 , 0x3B3B1EC985C24603A1B7ABBAFCF533D1 , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3BCF96E6781D46F594881ABC49168405 , 0x3C369FF1C4C54F0B8B9A94DF5B360735 , 0x3C570AF019F048C58300801EFAF15411 , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x3DD58E7C454F4A52AEB8EA6145E31531 , 0x3ED3A6ABB1304DB8B6AFFD2224175D38 , 0x3F69536B990446B2A8160180F27F342C , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x3FB511F9B6CB47179B79C479D2869F18 , 0x43A22A8CD08041F2AE945C8637443776 , 0x456DB8595C59468EAF19E8560916BBDA , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x47358FC8A49144D6809BC0823DD13D11 , 0x4744FE4ADC0D4A87B6FD40972C079F06 , 0x4859C1647BF4466A8E41A06FFDD2136A , 0x49336050A9E645FE820981E516238857 , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x4CCD57CB8E514A5EB8C37CF4938A9439 , 0x4CF27E85ED644713BEA9695FFB82A5DC , 0x4F7FA36F3E284AB792118E11DD9F4B86 , 0x4FCEBD63A49346EEAEF0BFE7A7B0026F , 0x51380AD680D24E75970528ED4EA33582 , 0x5179F73242A240339784A8E450FD26C4 , 0x52BEE845ACE641EAB1A864F813B7E100 , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x547E9CE2F7CC42C2AB57D883372F2EA1 , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x55688327B4D244BB9F3743839EE51610 , 0x55A585D9423F4E3AB5EAB9A94EB75682 , 0x55D5C8C81B0944B4B03071D9203F4436 , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x57A1ABE8457742C6877CBBE2D1963EE5 , 0x581F4A88EFBD4B28922BC9ECB446FD09 , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5960B6EBBF364B2ABC31BB46F31EEEB1 , 0x5999E028E05544D8BFC1CD8B1A938C97 , 0x5A11BF98F92D4AE1B7A5F39394FC9219 , 0x5AD1D85025FF49348445D801204BB1DE , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5BE73B9E98B44A279685880E2D900B46 , 0x5BF76F60A2D54E1C96BF197E97C6867F , 0x5C1A0A01A0F2470BB662DB4767468E36 , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x5CC5A91B0FE3416293EA6D71CFA74015 , 0x5E5221FCC0D04F7E970C8D9A6FB404C0 , 0x5F74CE1C799D4458958088D2EBB771F8 , 0x6000676F1B1B43D39A8C900F16309330 , 0x60755B7C07694C8081CE8B71A795FC48 , 0x6328781E0C74442D8AEF332FD8246E75 , 0x6354E786EB154A5DB03F27CD986A1670 , 0x649A930A7AD34341AD5F01C01AA64714 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x6565AD72AE634DC6AD466DA802D1A2BE , 0x66BB3B06474541CF9D64DF88F3C0F998 , 0x675F061C474F443B806A46A87A36577B , 0x678200398F6347708C2DE87F3399253E , 0x6917A1AB38C0465BBF2443EDDD67A4F7 , 0x69423AD6251A499AB47FCDC4183C478B , 0x69972F26F237498B8E817547D3B7F34B , 0x69BE758D6B384CA3A9D8418F45C93A2C , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x6AC8D13E8B824C0BBAAC135CA427F8EB , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x6C77F02220E34318A8BFB0489FD53324 , 0x6DD0D570377B4958A52AD6B9A7C27D1F , 0x6DF9056C410F4B369EDBC46EA0144305 , 0x6E2700533B2546AC9FF9A0B27B5DDB99 , 0x6E7340BE948F4D5D8D5EFBA6B4284FDE , 0x6F29FB6248864DC18748C4047320EA06 , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x6F9E6FFC6D5F4302841BB0900071BE07 , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x728757FC9A344993812D39A4FA8DABE6 , 0x72ACF30138124BE99EF9EC044468179A , 0x72E17085BEC8436ABF2AD27FF358750E , 0x7477B5392D82453B9E6B5F8CE430CDFB , 0x75F8572DAF28462A8B3A3A1C1C6F7F9B , 0x77FE4529617B40929B00184EEB554C46 , 0x78C52B07D039404E994621EA530A7332 , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x79DB368464EC40EA9B82FD28ED32061C , 0x7A778A4E959C406AB467B18D01B122FC , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x7B8483C663444CF7ACA1518DA90CAC92 , 0x7C70F22F38E7423599767838DD0C879C , 0x7DAE6EB66CBC47A9B63BAB7A4656ECE3 , 0x7E58CA6F1885480483B6D004FAE4D20F , 0x7FC44F4340F040A588E3610577E05DCE , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x80924F4C6DBA430F96CA1DA8F227687D , 0x80DEAFCAD28741E281A3AEA53E5F13E6 , 0x80E4495E3FEE42B78CA3DC79FA6BA0C9 , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x81A2DD05428042E194AA9A3B10381261 , 0x825ADF411018471DB7521343B27CF396 , 0x841001024C7740C2BE37BE71FA6F9CA8 , 0x841B6A5E4DEF405F8CCFFCDA646E20EA , 0x85EDC20FE0104314A00F0739487950E8 , 0x86210D63964545EB9CFB6AD5076615D8 , 0x8684557620DB45669553CE42BDDE0830 , 0x87495187BA24457AA530D2A2EB4B2C80 , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x88714D81BF744C448827EE993B184601 , 0x8955C591D9DB44BF95828719E046B8A7 , 0x89CB42634A344AC2AFEFF2608B1BC3CE , 0x8A6D1C301E614064B8D76C70D7106285 , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x8CDA35A745734446BA8DD35CB6A1E9C8 , 0x8D7271E037DA4B12A1FD11E3E5522608 , 0x8E15563455484B04B7969E92280954A0 , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8F27A0E465D44B76A95EE2E23FE1DC5A , 0x8FB3BF40010F41BF9224547B88447373 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x9035A2B9B6D1481C81A787FD47EA48C0 , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x91DBCE9277424181AE319BA6FDE53987 , 0x929027B2F209416CA49DD313573D3E58 , 0x95363C659CE94A08BEBEC0FAA8869753 , 0x9555539C831944729651E1CD18171ABE , 0x9573003DDFF54000A70AD4DC648940D6 , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x96DB5F73FBA94754A3D7DF227D92A112 , 0x96E13ED9013247598C150C51573CA9AF , 0x97035B902597494AA57EDB6B3097CDA8 , 0x97CF24E07189469F9EABD72B6E3C932E , 0x97E3F4F02BA5421BBE89AA25AB25A473 , 0x98628C72DF434C7E8F60027947892357 , 0x98BDC6409C6A42DFA0A2FB68862D7B8E , 0x9959E035ECD243799E6AB01F9FCFC5CA , 0x99743296250E4AC5A0671E7C24FAAF07 , 0x99A594E4847C4887B1BCB823FE174C82 , 0x99E36326D05F4FF9A226B7C5BEEC702F , 0x9B2009D851934111B69688017FBAD47C , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9DF63C8C73D24CEDB4DB5EDFFE8C0194 , 0x9E75FDBE568A4561B82F0A8C78018893 , 0xA2436AA4506F42FBB3703998C59CA6C6 , 0xA31A9E9FE7584BD8983181081F58012A , 0xA3409EB02CA3493E95CE9DB31653ABDC , 0xA371E08C4D084063AE5BF6D870F8DABB , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA410077D72804524925B777299743CD9 , 0xA52D497AAF8340B9B023B1FC1A7A281E , 0xA5EFD285FFF94BDCAE951E7B3031C1E6 , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xA7EBE7053E2445118A777177FF15214D , 0xA81738C06BAB4DAFBDAE92F6D4A71610 , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAC5203D48FC24FD69BFDE16F13045CA7 , 0xAD4C8D45EBEC418EA75CEC8710F65A36 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xAD58122E2D6748D0AE75C7FB9C585444 , 0xAE3640F34FAE4009B12CDFDF3FD449B2 , 0xAE89AE15068A4D188A6F617EAB5A8855 , 0xAEDC78302F0748BBB45593BFE4EBD57C , 0xAEDD6355B69E407E9A7D2FFE206622AD , 0xAF424FEF15D64CFB84AC7224F0800FE1 , 0xB1EF9847DA8D422D9595A68449CCA354 , 0xB24CFE45E43E4677AA3AA4ADA750241A , 0xB32B7190641946ED8F1931294EF274EC , 0xB45449D269C442AB8D3D04323D8F96E4 , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB55A97761F474C0BA50391C29C33EFF3 , 0xB5C9D97A6DD944B0A1363617F10BEF47 , 0xB710C60EF0624960819BC0CC56A96726 , 0xB725FF2B495B42AC828AB174F7A109CD , 0xB753A0DB7771491A93CCC6A6C6758AE3 , 0xB7777B4DD7294D518AE3D9C5C6400A2D , 0xB9B324817D724B08AA33EBAE12182967 , 0xB9E0DC8280C04DE18BA380935B536DCA , 0xBA4658A88EF34286B63D8B26F3A8DE2B , 0xBB2ACE3BB7C349F99C661E21BC282E45 , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC23CD2FD2035460CAD1265C49791EC16 , 0xC280A1C2BA5F4CB1936B3F8B3A7D9D7F , 0xC43C093F981249629B537B6C91E9A90E , 0xC50DBC5ADE04460CB0E4C353D44FE43D , 0xC5578AA53F894B51BC3C39ACE75468D1 , 0xC5AE2A3FEB444A7CB70847B1561A5E1A , 0xC6D4E056096948578824F947E765E861 , 0xC71DBB70979B4CEB9368AF122DDDB8AC , 0xC7A402C91F4746508A4765B605B3DB40 , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCAA492DF6CAB4815A01124A3C2A19B9A , 0xCB2CB64FDBBB4979ADC3FBC0E8842EC4 , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCF9EDBADBFE24B908A94BE358064220A , 0xD031C1E3E5E94CC187EAF3AFD2DBE625 , 0xD1FEF23CC89F41DCBCC89F74582FF4CB , 0xD22C3B8E4AC543B3A01CC3DE2ED265CE , 0xD29E0B0A1C1146AFBDF6E261C330346D , 0xD2DB13C0B05C4D12BD7A86AF37DD3C70 , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD3521F78F885462BB5119A493EF326B0 , 0xD36E085D2BF2493B881397383E9F89EA , 0xD394818E58964194BD19F16032979BDC , 0xD4178E7C79F642EE9892D9074F7FF4D2 , 0xD461F7507D394613AB0C90420B2CBFBE , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xD843A216A4074263B959DBC70082DF27 , 0xD9128CBC1C2742888C291D55929B85AF , 0xD974A9820DEC443C882B0A1CF858FC6F , 0xD9925298797545F28636046525EDD675 , 0xDA363F5157C9441484CAB755CB0FA757 , 0xDB1B959EDC14490FB0A1F9AF4826876C , 0xDB2CD3C78BE8444C849942DD4C7C5D35 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xDC6613A44F7141618B46C1296354340E , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDD319453E6104BFFAF533695E082AADE , 0xDDCD469A7E7E4977B9BDEE2D9B372EB1 , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDE97A18B6A0D48E29475B047C32A1D59 , 0xDF175F3EE9AB43CEB442FF1D92C1B0DA , 0xDF711155A93F40259F577DA510BC2B95 , 0xDF9558FE20CD451792341CEE9501D0C3 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xE124D22E69CE493DA42125AD1A14B8DE , 0xE13C8668D3BD40848EAC1FA9A83217EF , 0xE26BF4FA2B4E40E189D90A13529F18B0 , 0xE2B8C02459794FAA9DAC5392FDA31E56 , 0xE3236B4BFBFE4647A91DC7A007A3A98C , 0xE36BF5DFEC734AB8A0639CCFBF9615FD , 0xE3A265B2E7844577903B6D1E3F5396C9 , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE3F0D71DE28643A5B3FB6C410E75CB29 , 0xE60B339A9724454FA4531A5DA26F439E , 0xE687B54F1A1C4A9381AAFDB3ACA38EE8 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xE7F9521DFA8846E7B625598E89AF3C6C , 0xE830283717B74354AE78DF7FAFCBD3C5 , 0xE856A61D085B47E789EB273C6D725D54 , 0xEBE5AEC7234C4660A95186BCB9DB4723 , 0xED0117CD0F624BEB995F35A34C273ADC , 0xED99F583E73E4E94BB8768D4BBC0A589 , 0xF149435E512C496596F14C9B92540C15 , 0xF15F385545D44AE2BB7CF6ABF66D7FBC , 0xF22DE070D8C044D8B919E14D111508F7 , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF2B2A5EAC6194F9F96136C9946147A33 , 0xF2B53DDBB6604485B579D7E91B8D73AD , 0xF3A7EBD0D6034A38B8F8812EB8C5799F , 0xF3CD123BCE9A4B1881AE6DC0632F216E , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF636FF72EE3D4C17BC1F274C89854D36 , 0xF7F70D7813314B8DB298D5BA4DA53F21 , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xF872876363044B1BB656FDD83918ADE0 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0xF93E2D96057F4536B2D055F3A43FB084 , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFB4B82E9DBF54DC48DD1EDC90156E5DB , 0xFD1A9D0A4DAA46BCB2E5AF094C8F6ECE , 0xFE5F50CE07A5465BB2F96C54F6B1A83C , 0x000E78494746419F93E1C5E7568B28A9 , 0x0135DE21D87E429FB5DDB7319FE269C3 , 0x0228EBDDF28E4CBB877F7CD89738B278 , 0x0356C9B77AE64974A5168A65D2E33740 , 0x04E42AE2F78A47DC84B0EF86A691A35D , 0x063E143222BE43329C2728A049D6A1CA , 0x0718FBA01A7F4FE68D4572DEB8FBD4BD , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x0944703D3BDF4F2C8FC6E26E5D59FC6E , 0x09EEC78086AF4BD1B0DA2304A73EAF83 , 0x0A52951CBF4F4BC0917844D27286DB18 , 0x0B910E50185B4CB1859D4C798C23AAF6 , 0x0DD639E174F7460496B1B0B641168194 , 0x0E5FB59E0C1942D0BABBB2FD1C418688 , 0x0E7A41D8C8B844298ADA09F0B2C2F973 , 0x0F57105EC4844949A4CFC2D0A0D7FE3C , 0x13B2A2DC5647484AB4FD4D69364CEE18 , 0x149B7FA3F9724126A7C35F8F3E8E65ED , 0x14A3913B02F946B08BE4F100C37E5808 , 0x14E993C4930E4ACEBD2DAD070B5510D4 , 0x15E297B38E734369BD0D70D838D16942 , 0x161EF1313EDE401DB6400BBCE33414DF , 0x170548D01DE1446DB4FDDE7BB507C103 , 0x1789D74F410C4EEFAA54018198580F92 , 0x1994F3BAD5DD4F23ACF473A4874BEF8F , 0x19AE784C1CAD40C780A6F42777826111 , 0x1A29189313C14C0ABCF3CD20D671EDE0 , 0x1A52206F22B54763ACD4BC451AF5240E , 0x1AA6EF3CEC654FF185B962CFB9C15CD3 , 0x1AF272B1AD304FBEB2964B81142C0EFA , 0x1B996C332B384959B77191F5AA62A1ED , 0x1C05BABD982643E9853FF5B38597766E , 0x1FE219D843C54A3690FDEFDF79E14992 , 0x20B958C94E964FF1A31D04EC1CF76E3F , 0x213C9AF9EC7A4E17AEBC28403D2E472B , 0x219DC036ACB14BC8A430E82D3704CAFC , 0x21E38950289C47D4B96DE9F855CCC0D8 , 0x21F8F48C933B478E9AACA672FF760845 , 0x221A99A3AFE646C985BC71B5F62A7783 , 0x22B0F0E722734187837658F40DF14A85 , 0x23BCF96BB6434F4883DDFDB667FA2EC8 , 0x2433AEE00F3D47D5B77008DF974052FF , 0x245F8407C2194FECB0D328EE434725BC , 0x2932543182AB4A8DB4D48E8B2C1ABE6B , 0x2976EF28B710499F85ABA24FC16AA2CF , 0x2AA5A49DCF3C42379A93AA9925795B4B , 0x2B795149B7C146BB9B5129B2CD5EBFAE , 0x2C744A3F7CE7404A8AB6FCCE16FE926A , 0x2E4CC9DB99FE4CB3964C1CC68A2DC11C , 0x2FC50BA5EDD645C5ABCF9D9BA2667BD7 , 0x2FC7CAB63E924178938F6A61649DFD98 , 0x302BA6CDF7274569893027FCE1104F34 , 0x315BB2E7A49D47CB953C75E64AED9890 , 0x31D95954C3994124B715DC6D0815BD09 , 0x3261F044C57A496E83CF13E4B71DDA14 , 0x32C446631BBA4B2B9DB5392C712A8732 , 0x3379DD815A0249009479DB8DE083AE10 , 0x3504DE3E71AA4E5996C37D7A411CDC97 , 0x35A1D8F7122545648733B5898D2FF657 , 0x36B201D247374453AC2581AED926C6BE , 0x37883F91059C478C8960020BEB60D36A , 0x384FCCE973E94C9EB094BD834AED7868 , 0x3906E00B1F9C4DF4BBDE20C4DE1CA245 , 0x3A964FB5F93D4BF6B8BD640D1DFDC4B9 , 0x3AD5FEF426A4483DBA71DE845B953369 , 0x3BE8C60FA0CF4A2DACBBAF6BC58FA2DE , 0x3C4783DA94A040178C545959D93DAC4E , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x3D110CF4B76F41619CA612747A681685 , 0x3D344329B6764862B9CF044587AFF56A , 0x3DAA04A0EDDF431CBC25F7D7C979B2AC , 0x40F5D43EEDF542A7B294C134357BFC40 , 0x41AE7D1D9B6A44D0BB76A612A37FAD80 , 0x42E180EB8FB544ED9E17185BD9504E1D , 0x435B6A105F9B49EBA1D614D2FE7ADA2F , 0x436EE470E7184E3AA076C6027C4A353C , 0x444D22F611D34385B2CFC058601445A2 , 0x445711D61E1C462E93DDAF00BC929D6D , 0x44D33A4AB327477EAF23C0516ECE3CA2 , 0x456E57E125244880BA870E7E9449E59F , 0x46128C721AAB48C8B145AD64D8D335F7 , 0x46926A9F30094F56B3A380D92475FF29 , 0x492A043A6029478E91443BE2C3901617 , 0x49B398B0E25A46B6808A9A2551490565 , 0x4A3215BA4E9B46DC87A343D138724292 , 0x4A6B17BB0A994F04B35658F17CA6808B , 0x4AC2C2E8BAC64661B64F54FE23243996 , 0x4BF9001B7AFB444190F36A2CAD7B982A , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x558D508757C3458DA097ADD2F7FE559D , 0x5632E0C211314BC9B195B12047308E34 , 0x583A36DCB76347808B3E3A60D194D68E , 0x591C2F15E93441549CCAC2EE92F3337D , 0x597D693048894FE1968F74200B231A1C , 0x5A0B97282A914219BB4D6067B7A2E900 , 0x5A161C6EA7B2441EB542335427E42D9C , 0x5AA879F1589642698E6493B2A88B964E , 0x5AB2EE36B5C44AC49B10E154AC9560BF , 0x5AB95119F30144BF8BC8D2C4D8A90DE5 , 0x5DCD361EE6C743688B2DE56396F4B12B , 0x5E71F4B7028E4B90BC3F3872FA76E523 , 0x5EEB4D0E00A2410C84334A7DAB477FA6 , 0x5F8E515988C841E888B454CC4BF356E2 , 0x6039CD80756C4A209B2D838B7ACD1930 , 0x629C88C740084EF8AB8C0AAB645B9424 , 0x63DE8FCE30D140E081BD6C5A60FDEB51 , 0x641920BE5EC44FE58ED2827EE40EC501 , 0x6425A0B2DB4343F593B0D787627A856E , 0x657C9AB64A494FE09A650016EF0F1BCC , 0x65CECC21B83546DCBBD29EDC13179530 , 0x679DE757A14E45368E4AD4319AD94F84 , 0x67EEA67731AF47E9B12AFF6B22316845 , 0x6C759F2F45414B4F80053B885BC9E6A6 , 0x6CC0D8712B564981B86445BDCBB6EE60 , 0x6D260D7045C348CABE04CB6D73A60168 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x6DFBBE3855C342CEA0AA631FB2FA591C , 0x6E4F82DEB72E4267A13B012B750AB403 , 0x6F40C7E1EDFE45EEB3090167272C0660 , 0x6F6A0C170ED2419780030FC467202CDF , 0x6F739EAE91664A4FA1F04C1B51C1486D , 0x72853C9671ED4921A317BEC01448ADCF , 0x73423544CE40490AA6E0E2459B7CB7C9 , 0x73827AC261544966B8FEF6D09912FAE9 , 0x74394852DC0A4127A0A7DDD451473633 , 0x75FFECC479DB4D72A1C45B0912C8774C , 0x760A1087D8FD4EF991A89A38D24EFD85 , 0x762A9E8B09FC48F48A2E019566FE519E , 0x7660446CCA6F423DB9E67DB152B51EC1 , 0x7687B690F3F44A828720A8011E05BB56 , 0x76BE32A88CC44994BC718169101A5524 , 0x772972DD2ADD444B8575106292424FEB , 0x77B8689AAF3844B8B6B648713D7726E0 , 0x7886BE176E9F4E9EB44C37D22FF110A9 , 0x79CB23AFD85C4384989BFBFFBC49B5DE , 0x7AFF1A79265241EAA203BFDDDF5F928F , 0x7B586F8709244FF1AB137A0BD59E4462 , 0x7EA9BD7A635743E5B53E3A152AEFBB97 , 0x7F4B154C58C0409398D3C2399867EA43 , 0x7FB827AF3E084C15BA00348474140416 , 0x829A91CEAFD74DEFB0639673A8529DE4 , 0x844AE05DA49F41E7A8E9A9A9B553F2FF , 0x864900AB7ECA411C92A328565B3C01E9 , 0x874D2D1682434AB78A32620CB0F38706 , 0x877BB798D2EC469F9FFB46494242E15A , 0x87FF080606AF49938434A06A64375FB0 , 0x8858EA8820074C6BBDCC29CF761C3DEB , 0x888D319E6E7B499D9A206CDDEAE4092E , 0x890E664A790C4B0A9D140C5D5B849154 , 0x89A99B1094004A4EB3635D8765119958 , 0x8B5AC7390E3742758B8DCC3D6B45353F , 0x8E1A9AFB8332469E86DC7AB4F864C878 , 0x91DA943123EF4876AE4146E807B889DC , 0x938DE61F8523451CA9865AD51954B913 , 0x961017630A1E4CF7AAD63D358FEA221D , 0x961C8B0246AD4649A97D46D6C6D7B88A , 0x9727BF222B0345229C7663BAECAF81E3 , 0x9736C1E5B62544519C455D7840F6B98C , 0x978FD080FEF442C281AEEE91E297B183 , 0x97E0E4920D984191AF50C774D25FEFCF , 0x9B51498477A54239BF57A8FB7A9AC0AE , 0x9D74F55E479040F983AE3BFF409FF3B0 , 0x9E45C2B3922D4992BD340385B6C265DD , 0x9EA3DCF775004FEE868721F17AF81A2C , 0xA27A9090525C4676BFEE7C3F283A266F , 0xA2DECA3D63C84052913300BBF072D613 , 0xA37CF16957DD4165961826B32DA4E1B1 , 0xA473B69FE9C0407491BFAE6B58DBE493 , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xA5F59F25F1B64AADB4E2A898ED821D60 , 0xAA615235EEB844E8B2ED3F00E6F48907 , 0xAAB1D12382BC4DEE8D7835E417CA3BCF , 0xAAD3130EF5AB40E08DCB38D1472368AE , 0xAC67F2B1B1E84060BD263B2EA4F89E51 , 0xAD09EE6FFCAC4B989393F1ACB14B7806 , 0xAD2DA0AB106F468FBEA61058110F7E32 , 0xAFF34F1CF68D43ECB60C5BD4F54A8740 , 0xB2EB7F7B53064A1888C66B7043C301AD , 0xB437F66C6E094EA4B01EBF2A89C41085 , 0xB4784A7308AC43638B0106BD094A86E1 , 0xB76595D4D9E44F3EA415C1A08187E14E , 0xB7CB05B73FBB4932B1C2348A4D14D445 , 0xB8F6F34EFFC0473B9AE7643DC89C8354 , 0xB935ABE87BE9477AB2FA8F45703C3A21 , 0xB9D4988C39D04ABCB864207E3B2D72B8 , 0xBA1CF2EE4A8A4817993B6E7C3DD28DD2 , 0xBCB2DF7E12614C3EB5D57BD2B511C935 , 0xBD3352CE872F4CCE9D07FEF15C5522BE , 0xBDA734658772451BA82629D6A8061CEC , 0xC12B713DB02547188BE855B16D44AE27 , 0xC19A3480F1B045628BDF54607108D271 , 0xC450C2F2FBA945E5A24C86E1AE281723 , 0xC45DE46EBE0741D389A8B4C21F26A688 , 0xC4B7B3A8323C45CD808713298ECAAB07 , 0xC54CD247C8D6484E8BDA9E9B781312B7 , 0xC5EE33AA4F0447DAA5D200EF0E5F2EEF , 0xC6C23CBB5C214F62B0C2146A6B0AA560 , 0xC826308642CD42EEBEB1B5C2366A4DF9 , 0xC92AE0103B2841F4B31F85421E7493AE , 0xC9F0A5E9D163479F8DE034EDC7652C8B , 0xCA104252789F4DE3BE4AA8536EC72912 , 0xCA4E805D773C41BBACAFA0357F528AC6 , 0xCC4C28EC485940FCBF147985A3C49A9E , 0xCC4EAD1937E5442EBBB8B1C59E540F5A , 0xCEBFDFFBE01E4CDDA38E7613387AF911 , 0xCF51E52DF005455EBC48B904B0BD829A , 0xCFB8C08C083D44FFBB603A1B2C6BF7BA , 0xD02F39CA3D314684B630897099DB8CA9 , 0xD03DA6B3FECB40E385F564B35939CB03 , 0xD077A4B7EE6E4617807D01A6BDE056A5 , 0xD1C29B91D23D4C5D912E9BFF47932B3E , 0xD5F97359EBE042B7874712091F85901C , 0xD6AC5EB7B3BB433C8D31A63AAA9E7007 , 0xD7614352E12A49CFADEB1E743B3B0424 , 0xD94AF7E555F24DC88E24B40E334179B6 , 0xDAA51197BF534B4789068EEDDCBC6696 , 0xDB634A6B088647FB975B1F6D03A6F0C3 , 0xDB91D65238A547BA93F95DA9BDAA1953 , 0xDC362D5EB74C476990D1CD38D0C81217 , 0xDC3B90AE0E224823962F5B8672383888 , 0xDC59F738B39B4C8A81B54F1753DBABB1 , 0xDE5DEB88A77C42C5895C4C1CBFCC28C9 , 0xDE93D232BB23463D80418E5CCEF05F83 , 0xE197838C8ECB47CABF2C12B66A18B7CD , 0xE251EF0362FC4BD094BF86C1415347CC , 0xE45BC4BA3BDA4179A5AFE9DFA931C0D1 , 0xE5CD28270AEA4A7795C53B74303963A2 , 0xE6E7FC748B194593976BEDB29117919E , 0xE7EEC62167DF4F86BFA4849DA5FF75B6 , 0xE8927E53C6984C049A3E4F4C9DD61B73 , 0xE8C02C21274B4774934F39A6F5EEC631 , 0xE8F1AF2223AB43B6B73A7DE38C4741F9 , 0xEB97502BC3D74C639B4B9227FD02655B , 0xEBEAE3ED923C438F916122C98090FF38 , 0xEC7FEC2C7F3547A38A4E632404847342 , 0xED3ACD02960947B3B474F968305F856C , 0xEEEC2562DFF74F0E83D5B768F6E89DC1 , 0xEFEA42B137644D6E8E119DA67B772A51 , 0xF0994AA77E46460392A53B11023271E5 , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF17176BAF87F4FE28AB04027DA6B3025 , 0xF1C6A33E004F4A03A8BF020DDDEA713A , 0xF27B52C1A3B941C599E789BE7D223D9D , 0xF2870544C73F458C999B4B35EF6B02BF , 0xF30FD2AD741543608379DAF77CD7417A , 0xF3BAF3F7633544C0BBC53E2AF9A64B40 , 0xF47C11FA3F4E402584C6D98691D8A60D , 0xF62F31A7762C4DC4B43538065B4089CE , 0xF7BA3F0D6E5241EF910C3603E8BDA278 , 0xF889CE96EA7E4F3589D2F4AF6D82261F , 0xF8E72AE6A4DD4426948B16B314A91406 , 0xFAF4F9AA8F7D476F88564EC15CFAFD05 , 0xFC212B1B91FE4EE780A38E7C685BAE95 , 0xFC244A0FBC4B40FAAC57C1D01FBE27D0 , 0xFDB8A26746E74E68A009DC9F634D65D8 , 0xFE0A1080794E4F14B88EDD7154EE700E , 0xFE65B2A82B8344D0ADC0D0CF0716B3EF , 0xFEC1C5FF1264408096F7AD67F94E2CB5 , 0xFF20D579FEA94A72BA5864C1B3102618 , 0xFF6F34378AA74C03A006DD0CB1444895 , 0xFFE3A234F31A4C23AA20807E83B12A39 , 0x007A1FA152AF4C13852767FCF74A242F , 0x00A6E1E8CC574C6FB2F0C0A21F9F5F89 , 0x01022D79D8EB41ACA0F598499123F6BD , 0x01F4BB51EE0642B2B6709208E4AA5B2D , 0x029087D100CA4DD4A70BC50EA1F25F70 , 0x03D06D243BAF49C4B1629B6370C119F8 , 0x0693A0E693D64BBD9486BCBAB0FA115D , 0x07C2A509D5CD4E628E04AE6C162B6B56 , 0x08BDAE55104D4D588BCC32467C8E700D , 0x0A519E7703E140C4BEA784AC17A3F83E , 0x0AC730DEABE64FCEB01C4AEB646A5E3D , 0x0F17D586B3CF493DB35185381BBECED8 , 0x11067CF0C9C94A0DA928BBFFF8D1D01F , 0x112BADE9CECC490EB5C553E23663491A , 0x11DB494A45954A34B3A08BF983D71071 , 0x13F35B83763442F782D802E1CEC8B4C6 , 0x15C4EF632F324227A3DF309CD5962519 , 0x16E75B7CE5ED422BBE2B40E7D0A4021A , 0x173B69AE301948BEA58FFA5218EBFD1A , 0x184DCE4FA8C54D4292A4905342AD9B1F , 0x1A105CB90A13465297463FA6BC3DFFD8 , 0x1D8FD55BE44741538CC48464016C94DF , 0x1DF39DF9D57242BBB1528E6DE4FF3769 , 0x1E3171381CEE431BA59440227C2D49CB , 0x1E887AA782644386B930690FC47BB226 , 0x1EC3A222BBEC49AF9024A9DF3EFE68DE , 0x1EFBF03A19B44059A8D5565291C8515E , 0x1FC457B609AF4BBC9070BE99AA54972F , 0x2203878FFBE64BF787BBC9ECE75CD9F4 , 0x228CE65BF6C547F2BC88A05C1EADB38E , 0x22DEE1BC78B24F799D6CC26595AA1921 , 0x238790797FAC4AF2BB1AED77540BC880 , 0x2580EB6B6F484976AC1A011380F7EF12 , 0x25A04338735347678B0B423FE9FE7084 , 0x274A5030BEBB42329A14FCAA2839ADA2 , 0x2788E4F732D64E8793DD0DCA6FB3AE3E , 0x27BF90558AF040EAA1A4E15D908BF193 , 0x28134577D7E145CB8165CED1D8F30D5E , 0x29304F2448DE4D1280DD4623FDF45054 , 0x295A0699B5744B769543FCD60A506377 , 0x2D43EEC2866D461993CECAD5FC84A890 , 0x2DB6D3979A9444C4A18B2C289B099676 , 0x2DD8532D85B54595A93280A25286D3F2 , 0x2F6C522FD03A4C4EAB6F796934FAA64D , 0x3025C7430DF243FFB113B98241BCED82 , 0x30BBB83E420C47DC8E567CE1CED31FBB , 0x32138D7C6D19400F97E9D957DAD7A960 , 0x33388F7F40F844B1B949923C30871C59 , 0x37D841BA139C49E488AA23B8F2EBD469 , 0x3A1052FBAFE74B1D8A4A764C6F0362A0 , 0x3AFF9799BC4041F48383AD317189D817 , 0x4011935257A3429EB08EB20C0E6AD41A , 0x401E96C1558547498467F0C9AFD5AAB6 , 0x40690B49239245E68A1B5965AA5FC654 , 0x433A438965BA4354801B8C79BA80536C , 0x43827667B6594A6EAFBAF56B0606AE29 , 0x43D9CC4CF28540BFA8D5F61B6B463658 , 0x446AF3270947436FB49EA81C252BBE14 , 0x455481062DCE40EC812C6C73E89ED5C5 , 0x45C17F41CD274170A920E3094E24A7BD , 0x464CF230ED71448CBE652F5C30F413A0 , 0x47111E915D4A4DA5BF7400C1CEF2B7E8 , 0x47169A78D21C472BB559C8E2497399C6 , 0x47807A229D2B4AEFA1F7FFF4BD48D4DE , 0x48DB6EC96E824BA399490B64689D86FE , 0x492D555F2AB14C9182CDBE9D8F99A18D , 0x4A8A7DE49CB3418392BC2067A76906AC , 0x4B18F742E3614E54ABC9DE26805DF5E8 , 0x4DB03A001E5A45FC9AC9B752739A5C9A , 0x4DB3FF96EA1848B783C7D30511B54678 , 0x4FF83AB328F34F82B4FC8CEE39079FCE , 0x53CF5C6A565A4A04B126A99B0A7B986F , 0x547ABB6A5E0B4ECDAFF2CF4A0878962F , 0x54BCB6645ECD4F609702BC09E79ECDF8 , 0x5517DCB520E0447D8B71E250289BDBCF , 0x560AEE0108F4429E8076151F8FFACB41 , 0x56B3BAE0AFD04387A00818B338FD10D4 , 0x58009D3C7963411ABB2577369115E127 , 0x580E2924B69547CD8AB090B5D9183770 , 0x58E4544E76714DC397F929986C3D242B , 0x59238F4F32BF4CA586AC16761E9E8520 , 0x59C1A84682094E61A5FBA2085C2FA95F , 0x5A22AB79945E4DB2A23CDCB13D18BD5D , 0x5AC0A94863774A16A5F866C9A25BA7D0 , 0x5B4C44983DC74604806392EBFC4004BF , 0x603E2A6A95224C40B606D94C4CF69528 , 0x61BB407CE3394758B67224C835FF5588 , 0x633F920328FB4F68AC545E703232008D , 0x63BE9F7BD0FD48ADA4A3B6E780BD9626 , 0x6432B73EF01942DFB5B2F2F00E571115 , 0x6B3AECBD530A4BD591579EF4E36CE953 , 0x6BB825302CEF466191AB0AF23BC92E4E , 0x6C6EFBEC4FFA44AD9EC1886DC0A7CC3E , 0x6DFDD1C65F32444889A5172C4D729C21 , 0x6EC25E1827E9435A86493AA10F67C0D4 , 0x6EDFAB503BE9493BBD28B569C16A2E25 , 0x701C04F74C5B4B54813097773C4C35E7 , 0x70AD3859756C419285B42EBC6D08E089 , 0x72625876BEE94B89B143327EA6FD43A0 , 0x745334B539FF446E84460239BFBC8890 , 0x74A8015C7F0E4E9DAF1DFAB949829573 , 0x74D279150D844ED2BA8396A34E41B41C , 0x75FA6173A9274C8AB1D8B01B9267D536 , 0x77C19039E6814F99A8191BC703D5A9CF , 0x77C4E4B3E7644C0987E7F01F0320D643 , 0x78726534024644829D30DA027DC8B63B , 0x79CCF6DE65BA4FEABD07A75086069B3E , 0x7A2794BCD3864CA785F7FAEA817476D1 , 0x7AA464FB566C440294E18DD5C85E547C , 0x7D2D8A7B7E7E46F8A21FC8275A738782 , 0x7D54B36DC6CE4BA3A19A1846EB6D6FE2 , 0x7E7F851339DB42CEA2EF2B1684BABED6 , 0x7FEC17246F684086979A4FC6F287765E , 0x803745276F8E452EA05B16DF3525A8EE , 0x806BECB50F23472DA8F60B35F6EAF25A , 0x8162EBE5BA8B486483D78A08182B7F6F , 0x8341C231409140598B466D0B5EA323BF , 0x835C12B9BA5B46DAA4C30E0752EF91CB , 0x8434222E0BCA4B3CBE87BF6A8D8EEDFD , 0x849898EB6DCE4E3297CCCB0DD00EC171 , 0x879C7486EF664B139BBF4363C2ABF3E5 , 0x8832E0C33D3444EF9E9505C8C2AD9E3E , 0x8909CA36362E4FEF9A2D65D3A53B854F , 0x89E6543BBAB2449FA449F1A2244FA9EF , 0x8B116D16EC774D54832385EC4E6460CC , 0x8B28D6FE0B2D4432AA0188105685EA4A , 0x8C2A4CF62AED4B11B901AA6548AC7B35 , 0x8D2408A2692E421DB62256422069306A , 0x8DF94F2C25214D53A3137638855DA4B7 , 0x8E431E15C37042CA954A0CCAD779D446 , 0x8E924CB20F7643A9BF7BEF7260BC5BC2 , 0x8EC15D4A591A45AF8EFB13915B53AA8A , 0x8FE22A56AEBC4EC39910CDB40C240EC9 , 0x90556FBCA9094F9597FB5E380B958155 , 0x91C6D1DC4A174BAFBFF2D3FCC40C71EE , 0x94B3269649294696AA9BB2033B85FD29 , 0x94FC6855E484465784A2A85D361BA98C , 0x983BC77F1A1C4B779F401F9F5379ED95 , 0x98A3C79F5E4944428A9A7BCCE826A181 , 0x98DD15A880914185830CEACCF499830C , 0x9AF6A90F83394603995AF9B1990913F6 , 0x9B4F16223DD84D4D9090469B60516D8A , 0x9C12ACA604494372ACDA09D547AD06EA , 0x9C815A93E6AD4220B9303E4893CB310A , 0x9CB9C0D758D14347BB84FAEC7D2E8C6D , 0x9D94335132664BEEB56EEB2DEE4C5352 , 0xA3BB7A63E29C465BB7F6854E33EAB85D , 0xA41BE9BCBAF04CF9A08F26504AF0200A , 0xA4A5E048964542FDA0D2EA2CE570D408 , 0xA548FDE8DE6E4100BC81D2E97DE4E984 , 0xA595D041D5F3480882B657D9790D4A0B , 0xA7546B3A6D4C425188F9C9DCA69BB442 , 0xA9D89D1521334403A97A897DCB348D9F , 0xAA5DDE6A4B854CA3AA8B8C661C55039F , 0xAB95332E0B7A4903A0D15285C5381433 , 0xAB98B77E8EE34AB19A20B278D21F46A1 , 0xAC48024C31A34767B40A875E9A8AE625 , 0xAD9D690F8F25457DA41EA4D55B83043A , 0xAEB53CBBFEF34A2C901F4152792F592B , 0xAF4D741EB4E54875BA448F32A62F5296 , 0xB019BAAD3EB44DEF924009F105DF0D9A , 0xB256055B170D4F899680A102A04138A0 , 0xB5058E6724244F39AB6CECEE958FD05C , 0xB5068607113E4B34B5E70B24CB3DA802 , 0xB618A2D14A76487ABD6655749F09FC71 , 0xB72A9DA03C4044C6B98263997E0A0D9B , 0xB939BA6C16E14B70A31240D864C76929 , 0xBA583576AAD6492887BE7B5177EA4D0A , 0xBCA856356F5C4BC9A804C84CA90D3860 , 0xBD513208D41B4E678E0BCCC0BF3DAFAA , 0xBD7C7BB9CFE54FE392066702A6B18604 , 0xC0ED3C80FFE14DCC9B5DB08837146758 , 0xC1A2E6B090CF4E099941384533BF95A9 , 0xC31A897A58674A4EADA668E8FCDD46BF , 0xC35793ADF4F84CEF8711EA44A9AA9301 , 0xC738839DA68B45BA85E1EF7C9C0D4517 , 0xC99C81BFCDC34674B2B9548B15A4BAE0 , 0xC9D10CA0E5A24E7B81760C1FA898E61E , 0xCC3E1C22C907469280DCFAF161DECCB4 , 0xCC426271B10D4CA2A60428C8DC991016 , 0xCCB5ECFBFB414E86B0B958D003CFF3E0 , 0xCEAAF33BD9984F74B2176A6404E9E6F8 , 0xCF694D760D0642E29802FB2B610EABBE , 0xD19E5DB243314DD7A48021A4DEF3F602 , 0xD29D1AD693084AAFB5755E748E04EFBE , 0xD43CB531144340D0B30C3E8399E3A50B , 0xD440D56799D043BAB790368E95EFC747 , 0xD5CC32106C074CF788C9CFB685071F97 , 0xD62B8EF96E864F109C11FA522182C7CE , 0xD69DBCECE289412B9AFB83FDA87B3C13 , 0xD7078C524C524E2982DF30788B490346 , 0xD745A5C602F44C2BAB2BC28D1DBD23E2 , 0xDABE0A338A8F4D3C8EB75914AAB74BBD , 0xDD294AB9E4594FB18E7C5C2C37B128F5 , 0xDE7186620E97437A8727A5AD1CECCD1F , 0xE02B61E6F6C8447D804842637B107D0D , 0xE10D31AF0442428E8BE87695E90C122A , 0xE13FF596198A487289B6A9DC2406E322 , 0xE40FAF24C52D4C9BA2F0C871368D23CE , 0xE452956A7A3E4E35BE883655E6F3E6BF , 0xE48D785B2C3246A79683263B0994B0BE , 0xE51ECE8E31174CCEBA7DE8ECD319DE69 , 0xE588DA1E1A86469E95B1B35987BCDC39 , 0xE6A10CB776C345359BC9B08D9C24DDAE , 0xE70EA7F4726946359A56C7E6D9D7756E , 0xE7B751A39A3543AEB043B962E8A433C4 , 0xE9458F8348C0450694D3C52D09E64135 , 0xE94999E21F7D46708621B84E4E416907 , 0xEBBE6BE5E2D244FDA3D7E0E161EA9BD1 , 0xEC5F3D914D854879AD5DE99FEDD29A9B , 0xEDCE89E25D3D45D6963437B45A013433 , 0xEE5C54D8F9EA4788AD4842C5459C02AB , 0xEF9A10679A3E4E648BEDB9F5AD4A92F7 , 0xF017C55C41CC4C49B59FC303D74844E9 , 0xF18EA2D9CC8D4F7ABB1FA99779BFF86F , 0xF257CDC11F9249B68112D38E123042B3 , 0xF37F9841185F4B63AEE86562C3BE45EE , 0xF3E76FEF862C4B6AADB0807B36E696C1 , 0xF5068CFF9EBB46D09DDD122E57E93FEE , 0xF5B7877DC56049B4A08F1EFD06F17558 , 0xF6E71BEBF3DA4418B79DE6B4BC89FEBC , 0xF7C853B0B1F64EECB492B617F7C44D4A , 0xF9727908AE404B4F86A86C81212041F4 , 0xFC9CC85537BD455EA16FAC0130E897DE , 0xFCA6A1DD0B2140818A42D022EEF21864 , 0xFEB3F4624E334BDAAC2203440952089E , 0xFED9C2B071EA4682892F6903F21275D6 , 0xFF092CC78E2A43FAB0AE375561500CD4 , 0xFF46ACE1AEAE4F759ECD8A4E415D97B8 , 0xFFFFDCB97021447A894A580872F20AE4 , 0x000EF5831B3A430C823FDB9A4D9A82A4 , 0x0081AC3794D54AE2835F69DB80C9FFB1 , 0x01DF0437D5C445F1A5A07BEA8DEBB183 , 0x0271E6104C6845DC8FDC813CDA13ABE2 , 0x031DF1F8460A4A54A1A68A86D912074E , 0x04ED78D2BBCE4F23A41C135BD9820CE1 , 0x05033B246B5D46FCBF4CF3587EA95094 , 0x054CD0A3D0234E5E9A51B1B909806E40 , 0x06251DD3B0C94093951DA100F076C2EA , 0x08996E960EDE48D58D2ADEE53FA2D08E , 0x0B002EF63BCA4B15A7572AD30F043183 , 0x0BA77E1E710F4523A101F0EEBF7A48E2 , 0x0BC917B5EDCD4809A743B82FD499F642 , 0x0C59DDA9C6CA4B228546C4A848E8B12F , 0x0CDAD770904B44EAA0F3C467E44A6EE4 , 0x0D16945C44A64442A61D79721631C562 , 0x0D41A6CB43524D9FA55D17FD7116941D , 0x0F36664F01AB42C0B4338739B51FF205 , 0x0FBD3AE5F2684859B4932BE62CA73191 , 0x109469684DEA49F9898134DF23D6794B , 0x1393F63C67C14F13B8A70B960C4AE56B , 0x13CC27EF18FE4B7D864B4181B080E1B9 , 0x1493A98590E84B1B80F09F1A51445383 , 0x15B3B9AF464A48B9AC91B63A9F024AAA , 0x15F6CDA37C5E4FDEB01800F33F931FC8 , 0x17439E2A47444F699915CD9AC6D679E3 , 0x190C907DCCF04CDCB82A1792D0FB6575 , 0x1AD18D94BE7746F38D681DC4047F5BD2 , 0x1D4C541973E04C26B3E32565995022CF , 0x1ED42AE466A24C0F86D6AE925A1DF54C , 0x22F6ED53D7C94311A8BADD69B5B52D7E , 0x234898B4A04B47C7B374ADADB9CC21AF , 0x2437AB758719496EB6A7DB0C84D2E10E , 0x26C07DA2CF2940B593D62298C1AEC378 , 0x2784E10173034DE19CBF8AE41D46046A , 0x286FE95DF51A4B078689FD9BDF407259 , 0x2892F1DC6E96435B8292F26DD17C05EB , 0x291BABAFD0334EAF9E5B2A4B29A76579 , 0x29521A5B7D3441A5B39B397689C9FF6B , 0x29F01EE5467642A3B710C07A0BD70CB8 , 0x2B068EEF0C8B4C769A733013A16598EB , 0x2BAF37AE59464D3CB39971A554F40F61 , 0x31EE99BCC2D84A76A1750F8B1EA07D2B , 0x33350B9EBE3C4A60BE0D1A7928036C18 , 0x33D58CD52408459189C250399FEFDBEF , 0x3439C7271B0B4B87B9918EE485D73856 , 0x38AB66B46B6842EFA86F6FE6E219B750 , 0x39927107BC034520BF7C9052503EDF55 , 0x3C32C96EE8004E4C80848C413C5048A9 , 0x3D7290F183064D558CDA22D51D797385 , 0x3E002086E1D54B1AA5D20A63D04A21FB , 0x3E15C2F8798F49429924553061033BE3 , 0x3E859525A2AD4956A531569487645062 , 0x3EAB6912AE4B4479A6C7E718E6AB284A , 0x3EFBAB582BE143EDB11FB8AC98C99770 , 0x3F7EFB3680214A10AE031A219B63968C , 0x3F9DC7681C6B4AFE81DB3BA5AD6582E2 , 0x400B6509E98E44E097B28793832726F3 , 0x403A32D047FD4E48B93627BC62BF5237 , 0x40C3C866042B4BC994AA5C80C37F24EE , 0x410A765BB2264DE1A8337773A95D0233 , 0x41B1F82F4144486B8895B1C83F710700 , 0x44C2AE7C0B0940269AF3BE1743B6B491 , 0x459CD3A8A16249DE95CE89DEE1D60D6B , 0x47FACD60B3914C50BA0241508CFEF9F5 , 0x487E9CCBDDCE44F18F8CC87FBC9BC54E , 0x4921286D42D74468824196D62AF518FC , 0x4A262E67E85749EFAEF42C86BE986F21 , 0x4B144FD09DD549169F60EAAE7BB69BEB , 0x4B5CC8374D564F75B99B19BDA2C2A5C6 , 0x4F3957DA0E834D17904C0433F3B7EBCB , 0x52EAA799988E4DF79E528B231C35F365 , 0x539A0B5FF25C44D1B5886661E963010E , 0x56C05F78A2DA448AA7C0430C847215BE , 0x5892C7464CF4418EBB0748DDE3288FBE , 0x590FE2E8BF21427AB487407BEDAD9491 , 0x59EBD7D57DEC46B0B4E5E8E056BCE891 , 0x5A445EA009D64A719C65ECEB163E7120 , 0x5C7D1935CE34448FA6BA33EF37DCD4EC , 0x5DA14BD098804519936C4A59B3154B7D , 0x60BDC15862D24CA5943332CB496BB1D7 , 0x60F8EFB852284887984148BEB8E008C6 , 0x6368443DB30140C29FC8B1444722D123 , 0x63C53BE385DD43D6AFD488DBE431B040 , 0x668F4A9F73DB4EAFBB0880C78621B7CD , 0x66D298ACE83E4DBC8A8EAD1E40B7F5B0 , 0x672F2C66F92444F8B853AD854028C46C , 0x67CB2A6565874EE7BC6D3778CB00B48D , 0x68FF25B3F07E43848F90B38FD5DC917B , 0x6A2844C7044A4B89A9DAA2F83219C2A4 , 0x6BCAD53E28374CD1B7375EFE26AE3EFE , 0x6BE7A19B73A04DDDB606CFC805DE8D97 , 0x6F02B9599FEE4388AF578FFAC2A14695 , 0x70CA23B7DC0F4948A8042D54FEA45598 , 0x70CC9842EA224E319D05B2570F355568 , 0x71C81AF831544136BA4A018898B66A28 , 0x725B7B25FBA449A78E2C839BAB84441E , 0x72604941737B410D9A745E4B1788F7D9 , 0x727A4734254441E88F15ADCE6FC8B283 , 0x73033693AFED472AA450284E01FE1FF5 , 0x76D9538AD9624FCEB341B53C28601393 , 0x77E5EF6B406F48F3AE36047E3CEE8CD5 , 0x788269475BF94C2CA3D045921576D976 , 0x79A09A8BDA804AE19AF1932577C72102 , 0x79DD8E51210C4C4181A87029EB9F60AF , 0x7A38B5FCDE4047D580376441ECC10AA4 , 0x7AAEF7CACB6C4155B44CCB4FAA39B5A4 , 0x7D2049A2DA1E488593157BB1AF5990FE , 0x7FF8F9530FFA402884E2E2D191616F9C , 0x8216029A21E5428081AB8F225B1B1EB2 , 0x825AE359E1814439A2FB7E3D8B41A8D1 , 0x82B64365454142BB9C57E9FD12781304 , 0x87B57EF837734DD7ADC254A7A6824FBD , 0x882BE18AC6A24426B7264F6EA45872A9 , 0x8A0FE4D5F1954D869A1B4FAB0D31D09A , 0x8A81294FDB8F430B9930A274957A1938 , 0x8B6D68A4B4D8460FBBD7FB6D9EEAA91F , 0x8C31FAE67D29448EA8AC71C0343FE5DA , 0x8EEC4A51A6A14B01932A03B37E604B46 , 0x908ECA9FC92644488B080FC149CFCE22 , 0x91DF949AA27D4DC29DC9745ACF82D068 , 0x929CACC05B2A4B5FACABEB46DA61E152 , 0x9387BCF05D1445478A5549B8D96797AD , 0x940F62E0401F42A79E21EB91B0360755 , 0x94DF33004C1E46CB9674B080251E257B , 0x9839B5D2C4864432A4A56C9AF5D9E222 , 0x98584CAE0CFE4E8F9A9A1924E2CC7386 , 0x989B1189C91948D884326CA3EC3287B3 , 0x9950BC9406BD4D7EBD71397F82EF7C8D , 0x9ABA7A0386BE4B509DC781FE0C012B92 , 0x9CA981CE52C94413B4036C1CCBB43254 , 0x9E33919699634DC18FF91671C178AB66 , 0x9E65BBECF0A04FE3B778F48A23DACAC9 , 0x9F8C61421D7E43C09D29B8679EDAE9B0 , 0xA07EB530D7744D619776298A4058C5D4 , 0xA15530D9AB8846D692DCE7188B47ACD5 , 0xA3EA7EF571784665ABBA4B2397983D68 , 0xA4A8C6346F5940FFB4761D2D5D091967 , 0xA4D84B79F9544500A9A5AFCF374D8E9B , 0xA4D952B6FC5B42F19E18BE4811068F3B , 0xA59017A5A61C4B4B857D277350137D29 , 0xA5963CD8B2784234A4859EEA03EC4464 , 0xA6B0A8804BAC450BAC70F25A0AE44AE3 , 0xA78F1EC6F1B94E8F85ED262FEEBC04AA , 0xA925BF421D4D4214A77DC719F144EDAA , 0xAA614E4290BA43AB95CAF4DA7D1612A3 , 0xAB841FE508594DFF9905BCE3EE2B40AF , 0xAC6E2D59501949F7BDD7AE1315F29667 , 0xAEC485415F5A4CDD8D2C5FC155BE17CA , 0xAF5ACF6A738C47C9AACB713862913D7D , 0xB064BBDAD6304515B0E7FB7A98BDD096 , 0xB272A951C5BA43BEB158A99FBC7D31AD , 0xB335CB07EEA047ABA84EACCC56619CF5 , 0xB4A79CC8F5874DA6B202E9981C4CB754 , 0xB4D68788A3EE41D5B4985E37BCC20547 , 0xB511B404AE064C909B45DB0CD7C86DCC , 0xB7EDD1958F614CB999BB19B8FD457DF3 , 0xB870C2E3478A4C75BC3165AE7CFD9F12 , 0xB8A2E011D7E34A4184B5A5E02A9FE890 , 0xB90F175727A848208F5C17E98C46EA01 , 0xBA6F4305B41142B4B4F1521348AC5AAA , 0xBAABCF0E917F4677A5D8DBD49BB4C05E , 0xBB1B6A5D28274A52A97C3A902D61A795 , 0xBB3A6F82FAC7459F89B3127C83AAC3AF , 0xBCF4073024D6456D853798180F7D65FE , 0xBF7D9046644749B6BF88CDB164E1624F , 0xC006251BAE9C4955B5F15D8B4F79D5AA , 0xC22A162D937B4591B9BF49338FD1A781 , 0xC6E322B9CC5A4B0CB7E19D55102390AB , 0xC70CF8D332E84062984444746EBD2499 , 0xC71E65B9464F45F69727F0C928B04D21 , 0xC8E2F126B67542F1BFEDB68726AA86DD , 0xC9822AFE8669477492047440B411D4D3 , 0xC9F3DD54DEDA44DABAC22A4AC7A04B42 , 0xCAD62E8B68EF434CA7DDBBA59D96B0AC , 0xCD84FBC26371498CA40118D7E71FCD3D , 0xCDBF7C5DDD544A4E87B2C282DFB0C63B , 0xCDCDC299800E42388E52452A3EF64060 , 0xCDF34A2C9C304929815298E73875CB6F , 0xCE60C0313D9F410F91B188790B651B75 , 0xD22E833015754120841BAE409C0AC5FD , 0xD29376A84E7543B280635670694F259F , 0xD315BE81A108442AAD19A54B0557DA1B , 0xD411E94DD69C4F9CAEBA00F4ECC1BA03 , 0xD525099EB282443C8E1B81871A169F15 , 0xD52A2FCC05914014BE6ADCA896C2E366 , 0xD9AD55583E644992ADC18D0088AD92C7 , 0xDBBBC7FC96BF47A9A5CE98B037F1C4CA , 0xDBF60111696D47D29AFCF66B80807219 , 0xDBFF2850F5FE4458BA7DD82F7E3F8458 , 0xDC3DBADCC1074223AB18F330FC26F3BA , 0xDD9FA15D6C784D3AB0E0596612D7B642 , 0xDDD3AFEF378246E7BA8E494FA54A50CC , 0xDE458A0A88404416B746E9F4C6D991AC , 0xDF64D5021477438188D43C082B8D8286 , 0xDFED0973F0AE4396A94D5A2279A85B81 , 0xE0407139B1334C109899B8E5FDC143D5 , 0xE057F5B53A404BDCAE067B066E4148B1 , 0xE0C26DB0179F4E80B80449D2ECC16D0A , 0xE159839C869342269DD7661361C6EB0A , 0xE2610F59669A47A8B4FE27FDDE939DF0 , 0xE376A38DDCCA412DA91F59D6D26EBC6B , 0xE4002CD9D82E4B7F99760B1846D3AE48 , 0xE53C9062DD7142169FD082935AC44F94 , 0xE6F61BD2254641BDA44EC369DB858D91 , 0xE8F198E54C4C4A09BC06AF1F21E698D8 , 0xE99B61B2BFC5441B9226AF774836DDA6 , 0xEAF295037E104487AAA71C2CE6671E67 , 0xEB1EAB4258564092870BB39CB5CC009B , 0xEC151D6D00A746AE90385FA03FCC7610 , 0xEC3AFA63266F4882BEC26136CEE9B289 , 0xECCCC3E01A09438792CCDE1CD8990D26 , 0xECD31744CDFF41DD8E0BB04B8C0E9F0F , 0xED4DA45D7E944A9FB0A36A13D6753954 , 0xEE31A6C46B6B4B4E9EF52A76F377B0FF , 0xEE396F8415FB4178A0016E357F38564D , 0xEE66AE513A2043F094332A223AF6112C , 0xF0CF82E97C1E4240B2D7A13177F61B34 , 0xF113823D86DE49788018C1B18A8849D3 , 0xF17953D284854EEFACECB3183B036A51 , 0xF42CB19C8197497B9A6A91BE534B2AB8 , 0xF444609D2F4E47F7874BCC9AAF8C7620 , 0xF54DEA9BC0554745A18E4CA09533EA89 , 0xF5B11DB4BF904E51A18EBAC550A4AC62 , 0xF8A9A268CD54446C8ECDE28A19FD5658 , 0xF9F931BF44AE4560819501D2AEE24387 , 0xFAA0B9C6B35E47028646289FEB0FF043 , 0xFEA025D9DBA648BA9AB9272E76720332 , 0x068436696D0E4DD2831C948CCA3B2D13 , 0x079CFD3AC7C64B31B65B24E4FCB374A7 , 0x08EBA61322F74E8F81CF8FC48B298966 , 0x0D6FA1B9B79F4422A754930005516F03 , 0x168EC164B9A448EBA7F9E0606ADB6777 , 0x1A0228839C074C7D8056A7F503CC80B0 , 0x22AC5D876E544B33A94207621214BD14 , 0x2747F043B53C419CB6150A92219843BC , 0x2D3427CB7A114B62B172EDC07786616D , 0x2D38D942CDF049819BAF03B186DBCAB6 , 0x344ABD4F8E9A402E9AE10DBC842EB46C , 0x3565B520A0E04869816DD66121F401D5 , 0x3743CC1EB21B4BC897098E8118DC02BD , 0x40D97A48F65A48DEB88F4A6F091756F1 , 0x45456B813AB54E7D86994E86E4783986 , 0x45AB76CA5B9646FC8A77369ADB2FEEE9 , 0x4E21FB490E89449A930BA35DB6DFD3E2 , 0x5046FE362C9740CA9F4E102ECB8FB327 , 0x5E15039CD55743CE8781DCA7AE776340 , 0x66618B6F399A417090C7157DC0FA6BAA , 0x69D3B3899BD148D5AEE64459FCAB0EE0 , 0x6CE0D61936F047D3BDE208BEE945C44C , 0x6D35998403234294B819F8A216C5171E , 0x6D57E8D0AC1049569EEDC1B010273CD7 , 0x723A338313F7434BB840473427A6AB6A , 0x8115390F5A0D45E9BC4CB16888B7936E , 0x8156861E8677456CAC8E3171C443F71A , 0x83D4FF5ED58C4AAA82B1156D9D31C46B , 0x8B3E6D455FEC4467A8BCC4C3D0F20125 , 0xA17C93398DF942468D2CB92DD5F51C2E , 0xA89B6730B76140F899A83FDF423ADE5E , 0xAD6F5346892D4A6B87D3FC2B8D675607 , 0xAF70198FA1694F43A2FC97A3B2F21F01 , 0xB07BB3F0333D49CC9545F5B88DFCB071 , 0xB51E616EE4544133BE2C76FAEA165297 , 0xB66A9E955E3A4268AAFD3023E96FA320 , 0xBD91B7EB30AF4CF69B946D8D2E40D780 , 0xC0E5553F035543A397984F5B8D7AE62D , 0xC1A35296A4534794B3976BDA95352903 , 0xCE302D90A32B4B08BBDBB1D12823BCE8 , 0xE37B0FB894154EC49353747A868DD351 , 0xEABE3597A2774D0485DE46D10E6FC0D6 , 0xEC1E42425D334E6780715DBA395A4069 , 0x000CAB2EE5E94DD7BC2914FFE6532B88 , 0x04D78201F96F4B4D8CA9A8855EB1F1DB , 0x05D8334F1587444F965532BF48410BCA , 0x07723529C099468896BEA939B6247F8B , 0x0820D459BC094E778A64CC409630E76A , 0x0862C837D2EC4089AFEB5883B196D3FF , 0x088B9FD394274F28B66DB1919EC3D8C0 , 0x0996538FAB9B4613862273F6A7E60F6A , 0x0D4833C09247470BAF18E7F4398A8A4C , 0x1027DB2F63B441C784CCE5DEF7725EB9 , 0x104C16C741FC491589DC2FE38F5F6B01 , 0x16ED3E1DCC3042E0A574CFDA71497E73 , 0x185281DBAE8045C58E1E9B95DE652EBC , 0x1A0ECBBAD0A649439DB58B9D12097830 , 0x1AA82CFD09C1402C8B4A32A5D15850C2 , 0x1EE9F734A30D49C786DDC29084367D30 , 0x22FC4D2148264CE7916462B6249BB0D0 , 0x2414C82F6A3A4A1981E42660F7C31751 , 0x2752799867A2498C8AE50694508B8D7E , 0x278DDCD1EB7F4582804E5C854A4F6583 , 0x291CED7ADB1B4B71BD54B05E0917A794 , 0x2976104F542947B88F4215A506D0C528 , 0x2A31D4AFC99D4020B88D9888B0978CF2 , 0x2D0ED07CCC7648B7803DD2608701871F , 0x2E19F00BFE254FDB8B782EA37538AB19 , 0x3060AD09EFB54B2381621457F6EFE5A9 , 0x31553359F3114CC78DB02C09A8A765B3 , 0x36540108B3654C7B9BB1168AFF2D5F56 , 0x36A41971B43E4CDC8B48BB5D743FCCB0 , 0x4CDE68CCA4B8466FA3B802B8CE904CA1 , 0x4F36F50E2F414CE69FB804C9F10B753D , 0x505A5882AEAE47359BDD964255B526EE , 0x54125CE1B2B54E19BF9D597E994A4ACE , 0x553AB42E5CB0486590EBCABB08E91045 , 0x59B5EF6940474914BCBBDCB34286129E , 0x59F842F9C409491FA0846D4B7E8AEFCA , 0x5DD0EB543052452BABDE21429AF73BBC , 0x6499B40B9F2E4E208E8B98527568AF4D , 0x6B5C0D239F894A469E10C6F1236B9FBD , 0x6BB5A0E1439C4525A72A4D748E8346E6 , 0x6F99B4D603B84D5C916766199970077E , 0x747FD049B21C427F949E686AF93BDC88 , 0x7C6DCCC5BE6D4770B0C1188276CCA5B4 , 0x7E7C19245B0D402AABC97E7CBE57071C , 0x7F39038630624BC4894AF3AFE627615F , 0x800119BB0EC84F86AD6B976F4CF0CD5A , 0x8587A8EA5F43492CB82FC0C4E3136A8A , 0x89F1A83E8153422D80A435733D4FD136 , 0x8AFD9C257A954F4D9E550BCED7F5A047 , 0x8C1CE1435C0C463D994A70BA34CC6582 , 0x8C8A954745D040D78F61BB4D0916C7FE , 0x8C9899EE86F14CFFBE486A62D5C966F9 , 0x8D90374F35D1443E8BA5185AEED47A79 , 0x8F722571AE9A4B8392322229154EE1C3 , 0x95EE4A5FAB7B45F7AD9E4BE6726D897D , 0x97FC2286EAEC4050A703F0FA380D523D , 0x98FDFBA6287A40159E755A8666C050A9 , 0x9B8155FAC3DC47D88CE37D2DA0F046C1 , 0x9F7CC0A503AD438ABC4BFF4A90B2A21E , 0x9FF25A097EE2406EB71EAC2A16D59A2C , 0xA037F04DBBF24E2483A529A59E756046 , 0xA7064E2D294444F7B17827A9644FB9EB , 0xA8B8FE0C13154A419F1953E7016110F5 , 0xAAC67D373CFD4A3FBDB1891764264605 , 0xB0E7BA391FC245C0A607EB27AEF01ECF , 0xB2D30EC33B2A47F0ADB7F727138E072A , 0xB93AA7CA1F684275960465D405F7D1D7 , 0xBAF8225E83644D4FA93B751F2D01F120 , 0xBF3977D5EF1E4C2F905AFEC9436B89F8 , 0xC18C262A3EF2405180F4388B5C3CD75F , 0xC4FA6D3675994CEDBBAF74B1ACD3D26F , 0xC9194FC8EADF4DE58664A0A061E9F938 , 0xCBF4C78AFC5D4BD69DB87E0E36D8175B , 0xCC407D966D1343CE9ACCD50817D6609B , 0xD328CC65BFBE4ACAB5F1232DC975D30F , 0xD44EAEAEE9D148B7967887B5051A593B , 0xD964043ADCF84A0C8C616BB090821BBA , 0xDA2E347DFC3F454FA0B6A31076259BA8 , 0xDD42E97A80EB4914AD6E96F3E6F30779 , 0xE3B2420A38B74359A69146A98E1258F8 , 0xE3BD6CDC43554268A59CE84B42FE520F , 0xE974A7CF5CF04213ACE9BF85ACAA1E5B , 0xEBFC759941F34A958D6057405B4C74E7 , 0xEC9E89BC0C784A2EA1D018CE102E9E3F , 0xEDC155C57350401BB0B32E15F566B118 , 0xF1DAE07BBDB247FBB41624EF1390A875 , 0xF2F60FB59E134450B123F7EFCF2FA359 , 0xF47D67F6209B4A49B9936339B4F00B85 , 0xF4B1D8D54CA34BBDB49CF256B5D66DEB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1500 ;
Copy
87
0.48 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.38 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.19 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.26 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.34 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? )
Parameters :
[
"/navigation/cf5a0b4136834eac88874e7ff81b8ba5 "
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/cf5a0b4136834eac88874e7ff81b8ba5' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
92
0.41 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.21 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
94
0.17 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.25 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.27 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.17 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
98
0.18 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT iso FROM snippet_set WHERE id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
99
0.22 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0x274605D71D2B4479A3882D8FD62BFF5C
;
Copy
100
0.43 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.36 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
102
0.19 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
103
1.43 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.40 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.35 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"ÏZ\v A6ƒN¬ˆ‡N\x7F ø\e ‹¥ "
]
SELECT path FROM category WHERE id = 0xCF5A0B4136834EAC88874E7FF81B8BA5 ;
Copy
106
0.20 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.15 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.70 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@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.22 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.12 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.64 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─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
1.49 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
113
0.59 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.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"ÏZ\v A6ƒN¬ˆ‡N\x7F ø\e ‹¥ "
]
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 (0xCF5A0B4136834EAC88874E7FF81B8BA5 ));
Copy
114
0.41 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"ì*MO´GKPˆ°=õ#g_\x08 "
b"wXÛAàìB1¡6#Æ\x1C sÕ1 "
b"ÏZ\v A6ƒN¬ˆ‡N\x7F ø\e ‹¥ "
]
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 (0xEC2A4D4FB4474B5088B03DF523675F08 , 0x7758EA41858D4231AD3623921C73E531 , 0xCF5A0B4136834EAC88874E7FF81B8BA5 ));
Copy
115
5.77 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/cf5a0b4136834eac88874e7ff81b8ba5 "
"/navigation/251448b91bc742de85643f5fccd89051 "
"/navigation/ec2a4d4fb4474b5088b03df523675f08 "
"/navigation/859156a63cc442008cc67aa14505a8ca "
"/navigation/4851ecc7788447bfb1e74f488e708249 "
"/navigation/2350ba14e89143198d72042128b8519f "
"/navigation/f3f47b57953b40afb23cd462dda41731 "
"/navigation/075251ee45644d14bfeae2fce50073a0 "
"/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58 "
"/navigation/07d6d4c2753d4315814435763a756eb6 "
"/navigation/4784c622e7b34b139d9852ed9fb53adb "
"/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c "
"/navigation/7ca22766fd2846b39712928cd77b169b "
"/navigation/cc590dbc44b740169864cd7c989ddad0 "
"/navigation/275477acc6364fcbb3d3bfbe17317800 "
"/navigation/57e065cd29a24cb3b2d9fc39fc2abf50 "
"/navigation/aefcfa1180634bb98635452ad2dcdbf7 "
"/navigation/bda1448fb6f1449eae78e06d3dd07df3 "
"/navigation/2c38112820554a9598f0c8e77373625c "
"/navigation/310cbec927954c1ca5d68a3a49b532c7 "
"/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa "
"/navigation/c7643e90932e42f594f15a536998ed66 "
"/navigation/3abc5229293848c9b2fc1b27fd3d8421 "
"/navigation/514a31209c6e45c5b7f05cf2ce9205fb "
"/navigation/8539a768e5ce4f168833f890bae1d0a6 "
"/navigation/0923017eea79437bb043b5b0673e115f "
"/navigation/c6f322e9a6294eb896f7bb669251f305 "
"/navigation/8cfeb9558d524e17827ec792492c9122 "
"/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3 "
"/navigation/a3668172f857425f9bfe53224046ba51 "
"/navigation/505fcc508c4e47eb99d8e4627fe8bd32 "
"/navigation/82738af02a084bbdb851e11e8ec598dc "
"/navigation/aab03d74404b481ba120fb9530426d47 "
"/navigation/018c9125ea874ae287429a2cefd1f2d0 "
"/navigation/1a5c6210666443f19920fa7686428657 "
"/navigation/76780ee5e68042aab5f6574d7e25dcd3 "
"/navigation/bef74106cc0b4125978553246ff16ad6 "
"/navigation/c4aa5e8624d24b30b0312e22701162d6 "
"/navigation/c6dc84aee6e1469696ac2299c312fde9 "
"/navigation/d62f763a8391413b81a164ea482db739 "
"/navigation/dfdf2340aca14881a6652d08e7656163 "
"/navigation/ab1de20b216545318a6cdad2ee7e2a82 "
"/navigation/afed1ddda6d849c49d00ca0932a75b70 "
"/navigation/b55d905661614a2fa7f585ef697d6cfe "
"/navigation/c7156d3692b345c69d8c93126625814e "
"/navigation/004440dd20754671ada9bf79a2b75fbc "
"/navigation/0b73a534bf5044ed9dd6af4e301fc006 "
"/navigation/c9d1a6f276f24c67b7c66222804db52c "
"/navigation/f57dc8356f054004b0b2ae82257e6ab4 "
"/navigation/cd3cfa833d6046b89a14935aee1a7f8f "
"/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af "
"/navigation/a316e8972e0041bfa756d6f7acc23e7d "
"/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6 "
"/navigation/eeadca367c544275ac141449b234e23b "
"/navigation/0efa889b062a423c8fd11a73b02e28f4 "
"/navigation/52daaaf1c14242d699b579aa2eadba48 "
"/navigation/8537420f2eb44ac297adf8c04e163b3d "
"/navigation/d9db2acbb0ef4cfab89a07bc122d204c "
"/navigation/f501cdbc9c1c4609a8a519e227fc2bef "
"/navigation/f59522a887f947d8864e42c4ebc39266 "
"/navigation/f9e2050944fc498ea0537fdb55cba37d "
"/navigation/882667d91b2d4ab5a8cb33bcce661e38 "
"/navigation/35da856933d947239055eaf099933e29 "
"/navigation/4e2522fa9ec04f46bcab12cd36925cb6 "
"/navigation/552f1d0a97d7418d822959705696a65d "
"/navigation/7623cc38e1154a2797227b05b7d74503 "
"/navigation/78c4ca0a6208486cb940907b1298f747 "
"/navigation/37476b928c114f0692ad5a37af14e66b "
"/navigation/d3000e05adbf41ccb0952539c25cb21c "
"/navigation/1b15b427e9cb40b28d537a893668f15a "
"/navigation/43c83d522870493a8ab2df8abb5d556c "
"/navigation/49f823826b384871aec230ae7ee2f154 "
"/navigation/e5a13fc2f1c542cd9057c9488b5c559a "
"/navigation/01fb819fa75744c8a56fdc0981381ba9 "
"/navigation/7182c23f1e214e85adba25d65afe398a "
"/navigation/73045f602ad1421fadf76dcecc9ca960 "
"/navigation/89a9b23c1a8b41c2bb4a66032fda3981 "
"/navigation/a585c54285844d1ebd1a64392ed3ee8c "
"/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f "
"/navigation/c76f09f24f1942b1822fb275e0080db3 "
"/navigation/e10596ecd9474c998247ceb3e50921c6 "
"/navigation/01797e0437b3448db94e690f14f43e5f "
"/navigation/7b34af3a47cb4c3ba3188ed1cee83967 "
"/navigation/7758ea41858d4231ad3623921c73e531 "
"/navigation/68376253ee4542d7aa4d93ac4958eb0a "
"/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e "
"/navigation/d867ffee71f646f09b1c069b267201e0 "
"/navigation/4fed7b490a09439dbe58747fe74f3e5d "
"/navigation/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/11ecf88ebf874e29ba1adff6ee7e3218 "
"/detail/d0db0866894d4beda50dc4388f97b065 "
"/detail/5f6f675c1dca4e01bc0b02de42d390ad "
"/detail/e51e13976230493681361faf07c969bb "
"/detail/46b503f6892f43c4828b8cef7b82582d "
"/detail/271833f61df34b4f9d406c5960a5fa1d "
"/detail/79e6b8b41d2949b4900065161020b3f3 "
"/detail/e142577b287f4e78ba25953d74766b6d "
"/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/cf5a0b4136834eac88874e7ff81b8ba5' , '/navigation/251448b91bc742de85643f5fccd89051' , '/navigation/ec2a4d4fb4474b5088b03df523675f08' , '/navigation/859156a63cc442008cc67aa14505a8ca' , '/navigation/4851ecc7788447bfb1e74f488e708249' , '/navigation/2350ba14e89143198d72042128b8519f' , '/navigation/f3f47b57953b40afb23cd462dda41731' , '/navigation/075251ee45644d14bfeae2fce50073a0' , '/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58' , '/navigation/07d6d4c2753d4315814435763a756eb6' , '/navigation/4784c622e7b34b139d9852ed9fb53adb' , '/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c' , '/navigation/7ca22766fd2846b39712928cd77b169b' , '/navigation/cc590dbc44b740169864cd7c989ddad0' , '/navigation/275477acc6364fcbb3d3bfbe17317800' , '/navigation/57e065cd29a24cb3b2d9fc39fc2abf50' , '/navigation/aefcfa1180634bb98635452ad2dcdbf7' , '/navigation/bda1448fb6f1449eae78e06d3dd07df3' , '/navigation/2c38112820554a9598f0c8e77373625c' , '/navigation/310cbec927954c1ca5d68a3a49b532c7' , '/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa' , '/navigation/c7643e90932e42f594f15a536998ed66' , '/navigation/3abc5229293848c9b2fc1b27fd3d8421' , '/navigation/514a31209c6e45c5b7f05cf2ce9205fb' , '/navigation/8539a768e5ce4f168833f890bae1d0a6' , '/navigation/0923017eea79437bb043b5b0673e115f' , '/navigation/c6f322e9a6294eb896f7bb669251f305' , '/navigation/8cfeb9558d524e17827ec792492c9122' , '/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3' , '/navigation/a3668172f857425f9bfe53224046ba51' , '/navigation/505fcc508c4e47eb99d8e4627fe8bd32' , '/navigation/82738af02a084bbdb851e11e8ec598dc' , '/navigation/aab03d74404b481ba120fb9530426d47' , '/navigation/018c9125ea874ae287429a2cefd1f2d0' , '/navigation/1a5c6210666443f19920fa7686428657' , '/navigation/76780ee5e68042aab5f6574d7e25dcd3' , '/navigation/bef74106cc0b4125978553246ff16ad6' , '/navigation/c4aa5e8624d24b30b0312e22701162d6' , '/navigation/c6dc84aee6e1469696ac2299c312fde9' , '/navigation/d62f763a8391413b81a164ea482db739' , '/navigation/dfdf2340aca14881a6652d08e7656163' , '/navigation/ab1de20b216545318a6cdad2ee7e2a82' , '/navigation/afed1ddda6d849c49d00ca0932a75b70' , '/navigation/b55d905661614a2fa7f585ef697d6cfe' , '/navigation/c7156d3692b345c69d8c93126625814e' , '/navigation/004440dd20754671ada9bf79a2b75fbc' , '/navigation/0b73a534bf5044ed9dd6af4e301fc006' , '/navigation/c9d1a6f276f24c67b7c66222804db52c' , '/navigation/f57dc8356f054004b0b2ae82257e6ab4' , '/navigation/cd3cfa833d6046b89a14935aee1a7f8f' , '/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af' , '/navigation/a316e8972e0041bfa756d6f7acc23e7d' , '/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6' , '/navigation/eeadca367c544275ac141449b234e23b' , '/navigation/0efa889b062a423c8fd11a73b02e28f4' , '/navigation/52daaaf1c14242d699b579aa2eadba48' , '/navigation/8537420f2eb44ac297adf8c04e163b3d' , '/navigation/d9db2acbb0ef4cfab89a07bc122d204c' , '/navigation/f501cdbc9c1c4609a8a519e227fc2bef' , '/navigation/f59522a887f947d8864e42c4ebc39266' , '/navigation/f9e2050944fc498ea0537fdb55cba37d' , '/navigation/882667d91b2d4ab5a8cb33bcce661e38' , '/navigation/35da856933d947239055eaf099933e29' , '/navigation/4e2522fa9ec04f46bcab12cd36925cb6' , '/navigation/552f1d0a97d7418d822959705696a65d' , '/navigation/7623cc38e1154a2797227b05b7d74503' , '/navigation/78c4ca0a6208486cb940907b1298f747' , '/navigation/37476b928c114f0692ad5a37af14e66b' , '/navigation/d3000e05adbf41ccb0952539c25cb21c' , '/navigation/1b15b427e9cb40b28d537a893668f15a' , '/navigation/43c83d522870493a8ab2df8abb5d556c' , '/navigation/49f823826b384871aec230ae7ee2f154' , '/navigation/e5a13fc2f1c542cd9057c9488b5c559a' , '/navigation/01fb819fa75744c8a56fdc0981381ba9' , '/navigation/7182c23f1e214e85adba25d65afe398a' , '/navigation/73045f602ad1421fadf76dcecc9ca960' , '/navigation/89a9b23c1a8b41c2bb4a66032fda3981' , '/navigation/a585c54285844d1ebd1a64392ed3ee8c' , '/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f' , '/navigation/c76f09f24f1942b1822fb275e0080db3' , '/navigation/e10596ecd9474c998247ceb3e50921c6' , '/navigation/01797e0437b3448db94e690f14f43e5f' , '/navigation/7b34af3a47cb4c3ba3188ed1cee83967' , '/navigation/7758ea41858d4231ad3623921c73e531' , '/navigation/68376253ee4542d7aa4d93ac4958eb0a' , '/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e' , '/navigation/d867ffee71f646f09b1c069b267201e0' , '/navigation/4fed7b490a09439dbe58747fe74f3e5d' , '/navigation/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/11ecf88ebf874e29ba1adff6ee7e3218' , '/detail/d0db0866894d4beda50dc4388f97b065' , '/detail/5f6f675c1dca4e01bc0b02de42d390ad' , '/detail/e51e13976230493681361faf07c969bb' , '/detail/46b503f6892f43c4828b8cef7b82582d' , '/detail/271833f61df34b4f9d406c5960a5fa1d' , '/detail/79e6b8b41d2949b4900065161020b3f3' , '/detail/e142577b287f4e78ba25953d74766b6d' , '/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.40 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"†;orw>Jj²»Úï\x06 бQ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy