1
0.55 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.31 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
3
0.15 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
4
0.20 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
5
0.31 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
6
1.09 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
7
0.27 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
8
0.45 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
9
0.30 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"E\e eZ/SJj‡,|\x06 o&%£ "
"search "
"search/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x451B655A2F534A6A872C7C066F2625A3 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'search' OR seo_path_info = 'search/' ));
Copy
10
0.25 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"E\e eZ/SJj‡,|\x06 o&%£ "
"/search "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x451B655A2F534A6A872C7C066F2625A3 ) AND (path_info = '/search' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
11
0.69 ms
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = ? AND `dreisc_seo_redirect` . `source_type` = ? AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = ? AND `dreisc_seo_redirect` . `source_path` = ? ))
Parameters :
[
true
"url "
b"\x01 ж‹\x01 ?~i‘–ªf˜É°Ü "
"search?manufacturer=ecf4f6d0e60040ed86b15c83caf84cda&p=1 "
]
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = 1 AND `dreisc_seo_redirect` . `source_type` = 'url' AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = 0x018AB68B013F7E699196AA6698C9B0DC AND `dreisc_seo_redirect` . `source_path` = 'search?manufacturer=ecf4f6d0e60040ed86b15c83caf84cda&p=1' ));
Copy
12
0.18 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"E\e eZ/SJj‡,|\x06 o&%£ "
"Vmg7YM6dtgMckC8I9nH35g8IO5CTFyWU "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x451B655A2F534A6A872C7C066F2625A3 ) AND (token = 'Vmg7YM6dtgMckC8I9nH35g8IO5CTFyWU' ) LIMIT 1 ;
Copy
13
0.30 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"E\e eZ/SJj‡,|\x06 o&%£ "
]
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 = 0x451B655A2F534A6A872C7C066F2625A3
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
14
0.64 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"E\e eZ/SJj‡,|\x06 o&%£ "
]
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 (0x451B655A2F534A6A872C7C066F2625A3 );
Copy
15
0.31 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"E\e eZ/SJj‡,|\x06 o&%£ "
]
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 (0x451B655A2F534A6A872C7C066F2625A3 ));
Copy
16
0.28 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"E\e eZ/SJj‡,|\x06 o&%£ "
]
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 (0x451B655A2F534A6A872C7C066F2625A3 )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
17
0.43 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
18
0.34 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
19
0.36 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"±Ü–“KFL\x12 —K¤Ù¤gPù "
]
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 (0xB1DC96934B464C12974BA4D9A46750F9 );
Copy
20
0.34 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
21
0.19 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
22
0.44 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"‚éü.cHŽ—§\x07 $Ò‰Iç "
b"µ\x15 :P%àAÀ©ódùi\x10 =• "
b"ß+mˆ†çDƱ¢\x11 lÀ8;b "
]
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 (0x82E9FC2EAD63488D97A70724D28949E7 , 0xB5153A5025E041C0A9F364F969103D95 , 0xDF2B6D8886E744C6B1A2116CC0383B62 ));
Copy
23
0.61 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` . `file_hash` as `payment_method.media.fileHash` , `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"ÞÜ(\x07 o\x1F N²¦2F\x06 †á9 "
]
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` . `file_hash` as `payment_method.media.fileHash` ,
`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` . `file_hash` as `payment_method.media.fileHash` , `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 (0xDEDC28076F1F4EB2A63246069086E139 );
Copy
24
0.72 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` . `file_hash` as `shipping_method.media.fileHash` , `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"AÄ~WájFîæ|\x1E †R•\x19 "
]
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` . `file_hash` as `shipping_method.media.fileHash` ,
`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` . `file_hash` as `shipping_method.media.fileHash` , `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 (0x41C47E57E16A46EEADE67C1E86529519 );
Copy
25
0.19 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"±Ü–“KFL\x12 —K¤Ù¤gPù "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0xB1DC96934B464C12974BA4D9A46750F9 ) LIMIT 1 ;
Copy
26
1.12 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"E\e eZ/SJj‡,|\x06 o&%£ "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x451B655A2F534A6A872C7C066F2625A3 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
27
0.17 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"Vmg7YM6dtgMckC8I9nH35g8IO5CTFyWU "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'Vmg7YM6dtgMckC8I9nH35g8IO5CTFyWU' ;
Copy
28
0.22 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
29
0.25 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"\x01 ŒC5jî}ª²rqPÿ† "
b"\x01 \x15 zWxß¡èHÄŠ%¥ "
b"ìj=š¡DINŸQa×2\x01\v A "
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 –Ø¿\x06 {q‘˜ÎƒøÙC“· "
b"9ª/Ös™EȃÍ#6‰ü$ "
b"ºŽŸ\x03 ó«GÀˆê6\”`Z' "
b"\x01 Ž\x18 å;\x0E s\x05 …Q\x01 ˜¡\x04 ‘Š "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"B:*ë]±O™·KüjDQ¢r "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"“P?föÞO+ƒôP›&ø)\n "
b"Ó´Û–9üAý©ü_\f 27~ "
]
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 (0x018C43356AEE7DAAADB290727150FF86 , 0x019015A07A5778DFA1E848C48A259DA5 , 0xEC6A3D9AA144494E9F5161D732010B41 , 0x8CF0D608EBFB4788801159104154A4B2 , 0x0196D8BF067B719198CE83F8D94393B7 , 0x39AA2FD6739945C883CD233689FC24AD , 0xBA8E9F03F3AB47C088EA365C94605A27 , 0x018E18E53B0E730585510198A104918A , 0x0194F95957367E8AA976F3E47D30CA8B , 0x423A2AEB5DB14F99B74BFC6A4451A272 , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0x93503F66F6DE4F2B83F4509B26F8290A , 0xD3B4DB9639FC41FDA9FC905F0C32377E );
Copy
30
0.25 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
31
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` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ™2ÜKØq¸‡a»ÙÆíÕ\x17 "
]
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 (0x019932DC4BD871B88761BBD9C6EDD517 );
Copy
32
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 ™2ÜKØq¸‡a»ÙÆíÕ\x17 "
]
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 (0x019932DC4BD871B88761BBD9C6EDD517 ));
Copy
33
0.56 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
34
0.39 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
35
0.18 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"E\e eZ/SJj‡,|\x06 o&%£ "
b"±Ü–“KFL\x12 —K¤Ù¤gPù "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x451B655A2F534A6A872C7C066F2625A3 AND `sales_channel_country` . `country_id` = 0xB1DC96934B464C12974BA4D9A46750F9 );
Copy
36
0.40 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"E\e eZ/SJj‡,|\x06 o&%£ "
"search "
"search/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x451B655A2F534A6A872C7C066F2625A3 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'search' OR seo_path_info = 'search/' ));
Copy
37
0.26 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"E\e eZ/SJj‡,|\x06 o&%£ "
"/search "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x451B655A2F534A6A872C7C066F2625A3 ) AND (path_info = '/search' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
38
0.62 ms
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = ? AND `dreisc_seo_redirect` . `source_type` = ? AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = ? AND `dreisc_seo_redirect` . `source_path` = ? ))
Parameters :
[
true
"url "
b"\x01 ж‹\x01 ?~i‘–ªf˜É°Ü "
"search?manufacturer=ecf4f6d0e60040ed86b15c83caf84cda&p=1 "
]
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = 1 AND `dreisc_seo_redirect` . `source_type` = 'url' AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = 0x018AB68B013F7E699196AA6698C9B0DC AND `dreisc_seo_redirect` . `source_path` = 'search?manufacturer=ecf4f6d0e60040ed86b15c83caf84cda&p=1' ));
Copy
39
0.29 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"E\e eZ/SJj‡,|\x06 o&%£ "
"mtZ8z69JjHvBV8hbeAB86Y5YOmr2gd6o "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x451B655A2F534A6A872C7C066F2625A3 ) AND (token = 'mtZ8z69JjHvBV8hbeAB86Y5YOmr2gd6o' ) LIMIT 1 ;
Copy
40
0.18 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"mtZ8z69JjHvBV8hbeAB86Y5YOmr2gd6o "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'mtZ8z69JjHvBV8hbeAB86Y5YOmr2gd6o' ;
Copy
41
0.36 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"#ûŽé´\x05 E©¹ÔMÝ›\k' "
b"#ûŽé´\x05 E©¹ÔMÝ›\k' "
b"#ûŽé´\x05 E©¹ÔMÝ›\k' "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x23FB8EE9B40545A9B9D44DDD9B5C6B27 OR `parent_id` = 0x23FB8EE9B40545A9B9D44DDD9B5C6B27 OR `id` = 0x23FB8EE9B40545A9B9D44DDD9B5C6B27
;
Copy
42
5.77 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` . `file_hash` as `category.media.fileHash` , `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% "
"%|23fb8ee9b40545a9b9d44ddd9b5c6b27|% "
1
6
]
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` . `file_hash` as `category.media.fileHash` ,
`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` . `file_hash` as `category.media.fileHash` , `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 '%|23fb8ee9b40545a9b9d44ddd9b5c6b27|%' AND (`category` . `level` > 1 AND `category` . `level` < = 6 )));
Copy
43
0.24 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
44
5.18 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND (((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? ) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
b"\x00 #Ù\x12 ãßNq \e -\x1A ÉP^4 "
b"\x00 iÆ^\x14 :Em˜\x16 å§"\x11 %C "
b"\x00 ¢\x02 =GÎHb€˜ø\x02 ÖÔ\x1F V "
b"\x01 ‹¨×‡\x7F ñ¬½¨\x13 ¼®¸½ "
b"\x01 ‹¨ØtÊ||‡B¨E½q\x05 Š "
b"\x01 ‹¨Ü9²tá½1~ƒ¡\t ìê "
b"\x01 ‹¨Ýò\x01 |1™?\x13 é¶Žâ\x19 "
b"\x01 ‹¨Þ\x03 s—¼Œz\x1C $¨›" "
b"\x01 ‹¨Þ#/wk¡u+\x0E &Á\x05 m "
b"\x01 ‹¸´4·tŽ„.,Î<áµ "
b"\x01 ‹¸´’óy"ó°{t\dµ "
b"""
\x01 Žîþ£\x18 uà–\x13\x17\x16 ŠT\n
¶
"""
b"\x01 Žz\x19 ù\x18 zÙ‘›2,h¹\x0F c "
b"\x01 Ž\x7F 1?Èq„‚Ò¤î+Aúš "
b"\x01 ¼Œ\t\t s6ŽéÓÝb\x1E\x04 ß "
b"\x01 ÈÖk\x02\x7F ©˜w\x03 qPéj\x00 "
b"\x01 \v ‰9&~±±¸Žró\x03 YÔ "
b"\x01 SS½\x00 v(º\x01 —^^Œ•‰ "
b"\x01 ‘5â\x7F …qr„B¸¨ÎæKà "
b"\x01 ‘¼ïòÙx€¬A\v >öÓPí "
b"\x01 ’\x05 -¨n|9+—º0ÀŠL "
b"\x01 ’\x1E ™#žz£Œˆ cGñû "
b"\x01 “SU\x03 Ô}ô§|p(ˆŸ~\x1A "
b"\x01 “h…ç‹z9«Ž¼öª\x10\f ¢ "
b"\x01 “n\x04 Ôçx—•B²W¥ "
b"\x01 ”îØ'”qç˜DVÂ¥\x03 ’ƒ "
b"\x01 ”ïKtéy‹“\x07 H\x1F ìeÉY "
b"\x01 ”ïQdŸ\x7F x€Ï£1n~,\x18 "
b"\x01 ”ïQ…\x01 ~\x10 ‡#ý]\x7F –hU "
b"\x01 ”ïQ£gq.¨TƒØ\x00 &rK "
b"\x01 ”ïTÏúw0¶\x11 ¬G\x14 WÿN "
b"\x01 ”ïTåEzD–)^\x01 øÝ\x01\x19 "
b"\x01 •\x14 8ïÿ{ÿ®‡þü¿·Lz "
b"\x01 •k&\x02 vÿ¹3›Ôbm\x08 © "
b"\x01 –´\x1D Plpæ¼ø\x17 m—ÇGw "
b"\x01 –´\x1E\x03 !r\x06 •\x1E (Ø\x17 ÉÖ "
b"\x01 –´\x1E\x1D Š}à¹\x17 ÈJì~"t "
b"\x01 –´\x1E .\r ~~ª+\x08 1Fû] "
b"\x01 –´\x1E Gäp…°´KVÖú¹T "
b"\x01 ˜W\x05 fqרñ¦ã¨ÀÀÁ "
b"\x01 ÝšyÖèMk¾Ì™hÆ\x07 ¦\x07 "
b"\x02 Eñ3GW@ –$§‹â Ëu "
b"\x02 Þ\v\x04 o\x18 L-€Vɺ\g "
b"\x03 {#íÆÀF¸±†¯\x06\x7F ’Éz "
b"\x06 %ÔíðDKоƒqü\z°\x18 "
b"\x07 \Õöü&MB›\x08\v ~øh†% "
b"\x08 w•¿DtB¸Ÿ\x16 Š25.\x12 › "
b"""
\x08 •TÏ\x01 ^A\n
£Åfr;ÀÉÔ
"""
b"\x08 ²ŸMýõH§›\x03 ¢5~+÷ä "
b"\t x[©¤ƒH£˜Yz$ÉG¢ "
b"\t ‡™•©NM0ƒÃ\x08 <•K] "
b"\t eƒŽñFH¡\x02 I¼í·ö "
b"\t ľDL©G׊ÜAó\x04 —\x19 ¨ "
b"\t ýôþ§M‹³¿ÉPFÐ\x08 "
b"""
\n
\x0F\x1C çB\x17 C¾ˆ-Ðø—c'
"""
b"\n ‚'\x12 N\x05 M{Œ%“Ø\x00 .h½ "
b"\n ‰a\v «›IL„\x00 á\x15 ';sù "
b"""
\n
ª\x1E ŽÍ(GÕ õX‹ä˜?\f
"""
b"\v o…®F÷”&ÉÖ°Š\v "
b"\f VÖ‰ˆÉLÝŽ™\f ŒåÍÌ“ "
b"\r ^‹Á‡THv©\x13 rr\r {\x1F Ä "
b"\r ‹®\x1F kŽLr´äϾ¤þD¯ "
b"\x0E ˜\x06 ù\x16 ïM\Mæ8{·ª\x04 "
b"\x0E ßY\x17 0²LÂ\¤øîéí> "
b"\x0F ¿L¥QÓN´’·ºw þCú "
b"\x10\x15 ð\\f –Næ½xÕLO\®× "
b"""
\x11\x1D xYnÁO;³Õœ[\n
TJ
"""
b"\x11 ø„B¯4NÅ™\x08 ý@Á°Ú\x1A "
b"\x12 ;y\x17 ™?K[ŠË\x14 'ëŸ\x02 ´ "
b"\x12 Û»\x1F T¤F½¬\x0E ŠŒmìEÏ "
b"\x12 î*áÑßJ\x10 –šYUŸú?× "
b"\x13 Ç!ìýdIÑ¢\x05 u¬\v RZÝ "
b"\x14 Û\x15\x00 pI³¹ÙŽåü<\e – "
b"\x15 ¢5/Z`Jñ’\x10 Õpeópf "
b"\x15 ¬I±ìBq‡:\x02 “\x1C Ö\x18 š "
b"\x15 ¾Ñ?ÑÞE•³Ž8VÓGM¡ "
b"\x15 ýâü\x0F /G{¼<!ýÉÄÛ» "
b"\x17 9œ -zFk¼\x14 ’W\x1C é\x02 h "
b"\x17 ŠÓ7N@ÿ¨i‰×dçì "
b"\x17 é~Õ£"B%žÁ@˜t¸=F "
b"""
\x18 æ\n
<pLÜŒ$µ\x16 IqÕ‰
"""
b"\x19\x07 KH˜\x19 G\x08 ŒÓý8Ǯ⺠"
b"\x19\x16\x04 d^\x15 Hð™à\x7F t£.Ýr "
b"\x19 &wa\x12 @kžÿ$éÞã®r "
b"\x1A\x17 Í}ñ\x1F B\x08 ˆ2\x14\x1D 4=\x0F "
b"\x1A ýôCõ†Bò³ŸB½8>0\x13 "
b"\e b\x15 jÈËC¯°º\x0F Ðדb‚ "
b"\e ±’°¶xN}Ÿh£¡ºµzm "
b"\x1C\x16 M\x0E K1A5šc\x11 [\x1F Y\e ! "
b"\x1D &„j’êDEš)à÷1+\x13 á "
b"\x1F ŽÜ*Þ)NăìPsâ@î9 "
b"\x1F óMhKïL%“&,v«,M$ "
b" \x19 áàÂC6¼Ì*k½}y "
b" Cœ-AF¹,7ç"|è "
b""FX\x06 WÜ@˯j<ïþ\x1E èV "
b""]ªý4LLHÝò+¬¯ÓS "
b""pPÓ¤·FpkÙãRaŒ "
b"#ùCûr‰@û±b{”è3 "
b"%zb˜ÜFñ2N¥\*p¡ "
b"%í\\x13 M’CÆ$üäéKZÔ "
b"&aZ\x10 ¼×Aò¬x2.\x1A òßK "
b"'\x12 ó/Ë,GZœ”b©³çãÉ "
b"'<u3¹JÒl¹C\x14\x1C Ž\e "
b"(NÑ&€âN£ºÌÖFïŽíž "
b"(™\e )M”G/)\x17\e «õå; "
b"(êéÒ…oOà¢Cl6W¯\x1A Ž "
b")\x01 ñàe$O/¼o<¾ÉCLÈ "
b")\x16 P~ˆ\x04 N\x06 ‰]\x08 2,v\x02 Û "
b"*«÷þî…K-™\r ªªÞE` "
b"+Í(6\e øD¡´Ê§àŽ\x14 \r Y "
b",4¬-ÑCHp‡]µÜÖèyˆ "
b",8Ò¾µ;N¼ŽÀËû¹åde "
b",E\t "‚cLe¤ír\x17 ŒˆŒX "
b",lÉÞóöI㸗\x18 GBÑq\x02 "
b",·\x06 ô(ÃO\¼ª1Ê``îà "
b"-\x10 :Ÿš&H«¦ÐNúý\x08 Ò\x0F "
b"-(XÅÎ\x04 L>´«\x0F ×Ü‚\x16 = "
b"-E\x12 5£Mº™VÙ</´´ù "
b"-‡úüøÑBí±I\x16 +…™²" "
b"-Ž)Ã4\f DìhOÿW]xâ "
b"/½\x7F ^ÄSB]¡—VØÒJ¿Þ "
b"0Œ\t ÛfŽAWœÝÏ\x12\x03 *\r Û "
b"0Ýc(`BA¥<N\e ¨ŸG› "
b"1ù:\x08 $æMJ¬7¯€²}\x1E L "
b"2.î*Š€LM¨¡B\x12 }feï "
b"2ºÜ"eýEj¦Ó'YúÙ¤\x05 "
b"2éÝ\x14 ö‚K]¸Vñ\x1A z—Tp "
b"3”/d\x1A nDEº@ú~±…UÂ "
b"3ß+ØÏ/L\x00 …Ãþ\x14 1.n™ "
b"4\x13 Gkð\x11 J\t §kO\e 4-¥Ò "
b"4\x1F #ßK»KÊ®•¯V\x12 ŒÜ "
b"4ˆ—6\x1E DEÇ„÷\x1C âã\x1E ìÀ "
b"4±ª§\x0E\x07 OϧŠÍЄK¥ "
b"4·¦c¸¼IŸ§°¾Qÿªüë "
b"""
4Öº\n
\f ’@š‡¯£<\x16 h£Á
"""
b"5LJe/ïEÍ‘KS‘M\x15 §Á "
b"5vh¾@ÒIM¹Ïú‰¸åø "
b"6\x13 bbAO¢¸f]Ó¹5è. "
b"6¸êyò(Mï³A(]‚ŒNz "
b"7\x00 .Ó¬B¯™\v ¹\x07 À"ob "
b"7sk/=ê@û¥epþic\x14\x06 "
b"8EôÁCÏA`•uD8½2º¨ "
b"8S³™˜PCZµè\x7F K\x00 ¯’t "
b"8—¥Ñë\r Iú®ÿ"è&z,¯ "
b"9y\x04 ,\e ¸Fv£œI–‘[mÎ "
b":j\x18 ôß\x10 Iý•Lüœ}å\x1A Å "
b"""
:øªh•ÿMÒ¼äº\x17 “\n
\x02 ©
"""
b";ý\x03 ±Ð;Jˆ²2\x0F Ÿe†7\x0E "
b"=+Æ5Z!@\x1A ¿!Ûos\r „× "
b">Lº›\x13 ‚BÀD.w½ñø\x1F "
b">w)*•=C\x11 ¸Töû\x05 sg\n "
b">¤¼}œJy¶€bΕô[¤ "
b">Ù¶Ä „GDŠ"`6zW\x16 "
b"?D»\f\x03 ñA[…\t 2ùTœKU "
b"?|ôtǧ@ ž’ü#O\x1D » "
b"?,æ \x15 E„ ’8\x08 +Áæ\x1F "
b"?¾\e w”#CΆ”\x1F >¿Ö\x7F ÷ "
b"@d\x08\x0E ™üG¢¯×\x1A k-\x1E ÷M "
b"@óßתIN—º\x12 -£+°þû "
b"B\x13 î8BÖGO³BŒÇF\x06 ¹¸ "
b"BoÕÌ\x1F ¡@Ò¡F^^–$ª "
b"B|í\t …ÄD~… е\6Ð@ "
b"B˜MVû G-œá\x01 iìΟ0 "
b"DB×O\x1C +N€¨73∰ÕL "
b"DÞ#OBžJ¦ˆ`†o½|†k "
b"DÞ°x¤oES†\x08 9Ž\x19 û\ "
b"Fød¸À„Kµ¿i¿?/\x0F U§ "
b"GQú½\x1F %Dª‹\x07 œº\x14 `]ù "
b"G£Õý»K£±ƒÊT\x18 ›Ü\n "
b"H€—¤àFˆ»ùçTOŽ±Î "
b"HœÍí\x07 iG¯ˆÎÃÍÈœU} "
b"I\x15 ZÿDôGÝ»n¢:,ŒîM "
b"I«\x1F ö#úCK ’”Ò;¿Š` "
b"IÏTh\t\x19 ON»Lü£¤–І "
b"J\x02 ž[cB–ªÍn'ëÇi "
b"Jìã\x05 DmŽÓ»|ˆœG7 "
b"Kˆ¾Ú\x19 zN"›Ï\x00 Å·ôÎ "
b"Kåv#\e\t E”¹'2Ü!\x0E\x18 å "
b"""
LƒKç·BHžä£Áw\n
«n
"""
b"Lð×#&›Cç°ƒí+*½°ù "
b"M\x04 ¨â\x04 6D”†ºWä+e\f 1 "
b"Ma§\x1C\x11 NJEµ!癬ëšO "
b"N&:©ŠN&‹`d#ê¿â "
b"O\x1F\x0E ®Í\x13 H…¥8Ï"z¬\x13 × "
b"O¦\x08\x04 fIµ‡jyyZ\x15 ⤠"
b"O¾°aAøN\x0F ²¸ˆ·z€Ù "
b"Oû–\x05 z¬J>¥#ß\x08 DPÌ "
b"Q@Ôͧ¦N\x15 –b&{³l¾² "
b"Q®T{$ÈO’\x07 ŒåüÅ\x05 Ó "
b"RTæ‘\r 'H–—!$¨k•À "
b"S0Ø¥È\x17 DÊ¿,\f Î4Â4€ "
b"Sk3ÒÜáF\x04 ’,xß®n±# "
b"T%Z0„^K\x05 †µ0h“èv\x18 "
b"T8Æõƒ}B\f ™¢NHà\x05 kŸ "
b"U•B\x19 NùHà†ð\\Á–ܵ "
b"U¥iD03J\x13 ´y*P…™~k "
b"V‹8“{¿Iø`&ÕNáy' "
b"V¸Ãå@ F ´][õÉØŸò "
b"Wsîhø\x03 O^–\x1A 0Ê2…ÆÊ "
b"W”¬~éhEÝ‹Nå•\x1E eíÿ "
b"""
W®^ùL×Aë¬ó\n
°ÏñÓ(
"""
b"""
X\n
¥\x03\x04 *C/—8ò\e Üê
"""
b"X‰¿ø\x11\e IQ‘I•\x0F €ò‚× "
b"Y²r}‘]HíˆÚ±%ÀQ>Ÿ "
b"[ÖÉ7IóN–Šî-éï\x17 aŒ "
b"\YÍÌ6˜G·¯šûõJû "
b"\†¦\x07 /Jȯ>çCÎ9\x17  "
b"]Äß_?SD?§šl\x7F\x7F rÚö "
b"]ÎXÏÞhE9€\x11 ]\x15 ¢ça "
b"""
^…šº\x03 >N\n
½x5>øž¡
"""
b"aoTåh\x03 L\x12 †›§^á\x0F ʱ "
b"aŽ™¤nõK¢‡Û[\e ÿW\x12 ç "
b"c»Â½kKA€ÝK\t å\x03 Û "
b"dY\x08 RZ¡@Õ¯ò"Ý\x07 ‚òM "
b"dÖOe‹™G˲‘ŸmÁýv/ "
b"fÐ4N‘’C. &ŽÙ³'cI "
b"jZ¾}ú?MH‚ŠbO‰bdt "
b"jî«°Î!EÙ¦^ÕwÔ\x1A k› "
b"k8èÔî“M±µÂ6™‹¯% "
b"kª>ÔåÜA€Ÿ\t š\x1F [-MÄ "
b"l\x0F n#3‹I¨©¬õan×\x1D "
b"lYLÜF\x01 Au\x1A \r 8-c"Ô "
b"o\x1A ¹z›ªJ›³‹m‚Ij1I "
b"oÌÿL€qHç›\x05 œ1úZ%˜ "
b"p\x03 \x10 VEC6/Ϲnë "
b"p"ŽÍ\t •Eͳ*[h@q¢, "
b"pé|7èO$œ-<»Kæ\x17 \ "
b"q-?àc\x05 Iæ‹ï@q\x11 åÒÞ "
b"r\x05 ¼«DùI\x00 ›ó‰bq\x13 ¥´ "
b"r Ù±\x19 üJu¯gÉ\x16\x1E A™õ "
b"t\x0E E"N³Bž½0¡\x7F qÜ "
b"t\%©«½Fþ´hÌ:ƒr\x17 * "
b"t}îç,`G\e ªÁÝô\x01 -ÿ "
b"t«\x00 5\x00 aIv–µïÔ\x16 yÄÆ "
b"tÏ“3™M\x05 ±Ç\x13 %íÿ\x05 "
b"u\x1A ½ésBL «€\x1F ‚?ô¸æ "
b"v5«Ð¢ïN\v £Ã\f Üý¹å× "
b"vT«R\t IBð¡Õ<Õ°¢¦Ð "
b"""
vr*>ê\x17 OD·Á\x18 ºÚ*\n
\t
"""
b"v“Džm\x10 H—„bÅ\x08 aÑ÷• "
b"v¢òQ™ÖOµžg\x11\x17 Ïj¡& "
b"vÕÖú>‡GžŠ£'w™ïèN "
b"xÔõëN]•\x16 ¦º\x03 `\x1D / "
b"y˜ÝzÃ`B‰¤==ÕL¤“ "
b"z6xÂnkMï¾g²'ÄðŠ\x16 "
b"z\x7F #65õAׄ[åæ“sÕñ "
b"z±'W£'E¤£í‘šý¤ßt "
b"zº–\x19 ÏëJ®—ñTMþ/î\x03 "
b"{W_¶\e EBX¾Y¡\x03 ±êì¦ "
b"{¶ûqHԢ⧦\x1D þû# "
b"|{å¿\r ýNt›/\x1F NPÄí "
b"|¯µ\x0F\x1C ÙCq‚©×B6PM! "
b"|Ê\x15 —=©I³µË†bel'ö "
b"}–¤Ì‡JJy€üDfý±Íº "
b"\x7F\x1A\x05\x01\x1F hK©»¥ÒcGþØL "
b"\x7F ûø¬»\r I\x1A ²á\x12 qÈÄÊ "
b"€\t\x16 ]V~N\x04 ²+1d¬ªâ3 "
b"%\x7F |)¤G$„ÓÌ\r «W) "
b"ïQSÊñKo§QZÏ·”_ "
b"‚\x19 lJ\x0F BG¡Æ\x1C V¹Á‡¤ "
b"ƒiOßKÂG‰»5î\x10 9o "
b"ƒšs¹L4C사ò‹íT¸å "
b"ƒéª•\x08 ÀKã•—†¥Ièlõ "
b"ƒüƒ{ïêB\x19 ·‚t>Ч\v "
b"„\x04 ÈÊ\x1C LN,³p7³Ûc¨ý "
b"…n0\x1C\f lC\x04 ±\e ÉÙ¸eaC "
b"""
†oŽ\n
ìJO)©˜ûŒ<¯Î\x08
"""
b"†Ä‰¶Ž:I]¿)Qø\x06 sø' "
b"‡W\x12 „ª\x03 G\e Žæ•.êÀW… "
b"ˆ7Â?i×A’³<X®‰\x17 d0 "
b"ˆ*§]xGá’OkfÜ8’S "
b"ˆ \x06 6ËH•Œ¢µº\x18 ¹èU "
b"ˆäÊ0¥\x1D K/Ÿ›¿‹d§d4 "
b"ЇCeuuF,Žy\x1A @\x1F œvŠ "
b"Š–ò•\t HJJ„Š`…ù™\x18 – "
b"Šó\x17 7"†C:…[n×À<Œ\x03 "
b"‹Dn\x1E ×¹MСfàö¸†ãÚ "
b"‹IŽ"f\x04 NF¶Ü"̉…ô. "
b"Œ\x11 /õÔI‘‡ZÖ\f ëÞ< "
b"Œ´VKñèH\r ’“7¯ý„-V "
b"Œ´ÉTKÃH\x14 ¡çã@T\x1D Ý "
b"Œè\x02 ]&\x19 LÁ³\x1F\x05 “\vwå "
b"ޏ ûïjAk¨°VÙOÿô¦ "
b"ƒËWÜBA“\x12 öPß\x0E 7¼ "
b"îX›±ôF\x14 „\x03\x10 Ž\x11 õ\x03 "
b"CX·ÆìDF‰KÒÖ \v Þõ "
b"K\x1D ?ÒV@ÿµ¯SHãfÊ} "
b".ßu?DE™Ø\x02\x13 k\x08\x04 "
b"‘\x05 ûìTÏLÒ ^Ì\x14 @£6° "
b"‘sýuhÜN·‚µ€‘Q5àI "
b"‘»ü^]€NNŽ»ö>wD3J "
b"’ø=>\x0F ƒG¸±”æW9òJ "
b"“dŽ\x1C ¸GK\e œ&f AzUm "
b"“q.™óªEM\x0E e{:²\x10 À "
b"“ ßú6\x7F H׌å¯\x1A *å\x1C Ù "
b"“°0\x10 \\x1F CެÚ\x04 !qÉ\r "
b"•ÀÜ“Â\x16 A\x1F ÇìþòÅÙ "
b"–\x03 l|Q²J/´àÎ\x10 ÏÞ\x02 K "
b"–%sŰ#B\x16 ¾Aß\x15 üÚ{x "
b"—\x16 zÅ÷´EV§Ý\x12 ³#Ä{h "
b"—‘YN‰ÕIä¾Ò$\x02 _Ý#* "
b"—‘ÞäSœJ%œª›\e g@WÛ "
b"˜lhX– A7’¢)ÏM½*\x1C "
b"™2)\x14 {kC «Ä3\x02 v\x08 |L "
b"™X;”é\f Cô™\x08 ÃO£2¿' "
b"™åä)\x17 tF]«“ß\x01 ,9\x10 "
b"""
›W\n
Ù‚ØHS“H½×Ü!\x13 œ
"""
b"›oäy\x18 >CŒ›âܨ@S©Ç "
b"›‹npd½M¬·ÌÖ¿t·\x06 ¡ "
b"œ˜¬k¨ºIͤ\x0E Q\x11 )ªz\x08 "
b"œ¡÷ù\x1D ØF‡ \x14 ¥K\x00\x0E U… "
b"Ö;Ù‰ABíªð¬\x16 H*Õ™ "
b"ž"\x1D yk˜B\x13 ™\f\x1E x\x08 8S† "
b"žb«·’xIp’o0tæ3 ú "
b"Ÿ\r j}+Ø@P€M\x1E $>\x00\x11 V "
b"Ÿg5#J5N¨±» Áý§X´ "
b"Ÿug_ãÞJ; \x06\x12 ;`@¨þ "
b"’ròÀÂM¨ÊÇ¢\x03\x07 “g "
b" ÈÌ“æLFó\x7F ʽ\x1F ㉠"
b" C\x14 9ZmDʆÁŠ$\x1C @È< "
b" †¿Ý\f ZDµ”×ÝÅ]O\x1D î "
b" Ž6ž»¡M' \x00 tR&ð¥\r "
b" —)u[\x0E E\x12 ›GHÇJÇ¢o "
b" WwK‚@9𹮝³ÜáÒ "
b"£\x0F Ûqi–K–ªIŒ/OY²œ "
b"£G8\x06 ÉD ]ɪ\x07 C¹ "
b"¤‘žÐö\x12 I%®U»ÃUY/S "
b"¦\f ÅB¨\x04 Bnº=\x11 a·¶¤a "
b"§_$”ºÜEz‰\x00 WmâL·Ù "
b"§¥ÀI\r èG\x12 ‘\x12 ÑüçL1Á "
b"§çaÞ)IDÔ€\f Y\x10 Há`ª "
b"¨KH\x12 ÷«Bù‚çÎ\x1F ÍTOŸ "
b"¨|'$ 3Jª é`ÌÛØ•† "
b"¨ƒ+.×ÂEÍ™<¹æ&‘àZ "
b"ª¤ðv,NŒ¥Ò\e\x1D 6Úœc "
b"ªp<FÞOò¼ÝïlY±×\x0F "
b"«(ÂõEâ·ÝúòWO‘G "
b"«Ø³pþBX”i/Ã\x1C ¿ã— "
b"¿Í™#‰CcŸ\x15 °f}V=\v "
b"®¢åE*pDé’”\x1E ö\x06 ip "
b"°à\x11 \r 3ÀGåž×¼ëhX€ì "
b"±a„t¯£@,ˆ\x06 mn¯Ò:ã "
b"²‰jËÁO¸°˜Œ\t\x1A þ\x1A "
b"´\x0E\x06 8ÁM8Œ\x19\x02 Ǫ\x00 Dt "
b"´1 FÞòD\x12 £=»@™\x13 Ð "
b"´hÜÛïIé†0~)þ4óq "
b"µ\x06 §—¸\x03 K–ƒË²®¯¶jæ "
b"µˆ»\x10\x08 ”Jm¸|g\x1C J>5 "
b"¶QC5ŠðJ&Ð\x11 †\x19 óÿ× "
b"¶QT¥yjK5—£‰c¼H\x18 "
b"¶‘\x08 »“ÇM\x1C ª}XC¯\x08\x7F\x15 "
b"¶Ë*Ár÷Fˆ‚0\x10 ÈnPs± "
b"·¨g\x02 )ßJ̽–ÀÉ_d:| "
b"""
¸\x1D Ž!À\n
@è‚Å2ûÙ\n
3ˆ
"""
b"¸Ž¤Y¶çA\x18 ”ì\x17 ô^ÄŽÿ "
b"¸é\x18 Èð–H´c\x08\x18 o#\x1C j "
b"¹Õ÷úÓ™N\v âÖ.–èJ4 "
b"""
ºÐò\v Î2Lꉟ^:òÕ\n
b
"""
b"ºí½ÒÓ®Eª®¯ôÞYAá= "
b"½\x00 %™ŽæIû©\x17 2fdµ! "
b"½\x1D ˆ\x13 R€J\€\r Ï#¢ŠÝY "
b"½ W—R¢KT¦”Û\r_»R "
b"½“ܧœ¦E\x04 ›j!f,\x19 P\x1C "
b"¾¾9"^˜K@Ž\x0E €\x0F žMý "
b"¾¿GP\x19\x04 Hó¥\x1C ¼°»\x18\t W "
b"¾Å\x08 v9MÛ‰\x13 dï仦 "
b"¾üÔÍÜNB.¢JÃéÒ\f åx "
b"¿\x01 Qª/ûEÿ•©\x16 èNéZ\r "
b"¿Öc3Ù‹L޾rd©\x1D tˆŠ "
b"ÂS©/ñÍF-¥¦>1ÈeËô "
b"¬¿ˆÛ{B%¿ž\x02 ¾F™Ûí "
b"ÄÎN©^½Hwœw/Ñ0ŽÏ¬ "
b"Å‚ù™ûGÀ½ñþ®aè2û "
b"Ååºk² ED¢´¬i¤!ý, "
b"Æžth<rD‚\x1C "«o&vk "
b"ÆÚž´FÍK\x07 \e y×39\x13 ! "
b"Ç,Fä™ëIÅ¥Èæ4òõŸ\r "
b"ÇvÏw@jI˼ÑM\x1C ¯JB "
b"ÈL $gIK¦Á\t Ï\x14 t§û "
b"ÈšZ€"ãN]€^ó\r ÎM\x12 i "
b"ÈÛ- \x04 MEAŽÏr‹Ð%Ii "
b"""
ÈÜK‹¡hFì¹\n
\x05 Œ–1r5
"""
b"""
É<ŒÁÝDF\x1A ´q:þŽÊ\n
.
"""
b"É[¯¾_MŠ“t¸§qû\x18 h "
b"Éʹ\x02 m MF‰Þ‡°B 9 "
b"Ê¥«=ñ C?¥Rñ¸\x16 Ã1Ô "
b"Ëɳoû[F˜’\f "¦UÞµ¿ "
b"Ëó\,é*Oü´\x0F o+\x0E ÖF\x04 "
b"Ì\x04 ÇžŽŽOyŽ;Nà0qœj "
b"Ìðï¼ÍøK\v …YX\x08 E\x05 “i "
b"Í/±L_mKõŠ8NOz\x14 ô¢ "
b";´±;B\v ¦\e 8\x05 (B©\x13 "
b"ÍúÃðHwIˆ©q÷u\x00 ÍÕŽ "
b"Ï:š!ªëMð³jhúçmïã "
b"ÏkûYù\x00 Lµ’Æ·6â~’P "
b"ÏÎh\x08 †<IÊ¢ý¿dw\x11 ¹O "
b"ФãIJ=²÷¸yø`uJ "
b"гö\x1F ‰óD\x0F ’Ð\x7F ùÊïïº "
b"ÐÄõÑ?O@\x11 ŽŠ]5-"\f ô "
b"Ñ\x16 Ñç\x1E oG£›n:ŽÉk‚~ "
b"Ò¢ÞN,¥OÇ£úÊ;÷l‡Ë "
b"Ò½ŒH«ÎB\e ¤‘…7\x19 <íN "
b"ÒÒ.b>ªF+–#–btÝ- "
b"Ó\x0F\x18 ÜûìJ¿…ÿH\x1F âÉ\v p "
b"Ô\x1D ÊœÃn@ýÉÖ¥{E\x06 K "
b"Ô–\x08 ºÔ\f C#À\x12\x13 ÐÚ\f "
b"Õ\x05\x03 .¶ÀHÙ»mèÇ\x19 ñ(ì "
b"ÕdG€ä$Np¹«FQ\x05\x1C x% "
b"Õ˜63²ñB_®‡æÜÅ(œ} "
b"Õ¡ÊÜÒ}A|‹4\x10\x10 Ó\x10 C{ "
b"Õ¤ïÎc³NS¢Y¿ˆÖñRó "
b"ÕÆ¸¾Îˆ@8¿È§·Qï±Î "
b"Ö<(Ô\x0F |C× ›Üi¥ ú\x10 "
b"×;\x7F\x1E ‰ýOѧk-}[(Y "
b"Ø<°Âõ\x08 Eý•c\x7F\x02 U´ö¹ "
b"Ù”d\t\x1D #K2¡\é[»m "
b"Ú\x03 †\\f Jö‘¹Ý7\x0E uí‚ "
b"ÚS\x10 Ua\r N\f ™nîØ\e }Ê— "
b"ÚÝpÂÞSAô”Ç\x15 Öî[Uç "
b"Úñ9™Ê™Jz£ \x14 ð·k\x1D "
b"Ûµ§!4ùB0‡³gV^\r Yá "
b"ÛÅKa³8B\t –Ák\x11 ÎC» "
b"Ü<÷ÛRWIYÖ> î\x16\x12 "
b"Üd"¸\x10 VN••ç[Sw¢¬P "
b"Ü´+\nYOÖ¶d¹˜˜é\x11\x7F "
b"ÜÆŸÙnÅMœ€ˆ×ë~—›ü "
b"ÜÈÜhX%ASšáƒ/O#&\x12 "
b"ÜéÝ;b\x10 IyŠ\x02 xß0&ïV "
b"Ý]¿¢ˆK\x02 ·ê/tÔ_@Ž "
b"Þ¡CH&\x16 IȇwšèÑöLÜ "
b"ß` íˆYF0»\x18 bº¶˜\x07 › "
b"à1ëuuEHa‹º\r ÄñîN "
b"""
àt…;ïqB´ºéÍ\x1C \n
zT"
"""
b"à´YIá&L&—L\x13 ïiê™f "
b"á£|³\x0F BOŽ\x1E éwúçìˆ "
b"â\x18 ¹kè¢NZžÉtôrì5o "
b"â\x1D ŠˆßRH‰¼S\x1E é¢0\Ï "
b"â?7= \x08 KLެ^ð8ä±K "
b"âl„Áä\x01 Ió–±ï_ŽH¼ó "
b"ã]×iUšI‹¤eáK\x03 "
b"ãbÉ!\x1D ÄG׬\x1C\x19\x02 ?Ä\x7F ” "
b"ã’|â©ã@Ì©<Ÿû(Ò9\x14 "
b"äuÀcoJå”\x00 2Ê;S\f ü "
b"ä—G\x14 ÍŽH\e ’÷{\x14\x18 Åšã "
b"åqLÇmjMq®\x1F [‚;\x1F -F "
b"ê\x01 \v ¹\x07 E”éý”g_Ï“ "
b"ê¬I\x04 ŒÜO€¨æ´4!~ŒÇ "
b"ë\x1E Œ‡XGM0–š\x13 WJ€+W "
b"ìLÍ\x01 }\v J;\x1E œ†‡ß¥ "
b"íE\x16 ÆuªG)·&»å0X®• "
b"îô\x10 –#G=´Hx%¨D[Á "
b"ïŒ\x16 ”\x10 FAþUi\x03 bQ~ "
b"ðE\x1D ι\x00 D\x0F ‰fÄü2Âûí "
b"ðœÕ@^FJ¾®S„ÖQ“=º "
b"ñÉx¡·G]‰LûªëfÑÿ "
b"ñÛÝÌ$ùN ©š{ëÉ"% "
b"ò1 R‡¸@ý5Ï\t °Y§+ "
b"ò[m•\x1C L–‘\x13 D\x02 ø\f "
b"ò\x05 ²q0DĘ\x1A H=QA÷ "
b"òþø\t M\x08 BˆŠtWA\x03 ê¹ò "
b"óa\r þ@BE^£fˆÍ‹¿èÞ "
b"ô#ðÀ¡ðG^µ}ˆÛ=Æãó "
b"õoÚ®¤ØC\x06 –£z›µóì« "
b"""
ö^o¾¹\x1F D\x02 ½ìr\n
H\x06 æÍ
"""
b"÷\x07 DS¨ôIwðÈ,_\x05 | "
b"""
ø¨\t \n
ätB˜°¤VHµ<Æ
"""
b"ú7\x0E ¬ÖXM‘¼û{íõ&\x08 · "
b"ú”¢»£@D¨¯žXó“ÇM "
b"úŸoÜ\x1A ‚G"–}D\x16 \mÂP "
b"üw2ºQ¸M<“\x00 q\x04\x0E áÿì "
b"ü}>lr„LÓ¡ó)Ã1ºó "
b"üÐsy²„I²¿DºmšTNµ "
b"ý\v B¦4©FË‘û¸\x17 ¤ööŽ "
b"ýëk\x07 f,C\x12 ¼ôÆ\t ¹½D "
b"ÿ^úó¹Í@W©+¶ïct\x18 c "
b"ÿ»L}\x1A ºMŽß‰ÀUK9Ñ "
]
SELECT
`category` . `id` ,
`category` . `auto_increment`
FROM
`category`
LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id`
AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id`
LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
(
`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? )
OR `category.swagDynamicAccessRules` . `id` < = > ?
)
)
)
AND (
`category` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
GROUP BY
`category` . `id`
Copy
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E ) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x0023D912E3DF4E71A01B2D1AC9505E34 , 0x0069C65E143A456D9816E5A722112543 , 0x00A2023D47CE48628098F802D6D41F56 , 0x018BA8D79D877FF1ACBDA813BCAEB8BD , 0x018BA8D874CA7C7C8742A845BD71058A , 0x018BA8DC39B274E1BD317E83A109ECEA , 0x018BA8DDF2017C31993F13E9B68DE219 , 0x018BA8DE038F7397BC8C7A1C24A89B22 , 0x018BA8DE232F776BA1752B0E26C1056D , 0x018BB8B434B7748E842E2CCE3CE1C2B5 , 0x018BB8B492F3792281F3B07B745C64B5 , 0x018DEEFEA31875E0961317168A540AB6 , 0x018E7A19F9187AD9919B322C68B90F63 , 0x018E7F313FC8718482D2A4EE2B41FA9A , 0x018EBC8C090973368DE9D3DD621E04DF , 0x018FC8D66B027FA99877037150E96A00 , 0x01900B8939267EB1B1B88D72F30359D4 , 0x01905353BD007628BA01975E5E8C9589 , 0x019135E27F8571728442B8A8CEE64BE0 , 0x0191BCEFF2D97880AC410B3EF6D350ED , 0x0192052DA86E7C39902B97BA30C08A4C , 0x01921E99239E7AA38C88206347F181FB , 0x0193535503D47DF4A77C7028889F7E1A , 0x01936885E78B7A39AB8EBCF6AA100CA2 , 0x01936E04D4E778909795429DB25781A5 , 0x0194EED8279471E7984456C2A5039283 , 0x0194EF4B74E9798B9307481FEC65C959 , 0x0194EF51649F7F7880CFA3316E7E2C18 , 0x0194EF5185017E108723FD5D7F966855 , 0x0194EF51A367712EA85483D80026724B , 0x0194EF54CFFA7730B611AC471457FF4E , 0x0194EF54E5457A4496295E01F8DD0119 , 0x01951438EFFF7BFFAE87FEFCBFB74C7A , 0x01956B81260276FFB9339BD4626D08A9 , 0x0196B41D506C70E6BCF8176D97C74777 , 0x0196B41E03217206951E8F28D817C9D6 , 0x0196B41E1D8A7DE0B917C84AEC7E2274 , 0x0196B41E2E0D7E7EAA2B0831469DFB5D , 0x0196B41E47E47085B0B44B56D6FAB954 , 0x01989D57056671D7A8F1A6E3A8C0C0C1 , 0x01DD9A79D6E84D6BBECC9968C607A607 , 0x0245F133475740209624A78BE2A0CB75 , 0x02DE0B046F184C2D8056C9ADBA5C67C2 , 0x037B23EDC6C046B8B186AF067F92C97A , 0x0625D4EDF0444BD0BE8371FC5C7AB018 , 0x075CD5F6FC264D429B080B7EF8688625 , 0x087795BF447442B89F168A32352E129B , 0x089554CF015E410AA3C566723BC0C9D4 , 0x08B29F4DFDF548A79B03A2357E2BF7E4 , 0x09785BA9A48348A38F98597A24C947A2 , 0x09879995A94E4D3083C308813C954B5D , 0x09A065838DF14648A1AD0249BCEDB7F6 , 0x09C4BE444CA947D78ADC41F3049719A8 , 0x09FDF4FEA79F4D8B81B3BFC95046D008 , 0x0A0F1CE7421743BE882DADD0F8976327 , 0x0A8227124E054D7B8C2593D8002E68BD , 0x0A89610BAB9B494C8400E115273B73F9 , 0x0AAA1E8DCD2847D5A0F5588BE4983F0C , 0x0B6F8E8590AE46F79426C9D6B08A900B , 0x0C56D68988C94CDD8E990C8CE5CDCC93 , 0x0D5E8BC187544876A91372720D7B1FC4 , 0x0D8BAE1F6B8E4C72B4E4CFBEA4FE44AF , 0x0E9806F916EF4D5C9D4DE6387BB7AA04 , 0x0EDF591730B24CC3825CA4F8EEE9ED3E , 0x0FBF4CA551D34EB492B7BA7720FE43FA , 0x1015F05C0C964EE6BD78D54C4F5CAED7 , 0x111D78596EC14F3BB390D59C5B0A544A , 0x11F88442AF344EC59908FD40C1B0DA1A , 0x123B7917993F4B5B8ACB1427EB9F02B4 , 0x12DBBB1F54A446BDAC0E8A8C6DEC45CF , 0x12EE2AE1D1DF4A10969A59559FFA3FD7 , 0x13C721ECFD6449D1A20575AC0B525ADD , 0x14DB1500709D49B3B9D98DE5FC3C1B96 , 0x15A2352F5A604AF19210D57065F37066 , 0x15AC49B1EC814271873A02931CD6189A , 0x15BED13FD1DE4595B38D3856D3474DA1 , 0x15FDE2FC0F2F477BBC3C21FDC9C4DBBB , 0x17399C202D7A466BBC1492571CE90268 , 0x178AD390374E40FFA86989D764ADE7EC , 0x17E97ED5A32242259EC1409874B83D46 , 0x18E60A3C8F704CDC8C24B5164971D589 , 0x19074B48981947088CD3FD38C7AEE2BA , 0x191604645E1548F099E07F74A32EDD72 , 0x19267761AD12406B9EFF24E9DEE3AE72 , 0x1A17CD7DF11F4208A08832141D343D0F , 0x1AFDF443F58642F2B39F42BD383E3013 , 0x1B62156AC8CB43AFB0BA0FD0D7936282 , 0x1BB192B0B6784E7D9F68A3A1BAB57A6D , 0x1C164D0E4B3141359A63115B1F591B21 , 0x1D26846A92EA44459A29E0F7312B13E1 , 0x1F8EDC2ADE294EC483EC5073E240EE39 , 0x1FF34D684BEF4C2593262C76AB2C4D24 , 0x2019E1E090C243368FBCCC2A6BBD7D79 , 0x20439C902D4146B98E2C37E7227CE820 , 0x2246580657DC40CBAF6A3CEFFE1EE856 , 0x225DAAFD344C4C489DDDF22BACAFD353 , 0x227050D3A4B74681AD706BD9E352618C , 0x23F943FB728940FBB19D627B94E83320 , 0x257A62988FDC46F190324EA55C2A70A1 , 0x25ED5C134D9243C69D24FCE4E94B5AD4 , 0x26615A10BCD741F2AC78322E1AF2DF4B , 0x2712F32FCB2C475A9C9462A9B3E7E3C9 , 0x273CAD7533B94AD2816CB943141C8D1B , 0x284ED12680E24EA3BACCD646EF8EED9E , 0x28991B294D94472F9029171BABF5E53B , 0x28EAE9D2856F4FE0A2436C3657AF1A8D , 0x2901F1E065244F2FBC6F3CBEC9434CC8 , 0x2916507E88044E06895D08322C7602DB , 0x2AABF7FEEE854B2D990DAA8FAADE4560 , 0x2BCD28361BF844A1B4CAA7E08E140D59 , 0x2C34AC2DD1434870875DB5DCD6E87988 , 0x2C38D2BEB53B4EBC8EC0CBFBB9E56465 , 0x2C45092282634C65A4ED72178C888C58 , 0x2C6CC9DEF3F649E3B897184742D17102 , 0x2CB706F428C34F5CBCAA31CA6060EEE0 , 0x2D103A9F9A2648ABA6D04EFAFD08D20F , 0x2D2858C5CE044C3EB4AB0FD7DC82163D , 0x2D45128135A34DBA9956D93C2FB4B4F9 , 0x2D87FAFCF8D142EDB149162B8599B222 , 0x2D8E29C3340C44ECAD684FFF575D78E2 , 0x2FBD7F5EC453425DA19756D8D24ABFDE , 0x308C09DB668D41579CDDCF12032A0DDB , 0x30DD6328604241A5AD3C4E1BA89F479B , 0x31F93A0824E64D4AAC37AF80B27D1E4C , 0x322EEE2A8A804C4DA8A142127D6665EF , 0x32BADC2265FD456AA6D32759FAD9A405 , 0x32E9DD14F6824B5DB856F11A7A975470 , 0x33942F641A6E4445BA40FA7EB18555C2 , 0x33DF2BD8CF2F4C0085C3FE14312E6E99 , 0x3413476BF0114A09A76B4F1B342DA5D2 , 0x341F23DF4BBB4BCAAE958FAF56128CDC , 0x348897361E4445C784F71CE2E31EECC0 , 0x34B1AAA70E074FCFA78ACDD0844B8FA5 , 0x34B7A663B8BC499FA7B0BE51FFAAFCEB , 0x34D6BA0A0C92409A87AFA33C1668A3C1 , 0x354C4A652FEF45CD914B53914D15A7C1 , 0x357668BE40D2494DB9CFFA89B8E59DF8 , 0x36136262AD414FA2B8665DD3B935E82E , 0x36B8EA79F2284DEFB341285D828C4E7A , 0x37002E90D3AC42AF990BB907C0226F62 , 0x37736B2F3DEA40FBA56570FE69631406 , 0x3845F4C143CF416095754438BD32BAA8 , 0x3853B3999850435AB5E87F4B00AF9274 , 0x3897A5D1EB0D49FAAEFF22E8267A2CAF , 0x3979042C1BB84676A39C4996915B6DCE , 0x3A6A18F4DF1049FD954CFC9C7DE51AC5 , 0x3AF8AA6895FF4DD2BCE4BA17930A02A9 , 0x3BFD03B1D03B4A88B2320F9F6586370E , 0x3D2BC6355A21401ABF21DB6F730D84D7 , 0x3E4CBA9B138242C380442E77BDF1F81F , 0x3E77292A953D4311B854F6FB0573670A , 0x3EA4BC9D7D9C4A79B68062CE95F45BA4 , 0x3ED9B6C4A08447448A902260367A5716 , 0x3F44BB0C03F1415B850932F9549C4B55 , 0x3F7CF474C7A740209E92FCAD234F1DBB , 0x3F9D2CE620154584A09238082BC1E61F , 0x3FBE1B77942343CE86941F3EBFD67FF7 , 0x4064080E99FC47A2AFD71A6B2D1EF74D , 0x40F3DFD7AA494E97BA122DA32BB0FEFB , 0x4213EE3842D6474FB3428CC74606B9B8 , 0x426FD5CC1FA140D2A1465E5E909624AA , 0x427CED0985C4447E85208AB55C36D040 , 0x42984D56FBA0472D9CE10169ECCE9F30 , 0x4442D74F1C2B4E80A83733E288B0D54C , 0x44DE234F429E4AA68860866FBD7C866B , 0x44DEB078A46F45538608398D1990FB5C , 0x46F864B8C0844BB5BF69BF3F2F0F55A7 , 0x4751FABD1F2544AA8B079CBA14605DF9 , 0x47A3D5FD8FBB4BA3B183CA54189BDC0A , 0x488097A4E0AD4688BBF9E7544F8EB1CE , 0x489CCDED076947AF88CEC3CDC89C557D , 0x49155AFF44F447DDBB6EA23A2C8CEE4D , 0x49AB1FF623FA434BA09294D23BBF8A60 , 0x49CF546809194F4EBB4CFCA3A4968A86 , 0x4A029E5B9063428E96AACD6E27EBC769 , 0x4AADECE305A0446D8ED3BB7C889C4737 , 0x4B88BEDA197A4E229BCF00C5C2B7F4CE , 0x4BE576231B094594B92732DC210E18E5 , 0x4C834BADE7B742489EE4A3C1770AAB6E , 0x4CF0D723269B43E7B083ED2B2ABDB0F9 , 0x4D04A8E20436449486BA57E42B650C31 , 0x4D61A71C114E4A45B521E799ACEB9A4F , 0x4E263A81A98A4E268B606423EABFE290 , 0x4F1F0EAECD134885A538CF227AAC13D7 , 0x4F9DA608046649B5876A79795A15E2A4 , 0x4FBEB06141F84E0FB2B888B77A80D99D , 0x4FFB96057AAC4A3EA523DF084450CC8F , 0x5140D4CDA7A64E159662267BB36CBEB2 , 0x51AE547B24C84F8192078CE5FCC505D3 , 0x5254E6910D27488F96972124A86B95C0 , 0x5330D8A5C81744CABF2C0CCE34C23480 , 0x536B33D2DCE14604922C78DFAE6EB123 , 0x54255A30845E4B0586B5306893E87618 , 0x5438C6F5837D420C99A24E48E0056B9F , 0x559542194EF948E086F05C5CC196DCB5 , 0x55A5694430334A13B4792A5085997E6B , 0x568B38937BBF49F8906026D54EE17927 , 0x56B8C3E540A04620B45D5BF5C9D89FF2 , 0x5773EE68F8034F5E961A30CA3285C6CA , 0x5794AC7EE96845DD8B4EE5951E65EDFF , 0x57AE5EF94CD741EBACF30AB0CFF1D328 , 0x580AA503042A432F9738F2901BDCEA90 , 0x5889BFF8111B49519149950F80F282D7 , 0x59B2727D915D48ED88DAB125C0513E9F , 0x5BD6C93749F34E968AEE2DE9EF17618C , 0x5C59CDCC3698478FB7AF909AFBF54AFB , 0x5C86A68F072F4AC8AF3EE743CE3917C2 , 0x5DC4DF5F3F53443FA79A6C7F7F72DAF6 , 0x5DCE58CFDE68453980115D159DA2E761 , 0x5E859ABA033E4E0ABD78353EF89EA181 , 0x616F54E568034C12869BA75EE10FCAB1 , 0x618E99A46EF54BA287DB5B1BFF5712E7 , 0x63BBADC2BD6B4B4180DD4B09E503DBC2 , 0x645908525AA140D5AFF222DD0782F24D , 0x64D64F658B9947CBB2919F6DC1FD762F , 0x66D0344E9192432EA0268ED9B3276349 , 0x6A5ABE7DFA3F4D48828A624F89626474 , 0x6AEEABB0CE2145D9A65ED577D41A6B9B , 0x6B38E8D4EE934DB1B5C23690998BAF25 , 0x6BAA3ED4E5DC41809F099A1F5B2D4DC4 , 0x6C0F6E23338B49A88FA9ACF5616ED71D , 0x6C594CDC46014175811A0D382D6322D4 , 0x6F1AB97A9BAA4A9BB38B6D82496A3149 , 0x6FCCFF4C807148E79B059C31FA5A2598 , 0x700320901056459F9D43362FCFB96EEB , 0x70228ECD099545CDB32A5B684071A22C , 0x70E97C37E89D4F249C2D3CBB4BE6175C , 0x712D3FE0630549E68BEF407111E5D2DE , 0x7205BCAB44F949009BF389627113A5B4 , 0x7220D9B119FC4A75AF67C9161E4199F5 , 0x740E45224EB3429EBD30A17F90719DDC , 0x745C25A9ABBD46FEB468CC3A8372172A , 0x747DEEE72C60471BAAC1DDF401AD2DFF , 0x74AB00350061497696B5EFD41679C4C6 , 0x74CF939033994D05B18EC71325EDFF05 , 0x751ABDE973424C20AB801F823FF4B8E6 , 0x7635ABD0A2EF4E0BA3C30CDCFDB9E5D7 , 0x7654AB52094942F0A1D53CD5B0A2A6D0 , 0x76722A3EEA174F44B7C118BADA2A0A09 , 0x7693449E6D1048978462C50861D1F795 , 0x76A2F25199D64FB59E671117CF6AA126 , 0x76D5D6FA3E87479E8AA3277799EFE84E , 0x78D4F5EB90904E5D9516A6BA03601D2F , 0x7998DD7AC360429D89A43D3DD54CA493 , 0x7A3678C26E6B4DEFBE67B227C4F08A16 , 0x7A7F233635F541D7845BE5E69373D5F1 , 0x7AB12757A32745A4A3ED919AFDA4DF74 , 0x7ABA9619CFEB4AAE97F1544DFE2FEE03 , 0x7B575FB61B454258BE59A103B1EAECA6 , 0x7BADB6FBAD7148D4A2E2A7A61DFEFB23 , 0x7C7BE5BF0DFD4E749B2F1F4E50C4ED9D , 0x7CAFB50F1CD9437182A9D74236504D21 , 0x7CCA15973DA949B3B5CB8662656C27F6 , 0x7D96A4CC874A4A7980FC4466FDB1CDBA , 0x7F1A05011F684BA9BBA5D26347FED84C , 0x7FFBF8ACBB0D491AB2E11271C8C4CAAD , 0x8009165D567E4E04B22B3164ACAAE233 , 0x81257F7C29A4472484D3CC0DABAD5729 , 0x81EF5153CAF14B6FA7515ACFB7945FAD , 0x82AD196C4A0F4247A1C61C56B9C187A4 , 0x83694FDF4BC247899D8FBB35EE10396F , 0x839A73B94C3443EC82ACF28BED54B8E5 , 0x83E9AA9508C04BE3959786A549E86CF5 , 0x83FC837BEFEA4219B782743E8AA75C76 , 0x8404C8CA1C4C4E2CB37037B3DB63A8FD , 0x856E301C0C6C4304B11BC9D9B8656143 , 0x866F8D0AEC4A4F29A998FB8C3CAFCE08 , 0x86C489B68D3A495DBF2951F80673F827 , 0x87571284AA03471B8EE6952EEAC05785 , 0x8837C23F69D74192B33C58AE89176430 , 0x888F2AA75D7847E1924F6B66DC389253 , 0x88A0069036CB48958CA2B5BA18B9E855 , 0x88E4CA30A51D4B2F9F9BBF8B64A76434 , 0x8A8743657575462C8E791A401F9C768A , 0x8A96F29509484A4A848A6085F9991896 , 0x8AF317372286433A855B6ED7C03C8C03 , 0x8B446E1ED7B94DD0A166E0F6B886E3DA , 0x8B498E2266044E46B6DC22CC8985F42E , 0x8C112FF581D44991875AD60CEBDE3C8E , 0x8CB4564BF1E8480D929337AFFD842D56 , 0x8CB4C9544BC34814A1E790E340541DDD , 0x8CE8025D26194CC1B31F05935C7677E5 , 0x8DB820FBEF6A416BA8B056D94FFFF4A6 , 0x8E83CB57DC8F42419312F650DF0E37BC , 0x8EEE589BB1F446148403108D11F59F03 , 0x8F4358B7C6EC4446894BD2D6200BDEF5 , 0x8F4B1D3FD25640FFB5AF5348E366CA7D , 0x902EDFAD753F44459D99D802136B0804 , 0x9105FBEC54CF4CD2A05ECC1440A336B0 , 0x9173FD7568DC4EB782B580915135E049 , 0x91BBFC5E5D804E4E8EBBF63E7744334A , 0x92F83D3E0F8347B8B194E65739F2AD4A , 0x93648E1CB8474B1B9C2666A0417A556D , 0x93712E99F3AA454D8F0E657B3AB210C0 , 0x93A0DFFA367F48D78CE5AF1A2AE51CD9 , 0x93B030105C1F438DACDA8F042171C90D , 0x95C0DC93C216411FAD90C7ECFEF2C5D9 , 0x96036C7C51B24A2FB4E0CE10CFDE024B , 0x962573C5B0234216BE41DF15FCDA7B78 , 0x97167AC5F7B44556A7DD12B323C47B68 , 0x9791594E89D549E4BED224025FDD232A , 0x9791DEE4539C4A259CAA9B1B674057DB , 0x986C685896A0413792A229CF4DBD2A1C , 0x993229147B6B4320ABC4330276087C4C , 0x99583B94E90C43F49908C34FA332BF27 , 0x99E5E4291774465DAB93C39F012C3910 , 0x9B570AD982D848539348BDD7DC21139C , 0x9B6FE479183E438C9BE2DCA84053A9C7 , 0x9B8B6E7064BD4DACB7CCD6BF74B706A1 , 0x9C98AC6BA8BA49CDA40E511129AA7A08 , 0x9CA1F7F91DD84687A014A54B000E5585 , 0x9DD63BD9894142EDAAF0AC16482AD599 , 0x9E221D796B984213990C1E7808385386 , 0x9E62ABB792784970926F3074E633A0FA , 0x9F0D6A7D2BD84050804D1E243E001156 , 0x9F6735234A354EA8B1BB20C1FDA758B4 , 0x9F75675FE3DE4A3BA006123B6040A8FE , 0x9F9272F2C0C24D8FA8CAC7A203079367 , 0x9FA0C8CC93E64C4690F37FCABD1FE389 , 0xA04314395A6D44CA86C18A241C40C83C , 0xA086BFDD0C5A44B594D7DDC55D4F1DEE , 0xA08D369EBBA14D27A000745226F0A50D , 0xA09729755B0E45129B4748C74AC7A26F , 0xA0AD57774B8240399AB9AEAFB3DCE1D2 , 0xA30FDB7169964B96AA498C2F4F59B29C , 0xA3473806C99D4420815DC98FAA0743B9 , 0xA4919ED0F6124925AE55BBC355592F53 , 0xA60CC542A804426EBA3D1161B7B6A461 , 0xA75F2494BADC457A8900576DE24CB7D9 , 0xA7A5C0490DE847129112D1FCE74C31C1 , 0xA7E761DE294944D4800C591048E160AA , 0xA84B4812F7AB42F982E7CE1FCD544F9F , 0xA87C272420334AAAA0E960CCDBD89586 , 0xA8832B2ED7C245CD993CB9E62691E05A , 0xAAA4F081762C4E8CA5D21B1D36DA9C63 , 0xAAAD703C46DE4FF2BCDDEF6C59B1D70F , 0xAB28C29DF58145E2B7DDFAF2574F9147 , 0xABD8B37081FE425894692FC31CBFE397 , 0xADBFCD99238943639F15B0667D563D0B , 0xAEA2E5452A7044E992941EF60669AD70 , 0xB0E0110D33C047E59ED7BCEB685880EC , 0xB1618474AFA3402C88066D6EAFD23AE3 , 0xB2896ACBC1814FB8B0988E8C091AFE1A , 0xB40E063881C14D388C1902C7AA004474 , 0xB4312046DEF24412A33D8FBB409913D0 , 0xB468C39CDBEF49E986307E29FE34F371 , 0xB506A797B8034B9683CBB2AEAFB66AE6 , 0xB588BB1008944A6DB87C671C4A3E358F , 0xB65143358AF04A269DD0118619F3FFD7 , 0xB65154A5796A4B3597A38963ADBC4818 , 0xB69108BB93C74D1CAA7D5843AF087F15 , 0xB6CB2AC172F74688823010C86E5073B1 , 0xB7A8670229DF4ACCBD96C0C95F643A7C , 0xB81D8D21C00A40E882C532FBD90A3388 , 0xB88EA459B6E7411894EC17F45EC48EFF , 0xB8E918C8F0964890B46308186F231C6A , 0xB9D5F7FAD3994E0B8FE2D62E96E84A34 , 0xBAD0F20BCE324CEA899F5E3AF2D50A62 , 0xBAEDBDD2D3AE45AAAEAFF4DE5941E13D , 0xBD0025998DE649FBA9179D326664B521 , 0xBD1D881352804A5C800DCF23A28ADD59 , 0xBD20579752A24B54A694DB5C725FBB52 , 0xBD93DCA79CA645049B6A21662C19501C , 0xBEBE39225E984B408EAD0E800F9E4DFD , 0xBEBF4750190448F3A51CBCB0BB180957 , 0xBEC5089D76394DDB891364EF8FE4BBA6 , 0xBEFCD4CDDC4E422EA24AC3E9D20CE578 , 0xBF0151AA2FFB45FF95A916E84EE95A0D , 0xBFD66333D98B4C8EBE7264A91D74888A , 0xC253A92FF1CD462DA5A63E31C865CBF4 , 0xC2ACBF88DB7B4225BF9E02BE4699DBED , 0xC4CE4EA95EBD48779C772FD1308DCFAC , 0xC58F82F999FB47C0BDF1FEAE61E832FB , 0xC5E5BA6BB2204544A2B4AC69A421FD2C , 0xC69E74683C724481821C22AB6F26766B , 0xC6DA9EB446CD4B078F1B79D733391321 , 0xC72C46E499EB49C5A5C8E634F2F59F0D , 0xC776CF77406A49CBBCD14D1C90AF4A42 , 0xC84CA02467494BA690C109CF1474A7FB , 0xC89A5A8022E34E5D805EF30DCE4D1269 , 0xC8DB2D20044D45418DCF728BD0254969 , 0xC8DC4B8BA16846ECB90A058C96317235 , 0xC93C8CC1DD44461AB4713AFE8ECA0A2E , 0xC95BC2AFBE5F4D8A9374B8A771FB1868 , 0xC9CAB9026D204D4689DE879DB0422039 , 0xCAA5AB3DF120433FA552F1B816C331D4 , 0xCBC9B36FFB5B4698920C22A655DEB5BF , 0xCBF35C2CE92A4FFCB40F6F2B0ED64604 , 0xCC04C79E8E8E4F798E3B4EE030719C6A , 0xCCF0EFBCCDF84B0B8559580845059369 , 0xCD2FB14C5F6D4BF58A384E4F7A14F4A2 , 0xCDC2BEB4B13B420BA61B38052842A913 , 0xCDFAC3F048774988A971F77500CDD58E , 0xCF3A9A21AAEB4DF0B36A68FAE76DEFE3 , 0xCF6BFB59F9004CB592C6B736E27E9250 , 0xCFCE6808863C49CAA2FDBF647711B94F , 0xD08FA4ADE3494A3DB2F7B879F860754A , 0xD0B3F61F89F3440F92D07FF9CAEFEFBA , 0xD0C4F5D13F4F40118E8A5D352D220CF4 , 0xD116D1E71E6F47A39B6E3A8DC96B827E , 0xD2A2DE4E2CA54FC7A3FACA3BF76C87CB , 0xD2BD8C48ABCE421BA4918537193CED4E , 0xD2D22E623EAA462B9623968F6274DD2D , 0xD30F18DCFBEC4ABF85FF481FE2C90B70 , 0xD41DCA9CC36E40FD8FC9D6A57B45064B , 0xD49608BAD40C43238FC01213D0DA0CA0 , 0xD505032EB6C048D9BB6DE8C719F128EC , 0xD5644780E4244E70B9AB4651051C7825 , 0xD5983633B2F1425FAE87E6DCC5289C7D , 0xD5A1CADCD27D417C8B341010D310437B , 0xD5A4EFCE63B34E53A259BF88D6F152F3 , 0xD5C6B8BECE884038BFC8A7B751EFB1CE , 0xD63C28D40F7C43D7A09BDC69A5A0FA10 , 0xD73B7F1E89FD4FD1A76B2D7D5B902859 , 0xD83CB0C2F50845FD95637F0255B4F6B9 , 0xD99464091D234B32A1815CE95BBB9F6D , 0xDA03AD865C0C4AF691B9DD370E75ED82 , 0xDA531055610D4E0C996EEED81B7DCA97 , 0xDADD70C2DE5341F494C715D6EE5B55E7 , 0xDAF13999CA994A7A90A3A014F0B76B1D , 0xDBB5A72134F9423087B367565E0D59E1 , 0xDBC54B61B338420996C16B9011CE43BB , 0xDC3CF7DB525749599D8FD63EA0EE1612 , 0xDC6422B810564E9595E75B5377A2AC50 , 0xDCB42B5C6E594FD6B664B99898E9117F , 0xDCC69FD96EC54D9C8088D7EB7E979BFC , 0xDCC8DC68582541539AE1832F4F232612 , 0xDCE9DD3B621049798A0278DF3026EF56 , 0xDD5DC2BFA2884B02B7EA2F74D45F408D , 0xDEA14348261649C887779AE8D1F64CDC , 0xDF60A0ED88594630BB1862BAB698079B , 0xE031EB7575454861AD8BBA0DC4F1EE4E , 0xE074853BEF7142B4BAE9CD1C0A7A5422 , 0xE0B45949E1264C26974C13EF69EA9966 , 0xE181A37CB30F424F8D1EE977FAE7EC88 , 0xE218B96BE8A24E5A9EC974F472EC356F , 0xE21D8A88DF524889BC531EE9A2305CCF , 0xE23F373D20084B4C8EAC5EF038E4B14B , 0xE26C84C1E40149F396B1EF5F8D48BCF3 , 0xE35DD769559A499D8B81A465E19F4B03 , 0xE362C9211DC447D7AC1C19023FC47F94 , 0xE3927CE2A9E340CCA93C9FFB28D23914 , 0xE4758FC0636F4AE5940032CA3B530CFC , 0xE4974714CD8D481B92F77B1418C59AE3 , 0xE5714CC76D6A4D71AE1F5B823B1F2D46 , 0xEA018F0BB907459481E9FD94675FCF93 , 0xEAAC49048CDC4F80A8E6B434217E8CC7 , 0xEB1E8C8758474D30969A13574A802B57 , 0xEC4CCD017D0B4A3B8F1E9C8687DFA59F , 0xED4516C675AA4729B726BBE53058AE95 , 0xEEF410968F23473DB4487825A8445BC1 , 0xEF8C1694104641FE818155690362517E , 0xF0451DCEB900440F8966C4FC32C2FBED , 0xF09CD5405E464ABEAE5384D651933DBA , 0xF181C978A1B7475D894CFBAAEB66D1FF , 0xF1DBDDCC24F94E20A0A99A7BEBC92225 , 0xF231205287B840FD8F35CF09B059A72B , 0xF25B6D951C9F4C96AD91138F4402F80C , 0xF29005B2713044C4981A483D51419DF7 , 0xF2FEF8094D0842888A74574103EAB9F2 , 0xF3610DFE4042455EA36688CD8BBFE8DE , 0xF423F0C0A1F0475EB57D88DB3DC6E3F3 , 0xF56FDAAEA4D8430696A37A9BB5F3ECAB , 0xF65E6FBEB91F4402BDEC720A4806E6CD , 0xF7074453A8F449779FF0C82C5F059D7C , 0xF8A8090AE4744298ADB0A45648B53CC6 , 0xFA370EACD6584D91BCFB7BEDF52608B7 , 0xFA94A2BBA3404490A8AF9E58F393C74D , 0xFA9F6FDC1A824722967D44165C6DC250 , 0xFC7732BA51B84D3C930071040EE1FFEC , 0xFC7D3E6C72844CD381A1F329C331BAF3 , 0xFCD07379B28449B2BF44BA6D9A544EB5 , 0xFD0B42A634A946CB91FBB817A4F6F68E , 0xFDEB6B07662C4312BC81F4C609B9BD44 , 0xFF5EFAF3B9CD4057A92BB6EF63741863 , 0xFFBB4C7D1ABA4D8DADDF89C0554B39D1 )) GROUP BY `category` . `id` ;
Copy
45
1.36 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|23fb8ee9b40545a9b9d44ddd9b5c6b27|% "
6
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 '%|23fb8ee9b40545a9b9d44ddd9b5c6b27|%' AND `category` . `level` = 6 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
46
0.60 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `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"#ûŽé´\x05 E©¹ÔMÝ›\k' "
]
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` . `file_hash` as `category.media.fileHash` ,
`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` . `file_hash` as `category.media.fileHash` , `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 (0x23FB8EE9B40545A9B9D44DDD9B5C6B27 ));
Copy
47
0.29 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND (((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? ) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
b"#ûŽé´\x05 E©¹ÔMÝ›\k' "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E ) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x23FB8EE9B40545A9B9D44DDD9B5C6B27 )) GROUP BY `category` . `id` ;
Copy
48
0.45 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"E\e eZ/SJj‡,|\x06 o&%£ "
b"E\e eZ/SJj‡,|\x06 o&%£ "
]
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` = 0x451B655A2F534A6A872C7C066F2625A3 AND `language.salesChannels` . `id` = 0x451B655A2F534A6A872C7C066F2625A3 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
49
0.40 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
50
0.25 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"E\e eZ/SJj‡,|\x06 o&%£ "
]
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` = 0x451B655A2F534A6A872C7C066F2625A3 ) GROUP BY `currency` . `id` ;
Copy
51
0.30 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
52
0.26 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"¬\x14 ä\x12 ÚF\x7F ‰’f[›É[È "
b"¬\x14 ä\x12 ÚF\x7F ‰’f[›É[È "
b"¬\x14 ä\x12 ÚF\x7F ‰’f[›É[È "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xAC8F14E412DA467F8992665B9BC95BC8 OR `parent_id` = 0xAC8F14E412DA467F8992665B9BC95BC8 OR `id` = 0xAC8F14E412DA467F8992665B9BC95BC8
;
Copy
53
1.55 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `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% "
"%|ac8f14e412da467f8992665b9bc95bc8|% "
2
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` . `file_hash` as `category.media.fileHash` ,
`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` . `file_hash` as `category.media.fileHash` , `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 '%|ac8f14e412da467f8992665b9bc95bc8|%' AND (`category` . `level` > 2 AND `category` . `level` < = 4 )));
Copy
54
0.34 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND (((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? ) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? , ? , ? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
b"KMqÎK`ŠPžÍÂ86u "
b"ënz¨æCÓ„Ç7xÃu3„ "
b"þ œCo@„‡%ý‰› \x04 Û "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E ) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x4B4D719DCE9D4B608A509ECDC2383675 , 0xEB6E817AA8E643D384C73778C3753384 , 0xFEA09CAD436F40848725FD899B2004DB )) GROUP BY `category` . `id` ;
Copy
55
1.45 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|ac8f14e412da467f8992665b9bc95bc8|% "
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 '%|ac8f14e412da467f8992665b9bc95bc8|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
56
0.58 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.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` . `file_hash` as `category.media.fileHash` , `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"Za}Ó…eE” R%g‚ãÉê "
b"¬\x14 ä\x12 ÚF\x7F ‰’f[›É[È "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`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` . `file_hash` as `category.media.fileHash` , `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 (0x5A617DD385654594A052256782E3C9EA , 0xAC8F14E412DA467F8992665B9BC95BC8 ));
Copy
57
0.28 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND (((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? ) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? , ? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
b"Za}Ó…eE” R%g‚ãÉê "
b"¬\x14 ä\x12 ÚF\x7F ‰’f[›É[È "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E ) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x5A617DD385654594A052256782E3C9EA , 0xAC8F14E412DA467F8992665B9BC95BC8 )) GROUP BY `category` . `id` ;
Copy
58
0.17 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"¬\x14 ä\x12 ÚF\x7F ‰’f[›É[È "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xAC8F14E412DA467F8992665B9BC95BC8 ));
Copy
59
0.24 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Za}Ó…eE” R%g‚ãÉê "
b"Za}Ó…eE” R%g‚ãÉê "
b"Za}Ó…eE” R%g‚ãÉê "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x5A617DD385654594A052256782E3C9EA OR `parent_id` = 0x5A617DD385654594A052256782E3C9EA OR `id` = 0x5A617DD385654594A052256782E3C9EA
;
Copy
60
1.66 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` . `file_hash` as `category.media.fileHash` , `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% "
"%|5a617dd385654594a052256782e3c9ea|% "
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` . `file_hash` as `category.media.fileHash` ,
`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` . `file_hash` as `category.media.fileHash` , `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 '%|5a617dd385654594a052256782e3c9ea|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
61
0.48 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND (((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? ) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
b"\x01 ‘Zaþ‘uh˜Ó3\x17 å»\x1A Ã "
b"\x01 ˜Ádú?}?³ç°1â±tD "
b"\x08\x18\x11 "½ÈI〠°çFo\x03 Õ "
b"GHu•–£LH·\e YµÙÊ B "
b"KMqÎK`ŠPžÍÂ86u "
b"X~c"XsG¢›Ës!Ë\x07 3\x00 "
b"[\x07 ¶›d“Ce¸l±Ç#¹½* "
b"""
lÃJœ¹{IϽ¬\x14 mð\x1D \n
$
"""
b"ŠÑUÜaEI¼\MWO\e Ú„ "
b"šòoÛ%¢DÿŸÇÙ‰\x03 ·ù» "
b"›"À…ù?@\x02 »³œíœ\x1E ¥¯ "
b"¬\x14 ä\x12 ÚF\x7F ‰’f[›É[È "
b"¼–\x18 ïýäJÄš/‚Õ\x18 ÿ%¡ "
b"Õª˜LW\x08 L¥›oÕ4”EÙÎ "
b"åGøXBöO\x1C ©<ˆ&\x1D ’\x7F 9 "
b"ënz¨æCÓ„Ç7xÃu3„ "
b"÷\x00 {Àä°Ku»ÄxéXüßù "
b"þ œCo@„‡%ý‰› \x04 Û "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E ) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x01915A61FE91756898D33317E5BB1AC3 , 0x0198C164FA3F7D3FB3E7B031E2B17444 , 0x08181122BDC849E380A0B0E7466F03D5 , 0x4748759596A34C48B71B59B5D9CAA042 , 0x4B4D719DCE9D4B608A509ECDC2383675 , 0x587E6322587347A29BCB7321CB073300 , 0x5B07B69B64934365B86CB1C723B9BD2A , 0x6CC34A9CB97B49CFBDAC146DF01D0A24 , 0x8AD155DC614549ADBC5C4D574F1BDA84 , 0x9AF26FDB25A244FF9FC7D98903B7F9BB , 0x9B22C085F93F4002BBB39CED9C1EA5AF , 0xAC8F14E412DA467F8992665B9BC95BC8 , 0xBC9618EFFDE44AC49A2F82D518FF25A1 , 0xD5AA984C57084CA59B6FD5349445D9CE , 0xE547F85842F64F1CA93C88261D927F39 , 0xEB6E817AA8E643D384C73778C3753384 , 0xF7007BC0E4B04B75BBC478E958FCDFF9 , 0xFEA09CAD436F40848725FD899B2004DB )) GROUP BY `category` . `id` ;
Copy
62
1.53 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% "
"%|5a617dd385654594a052256782e3c9ea|% "
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 '%|5a617dd385654594a052256782e3c9ea|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
63
0.60 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `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"Za}Ó…eE” R%g‚ãÉê "
]
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` . `file_hash` as `category.media.fileHash` ,
`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` . `file_hash` as `category.media.fileHash` , `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 (0x5A617DD385654594A052256782E3C9EA ));
Copy
64
0.27 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND (((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? ) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
b"Za}Ó…eE” R%g‚ãÉê "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E ) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x5A617DD385654594A052256782E3C9EA )) GROUP BY `category` . `id` ;
Copy
65
0.17 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Za}Ó…eE” R%g‚ãÉê "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x5A617DD385654594A052256782E3C9EA ));
Copy
66
0.38 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"E\e eZ/SJj‡,|\x06 o&%£ "
]
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` = 0x451B655A2F534A6A872C7C066F2625A3 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
67
0.65 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` . `file_hash` as `payment_method.media.fileHash` , `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"ÞÜ(\x07 o\x1F N²¦2F\x06 †á9 "
b".·kcµI ÞO®-\x06 wÀb "
b"""
jú\n
Åá\x11 OO†H¢w«BHö
"""
b"\x18 v›-…¾M@š×Çá\x10\x16 ³# "
b"À\e ¸\e\x12 ÎK³’%üî*ô7 "
b"ýU"OÙ\e Dô¯â7j\x17 ¦‹] "
b"ñï6SŒYMÅ€µž( j\x12 — "
b"íà[q›!AC¤Ë\x1C\x02\x16 ¸RÞ "
b"\x1E JÓfó’B\e ºIH—\x17 Ò\x1D\x0F "
]
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` . `file_hash` as `payment_method.media.fileHash` ,
`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` . `file_hash` as `payment_method.media.fileHash` , `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 (0xDEDC28076F1F4EB2A63246069086E139 , 0x2EB76B63B549A0DE4FAE2D0677C09062 , 0x6AFA0AC5E1114F4F8648A277AB4248F6 , 0x18769B2D85BE4D409AD7C7E11016B323 , 0xC01BB81B12CE4BB39225FCEE2A9DF437 , 0xFD55224FD91B44F4AFE2376A17A68B5D , 0xF1EF36538C594DC580B59E28206A1297 , 0xEDE05B719B214143A4CB1C0216B852DE , 0x1E4AD366F392421BBA49489717D21D0F );
Copy
68
0.32 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"E\e eZ/SJj‡,|\x06 o&%£ "
"KlarnaPayment.settings.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x451B655A2F534A6A872C7C066F2625A3 ) AND (configuration_key LIKE 'KlarnaPayment.settings.%' ) ORDER BY sales_channel_id ASC ;
Copy
69
0.47 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"E\e eZ/SJj‡,|\x06 o&%£ "
]
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` = 0x451B655A2F534A6A872C7C066F2625A3 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
70
0.67 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` . `file_hash` as `shipping_method.media.fileHash` , `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"²\x08\x02\x05 †‰JÙ¡Èà·wÏœo "
b"”bN\x03 ›¬L‹Œ%Ńã¾\x04 Ù "
b"\x01 –Øoôþ\x7F Á—hBd;¼.Ï "
b"ˆ\x02 ° csN\x0F µu¶\x16\x05 Ù· "
b"\x01 ŒC2‡§y#‹ýîñ!\x15\x1D J "
b"AÄ~WájFîæ|\x1E †R•\x19 "
]
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` . `file_hash` as `shipping_method.media.fileHash` ,
`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` . `file_hash` as `shipping_method.media.fileHash` , `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 (0xB208020586894AD9A1C8E0B777CF9C6F , 0x94624E039BAC4C8B8C25C583E3BE04D9 , 0x0196D86FF4FE7FC1976842643BBC2ECF , 0x8802B0A063734E0FB575B6160581D9B7 , 0x018C433287A779238BFDEEF121151D4A , 0x41C47E57E16A46EEADE67C1E86529519 );
Copy
71
0.93 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` , (SELECT GROUP_CONCAT (HEX (`sales_channel.paymentMethods.mapping` . `payment_method_id` ) SEPARATOR '||' )
FROM `sales_channel_payment_method` `sales_channel.paymentMethods.mapping`
WHERE `sales_channel.paymentMethods.mapping` . `sales_channel_id` = `sales_channel` . `id` ) as `sales_channel.paymentMethods.id_mapping` , `sales_channel.country` . `id` as `sales_channel.country.id` , `sales_channel.country` . `iso` as `sales_channel.country.iso` , `sales_channel.country` . `position` as `sales_channel.country.position` , `sales_channel.country` . `active` as `sales_channel.country.active` , `sales_channel.country` . `shipping_available` as `sales_channel.country.shippingAvailable` , `sales_channel.country` . `iso3` as `sales_channel.country.iso3` , `sales_channel.country` . `display_state_in_registration` as `sales_channel.country.displayStateInRegistration` , `sales_channel.country` . `force_state_in_registration` as `sales_channel.country.forceStateInRegistration` , `sales_channel.country` . `check_vat_id_pattern` as `sales_channel.country.checkVatIdPattern` , `sales_channel.country` . `vat_id_required` as `sales_channel.country.vatIdRequired` , `sales_channel.country` . `vat_id_pattern` as `sales_channel.country.vatIdPattern` , `sales_channel.country` . `customer_tax` as `sales_channel.country.customerTax` , `sales_channel.country` . `company_tax` as `sales_channel.country.companyTax` , `sales_channel.country` . `postal_code_required` as `sales_channel.country.postalCodeRequired` , `sales_channel.country` . `check_postal_code_pattern` as `sales_channel.country.checkPostalCodePattern` , `sales_channel.country` . `check_advanced_postal_code_pattern` as `sales_channel.country.checkAdvancedPostalCodePattern` , `sales_channel.country` . `advanced_postal_code_pattern` as `sales_channel.country.advancedPostalCodePattern` , `sales_channel.country` . `default_postal_code_pattern` as `sales_channel.country.defaultPostalCodePattern` , `sales_channel.country` . `is_eu` as `sales_channel.country.isEu` , `sales_channel.country` . `created_at` as `sales_channel.country.createdAt` , `sales_channel.country` . `updated_at` as `sales_channel.country.updatedAt` , `sales_channel.country.translation.name` , `sales_channel.country.translation.name` as `sales_channel.country.name` , `sales_channel.country.translation.addressFormat` , `sales_channel.country.translation.addressFormat` as `sales_channel.country.addressFormat` , `sales_channel.country.translation.customFields` , `sales_channel.country.translation.customFields` as `sales_channel.country.customFields` , `sales_channel.language` . `id` as `sales_channel.language.id` , `sales_channel.language` . `parent_id` as `sales_channel.language.parentId` , `sales_channel.language` . `locale_id` as `sales_channel.language.localeId` , `sales_channel.language` . `translation_code_id` as `sales_channel.language.translationCodeId` , `sales_channel.language` . `name` as `sales_channel.language.name` , `sales_channel.language` . `custom_fields` as `sales_channel.language.customFields` , `sales_channel.language` . `created_at` as `sales_channel.language.createdAt` , `sales_channel.language` . `updated_at` as `sales_channel.language.updatedAt` , `sales_channel.language.locale` . `id` as `sales_channel.language.locale.id` , `sales_channel.language.locale` . `code` as `sales_channel.language.locale.code` , `sales_channel.language.locale` . `created_at` as `sales_channel.language.locale.createdAt` , `sales_channel.language.locale` . `updated_at` as `sales_channel.language.locale.updatedAt` , `sales_channel.language.locale.translation.name` , `sales_channel.language.locale.translation.name` as `sales_channel.language.locale.name` , `sales_channel.language.locale.translation.territory` , `sales_channel.language.locale.translation.territory` as `sales_channel.language.locale.territory` , `sales_channel.language.locale.translation.customFields` , `sales_channel.language.locale.translation.customFields` as `sales_channel.language.locale.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 `country` `sales_channel.country` ON `sales_channel` . `country_id` = `sales_channel.country` . `id` LEFT JOIN `language` `sales_channel.language` ON `sales_channel` . `language_id` = `sales_channel.language` . `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.country.translation` . `country_id` , `sales_channel.country.translation` . `name` as `sales_channel.country.translation.name` , `sales_channel.country.translation` . `custom_fields` as `sales_channel.country.translation.customFields` , `sales_channel.country.translation` . `address_format` as `sales_channel.country.translation.addressFormat` FROM `country_translation` `sales_channel.country.translation` WHERE `sales_channel.country.translation` . `language_id` = ? ) `sales_channel.country.country_translation` ON `sales_channel.country.country_translation` . `country_id` = `sales_channel.country` . `id` LEFT JOIN `locale` `sales_channel.language.locale` ON `sales_channel.language` . `locale_id` = `sales_channel.language.locale` . `id` LEFT JOIN (SELECT `sales_channel.language.locale.translation` . `locale_id` , `sales_channel.language.locale.translation` . `name` as `sales_channel.language.locale.translation.name` , `sales_channel.language.locale.translation` . `territory` as `sales_channel.language.locale.translation.territory` , `sales_channel.language.locale.translation` . `custom_fields` as `sales_channel.language.locale.translation.customFields` FROM `locale_translation` `sales_channel.language.locale.translation` WHERE `sales_channel.language.locale.translation` . `language_id` = ? ) `sales_channel.language.locale.locale_translation` ON `sales_channel.language.locale.locale_translation` . `locale_id` = `sales_channel.language.locale` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"E\e eZ/SJj‡,|\x06 o&%£ "
]
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` ,
(
SELECT
GROUP_CONCAT (
HEX (
`sales_channel.paymentMethods.mapping` . `payment_method_id`
) SEPARATOR '||'
)
FROM
`sales_channel_payment_method` `sales_channel.paymentMethods.mapping`
WHERE
`sales_channel.paymentMethods.mapping` . `sales_channel_id` = `sales_channel` . `id`
) as `sales_channel.paymentMethods.id_mapping` ,
`sales_channel.country` . `id` as `sales_channel.country.id` ,
`sales_channel.country` . `iso` as `sales_channel.country.iso` ,
`sales_channel.country` . `position` as `sales_channel.country.position` ,
`sales_channel.country` . `active` as `sales_channel.country.active` ,
`sales_channel.country` . `shipping_available` as `sales_channel.country.shippingAvailable` ,
`sales_channel.country` . `iso3` as `sales_channel.country.iso3` ,
`sales_channel.country` . `display_state_in_registration` as `sales_channel.country.displayStateInRegistration` ,
`sales_channel.country` . `force_state_in_registration` as `sales_channel.country.forceStateInRegistration` ,
`sales_channel.country` . `check_vat_id_pattern` as `sales_channel.country.checkVatIdPattern` ,
`sales_channel.country` . `vat_id_required` as `sales_channel.country.vatIdRequired` ,
`sales_channel.country` . `vat_id_pattern` as `sales_channel.country.vatIdPattern` ,
`sales_channel.country` . `customer_tax` as `sales_channel.country.customerTax` ,
`sales_channel.country` . `company_tax` as `sales_channel.country.companyTax` ,
`sales_channel.country` . `postal_code_required` as `sales_channel.country.postalCodeRequired` ,
`sales_channel.country` . `check_postal_code_pattern` as `sales_channel.country.checkPostalCodePattern` ,
`sales_channel.country` . `check_advanced_postal_code_pattern` as `sales_channel.country.checkAdvancedPostalCodePattern` ,
`sales_channel.country` . `advanced_postal_code_pattern` as `sales_channel.country.advancedPostalCodePattern` ,
`sales_channel.country` . `default_postal_code_pattern` as `sales_channel.country.defaultPostalCodePattern` ,
`sales_channel.country` . `is_eu` as `sales_channel.country.isEu` ,
`sales_channel.country` . `created_at` as `sales_channel.country.createdAt` ,
`sales_channel.country` . `updated_at` as `sales_channel.country.updatedAt` ,
`sales_channel.country.translation.name` ,
`sales_channel.country.translation.name` as `sales_channel.country.name` ,
`sales_channel.country.translation.addressFormat` ,
`sales_channel.country.translation.addressFormat` as `sales_channel.country.addressFormat` ,
`sales_channel.country.translation.customFields` ,
`sales_channel.country.translation.customFields` as `sales_channel.country.customFields` ,
`sales_channel.language` . `id` as `sales_channel.language.id` ,
`sales_channel.language` . `parent_id` as `sales_channel.language.parentId` ,
`sales_channel.language` . `locale_id` as `sales_channel.language.localeId` ,
`sales_channel.language` . `translation_code_id` as `sales_channel.language.translationCodeId` ,
`sales_channel.language` . `name` as `sales_channel.language.name` ,
`sales_channel.language` . `custom_fields` as `sales_channel.language.customFields` ,
`sales_channel.language` . `created_at` as `sales_channel.language.createdAt` ,
`sales_channel.language` . `updated_at` as `sales_channel.language.updatedAt` ,
`sales_channel.language.locale` . `id` as `sales_channel.language.locale.id` ,
`sales_channel.language.locale` . `code` as `sales_channel.language.locale.code` ,
`sales_channel.language.locale` . `created_at` as `sales_channel.language.locale.createdAt` ,
`sales_channel.language.locale` . `updated_at` as `sales_channel.language.locale.updatedAt` ,
`sales_channel.language.locale.translation.name` ,
`sales_channel.language.locale.translation.name` as `sales_channel.language.locale.name` ,
`sales_channel.language.locale.translation.territory` ,
`sales_channel.language.locale.translation.territory` as `sales_channel.language.locale.territory` ,
`sales_channel.language.locale.translation.customFields` ,
`sales_channel.language.locale.translation.customFields` as `sales_channel.language.locale.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 `country` `sales_channel.country` ON `sales_channel` . `country_id` = `sales_channel.country` . `id`
LEFT JOIN `language` `sales_channel.language` ON `sales_channel` . `language_id` = `sales_channel.language` . `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.country.translation` . `country_id` ,
`sales_channel.country.translation` . `name` as `sales_channel.country.translation.name` ,
`sales_channel.country.translation` . `custom_fields` as `sales_channel.country.translation.customFields` ,
`sales_channel.country.translation` . `address_format` as `sales_channel.country.translation.addressFormat`
FROM
`country_translation` `sales_channel.country.translation`
WHERE
`sales_channel.country.translation` . `language_id` = ?
) `sales_channel.country.country_translation` ON `sales_channel.country.country_translation` . `country_id` = `sales_channel.country` . `id`
LEFT JOIN `locale` `sales_channel.language.locale` ON `sales_channel.language` . `locale_id` = `sales_channel.language.locale` . `id`
LEFT JOIN (
SELECT
`sales_channel.language.locale.translation` . `locale_id` ,
`sales_channel.language.locale.translation` . `name` as `sales_channel.language.locale.translation.name` ,
`sales_channel.language.locale.translation` . `territory` as `sales_channel.language.locale.translation.territory` ,
`sales_channel.language.locale.translation` . `custom_fields` as `sales_channel.language.locale.translation.customFields`
FROM
`locale_translation` `sales_channel.language.locale.translation`
WHERE
`sales_channel.language.locale.translation` . `language_id` = ?
) `sales_channel.language.locale.locale_translation` ON `sales_channel.language.locale.locale_translation` . `locale_id` = `sales_channel.language.locale` . `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` , (SELECT GROUP_CONCAT (HEX (`sales_channel.paymentMethods.mapping` . `payment_method_id` ) SEPARATOR '||' )
FROM `sales_channel_payment_method` `sales_channel.paymentMethods.mapping`
WHERE `sales_channel.paymentMethods.mapping` . `sales_channel_id` = `sales_channel` . `id` ) as `sales_channel.paymentMethods.id_mapping` , `sales_channel.country` . `id` as `sales_channel.country.id` , `sales_channel.country` . `iso` as `sales_channel.country.iso` , `sales_channel.country` . `position` as `sales_channel.country.position` , `sales_channel.country` . `active` as `sales_channel.country.active` , `sales_channel.country` . `shipping_available` as `sales_channel.country.shippingAvailable` , `sales_channel.country` . `iso3` as `sales_channel.country.iso3` , `sales_channel.country` . `display_state_in_registration` as `sales_channel.country.displayStateInRegistration` , `sales_channel.country` . `force_state_in_registration` as `sales_channel.country.forceStateInRegistration` , `sales_channel.country` . `check_vat_id_pattern` as `sales_channel.country.checkVatIdPattern` , `sales_channel.country` . `vat_id_required` as `sales_channel.country.vatIdRequired` , `sales_channel.country` . `vat_id_pattern` as `sales_channel.country.vatIdPattern` , `sales_channel.country` . `customer_tax` as `sales_channel.country.customerTax` , `sales_channel.country` . `company_tax` as `sales_channel.country.companyTax` , `sales_channel.country` . `postal_code_required` as `sales_channel.country.postalCodeRequired` , `sales_channel.country` . `check_postal_code_pattern` as `sales_channel.country.checkPostalCodePattern` , `sales_channel.country` . `check_advanced_postal_code_pattern` as `sales_channel.country.checkAdvancedPostalCodePattern` , `sales_channel.country` . `advanced_postal_code_pattern` as `sales_channel.country.advancedPostalCodePattern` , `sales_channel.country` . `default_postal_code_pattern` as `sales_channel.country.defaultPostalCodePattern` , `sales_channel.country` . `is_eu` as `sales_channel.country.isEu` , `sales_channel.country` . `created_at` as `sales_channel.country.createdAt` , `sales_channel.country` . `updated_at` as `sales_channel.country.updatedAt` , `sales_channel.country.translation.name` , `sales_channel.country.translation.name` as `sales_channel.country.name` , `sales_channel.country.translation.addressFormat` , `sales_channel.country.translation.addressFormat` as `sales_channel.country.addressFormat` , `sales_channel.country.translation.customFields` , `sales_channel.country.translation.customFields` as `sales_channel.country.customFields` , `sales_channel.language` . `id` as `sales_channel.language.id` , `sales_channel.language` . `parent_id` as `sales_channel.language.parentId` , `sales_channel.language` . `locale_id` as `sales_channel.language.localeId` , `sales_channel.language` . `translation_code_id` as `sales_channel.language.translationCodeId` , `sales_channel.language` . `name` as `sales_channel.language.name` , `sales_channel.language` . `custom_fields` as `sales_channel.language.customFields` , `sales_channel.language` . `created_at` as `sales_channel.language.createdAt` , `sales_channel.language` . `updated_at` as `sales_channel.language.updatedAt` , `sales_channel.language.locale` . `id` as `sales_channel.language.locale.id` , `sales_channel.language.locale` . `code` as `sales_channel.language.locale.code` , `sales_channel.language.locale` . `created_at` as `sales_channel.language.locale.createdAt` , `sales_channel.language.locale` . `updated_at` as `sales_channel.language.locale.updatedAt` , `sales_channel.language.locale.translation.name` , `sales_channel.language.locale.translation.name` as `sales_channel.language.locale.name` , `sales_channel.language.locale.translation.territory` , `sales_channel.language.locale.translation.territory` as `sales_channel.language.locale.territory` , `sales_channel.language.locale.translation.customFields` , `sales_channel.language.locale.translation.customFields` as `sales_channel.language.locale.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 `country` `sales_channel.country` ON `sales_channel` . `country_id` = `sales_channel.country` . `id` LEFT JOIN `language` `sales_channel.language` ON `sales_channel` . `language_id` = `sales_channel.language` . `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.country.translation` . `country_id` , `sales_channel.country.translation` . `name` as `sales_channel.country.translation.name` , `sales_channel.country.translation` . `custom_fields` as `sales_channel.country.translation.customFields` , `sales_channel.country.translation` . `address_format` as `sales_channel.country.translation.addressFormat` FROM `country_translation` `sales_channel.country.translation` WHERE `sales_channel.country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.country.country_translation` ON `sales_channel.country.country_translation` . `country_id` = `sales_channel.country` . `id` LEFT JOIN `locale` `sales_channel.language.locale` ON `sales_channel.language` . `locale_id` = `sales_channel.language.locale` . `id` LEFT JOIN (SELECT `sales_channel.language.locale.translation` . `locale_id` , `sales_channel.language.locale.translation` . `name` as `sales_channel.language.locale.translation.name` , `sales_channel.language.locale.translation` . `territory` as `sales_channel.language.locale.translation.territory` , `sales_channel.language.locale.translation` . `custom_fields` as `sales_channel.language.locale.translation.customFields` FROM `locale_translation` `sales_channel.language.locale.translation` WHERE `sales_channel.language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.language.locale.locale_translation` ON `sales_channel.language.locale.locale_translation` . `locale_id` = `sales_channel.language.locale` . `id` WHERE `sales_channel` . `id` IN (0x451B655A2F534A6A872C7C066F2625A3 );
Copy
72
0.49 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.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 (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` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 R\r ÔÎp/±‘å/É\x15 L+ "
b"\x01 R\r Ö\x11 pe¨ËEQ1¬Žb "
b"\x18 v›-…¾M@š×Çá\x10\x16 ³# "
b"\x1E JÓfó’B\e ºIH—\x17 Ò\x1D\x0F "
b".·kcµI ÞO®-\x06 wÀb "
b"""
jú\n
Åá\x11 OO†H¢w«BHö
"""
b"À\e ¸\e\x12 ÎK³’%üî*ô7 "
b"ÞÜ(\x07 o\x1F N²¦2F\x06 †á9 "
b"íà[q›!AC¤Ë\x1C\x02\x16 ¸RÞ "
b"ñï6SŒYMÅ€µž( j\x12 — "
b"ýU"OÙ\e Dô¯â7j\x17 ¦‹] "
]
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.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 (
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`
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.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 (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` WHERE `payment_method` . `id` IN (0x018F520DD4CE702FB191E52FC9154C2B , 0x018F520DD6117065A8CB455131AC8D62 , 0x18769B2D85BE4D409AD7C7E11016B323 , 0x1E4AD366F392421BBA49489717D21D0F , 0x2EB76B63B549A0DE4FAE2D0677C09062 , 0x6AFA0AC5E1114F4F8648A277AB4248F6 , 0xC01BB81B12CE4BB39225FCEE2A9DF437 , 0xDEDC28076F1F4EB2A63246069086E139 , 0xEDE05B719B214143A4CB1C0216B852DE , 0xF1EF36538C594DC580B59E28206A1297 , 0xFD55224FD91B44F4AFE2376A17A68B5D );
Copy
73
0.25 ms
SELECT pm . `handler_identifier` , LOWER (HEX (sc_pm . `payment_method_id` ))
FROM `sales_channel_payment_method` AS sc_pm
LEFT JOIN `payment_method` AS pm ON pm . `id` = sc_pm . `payment_method_id`
WHERE sc_pm . `sales_channel_id` = ? AND pm . `active` = 1
Parameters :
[
b"E\e eZ/SJj‡,|\x06 o&%£ "
]
SELECT pm . `handler_identifier` , LOWER (HEX (sc_pm . `payment_method_id` ))
FROM `sales_channel_payment_method` AS sc_pm
LEFT JOIN `payment_method` AS pm ON pm . `id` = sc_pm . `payment_method_id`
WHERE sc_pm . `sales_channel_id` = 0x451B655A2F534A6A872C7C066F2625A3 AND pm . `active` = 1 ;
Copy
74
0.16 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
75
0.37 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
76
0.19 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
77
0.35 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
78
0.17 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
79
0.16 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"j\x13 ȆÅmNK’/¤Ñ»\x1D ãµ "
]
SELECT iso FROM snippet_set WHERE id = 0x6A13C886C56D4E4B922FA4D1BB1DE3B5 ;
Copy
80
0.23 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"E\e eZ/SJj‡,|\x06 o&%£ "
]
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 = 0x451B655A2F534A6A872C7C066F2625A3
;
Copy
81
0.57 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 "
"TcinnA11yToolbarApp "
]
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` = 'TcinnA11yToolbarApp' );
Copy
82
0.15 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
83
0.43 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"j\x13 ȆÅmNK’/¤Ñ»\x1D ãµ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x6A13C886C56D4E4B922FA4D1BB1DE3B5 ;
Copy
84
0.63 ms
SELECT
LOWER (HEX (advanced_search_config . id )) AS id ,
advanced_search_config . and_logic AS andLogic ,
advanced_search_config . min_search_length AS minSearchLength ,
advanced_search_config . es_enabled AS esEnabled ,
advanced_search_config . hit_count AS hitCount ,
CONCAT (
'[' ,
GROUP_CONCAT (DISTINCT
JSON_OBJECT (
'field' , advanced_search_config_field . field ,
'entity' , advanced_search_config_field . entity ,
'tokenize' , advanced_search_config_field . tokenize ,
'searchable' , advanced_search_config_field . searchable ,
'ranking' , advanced_search_config_field . ranking
)
),
']'
) as searchableFields
FROM advanced_search_config
LEFT JOIN advanced_search_config_field ON advanced_search_config_field . config_id = advanced_search_config . id AND advanced_search_config_field . searchable = 1
WHERE advanced_search_config . sales_channel_id = ?
GROUP BY advanced_search_config . id
Parameters :
[
b"E\e eZ/SJj‡,|\x06 o&%£ "
]
SELECT
LOWER (HEX (advanced_search_config . id )) AS id ,
advanced_search_config . and_logic AS andLogic ,
advanced_search_config . min_search_length AS minSearchLength ,
advanced_search_config . es_enabled AS esEnabled ,
advanced_search_config . hit_count AS hitCount ,
CONCAT (
'[' ,
GROUP_CONCAT (DISTINCT
JSON_OBJECT (
'field' , advanced_search_config_field . field ,
'entity' , advanced_search_config_field . entity ,
'tokenize' , advanced_search_config_field . tokenize ,
'searchable' , advanced_search_config_field . searchable ,
'ranking' , advanced_search_config_field . ranking
)
),
']'
) as searchableFields
FROM advanced_search_config
LEFT JOIN advanced_search_config_field ON advanced_search_config_field . config_id = advanced_search_config . id AND advanced_search_config_field . searchable = 1
WHERE advanced_search_config . sales_channel_id = 0x451B655A2F534A6A872C7C066F2625A3
GROUP BY advanced_search_config . id ;
Copy
85
0.28 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"¢z¼`â¶JίBW\x1E\x19 y°T "
]
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 (0xA27ABC60E2B64ACEAF42571E1979B054 );
Copy
86
0.17 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
87
0.28 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"¢z¼`â¶JίBW\x1E\x19 y°T "
b"½'Ÿó¼óJ슾/gª%0o "
b"G6è×¥æL<¹NŽ\x15 dg¢X "
b"\f W裹wG/\x0E (º½Ý&f "
b"•ÌAx÷ÉJV™÷Ûv\x03 ïòì "
b"ÎåAB²ÞBò¤æñ\x02 5ï8ý "
]
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 (0xA27ABC60E2B64ACEAF42571E1979B054 , 0xBD279FF3BCF34AEC8ABE2F67AA25306F , 0x4736E8D7A5E64C3CB94E8E156467A258 , 0x0C57E8A3B977472FAD0E28BABDDD2666 , 0x95CC4178F7C94A5699F7DB7603EFF2EC , 0xCEE54142B2DE42F2A4E6F10235EF38FD );
Copy
88
14.11 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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `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 `product` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `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 `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? ) AND `product.swagDynamicAccessRules` . `id` < = > ? ) OR (`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > ? AND `product.swagDynamicAccessRules` . `id` < = > ? )) AND IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) IN (? ))) 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% "
20
b"E\e eZ/SJj‡,|\x06 o&%£ "
true
null
true
false
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
null
b"ìôöÐæ\x00 @톱\ƒÊøLÚ "
]
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `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 `product` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `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 `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 20 ) AND `product.visibilities` . `sales_channel_id` = 0x451B655A2F534A6A872C7C066F2625A3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E ) AND `product.swagDynamicAccessRules` . `id` < = > NULL ) OR (`product.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > NULL AND `product.swagDynamicAccessRules` . `id` < = > NULL )) AND IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) IN (0xECF4F6D0E60040ED86B15C83CAF84CDA ))) GROUP BY `product` . `display_group` ORDER BY MIN (COALESCE (`product.translation.name` , `product.parent.translation.name` )) ASC , MIN (`product` . `id` ) ASC LIMIT 24 ;
Copy
89
13.57 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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `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 `product` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `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 `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? ) AND `product.swagDynamicAccessRules` . `id` < = > ? ) OR (`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > ? AND `product.swagDynamicAccessRules` . `id` < = > ? )) AND IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) IN (? ))) GROUP BY `product` . `display_group` ) total
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
20
b"E\e eZ/SJj‡,|\x06 o&%£ "
true
null
true
false
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
null
b"ìôöÐæ\x00 @톱\ƒÊøLÚ "
]
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `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 `product` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `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 `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 20 ) AND `product.visibilities` . `sales_channel_id` = 0x451B655A2F534A6A872C7C066F2625A3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E ) AND `product.swagDynamicAccessRules` . `id` < = > NULL ) OR (`product.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > NULL AND `product.swagDynamicAccessRules` . `id` < = > NULL )) AND IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) IN (0xECF4F6D0E60040ED86B15C83CAF84CDA ))) GROUP BY `product` . `display_group` ) total ;
Copy
90
39.38 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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? ) AND `product.swagDynamicAccessRules` . `id` < = > ? ) OR (`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > ? AND `product.swagDynamicAccessRules` . `id` < = > ? )))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
20
b"E\e eZ/SJj‡,|\x06 o&%£ "
true
null
true
false
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
null
]
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 20 ) AND `product.visibilities` . `sales_channel_id` = 0x451B655A2F534A6A872C7C066F2625A3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E ) AND `product.swagDynamicAccessRules` . `id` < = > NULL ) OR (`product.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > NULL AND `product.swagDynamicAccessRules` . `id` < = > NULL )))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
91
0.60 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"\x01 ‹¹\x15 ޽tÌ·\x11 ÃÔÐået "
b"\x01 ŽÖY\x00 ©zR§sgþ˜žŠ\f "
b"\x01 ‘5à0»\x7F \x02 ]\x11\x1E †ž "
b"\x01 ”î½6ò{ˆ”OP·ûÕóC "
b"\x01 ”ïJtîy>¾C~&}\x15 e! "
b"\t Ò››¨gN6»1Ý#ž5IU "
b"""
\f \n
}R\x01 _F2·°Œ¿¢é\x1C
"""
b"!ØœEç†B\v ©®§R\x1C &J\x06 "
b"'\x15 ²s·Ow¨Ø\x05\x05 ûðQÙ "
b"*¤¢€\x13 I¢ŸgÞzu\B\x03 "
b"/Žî çÕG¤¥£Z\x10 ‚«Ó2 "
b"0ÎZ³ÏCO¸d¥gsÉ\x17 Õ "
b"=œ¥Î×nNZ»Ã'\¡‹æ³ "
b"?²¤rºBCð¬·@#í\x13 ј "
b"Nì\x04 ¯²qM¿¬Ü\f |ìû–\x0E "
b"P¯eue\x1A B’•deí'\r\r ¸ "
b"eå\t qŒ_Cè¶=®¼ürwM "
b"j)ô\x19 º/BDŒŽõ0Ý\x1A U "
b"oY§‹«JG.ªÊ\x19\x0E Q[ä\x19 "
b"rÀÜIimL~¡Ñr½"\v Î| "
b"|Àð\x04\x05 ÑG‰ [ôK“\x01\x14 # "
b"‚º8CμF;³¹ì\r ÷¥‹i "
b"ŠœâådO\x1F ¬Ò\t ýétI— "
b"R¦õw·F\x1D ©—.Û\x01\x7F & "
b"š~ûYÜA}á\x1D ò\r É\v ë "
b"“¥;\v\x1A ÐCÿ¨²*×zEaÞ "
b"”y)mHûGÖ\x18 à„¸+` "
b"ž“\x1F ¾¹lE@‹OùB.<¡< "
b"«ª·2B´Dx¼h®îË·%® "
b"°½ÅaOü’ã\x1F\x1C Q\x07 &p "
b"°¢ÃLµHG¾§H©\x0F 9c» "
b"Àß\x1C F!\x05 N΄\x1F ¦]@6¿5 "
b"ÎJ‚\x16 C/Oׂ-\e aÁ8™\r "
b"Ï\x03 Åy\x1D _@¨—Ð\x00 xhŒ; "
b"Ò$É™ÝâI§©\x13\x11 £¡ƒ±þ "
b"×Ü\x1C W#LAˆ¯2=Üà\x1F ¼¤ "
b"ܽÕä\e 5@¼´¤Lªáª–\x02 "
b"ãÄŽ²¡WFe‘¦\r ôVvmd "
b"""
è}\n
ÂK\r Cö›\x14\x10 ±é•ïƒ
"""
b"ìôöÐæ\x00 @톱\ƒÊøLÚ "
b"ñÀÃùî°Còœa¢Ókì1\x14 "
b"þ´…\x1C G6L΃\x1C R¢\x1A ¦–^ "
]
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 (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.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 (0x018BB9158DBD74CCB711C3D4D0E56574 , 0x018DD65900A97A52A77367FE989E8A0C , 0x019135E030BB7FA090025D81111E869E , 0x0194EEBD36F27B88944F50B7FBD5F343 , 0x0194EF4A74EE793EBE437E267D156521 , 0x09D29B9BA8674E36BB31DD239E354955 , 0x0C0A7D52015F4632B7B08CBFA2E91C81 , 0x21D89C45E786420BA9AEA7521C264A06 , 0x279D15B273B74F77A8D80505FBF051D9 , 0x2AA4ADA2801349A29F67DE7A755C4203 , 0x2F8DEEA0E7D547A4A5A35A1082ABD332 , 0x30CE5AB3CF434F90B864A56773C917D5 , 0x3D9CA5CED76E4E5ABBC3275CA18BE6B3 , 0x3FB2A472BA4243F0ACB74023ED13D198 , 0x4EEC04AFB2714DBFACDC0C7CECFB960E , 0x50AF6575651A4292956465ED270D0DB8 , 0x65E509718C5F43E8B63DAEBCFC72774D , 0x6A29F419BA2F42448C8EF530DD1A55C2 , 0x6F59A78BAB4A472EAACA190E515BE419 , 0x72C0DC49696D4C7EA1D172BD220BCE7C , 0x7CC0F00405D14789A05BF44B93011423 , 0x82BA3843CEBC463BB3B9EC0DF7A58B69 , 0x8A9CE2E590644F1FACD209FDE9744997 , 0x8F52A6F577B7461DADA9972EDB017F26 , 0x909A7EFB59DC417D81E11DF20DC90BEB , 0x93A53B0B1AD043FFA8B22AD77A4561DE , 0x9479296D48FB47D69018E08184B82B60 , 0x9E931FBEB96C45408B4FF9422E3CA13C , 0xABAAB73242B44478BC68AEEECBB725AE , 0xB090BDC590614FFC92E31F1C51072670 , 0xB0A2C34CB54847BEA78148A90F3963BB , 0xC0DF1C4621054ECE841FA65D4036BF35 , 0xCE4A8216432F4FD7822D1B61C138990D , 0xCF03C5791D5F40A897D00078688C903B , 0xD224C999DDE249A7A91311A3A183B1FE , 0xD7DC1C57234C4188AF323DDCE01FBCA4 , 0xDCBDD5E41B3540BCB4A44CAAE1AA9602 , 0xE3C48DB2A157466591A60DF456766D64 , 0xE87D0AC24B0D43F69B1410B1E995EF83 , 0xECF4F6D0E60040ED86B15C83CAF84CDA , 0xF1C0C3F9EEB043F29C61A2D36BEC3114 , 0xFEB4851C47364CCE831C52A21AA6965E ));
Copy
92
99.74 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule8cf0d608ebfb4788801159104154a4b2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0194f95957367e8aa976f3e47d30ca8b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4fd250f2fd7d42d684bf9f07d69adea0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled3b4db9639fc41fda9fc905f0c32377e.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` , "$.rule8cf0d608ebfb4788801159104154a4b2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0194f95957367e8aa976f3e47d30ca8b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4fd250f2fd7d42d684bf9f07d69adea0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled3b4db9639fc41fda9fc905f0c32377e.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` , "$.rule8cf0d608ebfb4788801159104154a4b2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0194f95957367e8aa976f3e47d30ca8b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4fd250f2fd7d42d684bf9f07d69adea0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled3b4db9639fc41fda9fc905f0c32377e.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` , "$.rule8cf0d608ebfb4788801159104154a4b2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0194f95957367e8aa976f3e47d30ca8b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4fd250f2fd7d42d684bf9f07d69adea0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled3b4db9639fc41fda9fc905f0c32377e.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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? ) AND `product.swagDynamicAccessRules` . `id` < = > ? ) OR (`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > ? AND `product.swagDynamicAccessRules` . `id` < = > ? ))))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
20
b"E\e eZ/SJj‡,|\x06 o&%£ "
true
null
true
false
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule8cf0d608ebfb4788801159104154a4b2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0194f95957367e8aa976f3e47d30ca8b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule4fd250f2fd7d42d684bf9f07d69adea0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruled3b4db9639fc41fda9fc905f0c32377e.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` ,
"$.rule8cf0d608ebfb4788801159104154a4b2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0194f95957367e8aa976f3e47d30ca8b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule4fd250f2fd7d42d684bf9f07d69adea0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruled3b4db9639fc41fda9fc905f0c32377e.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` ,
"$.rule8cf0d608ebfb4788801159104154a4b2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0194f95957367e8aa976f3e47d30ca8b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule4fd250f2fd7d42d684bf9f07d69adea0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruled3b4db9639fc41fda9fc905f0c32377e.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` ,
"$.rule8cf0d608ebfb4788801159104154a4b2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0194f95957367e8aa976f3e47d30ca8b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule4fd250f2fd7d42d684bf9f07d69adea0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruled3b4db9639fc41fda9fc905f0c32377e.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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id`
AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id`
AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id`
LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id`
AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id`
LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id`
LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND NOT (`product` . `display_group` < = > ? )
AND NOT (
IFNULL (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) < = > ?
AND `product` . `available` < = > ?
)
AND (
(
`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? )
AND `product.swagDynamicAccessRules` . `id` < = > ?
)
OR (
`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? )
)
OR (
`product.parent.swagDynamicAccessRules` . `id` < = > ?
AND `product.swagDynamicAccessRules` . `id` < = > ?
)
)
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule8cf0d608ebfb4788801159104154a4b2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0194f95957367e8aa976f3e47d30ca8b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4fd250f2fd7d42d684bf9f07d69adea0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled3b4db9639fc41fda9fc905f0c32377e.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` , "$.rule8cf0d608ebfb4788801159104154a4b2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0194f95957367e8aa976f3e47d30ca8b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4fd250f2fd7d42d684bf9f07d69adea0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled3b4db9639fc41fda9fc905f0c32377e.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` , "$.rule8cf0d608ebfb4788801159104154a4b2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0194f95957367e8aa976f3e47d30ca8b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4fd250f2fd7d42d684bf9f07d69adea0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled3b4db9639fc41fda9fc905f0c32377e.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` , "$.rule8cf0d608ebfb4788801159104154a4b2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0194f95957367e8aa976f3e47d30ca8b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4fd250f2fd7d42d684bf9f07d69adea0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled3b4db9639fc41fda9fc905f0c32377e.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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 20 ) AND `product.visibilities` . `sales_channel_id` = 0x451B655A2F534A6A872C7C066F2625A3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E ) AND `product.swagDynamicAccessRules` . `id` < = > NULL ) OR (`product.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > NULL AND `product.swagDynamicAccessRules` . `id` < = > NULL ))));
Copy
93
13.01 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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? ) AND `product.swagDynamicAccessRules` . `id` < = > ? ) OR (`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > ? AND `product.swagDynamicAccessRules` . `id` < = > ? )))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
20
b"E\e eZ/SJj‡,|\x06 o&%£ "
true
null
true
false
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
null
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 20 ) AND `product.visibilities` . `sales_channel_id` = 0x451B655A2F534A6A872C7C066F2625A3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E ) AND `product.swagDynamicAccessRules` . `id` < = > NULL ) OR (`product.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > NULL AND `product.swagDynamicAccessRules` . `id` < = > NULL )))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
94
13.17 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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? ) AND `product.swagDynamicAccessRules` . `id` < = > ? ) OR (`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > ? AND `product.swagDynamicAccessRules` . `id` < = > ? )))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
20
b"E\e eZ/SJj‡,|\x06 o&%£ "
true
null
true
false
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
null
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 20 ) AND `product.visibilities` . `sales_channel_id` = 0x451B655A2F534A6A872C7C066F2625A3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E ) AND `product.swagDynamicAccessRules` . `id` < = > NULL ) OR (`product.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > NULL AND `product.swagDynamicAccessRules` . `id` < = > NULL )))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
95
75.63 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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `product` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `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 NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? ) AND `product.swagDynamicAccessRules` . `id` < = > ? ) OR (`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > ? AND `product.swagDynamicAccessRules` . `id` < = > ? )))) GROUP BY `product.properties` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
20
b"E\e eZ/SJj‡,|\x06 o&%£ "
true
null
true
false
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
null
]
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `product` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `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` > = 20 ) AND `product.visibilities` . `sales_channel_id` = 0x451B655A2F534A6A872C7C066F2625A3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E ) AND `product.swagDynamicAccessRules` . `id` < = > NULL ) OR (`product.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > NULL AND `product.swagDynamicAccessRules` . `id` < = > NULL )))) GROUP BY `product.properties` . `id` ;
Copy
96
48.97 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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `product` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `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 NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? ) AND `product.swagDynamicAccessRules` . `id` < = > ? ) OR (`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > ? AND `product.swagDynamicAccessRules` . `id` < = > ? )))) GROUP BY `product.options` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
20
b"E\e eZ/SJj‡,|\x06 o&%£ "
true
null
true
false
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
null
]
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `product` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `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` > = 20 ) AND `product.visibilities` . `sales_channel_id` = 0x451B655A2F534A6A872C7C066F2625A3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E ) AND `product.swagDynamicAccessRules` . `id` < = > NULL ) OR (`product.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > NULL AND `product.swagDynamicAccessRules` . `id` < = > NULL )))) GROUP BY `product.options` . `id` ;
Copy
97
0.35 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"XmΙÿ|Au¢Ï?‰ú6\x03 § "
b"ÃŽ\ý]G\x07 ‰¥\x7F ¥[¹æ "
b"\x01 ˜t*`\r pÏ»9Óí+ø©ø "
b"\x01 –É…Èpx¯\x19 Ê\x16 Ãóbù "
b"\x01 \x14 mzUp¨ÈÔEeƒnh "
b"""
t´[¢+\x11 EJ´Á$x\n
ª®5
"""
]
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 (0x586DCE99FF7C4175A2CF3F89FA3603A7 , 0x90C38D5CFD5D470789A59F7FA55BB9E6 , 0x0198742A600D70CFBB39D3ED2BF8A9F8 , 0x0196C985C8AD7078AF19CA16C3F362F9 , 0x018F146D7A5570A89DC8D44565836E68 , 0x74B45BA22B11454AB4C124780AAAAE35 );
Copy
98
0.49 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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? ) AND `product.swagDynamicAccessRules` . `id` < = > ? ) OR (`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > ? AND `product.swagDynamicAccessRules` . `id` < = > ? )))) AND (`product` . `id` IN (? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"E\e eZ/SJj‡,|\x06 o&%£ "
true
true
false
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
null
b"ñ0ûÂXDЉµ)æ†Ë†û "
]
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x451B655A2F534A6A872C7C066F2625A3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E ) AND `product.swagDynamicAccessRules` . `id` < = > NULL ) OR (`product.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > NULL AND `product.swagDynamicAccessRules` . `id` < = > NULL )))) AND (`product` . `id` IN (0xF1308FFBC258448A89B529E686CB86FB )) GROUP BY `product` . `id` ;
Copy
99
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? ) AND `product.swagDynamicAccessRules` . `id` < = > ? ) OR (`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > ? AND `product.swagDynamicAccessRules` . `id` < = > ? )))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"E\e eZ/SJj‡,|\x06 o&%£ "
true
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
b"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
null
null
b"XmΙÿ|Au¢Ï?‰ú6\x03 § "
b"ÃŽ\ý]G\x07 ‰¥\x7F ¥[¹æ "
b"\x01 ˜t*`\r pÏ»9Óí+ø©ø "
b"ñ0ûÂXDЉµ)æ†Ë†û "
b"\x01 \x14 mzUp¨ÈÔEeƒnh "
b"""
t´[¢+\x11 EJ´Á$x\n
ª®5
"""
]
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x451B655A2F534A6A872C7C066F2625A3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND ((`product.parent.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E ) AND `product.swagDynamicAccessRules` . `id` < = > NULL ) OR (`product.swagDynamicAccessRules` . `id` IN (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E )) OR (`product.parent.swagDynamicAccessRules` . `id` < = > NULL AND `product.swagDynamicAccessRules` . `id` < = > NULL )))) AND (`product` . `id` IN (0x586DCE99FF7C4175A2CF3F89FA3603A7 , 0x90C38D5CFD5D470789A59F7FA55BB9E6 , 0x0198742A600D70CFBB39D3ED2BF8A9F8 , 0xF1308FFBC258448A89B529E686CB86FB , 0x018F146D7A5570A89DC8D44565836E68 , 0x74B45BA22B11454AB4C124780AAAAE35 )) GROUP BY `product` . `id` ;
Copy
100
1.97 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` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `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` . `file_hash` as `product.cover.media.fileHash` , `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.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` , `product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` , `product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` , `product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` , `product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` , `product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` , `product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` , `product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` , `product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` , `product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` , `product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` , `product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` , `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` as `product.swagCustomizedProductsTemplate.displayName` , `product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation.description` as `product.swagCustomizedProductsTemplate.description` , `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 `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id` AND IFNULL (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) = `product.swagCustomizedProductsTemplate` . `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` LEFT JOIN (SELECT `product.swagCustomizedProductsTemplate.translation` . `swag_customized_products_template_id` , `product.swagCustomizedProductsTemplate.translation` . `swag_customized_products_template_version_id` , `product.swagCustomizedProductsTemplate.translation` . `display_name` as `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation` . `description` as `product.swagCustomizedProductsTemplate.translation.description` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` WHERE `product.swagCustomizedProductsTemplate.translation` . `language_id` = ? ) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_version_id` = `product.swagCustomizedProductsTemplate` . `version_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"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"XmΙÿ|Au¢Ï?‰ú6\x03 § "
b"ÃŽ\ý]G\x07 ‰¥\x7F ¥[¹æ "
b"\x01 ˜t*`\r pÏ»9Óí+ø©ø "
b"ñ0ûÂXDЉµ)æ†Ë†û "
b"\x01 \x14 mzUp¨ÈÔEeƒnh "
b"""
t´[¢+\x11 EJ´Á$x\n
ª®5
"""
]
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` ,
COALESCE (
`product` . `swag_customized_products_template_id` ,
`product.parent` . `swag_customized_products_template_id`
) as `product.swagCustomizedProductsTemplateId` ,
COALESCE (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) as `product.swagCustomizedProductsTemplateVersionId` ,
`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` . `file_hash` as `product.cover.media.fileHash` ,
`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.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` ,
`product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` ,
`product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` ,
`product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` ,
`product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` ,
`product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` ,
`product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` ,
`product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` ,
`product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` ,
`product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` ,
`product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` ,
`product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.displayName` ,
`product.swagCustomizedProductsTemplate.translation.displayName` as `product.swagCustomizedProductsTemplate.displayName` ,
`product.swagCustomizedProductsTemplate.translation.description` ,
`product.swagCustomizedProductsTemplate.translation.description` as `product.swagCustomizedProductsTemplate.description` ,
`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 `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id`
AND IFNULL (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) = `product.swagCustomizedProductsTemplate` . `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`
LEFT JOIN (
SELECT
`product.swagCustomizedProductsTemplate.translation` . `swag_customized_products_template_id` ,
`product.swagCustomizedProductsTemplate.translation` . `swag_customized_products_template_version_id` ,
`product.swagCustomizedProductsTemplate.translation` . `display_name` as `product.swagCustomizedProductsTemplate.translation.displayName` ,
`product.swagCustomizedProductsTemplate.translation` . `description` as `product.swagCustomizedProductsTemplate.translation.description`
FROM
`swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation`
WHERE
`product.swagCustomizedProductsTemplate.translation` . `language_id` = ?
) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id`
AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_version_id` = `product.swagCustomizedProductsTemplate` . `version_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` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `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` . `file_hash` as `product.cover.media.fileHash` , `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.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` , `product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` , `product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` , `product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` , `product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` , `product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` , `product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` , `product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` , `product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` , `product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` , `product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` , `product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` , `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` as `product.swagCustomizedProductsTemplate.displayName` , `product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation.description` as `product.swagCustomizedProductsTemplate.description` , `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 `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id` AND IFNULL (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) = `product.swagCustomizedProductsTemplate` . `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` LEFT JOIN (SELECT `product.swagCustomizedProductsTemplate.translation` . `swag_customized_products_template_id` , `product.swagCustomizedProductsTemplate.translation` . `swag_customized_products_template_version_id` , `product.swagCustomizedProductsTemplate.translation` . `display_name` as `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation` . `description` as `product.swagCustomizedProductsTemplate.translation.description` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` WHERE `product.swagCustomizedProductsTemplate.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_version_id` = `product.swagCustomizedProductsTemplate` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x586DCE99FF7C4175A2CF3F89FA3603A7 , 0x90C38D5CFD5D470789A59F7FA55BB9E6 , 0x0198742A600D70CFBB39D3ED2BF8A9F8 , 0xF1308FFBC258448A89B529E686CB86FB , 0x018F146D7A5570A89DC8D44565836E68 , 0x74B45BA22B11454AB4C124780AAAAE35 ));
Copy
101
0.31 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 \x14 mzUp¨ÈÔEeƒnh "
b"\x01 ˜t*`\r pÏ»9Óí+ø©ø "
b"XmΙÿ|Au¢Ï?‰ú6\x03 § "
b"""
t´[¢+\x11 EJ´Á$x\n
ª®5
"""
b"ÃŽ\ý]G\x07 ‰¥\x7F ¥[¹æ "
b"ñ0ûÂXDЉµ)æ†Ë†û "
]
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 (0x018F146D7A5570A89DC8D44565836E68 , 0x0198742A600D70CFBB39D3ED2BF8A9F8 , 0x586DCE99FF7C4175A2CF3F89FA3603A7 , 0x74B45BA22B11454AB4C124780AAAAE35 , 0x90C38D5CFD5D470789A59F7FA55BB9E6 , 0xF1308FFBC258448A89B529E686CB86FB )));
Copy
102
0.30 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
103
0.32 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
104
4.16 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"\x01\x03 Ü\UÔAÁ‹Zûøë\x04 Q "
b"\x01 o(”¬\x08 Fð¾}#0méf, "
b"\x01 ppÿ8†N(—^‰³Ø;M- "
b"\x01 ‹ì Aq\x1D ¡\x7F á£ÍýoÎ "
b"\x01 ‹ì¡\x04 AtI!Õ\x06 ?ö²: "
b"\x01 Žœá|\x11 t&™Z¢•aò¶ "
b"\x01 Žœâ\x17 Ít\v »ßÉí¼\x1A\x1A î "
b"\x01 Žô·®\x19 q°ˆç"¯Âò\x08 "
b"\x01 Žô·í7\x7F š¡ì¨ã;™ð~ "
b"\x01 Žù;R\x17 tƒ°ˆ\x12 *\x04 ƒO "
b"\x01 Žù; 9zQ¯£V4‚ñÖ "
b"\x01 Žù;é½\x7F 8«Wrxd\x15 jÀ "
b"\x01 Žú3\x04 •{—²ãô,\x05\x1E ˧ "
b"\x01 Žú3L[z\x0F Œbq^A\x16\x12 "
b"\x01 Žú3‚\x10 {<±…¸•Ìb¿ù "
b"\x01 Žú3®œt›ö\x03 <y©! "
b"\x01 Ž\x08 °b\x08\x7F\x13 »ù¯}¢à¨¼ "
b"""
\x01 \x08 °Ö†rœ€fAÇ)e\n
"""
b"\x01 \x08 °õ¬xä‡\x12 3\x16 fk\x12 "
b"\x01 Ž\x0E\x7F •¶x¼«Ã5[ÜþƒZ "
b"\x01 Ž\x0E\x7F °û\x7F à¬\x01 ,©tJN› "
b"\x01 Ž\x0E\x7F É_p‰œ'§@¶ñ9\x15 "
b"\x01 Ž\x0E\x7F àúp\ 3’mË6¨Æ "
b"\x01 \x0E\x7F úWqý{Æ*KÎûí "
b"\x01 Ž\x0E áptzõ‘–ꬓ¸«Ó "
b"\x01 Ž\x0E áû—pø”ž\t îì²\x1C f "
b"\x01 Ž<%Òsvq¬¡1Ò[õãê "
b"\x01 Ž<&\t ûşe‡©IÉŠ¬ "
b"\x01 Ž<Ÿôåq\x13 ²AI§‚\x08 ?\x1D "
b"\x01 ŽA*Z\x19 tU„\x0E\x03 … 0=¸ "
b"\x01 ŽA*zÿ}zŠ.ë}S\x1F 6Â "
b"\x01 ŽV_t!\x7F ö¡m§àî¡HJ "
b"\x01 ŽžÔ\e Žu\x1C »&ä®™À¡á "
b"\x01 žÔ®3{PúL˜Së\f "
b"\x01 ŽžÔë4q\x1A ‰ªí˜¦È\x1A “ "
b"\x01 ޽Ì\x1E y|\x1A ™{\x1D €UÉk1 "
b"\x01 ޽ÌYD}\v œ‹É.ž^‰* "
b"\x01 ޽Íʤtð¾Ÿ{ÞUêGT "
b"\x01 ŽÁè‘×{T´I\x0F ÍŒ‡Eî "
b"\x01 Á飻~©Ž·Âq󘵲 "
b"\x01 ŽðÛ8Ls‚·Ò—?\x06 »\x1F D "
b"\x01 \x0F Õ‹wÿ»Uû\x14 J#„É "
b"\x01 \x0F ÖYï|&¥5ë\x14 ^\x05 õ¸ "
b"\x01 \x0F Ö‘\r x.°2£ï=f\x12 £ "
b"\x01 \x0F ÖáÒyk‘oÙ\x01 Ž\x15 ~d "
b"\x01 \x0F ×%Vr}·\e ¡Ð"Ca "
b"""
\x01 )0z™s_¡šw\x7F \n
?Óš
"""
b"\x01 )0º»u²”…1°’ÅH\x03 "
b"\x01 )KW\r pé¡ðCëh@Çù "
b"\x01 )KŒrv.Š%®\x07\e Æ\x00 ë "
b"\x01 )KÅ„p†±ºE\x16 ÊR\v p "
b"\x01 )KóW|µ³–]<\r ›G" "
b"\x01 9>Ãy\x1E ‡P9Ć[Ùì "
b"\x01 vÛ©Ks\x1C —M’FY€ôl "
b"\x01 {fXër>€í%É™§&ž "
b"\x01 {f”g\x7F ˜¯~¹ýˆ2x1 "
b"\x01 {fºI{á°\x11 !=“J¦ "
b"\x01 {g\x06 y¿"jPv:ÐÃ "
b"\x01 È<n_{Š›°8õXÜFJ "
b"\x01 É Ù,yY¯rßèá½bK "
b"\x01 É!\x07 J~C› ®ÿ„ù{O "
b"\x01 É!bÑu\x03 šñ(\x00\x17\x15 p\n "
b"\x01 ãak\x17 }MÅ%.¦#3í "
b"\x01 ãa}uý…Áƒïd"Ê… "
b"\x01 \v š›¸|5¨×i8¼T\f ˆ "
b"\x01 \v ší¸w9¥\x14 ë\x12 ŠvF "
b"\x01 \v ›&ir¬’ûøé?\x02 ÃX "
b"\x01 \x11 ž ªxÔ¡‰\x08 Ñv̪¬ "
b"\x01 \x11 žD,y)¨ïÆ\x12 WbÍì "
b"\x01 \x11 žz?tyƒ\x0F \ýMŸ. "
b"\x01 \x11 ž¨Fq™•¥Žb=3o’ "
b"\x01 \x11 žæšyX°—#ë²'Çà "
b"\x01 \x11 \x1D ¯}ü˜ÜSB\iL¸ "
b"\x01 \x11 H>ux˜±É9ÿn°l "
b"\x01 *Œe}9ˆB\x07 öa›™² "
b"\x01 *Œ¾¾{\x1E ^BK´RI "
b"\x01 *Œùt º\x12\x07 nM|ò™ "
b"""
\x01 +\n
JBp••Š\x02 }\x0F åöi
"""
b"""
\x01 +\n
p¾qw˜•RÊ\x06 “a
"""
b"""
\x01 +\n
™;~\x1D ´J\x16 .z\x1D Y
"""
b"\x01 /Â]ÜxÊŠqÓ\t ¬k˜Ø "
b"\x01 /Âxås\f ÷ãt\f ÐV "
b"\x01 /–Ž|˜ºµ‰+\x06 u·C "
b"\x01 /ó<"wŽ—¢Ã¸\x14 {Ž¡ "
b"\x01 J3\x04\x1E wÙµÿ‚RÈØ½£ "
b"\x01 J3LqTŠëû\x07\x0F ÐßÊ "
b"\x01 ‘\x07 Ô`þu+•V\t àÖà‹B "
b"\x01 ‘\x07 Õ_]w´Ž¸;ŸéŒu² "
b"\x01 ‘\x07 ÕÅ·p]´2O3?Þ~Ž "
b"\x01 ‘\x07 Ö=W\x7F †šã\x1D .„ŠÀ "
b"\x01 ‘n¸áGztœ³y®¯ƒ˜z "
b"\x01 ‘n¹\x1E Dtó‡’h\x11 †Œyx "
b"\x01 ‘n¹A”\x7F Ö£:è\v i;\x1C Ä "
b"\x01 ‘\r õ;x÷›R¯W²ve "
b"\x01 ‘\x0E V–t›®8\x1F )²¹K2 "
b"\x01 ‘‹ª rÎ T?Æý:º "
b"\x01 ‘Œ>´vÃò$j‚¥‘ "
b"\x01 ‘·>6î\x7F c†žkäÍ€¶¼ "
b"\x01 ‘¼:\x06 R~ÒºJi•ÿoñæ "
b"\x01 ‘Æuµ©~dž¨éßçDíw "
b"\x01 ‘ÆuÛÉy¹“^ÂnhJˆŠ "
b"\x01 ‘Ç\x1C vuO¶0\x12\x7F €>Xà "
b"\x01 ‘Ç\x1C ç’sùš&‘\r \x00 …\x1C 1 "
b"\x01 ‘Ç\x1D 2qtœ¾\x05 e·¼_9Ž "
b"\x01 ‘ÛÉLH}éµCÈ\x1D d“\t ˜ "
b"\x01 ‘ëH\x11 Ntx˜;,ì×è\$ "
b"\x01 ‘ëH3ùpá²nóîäQœ" "
b"\x01 ’\x05\x04 !]q&·|\x05 T4\x18 ô) "
b"\x01 ’(~6`z’™z\x19 ¿u… "
b"\x01 ’(~f–vU»ñ\v ä{Ï\r ” "
b"\x01 ’(~Gs½ªn<¦ :ØÇ "
b"\x01 ’(~›\x1E vœN[‚j`C "
b"\x01 ’(~µ‰yÓ‡9$†\x1F h¿’ "
b"\x01 ’-£ð8shš\x05 "¥Á_\v « "
b"\x01 ’-¤JÓrç’ÐÕNí\x11 «7 "
b"\x01 ’-¤i\x1A p¡€_äªF·}ù "
b"\x01 ’-¤}\x1A zʱ\x1E ÃS´Jé "
b"\x01 ’Aôh\x12 wе5×áð£\x00 "
b"\x01 ’Aô‹Î|‚¥œ\t\x1A e•!n "
b"\x01 ’AôªBt|?\x03 aS:ÕÚ "
b"\x01 ’C\x0E Ú\x05 })Œ\f •™|¨Ãñ "
b"""
\x01 ’C\x0F\x02 ³}ù»Gñ\n
Z\x11 Y>
"""
b"\x01 ’G~€Ñ|ø¸ ü‚g«tF "
b"\x01 ’G~ªOy¥»\x15 EY—\x18 n– "
b"\x01 ’G~Å´~\x19 ½\x11 Я$\x1A rK "
b"\x01 ’H\x11 æèz\x1F •^\x05 Ç\x1A PEŒ "
b"""
\x01 ’×h½\n
u°‡X®\x1C \n
y‚
"""
b"\x01 ’×hܰvÏœ¡âÖ’ÄÙè "
b"\x01 ’ü>•ŽvŒ˜PÉ÷šM}ž "
b"\x01 “\x01 l?þ}y o'‘˜$Šê "
b"\x01 “\x01 l\x1A s+—î1ãa×\x16 ´ "
b"\x01 “%Œ7_r¯Œ\x12 f\x1A 6„‡½ "
b"\x01 “)îýã|8—«ø™T–\x0F ~ "
b"""
\x01 “/Æb\n
|´¿t^\x04 pšÿ¿
"""
b"\x01 “/Æ~\x02 sw¸,RÆÿxDZ "
b"\x01 “r\x0E ’Év\x01 £Öó¬°5q "
b"\x01 “r\x0E ú$uP‰W\x05 ˺k¤c "
b"\x01 “r?rùwÏžò,\x15\x12 S%\x7F "
b"\x01 “rAé\x\x11 €QUr\e KÖî "
b"\x01 “rB\x04 pr"¯¼‰NãÛ\e ö "
b"\x01 “rB!6|±9ÈÍ·¼;) "
b"\x01 “r³\x1A °}[•Ã\x0F +Hᬠ"
b"\x01 “r³LepÊ·š\x04 µºÕ’ "
b"\x01 “w›ùærç¬\x04 (;Oñ¬û "
b"\x01 “wœ:ºwÿw©óÎ\x1C ]ž "
b"\x01 “wœgŒ{\x13 –%ëÁȘ¯” "
b"\x01 “µN6>v¹¸\e R\f ”ÅII "
b"\x01 “µNÃ@xÕ‚cŽœ’\x0E ®´ "
b"\x01 “µé&bwâ¢ÛDZV²K2 "
b"\x01 “µézÚz{³\x1F v\x04 ˆU\x00 ë "
b"\x01 “µé +p šúóC|jE^ "
b"\x01 ”+Õ\x18 3rª´õ“ÀLxúÐ "
b"\x01 ”+Õ5?pž½B\x16 nƾÌÙ "
b"""
\x01 ”+ÕJ‰x1 )Á\n
\f Î
"""
b"\x01 ”,7à*rc œñÛÉxhÐ "
b"\x01 ”;Œ—éx*¿“ÜQuœýH "
b"\x01 ”_§¸2w¢¦·\x0E J\x0F fô… "
b"\x01 ”_§Ê4tZ±¶hPY¸¦P "
b"\x01 ”’v\e\x07 rvºÆ Go‘KÉ "
b"\x01 ”’v:wR†„%ÝX}ÍÏ "
b"\x01 ”»u¤Âx=µ—6ôì)Ø! "
b"\x01 ”»uÎÜu`¡‚¬qEyq™ "
b"\x01 ”»uî\x1C r2´\x11\x1F ë&Ì\x13 ÷ "
b"\x01 ”»v\f ÈsЬùù\x05 ’¤WB "
b"\x01 ”ËÊšèzû´Ì€\x16 ÔŽá "
b"\x01 ”ËÊо}g¹NØõÓð\x1A ¯ "
b"\x01 ”ËÊñÅ|D€Û–kX´+ "
b"\x01 ”Õ”wÈxÇ„\v pâO"1\x12 "
b"\x01 ”Õ”š(vt†3V8³\x1A Κ "
b"\x01 ”à€\x01 ƒv±¢€íBã\x05 "
b"\x01 ”ôè¿xM‡.÷\x16 ±o®8 "
b"\x01 •[Hµ•\x7F ¸§®D…îƒ\x05 Õ "
b"\x01 •[Há-{x’º&ýWh8 "
b"\x01 •[I\x01 $|}ž«Ñ.ÊU±Í "
b"\x01 •[I!cr“ \x1C ,^øô~Î "
b"\x01 •p\x04 ëp}ÖŸBh±ú\x11 7ÿ "
b"\x01 •€R\x17 Ùw¯´~&C¿ìÀ¢ "
b"\x01 •„Ë$çs1²“;™*µ "
b"\x01 •„ÙôqgšB¥¾lrÍ "
b"""
\x01 •„Ú\n
\e y¾¿M1iQàh0
"""
b"\x01 •…lPw&«Ã¨€Ë&<" "
b"\x01 •…lÃns˦!?\x1D p£ã\ "
b"\x01 •‰Ö9³y[Ž8\x07\x14 ¨\v ‚µ "
b"\x01 •‘[\x19 x<š_P5¤ÑOè "
b"\x01 •‘Èq½±yUÑ\t 7\t "
b"\x01 •‘¸ÏzŠº\x1C x/Ï\r JS "
b"\x01 •‘Ø$t\x15 ©Á§NŒXòf "
b"\x01 •‘øY{\x01 ¿\x01 mEú\e `î "
b"\x01 •’.8wv˜œ}\x18 >QÄÀ "
b"\x01 •’SŒwVˆ\v ¹Âôˆ¼Y "
b"\x01 •’z£w\f ƒ}s0\x01 5]\x19 "
b"\x01 •’£lx©86.åãG» "
b"\x01 •’Åþvrºõ¦\x12 ]+r "
b"\x01 •’î*{Œ¬ž)&E\x1E jÉ "
b"\x01 •“\x11 (tr§ÓvŽ Áó "
b"\x01 •×%/Ayë˜SV~Ë=a6 "
b"\x01 •×%G\v sé¨Oѳ†>‘ö "
b"\x01 –4;i]|8»P1)\x16\t S€ "
b"\x01 –4;\x0F }!„\x7F å#0zî "
b"\x01 –4;¹-|5œ7\x04 ÉÁ½\x17 È "
b"\x01 –=Žq!x\x10 £ê¿ØãeV¿ "
b"\x01 –U®gx´ŒwiŠq \e b "
b"\x01 –ØVù¦xù³ÎM\x16 èáŒ} "
b"\x01 –ØW\x16 †v)¼C§ÛóôoÔ "
b"\x01 –ØW-\x02 yš¥ƒ¬Äe\x08\t\x1E "
b"\x01 –ØWI\x1C\x7F X¦Ú.Tc/¡C "
b"\x01 –ØŠ;\x1A ~vŒž¿61ª…M "
b"\x01 –çÇ\t .pO¹ì\x1A 1‚¨5g "
b"\x01 –çÇ!ÿ~\r ’}•7ÔöÒ2 "
b"\x01 –ý\x06 /\x00 wF«#\x13 Oâ\x12 ý- "
b"\x01 —\x11 €yÄzÖ·ÝV\x1D {_I "
b"\x01 —\x11 €¬\x0E t»OSRQFf# "
b"\x01 —\x11 €Ö\x08 ~¥¥Áú\x13 †Î\x12 § "
b"\x01 —\x11 \x01 žy\x1C ¶[èa¿Pæ "
b"\x01 —\x11 5\x17 s’³áЇ\x16 EÀ„ "
b"\x01 —\x11 hd{û ØÙz7›\x11 "
b"\x01 — t9†r:» zT›Ê÷/ "
b"\x01 —^\x00\x00 ¿r¹ª\x13 ÂÀ\x01 ¨> "
b"\x01 —c@‰/sO‘Œ¹8[rëš "
b"\x01 —c@À7r+’÷È\x1C ƒ-IJ "
b"""
\x01 —x\n
º”p\x02 ¬+CµóèÔ
"""
b"""
\x01 —x\n
Ò}v©žMd®a#\x17 n
"""
b"\x01 —x€ÃyÒ’DXîoL¯ª "
b"\x01 —x€è/wí¤¢Qh\x05 ]\x04 "
b"""
\x01 —|Þú\n
tŠ·œÀ©úâŒo
"""
b"\x01 —|ß\x0E º}ô¤O'µ0\x07 e\x05 "
b"\x01 —|ß•\x13 v+ª3˜qÖp~ "
b"\x01 —|ßÇis\x13 ¶Ôé¶®ù¢\x7F "
b"\x01 —‡:Rbz=™›Ÿ”$×S\e "
b"\x01 —‡:~=p;‚dÿ4‹_¦L "
b"\x01 —ŒÉ\x7F 4v§ƒüd;Q` "
b"\x01 —ŒÉ˜t\x7F ó«ï¸\v ‡Æ "
b"\x01 —¡\x14 Q¡q\x1E Škï.ù\x03 =õ "
b"\x01 —¡b}ª®²*;ZðlF "
b"\x01 —¡¿)q? x]\x18 t@ݳ "
b"\x01 —¬\x10 “n~,“~Ò“fLw "
b"\x01 —±D8U|þ½×œ~\r F\x1F = "
b"\x01 —±D}Xr¥¬õ€Ùè\x1F q\x04 "
b"\x01 —±E‰\t xé¯w‚…\e (5ù "
b"\x01 —¿ê/»tj™FTMýä\x14 ´ "
b"\x01 —¿êUy\x7F ¢ˆ´\x16 ŽSn¿\x0F "
b"\x01 —¿õž\x05\x7F ©œ\x1C ž¶Ñ7θ "
b"\x01 —À®\x02 µxw²wÄÿ7ŠLâ "
b"\x01 —ÅšŽ;tïª!ñ\x16 m“³e "
b"\x01 —ä1¯çyTf,<%§ƒ¶ "
b"\x01 —ä2Ê\x04 p¶e:Äü/† "
b"\x01 —óþj*|ò‚¼ÄبaGÚ "
b"\x01 —óþ¤bt\x1C ‚U/dèôB\x1E "
b"\x01 ˜\x1C ‡\á}AŽï³“L3ˆ³ "
b"\x01 ˜\x1C ®?³~—-™\f H\x18 ³Š "
b"""
\x01 ˜\x1C ®Z\n
t³™äo˜ìî—7
"""
b"\x01 ˜\x1C ®s\x16 suƒ˜hC„ÓŒƒ "
b"\x01 ˜\x1C ÕŠ#{ûr\x15 ea_¹A "
b"\x01 ˜\x1C Õ I}M£+¿¥\x1D Çi\n "
b"\x01 ˜ƒ¡{ƒr1–?œ\x03 ¦EƒÍ "
b"\x01 ˜ƒ¡µ\\x7F Õœoäzý\x1A l° "
b"\x01 ˜Æã¿±up©f'µ´9\e Ö "
b"\x01 ˜Æä´Vx«’ 3R\x0E\x08 d5 "
b"\x01 æ[9¢\G\x00 ¡åJD€{®Š "
b"\x02 w1 ç!Cx Nú\r \x18 î\x07 "
b"\x03 zÏ›‹“Np¨§|ØU“¿- "
b"\x04 q³\x1A ?¿BÁ¦\Ï1¥ûcÄ "
b"""
\x06 96§§@9 3dy\n
Ú7Ž
"""
b"\x06 òl\f ÙG\x05 ´fMî\x0E u Œ "
b"\x07 ns†-vNP‹Å¶½\x00 K\x01 » "
b"\x07 ó\x1E &/\x08 LÒŒûgš§!¥Ÿ "
b"\x08 È¥,ù°Jˆ¡"Ø\x1F “G} "
b"\t ‹À¸–nN\x01 ²=Jm±øX "
b"\t —8E\x07 Â@Z¼c]‹‹ªçQ "
b"\t ¡¸\t\x04 ðO7°©Ø\x08 ^œÏ› "
b"\t æåჂMEœ\x07\x18 Èi¢Ç4 "
b"""
\n
9<G’%Jmª¡E\x11 [@J1
"""
b"""
\n
é\x14 ó»ßMùŸX‰£¹~où
"""
b"""
\v P\t Î`yD“¼?þÛ\n
™s«
"""
b"\v Å?}ÏIN\v •‹¯1³ÁÊ "
b"""
\f 3?\x1D\x16\x11 Gñ’Û\n
u®éOƒ
"""
b"\r :ÍÓÛäBÿ¨ÙÚÜ8U\x1C Ÿ "
b"\x0E ᾇ¶Cd–ÇÐÖdÇ”W "
b"\x0F *›\x00 ]IJÌŸZ\x17\x05 ÖUyl "
b"\x10 ³‰0ÿµI£¯0ï¾E̲h "
b"\x10 Ê6\x18 Ò\x1F Dð¶ì¸’„Ìâè "
b"\x10 Õ<…5Ò@Žƒö‰öRœ "
b"\x11 P\x13 ™ !I+£\x1E\x1C æ!Ë#¡ "
b"\x11 f¨øÅÔCJ„!üÕ\e ³\x19 Ä "
b"\x11 hÇë»tG¶ŠÏ//Y„øí "
b"""
\x11 i÷ú¯(Eu¸b\n
CC¦Eg
"""
b"\x11 únKÃÕA\x18 Ûóý±S\x17 Ó "
b"\x12 ‰™xz\x1D M1¥jT÷3!G¼ "
b"\x12 ÚÚáÄŸB€‹|M\x1A ª4Öh "
b"\x14 /RéŽAT…dÑnç€J\x1A "
b"\x16 ™X~ULÜW¸üO²ÕÅ "
b"\x17 _e¼ˆÁGꎯGt ™l\x16 "
b"\x17 µB¯ÚçO\x14 ‹È\x1C •\x1D ™âa "
b"\x18 níð5sNœù£ƒW7 0 "
b"\x18 •P\x10 “íOÁ¨$\x12 €\x05 +Œ\x00 "
b"\x18 á‚ðÖF\x02 ²V!\x08 îâ\t ž "
b"\x19 4'+\t aN&“èY9N¨N# "
b"\x19 cÑ1'\x01 GT¶$5N\x07 "A\x12 "
b"\x1A Ý|Aª¨KO»ö^\x08 pÞ£Ä "
b"\e žk2|M›±¶Åæ*?\f Ç "
b"\x1D …ºcïI7‹w\x10 +76¥Ù "
b"\x1E €\x10 Á=[D€ŽÕdó÷1}I "
b""ˆ;xËD’‡]Ä,B\x0E . "
b""¹G“ÈDl‰zy¡ñ¹p§ "
b""γ‹]»Gó¶³Þ².!†G "
b""Þ7©òñDè’a|Æ\x01\x16 )ƒ "
b"#…žeE/O_·à@¿fVÚ\x13 "
b"$1d¸\x06 @Lº¦ÅRˆ\x18 µ.ë "
b"$nmÍ\x1C ƒGŽŒÒÒ'©\x08 9R "
b"%æbNrâ@Ž·Tž´yg\r "
b"&ªLî—ôG\f ¤íu8©ý_á "
b"&ÿVB\v >D”ŠÿzM\f à2Ž "
b"'\x11\t •FLK\x05 ”\x7F ¢ðYc$ "
b"""
)U•\n
“ÞKG‘A-¡å"…r
"""
b")^wZà»Eî„ä¦Ëo8Hø "
b")Ôz#ò.B\x00 ’]\r Ú-ŽT. "
b"*X\x11 Í\x12 wLû³ŸwFJ«ˆV "
b"""
+\r ›\xÖN\n
¤r➺\x12 ¹[
"""
b"""
+Î(«§\v B\x03 Œð/\n
Ò\x12 áv
"""
b",4v꜊Né¡v\x12 Ÿ‘Q¢\x18 "
b"-˜ J®‡Bô\x1F ǹLG*Ó "
b".XQ„\x0E 3C/´Ç,|\x06 ‘H( "
b"/¨\x05 û¢³@¯§‚hiéK\x06 1 "
b"/çðÇ\x00 fIøŽO\x13 ³™\x7F À\x16 "
b"0m\e ¸üÐC™ŠG¾W1\e O… "
b"1>óa]fH´µÐxÙK\x15 OÈ "
b"1A°)ÆçLÖ…ä\t k|RCm "
b"1È?*&ðGU°\x18 A¨†EÞò "
b"2\x17 œVw=Oퟺk¼ÁÈ^° "
b"3\x1A œ\x7F *C\f ˆf[º7×ÕQ "
b"3§y\x7F ÿmNC€’ðŽÒ¶*Ø "
b"3ºê=ô2BÙ•ê¸â»\x08 Ëv "
b"5c\x11 e€ÜL\x15 Ÿ\x0F ø,™Wä: "
b"6\t ç¶½0C$¦áU\x1A\x14 ûà "
b"6_h¥\x15 ¿FÓ±ºÆ\x01 ctÏ "
b"6çQÒ!üAø˜ü›¸¢ø€\x11 "
b"7(¨ö—îKM”{«\x04 ¦K\x1F ê "
b"7ÑÅSUêL^ÀÂÛSK8‰ "
b"8µè´\x07 ô@†¬\x00 \x00 EÕÊÙ "
b"8Ƶ"ÅoD²ŸWjI“\x11\x08 á "
b"9GÎ\x02 ´µM~ŸhrŠÊ5´S "
b"""
;s¨’ØRA\n
‡êk£áJ\x14
"""
b";µ;ä\x01 ‡AÞ¦÷\x10 y\x7F\x16 Ûà "
b"<:g³ÐäG{ KZ®¨CÝ "
b"<lÖ˱çG/Ÿ§e1mï<q "
b"=\x02 óã\f :IU“×S\f\x15 Éɘ "
b">¡v¯ÔšCä€Íá\x1C ãÝV "
b"?‰+püL“ŽÈ4Þ4ðŸÈ "
b"?Î4OC±Ik‰´Ÿ Ðz²s "
b"@ÏV&rÿ@[–Àø“\x7F ñêl "
b"@ædóš7Oͺlý’ÿºg "
b"ByÖ¿Ë$E\x16 Š\¥ˆ6c9` "
b"BŠ[*ª_Hn¥>ìçÄ÷’\x1E "
b"C\x1A ¿1ÅñDw¥¤ïX_!{\x7F "
b"D6Ïý`«HSŠ'˜\x08 a "
b"D¢`¼œcER¸E‘컢ž¡ "
b"E8Ÿu\x17\x05 Fy•;¬N¥ƒËó "
b"G<d\x18 ܽNè¬à•î\x1D Çß+ "
b"Hhç·\x15 G«™-=£`¹\x10 ‹ "
b"HËn\x14 ÅTIZ—cPK\x07 p. "
b"I‰ŠŸ¹rC¯‰F\x12 Ê—_5\x13 "
b"J)æþ_\x1E Iu¸,ötNeá\x04 "
b"KîK@YuMº¨¨ˆ‘^Æä[ "
b"M)£7\x16 ™EfŒèþ¥u\x16 ± "
b"MŸŒÚ›øNƒ‡¢ªäa¸«A "
b"N˜ä&^ûK\x05 ´ˆ\x04 t”\f Š/ "
b"NÅÃØ¢ZC\x16 †õ÷©ü¹\x10 ‹ "
b"O\v ¸ç\x17 ‰Jz—¾pf“‡Ë\x04 "
b"Obu·m\x05 Mt¼ôô/:\x0F GÈ "
b"OíXï…‡@\x12 Œ5Ôœo—Ô\x14 "
b"Q§tCj\x12 M¿˜U‚Ln\x05 Õ\x05 "
b"RüvÌ\r ºO‹†ÇP'§Vp, "
b"RþîÈÛ\x1C F\x7F ¨ú\x0E <ôÙ÷† "
b"S|L¢ÂÐA·ª\x00 $SËA\f å "
b"UD±e "E)ŒÉî¤J•À\x07 "
b"U•\x14 éĽD\x02 ¥ó_.Áç<\x17 "
b"W\x16 6\x1C +tLì®A¿µ©aª’ "
b"W›Ó\x19 —ÕNQ²w´?\e ¼QÊ "
b"Wð\x19 ¼ÿ²EÒ”‹în8( "
b"X'x¯\x10 pDá«T\x10 cô"#ä "
b"Y\t )±\x02 ÃIÝ\x16 ßåx\x19 4ô "
b"""
Yæ\n
\x17 RAK\x12 ¹Î/N=îƒ7
"""
b"ZI¿Ûä&M"¨\x11 öðµÐæ\x06 "
b"_WŠî™bMU§+\x13 ©xŽÌ“ "
b"_bYÒM=NE¬CRÁ0ƒq— "
b"_ª‚ya\x1F E†ƒ™ÂR2øÎ¡ "
b"_Õ¿[m@"¦@±i»\v\x17 | "
b"c‡ÒešEDb¹N›\x19 P8\x12 ª "
b"cÝ\x15 óõ‘D”°q)ƒç) C "
b"dš™läTMwµÌÄn`K^Ê "
b"e\x1F *–nHJ\x0F ¹ÃhéDÕ™½ "
b"eѬÂHTL½e÷f¯‰Rz "
b"fúå8\x0E UOÕšê€Ã4ðóu "
b"g$\x07 -¯8C|¿‘³Eâ¦Ñ< "
b"gs·ÅßVA¯¶®er`¾Vâ "
b"hü\x04 ÝØÏMݼj#\x06 h¢Ùý "
b"jµ‹\ùîF_§d\x14 ‡œfÛ\x11 "
b"k"D~:µBÄ…H¢Á]_ÙR "
b"m(9#&MAm¿s7§W¿Ê¹ "
b"m¼Â´)ZNñ…\x05 MS\x11 |f( "
b"q@¦(!ÏO½—G@jcÇo© "
b"qo\Àœ\x14 K¢±ÕI°_nUÏ "
b"r~Ì›C\x1E ˆI_\r ›:- "
b"r“j\r {öO’—fAþ÷\x07 áÖ "
b"tetj÷$I\x1E ®?l:âw' "
b"tzÉ_t¹L5Žûvy?H\x13 ý "
b"tÚÃ.*FK†ZÁ\x01 Û„\x19 Î "
b"u\x02 (òLÏFœ”\e\v Bñ\x1F è¤ "
b"v\x1E ýÿ5šJ\x08 ƒdRü1^©\x1F "
b"v(|•’9JÌ»Gæ\x18 ûÈÓ "
b"vp\x15 ƒùüN\x1C ‹Ôò•ÿ…Åu "
b"xéøHÛ\@ϯ\x17 oìK°\f V "
b"y3\x13 r‹xO\x00 ©\x10 ¢J»\x03 Ñ\x12 "
b"yÓ•>~ÎE\x0F ›KÏ[Zñªo "
b"{ÍÚ!/àH$™i\x05 ÿ—Ÿêä "
b"|DzŽì\x01 L[¹\x18 55•™: "
b"|Òf} \t Dëruiøbg\x10 "
b"~\x05 Ûa\v\v H?žâ\x00 ÉÙ¿rŒ "
b"~—ƒÍ\v OQ”\x1F 4–æh\x1D\x10 "
b"~\x08 z#¦Oä’Oð"'áX) "
b"\x7F\x1C 5U\r qC\x15 •4™¤\t ¿Î= "
b"\x00 -b®UHk·,#QŒÉø\x06 "
b"_dK‡TNþ‡·(ïìnó` "
b"d@êz\t A “zŽª cÔ\x10 "
b"‡Xv’0MÊŠó\x08 š\x14 ºøa "
b"‰ØùˆöA9¼VÌ"\x1F n~á "
b"²\x11 D@ HºŠ\x02 ¿\x12 ‰¯šD "
b"Ö‹\x1C f_D ªˆsÕ\x00 ÷,Ý "
b"æc®°ÙNüˆŽnžŒ»\x1F , "
b"‚î€÷¶\x14 Nþ“9ç›I’È– "
b"‚öôVÁËJõŽ\x18 ¼ ÎgœÅ "
b"ƒ?@3äŒA3Š‹\x13 =Æï¢÷ "
b"ƒÑuê$·LY”Géẜƒª "
b"ƒûÖö¯÷FÓ§ûAi a(À "
b"„A\x15 ¦„‡If¥7¤ò^}”‰ "
b"„—ã~(¿I³@A‹\x1A ˜\x11\x0F "
b"„±\x13 þÐìCw¿ÄóŒ!ô.A "
b"…còÚŒåL¹ƒjHxÖyK\x01 "
b"…x¥”[JH1¸‹\x00 ŒÀ\x04 )¶ "
b"†òŠ£ {Bð¥\x0F c‚÷Úyô "
b"‡Ý\x00 3è|C¡ŸhGîì\x02 º… "
b"ˆM7\t $nH?ŠL`\x1D\x1D Ö,\n "
b"ˆ‹]‡¶\D\x05 …°Rµ%F\x15 "
b"‰\x17 æ©vSHZŠ\x0E \<ýóö "
b"‰ƒÛwãÜFw•¿#^ŽioK "
b"‰îÀÏ\x1D €O,²³\x0F\e\x1A\x0E /\t "
b"Š Z\x13 iˆE(º«÷aØ®%\x16 "
b"Š4¬Ó‚nD¼½u=°ýŽ“£ "
b"ŠLË2ü»Dý²ˆ®\x14 ]Q"– "
b"‹T|?Ò\x00 M9ž¦,ìþR¦\x01 "
b"‹}ßé\x13 PHD ð°5\x07 ;û• "
b"‹–ñÚdE‡‰\x7F Ãk\v øÉv "
b"Œ\x13 bÆ¥IÔ¨¤Ã.×xâN "
b"Œ\x13\x7F 4šK4„p?y‰\x7F Ak "
b"ŒWÚ§„\x19 J† \x1F\x12 2%'Û‡ "
b"Œß«ƒ¶×@}ô#[q\x08\e "
b"ŽY8ÓØNk–=t}K›\x01\e "
b"޵óèÏ.A鹀̒òÿë "
b"Žè\x12 ªòbM¾ªÌ»c\e ®×¥ "
b"Eeõ3ãNY‡qÝy\x0E È&¾ "
b"‘]ÄJ®!Du±Á¦x*¤®S "
b"’y{Tå³Mñ¼AÁ\x05 gei2 "
b"’¢\x17 j×Mô²\x0E çÌ\r (×ò "
b"“Sj1¾AƤ…\x1E 7LÓ\x00 š "
b"”V\x14 dn!F½¢\e\x05 ü\x19 n "
b"”l·œ€MÒŠ™óEœK/U "
b"•7¨L')M\x12 †ÌÕníñ–\x1C "
b"–\x06 Û\x00\x11 óF-ˆšý»]»(b "
b"–\x18 L¶#ªE陨Xë,Ð'à "
b"–+™øKoLZާ.QÁ/9) "
b"–ÞPÁ\x11 .LÐŽJæq²æ„\x1E "
b"˜\x19 ¿"øWO´ºk¦$eÒ\x0E ò "
b"™Å\09Oú·¼\x03\x07 ýx® "
b"™ÛÇé‰6M\x12 ¢Fì\x7F\x18 0\x06 Ú "
b"š\x19 /‰ýŠ@\x1C ™Ï°ÅÍ\x11 Øf "
b"›Ê³‚!îH7‰†6Õ—\x01 g "
b"œI/*U\x05 O\x17 ˜tB\x10 ú¢\x01 Ž "
b"œ_Ë›_ôI‹Š;\x13 “´\x1D Ê\x12 "
b"œ}G[\x1C ÄMd‰\x06 Ï\\t\x04 ¢˜ "
b"œÊœCx+OaŒ¦\x0E ,\x19 ½éŸ "
b"œÚS\x08 ³øH\x08 Š)ZLYÏ8õ "
b"'˽\x0E £HÅ™°²“œ\x16 –¬ "
b"ÖT®\v B"²\x12\x1F\x1F €ZìÖ "
b"ž\x07 .mÎèEz»_zÙ’nÊm "
b"ž|\x11 Þå¬LÖ€\x03 ò;Ü\x08 §\x04 "
b"¡\x12 DޱMB½¸\x1C 7°=\e ÿð "
b"¡´e\x15 <åFO¢Ýžr¸ã\x11 o "
b"¡èס‡qOöºÜIų¨\x00 O "
b"£[1–‚¡Hb–øD°êà“% "
b"¤“\x16 “À·Kpµ-r¨—I´ "
b"¤µ\x1D\x18 q¤H\x13 ŽÁ‰~È\x00 °Ë "
b"¤ßýãD.El…U#N:M\x1D\x1F "
b"¥¹\x19 #JrE`©\x00 \x12 Ï\f þA "
b"¥çXïCÓEd£^þWl^êô "
b"§Š$“¾\x18 @4¦'‹\x00 D\x04\f f "
b"¨|yF\x13 ·IQ‰$\e\x17 QM\x06 ù "
b"©@40sd@1›Ô¡ïBÀÅ¥ "
b"ªÊæ/fsL‚'Ã\x04 ‰Í$c "
b"ªý+×Ü3LG•F$7Ãüލ "
b"""
«8"™Ý\v MCœC\x06 '\n
Ñz
"""
b"¬WëË\x10 £G¬¦VåÎ.â\r j "
b"¬z i66LŸ£\x1D ·®\x15 \r µ± "
b"\x0E zìl\x03 C£‹|\x03\x16\x15 ÑN_ "
b";_HؽE\x18 »û¡K€=Òº "
b"¯Cÿ«X\x1E Oe‘µa\x00 þý!Ÿ "
b"""
¯€Ó\n
s´M¹›ý‰ÄHs:Ô
"""
b"¯²\x13 G`ÅDj±\f ö-³\x19 ³\t "
b"°=„’û»HÔ˜¢^¸>z$Ý "
b"°Wèv°iJ׈ªa?ÕH< "
b"±>\x01 <\t sB)»‰þM‚tì4 "
b"²57”õ«C\e Ž\x15 Pœ\x1C IhK "
b"´„øU\x10 zDš™\x01 ¬˜\x01 ç—² "
b"´öÆê‹‹AF”¿|CÓ\x05 ½\ "
b"¶c£w¿\x18 @Ò”\x14 9F ´± "
b"¶£—Èð\x15 G]¯ÒW\x14 nZ‚ð "
b"·SÑ*ÒuL]¾Y\e š7-k5 "
b"·ö\x19 …Ð\x02 Iάö\t\x1C €º¬î "
b"¹Q±O~èJ´º"?|Ó\x1D 2¶ "
b"º‚e\x00 F˜JÞ®—Þ\x1E ln‘Œ "
b"»#\t \f +EV—;áw5ÊqÙ "
b"»>ïçÍ\x13 Nj™E\x18 qDK%Þ "
b"""
¼$¸‡\+Ag¸¸f\n
@\x1F\f
"""
b"""
½\x06 ±4\n
s@Y‚\Aê8ìî\x14
"""
b"¾–ýÐêtF\x1F ³Kš´VœÔi "
b"¿¼ÖW‡\x14 BÜ«\x00\x08 ½V˜tå "
b"ÁkÚ葎J$†F{ÄOÂ)¿ "
b"Á pïø¯Hæ†m¿\x16 ׋\x1A \ "
b"ÂW¡hq@Gä–±Õ\x14\x18 ž\x17 "
b"Âs´+Þ\x14 D¡#\t UdËä "
b"ÂÊœªdI\x12 ‘å‹@€’I "
b"ÃsòÁ™!CÕ»þ{Ú-x4í "
b"Ħp¼×=@à–Ù\x12 ðú½i\t "
b"Äù\x07\x06\x00 ØM\x03 \x7F âcžc\x16 "
b"Å\e RÂ\x0E I¯£8oVÃv¶£ "
b"Ædò4\x08 ‘E™¬9Éy\x18 $ÙÚ "
b"Ƈ}=\x16 "A\Ž‘Cå3x,¨ "
b"Ç\x1F øF¿ÉBd‡ç"Å\x19\f %\x18 "
b"ÇŽßE€·MóšÍÁÜnÚ/t "
b"ÇÌeÄ\x0F YDÇ™z¢\x14 &¤/ê "
b"ÇÎÅ^sÃBU¯wÙ%ôú†Ê "
b"È\e FEILi£·À§ð•\x12 A "
b"ÉO8\x14 s´N\x18 °Ÿ¹•§!\$ "
b"ÉxB"îÂG8¥TŒà\x7F Ùœ* "
b"ËB@J\x17 nD^ W¾ïù\x19 BÆ "
b"Ìß“\x01 š\x15 E\x7F Œ‘Fø\x05 *Eÿ "
b"""
ÎÜ\n
\x18 Y\x18 @—ŠçÏ\x1F »žïÏ
"""
b"Ñ/#‘=KD\x18 ‹Û ËÙÜ# "
b"ÑÒypS\x06 I\x1C š\x1A ·I ØÌá "
b"Ò\x1A ð\x04 %‚F7• û¶"²¸ "
b"ÒKü\x14 Gp@LŸXQ\x19 ÅÌ/f "
b"""
Ò¯~xGŸBG\n
çåïhÿ‹
"""
b"ÓK›\x7F /HG ¬\e pH\x0F\x14 ¾- "
b"ÓU7©\x0E ,D²«kk?Ÿ…ïd "
b"ÔøC\x06\x03 „@Ô©íB#\x07 §”„ "
b"Õa\x14 F\x01 E„—\x0E gæ£ø "
b"ÕvxØa!BE—~ð¸¥;\x15 "
b"Õš5ƒ†bH\x1E ø¿Nüý5à "
b"ÕÐ ]ÄÉDý‰ÏÎ (†\8 "
b"Ö$fý²SO–xA?Æ|‹\t "
b"ÖXiå0ÂCÖ†0xHa\x11 ðÞ "
b"Ö„‡Q½¯L—L/ú0Þ(\r "
b"Öý\x15 º5ÒL¯•\v ¾²ûŸ~& "
b"×A$xß©Ha›µ\x15 i?ôN« "
b"×Mÿ\x1C MØ€\x05 '\x11 C¹Iœ "
b"×›Ù,-\x06 D0¯Ã'ŸÈvJ\x10 "
b"×Éj8ºDEã·ˆ\f Q–D“¨ "
b"ØÔ\x17 .s×B\v »5\v\x7F À)íŸ "
b"Ùaƒ\x08 M-HÝ€^_Ó£ŠÀÆ "
b"ÙÂBëÅG†ž7É)Æ()ø "
b"Ú[,Fú\x07 Cq“«\x19 ¡zsà? "
b"Úg\x06 `\x12 #F·¿c¿çt]¯~ "
b"Úãôx.HK(¤\x17\x19 7¹ô4¿ "
b"Û½ªEÐROܹU\x0F 1°uÑô "
b"ÝeöxŸ‰AÇ·ä?ÀN\v I† "
b"Þõ\x1D 5\x05 ?GÊ´l-~Õïã; "
b"ß2û~I(Oû•¬zÂuâ-ý "
b"à\x0F E\x02 —\x1E IB¼ÙþU!JŽó "
b"àyÉ\x16 FLGî Ê\f (‹ð "
b"à«O\t xaCû–%É\x00 í\x12 .} "
b"áT¥½¨CѺ ZI†Ž‘= "
b"áb\x1A Ä\x0E K\x03 ¶çÚ#©jð¾ "
b"â¨ùûo€E\x08 »Nì?p\x1A ù "
b"âå\x10\x18 ý\x07 L\x0F ÝkÞnxjÙ "
b"âú¼©¢Bt†O\x1F !Þ_ê "
b"ã?\x1D \XeJº½j›CðØ… "
b"ã±\x10 ÜäÛGv¦Àã»Û\x04 ‡? "
b"æ\x13 ôŸZÑFÑ€?åÈ\x00 ,µx "
b"æ?óôã¾@G´î¹oÇ\x07 qZ "
b"æKz•\t òK4š|ô¢ý±Äì "
b"ç\x12 p6êÀJX¤§G¢\x04\x02 ý( "
b"çèûÉLÈB^—üi²ývvÕ "
b"è\x17 K#¨K™šé!\x1D ’.ýA "
b"""
èÙ7\n
\v\x04 DrŸ\x12 €þÝ\x08 \x1F
"""
b"""
é3\f ¹y\n
OÁ—ÇRÇnáÝ\x1A
"""
b"êˆæ\x15 ƒóA\x10 ª³lм¥2{ "
b"ë½M]ÒÖD+€ pž\x03 k\v "
b"í‚¿ø!\x08 K\x0E ‡Ž=ñû]\x12 n "
b"íš2Œ|‹Da³]á\e C'r\x1E "
b"íŸ\x7F ²Ê\x19 Mßš7FNÓ^'t "
b"íÓÊ\x18 éTHA´Ñ9Ö +ÚZ "
b"ïÁ˜\t 8IE&¹ã[3:åd= "
b"ïú\x01 å³`EM„\x16 ×ÀË\x08\x16 "
b"ð\x14 TÈØòH›UÐN\x12\v Ç "
b"ðƒÀ~³Mùø&‘zˆ‚q "
b"ð¾ž!Õ\EwŒY¡\x14 é"»” "
b"ñ)Ù=\x1F øN¬7½„D@ƒü "
b"ñcYCRFˆ·Ør£ÎV "
b"ñ·\r ýÈÖN\x00 «÷êýN–µM "
b"òóxj“ÜBÉ¡>ÇF½ïª "
b"òóyÍlþF³ˆèw!“c|R "
b"ó\x06 Á˜™hK*¿…\v –T¦&Œ "
b"õn¾\r 3ÔF¼‡À«Î\x08 ¼5Ö "
b"õËkL"FG¬”ÿkãT³N' "
b"ö\e *„Q\x17 F‡Ï\x16 Ãa=‚÷ "
b"ö«vÖG‹Iw¯£\x11 æ\x17\x01 YÝ "
b"÷#ûI²®H”\x1E #ÒNT\x1E Þ "
b"÷B[\x0F =`Eë‹´6ë\x02 ûOÂ "
b"÷UR²GšM™€8¥/®»#/ "
b"øð\x02 ˜ÍúOö³FfˆY\t Ìj "
b"ú\x14 #`\x1D\x0F KQ§}ú¤H¥Ûç "
b"úE›ulÞI—§©çw»áÐ! "
b"ú¤•LU„G‡Gý\x1E –¼×\x05 "
b"û\x00 ¯%\x7F ËFM¼ôÌK\x08\x10 A "
b"üM"XޏFσÞ\x04 ƒ¦¦‘ "
b"ü›ˆ¤G\x03 Cü”Â)O1õ\x1F j "
b"ÿ\v NÌ~ŠCи<¾\x00\x10 i15 "
b"ÿWåZc>@…ŽFĜȳ1’ "
b"ÿ«L\x00 º²G?·S@Ø–\x00 nO "
b"ÿãÌž„ÊI‘¬VÝ\x7F ·«’ "
b"\x01 |ŠÀ‘;L'¬4\x17 êâøÎg "
b"\x01 Š+¢\x1F D~\x0F …BÝÚÀW-\x10 "
b"\x01 Š_\Ç:pÓŽ”qª‡ñs¥ "
b"\x01 Šdb•\x06 s¾½<oaS½mð "
b"\x01 Šdt¨Åw¹²xu\t £oÀÎ "
b"\x01 ‹[¯ñ\x13 wÕ¦+p\x01 <¾Ë§ "
b"\x01 ‹[ïœR{5¢rÊXà\x1E Т "
b"""
\x01 Œh^¸[~\x1D ¬\x01 |Í>\n
\x11 ˆ
"""
b"\x01 ŽêŠ#au>7Ê\\x01\x02 (¿ "
b"\x01 Žê‹¤ä}g…^nYûÅ1À "
b"\x01 ŽV0BÎu‰“r›³b†a "
b"\x01 Ž\x7F\x06 i¬wCž¬ˆÌ£Nê® "
b"\x01 \x7F D0q}DÞG€’ë]f "
b"\x01 Ž\x7F GV¾}Έ3yÒý¬Ý’ "
b"\x01 Ž\x7F GwË\x7F %™6AÅäÉBí "
b"\x01 Ž\x7F Gœnzb–\v\x7F p“b5¦ "
b"\x01 Žž¨}-tÓ”Òhv\x13 ?_ "
b"\x01 žÑ׃u\3’ö›€> "
b"\x01 ޽\x10 ¹¿r“—ò¦@@yk- "
b"\x01 Ž½ÍŒÛ|Äœ;Ö\x11 f\x06 ñm "
b"\x01 ŽÁé\x10 Ä{î¡Ê\x16\e i[*Å "
b"\x01 ŽÂEvÇz“’Âñ«qäm "
b"\x01 ÂgW|ƒžÏàL#g!\x06 "
b"\x01 ŽÂ–\x1E †}ü©³Ÿ\v bNâ| "
b"\x01 ÂÏ\x1F Op\x13 º†hË\x08\x18 t "
b"\x01 ËþåÁsîŽhnZ\x04 0p "
b"\x01 ŽÌ\x13 ŸUulœ\x14 |\x19 Yý™« "
b"\x01 Ì\x15\x01 Ã~d\x12 ':\x07 õ°ò "
b"\x01 ŽÌ\x15\x1F\x11 t#½C¼NM™¹à "
b"\x01 Žì\x16 ]Ove“øð¯KúZã "
b"\x01 Žì\x16 µ6sÚ€Áè²½„ ¼ "
b"\x01 ì\x17 èo}ŽÍëšÝ>ÖÅ "
b"\x01 Žì\x18 ev©€ùL\x1E \r ùÇP "
b"\x01 Žì\x18 NõqVˆŽ~˵\x05 kƒ "
b"\x01 Žì\x18 …‰p^¶òWD¸‰·’ "
b"\x01 Žì\x18 µ\e z›»Ê»-5ò˜) "
b"\x01 Žì\x19 )¦vñª*J³¹\x18 ¢\t "
b"\x01 Žì\x19 d°~Ä”Ä[\v #íÖŒ "
b"\x01 Žì\x19 šBtU©\f ag§êз "
b"\x01 Žì\x19 Ðvz릛]’´ß!P "
b"\x01 Žì\x1D {1r\x10 ŽÐ÷\x01 àö†O "
b"\x01 Žì"4^yo˜8²ƒ\x18 àÍ+ "
b"\x01 ì-2rÄ£vZ,5‹\e Ö "
b"\x01 ŽïûÑ¢q\t ¢/F;Æ\x00 ¨ñ "
b"\x01 Žïü)‚r0½(\x1A H´©¹] "
b"\x01 ŽðFÂ}{E¿˜xA<WŽ´ "
b"\x01 ð‘øãr~®&åà½(» "
b"\x01 ŽðÛ³5x\f ä\e ôæ-ÒF "
b"\x01 ñC\x00 ³}‘Л)³™Q\x02 "
b"\x01 ŽñC'Kpʤ\x19 Ž\x1A XÑ?Ý "
b"\x01 Žñ[\x1D\x1A\x7F\x11 ª™Ä·% a. "
b"\x01 Žñ[‹èsM˜\x18 8Uj>‡Í "
b"\x01 Žõ\x14 \r \x1E\x7F ¨¯\x0E r\x1E\e ‰\x1F\x10 "
b"\x01 Žõ\x14 F\x14 zW–µ8w¥¥™á "
b"\x01 ŽõbgŸv—‚Ak²\x18 f÷\e "
b"\x01 \x05 ÙN>}\x14 «Á\x04 =Iý\x1A ã "
b"\x01 \x05 Ú·¬pqžÄÂ<2\x04 æ "
b"\x01 \x10\t âOsj´\t š#5Âå8 "
b"""
\x01 \x10 \n
Ý\x1C ~C¨qãQ!`˜Ë
"""
b"\x01 \x10\v\x05 r~µ£¿¨\x06\x13 wŒz "
b"\x01 \x10\v @BvDŒ\x00 Ö¶þ=ˆê "
b"\x01 \x14 uÓ‡v\x10 …}Ø\v ï\x16\x04 Ý "
b"\x01 9\x06 Š{——ç§\x16 Ù’A "
b"\x01 9НÚw`‡¾É\x16\x1A R±X "
b"\x01 >P¯Dq ±OOR%? "
b"\x01 >Pߤvy¼V\x1F\x7F ýàgÞ "
b"\x01 w\x02 e\x7F\t ‘"\x19 M0\x15 ª( "
b"\x01 {f½\x06 w\x06 ‰”á ”›ßg "
b"\x01 {i^°{²¢¸ƒ›\x02 9¯— "
b"\x01 †…Wšpù¯Ï憩%. "
b"\x01 Ã’»rvªÆ"Ósa\x00 ] "
b"\x01 Ón*uíª¿&p\x00 LÄ< "
b"\x01 ÉEfˆpî¥\v å÷Ø}ˆ6 "
b"\x01 Él@cvÉ‘šÒï»õ\x0E 1 "
b"\x01 Ýc~„}ÛZ£,ך¹\x19 "
b"\x01 Ýc¬kpB™"là\x14 Èò‰ "
b"\x01 ãbî†w\x08 ›áêY‚É—# "
b"\x01 ãcBÂ~*¸Ìv\x08 çû—w "
b"\x01 \x06 ð«Uye¼ZÌC…\x08 2ß "
b"\x01 \x06 ðù\x1E ~1ž®¤‘È\x01 o "
b"\x01 \v ŽØ!}í§ÀÖÌ7,\x05 | "
b"\x01 \x10 c\r Ûz\x15 œÐëú\x1D ‡Vò "
b"\x01 \x10 æÉZzbœŽÌlXâžZ "
b"\x01 %\v …W}3†Ðqw\x11 I ” "
b"\x01 /Y¾|Í‚@$Ûé®7 "
b"\x01 STH(y‰«Åšo\x00 3\x0F E "
b"\x01 xU¥$v"¥ƒyí\x07 ™Z "
b"\x01 ýàj‰sòºžX'Sp\x1E j "
b"\x01 ‘\x03\x17 )ìt¨…¤È!ëÓi "
b"\x01 ‘\x08\x08 i~8«\x11 D”,\x01 §’ "
b"\x01 ‘\r ꬣt‹œ$j\x04 º!5\f "
b"\x01 ‘O÷$[u\x04 ˜CI”P\x04 µ\v "
b"\x01 ‘Pªs„} \x03 q\x1F Èß# "
b"\x01 ‘Pªê]rH£ \x12 |—é-\ "
b"\x01 ‘U\r ô:~Dª?á‰ü›-„ "
b"\x01 ‘UÒŒ^te7sÙûõVÊ "
b"\x01 ‘UÖ¢°\x7F –˜mHr\e w\x12\x15 "
b"\x01 ‘’ÉÊ\t v³“b¦¶v!ÿM "
b"\x01 ‘¼\x19 ž*pÛ ÁšKeW\x08 < "
b"\x01 ‘¼\x1E Ôôu»•Òfeåg¼† "
b"\x01 ‘¼<ð\x03 v\¤O,ÿ"•X. "
b"\x01 ‘¼FifsO®j¡\x08 êŒir "
b"\x01 ‘¼U_±u]¶„é¹\x7F rÅÖ "
b"\x01 ‘¼w\x04\x0E yŒ<Ž\x19 À –° "
b"\x01 ‘ÁÜP2{D†FÜ4ç—Uô "
b"\x01 ‘ÁÝ•þy[¡ëÿÌš¿Ÿ4 "
b"\x01 ‘Æ.ÁMzSŒÀ\x14 #ôd¬Ï "
b"\x01 ‘Ö¦\t }~„B;º¼O\x16 | "
b"\x01 ‘Ö¾}ð|É¿\6e·:×ù "
b"\x01 ‘Ö¿JŠtP”pÉcGv\x00 Ý "
b"\x01 ‘ÛÂ\x1C op4œ¿¯Ò¤Ž1› "
b"\x01 ‘ÛÍ'iqo¶\x19 ©(ÞDþµ "
b"\x01 ‘à¾\Ž~›_ýj™“Á’ "
b"\x01 ‘æe~{vϵ\x10 §EåHã| "
b"\x01 ‘æe·¡pô¼Tª~ü\f "
b"\x01 ‘æf\r ß\x7F D¢njáàËœË "
b"\x01 ‘æfô7\x7F ¿’\x04 %|!³ëá "
b"\x01 ‘ë?Ò‰rvœ–¼ó_\x1E 9a "
b"\x01 ‘ú§\x14 Æt‡ž\f ç×\x03 3[ò "
b"\x01 ’\x04 o<ïvŸœX—Ók`ï• "
b"\x01 ’\x04 Ë\x18 z{ášDFÛ:üþ² "
b"\x01 ’\x04 ËB´zOšÖòÝ4\v\x1A Ô "
b"\x01 ’\t ©žyi\x1E -ÿ”ógo "
b"\x01 ’\x1E ‚²3{ã£Í-Êq\r * "
b"\x01 ’\x1E Úm×w½ ã1)îË\x17 / "
b"\x01 ’#ì%¢}¤\x02 ‘L!hñs "
b"\x01 ’$\x11 úóx¶Ž¥…Ž\e Q "
b"\x01 ’(RvzuÖŒ3bëÄQ†˜ "
b"\x01 ’(¡v*{;¼¼\x1F RŒ\x1A -a "
b"\x01 ’(¡¹¾rû§•\x02 në„ïˆ "
b"\x01 ’(¢\x05 '~\x0E C2ª³\x04 :Þ "
b"\x01 ’-üÿLy‚\x16 šFvUŽð "
b"\x01 ’B¯áJqT«\mF\x05 hÇÔ "
b"\x01 ’B²\x10 9s\x12 ¦Ìö#óè. "
b"\x01 ’C\x18 %(|\e »Ÿ‘3g‘p\x7F "
b"\x01 ’G\x1D Wju¹²•vU«¦Ê1 "
b"""
\x01 ’G\x1D u—\x7F V¤”Ù\n
\n
]}„
"""
b"\x01 ’G\x1E Jû\x7F\t ¢:]—/ãMx "
b"\x01 ’Li^›qoŠá±þXú´$ "
b"\x01 ’L«qF|ï ó\x1A ÷\r «¾« "
b"\x01 ’½Ç\t\x0E uº˜¬\x03 j\r *} "
b"\x01 ’ׯòwË+0~{^² "
b"\x01 ’×±©aq\x1A ‚ïëA<\x1C ›è "
b"\x01 ’ÝŠ—«z¢\x7F\x7F JŠÜ§Ë "
b"\x01 ’ü>jv\x01 ŽqÐò\x08 ½èz "
b"\x01 ’üA0¸vŒb%¿]<4å "
b"\x01 “%‹–\t zÜ€é¶\x08 ªe.² "
b"\x01 “%ŒÒ¡|„µY¡Ê¨iü¢ "
b"\x01 “S[J•{O—À\x03 9\x10\x13 ÂU "
b"\x01 “hŠ9\x01 rÔ•GÊÃm\x11 T… "
b"\x01 “m u”xB©'V¸Y=\r þ "
b"\x01 “n\x06 }\{Ž’ ŠåêRy\x15 "
b"\x01 “w‘\x1A !\x7F A‰Â²ØwÎ4s "
b"\x01 “w¶’ÿxz³\x1D 9dIVhÖ "
b"\x01 “Ýî\x18 ÄrŠ£k\f ¸/?çi "
b"\x01 ”@O\x7F brÅ»×äÃmEÕ "
b"\x01 ”A\x06 {\x0E vTº_P´PÍÿu "
b"\x01 ”E{Î\x00 s.¼âC8Ê|J2 "
b"""
\x01 ”_<8¡wy¿\n
²h—;âÆ
"""
b"\x01 ”Žœ¦`xÆ“îÂ(1ý^ "
b"\x01 ”“\x10 B\x17 {ð†:×YÐZÛè "
b"\x01 ”²Bç#{ü‡YÝ…ÿ\x16 ,A "
b"""
\x01 ”¶V\r aq_©UˆÕ‚\n
o\x1C
"""
b"\x01 ”ÑEö\e ~¡™\x16 #Ýcf…l "
b"\x01 ”Õ•œ`y\x10 ½×\x18 ³\x07 %È\x16 "
b"\x01 ”Õ•¸:x¦³gš\x1E }¨\x1C m "
b"\x01 ”Ú¨šn}À)w\x01 rˆKK "
b"\x01 ”Úª0–t\r „\fIo"Ë "
b"\x01 ”ÚªT˜t\x18 §ì‰ýˈל "
b"\x01 ”ÚÂÜSyÔE\x1C ÔK®Sç "
b"\x01 ”ß^¯ér¤ƒ»=I¦TC0 "
b"\x01 ”þ[5ª~û°\x03 :J¨hý< "
b"\x01 •\x19 JŽNydªsPY\x0F šÐw "
b"\x01 •ekÅDt‹Ÿñ®úI´rC "
b"\x01 •k‘\x14 —qÈ·\e 5AÌzž¯ "
b"\x01 •‰˜©©~\f ¢¼>Dßǘ "
b"\x01 •‰™\t yyt¹nüu‹}H "
b"\x01 •‰ÉTô{Á¦\x0F ž\x1F qûÅ "
b"\x01 •‰ÉˆtxÖ™·j»²º)\x00 "
b"\x01 •‰Ê0\x08 u\x07 ¤\x08 M\x06 :\\x10 ; "
b"\x01 •‰Êa\x12 sóµ)\x06 ¯S_ý\x16 "
b"\x01 •—^²{J‚‰1Hñû¨ "
b"\x01 •”’Ùa{Z½¯\x18 -D\x15 q; "
b"\x01 •Ò^dÏuVŸ‰í¾\x1F “\x12 o "
b"\x01 •öDûmz.—\x04 µ\åp€N "
b"\x01 •ökSë\x7F )¯lÇBiAS "
b"\x01 –8\e K’zו\x1F ˜çµ\x14 ı "
b"\x01 –8\x1F ˜ýz‘¾c?{£[û– "
b"\x01 –8\x1F ò3z\x19 »e(ctm¤… "
b"\x01 –8 „\x06 y1¨Ùq¿Z%]m "
b"\x01 –8!7Ë}\x05 ›û\r \\x1A B[¢ "
b"\x01 –€Âþ·qN“„ Ø{ÓÆú "
b"\x01 –€Ã·,}K€¹"³µŠ\x08 7 "
b"\x01 –¥t™€q\x15 ˜\x19 U"k\x12 ç "
b"\x01 –©ô/{\x7F ·¬ÙÆ[\x04 \r Öù "
b"\x01 –Ãë4’\x7F é‚\x18 ¦#iœwà "
b"\x01 –É„—\x16 t¡º÷¸‹\x00 inÐ "
b"\x01 –Î"³RwŽ‘\x07 ’¤#\x13 6R "
b"\x01 –Î4‰8x%¡PC¶\x0E •½\x13 "
b"\x01 –èIoGqmŠË>ª \x02 4\x12 "
b"\x01 –ý\x0F ï\x1E s"šÉ‘BñRFê "
b"\x01 —:+¬]|O€Ú8\x18\x7F õÕ "
b"\x01 —:+ÖMq‹¸Êµ\x13 üOlœ "
b"\x01 —:<Á˜uǪA\x08 2Šm\x06 ‰ "
b"\x01 —?õí†{t‡¬ŸzQ´U® "
b"\x01 —c\x05 ›§q\x1E ¬6¨›•‘ "
b"\x01 —iJä\x1F\x7F Ñ…ñâ@Ó\x05 |\x1C "
b"\x01 —x^˜4zP•*\x07 :´ª\x7F\x0E "
b"\x01 —|ó\x0F -zz¦Kúä\x0E àÐt "
b"\x01 —}M`ÉqAŽ3ð*€n† "
b"\x01 —‚û}«wݰ\f H»\x01 Á! "
b"\x01 —ˆ\x17\x1D ÔwA¦æ Ð.V "
b"\x01 —ˆ\e ¸Z\x7F k‹—\x17 €`3½˜ "
b"\x01 —ˆ\x1D Ö?s!˜nºËÀØ1} "
b"\x01 —ˆI\x11\x7F {›Œ@±²:¿ "
b"\x01 —Ž\t ܰv\x17 ¥ý‚¥¸Ò'Ç "
b"""
\x01 —Ž\n
\x02 ‘u¨‹Â/í6Ý‚
"""
b"""
\x01 —Ž\n
"\x03 z¬œÀóS}Œ†è
"""
b"\x01 — ÷\t 'y\x14 ±ñ\x01 0s; "
b"\x01 — ÷'ƒpj¦\x08\x16\e Š\v Í‹ "
b"""
\x01 — ÷b{{c¾ñ\x14 ù\n
æú\x04
"""
b"\x01 —¦EÈ\x0F v§»[kdy®i— "
b"\x01 —°¦5“tب"7XK®¡¿ "
b"\x01 —°ù÷ÜtÌ”\x16 o§u`4Ð "
b"\x01 —±\x02 ªò{#‚]Aåz^SŽ "
b"\x01 —±\x08 ®¸{V˜óÏŸð¿Šô "
b"\x01 —±\x08 Έr’…I\x17 T„÷~ "
b"""
\x01 —±\n
¯%xæŸAL5¨Qâé
"""
b"\x01 —±$_þyr¤z¢´âIŸ- "
b"\x01 —±&\r Ìxê”¶\x0E (Œ\x1E )– "
b"\x01 —±Qyºv’‚\x12\x1A ì\x05 aã© "
b"\x01 —±QÿEw*€ùñ\x12 ×Ê\x13 å "
b"\x01 —¿×èÍz>¥¼oÌóP4 "
b"\x01 —¿éœ-~à±ûŽÁ|¡\x05 s "
b"\x01 —À\f î6\x7F •®²ÍÍ2Å•» "
b"\x01 —À:–¤sp«\x13 –‚\x05\x16 òº "
b"\x01 —À~VItøKÊ‘¾~^\x17 "
b"\x01 —À®\x13 “{\x05 šÜÍ\x17 “‚~\x04 "
b"\x01 —À°jFrÅzbzPöR$ "
b"\x01 —ÀÈÞ0}\x1F §C’º“‰âf "
b"""
\x01 —Ä£\t þuŽz4\n
\x1E më\x03
"""
b"\x01 —ÄÁfnx´ŸÛºªÏ<R\x1A "
b"\x01 —Ä˳Û~\x14 ¬¡™ ®jÞ¨ "
b"\x01 —Ä霒u¬¥`\x00 bòq7ª "
b"\x01 —ÄêUÉyòŠÕÇ\x03 âzU "
b"\x01 —Å=Ä\x01 u\¦:L\x00 t·\x1C "
b"\x01 —Åm\x19 ÁrÍ»ÞõP£z7. "
b"\x01 —Ån83u†¤‹AE÷’\x0F ™ "
b"\x01 —Å¥$àsI·E¬9Èû\x07 ³ "
b"\x01 —ŧŽ\x15\x7F ´™•:Hv”/ "
b"\x01 —Åï5Æw=³xüpP;j "
b"\x01 —Ê×Ü5q\v ½ ŸÂÒÙØ" "
b"\x01 —Êï5\x1C }Ë‹\x16 3áµÒR… "
b"\x01 —Êïß\x14 t‰–ø’ƒœT`ì "
b"\x01 —Êü\x0F\t r<¸¸äþ¬žN "
b"\x01 —Êý»l\x7F E²T\x16 ð1\t í¤ "
b"\x01 —Ë\r àò}k•\r \e Ê: DB "
b"\x01 —Ï%AæyúšªÅI_°\f a "
b"\x01 —Ï&“Ùwù’e*ÝuÎÔ1 "
b"\x01 —ÏVV‹{ú†c·\x17 hiÇd "
b"\x01 —ÏWDÙx#«.MkZ:êö "
b"\x01 —Ï•ó\x04 p¤\x07 úûçþ "
b"\x01 —Ï–žzvð¾iM÷¥€LÕ "
b"\x01 —Ï÷›\r rÍŸ+YxQvLŒ "
b"\x01 —Ð'I¬rÓ£\x1D £È€¯7\x04 "
b"\x01 —ãÉàÖ\x7F À¢Ó¨º™k "
b"\x01 —ãçß›wq‰Ý¨öM‹3 "
b"\x01 —ãéVš|ü±§\x19 K^Ïu "
b"\x01 —ä\x00 ½3w\x1F µ%lhk6Ï“ "
b"\x01 —ä\x02\x1A ”uü±ªíµ\x0F m£Ã "
b"\x01 —ä\x14 TévK£\x05 aþ‹$3\x10 "
b"\x01 —ä\x15 ú|—ƒ“¤ÇcæG« "
b"\x01 —äíë\x0E zf²…àms¾ê "
b"\x01 —èí©jw\x03 x†<@Ð{ "
b"\x01 —èïé\x18 z[œ™2ÄbQcž "
b"\x01 —ô\x19 ”\x11 vˆ•\\4\\x07 8 "
b"\x01 —øáWu»±¹æ\e àïð¹ "
b"\x01 —ùVŽár\x08 Šr˜\x1C Ú\x17 Á‹ "
b"\x01 ˜\x12 sh§zW‡?K]a¼¯; "
b"\x01 ˜\x17 *h›{â¤êÈB\e\x15 ÷ë "
b"\x01 ˜V\x10 f{}™¥\x17 Å(\x10 ò¾f "
b"\x01 ˜V\x1E \x1E | ž\x12 )LyO›m "
b"\x01 ˜V)þP|ÌŽ—C\x06 ž Ã "
b"\x01 ˜Z±²\x08 pN·,\x7F\v wuº\x06 "
b"\x01 ˜Z¿Ÿ8xR·®ù\v „:\r „ "
b"\x01 ˜[\x15 w\x0F z\v ‘pj(m#×\f "
b"\x01 ˜[0é2s ¾ 6?B6¸ß "
b"\x01 ˜t3Ÿ\t y&¿n"jcãI\t "
b"\x01 ˜oVð{)¯•T€\x1D Ö \x08 "
b"\x01 ˜ºÔ0sú¥\x10\x1D Ò?÷ê[ "
b"\x01 ˜¨(>bzÌ›ƒ+ÁÃF7Ý "
b"\x01 ˜¨<!zÖ§ó„Ð\v j½a "
b"\x01 ˜¨qº\x0F xÓ™pÈ9Ô3Ó‘ "
b"""
\x01 ˜k{Ôx\x05 Ï\n
Éc'WL
"""
b"\x01 ˜†Ý\x08 vì¹pH«0U/Å "
b"\x01 ˜˜í¶w¡”lk¦5$Ú% "
b"""
\x01 ˜»ûKå|l»æ\n
’Žê@
"""
b"\x01 ˜¼Š\e Ðu½£Âð~;è "
b"\x01 ˜½\x03 ‚#rcŠXH\x13 2ˆý. "
b"\x01 ˜½\x05 ÏÁ}ÌfŽX¹Ê\t ; "
b"\x01 ˜½!Mr¥I}T,‰ã\x11 "
b"\x01 ˜ÁZ{¯|õ—ZÄO}îü "
b"\x01 ˜ÁÉM¹\x7F ]³ˆ\t\x10 h\x17 Ÿâ "
b"\x01 ˜Â\x00\x0E @y4°¸n$\x0F r¶¿ "
b"\x01 ˜Â\f à\x01 r½°Š¶¿é\x15 'g "
b"\x01 ˜Â<+ÖtŽœ¬”hMNŒ· "
b"\x01 ˜ÆóútⲘë¦ayãæ "
b"""
\x01 ˜ÇO ¬tãˆ\x03 <Fá[\n
o
"""
b"\x01 ˜ÇP@¬{´»9‚Pª‰o "
b"\x01 ˜Ë•±\x0F }'š€Ö}/`˜\x1E "
b"\x01 ˜ËÖ\x14\x05 ~z«Í\x05 ß`\e \r Î "
b"\x01 ˜ËÖg,z:›<ÿË,a "
b"\x01 ˜Ëëøæ~D§\x16\x18 €Íg2½ "
b"\x01 ˜ÌCB\x0F }ë›\r ¹á“¸Š· "
b"\x01 ˜ÌD)\x02 qÊe\x13 á\x01 —ìÛ "
b"\x01 ˜ÌRwqp´ß_½\x07 JZ "
b"\x01 ˜Ìpç|ðv\x16 ÞoM\x16 i "
b"\x01 ˜Ì˜\x0E Ïr%˜VÔ,Û³îa "
b"\x01 ˜Ì˜ q͘ô:o#U "
b"\x01 ˜Ñp¿W}‡žª¥Üï/º¯ "
b"\x01 ˜Ñq¾*x¯¶ÓÑm\x00 ù© "
b"\x01 ˜Ñ‚n×v!¹Úf·Lþä\x06 "
b"\x01 ãú€PDì³\r à \f\x07 "
b"\x02 +\x7F 9\f Õ@\e “´5k@Å\x04 b "
b"\x03\v ÁŸÿBEê´¿jn͸ô\x13 "
b"\x03\x14 z¸H0Mô§FЦìøÎà "
b"\x03 Ɖm$`G¯¦Ç|à@F`t "
b"\x04 ÖlH2ÖEì‹_f¥g\x1D\x1A ¬ "
b"\x04 ÞÂ\fŠO@‚}¸[Ü$Mß "
b"""
\x06 y3õ\n
wAõ°â¡X¡@²i
"""
b"\t jÊ\x13 æPLÏ‚¨ÁlïLØñ "
b"""
\n
1úáüåNP’†*zíÕ
"""
b"\r 8VÕîðK=’iÜO@ÕÖ "
b"\r ã‚æó\x1C J\v ŽŠy&áz°[ "
b"\x0F lVÌ{uH€¬uØv‹|ºî "
b"\x11 þ¥ýÖŸK\x11 ª±´©äl\t @ "
b"\x12\x1C Ø\x7F\x16 ?A\x1A ¨šS>V\x05\x00 è "
b"\x12 H:?~ÒMb€d73,¥Y "
b"\x13 ¼–´&5JK¹{t*°ûb„ "
b"\x13 ¾\x1D Tn–EÉWÁ\t &B\x02 ; "
b"\x15 âô\e <A/ºa\x1A gQÝçã "
b"\x15 †pksD\x19 ®ó9"„Ϭý "
b"\x18\x13 Ð…W\e H\x10 ‰“óPð„ ( "
b"""
\x18 õ†\x0E \n
wH\n
¾“ÄW]‹@)
"""
b"\x19 ®jÔÏãE²œ\x01 [¿ÇBiQ "
b"\x1A kL\x00 øÒHA½&«í·õ\x1F þ "
b"\x1A õá‚cPIí°\x04 ¨ÔãiŒÏ "
b"\e h<\x05 PaH.¡9³\x07 ý$~ "
b"\e Ãt€m-B\x13 ²suæ\x07 ç™6 "
b"\x1C ø3¡_SBΈ\x0F q8¥\x1C öC "
b"\x1D õZ ôñI9¢«ç\x16 Æ$J£ "
b" :²S¼nAL“q¨…»à]- "
b""\x1A m§31H\x10 Ž\x1D\x08 ~$\x04\x19 a "
b""‰\x11 jXÁGh†¯\x13 wZ}\x1D ½ "
b""õ-’\x03 WJl…¼Ò¹¸Ü\x15 K "
b"#\v g#-*H1”\x11 ósë? "
b"'ÛÌ\x01 ˜3GúÞ‡\x12 ;}-& "
b"'â\x02 µáÓH“ˆ–\x17 Rqùtn "
b")\x01 ge¿¾Dï”§?@Ú&)ß "
b"*\x14 橨J/€þ\x01 |¼¿ÆN "
b"-pV°QùGÞ·däø¨³Ï€ "
b"-•V©á\x7F J\x1E ŠáU\x12 zޏ| "
b"-è»ü\t šFy²w>T¬ > "
b".t\x01 ޵\x00 EìšÙì};\e ®ô "
b".†*\x11\x16 Nm³ËŠÝ¾aèo "
b"/Ä\x14 €IžDã·ˆÓAU‰<\r "
b"2-–qìAKLŠaWÇ\x0E 37, "
b"""
2A†µ>¯A\n
°¼Á’*¼ï¿
"""
b"4]ù³ÎÖK%¦„j`ša\x7F "
b"4`E\e 0-Ln¨N·bôÿí³ "
b"4»{\e +öAŒŽµ\x1F ôUü~Ó "
b"4í’£{§Ls¨bõ\r ›S×· "
b"5\x19 aJ‘ØNO‘à¤|QÞ\x17 "
b"6\x01 R¦ÌƒO!¬¾º|„ \x16 ½ "
b"6<Þƒ1ÉOª›/‘°*B¢ª "
b"6¡z3\x1F ïFD…\x1D\x1F À\x00 ‘ÔÆ "
b"7@P¸¿+D¢–ò-²0èg¥ "
b"7“—gF*CzœÃ_\x1F „/\x10 ÷ "
b"8\e @©\x02 JOû¼å\v ×ÍNžé "
b"8˜Øã\x02 ,Là†Êÿ\x17 †IR) "
b"9ìöð¯"H2‚ê¹æ“‘h» "
b":î}8\x7F\x08 Aݦ\x07 3˜£nü! "
b";¡£¦\x1E C‰›&ø‘žPd "
b"<ûzM\x0F CC%‡@]ê³hÈô "
b"=cþþU[COŽLáŒb¬T\x19 "
b"=‚wKÚ]BÅ»Â\x19 ÅI^Œ\x03 "
b"=\x7F ë!yKÑ«ôáäzº _ "
b">\x04 ÐÇZÌJ¢ž“ŒD\v ˜„? "
b">#º¦¼\n NÖ²\x00\x1C uÌ"\x06 ‘ "
b">‡¬\x1A 3ÍDɸðHëçJvZ "
b">´¼Ò\v lB\x07 ·=yÀûñ\x12 "
b">Ê52\x06 ¸Iì» ²íRÒw "
b">ΊZ¸F1¸ºÂÊ\x07 ôL "
b"?cjq°ÌBA¿3zZÅe\x07 ì "
b"AQ¶l<MB²¶Ë¾ÙWÅ\r ø "
b"AÁ‚\x12 nàM{›ø|Ãt\x13 éL "
b"BY¥c\x1F ŽFd…=>æÞþá "
b"B[”È\x19 I\r ¿Ç¤ê)1\x01 $ "
b"B`Ôj,\x1C C÷‰«\x15 ó;–!1 "
b"B½«|î_NAŸix¾ÇKš· "
b"Ca|áénKó•FcŠ!‹l\x02 "
b"CÁ=â²eC8ŽCÈÏA’ ° "
b"DUwJ\x10 FNÚ•4,îwĹ^ "
b"E=kG€*B»»0aƒÍã\x06 Ú "
b"FÃ[)<.CŠ–4!—£ØB¨ "
b"GFö04uEý—vhæ‚N;þ "
b"Gœ,\x06 ³þFø™¶«jc8«\n "
b"G±g’‹@I¦Sµ\x04\x12 •P "
b"""
GùŽ\x07 \n
ŠMш”\x16 üc\e ¹´
"""
b"IìÜ_íÙBˤ®3@ÆnÑ_ "
b"J}å˜ ¾@H·u"àXZLQ "
b"K\x16 õI–uAö˜ý÷T]k\x12 d "
b"Lhò\x01\x1A j@’—ß:L2õ¡P "
b"M\x08 OEzg@\x19 ¼¢>FæCtp "
b"N_ìü*DCX©B8ã\x1D :®¥ "
b"N‚U\x18 }HDч*(”L\x05 ¿R "
b"N¨3à\r WHûš\x12 ÏŽ´¡eÄ "
b"N´ „:ÀH¢’6Xv\x19 5Ùí "
b"O\x05 yjf+FS¼é9h!C\x11 Í "
b"OŽÒ\v ÷+A²…dµ¯$Ühí "
b"Qåy°¾nFlˆÎ4Ðb'Cb "
b"Qæ·îÓ†J¥ºÁ—jD#s0 "
b"Sâ-±ˆ3I2³!v\r Òë\e ¡ "
b"Sü>mýŸM⾿S\x06 ò\x01 «@ "
b"U\x1C ífdKO[‘Q›\x19 xÐP§ "
b"U;ôg“ÎJtº/5SpÅ=L "
b"UkãaÉ\x1A I\x04 «“^m”=0% "
b"U›A³ûàDÝ€-|¨'3sÉ "
b"Uå§ïáëDãž\x1C *H;\x13 šn "
b"Vãç‡Ýè@á„—ò\x0F V\x07 Pª "
b"W2;…À@FñšFACó\x05\x07 ¾ "
b"XØr²¢mFuª2ã\x1D ,1áW "
b"Xå\x18\x17 Y[Eÿ½íae¾\x1C ÓÎ "
b"ZŠ\r ñ£B\x1F ‘\x13 âžÿAdþ "
b"[\x0E (û=I\x1C ®'}Mͦɨ "
b"\\x07\x07 ¤k%H½ý–ê³bMƒ "
b"\Ÿ\x03 ¶rzFUµ™i£—[2o "
b"""
\̸,úœJ\n
œ÷8\x1A Ôø¼¯
"""
b"]\x08 êpÜtH¸E¨n$\x00 |n "
b"]\x13 ½·’ I£®k¡sÆIaM "
b"]3‘ÔAÓJ#¢ÕÐG\v QÉ "
b"]W£µÄÙJ6”\x17 }p‰@[å "
b"]e„\x04 ‡šN\x0F “ïO߀D\x16 % "
b"^\x1D 3û\e JFÀ¸9e¢Ð<£O "
b"_†vC\x1A ãM©ž\x1D ‹/™; "
b"`ì0nxCX¢†\x1A WT\x18 ëé "
b"bgÎw4´J’³€0x¦¿6\x04 "
b"c*sW‡ÍJh‚\f }FGsÇq "
b"cŽg\x0F ÊeA–³[Þ¤¯\x18 ÿî "
b"dGVVÎHDZïfÍ\r \x11\x1F @ "
b"gEBÙ\x14 •O~Ò\x1D úÔûKÖ "
b"hË{ÌÌ\x05 K&±2\x03 ²?·‡n "
b"iÝÓ¤\x7F ÅF\x02 v󼈗œ¢ "
b"j/¾iß•BÎŒ~_d\r g’\f "
b"kK\x1C K¡çGÌ„1QÔ\x15\x00 µ0 "
b"oÔ\x1F ;\x07 AD¸µãÙšûÝÕ+ "
b"qp‘E'ÇHø·ø€}:Õ¬ÿ "
b"r4\x0F ÏT.@,¾n.˜šcq\x0E "
b"sHãÑ\x01 ÎIÙ•Ýg6\x02 Þå” "
b"t&\x07 2~YGn¯á˜Bgñ| "
b"wug\x00 ÖrI‘¦Öñ{_'Áu "
b"z&Lh@<CPªé™à‰póá "
b"z‰\x0E KžJL4½°9ÓÄåü "
b"zÕ\x07\x12 –ÌBbŸc_I‚>Zf "
b"""
~ ¬Ò\x1F ¢BО_@î&\x04 \n
Ê
"""
b"~Þ\x05 ˜\x03\x1F O\x15 ¦üeµ¡*× "
b"~åðãï÷@°¦÷<LÛ{ü‰ "
b".\f ª\r ÇOy‰\x06 ›š˜¡\x10\x7F "
b"ü±eÆ\x00 H\x19 ½U´Af´Í "
b"‚×7é,³KV®r-ð\x15 ò¢4 "
b"ƒQ<‘7Jx„žvÖžÅZŽ "
b"„DñDЬO'Œ6•æ-ûGS "
b"…¢4\f / @þƒØÊÔ\v œSA "
b"…ç\x05 ˜\x14 ªKòºã\x1A ÒN\x04 „F "
b"†V~ÇK–‹ÞÊô/%¸» "
b"†ðÅ>À¥O§ž\x15 ëÇŽ§G¸ "
b"‡!ñ¬bEE\x18 ‘\r ¡Ò7õ€J "
b"‰ø”âlÕCkìÓ˜4‘Šw "
b"Š¢t\x03 ~ºB¿Š0&\x08 jUfÏ "
b"‹cŽ\x10\x1A ¸E?€?w~^+= "
b"‹'áaF¤a•w—²\x0F “ "
b"‹×æ $uC/‚ÿ߸QˆÄ· "
b"Œt+ªAÙE\x00 °PüeðºÒ) "
b"Œ m\x05 È @ô°&ø]mgË¡ "
b"Ž%¥C”´C’{~ûpQÍa "
b"Ž{å®Lg²\x1E ²\x08 €•` "
b"ŽéT\x02 ‹9L\x0E ±²™\x10 Ø\• "
b"Ž~øÌbÄI*œàáê4XJR "
b"É\x05\x1C ]fD¢UibËV¶| "
b"\x03 âVÜÍC<\x16 °±ÊM¹Ô "
b"“\f ùþâNJ¾\ó³+£,õ "
b"“{\x06 ¹**@\r ³S>×LÀ½µ "
b"“Ô£ôµEC½(fy•ñ»^ "
b"“lûF©Œ@\x19 Yg\x16 ý¯ "
b"”?^„f\x01 IçÂ0€(¦; "
b"”eL\x1A LˆI|®B75¼±¼h "
b"”€\r š(&OÛ§\x08 V¹-õam "
b"""
”§\x07 ¥\f óC냒Brv\n
@æ
"""
b"”á` l¨Nú¨ÞW&‹|´a "
b"–\x7F `Ù5·K9‡Ž©\x1F ý\x1A üJ "
b"–½r“ÅpBñ‘\x1F\x01 r8…©¶ "
b"—Z@ã\x1F åCVjúáC¦tý "
b"—ߢ·@N¸T\x12 ‘1#Å "
b"—ñž\x05 ß.L5„§2‡Ðj¢œ "
b"˜E?¢\x11 ûC\x1E —1\x12 Äí<Ne "
b"™[Í´ñÕFr”îÃ\x06 –•+u "
b"™ˆÒ«NEJN³\e\x1D æs´;ñ "
b"""
šXm\x17 _"G\x0E ¶\x03 \n
쥇"+
"""
b"šëä;\x19\x1A G±¬Í›KœÞ$ "
b"› ú+yÒ@*ŒNULÆ\v `¼ "
b".Jï·JO4ž\x13 üŽ—ê "
b"ž9ƒ<0ÙA‹«”AoÍæ˜@ "
b"žtמԄHñ“o!>S¸\Õ "
b"qíí(\e FÉŽv\x17 ¸›Š\x01 "
b" §m6…4DS—íÇ:_\x02 À3 "
b"¢>°þß}E<«\e +º¯¦r¿ "
b"£Ó\x15 ådªA)‚jÉ÷Œißb "
b"¤VPHd\x1C B\x19 ¬ÐVÒd\x0E 0\f "
b"§ñë›òŽJÅ ¡Ò\e \x02 $™ "
b"¨(»ËŸàKB ¯2î¦þg¼ "
b"¨º\x1C MÐ\x04 Ià‹Ò‡½uŒ‹S "
b"©Œ€/ÿ?IÑ‚\x01 ãÿa¯p? "
b"""
ª\x04 ý\x13 ßåO´‚\n
sw+«ÁÎ
"""
b"""
«”\x05 ,ÂéL¢¡Þ\n
çFÔÑs
"""
b"¬o~YÐQAÛ°,-ã㯴9 "
b"Tåzò£I\x01 –;‡ßååW\x11 "
b"^P\x07 0¯@I\t ¼Î\x04 † ? "
b"¯\d¡JÄE«\|`üŠL\x02 "
b"°\x1A a¡)B#Žš<ØŒb\f\v "
b"°)D»•úBƉWáãï{.¿ "
b"°n\x1C 7»oKw«øÉr˜½G½ "
b"°’÷\x07 s;KöˆpG]\x1E íŽÜ "
b"±\x1C ùIèZO»’"P´Ñ~”» "
b"±‹\x01 $Î!M\¢í@±fc¸ "
b"""
±é?´z\x07 G\n
±ˆmHÂÝ\x1D
"""
b"²GÅ\x19 Ô+L‰´ÉÍŒ(%ù "
b"²^tnBûNF¹°\x10 ¬ÈÜÎ’ "
b"²ø„NÖ:B4¨ÒñßC[.U "
b"²û Ñe\x1E HÊLД\x00 É8© "
b"³Ëw»:øL}Ö{ú\x14 ¿Ø¦ "
b"´›X°4$O?«,ÕãÎŠ× "
b"µŒcÞì@?¤£ê\x18\x1D >& "
b"¶\x11 *‹§îG\x11 ·hé!’$eP "
b"·sùÜÜ`BŠ—‚b0¤õj‹ "
b"ºÏ\x10\f ¬ËBÓ‚E‘\x13 ò›A "
b"»R»¡”éM£¼‘VxUfò= "
b"»‘,dòüA3މ·]\x1E ¨ì^ "
b"¾ü\t \r \x1C ÃDû¦¸\x17\x17 Üd)S "
b"Àr€\x18 àùD\x02 ®R!Ƥì$\x0E "
b"Á\x14 dœóÂI\x0E …Aý\x15 6að® "
b"¢٩˜ÊG“•â>K|´³¹ "
b"ÃjÊ\x15 mªNR½Ö<›\x11 8kF "
b"Ä”~“\x1E GN*–†8²lø° "
b"ÄŸåÚsÞE·šyUNñW±— "
b"Èi‘ìþ\x1C @K¦¤ÇûÅ= "
b"ʹÑ`‹9K\x11 ¾2Ø\x1F\v\x19 "
b"Ë#ðˆÀN@IŒ¢è½x¾\x0F ì "
b"Ëz\x11 çÞÒAæ´\v\x07 Ù'\v\x1C µ "
b"ËéÄÃæÛKÿ„\x7F 1X\x03\x07 ¢ "
b"Ìwgƒ¨fNƒ¾ª\x15 àûmªh "
b"Ì÷QÁµ+C\x7F §š<ÁÞU×\x05 "
b"ÍUä6\x17 XLL›‹Ædÿl*) "
b"Î)°‡È\x03 @ê’\x1C ȣ̲të "
b"ÏGD\x02 vÃJž¹—‡ ÏLO† "
b"Ï‹ä+\x7F TM§‹–=\x04 8R’M "
b"Уs{·-Gy¬É¤œ;pèn "
b"ÒÃâöJ’J츥9d\x07\t ŒÜ "
b"Ó¨\x05 ïu\x06 B]´³ã[Š\x04\x1A [ "
b"Óìe2\HÀ¼ÍQøKÈlÌ "
b"ÖÓDìN;LüµÇEQÕ>n "
b"×[µ¦f\x0E Iò—™§#TæMÿ "
b"×ûG\x1E ÑYBÌ‹\x07 x~'æè\x1A "
b"Ø-Å6ÉÜBÝŠÞ ¹6Å\x16 "
b"؆X€‚ÉE Êš|Å^í "
b"Øeïý\x03 H¹\x04 ¿qàƒf´ "
b"س“ÜzqEG·\x1E I\x01 \r 'h° "
b"ÚLÛéVÜEô†ø\x14 ¤,o¸ä "
b"ÚË\x06 eˆFOM‹#§‰öe· "
b"ÛýX\x00\x02 RCÝ€«A½†)\e "
b"ÞXgPÒ\x11 Ah€d‚R{^Áª "
b"Þñ®ºa7D?«H\t ´˜²ñö "
b"ß\x11 C-E¼E,¨“˜æEŽÞÿ "
b"""
ß9ºÁúÛF‹ž\n
Ù\x1A û7aS
"""
b"ß’\x1C Þ\x0F ÈKÎŒù·AßÅ·¡ "
b"ßê \v\x11\x08 Bˆ¦ÚBO_3m "
b"áØ\x1A Ó2/H_Ÿ'<°µÇÕÊ "
b"áå\x7F Ÿ\x06 ËD±š\x7F Ã\t ‘.J? "
b"âõz\x03 Û¦Bp‚\x1A æF…,¹w "
b"ãEÀÞ·"Fù“\x13\x1A ˆL4É# "
b"""
ä\r œè¨¦NϺ\n
ëÆ¢ûj
"""
b"äÛÁFÓ4A—¶„Ax}Ni "
b"åww\x00 æÊ@b¾ka…ìŽÃG "
b"åå\x04\x01 AŽDM¦Î-<¦\x03\x0F í "
b"æÂÙùê„Iƒºi©“€:|ý "
b"ç_ó¡v\DªƒîäÅ4˜\r œ "
b"çdBÏ÷ºL°¦X’îÑ\x0F šd "
b"""
ꩲR\n
åJa¼T¯X¹ÝLu
"""
b"êÖÐwª”@]‡¥|Z\v\x14 ¤ø "
b"êÚ09\x17 õJ㢒\x16 «ŽþÄ® "
b"ì÷œ3Ù|B±œêÀªÒó’a "
b"í'f½ÄzMà¦n\x01 ùoí¸Æ "
b"íD[d’?KΦ^T\e àŽ…\x14 "
b"î=Žìm\x10 @X©jŸ\x10 U*\x0E \ "
b"ðKEw‰YF\x08 ›]ú\x06 ,»ô™ "
b"ðˆ™½ïzL¹–\x14 íˆ\x10 H\t\e "
b"ð¦‰î=,CZ‘mé\v ¨\x19 J\x12 "
b"ðÈ¿¼RýC3ƒtN'HÓÿª "
b"ó\x01 û†ÌÕL4®™\x06 ™¸†á² "
b"ô{t2*•Dg»–§›\x1F ú¶ð "
b"ô°,K¢ŒC¢¤½ú\x1F ©Ãé' "
b"ôî\x00 Û±ìJW›|‰æu5iÚ "
b"õXéÜÎäE\v ¡ÃgìÍ\x08 -` "
b"õÆ,\r žõE™‘[1ôzª\x15 \r "
b"ö7¹\x04 dÐ@\‘Kšª\x01 ýKó "
b"ø;_m¿^It°\x07 SVÐð¡è "
b"øÓ+T8‰M^\x0E UÝ\x00 ˆ? "
b"ù\x07 œÿ¢ÁAå„\x04 bÓÔíõv "
b"""
ù\n
—ÖY¥Oï®»\x04 /.s˜¤
"""
b"ù=oƒ5}@$–\x1D LV\e §* "
b"ûb¸pwF‹®–°¿nÙ "
b"üyE©¦aAè°ª^ŽâÖýh "
b"ýw-ü)A\x18 ¶UÛMª \x02 ~ "
b"þ/øö¨õH\x00 ‹\x01 ?îÎ\p "
b"þãâi{FiµÞJ'Î']Û "
b"þÝE¯3¶MNšîe|+öŠG "
b"ÿNù^þòAø²jÝ\r Îz$\r "
b"ÿk_YNæJ‹» \x02 0,Ú²Ô "
b"ÿ䱜\e §E1‰q0ª–Ð25 "
]
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 (0x0103DC5C55D441C18B5AFB9DF8EB0451 , 0x016F2894AC0846F0BE7D23306DE9662C , 0x017070FF38864E28975E89B3D83B4D2D , 0x018BECA0A041711DA17FE1A3CDFD6FCE , 0x018BECA1044174498F21D5063FF6B23A , 0x018D9CE17C117426995AA295619DF2B6 , 0x018D9CE217CD740BBBDFC9EDBC1A1AEE , 0x018DF4B7AE197190B088E722AFC2F208 , 0x018DF4B7ED377F9AA1ECA8E33B99F07E , 0x018DF93B52177483B088122A8E04834F , 0x018DF93BA0397A51AFA35634829FF1D6 , 0x018DF93BE9BD7F38AB57727864156AC0 , 0x018DFA3304957B97B2E3F42C051ECBA7 , 0x018DFA334C5B7A0F8C62715E419F1612 , 0x018DFA3382107B3CB185B895CC62BFF9 , 0x018DFA33AE9C74C29BF69D033C79A921 , 0x018E08B062087F13BBF9AF7DA2E0A8BC , 0x018E08B0D686729C806641C729650A8F , 0x018E08B0F5AC78E487123316666B8F12 , 0x018E0E7F95B678BCABC3355BDCFE835A , 0x018E0E7FB0FB7FE0AC012CA9744A4E9B , 0x018E0E7FC95F70899C27A740B6F13915 , 0x018E0E7FE0FA705CA033926DCB36A8C6 , 0x018E0E7FFA5771FD8F7BC62A4BCEFBED , 0x018E0EE170747AF59196EAAC93B8ABD3 , 0x018E0EE1FB9770F8949E09EEECB21C66 , 0x018E3C25D2737671ACA131D25BF5E3EA , 0x018E3C2609FB73CCA76587A949C98AAC , 0x018E3C9FF4E57113B24149A782083F1D , 0x018E412A5A197455840E0385A0303DB8 , 0x018E412A7AFF7D7A8A2EEB7D531F36C2 , 0x018E565F74217FF6A16DA7E0EEA1484A , 0x018E9ED41B8E751CBB26E4AE99C0A1E1 , 0x018E9ED4AE337B508FFA8F4C9853EB0C , 0x018E9ED4EB34711A89AAED98A6C81A93 , 0x018EBDCC1E797C1A997B1D8055C96B31 , 0x018EBDCC59447D0B9C8BC92E9E5E892A , 0x018EBDCDCAA474F0BE9F7BDE55EA4754 , 0x018EC1E891D77B54B4490FCD8C8745EE , 0x018EC1E9A3BB7EA98DB7C271F398B5B2 , 0x018EF0DB384C7382B7D2973F06BB1F44 , 0x018F0FD58B9F77FFBB55FB144A2384C9 , 0x018F0FD659EF7C26A535EB145E05F5B8 , 0x018F0FD6910D782EB032A3EF3D6612A3 , 0x018F0FD6E1D2796B916FD9018D157E64 , 0x018F0FD72556727DB71BA1D08F224361 , 0x018F29307A99735FA19A777F0A3FD39A , 0x018F2930BABB75B2948531B092C54803 , 0x018F294B570D70E9A1F043EB6840C7F9 , 0x018F294B8C72762E8A25AE071BC600EB , 0x018F294BC5847086B1BA4516CA520B70 , 0x018F294BF3577CB5B3965D3C0D9B4722 , 0x018F39813EC3791E875039C4865BD9EC , 0x018F76DBA94B731C974D92465980F46C , 0x018F7B6658EB723E80ED25C999A7269E , 0x018F7B6694677F98AF7EB9FD88327831 , 0x018F7B66BA497BE1B09F11213D934AA6 , 0x018F7B67069F799FBF226A50763AD0C3 , 0x018FC83C6E5F7B8A9BB038F558DC464A , 0x018FC920D92C7959AF72DFE8E1BD624B , 0x018FC921074A7E439B20AEFF84F97B4F , 0x018FC92162D175039AF128001715700A , 0x018FE3616B177D4D81C5252EA62333ED , 0x018FE361907D75FD85C183EF6422CA85 , 0x01900B9A9BB87C35A8D76938BC540C88 , 0x01900B9AEDB87739A514EB128A9D7646 , 0x01900B9B266972AC92FBF8E93F02C358 , 0x0190119E20AA78D4A18908D176CCAAAC , 0x0190119E442C7929A8EFC6125762CDEC , 0x0190119E7A3F7479830F5CFD4DC5B82E , 0x0190119EA846719995A58D623D336F92 , 0x0190119EE69A7958B09723EBB227C7E0 , 0x0190119F1DAF7DFC98DC53425C694CB8 , 0x0190119F483E757898B1C939FF6EB06C , 0x01902A8C90657D39884207F6619B99B2 , 0x01902A8CBEBE7B1E9D5E424BADB45249 , 0x01902A8CF9AD7420BA12076E4D7CF299 , 0x01902B0A4A427095958A027D0FE5F669 , 0x01902B0A70BE7177989552CA9D069361 , 0x01902B0A993B7E1DB48F4A162E7A1D59 , 0x01902FC25DDC78CA8A71D309AC6B98D8 , 0x01902FC278E5730C9DF7E3740CD05620 , 0x01902FC2968D7C98BAB5892B0675B743 , 0x01902FF33C22778D97A2C3B8147B8DA1 , 0x01904A33041E77D9B5FF8252C8D8BDA3 , 0x01904A334C8171548AEBFB070FD0DFCA , 0x019107D460FE752B955609E0D6E08B42 , 0x019107D55F5D77B48EB83B9FE98C75B2 , 0x019107D5C5B7705DB4324F333FDE7E8D , 0x019107D63D577F869AE31D2E848A8FC0 , 0x01916EB8E1477A749CB379AEAF83987A , 0x01916EB91E4474F387926811868C7978 , 0x01916EB941947FD6A33AE80B693B1CC4 , 0x01919D0DF53B78F79B9D52AF57B27665 , 0x01919D0E5696749BAE381F29B2B94B32 , 0x01919D8BAA2072CEA0543FC6FD8F3ABA , 0x01919D8C3EB476C3ADF2246A8281A591 , 0x0191B73E36EE7F63869E6BE4CD80B6BC , 0x0191BC3A06527ED2BA4A6995FF6FF1E6 , 0x0191C675B5A97E649EA8E9DFE744ED77 , 0x0191C675DBC979B9935EC26E684A888A , 0x0191C71C9D76754FB630127F803E58E0 , 0x0191C71CE79273F99A26910D00851C31 , 0x0191C71D3271749CBE0565B7BC5F398E , 0x0191DBC94C487DE9B543C81D64930998 , 0x0191EB48114E7478983B2CECD7E85C24 , 0x0191EB4833F970E1B26EF3EEE4519C22 , 0x01920504215D7126B77C05543418F429 , 0x0192287E36607A92999F7A1981BF7585 , 0x0192287E66967655BBF10BE47BCF0D94 , 0x0192287E814773BDAA6E3CA6A03AD8C7 , 0x0192287E9B1E769C904E5B829D6A6043 , 0x0192287EB58979D3873924861F68BF92 , 0x01922DA3F03873689A0522A5C15F0BAB , 0x01922DA44AD372E792D0D54EED11AB37 , 0x01922DA4691A70A1805FE4AA46B77DF9 , 0x01922DA47D1A7AC38AB11EC353B44AE9 , 0x019241F4681277D0B535D781E1F0A300 , 0x019241F48BCE7C82A59C091A6595216E , 0x019241F4AA42747CAD3F0361533AD5DA , 0x0192430EDA057D298C0C95997CA8C3F1 , 0x0192430F02B37DF9BB47F10A5A11593E , 0x0192477E80D17CF8B820FC8267AB7446 , 0x0192477EAA4F79A5BB15455997186E96 , 0x0192477EC5B47E19BD11D0AF241A724B , 0x01924811E6E87A1F955E05C71A50458C , 0x0192D768BD0A75B08758AE1C0A79ACC7 , 0x0192D768DCB076CF9CA1E2D692C4D9E8 , 0x0192FC3E958D768C9850C9F79A4D7D9E , 0x0193016C3FFE7D79A06F279198248AEA , 0x0193016C811A732B97EE31E361D716B4 , 0x0193258C375F72AF8C12661A368487BD , 0x019329EEFDE37C3897ABF89954960F7E , 0x01932FC6620A7CB4BF745E04709AFFBF , 0x01932FC67E027377B82C52C6FF78445A , 0x0193720E92C97601A3D6F3ACADB03571 , 0x0193720EFA247550895705CBBA6BA463 , 0x0193723F72F977CF9EF22C151253257F , 0x01937241E95C7811805155721B4BD6EE , 0x0193724204707222AFBC894EE3DB1BF6 , 0x0193724221367C81B139C8CDB7BC3B29 , 0x019372B31AB07D5B95C30F2BAD48E1AC , 0x019372B34C6570CAB79A04B5ADBAD592 , 0x0193779BF9E672E7AC04283B4FF1ACFB , 0x0193779C3ABA77FFAD77A9F3CE1C5D9E , 0x0193779C678C7B139625EBC1C898AF94 , 0x0193B54E363E76B9B81B520C94C54949 , 0x0193B54EC34078D582638E9C920EAEB4 , 0x0193B5E9266277E2A2DB445A56B24B32 , 0x0193B5E97ADA7A7BB31F7604885500EB , 0x0193B5E9A02B70209AFAF3437C6A455E , 0x01942BD5183372AAB4F593C04C78FAD0 , 0x01942BD5353F709EBD42166EC6BECCD9 , 0x01942BD54A8978318E2029C10A0CCE90 , 0x01942C37E02A7263A09CF1DBC97868D0 , 0x01943B8C97E9782ABF93DC51759CFD48 , 0x01945FA7B83277A2A6B70E4A0F66F485 , 0x01945FA7CA34745AB1B6685059B8A650 , 0x019492761B077276BAC620476F914BC9 , 0x019492763AAD7752868425DD587DCDCF , 0x0194BB75A4C2783DB59736F4EC29D821 , 0x0194BB75CEDC7560A182AC7145797199 , 0x0194BB75EE1C7232B4111FEB26CC13F7 , 0x0194BB760CC8738AACF9F90592A45742 , 0x0194CBCA9AE87AFBB4CCAD8016D48EE1 , 0x0194CBCAD0BE7D67B94ED8F5D3F01AAF , 0x0194CBCAF1C57C4480DB966B58C2B42B , 0x0194D59477C878C7840B70E24F223112 , 0x0194D5949A28767486335638B31ACE9A , 0x0194E080018376B1A28F808FED42E305 , 0x0194F48FE8BF784D872EF716B16FAE38 , 0x01955B48B5957FB8A7AE4485EE8305D5 , 0x01955B48E12D7B7892BA26FD57906838 , 0x01955B4901247C7D9EABD12ECA55B1CD , 0x01955B4921637293A01C2C5EF8F47ECE , 0x01957004EB707DD69F4268B1FA1137FF , 0x0195805217D977AFB47E2643BFECC0A2 , 0x019584CB24E77331B2933BC2992AB5A0 , 0x019584D9F48F71679A42A5BE906C72CD , 0x019584DA0A1B79BEBF4D316951E06830 , 0x0195856C9D507726ABC3A880CB263C22 , 0x0195856CC36E73CBA6213F1D70A3E35C , 0x019589D639B3795B8D380714A80B82B5 , 0x01958F915B19783C9A5F5035A4D14FE8 , 0x01958F918FC871ADBDB17955D1093709 , 0x01958F91B8CF7A8ABA1C782FCF0D4A53 , 0x01958F91D8247415A9C1A74E8C58F266 , 0x01958F91F8597B01BF016D45FA1B60EE , 0x01958F922E387776989C7D183E51C4C0 , 0x01958F92538C7756880BB9C2F488BC59 , 0x01958F927AA3770C837D733001355D19 , 0x01958F92A36C789DA938362EE5E347BB , 0x01958F92C5FE7672BAF5A6128E5D2B72 , 0x01958F92EE2A7B8CAC9E2926451E6AC9 , 0x01958F9311287472A7D38E768DA0C1F3 , 0x0195D7252F4179EB9853567ECB3D6136 , 0x0195D725470B73E9A84FD1B3863E91F6 , 0x0196343B695D7C38BB50312916095380 , 0x0196343B8E0F7D21847FE52330817AEE , 0x0196343BB92D7C359C3704C9C1BD17C8 , 0x01963D8E71217810A3EABFD8E36556BF , 0x01968155AE6778B48C77698A71A01B62 , 0x0196D856F9A678F9B3CE4D16E8E18C7D , 0x0196D85716867629BC43A7DBF3F46FD4 , 0x0196D8572D02799AA583ACC46508091E , 0x0196D857491C7F58A6DA2E54632FA143 , 0x0196D88A3B1A7E768C9EBF3631AA854D , 0x0196E7C7092E704FB9EC1A3182A83567 , 0x0196E7C721FF7E0D927D9537D4F6D232 , 0x0196FD062F007746AB23134FE212FD2D , 0x0197118079C47AD6B78FDD561D7B5F49 , 0x01971180AC0E74BB8F4F535251466623 , 0x01971180D6087EA5A5C1FA1386CE12A7 , 0x01971181019E791CB65BE861BF50E690 , 0x0197118135177392B3E18A871645C084 , 0x0197118168647BFBA0D890D97A379B11 , 0x019720743986723ABBA07A549BCAF72F , 0x01975E0000BF72B9AA13C2C001A83E20 , 0x01976340892F734F918CB9385B72EB9A , 0x01976340C037722B92F7C81C832DC4B2 , 0x0197780ABA947002AC2B43B5F3E8D4AD , 0x0197780AD27D76A99E4D64AE6123176E , 0x01977880C38179D2924458EE6F4CAFAA , 0x01977880E82F77EDA4A2516881055D04 , 0x01977CDEFA0A748AB79CC0A9FAE28C6F , 0x01977CDF0EBA7DF4A44F27B530076505 , 0x01977CDF9513762BAA33C29871D6707E , 0x01977CDFC7697313B6D4E9B6AEF9A27F , 0x0197873A52627A3D999B9F9424D7531B , 0x0197873A7E3D703B8264FF348B5FA64C , 0x01978CC97F3476A78F9F83FC643B5160 , 0x01978CC998747FF3AB8EEFB80B9D87C6 , 0x0197A11451A1711E8A6BEF2EF9033DF5 , 0x0197A18F62907DAAAEB22A3B5AF06C46 , 0x0197A1BF9D29713FA0785D187440DDB3 , 0x0197AC10936E7E2C93907ED293664C77 , 0x0197B14438557CFEBDD79C7E0D461F3D , 0x0197B1447D5872A5ACF580D9E81F7104 , 0x0197B145890978E9AF7782851B2835F9 , 0x0197BFEA2FBB746A9946544DFDE414B4 , 0x0197BFEA55797FA288B4168D536EBF0F , 0x0197BFF59E057FA99C1C9EB6D137CEB8 , 0x0197C0AE02B57877B277C4FF378A4CE2 , 0x0197C59A8E3B74EFAA21F1166D93B365 , 0x0197E431AFE77954AD662C3C25A783B6 , 0x0197E432CA0470B681653AC4FC2F86AD , 0x0197F3FE6A2A7CF282BCC4D8A86147DA , 0x0197F3FEA462741C82552F64E8F4421E , 0x01981C875CE17D418DEFB3934C3388B3 , 0x01981CAE3FB37E97AD2D990C4818B38A , 0x01981CAE5A0A74B399E46F98ECEE9737 , 0x01981CAE731673758398684384D38C83 , 0x01981CD58A237BFB90721565615FB941 , 0x01981CD5A0497D4DA32BBFA51DC7690A , 0x019883A17B837231963F9C03A64583CD , 0x019883A1B55C7FD59C6FE47AFD1A6CB0 , 0x0198C6E3BFB17570A96627B5B4391BD6 , 0x0198C6E4B45678AB922033520E086435 , 0x01E65B39A25C4700A1E54A44807BAE8A , 0x02773120E7214378A0AD4EFA0D18EE07 , 0x037ACF9B8B934E70A8A77CD85593BF2D , 0x0471B31A3FBF42C1A65CCF31A5FB63C4 , 0x06203936A7A74039A03364790ADA378D , 0x06F26C0CD9904705B4664DEE0E75A08C , 0x076E73862D764E508BC5B6BD004B01BB , 0x07F31E262F084CD28CFB679AA721A59F , 0x08C8A52CF9B04A88A122D81F9390477D , 0x098BC0B8966E4E01B23D4A6DB18FF858 , 0x0997384507C2405ABC635D8B8BAAE751 , 0x09A1B80904F04F37B0A9D8085E9CCF9B , 0x09E6E5E183824D459C0718C869A2C734 , 0x0A393C4792254A6DAAA145115B404A31 , 0x0AE914F3BBDF4DF99F5889A3B97E6FF9 , 0x0B5009CE60794493BC3FFEDB0A9973AB , 0x0BC53F7DCF494E0B958BAF318FB3C1CA , 0x0C333F1D161147F192DB0A75AEE94F83 , 0x0D3ACDD3DBE442FFA8D9DADC38551C9F , 0x0EADE1BE87B6436496C7D0D664C79457 , 0x0F2A9B005D494ACC9F5A1705D655796C , 0x10B38930FFB549A3AF30EFBE45CCB268 , 0x10CA3618D21F44F0B6ECB89284CCE2E8 , 0x10D53C8535D2408D83F689F652819C20 , 0x115013992021492BA31E1CE621CB23A1 , 0x1166A8F8C5D4434A8421FCD51BB319C4 , 0x1168C7EBBB7447B68ACF2F2F5984F8ED , 0x1169F7FAAF284575B8620A4343A64567 , 0x11FA6E4BC3D5411881DBF3FDB15317D3 , 0x128999787A1D4D31A56A54F7332147BC , 0x12DADAE1C49F42808B7C4D1AAA34D668 , 0x142F528EE98D41548564D16EE7804A1A , 0x16AD99587E554CDC9D57B8FC4FB2D5C5 , 0x175F65BC88C147EA8DAF4774A0996C16 , 0x17B542AFDAE74F148BC81C951D99E261 , 0x186EEDF035734E9C9DF9A38357372030 , 0x1895501093ED4FC1A8241280052B8C00 , 0x18E182F0D6814602B2562108EEE2099E , 0x1934272B09614E2693E859394EA84E23 , 0x1963D13127014754B624354E07224112 , 0x1ADD7C41AAA84B4FBBF65E0870DEA3C4 , 0x1B9E816B327C4D9BB1B6C5E62A3F0CC7 , 0x1D85BA8163EF49378B77102B3736A5D9 , 0x1E8010C13D5B44808ED564F3F7317D49 , 0x229F883B78CB4492875DC42C8F420E2E , 0x22B9479D93C8446C897A79A1F1B970A7 , 0x22CEB38B5DBB47F3B6B3DEB22E218647 , 0x22DE37A9F2F144E892617CC601162983 , 0x23859E65452F4F5FB7E040BF6656DA13 , 0x243164B806404CBAA6C5528818B52EEB , 0x246E6DCD1C83478D8CD2D227A9083952 , 0x25E6624E72E2408DB7549EB47981670D , 0x26AA4CEE97F4470CA4ED7538A9FD5FE1 , 0x26FF56420B3E44948AFF7A4D0CE0328E , 0x27110995464C4B05947FA2F059638124 , 0x2955950A93DE4B4791412DA1E5228572 , 0x295E775AE0BB45EE84E4A6CB6F3848F8 , 0x29D47A23F22E4200925D0DDA2D8E542E , 0x2A5811CD12774CFBB39F77464AAB8856 , 0x2B0D9B5C78D64E0AA472E29EBA12B95B , 0x2BCE28ABA70B42038CF02F0AD212E176 , 0x2C3476EA9C8A4EE9A176129F9151A218 , 0x2D98204AAE8742F48F1FC7B94C472AD3 , 0x2E5851840E33432FB4C72C7C06914828 , 0x2FA805FBA2B340AFA7826869E94B0631 , 0x2FE7F0C7006649F88D4F13B3997FC016 , 0x306D1BB8FCD043998A47BE57311B4F85 , 0x313EF3615D6648B4B5D078D94B154FC8 , 0x3141B029C6E74CD685E4096B7C52436D , 0x31C83F2A26F04755B01841A88645DEF2 , 0x32179C56773D4FED9FBA6BBCC1C85EB0 , 0x339D1A9C7F2A430C88665BBA37D7D551 , 0x33A7797FFF6D4E438092F08ED2B62AD8 , 0x33BAEA3DF43242D995EAB8E2BB08CB76 , 0x3563116580DC4C159F0FF82C9957E43A , 0x3609E7B6BD304324A6E1551A14FB90E0 , 0x365F68A515BF46D3B1BAC6AD016374CF , 0x36E751D221FC41F898FC9BB8A2F88011 , 0x3728A8F697EE4B4D947BAB04A64B1FEA , 0x37D1C55355EA4C5E81C0C2DB534B3889 , 0x38B5E8B407F44086AC00200045D5CAD9 , 0x38C6B522C56F44B29F576A49931108E1 , 0x3947CE02B4B54D7E9F68728ACA35B453 , 0x3B73A892D852410A87EA6BA390E14A14 , 0x3BB53BE4018741DEA6F710797F16DBC3 , 0x3C3A67B3D0E4477BA04B5AAEA843DD20 , 0x3C6CD6CBB1E7472F9FA765316DEF3C71 , 0x3D02F3E30C3A495593D7530C15C9C998 , 0x3EA176AFD49A43E480CDE11CE381DD56 , 0x3FAD892B70FC4C938EC834DE34F09FC8 , 0x3FCE344F43B1496B89B49F20D07AB273 , 0x40CF562672FF405B96C0F8937FF1EA6C , 0x40E664F39A374FCDBA6CFD92FF90BA67 , 0x4279D6BFCB2445168A5CA58836633960 , 0x428A5B2AAA5F486EA53EECE7C4F7921E , 0x431ABF31C5F14477A5A4EF585F217B7F , 0x4436CFFD60AB48538A27EFA1A4980861 , 0x44A260BC9C634552B84591ECBBA29EA1 , 0x45389F7517054679953BAC4EA583CBF3 , 0x473C6418DCBD4EE8ACE095EE1DC7DF2B , 0x4868E7B715A047AB992D3DA360B9108B , 0x48CB6E14C554495A9763504B07A0702E , 0x49898A9FB97243AF894612CA975F3513 , 0x4A29E6FE5F1E4975B82CF6744E65E104 , 0x4BEE4B4059754DBAA8A888915EC6E45B , 0x4D29A337169945668CE8FEA57516B120 , 0x4D9F8CDA9BF84E8387A2AAE461B8AB41 , 0x4E98E4265EFB4B05B4880474940C8A2F , 0x4EC5C3D8A25A431686F5F7A9FCB9108B , 0x4F0BB8E717894A7A97BE70669387CB04 , 0x4F6275B76D054D74BCF4F42F3A0F47C8 , 0x4FED58EF858740128C35D49C6F97D414 , 0x51A774436A124DBF9855824C6E05D505 , 0x52FC76CC0DBA4F8B86C75027A756702C , 0x52FEEEC8DB1C467FA8FA0E3CF4D9F786 , 0x537C4CA2C2D041B7AA002453CB410CE5 , 0x5544B165A02245298CC9EEA44A95C007 , 0x559514E9C4BD4402A5F35F2EC1E73C17 , 0x5716361C2B744CECAE41BFB5A961AA92 , 0x579BD31997D54E51B277B43F1BBC51CA , 0x57F019BCFFB245D2948BEE6E38819F28 , 0x582778AF107044E1AB541063F42223E4 , 0x590929B102C349DD8116DFE5781934F4 , 0x59E60A1752414B12B9CE2F4E3DEE8337 , 0x5A49BFDBE4264D22A811F6F0B5D0E606 , 0x5F578AEE99624D55A72B13A9788ECC93 , 0x5F6259D24D3D4E45AC4352C130837197 , 0x5FAA8279611F45868399C25232F8CEA1 , 0x5FD5BF8F5B6D4022A640B169BB0B177C , 0x6387D2659A454462B94E9B19503812AA , 0x63DD15F3F5914494B0712983E729A043 , 0x649A996CE4544D77B5CCC46E604B5ECA , 0x651F2A966E484A0FB9C368E944D599BD , 0x65D1ACC248544CADBD65F766AF89527A , 0x66FAE5380E554FD59AEA80C334F0F375 , 0x6724072DAF38437CBF91B345E2A6D13C , 0x6773B7C5DF5641AFB6AE657260BE56E2 , 0x68FC04DDD8CF4DDDBC6A230668A2D9FD , 0x6AB58B5CF9EE465FA76414879C66DB11 , 0x6B22447E3AB542C48548A2C15D5FD952 , 0x6D283923264D416DBF7337A757BFCAB9 , 0x6DBCC2B4295A4EF185054D53117C6628 , 0x7140A62821CF4FBD9747406A63C76FA9 , 0x716F5CC09C144BA2B1D549B05F6E55CF , 0x727ECC9B81AD431E8188495F0D9B3A2D , 0x72936A0D7BF64F92976641FEF707E1D6 , 0x7465746AF724491E9DAE3F6C3AE27727 , 0x747AC95F74B94C358EFB76793F4813FD , 0x74DAADC32E2A464B865AC101DB8419CE , 0x750228F24CCF469C941B0B42F11FE8A4 , 0x761EFDFF359A4A08836452FC315EA91F , 0x76287C9592394ACCBB47E69D18FBC8D3 , 0x76701583F9FC4E1C8BD4F295FF85C575 , 0x78E9F848DB5C40CFAF176FEC4BB00C56 , 0x793313728B784F00A910A24ABB03D112 , 0x79D3953E7ECE450F9B4BCF5B5AF1AA6F , 0x7BCDDA212FE04824996905FF979FEAE4 , 0x7C447A8EEC014C5BB91820353595993A , 0x7CD2667D200944C3AB727569F8626710 , 0x7E05DB610B0B483F9EE200C9D9BF728C , 0x7E8F9783CD0B4F51941F3496E6681D10 , 0x7E90087A23A64FE4924FF02227E15829 , 0x7F1C35550D714315953499A409BFCE3D , 0x81002D62AE55486BB72C23518CC9F806 , 0x815F644B87544EFE87B728EFEC6EF360 , 0x816440EA7A094120937A8DAAA063D410 , 0x8187587692304DCA8AF3089A14BAF861 , 0x8189D8F988F64139BC56CC221F6E7EE1 , 0x81B21144402048BA8A02BF1289AF9A44 , 0x81D68B1C665F44A0AA8873D500F72CDD , 0x81E663AEB0D94EFC888D6E9E8CBB1F2C , 0x82EE80F7B6144EFE9339E79B4992C896 , 0x82F6F456C1CB4AF58D18BCA0CE679CC5 , 0x833F4033E48C41338A8B133DC6EFA2F7 , 0x83D175EA24B74C599447E9E1BA9C83AA , 0x83FBD6F6AFF746D3A7FB4169206128C0 , 0x844115A684874966A537A4F25E7D9489 , 0x8497E37E28BF49B39D40418B1A98110F , 0x84B113FED0EC4377BFC4F38C21F42E41 , 0x8563F2DA8CE54CB9836A4878D6794B01 , 0x8578A5945B4A4831B88B008CC00429B6 , 0x86F28AA3A07B42F0A50F6382F7DA79F4 , 0x87DD0033E87C43A19F6847EEEC02BA85 , 0x884D3709246E483F8A4C601D1DD62C0A , 0x888B5D87B65C440585B052B581254615 , 0x8917E6A97653485A8A0E5C3CC3BDF3F6 , 0x8983DB77E3DC467795BF235E8D696F4B , 0x89EEC0CF1D804F2CB2B30F1B1A0E2F09 , 0x8A205A1369884528BAABF761D8AE2516 , 0x8A34ACD3826E44BCBD753DB0FD8E93A3 , 0x8A4CCB32FCBB44FDB288AE145D512296 , 0x8B547C3FD2004D399EA62CECFE52A601 , 0x8B7DDFE913504844A0F0B035073BFB95 , 0x8B9690F1DA644587897FC36B0BF8C976 , 0x8C1362C69DA549D4A8A4C32ED778E24E , 0x8C137F9D349A4B3484703F79897F416B , 0x8C57DAA784194A86A01F12322527DB87 , 0x8CDFAB83B6D7407D8FF4235B8F71081B , 0x8D8E5938D3D84E6B963D747D4B9B011B , 0x8DB5F3E8CF2E41E9B98090CC92F2FFEB , 0x8DE812AAF2624DBEAACCBB631BAED7A5 , 0x904565F533E34E598771DD790EC826BE , 0x915DC44AAE214475B1C1A6782AA4AE53 , 0x92797B54E5B34DF1BC41C10567656932 , 0x92A2176AD7904DF4B20EE7CC0D28D7F2 , 0x93536AAD31BE41C6A4851E374CD3009A , 0x945614646E2146BDA21B05ADFC81196E , 0x94816CB79C804DD28A99F3459C4B2F55 , 0x9537A84C27294D1286CCD56EEDF1961C , 0x9606DB0011F3462D889AFDBB5DBB2862 , 0x96184CB623AA45E999D858EB2CD027E0 , 0x962B99F84B6F4C5A8DA72E51C12F3929 , 0x96DE50C1112E4CD08D4AE671B2E6841E , 0x9819BF22F8574FB4BA6BA62465D20EF2 , 0x99ADC55C30394FFAB790BC0307FD78AE , 0x99DBC7E989364D12A246EC7F183006DA , 0x9A192F89FD8A401C99CFB0C5CD11D866 , 0x9BCAB38221EE48378986369DD5970167 , 0x9C492F2A55054F1798744210FAA2018D , 0x9C5FCB9B5FF4498B8A3B1393B41DCA12 , 0x9C7D475B1CC44D648906CF5C0904A298 , 0x9CCA9C43782B4F618CA60E2C19BDE99F , 0x9CDA5308B3F848088A295A4C59CF38F5 , 0x9D27CBBD0EA348C599B0B2939C1696AC , 0x9DD6AD54AE0B4222B2121F1F805AECD6 , 0x9E072E6DCEE8457ABB5F7AD9926ECA6D , 0x9E7C11DEE5AC4CD68003F23BDC08A704 , 0xA112448EB14D42BDB81C37B03D1BFFF0 , 0xA1B465153CE5464FA2DD9E72B8E3116F , 0xA1E8D7A187714FF6BADC49C5B3A8004F , 0xA35B319682A1486296F844B0EAE09325 , 0xA4931693C0B74B70B52D72A89749C2B4 , 0xA4B51D1871A448138DC1897EC800B0CB , 0xA4DFFDE3442E456C8555234E3A4D1D1F , 0xA5B919234A724560A9009012CF0CFE41 , 0xA5E758EF43D34564A35EFE576C5EEAF4 , 0xA78A2493BE184034A6278B0044040C66 , 0xA87C794613B7495189241B17514D06F9 , 0xA9403430736440319BD4A1EF42C0C5A5 , 0xAACAE62F66734C828127C30489CD2463 , 0xAAFD2BD7DC334C4795462437C3FC8DA8 , 0xAB382299DD0B4D439C4306279D0AD17A , 0xAC57EBCB10A347ACA656E5CE2EE20D6A , 0xAC7AA06936364C9FA31DB7AE150DB5B1 , 0xAD0E7AEC6C0343A38B7C031615D14E5F , 0xAD3B5F48D8BD4518BBFBA14B803DD2BA , 0xAF43FFAB581E4F6591B56100FEFD219F , 0xAF80D30A73B44DB99BFD89C448733AD4 , 0xAFB2134760C5446AB10CF62DB319B309 , 0xB03D8492FBBB48D498A25EB83E7A24DD , 0xB057E876B0694AD788AA613FD5488F3C , 0xB13E013C09734229BB89FE4D8274EC34 , 0xB2353794F5AB431B8E15509C1C49684B , 0xB484F855107A449A9901AC9801E797B2 , 0xB4F6C6EA8B8B414694BF7C43D305BD5C , 0xB663A377BF1840D2941439462020B4B1 , 0xB6A397C8F015475DAFD257146E5A82F0 , 0xB753D12AD2754C5DBE591B9A372D6B35 , 0xB7F61985D00249CEACF6091C80BAACEE , 0xB951B14F7EE84AB4BA223F7CD31D32B6 , 0xBA82650046984ADEAE97DE1E6C6E918C , 0xBB2309900C2B4556973BE17735CA71D9 , 0xBB3EEFE7CD134E6A99451871444B25DE , 0xBC24B8875C2B4167B8B8660AA0401F0C , 0xBD06B1340A734059825C41EA38ECEE14 , 0xBE96FDD0EA74461FB34B9AB4569CD469 , 0xBFBCD657871442DCAB0008BD569874E5 , 0xC16BDAE8918D4A2486467BC44FC229BF , 0xC1A070EFF8AF48E6866DBF16D78B1A5C , 0xC257A168714047E48196B1D514189E17 , 0xC273B42BDE14449DA123095564CBE420 , 0xC2CA9CAAAD6449129181E58B40809249 , 0xC373F2C1992143D5BBFE7BDA2D7834ED , 0xC4A670BCD73D40E096D912F0FABD6909 , 0xC4F9070600D84D03907FE2639D9E6316 , 0xC51BAD52C20E49AFA3386F56C376B6A3 , 0xC664F23408914599AC39C9791824D9DA , 0xC6877D3D1622415C8E9143E533782CA8 , 0xC71FF846BFC9426487E722C5190C2518 , 0xC78EDF4580B74DF39ACDC1DC6EDA2F74 , 0xC7CC65C40F5944C7997AA21426A42FEA , 0xC7CEC55E73C34255AF77D925F4FA86CA , 0xC81B4645AD494C69A3B7C0A7F0951241 , 0xC94F381473B44E18B09FB995A7215C24 , 0xC9784222EEC24738A5548CE07FD99C2A , 0xCB42404A176E445EA057BEEFF91942C6 , 0xCCDF93019A15457F8C9146F8052A45FF , 0xCEDC0A18591840978AE7CF1FBB9EEFCF , 0xD12F23913D4B44188BDB208FCBD9DC23 , 0xD1D279705306491C9A1AB749A0D8CCE1 , 0xD21AF0042582463795A0ADFBB622B2B8 , 0xD24BFC144770404C9F585119C5CC2F66 , 0xD2AF7E78479F4247AD0AE7E5EF68FF8B , 0xD34B9B7F2F484720AC1B70480F14BE2D , 0xD35537A90E2C44B2AB6B6B3F9F85EF64 , 0xD4F84306038440D4A9ED422307A79484 , 0xD561148146014584970E67E6A3F89F20 , 0xD57678D861214245AD977EF0B8A53B15 , 0xD59A35838662481EADF8BF4EFCFD35C3 , 0xD5D0A05DC4C944FD89CFCEA028865C38 , 0xD62466FDB2534F819678413FC67C8B09 , 0xD65869E530C243D6863078486111F0DE , 0xD6848751BDAF4C81974C2FFA30DE280D , 0xD6FD15BA35D24CAF950BBEB2FB9F7E26 , 0xD7412478DFA948619BB515693FF44EAB , 0xD74DFFAD1C904DD88005271143B9499C , 0xD79BD92C2D064430AFC3279FC8764A10 , 0xD7C96A38BA4445E3B7880C51964493A8 , 0xD8D4172E73D7420BBB350B7FC029ED9F , 0xD96183084D2D48DD805E5FD3A38AC0C6 , 0xD9C2428FEBC547869E37C929C62829F8 , 0xDA5B2C46FA07437193AB19A17A73E03F , 0xDA670660122346B7BF63BFE7745DAF7E , 0xDAE3F4782E484B28A4171937B9F434BF , 0xDBBDAA45D0524FDCB9550F31B075D1F4 , 0xDD65F6789F8941C7B7E43FC04E0B4986 , 0xDEF51D35053F47CAB46C2D7ED5EFE33B , 0xDF32FB7E49284FFB95AC7AC275E22DFD , 0xE00F4502971E4942BCD9FE55214A8DF3 , 0xE079C916464C47EEA0C38A0C8F288BF0 , 0xE0AB4F09786143FB9625C900ED122E7D , 0xE154A5BD8EA843D1BAA05A49868D913D , 0xE1621AC40E9D4B03B6E7DA23A96AF0BE , 0xE2A8F9FB6F804508BB4EEC9D3F701AF9 , 0xE2E51018FD074C0FADDD6BDE6E786AD9 , 0xE2FABCADA9A24274864F1F2021DE5FEA , 0xE33F1D5C58654ABABDAD6A9B43F0D885 , 0xE3B110DCE4DB4776A6C0E3BBDB04873F , 0xE613F49F5AD146D1803FE5C8002CB578 , 0xE63FF3F4E3BE4047B4EEB96FC707715A , 0xE64B7A9509F24B349A7CF4A2FDB1C4EC , 0xE7127036EAC04A58A4A747A20402FD28 , 0xE7E8FBC94CC8425E97FC69B2FD7676D5 , 0xE8174B23A8904B999AE9211D922EFD41 , 0xE8D9370A0B0444729F1280FEDD08201F , 0xE9330CB9790A4FC197C752C76EE1DD1A , 0xEA88E61583F34110AAB36C8ABCA5327B , 0xEBBD4D5DD2D6442B80A0709E036B9D0B , 0xED82BFF821084B0E878E3DF1FB5D126E , 0xED9A328C7C8B4461B35DE11B4327721E , 0xED9F7FB2CA194DDF9A37464ED35E2774 , 0xEDD3CA18E9544841B4D139D6202BDA5A , 0xEFC1980938494526B9E35B333AE5643D , 0xEFFA01E5B360454D8416D7C380CB0816 , 0xF01454C8D8F2489B9055D04E9F120BC7 , 0xF083C07E90B34DF98FF826917A888271 , 0xF0BE9E21D55C45778C59A114E922BB94 , 0xF129D93D1FF84EACAD37BD84444083FC , 0xF16359438E524688B7D872A3CE8F8E56 , 0xF1B70DFDC8D64E00ABF7EAFD4E96B54D , 0xF2F3786A93DC42C9A18F3EC746BDEFAA , 0xF2F379CD6CFE46B388E8772193637C52 , 0xF306C19899684B2ABF850B9654A6268C , 0xF56EBE0D33D446BC87C0ABCE08BC35D6 , 0xF5CB6B4C224647AC94FF6BE354B34E27 , 0xF61B2A845117468781CF16C3613D82F7 , 0xF6AB76D6478B4977AFA311E6170159DD , 0xF723FB49B2AE48C2941E23D24E541EDE , 0xF7425B0F3D6045EB8BB436EB02FB4FC2 , 0xF75552B2479A4D998038A52FAEBB232F , 0xF8F00298CDFA4FF6B34666885909CC6A , 0xFA1423601D0F4B51A77DFAA448A5DBE7 , 0xFA459B756CDE4997A7A9E777BBE1D021 , 0xFAA4954C558447AD8747FD1E96BCD705 , 0xFB00AF257FCB464D90BCF4CC4B081041 , 0xFC4D22588DB846CF83DE0483A6A69D91 , 0xFC9B88A4470343FC94C2294F31F51F6A , 0xFF0B4ECC7E8A43D0B83CBE0010693135 , 0xFF57E55A633E40858D46C49CC8B33192 , 0xFFAB4C00BAB2473FB75340D896006E4F , 0xFFE3CC9E84CA4991ADAC56DD7FB7AB92 , 0x017C8AC0913B4C27AC3417EAE2F8CE67 , 0x018A2BA21F447E0F8542DDDAC0572D10 , 0x018A5F5CC73A70D38E9471AA87F173A5 , 0x018A6462950673BEBD3C6F6153BD6DF0 , 0x018A6474A8C577B9B2787509A36FC0CE , 0x018B5BAFF11377D5A62B70013CBECBA7 , 0x018B5BEF9C527B35A272CA58E01ED0A2 , 0x018C685EB85B7E1DAC017CCD3E0A1188 , 0x018DEA8A2361753EAD37CA5C010228BF , 0x018DEA8BA4E47D67855E6E59FBC531C0 , 0x018E563042CE75C28993729BB3628661 , 0x018E7F0669AC77439EAC88CCA34EEAAE , 0x018E7F4430717D449DDE478092EB5D66 , 0x018E7F4756BE7DCE883379D2FDACDD92 , 0x018E7F4777CB7F25993641C5E4C942ED , 0x018E7F479C6E7A62960B7F70936235A6 , 0x018E9EA87D2D74D394D26876133F5FC2 , 0x018E9ED1D783755C81813392F69B803E , 0x018EBD10B9BF729397F2A64040796B2D , 0x018EBDCD8CDB7CC49C3BD6116606F16D , 0x018EC1E910C47BEEA1CA161B695B2AC5 , 0x018EC24576C77A9392C2F1AB71C3A46D , 0x018EC28F67577C839ECFE04C23672106 , 0x018EC2961E867DFCA9B39F0B624EE27C , 0x018EC2CF1F4F7013BA8F8668CB081874 , 0x018ECBFEE5C173EE8D9F686E5A043070 , 0x018ECC139F55756C9C147C1959FD99AB , 0x018ECC1501C37E648112273A07F5B0F2 , 0x018ECC151F117423BD43BC4E4D99B9E0 , 0x018EEC165D4F766593F8F0AF4BFA5AE3 , 0x018EEC16B53673DA80C1E8B2BD8420BC , 0x018EEC17E86F7DAD8DCDEB9ADD3ED6C5 , 0x018EEC18206576A980F94C1E0DF9C750 , 0x018EEC184EF57156888E7ECBB5056B83 , 0x018EEC188589705EB6F25744B889B792 , 0x018EEC18B51B7A9BBBCABB2D35F29829 , 0x018EEC1929A676F1AA2A4AB3B918A209 , 0x018EEC1964B07EC494C45B0B23EDD68C , 0x018EEC199A427455A90C6167A7EAD0B7 , 0x018EEC19D0767AEBA69B5D92B4DF2150 , 0x018EEC1D7B3172108ED0F701E0F6864F , 0x018EEC22345E796F9838B28318E0CD2B , 0x018EEC2D9D3272C4A3765A2C358B1BD6 , 0x018EEFFBD1A27109A22F463BC600A8F1 , 0x018EEFFC29827230BD281A48B4A9B95D , 0x018EF046C27D7B45BF9878413C578EB4 , 0x018EF091F8E3727EAE26E5E0BD288FBB , 0x018EF0DBB335780CA0E41BF4E62DD246 , 0x018EF14300B37D9181D09B29B3995102 , 0x018EF143274B70CAA4198E1A58D13FDD , 0x018EF15B1D1A7F11AA99C4B725A0612E , 0x018EF15B8BE8734D981838556A3E87CD , 0x018EF5140D1E7FA8AF0E721E1B891F10 , 0x018EF51446147A5796B53877A5A599E1 , 0x018EF562679F769782416BB21866F71B , 0x018F05D94E3E7D14ABC1043D49FD1AE3 , 0x018F05DAB7AC70719EC4C23C9F3204E6 , 0x018F1009E24F736AB4099A2335C2E538 , 0x018F100ADD1C7E43A871E351216098CB , 0x018F100B05727EB5A3BFA80613778C7A , 0x018F100B404276448C00D6B6FE3D88EA , 0x018F1475D3877610857DD80BEF1604DD , 0x018F3981068A7B9F9797E7A716D99241 , 0x018F398AAFDA776087BEC9161A52B158 , 0x018F3E50AF4471C2A081B14F4F52253F , 0x018F3E50DFA47679BC561F7FFDE067DE , 0x018F7702AD657F099122194D3015AA28 , 0x018F7B66BD0677068994E1A0949BDF67 , 0x018F7B695EB07BB2A2B8839B0239AF97 , 0x018F8685579A70F9AF8FCFE686A9252E , 0x018FC392BB72769DAAC622D37361005D , 0x018FC3936E2A75EDAABF2670004CC43C , 0x018FC945668870EEA50BE5F7D87D8836 , 0x018FC96C406376C9919AD2EFBBF50E31 , 0x018FDD637E847DDB9D5AA32CD79AB919 , 0x018FDD63AC6B704299226CE014C8F289 , 0x018FE362EE8677089BE1EA5982C99723 , 0x018FE36342C27E2AB8CC7608E7FB9777 , 0x019006F0AB557965BC5ACC43850832DF , 0x019006F0F91E7E319E9FAEA491C8016F , 0x01900B8DD8217DEDA7C0D6CC372C057C , 0x019010630DDB7A159CD0EBFA1D8756F2 , 0x019010E6C95A7A629C8DCC6C58E29E5A , 0x0190250B85577D3386D071771149A094 , 0x01902F59BE9D7CCD824024DBE9AE3720 , 0x0190535448287989ABC59A6F00330F45 , 0x01907855A5247622A58379ED07999F5A , 0x0190FDE06A8973F2BA9E582753701E6A , 0x0191031729EC74A885ADA4C821EBD369 , 0x0191080869AD7E38AB1144942C01A792 , 0x01910DEAACA3748B9C246A04BA21350C , 0x01914FF7245B7504984349945004B50B , 0x019150AA73847D208103711FC8DF2390 , 0x019150AAEA5D7248A3A0127C97E92D5C , 0x0191550DF43A7E44AA3FE189FC9B2D84 , 0x019155D28C5E74658F3773D9FBF556CA , 0x019155D6A2B07F96986D48721B771215 , 0x019192C9CA0976B39362A6B67621FF4D , 0x0191BC199E2A70DBA0C19A4B6557083C , 0x0191BC1ED4F475BB95D26665E567BC86 , 0x0191BC3CF003765CA44F2CFF2295582E , 0x0191BC466966734FAE6AA108EA8C6972 , 0x0191BC555FB1755DB684E9B97F72C5D6 , 0x0191BC77040E79818C3C8D19C0A096B0 , 0x0191C1DC50327B448646DC34E79755F4 , 0x0191C1DD95FE795BA1EBFFCC9ABF9F34 , 0x0191C62EC14D7A538CC01423F464ACCF , 0x0191D6A681097D7E84423BBABC4F167C , 0x0191D6BE7DF07CC9BF5C3665B73AD7F9 , 0x0191D6BF4A8A74509470C963477600DD , 0x0191DBC21C6F70349CBFAFD2A48D319B , 0x0191DBCD2769716FB619A928DE44FEB5 , 0x0191E0BE5C8D7E9B815FFD6A9993C192 , 0x0191E6657E7B76CFB510A745E548E37C , 0x0191E665B7A170F4BC5481AA9D7EFC0C , 0x0191E6660DDF7F44A26E6AE1E0CB9CCB , 0x0191E666F4377FBF9204257C21B3EBE1 , 0x0191EB3FD28972769C96BCF35F1E3961 , 0x0191FAA714C674879E0CE7D703335BF2 , 0x0192046F3CEF769F9C5897D36B60EF95 , 0x019204CB187A7BE19A4446DB3AFCFEB2 , 0x019204CB42B47A4F9AD6F2DD340B1AD4 , 0x019209A99E8F7969AD1E2DFF94F3676F , 0x01921E82B2337BE3A3CD2DC38A710D2A , 0x01921EDA6DD777BDA0E33129EECB172F , 0x019223EC25A27D9DA402914C2168F173 , 0x01922411FAF378ADB68D81A5858D1B51 , 0x01922852767A75D68C3362EBC4518698 , 0x019228A1762A7B3BBCBC1F528C1A2D61 , 0x019228A1B9BE72FBA795026EEB84EF88 , 0x019228A205277E0EAD4332AAB3043ADE , 0x01922DFCFF4C79828F169A4676558DF0 , 0x019242AFE14A7154AB5C6D460568C7D4 , 0x019242B210397312A6CCF623F3E82EC2 , 0x0192431825287C1BBB9F91336791707F , 0x0192471D576A75B9B2957655ABA6CA31 , 0x0192471D75977F56A494D90A0A5D7D84 , 0x0192471E4AFB7F09A23A5D972FE34D78 , 0x01924C695E9B716F8AE1B1FE58FAB424 , 0x01924CAB71467CEFA0F31AF70DABBEAB , 0x0192BDC7090E75BA98AC03816A0D2A7D , 0x0192D7AF8FF277CB812B309D7E7B5EB2 , 0x0192D7B1A961711A82EFEB413C1C9BE8 , 0x0192DD8A97AB7AA2817F7F4A8ADCA7CB , 0x0192FC3E6A9076018D71D0F208BDE87A , 0x0192FC4130B8768C9D6225BF5D3C34E5 , 0x0193258B96097ADC80E9B608AA652EB2 , 0x0193258CD2A17C84B559A1CAA869FCA2 , 0x0193535B4A957B4F97C003391013C255 , 0x0193688A390172D49547CAC36D115485 , 0x01936D2075947842A92756B8593D0DFE , 0x01936E067D5C7B8E92208AE5EA527915 , 0x019377911A217F4189C2B2D877CE3473 , 0x019377B692FF787AB31D3964495668D6 , 0x0193DDEE18C4728AA36B0CB82F3FE769 , 0x0194404F7F6272C5BB9DD7E4C36D45D5 , 0x019441067B0E7654BA5F50B450CDFF75 , 0x0194457BCE00732EBCE24338CA7C4A32 , 0x01945F3C38A17779BF0AB268973BE2C6 , 0x01948D9CA66078C693EEC28E2831FD5E , 0x0194931042177BF0863AD759D05ADBE8 , 0x0194B242E7237BFC8759DD85FF162C41 , 0x0194B6560D61715FA95588D5820A6F1C , 0x0194D145F61B7EA1991623DD6366856C , 0x0194D5959C607910BDD718B30725C816 , 0x0194D595B83A78A6B3679A1E7DA81C6D , 0x0194DAA89A6E7DC08129770172884B4B , 0x0194DAAA3096740D845C66AD496F22CB , 0x0194DAAA54987418A7EC89FDCB88D79C , 0x0194DAC2DC5379D49D451CD44BAE53E7 , 0x0194DF5EAFE972A483BB3D49A6544330 , 0x0194FE5B35AA7EFBB0033A4AA868FD3C , 0x0195194A8D4E7964AA7350590F9AD077 , 0x0195656BC544748B9FF1AEFA49B47243 , 0x01956B91149771C8B71B3541CC7A9EAF , 0x01958998A9A97E0CA2BC3E4481DFC798 , 0x0195899909797974B96EFC90758B7D48 , 0x019589C954F47BC1A60F9E1F71FB9DC5 , 0x019589C9887478D699B76ABBB2BA2900 , 0x019589CA30087507A4084D063A5C103B , 0x019589CA611273F3B52906AF535FFD16 , 0x01958F975EB27B4A9082893148F1FBA8 , 0x01959492D9617B5ABDAF182D4415713B , 0x0195D25E64CF75569F89EDBE1F93126F , 0x0195F644FB6D7A2E9704B55CE570804E , 0x0195F66B53EB7F29AF6CC74281694153 , 0x0196381B4B927AD7951F98E7B514C4B1 , 0x0196381F98FD7A91BE633F7BA35BFB96 , 0x0196381FF2337A19BB652863746DA485 , 0x0196382084067931A8D971BF5A255D6D , 0x0196382137CB7D059BFB0D5C1A425BA2 , 0x019680C2FEB7714E938420D87BD3C6FA , 0x019680C3B72C7D4B80B922B3B58A0837 , 0x0196A57499807115988F1955226B12E7 , 0x0196A9F42F7B7FB7ACD9C65B040DD6F9 , 0x0196C3EB34927FE98218A623699C77C3 , 0x0196C984971674A1BAF7B88B00696ED0 , 0x0196CE22B352778D910792A423133652 , 0x0196CE3489387825A15043B60E95BD13 , 0x0196E8496F47716D8ACB3EAA20023412 , 0x0196FD0FEF1E73229AC99142F15246EA , 0x01973A2BAC5D7C4F808FDA38187FF5D5 , 0x01973A2BD64D718BB8CAB513FC4F6C9C , 0x01973A3CC19875C7AA4108328A6D0689 , 0x01973FF5ED867B7487AC9F7A51B455AE , 0x019763059BA7711EAC36ADA89B9D9591 , 0x0197694AE41F7FD185F1E240D3057C1C , 0x0197785E98347A50952A073AB4AA7F0E , 0x01977CF30F2D7A7AA64BFAE40EE0D074 , 0x01977D4D60C971418D33F02A806E8E86 , 0x019782FB7DAB77DDB00C48BB01C12181 , 0x019788171DD47741A6E62090D0AD2E56 , 0x0197881BB85A7F6B8B9717806033BD98 , 0x0197881DD63F7321986EBACBC0D8317D , 0x01978849117F7B9F9B8C40B19DB23ABF , 0x01978D09DCB07617A5FD82A5B8D227C7 , 0x01978D0A02917581A88BC22FED36DD82 , 0x01978D0A22037AAC9CC0F3537D8C86E8 , 0x0197A0F709277914B1F181810130733B , 0x0197A0F72783706AA608161B8A0BCD8B , 0x0197A0F7627B7B63BEF114F90AE6FA04 , 0x0197A645C80F76A7BB5B6B6479AE6997 , 0x0197B0A6359374D8A82237584BAEA1BF , 0x0197B0F9F7DC74CC94166FA7756034D0 , 0x0197B102AAF27B23825D41E57A5E538D , 0x0197B108AEB87B5698F3CF9FF0BF8AF4 , 0x0197B108CE88729285498F175484F77E , 0x0197B10AAF2578E69F414C35A851E2E9 , 0x0197B1245FFE7972A47AA2B4E2499F2D , 0x0197B1260DCC78EA94B60E288C1E2996 , 0x0197B15179BA769282121AEC0561E3A9 , 0x0197B151FF45772A80F9F112D7CA13E5 , 0x0197BFD7E8CD7A3EA5BC6FCCC3B35034 , 0x0197BFE99C2D7EE0B1FB8DC17CA10573 , 0x0197C00CEE367F95AEB2CDCD32C595BB , 0x0197C03A96A47370AB1396820516F2BA , 0x0197C07E564974F8AD4BCA91BE7E5E17 , 0x0197C0AE13937B059ADCCD1793827E04 , 0x0197C0B06A4672C5AD7A627A50F65224 , 0x0197C0C8DE307D1FA74392BA9389E266 , 0x0197C4A309FE758F8D7A340A1E6DEB03 , 0x0197C4C1666E78B49FDBBAAACF3C521A , 0x0197C4CBB3DB7E14ACA199A0AE6ADEA8 , 0x0197C4E99C9275ACA5600062F27137AA , 0x0197C4EA55C979F28AD5C703E27A9055 , 0x0197C53DC401755CA63AAD4C0074B71C , 0x0197C56D19C172CDBBDEF550A37A372E , 0x0197C56E38337586A48B4145F7920F99 , 0x0197C5A524E07349B745AC39C8FB07B3 , 0x0197C5A78D157FB499953A4876C2942F , 0x0197C5EF35C6773DB378FC70503B6A90 , 0x0197CAD7DC35710BBD209FC2D2D9D822 , 0x0197CAEF351C7DCB8B1633E1B5D25285 , 0x0197CAEFDF14748996F892839C5460EC , 0x0197CAFC0F09723CB890B8E4FEAC9E4E , 0x0197CAFDBB6C7F45B25416F03109EDA4 , 0x0197CB0DE0F27D6B950D1BCA3AA04442 , 0x0197CF2541E679FA9AAAC5495FB00C61 , 0x0197CF2693D977F992652ADD75CED431 , 0x0197CF56568B7BFA8663B7176869C764 , 0x0197CF5744D97823AB2E4D6B5A3AEAF6 , 0x0197CF95F30470A4908F07A0FAFBE7FE , 0x0197CF969E7A76F0BE694DF7A5804CD5 , 0x0197CFF79B0D72CD9F2B597851764C8C , 0x0197D02749AC72D3A31DA3C880AF3704 , 0x0197E3C9E0D67FC0A2D39FA8BA81996B , 0x0197E3E7DF9B777189DDA8F64D8B3381 , 0x0197E3E9569A7CFC9DB1A7194B5ECF75 , 0x0197E400BD33771FB5256C686B36CF93 , 0x0197E4021A9475FCB1AAEDB50F6DA3C3 , 0x0197E41454E9764BA30561FE8B243310 , 0x0197E41590FA7C978393A4C763E647AB , 0x0197E4EDEB0E7A66B285E06D73BEEAAD , 0x0197E8EDA96A77038178863C40D07B8F , 0x0197E8EFE9187A5B9C9932C46251639E , 0x0197F419941176AD88955C5C345C0738 , 0x0197F890E15775BBB1B9E61BE0EFF0B9 , 0x0197F9568DE172088A72981CDA17C18B , 0x0198127368A77A57873F4B5D61BCAF3B , 0x0198172A689B7BE2A4EAC8421B15F7EB , 0x01985610667B7D99A517C52810F2BE66 , 0x0198561E9D1E7CA09E12294C794F9B6D , 0x01985629FE507CCC8D9743069EA0C39F , 0x01985AB1B208704EB72C7F0B7775BA06 , 0x01985ABF9F387852B7AEF90B843A0D84 , 0x01985B15770F7A0B91706A286D23D70C , 0x01985B30E9327320BEA0363F4236B8DF , 0x019874339F097926BF6E226A63E34909 , 0x01989D6F56F07B29AF9554801DD6A008 , 0x01989DBAD43073FAA5101DD23FF7EA5B , 0x0198A8283E627ACC9B832BC1C34637DD , 0x0198A83C21907AD6A7F384D00B6ABD61 , 0x0198A871BA0F78D39970C839D433D391 , 0x0198AD6B7BD478059DCF0AC96327574C , 0x0198AD86DD0876ECB97048AB30552FC5 , 0x0198AD98EDB677A1946C6BA63524DA25 , 0x0198BBFB4BE57C6CBBE6810A928DEA40 , 0x0198BC8A1BD07581BDA3C2F08E7E3BE8 , 0x0198BD03822372638A5848133288FD2E , 0x0198BD05CFC17DCCAD668D58B9CA093B , 0x0198BD219F4D728FA5497D542C89E311 , 0x0198C15A7BAF7CF5975A9DC44F7DEEFC , 0x0198C1C94DB97F5DB388091068179FE2 , 0x0198C2000E407934B0B86E240F72B6BF , 0x0198C20CE00172BDB08AB6BFE9152767 , 0x0198C23C2BD6748D9CAC94684D4E8CB7 , 0x0198C69DF3FA74E2B298EBA66179E3E6 , 0x0198C74F20AC74E388033C46E15B0A6F , 0x0198C75040AC7BB4BB39908250AA896F , 0x0198CB95B10F7D279A80D67D2F60981E , 0x0198CBD614057E7AABCD05DF601B0DCE , 0x0198CBD6672C7A3AAD9B3CFF90CB2C61 , 0x0198CBEBF8E67E44A7161880CD6732BD , 0x0198CC43420F7DEB9B0DB9E193B88AB7 , 0x0198CC44290271CA9D6513E10197ECDB , 0x0198CC52777170B49DDF5FBD074A5A81 , 0x0198CC70E7907CF09F7616DE6F4D1669 , 0x0198CC980ECF72259856D42CDBB3EE61 , 0x0198CC98A0AD71CD9890F43A6F235581 , 0x0198D170BF577D879EAAA5DCEF2FBAAF , 0x0198D171BE2A78AFB6D3D1816D00F9A9 , 0x0198D1826ED77621B9DA66B74CFEE406 , 0x01E38FFA805044ECB30D9D90E0A00C07 , 0x022B7F390CD5401B93B4356B40C50462 , 0x030BC19FFF4245EAB4BF6A6ECDB8F413 , 0x03147AB848304DF4A7468AA6ECF8CEE0 , 0x03C6896D246047AFA6C77CE040466074 , 0x04D66C4832D645EC8B5F66A5671D1AAC , 0x04DEC25C668A4F40827DB85BDC244DDF , 0x067933F50A7741F5B0E2A158A140B269 , 0x096ACA13E6504CCF82A8C16CEF4CD8F1 , 0x0A31FAE1FCE54E5092862A9D7AED9DD5 , 0x0D3856D5EEF04B3D9269DC814F40D5D6 , 0x0DE382E6F31C4A0B8D8A7926E17AB05B , 0x0F6C56CC7B754880AC75D8768B7CBAEE , 0x11FEA5FDD69F4B11AAB1B4A9E46C0940 , 0x121CD87F163F411AA89A533E560500E8 , 0x12483A3F7ED24D62806437332CA59059 , 0x13BC96B426354A4BB97B742AB0FB6284 , 0x13BE1D546E9645C99D57C1092642023B , 0x1520E2F41B3C412FBA611A6751DDE7E3 , 0x1586706B739D4419AEF3392284CFACFD , 0x1813D085571B48108993F350F0842028 , 0x18F5860E0A77480ABE93C4575D8B4029 , 0x19AE6AD4CFE345B29C015BBFC7426951 , 0x1A6B4C00F8D24841BD26ABEDB7F51FFE , 0x1AF5E182635049EDB004A8D4E3698CCF , 0x1B683C055061482EA139B39D07FD247E , 0x1BC374806D2D4213B27375E607E79936 , 0x1CF833A15F5342CE880F7138A51CF643 , 0x1DF55A20F4F14939A2ABE716C6244AA3 , 0x203AB253BC6E414C9371A885BBE05D2D , 0x221A6DA7333148108D1D087E24041961 , 0x2289116A58C1476886AF13775A7D1DBD , 0x22F52D9203574A6C85BCD2B9B8DC154B , 0x230B67232D2A483194118FF373EB3F9F , 0x27DBCC01983347FAADDE87123B7D2D26 , 0x27E202B5E1D348938896175271F9746E , 0x29016765BFBE44EF94A73F40DA2629DF , 0x2A14E6A9A88F4A2F80FE017CBCBFC64E , 0x2D7056B051F947DEB764E4F8A8B3CF80 , 0x2D9556A9E17F4A1E8AE155127A8DB87C , 0x2DE8BBFC099A4679B28F773E54ACA03E , 0x2E74018DB50045EC9AD9EC7D3B1BAEF4 , 0x2E862AAD11164E6DB3CB8ADDBE61E86F , 0x2FC41480499E44E3B788D34155893C0D , 0x322D9671EC414B4C8A6157C70E33372C , 0x324186B53EAF410AB0BCC1922ABCEFBF , 0x345DF9B3CED64B25A6846A609A617FAD , 0x3460451B302D4C6EA84EB762F4FFEDB3 , 0x34BB7B1B2BF6418C8DB51FF455FC7ED3 , 0x34ED92A37BA74C73A862F50D9B53D7B7 , 0x3519614A91D84E4F8F91E0A47C51DE17 , 0x360152A6CC834F21ACBEBA7C842016BD , 0x363CDE8331C94FAA9B2F91B02A42A2AA , 0x36A17A331FEF4644851D1FC00091D4C6 , 0x374050B8BF2B44A296F22DB230E867A5 , 0x37939767462A437A9CC35F1F842F10F7 , 0x381B40A9024A4FFBBCE50BD7CD4E9EE9 , 0x3898D8E3022C4CE086CAFF1786495229 , 0x39ECF6F0AF22483282EAB9E6939168BB , 0x3AEE7D387F0841DDA6073398A36EFC21 , 0x3BA1A39DA61E438E899B26F8919E5064 , 0x3CFB7A4D0F43432587405DEAB368C8F4 , 0x3D63FEFE555B434F8D4CE18C62AC5419 , 0x3D82774BDA5D42C5BBC219C5495E8C03 , 0x3D9D7FEB21794BD1ABF4E1E47ABA205F , 0x3E04D0C75ACC4AA29E938C440B98843F , 0x3E23BAA6BC0A4ED6B2001C75CC220691 , 0x3E87AC1A33CD44C9B8F048EBE74A765A , 0x3EB4BCD20B6C4207B73D79ADC0FBF112 , 0x3ECA353206B849ECBB20B2ED52D29077 , 0x3ECE9F8A5AB84631B8BA8FC2CA07F44C , 0x3F636A71B0CC4241BF337A5AC56507EC , 0x4151B66C3C4D42B2B6CBBED957C50DF8 , 0x41C182126EE04D7B9BF87CC37413E94C , 0x4259A5631F8D4664853D3EE6DE9FFEE1 , 0x425B94C81981490DBFC7A4EA29310124 , 0x4260D46A2C1C43F789AB15F33B962131 , 0x42BDAB7CEE5F4E419F6978BEC74B9AB7 , 0x43617CE1E96E4BF39546638A218B6C02 , 0x43C13DE2B26543388D43C8CF419220B0 , 0x4455774A10464EDA95342CEE77C4B95E , 0x453D6B47802A42BBBB306183CDE306DA , 0x46C35B293C2E438A96342197A3D842A8 , 0x4746F630347545FD977668E6824E3BFE , 0x479C2C06B3FE46F899B6AB6A6338AB0A , 0x47B167928B4049A68F53B5041295508F , 0x47F98E070A8A4DD1889416FC631BB9B4 , 0x49ECDC5FEDD942CBA4AE3340C66ED15F , 0x4A7DE59820BE4048B77522E0585A4C51 , 0x4B16F549967541F698FDF7545D6B1264 , 0x4C68F2011A6A409297DF3A4C32F5A150 , 0x4D084F457A674019BCA23E46E6437470 , 0x4E5FECFC2A444358A94238E31D3AAEA5 , 0x4E8255187D4844D1872A28944C05BF52 , 0x4EA833E00D5748FB9A12CF8EB4A165C4 , 0x4EB420843AC048A2923658761935D9ED , 0x4F05796A662B4653BCE93968214311CD , 0x4F8DD20BF72B41B28564B5AF24DC68ED , 0x51E579B0BE6E466C88CE34D062274362 , 0x51E6B7EED3864AA5BAC1976A44237330 , 0x53E22DB188334932B321760DD2EB1BA1 , 0x53FC3E6DFD9F4DE2BEBF5306F201AB40 , 0x551CED66644B4F5B91519B1978D050A7 , 0x553BF46793CE4A74BA2F355370C53D4C , 0x556BE361C91A4904AB935E6D943D3025 , 0x559B41B3FBE044DD802D7CA8273373C9 , 0x55E5A7EFE1EB44E39E1C2A483B139A6E , 0x56E3E787DDE840E18497F20F560750AA , 0x57323B85C04046F19A464143F30507BE , 0x58D872B2A26D4675AA32E31D2C31E157 , 0x58E51817595B45FFBDED6165BE1CD3CE , 0x5A8A0DF1ADA3421F9113E29EFF4164FE , 0x5B0E28FB3D9D491CAE277D4DCDA6C9A8 , 0x5C0707A46B25488FBDFD96EAB3624D83 , 0x5C9F03B6727A4655B59969A3975B326F , 0x5CCCB82CFA9C4A0A9CF7381AD4F8BCAF , 0x5D08EA70DC7448B8AD45A86E24007C6E , 0x5D13BDB7922049A3AE6BA173C649614D , 0x5D3391D441D34A2381A2D5D0470B51C9 , 0x5D57A3B5C4D94A3694177D7089405BE5 , 0x5D658404879A4E0F93EF4FDF80441625 , 0x5E1D33FB1B4A46C0B83965A2D03CA34F , 0x5F8676431AE34DA99E1D8B9D2F8E993B , 0x60EC309D6E784358A2861A575418EBE9 , 0x6267CE7734B44A92B3803078A6BF3604 , 0x632A735787CD4A68820C7D464773C771 , 0x638D670FCA654196B35BDEA4AF18FFEE , 0x64475656CE9D48C7B1EF66CD0D111F40 , 0x674542D914954F7E9DD21DFAD4FB4BD6 , 0x68CB7BCCCC054B26B13203B23FB7876E , 0x69DDD3A47FC546029076F3BC88979CA2 , 0x6A2FBE69DF9542CE8C7E5F640D67920C , 0x6B4B1C4BA1E747CC843151D41500B530 , 0x6FD41F3B074144B8B5E3D99AFBDDD52B , 0x7170914527C748F8B7F8807D3AD5ACFF , 0x72340FCF542E402CBE6E2E989A63710E , 0x7348E3D101CE49D995DD673602DEE594 , 0x742607327E59476EAFE1988F4267F17C , 0x77756700D6724991A6D6F17B5F27C175 , 0x7A264C68403C4350AAE999E08970F3E1 , 0x7A890E4B9E4A4C34BDB039D3C4E590FC , 0x7AD5071296CC42629F635F49823E5A66 , 0x7E20ACD21FA242D09E5F40EE26040ACA , 0x7EDE0598031F4F15A6FC65B5A12AD7A0 , 0x7EE5F0E3EFF740B0A6F73C4CDB7BFC89 , 0x812E0CAA0DC74F7989069B9A98A1107F , 0x81FCB165C6004819BD55B44166B4CD8F , 0x82D737E92CB34B56AE722DF015F2A234 , 0x83513C91379F4A78849E76D69EC55A8D , 0x8444F144D0AC4F278C3695E62DFB4753 , 0x85A2340C2FA040FE83D8CAD40B9C5341 , 0x85E7059814AA4BF2BAE31AD24E048446 , 0x8690569F7EC74B968BDECAF42F25B8BB , 0x86F0C53EC0A54FA79E15EBC78EA747B8 , 0x8721F1AC62454518910DA1D237F5804A , 0x89F894E26CD5436B8FECD39834918A77 , 0x8AA274037EBA42BF8A3026086A5566CF , 0x8B638D101AB8453F81803F777E5E2B3D , 0x8B9FAD27E1614681A461957797B20F93 , 0x8BD7E6202475432F82FFDFB85188C4B7 , 0x8C742BAA41D94500B050FC65F0BAD229 , 0x8CA06D05C8A040F4B026F85D6D67CBA1 , 0x8D25A54394B4439D927B7EFB7051CD61 , 0x8D7BE5AD81AE4C67B29F1EB208809560 , 0x8DE954028B394C0EB18FB29910D85C95 , 0x8E7EF8CC62C4492A9CE0E1EA34584A52 , 0x8EC9051C5D6644A281556962CB56B67C , 0x8F03E256DCCD433CAD16B0B1CA4DB9D4 , 0x930CF9FEE24E4A9DBE5CF3B32BA32CF5 , 0x937B06B92A2A400DB3533ED74CC0BDB5 , 0x938FD4A3F4B54543BD28667995F1BB5E , 0x93AD6CFB8F9046A98C4019596716FDAF , 0x943F5E84660149E7AD90C2308028A63B , 0x94654C1A4C88497CAE423735BCB1BC68 , 0x94800D9A28264FDBA70856B92DF5616D , 0x94A707A50CF343EB83924272760A40E6 , 0x94E160206CA84EFAA8DE57268B7CB461 , 0x967F60D935B74B39878EA91FFD1AFC4A , 0x96BD7293C57042F1911F01723885A9B6 , 0x975A40E31FE54356816AFAE143A674FD , 0x979DDFA2B79F404EB85412918F3123C5 , 0x97F19E05DF2E4C3584A73287D06AA29C , 0x98453FA211FB431E973112C4ED3C4E65 , 0x995BCDB4F1D5467294EEC30696952B75 , 0x9988D2AB4E454A4EB31B1DE673B43BF1 , 0x9A586D175F22470EB6030ACF95E1222B , 0x9AEBE43B191A47B1ACCDC29B4B9CDE24 , 0x9B20FA2B79D2402A8C4E554CC60B60BC , 0x9D2E4AEFB74A4F349E13ADFC9F8D97EA , 0x9E39833C30D9418BAB94416FCDE69840 , 0x9E74D79ED48448F1936F213E53B85CD5 , 0x9F71EDED281B46C98D769017B89B8A01 , 0xA0A76D368534445397EDC73A5F02C033 , 0xA23EB0FEDF7D453CAB1B2BBAAFA672BF , 0xA3D315E564AA4129826AC9F78C69DF62 , 0xA4565048641C4219ACD056D2640E300C , 0xA7F1EB9BF28D4AC5A0A1D21BA0022499 , 0xA828BBCB9FE04B42A0AF32EEA6FE67BC , 0xA8BA1C4DD00449E08BD287BD758C8B53 , 0xA98C802FFF3F49D18201E3FF61AF703F , 0xAA04FD13DFE54FB4820A73772BABC1CE , 0xAB94052CC2E94CA2A1DE0AE746D4D173 , 0xAC6F7E59D05141DBB02C2DE3E3AFB439 , 0xAD54E57AF2A34901963B87DFE5E55711 , 0xAD5E500730AF40498F09BCCE0486A03F , 0xAF5C64A14AC445AB9D5C7C60FC8A4C02 , 0xB01A61A129AD42238E9A3CD88C620C0B , 0xB02944BB95FA42C68957E1E3EF7B2EBF , 0xB06E1C37BB6F4B77ABF8C97298BD47BD , 0xB092F707733B4BF68870475D1EED8EDC , 0xB11CF949E85A4FBB922250B4D17E94BB , 0xB18B0124CE214D5CA2ED40B1666390B8 , 0xB1E93FB47A07470AB1889D6D48C2DD1D , 0xB247C519D42B4C89B4C9CD8C9D2825F9 , 0xB25E746E42FB4E46B9B010ACC8DCCE92 , 0xB2F8844ED63A4234A8D2F1DF435B2E55 , 0xB2FB20D1651E48CA8F4CD09400C938A9 , 0xB3CB77BB3AF84C7DADD67BFA14BFD8A6 , 0xB49B58B034244F3FAB2CD5E38FCE8AD7 , 0xB58C63DEECAD403FA4A3EA181D3E268F , 0xB6112A8BA7EE4711B768E92192246550 , 0xB773F9DCDC60428A97826230A4F56A8B , 0xBACF100CACCB42D38245819113F29B41 , 0xBB52BBA194E94DA3BC9156785566F23D , 0xBB912C64F2FC41338E89B75D1EA8EC5E , 0xBEFC090D1CC344FBA6B81717DC642953 , 0xC0728018E0F94402AE5221C6A4EC240E , 0xC114649CF3C2490E8541FD153661F0AE , 0xC2A2D9A998CA479395E23E4B7CB4B3B9 , 0xC36ACA156DAA4E52BDD63C9B11386B46 , 0xC4947E931E474E2A968638B2906CF8B0 , 0xC49FE5DA73DE45B79A79554EF157B197 , 0xC86991ECFE1C404BA681A4C7FB90C53D , 0xCAB9D1608B394B11A090BE32D81F0B19 , 0xCB23F088C04E40498CA2E8BD78BE0FEC , 0xCB7A11E7DED241E6B40B07D9270B1CB5 , 0xCBE9C4C3E6DB4BFF847F3158030720A2 , 0xCC776783A8664E83BEAA15E0FB6DAA68 , 0xCCF751C1B52B437FA79A3CC1DE55D705 , 0xCD55E43617584C4C9B8BC664FF6C2A29 , 0xCE29B087C80340EA921CC8A3CCB274EB , 0xCF47440276C34A9EB99787A0CF4C4F86 , 0xCF8BE42B7F544DA78B963D043852924D , 0xD0A3737BB72D4779ACC9A49C3B70E86E , 0xD2C3E2F64A924AECB8A5396407098CDC , 0xD3A805EF7506425DB4B3E35B8A041A5B , 0xD3EC65325C9D48C0BCCD51F84BC86CCC , 0xD6D344EC4E3B4CFCB5C78F4551D53E6E , 0xD75BB5A6660E49F29799A72354E64DFF , 0xD7FB471ED15942CC8B07787E27E6E81A , 0xD82DC536C9DC42DD8ADEA0B9369DC516 , 0xD886588082C94590A081CA9A7CC55EED , 0xD89F65EFFD03489DB904BF71E08366B4 , 0xD8B393DC7A714547B71E49010D2768B0 , 0xDA4CDBE956DC45F486F814A42C6FB8E4 , 0xDACB066588464F4D8B23A789F665B7AD , 0xDBFD5800025243DD8F80AB41BD86291B , 0xDE586750D2114168806482527B5EC1AA , 0xDEF1AEBA6137443FAB4809B498B2F1F6 , 0xDF11432D45BC452CA89398E6458DDEFF , 0xDF39BAC1FADB468B9E0AD91AFB376153 , 0xDF921CDE0FC84BCE8CF9B741DFC5B7A1 , 0xDFEAA00B11084288A681DA424F5F336D , 0xE1D81AD3322F485F9F273CB0B5C7D5CA , 0xE1E57F9F06CB44B19A7FC309912E4A3F , 0xE2F57A03DBA64270821AE646852CB977 , 0xE345C0DEB72246F993131A884C34C923 , 0xE40D9CE8A8A64ECFBA8F0AEBC6A2FB6A , 0xE4DBC146D33441AD97B68441787D4E69 , 0xE5777700E6CA4062BE6B6185EC8DC347 , 0xE5E50401418E444DA6CE2D3CA6030FED , 0xE6C2D9F9EA844983BA69A993803A7CFD , 0xE75FF3A1765C44AA83EEE4C534980D9C , 0xE76442CFF7BA4CB0A65892EED10F9A64 , 0xEAA9B2520AE54A61BC54AF58B9DD4C75 , 0xEAD6D077AA94405D87A57C5A0B14A4F8 , 0xEADA303917F54AE3A29216AB8EFEC4AE , 0xECF79C33D97C42B19CEAC0AAD2F39261 , 0xED2766BDC47A4DE0A66E01F96FEDB8C6 , 0xED445B64923F4BCEA65E541BE08D8514 , 0xEE3D8EEC6D104058A96A9F10552A0E5C , 0xF04B4577895946089B5DFA062CBBF499 , 0xF08899BDEF7A4CB99614ED881048091B , 0xF0A689EE3D2C435A916DE90BA8194A12 , 0xF0C8BFBC52FD433383744E2748D3FFAA , 0xF301FB86CCD54C34AE990699B886E1B2 , 0xF47B74322A954467BB96A79B1FFAB6F0 , 0xF4B02C4BA28C43A2A4BDFA1FA9C3E927 , 0xF4EE00DBB1EC4A579B7C89E6753569DA , 0xF558E9DCCEE4450BA1C367ECCD082D60 , 0xF5C62C0D9EF54599915B31F47AAA150D , 0xF637B90464D0405C914B9AAA01FD4BF3 , 0xF83B5F6DBF5E4974B0075356D0F0A1E8 , 0xF8D32B5438894D5E9D0E55DD009F883F , 0xF9079CFFA2C141E5840462D3D4EDF576 , 0xF90A97D659A54FEFAEBB042F2E7398A4 , 0xF93D6F83357D4024961D4C561B8FA72A , 0xFBAD62B87077468B8FAEAD96B0BF6ED9 , 0xFC7945A9A66141E8B0AA5E8EE2D6FD68 , 0xFD77812DFC294118B655DB4DAA20027E , 0xFE2FF8F6A8F548008B013FEE8FCE5C70 , 0xFE9DE3E2697B4669B5DE4A27CE275DDB , 0xFEDD45AF33B64D4E9AEE657C2BF68A47 , 0xFF4EF95EFEF241F8B26ADD0DCE7A240D , 0xFF6B5F594EE64A8BBB2002302CDAB2D4 , 0xFFE4B19C1BA74531897130AA96D03235 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
105
4.60 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` . `file_hash` as `property_group_option.media.fileHash` , `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"\x01\x03 Ü\UÔAÁ‹Zûøë\x04 Q "
b"\x01 o(”¬\x08 Fð¾}#0méf, "
b"\x01 ppÿ8†N(—^‰³Ø;M- "
b"\x01 |ŠÀ‘;L'¬4\x17 êâøÎg "
b"\x01 Š+¢\x1F D~\x0F …BÝÚÀW-\x10 "
b"\x01 Š_\Ç:pÓŽ”qª‡ñs¥ "
b"\x01 Šdb•\x06 s¾½<oaS½mð "
b"\x01 Šdt¨Åw¹²xu\t £oÀÎ "
b"\x01 ‹[¯ñ\x13 wÕ¦+p\x01 <¾Ë§ "
b"\x01 ‹[ïœR{5¢rÊXà\x1E Т "
b"\x01 ‹ì Aq\x1D ¡\x7F á£ÍýoÎ "
b"\x01 ‹ì¡\x04 AtI!Õ\x06 ?ö²: "
b"""
\x01 Œh^¸[~\x1D ¬\x01 |Í>\n
\x11 ˆ
"""
b"\x01 Žœá|\x11 t&™Z¢•aò¶ "
b"\x01 Žœâ\x17 Ít\v »ßÉí¼\x1A\x1A î "
b"\x01 ŽêŠ#au>7Ê\\x01\x02 (¿ "
b"\x01 Žê‹¤ä}g…^nYûÅ1À "
b"\x01 Žô·®\x19 q°ˆç"¯Âò\x08 "
b"\x01 Žô·í7\x7F š¡ì¨ã;™ð~ "
b"\x01 Žù;R\x17 tƒ°ˆ\x12 *\x04 ƒO "
b"\x01 Žù; 9zQ¯£V4‚ñÖ "
b"\x01 Žù;é½\x7F 8«Wrxd\x15 jÀ "
b"\x01 Žú3\x04 •{—²ãô,\x05\x1E ˧ "
b"\x01 Žú3L[z\x0F Œbq^A\x16\x12 "
b"\x01 Žú3‚\x10 {<±…¸•Ìb¿ù "
b"\x01 Žú3®œt›ö\x03 <y©! "
b"\x01 Ž\x08 °b\x08\x7F\x13 »ù¯}¢à¨¼ "
b"""
\x01 \x08 °Ö†rœ€fAÇ)e\n
"""
b"\x01 \x08 °õ¬xä‡\x12 3\x16 fk\x12 "
b"\x01 Ž\x0E\x7F •¶x¼«Ã5[ÜþƒZ "
b"\x01 Ž\x0E\x7F °û\x7F à¬\x01 ,©tJN› "
b"\x01 Ž\x0E\x7F É_p‰œ'§@¶ñ9\x15 "
b"\x01 Ž\x0E\x7F àúp\ 3’mË6¨Æ "
b"\x01 \x0E\x7F úWqý{Æ*KÎûí "
b"\x01 Ž\x0E áptzõ‘–ꬓ¸«Ó "
b"\x01 Ž\x0E áû—pø”ž\t îì²\x1C f "
b"\x01 Ž<%Òsvq¬¡1Ò[õãê "
b"\x01 Ž<&\t ûşe‡©IÉŠ¬ "
b"\x01 Ž<Ÿôåq\x13 ²AI§‚\x08 ?\x1D "
b"\x01 ŽA*Z\x19 tU„\x0E\x03 … 0=¸ "
b"\x01 ŽA*zÿ}zŠ.ë}S\x1F 6Â "
b"\x01 ŽV0BÎu‰“r›³b†a "
b"\x01 ŽV_t!\x7F ö¡m§àî¡HJ "
b"\x01 Ž\x7F\x06 i¬wCž¬ˆÌ£Nê® "
b"\x01 \x7F D0q}DÞG€’ë]f "
b"\x01 Ž\x7F GV¾}Έ3yÒý¬Ý’ "
b"\x01 Ž\x7F GwË\x7F %™6AÅäÉBí "
b"\x01 Ž\x7F Gœnzb–\v\x7F p“b5¦ "
b"\x01 Žž¨}-tÓ”Òhv\x13 ?_ "
b"\x01 žÑ׃u\3’ö›€> "
b"\x01 ŽžÔ\e Žu\x1C »&ä®™À¡á "
b"\x01 žÔ®3{PúL˜Së\f "
b"\x01 ŽžÔë4q\x1A ‰ªí˜¦È\x1A “ "
b"\x01 ޽\x10 ¹¿r“—ò¦@@yk- "
b"\x01 ޽Ì\x1E y|\x1A ™{\x1D €UÉk1 "
b"\x01 ޽ÌYD}\v œ‹É.ž^‰* "
b"\x01 Ž½ÍŒÛ|Äœ;Ö\x11 f\x06 ñm "
b"\x01 ޽Íʤtð¾Ÿ{ÞUêGT "
b"\x01 ŽÁè‘×{T´I\x0F ÍŒ‡Eî "
b"\x01 ŽÁé\x10 Ä{î¡Ê\x16\e i[*Å "
b"\x01 Á飻~©Ž·Âq󘵲 "
b"\x01 ŽÂEvÇz“’Âñ«qäm "
b"\x01 ÂgW|ƒžÏàL#g!\x06 "
b"\x01 ŽÂ–\x1E †}ü©³Ÿ\v bNâ| "
b"\x01 ÂÏ\x1F Op\x13 º†hË\x08\x18 t "
b"\x01 ËþåÁsîŽhnZ\x04 0p "
b"\x01 ŽÌ\x13 ŸUulœ\x14 |\x19 Yý™« "
b"\x01 Ì\x15\x01 Ã~d\x12 ':\x07 õ°ò "
b"\x01 ŽÌ\x15\x1F\x11 t#½C¼NM™¹à "
b"\x01 Žì\x16 ]Ove“øð¯KúZã "
b"\x01 Žì\x16 µ6sÚ€Áè²½„ ¼ "
b"\x01 ì\x17 èo}ŽÍëšÝ>ÖÅ "
b"\x01 Žì\x18 ev©€ùL\x1E \r ùÇP "
b"\x01 Žì\x18 NõqVˆŽ~˵\x05 kƒ "
b"\x01 Žì\x18 …‰p^¶òWD¸‰·’ "
b"\x01 Žì\x18 µ\e z›»Ê»-5ò˜) "
b"\x01 Žì\x19 )¦vñª*J³¹\x18 ¢\t "
b"\x01 Žì\x19 d°~Ä”Ä[\v #íÖŒ "
b"\x01 Žì\x19 šBtU©\f ag§êз "
b"\x01 Žì\x19 Ðvz릛]’´ß!P "
b"\x01 Žì\x1D {1r\x10 ŽÐ÷\x01 àö†O "
b"\x01 Žì"4^yo˜8²ƒ\x18 àÍ+ "
b"\x01 ì-2rÄ£vZ,5‹\e Ö "
b"\x01 ŽïûÑ¢q\t ¢/F;Æ\x00 ¨ñ "
b"\x01 Žïü)‚r0½(\x1A H´©¹] "
b"\x01 ŽðFÂ}{E¿˜xA<WŽ´ "
b"\x01 ð‘øãr~®&åà½(» "
b"\x01 ŽðÛ8Ls‚·Ò—?\x06 »\x1F D "
b"\x01 ŽðÛ³5x\f ä\e ôæ-ÒF "
b"\x01 ñC\x00 ³}‘Л)³™Q\x02 "
b"\x01 ŽñC'Kpʤ\x19 Ž\x1A XÑ?Ý "
b"\x01 Žñ[\x1D\x1A\x7F\x11 ª™Ä·% a. "
b"\x01 Žñ[‹èsM˜\x18 8Uj>‡Í "
b"\x01 Žõ\x14 \r \x1E\x7F ¨¯\x0E r\x1E\e ‰\x1F\x10 "
b"\x01 Žõ\x14 F\x14 zW–µ8w¥¥™á "
b"\x01 ŽõbgŸv—‚Ak²\x18 f÷\e "
b"\x01 \x05 ÙN>}\x14 «Á\x04 =Iý\x1A ã "
b"\x01 \x05 Ú·¬pqžÄÂ<2\x04 æ "
b"\x01 \x0F Õ‹wÿ»Uû\x14 J#„É "
b"\x01 \x0F ÖYï|&¥5ë\x14 ^\x05 õ¸ "
b"\x01 \x0F Ö‘\r x.°2£ï=f\x12 £ "
b"\x01 \x0F ÖáÒyk‘oÙ\x01 Ž\x15 ~d "
b"\x01 \x0F ×%Vr}·\e ¡Ð"Ca "
b"\x01 \x10\t âOsj´\t š#5Âå8 "
b"""
\x01 \x10 \n
Ý\x1C ~C¨qãQ!`˜Ë
"""
b"\x01 \x10\v\x05 r~µ£¿¨\x06\x13 wŒz "
b"\x01 \x10\v @BvDŒ\x00 Ö¶þ=ˆê "
b"\x01 \x14 uÓ‡v\x10 …}Ø\v ï\x16\x04 Ý "
b"""
\x01 )0z™s_¡šw\x7F \n
?Óš
"""
b"\x01 )0º»u²”…1°’ÅH\x03 "
b"\x01 )KW\r pé¡ðCëh@Çù "
b"\x01 )KŒrv.Š%®\x07\e Æ\x00 ë "
b"\x01 )KÅ„p†±ºE\x16 ÊR\v p "
b"\x01 )KóW|µ³–]<\r ›G" "
b"\x01 9\x06 Š{——ç§\x16 Ù’A "
b"\x01 9>Ãy\x1E ‡P9Ć[Ùì "
b"\x01 9НÚw`‡¾É\x16\x1A R±X "
b"\x01 >P¯Dq ±OOR%? "
b"\x01 >Pߤvy¼V\x1F\x7F ýàgÞ "
b"\x01 vÛ©Ks\x1C —M’FY€ôl "
b"\x01 w\x02 e\x7F\t ‘"\x19 M0\x15 ª( "
b"\x01 {fXër>€í%É™§&ž "
b"\x01 {f”g\x7F ˜¯~¹ýˆ2x1 "
b"\x01 {fºI{á°\x11 !=“J¦ "
b"\x01 {f½\x06 w\x06 ‰”á ”›ßg "
b"\x01 {g\x06 y¿"jPv:ÐÃ "
b"\x01 {i^°{²¢¸ƒ›\x02 9¯— "
b"\x01 †…Wšpù¯Ï憩%. "
b"\x01 Ã’»rvªÆ"Ósa\x00 ] "
b"\x01 Ón*uíª¿&p\x00 LÄ< "
b"\x01 È<n_{Š›°8õXÜFJ "
b"\x01 É Ù,yY¯rßèá½bK "
b"\x01 É!\x07 J~C› ®ÿ„ù{O "
b"\x01 É!bÑu\x03 šñ(\x00\x17\x15 p\n "
b"\x01 ÉEfˆpî¥\v å÷Ø}ˆ6 "
b"\x01 Él@cvÉ‘šÒï»õ\x0E 1 "
b"\x01 Ýc~„}ÛZ£,ך¹\x19 "
b"\x01 Ýc¬kpB™"là\x14 Èò‰ "
b"\x01 ãak\x17 }MÅ%.¦#3í "
b"\x01 ãa}uý…Áƒïd"Ê… "
b"\x01 ãbî†w\x08 ›áêY‚É—# "
b"\x01 ãcBÂ~*¸Ìv\x08 çû—w "
b"\x01 \x06 ð«Uye¼ZÌC…\x08 2ß "
b"\x01 \x06 ðù\x1E ~1ž®¤‘È\x01 o "
b"\x01 \v ŽØ!}í§ÀÖÌ7,\x05 | "
b"\x01 \v š›¸|5¨×i8¼T\f ˆ "
b"\x01 \v ší¸w9¥\x14 ë\x12 ŠvF "
b"\x01 \v ›&ir¬’ûøé?\x02 ÃX "
b"\x01 \x10 c\r Ûz\x15 œÐëú\x1D ‡Vò "
b"\x01 \x10 æÉZzbœŽÌlXâžZ "
b"\x01 \x11 ž ªxÔ¡‰\x08 Ñv̪¬ "
b"\x01 \x11 žD,y)¨ïÆ\x12 WbÍì "
b"\x01 \x11 žz?tyƒ\x0F \ýMŸ. "
b"\x01 \x11 ž¨Fq™•¥Žb=3o’ "
b"\x01 \x11 žæšyX°—#ë²'Çà "
b"\x01 \x11 \x1D ¯}ü˜ÜSB\iL¸ "
b"\x01 \x11 H>ux˜±É9ÿn°l "
b"\x01 %\v …W}3†Ðqw\x11 I ” "
b"\x01 *Œe}9ˆB\x07 öa›™² "
b"\x01 *Œ¾¾{\x1E ^BK´RI "
b"\x01 *Œùt º\x12\x07 nM|ò™ "
b"""
\x01 +\n
JBp••Š\x02 }\x0F åöi
"""
b"""
\x01 +\n
p¾qw˜•RÊ\x06 “a
"""
b"""
\x01 +\n
™;~\x1D ´J\x16 .z\x1D Y
"""
b"\x01 /Y¾|Í‚@$Ûé®7 "
b"\x01 /Â]ÜxÊŠqÓ\t ¬k˜Ø "
b"\x01 /Âxås\f ÷ãt\f ÐV "
b"\x01 /–Ž|˜ºµ‰+\x06 u·C "
b"\x01 /ó<"wŽ—¢Ã¸\x14 {Ž¡ "
b"\x01 J3\x04\x1E wÙµÿ‚RÈØ½£ "
b"\x01 J3LqTŠëû\x07\x0F ÐßÊ "
b"\x01 STH(y‰«Åšo\x00 3\x0F E "
b"\x01 xU¥$v"¥ƒyí\x07 ™Z "
b"\x01 ýàj‰sòºžX'Sp\x1E j "
b"\x01 ‘\x03\x17 )ìt¨…¤È!ëÓi "
b"\x01 ‘\x07 Ô`þu+•V\t àÖà‹B "
b"\x01 ‘\x07 Õ_]w´Ž¸;ŸéŒu² "
b"\x01 ‘\x07 ÕÅ·p]´2O3?Þ~Ž "
b"\x01 ‘\x07 Ö=W\x7F †šã\x1D .„ŠÀ "
b"\x01 ‘\x08\x08 i~8«\x11 D”,\x01 §’ "
b"\x01 ‘\r ꬣt‹œ$j\x04 º!5\f "
b"\x01 ‘O÷$[u\x04 ˜CI”P\x04 µ\v "
b"\x01 ‘Pªs„} \x03 q\x1F Èß# "
b"\x01 ‘Pªê]rH£ \x12 |—é-\ "
b"\x01 ‘U\r ô:~Dª?á‰ü›-„ "
b"\x01 ‘UÒŒ^te7sÙûõVÊ "
b"\x01 ‘UÖ¢°\x7F –˜mHr\e w\x12\x15 "
b"\x01 ‘n¸áGztœ³y®¯ƒ˜z "
b"\x01 ‘n¹\x1E Dtó‡’h\x11 †Œyx "
b"\x01 ‘n¹A”\x7F Ö£:è\v i;\x1C Ä "
b"\x01 ‘’ÉÊ\t v³“b¦¶v!ÿM "
b"\x01 ‘\r õ;x÷›R¯W²ve "
b"\x01 ‘\x0E V–t›®8\x1F )²¹K2 "
b"\x01 ‘‹ª rÎ T?Æý:º "
b"\x01 ‘Œ>´vÃò$j‚¥‘ "
b"\x01 ‘·>6î\x7F c†žkäÍ€¶¼ "
b"\x01 ‘¼\x19 ž*pÛ ÁšKeW\x08 < "
b"\x01 ‘¼\x1E Ôôu»•Òfeåg¼† "
b"\x01 ‘¼:\x06 R~ÒºJi•ÿoñæ "
b"\x01 ‘¼<ð\x03 v\¤O,ÿ"•X. "
b"\x01 ‘¼FifsO®j¡\x08 êŒir "
b"\x01 ‘¼U_±u]¶„é¹\x7F rÅÖ "
b"\x01 ‘¼w\x04\x0E yŒ<Ž\x19 À –° "
b"\x01 ‘ÁÜP2{D†FÜ4ç—Uô "
b"\x01 ‘ÁÝ•þy[¡ëÿÌš¿Ÿ4 "
b"\x01 ‘Æ.ÁMzSŒÀ\x14 #ôd¬Ï "
b"\x01 ‘Æuµ©~dž¨éßçDíw "
b"\x01 ‘ÆuÛÉy¹“^ÂnhJˆŠ "
b"\x01 ‘Ç\x1C vuO¶0\x12\x7F €>Xà "
b"\x01 ‘Ç\x1C ç’sùš&‘\r \x00 …\x1C 1 "
b"\x01 ‘Ç\x1D 2qtœ¾\x05 e·¼_9Ž "
b"\x01 ‘Ö¦\t }~„B;º¼O\x16 | "
b"\x01 ‘Ö¾}ð|É¿\6e·:×ù "
b"\x01 ‘Ö¿JŠtP”pÉcGv\x00 Ý "
b"\x01 ‘ÛÂ\x1C op4œ¿¯Ò¤Ž1› "
b"\x01 ‘ÛÉLH}éµCÈ\x1D d“\t ˜ "
b"\x01 ‘ÛÍ'iqo¶\x19 ©(ÞDþµ "
b"\x01 ‘à¾\Ž~›_ýj™“Á’ "
b"\x01 ‘æe~{vϵ\x10 §EåHã| "
b"\x01 ‘æe·¡pô¼Tª~ü\f "
b"\x01 ‘æf\r ß\x7F D¢njáàËœË "
b"\x01 ‘æfô7\x7F ¿’\x04 %|!³ëá "
b"\x01 ‘ë?Ò‰rvœ–¼ó_\x1E 9a "
b"\x01 ‘ëH\x11 Ntx˜;,ì×è\$ "
b"\x01 ‘ëH3ùpá²nóîäQœ" "
b"\x01 ‘ú§\x14 Æt‡ž\f ç×\x03 3[ò "
b"\x01 ’\x04 o<ïvŸœX—Ók`ï• "
b"\x01 ’\x04 Ë\x18 z{ášDFÛ:üþ² "
b"\x01 ’\x04 ËB´zOšÖòÝ4\v\x1A Ô "
b"\x01 ’\x05\x04 !]q&·|\x05 T4\x18 ô) "
b"\x01 ’\t ©žyi\x1E -ÿ”ógo "
b"\x01 ’\x1E ‚²3{ã£Í-Êq\r * "
b"\x01 ’\x1E Úm×w½ ã1)îË\x17 / "
b"\x01 ’#ì%¢}¤\x02 ‘L!hñs "
b"\x01 ’$\x11 úóx¶Ž¥…Ž\e Q "
b"\x01 ’(RvzuÖŒ3bëÄQ†˜ "
b"\x01 ’(~6`z’™z\x19 ¿u… "
b"\x01 ’(~f–vU»ñ\v ä{Ï\r ” "
b"\x01 ’(~Gs½ªn<¦ :ØÇ "
b"\x01 ’(~›\x1E vœN[‚j`C "
b"\x01 ’(~µ‰yÓ‡9$†\x1F h¿’ "
b"\x01 ’(¡v*{;¼¼\x1F RŒ\x1A -a "
b"\x01 ’(¡¹¾rû§•\x02 në„ïˆ "
b"\x01 ’(¢\x05 '~\x0E C2ª³\x04 :Þ "
b"\x01 ’-£ð8shš\x05 "¥Á_\v « "
b"\x01 ’-¤JÓrç’ÐÕNí\x11 «7 "
b"\x01 ’-¤i\x1A p¡€_äªF·}ù "
b"\x01 ’-¤}\x1A zʱ\x1E ÃS´Jé "
b"\x01 ’-üÿLy‚\x16 šFvUŽð "
b"\x01 ’Aôh\x12 wе5×áð£\x00 "
b"\x01 ’Aô‹Î|‚¥œ\t\x1A e•!n "
b"\x01 ’AôªBt|?\x03 aS:ÕÚ "
b"\x01 ’B¯áJqT«\mF\x05 hÇÔ "
b"\x01 ’B²\x10 9s\x12 ¦Ìö#óè. "
b"\x01 ’C\x0E Ú\x05 })Œ\f •™|¨Ãñ "
b"""
\x01 ’C\x0F\x02 ³}ù»Gñ\n
Z\x11 Y>
"""
b"\x01 ’C\x18 %(|\e »Ÿ‘3g‘p\x7F "
b"\x01 ’G\x1D Wju¹²•vU«¦Ê1 "
b"""
\x01 ’G\x1D u—\x7F V¤”Ù\n
\n
]}„
"""
b"\x01 ’G\x1E Jû\x7F\t ¢:]—/ãMx "
b"\x01 ’G~€Ñ|ø¸ ü‚g«tF "
b"\x01 ’G~ªOy¥»\x15 EY—\x18 n– "
b"\x01 ’G~Å´~\x19 ½\x11 Я$\x1A rK "
b"\x01 ’H\x11 æèz\x1F •^\x05 Ç\x1A PEŒ "
b"\x01 ’Li^›qoŠá±þXú´$ "
b"\x01 ’L«qF|ï ó\x1A ÷\r «¾« "
b"\x01 ’½Ç\t\x0E uº˜¬\x03 j\r *} "
b"""
\x01 ’×h½\n
u°‡X®\x1C \n
y‚
"""
b"\x01 ’×hܰvÏœ¡âÖ’ÄÙè "
b"\x01 ’ׯòwË+0~{^² "
b"\x01 ’×±©aq\x1A ‚ïëA<\x1C ›è "
b"\x01 ’ÝŠ—«z¢\x7F\x7F JŠÜ§Ë "
b"\x01 ’ü>jv\x01 ŽqÐò\x08 ½èz "
b"\x01 ’ü>•ŽvŒ˜PÉ÷šM}ž "
b"\x01 ’üA0¸vŒb%¿]<4å "
b"\x01 “\x01 l?þ}y o'‘˜$Šê "
b"\x01 “\x01 l\x1A s+—î1ãa×\x16 ´ "
b"\x01 “%‹–\t zÜ€é¶\x08 ªe.² "
b"\x01 “%Œ7_r¯Œ\x12 f\x1A 6„‡½ "
b"\x01 “%ŒÒ¡|„µY¡Ê¨iü¢ "
b"\x01 “)îýã|8—«ø™T–\x0F ~ "
b"""
\x01 “/Æb\n
|´¿t^\x04 pšÿ¿
"""
b"\x01 “/Æ~\x02 sw¸,RÆÿxDZ "
b"\x01 “S[J•{O—À\x03 9\x10\x13 ÂU "
b"\x01 “hŠ9\x01 rÔ•GÊÃm\x11 T… "
b"\x01 “m u”xB©'V¸Y=\r þ "
b"\x01 “n\x06 }\{Ž’ ŠåêRy\x15 "
b"\x01 “r\x0E ’Év\x01 £Öó¬°5q "
b"\x01 “r\x0E ú$uP‰W\x05 ˺k¤c "
b"\x01 “r?rùwÏžò,\x15\x12 S%\x7F "
b"\x01 “rAé\x\x11 €QUr\e KÖî "
b"\x01 “rB\x04 pr"¯¼‰NãÛ\e ö "
b"\x01 “rB!6|±9ÈÍ·¼;) "
b"\x01 “r³\x1A °}[•Ã\x0F +Hᬠ"
b"\x01 “r³LepÊ·š\x04 µºÕ’ "
b"\x01 “w‘\x1A !\x7F A‰Â²ØwÎ4s "
b"\x01 “w›ùærç¬\x04 (;Oñ¬û "
b"\x01 “wœ:ºwÿw©óÎ\x1C ]ž "
b"\x01 “wœgŒ{\x13 –%ëÁȘ¯” "
b"\x01 “w¶’ÿxz³\x1D 9dIVhÖ "
b"\x01 “µN6>v¹¸\e R\f ”ÅII "
b"\x01 “µNÃ@xÕ‚cŽœ’\x0E ®´ "
b"\x01 “µé&bwâ¢ÛDZV²K2 "
b"\x01 “µézÚz{³\x1F v\x04 ˆU\x00 ë "
b"\x01 “µé +p šúóC|jE^ "
b"\x01 “Ýî\x18 ÄrŠ£k\f ¸/?çi "
b"\x01 ”+Õ\x18 3rª´õ“ÀLxúÐ "
b"\x01 ”+Õ5?pž½B\x16 nƾÌÙ "
b"""
\x01 ”+ÕJ‰x1 )Á\n
\f Î
"""
b"\x01 ”,7à*rc œñÛÉxhÐ "
b"\x01 ”;Œ—éx*¿“ÜQuœýH "
b"\x01 ”@O\x7F brÅ»×äÃmEÕ "
b"\x01 ”A\x06 {\x0E vTº_P´PÍÿu "
b"\x01 ”E{Î\x00 s.¼âC8Ê|J2 "
b"""
\x01 ”_<8¡wy¿\n
²h—;âÆ
"""
b"\x01 ”_§¸2w¢¦·\x0E J\x0F fô… "
b"\x01 ”_§Ê4tZ±¶hPY¸¦P "
b"\x01 ”Žœ¦`xÆ“îÂ(1ý^ "
b"\x01 ”’v\e\x07 rvºÆ Go‘KÉ "
b"\x01 ”’v:wR†„%ÝX}ÍÏ "
b"\x01 ”“\x10 B\x17 {ð†:×YÐZÛè "
b"\x01 ”²Bç#{ü‡YÝ…ÿ\x16 ,A "
b"""
\x01 ”¶V\r aq_©UˆÕ‚\n
o\x1C
"""
b"\x01 ”»u¤Âx=µ—6ôì)Ø! "
b"\x01 ”»uÎÜu`¡‚¬qEyq™ "
b"\x01 ”»uî\x1C r2´\x11\x1F ë&Ì\x13 ÷ "
b"\x01 ”»v\f ÈsЬùù\x05 ’¤WB "
b"\x01 ”ËÊšèzû´Ì€\x16 ÔŽá "
b"\x01 ”ËÊо}g¹NØõÓð\x1A ¯ "
b"\x01 ”ËÊñÅ|D€Û–kX´+ "
b"\x01 ”ÑEö\e ~¡™\x16 #Ýcf…l "
b"\x01 ”Õ”wÈxÇ„\v pâO"1\x12 "
b"\x01 ”Õ”š(vt†3V8³\x1A Κ "
b"\x01 ”Õ•œ`y\x10 ½×\x18 ³\x07 %È\x16 "
b"\x01 ”Õ•¸:x¦³gš\x1E }¨\x1C m "
b"\x01 ”Ú¨šn}À)w\x01 rˆKK "
b"\x01 ”Úª0–t\r „\fIo"Ë "
b"\x01 ”ÚªT˜t\x18 §ì‰ýˈל "
b"\x01 ”ÚÂÜSyÔE\x1C ÔK®Sç "
b"\x01 ”ß^¯ér¤ƒ»=I¦TC0 "
b"\x01 ”à€\x01 ƒv±¢€íBã\x05 "
b"\x01 ”ôè¿xM‡.÷\x16 ±o®8 "
b"\x01 ”þ[5ª~û°\x03 :J¨hý< "
b"\x01 •\x19 JŽNydªsPY\x0F šÐw "
b"\x01 •[Hµ•\x7F ¸§®D…îƒ\x05 Õ "
b"\x01 •[Há-{x’º&ýWh8 "
b"\x01 •[I\x01 $|}ž«Ñ.ÊU±Í "
b"\x01 •[I!cr“ \x1C ,^øô~Î "
b"\x01 •ekÅDt‹Ÿñ®úI´rC "
b"\x01 •k‘\x14 —qÈ·\e 5AÌzž¯ "
b"\x01 •p\x04 ëp}ÖŸBh±ú\x11 7ÿ "
b"\x01 •€R\x17 Ùw¯´~&C¿ìÀ¢ "
b"\x01 •„Ë$çs1²“;™*µ "
b"\x01 •„ÙôqgšB¥¾lrÍ "
b"""
\x01 •„Ú\n
\e y¾¿M1iQàh0
"""
b"\x01 •…lPw&«Ã¨€Ë&<" "
b"\x01 •…lÃns˦!?\x1D p£ã\ "
b"\x01 •‰˜©©~\f ¢¼>Dßǘ "
b"\x01 •‰™\t yyt¹nüu‹}H "
b"\x01 •‰ÉTô{Á¦\x0F ž\x1F qûÅ "
b"\x01 •‰ÉˆtxÖ™·j»²º)\x00 "
b"\x01 •‰Ê0\x08 u\x07 ¤\x08 M\x06 :\\x10 ; "
b"\x01 •‰Êa\x12 sóµ)\x06 ¯S_ý\x16 "
b"\x01 •‰Ö9³y[Ž8\x07\x14 ¨\v ‚µ "
b"\x01 •‘[\x19 x<š_P5¤ÑOè "
b"\x01 •‘Èq½±yUÑ\t 7\t "
b"\x01 •‘¸ÏzŠº\x1C x/Ï\r JS "
b"\x01 •‘Ø$t\x15 ©Á§NŒXòf "
b"\x01 •‘øY{\x01 ¿\x01 mEú\e `î "
b"\x01 •’.8wv˜œ}\x18 >QÄÀ "
b"\x01 •’SŒwVˆ\v ¹Âôˆ¼Y "
b"\x01 •’z£w\f ƒ}s0\x01 5]\x19 "
b"\x01 •’£lx©86.åãG» "
b"\x01 •’Åþvrºõ¦\x12 ]+r "
b"\x01 •’î*{Œ¬ž)&E\x1E jÉ "
b"\x01 •“\x11 (tr§ÓvŽ Áó "
b"\x01 •—^²{J‚‰1Hñû¨ "
b"\x01 •”’Ùa{Z½¯\x18 -D\x15 q; "
b"\x01 •Ò^dÏuVŸ‰í¾\x1F “\x12 o "
b"\x01 •×%/Ayë˜SV~Ë=a6 "
b"\x01 •×%G\v sé¨Oѳ†>‘ö "
b"\x01 •öDûmz.—\x04 µ\åp€N "
b"\x01 •ökSë\x7F )¯lÇBiAS "
b"\x01 –4;i]|8»P1)\x16\t S€ "
b"\x01 –4;\x0F }!„\x7F å#0zî "
b"\x01 –4;¹-|5œ7\x04 ÉÁ½\x17 È "
b"\x01 –8\e K’zו\x1F ˜çµ\x14 ı "
b"\x01 –8\x1F ˜ýz‘¾c?{£[û– "
b"\x01 –8\x1F ò3z\x19 »e(ctm¤… "
b"\x01 –8 „\x06 y1¨Ùq¿Z%]m "
b"\x01 –8!7Ë}\x05 ›û\r \\x1A B[¢ "
b"\x01 –=Žq!x\x10 £ê¿ØãeV¿ "
b"\x01 –€Âþ·qN“„ Ø{ÓÆú "
b"\x01 –€Ã·,}K€¹"³µŠ\x08 7 "
b"\x01 –U®gx´ŒwiŠq \e b "
b"\x01 –¥t™€q\x15 ˜\x19 U"k\x12 ç "
b"\x01 –©ô/{\x7F ·¬ÙÆ[\x04 \r Öù "
b"\x01 –Ãë4’\x7F é‚\x18 ¦#iœwà "
b"\x01 –É„—\x16 t¡º÷¸‹\x00 inÐ "
b"\x01 –Î"³RwŽ‘\x07 ’¤#\x13 6R "
b"\x01 –Î4‰8x%¡PC¶\x0E •½\x13 "
b"\x01 –ØVù¦xù³ÎM\x16 èáŒ} "
b"\x01 –ØW\x16 †v)¼C§ÛóôoÔ "
b"\x01 –ØW-\x02 yš¥ƒ¬Äe\x08\t\x1E "
b"\x01 –ØWI\x1C\x7F X¦Ú.Tc/¡C "
b"\x01 –ØŠ;\x1A ~vŒž¿61ª…M "
b"\x01 –çÇ\t .pO¹ì\x1A 1‚¨5g "
b"\x01 –çÇ!ÿ~\r ’}•7ÔöÒ2 "
b"\x01 –èIoGqmŠË>ª \x02 4\x12 "
b"\x01 –ý\x06 /\x00 wF«#\x13 Oâ\x12 ý- "
b"\x01 –ý\x0F ï\x1E s"šÉ‘BñRFê "
b"\x01 —\x11 €yÄzÖ·ÝV\x1D {_I "
b"\x01 —\x11 €¬\x0E t»OSRQFf# "
b"\x01 —\x11 €Ö\x08 ~¥¥Áú\x13 †Î\x12 § "
b"\x01 —\x11 \x01 žy\x1C ¶[èa¿Pæ "
b"\x01 —\x11 5\x17 s’³áЇ\x16 EÀ„ "
b"\x01 —\x11 hd{û ØÙz7›\x11 "
b"\x01 — t9†r:» zT›Ê÷/ "
b"\x01 —:+¬]|O€Ú8\x18\x7F õÕ "
b"\x01 —:+ÖMq‹¸Êµ\x13 üOlœ "
b"\x01 —:<Á˜uǪA\x08 2Šm\x06 ‰ "
b"\x01 —?õí†{t‡¬ŸzQ´U® "
b"\x01 —^\x00\x00 ¿r¹ª\x13 ÂÀ\x01 ¨> "
b"\x01 —c\x05 ›§q\x1E ¬6¨›•‘ "
b"\x01 —c@‰/sO‘Œ¹8[rëš "
b"\x01 —c@À7r+’÷È\x1C ƒ-IJ "
b"\x01 —iJä\x1F\x7F Ñ…ñâ@Ó\x05 |\x1C "
b"""
\x01 —x\n
º”p\x02 ¬+CµóèÔ
"""
b"""
\x01 —x\n
Ò}v©žMd®a#\x17 n
"""
b"\x01 —x^˜4zP•*\x07 :´ª\x7F\x0E "
b"\x01 —x€ÃyÒ’DXîoL¯ª "
b"\x01 —x€è/wí¤¢Qh\x05 ]\x04 "
b"""
\x01 —|Þú\n
tŠ·œÀ©úâŒo
"""
b"\x01 —|ß\x0E º}ô¤O'µ0\x07 e\x05 "
b"\x01 —|ß•\x13 v+ª3˜qÖp~ "
b"\x01 —|ßÇis\x13 ¶Ôé¶®ù¢\x7F "
b"\x01 —|ó\x0F -zz¦Kúä\x0E àÐt "
b"\x01 —}M`ÉqAŽ3ð*€n† "
b"\x01 —‚û}«wݰ\f H»\x01 Á! "
b"\x01 —‡:Rbz=™›Ÿ”$×S\e "
b"\x01 —‡:~=p;‚dÿ4‹_¦L "
b"\x01 —ˆ\x17\x1D ÔwA¦æ Ð.V "
b"\x01 —ˆ\e ¸Z\x7F k‹—\x17 €`3½˜ "
b"\x01 —ˆ\x1D Ö?s!˜nºËÀØ1} "
b"\x01 —ˆI\x11\x7F {›Œ@±²:¿ "
b"\x01 —ŒÉ\x7F 4v§ƒüd;Q` "
b"\x01 —ŒÉ˜t\x7F ó«ï¸\v ‡Æ "
b"\x01 —Ž\t ܰv\x17 ¥ý‚¥¸Ò'Ç "
b"""
\x01 —Ž\n
\x02 ‘u¨‹Â/í6Ý‚
"""
b"""
\x01 —Ž\n
"\x03 z¬œÀóS}Œ†è
"""
b"\x01 — ÷\t 'y\x14 ±ñ\x01 0s; "
b"\x01 — ÷'ƒpj¦\x08\x16\e Š\v Í‹ "
b"""
\x01 — ÷b{{c¾ñ\x14 ù\n
æú\x04
"""
b"\x01 —¡\x14 Q¡q\x1E Škï.ù\x03 =õ "
b"\x01 —¡b}ª®²*;ZðlF "
b"\x01 —¡¿)q? x]\x18 t@ݳ "
b"\x01 —¦EÈ\x0F v§»[kdy®i— "
b"\x01 —¬\x10 “n~,“~Ò“fLw "
b"\x01 —°¦5“tب"7XK®¡¿ "
b"\x01 —°ù÷ÜtÌ”\x16 o§u`4Ð "
b"\x01 —±\x02 ªò{#‚]Aåz^SŽ "
b"\x01 —±\x08 ®¸{V˜óÏŸð¿Šô "
b"\x01 —±\x08 Έr’…I\x17 T„÷~ "
b"""
\x01 —±\n
¯%xæŸAL5¨Qâé
"""
b"\x01 —±$_þyr¤z¢´âIŸ- "
b"\x01 —±&\r Ìxê”¶\x0E (Œ\x1E )– "
b"\x01 —±D8U|þ½×œ~\r F\x1F = "
b"\x01 —±D}Xr¥¬õ€Ùè\x1F q\x04 "
b"\x01 —±E‰\t xé¯w‚…\e (5ù "
b"\x01 —±Qyºv’‚\x12\x1A ì\x05 aã© "
b"\x01 —±QÿEw*€ùñ\x12 ×Ê\x13 å "
b"\x01 —¿×èÍz>¥¼oÌóP4 "
b"\x01 —¿éœ-~à±ûŽÁ|¡\x05 s "
b"\x01 —¿ê/»tj™FTMýä\x14 ´ "
b"\x01 —¿êUy\x7F ¢ˆ´\x16 ŽSn¿\x0F "
b"\x01 —¿õž\x05\x7F ©œ\x1C ž¶Ñ7θ "
b"\x01 —À\f î6\x7F •®²ÍÍ2Å•» "
b"\x01 —À:–¤sp«\x13 –‚\x05\x16 òº "
b"\x01 —À~VItøKÊ‘¾~^\x17 "
b"\x01 —À®\x02 µxw²wÄÿ7ŠLâ "
b"\x01 —À®\x13 “{\x05 šÜÍ\x17 “‚~\x04 "
b"\x01 —À°jFrÅzbzPöR$ "
b"\x01 —ÀÈÞ0}\x1F §C’º“‰âf "
b"""
\x01 —Ä£\t þuŽz4\n
\x1E më\x03
"""
b"\x01 —ÄÁfnx´ŸÛºªÏ<R\x1A "
b"\x01 —Ä˳Û~\x14 ¬¡™ ®jÞ¨ "
b"\x01 —Ä霒u¬¥`\x00 bòq7ª "
b"\x01 —ÄêUÉyòŠÕÇ\x03 âzU "
b"\x01 —Å=Ä\x01 u\¦:L\x00 t·\x1C "
b"\x01 —Åm\x19 ÁrÍ»ÞõP£z7. "
b"\x01 —Ån83u†¤‹AE÷’\x0F ™ "
b"\x01 —ÅšŽ;tïª!ñ\x16 m“³e "
b"\x01 —Å¥$àsI·E¬9Èû\x07 ³ "
b"\x01 —ŧŽ\x15\x7F ´™•:Hv”/ "
b"\x01 —Åï5Æw=³xüpP;j "
b"\x01 —Ê×Ü5q\v ½ ŸÂÒÙØ" "
b"\x01 —Êï5\x1C }Ë‹\x16 3áµÒR… "
b"\x01 —Êïß\x14 t‰–ø’ƒœT`ì "
b"\x01 —Êü\x0F\t r<¸¸äþ¬žN "
b"\x01 —Êý»l\x7F E²T\x16 ð1\t í¤ "
]
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` . `file_hash` as `property_group_option.media.fileHash` ,
`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` . `file_hash` as `property_group_option.media.fileHash` , `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 (0x0103DC5C55D441C18B5AFB9DF8EB0451 , 0x016F2894AC0846F0BE7D23306DE9662C , 0x017070FF38864E28975E89B3D83B4D2D , 0x017C8AC0913B4C27AC3417EAE2F8CE67 , 0x018A2BA21F447E0F8542DDDAC0572D10 , 0x018A5F5CC73A70D38E9471AA87F173A5 , 0x018A6462950673BEBD3C6F6153BD6DF0 , 0x018A6474A8C577B9B2787509A36FC0CE , 0x018B5BAFF11377D5A62B70013CBECBA7 , 0x018B5BEF9C527B35A272CA58E01ED0A2 , 0x018BECA0A041711DA17FE1A3CDFD6FCE , 0x018BECA1044174498F21D5063FF6B23A , 0x018C685EB85B7E1DAC017CCD3E0A1188 , 0x018D9CE17C117426995AA295619DF2B6 , 0x018D9CE217CD740BBBDFC9EDBC1A1AEE , 0x018DEA8A2361753EAD37CA5C010228BF , 0x018DEA8BA4E47D67855E6E59FBC531C0 , 0x018DF4B7AE197190B088E722AFC2F208 , 0x018DF4B7ED377F9AA1ECA8E33B99F07E , 0x018DF93B52177483B088122A8E04834F , 0x018DF93BA0397A51AFA35634829FF1D6 , 0x018DF93BE9BD7F38AB57727864156AC0 , 0x018DFA3304957B97B2E3F42C051ECBA7 , 0x018DFA334C5B7A0F8C62715E419F1612 , 0x018DFA3382107B3CB185B895CC62BFF9 , 0x018DFA33AE9C74C29BF69D033C79A921 , 0x018E08B062087F13BBF9AF7DA2E0A8BC , 0x018E08B0D686729C806641C729650A8F , 0x018E08B0F5AC78E487123316666B8F12 , 0x018E0E7F95B678BCABC3355BDCFE835A , 0x018E0E7FB0FB7FE0AC012CA9744A4E9B , 0x018E0E7FC95F70899C27A740B6F13915 , 0x018E0E7FE0FA705CA033926DCB36A8C6 , 0x018E0E7FFA5771FD8F7BC62A4BCEFBED , 0x018E0EE170747AF59196EAAC93B8ABD3 , 0x018E0EE1FB9770F8949E09EEECB21C66 , 0x018E3C25D2737671ACA131D25BF5E3EA , 0x018E3C2609FB73CCA76587A949C98AAC , 0x018E3C9FF4E57113B24149A782083F1D , 0x018E412A5A197455840E0385A0303DB8 , 0x018E412A7AFF7D7A8A2EEB7D531F36C2 , 0x018E563042CE75C28993729BB3628661 , 0x018E565F74217FF6A16DA7E0EEA1484A , 0x018E7F0669AC77439EAC88CCA34EEAAE , 0x018E7F4430717D449DDE478092EB5D66 , 0x018E7F4756BE7DCE883379D2FDACDD92 , 0x018E7F4777CB7F25993641C5E4C942ED , 0x018E7F479C6E7A62960B7F70936235A6 , 0x018E9EA87D2D74D394D26876133F5FC2 , 0x018E9ED1D783755C81813392F69B803E , 0x018E9ED41B8E751CBB26E4AE99C0A1E1 , 0x018E9ED4AE337B508FFA8F4C9853EB0C , 0x018E9ED4EB34711A89AAED98A6C81A93 , 0x018EBD10B9BF729397F2A64040796B2D , 0x018EBDCC1E797C1A997B1D8055C96B31 , 0x018EBDCC59447D0B9C8BC92E9E5E892A , 0x018EBDCD8CDB7CC49C3BD6116606F16D , 0x018EBDCDCAA474F0BE9F7BDE55EA4754 , 0x018EC1E891D77B54B4490FCD8C8745EE , 0x018EC1E910C47BEEA1CA161B695B2AC5 , 0x018EC1E9A3BB7EA98DB7C271F398B5B2 , 0x018EC24576C77A9392C2F1AB71C3A46D , 0x018EC28F67577C839ECFE04C23672106 , 0x018EC2961E867DFCA9B39F0B624EE27C , 0x018EC2CF1F4F7013BA8F8668CB081874 , 0x018ECBFEE5C173EE8D9F686E5A043070 , 0x018ECC139F55756C9C147C1959FD99AB , 0x018ECC1501C37E648112273A07F5B0F2 , 0x018ECC151F117423BD43BC4E4D99B9E0 , 0x018EEC165D4F766593F8F0AF4BFA5AE3 , 0x018EEC16B53673DA80C1E8B2BD8420BC , 0x018EEC17E86F7DAD8DCDEB9ADD3ED6C5 , 0x018EEC18206576A980F94C1E0DF9C750 , 0x018EEC184EF57156888E7ECBB5056B83 , 0x018EEC188589705EB6F25744B889B792 , 0x018EEC18B51B7A9BBBCABB2D35F29829 , 0x018EEC1929A676F1AA2A4AB3B918A209 , 0x018EEC1964B07EC494C45B0B23EDD68C , 0x018EEC199A427455A90C6167A7EAD0B7 , 0x018EEC19D0767AEBA69B5D92B4DF2150 , 0x018EEC1D7B3172108ED0F701E0F6864F , 0x018EEC22345E796F9838B28318E0CD2B , 0x018EEC2D9D3272C4A3765A2C358B1BD6 , 0x018EEFFBD1A27109A22F463BC600A8F1 , 0x018EEFFC29827230BD281A48B4A9B95D , 0x018EF046C27D7B45BF9878413C578EB4 , 0x018EF091F8E3727EAE26E5E0BD288FBB , 0x018EF0DB384C7382B7D2973F06BB1F44 , 0x018EF0DBB335780CA0E41BF4E62DD246 , 0x018EF14300B37D9181D09B29B3995102 , 0x018EF143274B70CAA4198E1A58D13FDD , 0x018EF15B1D1A7F11AA99C4B725A0612E , 0x018EF15B8BE8734D981838556A3E87CD , 0x018EF5140D1E7FA8AF0E721E1B891F10 , 0x018EF51446147A5796B53877A5A599E1 , 0x018EF562679F769782416BB21866F71B , 0x018F05D94E3E7D14ABC1043D49FD1AE3 , 0x018F05DAB7AC70719EC4C23C9F3204E6 , 0x018F0FD58B9F77FFBB55FB144A2384C9 , 0x018F0FD659EF7C26A535EB145E05F5B8 , 0x018F0FD6910D782EB032A3EF3D6612A3 , 0x018F0FD6E1D2796B916FD9018D157E64 , 0x018F0FD72556727DB71BA1D08F224361 , 0x018F1009E24F736AB4099A2335C2E538 , 0x018F100ADD1C7E43A871E351216098CB , 0x018F100B05727EB5A3BFA80613778C7A , 0x018F100B404276448C00D6B6FE3D88EA , 0x018F1475D3877610857DD80BEF1604DD , 0x018F29307A99735FA19A777F0A3FD39A , 0x018F2930BABB75B2948531B092C54803 , 0x018F294B570D70E9A1F043EB6840C7F9 , 0x018F294B8C72762E8A25AE071BC600EB , 0x018F294BC5847086B1BA4516CA520B70 , 0x018F294BF3577CB5B3965D3C0D9B4722 , 0x018F3981068A7B9F9797E7A716D99241 , 0x018F39813EC3791E875039C4865BD9EC , 0x018F398AAFDA776087BEC9161A52B158 , 0x018F3E50AF4471C2A081B14F4F52253F , 0x018F3E50DFA47679BC561F7FFDE067DE , 0x018F76DBA94B731C974D92465980F46C , 0x018F7702AD657F099122194D3015AA28 , 0x018F7B6658EB723E80ED25C999A7269E , 0x018F7B6694677F98AF7EB9FD88327831 , 0x018F7B66BA497BE1B09F11213D934AA6 , 0x018F7B66BD0677068994E1A0949BDF67 , 0x018F7B67069F799FBF226A50763AD0C3 , 0x018F7B695EB07BB2A2B8839B0239AF97 , 0x018F8685579A70F9AF8FCFE686A9252E , 0x018FC392BB72769DAAC622D37361005D , 0x018FC3936E2A75EDAABF2670004CC43C , 0x018FC83C6E5F7B8A9BB038F558DC464A , 0x018FC920D92C7959AF72DFE8E1BD624B , 0x018FC921074A7E439B20AEFF84F97B4F , 0x018FC92162D175039AF128001715700A , 0x018FC945668870EEA50BE5F7D87D8836 , 0x018FC96C406376C9919AD2EFBBF50E31 , 0x018FDD637E847DDB9D5AA32CD79AB919 , 0x018FDD63AC6B704299226CE014C8F289 , 0x018FE3616B177D4D81C5252EA62333ED , 0x018FE361907D75FD85C183EF6422CA85 , 0x018FE362EE8677089BE1EA5982C99723 , 0x018FE36342C27E2AB8CC7608E7FB9777 , 0x019006F0AB557965BC5ACC43850832DF , 0x019006F0F91E7E319E9FAEA491C8016F , 0x01900B8DD8217DEDA7C0D6CC372C057C , 0x01900B9A9BB87C35A8D76938BC540C88 , 0x01900B9AEDB87739A514EB128A9D7646 , 0x01900B9B266972AC92FBF8E93F02C358 , 0x019010630DDB7A159CD0EBFA1D8756F2 , 0x019010E6C95A7A629C8DCC6C58E29E5A , 0x0190119E20AA78D4A18908D176CCAAAC , 0x0190119E442C7929A8EFC6125762CDEC , 0x0190119E7A3F7479830F5CFD4DC5B82E , 0x0190119EA846719995A58D623D336F92 , 0x0190119EE69A7958B09723EBB227C7E0 , 0x0190119F1DAF7DFC98DC53425C694CB8 , 0x0190119F483E757898B1C939FF6EB06C , 0x0190250B85577D3386D071771149A094 , 0x01902A8C90657D39884207F6619B99B2 , 0x01902A8CBEBE7B1E9D5E424BADB45249 , 0x01902A8CF9AD7420BA12076E4D7CF299 , 0x01902B0A4A427095958A027D0FE5F669 , 0x01902B0A70BE7177989552CA9D069361 , 0x01902B0A993B7E1DB48F4A162E7A1D59 , 0x01902F59BE9D7CCD824024DBE9AE3720 , 0x01902FC25DDC78CA8A71D309AC6B98D8 , 0x01902FC278E5730C9DF7E3740CD05620 , 0x01902FC2968D7C98BAB5892B0675B743 , 0x01902FF33C22778D97A2C3B8147B8DA1 , 0x01904A33041E77D9B5FF8252C8D8BDA3 , 0x01904A334C8171548AEBFB070FD0DFCA , 0x0190535448287989ABC59A6F00330F45 , 0x01907855A5247622A58379ED07999F5A , 0x0190FDE06A8973F2BA9E582753701E6A , 0x0191031729EC74A885ADA4C821EBD369 , 0x019107D460FE752B955609E0D6E08B42 , 0x019107D55F5D77B48EB83B9FE98C75B2 , 0x019107D5C5B7705DB4324F333FDE7E8D , 0x019107D63D577F869AE31D2E848A8FC0 , 0x0191080869AD7E38AB1144942C01A792 , 0x01910DEAACA3748B9C246A04BA21350C , 0x01914FF7245B7504984349945004B50B , 0x019150AA73847D208103711FC8DF2390 , 0x019150AAEA5D7248A3A0127C97E92D5C , 0x0191550DF43A7E44AA3FE189FC9B2D84 , 0x019155D28C5E74658F3773D9FBF556CA , 0x019155D6A2B07F96986D48721B771215 , 0x01916EB8E1477A749CB379AEAF83987A , 0x01916EB91E4474F387926811868C7978 , 0x01916EB941947FD6A33AE80B693B1CC4 , 0x019192C9CA0976B39362A6B67621FF4D , 0x01919D0DF53B78F79B9D52AF57B27665 , 0x01919D0E5696749BAE381F29B2B94B32 , 0x01919D8BAA2072CEA0543FC6FD8F3ABA , 0x01919D8C3EB476C3ADF2246A8281A591 , 0x0191B73E36EE7F63869E6BE4CD80B6BC , 0x0191BC199E2A70DBA0C19A4B6557083C , 0x0191BC1ED4F475BB95D26665E567BC86 , 0x0191BC3A06527ED2BA4A6995FF6FF1E6 , 0x0191BC3CF003765CA44F2CFF2295582E , 0x0191BC466966734FAE6AA108EA8C6972 , 0x0191BC555FB1755DB684E9B97F72C5D6 , 0x0191BC77040E79818C3C8D19C0A096B0 , 0x0191C1DC50327B448646DC34E79755F4 , 0x0191C1DD95FE795BA1EBFFCC9ABF9F34 , 0x0191C62EC14D7A538CC01423F464ACCF , 0x0191C675B5A97E649EA8E9DFE744ED77 , 0x0191C675DBC979B9935EC26E684A888A , 0x0191C71C9D76754FB630127F803E58E0 , 0x0191C71CE79273F99A26910D00851C31 , 0x0191C71D3271749CBE0565B7BC5F398E , 0x0191D6A681097D7E84423BBABC4F167C , 0x0191D6BE7DF07CC9BF5C3665B73AD7F9 , 0x0191D6BF4A8A74509470C963477600DD , 0x0191DBC21C6F70349CBFAFD2A48D319B , 0x0191DBC94C487DE9B543C81D64930998 , 0x0191DBCD2769716FB619A928DE44FEB5 , 0x0191E0BE5C8D7E9B815FFD6A9993C192 , 0x0191E6657E7B76CFB510A745E548E37C , 0x0191E665B7A170F4BC5481AA9D7EFC0C , 0x0191E6660DDF7F44A26E6AE1E0CB9CCB , 0x0191E666F4377FBF9204257C21B3EBE1 , 0x0191EB3FD28972769C96BCF35F1E3961 , 0x0191EB48114E7478983B2CECD7E85C24 , 0x0191EB4833F970E1B26EF3EEE4519C22 , 0x0191FAA714C674879E0CE7D703335BF2 , 0x0192046F3CEF769F9C5897D36B60EF95 , 0x019204CB187A7BE19A4446DB3AFCFEB2 , 0x019204CB42B47A4F9AD6F2DD340B1AD4 , 0x01920504215D7126B77C05543418F429 , 0x019209A99E8F7969AD1E2DFF94F3676F , 0x01921E82B2337BE3A3CD2DC38A710D2A , 0x01921EDA6DD777BDA0E33129EECB172F , 0x019223EC25A27D9DA402914C2168F173 , 0x01922411FAF378ADB68D81A5858D1B51 , 0x01922852767A75D68C3362EBC4518698 , 0x0192287E36607A92999F7A1981BF7585 , 0x0192287E66967655BBF10BE47BCF0D94 , 0x0192287E814773BDAA6E3CA6A03AD8C7 , 0x0192287E9B1E769C904E5B829D6A6043 , 0x0192287EB58979D3873924861F68BF92 , 0x019228A1762A7B3BBCBC1F528C1A2D61 , 0x019228A1B9BE72FBA795026EEB84EF88 , 0x019228A205277E0EAD4332AAB3043ADE , 0x01922DA3F03873689A0522A5C15F0BAB , 0x01922DA44AD372E792D0D54EED11AB37 , 0x01922DA4691A70A1805FE4AA46B77DF9 , 0x01922DA47D1A7AC38AB11EC353B44AE9 , 0x01922DFCFF4C79828F169A4676558DF0 , 0x019241F4681277D0B535D781E1F0A300 , 0x019241F48BCE7C82A59C091A6595216E , 0x019241F4AA42747CAD3F0361533AD5DA , 0x019242AFE14A7154AB5C6D460568C7D4 , 0x019242B210397312A6CCF623F3E82EC2 , 0x0192430EDA057D298C0C95997CA8C3F1 , 0x0192430F02B37DF9BB47F10A5A11593E , 0x0192431825287C1BBB9F91336791707F , 0x0192471D576A75B9B2957655ABA6CA31 , 0x0192471D75977F56A494D90A0A5D7D84 , 0x0192471E4AFB7F09A23A5D972FE34D78 , 0x0192477E80D17CF8B820FC8267AB7446 , 0x0192477EAA4F79A5BB15455997186E96 , 0x0192477EC5B47E19BD11D0AF241A724B , 0x01924811E6E87A1F955E05C71A50458C , 0x01924C695E9B716F8AE1B1FE58FAB424 , 0x01924CAB71467CEFA0F31AF70DABBEAB , 0x0192BDC7090E75BA98AC03816A0D2A7D , 0x0192D768BD0A75B08758AE1C0A79ACC7 , 0x0192D768DCB076CF9CA1E2D692C4D9E8 , 0x0192D7AF8FF277CB812B309D7E7B5EB2 , 0x0192D7B1A961711A82EFEB413C1C9BE8 , 0x0192DD8A97AB7AA2817F7F4A8ADCA7CB , 0x0192FC3E6A9076018D71D0F208BDE87A , 0x0192FC3E958D768C9850C9F79A4D7D9E , 0x0192FC4130B8768C9D6225BF5D3C34E5 , 0x0193016C3FFE7D79A06F279198248AEA , 0x0193016C811A732B97EE31E361D716B4 , 0x0193258B96097ADC80E9B608AA652EB2 , 0x0193258C375F72AF8C12661A368487BD , 0x0193258CD2A17C84B559A1CAA869FCA2 , 0x019329EEFDE37C3897ABF89954960F7E , 0x01932FC6620A7CB4BF745E04709AFFBF , 0x01932FC67E027377B82C52C6FF78445A , 0x0193535B4A957B4F97C003391013C255 , 0x0193688A390172D49547CAC36D115485 , 0x01936D2075947842A92756B8593D0DFE , 0x01936E067D5C7B8E92208AE5EA527915 , 0x0193720E92C97601A3D6F3ACADB03571 , 0x0193720EFA247550895705CBBA6BA463 , 0x0193723F72F977CF9EF22C151253257F , 0x01937241E95C7811805155721B4BD6EE , 0x0193724204707222AFBC894EE3DB1BF6 , 0x0193724221367C81B139C8CDB7BC3B29 , 0x019372B31AB07D5B95C30F2BAD48E1AC , 0x019372B34C6570CAB79A04B5ADBAD592 , 0x019377911A217F4189C2B2D877CE3473 , 0x0193779BF9E672E7AC04283B4FF1ACFB , 0x0193779C3ABA77FFAD77A9F3CE1C5D9E , 0x0193779C678C7B139625EBC1C898AF94 , 0x019377B692FF787AB31D3964495668D6 , 0x0193B54E363E76B9B81B520C94C54949 , 0x0193B54EC34078D582638E9C920EAEB4 , 0x0193B5E9266277E2A2DB445A56B24B32 , 0x0193B5E97ADA7A7BB31F7604885500EB , 0x0193B5E9A02B70209AFAF3437C6A455E , 0x0193DDEE18C4728AA36B0CB82F3FE769 , 0x01942BD5183372AAB4F593C04C78FAD0 , 0x01942BD5353F709EBD42166EC6BECCD9 , 0x01942BD54A8978318E2029C10A0CCE90 , 0x01942C37E02A7263A09CF1DBC97868D0 , 0x01943B8C97E9782ABF93DC51759CFD48 , 0x0194404F7F6272C5BB9DD7E4C36D45D5 , 0x019441067B0E7654BA5F50B450CDFF75 , 0x0194457BCE00732EBCE24338CA7C4A32 , 0x01945F3C38A17779BF0AB268973BE2C6 , 0x01945FA7B83277A2A6B70E4A0F66F485 , 0x01945FA7CA34745AB1B6685059B8A650 , 0x01948D9CA66078C693EEC28E2831FD5E , 0x019492761B077276BAC620476F914BC9 , 0x019492763AAD7752868425DD587DCDCF , 0x0194931042177BF0863AD759D05ADBE8 , 0x0194B242E7237BFC8759DD85FF162C41 , 0x0194B6560D61715FA95588D5820A6F1C , 0x0194BB75A4C2783DB59736F4EC29D821 , 0x0194BB75CEDC7560A182AC7145797199 , 0x0194BB75EE1C7232B4111FEB26CC13F7 , 0x0194BB760CC8738AACF9F90592A45742 , 0x0194CBCA9AE87AFBB4CCAD8016D48EE1 , 0x0194CBCAD0BE7D67B94ED8F5D3F01AAF , 0x0194CBCAF1C57C4480DB966B58C2B42B , 0x0194D145F61B7EA1991623DD6366856C , 0x0194D59477C878C7840B70E24F223112 , 0x0194D5949A28767486335638B31ACE9A , 0x0194D5959C607910BDD718B30725C816 , 0x0194D595B83A78A6B3679A1E7DA81C6D , 0x0194DAA89A6E7DC08129770172884B4B , 0x0194DAAA3096740D845C66AD496F22CB , 0x0194DAAA54987418A7EC89FDCB88D79C , 0x0194DAC2DC5379D49D451CD44BAE53E7 , 0x0194DF5EAFE972A483BB3D49A6544330 , 0x0194E080018376B1A28F808FED42E305 , 0x0194F48FE8BF784D872EF716B16FAE38 , 0x0194FE5B35AA7EFBB0033A4AA868FD3C , 0x0195194A8D4E7964AA7350590F9AD077 , 0x01955B48B5957FB8A7AE4485EE8305D5 , 0x01955B48E12D7B7892BA26FD57906838 , 0x01955B4901247C7D9EABD12ECA55B1CD , 0x01955B4921637293A01C2C5EF8F47ECE , 0x0195656BC544748B9FF1AEFA49B47243 , 0x01956B91149771C8B71B3541CC7A9EAF , 0x01957004EB707DD69F4268B1FA1137FF , 0x0195805217D977AFB47E2643BFECC0A2 , 0x019584CB24E77331B2933BC2992AB5A0 , 0x019584D9F48F71679A42A5BE906C72CD , 0x019584DA0A1B79BEBF4D316951E06830 , 0x0195856C9D507726ABC3A880CB263C22 , 0x0195856CC36E73CBA6213F1D70A3E35C , 0x01958998A9A97E0CA2BC3E4481DFC798 , 0x0195899909797974B96EFC90758B7D48 , 0x019589C954F47BC1A60F9E1F71FB9DC5 , 0x019589C9887478D699B76ABBB2BA2900 , 0x019589CA30087507A4084D063A5C103B , 0x019589CA611273F3B52906AF535FFD16 , 0x019589D639B3795B8D380714A80B82B5 , 0x01958F915B19783C9A5F5035A4D14FE8 , 0x01958F918FC871ADBDB17955D1093709 , 0x01958F91B8CF7A8ABA1C782FCF0D4A53 , 0x01958F91D8247415A9C1A74E8C58F266 , 0x01958F91F8597B01BF016D45FA1B60EE , 0x01958F922E387776989C7D183E51C4C0 , 0x01958F92538C7756880BB9C2F488BC59 , 0x01958F927AA3770C837D733001355D19 , 0x01958F92A36C789DA938362EE5E347BB , 0x01958F92C5FE7672BAF5A6128E5D2B72 , 0x01958F92EE2A7B8CAC9E2926451E6AC9 , 0x01958F9311287472A7D38E768DA0C1F3 , 0x01958F975EB27B4A9082893148F1FBA8 , 0x01959492D9617B5ABDAF182D4415713B , 0x0195D25E64CF75569F89EDBE1F93126F , 0x0195D7252F4179EB9853567ECB3D6136 , 0x0195D725470B73E9A84FD1B3863E91F6 , 0x0195F644FB6D7A2E9704B55CE570804E , 0x0195F66B53EB7F29AF6CC74281694153 , 0x0196343B695D7C38BB50312916095380 , 0x0196343B8E0F7D21847FE52330817AEE , 0x0196343BB92D7C359C3704C9C1BD17C8 , 0x0196381B4B927AD7951F98E7B514C4B1 , 0x0196381F98FD7A91BE633F7BA35BFB96 , 0x0196381FF2337A19BB652863746DA485 , 0x0196382084067931A8D971BF5A255D6D , 0x0196382137CB7D059BFB0D5C1A425BA2 , 0x01963D8E71217810A3EABFD8E36556BF , 0x019680C2FEB7714E938420D87BD3C6FA , 0x019680C3B72C7D4B80B922B3B58A0837 , 0x01968155AE6778B48C77698A71A01B62 , 0x0196A57499807115988F1955226B12E7 , 0x0196A9F42F7B7FB7ACD9C65B040DD6F9 , 0x0196C3EB34927FE98218A623699C77C3 , 0x0196C984971674A1BAF7B88B00696ED0 , 0x0196CE22B352778D910792A423133652 , 0x0196CE3489387825A15043B60E95BD13 , 0x0196D856F9A678F9B3CE4D16E8E18C7D , 0x0196D85716867629BC43A7DBF3F46FD4 , 0x0196D8572D02799AA583ACC46508091E , 0x0196D857491C7F58A6DA2E54632FA143 , 0x0196D88A3B1A7E768C9EBF3631AA854D , 0x0196E7C7092E704FB9EC1A3182A83567 , 0x0196E7C721FF7E0D927D9537D4F6D232 , 0x0196E8496F47716D8ACB3EAA20023412 , 0x0196FD062F007746AB23134FE212FD2D , 0x0196FD0FEF1E73229AC99142F15246EA , 0x0197118079C47AD6B78FDD561D7B5F49 , 0x01971180AC0E74BB8F4F535251466623 , 0x01971180D6087EA5A5C1FA1386CE12A7 , 0x01971181019E791CB65BE861BF50E690 , 0x0197118135177392B3E18A871645C084 , 0x0197118168647BFBA0D890D97A379B11 , 0x019720743986723ABBA07A549BCAF72F , 0x01973A2BAC5D7C4F808FDA38187FF5D5 , 0x01973A2BD64D718BB8CAB513FC4F6C9C , 0x01973A3CC19875C7AA4108328A6D0689 , 0x01973FF5ED867B7487AC9F7A51B455AE , 0x01975E0000BF72B9AA13C2C001A83E20 , 0x019763059BA7711EAC36ADA89B9D9591 , 0x01976340892F734F918CB9385B72EB9A , 0x01976340C037722B92F7C81C832DC4B2 , 0x0197694AE41F7FD185F1E240D3057C1C , 0x0197780ABA947002AC2B43B5F3E8D4AD , 0x0197780AD27D76A99E4D64AE6123176E , 0x0197785E98347A50952A073AB4AA7F0E , 0x01977880C38179D2924458EE6F4CAFAA , 0x01977880E82F77EDA4A2516881055D04 , 0x01977CDEFA0A748AB79CC0A9FAE28C6F , 0x01977CDF0EBA7DF4A44F27B530076505 , 0x01977CDF9513762BAA33C29871D6707E , 0x01977CDFC7697313B6D4E9B6AEF9A27F , 0x01977CF30F2D7A7AA64BFAE40EE0D074 , 0x01977D4D60C971418D33F02A806E8E86 , 0x019782FB7DAB77DDB00C48BB01C12181 , 0x0197873A52627A3D999B9F9424D7531B , 0x0197873A7E3D703B8264FF348B5FA64C , 0x019788171DD47741A6E62090D0AD2E56 , 0x0197881BB85A7F6B8B9717806033BD98 , 0x0197881DD63F7321986EBACBC0D8317D , 0x01978849117F7B9F9B8C40B19DB23ABF , 0x01978CC97F3476A78F9F83FC643B5160 , 0x01978CC998747FF3AB8EEFB80B9D87C6 , 0x01978D09DCB07617A5FD82A5B8D227C7 , 0x01978D0A02917581A88BC22FED36DD82 , 0x01978D0A22037AAC9CC0F3537D8C86E8 , 0x0197A0F709277914B1F181810130733B , 0x0197A0F72783706AA608161B8A0BCD8B , 0x0197A0F7627B7B63BEF114F90AE6FA04 , 0x0197A11451A1711E8A6BEF2EF9033DF5 , 0x0197A18F62907DAAAEB22A3B5AF06C46 , 0x0197A1BF9D29713FA0785D187440DDB3 , 0x0197A645C80F76A7BB5B6B6479AE6997 , 0x0197AC10936E7E2C93907ED293664C77 , 0x0197B0A6359374D8A82237584BAEA1BF , 0x0197B0F9F7DC74CC94166FA7756034D0 , 0x0197B102AAF27B23825D41E57A5E538D , 0x0197B108AEB87B5698F3CF9FF0BF8AF4 , 0x0197B108CE88729285498F175484F77E , 0x0197B10AAF2578E69F414C35A851E2E9 , 0x0197B1245FFE7972A47AA2B4E2499F2D , 0x0197B1260DCC78EA94B60E288C1E2996 , 0x0197B14438557CFEBDD79C7E0D461F3D , 0x0197B1447D5872A5ACF580D9E81F7104 , 0x0197B145890978E9AF7782851B2835F9 , 0x0197B15179BA769282121AEC0561E3A9 , 0x0197B151FF45772A80F9F112D7CA13E5 , 0x0197BFD7E8CD7A3EA5BC6FCCC3B35034 , 0x0197BFE99C2D7EE0B1FB8DC17CA10573 , 0x0197BFEA2FBB746A9946544DFDE414B4 , 0x0197BFEA55797FA288B4168D536EBF0F , 0x0197BFF59E057FA99C1C9EB6D137CEB8 , 0x0197C00CEE367F95AEB2CDCD32C595BB , 0x0197C03A96A47370AB1396820516F2BA , 0x0197C07E564974F8AD4BCA91BE7E5E17 , 0x0197C0AE02B57877B277C4FF378A4CE2 , 0x0197C0AE13937B059ADCCD1793827E04 , 0x0197C0B06A4672C5AD7A627A50F65224 , 0x0197C0C8DE307D1FA74392BA9389E266 , 0x0197C4A309FE758F8D7A340A1E6DEB03 , 0x0197C4C1666E78B49FDBBAAACF3C521A , 0x0197C4CBB3DB7E14ACA199A0AE6ADEA8 , 0x0197C4E99C9275ACA5600062F27137AA , 0x0197C4EA55C979F28AD5C703E27A9055 , 0x0197C53DC401755CA63AAD4C0074B71C , 0x0197C56D19C172CDBBDEF550A37A372E , 0x0197C56E38337586A48B4145F7920F99 , 0x0197C59A8E3B74EFAA21F1166D93B365 , 0x0197C5A524E07349B745AC39C8FB07B3 , 0x0197C5A78D157FB499953A4876C2942F , 0x0197C5EF35C6773DB378FC70503B6A90 , 0x0197CAD7DC35710BBD209FC2D2D9D822 , 0x0197CAEF351C7DCB8B1633E1B5D25285 , 0x0197CAEFDF14748996F892839C5460EC , 0x0197CAFC0F09723CB890B8E4FEAC9E4E , 0x0197CAFDBB6C7F45B25416F03109EDA4 );
Copy
106
4.15 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"\x01\x03 Ü\UÔAÁ‹Zûøë\x04 Q "
b"\x01 o(”¬\x08 Fð¾}#0méf, "
b"\x01 ppÿ8†N(—^‰³Ø;M- "
b"\x01 ‹ì Aq\x1D ¡\x7F á£ÍýoÎ "
b"\x01 ‹ì¡\x04 AtI!Õ\x06 ?ö²: "
b"\x01 Žœá|\x11 t&™Z¢•aò¶ "
b"\x01 Žœâ\x17 Ít\v »ßÉí¼\x1A\x1A î "
b"\x01 Žô·®\x19 q°ˆç"¯Âò\x08 "
b"\x01 Žô·í7\x7F š¡ì¨ã;™ð~ "
b"\x01 Žù;R\x17 tƒ°ˆ\x12 *\x04 ƒO "
b"\x01 Žù; 9zQ¯£V4‚ñÖ "
b"\x01 Žù;é½\x7F 8«Wrxd\x15 jÀ "
b"\x01 Žú3\x04 •{—²ãô,\x05\x1E ˧ "
b"\x01 Žú3L[z\x0F Œbq^A\x16\x12 "
b"\x01 Žú3‚\x10 {<±…¸•Ìb¿ù "
b"\x01 Žú3®œt›ö\x03 <y©! "
b"\x01 Ž\x08 °b\x08\x7F\x13 »ù¯}¢à¨¼ "
b"""
\x01 \x08 °Ö†rœ€fAÇ)e\n
"""
b"\x01 \x08 °õ¬xä‡\x12 3\x16 fk\x12 "
b"\x01 Ž\x0E\x7F •¶x¼«Ã5[ÜþƒZ "
b"\x01 Ž\x0E\x7F °û\x7F à¬\x01 ,©tJN› "
b"\x01 Ž\x0E\x7F É_p‰œ'§@¶ñ9\x15 "
b"\x01 Ž\x0E\x7F àúp\ 3’mË6¨Æ "
b"\x01 \x0E\x7F úWqý{Æ*KÎûí "
b"\x01 Ž\x0E áptzõ‘–ꬓ¸«Ó "
b"\x01 Ž\x0E áû—pø”ž\t îì²\x1C f "
b"\x01 Ž<%Òsvq¬¡1Ò[õãê "
b"\x01 Ž<&\t ûşe‡©IÉŠ¬ "
b"\x01 Ž<Ÿôåq\x13 ²AI§‚\x08 ?\x1D "
b"\x01 ŽA*Z\x19 tU„\x0E\x03 … 0=¸ "
b"\x01 ŽA*zÿ}zŠ.ë}S\x1F 6Â "
b"\x01 ŽV_t!\x7F ö¡m§àî¡HJ "
b"\x01 ŽžÔ\e Žu\x1C »&ä®™À¡á "
b"\x01 žÔ®3{PúL˜Së\f "
b"\x01 ŽžÔë4q\x1A ‰ªí˜¦È\x1A “ "
b"\x01 ޽Ì\x1E y|\x1A ™{\x1D €UÉk1 "
b"\x01 ޽ÌYD}\v œ‹É.ž^‰* "
b"\x01 ޽Íʤtð¾Ÿ{ÞUêGT "
b"\x01 ŽÁè‘×{T´I\x0F ÍŒ‡Eî "
b"\x01 Á飻~©Ž·Âq󘵲 "
b"\x01 ŽðÛ8Ls‚·Ò—?\x06 »\x1F D "
b"\x01 \x0F Õ‹wÿ»Uû\x14 J#„É "
b"\x01 \x0F ÖYï|&¥5ë\x14 ^\x05 õ¸ "
b"\x01 \x0F Ö‘\r x.°2£ï=f\x12 £ "
b"\x01 \x0F ÖáÒyk‘oÙ\x01 Ž\x15 ~d "
b"\x01 \x0F ×%Vr}·\e ¡Ð"Ca "
b"""
\x01 )0z™s_¡šw\x7F \n
?Óš
"""
b"\x01 )0º»u²”…1°’ÅH\x03 "
b"\x01 )KW\r pé¡ðCëh@Çù "
b"\x01 )KŒrv.Š%®\x07\e Æ\x00 ë "
b"\x01 )KÅ„p†±ºE\x16 ÊR\v p "
b"\x01 )KóW|µ³–]<\r ›G" "
b"\x01 9>Ãy\x1E ‡P9Ć[Ùì "
b"\x01 vÛ©Ks\x1C —M’FY€ôl "
b"\x01 {fXër>€í%É™§&ž "
b"\x01 {f”g\x7F ˜¯~¹ýˆ2x1 "
b"\x01 {fºI{á°\x11 !=“J¦ "
b"\x01 {g\x06 y¿"jPv:ÐÃ "
b"\x01 È<n_{Š›°8õXÜFJ "
b"\x01 É Ù,yY¯rßèá½bK "
b"\x01 É!\x07 J~C› ®ÿ„ù{O "
b"\x01 É!bÑu\x03 šñ(\x00\x17\x15 p\n "
b"\x01 ãak\x17 }MÅ%.¦#3í "
b"\x01 ãa}uý…Áƒïd"Ê… "
b"\x01 \v š›¸|5¨×i8¼T\f ˆ "
b"\x01 \v ší¸w9¥\x14 ë\x12 ŠvF "
b"\x01 \v ›&ir¬’ûøé?\x02 ÃX "
b"\x01 \x11 ž ªxÔ¡‰\x08 Ñv̪¬ "
b"\x01 \x11 žD,y)¨ïÆ\x12 WbÍì "
b"\x01 \x11 žz?tyƒ\x0F \ýMŸ. "
b"\x01 \x11 ž¨Fq™•¥Žb=3o’ "
b"\x01 \x11 žæšyX°—#ë²'Çà "
b"\x01 \x11 \x1D ¯}ü˜ÜSB\iL¸ "
b"\x01 \x11 H>ux˜±É9ÿn°l "
b"\x01 *Œe}9ˆB\x07 öa›™² "
b"\x01 *Œ¾¾{\x1E ^BK´RI "
b"\x01 *Œùt º\x12\x07 nM|ò™ "
b"""
\x01 +\n
JBp••Š\x02 }\x0F åöi
"""
b"""
\x01 +\n
p¾qw˜•RÊ\x06 “a
"""
b"""
\x01 +\n
™;~\x1D ´J\x16 .z\x1D Y
"""
b"\x01 /Â]ÜxÊŠqÓ\t ¬k˜Ø "
b"\x01 /Âxås\f ÷ãt\f ÐV "
b"\x01 /–Ž|˜ºµ‰+\x06 u·C "
b"\x01 /ó<"wŽ—¢Ã¸\x14 {Ž¡ "
b"\x01 J3\x04\x1E wÙµÿ‚RÈØ½£ "
b"\x01 J3LqTŠëû\x07\x0F ÐßÊ "
b"\x01 ‘\x07 Ô`þu+•V\t àÖà‹B "
b"\x01 ‘\x07 Õ_]w´Ž¸;ŸéŒu² "
b"\x01 ‘\x07 ÕÅ·p]´2O3?Þ~Ž "
b"\x01 ‘\x07 Ö=W\x7F †šã\x1D .„ŠÀ "
b"\x01 ‘n¸áGztœ³y®¯ƒ˜z "
b"\x01 ‘n¹\x1E Dtó‡’h\x11 †Œyx "
b"\x01 ‘n¹A”\x7F Ö£:è\v i;\x1C Ä "
b"\x01 ‘\r õ;x÷›R¯W²ve "
b"\x01 ‘\x0E V–t›®8\x1F )²¹K2 "
b"\x01 ‘‹ª rÎ T?Æý:º "
b"\x01 ‘Œ>´vÃò$j‚¥‘ "
b"\x01 ‘·>6î\x7F c†žkäÍ€¶¼ "
b"\x01 ‘¼:\x06 R~ÒºJi•ÿoñæ "
b"\x01 ‘Æuµ©~dž¨éßçDíw "
b"\x01 ‘ÆuÛÉy¹“^ÂnhJˆŠ "
b"\x01 ‘Ç\x1C vuO¶0\x12\x7F €>Xà "
b"\x01 ‘Ç\x1C ç’sùš&‘\r \x00 …\x1C 1 "
b"\x01 ‘Ç\x1D 2qtœ¾\x05 e·¼_9Ž "
b"\x01 ‘ÛÉLH}éµCÈ\x1D d“\t ˜ "
b"\x01 ‘ëH\x11 Ntx˜;,ì×è\$ "
b"\x01 ‘ëH3ùpá²nóîäQœ" "
b"\x01 ’\x05\x04 !]q&·|\x05 T4\x18 ô) "
b"\x01 ’(~6`z’™z\x19 ¿u… "
b"\x01 ’(~f–vU»ñ\v ä{Ï\r ” "
b"\x01 ’(~Gs½ªn<¦ :ØÇ "
b"\x01 ’(~›\x1E vœN[‚j`C "
b"\x01 ’(~µ‰yÓ‡9$†\x1F h¿’ "
b"\x01 ’-£ð8shš\x05 "¥Á_\v « "
b"\x01 ’-¤JÓrç’ÐÕNí\x11 «7 "
b"\x01 ’-¤i\x1A p¡€_äªF·}ù "
b"\x01 ’-¤}\x1A zʱ\x1E ÃS´Jé "
b"\x01 ’Aôh\x12 wе5×áð£\x00 "
b"\x01 ’Aô‹Î|‚¥œ\t\x1A e•!n "
b"\x01 ’AôªBt|?\x03 aS:ÕÚ "
b"\x01 ’C\x0E Ú\x05 })Œ\f •™|¨Ãñ "
b"""
\x01 ’C\x0F\x02 ³}ù»Gñ\n
Z\x11 Y>
"""
b"\x01 ’G~€Ñ|ø¸ ü‚g«tF "
b"\x01 ’G~ªOy¥»\x15 EY—\x18 n– "
b"\x01 ’G~Å´~\x19 ½\x11 Я$\x1A rK "
b"\x01 ’H\x11 æèz\x1F •^\x05 Ç\x1A PEŒ "
b"""
\x01 ’×h½\n
u°‡X®\x1C \n
y‚
"""
b"\x01 ’×hܰvÏœ¡âÖ’ÄÙè "
b"\x01 ’ü>•ŽvŒ˜PÉ÷šM}ž "
b"\x01 “\x01 l?þ}y o'‘˜$Šê "
b"\x01 “\x01 l\x1A s+—î1ãa×\x16 ´ "
b"\x01 “%Œ7_r¯Œ\x12 f\x1A 6„‡½ "
b"\x01 “)îýã|8—«ø™T–\x0F ~ "
b"""
\x01 “/Æb\n
|´¿t^\x04 pšÿ¿
"""
b"\x01 “/Æ~\x02 sw¸,RÆÿxDZ "
b"\x01 “r\x0E ’Év\x01 £Öó¬°5q "
b"\x01 “r\x0E ú$uP‰W\x05 ˺k¤c "
b"\x01 “r?rùwÏžò,\x15\x12 S%\x7F "
b"\x01 “rAé\x\x11 €QUr\e KÖî "
b"\x01 “rB\x04 pr"¯¼‰NãÛ\e ö "
b"\x01 “rB!6|±9ÈÍ·¼;) "
b"\x01 “r³\x1A °}[•Ã\x0F +Hᬠ"
b"\x01 “r³LepÊ·š\x04 µºÕ’ "
b"\x01 “w›ùærç¬\x04 (;Oñ¬û "
b"\x01 “wœ:ºwÿw©óÎ\x1C ]ž "
b"\x01 “wœgŒ{\x13 –%ëÁȘ¯” "
b"\x01 “µN6>v¹¸\e R\f ”ÅII "
b"\x01 “µNÃ@xÕ‚cŽœ’\x0E ®´ "
b"\x01 “µé&bwâ¢ÛDZV²K2 "
b"\x01 “µézÚz{³\x1F v\x04 ˆU\x00 ë "
b"\x01 “µé +p šúóC|jE^ "
b"\x01 ”+Õ\x18 3rª´õ“ÀLxúÐ "
b"\x01 ”+Õ5?pž½B\x16 nƾÌÙ "
b"""
\x01 ”+ÕJ‰x1 )Á\n
\f Î
"""
b"\x01 ”,7à*rc œñÛÉxhÐ "
b"\x01 ”;Œ—éx*¿“ÜQuœýH "
b"\x01 ”_§¸2w¢¦·\x0E J\x0F fô… "
b"\x01 ”_§Ê4tZ±¶hPY¸¦P "
b"\x01 ”’v\e\x07 rvºÆ Go‘KÉ "
b"\x01 ”’v:wR†„%ÝX}ÍÏ "
b"\x01 ”»u¤Âx=µ—6ôì)Ø! "
b"\x01 ”»uÎÜu`¡‚¬qEyq™ "
b"\x01 ”»uî\x1C r2´\x11\x1F ë&Ì\x13 ÷ "
b"\x01 ”»v\f ÈsЬùù\x05 ’¤WB "
b"\x01 ”ËÊšèzû´Ì€\x16 ÔŽá "
b"\x01 ”ËÊо}g¹NØõÓð\x1A ¯ "
b"\x01 ”ËÊñÅ|D€Û–kX´+ "
b"\x01 ”Õ”wÈxÇ„\v pâO"1\x12 "
b"\x01 ”Õ”š(vt†3V8³\x1A Κ "
b"\x01 ”à€\x01 ƒv±¢€íBã\x05 "
b"\x01 ”ôè¿xM‡.÷\x16 ±o®8 "
b"\x01 •[Hµ•\x7F ¸§®D…îƒ\x05 Õ "
b"\x01 •[Há-{x’º&ýWh8 "
b"\x01 •[I\x01 $|}ž«Ñ.ÊU±Í "
b"\x01 •[I!cr“ \x1C ,^øô~Î "
b"\x01 •p\x04 ëp}ÖŸBh±ú\x11 7ÿ "
b"\x01 •€R\x17 Ùw¯´~&C¿ìÀ¢ "
b"\x01 •„Ë$çs1²“;™*µ "
b"\x01 •„ÙôqgšB¥¾lrÍ "
b"""
\x01 •„Ú\n
\e y¾¿M1iQàh0
"""
b"\x01 •…lPw&«Ã¨€Ë&<" "
b"\x01 •…lÃns˦!?\x1D p£ã\ "
b"\x01 •‰Ö9³y[Ž8\x07\x14 ¨\v ‚µ "
b"\x01 •‘[\x19 x<š_P5¤ÑOè "
b"\x01 •‘Èq½±yUÑ\t 7\t "
b"\x01 •‘¸ÏzŠº\x1C x/Ï\r JS "
b"\x01 •‘Ø$t\x15 ©Á§NŒXòf "
b"\x01 •‘øY{\x01 ¿\x01 mEú\e `î "
b"\x01 •’.8wv˜œ}\x18 >QÄÀ "
b"\x01 •’SŒwVˆ\v ¹Âôˆ¼Y "
b"\x01 •’z£w\f ƒ}s0\x01 5]\x19 "
b"\x01 •’£lx©86.åãG» "
b"\x01 •’Åþvrºõ¦\x12 ]+r "
b"\x01 •’î*{Œ¬ž)&E\x1E jÉ "
b"\x01 •“\x11 (tr§ÓvŽ Áó "
b"\x01 •×%/Ayë˜SV~Ë=a6 "
b"\x01 •×%G\v sé¨Oѳ†>‘ö "
b"\x01 –4;i]|8»P1)\x16\t S€ "
b"\x01 –4;\x0F }!„\x7F å#0zî "
b"\x01 –4;¹-|5œ7\x04 ÉÁ½\x17 È "
b"\x01 –=Žq!x\x10 £ê¿ØãeV¿ "
b"\x01 –U®gx´ŒwiŠq \e b "
b"\x01 –ØVù¦xù³ÎM\x16 èáŒ} "
b"\x01 –ØW\x16 †v)¼C§ÛóôoÔ "
b"\x01 –ØW-\x02 yš¥ƒ¬Äe\x08\t\x1E "
b"\x01 –ØWI\x1C\x7F X¦Ú.Tc/¡C "
b"\x01 –ØŠ;\x1A ~vŒž¿61ª…M "
b"\x01 –çÇ\t .pO¹ì\x1A 1‚¨5g "
b"\x01 –çÇ!ÿ~\r ’}•7ÔöÒ2 "
b"\x01 –ý\x06 /\x00 wF«#\x13 Oâ\x12 ý- "
b"\x01 —\x11 €yÄzÖ·ÝV\x1D {_I "
b"\x01 —\x11 €¬\x0E t»OSRQFf# "
b"\x01 —\x11 €Ö\x08 ~¥¥Áú\x13 †Î\x12 § "
b"\x01 —\x11 \x01 žy\x1C ¶[èa¿Pæ "
b"\x01 —\x11 5\x17 s’³áЇ\x16 EÀ„ "
b"\x01 —\x11 hd{û ØÙz7›\x11 "
b"\x01 — t9†r:» zT›Ê÷/ "
b"\x01 —^\x00\x00 ¿r¹ª\x13 ÂÀ\x01 ¨> "
b"\x01 —c@‰/sO‘Œ¹8[rëš "
b"\x01 —c@À7r+’÷È\x1C ƒ-IJ "
b"""
\x01 —x\n
º”p\x02 ¬+CµóèÔ
"""
b"""
\x01 —x\n
Ò}v©žMd®a#\x17 n
"""
b"\x01 —x€ÃyÒ’DXîoL¯ª "
b"\x01 —x€è/wí¤¢Qh\x05 ]\x04 "
b"""
\x01 —|Þú\n
tŠ·œÀ©úâŒo
"""
b"\x01 —|ß\x0E º}ô¤O'µ0\x07 e\x05 "
b"\x01 —|ß•\x13 v+ª3˜qÖp~ "
b"\x01 —|ßÇis\x13 ¶Ôé¶®ù¢\x7F "
b"\x01 —‡:Rbz=™›Ÿ”$×S\e "
b"\x01 —‡:~=p;‚dÿ4‹_¦L "
b"\x01 —ŒÉ\x7F 4v§ƒüd;Q` "
b"\x01 —ŒÉ˜t\x7F ó«ï¸\v ‡Æ "
b"\x01 —¡\x14 Q¡q\x1E Škï.ù\x03 =õ "
b"\x01 —¡b}ª®²*;ZðlF "
b"\x01 —¡¿)q? x]\x18 t@ݳ "
b"\x01 —¬\x10 “n~,“~Ò“fLw "
b"\x01 —±D8U|þ½×œ~\r F\x1F = "
b"\x01 —±D}Xr¥¬õ€Ùè\x1F q\x04 "
b"\x01 —±E‰\t xé¯w‚…\e (5ù "
b"\x01 —¿ê/»tj™FTMýä\x14 ´ "
b"\x01 —¿êUy\x7F ¢ˆ´\x16 ŽSn¿\x0F "
b"\x01 —¿õž\x05\x7F ©œ\x1C ž¶Ñ7θ "
b"\x01 —À®\x02 µxw²wÄÿ7ŠLâ "
b"\x01 —ÅšŽ;tïª!ñ\x16 m“³e "
b"\x01 —ä1¯çyTf,<%§ƒ¶ "
b"\x01 —ä2Ê\x04 p¶e:Äü/† "
b"\x01 —óþj*|ò‚¼ÄبaGÚ "
b"\x01 —óþ¤bt\x1C ‚U/dèôB\x1E "
b"\x01 ˜\x1C ‡\á}AŽï³“L3ˆ³ "
b"\x01 ˜\x1C ®?³~—-™\f H\x18 ³Š "
b"""
\x01 ˜\x1C ®Z\n
t³™äo˜ìî—7
"""
b"\x01 ˜\x1C ®s\x16 suƒ˜hC„ÓŒƒ "
b"\x01 ˜\x1C ÕŠ#{ûr\x15 ea_¹A "
b"\x01 ˜\x1C Õ I}M£+¿¥\x1D Çi\n "
b"\x01 ˜ƒ¡{ƒr1–?œ\x03 ¦EƒÍ "
b"\x01 ˜ƒ¡µ\\x7F Õœoäzý\x1A l° "
b"\x01 ˜Æã¿±up©f'µ´9\e Ö "
b"\x01 ˜Æä´Vx«’ 3R\x0E\x08 d5 "
b"\x01 æ[9¢\G\x00 ¡åJD€{®Š "
b"\x02 w1 ç!Cx Nú\r \x18 î\x07 "
b"\x03 zÏ›‹“Np¨§|ØU“¿- "
b"\x04 q³\x1A ?¿BÁ¦\Ï1¥ûcÄ "
b"""
\x06 96§§@9 3dy\n
Ú7Ž
"""
b"\x06 òl\f ÙG\x05 ´fMî\x0E u Œ "
b"\x07 ns†-vNP‹Å¶½\x00 K\x01 » "
b"\x07 ó\x1E &/\x08 LÒŒûgš§!¥Ÿ "
b"\x08 È¥,ù°Jˆ¡"Ø\x1F “G} "
b"\t ‹À¸–nN\x01 ²=Jm±øX "
b"\t —8E\x07 Â@Z¼c]‹‹ªçQ "
b"\t ¡¸\t\x04 ðO7°©Ø\x08 ^œÏ› "
b"\t æåჂMEœ\x07\x18 Èi¢Ç4 "
b"""
\n
9<G’%Jmª¡E\x11 [@J1
"""
b"""
\n
é\x14 ó»ßMùŸX‰£¹~où
"""
b"""
\v P\t Î`yD“¼?þÛ\n
™s«
"""
b"\v Å?}ÏIN\v •‹¯1³ÁÊ "
b"""
\f 3?\x1D\x16\x11 Gñ’Û\n
u®éOƒ
"""
b"\r :ÍÓÛäBÿ¨ÙÚÜ8U\x1C Ÿ "
b"\x0E ᾇ¶Cd–ÇÐÖdÇ”W "
b"\x0F *›\x00 ]IJÌŸZ\x17\x05 ÖUyl "
b"\x10 ³‰0ÿµI£¯0ï¾E̲h "
b"\x10 Ê6\x18 Ò\x1F Dð¶ì¸’„Ìâè "
b"\x10 Õ<…5Ò@Žƒö‰öRœ "
b"\x11 P\x13 ™ !I+£\x1E\x1C æ!Ë#¡ "
b"\x11 f¨øÅÔCJ„!üÕ\e ³\x19 Ä "
b"\x11 hÇë»tG¶ŠÏ//Y„øí "
b"""
\x11 i÷ú¯(Eu¸b\n
CC¦Eg
"""
b"\x11 únKÃÕA\x18 Ûóý±S\x17 Ó "
b"\x12 ‰™xz\x1D M1¥jT÷3!G¼ "
b"\x12 ÚÚáÄŸB€‹|M\x1A ª4Öh "
b"\x14 /RéŽAT…dÑnç€J\x1A "
b"\x16 ™X~ULÜW¸üO²ÕÅ "
b"\x17 _e¼ˆÁGꎯGt ™l\x16 "
b"\x17 µB¯ÚçO\x14 ‹È\x1C •\x1D ™âa "
b"\x18 níð5sNœù£ƒW7 0 "
b"\x18 •P\x10 “íOÁ¨$\x12 €\x05 +Œ\x00 "
b"\x18 á‚ðÖF\x02 ²V!\x08 îâ\t ž "
b"\x19 4'+\t aN&“èY9N¨N# "
b"\x19 cÑ1'\x01 GT¶$5N\x07 "A\x12 "
b"\x1A Ý|Aª¨KO»ö^\x08 pÞ£Ä "
b"\e žk2|M›±¶Åæ*?\f Ç "
b"\x1D …ºcïI7‹w\x10 +76¥Ù "
b"\x1E €\x10 Á=[D€ŽÕdó÷1}I "
b""ˆ;xËD’‡]Ä,B\x0E . "
b""¹G“ÈDl‰zy¡ñ¹p§ "
b""γ‹]»Gó¶³Þ².!†G "
b""Þ7©òñDè’a|Æ\x01\x16 )ƒ "
b"#…žeE/O_·à@¿fVÚ\x13 "
b"$1d¸\x06 @Lº¦ÅRˆ\x18 µ.ë "
b"$nmÍ\x1C ƒGŽŒÒÒ'©\x08 9R "
b"%æbNrâ@Ž·Tž´yg\r "
b"&ªLî—ôG\f ¤íu8©ý_á "
b"&ÿVB\v >D”ŠÿzM\f à2Ž "
b"'\x11\t •FLK\x05 ”\x7F ¢ðYc$ "
b"""
)U•\n
“ÞKG‘A-¡å"…r
"""
b")^wZà»Eî„ä¦Ëo8Hø "
b")Ôz#ò.B\x00 ’]\r Ú-ŽT. "
b"*X\x11 Í\x12 wLû³ŸwFJ«ˆV "
b"""
+\r ›\xÖN\n
¤r➺\x12 ¹[
"""
b"""
+Î(«§\v B\x03 Œð/\n
Ò\x12 áv
"""
b",4v꜊Né¡v\x12 Ÿ‘Q¢\x18 "
b"-˜ J®‡Bô\x1F ǹLG*Ó "
b".XQ„\x0E 3C/´Ç,|\x06 ‘H( "
b"/¨\x05 û¢³@¯§‚hiéK\x06 1 "
b"/çðÇ\x00 fIøŽO\x13 ³™\x7F À\x16 "
b"0m\e ¸üÐC™ŠG¾W1\e O… "
b"1>óa]fH´µÐxÙK\x15 OÈ "
b"1A°)ÆçLÖ…ä\t k|RCm "
b"1È?*&ðGU°\x18 A¨†EÞò "
b"2\x17 œVw=Oퟺk¼ÁÈ^° "
b"3\x1A œ\x7F *C\f ˆf[º7×ÕQ "
b"3§y\x7F ÿmNC€’ðŽÒ¶*Ø "
b"3ºê=ô2BÙ•ê¸â»\x08 Ëv "
b"5c\x11 e€ÜL\x15 Ÿ\x0F ø,™Wä: "
b"6\t ç¶½0C$¦áU\x1A\x14 ûà "
b"6_h¥\x15 ¿FÓ±ºÆ\x01 ctÏ "
b"6çQÒ!üAø˜ü›¸¢ø€\x11 "
b"7(¨ö—îKM”{«\x04 ¦K\x1F ê "
b"7ÑÅSUêL^ÀÂÛSK8‰ "
b"8µè´\x07 ô@†¬\x00 \x00 EÕÊÙ "
b"8Ƶ"ÅoD²ŸWjI“\x11\x08 á "
b"9GÎ\x02 ´µM~ŸhrŠÊ5´S "
b"""
;s¨’ØRA\n
‡êk£áJ\x14
"""
b";µ;ä\x01 ‡AÞ¦÷\x10 y\x7F\x16 Ûà "
b"<:g³ÐäG{ KZ®¨CÝ "
b"<lÖ˱çG/Ÿ§e1mï<q "
b"=\x02 óã\f :IU“×S\f\x15 Éɘ "
b">¡v¯ÔšCä€Íá\x1C ãÝV "
b"?‰+püL“ŽÈ4Þ4ðŸÈ "
b"?Î4OC±Ik‰´Ÿ Ðz²s "
b"@ÏV&rÿ@[–Àø“\x7F ñêl "
b"@ædóš7Oͺlý’ÿºg "
b"ByÖ¿Ë$E\x16 Š\¥ˆ6c9` "
b"BŠ[*ª_Hn¥>ìçÄ÷’\x1E "
b"C\x1A ¿1ÅñDw¥¤ïX_!{\x7F "
b"D6Ïý`«HSŠ'˜\x08 a "
b"D¢`¼œcER¸E‘컢ž¡ "
b"E8Ÿu\x17\x05 Fy•;¬N¥ƒËó "
b"G<d\x18 ܽNè¬à•î\x1D Çß+ "
b"Hhç·\x15 G«™-=£`¹\x10 ‹ "
b"HËn\x14 ÅTIZ—cPK\x07 p. "
b"I‰ŠŸ¹rC¯‰F\x12 Ê—_5\x13 "
b"J)æþ_\x1E Iu¸,ötNeá\x04 "
b"KîK@YuMº¨¨ˆ‘^Æä[ "
b"M)£7\x16 ™EfŒèþ¥u\x16 ± "
b"MŸŒÚ›øNƒ‡¢ªäa¸«A "
b"N˜ä&^ûK\x05 ´ˆ\x04 t”\f Š/ "
b"NÅÃØ¢ZC\x16 †õ÷©ü¹\x10 ‹ "
b"O\v ¸ç\x17 ‰Jz—¾pf“‡Ë\x04 "
b"Obu·m\x05 Mt¼ôô/:\x0F GÈ "
b"OíXï…‡@\x12 Œ5Ôœo—Ô\x14 "
b"Q§tCj\x12 M¿˜U‚Ln\x05 Õ\x05 "
b"RüvÌ\r ºO‹†ÇP'§Vp, "
b"RþîÈÛ\x1C F\x7F ¨ú\x0E <ôÙ÷† "
b"S|L¢ÂÐA·ª\x00 $SËA\f å "
b"UD±e "E)ŒÉî¤J•À\x07 "
b"U•\x14 éĽD\x02 ¥ó_.Áç<\x17 "
b"W\x16 6\x1C +tLì®A¿µ©aª’ "
b"W›Ó\x19 —ÕNQ²w´?\e ¼QÊ "
b"Wð\x19 ¼ÿ²EÒ”‹în8( "
b"X'x¯\x10 pDá«T\x10 cô"#ä "
b"Y\t )±\x02 ÃIÝ\x16 ßåx\x19 4ô "
b"""
Yæ\n
\x17 RAK\x12 ¹Î/N=îƒ7
"""
b"ZI¿Ûä&M"¨\x11 öðµÐæ\x06 "
b"_WŠî™bMU§+\x13 ©xŽÌ“ "
b"_bYÒM=NE¬CRÁ0ƒq— "
b"_ª‚ya\x1F E†ƒ™ÂR2øÎ¡ "
b"_Õ¿[m@"¦@±i»\v\x17 | "
b"c‡ÒešEDb¹N›\x19 P8\x12 ª "
b"cÝ\x15 óõ‘D”°q)ƒç) C "
b"dš™läTMwµÌÄn`K^Ê "
b"e\x1F *–nHJ\x0F ¹ÃhéDÕ™½ "
b"eѬÂHTL½e÷f¯‰Rz "
b"fúå8\x0E UOÕšê€Ã4ðóu "
b"g$\x07 -¯8C|¿‘³Eâ¦Ñ< "
b"gs·ÅßVA¯¶®er`¾Vâ "
b"hü\x04 ÝØÏMݼj#\x06 h¢Ùý "
b"jµ‹\ùîF_§d\x14 ‡œfÛ\x11 "
b"k"D~:µBÄ…H¢Á]_ÙR "
b"m(9#&MAm¿s7§W¿Ê¹ "
b"m¼Â´)ZNñ…\x05 MS\x11 |f( "
b"q@¦(!ÏO½—G@jcÇo© "
b"qo\Àœ\x14 K¢±ÕI°_nUÏ "
b"r~Ì›C\x1E ˆI_\r ›:- "
b"r“j\r {öO’—fAþ÷\x07 áÖ "
b"tetj÷$I\x1E ®?l:âw' "
b"tzÉ_t¹L5Žûvy?H\x13 ý "
b"tÚÃ.*FK†ZÁ\x01 Û„\x19 Î "
b"u\x02 (òLÏFœ”\e\v Bñ\x1F è¤ "
b"v\x1E ýÿ5šJ\x08 ƒdRü1^©\x1F "
b"v(|•’9JÌ»Gæ\x18 ûÈÓ "
b"vp\x15 ƒùüN\x1C ‹Ôò•ÿ…Åu "
b"xéøHÛ\@ϯ\x17 oìK°\f V "
b"y3\x13 r‹xO\x00 ©\x10 ¢J»\x03 Ñ\x12 "
b"yÓ•>~ÎE\x0F ›KÏ[Zñªo "
b"{ÍÚ!/àH$™i\x05 ÿ—Ÿêä "
b"|DzŽì\x01 L[¹\x18 55•™: "
b"|Òf} \t Dëruiøbg\x10 "
b"~\x05 Ûa\v\v H?žâ\x00 ÉÙ¿rŒ "
b"~—ƒÍ\v OQ”\x1F 4–æh\x1D\x10 "
b"~\x08 z#¦Oä’Oð"'áX) "
b"\x7F\x1C 5U\r qC\x15 •4™¤\t ¿Î= "
b"\x00 -b®UHk·,#QŒÉø\x06 "
b"_dK‡TNþ‡·(ïìnó` "
b"d@êz\t A “zŽª cÔ\x10 "
b"‡Xv’0MÊŠó\x08 š\x14 ºøa "
b"‰ØùˆöA9¼VÌ"\x1F n~á "
b"²\x11 D@ HºŠ\x02 ¿\x12 ‰¯šD "
b"Ö‹\x1C f_D ªˆsÕ\x00 ÷,Ý "
b"æc®°ÙNüˆŽnžŒ»\x1F , "
b"‚î€÷¶\x14 Nþ“9ç›I’È– "
b"‚öôVÁËJõŽ\x18 ¼ ÎgœÅ "
b"ƒ?@3äŒA3Š‹\x13 =Æï¢÷ "
b"ƒÑuê$·LY”Géẜƒª "
b"ƒûÖö¯÷FÓ§ûAi a(À "
b"„A\x15 ¦„‡If¥7¤ò^}”‰ "
b"„—ã~(¿I³@A‹\x1A ˜\x11\x0F "
b"„±\x13 þÐìCw¿ÄóŒ!ô.A "
b"…còÚŒåL¹ƒjHxÖyK\x01 "
b"…x¥”[JH1¸‹\x00 ŒÀ\x04 )¶ "
b"†òŠ£ {Bð¥\x0F c‚÷Úyô "
b"‡Ý\x00 3è|C¡ŸhGîì\x02 º… "
b"ˆM7\t $nH?ŠL`\x1D\x1D Ö,\n "
b"ˆ‹]‡¶\D\x05 …°Rµ%F\x15 "
b"‰\x17 æ©vSHZŠ\x0E \<ýóö "
b"‰ƒÛwãÜFw•¿#^ŽioK "
b"‰îÀÏ\x1D €O,²³\x0F\e\x1A\x0E /\t "
b"Š Z\x13 iˆE(º«÷aØ®%\x16 "
b"Š4¬Ó‚nD¼½u=°ýŽ“£ "
b"ŠLË2ü»Dý²ˆ®\x14 ]Q"– "
b"‹T|?Ò\x00 M9ž¦,ìþR¦\x01 "
b"‹}ßé\x13 PHD ð°5\x07 ;û• "
b"‹–ñÚdE‡‰\x7F Ãk\v øÉv "
b"Œ\x13 bÆ¥IÔ¨¤Ã.×xâN "
b"Œ\x13\x7F 4šK4„p?y‰\x7F Ak "
b"ŒWÚ§„\x19 J† \x1F\x12 2%'Û‡ "
b"Œß«ƒ¶×@}ô#[q\x08\e "
b"ŽY8ÓØNk–=t}K›\x01\e "
b"޵óèÏ.A鹀̒òÿë "
b"Žè\x12 ªòbM¾ªÌ»c\e ®×¥ "
b"Eeõ3ãNY‡qÝy\x0E È&¾ "
b"‘]ÄJ®!Du±Á¦x*¤®S "
b"’y{Tå³Mñ¼AÁ\x05 gei2 "
b"’¢\x17 j×Mô²\x0E çÌ\r (×ò "
b"“Sj1¾AƤ…\x1E 7LÓ\x00 š "
b"”V\x14 dn!F½¢\e\x05 ü\x19 n "
b"”l·œ€MÒŠ™óEœK/U "
b"•7¨L')M\x12 †ÌÕníñ–\x1C "
b"–\x06 Û\x00\x11 óF-ˆšý»]»(b "
b"–\x18 L¶#ªE陨Xë,Ð'à "
b"–+™øKoLZާ.QÁ/9) "
b"–ÞPÁ\x11 .LÐŽJæq²æ„\x1E "
b"˜\x19 ¿"øWO´ºk¦$eÒ\x0E ò "
b"™Å\09Oú·¼\x03\x07 ýx® "
b"™ÛÇé‰6M\x12 ¢Fì\x7F\x18 0\x06 Ú "
b"š\x19 /‰ýŠ@\x1C ™Ï°ÅÍ\x11 Øf "
b"›Ê³‚!îH7‰†6Õ—\x01 g "
b"œI/*U\x05 O\x17 ˜tB\x10 ú¢\x01 Ž "
b"œ_Ë›_ôI‹Š;\x13 “´\x1D Ê\x12 "
b"œ}G[\x1C ÄMd‰\x06 Ï\\t\x04 ¢˜ "
b"œÊœCx+OaŒ¦\x0E ,\x19 ½éŸ "
b"œÚS\x08 ³øH\x08 Š)ZLYÏ8õ "
b"'˽\x0E £HÅ™°²“œ\x16 –¬ "
b"ÖT®\v B"²\x12\x1F\x1F €ZìÖ "
b"ž\x07 .mÎèEz»_zÙ’nÊm "
b"ž|\x11 Þå¬LÖ€\x03 ò;Ü\x08 §\x04 "
b"¡\x12 DޱMB½¸\x1C 7°=\e ÿð "
b"¡´e\x15 <åFO¢Ýžr¸ã\x11 o "
b"¡èס‡qOöºÜIų¨\x00 O "
b"£[1–‚¡Hb–øD°êà“% "
b"¤“\x16 “À·Kpµ-r¨—I´ "
b"¤µ\x1D\x18 q¤H\x13 ŽÁ‰~È\x00 °Ë "
b"¤ßýãD.El…U#N:M\x1D\x1F "
b"¥¹\x19 #JrE`©\x00 \x12 Ï\f þA "
b"¥çXïCÓEd£^þWl^êô "
b"§Š$“¾\x18 @4¦'‹\x00 D\x04\f f "
b"¨|yF\x13 ·IQ‰$\e\x17 QM\x06 ù "
b"©@40sd@1›Ô¡ïBÀÅ¥ "
b"ªÊæ/fsL‚'Ã\x04 ‰Í$c "
b"ªý+×Ü3LG•F$7Ãüލ "
b"""
«8"™Ý\v MCœC\x06 '\n
Ñz
"""
b"¬WëË\x10 £G¬¦VåÎ.â\r j "
b"¬z i66LŸ£\x1D ·®\x15 \r µ± "
b"\x0E zìl\x03 C£‹|\x03\x16\x15 ÑN_ "
b";_HؽE\x18 »û¡K€=Òº "
b"¯Cÿ«X\x1E Oe‘µa\x00 þý!Ÿ "
b"""
¯€Ó\n
s´M¹›ý‰ÄHs:Ô
"""
b"¯²\x13 G`ÅDj±\f ö-³\x19 ³\t "
b"°=„’û»HÔ˜¢^¸>z$Ý "
b"°Wèv°iJ׈ªa?ÕH< "
b"±>\x01 <\t sB)»‰þM‚tì4 "
b"²57”õ«C\e Ž\x15 Pœ\x1C IhK "
b"´„øU\x10 zDš™\x01 ¬˜\x01 ç—² "
b"´öÆê‹‹AF”¿|CÓ\x05 ½\ "
b"¶c£w¿\x18 @Ò”\x14 9F ´± "
b"¶£—Èð\x15 G]¯ÒW\x14 nZ‚ð "
b"·SÑ*ÒuL]¾Y\e š7-k5 "
b"·ö\x19 …Ð\x02 Iάö\t\x1C €º¬î "
b"¹Q±O~èJ´º"?|Ó\x1D 2¶ "
b"º‚e\x00 F˜JÞ®—Þ\x1E ln‘Œ "
b"»#\t \f +EV—;áw5ÊqÙ "
b"»>ïçÍ\x13 Nj™E\x18 qDK%Þ "
b"""
¼$¸‡\+Ag¸¸f\n
@\x1F\f
"""
b"""
½\x06 ±4\n
s@Y‚\Aê8ìî\x14
"""
b"¾–ýÐêtF\x1F ³Kš´VœÔi "
b"¿¼ÖW‡\x14 BÜ«\x00\x08 ½V˜tå "
b"ÁkÚ葎J$†F{ÄOÂ)¿ "
b"Á pïø¯Hæ†m¿\x16 ׋\x1A \ "
b"ÂW¡hq@Gä–±Õ\x14\x18 ž\x17 "
b"Âs´+Þ\x14 D¡#\t UdËä "
b"ÂÊœªdI\x12 ‘å‹@€’I "
b"ÃsòÁ™!CÕ»þ{Ú-x4í "
b"Ħp¼×=@à–Ù\x12 ðú½i\t "
b"Äù\x07\x06\x00 ØM\x03 \x7F âcžc\x16 "
b"Å\e RÂ\x0E I¯£8oVÃv¶£ "
b"Ædò4\x08 ‘E™¬9Éy\x18 $ÙÚ "
b"Ƈ}=\x16 "A\Ž‘Cå3x,¨ "
b"Ç\x1F øF¿ÉBd‡ç"Å\x19\f %\x18 "
b"ÇŽßE€·MóšÍÁÜnÚ/t "
b"ÇÌeÄ\x0F YDÇ™z¢\x14 &¤/ê "
b"ÇÎÅ^sÃBU¯wÙ%ôú†Ê "
b"È\e FEILi£·À§ð•\x12 A "
b"ÉO8\x14 s´N\x18 °Ÿ¹•§!\$ "
b"ÉxB"îÂG8¥TŒà\x7F Ùœ* "
b"ËB@J\x17 nD^ W¾ïù\x19 BÆ "
b"Ìß“\x01 š\x15 E\x7F Œ‘Fø\x05 *Eÿ "
b"""
ÎÜ\n
\x18 Y\x18 @—ŠçÏ\x1F »žïÏ
"""
b"Ñ/#‘=KD\x18 ‹Û ËÙÜ# "
b"ÑÒypS\x06 I\x1C š\x1A ·I ØÌá "
b"Ò\x1A ð\x04 %‚F7• û¶"²¸ "
b"ÒKü\x14 Gp@LŸXQ\x19 ÅÌ/f "
b"""
Ò¯~xGŸBG\n
çåïhÿ‹
"""
b"ÓK›\x7F /HG ¬\e pH\x0F\x14 ¾- "
b"ÓU7©\x0E ,D²«kk?Ÿ…ïd "
b"ÔøC\x06\x03 „@Ô©íB#\x07 §”„ "
b"Õa\x14 F\x01 E„—\x0E gæ£ø "
b"ÕvxØa!BE—~ð¸¥;\x15 "
b"Õš5ƒ†bH\x1E ø¿Nüý5à "
b"ÕÐ ]ÄÉDý‰ÏÎ (†\8 "
b"Ö$fý²SO–xA?Æ|‹\t "
b"ÖXiå0ÂCÖ†0xHa\x11 ðÞ "
b"Ö„‡Q½¯L—L/ú0Þ(\r "
b"Öý\x15 º5ÒL¯•\v ¾²ûŸ~& "
b"×A$xß©Ha›µ\x15 i?ôN« "
b"×Mÿ\x1C MØ€\x05 '\x11 C¹Iœ "
b"×›Ù,-\x06 D0¯Ã'ŸÈvJ\x10 "
b"×Éj8ºDEã·ˆ\f Q–D“¨ "
b"ØÔ\x17 .s×B\v »5\v\x7F À)íŸ "
b"Ùaƒ\x08 M-HÝ€^_Ó£ŠÀÆ "
b"ÙÂBëÅG†ž7É)Æ()ø "
b"Ú[,Fú\x07 Cq“«\x19 ¡zsà? "
b"Úg\x06 `\x12 #F·¿c¿çt]¯~ "
b"Úãôx.HK(¤\x17\x19 7¹ô4¿ "
b"Û½ªEÐROܹU\x0F 1°uÑô "
b"ÝeöxŸ‰AÇ·ä?ÀN\v I† "
b"Þõ\x1D 5\x05 ?GÊ´l-~Õïã; "
b"ß2û~I(Oû•¬zÂuâ-ý "
b"à\x0F E\x02 —\x1E IB¼ÙþU!JŽó "
b"àyÉ\x16 FLGî Ê\f (‹ð "
b"à«O\t xaCû–%É\x00 í\x12 .} "
b"áT¥½¨CѺ ZI†Ž‘= "
b"áb\x1A Ä\x0E K\x03 ¶çÚ#©jð¾ "
b"â¨ùûo€E\x08 »Nì?p\x1A ù "
b"âå\x10\x18 ý\x07 L\x0F ÝkÞnxjÙ "
b"âú¼©¢Bt†O\x1F !Þ_ê "
b"ã?\x1D \XeJº½j›CðØ… "
b"ã±\x10 ÜäÛGv¦Àã»Û\x04 ‡? "
b"æ\x13 ôŸZÑFÑ€?åÈ\x00 ,µx "
b"æ?óôã¾@G´î¹oÇ\x07 qZ "
b"æKz•\t òK4š|ô¢ý±Äì "
b"ç\x12 p6êÀJX¤§G¢\x04\x02 ý( "
b"çèûÉLÈB^—üi²ývvÕ "
b"è\x17 K#¨K™šé!\x1D ’.ýA "
b"""
èÙ7\n
\v\x04 DrŸ\x12 €þÝ\x08 \x1F
"""
b"""
é3\f ¹y\n
OÁ—ÇRÇnáÝ\x1A
"""
b"êˆæ\x15 ƒóA\x10 ª³lм¥2{ "
b"ë½M]ÒÖD+€ pž\x03 k\v "
b"í‚¿ø!\x08 K\x0E ‡Ž=ñû]\x12 n "
b"íš2Œ|‹Da³]á\e C'r\x1E "
b"íŸ\x7F ²Ê\x19 Mßš7FNÓ^'t "
b"íÓÊ\x18 éTHA´Ñ9Ö +ÚZ "
b"ïÁ˜\t 8IE&¹ã[3:åd= "
b"ïú\x01 å³`EM„\x16 ×ÀË\x08\x16 "
b"ð\x14 TÈØòH›UÐN\x12\v Ç "
b"ðƒÀ~³Mùø&‘zˆ‚q "
b"ð¾ž!Õ\EwŒY¡\x14 é"»” "
b"ñ)Ù=\x1F øN¬7½„D@ƒü "
b"ñcYCRFˆ·Ør£ÎV "
b"ñ·\r ýÈÖN\x00 «÷êýN–µM "
b"òóxj“ÜBÉ¡>ÇF½ïª "
b"òóyÍlþF³ˆèw!“c|R "
b"ó\x06 Á˜™hK*¿…\v –T¦&Œ "
b"õn¾\r 3ÔF¼‡À«Î\x08 ¼5Ö "
b"õËkL"FG¬”ÿkãT³N' "
b"ö\e *„Q\x17 F‡Ï\x16 Ãa=‚÷ "
b"ö«vÖG‹Iw¯£\x11 æ\x17\x01 YÝ "
b"÷#ûI²®H”\x1E #ÒNT\x1E Þ "
b"÷B[\x0F =`Eë‹´6ë\x02 ûOÂ "
b"÷UR²GšM™€8¥/®»#/ "
b"øð\x02 ˜ÍúOö³FfˆY\t Ìj "
b"ú\x14 #`\x1D\x0F KQ§}ú¤H¥Ûç "
b"úE›ulÞI—§©çw»áÐ! "
b"ú¤•LU„G‡Gý\x1E –¼×\x05 "
b"û\x00 ¯%\x7F ËFM¼ôÌK\x08\x10 A "
b"üM"XޏFσÞ\x04 ƒ¦¦‘ "
b"ü›ˆ¤G\x03 Cü”Â)O1õ\x1F j "
b"ÿ\v NÌ~ŠCи<¾\x00\x10 i15 "
b"ÿWåZc>@…ŽFĜȳ1’ "
b"ÿ«L\x00 º²G?·S@Ø–\x00 nO "
b"ÿãÌž„ÊI‘¬VÝ\x7F ·«’ "
b"\x01 |ŠÀ‘;L'¬4\x17 êâøÎg "
b"\x01 Š+¢\x1F D~\x0F …BÝÚÀW-\x10 "
b"\x01 Š_\Ç:pÓŽ”qª‡ñs¥ "
b"\x01 Šdb•\x06 s¾½<oaS½mð "
b"\x01 Šdt¨Åw¹²xu\t £oÀÎ "
b"\x01 ‹[¯ñ\x13 wÕ¦+p\x01 <¾Ë§ "
b"\x01 ‹[ïœR{5¢rÊXà\x1E Т "
b"""
\x01 Œh^¸[~\x1D ¬\x01 |Í>\n
\x11 ˆ
"""
b"\x01 ŽêŠ#au>7Ê\\x01\x02 (¿ "
b"\x01 Žê‹¤ä}g…^nYûÅ1À "
b"\x01 ŽV0BÎu‰“r›³b†a "
b"\x01 Ž\x7F\x06 i¬wCž¬ˆÌ£Nê® "
b"\x01 \x7F D0q}DÞG€’ë]f "
b"\x01 Ž\x7F GV¾}Έ3yÒý¬Ý’ "
b"\x01 Ž\x7F GwË\x7F %™6AÅäÉBí "
b"\x01 Ž\x7F Gœnzb–\v\x7F p“b5¦ "
b"\x01 Žž¨}-tÓ”Òhv\x13 ?_ "
b"\x01 žÑ׃u\3’ö›€> "
b"\x01 ޽\x10 ¹¿r“—ò¦@@yk- "
b"\x01 Ž½ÍŒÛ|Äœ;Ö\x11 f\x06 ñm "
b"\x01 ŽÁé\x10 Ä{î¡Ê\x16\e i[*Å "
b"\x01 ŽÂEvÇz“’Âñ«qäm "
b"\x01 ÂgW|ƒžÏàL#g!\x06 "
b"\x01 ŽÂ–\x1E †}ü©³Ÿ\v bNâ| "
b"\x01 ÂÏ\x1F Op\x13 º†hË\x08\x18 t "
b"\x01 ËþåÁsîŽhnZ\x04 0p "
b"\x01 ŽÌ\x13 ŸUulœ\x14 |\x19 Yý™« "
b"\x01 Ì\x15\x01 Ã~d\x12 ':\x07 õ°ò "
b"\x01 ŽÌ\x15\x1F\x11 t#½C¼NM™¹à "
b"\x01 Žì\x16 ]Ove“øð¯KúZã "
b"\x01 Žì\x16 µ6sÚ€Áè²½„ ¼ "
b"\x01 ì\x17 èo}ŽÍëšÝ>ÖÅ "
b"\x01 Žì\x18 ev©€ùL\x1E \r ùÇP "
b"\x01 Žì\x18 NõqVˆŽ~˵\x05 kƒ "
b"\x01 Žì\x18 …‰p^¶òWD¸‰·’ "
b"\x01 Žì\x18 µ\e z›»Ê»-5ò˜) "
b"\x01 Žì\x19 )¦vñª*J³¹\x18 ¢\t "
b"\x01 Žì\x19 d°~Ä”Ä[\v #íÖŒ "
b"\x01 Žì\x19 šBtU©\f ag§êз "
b"\x01 Žì\x19 Ðvz릛]’´ß!P "
b"\x01 Žì\x1D {1r\x10 ŽÐ÷\x01 àö†O "
b"\x01 Žì"4^yo˜8²ƒ\x18 àÍ+ "
b"\x01 ì-2rÄ£vZ,5‹\e Ö "
b"\x01 ŽïûÑ¢q\t ¢/F;Æ\x00 ¨ñ "
b"\x01 Žïü)‚r0½(\x1A H´©¹] "
b"\x01 ŽðFÂ}{E¿˜xA<WŽ´ "
b"\x01 ð‘øãr~®&åà½(» "
b"\x01 ŽðÛ³5x\f ä\e ôæ-ÒF "
b"\x01 ñC\x00 ³}‘Л)³™Q\x02 "
b"\x01 ŽñC'Kpʤ\x19 Ž\x1A XÑ?Ý "
b"\x01 Žñ[\x1D\x1A\x7F\x11 ª™Ä·% a. "
b"\x01 Žñ[‹èsM˜\x18 8Uj>‡Í "
b"\x01 Žõ\x14 \r \x1E\x7F ¨¯\x0E r\x1E\e ‰\x1F\x10 "
b"\x01 Žõ\x14 F\x14 zW–µ8w¥¥™á "
b"\x01 ŽõbgŸv—‚Ak²\x18 f÷\e "
b"\x01 \x05 ÙN>}\x14 «Á\x04 =Iý\x1A ã "
b"\x01 \x05 Ú·¬pqžÄÂ<2\x04 æ "
b"\x01 \x10\t âOsj´\t š#5Âå8 "
b"""
\x01 \x10 \n
Ý\x1C ~C¨qãQ!`˜Ë
"""
b"\x01 \x10\v\x05 r~µ£¿¨\x06\x13 wŒz "
b"\x01 \x10\v @BvDŒ\x00 Ö¶þ=ˆê "
b"\x01 \x14 uÓ‡v\x10 …}Ø\v ï\x16\x04 Ý "
b"\x01 9\x06 Š{——ç§\x16 Ù’A "
b"\x01 9НÚw`‡¾É\x16\x1A R±X "
b"\x01 >P¯Dq ±OOR%? "
b"\x01 >Pߤvy¼V\x1F\x7F ýàgÞ "
b"\x01 w\x02 e\x7F\t ‘"\x19 M0\x15 ª( "
b"\x01 {f½\x06 w\x06 ‰”á ”›ßg "
b"\x01 {i^°{²¢¸ƒ›\x02 9¯— "
b"\x01 †…Wšpù¯Ï憩%. "
b"\x01 Ã’»rvªÆ"Ósa\x00 ] "
b"\x01 Ón*uíª¿&p\x00 LÄ< "
b"\x01 ÉEfˆpî¥\v å÷Ø}ˆ6 "
b"\x01 Él@cvÉ‘šÒï»õ\x0E 1 "
b"\x01 Ýc~„}ÛZ£,ך¹\x19 "
b"\x01 Ýc¬kpB™"là\x14 Èò‰ "
b"\x01 ãbî†w\x08 ›áêY‚É—# "
b"\x01 ãcBÂ~*¸Ìv\x08 çû—w "
b"\x01 \x06 ð«Uye¼ZÌC…\x08 2ß "
b"\x01 \x06 ðù\x1E ~1ž®¤‘È\x01 o "
b"\x01 \v ŽØ!}í§ÀÖÌ7,\x05 | "
b"\x01 \x10 c\r Ûz\x15 œÐëú\x1D ‡Vò "
b"\x01 \x10 æÉZzbœŽÌlXâžZ "
b"\x01 %\v …W}3†Ðqw\x11 I ” "
b"\x01 /Y¾|Í‚@$Ûé®7 "
b"\x01 STH(y‰«Åšo\x00 3\x0F E "
b"\x01 xU¥$v"¥ƒyí\x07 ™Z "
b"\x01 ýàj‰sòºžX'Sp\x1E j "
b"\x01 ‘\x03\x17 )ìt¨…¤È!ëÓi "
b"\x01 ‘\x08\x08 i~8«\x11 D”,\x01 §’ "
b"\x01 ‘\r ꬣt‹œ$j\x04 º!5\f "
b"\x01 ‘O÷$[u\x04 ˜CI”P\x04 µ\v "
b"\x01 ‘Pªs„} \x03 q\x1F Èß# "
b"\x01 ‘Pªê]rH£ \x12 |—é-\ "
b"\x01 ‘U\r ô:~Dª?á‰ü›-„ "
b"\x01 ‘UÒŒ^te7sÙûõVÊ "
b"\x01 ‘UÖ¢°\x7F –˜mHr\e w\x12\x15 "
b"\x01 ‘’ÉÊ\t v³“b¦¶v!ÿM "
b"\x01 ‘¼\x19 ž*pÛ ÁšKeW\x08 < "
b"\x01 ‘¼\x1E Ôôu»•Òfeåg¼† "
b"\x01 ‘¼<ð\x03 v\¤O,ÿ"•X. "
b"\x01 ‘¼FifsO®j¡\x08 êŒir "
b"\x01 ‘¼U_±u]¶„é¹\x7F rÅÖ "
b"\x01 ‘¼w\x04\x0E yŒ<Ž\x19 À –° "
b"\x01 ‘ÁÜP2{D†FÜ4ç—Uô "
b"\x01 ‘ÁÝ•þy[¡ëÿÌš¿Ÿ4 "
b"\x01 ‘Æ.ÁMzSŒÀ\x14 #ôd¬Ï "
b"\x01 ‘Ö¦\t }~„B;º¼O\x16 | "
b"\x01 ‘Ö¾}ð|É¿\6e·:×ù "
b"\x01 ‘Ö¿JŠtP”pÉcGv\x00 Ý "
b"\x01 ‘ÛÂ\x1C op4œ¿¯Ò¤Ž1› "
b"\x01 ‘ÛÍ'iqo¶\x19 ©(ÞDþµ "
b"\x01 ‘à¾\Ž~›_ýj™“Á’ "
b"\x01 ‘æe~{vϵ\x10 §EåHã| "
b"\x01 ‘æe·¡pô¼Tª~ü\f "
b"\x01 ‘æf\r ß\x7F D¢njáàËœË "
b"\x01 ‘æfô7\x7F ¿’\x04 %|!³ëá "
b"\x01 ‘ë?Ò‰rvœ–¼ó_\x1E 9a "
b"\x01 ‘ú§\x14 Æt‡ž\f ç×\x03 3[ò "
b"\x01 ’\x04 o<ïvŸœX—Ók`ï• "
b"\x01 ’\x04 Ë\x18 z{ášDFÛ:üþ² "
b"\x01 ’\x04 ËB´zOšÖòÝ4\v\x1A Ô "
b"\x01 ’\t ©žyi\x1E -ÿ”ógo "
b"\x01 ’\x1E ‚²3{ã£Í-Êq\r * "
b"\x01 ’\x1E Úm×w½ ã1)îË\x17 / "
b"\x01 ’#ì%¢}¤\x02 ‘L!hñs "
b"\x01 ’$\x11 úóx¶Ž¥…Ž\e Q "
b"\x01 ’(RvzuÖŒ3bëÄQ†˜ "
b"\x01 ’(¡v*{;¼¼\x1F RŒ\x1A -a "
b"\x01 ’(¡¹¾rû§•\x02 në„ïˆ "
b"\x01 ’(¢\x05 '~\x0E C2ª³\x04 :Þ "
b"\x01 ’-üÿLy‚\x16 šFvUŽð "
b"\x01 ’B¯áJqT«\mF\x05 hÇÔ "
b"\x01 ’B²\x10 9s\x12 ¦Ìö#óè. "
b"\x01 ’C\x18 %(|\e »Ÿ‘3g‘p\x7F "
b"\x01 ’G\x1D Wju¹²•vU«¦Ê1 "
b"""
\x01 ’G\x1D u—\x7F V¤”Ù\n
\n
]}„
"""
b"\x01 ’G\x1E Jû\x7F\t ¢:]—/ãMx "
b"\x01 ’Li^›qoŠá±þXú´$ "
b"\x01 ’L«qF|ï ó\x1A ÷\r «¾« "
b"\x01 ’½Ç\t\x0E uº˜¬\x03 j\r *} "
b"\x01 ’ׯòwË+0~{^² "
b"\x01 ’×±©aq\x1A ‚ïëA<\x1C ›è "
b"\x01 ’ÝŠ—«z¢\x7F\x7F JŠÜ§Ë "
b"\x01 ’ü>jv\x01 ŽqÐò\x08 ½èz "
b"\x01 ’üA0¸vŒb%¿]<4å "
b"\x01 “%‹–\t zÜ€é¶\x08 ªe.² "
b"\x01 “%ŒÒ¡|„µY¡Ê¨iü¢ "
b"\x01 “S[J•{O—À\x03 9\x10\x13 ÂU "
b"\x01 “hŠ9\x01 rÔ•GÊÃm\x11 T… "
b"\x01 “m u”xB©'V¸Y=\r þ "
b"\x01 “n\x06 }\{Ž’ ŠåêRy\x15 "
b"\x01 “w‘\x1A !\x7F A‰Â²ØwÎ4s "
b"\x01 “w¶’ÿxz³\x1D 9dIVhÖ "
b"\x01 “Ýî\x18 ÄrŠ£k\f ¸/?çi "
b"\x01 ”@O\x7F brÅ»×äÃmEÕ "
b"\x01 ”A\x06 {\x0E vTº_P´PÍÿu "
b"\x01 ”E{Î\x00 s.¼âC8Ê|J2 "
b"""
\x01 ”_<8¡wy¿\n
²h—;âÆ
"""
b"\x01 ”Žœ¦`xÆ“îÂ(1ý^ "
b"\x01 ”“\x10 B\x17 {ð†:×YÐZÛè "
b"\x01 ”²Bç#{ü‡YÝ…ÿ\x16 ,A "
b"""
\x01 ”¶V\r aq_©UˆÕ‚\n
o\x1C
"""
b"\x01 ”ÑEö\e ~¡™\x16 #Ýcf…l "
b"\x01 ”Õ•œ`y\x10 ½×\x18 ³\x07 %È\x16 "
b"\x01 ”Õ•¸:x¦³gš\x1E }¨\x1C m "
b"\x01 ”Ú¨šn}À)w\x01 rˆKK "
b"\x01 ”Úª0–t\r „\fIo"Ë "
b"\x01 ”ÚªT˜t\x18 §ì‰ýˈל "
b"\x01 ”ÚÂÜSyÔE\x1C ÔK®Sç "
b"\x01 ”ß^¯ér¤ƒ»=I¦TC0 "
b"\x01 ”þ[5ª~û°\x03 :J¨hý< "
b"\x01 •\x19 JŽNydªsPY\x0F šÐw "
b"\x01 •ekÅDt‹Ÿñ®úI´rC "
b"\x01 •k‘\x14 —qÈ·\e 5AÌzž¯ "
b"\x01 •‰˜©©~\f ¢¼>Dßǘ "
b"\x01 •‰™\t yyt¹nüu‹}H "
b"\x01 •‰ÉTô{Á¦\x0F ž\x1F qûÅ "
b"\x01 •‰ÉˆtxÖ™·j»²º)\x00 "
b"\x01 •‰Ê0\x08 u\x07 ¤\x08 M\x06 :\\x10 ; "
b"\x01 •‰Êa\x12 sóµ)\x06 ¯S_ý\x16 "
b"\x01 •—^²{J‚‰1Hñû¨ "
b"\x01 •”’Ùa{Z½¯\x18 -D\x15 q; "
b"\x01 •Ò^dÏuVŸ‰í¾\x1F “\x12 o "
b"\x01 •öDûmz.—\x04 µ\åp€N "
b"\x01 •ökSë\x7F )¯lÇBiAS "
b"\x01 –8\e K’zו\x1F ˜çµ\x14 ı "
b"\x01 –8\x1F ˜ýz‘¾c?{£[û– "
b"\x01 –8\x1F ò3z\x19 »e(ctm¤… "
b"\x01 –8 „\x06 y1¨Ùq¿Z%]m "
b"\x01 –8!7Ë}\x05 ›û\r \\x1A B[¢ "
b"\x01 –€Âþ·qN“„ Ø{ÓÆú "
b"\x01 –€Ã·,}K€¹"³µŠ\x08 7 "
b"\x01 –¥t™€q\x15 ˜\x19 U"k\x12 ç "
b"\x01 –©ô/{\x7F ·¬ÙÆ[\x04 \r Öù "
b"\x01 –Ãë4’\x7F é‚\x18 ¦#iœwà "
b"\x01 –É„—\x16 t¡º÷¸‹\x00 inÐ "
b"\x01 –Î"³RwŽ‘\x07 ’¤#\x13 6R "
b"\x01 –Î4‰8x%¡PC¶\x0E •½\x13 "
b"\x01 –èIoGqmŠË>ª \x02 4\x12 "
b"\x01 –ý\x0F ï\x1E s"šÉ‘BñRFê "
b"\x01 —:+¬]|O€Ú8\x18\x7F õÕ "
b"\x01 —:+ÖMq‹¸Êµ\x13 üOlœ "
b"\x01 —:<Á˜uǪA\x08 2Šm\x06 ‰ "
b"\x01 —?õí†{t‡¬ŸzQ´U® "
b"\x01 —c\x05 ›§q\x1E ¬6¨›•‘ "
b"\x01 —iJä\x1F\x7F Ñ…ñâ@Ó\x05 |\x1C "
b"\x01 —x^˜4zP•*\x07 :´ª\x7F\x0E "
b"\x01 —|ó\x0F -zz¦Kúä\x0E àÐt "
b"\x01 —}M`ÉqAŽ3ð*€n† "
b"\x01 —‚û}«wݰ\f H»\x01 Á! "
b"\x01 —ˆ\x17\x1D ÔwA¦æ Ð.V "
b"\x01 —ˆ\e ¸Z\x7F k‹—\x17 €`3½˜ "
b"\x01 —ˆ\x1D Ö?s!˜nºËÀØ1} "
b"\x01 —ˆI\x11\x7F {›Œ@±²:¿ "
b"\x01 —Ž\t ܰv\x17 ¥ý‚¥¸Ò'Ç "
b"""
\x01 —Ž\n
\x02 ‘u¨‹Â/í6Ý‚
"""
b"""
\x01 —Ž\n
"\x03 z¬œÀóS}Œ†è
"""
b"\x01 — ÷\t 'y\x14 ±ñ\x01 0s; "
b"\x01 — ÷'ƒpj¦\x08\x16\e Š\v Í‹ "
b"""
\x01 — ÷b{{c¾ñ\x14 ù\n
æú\x04
"""
b"\x01 —¦EÈ\x0F v§»[kdy®i— "
b"\x01 —°¦5“tب"7XK®¡¿ "
b"\x01 —°ù÷ÜtÌ”\x16 o§u`4Ð "
b"\x01 —±\x02 ªò{#‚]Aåz^SŽ "
b"\x01 —±\x08 ®¸{V˜óÏŸð¿Šô "
b"\x01 —±\x08 Έr’…I\x17 T„÷~ "
b"""
\x01 —±\n
¯%xæŸAL5¨Qâé
"""
b"\x01 —±$_þyr¤z¢´âIŸ- "
b"\x01 —±&\r Ìxê”¶\x0E (Œ\x1E )– "
b"\x01 —±Qyºv’‚\x12\x1A ì\x05 aã© "
b"\x01 —±QÿEw*€ùñ\x12 ×Ê\x13 å "
b"\x01 —¿×èÍz>¥¼oÌóP4 "
b"\x01 —¿éœ-~à±ûŽÁ|¡\x05 s "
b"\x01 —À\f î6\x7F •®²ÍÍ2Å•» "
b"\x01 —À:–¤sp«\x13 –‚\x05\x16 òº "
b"\x01 —À~VItøKÊ‘¾~^\x17 "
b"\x01 —À®\x13 “{\x05 šÜÍ\x17 “‚~\x04 "
b"\x01 —À°jFrÅzbzPöR$ "
b"\x01 —ÀÈÞ0}\x1F §C’º“‰âf "
b"""
\x01 —Ä£\t þuŽz4\n
\x1E më\x03
"""
b"\x01 —ÄÁfnx´ŸÛºªÏ<R\x1A "
b"\x01 —Ä˳Û~\x14 ¬¡™ ®jÞ¨ "
b"\x01 —Ä霒u¬¥`\x00 bòq7ª "
b"\x01 —ÄêUÉyòŠÕÇ\x03 âzU "
b"\x01 —Å=Ä\x01 u\¦:L\x00 t·\x1C "
b"\x01 —Åm\x19 ÁrÍ»ÞõP£z7. "
b"\x01 —Ån83u†¤‹AE÷’\x0F ™ "
b"\x01 —Å¥$àsI·E¬9Èû\x07 ³ "
b"\x01 —ŧŽ\x15\x7F ´™•:Hv”/ "
b"\x01 —Åï5Æw=³xüpP;j "
b"\x01 —Ê×Ü5q\v ½ ŸÂÒÙØ" "
b"\x01 —Êï5\x1C }Ë‹\x16 3áµÒR… "
b"\x01 —Êïß\x14 t‰–ø’ƒœT`ì "
b"\x01 —Êü\x0F\t r<¸¸äþ¬žN "
b"\x01 —Êý»l\x7F E²T\x16 ð1\t í¤ "
b"\x01 —Ë\r àò}k•\r \e Ê: DB "
b"\x01 —Ï%AæyúšªÅI_°\f a "
b"\x01 —Ï&“Ùwù’e*ÝuÎÔ1 "
b"\x01 —ÏVV‹{ú†c·\x17 hiÇd "
b"\x01 —ÏWDÙx#«.MkZ:êö "
b"\x01 —Ï•ó\x04 p¤\x07 úûçþ "
b"\x01 —Ï–žzvð¾iM÷¥€LÕ "
b"\x01 —Ï÷›\r rÍŸ+YxQvLŒ "
b"\x01 —Ð'I¬rÓ£\x1D £È€¯7\x04 "
b"\x01 —ãÉàÖ\x7F À¢Ó¨º™k "
b"\x01 —ãçß›wq‰Ý¨öM‹3 "
b"\x01 —ãéVš|ü±§\x19 K^Ïu "
b"\x01 —ä\x00 ½3w\x1F µ%lhk6Ï“ "
b"\x01 —ä\x02\x1A ”uü±ªíµ\x0F m£Ã "
b"\x01 —ä\x14 TévK£\x05 aþ‹$3\x10 "
b"\x01 —ä\x15 ú|—ƒ“¤ÇcæG« "
b"\x01 —äíë\x0E zf²…àms¾ê "
b"\x01 —èí©jw\x03 x†<@Ð{ "
b"\x01 —èïé\x18 z[œ™2ÄbQcž "
b"\x01 —ô\x19 ”\x11 vˆ•\\4\\x07 8 "
b"\x01 —øáWu»±¹æ\e àïð¹ "
b"\x01 —ùVŽár\x08 Šr˜\x1C Ú\x17 Á‹ "
b"\x01 ˜\x12 sh§zW‡?K]a¼¯; "
b"\x01 ˜\x17 *h›{â¤êÈB\e\x15 ÷ë "
b"\x01 ˜V\x10 f{}™¥\x17 Å(\x10 ò¾f "
b"\x01 ˜V\x1E \x1E | ž\x12 )LyO›m "
b"\x01 ˜V)þP|ÌŽ—C\x06 ž Ã "
b"\x01 ˜Z±²\x08 pN·,\x7F\v wuº\x06 "
b"\x01 ˜Z¿Ÿ8xR·®ù\v „:\r „ "
b"\x01 ˜[\x15 w\x0F z\v ‘pj(m#×\f "
b"\x01 ˜[0é2s ¾ 6?B6¸ß "
b"\x01 ˜t3Ÿ\t y&¿n"jcãI\t "
b"\x01 ˜oVð{)¯•T€\x1D Ö \x08 "
b"\x01 ˜ºÔ0sú¥\x10\x1D Ò?÷ê[ "
b"\x01 ˜¨(>bzÌ›ƒ+ÁÃF7Ý "
b"\x01 ˜¨<!zÖ§ó„Ð\v j½a "
b"\x01 ˜¨qº\x0F xÓ™pÈ9Ô3Ó‘ "
b"""
\x01 ˜k{Ôx\x05 Ï\n
Éc'WL
"""
b"\x01 ˜†Ý\x08 vì¹pH«0U/Å "
b"\x01 ˜˜í¶w¡”lk¦5$Ú% "
b"""
\x01 ˜»ûKå|l»æ\n
’Žê@
"""
b"\x01 ˜¼Š\e Ðu½£Âð~;è "
b"\x01 ˜½\x03 ‚#rcŠXH\x13 2ˆý. "
b"\x01 ˜½\x05 ÏÁ}ÌfŽX¹Ê\t ; "
b"\x01 ˜½!Mr¥I}T,‰ã\x11 "
b"\x01 ˜ÁZ{¯|õ—ZÄO}îü "
b"\x01 ˜ÁÉM¹\x7F ]³ˆ\t\x10 h\x17 Ÿâ "
b"\x01 ˜Â\x00\x0E @y4°¸n$\x0F r¶¿ "
b"\x01 ˜Â\f à\x01 r½°Š¶¿é\x15 'g "
b"\x01 ˜Â<+ÖtŽœ¬”hMNŒ· "
b"\x01 ˜ÆóútⲘë¦ayãæ "
b"""
\x01 ˜ÇO ¬tãˆ\x03 <Fá[\n
o
"""
b"\x01 ˜ÇP@¬{´»9‚Pª‰o "
b"\x01 ˜Ë•±\x0F }'š€Ö}/`˜\x1E "
b"\x01 ˜ËÖ\x14\x05 ~z«Í\x05 ß`\e \r Î "
b"\x01 ˜ËÖg,z:›<ÿË,a "
b"\x01 ˜Ëëøæ~D§\x16\x18 €Íg2½ "
b"\x01 ˜ÌCB\x0F }ë›\r ¹á“¸Š· "
b"\x01 ˜ÌD)\x02 qÊe\x13 á\x01 —ìÛ "
b"\x01 ˜ÌRwqp´ß_½\x07 JZ "
b"\x01 ˜Ìpç|ðv\x16 ÞoM\x16 i "
b"\x01 ˜Ì˜\x0E Ïr%˜VÔ,Û³îa "
b"\x01 ˜Ì˜ q͘ô:o#U "
b"\x01 ˜Ñp¿W}‡žª¥Üï/º¯ "
b"\x01 ˜Ñq¾*x¯¶ÓÑm\x00 ù© "
b"\x01 ˜Ñ‚n×v!¹Úf·Lþä\x06 "
b"\x01 ãú€PDì³\r à \f\x07 "
b"\x02 +\x7F 9\f Õ@\e “´5k@Å\x04 b "
b"\x03\v ÁŸÿBEê´¿jn͸ô\x13 "
b"\x03\x14 z¸H0Mô§FЦìøÎà "
b"\x03 Ɖm$`G¯¦Ç|à@F`t "
b"\x04 ÖlH2ÖEì‹_f¥g\x1D\x1A ¬ "
b"\x04 ÞÂ\fŠO@‚}¸[Ü$Mß "
b"""
\x06 y3õ\n
wAõ°â¡X¡@²i
"""
b"\t jÊ\x13 æPLÏ‚¨ÁlïLØñ "
b"""
\n
1úáüåNP’†*zíÕ
"""
b"\r 8VÕîðK=’iÜO@ÕÖ "
b"\r ã‚æó\x1C J\v ŽŠy&áz°[ "
b"\x0F lVÌ{uH€¬uØv‹|ºî "
b"\x11 þ¥ýÖŸK\x11 ª±´©äl\t @ "
b"\x12\x1C Ø\x7F\x16 ?A\x1A ¨šS>V\x05\x00 è "
b"\x12 H:?~ÒMb€d73,¥Y "
b"\x13 ¼–´&5JK¹{t*°ûb„ "
b"\x13 ¾\x1D Tn–EÉWÁ\t &B\x02 ; "
b"\x15 âô\e <A/ºa\x1A gQÝçã "
b"\x15 †pksD\x19 ®ó9"„Ϭý "
b"\x18\x13 Ð…W\e H\x10 ‰“óPð„ ( "
b"""
\x18 õ†\x0E \n
wH\n
¾“ÄW]‹@)
"""
b"\x19 ®jÔÏãE²œ\x01 [¿ÇBiQ "
b"\x1A kL\x00 øÒHA½&«í·õ\x1F þ "
b"\x1A õá‚cPIí°\x04 ¨ÔãiŒÏ "
b"\e h<\x05 PaH.¡9³\x07 ý$~ "
b"\e Ãt€m-B\x13 ²suæ\x07 ç™6 "
b"\x1C ø3¡_SBΈ\x0F q8¥\x1C öC "
b"\x1D õZ ôñI9¢«ç\x16 Æ$J£ "
b" :²S¼nAL“q¨…»à]- "
b""\x1A m§31H\x10 Ž\x1D\x08 ~$\x04\x19 a "
b""‰\x11 jXÁGh†¯\x13 wZ}\x1D ½ "
b""õ-’\x03 WJl…¼Ò¹¸Ü\x15 K "
b"#\v g#-*H1”\x11 ósë? "
b"'ÛÌ\x01 ˜3GúÞ‡\x12 ;}-& "
b"'â\x02 µáÓH“ˆ–\x17 Rqùtn "
b")\x01 ge¿¾Dï”§?@Ú&)ß "
b"*\x14 橨J/€þ\x01 |¼¿ÆN "
b"-pV°QùGÞ·däø¨³Ï€ "
b"-•V©á\x7F J\x1E ŠáU\x12 zޏ| "
b"-è»ü\t šFy²w>T¬ > "
b".t\x01 ޵\x00 EìšÙì};\e ®ô "
b".†*\x11\x16 Nm³ËŠÝ¾aèo "
b"/Ä\x14 €IžDã·ˆÓAU‰<\r "
b"2-–qìAKLŠaWÇ\x0E 37, "
b"""
2A†µ>¯A\n
°¼Á’*¼ï¿
"""
b"4]ù³ÎÖK%¦„j`ša\x7F "
b"4`E\e 0-Ln¨N·bôÿí³ "
b"4»{\e +öAŒŽµ\x1F ôUü~Ó "
b"4í’£{§Ls¨bõ\r ›S×· "
b"5\x19 aJ‘ØNO‘à¤|QÞ\x17 "
b"6\x01 R¦ÌƒO!¬¾º|„ \x16 ½ "
b"6<Þƒ1ÉOª›/‘°*B¢ª "
b"6¡z3\x1F ïFD…\x1D\x1F À\x00 ‘ÔÆ "
b"7@P¸¿+D¢–ò-²0èg¥ "
b"7“—gF*CzœÃ_\x1F „/\x10 ÷ "
b"8\e @©\x02 JOû¼å\v ×ÍNžé "
b"8˜Øã\x02 ,Là†Êÿ\x17 †IR) "
b"9ìöð¯"H2‚ê¹æ“‘h» "
b":î}8\x7F\x08 Aݦ\x07 3˜£nü! "
b";¡£¦\x1E C‰›&ø‘žPd "
b"<ûzM\x0F CC%‡@]ê³hÈô "
b"=cþþU[COŽLáŒb¬T\x19 "
b"=‚wKÚ]BÅ»Â\x19 ÅI^Œ\x03 "
b"=\x7F ë!yKÑ«ôáäzº _ "
b">\x04 ÐÇZÌJ¢ž“ŒD\v ˜„? "
b">#º¦¼\n NÖ²\x00\x1C uÌ"\x06 ‘ "
b">‡¬\x1A 3ÍDɸðHëçJvZ "
b">´¼Ò\v lB\x07 ·=yÀûñ\x12 "
b">Ê52\x06 ¸Iì» ²íRÒw "
b">ΊZ¸F1¸ºÂÊ\x07 ôL "
b"?cjq°ÌBA¿3zZÅe\x07 ì "
b"AQ¶l<MB²¶Ë¾ÙWÅ\r ø "
b"AÁ‚\x12 nàM{›ø|Ãt\x13 éL "
b"BY¥c\x1F ŽFd…=>æÞþá "
b"B[”È\x19 I\r ¿Ç¤ê)1\x01 $ "
b"B`Ôj,\x1C C÷‰«\x15 ó;–!1 "
b"B½«|î_NAŸix¾ÇKš· "
b"Ca|áénKó•FcŠ!‹l\x02 "
b"CÁ=â²eC8ŽCÈÏA’ ° "
b"DUwJ\x10 FNÚ•4,îwĹ^ "
b"E=kG€*B»»0aƒÍã\x06 Ú "
b"FÃ[)<.CŠ–4!—£ØB¨ "
b"GFö04uEý—vhæ‚N;þ "
b"Gœ,\x06 ³þFø™¶«jc8«\n "
b"G±g’‹@I¦Sµ\x04\x12 •P "
b"""
GùŽ\x07 \n
ŠMш”\x16 üc\e ¹´
"""
b"IìÜ_íÙBˤ®3@ÆnÑ_ "
b"J}å˜ ¾@H·u"àXZLQ "
b"K\x16 õI–uAö˜ý÷T]k\x12 d "
b"Lhò\x01\x1A j@’—ß:L2õ¡P "
b"M\x08 OEzg@\x19 ¼¢>FæCtp "
b"N_ìü*DCX©B8ã\x1D :®¥ "
b"N‚U\x18 }HDч*(”L\x05 ¿R "
b"N¨3à\r WHûš\x12 ÏŽ´¡eÄ "
b"N´ „:ÀH¢’6Xv\x19 5Ùí "
b"O\x05 yjf+FS¼é9h!C\x11 Í "
b"OŽÒ\v ÷+A²…dµ¯$Ühí "
b"Qåy°¾nFlˆÎ4Ðb'Cb "
b"Qæ·îÓ†J¥ºÁ—jD#s0 "
b"Sâ-±ˆ3I2³!v\r Òë\e ¡ "
b"Sü>mýŸM⾿S\x06 ò\x01 «@ "
b"U\x1C ífdKO[‘Q›\x19 xÐP§ "
b"U;ôg“ÎJtº/5SpÅ=L "
b"UkãaÉ\x1A I\x04 «“^m”=0% "
b"U›A³ûàDÝ€-|¨'3sÉ "
b"Uå§ïáëDãž\x1C *H;\x13 šn "
b"Vãç‡Ýè@á„—ò\x0F V\x07 Pª "
b"W2;…À@FñšFACó\x05\x07 ¾ "
b"XØr²¢mFuª2ã\x1D ,1áW "
b"Xå\x18\x17 Y[Eÿ½íae¾\x1C ÓÎ "
b"ZŠ\r ñ£B\x1F ‘\x13 âžÿAdþ "
b"[\x0E (û=I\x1C ®'}Mͦɨ "
b"\\x07\x07 ¤k%H½ý–ê³bMƒ "
b"\Ÿ\x03 ¶rzFUµ™i£—[2o "
b"""
\̸,úœJ\n
œ÷8\x1A Ôø¼¯
"""
b"]\x08 êpÜtH¸E¨n$\x00 |n "
b"]\x13 ½·’ I£®k¡sÆIaM "
b"]3‘ÔAÓJ#¢ÕÐG\v QÉ "
b"]W£µÄÙJ6”\x17 }p‰@[å "
b"]e„\x04 ‡šN\x0F “ïO߀D\x16 % "
b"^\x1D 3û\e JFÀ¸9e¢Ð<£O "
b"_†vC\x1A ãM©ž\x1D ‹/™; "
b"`ì0nxCX¢†\x1A WT\x18 ëé "
b"bgÎw4´J’³€0x¦¿6\x04 "
b"c*sW‡ÍJh‚\f }FGsÇq "
b"cŽg\x0F ÊeA–³[Þ¤¯\x18 ÿî "
b"dGVVÎHDZïfÍ\r \x11\x1F @ "
b"gEBÙ\x14 •O~Ò\x1D úÔûKÖ "
b"hË{ÌÌ\x05 K&±2\x03 ²?·‡n "
b"iÝÓ¤\x7F ÅF\x02 v󼈗œ¢ "
b"j/¾iß•BÎŒ~_d\r g’\f "
b"kK\x1C K¡çGÌ„1QÔ\x15\x00 µ0 "
b"oÔ\x1F ;\x07 AD¸µãÙšûÝÕ+ "
b"qp‘E'ÇHø·ø€}:Õ¬ÿ "
b"r4\x0F ÏT.@,¾n.˜šcq\x0E "
b"sHãÑ\x01 ÎIÙ•Ýg6\x02 Þå” "
b"t&\x07 2~YGn¯á˜Bgñ| "
b"wug\x00 ÖrI‘¦Öñ{_'Áu "
b"z&Lh@<CPªé™à‰póá "
b"z‰\x0E KžJL4½°9ÓÄåü "
b"zÕ\x07\x12 –ÌBbŸc_I‚>Zf "
b"""
~ ¬Ò\x1F ¢BО_@î&\x04 \n
Ê
"""
b"~Þ\x05 ˜\x03\x1F O\x15 ¦üeµ¡*× "
b"~åðãï÷@°¦÷<LÛ{ü‰ "
b".\f ª\r ÇOy‰\x06 ›š˜¡\x10\x7F "
b"ü±eÆ\x00 H\x19 ½U´Af´Í "
b"‚×7é,³KV®r-ð\x15 ò¢4 "
b"ƒQ<‘7Jx„žvÖžÅZŽ "
b"„DñDЬO'Œ6•æ-ûGS "
b"…¢4\f / @þƒØÊÔ\v œSA "
b"…ç\x05 ˜\x14 ªKòºã\x1A ÒN\x04 „F "
b"†V~ÇK–‹ÞÊô/%¸» "
b"†ðÅ>À¥O§ž\x15 ëÇŽ§G¸ "
b"‡!ñ¬bEE\x18 ‘\r ¡Ò7õ€J "
b"‰ø”âlÕCkìÓ˜4‘Šw "
b"Š¢t\x03 ~ºB¿Š0&\x08 jUfÏ "
b"‹cŽ\x10\x1A ¸E?€?w~^+= "
b"‹'áaF¤a•w—²\x0F “ "
b"‹×æ $uC/‚ÿ߸QˆÄ· "
b"Œt+ªAÙE\x00 °PüeðºÒ) "
b"Œ m\x05 È @ô°&ø]mgË¡ "
b"Ž%¥C”´C’{~ûpQÍa "
b"Ž{å®Lg²\x1E ²\x08 €•` "
b"ŽéT\x02 ‹9L\x0E ±²™\x10 Ø\• "
b"Ž~øÌbÄI*œàáê4XJR "
b"É\x05\x1C ]fD¢UibËV¶| "
b"\x03 âVÜÍC<\x16 °±ÊM¹Ô "
b"“\f ùþâNJ¾\ó³+£,õ "
b"“{\x06 ¹**@\r ³S>×LÀ½µ "
b"“Ô£ôµEC½(fy•ñ»^ "
b"“lûF©Œ@\x19 Yg\x16 ý¯ "
b"”?^„f\x01 IçÂ0€(¦; "
b"”eL\x1A LˆI|®B75¼±¼h "
b"”€\r š(&OÛ§\x08 V¹-õam "
b"""
”§\x07 ¥\f óC냒Brv\n
@æ
"""
b"”á` l¨Nú¨ÞW&‹|´a "
b"–\x7F `Ù5·K9‡Ž©\x1F ý\x1A üJ "
b"–½r“ÅpBñ‘\x1F\x01 r8…©¶ "
b"—Z@ã\x1F åCVjúáC¦tý "
b"—ߢ·@N¸T\x12 ‘1#Å "
b"—ñž\x05 ß.L5„§2‡Ðj¢œ "
b"˜E?¢\x11 ûC\x1E —1\x12 Äí<Ne "
b"™[Í´ñÕFr”îÃ\x06 –•+u "
b"™ˆÒ«NEJN³\e\x1D æs´;ñ "
b"""
šXm\x17 _"G\x0E ¶\x03 \n
쥇"+
"""
b"šëä;\x19\x1A G±¬Í›KœÞ$ "
b"› ú+yÒ@*ŒNULÆ\v `¼ "
b".Jï·JO4ž\x13 üŽ—ê "
b"ž9ƒ<0ÙA‹«”AoÍæ˜@ "
b"žtמԄHñ“o!>S¸\Õ "
b"qíí(\e FÉŽv\x17 ¸›Š\x01 "
b" §m6…4DS—íÇ:_\x02 À3 "
b"¢>°þß}E<«\e +º¯¦r¿ "
b"£Ó\x15 ådªA)‚jÉ÷Œißb "
b"¤VPHd\x1C B\x19 ¬ÐVÒd\x0E 0\f "
b"§ñë›òŽJÅ ¡Ò\e \x02 $™ "
b"¨(»ËŸàKB ¯2î¦þg¼ "
b"¨º\x1C MÐ\x04 Ià‹Ò‡½uŒ‹S "
b"©Œ€/ÿ?IÑ‚\x01 ãÿa¯p? "
b"""
ª\x04 ý\x13 ßåO´‚\n
sw+«ÁÎ
"""
b"""
«”\x05 ,ÂéL¢¡Þ\n
çFÔÑs
"""
b"¬o~YÐQAÛ°,-ã㯴9 "
b"Tåzò£I\x01 –;‡ßååW\x11 "
b"^P\x07 0¯@I\t ¼Î\x04 † ? "
b"¯\d¡JÄE«\|`üŠL\x02 "
b"°\x1A a¡)B#Žš<ØŒb\f\v "
b"°)D»•úBƉWáãï{.¿ "
b"°n\x1C 7»oKw«øÉr˜½G½ "
b"°’÷\x07 s;KöˆpG]\x1E íŽÜ "
b"±\x1C ùIèZO»’"P´Ñ~”» "
b"±‹\x01 $Î!M\¢í@±fc¸ "
b"""
±é?´z\x07 G\n
±ˆmHÂÝ\x1D
"""
b"²GÅ\x19 Ô+L‰´ÉÍŒ(%ù "
b"²^tnBûNF¹°\x10 ¬ÈÜÎ’ "
b"²ø„NÖ:B4¨ÒñßC[.U "
b"²û Ñe\x1E HÊLД\x00 É8© "
b"³Ëw»:øL}Ö{ú\x14 ¿Ø¦ "
b"´›X°4$O?«,ÕãÎŠ× "
b"µŒcÞì@?¤£ê\x18\x1D >& "
b"¶\x11 *‹§îG\x11 ·hé!’$eP "
b"·sùÜÜ`BŠ—‚b0¤õj‹ "
b"ºÏ\x10\f ¬ËBÓ‚E‘\x13 ò›A "
b"»R»¡”éM£¼‘VxUfò= "
b"»‘,dòüA3މ·]\x1E ¨ì^ "
b"¾ü\t \r \x1C ÃDû¦¸\x17\x17 Üd)S "
b"Àr€\x18 àùD\x02 ®R!Ƥì$\x0E "
b"Á\x14 dœóÂI\x0E …Aý\x15 6að® "
b"¢٩˜ÊG“•â>K|´³¹ "
b"ÃjÊ\x15 mªNR½Ö<›\x11 8kF "
b"Ä”~“\x1E GN*–†8²lø° "
b"ÄŸåÚsÞE·šyUNñW±— "
b"Èi‘ìþ\x1C @K¦¤ÇûÅ= "
b"ʹÑ`‹9K\x11 ¾2Ø\x1F\v\x19 "
b"Ë#ðˆÀN@IŒ¢è½x¾\x0F ì "
b"Ëz\x11 çÞÒAæ´\v\x07 Ù'\v\x1C µ "
b"ËéÄÃæÛKÿ„\x7F 1X\x03\x07 ¢ "
b"Ìwgƒ¨fNƒ¾ª\x15 àûmªh "
b"Ì÷QÁµ+C\x7F §š<ÁÞU×\x05 "
b"ÍUä6\x17 XLL›‹Ædÿl*) "
b"Î)°‡È\x03 @ê’\x1C ȣ̲të "
b"ÏGD\x02 vÃJž¹—‡ ÏLO† "
b"Ï‹ä+\x7F TM§‹–=\x04 8R’M "
b"Уs{·-Gy¬É¤œ;pèn "
b"ÒÃâöJ’J츥9d\x07\t ŒÜ "
b"Ó¨\x05 ïu\x06 B]´³ã[Š\x04\x1A [ "
b"Óìe2\HÀ¼ÍQøKÈlÌ "
b"ÖÓDìN;LüµÇEQÕ>n "
b"×[µ¦f\x0E Iò—™§#TæMÿ "
b"×ûG\x1E ÑYBÌ‹\x07 x~'æè\x1A "
b"Ø-Å6ÉÜBÝŠÞ ¹6Å\x16 "
b"؆X€‚ÉE Êš|Å^í "
b"Øeïý\x03 H¹\x04 ¿qàƒf´ "
b"س“ÜzqEG·\x1E I\x01 \r 'h° "
b"ÚLÛéVÜEô†ø\x14 ¤,o¸ä "
b"ÚË\x06 eˆFOM‹#§‰öe· "
b"ÛýX\x00\x02 RCÝ€«A½†)\e "
b"ÞXgPÒ\x11 Ah€d‚R{^Áª "
b"Þñ®ºa7D?«H\t ´˜²ñö "
b"ß\x11 C-E¼E,¨“˜æEŽÞÿ "
b"""
ß9ºÁúÛF‹ž\n
Ù\x1A û7aS
"""
b"ß’\x1C Þ\x0F ÈKÎŒù·AßÅ·¡ "
b"ßê \v\x11\x08 Bˆ¦ÚBO_3m "
b"áØ\x1A Ó2/H_Ÿ'<°µÇÕÊ "
b"áå\x7F Ÿ\x06 ËD±š\x7F Ã\t ‘.J? "
b"âõz\x03 Û¦Bp‚\x1A æF…,¹w "
b"ãEÀÞ·"Fù“\x13\x1A ˆL4É# "
b"""
ä\r œè¨¦NϺ\n
ëÆ¢ûj
"""
b"äÛÁFÓ4A—¶„Ax}Ni "
b"åww\x00 æÊ@b¾ka…ìŽÃG "
b"åå\x04\x01 AŽDM¦Î-<¦\x03\x0F í "
b"æÂÙùê„Iƒºi©“€:|ý "
b"ç_ó¡v\DªƒîäÅ4˜\r œ "
b"çdBÏ÷ºL°¦X’îÑ\x0F šd "
b"""
ꩲR\n
åJa¼T¯X¹ÝLu
"""
b"êÖÐwª”@]‡¥|Z\v\x14 ¤ø "
b"êÚ09\x17 õJ㢒\x16 «ŽþÄ® "
b"ì÷œ3Ù|B±œêÀªÒó’a "
b"í'f½ÄzMà¦n\x01 ùoí¸Æ "
b"íD[d’?KΦ^T\e àŽ…\x14 "
b"î=Žìm\x10 @X©jŸ\x10 U*\x0E \ "
b"ðKEw‰YF\x08 ›]ú\x06 ,»ô™ "
b"ðˆ™½ïzL¹–\x14 íˆ\x10 H\t\e "
b"ð¦‰î=,CZ‘mé\v ¨\x19 J\x12 "
b"ðÈ¿¼RýC3ƒtN'HÓÿª "
b"ó\x01 û†ÌÕL4®™\x06 ™¸†á² "
b"ô{t2*•Dg»–§›\x1F ú¶ð "
b"ô°,K¢ŒC¢¤½ú\x1F ©Ãé' "
b"ôî\x00 Û±ìJW›|‰æu5iÚ "
b"õXéÜÎäE\v ¡ÃgìÍ\x08 -` "
b"õÆ,\r žõE™‘[1ôzª\x15 \r "
b"ö7¹\x04 dÐ@\‘Kšª\x01 ýKó "
b"ø;_m¿^It°\x07 SVÐð¡è "
b"øÓ+T8‰M^\x0E UÝ\x00 ˆ? "
b"ù\x07 œÿ¢ÁAå„\x04 bÓÔíõv "
b"""
ù\n
—ÖY¥Oï®»\x04 /.s˜¤
"""
b"ù=oƒ5}@$–\x1D LV\e §* "
b"ûb¸pwF‹®–°¿nÙ "
b"üyE©¦aAè°ª^ŽâÖýh "
b"ýw-ü)A\x18 ¶UÛMª \x02 ~ "
b"þ/øö¨õH\x00 ‹\x01 ?îÎ\p "
b"þãâi{FiµÞJ'Î']Û "
b"þÝE¯3¶MNšîe|+öŠG "
b"ÿNù^þòAø²jÝ\r Îz$\r "
b"ÿk_YNæJ‹» \x02 0,Ú²Ô "
b"ÿ䱜\e §E1‰q0ª–Ð25 "
]
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 (0x0103DC5C55D441C18B5AFB9DF8EB0451 , 0x016F2894AC0846F0BE7D23306DE9662C , 0x017070FF38864E28975E89B3D83B4D2D , 0x018BECA0A041711DA17FE1A3CDFD6FCE , 0x018BECA1044174498F21D5063FF6B23A , 0x018D9CE17C117426995AA295619DF2B6 , 0x018D9CE217CD740BBBDFC9EDBC1A1AEE , 0x018DF4B7AE197190B088E722AFC2F208 , 0x018DF4B7ED377F9AA1ECA8E33B99F07E , 0x018DF93B52177483B088122A8E04834F , 0x018DF93BA0397A51AFA35634829FF1D6 , 0x018DF93BE9BD7F38AB57727864156AC0 , 0x018DFA3304957B97B2E3F42C051ECBA7 , 0x018DFA334C5B7A0F8C62715E419F1612 , 0x018DFA3382107B3CB185B895CC62BFF9 , 0x018DFA33AE9C74C29BF69D033C79A921 , 0x018E08B062087F13BBF9AF7DA2E0A8BC , 0x018E08B0D686729C806641C729650A8F , 0x018E08B0F5AC78E487123316666B8F12 , 0x018E0E7F95B678BCABC3355BDCFE835A , 0x018E0E7FB0FB7FE0AC012CA9744A4E9B , 0x018E0E7FC95F70899C27A740B6F13915 , 0x018E0E7FE0FA705CA033926DCB36A8C6 , 0x018E0E7FFA5771FD8F7BC62A4BCEFBED , 0x018E0EE170747AF59196EAAC93B8ABD3 , 0x018E0EE1FB9770F8949E09EEECB21C66 , 0x018E3C25D2737671ACA131D25BF5E3EA , 0x018E3C2609FB73CCA76587A949C98AAC , 0x018E3C9FF4E57113B24149A782083F1D , 0x018E412A5A197455840E0385A0303DB8 , 0x018E412A7AFF7D7A8A2EEB7D531F36C2 , 0x018E565F74217FF6A16DA7E0EEA1484A , 0x018E9ED41B8E751CBB26E4AE99C0A1E1 , 0x018E9ED4AE337B508FFA8F4C9853EB0C , 0x018E9ED4EB34711A89AAED98A6C81A93 , 0x018EBDCC1E797C1A997B1D8055C96B31 , 0x018EBDCC59447D0B9C8BC92E9E5E892A , 0x018EBDCDCAA474F0BE9F7BDE55EA4754 , 0x018EC1E891D77B54B4490FCD8C8745EE , 0x018EC1E9A3BB7EA98DB7C271F398B5B2 , 0x018EF0DB384C7382B7D2973F06BB1F44 , 0x018F0FD58B9F77FFBB55FB144A2384C9 , 0x018F0FD659EF7C26A535EB145E05F5B8 , 0x018F0FD6910D782EB032A3EF3D6612A3 , 0x018F0FD6E1D2796B916FD9018D157E64 , 0x018F0FD72556727DB71BA1D08F224361 , 0x018F29307A99735FA19A777F0A3FD39A , 0x018F2930BABB75B2948531B092C54803 , 0x018F294B570D70E9A1F043EB6840C7F9 , 0x018F294B8C72762E8A25AE071BC600EB , 0x018F294BC5847086B1BA4516CA520B70 , 0x018F294BF3577CB5B3965D3C0D9B4722 , 0x018F39813EC3791E875039C4865BD9EC , 0x018F76DBA94B731C974D92465980F46C , 0x018F7B6658EB723E80ED25C999A7269E , 0x018F7B6694677F98AF7EB9FD88327831 , 0x018F7B66BA497BE1B09F11213D934AA6 , 0x018F7B67069F799FBF226A50763AD0C3 , 0x018FC83C6E5F7B8A9BB038F558DC464A , 0x018FC920D92C7959AF72DFE8E1BD624B , 0x018FC921074A7E439B20AEFF84F97B4F , 0x018FC92162D175039AF128001715700A , 0x018FE3616B177D4D81C5252EA62333ED , 0x018FE361907D75FD85C183EF6422CA85 , 0x01900B9A9BB87C35A8D76938BC540C88 , 0x01900B9AEDB87739A514EB128A9D7646 , 0x01900B9B266972AC92FBF8E93F02C358 , 0x0190119E20AA78D4A18908D176CCAAAC , 0x0190119E442C7929A8EFC6125762CDEC , 0x0190119E7A3F7479830F5CFD4DC5B82E , 0x0190119EA846719995A58D623D336F92 , 0x0190119EE69A7958B09723EBB227C7E0 , 0x0190119F1DAF7DFC98DC53425C694CB8 , 0x0190119F483E757898B1C939FF6EB06C , 0x01902A8C90657D39884207F6619B99B2 , 0x01902A8CBEBE7B1E9D5E424BADB45249 , 0x01902A8CF9AD7420BA12076E4D7CF299 , 0x01902B0A4A427095958A027D0FE5F669 , 0x01902B0A70BE7177989552CA9D069361 , 0x01902B0A993B7E1DB48F4A162E7A1D59 , 0x01902FC25DDC78CA8A71D309AC6B98D8 , 0x01902FC278E5730C9DF7E3740CD05620 , 0x01902FC2968D7C98BAB5892B0675B743 , 0x01902FF33C22778D97A2C3B8147B8DA1 , 0x01904A33041E77D9B5FF8252C8D8BDA3 , 0x01904A334C8171548AEBFB070FD0DFCA , 0x019107D460FE752B955609E0D6E08B42 , 0x019107D55F5D77B48EB83B9FE98C75B2 , 0x019107D5C5B7705DB4324F333FDE7E8D , 0x019107D63D577F869AE31D2E848A8FC0 , 0x01916EB8E1477A749CB379AEAF83987A , 0x01916EB91E4474F387926811868C7978 , 0x01916EB941947FD6A33AE80B693B1CC4 , 0x01919D0DF53B78F79B9D52AF57B27665 , 0x01919D0E5696749BAE381F29B2B94B32 , 0x01919D8BAA2072CEA0543FC6FD8F3ABA , 0x01919D8C3EB476C3ADF2246A8281A591 , 0x0191B73E36EE7F63869E6BE4CD80B6BC , 0x0191BC3A06527ED2BA4A6995FF6FF1E6 , 0x0191C675B5A97E649EA8E9DFE744ED77 , 0x0191C675DBC979B9935EC26E684A888A , 0x0191C71C9D76754FB630127F803E58E0 , 0x0191C71CE79273F99A26910D00851C31 , 0x0191C71D3271749CBE0565B7BC5F398E , 0x0191DBC94C487DE9B543C81D64930998 , 0x0191EB48114E7478983B2CECD7E85C24 , 0x0191EB4833F970E1B26EF3EEE4519C22 , 0x01920504215D7126B77C05543418F429 , 0x0192287E36607A92999F7A1981BF7585 , 0x0192287E66967655BBF10BE47BCF0D94 , 0x0192287E814773BDAA6E3CA6A03AD8C7 , 0x0192287E9B1E769C904E5B829D6A6043 , 0x0192287EB58979D3873924861F68BF92 , 0x01922DA3F03873689A0522A5C15F0BAB , 0x01922DA44AD372E792D0D54EED11AB37 , 0x01922DA4691A70A1805FE4AA46B77DF9 , 0x01922DA47D1A7AC38AB11EC353B44AE9 , 0x019241F4681277D0B535D781E1F0A300 , 0x019241F48BCE7C82A59C091A6595216E , 0x019241F4AA42747CAD3F0361533AD5DA , 0x0192430EDA057D298C0C95997CA8C3F1 , 0x0192430F02B37DF9BB47F10A5A11593E , 0x0192477E80D17CF8B820FC8267AB7446 , 0x0192477EAA4F79A5BB15455997186E96 , 0x0192477EC5B47E19BD11D0AF241A724B , 0x01924811E6E87A1F955E05C71A50458C , 0x0192D768BD0A75B08758AE1C0A79ACC7 , 0x0192D768DCB076CF9CA1E2D692C4D9E8 , 0x0192FC3E958D768C9850C9F79A4D7D9E , 0x0193016C3FFE7D79A06F279198248AEA , 0x0193016C811A732B97EE31E361D716B4 , 0x0193258C375F72AF8C12661A368487BD , 0x019329EEFDE37C3897ABF89954960F7E , 0x01932FC6620A7CB4BF745E04709AFFBF , 0x01932FC67E027377B82C52C6FF78445A , 0x0193720E92C97601A3D6F3ACADB03571 , 0x0193720EFA247550895705CBBA6BA463 , 0x0193723F72F977CF9EF22C151253257F , 0x01937241E95C7811805155721B4BD6EE , 0x0193724204707222AFBC894EE3DB1BF6 , 0x0193724221367C81B139C8CDB7BC3B29 , 0x019372B31AB07D5B95C30F2BAD48E1AC , 0x019372B34C6570CAB79A04B5ADBAD592 , 0x0193779BF9E672E7AC04283B4FF1ACFB , 0x0193779C3ABA77FFAD77A9F3CE1C5D9E , 0x0193779C678C7B139625EBC1C898AF94 , 0x0193B54E363E76B9B81B520C94C54949 , 0x0193B54EC34078D582638E9C920EAEB4 , 0x0193B5E9266277E2A2DB445A56B24B32 , 0x0193B5E97ADA7A7BB31F7604885500EB , 0x0193B5E9A02B70209AFAF3437C6A455E , 0x01942BD5183372AAB4F593C04C78FAD0 , 0x01942BD5353F709EBD42166EC6BECCD9 , 0x01942BD54A8978318E2029C10A0CCE90 , 0x01942C37E02A7263A09CF1DBC97868D0 , 0x01943B8C97E9782ABF93DC51759CFD48 , 0x01945FA7B83277A2A6B70E4A0F66F485 , 0x01945FA7CA34745AB1B6685059B8A650 , 0x019492761B077276BAC620476F914BC9 , 0x019492763AAD7752868425DD587DCDCF , 0x0194BB75A4C2783DB59736F4EC29D821 , 0x0194BB75CEDC7560A182AC7145797199 , 0x0194BB75EE1C7232B4111FEB26CC13F7 , 0x0194BB760CC8738AACF9F90592A45742 , 0x0194CBCA9AE87AFBB4CCAD8016D48EE1 , 0x0194CBCAD0BE7D67B94ED8F5D3F01AAF , 0x0194CBCAF1C57C4480DB966B58C2B42B , 0x0194D59477C878C7840B70E24F223112 , 0x0194D5949A28767486335638B31ACE9A , 0x0194E080018376B1A28F808FED42E305 , 0x0194F48FE8BF784D872EF716B16FAE38 , 0x01955B48B5957FB8A7AE4485EE8305D5 , 0x01955B48E12D7B7892BA26FD57906838 , 0x01955B4901247C7D9EABD12ECA55B1CD , 0x01955B4921637293A01C2C5EF8F47ECE , 0x01957004EB707DD69F4268B1FA1137FF , 0x0195805217D977AFB47E2643BFECC0A2 , 0x019584CB24E77331B2933BC2992AB5A0 , 0x019584D9F48F71679A42A5BE906C72CD , 0x019584DA0A1B79BEBF4D316951E06830 , 0x0195856C9D507726ABC3A880CB263C22 , 0x0195856CC36E73CBA6213F1D70A3E35C , 0x019589D639B3795B8D380714A80B82B5 , 0x01958F915B19783C9A5F5035A4D14FE8 , 0x01958F918FC871ADBDB17955D1093709 , 0x01958F91B8CF7A8ABA1C782FCF0D4A53 , 0x01958F91D8247415A9C1A74E8C58F266 , 0x01958F91F8597B01BF016D45FA1B60EE , 0x01958F922E387776989C7D183E51C4C0 , 0x01958F92538C7756880BB9C2F488BC59 , 0x01958F927AA3770C837D733001355D19 , 0x01958F92A36C789DA938362EE5E347BB , 0x01958F92C5FE7672BAF5A6128E5D2B72 , 0x01958F92EE2A7B8CAC9E2926451E6AC9 , 0x01958F9311287472A7D38E768DA0C1F3 , 0x0195D7252F4179EB9853567ECB3D6136 , 0x0195D725470B73E9A84FD1B3863E91F6 , 0x0196343B695D7C38BB50312916095380 , 0x0196343B8E0F7D21847FE52330817AEE , 0x0196343BB92D7C359C3704C9C1BD17C8 , 0x01963D8E71217810A3EABFD8E36556BF , 0x01968155AE6778B48C77698A71A01B62 , 0x0196D856F9A678F9B3CE4D16E8E18C7D , 0x0196D85716867629BC43A7DBF3F46FD4 , 0x0196D8572D02799AA583ACC46508091E , 0x0196D857491C7F58A6DA2E54632FA143 , 0x0196D88A3B1A7E768C9EBF3631AA854D , 0x0196E7C7092E704FB9EC1A3182A83567 , 0x0196E7C721FF7E0D927D9537D4F6D232 , 0x0196FD062F007746AB23134FE212FD2D , 0x0197118079C47AD6B78FDD561D7B5F49 , 0x01971180AC0E74BB8F4F535251466623 , 0x01971180D6087EA5A5C1FA1386CE12A7 , 0x01971181019E791CB65BE861BF50E690 , 0x0197118135177392B3E18A871645C084 , 0x0197118168647BFBA0D890D97A379B11 , 0x019720743986723ABBA07A549BCAF72F , 0x01975E0000BF72B9AA13C2C001A83E20 , 0x01976340892F734F918CB9385B72EB9A , 0x01976340C037722B92F7C81C832DC4B2 , 0x0197780ABA947002AC2B43B5F3E8D4AD , 0x0197780AD27D76A99E4D64AE6123176E , 0x01977880C38179D2924458EE6F4CAFAA , 0x01977880E82F77EDA4A2516881055D04 , 0x01977CDEFA0A748AB79CC0A9FAE28C6F , 0x01977CDF0EBA7DF4A44F27B530076505 , 0x01977CDF9513762BAA33C29871D6707E , 0x01977CDFC7697313B6D4E9B6AEF9A27F , 0x0197873A52627A3D999B9F9424D7531B , 0x0197873A7E3D703B8264FF348B5FA64C , 0x01978CC97F3476A78F9F83FC643B5160 , 0x01978CC998747FF3AB8EEFB80B9D87C6 , 0x0197A11451A1711E8A6BEF2EF9033DF5 , 0x0197A18F62907DAAAEB22A3B5AF06C46 , 0x0197A1BF9D29713FA0785D187440DDB3 , 0x0197AC10936E7E2C93907ED293664C77 , 0x0197B14438557CFEBDD79C7E0D461F3D , 0x0197B1447D5872A5ACF580D9E81F7104 , 0x0197B145890978E9AF7782851B2835F9 , 0x0197BFEA2FBB746A9946544DFDE414B4 , 0x0197BFEA55797FA288B4168D536EBF0F , 0x0197BFF59E057FA99C1C9EB6D137CEB8 , 0x0197C0AE02B57877B277C4FF378A4CE2 , 0x0197C59A8E3B74EFAA21F1166D93B365 , 0x0197E431AFE77954AD662C3C25A783B6 , 0x0197E432CA0470B681653AC4FC2F86AD , 0x0197F3FE6A2A7CF282BCC4D8A86147DA , 0x0197F3FEA462741C82552F64E8F4421E , 0x01981C875CE17D418DEFB3934C3388B3 , 0x01981CAE3FB37E97AD2D990C4818B38A , 0x01981CAE5A0A74B399E46F98ECEE9737 , 0x01981CAE731673758398684384D38C83 , 0x01981CD58A237BFB90721565615FB941 , 0x01981CD5A0497D4DA32BBFA51DC7690A , 0x019883A17B837231963F9C03A64583CD , 0x019883A1B55C7FD59C6FE47AFD1A6CB0 , 0x0198C6E3BFB17570A96627B5B4391BD6 , 0x0198C6E4B45678AB922033520E086435 , 0x01E65B39A25C4700A1E54A44807BAE8A , 0x02773120E7214378A0AD4EFA0D18EE07 , 0x037ACF9B8B934E70A8A77CD85593BF2D , 0x0471B31A3FBF42C1A65CCF31A5FB63C4 , 0x06203936A7A74039A03364790ADA378D , 0x06F26C0CD9904705B4664DEE0E75A08C , 0x076E73862D764E508BC5B6BD004B01BB , 0x07F31E262F084CD28CFB679AA721A59F , 0x08C8A52CF9B04A88A122D81F9390477D , 0x098BC0B8966E4E01B23D4A6DB18FF858 , 0x0997384507C2405ABC635D8B8BAAE751 , 0x09A1B80904F04F37B0A9D8085E9CCF9B , 0x09E6E5E183824D459C0718C869A2C734 , 0x0A393C4792254A6DAAA145115B404A31 , 0x0AE914F3BBDF4DF99F5889A3B97E6FF9 , 0x0B5009CE60794493BC3FFEDB0A9973AB , 0x0BC53F7DCF494E0B958BAF318FB3C1CA , 0x0C333F1D161147F192DB0A75AEE94F83 , 0x0D3ACDD3DBE442FFA8D9DADC38551C9F , 0x0EADE1BE87B6436496C7D0D664C79457 , 0x0F2A9B005D494ACC9F5A1705D655796C , 0x10B38930FFB549A3AF30EFBE45CCB268 , 0x10CA3618D21F44F0B6ECB89284CCE2E8 , 0x10D53C8535D2408D83F689F652819C20 , 0x115013992021492BA31E1CE621CB23A1 , 0x1166A8F8C5D4434A8421FCD51BB319C4 , 0x1168C7EBBB7447B68ACF2F2F5984F8ED , 0x1169F7FAAF284575B8620A4343A64567 , 0x11FA6E4BC3D5411881DBF3FDB15317D3 , 0x128999787A1D4D31A56A54F7332147BC , 0x12DADAE1C49F42808B7C4D1AAA34D668 , 0x142F528EE98D41548564D16EE7804A1A , 0x16AD99587E554CDC9D57B8FC4FB2D5C5 , 0x175F65BC88C147EA8DAF4774A0996C16 , 0x17B542AFDAE74F148BC81C951D99E261 , 0x186EEDF035734E9C9DF9A38357372030 , 0x1895501093ED4FC1A8241280052B8C00 , 0x18E182F0D6814602B2562108EEE2099E , 0x1934272B09614E2693E859394EA84E23 , 0x1963D13127014754B624354E07224112 , 0x1ADD7C41AAA84B4FBBF65E0870DEA3C4 , 0x1B9E816B327C4D9BB1B6C5E62A3F0CC7 , 0x1D85BA8163EF49378B77102B3736A5D9 , 0x1E8010C13D5B44808ED564F3F7317D49 , 0x229F883B78CB4492875DC42C8F420E2E , 0x22B9479D93C8446C897A79A1F1B970A7 , 0x22CEB38B5DBB47F3B6B3DEB22E218647 , 0x22DE37A9F2F144E892617CC601162983 , 0x23859E65452F4F5FB7E040BF6656DA13 , 0x243164B806404CBAA6C5528818B52EEB , 0x246E6DCD1C83478D8CD2D227A9083952 , 0x25E6624E72E2408DB7549EB47981670D , 0x26AA4CEE97F4470CA4ED7538A9FD5FE1 , 0x26FF56420B3E44948AFF7A4D0CE0328E , 0x27110995464C4B05947FA2F059638124 , 0x2955950A93DE4B4791412DA1E5228572 , 0x295E775AE0BB45EE84E4A6CB6F3848F8 , 0x29D47A23F22E4200925D0DDA2D8E542E , 0x2A5811CD12774CFBB39F77464AAB8856 , 0x2B0D9B5C78D64E0AA472E29EBA12B95B , 0x2BCE28ABA70B42038CF02F0AD212E176 , 0x2C3476EA9C8A4EE9A176129F9151A218 , 0x2D98204AAE8742F48F1FC7B94C472AD3 , 0x2E5851840E33432FB4C72C7C06914828 , 0x2FA805FBA2B340AFA7826869E94B0631 , 0x2FE7F0C7006649F88D4F13B3997FC016 , 0x306D1BB8FCD043998A47BE57311B4F85 , 0x313EF3615D6648B4B5D078D94B154FC8 , 0x3141B029C6E74CD685E4096B7C52436D , 0x31C83F2A26F04755B01841A88645DEF2 , 0x32179C56773D4FED9FBA6BBCC1C85EB0 , 0x339D1A9C7F2A430C88665BBA37D7D551 , 0x33A7797FFF6D4E438092F08ED2B62AD8 , 0x33BAEA3DF43242D995EAB8E2BB08CB76 , 0x3563116580DC4C159F0FF82C9957E43A , 0x3609E7B6BD304324A6E1551A14FB90E0 , 0x365F68A515BF46D3B1BAC6AD016374CF , 0x36E751D221FC41F898FC9BB8A2F88011 , 0x3728A8F697EE4B4D947BAB04A64B1FEA , 0x37D1C55355EA4C5E81C0C2DB534B3889 , 0x38B5E8B407F44086AC00200045D5CAD9 , 0x38C6B522C56F44B29F576A49931108E1 , 0x3947CE02B4B54D7E9F68728ACA35B453 , 0x3B73A892D852410A87EA6BA390E14A14 , 0x3BB53BE4018741DEA6F710797F16DBC3 , 0x3C3A67B3D0E4477BA04B5AAEA843DD20 , 0x3C6CD6CBB1E7472F9FA765316DEF3C71 , 0x3D02F3E30C3A495593D7530C15C9C998 , 0x3EA176AFD49A43E480CDE11CE381DD56 , 0x3FAD892B70FC4C938EC834DE34F09FC8 , 0x3FCE344F43B1496B89B49F20D07AB273 , 0x40CF562672FF405B96C0F8937FF1EA6C , 0x40E664F39A374FCDBA6CFD92FF90BA67 , 0x4279D6BFCB2445168A5CA58836633960 , 0x428A5B2AAA5F486EA53EECE7C4F7921E , 0x431ABF31C5F14477A5A4EF585F217B7F , 0x4436CFFD60AB48538A27EFA1A4980861 , 0x44A260BC9C634552B84591ECBBA29EA1 , 0x45389F7517054679953BAC4EA583CBF3 , 0x473C6418DCBD4EE8ACE095EE1DC7DF2B , 0x4868E7B715A047AB992D3DA360B9108B , 0x48CB6E14C554495A9763504B07A0702E , 0x49898A9FB97243AF894612CA975F3513 , 0x4A29E6FE5F1E4975B82CF6744E65E104 , 0x4BEE4B4059754DBAA8A888915EC6E45B , 0x4D29A337169945668CE8FEA57516B120 , 0x4D9F8CDA9BF84E8387A2AAE461B8AB41 , 0x4E98E4265EFB4B05B4880474940C8A2F , 0x4EC5C3D8A25A431686F5F7A9FCB9108B , 0x4F0BB8E717894A7A97BE70669387CB04 , 0x4F6275B76D054D74BCF4F42F3A0F47C8 , 0x4FED58EF858740128C35D49C6F97D414 , 0x51A774436A124DBF9855824C6E05D505 , 0x52FC76CC0DBA4F8B86C75027A756702C , 0x52FEEEC8DB1C467FA8FA0E3CF4D9F786 , 0x537C4CA2C2D041B7AA002453CB410CE5 , 0x5544B165A02245298CC9EEA44A95C007 , 0x559514E9C4BD4402A5F35F2EC1E73C17 , 0x5716361C2B744CECAE41BFB5A961AA92 , 0x579BD31997D54E51B277B43F1BBC51CA , 0x57F019BCFFB245D2948BEE6E38819F28 , 0x582778AF107044E1AB541063F42223E4 , 0x590929B102C349DD8116DFE5781934F4 , 0x59E60A1752414B12B9CE2F4E3DEE8337 , 0x5A49BFDBE4264D22A811F6F0B5D0E606 , 0x5F578AEE99624D55A72B13A9788ECC93 , 0x5F6259D24D3D4E45AC4352C130837197 , 0x5FAA8279611F45868399C25232F8CEA1 , 0x5FD5BF8F5B6D4022A640B169BB0B177C , 0x6387D2659A454462B94E9B19503812AA , 0x63DD15F3F5914494B0712983E729A043 , 0x649A996CE4544D77B5CCC46E604B5ECA , 0x651F2A966E484A0FB9C368E944D599BD , 0x65D1ACC248544CADBD65F766AF89527A , 0x66FAE5380E554FD59AEA80C334F0F375 , 0x6724072DAF38437CBF91B345E2A6D13C , 0x6773B7C5DF5641AFB6AE657260BE56E2 , 0x68FC04DDD8CF4DDDBC6A230668A2D9FD , 0x6AB58B5CF9EE465FA76414879C66DB11 , 0x6B22447E3AB542C48548A2C15D5FD952 , 0x6D283923264D416DBF7337A757BFCAB9 , 0x6DBCC2B4295A4EF185054D53117C6628 , 0x7140A62821CF4FBD9747406A63C76FA9 , 0x716F5CC09C144BA2B1D549B05F6E55CF , 0x727ECC9B81AD431E8188495F0D9B3A2D , 0x72936A0D7BF64F92976641FEF707E1D6 , 0x7465746AF724491E9DAE3F6C3AE27727 , 0x747AC95F74B94C358EFB76793F4813FD , 0x74DAADC32E2A464B865AC101DB8419CE , 0x750228F24CCF469C941B0B42F11FE8A4 , 0x761EFDFF359A4A08836452FC315EA91F , 0x76287C9592394ACCBB47E69D18FBC8D3 , 0x76701583F9FC4E1C8BD4F295FF85C575 , 0x78E9F848DB5C40CFAF176FEC4BB00C56 , 0x793313728B784F00A910A24ABB03D112 , 0x79D3953E7ECE450F9B4BCF5B5AF1AA6F , 0x7BCDDA212FE04824996905FF979FEAE4 , 0x7C447A8EEC014C5BB91820353595993A , 0x7CD2667D200944C3AB727569F8626710 , 0x7E05DB610B0B483F9EE200C9D9BF728C , 0x7E8F9783CD0B4F51941F3496E6681D10 , 0x7E90087A23A64FE4924FF02227E15829 , 0x7F1C35550D714315953499A409BFCE3D , 0x81002D62AE55486BB72C23518CC9F806 , 0x815F644B87544EFE87B728EFEC6EF360 , 0x816440EA7A094120937A8DAAA063D410 , 0x8187587692304DCA8AF3089A14BAF861 , 0x8189D8F988F64139BC56CC221F6E7EE1 , 0x81B21144402048BA8A02BF1289AF9A44 , 0x81D68B1C665F44A0AA8873D500F72CDD , 0x81E663AEB0D94EFC888D6E9E8CBB1F2C , 0x82EE80F7B6144EFE9339E79B4992C896 , 0x82F6F456C1CB4AF58D18BCA0CE679CC5 , 0x833F4033E48C41338A8B133DC6EFA2F7 , 0x83D175EA24B74C599447E9E1BA9C83AA , 0x83FBD6F6AFF746D3A7FB4169206128C0 , 0x844115A684874966A537A4F25E7D9489 , 0x8497E37E28BF49B39D40418B1A98110F , 0x84B113FED0EC4377BFC4F38C21F42E41 , 0x8563F2DA8CE54CB9836A4878D6794B01 , 0x8578A5945B4A4831B88B008CC00429B6 , 0x86F28AA3A07B42F0A50F6382F7DA79F4 , 0x87DD0033E87C43A19F6847EEEC02BA85 , 0x884D3709246E483F8A4C601D1DD62C0A , 0x888B5D87B65C440585B052B581254615 , 0x8917E6A97653485A8A0E5C3CC3BDF3F6 , 0x8983DB77E3DC467795BF235E8D696F4B , 0x89EEC0CF1D804F2CB2B30F1B1A0E2F09 , 0x8A205A1369884528BAABF761D8AE2516 , 0x8A34ACD3826E44BCBD753DB0FD8E93A3 , 0x8A4CCB32FCBB44FDB288AE145D512296 , 0x8B547C3FD2004D399EA62CECFE52A601 , 0x8B7DDFE913504844A0F0B035073BFB95 , 0x8B9690F1DA644587897FC36B0BF8C976 , 0x8C1362C69DA549D4A8A4C32ED778E24E , 0x8C137F9D349A4B3484703F79897F416B , 0x8C57DAA784194A86A01F12322527DB87 , 0x8CDFAB83B6D7407D8FF4235B8F71081B , 0x8D8E5938D3D84E6B963D747D4B9B011B , 0x8DB5F3E8CF2E41E9B98090CC92F2FFEB , 0x8DE812AAF2624DBEAACCBB631BAED7A5 , 0x904565F533E34E598771DD790EC826BE , 0x915DC44AAE214475B1C1A6782AA4AE53 , 0x92797B54E5B34DF1BC41C10567656932 , 0x92A2176AD7904DF4B20EE7CC0D28D7F2 , 0x93536AAD31BE41C6A4851E374CD3009A , 0x945614646E2146BDA21B05ADFC81196E , 0x94816CB79C804DD28A99F3459C4B2F55 , 0x9537A84C27294D1286CCD56EEDF1961C , 0x9606DB0011F3462D889AFDBB5DBB2862 , 0x96184CB623AA45E999D858EB2CD027E0 , 0x962B99F84B6F4C5A8DA72E51C12F3929 , 0x96DE50C1112E4CD08D4AE671B2E6841E , 0x9819BF22F8574FB4BA6BA62465D20EF2 , 0x99ADC55C30394FFAB790BC0307FD78AE , 0x99DBC7E989364D12A246EC7F183006DA , 0x9A192F89FD8A401C99CFB0C5CD11D866 , 0x9BCAB38221EE48378986369DD5970167 , 0x9C492F2A55054F1798744210FAA2018D , 0x9C5FCB9B5FF4498B8A3B1393B41DCA12 , 0x9C7D475B1CC44D648906CF5C0904A298 , 0x9CCA9C43782B4F618CA60E2C19BDE99F , 0x9CDA5308B3F848088A295A4C59CF38F5 , 0x9D27CBBD0EA348C599B0B2939C1696AC , 0x9DD6AD54AE0B4222B2121F1F805AECD6 , 0x9E072E6DCEE8457ABB5F7AD9926ECA6D , 0x9E7C11DEE5AC4CD68003F23BDC08A704 , 0xA112448EB14D42BDB81C37B03D1BFFF0 , 0xA1B465153CE5464FA2DD9E72B8E3116F , 0xA1E8D7A187714FF6BADC49C5B3A8004F , 0xA35B319682A1486296F844B0EAE09325 , 0xA4931693C0B74B70B52D72A89749C2B4 , 0xA4B51D1871A448138DC1897EC800B0CB , 0xA4DFFDE3442E456C8555234E3A4D1D1F , 0xA5B919234A724560A9009012CF0CFE41 , 0xA5E758EF43D34564A35EFE576C5EEAF4 , 0xA78A2493BE184034A6278B0044040C66 , 0xA87C794613B7495189241B17514D06F9 , 0xA9403430736440319BD4A1EF42C0C5A5 , 0xAACAE62F66734C828127C30489CD2463 , 0xAAFD2BD7DC334C4795462437C3FC8DA8 , 0xAB382299DD0B4D439C4306279D0AD17A , 0xAC57EBCB10A347ACA656E5CE2EE20D6A , 0xAC7AA06936364C9FA31DB7AE150DB5B1 , 0xAD0E7AEC6C0343A38B7C031615D14E5F , 0xAD3B5F48D8BD4518BBFBA14B803DD2BA , 0xAF43FFAB581E4F6591B56100FEFD219F , 0xAF80D30A73B44DB99BFD89C448733AD4 , 0xAFB2134760C5446AB10CF62DB319B309 , 0xB03D8492FBBB48D498A25EB83E7A24DD , 0xB057E876B0694AD788AA613FD5488F3C , 0xB13E013C09734229BB89FE4D8274EC34 , 0xB2353794F5AB431B8E15509C1C49684B , 0xB484F855107A449A9901AC9801E797B2 , 0xB4F6C6EA8B8B414694BF7C43D305BD5C , 0xB663A377BF1840D2941439462020B4B1 , 0xB6A397C8F015475DAFD257146E5A82F0 , 0xB753D12AD2754C5DBE591B9A372D6B35 , 0xB7F61985D00249CEACF6091C80BAACEE , 0xB951B14F7EE84AB4BA223F7CD31D32B6 , 0xBA82650046984ADEAE97DE1E6C6E918C , 0xBB2309900C2B4556973BE17735CA71D9 , 0xBB3EEFE7CD134E6A99451871444B25DE , 0xBC24B8875C2B4167B8B8660AA0401F0C , 0xBD06B1340A734059825C41EA38ECEE14 , 0xBE96FDD0EA74461FB34B9AB4569CD469 , 0xBFBCD657871442DCAB0008BD569874E5 , 0xC16BDAE8918D4A2486467BC44FC229BF , 0xC1A070EFF8AF48E6866DBF16D78B1A5C , 0xC257A168714047E48196B1D514189E17 , 0xC273B42BDE14449DA123095564CBE420 , 0xC2CA9CAAAD6449129181E58B40809249 , 0xC373F2C1992143D5BBFE7BDA2D7834ED , 0xC4A670BCD73D40E096D912F0FABD6909 , 0xC4F9070600D84D03907FE2639D9E6316 , 0xC51BAD52C20E49AFA3386F56C376B6A3 , 0xC664F23408914599AC39C9791824D9DA , 0xC6877D3D1622415C8E9143E533782CA8 , 0xC71FF846BFC9426487E722C5190C2518 , 0xC78EDF4580B74DF39ACDC1DC6EDA2F74 , 0xC7CC65C40F5944C7997AA21426A42FEA , 0xC7CEC55E73C34255AF77D925F4FA86CA , 0xC81B4645AD494C69A3B7C0A7F0951241 , 0xC94F381473B44E18B09FB995A7215C24 , 0xC9784222EEC24738A5548CE07FD99C2A , 0xCB42404A176E445EA057BEEFF91942C6 , 0xCCDF93019A15457F8C9146F8052A45FF , 0xCEDC0A18591840978AE7CF1FBB9EEFCF , 0xD12F23913D4B44188BDB208FCBD9DC23 , 0xD1D279705306491C9A1AB749A0D8CCE1 , 0xD21AF0042582463795A0ADFBB622B2B8 , 0xD24BFC144770404C9F585119C5CC2F66 , 0xD2AF7E78479F4247AD0AE7E5EF68FF8B , 0xD34B9B7F2F484720AC1B70480F14BE2D , 0xD35537A90E2C44B2AB6B6B3F9F85EF64 , 0xD4F84306038440D4A9ED422307A79484 , 0xD561148146014584970E67E6A3F89F20 , 0xD57678D861214245AD977EF0B8A53B15 , 0xD59A35838662481EADF8BF4EFCFD35C3 , 0xD5D0A05DC4C944FD89CFCEA028865C38 , 0xD62466FDB2534F819678413FC67C8B09 , 0xD65869E530C243D6863078486111F0DE , 0xD6848751BDAF4C81974C2FFA30DE280D , 0xD6FD15BA35D24CAF950BBEB2FB9F7E26 , 0xD7412478DFA948619BB515693FF44EAB , 0xD74DFFAD1C904DD88005271143B9499C , 0xD79BD92C2D064430AFC3279FC8764A10 , 0xD7C96A38BA4445E3B7880C51964493A8 , 0xD8D4172E73D7420BBB350B7FC029ED9F , 0xD96183084D2D48DD805E5FD3A38AC0C6 , 0xD9C2428FEBC547869E37C929C62829F8 , 0xDA5B2C46FA07437193AB19A17A73E03F , 0xDA670660122346B7BF63BFE7745DAF7E , 0xDAE3F4782E484B28A4171937B9F434BF , 0xDBBDAA45D0524FDCB9550F31B075D1F4 , 0xDD65F6789F8941C7B7E43FC04E0B4986 , 0xDEF51D35053F47CAB46C2D7ED5EFE33B , 0xDF32FB7E49284FFB95AC7AC275E22DFD , 0xE00F4502971E4942BCD9FE55214A8DF3 , 0xE079C916464C47EEA0C38A0C8F288BF0 , 0xE0AB4F09786143FB9625C900ED122E7D , 0xE154A5BD8EA843D1BAA05A49868D913D , 0xE1621AC40E9D4B03B6E7DA23A96AF0BE , 0xE2A8F9FB6F804508BB4EEC9D3F701AF9 , 0xE2E51018FD074C0FADDD6BDE6E786AD9 , 0xE2FABCADA9A24274864F1F2021DE5FEA , 0xE33F1D5C58654ABABDAD6A9B43F0D885 , 0xE3B110DCE4DB4776A6C0E3BBDB04873F , 0xE613F49F5AD146D1803FE5C8002CB578 , 0xE63FF3F4E3BE4047B4EEB96FC707715A , 0xE64B7A9509F24B349A7CF4A2FDB1C4EC , 0xE7127036EAC04A58A4A747A20402FD28 , 0xE7E8FBC94CC8425E97FC69B2FD7676D5 , 0xE8174B23A8904B999AE9211D922EFD41 , 0xE8D9370A0B0444729F1280FEDD08201F , 0xE9330CB9790A4FC197C752C76EE1DD1A , 0xEA88E61583F34110AAB36C8ABCA5327B , 0xEBBD4D5DD2D6442B80A0709E036B9D0B , 0xED82BFF821084B0E878E3DF1FB5D126E , 0xED9A328C7C8B4461B35DE11B4327721E , 0xED9F7FB2CA194DDF9A37464ED35E2774 , 0xEDD3CA18E9544841B4D139D6202BDA5A , 0xEFC1980938494526B9E35B333AE5643D , 0xEFFA01E5B360454D8416D7C380CB0816 , 0xF01454C8D8F2489B9055D04E9F120BC7 , 0xF083C07E90B34DF98FF826917A888271 , 0xF0BE9E21D55C45778C59A114E922BB94 , 0xF129D93D1FF84EACAD37BD84444083FC , 0xF16359438E524688B7D872A3CE8F8E56 , 0xF1B70DFDC8D64E00ABF7EAFD4E96B54D , 0xF2F3786A93DC42C9A18F3EC746BDEFAA , 0xF2F379CD6CFE46B388E8772193637C52 , 0xF306C19899684B2ABF850B9654A6268C , 0xF56EBE0D33D446BC87C0ABCE08BC35D6 , 0xF5CB6B4C224647AC94FF6BE354B34E27 , 0xF61B2A845117468781CF16C3613D82F7 , 0xF6AB76D6478B4977AFA311E6170159DD , 0xF723FB49B2AE48C2941E23D24E541EDE , 0xF7425B0F3D6045EB8BB436EB02FB4FC2 , 0xF75552B2479A4D998038A52FAEBB232F , 0xF8F00298CDFA4FF6B34666885909CC6A , 0xFA1423601D0F4B51A77DFAA448A5DBE7 , 0xFA459B756CDE4997A7A9E777BBE1D021 , 0xFAA4954C558447AD8747FD1E96BCD705 , 0xFB00AF257FCB464D90BCF4CC4B081041 , 0xFC4D22588DB846CF83DE0483A6A69D91 , 0xFC9B88A4470343FC94C2294F31F51F6A , 0xFF0B4ECC7E8A43D0B83CBE0010693135 , 0xFF57E55A633E40858D46C49CC8B33192 , 0xFFAB4C00BAB2473FB75340D896006E4F , 0xFFE3CC9E84CA4991ADAC56DD7FB7AB92 , 0x017C8AC0913B4C27AC3417EAE2F8CE67 , 0x018A2BA21F447E0F8542DDDAC0572D10 , 0x018A5F5CC73A70D38E9471AA87F173A5 , 0x018A6462950673BEBD3C6F6153BD6DF0 , 0x018A6474A8C577B9B2787509A36FC0CE , 0x018B5BAFF11377D5A62B70013CBECBA7 , 0x018B5BEF9C527B35A272CA58E01ED0A2 , 0x018C685EB85B7E1DAC017CCD3E0A1188 , 0x018DEA8A2361753EAD37CA5C010228BF , 0x018DEA8BA4E47D67855E6E59FBC531C0 , 0x018E563042CE75C28993729BB3628661 , 0x018E7F0669AC77439EAC88CCA34EEAAE , 0x018E7F4430717D449DDE478092EB5D66 , 0x018E7F4756BE7DCE883379D2FDACDD92 , 0x018E7F4777CB7F25993641C5E4C942ED , 0x018E7F479C6E7A62960B7F70936235A6 , 0x018E9EA87D2D74D394D26876133F5FC2 , 0x018E9ED1D783755C81813392F69B803E , 0x018EBD10B9BF729397F2A64040796B2D , 0x018EBDCD8CDB7CC49C3BD6116606F16D , 0x018EC1E910C47BEEA1CA161B695B2AC5 , 0x018EC24576C77A9392C2F1AB71C3A46D , 0x018EC28F67577C839ECFE04C23672106 , 0x018EC2961E867DFCA9B39F0B624EE27C , 0x018EC2CF1F4F7013BA8F8668CB081874 , 0x018ECBFEE5C173EE8D9F686E5A043070 , 0x018ECC139F55756C9C147C1959FD99AB , 0x018ECC1501C37E648112273A07F5B0F2 , 0x018ECC151F117423BD43BC4E4D99B9E0 , 0x018EEC165D4F766593F8F0AF4BFA5AE3 , 0x018EEC16B53673DA80C1E8B2BD8420BC , 0x018EEC17E86F7DAD8DCDEB9ADD3ED6C5 , 0x018EEC18206576A980F94C1E0DF9C750 , 0x018EEC184EF57156888E7ECBB5056B83 , 0x018EEC188589705EB6F25744B889B792 , 0x018EEC18B51B7A9BBBCABB2D35F29829 , 0x018EEC1929A676F1AA2A4AB3B918A209 , 0x018EEC1964B07EC494C45B0B23EDD68C , 0x018EEC199A427455A90C6167A7EAD0B7 , 0x018EEC19D0767AEBA69B5D92B4DF2150 , 0x018EEC1D7B3172108ED0F701E0F6864F , 0x018EEC22345E796F9838B28318E0CD2B , 0x018EEC2D9D3272C4A3765A2C358B1BD6 , 0x018EEFFBD1A27109A22F463BC600A8F1 , 0x018EEFFC29827230BD281A48B4A9B95D , 0x018EF046C27D7B45BF9878413C578EB4 , 0x018EF091F8E3727EAE26E5E0BD288FBB , 0x018EF0DBB335780CA0E41BF4E62DD246 , 0x018EF14300B37D9181D09B29B3995102 , 0x018EF143274B70CAA4198E1A58D13FDD , 0x018EF15B1D1A7F11AA99C4B725A0612E , 0x018EF15B8BE8734D981838556A3E87CD , 0x018EF5140D1E7FA8AF0E721E1B891F10 , 0x018EF51446147A5796B53877A5A599E1 , 0x018EF562679F769782416BB21866F71B , 0x018F05D94E3E7D14ABC1043D49FD1AE3 , 0x018F05DAB7AC70719EC4C23C9F3204E6 , 0x018F1009E24F736AB4099A2335C2E538 , 0x018F100ADD1C7E43A871E351216098CB , 0x018F100B05727EB5A3BFA80613778C7A , 0x018F100B404276448C00D6B6FE3D88EA , 0x018F1475D3877610857DD80BEF1604DD , 0x018F3981068A7B9F9797E7A716D99241 , 0x018F398AAFDA776087BEC9161A52B158 , 0x018F3E50AF4471C2A081B14F4F52253F , 0x018F3E50DFA47679BC561F7FFDE067DE , 0x018F7702AD657F099122194D3015AA28 , 0x018F7B66BD0677068994E1A0949BDF67 , 0x018F7B695EB07BB2A2B8839B0239AF97 , 0x018F8685579A70F9AF8FCFE686A9252E , 0x018FC392BB72769DAAC622D37361005D , 0x018FC3936E2A75EDAABF2670004CC43C , 0x018FC945668870EEA50BE5F7D87D8836 , 0x018FC96C406376C9919AD2EFBBF50E31 , 0x018FDD637E847DDB9D5AA32CD79AB919 , 0x018FDD63AC6B704299226CE014C8F289 , 0x018FE362EE8677089BE1EA5982C99723 , 0x018FE36342C27E2AB8CC7608E7FB9777 , 0x019006F0AB557965BC5ACC43850832DF , 0x019006F0F91E7E319E9FAEA491C8016F , 0x01900B8DD8217DEDA7C0D6CC372C057C , 0x019010630DDB7A159CD0EBFA1D8756F2 , 0x019010E6C95A7A629C8DCC6C58E29E5A , 0x0190250B85577D3386D071771149A094 , 0x01902F59BE9D7CCD824024DBE9AE3720 , 0x0190535448287989ABC59A6F00330F45 , 0x01907855A5247622A58379ED07999F5A , 0x0190FDE06A8973F2BA9E582753701E6A , 0x0191031729EC74A885ADA4C821EBD369 , 0x0191080869AD7E38AB1144942C01A792 , 0x01910DEAACA3748B9C246A04BA21350C , 0x01914FF7245B7504984349945004B50B , 0x019150AA73847D208103711FC8DF2390 , 0x019150AAEA5D7248A3A0127C97E92D5C , 0x0191550DF43A7E44AA3FE189FC9B2D84 , 0x019155D28C5E74658F3773D9FBF556CA , 0x019155D6A2B07F96986D48721B771215 , 0x019192C9CA0976B39362A6B67621FF4D , 0x0191BC199E2A70DBA0C19A4B6557083C , 0x0191BC1ED4F475BB95D26665E567BC86 , 0x0191BC3CF003765CA44F2CFF2295582E , 0x0191BC466966734FAE6AA108EA8C6972 , 0x0191BC555FB1755DB684E9B97F72C5D6 , 0x0191BC77040E79818C3C8D19C0A096B0 , 0x0191C1DC50327B448646DC34E79755F4 , 0x0191C1DD95FE795BA1EBFFCC9ABF9F34 , 0x0191C62EC14D7A538CC01423F464ACCF , 0x0191D6A681097D7E84423BBABC4F167C , 0x0191D6BE7DF07CC9BF5C3665B73AD7F9 , 0x0191D6BF4A8A74509470C963477600DD , 0x0191DBC21C6F70349CBFAFD2A48D319B , 0x0191DBCD2769716FB619A928DE44FEB5 , 0x0191E0BE5C8D7E9B815FFD6A9993C192 , 0x0191E6657E7B76CFB510A745E548E37C , 0x0191E665B7A170F4BC5481AA9D7EFC0C , 0x0191E6660DDF7F44A26E6AE1E0CB9CCB , 0x0191E666F4377FBF9204257C21B3EBE1 , 0x0191EB3FD28972769C96BCF35F1E3961 , 0x0191FAA714C674879E0CE7D703335BF2 , 0x0192046F3CEF769F9C5897D36B60EF95 , 0x019204CB187A7BE19A4446DB3AFCFEB2 , 0x019204CB42B47A4F9AD6F2DD340B1AD4 , 0x019209A99E8F7969AD1E2DFF94F3676F , 0x01921E82B2337BE3A3CD2DC38A710D2A , 0x01921EDA6DD777BDA0E33129EECB172F , 0x019223EC25A27D9DA402914C2168F173 , 0x01922411FAF378ADB68D81A5858D1B51 , 0x01922852767A75D68C3362EBC4518698 , 0x019228A1762A7B3BBCBC1F528C1A2D61 , 0x019228A1B9BE72FBA795026EEB84EF88 , 0x019228A205277E0EAD4332AAB3043ADE , 0x01922DFCFF4C79828F169A4676558DF0 , 0x019242AFE14A7154AB5C6D460568C7D4 , 0x019242B210397312A6CCF623F3E82EC2 , 0x0192431825287C1BBB9F91336791707F , 0x0192471D576A75B9B2957655ABA6CA31 , 0x0192471D75977F56A494D90A0A5D7D84 , 0x0192471E4AFB7F09A23A5D972FE34D78 , 0x01924C695E9B716F8AE1B1FE58FAB424 , 0x01924CAB71467CEFA0F31AF70DABBEAB , 0x0192BDC7090E75BA98AC03816A0D2A7D , 0x0192D7AF8FF277CB812B309D7E7B5EB2 , 0x0192D7B1A961711A82EFEB413C1C9BE8 , 0x0192DD8A97AB7AA2817F7F4A8ADCA7CB , 0x0192FC3E6A9076018D71D0F208BDE87A , 0x0192FC4130B8768C9D6225BF5D3C34E5 , 0x0193258B96097ADC80E9B608AA652EB2 , 0x0193258CD2A17C84B559A1CAA869FCA2 , 0x0193535B4A957B4F97C003391013C255 , 0x0193688A390172D49547CAC36D115485 , 0x01936D2075947842A92756B8593D0DFE , 0x01936E067D5C7B8E92208AE5EA527915 , 0x019377911A217F4189C2B2D877CE3473 , 0x019377B692FF787AB31D3964495668D6 , 0x0193DDEE18C4728AA36B0CB82F3FE769 , 0x0194404F7F6272C5BB9DD7E4C36D45D5 , 0x019441067B0E7654BA5F50B450CDFF75 , 0x0194457BCE00732EBCE24338CA7C4A32 , 0x01945F3C38A17779BF0AB268973BE2C6 , 0x01948D9CA66078C693EEC28E2831FD5E , 0x0194931042177BF0863AD759D05ADBE8 , 0x0194B242E7237BFC8759DD85FF162C41 , 0x0194B6560D61715FA95588D5820A6F1C , 0x0194D145F61B7EA1991623DD6366856C , 0x0194D5959C607910BDD718B30725C816 , 0x0194D595B83A78A6B3679A1E7DA81C6D , 0x0194DAA89A6E7DC08129770172884B4B , 0x0194DAAA3096740D845C66AD496F22CB , 0x0194DAAA54987418A7EC89FDCB88D79C , 0x0194DAC2DC5379D49D451CD44BAE53E7 , 0x0194DF5EAFE972A483BB3D49A6544330 , 0x0194FE5B35AA7EFBB0033A4AA868FD3C , 0x0195194A8D4E7964AA7350590F9AD077 , 0x0195656BC544748B9FF1AEFA49B47243 , 0x01956B91149771C8B71B3541CC7A9EAF , 0x01958998A9A97E0CA2BC3E4481DFC798 , 0x0195899909797974B96EFC90758B7D48 , 0x019589C954F47BC1A60F9E1F71FB9DC5 , 0x019589C9887478D699B76ABBB2BA2900 , 0x019589CA30087507A4084D063A5C103B , 0x019589CA611273F3B52906AF535FFD16 , 0x01958F975EB27B4A9082893148F1FBA8 , 0x01959492D9617B5ABDAF182D4415713B , 0x0195D25E64CF75569F89EDBE1F93126F , 0x0195F644FB6D7A2E9704B55CE570804E , 0x0195F66B53EB7F29AF6CC74281694153 , 0x0196381B4B927AD7951F98E7B514C4B1 , 0x0196381F98FD7A91BE633F7BA35BFB96 , 0x0196381FF2337A19BB652863746DA485 , 0x0196382084067931A8D971BF5A255D6D , 0x0196382137CB7D059BFB0D5C1A425BA2 , 0x019680C2FEB7714E938420D87BD3C6FA , 0x019680C3B72C7D4B80B922B3B58A0837 , 0x0196A57499807115988F1955226B12E7 , 0x0196A9F42F7B7FB7ACD9C65B040DD6F9 , 0x0196C3EB34927FE98218A623699C77C3 , 0x0196C984971674A1BAF7B88B00696ED0 , 0x0196CE22B352778D910792A423133652 , 0x0196CE3489387825A15043B60E95BD13 , 0x0196E8496F47716D8ACB3EAA20023412 , 0x0196FD0FEF1E73229AC99142F15246EA , 0x01973A2BAC5D7C4F808FDA38187FF5D5 , 0x01973A2BD64D718BB8CAB513FC4F6C9C , 0x01973A3CC19875C7AA4108328A6D0689 , 0x01973FF5ED867B7487AC9F7A51B455AE , 0x019763059BA7711EAC36ADA89B9D9591 , 0x0197694AE41F7FD185F1E240D3057C1C , 0x0197785E98347A50952A073AB4AA7F0E , 0x01977CF30F2D7A7AA64BFAE40EE0D074 , 0x01977D4D60C971418D33F02A806E8E86 , 0x019782FB7DAB77DDB00C48BB01C12181 , 0x019788171DD47741A6E62090D0AD2E56 , 0x0197881BB85A7F6B8B9717806033BD98 , 0x0197881DD63F7321986EBACBC0D8317D , 0x01978849117F7B9F9B8C40B19DB23ABF , 0x01978D09DCB07617A5FD82A5B8D227C7 , 0x01978D0A02917581A88BC22FED36DD82 , 0x01978D0A22037AAC9CC0F3537D8C86E8 , 0x0197A0F709277914B1F181810130733B , 0x0197A0F72783706AA608161B8A0BCD8B , 0x0197A0F7627B7B63BEF114F90AE6FA04 , 0x0197A645C80F76A7BB5B6B6479AE6997 , 0x0197B0A6359374D8A82237584BAEA1BF , 0x0197B0F9F7DC74CC94166FA7756034D0 , 0x0197B102AAF27B23825D41E57A5E538D , 0x0197B108AEB87B5698F3CF9FF0BF8AF4 , 0x0197B108CE88729285498F175484F77E , 0x0197B10AAF2578E69F414C35A851E2E9 , 0x0197B1245FFE7972A47AA2B4E2499F2D , 0x0197B1260DCC78EA94B60E288C1E2996 , 0x0197B15179BA769282121AEC0561E3A9 , 0x0197B151FF45772A80F9F112D7CA13E5 , 0x0197BFD7E8CD7A3EA5BC6FCCC3B35034 , 0x0197BFE99C2D7EE0B1FB8DC17CA10573 , 0x0197C00CEE367F95AEB2CDCD32C595BB , 0x0197C03A96A47370AB1396820516F2BA , 0x0197C07E564974F8AD4BCA91BE7E5E17 , 0x0197C0AE13937B059ADCCD1793827E04 , 0x0197C0B06A4672C5AD7A627A50F65224 , 0x0197C0C8DE307D1FA74392BA9389E266 , 0x0197C4A309FE758F8D7A340A1E6DEB03 , 0x0197C4C1666E78B49FDBBAAACF3C521A , 0x0197C4CBB3DB7E14ACA199A0AE6ADEA8 , 0x0197C4E99C9275ACA5600062F27137AA , 0x0197C4EA55C979F28AD5C703E27A9055 , 0x0197C53DC401755CA63AAD4C0074B71C , 0x0197C56D19C172CDBBDEF550A37A372E , 0x0197C56E38337586A48B4145F7920F99 , 0x0197C5A524E07349B745AC39C8FB07B3 , 0x0197C5A78D157FB499953A4876C2942F , 0x0197C5EF35C6773DB378FC70503B6A90 , 0x0197CAD7DC35710BBD209FC2D2D9D822 , 0x0197CAEF351C7DCB8B1633E1B5D25285 , 0x0197CAEFDF14748996F892839C5460EC , 0x0197CAFC0F09723CB890B8E4FEAC9E4E , 0x0197CAFDBB6C7F45B25416F03109EDA4 , 0x0197CB0DE0F27D6B950D1BCA3AA04442 , 0x0197CF2541E679FA9AAAC5495FB00C61 , 0x0197CF2693D977F992652ADD75CED431 , 0x0197CF56568B7BFA8663B7176869C764 , 0x0197CF5744D97823AB2E4D6B5A3AEAF6 , 0x0197CF95F30470A4908F07A0FAFBE7FE , 0x0197CF969E7A76F0BE694DF7A5804CD5 , 0x0197CFF79B0D72CD9F2B597851764C8C , 0x0197D02749AC72D3A31DA3C880AF3704 , 0x0197E3C9E0D67FC0A2D39FA8BA81996B , 0x0197E3E7DF9B777189DDA8F64D8B3381 , 0x0197E3E9569A7CFC9DB1A7194B5ECF75 , 0x0197E400BD33771FB5256C686B36CF93 , 0x0197E4021A9475FCB1AAEDB50F6DA3C3 , 0x0197E41454E9764BA30561FE8B243310 , 0x0197E41590FA7C978393A4C763E647AB , 0x0197E4EDEB0E7A66B285E06D73BEEAAD , 0x0197E8EDA96A77038178863C40D07B8F , 0x0197E8EFE9187A5B9C9932C46251639E , 0x0197F419941176AD88955C5C345C0738 , 0x0197F890E15775BBB1B9E61BE0EFF0B9 , 0x0197F9568DE172088A72981CDA17C18B , 0x0198127368A77A57873F4B5D61BCAF3B , 0x0198172A689B7BE2A4EAC8421B15F7EB , 0x01985610667B7D99A517C52810F2BE66 , 0x0198561E9D1E7CA09E12294C794F9B6D , 0x01985629FE507CCC8D9743069EA0C39F , 0x01985AB1B208704EB72C7F0B7775BA06 , 0x01985ABF9F387852B7AEF90B843A0D84 , 0x01985B15770F7A0B91706A286D23D70C , 0x01985B30E9327320BEA0363F4236B8DF , 0x019874339F097926BF6E226A63E34909 , 0x01989D6F56F07B29AF9554801DD6A008 , 0x01989DBAD43073FAA5101DD23FF7EA5B , 0x0198A8283E627ACC9B832BC1C34637DD , 0x0198A83C21907AD6A7F384D00B6ABD61 , 0x0198A871BA0F78D39970C839D433D391 , 0x0198AD6B7BD478059DCF0AC96327574C , 0x0198AD86DD0876ECB97048AB30552FC5 , 0x0198AD98EDB677A1946C6BA63524DA25 , 0x0198BBFB4BE57C6CBBE6810A928DEA40 , 0x0198BC8A1BD07581BDA3C2F08E7E3BE8 , 0x0198BD03822372638A5848133288FD2E , 0x0198BD05CFC17DCCAD668D58B9CA093B , 0x0198BD219F4D728FA5497D542C89E311 , 0x0198C15A7BAF7CF5975A9DC44F7DEEFC , 0x0198C1C94DB97F5DB388091068179FE2 , 0x0198C2000E407934B0B86E240F72B6BF , 0x0198C20CE00172BDB08AB6BFE9152767 , 0x0198C23C2BD6748D9CAC94684D4E8CB7 , 0x0198C69DF3FA74E2B298EBA66179E3E6 , 0x0198C74F20AC74E388033C46E15B0A6F , 0x0198C75040AC7BB4BB39908250AA896F , 0x0198CB95B10F7D279A80D67D2F60981E , 0x0198CBD614057E7AABCD05DF601B0DCE , 0x0198CBD6672C7A3AAD9B3CFF90CB2C61 , 0x0198CBEBF8E67E44A7161880CD6732BD , 0x0198CC43420F7DEB9B0DB9E193B88AB7 , 0x0198CC44290271CA9D6513E10197ECDB , 0x0198CC52777170B49DDF5FBD074A5A81 , 0x0198CC70E7907CF09F7616DE6F4D1669 , 0x0198CC980ECF72259856D42CDBB3EE61 , 0x0198CC98A0AD71CD9890F43A6F235581 , 0x0198D170BF577D879EAAA5DCEF2FBAAF , 0x0198D171BE2A78AFB6D3D1816D00F9A9 , 0x0198D1826ED77621B9DA66B74CFEE406 , 0x01E38FFA805044ECB30D9D90E0A00C07 , 0x022B7F390CD5401B93B4356B40C50462 , 0x030BC19FFF4245EAB4BF6A6ECDB8F413 , 0x03147AB848304DF4A7468AA6ECF8CEE0 , 0x03C6896D246047AFA6C77CE040466074 , 0x04D66C4832D645EC8B5F66A5671D1AAC , 0x04DEC25C668A4F40827DB85BDC244DDF , 0x067933F50A7741F5B0E2A158A140B269 , 0x096ACA13E6504CCF82A8C16CEF4CD8F1 , 0x0A31FAE1FCE54E5092862A9D7AED9DD5 , 0x0D3856D5EEF04B3D9269DC814F40D5D6 , 0x0DE382E6F31C4A0B8D8A7926E17AB05B , 0x0F6C56CC7B754880AC75D8768B7CBAEE , 0x11FEA5FDD69F4B11AAB1B4A9E46C0940 , 0x121CD87F163F411AA89A533E560500E8 , 0x12483A3F7ED24D62806437332CA59059 , 0x13BC96B426354A4BB97B742AB0FB6284 , 0x13BE1D546E9645C99D57C1092642023B , 0x1520E2F41B3C412FBA611A6751DDE7E3 , 0x1586706B739D4419AEF3392284CFACFD , 0x1813D085571B48108993F350F0842028 , 0x18F5860E0A77480ABE93C4575D8B4029 , 0x19AE6AD4CFE345B29C015BBFC7426951 , 0x1A6B4C00F8D24841BD26ABEDB7F51FFE , 0x1AF5E182635049EDB004A8D4E3698CCF , 0x1B683C055061482EA139B39D07FD247E , 0x1BC374806D2D4213B27375E607E79936 , 0x1CF833A15F5342CE880F7138A51CF643 , 0x1DF55A20F4F14939A2ABE716C6244AA3 , 0x203AB253BC6E414C9371A885BBE05D2D , 0x221A6DA7333148108D1D087E24041961 , 0x2289116A58C1476886AF13775A7D1DBD , 0x22F52D9203574A6C85BCD2B9B8DC154B , 0x230B67232D2A483194118FF373EB3F9F , 0x27DBCC01983347FAADDE87123B7D2D26 , 0x27E202B5E1D348938896175271F9746E , 0x29016765BFBE44EF94A73F40DA2629DF , 0x2A14E6A9A88F4A2F80FE017CBCBFC64E , 0x2D7056B051F947DEB764E4F8A8B3CF80 , 0x2D9556A9E17F4A1E8AE155127A8DB87C , 0x2DE8BBFC099A4679B28F773E54ACA03E , 0x2E74018DB50045EC9AD9EC7D3B1BAEF4 , 0x2E862AAD11164E6DB3CB8ADDBE61E86F , 0x2FC41480499E44E3B788D34155893C0D , 0x322D9671EC414B4C8A6157C70E33372C , 0x324186B53EAF410AB0BCC1922ABCEFBF , 0x345DF9B3CED64B25A6846A609A617FAD , 0x3460451B302D4C6EA84EB762F4FFEDB3 , 0x34BB7B1B2BF6418C8DB51FF455FC7ED3 , 0x34ED92A37BA74C73A862F50D9B53D7B7 , 0x3519614A91D84E4F8F91E0A47C51DE17 , 0x360152A6CC834F21ACBEBA7C842016BD , 0x363CDE8331C94FAA9B2F91B02A42A2AA , 0x36A17A331FEF4644851D1FC00091D4C6 , 0x374050B8BF2B44A296F22DB230E867A5 , 0x37939767462A437A9CC35F1F842F10F7 , 0x381B40A9024A4FFBBCE50BD7CD4E9EE9 , 0x3898D8E3022C4CE086CAFF1786495229 , 0x39ECF6F0AF22483282EAB9E6939168BB , 0x3AEE7D387F0841DDA6073398A36EFC21 , 0x3BA1A39DA61E438E899B26F8919E5064 , 0x3CFB7A4D0F43432587405DEAB368C8F4 , 0x3D63FEFE555B434F8D4CE18C62AC5419 , 0x3D82774BDA5D42C5BBC219C5495E8C03 , 0x3D9D7FEB21794BD1ABF4E1E47ABA205F , 0x3E04D0C75ACC4AA29E938C440B98843F , 0x3E23BAA6BC0A4ED6B2001C75CC220691 , 0x3E87AC1A33CD44C9B8F048EBE74A765A , 0x3EB4BCD20B6C4207B73D79ADC0FBF112 , 0x3ECA353206B849ECBB20B2ED52D29077 , 0x3ECE9F8A5AB84631B8BA8FC2CA07F44C , 0x3F636A71B0CC4241BF337A5AC56507EC , 0x4151B66C3C4D42B2B6CBBED957C50DF8 , 0x41C182126EE04D7B9BF87CC37413E94C , 0x4259A5631F8D4664853D3EE6DE9FFEE1 , 0x425B94C81981490DBFC7A4EA29310124 , 0x4260D46A2C1C43F789AB15F33B962131 , 0x42BDAB7CEE5F4E419F6978BEC74B9AB7 , 0x43617CE1E96E4BF39546638A218B6C02 , 0x43C13DE2B26543388D43C8CF419220B0 , 0x4455774A10464EDA95342CEE77C4B95E , 0x453D6B47802A42BBBB306183CDE306DA , 0x46C35B293C2E438A96342197A3D842A8 , 0x4746F630347545FD977668E6824E3BFE , 0x479C2C06B3FE46F899B6AB6A6338AB0A , 0x47B167928B4049A68F53B5041295508F , 0x47F98E070A8A4DD1889416FC631BB9B4 , 0x49ECDC5FEDD942CBA4AE3340C66ED15F , 0x4A7DE59820BE4048B77522E0585A4C51 , 0x4B16F549967541F698FDF7545D6B1264 , 0x4C68F2011A6A409297DF3A4C32F5A150 , 0x4D084F457A674019BCA23E46E6437470 , 0x4E5FECFC2A444358A94238E31D3AAEA5 , 0x4E8255187D4844D1872A28944C05BF52 , 0x4EA833E00D5748FB9A12CF8EB4A165C4 , 0x4EB420843AC048A2923658761935D9ED , 0x4F05796A662B4653BCE93968214311CD , 0x4F8DD20BF72B41B28564B5AF24DC68ED , 0x51E579B0BE6E466C88CE34D062274362 , 0x51E6B7EED3864AA5BAC1976A44237330 , 0x53E22DB188334932B321760DD2EB1BA1 , 0x53FC3E6DFD9F4DE2BEBF5306F201AB40 , 0x551CED66644B4F5B91519B1978D050A7 , 0x553BF46793CE4A74BA2F355370C53D4C , 0x556BE361C91A4904AB935E6D943D3025 , 0x559B41B3FBE044DD802D7CA8273373C9 , 0x55E5A7EFE1EB44E39E1C2A483B139A6E , 0x56E3E787DDE840E18497F20F560750AA , 0x57323B85C04046F19A464143F30507BE , 0x58D872B2A26D4675AA32E31D2C31E157 , 0x58E51817595B45FFBDED6165BE1CD3CE , 0x5A8A0DF1ADA3421F9113E29EFF4164FE , 0x5B0E28FB3D9D491CAE277D4DCDA6C9A8 , 0x5C0707A46B25488FBDFD96EAB3624D83 , 0x5C9F03B6727A4655B59969A3975B326F , 0x5CCCB82CFA9C4A0A9CF7381AD4F8BCAF , 0x5D08EA70DC7448B8AD45A86E24007C6E , 0x5D13BDB7922049A3AE6BA173C649614D , 0x5D3391D441D34A2381A2D5D0470B51C9 , 0x5D57A3B5C4D94A3694177D7089405BE5 , 0x5D658404879A4E0F93EF4FDF80441625 , 0x5E1D33FB1B4A46C0B83965A2D03CA34F , 0x5F8676431AE34DA99E1D8B9D2F8E993B , 0x60EC309D6E784358A2861A575418EBE9 , 0x6267CE7734B44A92B3803078A6BF3604 , 0x632A735787CD4A68820C7D464773C771 , 0x638D670FCA654196B35BDEA4AF18FFEE , 0x64475656CE9D48C7B1EF66CD0D111F40 , 0x674542D914954F7E9DD21DFAD4FB4BD6 , 0x68CB7BCCCC054B26B13203B23FB7876E , 0x69DDD3A47FC546029076F3BC88979CA2 , 0x6A2FBE69DF9542CE8C7E5F640D67920C , 0x6B4B1C4BA1E747CC843151D41500B530 , 0x6FD41F3B074144B8B5E3D99AFBDDD52B , 0x7170914527C748F8B7F8807D3AD5ACFF , 0x72340FCF542E402CBE6E2E989A63710E , 0x7348E3D101CE49D995DD673602DEE594 , 0x742607327E59476EAFE1988F4267F17C , 0x77756700D6724991A6D6F17B5F27C175 , 0x7A264C68403C4350AAE999E08970F3E1 , 0x7A890E4B9E4A4C34BDB039D3C4E590FC , 0x7AD5071296CC42629F635F49823E5A66 , 0x7E20ACD21FA242D09E5F40EE26040ACA , 0x7EDE0598031F4F15A6FC65B5A12AD7A0 , 0x7EE5F0E3EFF740B0A6F73C4CDB7BFC89 , 0x812E0CAA0DC74F7989069B9A98A1107F , 0x81FCB165C6004819BD55B44166B4CD8F , 0x82D737E92CB34B56AE722DF015F2A234 , 0x83513C91379F4A78849E76D69EC55A8D , 0x8444F144D0AC4F278C3695E62DFB4753 , 0x85A2340C2FA040FE83D8CAD40B9C5341 , 0x85E7059814AA4BF2BAE31AD24E048446 , 0x8690569F7EC74B968BDECAF42F25B8BB , 0x86F0C53EC0A54FA79E15EBC78EA747B8 , 0x8721F1AC62454518910DA1D237F5804A , 0x89F894E26CD5436B8FECD39834918A77 , 0x8AA274037EBA42BF8A3026086A5566CF , 0x8B638D101AB8453F81803F777E5E2B3D , 0x8B9FAD27E1614681A461957797B20F93 , 0x8BD7E6202475432F82FFDFB85188C4B7 , 0x8C742BAA41D94500B050FC65F0BAD229 , 0x8CA06D05C8A040F4B026F85D6D67CBA1 , 0x8D25A54394B4439D927B7EFB7051CD61 , 0x8D7BE5AD81AE4C67B29F1EB208809560 , 0x8DE954028B394C0EB18FB29910D85C95 , 0x8E7EF8CC62C4492A9CE0E1EA34584A52 , 0x8EC9051C5D6644A281556962CB56B67C , 0x8F03E256DCCD433CAD16B0B1CA4DB9D4 , 0x930CF9FEE24E4A9DBE5CF3B32BA32CF5 , 0x937B06B92A2A400DB3533ED74CC0BDB5 , 0x938FD4A3F4B54543BD28667995F1BB5E , 0x93AD6CFB8F9046A98C4019596716FDAF , 0x943F5E84660149E7AD90C2308028A63B , 0x94654C1A4C88497CAE423735BCB1BC68 , 0x94800D9A28264FDBA70856B92DF5616D , 0x94A707A50CF343EB83924272760A40E6 , 0x94E160206CA84EFAA8DE57268B7CB461 , 0x967F60D935B74B39878EA91FFD1AFC4A , 0x96BD7293C57042F1911F01723885A9B6 , 0x975A40E31FE54356816AFAE143A674FD , 0x979DDFA2B79F404EB85412918F3123C5 , 0x97F19E05DF2E4C3584A73287D06AA29C , 0x98453FA211FB431E973112C4ED3C4E65 , 0x995BCDB4F1D5467294EEC30696952B75 , 0x9988D2AB4E454A4EB31B1DE673B43BF1 , 0x9A586D175F22470EB6030ACF95E1222B , 0x9AEBE43B191A47B1ACCDC29B4B9CDE24 , 0x9B20FA2B79D2402A8C4E554CC60B60BC , 0x9D2E4AEFB74A4F349E13ADFC9F8D97EA , 0x9E39833C30D9418BAB94416FCDE69840 , 0x9E74D79ED48448F1936F213E53B85CD5 , 0x9F71EDED281B46C98D769017B89B8A01 , 0xA0A76D368534445397EDC73A5F02C033 , 0xA23EB0FEDF7D453CAB1B2BBAAFA672BF , 0xA3D315E564AA4129826AC9F78C69DF62 , 0xA4565048641C4219ACD056D2640E300C , 0xA7F1EB9BF28D4AC5A0A1D21BA0022499 , 0xA828BBCB9FE04B42A0AF32EEA6FE67BC , 0xA8BA1C4DD00449E08BD287BD758C8B53 , 0xA98C802FFF3F49D18201E3FF61AF703F , 0xAA04FD13DFE54FB4820A73772BABC1CE , 0xAB94052CC2E94CA2A1DE0AE746D4D173 , 0xAC6F7E59D05141DBB02C2DE3E3AFB439 , 0xAD54E57AF2A34901963B87DFE5E55711 , 0xAD5E500730AF40498F09BCCE0486A03F , 0xAF5C64A14AC445AB9D5C7C60FC8A4C02 , 0xB01A61A129AD42238E9A3CD88C620C0B , 0xB02944BB95FA42C68957E1E3EF7B2EBF , 0xB06E1C37BB6F4B77ABF8C97298BD47BD , 0xB092F707733B4BF68870475D1EED8EDC , 0xB11CF949E85A4FBB922250B4D17E94BB , 0xB18B0124CE214D5CA2ED40B1666390B8 , 0xB1E93FB47A07470AB1889D6D48C2DD1D , 0xB247C519D42B4C89B4C9CD8C9D2825F9 , 0xB25E746E42FB4E46B9B010ACC8DCCE92 , 0xB2F8844ED63A4234A8D2F1DF435B2E55 , 0xB2FB20D1651E48CA8F4CD09400C938A9 , 0xB3CB77BB3AF84C7DADD67BFA14BFD8A6 , 0xB49B58B034244F3FAB2CD5E38FCE8AD7 , 0xB58C63DEECAD403FA4A3EA181D3E268F , 0xB6112A8BA7EE4711B768E92192246550 , 0xB773F9DCDC60428A97826230A4F56A8B , 0xBACF100CACCB42D38245819113F29B41 , 0xBB52BBA194E94DA3BC9156785566F23D , 0xBB912C64F2FC41338E89B75D1EA8EC5E , 0xBEFC090D1CC344FBA6B81717DC642953 , 0xC0728018E0F94402AE5221C6A4EC240E , 0xC114649CF3C2490E8541FD153661F0AE , 0xC2A2D9A998CA479395E23E4B7CB4B3B9 , 0xC36ACA156DAA4E52BDD63C9B11386B46 , 0xC4947E931E474E2A968638B2906CF8B0 , 0xC49FE5DA73DE45B79A79554EF157B197 , 0xC86991ECFE1C404BA681A4C7FB90C53D , 0xCAB9D1608B394B11A090BE32D81F0B19 , 0xCB23F088C04E40498CA2E8BD78BE0FEC , 0xCB7A11E7DED241E6B40B07D9270B1CB5 , 0xCBE9C4C3E6DB4BFF847F3158030720A2 , 0xCC776783A8664E83BEAA15E0FB6DAA68 , 0xCCF751C1B52B437FA79A3CC1DE55D705 , 0xCD55E43617584C4C9B8BC664FF6C2A29 , 0xCE29B087C80340EA921CC8A3CCB274EB , 0xCF47440276C34A9EB99787A0CF4C4F86 , 0xCF8BE42B7F544DA78B963D043852924D , 0xD0A3737BB72D4779ACC9A49C3B70E86E , 0xD2C3E2F64A924AECB8A5396407098CDC , 0xD3A805EF7506425DB4B3E35B8A041A5B , 0xD3EC65325C9D48C0BCCD51F84BC86CCC , 0xD6D344EC4E3B4CFCB5C78F4551D53E6E , 0xD75BB5A6660E49F29799A72354E64DFF , 0xD7FB471ED15942CC8B07787E27E6E81A , 0xD82DC536C9DC42DD8ADEA0B9369DC516 , 0xD886588082C94590A081CA9A7CC55EED , 0xD89F65EFFD03489DB904BF71E08366B4 , 0xD8B393DC7A714547B71E49010D2768B0 , 0xDA4CDBE956DC45F486F814A42C6FB8E4 , 0xDACB066588464F4D8B23A789F665B7AD , 0xDBFD5800025243DD8F80AB41BD86291B , 0xDE586750D2114168806482527B5EC1AA , 0xDEF1AEBA6137443FAB4809B498B2F1F6 , 0xDF11432D45BC452CA89398E6458DDEFF , 0xDF39BAC1FADB468B9E0AD91AFB376153 , 0xDF921CDE0FC84BCE8CF9B741DFC5B7A1 , 0xDFEAA00B11084288A681DA424F5F336D , 0xE1D81AD3322F485F9F273CB0B5C7D5CA , 0xE1E57F9F06CB44B19A7FC309912E4A3F , 0xE2F57A03DBA64270821AE646852CB977 , 0xE345C0DEB72246F993131A884C34C923 , 0xE40D9CE8A8A64ECFBA8F0AEBC6A2FB6A , 0xE4DBC146D33441AD97B68441787D4E69 , 0xE5777700E6CA4062BE6B6185EC8DC347 , 0xE5E50401418E444DA6CE2D3CA6030FED , 0xE6C2D9F9EA844983BA69A993803A7CFD , 0xE75FF3A1765C44AA83EEE4C534980D9C , 0xE76442CFF7BA4CB0A65892EED10F9A64 , 0xEAA9B2520AE54A61BC54AF58B9DD4C75 , 0xEAD6D077AA94405D87A57C5A0B14A4F8 , 0xEADA303917F54AE3A29216AB8EFEC4AE , 0xECF79C33D97C42B19CEAC0AAD2F39261 , 0xED2766BDC47A4DE0A66E01F96FEDB8C6 , 0xED445B64923F4BCEA65E541BE08D8514 , 0xEE3D8EEC6D104058A96A9F10552A0E5C , 0xF04B4577895946089B5DFA062CBBF499 , 0xF08899BDEF7A4CB99614ED881048091B , 0xF0A689EE3D2C435A916DE90BA8194A12 , 0xF0C8BFBC52FD433383744E2748D3FFAA , 0xF301FB86CCD54C34AE990699B886E1B2 , 0xF47B74322A954467BB96A79B1FFAB6F0 , 0xF4B02C4BA28C43A2A4BDFA1FA9C3E927 , 0xF4EE00DBB1EC4A579B7C89E6753569DA , 0xF558E9DCCEE4450BA1C367ECCD082D60 , 0xF5C62C0D9EF54599915B31F47AAA150D , 0xF637B90464D0405C914B9AAA01FD4BF3 , 0xF83B5F6DBF5E4974B0075356D0F0A1E8 , 0xF8D32B5438894D5E9D0E55DD009F883F , 0xF9079CFFA2C141E5840462D3D4EDF576 , 0xF90A97D659A54FEFAEBB042F2E7398A4 , 0xF93D6F83357D4024961D4C561B8FA72A , 0xFBAD62B87077468B8FAEAD96B0BF6ED9 , 0xFC7945A9A66141E8B0AA5E8EE2D6FD68 , 0xFD77812DFC294118B655DB4DAA20027E , 0xFE2FF8F6A8F548008B013FEE8FCE5C70 , 0xFE9DE3E2697B4669B5DE4A27CE275DDB , 0xFEDD45AF33B64D4E9AEE657C2BF68A47 , 0xFF4EF95EFEF241F8B26ADD0DCE7A240D , 0xFF6B5F594EE64A8BBB2002302CDAB2D4 , 0xFFE4B19C1BA74531897130AA96D03235 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
107
4.92 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` . `file_hash` as `property_group_option.media.fileHash` , `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"\x01 —Ë\r àò}k•\r \e Ê: DB "
b"\x01 —Ï%AæyúšªÅI_°\f a "
b"\x01 —Ï&“Ùwù’e*ÝuÎÔ1 "
b"\x01 —ÏVV‹{ú†c·\x17 hiÇd "
b"\x01 —ÏWDÙx#«.MkZ:êö "
b"\x01 —Ï•ó\x04 p¤\x07 úûçþ "
b"\x01 —Ï–žzvð¾iM÷¥€LÕ "
b"\x01 —Ï÷›\r rÍŸ+YxQvLŒ "
b"\x01 —Ð'I¬rÓ£\x1D £È€¯7\x04 "
b"\x01 —ãÉàÖ\x7F À¢Ó¨º™k "
b"\x01 —ãçß›wq‰Ý¨öM‹3 "
b"\x01 —ãéVš|ü±§\x19 K^Ïu "
b"\x01 —ä\x00 ½3w\x1F µ%lhk6Ï“ "
b"\x01 —ä\x02\x1A ”uü±ªíµ\x0F m£Ã "
b"\x01 —ä\x14 TévK£\x05 aþ‹$3\x10 "
b"\x01 —ä\x15 ú|—ƒ“¤ÇcæG« "
b"\x01 —ä1¯çyTf,<%§ƒ¶ "
b"\x01 —ä2Ê\x04 p¶e:Äü/† "
b"\x01 —äíë\x0E zf²…àms¾ê "
b"\x01 —èí©jw\x03 x†<@Ð{ "
b"\x01 —èïé\x18 z[œ™2ÄbQcž "
b"\x01 —óþj*|ò‚¼ÄبaGÚ "
b"\x01 —óþ¤bt\x1C ‚U/dèôB\x1E "
b"\x01 —ô\x19 ”\x11 vˆ•\\4\\x07 8 "
b"\x01 —øáWu»±¹æ\e àïð¹ "
b"\x01 —ùVŽár\x08 Šr˜\x1C Ú\x17 Á‹ "
b"\x01 ˜\x12 sh§zW‡?K]a¼¯; "
b"\x01 ˜\x17 *h›{â¤êÈB\e\x15 ÷ë "
b"\x01 ˜\x1C ‡\á}AŽï³“L3ˆ³ "
b"\x01 ˜\x1C ®?³~—-™\f H\x18 ³Š "
b"""
\x01 ˜\x1C ®Z\n
t³™äo˜ìî—7
"""
b"\x01 ˜\x1C ®s\x16 suƒ˜hC„ÓŒƒ "
b"\x01 ˜\x1C ÕŠ#{ûr\x15 ea_¹A "
b"\x01 ˜\x1C Õ I}M£+¿¥\x1D Çi\n "
b"\x01 ˜V\x10 f{}™¥\x17 Å(\x10 ò¾f "
b"\x01 ˜V\x1E \x1E | ž\x12 )LyO›m "
b"\x01 ˜V)þP|ÌŽ—C\x06 ž Ã "
b"\x01 ˜Z±²\x08 pN·,\x7F\v wuº\x06 "
b"\x01 ˜Z¿Ÿ8xR·®ù\v „:\r „ "
b"\x01 ˜[\x15 w\x0F z\v ‘pj(m#×\f "
b"\x01 ˜[0é2s ¾ 6?B6¸ß "
b"\x01 ˜t3Ÿ\t y&¿n"jcãI\t "
b"\x01 ˜ƒ¡{ƒr1–?œ\x03 ¦EƒÍ "
b"\x01 ˜ƒ¡µ\\x7F Õœoäzý\x1A l° "
b"\x01 ˜oVð{)¯•T€\x1D Ö \x08 "
b"\x01 ˜ºÔ0sú¥\x10\x1D Ò?÷ê[ "
b"\x01 ˜¨(>bzÌ›ƒ+ÁÃF7Ý "
b"\x01 ˜¨<!zÖ§ó„Ð\v j½a "
b"\x01 ˜¨qº\x0F xÓ™pÈ9Ô3Ó‘ "
b"""
\x01 ˜k{Ôx\x05 Ï\n
Éc'WL
"""
b"\x01 ˜†Ý\x08 vì¹pH«0U/Å "
b"\x01 ˜˜í¶w¡”lk¦5$Ú% "
b"""
\x01 ˜»ûKå|l»æ\n
’Žê@
"""
b"\x01 ˜¼Š\e Ðu½£Âð~;è "
b"\x01 ˜½\x03 ‚#rcŠXH\x13 2ˆý. "
b"\x01 ˜½\x05 ÏÁ}ÌfŽX¹Ê\t ; "
b"\x01 ˜½!Mr¥I}T,‰ã\x11 "
b"\x01 ˜ÁZ{¯|õ—ZÄO}îü "
b"\x01 ˜ÁÉM¹\x7F ]³ˆ\t\x10 h\x17 Ÿâ "
b"\x01 ˜Â\x00\x0E @y4°¸n$\x0F r¶¿ "
b"\x01 ˜Â\f à\x01 r½°Š¶¿é\x15 'g "
b"\x01 ˜Â<+ÖtŽœ¬”hMNŒ· "
b"\x01 ˜ÆóútⲘë¦ayãæ "
b"\x01 ˜Æã¿±up©f'µ´9\e Ö "
b"\x01 ˜Æä´Vx«’ 3R\x0E\x08 d5 "
b"""
\x01 ˜ÇO ¬tãˆ\x03 <Fá[\n
o
"""
b"\x01 ˜ÇP@¬{´»9‚Pª‰o "
b"\x01 ˜Ë•±\x0F }'š€Ö}/`˜\x1E "
b"\x01 ˜ËÖ\x14\x05 ~z«Í\x05 ß`\e \r Î "
b"\x01 ˜ËÖg,z:›<ÿË,a "
b"\x01 ˜Ëëøæ~D§\x16\x18 €Íg2½ "
b"\x01 ˜ÌCB\x0F }ë›\r ¹á“¸Š· "
b"\x01 ˜ÌD)\x02 qÊe\x13 á\x01 —ìÛ "
b"\x01 ˜ÌRwqp´ß_½\x07 JZ "
b"\x01 ˜Ìpç|ðv\x16 ÞoM\x16 i "
b"\x01 ˜Ì˜\x0E Ïr%˜VÔ,Û³îa "
b"\x01 ˜Ì˜ q͘ô:o#U "
b"\x01 ˜Ñp¿W}‡žª¥Üï/º¯ "
b"\x01 ˜Ñq¾*x¯¶ÓÑm\x00 ù© "
b"\x01 ˜Ñ‚n×v!¹Úf·Lþä\x06 "
b"\x01 ãú€PDì³\r à \f\x07 "
b"\x01 æ[9¢\G\x00 ¡åJD€{®Š "
b"\x02 +\x7F 9\f Õ@\e “´5k@Å\x04 b "
b"\x02 w1 ç!Cx Nú\r \x18 î\x07 "
b"\x03\v ÁŸÿBEê´¿jn͸ô\x13 "
b"\x03\x14 z¸H0Mô§FЦìøÎà "
b"\x03 zÏ›‹“Np¨§|ØU“¿- "
b"\x03 Ɖm$`G¯¦Ç|à@F`t "
b"\x04 q³\x1A ?¿BÁ¦\Ï1¥ûcÄ "
b"\x04 ÖlH2ÖEì‹_f¥g\x1D\x1A ¬ "
b"\x04 ÞÂ\fŠO@‚}¸[Ü$Mß "
b"""
\x06 96§§@9 3dy\n
Ú7Ž
"""
b"""
\x06 y3õ\n
wAõ°â¡X¡@²i
"""
b"\x06 òl\f ÙG\x05 ´fMî\x0E u Œ "
b"\x07 ns†-vNP‹Å¶½\x00 K\x01 » "
b"\x07 ó\x1E &/\x08 LÒŒûgš§!¥Ÿ "
b"\x08 È¥,ù°Jˆ¡"Ø\x1F “G} "
b"\t jÊ\x13 æPLÏ‚¨ÁlïLØñ "
b"\t ‹À¸–nN\x01 ²=Jm±øX "
b"\t —8E\x07 Â@Z¼c]‹‹ªçQ "
b"\t ¡¸\t\x04 ðO7°©Ø\x08 ^œÏ› "
b"\t æåჂMEœ\x07\x18 Èi¢Ç4 "
b"""
\n
1úáüåNP’†*zíÕ
"""
b"""
\n
9<G’%Jmª¡E\x11 [@J1
"""
b"""
\n
é\x14 ó»ßMùŸX‰£¹~où
"""
b"""
\v P\t Î`yD“¼?þÛ\n
™s«
"""
b"\v Å?}ÏIN\v •‹¯1³ÁÊ "
b"""
\f 3?\x1D\x16\x11 Gñ’Û\n
u®éOƒ
"""
b"\r 8VÕîðK=’iÜO@ÕÖ "
b"\r :ÍÓÛäBÿ¨ÙÚÜ8U\x1C Ÿ "
b"\r ã‚æó\x1C J\v ŽŠy&áz°[ "
b"\x0E ᾇ¶Cd–ÇÐÖdÇ”W "
b"\x0F *›\x00 ]IJÌŸZ\x17\x05 ÖUyl "
b"\x0F lVÌ{uH€¬uØv‹|ºî "
b"\x10 ³‰0ÿµI£¯0ï¾E̲h "
b"\x10 Ê6\x18 Ò\x1F Dð¶ì¸’„Ìâè "
b"\x10 Õ<…5Ò@Žƒö‰öRœ "
b"\x11 P\x13 ™ !I+£\x1E\x1C æ!Ë#¡ "
b"\x11 f¨øÅÔCJ„!üÕ\e ³\x19 Ä "
b"\x11 hÇë»tG¶ŠÏ//Y„øí "
b"""
\x11 i÷ú¯(Eu¸b\n
CC¦Eg
"""
b"\x11 únKÃÕA\x18 Ûóý±S\x17 Ó "
b"\x11 þ¥ýÖŸK\x11 ª±´©äl\t @ "
b"\x12\x1C Ø\x7F\x16 ?A\x1A ¨šS>V\x05\x00 è "
b"\x12 H:?~ÒMb€d73,¥Y "
b"\x12 ‰™xz\x1D M1¥jT÷3!G¼ "
b"\x12 ÚÚáÄŸB€‹|M\x1A ª4Öh "
b"\x13 ¼–´&5JK¹{t*°ûb„ "
b"\x13 ¾\x1D Tn–EÉWÁ\t &B\x02 ; "
b"\x14 /RéŽAT…dÑnç€J\x1A "
b"\x15 âô\e <A/ºa\x1A gQÝçã "
b"\x15 †pksD\x19 ®ó9"„Ϭý "
b"\x16 ™X~ULÜW¸üO²ÕÅ "
b"\x17 _e¼ˆÁGꎯGt ™l\x16 "
b"\x17 µB¯ÚçO\x14 ‹È\x1C •\x1D ™âa "
b"\x18\x13 Ð…W\e H\x10 ‰“óPð„ ( "
b"\x18 níð5sNœù£ƒW7 0 "
b"\x18 •P\x10 “íOÁ¨$\x12 €\x05 +Œ\x00 "
b"\x18 á‚ðÖF\x02 ²V!\x08 îâ\t ž "
b"""
\x18 õ†\x0E \n
wH\n
¾“ÄW]‹@)
"""
b"\x19 4'+\t aN&“èY9N¨N# "
b"\x19 cÑ1'\x01 GT¶$5N\x07 "A\x12 "
b"\x19 ®jÔÏãE²œ\x01 [¿ÇBiQ "
b"\x1A kL\x00 øÒHA½&«í·õ\x1F þ "
b"\x1A Ý|Aª¨KO»ö^\x08 pÞ£Ä "
b"\x1A õá‚cPIí°\x04 ¨ÔãiŒÏ "
b"\e h<\x05 PaH.¡9³\x07 ý$~ "
b"\e žk2|M›±¶Åæ*?\f Ç "
b"\e Ãt€m-B\x13 ²suæ\x07 ç™6 "
b"\x1C ø3¡_SBΈ\x0F q8¥\x1C öC "
b"\x1D …ºcïI7‹w\x10 +76¥Ù "
b"\x1D õZ ôñI9¢«ç\x16 Æ$J£ "
b"\x1E €\x10 Á=[D€ŽÕdó÷1}I "
b" :²S¼nAL“q¨…»à]- "
b""\x1A m§31H\x10 Ž\x1D\x08 ~$\x04\x19 a "
b""‰\x11 jXÁGh†¯\x13 wZ}\x1D ½ "
b""ˆ;xËD’‡]Ä,B\x0E . "
b""¹G“ÈDl‰zy¡ñ¹p§ "
b""γ‹]»Gó¶³Þ².!†G "
b""Þ7©òñDè’a|Æ\x01\x16 )ƒ "
b""õ-’\x03 WJl…¼Ò¹¸Ü\x15 K "
b"#\v g#-*H1”\x11 ósë? "
b"#…žeE/O_·à@¿fVÚ\x13 "
b"$1d¸\x06 @Lº¦ÅRˆ\x18 µ.ë "
b"$nmÍ\x1C ƒGŽŒÒÒ'©\x08 9R "
b"%æbNrâ@Ž·Tž´yg\r "
b"&ªLî—ôG\f ¤íu8©ý_á "
b"&ÿVB\v >D”ŠÿzM\f à2Ž "
b"'\x11\t •FLK\x05 ”\x7F ¢ðYc$ "
b"'ÛÌ\x01 ˜3GúÞ‡\x12 ;}-& "
b"'â\x02 µáÓH“ˆ–\x17 Rqùtn "
b")\x01 ge¿¾Dï”§?@Ú&)ß "
b"""
)U•\n
“ÞKG‘A-¡å"…r
"""
b")^wZà»Eî„ä¦Ëo8Hø "
b")Ôz#ò.B\x00 ’]\r Ú-ŽT. "
b"*\x14 橨J/€þ\x01 |¼¿ÆN "
b"*X\x11 Í\x12 wLû³ŸwFJ«ˆV "
b"""
+\r ›\xÖN\n
¤r➺\x12 ¹[
"""
b"""
+Î(«§\v B\x03 Œð/\n
Ò\x12 áv
"""
b",4v꜊Né¡v\x12 Ÿ‘Q¢\x18 "
b"-pV°QùGÞ·däø¨³Ï€ "
b"-•V©á\x7F J\x1E ŠáU\x12 zޏ| "
b"-˜ J®‡Bô\x1F ǹLG*Ó "
b"-è»ü\t šFy²w>T¬ > "
b".XQ„\x0E 3C/´Ç,|\x06 ‘H( "
b".t\x01 ޵\x00 EìšÙì};\e ®ô "
b".†*\x11\x16 Nm³ËŠÝ¾aèo "
b"/¨\x05 û¢³@¯§‚hiéK\x06 1 "
b"/Ä\x14 €IžDã·ˆÓAU‰<\r "
b"/çðÇ\x00 fIøŽO\x13 ³™\x7F À\x16 "
b"0m\e ¸üÐC™ŠG¾W1\e O… "
b"1>óa]fH´µÐxÙK\x15 OÈ "
b"1A°)ÆçLÖ…ä\t k|RCm "
b"1È?*&ðGU°\x18 A¨†EÞò "
b"2\x17 œVw=Oퟺk¼ÁÈ^° "
b"2-–qìAKLŠaWÇ\x0E 37, "
b"""
2A†µ>¯A\n
°¼Á’*¼ï¿
"""
b"3\x1A œ\x7F *C\f ˆf[º7×ÕQ "
b"3§y\x7F ÿmNC€’ðŽÒ¶*Ø "
b"3ºê=ô2BÙ•ê¸â»\x08 Ëv "
b"4]ù³ÎÖK%¦„j`ša\x7F "
b"4`E\e 0-Ln¨N·bôÿí³ "
b"4»{\e +öAŒŽµ\x1F ôUü~Ó "
b"4í’£{§Ls¨bõ\r ›S×· "
b"5\x19 aJ‘ØNO‘à¤|QÞ\x17 "
b"5c\x11 e€ÜL\x15 Ÿ\x0F ø,™Wä: "
b"6\x01 R¦ÌƒO!¬¾º|„ \x16 ½ "
b"6\t ç¶½0C$¦áU\x1A\x14 ûà "
b"6<Þƒ1ÉOª›/‘°*B¢ª "
b"6_h¥\x15 ¿FÓ±ºÆ\x01 ctÏ "
b"6¡z3\x1F ïFD…\x1D\x1F À\x00 ‘ÔÆ "
b"6çQÒ!üAø˜ü›¸¢ø€\x11 "
b"7(¨ö—îKM”{«\x04 ¦K\x1F ê "
b"7@P¸¿+D¢–ò-²0èg¥ "
b"7“—gF*CzœÃ_\x1F „/\x10 ÷ "
b"7ÑÅSUêL^ÀÂÛSK8‰ "
b"8\e @©\x02 JOû¼å\v ×ÍNžé "
b"8˜Øã\x02 ,Là†Êÿ\x17 †IR) "
b"8µè´\x07 ô@†¬\x00 \x00 EÕÊÙ "
b"8Ƶ"ÅoD²ŸWjI“\x11\x08 á "
b"9GÎ\x02 ´µM~ŸhrŠÊ5´S "
b"9ìöð¯"H2‚ê¹æ“‘h» "
b":î}8\x7F\x08 Aݦ\x07 3˜£nü! "
b"""
;s¨’ØRA\n
‡êk£áJ\x14
"""
b";¡£¦\x1E C‰›&ø‘žPd "
b";µ;ä\x01 ‡AÞ¦÷\x10 y\x7F\x16 Ûà "
b"<:g³ÐäG{ KZ®¨CÝ "
b"<lÖ˱çG/Ÿ§e1mï<q "
b"<ûzM\x0F CC%‡@]ê³hÈô "
b"=\x02 óã\f :IU“×S\f\x15 Éɘ "
b"=cþþU[COŽLáŒb¬T\x19 "
b"=‚wKÚ]BÅ»Â\x19 ÅI^Œ\x03 "
b"=\x7F ë!yKÑ«ôáäzº _ "
b">\x04 ÐÇZÌJ¢ž“ŒD\v ˜„? "
b">#º¦¼\n NÖ²\x00\x1C uÌ"\x06 ‘ "
b">‡¬\x1A 3ÍDɸðHëçJvZ "
b">¡v¯ÔšCä€Íá\x1C ãÝV "
b">´¼Ò\v lB\x07 ·=yÀûñ\x12 "
b">Ê52\x06 ¸Iì» ²íRÒw "
b">ΊZ¸F1¸ºÂÊ\x07 ôL "
b"?cjq°ÌBA¿3zZÅe\x07 ì "
b"?‰+püL“ŽÈ4Þ4ðŸÈ "
b"?Î4OC±Ik‰´Ÿ Ðz²s "
b"@ÏV&rÿ@[–Àø“\x7F ñêl "
b"@ædóš7Oͺlý’ÿºg "
b"AQ¶l<MB²¶Ë¾ÙWÅ\r ø "
b"AÁ‚\x12 nàM{›ø|Ãt\x13 éL "
b"BY¥c\x1F ŽFd…=>æÞþá "
b"B[”È\x19 I\r ¿Ç¤ê)1\x01 $ "
b"B`Ôj,\x1C C÷‰«\x15 ó;–!1 "
b"ByÖ¿Ë$E\x16 Š\¥ˆ6c9` "
b"BŠ[*ª_Hn¥>ìçÄ÷’\x1E "
b"B½«|î_NAŸix¾ÇKš· "
b"C\x1A ¿1ÅñDw¥¤ïX_!{\x7F "
b"Ca|áénKó•FcŠ!‹l\x02 "
b"CÁ=â²eC8ŽCÈÏA’ ° "
b"D6Ïý`«HSŠ'˜\x08 a "
b"DUwJ\x10 FNÚ•4,îwĹ^ "
b"D¢`¼œcER¸E‘컢ž¡ "
b"E8Ÿu\x17\x05 Fy•;¬N¥ƒËó "
b"E=kG€*B»»0aƒÍã\x06 Ú "
b"FÃ[)<.CŠ–4!—£ØB¨ "
b"G<d\x18 ܽNè¬à•î\x1D Çß+ "
b"GFö04uEý—vhæ‚N;þ "
b"Gœ,\x06 ³þFø™¶«jc8«\n "
b"G±g’‹@I¦Sµ\x04\x12 •P "
b"""
GùŽ\x07 \n
ŠMш”\x16 üc\e ¹´
"""
b"Hhç·\x15 G«™-=£`¹\x10 ‹ "
b"HËn\x14 ÅTIZ—cPK\x07 p. "
b"I‰ŠŸ¹rC¯‰F\x12 Ê—_5\x13 "
b"IìÜ_íÙBˤ®3@ÆnÑ_ "
b"J)æþ_\x1E Iu¸,ötNeá\x04 "
b"J}å˜ ¾@H·u"àXZLQ "
b"K\x16 õI–uAö˜ý÷T]k\x12 d "
b"KîK@YuMº¨¨ˆ‘^Æä[ "
b"Lhò\x01\x1A j@’—ß:L2õ¡P "
b"M\x08 OEzg@\x19 ¼¢>FæCtp "
b"M)£7\x16 ™EfŒèþ¥u\x16 ± "
b"MŸŒÚ›øNƒ‡¢ªäa¸«A "
b"N_ìü*DCX©B8ã\x1D :®¥ "
b"N‚U\x18 }HDч*(”L\x05 ¿R "
b"N˜ä&^ûK\x05 ´ˆ\x04 t”\f Š/ "
b"N¨3à\r WHûš\x12 ÏŽ´¡eÄ "
b"N´ „:ÀH¢’6Xv\x19 5Ùí "
b"NÅÃØ¢ZC\x16 †õ÷©ü¹\x10 ‹ "
b"O\x05 yjf+FS¼é9h!C\x11 Í "
b"O\v ¸ç\x17 ‰Jz—¾pf“‡Ë\x04 "
b"Obu·m\x05 Mt¼ôô/:\x0F GÈ "
b"OŽÒ\v ÷+A²…dµ¯$Ühí "
b"OíXï…‡@\x12 Œ5Ôœo—Ô\x14 "
b"Q§tCj\x12 M¿˜U‚Ln\x05 Õ\x05 "
b"Qåy°¾nFlˆÎ4Ðb'Cb "
b"Qæ·îÓ†J¥ºÁ—jD#s0 "
b"RüvÌ\r ºO‹†ÇP'§Vp, "
b"RþîÈÛ\x1C F\x7F ¨ú\x0E <ôÙ÷† "
b"S|L¢ÂÐA·ª\x00 $SËA\f å "
b"Sâ-±ˆ3I2³!v\r Òë\e ¡ "
b"Sü>mýŸM⾿S\x06 ò\x01 «@ "
b"U\x1C ífdKO[‘Q›\x19 xÐP§ "
b"U;ôg“ÎJtº/5SpÅ=L "
b"UD±e "E)ŒÉî¤J•À\x07 "
b"UkãaÉ\x1A I\x04 «“^m”=0% "
b"U•\x14 éĽD\x02 ¥ó_.Áç<\x17 "
b"U›A³ûàDÝ€-|¨'3sÉ "
b"Uå§ïáëDãž\x1C *H;\x13 šn "
b"Vãç‡Ýè@á„—ò\x0F V\x07 Pª "
b"W\x16 6\x1C +tLì®A¿µ©aª’ "
b"W2;…À@FñšFACó\x05\x07 ¾ "
b"W›Ó\x19 —ÕNQ²w´?\e ¼QÊ "
b"Wð\x19 ¼ÿ²EÒ”‹în8( "
b"X'x¯\x10 pDá«T\x10 cô"#ä "
b"XØr²¢mFuª2ã\x1D ,1áW "
b"Xå\x18\x17 Y[Eÿ½íae¾\x1C ÓÎ "
b"Y\t )±\x02 ÃIÝ\x16 ßåx\x19 4ô "
b"""
Yæ\n
\x17 RAK\x12 ¹Î/N=îƒ7
"""
b"ZI¿Ûä&M"¨\x11 öðµÐæ\x06 "
b"ZŠ\r ñ£B\x1F ‘\x13 âžÿAdþ "
b"[\x0E (û=I\x1C ®'}Mͦɨ "
b"\\x07\x07 ¤k%H½ý–ê³bMƒ "
b"\Ÿ\x03 ¶rzFUµ™i£—[2o "
b"""
\̸,úœJ\n
œ÷8\x1A Ôø¼¯
"""
b"]\x08 êpÜtH¸E¨n$\x00 |n "
b"]\x13 ½·’ I£®k¡sÆIaM "
b"]3‘ÔAÓJ#¢ÕÐG\v QÉ "
b"]W£µÄÙJ6”\x17 }p‰@[å "
b"]e„\x04 ‡šN\x0F “ïO߀D\x16 % "
b"^\x1D 3û\e JFÀ¸9e¢Ð<£O "
b"_WŠî™bMU§+\x13 ©xŽÌ“ "
b"_bYÒM=NE¬CRÁ0ƒq— "
b"_†vC\x1A ãM©ž\x1D ‹/™; "
b"_ª‚ya\x1F E†ƒ™ÂR2øÎ¡ "
b"_Õ¿[m@"¦@±i»\v\x17 | "
b"`ì0nxCX¢†\x1A WT\x18 ëé "
b"bgÎw4´J’³€0x¦¿6\x04 "
b"c*sW‡ÍJh‚\f }FGsÇq "
b"c‡ÒešEDb¹N›\x19 P8\x12 ª "
b"cŽg\x0F ÊeA–³[Þ¤¯\x18 ÿî "
b"cÝ\x15 óõ‘D”°q)ƒç) C "
b"dGVVÎHDZïfÍ\r \x11\x1F @ "
b"dš™läTMwµÌÄn`K^Ê "
b"e\x1F *–nHJ\x0F ¹ÃhéDÕ™½ "
b"eѬÂHTL½e÷f¯‰Rz "
b"fúå8\x0E UOÕšê€Ã4ðóu "
b"g$\x07 -¯8C|¿‘³Eâ¦Ñ< "
b"gEBÙ\x14 •O~Ò\x1D úÔûKÖ "
b"gs·ÅßVA¯¶®er`¾Vâ "
b"hË{ÌÌ\x05 K&±2\x03 ²?·‡n "
b"hü\x04 ÝØÏMݼj#\x06 h¢Ùý "
b"iÝÓ¤\x7F ÅF\x02 v󼈗œ¢ "
b"j/¾iß•BÎŒ~_d\r g’\f "
b"jµ‹\ùîF_§d\x14 ‡œfÛ\x11 "
b"k"D~:µBÄ…H¢Á]_ÙR "
b"kK\x1C K¡çGÌ„1QÔ\x15\x00 µ0 "
b"m(9#&MAm¿s7§W¿Ê¹ "
b"m¼Â´)ZNñ…\x05 MS\x11 |f( "
b"oÔ\x1F ;\x07 AD¸µãÙšûÝÕ+ "
b"q@¦(!ÏO½—G@jcÇo© "
b"qo\Àœ\x14 K¢±ÕI°_nUÏ "
b"qp‘E'ÇHø·ø€}:Õ¬ÿ "
b"r4\x0F ÏT.@,¾n.˜šcq\x0E "
b"r~Ì›C\x1E ˆI_\r ›:- "
b"r“j\r {öO’—fAþ÷\x07 áÖ "
b"sHãÑ\x01 ÎIÙ•Ýg6\x02 Þå” "
b"t&\x07 2~YGn¯á˜Bgñ| "
b"tetj÷$I\x1E ®?l:âw' "
b"tzÉ_t¹L5Žûvy?H\x13 ý "
b"tÚÃ.*FK†ZÁ\x01 Û„\x19 Î "
b"u\x02 (òLÏFœ”\e\v Bñ\x1F è¤ "
b"v\x1E ýÿ5šJ\x08 ƒdRü1^©\x1F "
b"v(|•’9JÌ»Gæ\x18 ûÈÓ "
b"vp\x15 ƒùüN\x1C ‹Ôò•ÿ…Åu "
b"wug\x00 ÖrI‘¦Öñ{_'Áu "
b"xéøHÛ\@ϯ\x17 oìK°\f V "
b"y3\x13 r‹xO\x00 ©\x10 ¢J»\x03 Ñ\x12 "
b"yÓ•>~ÎE\x0F ›KÏ[Zñªo "
b"z&Lh@<CPªé™à‰póá "
b"z‰\x0E KžJL4½°9ÓÄåü "
b"zÕ\x07\x12 –ÌBbŸc_I‚>Zf "
b"{ÍÚ!/àH$™i\x05 ÿ—Ÿêä "
b"|DzŽì\x01 L[¹\x18 55•™: "
b"|Òf} \t Dëruiøbg\x10 "
b"~\x05 Ûa\v\v H?žâ\x00 ÉÙ¿rŒ "
b"""
~ ¬Ò\x1F ¢BО_@î&\x04 \n
Ê
"""
b"~—ƒÍ\v OQ”\x1F 4–æh\x1D\x10 "
b"~\x08 z#¦Oä’Oð"'áX) "
b"~Þ\x05 ˜\x03\x1F O\x15 ¦üeµ¡*× "
b"~åðãï÷@°¦÷<LÛ{ü‰ "
b"\x7F\x1C 5U\r qC\x15 •4™¤\t ¿Î= "
b"\x00 -b®UHk·,#QŒÉø\x06 "
b".\f ª\r ÇOy‰\x06 ›š˜¡\x10\x7F "
b"_dK‡TNþ‡·(ïìnó` "
b"d@êz\t A “zŽª cÔ\x10 "
b"‡Xv’0MÊŠó\x08 š\x14 ºøa "
b"‰ØùˆöA9¼VÌ"\x1F n~á "
b"²\x11 D@ HºŠ\x02 ¿\x12 ‰¯šD "
b"Ö‹\x1C f_D ªˆsÕ\x00 ÷,Ý "
b"æc®°ÙNüˆŽnžŒ»\x1F , "
b"ü±eÆ\x00 H\x19 ½U´Af´Í "
b"‚×7é,³KV®r-ð\x15 ò¢4 "
b"‚î€÷¶\x14 Nþ“9ç›I’È– "
b"‚öôVÁËJõŽ\x18 ¼ ÎgœÅ "
b"ƒ?@3äŒA3Š‹\x13 =Æï¢÷ "
b"ƒQ<‘7Jx„žvÖžÅZŽ "
b"ƒÑuê$·LY”Géẜƒª "
b"ƒûÖö¯÷FÓ§ûAi a(À "
b"„A\x15 ¦„‡If¥7¤ò^}”‰ "
b"„DñDЬO'Œ6•æ-ûGS "
b"„—ã~(¿I³@A‹\x1A ˜\x11\x0F "
b"„±\x13 þÐìCw¿ÄóŒ!ô.A "
b"…còÚŒåL¹ƒjHxÖyK\x01 "
b"…x¥”[JH1¸‹\x00 ŒÀ\x04 )¶ "
b"…¢4\f / @þƒØÊÔ\v œSA "
b"…ç\x05 ˜\x14 ªKòºã\x1A ÒN\x04 „F "
b"†V~ÇK–‹ÞÊô/%¸» "
b"†ðÅ>À¥O§ž\x15 ëÇŽ§G¸ "
b"†òŠ£ {Bð¥\x0F c‚÷Úyô "
b"‡!ñ¬bEE\x18 ‘\r ¡Ò7õ€J "
b"‡Ý\x00 3è|C¡ŸhGîì\x02 º… "
b"ˆM7\t $nH?ŠL`\x1D\x1D Ö,\n "
b"ˆ‹]‡¶\D\x05 …°Rµ%F\x15 "
b"‰\x17 æ©vSHZŠ\x0E \<ýóö "
b"‰ƒÛwãÜFw•¿#^ŽioK "
b"‰îÀÏ\x1D €O,²³\x0F\e\x1A\x0E /\t "
b"‰ø”âlÕCkìÓ˜4‘Šw "
b"Š Z\x13 iˆE(º«÷aØ®%\x16 "
b"Š4¬Ó‚nD¼½u=°ýŽ“£ "
b"ŠLË2ü»Dý²ˆ®\x14 ]Q"– "
b"Š¢t\x03 ~ºB¿Š0&\x08 jUfÏ "
b"‹T|?Ò\x00 M9ž¦,ìþR¦\x01 "
b"‹cŽ\x10\x1A ¸E?€?w~^+= "
b"‹}ßé\x13 PHD ð°5\x07 ;û• "
b"‹–ñÚdE‡‰\x7F Ãk\v øÉv "
b"‹'áaF¤a•w—²\x0F “ "
b"‹×æ $uC/‚ÿ߸QˆÄ· "
b"Œ\x13 bÆ¥IÔ¨¤Ã.×xâN "
b"Œ\x13\x7F 4šK4„p?y‰\x7F Ak "
b"ŒWÚ§„\x19 J† \x1F\x12 2%'Û‡ "
b"Œt+ªAÙE\x00 °PüeðºÒ) "
b"Œ m\x05 È @ô°&ø]mgË¡ "
b"Œß«ƒ¶×@}ô#[q\x08\e "
b"Ž%¥C”´C’{~ûpQÍa "
b"Ž{å®Lg²\x1E ²\x08 €•` "
b"ŽY8ÓØNk–=t}K›\x01\e "
b"޵óèÏ.A鹀̒òÿë "
b"Žè\x12 ªòbM¾ªÌ»c\e ®×¥ "
b"ŽéT\x02 ‹9L\x0E ±²™\x10 Ø\• "
b"Ž~øÌbÄI*œàáê4XJR "
b"É\x05\x1C ]fD¢UibËV¶| "
b"\x03 âVÜÍC<\x16 °±ÊM¹Ô "
b"Eeõ3ãNY‡qÝy\x0E È&¾ "
b"‘]ÄJ®!Du±Á¦x*¤®S "
b"’y{Tå³Mñ¼AÁ\x05 gei2 "
b"’¢\x17 j×Mô²\x0E çÌ\r (×ò "
b"“\f ùþâNJ¾\ó³+£,õ "
b"“Sj1¾AƤ…\x1E 7LÓ\x00 š "
b"“{\x06 ¹**@\r ³S>×LÀ½µ "
b"“Ô£ôµEC½(fy•ñ»^ "
b"“lûF©Œ@\x19 Yg\x16 ý¯ "
b"”?^„f\x01 IçÂ0€(¦; "
b"”V\x14 dn!F½¢\e\x05 ü\x19 n "
b"”eL\x1A LˆI|®B75¼±¼h "
b"”€\r š(&OÛ§\x08 V¹-õam "
b"”l·œ€MÒŠ™óEœK/U "
b"""
”§\x07 ¥\f óC냒Brv\n
@æ
"""
b"”á` l¨Nú¨ÞW&‹|´a "
b"•7¨L')M\x12 †ÌÕníñ–\x1C "
b"–\x06 Û\x00\x11 óF-ˆšý»]»(b "
b"–\x18 L¶#ªE陨Xë,Ð'à "
b"–+™øKoLZާ.QÁ/9) "
b"–\x7F `Ù5·K9‡Ž©\x1F ý\x1A üJ "
b"–½r“ÅpBñ‘\x1F\x01 r8…©¶ "
b"–ÞPÁ\x11 .LÐŽJæq²æ„\x1E "
b"—Z@ã\x1F åCVjúáC¦tý "
b"—ߢ·@N¸T\x12 ‘1#Å "
b"—ñž\x05 ß.L5„§2‡Ðj¢œ "
b"˜\x19 ¿"øWO´ºk¦$eÒ\x0E ò "
b"˜E?¢\x11 ûC\x1E —1\x12 Äí<Ne "
b"™[Í´ñÕFr”îÃ\x06 –•+u "
b"™ˆÒ«NEJN³\e\x1D æs´;ñ "
b"™Å\09Oú·¼\x03\x07 ýx® "
b"™ÛÇé‰6M\x12 ¢Fì\x7F\x18 0\x06 Ú "
b"š\x19 /‰ýŠ@\x1C ™Ï°ÅÍ\x11 Øf "
b"""
šXm\x17 _"G\x0E ¶\x03 \n
쥇"+
"""
b"šëä;\x19\x1A G±¬Í›KœÞ$ "
b"› ú+yÒ@*ŒNULÆ\v `¼ "
b"›Ê³‚!îH7‰†6Õ—\x01 g "
b"œI/*U\x05 O\x17 ˜tB\x10 ú¢\x01 Ž "
b"œ_Ë›_ôI‹Š;\x13 “´\x1D Ê\x12 "
b"œ}G[\x1C ÄMd‰\x06 Ï\\t\x04 ¢˜ "
b"œÊœCx+OaŒ¦\x0E ,\x19 ½éŸ "
b"œÚS\x08 ³øH\x08 Š)ZLYÏ8õ "
b"'˽\x0E £HÅ™°²“œ\x16 –¬ "
b".Jï·JO4ž\x13 üŽ—ê "
b"ÖT®\v B"²\x12\x1F\x1F €ZìÖ "
b"ž\x07 .mÎèEz»_zÙ’nÊm "
b"ž9ƒ<0ÙA‹«”AoÍæ˜@ "
b"žtמԄHñ“o!>S¸\Õ "
b"ž|\x11 Þå¬LÖ€\x03 ò;Ü\x08 §\x04 "
b"qíí(\e FÉŽv\x17 ¸›Š\x01 "
b" §m6…4DS—íÇ:_\x02 À3 "
]
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` . `file_hash` as `property_group_option.media.fileHash` ,
`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` . `file_hash` as `property_group_option.media.fileHash` , `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 (0x0197CB0DE0F27D6B950D1BCA3AA04442 , 0x0197CF2541E679FA9AAAC5495FB00C61 , 0x0197CF2693D977F992652ADD75CED431 , 0x0197CF56568B7BFA8663B7176869C764 , 0x0197CF5744D97823AB2E4D6B5A3AEAF6 , 0x0197CF95F30470A4908F07A0FAFBE7FE , 0x0197CF969E7A76F0BE694DF7A5804CD5 , 0x0197CFF79B0D72CD9F2B597851764C8C , 0x0197D02749AC72D3A31DA3C880AF3704 , 0x0197E3C9E0D67FC0A2D39FA8BA81996B , 0x0197E3E7DF9B777189DDA8F64D8B3381 , 0x0197E3E9569A7CFC9DB1A7194B5ECF75 , 0x0197E400BD33771FB5256C686B36CF93 , 0x0197E4021A9475FCB1AAEDB50F6DA3C3 , 0x0197E41454E9764BA30561FE8B243310 , 0x0197E41590FA7C978393A4C763E647AB , 0x0197E431AFE77954AD662C3C25A783B6 , 0x0197E432CA0470B681653AC4FC2F86AD , 0x0197E4EDEB0E7A66B285E06D73BEEAAD , 0x0197E8EDA96A77038178863C40D07B8F , 0x0197E8EFE9187A5B9C9932C46251639E , 0x0197F3FE6A2A7CF282BCC4D8A86147DA , 0x0197F3FEA462741C82552F64E8F4421E , 0x0197F419941176AD88955C5C345C0738 , 0x0197F890E15775BBB1B9E61BE0EFF0B9 , 0x0197F9568DE172088A72981CDA17C18B , 0x0198127368A77A57873F4B5D61BCAF3B , 0x0198172A689B7BE2A4EAC8421B15F7EB , 0x01981C875CE17D418DEFB3934C3388B3 , 0x01981CAE3FB37E97AD2D990C4818B38A , 0x01981CAE5A0A74B399E46F98ECEE9737 , 0x01981CAE731673758398684384D38C83 , 0x01981CD58A237BFB90721565615FB941 , 0x01981CD5A0497D4DA32BBFA51DC7690A , 0x01985610667B7D99A517C52810F2BE66 , 0x0198561E9D1E7CA09E12294C794F9B6D , 0x01985629FE507CCC8D9743069EA0C39F , 0x01985AB1B208704EB72C7F0B7775BA06 , 0x01985ABF9F387852B7AEF90B843A0D84 , 0x01985B15770F7A0B91706A286D23D70C , 0x01985B30E9327320BEA0363F4236B8DF , 0x019874339F097926BF6E226A63E34909 , 0x019883A17B837231963F9C03A64583CD , 0x019883A1B55C7FD59C6FE47AFD1A6CB0 , 0x01989D6F56F07B29AF9554801DD6A008 , 0x01989DBAD43073FAA5101DD23FF7EA5B , 0x0198A8283E627ACC9B832BC1C34637DD , 0x0198A83C21907AD6A7F384D00B6ABD61 , 0x0198A871BA0F78D39970C839D433D391 , 0x0198AD6B7BD478059DCF0AC96327574C , 0x0198AD86DD0876ECB97048AB30552FC5 , 0x0198AD98EDB677A1946C6BA63524DA25 , 0x0198BBFB4BE57C6CBBE6810A928DEA40 , 0x0198BC8A1BD07581BDA3C2F08E7E3BE8 , 0x0198BD03822372638A5848133288FD2E , 0x0198BD05CFC17DCCAD668D58B9CA093B , 0x0198BD219F4D728FA5497D542C89E311 , 0x0198C15A7BAF7CF5975A9DC44F7DEEFC , 0x0198C1C94DB97F5DB388091068179FE2 , 0x0198C2000E407934B0B86E240F72B6BF , 0x0198C20CE00172BDB08AB6BFE9152767 , 0x0198C23C2BD6748D9CAC94684D4E8CB7 , 0x0198C69DF3FA74E2B298EBA66179E3E6 , 0x0198C6E3BFB17570A96627B5B4391BD6 , 0x0198C6E4B45678AB922033520E086435 , 0x0198C74F20AC74E388033C46E15B0A6F , 0x0198C75040AC7BB4BB39908250AA896F , 0x0198CB95B10F7D279A80D67D2F60981E , 0x0198CBD614057E7AABCD05DF601B0DCE , 0x0198CBD6672C7A3AAD9B3CFF90CB2C61 , 0x0198CBEBF8E67E44A7161880CD6732BD , 0x0198CC43420F7DEB9B0DB9E193B88AB7 , 0x0198CC44290271CA9D6513E10197ECDB , 0x0198CC52777170B49DDF5FBD074A5A81 , 0x0198CC70E7907CF09F7616DE6F4D1669 , 0x0198CC980ECF72259856D42CDBB3EE61 , 0x0198CC98A0AD71CD9890F43A6F235581 , 0x0198D170BF577D879EAAA5DCEF2FBAAF , 0x0198D171BE2A78AFB6D3D1816D00F9A9 , 0x0198D1826ED77621B9DA66B74CFEE406 , 0x01E38FFA805044ECB30D9D90E0A00C07 , 0x01E65B39A25C4700A1E54A44807BAE8A , 0x022B7F390CD5401B93B4356B40C50462 , 0x02773120E7214378A0AD4EFA0D18EE07 , 0x030BC19FFF4245EAB4BF6A6ECDB8F413 , 0x03147AB848304DF4A7468AA6ECF8CEE0 , 0x037ACF9B8B934E70A8A77CD85593BF2D , 0x03C6896D246047AFA6C77CE040466074 , 0x0471B31A3FBF42C1A65CCF31A5FB63C4 , 0x04D66C4832D645EC8B5F66A5671D1AAC , 0x04DEC25C668A4F40827DB85BDC244DDF , 0x06203936A7A74039A03364790ADA378D , 0x067933F50A7741F5B0E2A158A140B269 , 0x06F26C0CD9904705B4664DEE0E75A08C , 0x076E73862D764E508BC5B6BD004B01BB , 0x07F31E262F084CD28CFB679AA721A59F , 0x08C8A52CF9B04A88A122D81F9390477D , 0x096ACA13E6504CCF82A8C16CEF4CD8F1 , 0x098BC0B8966E4E01B23D4A6DB18FF858 , 0x0997384507C2405ABC635D8B8BAAE751 , 0x09A1B80904F04F37B0A9D8085E9CCF9B , 0x09E6E5E183824D459C0718C869A2C734 , 0x0A31FAE1FCE54E5092862A9D7AED9DD5 , 0x0A393C4792254A6DAAA145115B404A31 , 0x0AE914F3BBDF4DF99F5889A3B97E6FF9 , 0x0B5009CE60794493BC3FFEDB0A9973AB , 0x0BC53F7DCF494E0B958BAF318FB3C1CA , 0x0C333F1D161147F192DB0A75AEE94F83 , 0x0D3856D5EEF04B3D9269DC814F40D5D6 , 0x0D3ACDD3DBE442FFA8D9DADC38551C9F , 0x0DE382E6F31C4A0B8D8A7926E17AB05B , 0x0EADE1BE87B6436496C7D0D664C79457 , 0x0F2A9B005D494ACC9F5A1705D655796C , 0x0F6C56CC7B754880AC75D8768B7CBAEE , 0x10B38930FFB549A3AF30EFBE45CCB268 , 0x10CA3618D21F44F0B6ECB89284CCE2E8 , 0x10D53C8535D2408D83F689F652819C20 , 0x115013992021492BA31E1CE621CB23A1 , 0x1166A8F8C5D4434A8421FCD51BB319C4 , 0x1168C7EBBB7447B68ACF2F2F5984F8ED , 0x1169F7FAAF284575B8620A4343A64567 , 0x11FA6E4BC3D5411881DBF3FDB15317D3 , 0x11FEA5FDD69F4B11AAB1B4A9E46C0940 , 0x121CD87F163F411AA89A533E560500E8 , 0x12483A3F7ED24D62806437332CA59059 , 0x128999787A1D4D31A56A54F7332147BC , 0x12DADAE1C49F42808B7C4D1AAA34D668 , 0x13BC96B426354A4BB97B742AB0FB6284 , 0x13BE1D546E9645C99D57C1092642023B , 0x142F528EE98D41548564D16EE7804A1A , 0x1520E2F41B3C412FBA611A6751DDE7E3 , 0x1586706B739D4419AEF3392284CFACFD , 0x16AD99587E554CDC9D57B8FC4FB2D5C5 , 0x175F65BC88C147EA8DAF4774A0996C16 , 0x17B542AFDAE74F148BC81C951D99E261 , 0x1813D085571B48108993F350F0842028 , 0x186EEDF035734E9C9DF9A38357372030 , 0x1895501093ED4FC1A8241280052B8C00 , 0x18E182F0D6814602B2562108EEE2099E , 0x18F5860E0A77480ABE93C4575D8B4029 , 0x1934272B09614E2693E859394EA84E23 , 0x1963D13127014754B624354E07224112 , 0x19AE6AD4CFE345B29C015BBFC7426951 , 0x1A6B4C00F8D24841BD26ABEDB7F51FFE , 0x1ADD7C41AAA84B4FBBF65E0870DEA3C4 , 0x1AF5E182635049EDB004A8D4E3698CCF , 0x1B683C055061482EA139B39D07FD247E , 0x1B9E816B327C4D9BB1B6C5E62A3F0CC7 , 0x1BC374806D2D4213B27375E607E79936 , 0x1CF833A15F5342CE880F7138A51CF643 , 0x1D85BA8163EF49378B77102B3736A5D9 , 0x1DF55A20F4F14939A2ABE716C6244AA3 , 0x1E8010C13D5B44808ED564F3F7317D49 , 0x203AB253BC6E414C9371A885BBE05D2D , 0x221A6DA7333148108D1D087E24041961 , 0x2289116A58C1476886AF13775A7D1DBD , 0x229F883B78CB4492875DC42C8F420E2E , 0x22B9479D93C8446C897A79A1F1B970A7 , 0x22CEB38B5DBB47F3B6B3DEB22E218647 , 0x22DE37A9F2F144E892617CC601162983 , 0x22F52D9203574A6C85BCD2B9B8DC154B , 0x230B67232D2A483194118FF373EB3F9F , 0x23859E65452F4F5FB7E040BF6656DA13 , 0x243164B806404CBAA6C5528818B52EEB , 0x246E6DCD1C83478D8CD2D227A9083952 , 0x25E6624E72E2408DB7549EB47981670D , 0x26AA4CEE97F4470CA4ED7538A9FD5FE1 , 0x26FF56420B3E44948AFF7A4D0CE0328E , 0x27110995464C4B05947FA2F059638124 , 0x27DBCC01983347FAADDE87123B7D2D26 , 0x27E202B5E1D348938896175271F9746E , 0x29016765BFBE44EF94A73F40DA2629DF , 0x2955950A93DE4B4791412DA1E5228572 , 0x295E775AE0BB45EE84E4A6CB6F3848F8 , 0x29D47A23F22E4200925D0DDA2D8E542E , 0x2A14E6A9A88F4A2F80FE017CBCBFC64E , 0x2A5811CD12774CFBB39F77464AAB8856 , 0x2B0D9B5C78D64E0AA472E29EBA12B95B , 0x2BCE28ABA70B42038CF02F0AD212E176 , 0x2C3476EA9C8A4EE9A176129F9151A218 , 0x2D7056B051F947DEB764E4F8A8B3CF80 , 0x2D9556A9E17F4A1E8AE155127A8DB87C , 0x2D98204AAE8742F48F1FC7B94C472AD3 , 0x2DE8BBFC099A4679B28F773E54ACA03E , 0x2E5851840E33432FB4C72C7C06914828 , 0x2E74018DB50045EC9AD9EC7D3B1BAEF4 , 0x2E862AAD11164E6DB3CB8ADDBE61E86F , 0x2FA805FBA2B340AFA7826869E94B0631 , 0x2FC41480499E44E3B788D34155893C0D , 0x2FE7F0C7006649F88D4F13B3997FC016 , 0x306D1BB8FCD043998A47BE57311B4F85 , 0x313EF3615D6648B4B5D078D94B154FC8 , 0x3141B029C6E74CD685E4096B7C52436D , 0x31C83F2A26F04755B01841A88645DEF2 , 0x32179C56773D4FED9FBA6BBCC1C85EB0 , 0x322D9671EC414B4C8A6157C70E33372C , 0x324186B53EAF410AB0BCC1922ABCEFBF , 0x339D1A9C7F2A430C88665BBA37D7D551 , 0x33A7797FFF6D4E438092F08ED2B62AD8 , 0x33BAEA3DF43242D995EAB8E2BB08CB76 , 0x345DF9B3CED64B25A6846A609A617FAD , 0x3460451B302D4C6EA84EB762F4FFEDB3 , 0x34BB7B1B2BF6418C8DB51FF455FC7ED3 , 0x34ED92A37BA74C73A862F50D9B53D7B7 , 0x3519614A91D84E4F8F91E0A47C51DE17 , 0x3563116580DC4C159F0FF82C9957E43A , 0x360152A6CC834F21ACBEBA7C842016BD , 0x3609E7B6BD304324A6E1551A14FB90E0 , 0x363CDE8331C94FAA9B2F91B02A42A2AA , 0x365F68A515BF46D3B1BAC6AD016374CF , 0x36A17A331FEF4644851D1FC00091D4C6 , 0x36E751D221FC41F898FC9BB8A2F88011 , 0x3728A8F697EE4B4D947BAB04A64B1FEA , 0x374050B8BF2B44A296F22DB230E867A5 , 0x37939767462A437A9CC35F1F842F10F7 , 0x37D1C55355EA4C5E81C0C2DB534B3889 , 0x381B40A9024A4FFBBCE50BD7CD4E9EE9 , 0x3898D8E3022C4CE086CAFF1786495229 , 0x38B5E8B407F44086AC00200045D5CAD9 , 0x38C6B522C56F44B29F576A49931108E1 , 0x3947CE02B4B54D7E9F68728ACA35B453 , 0x39ECF6F0AF22483282EAB9E6939168BB , 0x3AEE7D387F0841DDA6073398A36EFC21 , 0x3B73A892D852410A87EA6BA390E14A14 , 0x3BA1A39DA61E438E899B26F8919E5064 , 0x3BB53BE4018741DEA6F710797F16DBC3 , 0x3C3A67B3D0E4477BA04B5AAEA843DD20 , 0x3C6CD6CBB1E7472F9FA765316DEF3C71 , 0x3CFB7A4D0F43432587405DEAB368C8F4 , 0x3D02F3E30C3A495593D7530C15C9C998 , 0x3D63FEFE555B434F8D4CE18C62AC5419 , 0x3D82774BDA5D42C5BBC219C5495E8C03 , 0x3D9D7FEB21794BD1ABF4E1E47ABA205F , 0x3E04D0C75ACC4AA29E938C440B98843F , 0x3E23BAA6BC0A4ED6B2001C75CC220691 , 0x3E87AC1A33CD44C9B8F048EBE74A765A , 0x3EA176AFD49A43E480CDE11CE381DD56 , 0x3EB4BCD20B6C4207B73D79ADC0FBF112 , 0x3ECA353206B849ECBB20B2ED52D29077 , 0x3ECE9F8A5AB84631B8BA8FC2CA07F44C , 0x3F636A71B0CC4241BF337A5AC56507EC , 0x3FAD892B70FC4C938EC834DE34F09FC8 , 0x3FCE344F43B1496B89B49F20D07AB273 , 0x40CF562672FF405B96C0F8937FF1EA6C , 0x40E664F39A374FCDBA6CFD92FF90BA67 , 0x4151B66C3C4D42B2B6CBBED957C50DF8 , 0x41C182126EE04D7B9BF87CC37413E94C , 0x4259A5631F8D4664853D3EE6DE9FFEE1 , 0x425B94C81981490DBFC7A4EA29310124 , 0x4260D46A2C1C43F789AB15F33B962131 , 0x4279D6BFCB2445168A5CA58836633960 , 0x428A5B2AAA5F486EA53EECE7C4F7921E , 0x42BDAB7CEE5F4E419F6978BEC74B9AB7 , 0x431ABF31C5F14477A5A4EF585F217B7F , 0x43617CE1E96E4BF39546638A218B6C02 , 0x43C13DE2B26543388D43C8CF419220B0 , 0x4436CFFD60AB48538A27EFA1A4980861 , 0x4455774A10464EDA95342CEE77C4B95E , 0x44A260BC9C634552B84591ECBBA29EA1 , 0x45389F7517054679953BAC4EA583CBF3 , 0x453D6B47802A42BBBB306183CDE306DA , 0x46C35B293C2E438A96342197A3D842A8 , 0x473C6418DCBD4EE8ACE095EE1DC7DF2B , 0x4746F630347545FD977668E6824E3BFE , 0x479C2C06B3FE46F899B6AB6A6338AB0A , 0x47B167928B4049A68F53B5041295508F , 0x47F98E070A8A4DD1889416FC631BB9B4 , 0x4868E7B715A047AB992D3DA360B9108B , 0x48CB6E14C554495A9763504B07A0702E , 0x49898A9FB97243AF894612CA975F3513 , 0x49ECDC5FEDD942CBA4AE3340C66ED15F , 0x4A29E6FE5F1E4975B82CF6744E65E104 , 0x4A7DE59820BE4048B77522E0585A4C51 , 0x4B16F549967541F698FDF7545D6B1264 , 0x4BEE4B4059754DBAA8A888915EC6E45B , 0x4C68F2011A6A409297DF3A4C32F5A150 , 0x4D084F457A674019BCA23E46E6437470 , 0x4D29A337169945668CE8FEA57516B120 , 0x4D9F8CDA9BF84E8387A2AAE461B8AB41 , 0x4E5FECFC2A444358A94238E31D3AAEA5 , 0x4E8255187D4844D1872A28944C05BF52 , 0x4E98E4265EFB4B05B4880474940C8A2F , 0x4EA833E00D5748FB9A12CF8EB4A165C4 , 0x4EB420843AC048A2923658761935D9ED , 0x4EC5C3D8A25A431686F5F7A9FCB9108B , 0x4F05796A662B4653BCE93968214311CD , 0x4F0BB8E717894A7A97BE70669387CB04 , 0x4F6275B76D054D74BCF4F42F3A0F47C8 , 0x4F8DD20BF72B41B28564B5AF24DC68ED , 0x4FED58EF858740128C35D49C6F97D414 , 0x51A774436A124DBF9855824C6E05D505 , 0x51E579B0BE6E466C88CE34D062274362 , 0x51E6B7EED3864AA5BAC1976A44237330 , 0x52FC76CC0DBA4F8B86C75027A756702C , 0x52FEEEC8DB1C467FA8FA0E3CF4D9F786 , 0x537C4CA2C2D041B7AA002453CB410CE5 , 0x53E22DB188334932B321760DD2EB1BA1 , 0x53FC3E6DFD9F4DE2BEBF5306F201AB40 , 0x551CED66644B4F5B91519B1978D050A7 , 0x553BF46793CE4A74BA2F355370C53D4C , 0x5544B165A02245298CC9EEA44A95C007 , 0x556BE361C91A4904AB935E6D943D3025 , 0x559514E9C4BD4402A5F35F2EC1E73C17 , 0x559B41B3FBE044DD802D7CA8273373C9 , 0x55E5A7EFE1EB44E39E1C2A483B139A6E , 0x56E3E787DDE840E18497F20F560750AA , 0x5716361C2B744CECAE41BFB5A961AA92 , 0x57323B85C04046F19A464143F30507BE , 0x579BD31997D54E51B277B43F1BBC51CA , 0x57F019BCFFB245D2948BEE6E38819F28 , 0x582778AF107044E1AB541063F42223E4 , 0x58D872B2A26D4675AA32E31D2C31E157 , 0x58E51817595B45FFBDED6165BE1CD3CE , 0x590929B102C349DD8116DFE5781934F4 , 0x59E60A1752414B12B9CE2F4E3DEE8337 , 0x5A49BFDBE4264D22A811F6F0B5D0E606 , 0x5A8A0DF1ADA3421F9113E29EFF4164FE , 0x5B0E28FB3D9D491CAE277D4DCDA6C9A8 , 0x5C0707A46B25488FBDFD96EAB3624D83 , 0x5C9F03B6727A4655B59969A3975B326F , 0x5CCCB82CFA9C4A0A9CF7381AD4F8BCAF , 0x5D08EA70DC7448B8AD45A86E24007C6E , 0x5D13BDB7922049A3AE6BA173C649614D , 0x5D3391D441D34A2381A2D5D0470B51C9 , 0x5D57A3B5C4D94A3694177D7089405BE5 , 0x5D658404879A4E0F93EF4FDF80441625 , 0x5E1D33FB1B4A46C0B83965A2D03CA34F , 0x5F578AEE99624D55A72B13A9788ECC93 , 0x5F6259D24D3D4E45AC4352C130837197 , 0x5F8676431AE34DA99E1D8B9D2F8E993B , 0x5FAA8279611F45868399C25232F8CEA1 , 0x5FD5BF8F5B6D4022A640B169BB0B177C , 0x60EC309D6E784358A2861A575418EBE9 , 0x6267CE7734B44A92B3803078A6BF3604 , 0x632A735787CD4A68820C7D464773C771 , 0x6387D2659A454462B94E9B19503812AA , 0x638D670FCA654196B35BDEA4AF18FFEE , 0x63DD15F3F5914494B0712983E729A043 , 0x64475656CE9D48C7B1EF66CD0D111F40 , 0x649A996CE4544D77B5CCC46E604B5ECA , 0x651F2A966E484A0FB9C368E944D599BD , 0x65D1ACC248544CADBD65F766AF89527A , 0x66FAE5380E554FD59AEA80C334F0F375 , 0x6724072DAF38437CBF91B345E2A6D13C , 0x674542D914954F7E9DD21DFAD4FB4BD6 , 0x6773B7C5DF5641AFB6AE657260BE56E2 , 0x68CB7BCCCC054B26B13203B23FB7876E , 0x68FC04DDD8CF4DDDBC6A230668A2D9FD , 0x69DDD3A47FC546029076F3BC88979CA2 , 0x6A2FBE69DF9542CE8C7E5F640D67920C , 0x6AB58B5CF9EE465FA76414879C66DB11 , 0x6B22447E3AB542C48548A2C15D5FD952 , 0x6B4B1C4BA1E747CC843151D41500B530 , 0x6D283923264D416DBF7337A757BFCAB9 , 0x6DBCC2B4295A4EF185054D53117C6628 , 0x6FD41F3B074144B8B5E3D99AFBDDD52B , 0x7140A62821CF4FBD9747406A63C76FA9 , 0x716F5CC09C144BA2B1D549B05F6E55CF , 0x7170914527C748F8B7F8807D3AD5ACFF , 0x72340FCF542E402CBE6E2E989A63710E , 0x727ECC9B81AD431E8188495F0D9B3A2D , 0x72936A0D7BF64F92976641FEF707E1D6 , 0x7348E3D101CE49D995DD673602DEE594 , 0x742607327E59476EAFE1988F4267F17C , 0x7465746AF724491E9DAE3F6C3AE27727 , 0x747AC95F74B94C358EFB76793F4813FD , 0x74DAADC32E2A464B865AC101DB8419CE , 0x750228F24CCF469C941B0B42F11FE8A4 , 0x761EFDFF359A4A08836452FC315EA91F , 0x76287C9592394ACCBB47E69D18FBC8D3 , 0x76701583F9FC4E1C8BD4F295FF85C575 , 0x77756700D6724991A6D6F17B5F27C175 , 0x78E9F848DB5C40CFAF176FEC4BB00C56 , 0x793313728B784F00A910A24ABB03D112 , 0x79D3953E7ECE450F9B4BCF5B5AF1AA6F , 0x7A264C68403C4350AAE999E08970F3E1 , 0x7A890E4B9E4A4C34BDB039D3C4E590FC , 0x7AD5071296CC42629F635F49823E5A66 , 0x7BCDDA212FE04824996905FF979FEAE4 , 0x7C447A8EEC014C5BB91820353595993A , 0x7CD2667D200944C3AB727569F8626710 , 0x7E05DB610B0B483F9EE200C9D9BF728C , 0x7E20ACD21FA242D09E5F40EE26040ACA , 0x7E8F9783CD0B4F51941F3496E6681D10 , 0x7E90087A23A64FE4924FF02227E15829 , 0x7EDE0598031F4F15A6FC65B5A12AD7A0 , 0x7EE5F0E3EFF740B0A6F73C4CDB7BFC89 , 0x7F1C35550D714315953499A409BFCE3D , 0x81002D62AE55486BB72C23518CC9F806 , 0x812E0CAA0DC74F7989069B9A98A1107F , 0x815F644B87544EFE87B728EFEC6EF360 , 0x816440EA7A094120937A8DAAA063D410 , 0x8187587692304DCA8AF3089A14BAF861 , 0x8189D8F988F64139BC56CC221F6E7EE1 , 0x81B21144402048BA8A02BF1289AF9A44 , 0x81D68B1C665F44A0AA8873D500F72CDD , 0x81E663AEB0D94EFC888D6E9E8CBB1F2C , 0x81FCB165C6004819BD55B44166B4CD8F , 0x82D737E92CB34B56AE722DF015F2A234 , 0x82EE80F7B6144EFE9339E79B4992C896 , 0x82F6F456C1CB4AF58D18BCA0CE679CC5 , 0x833F4033E48C41338A8B133DC6EFA2F7 , 0x83513C91379F4A78849E76D69EC55A8D , 0x83D175EA24B74C599447E9E1BA9C83AA , 0x83FBD6F6AFF746D3A7FB4169206128C0 , 0x844115A684874966A537A4F25E7D9489 , 0x8444F144D0AC4F278C3695E62DFB4753 , 0x8497E37E28BF49B39D40418B1A98110F , 0x84B113FED0EC4377BFC4F38C21F42E41 , 0x8563F2DA8CE54CB9836A4878D6794B01 , 0x8578A5945B4A4831B88B008CC00429B6 , 0x85A2340C2FA040FE83D8CAD40B9C5341 , 0x85E7059814AA4BF2BAE31AD24E048446 , 0x8690569F7EC74B968BDECAF42F25B8BB , 0x86F0C53EC0A54FA79E15EBC78EA747B8 , 0x86F28AA3A07B42F0A50F6382F7DA79F4 , 0x8721F1AC62454518910DA1D237F5804A , 0x87DD0033E87C43A19F6847EEEC02BA85 , 0x884D3709246E483F8A4C601D1DD62C0A , 0x888B5D87B65C440585B052B581254615 , 0x8917E6A97653485A8A0E5C3CC3BDF3F6 , 0x8983DB77E3DC467795BF235E8D696F4B , 0x89EEC0CF1D804F2CB2B30F1B1A0E2F09 , 0x89F894E26CD5436B8FECD39834918A77 , 0x8A205A1369884528BAABF761D8AE2516 , 0x8A34ACD3826E44BCBD753DB0FD8E93A3 , 0x8A4CCB32FCBB44FDB288AE145D512296 , 0x8AA274037EBA42BF8A3026086A5566CF , 0x8B547C3FD2004D399EA62CECFE52A601 , 0x8B638D101AB8453F81803F777E5E2B3D , 0x8B7DDFE913504844A0F0B035073BFB95 , 0x8B9690F1DA644587897FC36B0BF8C976 , 0x8B9FAD27E1614681A461957797B20F93 , 0x8BD7E6202475432F82FFDFB85188C4B7 , 0x8C1362C69DA549D4A8A4C32ED778E24E , 0x8C137F9D349A4B3484703F79897F416B , 0x8C57DAA784194A86A01F12322527DB87 , 0x8C742BAA41D94500B050FC65F0BAD229 , 0x8CA06D05C8A040F4B026F85D6D67CBA1 , 0x8CDFAB83B6D7407D8FF4235B8F71081B , 0x8D25A54394B4439D927B7EFB7051CD61 , 0x8D7BE5AD81AE4C67B29F1EB208809560 , 0x8D8E5938D3D84E6B963D747D4B9B011B , 0x8DB5F3E8CF2E41E9B98090CC92F2FFEB , 0x8DE812AAF2624DBEAACCBB631BAED7A5 , 0x8DE954028B394C0EB18FB29910D85C95 , 0x8E7EF8CC62C4492A9CE0E1EA34584A52 , 0x8EC9051C5D6644A281556962CB56B67C , 0x8F03E256DCCD433CAD16B0B1CA4DB9D4 , 0x904565F533E34E598771DD790EC826BE , 0x915DC44AAE214475B1C1A6782AA4AE53 , 0x92797B54E5B34DF1BC41C10567656932 , 0x92A2176AD7904DF4B20EE7CC0D28D7F2 , 0x930CF9FEE24E4A9DBE5CF3B32BA32CF5 , 0x93536AAD31BE41C6A4851E374CD3009A , 0x937B06B92A2A400DB3533ED74CC0BDB5 , 0x938FD4A3F4B54543BD28667995F1BB5E , 0x93AD6CFB8F9046A98C4019596716FDAF , 0x943F5E84660149E7AD90C2308028A63B , 0x945614646E2146BDA21B05ADFC81196E , 0x94654C1A4C88497CAE423735BCB1BC68 , 0x94800D9A28264FDBA70856B92DF5616D , 0x94816CB79C804DD28A99F3459C4B2F55 , 0x94A707A50CF343EB83924272760A40E6 , 0x94E160206CA84EFAA8DE57268B7CB461 , 0x9537A84C27294D1286CCD56EEDF1961C , 0x9606DB0011F3462D889AFDBB5DBB2862 , 0x96184CB623AA45E999D858EB2CD027E0 , 0x962B99F84B6F4C5A8DA72E51C12F3929 , 0x967F60D935B74B39878EA91FFD1AFC4A , 0x96BD7293C57042F1911F01723885A9B6 , 0x96DE50C1112E4CD08D4AE671B2E6841E , 0x975A40E31FE54356816AFAE143A674FD , 0x979DDFA2B79F404EB85412918F3123C5 , 0x97F19E05DF2E4C3584A73287D06AA29C , 0x9819BF22F8574FB4BA6BA62465D20EF2 , 0x98453FA211FB431E973112C4ED3C4E65 , 0x995BCDB4F1D5467294EEC30696952B75 , 0x9988D2AB4E454A4EB31B1DE673B43BF1 , 0x99ADC55C30394FFAB790BC0307FD78AE , 0x99DBC7E989364D12A246EC7F183006DA , 0x9A192F89FD8A401C99CFB0C5CD11D866 , 0x9A586D175F22470EB6030ACF95E1222B , 0x9AEBE43B191A47B1ACCDC29B4B9CDE24 , 0x9B20FA2B79D2402A8C4E554CC60B60BC , 0x9BCAB38221EE48378986369DD5970167 , 0x9C492F2A55054F1798744210FAA2018D , 0x9C5FCB9B5FF4498B8A3B1393B41DCA12 , 0x9C7D475B1CC44D648906CF5C0904A298 , 0x9CCA9C43782B4F618CA60E2C19BDE99F , 0x9CDA5308B3F848088A295A4C59CF38F5 , 0x9D27CBBD0EA348C599B0B2939C1696AC , 0x9D2E4AEFB74A4F349E13ADFC9F8D97EA , 0x9DD6AD54AE0B4222B2121F1F805AECD6 , 0x9E072E6DCEE8457ABB5F7AD9926ECA6D , 0x9E39833C30D9418BAB94416FCDE69840 , 0x9E74D79ED48448F1936F213E53B85CD5 , 0x9E7C11DEE5AC4CD68003F23BDC08A704 , 0x9F71EDED281B46C98D769017B89B8A01 , 0xA0A76D368534445397EDC73A5F02C033 );
Copy
108
3.95 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"\x01\x03 Ü\UÔAÁ‹Zûøë\x04 Q "
b"\x01 o(”¬\x08 Fð¾}#0méf, "
b"\x01 ppÿ8†N(—^‰³Ø;M- "
b"\x01 ‹ì Aq\x1D ¡\x7F á£ÍýoÎ "
b"\x01 ‹ì¡\x04 AtI!Õ\x06 ?ö²: "
b"\x01 Žœá|\x11 t&™Z¢•aò¶ "
b"\x01 Žœâ\x17 Ít\v »ßÉí¼\x1A\x1A î "
b"\x01 Žô·®\x19 q°ˆç"¯Âò\x08 "
b"\x01 Žô·í7\x7F š¡ì¨ã;™ð~ "
b"\x01 Žù;R\x17 tƒ°ˆ\x12 *\x04 ƒO "
b"\x01 Žù; 9zQ¯£V4‚ñÖ "
b"\x01 Žù;é½\x7F 8«Wrxd\x15 jÀ "
b"\x01 Žú3\x04 •{—²ãô,\x05\x1E ˧ "
b"\x01 Žú3L[z\x0F Œbq^A\x16\x12 "
b"\x01 Žú3‚\x10 {<±…¸•Ìb¿ù "
b"\x01 Žú3®œt›ö\x03 <y©! "
b"\x01 Ž\x08 °b\x08\x7F\x13 »ù¯}¢à¨¼ "
b"""
\x01 \x08 °Ö†rœ€fAÇ)e\n
"""
b"\x01 \x08 °õ¬xä‡\x12 3\x16 fk\x12 "
b"\x01 Ž\x0E\x7F •¶x¼«Ã5[ÜþƒZ "
b"\x01 Ž\x0E\x7F °û\x7F à¬\x01 ,©tJN› "
b"\x01 Ž\x0E\x7F É_p‰œ'§@¶ñ9\x15 "
b"\x01 Ž\x0E\x7F àúp\ 3’mË6¨Æ "
b"\x01 \x0E\x7F úWqý{Æ*KÎûí "
b"\x01 Ž\x0E áptzõ‘–ꬓ¸«Ó "
b"\x01 Ž\x0E áû—pø”ž\t îì²\x1C f "
b"\x01 Ž<%Òsvq¬¡1Ò[õãê "
b"\x01 Ž<&\t ûşe‡©IÉŠ¬ "
b"\x01 Ž<Ÿôåq\x13 ²AI§‚\x08 ?\x1D "
b"\x01 ŽA*Z\x19 tU„\x0E\x03 … 0=¸ "
b"\x01 ŽA*zÿ}zŠ.ë}S\x1F 6Â "
b"\x01 ŽV_t!\x7F ö¡m§àî¡HJ "
b"\x01 ŽžÔ\e Žu\x1C »&ä®™À¡á "
b"\x01 žÔ®3{PúL˜Së\f "
b"\x01 ŽžÔë4q\x1A ‰ªí˜¦È\x1A “ "
b"\x01 ޽Ì\x1E y|\x1A ™{\x1D €UÉk1 "
b"\x01 ޽ÌYD}\v œ‹É.ž^‰* "
b"\x01 ޽Íʤtð¾Ÿ{ÞUêGT "
b"\x01 ŽÁè‘×{T´I\x0F ÍŒ‡Eî "
b"\x01 Á飻~©Ž·Âq󘵲 "
b"\x01 ŽðÛ8Ls‚·Ò—?\x06 »\x1F D "
b"\x01 \x0F Õ‹wÿ»Uû\x14 J#„É "
b"\x01 \x0F ÖYï|&¥5ë\x14 ^\x05 õ¸ "
b"\x01 \x0F Ö‘\r x.°2£ï=f\x12 £ "
b"\x01 \x0F ÖáÒyk‘oÙ\x01 Ž\x15 ~d "
b"\x01 \x0F ×%Vr}·\e ¡Ð"Ca "
b"""
\x01 )0z™s_¡šw\x7F \n
?Óš
"""
b"\x01 )0º»u²”…1°’ÅH\x03 "
b"\x01 )KW\r pé¡ðCëh@Çù "
b"\x01 )KŒrv.Š%®\x07\e Æ\x00 ë "
b"\x01 )KÅ„p†±ºE\x16 ÊR\v p "
b"\x01 )KóW|µ³–]<\r ›G" "
b"\x01 9>Ãy\x1E ‡P9Ć[Ùì "
b"\x01 vÛ©Ks\x1C —M’FY€ôl "
b"\x01 {fXër>€í%É™§&ž "
b"\x01 {f”g\x7F ˜¯~¹ýˆ2x1 "
b"\x01 {fºI{á°\x11 !=“J¦ "
b"\x01 {g\x06 y¿"jPv:ÐÃ "
b"\x01 È<n_{Š›°8õXÜFJ "
b"\x01 É Ù,yY¯rßèá½bK "
b"\x01 É!\x07 J~C› ®ÿ„ù{O "
b"\x01 É!bÑu\x03 šñ(\x00\x17\x15 p\n "
b"\x01 ãak\x17 }MÅ%.¦#3í "
b"\x01 ãa}uý…Áƒïd"Ê… "
b"\x01 \v š›¸|5¨×i8¼T\f ˆ "
b"\x01 \v ší¸w9¥\x14 ë\x12 ŠvF "
b"\x01 \v ›&ir¬’ûøé?\x02 ÃX "
b"\x01 \x11 ž ªxÔ¡‰\x08 Ñv̪¬ "
b"\x01 \x11 žD,y)¨ïÆ\x12 WbÍì "
b"\x01 \x11 žz?tyƒ\x0F \ýMŸ. "
b"\x01 \x11 ž¨Fq™•¥Žb=3o’ "
b"\x01 \x11 žæšyX°—#ë²'Çà "
b"\x01 \x11 \x1D ¯}ü˜ÜSB\iL¸ "
b"\x01 \x11 H>ux˜±É9ÿn°l "
b"\x01 *Œe}9ˆB\x07 öa›™² "
b"\x01 *Œ¾¾{\x1E ^BK´RI "
b"\x01 *Œùt º\x12\x07 nM|ò™ "
b"""
\x01 +\n
JBp••Š\x02 }\x0F åöi
"""
b"""
\x01 +\n
p¾qw˜•RÊ\x06 “a
"""
b"""
\x01 +\n
™;~\x1D ´J\x16 .z\x1D Y
"""
b"\x01 /Â]ÜxÊŠqÓ\t ¬k˜Ø "
b"\x01 /Âxås\f ÷ãt\f ÐV "
b"\x01 /–Ž|˜ºµ‰+\x06 u·C "
b"\x01 /ó<"wŽ—¢Ã¸\x14 {Ž¡ "
b"\x01 J3\x04\x1E wÙµÿ‚RÈØ½£ "
b"\x01 J3LqTŠëû\x07\x0F ÐßÊ "
b"\x01 ‘\x07 Ô`þu+•V\t àÖà‹B "
b"\x01 ‘\x07 Õ_]w´Ž¸;ŸéŒu² "
b"\x01 ‘\x07 ÕÅ·p]´2O3?Þ~Ž "
b"\x01 ‘\x07 Ö=W\x7F †šã\x1D .„ŠÀ "
b"\x01 ‘n¸áGztœ³y®¯ƒ˜z "
b"\x01 ‘n¹\x1E Dtó‡’h\x11 †Œyx "
b"\x01 ‘n¹A”\x7F Ö£:è\v i;\x1C Ä "
b"\x01 ‘\r õ;x÷›R¯W²ve "
b"\x01 ‘\x0E V–t›®8\x1F )²¹K2 "
b"\x01 ‘‹ª rÎ T?Æý:º "
b"\x01 ‘Œ>´vÃò$j‚¥‘ "
b"\x01 ‘·>6î\x7F c†žkäÍ€¶¼ "
b"\x01 ‘¼:\x06 R~ÒºJi•ÿoñæ "
b"\x01 ‘Æuµ©~dž¨éßçDíw "
b"\x01 ‘ÆuÛÉy¹“^ÂnhJˆŠ "
b"\x01 ‘Ç\x1C vuO¶0\x12\x7F €>Xà "
b"\x01 ‘Ç\x1C ç’sùš&‘\r \x00 …\x1C 1 "
b"\x01 ‘Ç\x1D 2qtœ¾\x05 e·¼_9Ž "
b"\x01 ‘ÛÉLH}éµCÈ\x1D d“\t ˜ "
b"\x01 ‘ëH\x11 Ntx˜;,ì×è\$ "
b"\x01 ‘ëH3ùpá²nóîäQœ" "
b"\x01 ’\x05\x04 !]q&·|\x05 T4\x18 ô) "
b"\x01 ’(~6`z’™z\x19 ¿u… "
b"\x01 ’(~f–vU»ñ\v ä{Ï\r ” "
b"\x01 ’(~Gs½ªn<¦ :ØÇ "
b"\x01 ’(~›\x1E vœN[‚j`C "
b"\x01 ’(~µ‰yÓ‡9$†\x1F h¿’ "
b"\x01 ’-£ð8shš\x05 "¥Á_\v « "
b"\x01 ’-¤JÓrç’ÐÕNí\x11 «7 "
b"\x01 ’-¤i\x1A p¡€_äªF·}ù "
b"\x01 ’-¤}\x1A zʱ\x1E ÃS´Jé "
b"\x01 ’Aôh\x12 wе5×áð£\x00 "
b"\x01 ’Aô‹Î|‚¥œ\t\x1A e•!n "
b"\x01 ’AôªBt|?\x03 aS:ÕÚ "
b"\x01 ’C\x0E Ú\x05 })Œ\f •™|¨Ãñ "
b"""
\x01 ’C\x0F\x02 ³}ù»Gñ\n
Z\x11 Y>
"""
b"\x01 ’G~€Ñ|ø¸ ü‚g«tF "
b"\x01 ’G~ªOy¥»\x15 EY—\x18 n– "
b"\x01 ’G~Å´~\x19 ½\x11 Я$\x1A rK "
b"\x01 ’H\x11 æèz\x1F •^\x05 Ç\x1A PEŒ "
b"""
\x01 ’×h½\n
u°‡X®\x1C \n
y‚
"""
b"\x01 ’×hܰvÏœ¡âÖ’ÄÙè "
b"\x01 ’ü>•ŽvŒ˜PÉ÷šM}ž "
b"\x01 “\x01 l?þ}y o'‘˜$Šê "
b"\x01 “\x01 l\x1A s+—î1ãa×\x16 ´ "
b"\x01 “%Œ7_r¯Œ\x12 f\x1A 6„‡½ "
b"\x01 “)îýã|8—«ø™T–\x0F ~ "
b"""
\x01 “/Æb\n
|´¿t^\x04 pšÿ¿
"""
b"\x01 “/Æ~\x02 sw¸,RÆÿxDZ "
b"\x01 “r\x0E ’Év\x01 £Öó¬°5q "
b"\x01 “r\x0E ú$uP‰W\x05 ˺k¤c "
b"\x01 “r?rùwÏžò,\x15\x12 S%\x7F "
b"\x01 “rAé\x\x11 €QUr\e KÖî "
b"\x01 “rB\x04 pr"¯¼‰NãÛ\e ö "
b"\x01 “rB!6|±9ÈÍ·¼;) "
b"\x01 “r³\x1A °}[•Ã\x0F +Hᬠ"
b"\x01 “r³LepÊ·š\x04 µºÕ’ "
b"\x01 “w›ùærç¬\x04 (;Oñ¬û "
b"\x01 “wœ:ºwÿw©óÎ\x1C ]ž "
b"\x01 “wœgŒ{\x13 –%ëÁȘ¯” "
b"\x01 “µN6>v¹¸\e R\f ”ÅII "
b"\x01 “µNÃ@xÕ‚cŽœ’\x0E ®´ "
b"\x01 “µé&bwâ¢ÛDZV²K2 "
b"\x01 “µézÚz{³\x1F v\x04 ˆU\x00 ë "
b"\x01 “µé +p šúóC|jE^ "
b"\x01 ”+Õ\x18 3rª´õ“ÀLxúÐ "
b"\x01 ”+Õ5?pž½B\x16 nƾÌÙ "
b"""
\x01 ”+ÕJ‰x1 )Á\n
\f Î
"""
b"\x01 ”,7à*rc œñÛÉxhÐ "
b"\x01 ”;Œ—éx*¿“ÜQuœýH "
b"\x01 ”_§¸2w¢¦·\x0E J\x0F fô… "
b"\x01 ”_§Ê4tZ±¶hPY¸¦P "
b"\x01 ”’v\e\x07 rvºÆ Go‘KÉ "
b"\x01 ”’v:wR†„%ÝX}ÍÏ "
b"\x01 ”»u¤Âx=µ—6ôì)Ø! "
b"\x01 ”»uÎÜu`¡‚¬qEyq™ "
b"\x01 ”»uî\x1C r2´\x11\x1F ë&Ì\x13 ÷ "
b"\x01 ”»v\f ÈsЬùù\x05 ’¤WB "
b"\x01 ”ËÊšèzû´Ì€\x16 ÔŽá "
b"\x01 ”ËÊо}g¹NØõÓð\x1A ¯ "
b"\x01 ”ËÊñÅ|D€Û–kX´+ "
b"\x01 ”Õ”wÈxÇ„\v pâO"1\x12 "
b"\x01 ”Õ”š(vt†3V8³\x1A Κ "
b"\x01 ”à€\x01 ƒv±¢€íBã\x05 "
b"\x01 ”ôè¿xM‡.÷\x16 ±o®8 "
b"\x01 •[Hµ•\x7F ¸§®D…îƒ\x05 Õ "
b"\x01 •[Há-{x’º&ýWh8 "
b"\x01 •[I\x01 $|}ž«Ñ.ÊU±Í "
b"\x01 •[I!cr“ \x1C ,^øô~Î "
b"\x01 •p\x04 ëp}ÖŸBh±ú\x11 7ÿ "
b"\x01 •€R\x17 Ùw¯´~&C¿ìÀ¢ "
b"\x01 •„Ë$çs1²“;™*µ "
b"\x01 •„ÙôqgšB¥¾lrÍ "
b"""
\x01 •„Ú\n
\e y¾¿M1iQàh0
"""
b"\x01 •…lPw&«Ã¨€Ë&<" "
b"\x01 •…lÃns˦!?\x1D p£ã\ "
b"\x01 •‰Ö9³y[Ž8\x07\x14 ¨\v ‚µ "
b"\x01 •‘[\x19 x<š_P5¤ÑOè "
b"\x01 •‘Èq½±yUÑ\t 7\t "
b"\x01 •‘¸ÏzŠº\x1C x/Ï\r JS "
b"\x01 •‘Ø$t\x15 ©Á§NŒXòf "
b"\x01 •‘øY{\x01 ¿\x01 mEú\e `î "
b"\x01 •’.8wv˜œ}\x18 >QÄÀ "
b"\x01 •’SŒwVˆ\v ¹Âôˆ¼Y "
b"\x01 •’z£w\f ƒ}s0\x01 5]\x19 "
b"\x01 •’£lx©86.åãG» "
b"\x01 •’Åþvrºõ¦\x12 ]+r "
b"\x01 •’î*{Œ¬ž)&E\x1E jÉ "
b"\x01 •“\x11 (tr§ÓvŽ Áó "
b"\x01 •×%/Ayë˜SV~Ë=a6 "
b"\x01 •×%G\v sé¨Oѳ†>‘ö "
b"\x01 –4;i]|8»P1)\x16\t S€ "
b"\x01 –4;\x0F }!„\x7F å#0zî "
b"\x01 –4;¹-|5œ7\x04 ÉÁ½\x17 È "
b"\x01 –=Žq!x\x10 £ê¿ØãeV¿ "
b"\x01 –U®gx´ŒwiŠq \e b "
b"\x01 –ØVù¦xù³ÎM\x16 èáŒ} "
b"\x01 –ØW\x16 †v)¼C§ÛóôoÔ "
b"\x01 –ØW-\x02 yš¥ƒ¬Äe\x08\t\x1E "
b"\x01 –ØWI\x1C\x7F X¦Ú.Tc/¡C "
b"\x01 –ØŠ;\x1A ~vŒž¿61ª…M "
b"\x01 –çÇ\t .pO¹ì\x1A 1‚¨5g "
b"\x01 –çÇ!ÿ~\r ’}•7ÔöÒ2 "
b"\x01 –ý\x06 /\x00 wF«#\x13 Oâ\x12 ý- "
b"\x01 —\x11 €yÄzÖ·ÝV\x1D {_I "
b"\x01 —\x11 €¬\x0E t»OSRQFf# "
b"\x01 —\x11 €Ö\x08 ~¥¥Áú\x13 †Î\x12 § "
b"\x01 —\x11 \x01 žy\x1C ¶[èa¿Pæ "
b"\x01 —\x11 5\x17 s’³áЇ\x16 EÀ„ "
b"\x01 —\x11 hd{û ØÙz7›\x11 "
b"\x01 — t9†r:» zT›Ê÷/ "
b"\x01 —^\x00\x00 ¿r¹ª\x13 ÂÀ\x01 ¨> "
b"\x01 —c@‰/sO‘Œ¹8[rëš "
b"\x01 —c@À7r+’÷È\x1C ƒ-IJ "
b"""
\x01 —x\n
º”p\x02 ¬+CµóèÔ
"""
b"""
\x01 —x\n
Ò}v©žMd®a#\x17 n
"""
b"\x01 —x€ÃyÒ’DXîoL¯ª "
b"\x01 —x€è/wí¤¢Qh\x05 ]\x04 "
b"""
\x01 —|Þú\n
tŠ·œÀ©úâŒo
"""
b"\x01 —|ß\x0E º}ô¤O'µ0\x07 e\x05 "
b"\x01 —|ß•\x13 v+ª3˜qÖp~ "
b"\x01 —|ßÇis\x13 ¶Ôé¶®ù¢\x7F "
b"\x01 —‡:Rbz=™›Ÿ”$×S\e "
b"\x01 —‡:~=p;‚dÿ4‹_¦L "
b"\x01 —ŒÉ\x7F 4v§ƒüd;Q` "
b"\x01 —ŒÉ˜t\x7F ó«ï¸\v ‡Æ "
b"\x01 —¡\x14 Q¡q\x1E Škï.ù\x03 =õ "
b"\x01 —¡b}ª®²*;ZðlF "
b"\x01 —¡¿)q? x]\x18 t@ݳ "
b"\x01 —¬\x10 “n~,“~Ò“fLw "
b"\x01 —±D8U|þ½×œ~\r F\x1F = "
b"\x01 —±D}Xr¥¬õ€Ùè\x1F q\x04 "
b"\x01 —±E‰\t xé¯w‚…\e (5ù "
b"\x01 —¿ê/»tj™FTMýä\x14 ´ "
b"\x01 —¿êUy\x7F ¢ˆ´\x16 ŽSn¿\x0F "
b"\x01 —¿õž\x05\x7F ©œ\x1C ž¶Ñ7θ "
b"\x01 —À®\x02 µxw²wÄÿ7ŠLâ "
b"\x01 —ÅšŽ;tïª!ñ\x16 m“³e "
b"\x01 —ä1¯çyTf,<%§ƒ¶ "
b"\x01 —ä2Ê\x04 p¶e:Äü/† "
b"\x01 —óþj*|ò‚¼ÄبaGÚ "
b"\x01 —óþ¤bt\x1C ‚U/dèôB\x1E "
b"\x01 ˜\x1C ‡\á}AŽï³“L3ˆ³ "
b"\x01 ˜\x1C ®?³~—-™\f H\x18 ³Š "
b"""
\x01 ˜\x1C ®Z\n
t³™äo˜ìî—7
"""
b"\x01 ˜\x1C ®s\x16 suƒ˜hC„ÓŒƒ "
b"\x01 ˜\x1C ÕŠ#{ûr\x15 ea_¹A "
b"\x01 ˜\x1C Õ I}M£+¿¥\x1D Çi\n "
b"\x01 ˜ƒ¡{ƒr1–?œ\x03 ¦EƒÍ "
b"\x01 ˜ƒ¡µ\\x7F Õœoäzý\x1A l° "
b"\x01 ˜Æã¿±up©f'µ´9\e Ö "
b"\x01 ˜Æä´Vx«’ 3R\x0E\x08 d5 "
b"\x01 æ[9¢\G\x00 ¡åJD€{®Š "
b"\x02 w1 ç!Cx Nú\r \x18 î\x07 "
b"\x03 zÏ›‹“Np¨§|ØU“¿- "
b"\x04 q³\x1A ?¿BÁ¦\Ï1¥ûcÄ "
b"""
\x06 96§§@9 3dy\n
Ú7Ž
"""
b"\x06 òl\f ÙG\x05 ´fMî\x0E u Œ "
b"\x07 ns†-vNP‹Å¶½\x00 K\x01 » "
b"\x07 ó\x1E &/\x08 LÒŒûgš§!¥Ÿ "
b"\x08 È¥,ù°Jˆ¡"Ø\x1F “G} "
b"\t ‹À¸–nN\x01 ²=Jm±øX "
b"\t —8E\x07 Â@Z¼c]‹‹ªçQ "
b"\t ¡¸\t\x04 ðO7°©Ø\x08 ^œÏ› "
b"\t æåჂMEœ\x07\x18 Èi¢Ç4 "
b"""
\n
9<G’%Jmª¡E\x11 [@J1
"""
b"""
\n
é\x14 ó»ßMùŸX‰£¹~où
"""
b"""
\v P\t Î`yD“¼?þÛ\n
™s«
"""
b"\v Å?}ÏIN\v •‹¯1³ÁÊ "
b"""
\f 3?\x1D\x16\x11 Gñ’Û\n
u®éOƒ
"""
b"\r :ÍÓÛäBÿ¨ÙÚÜ8U\x1C Ÿ "
b"\x0E ᾇ¶Cd–ÇÐÖdÇ”W "
b"\x0F *›\x00 ]IJÌŸZ\x17\x05 ÖUyl "
b"\x10 ³‰0ÿµI£¯0ï¾E̲h "
b"\x10 Ê6\x18 Ò\x1F Dð¶ì¸’„Ìâè "
b"\x10 Õ<…5Ò@Žƒö‰öRœ "
b"\x11 P\x13 ™ !I+£\x1E\x1C æ!Ë#¡ "
b"\x11 f¨øÅÔCJ„!üÕ\e ³\x19 Ä "
b"\x11 hÇë»tG¶ŠÏ//Y„øí "
b"""
\x11 i÷ú¯(Eu¸b\n
CC¦Eg
"""
b"\x11 únKÃÕA\x18 Ûóý±S\x17 Ó "
b"\x12 ‰™xz\x1D M1¥jT÷3!G¼ "
b"\x12 ÚÚáÄŸB€‹|M\x1A ª4Öh "
b"\x14 /RéŽAT…dÑnç€J\x1A "
b"\x16 ™X~ULÜW¸üO²ÕÅ "
b"\x17 _e¼ˆÁGꎯGt ™l\x16 "
b"\x17 µB¯ÚçO\x14 ‹È\x1C •\x1D ™âa "
b"\x18 níð5sNœù£ƒW7 0 "
b"\x18 •P\x10 “íOÁ¨$\x12 €\x05 +Œ\x00 "
b"\x18 á‚ðÖF\x02 ²V!\x08 îâ\t ž "
b"\x19 4'+\t aN&“èY9N¨N# "
b"\x19 cÑ1'\x01 GT¶$5N\x07 "A\x12 "
b"\x1A Ý|Aª¨KO»ö^\x08 pÞ£Ä "
b"\e žk2|M›±¶Åæ*?\f Ç "
b"\x1D …ºcïI7‹w\x10 +76¥Ù "
b"\x1E €\x10 Á=[D€ŽÕdó÷1}I "
b""ˆ;xËD’‡]Ä,B\x0E . "
b""¹G“ÈDl‰zy¡ñ¹p§ "
b""γ‹]»Gó¶³Þ².!†G "
b""Þ7©òñDè’a|Æ\x01\x16 )ƒ "
b"#…žeE/O_·à@¿fVÚ\x13 "
b"$1d¸\x06 @Lº¦ÅRˆ\x18 µ.ë "
b"$nmÍ\x1C ƒGŽŒÒÒ'©\x08 9R "
b"%æbNrâ@Ž·Tž´yg\r "
b"&ªLî—ôG\f ¤íu8©ý_á "
b"&ÿVB\v >D”ŠÿzM\f à2Ž "
b"'\x11\t •FLK\x05 ”\x7F ¢ðYc$ "
b"""
)U•\n
“ÞKG‘A-¡å"…r
"""
b")^wZà»Eî„ä¦Ëo8Hø "
b")Ôz#ò.B\x00 ’]\r Ú-ŽT. "
b"*X\x11 Í\x12 wLû³ŸwFJ«ˆV "
b"""
+\r ›\xÖN\n
¤r➺\x12 ¹[
"""
b"""
+Î(«§\v B\x03 Œð/\n
Ò\x12 áv
"""
b",4v꜊Né¡v\x12 Ÿ‘Q¢\x18 "
b"-˜ J®‡Bô\x1F ǹLG*Ó "
b".XQ„\x0E 3C/´Ç,|\x06 ‘H( "
b"/¨\x05 û¢³@¯§‚hiéK\x06 1 "
b"/çðÇ\x00 fIøŽO\x13 ³™\x7F À\x16 "
b"0m\e ¸üÐC™ŠG¾W1\e O… "
b"1>óa]fH´µÐxÙK\x15 OÈ "
b"1A°)ÆçLÖ…ä\t k|RCm "
b"1È?*&ðGU°\x18 A¨†EÞò "
b"2\x17 œVw=Oퟺk¼ÁÈ^° "
b"3\x1A œ\x7F *C\f ˆf[º7×ÕQ "
b"3§y\x7F ÿmNC€’ðŽÒ¶*Ø "
b"3ºê=ô2BÙ•ê¸â»\x08 Ëv "
b"5c\x11 e€ÜL\x15 Ÿ\x0F ø,™Wä: "
b"6\t ç¶½0C$¦áU\x1A\x14 ûà "
b"6_h¥\x15 ¿FÓ±ºÆ\x01 ctÏ "
b"6çQÒ!üAø˜ü›¸¢ø€\x11 "
b"7(¨ö—îKM”{«\x04 ¦K\x1F ê "
b"7ÑÅSUêL^ÀÂÛSK8‰ "
b"8µè´\x07 ô@†¬\x00 \x00 EÕÊÙ "
b"8Ƶ"ÅoD²ŸWjI“\x11\x08 á "
b"9GÎ\x02 ´µM~ŸhrŠÊ5´S "
b"""
;s¨’ØRA\n
‡êk£áJ\x14
"""
b";µ;ä\x01 ‡AÞ¦÷\x10 y\x7F\x16 Ûà "
b"<:g³ÐäG{ KZ®¨CÝ "
b"<lÖ˱çG/Ÿ§e1mï<q "
b"=\x02 óã\f :IU“×S\f\x15 Éɘ "
b">¡v¯ÔšCä€Íá\x1C ãÝV "
b"?‰+püL“ŽÈ4Þ4ðŸÈ "
b"?Î4OC±Ik‰´Ÿ Ðz²s "
b"@ÏV&rÿ@[–Àø“\x7F ñêl "
b"@ædóš7Oͺlý’ÿºg "
b"ByÖ¿Ë$E\x16 Š\¥ˆ6c9` "
b"BŠ[*ª_Hn¥>ìçÄ÷’\x1E "
b"C\x1A ¿1ÅñDw¥¤ïX_!{\x7F "
b"D6Ïý`«HSŠ'˜\x08 a "
b"D¢`¼œcER¸E‘컢ž¡ "
b"E8Ÿu\x17\x05 Fy•;¬N¥ƒËó "
b"G<d\x18 ܽNè¬à•î\x1D Çß+ "
b"Hhç·\x15 G«™-=£`¹\x10 ‹ "
b"HËn\x14 ÅTIZ—cPK\x07 p. "
b"I‰ŠŸ¹rC¯‰F\x12 Ê—_5\x13 "
b"J)æþ_\x1E Iu¸,ötNeá\x04 "
b"KîK@YuMº¨¨ˆ‘^Æä[ "
b"M)£7\x16 ™EfŒèþ¥u\x16 ± "
b"MŸŒÚ›øNƒ‡¢ªäa¸«A "
b"N˜ä&^ûK\x05 ´ˆ\x04 t”\f Š/ "
b"NÅÃØ¢ZC\x16 †õ÷©ü¹\x10 ‹ "
b"O\v ¸ç\x17 ‰Jz—¾pf“‡Ë\x04 "
b"Obu·m\x05 Mt¼ôô/:\x0F GÈ "
b"OíXï…‡@\x12 Œ5Ôœo—Ô\x14 "
b"Q§tCj\x12 M¿˜U‚Ln\x05 Õ\x05 "
b"RüvÌ\r ºO‹†ÇP'§Vp, "
b"RþîÈÛ\x1C F\x7F ¨ú\x0E <ôÙ÷† "
b"S|L¢ÂÐA·ª\x00 $SËA\f å "
b"UD±e "E)ŒÉî¤J•À\x07 "
b"U•\x14 éĽD\x02 ¥ó_.Áç<\x17 "
b"W\x16 6\x1C +tLì®A¿µ©aª’ "
b"W›Ó\x19 —ÕNQ²w´?\e ¼QÊ "
b"Wð\x19 ¼ÿ²EÒ”‹în8( "
b"X'x¯\x10 pDá«T\x10 cô"#ä "
b"Y\t )±\x02 ÃIÝ\x16 ßåx\x19 4ô "
b"""
Yæ\n
\x17 RAK\x12 ¹Î/N=îƒ7
"""
b"ZI¿Ûä&M"¨\x11 öðµÐæ\x06 "
b"_WŠî™bMU§+\x13 ©xŽÌ“ "
b"_bYÒM=NE¬CRÁ0ƒq— "
b"_ª‚ya\x1F E†ƒ™ÂR2øÎ¡ "
b"_Õ¿[m@"¦@±i»\v\x17 | "
b"c‡ÒešEDb¹N›\x19 P8\x12 ª "
b"cÝ\x15 óõ‘D”°q)ƒç) C "
b"dš™läTMwµÌÄn`K^Ê "
b"e\x1F *–nHJ\x0F ¹ÃhéDÕ™½ "
b"eѬÂHTL½e÷f¯‰Rz "
b"fúå8\x0E UOÕšê€Ã4ðóu "
b"g$\x07 -¯8C|¿‘³Eâ¦Ñ< "
b"gs·ÅßVA¯¶®er`¾Vâ "
b"hü\x04 ÝØÏMݼj#\x06 h¢Ùý "
b"jµ‹\ùîF_§d\x14 ‡œfÛ\x11 "
b"k"D~:µBÄ…H¢Á]_ÙR "
b"m(9#&MAm¿s7§W¿Ê¹ "
b"m¼Â´)ZNñ…\x05 MS\x11 |f( "
b"q@¦(!ÏO½—G@jcÇo© "
b"qo\Àœ\x14 K¢±ÕI°_nUÏ "
b"r~Ì›C\x1E ˆI_\r ›:- "
b"r“j\r {öO’—fAþ÷\x07 áÖ "
b"tetj÷$I\x1E ®?l:âw' "
b"tzÉ_t¹L5Žûvy?H\x13 ý "
b"tÚÃ.*FK†ZÁ\x01 Û„\x19 Î "
b"u\x02 (òLÏFœ”\e\v Bñ\x1F è¤ "
b"v\x1E ýÿ5šJ\x08 ƒdRü1^©\x1F "
b"v(|•’9JÌ»Gæ\x18 ûÈÓ "
b"vp\x15 ƒùüN\x1C ‹Ôò•ÿ…Åu "
b"xéøHÛ\@ϯ\x17 oìK°\f V "
b"y3\x13 r‹xO\x00 ©\x10 ¢J»\x03 Ñ\x12 "
b"yÓ•>~ÎE\x0F ›KÏ[Zñªo "
b"{ÍÚ!/àH$™i\x05 ÿ—Ÿêä "
b"|DzŽì\x01 L[¹\x18 55•™: "
b"|Òf} \t Dëruiøbg\x10 "
b"~\x05 Ûa\v\v H?žâ\x00 ÉÙ¿rŒ "
b"~—ƒÍ\v OQ”\x1F 4–æh\x1D\x10 "
b"~\x08 z#¦Oä’Oð"'áX) "
b"\x7F\x1C 5U\r qC\x15 •4™¤\t ¿Î= "
b"\x00 -b®UHk·,#QŒÉø\x06 "
b"_dK‡TNþ‡·(ïìnó` "
b"d@êz\t A “zŽª cÔ\x10 "
b"‡Xv’0MÊŠó\x08 š\x14 ºøa "
b"‰ØùˆöA9¼VÌ"\x1F n~á "
b"²\x11 D@ HºŠ\x02 ¿\x12 ‰¯šD "
b"Ö‹\x1C f_D ªˆsÕ\x00 ÷,Ý "
b"æc®°ÙNüˆŽnžŒ»\x1F , "
b"‚î€÷¶\x14 Nþ“9ç›I’È– "
b"‚öôVÁËJõŽ\x18 ¼ ÎgœÅ "
b"ƒ?@3äŒA3Š‹\x13 =Æï¢÷ "
b"ƒÑuê$·LY”Géẜƒª "
b"ƒûÖö¯÷FÓ§ûAi a(À "
b"„A\x15 ¦„‡If¥7¤ò^}”‰ "
b"„—ã~(¿I³@A‹\x1A ˜\x11\x0F "
b"„±\x13 þÐìCw¿ÄóŒ!ô.A "
b"…còÚŒåL¹ƒjHxÖyK\x01 "
b"…x¥”[JH1¸‹\x00 ŒÀ\x04 )¶ "
b"†òŠ£ {Bð¥\x0F c‚÷Úyô "
b"‡Ý\x00 3è|C¡ŸhGîì\x02 º… "
b"ˆM7\t $nH?ŠL`\x1D\x1D Ö,\n "
b"ˆ‹]‡¶\D\x05 …°Rµ%F\x15 "
b"‰\x17 æ©vSHZŠ\x0E \<ýóö "
b"‰ƒÛwãÜFw•¿#^ŽioK "
b"‰îÀÏ\x1D €O,²³\x0F\e\x1A\x0E /\t "
b"Š Z\x13 iˆE(º«÷aØ®%\x16 "
b"Š4¬Ó‚nD¼½u=°ýŽ“£ "
b"ŠLË2ü»Dý²ˆ®\x14 ]Q"– "
b"‹T|?Ò\x00 M9ž¦,ìþR¦\x01 "
b"‹}ßé\x13 PHD ð°5\x07 ;û• "
b"‹–ñÚdE‡‰\x7F Ãk\v øÉv "
b"Œ\x13 bÆ¥IÔ¨¤Ã.×xâN "
b"Œ\x13\x7F 4šK4„p?y‰\x7F Ak "
b"ŒWÚ§„\x19 J† \x1F\x12 2%'Û‡ "
b"Œß«ƒ¶×@}ô#[q\x08\e "
b"ŽY8ÓØNk–=t}K›\x01\e "
b"޵óèÏ.A鹀̒òÿë "
b"Žè\x12 ªòbM¾ªÌ»c\e ®×¥ "
b"Eeõ3ãNY‡qÝy\x0E È&¾ "
b"‘]ÄJ®!Du±Á¦x*¤®S "
b"’y{Tå³Mñ¼AÁ\x05 gei2 "
b"’¢\x17 j×Mô²\x0E çÌ\r (×ò "
b"“Sj1¾AƤ…\x1E 7LÓ\x00 š "
b"”V\x14 dn!F½¢\e\x05 ü\x19 n "
b"”l·œ€MÒŠ™óEœK/U "
b"•7¨L')M\x12 †ÌÕníñ–\x1C "
b"–\x06 Û\x00\x11 óF-ˆšý»]»(b "
b"–\x18 L¶#ªE陨Xë,Ð'à "
b"–+™øKoLZާ.QÁ/9) "
b"–ÞPÁ\x11 .LÐŽJæq²æ„\x1E "
b"˜\x19 ¿"øWO´ºk¦$eÒ\x0E ò "
b"™Å\09Oú·¼\x03\x07 ýx® "
b"™ÛÇé‰6M\x12 ¢Fì\x7F\x18 0\x06 Ú "
b"š\x19 /‰ýŠ@\x1C ™Ï°ÅÍ\x11 Øf "
b"›Ê³‚!îH7‰†6Õ—\x01 g "
b"œI/*U\x05 O\x17 ˜tB\x10 ú¢\x01 Ž "
b"œ_Ë›_ôI‹Š;\x13 “´\x1D Ê\x12 "
b"œ}G[\x1C ÄMd‰\x06 Ï\\t\x04 ¢˜ "
b"œÊœCx+OaŒ¦\x0E ,\x19 ½éŸ "
b"œÚS\x08 ³øH\x08 Š)ZLYÏ8õ "
b"'˽\x0E £HÅ™°²“œ\x16 –¬ "
b"ÖT®\v B"²\x12\x1F\x1F €ZìÖ "
b"ž\x07 .mÎèEz»_zÙ’nÊm "
b"ž|\x11 Þå¬LÖ€\x03 ò;Ü\x08 §\x04 "
b"¡\x12 DޱMB½¸\x1C 7°=\e ÿð "
b"¡´e\x15 <åFO¢Ýžr¸ã\x11 o "
b"¡èס‡qOöºÜIų¨\x00 O "
b"£[1–‚¡Hb–øD°êà“% "
b"¤“\x16 “À·Kpµ-r¨—I´ "
b"¤µ\x1D\x18 q¤H\x13 ŽÁ‰~È\x00 °Ë "
b"¤ßýãD.El…U#N:M\x1D\x1F "
b"¥¹\x19 #JrE`©\x00 \x12 Ï\f þA "
b"¥çXïCÓEd£^þWl^êô "
b"§Š$“¾\x18 @4¦'‹\x00 D\x04\f f "
b"¨|yF\x13 ·IQ‰$\e\x17 QM\x06 ù "
b"©@40sd@1›Ô¡ïBÀÅ¥ "
b"ªÊæ/fsL‚'Ã\x04 ‰Í$c "
b"ªý+×Ü3LG•F$7Ãüލ "
b"""
«8"™Ý\v MCœC\x06 '\n
Ñz
"""
b"¬WëË\x10 £G¬¦VåÎ.â\r j "
b"¬z i66LŸ£\x1D ·®\x15 \r µ± "
b"\x0E zìl\x03 C£‹|\x03\x16\x15 ÑN_ "
b";_HؽE\x18 »û¡K€=Òº "
b"¯Cÿ«X\x1E Oe‘µa\x00 þý!Ÿ "
b"""
¯€Ó\n
s´M¹›ý‰ÄHs:Ô
"""
b"¯²\x13 G`ÅDj±\f ö-³\x19 ³\t "
b"°=„’û»HÔ˜¢^¸>z$Ý "
b"°Wèv°iJ׈ªa?ÕH< "
b"±>\x01 <\t sB)»‰þM‚tì4 "
b"²57”õ«C\e Ž\x15 Pœ\x1C IhK "
b"´„øU\x10 zDš™\x01 ¬˜\x01 ç—² "
b"´öÆê‹‹AF”¿|CÓ\x05 ½\ "
b"¶c£w¿\x18 @Ò”\x14 9F ´± "
b"¶£—Èð\x15 G]¯ÒW\x14 nZ‚ð "
b"·SÑ*ÒuL]¾Y\e š7-k5 "
b"·ö\x19 …Ð\x02 Iάö\t\x1C €º¬î "
b"¹Q±O~èJ´º"?|Ó\x1D 2¶ "
b"º‚e\x00 F˜JÞ®—Þ\x1E ln‘Œ "
b"»#\t \f +EV—;áw5ÊqÙ "
b"»>ïçÍ\x13 Nj™E\x18 qDK%Þ "
b"""
¼$¸‡\+Ag¸¸f\n
@\x1F\f
"""
b"""
½\x06 ±4\n
s@Y‚\Aê8ìî\x14
"""
b"¾–ýÐêtF\x1F ³Kš´VœÔi "
b"¿¼ÖW‡\x14 BÜ«\x00\x08 ½V˜tå "
b"ÁkÚ葎J$†F{ÄOÂ)¿ "
b"Á pïø¯Hæ†m¿\x16 ׋\x1A \ "
b"ÂW¡hq@Gä–±Õ\x14\x18 ž\x17 "
b"Âs´+Þ\x14 D¡#\t UdËä "
b"ÂÊœªdI\x12 ‘å‹@€’I "
b"ÃsòÁ™!CÕ»þ{Ú-x4í "
b"Ħp¼×=@à–Ù\x12 ðú½i\t "
b"Äù\x07\x06\x00 ØM\x03 \x7F âcžc\x16 "
b"Å\e RÂ\x0E I¯£8oVÃv¶£ "
b"Ædò4\x08 ‘E™¬9Éy\x18 $ÙÚ "
b"Ƈ}=\x16 "A\Ž‘Cå3x,¨ "
b"Ç\x1F øF¿ÉBd‡ç"Å\x19\f %\x18 "
b"ÇŽßE€·MóšÍÁÜnÚ/t "
b"ÇÌeÄ\x0F YDÇ™z¢\x14 &¤/ê "
b"ÇÎÅ^sÃBU¯wÙ%ôú†Ê "
b"È\e FEILi£·À§ð•\x12 A "
b"ÉO8\x14 s´N\x18 °Ÿ¹•§!\$ "
b"ÉxB"îÂG8¥TŒà\x7F Ùœ* "
b"ËB@J\x17 nD^ W¾ïù\x19 BÆ "
b"Ìß“\x01 š\x15 E\x7F Œ‘Fø\x05 *Eÿ "
b"""
ÎÜ\n
\x18 Y\x18 @—ŠçÏ\x1F »žïÏ
"""
b"Ñ/#‘=KD\x18 ‹Û ËÙÜ# "
b"ÑÒypS\x06 I\x1C š\x1A ·I ØÌá "
b"Ò\x1A ð\x04 %‚F7• û¶"²¸ "
b"ÒKü\x14 Gp@LŸXQ\x19 ÅÌ/f "
b"""
Ò¯~xGŸBG\n
çåïhÿ‹
"""
b"ÓK›\x7F /HG ¬\e pH\x0F\x14 ¾- "
b"ÓU7©\x0E ,D²«kk?Ÿ…ïd "
b"ÔøC\x06\x03 „@Ô©íB#\x07 §”„ "
b"Õa\x14 F\x01 E„—\x0E gæ£ø "
b"ÕvxØa!BE—~ð¸¥;\x15 "
b"Õš5ƒ†bH\x1E ø¿Nüý5à "
b"ÕÐ ]ÄÉDý‰ÏÎ (†\8 "
b"Ö$fý²SO–xA?Æ|‹\t "
b"ÖXiå0ÂCÖ†0xHa\x11 ðÞ "
b"Ö„‡Q½¯L—L/ú0Þ(\r "
b"Öý\x15 º5ÒL¯•\v ¾²ûŸ~& "
b"×A$xß©Ha›µ\x15 i?ôN« "
b"×Mÿ\x1C MØ€\x05 '\x11 C¹Iœ "
b"×›Ù,-\x06 D0¯Ã'ŸÈvJ\x10 "
b"×Éj8ºDEã·ˆ\f Q–D“¨ "
b"ØÔ\x17 .s×B\v »5\v\x7F À)íŸ "
b"Ùaƒ\x08 M-HÝ€^_Ó£ŠÀÆ "
b"ÙÂBëÅG†ž7É)Æ()ø "
b"Ú[,Fú\x07 Cq“«\x19 ¡zsà? "
b"Úg\x06 `\x12 #F·¿c¿çt]¯~ "
b"Úãôx.HK(¤\x17\x19 7¹ô4¿ "
b"Û½ªEÐROܹU\x0F 1°uÑô "
b"ÝeöxŸ‰AÇ·ä?ÀN\v I† "
b"Þõ\x1D 5\x05 ?GÊ´l-~Õïã; "
b"ß2û~I(Oû•¬zÂuâ-ý "
b"à\x0F E\x02 —\x1E IB¼ÙþU!JŽó "
b"àyÉ\x16 FLGî Ê\f (‹ð "
b"à«O\t xaCû–%É\x00 í\x12 .} "
b"áT¥½¨CѺ ZI†Ž‘= "
b"áb\x1A Ä\x0E K\x03 ¶çÚ#©jð¾ "
b"â¨ùûo€E\x08 »Nì?p\x1A ù "
b"âå\x10\x18 ý\x07 L\x0F ÝkÞnxjÙ "
b"âú¼©¢Bt†O\x1F !Þ_ê "
b"ã?\x1D \XeJº½j›CðØ… "
b"ã±\x10 ÜäÛGv¦Àã»Û\x04 ‡? "
b"æ\x13 ôŸZÑFÑ€?åÈ\x00 ,µx "
b"æ?óôã¾@G´î¹oÇ\x07 qZ "
b"æKz•\t òK4š|ô¢ý±Äì "
b"ç\x12 p6êÀJX¤§G¢\x04\x02 ý( "
b"çèûÉLÈB^—üi²ývvÕ "
b"è\x17 K#¨K™šé!\x1D ’.ýA "
b"""
èÙ7\n
\v\x04 DrŸ\x12 €þÝ\x08 \x1F
"""
b"""
é3\f ¹y\n
OÁ—ÇRÇnáÝ\x1A
"""
b"êˆæ\x15 ƒóA\x10 ª³lм¥2{ "
b"ë½M]ÒÖD+€ pž\x03 k\v "
b"í‚¿ø!\x08 K\x0E ‡Ž=ñû]\x12 n "
b"íš2Œ|‹Da³]á\e C'r\x1E "
b"íŸ\x7F ²Ê\x19 Mßš7FNÓ^'t "
b"íÓÊ\x18 éTHA´Ñ9Ö +ÚZ "
b"ïÁ˜\t 8IE&¹ã[3:åd= "
b"ïú\x01 å³`EM„\x16 ×ÀË\x08\x16 "
b"ð\x14 TÈØòH›UÐN\x12\v Ç "
b"ðƒÀ~³Mùø&‘zˆ‚q "
b"ð¾ž!Õ\EwŒY¡\x14 é"»” "
b"ñ)Ù=\x1F øN¬7½„D@ƒü "
b"ñcYCRFˆ·Ør£ÎV "
b"ñ·\r ýÈÖN\x00 «÷êýN–µM "
b"òóxj“ÜBÉ¡>ÇF½ïª "
b"òóyÍlþF³ˆèw!“c|R "
b"ó\x06 Á˜™hK*¿…\v –T¦&Œ "
b"õn¾\r 3ÔF¼‡À«Î\x08 ¼5Ö "
b"õËkL"FG¬”ÿkãT³N' "
b"ö\e *„Q\x17 F‡Ï\x16 Ãa=‚÷ "
b"ö«vÖG‹Iw¯£\x11 æ\x17\x01 YÝ "
b"÷#ûI²®H”\x1E #ÒNT\x1E Þ "
b"÷B[\x0F =`Eë‹´6ë\x02 ûOÂ "
b"÷UR²GšM™€8¥/®»#/ "
b"øð\x02 ˜ÍúOö³FfˆY\t Ìj "
b"ú\x14 #`\x1D\x0F KQ§}ú¤H¥Ûç "
b"úE›ulÞI—§©çw»áÐ! "
b"ú¤•LU„G‡Gý\x1E –¼×\x05 "
b"û\x00 ¯%\x7F ËFM¼ôÌK\x08\x10 A "
b"üM"XޏFσÞ\x04 ƒ¦¦‘ "
b"ü›ˆ¤G\x03 Cü”Â)O1õ\x1F j "
b"ÿ\v NÌ~ŠCи<¾\x00\x10 i15 "
b"ÿWåZc>@…ŽFĜȳ1’ "
b"ÿ«L\x00 º²G?·S@Ø–\x00 nO "
b"ÿãÌž„ÊI‘¬VÝ\x7F ·«’ "
b"\x01 |ŠÀ‘;L'¬4\x17 êâøÎg "
b"\x01 Š+¢\x1F D~\x0F …BÝÚÀW-\x10 "
b"\x01 Š_\Ç:pÓŽ”qª‡ñs¥ "
b"\x01 Šdb•\x06 s¾½<oaS½mð "
b"\x01 Šdt¨Åw¹²xu\t £oÀÎ "
b"\x01 ‹[¯ñ\x13 wÕ¦+p\x01 <¾Ë§ "
b"\x01 ‹[ïœR{5¢rÊXà\x1E Т "
b"""
\x01 Œh^¸[~\x1D ¬\x01 |Í>\n
\x11 ˆ
"""
b"\x01 ŽêŠ#au>7Ê\\x01\x02 (¿ "
b"\x01 Žê‹¤ä}g…^nYûÅ1À "
b"\x01 ŽV0BÎu‰“r›³b†a "
b"\x01 Ž\x7F\x06 i¬wCž¬ˆÌ£Nê® "
b"\x01 \x7F D0q}DÞG€’ë]f "
b"\x01 Ž\x7F GV¾}Έ3yÒý¬Ý’ "
b"\x01 Ž\x7F GwË\x7F %™6AÅäÉBí "
b"\x01 Ž\x7F Gœnzb–\v\x7F p“b5¦ "
b"\x01 Žž¨}-tÓ”Òhv\x13 ?_ "
b"\x01 žÑ׃u\3’ö›€> "
b"\x01 ޽\x10 ¹¿r“—ò¦@@yk- "
b"\x01 Ž½ÍŒÛ|Äœ;Ö\x11 f\x06 ñm "
b"\x01 ŽÁé\x10 Ä{î¡Ê\x16\e i[*Å "
b"\x01 ŽÂEvÇz“’Âñ«qäm "
b"\x01 ÂgW|ƒžÏàL#g!\x06 "
b"\x01 ŽÂ–\x1E †}ü©³Ÿ\v bNâ| "
b"\x01 ÂÏ\x1F Op\x13 º†hË\x08\x18 t "
b"\x01 ËþåÁsîŽhnZ\x04 0p "
b"\x01 ŽÌ\x13 ŸUulœ\x14 |\x19 Yý™« "
b"\x01 Ì\x15\x01 Ã~d\x12 ':\x07 õ°ò "
b"\x01 ŽÌ\x15\x1F\x11 t#½C¼NM™¹à "
b"\x01 Žì\x16 ]Ove“øð¯KúZã "
b"\x01 Žì\x16 µ6sÚ€Áè²½„ ¼ "
b"\x01 ì\x17 èo}ŽÍëšÝ>ÖÅ "
b"\x01 Žì\x18 ev©€ùL\x1E \r ùÇP "
b"\x01 Žì\x18 NõqVˆŽ~˵\x05 kƒ "
b"\x01 Žì\x18 …‰p^¶òWD¸‰·’ "
b"\x01 Žì\x18 µ\e z›»Ê»-5ò˜) "
b"\x01 Žì\x19 )¦vñª*J³¹\x18 ¢\t "
b"\x01 Žì\x19 d°~Ä”Ä[\v #íÖŒ "
b"\x01 Žì\x19 šBtU©\f ag§êз "
b"\x01 Žì\x19 Ðvz릛]’´ß!P "
b"\x01 Žì\x1D {1r\x10 ŽÐ÷\x01 àö†O "
b"\x01 Žì"4^yo˜8²ƒ\x18 àÍ+ "
b"\x01 ì-2rÄ£vZ,5‹\e Ö "
b"\x01 ŽïûÑ¢q\t ¢/F;Æ\x00 ¨ñ "
b"\x01 Žïü)‚r0½(\x1A H´©¹] "
b"\x01 ŽðFÂ}{E¿˜xA<WŽ´ "
b"\x01 ð‘øãr~®&åà½(» "
b"\x01 ŽðÛ³5x\f ä\e ôæ-ÒF "
b"\x01 ñC\x00 ³}‘Л)³™Q\x02 "
b"\x01 ŽñC'Kpʤ\x19 Ž\x1A XÑ?Ý "
b"\x01 Žñ[\x1D\x1A\x7F\x11 ª™Ä·% a. "
b"\x01 Žñ[‹èsM˜\x18 8Uj>‡Í "
b"\x01 Žõ\x14 \r \x1E\x7F ¨¯\x0E r\x1E\e ‰\x1F\x10 "
b"\x01 Žõ\x14 F\x14 zW–µ8w¥¥™á "
b"\x01 ŽõbgŸv—‚Ak²\x18 f÷\e "
b"\x01 \x05 ÙN>}\x14 «Á\x04 =Iý\x1A ã "
b"\x01 \x05 Ú·¬pqžÄÂ<2\x04 æ "
b"\x01 \x10\t âOsj´\t š#5Âå8 "
b"""
\x01 \x10 \n
Ý\x1C ~C¨qãQ!`˜Ë
"""
b"\x01 \x10\v\x05 r~µ£¿¨\x06\x13 wŒz "
b"\x01 \x10\v @BvDŒ\x00 Ö¶þ=ˆê "
b"\x01 \x14 uÓ‡v\x10 …}Ø\v ï\x16\x04 Ý "
b"\x01 9\x06 Š{——ç§\x16 Ù’A "
b"\x01 9НÚw`‡¾É\x16\x1A R±X "
b"\x01 >P¯Dq ±OOR%? "
b"\x01 >Pߤvy¼V\x1F\x7F ýàgÞ "
b"\x01 w\x02 e\x7F\t ‘"\x19 M0\x15 ª( "
b"\x01 {f½\x06 w\x06 ‰”á ”›ßg "
b"\x01 {i^°{²¢¸ƒ›\x02 9¯— "
b"\x01 †…Wšpù¯Ï憩%. "
b"\x01 Ã’»rvªÆ"Ósa\x00 ] "
b"\x01 Ón*uíª¿&p\x00 LÄ< "
b"\x01 ÉEfˆpî¥\v å÷Ø}ˆ6 "
b"\x01 Él@cvÉ‘šÒï»õ\x0E 1 "
b"\x01 Ýc~„}ÛZ£,ך¹\x19 "
b"\x01 Ýc¬kpB™"là\x14 Èò‰ "
b"\x01 ãbî†w\x08 ›áêY‚É—# "
b"\x01 ãcBÂ~*¸Ìv\x08 çû—w "
b"\x01 \x06 ð«Uye¼ZÌC…\x08 2ß "
b"\x01 \x06 ðù\x1E ~1ž®¤‘È\x01 o "
b"\x01 \v ŽØ!}í§ÀÖÌ7,\x05 | "
b"\x01 \x10 c\r Ûz\x15 œÐëú\x1D ‡Vò "
b"\x01 \x10 æÉZzbœŽÌlXâžZ "
b"\x01 %\v …W}3†Ðqw\x11 I ” "
b"\x01 /Y¾|Í‚@$Ûé®7 "
b"\x01 STH(y‰«Åšo\x00 3\x0F E "
b"\x01 xU¥$v"¥ƒyí\x07 ™Z "
b"\x01 ýàj‰sòºžX'Sp\x1E j "
b"\x01 ‘\x03\x17 )ìt¨…¤È!ëÓi "
b"\x01 ‘\x08\x08 i~8«\x11 D”,\x01 §’ "
b"\x01 ‘\r ꬣt‹œ$j\x04 º!5\f "
b"\x01 ‘O÷$[u\x04 ˜CI”P\x04 µ\v "
b"\x01 ‘Pªs„} \x03 q\x1F Èß# "
b"\x01 ‘Pªê]rH£ \x12 |—é-\ "
b"\x01 ‘U\r ô:~Dª?á‰ü›-„ "
b"\x01 ‘UÒŒ^te7sÙûõVÊ "
b"\x01 ‘UÖ¢°\x7F –˜mHr\e w\x12\x15 "
b"\x01 ‘’ÉÊ\t v³“b¦¶v!ÿM "
b"\x01 ‘¼\x19 ž*pÛ ÁšKeW\x08 < "
b"\x01 ‘¼\x1E Ôôu»•Òfeåg¼† "
b"\x01 ‘¼<ð\x03 v\¤O,ÿ"•X. "
b"\x01 ‘¼FifsO®j¡\x08 êŒir "
b"\x01 ‘¼U_±u]¶„é¹\x7F rÅÖ "
b"\x01 ‘¼w\x04\x0E yŒ<Ž\x19 À –° "
b"\x01 ‘ÁÜP2{D†FÜ4ç—Uô "
b"\x01 ‘ÁÝ•þy[¡ëÿÌš¿Ÿ4 "
b"\x01 ‘Æ.ÁMzSŒÀ\x14 #ôd¬Ï "
b"\x01 ‘Ö¦\t }~„B;º¼O\x16 | "
b"\x01 ‘Ö¾}ð|É¿\6e·:×ù "
b"\x01 ‘Ö¿JŠtP”pÉcGv\x00 Ý "
b"\x01 ‘ÛÂ\x1C op4œ¿¯Ò¤Ž1› "
b"\x01 ‘ÛÍ'iqo¶\x19 ©(ÞDþµ "
b"\x01 ‘à¾\Ž~›_ýj™“Á’ "
b"\x01 ‘æe~{vϵ\x10 §EåHã| "
b"\x01 ‘æe·¡pô¼Tª~ü\f "
b"\x01 ‘æf\r ß\x7F D¢njáàËœË "
b"\x01 ‘æfô7\x7F ¿’\x04 %|!³ëá "
b"\x01 ‘ë?Ò‰rvœ–¼ó_\x1E 9a "
b"\x01 ‘ú§\x14 Æt‡ž\f ç×\x03 3[ò "
b"\x01 ’\x04 o<ïvŸœX—Ók`ï• "
b"\x01 ’\x04 Ë\x18 z{ášDFÛ:üþ² "
b"\x01 ’\x04 ËB´zOšÖòÝ4\v\x1A Ô "
b"\x01 ’\t ©žyi\x1E -ÿ”ógo "
b"\x01 ’\x1E ‚²3{ã£Í-Êq\r * "
b"\x01 ’\x1E Úm×w½ ã1)îË\x17 / "
b"\x01 ’#ì%¢}¤\x02 ‘L!hñs "
b"\x01 ’$\x11 úóx¶Ž¥…Ž\e Q "
b"\x01 ’(RvzuÖŒ3bëÄQ†˜ "
b"\x01 ’(¡v*{;¼¼\x1F RŒ\x1A -a "
b"\x01 ’(¡¹¾rû§•\x02 në„ïˆ "
b"\x01 ’(¢\x05 '~\x0E C2ª³\x04 :Þ "
b"\x01 ’-üÿLy‚\x16 šFvUŽð "
b"\x01 ’B¯áJqT«\mF\x05 hÇÔ "
b"\x01 ’B²\x10 9s\x12 ¦Ìö#óè. "
b"\x01 ’C\x18 %(|\e »Ÿ‘3g‘p\x7F "
b"\x01 ’G\x1D Wju¹²•vU«¦Ê1 "
b"""
\x01 ’G\x1D u—\x7F V¤”Ù\n
\n
]}„
"""
b"\x01 ’G\x1E Jû\x7F\t ¢:]—/ãMx "
b"\x01 ’Li^›qoŠá±þXú´$ "
b"\x01 ’L«qF|ï ó\x1A ÷\r «¾« "
b"\x01 ’½Ç\t\x0E uº˜¬\x03 j\r *} "
b"\x01 ’ׯòwË+0~{^² "
b"\x01 ’×±©aq\x1A ‚ïëA<\x1C ›è "
b"\x01 ’ÝŠ—«z¢\x7F\x7F JŠÜ§Ë "
b"\x01 ’ü>jv\x01 ŽqÐò\x08 ½èz "
b"\x01 ’üA0¸vŒb%¿]<4å "
b"\x01 “%‹–\t zÜ€é¶\x08 ªe.² "
b"\x01 “%ŒÒ¡|„µY¡Ê¨iü¢ "
b"\x01 “S[J•{O—À\x03 9\x10\x13 ÂU "
b"\x01 “hŠ9\x01 rÔ•GÊÃm\x11 T… "
b"\x01 “m u”xB©'V¸Y=\r þ "
b"\x01 “n\x06 }\{Ž’ ŠåêRy\x15 "
b"\x01 “w‘\x1A !\x7F A‰Â²ØwÎ4s "
b"\x01 “w¶’ÿxz³\x1D 9dIVhÖ "
b"\x01 “Ýî\x18 ÄrŠ£k\f ¸/?çi "
b"\x01 ”@O\x7F brÅ»×äÃmEÕ "
b"\x01 ”A\x06 {\x0E vTº_P´PÍÿu "
b"\x01 ”E{Î\x00 s.¼âC8Ê|J2 "
b"""
\x01 ”_<8¡wy¿\n
²h—;âÆ
"""
b"\x01 ”Žœ¦`xÆ“îÂ(1ý^ "
b"\x01 ”“\x10 B\x17 {ð†:×YÐZÛè "
b"\x01 ”²Bç#{ü‡YÝ…ÿ\x16 ,A "
b"""
\x01 ”¶V\r aq_©UˆÕ‚\n
o\x1C
"""
b"\x01 ”ÑEö\e ~¡™\x16 #Ýcf…l "
b"\x01 ”Õ•œ`y\x10 ½×\x18 ³\x07 %È\x16 "
b"\x01 ”Õ•¸:x¦³gš\x1E }¨\x1C m "
b"\x01 ”Ú¨šn}À)w\x01 rˆKK "
b"\x01 ”Úª0–t\r „\fIo"Ë "
b"\x01 ”ÚªT˜t\x18 §ì‰ýˈל "
b"\x01 ”ÚÂÜSyÔE\x1C ÔK®Sç "
b"\x01 ”ß^¯ér¤ƒ»=I¦TC0 "
b"\x01 ”þ[5ª~û°\x03 :J¨hý< "
b"\x01 •\x19 JŽNydªsPY\x0F šÐw "
b"\x01 •ekÅDt‹Ÿñ®úI´rC "
b"\x01 •k‘\x14 —qÈ·\e 5AÌzž¯ "
b"\x01 •‰˜©©~\f ¢¼>Dßǘ "
b"\x01 •‰™\t yyt¹nüu‹}H "
b"\x01 •‰ÉTô{Á¦\x0F ž\x1F qûÅ "
b"\x01 •‰ÉˆtxÖ™·j»²º)\x00 "
b"\x01 •‰Ê0\x08 u\x07 ¤\x08 M\x06 :\\x10 ; "
b"\x01 •‰Êa\x12 sóµ)\x06 ¯S_ý\x16 "
b"\x01 •—^²{J‚‰1Hñû¨ "
b"\x01 •”’Ùa{Z½¯\x18 -D\x15 q; "
b"\x01 •Ò^dÏuVŸ‰í¾\x1F “\x12 o "
b"\x01 •öDûmz.—\x04 µ\åp€N "
b"\x01 •ökSë\x7F )¯lÇBiAS "
b"\x01 –8\e K’zו\x1F ˜çµ\x14 ı "
b"\x01 –8\x1F ˜ýz‘¾c?{£[û– "
b"\x01 –8\x1F ò3z\x19 »e(ctm¤… "
b"\x01 –8 „\x06 y1¨Ùq¿Z%]m "
b"\x01 –8!7Ë}\x05 ›û\r \\x1A B[¢ "
b"\x01 –€Âþ·qN“„ Ø{ÓÆú "
b"\x01 –€Ã·,}K€¹"³µŠ\x08 7 "
b"\x01 –¥t™€q\x15 ˜\x19 U"k\x12 ç "
b"\x01 –©ô/{\x7F ·¬ÙÆ[\x04 \r Öù "
b"\x01 –Ãë4’\x7F é‚\x18 ¦#iœwà "
b"\x01 –É„—\x16 t¡º÷¸‹\x00 inÐ "
b"\x01 –Î"³RwŽ‘\x07 ’¤#\x13 6R "
b"\x01 –Î4‰8x%¡PC¶\x0E •½\x13 "
b"\x01 –èIoGqmŠË>ª \x02 4\x12 "
b"\x01 –ý\x0F ï\x1E s"šÉ‘BñRFê "
b"\x01 —:+¬]|O€Ú8\x18\x7F õÕ "
b"\x01 —:+ÖMq‹¸Êµ\x13 üOlœ "
b"\x01 —:<Á˜uǪA\x08 2Šm\x06 ‰ "
b"\x01 —?õí†{t‡¬ŸzQ´U® "
b"\x01 —c\x05 ›§q\x1E ¬6¨›•‘ "
b"\x01 —iJä\x1F\x7F Ñ…ñâ@Ó\x05 |\x1C "
b"\x01 —x^˜4zP•*\x07 :´ª\x7F\x0E "
b"\x01 —|ó\x0F -zz¦Kúä\x0E àÐt "
b"\x01 —}M`ÉqAŽ3ð*€n† "
b"\x01 —‚û}«wݰ\f H»\x01 Á! "
b"\x01 —ˆ\x17\x1D ÔwA¦æ Ð.V "
b"\x01 —ˆ\e ¸Z\x7F k‹—\x17 €`3½˜ "
b"\x01 —ˆ\x1D Ö?s!˜nºËÀØ1} "
b"\x01 —ˆI\x11\x7F {›Œ@±²:¿ "
b"\x01 —Ž\t ܰv\x17 ¥ý‚¥¸Ò'Ç "
b"""
\x01 —Ž\n
\x02 ‘u¨‹Â/í6Ý‚
"""
b"""
\x01 —Ž\n
"\x03 z¬œÀóS}Œ†è
"""
b"\x01 — ÷\t 'y\x14 ±ñ\x01 0s; "
b"\x01 — ÷'ƒpj¦\x08\x16\e Š\v Í‹ "
b"""
\x01 — ÷b{{c¾ñ\x14 ù\n
æú\x04
"""
b"\x01 —¦EÈ\x0F v§»[kdy®i— "
b"\x01 —°¦5“tب"7XK®¡¿ "
b"\x01 —°ù÷ÜtÌ”\x16 o§u`4Ð "
b"\x01 —±\x02 ªò{#‚]Aåz^SŽ "
b"\x01 —±\x08 ®¸{V˜óÏŸð¿Šô "
b"\x01 —±\x08 Έr’…I\x17 T„÷~ "
b"""
\x01 —±\n
¯%xæŸAL5¨Qâé
"""
b"\x01 —±$_þyr¤z¢´âIŸ- "
b"\x01 —±&\r Ìxê”¶\x0E (Œ\x1E )– "
b"\x01 —±Qyºv’‚\x12\x1A ì\x05 aã© "
b"\x01 —±QÿEw*€ùñ\x12 ×Ê\x13 å "
b"\x01 —¿×èÍz>¥¼oÌóP4 "
b"\x01 —¿éœ-~à±ûŽÁ|¡\x05 s "
b"\x01 —À\f î6\x7F •®²ÍÍ2Å•» "
b"\x01 —À:–¤sp«\x13 –‚\x05\x16 òº "
b"\x01 —À~VItøKÊ‘¾~^\x17 "
b"\x01 —À®\x13 “{\x05 šÜÍ\x17 “‚~\x04 "
b"\x01 —À°jFrÅzbzPöR$ "
b"\x01 —ÀÈÞ0}\x1F §C’º“‰âf "
b"""
\x01 —Ä£\t þuŽz4\n
\x1E më\x03
"""
b"\x01 —ÄÁfnx´ŸÛºªÏ<R\x1A "
b"\x01 —Ä˳Û~\x14 ¬¡™ ®jÞ¨ "
b"\x01 —Ä霒u¬¥`\x00 bòq7ª "
b"\x01 —ÄêUÉyòŠÕÇ\x03 âzU "
b"\x01 —Å=Ä\x01 u\¦:L\x00 t·\x1C "
b"\x01 —Åm\x19 ÁrÍ»ÞõP£z7. "
b"\x01 —Ån83u†¤‹AE÷’\x0F ™ "
b"\x01 —Å¥$àsI·E¬9Èû\x07 ³ "
b"\x01 —ŧŽ\x15\x7F ´™•:Hv”/ "
b"\x01 —Åï5Æw=³xüpP;j "
b"\x01 —Ê×Ü5q\v ½ ŸÂÒÙØ" "
b"\x01 —Êï5\x1C }Ë‹\x16 3áµÒR… "
b"\x01 —Êïß\x14 t‰–ø’ƒœT`ì "
b"\x01 —Êü\x0F\t r<¸¸äþ¬žN "
b"\x01 —Êý»l\x7F E²T\x16 ð1\t í¤ "
b"\x01 —Ë\r àò}k•\r \e Ê: DB "
b"\x01 —Ï%AæyúšªÅI_°\f a "
b"\x01 —Ï&“Ùwù’e*ÝuÎÔ1 "
b"\x01 —ÏVV‹{ú†c·\x17 hiÇd "
b"\x01 —ÏWDÙx#«.MkZ:êö "
b"\x01 —Ï•ó\x04 p¤\x07 úûçþ "
b"\x01 —Ï–žzvð¾iM÷¥€LÕ "
b"\x01 —Ï÷›\r rÍŸ+YxQvLŒ "
b"\x01 —Ð'I¬rÓ£\x1D £È€¯7\x04 "
b"\x01 —ãÉàÖ\x7F À¢Ó¨º™k "
b"\x01 —ãçß›wq‰Ý¨öM‹3 "
b"\x01 —ãéVš|ü±§\x19 K^Ïu "
b"\x01 —ä\x00 ½3w\x1F µ%lhk6Ï“ "
b"\x01 —ä\x02\x1A ”uü±ªíµ\x0F m£Ã "
b"\x01 —ä\x14 TévK£\x05 aþ‹$3\x10 "
b"\x01 —ä\x15 ú|—ƒ“¤ÇcæG« "
b"\x01 —äíë\x0E zf²…àms¾ê "
b"\x01 —èí©jw\x03 x†<@Ð{ "
b"\x01 —èïé\x18 z[œ™2ÄbQcž "
b"\x01 —ô\x19 ”\x11 vˆ•\\4\\x07 8 "
b"\x01 —øáWu»±¹æ\e àïð¹ "
b"\x01 —ùVŽár\x08 Šr˜\x1C Ú\x17 Á‹ "
b"\x01 ˜\x12 sh§zW‡?K]a¼¯; "
b"\x01 ˜\x17 *h›{â¤êÈB\e\x15 ÷ë "
b"\x01 ˜V\x10 f{}™¥\x17 Å(\x10 ò¾f "
b"\x01 ˜V\x1E \x1E | ž\x12 )LyO›m "
b"\x01 ˜V)þP|ÌŽ—C\x06 ž Ã "
b"\x01 ˜Z±²\x08 pN·,\x7F\v wuº\x06 "
b"\x01 ˜Z¿Ÿ8xR·®ù\v „:\r „ "
b"\x01 ˜[\x15 w\x0F z\v ‘pj(m#×\f "
b"\x01 ˜[0é2s ¾ 6?B6¸ß "
b"\x01 ˜t3Ÿ\t y&¿n"jcãI\t "
b"\x01 ˜oVð{)¯•T€\x1D Ö \x08 "
b"\x01 ˜ºÔ0sú¥\x10\x1D Ò?÷ê[ "
b"\x01 ˜¨(>bzÌ›ƒ+ÁÃF7Ý "
b"\x01 ˜¨<!zÖ§ó„Ð\v j½a "
b"\x01 ˜¨qº\x0F xÓ™pÈ9Ô3Ó‘ "
b"""
\x01 ˜k{Ôx\x05 Ï\n
Éc'WL
"""
b"\x01 ˜†Ý\x08 vì¹pH«0U/Å "
b"\x01 ˜˜í¶w¡”lk¦5$Ú% "
b"""
\x01 ˜»ûKå|l»æ\n
’Žê@
"""
b"\x01 ˜¼Š\e Ðu½£Âð~;è "
b"\x01 ˜½\x03 ‚#rcŠXH\x13 2ˆý. "
b"\x01 ˜½\x05 ÏÁ}ÌfŽX¹Ê\t ; "
b"\x01 ˜½!Mr¥I}T,‰ã\x11 "
b"\x01 ˜ÁZ{¯|õ—ZÄO}îü "
b"\x01 ˜ÁÉM¹\x7F ]³ˆ\t\x10 h\x17 Ÿâ "
b"\x01 ˜Â\x00\x0E @y4°¸n$\x0F r¶¿ "
b"\x01 ˜Â\f à\x01 r½°Š¶¿é\x15 'g "
b"\x01 ˜Â<+ÖtŽœ¬”hMNŒ· "
b"\x01 ˜ÆóútⲘë¦ayãæ "
b"""
\x01 ˜ÇO ¬tãˆ\x03 <Fá[\n
o
"""
b"\x01 ˜ÇP@¬{´»9‚Pª‰o "
b"\x01 ˜Ë•±\x0F }'š€Ö}/`˜\x1E "
b"\x01 ˜ËÖ\x14\x05 ~z«Í\x05 ß`\e \r Î "
b"\x01 ˜ËÖg,z:›<ÿË,a "
b"\x01 ˜Ëëøæ~D§\x16\x18 €Íg2½ "
b"\x01 ˜ÌCB\x0F }ë›\r ¹á“¸Š· "
b"\x01 ˜ÌD)\x02 qÊe\x13 á\x01 —ìÛ "
b"\x01 ˜ÌRwqp´ß_½\x07 JZ "
b"\x01 ˜Ìpç|ðv\x16 ÞoM\x16 i "
b"\x01 ˜Ì˜\x0E Ïr%˜VÔ,Û³îa "
b"\x01 ˜Ì˜ q͘ô:o#U "
b"\x01 ˜Ñp¿W}‡žª¥Üï/º¯ "
b"\x01 ˜Ñq¾*x¯¶ÓÑm\x00 ù© "
b"\x01 ˜Ñ‚n×v!¹Úf·Lþä\x06 "
b"\x01 ãú€PDì³\r à \f\x07 "
b"\x02 +\x7F 9\f Õ@\e “´5k@Å\x04 b "
b"\x03\v ÁŸÿBEê´¿jn͸ô\x13 "
b"\x03\x14 z¸H0Mô§FЦìøÎà "
b"\x03 Ɖm$`G¯¦Ç|à@F`t "
b"\x04 ÖlH2ÖEì‹_f¥g\x1D\x1A ¬ "
b"\x04 ÞÂ\fŠO@‚}¸[Ü$Mß "
b"""
\x06 y3õ\n
wAõ°â¡X¡@²i
"""
b"\t jÊ\x13 æPLÏ‚¨ÁlïLØñ "
b"""
\n
1úáüåNP’†*zíÕ
"""
b"\r 8VÕîðK=’iÜO@ÕÖ "
b"\r ã‚æó\x1C J\v ŽŠy&áz°[ "
b"\x0F lVÌ{uH€¬uØv‹|ºî "
b"\x11 þ¥ýÖŸK\x11 ª±´©äl\t @ "
b"\x12\x1C Ø\x7F\x16 ?A\x1A ¨šS>V\x05\x00 è "
b"\x12 H:?~ÒMb€d73,¥Y "
b"\x13 ¼–´&5JK¹{t*°ûb„ "
b"\x13 ¾\x1D Tn–EÉWÁ\t &B\x02 ; "
b"\x15 âô\e <A/ºa\x1A gQÝçã "
b"\x15 †pksD\x19 ®ó9"„Ϭý "
b"\x18\x13 Ð…W\e H\x10 ‰“óPð„ ( "
b"""
\x18 õ†\x0E \n
wH\n
¾“ÄW]‹@)
"""
b"\x19 ®jÔÏãE²œ\x01 [¿ÇBiQ "
b"\x1A kL\x00 øÒHA½&«í·õ\x1F þ "
b"\x1A õá‚cPIí°\x04 ¨ÔãiŒÏ "
b"\e h<\x05 PaH.¡9³\x07 ý$~ "
b"\e Ãt€m-B\x13 ²suæ\x07 ç™6 "
b"\x1C ø3¡_SBΈ\x0F q8¥\x1C öC "
b"\x1D õZ ôñI9¢«ç\x16 Æ$J£ "
b" :²S¼nAL“q¨…»à]- "
b""\x1A m§31H\x10 Ž\x1D\x08 ~$\x04\x19 a "
b""‰\x11 jXÁGh†¯\x13 wZ}\x1D ½ "
b""õ-’\x03 WJl…¼Ò¹¸Ü\x15 K "
b"#\v g#-*H1”\x11 ósë? "
b"'ÛÌ\x01 ˜3GúÞ‡\x12 ;}-& "
b"'â\x02 µáÓH“ˆ–\x17 Rqùtn "
b")\x01 ge¿¾Dï”§?@Ú&)ß "
b"*\x14 橨J/€þ\x01 |¼¿ÆN "
b"-pV°QùGÞ·däø¨³Ï€ "
b"-•V©á\x7F J\x1E ŠáU\x12 zޏ| "
b"-è»ü\t šFy²w>T¬ > "
b".t\x01 ޵\x00 EìšÙì};\e ®ô "
b".†*\x11\x16 Nm³ËŠÝ¾aèo "
b"/Ä\x14 €IžDã·ˆÓAU‰<\r "
b"2-–qìAKLŠaWÇ\x0E 37, "
b"""
2A†µ>¯A\n
°¼Á’*¼ï¿
"""
b"4]ù³ÎÖK%¦„j`ša\x7F "
b"4`E\e 0-Ln¨N·bôÿí³ "
b"4»{\e +öAŒŽµ\x1F ôUü~Ó "
b"4í’£{§Ls¨bõ\r ›S×· "
b"5\x19 aJ‘ØNO‘à¤|QÞ\x17 "
b"6\x01 R¦ÌƒO!¬¾º|„ \x16 ½ "
b"6<Þƒ1ÉOª›/‘°*B¢ª "
b"6¡z3\x1F ïFD…\x1D\x1F À\x00 ‘ÔÆ "
b"7@P¸¿+D¢–ò-²0èg¥ "
b"7“—gF*CzœÃ_\x1F „/\x10 ÷ "
b"8\e @©\x02 JOû¼å\v ×ÍNžé "
b"8˜Øã\x02 ,Là†Êÿ\x17 †IR) "
b"9ìöð¯"H2‚ê¹æ“‘h» "
b":î}8\x7F\x08 Aݦ\x07 3˜£nü! "
b";¡£¦\x1E C‰›&ø‘žPd "
b"<ûzM\x0F CC%‡@]ê³hÈô "
b"=cþþU[COŽLáŒb¬T\x19 "
b"=‚wKÚ]BÅ»Â\x19 ÅI^Œ\x03 "
b"=\x7F ë!yKÑ«ôáäzº _ "
b">\x04 ÐÇZÌJ¢ž“ŒD\v ˜„? "
b">#º¦¼\n NÖ²\x00\x1C uÌ"\x06 ‘ "
b">‡¬\x1A 3ÍDɸðHëçJvZ "
b">´¼Ò\v lB\x07 ·=yÀûñ\x12 "
b">Ê52\x06 ¸Iì» ²íRÒw "
b">ΊZ¸F1¸ºÂÊ\x07 ôL "
b"?cjq°ÌBA¿3zZÅe\x07 ì "
b"AQ¶l<MB²¶Ë¾ÙWÅ\r ø "
b"AÁ‚\x12 nàM{›ø|Ãt\x13 éL "
b"BY¥c\x1F ŽFd…=>æÞþá "
b"B[”È\x19 I\r ¿Ç¤ê)1\x01 $ "
b"B`Ôj,\x1C C÷‰«\x15 ó;–!1 "
b"B½«|î_NAŸix¾ÇKš· "
b"Ca|áénKó•FcŠ!‹l\x02 "
b"CÁ=â²eC8ŽCÈÏA’ ° "
b"DUwJ\x10 FNÚ•4,îwĹ^ "
b"E=kG€*B»»0aƒÍã\x06 Ú "
b"FÃ[)<.CŠ–4!—£ØB¨ "
b"GFö04uEý—vhæ‚N;þ "
b"Gœ,\x06 ³þFø™¶«jc8«\n "
b"G±g’‹@I¦Sµ\x04\x12 •P "
b"""
GùŽ\x07 \n
ŠMш”\x16 üc\e ¹´
"""
b"IìÜ_íÙBˤ®3@ÆnÑ_ "
b"J}å˜ ¾@H·u"àXZLQ "
b"K\x16 õI–uAö˜ý÷T]k\x12 d "
b"Lhò\x01\x1A j@’—ß:L2õ¡P "
b"M\x08 OEzg@\x19 ¼¢>FæCtp "
b"N_ìü*DCX©B8ã\x1D :®¥ "
b"N‚U\x18 }HDч*(”L\x05 ¿R "
b"N¨3à\r WHûš\x12 ÏŽ´¡eÄ "
b"N´ „:ÀH¢’6Xv\x19 5Ùí "
b"O\x05 yjf+FS¼é9h!C\x11 Í "
b"OŽÒ\v ÷+A²…dµ¯$Ühí "
b"Qåy°¾nFlˆÎ4Ðb'Cb "
b"Qæ·îÓ†J¥ºÁ—jD#s0 "
b"Sâ-±ˆ3I2³!v\r Òë\e ¡ "
b"Sü>mýŸM⾿S\x06 ò\x01 «@ "
b"U\x1C ífdKO[‘Q›\x19 xÐP§ "
b"U;ôg“ÎJtº/5SpÅ=L "
b"UkãaÉ\x1A I\x04 «“^m”=0% "
b"U›A³ûàDÝ€-|¨'3sÉ "
b"Uå§ïáëDãž\x1C *H;\x13 šn "
b"Vãç‡Ýè@á„—ò\x0F V\x07 Pª "
b"W2;…À@FñšFACó\x05\x07 ¾ "
b"XØr²¢mFuª2ã\x1D ,1áW "
b"Xå\x18\x17 Y[Eÿ½íae¾\x1C ÓÎ "
b"ZŠ\r ñ£B\x1F ‘\x13 âžÿAdþ "
b"[\x0E (û=I\x1C ®'}Mͦɨ "
b"\\x07\x07 ¤k%H½ý–ê³bMƒ "
b"\Ÿ\x03 ¶rzFUµ™i£—[2o "
b"""
\̸,úœJ\n
œ÷8\x1A Ôø¼¯
"""
b"]\x08 êpÜtH¸E¨n$\x00 |n "
b"]\x13 ½·’ I£®k¡sÆIaM "
b"]3‘ÔAÓJ#¢ÕÐG\v QÉ "
b"]W£µÄÙJ6”\x17 }p‰@[å "
b"]e„\x04 ‡šN\x0F “ïO߀D\x16 % "
b"^\x1D 3û\e JFÀ¸9e¢Ð<£O "
b"_†vC\x1A ãM©ž\x1D ‹/™; "
b"`ì0nxCX¢†\x1A WT\x18 ëé "
b"bgÎw4´J’³€0x¦¿6\x04 "
b"c*sW‡ÍJh‚\f }FGsÇq "
b"cŽg\x0F ÊeA–³[Þ¤¯\x18 ÿî "
b"dGVVÎHDZïfÍ\r \x11\x1F @ "
b"gEBÙ\x14 •O~Ò\x1D úÔûKÖ "
b"hË{ÌÌ\x05 K&±2\x03 ²?·‡n "
b"iÝÓ¤\x7F ÅF\x02 v󼈗œ¢ "
b"j/¾iß•BÎŒ~_d\r g’\f "
b"kK\x1C K¡çGÌ„1QÔ\x15\x00 µ0 "
b"oÔ\x1F ;\x07 AD¸µãÙšûÝÕ+ "
b"qp‘E'ÇHø·ø€}:Õ¬ÿ "
b"r4\x0F ÏT.@,¾n.˜šcq\x0E "
b"sHãÑ\x01 ÎIÙ•Ýg6\x02 Þå” "
b"t&\x07 2~YGn¯á˜Bgñ| "
b"wug\x00 ÖrI‘¦Öñ{_'Áu "
b"z&Lh@<CPªé™à‰póá "
b"z‰\x0E KžJL4½°9ÓÄåü "
b"zÕ\x07\x12 –ÌBbŸc_I‚>Zf "
b"""
~ ¬Ò\x1F ¢BО_@î&\x04 \n
Ê
"""
b"~Þ\x05 ˜\x03\x1F O\x15 ¦üeµ¡*× "
b"~åðãï÷@°¦÷<LÛ{ü‰ "
b".\f ª\r ÇOy‰\x06 ›š˜¡\x10\x7F "
b"ü±eÆ\x00 H\x19 ½U´Af´Í "
b"‚×7é,³KV®r-ð\x15 ò¢4 "
b"ƒQ<‘7Jx„žvÖžÅZŽ "
b"„DñDЬO'Œ6•æ-ûGS "
b"…¢4\f / @þƒØÊÔ\v œSA "
b"…ç\x05 ˜\x14 ªKòºã\x1A ÒN\x04 „F "
b"†V~ÇK–‹ÞÊô/%¸» "
b"†ðÅ>À¥O§ž\x15 ëÇŽ§G¸ "
b"‡!ñ¬bEE\x18 ‘\r ¡Ò7õ€J "
b"‰ø”âlÕCkìÓ˜4‘Šw "
b"Š¢t\x03 ~ºB¿Š0&\x08 jUfÏ "
b"‹cŽ\x10\x1A ¸E?€?w~^+= "
b"‹'áaF¤a•w—²\x0F “ "
b"‹×æ $uC/‚ÿ߸QˆÄ· "
b"Œt+ªAÙE\x00 °PüeðºÒ) "
b"Œ m\x05 È @ô°&ø]mgË¡ "
b"Ž%¥C”´C’{~ûpQÍa "
b"Ž{å®Lg²\x1E ²\x08 €•` "
b"ŽéT\x02 ‹9L\x0E ±²™\x10 Ø\• "
b"Ž~øÌbÄI*œàáê4XJR "
b"É\x05\x1C ]fD¢UibËV¶| "
b"\x03 âVÜÍC<\x16 °±ÊM¹Ô "
b"“\f ùþâNJ¾\ó³+£,õ "
b"“{\x06 ¹**@\r ³S>×LÀ½µ "
b"“Ô£ôµEC½(fy•ñ»^ "
b"“lûF©Œ@\x19 Yg\x16 ý¯ "
b"”?^„f\x01 IçÂ0€(¦; "
b"”eL\x1A LˆI|®B75¼±¼h "
b"”€\r š(&OÛ§\x08 V¹-õam "
b"""
”§\x07 ¥\f óC냒Brv\n
@æ
"""
b"”á` l¨Nú¨ÞW&‹|´a "
b"–\x7F `Ù5·K9‡Ž©\x1F ý\x1A üJ "
b"–½r“ÅpBñ‘\x1F\x01 r8…©¶ "
b"—Z@ã\x1F åCVjúáC¦tý "
b"—ߢ·@N¸T\x12 ‘1#Å "
b"—ñž\x05 ß.L5„§2‡Ðj¢œ "
b"˜E?¢\x11 ûC\x1E —1\x12 Äí<Ne "
b"™[Í´ñÕFr”îÃ\x06 –•+u "
b"™ˆÒ«NEJN³\e\x1D æs´;ñ "
b"""
šXm\x17 _"G\x0E ¶\x03 \n
쥇"+
"""
b"šëä;\x19\x1A G±¬Í›KœÞ$ "
b"› ú+yÒ@*ŒNULÆ\v `¼ "
b".Jï·JO4ž\x13 üŽ—ê "
b"ž9ƒ<0ÙA‹«”AoÍæ˜@ "
b"žtמԄHñ“o!>S¸\Õ "
b"qíí(\e FÉŽv\x17 ¸›Š\x01 "
b" §m6…4DS—íÇ:_\x02 À3 "
b"¢>°þß}E<«\e +º¯¦r¿ "
b"£Ó\x15 ådªA)‚jÉ÷Œißb "
b"¤VPHd\x1C B\x19 ¬ÐVÒd\x0E 0\f "
b"§ñë›òŽJÅ ¡Ò\e \x02 $™ "
b"¨(»ËŸàKB ¯2î¦þg¼ "
b"¨º\x1C MÐ\x04 Ià‹Ò‡½uŒ‹S "
b"©Œ€/ÿ?IÑ‚\x01 ãÿa¯p? "
b"""
ª\x04 ý\x13 ßåO´‚\n
sw+«ÁÎ
"""
b"""
«”\x05 ,ÂéL¢¡Þ\n
çFÔÑs
"""
b"¬o~YÐQAÛ°,-ã㯴9 "
b"Tåzò£I\x01 –;‡ßååW\x11 "
b"^P\x07 0¯@I\t ¼Î\x04 † ? "
b"¯\d¡JÄE«\|`üŠL\x02 "
b"°\x1A a¡)B#Žš<ØŒb\f\v "
b"°)D»•úBƉWáãï{.¿ "
b"°n\x1C 7»oKw«øÉr˜½G½ "
b"°’÷\x07 s;KöˆpG]\x1E íŽÜ "
b"±\x1C ùIèZO»’"P´Ñ~”» "
b"±‹\x01 $Î!M\¢í@±fc¸ "
b"""
±é?´z\x07 G\n
±ˆmHÂÝ\x1D
"""
b"²GÅ\x19 Ô+L‰´ÉÍŒ(%ù "
b"²^tnBûNF¹°\x10 ¬ÈÜÎ’ "
b"²ø„NÖ:B4¨ÒñßC[.U "
b"²û Ñe\x1E HÊLД\x00 É8© "
b"³Ëw»:øL}Ö{ú\x14 ¿Ø¦ "
b"´›X°4$O?«,ÕãÎŠ× "
b"µŒcÞì@?¤£ê\x18\x1D >& "
b"¶\x11 *‹§îG\x11 ·hé!’$eP "
b"·sùÜÜ`BŠ—‚b0¤õj‹ "
b"ºÏ\x10\f ¬ËBÓ‚E‘\x13 ò›A "
b"»R»¡”éM£¼‘VxUfò= "
b"»‘,dòüA3މ·]\x1E ¨ì^ "
b"¾ü\t \r \x1C ÃDû¦¸\x17\x17 Üd)S "
b"Àr€\x18 àùD\x02 ®R!Ƥì$\x0E "
b"Á\x14 dœóÂI\x0E …Aý\x15 6að® "
b"¢٩˜ÊG“•â>K|´³¹ "
b"ÃjÊ\x15 mªNR½Ö<›\x11 8kF "
b"Ä”~“\x1E GN*–†8²lø° "
b"ÄŸåÚsÞE·šyUNñW±— "
b"Èi‘ìþ\x1C @K¦¤ÇûÅ= "
b"ʹÑ`‹9K\x11 ¾2Ø\x1F\v\x19 "
b"Ë#ðˆÀN@IŒ¢è½x¾\x0F ì "
b"Ëz\x11 çÞÒAæ´\v\x07 Ù'\v\x1C µ "
b"ËéÄÃæÛKÿ„\x7F 1X\x03\x07 ¢ "
b"Ìwgƒ¨fNƒ¾ª\x15 àûmªh "
b"Ì÷QÁµ+C\x7F §š<ÁÞU×\x05 "
b"ÍUä6\x17 XLL›‹Ædÿl*) "
b"Î)°‡È\x03 @ê’\x1C ȣ̲të "
b"ÏGD\x02 vÃJž¹—‡ ÏLO† "
b"Ï‹ä+\x7F TM§‹–=\x04 8R’M "
b"Уs{·-Gy¬É¤œ;pèn "
b"ÒÃâöJ’J츥9d\x07\t ŒÜ "
b"Ó¨\x05 ïu\x06 B]´³ã[Š\x04\x1A [ "
b"Óìe2\HÀ¼ÍQøKÈlÌ "
b"ÖÓDìN;LüµÇEQÕ>n "
b"×[µ¦f\x0E Iò—™§#TæMÿ "
b"×ûG\x1E ÑYBÌ‹\x07 x~'æè\x1A "
b"Ø-Å6ÉÜBÝŠÞ ¹6Å\x16 "
b"؆X€‚ÉE Êš|Å^í "
b"Øeïý\x03 H¹\x04 ¿qàƒf´ "
b"س“ÜzqEG·\x1E I\x01 \r 'h° "
b"ÚLÛéVÜEô†ø\x14 ¤,o¸ä "
b"ÚË\x06 eˆFOM‹#§‰öe· "
b"ÛýX\x00\x02 RCÝ€«A½†)\e "
b"ÞXgPÒ\x11 Ah€d‚R{^Áª "
b"Þñ®ºa7D?«H\t ´˜²ñö "
b"ß\x11 C-E¼E,¨“˜æEŽÞÿ "
b"""
ß9ºÁúÛF‹ž\n
Ù\x1A û7aS
"""
b"ß’\x1C Þ\x0F ÈKÎŒù·AßÅ·¡ "
b"ßê \v\x11\x08 Bˆ¦ÚBO_3m "
b"áØ\x1A Ó2/H_Ÿ'<°µÇÕÊ "
b"áå\x7F Ÿ\x06 ËD±š\x7F Ã\t ‘.J? "
b"âõz\x03 Û¦Bp‚\x1A æF…,¹w "
b"ãEÀÞ·"Fù“\x13\x1A ˆL4É# "
b"""
ä\r œè¨¦NϺ\n
ëÆ¢ûj
"""
b"äÛÁFÓ4A—¶„Ax}Ni "
b"åww\x00 æÊ@b¾ka…ìŽÃG "
b"åå\x04\x01 AŽDM¦Î-<¦\x03\x0F í "
b"æÂÙùê„Iƒºi©“€:|ý "
b"ç_ó¡v\DªƒîäÅ4˜\r œ "
b"çdBÏ÷ºL°¦X’îÑ\x0F šd "
b"""
ꩲR\n
åJa¼T¯X¹ÝLu
"""
b"êÖÐwª”@]‡¥|Z\v\x14 ¤ø "
b"êÚ09\x17 õJ㢒\x16 «ŽþÄ® "
b"ì÷œ3Ù|B±œêÀªÒó’a "
b"í'f½ÄzMà¦n\x01 ùoí¸Æ "
b"íD[d’?KΦ^T\e àŽ…\x14 "
b"î=Žìm\x10 @X©jŸ\x10 U*\x0E \ "
b"ðKEw‰YF\x08 ›]ú\x06 ,»ô™ "
b"ðˆ™½ïzL¹–\x14 íˆ\x10 H\t\e "
b"ð¦‰î=,CZ‘mé\v ¨\x19 J\x12 "
b"ðÈ¿¼RýC3ƒtN'HÓÿª "
b"ó\x01 û†ÌÕL4®™\x06 ™¸†á² "
b"ô{t2*•Dg»–§›\x1F ú¶ð "
b"ô°,K¢ŒC¢¤½ú\x1F ©Ãé' "
b"ôî\x00 Û±ìJW›|‰æu5iÚ "
b"õXéÜÎäE\v ¡ÃgìÍ\x08 -` "
b"õÆ,\r žõE™‘[1ôzª\x15 \r "
b"ö7¹\x04 dÐ@\‘Kšª\x01 ýKó "
b"ø;_m¿^It°\x07 SVÐð¡è "
b"øÓ+T8‰M^\x0E UÝ\x00 ˆ? "
b"ù\x07 œÿ¢ÁAå„\x04 bÓÔíõv "
b"""
ù\n
—ÖY¥Oï®»\x04 /.s˜¤
"""
b"ù=oƒ5}@$–\x1D LV\e §* "
b"ûb¸pwF‹®–°¿nÙ "
b"üyE©¦aAè°ª^ŽâÖýh "
b"ýw-ü)A\x18 ¶UÛMª \x02 ~ "
b"þ/øö¨õH\x00 ‹\x01 ?îÎ\p "
b"þãâi{FiµÞJ'Î']Û "
b"þÝE¯3¶MNšîe|+öŠG "
b"ÿNù^þòAø²jÝ\r Îz$\r "
b"ÿk_YNæJ‹» \x02 0,Ú²Ô "
b"ÿ䱜\e §E1‰q0ª–Ð25 "
]
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 (0x0103DC5C55D441C18B5AFB9DF8EB0451 , 0x016F2894AC0846F0BE7D23306DE9662C , 0x017070FF38864E28975E89B3D83B4D2D , 0x018BECA0A041711DA17FE1A3CDFD6FCE , 0x018BECA1044174498F21D5063FF6B23A , 0x018D9CE17C117426995AA295619DF2B6 , 0x018D9CE217CD740BBBDFC9EDBC1A1AEE , 0x018DF4B7AE197190B088E722AFC2F208 , 0x018DF4B7ED377F9AA1ECA8E33B99F07E , 0x018DF93B52177483B088122A8E04834F , 0x018DF93BA0397A51AFA35634829FF1D6 , 0x018DF93BE9BD7F38AB57727864156AC0 , 0x018DFA3304957B97B2E3F42C051ECBA7 , 0x018DFA334C5B7A0F8C62715E419F1612 , 0x018DFA3382107B3CB185B895CC62BFF9 , 0x018DFA33AE9C74C29BF69D033C79A921 , 0x018E08B062087F13BBF9AF7DA2E0A8BC , 0x018E08B0D686729C806641C729650A8F , 0x018E08B0F5AC78E487123316666B8F12 , 0x018E0E7F95B678BCABC3355BDCFE835A , 0x018E0E7FB0FB7FE0AC012CA9744A4E9B , 0x018E0E7FC95F70899C27A740B6F13915 , 0x018E0E7FE0FA705CA033926DCB36A8C6 , 0x018E0E7FFA5771FD8F7BC62A4BCEFBED , 0x018E0EE170747AF59196EAAC93B8ABD3 , 0x018E0EE1FB9770F8949E09EEECB21C66 , 0x018E3C25D2737671ACA131D25BF5E3EA , 0x018E3C2609FB73CCA76587A949C98AAC , 0x018E3C9FF4E57113B24149A782083F1D , 0x018E412A5A197455840E0385A0303DB8 , 0x018E412A7AFF7D7A8A2EEB7D531F36C2 , 0x018E565F74217FF6A16DA7E0EEA1484A , 0x018E9ED41B8E751CBB26E4AE99C0A1E1 , 0x018E9ED4AE337B508FFA8F4C9853EB0C , 0x018E9ED4EB34711A89AAED98A6C81A93 , 0x018EBDCC1E797C1A997B1D8055C96B31 , 0x018EBDCC59447D0B9C8BC92E9E5E892A , 0x018EBDCDCAA474F0BE9F7BDE55EA4754 , 0x018EC1E891D77B54B4490FCD8C8745EE , 0x018EC1E9A3BB7EA98DB7C271F398B5B2 , 0x018EF0DB384C7382B7D2973F06BB1F44 , 0x018F0FD58B9F77FFBB55FB144A2384C9 , 0x018F0FD659EF7C26A535EB145E05F5B8 , 0x018F0FD6910D782EB032A3EF3D6612A3 , 0x018F0FD6E1D2796B916FD9018D157E64 , 0x018F0FD72556727DB71BA1D08F224361 , 0x018F29307A99735FA19A777F0A3FD39A , 0x018F2930BABB75B2948531B092C54803 , 0x018F294B570D70E9A1F043EB6840C7F9 , 0x018F294B8C72762E8A25AE071BC600EB , 0x018F294BC5847086B1BA4516CA520B70 , 0x018F294BF3577CB5B3965D3C0D9B4722 , 0x018F39813EC3791E875039C4865BD9EC , 0x018F76DBA94B731C974D92465980F46C , 0x018F7B6658EB723E80ED25C999A7269E , 0x018F7B6694677F98AF7EB9FD88327831 , 0x018F7B66BA497BE1B09F11213D934AA6 , 0x018F7B67069F799FBF226A50763AD0C3 , 0x018FC83C6E5F7B8A9BB038F558DC464A , 0x018FC920D92C7959AF72DFE8E1BD624B , 0x018FC921074A7E439B20AEFF84F97B4F , 0x018FC92162D175039AF128001715700A , 0x018FE3616B177D4D81C5252EA62333ED , 0x018FE361907D75FD85C183EF6422CA85 , 0x01900B9A9BB87C35A8D76938BC540C88 , 0x01900B9AEDB87739A514EB128A9D7646 , 0x01900B9B266972AC92FBF8E93F02C358 , 0x0190119E20AA78D4A18908D176CCAAAC , 0x0190119E442C7929A8EFC6125762CDEC , 0x0190119E7A3F7479830F5CFD4DC5B82E , 0x0190119EA846719995A58D623D336F92 , 0x0190119EE69A7958B09723EBB227C7E0 , 0x0190119F1DAF7DFC98DC53425C694CB8 , 0x0190119F483E757898B1C939FF6EB06C , 0x01902A8C90657D39884207F6619B99B2 , 0x01902A8CBEBE7B1E9D5E424BADB45249 , 0x01902A8CF9AD7420BA12076E4D7CF299 , 0x01902B0A4A427095958A027D0FE5F669 , 0x01902B0A70BE7177989552CA9D069361 , 0x01902B0A993B7E1DB48F4A162E7A1D59 , 0x01902FC25DDC78CA8A71D309AC6B98D8 , 0x01902FC278E5730C9DF7E3740CD05620 , 0x01902FC2968D7C98BAB5892B0675B743 , 0x01902FF33C22778D97A2C3B8147B8DA1 , 0x01904A33041E77D9B5FF8252C8D8BDA3 , 0x01904A334C8171548AEBFB070FD0DFCA , 0x019107D460FE752B955609E0D6E08B42 , 0x019107D55F5D77B48EB83B9FE98C75B2 , 0x019107D5C5B7705DB4324F333FDE7E8D , 0x019107D63D577F869AE31D2E848A8FC0 , 0x01916EB8E1477A749CB379AEAF83987A , 0x01916EB91E4474F387926811868C7978 , 0x01916EB941947FD6A33AE80B693B1CC4 , 0x01919D0DF53B78F79B9D52AF57B27665 , 0x01919D0E5696749BAE381F29B2B94B32 , 0x01919D8BAA2072CEA0543FC6FD8F3ABA , 0x01919D8C3EB476C3ADF2246A8281A591 , 0x0191B73E36EE7F63869E6BE4CD80B6BC , 0x0191BC3A06527ED2BA4A6995FF6FF1E6 , 0x0191C675B5A97E649EA8E9DFE744ED77 , 0x0191C675DBC979B9935EC26E684A888A , 0x0191C71C9D76754FB630127F803E58E0 , 0x0191C71CE79273F99A26910D00851C31 , 0x0191C71D3271749CBE0565B7BC5F398E , 0x0191DBC94C487DE9B543C81D64930998 , 0x0191EB48114E7478983B2CECD7E85C24 , 0x0191EB4833F970E1B26EF3EEE4519C22 , 0x01920504215D7126B77C05543418F429 , 0x0192287E36607A92999F7A1981BF7585 , 0x0192287E66967655BBF10BE47BCF0D94 , 0x0192287E814773BDAA6E3CA6A03AD8C7 , 0x0192287E9B1E769C904E5B829D6A6043 , 0x0192287EB58979D3873924861F68BF92 , 0x01922DA3F03873689A0522A5C15F0BAB , 0x01922DA44AD372E792D0D54EED11AB37 , 0x01922DA4691A70A1805FE4AA46B77DF9 , 0x01922DA47D1A7AC38AB11EC353B44AE9 , 0x019241F4681277D0B535D781E1F0A300 , 0x019241F48BCE7C82A59C091A6595216E , 0x019241F4AA42747CAD3F0361533AD5DA , 0x0192430EDA057D298C0C95997CA8C3F1 , 0x0192430F02B37DF9BB47F10A5A11593E , 0x0192477E80D17CF8B820FC8267AB7446 , 0x0192477EAA4F79A5BB15455997186E96 , 0x0192477EC5B47E19BD11D0AF241A724B , 0x01924811E6E87A1F955E05C71A50458C , 0x0192D768BD0A75B08758AE1C0A79ACC7 , 0x0192D768DCB076CF9CA1E2D692C4D9E8 , 0x0192FC3E958D768C9850C9F79A4D7D9E , 0x0193016C3FFE7D79A06F279198248AEA , 0x0193016C811A732B97EE31E361D716B4 , 0x0193258C375F72AF8C12661A368487BD , 0x019329EEFDE37C3897ABF89954960F7E , 0x01932FC6620A7CB4BF745E04709AFFBF , 0x01932FC67E027377B82C52C6FF78445A , 0x0193720E92C97601A3D6F3ACADB03571 , 0x0193720EFA247550895705CBBA6BA463 , 0x0193723F72F977CF9EF22C151253257F , 0x01937241E95C7811805155721B4BD6EE , 0x0193724204707222AFBC894EE3DB1BF6 , 0x0193724221367C81B139C8CDB7BC3B29 , 0x019372B31AB07D5B95C30F2BAD48E1AC , 0x019372B34C6570CAB79A04B5ADBAD592 , 0x0193779BF9E672E7AC04283B4FF1ACFB , 0x0193779C3ABA77FFAD77A9F3CE1C5D9E , 0x0193779C678C7B139625EBC1C898AF94 , 0x0193B54E363E76B9B81B520C94C54949 , 0x0193B54EC34078D582638E9C920EAEB4 , 0x0193B5E9266277E2A2DB445A56B24B32 , 0x0193B5E97ADA7A7BB31F7604885500EB , 0x0193B5E9A02B70209AFAF3437C6A455E , 0x01942BD5183372AAB4F593C04C78FAD0 , 0x01942BD5353F709EBD42166EC6BECCD9 , 0x01942BD54A8978318E2029C10A0CCE90 , 0x01942C37E02A7263A09CF1DBC97868D0 , 0x01943B8C97E9782ABF93DC51759CFD48 , 0x01945FA7B83277A2A6B70E4A0F66F485 , 0x01945FA7CA34745AB1B6685059B8A650 , 0x019492761B077276BAC620476F914BC9 , 0x019492763AAD7752868425DD587DCDCF , 0x0194BB75A4C2783DB59736F4EC29D821 , 0x0194BB75CEDC7560A182AC7145797199 , 0x0194BB75EE1C7232B4111FEB26CC13F7 , 0x0194BB760CC8738AACF9F90592A45742 , 0x0194CBCA9AE87AFBB4CCAD8016D48EE1 , 0x0194CBCAD0BE7D67B94ED8F5D3F01AAF , 0x0194CBCAF1C57C4480DB966B58C2B42B , 0x0194D59477C878C7840B70E24F223112 , 0x0194D5949A28767486335638B31ACE9A , 0x0194E080018376B1A28F808FED42E305 , 0x0194F48FE8BF784D872EF716B16FAE38 , 0x01955B48B5957FB8A7AE4485EE8305D5 , 0x01955B48E12D7B7892BA26FD57906838 , 0x01955B4901247C7D9EABD12ECA55B1CD , 0x01955B4921637293A01C2C5EF8F47ECE , 0x01957004EB707DD69F4268B1FA1137FF , 0x0195805217D977AFB47E2643BFECC0A2 , 0x019584CB24E77331B2933BC2992AB5A0 , 0x019584D9F48F71679A42A5BE906C72CD , 0x019584DA0A1B79BEBF4D316951E06830 , 0x0195856C9D507726ABC3A880CB263C22 , 0x0195856CC36E73CBA6213F1D70A3E35C , 0x019589D639B3795B8D380714A80B82B5 , 0x01958F915B19783C9A5F5035A4D14FE8 , 0x01958F918FC871ADBDB17955D1093709 , 0x01958F91B8CF7A8ABA1C782FCF0D4A53 , 0x01958F91D8247415A9C1A74E8C58F266 , 0x01958F91F8597B01BF016D45FA1B60EE , 0x01958F922E387776989C7D183E51C4C0 , 0x01958F92538C7756880BB9C2F488BC59 , 0x01958F927AA3770C837D733001355D19 , 0x01958F92A36C789DA938362EE5E347BB , 0x01958F92C5FE7672BAF5A6128E5D2B72 , 0x01958F92EE2A7B8CAC9E2926451E6AC9 , 0x01958F9311287472A7D38E768DA0C1F3 , 0x0195D7252F4179EB9853567ECB3D6136 , 0x0195D725470B73E9A84FD1B3863E91F6 , 0x0196343B695D7C38BB50312916095380 , 0x0196343B8E0F7D21847FE52330817AEE , 0x0196343BB92D7C359C3704C9C1BD17C8 , 0x01963D8E71217810A3EABFD8E36556BF , 0x01968155AE6778B48C77698A71A01B62 , 0x0196D856F9A678F9B3CE4D16E8E18C7D , 0x0196D85716867629BC43A7DBF3F46FD4 , 0x0196D8572D02799AA583ACC46508091E , 0x0196D857491C7F58A6DA2E54632FA143 , 0x0196D88A3B1A7E768C9EBF3631AA854D , 0x0196E7C7092E704FB9EC1A3182A83567 , 0x0196E7C721FF7E0D927D9537D4F6D232 , 0x0196FD062F007746AB23134FE212FD2D , 0x0197118079C47AD6B78FDD561D7B5F49 , 0x01971180AC0E74BB8F4F535251466623 , 0x01971180D6087EA5A5C1FA1386CE12A7 , 0x01971181019E791CB65BE861BF50E690 , 0x0197118135177392B3E18A871645C084 , 0x0197118168647BFBA0D890D97A379B11 , 0x019720743986723ABBA07A549BCAF72F , 0x01975E0000BF72B9AA13C2C001A83E20 , 0x01976340892F734F918CB9385B72EB9A , 0x01976340C037722B92F7C81C832DC4B2 , 0x0197780ABA947002AC2B43B5F3E8D4AD , 0x0197780AD27D76A99E4D64AE6123176E , 0x01977880C38179D2924458EE6F4CAFAA , 0x01977880E82F77EDA4A2516881055D04 , 0x01977CDEFA0A748AB79CC0A9FAE28C6F , 0x01977CDF0EBA7DF4A44F27B530076505 , 0x01977CDF9513762BAA33C29871D6707E , 0x01977CDFC7697313B6D4E9B6AEF9A27F , 0x0197873A52627A3D999B9F9424D7531B , 0x0197873A7E3D703B8264FF348B5FA64C , 0x01978CC97F3476A78F9F83FC643B5160 , 0x01978CC998747FF3AB8EEFB80B9D87C6 , 0x0197A11451A1711E8A6BEF2EF9033DF5 , 0x0197A18F62907DAAAEB22A3B5AF06C46 , 0x0197A1BF9D29713FA0785D187440DDB3 , 0x0197AC10936E7E2C93907ED293664C77 , 0x0197B14438557CFEBDD79C7E0D461F3D , 0x0197B1447D5872A5ACF580D9E81F7104 , 0x0197B145890978E9AF7782851B2835F9 , 0x0197BFEA2FBB746A9946544DFDE414B4 , 0x0197BFEA55797FA288B4168D536EBF0F , 0x0197BFF59E057FA99C1C9EB6D137CEB8 , 0x0197C0AE02B57877B277C4FF378A4CE2 , 0x0197C59A8E3B74EFAA21F1166D93B365 , 0x0197E431AFE77954AD662C3C25A783B6 , 0x0197E432CA0470B681653AC4FC2F86AD , 0x0197F3FE6A2A7CF282BCC4D8A86147DA , 0x0197F3FEA462741C82552F64E8F4421E , 0x01981C875CE17D418DEFB3934C3388B3 , 0x01981CAE3FB37E97AD2D990C4818B38A , 0x01981CAE5A0A74B399E46F98ECEE9737 , 0x01981CAE731673758398684384D38C83 , 0x01981CD58A237BFB90721565615FB941 , 0x01981CD5A0497D4DA32BBFA51DC7690A , 0x019883A17B837231963F9C03A64583CD , 0x019883A1B55C7FD59C6FE47AFD1A6CB0 , 0x0198C6E3BFB17570A96627B5B4391BD6 , 0x0198C6E4B45678AB922033520E086435 , 0x01E65B39A25C4700A1E54A44807BAE8A , 0x02773120E7214378A0AD4EFA0D18EE07 , 0x037ACF9B8B934E70A8A77CD85593BF2D , 0x0471B31A3FBF42C1A65CCF31A5FB63C4 , 0x06203936A7A74039A03364790ADA378D , 0x06F26C0CD9904705B4664DEE0E75A08C , 0x076E73862D764E508BC5B6BD004B01BB , 0x07F31E262F084CD28CFB679AA721A59F , 0x08C8A52CF9B04A88A122D81F9390477D , 0x098BC0B8966E4E01B23D4A6DB18FF858 , 0x0997384507C2405ABC635D8B8BAAE751 , 0x09A1B80904F04F37B0A9D8085E9CCF9B , 0x09E6E5E183824D459C0718C869A2C734 , 0x0A393C4792254A6DAAA145115B404A31 , 0x0AE914F3BBDF4DF99F5889A3B97E6FF9 , 0x0B5009CE60794493BC3FFEDB0A9973AB , 0x0BC53F7DCF494E0B958BAF318FB3C1CA , 0x0C333F1D161147F192DB0A75AEE94F83 , 0x0D3ACDD3DBE442FFA8D9DADC38551C9F , 0x0EADE1BE87B6436496C7D0D664C79457 , 0x0F2A9B005D494ACC9F5A1705D655796C , 0x10B38930FFB549A3AF30EFBE45CCB268 , 0x10CA3618D21F44F0B6ECB89284CCE2E8 , 0x10D53C8535D2408D83F689F652819C20 , 0x115013992021492BA31E1CE621CB23A1 , 0x1166A8F8C5D4434A8421FCD51BB319C4 , 0x1168C7EBBB7447B68ACF2F2F5984F8ED , 0x1169F7FAAF284575B8620A4343A64567 , 0x11FA6E4BC3D5411881DBF3FDB15317D3 , 0x128999787A1D4D31A56A54F7332147BC , 0x12DADAE1C49F42808B7C4D1AAA34D668 , 0x142F528EE98D41548564D16EE7804A1A , 0x16AD99587E554CDC9D57B8FC4FB2D5C5 , 0x175F65BC88C147EA8DAF4774A0996C16 , 0x17B542AFDAE74F148BC81C951D99E261 , 0x186EEDF035734E9C9DF9A38357372030 , 0x1895501093ED4FC1A8241280052B8C00 , 0x18E182F0D6814602B2562108EEE2099E , 0x1934272B09614E2693E859394EA84E23 , 0x1963D13127014754B624354E07224112 , 0x1ADD7C41AAA84B4FBBF65E0870DEA3C4 , 0x1B9E816B327C4D9BB1B6C5E62A3F0CC7 , 0x1D85BA8163EF49378B77102B3736A5D9 , 0x1E8010C13D5B44808ED564F3F7317D49 , 0x229F883B78CB4492875DC42C8F420E2E , 0x22B9479D93C8446C897A79A1F1B970A7 , 0x22CEB38B5DBB47F3B6B3DEB22E218647 , 0x22DE37A9F2F144E892617CC601162983 , 0x23859E65452F4F5FB7E040BF6656DA13 , 0x243164B806404CBAA6C5528818B52EEB , 0x246E6DCD1C83478D8CD2D227A9083952 , 0x25E6624E72E2408DB7549EB47981670D , 0x26AA4CEE97F4470CA4ED7538A9FD5FE1 , 0x26FF56420B3E44948AFF7A4D0CE0328E , 0x27110995464C4B05947FA2F059638124 , 0x2955950A93DE4B4791412DA1E5228572 , 0x295E775AE0BB45EE84E4A6CB6F3848F8 , 0x29D47A23F22E4200925D0DDA2D8E542E , 0x2A5811CD12774CFBB39F77464AAB8856 , 0x2B0D9B5C78D64E0AA472E29EBA12B95B , 0x2BCE28ABA70B42038CF02F0AD212E176 , 0x2C3476EA9C8A4EE9A176129F9151A218 , 0x2D98204AAE8742F48F1FC7B94C472AD3 , 0x2E5851840E33432FB4C72C7C06914828 , 0x2FA805FBA2B340AFA7826869E94B0631 , 0x2FE7F0C7006649F88D4F13B3997FC016 , 0x306D1BB8FCD043998A47BE57311B4F85 , 0x313EF3615D6648B4B5D078D94B154FC8 , 0x3141B029C6E74CD685E4096B7C52436D , 0x31C83F2A26F04755B01841A88645DEF2 , 0x32179C56773D4FED9FBA6BBCC1C85EB0 , 0x339D1A9C7F2A430C88665BBA37D7D551 , 0x33A7797FFF6D4E438092F08ED2B62AD8 , 0x33BAEA3DF43242D995EAB8E2BB08CB76 , 0x3563116580DC4C159F0FF82C9957E43A , 0x3609E7B6BD304324A6E1551A14FB90E0 , 0x365F68A515BF46D3B1BAC6AD016374CF , 0x36E751D221FC41F898FC9BB8A2F88011 , 0x3728A8F697EE4B4D947BAB04A64B1FEA , 0x37D1C55355EA4C5E81C0C2DB534B3889 , 0x38B5E8B407F44086AC00200045D5CAD9 , 0x38C6B522C56F44B29F576A49931108E1 , 0x3947CE02B4B54D7E9F68728ACA35B453 , 0x3B73A892D852410A87EA6BA390E14A14 , 0x3BB53BE4018741DEA6F710797F16DBC3 , 0x3C3A67B3D0E4477BA04B5AAEA843DD20 , 0x3C6CD6CBB1E7472F9FA765316DEF3C71 , 0x3D02F3E30C3A495593D7530C15C9C998 , 0x3EA176AFD49A43E480CDE11CE381DD56 , 0x3FAD892B70FC4C938EC834DE34F09FC8 , 0x3FCE344F43B1496B89B49F20D07AB273 , 0x40CF562672FF405B96C0F8937FF1EA6C , 0x40E664F39A374FCDBA6CFD92FF90BA67 , 0x4279D6BFCB2445168A5CA58836633960 , 0x428A5B2AAA5F486EA53EECE7C4F7921E , 0x431ABF31C5F14477A5A4EF585F217B7F , 0x4436CFFD60AB48538A27EFA1A4980861 , 0x44A260BC9C634552B84591ECBBA29EA1 , 0x45389F7517054679953BAC4EA583CBF3 , 0x473C6418DCBD4EE8ACE095EE1DC7DF2B , 0x4868E7B715A047AB992D3DA360B9108B , 0x48CB6E14C554495A9763504B07A0702E , 0x49898A9FB97243AF894612CA975F3513 , 0x4A29E6FE5F1E4975B82CF6744E65E104 , 0x4BEE4B4059754DBAA8A888915EC6E45B , 0x4D29A337169945668CE8FEA57516B120 , 0x4D9F8CDA9BF84E8387A2AAE461B8AB41 , 0x4E98E4265EFB4B05B4880474940C8A2F , 0x4EC5C3D8A25A431686F5F7A9FCB9108B , 0x4F0BB8E717894A7A97BE70669387CB04 , 0x4F6275B76D054D74BCF4F42F3A0F47C8 , 0x4FED58EF858740128C35D49C6F97D414 , 0x51A774436A124DBF9855824C6E05D505 , 0x52FC76CC0DBA4F8B86C75027A756702C , 0x52FEEEC8DB1C467FA8FA0E3CF4D9F786 , 0x537C4CA2C2D041B7AA002453CB410CE5 , 0x5544B165A02245298CC9EEA44A95C007 , 0x559514E9C4BD4402A5F35F2EC1E73C17 , 0x5716361C2B744CECAE41BFB5A961AA92 , 0x579BD31997D54E51B277B43F1BBC51CA , 0x57F019BCFFB245D2948BEE6E38819F28 , 0x582778AF107044E1AB541063F42223E4 , 0x590929B102C349DD8116DFE5781934F4 , 0x59E60A1752414B12B9CE2F4E3DEE8337 , 0x5A49BFDBE4264D22A811F6F0B5D0E606 , 0x5F578AEE99624D55A72B13A9788ECC93 , 0x5F6259D24D3D4E45AC4352C130837197 , 0x5FAA8279611F45868399C25232F8CEA1 , 0x5FD5BF8F5B6D4022A640B169BB0B177C , 0x6387D2659A454462B94E9B19503812AA , 0x63DD15F3F5914494B0712983E729A043 , 0x649A996CE4544D77B5CCC46E604B5ECA , 0x651F2A966E484A0FB9C368E944D599BD , 0x65D1ACC248544CADBD65F766AF89527A , 0x66FAE5380E554FD59AEA80C334F0F375 , 0x6724072DAF38437CBF91B345E2A6D13C , 0x6773B7C5DF5641AFB6AE657260BE56E2 , 0x68FC04DDD8CF4DDDBC6A230668A2D9FD , 0x6AB58B5CF9EE465FA76414879C66DB11 , 0x6B22447E3AB542C48548A2C15D5FD952 , 0x6D283923264D416DBF7337A757BFCAB9 , 0x6DBCC2B4295A4EF185054D53117C6628 , 0x7140A62821CF4FBD9747406A63C76FA9 , 0x716F5CC09C144BA2B1D549B05F6E55CF , 0x727ECC9B81AD431E8188495F0D9B3A2D , 0x72936A0D7BF64F92976641FEF707E1D6 , 0x7465746AF724491E9DAE3F6C3AE27727 , 0x747AC95F74B94C358EFB76793F4813FD , 0x74DAADC32E2A464B865AC101DB8419CE , 0x750228F24CCF469C941B0B42F11FE8A4 , 0x761EFDFF359A4A08836452FC315EA91F , 0x76287C9592394ACCBB47E69D18FBC8D3 , 0x76701583F9FC4E1C8BD4F295FF85C575 , 0x78E9F848DB5C40CFAF176FEC4BB00C56 , 0x793313728B784F00A910A24ABB03D112 , 0x79D3953E7ECE450F9B4BCF5B5AF1AA6F , 0x7BCDDA212FE04824996905FF979FEAE4 , 0x7C447A8EEC014C5BB91820353595993A , 0x7CD2667D200944C3AB727569F8626710 , 0x7E05DB610B0B483F9EE200C9D9BF728C , 0x7E8F9783CD0B4F51941F3496E6681D10 , 0x7E90087A23A64FE4924FF02227E15829 , 0x7F1C35550D714315953499A409BFCE3D , 0x81002D62AE55486BB72C23518CC9F806 , 0x815F644B87544EFE87B728EFEC6EF360 , 0x816440EA7A094120937A8DAAA063D410 , 0x8187587692304DCA8AF3089A14BAF861 , 0x8189D8F988F64139BC56CC221F6E7EE1 , 0x81B21144402048BA8A02BF1289AF9A44 , 0x81D68B1C665F44A0AA8873D500F72CDD , 0x81E663AEB0D94EFC888D6E9E8CBB1F2C , 0x82EE80F7B6144EFE9339E79B4992C896 , 0x82F6F456C1CB4AF58D18BCA0CE679CC5 , 0x833F4033E48C41338A8B133DC6EFA2F7 , 0x83D175EA24B74C599447E9E1BA9C83AA , 0x83FBD6F6AFF746D3A7FB4169206128C0 , 0x844115A684874966A537A4F25E7D9489 , 0x8497E37E28BF49B39D40418B1A98110F , 0x84B113FED0EC4377BFC4F38C21F42E41 , 0x8563F2DA8CE54CB9836A4878D6794B01 , 0x8578A5945B4A4831B88B008CC00429B6 , 0x86F28AA3A07B42F0A50F6382F7DA79F4 , 0x87DD0033E87C43A19F6847EEEC02BA85 , 0x884D3709246E483F8A4C601D1DD62C0A , 0x888B5D87B65C440585B052B581254615 , 0x8917E6A97653485A8A0E5C3CC3BDF3F6 , 0x8983DB77E3DC467795BF235E8D696F4B , 0x89EEC0CF1D804F2CB2B30F1B1A0E2F09 , 0x8A205A1369884528BAABF761D8AE2516 , 0x8A34ACD3826E44BCBD753DB0FD8E93A3 , 0x8A4CCB32FCBB44FDB288AE145D512296 , 0x8B547C3FD2004D399EA62CECFE52A601 , 0x8B7DDFE913504844A0F0B035073BFB95 , 0x8B9690F1DA644587897FC36B0BF8C976 , 0x8C1362C69DA549D4A8A4C32ED778E24E , 0x8C137F9D349A4B3484703F79897F416B , 0x8C57DAA784194A86A01F12322527DB87 , 0x8CDFAB83B6D7407D8FF4235B8F71081B , 0x8D8E5938D3D84E6B963D747D4B9B011B , 0x8DB5F3E8CF2E41E9B98090CC92F2FFEB , 0x8DE812AAF2624DBEAACCBB631BAED7A5 , 0x904565F533E34E598771DD790EC826BE , 0x915DC44AAE214475B1C1A6782AA4AE53 , 0x92797B54E5B34DF1BC41C10567656932 , 0x92A2176AD7904DF4B20EE7CC0D28D7F2 , 0x93536AAD31BE41C6A4851E374CD3009A , 0x945614646E2146BDA21B05ADFC81196E , 0x94816CB79C804DD28A99F3459C4B2F55 , 0x9537A84C27294D1286CCD56EEDF1961C , 0x9606DB0011F3462D889AFDBB5DBB2862 , 0x96184CB623AA45E999D858EB2CD027E0 , 0x962B99F84B6F4C5A8DA72E51C12F3929 , 0x96DE50C1112E4CD08D4AE671B2E6841E , 0x9819BF22F8574FB4BA6BA62465D20EF2 , 0x99ADC55C30394FFAB790BC0307FD78AE , 0x99DBC7E989364D12A246EC7F183006DA , 0x9A192F89FD8A401C99CFB0C5CD11D866 , 0x9BCAB38221EE48378986369DD5970167 , 0x9C492F2A55054F1798744210FAA2018D , 0x9C5FCB9B5FF4498B8A3B1393B41DCA12 , 0x9C7D475B1CC44D648906CF5C0904A298 , 0x9CCA9C43782B4F618CA60E2C19BDE99F , 0x9CDA5308B3F848088A295A4C59CF38F5 , 0x9D27CBBD0EA348C599B0B2939C1696AC , 0x9DD6AD54AE0B4222B2121F1F805AECD6 , 0x9E072E6DCEE8457ABB5F7AD9926ECA6D , 0x9E7C11DEE5AC4CD68003F23BDC08A704 , 0xA112448EB14D42BDB81C37B03D1BFFF0 , 0xA1B465153CE5464FA2DD9E72B8E3116F , 0xA1E8D7A187714FF6BADC49C5B3A8004F , 0xA35B319682A1486296F844B0EAE09325 , 0xA4931693C0B74B70B52D72A89749C2B4 , 0xA4B51D1871A448138DC1897EC800B0CB , 0xA4DFFDE3442E456C8555234E3A4D1D1F , 0xA5B919234A724560A9009012CF0CFE41 , 0xA5E758EF43D34564A35EFE576C5EEAF4 , 0xA78A2493BE184034A6278B0044040C66 , 0xA87C794613B7495189241B17514D06F9 , 0xA9403430736440319BD4A1EF42C0C5A5 , 0xAACAE62F66734C828127C30489CD2463 , 0xAAFD2BD7DC334C4795462437C3FC8DA8 , 0xAB382299DD0B4D439C4306279D0AD17A , 0xAC57EBCB10A347ACA656E5CE2EE20D6A , 0xAC7AA06936364C9FA31DB7AE150DB5B1 , 0xAD0E7AEC6C0343A38B7C031615D14E5F , 0xAD3B5F48D8BD4518BBFBA14B803DD2BA , 0xAF43FFAB581E4F6591B56100FEFD219F , 0xAF80D30A73B44DB99BFD89C448733AD4 , 0xAFB2134760C5446AB10CF62DB319B309 , 0xB03D8492FBBB48D498A25EB83E7A24DD , 0xB057E876B0694AD788AA613FD5488F3C , 0xB13E013C09734229BB89FE4D8274EC34 , 0xB2353794F5AB431B8E15509C1C49684B , 0xB484F855107A449A9901AC9801E797B2 , 0xB4F6C6EA8B8B414694BF7C43D305BD5C , 0xB663A377BF1840D2941439462020B4B1 , 0xB6A397C8F015475DAFD257146E5A82F0 , 0xB753D12AD2754C5DBE591B9A372D6B35 , 0xB7F61985D00249CEACF6091C80BAACEE , 0xB951B14F7EE84AB4BA223F7CD31D32B6 , 0xBA82650046984ADEAE97DE1E6C6E918C , 0xBB2309900C2B4556973BE17735CA71D9 , 0xBB3EEFE7CD134E6A99451871444B25DE , 0xBC24B8875C2B4167B8B8660AA0401F0C , 0xBD06B1340A734059825C41EA38ECEE14 , 0xBE96FDD0EA74461FB34B9AB4569CD469 , 0xBFBCD657871442DCAB0008BD569874E5 , 0xC16BDAE8918D4A2486467BC44FC229BF , 0xC1A070EFF8AF48E6866DBF16D78B1A5C , 0xC257A168714047E48196B1D514189E17 , 0xC273B42BDE14449DA123095564CBE420 , 0xC2CA9CAAAD6449129181E58B40809249 , 0xC373F2C1992143D5BBFE7BDA2D7834ED , 0xC4A670BCD73D40E096D912F0FABD6909 , 0xC4F9070600D84D03907FE2639D9E6316 , 0xC51BAD52C20E49AFA3386F56C376B6A3 , 0xC664F23408914599AC39C9791824D9DA , 0xC6877D3D1622415C8E9143E533782CA8 , 0xC71FF846BFC9426487E722C5190C2518 , 0xC78EDF4580B74DF39ACDC1DC6EDA2F74 , 0xC7CC65C40F5944C7997AA21426A42FEA , 0xC7CEC55E73C34255AF77D925F4FA86CA , 0xC81B4645AD494C69A3B7C0A7F0951241 , 0xC94F381473B44E18B09FB995A7215C24 , 0xC9784222EEC24738A5548CE07FD99C2A , 0xCB42404A176E445EA057BEEFF91942C6 , 0xCCDF93019A15457F8C9146F8052A45FF , 0xCEDC0A18591840978AE7CF1FBB9EEFCF , 0xD12F23913D4B44188BDB208FCBD9DC23 , 0xD1D279705306491C9A1AB749A0D8CCE1 , 0xD21AF0042582463795A0ADFBB622B2B8 , 0xD24BFC144770404C9F585119C5CC2F66 , 0xD2AF7E78479F4247AD0AE7E5EF68FF8B , 0xD34B9B7F2F484720AC1B70480F14BE2D , 0xD35537A90E2C44B2AB6B6B3F9F85EF64 , 0xD4F84306038440D4A9ED422307A79484 , 0xD561148146014584970E67E6A3F89F20 , 0xD57678D861214245AD977EF0B8A53B15 , 0xD59A35838662481EADF8BF4EFCFD35C3 , 0xD5D0A05DC4C944FD89CFCEA028865C38 , 0xD62466FDB2534F819678413FC67C8B09 , 0xD65869E530C243D6863078486111F0DE , 0xD6848751BDAF4C81974C2FFA30DE280D , 0xD6FD15BA35D24CAF950BBEB2FB9F7E26 , 0xD7412478DFA948619BB515693FF44EAB , 0xD74DFFAD1C904DD88005271143B9499C , 0xD79BD92C2D064430AFC3279FC8764A10 , 0xD7C96A38BA4445E3B7880C51964493A8 , 0xD8D4172E73D7420BBB350B7FC029ED9F , 0xD96183084D2D48DD805E5FD3A38AC0C6 , 0xD9C2428FEBC547869E37C929C62829F8 , 0xDA5B2C46FA07437193AB19A17A73E03F , 0xDA670660122346B7BF63BFE7745DAF7E , 0xDAE3F4782E484B28A4171937B9F434BF , 0xDBBDAA45D0524FDCB9550F31B075D1F4 , 0xDD65F6789F8941C7B7E43FC04E0B4986 , 0xDEF51D35053F47CAB46C2D7ED5EFE33B , 0xDF32FB7E49284FFB95AC7AC275E22DFD , 0xE00F4502971E4942BCD9FE55214A8DF3 , 0xE079C916464C47EEA0C38A0C8F288BF0 , 0xE0AB4F09786143FB9625C900ED122E7D , 0xE154A5BD8EA843D1BAA05A49868D913D , 0xE1621AC40E9D4B03B6E7DA23A96AF0BE , 0xE2A8F9FB6F804508BB4EEC9D3F701AF9 , 0xE2E51018FD074C0FADDD6BDE6E786AD9 , 0xE2FABCADA9A24274864F1F2021DE5FEA , 0xE33F1D5C58654ABABDAD6A9B43F0D885 , 0xE3B110DCE4DB4776A6C0E3BBDB04873F , 0xE613F49F5AD146D1803FE5C8002CB578 , 0xE63FF3F4E3BE4047B4EEB96FC707715A , 0xE64B7A9509F24B349A7CF4A2FDB1C4EC , 0xE7127036EAC04A58A4A747A20402FD28 , 0xE7E8FBC94CC8425E97FC69B2FD7676D5 , 0xE8174B23A8904B999AE9211D922EFD41 , 0xE8D9370A0B0444729F1280FEDD08201F , 0xE9330CB9790A4FC197C752C76EE1DD1A , 0xEA88E61583F34110AAB36C8ABCA5327B , 0xEBBD4D5DD2D6442B80A0709E036B9D0B , 0xED82BFF821084B0E878E3DF1FB5D126E , 0xED9A328C7C8B4461B35DE11B4327721E , 0xED9F7FB2CA194DDF9A37464ED35E2774 , 0xEDD3CA18E9544841B4D139D6202BDA5A , 0xEFC1980938494526B9E35B333AE5643D , 0xEFFA01E5B360454D8416D7C380CB0816 , 0xF01454C8D8F2489B9055D04E9F120BC7 , 0xF083C07E90B34DF98FF826917A888271 , 0xF0BE9E21D55C45778C59A114E922BB94 , 0xF129D93D1FF84EACAD37BD84444083FC , 0xF16359438E524688B7D872A3CE8F8E56 , 0xF1B70DFDC8D64E00ABF7EAFD4E96B54D , 0xF2F3786A93DC42C9A18F3EC746BDEFAA , 0xF2F379CD6CFE46B388E8772193637C52 , 0xF306C19899684B2ABF850B9654A6268C , 0xF56EBE0D33D446BC87C0ABCE08BC35D6 , 0xF5CB6B4C224647AC94FF6BE354B34E27 , 0xF61B2A845117468781CF16C3613D82F7 , 0xF6AB76D6478B4977AFA311E6170159DD , 0xF723FB49B2AE48C2941E23D24E541EDE , 0xF7425B0F3D6045EB8BB436EB02FB4FC2 , 0xF75552B2479A4D998038A52FAEBB232F , 0xF8F00298CDFA4FF6B34666885909CC6A , 0xFA1423601D0F4B51A77DFAA448A5DBE7 , 0xFA459B756CDE4997A7A9E777BBE1D021 , 0xFAA4954C558447AD8747FD1E96BCD705 , 0xFB00AF257FCB464D90BCF4CC4B081041 , 0xFC4D22588DB846CF83DE0483A6A69D91 , 0xFC9B88A4470343FC94C2294F31F51F6A , 0xFF0B4ECC7E8A43D0B83CBE0010693135 , 0xFF57E55A633E40858D46C49CC8B33192 , 0xFFAB4C00BAB2473FB75340D896006E4F , 0xFFE3CC9E84CA4991ADAC56DD7FB7AB92 , 0x017C8AC0913B4C27AC3417EAE2F8CE67 , 0x018A2BA21F447E0F8542DDDAC0572D10 , 0x018A5F5CC73A70D38E9471AA87F173A5 , 0x018A6462950673BEBD3C6F6153BD6DF0 , 0x018A6474A8C577B9B2787509A36FC0CE , 0x018B5BAFF11377D5A62B70013CBECBA7 , 0x018B5BEF9C527B35A272CA58E01ED0A2 , 0x018C685EB85B7E1DAC017CCD3E0A1188 , 0x018DEA8A2361753EAD37CA5C010228BF , 0x018DEA8BA4E47D67855E6E59FBC531C0 , 0x018E563042CE75C28993729BB3628661 , 0x018E7F0669AC77439EAC88CCA34EEAAE , 0x018E7F4430717D449DDE478092EB5D66 , 0x018E7F4756BE7DCE883379D2FDACDD92 , 0x018E7F4777CB7F25993641C5E4C942ED , 0x018E7F479C6E7A62960B7F70936235A6 , 0x018E9EA87D2D74D394D26876133F5FC2 , 0x018E9ED1D783755C81813392F69B803E , 0x018EBD10B9BF729397F2A64040796B2D , 0x018EBDCD8CDB7CC49C3BD6116606F16D , 0x018EC1E910C47BEEA1CA161B695B2AC5 , 0x018EC24576C77A9392C2F1AB71C3A46D , 0x018EC28F67577C839ECFE04C23672106 , 0x018EC2961E867DFCA9B39F0B624EE27C , 0x018EC2CF1F4F7013BA8F8668CB081874 , 0x018ECBFEE5C173EE8D9F686E5A043070 , 0x018ECC139F55756C9C147C1959FD99AB , 0x018ECC1501C37E648112273A07F5B0F2 , 0x018ECC151F117423BD43BC4E4D99B9E0 , 0x018EEC165D4F766593F8F0AF4BFA5AE3 , 0x018EEC16B53673DA80C1E8B2BD8420BC , 0x018EEC17E86F7DAD8DCDEB9ADD3ED6C5 , 0x018EEC18206576A980F94C1E0DF9C750 , 0x018EEC184EF57156888E7ECBB5056B83 , 0x018EEC188589705EB6F25744B889B792 , 0x018EEC18B51B7A9BBBCABB2D35F29829 , 0x018EEC1929A676F1AA2A4AB3B918A209 , 0x018EEC1964B07EC494C45B0B23EDD68C , 0x018EEC199A427455A90C6167A7EAD0B7 , 0x018EEC19D0767AEBA69B5D92B4DF2150 , 0x018EEC1D7B3172108ED0F701E0F6864F , 0x018EEC22345E796F9838B28318E0CD2B , 0x018EEC2D9D3272C4A3765A2C358B1BD6 , 0x018EEFFBD1A27109A22F463BC600A8F1 , 0x018EEFFC29827230BD281A48B4A9B95D , 0x018EF046C27D7B45BF9878413C578EB4 , 0x018EF091F8E3727EAE26E5E0BD288FBB , 0x018EF0DBB335780CA0E41BF4E62DD246 , 0x018EF14300B37D9181D09B29B3995102 , 0x018EF143274B70CAA4198E1A58D13FDD , 0x018EF15B1D1A7F11AA99C4B725A0612E , 0x018EF15B8BE8734D981838556A3E87CD , 0x018EF5140D1E7FA8AF0E721E1B891F10 , 0x018EF51446147A5796B53877A5A599E1 , 0x018EF562679F769782416BB21866F71B , 0x018F05D94E3E7D14ABC1043D49FD1AE3 , 0x018F05DAB7AC70719EC4C23C9F3204E6 , 0x018F1009E24F736AB4099A2335C2E538 , 0x018F100ADD1C7E43A871E351216098CB , 0x018F100B05727EB5A3BFA80613778C7A , 0x018F100B404276448C00D6B6FE3D88EA , 0x018F1475D3877610857DD80BEF1604DD , 0x018F3981068A7B9F9797E7A716D99241 , 0x018F398AAFDA776087BEC9161A52B158 , 0x018F3E50AF4471C2A081B14F4F52253F , 0x018F3E50DFA47679BC561F7FFDE067DE , 0x018F7702AD657F099122194D3015AA28 , 0x018F7B66BD0677068994E1A0949BDF67 , 0x018F7B695EB07BB2A2B8839B0239AF97 , 0x018F8685579A70F9AF8FCFE686A9252E , 0x018FC392BB72769DAAC622D37361005D , 0x018FC3936E2A75EDAABF2670004CC43C , 0x018FC945668870EEA50BE5F7D87D8836 , 0x018FC96C406376C9919AD2EFBBF50E31 , 0x018FDD637E847DDB9D5AA32CD79AB919 , 0x018FDD63AC6B704299226CE014C8F289 , 0x018FE362EE8677089BE1EA5982C99723 , 0x018FE36342C27E2AB8CC7608E7FB9777 , 0x019006F0AB557965BC5ACC43850832DF , 0x019006F0F91E7E319E9FAEA491C8016F , 0x01900B8DD8217DEDA7C0D6CC372C057C , 0x019010630DDB7A159CD0EBFA1D8756F2 , 0x019010E6C95A7A629C8DCC6C58E29E5A , 0x0190250B85577D3386D071771149A094 , 0x01902F59BE9D7CCD824024DBE9AE3720 , 0x0190535448287989ABC59A6F00330F45 , 0x01907855A5247622A58379ED07999F5A , 0x0190FDE06A8973F2BA9E582753701E6A , 0x0191031729EC74A885ADA4C821EBD369 , 0x0191080869AD7E38AB1144942C01A792 , 0x01910DEAACA3748B9C246A04BA21350C , 0x01914FF7245B7504984349945004B50B , 0x019150AA73847D208103711FC8DF2390 , 0x019150AAEA5D7248A3A0127C97E92D5C , 0x0191550DF43A7E44AA3FE189FC9B2D84 , 0x019155D28C5E74658F3773D9FBF556CA , 0x019155D6A2B07F96986D48721B771215 , 0x019192C9CA0976B39362A6B67621FF4D , 0x0191BC199E2A70DBA0C19A4B6557083C , 0x0191BC1ED4F475BB95D26665E567BC86 , 0x0191BC3CF003765CA44F2CFF2295582E , 0x0191BC466966734FAE6AA108EA8C6972 , 0x0191BC555FB1755DB684E9B97F72C5D6 , 0x0191BC77040E79818C3C8D19C0A096B0 , 0x0191C1DC50327B448646DC34E79755F4 , 0x0191C1DD95FE795BA1EBFFCC9ABF9F34 , 0x0191C62EC14D7A538CC01423F464ACCF , 0x0191D6A681097D7E84423BBABC4F167C , 0x0191D6BE7DF07CC9BF5C3665B73AD7F9 , 0x0191D6BF4A8A74509470C963477600DD , 0x0191DBC21C6F70349CBFAFD2A48D319B , 0x0191DBCD2769716FB619A928DE44FEB5 , 0x0191E0BE5C8D7E9B815FFD6A9993C192 , 0x0191E6657E7B76CFB510A745E548E37C , 0x0191E665B7A170F4BC5481AA9D7EFC0C , 0x0191E6660DDF7F44A26E6AE1E0CB9CCB , 0x0191E666F4377FBF9204257C21B3EBE1 , 0x0191EB3FD28972769C96BCF35F1E3961 , 0x0191FAA714C674879E0CE7D703335BF2 , 0x0192046F3CEF769F9C5897D36B60EF95 , 0x019204CB187A7BE19A4446DB3AFCFEB2 , 0x019204CB42B47A4F9AD6F2DD340B1AD4 , 0x019209A99E8F7969AD1E2DFF94F3676F , 0x01921E82B2337BE3A3CD2DC38A710D2A , 0x01921EDA6DD777BDA0E33129EECB172F , 0x019223EC25A27D9DA402914C2168F173 , 0x01922411FAF378ADB68D81A5858D1B51 , 0x01922852767A75D68C3362EBC4518698 , 0x019228A1762A7B3BBCBC1F528C1A2D61 , 0x019228A1B9BE72FBA795026EEB84EF88 , 0x019228A205277E0EAD4332AAB3043ADE , 0x01922DFCFF4C79828F169A4676558DF0 , 0x019242AFE14A7154AB5C6D460568C7D4 , 0x019242B210397312A6CCF623F3E82EC2 , 0x0192431825287C1BBB9F91336791707F , 0x0192471D576A75B9B2957655ABA6CA31 , 0x0192471D75977F56A494D90A0A5D7D84 , 0x0192471E4AFB7F09A23A5D972FE34D78 , 0x01924C695E9B716F8AE1B1FE58FAB424 , 0x01924CAB71467CEFA0F31AF70DABBEAB , 0x0192BDC7090E75BA98AC03816A0D2A7D , 0x0192D7AF8FF277CB812B309D7E7B5EB2 , 0x0192D7B1A961711A82EFEB413C1C9BE8 , 0x0192DD8A97AB7AA2817F7F4A8ADCA7CB , 0x0192FC3E6A9076018D71D0F208BDE87A , 0x0192FC4130B8768C9D6225BF5D3C34E5 , 0x0193258B96097ADC80E9B608AA652EB2 , 0x0193258CD2A17C84B559A1CAA869FCA2 , 0x0193535B4A957B4F97C003391013C255 , 0x0193688A390172D49547CAC36D115485 , 0x01936D2075947842A92756B8593D0DFE , 0x01936E067D5C7B8E92208AE5EA527915 , 0x019377911A217F4189C2B2D877CE3473 , 0x019377B692FF787AB31D3964495668D6 , 0x0193DDEE18C4728AA36B0CB82F3FE769 , 0x0194404F7F6272C5BB9DD7E4C36D45D5 , 0x019441067B0E7654BA5F50B450CDFF75 , 0x0194457BCE00732EBCE24338CA7C4A32 , 0x01945F3C38A17779BF0AB268973BE2C6 , 0x01948D9CA66078C693EEC28E2831FD5E , 0x0194931042177BF0863AD759D05ADBE8 , 0x0194B242E7237BFC8759DD85FF162C41 , 0x0194B6560D61715FA95588D5820A6F1C , 0x0194D145F61B7EA1991623DD6366856C , 0x0194D5959C607910BDD718B30725C816 , 0x0194D595B83A78A6B3679A1E7DA81C6D , 0x0194DAA89A6E7DC08129770172884B4B , 0x0194DAAA3096740D845C66AD496F22CB , 0x0194DAAA54987418A7EC89FDCB88D79C , 0x0194DAC2DC5379D49D451CD44BAE53E7 , 0x0194DF5EAFE972A483BB3D49A6544330 , 0x0194FE5B35AA7EFBB0033A4AA868FD3C , 0x0195194A8D4E7964AA7350590F9AD077 , 0x0195656BC544748B9FF1AEFA49B47243 , 0x01956B91149771C8B71B3541CC7A9EAF , 0x01958998A9A97E0CA2BC3E4481DFC798 , 0x0195899909797974B96EFC90758B7D48 , 0x019589C954F47BC1A60F9E1F71FB9DC5 , 0x019589C9887478D699B76ABBB2BA2900 , 0x019589CA30087507A4084D063A5C103B , 0x019589CA611273F3B52906AF535FFD16 , 0x01958F975EB27B4A9082893148F1FBA8 , 0x01959492D9617B5ABDAF182D4415713B , 0x0195D25E64CF75569F89EDBE1F93126F , 0x0195F644FB6D7A2E9704B55CE570804E , 0x0195F66B53EB7F29AF6CC74281694153 , 0x0196381B4B927AD7951F98E7B514C4B1 , 0x0196381F98FD7A91BE633F7BA35BFB96 , 0x0196381FF2337A19BB652863746DA485 , 0x0196382084067931A8D971BF5A255D6D , 0x0196382137CB7D059BFB0D5C1A425BA2 , 0x019680C2FEB7714E938420D87BD3C6FA , 0x019680C3B72C7D4B80B922B3B58A0837 , 0x0196A57499807115988F1955226B12E7 , 0x0196A9F42F7B7FB7ACD9C65B040DD6F9 , 0x0196C3EB34927FE98218A623699C77C3 , 0x0196C984971674A1BAF7B88B00696ED0 , 0x0196CE22B352778D910792A423133652 , 0x0196CE3489387825A15043B60E95BD13 , 0x0196E8496F47716D8ACB3EAA20023412 , 0x0196FD0FEF1E73229AC99142F15246EA , 0x01973A2BAC5D7C4F808FDA38187FF5D5 , 0x01973A2BD64D718BB8CAB513FC4F6C9C , 0x01973A3CC19875C7AA4108328A6D0689 , 0x01973FF5ED867B7487AC9F7A51B455AE , 0x019763059BA7711EAC36ADA89B9D9591 , 0x0197694AE41F7FD185F1E240D3057C1C , 0x0197785E98347A50952A073AB4AA7F0E , 0x01977CF30F2D7A7AA64BFAE40EE0D074 , 0x01977D4D60C971418D33F02A806E8E86 , 0x019782FB7DAB77DDB00C48BB01C12181 , 0x019788171DD47741A6E62090D0AD2E56 , 0x0197881BB85A7F6B8B9717806033BD98 , 0x0197881DD63F7321986EBACBC0D8317D , 0x01978849117F7B9F9B8C40B19DB23ABF , 0x01978D09DCB07617A5FD82A5B8D227C7 , 0x01978D0A02917581A88BC22FED36DD82 , 0x01978D0A22037AAC9CC0F3537D8C86E8 , 0x0197A0F709277914B1F181810130733B , 0x0197A0F72783706AA608161B8A0BCD8B , 0x0197A0F7627B7B63BEF114F90AE6FA04 , 0x0197A645C80F76A7BB5B6B6479AE6997 , 0x0197B0A6359374D8A82237584BAEA1BF , 0x0197B0F9F7DC74CC94166FA7756034D0 , 0x0197B102AAF27B23825D41E57A5E538D , 0x0197B108AEB87B5698F3CF9FF0BF8AF4 , 0x0197B108CE88729285498F175484F77E , 0x0197B10AAF2578E69F414C35A851E2E9 , 0x0197B1245FFE7972A47AA2B4E2499F2D , 0x0197B1260DCC78EA94B60E288C1E2996 , 0x0197B15179BA769282121AEC0561E3A9 , 0x0197B151FF45772A80F9F112D7CA13E5 , 0x0197BFD7E8CD7A3EA5BC6FCCC3B35034 , 0x0197BFE99C2D7EE0B1FB8DC17CA10573 , 0x0197C00CEE367F95AEB2CDCD32C595BB , 0x0197C03A96A47370AB1396820516F2BA , 0x0197C07E564974F8AD4BCA91BE7E5E17 , 0x0197C0AE13937B059ADCCD1793827E04 , 0x0197C0B06A4672C5AD7A627A50F65224 , 0x0197C0C8DE307D1FA74392BA9389E266 , 0x0197C4A309FE758F8D7A340A1E6DEB03 , 0x0197C4C1666E78B49FDBBAAACF3C521A , 0x0197C4CBB3DB7E14ACA199A0AE6ADEA8 , 0x0197C4E99C9275ACA5600062F27137AA , 0x0197C4EA55C979F28AD5C703E27A9055 , 0x0197C53DC401755CA63AAD4C0074B71C , 0x0197C56D19C172CDBBDEF550A37A372E , 0x0197C56E38337586A48B4145F7920F99 , 0x0197C5A524E07349B745AC39C8FB07B3 , 0x0197C5A78D157FB499953A4876C2942F , 0x0197C5EF35C6773DB378FC70503B6A90 , 0x0197CAD7DC35710BBD209FC2D2D9D822 , 0x0197CAEF351C7DCB8B1633E1B5D25285 , 0x0197CAEFDF14748996F892839C5460EC , 0x0197CAFC0F09723CB890B8E4FEAC9E4E , 0x0197CAFDBB6C7F45B25416F03109EDA4 , 0x0197CB0DE0F27D6B950D1BCA3AA04442 , 0x0197CF2541E679FA9AAAC5495FB00C61 , 0x0197CF2693D977F992652ADD75CED431 , 0x0197CF56568B7BFA8663B7176869C764 , 0x0197CF5744D97823AB2E4D6B5A3AEAF6 , 0x0197CF95F30470A4908F07A0FAFBE7FE , 0x0197CF969E7A76F0BE694DF7A5804CD5 , 0x0197CFF79B0D72CD9F2B597851764C8C , 0x0197D02749AC72D3A31DA3C880AF3704 , 0x0197E3C9E0D67FC0A2D39FA8BA81996B , 0x0197E3E7DF9B777189DDA8F64D8B3381 , 0x0197E3E9569A7CFC9DB1A7194B5ECF75 , 0x0197E400BD33771FB5256C686B36CF93 , 0x0197E4021A9475FCB1AAEDB50F6DA3C3 , 0x0197E41454E9764BA30561FE8B243310 , 0x0197E41590FA7C978393A4C763E647AB , 0x0197E4EDEB0E7A66B285E06D73BEEAAD , 0x0197E8EDA96A77038178863C40D07B8F , 0x0197E8EFE9187A5B9C9932C46251639E , 0x0197F419941176AD88955C5C345C0738 , 0x0197F890E15775BBB1B9E61BE0EFF0B9 , 0x0197F9568DE172088A72981CDA17C18B , 0x0198127368A77A57873F4B5D61BCAF3B , 0x0198172A689B7BE2A4EAC8421B15F7EB , 0x01985610667B7D99A517C52810F2BE66 , 0x0198561E9D1E7CA09E12294C794F9B6D , 0x01985629FE507CCC8D9743069EA0C39F , 0x01985AB1B208704EB72C7F0B7775BA06 , 0x01985ABF9F387852B7AEF90B843A0D84 , 0x01985B15770F7A0B91706A286D23D70C , 0x01985B30E9327320BEA0363F4236B8DF , 0x019874339F097926BF6E226A63E34909 , 0x01989D6F56F07B29AF9554801DD6A008 , 0x01989DBAD43073FAA5101DD23FF7EA5B , 0x0198A8283E627ACC9B832BC1C34637DD , 0x0198A83C21907AD6A7F384D00B6ABD61 , 0x0198A871BA0F78D39970C839D433D391 , 0x0198AD6B7BD478059DCF0AC96327574C , 0x0198AD86DD0876ECB97048AB30552FC5 , 0x0198AD98EDB677A1946C6BA63524DA25 , 0x0198BBFB4BE57C6CBBE6810A928DEA40 , 0x0198BC8A1BD07581BDA3C2F08E7E3BE8 , 0x0198BD03822372638A5848133288FD2E , 0x0198BD05CFC17DCCAD668D58B9CA093B , 0x0198BD219F4D728FA5497D542C89E311 , 0x0198C15A7BAF7CF5975A9DC44F7DEEFC , 0x0198C1C94DB97F5DB388091068179FE2 , 0x0198C2000E407934B0B86E240F72B6BF , 0x0198C20CE00172BDB08AB6BFE9152767 , 0x0198C23C2BD6748D9CAC94684D4E8CB7 , 0x0198C69DF3FA74E2B298EBA66179E3E6 , 0x0198C74F20AC74E388033C46E15B0A6F , 0x0198C75040AC7BB4BB39908250AA896F , 0x0198CB95B10F7D279A80D67D2F60981E , 0x0198CBD614057E7AABCD05DF601B0DCE , 0x0198CBD6672C7A3AAD9B3CFF90CB2C61 , 0x0198CBEBF8E67E44A7161880CD6732BD , 0x0198CC43420F7DEB9B0DB9E193B88AB7 , 0x0198CC44290271CA9D6513E10197ECDB , 0x0198CC52777170B49DDF5FBD074A5A81 , 0x0198CC70E7907CF09F7616DE6F4D1669 , 0x0198CC980ECF72259856D42CDBB3EE61 , 0x0198CC98A0AD71CD9890F43A6F235581 , 0x0198D170BF577D879EAAA5DCEF2FBAAF , 0x0198D171BE2A78AFB6D3D1816D00F9A9 , 0x0198D1826ED77621B9DA66B74CFEE406 , 0x01E38FFA805044ECB30D9D90E0A00C07 , 0x022B7F390CD5401B93B4356B40C50462 , 0x030BC19FFF4245EAB4BF6A6ECDB8F413 , 0x03147AB848304DF4A7468AA6ECF8CEE0 , 0x03C6896D246047AFA6C77CE040466074 , 0x04D66C4832D645EC8B5F66A5671D1AAC , 0x04DEC25C668A4F40827DB85BDC244DDF , 0x067933F50A7741F5B0E2A158A140B269 , 0x096ACA13E6504CCF82A8C16CEF4CD8F1 , 0x0A31FAE1FCE54E5092862A9D7AED9DD5 , 0x0D3856D5EEF04B3D9269DC814F40D5D6 , 0x0DE382E6F31C4A0B8D8A7926E17AB05B , 0x0F6C56CC7B754880AC75D8768B7CBAEE , 0x11FEA5FDD69F4B11AAB1B4A9E46C0940 , 0x121CD87F163F411AA89A533E560500E8 , 0x12483A3F7ED24D62806437332CA59059 , 0x13BC96B426354A4BB97B742AB0FB6284 , 0x13BE1D546E9645C99D57C1092642023B , 0x1520E2F41B3C412FBA611A6751DDE7E3 , 0x1586706B739D4419AEF3392284CFACFD , 0x1813D085571B48108993F350F0842028 , 0x18F5860E0A77480ABE93C4575D8B4029 , 0x19AE6AD4CFE345B29C015BBFC7426951 , 0x1A6B4C00F8D24841BD26ABEDB7F51FFE , 0x1AF5E182635049EDB004A8D4E3698CCF , 0x1B683C055061482EA139B39D07FD247E , 0x1BC374806D2D4213B27375E607E79936 , 0x1CF833A15F5342CE880F7138A51CF643 , 0x1DF55A20F4F14939A2ABE716C6244AA3 , 0x203AB253BC6E414C9371A885BBE05D2D , 0x221A6DA7333148108D1D087E24041961 , 0x2289116A58C1476886AF13775A7D1DBD , 0x22F52D9203574A6C85BCD2B9B8DC154B , 0x230B67232D2A483194118FF373EB3F9F , 0x27DBCC01983347FAADDE87123B7D2D26 , 0x27E202B5E1D348938896175271F9746E , 0x29016765BFBE44EF94A73F40DA2629DF , 0x2A14E6A9A88F4A2F80FE017CBCBFC64E , 0x2D7056B051F947DEB764E4F8A8B3CF80 , 0x2D9556A9E17F4A1E8AE155127A8DB87C , 0x2DE8BBFC099A4679B28F773E54ACA03E , 0x2E74018DB50045EC9AD9EC7D3B1BAEF4 , 0x2E862AAD11164E6DB3CB8ADDBE61E86F , 0x2FC41480499E44E3B788D34155893C0D , 0x322D9671EC414B4C8A6157C70E33372C , 0x324186B53EAF410AB0BCC1922ABCEFBF , 0x345DF9B3CED64B25A6846A609A617FAD , 0x3460451B302D4C6EA84EB762F4FFEDB3 , 0x34BB7B1B2BF6418C8DB51FF455FC7ED3 , 0x34ED92A37BA74C73A862F50D9B53D7B7 , 0x3519614A91D84E4F8F91E0A47C51DE17 , 0x360152A6CC834F21ACBEBA7C842016BD , 0x363CDE8331C94FAA9B2F91B02A42A2AA , 0x36A17A331FEF4644851D1FC00091D4C6 , 0x374050B8BF2B44A296F22DB230E867A5 , 0x37939767462A437A9CC35F1F842F10F7 , 0x381B40A9024A4FFBBCE50BD7CD4E9EE9 , 0x3898D8E3022C4CE086CAFF1786495229 , 0x39ECF6F0AF22483282EAB9E6939168BB , 0x3AEE7D387F0841DDA6073398A36EFC21 , 0x3BA1A39DA61E438E899B26F8919E5064 , 0x3CFB7A4D0F43432587405DEAB368C8F4 , 0x3D63FEFE555B434F8D4CE18C62AC5419 , 0x3D82774BDA5D42C5BBC219C5495E8C03 , 0x3D9D7FEB21794BD1ABF4E1E47ABA205F , 0x3E04D0C75ACC4AA29E938C440B98843F , 0x3E23BAA6BC0A4ED6B2001C75CC220691 , 0x3E87AC1A33CD44C9B8F048EBE74A765A , 0x3EB4BCD20B6C4207B73D79ADC0FBF112 , 0x3ECA353206B849ECBB20B2ED52D29077 , 0x3ECE9F8A5AB84631B8BA8FC2CA07F44C , 0x3F636A71B0CC4241BF337A5AC56507EC , 0x4151B66C3C4D42B2B6CBBED957C50DF8 , 0x41C182126EE04D7B9BF87CC37413E94C , 0x4259A5631F8D4664853D3EE6DE9FFEE1 , 0x425B94C81981490DBFC7A4EA29310124 , 0x4260D46A2C1C43F789AB15F33B962131 , 0x42BDAB7CEE5F4E419F6978BEC74B9AB7 , 0x43617CE1E96E4BF39546638A218B6C02 , 0x43C13DE2B26543388D43C8CF419220B0 , 0x4455774A10464EDA95342CEE77C4B95E , 0x453D6B47802A42BBBB306183CDE306DA , 0x46C35B293C2E438A96342197A3D842A8 , 0x4746F630347545FD977668E6824E3BFE , 0x479C2C06B3FE46F899B6AB6A6338AB0A , 0x47B167928B4049A68F53B5041295508F , 0x47F98E070A8A4DD1889416FC631BB9B4 , 0x49ECDC5FEDD942CBA4AE3340C66ED15F , 0x4A7DE59820BE4048B77522E0585A4C51 , 0x4B16F549967541F698FDF7545D6B1264 , 0x4C68F2011A6A409297DF3A4C32F5A150 , 0x4D084F457A674019BCA23E46E6437470 , 0x4E5FECFC2A444358A94238E31D3AAEA5 , 0x4E8255187D4844D1872A28944C05BF52 , 0x4EA833E00D5748FB9A12CF8EB4A165C4 , 0x4EB420843AC048A2923658761935D9ED , 0x4F05796A662B4653BCE93968214311CD , 0x4F8DD20BF72B41B28564B5AF24DC68ED , 0x51E579B0BE6E466C88CE34D062274362 , 0x51E6B7EED3864AA5BAC1976A44237330 , 0x53E22DB188334932B321760DD2EB1BA1 , 0x53FC3E6DFD9F4DE2BEBF5306F201AB40 , 0x551CED66644B4F5B91519B1978D050A7 , 0x553BF46793CE4A74BA2F355370C53D4C , 0x556BE361C91A4904AB935E6D943D3025 , 0x559B41B3FBE044DD802D7CA8273373C9 , 0x55E5A7EFE1EB44E39E1C2A483B139A6E , 0x56E3E787DDE840E18497F20F560750AA , 0x57323B85C04046F19A464143F30507BE , 0x58D872B2A26D4675AA32E31D2C31E157 , 0x58E51817595B45FFBDED6165BE1CD3CE , 0x5A8A0DF1ADA3421F9113E29EFF4164FE , 0x5B0E28FB3D9D491CAE277D4DCDA6C9A8 , 0x5C0707A46B25488FBDFD96EAB3624D83 , 0x5C9F03B6727A4655B59969A3975B326F , 0x5CCCB82CFA9C4A0A9CF7381AD4F8BCAF , 0x5D08EA70DC7448B8AD45A86E24007C6E , 0x5D13BDB7922049A3AE6BA173C649614D , 0x5D3391D441D34A2381A2D5D0470B51C9 , 0x5D57A3B5C4D94A3694177D7089405BE5 , 0x5D658404879A4E0F93EF4FDF80441625 , 0x5E1D33FB1B4A46C0B83965A2D03CA34F , 0x5F8676431AE34DA99E1D8B9D2F8E993B , 0x60EC309D6E784358A2861A575418EBE9 , 0x6267CE7734B44A92B3803078A6BF3604 , 0x632A735787CD4A68820C7D464773C771 , 0x638D670FCA654196B35BDEA4AF18FFEE , 0x64475656CE9D48C7B1EF66CD0D111F40 , 0x674542D914954F7E9DD21DFAD4FB4BD6 , 0x68CB7BCCCC054B26B13203B23FB7876E , 0x69DDD3A47FC546029076F3BC88979CA2 , 0x6A2FBE69DF9542CE8C7E5F640D67920C , 0x6B4B1C4BA1E747CC843151D41500B530 , 0x6FD41F3B074144B8B5E3D99AFBDDD52B , 0x7170914527C748F8B7F8807D3AD5ACFF , 0x72340FCF542E402CBE6E2E989A63710E , 0x7348E3D101CE49D995DD673602DEE594 , 0x742607327E59476EAFE1988F4267F17C , 0x77756700D6724991A6D6F17B5F27C175 , 0x7A264C68403C4350AAE999E08970F3E1 , 0x7A890E4B9E4A4C34BDB039D3C4E590FC , 0x7AD5071296CC42629F635F49823E5A66 , 0x7E20ACD21FA242D09E5F40EE26040ACA , 0x7EDE0598031F4F15A6FC65B5A12AD7A0 , 0x7EE5F0E3EFF740B0A6F73C4CDB7BFC89 , 0x812E0CAA0DC74F7989069B9A98A1107F , 0x81FCB165C6004819BD55B44166B4CD8F , 0x82D737E92CB34B56AE722DF015F2A234 , 0x83513C91379F4A78849E76D69EC55A8D , 0x8444F144D0AC4F278C3695E62DFB4753 , 0x85A2340C2FA040FE83D8CAD40B9C5341 , 0x85E7059814AA4BF2BAE31AD24E048446 , 0x8690569F7EC74B968BDECAF42F25B8BB , 0x86F0C53EC0A54FA79E15EBC78EA747B8 , 0x8721F1AC62454518910DA1D237F5804A , 0x89F894E26CD5436B8FECD39834918A77 , 0x8AA274037EBA42BF8A3026086A5566CF , 0x8B638D101AB8453F81803F777E5E2B3D , 0x8B9FAD27E1614681A461957797B20F93 , 0x8BD7E6202475432F82FFDFB85188C4B7 , 0x8C742BAA41D94500B050FC65F0BAD229 , 0x8CA06D05C8A040F4B026F85D6D67CBA1 , 0x8D25A54394B4439D927B7EFB7051CD61 , 0x8D7BE5AD81AE4C67B29F1EB208809560 , 0x8DE954028B394C0EB18FB29910D85C95 , 0x8E7EF8CC62C4492A9CE0E1EA34584A52 , 0x8EC9051C5D6644A281556962CB56B67C , 0x8F03E256DCCD433CAD16B0B1CA4DB9D4 , 0x930CF9FEE24E4A9DBE5CF3B32BA32CF5 , 0x937B06B92A2A400DB3533ED74CC0BDB5 , 0x938FD4A3F4B54543BD28667995F1BB5E , 0x93AD6CFB8F9046A98C4019596716FDAF , 0x943F5E84660149E7AD90C2308028A63B , 0x94654C1A4C88497CAE423735BCB1BC68 , 0x94800D9A28264FDBA70856B92DF5616D , 0x94A707A50CF343EB83924272760A40E6 , 0x94E160206CA84EFAA8DE57268B7CB461 , 0x967F60D935B74B39878EA91FFD1AFC4A , 0x96BD7293C57042F1911F01723885A9B6 , 0x975A40E31FE54356816AFAE143A674FD , 0x979DDFA2B79F404EB85412918F3123C5 , 0x97F19E05DF2E4C3584A73287D06AA29C , 0x98453FA211FB431E973112C4ED3C4E65 , 0x995BCDB4F1D5467294EEC30696952B75 , 0x9988D2AB4E454A4EB31B1DE673B43BF1 , 0x9A586D175F22470EB6030ACF95E1222B , 0x9AEBE43B191A47B1ACCDC29B4B9CDE24 , 0x9B20FA2B79D2402A8C4E554CC60B60BC , 0x9D2E4AEFB74A4F349E13ADFC9F8D97EA , 0x9E39833C30D9418BAB94416FCDE69840 , 0x9E74D79ED48448F1936F213E53B85CD5 , 0x9F71EDED281B46C98D769017B89B8A01 , 0xA0A76D368534445397EDC73A5F02C033 , 0xA23EB0FEDF7D453CAB1B2BBAAFA672BF , 0xA3D315E564AA4129826AC9F78C69DF62 , 0xA4565048641C4219ACD056D2640E300C , 0xA7F1EB9BF28D4AC5A0A1D21BA0022499 , 0xA828BBCB9FE04B42A0AF32EEA6FE67BC , 0xA8BA1C4DD00449E08BD287BD758C8B53 , 0xA98C802FFF3F49D18201E3FF61AF703F , 0xAA04FD13DFE54FB4820A73772BABC1CE , 0xAB94052CC2E94CA2A1DE0AE746D4D173 , 0xAC6F7E59D05141DBB02C2DE3E3AFB439 , 0xAD54E57AF2A34901963B87DFE5E55711 , 0xAD5E500730AF40498F09BCCE0486A03F , 0xAF5C64A14AC445AB9D5C7C60FC8A4C02 , 0xB01A61A129AD42238E9A3CD88C620C0B , 0xB02944BB95FA42C68957E1E3EF7B2EBF , 0xB06E1C37BB6F4B77ABF8C97298BD47BD , 0xB092F707733B4BF68870475D1EED8EDC , 0xB11CF949E85A4FBB922250B4D17E94BB , 0xB18B0124CE214D5CA2ED40B1666390B8 , 0xB1E93FB47A07470AB1889D6D48C2DD1D , 0xB247C519D42B4C89B4C9CD8C9D2825F9 , 0xB25E746E42FB4E46B9B010ACC8DCCE92 , 0xB2F8844ED63A4234A8D2F1DF435B2E55 , 0xB2FB20D1651E48CA8F4CD09400C938A9 , 0xB3CB77BB3AF84C7DADD67BFA14BFD8A6 , 0xB49B58B034244F3FAB2CD5E38FCE8AD7 , 0xB58C63DEECAD403FA4A3EA181D3E268F , 0xB6112A8BA7EE4711B768E92192246550 , 0xB773F9DCDC60428A97826230A4F56A8B , 0xBACF100CACCB42D38245819113F29B41 , 0xBB52BBA194E94DA3BC9156785566F23D , 0xBB912C64F2FC41338E89B75D1EA8EC5E , 0xBEFC090D1CC344FBA6B81717DC642953 , 0xC0728018E0F94402AE5221C6A4EC240E , 0xC114649CF3C2490E8541FD153661F0AE , 0xC2A2D9A998CA479395E23E4B7CB4B3B9 , 0xC36ACA156DAA4E52BDD63C9B11386B46 , 0xC4947E931E474E2A968638B2906CF8B0 , 0xC49FE5DA73DE45B79A79554EF157B197 , 0xC86991ECFE1C404BA681A4C7FB90C53D , 0xCAB9D1608B394B11A090BE32D81F0B19 , 0xCB23F088C04E40498CA2E8BD78BE0FEC , 0xCB7A11E7DED241E6B40B07D9270B1CB5 , 0xCBE9C4C3E6DB4BFF847F3158030720A2 , 0xCC776783A8664E83BEAA15E0FB6DAA68 , 0xCCF751C1B52B437FA79A3CC1DE55D705 , 0xCD55E43617584C4C9B8BC664FF6C2A29 , 0xCE29B087C80340EA921CC8A3CCB274EB , 0xCF47440276C34A9EB99787A0CF4C4F86 , 0xCF8BE42B7F544DA78B963D043852924D , 0xD0A3737BB72D4779ACC9A49C3B70E86E , 0xD2C3E2F64A924AECB8A5396407098CDC , 0xD3A805EF7506425DB4B3E35B8A041A5B , 0xD3EC65325C9D48C0BCCD51F84BC86CCC , 0xD6D344EC4E3B4CFCB5C78F4551D53E6E , 0xD75BB5A6660E49F29799A72354E64DFF , 0xD7FB471ED15942CC8B07787E27E6E81A , 0xD82DC536C9DC42DD8ADEA0B9369DC516 , 0xD886588082C94590A081CA9A7CC55EED , 0xD89F65EFFD03489DB904BF71E08366B4 , 0xD8B393DC7A714547B71E49010D2768B0 , 0xDA4CDBE956DC45F486F814A42C6FB8E4 , 0xDACB066588464F4D8B23A789F665B7AD , 0xDBFD5800025243DD8F80AB41BD86291B , 0xDE586750D2114168806482527B5EC1AA , 0xDEF1AEBA6137443FAB4809B498B2F1F6 , 0xDF11432D45BC452CA89398E6458DDEFF , 0xDF39BAC1FADB468B9E0AD91AFB376153 , 0xDF921CDE0FC84BCE8CF9B741DFC5B7A1 , 0xDFEAA00B11084288A681DA424F5F336D , 0xE1D81AD3322F485F9F273CB0B5C7D5CA , 0xE1E57F9F06CB44B19A7FC309912E4A3F , 0xE2F57A03DBA64270821AE646852CB977 , 0xE345C0DEB72246F993131A884C34C923 , 0xE40D9CE8A8A64ECFBA8F0AEBC6A2FB6A , 0xE4DBC146D33441AD97B68441787D4E69 , 0xE5777700E6CA4062BE6B6185EC8DC347 , 0xE5E50401418E444DA6CE2D3CA6030FED , 0xE6C2D9F9EA844983BA69A993803A7CFD , 0xE75FF3A1765C44AA83EEE4C534980D9C , 0xE76442CFF7BA4CB0A65892EED10F9A64 , 0xEAA9B2520AE54A61BC54AF58B9DD4C75 , 0xEAD6D077AA94405D87A57C5A0B14A4F8 , 0xEADA303917F54AE3A29216AB8EFEC4AE , 0xECF79C33D97C42B19CEAC0AAD2F39261 , 0xED2766BDC47A4DE0A66E01F96FEDB8C6 , 0xED445B64923F4BCEA65E541BE08D8514 , 0xEE3D8EEC6D104058A96A9F10552A0E5C , 0xF04B4577895946089B5DFA062CBBF499 , 0xF08899BDEF7A4CB99614ED881048091B , 0xF0A689EE3D2C435A916DE90BA8194A12 , 0xF0C8BFBC52FD433383744E2748D3FFAA , 0xF301FB86CCD54C34AE990699B886E1B2 , 0xF47B74322A954467BB96A79B1FFAB6F0 , 0xF4B02C4BA28C43A2A4BDFA1FA9C3E927 , 0xF4EE00DBB1EC4A579B7C89E6753569DA , 0xF558E9DCCEE4450BA1C367ECCD082D60 , 0xF5C62C0D9EF54599915B31F47AAA150D , 0xF637B90464D0405C914B9AAA01FD4BF3 , 0xF83B5F6DBF5E4974B0075356D0F0A1E8 , 0xF8D32B5438894D5E9D0E55DD009F883F , 0xF9079CFFA2C141E5840462D3D4EDF576 , 0xF90A97D659A54FEFAEBB042F2E7398A4 , 0xF93D6F83357D4024961D4C561B8FA72A , 0xFBAD62B87077468B8FAEAD96B0BF6ED9 , 0xFC7945A9A66141E8B0AA5E8EE2D6FD68 , 0xFD77812DFC294118B655DB4DAA20027E , 0xFE2FF8F6A8F548008B013FEE8FCE5C70 , 0xFE9DE3E2697B4669B5DE4A27CE275DDB , 0xFEDD45AF33B64D4E9AEE657C2BF68A47 , 0xFF4EF95EFEF241F8B26ADD0DCE7A240D , 0xFF6B5F594EE64A8BBB2002302CDAB2D4 , 0xFFE4B19C1BA74531897130AA96D03235 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000 ;
Copy
109
3.00 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` . `file_hash` as `property_group_option.media.fileHash` , `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"¡\x12 DޱMB½¸\x1C 7°=\e ÿð "
b"¡´e\x15 <åFO¢Ýžr¸ã\x11 o "
b"¡èס‡qOöºÜIų¨\x00 O "
b"¢>°þß}E<«\e +º¯¦r¿ "
b"£[1–‚¡Hb–øD°êà“% "
b"£Ó\x15 ådªA)‚jÉ÷Œißb "
b"¤VPHd\x1C B\x19 ¬ÐVÒd\x0E 0\f "
b"¤“\x16 “À·Kpµ-r¨—I´ "
b"¤µ\x1D\x18 q¤H\x13 ŽÁ‰~È\x00 °Ë "
b"¤ßýãD.El…U#N:M\x1D\x1F "
b"¥¹\x19 #JrE`©\x00 \x12 Ï\f þA "
b"¥çXïCÓEd£^þWl^êô "
b"§Š$“¾\x18 @4¦'‹\x00 D\x04\f f "
b"§ñë›òŽJÅ ¡Ò\e \x02 $™ "
b"¨(»ËŸàKB ¯2î¦þg¼ "
b"¨|yF\x13 ·IQ‰$\e\x17 QM\x06 ù "
b"¨º\x1C MÐ\x04 Ià‹Ò‡½uŒ‹S "
b"©@40sd@1›Ô¡ïBÀÅ¥ "
b"©Œ€/ÿ?IÑ‚\x01 ãÿa¯p? "
b"""
ª\x04 ý\x13 ßåO´‚\n
sw+«ÁÎ
"""
b"ªÊæ/fsL‚'Ã\x04 ‰Í$c "
b"ªý+×Ü3LG•F$7Ãüލ "
b"""
«8"™Ý\v MCœC\x06 '\n
Ñz
"""
b"""
«”\x05 ,ÂéL¢¡Þ\n
çFÔÑs
"""
b"¬WëË\x10 £G¬¦VåÎ.â\r j "
b"¬o~YÐQAÛ°,-ã㯴9 "
b"¬z i66LŸ£\x1D ·®\x15 \r µ± "
b"\x0E zìl\x03 C£‹|\x03\x16\x15 ÑN_ "
b";_HؽE\x18 »û¡K€=Òº "
b"Tåzò£I\x01 –;‡ßååW\x11 "
b"^P\x07 0¯@I\t ¼Î\x04 † ? "
b"¯Cÿ«X\x1E Oe‘µa\x00 þý!Ÿ "
b"¯\d¡JÄE«\|`üŠL\x02 "
b"""
¯€Ó\n
s´M¹›ý‰ÄHs:Ô
"""
b"¯²\x13 G`ÅDj±\f ö-³\x19 ³\t "
b"°\x1A a¡)B#Žš<ØŒb\f\v "
b"°)D»•úBƉWáãï{.¿ "
b"°=„’û»HÔ˜¢^¸>z$Ý "
b"°Wèv°iJ׈ªa?ÕH< "
b"°n\x1C 7»oKw«øÉr˜½G½ "
b"°’÷\x07 s;KöˆpG]\x1E íŽÜ "
b"±\x1C ùIèZO»’"P´Ñ~”» "
b"±>\x01 <\t sB)»‰þM‚tì4 "
b"±‹\x01 $Î!M\¢í@±fc¸ "
b"""
±é?´z\x07 G\n
±ˆmHÂÝ\x1D
"""
b"²57”õ«C\e Ž\x15 Pœ\x1C IhK "
b"²GÅ\x19 Ô+L‰´ÉÍŒ(%ù "
b"²^tnBûNF¹°\x10 ¬ÈÜÎ’ "
b"²ø„NÖ:B4¨ÒñßC[.U "
b"²û Ñe\x1E HÊLД\x00 É8© "
b"³Ëw»:øL}Ö{ú\x14 ¿Ø¦ "
b"´„øU\x10 zDš™\x01 ¬˜\x01 ç—² "
b"´›X°4$O?«,ÕãÎŠ× "
b"´öÆê‹‹AF”¿|CÓ\x05 ½\ "
b"µŒcÞì@?¤£ê\x18\x1D >& "
b"¶\x11 *‹§îG\x11 ·hé!’$eP "
b"¶c£w¿\x18 @Ò”\x14 9F ´± "
b"¶£—Èð\x15 G]¯ÒW\x14 nZ‚ð "
b"·SÑ*ÒuL]¾Y\e š7-k5 "
b"·sùÜÜ`BŠ—‚b0¤õj‹ "
b"·ö\x19 …Ð\x02 Iάö\t\x1C €º¬î "
b"¹Q±O~èJ´º"?|Ó\x1D 2¶ "
b"º‚e\x00 F˜JÞ®—Þ\x1E ln‘Œ "
b"ºÏ\x10\f ¬ËBÓ‚E‘\x13 ò›A "
b"»#\t \f +EV—;áw5ÊqÙ "
b"»>ïçÍ\x13 Nj™E\x18 qDK%Þ "
b"»R»¡”éM£¼‘VxUfò= "
b"»‘,dòüA3މ·]\x1E ¨ì^ "
b"""
¼$¸‡\+Ag¸¸f\n
@\x1F\f
"""
b"""
½\x06 ±4\n
s@Y‚\Aê8ìî\x14
"""
b"¾–ýÐêtF\x1F ³Kš´VœÔi "
b"¾ü\t \r \x1C ÃDû¦¸\x17\x17 Üd)S "
b"¿¼ÖW‡\x14 BÜ«\x00\x08 ½V˜tå "
b"Àr€\x18 àùD\x02 ®R!Ƥì$\x0E "
b"Á\x14 dœóÂI\x0E …Aý\x15 6að® "
b"ÁkÚ葎J$†F{ÄOÂ)¿ "
b"Á pïø¯Hæ†m¿\x16 ׋\x1A \ "
b"ÂW¡hq@Gä–±Õ\x14\x18 ž\x17 "
b"Âs´+Þ\x14 D¡#\t UdËä "
b"¢٩˜ÊG“•â>K|´³¹ "
b"ÂÊœªdI\x12 ‘å‹@€’I "
b"ÃjÊ\x15 mªNR½Ö<›\x11 8kF "
b"ÃsòÁ™!CÕ»þ{Ú-x4í "
b"Ä”~“\x1E GN*–†8²lø° "
b"ÄŸåÚsÞE·šyUNñW±— "
b"Ħp¼×=@à–Ù\x12 ðú½i\t "
b"Äù\x07\x06\x00 ØM\x03 \x7F âcžc\x16 "
b"Å\e RÂ\x0E I¯£8oVÃv¶£ "
b"Ædò4\x08 ‘E™¬9Éy\x18 $ÙÚ "
b"Ƈ}=\x16 "A\Ž‘Cå3x,¨ "
b"Ç\x1F øF¿ÉBd‡ç"Å\x19\f %\x18 "
b"ÇŽßE€·MóšÍÁÜnÚ/t "
b"ÇÌeÄ\x0F YDÇ™z¢\x14 &¤/ê "
b"ÇÎÅ^sÃBU¯wÙ%ôú†Ê "
b"È\e FEILi£·À§ð•\x12 A "
b"Èi‘ìþ\x1C @K¦¤ÇûÅ= "
b"ÉO8\x14 s´N\x18 °Ÿ¹•§!\$ "
b"ÉxB"îÂG8¥TŒà\x7F Ùœ* "
b"ʹÑ`‹9K\x11 ¾2Ø\x1F\v\x19 "
b"Ë#ðˆÀN@IŒ¢è½x¾\x0F ì "
b"ËB@J\x17 nD^ W¾ïù\x19 BÆ "
b"Ëz\x11 çÞÒAæ´\v\x07 Ù'\v\x1C µ "
b"ËéÄÃæÛKÿ„\x7F 1X\x03\x07 ¢ "
b"Ìwgƒ¨fNƒ¾ª\x15 àûmªh "
b"Ìß“\x01 š\x15 E\x7F Œ‘Fø\x05 *Eÿ "
b"Ì÷QÁµ+C\x7F §š<ÁÞU×\x05 "
b"ÍUä6\x17 XLL›‹Ædÿl*) "
b"Î)°‡È\x03 @ê’\x1C ȣ̲të "
b"""
ÎÜ\n
\x18 Y\x18 @—ŠçÏ\x1F »žïÏ
"""
b"ÏGD\x02 vÃJž¹—‡ ÏLO† "
b"Ï‹ä+\x7F TM§‹–=\x04 8R’M "
b"Уs{·-Gy¬É¤œ;pèn "
b"Ñ/#‘=KD\x18 ‹Û ËÙÜ# "
b"ÑÒypS\x06 I\x1C š\x1A ·I ØÌá "
b"Ò\x1A ð\x04 %‚F7• û¶"²¸ "
b"ÒKü\x14 Gp@LŸXQ\x19 ÅÌ/f "
b"""
Ò¯~xGŸBG\n
çåïhÿ‹
"""
b"ÒÃâöJ’J츥9d\x07\t ŒÜ "
b"ÓK›\x7F /HG ¬\e pH\x0F\x14 ¾- "
b"ÓU7©\x0E ,D²«kk?Ÿ…ïd "
b"Ó¨\x05 ïu\x06 B]´³ã[Š\x04\x1A [ "
b"Óìe2\HÀ¼ÍQøKÈlÌ "
b"ÔøC\x06\x03 „@Ô©íB#\x07 §”„ "
b"Õa\x14 F\x01 E„—\x0E gæ£ø "
b"ÕvxØa!BE—~ð¸¥;\x15 "
b"Õš5ƒ†bH\x1E ø¿Nüý5à "
b"ÕÐ ]ÄÉDý‰ÏÎ (†\8 "
b"Ö$fý²SO–xA?Æ|‹\t "
b"ÖXiå0ÂCÖ†0xHa\x11 ðÞ "
b"Ö„‡Q½¯L—L/ú0Þ(\r "
b"ÖÓDìN;LüµÇEQÕ>n "
b"Öý\x15 º5ÒL¯•\v ¾²ûŸ~& "
b"×A$xß©Ha›µ\x15 i?ôN« "
b"×Mÿ\x1C MØ€\x05 '\x11 C¹Iœ "
b"×[µ¦f\x0E Iò—™§#TæMÿ "
b"×›Ù,-\x06 D0¯Ã'ŸÈvJ\x10 "
b"×Éj8ºDEã·ˆ\f Q–D“¨ "
b"×ûG\x1E ÑYBÌ‹\x07 x~'æè\x1A "
b"Ø-Å6ÉÜBÝŠÞ ¹6Å\x16 "
b"؆X€‚ÉE Êš|Å^í "
b"Øeïý\x03 H¹\x04 ¿qàƒf´ "
b"س“ÜzqEG·\x1E I\x01 \r 'h° "
b"ØÔ\x17 .s×B\v »5\v\x7F À)íŸ "
b"Ùaƒ\x08 M-HÝ€^_Ó£ŠÀÆ "
b"ÙÂBëÅG†ž7É)Æ()ø "
b"ÚLÛéVÜEô†ø\x14 ¤,o¸ä "
b"Ú[,Fú\x07 Cq“«\x19 ¡zsà? "
b"Úg\x06 `\x12 #F·¿c¿çt]¯~ "
b"ÚË\x06 eˆFOM‹#§‰öe· "
b"Úãôx.HK(¤\x17\x19 7¹ô4¿ "
b"Û½ªEÐROܹU\x0F 1°uÑô "
b"ÛýX\x00\x02 RCÝ€«A½†)\e "
b"ÝeöxŸ‰AÇ·ä?ÀN\v I† "
b"ÞXgPÒ\x11 Ah€d‚R{^Áª "
b"Þñ®ºa7D?«H\t ´˜²ñö "
b"Þõ\x1D 5\x05 ?GÊ´l-~Õïã; "
b"ß\x11 C-E¼E,¨“˜æEŽÞÿ "
b"ß2û~I(Oû•¬zÂuâ-ý "
b"""
ß9ºÁúÛF‹ž\n
Ù\x1A û7aS
"""
b"ß’\x1C Þ\x0F ÈKÎŒù·AßÅ·¡ "
b"ßê \v\x11\x08 Bˆ¦ÚBO_3m "
b"à\x0F E\x02 —\x1E IB¼ÙþU!JŽó "
b"àyÉ\x16 FLGî Ê\f (‹ð "
b"à«O\t xaCû–%É\x00 í\x12 .} "
b"áT¥½¨CѺ ZI†Ž‘= "
b"áb\x1A Ä\x0E K\x03 ¶çÚ#©jð¾ "
b"áØ\x1A Ó2/H_Ÿ'<°µÇÕÊ "
b"áå\x7F Ÿ\x06 ËD±š\x7F Ã\t ‘.J? "
b"â¨ùûo€E\x08 »Nì?p\x1A ù "
b"âå\x10\x18 ý\x07 L\x0F ÝkÞnxjÙ "
b"âõz\x03 Û¦Bp‚\x1A æF…,¹w "
b"âú¼©¢Bt†O\x1F !Þ_ê "
b"ã?\x1D \XeJº½j›CðØ… "
b"ãEÀÞ·"Fù“\x13\x1A ˆL4É# "
b"ã±\x10 ÜäÛGv¦Àã»Û\x04 ‡? "
b"""
ä\r œè¨¦NϺ\n
ëÆ¢ûj
"""
b"äÛÁFÓ4A—¶„Ax}Ni "
b"åww\x00 æÊ@b¾ka…ìŽÃG "
b"åå\x04\x01 AŽDM¦Î-<¦\x03\x0F í "
b"æ\x13 ôŸZÑFÑ€?åÈ\x00 ,µx "
b"æ?óôã¾@G´î¹oÇ\x07 qZ "
b"æKz•\t òK4š|ô¢ý±Äì "
b"æÂÙùê„Iƒºi©“€:|ý "
b"ç\x12 p6êÀJX¤§G¢\x04\x02 ý( "
b"ç_ó¡v\DªƒîäÅ4˜\r œ "
b"çdBÏ÷ºL°¦X’îÑ\x0F šd "
b"çèûÉLÈB^—üi²ývvÕ "
b"è\x17 K#¨K™šé!\x1D ’.ýA "
b"""
èÙ7\n
\v\x04 DrŸ\x12 €þÝ\x08 \x1F
"""
b"""
é3\f ¹y\n
OÁ—ÇRÇnáÝ\x1A
"""
b"êˆæ\x15 ƒóA\x10 ª³lм¥2{ "
b"""
ꩲR\n
åJa¼T¯X¹ÝLu
"""
b"êÖÐwª”@]‡¥|Z\v\x14 ¤ø "
b"êÚ09\x17 õJ㢒\x16 «ŽþÄ® "
b"ë½M]ÒÖD+€ pž\x03 k\v "
b"ì÷œ3Ù|B±œêÀªÒó’a "
b"í'f½ÄzMà¦n\x01 ùoí¸Æ "
b"íD[d’?KΦ^T\e àŽ…\x14 "
b"í‚¿ø!\x08 K\x0E ‡Ž=ñû]\x12 n "
b"íš2Œ|‹Da³]á\e C'r\x1E "
b"íŸ\x7F ²Ê\x19 Mßš7FNÓ^'t "
b"íÓÊ\x18 éTHA´Ñ9Ö +ÚZ "
b"î=Žìm\x10 @X©jŸ\x10 U*\x0E \ "
b"ïÁ˜\t 8IE&¹ã[3:åd= "
b"ïú\x01 å³`EM„\x16 ×ÀË\x08\x16 "
b"ð\x14 TÈØòH›UÐN\x12\v Ç "
b"ðKEw‰YF\x08 ›]ú\x06 ,»ô™ "
b"ðƒÀ~³Mùø&‘zˆ‚q "
b"ðˆ™½ïzL¹–\x14 íˆ\x10 H\t\e "
b"ð¦‰î=,CZ‘mé\v ¨\x19 J\x12 "
b"ð¾ž!Õ\EwŒY¡\x14 é"»” "
b"ðÈ¿¼RýC3ƒtN'HÓÿª "
b"ñ)Ù=\x1F øN¬7½„D@ƒü "
b"ñcYCRFˆ·Ør£ÎV "
b"ñ·\r ýÈÖN\x00 «÷êýN–µM "
b"òóxj“ÜBÉ¡>ÇF½ïª "
b"òóyÍlþF³ˆèw!“c|R "
b"ó\x01 û†ÌÕL4®™\x06 ™¸†á² "
b"ó\x06 Á˜™hK*¿…\v –T¦&Œ "
b"ô{t2*•Dg»–§›\x1F ú¶ð "
b"ô°,K¢ŒC¢¤½ú\x1F ©Ãé' "
b"ôî\x00 Û±ìJW›|‰æu5iÚ "
b"õXéÜÎäE\v ¡ÃgìÍ\x08 -` "
b"õn¾\r 3ÔF¼‡À«Î\x08 ¼5Ö "
b"õÆ,\r žõE™‘[1ôzª\x15 \r "
b"õËkL"FG¬”ÿkãT³N' "
b"ö\e *„Q\x17 F‡Ï\x16 Ãa=‚÷ "
b"ö7¹\x04 dÐ@\‘Kšª\x01 ýKó "
b"ö«vÖG‹Iw¯£\x11 æ\x17\x01 YÝ "
b"÷#ûI²®H”\x1E #ÒNT\x1E Þ "
b"÷B[\x0F =`Eë‹´6ë\x02 ûOÂ "
b"÷UR²GšM™€8¥/®»#/ "
b"ø;_m¿^It°\x07 SVÐð¡è "
b"øÓ+T8‰M^\x0E UÝ\x00 ˆ? "
b"øð\x02 ˜ÍúOö³FfˆY\t Ìj "
b"ù\x07 œÿ¢ÁAå„\x04 bÓÔíõv "
b"""
ù\n
—ÖY¥Oï®»\x04 /.s˜¤
"""
b"ù=oƒ5}@$–\x1D LV\e §* "
b"ú\x14 #`\x1D\x0F KQ§}ú¤H¥Ûç "
b"úE›ulÞI—§©çw»áÐ! "
b"ú¤•LU„G‡Gý\x1E –¼×\x05 "
b"û\x00 ¯%\x7F ËFM¼ôÌK\x08\x10 A "
b"ûb¸pwF‹®–°¿nÙ "
b"üM"XޏFσÞ\x04 ƒ¦¦‘ "
b"üyE©¦aAè°ª^ŽâÖýh "
b"ü›ˆ¤G\x03 Cü”Â)O1õ\x1F j "
b"ýw-ü)A\x18 ¶UÛMª \x02 ~ "
b"þ/øö¨õH\x00 ‹\x01 ?îÎ\p "
b"þãâi{FiµÞJ'Î']Û "
b"þÝE¯3¶MNšîe|+öŠG "
b"ÿ\v NÌ~ŠCи<¾\x00\x10 i15 "
b"ÿNù^þòAø²jÝ\r Îz$\r "
b"ÿWåZc>@…ŽFĜȳ1’ "
b"ÿk_YNæJ‹» \x02 0,Ú²Ô "
b"ÿ«L\x00 º²G?·S@Ø–\x00 nO "
b"ÿãÌž„ÊI‘¬VÝ\x7F ·«’ "
b"ÿ䱜\e §E1‰q0ª–Ð25 "
]
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` . `file_hash` as `property_group_option.media.fileHash` ,
`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` . `file_hash` as `property_group_option.media.fileHash` , `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 (0xA112448EB14D42BDB81C37B03D1BFFF0 , 0xA1B465153CE5464FA2DD9E72B8E3116F , 0xA1E8D7A187714FF6BADC49C5B3A8004F , 0xA23EB0FEDF7D453CAB1B2BBAAFA672BF , 0xA35B319682A1486296F844B0EAE09325 , 0xA3D315E564AA4129826AC9F78C69DF62 , 0xA4565048641C4219ACD056D2640E300C , 0xA4931693C0B74B70B52D72A89749C2B4 , 0xA4B51D1871A448138DC1897EC800B0CB , 0xA4DFFDE3442E456C8555234E3A4D1D1F , 0xA5B919234A724560A9009012CF0CFE41 , 0xA5E758EF43D34564A35EFE576C5EEAF4 , 0xA78A2493BE184034A6278B0044040C66 , 0xA7F1EB9BF28D4AC5A0A1D21BA0022499 , 0xA828BBCB9FE04B42A0AF32EEA6FE67BC , 0xA87C794613B7495189241B17514D06F9 , 0xA8BA1C4DD00449E08BD287BD758C8B53 , 0xA9403430736440319BD4A1EF42C0C5A5 , 0xA98C802FFF3F49D18201E3FF61AF703F , 0xAA04FD13DFE54FB4820A73772BABC1CE , 0xAACAE62F66734C828127C30489CD2463 , 0xAAFD2BD7DC334C4795462437C3FC8DA8 , 0xAB382299DD0B4D439C4306279D0AD17A , 0xAB94052CC2E94CA2A1DE0AE746D4D173 , 0xAC57EBCB10A347ACA656E5CE2EE20D6A , 0xAC6F7E59D05141DBB02C2DE3E3AFB439 , 0xAC7AA06936364C9FA31DB7AE150DB5B1 , 0xAD0E7AEC6C0343A38B7C031615D14E5F , 0xAD3B5F48D8BD4518BBFBA14B803DD2BA , 0xAD54E57AF2A34901963B87DFE5E55711 , 0xAD5E500730AF40498F09BCCE0486A03F , 0xAF43FFAB581E4F6591B56100FEFD219F , 0xAF5C64A14AC445AB9D5C7C60FC8A4C02 , 0xAF80D30A73B44DB99BFD89C448733AD4 , 0xAFB2134760C5446AB10CF62DB319B309 , 0xB01A61A129AD42238E9A3CD88C620C0B , 0xB02944BB95FA42C68957E1E3EF7B2EBF , 0xB03D8492FBBB48D498A25EB83E7A24DD , 0xB057E876B0694AD788AA613FD5488F3C , 0xB06E1C37BB6F4B77ABF8C97298BD47BD , 0xB092F707733B4BF68870475D1EED8EDC , 0xB11CF949E85A4FBB922250B4D17E94BB , 0xB13E013C09734229BB89FE4D8274EC34 , 0xB18B0124CE214D5CA2ED40B1666390B8 , 0xB1E93FB47A07470AB1889D6D48C2DD1D , 0xB2353794F5AB431B8E15509C1C49684B , 0xB247C519D42B4C89B4C9CD8C9D2825F9 , 0xB25E746E42FB4E46B9B010ACC8DCCE92 , 0xB2F8844ED63A4234A8D2F1DF435B2E55 , 0xB2FB20D1651E48CA8F4CD09400C938A9 , 0xB3CB77BB3AF84C7DADD67BFA14BFD8A6 , 0xB484F855107A449A9901AC9801E797B2 , 0xB49B58B034244F3FAB2CD5E38FCE8AD7 , 0xB4F6C6EA8B8B414694BF7C43D305BD5C , 0xB58C63DEECAD403FA4A3EA181D3E268F , 0xB6112A8BA7EE4711B768E92192246550 , 0xB663A377BF1840D2941439462020B4B1 , 0xB6A397C8F015475DAFD257146E5A82F0 , 0xB753D12AD2754C5DBE591B9A372D6B35 , 0xB773F9DCDC60428A97826230A4F56A8B , 0xB7F61985D00249CEACF6091C80BAACEE , 0xB951B14F7EE84AB4BA223F7CD31D32B6 , 0xBA82650046984ADEAE97DE1E6C6E918C , 0xBACF100CACCB42D38245819113F29B41 , 0xBB2309900C2B4556973BE17735CA71D9 , 0xBB3EEFE7CD134E6A99451871444B25DE , 0xBB52BBA194E94DA3BC9156785566F23D , 0xBB912C64F2FC41338E89B75D1EA8EC5E , 0xBC24B8875C2B4167B8B8660AA0401F0C , 0xBD06B1340A734059825C41EA38ECEE14 , 0xBE96FDD0EA74461FB34B9AB4569CD469 , 0xBEFC090D1CC344FBA6B81717DC642953 , 0xBFBCD657871442DCAB0008BD569874E5 , 0xC0728018E0F94402AE5221C6A4EC240E , 0xC114649CF3C2490E8541FD153661F0AE , 0xC16BDAE8918D4A2486467BC44FC229BF , 0xC1A070EFF8AF48E6866DBF16D78B1A5C , 0xC257A168714047E48196B1D514189E17 , 0xC273B42BDE14449DA123095564CBE420 , 0xC2A2D9A998CA479395E23E4B7CB4B3B9 , 0xC2CA9CAAAD6449129181E58B40809249 , 0xC36ACA156DAA4E52BDD63C9B11386B46 , 0xC373F2C1992143D5BBFE7BDA2D7834ED , 0xC4947E931E474E2A968638B2906CF8B0 , 0xC49FE5DA73DE45B79A79554EF157B197 , 0xC4A670BCD73D40E096D912F0FABD6909 , 0xC4F9070600D84D03907FE2639D9E6316 , 0xC51BAD52C20E49AFA3386F56C376B6A3 , 0xC664F23408914599AC39C9791824D9DA , 0xC6877D3D1622415C8E9143E533782CA8 , 0xC71FF846BFC9426487E722C5190C2518 , 0xC78EDF4580B74DF39ACDC1DC6EDA2F74 , 0xC7CC65C40F5944C7997AA21426A42FEA , 0xC7CEC55E73C34255AF77D925F4FA86CA , 0xC81B4645AD494C69A3B7C0A7F0951241 , 0xC86991ECFE1C404BA681A4C7FB90C53D , 0xC94F381473B44E18B09FB995A7215C24 , 0xC9784222EEC24738A5548CE07FD99C2A , 0xCAB9D1608B394B11A090BE32D81F0B19 , 0xCB23F088C04E40498CA2E8BD78BE0FEC , 0xCB42404A176E445EA057BEEFF91942C6 , 0xCB7A11E7DED241E6B40B07D9270B1CB5 , 0xCBE9C4C3E6DB4BFF847F3158030720A2 , 0xCC776783A8664E83BEAA15E0FB6DAA68 , 0xCCDF93019A15457F8C9146F8052A45FF , 0xCCF751C1B52B437FA79A3CC1DE55D705 , 0xCD55E43617584C4C9B8BC664FF6C2A29 , 0xCE29B087C80340EA921CC8A3CCB274EB , 0xCEDC0A18591840978AE7CF1FBB9EEFCF , 0xCF47440276C34A9EB99787A0CF4C4F86 , 0xCF8BE42B7F544DA78B963D043852924D , 0xD0A3737BB72D4779ACC9A49C3B70E86E , 0xD12F23913D4B44188BDB208FCBD9DC23 , 0xD1D279705306491C9A1AB749A0D8CCE1 , 0xD21AF0042582463795A0ADFBB622B2B8 , 0xD24BFC144770404C9F585119C5CC2F66 , 0xD2AF7E78479F4247AD0AE7E5EF68FF8B , 0xD2C3E2F64A924AECB8A5396407098CDC , 0xD34B9B7F2F484720AC1B70480F14BE2D , 0xD35537A90E2C44B2AB6B6B3F9F85EF64 , 0xD3A805EF7506425DB4B3E35B8A041A5B , 0xD3EC65325C9D48C0BCCD51F84BC86CCC , 0xD4F84306038440D4A9ED422307A79484 , 0xD561148146014584970E67E6A3F89F20 , 0xD57678D861214245AD977EF0B8A53B15 , 0xD59A35838662481EADF8BF4EFCFD35C3 , 0xD5D0A05DC4C944FD89CFCEA028865C38 , 0xD62466FDB2534F819678413FC67C8B09 , 0xD65869E530C243D6863078486111F0DE , 0xD6848751BDAF4C81974C2FFA30DE280D , 0xD6D344EC4E3B4CFCB5C78F4551D53E6E , 0xD6FD15BA35D24CAF950BBEB2FB9F7E26 , 0xD7412478DFA948619BB515693FF44EAB , 0xD74DFFAD1C904DD88005271143B9499C , 0xD75BB5A6660E49F29799A72354E64DFF , 0xD79BD92C2D064430AFC3279FC8764A10 , 0xD7C96A38BA4445E3B7880C51964493A8 , 0xD7FB471ED15942CC8B07787E27E6E81A , 0xD82DC536C9DC42DD8ADEA0B9369DC516 , 0xD886588082C94590A081CA9A7CC55EED , 0xD89F65EFFD03489DB904BF71E08366B4 , 0xD8B393DC7A714547B71E49010D2768B0 , 0xD8D4172E73D7420BBB350B7FC029ED9F , 0xD96183084D2D48DD805E5FD3A38AC0C6 , 0xD9C2428FEBC547869E37C929C62829F8 , 0xDA4CDBE956DC45F486F814A42C6FB8E4 , 0xDA5B2C46FA07437193AB19A17A73E03F , 0xDA670660122346B7BF63BFE7745DAF7E , 0xDACB066588464F4D8B23A789F665B7AD , 0xDAE3F4782E484B28A4171937B9F434BF , 0xDBBDAA45D0524FDCB9550F31B075D1F4 , 0xDBFD5800025243DD8F80AB41BD86291B , 0xDD65F6789F8941C7B7E43FC04E0B4986 , 0xDE586750D2114168806482527B5EC1AA , 0xDEF1AEBA6137443FAB4809B498B2F1F6 , 0xDEF51D35053F47CAB46C2D7ED5EFE33B , 0xDF11432D45BC452CA89398E6458DDEFF , 0xDF32FB7E49284FFB95AC7AC275E22DFD , 0xDF39BAC1FADB468B9E0AD91AFB376153 , 0xDF921CDE0FC84BCE8CF9B741DFC5B7A1 , 0xDFEAA00B11084288A681DA424F5F336D , 0xE00F4502971E4942BCD9FE55214A8DF3 , 0xE079C916464C47EEA0C38A0C8F288BF0 , 0xE0AB4F09786143FB9625C900ED122E7D , 0xE154A5BD8EA843D1BAA05A49868D913D , 0xE1621AC40E9D4B03B6E7DA23A96AF0BE , 0xE1D81AD3322F485F9F273CB0B5C7D5CA , 0xE1E57F9F06CB44B19A7FC309912E4A3F , 0xE2A8F9FB6F804508BB4EEC9D3F701AF9 , 0xE2E51018FD074C0FADDD6BDE6E786AD9 , 0xE2F57A03DBA64270821AE646852CB977 , 0xE2FABCADA9A24274864F1F2021DE5FEA , 0xE33F1D5C58654ABABDAD6A9B43F0D885 , 0xE345C0DEB72246F993131A884C34C923 , 0xE3B110DCE4DB4776A6C0E3BBDB04873F , 0xE40D9CE8A8A64ECFBA8F0AEBC6A2FB6A , 0xE4DBC146D33441AD97B68441787D4E69 , 0xE5777700E6CA4062BE6B6185EC8DC347 , 0xE5E50401418E444DA6CE2D3CA6030FED , 0xE613F49F5AD146D1803FE5C8002CB578 , 0xE63FF3F4E3BE4047B4EEB96FC707715A , 0xE64B7A9509F24B349A7CF4A2FDB1C4EC , 0xE6C2D9F9EA844983BA69A993803A7CFD , 0xE7127036EAC04A58A4A747A20402FD28 , 0xE75FF3A1765C44AA83EEE4C534980D9C , 0xE76442CFF7BA4CB0A65892EED10F9A64 , 0xE7E8FBC94CC8425E97FC69B2FD7676D5 , 0xE8174B23A8904B999AE9211D922EFD41 , 0xE8D9370A0B0444729F1280FEDD08201F , 0xE9330CB9790A4FC197C752C76EE1DD1A , 0xEA88E61583F34110AAB36C8ABCA5327B , 0xEAA9B2520AE54A61BC54AF58B9DD4C75 , 0xEAD6D077AA94405D87A57C5A0B14A4F8 , 0xEADA303917F54AE3A29216AB8EFEC4AE , 0xEBBD4D5DD2D6442B80A0709E036B9D0B , 0xECF79C33D97C42B19CEAC0AAD2F39261 , 0xED2766BDC47A4DE0A66E01F96FEDB8C6 , 0xED445B64923F4BCEA65E541BE08D8514 , 0xED82BFF821084B0E878E3DF1FB5D126E , 0xED9A328C7C8B4461B35DE11B4327721E , 0xED9F7FB2CA194DDF9A37464ED35E2774 , 0xEDD3CA18E9544841B4D139D6202BDA5A , 0xEE3D8EEC6D104058A96A9F10552A0E5C , 0xEFC1980938494526B9E35B333AE5643D , 0xEFFA01E5B360454D8416D7C380CB0816 , 0xF01454C8D8F2489B9055D04E9F120BC7 , 0xF04B4577895946089B5DFA062CBBF499 , 0xF083C07E90B34DF98FF826917A888271 , 0xF08899BDEF7A4CB99614ED881048091B , 0xF0A689EE3D2C435A916DE90BA8194A12 , 0xF0BE9E21D55C45778C59A114E922BB94 , 0xF0C8BFBC52FD433383744E2748D3FFAA , 0xF129D93D1FF84EACAD37BD84444083FC , 0xF16359438E524688B7D872A3CE8F8E56 , 0xF1B70DFDC8D64E00ABF7EAFD4E96B54D , 0xF2F3786A93DC42C9A18F3EC746BDEFAA , 0xF2F379CD6CFE46B388E8772193637C52 , 0xF301FB86CCD54C34AE990699B886E1B2 , 0xF306C19899684B2ABF850B9654A6268C , 0xF47B74322A954467BB96A79B1FFAB6F0 , 0xF4B02C4BA28C43A2A4BDFA1FA9C3E927 , 0xF4EE00DBB1EC4A579B7C89E6753569DA , 0xF558E9DCCEE4450BA1C367ECCD082D60 , 0xF56EBE0D33D446BC87C0ABCE08BC35D6 , 0xF5C62C0D9EF54599915B31F47AAA150D , 0xF5CB6B4C224647AC94FF6BE354B34E27 , 0xF61B2A845117468781CF16C3613D82F7 , 0xF637B90464D0405C914B9AAA01FD4BF3 , 0xF6AB76D6478B4977AFA311E6170159DD , 0xF723FB49B2AE48C2941E23D24E541EDE , 0xF7425B0F3D6045EB8BB436EB02FB4FC2 , 0xF75552B2479A4D998038A52FAEBB232F , 0xF83B5F6DBF5E4974B0075356D0F0A1E8 , 0xF8D32B5438894D5E9D0E55DD009F883F , 0xF8F00298CDFA4FF6B34666885909CC6A , 0xF9079CFFA2C141E5840462D3D4EDF576 , 0xF90A97D659A54FEFAEBB042F2E7398A4 , 0xF93D6F83357D4024961D4C561B8FA72A , 0xFA1423601D0F4B51A77DFAA448A5DBE7 , 0xFA459B756CDE4997A7A9E777BBE1D021 , 0xFAA4954C558447AD8747FD1E96BCD705 , 0xFB00AF257FCB464D90BCF4CC4B081041 , 0xFBAD62B87077468B8FAEAD96B0BF6ED9 , 0xFC4D22588DB846CF83DE0483A6A69D91 , 0xFC7945A9A66141E8B0AA5E8EE2D6FD68 , 0xFC9B88A4470343FC94C2294F31F51F6A , 0xFD77812DFC294118B655DB4DAA20027E , 0xFE2FF8F6A8F548008B013FEE8FCE5C70 , 0xFE9DE3E2697B4669B5DE4A27CE275DDB , 0xFEDD45AF33B64D4E9AEE657C2BF68A47 , 0xFF0B4ECC7E8A43D0B83CBE0010693135 , 0xFF4EF95EFEF241F8B26ADD0DCE7A240D , 0xFF57E55A633E40858D46C49CC8B33192 , 0xFF6B5F594EE64A8BBB2002302CDAB2D4 , 0xFFAB4C00BAB2473FB75340D896006E4F , 0xFFE3CC9E84CA4991ADAC56DD7FB7AB92 , 0xFFE4B19C1BA74531897130AA96D03235 );
Copy
110
4.07 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"\x01\x03 Ü\UÔAÁ‹Zûøë\x04 Q "
b"\x01 o(”¬\x08 Fð¾}#0méf, "
b"\x01 ppÿ8†N(—^‰³Ø;M- "
b"\x01 ‹ì Aq\x1D ¡\x7F á£ÍýoÎ "
b"\x01 ‹ì¡\x04 AtI!Õ\x06 ?ö²: "
b"\x01 Žœá|\x11 t&™Z¢•aò¶ "
b"\x01 Žœâ\x17 Ít\v »ßÉí¼\x1A\x1A î "
b"\x01 Žô·®\x19 q°ˆç"¯Âò\x08 "
b"\x01 Žô·í7\x7F š¡ì¨ã;™ð~ "
b"\x01 Žù;R\x17 tƒ°ˆ\x12 *\x04 ƒO "
b"\x01 Žù; 9zQ¯£V4‚ñÖ "
b"\x01 Žù;é½\x7F 8«Wrxd\x15 jÀ "
b"\x01 Žú3\x04 •{—²ãô,\x05\x1E ˧ "
b"\x01 Žú3L[z\x0F Œbq^A\x16\x12 "
b"\x01 Žú3‚\x10 {<±…¸•Ìb¿ù "
b"\x01 Žú3®œt›ö\x03 <y©! "
b"\x01 Ž\x08 °b\x08\x7F\x13 »ù¯}¢à¨¼ "
b"""
\x01 \x08 °Ö†rœ€fAÇ)e\n
"""
b"\x01 \x08 °õ¬xä‡\x12 3\x16 fk\x12 "
b"\x01 Ž\x0E\x7F •¶x¼«Ã5[ÜþƒZ "
b"\x01 Ž\x0E\x7F °û\x7F à¬\x01 ,©tJN› "
b"\x01 Ž\x0E\x7F É_p‰œ'§@¶ñ9\x15 "
b"\x01 Ž\x0E\x7F àúp\ 3’mË6¨Æ "
b"\x01 \x0E\x7F úWqý{Æ*KÎûí "
b"\x01 Ž\x0E áptzõ‘–ꬓ¸«Ó "
b"\x01 Ž\x0E áû—pø”ž\t îì²\x1C f "
b"\x01 Ž<%Òsvq¬¡1Ò[õãê "
b"\x01 Ž<&\t ûşe‡©IÉŠ¬ "
b"\x01 Ž<Ÿôåq\x13 ²AI§‚\x08 ?\x1D "
b"\x01 ŽA*Z\x19 tU„\x0E\x03 … 0=¸ "
b"\x01 ŽA*zÿ}zŠ.ë}S\x1F 6Â "
b"\x01 ŽV_t!\x7F ö¡m§àî¡HJ "
b"\x01 ŽžÔ\e Žu\x1C »&ä®™À¡á "
b"\x01 žÔ®3{PúL˜Së\f "
b"\x01 ŽžÔë4q\x1A ‰ªí˜¦È\x1A “ "
b"\x01 ޽Ì\x1E y|\x1A ™{\x1D €UÉk1 "
b"\x01 ޽ÌYD}\v œ‹É.ž^‰* "
b"\x01 ޽Íʤtð¾Ÿ{ÞUêGT "
b"\x01 ŽÁè‘×{T´I\x0F ÍŒ‡Eî "
b"\x01 Á飻~©Ž·Âq󘵲 "
b"\x01 ŽðÛ8Ls‚·Ò—?\x06 »\x1F D "
b"\x01 \x0F Õ‹wÿ»Uû\x14 J#„É "
b"\x01 \x0F ÖYï|&¥5ë\x14 ^\x05 õ¸ "
b"\x01 \x0F Ö‘\r x.°2£ï=f\x12 £ "
b"\x01 \x0F ÖáÒyk‘oÙ\x01 Ž\x15 ~d "
b"\x01 \x0F ×%Vr}·\e ¡Ð"Ca "
b"""
\x01 )0z™s_¡šw\x7F \n
?Óš
"""
b"\x01 )0º»u²”…1°’ÅH\x03 "
b"\x01 )KW\r pé¡ðCëh@Çù "
b"\x01 )KŒrv.Š%®\x07\e Æ\x00 ë "
b"\x01 )KÅ„p†±ºE\x16 ÊR\v p "
b"\x01 )KóW|µ³–]<\r ›G" "
b"\x01 9>Ãy\x1E ‡P9Ć[Ùì "
b"\x01 vÛ©Ks\x1C —M’FY€ôl "
b"\x01 {fXër>€í%É™§&ž "
b"\x01 {f”g\x7F ˜¯~¹ýˆ2x1 "
b"\x01 {fºI{á°\x11 !=“J¦ "
b"\x01 {g\x06 y¿"jPv:ÐÃ "
b"\x01 È<n_{Š›°8õXÜFJ "
b"\x01 É Ù,yY¯rßèá½bK "
b"\x01 É!\x07 J~C› ®ÿ„ù{O "
b"\x01 É!bÑu\x03 šñ(\x00\x17\x15 p\n "
b"\x01 ãak\x17 }MÅ%.¦#3í "
b"\x01 ãa}uý…Áƒïd"Ê… "
b"\x01 \v š›¸|5¨×i8¼T\f ˆ "
b"\x01 \v ší¸w9¥\x14 ë\x12 ŠvF "
b"\x01 \v ›&ir¬’ûøé?\x02 ÃX "
b"\x01 \x11 ž ªxÔ¡‰\x08 Ñv̪¬ "
b"\x01 \x11 žD,y)¨ïÆ\x12 WbÍì "
b"\x01 \x11 žz?tyƒ\x0F \ýMŸ. "
b"\x01 \x11 ž¨Fq™•¥Žb=3o’ "
b"\x01 \x11 žæšyX°—#ë²'Çà "
b"\x01 \x11 \x1D ¯}ü˜ÜSB\iL¸ "
b"\x01 \x11 H>ux˜±É9ÿn°l "
b"\x01 *Œe}9ˆB\x07 öa›™² "
b"\x01 *Œ¾¾{\x1E ^BK´RI "
b"\x01 *Œùt º\x12\x07 nM|ò™ "
b"""
\x01 +\n
JBp••Š\x02 }\x0F åöi
"""
b"""
\x01 +\n
p¾qw˜•RÊ\x06 “a
"""
b"""
\x01 +\n
™;~\x1D ´J\x16 .z\x1D Y
"""
b"\x01 /Â]ÜxÊŠqÓ\t ¬k˜Ø "
b"\x01 /Âxås\f ÷ãt\f ÐV "
b"\x01 /–Ž|˜ºµ‰+\x06 u·C "
b"\x01 /ó<"wŽ—¢Ã¸\x14 {Ž¡ "
b"\x01 J3\x04\x1E wÙµÿ‚RÈØ½£ "
b"\x01 J3LqTŠëû\x07\x0F ÐßÊ "
b"\x01 ‘\x07 Ô`þu+•V\t àÖà‹B "
b"\x01 ‘\x07 Õ_]w´Ž¸;ŸéŒu² "
b"\x01 ‘\x07 ÕÅ·p]´2O3?Þ~Ž "
b"\x01 ‘\x07 Ö=W\x7F †šã\x1D .„ŠÀ "
b"\x01 ‘n¸áGztœ³y®¯ƒ˜z "
b"\x01 ‘n¹\x1E Dtó‡’h\x11 †Œyx "
b"\x01 ‘n¹A”\x7F Ö£:è\v i;\x1C Ä "
b"\x01 ‘\r õ;x÷›R¯W²ve "
b"\x01 ‘\x0E V–t›®8\x1F )²¹K2 "
b"\x01 ‘‹ª rÎ T?Æý:º "
b"\x01 ‘Œ>´vÃò$j‚¥‘ "
b"\x01 ‘·>6î\x7F c†žkäÍ€¶¼ "
b"\x01 ‘¼:\x06 R~ÒºJi•ÿoñæ "
b"\x01 ‘Æuµ©~dž¨éßçDíw "
b"\x01 ‘ÆuÛÉy¹“^ÂnhJˆŠ "
b"\x01 ‘Ç\x1C vuO¶0\x12\x7F €>Xà "
b"\x01 ‘Ç\x1C ç’sùš&‘\r \x00 …\x1C 1 "
b"\x01 ‘Ç\x1D 2qtœ¾\x05 e·¼_9Ž "
b"\x01 ‘ÛÉLH}éµCÈ\x1D d“\t ˜ "
b"\x01 ‘ëH\x11 Ntx˜;,ì×è\$ "
b"\x01 ‘ëH3ùpá²nóîäQœ" "
b"\x01 ’\x05\x04 !]q&·|\x05 T4\x18 ô) "
b"\x01 ’(~6`z’™z\x19 ¿u… "
b"\x01 ’(~f–vU»ñ\v ä{Ï\r ” "
b"\x01 ’(~Gs½ªn<¦ :ØÇ "
b"\x01 ’(~›\x1E vœN[‚j`C "
b"\x01 ’(~µ‰yÓ‡9$†\x1F h¿’ "
b"\x01 ’-£ð8shš\x05 "¥Á_\v « "
b"\x01 ’-¤JÓrç’ÐÕNí\x11 «7 "
b"\x01 ’-¤i\x1A p¡€_äªF·}ù "
b"\x01 ’-¤}\x1A zʱ\x1E ÃS´Jé "
b"\x01 ’Aôh\x12 wе5×áð£\x00 "
b"\x01 ’Aô‹Î|‚¥œ\t\x1A e•!n "
b"\x01 ’AôªBt|?\x03 aS:ÕÚ "
b"\x01 ’C\x0E Ú\x05 })Œ\f •™|¨Ãñ "
b"""
\x01 ’C\x0F\x02 ³}ù»Gñ\n
Z\x11 Y>
"""
b"\x01 ’G~€Ñ|ø¸ ü‚g«tF "
b"\x01 ’G~ªOy¥»\x15 EY—\x18 n– "
b"\x01 ’G~Å´~\x19 ½\x11 Я$\x1A rK "
b"\x01 ’H\x11 æèz\x1F •^\x05 Ç\x1A PEŒ "
b"""
\x01 ’×h½\n
u°‡X®\x1C \n
y‚
"""
b"\x01 ’×hܰvÏœ¡âÖ’ÄÙè "
b"\x01 ’ü>•ŽvŒ˜PÉ÷šM}ž "
b"\x01 “\x01 l?þ}y o'‘˜$Šê "
b"\x01 “\x01 l\x1A s+—î1ãa×\x16 ´ "
b"\x01 “%Œ7_r¯Œ\x12 f\x1A 6„‡½ "
b"\x01 “)îýã|8—«ø™T–\x0F ~ "
b"""
\x01 “/Æb\n
|´¿t^\x04 pšÿ¿
"""
b"\x01 “/Æ~\x02 sw¸,RÆÿxDZ "
b"\x01 “r\x0E ’Év\x01 £Öó¬°5q "
b"\x01 “r\x0E ú$uP‰W\x05 ˺k¤c "
b"\x01 “r?rùwÏžò,\x15\x12 S%\x7F "
b"\x01 “rAé\x\x11 €QUr\e KÖî "
b"\x01 “rB\x04 pr"¯¼‰NãÛ\e ö "
b"\x01 “rB!6|±9ÈÍ·¼;) "
b"\x01 “r³\x1A °}[•Ã\x0F +Hᬠ"
b"\x01 “r³LepÊ·š\x04 µºÕ’ "
b"\x01 “w›ùærç¬\x04 (;Oñ¬û "
b"\x01 “wœ:ºwÿw©óÎ\x1C ]ž "
b"\x01 “wœgŒ{\x13 –%ëÁȘ¯” "
b"\x01 “µN6>v¹¸\e R\f ”ÅII "
b"\x01 “µNÃ@xÕ‚cŽœ’\x0E ®´ "
b"\x01 “µé&bwâ¢ÛDZV²K2 "
b"\x01 “µézÚz{³\x1F v\x04 ˆU\x00 ë "
b"\x01 “µé +p šúóC|jE^ "
b"\x01 ”+Õ\x18 3rª´õ“ÀLxúÐ "
b"\x01 ”+Õ5?pž½B\x16 nƾÌÙ "
b"""
\x01 ”+ÕJ‰x1 )Á\n
\f Î
"""
b"\x01 ”,7à*rc œñÛÉxhÐ "
b"\x01 ”;Œ—éx*¿“ÜQuœýH "
b"\x01 ”_§¸2w¢¦·\x0E J\x0F fô… "
b"\x01 ”_§Ê4tZ±¶hPY¸¦P "
b"\x01 ”’v\e\x07 rvºÆ Go‘KÉ "
b"\x01 ”’v:wR†„%ÝX}ÍÏ "
b"\x01 ”»u¤Âx=µ—6ôì)Ø! "
b"\x01 ”»uÎÜu`¡‚¬qEyq™ "
b"\x01 ”»uî\x1C r2´\x11\x1F ë&Ì\x13 ÷ "
b"\x01 ”»v\f ÈsЬùù\x05 ’¤WB "
b"\x01 ”ËÊšèzû´Ì€\x16 ÔŽá "
b"\x01 ”ËÊо}g¹NØõÓð\x1A ¯ "
b"\x01 ”ËÊñÅ|D€Û–kX´+ "
b"\x01 ”Õ”wÈxÇ„\v pâO"1\x12 "
b"\x01 ”Õ”š(vt†3V8³\x1A Κ "
b"\x01 ”à€\x01 ƒv±¢€íBã\x05 "
b"\x01 ”ôè¿xM‡.÷\x16 ±o®8 "
b"\x01 •[Hµ•\x7F ¸§®D…îƒ\x05 Õ "
b"\x01 •[Há-{x’º&ýWh8 "
b"\x01 •[I\x01 $|}ž«Ñ.ÊU±Í "
b"\x01 •[I!cr“ \x1C ,^øô~Î "
b"\x01 •p\x04 ëp}ÖŸBh±ú\x11 7ÿ "
b"\x01 •€R\x17 Ùw¯´~&C¿ìÀ¢ "
b"\x01 •„Ë$çs1²“;™*µ "
b"\x01 •„ÙôqgšB¥¾lrÍ "
b"""
\x01 •„Ú\n
\e y¾¿M1iQàh0
"""
b"\x01 •…lPw&«Ã¨€Ë&<" "
b"\x01 •…lÃns˦!?\x1D p£ã\ "
b"\x01 •‰Ö9³y[Ž8\x07\x14 ¨\v ‚µ "
b"\x01 •‘[\x19 x<š_P5¤ÑOè "
b"\x01 •‘Èq½±yUÑ\t 7\t "
b"\x01 •‘¸ÏzŠº\x1C x/Ï\r JS "
b"\x01 •‘Ø$t\x15 ©Á§NŒXòf "
b"\x01 •‘øY{\x01 ¿\x01 mEú\e `î "
b"\x01 •’.8wv˜œ}\x18 >QÄÀ "
b"\x01 •’SŒwVˆ\v ¹Âôˆ¼Y "
b"\x01 •’z£w\f ƒ}s0\x01 5]\x19 "
b"\x01 •’£lx©86.åãG» "
b"\x01 •’Åþvrºõ¦\x12 ]+r "
b"\x01 •’î*{Œ¬ž)&E\x1E jÉ "
b"\x01 •“\x11 (tr§ÓvŽ Áó "
b"\x01 •×%/Ayë˜SV~Ë=a6 "
b"\x01 •×%G\v sé¨Oѳ†>‘ö "
b"\x01 –4;i]|8»P1)\x16\t S€ "
b"\x01 –4;\x0F }!„\x7F å#0zî "
b"\x01 –4;¹-|5œ7\x04 ÉÁ½\x17 È "
b"\x01 –=Žq!x\x10 £ê¿ØãeV¿ "
b"\x01 –U®gx´ŒwiŠq \e b "
b"\x01 –ØVù¦xù³ÎM\x16 èáŒ} "
b"\x01 –ØW\x16 †v)¼C§ÛóôoÔ "
b"\x01 –ØW-\x02 yš¥ƒ¬Äe\x08\t\x1E "
b"\x01 –ØWI\x1C\x7F X¦Ú.Tc/¡C "
b"\x01 –ØŠ;\x1A ~vŒž¿61ª…M "
b"\x01 –çÇ\t .pO¹ì\x1A 1‚¨5g "
b"\x01 –çÇ!ÿ~\r ’}•7ÔöÒ2 "
b"\x01 –ý\x06 /\x00 wF«#\x13 Oâ\x12 ý- "
b"\x01 —\x11 €yÄzÖ·ÝV\x1D {_I "
b"\x01 —\x11 €¬\x0E t»OSRQFf# "
b"\x01 —\x11 €Ö\x08 ~¥¥Áú\x13 †Î\x12 § "
b"\x01 —\x11 \x01 žy\x1C ¶[èa¿Pæ "
b"\x01 —\x11 5\x17 s’³áЇ\x16 EÀ„ "
b"\x01 —\x11 hd{û ØÙz7›\x11 "
b"\x01 — t9†r:» zT›Ê÷/ "
b"\x01 —^\x00\x00 ¿r¹ª\x13 ÂÀ\x01 ¨> "
b"\x01 —c@‰/sO‘Œ¹8[rëš "
b"\x01 —c@À7r+’÷È\x1C ƒ-IJ "
b"""
\x01 —x\n
º”p\x02 ¬+CµóèÔ
"""
b"""
\x01 —x\n
Ò}v©žMd®a#\x17 n
"""
b"\x01 —x€ÃyÒ’DXîoL¯ª "
b"\x01 —x€è/wí¤¢Qh\x05 ]\x04 "
b"""
\x01 —|Þú\n
tŠ·œÀ©úâŒo
"""
b"\x01 —|ß\x0E º}ô¤O'µ0\x07 e\x05 "
b"\x01 —|ß•\x13 v+ª3˜qÖp~ "
b"\x01 —|ßÇis\x13 ¶Ôé¶®ù¢\x7F "
b"\x01 —‡:Rbz=™›Ÿ”$×S\e "
b"\x01 —‡:~=p;‚dÿ4‹_¦L "
b"\x01 —ŒÉ\x7F 4v§ƒüd;Q` "
b"\x01 —ŒÉ˜t\x7F ó«ï¸\v ‡Æ "
b"\x01 —¡\x14 Q¡q\x1E Škï.ù\x03 =õ "
b"\x01 —¡b}ª®²*;ZðlF "
b"\x01 —¡¿)q? x]\x18 t@ݳ "
b"\x01 —¬\x10 “n~,“~Ò“fLw "
b"\x01 —±D8U|þ½×œ~\r F\x1F = "
b"\x01 —±D}Xr¥¬õ€Ùè\x1F q\x04 "
b"\x01 —±E‰\t xé¯w‚…\e (5ù "
b"\x01 —¿ê/»tj™FTMýä\x14 ´ "
b"\x01 —¿êUy\x7F ¢ˆ´\x16 ŽSn¿\x0F "
b"\x01 —¿õž\x05\x7F ©œ\x1C ž¶Ñ7θ "
b"\x01 —À®\x02 µxw²wÄÿ7ŠLâ "
b"\x01 —ÅšŽ;tïª!ñ\x16 m“³e "
b"\x01 —ä1¯çyTf,<%§ƒ¶ "
b"\x01 —ä2Ê\x04 p¶e:Äü/† "
b"\x01 —óþj*|ò‚¼ÄبaGÚ "
b"\x01 —óþ¤bt\x1C ‚U/dèôB\x1E "
b"\x01 ˜\x1C ‡\á}AŽï³“L3ˆ³ "
b"\x01 ˜\x1C ®?³~—-™\f H\x18 ³Š "
b"""
\x01 ˜\x1C ®Z\n
t³™äo˜ìî—7
"""
b"\x01 ˜\x1C ®s\x16 suƒ˜hC„ÓŒƒ "
b"\x01 ˜\x1C ÕŠ#{ûr\x15 ea_¹A "
b"\x01 ˜\x1C Õ I}M£+¿¥\x1D Çi\n "
b"\x01 ˜ƒ¡{ƒr1–?œ\x03 ¦EƒÍ "
b"\x01 ˜ƒ¡µ\\x7F Õœoäzý\x1A l° "
b"\x01 ˜Æã¿±up©f'µ´9\e Ö "
b"\x01 ˜Æä´Vx«’ 3R\x0E\x08 d5 "
b"\x01 æ[9¢\G\x00 ¡åJD€{®Š "
b"\x02 w1 ç!Cx Nú\r \x18 î\x07 "
b"\x03 zÏ›‹“Np¨§|ØU“¿- "
b"\x04 q³\x1A ?¿BÁ¦\Ï1¥ûcÄ "
b"""
\x06 96§§@9 3dy\n
Ú7Ž
"""
b"\x06 òl\f ÙG\x05 ´fMî\x0E u Œ "
b"\x07 ns†-vNP‹Å¶½\x00 K\x01 » "
b"\x07 ó\x1E &/\x08 LÒŒûgš§!¥Ÿ "
b"\x08 È¥,ù°Jˆ¡"Ø\x1F “G} "
b"\t ‹À¸–nN\x01 ²=Jm±øX "
b"\t —8E\x07 Â@Z¼c]‹‹ªçQ "
b"\t ¡¸\t\x04 ðO7°©Ø\x08 ^œÏ› "
b"\t æåჂMEœ\x07\x18 Èi¢Ç4 "
b"""
\n
9<G’%Jmª¡E\x11 [@J1
"""
b"""
\n
é\x14 ó»ßMùŸX‰£¹~où
"""
b"""
\v P\t Î`yD“¼?þÛ\n
™s«
"""
b"\v Å?}ÏIN\v •‹¯1³ÁÊ "
b"""
\f 3?\x1D\x16\x11 Gñ’Û\n
u®éOƒ
"""
b"\r :ÍÓÛäBÿ¨ÙÚÜ8U\x1C Ÿ "
b"\x0E ᾇ¶Cd–ÇÐÖdÇ”W "
b"\x0F *›\x00 ]IJÌŸZ\x17\x05 ÖUyl "
b"\x10 ³‰0ÿµI£¯0ï¾E̲h "
b"\x10 Ê6\x18 Ò\x1F Dð¶ì¸’„Ìâè "
b"\x10 Õ<…5Ò@Žƒö‰öRœ "
b"\x11 P\x13 ™ !I+£\x1E\x1C æ!Ë#¡ "
b"\x11 f¨øÅÔCJ„!üÕ\e ³\x19 Ä "
b"\x11 hÇë»tG¶ŠÏ//Y„øí "
b"""
\x11 i÷ú¯(Eu¸b\n
CC¦Eg
"""
b"\x11 únKÃÕA\x18 Ûóý±S\x17 Ó "
b"\x12 ‰™xz\x1D M1¥jT÷3!G¼ "
b"\x12 ÚÚáÄŸB€‹|M\x1A ª4Öh "
b"\x14 /RéŽAT…dÑnç€J\x1A "
b"\x16 ™X~ULÜW¸üO²ÕÅ "
b"\x17 _e¼ˆÁGꎯGt ™l\x16 "
b"\x17 µB¯ÚçO\x14 ‹È\x1C •\x1D ™âa "
b"\x18 níð5sNœù£ƒW7 0 "
b"\x18 •P\x10 “íOÁ¨$\x12 €\x05 +Œ\x00 "
b"\x18 á‚ðÖF\x02 ²V!\x08 îâ\t ž "
b"\x19 4'+\t aN&“èY9N¨N# "
b"\x19 cÑ1'\x01 GT¶$5N\x07 "A\x12 "
b"\x1A Ý|Aª¨KO»ö^\x08 pÞ£Ä "
b"\e žk2|M›±¶Åæ*?\f Ç "
b"\x1D …ºcïI7‹w\x10 +76¥Ù "
b"\x1E €\x10 Á=[D€ŽÕdó÷1}I "
b""ˆ;xËD’‡]Ä,B\x0E . "
b""¹G“ÈDl‰zy¡ñ¹p§ "
b""γ‹]»Gó¶³Þ².!†G "
b""Þ7©òñDè’a|Æ\x01\x16 )ƒ "
b"#…žeE/O_·à@¿fVÚ\x13 "
b"$1d¸\x06 @Lº¦ÅRˆ\x18 µ.ë "
b"$nmÍ\x1C ƒGŽŒÒÒ'©\x08 9R "
b"%æbNrâ@Ž·Tž´yg\r "
b"&ªLî—ôG\f ¤íu8©ý_á "
b"&ÿVB\v >D”ŠÿzM\f à2Ž "
b"'\x11\t •FLK\x05 ”\x7F ¢ðYc$ "
b"""
)U•\n
“ÞKG‘A-¡å"…r
"""
b")^wZà»Eî„ä¦Ëo8Hø "
b")Ôz#ò.B\x00 ’]\r Ú-ŽT. "
b"*X\x11 Í\x12 wLû³ŸwFJ«ˆV "
b"""
+\r ›\xÖN\n
¤r➺\x12 ¹[
"""
b"""
+Î(«§\v B\x03 Œð/\n
Ò\x12 áv
"""
b",4v꜊Né¡v\x12 Ÿ‘Q¢\x18 "
b"-˜ J®‡Bô\x1F ǹLG*Ó "
b".XQ„\x0E 3C/´Ç,|\x06 ‘H( "
b"/¨\x05 û¢³@¯§‚hiéK\x06 1 "
b"/çðÇ\x00 fIøŽO\x13 ³™\x7F À\x16 "
b"0m\e ¸üÐC™ŠG¾W1\e O… "
b"1>óa]fH´µÐxÙK\x15 OÈ "
b"1A°)ÆçLÖ…ä\t k|RCm "
b"1È?*&ðGU°\x18 A¨†EÞò "
b"2\x17 œVw=Oퟺk¼ÁÈ^° "
b"3\x1A œ\x7F *C\f ˆf[º7×ÕQ "
b"3§y\x7F ÿmNC€’ðŽÒ¶*Ø "
b"3ºê=ô2BÙ•ê¸â»\x08 Ëv "
b"5c\x11 e€ÜL\x15 Ÿ\x0F ø,™Wä: "
b"6\t ç¶½0C$¦áU\x1A\x14 ûà "
b"6_h¥\x15 ¿FÓ±ºÆ\x01 ctÏ "
b"6çQÒ!üAø˜ü›¸¢ø€\x11 "
b"7(¨ö—îKM”{«\x04 ¦K\x1F ê "
b"7ÑÅSUêL^ÀÂÛSK8‰ "
b"8µè´\x07 ô@†¬\x00 \x00 EÕÊÙ "
b"8Ƶ"ÅoD²ŸWjI“\x11\x08 á "
b"9GÎ\x02 ´µM~ŸhrŠÊ5´S "
b"""
;s¨’ØRA\n
‡êk£áJ\x14
"""
b";µ;ä\x01 ‡AÞ¦÷\x10 y\x7F\x16 Ûà "
b"<:g³ÐäG{ KZ®¨CÝ "
b"<lÖ˱çG/Ÿ§e1mï<q "
b"=\x02 óã\f :IU“×S\f\x15 Éɘ "
b">¡v¯ÔšCä€Íá\x1C ãÝV "
b"?‰+püL“ŽÈ4Þ4ðŸÈ "
b"?Î4OC±Ik‰´Ÿ Ðz²s "
b"@ÏV&rÿ@[–Àø“\x7F ñêl "
b"@ædóš7Oͺlý’ÿºg "
b"ByÖ¿Ë$E\x16 Š\¥ˆ6c9` "
b"BŠ[*ª_Hn¥>ìçÄ÷’\x1E "
b"C\x1A ¿1ÅñDw¥¤ïX_!{\x7F "
b"D6Ïý`«HSŠ'˜\x08 a "
b"D¢`¼œcER¸E‘컢ž¡ "
b"E8Ÿu\x17\x05 Fy•;¬N¥ƒËó "
b"G<d\x18 ܽNè¬à•î\x1D Çß+ "
b"Hhç·\x15 G«™-=£`¹\x10 ‹ "
b"HËn\x14 ÅTIZ—cPK\x07 p. "
b"I‰ŠŸ¹rC¯‰F\x12 Ê—_5\x13 "
b"J)æþ_\x1E Iu¸,ötNeá\x04 "
b"KîK@YuMº¨¨ˆ‘^Æä[ "
b"M)£7\x16 ™EfŒèþ¥u\x16 ± "
b"MŸŒÚ›øNƒ‡¢ªäa¸«A "
b"N˜ä&^ûK\x05 ´ˆ\x04 t”\f Š/ "
b"NÅÃØ¢ZC\x16 †õ÷©ü¹\x10 ‹ "
b"O\v ¸ç\x17 ‰Jz—¾pf“‡Ë\x04 "
b"Obu·m\x05 Mt¼ôô/:\x0F GÈ "
b"OíXï…‡@\x12 Œ5Ôœo—Ô\x14 "
b"Q§tCj\x12 M¿˜U‚Ln\x05 Õ\x05 "
b"RüvÌ\r ºO‹†ÇP'§Vp, "
b"RþîÈÛ\x1C F\x7F ¨ú\x0E <ôÙ÷† "
b"S|L¢ÂÐA·ª\x00 $SËA\f å "
b"UD±e "E)ŒÉî¤J•À\x07 "
b"U•\x14 éĽD\x02 ¥ó_.Áç<\x17 "
b"W\x16 6\x1C +tLì®A¿µ©aª’ "
b"W›Ó\x19 —ÕNQ²w´?\e ¼QÊ "
b"Wð\x19 ¼ÿ²EÒ”‹în8( "
b"X'x¯\x10 pDá«T\x10 cô"#ä "
b"Y\t )±\x02 ÃIÝ\x16 ßåx\x19 4ô "
b"""
Yæ\n
\x17 RAK\x12 ¹Î/N=îƒ7
"""
b"ZI¿Ûä&M"¨\x11 öðµÐæ\x06 "
b"_WŠî™bMU§+\x13 ©xŽÌ“ "
b"_bYÒM=NE¬CRÁ0ƒq— "
b"_ª‚ya\x1F E†ƒ™ÂR2øÎ¡ "
b"_Õ¿[m@"¦@±i»\v\x17 | "
b"c‡ÒešEDb¹N›\x19 P8\x12 ª "
b"cÝ\x15 óõ‘D”°q)ƒç) C "
b"dš™läTMwµÌÄn`K^Ê "
b"e\x1F *–nHJ\x0F ¹ÃhéDÕ™½ "
b"eѬÂHTL½e÷f¯‰Rz "
b"fúå8\x0E UOÕšê€Ã4ðóu "
b"g$\x07 -¯8C|¿‘³Eâ¦Ñ< "
b"gs·ÅßVA¯¶®er`¾Vâ "
b"hü\x04 ÝØÏMݼj#\x06 h¢Ùý "
b"jµ‹\ùîF_§d\x14 ‡œfÛ\x11 "
b"k"D~:µBÄ…H¢Á]_ÙR "
b"m(9#&MAm¿s7§W¿Ê¹ "
b"m¼Â´)ZNñ…\x05 MS\x11 |f( "
b"q@¦(!ÏO½—G@jcÇo© "
b"qo\Àœ\x14 K¢±ÕI°_nUÏ "
b"r~Ì›C\x1E ˆI_\r ›:- "
b"r“j\r {öO’—fAþ÷\x07 áÖ "
b"tetj÷$I\x1E ®?l:âw' "
b"tzÉ_t¹L5Žûvy?H\x13 ý "
b"tÚÃ.*FK†ZÁ\x01 Û„\x19 Î "
b"u\x02 (òLÏFœ”\e\v Bñ\x1F è¤ "
b"v\x1E ýÿ5šJ\x08 ƒdRü1^©\x1F "
b"v(|•’9JÌ»Gæ\x18 ûÈÓ "
b"vp\x15 ƒùüN\x1C ‹Ôò•ÿ…Åu "
b"xéøHÛ\@ϯ\x17 oìK°\f V "
b"y3\x13 r‹xO\x00 ©\x10 ¢J»\x03 Ñ\x12 "
b"yÓ•>~ÎE\x0F ›KÏ[Zñªo "
b"{ÍÚ!/àH$™i\x05 ÿ—Ÿêä "
b"|DzŽì\x01 L[¹\x18 55•™: "
b"|Òf} \t Dëruiøbg\x10 "
b"~\x05 Ûa\v\v H?žâ\x00 ÉÙ¿rŒ "
b"~—ƒÍ\v OQ”\x1F 4–æh\x1D\x10 "
b"~\x08 z#¦Oä’Oð"'áX) "
b"\x7F\x1C 5U\r qC\x15 •4™¤\t ¿Î= "
b"\x00 -b®UHk·,#QŒÉø\x06 "
b"_dK‡TNþ‡·(ïìnó` "
b"d@êz\t A “zŽª cÔ\x10 "
b"‡Xv’0MÊŠó\x08 š\x14 ºøa "
b"‰ØùˆöA9¼VÌ"\x1F n~á "
b"²\x11 D@ HºŠ\x02 ¿\x12 ‰¯šD "
b"Ö‹\x1C f_D ªˆsÕ\x00 ÷,Ý "
b"æc®°ÙNüˆŽnžŒ»\x1F , "
b"‚î€÷¶\x14 Nþ“9ç›I’È– "
b"‚öôVÁËJõŽ\x18 ¼ ÎgœÅ "
b"ƒ?@3äŒA3Š‹\x13 =Æï¢÷ "
b"ƒÑuê$·LY”Géẜƒª "
b"ƒûÖö¯÷FÓ§ûAi a(À "
b"„A\x15 ¦„‡If¥7¤ò^}”‰ "
b"„—ã~(¿I³@A‹\x1A ˜\x11\x0F "
b"„±\x13 þÐìCw¿ÄóŒ!ô.A "
b"…còÚŒåL¹ƒjHxÖyK\x01 "
b"…x¥”[JH1¸‹\x00 ŒÀ\x04 )¶ "
b"†òŠ£ {Bð¥\x0F c‚÷Úyô "
b"‡Ý\x00 3è|C¡ŸhGîì\x02 º… "
b"ˆM7\t $nH?ŠL`\x1D\x1D Ö,\n "
b"ˆ‹]‡¶\D\x05 …°Rµ%F\x15 "
b"‰\x17 æ©vSHZŠ\x0E \<ýóö "
b"‰ƒÛwãÜFw•¿#^ŽioK "
b"‰îÀÏ\x1D €O,²³\x0F\e\x1A\x0E /\t "
b"Š Z\x13 iˆE(º«÷aØ®%\x16 "
b"Š4¬Ó‚nD¼½u=°ýŽ“£ "
b"ŠLË2ü»Dý²ˆ®\x14 ]Q"– "
b"‹T|?Ò\x00 M9ž¦,ìþR¦\x01 "
b"‹}ßé\x13 PHD ð°5\x07 ;û• "
b"‹–ñÚdE‡‰\x7F Ãk\v øÉv "
b"Œ\x13 bÆ¥IÔ¨¤Ã.×xâN "
b"Œ\x13\x7F 4šK4„p?y‰\x7F Ak "
b"ŒWÚ§„\x19 J† \x1F\x12 2%'Û‡ "
b"Œß«ƒ¶×@}ô#[q\x08\e "
b"ŽY8ÓØNk–=t}K›\x01\e "
b"޵óèÏ.A鹀̒òÿë "
b"Žè\x12 ªòbM¾ªÌ»c\e ®×¥ "
b"Eeõ3ãNY‡qÝy\x0E È&¾ "
b"‘]ÄJ®!Du±Á¦x*¤®S "
b"’y{Tå³Mñ¼AÁ\x05 gei2 "
b"’¢\x17 j×Mô²\x0E çÌ\r (×ò "
b"“Sj1¾AƤ…\x1E 7LÓ\x00 š "
b"”V\x14 dn!F½¢\e\x05 ü\x19 n "
b"”l·œ€MÒŠ™óEœK/U "
b"•7¨L')M\x12 †ÌÕníñ–\x1C "
b"–\x06 Û\x00\x11 óF-ˆšý»]»(b "
b"–\x18 L¶#ªE陨Xë,Ð'à "
b"–+™øKoLZާ.QÁ/9) "
b"–ÞPÁ\x11 .LÐŽJæq²æ„\x1E "
b"˜\x19 ¿"øWO´ºk¦$eÒ\x0E ò "
b"™Å\09Oú·¼\x03\x07 ýx® "
b"™ÛÇé‰6M\x12 ¢Fì\x7F\x18 0\x06 Ú "
b"š\x19 /‰ýŠ@\x1C ™Ï°ÅÍ\x11 Øf "
b"›Ê³‚!îH7‰†6Õ—\x01 g "
b"œI/*U\x05 O\x17 ˜tB\x10 ú¢\x01 Ž "
b"œ_Ë›_ôI‹Š;\x13 “´\x1D Ê\x12 "
b"œ}G[\x1C ÄMd‰\x06 Ï\\t\x04 ¢˜ "
b"œÊœCx+OaŒ¦\x0E ,\x19 ½éŸ "
b"œÚS\x08 ³øH\x08 Š)ZLYÏ8õ "
b"'˽\x0E £HÅ™°²“œ\x16 –¬ "
b"ÖT®\v B"²\x12\x1F\x1F €ZìÖ "
b"ž\x07 .mÎèEz»_zÙ’nÊm "
b"ž|\x11 Þå¬LÖ€\x03 ò;Ü\x08 §\x04 "
b"¡\x12 DޱMB½¸\x1C 7°=\e ÿð "
b"¡´e\x15 <åFO¢Ýžr¸ã\x11 o "
b"¡èס‡qOöºÜIų¨\x00 O "
b"£[1–‚¡Hb–øD°êà“% "
b"¤“\x16 “À·Kpµ-r¨—I´ "
b"¤µ\x1D\x18 q¤H\x13 ŽÁ‰~È\x00 °Ë "
b"¤ßýãD.El…U#N:M\x1D\x1F "
b"¥¹\x19 #JrE`©\x00 \x12 Ï\f þA "
b"¥çXïCÓEd£^þWl^êô "
b"§Š$“¾\x18 @4¦'‹\x00 D\x04\f f "
b"¨|yF\x13 ·IQ‰$\e\x17 QM\x06 ù "
b"©@40sd@1›Ô¡ïBÀÅ¥ "
b"ªÊæ/fsL‚'Ã\x04 ‰Í$c "
b"ªý+×Ü3LG•F$7Ãüލ "
b"""
«8"™Ý\v MCœC\x06 '\n
Ñz
"""
b"¬WëË\x10 £G¬¦VåÎ.â\r j "
b"¬z i66LŸ£\x1D ·®\x15 \r µ± "
b"\x0E zìl\x03 C£‹|\x03\x16\x15 ÑN_ "
b";_HؽE\x18 »û¡K€=Òº "
b"¯Cÿ«X\x1E Oe‘µa\x00 þý!Ÿ "
b"""
¯€Ó\n
s´M¹›ý‰ÄHs:Ô
"""
b"¯²\x13 G`ÅDj±\f ö-³\x19 ³\t "
b"°=„’û»HÔ˜¢^¸>z$Ý "
b"°Wèv°iJ׈ªa?ÕH< "
b"±>\x01 <\t sB)»‰þM‚tì4 "
b"²57”õ«C\e Ž\x15 Pœ\x1C IhK "
b"´„øU\x10 zDš™\x01 ¬˜\x01 ç—² "
b"´öÆê‹‹AF”¿|CÓ\x05 ½\ "
b"¶c£w¿\x18 @Ò”\x14 9F ´± "
b"¶£—Èð\x15 G]¯ÒW\x14 nZ‚ð "
b"·SÑ*ÒuL]¾Y\e š7-k5 "
b"·ö\x19 …Ð\x02 Iάö\t\x1C €º¬î "
b"¹Q±O~èJ´º"?|Ó\x1D 2¶ "
b"º‚e\x00 F˜JÞ®—Þ\x1E ln‘Œ "
b"»#\t \f +EV—;áw5ÊqÙ "
b"»>ïçÍ\x13 Nj™E\x18 qDK%Þ "
b"""
¼$¸‡\+Ag¸¸f\n
@\x1F\f
"""
b"""
½\x06 ±4\n
s@Y‚\Aê8ìî\x14
"""
b"¾–ýÐêtF\x1F ³Kš´VœÔi "
b"¿¼ÖW‡\x14 BÜ«\x00\x08 ½V˜tå "
b"ÁkÚ葎J$†F{ÄOÂ)¿ "
b"Á pïø¯Hæ†m¿\x16 ׋\x1A \ "
b"ÂW¡hq@Gä–±Õ\x14\x18 ž\x17 "
b"Âs´+Þ\x14 D¡#\t UdËä "
b"ÂÊœªdI\x12 ‘å‹@€’I "
b"ÃsòÁ™!CÕ»þ{Ú-x4í "
b"Ħp¼×=@à–Ù\x12 ðú½i\t "
b"Äù\x07\x06\x00 ØM\x03 \x7F âcžc\x16 "
b"Å\e RÂ\x0E I¯£8oVÃv¶£ "
b"Ædò4\x08 ‘E™¬9Éy\x18 $ÙÚ "
b"Ƈ}=\x16 "A\Ž‘Cå3x,¨ "
b"Ç\x1F øF¿ÉBd‡ç"Å\x19\f %\x18 "
b"ÇŽßE€·MóšÍÁÜnÚ/t "
b"ÇÌeÄ\x0F YDÇ™z¢\x14 &¤/ê "
b"ÇÎÅ^sÃBU¯wÙ%ôú†Ê "
b"È\e FEILi£·À§ð•\x12 A "
b"ÉO8\x14 s´N\x18 °Ÿ¹•§!\$ "
b"ÉxB"îÂG8¥TŒà\x7F Ùœ* "
b"ËB@J\x17 nD^ W¾ïù\x19 BÆ "
b"Ìß“\x01 š\x15 E\x7F Œ‘Fø\x05 *Eÿ "
b"""
ÎÜ\n
\x18 Y\x18 @—ŠçÏ\x1F »žïÏ
"""
b"Ñ/#‘=KD\x18 ‹Û ËÙÜ# "
b"ÑÒypS\x06 I\x1C š\x1A ·I ØÌá "
b"Ò\x1A ð\x04 %‚F7• û¶"²¸ "
b"ÒKü\x14 Gp@LŸXQ\x19 ÅÌ/f "
b"""
Ò¯~xGŸBG\n
çåïhÿ‹
"""
b"ÓK›\x7F /HG ¬\e pH\x0F\x14 ¾- "
b"ÓU7©\x0E ,D²«kk?Ÿ…ïd "
b"ÔøC\x06\x03 „@Ô©íB#\x07 §”„ "
b"Õa\x14 F\x01 E„—\x0E gæ£ø "
b"ÕvxØa!BE—~ð¸¥;\x15 "
b"Õš5ƒ†bH\x1E ø¿Nüý5à "
b"ÕÐ ]ÄÉDý‰ÏÎ (†\8 "
b"Ö$fý²SO–xA?Æ|‹\t "
b"ÖXiå0ÂCÖ†0xHa\x11 ðÞ "
b"Ö„‡Q½¯L—L/ú0Þ(\r "
b"Öý\x15 º5ÒL¯•\v ¾²ûŸ~& "
b"×A$xß©Ha›µ\x15 i?ôN« "
b"×Mÿ\x1C MØ€\x05 '\x11 C¹Iœ "
b"×›Ù,-\x06 D0¯Ã'ŸÈvJ\x10 "
b"×Éj8ºDEã·ˆ\f Q–D“¨ "
b"ØÔ\x17 .s×B\v »5\v\x7F À)íŸ "
b"Ùaƒ\x08 M-HÝ€^_Ó£ŠÀÆ "
b"ÙÂBëÅG†ž7É)Æ()ø "
b"Ú[,Fú\x07 Cq“«\x19 ¡zsà? "
b"Úg\x06 `\x12 #F·¿c¿çt]¯~ "
b"Úãôx.HK(¤\x17\x19 7¹ô4¿ "
b"Û½ªEÐROܹU\x0F 1°uÑô "
b"ÝeöxŸ‰AÇ·ä?ÀN\v I† "
b"Þõ\x1D 5\x05 ?GÊ´l-~Õïã; "
b"ß2û~I(Oû•¬zÂuâ-ý "
b"à\x0F E\x02 —\x1E IB¼ÙþU!JŽó "
b"àyÉ\x16 FLGî Ê\f (‹ð "
b"à«O\t xaCû–%É\x00 í\x12 .} "
b"áT¥½¨CѺ ZI†Ž‘= "
b"áb\x1A Ä\x0E K\x03 ¶çÚ#©jð¾ "
b"â¨ùûo€E\x08 »Nì?p\x1A ù "
b"âå\x10\x18 ý\x07 L\x0F ÝkÞnxjÙ "
b"âú¼©¢Bt†O\x1F !Þ_ê "
b"ã?\x1D \XeJº½j›CðØ… "
b"ã±\x10 ÜäÛGv¦Àã»Û\x04 ‡? "
b"æ\x13 ôŸZÑFÑ€?åÈ\x00 ,µx "
b"æ?óôã¾@G´î¹oÇ\x07 qZ "
b"æKz•\t òK4š|ô¢ý±Äì "
b"ç\x12 p6êÀJX¤§G¢\x04\x02 ý( "
b"çèûÉLÈB^—üi²ývvÕ "
b"è\x17 K#¨K™šé!\x1D ’.ýA "
b"""
èÙ7\n
\v\x04 DrŸ\x12 €þÝ\x08 \x1F
"""
b"""
é3\f ¹y\n
OÁ—ÇRÇnáÝ\x1A
"""
b"êˆæ\x15 ƒóA\x10 ª³lм¥2{ "
b"ë½M]ÒÖD+€ pž\x03 k\v "
b"í‚¿ø!\x08 K\x0E ‡Ž=ñû]\x12 n "
b"íš2Œ|‹Da³]á\e C'r\x1E "
b"íŸ\x7F ²Ê\x19 Mßš7FNÓ^'t "
b"íÓÊ\x18 éTHA´Ñ9Ö +ÚZ "
b"ïÁ˜\t 8IE&¹ã[3:åd= "
b"ïú\x01 å³`EM„\x16 ×ÀË\x08\x16 "
b"ð\x14 TÈØòH›UÐN\x12\v Ç "
b"ðƒÀ~³Mùø&‘zˆ‚q "
b"ð¾ž!Õ\EwŒY¡\x14 é"»” "
b"ñ)Ù=\x1F øN¬7½„D@ƒü "
b"ñcYCRFˆ·Ør£ÎV "
b"ñ·\r ýÈÖN\x00 «÷êýN–µM "
b"òóxj“ÜBÉ¡>ÇF½ïª "
b"òóyÍlþF³ˆèw!“c|R "
b"ó\x06 Á˜™hK*¿…\v –T¦&Œ "
b"õn¾\r 3ÔF¼‡À«Î\x08 ¼5Ö "
b"õËkL"FG¬”ÿkãT³N' "
b"ö\e *„Q\x17 F‡Ï\x16 Ãa=‚÷ "
b"ö«vÖG‹Iw¯£\x11 æ\x17\x01 YÝ "
b"÷#ûI²®H”\x1E #ÒNT\x1E Þ "
b"÷B[\x0F =`Eë‹´6ë\x02 ûOÂ "
b"÷UR²GšM™€8¥/®»#/ "
b"øð\x02 ˜ÍúOö³FfˆY\t Ìj "
b"ú\x14 #`\x1D\x0F KQ§}ú¤H¥Ûç "
b"úE›ulÞI—§©çw»áÐ! "
b"ú¤•LU„G‡Gý\x1E –¼×\x05 "
b"û\x00 ¯%\x7F ËFM¼ôÌK\x08\x10 A "
b"üM"XޏFσÞ\x04 ƒ¦¦‘ "
b"ü›ˆ¤G\x03 Cü”Â)O1õ\x1F j "
b"ÿ\v NÌ~ŠCи<¾\x00\x10 i15 "
b"ÿWåZc>@…ŽFĜȳ1’ "
b"ÿ«L\x00 º²G?·S@Ø–\x00 nO "
b"ÿãÌž„ÊI‘¬VÝ\x7F ·«’ "
b"\x01 |ŠÀ‘;L'¬4\x17 êâøÎg "
b"\x01 Š+¢\x1F D~\x0F …BÝÚÀW-\x10 "
b"\x01 Š_\Ç:pÓŽ”qª‡ñs¥ "
b"\x01 Šdb•\x06 s¾½<oaS½mð "
b"\x01 Šdt¨Åw¹²xu\t £oÀÎ "
b"\x01 ‹[¯ñ\x13 wÕ¦+p\x01 <¾Ë§ "
b"\x01 ‹[ïœR{5¢rÊXà\x1E Т "
b"""
\x01 Œh^¸[~\x1D ¬\x01 |Í>\n
\x11 ˆ
"""
b"\x01 ŽêŠ#au>7Ê\\x01\x02 (¿ "
b"\x01 Žê‹¤ä}g…^nYûÅ1À "
b"\x01 ŽV0BÎu‰“r›³b†a "
b"\x01 Ž\x7F\x06 i¬wCž¬ˆÌ£Nê® "
b"\x01 \x7F D0q}DÞG€’ë]f "
b"\x01 Ž\x7F GV¾}Έ3yÒý¬Ý’ "
b"\x01 Ž\x7F GwË\x7F %™6AÅäÉBí "
b"\x01 Ž\x7F Gœnzb–\v\x7F p“b5¦ "
b"\x01 Žž¨}-tÓ”Òhv\x13 ?_ "
b"\x01 žÑ׃u\3’ö›€> "
b"\x01 ޽\x10 ¹¿r“—ò¦@@yk- "
b"\x01 Ž½ÍŒÛ|Äœ;Ö\x11 f\x06 ñm "
b"\x01 ŽÁé\x10 Ä{î¡Ê\x16\e i[*Å "
b"\x01 ŽÂEvÇz“’Âñ«qäm "
b"\x01 ÂgW|ƒžÏàL#g!\x06 "
b"\x01 ŽÂ–\x1E †}ü©³Ÿ\v bNâ| "
b"\x01 ÂÏ\x1F Op\x13 º†hË\x08\x18 t "
b"\x01 ËþåÁsîŽhnZ\x04 0p "
b"\x01 ŽÌ\x13 ŸUulœ\x14 |\x19 Yý™« "
b"\x01 Ì\x15\x01 Ã~d\x12 ':\x07 õ°ò "
b"\x01 ŽÌ\x15\x1F\x11 t#½C¼NM™¹à "
b"\x01 Žì\x16 ]Ove“øð¯KúZã "
b"\x01 Žì\x16 µ6sÚ€Áè²½„ ¼ "
b"\x01 ì\x17 èo}ŽÍëšÝ>ÖÅ "
b"\x01 Žì\x18 ev©€ùL\x1E \r ùÇP "
b"\x01 Žì\x18 NõqVˆŽ~˵\x05 kƒ "
b"\x01 Žì\x18 …‰p^¶òWD¸‰·’ "
b"\x01 Žì\x18 µ\e z›»Ê»-5ò˜) "
b"\x01 Žì\x19 )¦vñª*J³¹\x18 ¢\t "
b"\x01 Žì\x19 d°~Ä”Ä[\v #íÖŒ "
b"\x01 Žì\x19 šBtU©\f ag§êз "
b"\x01 Žì\x19 Ðvz릛]’´ß!P "
b"\x01 Žì\x1D {1r\x10 ŽÐ÷\x01 àö†O "
b"\x01 Žì"4^yo˜8²ƒ\x18 àÍ+ "
b"\x01 ì-2rÄ£vZ,5‹\e Ö "
b"\x01 ŽïûÑ¢q\t ¢/F;Æ\x00 ¨ñ "
b"\x01 Žïü)‚r0½(\x1A H´©¹] "
b"\x01 ŽðFÂ}{E¿˜xA<WŽ´ "
b"\x01 ð‘øãr~®&åà½(» "
b"\x01 ŽðÛ³5x\f ä\e ôæ-ÒF "
b"\x01 ñC\x00 ³}‘Л)³™Q\x02 "
b"\x01 ŽñC'Kpʤ\x19 Ž\x1A XÑ?Ý "
b"\x01 Žñ[\x1D\x1A\x7F\x11 ª™Ä·% a. "
b"\x01 Žñ[‹èsM˜\x18 8Uj>‡Í "
b"\x01 Žõ\x14 \r \x1E\x7F ¨¯\x0E r\x1E\e ‰\x1F\x10 "
b"\x01 Žõ\x14 F\x14 zW–µ8w¥¥™á "
b"\x01 ŽõbgŸv—‚Ak²\x18 f÷\e "
b"\x01 \x05 ÙN>}\x14 «Á\x04 =Iý\x1A ã "
b"\x01 \x05 Ú·¬pqžÄÂ<2\x04 æ "
b"\x01 \x10\t âOsj´\t š#5Âå8 "
b"""
\x01 \x10 \n
Ý\x1C ~C¨qãQ!`˜Ë
"""
b"\x01 \x10\v\x05 r~µ£¿¨\x06\x13 wŒz "
b"\x01 \x10\v @BvDŒ\x00 Ö¶þ=ˆê "
b"\x01 \x14 uÓ‡v\x10 …}Ø\v ï\x16\x04 Ý "
b"\x01 9\x06 Š{——ç§\x16 Ù’A "
b"\x01 9НÚw`‡¾É\x16\x1A R±X "
b"\x01 >P¯Dq ±OOR%? "
b"\x01 >Pߤvy¼V\x1F\x7F ýàgÞ "
b"\x01 w\x02 e\x7F\t ‘"\x19 M0\x15 ª( "
b"\x01 {f½\x06 w\x06 ‰”á ”›ßg "
b"\x01 {i^°{²¢¸ƒ›\x02 9¯— "
b"\x01 †…Wšpù¯Ï憩%. "
b"\x01 Ã’»rvªÆ"Ósa\x00 ] "
b"\x01 Ón*uíª¿&p\x00 LÄ< "
b"\x01 ÉEfˆpî¥\v å÷Ø}ˆ6 "
b"\x01 Él@cvÉ‘šÒï»õ\x0E 1 "
b"\x01 Ýc~„}ÛZ£,ך¹\x19 "
b"\x01 Ýc¬kpB™"là\x14 Èò‰ "
b"\x01 ãbî†w\x08 ›áêY‚É—# "
b"\x01 ãcBÂ~*¸Ìv\x08 çû—w "
b"\x01 \x06 ð«Uye¼ZÌC…\x08 2ß "
b"\x01 \x06 ðù\x1E ~1ž®¤‘È\x01 o "
b"\x01 \v ŽØ!}í§ÀÖÌ7,\x05 | "
b"\x01 \x10 c\r Ûz\x15 œÐëú\x1D ‡Vò "
b"\x01 \x10 æÉZzbœŽÌlXâžZ "
b"\x01 %\v …W}3†Ðqw\x11 I ” "
b"\x01 /Y¾|Í‚@$Ûé®7 "
b"\x01 STH(y‰«Åšo\x00 3\x0F E "
b"\x01 xU¥$v"¥ƒyí\x07 ™Z "
b"\x01 ýàj‰sòºžX'Sp\x1E j "
b"\x01 ‘\x03\x17 )ìt¨…¤È!ëÓi "
b"\x01 ‘\x08\x08 i~8«\x11 D”,\x01 §’ "
b"\x01 ‘\r ꬣt‹œ$j\x04 º!5\f "
b"\x01 ‘O÷$[u\x04 ˜CI”P\x04 µ\v "
b"\x01 ‘Pªs„} \x03 q\x1F Èß# "
b"\x01 ‘Pªê]rH£ \x12 |—é-\ "
b"\x01 ‘U\r ô:~Dª?á‰ü›-„ "
b"\x01 ‘UÒŒ^te7sÙûõVÊ "
b"\x01 ‘UÖ¢°\x7F –˜mHr\e w\x12\x15 "
b"\x01 ‘’ÉÊ\t v³“b¦¶v!ÿM "
b"\x01 ‘¼\x19 ž*pÛ ÁšKeW\x08 < "
b"\x01 ‘¼\x1E Ôôu»•Òfeåg¼† "
b"\x01 ‘¼<ð\x03 v\¤O,ÿ"•X. "
b"\x01 ‘¼FifsO®j¡\x08 êŒir "
b"\x01 ‘¼U_±u]¶„é¹\x7F rÅÖ "
b"\x01 ‘¼w\x04\x0E yŒ<Ž\x19 À –° "
b"\x01 ‘ÁÜP2{D†FÜ4ç—Uô "
b"\x01 ‘ÁÝ•þy[¡ëÿÌš¿Ÿ4 "
b"\x01 ‘Æ.ÁMzSŒÀ\x14 #ôd¬Ï "
b"\x01 ‘Ö¦\t }~„B;º¼O\x16 | "
b"\x01 ‘Ö¾}ð|É¿\6e·:×ù "
b"\x01 ‘Ö¿JŠtP”pÉcGv\x00 Ý "
b"\x01 ‘ÛÂ\x1C op4œ¿¯Ò¤Ž1› "
b"\x01 ‘ÛÍ'iqo¶\x19 ©(ÞDþµ "
b"\x01 ‘à¾\Ž~›_ýj™“Á’ "
b"\x01 ‘æe~{vϵ\x10 §EåHã| "
b"\x01 ‘æe·¡pô¼Tª~ü\f "
b"\x01 ‘æf\r ß\x7F D¢njáàËœË "
b"\x01 ‘æfô7\x7F ¿’\x04 %|!³ëá "
b"\x01 ‘ë?Ò‰rvœ–¼ó_\x1E 9a "
b"\x01 ‘ú§\x14 Æt‡ž\f ç×\x03 3[ò "
b"\x01 ’\x04 o<ïvŸœX—Ók`ï• "
b"\x01 ’\x04 Ë\x18 z{ášDFÛ:üþ² "
b"\x01 ’\x04 ËB´zOšÖòÝ4\v\x1A Ô "
b"\x01 ’\t ©žyi\x1E -ÿ”ógo "
b"\x01 ’\x1E ‚²3{ã£Í-Êq\r * "
b"\x01 ’\x1E Úm×w½ ã1)îË\x17 / "
b"\x01 ’#ì%¢}¤\x02 ‘L!hñs "
b"\x01 ’$\x11 úóx¶Ž¥…Ž\e Q "
b"\x01 ’(RvzuÖŒ3bëÄQ†˜ "
b"\x01 ’(¡v*{;¼¼\x1F RŒ\x1A -a "
b"\x01 ’(¡¹¾rû§•\x02 në„ïˆ "
b"\x01 ’(¢\x05 '~\x0E C2ª³\x04 :Þ "
b"\x01 ’-üÿLy‚\x16 šFvUŽð "
b"\x01 ’B¯áJqT«\mF\x05 hÇÔ "
b"\x01 ’B²\x10 9s\x12 ¦Ìö#óè. "
b"\x01 ’C\x18 %(|\e »Ÿ‘3g‘p\x7F "
b"\x01 ’G\x1D Wju¹²•vU«¦Ê1 "
b"""
\x01 ’G\x1D u—\x7F V¤”Ù\n
\n
]}„
"""
b"\x01 ’G\x1E Jû\x7F\t ¢:]—/ãMx "
b"\x01 ’Li^›qoŠá±þXú´$ "
b"\x01 ’L«qF|ï ó\x1A ÷\r «¾« "
b"\x01 ’½Ç\t\x0E uº˜¬\x03 j\r *} "
b"\x01 ’ׯòwË+0~{^² "
b"\x01 ’×±©aq\x1A ‚ïëA<\x1C ›è "
b"\x01 ’ÝŠ—«z¢\x7F\x7F JŠÜ§Ë "
b"\x01 ’ü>jv\x01 ŽqÐò\x08 ½èz "
b"\x01 ’üA0¸vŒb%¿]<4å "
b"\x01 “%‹–\t zÜ€é¶\x08 ªe.² "
b"\x01 “%ŒÒ¡|„µY¡Ê¨iü¢ "
b"\x01 “S[J•{O—À\x03 9\x10\x13 ÂU "
b"\x01 “hŠ9\x01 rÔ•GÊÃm\x11 T… "
b"\x01 “m u”xB©'V¸Y=\r þ "
b"\x01 “n\x06 }\{Ž’ ŠåêRy\x15 "
b"\x01 “w‘\x1A !\x7F A‰Â²ØwÎ4s "
b"\x01 “w¶’ÿxz³\x1D 9dIVhÖ "
b"\x01 “Ýî\x18 ÄrŠ£k\f ¸/?çi "
b"\x01 ”@O\x7F brÅ»×äÃmEÕ "
b"\x01 ”A\x06 {\x0E vTº_P´PÍÿu "
b"\x01 ”E{Î\x00 s.¼âC8Ê|J2 "
b"""
\x01 ”_<8¡wy¿\n
²h—;âÆ
"""
b"\x01 ”Žœ¦`xÆ“îÂ(1ý^ "
b"\x01 ”“\x10 B\x17 {ð†:×YÐZÛè "
b"\x01 ”²Bç#{ü‡YÝ…ÿ\x16 ,A "
b"""
\x01 ”¶V\r aq_©UˆÕ‚\n
o\x1C
"""
b"\x01 ”ÑEö\e ~¡™\x16 #Ýcf…l "
b"\x01 ”Õ•œ`y\x10 ½×\x18 ³\x07 %È\x16 "
b"\x01 ”Õ•¸:x¦³gš\x1E }¨\x1C m "
b"\x01 ”Ú¨šn}À)w\x01 rˆKK "
b"\x01 ”Úª0–t\r „\fIo"Ë "
b"\x01 ”ÚªT˜t\x18 §ì‰ýˈל "
b"\x01 ”ÚÂÜSyÔE\x1C ÔK®Sç "
b"\x01 ”ß^¯ér¤ƒ»=I¦TC0 "
b"\x01 ”þ[5ª~û°\x03 :J¨hý< "
b"\x01 •\x19 JŽNydªsPY\x0F šÐw "
b"\x01 •ekÅDt‹Ÿñ®úI´rC "
b"\x01 •k‘\x14 —qÈ·\e 5AÌzž¯ "
b"\x01 •‰˜©©~\f ¢¼>Dßǘ "
b"\x01 •‰™\t yyt¹nüu‹}H "
b"\x01 •‰ÉTô{Á¦\x0F ž\x1F qûÅ "
b"\x01 •‰ÉˆtxÖ™·j»²º)\x00 "
b"\x01 •‰Ê0\x08 u\x07 ¤\x08 M\x06 :\\x10 ; "
b"\x01 •‰Êa\x12 sóµ)\x06 ¯S_ý\x16 "
b"\x01 •—^²{J‚‰1Hñû¨ "
b"\x01 •”’Ùa{Z½¯\x18 -D\x15 q; "
b"\x01 •Ò^dÏuVŸ‰í¾\x1F “\x12 o "
b"\x01 •öDûmz.—\x04 µ\åp€N "
b"\x01 •ökSë\x7F )¯lÇBiAS "
b"\x01 –8\e K’zו\x1F ˜çµ\x14 ı "
b"\x01 –8\x1F ˜ýz‘¾c?{£[û– "
b"\x01 –8\x1F ò3z\x19 »e(ctm¤… "
b"\x01 –8 „\x06 y1¨Ùq¿Z%]m "
b"\x01 –8!7Ë}\x05 ›û\r \\x1A B[¢ "
b"\x01 –€Âþ·qN“„ Ø{ÓÆú "
b"\x01 –€Ã·,}K€¹"³µŠ\x08 7 "
b"\x01 –¥t™€q\x15 ˜\x19 U"k\x12 ç "
b"\x01 –©ô/{\x7F ·¬ÙÆ[\x04 \r Öù "
b"\x01 –Ãë4’\x7F é‚\x18 ¦#iœwà "
b"\x01 –É„—\x16 t¡º÷¸‹\x00 inÐ "
b"\x01 –Î"³RwŽ‘\x07 ’¤#\x13 6R "
b"\x01 –Î4‰8x%¡PC¶\x0E •½\x13 "
b"\x01 –èIoGqmŠË>ª \x02 4\x12 "
b"\x01 –ý\x0F ï\x1E s"šÉ‘BñRFê "
b"\x01 —:+¬]|O€Ú8\x18\x7F õÕ "
b"\x01 —:+ÖMq‹¸Êµ\x13 üOlœ "
b"\x01 —:<Á˜uǪA\x08 2Šm\x06 ‰ "
b"\x01 —?õí†{t‡¬ŸzQ´U® "
b"\x01 —c\x05 ›§q\x1E ¬6¨›•‘ "
b"\x01 —iJä\x1F\x7F Ñ…ñâ@Ó\x05 |\x1C "
b"\x01 —x^˜4zP•*\x07 :´ª\x7F\x0E "
b"\x01 —|ó\x0F -zz¦Kúä\x0E àÐt "
b"\x01 —}M`ÉqAŽ3ð*€n† "
b"\x01 —‚û}«wݰ\f H»\x01 Á! "
b"\x01 —ˆ\x17\x1D ÔwA¦æ Ð.V "
b"\x01 —ˆ\e ¸Z\x7F k‹—\x17 €`3½˜ "
b"\x01 —ˆ\x1D Ö?s!˜nºËÀØ1} "
b"\x01 —ˆI\x11\x7F {›Œ@±²:¿ "
b"\x01 —Ž\t ܰv\x17 ¥ý‚¥¸Ò'Ç "
b"""
\x01 —Ž\n
\x02 ‘u¨‹Â/í6Ý‚
"""
b"""
\x01 —Ž\n
"\x03 z¬œÀóS}Œ†è
"""
b"\x01 — ÷\t 'y\x14 ±ñ\x01 0s; "
b"\x01 — ÷'ƒpj¦\x08\x16\e Š\v Í‹ "
b"""
\x01 — ÷b{{c¾ñ\x14 ù\n
æú\x04
"""
b"\x01 —¦EÈ\x0F v§»[kdy®i— "
b"\x01 —°¦5“tب"7XK®¡¿ "
b"\x01 —°ù÷ÜtÌ”\x16 o§u`4Ð "
b"\x01 —±\x02 ªò{#‚]Aåz^SŽ "
b"\x01 —±\x08 ®¸{V˜óÏŸð¿Šô "
b"\x01 —±\x08 Έr’…I\x17 T„÷~ "
b"""
\x01 —±\n
¯%xæŸAL5¨Qâé
"""
b"\x01 —±$_þyr¤z¢´âIŸ- "
b"\x01 —±&\r Ìxê”¶\x0E (Œ\x1E )– "
b"\x01 —±Qyºv’‚\x12\x1A ì\x05 aã© "
b"\x01 —±QÿEw*€ùñ\x12 ×Ê\x13 å "
b"\x01 —¿×èÍz>¥¼oÌóP4 "
b"\x01 —¿éœ-~à±ûŽÁ|¡\x05 s "
b"\x01 —À\f î6\x7F •®²ÍÍ2Å•» "
b"\x01 —À:–¤sp«\x13 –‚\x05\x16 òº "
b"\x01 —À~VItøKÊ‘¾~^\x17 "
b"\x01 —À®\x13 “{\x05 šÜÍ\x17 “‚~\x04 "
b"\x01 —À°jFrÅzbzPöR$ "
b"\x01 —ÀÈÞ0}\x1F §C’º“‰âf "
b"""
\x01 —Ä£\t þuŽz4\n
\x1E më\x03
"""
b"\x01 —ÄÁfnx´ŸÛºªÏ<R\x1A "
b"\x01 —Ä˳Û~\x14 ¬¡™ ®jÞ¨ "
b"\x01 —Ä霒u¬¥`\x00 bòq7ª "
b"\x01 —ÄêUÉyòŠÕÇ\x03 âzU "
b"\x01 —Å=Ä\x01 u\¦:L\x00 t·\x1C "
b"\x01 —Åm\x19 ÁrÍ»ÞõP£z7. "
b"\x01 —Ån83u†¤‹AE÷’\x0F ™ "
b"\x01 —Å¥$àsI·E¬9Èû\x07 ³ "
b"\x01 —ŧŽ\x15\x7F ´™•:Hv”/ "
b"\x01 —Åï5Æw=³xüpP;j "
b"\x01 —Ê×Ü5q\v ½ ŸÂÒÙØ" "
b"\x01 —Êï5\x1C }Ë‹\x16 3áµÒR… "
b"\x01 —Êïß\x14 t‰–ø’ƒœT`ì "
b"\x01 —Êü\x0F\t r<¸¸äþ¬žN "
b"\x01 —Êý»l\x7F E²T\x16 ð1\t í¤ "
b"\x01 —Ë\r àò}k•\r \e Ê: DB "
b"\x01 —Ï%AæyúšªÅI_°\f a "
b"\x01 —Ï&“Ùwù’e*ÝuÎÔ1 "
b"\x01 —ÏVV‹{ú†c·\x17 hiÇd "
b"\x01 —ÏWDÙx#«.MkZ:êö "
b"\x01 —Ï•ó\x04 p¤\x07 úûçþ "
b"\x01 —Ï–žzvð¾iM÷¥€LÕ "
b"\x01 —Ï÷›\r rÍŸ+YxQvLŒ "
b"\x01 —Ð'I¬rÓ£\x1D £È€¯7\x04 "
b"\x01 —ãÉàÖ\x7F À¢Ó¨º™k "
b"\x01 —ãçß›wq‰Ý¨öM‹3 "
b"\x01 —ãéVš|ü±§\x19 K^Ïu "
b"\x01 —ä\x00 ½3w\x1F µ%lhk6Ï“ "
b"\x01 —ä\x02\x1A ”uü±ªíµ\x0F m£Ã "
b"\x01 —ä\x14 TévK£\x05 aþ‹$3\x10 "
b"\x01 —ä\x15 ú|—ƒ“¤ÇcæG« "
b"\x01 —äíë\x0E zf²…àms¾ê "
b"\x01 —èí©jw\x03 x†<@Ð{ "
b"\x01 —èïé\x18 z[œ™2ÄbQcž "
b"\x01 —ô\x19 ”\x11 vˆ•\\4\\x07 8 "
b"\x01 —øáWu»±¹æ\e àïð¹ "
b"\x01 —ùVŽár\x08 Šr˜\x1C Ú\x17 Á‹ "
b"\x01 ˜\x12 sh§zW‡?K]a¼¯; "
b"\x01 ˜\x17 *h›{â¤êÈB\e\x15 ÷ë "
b"\x01 ˜V\x10 f{}™¥\x17 Å(\x10 ò¾f "
b"\x01 ˜V\x1E \x1E | ž\x12 )LyO›m "
b"\x01 ˜V)þP|ÌŽ—C\x06 ž Ã "
b"\x01 ˜Z±²\x08 pN·,\x7F\v wuº\x06 "
b"\x01 ˜Z¿Ÿ8xR·®ù\v „:\r „ "
b"\x01 ˜[\x15 w\x0F z\v ‘pj(m#×\f "
b"\x01 ˜[0é2s ¾ 6?B6¸ß "
b"\x01 ˜t3Ÿ\t y&¿n"jcãI\t "
b"\x01 ˜oVð{)¯•T€\x1D Ö \x08 "
b"\x01 ˜ºÔ0sú¥\x10\x1D Ò?÷ê[ "
b"\x01 ˜¨(>bzÌ›ƒ+ÁÃF7Ý "
b"\x01 ˜¨<!zÖ§ó„Ð\v j½a "
b"\x01 ˜¨qº\x0F xÓ™pÈ9Ô3Ó‘ "
b"""
\x01 ˜k{Ôx\x05 Ï\n
Éc'WL
"""
b"\x01 ˜†Ý\x08 vì¹pH«0U/Å "
b"\x01 ˜˜í¶w¡”lk¦5$Ú% "
b"""
\x01 ˜»ûKå|l»æ\n
’Žê@
"""
b"\x01 ˜¼Š\e Ðu½£Âð~;è "
b"\x01 ˜½\x03 ‚#rcŠXH\x13 2ˆý. "
b"\x01 ˜½\x05 ÏÁ}ÌfŽX¹Ê\t ; "
b"\x01 ˜½!Mr¥I}T,‰ã\x11 "
b"\x01 ˜ÁZ{¯|õ—ZÄO}îü "
b"\x01 ˜ÁÉM¹\x7F ]³ˆ\t\x10 h\x17 Ÿâ "
b"\x01 ˜Â\x00\x0E @y4°¸n$\x0F r¶¿ "
b"\x01 ˜Â\f à\x01 r½°Š¶¿é\x15 'g "
b"\x01 ˜Â<+ÖtŽœ¬”hMNŒ· "
b"\x01 ˜ÆóútⲘë¦ayãæ "
b"""
\x01 ˜ÇO ¬tãˆ\x03 <Fá[\n
o
"""
b"\x01 ˜ÇP@¬{´»9‚Pª‰o "
b"\x01 ˜Ë•±\x0F }'š€Ö}/`˜\x1E "
b"\x01 ˜ËÖ\x14\x05 ~z«Í\x05 ß`\e \r Î "
b"\x01 ˜ËÖg,z:›<ÿË,a "
b"\x01 ˜Ëëøæ~D§\x16\x18 €Íg2½ "
b"\x01 ˜ÌCB\x0F }ë›\r ¹á“¸Š· "
b"\x01 ˜ÌD)\x02 qÊe\x13 á\x01 —ìÛ "
b"\x01 ˜ÌRwqp´ß_½\x07 JZ "
b"\x01 ˜Ìpç|ðv\x16 ÞoM\x16 i "
b"\x01 ˜Ì˜\x0E Ïr%˜VÔ,Û³îa "
b"\x01 ˜Ì˜ q͘ô:o#U "
b"\x01 ˜Ñp¿W}‡žª¥Üï/º¯ "
b"\x01 ˜Ñq¾*x¯¶ÓÑm\x00 ù© "
b"\x01 ˜Ñ‚n×v!¹Úf·Lþä\x06 "
b"\x01 ãú€PDì³\r à \f\x07 "
b"\x02 +\x7F 9\f Õ@\e “´5k@Å\x04 b "
b"\x03\v ÁŸÿBEê´¿jn͸ô\x13 "
b"\x03\x14 z¸H0Mô§FЦìøÎà "
b"\x03 Ɖm$`G¯¦Ç|à@F`t "
b"\x04 ÖlH2ÖEì‹_f¥g\x1D\x1A ¬ "
b"\x04 ÞÂ\fŠO@‚}¸[Ü$Mß "
b"""
\x06 y3õ\n
wAõ°â¡X¡@²i
"""
b"\t jÊ\x13 æPLÏ‚¨ÁlïLØñ "
b"""
\n
1úáüåNP’†*zíÕ
"""
b"\r 8VÕîðK=’iÜO@ÕÖ "
b"\r ã‚æó\x1C J\v ŽŠy&áz°[ "
b"\x0F lVÌ{uH€¬uØv‹|ºî "
b"\x11 þ¥ýÖŸK\x11 ª±´©äl\t @ "
b"\x12\x1C Ø\x7F\x16 ?A\x1A ¨šS>V\x05\x00 è "
b"\x12 H:?~ÒMb€d73,¥Y "
b"\x13 ¼–´&5JK¹{t*°ûb„ "
b"\x13 ¾\x1D Tn–EÉWÁ\t &B\x02 ; "
b"\x15 âô\e <A/ºa\x1A gQÝçã "
b"\x15 †pksD\x19 ®ó9"„Ϭý "
b"\x18\x13 Ð…W\e H\x10 ‰“óPð„ ( "
b"""
\x18 õ†\x0E \n
wH\n
¾“ÄW]‹@)
"""
b"\x19 ®jÔÏãE²œ\x01 [¿ÇBiQ "
b"\x1A kL\x00 øÒHA½&«í·õ\x1F þ "
b"\x1A õá‚cPIí°\x04 ¨ÔãiŒÏ "
b"\e h<\x05 PaH.¡9³\x07 ý$~ "
b"\e Ãt€m-B\x13 ²suæ\x07 ç™6 "
b"\x1C ø3¡_SBΈ\x0F q8¥\x1C öC "
b"\x1D õZ ôñI9¢«ç\x16 Æ$J£ "
b" :²S¼nAL“q¨…»à]- "
b""\x1A m§31H\x10 Ž\x1D\x08 ~$\x04\x19 a "
b""‰\x11 jXÁGh†¯\x13 wZ}\x1D ½ "
b""õ-’\x03 WJl…¼Ò¹¸Ü\x15 K "
b"#\v g#-*H1”\x11 ósë? "
b"'ÛÌ\x01 ˜3GúÞ‡\x12 ;}-& "
b"'â\x02 µáÓH“ˆ–\x17 Rqùtn "
b")\x01 ge¿¾Dï”§?@Ú&)ß "
b"*\x14 橨J/€þ\x01 |¼¿ÆN "
b"-pV°QùGÞ·däø¨³Ï€ "
b"-•V©á\x7F J\x1E ŠáU\x12 zޏ| "
b"-è»ü\t šFy²w>T¬ > "
b".t\x01 ޵\x00 EìšÙì};\e ®ô "
b".†*\x11\x16 Nm³ËŠÝ¾aèo "
b"/Ä\x14 €IžDã·ˆÓAU‰<\r "
b"2-–qìAKLŠaWÇ\x0E 37, "
b"""
2A†µ>¯A\n
°¼Á’*¼ï¿
"""
b"4]ù³ÎÖK%¦„j`ša\x7F "
b"4`E\e 0-Ln¨N·bôÿí³ "
b"4»{\e +öAŒŽµ\x1F ôUü~Ó "
b"4í’£{§Ls¨bõ\r ›S×· "
b"5\x19 aJ‘ØNO‘à¤|QÞ\x17 "
b"6\x01 R¦ÌƒO!¬¾º|„ \x16 ½ "
b"6<Þƒ1ÉOª›/‘°*B¢ª "
b"6¡z3\x1F ïFD…\x1D\x1F À\x00 ‘ÔÆ "
b"7@P¸¿+D¢–ò-²0èg¥ "
b"7“—gF*CzœÃ_\x1F „/\x10 ÷ "
b"8\e @©\x02 JOû¼å\v ×ÍNžé "
b"8˜Øã\x02 ,Là†Êÿ\x17 †IR) "
b"9ìöð¯"H2‚ê¹æ“‘h» "
b":î}8\x7F\x08 Aݦ\x07 3˜£nü! "
b";¡£¦\x1E C‰›&ø‘žPd "
b"<ûzM\x0F CC%‡@]ê³hÈô "
b"=cþþU[COŽLáŒb¬T\x19 "
b"=‚wKÚ]BÅ»Â\x19 ÅI^Œ\x03 "
b"=\x7F ë!yKÑ«ôáäzº _ "
b">\x04 ÐÇZÌJ¢ž“ŒD\v ˜„? "
b">#º¦¼\n NÖ²\x00\x1C uÌ"\x06 ‘ "
b">‡¬\x1A 3ÍDɸðHëçJvZ "
b">´¼Ò\v lB\x07 ·=yÀûñ\x12 "
b">Ê52\x06 ¸Iì» ²íRÒw "
b">ΊZ¸F1¸ºÂÊ\x07 ôL "
b"?cjq°ÌBA¿3zZÅe\x07 ì "
b"AQ¶l<MB²¶Ë¾ÙWÅ\r ø "
b"AÁ‚\x12 nàM{›ø|Ãt\x13 éL "
b"BY¥c\x1F ŽFd…=>æÞþá "
b"B[”È\x19 I\r ¿Ç¤ê)1\x01 $ "
b"B`Ôj,\x1C C÷‰«\x15 ó;–!1 "
b"B½«|î_NAŸix¾ÇKš· "
b"Ca|áénKó•FcŠ!‹l\x02 "
b"CÁ=â²eC8ŽCÈÏA’ ° "
b"DUwJ\x10 FNÚ•4,îwĹ^ "
b"E=kG€*B»»0aƒÍã\x06 Ú "
b"FÃ[)<.CŠ–4!—£ØB¨ "
b"GFö04uEý—vhæ‚N;þ "
b"Gœ,\x06 ³þFø™¶«jc8«\n "
b"G±g’‹@I¦Sµ\x04\x12 •P "
b"""
GùŽ\x07 \n
ŠMш”\x16 üc\e ¹´
"""
b"IìÜ_íÙBˤ®3@ÆnÑ_ "
b"J}å˜ ¾@H·u"àXZLQ "
b"K\x16 õI–uAö˜ý÷T]k\x12 d "
b"Lhò\x01\x1A j@’—ß:L2õ¡P "
b"M\x08 OEzg@\x19 ¼¢>FæCtp "
b"N_ìü*DCX©B8ã\x1D :®¥ "
b"N‚U\x18 }HDч*(”L\x05 ¿R "
b"N¨3à\r WHûš\x12 ÏŽ´¡eÄ "
b"N´ „:ÀH¢’6Xv\x19 5Ùí "
b"O\x05 yjf+FS¼é9h!C\x11 Í "
b"OŽÒ\v ÷+A²…dµ¯$Ühí "
b"Qåy°¾nFlˆÎ4Ðb'Cb "
b"Qæ·îÓ†J¥ºÁ—jD#s0 "
b"Sâ-±ˆ3I2³!v\r Òë\e ¡ "
b"Sü>mýŸM⾿S\x06 ò\x01 «@ "
b"U\x1C ífdKO[‘Q›\x19 xÐP§ "
b"U;ôg“ÎJtº/5SpÅ=L "
b"UkãaÉ\x1A I\x04 «“^m”=0% "
b"U›A³ûàDÝ€-|¨'3sÉ "
b"Uå§ïáëDãž\x1C *H;\x13 šn "
b"Vãç‡Ýè@á„—ò\x0F V\x07 Pª "
b"W2;…À@FñšFACó\x05\x07 ¾ "
b"XØr²¢mFuª2ã\x1D ,1áW "
b"Xå\x18\x17 Y[Eÿ½íae¾\x1C ÓÎ "
b"ZŠ\r ñ£B\x1F ‘\x13 âžÿAdþ "
b"[\x0E (û=I\x1C ®'}Mͦɨ "
b"\\x07\x07 ¤k%H½ý–ê³bMƒ "
b"\Ÿ\x03 ¶rzFUµ™i£—[2o "
b"""
\̸,úœJ\n
œ÷8\x1A Ôø¼¯
"""
b"]\x08 êpÜtH¸E¨n$\x00 |n "
b"]\x13 ½·’ I£®k¡sÆIaM "
b"]3‘ÔAÓJ#¢ÕÐG\v QÉ "
b"]W£µÄÙJ6”\x17 }p‰@[å "
b"]e„\x04 ‡šN\x0F “ïO߀D\x16 % "
b"^\x1D 3û\e JFÀ¸9e¢Ð<£O "
b"_†vC\x1A ãM©ž\x1D ‹/™; "
b"`ì0nxCX¢†\x1A WT\x18 ëé "
b"bgÎw4´J’³€0x¦¿6\x04 "
b"c*sW‡ÍJh‚\f }FGsÇq "
b"cŽg\x0F ÊeA–³[Þ¤¯\x18 ÿî "
b"dGVVÎHDZïfÍ\r \x11\x1F @ "
b"gEBÙ\x14 •O~Ò\x1D úÔûKÖ "
b"hË{ÌÌ\x05 K&±2\x03 ²?·‡n "
b"iÝÓ¤\x7F ÅF\x02 v󼈗œ¢ "
b"j/¾iß•BÎŒ~_d\r g’\f "
b"kK\x1C K¡çGÌ„1QÔ\x15\x00 µ0 "
b"oÔ\x1F ;\x07 AD¸µãÙšûÝÕ+ "
b"qp‘E'ÇHø·ø€}:Õ¬ÿ "
b"r4\x0F ÏT.@,¾n.˜šcq\x0E "
b"sHãÑ\x01 ÎIÙ•Ýg6\x02 Þå” "
b"t&\x07 2~YGn¯á˜Bgñ| "
b"wug\x00 ÖrI‘¦Öñ{_'Áu "
b"z&Lh@<CPªé™à‰póá "
b"z‰\x0E KžJL4½°9ÓÄåü "
b"zÕ\x07\x12 –ÌBbŸc_I‚>Zf "
b"""
~ ¬Ò\x1F ¢BО_@î&\x04 \n
Ê
"""
b"~Þ\x05 ˜\x03\x1F O\x15 ¦üeµ¡*× "
b"~åðãï÷@°¦÷<LÛ{ü‰ "
b".\f ª\r ÇOy‰\x06 ›š˜¡\x10\x7F "
b"ü±eÆ\x00 H\x19 ½U´Af´Í "
b"‚×7é,³KV®r-ð\x15 ò¢4 "
b"ƒQ<‘7Jx„žvÖžÅZŽ "
b"„DñDЬO'Œ6•æ-ûGS "
b"…¢4\f / @þƒØÊÔ\v œSA "
b"…ç\x05 ˜\x14 ªKòºã\x1A ÒN\x04 „F "
b"†V~ÇK–‹ÞÊô/%¸» "
b"†ðÅ>À¥O§ž\x15 ëÇŽ§G¸ "
b"‡!ñ¬bEE\x18 ‘\r ¡Ò7õ€J "
b"‰ø”âlÕCkìÓ˜4‘Šw "
b"Š¢t\x03 ~ºB¿Š0&\x08 jUfÏ "
b"‹cŽ\x10\x1A ¸E?€?w~^+= "
b"‹'áaF¤a•w—²\x0F “ "
b"‹×æ $uC/‚ÿ߸QˆÄ· "
b"Œt+ªAÙE\x00 °PüeðºÒ) "
b"Œ m\x05 È @ô°&ø]mgË¡ "
b"Ž%¥C”´C’{~ûpQÍa "
b"Ž{å®Lg²\x1E ²\x08 €•` "
b"ŽéT\x02 ‹9L\x0E ±²™\x10 Ø\• "
b"Ž~øÌbÄI*œàáê4XJR "
b"É\x05\x1C ]fD¢UibËV¶| "
b"\x03 âVÜÍC<\x16 °±ÊM¹Ô "
b"“\f ùþâNJ¾\ó³+£,õ "
b"“{\x06 ¹**@\r ³S>×LÀ½µ "
b"“Ô£ôµEC½(fy•ñ»^ "
b"“lûF©Œ@\x19 Yg\x16 ý¯ "
b"”?^„f\x01 IçÂ0€(¦; "
b"”eL\x1A LˆI|®B75¼±¼h "
b"”€\r š(&OÛ§\x08 V¹-õam "
b"""
”§\x07 ¥\f óC냒Brv\n
@æ
"""
b"”á` l¨Nú¨ÞW&‹|´a "
b"–\x7F `Ù5·K9‡Ž©\x1F ý\x1A üJ "
b"–½r“ÅpBñ‘\x1F\x01 r8…©¶ "
b"—Z@ã\x1F åCVjúáC¦tý "
b"—ߢ·@N¸T\x12 ‘1#Å "
b"—ñž\x05 ß.L5„§2‡Ðj¢œ "
b"˜E?¢\x11 ûC\x1E —1\x12 Äí<Ne "
b"™[Í´ñÕFr”îÃ\x06 –•+u "
b"™ˆÒ«NEJN³\e\x1D æs´;ñ "
b"""
šXm\x17 _"G\x0E ¶\x03 \n
쥇"+
"""
b"šëä;\x19\x1A G±¬Í›KœÞ$ "
b"› ú+yÒ@*ŒNULÆ\v `¼ "
b".Jï·JO4ž\x13 üŽ—ê "
b"ž9ƒ<0ÙA‹«”AoÍæ˜@ "
b"žtמԄHñ“o!>S¸\Õ "
b"qíí(\e FÉŽv\x17 ¸›Š\x01 "
b" §m6…4DS—íÇ:_\x02 À3 "
b"¢>°þß}E<«\e +º¯¦r¿ "
b"£Ó\x15 ådªA)‚jÉ÷Œißb "
b"¤VPHd\x1C B\x19 ¬ÐVÒd\x0E 0\f "
b"§ñë›òŽJÅ ¡Ò\e \x02 $™ "
b"¨(»ËŸàKB ¯2î¦þg¼ "
b"¨º\x1C MÐ\x04 Ià‹Ò‡½uŒ‹S "
b"©Œ€/ÿ?IÑ‚\x01 ãÿa¯p? "
b"""
ª\x04 ý\x13 ßåO´‚\n
sw+«ÁÎ
"""
b"""
«”\x05 ,ÂéL¢¡Þ\n
çFÔÑs
"""
b"¬o~YÐQAÛ°,-ã㯴9 "
b"Tåzò£I\x01 –;‡ßååW\x11 "
b"^P\x07 0¯@I\t ¼Î\x04 † ? "
b"¯\d¡JÄE«\|`üŠL\x02 "
b"°\x1A a¡)B#Žš<ØŒb\f\v "
b"°)D»•úBƉWáãï{.¿ "
b"°n\x1C 7»oKw«øÉr˜½G½ "
b"°’÷\x07 s;KöˆpG]\x1E íŽÜ "
b"±\x1C ùIèZO»’"P´Ñ~”» "
b"±‹\x01 $Î!M\¢í@±fc¸ "
b"""
±é?´z\x07 G\n
±ˆmHÂÝ\x1D
"""
b"²GÅ\x19 Ô+L‰´ÉÍŒ(%ù "
b"²^tnBûNF¹°\x10 ¬ÈÜÎ’ "
b"²ø„NÖ:B4¨ÒñßC[.U "
b"²û Ñe\x1E HÊLД\x00 É8© "
b"³Ëw»:øL}Ö{ú\x14 ¿Ø¦ "
b"´›X°4$O?«,ÕãÎŠ× "
b"µŒcÞì@?¤£ê\x18\x1D >& "
b"¶\x11 *‹§îG\x11 ·hé!’$eP "
b"·sùÜÜ`BŠ—‚b0¤õj‹ "
b"ºÏ\x10\f ¬ËBÓ‚E‘\x13 ò›A "
b"»R»¡”éM£¼‘VxUfò= "
b"»‘,dòüA3މ·]\x1E ¨ì^ "
b"¾ü\t \r \x1C ÃDû¦¸\x17\x17 Üd)S "
b"Àr€\x18 àùD\x02 ®R!Ƥì$\x0E "
b"Á\x14 dœóÂI\x0E …Aý\x15 6að® "
b"¢٩˜ÊG“•â>K|´³¹ "
b"ÃjÊ\x15 mªNR½Ö<›\x11 8kF "
b"Ä”~“\x1E GN*–†8²lø° "
b"ÄŸåÚsÞE·šyUNñW±— "
b"Èi‘ìþ\x1C @K¦¤ÇûÅ= "
b"ʹÑ`‹9K\x11 ¾2Ø\x1F\v\x19 "
b"Ë#ðˆÀN@IŒ¢è½x¾\x0F ì "
b"Ëz\x11 çÞÒAæ´\v\x07 Ù'\v\x1C µ "
b"ËéÄÃæÛKÿ„\x7F 1X\x03\x07 ¢ "
b"Ìwgƒ¨fNƒ¾ª\x15 àûmªh "
b"Ì÷QÁµ+C\x7F §š<ÁÞU×\x05 "
b"ÍUä6\x17 XLL›‹Ædÿl*) "
b"Î)°‡È\x03 @ê’\x1C ȣ̲të "
b"ÏGD\x02 vÃJž¹—‡ ÏLO† "
b"Ï‹ä+\x7F TM§‹–=\x04 8R’M "
b"Уs{·-Gy¬É¤œ;pèn "
b"ÒÃâöJ’J츥9d\x07\t ŒÜ "
b"Ó¨\x05 ïu\x06 B]´³ã[Š\x04\x1A [ "
b"Óìe2\HÀ¼ÍQøKÈlÌ "
b"ÖÓDìN;LüµÇEQÕ>n "
b"×[µ¦f\x0E Iò—™§#TæMÿ "
b"×ûG\x1E ÑYBÌ‹\x07 x~'æè\x1A "
b"Ø-Å6ÉÜBÝŠÞ ¹6Å\x16 "
b"؆X€‚ÉE Êš|Å^í "
b"Øeïý\x03 H¹\x04 ¿qàƒf´ "
b"س“ÜzqEG·\x1E I\x01 \r 'h° "
b"ÚLÛéVÜEô†ø\x14 ¤,o¸ä "
b"ÚË\x06 eˆFOM‹#§‰öe· "
b"ÛýX\x00\x02 RCÝ€«A½†)\e "
b"ÞXgPÒ\x11 Ah€d‚R{^Áª "
b"Þñ®ºa7D?«H\t ´˜²ñö "
b"ß\x11 C-E¼E,¨“˜æEŽÞÿ "
b"""
ß9ºÁúÛF‹ž\n
Ù\x1A û7aS
"""
b"ß’\x1C Þ\x0F ÈKÎŒù·AßÅ·¡ "
b"ßê \v\x11\x08 Bˆ¦ÚBO_3m "
b"áØ\x1A Ó2/H_Ÿ'<°µÇÕÊ "
b"áå\x7F Ÿ\x06 ËD±š\x7F Ã\t ‘.J? "
b"âõz\x03 Û¦Bp‚\x1A æF…,¹w "
b"ãEÀÞ·"Fù“\x13\x1A ˆL4É# "
b"""
ä\r œè¨¦NϺ\n
ëÆ¢ûj
"""
b"äÛÁFÓ4A—¶„Ax}Ni "
b"åww\x00 æÊ@b¾ka…ìŽÃG "
b"åå\x04\x01 AŽDM¦Î-<¦\x03\x0F í "
b"æÂÙùê„Iƒºi©“€:|ý "
b"ç_ó¡v\DªƒîäÅ4˜\r œ "
b"çdBÏ÷ºL°¦X’îÑ\x0F šd "
b"""
ꩲR\n
åJa¼T¯X¹ÝLu
"""
b"êÖÐwª”@]‡¥|Z\v\x14 ¤ø "
b"êÚ09\x17 õJ㢒\x16 «ŽþÄ® "
b"ì÷œ3Ù|B±œêÀªÒó’a "
b"í'f½ÄzMà¦n\x01 ùoí¸Æ "
b"íD[d’?KΦ^T\e àŽ…\x14 "
b"î=Žìm\x10 @X©jŸ\x10 U*\x0E \ "
b"ðKEw‰YF\x08 ›]ú\x06 ,»ô™ "
b"ðˆ™½ïzL¹–\x14 íˆ\x10 H\t\e "
b"ð¦‰î=,CZ‘mé\v ¨\x19 J\x12 "
b"ðÈ¿¼RýC3ƒtN'HÓÿª "
b"ó\x01 û†ÌÕL4®™\x06 ™¸†á² "
b"ô{t2*•Dg»–§›\x1F ú¶ð "
b"ô°,K¢ŒC¢¤½ú\x1F ©Ãé' "
b"ôî\x00 Û±ìJW›|‰æu5iÚ "
b"õXéÜÎäE\v ¡ÃgìÍ\x08 -` "
b"õÆ,\r žõE™‘[1ôzª\x15 \r "
b"ö7¹\x04 dÐ@\‘Kšª\x01 ýKó "
b"ø;_m¿^It°\x07 SVÐð¡è "
b"øÓ+T8‰M^\x0E UÝ\x00 ˆ? "
b"ù\x07 œÿ¢ÁAå„\x04 bÓÔíõv "
b"""
ù\n
—ÖY¥Oï®»\x04 /.s˜¤
"""
b"ù=oƒ5}@$–\x1D LV\e §* "
b"ûb¸pwF‹®–°¿nÙ "
b"üyE©¦aAè°ª^ŽâÖýh "
b"ýw-ü)A\x18 ¶UÛMª \x02 ~ "
b"þ/øö¨õH\x00 ‹\x01 ?îÎ\p "
b"þãâi{FiµÞJ'Î']Û "
b"þÝE¯3¶MNšîe|+öŠG "
b"ÿNù^þòAø²jÝ\r Îz$\r "
b"ÿk_YNæJ‹» \x02 0,Ú²Ô "
b"ÿ䱜\e §E1‰q0ª–Ð25 "
]
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 (0x0103DC5C55D441C18B5AFB9DF8EB0451 , 0x016F2894AC0846F0BE7D23306DE9662C , 0x017070FF38864E28975E89B3D83B4D2D , 0x018BECA0A041711DA17FE1A3CDFD6FCE , 0x018BECA1044174498F21D5063FF6B23A , 0x018D9CE17C117426995AA295619DF2B6 , 0x018D9CE217CD740BBBDFC9EDBC1A1AEE , 0x018DF4B7AE197190B088E722AFC2F208 , 0x018DF4B7ED377F9AA1ECA8E33B99F07E , 0x018DF93B52177483B088122A8E04834F , 0x018DF93BA0397A51AFA35634829FF1D6 , 0x018DF93BE9BD7F38AB57727864156AC0 , 0x018DFA3304957B97B2E3F42C051ECBA7 , 0x018DFA334C5B7A0F8C62715E419F1612 , 0x018DFA3382107B3CB185B895CC62BFF9 , 0x018DFA33AE9C74C29BF69D033C79A921 , 0x018E08B062087F13BBF9AF7DA2E0A8BC , 0x018E08B0D686729C806641C729650A8F , 0x018E08B0F5AC78E487123316666B8F12 , 0x018E0E7F95B678BCABC3355BDCFE835A , 0x018E0E7FB0FB7FE0AC012CA9744A4E9B , 0x018E0E7FC95F70899C27A740B6F13915 , 0x018E0E7FE0FA705CA033926DCB36A8C6 , 0x018E0E7FFA5771FD8F7BC62A4BCEFBED , 0x018E0EE170747AF59196EAAC93B8ABD3 , 0x018E0EE1FB9770F8949E09EEECB21C66 , 0x018E3C25D2737671ACA131D25BF5E3EA , 0x018E3C2609FB73CCA76587A949C98AAC , 0x018E3C9FF4E57113B24149A782083F1D , 0x018E412A5A197455840E0385A0303DB8 , 0x018E412A7AFF7D7A8A2EEB7D531F36C2 , 0x018E565F74217FF6A16DA7E0EEA1484A , 0x018E9ED41B8E751CBB26E4AE99C0A1E1 , 0x018E9ED4AE337B508FFA8F4C9853EB0C , 0x018E9ED4EB34711A89AAED98A6C81A93 , 0x018EBDCC1E797C1A997B1D8055C96B31 , 0x018EBDCC59447D0B9C8BC92E9E5E892A , 0x018EBDCDCAA474F0BE9F7BDE55EA4754 , 0x018EC1E891D77B54B4490FCD8C8745EE , 0x018EC1E9A3BB7EA98DB7C271F398B5B2 , 0x018EF0DB384C7382B7D2973F06BB1F44 , 0x018F0FD58B9F77FFBB55FB144A2384C9 , 0x018F0FD659EF7C26A535EB145E05F5B8 , 0x018F0FD6910D782EB032A3EF3D6612A3 , 0x018F0FD6E1D2796B916FD9018D157E64 , 0x018F0FD72556727DB71BA1D08F224361 , 0x018F29307A99735FA19A777F0A3FD39A , 0x018F2930BABB75B2948531B092C54803 , 0x018F294B570D70E9A1F043EB6840C7F9 , 0x018F294B8C72762E8A25AE071BC600EB , 0x018F294BC5847086B1BA4516CA520B70 , 0x018F294BF3577CB5B3965D3C0D9B4722 , 0x018F39813EC3791E875039C4865BD9EC , 0x018F76DBA94B731C974D92465980F46C , 0x018F7B6658EB723E80ED25C999A7269E , 0x018F7B6694677F98AF7EB9FD88327831 , 0x018F7B66BA497BE1B09F11213D934AA6 , 0x018F7B67069F799FBF226A50763AD0C3 , 0x018FC83C6E5F7B8A9BB038F558DC464A , 0x018FC920D92C7959AF72DFE8E1BD624B , 0x018FC921074A7E439B20AEFF84F97B4F , 0x018FC92162D175039AF128001715700A , 0x018FE3616B177D4D81C5252EA62333ED , 0x018FE361907D75FD85C183EF6422CA85 , 0x01900B9A9BB87C35A8D76938BC540C88 , 0x01900B9AEDB87739A514EB128A9D7646 , 0x01900B9B266972AC92FBF8E93F02C358 , 0x0190119E20AA78D4A18908D176CCAAAC , 0x0190119E442C7929A8EFC6125762CDEC , 0x0190119E7A3F7479830F5CFD4DC5B82E , 0x0190119EA846719995A58D623D336F92 , 0x0190119EE69A7958B09723EBB227C7E0 , 0x0190119F1DAF7DFC98DC53425C694CB8 , 0x0190119F483E757898B1C939FF6EB06C , 0x01902A8C90657D39884207F6619B99B2 , 0x01902A8CBEBE7B1E9D5E424BADB45249 , 0x01902A8CF9AD7420BA12076E4D7CF299 , 0x01902B0A4A427095958A027D0FE5F669 , 0x01902B0A70BE7177989552CA9D069361 , 0x01902B0A993B7E1DB48F4A162E7A1D59 , 0x01902FC25DDC78CA8A71D309AC6B98D8 , 0x01902FC278E5730C9DF7E3740CD05620 , 0x01902FC2968D7C98BAB5892B0675B743 , 0x01902FF33C22778D97A2C3B8147B8DA1 , 0x01904A33041E77D9B5FF8252C8D8BDA3 , 0x01904A334C8171548AEBFB070FD0DFCA , 0x019107D460FE752B955609E0D6E08B42 , 0x019107D55F5D77B48EB83B9FE98C75B2 , 0x019107D5C5B7705DB4324F333FDE7E8D , 0x019107D63D577F869AE31D2E848A8FC0 , 0x01916EB8E1477A749CB379AEAF83987A , 0x01916EB91E4474F387926811868C7978 , 0x01916EB941947FD6A33AE80B693B1CC4 , 0x01919D0DF53B78F79B9D52AF57B27665 , 0x01919D0E5696749BAE381F29B2B94B32 , 0x01919D8BAA2072CEA0543FC6FD8F3ABA , 0x01919D8C3EB476C3ADF2246A8281A591 , 0x0191B73E36EE7F63869E6BE4CD80B6BC , 0x0191BC3A06527ED2BA4A6995FF6FF1E6 , 0x0191C675B5A97E649EA8E9DFE744ED77 , 0x0191C675DBC979B9935EC26E684A888A , 0x0191C71C9D76754FB630127F803E58E0 , 0x0191C71CE79273F99A26910D00851C31 , 0x0191C71D3271749CBE0565B7BC5F398E , 0x0191DBC94C487DE9B543C81D64930998 , 0x0191EB48114E7478983B2CECD7E85C24 , 0x0191EB4833F970E1B26EF3EEE4519C22 , 0x01920504215D7126B77C05543418F429 , 0x0192287E36607A92999F7A1981BF7585 , 0x0192287E66967655BBF10BE47BCF0D94 , 0x0192287E814773BDAA6E3CA6A03AD8C7 , 0x0192287E9B1E769C904E5B829D6A6043 , 0x0192287EB58979D3873924861F68BF92 , 0x01922DA3F03873689A0522A5C15F0BAB , 0x01922DA44AD372E792D0D54EED11AB37 , 0x01922DA4691A70A1805FE4AA46B77DF9 , 0x01922DA47D1A7AC38AB11EC353B44AE9 , 0x019241F4681277D0B535D781E1F0A300 , 0x019241F48BCE7C82A59C091A6595216E , 0x019241F4AA42747CAD3F0361533AD5DA , 0x0192430EDA057D298C0C95997CA8C3F1 , 0x0192430F02B37DF9BB47F10A5A11593E , 0x0192477E80D17CF8B820FC8267AB7446 , 0x0192477EAA4F79A5BB15455997186E96 , 0x0192477EC5B47E19BD11D0AF241A724B , 0x01924811E6E87A1F955E05C71A50458C , 0x0192D768BD0A75B08758AE1C0A79ACC7 , 0x0192D768DCB076CF9CA1E2D692C4D9E8 , 0x0192FC3E958D768C9850C9F79A4D7D9E , 0x0193016C3FFE7D79A06F279198248AEA , 0x0193016C811A732B97EE31E361D716B4 , 0x0193258C375F72AF8C12661A368487BD , 0x019329EEFDE37C3897ABF89954960F7E , 0x01932FC6620A7CB4BF745E04709AFFBF , 0x01932FC67E027377B82C52C6FF78445A , 0x0193720E92C97601A3D6F3ACADB03571 , 0x0193720EFA247550895705CBBA6BA463 , 0x0193723F72F977CF9EF22C151253257F , 0x01937241E95C7811805155721B4BD6EE , 0x0193724204707222AFBC894EE3DB1BF6 , 0x0193724221367C81B139C8CDB7BC3B29 , 0x019372B31AB07D5B95C30F2BAD48E1AC , 0x019372B34C6570CAB79A04B5ADBAD592 , 0x0193779BF9E672E7AC04283B4FF1ACFB , 0x0193779C3ABA77FFAD77A9F3CE1C5D9E , 0x0193779C678C7B139625EBC1C898AF94 , 0x0193B54E363E76B9B81B520C94C54949 , 0x0193B54EC34078D582638E9C920EAEB4 , 0x0193B5E9266277E2A2DB445A56B24B32 , 0x0193B5E97ADA7A7BB31F7604885500EB , 0x0193B5E9A02B70209AFAF3437C6A455E , 0x01942BD5183372AAB4F593C04C78FAD0 , 0x01942BD5353F709EBD42166EC6BECCD9 , 0x01942BD54A8978318E2029C10A0CCE90 , 0x01942C37E02A7263A09CF1DBC97868D0 , 0x01943B8C97E9782ABF93DC51759CFD48 , 0x01945FA7B83277A2A6B70E4A0F66F485 , 0x01945FA7CA34745AB1B6685059B8A650 , 0x019492761B077276BAC620476F914BC9 , 0x019492763AAD7752868425DD587DCDCF , 0x0194BB75A4C2783DB59736F4EC29D821 , 0x0194BB75CEDC7560A182AC7145797199 , 0x0194BB75EE1C7232B4111FEB26CC13F7 , 0x0194BB760CC8738AACF9F90592A45742 , 0x0194CBCA9AE87AFBB4CCAD8016D48EE1 , 0x0194CBCAD0BE7D67B94ED8F5D3F01AAF , 0x0194CBCAF1C57C4480DB966B58C2B42B , 0x0194D59477C878C7840B70E24F223112 , 0x0194D5949A28767486335638B31ACE9A , 0x0194E080018376B1A28F808FED42E305 , 0x0194F48FE8BF784D872EF716B16FAE38 , 0x01955B48B5957FB8A7AE4485EE8305D5 , 0x01955B48E12D7B7892BA26FD57906838 , 0x01955B4901247C7D9EABD12ECA55B1CD , 0x01955B4921637293A01C2C5EF8F47ECE , 0x01957004EB707DD69F4268B1FA1137FF , 0x0195805217D977AFB47E2643BFECC0A2 , 0x019584CB24E77331B2933BC2992AB5A0 , 0x019584D9F48F71679A42A5BE906C72CD , 0x019584DA0A1B79BEBF4D316951E06830 , 0x0195856C9D507726ABC3A880CB263C22 , 0x0195856CC36E73CBA6213F1D70A3E35C , 0x019589D639B3795B8D380714A80B82B5 , 0x01958F915B19783C9A5F5035A4D14FE8 , 0x01958F918FC871ADBDB17955D1093709 , 0x01958F91B8CF7A8ABA1C782FCF0D4A53 , 0x01958F91D8247415A9C1A74E8C58F266 , 0x01958F91F8597B01BF016D45FA1B60EE , 0x01958F922E387776989C7D183E51C4C0 , 0x01958F92538C7756880BB9C2F488BC59 , 0x01958F927AA3770C837D733001355D19 , 0x01958F92A36C789DA938362EE5E347BB , 0x01958F92C5FE7672BAF5A6128E5D2B72 , 0x01958F92EE2A7B8CAC9E2926451E6AC9 , 0x01958F9311287472A7D38E768DA0C1F3 , 0x0195D7252F4179EB9853567ECB3D6136 , 0x0195D725470B73E9A84FD1B3863E91F6 , 0x0196343B695D7C38BB50312916095380 , 0x0196343B8E0F7D21847FE52330817AEE , 0x0196343BB92D7C359C3704C9C1BD17C8 , 0x01963D8E71217810A3EABFD8E36556BF , 0x01968155AE6778B48C77698A71A01B62 , 0x0196D856F9A678F9B3CE4D16E8E18C7D , 0x0196D85716867629BC43A7DBF3F46FD4 , 0x0196D8572D02799AA583ACC46508091E , 0x0196D857491C7F58A6DA2E54632FA143 , 0x0196D88A3B1A7E768C9EBF3631AA854D , 0x0196E7C7092E704FB9EC1A3182A83567 , 0x0196E7C721FF7E0D927D9537D4F6D232 , 0x0196FD062F007746AB23134FE212FD2D , 0x0197118079C47AD6B78FDD561D7B5F49 , 0x01971180AC0E74BB8F4F535251466623 , 0x01971180D6087EA5A5C1FA1386CE12A7 , 0x01971181019E791CB65BE861BF50E690 , 0x0197118135177392B3E18A871645C084 , 0x0197118168647BFBA0D890D97A379B11 , 0x019720743986723ABBA07A549BCAF72F , 0x01975E0000BF72B9AA13C2C001A83E20 , 0x01976340892F734F918CB9385B72EB9A , 0x01976340C037722B92F7C81C832DC4B2 , 0x0197780ABA947002AC2B43B5F3E8D4AD , 0x0197780AD27D76A99E4D64AE6123176E , 0x01977880C38179D2924458EE6F4CAFAA , 0x01977880E82F77EDA4A2516881055D04 , 0x01977CDEFA0A748AB79CC0A9FAE28C6F , 0x01977CDF0EBA7DF4A44F27B530076505 , 0x01977CDF9513762BAA33C29871D6707E , 0x01977CDFC7697313B6D4E9B6AEF9A27F , 0x0197873A52627A3D999B9F9424D7531B , 0x0197873A7E3D703B8264FF348B5FA64C , 0x01978CC97F3476A78F9F83FC643B5160 , 0x01978CC998747FF3AB8EEFB80B9D87C6 , 0x0197A11451A1711E8A6BEF2EF9033DF5 , 0x0197A18F62907DAAAEB22A3B5AF06C46 , 0x0197A1BF9D29713FA0785D187440DDB3 , 0x0197AC10936E7E2C93907ED293664C77 , 0x0197B14438557CFEBDD79C7E0D461F3D , 0x0197B1447D5872A5ACF580D9E81F7104 , 0x0197B145890978E9AF7782851B2835F9 , 0x0197BFEA2FBB746A9946544DFDE414B4 , 0x0197BFEA55797FA288B4168D536EBF0F , 0x0197BFF59E057FA99C1C9EB6D137CEB8 , 0x0197C0AE02B57877B277C4FF378A4CE2 , 0x0197C59A8E3B74EFAA21F1166D93B365 , 0x0197E431AFE77954AD662C3C25A783B6 , 0x0197E432CA0470B681653AC4FC2F86AD , 0x0197F3FE6A2A7CF282BCC4D8A86147DA , 0x0197F3FEA462741C82552F64E8F4421E , 0x01981C875CE17D418DEFB3934C3388B3 , 0x01981CAE3FB37E97AD2D990C4818B38A , 0x01981CAE5A0A74B399E46F98ECEE9737 , 0x01981CAE731673758398684384D38C83 , 0x01981CD58A237BFB90721565615FB941 , 0x01981CD5A0497D4DA32BBFA51DC7690A , 0x019883A17B837231963F9C03A64583CD , 0x019883A1B55C7FD59C6FE47AFD1A6CB0 , 0x0198C6E3BFB17570A96627B5B4391BD6 , 0x0198C6E4B45678AB922033520E086435 , 0x01E65B39A25C4700A1E54A44807BAE8A , 0x02773120E7214378A0AD4EFA0D18EE07 , 0x037ACF9B8B934E70A8A77CD85593BF2D , 0x0471B31A3FBF42C1A65CCF31A5FB63C4 , 0x06203936A7A74039A03364790ADA378D , 0x06F26C0CD9904705B4664DEE0E75A08C , 0x076E73862D764E508BC5B6BD004B01BB , 0x07F31E262F084CD28CFB679AA721A59F , 0x08C8A52CF9B04A88A122D81F9390477D , 0x098BC0B8966E4E01B23D4A6DB18FF858 , 0x0997384507C2405ABC635D8B8BAAE751 , 0x09A1B80904F04F37B0A9D8085E9CCF9B , 0x09E6E5E183824D459C0718C869A2C734 , 0x0A393C4792254A6DAAA145115B404A31 , 0x0AE914F3BBDF4DF99F5889A3B97E6FF9 , 0x0B5009CE60794493BC3FFEDB0A9973AB , 0x0BC53F7DCF494E0B958BAF318FB3C1CA , 0x0C333F1D161147F192DB0A75AEE94F83 , 0x0D3ACDD3DBE442FFA8D9DADC38551C9F , 0x0EADE1BE87B6436496C7D0D664C79457 , 0x0F2A9B005D494ACC9F5A1705D655796C , 0x10B38930FFB549A3AF30EFBE45CCB268 , 0x10CA3618D21F44F0B6ECB89284CCE2E8 , 0x10D53C8535D2408D83F689F652819C20 , 0x115013992021492BA31E1CE621CB23A1 , 0x1166A8F8C5D4434A8421FCD51BB319C4 , 0x1168C7EBBB7447B68ACF2F2F5984F8ED , 0x1169F7FAAF284575B8620A4343A64567 , 0x11FA6E4BC3D5411881DBF3FDB15317D3 , 0x128999787A1D4D31A56A54F7332147BC , 0x12DADAE1C49F42808B7C4D1AAA34D668 , 0x142F528EE98D41548564D16EE7804A1A , 0x16AD99587E554CDC9D57B8FC4FB2D5C5 , 0x175F65BC88C147EA8DAF4774A0996C16 , 0x17B542AFDAE74F148BC81C951D99E261 , 0x186EEDF035734E9C9DF9A38357372030 , 0x1895501093ED4FC1A8241280052B8C00 , 0x18E182F0D6814602B2562108EEE2099E , 0x1934272B09614E2693E859394EA84E23 , 0x1963D13127014754B624354E07224112 , 0x1ADD7C41AAA84B4FBBF65E0870DEA3C4 , 0x1B9E816B327C4D9BB1B6C5E62A3F0CC7 , 0x1D85BA8163EF49378B77102B3736A5D9 , 0x1E8010C13D5B44808ED564F3F7317D49 , 0x229F883B78CB4492875DC42C8F420E2E , 0x22B9479D93C8446C897A79A1F1B970A7 , 0x22CEB38B5DBB47F3B6B3DEB22E218647 , 0x22DE37A9F2F144E892617CC601162983 , 0x23859E65452F4F5FB7E040BF6656DA13 , 0x243164B806404CBAA6C5528818B52EEB , 0x246E6DCD1C83478D8CD2D227A9083952 , 0x25E6624E72E2408DB7549EB47981670D , 0x26AA4CEE97F4470CA4ED7538A9FD5FE1 , 0x26FF56420B3E44948AFF7A4D0CE0328E , 0x27110995464C4B05947FA2F059638124 , 0x2955950A93DE4B4791412DA1E5228572 , 0x295E775AE0BB45EE84E4A6CB6F3848F8 , 0x29D47A23F22E4200925D0DDA2D8E542E , 0x2A5811CD12774CFBB39F77464AAB8856 , 0x2B0D9B5C78D64E0AA472E29EBA12B95B , 0x2BCE28ABA70B42038CF02F0AD212E176 , 0x2C3476EA9C8A4EE9A176129F9151A218 , 0x2D98204AAE8742F48F1FC7B94C472AD3 , 0x2E5851840E33432FB4C72C7C06914828 , 0x2FA805FBA2B340AFA7826869E94B0631 , 0x2FE7F0C7006649F88D4F13B3997FC016 , 0x306D1BB8FCD043998A47BE57311B4F85 , 0x313EF3615D6648B4B5D078D94B154FC8 , 0x3141B029C6E74CD685E4096B7C52436D , 0x31C83F2A26F04755B01841A88645DEF2 , 0x32179C56773D4FED9FBA6BBCC1C85EB0 , 0x339D1A9C7F2A430C88665BBA37D7D551 , 0x33A7797FFF6D4E438092F08ED2B62AD8 , 0x33BAEA3DF43242D995EAB8E2BB08CB76 , 0x3563116580DC4C159F0FF82C9957E43A , 0x3609E7B6BD304324A6E1551A14FB90E0 , 0x365F68A515BF46D3B1BAC6AD016374CF , 0x36E751D221FC41F898FC9BB8A2F88011 , 0x3728A8F697EE4B4D947BAB04A64B1FEA , 0x37D1C55355EA4C5E81C0C2DB534B3889 , 0x38B5E8B407F44086AC00200045D5CAD9 , 0x38C6B522C56F44B29F576A49931108E1 , 0x3947CE02B4B54D7E9F68728ACA35B453 , 0x3B73A892D852410A87EA6BA390E14A14 , 0x3BB53BE4018741DEA6F710797F16DBC3 , 0x3C3A67B3D0E4477BA04B5AAEA843DD20 , 0x3C6CD6CBB1E7472F9FA765316DEF3C71 , 0x3D02F3E30C3A495593D7530C15C9C998 , 0x3EA176AFD49A43E480CDE11CE381DD56 , 0x3FAD892B70FC4C938EC834DE34F09FC8 , 0x3FCE344F43B1496B89B49F20D07AB273 , 0x40CF562672FF405B96C0F8937FF1EA6C , 0x40E664F39A374FCDBA6CFD92FF90BA67 , 0x4279D6BFCB2445168A5CA58836633960 , 0x428A5B2AAA5F486EA53EECE7C4F7921E , 0x431ABF31C5F14477A5A4EF585F217B7F , 0x4436CFFD60AB48538A27EFA1A4980861 , 0x44A260BC9C634552B84591ECBBA29EA1 , 0x45389F7517054679953BAC4EA583CBF3 , 0x473C6418DCBD4EE8ACE095EE1DC7DF2B , 0x4868E7B715A047AB992D3DA360B9108B , 0x48CB6E14C554495A9763504B07A0702E , 0x49898A9FB97243AF894612CA975F3513 , 0x4A29E6FE5F1E4975B82CF6744E65E104 , 0x4BEE4B4059754DBAA8A888915EC6E45B , 0x4D29A337169945668CE8FEA57516B120 , 0x4D9F8CDA9BF84E8387A2AAE461B8AB41 , 0x4E98E4265EFB4B05B4880474940C8A2F , 0x4EC5C3D8A25A431686F5F7A9FCB9108B , 0x4F0BB8E717894A7A97BE70669387CB04 , 0x4F6275B76D054D74BCF4F42F3A0F47C8 , 0x4FED58EF858740128C35D49C6F97D414 , 0x51A774436A124DBF9855824C6E05D505 , 0x52FC76CC0DBA4F8B86C75027A756702C , 0x52FEEEC8DB1C467FA8FA0E3CF4D9F786 , 0x537C4CA2C2D041B7AA002453CB410CE5 , 0x5544B165A02245298CC9EEA44A95C007 , 0x559514E9C4BD4402A5F35F2EC1E73C17 , 0x5716361C2B744CECAE41BFB5A961AA92 , 0x579BD31997D54E51B277B43F1BBC51CA , 0x57F019BCFFB245D2948BEE6E38819F28 , 0x582778AF107044E1AB541063F42223E4 , 0x590929B102C349DD8116DFE5781934F4 , 0x59E60A1752414B12B9CE2F4E3DEE8337 , 0x5A49BFDBE4264D22A811F6F0B5D0E606 , 0x5F578AEE99624D55A72B13A9788ECC93 , 0x5F6259D24D3D4E45AC4352C130837197 , 0x5FAA8279611F45868399C25232F8CEA1 , 0x5FD5BF8F5B6D4022A640B169BB0B177C , 0x6387D2659A454462B94E9B19503812AA , 0x63DD15F3F5914494B0712983E729A043 , 0x649A996CE4544D77B5CCC46E604B5ECA , 0x651F2A966E484A0FB9C368E944D599BD , 0x65D1ACC248544CADBD65F766AF89527A , 0x66FAE5380E554FD59AEA80C334F0F375 , 0x6724072DAF38437CBF91B345E2A6D13C , 0x6773B7C5DF5641AFB6AE657260BE56E2 , 0x68FC04DDD8CF4DDDBC6A230668A2D9FD , 0x6AB58B5CF9EE465FA76414879C66DB11 , 0x6B22447E3AB542C48548A2C15D5FD952 , 0x6D283923264D416DBF7337A757BFCAB9 , 0x6DBCC2B4295A4EF185054D53117C6628 , 0x7140A62821CF4FBD9747406A63C76FA9 , 0x716F5CC09C144BA2B1D549B05F6E55CF , 0x727ECC9B81AD431E8188495F0D9B3A2D , 0x72936A0D7BF64F92976641FEF707E1D6 , 0x7465746AF724491E9DAE3F6C3AE27727 , 0x747AC95F74B94C358EFB76793F4813FD , 0x74DAADC32E2A464B865AC101DB8419CE , 0x750228F24CCF469C941B0B42F11FE8A4 , 0x761EFDFF359A4A08836452FC315EA91F , 0x76287C9592394ACCBB47E69D18FBC8D3 , 0x76701583F9FC4E1C8BD4F295FF85C575 , 0x78E9F848DB5C40CFAF176FEC4BB00C56 , 0x793313728B784F00A910A24ABB03D112 , 0x79D3953E7ECE450F9B4BCF5B5AF1AA6F , 0x7BCDDA212FE04824996905FF979FEAE4 , 0x7C447A8EEC014C5BB91820353595993A , 0x7CD2667D200944C3AB727569F8626710 , 0x7E05DB610B0B483F9EE200C9D9BF728C , 0x7E8F9783CD0B4F51941F3496E6681D10 , 0x7E90087A23A64FE4924FF02227E15829 , 0x7F1C35550D714315953499A409BFCE3D , 0x81002D62AE55486BB72C23518CC9F806 , 0x815F644B87544EFE87B728EFEC6EF360 , 0x816440EA7A094120937A8DAAA063D410 , 0x8187587692304DCA8AF3089A14BAF861 , 0x8189D8F988F64139BC56CC221F6E7EE1 , 0x81B21144402048BA8A02BF1289AF9A44 , 0x81D68B1C665F44A0AA8873D500F72CDD , 0x81E663AEB0D94EFC888D6E9E8CBB1F2C , 0x82EE80F7B6144EFE9339E79B4992C896 , 0x82F6F456C1CB4AF58D18BCA0CE679CC5 , 0x833F4033E48C41338A8B133DC6EFA2F7 , 0x83D175EA24B74C599447E9E1BA9C83AA , 0x83FBD6F6AFF746D3A7FB4169206128C0 , 0x844115A684874966A537A4F25E7D9489 , 0x8497E37E28BF49B39D40418B1A98110F , 0x84B113FED0EC4377BFC4F38C21F42E41 , 0x8563F2DA8CE54CB9836A4878D6794B01 , 0x8578A5945B4A4831B88B008CC00429B6 , 0x86F28AA3A07B42F0A50F6382F7DA79F4 , 0x87DD0033E87C43A19F6847EEEC02BA85 , 0x884D3709246E483F8A4C601D1DD62C0A , 0x888B5D87B65C440585B052B581254615 , 0x8917E6A97653485A8A0E5C3CC3BDF3F6 , 0x8983DB77E3DC467795BF235E8D696F4B , 0x89EEC0CF1D804F2CB2B30F1B1A0E2F09 , 0x8A205A1369884528BAABF761D8AE2516 , 0x8A34ACD3826E44BCBD753DB0FD8E93A3 , 0x8A4CCB32FCBB44FDB288AE145D512296 , 0x8B547C3FD2004D399EA62CECFE52A601 , 0x8B7DDFE913504844A0F0B035073BFB95 , 0x8B9690F1DA644587897FC36B0BF8C976 , 0x8C1362C69DA549D4A8A4C32ED778E24E , 0x8C137F9D349A4B3484703F79897F416B , 0x8C57DAA784194A86A01F12322527DB87 , 0x8CDFAB83B6D7407D8FF4235B8F71081B , 0x8D8E5938D3D84E6B963D747D4B9B011B , 0x8DB5F3E8CF2E41E9B98090CC92F2FFEB , 0x8DE812AAF2624DBEAACCBB631BAED7A5 , 0x904565F533E34E598771DD790EC826BE , 0x915DC44AAE214475B1C1A6782AA4AE53 , 0x92797B54E5B34DF1BC41C10567656932 , 0x92A2176AD7904DF4B20EE7CC0D28D7F2 , 0x93536AAD31BE41C6A4851E374CD3009A , 0x945614646E2146BDA21B05ADFC81196E , 0x94816CB79C804DD28A99F3459C4B2F55 , 0x9537A84C27294D1286CCD56EEDF1961C , 0x9606DB0011F3462D889AFDBB5DBB2862 , 0x96184CB623AA45E999D858EB2CD027E0 , 0x962B99F84B6F4C5A8DA72E51C12F3929 , 0x96DE50C1112E4CD08D4AE671B2E6841E , 0x9819BF22F8574FB4BA6BA62465D20EF2 , 0x99ADC55C30394FFAB790BC0307FD78AE , 0x99DBC7E989364D12A246EC7F183006DA , 0x9A192F89FD8A401C99CFB0C5CD11D866 , 0x9BCAB38221EE48378986369DD5970167 , 0x9C492F2A55054F1798744210FAA2018D , 0x9C5FCB9B5FF4498B8A3B1393B41DCA12 , 0x9C7D475B1CC44D648906CF5C0904A298 , 0x9CCA9C43782B4F618CA60E2C19BDE99F , 0x9CDA5308B3F848088A295A4C59CF38F5 , 0x9D27CBBD0EA348C599B0B2939C1696AC , 0x9DD6AD54AE0B4222B2121F1F805AECD6 , 0x9E072E6DCEE8457ABB5F7AD9926ECA6D , 0x9E7C11DEE5AC4CD68003F23BDC08A704 , 0xA112448EB14D42BDB81C37B03D1BFFF0 , 0xA1B465153CE5464FA2DD9E72B8E3116F , 0xA1E8D7A187714FF6BADC49C5B3A8004F , 0xA35B319682A1486296F844B0EAE09325 , 0xA4931693C0B74B70B52D72A89749C2B4 , 0xA4B51D1871A448138DC1897EC800B0CB , 0xA4DFFDE3442E456C8555234E3A4D1D1F , 0xA5B919234A724560A9009012CF0CFE41 , 0xA5E758EF43D34564A35EFE576C5EEAF4 , 0xA78A2493BE184034A6278B0044040C66 , 0xA87C794613B7495189241B17514D06F9 , 0xA9403430736440319BD4A1EF42C0C5A5 , 0xAACAE62F66734C828127C30489CD2463 , 0xAAFD2BD7DC334C4795462437C3FC8DA8 , 0xAB382299DD0B4D439C4306279D0AD17A , 0xAC57EBCB10A347ACA656E5CE2EE20D6A , 0xAC7AA06936364C9FA31DB7AE150DB5B1 , 0xAD0E7AEC6C0343A38B7C031615D14E5F , 0xAD3B5F48D8BD4518BBFBA14B803DD2BA , 0xAF43FFAB581E4F6591B56100FEFD219F , 0xAF80D30A73B44DB99BFD89C448733AD4 , 0xAFB2134760C5446AB10CF62DB319B309 , 0xB03D8492FBBB48D498A25EB83E7A24DD , 0xB057E876B0694AD788AA613FD5488F3C , 0xB13E013C09734229BB89FE4D8274EC34 , 0xB2353794F5AB431B8E15509C1C49684B , 0xB484F855107A449A9901AC9801E797B2 , 0xB4F6C6EA8B8B414694BF7C43D305BD5C , 0xB663A377BF1840D2941439462020B4B1 , 0xB6A397C8F015475DAFD257146E5A82F0 , 0xB753D12AD2754C5DBE591B9A372D6B35 , 0xB7F61985D00249CEACF6091C80BAACEE , 0xB951B14F7EE84AB4BA223F7CD31D32B6 , 0xBA82650046984ADEAE97DE1E6C6E918C , 0xBB2309900C2B4556973BE17735CA71D9 , 0xBB3EEFE7CD134E6A99451871444B25DE , 0xBC24B8875C2B4167B8B8660AA0401F0C , 0xBD06B1340A734059825C41EA38ECEE14 , 0xBE96FDD0EA74461FB34B9AB4569CD469 , 0xBFBCD657871442DCAB0008BD569874E5 , 0xC16BDAE8918D4A2486467BC44FC229BF , 0xC1A070EFF8AF48E6866DBF16D78B1A5C , 0xC257A168714047E48196B1D514189E17 , 0xC273B42BDE14449DA123095564CBE420 , 0xC2CA9CAAAD6449129181E58B40809249 , 0xC373F2C1992143D5BBFE7BDA2D7834ED , 0xC4A670BCD73D40E096D912F0FABD6909 , 0xC4F9070600D84D03907FE2639D9E6316 , 0xC51BAD52C20E49AFA3386F56C376B6A3 , 0xC664F23408914599AC39C9791824D9DA , 0xC6877D3D1622415C8E9143E533782CA8 , 0xC71FF846BFC9426487E722C5190C2518 , 0xC78EDF4580B74DF39ACDC1DC6EDA2F74 , 0xC7CC65C40F5944C7997AA21426A42FEA , 0xC7CEC55E73C34255AF77D925F4FA86CA , 0xC81B4645AD494C69A3B7C0A7F0951241 , 0xC94F381473B44E18B09FB995A7215C24 , 0xC9784222EEC24738A5548CE07FD99C2A , 0xCB42404A176E445EA057BEEFF91942C6 , 0xCCDF93019A15457F8C9146F8052A45FF , 0xCEDC0A18591840978AE7CF1FBB9EEFCF , 0xD12F23913D4B44188BDB208FCBD9DC23 , 0xD1D279705306491C9A1AB749A0D8CCE1 , 0xD21AF0042582463795A0ADFBB622B2B8 , 0xD24BFC144770404C9F585119C5CC2F66 , 0xD2AF7E78479F4247AD0AE7E5EF68FF8B , 0xD34B9B7F2F484720AC1B70480F14BE2D , 0xD35537A90E2C44B2AB6B6B3F9F85EF64 , 0xD4F84306038440D4A9ED422307A79484 , 0xD561148146014584970E67E6A3F89F20 , 0xD57678D861214245AD977EF0B8A53B15 , 0xD59A35838662481EADF8BF4EFCFD35C3 , 0xD5D0A05DC4C944FD89CFCEA028865C38 , 0xD62466FDB2534F819678413FC67C8B09 , 0xD65869E530C243D6863078486111F0DE , 0xD6848751BDAF4C81974C2FFA30DE280D , 0xD6FD15BA35D24CAF950BBEB2FB9F7E26 , 0xD7412478DFA948619BB515693FF44EAB , 0xD74DFFAD1C904DD88005271143B9499C , 0xD79BD92C2D064430AFC3279FC8764A10 , 0xD7C96A38BA4445E3B7880C51964493A8 , 0xD8D4172E73D7420BBB350B7FC029ED9F , 0xD96183084D2D48DD805E5FD3A38AC0C6 , 0xD9C2428FEBC547869E37C929C62829F8 , 0xDA5B2C46FA07437193AB19A17A73E03F , 0xDA670660122346B7BF63BFE7745DAF7E , 0xDAE3F4782E484B28A4171937B9F434BF , 0xDBBDAA45D0524FDCB9550F31B075D1F4 , 0xDD65F6789F8941C7B7E43FC04E0B4986 , 0xDEF51D35053F47CAB46C2D7ED5EFE33B , 0xDF32FB7E49284FFB95AC7AC275E22DFD , 0xE00F4502971E4942BCD9FE55214A8DF3 , 0xE079C916464C47EEA0C38A0C8F288BF0 , 0xE0AB4F09786143FB9625C900ED122E7D , 0xE154A5BD8EA843D1BAA05A49868D913D , 0xE1621AC40E9D4B03B6E7DA23A96AF0BE , 0xE2A8F9FB6F804508BB4EEC9D3F701AF9 , 0xE2E51018FD074C0FADDD6BDE6E786AD9 , 0xE2FABCADA9A24274864F1F2021DE5FEA , 0xE33F1D5C58654ABABDAD6A9B43F0D885 , 0xE3B110DCE4DB4776A6C0E3BBDB04873F , 0xE613F49F5AD146D1803FE5C8002CB578 , 0xE63FF3F4E3BE4047B4EEB96FC707715A , 0xE64B7A9509F24B349A7CF4A2FDB1C4EC , 0xE7127036EAC04A58A4A747A20402FD28 , 0xE7E8FBC94CC8425E97FC69B2FD7676D5 , 0xE8174B23A8904B999AE9211D922EFD41 , 0xE8D9370A0B0444729F1280FEDD08201F , 0xE9330CB9790A4FC197C752C76EE1DD1A , 0xEA88E61583F34110AAB36C8ABCA5327B , 0xEBBD4D5DD2D6442B80A0709E036B9D0B , 0xED82BFF821084B0E878E3DF1FB5D126E , 0xED9A328C7C8B4461B35DE11B4327721E , 0xED9F7FB2CA194DDF9A37464ED35E2774 , 0xEDD3CA18E9544841B4D139D6202BDA5A , 0xEFC1980938494526B9E35B333AE5643D , 0xEFFA01E5B360454D8416D7C380CB0816 , 0xF01454C8D8F2489B9055D04E9F120BC7 , 0xF083C07E90B34DF98FF826917A888271 , 0xF0BE9E21D55C45778C59A114E922BB94 , 0xF129D93D1FF84EACAD37BD84444083FC , 0xF16359438E524688B7D872A3CE8F8E56 , 0xF1B70DFDC8D64E00ABF7EAFD4E96B54D , 0xF2F3786A93DC42C9A18F3EC746BDEFAA , 0xF2F379CD6CFE46B388E8772193637C52 , 0xF306C19899684B2ABF850B9654A6268C , 0xF56EBE0D33D446BC87C0ABCE08BC35D6 , 0xF5CB6B4C224647AC94FF6BE354B34E27 , 0xF61B2A845117468781CF16C3613D82F7 , 0xF6AB76D6478B4977AFA311E6170159DD , 0xF723FB49B2AE48C2941E23D24E541EDE , 0xF7425B0F3D6045EB8BB436EB02FB4FC2 , 0xF75552B2479A4D998038A52FAEBB232F , 0xF8F00298CDFA4FF6B34666885909CC6A , 0xFA1423601D0F4B51A77DFAA448A5DBE7 , 0xFA459B756CDE4997A7A9E777BBE1D021 , 0xFAA4954C558447AD8747FD1E96BCD705 , 0xFB00AF257FCB464D90BCF4CC4B081041 , 0xFC4D22588DB846CF83DE0483A6A69D91 , 0xFC9B88A4470343FC94C2294F31F51F6A , 0xFF0B4ECC7E8A43D0B83CBE0010693135 , 0xFF57E55A633E40858D46C49CC8B33192 , 0xFFAB4C00BAB2473FB75340D896006E4F , 0xFFE3CC9E84CA4991ADAC56DD7FB7AB92 , 0x017C8AC0913B4C27AC3417EAE2F8CE67 , 0x018A2BA21F447E0F8542DDDAC0572D10 , 0x018A5F5CC73A70D38E9471AA87F173A5 , 0x018A6462950673BEBD3C6F6153BD6DF0 , 0x018A6474A8C577B9B2787509A36FC0CE , 0x018B5BAFF11377D5A62B70013CBECBA7 , 0x018B5BEF9C527B35A272CA58E01ED0A2 , 0x018C685EB85B7E1DAC017CCD3E0A1188 , 0x018DEA8A2361753EAD37CA5C010228BF , 0x018DEA8BA4E47D67855E6E59FBC531C0 , 0x018E563042CE75C28993729BB3628661 , 0x018E7F0669AC77439EAC88CCA34EEAAE , 0x018E7F4430717D449DDE478092EB5D66 , 0x018E7F4756BE7DCE883379D2FDACDD92 , 0x018E7F4777CB7F25993641C5E4C942ED , 0x018E7F479C6E7A62960B7F70936235A6 , 0x018E9EA87D2D74D394D26876133F5FC2 , 0x018E9ED1D783755C81813392F69B803E , 0x018EBD10B9BF729397F2A64040796B2D , 0x018EBDCD8CDB7CC49C3BD6116606F16D , 0x018EC1E910C47BEEA1CA161B695B2AC5 , 0x018EC24576C77A9392C2F1AB71C3A46D , 0x018EC28F67577C839ECFE04C23672106 , 0x018EC2961E867DFCA9B39F0B624EE27C , 0x018EC2CF1F4F7013BA8F8668CB081874 , 0x018ECBFEE5C173EE8D9F686E5A043070 , 0x018ECC139F55756C9C147C1959FD99AB , 0x018ECC1501C37E648112273A07F5B0F2 , 0x018ECC151F117423BD43BC4E4D99B9E0 , 0x018EEC165D4F766593F8F0AF4BFA5AE3 , 0x018EEC16B53673DA80C1E8B2BD8420BC , 0x018EEC17E86F7DAD8DCDEB9ADD3ED6C5 , 0x018EEC18206576A980F94C1E0DF9C750 , 0x018EEC184EF57156888E7ECBB5056B83 , 0x018EEC188589705EB6F25744B889B792 , 0x018EEC18B51B7A9BBBCABB2D35F29829 , 0x018EEC1929A676F1AA2A4AB3B918A209 , 0x018EEC1964B07EC494C45B0B23EDD68C , 0x018EEC199A427455A90C6167A7EAD0B7 , 0x018EEC19D0767AEBA69B5D92B4DF2150 , 0x018EEC1D7B3172108ED0F701E0F6864F , 0x018EEC22345E796F9838B28318E0CD2B , 0x018EEC2D9D3272C4A3765A2C358B1BD6 , 0x018EEFFBD1A27109A22F463BC600A8F1 , 0x018EEFFC29827230BD281A48B4A9B95D , 0x018EF046C27D7B45BF9878413C578EB4 , 0x018EF091F8E3727EAE26E5E0BD288FBB , 0x018EF0DBB335780CA0E41BF4E62DD246 , 0x018EF14300B37D9181D09B29B3995102 , 0x018EF143274B70CAA4198E1A58D13FDD , 0x018EF15B1D1A7F11AA99C4B725A0612E , 0x018EF15B8BE8734D981838556A3E87CD , 0x018EF5140D1E7FA8AF0E721E1B891F10 , 0x018EF51446147A5796B53877A5A599E1 , 0x018EF562679F769782416BB21866F71B , 0x018F05D94E3E7D14ABC1043D49FD1AE3 , 0x018F05DAB7AC70719EC4C23C9F3204E6 , 0x018F1009E24F736AB4099A2335C2E538 , 0x018F100ADD1C7E43A871E351216098CB , 0x018F100B05727EB5A3BFA80613778C7A , 0x018F100B404276448C00D6B6FE3D88EA , 0x018F1475D3877610857DD80BEF1604DD , 0x018F3981068A7B9F9797E7A716D99241 , 0x018F398AAFDA776087BEC9161A52B158 , 0x018F3E50AF4471C2A081B14F4F52253F , 0x018F3E50DFA47679BC561F7FFDE067DE , 0x018F7702AD657F099122194D3015AA28 , 0x018F7B66BD0677068994E1A0949BDF67 , 0x018F7B695EB07BB2A2B8839B0239AF97 , 0x018F8685579A70F9AF8FCFE686A9252E , 0x018FC392BB72769DAAC622D37361005D , 0x018FC3936E2A75EDAABF2670004CC43C , 0x018FC945668870EEA50BE5F7D87D8836 , 0x018FC96C406376C9919AD2EFBBF50E31 , 0x018FDD637E847DDB9D5AA32CD79AB919 , 0x018FDD63AC6B704299226CE014C8F289 , 0x018FE362EE8677089BE1EA5982C99723 , 0x018FE36342C27E2AB8CC7608E7FB9777 , 0x019006F0AB557965BC5ACC43850832DF , 0x019006F0F91E7E319E9FAEA491C8016F , 0x01900B8DD8217DEDA7C0D6CC372C057C , 0x019010630DDB7A159CD0EBFA1D8756F2 , 0x019010E6C95A7A629C8DCC6C58E29E5A , 0x0190250B85577D3386D071771149A094 , 0x01902F59BE9D7CCD824024DBE9AE3720 , 0x0190535448287989ABC59A6F00330F45 , 0x01907855A5247622A58379ED07999F5A , 0x0190FDE06A8973F2BA9E582753701E6A , 0x0191031729EC74A885ADA4C821EBD369 , 0x0191080869AD7E38AB1144942C01A792 , 0x01910DEAACA3748B9C246A04BA21350C , 0x01914FF7245B7504984349945004B50B , 0x019150AA73847D208103711FC8DF2390 , 0x019150AAEA5D7248A3A0127C97E92D5C , 0x0191550DF43A7E44AA3FE189FC9B2D84 , 0x019155D28C5E74658F3773D9FBF556CA , 0x019155D6A2B07F96986D48721B771215 , 0x019192C9CA0976B39362A6B67621FF4D , 0x0191BC199E2A70DBA0C19A4B6557083C , 0x0191BC1ED4F475BB95D26665E567BC86 , 0x0191BC3CF003765CA44F2CFF2295582E , 0x0191BC466966734FAE6AA108EA8C6972 , 0x0191BC555FB1755DB684E9B97F72C5D6 , 0x0191BC77040E79818C3C8D19C0A096B0 , 0x0191C1DC50327B448646DC34E79755F4 , 0x0191C1DD95FE795BA1EBFFCC9ABF9F34 , 0x0191C62EC14D7A538CC01423F464ACCF , 0x0191D6A681097D7E84423BBABC4F167C , 0x0191D6BE7DF07CC9BF5C3665B73AD7F9 , 0x0191D6BF4A8A74509470C963477600DD , 0x0191DBC21C6F70349CBFAFD2A48D319B , 0x0191DBCD2769716FB619A928DE44FEB5 , 0x0191E0BE5C8D7E9B815FFD6A9993C192 , 0x0191E6657E7B76CFB510A745E548E37C , 0x0191E665B7A170F4BC5481AA9D7EFC0C , 0x0191E6660DDF7F44A26E6AE1E0CB9CCB , 0x0191E666F4377FBF9204257C21B3EBE1 , 0x0191EB3FD28972769C96BCF35F1E3961 , 0x0191FAA714C674879E0CE7D703335BF2 , 0x0192046F3CEF769F9C5897D36B60EF95 , 0x019204CB187A7BE19A4446DB3AFCFEB2 , 0x019204CB42B47A4F9AD6F2DD340B1AD4 , 0x019209A99E8F7969AD1E2DFF94F3676F , 0x01921E82B2337BE3A3CD2DC38A710D2A , 0x01921EDA6DD777BDA0E33129EECB172F , 0x019223EC25A27D9DA402914C2168F173 , 0x01922411FAF378ADB68D81A5858D1B51 , 0x01922852767A75D68C3362EBC4518698 , 0x019228A1762A7B3BBCBC1F528C1A2D61 , 0x019228A1B9BE72FBA795026EEB84EF88 , 0x019228A205277E0EAD4332AAB3043ADE , 0x01922DFCFF4C79828F169A4676558DF0 , 0x019242AFE14A7154AB5C6D460568C7D4 , 0x019242B210397312A6CCF623F3E82EC2 , 0x0192431825287C1BBB9F91336791707F , 0x0192471D576A75B9B2957655ABA6CA31 , 0x0192471D75977F56A494D90A0A5D7D84 , 0x0192471E4AFB7F09A23A5D972FE34D78 , 0x01924C695E9B716F8AE1B1FE58FAB424 , 0x01924CAB71467CEFA0F31AF70DABBEAB , 0x0192BDC7090E75BA98AC03816A0D2A7D , 0x0192D7AF8FF277CB812B309D7E7B5EB2 , 0x0192D7B1A961711A82EFEB413C1C9BE8 , 0x0192DD8A97AB7AA2817F7F4A8ADCA7CB , 0x0192FC3E6A9076018D71D0F208BDE87A , 0x0192FC4130B8768C9D6225BF5D3C34E5 , 0x0193258B96097ADC80E9B608AA652EB2 , 0x0193258CD2A17C84B559A1CAA869FCA2 , 0x0193535B4A957B4F97C003391013C255 , 0x0193688A390172D49547CAC36D115485 , 0x01936D2075947842A92756B8593D0DFE , 0x01936E067D5C7B8E92208AE5EA527915 , 0x019377911A217F4189C2B2D877CE3473 , 0x019377B692FF787AB31D3964495668D6 , 0x0193DDEE18C4728AA36B0CB82F3FE769 , 0x0194404F7F6272C5BB9DD7E4C36D45D5 , 0x019441067B0E7654BA5F50B450CDFF75 , 0x0194457BCE00732EBCE24338CA7C4A32 , 0x01945F3C38A17779BF0AB268973BE2C6 , 0x01948D9CA66078C693EEC28E2831FD5E , 0x0194931042177BF0863AD759D05ADBE8 , 0x0194B242E7237BFC8759DD85FF162C41 , 0x0194B6560D61715FA95588D5820A6F1C , 0x0194D145F61B7EA1991623DD6366856C , 0x0194D5959C607910BDD718B30725C816 , 0x0194D595B83A78A6B3679A1E7DA81C6D , 0x0194DAA89A6E7DC08129770172884B4B , 0x0194DAAA3096740D845C66AD496F22CB , 0x0194DAAA54987418A7EC89FDCB88D79C , 0x0194DAC2DC5379D49D451CD44BAE53E7 , 0x0194DF5EAFE972A483BB3D49A6544330 , 0x0194FE5B35AA7EFBB0033A4AA868FD3C , 0x0195194A8D4E7964AA7350590F9AD077 , 0x0195656BC544748B9FF1AEFA49B47243 , 0x01956B91149771C8B71B3541CC7A9EAF , 0x01958998A9A97E0CA2BC3E4481DFC798 , 0x0195899909797974B96EFC90758B7D48 , 0x019589C954F47BC1A60F9E1F71FB9DC5 , 0x019589C9887478D699B76ABBB2BA2900 , 0x019589CA30087507A4084D063A5C103B , 0x019589CA611273F3B52906AF535FFD16 , 0x01958F975EB27B4A9082893148F1FBA8 , 0x01959492D9617B5ABDAF182D4415713B , 0x0195D25E64CF75569F89EDBE1F93126F , 0x0195F644FB6D7A2E9704B55CE570804E , 0x0195F66B53EB7F29AF6CC74281694153 , 0x0196381B4B927AD7951F98E7B514C4B1 , 0x0196381F98FD7A91BE633F7BA35BFB96 , 0x0196381FF2337A19BB652863746DA485 , 0x0196382084067931A8D971BF5A255D6D , 0x0196382137CB7D059BFB0D5C1A425BA2 , 0x019680C2FEB7714E938420D87BD3C6FA , 0x019680C3B72C7D4B80B922B3B58A0837 , 0x0196A57499807115988F1955226B12E7 , 0x0196A9F42F7B7FB7ACD9C65B040DD6F9 , 0x0196C3EB34927FE98218A623699C77C3 , 0x0196C984971674A1BAF7B88B00696ED0 , 0x0196CE22B352778D910792A423133652 , 0x0196CE3489387825A15043B60E95BD13 , 0x0196E8496F47716D8ACB3EAA20023412 , 0x0196FD0FEF1E73229AC99142F15246EA , 0x01973A2BAC5D7C4F808FDA38187FF5D5 , 0x01973A2BD64D718BB8CAB513FC4F6C9C , 0x01973A3CC19875C7AA4108328A6D0689 , 0x01973FF5ED867B7487AC9F7A51B455AE , 0x019763059BA7711EAC36ADA89B9D9591 , 0x0197694AE41F7FD185F1E240D3057C1C , 0x0197785E98347A50952A073AB4AA7F0E , 0x01977CF30F2D7A7AA64BFAE40EE0D074 , 0x01977D4D60C971418D33F02A806E8E86 , 0x019782FB7DAB77DDB00C48BB01C12181 , 0x019788171DD47741A6E62090D0AD2E56 , 0x0197881BB85A7F6B8B9717806033BD98 , 0x0197881DD63F7321986EBACBC0D8317D , 0x01978849117F7B9F9B8C40B19DB23ABF , 0x01978D09DCB07617A5FD82A5B8D227C7 , 0x01978D0A02917581A88BC22FED36DD82 , 0x01978D0A22037AAC9CC0F3537D8C86E8 , 0x0197A0F709277914B1F181810130733B , 0x0197A0F72783706AA608161B8A0BCD8B , 0x0197A0F7627B7B63BEF114F90AE6FA04 , 0x0197A645C80F76A7BB5B6B6479AE6997 , 0x0197B0A6359374D8A82237584BAEA1BF , 0x0197B0F9F7DC74CC94166FA7756034D0 , 0x0197B102AAF27B23825D41E57A5E538D , 0x0197B108AEB87B5698F3CF9FF0BF8AF4 , 0x0197B108CE88729285498F175484F77E , 0x0197B10AAF2578E69F414C35A851E2E9 , 0x0197B1245FFE7972A47AA2B4E2499F2D , 0x0197B1260DCC78EA94B60E288C1E2996 , 0x0197B15179BA769282121AEC0561E3A9 , 0x0197B151FF45772A80F9F112D7CA13E5 , 0x0197BFD7E8CD7A3EA5BC6FCCC3B35034 , 0x0197BFE99C2D7EE0B1FB8DC17CA10573 , 0x0197C00CEE367F95AEB2CDCD32C595BB , 0x0197C03A96A47370AB1396820516F2BA , 0x0197C07E564974F8AD4BCA91BE7E5E17 , 0x0197C0AE13937B059ADCCD1793827E04 , 0x0197C0B06A4672C5AD7A627A50F65224 , 0x0197C0C8DE307D1FA74392BA9389E266 , 0x0197C4A309FE758F8D7A340A1E6DEB03 , 0x0197C4C1666E78B49FDBBAAACF3C521A , 0x0197C4CBB3DB7E14ACA199A0AE6ADEA8 , 0x0197C4E99C9275ACA5600062F27137AA , 0x0197C4EA55C979F28AD5C703E27A9055 , 0x0197C53DC401755CA63AAD4C0074B71C , 0x0197C56D19C172CDBBDEF550A37A372E , 0x0197C56E38337586A48B4145F7920F99 , 0x0197C5A524E07349B745AC39C8FB07B3 , 0x0197C5A78D157FB499953A4876C2942F , 0x0197C5EF35C6773DB378FC70503B6A90 , 0x0197CAD7DC35710BBD209FC2D2D9D822 , 0x0197CAEF351C7DCB8B1633E1B5D25285 , 0x0197CAEFDF14748996F892839C5460EC , 0x0197CAFC0F09723CB890B8E4FEAC9E4E , 0x0197CAFDBB6C7F45B25416F03109EDA4 , 0x0197CB0DE0F27D6B950D1BCA3AA04442 , 0x0197CF2541E679FA9AAAC5495FB00C61 , 0x0197CF2693D977F992652ADD75CED431 , 0x0197CF56568B7BFA8663B7176869C764 , 0x0197CF5744D97823AB2E4D6B5A3AEAF6 , 0x0197CF95F30470A4908F07A0FAFBE7FE , 0x0197CF969E7A76F0BE694DF7A5804CD5 , 0x0197CFF79B0D72CD9F2B597851764C8C , 0x0197D02749AC72D3A31DA3C880AF3704 , 0x0197E3C9E0D67FC0A2D39FA8BA81996B , 0x0197E3E7DF9B777189DDA8F64D8B3381 , 0x0197E3E9569A7CFC9DB1A7194B5ECF75 , 0x0197E400BD33771FB5256C686B36CF93 , 0x0197E4021A9475FCB1AAEDB50F6DA3C3 , 0x0197E41454E9764BA30561FE8B243310 , 0x0197E41590FA7C978393A4C763E647AB , 0x0197E4EDEB0E7A66B285E06D73BEEAAD , 0x0197E8EDA96A77038178863C40D07B8F , 0x0197E8EFE9187A5B9C9932C46251639E , 0x0197F419941176AD88955C5C345C0738 , 0x0197F890E15775BBB1B9E61BE0EFF0B9 , 0x0197F9568DE172088A72981CDA17C18B , 0x0198127368A77A57873F4B5D61BCAF3B , 0x0198172A689B7BE2A4EAC8421B15F7EB , 0x01985610667B7D99A517C52810F2BE66 , 0x0198561E9D1E7CA09E12294C794F9B6D , 0x01985629FE507CCC8D9743069EA0C39F , 0x01985AB1B208704EB72C7F0B7775BA06 , 0x01985ABF9F387852B7AEF90B843A0D84 , 0x01985B15770F7A0B91706A286D23D70C , 0x01985B30E9327320BEA0363F4236B8DF , 0x019874339F097926BF6E226A63E34909 , 0x01989D6F56F07B29AF9554801DD6A008 , 0x01989DBAD43073FAA5101DD23FF7EA5B , 0x0198A8283E627ACC9B832BC1C34637DD , 0x0198A83C21907AD6A7F384D00B6ABD61 , 0x0198A871BA0F78D39970C839D433D391 , 0x0198AD6B7BD478059DCF0AC96327574C , 0x0198AD86DD0876ECB97048AB30552FC5 , 0x0198AD98EDB677A1946C6BA63524DA25 , 0x0198BBFB4BE57C6CBBE6810A928DEA40 , 0x0198BC8A1BD07581BDA3C2F08E7E3BE8 , 0x0198BD03822372638A5848133288FD2E , 0x0198BD05CFC17DCCAD668D58B9CA093B , 0x0198BD219F4D728FA5497D542C89E311 , 0x0198C15A7BAF7CF5975A9DC44F7DEEFC , 0x0198C1C94DB97F5DB388091068179FE2 , 0x0198C2000E407934B0B86E240F72B6BF , 0x0198C20CE00172BDB08AB6BFE9152767 , 0x0198C23C2BD6748D9CAC94684D4E8CB7 , 0x0198C69DF3FA74E2B298EBA66179E3E6 , 0x0198C74F20AC74E388033C46E15B0A6F , 0x0198C75040AC7BB4BB39908250AA896F , 0x0198CB95B10F7D279A80D67D2F60981E , 0x0198CBD614057E7AABCD05DF601B0DCE , 0x0198CBD6672C7A3AAD9B3CFF90CB2C61 , 0x0198CBEBF8E67E44A7161880CD6732BD , 0x0198CC43420F7DEB9B0DB9E193B88AB7 , 0x0198CC44290271CA9D6513E10197ECDB , 0x0198CC52777170B49DDF5FBD074A5A81 , 0x0198CC70E7907CF09F7616DE6F4D1669 , 0x0198CC980ECF72259856D42CDBB3EE61 , 0x0198CC98A0AD71CD9890F43A6F235581 , 0x0198D170BF577D879EAAA5DCEF2FBAAF , 0x0198D171BE2A78AFB6D3D1816D00F9A9 , 0x0198D1826ED77621B9DA66B74CFEE406 , 0x01E38FFA805044ECB30D9D90E0A00C07 , 0x022B7F390CD5401B93B4356B40C50462 , 0x030BC19FFF4245EAB4BF6A6ECDB8F413 , 0x03147AB848304DF4A7468AA6ECF8CEE0 , 0x03C6896D246047AFA6C77CE040466074 , 0x04D66C4832D645EC8B5F66A5671D1AAC , 0x04DEC25C668A4F40827DB85BDC244DDF , 0x067933F50A7741F5B0E2A158A140B269 , 0x096ACA13E6504CCF82A8C16CEF4CD8F1 , 0x0A31FAE1FCE54E5092862A9D7AED9DD5 , 0x0D3856D5EEF04B3D9269DC814F40D5D6 , 0x0DE382E6F31C4A0B8D8A7926E17AB05B , 0x0F6C56CC7B754880AC75D8768B7CBAEE , 0x11FEA5FDD69F4B11AAB1B4A9E46C0940 , 0x121CD87F163F411AA89A533E560500E8 , 0x12483A3F7ED24D62806437332CA59059 , 0x13BC96B426354A4BB97B742AB0FB6284 , 0x13BE1D546E9645C99D57C1092642023B , 0x1520E2F41B3C412FBA611A6751DDE7E3 , 0x1586706B739D4419AEF3392284CFACFD , 0x1813D085571B48108993F350F0842028 , 0x18F5860E0A77480ABE93C4575D8B4029 , 0x19AE6AD4CFE345B29C015BBFC7426951 , 0x1A6B4C00F8D24841BD26ABEDB7F51FFE , 0x1AF5E182635049EDB004A8D4E3698CCF , 0x1B683C055061482EA139B39D07FD247E , 0x1BC374806D2D4213B27375E607E79936 , 0x1CF833A15F5342CE880F7138A51CF643 , 0x1DF55A20F4F14939A2ABE716C6244AA3 , 0x203AB253BC6E414C9371A885BBE05D2D , 0x221A6DA7333148108D1D087E24041961 , 0x2289116A58C1476886AF13775A7D1DBD , 0x22F52D9203574A6C85BCD2B9B8DC154B , 0x230B67232D2A483194118FF373EB3F9F , 0x27DBCC01983347FAADDE87123B7D2D26 , 0x27E202B5E1D348938896175271F9746E , 0x29016765BFBE44EF94A73F40DA2629DF , 0x2A14E6A9A88F4A2F80FE017CBCBFC64E , 0x2D7056B051F947DEB764E4F8A8B3CF80 , 0x2D9556A9E17F4A1E8AE155127A8DB87C , 0x2DE8BBFC099A4679B28F773E54ACA03E , 0x2E74018DB50045EC9AD9EC7D3B1BAEF4 , 0x2E862AAD11164E6DB3CB8ADDBE61E86F , 0x2FC41480499E44E3B788D34155893C0D , 0x322D9671EC414B4C8A6157C70E33372C , 0x324186B53EAF410AB0BCC1922ABCEFBF , 0x345DF9B3CED64B25A6846A609A617FAD , 0x3460451B302D4C6EA84EB762F4FFEDB3 , 0x34BB7B1B2BF6418C8DB51FF455FC7ED3 , 0x34ED92A37BA74C73A862F50D9B53D7B7 , 0x3519614A91D84E4F8F91E0A47C51DE17 , 0x360152A6CC834F21ACBEBA7C842016BD , 0x363CDE8331C94FAA9B2F91B02A42A2AA , 0x36A17A331FEF4644851D1FC00091D4C6 , 0x374050B8BF2B44A296F22DB230E867A5 , 0x37939767462A437A9CC35F1F842F10F7 , 0x381B40A9024A4FFBBCE50BD7CD4E9EE9 , 0x3898D8E3022C4CE086CAFF1786495229 , 0x39ECF6F0AF22483282EAB9E6939168BB , 0x3AEE7D387F0841DDA6073398A36EFC21 , 0x3BA1A39DA61E438E899B26F8919E5064 , 0x3CFB7A4D0F43432587405DEAB368C8F4 , 0x3D63FEFE555B434F8D4CE18C62AC5419 , 0x3D82774BDA5D42C5BBC219C5495E8C03 , 0x3D9D7FEB21794BD1ABF4E1E47ABA205F , 0x3E04D0C75ACC4AA29E938C440B98843F , 0x3E23BAA6BC0A4ED6B2001C75CC220691 , 0x3E87AC1A33CD44C9B8F048EBE74A765A , 0x3EB4BCD20B6C4207B73D79ADC0FBF112 , 0x3ECA353206B849ECBB20B2ED52D29077 , 0x3ECE9F8A5AB84631B8BA8FC2CA07F44C , 0x3F636A71B0CC4241BF337A5AC56507EC , 0x4151B66C3C4D42B2B6CBBED957C50DF8 , 0x41C182126EE04D7B9BF87CC37413E94C , 0x4259A5631F8D4664853D3EE6DE9FFEE1 , 0x425B94C81981490DBFC7A4EA29310124 , 0x4260D46A2C1C43F789AB15F33B962131 , 0x42BDAB7CEE5F4E419F6978BEC74B9AB7 , 0x43617CE1E96E4BF39546638A218B6C02 , 0x43C13DE2B26543388D43C8CF419220B0 , 0x4455774A10464EDA95342CEE77C4B95E , 0x453D6B47802A42BBBB306183CDE306DA , 0x46C35B293C2E438A96342197A3D842A8 , 0x4746F630347545FD977668E6824E3BFE , 0x479C2C06B3FE46F899B6AB6A6338AB0A , 0x47B167928B4049A68F53B5041295508F , 0x47F98E070A8A4DD1889416FC631BB9B4 , 0x49ECDC5FEDD942CBA4AE3340C66ED15F , 0x4A7DE59820BE4048B77522E0585A4C51 , 0x4B16F549967541F698FDF7545D6B1264 , 0x4C68F2011A6A409297DF3A4C32F5A150 , 0x4D084F457A674019BCA23E46E6437470 , 0x4E5FECFC2A444358A94238E31D3AAEA5 , 0x4E8255187D4844D1872A28944C05BF52 , 0x4EA833E00D5748FB9A12CF8EB4A165C4 , 0x4EB420843AC048A2923658761935D9ED , 0x4F05796A662B4653BCE93968214311CD , 0x4F8DD20BF72B41B28564B5AF24DC68ED , 0x51E579B0BE6E466C88CE34D062274362 , 0x51E6B7EED3864AA5BAC1976A44237330 , 0x53E22DB188334932B321760DD2EB1BA1 , 0x53FC3E6DFD9F4DE2BEBF5306F201AB40 , 0x551CED66644B4F5B91519B1978D050A7 , 0x553BF46793CE4A74BA2F355370C53D4C , 0x556BE361C91A4904AB935E6D943D3025 , 0x559B41B3FBE044DD802D7CA8273373C9 , 0x55E5A7EFE1EB44E39E1C2A483B139A6E , 0x56E3E787DDE840E18497F20F560750AA , 0x57323B85C04046F19A464143F30507BE , 0x58D872B2A26D4675AA32E31D2C31E157 , 0x58E51817595B45FFBDED6165BE1CD3CE , 0x5A8A0DF1ADA3421F9113E29EFF4164FE , 0x5B0E28FB3D9D491CAE277D4DCDA6C9A8 , 0x5C0707A46B25488FBDFD96EAB3624D83 , 0x5C9F03B6727A4655B59969A3975B326F , 0x5CCCB82CFA9C4A0A9CF7381AD4F8BCAF , 0x5D08EA70DC7448B8AD45A86E24007C6E , 0x5D13BDB7922049A3AE6BA173C649614D , 0x5D3391D441D34A2381A2D5D0470B51C9 , 0x5D57A3B5C4D94A3694177D7089405BE5 , 0x5D658404879A4E0F93EF4FDF80441625 , 0x5E1D33FB1B4A46C0B83965A2D03CA34F , 0x5F8676431AE34DA99E1D8B9D2F8E993B , 0x60EC309D6E784358A2861A575418EBE9 , 0x6267CE7734B44A92B3803078A6BF3604 , 0x632A735787CD4A68820C7D464773C771 , 0x638D670FCA654196B35BDEA4AF18FFEE , 0x64475656CE9D48C7B1EF66CD0D111F40 , 0x674542D914954F7E9DD21DFAD4FB4BD6 , 0x68CB7BCCCC054B26B13203B23FB7876E , 0x69DDD3A47FC546029076F3BC88979CA2 , 0x6A2FBE69DF9542CE8C7E5F640D67920C , 0x6B4B1C4BA1E747CC843151D41500B530 , 0x6FD41F3B074144B8B5E3D99AFBDDD52B , 0x7170914527C748F8B7F8807D3AD5ACFF , 0x72340FCF542E402CBE6E2E989A63710E , 0x7348E3D101CE49D995DD673602DEE594 , 0x742607327E59476EAFE1988F4267F17C , 0x77756700D6724991A6D6F17B5F27C175 , 0x7A264C68403C4350AAE999E08970F3E1 , 0x7A890E4B9E4A4C34BDB039D3C4E590FC , 0x7AD5071296CC42629F635F49823E5A66 , 0x7E20ACD21FA242D09E5F40EE26040ACA , 0x7EDE0598031F4F15A6FC65B5A12AD7A0 , 0x7EE5F0E3EFF740B0A6F73C4CDB7BFC89 , 0x812E0CAA0DC74F7989069B9A98A1107F , 0x81FCB165C6004819BD55B44166B4CD8F , 0x82D737E92CB34B56AE722DF015F2A234 , 0x83513C91379F4A78849E76D69EC55A8D , 0x8444F144D0AC4F278C3695E62DFB4753 , 0x85A2340C2FA040FE83D8CAD40B9C5341 , 0x85E7059814AA4BF2BAE31AD24E048446 , 0x8690569F7EC74B968BDECAF42F25B8BB , 0x86F0C53EC0A54FA79E15EBC78EA747B8 , 0x8721F1AC62454518910DA1D237F5804A , 0x89F894E26CD5436B8FECD39834918A77 , 0x8AA274037EBA42BF8A3026086A5566CF , 0x8B638D101AB8453F81803F777E5E2B3D , 0x8B9FAD27E1614681A461957797B20F93 , 0x8BD7E6202475432F82FFDFB85188C4B7 , 0x8C742BAA41D94500B050FC65F0BAD229 , 0x8CA06D05C8A040F4B026F85D6D67CBA1 , 0x8D25A54394B4439D927B7EFB7051CD61 , 0x8D7BE5AD81AE4C67B29F1EB208809560 , 0x8DE954028B394C0EB18FB29910D85C95 , 0x8E7EF8CC62C4492A9CE0E1EA34584A52 , 0x8EC9051C5D6644A281556962CB56B67C , 0x8F03E256DCCD433CAD16B0B1CA4DB9D4 , 0x930CF9FEE24E4A9DBE5CF3B32BA32CF5 , 0x937B06B92A2A400DB3533ED74CC0BDB5 , 0x938FD4A3F4B54543BD28667995F1BB5E , 0x93AD6CFB8F9046A98C4019596716FDAF , 0x943F5E84660149E7AD90C2308028A63B , 0x94654C1A4C88497CAE423735BCB1BC68 , 0x94800D9A28264FDBA70856B92DF5616D , 0x94A707A50CF343EB83924272760A40E6 , 0x94E160206CA84EFAA8DE57268B7CB461 , 0x967F60D935B74B39878EA91FFD1AFC4A , 0x96BD7293C57042F1911F01723885A9B6 , 0x975A40E31FE54356816AFAE143A674FD , 0x979DDFA2B79F404EB85412918F3123C5 , 0x97F19E05DF2E4C3584A73287D06AA29C , 0x98453FA211FB431E973112C4ED3C4E65 , 0x995BCDB4F1D5467294EEC30696952B75 , 0x9988D2AB4E454A4EB31B1DE673B43BF1 , 0x9A586D175F22470EB6030ACF95E1222B , 0x9AEBE43B191A47B1ACCDC29B4B9CDE24 , 0x9B20FA2B79D2402A8C4E554CC60B60BC , 0x9D2E4AEFB74A4F349E13ADFC9F8D97EA , 0x9E39833C30D9418BAB94416FCDE69840 , 0x9E74D79ED48448F1936F213E53B85CD5 , 0x9F71EDED281B46C98D769017B89B8A01 , 0xA0A76D368534445397EDC73A5F02C033 , 0xA23EB0FEDF7D453CAB1B2BBAAFA672BF , 0xA3D315E564AA4129826AC9F78C69DF62 , 0xA4565048641C4219ACD056D2640E300C , 0xA7F1EB9BF28D4AC5A0A1D21BA0022499 , 0xA828BBCB9FE04B42A0AF32EEA6FE67BC , 0xA8BA1C4DD00449E08BD287BD758C8B53 , 0xA98C802FFF3F49D18201E3FF61AF703F , 0xAA04FD13DFE54FB4820A73772BABC1CE , 0xAB94052CC2E94CA2A1DE0AE746D4D173 , 0xAC6F7E59D05141DBB02C2DE3E3AFB439 , 0xAD54E57AF2A34901963B87DFE5E55711 , 0xAD5E500730AF40498F09BCCE0486A03F , 0xAF5C64A14AC445AB9D5C7C60FC8A4C02 , 0xB01A61A129AD42238E9A3CD88C620C0B , 0xB02944BB95FA42C68957E1E3EF7B2EBF , 0xB06E1C37BB6F4B77ABF8C97298BD47BD , 0xB092F707733B4BF68870475D1EED8EDC , 0xB11CF949E85A4FBB922250B4D17E94BB , 0xB18B0124CE214D5CA2ED40B1666390B8 , 0xB1E93FB47A07470AB1889D6D48C2DD1D , 0xB247C519D42B4C89B4C9CD8C9D2825F9 , 0xB25E746E42FB4E46B9B010ACC8DCCE92 , 0xB2F8844ED63A4234A8D2F1DF435B2E55 , 0xB2FB20D1651E48CA8F4CD09400C938A9 , 0xB3CB77BB3AF84C7DADD67BFA14BFD8A6 , 0xB49B58B034244F3FAB2CD5E38FCE8AD7 , 0xB58C63DEECAD403FA4A3EA181D3E268F , 0xB6112A8BA7EE4711B768E92192246550 , 0xB773F9DCDC60428A97826230A4F56A8B , 0xBACF100CACCB42D38245819113F29B41 , 0xBB52BBA194E94DA3BC9156785566F23D , 0xBB912C64F2FC41338E89B75D1EA8EC5E , 0xBEFC090D1CC344FBA6B81717DC642953 , 0xC0728018E0F94402AE5221C6A4EC240E , 0xC114649CF3C2490E8541FD153661F0AE , 0xC2A2D9A998CA479395E23E4B7CB4B3B9 , 0xC36ACA156DAA4E52BDD63C9B11386B46 , 0xC4947E931E474E2A968638B2906CF8B0 , 0xC49FE5DA73DE45B79A79554EF157B197 , 0xC86991ECFE1C404BA681A4C7FB90C53D , 0xCAB9D1608B394B11A090BE32D81F0B19 , 0xCB23F088C04E40498CA2E8BD78BE0FEC , 0xCB7A11E7DED241E6B40B07D9270B1CB5 , 0xCBE9C4C3E6DB4BFF847F3158030720A2 , 0xCC776783A8664E83BEAA15E0FB6DAA68 , 0xCCF751C1B52B437FA79A3CC1DE55D705 , 0xCD55E43617584C4C9B8BC664FF6C2A29 , 0xCE29B087C80340EA921CC8A3CCB274EB , 0xCF47440276C34A9EB99787A0CF4C4F86 , 0xCF8BE42B7F544DA78B963D043852924D , 0xD0A3737BB72D4779ACC9A49C3B70E86E , 0xD2C3E2F64A924AECB8A5396407098CDC , 0xD3A805EF7506425DB4B3E35B8A041A5B , 0xD3EC65325C9D48C0BCCD51F84BC86CCC , 0xD6D344EC4E3B4CFCB5C78F4551D53E6E , 0xD75BB5A6660E49F29799A72354E64DFF , 0xD7FB471ED15942CC8B07787E27E6E81A , 0xD82DC536C9DC42DD8ADEA0B9369DC516 , 0xD886588082C94590A081CA9A7CC55EED , 0xD89F65EFFD03489DB904BF71E08366B4 , 0xD8B393DC7A714547B71E49010D2768B0 , 0xDA4CDBE956DC45F486F814A42C6FB8E4 , 0xDACB066588464F4D8B23A789F665B7AD , 0xDBFD5800025243DD8F80AB41BD86291B , 0xDE586750D2114168806482527B5EC1AA , 0xDEF1AEBA6137443FAB4809B498B2F1F6 , 0xDF11432D45BC452CA89398E6458DDEFF , 0xDF39BAC1FADB468B9E0AD91AFB376153 , 0xDF921CDE0FC84BCE8CF9B741DFC5B7A1 , 0xDFEAA00B11084288A681DA424F5F336D , 0xE1D81AD3322F485F9F273CB0B5C7D5CA , 0xE1E57F9F06CB44B19A7FC309912E4A3F , 0xE2F57A03DBA64270821AE646852CB977 , 0xE345C0DEB72246F993131A884C34C923 , 0xE40D9CE8A8A64ECFBA8F0AEBC6A2FB6A , 0xE4DBC146D33441AD97B68441787D4E69 , 0xE5777700E6CA4062BE6B6185EC8DC347 , 0xE5E50401418E444DA6CE2D3CA6030FED , 0xE6C2D9F9EA844983BA69A993803A7CFD , 0xE75FF3A1765C44AA83EEE4C534980D9C , 0xE76442CFF7BA4CB0A65892EED10F9A64 , 0xEAA9B2520AE54A61BC54AF58B9DD4C75 , 0xEAD6D077AA94405D87A57C5A0B14A4F8 , 0xEADA303917F54AE3A29216AB8EFEC4AE , 0xECF79C33D97C42B19CEAC0AAD2F39261 , 0xED2766BDC47A4DE0A66E01F96FEDB8C6 , 0xED445B64923F4BCEA65E541BE08D8514 , 0xEE3D8EEC6D104058A96A9F10552A0E5C , 0xF04B4577895946089B5DFA062CBBF499 , 0xF08899BDEF7A4CB99614ED881048091B , 0xF0A689EE3D2C435A916DE90BA8194A12 , 0xF0C8BFBC52FD433383744E2748D3FFAA , 0xF301FB86CCD54C34AE990699B886E1B2 , 0xF47B74322A954467BB96A79B1FFAB6F0 , 0xF4B02C4BA28C43A2A4BDFA1FA9C3E927 , 0xF4EE00DBB1EC4A579B7C89E6753569DA , 0xF558E9DCCEE4450BA1C367ECCD082D60 , 0xF5C62C0D9EF54599915B31F47AAA150D , 0xF637B90464D0405C914B9AAA01FD4BF3 , 0xF83B5F6DBF5E4974B0075356D0F0A1E8 , 0xF8D32B5438894D5E9D0E55DD009F883F , 0xF9079CFFA2C141E5840462D3D4EDF576 , 0xF90A97D659A54FEFAEBB042F2E7398A4 , 0xF93D6F83357D4024961D4C561B8FA72A , 0xFBAD62B87077468B8FAEAD96B0BF6ED9 , 0xFC7945A9A66141E8B0AA5E8EE2D6FD68 , 0xFD77812DFC294118B655DB4DAA20027E , 0xFE2FF8F6A8F548008B013FEE8FCE5C70 , 0xFE9DE3E2697B4669B5DE4A27CE275DDB , 0xFEDD45AF33B64D4E9AEE657C2BF68A47 , 0xFF4EF95EFEF241F8B26ADD0DCE7A240D , 0xFF6B5F594EE64A8BBB2002302CDAB2D4 , 0xFFE4B19C1BA74531897130AA96D03235 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1500 ;
Copy
111
0.17 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"DôWV06Iû“`³\x18 ô€Wè "
]
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 (0x44F45756303649FB9360B318F48057E8 );
Copy
112
0.09 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
113
0.08 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
114
0.25 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
115
0.15 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"#ûŽé´\x05 E©¹ÔMÝ›\k' "
]
SELECT path FROM category WHERE id = 0x23FB8EE9B40545A9B9D44DDD9B5C6B27 ;
Copy
116
0.10 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
117
0.25 ms
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > ? )
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > NULL );
Copy
118
1.71 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
119
0.50 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` . `file_hash` as `media.fileHash` , `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` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
false
true
"product_download "
b"\x01 Š"nE!}ÕªA9cïóU‡ "
b"\x01 ˜à¨W\x08 xk„awè7GÝ› "
b"\x01 ˜àªs?tþ¹J@ÿI\e óŽ "
b"\x01 ŠÕL¥\x02 ~Ø–\x11 ÓFü\x19\x03 ¤ "
b"\x01 ™(îòEzs®\f °ê)Yrþ "
]
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` . `file_hash` as `media.fileHash` , `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` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x018A226E45217DD5AA413963EFF35587 , 0x0198E0A85708786B846177E83747DD9B , 0x0198E0AA733F74FEB94A40FF491BF38D , 0x018AD54CA5027ED89611D346FC1903A4 , 0x019928EEF2457A73AE0CB0EA295972FE ));
Copy
120
1.56 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"\x01 ˜åÈ-\r} ÌÊ#•\x16 àÆ "
]
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 (0x0198E5C82D5C727DA0CCCA239516E0C6 );
Copy
121
1.60 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
122
0.53 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` . `file_hash` as `media.fileHash` , `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` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
false
true
"product_download "
b"\x01 Š"nE!}ÕªA9cïóU‡ "
b"\x01 Š"nE!}ÕªA9cïóU‡ "
b"\x01 Š"nE!}ÕªA9cïóU‡ "
b"\x01 ˜à¨W\x08 xk„awè7GÝ› "
b"\x01 ˜àªs?tþ¹J@ÿI\e óŽ "
b"\x01 ŠÕL¥\x02 ~Ø–\x11 ÓFü\x19\x03 ¤ "
b"\x01 Š"nE!}ÕªA9cïóU‡ "
]
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` . `file_hash` as `media.fileHash` , `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` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x018A226E45217DD5AA413963EFF35587 , 0x018A226E45217DD5AA413963EFF35587 , 0x018A226E45217DD5AA413963EFF35587 , 0x0198E0A85708786B846177E83747DD9B , 0x0198E0AA733F74FEB94A40FF491BF38D , 0x018AD54CA5027ED89611D346FC1903A4 , 0x018A226E45217DD5AA413963EFF35587 ));
Copy
123
0.51 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 "
"TcinnA11yToolbarApp "
]
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` = 'TcinnA11yToolbarApp' );
Copy
124
0.51 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 "
"TcinnA11yToolbarApp "
]
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` = 'TcinnA11yToolbarApp' );
Copy
125
0.54 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"#ûŽé´\x05 E©¹ÔMÝ›\k' "
]
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 (0x23FB8EE9B40545A9B9D44DDD9B5C6B27 ));
Copy
126
3.90 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/0fbf4ca551d34eb492b7ba7720fe43fa "
"/navigation/5773ee68f8034f5e961a30ca3285c6ca "
"/navigation/6c594cdc46014175811a0d382d6322d4 "
"/navigation/bebf4750190448f3a51cbcb0bb180957 "
"/navigation/568b38937bbf49f8906026d54ee17927 "
"/navigation/9fa0c8cc93e64c4690f37fcabd1fe389 "
"/navigation/83fc837befea4219b782743e8aa75c76 "
"/navigation/a086bfdd0c5a44b594d7ddc55d4f1dee "
"/navigation/da531055610d4e0c996eeed81b7dca97 "
"/navigation/257a62988fdc46f190324ea55c2a70a1 "
"/navigation/da03ad865c0c4af691b9dd370e75ed82 "
"/navigation/7aba9619cfeb4aae97f1544dfe2fee03 "
"/navigation/1f8edc2ade294ec483ec5073e240ee39 "
"/navigation/0069c65e143a456d9816e5a722112543 "
"/navigation/abd8b37081fe425894692fc31cbfe397 "
"/navigation/3fbe1b77942343ce86941f3ebfd67ff7 "
"/navigation/76722a3eea174f44b7c118bada2a0a09 "
"/navigation/40f3dfd7aa494e97ba122da32bb0fefb "
"/navigation/e3927ce2a9e340cca93c9ffb28d23914 "
"/navigation/e5714cc76d6a4d71ae1f5b823b1f2d46 "
"/navigation/b2896acbc1814fb8b0988e8c091afe1a "
"/navigation/0a89610bab9b494c8400e115273b73f9 "
"/navigation/b40e063881c14d388c1902c7aa004474 "
"/navigation/2bcd28361bf844a1b4caa7e08e140d59 "
"/navigation/d63c28d40f7c43d7a09bdc69a5a0fa10 "
"/navigation/a04314395a6d44ca86c18a241c40c83c "
"/navigation/2c38d2beb53b4ebc8ec0cbfbb9e56465 "
"/navigation/ffbb4c7d1aba4d8daddf89c0554b39d1 "
"/navigation/2fbd7f5ec453425da19756d8d24abfde "
"/navigation/8c112ff581d44991875ad60cebde3c8e "
"/navigation/747deee72c60471baac1ddf401ad2dff "
"/navigation/e21d8a88df524889bc531ee9a2305ccf "
"/navigation/4d61a71c114e4a45b521e799aceb9a4f "
"/navigation/2aabf7feee854b2d990daa8faade4560 "
"/navigation/7998dd7ac360429d89a43d3dd54ca493 "
"/navigation/37002e90d3ac42af990bb907c0226f62 "
"/navigation/ef8c1694104641fe818155690362517e "
"/navigation/df60a0ed88594630bb1862bab698079b "
"/navigation/44deb078a46f45538608398d1990fb5c "
"/navigation/93712e99f3aa454d8f0e657b3ab210c0 "
"/navigation/fdeb6b07662c4312bc81f4c609b9bd44 "
"/navigation/7693449e6d1048978462c50861d1f795 "
"/navigation/d49608bad40c43238fc01213d0da0ca0 "
"/navigation/7cca15973da949b3b5cb8662656c27f6 "
"/navigation/bd1d881352804a5c800dcf23a28add59 "
"/navigation/08b29f4dfdf548a79b03a2357e2bf7e4 "
"/navigation/83694fdf4bc247899d8fbb35ee10396f "
"/navigation/b8e918c8f0964890b46308186f231c6a "
"/navigation/d2a2de4e2ca54fc7a3faca3bf76c87cb "
"/navigation/4f1f0eaecd134885a538cf227aac13d7 "
"/navigation/6c0f6e23338b49a88fa9acf5616ed71d "
"/navigation/8b498e2266044e46b6dc22cc8985f42e "
"/navigation/59b2727d915d48ed88dab125c0513e9f "
"/navigation/bad0f20bce324cea899f5e3af2d50a62 "
"/navigation/0a0f1ce7421743be882dadd0f8976327 "
"/navigation/fc7732ba51b84d3c930071040ee1ffec "
"/navigation/d505032eb6c048d9bb6de8c719f128ec "
"/navigation/19074b48981947088cd3fd38c7aee2ba "
"/navigation/3bfd03b1d03b4a88b2320f9f6586370e "
"/navigation/3897a5d1eb0d49faaeff22e8267a2caf "
"/navigation/cbf35c2ce92a4ffcb40f6f2b0ed64604 "
"/navigation/32e9dd14f6824b5db856f11a7a975470 "
"/navigation/8404c8ca1c4c4e2cb37037b3db63a8fd "
"/navigation/089554cf015e410aa3c566723bc0c9d4 "
"/navigation/9ca1f7f91dd84687a014a54b000e5585 "
"/navigation/7f1a05011f684ba9bba5d26347fed84c "
"/navigation/cf6bfb59f9004cb592c6b736e27e9250 "
"/navigation/82ad196c4a0f4247a1c61c56b9c187a4 "
"/navigation/b88ea459b6e7411894ec17f45ec48eff "
"/navigation/30dd6328604241a5ad3c4e1ba89f479b "
"/navigation/178ad390374e40ffa86989d764ade7ec "
"/navigation/17e97ed5a32242259ec1409874b83d46 "
"/navigation/2712f32fcb2c475a9c9462a9b3e7e3c9 "
"/navigation/c58f82f999fb47c0bdf1feae61e832fb "
"/navigation/1d26846a92ea44459a29e0f7312b13e1 "
"/navigation/2019e1e090c243368fbccc2a6bbd7d79 "
"/navigation/f1dbddcc24f94e20a0a99a7bebc92225 "
"/navigation/dadd70c2de5341f494c715d6ee5b55e7 "
"/navigation/bebe39225e984b408ead0e800f9e4dfd "
"/navigation/34b1aaa70e074fcfa78acdd0844b8fa5 "
"/navigation/191604645e1548f099e07f74a32edd72 "
"/navigation/09fdf4fea79f4d8b81b3bfc95046d008 "
"/navigation/700320901056459f9d43362fcfb96eeb "
"/navigation/075cd5f6fc264d429b080b7ef8688625 "
"/navigation/e0b45949e1264c26974c13ef69ea9966 "
"/navigation/d30f18dcfbec4abf85ff481fe2c90b70 "
"/navigation/bd20579752a24b54a694db5c725fbb52 "
"/navigation/14db1500709d49b3b9d98de5fc3c1b96 "
"/navigation/f0451dceb900440f8966c4fc32c2fbed "
"/navigation/d0b3f61f89f3440f92d07ff9caefefba "
"/navigation/b6cb2ac172f74688823010c86e5073b1 "
"/navigation/9f75675fe3de4a3ba006123b6040a8fe "
"/navigation/49155aff44f447ddbb6ea23a2c8cee4d "
"/navigation/b1618474afa3402c88066d6eafd23ae3 "
"/navigation/7badb6fbad7148d4a2e2a7a61dfefb23 "
"/navigation/7d96a4cc874a4a7980fc4466fdb1cdba "
"/navigation/4e263a81a98a4e268b606423eabfe290 "
"/navigation/11f88442af344ec59908fd40c1b0da1a "
"/navigation/8a96f29509484a4a848a6085f9991896 "
"/navigation/712d3fe0630549e68bef407111e5d2de "
"/navigation/9f0d6a7d2bd84050804d1e243e001156 "
"/navigation/559542194ef948e086f05c5cc196dcb5 "
"/navigation/1b62156ac8cb43afb0ba0fd0d7936282 "
"/navigation/c84ca02467494ba690c109cf1474a7fb "
"/navigation/5dc4df5f3f53443fa79a6c7f7f72daf6 "
"/navigation/489ccded076947af88cec3cdc89c557d "
"/navigation/645908525aa140d5aff222dd0782f24d "
"/navigation/93a0dffa367f48d78ce5af1a2ae51cd9 "
"/navigation/745c25a9abbd46feb468cc3a8372172a "
"/navigation/c4ce4ea95ebd48779c772fd1308dcfac "
"/navigation/7654ab52094942f0a1d53cd5b0a2a6d0 "
"/navigation/44de234f429e4aa68860866fbd7c866b "
"/navigation/986c685896a0413792a229cf4dbd2a1c "
"/navigation/6baa3ed4e5dc41809f099a1f5b2d4dc4 "
"/navigation/8a8743657575462c8e791a401f9c768a "
"/navigation/dcc8dc68582541539ae1832f4f232612 "
"/navigation/66d0344e9192432ea0268ed9b3276349 "
"/navigation/8af317372286433a855b6ed7c03c8c03 "
"/navigation/e218b96be8a24e5a9ec974f472ec356f "
"/navigation/4d04a8e20436449486ba57e42b650c31 "
"/navigation/b69108bb93c74d1caa7d5843af087f15 "
"/navigation/bfd66333d98b4c8ebe7264a91d74888a "
"/navigation/dcb42b5c6e594fd6b664b99898e9117f "
"/navigation/36136262ad414fa2b8665dd3b935e82e "
"/navigation/51ae547b24c84f8192078ce5fcc505d3 "
"/navigation/ccf0efbccdf84b0b8559580845059369 "
"/navigation/2c6cc9def3f649e3b897184742d17102 "
"/navigation/93648e1cb8474b1b9c2666a0417a556d "
"/navigation/7cafb50f1cd9437182a9d74236504d21 "
"/navigation/f7074453a8f449779ff0c82c5f059d7c "
"/navigation/308c09db668d41579cddcf12032a0ddb "
"/navigation/e4758fc0636f4ae5940032ca3b530cfc "
"/navigation/01989d57056671d7a8f1a6e3a8c0c0c1 "
"/navigation/902edfad753f44459d99d802136b0804 "
"/navigation/55a5694430334a13b4792a5085997e6b "
"/navigation/0c56d68988c94cdd8e990c8ce5cdcc93 "
"/navigation/42984d56fba0472d9ce10169ecce9f30 "
"/navigation/aaad703c46de4ff2bcddef6c59b1d70f "
"/navigation/15bed13fd1de4595b38d3856d3474da1 "
"/navigation/1015f05c0c964ee6bd78d54c4f5caed7 "
"/navigation/b0e0110d33c047e59ed7bceb685880ec "
"/navigation/866f8d0aec4a4f29a998fb8c3cafce08 "
"/navigation/32badc2265fd456aa6d32759fad9a405 "
"/navigation/19267761ad12406b9eff24e9dee3ae72 "
"/navigation/dc3cf7db525749599d8fd63ea0ee1612 "
"/navigation/839a73b94c3443ec82acf28bed54b8e5 "
"/navigation/b468c39cdbef49e986307e29fe34f371 "
"/navigation/5794ac7ee96845dd8b4ee5951e65edff "
"/navigation/018ba8d79d877ff1acbda813bcaeb8bd "
"/navigation/9e62abb792784970926f3074e633a0fa "
"/navigation/0d5e8bc187544876a91372720d7b1fc4 "
"/navigation/2246580657dc40cbaf6a3ceffe1ee856 "
"/navigation/9b8b6e7064bd4dacb7ccd6bf74b706a1 "
"/navigation/cd2fb14c5f6d4bf58a384e4f7a14f4a2 "
"/navigation/6aeeabb0ce2145d9a65ed577d41a6b9b "
"/navigation/56b8c3e540a04620b45d5bf5c9d89ff2 "
"/navigation/a75f2494badc457a8900576de24cb7d9 "
"/navigation/8f4b1d3fd25640ffb5af5348e366ca7d "
"/navigation/18e60a3c8f704cdc8c24b5164971d589 "
"/navigation/a0ad57774b8240399ab9aeafb3dce1d2 "
"/navigation/3e77292a953d4311b854f6fb0573670a "
"/navigation/8eee589bb1f446148403108d11f59f03 "
"/navigation/f56fdaaea4d8430696a37a9bb5f3ecab "
"/navigation/4b88beda197a4e229bcf00c5c2b7f4ce "
"/navigation/0b6f8e8590ae46f79426c9d6b08a900b "
"/navigation/a3473806c99d4420815dc98faa0743b9 "
"/navigation/eb1e8c8758474d30969a13574a802b57 "
"/navigation/eaac49048cdc4f80a8e6b434217e8cc7 "
"/navigation/d5a1cadcd27d417c8b341010d310437b "
"/navigation/64d64f658b9947cbb2919f6dc1fd762f "
"/navigation/54255a30845e4b0586b5306893e87618 "
"/navigation/70e97c37e89d4f249c2d3cbb4be6175c "
"/navigation/f25b6d951c9f4c96ad91138f4402f80c "
"/navigation/fa9f6fdc1a824722967d44165c6dc250 "
"/navigation/d116d1e71e6f47a39b6e3a8dc96b827e "
"/navigation/a60cc542a804426eba3d1161b7b6a461 "
"/navigation/a09729755b0e45129b4748c74ac7a26f "
"/navigation/aea2e5452a7044e992941ef60669ad70 "
"/navigation/018bb8b492f3792281f3b07b745c64b5 "
"/navigation/87571284aa03471b8ee6952eeac05785 "
"/navigation/dbb5a72134f9423087b367565e0d59e1 "
"/navigation/a84b4812f7ab42f982e7ce1fcd544f9f "
"/navigation/76a2f25199d64fb59e671117cf6aa126 "
"/navigation/018bb8b434b7748e842e2cce3ce1c2b5 "
"/navigation/bec5089d76394ddb891364ef8fe4bba6 "
"/navigation/dcc69fd96ec54d9c8088d7eb7e979bfc "
"/navigation/dc6422b810564e9595e75b5377a2ac50 "
"/navigation/d2d22e623eaa462b9623968f6274dd2d "
"/navigation/1afdf443f58642f2b39f42bd383e3013 "
"/navigation/3d2bc6355a21401abf21db6f730d84d7 "
"/navigation/f8a8090ae4744298adb0a45648b53cc6 "
"/navigation/74ab00350061497696b5efd41679c4c6 "
"/navigation/426fd5cc1fa140d2a1465e5e909624aa "
"/navigation/4fbeb06141f84e0fb2b888b77a80d99d "
"/navigation/c9cab9026d204d4689de879db0422039 "
"/navigation/12dbbb1f54a446bdac0e8a8c6dec45cf "
"/navigation/3a6a18f4df1049fd954cfc9c7de51ac5 "
"/navigation/f3610dfe4042455ea36688cd8bbfe8de "
"/navigation/99e5e4291774465dab93c39f012c3910 "
"/navigation/3f44bb0c03f1415b850932f9549c4b55 "
"/navigation/ec4ccd017d0b4a3b8f1e9c8687dfa59f "
"/navigation/6f1ab97a9baa4a9bb38b6d82496a3149 "
"/navigation/284ed12680e24ea3baccd646ef8eed9e "
"/navigation/cbc9b36ffb5b4698920c22a655deb5bf "
"/navigation/d83cb0c2f50845fd95637f0255b4f6b9 "
"/navigation/5438c6f5837d420c99a24e48e0056b9f "
"/navigation/96036c7c51b24a2fb4e0ce10cfde024b "
"/navigation/15a2352f5a604af19210d57065f37066 "
"/navigation/322eee2a8a804c4da8a142127d6665ef "
"/navigation/31f93a0824e64d4aac37af80b27d1e4c "
"/navigation/97167ac5f7b44556a7dd12b323c47b68 "
"/navigation/0023d912e3df4e71a01b2d1ac9505e34 "
"/navigation/baedbdd2d3ae45aaaeaff4de5941e13d "
"/navigation/a7e761de294944d4800c591048e160aa "
"/navigation/d2bd8c48abce421ba4918537193ced4e "
"/navigation/b588bb1008944a6db87c671c4a3e358f "
"/navigation/5e859aba033e4e0abd78353ef89ea181 "
"/navigation/6b38e8d4ee934db1b5c23690998baf25 "
"/navigation/9791594e89d549e4bed224025fdd232a "
"/navigation/357668be40d2494db9cffa89b8e59df8 "
"/navigation/81257f7c29a4472484d3cc0dabad5729 "
"/navigation/888f2aa75d7847e1924f6b66dc389253 "
"/navigation/0196b41e1d8a7de0b917c84aec7e2274 "
"/navigation/0196b41e2e0d7e7eaa2b0831469dfb5d "
"/navigation/0196b41e03217206951e8f28d817c9d6 "
"/navigation/0196b41e47e47085b0b44b56d6fab954 "
"/navigation/618e99a46ef54ba287db5b1bff5712e7 "
"/navigation/b81d8d21c00a40e882c532fbd90a3388 "
"/navigation/5dce58cfde68453980115d159da2e761 "
"/navigation/5330d8a5c81744cabf2c0cce34c23480 "
"/navigation/3853b3999850435ab5e87f4b00af9274 "
"/navigation/46f864b8c0844bb5bf69bf3f2f0f55a7 "
"/navigation/cc04c79e8e8e4f798e3b4ee030719c6a "
"/navigation/8f4358b7c6ec4446894bd2d6200bdef5 "
"/navigation/09c4be444ca947d78adc41f3049719a8 "
"/navigation/eef410968f23473db4487825a8445bc1 "
"/navigation/d5c6b8bece884038bfc8a7b751efb1ce "
"/navigation/7ab12757a32745a4a3ed919afda4df74 "
"/navigation/78d4f5eb90904e5d9516a6ba03601d2f "
"/navigation/0194ef4b74e9798b9307481fec65c959 "
"/navigation/018deefea31875e0961317168a540ab6 "
"/navigation/20439c902d4146b98e2c37e7227ce820 "
"/navigation/019135e27f8571728442b8a8cee64be0 "
"/navigation/3845f4c143cf416095754438bd32baa8 "
"/navigation/74cf939033994d05b18ec71325edff05 "
"/navigation/36b8ea79f2284defb341285d828c4e7a "
"/navigation/befcd4cddc4e422ea24ac3e9d20ce578 "
"/navigation/018e7a19f9187ad9919b322c68b90f63 "
"/navigation/28991b294d94472f9029171babf5e53b "
"/navigation/fd0b42a634a946cb91fbb817a4f6f68e "
"/navigation/8cb4c9544bc34814a1e790e340541ddd "
"/navigation/c6da9eb446cd4b078f1b79d733391321 "
"/navigation/2c45092282634c65a4ed72178c888c58 "
"/navigation/dce9dd3b621049798a0278df3026ef56 "
"/navigation/a8832b2ed7c245cd993cb9e62691e05a "
"/navigation/0a8227124e054d7b8c2593d8002e68bd "
"/navigation/4c834bade7b742489ee4a3c1770aab6e "
"/navigation/3af8aa6895ff4dd2bce4ba17930a02a9 "
"/navigation/0194eed8279471e7984456c2a5039283 "
"/navigation/087795bf447442b89f168a32352e129b "
"/navigation/354c4a652fef45cd914b53914d15a7c1 "
"/navigation/47a3d5fd8fbb4ba3b183ca54189bdc0a "
"/navigation/83e9aa9508c04be3959786a549e86cf5 "
"/navigation/caa5ab3df120433fa552f1b816c331d4 "
"/navigation/3f7cf474c7a740209e92fcad234f1dbb "
"/navigation/bd93dca79ca645049b6a21662c19501c "
"/detail/586dce99ff7c4175a2cf3f89fa3603a7 "
"/detail/90c38d5cfd5d470789a59f7fa55bb9e6 "
"/detail/0198742a600d70cfbb39d3ed2bf8a9f8 "
"/detail/f1308ffbc258448a89b529e686cb86fb "
"/detail/018f146d7a5570a89dc8d44565836e68 "
"/detail/74b45ba22b11454ab4c124780aaaae35 "
"/navigation/8ad155dc614549adbc5c4d574f1bda84 "
"/navigation/5b07b69b64934365b86cb1c723b9bd2a "
"/navigation/e547f85842f64f1ca93c88261d927f39 "
"/navigation/6cc34a9cb97b49cfbdac146df01d0a24 "
"/navigation/9b22c085f93f4002bbb39ced9c1ea5af "
"/navigation/d5aa984c57084ca59b6fd5349445d9ce "
"/navigation/fea09cad436f40848725fd899b2004db "
"/navigation/eb6e817aa8e643d384c73778c3753384 "
"/navigation/4b4d719dce9d4b608a509ecdc2383675 "
"/navigation/08181122bdc849e380a0b0e7466f03d5 "
"/navigation/587e6322587347a29bcb7321cb073300 "
"/navigation/bc9618effde44ac49a2f82d518ff25a1 "
"/navigation/f7007bc0e4b04b75bbc478e958fcdff9 "
"/navigation/0198c164fa3f7d3fb3e7b031e2b17444 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"E\e eZ/SJj‡,|\x06 o&%£ "
]
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/0fbf4ca551d34eb492b7ba7720fe43fa' , '/navigation/5773ee68f8034f5e961a30ca3285c6ca' , '/navigation/6c594cdc46014175811a0d382d6322d4' , '/navigation/bebf4750190448f3a51cbcb0bb180957' , '/navigation/568b38937bbf49f8906026d54ee17927' , '/navigation/9fa0c8cc93e64c4690f37fcabd1fe389' , '/navigation/83fc837befea4219b782743e8aa75c76' , '/navigation/a086bfdd0c5a44b594d7ddc55d4f1dee' , '/navigation/da531055610d4e0c996eeed81b7dca97' , '/navigation/257a62988fdc46f190324ea55c2a70a1' , '/navigation/da03ad865c0c4af691b9dd370e75ed82' , '/navigation/7aba9619cfeb4aae97f1544dfe2fee03' , '/navigation/1f8edc2ade294ec483ec5073e240ee39' , '/navigation/0069c65e143a456d9816e5a722112543' , '/navigation/abd8b37081fe425894692fc31cbfe397' , '/navigation/3fbe1b77942343ce86941f3ebfd67ff7' , '/navigation/76722a3eea174f44b7c118bada2a0a09' , '/navigation/40f3dfd7aa494e97ba122da32bb0fefb' , '/navigation/e3927ce2a9e340cca93c9ffb28d23914' , '/navigation/e5714cc76d6a4d71ae1f5b823b1f2d46' , '/navigation/b2896acbc1814fb8b0988e8c091afe1a' , '/navigation/0a89610bab9b494c8400e115273b73f9' , '/navigation/b40e063881c14d388c1902c7aa004474' , '/navigation/2bcd28361bf844a1b4caa7e08e140d59' , '/navigation/d63c28d40f7c43d7a09bdc69a5a0fa10' , '/navigation/a04314395a6d44ca86c18a241c40c83c' , '/navigation/2c38d2beb53b4ebc8ec0cbfbb9e56465' , '/navigation/ffbb4c7d1aba4d8daddf89c0554b39d1' , '/navigation/2fbd7f5ec453425da19756d8d24abfde' , '/navigation/8c112ff581d44991875ad60cebde3c8e' , '/navigation/747deee72c60471baac1ddf401ad2dff' , '/navigation/e21d8a88df524889bc531ee9a2305ccf' , '/navigation/4d61a71c114e4a45b521e799aceb9a4f' , '/navigation/2aabf7feee854b2d990daa8faade4560' , '/navigation/7998dd7ac360429d89a43d3dd54ca493' , '/navigation/37002e90d3ac42af990bb907c0226f62' , '/navigation/ef8c1694104641fe818155690362517e' , '/navigation/df60a0ed88594630bb1862bab698079b' , '/navigation/44deb078a46f45538608398d1990fb5c' , '/navigation/93712e99f3aa454d8f0e657b3ab210c0' , '/navigation/fdeb6b07662c4312bc81f4c609b9bd44' , '/navigation/7693449e6d1048978462c50861d1f795' , '/navigation/d49608bad40c43238fc01213d0da0ca0' , '/navigation/7cca15973da949b3b5cb8662656c27f6' , '/navigation/bd1d881352804a5c800dcf23a28add59' , '/navigation/08b29f4dfdf548a79b03a2357e2bf7e4' , '/navigation/83694fdf4bc247899d8fbb35ee10396f' , '/navigation/b8e918c8f0964890b46308186f231c6a' , '/navigation/d2a2de4e2ca54fc7a3faca3bf76c87cb' , '/navigation/4f1f0eaecd134885a538cf227aac13d7' , '/navigation/6c0f6e23338b49a88fa9acf5616ed71d' , '/navigation/8b498e2266044e46b6dc22cc8985f42e' , '/navigation/59b2727d915d48ed88dab125c0513e9f' , '/navigation/bad0f20bce324cea899f5e3af2d50a62' , '/navigation/0a0f1ce7421743be882dadd0f8976327' , '/navigation/fc7732ba51b84d3c930071040ee1ffec' , '/navigation/d505032eb6c048d9bb6de8c719f128ec' , '/navigation/19074b48981947088cd3fd38c7aee2ba' , '/navigation/3bfd03b1d03b4a88b2320f9f6586370e' , '/navigation/3897a5d1eb0d49faaeff22e8267a2caf' , '/navigation/cbf35c2ce92a4ffcb40f6f2b0ed64604' , '/navigation/32e9dd14f6824b5db856f11a7a975470' , '/navigation/8404c8ca1c4c4e2cb37037b3db63a8fd' , '/navigation/089554cf015e410aa3c566723bc0c9d4' , '/navigation/9ca1f7f91dd84687a014a54b000e5585' , '/navigation/7f1a05011f684ba9bba5d26347fed84c' , '/navigation/cf6bfb59f9004cb592c6b736e27e9250' , '/navigation/82ad196c4a0f4247a1c61c56b9c187a4' , '/navigation/b88ea459b6e7411894ec17f45ec48eff' , '/navigation/30dd6328604241a5ad3c4e1ba89f479b' , '/navigation/178ad390374e40ffa86989d764ade7ec' , '/navigation/17e97ed5a32242259ec1409874b83d46' , '/navigation/2712f32fcb2c475a9c9462a9b3e7e3c9' , '/navigation/c58f82f999fb47c0bdf1feae61e832fb' , '/navigation/1d26846a92ea44459a29e0f7312b13e1' , '/navigation/2019e1e090c243368fbccc2a6bbd7d79' , '/navigation/f1dbddcc24f94e20a0a99a7bebc92225' , '/navigation/dadd70c2de5341f494c715d6ee5b55e7' , '/navigation/bebe39225e984b408ead0e800f9e4dfd' , '/navigation/34b1aaa70e074fcfa78acdd0844b8fa5' , '/navigation/191604645e1548f099e07f74a32edd72' , '/navigation/09fdf4fea79f4d8b81b3bfc95046d008' , '/navigation/700320901056459f9d43362fcfb96eeb' , '/navigation/075cd5f6fc264d429b080b7ef8688625' , '/navigation/e0b45949e1264c26974c13ef69ea9966' , '/navigation/d30f18dcfbec4abf85ff481fe2c90b70' , '/navigation/bd20579752a24b54a694db5c725fbb52' , '/navigation/14db1500709d49b3b9d98de5fc3c1b96' , '/navigation/f0451dceb900440f8966c4fc32c2fbed' , '/navigation/d0b3f61f89f3440f92d07ff9caefefba' , '/navigation/b6cb2ac172f74688823010c86e5073b1' , '/navigation/9f75675fe3de4a3ba006123b6040a8fe' , '/navigation/49155aff44f447ddbb6ea23a2c8cee4d' , '/navigation/b1618474afa3402c88066d6eafd23ae3' , '/navigation/7badb6fbad7148d4a2e2a7a61dfefb23' , '/navigation/7d96a4cc874a4a7980fc4466fdb1cdba' , '/navigation/4e263a81a98a4e268b606423eabfe290' , '/navigation/11f88442af344ec59908fd40c1b0da1a' , '/navigation/8a96f29509484a4a848a6085f9991896' , '/navigation/712d3fe0630549e68bef407111e5d2de' , '/navigation/9f0d6a7d2bd84050804d1e243e001156' , '/navigation/559542194ef948e086f05c5cc196dcb5' , '/navigation/1b62156ac8cb43afb0ba0fd0d7936282' , '/navigation/c84ca02467494ba690c109cf1474a7fb' , '/navigation/5dc4df5f3f53443fa79a6c7f7f72daf6' , '/navigation/489ccded076947af88cec3cdc89c557d' , '/navigation/645908525aa140d5aff222dd0782f24d' , '/navigation/93a0dffa367f48d78ce5af1a2ae51cd9' , '/navigation/745c25a9abbd46feb468cc3a8372172a' , '/navigation/c4ce4ea95ebd48779c772fd1308dcfac' , '/navigation/7654ab52094942f0a1d53cd5b0a2a6d0' , '/navigation/44de234f429e4aa68860866fbd7c866b' , '/navigation/986c685896a0413792a229cf4dbd2a1c' , '/navigation/6baa3ed4e5dc41809f099a1f5b2d4dc4' , '/navigation/8a8743657575462c8e791a401f9c768a' , '/navigation/dcc8dc68582541539ae1832f4f232612' , '/navigation/66d0344e9192432ea0268ed9b3276349' , '/navigation/8af317372286433a855b6ed7c03c8c03' , '/navigation/e218b96be8a24e5a9ec974f472ec356f' , '/navigation/4d04a8e20436449486ba57e42b650c31' , '/navigation/b69108bb93c74d1caa7d5843af087f15' , '/navigation/bfd66333d98b4c8ebe7264a91d74888a' , '/navigation/dcb42b5c6e594fd6b664b99898e9117f' , '/navigation/36136262ad414fa2b8665dd3b935e82e' , '/navigation/51ae547b24c84f8192078ce5fcc505d3' , '/navigation/ccf0efbccdf84b0b8559580845059369' , '/navigation/2c6cc9def3f649e3b897184742d17102' , '/navigation/93648e1cb8474b1b9c2666a0417a556d' , '/navigation/7cafb50f1cd9437182a9d74236504d21' , '/navigation/f7074453a8f449779ff0c82c5f059d7c' , '/navigation/308c09db668d41579cddcf12032a0ddb' , '/navigation/e4758fc0636f4ae5940032ca3b530cfc' , '/navigation/01989d57056671d7a8f1a6e3a8c0c0c1' , '/navigation/902edfad753f44459d99d802136b0804' , '/navigation/55a5694430334a13b4792a5085997e6b' , '/navigation/0c56d68988c94cdd8e990c8ce5cdcc93' , '/navigation/42984d56fba0472d9ce10169ecce9f30' , '/navigation/aaad703c46de4ff2bcddef6c59b1d70f' , '/navigation/15bed13fd1de4595b38d3856d3474da1' , '/navigation/1015f05c0c964ee6bd78d54c4f5caed7' , '/navigation/b0e0110d33c047e59ed7bceb685880ec' , '/navigation/866f8d0aec4a4f29a998fb8c3cafce08' , '/navigation/32badc2265fd456aa6d32759fad9a405' , '/navigation/19267761ad12406b9eff24e9dee3ae72' , '/navigation/dc3cf7db525749599d8fd63ea0ee1612' , '/navigation/839a73b94c3443ec82acf28bed54b8e5' , '/navigation/b468c39cdbef49e986307e29fe34f371' , '/navigation/5794ac7ee96845dd8b4ee5951e65edff' , '/navigation/018ba8d79d877ff1acbda813bcaeb8bd' , '/navigation/9e62abb792784970926f3074e633a0fa' , '/navigation/0d5e8bc187544876a91372720d7b1fc4' , '/navigation/2246580657dc40cbaf6a3ceffe1ee856' , '/navigation/9b8b6e7064bd4dacb7ccd6bf74b706a1' , '/navigation/cd2fb14c5f6d4bf58a384e4f7a14f4a2' , '/navigation/6aeeabb0ce2145d9a65ed577d41a6b9b' , '/navigation/56b8c3e540a04620b45d5bf5c9d89ff2' , '/navigation/a75f2494badc457a8900576de24cb7d9' , '/navigation/8f4b1d3fd25640ffb5af5348e366ca7d' , '/navigation/18e60a3c8f704cdc8c24b5164971d589' , '/navigation/a0ad57774b8240399ab9aeafb3dce1d2' , '/navigation/3e77292a953d4311b854f6fb0573670a' , '/navigation/8eee589bb1f446148403108d11f59f03' , '/navigation/f56fdaaea4d8430696a37a9bb5f3ecab' , '/navigation/4b88beda197a4e229bcf00c5c2b7f4ce' , '/navigation/0b6f8e8590ae46f79426c9d6b08a900b' , '/navigation/a3473806c99d4420815dc98faa0743b9' , '/navigation/eb1e8c8758474d30969a13574a802b57' , '/navigation/eaac49048cdc4f80a8e6b434217e8cc7' , '/navigation/d5a1cadcd27d417c8b341010d310437b' , '/navigation/64d64f658b9947cbb2919f6dc1fd762f' , '/navigation/54255a30845e4b0586b5306893e87618' , '/navigation/70e97c37e89d4f249c2d3cbb4be6175c' , '/navigation/f25b6d951c9f4c96ad91138f4402f80c' , '/navigation/fa9f6fdc1a824722967d44165c6dc250' , '/navigation/d116d1e71e6f47a39b6e3a8dc96b827e' , '/navigation/a60cc542a804426eba3d1161b7b6a461' , '/navigation/a09729755b0e45129b4748c74ac7a26f' , '/navigation/aea2e5452a7044e992941ef60669ad70' , '/navigation/018bb8b492f3792281f3b07b745c64b5' , '/navigation/87571284aa03471b8ee6952eeac05785' , '/navigation/dbb5a72134f9423087b367565e0d59e1' , '/navigation/a84b4812f7ab42f982e7ce1fcd544f9f' , '/navigation/76a2f25199d64fb59e671117cf6aa126' , '/navigation/018bb8b434b7748e842e2cce3ce1c2b5' , '/navigation/bec5089d76394ddb891364ef8fe4bba6' , '/navigation/dcc69fd96ec54d9c8088d7eb7e979bfc' , '/navigation/dc6422b810564e9595e75b5377a2ac50' , '/navigation/d2d22e623eaa462b9623968f6274dd2d' , '/navigation/1afdf443f58642f2b39f42bd383e3013' , '/navigation/3d2bc6355a21401abf21db6f730d84d7' , '/navigation/f8a8090ae4744298adb0a45648b53cc6' , '/navigation/74ab00350061497696b5efd41679c4c6' , '/navigation/426fd5cc1fa140d2a1465e5e909624aa' , '/navigation/4fbeb06141f84e0fb2b888b77a80d99d' , '/navigation/c9cab9026d204d4689de879db0422039' , '/navigation/12dbbb1f54a446bdac0e8a8c6dec45cf' , '/navigation/3a6a18f4df1049fd954cfc9c7de51ac5' , '/navigation/f3610dfe4042455ea36688cd8bbfe8de' , '/navigation/99e5e4291774465dab93c39f012c3910' , '/navigation/3f44bb0c03f1415b850932f9549c4b55' , '/navigation/ec4ccd017d0b4a3b8f1e9c8687dfa59f' , '/navigation/6f1ab97a9baa4a9bb38b6d82496a3149' , '/navigation/284ed12680e24ea3baccd646ef8eed9e' , '/navigation/cbc9b36ffb5b4698920c22a655deb5bf' , '/navigation/d83cb0c2f50845fd95637f0255b4f6b9' , '/navigation/5438c6f5837d420c99a24e48e0056b9f' , '/navigation/96036c7c51b24a2fb4e0ce10cfde024b' , '/navigation/15a2352f5a604af19210d57065f37066' , '/navigation/322eee2a8a804c4da8a142127d6665ef' , '/navigation/31f93a0824e64d4aac37af80b27d1e4c' , '/navigation/97167ac5f7b44556a7dd12b323c47b68' , '/navigation/0023d912e3df4e71a01b2d1ac9505e34' , '/navigation/baedbdd2d3ae45aaaeaff4de5941e13d' , '/navigation/a7e761de294944d4800c591048e160aa' , '/navigation/d2bd8c48abce421ba4918537193ced4e' , '/navigation/b588bb1008944a6db87c671c4a3e358f' , '/navigation/5e859aba033e4e0abd78353ef89ea181' , '/navigation/6b38e8d4ee934db1b5c23690998baf25' , '/navigation/9791594e89d549e4bed224025fdd232a' , '/navigation/357668be40d2494db9cffa89b8e59df8' , '/navigation/81257f7c29a4472484d3cc0dabad5729' , '/navigation/888f2aa75d7847e1924f6b66dc389253' , '/navigation/0196b41e1d8a7de0b917c84aec7e2274' , '/navigation/0196b41e2e0d7e7eaa2b0831469dfb5d' , '/navigation/0196b41e03217206951e8f28d817c9d6' , '/navigation/0196b41e47e47085b0b44b56d6fab954' , '/navigation/618e99a46ef54ba287db5b1bff5712e7' , '/navigation/b81d8d21c00a40e882c532fbd90a3388' , '/navigation/5dce58cfde68453980115d159da2e761' , '/navigation/5330d8a5c81744cabf2c0cce34c23480' , '/navigation/3853b3999850435ab5e87f4b00af9274' , '/navigation/46f864b8c0844bb5bf69bf3f2f0f55a7' , '/navigation/cc04c79e8e8e4f798e3b4ee030719c6a' , '/navigation/8f4358b7c6ec4446894bd2d6200bdef5' , '/navigation/09c4be444ca947d78adc41f3049719a8' , '/navigation/eef410968f23473db4487825a8445bc1' , '/navigation/d5c6b8bece884038bfc8a7b751efb1ce' , '/navigation/7ab12757a32745a4a3ed919afda4df74' , '/navigation/78d4f5eb90904e5d9516a6ba03601d2f' , '/navigation/0194ef4b74e9798b9307481fec65c959' , '/navigation/018deefea31875e0961317168a540ab6' , '/navigation/20439c902d4146b98e2c37e7227ce820' , '/navigation/019135e27f8571728442b8a8cee64be0' , '/navigation/3845f4c143cf416095754438bd32baa8' , '/navigation/74cf939033994d05b18ec71325edff05' , '/navigation/36b8ea79f2284defb341285d828c4e7a' , '/navigation/befcd4cddc4e422ea24ac3e9d20ce578' , '/navigation/018e7a19f9187ad9919b322c68b90f63' , '/navigation/28991b294d94472f9029171babf5e53b' , '/navigation/fd0b42a634a946cb91fbb817a4f6f68e' , '/navigation/8cb4c9544bc34814a1e790e340541ddd' , '/navigation/c6da9eb446cd4b078f1b79d733391321' , '/navigation/2c45092282634c65a4ed72178c888c58' , '/navigation/dce9dd3b621049798a0278df3026ef56' , '/navigation/a8832b2ed7c245cd993cb9e62691e05a' , '/navigation/0a8227124e054d7b8c2593d8002e68bd' , '/navigation/4c834bade7b742489ee4a3c1770aab6e' , '/navigation/3af8aa6895ff4dd2bce4ba17930a02a9' , '/navigation/0194eed8279471e7984456c2a5039283' , '/navigation/087795bf447442b89f168a32352e129b' , '/navigation/354c4a652fef45cd914b53914d15a7c1' , '/navigation/47a3d5fd8fbb4ba3b183ca54189bdc0a' , '/navigation/83e9aa9508c04be3959786a549e86cf5' , '/navigation/caa5ab3df120433fa552f1b816c331d4' , '/navigation/3f7cf474c7a740209e92fcad234f1dbb' , '/navigation/bd93dca79ca645049b6a21662c19501c' , '/detail/586dce99ff7c4175a2cf3f89fa3603a7' , '/detail/90c38d5cfd5d470789a59f7fa55bb9e6' , '/detail/0198742a600d70cfbb39d3ed2bf8a9f8' , '/detail/f1308ffbc258448a89b529e686cb86fb' , '/detail/018f146d7a5570a89dc8d44565836e68' , '/detail/74b45ba22b11454ab4c124780aaaae35' , '/navigation/8ad155dc614549adbc5c4d574f1bda84' , '/navigation/5b07b69b64934365b86cb1c723b9bd2a' , '/navigation/e547f85842f64f1ca93c88261d927f39' , '/navigation/6cc34a9cb97b49cfbdac146df01d0a24' , '/navigation/9b22c085f93f4002bbb39ced9c1ea5af' , '/navigation/d5aa984c57084ca59b6fd5349445d9ce' , '/navigation/fea09cad436f40848725fd899b2004db' , '/navigation/eb6e817aa8e643d384c73778c3753384' , '/navigation/4b4d719dce9d4b608a509ecdc2383675' , '/navigation/08181122bdc849e380a0b0e7466f03d5' , '/navigation/587e6322587347a29bcb7321cb073300' , '/navigation/bc9618effde44ac49a2f82d518ff25a1' , '/navigation/f7007bc0e4b04b75bbc478e958fcdff9' , '/navigation/0198c164fa3f7d3fb3e7b031e2b17444' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x451B655A2F534A6A872C7C066F2625A3 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
127
0.31 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"ŒðÖ\x08 ëûGˆ€\x11 Y\x10 AT¤² "
b"\x01 ”ùYW6~Š©vóä}0Ê‹ "
b"OÒPòý}BÖ„¿Ÿ\x07 ÖšÞ "
b"Ó´Û–9üAý©ü_\f 27~ "
]
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 (0x8CF0D608EBFB4788801159104154A4B2 , 0x0194F95957367E8AA976F3E47D30CA8B , 0x4FD250F2FD7D42D684BF9F07D69ADEA0 , 0xD3B4DB9639FC41FDA9FC905F0C32377E );
Copy
128
0.58 ms
SELECT id FROM `pickware_erp_return_order_line_item` LIMIT 1
SELECT id FROM `pickware_erp_return_order_line_item` LIMIT 1 ;
Copy
129
0.14 ms
SELECT shipping_costs FROM `pickware_erp_return_order` LIMIT 1
SELECT shipping_costs FROM `pickware_erp_return_order` LIMIT 1 ;
Copy
130
0.20 ms
SELECT id FROM `order_return` LIMIT 1
SELECT id FROM `order_return` LIMIT 1 ;
Copy
131
0.15 ms
SELECT COUNT (* ) FROM `wallee_transaction` LIMIT 1
SELECT COUNT (* ) FROM `wallee_transaction` LIMIT 1 ;
Copy