1
0.15 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.13 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.05 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.07 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
5
0.12 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
0.27 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
7
0.21 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
"RECA-Produktkatalog/Handwerkzeuge "
"RECA-Produktkatalog/Handwerkzeuge/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x018DF46D5CAA729C8741AC9A78D9F4E3 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'RECA-Produktkatalog/Handwerkzeuge' OR seo_path_info = 'RECA-Produktkatalog/Handwerkzeuge/' ));
Copy
8
0.22 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
9
0.08 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
10
0.20 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
"k8H6lokXGB6fYPkuANDmyGN7qe43ki69 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) AND (token = 'k8H6lokXGB6fYPkuANDmyGN7qe43ki69' ) LIMIT 1 ;
Copy
11
0.21 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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 = 0x018DF46D5CAA729C8741AC9A78D9F4E3
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
12
0.42 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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 (0x018DF46D5CAA729C8741AC9A78D9F4E3 );
Copy
13
0.11 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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 (0x018DF46D5CAA729C8741AC9A78D9F4E3 ));
Copy
14
0.11 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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 (0x018DF46D5CAA729C8741AC9A78D9F4E3 )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
15
0.25 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
16
0.15 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
17
0.19 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"\x01 ì¶lL rúÀ£\x16 À├ù4¾ "
]
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 (0x018DF46C4C2072A3B79C16B7C39734F3 );
Copy
18
0.18 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
19
0.08 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
20
0.28 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"\x01 ì¶lP~s▓ÜyÖ\x05 '▀·ã "
b"\x01 ì¶lP~s▓ÜyÖ\x05 '¹¾\t "
b"""
\x01 ì¶lqép\x1C è þ\n
\x08 Ê2m
"""
]
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 (0x018DF46C507E73B29A79990527DFFAC6 , 0x018DF46C507E73B29A79990527FBF309 , 0x018DF46C7182701C8AFFE70A08D2326D ));
Copy
21
0.33 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ì¶lPIqÖÆ┐¾Þð÷┌D "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x018DF46C5049719992BFF3E8D0F6DA44 );
Copy
22
0.37 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ì¶lPjsýäƒbwNÓ.┬ "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x018DF46C506A73EC849F62774EE02EC2 );
Copy
23
0.09 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"\x01 ì¶lL rúÀ£\x16 À├ù4¾ "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x018DF46C4C2072A3B79C16B7C39734F3 ) LIMIT 1 ;
Copy
24
0.07 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"k8H6lokXGB6fYPkuANDmyGN7qe43ki69 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'k8H6lokXGB6fYPkuANDmyGN7qe43ki69' ;
Copy
25
0.10 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
26
0.12 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 ì¶lPAp½ì\'\x1A ®"╚K "
b"\x01 ì¶lPjsýäƒbwPÅXÞ "
b"\x01 ì¶lP▄r7»g▄÷\x19 ╣¼J "
b"\x01 ì¶lg┘r┴ÿO+Fyãª\e "
b"\x01 Ž1 ¦«}'€uKñŠF‹$ "
b"\x01 Ž1¢Kët¦·à¦3–\f\x07 f "
b"\x01 ì¶lPÈr¼ä\e Æ\x07 À\x15 ^\x10 "
b"\x01 ì¶lPÎsi╝B▒Ù╠Âxø "
b"\x01 ì¶l¬\x06 paà\x0E ÄBíväð "
]
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 (0x018DF46C504170AB8D5C271AA922C84B , 0x018DF46C506A73EC849F6277508F58E8 , 0x018DF46C50DC7237AF67DCF619B9AC4A , 0x018DF46C67D972C1984F2B4679C6A61B , 0x018E31A0A6AB7D2780754BF18A468B24 , 0x018E31A24BEB74A6B7E0A633960C0766 , 0x018DF46C50D472AC841B9207B7155E10 , 0x018DF46C50D77369BC42B1EBCCB6789B , 0x018DF46CAA067061850E8E42A17684D0 );
Copy
27
0.08 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? AND `app` . `self_managed` = ? )
Parameters :
[
true
false
]
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 AND `app` . `self_managed` = 0 );
Copy
28
0.33 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
29
0.24 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
30
0.08 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
b"\x01 ì¶lL rúÀ£\x16 À├ù4¾ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND `sales_channel_country` . `country_id` = 0x018DF46C4C2072A3B79C16B7C39734F3 );
Copy
31
0.07 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters :
[
"token " => "k8H6lokXGB6fYPkuANDmyGN7qe43ki69 "
]
DELETE FROM `cart` WHERE `token` = 'k8H6lokXGB6fYPkuANDmyGN7qe43ki69' ;
Copy
32
0.23 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x018DF46D5CAA729C8741AC9A78D9F4E3 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
33
0.15 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 Ž\t\x07 Û&q·™ÔœM8©X\x7F "
b"\x01 Ž\t\x07 Û&q·™ÔœM8©X\x7F "
b"\x01 Ž\t\x07 Û&q·™ÔœM8©X\x7F "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x018E0907DB2671B799D49C4D38A9587F OR `parent_id` = 0x018E0907DB2671B799D49C4D38A9587F OR `id` = 0x018E0907DB2671B799D49C4D38A9587F
;
Copy
34
2.03 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|018e0907db2671b799d49c4d38a9587f|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|018e0907db2671b799d49c4d38a9587f|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
35
0.08 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
36
0.68 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|018e0907db2671b799d49c4d38a9587f|% "
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 '%|018e0907db2671b799d49c4d38a9587f|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
37
0.35 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ž\t\x07 Û&q·™ÔœM8©X\x7F "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x018E0907DB2671B799D49C4D38A9587F ));
Copy
38
0.23 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND `language.salesChannels` . `id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
39
0.25 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 "
b"\x01 ì¶m¤ròÁç\t\x1E 5Ü░T "
]
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 , 0x018DF46DB6CF7295B587091E359AB054 );
Copy
40
0.13 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) GROUP BY `currency` . `id` ;
Copy
41
0.16 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
42
0.13 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 Ž\x18 žèît€¿ý¢^!ùp€ "
b"\x01 Ž\x18 žèît€¿ý¢^!ùp€ "
b"\x01 Ž\x18 žèît€¿ý¢^!ùp€ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x018E189EE8EE7480BFFDA25E21F97080 OR `parent_id` = 0x018E189EE8EE7480BFFDA25E21F97080 OR `id` = 0x018E189EE8EE7480BFFDA25E21F97080
;
Copy
43
0.83 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|018e189ee8ee7480bffda25e21f97080|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|018e189ee8ee7480bffda25e21f97080|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
44
0.70 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% "
"%|018e189ee8ee7480bffda25e21f97080|% "
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 '%|018e189ee8ee7480bffda25e21f97080|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
45
0.34 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ž\x18 žèît€¿ý¢^!ùp€ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x018E189EE8EE7480BFFDA25E21F97080 ));
Copy
46
0.16 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
47
0.32 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ì¶lPRs\x04 ÿï¼é┤\x11 ▄q "
b"\x01 ì¶lPIqÖÆ┐¾Þð÷┌D "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x018DF46C50527304988BAC82B411DC71 , 0x018DF46C5049719992BFF3E8D0F6DA44 );
Copy
48
0.21 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
49
0.38 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ì¶lPjsýäƒbwOÊkz "
b"\x01 ì¶lPjsýäƒbwNÓ.┬ "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x018DF46C506A73EC849F62774FD26B7A , 0x018DF46C506A73EC849F62774EE02EC2 );
Copy
50
0.35 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 É┌kw2pBò¤½ú¸═╬ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0190DA6B7732704295CFABA3F7CDCEFF ));
Copy
51
0.18 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì¶lRçs¡Áa¥#y¨´\x1F "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x018DF46C528773ADB561BE2379F9EF1F ));
Copy
52
0.24 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì¶lRçs¡Áa¥#y¨´\x1F "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x018DF46C528773ADB561BE2379F9EF1F )));
Copy
53
0.25 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì¶lZir+│4,×\v ╚┼§ "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x018DF46C5A69722BB3342C9E0BC8C5F5 )));
Copy
54
0.19 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì¶lRÅs_üÃE#¸È\x18 ▒ "
b"\x01 ì¶lRÅs_üÃE#°5\x01 │ "
b"\x01 ì¶l[Àqf╣║§å┴_3O "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x018DF46C528F735F81C74523F7D418B1 , 0x018DF46C528F735F81C74523F83501B3 , 0x018DF46C5BB77166B9BAF586C15F334F )));
Copy
55
0.15 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"\x01 ÄQ»W¨pùÖS\x19 ìajâÛ "
]
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 (0x018E51AF57F970979953198D616A83EA );
Copy
56
0.08 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
57
0.16 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"\x01 ì¶lw╝p¶©î¿xJLÂ╠ "
b"\x01 ì¶lw╝p¶©î¿xJa#f "
b"\x01 ì¶lw╝p¶©î¿xK]û\x18 "
b"\x01 ì¶lw╝p¶©î¿xL/Ûƒ "
b"\x01 ÄQ»W¨pùÖS\x19 ìajâÛ "
b"\x01 ì¶lw╝p¶©î¿xM\t Ï\x07 "
b"\x01 ì¶l|ÉpèÄY┐xè¢\x1D "
]
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 (0x018DF46C77BC70F4B88CA8784A4CB6CC , 0x018DF46C77BC70F4B88CA8784A612366 , 0x018DF46C77BC70F4B88CA8784B5D9618 , 0x018DF46C77BC70F4B88CA8784C2FEA9F , 0x018E51AF57F970979953198D616A83EA , 0x018DF46C77BC70F4B88CA8784D09D807 , 0x018DF46C7C90708A8E59BFF0788ABD1D );
Copy
58
0.09 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 É┌kw2pBò¤½ú¸═╬ "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0190DA6B7732704295CFABA3F7CDCEFF )) LIMIT 1 ;
Copy
59
0.09 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 É┌kw2pBò¤½ú¸═╬ "
]
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0190DA6B7732704295CFABA3F7CDCEFF ));
Copy
60
22.08 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product` . `display_group` ORDER BY MIN (`product` . `product_number` ) ASC , MIN (`product` . `id` ) ASC LIMIT 24
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kw2pBò¤½ú¸═╬ "
null
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B7732704295CFABA3F7CDCEFF AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ORDER BY MIN (`product` . `product_number` ) ASC , MIN (`product` . `id` ) ASC LIMIT 24 ;
Copy
61
18.58 ms
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product` . `display_group` ) total
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kw2pBò¤½ú¸═╬ "
null
]
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B7732704295CFABA3F7CDCEFF AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
62
17.75 ms
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kw2pBò¤½ú¸═╬ "
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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B7732704295CFABA3F7CDCEFF AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
63
0.24 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 É┌\x7F Óòpáºju_¯2º£ "
]
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 (0x0190DA7FE09570A0A76A755FEE32A79C ));
Copy
64
29.87 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 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` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kw2pBò¤½ú¸═╬ "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 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` ,
"$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.max`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id`
AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `custom_fields` as `product.translation.customFields`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id`
AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(
COALESCE (
IF (
JSON_TYPE (
JSON_EXTRACT (
`product.translation.customFields` ,
'$.enabled_in_channel'
)
) ! = "NULL" ,
CONVERT (
JSON_UNQUOTE (
JSON_EXTRACT (
`product.translation.customFields` ,
'$.enabled_in_channel'
)
) USING "utf8mb4"
) COLLATE utf8mb4_unicode_ci ,
NULL
),
IF (
JSON_TYPE (
JSON_EXTRACT (
`product.parent.translation.customFields` ,
'$.enabled_in_channel'
)
) ! = "NULL" ,
CONVERT (
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent.translation.customFields` ,
'$.enabled_in_channel'
)
) USING "utf8mb4"
) COLLATE utf8mb4_unicode_ci ,
NULL
)
) = ?
AND (
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND `product.categoriesRo` . `id` = ?
AND NOT (`product` . `display_group` < = > ? )
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 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` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B7732704295CFABA3F7CDCEFF AND NOT (`product` . `display_group` < = > NULL )));
Copy
65
8.87 ms
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kw2pBò¤½ú¸═╬ "
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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B7732704295CFABA3F7CDCEFF AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
66
8.13 ms
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kw2pBò¤½ú¸═╬ "
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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B7732704295CFABA3F7CDCEFF AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
67
30.53 ms
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kw2pBò¤½ú¸═╬ "
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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B7732704295CFABA3F7CDCEFF AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
68
18.68 ms
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kw2pBò¤½ú¸═╬ "
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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B7732704295CFABA3F7CDCEFF AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
69
0.29 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"\v Scá6šUç»ýÂt]å‡Ù "
b"│╩Þüó~]eÅ\x1F ®í´øYî "
b"<€ñ8>±\ا2YY(Û^ä "
b""1™çì\T\x08 ”ÇA2\x11 _D "
b"J-æLÿð_û‚“\x1E\x0F —)ôþ "
b"\x0E ²^\x1A Ÿ(P`¤\e (Á\x13 攟 "
b"ÔÒ½Å+╔SKÅ&-┴NìÀì "
b"k¢ŒÞ\x1A Ÿ\ŇÕâÄ>ª\e \r "
b"\f $0ð½Ve‚;lT\x17 Ynâ "
b"NZù/J|TÚ—‘\x08 ;€E@Ù "
b"$║¼»&~[±ü¤¬e:'=+ "
b"\x10 }:ÜŽd\ªšQ4´ULÀK "
b"Z«ôJÆ’]F©tˆ\x1F hÅÛê "
b"ħƒ¦\x14 8Z”¿£D¢£ dh "
b"Å\r xÒö0WxòÖ┤¨#v\x10 ╗ "
b"o\x7F Ë[2¢[W§q1\r ò}\x1A _ "
b"jäöè†Y\x1C §SÐx&SeŠ "
b"Maب0.^÷©y\x14 °C“ý¥ "
b"Œ\x03 ‰{D`W\±ñ|{$3Ŭ "
b"Ï‗ÇÎ4mSK╝qÙÒÒ!─Ø "
b"ÞóYõ2"Xו?\x00 Wvyè: "
b"((~\x06 Îx]æ±¼>ጛ”] "
b";\x1F ý!r>Qr‘”Uo\x17 Òàs "
b"šX·ÐácU\x03 ½\^£_Ç>0 "
]
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 (0x0B5363E1369A55E7BBFDC2745DE587D9 , 0xB3CAE881A27E5D658F1FA9A1EF9B598C , 0x3C80F1383EB15CD8A732595928DB5EE4 , 0x223199E7EC5C540894C74132115F44AD , 0x4A2DE64CFFF05FFB82931E0F9729F4FE , 0x0EB25E1A9F285060A41B28C113E6949F , 0xE2E3AB8F2BC9534B8F262DC14E8DB78D , 0x6BA28CDE1A9F5CC587D5E2C43EAA1B0D , 0x0C2430C3B0BD5665823B6C5417596EE2 , 0x4E5AF92F4A7C54DA9791083B804540D9 , 0x24BAACAF267E5BF181CFAA653A273D2B , 0x107D3ADC8E645CAA9A5134B4554CC04B , 0x5AABF44AC6925D46A974881F68C5DBEA , 0xC4A783A614385A94BFA344A2A3A06468 , 0x8F0D78E3943057789599B4F9237610BB , 0x6F7FCB5B32A25B57A771310DF27D1A5F , 0x6AE4F6ADE886591CA753D0782653658A , 0x4D61D8A8302E5EF7A97914B04393FDA5 , 0x8C03897B4460575CB1F17C7B2433C5AC , 0xD8F280D7346D534BBC71EBE3E321C49D , 0xDEF359F5322258D7953F00577679E83A , 0x28287E06CE785DE6B1BC3EE18C9B945D , 0x3B1FFD21723E51729194556F17D2E073 , 0x9A58B7D0E1635503BD5C5EA35FC73E30 );
Copy
70
0.41 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\v Scá6šUç»ýÂt]å‡Ù "
b"│╩Þüó~]eÅ\x1F ®í´øYî "
b"<€ñ8>±\ا2YY(Û^ä "
b""1™çì\T\x08 ”ÇA2\x11 _D "
b"J-æLÿð_û‚“\x1E\x0F —)ôþ "
b"\x0E ²^\x1A Ÿ(P`¤\e (Á\x13 攟 "
b"ÔÒ½Å+╔SKÅ&-┴NìÀì "
b"k¢ŒÞ\x1A Ÿ\ŇÕâÄ>ª\e \r "
b"\f $0ð½Ve‚;lT\x17 Ynâ "
b"NZù/J|TÚ—‘\x08 ;€E@Ù "
b"$║¼»&~[±ü¤¬e:'=+ "
b"\x10 }:ÜŽd\ªšQ4´ULÀK "
b"Z«ôJÆ’]F©tˆ\x1F hÅÛê "
b"ħƒ¦\x14 8Z”¿£D¢£ dh "
b"Å\r xÒö0WxòÖ┤¨#v\x10 ╗ "
b"o\x7F Ë[2¢[W§q1\r ò}\x1A _ "
b"jäöè†Y\x1C §SÐx&SeŠ "
b"Maب0.^÷©y\x14 °C“ý¥ "
b"Œ\x03 ‰{D`W\±ñ|{$3Ŭ "
b"Ï‗ÇÎ4mSK╝qÙÒÒ!─Ø "
b"ÞóYõ2"Xו?\x00 Wvyè: "
b"((~\x06 Îx]æ±¼>ጛ”] "
b";\x1F ý!r>Qr‘”Uo\x17 Òàs "
b"šX·ÐácU\x03 ½\^£_Ç>0 "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x0B5363E1369A55E7BBFDC2745DE587D9 , 0xB3CAE881A27E5D658F1FA9A1EF9B598C , 0x3C80F1383EB15CD8A732595928DB5EE4 , 0x223199E7EC5C540894C74132115F44AD , 0x4A2DE64CFFF05FFB82931E0F9729F4FE , 0x0EB25E1A9F285060A41B28C113E6949F , 0xE2E3AB8F2BC9534B8F262DC14E8DB78D , 0x6BA28CDE1A9F5CC587D5E2C43EAA1B0D , 0x0C2430C3B0BD5665823B6C5417596EE2 , 0x4E5AF92F4A7C54DA9791083B804540D9 , 0x24BAACAF267E5BF181CFAA653A273D2B , 0x107D3ADC8E645CAA9A5134B4554CC04B , 0x5AABF44AC6925D46A974881F68C5DBEA , 0xC4A783A614385A94BFA344A2A3A06468 , 0x8F0D78E3943057789599B4F9237610BB , 0x6F7FCB5B32A25B57A771310DF27D1A5F , 0x6AE4F6ADE886591CA753D0782653658A , 0x4D61D8A8302E5EF7A97914B04393FDA5 , 0x8C03897B4460575CB1F17C7B2433C5AC , 0xD8F280D7346D534BBC71EBE3E321C49D , 0xDEF359F5322258D7953F00577679E83A , 0x28287E06CE785DE6B1BC3EE18C9B945D , 0x3B1FFD21723E51729194556F17D2E073 , 0x9A58B7D0E1635503BD5C5EA35FC73E30 )) GROUP BY `product` . `id` ;
Copy
71
1.74 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , (SELECT GROUP_CONCAT (HEX (`product.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_property` `product.properties.mapping`
WHERE `product.properties.mapping` . `product_id` = `product` . `properties` ) as `product.properties.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\v Scá6šUç»ýÂt]å‡Ù "
b"│╩Þüó~]eÅ\x1F ®í´øYî "
b"<€ñ8>±\ا2YY(Û^ä "
b""1™çì\T\x08 ”ÇA2\x11 _D "
b"J-æLÿð_û‚“\x1E\x0F —)ôþ "
b"\x0E ²^\x1A Ÿ(P`¤\e (Á\x13 攟 "
b"ÔÒ½Å+╔SKÅ&-┴NìÀì "
b"k¢ŒÞ\x1A Ÿ\ŇÕâÄ>ª\e \r "
b"\f $0ð½Ve‚;lT\x17 Ynâ "
b"NZù/J|TÚ—‘\x08 ;€E@Ù "
b"$║¼»&~[±ü¤¬e:'=+ "
b"\x10 }:ÜŽd\ªšQ4´ULÀK "
b"Z«ôJÆ’]F©tˆ\x1F hÅÛê "
b"ħƒ¦\x14 8Z”¿£D¢£ dh "
b"Å\r xÒö0WxòÖ┤¨#v\x10 ╗ "
b"o\x7F Ë[2¢[W§q1\r ò}\x1A _ "
b"jäöè†Y\x1C §SÐx&SeŠ "
b"Maب0.^÷©y\x14 °C“ý¥ "
b"Œ\x03 ‰{D`W\±ñ|{$3Ŭ "
b"Ï‗ÇÎ4mSK╝qÙÒÒ!─Ø "
b"ÞóYõ2"Xו?\x00 Wvyè: "
b"((~\x06 Îx]æ±¼>ጛ”] "
b";\x1F ý!r>Qr‘”Uo\x17 Òàs "
b"šX·ÐácU\x03 ½\^£_Ç>0 "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.properties.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_property` `product.properties.mapping`
WHERE
`product.properties.mapping` . `product_id` = `product` . `properties`
) as `product.properties.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , (SELECT GROUP_CONCAT (HEX (`product.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_property` `product.properties.mapping`
WHERE `product.properties.mapping` . `product_id` = `product` . `properties` ) as `product.properties.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x0B5363E1369A55E7BBFDC2745DE587D9 , 0xB3CAE881A27E5D658F1FA9A1EF9B598C , 0x3C80F1383EB15CD8A732595928DB5EE4 , 0x223199E7EC5C540894C74132115F44AD , 0x4A2DE64CFFF05FFB82931E0F9729F4FE , 0x0EB25E1A9F285060A41B28C113E6949F , 0xE2E3AB8F2BC9534B8F262DC14E8DB78D , 0x6BA28CDE1A9F5CC587D5E2C43EAA1B0D , 0x0C2430C3B0BD5665823B6C5417596EE2 , 0x4E5AF92F4A7C54DA9791083B804540D9 , 0x24BAACAF267E5BF181CFAA653A273D2B , 0x107D3ADC8E645CAA9A5134B4554CC04B , 0x5AABF44AC6925D46A974881F68C5DBEA , 0xC4A783A614385A94BFA344A2A3A06468 , 0x8F0D78E3943057789599B4F9237610BB , 0x6F7FCB5B32A25B57A771310DF27D1A5F , 0x6AE4F6ADE886591CA753D0782653658A , 0x4D61D8A8302E5EF7A97914B04393FDA5 , 0x8C03897B4460575CB1F17C7B2433C5AC , 0xD8F280D7346D534BBC71EBE3E321C49D , 0xDEF359F5322258D7953F00577679E83A , 0x28287E06CE785DE6B1BC3EE18C9B945D , 0x3B1FFD21723E51729194556F17D2E073 , 0x9A58B7D0E1635503BD5C5EA35FC73E30 ));
Copy
72
0.32 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.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 (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` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îª#rÉùÆs\x1C vhÃ▓ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îÒÌs═û÷×\x1A\x1E \Ý\x14 "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌î߬s+üá$ï\x01 .³ú "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îþ¢s╦É╣R= IwN "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îßtr¨«■)ª#\r .Ï "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îþƒsgóæ»\x06 Å\t ðå "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌î¾?r\x0F ª»┤<½"ºY "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌î¶\x00 rqø_!´óI'\x00 "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îßUskë\v 2X`Àv\r "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îßÄsôüI\x06 Þ\x00 l"? "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îÚªsr▓Ú\x19 ╝·{à╩ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îÕ&q\x08 ÅO<┴s]═s "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îþ┘q▒»l▓ß"¯ÿ] "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îÚïrííZc>@G\x03 ¦ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îÒ$r4╗\x05 äX\x1C ª\x14 ¾ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îÚmrlì\x04 õ3¿/£ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îÚ├sLíÆú\v ¸\x00 ╝m "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îÚPq÷òÔä±\x15 \×ï "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌î§cqå«\f å‗\x16 ¥■< "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îß7p>ÅÁ¿Iêøùc "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îÞÆsFÜï$\x05\x1E tr! "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îÚ▄r0ä\§`l\x1C ¨c "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"""
\x01 É┌î¯\n
s╠åC\x12\e ÁÈäh
"""
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îÔmp_¡7&÷G\\e ┴ "
]
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.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 (
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`
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.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 (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` WHERE `property_group_option` . `id` IN (0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CA62372909792731C7668C7B2 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE3DE73CD96F69E1A1E5CED14 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE1AA732B81A0248B012EFCA3 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE7BD73CB90B9523DFF49774E , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE17472F9AEFE29A6230D2ED8 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE79F7367A291AF068F09D086 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CF33F720FA6AFB43CAB22A759 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CF40072719B5F21EFA2492700 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE155736B890B325860B7760D , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE18E7393814906E8006C223F , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE9A67372B2E919BCFA7B85CA , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE52671088F4F3CC1735DCD73 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE7D971B1AF6CB2E122EE985D , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE98B72A1A15A633E404703DD , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE3247234BB0584581CA614F3 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE96D726C8D04E433A82F9CF0 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE9C3734CA192A30BF700BC6D , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE95071F695E284F1155C9E8B , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CF5637186AE0C86F216BEFE3C , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE137703E8FB5A849889B9763 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE89273469A8B24051E747221 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE9DC7230845CF5606C1CF963 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CEE0A73CC8643121BB5D48468 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CE26D705FAD3726F6475C1BC1 );
Copy
73
0.15 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"\v Scá6šUç»ýÂt]å‡Ù "
b"\f $0ð½Ve‚;lT\x17 Ynâ "
b"\x0E ²^\x1A Ÿ(P`¤\e (Á\x13 攟 "
b"\x10 }:ÜŽd\ªšQ4´ULÀK "
b""1™çì\T\x08 ”ÇA2\x11 _D "
b"$║¼»&~[±ü¤¬e:'=+ "
b"((~\x06 Îx]æ±¼>ጛ”] "
b";\x1F ý!r>Qr‘”Uo\x17 Òàs "
b"<€ñ8>±\ا2YY(Û^ä "
b"J-æLÿð_û‚“\x1E\x0F —)ôþ "
b"Maب0.^÷©y\x14 °C“ý¥ "
b"NZù/J|TÚ—‘\x08 ;€E@Ù "
b"Z«ôJÆ’]F©tˆ\x1F hÅÛê "
b"jäöè†Y\x1C §SÐx&SeŠ "
b"k¢ŒÞ\x1A Ÿ\ŇÕâÄ>ª\e \r "
b"o\x7F Ë[2¢[W§q1\r ò}\x1A _ "
b"Œ\x03 ‰{D`W\±ñ|{$3Ŭ "
b"Å\r xÒö0WxòÖ┤¨#v\x10 ╗ "
b"šX·ÐácU\x03 ½\^£_Ç>0 "
b"│╩Þüó~]eÅ\x1F ®í´øYî "
b"ħƒ¦\x14 8Z”¿£D¢£ dh "
b"Ï‗ÇÎ4mSK╝qÙÒÒ!─Ø "
b"ÞóYõ2"Xו?\x00 Wvyè: "
b"ÔÒ½Å+╔SKÅ&-┴NìÀì "
]
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 (0x0B5363E1369A55E7BBFDC2745DE587D9 , 0x0C2430C3B0BD5665823B6C5417596EE2 , 0x0EB25E1A9F285060A41B28C113E6949F , 0x107D3ADC8E645CAA9A5134B4554CC04B , 0x223199E7EC5C540894C74132115F44AD , 0x24BAACAF267E5BF181CFAA653A273D2B , 0x28287E06CE785DE6B1BC3EE18C9B945D , 0x3B1FFD21723E51729194556F17D2E073 , 0x3C80F1383EB15CD8A732595928DB5EE4 , 0x4A2DE64CFFF05FFB82931E0F9729F4FE , 0x4D61D8A8302E5EF7A97914B04393FDA5 , 0x4E5AF92F4A7C54DA9791083B804540D9 , 0x5AABF44AC6925D46A974881F68C5DBEA , 0x6AE4F6ADE886591CA753D0782653658A , 0x6BA28CDE1A9F5CC587D5E2C43EAA1B0D , 0x6F7FCB5B32A25B57A771310DF27D1A5F , 0x8C03897B4460575CB1F17C7B2433C5AC , 0x8F0D78E3943057789599B4F9237610BB , 0x9A58B7D0E1635503BD5C5EA35FC73E30 , 0xB3CAE881A27E5D658F1FA9A1EF9B598C , 0xC4A783A614385A94BFA344A2A3A06468 , 0xD8F280D7346D534BBC71EBE3E321C49D , 0xDEF359F5322258D7953F00577679E83A , 0xE2E3AB8F2BC9534B8F262DC14E8DB78D )));
Copy
74
0.14 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
75
6.21 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 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îª#rÉùÆs\x1C vhÃ▓ "
b"\x01 É┌îß7p>ÅÁ¿Iêøùc "
b"\x01 É┌îßUskë\v 2X`Àv\r "
b"\x01 É┌îßtr¨«■)ª#\r .Ï "
b"\x01 É┌îßÄsôüI\x06 Þ\x00 l"? "
b"\x01 É┌î߬s+üá$ï\x01 .³ú "
b"\x01 É┌îÔmp_¡7&÷G\\e ┴ "
b"\x01 É┌îÒ$r4╗\x05 äX\x1C ª\x14 ¾ "
b"\x01 É┌îÒÌs═û÷×\x1A\x1E \Ý\x14 "
b"\x01 É┌îÕ&q\x08 ÅO<┴s]═s "
b"\x01 É┌îþƒsgóæ»\x06 Å\t ðå "
b"\x01 É┌îþ¢s╦É╣R= IwN "
b"\x01 É┌îþ┘q▒»l▓ß"¯ÿ] "
b"\x01 É┌îÞÆsFÜï$\x05\x1E tr! "
b"\x01 É┌îÚPq÷òÔä±\x15 \×ï "
b"\x01 É┌îÚmrlì\x04 õ3¿/£ "
b"\x01 É┌îÚïrííZc>@G\x03 ¦ "
b"\x01 É┌îÚªsr▓Ú\x19 ╝·{à╩ "
b"\x01 É┌îÚ├sLíÆú\v ¸\x00 ╝m "
b"\x01 É┌îÚ▄r0ä\§`l\x1C ¨c "
b"""
\x01 É┌î¯\n
s╠åC\x12\e ÁÈäh
"""
b"\x01 É┌î¾?r\x0F ª»┤<½"ºY "
b"\x01 É┌î¶\x00 rqø_!´óI'\x00 "
b"\x01 É┌î§cqå«\f å‗\x16 ¥■< "
b"\x01 É┌ì\x07 #rzöÝô+╩ïk "
b"\x01 É┌ì\x07 Ds▒ìÙW°Kö;/ "
b"\x01 É┌ì\x08\x12 sîäµ>\x0F Jk\x10 ç "
b"\x01 É┌ì\x08 █p└¼│E│nÒò< "
b"\x01 É┌ì\t ûp▒å.btp▄\x12 ¶ "
b"""
\x01 É┌ì\n
6s®ûÿ├¦Q\x1C Î║
"""
b"""
\x01 É┌ì\n
±s╩òÁ╣ð ü\r Q
"""
b"\x01 É┌ì\v Ås&▓U|\x7F £\r Ð "
b"\x01 É┌ì\v ¡p▒¥ñ7)Ú¢\x06 ░ "
b"\x01 É┌ì\v ðs░ó\x10 ÷}\r ■ø\x1D "
b"\x01 É┌ì\v ýr\x07 ╗ý:wóO?« "
b"\x01 É┌ö▓½sÅñÛì¹ayì² "
b"\x01 É┌ö│Ts\x18 ö~Ñ0Ô¬`l "
b"\x01 É┌ö╣¹quÄ×-E▄2W╦ "
b"\x01 É┌ö║ªp\x10 íC~ƒN░40 "
b"\x01 É┌ö╗Æp.│.]øMEò' "
b"\x01 É┌ö╝LràÑ┌ÁiÆa─B "
b"\x01 É┌ö¢\x10 r\x19 ï│ÔÂ\x12 a0C "
b"\x01 É┌ö¢Îs\x03 ¢âeX┘Ë¿8 "
b"\x01 É┌ö¥ÅqEùÆ\x02 ìÍOëÇ "
b"\x01 É┌ö┐Ks■╣RÊo\x0F øuÍ "
b"\x01 É┌ö┐¸p*Ö3┬┤ô═=Ü "
b"\x01 É┌ö└ñq®£\x15 ß®a¯kÁ "
b"\x01 É┌ö┴\q=èóoË?û\e "
b"\x01 É┌ö┬\x18 qi¥O$█┼\x05 (┼ "
b"\x01 É┌ö┬Ðq`Æ\v\x01 \\x0E «Øa "
b"\x01 É┌ö├Äsõë½%å¯Gív "
b"\x01 É┌ö═÷qQû\r OÔhL58 "
b"\x01 É┌ö╬\x1E rÂñ░R░\t üZs "
b"\x01 É┌ö¤\x06 q³êYÀ■7\x17 ê\t "
b"\x01 É┌ö¤-p╣ÿÎ┘¿;ÓC× "
b"\x01 É┌ö¤Oq¸©╬┘{3}3! "
b"""
\x01 É┌ö¤qq§©vA·\n
Î\x1A ¢
"""
b"\x01 É┌ö¤çrÑŪÏ\x1F cSòÌ "
b"\x01 É┌ö¤áp2ƒ£}¢sJßâ "
b"\x01 É┌öðZq÷î \x11\f Ék╚e "
b"\x01 É┌öðÇqê╣[ü*wðqÇ "
b"\x01 É┌öðƒpçÇrدñ¿ÍÑ "
b"\x01 É┌öð└s®¼ù$å2.\x17 ? "
b"""
\x01 É┌öÐ\x7F p\x1C Æ\x1F \n
\x18 1×S¸
"""
b"\x01 É┌öЪr~×Íc$\x01 éLf "
b"\x01 É┌öÊ╣qXü\x15\x11 ¦ÌÞ˨ "
b"\x01 É┌öÊßp#ÿêáiZ<õ▀ "
b"\x01 É┌öÈ|rcï¿╠Ø/ÅKn "
b"\x01 É┌öÈÑrV«Rj¿Ü+¯. "
b"\x01 É┌öı_q7¬\x1F D\x05 j░╔ç "
b"\x01 É┌öıåpL©\r Ã┤!þ^v "
b"\x01 É┌öÍKr\x12 â|L╬░]NÐ "
b"\x01 É┌öÎ2r-åÊʤ:þ&└ "
b"\x01 É┌ö▄ıq¾É¼Y\ëÅ\x1D ╠ "
b"\x01 É┌ö¦ÖpÓÂLf·¼t▓\n "
b"\x01 É┌ö¦╝qÑî2`=ô¼Úþ "
b"\x01 É┌öÌÄr\x03 âÓu¼╦ðùG "
b"\x01 É┌öÌ▓rIÜ▀æV¢╦:X "
b"\x01 É┌öÌÐq=ÜñìG×øÊ┤ "
b"\x01 É┌ö°Àq{¡¸E\x15\x10\x02 }k "
b"\x01 É┌ö¨Ps\x06 ö|\x14 ktP┼» "
b"\x01 É┌ö¨´p³ñ{¥G.jCf "
b"\x01 É┌ö·▀sXÆ\x19 Ç\x00 FQ║| "
b"\x01 É┌ö¹ös,ÑÿFëz\x00 ¾í "
b"\x01 É┌ö³=s▄Çõ>¬É\x1C ÞÀ "
b"\x01 É┌ö³apƒO▄(╔\x13\x05 ! "
b"\x01 É┌ö³Çp4©ë\t ▓▄Ù2o "
b"\x01 É┌ö²4sÍÅó?#æx\x17 ┬ "
b"\x01 É┌ö²Tp\x14 ô½┤\v └\x1E\x08 ╬ "
b"""
\x01 É┌ö■\n
pEî2±å®8-~
"""
b"\x01 É┌ö■ÊrCå\x12 ¶¿▀┤µÍ "
b"\x01 É┌ö êqLê\v öp}\x15 .\x05 "
b"\x01 É┌ò\x00 yq╚ôQ\×3Hßá "
b"\x01 É┌ò\x01 Cs§Öê#t¸pÃÍ "
b"\x01 É┌ò\x01 þs\x1C ¡Kï┬Á│ı¿ "
b"\x01 É┌ò\x04 ¯q┐╣ÆÄ»òùáP "
b"\x01 É┌ò\x05 Íq+Ö│5_µ\x15 ─z "
b"\x01 É┌ò\x06 èpÝûÏúºw#Ðo "
b"\x01 É┌ò\x07 7s[úÇDt¹Í}\x13 "
b"\x01 É┌ò\x07 Õp▀×ú¹SÅ▓òØ "
b"""
\x01 É┌ò\x08 £sqÉ\x0E É«\n
\x07 Wn
"""
b"\x01 É┌ò\t UsÌ│Â{#▒\x02 %4 "
b"""
\x01 É┌ò\n
]p░ªü\f Å\x04 ê(\x13
"""
b"\x01 É┌ò\v\t sù©═\v E\x14 MóË "
b"\x01 É┌ò\v ╔pcàV2ÙîèÛW "
b"\x01 É┌ò\f ÔpB¢O┐░î\x1C b\x11 "
b"""
\x01 É┌ò\r\n
qÃçþê1%║XR
"""
b"\x01 É┌ò\r .q\x7F ┤=Ü:S\x15 ÿ\x1A "
b"\x01 É┌ò\r Kr4┤\f ı¾²Ãeâ "
b"\x01 É┌ò\x0E\x19 qȺ~˪ªÝ{ç "
b"\x01 É┌ò\x10 ísEù\x08 ÒNTÇoB "
b"\x01 É┌ò\x11 õpXª7,~¶53─ "
b"""
\x01 É┌ò\x12 Íp©½\x15 °úâ\n
║\x7F
"""
b"\x01 É┌ò\x14 Dq║¢>^å\x15 µ]¢ "
b"\x01 É┌ò\x14 ÷rJÆyi┤‗÷§▀ "
b"\x01 É┌ò\x15 ▓q/ù&ý╚Ñÿ╬} "
b"\x01 É┌ò\x17 Åræ¬uÿ═#Föé "
b"\x01 É┌ò\x18 Mrÿ┐°J#5\x1E ·P "
b"\x01 É┌ò\x19 ╣rZëìj7C¢:K "
b"\x01 É┌ò\x1A Às?ä<\x1A dê¨ÛI "
b"\x01 É┌ò\e ys\r Å├rOê>ûæ "
b"\x01 É┌ò\x1D Ar═¡┌íc|\x05 )Û "
b"\x01 É┌ò\x1E ┴p\v ®á┐OkáÐ] "
b"\x01 É┌ò\x1F àq\x08 ╣¤E¬ýKïÎ "
b"\x01 É┌ò!äq7┤d\x02 æ×k "
b"\x01 É┌ò"=s>á\x14 öø│\x1C\x03 ò "
b"\x01 É┌ò#Üp\x7F ¼\x05 È´┐┐xî "
b"\x01 É┌ò&\x06 sãöÍ╩a▄ÌÝı "
b"\x01 É┌ò&╣qA¡å¶/ïë©\x02 "
b"\x01 É┌ò&Ìq\x19 ªîÁ©àÝcD "
b"\x01 É┌ò'\x01 qı╣D1÷\x01 ¬QÚ "
b"\x01 É┌ò'(q¯ûHWÃôè}< "
b"\x01 É┌ò'Gs┐¢\t !æ¸,a³ "
b"\x01 É┌ò'asQÖR\t ½\x02 .Nc "
b"\x01 É┌ò(5p½æ7\x05\x16 ▓Ùot "
b"\x01 É┌ò(XsníOïkï.¡█ "
b"\x01 É┌ò(|qî│\x1D\x13\x13 *\x06 ╔╣ "
b"\x01 É┌ò)KpÃú▄\f +f├øÒ "
b"\x01 É┌ò)rpRú\x07 I\{Lv7 "
b"\x01 É┌ò)òpbº■àÚzyÙy "
b"\x01 É┌ò)Âq■¿\r £ñ}uaµ "
b"\x01 É┌ò)ırt¡?Zlu~«] "
b"\x01 É┌ò)Ùr\x05 ©\x1F ~▀WÊïî "
b"\x01 É┌ò*\x05 r,¬└Jb\x15 lO% "
b"\x01 É┌ò*\x1E s¹ÅÛ§─4R■\n "
b"\x01 É┌ò+\x1F q┤Æ0ÎX8'ÅN "
b"\x01 É┌ò+@r¿©¨liàæ\x12 F "
b"\x01 É┌ò+Vq1û²ä3}=‗Í "
b"\x01 É┌ò+op¡îw{¦¨\x08 7Ö "
b"\x01 É┌ò+çsñô2úOÉk³! "
b"\x01 É┌ò+ØrqÄ\x0E p}MZrê "
b"\x01 É┌ò+Âr═¾[\x10 ╩╗·[ "
b"\x01 É┌ò,ðrÈë┤ıº+d█\x05 "
b"\x01 É┌ò,¶q¤░ß┘g¤%y0 "
b"\x01 É┌ò-\x14 s5ë╦*Ô°×═K "
b"\x01 É┌ò-/rJáJ┼>\x17 D9ç "
b"\x01 É┌ò-IsêÿB6¼³iSã "
b"\x01 É┌ò.\x17 r▄º╣\x1F 6┐¼ù░ "
b"\x01 É┌ò.<s4ÂZ¤ä"\r ╬× "
b"\x01 É┌ò/\x04 q\x17 Â!ó!>=8¢ "
b"\x01 É┌ò/(r═ªò6I\x1F ñ■s "
b"\x01 É┌ò0:pV¢::l\x7F █'õ "
b"\x01 É┌ò0Þqñè¾ÂA#\x13 !\x13 "
b"\x01 É┌ò20s\x0E º\x06 ▄ËR[6═ "
b"\x01 É┌ò2µrCá³À\f ╠Ü\x17 Î "
b"\x01 É┌ò4)q\x11 ╣í!\x19 $╚:─ "
b"\x01 É┌ò4Nq6á\x00 5\x7F Q2ü "
b"\x01 É┌ò4pslÀÐÜêôY\x1F i "
b"\x01 É┌ò4ìs\x02 ïݲÌ┌Ö°û "
b"\x01 É┌ò5ar\x05 ¡¡GÑwû\x17\x18 "
b"\x01 É┌ò5äqäè╣A├¼\x14 5¹ "
b"\x01 É┌ò5Ñr│Ä·┤¯\x1A F\x11\x16 "
b"\x01 É┌ò5┴q┐┤º)YÃÃè£ "
b"\x01 É┌ò6µs¦óàÉgÏ'P\x1F "
b"\x01 É┌ò7\x08 qÿÀrÐ{m'Ok "
b"\x01 É┌ò7$q$¬|Ë\f\x03 ß\x04 Ý "
b"\x01 É┌òNõs4ò■6ó"ìÿ╦ "
b"\x01 É┌òO\f s╦Ü╣▄\x04 ìP´\x15 "
b"""
\x01 É┌òO1sͼ┼M\n
ý\x03\x17 £
"""
b"\x01 É┌òOQpkí·╦ı■\x0E c\x13 "
b"\x01 É┌òOmppô>óþÖF¤) "
b"\x01 É┌òOäs▄à‗èÒ\f ²\x1F ã "
b"\x01 É┌òOøqó║O±þ\x06 1¢« "
b"\x01 É┌òPNqÝ╣(I\x1A ▄Ýîþ "
b"\x01 É┌òPwr┼¬Fï[W╗}\t "
b"\x01 É┌òPñsDÿ®¸║Ø└┬╠ "
b"\x01 É┌òP├páÁ\x15 ðØï¨©" "
b"\x01 É┌òPÓsû║■\x10 Ñ$2│D "
b"\x01 É┌òQís®«Î 0‗õ¦f "
b"\x01 É┌òRep\x00 ▒JÃ\x1C\x16 ïù┐ "
b"\x01 É┌òS)s÷▓ó¡:┴x|e "
b"\x01 É┌òS¤q└Â^ïUu£ÈV "
b"\x01 É┌òS¸p\x15 ╣¿▓$]▄\x06\x02 "
b"\x01 É┌òT\x1D r\x12 úaY-Wêç "
b"\x01 É┌òT;p ØbQÀVØx# "
b"\x01 É┌òTZsò┐Â╗PsóàS "
b"\x01 É┌ò^╝r®ÆôðÙZÀ˯ "
b"\x01 É┌ò^µpòæ¿y║FE│y "
b"\x01 É┌ò_\t prö¦┤ÖW░£\v "
b"\x01 É┌ò_%r!Å$\v ¤&÷¤T "
b"\x01 É┌ò_<qÂû¯┼ô»ºI& "
b"\x01 É┌ò_RpÅôÙµ¯FñƒÅ "
b"\x01 É┌ò_hq(üt\x02 ƒ9ºÙù "
b"\x01 É┌ò`CqÓ┐,$;³\x00 ¹ò "
b"\x01 É┌ò`gsü¢Öì.\x0E\x00 9. "
b"""
\x01 É┌ò`årDô+)\n
║ÙÍ\x16
"""
b"\x01 É┌ò`ápµªoDìWý¬¯ "
b"\x01 É┌ò`Âso╝\x02 9\x10 ╝´aî "
b"""
\x01 É┌òaus±«O\n
au9#Ô
"""
b"\x01 É┌òaÖr³╣3'╔ÏÉâ@ "
b"\x01 É┌òa©s\x11 û¬\x1F óвýÒ "
b"\x01 É┌òaËrSêSU│ÄUѵ "
b"\x01 É┌òb█s╔û└i¶>wþ¹ "
b"\x01 É┌òb r"îW▓\x10 w ñÁ "
b"\x01 É┌òc s#ú\x10 Ó_ÅÀX] "
b"\x01 É┌òc=p\x1F üбëºx$' "
b"\x01 É┌òc¶p°Ç╣╗HÜ)\x18 $ "
b"\x01 É┌òd×qÓÿ\x16 :æ╝¸Ò╩ "
b"\x01 É┌òd┬pÀƒ8î·^ä╣ÿ "
b"\x01 É┌òdõr\t º¸RX\x16 Ó┼Ü "
b"\x01 É┌òe\x01 s\x10 ░)┤ry6Û\x0F "
b"\x01 É┌òe\x17 pø¢═¢Ý█zHj "
b"\x01 É┌òe┴s│ø)TÓî┘l\n "
b"\x01 É┌òfýssêÏïVø░²└ "
b"\x01 É┌òg\x18 r\x1D å¨ÿ#ÖF!÷ "
b"\x01 É┌òh\x07 r▄«hÌøà▀«m "
b"\x01 É┌òh2s̓)HN\x14\v À\x7F "
b"\x01 É┌òhTr¼ÂòC\x14 pæ\x06\x03 "
b"\x01 É┌òjìq█░\x08 jR`ú|u "
b"\x01 É┌òk/sû▒¤1Î╬╗i\x19 "
b"\x01 É┌òkÛsV¬aÑ\t o▒\x05 ç "
b"\x01 É┌òl¥sªüV+£y«\v * "
b"\x01 É┌òlµq¨¡│▄S┼╩■ó "
b"\x01 É┌òmôqû┐Õ`¨ø´\x16 Ø "
b"\x01 É┌òm¢sËø\x1E ZÕýéYf "
b"\x01 É┌òn×p9╗©Ðë¦╦■f "
b"""
\x01 É┌òoLp╣£Yå¡\n
2 \x1A
"""
b"\x01 É┌òp\x17 q¿▓:m\x08 IÇ÷\f "
b"\x01 É┌òp=q\x0F ½c_æ×┤Ù┘ "
b"\x01 É┌òqÉqüÆ'jF\x14 ÝÒ- "
b"\x01 É┌òqÀp\x7F ô[§┼+L\x15 é "
b"\x01 É┌òrfrýù\x16\x1C h\x16 Ì\x1F a "
b"\x01 É┌òrìpí¢çÝ┘Q┤Ê\x19 "
b"\x01 É┌òr▓râÇâ¼}g│0| "
b"\x01 É┌òrËs1ë┐#æ:h▄Ì "
b"\x01 É┌òrÝs¯ì┼:V|\x1E\x08 ▓ "
b"\x01 É┌òs\x04 qe╣ͱãêVæy "
b"\x01 É┌òs\x1A p\x07 ╝§æx$\t Eú "
b"\x01 É┌òs1s?▒v▓̸µ╦¬ "
b"\x01 É┌òsGsb«íÍ\x15 L\x17\x08 â "
b"\x01 É┌òs^pÃÀ¨\x07 7╠\x1A a\x1A "
b"\x01 É┌òstr¦▒└¶\x1E 9╣w\x02 "
b"\x01 É┌òsïq\x17 ½ûxÑ\x1E ÞÌ┼ "
b"\x01 É┌òt@sÏï©▓\x7F\x10 mÖ) "
b"\x01 É┌òïVr0¥D\x17 ØíQw¢ "
b"\x01 É┌òïmrÍÜU*H\x08\x7F b) "
b"\x01 É┌òïçq\x04 ╝w/7Ì╗Ì▓ "
b"\x01 É┌òïísý╣\x17 jÞ&\x7F\f\x1D "
b"\x01 É┌òï©rêá┴_±ÐØ\x13 q "
b"\x01 É┌òï╬q,×s(ÛðôBÌ "
b"\x01 É┌òïÕs┼Ø2øÀÕ7V\x07 "
b"\x01 É┌òï¹q|¼■\x16 þ|aû "
b"\x01 É┌òî\x12 rÄÑî╩ðÅ╚█Ç "
b"\x01 É┌òî-pÚâ¿V²"ñÖ\x1F "
b"\x01 É┌òîCpò»ú¶oàáRÚ "
b"\x01 É┌òî±s:á%╦Ñ\x04 /lm "
b"\x01 É┌òì\x1C s¸â¢æ\x14 ¼]Ð "
b"\x01 É┌òì2r3╣ûn└r¬Â\x00 "
b"\x01 É┌òìGqû¡è3½PÌõÝ "
b"\x01 É┌òì_pÌû°~┴hnX╗ "
b"\x01 É┌òìwq#Å)ý"¤þ\x04 ╝ "
b"\x01 É┌òìÄs½¿ñðê,ÈÌ÷ "
b"\x01 É┌òìÑqvâ\x06 8[oò.? "
b"""
\x01 É┌òì╝p╣▓\x7F ■ù\n
A#
"""
b"\x01 É┌òìÊr«┤}O¥ïK│\x12 "
b"\x01 É┌òìÞqð¢¢Ö¥ÊceÑ "
b"\x01 É┌òÄøsØ║ÿ¦\x02 ║xáv "
b"\x01 É┌òÄ¥p$»+Ô╣î╗ë¥ "
b"\x01 É┌òĦsþ▒Ðô*\x17 Å╣ó "
b"\x01 É┌òİs¾º¸Ì│\x12 Ç▀³ "
b"\x01 É┌òÅ\x0F rı¥\f d*O»³Ö "
b"\x01 É┌òÅ&s\x18 ¼ÎBA'\x19 ¶h "
b"\x01 É┌òÅ=rxôæl¼äOÞ "
b"\x01 É┌òÅUq\x08 ¢H½]$À£Ð "
b"\x01 É┌òÅlpXüÔµ╗ÀoÕF "
b"\x01 É┌òÉ\x11 q-æsE\x10 p¿f: "
b"\x01 É┌òÉ6r\x14 Â╩ç¦=ÚÞÒ "
b"\x01 É┌òÉUpý╝ı┬#j²\e\x07 "
b"\x01 É┌òÉpr4º\x01\x08 █\f (\x01 ┬ "
b"\x01 É┌òÉçs1▓█Î\f x>Ô "
b"\x01 É┌òÉ×s«ç_ b¯i5└ "
b"\x01 É┌òÉÁr\e ÉòD\x0F │\x19\x1D ; "
b"\x01 É┌òÉ╠pX┐¤MâtÔ@\x04 "
b"\x01 É┌òÉÔr[Â\v\x08 !\x1E\x10 5Á "
b"\x01 É┌òæúsaóA\x19 ´âï\x08 & "
b"\x01 É┌òÆYs█åÐ!ì´jó "
b"\x01 É┌òÆüs-çì┬¥=\e ■¬ "
b"\x01 É┌òÆárc╗6\x06 ´¸úX· "
b"\x01 É┌òÆ└r]âÝ?╠Mx\x1D\x14 "
b"\x01 É┌òÆÎs?ó¾R,h╣R╩ "
b"\x01 É┌òôÑrR©Ë,Öêx02 "
b"\x01 É┌òô╔r\x00 ô³ÌÿqéÊB "
b"\x01 É┌òôÞqÜä!T.}ÖË┌ "
b"\x01 É┌òöúqìè~t/µ─╠¯ "
b"\x01 É┌òòPs\e ╣0x~¸\x14 ÄØ "
b"\x01 É┌òû\x00 rj«øaêXC½\x03 "
b"\x01 É┌òû¤pþ║╣ê╬û\e ╠\x11 "
b"\x01 É┌òùçpÔÄAþñè½<$ "
b"\x01 É┌òù¼s\x01 ª;\t ¾*Ç1\x1F "
b"\x01 É┌òÿmr³¢ÇTÂ¥´FX "
b"\x01 É┌òÖ4rfú]å]┼┐╦J "
b"""
\x01 É┌òÜ\x0E r#╝╦\n
\x04 ýíü6
"""
b"\x01 É┌òܯsð¥╔Zµ¹XÄW "
b"\x01 É┌òø\x14 rkàÒ░7¸ÑÒ{ "
b"\x01 É┌òø3s%¬Ö├ÚD9¼\v "
b"\x01 É┌ò╔ÇrjÑ\x16 Ðbæ█ãò "
b"\x01 É┌ò╔áp├▓É‗¢═m(Å "
b"\x01 É┌ò╔¢r¹Ñ█ô?¿Ó^~ "
b"\x01 É┌ò╔Ís\x0F Ö#D┤Óo\x0F ö "
b"\x01 É┌ò╔Ýr+Éá¨│ö░Ý\x07 "
b"\x01 É┌ò╩\x03 q>ö█èðÆ═vç "
b"""
\x01 É┌ò╩\x19 q%ç\n
¤\▀FW
"""
b"\x01 É┌ò╩0r2»╠\x11 àÝ[╦\x04 "
b"\x01 É┌ò╩FqFªHôýËhÊ║ "
b"\x01 É┌ò╩¨räûxùëè/ä▓ "
b"\x01 É┌ò╦6qÿø_\x14 x¯!×H "
b"\x01 É┌òÐÂq~▒]ü½*ì\x1E > "
b"\x01 É┌òÊfr*åÈÕXÑ\x05 ÷w "
b"\x01 É┌òË\x19 r\x07 £ÖX1ý<Æj "
b"\x01 É┌òËÃq═½Ô[\x05 FÌ╗÷ "
b"\x01 É┌òÈrq?¿\r ¸éÚZ\v ï "
b"\x01 É┌òı)sI«┘\x03 óøÅ┌0 "
b"\x01 É┌òıpsô▒\x19 Õ.┐°\x17 "
b"\x01 É┌òÍÂsîç_xl\x14 ¦qµ "
b"\x01 É┌òÎôq\x16 º\x0E OT àk├ "
b"\x01 É┌òϽsgäâö[O\t LÄ "
b"\x01 É┌ò┘ésLØSÃ<p\x0E ó└ "
b"\x01 É┌ò┌âsÒès/RÎB\x18 ¢ "
b"\x01 É┌ò█;qâªô¬$^ÈÊò "
b"""
\x01 É┌ò█·sëîW\x19 G®X\n
_
"""
b"\x01 É┌ò▀ÁqÜ┤!\x17 Ê\█\x18 ¨ "
b"\x01 É┌òÓérõØ(±\x03 Ûó▄Á "
b"\x01 É┌òßysT¬«Ý.ô+¯È "
b"\x01 É┌òÔ@qgçÕ\x08 `k\x06\x16 õ "
b"\x01 É┌òÒ\e pDâ>õÕ ═EX "
b"\x01 É┌òÒßpÒæÔâð\x01 Î0Ê "
b"\x01 É┌òõÜr\x7F ض=À\x1A ®│╩ "
b"\x01 É┌òÕYsí£"mª\x7F ┴U\x15 "
b"\x01 É┌òµ\x17 s*ÆÊ\f б¯Ã\x01 "
b"\x01 É┌òµ¦pX¿¯\x04 ®Úqeá "
b"\x01 É┌òþ®pòôó~Ýé%Gn "
b"\x01 É┌òÞnp\x1E ì>t-²ÇÁÎ "
b"\x01 É┌òÚ*qhù¤ÑúPOFt "
b"\x01 É┌òÚ┘s╩®q╠³┐F> "
b"\x01 É┌òÛøqÁéömèyhâà "
b"\x01 É┌òÙ`p±û\x16 U/òòª╩ "
b"\x01 É┌òý q`æE.╝═─kö "
b"\x01 É┌ò݃qÊ┐BnðP¢\x02 Ù "
b"\x01 É┌ò¯zpÁ¿║íz╬B#´ "
b"\x01 É┌ò´:sSÁ█Pý║~¼┤ "
b"\x01 É┌ò\x06 q\x08 í\x1A\x16 ¤T┘\x0F Ò "
b"\x01 É┌ò╚r×Àz\x0E ƒ9µ¤D "
b"\x01 É┌ò±upçë+`PvúÑu "
b"\x01 É┌ò‗1p£▒C┬`O▓\x16 ç "
b"\x01 É┌ò‗±sg»ØX┘]f■/ "
b"\x01 É┌ò¾¡pñ▒ª▄ù ß^ "
b"\x01 É┌ò¶es¸©³²dg_0L "
b"\x01 É┌ò§\x16 s7ûíÊþ»\x00 `\x19 "
b"\x01 É┌ò§²qò©B+1«OÄ+ "
b"\x01 É┌ò÷ÛrèÇ‗É░ñæ/\x19 "
b"\x01 É┌ò¸╠s\r Å\x0E Ý>\x11 ╣0 "
b"\x01 É┌ò°ós\x13 ú"'.aè╦Ä "
b"\x01 É┌ò¨ÅqX©î{Û\e ë², "
b"\x01 É┌ò·"pÂ_V\x19 gèè\x11 "
b"\x01 É┌ò·õpòƒéLI¿Y░\t "
b"\x01 É┌ò¹\t sjóR\x07 ÅÏÐâÔ "
b"\x01 É┌ò¹ÓräâåÙÖ\x03 fı4 "
b"\x01 É┌ò³Øs\x0F â¼>ÌM§>! "
b"\x01 É┌ò³├rû╣¤DçÀ³k\f "
b"""
\x01 É┌ò²épýº\x15\x04 ãc\n
U2
"""
b"\x01 É┌ò■\x1C p=á!ò\x08 ¿gE┌ "
b"\x01 É┌ò■▀sWù9L┤Ò¤Ø\x16 "
b"\x01 É┌ò \x05 p0ÀÛ┬ûc▒"¢ "
b"\x01 É┌ò úsô│̶̃Ü7Y "
b"\x01 É┌û\x08 °r¥Øâ÷?~J\x12 ì "
b"\x01 É┌û«¨r{Å\x05 óA┴dâê "
b"\x01 É┌û░Ir7â°\x1E áõ\x03 j0 "
b"\x01 É┌û▒\x08 pؼ▓o<3\x1D └p "
b"\x01 É┌û▒-sKô<ÊÛ¾{ "
b"\x01 É┌û┤+rk®ÿ┘f'm¨ "
b"\x01 É┌û┤ßq┼íò5ÛIðµ├ "
b"\x01 É┌ûÁ\x06 rgàÀr╚ÉoÔI "
b"\x01 É┌ûÁ#qh░WE]±\x1A ¾° "
b"\x01 É┌ûÁ:pÓ¼¤?*ñËËÙ "
b"\x01 É┌ûÁQqıù®]ñw*ôF "
b"\x01 É┌ûÁhpµ╗▓─╠[Y@\x17 "
b"\x01 É┌ûÁ\x7F pÿ╗(èCÎþá\x1A "
b"\x01 É┌ûÁùr¿ôûà\e\x16 N\v H "
b"\x01 É┌ûÁ«r\x06 ╣ø┼/¾¡ßF "
b"\x01 É┌ûÁ┼q▄¥ü\x11 ã,6©e "
b"\x01 É┌ûÁ▄s┴¢í═Íg\x05 Ó\x10 "
b"\x01 É┌ûÂêqià\v ò¨°ñ~L "
b"\x01 É┌û©}p×äJ¸Á¨ì\x1D ; "
b"\x01 É┌û©úrtƱKgEùkê "
b"\x01 É┌û╣Ìp┘ªT×R┌G.{ "
b"\x01 É┌ûʧs\x04 ½i\x11 |¿Ü2ë "
b"\x01 É┌ûËÒrhºzý┼╚b&V "
b"\x01 É┌ûÈ\t p#ü¸Ýê\x07 .Å═ "
b"\x01 É┌ûÈ*r]®\x0E U$ih]\x19 "
b"\x01 É┌ûÈFs¶æ>│8ı\x08 RÏ "
b"\x01 É┌ûÈ]r4│┌\x15 ÿÕw\x01 } "
b"\x01 É┌ûÈtqIÂi\x11 ñq\x03\x1D c "
b"\x01 É┌ûÈïr´ÆæÆ╝ÞuÀE "
b"\x01 É┌ûÈóq│¢▄Z\x06\x1D ░Õ "
b"\x01 É┌ûÈ║r¦£{.¡Fâ\x17 < "
b"\x01 É┌ûÈÐr\e áÿ0ÏRz:Û "
b"\x01 É┌ûÈÞq┬ò\x11 Z┴▄òÚ] "
b"\x01 É┌ûÈ q6èwN\x02 íÉæñ "
b"\x01 É┌ûı\x16 p¼Üoû¨{7âç "
b"\x01 É┌ûı-p÷çê\x07 -¡õ"z "
b"\x01 É┌ûıDqZä(<kC\x0F ÝÍ "
b"\x01 É┌ûı[qªå\f ±'G.«Æ "
b"\x01 É┌ûÍ>sãÖðXÁëÎ<§ "
b"\x01 É┌ûͧsËÖ&þó®░╔\n "
b"\x01 É┌ûÎ╝pâ×\t K'ð╦╣\x1A "
b"\x01 É┌ûÏàr\x12 Ä╠g╚Ò┤vR "
b"\x01 É┌û┘@pm½¹çWCÂ]| "
b"\x01 É┌û┘esÓª¡─=EMÜ{ "
b"\x01 É┌û┘åpãá$³ëcV;D "
b"\x01 É┌û┘úps×Ã\x0F KtA\x1E "
b"\x01 É┌û┘║q\è|èX╦\x7F c╩ "
b"\x01 É┌û┘Ðs▓¬t;k\x14 Ã6Ñ "
b"\x01 É┌û┘Þs5┤Ö¦Zÿ\x1A ªl "
b"\x01 É┌û┘ p=│8áÑGÁðÅ "
b"\x01 É┌û┌\x16 sN║Æ\x08\x1E .yht "
b"\x01 É┌û┌3s5â\x04 æF=H¾ "
b"\x01 É┌û┌Kqÿ×/\x16 ÞC‗6T "
b"\x01 É┌û█\x16 pæƒT²■û╣\x01 Ï "
b"\x01 É┌û█Ãrøåt©OÚ¯¾\x03 "
b"\x01 É┌û▄sr\x0E Á\e v´PòØÈ "
b"\x01 É┌û¦9r9ú\v ¢G5|&5 "
b"\x01 É┌ûÌTpÚ»Ã\x06 !NðTè "
b"\x01 É┌û▀\v s¿ü╬┬╦\r ȼ■ "
b"\x01 É┌û▀¢sûº@\t u Fl╔ "
b"\x01 É┌ûÓçqÁ«±aê╩#À@ "
b"\x01 É┌ûßlr\r ╗-■²ü─kØ "
b"\x01 É┌ûÔ(rÁåG‗3§▓M¿ "
b"\x01 É┌ûÔÈpÀ¡ë:x├h5¨ "
b"\x01 É┌ûÒ}r{░\x1A ¾3Ü┤ð| "
b"\x01 É┌ûõ=qCôÁUÅW\x17 ús "
b"\x01 É┌ûÕ!sK╗ºbWKÄx~ "
b"\x01 É┌ûÕ´rCøéÈù╦▀j└ "
b"\x01 É┌ûµ®rb»{\x7F U3C§ñ "
b"\x01 É┌ûþ▒rûïÄó°(▀\v ╝ "
b"\x01 É┌ûÞ¼sw¡\x01 w‗|ý<S "
b"\x01 É┌ûÚgp┘í;ze©úX¦ "
b"\x01 É┌ûÛPsÑÜ┴\x00\x04 ÛJtô "
b"\x01 É┌ûÙ6s÷à\x05 Õ\x17 z÷Æ~ "
b"\x01 É┌ûÙ³s?ò¶#Âò\e )5 "
b"\x01 É┌ûý║sª»\x19 ┘4:x╣╗ "
b"\x01 É┌ûÝtq²ôä╬W«¼Aô "
b"\x01 É┌û¯\x1D s\f ©JþPõ§f\x05 "
b"\x01 É┌û¯Ór|å¬ñ\x1E f)ï "
b"\x01 É┌û´Åq╦ë║\x0E 3v±4² "
b"\x01 É┌ûlrYè\x05 ıÈæãR║ "
b"\x01 É┌û±xpcöÜ»|v\x1A Nè "
b"\x01 É┌û‗~rmÄUüÇM\x08 ¤> "
b"\x01 É┌û¾rríæaâ/\x17 L'G "
b"\x01 É┌û¶^pr┐ƒp▓Ï\x1F è¦ "
b"\x01 É┌û§)p[»+*│ù\x06 Äß "
b"\x01 É┌û÷\v sJÿUÀ1×Px: "
b"\x01 É┌û¸\x19 sU║Ý;ckÐNq "
b"\x01 É┌û¸╬q╝Á\«│¡/Ǥ "
b"\x01 É┌û°ör|╝_È'oP\x13  "
b"\x01 É┌û¨Xpת|Ë\t Ôá#\x16 "
b"\x01 É┌û·\x1C p äaµ³·vß\x0E "
b"\x01 É┌û·Ýp╗üU;ï¡;fo "
b"\x01 É┌û¹Âp╔¿gqÔvY\x1F E "
b"\x01 É┌û³ïpáºa·s}ï\x1D ! "
b"\x01 É┌û²ipæñõ$\v pZ±\e "
b"\x01 É┌û■'s┐ì1fc¢Fg┤ "
b"\x01 É┌û■Ûrj£ íô\x14 _o& "
b"\x01 É┌û ísD░×NK└h\x01 ~ "
b"\x01 É┌ù\x00 xs╣ƒ®½\v ı\x0E 5í "
b"\x01 É┌ù\x01 +s\x1C ×è=GS┘:; "
b"\x01 É┌ù\x01 ▀q$ÁA¨Î®Úaÿ "
b"\x01 É┌ù\x02 ▓p¢¢è-Luì│í "
b"\x01 É┌ù\x03 kqEÁ\x1A F\x06 ╣âý╚ "
b"\x01 É┌ù\x04 .qÈÁ}\x01 Ý\f Ì«§ "
b"\x01 É┌ù\x04 ýp╬¬ÜPÌVÒ═û "
b"\x01 É┌ù\x05 úríè╗U7xOj\x05 "
b"\x01 É┌ù\x06 ery║¨\x14 ³\x7F ´/r "
b"\x01 É┌ù\x07 <rMøÓ\x1A 3Á┴yÍ "
b"\x01 É┌ù\x08 -r\x1A ¬¥°*Å^─Ç "
b"\x01 É┌ù\x08 Þqe▓╬ ┌~ Uî "
b"\x01 É┌ù\t ▄q├«û\x11 IJJ‗Ú "
b"""
\x01 É┌ù\n
▄sß®@w\x13\x1F úì╝
"""
b"\x01 É┌ù\v øp\e í>Î└r8ò\x1C "
b"\x01 É┌ù\f hq¦ÄÁ\x14 %\x02 «é4 "
b"\x01 É┌ù\r &rgÇä▒h)\▓┘ "
b"\x01 É┌ù\r ßq)î¢R\x1E Ëÿz■ "
b"\x01 É┌ù\x10 -s1í«ík┘═¶r "
b"\x01 É┌ù\x10 ¾rÞ│S7NÔ▄\Á "
b"\x01 É┌ù\x11 ¬s-ñ┘* îtñ\x1A "
b"\x01 É┌ù\x12 us{┐¢#\r \x1A n|÷ "
b"\x01 É┌ù+ós,ä7\x04 -I\x16 ╠ý "
b"\x01 É┌ù,js═│Ý┤ø\x02\x08 z¿ "
b"\x01 É┌ù-=rFºıÆ\1┼\x1F ß "
b"\x01 É┌ù-Þq\x0E Ü┴}┬Ö\r ¬) "
b"\x01 É┌ù/up\x03 ¼`\x01 û\x10 ¦$¡ "
b"\x01 É┌ù04q©╗oèS\v ┼Wj "
b"\x01 É┌ù1\x1C pìë]~úX}n\v "
b"\x01 É┌ù1╚sðÉÁáWª$ÉÅ "
b"\x01 É┌ù2vr?øq¨╗\t ¿Nµ "
b"\x01 É┌ù3\x18 q}╣Ai▓\r ²Òº "
b"\x01 É┌ù3ÎrOì\x17 ŧ9ý\x0E\x08 "
b"\x01 É┌ù4Ãq*ï7,¡┤põ\ "
b"\x01 É┌ù5ìr│«¿└³Ûtû¤ "
b"\x01 É┌ù6Ms×║°'MÒ<mm "
b"\x01 É┌ù7\x05 pUÜn\x11 ┘Æ=Ô┌ "
b"\x01 É┌ù7p_àÄ\x1E `¿vzC "
b"\x01 É┌ù8└p▀áë]»Ë╚$1 "
b"\x01 É┌ù9|sÃáã8²Z■T "
b"\x01 É┌ù:WpN©\x0F\x07 ìguþ\x08 "
b"\x01 É┌ù;\x11 s░Äåo;Õ╠\x1C # "
b"\x01 É┌ù<$p\í\x7F\x11 ╝ü═‗^ "
b"\x01 É┌ù<°rNóOwò░╩üo "
b"\x01 É┌ù=╝r å\x7F\x02 ¼\x1C ù©▀ "
b"\x01 É┌ù>Éq-îþcs╔Å1é "
b"\x01 É┌ù?fsÍîÑKÀhqìÎ "
b"\x01 É┌ù@9q░¢¬>ð«╬°\x1D "
b"\x01 É┌ùA\x1F r¯Ök\x06 INc(½ "
b"\x01 É┌ùAÒp\x12 Ä#Ö╠¤ì#´ "
b"\x01 É┌ùB▒qÍ¡.ı<l╬Îú "
b"\x01 É┌ùCpq┐ú╣q7n▀\x14 "
b"\x01 É┌ùD?rþ¥=@ÖÅ╗\x03 \r "
b"\x01 É┌ùE┬r.¡çÁë½O») "
b"\x01 É┌ùFvs\x16 ¼¢╝ôô┴¾Q "
b"\x01 É┌ùG8rL»]\x01 â╔■éü "
b"\x01 É┌ùGõp"á9ã═\x0F è\x05 9 "
b"\x01 É┌ùHƒr╔èZÕëìmR} "
b"\x01 É┌ùIdsÔ¢¯Æ²Bz╣Ê "
b"\x01 É┌ùJ3rö╣¶╠/?\t ]╔ "
b"""
\x01 É┌ùJXq\n
éL$À/Z\x1F §
"""
b"\x01 É┌ùJypVüí°\x05\x10 =r; "
b"\x01 É┌ùK9s@╗©í|ı½é_ "
b"\x01 É┌ùK§q¡ûËH8ؼÎU "
b"\x01 É┌ùL\x1A rJóbèÑø\x13 AÍ "
b"\x01 É┌ùL9s'Çë╝¦╣ A\x15 "
b"\x01 É┌ùLPp+×\x00 Üı\x18 ▀ãF "
b"\x01 É┌ùLgs\x13 À¦─\x10\x03 B¼« "
b"\x01 É┌ùL~q®Âõ\x7F ¡\x00 í4æ "
b"\x01 É┌ùM_p1é®ÖVçD┼¦ "
b"\x01 É┌ùMäqOÜÑå¹ðdVÑ "
b"\x01 É┌ùNMs@û¹+cXòNÀ "
b"\x01 É┌ùNrrEÖ\x1F ð!÷nº\x04 "
b"\x01 É┌ùNôqÇ«µ\x15 ¦▓┌áÇ "
b"\x01 É┌ùN¬s╦ä\x12 ║¹c\v m╦ "
b"\x01 É┌ùPƒs®ñØ┘┤ØÚDé "
b"\x01 É┌ùQ~q\x02 ╗Ø\v ø¨Ìê\x13 "
b"\x01 É┌ùREqù║Ihh{îЧ "
b"\x01 É┌ùSéqqº¼î\x06 Ì[p0 "
b"\x01 É┌ùTÒr0ô\x14 Ñ©¬Á\x08 q "
b"\x01 É┌ùV-pƒÖ_ªAã‗NÑ "
b"\x01 É┌ùV▄pC║ûÓ\x1A ¨gl~ "
b"\x01 É┌ùWªsT¥m!³Ä┼\r ┘ "
b"\x01 É┌ùX¸q,Æ,▒\x0E óú\x1E Í "
b"\x01 É┌ùY×r¡ì´╦v‗ÅøÅ "
b"\x01 É┌ùZKr¨ñó/âV°µı "
b"\x01 É┌ù[lr*á\x11 t2à)"╬ "
b"\x01 É┌ù\%pÍÅÊÿ¢ Ç/G "
b"\x01 É┌ù\·q¢▒Äx\x10 ¡xjE "
b"\x01 É┌ù]┬qöÿ─ÎÓc,qQ "
b"\x01 É┌ù^{r╔ÁÄ]4I┤¢· "
b"\x01 É┌ù_:sËà╗\x01 ®iBf- "
b"\x01 É┌ù`┤q\t ×ô³Í9]â "
b"\x01 É┌ùaer\x1C Å'ut╔a]─ "
b"\x01 É┌ùb%qµ£Ô*?╝§Þa "
b"\x01 É┌ùbµs4è\r ÉÇö¤º\x11 "
b"\x01 É┌ùc¥s í¦'¾ë²╔ "
b"\x01 É┌ùdÉp\x03 ░²§øè°ö/ "
b"\x01 É┌ùe=sÝ▓ïß^3ótı "
b"\x01 É┌ùe³p©ºk¾TW■S╩ "
b"\x01 É┌ùf╔rZù#Ø:┴╝è9 "
b"\x01 É┌ùh(sy£!¾█▄\v [ "
b"\x01 É┌ùhırWäO2Á┬F£k "
b"\x01 É┌ùiÅq\x02 ┤êB&¡ƒRA "
b"""
\x01 É┌ùjRq:ä\x16\x13 %ø\n
Æ=
"""
b"""
\x01 É┌ùj²pØ®ëw\n
(└░À
"""
b"\x01 É┌ùk¼q]¥#ÛÃÝ&ë3 "
b"\x01 É┌ùlxsÅäÜ»[ÜËã\e "
b"\x01 É┌ùm2peÇ\x19 Ãí«Â\x17 Q "
b"\x01 É┌ùm÷q\x16 üCQ³░═aá "
b"\x01 É┌ùp\x03 s&å7ÂüJ┌º\x03 "
b"\x01 É┌ùp└s#│▓M┬‗ð@× "
b"\x01 É┌ùqhr┤¥_Ü\x7F ËúãQ "
b"\x01 É┌ùr\x15 pÒæ▒©»¼aqÀ "
b"\x01 É┌ùrÍr'░mÓp÷omJ "
b"\x01 É┌ùsÆqFçOÓ╩ªÌ¾L "
b"\x01 É┌ùtVq│ïÚÂi\x00 0r\ "
b"\x01 É┌ùu\x04 s§ö\x18 ø&H r¼ "
b"\x01 É┌ùu░r╠ùeî4¦¯è~ "
b"\x01 É┌ùv_s▀╝▓╠h6«½F "
b"\x01 É┌ùw\x1F rNɼά*ô¼ "
b"\x01 É┌ùwDr5▓àýQ\x14 é²Å "
b"\x01 É┌ùÅ;sÑ▒¡AI‗┌À% "
b"\x01 É┌ùÅgs‗é\x1C ÿ¼\x02\x02 WÆ "
b"\x01 É┌ùÅïrıëªq╣ÿ\x18 Ú "
b"\x01 É┌ùÉfrUâ9DÆ2ı º "
b"\x01 É┌ùÉôrñø▀╠ƒîu¼² "
b"\x01 É┌ùæTsðÁ\x07 ¬uúÆÆè "
b"\x01 É┌ùÆ\x14 sØó▀▓R.J%^ "
b"\x01 É┌ùÆ‗pÈè▓K\x18\x04 3( "
b"\x01 É┌ùôËq\x0F í(r\x1C Þi╬\e "
b"\x01 É┌ùöÈr+©Ùü\x1D þóä\e "
b"\x01 É┌ùòƒqGƒ\f q7Å ná "
b"\x01 É┌ù£Er¥ñ\x0F Ø\x1F ·\x10\x06 ═ "
b"\x01 É┌ùØ\x12 s■┐õáà\r 6"\x12 "
b"\x01 É┌ùØÝp¿Ábê¶\x1D G█ú "
b"\x01 É┌ù×Âpnô|q\x08\x18 ±\x1E\x10 "
b"\x01 É┌ùƒÝsþøA ú┼á┌g "
b"\x01 É┌ùá¢r\x00 Â×°ãÍö?] "
b"\x01 É┌ùíòr\x19 Ä└¤Wª²·ù "
b"\x01 É┌ùóZpU¬X\x04 úzQ╣¾ "
b"\x01 É┌ùúTqp╗ Ò\x05 r\x0F ¹~ "
b"\x01 É┌ùñ\x12 s©ûk6ªfss¬ "
b"\x01 É┌ùñÎq%©§6Hç)\x12 ▓ "
b"\x01 É┌ùª\x05 rÚâ'4ùà±xÁ "
b"\x01 É┌ùª¡pì¼û¡º·S³f "
b"\x01 É┌ùªÈp╩Ö\x18 Dx@`´ı "
b"\x01 É┌ùª°s~é\x16 >■t¢▄h "
b"\x01 É┌ùº\x16 q╠ÆU[W¶K¢\t "
b"\x01 É┌ùº°sUçÁ¤½Ë]S< "
b"\x01 É┌ù¿¼r├ñDè▒fªû¨ "
b"\x01 É┌ù®ts^û&ê%ʪÙ[ "
b"\x01 É┌ù¬_s8â\U>U¹Ê· "
b"\x01 É┌ù½VsSÆudx\Qµ/ "
b"\x01 É┌ù¼\x16 s\r Ç┼7│&\x7F 9‗ "
b"\x01 É┌ù¼ısë׃ÿ(Z²]ª "
b"\x01 É┌ù¡¿p{ñ&póx\x06\x10 ô "
b"\x01 É┌ù«ÅpÅÆJU\x17 ôÀ\r Q "
b"\x01 É┌ù░5q\r æÚhÁo╩o¬ "
b"\x01 É┌ù░Zr°Á\t öC%\x04 %@ "
b"\x01 É┌ù▒$s©Å\x0E ‗:ç─┘z "
b"\x01 É┌ù▓Ts4©■Î▄=┌¢█ "
b"\x01 É┌ù│\t pnà\x18 §┴┘Ø═ "
b"\x01 É┌ù│.qðا^┴¯/\À "
b"\x01 É┌ù│NpE│,ð¹`Ì╬Ø "
b"\x01 É┌ù│jq ▓èzC\x18 ░\r â "
b"\x01 É┌ù┤8séĽ,ý¯ú<U "
b"\x01 É┌ù┤]ròò╬g\x13\x1D v┴╝ "
b"\x01 É┌ù┤~p\x12 ëÜ┌Á$vk "
b"\x01 É┌ùÁ;r¨ÑÚâè┌IK\f "
b"\x01 É┌ùÁar>äQ¨\x07\x13 ÿÂ~ "
b"\x01 É┌ùÁ\x7F r%òÝ/\x07 KývÄ "
b"""
\x01 É┌ùÂTp^ÿªÇÞ\n
░▓¶
"""
b"\x01 É┌ùÂys°ú▀àñ\x14 .\x04 "
b"\x01 É┌ùÀ8sª┤N§\x16 µ¬w "
b"\x01 É┌ùÀÔsºôÊ#ê+ƒ├A "
b"\x01 É┌ù╣\x18 r\x06 ä`ÁZ┴▀Ö³ "
b"\x01 É┌ù║nqrÜMM>oA¯ó "
b"\x01 É┌ù║ùq╠æ]ÑL█ñeY "
b"\x01 É┌ù╗ßpÂ┐}sk╩A§\x00 "
b"\x01 É┌ù╝\x06 r\x07 à5\x12\x02 ‗ÿF "
b"\x01 É┌ù╝ËsHè¹\x18\x05\e ╦m¨ "
b"\x01 É┌ù¢ÑrÓ╗(┤R¿[¸\x08 "
b"\x01 É┌ù┐ër╣½Qoì2\f 6\r "
b"""
\x01 É┌ù└gr\n
ƒ\x07 Ã+X«Jj
"""
b"\x01 É┌ù┴<q┴£2ýhNÛ\t Ð "
b"\x01 É┌ù┬\x01 r│ä╠²E*°╦\x18 "
b"\x01 É┌ù┬Ãsµæa>@Ì-ú╦ "
b"\x01 É┌ù┬‗psòƒÊrÞ╣█s "
b"\x01 É┌ù├\x19 p÷ƒ:¸D‗e ¦ "
b"\x01 É┌ù├:rÖù\x03 ¹õ¸êQª "
b"\x01 É┌ù─\x02 q┤©H±üq¥Hä "
b"""
\x01 É┌ù─.rá½^\x1F V╗ï\n
¢
"""
b"\x01 É┌ù─Ms╠ì\x12 £ç̼┤þ "
b"\x01 É┌ù─jp~ñ┘þ\x07 %I{² "
b"\x01 É┌ù┼;r)▒wNnØ\x14 ,a "
b"\x01 É┌ùãÄpòë.;Ö\x08 æ'N "
b"\x01 É┌ùÃMsåùµ\x00 ´┌÷aÐ "
b"\x01 É┌ùÃrqôøÈ¶^┤úÇ\ "
b"\x01 É┌ù╚=q┐è¢ôó\x18 ev▄ "
b"\x01 É┌ù╔Ésç┐¥âµù\x14 ³█ "
b"\x01 É┌ù╩Ùp┴ÄÀ)±ç├\v 3 "
b"\x01 É┌ù╠>rE╣ÌÀMßïòN "
b"\x01 É┌ù═øp┴Áö╠¯\x04 #‗N "
b"\x01 É┌ù╬Är║ò·¼¨ýö┐Ï "
b"\x01 É┌ù¤hr¡©Î-¿F¿ƒµ "
b"\x01 É┌ùðYr]ÇZ┘\x07 ¿F▄╚ "
b"\x01 É┌ùЮpx▒èG┘smäµ "
b"\x01 É┌ùÊmp\x1E ©ÏDÅ\v ë+° "
b"\x01 É┌ùË)s×ÂU¾§ûG|X "
b"\x01 É┌ùÈxq]è"\r Nb,Eq "
b"\x01 É┌ùı:pAÅ4yïS²┴Ñ "
b"""
\x01 É┌ùÍ\x0E r\x1A êìdª}\n
´¥
"""
b"\x01 É┌ùÏ`r\x19 ¬KñÛ┐mzä "
b"\x01 É┌ù┘\x15 q┘│─½¿ÇL?\x13 "
b"\x01 É┌ù┌1qâÁò\x19 ¯ı░\x13 º "
b"\x01 É┌ù┌¯qÌë▀[\x00 -Þ\x17 "
b"\x01 É┌ù█Ðr┤ç4ÜkÄ■ñ° "
b"\x01 É┌ù▄ôq×é/Ö'¶{║S "
b"\x01 É┌ù¦Hq\v ¼\x11 (ê\x12 K╔ä "
b"\x01 É┌ù¦nsj┐\x1E ULÖ'\x17 n "
b"\x01 É┌ù¦ìsD▒{É-┤±\Y "
b"\x01 É┌ù÷┬q7ƒ÷°▒böHÏ "
b"\x01 É┌ù÷Þq┐▒{rD\x0E 8|9 "
b"""
\x01 É┌ù¸\n
p\ÄYAñpu¿l
"""
b"\x01 É┌ù¸'qéö╣ðãQ1YF "
b"\x01 É┌ù¸ýs·×¨@þçèJ· "
b"\x01 É┌ù°\x11 qÅöûKr6¤îÎ "
b"\x01 É┌ù°2r[╝È ╣╩`ûp "
b"\x01 É┌ù°Or-é\x01 [▓©-¬ı "
b"\x01 É┌ù°lr«¢×ú´\x03 Dã" "
b"\x01 É┌ù¨5p│ç\x12 Á┌ÈîÌz "
b"\x01 É┌ù¨ÛpeÆ┌¡\x04 U_ËC "
b"\x01 É┌ù·\x14 rt¿Ö\x12 m\x14\x0E :╣ "
b"\x01 É┌ù·Ðshع│ 7╚%& "
b"\x01 É┌ù·¸s\x7F ¡`ü"\x02 uKM "
b"\x01 É┌ù¹\x16 s\x19 ¡>ã=M^\x16 "
b"\x01 É┌ù¹7qW½s#mT<"È "
b"\x01 É┌ù¹µq;ÑóÙyí\x07 å[ "
b"\x01 É┌ù³▒r\x18 ù©ï¤\x04 êÝu "
b"\x01 É┌ù²rp▄┐5╠"àºìN "
b"\x01 É┌ù²ùse«Â¦º4õÔ½ "
b"\x01 É┌ù²Âp}ª0SVë½L\f "
b"\x01 É┌ù²Îq\x10 Ä▒M└rXD\t "
b"\x01 É┌ù²´sf½▓ »^ð&B "
b"\x01 É┌ù■\x06 rıóýÿ*"╣\v _ "
b"\x01 É┌ù■!piêo┐\x01 óåZu "
b"""
\x01 É┌ù■9ppæ\n
)ZHS§Ý
"""
b"\x01 É┌ù■Tr┴òÑp¬®ù§ù "
b"\x01 É┌ù■kqC▓^ôUÊ║²: "
b"""
\x01 É┌ù■år\n
½\x18 ■F¹1´_
"""
b"\x01 É┌ù■ØpíèÔåÆ▀ïèU "
b"\x01 É┌ù■©rJóÀÁý·×Ê4 "
b"\x01 É┌ù \x7F p\x15 æ═§ pbÁA "
b"\x01 É┌ÿ\x00 Èr-£ýY\x16 ░t\x04\x07 "
b"\x01 É┌ÿ\x00 ·p¨½+/▒m@i═ "
b"\x01 É┌ÿ\x01\x1D sIƒx\x1D\x1E\x16\x06 y[ "
b"\x01 É┌ÿ\x01 :r\x1E Â,x╦£t¦à "
b"\x01 É┌ÿ\x01 SsÈ¡·Cß«X·å "
b"\x01 É┌ÿ\x01 jrÁ½\x10 S\x10 »┐\x10 "
b"\x01 É┌ÿ\x02 2p\x12 ░dÂ▒Í\x06 av "
b"\x01 É┌ÿ\x04\x16 p³ù1lP▄ñƒÍ "
b"\x01 É┌ÿ\x04 ÌrÂØÍTÌu®\x00 j "
b"\x01 É┌ÿ\x05 ÞpyüQ\x12 ,F´,\x14 "
b"\x01 É┌ÿ\x07\x02 pÐÇ┬Àõ²▓îX "
b"\x01 É┌ÿ\x07 Ëp]üeÃßE³î¹ "
b"\x01 É┌ÿ\x08 ør!ÉU\x1D ¹Ïà\x15 ─ "
b"""
\x01 É┌ÿ\x10 ╠peñ_?\x11 \n
Ľq
"""
b"\x01 É┌ÿ\x14 %r@çfÆ┘Üû¢┬ "
b"\x01 É┌ÿ\x14 ßqÊî┬í▄Âc½ü "
b"\x01 É┌ÿ\x15 ¡q\t óÏÞ)<\x13 rl "
b"\x01 É┌ÿ\x16 \p|¢¶]kÌı}Õ "
b"\x01 É┌ÿ\x17 %rgî├×ıù\x07 *X "
b"\x01 É┌ÿ\x1A ør\x03 æQ\x07 mÑ┼µ¡ "
b"\x01 É┌ÿ\e ▀sÖó4┌╗\x06 ߤ╚ "
b"\x01 É┌ÿ\x1C\t q<øy^Ô\t │\r \x06 "
b"\x01 É┌ÿ\x1C *pî¿5.ëâÏ├4 "
b"\x01 É┌ÿ\x1C IqXÖù‗j0¬3T "
b"\x01 É┌ÿ\x1C `qc«$ó×/ç╦\v "
b"\x01 É┌ÿ\x1C yqÌ│¥\x14 Å×\x14\x1A ┬ "
b"\x01 É┌ÿ\x1C ÉsÖÁOæ╬a¨{R "
b"\x01 É┌ÿ\x1C ¬róº╬Õå\x05 qÿ[ "
b"\x01 É┌ÿ\x1C ┬p^É┐3\v b\x07 êp "
b"\x01 É┌ÿ\x1D {qãƒbÿxèOþÙ "
b"\x01 É┌ÿ\x1E 1q└éó╬▀H\x03 Ï "
b"\x01 É┌ÿ\x1E ±s\x1E ü┐îHöÇõ§ "
b"\x01 É┌ÿ Cr 嵤øï\x01 2▒ "
b"\x01 É┌ÿ!\x0E p┬¬<rå\x02 ■ö8 "
b"\x01 É┌ÿ!7r┼Äg\x1A æée$. "
b"\x01 É┌ÿ"×sd¿g▄ñ┬þ└á "
b"\x01 É┌ÿ"Ãs"¬\x0E ¤Nz[eÓ "
b"\x01 É┌ÿ#îq0░ƒ\x11 öÅ\x16 2 "
b"\x01 É┌ÿ#ªqqæ¹9\x08 ùç╩N "
b"\x01 É┌ÿ#¢r/ì\t öøÄoÈ| "
b"\x01 É┌ÿ#ıq╦ô\x13 óRPòú┌ "
b"\x01 É┌ÿ#ýsw¥Ö─\!\x0E DO "
b"\x01 É┌ÿ%ÖqiÅ\x16\f þ³Ïb- "
b"\x01 É┌ÿ%┴räæ▀╠Á║ƒ╩┐ "
b"\x01 É┌ÿ%õqäï░¼\x11\x03 Ï\x13 , "
b"\x01 É┌ÿ&\x00 pß┐@\x1D 3:NlX "
b"\x01 É┌ÿ&\x17 p·╣¡|*O╔R "
b"\x01 É┌ÿ&2pÓ┐¨ƒ▓╬ ÿ¬ "
b"\x01 É┌ÿ&Ipð«ü¼TÂX±\x13 "
b"\x01 É┌ÿ&crAÁD\x13 ╚\x1D ▓\x7F , "
b"\x01 É┌ÿ&{sõ╝\x15 Òú\x06\x10 å╣ "
b"\x01 É┌ÿ'qqrѰP¼╔hxÜ "
b"\x01 É┌ÿ'øp┤©2\x1E 0▒£SÜ "
b"\x01 É┌ÿ'║p0½\x01 BƒÃ¦ª! "
b"\x01 É┌ÿ'Ðp)ÄRÆFIê▄\x0E "
b"\x01 É┌ÿ'þq\x05 ┐ ßpJ{wÎ "
b"\x01 É┌ÿ-Bs┼øXúZ½\x12 xî "
b"\x01 É┌ÿ3ƒr!û└\x19\x18 ýLÉs "
b"""
\x01 É┌ÿ4{s\n
¡Î\x19 |‗j\x03 È
"""
b"\x01 É┌ÿN'rãï\x18 Ô‗§\x05 N\x07 "
b"\x01 É┌ÿN¯r©┐¾Úɹn│. "
b"\x01 É┌ÿO═pDö\x0E pe\x17 o\x10 U "
b"\x01 É┌ÿPäsÉ«ÅgÔ░hùó "
b"\x01 É┌ÿQUr6¡x╝i¦âÅ░ "
b"\x01 É┌ÿR\x14 pW║N»)\x0F Æi` "
b"\x01 É┌ÿRÈpV«║¯m╩W«┌ "
b"\x01 É┌ÿS|s\x17 êÚ«ÊÙ▓#[ "
b"\x01 É┌ÿT-q┼¢rÒ5H ┬ "
b"\x01 É┌ÿTRr`▓4╠¢ÑÙ┘ø "
b"\x01 É┌ÿTrqÒ©ñþ¸\x01 ¬┬Ý "
b"\x01 É┌ÿTÅr\x1F ª`}wù^ÖÓ "
b"\x01 É┌ÿTºrÙÉ~MÊØ#¯â "
b"\x01 É┌ÿT┐qX¿Y2i‗üÑÿ "
b"\x01 É┌ÿTÍp\x02 ÅÝß&ÄW³■ "
b"\x01 É┌ÿUƒq\x15 Ñ\x04\x18 ._);\x0E "
b"\x01 É┌ÿU┼söÆ~¤X├m·Õ "
b"\x01 É┌ÿUÕpÐ╝èÍ\x12 ¯ÐML "
b"\x01 É┌ÿVørÝëÍ.░yFmP "
b"\x01 É┌ÿV┬p▄á┤_°6v▀¹ "
b"\x01 É┌ÿVÔreÿ!ÌzÅVÄT "
b"\x01 É┌ÿWùs(éÁ┤|╣Ýõ= "
b"\x01 É┌ÿX6s¦▓'cÑ@åj═ "
b"\x01 É┌ÿXÚpNùú½\x1C ▀¸ÉÞ "
b"\x01 É┌ÿY×r║À¥╣1═█\x02 ┐ "
b"\x01 É┌ÿYãsmôWB─┴\x1D Â\x17 "
b"\x01 É┌ÿYÚri┤Ç<\x7F ÿ:¡á "
b"\x01 É┌ÿZ»sÄôZ½ð·LB "
b"\x01 É┌ÿ[lq\x1D óƒY´┴ÙT╦ "
b"\x01 É┌ÿ[ÆrTür¤v┴\x01\x01 ß "
b"\x01 É┌ÿ[│pyéúOòo‗us "
b"\x01 É┌ÿ[¤p\x18 ïºi ¡╠\x11 Á "
b"\x01 É┌ÿ[µr¥║WÓÅ\x14 ÜÍ\x1E "
b"\x01 É┌ÿ\ûqUå\v ¹û¬Xãà "
b"\x01 É┌ÿ\╗s╗¥½\x0F ÞóºÅs "
b"\x01 É┌ÿ]vs▀ëgI╝ȳÒË "
b"\x01 É┌ÿ]ør"¿ø¬ø·Èq, "
b"\x01 É┌ÿ]╗q┴áìȯF\x01 ¾ "
b"\x01 É┌ÿ]Íp{¡AíeK±RÁ "
b"\x01 É┌ÿ]¯pmæ\x07 µ\r wÔ8\r "
b"\x01 É┌ÿ^\x05 qîÉ┘¬ñ═±æp "
b"\x01 É┌ÿ_\x1E s`áë_dàçùı "
b"\x01 É┌ÿ_▄q9æ©Z #Á° "
b"\x01 É┌ÿcor\x10 ┤d┤j╬ÿfl "
b"\x01 É┌ÿd6s¹ü<·║\f Þ─¶ "
b"\x01 É┌ÿd_s▒ügµ~░ÀSá "
b"""
\x01 É┌ÿdär¼ñ┴ï\x05 \n
\v i\x0F
"""
b"\x01 É┌ÿdÑq╠Çm\x03\x19 G¦\x16 ï "
b"\x01 É┌ÿd┼qoç\x01 YÄd\x00 ÙÌ "
b"\x01 É┌ÿd▄rðÿ\x0E ~.ÄÅ╝ "
b"\x01 É┌ÿeªs\v Áº┘╝W£êı "
b"""
\x01 É┌ÿf{rü╝¸\n
,V¨h═
"""
b"\x01 É┌ÿgYq¥éPaÊ\x12 êç\x0F "
b"\x01 É┌ÿh?rØö┬)Á(¼╚A "
b"\x01 É┌ÿi\x08 r\x15 ó¢¬:Dµ─¿ "
b"""
\x01 É┌ÿi┼r\n
ø\x07 ╚\x03 ╔H┌g
"""
b"\x01 É┌ÿiÝqfásÜò \x04 6ä "
b"\x01 É┌ÿj\r p\x1E à5┌Á<é¾q "
b"\x01 É┌ÿj%rFò\e ×v§▀ô\x13 "
b"\x01 É┌ÿj=q¸╣±]f╣â█\f "
b"\x01 É┌ÿjTpÕóÅ0┐\x05 µÂ> "
b"\x01 É┌ÿjmsê©_\x11 ╣mòV\x15 "
b"\x01 É┌ÿjäs▓ïÔ×\t e░Cƒ "
b"\x01 É┌ÿkVq\x19 ó@½@4T¾\x1F "
b"\x01 É┌ÿk{s<ƒÊ\x14 ,¸^y░ "
b"\x01 É┌ÿl=r.®%bOs\x03\x05 ö "
b"\x01 É┌ÿlaq¸»\x0E +9PÑ\v\x03 "
b"\x01 É┌ÿm]s`│■9\x1A =§ËW "
b"\x01 É┌ÿmåp╝ªôD6╣V·á "
b"\x01 É┌ÿn5s(éhg█\x02 ¨Ú▒ "
b"\x01 É┌ÿn^qs×&dQ*p\x1C\x05 "
b"\x01 É┌ÿo\x07 q└ƒ@mò\x1D .└6 "
b"\x01 É┌ÿo,sïºsÿG `£µ "
b"\x01 É┌ÿoLsBî·UÖ}ø§─ "
b"\x01 É┌ÿogp┘¡írıÞçLÚ "
b"\x01 É┌ÿo~r‗░SªZƒ7òî "
b"\x01 É┌ÿoûrÎ│·Íz=ƒ5ã "
b"\x01 É┌ÿo«sïØ$░Ï\x19 ¢c\x19 "
b"\x01 É┌ÿo┼pãå©└█íå\x02 F "
b"\x01 É┌ÿo¦q°ª¬ê8æqƒ┬ "
b"\x01 É┌ÿo§q\x12 Â{ê/á2\x1E ╚ "
b"\x01 É┌ÿpörþÇÝÚû█╚I "
b"\x01 É┌ÿp¼rê»ZÑ\x1C [*8┌ "
b"\x01 É┌ÿp─r奶6±4\x1D Tr "
b"\x01 É┌ÿp█p\x15 ÜÏ┼/\x18 b\x7F "
b"\x01 É┌ÿp¾p¸Æ\x12 ¼k\x01 ýié "
b"""
\x01 É┌ÿq\n
pX╣%ÿ$F░6%
"""
b"\x01 É┌ÿq«p)áC\x1C °³°9╔ "
b"\x01 É┌ÿqãsÒ▓?(r5░\x11 ã "
b"\x01 É┌ÿqÌpXò═ÏH╦\x7F ═¢ "
b"\x01 É┌ÿrçpíü\x1F\x17 íB¸Ûà "
b"\x01 É┌ÿrƒqâ¼▀½îÇR▓* "
b"\x01 É┌ÿrÀqºâSFLfqQ¥ "
b"\x01 É┌ÿsssÔû\x17 ûh`âà\x1C "
b"\x01 É┌ÿsïsF┤Ï\x10 ì(Uü¦ "
b"\x01 É┌ÿsús\x02 ©Æ~Ñ5Ä÷ö "
b"\x01 É┌ÿs║s│áâ^`:ú_d "
b"\x01 É┌ÿt│s┐úTAAÝ1©· "
b"\x01 É┌ÿuerté▒▓\x05 ╩┘\t ╝ "
b"\x01 É┌ÿv\x18 sÖèÅ¿mÌ\x10 vÈ "
b"\x01 É┌ÿÅ,s3à|█ã`\x02 2¦ "
b"\x01 É┌ÿÅÙsqû╚?'\x16 v│í "
b"\x01 É┌ÿÉ»swïZ»ØL░Vñ "
b"\x01 É┌ÿæér9ó\x11 £‗└=ÑÏ "
b"\x01 É┌ÿÆ├q}ÀÉÝê¯:w╚ "
b"\x01 É┌ÿô±q;É^VJ·'Lô "
b"\x01 É┌ÿöÓpÜ¢èÜJ"║þ║ "
b"\x01 É┌ÿò\x06 pCúÝ>y╚,æ\f "
b"\x01 É┌ÿò&rÕ│╦Ä£\e ┘█U "
b"\x01 É┌ÿòFq\x03 ×▀Ù\x03 $T╗╦ "
b"\x01 É┌ÿò^p#ÜÞ\x01 é96┤ð "
b"\x01 É┌ÿû^rtø¨▓΢<ðl "
b"""
\x01 É┌ÿù\n
rlÀ·╝gYÍ¥z
"""
b"\x01 É┌ÿùÕq┴û■Ðý/Õdh "
b"\x01 É┌ÿÿ▓r╝ô\x1F %ͨû\f ² "
b"\x01 É┌ÿÖvpfæ!d┤\x18 åv³ "
b"\x01 É┌ÿÜ=sûîÀk'1y'S "
b"\x01 É┌ÿø\x07 s\x05 ┐º±A_m³k "
b"\x01 É┌ÿø┼ry¿¸úd\x08\x0E 5│ "
b"\x01 É┌ÿ£äp┐ì>Á\x0E ▀F╣ê "
b"""
\x01 É┌ÿØ®q\n
è0*ö÷\x06 N×
"""
b"\x01 É┌ÿ×WrÙî³3Ñ┴╬H9 "
b"\x01 É┌ÿƒ\x03 p£ƒ¦òÖI┘i¶ "
b"\x01 É┌ÿƒÃq┼ö\x1A sBò=þi "
b"\x01 É┌ÿáxq\x02 Éí-½íà¹V "
b"\x01 É┌ÿí's├Ä■W\r Á'Q2 "
b"\x01 É┌ÿó\x06 s×Á(ÅH\x0F øùÝ "
b"\x01 É┌ÿó╚qQ½\x1E \x19 ├)Ï: "
b"\x01 É┌ÿúÇs\x18 ¼\x00 á×J═= "
b"\x01 É┌ÿñ-q░ÖÀk╝a═æê "
b"\x01 É┌ÿñ[p)è~\x16 ▀\x08 ?õ¯ "
b"\x01 É┌ÿñ}q\x08 ñ(╗ßä;"' "
b"\x01 É┌ÿñúsTÑ\e ÌÍ▄îÅ+ "
b"\x01 É┌ÿñ║r;ÿ9à¡-#w\x17 "
b"\x01 É┌ÿñır:×\x00 ┘Dtµ┘\r "
b"\x01 É┌ÿñ¯s\x7F öë0c\x17 Ø¡Y "
b"\x01 É┌ÿÑ\x05 sjú¯·oX'ÈÓ "
b"\x01 É┌ÿÑ r\x1C òõÛë,gÔZ "
b"\x01 É┌ÿÑ8snîVXh3FQV "
b"\x01 É┌ÿÑPq\x1A É\x17 5\x17 È#═┘ "
b"\x01 É┌ÿÑjq׫\x7F Cç¾¾Y\x0E "
b"\x01 É┌ÿÑârÍÜ┬▄g╦"ñ\x18 "
b"\x01 É┌ÿÑÜrôúFI╚öÝdâ "
b"\x01 É┌ÿÑÁq▄Ä"È"â\x7F\x01 y "
b"\x01 É┌ÿªxsOí\x11 «_³ÊAñ "
b"\x01 É┌ÿºMqx«1¡%\x11 PôL "
b"\x01 É┌ÿº{r¯ÁPs¦4T \x1C "
b"\x01 É┌ÿº£pðéÉ<╗\x1F äÚ▓ "
b"\x01 É┌ÿº┴q:í\x18 ÷zÛôx\t "
b"\x01 É┌ÿº┘rÊ×h/°#\x0F pÍ "
b"\x01 É┌ÿº¶pïÅÂ\x02 ┼·è9½ "
b"\x01 É┌ÿ¿\f q▀Â╦\x1C ÏEÓçg "
b"\x01 É┌ÿ¿$qàñű|Y'Ø~ "
b"\x01 É┌ÿ¿?q®ì\x0F 8\x1A ▒ù\x1E õ "
b"\x01 É┌ÿ¿Wqk¼[<Ñ4É9¦ "
b"\x01 É┌ÿ¿os#Ày┬þ░-\x00\x15 "
b"\x01 É┌ÿ¿èp¼áP]Y▒\t È\x11 "
b"\x01 É┌ÿ¼║q2èiê\x1A ùNª: "
b"\x01 É┌ÿ¡®p úïwø²E\x19 Ù "
b"\x01 É┌ÿ¡Ís\x06 Å\x0F bâá═▀T "
b"\x01 É┌ÿ¡¨qúò¨Amr6¦\x13 "
b"\x01 É┌ÿ«\x1F p¬ïá[ëÞc▄± "
b"\x01 É┌ÿ«;p[éÌo[Ftgù "
b"\x01 É┌ÿ«Wr╠ƒyx,\x1A [Hh "
b"\x01 É┌ÿ«op\x11 Øês#àà$¢ "
b"\x01 É┌ÿ»fr²èÄÿ¸¬╝r├ "
b"\x01 É┌ÿ»ôsÖê─-\x1A x║f╦ "
b"\x01 É┌ÿ»╣pÚùMWW▀\x15 Þ┌ "
b"\x01 É┌ÿ»ßq+©\r áTIõ\x01\x14 "
b"\x01 É┌ÿ»°pÎæ8\x11 ëøî¨ê "
b"\x01 É┌ÿ░\x13 r2ï²þ\x0F îD\x19 { "
b"\x01 É┌ÿ░+s~æ,Ìev▄├╦ "
b"\x01 É┌ÿ░Cs\x05 º┬┤┐\x11 ╠Mº "
b"\x01 É┌ÿ░Zsòç\x11 ┌ÌFCÎK "
b"\x01 É┌ÿ░rq2╝¨ »Içó "
b"\x01 É┌ÿ▒1r º\v\x07 }\x19 ÉW "
b"\x01 É┌ÿ▒÷s\èªõÍQhåf "
b"""
\x01 É┌ÿ▓╣r ú\n
¯.\x12 ~OØ
"""
b"\x01 É┌ÿ▓▀q¾½\x14 )lï└÷▀ "
b"\x01 É┌ÿ│\x02 r╝ô\e ßóû\x17 Ф "
b"\x01 É┌ÿ│\x1F rÊ│\x7F izÓ.Õ\x1D "
b"\x01 É┌ÿ│7rô©┬ý:j>\x1A â "
b"\x01 É┌ÿ│Ns\x11 ç\x1A ¨Î°╣┬¥ "
b"\x01 É┌ÿ│fpå«\t Å\x11 ÆÚظ "
b"\x01 É┌ÿ│~q2╗¥ø[╦1█\x14 "
b"\x01 É┌ÿ│òpÑúÉ5¯▄┐\x1F\x11 "
b"\x01 É┌ÿ┤mp¤Á╩Ä\t ı═Ó "
b"\x01 É┌ÿ┤ôp\x1F │¬He├└§ª "
b"\x01 É┌ÿ┤▓s?Äi`GÛãL╣ "
b"\x01 É┌ÿ┤╬pè¢g-×1§\x02 ( "
b"\x01 É┌ÿ┤ÕrÖùù╚î>°¬´ "
b"\x01 É┌ÿ┤²r¶ï`ú\x1A Ò\x04 )\x1F "
b"""
\x01 É┌ÿÁ\x14 r\x16 û\n
Iôi\x17 =Ä
"""
b"\x01 É┌ÿÁ,r█áW\x00 ╩¨~;ß "
b"\x01 É┌ÿÁCrWèóø╚LE╠S "
b"\x01 É┌ÿÁ[pDÂ?░▒¨Ê\x18 ░ "
b"\x01 É┌ÿÂ\x1D r9Ü\x16 ╬BZ,\x1A Ð "
b"\x01 É┌ÿÂÌq1ë\f ╬YK\ s "
b"\x01 É┌ÿ╬┌s^½┼ý╬ëÿt\x10 "
b"\x01 É┌ÿ¤øp^»[X■h<Èa "
b"\x01 É┌ÿðKpâäk\f Ç│k\v\x1D "
b"\x01 É┌ÿðxqJòïYSÊ\x10 HI "
b"\x01 É┌ÿÐ)p£æi╗Ú}¯\x1C Q "
b"\x01 É┌ÿÐTpºëé\x14 ñ┼2╝G "
b"\x01 É┌ÿÐ\x7F q)ík EèƒM┌ "
b"\x01 É┌ÿÐØr‗éºkñE"\x1D ¦ "
b"\x01 É┌ÿÐ└s´│Wþ┌ÂÊm& "
b"\x01 É┌ÿÐÎq§┤Þrp¥!¬y "
b"\x01 É┌ÿÊïq;úi┌l\x16 Ù|g "
b"""
\x01 É┌ÿÊÁs©ÿ░X\n
ì¡▓
"""
b"\x01 É┌ÿÊÎpc╣é?¡;ÔÕð "
b"\x01 É┌ÿı+p┼ì}ͪÐD¯í "
b"""
\x01 É┌ÿÍ\x16 pq£ÎMÕÐ\n
Qo
"""
b"\x01 É┌ÿ█)sù╣│ûÝ-0╠Æ "
b"\x01 É┌ÿ█·sı¡Ã$‗\x10 ½¯¨ "
b"\x01 É┌ÿ▄$p┘øZÀE±Ð\x10 2 "
b"\x01 É┌ÿ▄Osp¡tìãÕú¸µ "
b"\x01 É┌ÿ▄mq\x1D ɬBTD=\x0F\x10 "
b"\x01 É┌ÿ▄ÉrÂäUU"\x01\x11 ä\x03 "
b"\x01 É┌ÿ▄¿sµñæòÅ"ìÙw "
b"\x01 É┌ÿ▄┐pW│jë\x01 ZH├´ "
b"\x01 É┌ÿ▄¦q^ÆQ%û˱s\x05 "
b"\x01 É┌ÿ▄¶s█╝Õ_ø╣e╚È "
b"\x01 É┌ÿ¦\f s}×b\x00 %\x7F Xµ\x1D "
b"\x01 É┌ÿ¦'q^Æ┐Ð╚v┬╝ú "
b"\x01 É┌ÿ¦As¯åõÀ¿OAÿm "
b"\x01 É┌ÿ¦Yr}û]ºCã52P "
b"\x01 É┌ÿ¦ts\x1A ©\x1E\x7F ý¤²Âi "
b"\x01 É┌ÿÌGpQÇÏ┘`¾ÿÿ¥ "
b"\x01 É┌ÿ▀\e rÛçk\x11 ô´Ù±r "
b"\x01 É┌ÿ▀Õp▄Æ┐X¨/\x01 ç{ "
b"\x01 É┌ÿÓ╚qiû¾ú4âùôh "
b"\x01 É┌ÿßÑs¦Æ\■ý60\x14 § "
b"\x01 É┌ÿÔmp\r ¡┌ãÙ▓A)= "
b"\x01 É┌ÿÒHqTàÅg6\v ┼|Ô "
b"\x01 É┌ÿõ\x17 sÛü'M÷iAG█ "
b"\x01 É┌ÿõÊs═¥[ßw╗Üs1 "
b"\x01 É┌ÿÕxré║°YOîñ┼Ä "
b"\x01 É┌ÿµ1s`áÜåX┴*!\x19 "
b"\x01 É┌ÿµ÷sèÇN0uè╝eö "
b"\x01 É┌ÿþ rÙ®┘\x15 g=\x1C\x1A\x1C "
b"\x01 É┌ÿþFqWÄ\x0F nõfQë¶ "
b"\x01 É┌ÿþ¶sÃç¸ô\x02 ƒ└5µ "
b"\x01 É┌ÿÞ\x1D p\x1D ºÅdÊLz.¥ "
b"\x01 É┌ÿÞÔrFƒ\x10 Ml´Ïpm "
b"""
\x01 É┌ÿÚ\n
p:çq-\n
█\x1F ½4
"""
b"\x01 É┌ÿÚ-r▀░\x11 O(Ì?\x1D C "
b"\x01 É┌ÿÛ\x1F s┬ªY▓\t Ì«╗¦ "
b"\x01 É┌ÿÙ▀qâǼ6┬▓┴Må "
b"\x01 É┌ÿý¡rÉï¦Õ侯(Ü "
b"\x01 É┌ÿÝppyêØYæ@nªK "
b"\x01 É┌ÿÝûpÞüñî÷Þ`a] "
b"\x01 É┌ÿÝÂqMÇDzø>÷¾| "
b"\x01 É┌ÿåqoƒÞ~YüÀE/ "
b"\x01 É┌ÿ±,pì▓H±.¦YçÕ "
b"\x01 É┌ÿ¶+q┐ÿ<Ä+Ý[êc "
b"\x01 É┌ÿ¶¾rX¿┬T\x18 íL¥û "
b"\x01 É┌ÿ§║s═ļ]<┘ÚT\x12 "
b"\x01 É┌ÿ÷åsNÖ s\x11 H┴Ðý "
b"\x01 É┌ÿ¸Tr\x07 ÁÖ²¨\x04 BL¢ "
b"\x01 É┌ÿ°=r¥ü▒>█\x1C ô\x7F à "
b"\x01 É┌ÿ°²sM©À;&{\v\x19 ■ "
b"\x01 É┌ÿ¨©r|»ª\x14 _║ÓãE "
b"\x01 É┌ÿ·¼s\x03 à\x19 L▀ók└┼ "
b"\x01 É┌ÿ¹{qìÉi╗Yı?æf "
b"\x01 É┌ÿ³:pBè\x06 M²à┘=▒ "
b"\x01 É┌ÿ³°r!ƒ~F\x03 nã?¥ "
b"\x01 É┌ÿ²¢p\x04 åw¢·╔¾©· "
b"\x01 É┌ÿ■ír=░\x0F ¿½\r ■\x14 ╦ "
b"\x01 É┌ÿ Mr\x04 «ÝBL╬öÊ6 "
b"\x01 É┌ÿ ¶qí¡\e ╩3þ\x07 Åë "
b"\x01 É┌Ö\x00 ÿp9ø÷»\x10 ÄZ4Õ "
b"\x01 É┌Ö\x00 ©p\x13 Ü\x19\x11 6I[\º "
b"\x01 É┌Ö\x01 ür½¼uÌ\x19 9¶C\v "
b"\x01 É┌Ö\x02 ;pı¥;9©┤$i+ "
b"\x01 É┌Ö\x03\x04 rÏ«uB¾¬\x16\x04 N "
b"\x01 É┌Ö\x03 ¢q╣ÅõRx\x06 ¾\x01 ¨ "
b"\x01 É┌Ö\x03 ÙpæÖ§»\x18 àÓ\x12 "
b"\x01 É┌Ö\x04 ¬q┴ëé╣ÊÎÜ Ú "
b"\x01 É┌Ö\x04 Ïq1ÖY~/vG╠R "
b"\x01 É┌Ö\x05 íq[ÀZ▄L\x1E oÞ] "
b"\x01 É┌Ö\x06 xpQ£Ç~¿¦3Tí "
b"\x01 É┌Ö\x06 ×r└ºº#é4\x07 j= "
b"\x01 É┌Ö\x07 Ns6ÖÚc\x1E │6\x15 ¤ "
b"\x01 É┌Ö\x07 ts\r îeoì»ßûâ "
b"\x01 É┌Ö\x07 Æpä»Ñ└\x10 ²ÅÆú "
b"\x01 É┌Ö\x08 Rr>×åVa/B\x1E ┘ "
b"\x01 É┌Ö\t\x0E sÍ┤?\e ê!áÒg "
b"\x01 É┌Ö\t %pHô▓ùÅ┬rúà "
b"\x01 É┌Ö\t ßqú▓o\x06 ¼fE\x18 > "
b"""
\x01 É┌Ö\n
\x05 rʃ\v ┬Ì╔ëD©
"""
b"\x01 É┌Ö"Õp\x1F ½\t kf¥oß‗ "
b"\x01 É┌Ö#ór├»É\x11\x7F ]TAn "
b"\x01 É┌Ö#╚p\x0F ô\x14 ├K6*Û╣ "
b"\x01 É┌Ö$ës[│hOUaÁ¯] "
b"""
\x01 É┌Ö%Rs╬¿*°\n
Ep\x16 b
"""
b"\x01 É┌Ö&\x15 q,ïê¥└├\x06 ®╚ "
b"\x01 É┌Ö&╦püùª╔fòkDƒ "
b"\x01 É┌Ö'êq¯ó8Fr╔;¹m "
b"\x01 É┌Ö(7qìæÌïFxÇú| "
b"\x01 É┌Ö(Þr:Ñ5ö╩│vþÛ "
b"""
\x01 É┌Ö)\x0F p6ƒJ\x04 I]\n
{·
"""
b"\x01 É┌Ö)█pÍ▒ìüÞÎëþ_ "
b"\x01 É┌Ö*âs¬Åvr2w¯ì\x12 "
b"\x01 É┌Ö+=rÍ¥z±ú\x17 █V¡ "
b"\x01 É┌Ö,\x0F sZƒ¸-Ä\x13\x06 ôÐ "
b"\x01 É┌Ö,6r¦╗>‗ÅÆ\x7F\x1A ─ "
b"\x01 É┌Ö,rÛût\x10 Øø│'% "
b"\x01 É┌Ö-\x17 p²░ÄÜk\v iBÀ "
b"\x01 É┌Ö-═s£Öx;Øü/\v ® "
b"\x01 É┌Ö-¶sµ▒ñ×├\x1D ║\f ¬ "
b"\x01 É┌Ö.ûr‗½þärÜ\x15\x1D └ "
b"\x01 É┌Ö/DpQ½Bùhö\x10 M> "
b"\x01 É┌Ö/]psâÙ¦¿¬1\x1D u "
b"\x01 É┌Ö0/q┐│╗i]gȶY "
b"\x01 É┌Ö0Ys\x17 å½¥▒#\x10\x14 ú "
b"\x01 É┌Ö1\f s┼║\x05\x1C N\x12 ¦╝4 "
b"\x01 É┌Ö1╗q\x18 ¢╦\x00 ░ƒËþ¼ "
b"\x01 É┌Ö2osµì▒╣â»yl─ "
b"\x01 É┌Ö2òqñ¼¿©A\<ßë "
b"\x01 É┌Ö5░qôä8Y╬╗\v S\x0F "
b"\x01 É┌Ö6cst׬i┼ÅíB\x1C "
b"\x01 É┌Ö7\x1A r▄Ö‗çJIGM\x00 "
b"\x01 É┌Ö7Õpë▒Áî\x18 védö "
b"\x01 É┌Ö8╗pÜÆwvùÎ%¼╠ "
b"\x01 É┌Ö9sqFá}~©;2Xt "
b"\x01 É┌Ö::s Ä\x1E ×▓M╗; "
b"\x01 É┌Ö:Ës║ØZ¥][│┬¼ "
b"\x01 É┌Ö;æpª£I\x1C ·2\x00 É{ "
b"\x01 É┌Ö<PqyêÆ19²-▓í "
b"\x01 É┌Ö=&rÊù\x14 P;G─-\x7F "
b"\x01 É┌Ö=▄rj▒æ·¾7G\ì "
b"\x01 É┌Ö>ñs¢½X\x10 l~"ë\x12 "
b"\x01 É┌Ö>╦p╝░NN\t θ]B "
b"\x01 É┌Ö>Ûq¹ÉÕ\x15 /ă9╗ "
b"\x01 É┌Ö?¼q©╝·>§ë7╣ß "
b"\x01 É┌Ö@ls»Å┌úM pè¿ "
b"\x01 É┌ÖA\x19 r\x0F óÓ°\t ²¬\x05 S "
b"\x01 É┌ÖAıs°ç█│\x19\x19 ~Þô "
b"\x01 É┌ÖA¹q╠û/uJö|U╝ "
b"\x01 É┌ÖBÃpÝÿù\r \x1C j_Øì "
b"\x01 É┌ÖBÝs█Â\x07 µæü\x07 .█ "
b"\x01 É┌ÖC\x0E p#ÑU\x14 ±p┐Êo "
b"\x01 É┌ÖC┐rvÁÖÑ\x18 ı²▒® "
b"\x01 É┌ÖCõp©×ıÐ\x02 │é*. "
b"\x01 É┌ÖD╗qE╝┌ÑkØR¨Ç "
b"\x01 É┌ÖDÔr─│X░Néb¢┘ "
b"\x01 É┌ÖE\x02 sæ¥!áþ\x06 ê¨[ "
b"\x01 É┌ÖE└szù\t y└´┼«\x00 "
b"\x01 É┌ÖEÔp ê1y^\©¨ø "
b"\x01 É┌ÖFØp└«^´╔ \x18 x¶ "
b"\x01 É┌ÖF├s│╝øAM¢¶A, "
b"\x01 É┌ÖFÒq{ºnÂ\e Î\x1D ö\v "
b"\x01 É┌ÖG¿qe┐g└Þ®Z\x0E g "
b"\x01 É┌ÖHÇs|ä┘■Ul|\r J "
b"\x01 É┌ÖHªs?┤╣╗y>~\x13 © "
b"\x01 É┌ÖIcp\x15 Á\x03 óhÝl¯\x00 "
b"\x01 É┌ÖIèr?¡ÂÄt\x14 ╔┼Ç "
b"\x01 É┌ÖI¬sÉå¹®n\x07\x18 K "
b"\x01 É┌ÖJeq▒ë\e °┤\x19\x16 %\r "
b"\x01 É┌ÖJçsåò═ãÿæâ│k "
b"\x01 É┌ÖK:r╚║[£\x08 ║£¾▓ "
b"\x01 É┌ÖK`sµôâ\x19 ×\x00\x1D █s "
b"\x01 É┌ÖKÇseåº\x05 ðèNg_ "
b"\x01 É┌ÖLÉsnØI@Û\x15\x11 ╬½ "
b"\x01 É┌ÖLÂr¾©¡è& \x1E 8Ò "
b"\x01 É┌ÖLÏp(¥ª▓}8!×á "
b"\x01 É┌ÖL÷såÆ█X~WÆÂ` "
b"""
\x01 É┌ÖM\x0E r(ü\x14 P'\n
\x05 ï4
"""
b"\x01 É┌ÖM&r┬úE\x12 øíÊÍV "
b"\x01 É┌ÖM>sù£▓REékÜ% "
b"\x01 É┌ÖM¨pê»31\x1D\x19\x04 ,╔ "
b"\x01 É┌ÖN&r║º\x00\x0E Ä¿\x00 B\x02 "
b"\x01 É┌ÖNMpıà8ÿÀ\x13 ║┼ê "
b"\x01 É┌ÖNyqñ¡\x0F\v Éz$[K "
b"\x01 É┌ÖNƒq\x15 ¢\t\x05 æÐÛ├ù "
b"\x01 É┌ÖOwq¢«K?b_âØ8 "
b"\x01 É┌ÖPßp[Äð0°\x14 \x1E ─ "
b"\x01 É┌ÖQ\v phÂ`Ú\e G╗Ö┼ "
b"\x01 É┌ÖQ2rêÉı└(\f *Ó¤ "
b"\x01 É┌ÖQ]r¼ø\f-ï/▒¥ "
b"\x01 É┌ÖQâp¾Æ\x18 #OI╠\J "
b"\x01 É┌ÖQúpAúX╝LÖôcF "
b"\x01 É┌ÖQ╚s▒ê3┴ü\x17 3hO "
b"\x01 É┌ÖRðq'À÷?\x06 ./ð├ "
b"\x01 É┌ÖR¹q┐æ(â╠-«L "
b"\x01 É┌Öj╗sûÆé\x0F ▀|yãı "
b"\x01 É┌ÖjÓqíë\x08 þÑþè<¦ "
b"\x01 É┌Ök\x00 rç«~Û\x00 ó}\x19 ┼ "
b"\x01 É┌Ök\x17 s§ä▓\x0E ²▓▄Â┤ "
b"\x01 É┌Öljp│Ø\x16 1ª\x1D ùÿ2 "
b"\x01 É┌Öm#sÛí\x14 slͱ▄Ü "
b"\x01 É┌ÖmJp┘»┼°Ï[┘1\x11 "
b"""
\x01 É┌Ömjs╣¢▄p\n
àz▀Ó
"""
b"\x01 É┌ÖnFp¥ôr┌\x01 LïeT "
b"\x01 É┌ÖpÄriîe(\x15 ┐\x1A Êg "
b"\x01 É┌Öqbs[║v1¸c[sÚ "
b"\x01 É┌ÖqîqvØn*Ûp¿í "
b"\x01 É┌ÖrUs âbøõ▒N;] "
b"\x01 É┌Ör\x7F pxàµtõ[¤B\x18 "
b"\x01 É┌Örƒp¦Øø█\r Ë®╝ò "
b"\x01 É┌Ösbså½l░`KÞi\x1C "
b"\x01 É┌Öt\x12 sÚåæûrY\x08 ô¨ "
b"\x01 É┌Öt7r╝Ø[çÞ\x02 ╔\x08\x18 "
b"\x01 É┌ÖtVsr®Ñ*\x08 aù·* "
b"\x01 É┌Ötop\x1D ╣æf\v ¤º¦ü "
b"\x01 É┌ÖtårÎÖ´▓\x08 V▒rq "
b"\x01 É┌Ötípç▒q\x08 ─>÷vû "
b"\x01 É┌Öt╣r*▓A\f ²ÕîÎñ "
b"\x01 É┌Öuns╝¼ ÀÝæ\x08 î. "
b"\x01 É┌ÖuÉp£¡ÍP=ãü-v "
b"\x01 É┌Öu½psù¶\x11 ■Ne\x07 ` "
b"\x01 É┌Öu├r\x15 áæ\t L×<¼▄ "
b"\x01 É┌Övôrf╣¾╝╝\e oo, "
b"\x01 É┌Öwss┌ê´Ø\x07 █ı¢t "
b"\x01 É┌Öwós\x13 ò░ص¬·3i "
b"\x01 É┌Öw╦s┬ì─Àm▄┬ë╦ "
b"\x01 É┌ÖwÚr.© ÝÚ\x08 ´\x18 Î "
b"\x01 É┌Öx\t q│®_\x14 4\x01 ¦Ç] "
b"\x01 É┌Öx!sê¬\x06 ä╬Ê┼┤í "
b"\x01 É┌Öx<s&Äî¤Ë<\x0F <â "
b"\x01 É┌ÖxTrôÖy$K*\x13 Îí "
b"""
\x01 É┌ÖxkpSÅøÔÖ▀Ë\n
e
"""
b"\x01 É┌Öxâq┘Ñ\A6ÂéàY "
b"\x01 É┌Öxør3»T\x07 Ûr=P8 "
b"\x01 É┌Öx│qx▒\x17\x12 áëè±/ "
b"\x01 É┌Öx╩qk▒^I\x05 «píÎ "
b"\x01 É┌ÖxÔq;ƒ\x1D RÏýJº] "
b"\x01 É┌Öx·sd¢°╬\x19 *mC╗ "
b"\x01 É┌Öy╗pd©p1÷3\x05 ز "
b"\x01 É┌ÖyßpËÑ╠>9D{Mx "
b"\x01 É┌Öz¬q┼ì»ZÇÜ\e ╬` "
b"\x01 É┌Ö{Vqçû~zò¡AÄG "
b"\x01 É┌Ö{{rDën¦üùÊ¢\x12 "
b"\x01 É┌Ö{×qIúL¢\x05 ·¥¨\x1D "
b"\x01 É┌Ö{Âs╣×l\x13\x15\x11 Ƚö "
b"\x01 É┌Ö{═qà┐èÎ&i0ó\x0E "
b"\x01 É┌Ö{Õs\x03 ôsSR\x06 ZÊE "
b"\x01 É┌Ö{²s█ï@\x04 k4╔ç\x04 "
b"\x01 É┌Ö|\x14 r╣½±èn\x03 ƒâ* "
b"\x01 É┌Ö|,qòÑ\x06 Ã(ÞaÇø "
b"\x01 É┌Ö~\v sgºË┐█¢µ\x05 µ "
b"\x01 É┌Ö~2s\x14 ╝¯\x03 ½\x08 ín) "
b"\x01 É┌Ö~Sr▀úXä¢G1'\x0E "
b"\x01 É┌Ö~pq{®@çy│wAı "
b"\x01 É┌Ö~êp8ÇÏ\x02 dݳ0╠ "
b"\x01 É┌Ö\x7F eqàä²Î5\x13 OñÏ "
b"\x01 É┌ÖÇ.rTØ1uo\t !\t à "
b"\x01 É┌ÖÇVrîù6ùô│╩« "
b"\x01 É┌ÖÇuq,¿÷À\x03 ╩ÈqÖ "
b"\x01 É┌Öü1qúûç┴ªÂãø( "
b"\x01 É┌ÖüÛq\x15 ¿▓\x0F Õ}7E┼ "
b"\x01 É┌Öä\x1D pþ│ÙÔ\x0F Jk&╗ "
b"\x01 É┌Öäðp\x7F Ü[\x00 Ô©á¼╠ "
b"\x01 É┌Öä¸q8ÿM{À\f\x02\f þ "
b"\x01 É┌ÖàÁqÈ¥èzA├\x04 '\f "
b"\x01 É┌Öåwr■▓À(ô·┘║\x11 "
b"\x01 É┌Öç5qÍäW«\x1E ▀¿░\x02 "
b"\x01 É┌Öê\x07 q\r Ç(ÁïT┌Fƒ "
b"\x01 É┌Öê╗p^½4àaƒ@ùJ "
b"\x01 É┌Öëåq¤║K£ƒ@úB¾ "
b"\x01 É┌ÖèWqWÿr©/┴\x08 ƒ¾ "
b"\x01 É┌Öï\x0F rXüÐæfAÂ^ "
b"\x01 É┌ÖÄ\p¿û;e\x01 ╗mƒ& "
b"\x01 É┌ÖÅQqRºÀ»ò]ÔÄu "
b"\x01 É┌ÖÉ&p┬ä¿kÉÝ┤G7 "
b"\x01 É┌Öɸr0Á¾x\f ü\x04 7ñ "
b"\x01 É┌Öæ├sÔüÕªQÇH@\x01 "
b"\x01 É┌ÖÆ┘p╔¢Ì+▒zL▀Ø "
b"\x01 É┌ÖôæsÔî8¥þçK°É "
b"\x01 É┌ÖöQsÁó─TÍ▄}>¥ "
b"\x01 É┌Öò\x10 rS┤EV\x11 aF\v ░ "
b"\x01 É┌Öû\x04 qeÂâ~ÕN\x07 Àn "
b"\x01 É┌ÖûÕq├à\x10 Þ╩E~«\x06 "
b"\x01 É┌Öù¬r\x14 ׺═╬║ïMì "
b"\x01 É┌Öÿkq░é\e ÊüÅÔ\x04 < "
b"\x01 É┌ÖÖzq╦úýì\x03 q«}/ "
b"\x01 É┌ÖÜ9s®║êıöü0\x19 m "
b"\x01 É┌Öø\x1D s»Ä└\x12 ,|z{\f "
b"\x01 É┌Öø síÄô,Çñ%┬g "
b"\x01 É┌Ö£┬rDÿ╔¿Å\f ░\x19 ~ "
b"\x01 É┌ÖØæq³╣\x01 I«wò\x03 i "
b"\x01 É┌Ö×MqQâè?S\x01 à°f "
b"\x01 É┌ÖÁ┴r;½╠o║\x0F ÛYó "
b"\x01 É┌ÖÁ¯s\x16 ï\x15 ¥¼\x05 <ƒö "
b"\x01 É┌ÖÂ└s"çý¹/¢:┼Ó "
b"\x01 É┌Ö¶sÜ௵ÉÅHÈ\x7F "
b"""
\x01 É┌ÖÀ\x1D r0¢\n
Ô[┤ê>c
"""
b"\x01 É┌ÖÀ¯ql©!I@ªªÉ█ "
b"\x01 É┌Ö©\e qÚåîñMZ#ß▀ "
b"\x01 É┌Ö©§q┐©/\x15 Áe\x16 ▀_ "
b"\x01 É┌Ö╣Ásªƒ╔VïH8æÖ "
b"\x01 É┌Ö║¬s¿»oË\x14 -ó\x12 i "
b"\x01 É┌Ö╗lr¿û\x05 A╝\e\v 8Ù "
b"\x01 É┌Ö╝(pëƒÈt\x17 Ê├²\x19 "
b"\x01 É┌Ö╝■rwè4vH\x03 £@] "
b"\x01 É┌Ö¢┐q\x04 ü╠×3│(i "
b"\x01 É┌Ö¥üsïè\x12 G9 Ï, "
b"\x01 É┌Ö┐Kr\r ë8\f Ý0[¨, "
b"\x01 É┌Ö┐■qlå#ò█~Ëâ▓ "
b"\x01 É┌Ö└Àsyìƒ\x06 ┼á¿Ç§ "
b"\x01 É┌Ö└ÌsÂ×\x08 j¦\x10\x06 D▓ "
b"\x01 É┌Ö┴ìr]»³¦bb┴,Õ "
b"\x01 É┌Ö┴┤s¥¿¹ï"»╝Ï\x15 "
b"\x01 É┌Ö┬sq;É6Á▒Z¢Fø "
b"\x01 É┌Ö┬ÖrX«öÝhÀCÊ7 "
b"\x01 É┌Ö├âp3®╗çÃ\x08 a\x1D ã "
b"\x01 É┌Ö─PpTûð¦ÒêÄæÞ "
b"""
\x01 É┌Ö┼\n
s╝ñÖ$T]▒\x16\f
"""
b"\x01 É┌Ö┼├s>¡î»½├c\r Ó "
b"\x01 É┌ÖãçpçøWv] ╦╣\t "
b"\x01 É┌ÖÃ9rqéÖ\£1r▀\x03 "
b"\x01 É┌Ö╚\v rX║\x1E 8,áâ/\x1C "
b"\x01 É┌Ö╚Ãp3ë²î┘³ñù¸ "
b"\x01 É┌Ö╩\x19 pÛ£wjúí╦╚À "
b"\x01 É┌Ö╦\x06 s│®\x1D ì\x0F cx\x1D z "
b"\x01 É┌Ö╦,pøù\x07 PØ\x1F\x13 (I "
b"\x01 É┌Ö╦Lr¢ôÍÏOßõû▓ "
b"\x01 É┌Ö╦²qþíÙ¿=êdÊÒ "
b"\x01 É┌Ö╠#sªå ═Ê%\x14 ´N "
b"\x01 É┌Ö╠Dqå¼Àf]£Ã\x19 ╗ "
b"\x01 É┌Ö═\t qöº,{2\x01 ¿ª "
b"\x01 É┌Ö═0s\x19 úí\x0F d¾Ay\x04 "
b"\x01 É┌Ö═Or\x1D ø\t ´Ñ£\x13\x00 Þ "
b"\x01 É┌Ö═gs\x04 î¨|¨\x11 òK- "
b"\x01 É┌Ö╬\x1A sèóöé╩#¯ð "
b"\x01 É┌Ö╬ÕqrÁæ\t §\f hô "
b"\x01 É┌Ö¤ªr*»▓*<¹ÃÁR "
b"\x01 É┌ÖðRqûº.u├\x0E x[¦ "
b"\x01 É┌ÖÐ.r\x7F ܨð[═zi¬ "
b"\x01 É┌ÖÐ█sfîy└t'dY╚ "
b"\x01 É┌ÖÊìrü¿╚\x1E ╝Ï¢5U "
b"\x01 É┌ÖËEqÖâQ5\x06\x7F È| "
b"\x01 É┌ÖÈ\x05 p─»\x16 âTN■͵ "
b"\x01 É┌ÖÈ▓p\v íºT\x13\x05 ╝bÊ "
b"\x01 É┌Öıår╚Ø╚░┴!ñ~Ò "
b"\x01 É┌ÖÍkrÚ½┐ ;ù┌åÜ "
b"\x01 É┌ÖÎ<r╔ûã?╩>`┬i "
b"\x01 É┌ÖÎ÷r0úp\x1E ö^.¹p "
b"\x01 É┌Ö┘\x02 qKæ\f ╗¸╝è\x13 Z "
b"\x01 É┌Ö┘┤q\x15 ò8└Cru%¦ "
b"\x01 É┌Ö¦`s½Ö}]\x05 ;%\x05 u "
b"\x01 É┌ÖÌ\x18 q╚▓ê\x15 »+ßÖc "
b"\x01 É┌ÖÌ═q\x13 âø\x12 µìC═C "
b"\x01 É┌Ö▀Åq\x12 ׫u\x03 ûGã\x1A "
b"\x01 É┌ÖÓ8q]èÄ\x07 9g\x01 ¥\x08 "
b"\x01 É┌ÖÓÔr\t û\x1D (\x1E ÒKïæ "
b"\x01 É┌ÖߤrA»Ê\x0F\x05 Va%\t "
b"\x01 É┌ÖÔƒpÅÑýcðÿ§\x1C V "
b"\x01 É┌ÖÒRsbò¬┬s▒\x1E Z┬ "
b"\x01 É┌ÖÒxp>Æi·{÷Â\x06 » "
b"\x01 É┌ÖÒøqáŸ~k═ü÷( "
b"\x01 É┌ÖÒ┤p¼┤.6±³IçL "
b"\x01 É┌Öõsq\x1A ▓+ëð©\x04 ;╠ "
b"\x01 É┌ÖõÖr;®Jq\e kR> "
b"\x01 É┌Öõ╣scÀ▀<╗¿¤Ñ└ "
b"\x01 É┌ÖõÐsâæ\x15 wrÂ\x0E ù( "
b"\x01 É┌ÖÕçp5│\x02 ض\x15\x1A ZJ "
b"\x01 É┌ÖÕ«rÞ▓\x16 ÈÛ0r@¡ "
b"\x01 É┌ÖÕ═r┘î\x7F ▒»┴\x1F V\x7F "
b"\x01 É┌ÖÕµq3ùo░8ào¿ð "
b"\x01 É┌ÖÕ r¾ÜÌ=\x7F àÆJ\x04 "
b"\x01 É┌Öµ▒rDâRU÷þ\x0F ªý "
b"\x01 É┌ÖµËr¤¡_ÖxGM× "
b"\x01 É┌Öµ¾p█ÑâBÔ\x00 6┐Ý "
b"\x01 É┌Öþ\v r\x16 Áz┤\x10 ÿý}% "
b"\x01 É┌Öþ$pÀî2═─╝═ó¦ "
b"\x01 É┌ÖþÌp┘àê'\e ═\e {? "
b"\x01 É┌ÖÞÜr,è\x02 ÍÒ\x19 Ö▒ "
b"\x01 É┌ÖÞ¢p.×A{¢Äp|µ "
b"\x01 É┌ÖÞ¦s}╣äî.Ç×├V "
b"\x01 É┌ÖÞ§r\r £Ü&\x1A └\─¦ "
b"\x01 É┌ÖÚ¼qûÅÐ LêèxÜ "
b"\x01 É┌ÖÛZsw×┌\x08 89<T▒ "
b"""
\x01 É┌ÖÙ\n
r┤â®Ü!]\e yå
"""
b"\x01 É┌ÖÙ═r\x7F Á(\x16\e ua\x08 I "
b"\x01 É┌ÖÙ¾sNå)ó-C├ı‗ "
b"\x01 É┌Öý\x13 p-ºÓ║Û┼´Óù "
b"""
\x01 É┌Öý┌rDÖö\x1F ╠á\n
l`
"""
b"\x01 É┌ÖÝ\x00 qvüÈãEPðü^ "
b"\x01 É┌ÖÝ┴sÂÑ\x11 ÅW\x1D\x19 §\v "
b"\x01 É┌ÖÝþq╔ÆÕúäç:¦V "
b"\x01 É┌Ü\x06\x06 seà\x04 ?c|\x10 ÿÀ "
b"\x01 É┌Ü\x06 ┐sbÉéEÃ├Å=\x01 "
b"\x01 É┌Ü\x07 ÄrÊúÆ9RñP╦\x18 "
b"\x01 É┌Ü\x08 cpýëG╝î\x03\x1F M "
b"""
\x01 É┌Ü\n
\x01 pK×ò\x12 L\x05 ù`ð
"""
b"""
\x01 É┌Ü\n
╩s\ë8áìj$\x12 F
"""
b"\x01 É┌Ü\f ×r&Á|xh├\x18 Á\x10 "
b"\x01 É┌Ü\r Vsë£╚\êcËyA "
b"\x01 É┌Ü\x0E r░ºá<ú§sjâ "
b"\x01 É┌Ü\x0E ÌrkÁÄ■·*Ø├J "
b"\x01 É┌Ü\x0F\x04 s\x04 Ç,Ù╗;@pB "
b"\x01 É┌Ü\x0F ¢pxÄ\x1C ÷Rs▄]¡ "
b"\x01 É┌Ü\x10 xs▓àa▄\x03 ┬\x1F ┐Î "
b"\x01 É┌Ü\x11 As░ûõâ¾\t 6F\x17 "
b"\x01 É┌Ü\x11 hq%ë║\e 1\x04 ,Xt "
b"""
\x01 É┌Ü\x12\x12 r:£\n
\x06 ░:º:g
"""
b"\x01 É┌Ü\x12 ╬q\x1F ¬I^ß▀9\x1A Ò "
b"\x01 É┌Ü\x13 Ér~ÀÚ¶+~Løæ "
b"\x01 É┌Ü\x14 Bs<í\x13 EÄ;NgÞ "
b"\x01 É┌Ü\x14 ¨q╣ñÚ‗Þ<Ð\x04\x19 "
b"\x01 É┌Ü\x15 ¶q7ó\f Þ\x0F :Á5¯ "
b"\x01 É┌Ü\x16 ┐sHÇa┴\x18 ÉM╚ "
b"\x01 É┌Ü\x17 âr2î÷\x01 õ1 ió "
b"\x01 É┌Ü\x18 ns\x17 »øÆ¸7}Å» "
b"\x01 É┌Ü\x19 "r╚░A░pıS<Û "
b"""
\x01 É┌Ü\x19 µq╦¡─╦Ë\n
%■1
"""
b"\x01 É┌Ü\x1A ╔rvúbÁ#■¦\x19 3 "
b"\x01 É┌Ü\e\x7F r¿ì;®\x16 ƒ2áÑ "
b"\x01 É┌Ü\x1C jrQ¢r¬\t\x1F ‗-ä "
b"\x01 É┌Ü\x1D ©q¼│m¶M_dPë "
b"\x01 É┌Ü\x1E arüÜ)à×±┴╚ì "
b"\x01 É┌Ü"\x11 r═ÇpCIw╔7\x08 "
b"\x01 É┌Ü"ıpIì±2K\e ?2= "
b"\x01 É┌Ü#çp\x10 éÐÞêÙö\x02 \ "
b"\x01 É┌Ü$4påÿÈN*▀B├U "
b"\x01 É┌Ü$▀q=¡sæÕd3_ï "
b"\x01 É┌Ü%ÁrÂ▓ôþt\ı\x03 ╩ "
b"""
\x01 É┌Ü&Ts\n
¢ó¾╔╔E:R
"""
b"\x01 É┌Ü'\x05 ræùÅà¼\x18 ¥5º "
b"\x01 É┌Ü'õpµë├\x19 ■ÉÓ╚\x15 "
b"\x01 É┌Ü(▓q\x14 çTÆ0\x14 vnx "
b"\x01 É┌Ü)prb½Ý\x1C 7yÚǨ "
b"\x01 É┌Ü+ls╩ó¸ÈÞgU└µ "
b"""
\x01 É┌Ü,\x17 sG┤òi\x08 \n
\x07 ò│
"""
b"\x01 É┌Ü.Äq!à3Ç▀¥ä{V "
b"\x01 É┌Ü/ÎqHí+ ?xBÏõ "
b"\x01 É┌Ü0ìsÌòfßD#£ÍZ "
b"\x01 É┌Ü1\x1D p&«p║\x18 ì├▄i "
b"\x01 É┌Ü1┤q÷¡w▓cö\x07 e¯ "
b"\x01 É┌Ü2cp¢îߨéBú"r "
b"""
\x01 É┌Ü3\n
r\e ┤JÖ)]*T├
"""
b"\x01 É┌Ü3┤qT«ZnÈ┐ÈB\x15 "
b"\x01 É┌Ü4bsKôt*ã]\x1E ϳ "
b"\x01 É┌Ü8\e råx¾tÞ\x0E vÿ "
b"\x01 É┌Ü8╗rõ«Åý\x18 bmDx "
b"\x01 É┌Ü9uqıÁ®└Ç©Ó\x1A\x16 "
b"\x01 É┌Ü9£q\x01 çÎ┬íbÃéÒ "
b"\x01 É┌Ü9╝pi▒Ý[/IýB\x1F "
b"\x01 É┌Ü9Ïr═│X;\x02 âY\x01 û "
b"\x01 É┌Ü9±pÎÆó£╚ß6Ì\n "
b"\x01 É┌Ü:▓sné\x13 ´RñAeÍ "
b"\x01 É┌Ü>jr\x04 üvv3ñ\x19 ¨Q "
b"\x01 É┌Ü@╣q²╣\e u¦\x04 ¹Á "
b"\x01 É┌Ü@Óp`òX·ùÌXK¾ "
b"\x01 É┌Ü@²ruºòþ¸Ë╠╝Q "
b"\x01 É┌ÜA¼p╔܃GQ½ø╣¾ "
b"\x01 É┌ÜC½pj»_>7i‗\x00 7 "
b"\x01 É┌ÜDêq@¥;\t b^ÑÕK "
b"\x01 É┌ÜEcsÓ║┌\x02 r]Y´- "
b"\x01 É┌ÜF-rÚô+\r 9\x1D ôwË "
b"\x01 É┌ÜFÚqèê\x1D ÿÒÌ$\x17 í "
b"\x01 É┌ÜGópu░¡`RÅ─»\x1D "
b"\x01 É┌ÜG╔s~¬¢\x05 ;_@ÿ▒ "
b"\x01 É┌ÜHøs\x1E ÅÈרò\x17\x7F\x17 "
b"\x01 É┌ÜIPr\x07 Æ\-\▓ðÒ\x1E "
b"\x01 É┌ÜJ\x14 s\x1D ½‗£*╬▒ªì "
b"\x01 É┌ÜJ┬qrÀ¤´ÖS4©▀ "
b"\x01 É┌ÜKrs¸®Ú¼\x1F ¤\x13 ╗Á "
b"\x01 É┌ÜL<p\x12 èE¯F╗ñ¾Æ "
b"\x01 É┌ÜL¶r\x1F Ä5e¡▄Ï¿ "
b"\x01 É┌ÜMºr▀à\x7F ÕmöÏÅö "
b"\x01 É┌ÜN\p\x13 ╗W\x0F ×Aº░\x04 "
b"\x01 É┌ÜNâr\x0E ╗à¦Ú\x13 ¨┘a "
b"\x01 É┌ÜNísÚØ└è{×Ì"@ "
b"\x01 É┌ÜN╗p\x15 ½â┬i5®Fz "
b"\x01 É┌ÜOVp\x15 ░b³¥îV7O "
b"\x01 É┌ÜOzsoâ«£zE»!± "
b"\x01 É┌ÜPGp¤ç\x06 ¹ÆÅy\e J "
b"\x01 É┌ÜPmpSäëÑÄSQ╣╣ "
b"\x01 É┌ÜQ\e rÓäg&Ã#®¾¿ "
b"\x01 É┌ÜQ=r\x07 »£G<Ð\x02 H\x03 "
b"\x01 É┌ÜQ[s\x1D ø\x10 ╝Úý1\x0F ╚ "
b"\x01 É┌ÜQrp®Ç│/\x0E ╝C\t\v "
b"\x01 É┌ÜQëp\x1D ôoí╠4ùÛ¨ "
b"\x01 É┌ÜR0sãØ\x18 `GRuË\x1F "
b"\x01 É┌ÜRWq;ÆV¼Ú╩éå "
b"\x01 É┌ÜRrppÅSãz{ç\x10\x06 "
b"\x01 É┌ÜRër‗úþª#P¿Ùb "
b"\x01 É┌ÜlQrzÁ.G½ã[Êê "
b"\x01 É┌Ülzp2èÝ(}«YéG "
b"\x01 É┌Ülør»▓Ð^ÕÄc¿¬ "
b"\x01 É┌Ül╣sß┐³ðYol¥q "
b"\x01 É┌ÜlÐqlâ&½y┤p_\x1E "
b"\x01 É┌ÜmùqY░T\x1F ÷╠¹{² "
b"\x01 É┌ÜnMs0Übj▀hƒ@r "
b"\x01 É┌ÜntsZê F┼┴NP└ "
b"\x01 É┌Üpgr\x1A «àð\x1F ╗V× "
b"\x01 É┌Üq\x1D röö@\t HUSÁû "
b"\x01 É┌Üq┌qºèÎ%ç!\x10\x08 Ç "
b"\x01 É┌Ür\x03 pèÉ╚┴P\÷àY "
b"\x01 É┌ÜrÂq2àÕKMDA╠s "
b"\x01 É┌Üsërõ«\x07 3(įA@ "
b"\x01 É┌Üt=s"ºé\x10\x08 ║<¯á "
b"\x01 É┌Üu\x19 s#┐Dbey´\j "
b"\x01 É┌Üu±pJÆ\x10 ?[\x1C ┘\x17 l "
b"\x01 É┌Üv├r\x1D àêw¦ ÞT_ "
b"\x01 É┌Üw\x7F r■ì|\x1E \┴\x18 ´8 "
b"\x01 É┌Ü{┴r±¿╩t╦\x11 7└\x15 "
b"\x01 É┌ÜÇ\x1D rCÀqÄPyÍ░\n "
b"\x01 É┌ÜÇÕruØ/\x01 LÛà‗Ü "
b"\x01 É┌Üü\x13 r\x03 Ñ1hT,\x10 º@ "
b"\x01 É┌Üü5r;ÅÐ▓"┼oSù "
b"\x01 É┌ÜüPr+░f£Î\x10 5gÁ "
b"\x01 É┌Üühsd╝\x1C ï×╠Ó▒ "
b"\x01 É┌Üé1sµ¡\x00 ú4cá\x04 ╬ "
b"\x01 É┌ÜéÚsSó╗&\x1E G8┤ì "
b"\x01 É┌Üâ\x16 q\x05 «■¥\x05 °ðv` "
b"\x01 É┌Üâ:sñÁ°5ÈNΩq "
b"\x01 É┌Üâ[r7▒¼©í\x16 ┤kï "
b"\x01 É┌Üä&r¨Ä\f ×─╠úGì "
b"\x01 É┌Üä¾svÂã\x1C ╣Gk²\x11 "
b"\x01 É┌Üà!rõªx¨> Â\x18 å "
b"\x01 É┌ÜàBr╝ï$\x02 mÍ)└Ê "
b"\x01 É┌Üà^q╚ïâ2¨}┌\x07  "
b"""
\x01 É┌Üàys▀¿x\n
ï§╩ÇS
"""
b"\x01 É┌Üàæpí▓\x06 ¢\x1A s8ıD "
b"\x01 É┌Üà¬s│½«█»2Û╠ì "
b"\x01 É┌Üà─pYÁÜGµÍÃÐW "
b"\x01 É┌Üà¦p·ó╦┴5?\ô\x0F "
b"\x01 É┌Üà°p¨íVæb-\x08 'Y "
b"\x01 É┌Üå╚qÒẃ2\r eY] "
b"\x01 É┌Üçòp¤░æ╩+└█îv "
b"\x01 É┌Üç├sZÂûSÀÍÄ\x1C\x0F "
b"\x01 É┌Üçµp\x04 «ý\x16 r┬c. "
b"\x01 É┌Üê\x07 s7©X█Å║|´O "
b"\x01 É┌Üê#q╠î┐Ïf▓ë\x7F Ù "
b"\x01 É┌Üê=pIï°Ú6Þ▄├│ "
b"\x01 É┌ÜêVrغT▓C┘ë\@ "
b"\x01 É┌Üêrq╚ùƒ\x12 ¾$§├ "
b"\x01 É┌Üêèr‗ªÃgãrçå¿ "
b"\x01 É┌Üë^rÉç@Þáý\x1C i\x0F "
b"\x01 É┌Üè\x0E p3ì\x1D ë|D§╚É "
b"\x01 É┌Üè9s6üƒ½¹ïÜ). "
b"\x01 É┌Üè_siÿ╝cr\x1F ╗¶ƒ "
b"\x01 É┌ÜèésåÇéì5ÎïÉ> "
b"\x01 É┌ÜèØs\x1C äú[Ce\x1C p* "
b"\x01 É┌ÜïMp%░Z3┼─\v\f ? "
b"\x01 É┌Üïxsxæ¨▀j!Õª│ "
b"\x01 É┌Üî>r9éTsıH¼}Ê "
b"\x01 É┌Üî sç¿\e <┘▓Ú\x1A ½ "
b"\x01 É┌Üì.st┤b└\v ì\x0F ý\f "
b"\x01 É┌ÜìRq╗░ÍÎ\x08 ÁUúò "
b"\x01 É┌ÜÄ#sö£j╝\x07 Ô>ùe "
b"\x01 É┌ÜÄQpZÑy┐0àó¤þ "
b"\x01 É┌ÜÄus\x00 ú▓nuÕ@z| "
b"\x01 É┌ÜÅÉp¢¥|q \x7F ÃÔÑ "
b"\x01 É┌ÜÉcp\x14 ¬3\x1E\x0F\x18 `░\f "
b"\x01 É┌Ü┘ýrA╣ân×\x03 y\x0E Ê "
b"\x01 É┌Ü┌╣s█│o\x1D ßÿ╝;¼ "
b"\x01 É┌Ü█is3¥\e YBÈVÉ6 "
b"\x01 É┌ø$Lrõƒv\x1C ;Ó\x1A Fz "
b"\x01 É┌ø$vr«Àn▄\x04 i¿\x16 "
b"\x01 É┌ø$ùr3ÿ\x11 Òf\x1A ãÄ\x01 "
b"\x01 É┌ø$╗s|ïrÜ\x05 À╣ã└ "
b"\x01 É┌ø$┘p¸í¤╬×ÒéãL "
b"\x01 É┌ø%█s-Ö»Þ] ¹fî "
b"\x01 É┌ø&\x04 rÙ¥\x07 ô« ´\f\x05 "
b"\x01 É┌ø&$r\x17 ܧ═Lgãhë "
b"\x01 É┌ø&Ýpw┐á■¬\f wv^ "
b"\x01 É┌ø'\x18 pýèã\x13\x18\x00 W‗2 "
b"\x01 É┌ø'9sáö│`Á=ßÓÌ "
b"\x01 É┌ø'ZqÝ╝¤_\x0E ▓╝½K "
b"\x01 É┌ø(\x18 pIÉ┘s\x11\x14 â[ "
b"\x01 É┌ø(>rî×øÖ\x14 ¿÷Èæ "
b"\x01 É┌ø(_qüéà<\x0E ▀Z╠O "
b"\x01 É┌ø(|r[┤Eû\x05 ¿nÏ║ "
b"\x01 É┌ø);r╬åÓ00iõZ\x16 "
b"\x01 É┌ø)cs¥ô´,%\x1F |d\x02 "
b"\x01 É┌ø)}r±øzÉÞåÒO\x04 "
b"\x01 É┌ø)ûq'▒W©u╩ZlP "
b"""
\x01 É┌ø*Xs.»pÏÙ\n
╠‗\x01
"""
b"\x01 É┌ø+\f sº┐]1╩»¾N▓ "
b"\x01 É┌ø+5s▒'sb«$+¥ "
b"\x01 É┌ø+UsrîjCä@E÷▀ "
b"\x01 É┌ø+yrÇèjdî3°Aò "
b"\x01 É┌ø+ÆsñÄLurÙC-µ "
b"\x01 É┌ø+¡q‗ì¨t\x1A 2GI& "
b"\x01 É┌ø+Ãr\x1E ╝╠}┐þaÅ\x03 "
b"\x01 É┌ø+ÓqH┐~:¤é└qt "
b"\x01 É┌ø+¹qÆ┐2ª÷ø¨\x17 » "
b"\x01 É┌ø-üpÿÜ9æ¹┤í4] "
b"\x01 É┌øG¼p\x14 ê\t ´~¥─6\n "
b"\x01 É┌øHmr;┐ç▀f\x07 ä\x0E ! "
b"\x01 É┌øHòp\x07 å·}\x03 Z\x1A u\x05 "
b"\x01 “b~Ê@r"³u2V\x18\x18 )Ã "
b"\x01 “b~ã‘sͱ\x19 ZîWŸ4› "
b"\x01 ôb~ÞìsÍ©?s,Ú{\x10 : "
b"\x01 “b~ðTp깘£\x1C <›‡Ì "
b"\x01 “b~óLr[”\r \x03 Õ\r ùCL "
b"\x01 “b~ôHqÓŽ¾k„\x12 Œ\x12 a "
b"\x01 “b~ú~p>˜~×%ÎÄ\x19\x17 "
b"\x01 “b~þØso¼\x0F l¶aµÊ~ "
b"\x01 “b\x7F\x02 åp\x16 –H \x15 ‰Æ€× "
b"\x01 “b\x7F\x06 9ry‰Ê\x1D <\x17 œÀi "
b"""
\x01 “b\x7F\t RsѦ\n
ÍÁ}\x10 rR
"""
b"\x01 “b\x7F \r hq¼¢ÀÜð¨\x03 c÷ "
b"\x01 ôb\x7F\x0F ¸q▓ü╗à÷þR¯± "
b"\x01 “b\x7F\x1A {pZŽŸ?S®¡#\x03 "
b"\x01 “b\x7F\x1C .q ˜;~0•ó\x00 — "
b"\x01 “b‚xÒs·›\e ªCµÍ<‚ "
b"\x01 “b‚yûps»žtõ\x12 Z|¶ "
b"\x01 “b‚\x7F )p\x18 œFýCfmKÉ "
b"\x01 ôbéÇ\x05 p6Ä:ß4rØü# "
b"\x01 “b‚€ýr±’8\t Ê\x14 ó»L "
b"\x01 ôbéé\x05 p5òz░ÎØªþ├ "
b"\x01 ôbéâ\x00 qòìÉu¦¼@┐\x1D "
b"\x01 “b‚„,pã¨wå‹ÓÁ_‚ "
b"\x01 “b‚…dpΩ\x19 Çç]aël "
b"\x01 ôbéåYs╣¼0\r xÕ\x1F ü\x06 "
b"\x01 “b‚‡^p\x01 ™ÊxQ\x06 ¹6ð "
b"\x01 ôbéêÉr>énnS-┘┼Ù "
b"\x01 ôbéë¡rÂì>CÈÈÊ\\r "
b"\x01 “b‚Šžpg†¸Ž'\e Ë\x1A E "
b"\x01 “b‚‹–sSœ*áuËŠ×V "
b"\x01 ôbéî\x7F pãØðãÅ`õÑÌ "
b"\x01 ôbéìnsÐêª:├\x03 Às$ "
b"\x01 “b‚ŽfrU«‰ÖtÙ+’Ø "
b"\x01 ôbéÅWpÃØ\x1C ■µoyÃã "
b"\x01 ôbéÉHq\v Ñ·½7FßäÉ "
b"\x01 ôbâÁàqÜüYæ│├ìiö "
b"\x01 “bƒº8smœ<G\x0E ¤-•µ "
b"\x01 “b“\x1D @p›»b_^šµ ž "
]
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 (0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CA62372909792731C7668C7B2 , 0x0190DA8CE137703E8FB5A849889B9763 , 0x0190DA8CE155736B890B325860B7760D , 0x0190DA8CE17472F9AEFE29A6230D2ED8 , 0x0190DA8CE18E7393814906E8006C223F , 0x0190DA8CE1AA732B81A0248B012EFCA3 , 0x0190DA8CE26D705FAD3726F6475C1BC1 , 0x0190DA8CE3247234BB0584581CA614F3 , 0x0190DA8CE3DE73CD96F69E1A1E5CED14 , 0x0190DA8CE52671088F4F3CC1735DCD73 , 0x0190DA8CE79F7367A291AF068F09D086 , 0x0190DA8CE7BD73CB90B9523DFF49774E , 0x0190DA8CE7D971B1AF6CB2E122EE985D , 0x0190DA8CE89273469A8B24051E747221 , 0x0190DA8CE95071F695E284F1155C9E8B , 0x0190DA8CE96D726C8D04E433A82F9CF0 , 0x0190DA8CE98B72A1A15A633E404703DD , 0x0190DA8CE9A67372B2E919BCFA7B85CA , 0x0190DA8CE9C3734CA192A30BF700BC6D , 0x0190DA8CE9DC7230845CF5606C1CF963 , 0x0190DA8CEE0A73CC8643121BB5D48468 , 0x0190DA8CF33F720FA6AFB43CAB22A759 , 0x0190DA8CF40072719B5F21EFA2492700 , 0x0190DA8CF5637186AE0C86F216BEFE3C , 0x0190DA8D0723727A94ED93F02BCA8B6B , 0x0190DA8D074473B18DEB57F84B943B2F , 0x0190DA8D0812738C84E63E0F4A6B1087 , 0x0190DA8D08DB70C0ACB345B36EE3953C , 0x0190DA8D099670B1862E627470DC12F4 , 0x0190DA8D0A3673A99698C3DD511CD7BA , 0x0190DA8D0AF173CA95B5B9D020810D51 , 0x0190DA8D0B8F7326B2557C7F9C0DD1FF , 0x0190DA8D0BAD70B1BEA43729E9BD06B0 , 0x0190DA8D0BD073B0A210F67D0DFE9B1D , 0x0190DA8D0BEC7207BBEC3A77A24F3FAE , 0x0190DA94B2AB738FA4EA8DFB61798DFD , 0x0190DA94B3547318947EA530E2AA606C , 0x0190DA94B9FB71758E9E2D45DC3257CB , 0x0190DA94BAA67010A1437E9F4EB03430 , 0x0190DA94BB92702EB32E5D9B4D459527 , 0x0190DA94BC4C7285A5DAB5699261C442 , 0x0190DA94BD1072198BB3E2B612613043 , 0x0190DA94BDD77303BD836558D9D3A838 , 0x0190DA94BE8F71459792028DD64F8980 , 0x0190DA94BF4B73FEB952D26F0F9B75D6 , 0x0190DA94BFF7702A9933C2B493CD3D9A , 0x0190DA94C0A471A99C15E1A961EE6BB5 , 0x0190DA94C15C713D8AA26FD33FF0961B , 0x0190DA94C2187169BE4F24DBC50528C5 , 0x0190DA94C2D17160920B015C0EAE9D61 , 0x0190DA94C38E73E489AB2586EE47A176 , 0x0190DA94CDF67151960D4FE2684C3538 , 0x0190DA94CE1E72B6A4B052B009815A73 , 0x0190DA94CF0671FC8859B7FE37178809 , 0x0190DA94CF2D70B998D7D9A83BE0439E , 0x0190DA94CF4F71F7B8CED97B337D3321 , 0x0190DA94CF7171F5B87641FA0AD71ABD , 0x0190DA94CF8772A58FA6D81F635395DE , 0x0190DA94CFA070329F9C7DBD734AE183 , 0x0190DA94D05A71F68CFF110C906BC865 , 0x0190DA94D0807188B95B812A77D07180 , 0x0190DA94D09F708780729DEEA4A8D6A5 , 0x0190DA94D0C073A9AC972486322E173F , 0x0190DA94D17F701C921F0A18319E53F7 , 0x0190DA94D1A6727E9ED6632401824C66 , 0x0190DA94D2B97158811511DDDEE8D3F9 , 0x0190DA94D2E170239888A0695A3CE4DF , 0x0190DA94D47C72638BA8CC9D2F8F4B6E , 0x0190DA94D4A57256AE526AA89A2BEE2E , 0x0190DA94D55F7137AA1F44056AB0C987 , 0x0190DA94D586704CB80DC7B421E75E76 , 0x0190DA94D64B7212837C4CCEB05D4ED1 , 0x0190DA94D732722D86D2D2CF3AE726C0 , 0x0190DA94DCD571F390AC595C898F1DCC , 0x0190DA94DD9970E0B64C66FAAC74B20A , 0x0190DA94DDBC71A58C32603D93ACE9E7 , 0x0190DA94DE8E720383E075ACCBD09747 , 0x0190DA94DEB272499ADF9156BDCB3A58 , 0x0190DA94DED1713D9AA48D479E9BD2B4 , 0x0190DA94F8B7717BADF7451510027D6B , 0x0190DA94F9507306947C146B7450C5AF , 0x0190DA94F9EF70FCA47BBE472E6A4366 , 0x0190DA94FADF7358921980004651BA7C , 0x0190DA94FB94732CA59846897A00F3A1 , 0x0190DA94FC3D73DC80E43EAA901CE8B7 , 0x0190DA94FC6170B69F4FDC28C9130521 , 0x0190DA94FC807034B88909B2DCEB326F , 0x0190DA94FD3473D68FA23F23917817C2 , 0x0190DA94FD54701493ABB40BC01E08CE , 0x0190DA94FE0A70458C32F186A9382D7E , 0x0190DA94FED272438612F4A8DFB4E6D6 , 0x0190DA94FF88714C880B94707D152E05 , 0x0190DA95007971C893515C9E3348E1A0 , 0x0190DA95014373F599882374F770C7D6 , 0x0190DA9501E7731CAD4B8BC2B5B3D5A8 , 0x0190DA9504EE71BFB9928EAF9597A050 , 0x0190DA9505D6712B99B3355FE615C47A , 0x0190DA95068A70ED96D8A3A77723D16F , 0x0190DA950737735BA3804474FBD67D13 , 0x0190DA9507E570DF9EA3FB538FB2959D , 0x0190DA95089C7371900E90AE0A07576E , 0x0190DA95095573DEB3B67B23B1022534 , 0x0190DA950A5D70B0A6810C8F04882813 , 0x0190DA950B097397B8CD0B45144DA2D3 , 0x0190DA950BC97063855632EB8C8AEA57 , 0x0190DA950CE27042BD4FBFB08C1C6211 , 0x0190DA950D0A71C787E7883125BA5852 , 0x0190DA950D2E717FB43D9A3A5315981A , 0x0190DA950D4B7234B40CD5F3FDC76583 , 0x0190DA950E1971D4A77ED3A6A6ED7B87 , 0x0190DA9510A173459708E34E54806F42 , 0x0190DA9511E47058A6372C7EF43533C4 , 0x0190DA9512D670B8AB15F8A3830ABA7F , 0x0190DA95144471BABD3E5E8615E65DBD , 0x0190DA9514F6724A927969B4F2F6F5DF , 0x0190DA9515B2712F9726ECC8A598CE7D , 0x0190DA95178F7291AA7598CD23469482 , 0x0190DA95184D7298BFF84A23351EFA50 , 0x0190DA9519B9725A898D6A3743BD3A4B , 0x0190DA951AB7733F843C1A6488F9EA49 , 0x0190DA951B79730D8FC3724F883E9691 , 0x0190DA951D4172CDADDAA1637C0529EA , 0x0190DA951EC1700BA9A0BF4F6BA0D15D , 0x0190DA951F857108B9CF45AAEC4B8BD7 , 0x0190DA9521847137B46402919EF06BFF , 0x0190DA95223D733EA014949BB31C0395 , 0x0190DA95239A707FAC05D4EFBFBF788C , 0x0190DA95260673C694D6CA61DCDEEDD5 , 0x0190DA9526B97141AD86F42F8B89B802 , 0x0190DA9526DE7119A68CB5B885ED6344 , 0x0190DA95270171D5B94431F601AA51E9 , 0x0190DA95272871EE964857C7938A7D3C , 0x0190DA95274773BFBD092191F72C61FC , 0x0190DA9527617351995209AB022E4E63 , 0x0190DA95283570AB91370516B2EB6F74 , 0x0190DA952858736EA14F8B6B8B2EADDB , 0x0190DA95287C718CB31D13132A06C9B9 , 0x0190DA95294B70C7A3DC0C2B66C39BE3 , 0x0190DA9529727052A307495C7B4C7637 , 0x0190DA9529957062A7FE85E97A79EB79 , 0x0190DA9529B671FEA80D9CA47D7561E6 , 0x0190DA9529D57274AD3F5A6C757EAE5D , 0x0190DA9529EB7205B81F7EDF57D28B8C , 0x0190DA952A05722CAAC04A62156C4F25 , 0x0190DA952A1E73FB8FEAF5C43452FE0A , 0x0190DA952B1F71B49230D75838278F4E , 0x0190DA952B4072A8B8F96C6985911246 , 0x0190DA952B56713196FD84337D3DF2D6 , 0x0190DA952B6F70AD8C777BDDF9083799 , 0x0190DA952B8773A49332A34F906BFC21 , 0x0190DA952B9D72718E0E707D4D5A7288 , 0x0190DA952BB672CDB6F35B10CABBFA5B , 0x0190DA952CD072D489B4D5A72B64DB05 , 0x0190DA952CF471CFB0E1D967CF257930 , 0x0190DA952D14733589CB2AE2F89ECD4B , 0x0190DA952D2F724AA04AC53E17443987 , 0x0190DA952D497388984236ACFC6953C6 , 0x0190DA952E1772DCA7B91F36BFAC97B0 , 0x0190DA952E3C7334B65ACF84220DCE9E , 0x0190DA952F047117B621A2213E3D38BD , 0x0190DA952F2872CDA69536491FA4FE73 , 0x0190DA95303A7056BD3A3A6C7FDB27E4 , 0x0190DA9530E871A48AF3B64123132113 , 0x0190DA953230730EA706DCD3525B36CD , 0x0190DA9532E67243A0FCB70CCC9A17D7 , 0x0190DA9534297111B9A1211924C83AC4 , 0x0190DA95344E7136A000357F51328120 , 0x0190DA953470736CB7D19A8893591F69 , 0x0190DA95348D73028BEDFDDEDA99F896 , 0x0190DA9535617205ADAD47A577961718 , 0x0190DA95358471848AB941C3AC1435FB , 0x0190DA9535A572B38EFAB4EE1A461116 , 0x0190DA9535C171BFB4A72959C7C78A9C , 0x0190DA9536E673DDA2859067D827501F , 0x0190DA9537087198B772D17B6D274F6B , 0x0190DA9537247124AA7CD30C03E104ED , 0x0190DA954EE4733495FE36A2228D98CB , 0x0190DA954F0C73CB9AB9DC048D50EF15 , 0x0190DA954F3173D6ACC54D0AEC03179C , 0x0190DA954F51706BA1FACBD5FE0E6313 , 0x0190DA954F6D7070933EA2E79946CF29 , 0x0190DA954F8473DC85F28AE30CFD1FC6 , 0x0190DA954F9B71A2BA4FF1E70631BDAE , 0x0190DA95504E71EDB928491ADCED8CE7 , 0x0190DA95507772C5AA468B5B57BB7D09 , 0x0190DA9550A4734498A9F7BA9DC0C2CC , 0x0190DA9550C370A0B515D09D8BF9B822 , 0x0190DA9550E07396BAFE10A52432B344 , 0x0190DA9551A173A9AED7FF30F2E4DD66 , 0x0190DA9552657000B14AC71C168B97BF , 0x0190DA95532973F6B2A2AD3AC1787C65 , 0x0190DA9553CF71C0B65E8B55759CD456 , 0x0190DA9553F77015B9A8B2245DDC0602 , 0x0190DA95541D7212A3F061592D578887 , 0x0190DA95543B70FF9D6251B7569D7823 , 0x0190DA95545A7395BFB6BB5073A28553 , 0x0190DA955EBC72A99293D0EB5AB7D3EE , 0x0190DA955EE6709591A879BA4645B379 , 0x0190DA955F09707294DDB49957B09C0B , 0x0190DA955F2572218F240BCF26F6CF54 , 0x0190DA955F3C71B696EEC593AFA74926 , 0x0190DA955F52708F93EBE6EE46A49F8F , 0x0190DA955F6871288174029F39A7EB97 , 0x0190DA95604371E0BF2C243BFC00FB95 , 0x0190DA9560677381BD998D2E0E00392E , 0x0190DA9560867244932B290ABAEBD616 , 0x0190DA9560A070E6A66F448D57ECAAEE , 0x0190DA9560B6736FBC023910BCEF618C , 0x0190DA95617573F1AE4F0A61753923E2 , 0x0190DA95619972FCB93327C9D8908340 , 0x0190DA9561B8731196AA1FA2D1FDECE3 , 0x0190DA9561D37253885355B38E55A5E6 , 0x0190DA9562DB73C996C069F43E77E7FB , 0x0190DA9562FF72228C57B2107720A4B5 , 0x0190DA9563207323A310E05F8FB7585D , 0x0190DA95633D701F81D1F189A7782427 , 0x0190DA9563F470F880B9BB489A291824 , 0x0190DA95649E71E098163A91BCF7E3CA , 0x0190DA9564C270B79F388CFA5E84B998 , 0x0190DA9564E47209A7F7525816E0C59A , 0x0190DA9565017310B029B4727936EA0F , 0x0190DA956517709BBDCDBDEDDB7A486A , 0x0190DA9565C173B39B2954E08CD96C0A , 0x0190DA9566EC737388D88B569BB0FDC0 , 0x0190DA956718721D86F99823994621F6 , 0x0190DA95680772DCAE68DE9B85DFAE6D , 0x0190DA95683273D69F29484E140BB77F , 0x0190DA95685472ACB695431470910603 , 0x0190DA956A8D71DBB0086A5260A37C75 , 0x0190DA956B2F7396B1CF31D7CEBB6919 , 0x0190DA956BEA7356AA61A5096FB10587 , 0x0190DA956CBE73A681562B9C79AE0B2A , 0x0190DA956CE671F9ADB3DC53C5CAFEA2 , 0x0190DA956D937196BFE560F99BEF169D , 0x0190DA956DBD73D39B1E5AE5EC825966 , 0x0190DA956E9E7039BBB8D189DDCBFE66 , 0x0190DA956F4C70B99C5986AD0A32201A , 0x0190DA95701771A8B23A6D084980F60C , 0x0190DA95703D710FAB635F919EB4EBD9 , 0x0190DA957190718192276A4614EDE32D , 0x0190DA9571B7707F935BF5C52B4C1582 , 0x0190DA95726672EC97161C6816DE1F61 , 0x0190DA95728D70A1BD87EDD951B4D219 , 0x0190DA9572B272838083AC7D67B3307C , 0x0190DA9572D3733189BF23913A68DCDE , 0x0190DA9572ED73EE8DC53A567C1E08B2 , 0x0190DA9573047165B9D6F1C688569179 , 0x0190DA95731A7007BCF59178240945A3 , 0x0190DA957331733FB176B2DEF7E6CBAA , 0x0190DA9573477362AEA1D6154C170883 , 0x0190DA95735E70C7B7F90737CC1A611A , 0x0190DA95737472DDB1C0F41E39B97702 , 0x0190DA95738B7117AB9678A51EE8DEC5 , 0x0190DA95744073D88BB8B27F106D9929 , 0x0190DA958B567230BE44179DA15177BD , 0x0190DA958B6D72D69A552A48087F6229 , 0x0190DA958B877104BC772F37DEBBDEB2 , 0x0190DA958BA173ECB9176AE8267F0C1D , 0x0190DA958BB87288A0C15FF1D19D1371 , 0x0190DA958BCE712C9E7328EAD09342DE , 0x0190DA958BE573C59D329BB7E5375607 , 0x0190DA958BFB717CACFE16E77C61C7AF , 0x0190DA958C12728EA58CCAD08FC8DB80 , 0x0190DA958C2D70E983A856FD22A4991F , 0x0190DA958C437095AFA3F46F85A052E9 , 0x0190DA958CF1733AA025CBA5042F6C6D , 0x0190DA958D1C73F783BD9114F0AC5DD1 , 0x0190DA958D327233B9966EC072AAB600 , 0x0190DA958D477196AD8A33AB50DEE4ED , 0x0190DA958D5F70DE96F87EC1686E58BB , 0x0190DA958D7771238F29EC22CFE704BC , 0x0190DA958D8E73ABA8A4D0882CD4DEF6 , 0x0190DA958DA571768306385B6F952E3F , 0x0190DA958DBC70B9B2F07FFE970A4123 , 0x0190DA958DD272AEB47D4FBE8B4BB312 , 0x0190DA958DE871D0BDBD99BED26365A5 , 0x0190DA958E9B739DBA98DD02BA78A076 , 0x0190DA958EBE7024AF2BE2B98CBB89BE , 0x0190DA958EDD73E7B1D1932A178FB9A2 , 0x0190DA958EF873F3A7F7DEB31280DFFC , 0x0190DA958F0F72D5BE0C642A4FAFFC99 , 0x0190DA958F267318ACD742412719F468 , 0x0190DA958F3D727893C7DD6CAC844FE8 , 0x0190DA958F557108BD48AB5D24B79CD1 , 0x0190DA958F6C705881E2E6BBB76FE546 , 0x0190DA959011712D9173451070A8663A , 0x0190DA9590367214B6CA87DD3DE9E8E3 , 0x0190DA95905570ECBCD5C2236AFD1B07 , 0x0190DA9590707234A70108DB0C2801C2 , 0x0190DA9590877331B2DBD70C20783EE2 , 0x0190DA95909E73AE875FFF62EE6935C0 , 0x0190DA9590B5721B9095440FB3191D3B , 0x0190DA9590CC7058BFCF4D8374E24004 , 0x0190DA9590E2725BB60B08211E1035B5 , 0x0190DA9591A37361A24119EF838B0826 , 0x0190DA95925973DB86D1218DEF6AA220 , 0x0190DA959281732D878DC2BE3D1BFEAA , 0x0190DA9592A07263BB3606EFF7A358FA , 0x0190DA9592C0725D83ED3FCC4D781D14 , 0x0190DA9592D7733FA2F3522C68B952CA , 0x0190DA9593A57252B8D32C9988783032 , 0x0190DA9593C9720093FCDE987182D242 , 0x0190DA9593E8719A8421542E7D99D3DA , 0x0190DA9594A3718D8A7E742FE6C4CCEE , 0x0190DA959550731BB930787EF7148E9D , 0x0190DA959600726AAE9B61885843AB03 , 0x0190DA9596CF70E7BAB988CE961BCC11 , 0x0190DA95978770E28E41E7A48AAB3C24 , 0x0190DA9597AC7301A63B09F32A80311F , 0x0190DA95986D72FCBD8054B6BEEF4658 , 0x0190DA9599347266A35D865DC5BFCB4A , 0x0190DA959A0E7223BCCB0A04ECA18136 , 0x0190DA959AEE73D0BEC95AE6FB588E57 , 0x0190DA959B14726B85E3B037F7A5E37B , 0x0190DA959B337325AA99C3E94439AC0B , 0x0190DA95C980726AA516D16291DBC695 , 0x0190DA95C9A070C3B290F2BDCD6D288F , 0x0190DA95C9BD72FBA5DB933FA8E05E7E , 0x0190DA95C9D6730F992344B4E06F0F94 , 0x0190DA95C9ED722B90A0F9B394B0ED07 , 0x0190DA95CA03713E94DB8AD092CD7687 , 0x0190DA95CA197125870AB6CF5CDF4657 , 0x0190DA95CA307232AFCC1185ED5BCB04 , 0x0190DA95CA467146A64893ECD368D2BA , 0x0190DA95CAF97284967897898A2F84B2 , 0x0190DA95CB3671989B5F1478EE219E48 , 0x0190DA95D1B6717EB15D81AB2A8D1E3E , 0x0190DA95D266722A86D4E558A505F677 , 0x0190DA95D31972079C995831EC3C926A , 0x0190DA95D3C771CDABE25B0546DEBBF6 , 0x0190DA95D472713FA80DF782E95A0B8B , 0x0190DA95D5297349AED903A29B8FDA30 , 0x0190DA95D5F0707393B119E52EBFF817 , 0x0190DA95D6B6738C875F786C14DD71E6 , 0x0190DA95D7937116A70E4F54FF856BC3 , 0x0190DA95D8AB73678483945B4F094C8E , 0x0190DA95D982734C9D53C73C700EA2C0 , 0x0190DA95DA8373E38A732F52D74218BD , 0x0190DA95DB3B7183A693AA245ED4D295 , 0x0190DA95DBFA73898C571947A9580A5F , 0x0190DA95DFB5719AB42117D25CDB18F9 , 0x0190DA95E08272E49D28F103EAA2DCB5 , 0x0190DA95E1797354AAAEED2E932BEED4 , 0x0190DA95E240716787E508606B0616E4 , 0x0190DA95E31B7044833EE4E520CD4558 , 0x0190DA95E3E170E391E283D001D730D2 , 0x0190DA95E49A727F9DF43DB71AA9B3CA , 0x0190DA95E55973A19C226DA67FC15515 , 0x0190DA95E617732A92D20CD1F1EEC701 , 0x0190DA95E6DD7058A8EE04A9E97165A0 , 0x0190DA95E7A9709593A27EED8225476E , 0x0190DA95E86E701E8D3E742DFD80B5D7 , 0x0190DA95E92A716897CFA5A3504F4674 , 0x0190DA95E9D973CAB6A971CCFCBF463E , 0x0190DA95EA9B71B582946D8A79688385 , 0x0190DA95EB6070F19616552F9595A6CA , 0x0190DA95EC20716091452EBCCDC46B94 , 0x0190DA95ED9F71D2BF426ED050BD02EB , 0x0190DA95EE7A70B5A8BAA17ACE4223EF , 0x0190DA95EF3A7353B5DB50ECBA7EACB4 , 0x0190DA95F0067108A11A16CF54D90FE3 , 0x0190DA95F0C8729EB77A0E9F39E6CF44 , 0x0190DA95F1757087892B605076A3A575 , 0x0190DA95F231709CB143C2604FB21687 , 0x0190DA95F2F17367AF9D58D95D66FE2F , 0x0190DA95F3AD70A4B1A6DC97FFE1F05E , 0x0190DA95F46573F7B8FCFD64675F304C , 0x0190DA95F516733796A1D2E7AF006019 , 0x0190DA95F5FD7195B8422B31AE4F8E2B , 0x0190DA95F6EA728A80F290B0A4912F19 , 0x0190DA95F7CC730D8F0E20ED3E11B930 , 0x0190DA95F8A27313A322272E618ACB8E , 0x0190DA95F98F7158B88C7BEA1B89FD2C , 0x0190DA95FA2270F0B65F5619678A8A11 , 0x0190DA95FAE470959F824C49A859B009 , 0x0190DA95FB09736AA252078FD8D183E2 , 0x0190DA95FBE072848386EB990366D534 , 0x0190DA95FC9D730F83AC3EDE4DF53E21 , 0x0190DA95FCC37296B9CF4487B7FC6B0C , 0x0190DA95FD8270ECA71504C6630A5532 , 0x0190DA95FE1C703DA0219508A86745DA , 0x0190DA95FEDF735797394CB4E3CF9D16 , 0x0190DA95FF057030B7EAC29663B122BD , 0x0190DA95FFA37393B3DEF4DE9F9A3759 , 0x0190DA9608F872BE9D83F63F7E4A128D , 0x0190DA96AEF9727B8F05A241C1648388 , 0x0190DA96B049723783F81EA0E4036A30 , 0x0190DA96B108709DACB26F3C331DC070 , 0x0190DA96B12D734B93F03CD2EAF37BB6 , 0x0190DA96B42B726BA998D966276DF9F0 , 0x0190DA96B4E171C5A19535EA49D0E6C3 , 0x0190DA96B506726785B772C8906FE249 , 0x0190DA96B5237168B057455DF11AF3F8 , 0x0190DA96B53A70E0ACCF3F2AA4D3D3EB , 0x0190DA96B55171D597A95DA4772A9346 , 0x0190DA96B56870E6BBB2C4CC5B594017 , 0x0190DA96B57F7098BB288A43D7E7A01A , 0x0190DA96B59772A89396851B164E0B48 , 0x0190DA96B5AE7206B99BC52FF3ADE146 , 0x0190DA96B5C571DCBE8111C62C36B865 , 0x0190DA96B5DC73C1BDA1CDD66705E010 , 0x0190DA96B6887169850B95F9F8A47E4C , 0x0190DA96B87D709E844AF7B5F98D1D3B , 0x0190DA96B8A3727492F14B6745976B88 , 0x0190DA96B9DE70D9A6549E52DA472E7B , 0x0190DA96D2F57304AB69117CA89A3289 , 0x0190DA96D3E37268A77AECC5C8622656 , 0x0190DA96D409702381F7ED88072E8FCD , 0x0190DA96D42A725DA90E552469685D19 , 0x0190DA96D44673F4913EB338D50852D8 , 0x0190DA96D45D7234B3DA1598E577017D , 0x0190DA96D4747149B66911A471031D63 , 0x0190DA96D48B72EF929192BCE875B745 , 0x0190DA96D4A271B3BDDC5A061D20B0E5 , 0x0190DA96D4BA72DD9C7B2EAD4683173C , 0x0190DA96D4D1721BA09830D8527A3AEA , 0x0190DA96D4E871C295115AC1DC95E95D , 0x0190DA96D4FF71368A774E02A19091A4 , 0x0190DA96D51670AC9A6F96F97B378387 , 0x0190DA96D52D70F68788072DADE4227A , 0x0190DA96D544715A84283C6B430FEDD6 , 0x0190DA96D55B71A6860CF127472EAE92 , 0x0190DA96D63E73C699D058B589D73CF5 , 0x0190DA96D6F573D39926E7A2A9B0C90A , 0x0190DA96D7BC70839E094B27D0CBB91A , 0x0190DA96D88572128ECC67C8E3B47652 , 0x0190DA96D940706DABFB875743B65D7C , 0x0190DA96D96573E0A6ADC43D454D9A7B , 0x0190DA96D98670C6A024FC8963563B44 , 0x0190DA96D9A370739EC70F4B74411E20 , 0x0190DA96D9BA715C8A7C8A58CB7F63CA , 0x0190DA96D9D173B2AA743B6B14C736A5 , 0x0190DA96D9E87335B499DD5A981AA66C , 0x0190DA96D9FF703DB338A0A547B5D08F , 0x0190DA96DA16734EBA92081E2E796874 , 0x0190DA96DA337335830491463D48F3FF , 0x0190DA96DA4B71989E2F16E843F23654 , 0x0190DA96DB1670919F54FDFE96B901D8 , 0x0190DA96DBC7729B8674B84FE9EEF303 , 0x0190DA96DC73720EB51B76EF50959DD4 , 0x0190DA96DD397239A30BBD47357C2635 , 0x0190DA96DE5470E9AFC706214ED0548A , 0x0190DA96DF0B73A881CEC2CB0DD4ACFE , 0x0190DA96DFBD7396A7400975FF466CC9 , 0x0190DA96E08771B5AEF16188CA23B740 , 0x0190DA96E16C720DBB2DFEFD81C46B9D , 0x0190DA96E22872B58647F233F5B24DA8 , 0x0190DA96E2D470B7AD893A78C36835F9 , 0x0190DA96E37D727BB01AF3339AB4D07C , 0x0190DA96E43D714393B5558F5717A373 , 0x0190DA96E521734BBBA762574B8E787E , 0x0190DA96E5EF72439B82D497CBDF6AC0 , 0x0190DA96E6A97262AF7B7F553343F5A4 , 0x0190DA96E7B172968B8EA2F828DF0BBC , 0x0190DA96E8AC7377AD0177F27CEC3C53 , 0x0190DA96E96770D9A13B7A65B8A358DD , 0x0190DA96EA5073A59AC10004EA4A7493 , 0x0190DA96EB3673F68505E5177AF6927E , 0x0190DA96EBFC733F95F423B6951B2935 , 0x0190DA96ECBA73A6AF19D9343A78B9BB , 0x0190DA96ED7471FD9384CE57AEAC4193 , 0x0190DA96EE1D730CB84AE750E4F56605 , 0x0190DA96EEE0727C86AAA41E66298BF0 , 0x0190DA96EF8F71CB89BA0E3376F134FD , 0x0190DA96F06C72598A05D5D491C652BA , 0x0190DA96F1787063949AAF7C761A4E8A , 0x0190DA96F27E726D8E5581804D08CF3E , 0x0190DA96F37272A19161832F174C2747 , 0x0190DA96F45E7072BF9F70B2D81F8ADD , 0x0190DA96F529705BAF2B2AB397068EE1 , 0x0190DA96F60B734A9855B7319E50783A , 0x0190DA96F7197355BAED3B636BD14E71 , 0x0190DA96F7CE71BCB55CAEB3AD2F80CF , 0x0190DA96F894727CBC5FD4276F5013B6 , 0x0190DA96F958709EA67CD309E2A02316 , 0x0190DA96FA1C70208461E6FCFA76E10E , 0x0190DA96FAED70BB81553B8BAD3B666F , 0x0190DA96FBB670C9A86771E276591F45 , 0x0190DA96FC8B70A0A761FA737D8B1D21 , 0x0190DA96FD697091A4E4240B705AF11B , 0x0190DA96FE2773BF8D316663BD4667B4 , 0x0190DA96FEEA726A9C20A193145F6F26 , 0x0190DA96FFA17344B09E4E4BC068017E , 0x0190DA97007873B99FA9AB0BD50E35A1 , 0x0190DA97012B731C9E8A3D4753D93A3B , 0x0190DA9701DF7124B541F9D7A9E96198 , 0x0190DA9702B270BDBD8A2D4C758DB3A1 , 0x0190DA97036B7145B51A4606B983ECC8 , 0x0190DA97042E71D4B57D01ED0CDEAEF5 , 0x0190DA9704EC70CEAA9A50DE56E3CD96 , 0x0190DA9705A372A18ABB5537784F6A05 , 0x0190DA9706657279BAF914FC7FEF2F72 , 0x0190DA97073C724D9BE01A33B5C179D6 , 0x0190DA97082D721AAABEF82A8F5EC480 , 0x0190DA9708E87165B2CEFFDA7EFF558C , 0x0190DA9709DC71C3AE96118EFD4AF2E9 , 0x0190DA970ADC73E1A94077131FA38DBC , 0x0190DA970B9B701BA13ED7C07238951C , 0x0190DA970C6871DD8EB5142502AE8234 , 0x0190DA970D2672678084B168295CB2D9 , 0x0190DA970DE171298CBD521ED3987AFE , 0x0190DA97102D7331A1AEA16BD9CDF472 , 0x0190DA9710F372E8B353374EE2DC5CB5 , 0x0190DA9711AA732DA4D92AFF8C74A41A , 0x0190DA971275737BBFBD230D1A6E7CF6 , 0x0190DA972BA2732C8437042D4916CCEC , 0x0190DA972C6A73CDB3EDB49B02087AA8 , 0x0190DA972D3D7246A7D5925C31C51FE1 , 0x0190DA972DE8710E9AC17DC2990DAA29 , 0x0190DA972F757003AC60019610DD24AD , 0x0190DA97303471B8BB6F8A530BC5576A , 0x0190DA97311C708D895D7EA3587D6E0B , 0x0190DA9731C873D090B5A057A624908F , 0x0190DA973276723F9B71F9BB09A84EE6 , 0x0190DA973318717DB94169B20DFDE3A7 , 0x0190DA9733D7724F8D178FF539EC0E08 , 0x0190DA9734C7712A8B372CADB470E45C , 0x0190DA97358D72B3AEA8C0FCEA7496CF , 0x0190DA97364D739EBAF8274DE33C6D6D , 0x0190DA97370570559A6E11D9923DE2DA , 0x0190DA9737F0705F858E1E60A8767A43 , 0x0190DA9738C070DFA0895DAFD3C82431 , 0x0190DA97397C73C79FA0C638FD5AFE54 , 0x0190DA973A57704EB80F078D6775E708 , 0x0190DA973B1173B08E866F3BE5CC1C23 , 0x0190DA973C24705CA17F11BC81CDF25E , 0x0190DA973CF8724EA24F7795B0CA816F , 0x0190DA973DBC7220867F02AC1C97B8DF , 0x0190DA973E90712D8CE76373C98F3182 , 0x0190DA973F6673D68CA54BB768718DD7 , 0x0190DA97403971B0BDAA3ED0AECEF81D , 0x0190DA97411F72EE996B06494E6328AB , 0x0190DA9741E370128E2399CCCF8D23EF , 0x0190DA9742B171D6AD2ED53C6CCED7A3 , 0x0190DA97437071BFA3B971F0376EDF14 , 0x0190DA97443F72E7BE3D40998FBB030D , 0x0190DA9745C2722EAD87B589AB4FAF29 , 0x0190DA9746767316ACBDBC9393C1F351 , 0x0190DA974738724CAF5D0183C9FE8281 , 0x0190DA9747E47022A039C6CD0F8A0539 , 0x0190DA97489F72C98A5AE5898D6D527D , 0x0190DA97496473E2BDEE92FD427AB9D2 , 0x0190DA974A337294B9F4CC2F3F095DC9 , 0x0190DA974A58710A824C24B72F5A1FF5 , 0x0190DA974A79705681A1F805103D723B , 0x0190DA974B397340BBB8A17CD5AB825F , 0x0190DA974BF571AD96D348389DACD755 , 0x0190DA974C1A724AA2628AA59B1341D6 , 0x0190DA974C3973278089BCDDB9FF4115 , 0x0190DA974C50702B9E009AD518DFC646 , 0x0190DA974C677313B7DDC4100342ACAE , 0x0190DA974C7E71A9B6E47FAD00A13491 , 0x0190DA974D5F703182A999568744C5DD , 0x0190DA974D84714F9AA586FBD06456A5 , 0x0190DA974E4D734096FB2B6358954EB7 , 0x0190DA974E727245991FD021F66EA704 , 0x0190DA974E937180AEE615DDB2DAA080 , 0x0190DA974EAA73CB8412BAFB630B6DCB , 0x0190DA97509F73A9A49DD9B49DE94482 , 0x0190DA97517E7102BB9D0B9BF9DE8813 , 0x0190DA9752457197BA4968687B8CD1F5 , 0x0190DA9753827171A7AC8C06DE5B7030 , 0x0190DA9754E372309314A5B8AAB50871 , 0x0190DA97562D709F995FA641C6F24EA5 , 0x0190DA9756DC7043BA96E01AF9676C7E , 0x0190DA9757A67354BE6D21FC8EC50DD9 , 0x0190DA9758F7712C922CB10EA2A31ED6 , 0x0190DA97599E72AD8DEFCB76F28F9B8F , 0x0190DA975A4B72F9A4A22F8356F8E6D5 , 0x0190DA975B6C722AA0117432852922CE , 0x0190DA975C2570D68FD298BDFF802F47 , 0x0190DA975CFA71BDB18E7810AD786A45 , 0x0190DA975DC2719498C4D7E0632C7151 , 0x0190DA975E7B72C9B58E5D3449B4BDFA , 0x0190DA975F3A73D385BB01A96942662D , 0x0190DA9760B471099E93FCD6395D8320 , 0x0190DA976165721C8F277574C9615DC4 , 0x0190DA97622571E69CE22A3FBCF5E861 , 0x0190DA9762E673348A0D908094CFA711 , 0x0190DA9763BE73FFA1F0DD27F389FDC9 , 0x0190DA9764907003B0FDF59B8AF8942F , 0x0190DA97653D73EDB28BE15E33A274D5 , 0x0190DA9765FC70B8A76BF35457FE53CA , 0x0190DA9766C9725A97239D3AC1BC8A39 , 0x0190DA97682873799C21F3DBDC0BF05B , 0x0190DA9768D57257844F32B5C2469C6B , 0x0190DA97698F7102B4884226AD9F5241 , 0x0190DA976A52713A841613259B0A923D , 0x0190DA976AFD709DA989770A28C0B0B7 , 0x0190DA976BAC715DBE23EAC7ED268933 , 0x0190DA976C78738F849AAF5B9AD3C61B , 0x0190DA976D3270658019C7A1AEB61751 , 0x0190DA976DF67116814351FCB0CD61A0 , 0x0190DA97700373268637B6814ADAA703 , 0x0190DA9770C07323B3B24DC2F2D0409E , 0x0190DA97716872B4BE5F9A7FD3A3C651 , 0x0190DA97721570E391B1B8AFAC6171B7 , 0x0190DA9772D67227B06DE070F66F6D4A , 0x0190DA9773927146874FE0CAA6DEF34C , 0x0190DA97745671B38BE9B6690030725C , 0x0190DA97750473F594189B2648FF72AC , 0x0190DA9775B072CC97658C34DDEE8A7E , 0x0190DA97765F73DFBCB2CC6836AEAB46 , 0x0190DA97771F724E90ACD7AA2A93ACF0 , 0x0190DA9777447235B285EC511482FD8F , 0x0190DA978F3B73A5B1AD4149F2DAB725 , 0x0190DA978F6773F2821C98AC02025792 , 0x0190DA978F8B72D589B6A671B99818E9 , 0x0190DA97906672558339449232D520A7 , 0x0190DA97909372A49BDFCC9F8C75ACFD , 0x0190DA97915473D0B507AA75A392928A , 0x0190DA979214739DA2DFB2522E4A255E , 0x0190DA9792F270D48AB24B18043328B6 , 0x0190DA9793D3710FA128721CE869CE1B , 0x0190DA9794D4722BB8EB811DE7A2841B , 0x0190DA97959F71479F0C71378F206EA0 , 0x0190DA979C4572BEA40F9D1FFA1006CD , 0x0190DA979D1273FEBFE4A0850D362212 , 0x0190DA979DED70A8B56288F41D47DBA3 , 0x0190DA979EB6706E937C710818F11E10 , 0x0190DA979FED73E79B41FFA3C5A0DA67 , 0x0190DA97A0BD7200B69EF8C6D6943F5D , 0x0190DA97A19572198EC0CF57A6FDFA97 , 0x0190DA97A25A7055AA5804A37A51B9F3 , 0x0190DA97A3547170BBFFE305720FFB7E , 0x0190DA97A41273B8966B36A6667373AA , 0x0190DA97A4D77125B8F53648872912B2 , 0x0190DA97A60572E98327349785F178B5 , 0x0190DA97A6AD708DAC96ADA7FA53FC66 , 0x0190DA97A6D470CA991844784060EFD5 , 0x0190DA97A6F8737E82163EFE74BDDC68 , 0x0190DA97A71671CC92555B57F44BBD09 , 0x0190DA97A7F8735587B5CFABD35D533C , 0x0190DA97A8AC72C3A4448AB166A696F9 , 0x0190DA97A974735E96268825D2A6EB5B , 0x0190DA97AA5F7338835C553E55FBD2FA , 0x0190DA97AB567353927564785C51E62F , 0x0190DA97AC16730D80C537B3267F39F2 , 0x0190DA97ACD573899E9F98285AFD5DA6 , 0x0190DA97ADA8707BA42670A278061093 , 0x0190DA97AE8F708F924A551793B70D51 , 0x0190DA97B035710D91E968B56FCA6FAA , 0x0190DA97B05A72F8B509944325042540 , 0x0190DA97B12473B88F0EF23A87C4D97A , 0x0190DA97B2547334B8FED7DC3DDABDDB , 0x0190DA97B309706E8518B6F5C1D99DCD , 0x0190DA97B32E71D09DF55EC1EE2F5CB7 , 0x0190DA97B34E7045B32CD0FB60DECE9D , 0x0190DA97B36A71FFB28A7A4318B00D83 , 0x0190DA97B43873828EAB2CECEEA33C55 , 0x0190DA97B45D729595CE67131D76C1BC , 0x0190DA97B47E7012899ADAB5F024766B , 0x0190DA97B53B72F9A5E9838ADA494B0C , 0x0190DA97B561723E8451F9071398B67E , 0x0190DA97B57F722595ED2F074BEC768E , 0x0190DA97B654705E98A680E80AB0B2F4 , 0x0190DA97B67973F8A3DF85A414202E04 , 0x0190DA97B73873A6B44EF51620E6AA77 , 0x0190DA97B7E273A793D223882B9FC341 , 0x0190DA97B91872068460B55AC1DF99FC , 0x0190DA97BA6E71729A4D4D3E6F41EEA2 , 0x0190DA97BA9771CC915DA54CDBA46559 , 0x0190DA97BBE170B6BF7D736BCA41F500 , 0x0190DA97BC06720785F0351202F29846 , 0x0190DA97BCD373488AFB18051BCB6DF9 , 0x0190DA97BDA572E0BB28B452A85BF708 , 0x0190DA97BF8972B9AB516F8D320C360D , 0x0190DA97C067720A9F07C72B58AE4A6A , 0x0190DA97C13C71C19C32EC684EEA09D1 , 0x0190DA97C20172B384CCFD452AF8CB18 , 0x0190DA97C2C773E691613E40DE2DA3CB , 0x0190DA97C2F27073959FD272E8B9DB73 , 0x0190DA97C31970F69F3AF744F265FFDD , 0x0190DA97C33A72999703FBE4F78851A6 , 0x0190DA97C40271B4B848F18171BE4884 , 0x0190DA97C42E72A0AB5E1F56BB8B0ABD , 0x0190DA97C44D73CC8D129C87DEACB4E7 , 0x0190DA97C46A707EA4D9E70725497BFD , 0x0190DA97C53B7229B1774E6E9D142C61 , 0x0190DA97C68E7095892E3B990891274E , 0x0190DA97C74D738697E600EFDAF661D1 , 0x0190DA97C77271939BD4F45EB4A3805C , 0x0190DA97C83D71BF8ABD93A2186576DC , 0x0190DA97C9907387BFBE83E69714FCDB , 0x0190DA97CAEB70C18EB729F187C30B33 , 0x0190DA97CC3E7245B9DEB74DE18B954E , 0x0190DA97CD9B70C1B594CCEE0423F24E , 0x0190DA97CE8E72BA95FAACF9EC94BFD8 , 0x0190DA97CF6872ADB8D72DA846A89FE6 , 0x0190DA97D059725D805AD907A846DCC8 , 0x0190DA97D1A97078B18A47D9736D84E6 , 0x0190DA97D26D701EB8D8448F0B892BF8 , 0x0190DA97D329739EB655F3F596477C58 , 0x0190DA97D478715D8A220D4E622C4571 , 0x0190DA97D53A70418F34798B53FDC1A5 , 0x0190DA97D60E721A888D64A67D0AEFBE , 0x0190DA97D8607219AA4BA4EABF6D7A84 , 0x0190DA97D91571D9B3C4ABA8804C3F13 , 0x0190DA97DA317183B59519EED5B013A7 , 0x0190DA97DAEE71DE89DF5B00FF2DE817 , 0x0190DA97DBD172B487349A6B8EFEA4F8 , 0x0190DA97DC93719E822F9927F47BBA53 , 0x0190DA97DD48710BAC112888124BC984 , 0x0190DA97DD6E736ABF1E554C9927176E , 0x0190DA97DD8D7344B17B902DB4F15C59 , 0x0190DA97F6C271379FF6F8B1629448D8 , 0x0190DA97F6E871BFB17B72440E387C39 , 0x0190DA97F70A705C8E5941A47075A86C , 0x0190DA97F727718294B9D0C651315946 , 0x0190DA97F7EC73FA9EF940E7878A4AFA , 0x0190DA97F811718F94964B7236CF8CD7 , 0x0190DA97F832725BBCD420B9CA609670 , 0x0190DA97F84F722D82015BB2B82DAAD5 , 0x0190DA97F86C72AEBD9EA3EF0344C622 , 0x0190DA97F93570B38712B5DAD48CDE7A , 0x0190DA97F9EA706592DAAD04555FD343 , 0x0190DA97FA147274A899126D140E3AB9 , 0x0190DA97FAD173689DFBB3FF37C82526 , 0x0190DA97FAF7737FAD60812202754B4D , 0x0190DA97FB167319AD3EC63D4D5EF016 , 0x0190DA97FB377157AB73236D543C22D4 , 0x0190DA97FBE6713BA5A2EB79A107865B , 0x0190DA97FCB1721897B88BCF0488ED75 , 0x0190DA97FD7270DCBF35CC2285A78D4E , 0x0190DA97FD977365AEB6DDA734E4E2AB , 0x0190DA97FDB6707DA630535689AB4C0C , 0x0190DA97FDD771108EB14DC072584409 , 0x0190DA97FDEF7366ABB2FFAF5ED02642 , 0x0190DA97FE0672D5A2EC982A22B90B5F , 0x0190DA97FE217069886FBF01A2865A75 , 0x0190DA97FE397070910A295A4853F5ED , 0x0190DA97FE5472C195A570AAA997F597 , 0x0190DA97FE6B7143B25E9355D2BAFD3A , 0x0190DA97FE86720AAB18FE46FB31EF5F , 0x0190DA97FE9D70A18AE28692DF8B8A55 , 0x0190DA97FEB8724AA2B7B5ECFA9ED234 , 0x0190DA97FF7F701591CDF5207062B541 , 0x0190DA9800D4722D9CEC5916B0740407 , 0x0190DA9800FA70F9AB2B2FB16D4069CD , 0x0190DA98011D73499F781D1E1606795B , 0x0190DA98013A721EB62C78CB9C74DD85 , 0x0190DA98015373D4ADFA43E1AE58FA86 , 0x0190DA98016A72B5AB105310AFBF10FF , 0x0190DA9802327012B064B6B1D6066176 , 0x0190DA98041670FC97316C50DCA49FD6 , 0x0190DA9804DE72B69DD654DE75A9006A , 0x0190DA9805E870798151122C46EF2C14 , 0x0190DA98070270D180C2B7E4FDB28C58 , 0x0190DA9807D3705D8165C7E145FC8CFB , 0x0190DA98089B722190551DFBD88515C4 , 0x0190DA9810CC7065A45F3F110A8EAB71 , 0x0190DA9814257240876692D99A96BDC2 , 0x0190DA9814E171D28CC2A1DCB663AB81 , 0x0190DA9815AD7109A2D8E8293C13726C , 0x0190DA98165C707CBDF45D6BDED57DE5 , 0x0190DA98172572678CC39ED597072A58 , 0x0190DA981A9B72039151076DA5C5E6AD , 0x0190DA981BDF7399A234DABB06E1CFC8 , 0x0190DA981C09713C9B795EE209B30D06 , 0x0190DA981C2A708CA8352E8983D8C334 , 0x0190DA981C4971589997F26A30AA3354 , 0x0190DA981C607163AE24A29E2F87CB0B , 0x0190DA981C7971DEB3BE148F9E141AC2 , 0x0190DA981C907399B54F91CE61F97B52 , 0x0190DA981CAA72A2A7CEE5860571985B , 0x0190DA981CC2705E90BF330B62078870 , 0x0190DA981D7B71C69F6298788A4FE7EB , 0x0190DA981E3171C082A2CEDF4803D8B6 , 0x0190DA981EF1731E81BF8C489480E4F5 , 0x0190DA98204372FF86E6CF9B8B0132B1 , 0x0190DA98210E70C2AA3C728602FE9438 , 0x0190DA98213772C58E671A918265242E , 0x0190DA98229E7364A867DCA4C2E7C0A0 , 0x0190DA9822C77322AA0ECF4E7A5B65E0 , 0x0190DA98238C7130B09F11948F16FF32 , 0x0190DA9823A6717191FB39089787CA4E , 0x0190DA9823BD722F8D09949B8E6FD47C , 0x0190DA9823D571CB9313A2525095A3DA , 0x0190DA9823EC7377BE99C45C210E444F , 0x0190DA98259971698F160CE7FCD8622D , 0x0190DA9825C1728491DFCCB5BA9FCABF , 0x0190DA9825E471848BB0AC1103D8132C , 0x0190DA98260070E1BF401D333A4E6C58 , 0x0190DA98261770FAB9AD7C2AF04FC952 , 0x0190DA98263270E0BFF99FB2CE2098AA , 0x0190DA98264970D0AE81AC54B658F113 , 0x0190DA9826637241B54413C81DB27F2C , 0x0190DA98267B73E4BC15E3A3061086B9 , 0x0190DA9827717172A5F850ACC968789A , 0x0190DA98279B70B4B8321E30B19C539A , 0x0190DA9827BA7030AB01429FC7DDA621 , 0x0190DA9827D170298E5292464988DC0E , 0x0190DA9827E77105BFFFE1704A7B77D7 , 0x0190DA982D4273C59B58A35AAB12788C , 0x0190DA98339F722196C01918EC4C9073 , 0x0190DA98347B730AADD7197CF26A03D4 , 0x0190DA984E2772C68B18E2F2F5054E07 , 0x0190DA984EEE72B8BFF3E990FB6EB32E , 0x0190DA984FCD7044940E7065176F1055 , 0x0190DA9850847390AE8F67E2B06897A2 , 0x0190DA9851557236AD78BC69DD838FB0 , 0x0190DA9852147057BA4EAF290F926960 , 0x0190DA9852D47056AEBAEE6DCA57AEDA , 0x0190DA98537C731788E9AED2EBB2235B , 0x0190DA98542D71C5BD72F0E33548FFC2 , 0x0190DA9854527260B234CCBDA5EBD99B , 0x0190DA98547271E3B8A4E7F701AAC2ED , 0x0190DA98548F721FA6607D77975E99E0 , 0x0190DA9854A772EB907E4DD29D23EE83 , 0x0190DA9854BF7158A8593269F281A598 , 0x0190DA9854D670028FEDE1268E57FCFE , 0x0190DA98559F7115A504182E5F293B0E , 0x0190DA9855C57394927ECF58C36DFAE5 , 0x0190DA9855E570D1BC8AD612EED14D4C , 0x0190DA98569B72ED89D62EB079466D50 , 0x0190DA9856C270DCA0B45FF83676DFFB , 0x0190DA9856E272659821DE7A8F568E54 , 0x0190DA985797732882B5B47CB9EDE43D , 0x0190DA98583673DDB22763A540866ACD , 0x0190DA9858E9704E97A3AB1CDFF790E8 , 0x0190DA98599E72BAB7BEB931CDDB02BF , 0x0190DA9859C6736D935742C4C11DB617 , 0x0190DA9859E97269B4803C7F983AADA0 , 0x0190DA985AAF738E935AABD0FA4C42F0 , 0x0190DA985B6C711DA29F59EFC1EB54CB , 0x0190DA985B9272548172CF76C10101E1 , 0x0190DA985BB3707982A34F956FF27573 , 0x0190DA985BCF70188BA769FFADCC11B5 , 0x0190DA985BE672BEBA57E08F149AD61E , 0x0190DA985C967155860BFB96AA58C6C7 , 0x0190DA985CBB73BBBEAB0FE8A2A78F73 , 0x0190DA985D7673DF896749BCD4FCE3D3 , 0x0190DA985D9B7222A89BAA9BFAD4712C , 0x0190DA985DBB71C1A08DD4EE4601FFF3 , 0x0190DA985DD6707BAD41A1654BF152B5 , 0x0190DA985DEE706D9107E60D77E2380D , 0x0190DA985E05718C90D9AAA4CDF19170 , 0x0190DA985F1E7360A0895F64858797D5 , 0x0190DA985FDC713991B85AFF23B5F0F8 , 0x0190DA98636F7210B464B46ACE98666C , 0x0190DA98643673FB813CFABA0CE8C4F4 , 0x0190DA98645F73B18167E67EB0B753A0 , 0x0190DA98648472ACA4C18B050A0B690F , 0x0190DA9864A571CC806D031947DD168B , 0x0190DA9864C5716F8701598E6400EBDE , 0x0190DA9864DC72D0980EFF7E2E8E8FBC , 0x0190DA9865A6730BB5A7D9BC579C88D5 , 0x0190DA98667B7281BCF70A2C56F968CD , 0x0190DA98675971BE825061D21288870F , 0x0190DA98683F729D94C229B528ACC841 , 0x0190DA9869087215A2BDAA3A44E6C4A8 , 0x0190DA9869C5720A9B07C803C948DA67 , 0x0190DA9869ED7166A0739A9520043684 , 0x0190DA986A0D701E8535DAB53C82F371 , 0x0190DA986A257246951B9E76F5DF9313 , 0x0190DA986A3D71F7B9F15D66B983DB0C , 0x0190DA986A5470E5A28F30BF05E6B63E , 0x0190DA986A6D7388B85F11B96D955615 , 0x0190DA986A8473B28BE29E0965B0439F , 0x0190DA986B567119A240AB403454F31F , 0x0190DA986B7B733C9FD2142CF75E79B0 , 0x0190DA986C3D722EA925624F73030594 , 0x0190DA986C6171F7AF0E2B3950A50B03 , 0x0190DA986D5D7360B3FE391A3DF5D357 , 0x0190DA986D8670BCA6934436B956FAA0 , 0x0190DA986E357328826867DB02F9E9B1 , 0x0190DA986E5E71739E2664512A701C05 , 0x0190DA986F0771C09F406D951D2EC036 , 0x0190DA986F2C738BA7739847FF609CE6 , 0x0190DA986F4C73428CFA55997D9BF5C4 , 0x0190DA986F6770D9ADA172D5E8874CE9 , 0x0190DA986F7E72F2B053A65A9F37958C , 0x0190DA986F9672D7B3FAD67A3D9F35C6 , 0x0190DA986FAE738B9D24B0D819BD6319 , 0x0190DA986FC570C686B8C0DBA1860246 , 0x0190DA986FDD71F8A6AA883891719FC2 , 0x0190DA986FF57112B67B882FA0321EC8 , 0x0190DA98709472E780EDE996DBC849F0 , 0x0190DA9870AC7288AF5AA51C5B2A38DA , 0x0190DA9870C47286BEF436F1341D5472 , 0x0190DA9870DB70159AD8C52F18F0627F , 0x0190DA9870F370F79212AC6B01EC6982 , 0x0190DA98710A7058B925982446B03625 , 0x0190DA9871AE7029A0431CF8FCF839C9 , 0x0190DA9871C673E3B23F287235B011C6 , 0x0190DA9871DE705895CDD848CB7FCDBD , 0x0190DA98728770A1811F17A142F7EAC7 , 0x0190DA98729F7183ACDFAB8C8052B22A , 0x0190DA9872B771A78353464C667151BE , 0x0190DA98737373E2961796686083851C , 0x0190DA98738B7346B4D8108D285581DD , 0x0190DA9873A37302B8927EA5358EF694 , 0x0190DA9873BA73B3A0835E603AA35F64 , 0x0190DA9874B373BFA3544141ED31B8FA , 0x0190DA987565727482B1B205CAD909BC , 0x0190DA98761873998A8FA86DDE1076D4 , 0x0190DA988F2C7333857CDBC6600232DD , 0x0190DA988FEB737196C83F271676B3A1 , 0x0190DA9890AF73778B5AAF9D4CB056A4 , 0x0190DA9891827239A2119CF2C03DA5D8 , 0x0190DA9892C3717DB790ED88EE3A77C8 , 0x0190DA9893F1713B905E564AFA274C93 , 0x0190DA9894E0709ABD8A9A4A22BAE7BA , 0x0190DA9895067043A3ED3E79C82C910C , 0x0190DA98952672E5B3CB8E9C1BD9DB55 , 0x0190DA98954671039EDFEB032454BBCB , 0x0190DA98955E70239AE801823936B4D0 , 0x0190DA98965E72749BF9B2D7BD3CD06C , 0x0190DA98970A726CB7FABC6759D6BE7A , 0x0190DA9897E571C196FED1EC2FE56468 , 0x0190DA9898B272BC931F25D6F9960CFD , 0x0190DA9899767066912164B4188676FC , 0x0190DA989A3D73968CB76B2731792753 , 0x0190DA989B077305BFA7F1415F6DFC6B , 0x0190DA989BC57279A8F7A364080E35B3 , 0x0190DA989C8470BF8D3EB50EDF46B988 , 0x0190DA989DA9710A8A302A94F6064E9E , 0x0190DA989E5772EB8CFC33A5C1CE4839 , 0x0190DA989F03709C9FDD959949D969F4 , 0x0190DA989FC771C5941A7342953DE769 , 0x0190DA98A078710290A12DABA185FB56 , 0x0190DA98A12773C38EFE570DB5275132 , 0x0190DA98A206739EB5288F480F9B97ED , 0x0190DA98A2C87151AB1EFF19C329D83A , 0x0190DA98A3807318AC00A0F09E4ACD3D , 0x0190DA98A42D71B099B76BBC61CD9188 , 0x0190DA98A45B70298A7E16DF083FE4EE , 0x0190DA98A47D7108A428BBE1843B2227 , 0x0190DA98A4A37354A51BDED6DC8C8F2B , 0x0190DA98A4BA723B983985AD2D237717 , 0x0190DA98A4D5723A9E00D94474E6D90D , 0x0190DA98A4EE737F94893063179DAD59 , 0x0190DA98A505736AA3EEFA6F5827D4E0 , 0x0190DA98A520721C95E4EA892C67E25A , 0x0190DA98A538736E8C56586833465156 , 0x0190DA98A550711A90173517D423CDD9 , 0x0190DA98A56A719EAE7F4387F3F3590E , 0x0190DA98A58372D69AC2DC67CB22A418 , 0x0190DA98A59A7293A34649C894ED6483 , 0x0190DA98A5B571DC8E22D422837F0179 , 0x0190DA98A678734FA111AE5FFCD241A4 , 0x0190DA98A74D7178AE31AD251150934C , 0x0190DA98A77B72EEB55073DD3454201C , 0x0190DA98A79C70D082903CBB1F84E9B2 , 0x0190DA98A7C1713AA118F67AEA937809 , 0x0190DA98A7D972D29E682FF8230F70D6 , 0x0190DA98A7F4708B8FB602C5FA8A39AB , 0x0190DA98A80C71DFB6CB1CD845E08767 , 0x0190DA98A8247185A48FF17C59279D7E , 0x0190DA98A83F71A98D0F381AB1971EE4 , 0x0190DA98A857716BAC5B3CA5349039DD , 0x0190DA98A86F7323B779C2E7B02D0015 , 0x0190DA98A88A70ACA0505D59B109D411 , 0x0190DA98ACBA71328A69881A974EA63A , 0x0190DA98ADA97020A38B779BFD4519EB , 0x0190DA98ADD673068F0F6283A0CDDF54 , 0x0190DA98ADF971A395F9416D7236DD13 , 0x0190DA98AE1F70AA8BA05B89E863DCF1 , 0x0190DA98AE3B705B82DE6F5B46746797 , 0x0190DA98AE5772CC9F79782C1A5B4868 , 0x0190DA98AE6F70119D887323858524BD , 0x0190DA98AF6672FD8A8E98F7AABC72C3 , 0x0190DA98AF93739988C42D1A78BA66CB , 0x0190DA98AFB970E9974D5757DF15E8DA , 0x0190DA98AFE1712BB80DA05449E40114 , 0x0190DA98AFF870D7913811899B8CF988 , 0x0190DA98B01372328BFDE70F8C44197B , 0x0190DA98B02B737E912CDE6576DCC3CB , 0x0190DA98B0437305A7C2B4BF11CC4DA7 , 0x0190DA98B05A73958711DADE4643D74B , 0x0190DA98B0727132BCF9FFAF4987A2B6 , 0x0190DA98B13172FFB6A70B077D199057 , 0x0190DA98B1F6735C8AA6E4D651688666 , 0x0190DA98B2B972FFA30AEE2E127E4F9D , 0x0190DA98B2DF71F3AB14296C8BC0F6DF , 0x0190DA98B30272BC931BE1A29617D1CF , 0x0190DA98B31F72D2B37F697AE02EE51D , 0x0190DA98B3377293B8C2EC3A6A3E1A83 , 0x0190DA98B34E7311871AF9D7F8B9C2BE , 0x0190DA98B3667086AE098F1192E99DF7 , 0x0190DA98B37E7132BBBE9B5BCB31DB14 , 0x0190DA98B39570A5A39035EEDCBF1F11 , 0x0190DA98B46D70CFB5CAF08E09D5CDE0 , 0x0190DA98B493701FB3AA4865C3C0F5A6 , 0x0190DA98B4B2733F8E696047EAC64CB9 , 0x0190DA98B4CE708ABD672D9E31F50228 , 0x0190DA98B4E572999797C88C3EF8AAEF , 0x0190DA98B4FD72F48B60A31AE304291F , 0x0190DA98B5147216960A499369173D8E , 0x0190DA98B52C72DBA05700CAF97E3BE1 , 0x0190DA98B54372578AA29BC84C45CC53 , 0x0190DA98B55B7044B63FB0B1F9D218B0 , 0x0190DA98B61D72399A16CE425A2C1AD1 , 0x0190DA98B6DE7131890CCE594B5CFF73 , 0x0190DA98CEDA735EABC5ECCE89987410 , 0x0190DA98CF9B705EAF5B58FE683CD461 , 0x0190DA98D04B7083846B0C80B36B0B1D , 0x0190DA98D078714A958B5953D2104849 , 0x0190DA98D129709C9169BBE97DEE1C51 , 0x0190DA98D15470A7898214A4C532BC47 , 0x0190DA98D17F7129A16BFF458A9F4DDA , 0x0190DA98D19D72F282A76BA445221DDD , 0x0190DA98D1C073EFB357E7DAB6D26D26 , 0x0190DA98D1D771F5B4E87270BE21AA79 , 0x0190DA98D28B713BA369DA6C16EB7C67 , 0x0190DA98D2B573B898B0580A8DADB2F0 , 0x0190DA98D2D77063B9823FAD3BE2E5D0 , 0x0190DA98D52B70C58D7DD6A6D144EEA1 , 0x0190DA98D61670719CD74DE5D10A516F , 0x0190DA98DB297397B9B396ED2D30CC92 , 0x0190DA98DBFA73D5ADC724F210ABEEF9 , 0x0190DA98DC2470D99B5AB745F1D11032 , 0x0190DA98DC4F7370AD748DC6E5A3F7E6 , 0x0190DA98DC6D711D90AA4254443D0F10 , 0x0190DA98DC9072B68455552201118403 , 0x0190DA98DCA873E6A491958F228DEB77 , 0x0190DA98DCBF7057B36A89015A48C3EF , 0x0190DA98DCDD715E92512596D3F17305 , 0x0190DA98DCF473DBBCE55F9BB965C8D4 , 0x0190DA98DD0C737D9E6200257F58E61D , 0x0190DA98DD27715E92BFD1C876C2BCA3 , 0x0190DA98DD4173EE86E4B7A84F41986D , 0x0190DA98DD59727D965DA743C6353250 , 0x0190DA98DD74731AB81E7FECCFFDB669 , 0x0190DA98DE47705180D8D960F39898BE , 0x0190DA98DF1B72EA876B1193EFEBF172 , 0x0190DA98DFE570DC92BF58F92F01877B , 0x0190DA98E0C8716996F3A33483979368 , 0x0190DA98E1A573DD925CFEEC363014F5 , 0x0190DA98E26D700DADDAC6EBB241293D , 0x0190DA98E3487154858F67360BC57CE2 , 0x0190DA98E41773EA81274DF6694147DB , 0x0190DA98E4D273CDBE5BE177BB9A7331 , 0x0190DA98E5787282BAF8594F8CA4C58E , 0x0190DA98E6317360A09A8658C12A2119 , 0x0190DA98E6F6738A804E30758ABC6594 , 0x0190DA98E72072EBA9D915673D1C1A1C , 0x0190DA98E74671578E0F6EE4665189F4 , 0x0190DA98E7F473C787F793029FC035E6 , 0x0190DA98E81D701DA78F64D24C7A2EBE , 0x0190DA98E8E272469F104D6CEFD8706D , 0x0190DA98E90A703A87712D0ADB1FAB34 , 0x0190DA98E92D72DFB0114F28DE3F1D43 , 0x0190DA98EA1F73C2A659B209DEAEBBDD , 0x0190DA98EBDF718380AC36C2B2C14D86 , 0x0190DA98ECAD72908BDDE584F3EE289A , 0x0190DA98ED707079889D5991406EA64B , 0x0190DA98ED9670E881A48CF6E860615D , 0x0190DA98EDB6714D80447A9B3EF6F37C , 0x0190DA98F086716F9FE87E5981B7452F , 0x0190DA98F12C708DB248F12EDD5987E5 , 0x0190DA98F42B71BF983C8E2BED5B8863 , 0x0190DA98F4F37258A8C25418A14CBE96 , 0x0190DA98F5BA73CD8EAC5D3CD9E95412 , 0x0190DA98F686734E9920731148C1D1EC , 0x0190DA98F7547207B599FDF904424CBD , 0x0190DA98F83D72BE81B13EDB1C937FC7 , 0x0190DA98F8FD734DB8B73B267B0B19FE , 0x0190DA98F9B8727CAFA6145FBAE0C645 , 0x0190DA98FAAC730385194CDFA26BC0C5 , 0x0190DA98FB7B718D9069BB59D53F9166 , 0x0190DA98FC3A70428A064DFD85D93DB1 , 0x0190DA98FCF872219F7E46036EC63FBE , 0x0190DA98FDBD70048677BDFAC9F3B8FA , 0x0190DA98FEA1723DB00FA8AB0DFE14CB , 0x0190DA98FF4D7204AEED424CCE94D236 , 0x0190DA98FFF471A1AD1BCA33E7078F89 , 0x0190DA99009870399BF6AF108E5A34E5 , 0x0190DA9900B870139A191136495B5CA7 , 0x0190DA99018172ABAC75DE1939F4430B , 0x0190DA99023B70D5BE3B39B8B424692B , 0x0190DA99030472D8AE7542F3AA16044E , 0x0190DA9903BD71B98FE4527806F301F9 , 0x0190DA9903EB709199F5F0AF1885E012 , 0x0190DA9904AA71C18982B9D2D79A20E9 , 0x0190DA9904D8713199597E2F7647CC52 , 0x0190DA9905A1715BB75ADC4C1E6FE85D , 0x0190DA99067870519C807EA8DD3354A1 , 0x0190DA99069E72C0A7A7238234076A3D , 0x0190DA99074E733699E9631EB33615CF , 0x0190DA990774730D8C656F8DAFE19683 , 0x0190DA9907927084AFA5C010FD8F92A3 , 0x0190DA990852723E9E8656612F421ED9 , 0x0190DA99090E73D6B43F1B8821A0E367 , 0x0190DA990925704893B2978FC272A385 , 0x0190DA9909E171A3B26F06AC6645183E , 0x0190DA990A0572D29F0BC2DEC98944B8 , 0x0190DA9922E5701FAB096B66BE6FE1F2 , 0x0190DA9923A272C3AF90117F5D54416E , 0x0190DA9923C8700F9314C34B362AEAB9 , 0x0190DA992489735BB3684F5561B5EE5D , 0x0190DA99255273CEA82AF80A45701662 , 0x0190DA992615712C8B88BEC0C306A9C8 , 0x0190DA9926CB708197A6C966956B449F , 0x0190DA99278871EEA2384672C93BFB6D , 0x0190DA992837718D91DE8B467880A37C , 0x0190DA9928E8723AA53594CAB376E7EA , 0x0190DA99290F70369F4A04495D0A7BFA , 0x0190DA9929DB70D6B18D81E8D789E75F , 0x0190DA992A8373AA8F76723277EE8D12 , 0x0190DA992B3D72D6BE7AF1A317DB56AD , 0x0190DA992C0F735A9FF72D8E130693D1 , 0x0190DA992C3672DDBB3EF28F927F1AC4 , 0x0190DA992CF072EA9674109D9BB32725 , 0x0190DA992D1770FDB08E9A6B0B6942B7 , 0x0190DA992DCD739C99783B9D812F0BA9 , 0x0190DA992DF473E6B1A49EC31DBA0CAA , 0x0190DA992E9672F2ABE784729A151DC0 , 0x0190DA992F447051AB42976894104D3E , 0x0190DA992F5D707383EBDDA8AA311D75 , 0x0190DA99302F71BFB3BB695D67D4F459 , 0x0190DA993059731786ABBEB1231014A3 , 0x0190DA99310C73C5BA051C4E12DDBC34 , 0x0190DA9931BB7118BDCB00B09FD3E7AC , 0x0190DA99326F73E68DB1B983AF796CC4 , 0x0190DA99329571A4ACA8B8415C3CE189 , 0x0190DA9935B07193843859CEBB0B530F , 0x0190DA99366373749EAA69C58FA1421C , 0x0190DA99371A72DC99F2874A49474D00 , 0x0190DA9937E57089B1B58C1876826494 , 0x0190DA9938BB709A92777697D725ACCC , 0x0190DA9939737146A07D7EB83B325874 , 0x0190DA993A3A73FF8E1E9EB2F04DBB3B , 0x0190DA993AD373BA9D5ABE5D5BB3C2AC , 0x0190DA993B9170A69C491CFA3200907B , 0x0190DA993C50717988923139FD2DB2A1 , 0x0190DA993D2672D29714503B47C42D7F , 0x0190DA993DDC726AB191FAF337475C8D , 0x0190DA993EA473BDAB58106C7E228912 , 0x0190DA993ECB70BCB04E4E09D7F75D42 , 0x0190DA993EEA71FB90E5152F8E9F39BB , 0x0190DA993FAC71B8BCFA3EF58937B9E1 , 0x0190DA99406C73AF8FDAA34DFF708AA8 , 0x0190DA994119720FA2E0F809FDAA0553 , 0x0190DA9941D573F887DBB319197EE893 , 0x0190DA9941FB71CC962F754A947C55BC , 0x0190DA9942C770ED98970D1C6A5F9D8D , 0x0190DA9942ED73DBB607E69181072EDB , 0x0190DA99430E7023A55514F170BFD26F , 0x0190DA9943BF7276B599A518D5FDB1A9 , 0x0190DA9943E470B89ED5D102B3822A2E , 0x0190DA9944BB7145BCDAA56B9D52F980 , 0x0190DA9944E272C4B358B04E8262BDD9 , 0x0190DA9945027391BE21A0E70688F95B , 0x0190DA9945C0737A970979C0EFC5AE00 , 0x0190DA9945E270208831795E5CB8F99B , 0x0190DA99469D70C0AE5EEFC9FF1878F4 , 0x0190DA9946C373B3BC9B414DBDF4412C , 0x0190DA9946E3717BA76EB61BD71D940B , 0x0190DA9947A87165BF67C0E8A95A0E67 , 0x0190DA994880737C84D9FE556C7C0D4A , 0x0190DA9948A6733FB4B9BB793E7E13B8 , 0x0190DA9949637015B503A268ED6CEE00 , 0x0190DA99498A723FADB68E7414C9C580 , 0x0190DA9949AA739086B6FBA96E07184B , 0x0190DA994A6571B1891BF8B41916250D , 0x0190DA994A87738695CDC6989183B36B , 0x0190DA994B3A72C8BA5B9C08BA9CF3B2 , 0x0190DA994B6073E69383199E001DDB73 , 0x0190DA994B80736586A705D08A4E675F , 0x0190DA994C90736E9D4940EA1511CEAB , 0x0190DA994CB672F3B8AD8A26FF1E38E3 , 0x0190DA994CD87028BEA6B27D38219EA0 , 0x0190DA994CF6738692DB587E5792B660 , 0x0190DA994D0E7228811450270A058B34 , 0x0190DA994D2672C2A345129BA1D2D656 , 0x0190DA994D3E73979CB25245826B9A25 , 0x0190DA994DF97088AF33311D19042CC9 , 0x0190DA994E2672BAA7000E8EA8004202 , 0x0190DA994E4D70D5853898B713BAC588 , 0x0190DA994E7971A4AD0F0B907A245B4B , 0x0190DA994E9F7115BD090591D1EAC397 , 0x0190DA994F7771BDAE4B3F625F839D38 , 0x0190DA9950E1705B8ED030F814F01EC4 , 0x0190DA99510B7068B660E91B47BB99C5 , 0x0190DA995132728890D5C0280C2AE0CF , 0x0190DA99515D72AC9B5C662D8B2FB1BE , 0x0190DA99518370F39218234F49CC5C4A , 0x0190DA9951A37041A358BC4C99936346 , 0x0190DA9951C873B18833C1811733684F , 0x0190DA9952D07127B7F63F062E2FD0C3 , 0x0190DA9952FB71BF912883F0CC2DAE4C , 0x0190DA996ABB739692820FDF7C79C6D5 , 0x0190DA996AE071A18908E7A5E78A3CDD , 0x0190DA996B007287AE7EEA00A27D19C5 , 0x0190DA996B1773F584B20EFDB2DCB6B4 , 0x0190DA996C6A70B39D1631A61D979832 , 0x0190DA996D2373EAA114736CD6F1DC9A , 0x0190DA996D4A70D9AFC5F8D85BD93111 , 0x0190DA996D6A73B9BDDC700A857ADFE0 , 0x0190DA996E4670BE9372DA014C8B6554 , 0x0190DA99708E72698C652815BF1AD267 , 0x0190DA997162735BBA7631F7635B73E9 , 0x0190DA99718C71769DF06E2AEA70A8A1 , 0x0190DA997255732083629BE4B14E3B5D , 0x0190DA99727F707885E674E45BCF4218 , 0x0190DA99729F70DD9D9BDB0DD3A9BC95 , 0x0190DA9973627386AB6CB0604BE8691C , 0x0190DA99741273E986919672590893F9 , 0x0190DA99743772BC9D5B87E802C90818 , 0x0190DA9974567372A9A52A086197FA2A , 0x0190DA99746F701DB991660BCFA7DD81 , 0x0190DA99748672D799EFB20856B17271 , 0x0190DA9974A17087B17108C43EF67696 , 0x0190DA9974B9722AB2410CFDE58CD7A4 , 0x0190DA99756E73BCAC20B7ED91088C2E , 0x0190DA997590709CADD6503DC6812D76 , 0x0190DA9975AB707397F411FE4E650760 , 0x0190DA9975C37215A091094C9E3CACDC , 0x0190DA9976937266B9F3BCBC1B6F6F2C , 0x0190DA99777373DA88EF9D07DBD5BD74 , 0x0190DA9977A2731395B09DE6AAFA3369 , 0x0190DA9977CB73C28DC4B76DDCC289CB , 0x0190DA9977E9722EB8FFEDE908EF18D7 , 0x0190DA99780971B3A95F143401DD805D , 0x0190DA9978217388AA0684CED2C5B4A1 , 0x0190DA99783C73268E8CCFD33C0F3C83 , 0x0190DA99785472939979244B2A13D7A1 , 0x0190DA99786B70538F9BE299DFD30A65 , 0x0190DA99788371D9A55C4136B6828559 , 0x0190DA99789B7233AF5407EA723D5038 , 0x0190DA9978B37178B11712A0898AF12F , 0x0190DA9978CA716BB15E4905AE70A1D7 , 0x0190DA9978E2713B9F1D52D8EC4AA75D , 0x0190DA9978FA7364BDF8CE192A6D43BB , 0x0190DA9979BB7064B87031F633059DFD , 0x0190DA9979E170D3A5CC3E39447B4D78 , 0x0190DA997AAA71C58DAF5A809A1BCE60 , 0x0190DA997B567187967E7A95AD418E47 , 0x0190DA997B7B7244896EDD8197D2BD12 , 0x0190DA997B9E7149A34CBD05FABEF91D , 0x0190DA997BB673B99E6C131511D4AB94 , 0x0190DA997BCD7185BF8AD7266930A20E , 0x0190DA997BE5730393735352065AD245 , 0x0190DA997BFD73DB8B40046B34C98704 , 0x0190DA997C1472B9ABF18A6E039F832A , 0x0190DA997C2C7195A506C728E861809B , 0x0190DA997E0B7367A7D3BFDBBDE605E6 , 0x0190DA997E327314BCEE03AB08A16E29 , 0x0190DA997E5372DFA35884BD4731270E , 0x0190DA997E70717BA9408779B37741D5 , 0x0190DA997E88703880D80264EDFC30CC , 0x0190DA997F65718584FDD735134FA4D8 , 0x0190DA99802E72549D31756F09210985 , 0x0190DA998056728C97369793B3CAB6AE , 0x0190DA998075712CA8F6B703CAD47199 , 0x0190DA99813171A39687C1A6B6C69B28 , 0x0190DA9981EA7115A8B20FE57D3745C5 , 0x0190DA99841D70E7B3EBE20F4A6B26BB , 0x0190DA9984D0707F9A5B00E2B8A0ACCC , 0x0190DA9984F77138984D7BB70C020CE7 , 0x0190DA9985B571D4BE8A7A41C304270C , 0x0190DA99867772FEB2B72893FAD9BA11 , 0x0190DA99873571D68457AE1EDFA8B002 , 0x0190DA998807710D8028B58B54DA469F , 0x0190DA9988BB705EAB3485619F40974A , 0x0190DA99898671CFBA4B9C9F40A342F3 , 0x0190DA998A5771579872B82FC1089FF3 , 0x0190DA998B0F725881D19166F041B65E , 0x0190DA998E5C70A8963B6501BB6D9F26 , 0x0190DA998F517152A7B7AF955DE28E75 , 0x0190DA99902670C284A86B90EDB44737 , 0x0190DA9990F77230B5F3780C810437A4 , 0x0190DA9991C373E281E5A65180484001 , 0x0190DA9992D970C9BDDE2BB17A4CDF9D , 0x0190DA99939173E28C38BEE7874BF890 , 0x0190DA99945173B5A2C454D6DC7D3EBE , 0x0190DA9995107253B445561161460BB0 , 0x0190DA9996047165B6837EE54E07B76E , 0x0190DA9996E571C38510E8CA457EAE06 , 0x0190DA9997AA72149EA7CDCEBA8B4D8D , 0x0190DA99986B71B0821BD2818FE2043C , 0x0190DA99997A71CBA3EC8D0371AE7D2F , 0x0190DA999A3973A9BA88D5948130196D , 0x0190DA999B1D73AF8EC0122C7C7A7B0C , 0x0190DA999BFF73A18E932C80A425C267 , 0x0190DA999CC2724498C9A88F0CB0197E , 0x0190DA999D9171FCB90149AE77950369 , 0x0190DA999E4D7151838A3F530185F866 , 0x0190DA99B5C1723BABCC6FBA0FEA59A2 , 0x0190DA99B5EE73168B15BEAC053C9F94 , 0x0190DA99B6C0732287ECFB2FBD3AC5E0 , 0x0190DA99B6F4739A85EEE6908F48D47F , 0x0190DA99B71D7230BD0AE25BB4883E63 , 0x0190DA99B7EE716CB8214940A6A690DB , 0x0190DA99B81B71E9868CA44D5A23E1DF , 0x0190DA99B8F571BFB82F15B56516DF5F , 0x0190DA99B9B573A69FC9568B48389199 , 0x0190DA99BAAA73A8AF6FD3142DA21269 , 0x0190DA99BB6C72A8960541BC1B0B38EB , 0x0190DA99BC2870899FD47417D2C3FD19 , 0x0190DA99BCFE72778A347648039C405D , 0x0190DA99BDBF710481CC9EF033B32869 , 0x0190DA99BE81738B8A12F04739FFD82C , 0x0190DA99BF4B720D89380CED305BF92C , 0x0190DA99BFFE716C862395DB7ED383B2 , 0x0190DA99C0B773798D9F06C5A0A880F5 , 0x0190DA99C0DE73B69E086ADD100644B2 , 0x0190DA99C18D725DAFFCDD6262C12CE5 , 0x0190DA99C1B473BEA8FB8B22AFBCD815 , 0x0190DA99C273713B9036B5B15ABD469B , 0x0190DA99C2997258AE94ED68B743D237 , 0x0190DA99C3837033A9BB87C708611DC6 , 0x0190DA99C450705496D0DDE3888E91E8 , 0x0190DA99C50A73BCA49924545DB1160C , 0x0190DA99C5C3733EAD8CAFABC3630DE0 , 0x0190DA99C68770879B57765DFFCBB909 , 0x0190DA99C739727182995C9C3172DF03 , 0x0190DA99C80B7258BA1E382CA0832F1C , 0x0190DA99C8C7703389FD8CD9FCA497F7 , 0x0190DA99CA1970EA9C776AA3A1CBC8B7 , 0x0190DA99CB0673B3A91D8D0F63781D7A , 0x0190DA99CB2C709B9707509D1F132849 , 0x0190DA99CB4C72BD93D6D84FE1E496B2 , 0x0190DA99CBFD71E7A1EBA83D8864D2E3 , 0x0190DA99CC2373A686FFCDD22514EF4E , 0x0190DA99CC447186ACB7665D9CC719BB , 0x0190DA99CD097194B6A72C7B3201A8A6 , 0x0190DA99CD307319A3A10F64F3417904 , 0x0190DA99CD4F721D9B09EFA59C1300E8 , 0x0190DA99CD6773048CF97CF911954B2D , 0x0190DA99CE1A738AA29482CA23EED020 , 0x0190DA99CEE57172B59109F50C68C7EF , 0x0190DA99CFA6722AAFB22A3CFBC7B552 , 0x0190DA99D0527196A72E75C30E785BDD , 0x0190DA99D12E727F9AF9D05BCD7A69AA , 0x0190DA99D1DB73668C79C074276459C8 , 0x0190DA99D28D7281A8C81EBCD8BD3555 , 0x0190DA99D3457199835135067FD4F07C , 0x0190DA99D40570C4AF1683544EFED6E6 , 0x0190DA99D4B2700BA1A7541305BC62D2 , 0x0190DA99D58672C89DC8B0C121A47EE3 , 0x0190DA99D66B72E9ABBFFF3B97DA869A , 0x0190DA99D73C72C996C63FCA3E60C269 , 0x0190DA99D7F67230A3701E945E2EFB70 , 0x0190DA99D902714B910CBBF7BC8A135A , 0x0190DA99D9B471159538C043727525DD , 0x0190DA99DD6073AB997D5D053B250575 , 0x0190DA99DE1871C8B28815AF2BE19963 , 0x0190DA99DECD7113839B12E68D43CD43 , 0x0190DA99DF8F71129EAE75039647C61A , 0x0190DA99E038715D8A8E07396701BE08 , 0x0190DA99E0E27209961D281EE34B8B91 , 0x0190DA99E1CF7241AFD20F0556612509 , 0x0190DA99E29F708FA5EC63D098F51C56 , 0x0190DA99E352736295AAC273B11E5AC2 , 0x0190DA99E378703E9269FA7BF6B606AF , 0x0190DA99E39B71A08FF77E6BCD81F628 , 0x0190DA99E3B470ACB42E36F1FC49874C , 0x0190DA99E473711AB22B89D0B8043BCC , 0x0190DA99E499723BA94A71F01B6B523E , 0x0190DA99E4B97363B7DF3CBBA8CFA5C0 , 0x0190DA99E4D1738391157772B60E9728 , 0x0190DA99E5877035B3029DF4151A5A4A , 0x0190DA99E5AE72E8B216D4EA307240AD , 0x0190DA99E5CD72D98C7FB1AFC11F567F , 0x0190DA99E5E67133976FB038856FA8D0 , 0x0190DA99E5FF72F39ADE3D7F85924A04 , 0x0190DA99E6B17244835255F6E70FA6EC , 0x0190DA99E6D372CFADF05F9978474D9E , 0x0190DA99E6F370DBA58342E20036BFED , 0x0190DA99E70B7216B57AB41098EC7D25 , 0x0190DA99E72470B78C32CDC4BCCDA2DD , 0x0190DA99E7DE70D98588271BCD1B7B3F , 0x0190DA99E89A722C8A0220D6E31999B1 , 0x0190DA99E8BD702E9E417BBD8E707CE6 , 0x0190DA99E8DD737DB9848C2E809EC356 , 0x0190DA99E8F5720D9C9A261AC05CC4DD , 0x0190DA99E9AC71968FD1204C888A789A , 0x0190DA99EA5A73779EDA0838393C54B1 , 0x0190DA99EB0A72B483A99A215D1B7986 , 0x0190DA99EBCD727FB528161B75610849 , 0x0190DA99EBF3734E8629A22D43C3D5F2 , 0x0190DA99EC13702DA7E0BAEAC5EFE097 , 0x0190DA99ECDA724499941FCCA00A6C60 , 0x0190DA99ED00717681D4C64550D0815E , 0x0190DA99EDC173B6A5118F571D19F50B , 0x0190DA99EDE771C992E5A384873ADD56 , 0x0190DA9A0606736585043F637C1098B7 , 0x0190DA9A06BF7362908245C7C38F3D01 , 0x0190DA9A078E72D2A3923952A450CB18 , 0x0190DA9A086370EC8947BC8C031FFF4D , 0x0190DA9A0A01704B9E95124C059760D0 , 0x0190DA9A0ACA735C8938A08D6A241246 , 0x0190DA9A0C9E7226B57C7868C318B510 , 0x0190DA9A0D5673899CC85C8863D37941 , 0x0190DA9A0E2072B0A7A03CA3F5736A83 , 0x0190DA9A0EDE726BB58EFEFA2A9DC34A , 0x0190DA9A0F047304802CEBBB3B407042 , 0x0190DA9A0FBD70788E1CF65273DC5DAD , 0x0190DA9A107873B28561DC03C21FBFD7 , 0x0190DA9A114173B096E483F309364617 , 0x0190DA9A1168712589BA1B31042C5874 , 0x0190DA9A1212723A9C0A06B03AA73A67 , 0x0190DA9A12CE711FAA495EE1DF391AE3 , 0x0190DA9A1390727EB7E9F42B7E4C9B91 , 0x0190DA9A1442733CA113458E3B4E67E8 , 0x0190DA9A14F971B9A4E9F2E83CD10419 , 0x0190DA9A15F47137A20CE80F3AB535EE , 0x0190DA9A16BF73488061C118904DC8B6 , 0x0190DA9A178372328CF601E4312069A2 , 0x0190DA9A186E7317AF9B92F7377D8FAF , 0x0190DA9A192272C8B041B070D5533CEA , 0x0190DA9A19E671CBADC4CBD30A25FE31 , 0x0190DA9A1AC97276A362B523FEDD1933 , 0x0190DA9A1B7F72A88D3BA9169F32A0A5 , 0x0190DA9A1C6A7251BD72AA091FF22D84 , 0x0190DA9A1DB871ACB36DF44D5F645089 , 0x0190DA9A1E6172819A29859EF1C1C88D , 0x0190DA9A221172CD8070434977C93708 , 0x0190DA9A22D570498DF1324B1B3F323D , 0x0190DA9A2387701082D1E888EB94025C , 0x0190DA9A2434708698D44E2ADF42C355 , 0x0190DA9A24DF713DAD7391E564335F8B , 0x0190DA9A25B572B6B293E7745CD503CA , 0x0190DA9A2654730ABDA2F3C9C9453A52 , 0x0190DA9A27057291978F85AC18BE35A7 , 0x0190DA9A27E470E689C319FE90E0C815 , 0x0190DA9A28B271148754923014766E78 , 0x0190DA9A29707262ABED1C3779E980F9 , 0x0190DA9A2B6C73CAA2F7D4E86755C0E6 , 0x0190DA9A2C177347B49569080A0795B3 , 0x0190DA9A2E8E7121853380DFBE847B56 , 0x0190DA9A2FD77148A12BFF3F7842D8E4 , 0x0190DA9A308D73DE9566E144239CD65A , 0x0190DA9A311D7026AE70BA188DC3DC69 , 0x0190DA9A31B471F6AD77B263940765EE , 0x0190DA9A326370BD8CE19D8242A32272 , 0x0190DA9A330A721BB44A99295D2A54C3 , 0x0190DA9A33B47154AE5A6ED4BFD44215 , 0x0190DA9A3462734B93742AC65D1ED8FC , 0x0190DA9A381B72F08678F374E80E7698 , 0x0190DA9A38BB72E4AE8FEC18626D4478 , 0x0190DA9A397571D5B5A9C080B8E01A16 , 0x0190DA9A399C710187D7C2A162C782E3 , 0x0190DA9A39BC7069B1ED5B2F49EC421F , 0x0190DA9A39D872CDB3583B0283590196 , 0x0190DA9A39F170D792A29CC8E136DE0A , 0x0190DA9A3AB2736E8213EF52A44165D6 , 0x0190DA9A3E6A720481767633A419F951 , 0x0190DA9A40B971FDB9F01B75DD04FBB5 , 0x0190DA9A40E070609558FA97DE584BF3 , 0x0190DA9A40FD7275A795E7F7D3CCBC51 , 0x0190DA9A41AC70C99A9F4751AB9BB9F3 , 0x0190DA9A43AB706AAF5F3E3769F20037 , 0x0190DA9A44887140BE3B09625EA5E54B , 0x0190DA9A456373E0BADA02725D59EF2D , 0x0190DA9A462D72E9932B0D391D9377D3 , 0x0190DA9A46E9718A881D98E3DE2417A1 , 0x0190DA9A47A27075B0AD60528FC4AF1D , 0x0190DA9A47C9737EAABD053B5F4098B1 , 0x0190DA9A489B731E8FD49E9D95177F17 , 0x0190DA9A49507207925C2D5CB2D0E31E , 0x0190DA9A4A14731DABF29C2ACEB1A68D , 0x0190DA9A4AC27172B7CFEF995334B8DF , 0x0190DA9A4B7273F7A9E9AC1FCF13BBB5 , 0x0190DA9A4C3C70128A45EE46BBA4F392 , 0x0190DA9A4CF4721F8E3565F0ADDCD8A8 , 0x0190DA9A4DA772DF857FE56D94D88F94 , 0x0190DA9A4E5C7013BB570F9E41A7B004 , 0x0190DA9A4E83720EBB85DDE913F9D961 , 0x0190DA9A4EA173E99DC08A7B9EDE2240 , 0x0190DA9A4EBB7015AB83C26935A9467A , 0x0190DA9A4F567015B062FCBE8C56374F , 0x0190DA9A4F7A736F83AE9C7A45AF21F1 , 0x0190DA9A504770CF8706FB928F791B4A , 0x0190DA9A506D70538489A58E5351B9B9 , 0x0190DA9A511B72E0846726C723A9F3A8 , 0x0190DA9A513D7207AF9C473CD1024803 , 0x0190DA9A515B731D9B10BCE9EC310FC8 , 0x0190DA9A517270A980B32F0EBC43090B , 0x0190DA9A5189701D936FA1CC3497EAF9 , 0x0190DA9A523073C69D1860475275D31F , 0x0190DA9A5257713B9256ACE9CA8286B6 , 0x0190DA9A527270708F53C67A7B871006 , 0x0190DA9A528972F2A3E7A62350A8EB62 , 0x0190DA9A6C51727AB52E47ABC65BD288 , 0x0190DA9A6C7A70328AED287DAE598247 , 0x0190DA9A6C9B72AFB2D15EE58E63A8AA , 0x0190DA9A6CB973E1BFFCD0596F6CBE71 , 0x0190DA9A6CD1716C8326AB79B4705F1E , 0x0190DA9A6D977159B0541FF6CCFB7BFD , 0x0190DA9A6E4D73309A626ADF689F4072 , 0x0190DA9A6E74735A88FF46C5C14E50C0 , 0x0190DA9A7067721AAE85D01FFFBB569E , 0x0190DA9A711D7294944009485553B596 , 0x0190DA9A71DA71A78AD7258721100880 , 0x0190DA9A7203708A90C8C1505CF68559 , 0x0190DA9A72B6713285E54B4D4441CC73 , 0x0190DA9A738972E4AE0733288EEE4140 , 0x0190DA9A743D7322A7821008BA3CEEA0 , 0x0190DA9A75197323BF44626579EF5C6A , 0x0190DA9A75F1704A92103F5B1CD9176C , 0x0190DA9A76C3721D858877DDFFE8545F , 0x0190DA9A777F72FE8D7C1E5CC118EF38 , 0x0190DA9A7BC172F1A8CA74CB1137C015 , 0x0190DA9A801D7243B7718E5079D6B00A , 0x0190DA9A80E572759D2F014CEA85F29A , 0x0190DA9A81137203A53168542C10A740 , 0x0190DA9A8135723B8FD1B222C56F5397 , 0x0190DA9A8150722BB0669CD7103567B5 , 0x0190DA9A81687364BC1C208B9ECCE0B1 , 0x0190DA9A823173E6AD00A33463A004CE , 0x0190DA9A82E97353A2BB261E4738B48D , 0x0190DA9A83167105AEFEBE05F8D07660 , 0x0190DA9A833A73A4B5F835D44ED7B871 , 0x0190DA9A835B7237B1ACB8A116B46B8B , 0x0190DA9A842672F98E0C9EC4CCA3478D , 0x0190DA9A84F37376B6C61CB9476BFD11 , 0x0190DA9A852172E4A678F93EFFB61886 , 0x0190DA9A854272BC8B24026DD629C0D2 , 0x0190DA9A855E71C88B8332F97DDA07B6 , 0x0190DA9A857973DFA8780A8BF5CA8053 , 0x0190DA9A859170A1B206BD1A7338D544 , 0x0190DA9A85AA73B3ABAEDBAF32EACC8D , 0x0190DA9A85C47059B59A47E6D6C7D157 , 0x0190DA9A85DD70FAA2CBC1353F5C930F , 0x0190DA9A85F870F9A15691622D082759 , 0x0190DA9A86C871E3A0A79F320D65595D , 0x0190DA9A879570CFB091CA2BC0DB8C76 , 0x0190DA9A87C3735AB69653B7D68E1C0F , 0x0190DA9A87E67004AEF0EC1672C2632E , 0x0190DA9A88077337B858DB8FBA7CEF4F , 0x0190DA9A882371CC8CBFD866B2897FEB , 0x0190DA9A883D70498BF8E936E8DCC3B3 , 0x0190DA9A8856729DA754B243D9895C40 , 0x0190DA9A887271C8979F12F324B6F5C3 , 0x0190DA9A888A72F2A6C767C6728786A8 , 0x0190DA9A895E72908740E8A0EC1C690F , 0x0190DA9A8A0E70338D1D897C44F5C890 , 0x0190DA9A8A397336819FABFB8B9A292E , 0x0190DA9A8A5F736998BC63721FBBF49F , 0x0190DA9A8A82738680828D35D78B903E , 0x0190DA9A8A9D731C84A35B43651C702A , 0x0190DA9A8B4D7025B05A33C5C40B0C3F , 0x0190DA9A8B78737891F9DF6A21E5A6B3 , 0x0190DA9A8C3E7239825473D548AC7DD2 , 0x0190DA9A8CFF7387A81B3CD9B2E91AAB , 0x0190DA9A8D2E7374B462C00B8D0FEC0C , 0x0190DA9A8D5271BBB0D6D708B555A395 , 0x0190DA9A8E2373949C6ABC07E23E9765 , 0x0190DA9A8E51705AA579BF3085A2CFE7 , 0x0190DA9A8E757300A3B26E75E5407A7C , 0x0190DA9A8F9070BDBE7C71207FC7E2A5 , 0x0190DA9A90637014AA331E0F1860B00C , 0x0190DA9AD9EC7241B9836E9E03790ED2 , 0x0190DA9ADAB973DBB36F1DE198BC3BAC , 0x0190DA9ADB697333BE1B5942D4569036 , 0x0190DA9B244C72E49F761C3BE01A467A , 0x0190DA9B247672AEB76EDC0469A816FF , 0x0190DA9B249772339811E3661AC68E01 , 0x0190DA9B24BB737C8B729A05B7B9C6C0 , 0x0190DA9B24D970F7A1CFCE9EE382C64C , 0x0190DA9B25DB732D99AFE85D20FB668C , 0x0190DA9B260472EBBE0793AE20EF0C05 , 0x0190DA9B262472179AF5CD4C67C66889 , 0x0190DA9B26ED7077BFA0FEAA0C77765E , 0x0190DA9B271870EC8AC613180057F232 , 0x0190DA9B273973A094B360B53DE1E0DE , 0x0190DA9B275A71EDBCCF5F0EB2BCAB4B , 0x0190DA9B2818704990D973111483F05B , 0x0190DA9B283E728C9E9B9914A8F6D491 , 0x0190DA9B285F718182853C0EDF5ACC4F , 0x0190DA9B287C725BB4459605A86ED8BA , 0x0190DA9B293B72CE86E0303069E45A16 , 0x0190DA9B296373BE93EF2C251F7C6402 , 0x0190DA9B297D72F19B7A90E886E34F04 , 0x0190DA9B29967127B157B875CA5A6C50 , 0x0190DA9B2A58732EAF70D8EB0ACCF201 , 0x0190DA9B2B0C73A7BF5D31CAAFF34EB2 , 0x0190DA9B2B3573F0B1277362AE242BBE , 0x0190DA9B2B5573728C6A43844045F6DF , 0x0190DA9B2B7972808A6A648C33F84195 , 0x0190DA9B2B9273A48E4C7572EB432DE6 , 0x0190DA9B2BAD71F28DF9741A32474926 , 0x0190DA9B2BC7721EBCCC7DBFE7618F03 , 0x0190DA9B2BE07148BF7E3ACF82C07174 , 0x0190DA9B2BFB7192BF32A6F69BF917AF , 0x0190DA9B2D8170989A3991FBB4A1345D , 0x0190DA9B47AC70148809EF7EBEC4360A , 0x0190DA9B486D723BBF87DF6607840E21 , 0x0190DA9B4895700786FA7D035A1A7505 , 0x0193627ECA407222B3753256181829C3 , 0x0193627EE39173CDB1195AEE579F349B , 0x0193627EE88D73D6B83F732CE97B103A , 0x0193627EF05470EAB998A31C3C9B87CC , 0x0193627EF34C725B940D03D50DF9434C , 0x0193627EF44871D38EBE6B84128C1261 , 0x0193627EFA7E703E987ED725CEC41917 , 0x0193627EFED8736FBC0F6CB661B5CA7E , 0x0193627F02E570169648201589C680D7 , 0x0193627F0639727989CA1D3C179CC069 , 0x0193627F095273D1A60ACDC17D107252 , 0x0193627F0D6871BCA2C0DCF0A80363F7 , 0x0193627F0FF771B281BB85F6E752EEF1 , 0x0193627F1A7B705A8E9F3F53AEA12303 , 0x0193627F1C2E71A0983B7E3095F30097 , 0x0193628278D273B79B1BAA43B5CD3C82 , 0x0193628279FB7073BB9E74F5125A7CB6 , 0x019362827F2970189C46FD43666D4BC9 , 0x01936282800570368E3AE134729D8123 , 0x0193628280FD72B1923809CA14F3BB4C , 0x0193628282057035957AB0D79DA6E7C3 , 0x01936282830071958D9075DDAC40BF1D , 0x01936282842C70E3A877E58BD3C15F82 , 0x01936282856470CEA919C7E75D61EB6C , 0x01936282865973B9AC300D78E51F8106 , 0x01936282875E700199CA785106B936F0 , 0x019362828890723E826E6E532DD9C5EB , 0x0193628289AD72B68D3E43D4D4D25C0D , 0x019362828A9E706786B88E271BCB1A45 , 0x019362828B9673539C2AE175CB8AD756 , 0x019362828C7F70C69DD0C68F60E4A5DE , 0x019362828D6E73D188A63AC303B77324 , 0x019362828E667255AB89D674D92B92D8 , 0x019362828F5770C79D1CFEE66F79C7C6 , 0x019362829048710BA5FAAB3746E18490 , 0x01936283B585719A815991B3C38D6994 , 0x01936283BA38736D9C3C470EA42D95B5 , 0x019362931D40709BBB625F5E9AB5209E )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
76
0.38 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (? )
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (0x018E0E2BBA85716481F6C715BEA3B40E );
Copy
77
6.12 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 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌îª#rÉùÆs\x1C vhÃ▓ "
b"\x01 É┌îß7p>ÅÁ¿Iêøùc "
b"\x01 É┌îßUskë\v 2X`Àv\r "
b"\x01 É┌îßtr¨«■)ª#\r .Ï "
b"\x01 É┌îßÄsôüI\x06 Þ\x00 l"? "
b"\x01 É┌î߬s+üá$ï\x01 .³ú "
b"\x01 É┌îÔmp_¡7&÷G\\e ┴ "
b"\x01 É┌îÒ$r4╗\x05 äX\x1C ª\x14 ¾ "
b"\x01 É┌îÒÌs═û÷×\x1A\x1E \Ý\x14 "
b"\x01 É┌îÕ&q\x08 ÅO<┴s]═s "
b"\x01 É┌îþƒsgóæ»\x06 Å\t ðå "
b"\x01 É┌îþ¢s╦É╣R= IwN "
b"\x01 É┌îþ┘q▒»l▓ß"¯ÿ] "
b"\x01 É┌îÞÆsFÜï$\x05\x1E tr! "
b"\x01 É┌îÚPq÷òÔä±\x15 \×ï "
b"\x01 É┌îÚmrlì\x04 õ3¿/£ "
b"\x01 É┌îÚïrííZc>@G\x03 ¦ "
b"\x01 É┌îÚªsr▓Ú\x19 ╝·{à╩ "
b"\x01 É┌îÚ├sLíÆú\v ¸\x00 ╝m "
b"\x01 É┌îÚ▄r0ä\§`l\x1C ¨c "
b"""
\x01 É┌î¯\n
s╠åC\x12\e ÁÈäh
"""
b"\x01 É┌î¾?r\x0F ª»┤<½"ºY "
b"\x01 É┌î¶\x00 rqø_!´óI'\x00 "
b"\x01 É┌î§cqå«\f å‗\x16 ¥■< "
b"\x01 É┌ì\x07 #rzöÝô+╩ïk "
b"\x01 É┌ì\x07 Ds▒ìÙW°Kö;/ "
b"\x01 É┌ì\x08\x12 sîäµ>\x0F Jk\x10 ç "
b"\x01 É┌ì\x08 █p└¼│E│nÒò< "
b"\x01 É┌ì\t ûp▒å.btp▄\x12 ¶ "
b"""
\x01 É┌ì\n
6s®ûÿ├¦Q\x1C Î║
"""
b"""
\x01 É┌ì\n
±s╩òÁ╣ð ü\r Q
"""
b"\x01 É┌ì\v Ås&▓U|\x7F £\r Ð "
b"\x01 É┌ì\v ¡p▒¥ñ7)Ú¢\x06 ░ "
b"\x01 É┌ì\v ðs░ó\x10 ÷}\r ■ø\x1D "
b"\x01 É┌ì\v ýr\x07 ╗ý:wóO?« "
b"\x01 É┌ö▓½sÅñÛì¹ayì² "
b"\x01 É┌ö│Ts\x18 ö~Ñ0Ô¬`l "
b"\x01 É┌ö╣¹quÄ×-E▄2W╦ "
b"\x01 É┌ö║ªp\x10 íC~ƒN░40 "
b"\x01 É┌ö╗Æp.│.]øMEò' "
b"\x01 É┌ö╝LràÑ┌ÁiÆa─B "
b"\x01 É┌ö¢\x10 r\x19 ï│ÔÂ\x12 a0C "
b"\x01 É┌ö¢Îs\x03 ¢âeX┘Ë¿8 "
b"\x01 É┌ö¥ÅqEùÆ\x02 ìÍOëÇ "
b"\x01 É┌ö┐Ks■╣RÊo\x0F øuÍ "
b"\x01 É┌ö┐¸p*Ö3┬┤ô═=Ü "
b"\x01 É┌ö└ñq®£\x15 ß®a¯kÁ "
b"\x01 É┌ö┴\q=èóoË?û\e "
b"\x01 É┌ö┬\x18 qi¥O$█┼\x05 (┼ "
b"\x01 É┌ö┬Ðq`Æ\v\x01 \\x0E «Øa "
b"\x01 É┌ö├Äsõë½%å¯Gív "
b"\x01 É┌ö═÷qQû\r OÔhL58 "
b"\x01 É┌ö╬\x1E rÂñ░R░\t üZs "
b"\x01 É┌ö¤\x06 q³êYÀ■7\x17 ê\t "
b"\x01 É┌ö¤-p╣ÿÎ┘¿;ÓC× "
b"\x01 É┌ö¤Oq¸©╬┘{3}3! "
b"""
\x01 É┌ö¤qq§©vA·\n
Î\x1A ¢
"""
b"\x01 É┌ö¤çrÑŪÏ\x1F cSòÌ "
b"\x01 É┌ö¤áp2ƒ£}¢sJßâ "
b"\x01 É┌öðZq÷î \x11\f Ék╚e "
b"\x01 É┌öðÇqê╣[ü*wðqÇ "
b"\x01 É┌öðƒpçÇrدñ¿ÍÑ "
b"\x01 É┌öð└s®¼ù$å2.\x17 ? "
b"""
\x01 É┌öÐ\x7F p\x1C Æ\x1F \n
\x18 1×S¸
"""
b"\x01 É┌öЪr~×Íc$\x01 éLf "
b"\x01 É┌öÊ╣qXü\x15\x11 ¦ÌÞ˨ "
b"\x01 É┌öÊßp#ÿêáiZ<õ▀ "
b"\x01 É┌öÈ|rcï¿╠Ø/ÅKn "
b"\x01 É┌öÈÑrV«Rj¿Ü+¯. "
b"\x01 É┌öı_q7¬\x1F D\x05 j░╔ç "
b"\x01 É┌öıåpL©\r Ã┤!þ^v "
b"\x01 É┌öÍKr\x12 â|L╬░]NÐ "
b"\x01 É┌öÎ2r-åÊʤ:þ&└ "
b"\x01 É┌ö▄ıq¾É¼Y\ëÅ\x1D ╠ "
b"\x01 É┌ö¦ÖpÓÂLf·¼t▓\n "
b"\x01 É┌ö¦╝qÑî2`=ô¼Úþ "
b"\x01 É┌öÌÄr\x03 âÓu¼╦ðùG "
b"\x01 É┌öÌ▓rIÜ▀æV¢╦:X "
b"\x01 É┌öÌÐq=ÜñìG×øÊ┤ "
b"\x01 É┌ö°Àq{¡¸E\x15\x10\x02 }k "
b"\x01 É┌ö¨Ps\x06 ö|\x14 ktP┼» "
b"\x01 É┌ö¨´p³ñ{¥G.jCf "
b"\x01 É┌ö·▀sXÆ\x19 Ç\x00 FQ║| "
b"\x01 É┌ö¹ös,ÑÿFëz\x00 ¾í "
b"\x01 É┌ö³=s▄Çõ>¬É\x1C ÞÀ "
b"\x01 É┌ö³apƒO▄(╔\x13\x05 ! "
b"\x01 É┌ö³Çp4©ë\t ▓▄Ù2o "
b"\x01 É┌ö²4sÍÅó?#æx\x17 ┬ "
b"\x01 É┌ö²Tp\x14 ô½┤\v └\x1E\x08 ╬ "
b"""
\x01 É┌ö■\n
pEî2±å®8-~
"""
b"\x01 É┌ö■ÊrCå\x12 ¶¿▀┤µÍ "
b"\x01 É┌ö êqLê\v öp}\x15 .\x05 "
b"\x01 É┌ò\x00 yq╚ôQ\×3Hßá "
b"\x01 É┌ò\x01 Cs§Öê#t¸pÃÍ "
b"\x01 É┌ò\x01 þs\x1C ¡Kï┬Á│ı¿ "
b"\x01 É┌ò\x04 ¯q┐╣ÆÄ»òùáP "
b"\x01 É┌ò\x05 Íq+Ö│5_µ\x15 ─z "
b"\x01 É┌ò\x06 èpÝûÏúºw#Ðo "
b"\x01 É┌ò\x07 7s[úÇDt¹Í}\x13 "
b"\x01 É┌ò\x07 Õp▀×ú¹SÅ▓òØ "
b"""
\x01 É┌ò\x08 £sqÉ\x0E É«\n
\x07 Wn
"""
b"\x01 É┌ò\t UsÌ│Â{#▒\x02 %4 "
b"""
\x01 É┌ò\n
]p░ªü\f Å\x04 ê(\x13
"""
b"\x01 É┌ò\v\t sù©═\v E\x14 MóË "
b"\x01 É┌ò\v ╔pcàV2ÙîèÛW "
b"\x01 É┌ò\f ÔpB¢O┐░î\x1C b\x11 "
b"""
\x01 É┌ò\r\n
qÃçþê1%║XR
"""
b"\x01 É┌ò\r .q\x7F ┤=Ü:S\x15 ÿ\x1A "
b"\x01 É┌ò\r Kr4┤\f ı¾²Ãeâ "
b"\x01 É┌ò\x0E\x19 qȺ~˪ªÝ{ç "
b"\x01 É┌ò\x10 ísEù\x08 ÒNTÇoB "
b"\x01 É┌ò\x11 õpXª7,~¶53─ "
b"""
\x01 É┌ò\x12 Íp©½\x15 °úâ\n
║\x7F
"""
b"\x01 É┌ò\x14 Dq║¢>^å\x15 µ]¢ "
b"\x01 É┌ò\x14 ÷rJÆyi┤‗÷§▀ "
b"\x01 É┌ò\x15 ▓q/ù&ý╚Ñÿ╬} "
b"\x01 É┌ò\x17 Åræ¬uÿ═#Föé "
b"\x01 É┌ò\x18 Mrÿ┐°J#5\x1E ·P "
b"\x01 É┌ò\x19 ╣rZëìj7C¢:K "
b"\x01 É┌ò\x1A Às?ä<\x1A dê¨ÛI "
b"\x01 É┌ò\e ys\r Å├rOê>ûæ "
b"\x01 É┌ò\x1D Ar═¡┌íc|\x05 )Û "
b"\x01 É┌ò\x1E ┴p\v ®á┐OkáÐ] "
b"\x01 É┌ò\x1F àq\x08 ╣¤E¬ýKïÎ "
b"\x01 É┌ò!äq7┤d\x02 æ×k "
b"\x01 É┌ò"=s>á\x14 öø│\x1C\x03 ò "
b"\x01 É┌ò#Üp\x7F ¼\x05 È´┐┐xî "
b"\x01 É┌ò&\x06 sãöÍ╩a▄ÌÝı "
b"\x01 É┌ò&╣qA¡å¶/ïë©\x02 "
b"\x01 É┌ò&Ìq\x19 ªîÁ©àÝcD "
b"\x01 É┌ò'\x01 qı╣D1÷\x01 ¬QÚ "
b"\x01 É┌ò'(q¯ûHWÃôè}< "
b"\x01 É┌ò'Gs┐¢\t !æ¸,a³ "
b"\x01 É┌ò'asQÖR\t ½\x02 .Nc "
b"\x01 É┌ò(5p½æ7\x05\x16 ▓Ùot "
b"\x01 É┌ò(XsníOïkï.¡█ "
b"\x01 É┌ò(|qî│\x1D\x13\x13 *\x06 ╔╣ "
b"\x01 É┌ò)KpÃú▄\f +f├øÒ "
b"\x01 É┌ò)rpRú\x07 I\{Lv7 "
b"\x01 É┌ò)òpbº■àÚzyÙy "
b"\x01 É┌ò)Âq■¿\r £ñ}uaµ "
b"\x01 É┌ò)ırt¡?Zlu~«] "
b"\x01 É┌ò)Ùr\x05 ©\x1F ~▀WÊïî "
b"\x01 É┌ò*\x05 r,¬└Jb\x15 lO% "
b"\x01 É┌ò*\x1E s¹ÅÛ§─4R■\n "
b"\x01 É┌ò+\x1F q┤Æ0ÎX8'ÅN "
b"\x01 É┌ò+@r¿©¨liàæ\x12 F "
b"\x01 É┌ò+Vq1û²ä3}=‗Í "
b"\x01 É┌ò+op¡îw{¦¨\x08 7Ö "
b"\x01 É┌ò+çsñô2úOÉk³! "
b"\x01 É┌ò+ØrqÄ\x0E p}MZrê "
b"\x01 É┌ò+Âr═¾[\x10 ╩╗·[ "
b"\x01 É┌ò,ðrÈë┤ıº+d█\x05 "
b"\x01 É┌ò,¶q¤░ß┘g¤%y0 "
b"\x01 É┌ò-\x14 s5ë╦*Ô°×═K "
b"\x01 É┌ò-/rJáJ┼>\x17 D9ç "
b"\x01 É┌ò-IsêÿB6¼³iSã "
b"\x01 É┌ò.\x17 r▄º╣\x1F 6┐¼ù░ "
b"\x01 É┌ò.<s4ÂZ¤ä"\r ╬× "
b"\x01 É┌ò/\x04 q\x17 Â!ó!>=8¢ "
b"\x01 É┌ò/(r═ªò6I\x1F ñ■s "
b"\x01 É┌ò0:pV¢::l\x7F █'õ "
b"\x01 É┌ò0Þqñè¾ÂA#\x13 !\x13 "
b"\x01 É┌ò20s\x0E º\x06 ▄ËR[6═ "
b"\x01 É┌ò2µrCá³À\f ╠Ü\x17 Î "
b"\x01 É┌ò4)q\x11 ╣í!\x19 $╚:─ "
b"\x01 É┌ò4Nq6á\x00 5\x7F Q2ü "
b"\x01 É┌ò4pslÀÐÜêôY\x1F i "
b"\x01 É┌ò4ìs\x02 ïݲÌ┌Ö°û "
b"\x01 É┌ò5ar\x05 ¡¡GÑwû\x17\x18 "
b"\x01 É┌ò5äqäè╣A├¼\x14 5¹ "
b"\x01 É┌ò5Ñr│Ä·┤¯\x1A F\x11\x16 "
b"\x01 É┌ò5┴q┐┤º)YÃÃè£ "
b"\x01 É┌ò6µs¦óàÉgÏ'P\x1F "
b"\x01 É┌ò7\x08 qÿÀrÐ{m'Ok "
b"\x01 É┌ò7$q$¬|Ë\f\x03 ß\x04 Ý "
b"\x01 É┌òNõs4ò■6ó"ìÿ╦ "
b"\x01 É┌òO\f s╦Ü╣▄\x04 ìP´\x15 "
b"""
\x01 É┌òO1sͼ┼M\n
ý\x03\x17 £
"""
b"\x01 É┌òOQpkí·╦ı■\x0E c\x13 "
b"\x01 É┌òOmppô>óþÖF¤) "
b"\x01 É┌òOäs▄à‗èÒ\f ²\x1F ã "
b"\x01 É┌òOøqó║O±þ\x06 1¢« "
b"\x01 É┌òPNqÝ╣(I\x1A ▄Ýîþ "
b"\x01 É┌òPwr┼¬Fï[W╗}\t "
b"\x01 É┌òPñsDÿ®¸║Ø└┬╠ "
b"\x01 É┌òP├páÁ\x15 ðØï¨©" "
b"\x01 É┌òPÓsû║■\x10 Ñ$2│D "
b"\x01 É┌òQís®«Î 0‗õ¦f "
b"\x01 É┌òRep\x00 ▒JÃ\x1C\x16 ïù┐ "
b"\x01 É┌òS)s÷▓ó¡:┴x|e "
b"\x01 É┌òS¤q└Â^ïUu£ÈV "
b"\x01 É┌òS¸p\x15 ╣¿▓$]▄\x06\x02 "
b"\x01 É┌òT\x1D r\x12 úaY-Wêç "
b"\x01 É┌òT;p ØbQÀVØx# "
b"\x01 É┌òTZsò┐Â╗PsóàS "
b"\x01 É┌ò^╝r®ÆôðÙZÀ˯ "
b"\x01 É┌ò^µpòæ¿y║FE│y "
b"\x01 É┌ò_\t prö¦┤ÖW░£\v "
b"\x01 É┌ò_%r!Å$\v ¤&÷¤T "
b"\x01 É┌ò_<qÂû¯┼ô»ºI& "
b"\x01 É┌ò_RpÅôÙµ¯FñƒÅ "
b"\x01 É┌ò_hq(üt\x02 ƒ9ºÙù "
b"\x01 É┌ò`CqÓ┐,$;³\x00 ¹ò "
b"\x01 É┌ò`gsü¢Öì.\x0E\x00 9. "
b"""
\x01 É┌ò`årDô+)\n
║ÙÍ\x16
"""
b"\x01 É┌ò`ápµªoDìWý¬¯ "
b"\x01 É┌ò`Âso╝\x02 9\x10 ╝´aî "
b"""
\x01 É┌òaus±«O\n
au9#Ô
"""
b"\x01 É┌òaÖr³╣3'╔ÏÉâ@ "
b"\x01 É┌òa©s\x11 û¬\x1F óвýÒ "
b"\x01 É┌òaËrSêSU│ÄUѵ "
b"\x01 É┌òb█s╔û└i¶>wþ¹ "
b"\x01 É┌òb r"îW▓\x10 w ñÁ "
b"\x01 É┌òc s#ú\x10 Ó_ÅÀX] "
b"\x01 É┌òc=p\x1F üбëºx$' "
b"\x01 É┌òc¶p°Ç╣╗HÜ)\x18 $ "
b"\x01 É┌òd×qÓÿ\x16 :æ╝¸Ò╩ "
b"\x01 É┌òd┬pÀƒ8î·^ä╣ÿ "
b"\x01 É┌òdõr\t º¸RX\x16 Ó┼Ü "
b"\x01 É┌òe\x01 s\x10 ░)┤ry6Û\x0F "
b"\x01 É┌òe\x17 pø¢═¢Ý█zHj "
b"\x01 É┌òe┴s│ø)TÓî┘l\n "
b"\x01 É┌òfýssêÏïVø░²└ "
b"\x01 É┌òg\x18 r\x1D å¨ÿ#ÖF!÷ "
b"\x01 É┌òh\x07 r▄«hÌøà▀«m "
b"\x01 É┌òh2s̓)HN\x14\v À\x7F "
b"\x01 É┌òhTr¼ÂòC\x14 pæ\x06\x03 "
b"\x01 É┌òjìq█░\x08 jR`ú|u "
b"\x01 É┌òk/sû▒¤1Î╬╗i\x19 "
b"\x01 É┌òkÛsV¬aÑ\t o▒\x05 ç "
b"\x01 É┌òl¥sªüV+£y«\v * "
b"\x01 É┌òlµq¨¡│▄S┼╩■ó "
b"\x01 É┌òmôqû┐Õ`¨ø´\x16 Ø "
b"\x01 É┌òm¢sËø\x1E ZÕýéYf "
b"\x01 É┌òn×p9╗©Ðë¦╦■f "
b"""
\x01 É┌òoLp╣£Yå¡\n
2 \x1A
"""
b"\x01 É┌òp\x17 q¿▓:m\x08 IÇ÷\f "
b"\x01 É┌òp=q\x0F ½c_æ×┤Ù┘ "
b"\x01 É┌òqÉqüÆ'jF\x14 ÝÒ- "
b"\x01 É┌òqÀp\x7F ô[§┼+L\x15 é "
b"\x01 É┌òrfrýù\x16\x1C h\x16 Ì\x1F a "
b"\x01 É┌òrìpí¢çÝ┘Q┤Ê\x19 "
b"\x01 É┌òr▓râÇâ¼}g│0| "
b"\x01 É┌òrËs1ë┐#æ:h▄Ì "
b"\x01 É┌òrÝs¯ì┼:V|\x1E\x08 ▓ "
b"\x01 É┌òs\x04 qe╣ͱãêVæy "
b"\x01 É┌òs\x1A p\x07 ╝§æx$\t Eú "
b"\x01 É┌òs1s?▒v▓̸µ╦¬ "
b"\x01 É┌òsGsb«íÍ\x15 L\x17\x08 â "
b"\x01 É┌òs^pÃÀ¨\x07 7╠\x1A a\x1A "
b"\x01 É┌òstr¦▒└¶\x1E 9╣w\x02 "
b"\x01 É┌òsïq\x17 ½ûxÑ\x1E ÞÌ┼ "
b"\x01 É┌òt@sÏï©▓\x7F\x10 mÖ) "
b"\x01 É┌òïVr0¥D\x17 ØíQw¢ "
b"\x01 É┌òïmrÍÜU*H\x08\x7F b) "
b"\x01 É┌òïçq\x04 ╝w/7Ì╗Ì▓ "
b"\x01 É┌òïísý╣\x17 jÞ&\x7F\f\x1D "
b"\x01 É┌òï©rêá┴_±ÐØ\x13 q "
b"\x01 É┌òï╬q,×s(ÛðôBÌ "
b"\x01 É┌òïÕs┼Ø2øÀÕ7V\x07 "
b"\x01 É┌òï¹q|¼■\x16 þ|aû "
b"\x01 É┌òî\x12 rÄÑî╩ðÅ╚█Ç "
b"\x01 É┌òî-pÚâ¿V²"ñÖ\x1F "
b"\x01 É┌òîCpò»ú¶oàáRÚ "
b"\x01 É┌òî±s:á%╦Ñ\x04 /lm "
b"\x01 É┌òì\x1C s¸â¢æ\x14 ¼]Ð "
b"\x01 É┌òì2r3╣ûn└r¬Â\x00 "
b"\x01 É┌òìGqû¡è3½PÌõÝ "
b"\x01 É┌òì_pÌû°~┴hnX╗ "
b"\x01 É┌òìwq#Å)ý"¤þ\x04 ╝ "
b"\x01 É┌òìÄs½¿ñðê,ÈÌ÷ "
b"\x01 É┌òìÑqvâ\x06 8[oò.? "
b"""
\x01 É┌òì╝p╣▓\x7F ■ù\n
A#
"""
b"\x01 É┌òìÊr«┤}O¥ïK│\x12 "
b"\x01 É┌òìÞqð¢¢Ö¥ÊceÑ "
b"\x01 É┌òÄøsØ║ÿ¦\x02 ║xáv "
b"\x01 É┌òÄ¥p$»+Ô╣î╗ë¥ "
b"\x01 É┌òĦsþ▒Ðô*\x17 Å╣ó "
b"\x01 É┌òİs¾º¸Ì│\x12 Ç▀³ "
b"\x01 É┌òÅ\x0F rı¥\f d*O»³Ö "
b"\x01 É┌òÅ&s\x18 ¼ÎBA'\x19 ¶h "
b"\x01 É┌òÅ=rxôæl¼äOÞ "
b"\x01 É┌òÅUq\x08 ¢H½]$À£Ð "
b"\x01 É┌òÅlpXüÔµ╗ÀoÕF "
b"\x01 É┌òÉ\x11 q-æsE\x10 p¿f: "
b"\x01 É┌òÉ6r\x14 Â╩ç¦=ÚÞÒ "
b"\x01 É┌òÉUpý╝ı┬#j²\e\x07 "
b"\x01 É┌òÉpr4º\x01\x08 █\f (\x01 ┬ "
b"\x01 É┌òÉçs1▓█Î\f x>Ô "
b"\x01 É┌òÉ×s«ç_ b¯i5└ "
b"\x01 É┌òÉÁr\e ÉòD\x0F │\x19\x1D ; "
b"\x01 É┌òÉ╠pX┐¤MâtÔ@\x04 "
b"\x01 É┌òÉÔr[Â\v\x08 !\x1E\x10 5Á "
b"\x01 É┌òæúsaóA\x19 ´âï\x08 & "
b"\x01 É┌òÆYs█åÐ!ì´jó "
b"\x01 É┌òÆüs-çì┬¥=\e ■¬ "
b"\x01 É┌òÆárc╗6\x06 ´¸úX· "
b"\x01 É┌òÆ└r]âÝ?╠Mx\x1D\x14 "
b"\x01 É┌òÆÎs?ó¾R,h╣R╩ "
b"\x01 É┌òôÑrR©Ë,Öêx02 "
b"\x01 É┌òô╔r\x00 ô³ÌÿqéÊB "
b"\x01 É┌òôÞqÜä!T.}ÖË┌ "
b"\x01 É┌òöúqìè~t/µ─╠¯ "
b"\x01 É┌òòPs\e ╣0x~¸\x14 ÄØ "
b"\x01 É┌òû\x00 rj«øaêXC½\x03 "
b"\x01 É┌òû¤pþ║╣ê╬û\e ╠\x11 "
b"\x01 É┌òùçpÔÄAþñè½<$ "
b"\x01 É┌òù¼s\x01 ª;\t ¾*Ç1\x1F "
b"\x01 É┌òÿmr³¢ÇTÂ¥´FX "
b"\x01 É┌òÖ4rfú]å]┼┐╦J "
b"""
\x01 É┌òÜ\x0E r#╝╦\n
\x04 ýíü6
"""
b"\x01 É┌òܯsð¥╔Zµ¹XÄW "
b"\x01 É┌òø\x14 rkàÒ░7¸ÑÒ{ "
b"\x01 É┌òø3s%¬Ö├ÚD9¼\v "
b"\x01 É┌ò╔ÇrjÑ\x16 Ðbæ█ãò "
b"\x01 É┌ò╔áp├▓É‗¢═m(Å "
b"\x01 É┌ò╔¢r¹Ñ█ô?¿Ó^~ "
b"\x01 É┌ò╔Ís\x0F Ö#D┤Óo\x0F ö "
b"\x01 É┌ò╔Ýr+Éá¨│ö░Ý\x07 "
b"\x01 É┌ò╩\x03 q>ö█èðÆ═vç "
b"""
\x01 É┌ò╩\x19 q%ç\n
¤\▀FW
"""
b"\x01 É┌ò╩0r2»╠\x11 àÝ[╦\x04 "
b"\x01 É┌ò╩FqFªHôýËhÊ║ "
b"\x01 É┌ò╩¨räûxùëè/ä▓ "
b"\x01 É┌ò╦6qÿø_\x14 x¯!×H "
b"\x01 É┌òÐÂq~▒]ü½*ì\x1E > "
b"\x01 É┌òÊfr*åÈÕXÑ\x05 ÷w "
b"\x01 É┌òË\x19 r\x07 £ÖX1ý<Æj "
b"\x01 É┌òËÃq═½Ô[\x05 FÌ╗÷ "
b"\x01 É┌òÈrq?¿\r ¸éÚZ\v ï "
b"\x01 É┌òı)sI«┘\x03 óøÅ┌0 "
b"\x01 É┌òıpsô▒\x19 Õ.┐°\x17 "
b"\x01 É┌òÍÂsîç_xl\x14 ¦qµ "
b"\x01 É┌òÎôq\x16 º\x0E OT àk├ "
b"\x01 É┌òϽsgäâö[O\t LÄ "
b"\x01 É┌ò┘ésLØSÃ<p\x0E ó└ "
b"\x01 É┌ò┌âsÒès/RÎB\x18 ¢ "
b"\x01 É┌ò█;qâªô¬$^ÈÊò "
b"""
\x01 É┌ò█·sëîW\x19 G®X\n
_
"""
b"\x01 É┌ò▀ÁqÜ┤!\x17 Ê\█\x18 ¨ "
b"\x01 É┌òÓérõØ(±\x03 Ûó▄Á "
b"\x01 É┌òßysT¬«Ý.ô+¯È "
b"\x01 É┌òÔ@qgçÕ\x08 `k\x06\x16 õ "
b"\x01 É┌òÒ\e pDâ>õÕ ═EX "
b"\x01 É┌òÒßpÒæÔâð\x01 Î0Ê "
b"\x01 É┌òõÜr\x7F ض=À\x1A ®│╩ "
b"\x01 É┌òÕYsí£"mª\x7F ┴U\x15 "
b"\x01 É┌òµ\x17 s*ÆÊ\f б¯Ã\x01 "
b"\x01 É┌òµ¦pX¿¯\x04 ®Úqeá "
b"\x01 É┌òþ®pòôó~Ýé%Gn "
b"\x01 É┌òÞnp\x1E ì>t-²ÇÁÎ "
b"\x01 É┌òÚ*qhù¤ÑúPOFt "
b"\x01 É┌òÚ┘s╩®q╠³┐F> "
b"\x01 É┌òÛøqÁéömèyhâà "
b"\x01 É┌òÙ`p±û\x16 U/òòª╩ "
b"\x01 É┌òý q`æE.╝═─kö "
b"\x01 É┌ò݃qÊ┐BnðP¢\x02 Ù "
b"\x01 É┌ò¯zpÁ¿║íz╬B#´ "
b"\x01 É┌ò´:sSÁ█Pý║~¼┤ "
b"\x01 É┌ò\x06 q\x08 í\x1A\x16 ¤T┘\x0F Ò "
b"\x01 É┌ò╚r×Àz\x0E ƒ9µ¤D "
b"\x01 É┌ò±upçë+`PvúÑu "
b"\x01 É┌ò‗1p£▒C┬`O▓\x16 ç "
b"\x01 É┌ò‗±sg»ØX┘]f■/ "
b"\x01 É┌ò¾¡pñ▒ª▄ù ß^ "
b"\x01 É┌ò¶es¸©³²dg_0L "
b"\x01 É┌ò§\x16 s7ûíÊþ»\x00 `\x19 "
b"\x01 É┌ò§²qò©B+1«OÄ+ "
b"\x01 É┌ò÷ÛrèÇ‗É░ñæ/\x19 "
b"\x01 É┌ò¸╠s\r Å\x0E Ý>\x11 ╣0 "
b"\x01 É┌ò°ós\x13 ú"'.aè╦Ä "
b"\x01 É┌ò¨ÅqX©î{Û\e ë², "
b"\x01 É┌ò·"pÂ_V\x19 gèè\x11 "
b"\x01 É┌ò·õpòƒéLI¿Y░\t "
b"\x01 É┌ò¹\t sjóR\x07 ÅÏÐâÔ "
b"\x01 É┌ò¹ÓräâåÙÖ\x03 fı4 "
b"\x01 É┌ò³Øs\x0F â¼>ÌM§>! "
b"\x01 É┌ò³├rû╣¤DçÀ³k\f "
b"""
\x01 É┌ò²épýº\x15\x04 ãc\n
U2
"""
b"\x01 É┌ò■\x1C p=á!ò\x08 ¿gE┌ "
b"\x01 É┌ò■▀sWù9L┤Ò¤Ø\x16 "
b"\x01 É┌ò \x05 p0ÀÛ┬ûc▒"¢ "
b"\x01 É┌ò úsô│̶̃Ü7Y "
b"\x01 É┌û\x08 °r¥Øâ÷?~J\x12 ì "
b"\x01 É┌û«¨r{Å\x05 óA┴dâê "
b"\x01 É┌û░Ir7â°\x1E áõ\x03 j0 "
b"\x01 É┌û▒\x08 pؼ▓o<3\x1D └p "
b"\x01 É┌û▒-sKô<ÊÛ¾{ "
b"\x01 É┌û┤+rk®ÿ┘f'm¨ "
b"\x01 É┌û┤ßq┼íò5ÛIðµ├ "
b"\x01 É┌ûÁ\x06 rgàÀr╚ÉoÔI "
b"\x01 É┌ûÁ#qh░WE]±\x1A ¾° "
b"\x01 É┌ûÁ:pÓ¼¤?*ñËËÙ "
b"\x01 É┌ûÁQqıù®]ñw*ôF "
b"\x01 É┌ûÁhpµ╗▓─╠[Y@\x17 "
b"\x01 É┌ûÁ\x7F pÿ╗(èCÎþá\x1A "
b"\x01 É┌ûÁùr¿ôûà\e\x16 N\v H "
b"\x01 É┌ûÁ«r\x06 ╣ø┼/¾¡ßF "
b"\x01 É┌ûÁ┼q▄¥ü\x11 ã,6©e "
b"\x01 É┌ûÁ▄s┴¢í═Íg\x05 Ó\x10 "
b"\x01 É┌ûÂêqià\v ò¨°ñ~L "
b"\x01 É┌û©}p×äJ¸Á¨ì\x1D ; "
b"\x01 É┌û©úrtƱKgEùkê "
b"\x01 É┌û╣Ìp┘ªT×R┌G.{ "
b"\x01 É┌ûʧs\x04 ½i\x11 |¿Ü2ë "
b"\x01 É┌ûËÒrhºzý┼╚b&V "
b"\x01 É┌ûÈ\t p#ü¸Ýê\x07 .Å═ "
b"\x01 É┌ûÈ*r]®\x0E U$ih]\x19 "
b"\x01 É┌ûÈFs¶æ>│8ı\x08 RÏ "
b"\x01 É┌ûÈ]r4│┌\x15 ÿÕw\x01 } "
b"\x01 É┌ûÈtqIÂi\x11 ñq\x03\x1D c "
b"\x01 É┌ûÈïr´ÆæÆ╝ÞuÀE "
b"\x01 É┌ûÈóq│¢▄Z\x06\x1D ░Õ "
b"\x01 É┌ûÈ║r¦£{.¡Fâ\x17 < "
b"\x01 É┌ûÈÐr\e áÿ0ÏRz:Û "
b"\x01 É┌ûÈÞq┬ò\x11 Z┴▄òÚ] "
b"\x01 É┌ûÈ q6èwN\x02 íÉæñ "
b"\x01 É┌ûı\x16 p¼Üoû¨{7âç "
b"\x01 É┌ûı-p÷çê\x07 -¡õ"z "
b"\x01 É┌ûıDqZä(<kC\x0F ÝÍ "
b"\x01 É┌ûı[qªå\f ±'G.«Æ "
b"\x01 É┌ûÍ>sãÖðXÁëÎ<§ "
b"\x01 É┌ûͧsËÖ&þó®░╔\n "
b"\x01 É┌ûÎ╝pâ×\t K'ð╦╣\x1A "
b"\x01 É┌ûÏàr\x12 Ä╠g╚Ò┤vR "
b"\x01 É┌û┘@pm½¹çWCÂ]| "
b"\x01 É┌û┘esÓª¡─=EMÜ{ "
b"\x01 É┌û┘åpãá$³ëcV;D "
b"\x01 É┌û┘úps×Ã\x0F KtA\x1E "
b"\x01 É┌û┘║q\è|èX╦\x7F c╩ "
b"\x01 É┌û┘Ðs▓¬t;k\x14 Ã6Ñ "
b"\x01 É┌û┘Þs5┤Ö¦Zÿ\x1A ªl "
b"\x01 É┌û┘ p=│8áÑGÁðÅ "
b"\x01 É┌û┌\x16 sN║Æ\x08\x1E .yht "
b"\x01 É┌û┌3s5â\x04 æF=H¾ "
b"\x01 É┌û┌Kqÿ×/\x16 ÞC‗6T "
b"\x01 É┌û█\x16 pæƒT²■û╣\x01 Ï "
b"\x01 É┌û█Ãrøåt©OÚ¯¾\x03 "
b"\x01 É┌û▄sr\x0E Á\e v´PòØÈ "
b"\x01 É┌û¦9r9ú\v ¢G5|&5 "
b"\x01 É┌ûÌTpÚ»Ã\x06 !NðTè "
b"\x01 É┌û▀\v s¿ü╬┬╦\r ȼ■ "
b"\x01 É┌û▀¢sûº@\t u Fl╔ "
b"\x01 É┌ûÓçqÁ«±aê╩#À@ "
b"\x01 É┌ûßlr\r ╗-■²ü─kØ "
b"\x01 É┌ûÔ(rÁåG‗3§▓M¿ "
b"\x01 É┌ûÔÈpÀ¡ë:x├h5¨ "
b"\x01 É┌ûÒ}r{░\x1A ¾3Ü┤ð| "
b"\x01 É┌ûõ=qCôÁUÅW\x17 ús "
b"\x01 É┌ûÕ!sK╗ºbWKÄx~ "
b"\x01 É┌ûÕ´rCøéÈù╦▀j└ "
b"\x01 É┌ûµ®rb»{\x7F U3C§ñ "
b"\x01 É┌ûþ▒rûïÄó°(▀\v ╝ "
b"\x01 É┌ûÞ¼sw¡\x01 w‗|ý<S "
b"\x01 É┌ûÚgp┘í;ze©úX¦ "
b"\x01 É┌ûÛPsÑÜ┴\x00\x04 ÛJtô "
b"\x01 É┌ûÙ6s÷à\x05 Õ\x17 z÷Æ~ "
b"\x01 É┌ûÙ³s?ò¶#Âò\e )5 "
b"\x01 É┌ûý║sª»\x19 ┘4:x╣╗ "
b"\x01 É┌ûÝtq²ôä╬W«¼Aô "
b"\x01 É┌û¯\x1D s\f ©JþPõ§f\x05 "
b"\x01 É┌û¯Ór|å¬ñ\x1E f)ï "
b"\x01 É┌û´Åq╦ë║\x0E 3v±4² "
b"\x01 É┌ûlrYè\x05 ıÈæãR║ "
b"\x01 É┌û±xpcöÜ»|v\x1A Nè "
b"\x01 É┌û‗~rmÄUüÇM\x08 ¤> "
b"\x01 É┌û¾rríæaâ/\x17 L'G "
b"\x01 É┌û¶^pr┐ƒp▓Ï\x1F è¦ "
b"\x01 É┌û§)p[»+*│ù\x06 Äß "
b"\x01 É┌û÷\v sJÿUÀ1×Px: "
b"\x01 É┌û¸\x19 sU║Ý;ckÐNq "
b"\x01 É┌û¸╬q╝Á\«│¡/Ǥ "
b"\x01 É┌û°ör|╝_È'oP\x13  "
b"\x01 É┌û¨Xpת|Ë\t Ôá#\x16 "
b"\x01 É┌û·\x1C p äaµ³·vß\x0E "
b"\x01 É┌û·Ýp╗üU;ï¡;fo "
b"\x01 É┌û¹Âp╔¿gqÔvY\x1F E "
b"\x01 É┌û³ïpáºa·s}ï\x1D ! "
b"\x01 É┌û²ipæñõ$\v pZ±\e "
b"\x01 É┌û■'s┐ì1fc¢Fg┤ "
b"\x01 É┌û■Ûrj£ íô\x14 _o& "
b"\x01 É┌û ísD░×NK└h\x01 ~ "
b"\x01 É┌ù\x00 xs╣ƒ®½\v ı\x0E 5í "
b"\x01 É┌ù\x01 +s\x1C ×è=GS┘:; "
b"\x01 É┌ù\x01 ▀q$ÁA¨Î®Úaÿ "
b"\x01 É┌ù\x02 ▓p¢¢è-Luì│í "
b"\x01 É┌ù\x03 kqEÁ\x1A F\x06 ╣âý╚ "
b"\x01 É┌ù\x04 .qÈÁ}\x01 Ý\f Ì«§ "
b"\x01 É┌ù\x04 ýp╬¬ÜPÌVÒ═û "
b"\x01 É┌ù\x05 úríè╗U7xOj\x05 "
b"\x01 É┌ù\x06 ery║¨\x14 ³\x7F ´/r "
b"\x01 É┌ù\x07 <rMøÓ\x1A 3Á┴yÍ "
b"\x01 É┌ù\x08 -r\x1A ¬¥°*Å^─Ç "
b"\x01 É┌ù\x08 Þqe▓╬ ┌~ Uî "
b"\x01 É┌ù\t ▄q├«û\x11 IJJ‗Ú "
b"""
\x01 É┌ù\n
▄sß®@w\x13\x1F úì╝
"""
b"\x01 É┌ù\v øp\e í>Î└r8ò\x1C "
b"\x01 É┌ù\f hq¦ÄÁ\x14 %\x02 «é4 "
b"\x01 É┌ù\r &rgÇä▒h)\▓┘ "
b"\x01 É┌ù\r ßq)î¢R\x1E Ëÿz■ "
b"\x01 É┌ù\x10 -s1í«ík┘═¶r "
b"\x01 É┌ù\x10 ¾rÞ│S7NÔ▄\Á "
b"\x01 É┌ù\x11 ¬s-ñ┘* îtñ\x1A "
b"\x01 É┌ù\x12 us{┐¢#\r \x1A n|÷ "
b"\x01 É┌ù+ós,ä7\x04 -I\x16 ╠ý "
b"\x01 É┌ù,js═│Ý┤ø\x02\x08 z¿ "
b"\x01 É┌ù-=rFºıÆ\1┼\x1F ß "
b"\x01 É┌ù-Þq\x0E Ü┴}┬Ö\r ¬) "
b"\x01 É┌ù/up\x03 ¼`\x01 û\x10 ¦$¡ "
b"\x01 É┌ù04q©╗oèS\v ┼Wj "
b"\x01 É┌ù1\x1C pìë]~úX}n\v "
b"\x01 É┌ù1╚sðÉÁáWª$ÉÅ "
b"\x01 É┌ù2vr?øq¨╗\t ¿Nµ "
b"\x01 É┌ù3\x18 q}╣Ai▓\r ²Òº "
b"\x01 É┌ù3ÎrOì\x17 ŧ9ý\x0E\x08 "
b"\x01 É┌ù4Ãq*ï7,¡┤põ\ "
b"\x01 É┌ù5ìr│«¿└³Ûtû¤ "
b"\x01 É┌ù6Ms×║°'MÒ<mm "
b"\x01 É┌ù7\x05 pUÜn\x11 ┘Æ=Ô┌ "
b"\x01 É┌ù7p_àÄ\x1E `¿vzC "
b"\x01 É┌ù8└p▀áë]»Ë╚$1 "
b"\x01 É┌ù9|sÃáã8²Z■T "
b"\x01 É┌ù:WpN©\x0F\x07 ìguþ\x08 "
b"\x01 É┌ù;\x11 s░Äåo;Õ╠\x1C # "
b"\x01 É┌ù<$p\í\x7F\x11 ╝ü═‗^ "
b"\x01 É┌ù<°rNóOwò░╩üo "
b"\x01 É┌ù=╝r å\x7F\x02 ¼\x1C ù©▀ "
b"\x01 É┌ù>Éq-îþcs╔Å1é "
b"\x01 É┌ù?fsÍîÑKÀhqìÎ "
b"\x01 É┌ù@9q░¢¬>ð«╬°\x1D "
b"\x01 É┌ùA\x1F r¯Ök\x06 INc(½ "
b"\x01 É┌ùAÒp\x12 Ä#Ö╠¤ì#´ "
b"\x01 É┌ùB▒qÍ¡.ı<l╬Îú "
b"\x01 É┌ùCpq┐ú╣q7n▀\x14 "
b"\x01 É┌ùD?rþ¥=@ÖÅ╗\x03 \r "
b"\x01 É┌ùE┬r.¡çÁë½O») "
b"\x01 É┌ùFvs\x16 ¼¢╝ôô┴¾Q "
b"\x01 É┌ùG8rL»]\x01 â╔■éü "
b"\x01 É┌ùGõp"á9ã═\x0F è\x05 9 "
b"\x01 É┌ùHƒr╔èZÕëìmR} "
b"\x01 É┌ùIdsÔ¢¯Æ²Bz╣Ê "
b"\x01 É┌ùJ3rö╣¶╠/?\t ]╔ "
b"""
\x01 É┌ùJXq\n
éL$À/Z\x1F §
"""
b"\x01 É┌ùJypVüí°\x05\x10 =r; "
b"\x01 É┌ùK9s@╗©í|ı½é_ "
b"\x01 É┌ùK§q¡ûËH8ؼÎU "
b"\x01 É┌ùL\x1A rJóbèÑø\x13 AÍ "
b"\x01 É┌ùL9s'Çë╝¦╣ A\x15 "
b"\x01 É┌ùLPp+×\x00 Üı\x18 ▀ãF "
b"\x01 É┌ùLgs\x13 À¦─\x10\x03 B¼« "
b"\x01 É┌ùL~q®Âõ\x7F ¡\x00 í4æ "
b"\x01 É┌ùM_p1é®ÖVçD┼¦ "
b"\x01 É┌ùMäqOÜÑå¹ðdVÑ "
b"\x01 É┌ùNMs@û¹+cXòNÀ "
b"\x01 É┌ùNrrEÖ\x1F ð!÷nº\x04 "
b"\x01 É┌ùNôqÇ«µ\x15 ¦▓┌áÇ "
b"\x01 É┌ùN¬s╦ä\x12 ║¹c\v m╦ "
b"\x01 É┌ùPƒs®ñØ┘┤ØÚDé "
b"\x01 É┌ùQ~q\x02 ╗Ø\v ø¨Ìê\x13 "
b"\x01 É┌ùREqù║Ihh{îЧ "
b"\x01 É┌ùSéqqº¼î\x06 Ì[p0 "
b"\x01 É┌ùTÒr0ô\x14 Ñ©¬Á\x08 q "
b"\x01 É┌ùV-pƒÖ_ªAã‗NÑ "
b"\x01 É┌ùV▄pC║ûÓ\x1A ¨gl~ "
b"\x01 É┌ùWªsT¥m!³Ä┼\r ┘ "
b"\x01 É┌ùX¸q,Æ,▒\x0E óú\x1E Í "
b"\x01 É┌ùY×r¡ì´╦v‗ÅøÅ "
b"\x01 É┌ùZKr¨ñó/âV°µı "
b"\x01 É┌ù[lr*á\x11 t2à)"╬ "
b"\x01 É┌ù\%pÍÅÊÿ¢ Ç/G "
b"\x01 É┌ù\·q¢▒Äx\x10 ¡xjE "
b"\x01 É┌ù]┬qöÿ─ÎÓc,qQ "
b"\x01 É┌ù^{r╔ÁÄ]4I┤¢· "
b"\x01 É┌ù_:sËà╗\x01 ®iBf- "
b"\x01 É┌ù`┤q\t ×ô³Í9]â "
b"\x01 É┌ùaer\x1C Å'ut╔a]─ "
b"\x01 É┌ùb%qµ£Ô*?╝§Þa "
b"\x01 É┌ùbµs4è\r ÉÇö¤º\x11 "
b"\x01 É┌ùc¥s í¦'¾ë²╔ "
b"\x01 É┌ùdÉp\x03 ░²§øè°ö/ "
b"\x01 É┌ùe=sÝ▓ïß^3ótı "
b"\x01 É┌ùe³p©ºk¾TW■S╩ "
b"\x01 É┌ùf╔rZù#Ø:┴╝è9 "
b"\x01 É┌ùh(sy£!¾█▄\v [ "
b"\x01 É┌ùhırWäO2Á┬F£k "
b"\x01 É┌ùiÅq\x02 ┤êB&¡ƒRA "
b"""
\x01 É┌ùjRq:ä\x16\x13 %ø\n
Æ=
"""
b"""
\x01 É┌ùj²pØ®ëw\n
(└░À
"""
b"\x01 É┌ùk¼q]¥#ÛÃÝ&ë3 "
b"\x01 É┌ùlxsÅäÜ»[ÜËã\e "
b"\x01 É┌ùm2peÇ\x19 Ãí«Â\x17 Q "
b"\x01 É┌ùm÷q\x16 üCQ³░═aá "
b"\x01 É┌ùp\x03 s&å7ÂüJ┌º\x03 "
b"\x01 É┌ùp└s#│▓M┬‗ð@× "
b"\x01 É┌ùqhr┤¥_Ü\x7F ËúãQ "
b"\x01 É┌ùr\x15 pÒæ▒©»¼aqÀ "
b"\x01 É┌ùrÍr'░mÓp÷omJ "
b"\x01 É┌ùsÆqFçOÓ╩ªÌ¾L "
b"\x01 É┌ùtVq│ïÚÂi\x00 0r\ "
b"\x01 É┌ùu\x04 s§ö\x18 ø&H r¼ "
b"\x01 É┌ùu░r╠ùeî4¦¯è~ "
b"\x01 É┌ùv_s▀╝▓╠h6«½F "
b"\x01 É┌ùw\x1F rNɼά*ô¼ "
b"\x01 É┌ùwDr5▓àýQ\x14 é²Å "
b"\x01 É┌ùÅ;sÑ▒¡AI‗┌À% "
b"\x01 É┌ùÅgs‗é\x1C ÿ¼\x02\x02 WÆ "
b"\x01 É┌ùÅïrıëªq╣ÿ\x18 Ú "
b"\x01 É┌ùÉfrUâ9DÆ2ı º "
b"\x01 É┌ùÉôrñø▀╠ƒîu¼² "
b"\x01 É┌ùæTsðÁ\x07 ¬uúÆÆè "
b"\x01 É┌ùÆ\x14 sØó▀▓R.J%^ "
b"\x01 É┌ùÆ‗pÈè▓K\x18\x04 3( "
b"\x01 É┌ùôËq\x0F í(r\x1C Þi╬\e "
b"\x01 É┌ùöÈr+©Ùü\x1D þóä\e "
b"\x01 É┌ùòƒqGƒ\f q7Å ná "
b"\x01 É┌ù£Er¥ñ\x0F Ø\x1F ·\x10\x06 ═ "
b"\x01 É┌ùØ\x12 s■┐õáà\r 6"\x12 "
b"\x01 É┌ùØÝp¿Ábê¶\x1D G█ú "
b"\x01 É┌ù×Âpnô|q\x08\x18 ±\x1E\x10 "
b"\x01 É┌ùƒÝsþøA ú┼á┌g "
b"\x01 É┌ùá¢r\x00 Â×°ãÍö?] "
b"\x01 É┌ùíòr\x19 Ä└¤Wª²·ù "
b"\x01 É┌ùóZpU¬X\x04 úzQ╣¾ "
b"\x01 É┌ùúTqp╗ Ò\x05 r\x0F ¹~ "
b"\x01 É┌ùñ\x12 s©ûk6ªfss¬ "
b"\x01 É┌ùñÎq%©§6Hç)\x12 ▓ "
b"\x01 É┌ùª\x05 rÚâ'4ùà±xÁ "
b"\x01 É┌ùª¡pì¼û¡º·S³f "
b"\x01 É┌ùªÈp╩Ö\x18 Dx@`´ı "
b"\x01 É┌ùª°s~é\x16 >■t¢▄h "
b"\x01 É┌ùº\x16 q╠ÆU[W¶K¢\t "
b"\x01 É┌ùº°sUçÁ¤½Ë]S< "
b"\x01 É┌ù¿¼r├ñDè▒fªû¨ "
b"\x01 É┌ù®ts^û&ê%ʪÙ[ "
b"\x01 É┌ù¬_s8â\U>U¹Ê· "
b"\x01 É┌ù½VsSÆudx\Qµ/ "
b"\x01 É┌ù¼\x16 s\r Ç┼7│&\x7F 9‗ "
b"\x01 É┌ù¼ısë׃ÿ(Z²]ª "
b"\x01 É┌ù¡¿p{ñ&póx\x06\x10 ô "
b"\x01 É┌ù«ÅpÅÆJU\x17 ôÀ\r Q "
b"\x01 É┌ù░5q\r æÚhÁo╩o¬ "
b"\x01 É┌ù░Zr°Á\t öC%\x04 %@ "
b"\x01 É┌ù▒$s©Å\x0E ‗:ç─┘z "
b"\x01 É┌ù▓Ts4©■Î▄=┌¢█ "
b"\x01 É┌ù│\t pnà\x18 §┴┘Ø═ "
b"\x01 É┌ù│.qðا^┴¯/\À "
b"\x01 É┌ù│NpE│,ð¹`Ì╬Ø "
b"\x01 É┌ù│jq ▓èzC\x18 ░\r â "
b"\x01 É┌ù┤8séĽ,ý¯ú<U "
b"\x01 É┌ù┤]ròò╬g\x13\x1D v┴╝ "
b"\x01 É┌ù┤~p\x12 ëÜ┌Á$vk "
b"\x01 É┌ùÁ;r¨ÑÚâè┌IK\f "
b"\x01 É┌ùÁar>äQ¨\x07\x13 ÿÂ~ "
b"\x01 É┌ùÁ\x7F r%òÝ/\x07 KývÄ "
b"""
\x01 É┌ùÂTp^ÿªÇÞ\n
░▓¶
"""
b"\x01 É┌ùÂys°ú▀àñ\x14 .\x04 "
b"\x01 É┌ùÀ8sª┤N§\x16 µ¬w "
b"\x01 É┌ùÀÔsºôÊ#ê+ƒ├A "
b"\x01 É┌ù╣\x18 r\x06 ä`ÁZ┴▀Ö³ "
b"\x01 É┌ù║nqrÜMM>oA¯ó "
b"\x01 É┌ù║ùq╠æ]ÑL█ñeY "
b"\x01 É┌ù╗ßpÂ┐}sk╩A§\x00 "
b"\x01 É┌ù╝\x06 r\x07 à5\x12\x02 ‗ÿF "
b"\x01 É┌ù╝ËsHè¹\x18\x05\e ╦m¨ "
b"\x01 É┌ù¢ÑrÓ╗(┤R¿[¸\x08 "
b"\x01 É┌ù┐ër╣½Qoì2\f 6\r "
b"""
\x01 É┌ù└gr\n
ƒ\x07 Ã+X«Jj
"""
b"\x01 É┌ù┴<q┴£2ýhNÛ\t Ð "
b"\x01 É┌ù┬\x01 r│ä╠²E*°╦\x18 "
b"\x01 É┌ù┬Ãsµæa>@Ì-ú╦ "
b"\x01 É┌ù┬‗psòƒÊrÞ╣█s "
b"\x01 É┌ù├\x19 p÷ƒ:¸D‗e ¦ "
b"\x01 É┌ù├:rÖù\x03 ¹õ¸êQª "
b"\x01 É┌ù─\x02 q┤©H±üq¥Hä "
b"""
\x01 É┌ù─.rá½^\x1F V╗ï\n
¢
"""
b"\x01 É┌ù─Ms╠ì\x12 £ç̼┤þ "
b"\x01 É┌ù─jp~ñ┘þ\x07 %I{² "
b"\x01 É┌ù┼;r)▒wNnØ\x14 ,a "
b"\x01 É┌ùãÄpòë.;Ö\x08 æ'N "
b"\x01 É┌ùÃMsåùµ\x00 ´┌÷aÐ "
b"\x01 É┌ùÃrqôøÈ¶^┤úÇ\ "
b"\x01 É┌ù╚=q┐è¢ôó\x18 ev▄ "
b"\x01 É┌ù╔Ésç┐¥âµù\x14 ³█ "
b"\x01 É┌ù╩Ùp┴ÄÀ)±ç├\v 3 "
b"\x01 É┌ù╠>rE╣ÌÀMßïòN "
b"\x01 É┌ù═øp┴Áö╠¯\x04 #‗N "
b"\x01 É┌ù╬Är║ò·¼¨ýö┐Ï "
b"\x01 É┌ù¤hr¡©Î-¿F¿ƒµ "
b"\x01 É┌ùðYr]ÇZ┘\x07 ¿F▄╚ "
b"\x01 É┌ùЮpx▒èG┘smäµ "
b"\x01 É┌ùÊmp\x1E ©ÏDÅ\v ë+° "
b"\x01 É┌ùË)s×ÂU¾§ûG|X "
b"\x01 É┌ùÈxq]è"\r Nb,Eq "
b"\x01 É┌ùı:pAÅ4yïS²┴Ñ "
b"""
\x01 É┌ùÍ\x0E r\x1A êìdª}\n
´¥
"""
b"\x01 É┌ùÏ`r\x19 ¬KñÛ┐mzä "
b"\x01 É┌ù┘\x15 q┘│─½¿ÇL?\x13 "
b"\x01 É┌ù┌1qâÁò\x19 ¯ı░\x13 º "
b"\x01 É┌ù┌¯qÌë▀[\x00 -Þ\x17 "
b"\x01 É┌ù█Ðr┤ç4ÜkÄ■ñ° "
b"\x01 É┌ù▄ôq×é/Ö'¶{║S "
b"\x01 É┌ù¦Hq\v ¼\x11 (ê\x12 K╔ä "
b"\x01 É┌ù¦nsj┐\x1E ULÖ'\x17 n "
b"\x01 É┌ù¦ìsD▒{É-┤±\Y "
b"\x01 É┌ù÷┬q7ƒ÷°▒böHÏ "
b"\x01 É┌ù÷Þq┐▒{rD\x0E 8|9 "
b"""
\x01 É┌ù¸\n
p\ÄYAñpu¿l
"""
b"\x01 É┌ù¸'qéö╣ðãQ1YF "
b"\x01 É┌ù¸ýs·×¨@þçèJ· "
b"\x01 É┌ù°\x11 qÅöûKr6¤îÎ "
b"\x01 É┌ù°2r[╝È ╣╩`ûp "
b"\x01 É┌ù°Or-é\x01 [▓©-¬ı "
b"\x01 É┌ù°lr«¢×ú´\x03 Dã" "
b"\x01 É┌ù¨5p│ç\x12 Á┌ÈîÌz "
b"\x01 É┌ù¨ÛpeÆ┌¡\x04 U_ËC "
b"\x01 É┌ù·\x14 rt¿Ö\x12 m\x14\x0E :╣ "
b"\x01 É┌ù·Ðshع│ 7╚%& "
b"\x01 É┌ù·¸s\x7F ¡`ü"\x02 uKM "
b"\x01 É┌ù¹\x16 s\x19 ¡>ã=M^\x16 "
b"\x01 É┌ù¹7qW½s#mT<"È "
b"\x01 É┌ù¹µq;ÑóÙyí\x07 å[ "
b"\x01 É┌ù³▒r\x18 ù©ï¤\x04 êÝu "
b"\x01 É┌ù²rp▄┐5╠"àºìN "
b"\x01 É┌ù²ùse«Â¦º4õÔ½ "
b"\x01 É┌ù²Âp}ª0SVë½L\f "
b"\x01 É┌ù²Îq\x10 Ä▒M└rXD\t "
b"\x01 É┌ù²´sf½▓ »^ð&B "
b"\x01 É┌ù■\x06 rıóýÿ*"╣\v _ "
b"\x01 É┌ù■!piêo┐\x01 óåZu "
b"""
\x01 É┌ù■9ppæ\n
)ZHS§Ý
"""
b"\x01 É┌ù■Tr┴òÑp¬®ù§ù "
b"\x01 É┌ù■kqC▓^ôUÊ║²: "
b"""
\x01 É┌ù■år\n
½\x18 ■F¹1´_
"""
b"\x01 É┌ù■ØpíèÔåÆ▀ïèU "
b"\x01 É┌ù■©rJóÀÁý·×Ê4 "
b"\x01 É┌ù \x7F p\x15 æ═§ pbÁA "
b"\x01 É┌ÿ\x00 Èr-£ýY\x16 ░t\x04\x07 "
b"\x01 É┌ÿ\x00 ·p¨½+/▒m@i═ "
b"\x01 É┌ÿ\x01\x1D sIƒx\x1D\x1E\x16\x06 y[ "
b"\x01 É┌ÿ\x01 :r\x1E Â,x╦£t¦à "
b"\x01 É┌ÿ\x01 SsÈ¡·Cß«X·å "
b"\x01 É┌ÿ\x01 jrÁ½\x10 S\x10 »┐\x10 "
b"\x01 É┌ÿ\x02 2p\x12 ░dÂ▒Í\x06 av "
b"\x01 É┌ÿ\x04\x16 p³ù1lP▄ñƒÍ "
b"\x01 É┌ÿ\x04 ÌrÂØÍTÌu®\x00 j "
b"\x01 É┌ÿ\x05 ÞpyüQ\x12 ,F´,\x14 "
b"\x01 É┌ÿ\x07\x02 pÐÇ┬Àõ²▓îX "
b"\x01 É┌ÿ\x07 Ëp]üeÃßE³î¹ "
b"\x01 É┌ÿ\x08 ør!ÉU\x1D ¹Ïà\x15 ─ "
b"""
\x01 É┌ÿ\x10 ╠peñ_?\x11 \n
Ľq
"""
b"\x01 É┌ÿ\x14 %r@çfÆ┘Üû¢┬ "
b"\x01 É┌ÿ\x14 ßqÊî┬í▄Âc½ü "
b"\x01 É┌ÿ\x15 ¡q\t óÏÞ)<\x13 rl "
b"\x01 É┌ÿ\x16 \p|¢¶]kÌı}Õ "
b"\x01 É┌ÿ\x17 %rgî├×ıù\x07 *X "
b"\x01 É┌ÿ\x1A ør\x03 æQ\x07 mÑ┼µ¡ "
b"\x01 É┌ÿ\e ▀sÖó4┌╗\x06 ߤ╚ "
b"\x01 É┌ÿ\x1C\t q<øy^Ô\t │\r \x06 "
b"\x01 É┌ÿ\x1C *pî¿5.ëâÏ├4 "
b"\x01 É┌ÿ\x1C IqXÖù‗j0¬3T "
b"\x01 É┌ÿ\x1C `qc«$ó×/ç╦\v "
b"\x01 É┌ÿ\x1C yqÌ│¥\x14 Å×\x14\x1A ┬ "
b"\x01 É┌ÿ\x1C ÉsÖÁOæ╬a¨{R "
b"\x01 É┌ÿ\x1C ¬róº╬Õå\x05 qÿ[ "
b"\x01 É┌ÿ\x1C ┬p^É┐3\v b\x07 êp "
b"\x01 É┌ÿ\x1D {qãƒbÿxèOþÙ "
b"\x01 É┌ÿ\x1E 1q└éó╬▀H\x03 Ï "
b"\x01 É┌ÿ\x1E ±s\x1E ü┐îHöÇõ§ "
b"\x01 É┌ÿ Cr 嵤øï\x01 2▒ "
b"\x01 É┌ÿ!\x0E p┬¬<rå\x02 ■ö8 "
b"\x01 É┌ÿ!7r┼Äg\x1A æée$. "
b"\x01 É┌ÿ"×sd¿g▄ñ┬þ└á "
b"\x01 É┌ÿ"Ãs"¬\x0E ¤Nz[eÓ "
b"\x01 É┌ÿ#îq0░ƒ\x11 öÅ\x16 2 "
b"\x01 É┌ÿ#ªqqæ¹9\x08 ùç╩N "
b"\x01 É┌ÿ#¢r/ì\t öøÄoÈ| "
b"\x01 É┌ÿ#ıq╦ô\x13 óRPòú┌ "
b"\x01 É┌ÿ#ýsw¥Ö─\!\x0E DO "
b"\x01 É┌ÿ%ÖqiÅ\x16\f þ³Ïb- "
b"\x01 É┌ÿ%┴räæ▀╠Á║ƒ╩┐ "
b"\x01 É┌ÿ%õqäï░¼\x11\x03 Ï\x13 , "
b"\x01 É┌ÿ&\x00 pß┐@\x1D 3:NlX "
b"\x01 É┌ÿ&\x17 p·╣¡|*O╔R "
b"\x01 É┌ÿ&2pÓ┐¨ƒ▓╬ ÿ¬ "
b"\x01 É┌ÿ&Ipð«ü¼TÂX±\x13 "
b"\x01 É┌ÿ&crAÁD\x13 ╚\x1D ▓\x7F , "
b"\x01 É┌ÿ&{sõ╝\x15 Òú\x06\x10 å╣ "
b"\x01 É┌ÿ'qqrѰP¼╔hxÜ "
b"\x01 É┌ÿ'øp┤©2\x1E 0▒£SÜ "
b"\x01 É┌ÿ'║p0½\x01 BƒÃ¦ª! "
b"\x01 É┌ÿ'Ðp)ÄRÆFIê▄\x0E "
b"\x01 É┌ÿ'þq\x05 ┐ ßpJ{wÎ "
b"\x01 É┌ÿ-Bs┼øXúZ½\x12 xî "
b"\x01 É┌ÿ3ƒr!û└\x19\x18 ýLÉs "
b"""
\x01 É┌ÿ4{s\n
¡Î\x19 |‗j\x03 È
"""
b"\x01 É┌ÿN'rãï\x18 Ô‗§\x05 N\x07 "
b"\x01 É┌ÿN¯r©┐¾Úɹn│. "
b"\x01 É┌ÿO═pDö\x0E pe\x17 o\x10 U "
b"\x01 É┌ÿPäsÉ«ÅgÔ░hùó "
b"\x01 É┌ÿQUr6¡x╝i¦âÅ░ "
b"\x01 É┌ÿR\x14 pW║N»)\x0F Æi` "
b"\x01 É┌ÿRÈpV«║¯m╩W«┌ "
b"\x01 É┌ÿS|s\x17 êÚ«ÊÙ▓#[ "
b"\x01 É┌ÿT-q┼¢rÒ5H ┬ "
b"\x01 É┌ÿTRr`▓4╠¢ÑÙ┘ø "
b"\x01 É┌ÿTrqÒ©ñþ¸\x01 ¬┬Ý "
b"\x01 É┌ÿTÅr\x1F ª`}wù^ÖÓ "
b"\x01 É┌ÿTºrÙÉ~MÊØ#¯â "
b"\x01 É┌ÿT┐qX¿Y2i‗üÑÿ "
b"\x01 É┌ÿTÍp\x02 ÅÝß&ÄW³■ "
b"\x01 É┌ÿUƒq\x15 Ñ\x04\x18 ._);\x0E "
b"\x01 É┌ÿU┼söÆ~¤X├m·Õ "
b"\x01 É┌ÿUÕpÐ╝èÍ\x12 ¯ÐML "
b"\x01 É┌ÿVørÝëÍ.░yFmP "
b"\x01 É┌ÿV┬p▄á┤_°6v▀¹ "
b"\x01 É┌ÿVÔreÿ!ÌzÅVÄT "
b"\x01 É┌ÿWùs(éÁ┤|╣Ýõ= "
b"\x01 É┌ÿX6s¦▓'cÑ@åj═ "
b"\x01 É┌ÿXÚpNùú½\x1C ▀¸ÉÞ "
b"\x01 É┌ÿY×r║À¥╣1═█\x02 ┐ "
b"\x01 É┌ÿYãsmôWB─┴\x1D Â\x17 "
b"\x01 É┌ÿYÚri┤Ç<\x7F ÿ:¡á "
b"\x01 É┌ÿZ»sÄôZ½ð·LB "
b"\x01 É┌ÿ[lq\x1D óƒY´┴ÙT╦ "
b"\x01 É┌ÿ[ÆrTür¤v┴\x01\x01 ß "
b"\x01 É┌ÿ[│pyéúOòo‗us "
b"\x01 É┌ÿ[¤p\x18 ïºi ¡╠\x11 Á "
b"\x01 É┌ÿ[µr¥║WÓÅ\x14 ÜÍ\x1E "
b"\x01 É┌ÿ\ûqUå\v ¹û¬Xãà "
b"\x01 É┌ÿ\╗s╗¥½\x0F ÞóºÅs "
b"\x01 É┌ÿ]vs▀ëgI╝ȳÒË "
b"\x01 É┌ÿ]ør"¿ø¬ø·Èq, "
b"\x01 É┌ÿ]╗q┴áìȯF\x01 ¾ "
b"\x01 É┌ÿ]Íp{¡AíeK±RÁ "
b"\x01 É┌ÿ]¯pmæ\x07 µ\r wÔ8\r "
b"\x01 É┌ÿ^\x05 qîÉ┘¬ñ═±æp "
b"\x01 É┌ÿ_\x1E s`áë_dàçùı "
b"\x01 É┌ÿ_▄q9æ©Z #Á° "
b"\x01 É┌ÿcor\x10 ┤d┤j╬ÿfl "
b"\x01 É┌ÿd6s¹ü<·║\f Þ─¶ "
b"\x01 É┌ÿd_s▒ügµ~░ÀSá "
b"""
\x01 É┌ÿdär¼ñ┴ï\x05 \n
\v i\x0F
"""
b"\x01 É┌ÿdÑq╠Çm\x03\x19 G¦\x16 ï "
b"\x01 É┌ÿd┼qoç\x01 YÄd\x00 ÙÌ "
b"\x01 É┌ÿd▄rðÿ\x0E ~.ÄÅ╝ "
b"\x01 É┌ÿeªs\v Áº┘╝W£êı "
b"""
\x01 É┌ÿf{rü╝¸\n
,V¨h═
"""
b"\x01 É┌ÿgYq¥éPaÊ\x12 êç\x0F "
b"\x01 É┌ÿh?rØö┬)Á(¼╚A "
b"\x01 É┌ÿi\x08 r\x15 ó¢¬:Dµ─¿ "
b"""
\x01 É┌ÿi┼r\n
ø\x07 ╚\x03 ╔H┌g
"""
b"\x01 É┌ÿiÝqfásÜò \x04 6ä "
b"\x01 É┌ÿj\r p\x1E à5┌Á<é¾q "
b"\x01 É┌ÿj%rFò\e ×v§▀ô\x13 "
b"\x01 É┌ÿj=q¸╣±]f╣â█\f "
b"\x01 É┌ÿjTpÕóÅ0┐\x05 µÂ> "
b"\x01 É┌ÿjmsê©_\x11 ╣mòV\x15 "
b"\x01 É┌ÿjäs▓ïÔ×\t e░Cƒ "
b"\x01 É┌ÿkVq\x19 ó@½@4T¾\x1F "
b"\x01 É┌ÿk{s<ƒÊ\x14 ,¸^y░ "
b"\x01 É┌ÿl=r.®%bOs\x03\x05 ö "
b"\x01 É┌ÿlaq¸»\x0E +9PÑ\v\x03 "
b"\x01 É┌ÿm]s`│■9\x1A =§ËW "
b"\x01 É┌ÿmåp╝ªôD6╣V·á "
b"\x01 É┌ÿn5s(éhg█\x02 ¨Ú▒ "
b"\x01 É┌ÿn^qs×&dQ*p\x1C\x05 "
b"\x01 É┌ÿo\x07 q└ƒ@mò\x1D .└6 "
b"\x01 É┌ÿo,sïºsÿG `£µ "
b"\x01 É┌ÿoLsBî·UÖ}ø§─ "
b"\x01 É┌ÿogp┘¡írıÞçLÚ "
b"\x01 É┌ÿo~r‗░SªZƒ7òî "
b"\x01 É┌ÿoûrÎ│·Íz=ƒ5ã "
b"\x01 É┌ÿo«sïØ$░Ï\x19 ¢c\x19 "
b"\x01 É┌ÿo┼pãå©└█íå\x02 F "
b"\x01 É┌ÿo¦q°ª¬ê8æqƒ┬ "
b"\x01 É┌ÿo§q\x12 Â{ê/á2\x1E ╚ "
b"\x01 É┌ÿpörþÇÝÚû█╚I "
b"\x01 É┌ÿp¼rê»ZÑ\x1C [*8┌ "
b"\x01 É┌ÿp─r奶6±4\x1D Tr "
b"\x01 É┌ÿp█p\x15 ÜÏ┼/\x18 b\x7F "
b"\x01 É┌ÿp¾p¸Æ\x12 ¼k\x01 ýié "
b"""
\x01 É┌ÿq\n
pX╣%ÿ$F░6%
"""
b"\x01 É┌ÿq«p)áC\x1C °³°9╔ "
b"\x01 É┌ÿqãsÒ▓?(r5░\x11 ã "
b"\x01 É┌ÿqÌpXò═ÏH╦\x7F ═¢ "
b"\x01 É┌ÿrçpíü\x1F\x17 íB¸Ûà "
b"\x01 É┌ÿrƒqâ¼▀½îÇR▓* "
b"\x01 É┌ÿrÀqºâSFLfqQ¥ "
b"\x01 É┌ÿsssÔû\x17 ûh`âà\x1C "
b"\x01 É┌ÿsïsF┤Ï\x10 ì(Uü¦ "
b"\x01 É┌ÿsús\x02 ©Æ~Ñ5Ä÷ö "
b"\x01 É┌ÿs║s│áâ^`:ú_d "
b"\x01 É┌ÿt│s┐úTAAÝ1©· "
b"\x01 É┌ÿuerté▒▓\x05 ╩┘\t ╝ "
b"\x01 É┌ÿv\x18 sÖèÅ¿mÌ\x10 vÈ "
b"\x01 É┌ÿÅ,s3à|█ã`\x02 2¦ "
b"\x01 É┌ÿÅÙsqû╚?'\x16 v│í "
b"\x01 É┌ÿÉ»swïZ»ØL░Vñ "
b"\x01 É┌ÿæér9ó\x11 £‗└=ÑÏ "
b"\x01 É┌ÿÆ├q}ÀÉÝê¯:w╚ "
b"\x01 É┌ÿô±q;É^VJ·'Lô "
b"\x01 É┌ÿöÓpÜ¢èÜJ"║þ║ "
b"\x01 É┌ÿò\x06 pCúÝ>y╚,æ\f "
b"\x01 É┌ÿò&rÕ│╦Ä£\e ┘█U "
b"\x01 É┌ÿòFq\x03 ×▀Ù\x03 $T╗╦ "
b"\x01 É┌ÿò^p#ÜÞ\x01 é96┤ð "
b"\x01 É┌ÿû^rtø¨▓΢<ðl "
b"""
\x01 É┌ÿù\n
rlÀ·╝gYÍ¥z
"""
b"\x01 É┌ÿùÕq┴û■Ðý/Õdh "
b"\x01 É┌ÿÿ▓r╝ô\x1F %ͨû\f ² "
b"\x01 É┌ÿÖvpfæ!d┤\x18 åv³ "
b"\x01 É┌ÿÜ=sûîÀk'1y'S "
b"\x01 É┌ÿø\x07 s\x05 ┐º±A_m³k "
b"\x01 É┌ÿø┼ry¿¸úd\x08\x0E 5│ "
b"\x01 É┌ÿ£äp┐ì>Á\x0E ▀F╣ê "
b"""
\x01 É┌ÿØ®q\n
è0*ö÷\x06 N×
"""
b"\x01 É┌ÿ×WrÙî³3Ñ┴╬H9 "
b"\x01 É┌ÿƒ\x03 p£ƒ¦òÖI┘i¶ "
b"\x01 É┌ÿƒÃq┼ö\x1A sBò=þi "
b"\x01 É┌ÿáxq\x02 Éí-½íà¹V "
b"\x01 É┌ÿí's├Ä■W\r Á'Q2 "
b"\x01 É┌ÿó\x06 s×Á(ÅH\x0F øùÝ "
b"\x01 É┌ÿó╚qQ½\x1E \x19 ├)Ï: "
b"\x01 É┌ÿúÇs\x18 ¼\x00 á×J═= "
b"\x01 É┌ÿñ-q░ÖÀk╝a═æê "
b"\x01 É┌ÿñ[p)è~\x16 ▀\x08 ?õ¯ "
b"\x01 É┌ÿñ}q\x08 ñ(╗ßä;"' "
b"\x01 É┌ÿñúsTÑ\e ÌÍ▄îÅ+ "
b"\x01 É┌ÿñ║r;ÿ9à¡-#w\x17 "
b"\x01 É┌ÿñır:×\x00 ┘Dtµ┘\r "
b"\x01 É┌ÿñ¯s\x7F öë0c\x17 Ø¡Y "
b"\x01 É┌ÿÑ\x05 sjú¯·oX'ÈÓ "
b"\x01 É┌ÿÑ r\x1C òõÛë,gÔZ "
b"\x01 É┌ÿÑ8snîVXh3FQV "
b"\x01 É┌ÿÑPq\x1A É\x17 5\x17 È#═┘ "
b"\x01 É┌ÿÑjq׫\x7F Cç¾¾Y\x0E "
b"\x01 É┌ÿÑârÍÜ┬▄g╦"ñ\x18 "
b"\x01 É┌ÿÑÜrôúFI╚öÝdâ "
b"\x01 É┌ÿÑÁq▄Ä"È"â\x7F\x01 y "
b"\x01 É┌ÿªxsOí\x11 «_³ÊAñ "
b"\x01 É┌ÿºMqx«1¡%\x11 PôL "
b"\x01 É┌ÿº{r¯ÁPs¦4T \x1C "
b"\x01 É┌ÿº£pðéÉ<╗\x1F äÚ▓ "
b"\x01 É┌ÿº┴q:í\x18 ÷zÛôx\t "
b"\x01 É┌ÿº┘rÊ×h/°#\x0F pÍ "
b"\x01 É┌ÿº¶pïÅÂ\x02 ┼·è9½ "
b"\x01 É┌ÿ¿\f q▀Â╦\x1C ÏEÓçg "
b"\x01 É┌ÿ¿$qàñű|Y'Ø~ "
b"\x01 É┌ÿ¿?q®ì\x0F 8\x1A ▒ù\x1E õ "
b"\x01 É┌ÿ¿Wqk¼[<Ñ4É9¦ "
b"\x01 É┌ÿ¿os#Ày┬þ░-\x00\x15 "
b"\x01 É┌ÿ¿èp¼áP]Y▒\t È\x11 "
b"\x01 É┌ÿ¼║q2èiê\x1A ùNª: "
b"\x01 É┌ÿ¡®p úïwø²E\x19 Ù "
b"\x01 É┌ÿ¡Ís\x06 Å\x0F bâá═▀T "
b"\x01 É┌ÿ¡¨qúò¨Amr6¦\x13 "
b"\x01 É┌ÿ«\x1F p¬ïá[ëÞc▄± "
b"\x01 É┌ÿ«;p[éÌo[Ftgù "
b"\x01 É┌ÿ«Wr╠ƒyx,\x1A [Hh "
b"\x01 É┌ÿ«op\x11 Øês#àà$¢ "
b"\x01 É┌ÿ»fr²èÄÿ¸¬╝r├ "
b"\x01 É┌ÿ»ôsÖê─-\x1A x║f╦ "
b"\x01 É┌ÿ»╣pÚùMWW▀\x15 Þ┌ "
b"\x01 É┌ÿ»ßq+©\r áTIõ\x01\x14 "
b"\x01 É┌ÿ»°pÎæ8\x11 ëøî¨ê "
b"\x01 É┌ÿ░\x13 r2ï²þ\x0F îD\x19 { "
b"\x01 É┌ÿ░+s~æ,Ìev▄├╦ "
b"\x01 É┌ÿ░Cs\x05 º┬┤┐\x11 ╠Mº "
b"\x01 É┌ÿ░Zsòç\x11 ┌ÌFCÎK "
b"\x01 É┌ÿ░rq2╝¨ »Içó "
b"\x01 É┌ÿ▒1r º\v\x07 }\x19 ÉW "
b"\x01 É┌ÿ▒÷s\èªõÍQhåf "
b"""
\x01 É┌ÿ▓╣r ú\n
¯.\x12 ~OØ
"""
b"\x01 É┌ÿ▓▀q¾½\x14 )lï└÷▀ "
b"\x01 É┌ÿ│\x02 r╝ô\e ßóû\x17 Ф "
b"\x01 É┌ÿ│\x1F rÊ│\x7F izÓ.Õ\x1D "
b"\x01 É┌ÿ│7rô©┬ý:j>\x1A â "
b"\x01 É┌ÿ│Ns\x11 ç\x1A ¨Î°╣┬¥ "
b"\x01 É┌ÿ│fpå«\t Å\x11 ÆÚظ "
b"\x01 É┌ÿ│~q2╗¥ø[╦1█\x14 "
b"\x01 É┌ÿ│òpÑúÉ5¯▄┐\x1F\x11 "
b"\x01 É┌ÿ┤mp¤Á╩Ä\t ı═Ó "
b"\x01 É┌ÿ┤ôp\x1F │¬He├└§ª "
b"\x01 É┌ÿ┤▓s?Äi`GÛãL╣ "
b"\x01 É┌ÿ┤╬pè¢g-×1§\x02 ( "
b"\x01 É┌ÿ┤ÕrÖùù╚î>°¬´ "
b"\x01 É┌ÿ┤²r¶ï`ú\x1A Ò\x04 )\x1F "
b"""
\x01 É┌ÿÁ\x14 r\x16 û\n
Iôi\x17 =Ä
"""
b"\x01 É┌ÿÁ,r█áW\x00 ╩¨~;ß "
b"\x01 É┌ÿÁCrWèóø╚LE╠S "
b"\x01 É┌ÿÁ[pDÂ?░▒¨Ê\x18 ░ "
b"\x01 É┌ÿÂ\x1D r9Ü\x16 ╬BZ,\x1A Ð "
b"\x01 É┌ÿÂÌq1ë\f ╬YK\ s "
b"\x01 É┌ÿ╬┌s^½┼ý╬ëÿt\x10 "
b"\x01 É┌ÿ¤øp^»[X■h<Èa "
b"\x01 É┌ÿðKpâäk\f Ç│k\v\x1D "
b"\x01 É┌ÿðxqJòïYSÊ\x10 HI "
b"\x01 É┌ÿÐ)p£æi╗Ú}¯\x1C Q "
b"\x01 É┌ÿÐTpºëé\x14 ñ┼2╝G "
b"\x01 É┌ÿÐ\x7F q)ík EèƒM┌ "
b"\x01 É┌ÿÐØr‗éºkñE"\x1D ¦ "
b"\x01 É┌ÿÐ└s´│Wþ┌ÂÊm& "
b"\x01 É┌ÿÐÎq§┤Þrp¥!¬y "
b"\x01 É┌ÿÊïq;úi┌l\x16 Ù|g "
b"""
\x01 É┌ÿÊÁs©ÿ░X\n
ì¡▓
"""
b"\x01 É┌ÿÊÎpc╣é?¡;ÔÕð "
b"\x01 É┌ÿı+p┼ì}ͪÐD¯í "
b"""
\x01 É┌ÿÍ\x16 pq£ÎMÕÐ\n
Qo
"""
b"\x01 É┌ÿ█)sù╣│ûÝ-0╠Æ "
b"\x01 É┌ÿ█·sı¡Ã$‗\x10 ½¯¨ "
b"\x01 É┌ÿ▄$p┘øZÀE±Ð\x10 2 "
b"\x01 É┌ÿ▄Osp¡tìãÕú¸µ "
b"\x01 É┌ÿ▄mq\x1D ɬBTD=\x0F\x10 "
b"\x01 É┌ÿ▄ÉrÂäUU"\x01\x11 ä\x03 "
b"\x01 É┌ÿ▄¿sµñæòÅ"ìÙw "
b"\x01 É┌ÿ▄┐pW│jë\x01 ZH├´ "
b"\x01 É┌ÿ▄¦q^ÆQ%û˱s\x05 "
b"\x01 É┌ÿ▄¶s█╝Õ_ø╣e╚È "
b"\x01 É┌ÿ¦\f s}×b\x00 %\x7F Xµ\x1D "
b"\x01 É┌ÿ¦'q^Æ┐Ð╚v┬╝ú "
b"\x01 É┌ÿ¦As¯åõÀ¿OAÿm "
b"\x01 É┌ÿ¦Yr}û]ºCã52P "
b"\x01 É┌ÿ¦ts\x1A ©\x1E\x7F ý¤²Âi "
b"\x01 É┌ÿÌGpQÇÏ┘`¾ÿÿ¥ "
b"\x01 É┌ÿ▀\e rÛçk\x11 ô´Ù±r "
b"\x01 É┌ÿ▀Õp▄Æ┐X¨/\x01 ç{ "
b"\x01 É┌ÿÓ╚qiû¾ú4âùôh "
b"\x01 É┌ÿßÑs¦Æ\■ý60\x14 § "
b"\x01 É┌ÿÔmp\r ¡┌ãÙ▓A)= "
b"\x01 É┌ÿÒHqTàÅg6\v ┼|Ô "
b"\x01 É┌ÿõ\x17 sÛü'M÷iAG█ "
b"\x01 É┌ÿõÊs═¥[ßw╗Üs1 "
b"\x01 É┌ÿÕxré║°YOîñ┼Ä "
b"\x01 É┌ÿµ1s`áÜåX┴*!\x19 "
b"\x01 É┌ÿµ÷sèÇN0uè╝eö "
b"\x01 É┌ÿþ rÙ®┘\x15 g=\x1C\x1A\x1C "
b"\x01 É┌ÿþFqWÄ\x0F nõfQë¶ "
b"\x01 É┌ÿþ¶sÃç¸ô\x02 ƒ└5µ "
b"\x01 É┌ÿÞ\x1D p\x1D ºÅdÊLz.¥ "
b"\x01 É┌ÿÞÔrFƒ\x10 Ml´Ïpm "
b"""
\x01 É┌ÿÚ\n
p:çq-\n
█\x1F ½4
"""
b"\x01 É┌ÿÚ-r▀░\x11 O(Ì?\x1D C "
b"\x01 É┌ÿÛ\x1F s┬ªY▓\t Ì«╗¦ "
b"\x01 É┌ÿÙ▀qâǼ6┬▓┴Må "
b"\x01 É┌ÿý¡rÉï¦Õ侯(Ü "
b"\x01 É┌ÿÝppyêØYæ@nªK "
b"\x01 É┌ÿÝûpÞüñî÷Þ`a] "
b"\x01 É┌ÿÝÂqMÇDzø>÷¾| "
b"\x01 É┌ÿåqoƒÞ~YüÀE/ "
b"\x01 É┌ÿ±,pì▓H±.¦YçÕ "
b"\x01 É┌ÿ¶+q┐ÿ<Ä+Ý[êc "
b"\x01 É┌ÿ¶¾rX¿┬T\x18 íL¥û "
b"\x01 É┌ÿ§║s═ļ]<┘ÚT\x12 "
b"\x01 É┌ÿ÷åsNÖ s\x11 H┴Ðý "
b"\x01 É┌ÿ¸Tr\x07 ÁÖ²¨\x04 BL¢ "
b"\x01 É┌ÿ°=r¥ü▒>█\x1C ô\x7F à "
b"\x01 É┌ÿ°²sM©À;&{\v\x19 ■ "
b"\x01 É┌ÿ¨©r|»ª\x14 _║ÓãE "
b"\x01 É┌ÿ·¼s\x03 à\x19 L▀ók└┼ "
b"\x01 É┌ÿ¹{qìÉi╗Yı?æf "
b"\x01 É┌ÿ³:pBè\x06 M²à┘=▒ "
b"\x01 É┌ÿ³°r!ƒ~F\x03 nã?¥ "
b"\x01 É┌ÿ²¢p\x04 åw¢·╔¾©· "
b"\x01 É┌ÿ■ír=░\x0F ¿½\r ■\x14 ╦ "
b"\x01 É┌ÿ Mr\x04 «ÝBL╬öÊ6 "
b"\x01 É┌ÿ ¶qí¡\e ╩3þ\x07 Åë "
b"\x01 É┌Ö\x00 ÿp9ø÷»\x10 ÄZ4Õ "
b"\x01 É┌Ö\x00 ©p\x13 Ü\x19\x11 6I[\º "
b"\x01 É┌Ö\x01 ür½¼uÌ\x19 9¶C\v "
b"\x01 É┌Ö\x02 ;pı¥;9©┤$i+ "
b"\x01 É┌Ö\x03\x04 rÏ«uB¾¬\x16\x04 N "
b"\x01 É┌Ö\x03 ¢q╣ÅõRx\x06 ¾\x01 ¨ "
b"\x01 É┌Ö\x03 ÙpæÖ§»\x18 àÓ\x12 "
b"\x01 É┌Ö\x04 ¬q┴ëé╣ÊÎÜ Ú "
b"\x01 É┌Ö\x04 Ïq1ÖY~/vG╠R "
b"\x01 É┌Ö\x05 íq[ÀZ▄L\x1E oÞ] "
b"\x01 É┌Ö\x06 xpQ£Ç~¿¦3Tí "
b"\x01 É┌Ö\x06 ×r└ºº#é4\x07 j= "
b"\x01 É┌Ö\x07 Ns6ÖÚc\x1E │6\x15 ¤ "
b"\x01 É┌Ö\x07 ts\r îeoì»ßûâ "
b"\x01 É┌Ö\x07 Æpä»Ñ└\x10 ²ÅÆú "
b"\x01 É┌Ö\x08 Rr>×åVa/B\x1E ┘ "
b"\x01 É┌Ö\t\x0E sÍ┤?\e ê!áÒg "
b"\x01 É┌Ö\t %pHô▓ùÅ┬rúà "
b"\x01 É┌Ö\t ßqú▓o\x06 ¼fE\x18 > "
b"""
\x01 É┌Ö\n
\x05 rʃ\v ┬Ì╔ëD©
"""
b"\x01 É┌Ö"Õp\x1F ½\t kf¥oß‗ "
b"\x01 É┌Ö#ór├»É\x11\x7F ]TAn "
b"\x01 É┌Ö#╚p\x0F ô\x14 ├K6*Û╣ "
b"\x01 É┌Ö$ës[│hOUaÁ¯] "
b"""
\x01 É┌Ö%Rs╬¿*°\n
Ep\x16 b
"""
b"\x01 É┌Ö&\x15 q,ïê¥└├\x06 ®╚ "
b"\x01 É┌Ö&╦püùª╔fòkDƒ "
b"\x01 É┌Ö'êq¯ó8Fr╔;¹m "
b"\x01 É┌Ö(7qìæÌïFxÇú| "
b"\x01 É┌Ö(Þr:Ñ5ö╩│vþÛ "
b"""
\x01 É┌Ö)\x0F p6ƒJ\x04 I]\n
{·
"""
b"\x01 É┌Ö)█pÍ▒ìüÞÎëþ_ "
b"\x01 É┌Ö*âs¬Åvr2w¯ì\x12 "
b"\x01 É┌Ö+=rÍ¥z±ú\x17 █V¡ "
b"\x01 É┌Ö,\x0F sZƒ¸-Ä\x13\x06 ôÐ "
b"\x01 É┌Ö,6r¦╗>‗ÅÆ\x7F\x1A ─ "
b"\x01 É┌Ö,rÛût\x10 Øø│'% "
b"\x01 É┌Ö-\x17 p²░ÄÜk\v iBÀ "
b"\x01 É┌Ö-═s£Öx;Øü/\v ® "
b"\x01 É┌Ö-¶sµ▒ñ×├\x1D ║\f ¬ "
b"\x01 É┌Ö.ûr‗½þärÜ\x15\x1D └ "
b"\x01 É┌Ö/DpQ½Bùhö\x10 M> "
b"\x01 É┌Ö/]psâÙ¦¿¬1\x1D u "
b"\x01 É┌Ö0/q┐│╗i]gȶY "
b"\x01 É┌Ö0Ys\x17 å½¥▒#\x10\x14 ú "
b"\x01 É┌Ö1\f s┼║\x05\x1C N\x12 ¦╝4 "
b"\x01 É┌Ö1╗q\x18 ¢╦\x00 ░ƒËþ¼ "
b"\x01 É┌Ö2osµì▒╣â»yl─ "
b"\x01 É┌Ö2òqñ¼¿©A\<ßë "
b"\x01 É┌Ö5░qôä8Y╬╗\v S\x0F "
b"\x01 É┌Ö6cst׬i┼ÅíB\x1C "
b"\x01 É┌Ö7\x1A r▄Ö‗çJIGM\x00 "
b"\x01 É┌Ö7Õpë▒Áî\x18 védö "
b"\x01 É┌Ö8╗pÜÆwvùÎ%¼╠ "
b"\x01 É┌Ö9sqFá}~©;2Xt "
b"\x01 É┌Ö::s Ä\x1E ×▓M╗; "
b"\x01 É┌Ö:Ës║ØZ¥][│┬¼ "
b"\x01 É┌Ö;æpª£I\x1C ·2\x00 É{ "
b"\x01 É┌Ö<PqyêÆ19²-▓í "
b"\x01 É┌Ö=&rÊù\x14 P;G─-\x7F "
b"\x01 É┌Ö=▄rj▒æ·¾7G\ì "
b"\x01 É┌Ö>ñs¢½X\x10 l~"ë\x12 "
b"\x01 É┌Ö>╦p╝░NN\t θ]B "
b"\x01 É┌Ö>Ûq¹ÉÕ\x15 /ă9╗ "
b"\x01 É┌Ö?¼q©╝·>§ë7╣ß "
b"\x01 É┌Ö@ls»Å┌úM pè¿ "
b"\x01 É┌ÖA\x19 r\x0F óÓ°\t ²¬\x05 S "
b"\x01 É┌ÖAıs°ç█│\x19\x19 ~Þô "
b"\x01 É┌ÖA¹q╠û/uJö|U╝ "
b"\x01 É┌ÖBÃpÝÿù\r \x1C j_Øì "
b"\x01 É┌ÖBÝs█Â\x07 µæü\x07 .█ "
b"\x01 É┌ÖC\x0E p#ÑU\x14 ±p┐Êo "
b"\x01 É┌ÖC┐rvÁÖÑ\x18 ı²▒® "
b"\x01 É┌ÖCõp©×ıÐ\x02 │é*. "
b"\x01 É┌ÖD╗qE╝┌ÑkØR¨Ç "
b"\x01 É┌ÖDÔr─│X░Néb¢┘ "
b"\x01 É┌ÖE\x02 sæ¥!áþ\x06 ê¨[ "
b"\x01 É┌ÖE└szù\t y└´┼«\x00 "
b"\x01 É┌ÖEÔp ê1y^\©¨ø "
b"\x01 É┌ÖFØp└«^´╔ \x18 x¶ "
b"\x01 É┌ÖF├s│╝øAM¢¶A, "
b"\x01 É┌ÖFÒq{ºnÂ\e Î\x1D ö\v "
b"\x01 É┌ÖG¿qe┐g└Þ®Z\x0E g "
b"\x01 É┌ÖHÇs|ä┘■Ul|\r J "
b"\x01 É┌ÖHªs?┤╣╗y>~\x13 © "
b"\x01 É┌ÖIcp\x15 Á\x03 óhÝl¯\x00 "
b"\x01 É┌ÖIèr?¡ÂÄt\x14 ╔┼Ç "
b"\x01 É┌ÖI¬sÉå¹®n\x07\x18 K "
b"\x01 É┌ÖJeq▒ë\e °┤\x19\x16 %\r "
b"\x01 É┌ÖJçsåò═ãÿæâ│k "
b"\x01 É┌ÖK:r╚║[£\x08 ║£¾▓ "
b"\x01 É┌ÖK`sµôâ\x19 ×\x00\x1D █s "
b"\x01 É┌ÖKÇseåº\x05 ðèNg_ "
b"\x01 É┌ÖLÉsnØI@Û\x15\x11 ╬½ "
b"\x01 É┌ÖLÂr¾©¡è& \x1E 8Ò "
b"\x01 É┌ÖLÏp(¥ª▓}8!×á "
b"\x01 É┌ÖL÷såÆ█X~WÆÂ` "
b"""
\x01 É┌ÖM\x0E r(ü\x14 P'\n
\x05 ï4
"""
b"\x01 É┌ÖM&r┬úE\x12 øíÊÍV "
b"\x01 É┌ÖM>sù£▓REékÜ% "
b"\x01 É┌ÖM¨pê»31\x1D\x19\x04 ,╔ "
b"\x01 É┌ÖN&r║º\x00\x0E Ä¿\x00 B\x02 "
b"\x01 É┌ÖNMpıà8ÿÀ\x13 ║┼ê "
b"\x01 É┌ÖNyqñ¡\x0F\v Éz$[K "
b"\x01 É┌ÖNƒq\x15 ¢\t\x05 æÐÛ├ù "
b"\x01 É┌ÖOwq¢«K?b_âØ8 "
b"\x01 É┌ÖPßp[Äð0°\x14 \x1E ─ "
b"\x01 É┌ÖQ\v phÂ`Ú\e G╗Ö┼ "
b"\x01 É┌ÖQ2rêÉı└(\f *Ó¤ "
b"\x01 É┌ÖQ]r¼ø\f-ï/▒¥ "
b"\x01 É┌ÖQâp¾Æ\x18 #OI╠\J "
b"\x01 É┌ÖQúpAúX╝LÖôcF "
b"\x01 É┌ÖQ╚s▒ê3┴ü\x17 3hO "
b"\x01 É┌ÖRðq'À÷?\x06 ./ð├ "
b"\x01 É┌ÖR¹q┐æ(â╠-«L "
b"\x01 É┌Öj╗sûÆé\x0F ▀|yãı "
b"\x01 É┌ÖjÓqíë\x08 þÑþè<¦ "
b"\x01 É┌Ök\x00 rç«~Û\x00 ó}\x19 ┼ "
b"\x01 É┌Ök\x17 s§ä▓\x0E ²▓▄Â┤ "
b"\x01 É┌Öljp│Ø\x16 1ª\x1D ùÿ2 "
b"\x01 É┌Öm#sÛí\x14 slͱ▄Ü "
b"\x01 É┌ÖmJp┘»┼°Ï[┘1\x11 "
b"""
\x01 É┌Ömjs╣¢▄p\n
àz▀Ó
"""
b"\x01 É┌ÖnFp¥ôr┌\x01 LïeT "
b"\x01 É┌ÖpÄriîe(\x15 ┐\x1A Êg "
b"\x01 É┌Öqbs[║v1¸c[sÚ "
b"\x01 É┌ÖqîqvØn*Ûp¿í "
b"\x01 É┌ÖrUs âbøõ▒N;] "
b"\x01 É┌Ör\x7F pxàµtõ[¤B\x18 "
b"\x01 É┌Örƒp¦Øø█\r Ë®╝ò "
b"\x01 É┌Ösbså½l░`KÞi\x1C "
b"\x01 É┌Öt\x12 sÚåæûrY\x08 ô¨ "
b"\x01 É┌Öt7r╝Ø[çÞ\x02 ╔\x08\x18 "
b"\x01 É┌ÖtVsr®Ñ*\x08 aù·* "
b"\x01 É┌Ötop\x1D ╣æf\v ¤º¦ü "
b"\x01 É┌ÖtårÎÖ´▓\x08 V▒rq "
b"\x01 É┌Ötípç▒q\x08 ─>÷vû "
b"\x01 É┌Öt╣r*▓A\f ²ÕîÎñ "
b"\x01 É┌Öuns╝¼ ÀÝæ\x08 î. "
b"\x01 É┌ÖuÉp£¡ÍP=ãü-v "
b"\x01 É┌Öu½psù¶\x11 ■Ne\x07 ` "
b"\x01 É┌Öu├r\x15 áæ\t L×<¼▄ "
b"\x01 É┌Övôrf╣¾╝╝\e oo, "
b"\x01 É┌Öwss┌ê´Ø\x07 █ı¢t "
b"\x01 É┌Öwós\x13 ò░ص¬·3i "
b"\x01 É┌Öw╦s┬ì─Àm▄┬ë╦ "
b"\x01 É┌ÖwÚr.© ÝÚ\x08 ´\x18 Î "
b"\x01 É┌Öx\t q│®_\x14 4\x01 ¦Ç] "
b"\x01 É┌Öx!sê¬\x06 ä╬Ê┼┤í "
b"\x01 É┌Öx<s&Äî¤Ë<\x0F <â "
b"\x01 É┌ÖxTrôÖy$K*\x13 Îí "
b"""
\x01 É┌ÖxkpSÅøÔÖ▀Ë\n
e
"""
b"\x01 É┌Öxâq┘Ñ\A6ÂéàY "
b"\x01 É┌Öxør3»T\x07 Ûr=P8 "
b"\x01 É┌Öx│qx▒\x17\x12 áëè±/ "
b"\x01 É┌Öx╩qk▒^I\x05 «píÎ "
b"\x01 É┌ÖxÔq;ƒ\x1D RÏýJº] "
b"\x01 É┌Öx·sd¢°╬\x19 *mC╗ "
b"\x01 É┌Öy╗pd©p1÷3\x05 ز "
b"\x01 É┌ÖyßpËÑ╠>9D{Mx "
b"\x01 É┌Öz¬q┼ì»ZÇÜ\e ╬` "
b"\x01 É┌Ö{Vqçû~zò¡AÄG "
b"\x01 É┌Ö{{rDën¦üùÊ¢\x12 "
b"\x01 É┌Ö{×qIúL¢\x05 ·¥¨\x1D "
b"\x01 É┌Ö{Âs╣×l\x13\x15\x11 Ƚö "
b"\x01 É┌Ö{═qà┐èÎ&i0ó\x0E "
b"\x01 É┌Ö{Õs\x03 ôsSR\x06 ZÊE "
b"\x01 É┌Ö{²s█ï@\x04 k4╔ç\x04 "
b"\x01 É┌Ö|\x14 r╣½±èn\x03 ƒâ* "
b"\x01 É┌Ö|,qòÑ\x06 Ã(ÞaÇø "
b"\x01 É┌Ö~\v sgºË┐█¢µ\x05 µ "
b"\x01 É┌Ö~2s\x14 ╝¯\x03 ½\x08 ín) "
b"\x01 É┌Ö~Sr▀úXä¢G1'\x0E "
b"\x01 É┌Ö~pq{®@çy│wAı "
b"\x01 É┌Ö~êp8ÇÏ\x02 dݳ0╠ "
b"\x01 É┌Ö\x7F eqàä²Î5\x13 OñÏ "
b"\x01 É┌ÖÇ.rTØ1uo\t !\t à "
b"\x01 É┌ÖÇVrîù6ùô│╩« "
b"\x01 É┌ÖÇuq,¿÷À\x03 ╩ÈqÖ "
b"\x01 É┌Öü1qúûç┴ªÂãø( "
b"\x01 É┌ÖüÛq\x15 ¿▓\x0F Õ}7E┼ "
b"\x01 É┌Öä\x1D pþ│ÙÔ\x0F Jk&╗ "
b"\x01 É┌Öäðp\x7F Ü[\x00 Ô©á¼╠ "
b"\x01 É┌Öä¸q8ÿM{À\f\x02\f þ "
b"\x01 É┌ÖàÁqÈ¥èzA├\x04 '\f "
b"\x01 É┌Öåwr■▓À(ô·┘║\x11 "
b"\x01 É┌Öç5qÍäW«\x1E ▀¿░\x02 "
b"\x01 É┌Öê\x07 q\r Ç(ÁïT┌Fƒ "
b"\x01 É┌Öê╗p^½4àaƒ@ùJ "
b"\x01 É┌Öëåq¤║K£ƒ@úB¾ "
b"\x01 É┌ÖèWqWÿr©/┴\x08 ƒ¾ "
b"\x01 É┌Öï\x0F rXüÐæfAÂ^ "
b"\x01 É┌ÖÄ\p¿û;e\x01 ╗mƒ& "
b"\x01 É┌ÖÅQqRºÀ»ò]ÔÄu "
b"\x01 É┌ÖÉ&p┬ä¿kÉÝ┤G7 "
b"\x01 É┌Öɸr0Á¾x\f ü\x04 7ñ "
b"\x01 É┌Öæ├sÔüÕªQÇH@\x01 "
b"\x01 É┌ÖÆ┘p╔¢Ì+▒zL▀Ø "
b"\x01 É┌ÖôæsÔî8¥þçK°É "
b"\x01 É┌ÖöQsÁó─TÍ▄}>¥ "
b"\x01 É┌Öò\x10 rS┤EV\x11 aF\v ░ "
b"\x01 É┌Öû\x04 qeÂâ~ÕN\x07 Àn "
b"\x01 É┌ÖûÕq├à\x10 Þ╩E~«\x06 "
b"\x01 É┌Öù¬r\x14 ׺═╬║ïMì "
b"\x01 É┌Öÿkq░é\e ÊüÅÔ\x04 < "
b"\x01 É┌ÖÖzq╦úýì\x03 q«}/ "
b"\x01 É┌ÖÜ9s®║êıöü0\x19 m "
b"\x01 É┌Öø\x1D s»Ä└\x12 ,|z{\f "
b"\x01 É┌Öø síÄô,Çñ%┬g "
b"\x01 É┌Ö£┬rDÿ╔¿Å\f ░\x19 ~ "
b"\x01 É┌ÖØæq³╣\x01 I«wò\x03 i "
b"\x01 É┌Ö×MqQâè?S\x01 à°f "
b"\x01 É┌ÖÁ┴r;½╠o║\x0F ÛYó "
b"\x01 É┌ÖÁ¯s\x16 ï\x15 ¥¼\x05 <ƒö "
b"\x01 É┌ÖÂ└s"çý¹/¢:┼Ó "
b"\x01 É┌Ö¶sÜ௵ÉÅHÈ\x7F "
b"""
\x01 É┌ÖÀ\x1D r0¢\n
Ô[┤ê>c
"""
b"\x01 É┌ÖÀ¯ql©!I@ªªÉ█ "
b"\x01 É┌Ö©\e qÚåîñMZ#ß▀ "
b"\x01 É┌Ö©§q┐©/\x15 Áe\x16 ▀_ "
b"\x01 É┌Ö╣Ásªƒ╔VïH8æÖ "
b"\x01 É┌Ö║¬s¿»oË\x14 -ó\x12 i "
b"\x01 É┌Ö╗lr¿û\x05 A╝\e\v 8Ù "
b"\x01 É┌Ö╝(pëƒÈt\x17 Ê├²\x19 "
b"\x01 É┌Ö╝■rwè4vH\x03 £@] "
b"\x01 É┌Ö¢┐q\x04 ü╠×3│(i "
b"\x01 É┌Ö¥üsïè\x12 G9 Ï, "
b"\x01 É┌Ö┐Kr\r ë8\f Ý0[¨, "
b"\x01 É┌Ö┐■qlå#ò█~Ëâ▓ "
b"\x01 É┌Ö└Àsyìƒ\x06 ┼á¿Ç§ "
b"\x01 É┌Ö└ÌsÂ×\x08 j¦\x10\x06 D▓ "
b"\x01 É┌Ö┴ìr]»³¦bb┴,Õ "
b"\x01 É┌Ö┴┤s¥¿¹ï"»╝Ï\x15 "
b"\x01 É┌Ö┬sq;É6Á▒Z¢Fø "
b"\x01 É┌Ö┬ÖrX«öÝhÀCÊ7 "
b"\x01 É┌Ö├âp3®╗çÃ\x08 a\x1D ã "
b"\x01 É┌Ö─PpTûð¦ÒêÄæÞ "
b"""
\x01 É┌Ö┼\n
s╝ñÖ$T]▒\x16\f
"""
b"\x01 É┌Ö┼├s>¡î»½├c\r Ó "
b"\x01 É┌ÖãçpçøWv] ╦╣\t "
b"\x01 É┌ÖÃ9rqéÖ\£1r▀\x03 "
b"\x01 É┌Ö╚\v rX║\x1E 8,áâ/\x1C "
b"\x01 É┌Ö╚Ãp3ë²î┘³ñù¸ "
b"\x01 É┌Ö╩\x19 pÛ£wjúí╦╚À "
b"\x01 É┌Ö╦\x06 s│®\x1D ì\x0F cx\x1D z "
b"\x01 É┌Ö╦,pøù\x07 PØ\x1F\x13 (I "
b"\x01 É┌Ö╦Lr¢ôÍÏOßõû▓ "
b"\x01 É┌Ö╦²qþíÙ¿=êdÊÒ "
b"\x01 É┌Ö╠#sªå ═Ê%\x14 ´N "
b"\x01 É┌Ö╠Dqå¼Àf]£Ã\x19 ╗ "
b"\x01 É┌Ö═\t qöº,{2\x01 ¿ª "
b"\x01 É┌Ö═0s\x19 úí\x0F d¾Ay\x04 "
b"\x01 É┌Ö═Or\x1D ø\t ´Ñ£\x13\x00 Þ "
b"\x01 É┌Ö═gs\x04 î¨|¨\x11 òK- "
b"\x01 É┌Ö╬\x1A sèóöé╩#¯ð "
b"\x01 É┌Ö╬ÕqrÁæ\t §\f hô "
b"\x01 É┌Ö¤ªr*»▓*<¹ÃÁR "
b"\x01 É┌ÖðRqûº.u├\x0E x[¦ "
b"\x01 É┌ÖÐ.r\x7F ܨð[═zi¬ "
b"\x01 É┌ÖÐ█sfîy└t'dY╚ "
b"\x01 É┌ÖÊìrü¿╚\x1E ╝Ï¢5U "
b"\x01 É┌ÖËEqÖâQ5\x06\x7F È| "
b"\x01 É┌ÖÈ\x05 p─»\x16 âTN■͵ "
b"\x01 É┌ÖÈ▓p\v íºT\x13\x05 ╝bÊ "
b"\x01 É┌Öıår╚Ø╚░┴!ñ~Ò "
b"\x01 É┌ÖÍkrÚ½┐ ;ù┌åÜ "
b"\x01 É┌ÖÎ<r╔ûã?╩>`┬i "
b"\x01 É┌ÖÎ÷r0úp\x1E ö^.¹p "
b"\x01 É┌Ö┘\x02 qKæ\f ╗¸╝è\x13 Z "
b"\x01 É┌Ö┘┤q\x15 ò8└Cru%¦ "
b"\x01 É┌Ö¦`s½Ö}]\x05 ;%\x05 u "
b"\x01 É┌ÖÌ\x18 q╚▓ê\x15 »+ßÖc "
b"\x01 É┌ÖÌ═q\x13 âø\x12 µìC═C "
b"\x01 É┌Ö▀Åq\x12 ׫u\x03 ûGã\x1A "
b"\x01 É┌ÖÓ8q]èÄ\x07 9g\x01 ¥\x08 "
b"\x01 É┌ÖÓÔr\t û\x1D (\x1E ÒKïæ "
b"\x01 É┌ÖߤrA»Ê\x0F\x05 Va%\t "
b"\x01 É┌ÖÔƒpÅÑýcðÿ§\x1C V "
b"\x01 É┌ÖÒRsbò¬┬s▒\x1E Z┬ "
b"\x01 É┌ÖÒxp>Æi·{÷Â\x06 » "
b"\x01 É┌ÖÒøqáŸ~k═ü÷( "
b"\x01 É┌ÖÒ┤p¼┤.6±³IçL "
b"\x01 É┌Öõsq\x1A ▓+ëð©\x04 ;╠ "
b"\x01 É┌ÖõÖr;®Jq\e kR> "
b"\x01 É┌Öõ╣scÀ▀<╗¿¤Ñ└ "
b"\x01 É┌ÖõÐsâæ\x15 wrÂ\x0E ù( "
b"\x01 É┌ÖÕçp5│\x02 ض\x15\x1A ZJ "
b"\x01 É┌ÖÕ«rÞ▓\x16 ÈÛ0r@¡ "
b"\x01 É┌ÖÕ═r┘î\x7F ▒»┴\x1F V\x7F "
b"\x01 É┌ÖÕµq3ùo░8ào¿ð "
b"\x01 É┌ÖÕ r¾ÜÌ=\x7F àÆJ\x04 "
b"\x01 É┌Öµ▒rDâRU÷þ\x0F ªý "
b"\x01 É┌ÖµËr¤¡_ÖxGM× "
b"\x01 É┌Öµ¾p█ÑâBÔ\x00 6┐Ý "
b"\x01 É┌Öþ\v r\x16 Áz┤\x10 ÿý}% "
b"\x01 É┌Öþ$pÀî2═─╝═ó¦ "
b"\x01 É┌ÖþÌp┘àê'\e ═\e {? "
b"\x01 É┌ÖÞÜr,è\x02 ÍÒ\x19 Ö▒ "
b"\x01 É┌ÖÞ¢p.×A{¢Äp|µ "
b"\x01 É┌ÖÞ¦s}╣äî.Ç×├V "
b"\x01 É┌ÖÞ§r\r £Ü&\x1A └\─¦ "
b"\x01 É┌ÖÚ¼qûÅÐ LêèxÜ "
b"\x01 É┌ÖÛZsw×┌\x08 89<T▒ "
b"""
\x01 É┌ÖÙ\n
r┤â®Ü!]\e yå
"""
b"\x01 É┌ÖÙ═r\x7F Á(\x16\e ua\x08 I "
b"\x01 É┌ÖÙ¾sNå)ó-C├ı‗ "
b"\x01 É┌Öý\x13 p-ºÓ║Û┼´Óù "
b"""
\x01 É┌Öý┌rDÖö\x1F ╠á\n
l`
"""
b"\x01 É┌ÖÝ\x00 qvüÈãEPðü^ "
b"\x01 É┌ÖÝ┴sÂÑ\x11 ÅW\x1D\x19 §\v "
b"\x01 É┌ÖÝþq╔ÆÕúäç:¦V "
b"\x01 É┌Ü\x06\x06 seà\x04 ?c|\x10 ÿÀ "
b"\x01 É┌Ü\x06 ┐sbÉéEÃ├Å=\x01 "
b"\x01 É┌Ü\x07 ÄrÊúÆ9RñP╦\x18 "
b"\x01 É┌Ü\x08 cpýëG╝î\x03\x1F M "
b"""
\x01 É┌Ü\n
\x01 pK×ò\x12 L\x05 ù`ð
"""
b"""
\x01 É┌Ü\n
╩s\ë8áìj$\x12 F
"""
b"\x01 É┌Ü\f ×r&Á|xh├\x18 Á\x10 "
b"\x01 É┌Ü\r Vsë£╚\êcËyA "
b"\x01 É┌Ü\x0E r░ºá<ú§sjâ "
b"\x01 É┌Ü\x0E ÌrkÁÄ■·*Ø├J "
b"\x01 É┌Ü\x0F\x04 s\x04 Ç,Ù╗;@pB "
b"\x01 É┌Ü\x0F ¢pxÄ\x1C ÷Rs▄]¡ "
b"\x01 É┌Ü\x10 xs▓àa▄\x03 ┬\x1F ┐Î "
b"\x01 É┌Ü\x11 As░ûõâ¾\t 6F\x17 "
b"\x01 É┌Ü\x11 hq%ë║\e 1\x04 ,Xt "
b"""
\x01 É┌Ü\x12\x12 r:£\n
\x06 ░:º:g
"""
b"\x01 É┌Ü\x12 ╬q\x1F ¬I^ß▀9\x1A Ò "
b"\x01 É┌Ü\x13 Ér~ÀÚ¶+~Løæ "
b"\x01 É┌Ü\x14 Bs<í\x13 EÄ;NgÞ "
b"\x01 É┌Ü\x14 ¨q╣ñÚ‗Þ<Ð\x04\x19 "
b"\x01 É┌Ü\x15 ¶q7ó\f Þ\x0F :Á5¯ "
b"\x01 É┌Ü\x16 ┐sHÇa┴\x18 ÉM╚ "
b"\x01 É┌Ü\x17 âr2î÷\x01 õ1 ió "
b"\x01 É┌Ü\x18 ns\x17 »øÆ¸7}Å» "
b"\x01 É┌Ü\x19 "r╚░A░pıS<Û "
b"""
\x01 É┌Ü\x19 µq╦¡─╦Ë\n
%■1
"""
b"\x01 É┌Ü\x1A ╔rvúbÁ#■¦\x19 3 "
b"\x01 É┌Ü\e\x7F r¿ì;®\x16 ƒ2áÑ "
b"\x01 É┌Ü\x1C jrQ¢r¬\t\x1F ‗-ä "
b"\x01 É┌Ü\x1D ©q¼│m¶M_dPë "
b"\x01 É┌Ü\x1E arüÜ)à×±┴╚ì "
b"\x01 É┌Ü"\x11 r═ÇpCIw╔7\x08 "
b"\x01 É┌Ü"ıpIì±2K\e ?2= "
b"\x01 É┌Ü#çp\x10 éÐÞêÙö\x02 \ "
b"\x01 É┌Ü$4påÿÈN*▀B├U "
b"\x01 É┌Ü$▀q=¡sæÕd3_ï "
b"\x01 É┌Ü%ÁrÂ▓ôþt\ı\x03 ╩ "
b"""
\x01 É┌Ü&Ts\n
¢ó¾╔╔E:R
"""
b"\x01 É┌Ü'\x05 ræùÅà¼\x18 ¥5º "
b"\x01 É┌Ü'õpµë├\x19 ■ÉÓ╚\x15 "
b"\x01 É┌Ü(▓q\x14 çTÆ0\x14 vnx "
b"\x01 É┌Ü)prb½Ý\x1C 7yÚǨ "
b"\x01 É┌Ü+ls╩ó¸ÈÞgU└µ "
b"""
\x01 É┌Ü,\x17 sG┤òi\x08 \n
\x07 ò│
"""
b"\x01 É┌Ü.Äq!à3Ç▀¥ä{V "
b"\x01 É┌Ü/ÎqHí+ ?xBÏõ "
b"\x01 É┌Ü0ìsÌòfßD#£ÍZ "
b"\x01 É┌Ü1\x1D p&«p║\x18 ì├▄i "
b"\x01 É┌Ü1┤q÷¡w▓cö\x07 e¯ "
b"\x01 É┌Ü2cp¢îߨéBú"r "
b"""
\x01 É┌Ü3\n
r\e ┤JÖ)]*T├
"""
b"\x01 É┌Ü3┤qT«ZnÈ┐ÈB\x15 "
b"\x01 É┌Ü4bsKôt*ã]\x1E ϳ "
b"\x01 É┌Ü8\e råx¾tÞ\x0E vÿ "
b"\x01 É┌Ü8╗rõ«Åý\x18 bmDx "
b"\x01 É┌Ü9uqıÁ®└Ç©Ó\x1A\x16 "
b"\x01 É┌Ü9£q\x01 çÎ┬íbÃéÒ "
b"\x01 É┌Ü9╝pi▒Ý[/IýB\x1F "
b"\x01 É┌Ü9Ïr═│X;\x02 âY\x01 û "
b"\x01 É┌Ü9±pÎÆó£╚ß6Ì\n "
b"\x01 É┌Ü:▓sné\x13 ´RñAeÍ "
b"\x01 É┌Ü>jr\x04 üvv3ñ\x19 ¨Q "
b"\x01 É┌Ü@╣q²╣\e u¦\x04 ¹Á "
b"\x01 É┌Ü@Óp`òX·ùÌXK¾ "
b"\x01 É┌Ü@²ruºòþ¸Ë╠╝Q "
b"\x01 É┌ÜA¼p╔܃GQ½ø╣¾ "
b"\x01 É┌ÜC½pj»_>7i‗\x00 7 "
b"\x01 É┌ÜDêq@¥;\t b^ÑÕK "
b"\x01 É┌ÜEcsÓ║┌\x02 r]Y´- "
b"\x01 É┌ÜF-rÚô+\r 9\x1D ôwË "
b"\x01 É┌ÜFÚqèê\x1D ÿÒÌ$\x17 í "
b"\x01 É┌ÜGópu░¡`RÅ─»\x1D "
b"\x01 É┌ÜG╔s~¬¢\x05 ;_@ÿ▒ "
b"\x01 É┌ÜHøs\x1E ÅÈרò\x17\x7F\x17 "
b"\x01 É┌ÜIPr\x07 Æ\-\▓ðÒ\x1E "
b"\x01 É┌ÜJ\x14 s\x1D ½‗£*╬▒ªì "
b"\x01 É┌ÜJ┬qrÀ¤´ÖS4©▀ "
b"\x01 É┌ÜKrs¸®Ú¼\x1F ¤\x13 ╗Á "
b"\x01 É┌ÜL<p\x12 èE¯F╗ñ¾Æ "
b"\x01 É┌ÜL¶r\x1F Ä5e¡▄Ï¿ "
b"\x01 É┌ÜMºr▀à\x7F ÕmöÏÅö "
b"\x01 É┌ÜN\p\x13 ╗W\x0F ×Aº░\x04 "
b"\x01 É┌ÜNâr\x0E ╗à¦Ú\x13 ¨┘a "
b"\x01 É┌ÜNísÚØ└è{×Ì"@ "
b"\x01 É┌ÜN╗p\x15 ½â┬i5®Fz "
b"\x01 É┌ÜOVp\x15 ░b³¥îV7O "
b"\x01 É┌ÜOzsoâ«£zE»!± "
b"\x01 É┌ÜPGp¤ç\x06 ¹ÆÅy\e J "
b"\x01 É┌ÜPmpSäëÑÄSQ╣╣ "
b"\x01 É┌ÜQ\e rÓäg&Ã#®¾¿ "
b"\x01 É┌ÜQ=r\x07 »£G<Ð\x02 H\x03 "
b"\x01 É┌ÜQ[s\x1D ø\x10 ╝Úý1\x0F ╚ "
b"\x01 É┌ÜQrp®Ç│/\x0E ╝C\t\v "
b"\x01 É┌ÜQëp\x1D ôoí╠4ùÛ¨ "
b"\x01 É┌ÜR0sãØ\x18 `GRuË\x1F "
b"\x01 É┌ÜRWq;ÆV¼Ú╩éå "
b"\x01 É┌ÜRrppÅSãz{ç\x10\x06 "
b"\x01 É┌ÜRër‗úþª#P¿Ùb "
b"\x01 É┌ÜlQrzÁ.G½ã[Êê "
b"\x01 É┌Ülzp2èÝ(}«YéG "
b"\x01 É┌Ülør»▓Ð^ÕÄc¿¬ "
b"\x01 É┌Ül╣sß┐³ðYol¥q "
b"\x01 É┌ÜlÐqlâ&½y┤p_\x1E "
b"\x01 É┌ÜmùqY░T\x1F ÷╠¹{² "
b"\x01 É┌ÜnMs0Übj▀hƒ@r "
b"\x01 É┌ÜntsZê F┼┴NP└ "
b"\x01 É┌Üpgr\x1A «àð\x1F ╗V× "
b"\x01 É┌Üq\x1D röö@\t HUSÁû "
b"\x01 É┌Üq┌qºèÎ%ç!\x10\x08 Ç "
b"\x01 É┌Ür\x03 pèÉ╚┴P\÷àY "
b"\x01 É┌ÜrÂq2àÕKMDA╠s "
b"\x01 É┌Üsërõ«\x07 3(įA@ "
b"\x01 É┌Üt=s"ºé\x10\x08 ║<¯á "
b"\x01 É┌Üu\x19 s#┐Dbey´\j "
b"\x01 É┌Üu±pJÆ\x10 ?[\x1C ┘\x17 l "
b"\x01 É┌Üv├r\x1D àêw¦ ÞT_ "
b"\x01 É┌Üw\x7F r■ì|\x1E \┴\x18 ´8 "
b"\x01 É┌Ü{┴r±¿╩t╦\x11 7└\x15 "
b"\x01 É┌ÜÇ\x1D rCÀqÄPyÍ░\n "
b"\x01 É┌ÜÇÕruØ/\x01 LÛà‗Ü "
b"\x01 É┌Üü\x13 r\x03 Ñ1hT,\x10 º@ "
b"\x01 É┌Üü5r;ÅÐ▓"┼oSù "
b"\x01 É┌ÜüPr+░f£Î\x10 5gÁ "
b"\x01 É┌Üühsd╝\x1C ï×╠Ó▒ "
b"\x01 É┌Üé1sµ¡\x00 ú4cá\x04 ╬ "
b"\x01 É┌ÜéÚsSó╗&\x1E G8┤ì "
b"\x01 É┌Üâ\x16 q\x05 «■¥\x05 °ðv` "
b"\x01 É┌Üâ:sñÁ°5ÈNΩq "
b"\x01 É┌Üâ[r7▒¼©í\x16 ┤kï "
b"\x01 É┌Üä&r¨Ä\f ×─╠úGì "
b"\x01 É┌Üä¾svÂã\x1C ╣Gk²\x11 "
b"\x01 É┌Üà!rõªx¨> Â\x18 å "
b"\x01 É┌ÜàBr╝ï$\x02 mÍ)└Ê "
b"\x01 É┌Üà^q╚ïâ2¨}┌\x07  "
b"""
\x01 É┌Üàys▀¿x\n
ï§╩ÇS
"""
b"\x01 É┌Üàæpí▓\x06 ¢\x1A s8ıD "
b"\x01 É┌Üà¬s│½«█»2Û╠ì "
b"\x01 É┌Üà─pYÁÜGµÍÃÐW "
b"\x01 É┌Üà¦p·ó╦┴5?\ô\x0F "
b"\x01 É┌Üà°p¨íVæb-\x08 'Y "
b"\x01 É┌Üå╚qÒẃ2\r eY] "
b"\x01 É┌Üçòp¤░æ╩+└█îv "
b"\x01 É┌Üç├sZÂûSÀÍÄ\x1C\x0F "
b"\x01 É┌Üçµp\x04 «ý\x16 r┬c. "
b"\x01 É┌Üê\x07 s7©X█Å║|´O "
b"\x01 É┌Üê#q╠î┐Ïf▓ë\x7F Ù "
b"\x01 É┌Üê=pIï°Ú6Þ▄├│ "
b"\x01 É┌ÜêVrغT▓C┘ë\@ "
b"\x01 É┌Üêrq╚ùƒ\x12 ¾$§├ "
b"\x01 É┌Üêèr‗ªÃgãrçå¿ "
b"\x01 É┌Üë^rÉç@Þáý\x1C i\x0F "
b"\x01 É┌Üè\x0E p3ì\x1D ë|D§╚É "
b"\x01 É┌Üè9s6üƒ½¹ïÜ). "
b"\x01 É┌Üè_siÿ╝cr\x1F ╗¶ƒ "
b"\x01 É┌ÜèésåÇéì5ÎïÉ> "
b"\x01 É┌ÜèØs\x1C äú[Ce\x1C p* "
b"\x01 É┌ÜïMp%░Z3┼─\v\f ? "
b"\x01 É┌Üïxsxæ¨▀j!Õª│ "
b"\x01 É┌Üî>r9éTsıH¼}Ê "
b"\x01 É┌Üî sç¿\e <┘▓Ú\x1A ½ "
b"\x01 É┌Üì.st┤b└\v ì\x0F ý\f "
b"\x01 É┌ÜìRq╗░ÍÎ\x08 ÁUúò "
b"\x01 É┌ÜÄ#sö£j╝\x07 Ô>ùe "
b"\x01 É┌ÜÄQpZÑy┐0àó¤þ "
b"\x01 É┌ÜÄus\x00 ú▓nuÕ@z| "
b"\x01 É┌ÜÅÉp¢¥|q \x7F ÃÔÑ "
b"\x01 É┌ÜÉcp\x14 ¬3\x1E\x0F\x18 `░\f "
b"\x01 É┌Ü┘ýrA╣ân×\x03 y\x0E Ê "
b"\x01 É┌Ü┌╣s█│o\x1D ßÿ╝;¼ "
b"\x01 É┌Ü█is3¥\e YBÈVÉ6 "
b"\x01 É┌ø$Lrõƒv\x1C ;Ó\x1A Fz "
b"\x01 É┌ø$vr«Àn▄\x04 i¿\x16 "
b"\x01 É┌ø$ùr3ÿ\x11 Òf\x1A ãÄ\x01 "
b"\x01 É┌ø$╗s|ïrÜ\x05 À╣ã└ "
b"\x01 É┌ø$┘p¸í¤╬×ÒéãL "
b"\x01 É┌ø%█s-Ö»Þ] ¹fî "
b"\x01 É┌ø&\x04 rÙ¥\x07 ô« ´\f\x05 "
b"\x01 É┌ø&$r\x17 ܧ═Lgãhë "
b"\x01 É┌ø&Ýpw┐á■¬\f wv^ "
b"\x01 É┌ø'\x18 pýèã\x13\x18\x00 W‗2 "
b"\x01 É┌ø'9sáö│`Á=ßÓÌ "
b"\x01 É┌ø'ZqÝ╝¤_\x0E ▓╝½K "
b"\x01 É┌ø(\x18 pIÉ┘s\x11\x14 â[ "
b"\x01 É┌ø(>rî×øÖ\x14 ¿÷Èæ "
b"\x01 É┌ø(_qüéà<\x0E ▀Z╠O "
b"\x01 É┌ø(|r[┤Eû\x05 ¿nÏ║ "
b"\x01 É┌ø);r╬åÓ00iõZ\x16 "
b"\x01 É┌ø)cs¥ô´,%\x1F |d\x02 "
b"\x01 É┌ø)}r±øzÉÞåÒO\x04 "
b"\x01 É┌ø)ûq'▒W©u╩ZlP "
b"""
\x01 É┌ø*Xs.»pÏÙ\n
╠‗\x01
"""
b"\x01 É┌ø+\f sº┐]1╩»¾N▓ "
b"\x01 É┌ø+5s▒'sb«$+¥ "
b"\x01 É┌ø+UsrîjCä@E÷▀ "
b"\x01 É┌ø+yrÇèjdî3°Aò "
b"\x01 É┌ø+ÆsñÄLurÙC-µ "
b"\x01 É┌ø+¡q‗ì¨t\x1A 2GI& "
b"\x01 É┌ø+Ãr\x1E ╝╠}┐þaÅ\x03 "
b"\x01 É┌ø+ÓqH┐~:¤é└qt "
b"\x01 É┌ø+¹qÆ┐2ª÷ø¨\x17 » "
b"\x01 É┌ø-üpÿÜ9æ¹┤í4] "
b"\x01 É┌øG¼p\x14 ê\t ´~¥─6\n "
b"\x01 É┌øHmr;┐ç▀f\x07 ä\x0E ! "
b"\x01 É┌øHòp\x07 å·}\x03 Z\x1A u\x05 "
b"\x01 “b~Ê@r"³u2V\x18\x18 )Ã "
b"\x01 “b~ã‘sͱ\x19 ZîWŸ4› "
b"\x01 ôb~ÞìsÍ©?s,Ú{\x10 : "
b"\x01 “b~ðTp깘£\x1C <›‡Ì "
b"\x01 “b~óLr[”\r \x03 Õ\r ùCL "
b"\x01 “b~ôHqÓŽ¾k„\x12 Œ\x12 a "
b"\x01 “b~ú~p>˜~×%ÎÄ\x19\x17 "
b"\x01 “b~þØso¼\x0F l¶aµÊ~ "
b"\x01 “b\x7F\x02 åp\x16 –H \x15 ‰Æ€× "
b"\x01 “b\x7F\x06 9ry‰Ê\x1D <\x17 œÀi "
b"""
\x01 “b\x7F\t RsѦ\n
ÍÁ}\x10 rR
"""
b"\x01 “b\x7F \r hq¼¢ÀÜð¨\x03 c÷ "
b"\x01 ôb\x7F\x0F ¸q▓ü╗à÷þR¯± "
b"\x01 “b\x7F\x1A {pZŽŸ?S®¡#\x03 "
b"\x01 “b\x7F\x1C .q ˜;~0•ó\x00 — "
b"\x01 “b‚xÒs·›\e ªCµÍ<‚ "
b"\x01 “b‚yûps»žtõ\x12 Z|¶ "
b"\x01 “b‚\x7F )p\x18 œFýCfmKÉ "
b"\x01 ôbéÇ\x05 p6Ä:ß4rØü# "
b"\x01 “b‚€ýr±’8\t Ê\x14 ó»L "
b"\x01 ôbéé\x05 p5òz░ÎØªþ├ "
b"\x01 ôbéâ\x00 qòìÉu¦¼@┐\x1D "
b"\x01 “b‚„,pã¨wå‹ÓÁ_‚ "
b"\x01 “b‚…dpΩ\x19 Çç]aël "
b"\x01 ôbéåYs╣¼0\r xÕ\x1F ü\x06 "
b"\x01 “b‚‡^p\x01 ™ÊxQ\x06 ¹6ð "
b"\x01 ôbéêÉr>énnS-┘┼Ù "
b"\x01 ôbéë¡rÂì>CÈÈÊ\\r "
b"\x01 “b‚Šžpg†¸Ž'\e Ë\x1A E "
b"\x01 “b‚‹–sSœ*áuËŠ×V "
b"\x01 ôbéî\x7F pãØðãÅ`õÑÌ "
b"\x01 ôbéìnsÐêª:├\x03 Às$ "
b"\x01 “b‚ŽfrU«‰ÖtÙ+’Ø "
b"\x01 ôbéÅWpÃØ\x1C ■µoyÃã "
b"\x01 ôbéÉHq\v Ñ·½7FßäÉ "
b"\x01 ôbâÁàqÜüYæ│├ìiö "
b"\x01 “bƒº8smœ<G\x0E ¤-•µ "
b"\x01 “b“\x1D @p›»b_^šµ ž "
]
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 (0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8CA62372909792731C7668C7B2 , 0x0190DA8CE137703E8FB5A849889B9763 , 0x0190DA8CE155736B890B325860B7760D , 0x0190DA8CE17472F9AEFE29A6230D2ED8 , 0x0190DA8CE18E7393814906E8006C223F , 0x0190DA8CE1AA732B81A0248B012EFCA3 , 0x0190DA8CE26D705FAD3726F6475C1BC1 , 0x0190DA8CE3247234BB0584581CA614F3 , 0x0190DA8CE3DE73CD96F69E1A1E5CED14 , 0x0190DA8CE52671088F4F3CC1735DCD73 , 0x0190DA8CE79F7367A291AF068F09D086 , 0x0190DA8CE7BD73CB90B9523DFF49774E , 0x0190DA8CE7D971B1AF6CB2E122EE985D , 0x0190DA8CE89273469A8B24051E747221 , 0x0190DA8CE95071F695E284F1155C9E8B , 0x0190DA8CE96D726C8D04E433A82F9CF0 , 0x0190DA8CE98B72A1A15A633E404703DD , 0x0190DA8CE9A67372B2E919BCFA7B85CA , 0x0190DA8CE9C3734CA192A30BF700BC6D , 0x0190DA8CE9DC7230845CF5606C1CF963 , 0x0190DA8CEE0A73CC8643121BB5D48468 , 0x0190DA8CF33F720FA6AFB43CAB22A759 , 0x0190DA8CF40072719B5F21EFA2492700 , 0x0190DA8CF5637186AE0C86F216BEFE3C , 0x0190DA8D0723727A94ED93F02BCA8B6B , 0x0190DA8D074473B18DEB57F84B943B2F , 0x0190DA8D0812738C84E63E0F4A6B1087 , 0x0190DA8D08DB70C0ACB345B36EE3953C , 0x0190DA8D099670B1862E627470DC12F4 , 0x0190DA8D0A3673A99698C3DD511CD7BA , 0x0190DA8D0AF173CA95B5B9D020810D51 , 0x0190DA8D0B8F7326B2557C7F9C0DD1FF , 0x0190DA8D0BAD70B1BEA43729E9BD06B0 , 0x0190DA8D0BD073B0A210F67D0DFE9B1D , 0x0190DA8D0BEC7207BBEC3A77A24F3FAE , 0x0190DA94B2AB738FA4EA8DFB61798DFD , 0x0190DA94B3547318947EA530E2AA606C , 0x0190DA94B9FB71758E9E2D45DC3257CB , 0x0190DA94BAA67010A1437E9F4EB03430 , 0x0190DA94BB92702EB32E5D9B4D459527 , 0x0190DA94BC4C7285A5DAB5699261C442 , 0x0190DA94BD1072198BB3E2B612613043 , 0x0190DA94BDD77303BD836558D9D3A838 , 0x0190DA94BE8F71459792028DD64F8980 , 0x0190DA94BF4B73FEB952D26F0F9B75D6 , 0x0190DA94BFF7702A9933C2B493CD3D9A , 0x0190DA94C0A471A99C15E1A961EE6BB5 , 0x0190DA94C15C713D8AA26FD33FF0961B , 0x0190DA94C2187169BE4F24DBC50528C5 , 0x0190DA94C2D17160920B015C0EAE9D61 , 0x0190DA94C38E73E489AB2586EE47A176 , 0x0190DA94CDF67151960D4FE2684C3538 , 0x0190DA94CE1E72B6A4B052B009815A73 , 0x0190DA94CF0671FC8859B7FE37178809 , 0x0190DA94CF2D70B998D7D9A83BE0439E , 0x0190DA94CF4F71F7B8CED97B337D3321 , 0x0190DA94CF7171F5B87641FA0AD71ABD , 0x0190DA94CF8772A58FA6D81F635395DE , 0x0190DA94CFA070329F9C7DBD734AE183 , 0x0190DA94D05A71F68CFF110C906BC865 , 0x0190DA94D0807188B95B812A77D07180 , 0x0190DA94D09F708780729DEEA4A8D6A5 , 0x0190DA94D0C073A9AC972486322E173F , 0x0190DA94D17F701C921F0A18319E53F7 , 0x0190DA94D1A6727E9ED6632401824C66 , 0x0190DA94D2B97158811511DDDEE8D3F9 , 0x0190DA94D2E170239888A0695A3CE4DF , 0x0190DA94D47C72638BA8CC9D2F8F4B6E , 0x0190DA94D4A57256AE526AA89A2BEE2E , 0x0190DA94D55F7137AA1F44056AB0C987 , 0x0190DA94D586704CB80DC7B421E75E76 , 0x0190DA94D64B7212837C4CCEB05D4ED1 , 0x0190DA94D732722D86D2D2CF3AE726C0 , 0x0190DA94DCD571F390AC595C898F1DCC , 0x0190DA94DD9970E0B64C66FAAC74B20A , 0x0190DA94DDBC71A58C32603D93ACE9E7 , 0x0190DA94DE8E720383E075ACCBD09747 , 0x0190DA94DEB272499ADF9156BDCB3A58 , 0x0190DA94DED1713D9AA48D479E9BD2B4 , 0x0190DA94F8B7717BADF7451510027D6B , 0x0190DA94F9507306947C146B7450C5AF , 0x0190DA94F9EF70FCA47BBE472E6A4366 , 0x0190DA94FADF7358921980004651BA7C , 0x0190DA94FB94732CA59846897A00F3A1 , 0x0190DA94FC3D73DC80E43EAA901CE8B7 , 0x0190DA94FC6170B69F4FDC28C9130521 , 0x0190DA94FC807034B88909B2DCEB326F , 0x0190DA94FD3473D68FA23F23917817C2 , 0x0190DA94FD54701493ABB40BC01E08CE , 0x0190DA94FE0A70458C32F186A9382D7E , 0x0190DA94FED272438612F4A8DFB4E6D6 , 0x0190DA94FF88714C880B94707D152E05 , 0x0190DA95007971C893515C9E3348E1A0 , 0x0190DA95014373F599882374F770C7D6 , 0x0190DA9501E7731CAD4B8BC2B5B3D5A8 , 0x0190DA9504EE71BFB9928EAF9597A050 , 0x0190DA9505D6712B99B3355FE615C47A , 0x0190DA95068A70ED96D8A3A77723D16F , 0x0190DA950737735BA3804474FBD67D13 , 0x0190DA9507E570DF9EA3FB538FB2959D , 0x0190DA95089C7371900E90AE0A07576E , 0x0190DA95095573DEB3B67B23B1022534 , 0x0190DA950A5D70B0A6810C8F04882813 , 0x0190DA950B097397B8CD0B45144DA2D3 , 0x0190DA950BC97063855632EB8C8AEA57 , 0x0190DA950CE27042BD4FBFB08C1C6211 , 0x0190DA950D0A71C787E7883125BA5852 , 0x0190DA950D2E717FB43D9A3A5315981A , 0x0190DA950D4B7234B40CD5F3FDC76583 , 0x0190DA950E1971D4A77ED3A6A6ED7B87 , 0x0190DA9510A173459708E34E54806F42 , 0x0190DA9511E47058A6372C7EF43533C4 , 0x0190DA9512D670B8AB15F8A3830ABA7F , 0x0190DA95144471BABD3E5E8615E65DBD , 0x0190DA9514F6724A927969B4F2F6F5DF , 0x0190DA9515B2712F9726ECC8A598CE7D , 0x0190DA95178F7291AA7598CD23469482 , 0x0190DA95184D7298BFF84A23351EFA50 , 0x0190DA9519B9725A898D6A3743BD3A4B , 0x0190DA951AB7733F843C1A6488F9EA49 , 0x0190DA951B79730D8FC3724F883E9691 , 0x0190DA951D4172CDADDAA1637C0529EA , 0x0190DA951EC1700BA9A0BF4F6BA0D15D , 0x0190DA951F857108B9CF45AAEC4B8BD7 , 0x0190DA9521847137B46402919EF06BFF , 0x0190DA95223D733EA014949BB31C0395 , 0x0190DA95239A707FAC05D4EFBFBF788C , 0x0190DA95260673C694D6CA61DCDEEDD5 , 0x0190DA9526B97141AD86F42F8B89B802 , 0x0190DA9526DE7119A68CB5B885ED6344 , 0x0190DA95270171D5B94431F601AA51E9 , 0x0190DA95272871EE964857C7938A7D3C , 0x0190DA95274773BFBD092191F72C61FC , 0x0190DA9527617351995209AB022E4E63 , 0x0190DA95283570AB91370516B2EB6F74 , 0x0190DA952858736EA14F8B6B8B2EADDB , 0x0190DA95287C718CB31D13132A06C9B9 , 0x0190DA95294B70C7A3DC0C2B66C39BE3 , 0x0190DA9529727052A307495C7B4C7637 , 0x0190DA9529957062A7FE85E97A79EB79 , 0x0190DA9529B671FEA80D9CA47D7561E6 , 0x0190DA9529D57274AD3F5A6C757EAE5D , 0x0190DA9529EB7205B81F7EDF57D28B8C , 0x0190DA952A05722CAAC04A62156C4F25 , 0x0190DA952A1E73FB8FEAF5C43452FE0A , 0x0190DA952B1F71B49230D75838278F4E , 0x0190DA952B4072A8B8F96C6985911246 , 0x0190DA952B56713196FD84337D3DF2D6 , 0x0190DA952B6F70AD8C777BDDF9083799 , 0x0190DA952B8773A49332A34F906BFC21 , 0x0190DA952B9D72718E0E707D4D5A7288 , 0x0190DA952BB672CDB6F35B10CABBFA5B , 0x0190DA952CD072D489B4D5A72B64DB05 , 0x0190DA952CF471CFB0E1D967CF257930 , 0x0190DA952D14733589CB2AE2F89ECD4B , 0x0190DA952D2F724AA04AC53E17443987 , 0x0190DA952D497388984236ACFC6953C6 , 0x0190DA952E1772DCA7B91F36BFAC97B0 , 0x0190DA952E3C7334B65ACF84220DCE9E , 0x0190DA952F047117B621A2213E3D38BD , 0x0190DA952F2872CDA69536491FA4FE73 , 0x0190DA95303A7056BD3A3A6C7FDB27E4 , 0x0190DA9530E871A48AF3B64123132113 , 0x0190DA953230730EA706DCD3525B36CD , 0x0190DA9532E67243A0FCB70CCC9A17D7 , 0x0190DA9534297111B9A1211924C83AC4 , 0x0190DA95344E7136A000357F51328120 , 0x0190DA953470736CB7D19A8893591F69 , 0x0190DA95348D73028BEDFDDEDA99F896 , 0x0190DA9535617205ADAD47A577961718 , 0x0190DA95358471848AB941C3AC1435FB , 0x0190DA9535A572B38EFAB4EE1A461116 , 0x0190DA9535C171BFB4A72959C7C78A9C , 0x0190DA9536E673DDA2859067D827501F , 0x0190DA9537087198B772D17B6D274F6B , 0x0190DA9537247124AA7CD30C03E104ED , 0x0190DA954EE4733495FE36A2228D98CB , 0x0190DA954F0C73CB9AB9DC048D50EF15 , 0x0190DA954F3173D6ACC54D0AEC03179C , 0x0190DA954F51706BA1FACBD5FE0E6313 , 0x0190DA954F6D7070933EA2E79946CF29 , 0x0190DA954F8473DC85F28AE30CFD1FC6 , 0x0190DA954F9B71A2BA4FF1E70631BDAE , 0x0190DA95504E71EDB928491ADCED8CE7 , 0x0190DA95507772C5AA468B5B57BB7D09 , 0x0190DA9550A4734498A9F7BA9DC0C2CC , 0x0190DA9550C370A0B515D09D8BF9B822 , 0x0190DA9550E07396BAFE10A52432B344 , 0x0190DA9551A173A9AED7FF30F2E4DD66 , 0x0190DA9552657000B14AC71C168B97BF , 0x0190DA95532973F6B2A2AD3AC1787C65 , 0x0190DA9553CF71C0B65E8B55759CD456 , 0x0190DA9553F77015B9A8B2245DDC0602 , 0x0190DA95541D7212A3F061592D578887 , 0x0190DA95543B70FF9D6251B7569D7823 , 0x0190DA95545A7395BFB6BB5073A28553 , 0x0190DA955EBC72A99293D0EB5AB7D3EE , 0x0190DA955EE6709591A879BA4645B379 , 0x0190DA955F09707294DDB49957B09C0B , 0x0190DA955F2572218F240BCF26F6CF54 , 0x0190DA955F3C71B696EEC593AFA74926 , 0x0190DA955F52708F93EBE6EE46A49F8F , 0x0190DA955F6871288174029F39A7EB97 , 0x0190DA95604371E0BF2C243BFC00FB95 , 0x0190DA9560677381BD998D2E0E00392E , 0x0190DA9560867244932B290ABAEBD616 , 0x0190DA9560A070E6A66F448D57ECAAEE , 0x0190DA9560B6736FBC023910BCEF618C , 0x0190DA95617573F1AE4F0A61753923E2 , 0x0190DA95619972FCB93327C9D8908340 , 0x0190DA9561B8731196AA1FA2D1FDECE3 , 0x0190DA9561D37253885355B38E55A5E6 , 0x0190DA9562DB73C996C069F43E77E7FB , 0x0190DA9562FF72228C57B2107720A4B5 , 0x0190DA9563207323A310E05F8FB7585D , 0x0190DA95633D701F81D1F189A7782427 , 0x0190DA9563F470F880B9BB489A291824 , 0x0190DA95649E71E098163A91BCF7E3CA , 0x0190DA9564C270B79F388CFA5E84B998 , 0x0190DA9564E47209A7F7525816E0C59A , 0x0190DA9565017310B029B4727936EA0F , 0x0190DA956517709BBDCDBDEDDB7A486A , 0x0190DA9565C173B39B2954E08CD96C0A , 0x0190DA9566EC737388D88B569BB0FDC0 , 0x0190DA956718721D86F99823994621F6 , 0x0190DA95680772DCAE68DE9B85DFAE6D , 0x0190DA95683273D69F29484E140BB77F , 0x0190DA95685472ACB695431470910603 , 0x0190DA956A8D71DBB0086A5260A37C75 , 0x0190DA956B2F7396B1CF31D7CEBB6919 , 0x0190DA956BEA7356AA61A5096FB10587 , 0x0190DA956CBE73A681562B9C79AE0B2A , 0x0190DA956CE671F9ADB3DC53C5CAFEA2 , 0x0190DA956D937196BFE560F99BEF169D , 0x0190DA956DBD73D39B1E5AE5EC825966 , 0x0190DA956E9E7039BBB8D189DDCBFE66 , 0x0190DA956F4C70B99C5986AD0A32201A , 0x0190DA95701771A8B23A6D084980F60C , 0x0190DA95703D710FAB635F919EB4EBD9 , 0x0190DA957190718192276A4614EDE32D , 0x0190DA9571B7707F935BF5C52B4C1582 , 0x0190DA95726672EC97161C6816DE1F61 , 0x0190DA95728D70A1BD87EDD951B4D219 , 0x0190DA9572B272838083AC7D67B3307C , 0x0190DA9572D3733189BF23913A68DCDE , 0x0190DA9572ED73EE8DC53A567C1E08B2 , 0x0190DA9573047165B9D6F1C688569179 , 0x0190DA95731A7007BCF59178240945A3 , 0x0190DA957331733FB176B2DEF7E6CBAA , 0x0190DA9573477362AEA1D6154C170883 , 0x0190DA95735E70C7B7F90737CC1A611A , 0x0190DA95737472DDB1C0F41E39B97702 , 0x0190DA95738B7117AB9678A51EE8DEC5 , 0x0190DA95744073D88BB8B27F106D9929 , 0x0190DA958B567230BE44179DA15177BD , 0x0190DA958B6D72D69A552A48087F6229 , 0x0190DA958B877104BC772F37DEBBDEB2 , 0x0190DA958BA173ECB9176AE8267F0C1D , 0x0190DA958BB87288A0C15FF1D19D1371 , 0x0190DA958BCE712C9E7328EAD09342DE , 0x0190DA958BE573C59D329BB7E5375607 , 0x0190DA958BFB717CACFE16E77C61C7AF , 0x0190DA958C12728EA58CCAD08FC8DB80 , 0x0190DA958C2D70E983A856FD22A4991F , 0x0190DA958C437095AFA3F46F85A052E9 , 0x0190DA958CF1733AA025CBA5042F6C6D , 0x0190DA958D1C73F783BD9114F0AC5DD1 , 0x0190DA958D327233B9966EC072AAB600 , 0x0190DA958D477196AD8A33AB50DEE4ED , 0x0190DA958D5F70DE96F87EC1686E58BB , 0x0190DA958D7771238F29EC22CFE704BC , 0x0190DA958D8E73ABA8A4D0882CD4DEF6 , 0x0190DA958DA571768306385B6F952E3F , 0x0190DA958DBC70B9B2F07FFE970A4123 , 0x0190DA958DD272AEB47D4FBE8B4BB312 , 0x0190DA958DE871D0BDBD99BED26365A5 , 0x0190DA958E9B739DBA98DD02BA78A076 , 0x0190DA958EBE7024AF2BE2B98CBB89BE , 0x0190DA958EDD73E7B1D1932A178FB9A2 , 0x0190DA958EF873F3A7F7DEB31280DFFC , 0x0190DA958F0F72D5BE0C642A4FAFFC99 , 0x0190DA958F267318ACD742412719F468 , 0x0190DA958F3D727893C7DD6CAC844FE8 , 0x0190DA958F557108BD48AB5D24B79CD1 , 0x0190DA958F6C705881E2E6BBB76FE546 , 0x0190DA959011712D9173451070A8663A , 0x0190DA9590367214B6CA87DD3DE9E8E3 , 0x0190DA95905570ECBCD5C2236AFD1B07 , 0x0190DA9590707234A70108DB0C2801C2 , 0x0190DA9590877331B2DBD70C20783EE2 , 0x0190DA95909E73AE875FFF62EE6935C0 , 0x0190DA9590B5721B9095440FB3191D3B , 0x0190DA9590CC7058BFCF4D8374E24004 , 0x0190DA9590E2725BB60B08211E1035B5 , 0x0190DA9591A37361A24119EF838B0826 , 0x0190DA95925973DB86D1218DEF6AA220 , 0x0190DA959281732D878DC2BE3D1BFEAA , 0x0190DA9592A07263BB3606EFF7A358FA , 0x0190DA9592C0725D83ED3FCC4D781D14 , 0x0190DA9592D7733FA2F3522C68B952CA , 0x0190DA9593A57252B8D32C9988783032 , 0x0190DA9593C9720093FCDE987182D242 , 0x0190DA9593E8719A8421542E7D99D3DA , 0x0190DA9594A3718D8A7E742FE6C4CCEE , 0x0190DA959550731BB930787EF7148E9D , 0x0190DA959600726AAE9B61885843AB03 , 0x0190DA9596CF70E7BAB988CE961BCC11 , 0x0190DA95978770E28E41E7A48AAB3C24 , 0x0190DA9597AC7301A63B09F32A80311F , 0x0190DA95986D72FCBD8054B6BEEF4658 , 0x0190DA9599347266A35D865DC5BFCB4A , 0x0190DA959A0E7223BCCB0A04ECA18136 , 0x0190DA959AEE73D0BEC95AE6FB588E57 , 0x0190DA959B14726B85E3B037F7A5E37B , 0x0190DA959B337325AA99C3E94439AC0B , 0x0190DA95C980726AA516D16291DBC695 , 0x0190DA95C9A070C3B290F2BDCD6D288F , 0x0190DA95C9BD72FBA5DB933FA8E05E7E , 0x0190DA95C9D6730F992344B4E06F0F94 , 0x0190DA95C9ED722B90A0F9B394B0ED07 , 0x0190DA95CA03713E94DB8AD092CD7687 , 0x0190DA95CA197125870AB6CF5CDF4657 , 0x0190DA95CA307232AFCC1185ED5BCB04 , 0x0190DA95CA467146A64893ECD368D2BA , 0x0190DA95CAF97284967897898A2F84B2 , 0x0190DA95CB3671989B5F1478EE219E48 , 0x0190DA95D1B6717EB15D81AB2A8D1E3E , 0x0190DA95D266722A86D4E558A505F677 , 0x0190DA95D31972079C995831EC3C926A , 0x0190DA95D3C771CDABE25B0546DEBBF6 , 0x0190DA95D472713FA80DF782E95A0B8B , 0x0190DA95D5297349AED903A29B8FDA30 , 0x0190DA95D5F0707393B119E52EBFF817 , 0x0190DA95D6B6738C875F786C14DD71E6 , 0x0190DA95D7937116A70E4F54FF856BC3 , 0x0190DA95D8AB73678483945B4F094C8E , 0x0190DA95D982734C9D53C73C700EA2C0 , 0x0190DA95DA8373E38A732F52D74218BD , 0x0190DA95DB3B7183A693AA245ED4D295 , 0x0190DA95DBFA73898C571947A9580A5F , 0x0190DA95DFB5719AB42117D25CDB18F9 , 0x0190DA95E08272E49D28F103EAA2DCB5 , 0x0190DA95E1797354AAAEED2E932BEED4 , 0x0190DA95E240716787E508606B0616E4 , 0x0190DA95E31B7044833EE4E520CD4558 , 0x0190DA95E3E170E391E283D001D730D2 , 0x0190DA95E49A727F9DF43DB71AA9B3CA , 0x0190DA95E55973A19C226DA67FC15515 , 0x0190DA95E617732A92D20CD1F1EEC701 , 0x0190DA95E6DD7058A8EE04A9E97165A0 , 0x0190DA95E7A9709593A27EED8225476E , 0x0190DA95E86E701E8D3E742DFD80B5D7 , 0x0190DA95E92A716897CFA5A3504F4674 , 0x0190DA95E9D973CAB6A971CCFCBF463E , 0x0190DA95EA9B71B582946D8A79688385 , 0x0190DA95EB6070F19616552F9595A6CA , 0x0190DA95EC20716091452EBCCDC46B94 , 0x0190DA95ED9F71D2BF426ED050BD02EB , 0x0190DA95EE7A70B5A8BAA17ACE4223EF , 0x0190DA95EF3A7353B5DB50ECBA7EACB4 , 0x0190DA95F0067108A11A16CF54D90FE3 , 0x0190DA95F0C8729EB77A0E9F39E6CF44 , 0x0190DA95F1757087892B605076A3A575 , 0x0190DA95F231709CB143C2604FB21687 , 0x0190DA95F2F17367AF9D58D95D66FE2F , 0x0190DA95F3AD70A4B1A6DC97FFE1F05E , 0x0190DA95F46573F7B8FCFD64675F304C , 0x0190DA95F516733796A1D2E7AF006019 , 0x0190DA95F5FD7195B8422B31AE4F8E2B , 0x0190DA95F6EA728A80F290B0A4912F19 , 0x0190DA95F7CC730D8F0E20ED3E11B930 , 0x0190DA95F8A27313A322272E618ACB8E , 0x0190DA95F98F7158B88C7BEA1B89FD2C , 0x0190DA95FA2270F0B65F5619678A8A11 , 0x0190DA95FAE470959F824C49A859B009 , 0x0190DA95FB09736AA252078FD8D183E2 , 0x0190DA95FBE072848386EB990366D534 , 0x0190DA95FC9D730F83AC3EDE4DF53E21 , 0x0190DA95FCC37296B9CF4487B7FC6B0C , 0x0190DA95FD8270ECA71504C6630A5532 , 0x0190DA95FE1C703DA0219508A86745DA , 0x0190DA95FEDF735797394CB4E3CF9D16 , 0x0190DA95FF057030B7EAC29663B122BD , 0x0190DA95FFA37393B3DEF4DE9F9A3759 , 0x0190DA9608F872BE9D83F63F7E4A128D , 0x0190DA96AEF9727B8F05A241C1648388 , 0x0190DA96B049723783F81EA0E4036A30 , 0x0190DA96B108709DACB26F3C331DC070 , 0x0190DA96B12D734B93F03CD2EAF37BB6 , 0x0190DA96B42B726BA998D966276DF9F0 , 0x0190DA96B4E171C5A19535EA49D0E6C3 , 0x0190DA96B506726785B772C8906FE249 , 0x0190DA96B5237168B057455DF11AF3F8 , 0x0190DA96B53A70E0ACCF3F2AA4D3D3EB , 0x0190DA96B55171D597A95DA4772A9346 , 0x0190DA96B56870E6BBB2C4CC5B594017 , 0x0190DA96B57F7098BB288A43D7E7A01A , 0x0190DA96B59772A89396851B164E0B48 , 0x0190DA96B5AE7206B99BC52FF3ADE146 , 0x0190DA96B5C571DCBE8111C62C36B865 , 0x0190DA96B5DC73C1BDA1CDD66705E010 , 0x0190DA96B6887169850B95F9F8A47E4C , 0x0190DA96B87D709E844AF7B5F98D1D3B , 0x0190DA96B8A3727492F14B6745976B88 , 0x0190DA96B9DE70D9A6549E52DA472E7B , 0x0190DA96D2F57304AB69117CA89A3289 , 0x0190DA96D3E37268A77AECC5C8622656 , 0x0190DA96D409702381F7ED88072E8FCD , 0x0190DA96D42A725DA90E552469685D19 , 0x0190DA96D44673F4913EB338D50852D8 , 0x0190DA96D45D7234B3DA1598E577017D , 0x0190DA96D4747149B66911A471031D63 , 0x0190DA96D48B72EF929192BCE875B745 , 0x0190DA96D4A271B3BDDC5A061D20B0E5 , 0x0190DA96D4BA72DD9C7B2EAD4683173C , 0x0190DA96D4D1721BA09830D8527A3AEA , 0x0190DA96D4E871C295115AC1DC95E95D , 0x0190DA96D4FF71368A774E02A19091A4 , 0x0190DA96D51670AC9A6F96F97B378387 , 0x0190DA96D52D70F68788072DADE4227A , 0x0190DA96D544715A84283C6B430FEDD6 , 0x0190DA96D55B71A6860CF127472EAE92 , 0x0190DA96D63E73C699D058B589D73CF5 , 0x0190DA96D6F573D39926E7A2A9B0C90A , 0x0190DA96D7BC70839E094B27D0CBB91A , 0x0190DA96D88572128ECC67C8E3B47652 , 0x0190DA96D940706DABFB875743B65D7C , 0x0190DA96D96573E0A6ADC43D454D9A7B , 0x0190DA96D98670C6A024FC8963563B44 , 0x0190DA96D9A370739EC70F4B74411E20 , 0x0190DA96D9BA715C8A7C8A58CB7F63CA , 0x0190DA96D9D173B2AA743B6B14C736A5 , 0x0190DA96D9E87335B499DD5A981AA66C , 0x0190DA96D9FF703DB338A0A547B5D08F , 0x0190DA96DA16734EBA92081E2E796874 , 0x0190DA96DA337335830491463D48F3FF , 0x0190DA96DA4B71989E2F16E843F23654 , 0x0190DA96DB1670919F54FDFE96B901D8 , 0x0190DA96DBC7729B8674B84FE9EEF303 , 0x0190DA96DC73720EB51B76EF50959DD4 , 0x0190DA96DD397239A30BBD47357C2635 , 0x0190DA96DE5470E9AFC706214ED0548A , 0x0190DA96DF0B73A881CEC2CB0DD4ACFE , 0x0190DA96DFBD7396A7400975FF466CC9 , 0x0190DA96E08771B5AEF16188CA23B740 , 0x0190DA96E16C720DBB2DFEFD81C46B9D , 0x0190DA96E22872B58647F233F5B24DA8 , 0x0190DA96E2D470B7AD893A78C36835F9 , 0x0190DA96E37D727BB01AF3339AB4D07C , 0x0190DA96E43D714393B5558F5717A373 , 0x0190DA96E521734BBBA762574B8E787E , 0x0190DA96E5EF72439B82D497CBDF6AC0 , 0x0190DA96E6A97262AF7B7F553343F5A4 , 0x0190DA96E7B172968B8EA2F828DF0BBC , 0x0190DA96E8AC7377AD0177F27CEC3C53 , 0x0190DA96E96770D9A13B7A65B8A358DD , 0x0190DA96EA5073A59AC10004EA4A7493 , 0x0190DA96EB3673F68505E5177AF6927E , 0x0190DA96EBFC733F95F423B6951B2935 , 0x0190DA96ECBA73A6AF19D9343A78B9BB , 0x0190DA96ED7471FD9384CE57AEAC4193 , 0x0190DA96EE1D730CB84AE750E4F56605 , 0x0190DA96EEE0727C86AAA41E66298BF0 , 0x0190DA96EF8F71CB89BA0E3376F134FD , 0x0190DA96F06C72598A05D5D491C652BA , 0x0190DA96F1787063949AAF7C761A4E8A , 0x0190DA96F27E726D8E5581804D08CF3E , 0x0190DA96F37272A19161832F174C2747 , 0x0190DA96F45E7072BF9F70B2D81F8ADD , 0x0190DA96F529705BAF2B2AB397068EE1 , 0x0190DA96F60B734A9855B7319E50783A , 0x0190DA96F7197355BAED3B636BD14E71 , 0x0190DA96F7CE71BCB55CAEB3AD2F80CF , 0x0190DA96F894727CBC5FD4276F5013B6 , 0x0190DA96F958709EA67CD309E2A02316 , 0x0190DA96FA1C70208461E6FCFA76E10E , 0x0190DA96FAED70BB81553B8BAD3B666F , 0x0190DA96FBB670C9A86771E276591F45 , 0x0190DA96FC8B70A0A761FA737D8B1D21 , 0x0190DA96FD697091A4E4240B705AF11B , 0x0190DA96FE2773BF8D316663BD4667B4 , 0x0190DA96FEEA726A9C20A193145F6F26 , 0x0190DA96FFA17344B09E4E4BC068017E , 0x0190DA97007873B99FA9AB0BD50E35A1 , 0x0190DA97012B731C9E8A3D4753D93A3B , 0x0190DA9701DF7124B541F9D7A9E96198 , 0x0190DA9702B270BDBD8A2D4C758DB3A1 , 0x0190DA97036B7145B51A4606B983ECC8 , 0x0190DA97042E71D4B57D01ED0CDEAEF5 , 0x0190DA9704EC70CEAA9A50DE56E3CD96 , 0x0190DA9705A372A18ABB5537784F6A05 , 0x0190DA9706657279BAF914FC7FEF2F72 , 0x0190DA97073C724D9BE01A33B5C179D6 , 0x0190DA97082D721AAABEF82A8F5EC480 , 0x0190DA9708E87165B2CEFFDA7EFF558C , 0x0190DA9709DC71C3AE96118EFD4AF2E9 , 0x0190DA970ADC73E1A94077131FA38DBC , 0x0190DA970B9B701BA13ED7C07238951C , 0x0190DA970C6871DD8EB5142502AE8234 , 0x0190DA970D2672678084B168295CB2D9 , 0x0190DA970DE171298CBD521ED3987AFE , 0x0190DA97102D7331A1AEA16BD9CDF472 , 0x0190DA9710F372E8B353374EE2DC5CB5 , 0x0190DA9711AA732DA4D92AFF8C74A41A , 0x0190DA971275737BBFBD230D1A6E7CF6 , 0x0190DA972BA2732C8437042D4916CCEC , 0x0190DA972C6A73CDB3EDB49B02087AA8 , 0x0190DA972D3D7246A7D5925C31C51FE1 , 0x0190DA972DE8710E9AC17DC2990DAA29 , 0x0190DA972F757003AC60019610DD24AD , 0x0190DA97303471B8BB6F8A530BC5576A , 0x0190DA97311C708D895D7EA3587D6E0B , 0x0190DA9731C873D090B5A057A624908F , 0x0190DA973276723F9B71F9BB09A84EE6 , 0x0190DA973318717DB94169B20DFDE3A7 , 0x0190DA9733D7724F8D178FF539EC0E08 , 0x0190DA9734C7712A8B372CADB470E45C , 0x0190DA97358D72B3AEA8C0FCEA7496CF , 0x0190DA97364D739EBAF8274DE33C6D6D , 0x0190DA97370570559A6E11D9923DE2DA , 0x0190DA9737F0705F858E1E60A8767A43 , 0x0190DA9738C070DFA0895DAFD3C82431 , 0x0190DA97397C73C79FA0C638FD5AFE54 , 0x0190DA973A57704EB80F078D6775E708 , 0x0190DA973B1173B08E866F3BE5CC1C23 , 0x0190DA973C24705CA17F11BC81CDF25E , 0x0190DA973CF8724EA24F7795B0CA816F , 0x0190DA973DBC7220867F02AC1C97B8DF , 0x0190DA973E90712D8CE76373C98F3182 , 0x0190DA973F6673D68CA54BB768718DD7 , 0x0190DA97403971B0BDAA3ED0AECEF81D , 0x0190DA97411F72EE996B06494E6328AB , 0x0190DA9741E370128E2399CCCF8D23EF , 0x0190DA9742B171D6AD2ED53C6CCED7A3 , 0x0190DA97437071BFA3B971F0376EDF14 , 0x0190DA97443F72E7BE3D40998FBB030D , 0x0190DA9745C2722EAD87B589AB4FAF29 , 0x0190DA9746767316ACBDBC9393C1F351 , 0x0190DA974738724CAF5D0183C9FE8281 , 0x0190DA9747E47022A039C6CD0F8A0539 , 0x0190DA97489F72C98A5AE5898D6D527D , 0x0190DA97496473E2BDEE92FD427AB9D2 , 0x0190DA974A337294B9F4CC2F3F095DC9 , 0x0190DA974A58710A824C24B72F5A1FF5 , 0x0190DA974A79705681A1F805103D723B , 0x0190DA974B397340BBB8A17CD5AB825F , 0x0190DA974BF571AD96D348389DACD755 , 0x0190DA974C1A724AA2628AA59B1341D6 , 0x0190DA974C3973278089BCDDB9FF4115 , 0x0190DA974C50702B9E009AD518DFC646 , 0x0190DA974C677313B7DDC4100342ACAE , 0x0190DA974C7E71A9B6E47FAD00A13491 , 0x0190DA974D5F703182A999568744C5DD , 0x0190DA974D84714F9AA586FBD06456A5 , 0x0190DA974E4D734096FB2B6358954EB7 , 0x0190DA974E727245991FD021F66EA704 , 0x0190DA974E937180AEE615DDB2DAA080 , 0x0190DA974EAA73CB8412BAFB630B6DCB , 0x0190DA97509F73A9A49DD9B49DE94482 , 0x0190DA97517E7102BB9D0B9BF9DE8813 , 0x0190DA9752457197BA4968687B8CD1F5 , 0x0190DA9753827171A7AC8C06DE5B7030 , 0x0190DA9754E372309314A5B8AAB50871 , 0x0190DA97562D709F995FA641C6F24EA5 , 0x0190DA9756DC7043BA96E01AF9676C7E , 0x0190DA9757A67354BE6D21FC8EC50DD9 , 0x0190DA9758F7712C922CB10EA2A31ED6 , 0x0190DA97599E72AD8DEFCB76F28F9B8F , 0x0190DA975A4B72F9A4A22F8356F8E6D5 , 0x0190DA975B6C722AA0117432852922CE , 0x0190DA975C2570D68FD298BDFF802F47 , 0x0190DA975CFA71BDB18E7810AD786A45 , 0x0190DA975DC2719498C4D7E0632C7151 , 0x0190DA975E7B72C9B58E5D3449B4BDFA , 0x0190DA975F3A73D385BB01A96942662D , 0x0190DA9760B471099E93FCD6395D8320 , 0x0190DA976165721C8F277574C9615DC4 , 0x0190DA97622571E69CE22A3FBCF5E861 , 0x0190DA9762E673348A0D908094CFA711 , 0x0190DA9763BE73FFA1F0DD27F389FDC9 , 0x0190DA9764907003B0FDF59B8AF8942F , 0x0190DA97653D73EDB28BE15E33A274D5 , 0x0190DA9765FC70B8A76BF35457FE53CA , 0x0190DA9766C9725A97239D3AC1BC8A39 , 0x0190DA97682873799C21F3DBDC0BF05B , 0x0190DA9768D57257844F32B5C2469C6B , 0x0190DA97698F7102B4884226AD9F5241 , 0x0190DA976A52713A841613259B0A923D , 0x0190DA976AFD709DA989770A28C0B0B7 , 0x0190DA976BAC715DBE23EAC7ED268933 , 0x0190DA976C78738F849AAF5B9AD3C61B , 0x0190DA976D3270658019C7A1AEB61751 , 0x0190DA976DF67116814351FCB0CD61A0 , 0x0190DA97700373268637B6814ADAA703 , 0x0190DA9770C07323B3B24DC2F2D0409E , 0x0190DA97716872B4BE5F9A7FD3A3C651 , 0x0190DA97721570E391B1B8AFAC6171B7 , 0x0190DA9772D67227B06DE070F66F6D4A , 0x0190DA9773927146874FE0CAA6DEF34C , 0x0190DA97745671B38BE9B6690030725C , 0x0190DA97750473F594189B2648FF72AC , 0x0190DA9775B072CC97658C34DDEE8A7E , 0x0190DA97765F73DFBCB2CC6836AEAB46 , 0x0190DA97771F724E90ACD7AA2A93ACF0 , 0x0190DA9777447235B285EC511482FD8F , 0x0190DA978F3B73A5B1AD4149F2DAB725 , 0x0190DA978F6773F2821C98AC02025792 , 0x0190DA978F8B72D589B6A671B99818E9 , 0x0190DA97906672558339449232D520A7 , 0x0190DA97909372A49BDFCC9F8C75ACFD , 0x0190DA97915473D0B507AA75A392928A , 0x0190DA979214739DA2DFB2522E4A255E , 0x0190DA9792F270D48AB24B18043328B6 , 0x0190DA9793D3710FA128721CE869CE1B , 0x0190DA9794D4722BB8EB811DE7A2841B , 0x0190DA97959F71479F0C71378F206EA0 , 0x0190DA979C4572BEA40F9D1FFA1006CD , 0x0190DA979D1273FEBFE4A0850D362212 , 0x0190DA979DED70A8B56288F41D47DBA3 , 0x0190DA979EB6706E937C710818F11E10 , 0x0190DA979FED73E79B41FFA3C5A0DA67 , 0x0190DA97A0BD7200B69EF8C6D6943F5D , 0x0190DA97A19572198EC0CF57A6FDFA97 , 0x0190DA97A25A7055AA5804A37A51B9F3 , 0x0190DA97A3547170BBFFE305720FFB7E , 0x0190DA97A41273B8966B36A6667373AA , 0x0190DA97A4D77125B8F53648872912B2 , 0x0190DA97A60572E98327349785F178B5 , 0x0190DA97A6AD708DAC96ADA7FA53FC66 , 0x0190DA97A6D470CA991844784060EFD5 , 0x0190DA97A6F8737E82163EFE74BDDC68 , 0x0190DA97A71671CC92555B57F44BBD09 , 0x0190DA97A7F8735587B5CFABD35D533C , 0x0190DA97A8AC72C3A4448AB166A696F9 , 0x0190DA97A974735E96268825D2A6EB5B , 0x0190DA97AA5F7338835C553E55FBD2FA , 0x0190DA97AB567353927564785C51E62F , 0x0190DA97AC16730D80C537B3267F39F2 , 0x0190DA97ACD573899E9F98285AFD5DA6 , 0x0190DA97ADA8707BA42670A278061093 , 0x0190DA97AE8F708F924A551793B70D51 , 0x0190DA97B035710D91E968B56FCA6FAA , 0x0190DA97B05A72F8B509944325042540 , 0x0190DA97B12473B88F0EF23A87C4D97A , 0x0190DA97B2547334B8FED7DC3DDABDDB , 0x0190DA97B309706E8518B6F5C1D99DCD , 0x0190DA97B32E71D09DF55EC1EE2F5CB7 , 0x0190DA97B34E7045B32CD0FB60DECE9D , 0x0190DA97B36A71FFB28A7A4318B00D83 , 0x0190DA97B43873828EAB2CECEEA33C55 , 0x0190DA97B45D729595CE67131D76C1BC , 0x0190DA97B47E7012899ADAB5F024766B , 0x0190DA97B53B72F9A5E9838ADA494B0C , 0x0190DA97B561723E8451F9071398B67E , 0x0190DA97B57F722595ED2F074BEC768E , 0x0190DA97B654705E98A680E80AB0B2F4 , 0x0190DA97B67973F8A3DF85A414202E04 , 0x0190DA97B73873A6B44EF51620E6AA77 , 0x0190DA97B7E273A793D223882B9FC341 , 0x0190DA97B91872068460B55AC1DF99FC , 0x0190DA97BA6E71729A4D4D3E6F41EEA2 , 0x0190DA97BA9771CC915DA54CDBA46559 , 0x0190DA97BBE170B6BF7D736BCA41F500 , 0x0190DA97BC06720785F0351202F29846 , 0x0190DA97BCD373488AFB18051BCB6DF9 , 0x0190DA97BDA572E0BB28B452A85BF708 , 0x0190DA97BF8972B9AB516F8D320C360D , 0x0190DA97C067720A9F07C72B58AE4A6A , 0x0190DA97C13C71C19C32EC684EEA09D1 , 0x0190DA97C20172B384CCFD452AF8CB18 , 0x0190DA97C2C773E691613E40DE2DA3CB , 0x0190DA97C2F27073959FD272E8B9DB73 , 0x0190DA97C31970F69F3AF744F265FFDD , 0x0190DA97C33A72999703FBE4F78851A6 , 0x0190DA97C40271B4B848F18171BE4884 , 0x0190DA97C42E72A0AB5E1F56BB8B0ABD , 0x0190DA97C44D73CC8D129C87DEACB4E7 , 0x0190DA97C46A707EA4D9E70725497BFD , 0x0190DA97C53B7229B1774E6E9D142C61 , 0x0190DA97C68E7095892E3B990891274E , 0x0190DA97C74D738697E600EFDAF661D1 , 0x0190DA97C77271939BD4F45EB4A3805C , 0x0190DA97C83D71BF8ABD93A2186576DC , 0x0190DA97C9907387BFBE83E69714FCDB , 0x0190DA97CAEB70C18EB729F187C30B33 , 0x0190DA97CC3E7245B9DEB74DE18B954E , 0x0190DA97CD9B70C1B594CCEE0423F24E , 0x0190DA97CE8E72BA95FAACF9EC94BFD8 , 0x0190DA97CF6872ADB8D72DA846A89FE6 , 0x0190DA97D059725D805AD907A846DCC8 , 0x0190DA97D1A97078B18A47D9736D84E6 , 0x0190DA97D26D701EB8D8448F0B892BF8 , 0x0190DA97D329739EB655F3F596477C58 , 0x0190DA97D478715D8A220D4E622C4571 , 0x0190DA97D53A70418F34798B53FDC1A5 , 0x0190DA97D60E721A888D64A67D0AEFBE , 0x0190DA97D8607219AA4BA4EABF6D7A84 , 0x0190DA97D91571D9B3C4ABA8804C3F13 , 0x0190DA97DA317183B59519EED5B013A7 , 0x0190DA97DAEE71DE89DF5B00FF2DE817 , 0x0190DA97DBD172B487349A6B8EFEA4F8 , 0x0190DA97DC93719E822F9927F47BBA53 , 0x0190DA97DD48710BAC112888124BC984 , 0x0190DA97DD6E736ABF1E554C9927176E , 0x0190DA97DD8D7344B17B902DB4F15C59 , 0x0190DA97F6C271379FF6F8B1629448D8 , 0x0190DA97F6E871BFB17B72440E387C39 , 0x0190DA97F70A705C8E5941A47075A86C , 0x0190DA97F727718294B9D0C651315946 , 0x0190DA97F7EC73FA9EF940E7878A4AFA , 0x0190DA97F811718F94964B7236CF8CD7 , 0x0190DA97F832725BBCD420B9CA609670 , 0x0190DA97F84F722D82015BB2B82DAAD5 , 0x0190DA97F86C72AEBD9EA3EF0344C622 , 0x0190DA97F93570B38712B5DAD48CDE7A , 0x0190DA97F9EA706592DAAD04555FD343 , 0x0190DA97FA147274A899126D140E3AB9 , 0x0190DA97FAD173689DFBB3FF37C82526 , 0x0190DA97FAF7737FAD60812202754B4D , 0x0190DA97FB167319AD3EC63D4D5EF016 , 0x0190DA97FB377157AB73236D543C22D4 , 0x0190DA97FBE6713BA5A2EB79A107865B , 0x0190DA97FCB1721897B88BCF0488ED75 , 0x0190DA97FD7270DCBF35CC2285A78D4E , 0x0190DA97FD977365AEB6DDA734E4E2AB , 0x0190DA97FDB6707DA630535689AB4C0C , 0x0190DA97FDD771108EB14DC072584409 , 0x0190DA97FDEF7366ABB2FFAF5ED02642 , 0x0190DA97FE0672D5A2EC982A22B90B5F , 0x0190DA97FE217069886FBF01A2865A75 , 0x0190DA97FE397070910A295A4853F5ED , 0x0190DA97FE5472C195A570AAA997F597 , 0x0190DA97FE6B7143B25E9355D2BAFD3A , 0x0190DA97FE86720AAB18FE46FB31EF5F , 0x0190DA97FE9D70A18AE28692DF8B8A55 , 0x0190DA97FEB8724AA2B7B5ECFA9ED234 , 0x0190DA97FF7F701591CDF5207062B541 , 0x0190DA9800D4722D9CEC5916B0740407 , 0x0190DA9800FA70F9AB2B2FB16D4069CD , 0x0190DA98011D73499F781D1E1606795B , 0x0190DA98013A721EB62C78CB9C74DD85 , 0x0190DA98015373D4ADFA43E1AE58FA86 , 0x0190DA98016A72B5AB105310AFBF10FF , 0x0190DA9802327012B064B6B1D6066176 , 0x0190DA98041670FC97316C50DCA49FD6 , 0x0190DA9804DE72B69DD654DE75A9006A , 0x0190DA9805E870798151122C46EF2C14 , 0x0190DA98070270D180C2B7E4FDB28C58 , 0x0190DA9807D3705D8165C7E145FC8CFB , 0x0190DA98089B722190551DFBD88515C4 , 0x0190DA9810CC7065A45F3F110A8EAB71 , 0x0190DA9814257240876692D99A96BDC2 , 0x0190DA9814E171D28CC2A1DCB663AB81 , 0x0190DA9815AD7109A2D8E8293C13726C , 0x0190DA98165C707CBDF45D6BDED57DE5 , 0x0190DA98172572678CC39ED597072A58 , 0x0190DA981A9B72039151076DA5C5E6AD , 0x0190DA981BDF7399A234DABB06E1CFC8 , 0x0190DA981C09713C9B795EE209B30D06 , 0x0190DA981C2A708CA8352E8983D8C334 , 0x0190DA981C4971589997F26A30AA3354 , 0x0190DA981C607163AE24A29E2F87CB0B , 0x0190DA981C7971DEB3BE148F9E141AC2 , 0x0190DA981C907399B54F91CE61F97B52 , 0x0190DA981CAA72A2A7CEE5860571985B , 0x0190DA981CC2705E90BF330B62078870 , 0x0190DA981D7B71C69F6298788A4FE7EB , 0x0190DA981E3171C082A2CEDF4803D8B6 , 0x0190DA981EF1731E81BF8C489480E4F5 , 0x0190DA98204372FF86E6CF9B8B0132B1 , 0x0190DA98210E70C2AA3C728602FE9438 , 0x0190DA98213772C58E671A918265242E , 0x0190DA98229E7364A867DCA4C2E7C0A0 , 0x0190DA9822C77322AA0ECF4E7A5B65E0 , 0x0190DA98238C7130B09F11948F16FF32 , 0x0190DA9823A6717191FB39089787CA4E , 0x0190DA9823BD722F8D09949B8E6FD47C , 0x0190DA9823D571CB9313A2525095A3DA , 0x0190DA9823EC7377BE99C45C210E444F , 0x0190DA98259971698F160CE7FCD8622D , 0x0190DA9825C1728491DFCCB5BA9FCABF , 0x0190DA9825E471848BB0AC1103D8132C , 0x0190DA98260070E1BF401D333A4E6C58 , 0x0190DA98261770FAB9AD7C2AF04FC952 , 0x0190DA98263270E0BFF99FB2CE2098AA , 0x0190DA98264970D0AE81AC54B658F113 , 0x0190DA9826637241B54413C81DB27F2C , 0x0190DA98267B73E4BC15E3A3061086B9 , 0x0190DA9827717172A5F850ACC968789A , 0x0190DA98279B70B4B8321E30B19C539A , 0x0190DA9827BA7030AB01429FC7DDA621 , 0x0190DA9827D170298E5292464988DC0E , 0x0190DA9827E77105BFFFE1704A7B77D7 , 0x0190DA982D4273C59B58A35AAB12788C , 0x0190DA98339F722196C01918EC4C9073 , 0x0190DA98347B730AADD7197CF26A03D4 , 0x0190DA984E2772C68B18E2F2F5054E07 , 0x0190DA984EEE72B8BFF3E990FB6EB32E , 0x0190DA984FCD7044940E7065176F1055 , 0x0190DA9850847390AE8F67E2B06897A2 , 0x0190DA9851557236AD78BC69DD838FB0 , 0x0190DA9852147057BA4EAF290F926960 , 0x0190DA9852D47056AEBAEE6DCA57AEDA , 0x0190DA98537C731788E9AED2EBB2235B , 0x0190DA98542D71C5BD72F0E33548FFC2 , 0x0190DA9854527260B234CCBDA5EBD99B , 0x0190DA98547271E3B8A4E7F701AAC2ED , 0x0190DA98548F721FA6607D77975E99E0 , 0x0190DA9854A772EB907E4DD29D23EE83 , 0x0190DA9854BF7158A8593269F281A598 , 0x0190DA9854D670028FEDE1268E57FCFE , 0x0190DA98559F7115A504182E5F293B0E , 0x0190DA9855C57394927ECF58C36DFAE5 , 0x0190DA9855E570D1BC8AD612EED14D4C , 0x0190DA98569B72ED89D62EB079466D50 , 0x0190DA9856C270DCA0B45FF83676DFFB , 0x0190DA9856E272659821DE7A8F568E54 , 0x0190DA985797732882B5B47CB9EDE43D , 0x0190DA98583673DDB22763A540866ACD , 0x0190DA9858E9704E97A3AB1CDFF790E8 , 0x0190DA98599E72BAB7BEB931CDDB02BF , 0x0190DA9859C6736D935742C4C11DB617 , 0x0190DA9859E97269B4803C7F983AADA0 , 0x0190DA985AAF738E935AABD0FA4C42F0 , 0x0190DA985B6C711DA29F59EFC1EB54CB , 0x0190DA985B9272548172CF76C10101E1 , 0x0190DA985BB3707982A34F956FF27573 , 0x0190DA985BCF70188BA769FFADCC11B5 , 0x0190DA985BE672BEBA57E08F149AD61E , 0x0190DA985C967155860BFB96AA58C6C7 , 0x0190DA985CBB73BBBEAB0FE8A2A78F73 , 0x0190DA985D7673DF896749BCD4FCE3D3 , 0x0190DA985D9B7222A89BAA9BFAD4712C , 0x0190DA985DBB71C1A08DD4EE4601FFF3 , 0x0190DA985DD6707BAD41A1654BF152B5 , 0x0190DA985DEE706D9107E60D77E2380D , 0x0190DA985E05718C90D9AAA4CDF19170 , 0x0190DA985F1E7360A0895F64858797D5 , 0x0190DA985FDC713991B85AFF23B5F0F8 , 0x0190DA98636F7210B464B46ACE98666C , 0x0190DA98643673FB813CFABA0CE8C4F4 , 0x0190DA98645F73B18167E67EB0B753A0 , 0x0190DA98648472ACA4C18B050A0B690F , 0x0190DA9864A571CC806D031947DD168B , 0x0190DA9864C5716F8701598E6400EBDE , 0x0190DA9864DC72D0980EFF7E2E8E8FBC , 0x0190DA9865A6730BB5A7D9BC579C88D5 , 0x0190DA98667B7281BCF70A2C56F968CD , 0x0190DA98675971BE825061D21288870F , 0x0190DA98683F729D94C229B528ACC841 , 0x0190DA9869087215A2BDAA3A44E6C4A8 , 0x0190DA9869C5720A9B07C803C948DA67 , 0x0190DA9869ED7166A0739A9520043684 , 0x0190DA986A0D701E8535DAB53C82F371 , 0x0190DA986A257246951B9E76F5DF9313 , 0x0190DA986A3D71F7B9F15D66B983DB0C , 0x0190DA986A5470E5A28F30BF05E6B63E , 0x0190DA986A6D7388B85F11B96D955615 , 0x0190DA986A8473B28BE29E0965B0439F , 0x0190DA986B567119A240AB403454F31F , 0x0190DA986B7B733C9FD2142CF75E79B0 , 0x0190DA986C3D722EA925624F73030594 , 0x0190DA986C6171F7AF0E2B3950A50B03 , 0x0190DA986D5D7360B3FE391A3DF5D357 , 0x0190DA986D8670BCA6934436B956FAA0 , 0x0190DA986E357328826867DB02F9E9B1 , 0x0190DA986E5E71739E2664512A701C05 , 0x0190DA986F0771C09F406D951D2EC036 , 0x0190DA986F2C738BA7739847FF609CE6 , 0x0190DA986F4C73428CFA55997D9BF5C4 , 0x0190DA986F6770D9ADA172D5E8874CE9 , 0x0190DA986F7E72F2B053A65A9F37958C , 0x0190DA986F9672D7B3FAD67A3D9F35C6 , 0x0190DA986FAE738B9D24B0D819BD6319 , 0x0190DA986FC570C686B8C0DBA1860246 , 0x0190DA986FDD71F8A6AA883891719FC2 , 0x0190DA986FF57112B67B882FA0321EC8 , 0x0190DA98709472E780EDE996DBC849F0 , 0x0190DA9870AC7288AF5AA51C5B2A38DA , 0x0190DA9870C47286BEF436F1341D5472 , 0x0190DA9870DB70159AD8C52F18F0627F , 0x0190DA9870F370F79212AC6B01EC6982 , 0x0190DA98710A7058B925982446B03625 , 0x0190DA9871AE7029A0431CF8FCF839C9 , 0x0190DA9871C673E3B23F287235B011C6 , 0x0190DA9871DE705895CDD848CB7FCDBD , 0x0190DA98728770A1811F17A142F7EAC7 , 0x0190DA98729F7183ACDFAB8C8052B22A , 0x0190DA9872B771A78353464C667151BE , 0x0190DA98737373E2961796686083851C , 0x0190DA98738B7346B4D8108D285581DD , 0x0190DA9873A37302B8927EA5358EF694 , 0x0190DA9873BA73B3A0835E603AA35F64 , 0x0190DA9874B373BFA3544141ED31B8FA , 0x0190DA987565727482B1B205CAD909BC , 0x0190DA98761873998A8FA86DDE1076D4 , 0x0190DA988F2C7333857CDBC6600232DD , 0x0190DA988FEB737196C83F271676B3A1 , 0x0190DA9890AF73778B5AAF9D4CB056A4 , 0x0190DA9891827239A2119CF2C03DA5D8 , 0x0190DA9892C3717DB790ED88EE3A77C8 , 0x0190DA9893F1713B905E564AFA274C93 , 0x0190DA9894E0709ABD8A9A4A22BAE7BA , 0x0190DA9895067043A3ED3E79C82C910C , 0x0190DA98952672E5B3CB8E9C1BD9DB55 , 0x0190DA98954671039EDFEB032454BBCB , 0x0190DA98955E70239AE801823936B4D0 , 0x0190DA98965E72749BF9B2D7BD3CD06C , 0x0190DA98970A726CB7FABC6759D6BE7A , 0x0190DA9897E571C196FED1EC2FE56468 , 0x0190DA9898B272BC931F25D6F9960CFD , 0x0190DA9899767066912164B4188676FC , 0x0190DA989A3D73968CB76B2731792753 , 0x0190DA989B077305BFA7F1415F6DFC6B , 0x0190DA989BC57279A8F7A364080E35B3 , 0x0190DA989C8470BF8D3EB50EDF46B988 , 0x0190DA989DA9710A8A302A94F6064E9E , 0x0190DA989E5772EB8CFC33A5C1CE4839 , 0x0190DA989F03709C9FDD959949D969F4 , 0x0190DA989FC771C5941A7342953DE769 , 0x0190DA98A078710290A12DABA185FB56 , 0x0190DA98A12773C38EFE570DB5275132 , 0x0190DA98A206739EB5288F480F9B97ED , 0x0190DA98A2C87151AB1EFF19C329D83A , 0x0190DA98A3807318AC00A0F09E4ACD3D , 0x0190DA98A42D71B099B76BBC61CD9188 , 0x0190DA98A45B70298A7E16DF083FE4EE , 0x0190DA98A47D7108A428BBE1843B2227 , 0x0190DA98A4A37354A51BDED6DC8C8F2B , 0x0190DA98A4BA723B983985AD2D237717 , 0x0190DA98A4D5723A9E00D94474E6D90D , 0x0190DA98A4EE737F94893063179DAD59 , 0x0190DA98A505736AA3EEFA6F5827D4E0 , 0x0190DA98A520721C95E4EA892C67E25A , 0x0190DA98A538736E8C56586833465156 , 0x0190DA98A550711A90173517D423CDD9 , 0x0190DA98A56A719EAE7F4387F3F3590E , 0x0190DA98A58372D69AC2DC67CB22A418 , 0x0190DA98A59A7293A34649C894ED6483 , 0x0190DA98A5B571DC8E22D422837F0179 , 0x0190DA98A678734FA111AE5FFCD241A4 , 0x0190DA98A74D7178AE31AD251150934C , 0x0190DA98A77B72EEB55073DD3454201C , 0x0190DA98A79C70D082903CBB1F84E9B2 , 0x0190DA98A7C1713AA118F67AEA937809 , 0x0190DA98A7D972D29E682FF8230F70D6 , 0x0190DA98A7F4708B8FB602C5FA8A39AB , 0x0190DA98A80C71DFB6CB1CD845E08767 , 0x0190DA98A8247185A48FF17C59279D7E , 0x0190DA98A83F71A98D0F381AB1971EE4 , 0x0190DA98A857716BAC5B3CA5349039DD , 0x0190DA98A86F7323B779C2E7B02D0015 , 0x0190DA98A88A70ACA0505D59B109D411 , 0x0190DA98ACBA71328A69881A974EA63A , 0x0190DA98ADA97020A38B779BFD4519EB , 0x0190DA98ADD673068F0F6283A0CDDF54 , 0x0190DA98ADF971A395F9416D7236DD13 , 0x0190DA98AE1F70AA8BA05B89E863DCF1 , 0x0190DA98AE3B705B82DE6F5B46746797 , 0x0190DA98AE5772CC9F79782C1A5B4868 , 0x0190DA98AE6F70119D887323858524BD , 0x0190DA98AF6672FD8A8E98F7AABC72C3 , 0x0190DA98AF93739988C42D1A78BA66CB , 0x0190DA98AFB970E9974D5757DF15E8DA , 0x0190DA98AFE1712BB80DA05449E40114 , 0x0190DA98AFF870D7913811899B8CF988 , 0x0190DA98B01372328BFDE70F8C44197B , 0x0190DA98B02B737E912CDE6576DCC3CB , 0x0190DA98B0437305A7C2B4BF11CC4DA7 , 0x0190DA98B05A73958711DADE4643D74B , 0x0190DA98B0727132BCF9FFAF4987A2B6 , 0x0190DA98B13172FFB6A70B077D199057 , 0x0190DA98B1F6735C8AA6E4D651688666 , 0x0190DA98B2B972FFA30AEE2E127E4F9D , 0x0190DA98B2DF71F3AB14296C8BC0F6DF , 0x0190DA98B30272BC931BE1A29617D1CF , 0x0190DA98B31F72D2B37F697AE02EE51D , 0x0190DA98B3377293B8C2EC3A6A3E1A83 , 0x0190DA98B34E7311871AF9D7F8B9C2BE , 0x0190DA98B3667086AE098F1192E99DF7 , 0x0190DA98B37E7132BBBE9B5BCB31DB14 , 0x0190DA98B39570A5A39035EEDCBF1F11 , 0x0190DA98B46D70CFB5CAF08E09D5CDE0 , 0x0190DA98B493701FB3AA4865C3C0F5A6 , 0x0190DA98B4B2733F8E696047EAC64CB9 , 0x0190DA98B4CE708ABD672D9E31F50228 , 0x0190DA98B4E572999797C88C3EF8AAEF , 0x0190DA98B4FD72F48B60A31AE304291F , 0x0190DA98B5147216960A499369173D8E , 0x0190DA98B52C72DBA05700CAF97E3BE1 , 0x0190DA98B54372578AA29BC84C45CC53 , 0x0190DA98B55B7044B63FB0B1F9D218B0 , 0x0190DA98B61D72399A16CE425A2C1AD1 , 0x0190DA98B6DE7131890CCE594B5CFF73 , 0x0190DA98CEDA735EABC5ECCE89987410 , 0x0190DA98CF9B705EAF5B58FE683CD461 , 0x0190DA98D04B7083846B0C80B36B0B1D , 0x0190DA98D078714A958B5953D2104849 , 0x0190DA98D129709C9169BBE97DEE1C51 , 0x0190DA98D15470A7898214A4C532BC47 , 0x0190DA98D17F7129A16BFF458A9F4DDA , 0x0190DA98D19D72F282A76BA445221DDD , 0x0190DA98D1C073EFB357E7DAB6D26D26 , 0x0190DA98D1D771F5B4E87270BE21AA79 , 0x0190DA98D28B713BA369DA6C16EB7C67 , 0x0190DA98D2B573B898B0580A8DADB2F0 , 0x0190DA98D2D77063B9823FAD3BE2E5D0 , 0x0190DA98D52B70C58D7DD6A6D144EEA1 , 0x0190DA98D61670719CD74DE5D10A516F , 0x0190DA98DB297397B9B396ED2D30CC92 , 0x0190DA98DBFA73D5ADC724F210ABEEF9 , 0x0190DA98DC2470D99B5AB745F1D11032 , 0x0190DA98DC4F7370AD748DC6E5A3F7E6 , 0x0190DA98DC6D711D90AA4254443D0F10 , 0x0190DA98DC9072B68455552201118403 , 0x0190DA98DCA873E6A491958F228DEB77 , 0x0190DA98DCBF7057B36A89015A48C3EF , 0x0190DA98DCDD715E92512596D3F17305 , 0x0190DA98DCF473DBBCE55F9BB965C8D4 , 0x0190DA98DD0C737D9E6200257F58E61D , 0x0190DA98DD27715E92BFD1C876C2BCA3 , 0x0190DA98DD4173EE86E4B7A84F41986D , 0x0190DA98DD59727D965DA743C6353250 , 0x0190DA98DD74731AB81E7FECCFFDB669 , 0x0190DA98DE47705180D8D960F39898BE , 0x0190DA98DF1B72EA876B1193EFEBF172 , 0x0190DA98DFE570DC92BF58F92F01877B , 0x0190DA98E0C8716996F3A33483979368 , 0x0190DA98E1A573DD925CFEEC363014F5 , 0x0190DA98E26D700DADDAC6EBB241293D , 0x0190DA98E3487154858F67360BC57CE2 , 0x0190DA98E41773EA81274DF6694147DB , 0x0190DA98E4D273CDBE5BE177BB9A7331 , 0x0190DA98E5787282BAF8594F8CA4C58E , 0x0190DA98E6317360A09A8658C12A2119 , 0x0190DA98E6F6738A804E30758ABC6594 , 0x0190DA98E72072EBA9D915673D1C1A1C , 0x0190DA98E74671578E0F6EE4665189F4 , 0x0190DA98E7F473C787F793029FC035E6 , 0x0190DA98E81D701DA78F64D24C7A2EBE , 0x0190DA98E8E272469F104D6CEFD8706D , 0x0190DA98E90A703A87712D0ADB1FAB34 , 0x0190DA98E92D72DFB0114F28DE3F1D43 , 0x0190DA98EA1F73C2A659B209DEAEBBDD , 0x0190DA98EBDF718380AC36C2B2C14D86 , 0x0190DA98ECAD72908BDDE584F3EE289A , 0x0190DA98ED707079889D5991406EA64B , 0x0190DA98ED9670E881A48CF6E860615D , 0x0190DA98EDB6714D80447A9B3EF6F37C , 0x0190DA98F086716F9FE87E5981B7452F , 0x0190DA98F12C708DB248F12EDD5987E5 , 0x0190DA98F42B71BF983C8E2BED5B8863 , 0x0190DA98F4F37258A8C25418A14CBE96 , 0x0190DA98F5BA73CD8EAC5D3CD9E95412 , 0x0190DA98F686734E9920731148C1D1EC , 0x0190DA98F7547207B599FDF904424CBD , 0x0190DA98F83D72BE81B13EDB1C937FC7 , 0x0190DA98F8FD734DB8B73B267B0B19FE , 0x0190DA98F9B8727CAFA6145FBAE0C645 , 0x0190DA98FAAC730385194CDFA26BC0C5 , 0x0190DA98FB7B718D9069BB59D53F9166 , 0x0190DA98FC3A70428A064DFD85D93DB1 , 0x0190DA98FCF872219F7E46036EC63FBE , 0x0190DA98FDBD70048677BDFAC9F3B8FA , 0x0190DA98FEA1723DB00FA8AB0DFE14CB , 0x0190DA98FF4D7204AEED424CCE94D236 , 0x0190DA98FFF471A1AD1BCA33E7078F89 , 0x0190DA99009870399BF6AF108E5A34E5 , 0x0190DA9900B870139A191136495B5CA7 , 0x0190DA99018172ABAC75DE1939F4430B , 0x0190DA99023B70D5BE3B39B8B424692B , 0x0190DA99030472D8AE7542F3AA16044E , 0x0190DA9903BD71B98FE4527806F301F9 , 0x0190DA9903EB709199F5F0AF1885E012 , 0x0190DA9904AA71C18982B9D2D79A20E9 , 0x0190DA9904D8713199597E2F7647CC52 , 0x0190DA9905A1715BB75ADC4C1E6FE85D , 0x0190DA99067870519C807EA8DD3354A1 , 0x0190DA99069E72C0A7A7238234076A3D , 0x0190DA99074E733699E9631EB33615CF , 0x0190DA990774730D8C656F8DAFE19683 , 0x0190DA9907927084AFA5C010FD8F92A3 , 0x0190DA990852723E9E8656612F421ED9 , 0x0190DA99090E73D6B43F1B8821A0E367 , 0x0190DA990925704893B2978FC272A385 , 0x0190DA9909E171A3B26F06AC6645183E , 0x0190DA990A0572D29F0BC2DEC98944B8 , 0x0190DA9922E5701FAB096B66BE6FE1F2 , 0x0190DA9923A272C3AF90117F5D54416E , 0x0190DA9923C8700F9314C34B362AEAB9 , 0x0190DA992489735BB3684F5561B5EE5D , 0x0190DA99255273CEA82AF80A45701662 , 0x0190DA992615712C8B88BEC0C306A9C8 , 0x0190DA9926CB708197A6C966956B449F , 0x0190DA99278871EEA2384672C93BFB6D , 0x0190DA992837718D91DE8B467880A37C , 0x0190DA9928E8723AA53594CAB376E7EA , 0x0190DA99290F70369F4A04495D0A7BFA , 0x0190DA9929DB70D6B18D81E8D789E75F , 0x0190DA992A8373AA8F76723277EE8D12 , 0x0190DA992B3D72D6BE7AF1A317DB56AD , 0x0190DA992C0F735A9FF72D8E130693D1 , 0x0190DA992C3672DDBB3EF28F927F1AC4 , 0x0190DA992CF072EA9674109D9BB32725 , 0x0190DA992D1770FDB08E9A6B0B6942B7 , 0x0190DA992DCD739C99783B9D812F0BA9 , 0x0190DA992DF473E6B1A49EC31DBA0CAA , 0x0190DA992E9672F2ABE784729A151DC0 , 0x0190DA992F447051AB42976894104D3E , 0x0190DA992F5D707383EBDDA8AA311D75 , 0x0190DA99302F71BFB3BB695D67D4F459 , 0x0190DA993059731786ABBEB1231014A3 , 0x0190DA99310C73C5BA051C4E12DDBC34 , 0x0190DA9931BB7118BDCB00B09FD3E7AC , 0x0190DA99326F73E68DB1B983AF796CC4 , 0x0190DA99329571A4ACA8B8415C3CE189 , 0x0190DA9935B07193843859CEBB0B530F , 0x0190DA99366373749EAA69C58FA1421C , 0x0190DA99371A72DC99F2874A49474D00 , 0x0190DA9937E57089B1B58C1876826494 , 0x0190DA9938BB709A92777697D725ACCC , 0x0190DA9939737146A07D7EB83B325874 , 0x0190DA993A3A73FF8E1E9EB2F04DBB3B , 0x0190DA993AD373BA9D5ABE5D5BB3C2AC , 0x0190DA993B9170A69C491CFA3200907B , 0x0190DA993C50717988923139FD2DB2A1 , 0x0190DA993D2672D29714503B47C42D7F , 0x0190DA993DDC726AB191FAF337475C8D , 0x0190DA993EA473BDAB58106C7E228912 , 0x0190DA993ECB70BCB04E4E09D7F75D42 , 0x0190DA993EEA71FB90E5152F8E9F39BB , 0x0190DA993FAC71B8BCFA3EF58937B9E1 , 0x0190DA99406C73AF8FDAA34DFF708AA8 , 0x0190DA994119720FA2E0F809FDAA0553 , 0x0190DA9941D573F887DBB319197EE893 , 0x0190DA9941FB71CC962F754A947C55BC , 0x0190DA9942C770ED98970D1C6A5F9D8D , 0x0190DA9942ED73DBB607E69181072EDB , 0x0190DA99430E7023A55514F170BFD26F , 0x0190DA9943BF7276B599A518D5FDB1A9 , 0x0190DA9943E470B89ED5D102B3822A2E , 0x0190DA9944BB7145BCDAA56B9D52F980 , 0x0190DA9944E272C4B358B04E8262BDD9 , 0x0190DA9945027391BE21A0E70688F95B , 0x0190DA9945C0737A970979C0EFC5AE00 , 0x0190DA9945E270208831795E5CB8F99B , 0x0190DA99469D70C0AE5EEFC9FF1878F4 , 0x0190DA9946C373B3BC9B414DBDF4412C , 0x0190DA9946E3717BA76EB61BD71D940B , 0x0190DA9947A87165BF67C0E8A95A0E67 , 0x0190DA994880737C84D9FE556C7C0D4A , 0x0190DA9948A6733FB4B9BB793E7E13B8 , 0x0190DA9949637015B503A268ED6CEE00 , 0x0190DA99498A723FADB68E7414C9C580 , 0x0190DA9949AA739086B6FBA96E07184B , 0x0190DA994A6571B1891BF8B41916250D , 0x0190DA994A87738695CDC6989183B36B , 0x0190DA994B3A72C8BA5B9C08BA9CF3B2 , 0x0190DA994B6073E69383199E001DDB73 , 0x0190DA994B80736586A705D08A4E675F , 0x0190DA994C90736E9D4940EA1511CEAB , 0x0190DA994CB672F3B8AD8A26FF1E38E3 , 0x0190DA994CD87028BEA6B27D38219EA0 , 0x0190DA994CF6738692DB587E5792B660 , 0x0190DA994D0E7228811450270A058B34 , 0x0190DA994D2672C2A345129BA1D2D656 , 0x0190DA994D3E73979CB25245826B9A25 , 0x0190DA994DF97088AF33311D19042CC9 , 0x0190DA994E2672BAA7000E8EA8004202 , 0x0190DA994E4D70D5853898B713BAC588 , 0x0190DA994E7971A4AD0F0B907A245B4B , 0x0190DA994E9F7115BD090591D1EAC397 , 0x0190DA994F7771BDAE4B3F625F839D38 , 0x0190DA9950E1705B8ED030F814F01EC4 , 0x0190DA99510B7068B660E91B47BB99C5 , 0x0190DA995132728890D5C0280C2AE0CF , 0x0190DA99515D72AC9B5C662D8B2FB1BE , 0x0190DA99518370F39218234F49CC5C4A , 0x0190DA9951A37041A358BC4C99936346 , 0x0190DA9951C873B18833C1811733684F , 0x0190DA9952D07127B7F63F062E2FD0C3 , 0x0190DA9952FB71BF912883F0CC2DAE4C , 0x0190DA996ABB739692820FDF7C79C6D5 , 0x0190DA996AE071A18908E7A5E78A3CDD , 0x0190DA996B007287AE7EEA00A27D19C5 , 0x0190DA996B1773F584B20EFDB2DCB6B4 , 0x0190DA996C6A70B39D1631A61D979832 , 0x0190DA996D2373EAA114736CD6F1DC9A , 0x0190DA996D4A70D9AFC5F8D85BD93111 , 0x0190DA996D6A73B9BDDC700A857ADFE0 , 0x0190DA996E4670BE9372DA014C8B6554 , 0x0190DA99708E72698C652815BF1AD267 , 0x0190DA997162735BBA7631F7635B73E9 , 0x0190DA99718C71769DF06E2AEA70A8A1 , 0x0190DA997255732083629BE4B14E3B5D , 0x0190DA99727F707885E674E45BCF4218 , 0x0190DA99729F70DD9D9BDB0DD3A9BC95 , 0x0190DA9973627386AB6CB0604BE8691C , 0x0190DA99741273E986919672590893F9 , 0x0190DA99743772BC9D5B87E802C90818 , 0x0190DA9974567372A9A52A086197FA2A , 0x0190DA99746F701DB991660BCFA7DD81 , 0x0190DA99748672D799EFB20856B17271 , 0x0190DA9974A17087B17108C43EF67696 , 0x0190DA9974B9722AB2410CFDE58CD7A4 , 0x0190DA99756E73BCAC20B7ED91088C2E , 0x0190DA997590709CADD6503DC6812D76 , 0x0190DA9975AB707397F411FE4E650760 , 0x0190DA9975C37215A091094C9E3CACDC , 0x0190DA9976937266B9F3BCBC1B6F6F2C , 0x0190DA99777373DA88EF9D07DBD5BD74 , 0x0190DA9977A2731395B09DE6AAFA3369 , 0x0190DA9977CB73C28DC4B76DDCC289CB , 0x0190DA9977E9722EB8FFEDE908EF18D7 , 0x0190DA99780971B3A95F143401DD805D , 0x0190DA9978217388AA0684CED2C5B4A1 , 0x0190DA99783C73268E8CCFD33C0F3C83 , 0x0190DA99785472939979244B2A13D7A1 , 0x0190DA99786B70538F9BE299DFD30A65 , 0x0190DA99788371D9A55C4136B6828559 , 0x0190DA99789B7233AF5407EA723D5038 , 0x0190DA9978B37178B11712A0898AF12F , 0x0190DA9978CA716BB15E4905AE70A1D7 , 0x0190DA9978E2713B9F1D52D8EC4AA75D , 0x0190DA9978FA7364BDF8CE192A6D43BB , 0x0190DA9979BB7064B87031F633059DFD , 0x0190DA9979E170D3A5CC3E39447B4D78 , 0x0190DA997AAA71C58DAF5A809A1BCE60 , 0x0190DA997B567187967E7A95AD418E47 , 0x0190DA997B7B7244896EDD8197D2BD12 , 0x0190DA997B9E7149A34CBD05FABEF91D , 0x0190DA997BB673B99E6C131511D4AB94 , 0x0190DA997BCD7185BF8AD7266930A20E , 0x0190DA997BE5730393735352065AD245 , 0x0190DA997BFD73DB8B40046B34C98704 , 0x0190DA997C1472B9ABF18A6E039F832A , 0x0190DA997C2C7195A506C728E861809B , 0x0190DA997E0B7367A7D3BFDBBDE605E6 , 0x0190DA997E327314BCEE03AB08A16E29 , 0x0190DA997E5372DFA35884BD4731270E , 0x0190DA997E70717BA9408779B37741D5 , 0x0190DA997E88703880D80264EDFC30CC , 0x0190DA997F65718584FDD735134FA4D8 , 0x0190DA99802E72549D31756F09210985 , 0x0190DA998056728C97369793B3CAB6AE , 0x0190DA998075712CA8F6B703CAD47199 , 0x0190DA99813171A39687C1A6B6C69B28 , 0x0190DA9981EA7115A8B20FE57D3745C5 , 0x0190DA99841D70E7B3EBE20F4A6B26BB , 0x0190DA9984D0707F9A5B00E2B8A0ACCC , 0x0190DA9984F77138984D7BB70C020CE7 , 0x0190DA9985B571D4BE8A7A41C304270C , 0x0190DA99867772FEB2B72893FAD9BA11 , 0x0190DA99873571D68457AE1EDFA8B002 , 0x0190DA998807710D8028B58B54DA469F , 0x0190DA9988BB705EAB3485619F40974A , 0x0190DA99898671CFBA4B9C9F40A342F3 , 0x0190DA998A5771579872B82FC1089FF3 , 0x0190DA998B0F725881D19166F041B65E , 0x0190DA998E5C70A8963B6501BB6D9F26 , 0x0190DA998F517152A7B7AF955DE28E75 , 0x0190DA99902670C284A86B90EDB44737 , 0x0190DA9990F77230B5F3780C810437A4 , 0x0190DA9991C373E281E5A65180484001 , 0x0190DA9992D970C9BDDE2BB17A4CDF9D , 0x0190DA99939173E28C38BEE7874BF890 , 0x0190DA99945173B5A2C454D6DC7D3EBE , 0x0190DA9995107253B445561161460BB0 , 0x0190DA9996047165B6837EE54E07B76E , 0x0190DA9996E571C38510E8CA457EAE06 , 0x0190DA9997AA72149EA7CDCEBA8B4D8D , 0x0190DA99986B71B0821BD2818FE2043C , 0x0190DA99997A71CBA3EC8D0371AE7D2F , 0x0190DA999A3973A9BA88D5948130196D , 0x0190DA999B1D73AF8EC0122C7C7A7B0C , 0x0190DA999BFF73A18E932C80A425C267 , 0x0190DA999CC2724498C9A88F0CB0197E , 0x0190DA999D9171FCB90149AE77950369 , 0x0190DA999E4D7151838A3F530185F866 , 0x0190DA99B5C1723BABCC6FBA0FEA59A2 , 0x0190DA99B5EE73168B15BEAC053C9F94 , 0x0190DA99B6C0732287ECFB2FBD3AC5E0 , 0x0190DA99B6F4739A85EEE6908F48D47F , 0x0190DA99B71D7230BD0AE25BB4883E63 , 0x0190DA99B7EE716CB8214940A6A690DB , 0x0190DA99B81B71E9868CA44D5A23E1DF , 0x0190DA99B8F571BFB82F15B56516DF5F , 0x0190DA99B9B573A69FC9568B48389199 , 0x0190DA99BAAA73A8AF6FD3142DA21269 , 0x0190DA99BB6C72A8960541BC1B0B38EB , 0x0190DA99BC2870899FD47417D2C3FD19 , 0x0190DA99BCFE72778A347648039C405D , 0x0190DA99BDBF710481CC9EF033B32869 , 0x0190DA99BE81738B8A12F04739FFD82C , 0x0190DA99BF4B720D89380CED305BF92C , 0x0190DA99BFFE716C862395DB7ED383B2 , 0x0190DA99C0B773798D9F06C5A0A880F5 , 0x0190DA99C0DE73B69E086ADD100644B2 , 0x0190DA99C18D725DAFFCDD6262C12CE5 , 0x0190DA99C1B473BEA8FB8B22AFBCD815 , 0x0190DA99C273713B9036B5B15ABD469B , 0x0190DA99C2997258AE94ED68B743D237 , 0x0190DA99C3837033A9BB87C708611DC6 , 0x0190DA99C450705496D0DDE3888E91E8 , 0x0190DA99C50A73BCA49924545DB1160C , 0x0190DA99C5C3733EAD8CAFABC3630DE0 , 0x0190DA99C68770879B57765DFFCBB909 , 0x0190DA99C739727182995C9C3172DF03 , 0x0190DA99C80B7258BA1E382CA0832F1C , 0x0190DA99C8C7703389FD8CD9FCA497F7 , 0x0190DA99CA1970EA9C776AA3A1CBC8B7 , 0x0190DA99CB0673B3A91D8D0F63781D7A , 0x0190DA99CB2C709B9707509D1F132849 , 0x0190DA99CB4C72BD93D6D84FE1E496B2 , 0x0190DA99CBFD71E7A1EBA83D8864D2E3 , 0x0190DA99CC2373A686FFCDD22514EF4E , 0x0190DA99CC447186ACB7665D9CC719BB , 0x0190DA99CD097194B6A72C7B3201A8A6 , 0x0190DA99CD307319A3A10F64F3417904 , 0x0190DA99CD4F721D9B09EFA59C1300E8 , 0x0190DA99CD6773048CF97CF911954B2D , 0x0190DA99CE1A738AA29482CA23EED020 , 0x0190DA99CEE57172B59109F50C68C7EF , 0x0190DA99CFA6722AAFB22A3CFBC7B552 , 0x0190DA99D0527196A72E75C30E785BDD , 0x0190DA99D12E727F9AF9D05BCD7A69AA , 0x0190DA99D1DB73668C79C074276459C8 , 0x0190DA99D28D7281A8C81EBCD8BD3555 , 0x0190DA99D3457199835135067FD4F07C , 0x0190DA99D40570C4AF1683544EFED6E6 , 0x0190DA99D4B2700BA1A7541305BC62D2 , 0x0190DA99D58672C89DC8B0C121A47EE3 , 0x0190DA99D66B72E9ABBFFF3B97DA869A , 0x0190DA99D73C72C996C63FCA3E60C269 , 0x0190DA99D7F67230A3701E945E2EFB70 , 0x0190DA99D902714B910CBBF7BC8A135A , 0x0190DA99D9B471159538C043727525DD , 0x0190DA99DD6073AB997D5D053B250575 , 0x0190DA99DE1871C8B28815AF2BE19963 , 0x0190DA99DECD7113839B12E68D43CD43 , 0x0190DA99DF8F71129EAE75039647C61A , 0x0190DA99E038715D8A8E07396701BE08 , 0x0190DA99E0E27209961D281EE34B8B91 , 0x0190DA99E1CF7241AFD20F0556612509 , 0x0190DA99E29F708FA5EC63D098F51C56 , 0x0190DA99E352736295AAC273B11E5AC2 , 0x0190DA99E378703E9269FA7BF6B606AF , 0x0190DA99E39B71A08FF77E6BCD81F628 , 0x0190DA99E3B470ACB42E36F1FC49874C , 0x0190DA99E473711AB22B89D0B8043BCC , 0x0190DA99E499723BA94A71F01B6B523E , 0x0190DA99E4B97363B7DF3CBBA8CFA5C0 , 0x0190DA99E4D1738391157772B60E9728 , 0x0190DA99E5877035B3029DF4151A5A4A , 0x0190DA99E5AE72E8B216D4EA307240AD , 0x0190DA99E5CD72D98C7FB1AFC11F567F , 0x0190DA99E5E67133976FB038856FA8D0 , 0x0190DA99E5FF72F39ADE3D7F85924A04 , 0x0190DA99E6B17244835255F6E70FA6EC , 0x0190DA99E6D372CFADF05F9978474D9E , 0x0190DA99E6F370DBA58342E20036BFED , 0x0190DA99E70B7216B57AB41098EC7D25 , 0x0190DA99E72470B78C32CDC4BCCDA2DD , 0x0190DA99E7DE70D98588271BCD1B7B3F , 0x0190DA99E89A722C8A0220D6E31999B1 , 0x0190DA99E8BD702E9E417BBD8E707CE6 , 0x0190DA99E8DD737DB9848C2E809EC356 , 0x0190DA99E8F5720D9C9A261AC05CC4DD , 0x0190DA99E9AC71968FD1204C888A789A , 0x0190DA99EA5A73779EDA0838393C54B1 , 0x0190DA99EB0A72B483A99A215D1B7986 , 0x0190DA99EBCD727FB528161B75610849 , 0x0190DA99EBF3734E8629A22D43C3D5F2 , 0x0190DA99EC13702DA7E0BAEAC5EFE097 , 0x0190DA99ECDA724499941FCCA00A6C60 , 0x0190DA99ED00717681D4C64550D0815E , 0x0190DA99EDC173B6A5118F571D19F50B , 0x0190DA99EDE771C992E5A384873ADD56 , 0x0190DA9A0606736585043F637C1098B7 , 0x0190DA9A06BF7362908245C7C38F3D01 , 0x0190DA9A078E72D2A3923952A450CB18 , 0x0190DA9A086370EC8947BC8C031FFF4D , 0x0190DA9A0A01704B9E95124C059760D0 , 0x0190DA9A0ACA735C8938A08D6A241246 , 0x0190DA9A0C9E7226B57C7868C318B510 , 0x0190DA9A0D5673899CC85C8863D37941 , 0x0190DA9A0E2072B0A7A03CA3F5736A83 , 0x0190DA9A0EDE726BB58EFEFA2A9DC34A , 0x0190DA9A0F047304802CEBBB3B407042 , 0x0190DA9A0FBD70788E1CF65273DC5DAD , 0x0190DA9A107873B28561DC03C21FBFD7 , 0x0190DA9A114173B096E483F309364617 , 0x0190DA9A1168712589BA1B31042C5874 , 0x0190DA9A1212723A9C0A06B03AA73A67 , 0x0190DA9A12CE711FAA495EE1DF391AE3 , 0x0190DA9A1390727EB7E9F42B7E4C9B91 , 0x0190DA9A1442733CA113458E3B4E67E8 , 0x0190DA9A14F971B9A4E9F2E83CD10419 , 0x0190DA9A15F47137A20CE80F3AB535EE , 0x0190DA9A16BF73488061C118904DC8B6 , 0x0190DA9A178372328CF601E4312069A2 , 0x0190DA9A186E7317AF9B92F7377D8FAF , 0x0190DA9A192272C8B041B070D5533CEA , 0x0190DA9A19E671CBADC4CBD30A25FE31 , 0x0190DA9A1AC97276A362B523FEDD1933 , 0x0190DA9A1B7F72A88D3BA9169F32A0A5 , 0x0190DA9A1C6A7251BD72AA091FF22D84 , 0x0190DA9A1DB871ACB36DF44D5F645089 , 0x0190DA9A1E6172819A29859EF1C1C88D , 0x0190DA9A221172CD8070434977C93708 , 0x0190DA9A22D570498DF1324B1B3F323D , 0x0190DA9A2387701082D1E888EB94025C , 0x0190DA9A2434708698D44E2ADF42C355 , 0x0190DA9A24DF713DAD7391E564335F8B , 0x0190DA9A25B572B6B293E7745CD503CA , 0x0190DA9A2654730ABDA2F3C9C9453A52 , 0x0190DA9A27057291978F85AC18BE35A7 , 0x0190DA9A27E470E689C319FE90E0C815 , 0x0190DA9A28B271148754923014766E78 , 0x0190DA9A29707262ABED1C3779E980F9 , 0x0190DA9A2B6C73CAA2F7D4E86755C0E6 , 0x0190DA9A2C177347B49569080A0795B3 , 0x0190DA9A2E8E7121853380DFBE847B56 , 0x0190DA9A2FD77148A12BFF3F7842D8E4 , 0x0190DA9A308D73DE9566E144239CD65A , 0x0190DA9A311D7026AE70BA188DC3DC69 , 0x0190DA9A31B471F6AD77B263940765EE , 0x0190DA9A326370BD8CE19D8242A32272 , 0x0190DA9A330A721BB44A99295D2A54C3 , 0x0190DA9A33B47154AE5A6ED4BFD44215 , 0x0190DA9A3462734B93742AC65D1ED8FC , 0x0190DA9A381B72F08678F374E80E7698 , 0x0190DA9A38BB72E4AE8FEC18626D4478 , 0x0190DA9A397571D5B5A9C080B8E01A16 , 0x0190DA9A399C710187D7C2A162C782E3 , 0x0190DA9A39BC7069B1ED5B2F49EC421F , 0x0190DA9A39D872CDB3583B0283590196 , 0x0190DA9A39F170D792A29CC8E136DE0A , 0x0190DA9A3AB2736E8213EF52A44165D6 , 0x0190DA9A3E6A720481767633A419F951 , 0x0190DA9A40B971FDB9F01B75DD04FBB5 , 0x0190DA9A40E070609558FA97DE584BF3 , 0x0190DA9A40FD7275A795E7F7D3CCBC51 , 0x0190DA9A41AC70C99A9F4751AB9BB9F3 , 0x0190DA9A43AB706AAF5F3E3769F20037 , 0x0190DA9A44887140BE3B09625EA5E54B , 0x0190DA9A456373E0BADA02725D59EF2D , 0x0190DA9A462D72E9932B0D391D9377D3 , 0x0190DA9A46E9718A881D98E3DE2417A1 , 0x0190DA9A47A27075B0AD60528FC4AF1D , 0x0190DA9A47C9737EAABD053B5F4098B1 , 0x0190DA9A489B731E8FD49E9D95177F17 , 0x0190DA9A49507207925C2D5CB2D0E31E , 0x0190DA9A4A14731DABF29C2ACEB1A68D , 0x0190DA9A4AC27172B7CFEF995334B8DF , 0x0190DA9A4B7273F7A9E9AC1FCF13BBB5 , 0x0190DA9A4C3C70128A45EE46BBA4F392 , 0x0190DA9A4CF4721F8E3565F0ADDCD8A8 , 0x0190DA9A4DA772DF857FE56D94D88F94 , 0x0190DA9A4E5C7013BB570F9E41A7B004 , 0x0190DA9A4E83720EBB85DDE913F9D961 , 0x0190DA9A4EA173E99DC08A7B9EDE2240 , 0x0190DA9A4EBB7015AB83C26935A9467A , 0x0190DA9A4F567015B062FCBE8C56374F , 0x0190DA9A4F7A736F83AE9C7A45AF21F1 , 0x0190DA9A504770CF8706FB928F791B4A , 0x0190DA9A506D70538489A58E5351B9B9 , 0x0190DA9A511B72E0846726C723A9F3A8 , 0x0190DA9A513D7207AF9C473CD1024803 , 0x0190DA9A515B731D9B10BCE9EC310FC8 , 0x0190DA9A517270A980B32F0EBC43090B , 0x0190DA9A5189701D936FA1CC3497EAF9 , 0x0190DA9A523073C69D1860475275D31F , 0x0190DA9A5257713B9256ACE9CA8286B6 , 0x0190DA9A527270708F53C67A7B871006 , 0x0190DA9A528972F2A3E7A62350A8EB62 , 0x0190DA9A6C51727AB52E47ABC65BD288 , 0x0190DA9A6C7A70328AED287DAE598247 , 0x0190DA9A6C9B72AFB2D15EE58E63A8AA , 0x0190DA9A6CB973E1BFFCD0596F6CBE71 , 0x0190DA9A6CD1716C8326AB79B4705F1E , 0x0190DA9A6D977159B0541FF6CCFB7BFD , 0x0190DA9A6E4D73309A626ADF689F4072 , 0x0190DA9A6E74735A88FF46C5C14E50C0 , 0x0190DA9A7067721AAE85D01FFFBB569E , 0x0190DA9A711D7294944009485553B596 , 0x0190DA9A71DA71A78AD7258721100880 , 0x0190DA9A7203708A90C8C1505CF68559 , 0x0190DA9A72B6713285E54B4D4441CC73 , 0x0190DA9A738972E4AE0733288EEE4140 , 0x0190DA9A743D7322A7821008BA3CEEA0 , 0x0190DA9A75197323BF44626579EF5C6A , 0x0190DA9A75F1704A92103F5B1CD9176C , 0x0190DA9A76C3721D858877DDFFE8545F , 0x0190DA9A777F72FE8D7C1E5CC118EF38 , 0x0190DA9A7BC172F1A8CA74CB1137C015 , 0x0190DA9A801D7243B7718E5079D6B00A , 0x0190DA9A80E572759D2F014CEA85F29A , 0x0190DA9A81137203A53168542C10A740 , 0x0190DA9A8135723B8FD1B222C56F5397 , 0x0190DA9A8150722BB0669CD7103567B5 , 0x0190DA9A81687364BC1C208B9ECCE0B1 , 0x0190DA9A823173E6AD00A33463A004CE , 0x0190DA9A82E97353A2BB261E4738B48D , 0x0190DA9A83167105AEFEBE05F8D07660 , 0x0190DA9A833A73A4B5F835D44ED7B871 , 0x0190DA9A835B7237B1ACB8A116B46B8B , 0x0190DA9A842672F98E0C9EC4CCA3478D , 0x0190DA9A84F37376B6C61CB9476BFD11 , 0x0190DA9A852172E4A678F93EFFB61886 , 0x0190DA9A854272BC8B24026DD629C0D2 , 0x0190DA9A855E71C88B8332F97DDA07B6 , 0x0190DA9A857973DFA8780A8BF5CA8053 , 0x0190DA9A859170A1B206BD1A7338D544 , 0x0190DA9A85AA73B3ABAEDBAF32EACC8D , 0x0190DA9A85C47059B59A47E6D6C7D157 , 0x0190DA9A85DD70FAA2CBC1353F5C930F , 0x0190DA9A85F870F9A15691622D082759 , 0x0190DA9A86C871E3A0A79F320D65595D , 0x0190DA9A879570CFB091CA2BC0DB8C76 , 0x0190DA9A87C3735AB69653B7D68E1C0F , 0x0190DA9A87E67004AEF0EC1672C2632E , 0x0190DA9A88077337B858DB8FBA7CEF4F , 0x0190DA9A882371CC8CBFD866B2897FEB , 0x0190DA9A883D70498BF8E936E8DCC3B3 , 0x0190DA9A8856729DA754B243D9895C40 , 0x0190DA9A887271C8979F12F324B6F5C3 , 0x0190DA9A888A72F2A6C767C6728786A8 , 0x0190DA9A895E72908740E8A0EC1C690F , 0x0190DA9A8A0E70338D1D897C44F5C890 , 0x0190DA9A8A397336819FABFB8B9A292E , 0x0190DA9A8A5F736998BC63721FBBF49F , 0x0190DA9A8A82738680828D35D78B903E , 0x0190DA9A8A9D731C84A35B43651C702A , 0x0190DA9A8B4D7025B05A33C5C40B0C3F , 0x0190DA9A8B78737891F9DF6A21E5A6B3 , 0x0190DA9A8C3E7239825473D548AC7DD2 , 0x0190DA9A8CFF7387A81B3CD9B2E91AAB , 0x0190DA9A8D2E7374B462C00B8D0FEC0C , 0x0190DA9A8D5271BBB0D6D708B555A395 , 0x0190DA9A8E2373949C6ABC07E23E9765 , 0x0190DA9A8E51705AA579BF3085A2CFE7 , 0x0190DA9A8E757300A3B26E75E5407A7C , 0x0190DA9A8F9070BDBE7C71207FC7E2A5 , 0x0190DA9A90637014AA331E0F1860B00C , 0x0190DA9AD9EC7241B9836E9E03790ED2 , 0x0190DA9ADAB973DBB36F1DE198BC3BAC , 0x0190DA9ADB697333BE1B5942D4569036 , 0x0190DA9B244C72E49F761C3BE01A467A , 0x0190DA9B247672AEB76EDC0469A816FF , 0x0190DA9B249772339811E3661AC68E01 , 0x0190DA9B24BB737C8B729A05B7B9C6C0 , 0x0190DA9B24D970F7A1CFCE9EE382C64C , 0x0190DA9B25DB732D99AFE85D20FB668C , 0x0190DA9B260472EBBE0793AE20EF0C05 , 0x0190DA9B262472179AF5CD4C67C66889 , 0x0190DA9B26ED7077BFA0FEAA0C77765E , 0x0190DA9B271870EC8AC613180057F232 , 0x0190DA9B273973A094B360B53DE1E0DE , 0x0190DA9B275A71EDBCCF5F0EB2BCAB4B , 0x0190DA9B2818704990D973111483F05B , 0x0190DA9B283E728C9E9B9914A8F6D491 , 0x0190DA9B285F718182853C0EDF5ACC4F , 0x0190DA9B287C725BB4459605A86ED8BA , 0x0190DA9B293B72CE86E0303069E45A16 , 0x0190DA9B296373BE93EF2C251F7C6402 , 0x0190DA9B297D72F19B7A90E886E34F04 , 0x0190DA9B29967127B157B875CA5A6C50 , 0x0190DA9B2A58732EAF70D8EB0ACCF201 , 0x0190DA9B2B0C73A7BF5D31CAAFF34EB2 , 0x0190DA9B2B3573F0B1277362AE242BBE , 0x0190DA9B2B5573728C6A43844045F6DF , 0x0190DA9B2B7972808A6A648C33F84195 , 0x0190DA9B2B9273A48E4C7572EB432DE6 , 0x0190DA9B2BAD71F28DF9741A32474926 , 0x0190DA9B2BC7721EBCCC7DBFE7618F03 , 0x0190DA9B2BE07148BF7E3ACF82C07174 , 0x0190DA9B2BFB7192BF32A6F69BF917AF , 0x0190DA9B2D8170989A3991FBB4A1345D , 0x0190DA9B47AC70148809EF7EBEC4360A , 0x0190DA9B486D723BBF87DF6607840E21 , 0x0190DA9B4895700786FA7D035A1A7505 , 0x0193627ECA407222B3753256181829C3 , 0x0193627EE39173CDB1195AEE579F349B , 0x0193627EE88D73D6B83F732CE97B103A , 0x0193627EF05470EAB998A31C3C9B87CC , 0x0193627EF34C725B940D03D50DF9434C , 0x0193627EF44871D38EBE6B84128C1261 , 0x0193627EFA7E703E987ED725CEC41917 , 0x0193627EFED8736FBC0F6CB661B5CA7E , 0x0193627F02E570169648201589C680D7 , 0x0193627F0639727989CA1D3C179CC069 , 0x0193627F095273D1A60ACDC17D107252 , 0x0193627F0D6871BCA2C0DCF0A80363F7 , 0x0193627F0FF771B281BB85F6E752EEF1 , 0x0193627F1A7B705A8E9F3F53AEA12303 , 0x0193627F1C2E71A0983B7E3095F30097 , 0x0193628278D273B79B1BAA43B5CD3C82 , 0x0193628279FB7073BB9E74F5125A7CB6 , 0x019362827F2970189C46FD43666D4BC9 , 0x01936282800570368E3AE134729D8123 , 0x0193628280FD72B1923809CA14F3BB4C , 0x0193628282057035957AB0D79DA6E7C3 , 0x01936282830071958D9075DDAC40BF1D , 0x01936282842C70E3A877E58BD3C15F82 , 0x01936282856470CEA919C7E75D61EB6C , 0x01936282865973B9AC300D78E51F8106 , 0x01936282875E700199CA785106B936F0 , 0x019362828890723E826E6E532DD9C5EB , 0x0193628289AD72B68D3E43D4D4D25C0D , 0x019362828A9E706786B88E271BCB1A45 , 0x019362828B9673539C2AE175CB8AD756 , 0x019362828C7F70C69DD0C68F60E4A5DE , 0x019362828D6E73D188A63AC303B77324 , 0x019362828E667255AB89D674D92B92D8 , 0x019362828F5770C79D1CFEE66F79C7C6 , 0x019362829048710BA5FAAB3746E18490 , 0x01936283B585719A815991B3C38D6994 , 0x01936283BA38736D9C3C470EA42D95B5 , 0x019362931D40709BBB625F5E9AB5209E )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
78
0.11 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
79
0.09 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"\x01 É┌kw2pBò¤½ú¸═╬ "
]
SELECT path FROM category WHERE id = 0x0190DA6B7732704295CFABA3F7CDCEFF ;
Copy
80
0.07 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
81
0.19 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
82
0.25 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"""
\x01 Ž\n
\x1A 4œv6½ž^ K´ï™
"""
b"\x01 Å▄ð╝╠sPƒ┤1Iù\x08 Ìz "
b"\x01 Ž\r €²<wIŒX¹ßÕ\v ⟠"
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x018E0A1A349C7636BD9E5E204BB4EF99 , 0x018FDCD0BCCC73509FB431499708DE7A , 0x018E0D80B23C77498C58B9DFD50BE29F ));
Copy
83
0.18 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
84
0.08 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
85
0.06 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x01 ì¶lP¥rù▓hJ(1¶1■ "
]
SELECT iso FROM snippet_set WHERE id = 0x018DF46C50BE7297B2684A2831F431FE ;
Copy
86
0.11 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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 = 0x018DF46D5CAA729C8741AC9A78D9F4E3
;
Copy
87
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
88
0.14 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x01 ì¶lP¥rù▓hJ(1¶1■ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x018DF46C50BE7297B2684A2831F431FE ;
Copy
89
0.17 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 b:Žs>¿è@Âð«\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 (0x018E0D623A8E733EBFE840C2F0AB16A4 );
Copy
90
0.16 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
91
0.24 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"""
\x01 Ž\n
\x1A 4œv6½ž^ K´ï™
"""
b"""
\x01 Ž\n
\x1A 4œv6½ž^ K´ï™
"""
b"""
\x01 Ž\n
\x1A 4œv6½ž^ K´ï™
"""
b"\x01 Å▄ð╝╠sPƒ┤1Iù\x08 Ìz "
b"\x01 Ž\r €²<wIŒX¹ßÕ\v ⟠"
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x018E0A1A349C7636BD9E5E204BB4EF99 , 0x018E0A1A349C7636BD9E5E204BB4EF99 , 0x018E0A1A349C7636BD9E5E204BB4EF99 , 0x018FDCD0BCCC73509FB431499708DE7A , 0x018E0D80B23C77498C58B9DFD50BE29F ));
Copy
92
0.45 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"\x01 É┌kw2pBò¤½ú¸═╬ "
]
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 (0x0190DA6B7732704295CFABA3F7CDCEFF ));
Copy
93
0.27 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"\x01 ôS\x10\x10 Wq░╝t\x01 ÷0\x14 -Å "
b"\x01 É┌kw2pBò¤½ú¸═╬ "
]
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 (0x01935310105771B0BC7401F630142D8F , 0x0190DA6B7732704295CFABA3F7CDCEFF ));
Copy
94
3.59 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/0190da6b7732704295cfaba3f7cdceff "
"/navigation/018e094a682a721aa85500498fa73847 "
"/navigation/018e094a9b9473a39f27f6b0933e8fef "
"/navigation/018e094a7c8d7252b1ea9354508fc271 "
"/navigation/018e094a96e673aaa280a3b14b8d0ba9 "
"/navigation/018e0949107c7173835689714f9334ad "
"/navigation/01935310105771b0bc7401f630142d8f "
"/navigation/018e094a6521719193088017c10d097c "
"/navigation/018e094a714970c9bc1e2c98d936539f "
"/navigation/018e094a8fd870d5a651b8825162a3c6 "
"/navigation/018e094a5cd572f893892793a22dd328 "
"/navigation/018e094a84ce73f1ac879a94ebe15746 "
"/navigation/018e094a6c6373998da7409219904fb5 "
"/navigation/018e094a49cc70b1a7c6ff7254b192d0 "
"/navigation/018e094a633c72cda7a7fc375216e61a "
"/navigation/0193531125197213b02b747026bff4fc "
"/navigation/018e094a898571d2b37c5c3eb43c8d18 "
"/navigation/018e094a6af27386b6758a32ad35a047 "
"/navigation/018e094a6b5d7289ad26d611136938ea "
"/navigation/018e094a6bb071e595a17e02459e526e "
"/navigation/018e094a6a8172dfb1dc19a47f4c1684 "
"/navigation/018e094a683a7329be81dda21f9c12ed "
"/navigation/018e094a69ee710abcdaf38625caa504 "
"/navigation/018e094a6bfc7360bba773d38e57c7d5 "
"/navigation/018e094a6a307380ad830c86ce93c0ca "
"/navigation/018e094a9f5671768e5d82f57eed169d "
"/navigation/018e094a9fd471d7a61406ccf6784c0b "
"/navigation/0193530fffc67061ba14ad9b1d6932bd "
"/navigation/018e094a80f871598174251c6b4080b2 "
"/navigation/018e094a818b72b28dc2418f8460750c "
"/navigation/018e094a828273c5bab6d6a675defc34 "
"/navigation/018e094a7c9e710a8e1ef5ee8cd0bcaf "
"/navigation/018e094a7ffe73a1bc0fe91475e98da9 "
"/navigation/018e094a80777223a0dd424cd7d5f630 "
"/navigation/018e094a7f8c71da859bafb792687112 "
"/navigation/018e094a83a871e9a28546d9c474699b "
"/navigation/018e094a845c739085db09c16c23570b "
"/navigation/018e094a8303732c891b2c57dca264b4 "
"/navigation/018e094a9b1a711590db96f3ad005d2b "
"/navigation/018e094a96f57391b81d378b5c64e237 "
"/navigation/018e094a9aa4725594dfb5c81deffe51 "
"/navigation/0190da6b336d71398b8428bdc639dcbf "
"/navigation/0190da6b33e5735da6ef83977556e83e "
"/navigation/0190da6b3461713c8c764a93a3d9e912 "
"/navigation/0190da6b34e370808f8e01c8b6f9c999 "
"/navigation/0190da6b356870378e326c956f0aaaa2 "
"/navigation/0190da6b35f673248a0e2e9788e28fcb "
"/navigation/0190da6b369473578f537fcf04764867 "
"/navigation/0190da6b373a7302b601c0e254d26106 "
"/navigation/0190da6b37db70c2a5a14c2cf21c0e72 "
"/navigation/0190da6b388d71b7ad467044162ac3fc "
"/navigation/0190da6b394671fea880b2a466438b34 "
"/navigation/0190da6b3a057121881a5f196ecbecaa "
"/navigation/0190da6b3acc7004ad7e96c1b8f499cf "
"/navigation/0190da6b3b9970a5b1798b2f81b84880 "
"/navigation/0190da6b3c727303b76c06ef90d848fb "
"/navigation/0190da6b3ced72488eafeb3199d57350 "
"/navigation/0190da6b3d6e73c6be5fe88be894aa6e "
"/navigation/0190da6b3df872aba057536d24ef9345 "
"/navigation/0190da6b3e85722c8881573051863595 "
"/navigation/0190da6b3f2070829c24279044a5b57c "
"/navigation/0190da6b3fbc739b94d10310297d476f "
"/navigation/0190da6b4069718e9a5c7a770cfa897b "
"/navigation/0190da6b411d73e98938b69d964b5c3b "
"/navigation/0190da6b41d9737b8fc1950e8c18b090 "
"/navigation/0190da6b429c701987f3a888ee19c0da "
"/navigation/0190da6b436871f788b1fa4f578c7e57 "
"/navigation/0190da6b4379716b85fae6f2577c24f9 "
"/navigation/0190da6b43f67228b7718c48b12dd947 "
"/navigation/0190da6b447771e7aa2cbff5d88fbdea "
"/navigation/0190da6b450a722ca56c67eeb1e056ed "
"/navigation/0190da6b459871c09f10aba04001d42f "
"/navigation/0190da6b4634703897db37c45f6420c7 "
"/navigation/0190da6b46d873f3a6586a636f8c347d "
"/navigation/0190da6b4783736e8fbf173aca754771 "
"/navigation/0190da6b4835708aab5e0ef2c8d8b67a "
"/navigation/0190da6b48ee727db43e80fa30873f07 "
"/navigation/0190da6b49b47087ad75f2d5478158ae "
"/navigation/0190da6b4a7b7256acd1427d0ebe8656 "
"/navigation/0190da6b4b487253a62bb4985a5fba1a "
"/navigation/0190da6b4c1d707b99fa42836807ad1c "
"/navigation/0190da6b4cf97291ae8572e9049b147b "
"/navigation/0190da6b4d0770f58506b526befe974c "
"/navigation/0190da6b4d7e726da9c223746360dc10 "
"/navigation/0190da6b4dfd72c38f53d1f2985c0010 "
"/navigation/0190da6b4e8371ea9a7dc2a161f581a9 "
"/navigation/0190da6b4f1272789fefcfd2d4efdb0b "
"/navigation/0190da6b4fa772c5be5ec927431981a6 "
"/navigation/0190da6b504a7359b453ba135217a643 "
"/navigation/0190da6b50f57315885509e61cdd6e1a "
"/navigation/0190da6b51a7727392879233b73d5467 "
"/navigation/0190da6b5260712db3b4fbce1d7f13da "
"/navigation/0190da6b55d5727e9653af4d01dc867c "
"/navigation/0190da6b55e37272aebfc69528a1309b "
"/navigation/0190da6b565a7126a2d768d06544edc6 "
"/navigation/019353104ab07394a65a866a49169139 "
"/navigation/0190da6b56d970a1a3bfc37282553b73 "
"/navigation/0190da6b575f7313998086245ee2304f "
"/navigation/0190da6b57ee72c3a0f9e35378087846 "
"/navigation/0190da6b588a73ba80fc7e4f866c646c "
"/navigation/0190da6b592d739f8af999109da303c1 "
"/navigation/0190da6b59d8729abc3d32f1d7b26704 "
"/navigation/0190da6b5a8a7262913f0aeb19bd3689 "
"/navigation/0190da6b5b3b721882f60c174f4ca942 "
"/navigation/0190da6b5bfb734faeb91a737a280f84 "
"/navigation/0190da6b5cc5727bb91d3b36e3dd6b58 "
"/navigation/0190da6b5d9672ab9471c2ed10037e75 "
"/navigation/0190da6b5da572c086db234cbdc65834 "
"/navigation/0190da6b5e2173068b173bfc43aa006c "
"/navigation/0190da6b5ea571fe927915fb7fff4bd3 "
"/navigation/0190da6b5f2e7355b0ff8bf44b792d69 "
"/navigation/0190da6b5fc0735a9dd3234f3a9ecab5 "
"/navigation/0190da6b606071d48c16909e6f669307 "
"/navigation/0190da6b61077269b2adfffee3e27123 "
"/navigation/0190da6b61b573cbadf17bed5974c452 "
"/navigation/0190da6b626c72268063dc5816c0b49f "
"/navigation/0190da6b627e72edb8cb86025b83a7d1 "
"/navigation/0190da6b62fa71e0ae9717bbeb7d4b22 "
"/navigation/0190da6b637f725496fafd13a4d4190a "
"/navigation/0190da6b640e73a1a15122449f6d3a05 "
"/navigation/0190da6b64a570a697a7086f0fad2317 "
"/navigation/0190da6b64b471208c8e66c4f20043bb "
"/navigation/0190da6b65337381aff88ad425cd7328 "
"/navigation/0190da6b65b7727d85f054a0324b5e53 "
"/navigation/0190da6b66467095800887be0058412f "
"/navigation/0190da6b66d7724ea28c3f3ee0557d89 "
"/navigation/0190da6b67757177a29b654cf5e28df7 "
"/navigation/0190da6b681d73d892b780a7c01c43dc "
"/navigation/0190da6b68cd713c8bc6658e764265d9 "
"/navigation/0190da6b68dc70cba9e366a1acb369ee "
"/navigation/0190da6b695a70c4bef46d769934ffd6 "
"/navigation/0190da6b69df70f18aa98ed2c8280ae0 "
"/navigation/0190da6b6a7771b7bf370ff0363ac9c2 "
"/navigation/0190da6b6b137230ab10935861ff6fc9 "
"/navigation/0190da6b6bb773b49c2800463d8c1a8d "
"/navigation/0190da6b6c5f70ffaef9adb88b6b81c8 "
"/navigation/0190da6b6d0f73649dc20bcbd26482d4 "
"/navigation/0190da6b6dc67135823f3195aacbbae3 "
"/navigation/0190da6b6dd570e8b56469dac2b85859 "
"/navigation/0190da6b6e5470228f5affb8fb32d7c5 "
"/navigation/0190da6b6ed4733d95f110b22a852942 "
"/navigation/0193531076a3736aac97f4f6037fa531 "
"/navigation/0190da6b6f5c70b5b3f23bd6fe97cb8d "
"/navigation/0190da6b6feb703eb921dc1e76fe23d7 "
"/navigation/0190da6b708a72f1816f6d92ab9cee14 "
"/navigation/0190da6b712f73c286b85387f4970cef "
"/navigation/0190da6b71dc7392a312a28e57c330fc "
"/navigation/0190da6b7290704392c9867973adb2c6 "
"/navigation/0190da6b734b72679c508ff54b5ac6eb "
"/navigation/0190da6b740d71fcb138602a76b33752 "
"/navigation/0190da6b741c703088731b59c8008ea7 "
"/navigation/0190da6b74957160b6c6ad6286e3706c "
"/navigation/0190da6b751572588f4bee18324f6d8d "
"/navigation/0190da6b75a37360ac302cc9cefd1452 "
"/navigation/0190da6b75b2703cb51073e03106a71c "
"/navigation/0190da6b762a7098acf391f8e9a64528 "
"/navigation/0190da6b76aa719ea381dbb620a14dfe "
"/navigation/0190da6b7741725cace93eacf684150d "
"/navigation/0190da6b77ba7224a2416580247e6c23 "
"/navigation/0190da6b783a71169dd2a95430a481ee "
"/navigation/0190da6b78c373cc9f84ed14d5b2474c "
"/navigation/0190da6b79537146887b5d57a7419d68 "
"/navigation/0190da6b79f673ec92b9e175db13d506 "
"/navigation/0190da6b7a9673738b78c77099906d9e "
"/navigation/0190da6b7b46722f97bbc42b053e36ed "
"/navigation/0190da6b7bfd72f496d8db8c0e0043e9 "
"/navigation/0190da6b7cc9709b8c97fbf75cb06b6d "
"/navigation/0190da6b7da27090845813d9e9e7c4fc "
"/navigation/0190da6b7e7d722fa351108101dc0d0e "
"/navigation/0190da6b7f6773a9bf3c4847189780c6 "
"/navigation/0190da6b805a728aa9fdead7ba735dda "
"/navigation/0190da6b815671309bf080078735260c "
"/navigation/0190da6b825a701489d4c5880aa0dc4a "
"/navigation/0190da6b836771148973176799bfe672 "
"/navigation/0190da6b847f713f86e30c0f1da09d02 "
"/navigation/0190da6b859f724c866ffe6f47c24193 "
"/navigation/0190da6b86a77005b38b945bad0add23 "
"/navigation/0190da6b86b673ba95e30ba6845ce950 "
"/navigation/0190da6b86c573efbf6b12f6a18220e8 "
"/navigation/0190da6b86d4729c9e63a9e58b5e39b6 "
"/navigation/0190da6b875070e48e4bc3a910691c92 "
"/navigation/0190da6b87d3739598076c4b21fc5936 "
"/navigation/0190da6b885e71569e3c2a9e9e53dbf4 "
"/navigation/0190da6b88ff7312b1c1661a6a5ab285 "
"/navigation/0190da6b89b5737daa8ed3f07fbbd026 "
"/navigation/0190da6b8a5b710aac630e88fd1781b1 "
"/navigation/0190da6b8b0c73058638ee4347315f4d "
"/navigation/0190da6b8bc972f889c7c990b2349580 "
"/navigation/0190da6b8bd97212a0d598597b9aafb8 "
"/navigation/0190da6b8c567235a1c48675a7986026 "
"/navigation/0190da6b8cda720cbcd4880e7ac8539d "
"/navigation/0190da6b8d6671448e76fd736ebb3cc8 "
"/navigation/0190da6b8df87300b867b26fd4cbed5f "
"/navigation/0190da6b8ea1711a9c16c2e437fdbeef "
"/navigation/0190da6b8f4d71749e713960b86a4479 "
"/navigation/0190da6b8ffd717ca4484d6253a62839 "
"/navigation/0190da6b90b571cf99a5a4265d2392c8 "
"/navigation/0190da6b9180721e9e168f71f24ec510 "
"/navigation/0190da6b925273c99c7fa9666354522c "
"/navigation/0190da6b932472079a1a24fdad531a3a "
"/navigation/0190da6b9334702fba5c86a9ac7785e5 "
"/navigation/0190da6b93ae7214b2dbfce8e9626609 "
"/navigation/0190da6b942f70f8b05f63acd111d21e "
"/navigation/0190da6b94b3703ebc94fe3e77bb3733 "
"/navigation/01935310ba9971eb8fe07c78f0fa8610 "
"/navigation/0190da6b9543719aabf2f8f7c46c0bbe "
"/navigation/0190da6b95ed73b09ddb2932c20c91b3 "
"/navigation/0190da6b969e71c5a565e3d037c25a05 "
"/navigation/0190da6b972773c0a9278c891fbca036 "
"/navigation/0190da6b97a87093a6f9060b405ada04 "
"/navigation/0190da6b98317143847e4964b0e79aaa "
"/navigation/0190da6b98c27161816e8a8d9f7368c2 "
"/navigation/01935310c1b872e59dabd25b1516ef5a "
"/navigation/01935310c465737ba72fb0c5450780df "
"/navigation/0190da6b9963711288acf26a73acba65 "
"/navigation/01935310c76f734aaf0290a2e911ef5d "
"/navigation/01935310c7d072699e734e15fb2b6fdc "
"/navigation/0190da6b9af87278aeb49ad7144a602f "
"/navigation/0190da6b9b087177ac3bdf3c08a07474 "
"/navigation/0190da6b9b8373d88ff7df8dbc18d465 "
"/navigation/0190da6b9c067153a912db6036f39e30 "
"/navigation/0190da6b9c8f73978067432d46b52fe2 "
"/navigation/0190da6b9d2170659f56b705e7230f4e "
"/navigation/0190da6b9dc470f0960cbe4c2f9ccaf2 "
"/navigation/0190da6b9e6f70efb68b9640c9f35a93 "
"/navigation/0190da6b9f2173528f0e32eee0742f16 "
"/navigation/018e094a67a67363b280f9fde3b3bfe4 "
"/navigation/018e094a66b37270b8fdb26d85a42979 "
"/navigation/018e094a6532730ea4524f8014127326 "
"/navigation/018e094a672a73a0b3f6fde0db20094b "
"/navigation/018e094a7a5573999bca1d3b00290b7b "
"/navigation/018e094a715873c28fd8cea2d22e111b "
"/navigation/018e094a731b7142a8c9da8dfca4ee45 "
"/navigation/018e094a736a702c985ef817386bacde "
"/navigation/018e094a7b04700795828df23dc36629 "
"/navigation/018e094a7b1571d8a72419abb2990255 "
"/navigation/018e094a7c1170dc8726812d94d0fd8c "
"/navigation/018e094a750e7247a9afa9cfc21dd792 "
"/navigation/018e094a75b572019b0ba665e70420b7 "
"/navigation/018e094a762e724fa589f61c6657c8eb "
"/navigation/018e094a792b73e2802ebb9f6f36efca "
"/navigation/018e094a79ac71a0ba68164192a6e42f "
"/navigation/018e094a79f973b4b0f2133e99e7e932 "
"/navigation/018e094a76a973249c8a6b5cc8d80b36 "
"/navigation/018e094a775e70e480c4c2b08a49d9fa "
"/navigation/018e094a77c07331907e8618474fa10b "
"/navigation/018e094a782970d99d9f6926c97c281b "
"/navigation/018e094a789f73cebf2c1d8d66d28c43 "
"/navigation/018e094a78e373f49bab5d5d0f3411d3 "
"/navigation/018e094a73b8717eabde1be0b16685cf "
"/navigation/018e094a742a7202825adc11655a86cd "
"/navigation/018e094a748f731894dd34437b3c47f3 "
"/navigation/018e094a8fe971b491b7d25355f51e4a "
"/navigation/018e094a938a7020a209909d7d5f01fd "
"/navigation/018e094a9400714692eb168f469d3170 "
"/navigation/018e094a94ed73e890e5b25a3306177c "
"/navigation/018e094a9473713b8ddebda5757d8e8e "
"/navigation/018e094a956e731fadb04f802f295091 "
"/navigation/018e094a9603737d9d29f8057d764d6d "
"/navigation/018e094a967270448c2599478746adcf "
"/navigation/018e094a62947243ae498ec01078e18d "
"/navigation/018e094a5d7f71eaa2500f802828aa42 "
"/navigation/018e094a5f4c7341b4112e049fc90a2b "
"/navigation/018e094a5f9f71aba4d5d426972c38c4 "
"/navigation/018e094a5ddd714ab173a3deedef12c8 "
"/navigation/018e094a61e87245a42b124035729a63 "
"/navigation/018e094a60027285a759666e15a0fe9d "
"/navigation/018e094a60e773ce854c119414ed112c "
"/navigation/018e094a607170e8b33a3082f6037523 "
"/navigation/018e094a61697217be035a73229ee805 "
"/navigation/018e094a84e0736b85d111fdc41f49c7 "
"/navigation/018e094a8818725684035e1772cf7f2b "
"/navigation/018e094a89047019aa9e391381074701 "
"/navigation/018e094a888a70bdb163dad321677e1f "
"/navigation/018e094a6f4e70208df7200bff56d69e "
"/navigation/018e094a6fd0733e915c09143bef0af2 "
"/navigation/018e094a706f70a7a5471064a4946dbe "
"/navigation/018e094a70e473249afd934f32ca3b72 "
"/navigation/018e094a6c7070fa9362e8ca77b17bc7 "
"/navigation/018e094a6ecd718f8d0ca01aad84d3f6 "
"/navigation/018e094a6e5a720fa78af5a895a6f374 "
"/navigation/018e094a58537093a750a5da452649f2 "
"/navigation/018e094a5cc773c1be797895bcb57891 "
"/navigation/018e094a5863700aa587b1a649df8e17 "
"/navigation/018e094a595871578324f5509f1eb1c4 "
"/navigation/018e094a53ac70359459db7119922d94 "
"/navigation/018e094a549373d8a088d3f0d4e3df80 "
"/navigation/018e094a55f673f2a72826301b8cdd55 "
"/navigation/018e094a558173bf95c3ee389edc24ee "
"/navigation/018e094a56717282994904be564ea29f "
"/navigation/018e094a56f37172a7ea52e19b2ed487 "
"/navigation/018e094a570d73dd825ac42745bcfb6d "
"/navigation/018e094a4e8972b0a738114f8b15043f "
"/navigation/018e094a51c5704ca48641da73140326 "
"/navigation/018e094a4faa7262baad53bb8af2e792 "
"/navigation/018e094a502571c1aa4549cf53863eb3 "
"/navigation/018e094a526270ae8715cf17c132311d "
"/navigation/018e094a512d71f3b806322541d16e88 "
"/navigation/018e094a530373ec9633e38719e6aece "
"/navigation/018e094a4f3471489e58aa2a3c016992 "
"/navigation/018e094a50a7735db379f61f913cb4d3 "
"/navigation/018e094a59c97091a82f4bde32eb843b "
"/navigation/018e094a5ab071a795b88e73d14e56b3 "
"/navigation/018e094a5c71735ba69e50f01349e139 "
"/navigation/018e094a5b23717a8c32015cceb44d98 "
"/navigation/018e094a4a4272ec9e8a040a6c81253b "
"/navigation/018e094a4ab5738893cc2b40f6ba2316 "
"/navigation/018e094a4c2c7299b22da95f78375be4 "
"/navigation/018e094a4b2b739d8c142a839e61f187 "
"/navigation/018e094a4ba97178b9a1743121a10f37 "
"/navigation/018e094a4cb37375beaca6cda0242845 "
"/navigation/018e094a4de871b0a998505efbe3ad5e "
"/navigation/018e094a4d4d73e68bdb97df92ff0817 "
"/navigation/018e094a634d735ea7d25b755be528a1 "
"/navigation/018e094a63b272e9b0e3b9aeec304ae1 "
"/navigation/018e094a8997710b9543bbf561cb48f4 "
"/navigation/018e094a8cdc708fa293f3f547dbc139 "
"/navigation/018e094a8dca71a2984fde4743f6c583 "
"/navigation/018e094a8d4f7387b404601fd8591f1b "
"/navigation/018e094a8e4b73798196fe3db87d6810 "
"/navigation/018e094a8edf70b8a88923b28c9c0dfa "
"/navigation/018e094a8f5270a9a8c297d19deca51a "
"/detail/0b5363e1369a55e7bbfdc2745de587d9 "
"/detail/b3cae881a27e5d658f1fa9a1ef9b598c "
"/detail/3c80f1383eb15cd8a732595928db5ee4 "
"/detail/223199e7ec5c540894c74132115f44ad "
"/detail/4a2de64cfff05ffb82931e0f9729f4fe "
"/detail/0eb25e1a9f285060a41b28c113e6949f "
"/detail/e2e3ab8f2bc9534b8f262dc14e8db78d "
"/detail/6ba28cde1a9f5cc587d5e2c43eaa1b0d "
"/detail/0c2430c3b0bd5665823b6c5417596ee2 "
"/detail/4e5af92f4a7c54da9791083b804540d9 "
"/detail/24baacaf267e5bf181cfaa653a273d2b "
"/detail/107d3adc8e645caa9a5134b4554cc04b "
"/detail/5aabf44ac6925d46a974881f68c5dbea "
"/detail/c4a783a614385a94bfa344a2a3a06468 "
"/detail/8f0d78e3943057789599b4f9237610bb "
"/detail/6f7fcb5b32a25b57a771310df27d1a5f "
"/detail/6ae4f6ade886591ca753d0782653658a "
"/detail/4d61d8a8302e5ef7a97914b04393fda5 "
"/detail/8c03897b4460575cb1f17c7b2433c5ac "
"/detail/d8f280d7346d534bbc71ebe3e321c49d "
"/detail/def359f5322258d7953f00577679e83a "
"/detail/28287e06ce785de6b1bc3ee18c9b945d "
"/detail/3b1ffd21723e51729194556f17d2e073 "
"/detail/9a58b7d0e1635503bd5c5ea35fc73e30 "
"/navigation/018e189f4c877164ad4363394678698e "
"/navigation/018e18a172b378238b8e81a70374fe0e "
"/navigation/018e189f65bb7e82b42203e11a7f7ca3 "
"/navigation/018e18a1b5717013bf34057e6e4af3c6 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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/0190da6b7732704295cfaba3f7cdceff' , '/navigation/018e094a682a721aa85500498fa73847' , '/navigation/018e094a9b9473a39f27f6b0933e8fef' , '/navigation/018e094a7c8d7252b1ea9354508fc271' , '/navigation/018e094a96e673aaa280a3b14b8d0ba9' , '/navigation/018e0949107c7173835689714f9334ad' , '/navigation/01935310105771b0bc7401f630142d8f' , '/navigation/018e094a6521719193088017c10d097c' , '/navigation/018e094a714970c9bc1e2c98d936539f' , '/navigation/018e094a8fd870d5a651b8825162a3c6' , '/navigation/018e094a5cd572f893892793a22dd328' , '/navigation/018e094a84ce73f1ac879a94ebe15746' , '/navigation/018e094a6c6373998da7409219904fb5' , '/navigation/018e094a49cc70b1a7c6ff7254b192d0' , '/navigation/018e094a633c72cda7a7fc375216e61a' , '/navigation/0193531125197213b02b747026bff4fc' , '/navigation/018e094a898571d2b37c5c3eb43c8d18' , '/navigation/018e094a6af27386b6758a32ad35a047' , '/navigation/018e094a6b5d7289ad26d611136938ea' , '/navigation/018e094a6bb071e595a17e02459e526e' , '/navigation/018e094a6a8172dfb1dc19a47f4c1684' , '/navigation/018e094a683a7329be81dda21f9c12ed' , '/navigation/018e094a69ee710abcdaf38625caa504' , '/navigation/018e094a6bfc7360bba773d38e57c7d5' , '/navigation/018e094a6a307380ad830c86ce93c0ca' , '/navigation/018e094a9f5671768e5d82f57eed169d' , '/navigation/018e094a9fd471d7a61406ccf6784c0b' , '/navigation/0193530fffc67061ba14ad9b1d6932bd' , '/navigation/018e094a80f871598174251c6b4080b2' , '/navigation/018e094a818b72b28dc2418f8460750c' , '/navigation/018e094a828273c5bab6d6a675defc34' , '/navigation/018e094a7c9e710a8e1ef5ee8cd0bcaf' , '/navigation/018e094a7ffe73a1bc0fe91475e98da9' , '/navigation/018e094a80777223a0dd424cd7d5f630' , '/navigation/018e094a7f8c71da859bafb792687112' , '/navigation/018e094a83a871e9a28546d9c474699b' , '/navigation/018e094a845c739085db09c16c23570b' , '/navigation/018e094a8303732c891b2c57dca264b4' , '/navigation/018e094a9b1a711590db96f3ad005d2b' , '/navigation/018e094a96f57391b81d378b5c64e237' , '/navigation/018e094a9aa4725594dfb5c81deffe51' , '/navigation/0190da6b336d71398b8428bdc639dcbf' , '/navigation/0190da6b33e5735da6ef83977556e83e' , '/navigation/0190da6b3461713c8c764a93a3d9e912' , '/navigation/0190da6b34e370808f8e01c8b6f9c999' , '/navigation/0190da6b356870378e326c956f0aaaa2' , '/navigation/0190da6b35f673248a0e2e9788e28fcb' , '/navigation/0190da6b369473578f537fcf04764867' , '/navigation/0190da6b373a7302b601c0e254d26106' , '/navigation/0190da6b37db70c2a5a14c2cf21c0e72' , '/navigation/0190da6b388d71b7ad467044162ac3fc' , '/navigation/0190da6b394671fea880b2a466438b34' , '/navigation/0190da6b3a057121881a5f196ecbecaa' , '/navigation/0190da6b3acc7004ad7e96c1b8f499cf' , '/navigation/0190da6b3b9970a5b1798b2f81b84880' , '/navigation/0190da6b3c727303b76c06ef90d848fb' , '/navigation/0190da6b3ced72488eafeb3199d57350' , '/navigation/0190da6b3d6e73c6be5fe88be894aa6e' , '/navigation/0190da6b3df872aba057536d24ef9345' , '/navigation/0190da6b3e85722c8881573051863595' , '/navigation/0190da6b3f2070829c24279044a5b57c' , '/navigation/0190da6b3fbc739b94d10310297d476f' , '/navigation/0190da6b4069718e9a5c7a770cfa897b' , '/navigation/0190da6b411d73e98938b69d964b5c3b' , '/navigation/0190da6b41d9737b8fc1950e8c18b090' , '/navigation/0190da6b429c701987f3a888ee19c0da' , '/navigation/0190da6b436871f788b1fa4f578c7e57' , '/navigation/0190da6b4379716b85fae6f2577c24f9' , '/navigation/0190da6b43f67228b7718c48b12dd947' , '/navigation/0190da6b447771e7aa2cbff5d88fbdea' , '/navigation/0190da6b450a722ca56c67eeb1e056ed' , '/navigation/0190da6b459871c09f10aba04001d42f' , '/navigation/0190da6b4634703897db37c45f6420c7' , '/navigation/0190da6b46d873f3a6586a636f8c347d' , '/navigation/0190da6b4783736e8fbf173aca754771' , '/navigation/0190da6b4835708aab5e0ef2c8d8b67a' , '/navigation/0190da6b48ee727db43e80fa30873f07' , '/navigation/0190da6b49b47087ad75f2d5478158ae' , '/navigation/0190da6b4a7b7256acd1427d0ebe8656' , '/navigation/0190da6b4b487253a62bb4985a5fba1a' , '/navigation/0190da6b4c1d707b99fa42836807ad1c' , '/navigation/0190da6b4cf97291ae8572e9049b147b' , '/navigation/0190da6b4d0770f58506b526befe974c' , '/navigation/0190da6b4d7e726da9c223746360dc10' , '/navigation/0190da6b4dfd72c38f53d1f2985c0010' , '/navigation/0190da6b4e8371ea9a7dc2a161f581a9' , '/navigation/0190da6b4f1272789fefcfd2d4efdb0b' , '/navigation/0190da6b4fa772c5be5ec927431981a6' , '/navigation/0190da6b504a7359b453ba135217a643' , '/navigation/0190da6b50f57315885509e61cdd6e1a' , '/navigation/0190da6b51a7727392879233b73d5467' , '/navigation/0190da6b5260712db3b4fbce1d7f13da' , '/navigation/0190da6b55d5727e9653af4d01dc867c' , '/navigation/0190da6b55e37272aebfc69528a1309b' , '/navigation/0190da6b565a7126a2d768d06544edc6' , '/navigation/019353104ab07394a65a866a49169139' , '/navigation/0190da6b56d970a1a3bfc37282553b73' , '/navigation/0190da6b575f7313998086245ee2304f' , '/navigation/0190da6b57ee72c3a0f9e35378087846' , '/navigation/0190da6b588a73ba80fc7e4f866c646c' , '/navigation/0190da6b592d739f8af999109da303c1' , '/navigation/0190da6b59d8729abc3d32f1d7b26704' , '/navigation/0190da6b5a8a7262913f0aeb19bd3689' , '/navigation/0190da6b5b3b721882f60c174f4ca942' , '/navigation/0190da6b5bfb734faeb91a737a280f84' , '/navigation/0190da6b5cc5727bb91d3b36e3dd6b58' , '/navigation/0190da6b5d9672ab9471c2ed10037e75' , '/navigation/0190da6b5da572c086db234cbdc65834' , '/navigation/0190da6b5e2173068b173bfc43aa006c' , '/navigation/0190da6b5ea571fe927915fb7fff4bd3' , '/navigation/0190da6b5f2e7355b0ff8bf44b792d69' , '/navigation/0190da6b5fc0735a9dd3234f3a9ecab5' , '/navigation/0190da6b606071d48c16909e6f669307' , '/navigation/0190da6b61077269b2adfffee3e27123' , '/navigation/0190da6b61b573cbadf17bed5974c452' , '/navigation/0190da6b626c72268063dc5816c0b49f' , '/navigation/0190da6b627e72edb8cb86025b83a7d1' , '/navigation/0190da6b62fa71e0ae9717bbeb7d4b22' , '/navigation/0190da6b637f725496fafd13a4d4190a' , '/navigation/0190da6b640e73a1a15122449f6d3a05' , '/navigation/0190da6b64a570a697a7086f0fad2317' , '/navigation/0190da6b64b471208c8e66c4f20043bb' , '/navigation/0190da6b65337381aff88ad425cd7328' , '/navigation/0190da6b65b7727d85f054a0324b5e53' , '/navigation/0190da6b66467095800887be0058412f' , '/navigation/0190da6b66d7724ea28c3f3ee0557d89' , '/navigation/0190da6b67757177a29b654cf5e28df7' , '/navigation/0190da6b681d73d892b780a7c01c43dc' , '/navigation/0190da6b68cd713c8bc6658e764265d9' , '/navigation/0190da6b68dc70cba9e366a1acb369ee' , '/navigation/0190da6b695a70c4bef46d769934ffd6' , '/navigation/0190da6b69df70f18aa98ed2c8280ae0' , '/navigation/0190da6b6a7771b7bf370ff0363ac9c2' , '/navigation/0190da6b6b137230ab10935861ff6fc9' , '/navigation/0190da6b6bb773b49c2800463d8c1a8d' , '/navigation/0190da6b6c5f70ffaef9adb88b6b81c8' , '/navigation/0190da6b6d0f73649dc20bcbd26482d4' , '/navigation/0190da6b6dc67135823f3195aacbbae3' , '/navigation/0190da6b6dd570e8b56469dac2b85859' , '/navigation/0190da6b6e5470228f5affb8fb32d7c5' , '/navigation/0190da6b6ed4733d95f110b22a852942' , '/navigation/0193531076a3736aac97f4f6037fa531' , '/navigation/0190da6b6f5c70b5b3f23bd6fe97cb8d' , '/navigation/0190da6b6feb703eb921dc1e76fe23d7' , '/navigation/0190da6b708a72f1816f6d92ab9cee14' , '/navigation/0190da6b712f73c286b85387f4970cef' , '/navigation/0190da6b71dc7392a312a28e57c330fc' , '/navigation/0190da6b7290704392c9867973adb2c6' , '/navigation/0190da6b734b72679c508ff54b5ac6eb' , '/navigation/0190da6b740d71fcb138602a76b33752' , '/navigation/0190da6b741c703088731b59c8008ea7' , '/navigation/0190da6b74957160b6c6ad6286e3706c' , '/navigation/0190da6b751572588f4bee18324f6d8d' , '/navigation/0190da6b75a37360ac302cc9cefd1452' , '/navigation/0190da6b75b2703cb51073e03106a71c' , '/navigation/0190da6b762a7098acf391f8e9a64528' , '/navigation/0190da6b76aa719ea381dbb620a14dfe' , '/navigation/0190da6b7741725cace93eacf684150d' , '/navigation/0190da6b77ba7224a2416580247e6c23' , '/navigation/0190da6b783a71169dd2a95430a481ee' , '/navigation/0190da6b78c373cc9f84ed14d5b2474c' , '/navigation/0190da6b79537146887b5d57a7419d68' , '/navigation/0190da6b79f673ec92b9e175db13d506' , '/navigation/0190da6b7a9673738b78c77099906d9e' , '/navigation/0190da6b7b46722f97bbc42b053e36ed' , '/navigation/0190da6b7bfd72f496d8db8c0e0043e9' , '/navigation/0190da6b7cc9709b8c97fbf75cb06b6d' , '/navigation/0190da6b7da27090845813d9e9e7c4fc' , '/navigation/0190da6b7e7d722fa351108101dc0d0e' , '/navigation/0190da6b7f6773a9bf3c4847189780c6' , '/navigation/0190da6b805a728aa9fdead7ba735dda' , '/navigation/0190da6b815671309bf080078735260c' , '/navigation/0190da6b825a701489d4c5880aa0dc4a' , '/navigation/0190da6b836771148973176799bfe672' , '/navigation/0190da6b847f713f86e30c0f1da09d02' , '/navigation/0190da6b859f724c866ffe6f47c24193' , '/navigation/0190da6b86a77005b38b945bad0add23' , '/navigation/0190da6b86b673ba95e30ba6845ce950' , '/navigation/0190da6b86c573efbf6b12f6a18220e8' , '/navigation/0190da6b86d4729c9e63a9e58b5e39b6' , '/navigation/0190da6b875070e48e4bc3a910691c92' , '/navigation/0190da6b87d3739598076c4b21fc5936' , '/navigation/0190da6b885e71569e3c2a9e9e53dbf4' , '/navigation/0190da6b88ff7312b1c1661a6a5ab285' , '/navigation/0190da6b89b5737daa8ed3f07fbbd026' , '/navigation/0190da6b8a5b710aac630e88fd1781b1' , '/navigation/0190da6b8b0c73058638ee4347315f4d' , '/navigation/0190da6b8bc972f889c7c990b2349580' , '/navigation/0190da6b8bd97212a0d598597b9aafb8' , '/navigation/0190da6b8c567235a1c48675a7986026' , '/navigation/0190da6b8cda720cbcd4880e7ac8539d' , '/navigation/0190da6b8d6671448e76fd736ebb3cc8' , '/navigation/0190da6b8df87300b867b26fd4cbed5f' , '/navigation/0190da6b8ea1711a9c16c2e437fdbeef' , '/navigation/0190da6b8f4d71749e713960b86a4479' , '/navigation/0190da6b8ffd717ca4484d6253a62839' , '/navigation/0190da6b90b571cf99a5a4265d2392c8' , '/navigation/0190da6b9180721e9e168f71f24ec510' , '/navigation/0190da6b925273c99c7fa9666354522c' , '/navigation/0190da6b932472079a1a24fdad531a3a' , '/navigation/0190da6b9334702fba5c86a9ac7785e5' , '/navigation/0190da6b93ae7214b2dbfce8e9626609' , '/navigation/0190da6b942f70f8b05f63acd111d21e' , '/navigation/0190da6b94b3703ebc94fe3e77bb3733' , '/navigation/01935310ba9971eb8fe07c78f0fa8610' , '/navigation/0190da6b9543719aabf2f8f7c46c0bbe' , '/navigation/0190da6b95ed73b09ddb2932c20c91b3' , '/navigation/0190da6b969e71c5a565e3d037c25a05' , '/navigation/0190da6b972773c0a9278c891fbca036' , '/navigation/0190da6b97a87093a6f9060b405ada04' , '/navigation/0190da6b98317143847e4964b0e79aaa' , '/navigation/0190da6b98c27161816e8a8d9f7368c2' , '/navigation/01935310c1b872e59dabd25b1516ef5a' , '/navigation/01935310c465737ba72fb0c5450780df' , '/navigation/0190da6b9963711288acf26a73acba65' , '/navigation/01935310c76f734aaf0290a2e911ef5d' , '/navigation/01935310c7d072699e734e15fb2b6fdc' , '/navigation/0190da6b9af87278aeb49ad7144a602f' , '/navigation/0190da6b9b087177ac3bdf3c08a07474' , '/navigation/0190da6b9b8373d88ff7df8dbc18d465' , '/navigation/0190da6b9c067153a912db6036f39e30' , '/navigation/0190da6b9c8f73978067432d46b52fe2' , '/navigation/0190da6b9d2170659f56b705e7230f4e' , '/navigation/0190da6b9dc470f0960cbe4c2f9ccaf2' , '/navigation/0190da6b9e6f70efb68b9640c9f35a93' , '/navigation/0190da6b9f2173528f0e32eee0742f16' , '/navigation/018e094a67a67363b280f9fde3b3bfe4' , '/navigation/018e094a66b37270b8fdb26d85a42979' , '/navigation/018e094a6532730ea4524f8014127326' , '/navigation/018e094a672a73a0b3f6fde0db20094b' , '/navigation/018e094a7a5573999bca1d3b00290b7b' , '/navigation/018e094a715873c28fd8cea2d22e111b' , '/navigation/018e094a731b7142a8c9da8dfca4ee45' , '/navigation/018e094a736a702c985ef817386bacde' , '/navigation/018e094a7b04700795828df23dc36629' , '/navigation/018e094a7b1571d8a72419abb2990255' , '/navigation/018e094a7c1170dc8726812d94d0fd8c' , '/navigation/018e094a750e7247a9afa9cfc21dd792' , '/navigation/018e094a75b572019b0ba665e70420b7' , '/navigation/018e094a762e724fa589f61c6657c8eb' , '/navigation/018e094a792b73e2802ebb9f6f36efca' , '/navigation/018e094a79ac71a0ba68164192a6e42f' , '/navigation/018e094a79f973b4b0f2133e99e7e932' , '/navigation/018e094a76a973249c8a6b5cc8d80b36' , '/navigation/018e094a775e70e480c4c2b08a49d9fa' , '/navigation/018e094a77c07331907e8618474fa10b' , '/navigation/018e094a782970d99d9f6926c97c281b' , '/navigation/018e094a789f73cebf2c1d8d66d28c43' , '/navigation/018e094a78e373f49bab5d5d0f3411d3' , '/navigation/018e094a73b8717eabde1be0b16685cf' , '/navigation/018e094a742a7202825adc11655a86cd' , '/navigation/018e094a748f731894dd34437b3c47f3' , '/navigation/018e094a8fe971b491b7d25355f51e4a' , '/navigation/018e094a938a7020a209909d7d5f01fd' , '/navigation/018e094a9400714692eb168f469d3170' , '/navigation/018e094a94ed73e890e5b25a3306177c' , '/navigation/018e094a9473713b8ddebda5757d8e8e' , '/navigation/018e094a956e731fadb04f802f295091' , '/navigation/018e094a9603737d9d29f8057d764d6d' , '/navigation/018e094a967270448c2599478746adcf' , '/navigation/018e094a62947243ae498ec01078e18d' , '/navigation/018e094a5d7f71eaa2500f802828aa42' , '/navigation/018e094a5f4c7341b4112e049fc90a2b' , '/navigation/018e094a5f9f71aba4d5d426972c38c4' , '/navigation/018e094a5ddd714ab173a3deedef12c8' , '/navigation/018e094a61e87245a42b124035729a63' , '/navigation/018e094a60027285a759666e15a0fe9d' , '/navigation/018e094a60e773ce854c119414ed112c' , '/navigation/018e094a607170e8b33a3082f6037523' , '/navigation/018e094a61697217be035a73229ee805' , '/navigation/018e094a84e0736b85d111fdc41f49c7' , '/navigation/018e094a8818725684035e1772cf7f2b' , '/navigation/018e094a89047019aa9e391381074701' , '/navigation/018e094a888a70bdb163dad321677e1f' , '/navigation/018e094a6f4e70208df7200bff56d69e' , '/navigation/018e094a6fd0733e915c09143bef0af2' , '/navigation/018e094a706f70a7a5471064a4946dbe' , '/navigation/018e094a70e473249afd934f32ca3b72' , '/navigation/018e094a6c7070fa9362e8ca77b17bc7' , '/navigation/018e094a6ecd718f8d0ca01aad84d3f6' , '/navigation/018e094a6e5a720fa78af5a895a6f374' , '/navigation/018e094a58537093a750a5da452649f2' , '/navigation/018e094a5cc773c1be797895bcb57891' , '/navigation/018e094a5863700aa587b1a649df8e17' , '/navigation/018e094a595871578324f5509f1eb1c4' , '/navigation/018e094a53ac70359459db7119922d94' , '/navigation/018e094a549373d8a088d3f0d4e3df80' , '/navigation/018e094a55f673f2a72826301b8cdd55' , '/navigation/018e094a558173bf95c3ee389edc24ee' , '/navigation/018e094a56717282994904be564ea29f' , '/navigation/018e094a56f37172a7ea52e19b2ed487' , '/navigation/018e094a570d73dd825ac42745bcfb6d' , '/navigation/018e094a4e8972b0a738114f8b15043f' , '/navigation/018e094a51c5704ca48641da73140326' , '/navigation/018e094a4faa7262baad53bb8af2e792' , '/navigation/018e094a502571c1aa4549cf53863eb3' , '/navigation/018e094a526270ae8715cf17c132311d' , '/navigation/018e094a512d71f3b806322541d16e88' , '/navigation/018e094a530373ec9633e38719e6aece' , '/navigation/018e094a4f3471489e58aa2a3c016992' , '/navigation/018e094a50a7735db379f61f913cb4d3' , '/navigation/018e094a59c97091a82f4bde32eb843b' , '/navigation/018e094a5ab071a795b88e73d14e56b3' , '/navigation/018e094a5c71735ba69e50f01349e139' , '/navigation/018e094a5b23717a8c32015cceb44d98' , '/navigation/018e094a4a4272ec9e8a040a6c81253b' , '/navigation/018e094a4ab5738893cc2b40f6ba2316' , '/navigation/018e094a4c2c7299b22da95f78375be4' , '/navigation/018e094a4b2b739d8c142a839e61f187' , '/navigation/018e094a4ba97178b9a1743121a10f37' , '/navigation/018e094a4cb37375beaca6cda0242845' , '/navigation/018e094a4de871b0a998505efbe3ad5e' , '/navigation/018e094a4d4d73e68bdb97df92ff0817' , '/navigation/018e094a634d735ea7d25b755be528a1' , '/navigation/018e094a63b272e9b0e3b9aeec304ae1' , '/navigation/018e094a8997710b9543bbf561cb48f4' , '/navigation/018e094a8cdc708fa293f3f547dbc139' , '/navigation/018e094a8dca71a2984fde4743f6c583' , '/navigation/018e094a8d4f7387b404601fd8591f1b' , '/navigation/018e094a8e4b73798196fe3db87d6810' , '/navigation/018e094a8edf70b8a88923b28c9c0dfa' , '/navigation/018e094a8f5270a9a8c297d19deca51a' , '/detail/0b5363e1369a55e7bbfdc2745de587d9' , '/detail/b3cae881a27e5d658f1fa9a1ef9b598c' , '/detail/3c80f1383eb15cd8a732595928db5ee4' , '/detail/223199e7ec5c540894c74132115f44ad' , '/detail/4a2de64cfff05ffb82931e0f9729f4fe' , '/detail/0eb25e1a9f285060a41b28c113e6949f' , '/detail/e2e3ab8f2bc9534b8f262dc14e8db78d' , '/detail/6ba28cde1a9f5cc587d5e2c43eaa1b0d' , '/detail/0c2430c3b0bd5665823b6c5417596ee2' , '/detail/4e5af92f4a7c54da9791083b804540d9' , '/detail/24baacaf267e5bf181cfaa653a273d2b' , '/detail/107d3adc8e645caa9a5134b4554cc04b' , '/detail/5aabf44ac6925d46a974881f68c5dbea' , '/detail/c4a783a614385a94bfa344a2a3a06468' , '/detail/8f0d78e3943057789599b4f9237610bb' , '/detail/6f7fcb5b32a25b57a771310df27d1a5f' , '/detail/6ae4f6ade886591ca753d0782653658a' , '/detail/4d61d8a8302e5ef7a97914b04393fda5' , '/detail/8c03897b4460575cb1f17c7b2433c5ac' , '/detail/d8f280d7346d534bbc71ebe3e321c49d' , '/detail/def359f5322258d7953f00577679e83a' , '/detail/28287e06ce785de6b1bc3ee18c9b945d' , '/detail/3b1ffd21723e51729194556f17d2e073' , '/detail/9a58b7d0e1635503bd5c5ea35fc73e30' , '/navigation/018e189f4c877164ad4363394678698e' , '/navigation/018e18a172b378238b8e81a70374fe0e' , '/navigation/018e189f65bb7e82b42203e11a7f7ca3' , '/navigation/018e18a1b5717013bf34057e6e4af3c6' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x018DF46D5CAA729C8741AC9A78D9F4E3 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
95
0.22 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 ì¶lPAp½ì\'\x1A ®"╚K "
b"\x01 ì¶lPjsýäƒbwPÅXÞ "
b"\x01 ì¶lg┘r┴ÿO+Fyãª\e "
b"\x01 ì¶lPÎsi╝B▒Ù╠Âxø "
]
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 (0x018DF46C504170AB8D5C271AA922C84B , 0x018DF46C506A73EC849F6277508F58E8 , 0x018DF46C67D972C1984F2B4679C6A61B , 0x018DF46C50D77369BC42B1EBCCB6789B );
Copy