1
0.18 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.03 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
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
4
0.06 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
5
0.05 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso AS locale , theme . technical_name AS themeName , parentTheme . technical_name AS parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso AS locale , theme . technical_name AS themeName , parentTheme . technical_name AS parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
0.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 = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
"Ausruestung/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x696EDAB409AA400E9F76E95471BDC8ED OR sales_channel_id IS NULL )) AND (seo_path_info = 'Ausruestung/' );
Copy
7
0.05 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
8
0.05 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
"5MSfthLRYZgGObkPbVGr6wMfVKKJ8Qhx "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x696EDAB409AA400E9F76E95471BDC8ED ) AND (token = '5MSfthLRYZgGObkPbVGr6wMfVKKJ8Qhx' ) LIMIT 1 ;
Copy
9
0.02 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
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 = 0x696EDAB409AA400E9F76E95471BDC8ED
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
10
0.13 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.analytics` . `id` AS `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` AS `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` AS `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` AS `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` AS `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` AS `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` AS `sales_channel.analytics.updatedAt` , `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` , COALESCE (`sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) AS `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) AS `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) AS `sales_channel.currency.customFields` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.languageId` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.name` , `sales_channel.translation.name` ) AS `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) AS `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) AS `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) AS `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) AS `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) AS `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) AS `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) AS `sales_channel.customFields` , `sales_channel.translation.createdAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name AS `sales_channel.translation.name` , `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` , `sales_channel.translation` . custom_fields AS `sales_channel.translation.customFields` , `sales_channel.translation` . created_at AS `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at AS `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id AS `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id AS `sales_channel.translation.languageId` 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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `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` , `sales_channel.currency.translation` . created_at AS `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation` . updated_at AS `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation` . currency_id AS `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation` . language_id AS `sales_channel.currency.translation.languageId` 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
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.analytics` . `id` AS `sales_channel.analytics.id` ,
`sales_channel.analytics` . `tracking_id` AS `sales_channel.analytics.trackingId` ,
`sales_channel.analytics` . `active` AS `sales_channel.analytics.active` ,
`sales_channel.analytics` . `track_orders` AS `sales_channel.analytics.trackOrders` ,
`sales_channel.analytics` . `anonymize_ip` AS `sales_channel.analytics.anonymizeIp` ,
`sales_channel.analytics` . `created_at` AS `sales_channel.analytics.createdAt` ,
`sales_channel.analytics` . `updated_at` AS `sales_channel.analytics.updatedAt` ,
`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` ,
COALESCE (
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName`
) AS `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
COALESCE (
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name`
) AS `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
COALESCE (
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields`
) AS `sales_channel.currency.customFields` ,
`sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation.languageId` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.name` ,
`sales_channel.translation.name`
) AS `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) AS `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) AS `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName`
) AS `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) AS `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) AS `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) AS `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields`
) AS `sales_channel.customFields` ,
`sales_channel.translation.createdAt` ,
`sales_channel.translation.updatedAt` ,
`sales_channel.translation.salesChannelId` ,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . sales_channel_id ,
`sales_channel.translation` . name AS `sales_channel.translation.name` ,
`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` ,
`sales_channel.translation` . custom_fields AS `sales_channel.translation.customFields` ,
`sales_channel.translation` . created_at AS `sales_channel.translation.createdAt` ,
`sales_channel.translation` . updated_at AS `sales_channel.translation.updatedAt` ,
`sales_channel.translation` . sales_channel_id AS `sales_channel.translation.salesChannelId` ,
`sales_channel.translation` . language_id AS `sales_channel.translation.languageId`
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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `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` ,
`sales_channel.currency.translation` . created_at AS `sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation` . updated_at AS `sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation` . currency_id AS `sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation` . language_id AS `sales_channel.currency.translation.languageId`
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.analytics` . `id` AS `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` AS `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` AS `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` AS `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` AS `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` AS `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` AS `sales_channel.analytics.updatedAt` , `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` , COALESCE (`sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) AS `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) AS `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) AS `sales_channel.currency.customFields` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.languageId` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.name` , `sales_channel.translation.name` ) AS `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) AS `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) AS `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) AS `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) AS `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) AS `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) AS `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) AS `sales_channel.customFields` , `sales_channel.translation.createdAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name AS `sales_channel.translation.name` , `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` , `sales_channel.translation` . custom_fields AS `sales_channel.translation.customFields` , `sales_channel.translation` . created_at AS `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at AS `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id AS `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id AS `sales_channel.translation.languageId` 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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `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` , `sales_channel.currency.translation` . created_at AS `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation` . updated_at AS `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation` . currency_id AS `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation` . language_id AS `sales_channel.currency.translation.languageId` 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 (0x696EDAB409AA400E9F76E95471BDC8ED );
Copy
11
0.05 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
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 (0x696EDAB409AA400E9F76E95471BDC8ED ));
Copy
12
0.06 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` , COALESCE (`currency.translation.shortName` , `currency.translation.shortName` ) AS `currency.shortName` , `currency.translation.name` , COALESCE (`currency.translation.name` , `currency.translation.name` ) AS `currency.name` , `currency.translation.customFields` , COALESCE (`currency.translation.customFields` , `currency.translation.customFields` ) AS `currency.customFields` , `currency.translation.createdAt` , `currency.translation.updatedAt` , `currency.translation.currencyId` , `currency.translation.languageId` 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` , `currency.translation` . created_at AS `currency.translation.createdAt` , `currency.translation` . updated_at AS `currency.translation.updatedAt` , `currency.translation` . currency_id AS `currency.translation.currencyId` , `currency.translation` . language_id AS `currency.translation.languageId` 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` , COALESCE (`currency.translation.shortName` , `currency.translation.shortName` ) AS `currency.shortName` , `currency.translation.name` , COALESCE (`currency.translation.name` , `currency.translation.name` ) AS `currency.name` , `currency.translation.customFields` , COALESCE (`currency.translation.customFields` , `currency.translation.customFields` ) AS `currency.customFields` , `currency.translation.createdAt` , `currency.translation.updatedAt` , `currency.translation.currencyId` , `currency.translation.languageId` 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` , `currency.translation` . created_at AS `currency.translation.createdAt` , `currency.translation` . updated_at AS `currency.translation.updatedAt` , `currency.translation` . currency_id AS `currency.translation.currencyId` , `currency.translation` . language_id AS `currency.translation.languageId` 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
13
0.05 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` . `created_at` AS `country.createdAt` , `country` . `updated_at` AS `country.updatedAt` , `country.translation.name` , COALESCE (`country.translation.name` , `country.translation.name` ) AS `country.name` , `country.translation.addressFormat` , COALESCE (`country.translation.addressFormat` , `country.translation.addressFormat` ) AS `country.addressFormat` , `country.translation.customFields` , COALESCE (`country.translation.customFields` , `country.translation.customFields` ) AS `country.customFields` , `country.translation.createdAt` , `country.translation.updatedAt` , `country.translation.countryId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name AS `country.translation.name` , `country.translation` . address_format AS `country.translation.addressFormat` , `country.translation` . custom_fields AS `country.translation.customFields` , `country.translation` . created_at AS `country.translation.createdAt` , `country.translation` . updated_at AS `country.translation.updatedAt` , `country.translation` . country_id AS `country.translation.countryId` , `country.translation` . language_id AS `country.translation.languageId` 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"n¯±¶ƒ\x1C L\x15 µÎÛç##ÚÐ "
]
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` . `created_at` AS `country.createdAt` , `country` . `updated_at` AS `country.updatedAt` , `country.translation.name` , COALESCE (`country.translation.name` , `country.translation.name` ) AS `country.name` , `country.translation.addressFormat` , COALESCE (`country.translation.addressFormat` , `country.translation.addressFormat` ) AS `country.addressFormat` , `country.translation.customFields` , COALESCE (`country.translation.customFields` , `country.translation.customFields` ) AS `country.customFields` , `country.translation.createdAt` , `country.translation.updatedAt` , `country.translation.countryId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name AS `country.translation.name` , `country.translation` . address_format AS `country.translation.addressFormat` , `country.translation` . custom_fields AS `country.translation.customFields` , `country.translation` . created_at AS `country.translation.createdAt` , `country.translation` . updated_at AS `country.translation.updatedAt` , `country.translation` . country_id AS `country.translation.countryId` , `country.translation` . language_id AS `country.translation.languageId` 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 (0x6EAFB1B6831C4C15B5CEDBE72323DAD0 );
Copy
14
0.06 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` , COALESCE (`customer_group.translation.name` , `customer_group.translation.name` ) AS `customer_group.name` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) AS `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) AS `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) AS `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) AS `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.customFields` , `customer_group.translation.customFields` ) AS `customer_group.customFields` , `customer_group.translation.createdAt` , `customer_group.translation.updatedAt` , `customer_group.translation.customerGroupId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name AS `customer_group.translation.name` , `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` , `customer_group.translation` . custom_fields AS `customer_group.translation.customFields` , `customer_group.translation` . created_at AS `customer_group.translation.createdAt` , `customer_group.translation` . updated_at AS `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id AS `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id AS `customer_group.translation.languageId` 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` , COALESCE (`customer_group.translation.name` , `customer_group.translation.name` ) AS `customer_group.name` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) AS `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) AS `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) AS `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) AS `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.customFields` , `customer_group.translation.customFields` ) AS `customer_group.customFields` , `customer_group.translation.createdAt` , `customer_group.translation.updatedAt` , `customer_group.translation.customerGroupId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name AS `customer_group.translation.name` , `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` , `customer_group.translation` . custom_fields AS `customer_group.translation.customFields` , `customer_group.translation` . created_at AS `customer_group.translation.createdAt` , `customer_group.translation` . updated_at AS `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id AS `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id AS `customer_group.translation.languageId` 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
15
0.04 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
16
0.06 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.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` , COALESCE (`tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) AS `tax_rule.type.typeName` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.languageId` , `tax_rule` . `created_at` AS `tax_rule.createdAt` , `tax_rule` . `updated_at` AS `tax_rule.updatedAt` 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` , `tax_rule.type.translation` . created_at AS `tax_rule.type.translation.createdAt` , `tax_rule.type.translation` . updated_at AS `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation` . tax_rule_type_id AS `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation` . language_id AS `tax_rule.type.translation.languageId` 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"m9ÄA\x18\e L€Ÿ\x10 ¡ƒY´Ì[ "
b"uº6\x16 âBGè║¦·Ä)_£Å "
b"{_ò£ØàIf£îßÕ¿\x7F\x02 ^ "
b"Ÿ|âé0!Aί\x1A ˆb…c>\x08 "
]
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.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` , COALESCE (`tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) AS `tax_rule.type.typeName` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.languageId` , `tax_rule` . `created_at` AS `tax_rule.createdAt` , `tax_rule` . `updated_at` AS `tax_rule.updatedAt` 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` , `tax_rule.type.translation` . created_at AS `tax_rule.type.translation.createdAt` , `tax_rule.type.translation` . updated_at AS `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation` . tax_rule_type_id AS `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation` . language_id AS `tax_rule.type.translation.languageId` 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 (0x6D39C441181B4C809F10A18359B4CC5B , 0x75A736168342478ABADDFA8E295F9C8F , 0x7B5F959C9D8549669C8CE1E5A87F025E , 0x9F7CE2E9302141CEAF1A886285633E08 ));
Copy
17
0.08 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` , COALESCE (`payment_method.media.translation.title` , `payment_method.media.translation.title` ) AS `payment_method.media.title` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) AS `payment_method.media.alt` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) AS `payment_method.media.customFields` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.languageId` , `payment_method.translation.name` , COALESCE (`payment_method.translation.name` , `payment_method.translation.name` ) AS `payment_method.name` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) AS `payment_method.distinguishableName` , `payment_method.translation.description` , COALESCE (`payment_method.translation.description` , `payment_method.translation.description` ) AS `payment_method.description` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.customFields` , `payment_method.translation.customFields` ) AS `payment_method.customFields` , `payment_method.translation.createdAt` , `payment_method.translation.updatedAt` , `payment_method.translation.paymentMethodId` , `payment_method.translation.languageId` FROM `payment_method` 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` , `payment_method.translation` . created_at AS `payment_method.translation.createdAt` , `payment_method.translation` . updated_at AS `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id AS `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id AS `payment_method.translation.languageId` 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 `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.media.translation` . media_id , `payment_method.media.translation` . title AS `payment_method.media.translation.title` , `payment_method.media.translation` . alt AS `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields AS `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at AS `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at AS `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id AS `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id AS `payment_method.media.translation.languageId` 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"¬î«f-═CÿØô#ò í┌\x04 "
]
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` ,
COALESCE (
`payment_method.media.translation.title` ,
`payment_method.media.translation.title`
) AS `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
COALESCE (
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt`
) AS `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
COALESCE (
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields`
) AS `payment_method.media.customFields` ,
`payment_method.media.translation.createdAt` ,
`payment_method.media.translation.updatedAt` ,
`payment_method.media.translation.mediaId` ,
`payment_method.media.translation.languageId` ,
`payment_method.translation.name` ,
COALESCE (
`payment_method.translation.name` ,
`payment_method.translation.name`
) AS `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
COALESCE (
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName`
) AS `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
COALESCE (
`payment_method.translation.description` ,
`payment_method.translation.description`
) AS `payment_method.description` ,
`payment_method.translation.customFields` ,
COALESCE (
`payment_method.translation.customFields` ,
`payment_method.translation.customFields`
) AS `payment_method.customFields` ,
`payment_method.translation.createdAt` ,
`payment_method.translation.updatedAt` ,
`payment_method.translation.paymentMethodId` ,
`payment_method.translation.languageId`
FROM
`payment_method`
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` ,
`payment_method.translation` . created_at AS `payment_method.translation.createdAt` ,
`payment_method.translation` . updated_at AS `payment_method.translation.updatedAt` ,
`payment_method.translation` . payment_method_id AS `payment_method.translation.paymentMethodId` ,
`payment_method.translation` . language_id AS `payment_method.translation.languageId`
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 `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.media.translation` . media_id ,
`payment_method.media.translation` . title AS `payment_method.media.translation.title` ,
`payment_method.media.translation` . alt AS `payment_method.media.translation.alt` ,
`payment_method.media.translation` . custom_fields AS `payment_method.media.translation.customFields` ,
`payment_method.media.translation` . created_at AS `payment_method.media.translation.createdAt` ,
`payment_method.media.translation` . updated_at AS `payment_method.media.translation.updatedAt` ,
`payment_method.media.translation` . media_id AS `payment_method.media.translation.mediaId` ,
`payment_method.media.translation` . language_id AS `payment_method.media.translation.languageId`
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` , COALESCE (`payment_method.media.translation.title` , `payment_method.media.translation.title` ) AS `payment_method.media.title` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) AS `payment_method.media.alt` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) AS `payment_method.media.customFields` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.languageId` , `payment_method.translation.name` , COALESCE (`payment_method.translation.name` , `payment_method.translation.name` ) AS `payment_method.name` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) AS `payment_method.distinguishableName` , `payment_method.translation.description` , COALESCE (`payment_method.translation.description` , `payment_method.translation.description` ) AS `payment_method.description` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.customFields` , `payment_method.translation.customFields` ) AS `payment_method.customFields` , `payment_method.translation.createdAt` , `payment_method.translation.updatedAt` , `payment_method.translation.paymentMethodId` , `payment_method.translation.languageId` FROM `payment_method` 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` , `payment_method.translation` . created_at AS `payment_method.translation.createdAt` , `payment_method.translation` . updated_at AS `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id AS `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id AS `payment_method.translation.languageId` 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 `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.media.translation` . media_id , `payment_method.media.translation` . title AS `payment_method.media.translation.title` , `payment_method.media.translation` . alt AS `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields AS `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at AS `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at AS `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id AS `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id AS `payment_method.media.translation.languageId` 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 (0xAA8CAE662DCD43989D932395FFA1DA04 );
Copy
18
0.08 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` , COALESCE (`shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) AS `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) AS `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.languageId` , `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` , COALESCE (`shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) AS `shipping_method.media.title` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) AS `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) AS `shipping_method.media.customFields` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.name` , `shipping_method.translation.name` ) AS `shipping_method.name` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.description` , `shipping_method.translation.description` ) AS `shipping_method.description` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) AS `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) AS `shipping_method.customFields` , `shipping_method.translation.createdAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name AS `shipping_method.translation.name` , `shipping_method.translation` . description AS `shipping_method.translation.description` , `shipping_method.translation` . tracking_url AS `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields AS `shipping_method.translation.customFields` , `shipping_method.translation` . created_at AS `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at AS `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id AS `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id AS `shipping_method.translation.languageId` 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 `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.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` , `shipping_method.deliveryTime.translation` . created_at AS `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at AS `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id AS `shipping_method.deliveryTime.translation.languageId` 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` . title AS `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt AS `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields AS `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at AS `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at AS `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id AS `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id AS `shipping_method.media.translation.languageId` 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"0L\r ÜnFKFØäÿ\x07 I)\x14 ( "
]
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` ,
COALESCE (
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name`
) AS `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
COALESCE (
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields`
) AS `shipping_method.deliveryTime.customFields` ,
`shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.languageId` ,
`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` ,
COALESCE (
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title`
) AS `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
COALESCE (
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt`
) AS `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
COALESCE (
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields`
) AS `shipping_method.media.customFields` ,
`shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation.languageId` ,
`shipping_method.translation.name` ,
COALESCE (
`shipping_method.translation.name` ,
`shipping_method.translation.name`
) AS `shipping_method.name` ,
`shipping_method.translation.description` ,
COALESCE (
`shipping_method.translation.description` ,
`shipping_method.translation.description`
) AS `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
COALESCE (
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl`
) AS `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
COALESCE (
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields`
) AS `shipping_method.customFields` ,
`shipping_method.translation.createdAt` ,
`shipping_method.translation.updatedAt` ,
`shipping_method.translation.shippingMethodId` ,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation` . shipping_method_id ,
`shipping_method.translation` . name AS `shipping_method.translation.name` ,
`shipping_method.translation` . description AS `shipping_method.translation.description` ,
`shipping_method.translation` . tracking_url AS `shipping_method.translation.trackingUrl` ,
`shipping_method.translation` . custom_fields AS `shipping_method.translation.customFields` ,
`shipping_method.translation` . created_at AS `shipping_method.translation.createdAt` ,
`shipping_method.translation` . updated_at AS `shipping_method.translation.updatedAt` ,
`shipping_method.translation` . shipping_method_id AS `shipping_method.translation.shippingMethodId` ,
`shipping_method.translation` . language_id AS `shipping_method.translation.languageId`
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 `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.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` ,
`shipping_method.deliveryTime.translation` . created_at AS `shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation` . updated_at AS `shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation` . delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation` . language_id AS `shipping_method.deliveryTime.translation.languageId`
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` . title AS `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . alt AS `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . custom_fields AS `shipping_method.media.translation.customFields` ,
`shipping_method.media.translation` . created_at AS `shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation` . updated_at AS `shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation` . media_id AS `shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation` . language_id AS `shipping_method.media.translation.languageId`
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` , COALESCE (`shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) AS `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) AS `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.languageId` , `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` , COALESCE (`shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) AS `shipping_method.media.title` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) AS `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) AS `shipping_method.media.customFields` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.name` , `shipping_method.translation.name` ) AS `shipping_method.name` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.description` , `shipping_method.translation.description` ) AS `shipping_method.description` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) AS `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) AS `shipping_method.customFields` , `shipping_method.translation.createdAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name AS `shipping_method.translation.name` , `shipping_method.translation` . description AS `shipping_method.translation.description` , `shipping_method.translation` . tracking_url AS `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields AS `shipping_method.translation.customFields` , `shipping_method.translation` . created_at AS `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at AS `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id AS `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id AS `shipping_method.translation.languageId` 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 `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.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` , `shipping_method.deliveryTime.translation` . created_at AS `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at AS `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id AS `shipping_method.deliveryTime.translation.languageId` 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` . title AS `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt AS `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields AS `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at AS `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at AS `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id AS `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id AS `shipping_method.media.translation.languageId` 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 (0x304C0D9A6E464B469D84980749291428 );
Copy
19
0.04 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"n¯±¶ƒ\x1C L\x15 µÎÛç##ÚÐ "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x6EAFB1B6831C4C15B5CEDBE72323DAD0 ) LIMIT 1 ;
Copy
20
0.30 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
21
0.03 ms
SELECT `cart` . `cart` AS payload , `cart` . `rule_ids` , 0 AS `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"5MSfthLRYZgGObkPbVGr6wMfVKKJ8Qhx "
]
SELECT `cart` . `cart` AS payload , `cart` . `rule_ids` , 0 AS `compressed` FROM cart WHERE `token` = '5MSfthLRYZgGObkPbVGr6wMfVKKJ8Qhx' ;
Copy
22
0.04 ms
SELECT `rule` . `id` FROM `rule` ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
23
0.06 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 ‘U‹‘‘u~Œz¹\x1E Yý´Z "
b"""
\x01 ‘U‡Ñcq„Šºˆû\n
Y‘“
"""
b"\x01 ‘|\x15 ¹\v rU‘0A²vð1¯ "
b"\f\x19 \\x00 åËG\x06 œ\x05 _\x12 *jÀÔ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"ƒˆÙõú‰OŠŸNpLQ1+9 "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"×\x00 o\x06 D¼K¸¹Ö\x1F ðׇO\x1F "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"\x01 ‘U·¦3q×´FG¦)е& "
b"\x01 ‘U²\x7F ‘|¾·\r “ƒ|ž¥i "
b"""
\n
Ht\x7F Õ-N̕Ҳ±¹YPØ
"""
b"è@a¶³GOUšŠ% ²â†ó "
b"B–¹Õ4“LÄ”*بXõ.í "
b"\x01 æëü\x04 Ts\x06 Ø#be9F!® "
b"\x03 »Ù\x0F S¹N>‹\x00 !}b\x01 Aœ "
b"&üÈRDzŸø–ò¶/Î\x1E "
b"""
<õA6žmJ/§\n
¨hzeü-
"""
b"™[_LÚÍH˜¿Œ‹0QU%É "
b"\x01 É&ÌóbscÁ§°´Ñ\r kÛ "
b"\x01 Æ\x03 fIö{Å£LJß▒&Ï╗ "
b"\x05 EòAHŽE\r ¾\x1A ú7Õ¬e& "
b"\x12 Õ│Êø|Eú╝■ËÉ╔̦o "
b"\x1E {Œ06™D\t Š\x1E ëQ¯vsw "
b"$\x17 V]*VE\x7F üË╗U½╣®½ "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"W▄2ny¢N\x18 ÉÕ1¥┌═\x12 ‗ "
b"\ß×\x0E ÛICg‰5zÁ¨Üåz "
b"eÃ\x1D ´0@N©¡¶äÛ¡>\x07 Ç "
b"o}61f«@7–\x01 áâPW0~ "
b"s;Îm¨‘Nûœÿ:OŒì&\x19 "
b"sÊ9‘ÕDONµª¢àD°ôC "
b"zÎÐa>/B\x12 ®¶"¸õ·z "
b"üø¨2DáJ9Á│w\x1E x~ȶ "
b"âü6¡9;I\x17 èMkâ¤╬j^ "
b"ùJp\x12 µËM,ì┐;‗½ÈñÔ "
b"Øäs.¦0H\x7F ®┤U÷PùrÊ "
b"¥ôþœQÿJ]¯\x1E µ\x13 E\v ¸Û "
b"½oU\x0F §\x0F @Dö±_W│Ø\x10\x18 "
b"¬\x1D ‹<\t ÕF\x19 ŸU…Ç‚;(° "
b"®ýšú"ÞOv–róå ¡Za "
b"▒¾ý5ı¨AÁÉÒ\x1D ø¨jýâ "
b"¼0\v 5(ÏEò•n:Ž„£Ìó "
b"¾J…äÆ\x19 @\x1D ®†d;^š\x1A T "
b"Ã6\x00 ╬õ~DjƒÜcNüDØÕ "
b"ÍK╠y6\x19 @Ø¿`╩ËÚ$Ñ_ "
b"ð…2È•¼L#¦ôWœ3ïæ\x1F "
b"ô™\x1F HfœIÕ¯Ûý‚–“öÜ "
]
SELECT
`rule` . `id` AS `rule.id` ,
`rule` . `name` AS `rule.name` ,
`rule` . `priority` AS `rule.priority` ,
`rule` . `description` AS `rule.description` ,
`rule` . `payload` AS `rule.payload` ,
`rule` . `invalid` AS `rule.invalid` ,
`rule` . `areas` AS `rule.areas` ,
`rule` . `custom_fields` AS `rule.customFields` ,
`rule` . `module_types` AS `rule.moduleTypes` ,
`rule` . `created_at` AS `rule.createdAt` ,
`rule` . `updated_at` AS `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
Copy
SELECT `rule` . `id` AS `rule.id` , `rule` . `name` AS `rule.name` , `rule` . `priority` AS `rule.priority` , `rule` . `description` AS `rule.description` , `rule` . `payload` AS `rule.payload` , `rule` . `invalid` AS `rule.invalid` , `rule` . `areas` AS `rule.areas` , `rule` . `custom_fields` AS `rule.customFields` , `rule` . `module_types` AS `rule.moduleTypes` , `rule` . `created_at` AS `rule.createdAt` , `rule` . `updated_at` AS `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x0191558B9191757E8C7AB91E59FDB45A , 0x01915587D16371848ABA88FB0A599193 , 0x01917C15B90B7255913041B276F031AF , 0x0C195C00E5CB47069C055F122A6AC0D4 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x8388D9F5FA894F8A9F4E704C51312B39 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xD7006F0644BC4BB8B9D61FF0D7874F1F , 0xE1378DB7808A478F919E0D740D5D6C1A , 0x019155B7A63371D7B44647A629D0B526 , 0x019155B27F917CBEB70D93837C9EA569 , 0x0A48747FD52D4ECC95D2B2B1B95950D8 , 0xE84061B6B3474F559A8A25A0B2E286F3 , 0x4296B9D534934CC4942AD8A858F52EED , 0x01918981045473069D236265394621A9 , 0x03BBD90F53B94E3E8B00217D6201419C , 0x26FCC852ADAD447A9FF896F2B62FCE1E , 0x3CF541369E6D4A2FA70AA8687A65FC2D , 0x995B5F4CDACD4898BF8C8B30515525C9 , 0x019026DEA2627363B5F5F8EFA50D6BEA , 0x0192036649947B8F9C4C4AE1B126D8BB , 0x0545F241488E450DBE1AFA37D5AC6526 , 0x12E5B3D29B7C45A3BCFED390C9DEDD6F , 0x1E7B8C30369944098A1EEB51AF767377 , 0x2417565D2A56457F81D3BB55ABB9A9AB , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x57DC326E79BD4E1890E531BEDACD12F2 , 0x5CDFD70EDB49436789357AC1A8DCE57A , 0x65C31DB430404EA9A1B6E4DBA13E07C7 , 0x6F7D363166AB40379601E1E25057307E , 0x733BCE6DA8914EFB9CFF3A4F8CEC2619 , 0x73CA3991D5444F4EB5AAA2E044B0F443 , 0x7ACED0613E2F4212AEB622B8F5B7AD7A , 0x819BF93244A04A39B5B3771E787ED4F4 , 0x838136AD393B49178A4D6B83CFCE6A5E , 0x974A7012E6D34D2C8DBF3BF2ABD4A4E2 , 0x9D84732EDD30487FA9B455F6509772D2 , 0xA5F4FE9C51FF4A5DAF1EB513450BB8DB , 0xAB6F550FF50F404494F15F57B39D1018 , 0xAC1D8B3C09D546199F5585C7823B28B0 , 0xAEFD9AFA22DE4F769672F3E5A0A15A61 , 0xB1F3EC35D5F941B590E31D9BF96AEC83 , 0xBC300B3528CF45F2956E3A8E84A3CCF3 , 0xBE4A85E4C619401DAE86643B5E9A1A54 , 0xC73600CEE47E446A9F9A634E81449DE5 , 0xD64BCC793619409DA860CAD3E924A55F , 0xF08532C895BC4C23A6F4579C33EFE61F , 0xF4991F48669C49D5AFDBFD829693F6DC );
Copy
24
0.07 ms
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` AS `app.id` ,
`app` . `name` AS `app.name` ,
`app` . `path` AS `app.path` ,
`app` . `author` AS `app.author` ,
`app` . `copyright` AS `app.copyright` ,
`app` . `license` AS `app.license` ,
`app` . `active` AS `app.active` ,
`app` . `configurable` AS `app.configurable` ,
`app` . `privacy` AS `app.privacy` ,
`app` . `version` AS `app.version` ,
`app` . `icon` AS `app.iconRaw` ,
`app` . `app_secret` AS `app.appSecret` ,
`app` . `modules` AS `app.modules` ,
`app` . `main_module` AS `app.mainModule` ,
`app` . `cookies` AS `app.cookies` ,
`app` . `allow_disable` AS `app.allowDisable` ,
`app` . `base_app_url` AS `app.baseAppUrl` ,
`app` . `allowed_hosts` AS `app.allowedHosts` ,
`app` . `template_load_priority` AS `app.templateLoadPriority` ,
`app` . `integration_id` AS `app.integrationId` ,
`app.integration` . `id` AS `app.integration.id` ,
`app.integration` . `label` AS `app.integration.label` ,
`app.integration` . `access_key` AS `app.integration.accessKey` ,
`app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` ,
`app.integration` . `admin` AS `app.integration.admin` ,
`app.integration` . `custom_fields` AS `app.integration.customFields` ,
`app.integration` . `deleted_at` AS `app.integration.deletedAt` ,
`app.integration` . `write_access` AS `app.integration.writeAccess` ,
`app.integration` . `created_at` AS `app.integration.createdAt` ,
`app.integration` . `updated_at` AS `app.integration.updatedAt` ,
`app` . `acl_role_id` AS `app.aclRoleId` ,
`app.aclRole` . `id` AS `app.aclRole.id` ,
`app.aclRole` . `name` AS `app.aclRole.name` ,
`app.aclRole` . `description` AS `app.aclRole.description` ,
`app.aclRole` . `privileges` AS `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` AS `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` ,
`app` . `created_at` AS `app.createdAt` ,
`app` . `updated_at` AS `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) AS `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) AS `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) AS `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) AS `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label AS `app.translation.label` ,
`app.translation` . description AS `app.translation.description` ,
`app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields AS `app.translation.customFields` ,
`app.translation` . created_at AS `app.translation.createdAt` ,
`app.translation` . updated_at AS `app.translation.updatedAt` ,
`app.translation` . app_id AS `app.translation.appId` ,
`app.translation` . language_id AS `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
25
0.02 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
26
0.01 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
27
0.04 ms
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE ((`country.salesChannels` . `id` = ? )) AND (`country` . `id` IN (? )) GROUP BY `country` . `id`
Parameters :
[
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
b"n¯±¶ƒ\x1C L\x15 µÎÛç##ÚÐ "
]
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE ((`country.salesChannels` . `id` = 0x696EDAB409AA400E9F76E95471BDC8ED )) AND (`country` . `id` IN (0x6EAFB1B6831C4C15B5CEDBE72323DAD0 )) GROUP BY `country` . `id` ;
Copy
28
0.07 ms
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` AS `app.id` ,
`app` . `name` AS `app.name` ,
`app` . `path` AS `app.path` ,
`app` . `author` AS `app.author` ,
`app` . `copyright` AS `app.copyright` ,
`app` . `license` AS `app.license` ,
`app` . `active` AS `app.active` ,
`app` . `configurable` AS `app.configurable` ,
`app` . `privacy` AS `app.privacy` ,
`app` . `version` AS `app.version` ,
`app` . `icon` AS `app.iconRaw` ,
`app` . `app_secret` AS `app.appSecret` ,
`app` . `modules` AS `app.modules` ,
`app` . `main_module` AS `app.mainModule` ,
`app` . `cookies` AS `app.cookies` ,
`app` . `allow_disable` AS `app.allowDisable` ,
`app` . `base_app_url` AS `app.baseAppUrl` ,
`app` . `allowed_hosts` AS `app.allowedHosts` ,
`app` . `template_load_priority` AS `app.templateLoadPriority` ,
`app` . `integration_id` AS `app.integrationId` ,
`app.integration` . `id` AS `app.integration.id` ,
`app.integration` . `label` AS `app.integration.label` ,
`app.integration` . `access_key` AS `app.integration.accessKey` ,
`app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` ,
`app.integration` . `admin` AS `app.integration.admin` ,
`app.integration` . `custom_fields` AS `app.integration.customFields` ,
`app.integration` . `deleted_at` AS `app.integration.deletedAt` ,
`app.integration` . `write_access` AS `app.integration.writeAccess` ,
`app.integration` . `created_at` AS `app.integration.createdAt` ,
`app.integration` . `updated_at` AS `app.integration.updatedAt` ,
`app` . `acl_role_id` AS `app.aclRoleId` ,
`app.aclRole` . `id` AS `app.aclRole.id` ,
`app.aclRole` . `name` AS `app.aclRole.name` ,
`app.aclRole` . `description` AS `app.aclRole.description` ,
`app.aclRole` . `privileges` AS `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` AS `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` ,
`app` . `created_at` AS `app.createdAt` ,
`app` . `updated_at` AS `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) AS `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) AS `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) AS `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) AS `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label AS `app.translation.label` ,
`app.translation` . description AS `app.translation.description` ,
`app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields AS `app.translation.customFields` ,
`app.translation` . created_at AS `app.translation.createdAt` ,
`app.translation` . updated_at AS `app.translation.updatedAt` ,
`app.translation` . app_id AS `app.translation.appId` ,
`app.translation` . language_id AS `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
29
0.02 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
30
0.01 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
31
0.06 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x696EDAB409AA400E9F76E95471BDC8ED OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
32
0.03 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
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` = 0x696EDAB409AA400E9F76E95471BDC8ED AND `language.salesChannels` . `id` = 0x696EDAB409AA400E9F76E95471BDC8ED ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
33
0.06 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` , COALESCE (`language.translationCode.translation.name` , `language.translationCode.translation.name` ) AS `language.translationCode.name` , `language.translationCode.translation.territory` , COALESCE (`language.translationCode.translation.territory` , `language.translationCode.translation.territory` ) AS `language.translationCode.territory` , `language.translationCode.translation.customFields` , COALESCE (`language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` ) AS `language.translationCode.customFields` , `language.translationCode.translation.createdAt` , `language.translationCode.translation.updatedAt` , `language.translationCode.translation.localeId` , `language.translationCode.translation.languageId` 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` , `language.translationCode.translation` . created_at AS `language.translationCode.translation.createdAt` , `language.translationCode.translation` . updated_at AS `language.translationCode.translation.updatedAt` , `language.translationCode.translation` . locale_id AS `language.translationCode.translation.localeId` , `language.translationCode.translation` . language_id AS `language.translationCode.translation.languageId` 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"""
D║\x08 \n
TØHp▒'¢qöICO
"""
]
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` , COALESCE (`language.translationCode.translation.name` , `language.translationCode.translation.name` ) AS `language.translationCode.name` , `language.translationCode.translation.territory` , COALESCE (`language.translationCode.translation.territory` , `language.translationCode.translation.territory` ) AS `language.translationCode.territory` , `language.translationCode.translation.customFields` , COALESCE (`language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` ) AS `language.translationCode.customFields` , `language.translationCode.translation.createdAt` , `language.translationCode.translation.updatedAt` , `language.translationCode.translation.localeId` , `language.translationCode.translation.languageId` 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` , `language.translationCode.translation` . created_at AS `language.translationCode.translation.createdAt` , `language.translationCode.translation` . updated_at AS `language.translationCode.translation.updatedAt` , `language.translationCode.translation` . locale_id AS `language.translationCode.translation.localeId` , `language.translationCode.translation` . language_id AS `language.translationCode.translation.languageId` 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 , 0x44BA080A549D4870B127BD719449434F );
Copy
34
0.04 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"ƒ²Q+PÑC¥¥I┐ü¾▒åL "
b"ƒ²Q+PÑC¥¥I┐ü¾▒åL "
b"ƒ²Q+PÑC¥¥I┐ü¾▒åL "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x9FFD512B50A543BEBE49BF81F3B1864C OR `parent_id` = 0x9FFD512B50A543BEBE49BF81F3B1864C OR `id` = 0x9FFD512B50A543BEBE49BF81F3B1864C
;
Copy
35
0.19 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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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% "
"%|9ffd512b50a543bebe49bf81f3b1864c|% "
1
5
]
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` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title AS `category.media.translation.title` ,
`category.media.translation` . alt AS `category.media.translation.alt` ,
`category.media.translation` . custom_fields AS `category.media.translation.customFields` ,
`category.media.translation` . created_at AS `category.media.translation.createdAt` ,
`category.media.translation` . updated_at AS `category.media.translation.updatedAt` ,
`category.media.translation` . media_id AS `category.media.translation.mediaId` ,
`category.media.translation` . language_id AS `category.media.translation.languageId`
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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 '%|9ffd512b50a543bebe49bf81f3b1864c|%' AND (`category` . `level` > 1 AND `category` . `level` < = 5 )));
Copy
36
0.03 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
37
0.03 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% "
"%|9ffd512b50a543bebe49bf81f3b1864c|% "
5
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 '%|9ffd512b50a543bebe49bf81f3b1864c|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
38
0.07 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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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"ƒ²Q+PÑC¥¥I┐ü¾▒åL "
]
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` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title AS `category.media.translation.title` ,
`category.media.translation` . alt AS `category.media.translation.alt` ,
`category.media.translation` . custom_fields AS `category.media.translation.customFields` ,
`category.media.translation` . created_at AS `category.media.translation.createdAt` ,
`category.media.translation` . updated_at AS `category.media.translation.updatedAt` ,
`category.media.translation` . media_id AS `category.media.translation.mediaId` ,
`category.media.translation` . language_id AS `category.media.translation.languageId`
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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 (0x9FFD512B50A543BEBE49BF81F3B1864C ));
Copy
39
0.04 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
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` = 0x696EDAB409AA400E9F76E95471BDC8ED ) GROUP BY `currency` . `id` ;
Copy
40
0.04 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` , COALESCE (`currency.translation.shortName` , `currency.translation.shortName` ) AS `currency.shortName` , `currency.translation.name` , COALESCE (`currency.translation.name` , `currency.translation.name` ) AS `currency.name` , `currency.translation.customFields` , COALESCE (`currency.translation.customFields` , `currency.translation.customFields` ) AS `currency.customFields` , `currency.translation.createdAt` , `currency.translation.updatedAt` , `currency.translation.currencyId` , `currency.translation.languageId` 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` , `currency.translation` . created_at AS `currency.translation.createdAt` , `currency.translation` . updated_at AS `currency.translation.updatedAt` , `currency.translation` . currency_id AS `currency.translation.currencyId` , `currency.translation` . language_id AS `currency.translation.languageId` 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` , COALESCE (`currency.translation.shortName` , `currency.translation.shortName` ) AS `currency.shortName` , `currency.translation.name` , COALESCE (`currency.translation.name` , `currency.translation.name` ) AS `currency.name` , `currency.translation.customFields` , COALESCE (`currency.translation.customFields` , `currency.translation.customFields` ) AS `currency.customFields` , `currency.translation.createdAt` , `currency.translation.updatedAt` , `currency.translation.currencyId` , `currency.translation.languageId` 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` , `currency.translation` . created_at AS `currency.translation.createdAt` , `currency.translation` . updated_at AS `currency.translation.updatedAt` , `currency.translation` . currency_id AS `currency.translation.currencyId` , `currency.translation` . language_id AS `currency.translation.languageId` 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
41
0.03 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"7ÚÃ╝\x1C óH¦è+ ظ·Ó╝ "
b"7ÚÃ╝\x1C óH¦è+ ظ·Ó╝ "
b"7ÚÃ╝\x1C óH¦è+ ظ·Ó╝ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x37E9C7BC1CA248DD8A2BFF9DF7FAE0BC OR `parent_id` = 0x37E9C7BC1CA248DD8A2BFF9DF7FAE0BC OR `id` = 0x37E9C7BC1CA248DD8A2BFF9DF7FAE0BC
;
Copy
42
0.08 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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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% "
"%|37e9c7bc1ca248dd8a2bff9df7fae0bc|% "
2
4
]
SELECT
`category` . `id` AS `category.id` ,
`category` . `version_id` AS `category.versionId` ,
`category` . `parent_id` AS `category.parentId` ,
`category` . `parent_version_id` AS `category.parentVersionId` ,
`category` . `after_category_id` AS `category.afterCategoryId` ,
`category` . `after_category_version_id` AS `category.afterCategoryVersionId` ,
`category` . `media_id` AS `category.mediaId` ,
`category` . `display_nested_products` AS `category.displayNestedProducts` ,
`category` . `auto_increment` AS `category.autoIncrement` ,
`category` . `level` AS `category.level` ,
`category` . `path` AS `category.path` ,
`category` . `child_count` AS `category.childCount` ,
`category` . `type` AS `category.type` ,
`category` . `product_assignment_type` AS `category.productAssignmentType` ,
`category` . `visible` AS `category.visible` ,
`category` . `active` AS `category.active` ,
`category` . `cms_page_id` AS `category.cmsPageId` ,
`category` . `cms_page_version_id` AS `category.cmsPageVersionId` ,
`category` . `product_stream_id` AS `category.productStreamId` ,
`category` . `custom_entity_type_id` AS `category.customEntityTypeId` ,
`category` . `created_at` AS `category.createdAt` ,
`category` . `updated_at` AS `category.updatedAt` ,
`category.media` . `id` AS `category.media.id` ,
`category.media` . `user_id` AS `category.media.userId` ,
`category.media` . `media_folder_id` AS `category.media.mediaFolderId` ,
`category.media` . `mime_type` AS `category.media.mimeType` ,
`category.media` . `file_extension` AS `category.media.fileExtension` ,
`category.media` . `uploaded_at` AS `category.media.uploadedAt` ,
`category.media` . `file_name` AS `category.media.fileName` ,
`category.media` . `file_size` AS `category.media.fileSize` ,
`category.media` . `media_type` AS `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` AS `category.media.metaData` ,
`category.media` . `config` AS `category.media.config` ,
`category.media` . `path` AS `category.media.path` ,
`category.media` . `private` AS `category.media.private` ,
`category.media` . `thumbnails_ro` AS `category.media.thumbnailsRo` ,
`category.media` . `created_at` AS `category.media.createdAt` ,
`category.media` . `updated_at` AS `category.media.updatedAt` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title AS `category.media.translation.title` ,
`category.media.translation` . alt AS `category.media.translation.alt` ,
`category.media.translation` . custom_fields AS `category.media.translation.customFields` ,
`category.media.translation` . created_at AS `category.media.translation.createdAt` ,
`category.media.translation` . updated_at AS `category.media.translation.updatedAt` ,
`category.media.translation` . media_id AS `category.media.translation.mediaId` ,
`category.media.translation` . language_id AS `category.media.translation.languageId`
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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 '%|37e9c7bc1ca248dd8a2bff9df7fae0bc|%' AND (`category` . `level` > 2 AND `category` . `level` < = 4 )));
Copy
43
0.02 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% "
"%|37e9c7bc1ca248dd8a2bff9df7fae0bc|% "
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 '%|37e9c7bc1ca248dd8a2bff9df7fae0bc|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
44
0.06 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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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"¤èœ¬§¹Mרû/þTâàð "
b"7ÚÃ╝\x1C óH¦è+ ظ·Ó╝ "
]
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` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title AS `category.media.translation.title` ,
`category.media.translation` . alt AS `category.media.translation.alt` ,
`category.media.translation` . custom_fields AS `category.media.translation.customFields` ,
`category.media.translation` . created_at AS `category.media.translation.createdAt` ,
`category.media.translation` . updated_at AS `category.media.translation.updatedAt` ,
`category.media.translation` . media_id AS `category.media.translation.mediaId` ,
`category.media.translation` . language_id AS `category.media.translation.languageId`
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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 (0xA4E89CACA7B94DD7A8FB2FFE54E2E0F0 , 0x37E9C7BC1CA248DD8A2BFF9DF7FAE0BC ));
Copy
45
0.02 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"¤èœ¬§¹Mרû/þTâàð "
b"¤èœ¬§¹Mרû/þTâàð "
b"¤èœ¬§¹Mרû/þTâàð "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xA4E89CACA7B94DD7A8FB2FFE54E2E0F0 OR `parent_id` = 0xA4E89CACA7B94DD7A8FB2FFE54E2E0F0 OR `id` = 0xA4E89CACA7B94DD7A8FB2FFE54E2E0F0
;
Copy
46
0.10 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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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% "
"%|a4e89caca7b94dd7a8fb2ffe54e2e0f0|% "
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` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title AS `category.media.translation.title` ,
`category.media.translation` . alt AS `category.media.translation.alt` ,
`category.media.translation` . custom_fields AS `category.media.translation.customFields` ,
`category.media.translation` . created_at AS `category.media.translation.createdAt` ,
`category.media.translation` . updated_at AS `category.media.translation.updatedAt` ,
`category.media.translation` . media_id AS `category.media.translation.mediaId` ,
`category.media.translation` . language_id AS `category.media.translation.languageId`
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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 '%|a4e89caca7b94dd7a8fb2ffe54e2e0f0|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
47
0.04 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% "
"%|a4e89caca7b94dd7a8fb2ffe54e2e0f0|% "
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 '%|a4e89caca7b94dd7a8fb2ffe54e2e0f0|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
48
0.06 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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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"¤èœ¬§¹Mרû/þTâàð "
]
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` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title AS `category.media.translation.title` ,
`category.media.translation` . alt AS `category.media.translation.alt` ,
`category.media.translation` . custom_fields AS `category.media.translation.customFields` ,
`category.media.translation` . created_at AS `category.media.translation.createdAt` ,
`category.media.translation` . updated_at AS `category.media.translation.updatedAt` ,
`category.media.translation` . media_id AS `category.media.translation.mediaId` ,
`category.media.translation` . language_id AS `category.media.translation.languageId`
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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 (0xA4E89CACA7B94DD7A8FB2FFE54E2E0F0 ));
Copy
49
0.22 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x00 ›ÃíY\r N¬·Éõ¦î—×q "
b"\x00 ›ÃíY\r N¬·Éõ¦î—×q "
b"¤èœ¬§¹Mרû/þTâàð "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x009BC3ED590D4EACB7C9F5A6EE97D771 OR `parent_id` = 0x009BC3ED590D4EACB7C9F5A6EE97D771 OR `id` = 0xA4E89CACA7B94DD7A8FB2FFE54E2E0F0
;
Copy
50
0.52 ms
SELECT `category` . `id` AS `category.id` , `category` . `version_id` AS `category.versionId` , `category` . `parent_id` AS `category.parentId` , `category` . `parent_version_id` AS `category.parentVersionId` , `category` . `after_category_id` AS `category.afterCategoryId` , `category` . `after_category_version_id` AS `category.afterCategoryVersionId` , `category` . `media_id` AS `category.mediaId` , `category` . `display_nested_products` AS `category.displayNestedProducts` , `category` . `auto_increment` AS `category.autoIncrement` , `category` . `level` AS `category.level` , `category` . `path` AS `category.path` , `category` . `child_count` AS `category.childCount` , `category` . `type` AS `category.type` , `category` . `product_assignment_type` AS `category.productAssignmentType` , `category` . `visible` AS `category.visible` , `category` . `active` AS `category.active` , `category` . `cms_page_id` AS `category.cmsPageId` , `category` . `cms_page_version_id` AS `category.cmsPageVersionId` , `category` . `product_stream_id` AS `category.productStreamId` , `category` . `custom_entity_type_id` AS `category.customEntityTypeId` , `category` . `created_at` AS `category.createdAt` , `category` . `updated_at` AS `category.updatedAt` , `category.media` . `id` AS `category.media.id` , `category.media` . `user_id` AS `category.media.userId` , `category.media` . `media_folder_id` AS `category.media.mediaFolderId` , `category.media` . `mime_type` AS `category.media.mimeType` , `category.media` . `file_extension` AS `category.media.fileExtension` , `category.media` . `uploaded_at` AS `category.media.uploadedAt` , `category.media` . `file_name` AS `category.media.fileName` , `category.media` . `file_size` AS `category.media.fileSize` , `category.media` . `media_type` AS `category.media.mediaTypeRaw` , `category.media` . `meta_data` AS `category.media.metaData` , `category.media` . `config` AS `category.media.config` , `category.media` . `path` AS `category.media.path` , `category.media` . `private` AS `category.media.private` , `category.media` . `thumbnails_ro` AS `category.media.thumbnailsRo` , `category.media` . `created_at` AS `category.media.createdAt` , `category.media` . `updated_at` AS `category.media.updatedAt` , `category.media.translation.title` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 É┐\x06 D\x1F r├å░Ðf?\x13 N\x08 "
b"\x01 É┐\x07 C6s_░éS\t »C(h "
b"\x01 É┐*2\x1D p\x17 è°ÂõD_±É "
b"\x01 É┐*¦▀p%ÅÑÄòÁ»â9 "
b"\x01 É┐*õÀr\x1F Às\x1F hШ\x1C H "
b"\x14\x02 £[AìMkª¹8kê®r+ "
b"%\x05 ȹÛÅJrÉe╦Ù¬Ä3▀ "
b"çCoÑëdEçר-z\x10 █°% "
b"¦Tê›`|G}ŽØäß3v°‹ "
b"╔Ô~h}▓LØã;;\x08\x1C ¼æ "
b"""
ÒY\x04 \n
©┴FØ┐Z¾ Dª\x06 E
"""
b"öv/Ä´KOˆ©Cøö¯zF "
b"³G╠åa(Fkè║3ó@Ér' "
b"\x00 ›ÃíY\r N¬·Éõ¦î—×q "
b"¤èœ¬§¹Mרû/þTâàð "
]
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` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title AS `category.media.translation.title` ,
`category.media.translation` . alt AS `category.media.translation.alt` ,
`category.media.translation` . custom_fields AS `category.media.translation.customFields` ,
`category.media.translation` . created_at AS `category.media.translation.createdAt` ,
`category.media.translation` . updated_at AS `category.media.translation.updatedAt` ,
`category.media.translation` . media_id AS `category.media.translation.mediaId` ,
`category.media.translation` . language_id AS `category.media.translation.languageId`
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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 (0x0190BF06441F72C386B0D1663F134E08 , 0x0190BF074336735FB0825309AF432868 , 0x0190BF2A321D70178AF8B6E4445FF190 , 0x0190BF2ADDDF70258FA58E95B5AF8339 , 0x0190BF2AE4B7721FB7731F68D1F91C48 , 0x14029C5B418D4D6BA6FB386B88A9722B , 0x2505D4FBEA8F4A729065CBEBAA8E33DF , 0x87436FA5896445879E9D2D7A10DBF825 , 0xA654EA9B607C477D8ED8E4DF3376B08B , 0xC9E27E687DB24CF09DC63B3B081CAC91 , 0xE359040AB8C1469DBF5AF3FF44A60645 , 0xF6762FC4B44B4F88A943F8F6AF7AAD46 , 0xFC47CC866128466B8ABA33A240907227 , 0x009BC3ED590D4EACB7C9F5A6EE97D771 , 0xA4E89CACA7B94DD7A8FB2FFE54E2E0F0 ));
Copy
51
0.04 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` , `shipping_method.translation` . description AS `shipping_method.translation.description` , `shipping_method.translation` . tracking_url AS `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields AS `shipping_method.translation.customFields` , `shipping_method.translation` . created_at AS `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at AS `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id AS `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id AS `shipping_method.translation.languageId` 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
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` , `shipping_method.translation` . description AS `shipping_method.translation.description` , `shipping_method.translation` . tracking_url AS `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields AS `shipping_method.translation.customFields` , `shipping_method.translation` . created_at AS `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at AS `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id AS `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id AS `shipping_method.translation.languageId` 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` = 0x696EDAB409AA400E9F76E95471BDC8ED ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
52
0.07 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` , COALESCE (`shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) AS `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) AS `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.languageId` , `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` , COALESCE (`shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) AS `shipping_method.media.title` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) AS `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) AS `shipping_method.media.customFields` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.name` , `shipping_method.translation.name` ) AS `shipping_method.name` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.description` , `shipping_method.translation.description` ) AS `shipping_method.description` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) AS `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) AS `shipping_method.customFields` , `shipping_method.translation.createdAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name AS `shipping_method.translation.name` , `shipping_method.translation` . description AS `shipping_method.translation.description` , `shipping_method.translation` . tracking_url AS `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields AS `shipping_method.translation.customFields` , `shipping_method.translation` . created_at AS `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at AS `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id AS `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id AS `shipping_method.translation.languageId` 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 `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.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` , `shipping_method.deliveryTime.translation` . created_at AS `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at AS `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id AS `shipping_method.deliveryTime.translation.languageId` 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` . title AS `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt AS `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields AS `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at AS `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at AS `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id AS `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id AS `shipping_method.media.translation.languageId` 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"0L\r ÜnFKFØäÿ\x07 I)\x14 ( "
b"\x01 És!X┴q(é▓}Ö├á³\x1A "
]
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` ,
COALESCE (
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name`
) AS `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
COALESCE (
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields`
) AS `shipping_method.deliveryTime.customFields` ,
`shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.languageId` ,
`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` ,
COALESCE (
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title`
) AS `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
COALESCE (
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt`
) AS `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
COALESCE (
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields`
) AS `shipping_method.media.customFields` ,
`shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation.languageId` ,
`shipping_method.translation.name` ,
COALESCE (
`shipping_method.translation.name` ,
`shipping_method.translation.name`
) AS `shipping_method.name` ,
`shipping_method.translation.description` ,
COALESCE (
`shipping_method.translation.description` ,
`shipping_method.translation.description`
) AS `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
COALESCE (
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl`
) AS `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
COALESCE (
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields`
) AS `shipping_method.customFields` ,
`shipping_method.translation.createdAt` ,
`shipping_method.translation.updatedAt` ,
`shipping_method.translation.shippingMethodId` ,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation` . shipping_method_id ,
`shipping_method.translation` . name AS `shipping_method.translation.name` ,
`shipping_method.translation` . description AS `shipping_method.translation.description` ,
`shipping_method.translation` . tracking_url AS `shipping_method.translation.trackingUrl` ,
`shipping_method.translation` . custom_fields AS `shipping_method.translation.customFields` ,
`shipping_method.translation` . created_at AS `shipping_method.translation.createdAt` ,
`shipping_method.translation` . updated_at AS `shipping_method.translation.updatedAt` ,
`shipping_method.translation` . shipping_method_id AS `shipping_method.translation.shippingMethodId` ,
`shipping_method.translation` . language_id AS `shipping_method.translation.languageId`
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 `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.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` ,
`shipping_method.deliveryTime.translation` . created_at AS `shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation` . updated_at AS `shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation` . delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation` . language_id AS `shipping_method.deliveryTime.translation.languageId`
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` . title AS `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . alt AS `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . custom_fields AS `shipping_method.media.translation.customFields` ,
`shipping_method.media.translation` . created_at AS `shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation` . updated_at AS `shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation` . media_id AS `shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation` . language_id AS `shipping_method.media.translation.languageId`
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` , COALESCE (`shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) AS `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) AS `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.languageId` , `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` , COALESCE (`shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) AS `shipping_method.media.title` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) AS `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) AS `shipping_method.media.customFields` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.name` , `shipping_method.translation.name` ) AS `shipping_method.name` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.description` , `shipping_method.translation.description` ) AS `shipping_method.description` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) AS `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) AS `shipping_method.customFields` , `shipping_method.translation.createdAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name AS `shipping_method.translation.name` , `shipping_method.translation` . description AS `shipping_method.translation.description` , `shipping_method.translation` . tracking_url AS `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields AS `shipping_method.translation.customFields` , `shipping_method.translation` . created_at AS `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at AS `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id AS `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id AS `shipping_method.translation.languageId` 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 `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.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` , `shipping_method.deliveryTime.translation` . created_at AS `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at AS `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id AS `shipping_method.deliveryTime.translation.languageId` 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` . title AS `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt AS `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields AS `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at AS `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at AS `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id AS `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id AS `shipping_method.media.translation.languageId` 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 (0x304C0D9A6E464B469D84980749291428 , 0x0190732158C1712882B27D99C3A0FC1A );
Copy
53
0.06 ms
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` AS `app.id` ,
`app` . `name` AS `app.name` ,
`app` . `path` AS `app.path` ,
`app` . `author` AS `app.author` ,
`app` . `copyright` AS `app.copyright` ,
`app` . `license` AS `app.license` ,
`app` . `active` AS `app.active` ,
`app` . `configurable` AS `app.configurable` ,
`app` . `privacy` AS `app.privacy` ,
`app` . `version` AS `app.version` ,
`app` . `icon` AS `app.iconRaw` ,
`app` . `app_secret` AS `app.appSecret` ,
`app` . `modules` AS `app.modules` ,
`app` . `main_module` AS `app.mainModule` ,
`app` . `cookies` AS `app.cookies` ,
`app` . `allow_disable` AS `app.allowDisable` ,
`app` . `base_app_url` AS `app.baseAppUrl` ,
`app` . `allowed_hosts` AS `app.allowedHosts` ,
`app` . `template_load_priority` AS `app.templateLoadPriority` ,
`app` . `integration_id` AS `app.integrationId` ,
`app.integration` . `id` AS `app.integration.id` ,
`app.integration` . `label` AS `app.integration.label` ,
`app.integration` . `access_key` AS `app.integration.accessKey` ,
`app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` ,
`app.integration` . `admin` AS `app.integration.admin` ,
`app.integration` . `custom_fields` AS `app.integration.customFields` ,
`app.integration` . `deleted_at` AS `app.integration.deletedAt` ,
`app.integration` . `write_access` AS `app.integration.writeAccess` ,
`app.integration` . `created_at` AS `app.integration.createdAt` ,
`app.integration` . `updated_at` AS `app.integration.updatedAt` ,
`app` . `acl_role_id` AS `app.aclRoleId` ,
`app.aclRole` . `id` AS `app.aclRole.id` ,
`app.aclRole` . `name` AS `app.aclRole.name` ,
`app.aclRole` . `description` AS `app.aclRole.description` ,
`app.aclRole` . `privileges` AS `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` AS `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` ,
`app` . `created_at` AS `app.createdAt` ,
`app` . `updated_at` AS `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) AS `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) AS `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) AS `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) AS `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label AS `app.translation.label` ,
`app.translation` . description AS `app.translation.description` ,
`app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields AS `app.translation.customFields` ,
`app.translation` . created_at AS `app.translation.createdAt` ,
`app.translation` . updated_at AS `app.translation.updatedAt` ,
`app.translation` . app_id AS `app.translation.appId` ,
`app.translation` . language_id AS `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
54
0.02 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
55
0.01 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
56
0.03 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
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` = 0x696EDAB409AA400E9F76E95471BDC8ED ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
57
0.06 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` , COALESCE (`payment_method.media.translation.title` , `payment_method.media.translation.title` ) AS `payment_method.media.title` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) AS `payment_method.media.alt` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) AS `payment_method.media.customFields` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.languageId` , `payment_method.translation.name` , COALESCE (`payment_method.translation.name` , `payment_method.translation.name` ) AS `payment_method.name` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) AS `payment_method.distinguishableName` , `payment_method.translation.description` , COALESCE (`payment_method.translation.description` , `payment_method.translation.description` ) AS `payment_method.description` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.customFields` , `payment_method.translation.customFields` ) AS `payment_method.customFields` , `payment_method.translation.createdAt` , `payment_method.translation.updatedAt` , `payment_method.translation.paymentMethodId` , `payment_method.translation.languageId` FROM `payment_method` 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` , `payment_method.translation` . created_at AS `payment_method.translation.createdAt` , `payment_method.translation` . updated_at AS `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id AS `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id AS `payment_method.translation.languageId` 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 `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.media.translation` . media_id , `payment_method.media.translation` . title AS `payment_method.media.translation.title` , `payment_method.media.translation` . alt AS `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields AS `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at AS `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at AS `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id AS `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id AS `payment_method.media.translation.languageId` 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"¬î«f-═CÿØô#ò í┌\x04 "
]
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` ,
COALESCE (
`payment_method.media.translation.title` ,
`payment_method.media.translation.title`
) AS `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
COALESCE (
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt`
) AS `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
COALESCE (
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields`
) AS `payment_method.media.customFields` ,
`payment_method.media.translation.createdAt` ,
`payment_method.media.translation.updatedAt` ,
`payment_method.media.translation.mediaId` ,
`payment_method.media.translation.languageId` ,
`payment_method.translation.name` ,
COALESCE (
`payment_method.translation.name` ,
`payment_method.translation.name`
) AS `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
COALESCE (
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName`
) AS `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
COALESCE (
`payment_method.translation.description` ,
`payment_method.translation.description`
) AS `payment_method.description` ,
`payment_method.translation.customFields` ,
COALESCE (
`payment_method.translation.customFields` ,
`payment_method.translation.customFields`
) AS `payment_method.customFields` ,
`payment_method.translation.createdAt` ,
`payment_method.translation.updatedAt` ,
`payment_method.translation.paymentMethodId` ,
`payment_method.translation.languageId`
FROM
`payment_method`
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` ,
`payment_method.translation` . created_at AS `payment_method.translation.createdAt` ,
`payment_method.translation` . updated_at AS `payment_method.translation.updatedAt` ,
`payment_method.translation` . payment_method_id AS `payment_method.translation.paymentMethodId` ,
`payment_method.translation` . language_id AS `payment_method.translation.languageId`
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 `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.media.translation` . media_id ,
`payment_method.media.translation` . title AS `payment_method.media.translation.title` ,
`payment_method.media.translation` . alt AS `payment_method.media.translation.alt` ,
`payment_method.media.translation` . custom_fields AS `payment_method.media.translation.customFields` ,
`payment_method.media.translation` . created_at AS `payment_method.media.translation.createdAt` ,
`payment_method.media.translation` . updated_at AS `payment_method.media.translation.updatedAt` ,
`payment_method.media.translation` . media_id AS `payment_method.media.translation.mediaId` ,
`payment_method.media.translation` . language_id AS `payment_method.media.translation.languageId`
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` , COALESCE (`payment_method.media.translation.title` , `payment_method.media.translation.title` ) AS `payment_method.media.title` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) AS `payment_method.media.alt` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) AS `payment_method.media.customFields` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.languageId` , `payment_method.translation.name` , COALESCE (`payment_method.translation.name` , `payment_method.translation.name` ) AS `payment_method.name` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) AS `payment_method.distinguishableName` , `payment_method.translation.description` , COALESCE (`payment_method.translation.description` , `payment_method.translation.description` ) AS `payment_method.description` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.customFields` , `payment_method.translation.customFields` ) AS `payment_method.customFields` , `payment_method.translation.createdAt` , `payment_method.translation.updatedAt` , `payment_method.translation.paymentMethodId` , `payment_method.translation.languageId` FROM `payment_method` 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` , `payment_method.translation` . created_at AS `payment_method.translation.createdAt` , `payment_method.translation` . updated_at AS `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id AS `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id AS `payment_method.translation.languageId` 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 `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.media.translation` . media_id , `payment_method.media.translation` . title AS `payment_method.media.translation.title` , `payment_method.media.translation` . alt AS `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields AS `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at AS `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at AS `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id AS `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id AS `payment_method.media.translation.languageId` 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 (0xAA8CAE662DCD43989D932395FFA1DA04 );
Copy
58
0.05 ms
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` AS `app.id` ,
`app` . `name` AS `app.name` ,
`app` . `path` AS `app.path` ,
`app` . `author` AS `app.author` ,
`app` . `copyright` AS `app.copyright` ,
`app` . `license` AS `app.license` ,
`app` . `active` AS `app.active` ,
`app` . `configurable` AS `app.configurable` ,
`app` . `privacy` AS `app.privacy` ,
`app` . `version` AS `app.version` ,
`app` . `icon` AS `app.iconRaw` ,
`app` . `app_secret` AS `app.appSecret` ,
`app` . `modules` AS `app.modules` ,
`app` . `main_module` AS `app.mainModule` ,
`app` . `cookies` AS `app.cookies` ,
`app` . `allow_disable` AS `app.allowDisable` ,
`app` . `base_app_url` AS `app.baseAppUrl` ,
`app` . `allowed_hosts` AS `app.allowedHosts` ,
`app` . `template_load_priority` AS `app.templateLoadPriority` ,
`app` . `integration_id` AS `app.integrationId` ,
`app.integration` . `id` AS `app.integration.id` ,
`app.integration` . `label` AS `app.integration.label` ,
`app.integration` . `access_key` AS `app.integration.accessKey` ,
`app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` ,
`app.integration` . `admin` AS `app.integration.admin` ,
`app.integration` . `custom_fields` AS `app.integration.customFields` ,
`app.integration` . `deleted_at` AS `app.integration.deletedAt` ,
`app.integration` . `write_access` AS `app.integration.writeAccess` ,
`app.integration` . `created_at` AS `app.integration.createdAt` ,
`app.integration` . `updated_at` AS `app.integration.updatedAt` ,
`app` . `acl_role_id` AS `app.aclRoleId` ,
`app.aclRole` . `id` AS `app.aclRole.id` ,
`app.aclRole` . `name` AS `app.aclRole.name` ,
`app.aclRole` . `description` AS `app.aclRole.description` ,
`app.aclRole` . `privileges` AS `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` AS `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` ,
`app` . `created_at` AS `app.createdAt` ,
`app` . `updated_at` AS `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) AS `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) AS `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) AS `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) AS `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label AS `app.translation.label` ,
`app.translation` . description AS `app.translation.description` ,
`app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields AS `app.translation.customFields` ,
`app.translation` . created_at AS `app.translation.createdAt` ,
`app.translation` . updated_at AS `app.translation.updatedAt` ,
`app.translation` . app_id AS `app.translation.appId` ,
`app.translation` . language_id AS `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
59
0.02 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
60
0.01 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
61
0.46 ms
SELECT `category` . `id` AS `category.id` , `category` . `version_id` AS `category.versionId` , `category` . `parent_id` AS `category.parentId` , `category` . `parent_version_id` AS `category.parentVersionId` , `category` . `after_category_id` AS `category.afterCategoryId` , `category` . `after_category_version_id` AS `category.afterCategoryVersionId` , `category` . `media_id` AS `category.mediaId` , `category` . `display_nested_products` AS `category.displayNestedProducts` , `category` . `auto_increment` AS `category.autoIncrement` , `category` . `level` AS `category.level` , `category` . `path` AS `category.path` , `category` . `child_count` AS `category.childCount` , `category` . `type` AS `category.type` , `category` . `product_assignment_type` AS `category.productAssignmentType` , `category` . `visible` AS `category.visible` , `category` . `active` AS `category.active` , `category` . `cms_page_id` AS `category.cmsPageId` , `category` . `cms_page_version_id` AS `category.cmsPageVersionId` , `category` . `product_stream_id` AS `category.productStreamId` , `category` . `custom_entity_type_id` AS `category.customEntityTypeId` , `category` . `created_at` AS `category.createdAt` , `category` . `updated_at` AS `category.updatedAt` , `category.media` . `id` AS `category.media.id` , `category.media` . `user_id` AS `category.media.userId` , `category.media` . `media_folder_id` AS `category.media.mediaFolderId` , `category.media` . `mime_type` AS `category.media.mimeType` , `category.media` . `file_extension` AS `category.media.fileExtension` , `category.media` . `uploaded_at` AS `category.media.uploadedAt` , `category.media` . `file_name` AS `category.media.fileName` , `category.media` . `file_size` AS `category.media.fileSize` , `category.media` . `media_type` AS `category.media.mediaTypeRaw` , `category.media` . `meta_data` AS `category.media.metaData` , `category.media` . `config` AS `category.media.config` , `category.media` . `path` AS `category.media.path` , `category.media` . `private` AS `category.media.private` , `category.media` . `thumbnails_ro` AS `category.media.thumbnailsRo` , `category.media` . `created_at` AS `category.media.createdAt` , `category.media` . `updated_at` AS `category.media.updatedAt` , `category.media.translation.title` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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"\x00 ›ÃíY\r N¬·Éõ¦î—×q "
]
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` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title AS `category.media.translation.title` ,
`category.media.translation` . alt AS `category.media.translation.alt` ,
`category.media.translation` . custom_fields AS `category.media.translation.customFields` ,
`category.media.translation` . created_at AS `category.media.translation.createdAt` ,
`category.media.translation` . updated_at AS `category.media.translation.updatedAt` ,
`category.media.translation` . media_id AS `category.media.translation.mediaId` ,
`category.media.translation` . language_id AS `category.media.translation.languageId`
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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 (0x009BC3ED590D4EACB7C9F5A6EE97D771 ));
Copy
62
0.05 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` , COALESCE (`cms_page.translation.name` , `cms_page.translation.name` ) AS `cms_page.name` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.customFields` , `cms_page.translation.customFields` ) AS `cms_page.customFields` , `cms_page.translation.createdAt` , `cms_page.translation.updatedAt` , `cms_page.translation.cmsPageId` , `cms_page.translation.languageId` , `cms_page.translation.cmsPageVersionId` 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` , `cms_page.translation` . created_at AS `cms_page.translation.createdAt` , `cms_page.translation` . updated_at AS `cms_page.translation.updatedAt` , `cms_page.translation` . cms_page_id AS `cms_page.translation.cmsPageId` , `cms_page.translation` . language_id AS `cms_page.translation.languageId` , `cms_page.translation` . cms_page_version_id AS `cms_page.translation.cmsPageVersionId` 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 ‘\x03 ‘bð{òª¯e\x11 nlÿö "
]
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` , COALESCE (`cms_page.translation.name` , `cms_page.translation.name` ) AS `cms_page.name` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.customFields` , `cms_page.translation.customFields` ) AS `cms_page.customFields` , `cms_page.translation.createdAt` , `cms_page.translation.updatedAt` , `cms_page.translation.cmsPageId` , `cms_page.translation.languageId` , `cms_page.translation.cmsPageVersionId` 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` , `cms_page.translation` . created_at AS `cms_page.translation.createdAt` , `cms_page.translation` . updated_at AS `cms_page.translation.updatedAt` , `cms_page.translation` . cms_page_id AS `cms_page.translation.cmsPageId` , `cms_page.translation` . language_id AS `cms_page.translation.languageId` , `cms_page.translation` . cms_page_version_id AS `cms_page.translation.cmsPageVersionId` 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 (0x0191039162F07BF2AAAF65116E6CFFF6 ));
Copy
63
0.06 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` , COALESCE (`cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` ) AS `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` ) AS `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` ) AS `cms_section.backgroundMedia.customFields` , `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation.languageId` 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` . title AS `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . alt AS `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . custom_fields AS `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation` . created_at AS `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation` . updated_at AS `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation` . media_id AS `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation` . language_id AS `cms_section.backgroundMedia.translation.languageId` 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 ‘\x03 ‘bð{òª¯e\x11 nlÿö "
]
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` ,
COALESCE (
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title`
) AS `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
COALESCE (
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt`
) AS `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
COALESCE (
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields`
) AS `cms_section.backgroundMedia.customFields` ,
`cms_section.backgroundMedia.translation.createdAt` ,
`cms_section.backgroundMedia.translation.updatedAt` ,
`cms_section.backgroundMedia.translation.mediaId` ,
`cms_section.backgroundMedia.translation.languageId`
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` . title AS `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . alt AS `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . custom_fields AS `cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation` . created_at AS `cms_section.backgroundMedia.translation.createdAt` ,
`cms_section.backgroundMedia.translation` . updated_at AS `cms_section.backgroundMedia.translation.updatedAt` ,
`cms_section.backgroundMedia.translation` . media_id AS `cms_section.backgroundMedia.translation.mediaId` ,
`cms_section.backgroundMedia.translation` . language_id AS `cms_section.backgroundMedia.translation.languageId`
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` , COALESCE (`cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` ) AS `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` ) AS `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` ) AS `cms_section.backgroundMedia.customFields` , `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation.languageId` 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` . title AS `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . alt AS `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . custom_fields AS `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation` . created_at AS `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation` . updated_at AS `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation` . media_id AS `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation` . language_id AS `cms_section.backgroundMedia.translation.languageId` 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 (0x0191039162F07BF2AAAF65116E6CFFF6 )));
Copy
64
0.05 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` , COALESCE (`cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` ) AS `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` ) AS `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` ) AS `cms_block.backgroundMedia.customFields` , `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation.languageId` 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` . title AS `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . alt AS `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . custom_fields AS `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation` . created_at AS `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation` . updated_at AS `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation` . media_id AS `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation` . language_id AS `cms_block.backgroundMedia.translation.languageId` 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 ‘\x03 ‘ncv˜®J,1 \x0E ®ë "
]
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` ,
COALESCE (
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title`
) AS `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
COALESCE (
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt`
) AS `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
COALESCE (
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields`
) AS `cms_block.backgroundMedia.customFields` ,
`cms_block.backgroundMedia.translation.createdAt` ,
`cms_block.backgroundMedia.translation.updatedAt` ,
`cms_block.backgroundMedia.translation.mediaId` ,
`cms_block.backgroundMedia.translation.languageId`
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` . title AS `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . alt AS `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . custom_fields AS `cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation` . created_at AS `cms_block.backgroundMedia.translation.createdAt` ,
`cms_block.backgroundMedia.translation` . updated_at AS `cms_block.backgroundMedia.translation.updatedAt` ,
`cms_block.backgroundMedia.translation` . media_id AS `cms_block.backgroundMedia.translation.mediaId` ,
`cms_block.backgroundMedia.translation` . language_id AS `cms_block.backgroundMedia.translation.languageId`
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` , COALESCE (`cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` ) AS `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` ) AS `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` ) AS `cms_block.backgroundMedia.customFields` , `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation.languageId` 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` . title AS `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . alt AS `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . custom_fields AS `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation` . created_at AS `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation` . updated_at AS `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation` . media_id AS `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation` . language_id AS `cms_block.backgroundMedia.translation.languageId` 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 (0x019103916E637698AE4A2C31A00EAEEB )));
Copy
65
0.04 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` , COALESCE (`cms_slot.translation.config` , `cms_slot.translation.config` ) AS `cms_slot.config` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) AS `cms_slot.customFields` , `cms_slot.translation.createdAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.languageId` , `cms_slot.translation.cmsSlotVersionId` 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` , `cms_slot.translation` . created_at AS `cms_slot.translation.createdAt` , `cms_slot.translation` . updated_at AS `cms_slot.translation.updatedAt` , `cms_slot.translation` . cms_slot_id AS `cms_slot.translation.cmsSlotId` , `cms_slot.translation` . language_id AS `cms_slot.translation.languageId` , `cms_slot.translation` . cms_slot_version_id AS `cms_slot.translation.cmsSlotVersionId` 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 æ\x03 æ¼Pvúï█\x01 Øvõ¥ø "
b"\x01 ‘\x03 ‘Ó(qõ«\x1D Θ<ç³~ "
b"\x01 ‘\x03 ‘áÊuѽ<Š\x0E Ϥ\x01 - "
]
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` , COALESCE (`cms_slot.translation.config` , `cms_slot.translation.config` ) AS `cms_slot.config` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) AS `cms_slot.customFields` , `cms_slot.translation.createdAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.languageId` , `cms_slot.translation.cmsSlotVersionId` 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` , `cms_slot.translation` . created_at AS `cms_slot.translation.createdAt` , `cms_slot.translation` . updated_at AS `cms_slot.translation.updatedAt` , `cms_slot.translation` . cms_slot_id AS `cms_slot.translation.cmsSlotId` , `cms_slot.translation` . language_id AS `cms_slot.translation.languageId` , `cms_slot.translation` . cms_slot_version_id AS `cms_slot.translation.cmsSlotVersionId` 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 (0x01910391AC5076A38BDB019D76E4BE9B , 0x01910391D32871F5AB1DCE983CE7B37E , 0x01910391E1CA75D1BD3C8A0ECFA4012D )));
Copy
66
0.03 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
67
0.04 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` , COALESCE (`product_sorting.translation.label` , `product_sorting.translation.label` ) AS `product_sorting.label` , `product_sorting.translation.createdAt` , `product_sorting.translation.updatedAt` , `product_sorting.translation.productSortingId` , `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . product_sorting_id , `product_sorting.translation` . label AS `product_sorting.translation.label` , `product_sorting.translation` . created_at AS `product_sorting.translation.createdAt` , `product_sorting.translation` . updated_at AS `product_sorting.translation.updatedAt` , `product_sorting.translation` . product_sorting_id AS `product_sorting.translation.productSortingId` , `product_sorting.translation` . language_id AS `product_sorting.translation.languageId` 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"\t y×\x1D uÜK\f ¡UYuì\x1E 1D "
b"Ã<g"‹@C\x16 ¾ƒKï•\r H" "
b"¸,Ø\r uV@7žÔRMZ½U\x08 "
b"\x01 É\x06 óÙC}ûÖ¶┬'\r .;` "
b"\x01 É\x06 ñ\x00 s\x04 ôfí┌¿Zup "
b"9’K\x0E ’\x11 @¬„õ\x17 L\t $‰” "
b"-Þu\x1D Ú¸IþÉN\x0F qåù²S "
b"|ÝbæÞJìˆL#‰dÆÞ} "
]
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` , COALESCE (`product_sorting.translation.label` , `product_sorting.translation.label` ) AS `product_sorting.label` , `product_sorting.translation.createdAt` , `product_sorting.translation.updatedAt` , `product_sorting.translation.productSortingId` , `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . product_sorting_id , `product_sorting.translation` . label AS `product_sorting.translation.label` , `product_sorting.translation` . created_at AS `product_sorting.translation.createdAt` , `product_sorting.translation` . updated_at AS `product_sorting.translation.updatedAt` , `product_sorting.translation` . product_sorting_id AS `product_sorting.translation.productSortingId` , `product_sorting.translation` . language_id AS `product_sorting.translation.languageId` 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 (0x09799E1D759A4B0CAD5559758D1E3144 , 0xC33C67228B404316BE834BEF950D4822 , 0xB82CD80D755640379ED4524D5ABD5508 , 0x019006A2EB437D9699F4C2270D2E3B60 , 0x019006A400FF73049366A1DAA85A7570 , 0x39924B0E921140AC84F5174C09248994 , 0x2DE8751DE9F749E7904E0F718697FD53 , 0x7CDD62C3A6DE4AEC884C238964C6DE7D );
Copy
68
0.11 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"\x00 ›ÃíY\r N¬·Éõ¦î—×q "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x009BC3ED590D4EACB7C9F5A6EE97D771 )) LIMIT 1 ;
Copy
69
0.08 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"\x00 ›ÃíY\r N¬·Éõ¦î—×q "
]
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 (0x009BC3ED590D4EACB7C9F5A6EE97D771 ));
Copy
70
13.37 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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product` . `display_group` ORDER BY MAX (IFNULL (`product` . `release_date` , `product.parent` . `release_date` )) DESC , MIN (`product` . `id` ) ASC LIMIT 24
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x00 ›ÃíY\r N¬·Éõ¦î—×q "
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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x009BC3ED590D4EACB7C9F5A6EE97D771 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ORDER BY MAX (IFNULL (`product` . `release_date` , `product.parent` . `release_date` )) DESC , MIN (`product` . `id` ) ASC LIMIT 24 ;
Copy
71
13.33 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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product` . `display_group` ) total
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x00 ›ÃíY\r N¬·Éõ¦î—×q "
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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x009BC3ED590D4EACB7C9F5A6EE97D771 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
72
15.70 ms
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) AS `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x00 ›ÃíY\r N¬·Éõ¦î—×q "
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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x009BC3ED590D4EACB7C9F5A6EE97D771 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
73
0.66 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` , COALESCE (`product_manufacturer.translation.name` , `product_manufacturer.translation.name` ) AS `product_manufacturer.name` , `product_manufacturer.translation.description` , COALESCE (`product_manufacturer.translation.description` , `product_manufacturer.translation.description` ) AS `product_manufacturer.description` , `product_manufacturer.translation.customFields` , COALESCE (`product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` ) AS `product_manufacturer.customFields` , `product_manufacturer.translation.createdAt` , `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation.languageId` , `product_manufacturer.translation.productManufacturerVersionId` 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` , `product_manufacturer.translation` . created_at AS `product_manufacturer.translation.createdAt` , `product_manufacturer.translation` . updated_at AS `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation` . product_manufacturer_id AS `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation` . language_id AS `product_manufacturer.translation.languageId` , `product_manufacturer.translation` . product_manufacturer_version_id AS `product_manufacturer.translation.productManufacturerVersionId` 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 É\x02 °,dx+ú'Sº\r \v bd "
b"\x01 É\x08 ┤ãèy³▒¼\x02 ök±Ðî "
b"\x01 É\f Ö"xqLê4WD\x1F û═ı "
b"\x01 É:\x10 Õ.s-Ø(&[═░³å "
b"\x01 É┐\x04 Èçp»ú·▒÷ð:\x07 } "
b"""
\x01 É┐\t ¦Ìp¯Ááı\n
>dÂÍ
"""
b"\x01 É┐*1-rıä3îãM\f :╩ "
b"\x01 É┐*{ÌqÜ┤e>ù'╬ßã "
b"\x01 É┐*êDr█çN²ú»ôÝq "
b"\x01 É┐*ìÃq\x0E ª\x10 ì£e¬³N "
b"\x01 É┐*ôÐq&ößL0èÒg- "
b"\x01 É┐*ø|p;úô³\x15 .ä\x07 "
b"\x01 É┐*®\x12 qıúÿ┤-¤¡þ¦ "
b"\x01 É┐*¬îs\x07 ÀÚ=p┘².G "
b"\x01 É┐*█8pm£5 Û¨8A "
b"\x01 æl&ÉJz}Âéf\x04 ݲ7f "
b"\x01 ‘¢—rŸyt‹+d;–¤\x0E\x07 "
b"\x01 ’(È\x06 9t®¤V,´QÞ>C "
b"\x01 ’NZû’{k±-µ(®>0‰ "
b"\x01 ’Rï¤Ër\x1D ’yk¡Y}=Ð "
b"\x01 ÆR³ØJuYütðõ█╝Gb "
b"\x01 •õèH\x05 rU¢RçË?Ft” "
b"\x01 –\e óöÍ\x7F IŠ6“ħ )d "
b"\x01 û0qýQsÁü┤c×>u\x08 2 "
b"\x01 —^¸½›{\x17 ‘Šw*\t ŽxÙ "
b"\x03 :¤L×\x07 D¬¥±ûóí§(ù "
b"\x05 h¾;õ╩H-É█Ãó?─Q└ "
b"\x06 ŒÙ\x13 ëM¥©ÜdC@¡jß "
b"\x06 Øæ\x10 åH\x03 ░Oª\x05 .á¡ "
b"\t\x14\x05 «Ñ\e G¸¬n1Ìpmf1 "
b"\v º~ô\x03 F\x15 ‹\f\f z[xØT "
b"\f\t\x05 {q£ED„{Y2vî<\ "
b"\x15 ÑÕ×·'F)ît½ÅDı\x15 ? "
b"!@â‹xÈAj¼:jš¨\x10 íl "
b"#ÀG\x12\x08\x12 A;»ö‘+_øØ\x00 "
b")ØÅh(‚L¿š>vhï\e ?ö "
b"*ÒºßÜd@-¢Imšz\x7F\x11 "
b"/ϳ\x12 ãü@Ôïp│G³\x13 'Á "
b"2`«Ó\n ƒLã¼1VZ†\x00 Ç] "
b"5\r p%{LHV—ˆ¦\x06 ñ0Íc "
b"5┴¼0oÅGÏ®\x14 w\x12 D¸\x18\x05 "
b"=„'ÌÑÈ@к1›´:™‰x "
b"GO$ßK£HM“\x12 Vú8BØq "
b"Q€ºÇ\x17 ÛAO²{Z³ÅÝqâ "
b"VÐà\x08 êåG8œÄmFO¹Ù> "
b"a}ç«l\x1D O:€‰ƒq¹T\x02\v "
b"i,ï9¬ÍBt˜¥¬ásÏ¡X "
b"iþß \x7F\x0E B\x0E ±®25\x14 õ¶ "
b"n,Œþ\x06 §F\x18 °Ôy»T‚\x16 j "
b"n┬╚ÑQòIBÉí0\x07 °2-ö "
b"s®+33äG˜‚A]wþSŽ "
b"sãÃwEúL”‡ß\x05 °fwý\x11 "
b"u\t 6Ãñ©Npµlìì1ýP” "
b"|\x15 ÀÍüŒMk²\v ƒœG\x18 a‹ "
b"}ðe.AQIX™\x0F\t ö˜míó "
b"ƒj¾\x11 ¸³F°“–*À…¥äœ "
b"åÎ{\x13 \t IïÉ\x7F G·@\x04\x1A ■ "
b"’—Þ\x00 ü\x18 D*šjò0¶n\x12 ¼ "
b"–\x00 êyýÝK£µÑÄ.\r d… "
b"Ö¨ì\r █oHeÂ\x12 Û¹AX², "
b"ÜâÁ\x13 2vG▓èÉ▀n\x7F hM\x19 "
b"""
¤Ýd\n
SÙD²©!– ¾¨\x10 à
"""
b"""
º'H─SjJ8Â\x0F ì&Ú\n
)D
"""
b"«™à`\x1C ñNƒ–>š”Aé}4 "
b"´6\x03 rÚ G9‹3ÁÇYÈÉú "
b"ÂM\x05 áµÒ@íÉ╣;"g~à┐ "
b"¼}”ÿ•:Ka£[6ŠàÚàP "
b"──j{\x7F ØA4ñ\x08 Ï">¢%\x10 "
b"ǹæ\r x$K‡Ÿö{í”EA± "
b"ÉmŸt\x11 ZDõ³"\x0E \r ݘš“ "
b"ÌÂsñl¡F<ŸÓ_bËf&U "
b"""
ÐÞêï\n
‰O «±þœ\e l\x15 ó
"""
b"ÒBC†\v ÃCE´\r QT\x1D {vã "
b"×+S†-ÍG\x11 «b:é²\x7F #B "
b"Îâèè\x03 ÃMËüyî"eûíÛ "
b"Ú\x06 E\x08 /\x1E NT«Í!”:`\x10 i "
b"Þ\x0E ž’ÅXN¥o3µQ÷é\r "
b"àÀÆ}^äC\x1E £ÀŠ“ð\x1D uƒ "
b"á…ÅJ\x03 bBA d¼f*RÊž "
b"ó„…Š?ÀI\x16 ¾Ç|ÃÊ3–6 "
b"ùì,Ê?mI3¯\x13 [9\x1C ¦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` ,
COALESCE (
`product_manufacturer.translation.name` ,
`product_manufacturer.translation.name`
) AS `product_manufacturer.name` ,
`product_manufacturer.translation.description` ,
COALESCE (
`product_manufacturer.translation.description` ,
`product_manufacturer.translation.description`
) AS `product_manufacturer.description` ,
`product_manufacturer.translation.customFields` ,
COALESCE (
`product_manufacturer.translation.customFields` ,
`product_manufacturer.translation.customFields`
) AS `product_manufacturer.customFields` ,
`product_manufacturer.translation.createdAt` ,
`product_manufacturer.translation.updatedAt` ,
`product_manufacturer.translation.productManufacturerId` ,
`product_manufacturer.translation.languageId` ,
`product_manufacturer.translation.productManufacturerVersionId`
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` ,
`product_manufacturer.translation` . created_at AS `product_manufacturer.translation.createdAt` ,
`product_manufacturer.translation` . updated_at AS `product_manufacturer.translation.updatedAt` ,
`product_manufacturer.translation` . product_manufacturer_id AS `product_manufacturer.translation.productManufacturerId` ,
`product_manufacturer.translation` . language_id AS `product_manufacturer.translation.languageId` ,
`product_manufacturer.translation` . product_manufacturer_version_id AS `product_manufacturer.translation.productManufacturerVersionId`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
WHERE
`product_manufacturer.translation` . language_id = ?
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id`
AND `product_manufacturer.product_manufacturer_translation` . product_manufacturer_version_id = `product_manufacturer` . version_id
WHERE
(
`product_manufacturer` . `version_id` = ?
)
AND (
`product_manufacturer` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ?
)
)
Copy
SELECT `product_manufacturer` . `id` AS `product_manufacturer.id` , `product_manufacturer` . `version_id` AS `product_manufacturer.versionId` , `product_manufacturer` . `media_id` AS `product_manufacturer.mediaId` , `product_manufacturer` . `link` AS `product_manufacturer.link` , `product_manufacturer` . `created_at` AS `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` AS `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , COALESCE (`product_manufacturer.translation.name` , `product_manufacturer.translation.name` ) AS `product_manufacturer.name` , `product_manufacturer.translation.description` , COALESCE (`product_manufacturer.translation.description` , `product_manufacturer.translation.description` ) AS `product_manufacturer.description` , `product_manufacturer.translation.customFields` , COALESCE (`product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` ) AS `product_manufacturer.customFields` , `product_manufacturer.translation.createdAt` , `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation.languageId` , `product_manufacturer.translation.productManufacturerVersionId` 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` , `product_manufacturer.translation` . created_at AS `product_manufacturer.translation.createdAt` , `product_manufacturer.translation` . updated_at AS `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation` . product_manufacturer_id AS `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation` . language_id AS `product_manufacturer.translation.languageId` , `product_manufacturer.translation` . product_manufacturer_version_id AS `product_manufacturer.translation.productManufacturerVersionId` 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 (0x019002F82C64782BA32753A70D0B6264 , 0x019008B4C68A79FCB1AC02946BF1D18C , 0x01900C992278714C883457441F96CDD5 , 0x01903A10E52E732D9D28265BCDB0FC86 , 0x0190BF04D48770AFA3FAB1F6D03A077D , 0x0190BF09DDDE70EEB5A0D50A3E64B6D6 , 0x0190BF2A312D72D584338CC64D0C3ACA , 0x0190BF2A7BDE719AB4653E9727CEE1C6 , 0x0190BF2A884472DB874EFDA3AF93ED71 , 0x0190BF2A8DC7710EA6108D9C65AAFC4E , 0x0190BF2A93D1712694E14C308AE3672D , 0x0190BF2A9B7C703BA393FC152EF08407 , 0x0190BF2AA91271D5A398B42DCFADE7DD , 0x0190BF2AAA8C7307B7E93D70D9FD2E47 , 0x0190BF2ADB38706DB69C3520EAF93841 , 0x01916C26904A7A7DB6826604EDFD3766 , 0x0191A297729F79748B2B643B96A40E07 , 0x019228C8063974AEA4562CB451DE3E43 , 0x01924E5AFB927B6BB12DB528AE3E3089 , 0x019252EFA4CB721D92796BA1597D3DD0 , 0x019252FC9D4A75598174D0E4DBBC4762 , 0x0195F5E848057255A252E7CB3F467494 , 0x01961BF3F6CD7F498A3693C4A7A02964 , 0x01963071EC5173B581B4639E3E750832 , 0x01975EB8BD9B7B17918A772A098E78D9 , 0x033AA44CD70744ACA5B1FBF3EDA728F9 , 0x0568F33BE4CA482D90DBC7A23FC451C0 , 0x068CD913EBAD4DA5A9DC644340A16ADF , 0x069D9110FF864803B04FB6A6052EA0AD , 0x091405ABD11B47B8AC6E31CC706D6631 , 0x0BBA7EF4032046158B0C0C7A5B78D854 , 0x0C09057B71A34544847B593276EE3C5C , 0x15A5E59EFA2746298C74AB8F44D5153F , 0x2140E28B78C8416ABC3A6A9AA810ED6C , 0x23C047120812413BBBF6912B5FF8D800 , 0x29D8C56828824CBF9A3E7668EF1B3FF6 , 0x2AD2BADFDC64402DA2496D9A7A7F11A0 , 0x2FD8FC12C68140E28B70B347FC1327B5 , 0x3260ABD30A834CE3BC31565A8600C75D , 0x350D70257B4C48569788A606F130CD63 , 0x35C1AC306F8F47D8A914771244F71805 , 0x3D8427CCD1C840D0BA319BB43A998978 , 0x474F24DF4BA3484D931256FA3842D871 , 0x5180BAC717DB414FB27B5AB3C5DD71E2 , 0x56D0E008EAE547389CC46D464FB9D93E , 0x617DE7AB6C1D4F3A80898371B954020B , 0x692CEF39ACCD427498A5ACE173CFA158 , 0x69FEDF207F0E420EB1AE323514F5B6A0 , 0x6E2C8CFE06A74618B0D479BB5482166A , 0x6EC2C8A55195494290A13007F8322D94 , 0x73AE2B3333E4479882AD415D77FE538E , 0x73E3C37745FA4C9487DF05B06677FD11 , 0x750936C3F1A94E70B56CECEC31FD5094 , 0x7C15C0CDFC8C4D6BB20B839C4718618B , 0x7DF0652E41514958990F09F6986DEDF3 , 0x836ABE11B8B346B093962AC085A5E49C , 0x86D77B132009498B907F47FA40041AFE , 0x9297DE00FC18442A9A6AF230B66E12BC , 0x9600EA79FDDD4BA3ADB5D1C42E0D6485 , 0x99F98D0DDB6F4865B612EAFB4158FD2C , 0x9A83B513327647B28A90DF6E7F684D19 , 0xA4DD640A53D944B2A9219620BEA810E0 , 0xA72748C4536A4A38B60F8D26E90A2944 , 0xAB99E0601CF14E83963E9A9441E97D34 , 0xB4360372DAA047398B33C1C759C8C9FA , 0xB64D05A0E6E340A190B93B22677E85BF , 0xBC7D94FF953A4B61A35B368AE0DAE050 , 0xC4C46A7B7F9D4134A408D8223EBD2510 , 0xC7B9E60D78244B879FF67BED944541B1 , 0xC96D9F74115A44F5B3220E0DDD989A93 , 0xCCC273F16CA1463C9FD35F62CB662655 , 0xD0DEEAEF0A894F20ABB1FE9C1B6C15F3 , 0xD24243860BC34345B40D51541D7B76E3 , 0xD72B53862DCD4711AB623AE9B27F2342 , 0xD7838A8A03C74DD381798C226596A1EA , 0xDA0645082F1E4E54ABCD21943A601069 , 0xDE0E9E92C5584EADA56F33B551F7E90D , 0xE0C0C67D5EE4431EA3C08A93F01D7583 , 0xE185C54A03624241A064BC662A52CA9E , 0xF384858A3FC04916BEC77CC3CA339636 , 0xF9EC2CCA3F6D4933AF135B391CA632C7 ));
Copy
74
40.40 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6f7d363166ab40379601e1e25057307e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6f7d363166ab40379601e1e25057307e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) AS `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6f7d363166ab40379601e1e25057307e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6f7d363166ab40379601e1e25057307e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) AS `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x00 ›ÃíY\r N¬·Éõ¦î—×q "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule6f7d363166ab40379601e1e25057307e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule6f7d363166ab40379601e1e25057307e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) AS `price.min` ,
MAX (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule6f7d363166ab40379601e1e25057307e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule6f7d363166ab40379601e1e25057307e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) AS `price.max`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id`
AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id`
LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id`
AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND `product.categoriesRo` . `id` = ?
AND NOT (`product` . `display_group` < = > ? )
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6f7d363166ab40379601e1e25057307e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6f7d363166ab40379601e1e25057307e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) AS `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6f7d363166ab40379601e1e25057307e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6f7d363166ab40379601e1e25057307e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) AS `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x009BC3ED590D4EACB7C9F5A6EE97D771 AND NOT (`product` . `display_group` < = > NULL )));
Copy
75
8.57 ms
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) AS `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x00 ›ÃíY\r N¬·Éõ¦î—×q "
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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x009BC3ED590D4EACB7C9F5A6EE97D771 AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
76
8.45 ms
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) AS `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x00 ›ÃíY\r N¬·Éõ¦î—×q "
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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x009BC3ED590D4EACB7C9F5A6EE97D771 AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
77
9.66 ms
SELECT LOWER (HEX (`product.properties` . `id` )) AS `properties.key` , COUNT (`product` . `id` ) AS `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x00 ›ÃíY\r N¬·Éõ¦î—×q "
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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x009BC3ED590D4EACB7C9F5A6EE97D771 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
78
12.28 ms
SELECT LOWER (HEX (`product.options` . `id` )) AS `options.key` , COUNT (`product` . `id` ) AS `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x00 ›ÃíY\r N¬·Éõ¦î—×q "
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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x009BC3ED590D4EACB7C9F5A6EE97D771 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
79
0.25 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"\x19 8ì]ÝØCò╗È?À,╝æ┴ "
b"\x1C 5&M¼ÂFuñ\x17 ]t9ÛàÉ "
b"#\x01 X´¢ÚOy¤ËGŽOã\x06\x18 "
b"E┌³¡±8@ê×\x18 ,Dq|╠ü "
b"hæýf³7Mbªwitñ\x13 “ "
b"~5¯t/2B“œZÇ\x0E ¸\x14 ƒò "
b"†ŽÒF—ME\x16 ¦ZUBKùp6 "
b"Œš/@5\r Aô“‘Vå8ýÒõ "
b"’Cr\x03 §ÆGö¼ÚÕ‰\x06 dúö "
b"žˆëì)ƒMÁ•\x1A Æ×„ö\x16 ˆ "
b"▀!W╣o7J╩á0╦§ÝðÉ‗ "
b"÷5"\x12 ¨ƒE]®c¤¾æW¿– "
b"’ô”õ|GJõ•à\x08 ]@À«c "
b"\x01 !å!ÂïEi–\x15 Îjä2%à "
b"\x01 – "PÎrN«Ó‚J‚Ü0 "
b"\x18 ╩n\x1F Å-AıìË.æ\x19 ú£Ç "
b"&n\x15 ì¾?D\x0E R}Ùû5Ñš "
b"*Rö•DøF=¢´xsZŽ¡ƒ "
b"*õ/-s÷Co¢2ƒÝô†ìç "
b"H\x03 ▒Á‗BLôɳ'\f ¨Å'\x04 "
b"O7&{\t ÍBΑ\t G×ã¦dä "
b"m‚ƒü\r \x1F I7¹\x0E <Œ\x1E\x0E !Õ "
b"ŠÑ{Až§Kç¤õ³âì× \x04 "
b"ŸàµÿŽ¥Eqª\x0E ΪJƒ¶å "
]
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 (0x19388D5DED9D4395BBD43FB72CBC91C1 , 0x1C35264DACB64675A4175D7439EA8590 , 0x230158B4A2DA4F79A4CB478E4FE30618 , 0x45DAFCADF13840889E182C44717CCC81 , 0x68E6FD66B3374D62AA776974F113A093 , 0x7E35AF742F3242939C5AC70EB81483F2 , 0x868ED246974D4516A65A55424BF97036 , 0x8C9A2F40350D41F4939156E538FDD2F5 , 0x92437203A7C647F6BCDAD5890664FAF6 , 0x9E88EBEC29834DC1951AC6D784F61688 , 0xDF2157B96F374ACAA030CBF5EDD090F2 , 0xF7352212A883455DAE63A4BEE657BF96 , 0x92F494F57C474AF595E0085D40C0AB63 , 0x0121E521C2EF45699615CE6AE43225E0 , 0x0196202250CE724EABD3824A82ADDC30 , 0x18CA6E1F8F2D41D58DD32E9119A39C80 , 0x266E15ECBE3F440EA0527DD9FB35D19A , 0x2A52F69544F8463DA2B478735A8EA183 , 0x2AF52F2D73F7436FA23283DDF486ECE7 , 0x4803B1B5F2424C9390FC270CF98F2704 , 0x4F37267B09CD42CE910947D7E3A664E4 , 0x6D8283FC0D1F4937B90E3C8C1E0E21D5 , 0x8AD17B419EA74BE7A4F5B3E2ECD72004 , 0x9FE0B5FF8EA54571AA0ECEAA4A83B6E5 );
Copy
80
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"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x19 8ì]ÝØCò╗È?À,╝æ┴ "
b"\x1C 5&M¼ÂFuñ\x17 ]t9ÛàÉ "
b"#\x01 X´¢ÚOy¤ËGŽOã\x06\x18 "
b"E┌³¡±8@ê×\x18 ,Dq|╠ü "
b"hæýf³7Mbªwitñ\x13 “ "
b"~5¯t/2B“œZÇ\x0E ¸\x14 ƒò "
b"†ŽÒF—ME\x16 ¦ZUBKùp6 "
b"Œš/@5\r Aô“‘Vå8ýÒõ "
b"’Cr\x03 §ÆGö¼ÚÕ‰\x06 dúö "
b"žˆëì)ƒMÁ•\x1A Æ×„ö\x16 ˆ "
b"▀!W╣o7J╩á0╦§ÝðÉ‗ "
b"÷5"\x12 ¨ƒE]®c¤¾æW¿– "
b"’ô”õ|GJõ•à\x08 ]@À«c "
b"\x01 !å!ÂïEi–\x15 Îjä2%à "
b"\x01 – "PÎrN«Ó‚J‚Ü0 "
b"\x18 ╩n\x1F Å-AıìË.æ\x19 ú£Ç "
b"&n\x15 ì¾?D\x0E R}Ùû5Ñš "
b"*Rö•DøF=¢´xsZŽ¡ƒ "
b"*õ/-s÷Co¢2ƒÝô†ìç "
b"H\x03 ▒Á‗BLôɳ'\f ¨Å'\x04 "
b"O7&{\t ÍBΑ\t G×ã¦dä "
b"m‚ƒü\r \x1F I7¹\x0E <Œ\x1E\x0E !Õ "
b"ŠÑ{Až§Kç¤õ³âì× \x04 "
b"ŸàµÿŽ¥Eqª\x0E ΪJƒ¶å "
]
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` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x19388D5DED9D4395BBD43FB72CBC91C1 , 0x1C35264DACB64675A4175D7439EA8590 , 0x230158B4A2DA4F79A4CB478E4FE30618 , 0x45DAFCADF13840889E182C44717CCC81 , 0x68E6FD66B3374D62AA776974F113A093 , 0x7E35AF742F3242939C5AC70EB81483F2 , 0x868ED246974D4516A65A55424BF97036 , 0x8C9A2F40350D41F4939156E538FDD2F5 , 0x92437203A7C647F6BCDAD5890664FAF6 , 0x9E88EBEC29834DC1951AC6D784F61688 , 0xDF2157B96F374ACAA030CBF5EDD090F2 , 0xF7352212A883455DAE63A4BEE657BF96 , 0x92F494F57C474AF595E0085D40C0AB63 , 0x0121E521C2EF45699615CE6AE43225E0 , 0x0196202250CE724EABD3824A82ADDC30 , 0x18CA6E1F8F2D41D58DD32E9119A39C80 , 0x266E15ECBE3F440EA0527DD9FB35D19A , 0x2A52F69544F8463DA2B478735A8EA183 , 0x2AF52F2D73F7436FA23283DDF486ECE7 , 0x4803B1B5F2424C9390FC270CF98F2704 , 0x4F37267B09CD42CE910947D7E3A664E4 , 0x6D8283FC0D1F4937B90E3C8C1E0E21D5 , 0x8AD17B419EA74BE7A4F5B3E2ECD72004 , 0x9FE0B5FF8EA54571AA0ECEAA4A83B6E5 )) GROUP BY `product` . `id` ;
Copy
81
2.12 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` . `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` . `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` . `available_stock` AS `product.availableStock` , `product` . `stock` AS `product.stock` , `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` , COALESCE (`product.manufacturer.translation.name` , `product.manufacturer.translation.name` ) AS `product.manufacturer.name` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.description` , `product.manufacturer.translation.description` ) AS `product.manufacturer.description` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` ) AS `product.manufacturer.customFields` , `product.manufacturer.translation.createdAt` , `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation.languageId` , `product.manufacturer.translation.productManufacturerVersionId` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) AS `product.options.id_mapping` , `product.unit` . `id` AS `product.unit.id` , `product.unit` . `created_at` AS `product.unit.createdAt` , `product.unit` . `updated_at` AS `product.unit.updatedAt` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) AS `product.unit.shortCode` , `product.unit.translation.name` , COALESCE (`product.unit.translation.name` , `product.unit.translation.name` ) AS `product.unit.name` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.customFields` , `product.unit.translation.customFields` ) AS `product.unit.customFields` , `product.unit.translation.createdAt` , `product.unit.translation.updatedAt` , `product.unit.translation.unitId` , `product.unit.translation.languageId` , `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` , COALESCE (`product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) AS `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) AS `product.deliveryTime.customFields` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.languageId` , `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` , COALESCE (`product.cover.media.translation.title` , `product.cover.media.translation.title` ) AS `product.cover.media.title` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) AS `product.cover.media.alt` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) AS `product.cover.media.customFields` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.languageId` , `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` , `product.translation.metaDescription` ) AS `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) AS `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) AS `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) AS `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) AS `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) AS `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) AS `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) AS `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) AS `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) AS `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` 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 (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_search_keywords AS `product.translation.customSearchKeywords` , `product.translation` . slot_config AS `product.translation.slotConfig` , `product.translation` . custom_fields AS `product.translation.customFields` , `product.translation` . created_at AS `product.translation.createdAt` , `product.translation` . updated_at AS `product.translation.updatedAt` , `product.translation` . product_id AS `product.translation.productId` , `product.translation` . language_id AS `product.translation.languageId` , `product.translation` . product_version_id AS `product.translation.productVersionId` 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_search_keywords AS `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config AS `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields AS `product.parent.translation.customFields` , `product.parent.translation` . created_at AS `product.parent.translation.createdAt` , `product.parent.translation` . updated_at AS `product.parent.translation.updatedAt` , `product.parent.translation` . product_id AS `product.parent.translation.productId` , `product.parent.translation` . language_id AS `product.parent.translation.languageId` , `product.parent.translation` . product_version_id AS `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_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.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` , `product.manufacturer.translation` . created_at AS `product.manufacturer.translation.createdAt` , `product.manufacturer.translation` . updated_at AS `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation` . product_manufacturer_id AS `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation` . language_id AS `product.manufacturer.translation.languageId` , `product.manufacturer.translation` . product_manufacturer_version_id AS `product.manufacturer.translation.productManufacturerVersionId` 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` , `product.unit.translation` . created_at AS `product.unit.translation.createdAt` , `product.unit.translation` . updated_at AS `product.unit.translation.updatedAt` , `product.unit.translation` . unit_id AS `product.unit.translation.unitId` , `product.unit.translation` . language_id AS `product.unit.translation.languageId` 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` , `product.deliveryTime.translation` . created_at AS `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation` . updated_at AS `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation` . delivery_time_id AS `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation` . language_id AS `product.deliveryTime.translation.languageId` 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` . title AS `product.cover.media.translation.title` , `product.cover.media.translation` . alt AS `product.cover.media.translation.alt` , `product.cover.media.translation` . custom_fields AS `product.cover.media.translation.customFields` , `product.cover.media.translation` . created_at AS `product.cover.media.translation.createdAt` , `product.cover.media.translation` . updated_at AS `product.cover.media.translation.updatedAt` , `product.cover.media.translation` . media_id AS `product.cover.media.translation.mediaId` , `product.cover.media.translation` . language_id AS `product.cover.media.translation.languageId` 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"\x19 8ì]ÝØCò╗È?À,╝æ┴ "
b"\x1C 5&M¼ÂFuñ\x17 ]t9ÛàÉ "
b"#\x01 X´¢ÚOy¤ËGŽOã\x06\x18 "
b"E┌³¡±8@ê×\x18 ,Dq|╠ü "
b"hæýf³7Mbªwitñ\x13 “ "
b"~5¯t/2B“œZÇ\x0E ¸\x14 ƒò "
b"†ŽÒF—ME\x16 ¦ZUBKùp6 "
b"Œš/@5\r Aô“‘Vå8ýÒõ "
b"’Cr\x03 §ÆGö¼ÚÕ‰\x06 dúö "
b"žˆëì)ƒMÁ•\x1A Æ×„ö\x16 ˆ "
b"▀!W╣o7J╩á0╦§ÝðÉ‗ "
b"÷5"\x12 ¨ƒE]®c¤¾æW¿– "
b"’ô”õ|GJõ•à\x08 ]@À«c "
b"\x01 !å!ÂïEi–\x15 Îjä2%à "
b"\x01 – "PÎrN«Ó‚J‚Ü0 "
b"\x18 ╩n\x1F Å-AıìË.æ\x19 ú£Ç "
b"&n\x15 ì¾?D\x0E R}Ùû5Ñš "
b"*Rö•DøF=¢´xsZŽ¡ƒ "
b"*õ/-s÷Co¢2ƒÝô†ìç "
b"H\x03 ▒Á‗BLôɳ'\f ¨Å'\x04 "
b"O7&{\t ÍBΑ\t G×ã¦dä "
b"m‚ƒü\r \x1F I7¹\x0E <Œ\x1E\x0E !Õ "
b"ŠÑ{Až§Kç¤õ³âì× \x04 "
b"ŸàµÿŽ¥Eqª\x0E ΪJƒ¶å "
]
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` . `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` . `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` . `available_stock` AS `product.availableStock` ,
`product` . `stock` AS `product.stock` ,
`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` ,
COALESCE (
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name`
) AS `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
COALESCE (
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description`
) AS `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
COALESCE (
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields`
) AS `product.manufacturer.customFields` ,
`product.manufacturer.translation.createdAt` ,
`product.manufacturer.translation.updatedAt` ,
`product.manufacturer.translation.productManufacturerId` ,
`product.manufacturer.translation.languageId` ,
`product.manufacturer.translation.productManufacturerVersionId` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) AS `product.options.id_mapping` ,
`product.unit` . `id` AS `product.unit.id` ,
`product.unit` . `created_at` AS `product.unit.createdAt` ,
`product.unit` . `updated_at` AS `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
COALESCE (
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode`
) AS `product.unit.shortCode` ,
`product.unit.translation.name` ,
COALESCE (
`product.unit.translation.name` ,
`product.unit.translation.name`
) AS `product.unit.name` ,
`product.unit.translation.customFields` ,
COALESCE (
`product.unit.translation.customFields` ,
`product.unit.translation.customFields`
) AS `product.unit.customFields` ,
`product.unit.translation.createdAt` ,
`product.unit.translation.updatedAt` ,
`product.unit.translation.unitId` ,
`product.unit.translation.languageId` ,
`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` ,
COALESCE (
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name`
) AS `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
COALESCE (
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields`
) AS `product.deliveryTime.customFields` ,
`product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation.languageId` ,
`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` ,
COALESCE (
`product.cover.media.translation.title` ,
`product.cover.media.translation.title`
) AS `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
COALESCE (
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt`
) AS `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
COALESCE (
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields`
) AS `product.cover.media.customFields` ,
`product.cover.media.translation.createdAt` ,
`product.cover.media.translation.updatedAt` ,
`product.cover.media.translation.mediaId` ,
`product.cover.media.translation.languageId` ,
`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` ,
`product.translation.metaDescription`
) AS `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) AS `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) AS `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) AS `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) AS `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) AS `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) AS `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) AS `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) AS `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) AS `product.customFields` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
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 (
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_search_keywords AS `product.translation.customSearchKeywords` ,
`product.translation` . slot_config AS `product.translation.slotConfig` ,
`product.translation` . custom_fields AS `product.translation.customFields` ,
`product.translation` . created_at AS `product.translation.createdAt` ,
`product.translation` . updated_at AS `product.translation.updatedAt` ,
`product.translation` . product_id AS `product.translation.productId` ,
`product.translation` . language_id AS `product.translation.languageId` ,
`product.translation` . product_version_id AS `product.translation.productVersionId`
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_search_keywords AS `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config AS `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields AS `product.parent.translation.customFields` ,
`product.parent.translation` . created_at AS `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at AS `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id AS `product.parent.translation.productId` ,
`product.parent.translation` . language_id AS `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id AS `product.parent.translation.productVersionId`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_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.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` ,
`product.manufacturer.translation` . created_at AS `product.manufacturer.translation.createdAt` ,
`product.manufacturer.translation` . updated_at AS `product.manufacturer.translation.updatedAt` ,
`product.manufacturer.translation` . product_manufacturer_id AS `product.manufacturer.translation.productManufacturerId` ,
`product.manufacturer.translation` . language_id AS `product.manufacturer.translation.languageId` ,
`product.manufacturer.translation` . product_manufacturer_version_id AS `product.manufacturer.translation.productManufacturerVersionId`
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` ,
`product.unit.translation` . created_at AS `product.unit.translation.createdAt` ,
`product.unit.translation` . updated_at AS `product.unit.translation.updatedAt` ,
`product.unit.translation` . unit_id AS `product.unit.translation.unitId` ,
`product.unit.translation` . language_id AS `product.unit.translation.languageId`
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` ,
`product.deliveryTime.translation` . created_at AS `product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation` . updated_at AS `product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation` . delivery_time_id AS `product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation` . language_id AS `product.deliveryTime.translation.languageId`
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` . title AS `product.cover.media.translation.title` ,
`product.cover.media.translation` . alt AS `product.cover.media.translation.alt` ,
`product.cover.media.translation` . custom_fields AS `product.cover.media.translation.customFields` ,
`product.cover.media.translation` . created_at AS `product.cover.media.translation.createdAt` ,
`product.cover.media.translation` . updated_at AS `product.cover.media.translation.updatedAt` ,
`product.cover.media.translation` . media_id AS `product.cover.media.translation.mediaId` ,
`product.cover.media.translation` . language_id AS `product.cover.media.translation.languageId`
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` . `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` . `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` . `available_stock` AS `product.availableStock` , `product` . `stock` AS `product.stock` , `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` , COALESCE (`product.manufacturer.translation.name` , `product.manufacturer.translation.name` ) AS `product.manufacturer.name` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.description` , `product.manufacturer.translation.description` ) AS `product.manufacturer.description` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` ) AS `product.manufacturer.customFields` , `product.manufacturer.translation.createdAt` , `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation.languageId` , `product.manufacturer.translation.productManufacturerVersionId` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) AS `product.options.id_mapping` , `product.unit` . `id` AS `product.unit.id` , `product.unit` . `created_at` AS `product.unit.createdAt` , `product.unit` . `updated_at` AS `product.unit.updatedAt` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) AS `product.unit.shortCode` , `product.unit.translation.name` , COALESCE (`product.unit.translation.name` , `product.unit.translation.name` ) AS `product.unit.name` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.customFields` , `product.unit.translation.customFields` ) AS `product.unit.customFields` , `product.unit.translation.createdAt` , `product.unit.translation.updatedAt` , `product.unit.translation.unitId` , `product.unit.translation.languageId` , `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` , COALESCE (`product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) AS `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) AS `product.deliveryTime.customFields` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.languageId` , `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` , COALESCE (`product.cover.media.translation.title` , `product.cover.media.translation.title` ) AS `product.cover.media.title` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) AS `product.cover.media.alt` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) AS `product.cover.media.customFields` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.languageId` , `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` , `product.translation.metaDescription` ) AS `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) AS `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) AS `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) AS `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) AS `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) AS `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) AS `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) AS `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) AS `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) AS `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` 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 (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_search_keywords AS `product.translation.customSearchKeywords` , `product.translation` . slot_config AS `product.translation.slotConfig` , `product.translation` . custom_fields AS `product.translation.customFields` , `product.translation` . created_at AS `product.translation.createdAt` , `product.translation` . updated_at AS `product.translation.updatedAt` , `product.translation` . product_id AS `product.translation.productId` , `product.translation` . language_id AS `product.translation.languageId` , `product.translation` . product_version_id AS `product.translation.productVersionId` 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_search_keywords AS `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config AS `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields AS `product.parent.translation.customFields` , `product.parent.translation` . created_at AS `product.parent.translation.createdAt` , `product.parent.translation` . updated_at AS `product.parent.translation.updatedAt` , `product.parent.translation` . product_id AS `product.parent.translation.productId` , `product.parent.translation` . language_id AS `product.parent.translation.languageId` , `product.parent.translation` . product_version_id AS `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_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.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` , `product.manufacturer.translation` . created_at AS `product.manufacturer.translation.createdAt` , `product.manufacturer.translation` . updated_at AS `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation` . product_manufacturer_id AS `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation` . language_id AS `product.manufacturer.translation.languageId` , `product.manufacturer.translation` . product_manufacturer_version_id AS `product.manufacturer.translation.productManufacturerVersionId` 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` , `product.unit.translation` . created_at AS `product.unit.translation.createdAt` , `product.unit.translation` . updated_at AS `product.unit.translation.updatedAt` , `product.unit.translation` . unit_id AS `product.unit.translation.unitId` , `product.unit.translation` . language_id AS `product.unit.translation.languageId` 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` , `product.deliveryTime.translation` . created_at AS `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation` . updated_at AS `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation` . delivery_time_id AS `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation` . language_id AS `product.deliveryTime.translation.languageId` 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` . title AS `product.cover.media.translation.title` , `product.cover.media.translation` . alt AS `product.cover.media.translation.alt` , `product.cover.media.translation` . custom_fields AS `product.cover.media.translation.customFields` , `product.cover.media.translation` . created_at AS `product.cover.media.translation.createdAt` , `product.cover.media.translation` . updated_at AS `product.cover.media.translation.updatedAt` , `product.cover.media.translation` . media_id AS `product.cover.media.translation.mediaId` , `product.cover.media.translation` . language_id AS `product.cover.media.translation.languageId` 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 (0x19388D5DED9D4395BBD43FB72CBC91C1 , 0x1C35264DACB64675A4175D7439EA8590 , 0x230158B4A2DA4F79A4CB478E4FE30618 , 0x45DAFCADF13840889E182C44717CCC81 , 0x68E6FD66B3374D62AA776974F113A093 , 0x7E35AF742F3242939C5AC70EB81483F2 , 0x868ED246974D4516A65A55424BF97036 , 0x8C9A2F40350D41F4939156E538FDD2F5 , 0x92437203A7C647F6BCDAD5890664FAF6 , 0x9E88EBEC29834DC1951AC6D784F61688 , 0xDF2157B96F374ACAA030CBF5EDD090F2 , 0xF7352212A883455DAE63A4BEE657BF96 , 0x92F494F57C474AF595E0085D40C0AB63 , 0x0121E521C2EF45699615CE6AE43225E0 , 0x0196202250CE724EABD3824A82ADDC30 , 0x18CA6E1F8F2D41D58DD32E9119A39C80 , 0x266E15ECBE3F440EA0527DD9FB35D19A , 0x2A52F69544F8463DA2B478735A8EA183 , 0x2AF52F2D73F7436FA23283DDF486ECE7 , 0x4803B1B5F2424C9390FC270CF98F2704 , 0x4F37267B09CD42CE910947D7E3A664E4 , 0x6D8283FC0D1F4937B90E3C8C1E0E21D5 , 0x8AD17B419EA74BE7A4F5B3E2ECD72004 , 0x9FE0B5FF8EA54571AA0ECEAA4A83B6E5 ));
Copy
82
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` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` 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` , `property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id AS `property_group_option.translation.languageId` 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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` , `property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId` 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` WHERE `property_group_option` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"|ÏW]`üM>•\x1A -Ŭ͎² "
b"„¸ZµýïFK€4Oi]èë\r "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
]
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` ,
COALESCE (
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) AS `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) AS `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) AS `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) AS `property_group_option.group.customFields` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.languageId` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) AS `property_group_option.name` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) AS `property_group_option.position` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) AS `property_group_option.customFields` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.languageId`
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` ,
`property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id AS `property_group_option.translation.languageId`
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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` ,
`property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId`
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`
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` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` 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` , `property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id AS `property_group_option.translation.languageId` 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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` , `property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId` 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` WHERE `property_group_option` . `id` IN (0x5997D91DC0784997BDEF68DFC5A08912 , 0x7CCF575D60FC4D3E951A2DC5ACCD8EB2 , 0x84B85AB5FDEF464B80344F695DE8EB0D , 0x5997D91DC0784997BDEF68DFC5A08912 );
Copy
83
0.18 ms
SELECT `product_price` . `id` AS `product_price.id` , `product_price` . `version_id` AS `product_price.versionId` , `product_price` . `product_id` AS `product_price.productId` , `product_price` . `product_version_id` AS `product_price.productVersionId` , `product_price` . `rule_id` AS `product_price.ruleId` , `product_price` . `price` AS `product_price.price` , `product_price` . `quantity_start` AS `product_price.quantityStart` , `product_price` . `quantity_end` AS `product_price.quantityEnd` , `product_price` . `custom_fields` AS `product_price.customFields` , `product_price` . `created_at` AS `product_price.createdAt` , `product_price` . `updated_at` AS `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 !å!ÂïEi–\x15 Îjä2%à "
b"\x01 – "PÎrN«Ó‚J‚Ü0 "
b"\x18 ╩n\x1F Å-AıìË.æ\x19 ú£Ç "
b"\x19 8ì]ÝØCò╗È?À,╝æ┴ "
b"\x1C 5&M¼ÂFuñ\x17 ]t9ÛàÉ "
b"#\x01 X´¢ÚOy¤ËGŽOã\x06\x18 "
b"&n\x15 ì¾?D\x0E R}Ùû5Ñš "
b"*Rö•DøF=¢´xsZŽ¡ƒ "
b"*õ/-s÷Co¢2ƒÝô†ìç "
b"E┌³¡±8@ê×\x18 ,Dq|╠ü "
b"H\x03 ▒Á‗BLôɳ'\f ¨Å'\x04 "
b"O7&{\t ÍBΑ\t G×ã¦dä "
b"hæýf³7Mbªwitñ\x13 “ "
b"m‚ƒü\r \x1F I7¹\x0E <Œ\x1E\x0E !Õ "
b"~5¯t/2B“œZÇ\x0E ¸\x14 ƒò "
b"†ŽÒF—ME\x16 ¦ZUBKùp6 "
b"ŠÑ{Až§Kç¤õ³âì× \x04 "
b"Œš/@5\r Aô“‘Vå8ýÒõ "
b"’Cr\x03 §ÆGö¼ÚÕ‰\x06 dúö "
b"’ô”õ|GJõ•à\x08 ]@À«c "
b"žˆëì)ƒMÁ•\x1A Æ×„ö\x16 ˆ "
b"ŸàµÿŽ¥Eqª\x0E ΪJƒ¶å "
b"▀!W╣o7J╩á0╦§ÝðÉ‗ "
b"÷5"\x12 ¨ƒE]®c¤¾æW¿– "
b"\x1A AãÊÁfFxš\x00 &¹¬r×ë "
b"╚ƒ %iåB8Â\x0F ¨pY\x7F Å\x18 "
b"v†¬ÛTçMϾœ-\íôØ• "
]
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 (0x0121E521C2EF45699615CE6AE43225E0 , 0x0196202250CE724EABD3824A82ADDC30 , 0x18CA6E1F8F2D41D58DD32E9119A39C80 , 0x19388D5DED9D4395BBD43FB72CBC91C1 , 0x1C35264DACB64675A4175D7439EA8590 , 0x230158B4A2DA4F79A4CB478E4FE30618 , 0x266E15ECBE3F440EA0527DD9FB35D19A , 0x2A52F69544F8463DA2B478735A8EA183 , 0x2AF52F2D73F7436FA23283DDF486ECE7 , 0x45DAFCADF13840889E182C44717CCC81 , 0x4803B1B5F2424C9390FC270CF98F2704 , 0x4F37267B09CD42CE910947D7E3A664E4 , 0x68E6FD66B3374D62AA776974F113A093 , 0x6D8283FC0D1F4937B90E3C8C1E0E21D5 , 0x7E35AF742F3242939C5AC70EB81483F2 , 0x868ED246974D4516A65A55424BF97036 , 0x8AD17B419EA74BE7A4F5B3E2ECD72004 , 0x8C9A2F40350D41F4939156E538FDD2F5 , 0x92437203A7C647F6BCDAD5890664FAF6 , 0x92F494F57C474AF595E0085D40C0AB63 , 0x9E88EBEC29834DC1951AC6D784F61688 , 0x9FE0B5FF8EA54571AA0ECEAA4A83B6E5 , 0xDF2157B96F374ACAA030CBF5EDD090F2 , 0xF7352212A883455DAE63A4BEE657BF96 , 0x1A41E3CAC16646789A0026B9AC72D7EB , 0xC89FFF2569864238B60FF970597F8F18 , 0x7686ACDB54E74DCFBE9C2D5CEDF4D895 )));
Copy
84
0.05 ms
SELECT `unit` . `id` AS `unit.id` , `unit` . `created_at` AS `unit.createdAt` , `unit` . `updated_at` AS `unit.updatedAt` , `unit.translation.shortCode` , COALESCE (`unit.translation.shortCode` , `unit.translation.shortCode` ) AS `unit.shortCode` , `unit.translation.name` , COALESCE (`unit.translation.name` , `unit.translation.name` ) AS `unit.name` , `unit.translation.customFields` , COALESCE (`unit.translation.customFields` , `unit.translation.customFields` ) AS `unit.customFields` , `unit.translation.createdAt` , `unit.translation.updatedAt` , `unit.translation.unitId` , `unit.translation.languageId` 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` , `unit.translation` . created_at AS `unit.translation.createdAt` , `unit.translation` . updated_at AS `unit.translation.updatedAt` , `unit.translation` . unit_id AS `unit.translation.unitId` , `unit.translation` . language_id AS `unit.translation.languageId` 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` , COALESCE (`unit.translation.shortCode` , `unit.translation.shortCode` ) AS `unit.shortCode` , `unit.translation.name` , COALESCE (`unit.translation.name` , `unit.translation.name` ) AS `unit.name` , `unit.translation.customFields` , COALESCE (`unit.translation.customFields` , `unit.translation.customFields` ) AS `unit.customFields` , `unit.translation.createdAt` , `unit.translation.updatedAt` , `unit.translation.unitId` , `unit.translation.languageId` 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` , `unit.translation` . created_at AS `unit.translation.createdAt` , `unit.translation` . updated_at AS `unit.translation.updatedAt` , `unit.translation` . unit_id AS `unit.translation.unitId` , `unit.translation` . language_id AS `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
85
0.06 ms
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` AS `app.id` ,
`app` . `name` AS `app.name` ,
`app` . `path` AS `app.path` ,
`app` . `author` AS `app.author` ,
`app` . `copyright` AS `app.copyright` ,
`app` . `license` AS `app.license` ,
`app` . `active` AS `app.active` ,
`app` . `configurable` AS `app.configurable` ,
`app` . `privacy` AS `app.privacy` ,
`app` . `version` AS `app.version` ,
`app` . `icon` AS `app.iconRaw` ,
`app` . `app_secret` AS `app.appSecret` ,
`app` . `modules` AS `app.modules` ,
`app` . `main_module` AS `app.mainModule` ,
`app` . `cookies` AS `app.cookies` ,
`app` . `allow_disable` AS `app.allowDisable` ,
`app` . `base_app_url` AS `app.baseAppUrl` ,
`app` . `allowed_hosts` AS `app.allowedHosts` ,
`app` . `template_load_priority` AS `app.templateLoadPriority` ,
`app` . `integration_id` AS `app.integrationId` ,
`app.integration` . `id` AS `app.integration.id` ,
`app.integration` . `label` AS `app.integration.label` ,
`app.integration` . `access_key` AS `app.integration.accessKey` ,
`app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` ,
`app.integration` . `admin` AS `app.integration.admin` ,
`app.integration` . `custom_fields` AS `app.integration.customFields` ,
`app.integration` . `deleted_at` AS `app.integration.deletedAt` ,
`app.integration` . `write_access` AS `app.integration.writeAccess` ,
`app.integration` . `created_at` AS `app.integration.createdAt` ,
`app.integration` . `updated_at` AS `app.integration.updatedAt` ,
`app` . `acl_role_id` AS `app.aclRoleId` ,
`app.aclRole` . `id` AS `app.aclRole.id` ,
`app.aclRole` . `name` AS `app.aclRole.name` ,
`app.aclRole` . `description` AS `app.aclRole.description` ,
`app.aclRole` . `privileges` AS `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` AS `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` ,
`app` . `created_at` AS `app.createdAt` ,
`app` . `updated_at` AS `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) AS `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) AS `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) AS `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) AS `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label AS `app.translation.label` ,
`app.translation` . description AS `app.translation.description` ,
`app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields AS `app.translation.customFields` ,
`app.translation` . created_at AS `app.translation.createdAt` ,
`app.translation` . updated_at AS `app.translation.updatedAt` ,
`app.translation` . app_id AS `app.translation.appId` ,
`app.translation` . language_id AS `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
86
0.03 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
87
0.01 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
88
4.65 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"\x00\x1E ¼†;þHó”\x17\x19 \n €Ã0' "
b"\x01 Å(Ò(µ}\v ó¡´]³-õ "
b"\x01 Å├ýï\f yòÁw2]\x7F \r <± "
b"\x01 Å├ý┼Þq‗ü*À¹¡\r 2! "
b"\x01 É┐\x04 ËdqþÄÙâ 56Ñ "
b"\x01 É┐\x04 Ëms¦ëÏ~└\x16 ¬l┤ "
b"\x01 É┐\x06 D`s╔à\x1C d[¿|Ñ▄ "
b"\x01 É┐\x07 CBsD½C┐¹V:-\x13 "
b"\x01 É┐\x07 T¨s^Ø\r ╬áãÝÿ\x19 "
b"\x01 É┐\x07 dcs$«\x06 Ý┐XÞ\x04 À "
b"\x01 É┐\x07 dñsT£Å\x13 ªD\x0F ]\e "
b"\x01 É┐\x07 y╦r7│þÄ\g#\x1E k "
b"\x01 É┐\x07 ü┤scå¿-#·TÐæ "
b"\x01 É┐\x08 ╦ÁqAîÍ╗£hú)8 "
b"\x01 É┐\x08 ¤ÿqT¿u─\x02 ▄ò\v ¯ "
b"\x01 É┐\x08 Ëúr┘ûX³¥╗¹Ú¶ "
b"\x01 É┐\x08 ÓNsîÆÑ¹)Gë\x13 ë "
b"\x01 É┐\x08 ¯Pq\x16 ¬<├'ä\q─ "
b"\x01 É┐\x08 ·ôqþâgJõ\x1C 3Ï\x15 "
b"\x01 É┐\t H,p\e ½Ç7Êmþg~ "
b"\x01 É┐\t L5q¢®e^g'®ÐÅ "
b"\x01 É┐\t P s¤╗vV\x1A 6§5# "
b"\x01 É┐\t P+p╗▓3_±zxhí "
b"\x01 É┐\t P4r╦Àû®2h┬ÔÄ "
b"\x01 É┐\t P=p¸â>TÖrS2\x0E "
b"\x01 É┐\t PFp+ºe¤³ª┬╝ "
b"\x01 É┐\t PNr5î\x02 ̶@\x08 ▀| "
b"\x01 É┐\t PUrfö\r Ho>R´╔ "
b"\x01 É┐\t æRs═ÂÑ5\x1E ;/ıü "
b"\x01 É┐\t ô4r\x1A ║¥\x0E ªÕb╗Û "
b"\x01 É┐\t ùjr4┐Äß1W\t M┐ "
b"\x01 É┐\t øÂqÁÆdØJ| O┴ "
b"\x01 É┐\t á&s\e ë┌7ö0\x17\x0F D "
b"\x01 É┐\t ñ\rbù_#Æ\v s¥Ä "
b"\x01 É┐\t ¿Ïp╬┐Û╚7\v Ø`¸ "
b"\x01 É┐\t ¼¸prÜ\x12\x06 Px+;â "
b"\x01 É┐\t ▒ qz╣|½ì\x1A\x04\x0F\x01 "
b"\x01 É┐\t ÁksÒïl┤o(\t ░\x05 "
b"\x01 É┐\t ╣Ïp\x03 ªm\e A&èı· "
b"\x01 É┐\t ¦þsq®å╠=╣FÈõ "
b"\x01 É┐\t Ô\x11 s╚«)Êt:▓¡Õ "
b"\x01 É┐\t µ=sêù▀WÚ¥ñ!│ "
b"\x01 É┐\t Ûúrfè°QfîÁª; "
b"\x01 É┐\t ¯Íp─áðÊÎw^~ "
b"\x01 É┐\t ¾gp└êA═\x17 g`GC "
b"\x01 É┐\t ¾ªrÿû$$nç\r ├m "
b"\x01 É┐\t ¾µrƼµ\x1E ¿▒0}$ "
b"\x01 É┐\t ¶%p4ï7Ç\°\x08 ├" "
b"\x01 É┐\t °Ýs¸╣\x01 s\x7F ╬$^; "
b"\x01 É┐\t ²│s\x03 å ÍOîÊý2 "
b"\x01 É┐\t ²¥p\x13 Ä]´à\x0F\x17 N² "
b"""
\x01 É┐\n
\x02 âpoÇ╔²Mh▀\x1E ø
"""
b"""
\x01 É┐\n
\x02 îr\x1A │ò\v z╗c:N
"""
b"""
\x01 É┐\n
\x02 örêƒú÷¬¥7ó-
"""
b"""
\x01 É┐\n
\x07 \r p;½'\x1E óð«å
"""
b"""
\x01 É┐\n
\f DrèâvÔð╩\x19 ╝ò
"""
b"""
\x01 É┐\n
\f ¢p ¡▒\f\x16 ╦│7\x16
"""
b"""
\x01 É┐\n
\x12 IrìÆ¢lÿûÈG║
"""
b"""
\x01 É┐\n
\x13 .q)®ù¢ùu\x14\x15 õ
"""
b"""
\x01 É┐\n
\x17 █r\x13 ┐¿F\f ±ÕH|
"""
b"""
\x01 É┐\n
\x1A JpùóãèiòqÅc
"""
b"""
\x01 É┐\n
\x1C ¼s%«%╠■P▓h¥
"""
b"""
\x01 É┐\n
\x1C ýrÒï▄Ë\e ¾`²(
"""
b"""
\x01 É┐\n
\x1D _p\x06 øé4\x01 b]Ô¿
"""
b"""
\x01 É┐\n
\x1D ÈrÊ¡\x01 nK¢\x1F Tø
"""
b"""
\x01 É┐\n
\x1E Ps½Ü╗\x1A %^%z>
"""
b"""
\x01 É┐\n
&s(¢µ$┼uÇ├H
"""
b"""
\x01 É┐\n
%\x14 p■à┐╣É_\r \x15 &
"""
b"""
\x01 É┐\n
*\e s╝¿\x03 a\x14 ±¼Åì
"""
b"""
\x01 É┐\n
+┌sıÆSüZ~«ºÁ
"""
b"""
\x01 É┐\n
0ùq9Àã╠,]©\x1C ╝
"""
b"""
\x01 É┐\n
2ápÜ╗\x1F SÃ╬m\x01 ║
"""
b"""
\x01 É┐\n
2³sj×0ú\x10 «Ðþ×
"""
b"""
\x01 É┐\n
9pUÂ╔╬ÍÑ3\x1D ƒ
"""
b"""
\x01 É┐\n
>Ëq\x1A ╗Ø`@■\x19 °\x1D
"""
b"""
\x01 É┐\n
Cùp߬Å>Þ▒¬ëÚ
"""
b"""
\x01 É┐\n
H9p®Â<\x10\x11 ½#¢p
"""
b"""
\x01 É┐\n
Hxq╬û\x11 G¹`å╣B
"""
b"""
\x01 É┐\n
LÈrÒè§╔0äÑ:Q
"""
b"""
\x01 É┐\n
Q└qA©´´&oÑãæ
"""
b"""
\x01 É┐\n
Vöpýƒ4\x07 ò\x1F Þ\r Ë
"""
b"""
\x01 É┐\n
[apXéó5╝ÈÉ\x1A (
"""
b"""
\x01 É┐\n
`\x1A r-ɯói.╝¾-
"""
b"""
\x01 É┐\n
d╦pq¬(╠\x17 ôa½a
"""
b"""
\x01 É┐\n
j\x0F qƒÉ║°╗RN0┼
"""
b"""
\x01 É┐\n
nòsÝñÀF²w\x16 H\x01
"""
b"""
\x01 É┐\n
sms%¡ó iD¿ïw
"""
b"""
\x01 É┐\n
x\x0F sͪ$Â%!»\v »
"""
b"""
\x01 É┐\n
}op▒Å=╬ÆW\5é
"""
b"""
\x01 É┐\n
éËq\v ìÂW:SNÞN
"""
b"""
\x01 É┐\n
â{sc╝\x0E ƒôý\e ¿(
"""
b"""
\x01 É┐\n
ë±slñiÓµ\x07 z©a
"""
b"""
\x01 É┐\n
ï\x07 sÓ©┐âf▓éOj
"""
b"""
\x01 É┐\n
æ"s\x02 î½\x15\x10 H:ùk
"""
b"""
\x01 É┐\n
Æ\t q└º‗┼╠úÝÃu
"""
b"""
\x01 É┐\n
Ö\x04 q┘íxã░¢!¡0
"""
b"""
\x01 É┐\n
Ü!p0æf\x17 Ù;{'X
"""
b"""
\x01 É┐\n
í╝p¤▒\x14 aÈ\x16 z-k
"""
b"""
\x01 É┐\n
ªápÁÄ\x1A Íx╣a└\x13
"""
b"""
\x01 É┐\n
½éq8▒7ô³\x05 P╗,
"""
b"""
\x01 É┐\n
½└pUéhÇ\x1A ±×Ý\x04
"""
b"""
\x01 É┐\n
½²q\x19 긾h9¼ÊU
"""
b"""
\x01 É┐\n
¼;pçô;\x11 ╦ð~°\x06
"""
b"""
\x01 É┐\n
¼zp5ÉÛÄC=\x01 3)
"""
b"\x01 É┐\n ¼╗qõÜ\x00 \n \x16 ¦╦tæ "
b"""
\x01 É┐\n
¼³sν\x06 S\x07 hfåÑ
"""
b"""
\x01 É┐\n
¡=p\x12 ï└BY`¤(ä
"""
b"""
\x01 É┐\n
▓Fpãà.á═î½#Ô
"""
b"""
\x01 É┐\n
▓SpU½\e\f\x1F\x1E ßÂ╔
"""
b"""
\x01 É┐\n
ÀnsǪ6Jɬ┴y\x19
"""
b"""
\x01 É┐\n
À¼sÅÖfȶ\x19 âo\x0E
"""
b"""
\x01 É┐\n
ÀÙs\x04 Á×y\x1E úBv¡
"""
b"""
\x01 É┐\n
©*s!Äû.┴C|f7
"""
b"""
\x01 É┐\n
©is#┤Â;±1Ê┌\
"""
b"\x01 É┐*1)r\x03 â&\x13 µÝÞ\x13 ö "
b"\x01 É┐*16q°╗AS\f ¥âñ³ "
b"\x01 É┐*1Hp&¡hÀ©6Ää] "
b"\x01 É┐*1Qrø║,÷W9ªêÔ "
b"\x01 É┐*1[s┐¿% Ü\x15 »÷î "
b"\x01 É┐*1esÕÅH‗:└ð\x08 Û "
b"\x01 É┐*1áp\x1A òW▀ÏÖ└ß "
b"\x01 É┐*1¼q■©vPzäáê> "
b"""
\x01 É┐*1Àq`¬p┼8ÿN\n
9
"""
b"\x01 É┐*1╩q╩▓À═╦¡@~ô "
b"\x01 É┐*1ıp\x1C ×\x15 +MÁ\f\x1A \ "
b"\x01 É┐*1ÓqIøaôÕ╝╝E~ "
b"\x01 É┐*1Ûsåé(│\Â┌┤ "
b"\x01 É┐*1§r┼óV9\x7F ¿█dÓ "
b"\x01 É┐*2\x01 pYÉØÆ╦\e <┌Q "
b"\x01 É┐*2\r s\x7F ▒\x18 U¯qÍñ "
b"\x01 É┐*2\x18 rýäJ[À\x13 !²( "
b"\x01 É┐*2*sïîD©Ù\x1A ┴╣â "
b"\x01 É┐*24rþ½{È╔¶G\x16 └ "
b"\x01 É┐*2nqËѪUÈû\x00 ¹' "
b"\x01 É┐*2zq\x07 Ü-¡\x1C\x1A åJ^ "
b"\x01 É┐*2ÄpÛì\x7F ║,¦╦¢s "
b"\x01 É┐*2úq\x0E ╝!r\x17 !È* "
b"\x01 É┐*2Ìs·×¡>nª\x7F ÄO "
b"\x01 É┐*3lq_îþ,Å\x12 c¹² "
b"\x01 É┐*3┤prº\x19 <*À%:² "
b"\x01 É┐*4\x19 pªç\x17 ïK\t ¾¼Ø "
b"\x01 É┐*EKr¦âi12\x0F ³ÿ▄ "
b"\x01 É┐*hJq<ÅÏbLB°Ê┤ "
b"""
\x01 É┐*iØscò{`á\\n
\x11 7
"""
b"\x01 É┐*iºqT¼!ðK\x0F s¸T "
b"\x01 É┐*i▒phǧ\x03 6\f Ã├Q "
b"\x01 É┐*i╝rr®753¶ð\x02\x00 "
b"\x01 É┐*iãrýÁÊmMG9×Y "
b"\x01 É┐*iðs¤æ$Ø«èºX▓ "
b"\x01 É┐*i┌sA¡\x7F moK=@æ "
b"""
\x01 É┐*jÔqªôA7ý\n
ió\x04
"""
b"\x01 É┐*j´sA©\x03 ╔┌\x03\x00 Ø\x1E "
b"\x01 É┐*j¨rò®mv!KÚ÷3 "
b"\x01 É┐*k\x04 skä¤>wl8¥¿ "
b"\x01 É┐*k\x0E s£╝g+═┐\x "
b"\x01 É┐*k\x19 qù╗íË\e úÌE® "
b"\x01 É┐*k$r\x1D ó@\x08 L=Ó═¦ "
b"\x01 É┐*l)raƒ@½{¢U└\x1F "
b"\x01 É┐*m«sÍûA8y¸é!\x16 "
b"\x01 É┐*m©sÏóù\x06\x1A «Ã╚▀ "
b"\x01 É┐*m┬q1é¡óð-ï╬\x16 "
b"\x01 É┐*m╠rèÅù#▄ã█¶^ "
b"\x01 É┐*mÍp\x01 ¿ÈZ┬at\x1D ■ "
b"\x01 É┐*mÒptò]Ý÷ªúÓ4 "
b"\x01 É┐*mÝq¿£▀■¤]╠\r 4 "
b"\x01 É┐*m¸rÔ┐═æ\x00 pÈÇ "
b"\x01 É┐*n\x01 q6ïµ╗\x12 4I¸¯ "
b"""
\x01 É┐*n\v r\x03 ÉÌ\n
Ù\x1D râ`
"""
b"\x01 É┐*n\x15 q§▓X\x01 í%h┬\x10 "
b"\x01 É┐*n\x1F q½Âãä¶RLòw "
b"\x01 É┐*o[rÿ▓n|┐¿K\x13 × "
b"\x01 É┐*ogrÍæ┘├<\x1D fôÐ "
b"\x01 É┐*osr1▓¨\x1C\x11 aÃ~V "
b"\x01 É┐*o~rb╝I3┬\x0E ³Yä "
b"\x01 É┐*oês\x1C á§ã\f ÿÕúJ "
b"\x01 É┐*oÆqW®0åÐ▄8Hı "
b"\x01 É┐*oøpîøýÌ░ü\t èà "
b"\x01 É┐*oÑp‗ÿ\x13 ×╣╝sPT "
b"\x01 É┐*o░q¯╗fvôLH9( "
b"\x01 É┐*o║qøÜ)\v\x11\x19 Ú\e I "
b"\x01 É┐*o─scëjõø\x03 6¥ "
b"\x01 É┐*p¨r"ùÚPx▒Gzù "
b"\x01 É┐*q\x04 qB¬╠\UÛ░æ "
b"\x01 É┐*q\r pÞâ¦\x08 5ÑÈ‗± "
b"\x01 É┐*q\x17 s¹º^ /Â2Y\x12 "
b"\x01 É┐*q s\x03 ø┴*[rù■< "
b"\x01 É┐*q*p}ÀYL*97øË "
b"\x01 É┐*r\x1E ræÜ÷®ÀÔzCÌ "
b"\x01 É┐*r)svÉôñ9rÅ¢Á "
b"\x01 É┐*r4r\x07 ▒Ú²┐²╬ÚÙ "
b"\x01 É┐*r=ríö=dzg3uß "
b"\x01 É┐*rGqÒ×gç├ëÆ¡9 "
b"\x01 É┐*rPqéü2È Åó\x00 ┤ "
b"\x01 É┐*sFsFäÝ,Èo}sî "
b"""
\x01 É┐*sPr\n
Ö▒▄©┤Îz%
"""
b"\x01 É┐*s[q│À¬î█»┤ó "
b"\x01 É┐*sepSù░'\x0F\x1C ¯\x1F 9 "
b"\x01 É┐*soqÙûr\x1C I&[ª¾ "
b"\x01 É┐*sxq ѽ\x0F\x11 ÞsÒ: "
b"\x01 É┐*tiq░┐£þ┴┤\x16 4é "
b"\x01 É┐*tts\x12 èè}└²Q─u "
b"\x01 É┐*uÏq╠ôN7wƒ%KÑ "
b"\x01 É┐*w┬qA¢:¾©n\x19 Á1 "
b"\x01 É┐*xÓp\x7F èôO·{©a\x17 "
b"\x01 É┐*z:rHÀÇ▄)┬Û█\x12 "
b"\x01 É┐*zFr\x18 º§î{b_ÒÙ "
b"\x01 É┐*{Âp÷│\x15 \ÿ=ÄÉ· "
b"\x01 É┐*{┴r\x08 áA¢ÇØâäÌ "
b"\x01 É┐*{═sQ¿F!7Ì}╚? "
b"\x01 É┐*{█p\x11 À9f╔\x04 5=H "
b"\x01 É┐*{ÛqÈñ═╬.\f ðmM "
b"\x01 É┐*}\x18 p¨»ùúÓ`ò[; "
b"\x01 É┐*}&q\x1F ½ÜÌb´%ÍB "
b"\x01 É┐*}1p\x17 î\x02 F▄m³y\x16 "
b"\x01 É┐*}Ir¥│ô┌╔äí÷█ "
b"\x01 É┐*}Ts?¼ª%س«│ "
b"\x01 É┐*}^p¾¥3Î9¦óO1 "
b"\x01 É┐*~{qè¢E\x1A\x01 ËxMd "
b"\x01 É┐*~ïpIòyB═i`I´ "
b"\x01 É┐*~øpðÉ\x7F ¦mí\x17 Ô> "
b"\x01 É┐*~¿p\x14 ÿ\x11 ┤└║_┼á "
b"\x01 É┐*~│pÈîZ¯█8»9 "
b"\x01 É┐*~╝p┤«\x1D ç%ò\x06 `\v "
b"\x01 É┐*~ãs▀ÿN│{ÁöÅÑ "
b"\x01 É┐*~ðp╠á3QC<¹╗╗ "
b"\x01 É┐*\x7F ¾rsƒ╬Ú®┬\x15\v ï "
b"\x01 É┐*\x7F ■qíúÛ{~ÈTø\x1F "
b"\x01 É┐*Ç\x08 s7à\x00 BôÇB▀ "
b"\x01 É┐*Ç\x13 ró║ªP╔_\x18 ï‗ "
b"\x01 É┐*Ç\x1D q▄ìõQo\x17\x1C ┌¾ "
b"\x01 É┐*Ç'p┐┤k·dÐ\v 9ì "
b"\x01 É┐*Ç2qÌø»Ú┘÷e\x1A \n "
b"\x01 É┐*Ç<sÚá║\x7F «8×¹Ñ "
b"\x01 É┐*üOs½ä©D╗·k¼z "
b"\x01 É┐*üZq▄Á¸┬\v ëùD° "
b"\x01 É┐*üfsý½ªËÏUÝ¢O "
b"\x01 É┐*üpr6ù╦ýzý'ÁA "
b"\x01 É┐*ü{qÖ¿éÍ_╔þæÛ "
b"\x01 É┐*üàqÉÿ:¤£iäβ "
b"\x01 É┐*üÅsÇÄ╚¦õç¸Ð¤ "
b"\x01 É┐*üúpâàg6Æ2µ\x03 É "
b"\x01 É┐*ü«s░âIp\x17 ~²\x07\x15 "
b"\x01 É┐*ü©pìê%â>àöï\x05 "
b"\x01 É┐*ü┬pâôRçÏkr\x13 Æ "
b"\x01 É┐*ü╠pñ®é\º\x07 ¼\x1F ® "
b"\x01 É┐*üısÜ¿°)ó░{µ\x12 "
b"\x01 É┐*üµrhú` ıÈ\x13 Ã\x0E "
b"\x01 É┐*é!rÄå\v ─R,╝¤├ "
b"\x01 É┐*é+rYø┐Z║Ï3®░ "
b"\x01 É┐*é4r│òXòej\x15 ¥h "
b"\x01 É┐*é>rÜúç}\x06 ı ùd "
b"\x01 É┐*éHs\x07 Å╚*9weä{ "
b"\x01 É┐*éSrÒ│\x1D █`ì®+à "
b"\x01 É┐*é]sÂêâãÄS·\x0F\x12 "
b"\x01 É┐*éfqlÀùÄ■|Ø>I "
b"\x01 É┐*â|r\t ¥8╝0'"\x1C 4 "
b"\x01 É┐*âçq└è3¸╗Í└^Í "
b"\x01 É┐*âôq\t úÃììýÛç "
b"\x01 É┐*âØsoï8╗Ðêâ░÷ "
b"\x01 É┐*â¿q╬Áµ¯ÑS§îî "
b"\x01 É┐*â▓sA¬▄©@\x02 ÚÖ█ "
b"\x01 É┐*â¥qfØ´ÇÏîlé) "
b"\x01 É┐*â╚r*ëOüJ└°½Ý "
b"\x01 É┐*âÊr\x16 úuq»┼3ƒá "
b"\x01 É┐*â¦qÛäÀ°╣Ú/c² "
b"\x01 É┐*âþq<àÅ@e\e gäS "
b"""
\x01 É┐*à\x10 r$ô@$Ï\n
L╔Ú
"""
b"\x01 É┐*à\x19 pPÖð\f äpSäú "
b"\x01 É┐*à#q╚║┤»åïû\x10 ä "
b"\x01 É┐*à,r)û§┐ì\x10 Ì`V "
b"\x01 É┐*à7sýºE├´\x06 "Ìö "
b"\x01 É┐*àAq!ö&ÀÔfVB( "
b"\x01 É┐*àKp\x14 À7´QöÓñÒ "
b"\x01 É┐*åJp╗ä6ÆMY┘,\e "
b"\x01 É┐*åTsr┤¤¾pJ±Îç "
b"\x01 É┐*å]rfªjØ5ËûhZ "
b"\x01 É┐*ågr\x11 Æ░P3.\x19 YØ "
b"\x01 É┐*åpr\x0E Æ┼Ì╦d\x1D áô "
b"\x01 É┐*åzq[û³kÕáı§L "
b"\x01 É┐*åâsv▓_-¾ëèJ\x1C "
b"\x01 É┐*åìs\x08 Â░áÆî┬þd "
b"\x01 É┐*åûr?«ì6\t 7ëõ÷ "
b"\x01 É┐*åƒq\¡â\x12\x1E\x0E s\x7F j "
b"\x01 É┐*å®s┘úÀl‗Ð<ó┘ "
b"\x01 É┐*å▓pªùÅFï╣'æy "
b"\x01 É┐*ç©p┐òº&\x05 z│ª\x00 "
b"\x01 É┐*ç┬seù±(║.HX "
b"\x01 É┐*çıpmíÏ\x03\x08 ╬`║¨ "
b"\x01 É┐*ç▀q»░Ça\x1C 0h!g "
b"\x01 É┐*çÚs\x0F ê\x1F ¯¡│╩á! "
b"\x01 É┐*ç¾q÷¬A\#ÏY|\x14 "
b"\x01 É┐*ç³qBëän®ü¹q║ "
b"\x01 É┐*ê\x05 q▀¿\v ╔ûÛ\x06 é[ "
b"\x01 É┐*ê\x0F r·Ñ]\x12 !\x04 3«Î "
b"\x01 É┐*ê\x18 s╣äºþgÉû┤Ê "
b"\x01 É┐*ê"q£«àB\x01 ³µ─\x01 "
b"\x01 É┐*ê+sª╝~├«|‗Tı "
b"\x01 É┐*êNs┴íC²\x00 æõò "
b"\x01 É┐*êWqÝ│á¶bæ¾\x15 ö "
b"\x01 É┐*ê`s¢¡×ûÖ[╦▄\f "
b"\x01 É┐*êiq0¼Ì\x17\x13\t ´´; "
b"""
\x01 É┐*êsp\x10 Æ7m¹─\n
i┐
"""
b"\x01 É┐*ê~sºè\r .Õ®6▓ü "
b"\x01 É┐*êçs┤íQÕv«Ä\x19 v "
b"\x01 É┐*êÉr*ñà\x19 ¾¦«D "
b"\x01 É┐*êÖp5é\x1C\x15 È[╔Ãï "
b"\x01 É┐*ë▓s8Å\x17 ì½\x17 ¿\r V "
b"\x01 É┐*ë¢s\x14 Ö02õ\x04 ¹òJ "
b"\x01 É┐*ëãrqñ■\t t;`Åá "
b"\x01 É┐*ë┌s\x7F åÁ║\f ÇÖ\t ¦ "
b"\x01 É┐*ëõpõÇ8ZÑ{³▄; "
b"\x01 É┐*ë¯s\t ¿\x15 %hêDØü "
b"\x01 É┐*ë°rÄë─Ö╝£╬vt "
b"\x01 É┐*è\x01 r×í÷0║l®Ì¯ "
b"\x01 É┐*è\v s╬╗ůe¬L¬g "
b"\x01 É┐*ï\x19 s'╣öç║mBbÆ "
b"\x01 É┐*ï#s6Ñ LY<ÎÒW "
b"\x01 É┐*ï-pÜé\x08\x0F o«o[* "
b"\x01 É┐*ï8r└ôæE═Â▄Éò "
b"""
\x01 É┐*ïCs0ù\n
¥®╣åL5
"""
b"\x01 É┐*ïRs«░÷£ß4÷Im "
b"\x01 É┐*ïapÝ«{(_r]:Ç "
b"\x01 É┐*ïqrxñäͬê\°« "
b"\x01 É┐*îâp6│ÛÔ╣ÑZW╠ "
b"\x01 É┐*îÄs9╣¯`Ï╗\x08 ¢0 "
b"\x01 É┐*îÖr÷ø°FN~e\x01 ┴ "
b"\x01 É┐*îñpG¿ôA¹█%Ql "
b"\x01 É┐*î»s╠ƒaLeà6<¼ "
b"\x01 É┐*î╣pÙ║ûWÄHq\x11 ┐ "
b"\x01 É┐*ì┬q\x14 û▀Dmù\x12 ▓╦ "
b"\x01 É┐*ìÐsïê7~¦/è»ë "
b"\x01 É┐*ì█rô¢\x1D +>\x0E æDg "
b"\x01 É┐*ìõr±ÖËoƒ╬®·õ "
b"\x01 É┐*ìÝröú┐\x1D Np├Tq "
b"\x01 É┐*ì÷sæƒn:═͹©Ì "
b"\x01 É┐*ì rB¿½├9³▓[ð "
b"\x01 É┐*Ä\x08 rÌÇù´~ó\x00 z[ "
b"""
\x01 É┐*Ä\x11 pG▒Z\x02 ÈÔ\n
\x12
"""
b"\x01 É┐*Ä\x1A sm£®\x12 ╝ò¤>\x07 "
b"\x01 É┐*Ä$s\x1A ø\e ╝╩ø9Eÿ "
b"\x01 É┐*Ä.sá«Y\x17 æ½Å#) "
b"\x01 É┐*ÄZp¸¥\x18 +\x07 y«"┐ "
b"\x01 É┐*Ä\x7F s\x0F ┐ÖOÐ-¢ßo "
b"\x01 É┐*Äèr!½\x04 ;ÛpÔ|\f "
b"\x01 É┐*ÄØs╦▒\x08 [j\x1F M&5 "
b"\x01 É┐*Ä¿qOÅI\x06 Þ\x15 tè¸ "
b"\x01 É┐*Ä▒p▓»SNQj▀è@ "
b"\x01 É┐*Ä╗p╣â6yYVÈy/ "
b"\x01 É┐*ÄÎsüî^c('‗}m "
b"\x01 É┐*ÄÚsnÂ├"¬6Mîþ "
b"\x01 É┐*Å&q▄Æ#─ßUz"¿ "
b"\x01 É┐*Å0rت┼&\x10 oþ´Ü "
b"\x01 É┐*Å:r!í¦§▓¯æß( "
b"\x01 É┐*ÅKp▓ÂwÍbÄ‗bÎ "
b"\x01 É┐*ÅTqE½à╣\x19 mÓD "
b"\x01 É┐*Å^rQÂÍ\x17\x04 ²1#÷ "
b"\x01 É┐*Åiqr×]\x05 plxN\x16 "
b"\x01 É┐*Åtqå▓À¿6¦Lym "
b"\x01 É┐*Å~p?ç_0%G&┴^ "
b"\x01 É┐*ÉÜr\x13 │µïÀ┴─z· "
b"\x01 É┐*ÉÑp'Àj}Ï■\x05\x1E w "
b"\x01 É┐*É«p\e ▒╝¥=t[«$ "
b"\x01 É┐*É╣qЮw┼\x0E Þ¾\x07 Å "
b"\x01 É┐*É├pòÀº>┬þÒÕ├ "
b"\x01 É┐*É╠s\x00 íñ£\x1D | \x1E / "
b"\x01 É┐*æ┬r+æÆ¯┐=\x1F ©u "
b"\x01 É┐*æ╠rQÉ\x10\x06 øõ¨ß "
b"\x01 É┐*æÍrAû╗w┌\x1A ¥e´ "
b"\x01 É┐*æÓqáŧ¦<æÿ|) "
b"\x01 É┐*æÚpþ╣6‗\x19 aV\x1E\x05 "
b"\x01 É┐*æ‗q▄ö³Z~r─Ü "
b"\x01 É┐*æ³r┬Åj7╦aL─¸ "
b"\x01 É┐*Æ\x05 pmÉ║G╝┬âø└ "
b"\x01 É┐*Æ\x0F sæÖGâ!\x0E âÒ» "
b"\x01 É┐*Æ\x18 rÔêø\x1E p·├W# "
b"\x01 É┐*Æ"q·»&+³{U)\x17 "
b"\x01 É┐*Æ+p=¢¬ƒåZ®\x18\x1E "
b"\x01 É┐*Æ5pß©WS Ìb÷y "
b"\x01 É┐*Æ>s×üoP¥Tp\x06 ¾ "
b"\x01 É┐*ôÜq▓íf─░Ü6Øc "
b"""
\x01 É┐*ôÑs;æK\n
Ê\x1E A¼ý
"""
b"\x01 É┐*ô»pÝñ▒ÝýÞÏ7└ "
b"\x01 É┐*ô║r/Çn2µª┴í▄ "
b"\x01 É┐*ô╬qMÅ\x1D ðA¯▓¢4 "
b"\x01 É┐*ô█r´É\x02\v |y\x07 ╚Ë "
b"\x01 É┐*ô§q\x10 ªZ▀\x0F ¬Ô╔A "
b"\x01 É┐*ö\x00 qäåk\x01 ﮃ±╦ "
b"""
\x01 É┐*ö\n
róê\n
ó╠zÕ=¾
"""
b"\x01 É┐*ö\x14 r¬à^\x07 1Vÿîð "
b"\x01 É┐*ö\x1F s¶äÑ,_þ\x18\e ┐ "
b"""
\x01 É┐*ö)sXç\x7F ▓B▒m\n
d
"""
b"\x01 É┐*ö6s\x00 ¢╬lñä:\x07 ÿ "
b"\x01 É┐*ö@qa¢:\r {G\x15\x10 ¹ "
b"\x01 É┐*òSsîç░\r ëHá^x "
b"\x01 É┐*ò^s>ÑÇDb\x04 7ã½ "
b"\x01 É┐*òhs ▒\x07 ]g%)Ò\x00 "
b"\x01 É┐*ø+rùºvµÅba└\x1E "
b"\x01 É┐*ø[pC╣I(Ѫ«\x13 ┼ "
b"\x01 É┐*øopàöÄ╝¥└╝\x17 ═ "
b"\x01 É┐*øyq{╝~╬þró\x12 s "
b"\x01 É┐*øäq ▓\x13 S=█e\x0E u "
b"\x01 É┐*øÄp┘åYp\x7F\x13 Vë\n "
b"\x01 É┐*øùp▒éEß±Îè\x01 ¯ "
b"\x01 É┐*£×sêÄ╠k┤Ä┼Ð─ "
b"\x01 É┐*£®s┌¡¨═ÿ│┴`6 "
b"\x01 É┐*£│r\x00 ¬E±x](\x7F ÷ "
b"\x01 É┐*£¢ra░êîÊ▄▄ã "
b"\x01 É┐*£ÃpÞ©ÃÕ\x00 I▒öO "
b"\x01 É┐*£ðqn¬íÀ«R¼\x10 ý "
b"\x01 É┐*ØÕq\x13 â¢ý║]\x06 M "
b"\x01 É┐*Ø´s~ò@È{\x1E µÞ "
b"\x01 É┐*بrm¬§\x18\x12 ̺tî "
b"\x01 É┐*×\x03 p*À×\x1D ╠zõÀ\x11 "
b"\x01 É┐*×\f r¡ñNA%ÓàÛ╔ "
b"\x01 É┐*ƒ\x16 qpè─ó½¸ë)O "
b"\x01 É┐*ƒ!qÈïõ½pwÆIG "
b"\x01 É┐*ƒEpE®ªSHPßý8 "
b"\x01 É┐*ƒPq]¼╬|░Q.╔\x14 "
b"\x01 É┐*ƒsr©ìÕø×ì¡/h "
b"\x01 É┐*ƒ~pÓòà{K}ñAe "
b"\x01 É┐*ƒës┘dz\x10 }ªÚá1 "
b"\x01 É┐*ƒôsüüB║q6ýå╩ "
b"\x01 É┐*ƒ×q\x12 Á┤g_1│(R "
b"\x01 É┐*ƒÏr│ºb,\x0F\e ┤▄~ "
b"\x01 É┐*ƒÒpü░[(g@/╗\x03 "
b"\x01 É┐*ƒÝr3É%\x1A\e ãug] "
b"\x01 É┐*ƒ¨pqá\x0E ïSzQ(¨ "
b"\x01 É┐*á\x04 p6║ã\x06 ¥^LÛ} "
b"\x01 É┐*á\x0F rá│h░├Ç▒y" "
b"\x01 É┐*á\e rìÇRÚßb;\x08 k "
b"\x01 É┐*á%pUù┬§;╚3\x1F · "
b"\x01 É┐*á0s\x17 ®▄¬ë\x12 µ:6 "
b"\x01 É┐*á;r.áî,ì5\x1C é░ "
b"\x01 É┐*áFp6áÂ"ó\x14 ²Êy "
b"\x01 É┐*áRr╣è"C¡`\x15 i╚ "
b"\x01 É┐*íysIè«Ó@eôù└ "
b"\x01 É┐*íâq$»dk░¿Þ\x0F "
b"\x01 É┐*íÄsèë@Hgq¨è "
b"\x01 É┐*íÖq¥ùHÝ\x13 ¬┘Dg "
b"\x01 É┐*íñsýä4c■5¯T "
b"\x01 É┐*í«s9óµ\x10 ╩═_ëß "
b"\x01 É┐*ó¡s┌Âo.ÔôÈ:╔ "
b"\x01 É┐*ó©rqº¡5R§¡\r M "
b"\x01 É┐*ó┬qÜôåð;Hs£\x05 "
b"\x01 É┐*ó╠qaát‗z▒┤┐® "
b"\x01 É┐*óÍr┘ºêÕz┘┌/F "
b"\x01 É┐*óÓsu£:²\x7F .ß\x16\t "
b"\x01 É┐*óÙsÉÆ¨\µ*▒¸¹ "
b"\x01 É┐*ó§s¹ÀYì├╚ÛE\x05 "
b"\x01 É┐*ó sñæð8ÈXL¢2 "
b"\x01 É┐*ú\n rɺÏÊà¯hí\x00 "
b"\x01 É┐*ñ\x1D s¡ñ\x1D\x03 ý\x15 X$S "
b"\x01 É┐*ñ(q\x02 ç³\x18 (j8ÊÎ "
b"\x01 É┐*ñ<r?ª╦|▀/϶{ "
b"\x01 É┐*ñFs2ª/\x17\x08 ▓Ç┤µ "
b"\x01 É┐*ñQs¡£g▀çNÜè® "
b"\x01 É┐*ñ[s\x0F ┤1└Yvo┌È "
b"\x01 É┐*ñgpiÉ\Ï│ë2Êï "
b"\x01 É┐*ñqpRëÒ│|\x03\e ÿ_ "
b"\x01 É┐*ñ|q.¡·æª┐áMÛ "
b"\x01 É┐*Ñûp┼óµ═/\x00 jZ¯ "
b"\x01 É┐*Ñ®sJÑÑ¥gc~ð╦ "
b"\x01 É┐*Ñ┤s.Â\x7F\x13 ®øØ\x1F Ó "
b"\x01 É┐*Ñ┐qCª═¢\x06 uH¦o "
b"\x01 É┐*Ñ╩p¼á─öë▓Ãkæ "
b"\x01 É┐*ÑıqÙëÃí¦0▀ò- "
b"\x01 É┐*ÑÓr\v ó$nI«┐ô/ "
b"\x01 É┐*ÑÙp,ú¬%ı\x15 ábÐ "
b"\x01 É┐*ª\t s\x15 ¬ƒã╣©6ð\x17 "
b"\x01 É┐*ª\x15 qñ¼O\e ã\x15 Ó¤Ý "
b"\x01 É┐*ª q%èoNƒÕ¶B5 "
b"\x01 É┐*ª+r%Ø_ÁY╔\e ╠· "
b"\x01 É┐*ª5sYì°L%¾À╬Ú "
b"""
\x01 É┐*ª@r\n
¢▄cÕN\x11 ╩\x01
"""
b"\x01 É┐*ºFs╠º┼N\x18 í¡\x06 ç "
b"\x01 É┐*ºQqçÜ;XÖ"}ıO "
b"\x01 É┐*º]qXöy▓?>äÍ* "
b"\x01 É┐*ºhpI║}╦┘d£;\x03 "
b"\x01 É┐*ºrp]è\x1C ÓpNyÂ┤ "
b"\x01 É┐*º}sN¢'ÿ\v }ÀÇN "
b"\x01 É┐*ºêr]┐H┐\x17\x11 (│¨ "
b"\x01 É┐*ºôr:ïwQåÓ\x01 %í "
b"\x01 É┐*¿ısÛƒ4½╦3Â@R "
b"\x01 É┐*¿ÓqÛì\e I▄■Ï\x06 ï "
b"\x01 É┐*¿Ùs|╣¥ÿª,7öM "
b"\x01 É┐*¿÷sëúú\x0F =ıEmð "
b"\x01 É┐*®\x03 sHûnã\x01 ÃwI» "
b"\x01 É┐*®\x0E pXÂ\r 1P¾xï "
b"\x01 É┐*®\x1C qìáõO╠ù\x03 lß "
b"\x01 É┐*®'s@¬³\¤Cݸ\x11 "
b"\x01 É┐*®2q·ª\x14 ├\x18 Ѱér "
b"\x01 É┐*®<sjö6ƒÓDëe┼ "
b"\x01 É┐*¬qp\x08 åño\x00 z┐`┘ "
b"\x01 É┐*¬|r&Ä+/▀ûíÑ╝ "
b"\x01 É┐*¬çq■ûYjÛä$,┐ "
b"\x01 É┐*═<qDƒ"\x00\x17 ª╣+\v "
b"\x01 É┐*═Frf╗uÑH┐ý\e ├ "
b"\x01 É┐*═Qs│┐\x1E 7:f¯‗┘ "
b"\x01 É┐*╬úp▄ì¯'\x08\x1A {1\v "
b"\x01 É┐*╬▒p9¿\x13 %\x01 z®\v ┤ "
b"\x01 É┐*╬┬pı¬:B<#\x07 ²B "
b"\x01 É┐*╬¦q\v ÿ\x05\e\v ÅÈ#H "
b"\x01 É┐*╬Þr,ÅO5\K#A\e "
b"\x01 É┐*¤·s>¡Wî\x13 óq÷\x00 "
b"\x01 É┐*ð\x06 qñö(▓\x08 (ó³\x05 "
b"\x01 É┐*ð\x12 r°×ÁÙrCƒ!j "
b"\x01 É┐*ð\x1D qغ9{д×T+ "
b"\x01 É┐*ð(plòW[ß"pÇ\x1F "
b"\x01 É┐*ð2p.Ü"\x19 Ì!óãà "
b"\x01 É┐*ÐFp\x11 ö║(\e ■&e? "
b"\x01 É┐*ÐWpâì\x1F o<\x17 Ü\- "
b"\x01 É┐*ÐgpÁûæÎīѫ "
b"\x01 É┐*Ðàq\x01 ░ÙPá/æ┴] "
b"\x01 É┐*ÐÉp!ÆÀ)(|\x1F ïN "
b"\x01 É┐*Ðørí®\x1A o\x00 ¢'7* "
b"\x01 É┐*кsnáºà¿sô▀æ "
b"\x01 É┐*Ê│q:À\x19\x15 Âîn¶© "
b"\x01 É┐*Ê¥r\x0E ô╝0\x14 ─L)ð "
b"\x01 É┐*Ê╔q0«3A]\x0E 1▒È "
b"\x01 É┐*ÊÈpâà\x0F\x17 Þ±ã1¡ "
b"\x01 É┐*ÊßrêÖ\x13 Ü÷r#þí "
b"\x01 É┐*Êýp\x06 ▒Ào┐╚»\x19 £ "
b"\x01 É┐*ʸrþÖ «cø─╬╣ "
b"\x01 É┐*Ë\x01 sKÁݽvï└1Ü "
b"\x01 É┐*ÈKq)½ \x1F ty÷ñ╬ "
b"\x01 É┐*ÈXstë¡cíç'\f ¸ "
b"\x01 É┐*Èds─æ╬äã®úõ‗ "
b"\x01 É┐*Èop©▒ıÄi¨\x03\x0E U "
b"\x01 É┐*È{p\f ×ÎýVàÈ\x13 ê "
b"\x01 É┐*Èåsã¼┘»éq│öÌ "
b"\x01 É┐*ÈÆs│«)ÞJ<:;Z "
b"\x01 É┐*ȃs\x1C Ø─ºèãJáN "
b"\x01 É┐*ı┬qhåÆ\x04 çÀnåÏ "
b"\x01 É┐*ı╬q~ÁÊ-ï<\x1E L\x10 "
b"\x01 É┐*ı┘qÀº¾dÕ¤ã÷║ "
b"\x01 É┐*ıõp▒▒òå░çrÉâ "
b"\x01 É┐*ı¾p¦ö£Wgêq░░ "
b"\x01 É┐*ı²sX©;LñÅ©µ@ "
b"\x01 É┐*Í\x07 qØÀr\x0F ~×ȹT "
b"\x01 É┐*Î8p²Äë¡¡\x17 `Rp "
b"\x01 É┐*ÎGs÷ÖÈ╔\½ë]Ì "
b"\x01 É┐*ÎUs\x11 dzı\x12 ^\r \x08 2 "
b"\x01 É┐*Îbq¼ÁÎÝ\x14 w▒\x1D\x00 "
b"\x01 É┐*Îms:í`áì¢\x06 m& "
b"\x01 É┐*Îxr¼┐fÆ\x01 I\x11 ╣¨ "
b"\x01 É┐*Ïvrûç«░█Ú\x05\x04 ÿ "
b"\x01 É┐*ÏÇs\x1F î(Îci├å¬ "
b"\x01 É┐*ÏèqPô┌ò╩Ø´ìg "
b"\x01 É┐*Ïöpu×Ùï\f \r (ü- "
b"\x01 É┐*Ï×q±Âº\f\x00 ð┼f─ "
b"\x01 É┐*Ï¿q\x14 £\x10 hº¼çoC "
b"\x01 É┐*┘½q2┤סzÉT\x1D N "
b"\x01 É┐*┘Âs,ù╗«\e (Ó├\e "
b"\x01 É┐*┘┴rÚísè>÷<@Ú "
b"\x01 É┐*┘╠q*ƒ\x06 ╔ð¼ð/ÿ "
b"\x01 É┐*┘Íq\x17 ║\x0E ±¬sº´B "
b"""
\x01 É┐*┘ßszÁ\n
/─¢3öð
"""
b"\x01 É┐*█\x0F s9×Úͧ\x00 Ä╬J "
b"\x01 É┐*█\x1C q6çUD1Ïä_└ "
b"\x01 É┐*█(s#À\x10 ╚ÕÎÁÒ╬ "
b"\x01 É┐*█5pÌÖ\t\x01 40▓Ö» "
b"\x01 É┐*█Dqñ®~˵X>└Ó "
b"\x01 É┐*█Pq¾«█+1+═\x16 g "
b"\x01 É┐*▄is_«6╦▄¿²F\x18 "
b"\x01 É┐*▄tqbï5G+£7\x1E\x01 "
b"\x01 É┐*▄\x7F p¥╣<¹97¥·\v "
b"\x01 É┐*▄ûs┐ÖwÏ]¸®é "
b"\x01 É┐*▄ís÷ÂGÓ\x14 \x13 u¿ "
b"\x01 É┐*¦├s ÄÉ╬B,tjg "
b"\x01 É┐*¦╬p÷ª\v =:/èKÜ "
b"\x01 É┐*¦┌súÁ\x05 ÃG¼âSí "
b"\x01 É┐*¦§qýº)ìc§┐\x00 ç "
b"\x01 É┐*Ì\x08 r┐ò\x1E À\v 3òS¼ "
b"\x01 É┐*Ì\x1A p\x03 ®L¼╚¿£§É "
b"\x01 É┐*Ó1qWØfY\x04 ı\x12 ßý "
b"\x01 É┐*Ó@qî¡Å4ÖyÅÁR "
b"\x01 É┐*ÓMpÅ«\x1D ׃ÍgT# "
b"\x01 É┐*Ó]q¡áÂ╗\x02 À`╠, "
b"\x01 É┐*ÓjqsɨrxðªÖ╣ "
b"\x01 É┐*ß╝rÊéÏb Fת\x1F "
b"\x01 É┐*ßÈq/╣\x17 ıjzrï\x1E "
b"\x01 É┐*ßÌr~óðÛcyµì> "
b"\x01 É┐*ßÚqv║Ó▄ÛUñGç "
b"\x01 É┐*ß¶rïªiµ(Æ\x08 ]) "
b"\x01 É┐*Ô\x10 q!░┐ì¢\e ║\e ¨ "
b"\x01 É┐*Ô\x1A qÀ½┘X\x07 dË\x10 ╬ "
b"\x01 É┐*Ô%s±┐\x1D ¿Tw│to "
b"\x01 É┐*Ô/q\x7F ╣Îlåä\x10 mB "
b"\x01 É┐*Ô9s¾«Ò½┤g1ód "
b"\x01 É┐*ÔDqjæ`B gêïÜ "
b"\x01 É┐*ÒDp9ç\x07 ¸ß·\e 4î "
b"\x01 É┐*ÒOs9©¬ ¨\r ı\x17\x08 "
b"\x01 É┐*ÒZrߥ┐Bdy6\x03 j "
b"\x01 É┐*ÒepðûDä9^q▓\v "
b"\x01 É┐*ÒsrAøW`@hƒ░. "
b"\x01 É┐*Òéqøó╗Õ█zX°} "
b"\x01 É┐*õ£r┬╣ûåf8[_│ "
b"\x01 É┐*õºp2àä\x05 Mtk\n "
b"\x01 É┐*õãs%ÖfúBÞ╚9¦ "
b"\x01 É┐*õÐsGÀÁ\x02 Á\x0F Ô\x1E ! "
b"\x01 É┐*õ▄r▄╝▓;-ó}û╬ "
b"\x01 É┐*õÞq\x1D º¢ô╬JWm┴ "
b"\x01 É┐*õ¾ruç╩ÔWæ\t éµ "
b"\x01 É┐*õ q║é║┬╣MñÁ\x08 "
b"\x01 É┐*µÓs\e À_0õ¼òu¢ "
b"\x01 É┐*µýqÎÄm\v g\r ±\x17 ó "
b"\x01 É┐*µ°s\x08 Â>Kü®ò─g "
b"\x01 É┐*þ\x03 p‗ï1jÙ┐¨┼U "
b"\x01 É┐*þ\x18 p\x19 À½o¸úûP┌ "
b"\x01 É┐*þ$sÈåJx©ÅTd\x03 "
b"\x01 É┐*þ.q±│®I>ÞÀ┬ÿ "
b"\x01 É┐*Þ5rÇçÅ┴F± ¼Q "
b"\x01 É┐*ÞAp#┤Õ┤b+å×\x03 "
b"\x01 É┐*ÞLröä5HJ\x19 [║p "
b"\x01 É┐*ÞWpÿÄþ¦AÞ.Qı "
b"\x01 É┐*ÞbsÔñÏv[\x15 R┌┼ "
b"\x01 É┐*Þlp7ظß╔ƒ╬'╝ "
b"\x01 É┐*ÚysÑ×°-\x03 d4Í┴ "
b"\x01 É┐*ÚäqsÀo╔½ðG\x1F ¬ "
b"\x01 É┐*ÚÜp#ê\x13 Îv┬VÈÊ "
b"\x01 É┐*ÚÑsÀñ\x15 §´µ9tú "
b"\x01 É┐*Ú▒sÑÅ}¿ÚÈø/▄ "
b"\x01 É┐*Û¢qèê(ÛLçõ‗+ "
b"\x01 É┐*ÛÍpA©ú\x11 ¼ø╚\x1D ║ "
b"\x01 É┐*Ûßrø╣*14£lZ3 "
b"\x01 É┐*ÛÝqªÇ┘▀¬«§\x03 ═ "
b"\x01 É┐*Û°r\x11 ê└ÉΡ0([ "
b"\x01 É┐*ý\x12 rÌëðÕø4Îú[ "
b"\x01 É┐*ý\x1E q\x16 £¢Ìï\x18 ╬1h "
b"\x01 É┐*ý+q4é─NÙ ·Kñ "
b"\x01 É┐*ý7r┴ùá_ù\x12 *yò "
b"\x01 É┐*ýAs\x17 £\x1C ─v┤ía© "
b"\x01 É┐*ýLs\x1D ÀR«µ¥─Æ "
b"\x01 É┐*ÝPqÔ▓\x02\x1D\x11 Jƒü` "
b"\x01 É┐*Ý[qô▓░YÒ\x00 ┴╩\x02 "
b"\x01 É┐*Ýfr▓À"Yð½?┌; "
b"\x01 É┐*Ýsq·Æ_ÈéÚtÚ~ "
b"\x01 É┐*Ý~p·í┬\x01 ½hà┘╔ "
b"\x01 É┐*Ýëq,Á8\x1D \r a³┬├ "
b"\x01 É┐*¯Ér9ùsÚº\f 2¯│ "
b"\x01 É┐*¯øqmºà´HMÈ£÷ "
b"\x01 É┐*¯ªq\x16 ÄàíC\x11 ÿû\x08 "
b"\x01 É┐*¯▒sæò«¨ │\x1E ¸ "
b"\x01 É┐*¯¢s|ÅÄvãh?\x1C ® "
b"\x01 É┐*¯╚p\x01 ÿ,‗+i¯[½ "
b"\x01 É┐*¯Ëq\x15 èM\x1E\f ù└╗█ "
b"\x01 É┐*´Óq~╣B¦Â┐\x1E ¾p "
b"\x01 É┐*´Ùpíø─ÓÛ\x1A êiU "
b"\x01 É┐*\x16 p¨¥ò\x00\f >G\x19 ░ "
b"""
\x01 É┐*!s*æÄ;æ¤o\n
ó
"""
b"\x01 É┐*,qâ┐kÛáÉOR¾ "
b"\x01 É┐*±?sÅín%Ó.÷ºê "
b"\x01 É┐*±Kr_óÏà\\x7F 9¤¿ "
b"\x01 É┐*±WrOº5\v ³\x1C\x17 Qz "
b"\x01 É┐*±cqñØÄ\x1E vÇ■¿\x1F "
b"""
\x01 É┐*±os}ÜÈ¥╣¨\t \n
▓
"""
b"\x01 É┐*±|pAÄ▒A┐¨xKq "
b"\x01 É┐*±êr°ÆxdÒ9_¦ "
b"\x01 É┐*‗▒qâ×\x1E Ýõ[ʲ٠"
b"\x01 É┐*‗¢p!ä¼╚¥Ôï├Ä "
b"\x01 É┐*‗╔süÿÎ`Ç®\x02 ¥Ü "
b"\x01 É┐*‗ıp.ìo\x06 Ø«k1] "
b"\x01 É┐*‗Óqoô╩G8ò}Ùm "
b"\x01 É┐*‗±r▀à¬En┬╦+¾ "
b"\x01 É┐*¾\x04 sw»w+ê\x10 ^\x1A ╩ "
b"\x01 É┐*¾\x16 q ╝N╣gÿH}\x1A "
b"""
\x01 É┐*¾(pA▓Y°l³\n
─û
"""
b"\x01 É┐*¾9qOçÕ\x03 └]ÂÙ░ "
b"\x01 É┐*¶åpHîUTTÓÍðÇ "
b"\x01 É┐*¶ôq3Æ<5╬ó/1t "
b"\x01 É┐*¶×smí■ºKM░\x00 « "
b"\x01 É┐*¶¿rmòfn\x10 Èãð² "
b"\x01 É┐*¶│r\x11 ô,¹£ÏF\x11 ; "
b"\x01 É┐*¶¥s¨æ\f ,@7Ú\x16 E "
b"\x01 É┐*§Ír┘Æ\f ╚╦Î,õ0 "
b"\x01 É┐*§ßp╣░ËQ:únÌ^ "
b"\x01 É┐*§Ùrwï\x15 ê\x03 Ìu÷3 "
b"\x01 É┐*§§r,î}µ\f `O´Þ "
b"\x01 É┐*§ q╚ü®Ü┴üYu¡ "
b"""
\x01 É┐*÷\n
sK░øµöqwE\x1D
"""
b"\x01 É┐*¸\x02 sM«â╠\x02 H\x13 ù┌ "
b"\x01 É┐*¸\r q\£x▀¶\x03\x18\x00  "
b"\x01 É┐*¸\x18 r\x07 ÑÈ▀\*\x19 FÓ "
b"\x01 É┐*¸$r╔ôã╩A°«¡á "
b"\x01 É┐*¸1snÿ+*y\x1C\x19 ຠ"
b"\x01 É┐*¸<s%Är®\r ö\x01 uÆ "
b"\x01 É┐*¸HsÖîy?ÝÖ▓r\x1A "
b"\x01 É┐*¸Tq,»â┌AgÖ2N "
b"\x01 É┐*¸_r‗×¥½B0Âu┬ "
b"\x01 É┐*°ür▀âá\t Ç%')¸ "
b"\x01 É┐*°ìqµéPÁy\f Þ'═ "
b"\x01 É┐*°ÿpΪ╚`ü1B9¹ "
b"\x01 É┐*°ñq\x07 àIV.V▄\x06 û "
b"\x01 É┐*°»pJôq\t k\x00 ¯] "
b"\x01 É┐*°╗qøî»WK\x0E ÷\f 3 "
b"\x01 É┐*¨Ár▀ò¥\x17 B\t ÷:┤ "
b"\x01 É┐*¨└sRÿ½Ô1Ò/ç\x07 "
b"\x01 É┐+ö©rfÑE¯═\x04 ¯ø3 "
b"\x01 É┐+╠Ôr\f ╝)R┬ÿ╗{³ "
b"\x01 É┐+═\x1A q¬╗│▄JV«\t Î "
b"\x01 É┐+═(qxÆ╦ómÎ╬O\x0F "
b"\x01 É┐+═6p\x02 ƒÑÈ#u.F\x12 "
b"\x01 É┐+═Ds\x17 ÑÙÐã:¯ñà "
b"\x01 É┐+═Qr&ÑVúN▄ø┌ù "
b"\x01 É┐+═_r\x04 éÛÕ\x1D )\x1D åı "
b"\x01 É┐+═mpıóÔ Ã1ïÊ3 "
b"\x01 É┐+═zqƒ®:o\x16 ═#Í? "
b"\x01 É┐+═år:Ç═¯Ò»9î¬ "
b"\x01 É┐+═ÆsØÂùZHıVV( "
b"\x01 É┐+═ƒr▓É\x05 2\x16 ╩;\x13 ï "
b"\x01 É┐+═¼qhè\x14 ¨rdR║í "
b"\x01 É┐+═╣p│ùðÎ&¤SÕÎ "
b"\x01 É┐+═ãsÉ¢þokqþî§ "
b"\x01 É┐+═Îq\x1E ä1V-\x13\x1A óH "
b"\x01 É┐+╬HpãÇW!ÏMÂ╩\x15 "
b"\x01 É┐+╬nsÁû\v Â2`eº═ "
b"\x01 É┐+╬æqôç¯ëTÇa¦┘ "
b"\x01 É┐+╬Ðp=è\x03 ON¯£èo "
b"\x01 É┐+╬¾p\x06 ▒nô0tFå¬ "
b"\x01 É┐+¤\x15 rHí\x19 ϶ÏMò' "
b"\x01 É┐+¤:s¢ƒ«¢\x14 `e´ª "
b"\x01 É┐+¤Ip©ó-XïQ\f ZI "
b"\x01 É┐+¤Vp¢üÒ┐U)>§þ "
b"\x01 É┐+¤cpçèBr░»│╬- "
b"\x01 É┐+¤sròØ┐°¾ñE£g "
b"\x01 É┐+¤âsÔôkLM╬6 ¹ "
b"\x01 É┐+¤ÅsÀáÙÖJ█íæå "
b"\x01 É┐+¤ßp@¡ı─¸,\x7F ?õ "
b"\x01 É┐+¤±s]ç┌┴n¸ïƒL "
b"\x01 É┐+¤ p4í)\x13 H\r YÒU "
b"\x01 É┐+ð\r q~û³╔éþ|Y\x15 "
b"\x01 É┐+ð\x1A rwëZ\x0F W5²q\x1A "
b"\x01 É┐+ð's■½@\x17 ¹3\x13 ▓Ú "
b"\x01 É┐+ð4q±½ÆÀ6zyØØ "
b"\x01 É┐+ðwp┤ïí▓±}¸╝Ò "
b"\x01 É┐+ðäs±çÒ\x13 ─]mÓ\r "
b"\x01 É┐+ð¿q7Ö$ï¸F¾ƒU "
b"\x01 É┐+ð┤s9½\x1E lo= ┬ı "
b"\x01 É┐+ð┴pBÜïb¦Ý3+« "
b"\x01 É┐+ðÐp\x02 ¿\x10 ┴RCÛ)4 "
b"\x01 É┐+ðÌs%×¾Ò╩É5|G "
b"\x01 É┐+ð¾sØ¡ÌÅ*)P×┼ "
b"\x01 É┐+Ð\x03 q\x00 ù¶Ò\f óÈ^┤ "
b"\x01 É┐+Ð\x12 rIøaíM3Yƒ\ "
b"\x01 É┐+ËZpôøbK▒åE^Ì "
b"\x01 É┐+Ëirìé/hl\x02 Ô\x0E ê "
b"\x01 É┐+Ëwru╗E#Q┴EG┌ "
b"""
\x01 É┐+ËärC░*¦mÍ\x1F \n
0
"""
b"\x01 É┐+ËæsÄ▒È8ä½\v §§ "
b"\x01 É┐+˃rë©\x0E kêı\x10\x10 K "
b"\x01 É┐+˼sï╗┬¶Ø&\x04 ' "
b"\x01 É┐+Ë╗qz \r 1\x15 S£H "
b"\x01 É┐+ËÍr\x7F è\x18 f║´█(à "
b"\x01 É┐+ȯs\x05 ╗òä( S<Ó "
b"\x01 É┐+ȹsl¬¿½hVÁ˼ "
b"\x01 É┐+ı\f píØ╗ôIU5KJ "
b"\x01 É┐+ı\x1A s┬é┘E┼¨a\h "
b"\x01 É┐+ı'r9åÓ#_æ Y~ "
b"\x01 É┐+ı4rOô\x04\t ░í■m, "
b"\x01 É┐+ıBr┤ù0s┼O`▓" "
b"""
\x01 É┐+ıOp║║ÿ│¹í\n
#¨
"""
b"\x01 É┐+ı\qÂÖ\x04\x0F i¡¡N{ "
b"\x01 É┐+ıjrÚö*ãD=\x1C\x05 X "
b"\x01 É┐+ıws¯êL\x08\x1D #\x02 u½ "
b"\x01 É┐+ıäpÇ®ÓeØ\e Wª╬ "
b"\x01 É┐+ıÆsjèµM·°ÿ&+ "
b"\x01 É┐+ıƒp\x1C ┤eWÂ\x1C \r rC "
b"\x01 É┐+ı«s^ÿß\x00 |\v 9>\x1F "
b"\x01 É┐+ı╗pmÑ└\t @ø┘\x13 ▄ "
b"\x01 É┐+ıÃq\x15 ╗║Ï$n ıL "
b"\x01 É┐+ııp+ú§·┼Ä÷ £ "
b"\x01 É┐+ıÔp\ê╠Å÷%▒ r "
b"\x01 É┐+ı¯qxÀòD\x17\x01 Yu¨ "
b"\x01 É┐+ı¹rÃá"\x1F »\x04 tx« "
b"\x01 É┐+Í\x15 pÑ®Ïu\x13 #²=æ "
b"\x01 É┐+Îas\x07 ¡\x18 R£\x10 n³¤ "
b"""
\x01 É┐+Îoq)íÓ\x03 \n
(ñ1³
"""
b"\x01 É┐+Î{q(¼/úyô!à5 "
b"\x01 É┐+Îês=▒\r ┼\x03 ıy4C "
b"\x01 É┐+ÎùsçÂWòYú\x1D aO "
b"\x01 É┐+ÎñsáøµÒÞϤ! "
b"\x01 É┐+Î░q>í¬·®É·W┼ "
b"\x01 É┐+΢qoÑ÷ªS{?Ä´ "
b"\x01 É┐+γr¨¿>?bn\x12\x0F · "
b"""
\x01 É┐+┘\n
q\àó`ó┬¢äd
"""
b"\x01 É┐+┘\x17 q║ô\x1E a°\x1D\x1A L@ "
b"\x01 É┐+┘FpXü\x06 ■7h\x10 |p "
b"\x01 É┐+┘Ssæ£>v4┘^ù\t "
b"\x01 É┐+┘`r╬ä-╠¦ì░\x1A < "
b"\x01 É┐+┘ms4Æ|'¥\x17 á╦× "
b"\x01 É┐+┘år├òã$▄\x02\x18 ], "
b"\x01 É┐+┘»qµÅô└VV}ãú "
b"\x01 É┐+┘╝qsïÍa^8_˽ "
b"\x01 É┐+┘╩pãÜ*â±\x1E ¿╗É "
b"\x01 É┐+┘ÎqßíéUÍDø'\x0F "
b"\x01 É┐+┘ÕpÁä¸d╦Îd\x1E ¢ "
b"\x01 É┐+┘§sVöðã\x1D\x0F Öx& "
b"\x01 É┐+┌\x03 s`ó8A\x02 e┌ÝU "
b"\x01 É┐+┌\x11 r█áÒ%#jªE) "
b"\x01 É┐+┌Uq0▒Ò■\v\x04 ▄╦╔ "
b"\x01 É┐+┌crÖÅG"ÁCA\v\x03 "
b"\x01 É┐+┌qpƒû\dÛMͦþ "
b"\x01 É┐+┌\x7F p├║Îù\x1D Ð8Pc "
b"\x01 É┐+┌ìrZæ«ÈV\x13 ¡Ñm "
b"\x01 É┐+┌Ürö»»Òõ▄µ\x19\x01 "
b"\x01 É┐+┌¿s\r é×;ãɲTP "
b"\x01 É┐+┌ÂrãúU┴â}·eÔ "
b"\x01 É┐+┌─p¶Öí\x11 Ë«î■÷ "
b"\x01 É┐+┌ÐpXªÅ└┐óÉdı "
b"\x01 É┐+┌ýqÛÜ├êÇóé▄Þ "
b"\x01 É┐+┌°s\x12 îyòsKi{ï "
b"\x01 É┐+█\x05 sêŦÅO¸Ý▓\x08 "
b"\x01 É┐+█\x1E qH½╩p\x05 }*\x02 0 "
b"\x01 É┐+█*r¢¼!7┌:>\x02 ┌ "
b"\x01 É▄ágvqZÖÚ®îZ¢yØ "
b"\x01 É▄ág└pCª7▄âêßíÇ "
b"""
\x01 É▄áh\n
pkåD\x16\x1A ÐÌ×Ä
"""
b"\x01 É▄áhUrX░½ú¯àý\x02\x0E "
b"\x01 É▄áhísq«jÚNÈ\x00 MX "
b"\x01 É▄áhýrÓÖe\x14 ½\x05\x18 Û~ "
b"\x01 É▄ái6pÍ«ßÙ\x0E ÀÃ*\ "
b"\x01 É▄áiépª¿I┤m9ï!┴ "
b"\x01 É▄ákNp¸À+- \x15 │═R "
b"\x01 É▄ákÖpjDzô\x7F ▓¹\f 6 "
b"\x01 ‘»Z\x08 $s¶´u\x10 dßÕgŠ "
b"\x01 ’(·Y@\x7F Wˆ\r à&Á\x1C\x01 R "
b"\x01 Æ8\x18\x7F Åw▓╗g¼AÒÑ┤2 "
b"""
\x01 ’8\x18 Ãtyb²Æ%˨\n
£À
"""
b"\x01 Æ8\x19\x18 ôt]┐╩]\x1E nÉ║8 "
b"\x01 ’HÉ'9~þ¡i=ËËpI0 "
b"\x01 ’HÉVžsº—Üï¶\r ý2\e "
b"\x01 ò┤ÚØ³s░è(ÿm¡(Åı "
b"\x01 •´éŸÎq¥¹ö\x06 û1nJL "
b"\x01 •´éŸÝq¤‡u\e û\x13 •\x12 ¬ "
b"\x01 •´é :q)žæ‚Žs1,Ð "
b"\x01 •´é IrŸ´Ÿ‹@0•\x18 ³ "
b"\x01 •´é WqϰŽr‚º ?g "
b"\x01 ╝\x05 ¸[ì@yÆ¢;·½%î▓ "
b"\x01 ëÙ—ðM@Ž¥³blT;X\x17 "
b"\x02 û\x1D é>üDÜîQ└╩\x10 ×Ñ\x04 "
b"\x02 ò°c¹\x10 E€—$ÔV\x07 ÿɪ "
b"\x03 -îvÇWOs²íy€å4¨j "
b"\x03 /t5ünF└úî+JÓ┘\x02 Å "
b"\x03 Lj\x0E Ø÷L█Ñ║óáÖ▄\x0F Ù "
b"\x03 a!\x1C wÜGo¼‡üÚG‡œ| "
b"\x03 ¥\e\x19 wÑ@¸╝l¢Êüµý\x07 "
b"\x04 Oäì[\x1A D½ªõ\r \x17 äÒ9û "
b"\x04 ¶ÿrÌ├O[ì->¿╠\x0F Òß "
b"\x05 G÷íA‘I¸’Ðs\x10\x07 Ħ\x02 "
b"\x05 æZ1´aJâØÈË÷\x07\x06 ½ "
b"\x05 õ¸VÅ(Chéìc=Ê,èÔ "
b"\x05 °uxë[OïÅ Û\x1E ╣\x05 @I "
b"\x06 ıØ╩A°I░£<ıhg°Ù\x7F "
b"\x07 ûÅE<tDVæl│s└‗ë\x08 "
b"\x08 Z\x7F ÷HîAÕÅî³ÚRcdC "
b"""
\n
\x03 <Ý£└AÅ▓ìõé¸\x1E ¤U
"""
b"""
\n
ifØUEK\x07 ƒªR\x17 uèîÙ
"""
b"""
\n
rm;§mE»í¤Z·░FìÖ
"""
b"""
\n
ÝûõôdB]‚âÉâXe‘\x1E
"""
b"\n ÛÜX'+BÃ/\x00 ˱¾\x7F ì "
b"\v jÛÞCèOv·ø)\e š9*À "
b"\f fû╗¸ØD!è\x13 ¿X³æ#x "
b"\f ƒwJ&ôEãˆu€ª\x05 M\t } "
b"\f ØK«³│GO¢YqlF0▀¹ "
b"\f ©ª-\Ð@}ª^Fý¯%H\r "
b"\f ÷ne\x7F ·Lpì\x08 8Y,Ѳ\x13 "
b"\r ƒöSObBˆ“\è\x04 x’¡• "
b"""
\r ÿ=Ó\x0F \n
O▓ô\x01 Ø\r 6kßÞ
"""
b"\r ¡l~›\x1D N™\x05 Ö6Ø\x07 ®© "
b"\r ÛOçí-D˜‚jGWÚ—ŽF "
b"\r ÛšI(uD„³Èµ|o»Ò\x0F "
b"\x0E X\x14 #åãNÖÁ=3ìN\x19 ╩ª "
b"\x0F 7€œeS@ñ¼KiŠ’JY\x0F "
b"\x0F _›!\x05 ¸Dd‹2¾Äœ ‰Å "
b"\x10 ÑÃÈ▒TH╣┐Éré\x19 ª\x1A ╚ "
b"\x11\x1F V$€KCˆ–«pžá$'Š "
b"\x11 9ìàn6@\x07 ·{ø\x10 s8\x04 q "
b"\x11 mÎ7b¥KÁ©\x1D\e I¼‚\x1A\x1D "
b"\x11 t×â‰[Kä–™@c¤\‹\x01 "
b"\x11 °«ì\x15 0H1š\r ì2ížVc "
b"\x11 ´Ø¾CÂD\x1D ƒÂ\x16 úM▒é "
b"\x13 9Ùj¸ìBUà╩╔\x04 lNfõ "
b"\x14\x1A º─ó1Lëÿ£}þR░\x1A Å "
b"\x14 4Ö\t x×B¸¨«ûeŸy`r "
b"\x14 K\x10 ý‡_K¿…u<zÉ\x1E ©F "
b"\x14 ]\x1A ·ÈpE\x03 ¬Þ€ÑÄvüA "
b"\x14 ¼oVURI¹‰÷Háí¢@Ú "
b"\x15 Nׯ¢áNסÿ8\x1C Á\x11 À– "
b"\x15 ▓ì(\x0F ØI╗ÇıÝ\ï└3J "
b"\x16 Tí¼}|M¿€ŽzöVÄ!» "
b"\x16 │ıUS~L\x10 ìª4Ö]!áb "
b"\x17 Mî\x10 0dF´¥Ò2 ³\x13 x” "
b"\x17 ÐŒc÷úCn¹\x06 þæHœéæ "
b"\x18 ì'\x06 ▓°E=í╣n\x18 ¯J█Ê "
b"\x19\x11 \r ìÌèHµ±}FÝð°ÏN "
b"\x19 2\x1F õw¤N\x1E ûì[±Çéö "
b"\x19 i*;0³A\x0E €Â\x05 Á•¤!\x06 "
b"\x1A ‹Ã¾\x1E "L@†77lX®]* "
b"\e ¢¼\x12\x00 "I\x13 ┤2ÅU(O¸÷ "
b"\x1C ?7`ÙDNIºóö\x18 Z,ñÔ "
b"\x1C N©û{\x0E CÔŸB¤ª‘›»\x07 "
b"\x1C e”¡y\x0E B9§<sÀ½*Sö "
b"\x1C eÌ(\x05 >EÇ‘Çß[¯œjÞ "
b"\x1C …hRÞòD‚©x\x06 bFQžþ "
b"\x1C ╣\x06\x11 _üKÈØ<(éf=&ç "
b"\x1C ºïHÖÝL\x10 ¯*¾0Íû\v \r "
b"\x1C Û\x02 ܯ“JÄŸÆÂ\x1A iÞïn "
b"\x1D ^à’O²NH‡ï;²‘;ÐØ "
b"\x1D ¿Ülª\x1A IâîJHì¿h\x06 µ "
b"\x1E -¹\x05 é\x19 A„¹”t\x1D QÈÌ\x1E "
b"\x1E ƒ0¿ï\x00 Ou»òï²/Ìü0 "
b"\x1E ª×ÍݰBÝœ"<ÑãAÅî "
b"\x1F\x1C d‡}(F\x15 ³oÚ\x15 Ðt D "
b"\x1F U\x0E FTáJ£¶[i\x1D Œ¸Û¾ "
b" \x01 <\r \x07\x17 G£™&\x18 ž)x\x17 j "
b"""
.\x7F Á■\f Fìö<X¬\x15 ý\n
┼
"""
b" ×O—g\x18 B)¡-¯\x1E ‰Ø»% "
b"""
!Aìÿ¨kNqÉÔ¤\x19 \n
wÅ\x0F
"""
b"!oh°ŸBF’˜úá‘ýÃO© "
b""WvL“ÉD\x08 ©ÖrH\x13 ¨\r „ "
b"#\x19\x05 ¬¿ûO\x7F ½Å{æ\x12\x16 ×o "
b"#DÝ%ôTC\r ±O¥úMV "
b"# \x11 µÊ|Aˆ¡\x1A Ola’:1 "
b"#Ô\x1E Ç┴¿CfØuo¢\x16 àà\x0E "
b"$¡§HwËL\x1C ªb'æñÁs\x7F "
b"%\x07 ‡jÅÇF†½Ï»×ùuSJ "
b"%ëPè•mM‰¢\x17\x07 X¶Á?c "
b"&4!xÀ±N“¼‰C~`Ê!, "
b"&pšèÂZH\x16 ®xŸÚ·\x14 ¾W "
b"&‘‹j 5E\x1C ‚Ѧ߄¼Ó¼ "
b"'»Þ6}\x03 Mÿ³ÞŸ!{9Á: "
b"(#¥\x03 ñ–O÷»\Üyzf½© "
b"(=&L&7IC£Í\x1F {U\x19\x1C Š "
b"(`ØJûÛEÉÆtUòíl}¸ "
b"(p`•³MŸªH\x7F ]ê'”ò "
b"(Æ(\x1D\x19 PNÕ¦Îcé\f £² "
b"(ÐÍË»ªLϦ/\x0F R±¨•9 "
b"*-/™\r ~J¸„ \x7F ÁÄm\x03 g "
b"*€,\x00\x02 :A¦‚Èæ’›’Á¥ "
b"*·\x18 ¸=‚K\r £ò†õÍ N\v "
b"++Qüü\x05 N\x0E ³´/F\x13 9€ñ "
b"+²'Äç H\x07 ¿É┌J>ü¦É "
b",e˜åÒòA±»\x01 h] "
b",▓║|c\x12 G\t ┤ñU.5çAÅ "
b",ìfe«ÀLÕ§öq%Á7\x19\x1F "
b"-ü*ê\v ®BÀ▒°¢<7& 4 "
b"-Ò ËŒ\x0E Jz¸}×\v !Á\x00\x08 "
b"-ñµ\x13 V›H¢\t ¶K¿V…\x1C "
b".%M=pnAåºuÇ\x14\e\x02 ÜR "
b".{ã¹—ÚH¤¸[:Ë3‘‘µ "
b".Äÿ\x15 ¿(FvŒêxå\x13 €\x04 8 "
b"/?’%äFGq·Æºh#=r’ "
b"/BSÍwöHî©Â\v Þ¨ØÓ╠ "
b"/r\x05\x0F 9aO"°‘\x08 øH2¯Ö "
b"/¥ïl\t\x13 CÄŸAzÎ(7\x13 9 "
b"""
0Òu®³³Lü£ö'\x04\x16 \n
x”
"""
b"0ÓI\x00 ’eM‡¤ë|5\r \x1E †ß "
b"0▀9¿â\x08 LÑØâÃ^Q▒¢f "
b"1\x16 —±íâD\x08 ´3ö\A¢žó "
b"2\x03 ,æ<1C·Žun<ô¹}M "
b"2nWÒqUHr½\x08 މs\x00 £¸ "
b"2°/é8║B\x00 É;\x0F ºã¿wÑ "
b"3öe[E\x08 IwØ^Á\x15 B(%\x19 "
b"3œ<¯VÔM@¯œ2µjòRo "
b"4S-yz\x1D Mü¿’}±Tæn› "
b"4×j\x15\x00 ËGåƒWÖ/wð—b "
b"5\x1C çúk<NR¹%%¿3ÓŸì "
b"5\x7F \\x03 ÐÊD┬É~Äe\x11 º8? "
b"6\e\x01 —˜ØKÆ™\x06 Ý…Æ\x1A ‹ "
b"6 \x07 mÌåLàƒi݆ÌP;‹ "
b"6¾"ÿD┼EQÉ÷òÎ\x03 ÙD\x12 "
b"6ú\x19 {!8O+–TÀ&zÜÝd "
b"7åRj3┬@■┤«×WXÅ║2 "
b"7\x07 Q\x08 «I¹§"Ú„ÿº<Ô "
b"8ë&§¸ÛK┴░cÅLƒr¿ƒ "
b"8░\x05 6ÅÎEií\x1A ┼Ѩ\x16 ; "
b"9┌ıLù╩LºÅß\x11 k\v HR£ "
b":\x14 ƒÌ®~B|†ž QF£\x15 â "
b":vgò┼nC'ÿ╚TmúÅ\x1E + "
b"<}zôî§LoÅ¿×ï╠¦O└ "
b"=\x10 °y†ŒFî±\x14 ûi\r e4\x1A "
b"=VàSZýD^ÄÔYʬÉ{ý "
b"=ü¨ý{\x01 CñÁϺ#Zç\e H "
b">ŠÇ@´8Aí›ß¿\ÞS•} "
b">ó\x1D =)ÓDVƒ¨êJ··_á "
b"?\x11 aé•DO]»o\x11 íò›\J "
b"@1òÏLuFWºxÉ\x01\f ^ð] "
b"@]ÙT/®L±¹5~œHÞžÿ "
b"Aå\x01 ;gÖM:’·¢uÚŠôA "
b"Aÿ\x01\x07 UeD9ˆ¼ÈÓø\x06 ú‚ "
b"B\e\x18 Õ—æD*ºë5öè“í\x1E "
b"BD4\x00 ¥bAЕŸ™79—½Æ "
b"C‡ÚŽFñD‚ž„q¯ôÝmŠ "
b"CÎË\x15 žaIW”rðÞÅš=` "
b"CædºƒuJ\x17 ˆv®ù·¯ù\x16 "
b"Ds>ÅÔ\x1C Cí‘6\x15 ì\x1E Ü"¼ "
b"DߊßóþC‡ªwaØ¡KQ‚ "
b"Ex€D\x07 ¹Dó›<bºü½D} "
b"Fü\x1D\x7F\x12 ßEDä╝░¾S!Cª "
b"Fž·¨Å—O\x05 ª\x02 Ë©›ç;î "
b"Gvóé\x19 CAs ˜ÅC»tÛL "
b"GxD ?\x02 HT┤óÅıD\x03 Ak "
b"Gâ¸ËñÖGc—\x12 i5ªDÝ‹ "
b"Gü–ßa‡A?›…Ó’¤ÏY÷ "
b"HAGé┘┌IÔïlÃìj┌©K "
b"HqßðÞOCp¡¸\x15 ?!W)\x0F "
b"Hy\x16 -¤╚AØ░\x11 veqH¹‗ "
b"H»┴tX¯F‗▒╩├§┘ìèu "
b"K\x1E £ÂÂ\x1D Hn£,gŠùJŒE "
b"KgŠ€˜ãC6¼±q-\f 9'Û "
b"L\v Ô▀rãNjì÷Dd7\x15 ' "
b"L.j[ôÜK\x08 ³À+Ô\x1F ¯\x01 Ú "
b"L<Þ]õ\x19 L=™cÂ0ÁÒÉM "
b"Lp¶\e ",BL”áÖ_2ï$2 "
b"Lîn9ì*K´é┐¯ø¤úå© "
b"M]c_-»@`©ÒO)Ã\x05 çG "
b"Mwâ3\x03 “HT‘{šˆ¡TQÜ "
b"M¼¿‡Ñ\x19 Bú™\x13 Ôù¥‡« "
b"MÉê‘”VNÞƒ?\x19 ‘'\x00 Iø "
b"N½5·¸┼G½æ'\x11 i¼EÉ\x14 "
b"NÀ}†\x19 mJ"¿ÔMú°,²¢ "
b"O"¶nŽGпÂQ¨/ˆu³ "
b"P\x0E í\e =ŒKRŽœy-å\x17 °º "
b"QX\x1D u†àH\v €\x1A «µ°…½Ì "
b"Qˆ×ó\x13 ]I£¶|ÜŸnæZ¥ "
b"REM²ùB²¬\x07 š)oEJ\x10 "
b"RMà┬ïZO¢ØV}┘ù»/V "
b"Ræjk2¨N•‰”ŒÈæffõ "
b"S%\x02 E¹ÞIí┐¤tBT!WÅ "
b"T\x08 >Ùã¥J┐Ü>É(Óѽ{ "
b"T\x14 v’ËûCAšm\x11 âlDÜ "
b"TJ35³@N׊HB¥£\x07 k‰ "
b"Tz\t E^ÌA\x0E ¢-©›QŽ—š "
b"TØj{6ZJÊë2{┤\x1D ±JP "
b"TÑ\x02 ùÁ–O\x07 ³“ñU\x04 â Ë "
b"U%ñ@ÒL¯éìJ▒┤#0l "
b"Um(áÆˆEb·èr½\x06 ÷´! "
b"U£\x17 >ŒJIƪ\x12 MVþñ.# "
b"V\x0F É▒K\x03 G┘ö§^\x07 Ù§,î "
b"VG†\x0E\e KK`£êì7,GË\x00 "
b"Vb>dÝnM¢›¬FØ$«â" "
b"VÛ82ã|A<³ÒýHt\x14\x1C r "
b"Và&K9óC!ån¦Æå25 "
b"X\x05 ÛdñRDS·U2\x7F ýÅ«ª "
b"X~Q;9øN\v ³&“›QGN\f "
b"XÊäcÅ╣GñÀ;\x0F ‗[ªª‗ "
b"XÓbëküGi¼Ò\x13 ýz\x1A |\ "
b"YX\x16 )0@N@É5ÆS©ª░ƒ "
b"Yq&'+ìAŸ´«W³UˆÔ× "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"Yù|þ\x1E vG¦†\x0E\x03 )e´Ü "
b"Z'+\x04 ^\x12 O‚Ÿyª\x1C ´\x15 µÃ "
b"[,NÂArMà©mŸÅó‰#Æ "
b"[ý¦t¾\x02 @¤†ÒÖ–æ>\x7F = "
b"\7ÑÉä\x04 C£©š>^„C \x10 "
b"]ZÈAÚ}Nw—:ŠÏ+s\x18 ¡ "
b"]Ÿžÿ]°KJ‡I„NN*\x16 " "
b"]¦tðÑ\x12 BÞ±Á:U\x7F ¡Ò "
b"]©å╔|%OÅ«▓ç2ÃÖ▀ñ "
b"^d>Ô?ÌE|«ÀØ©qKPí "
b"_\x10 ²¸TEBK²œ\x1E 䨽†Ç "
b"_{Ù}/-ECšFl\x08\x07 J:V "
b"_█G\x04 ôcNµèX+ìóI\x03\x17 "
b"`Iï\x01 ËBKf°fÞ3¤4Kÿ "
b"`rlºr┐JtæÛíÃüv1ö "
b"`{\x1A -\x0E yL\x0F º9\r Uj&\x04 ® "
b"""
až;bu¨IEÐÐO\n
òãê
"""
b"b\x11 ÆfŸCFp¼•Pò\x02\x19 ³j "
b"bJZoq>F~ÅÝ─\x07 ä┬< "
b"bV´sVpGWš\x06\x08 /+Î‡Ö "
b"b¬W░\x1D bBü©á´\x7F\x01 vÍG "
b"b»ÏÖ7§C\x17 ®ìZ:yR!( "
b"b─üÕ»×G╬åEà>0\x16 ─: "
b"bÌuº£cJá“-"Ñß‘Ò9 "
b"cO\x10 ¢\e x@\x1E ¡\r {:ï_¶1 "
b"c½┌¤╝ÕN¯ü ‗Fý\x11 xX "
b"dUGŠ‹DAµ -¡bI &½ "
b"ddõ\x04 ÝFM€¦J‚÷ø‰”Ê "
b"d±\x04 Ê-\x7F E›Š‘³Ì0\gŸ "
b"dÛ™CDÜG\x14 œ~\x05\e 2²\x10 [ "
b"f╔ÅI.ôCÇê8<>Y^ÍN "
b"fþ¿Pÿ\x12 H= 6Ì(MGŽß "
b"g═'|\x11 █M\x1D É@╣\r Tè¦2 "
b"h!2Å\x14 6IýëlçdÌÐ"ý "
b"hW8‗─þAä╗I&\t ìÎÃ: "
b"hŠ\e nƒÛL\v ži°\x05 +)`ï "
b"i 0O†üDw—®Ûî/%¥& "
b"i$▀F%kOü½î\x18 #'àÜ┌ "
b"i§bxãBJã°UíÂ2k)O "
b"iæµ$á‹Jü³›¸Î}\\x11 \ "
b"jW┼ªf$G«©¦Åöc\x05 ¢└ "
b"""
jŒÐà´ÌJ¬¾\x15\x12 \n
ŒkÒ€
"""
b"""
jŸûÆW\x14 J\n
”ûK\x01 9?Á™
"""
b"j«hrÜ■Gت\x18\x1F #╔¶#a "
b"jº\x0E '/ôN\x13 ®á߯Œ;\x12 i "
b"jðZÃöÔO0ÑJǶì°åF "
b"kd or\t LýŒ¯Út\x14 ⟠"
b"kŠëGp^B®´_ªŸ¶ûÉë "
b"kÝByDÛDr©É\x17 µP\x16 ŽZ "
b"l‹\x06 ÃÍÂKO—ÓK±¢,|¡ "
b"l£Ñ¾r†K屨£®¥µpÄ "
b"lÌÕ7úîB╚î¯@mÝjìA "
b"lññ[\x1E ÙFz¼º\x1A ie*›Í "
b"m\x16 êo†hIH…·ä\x17 %Ü\x10\x16 "
b"miÝw¥>NĽ:Áò\f ‹´[ "
b"m“Câ×ÇNõ”|´{7\x05 8Ó "
b"m¹C5hiN¬”QðØ²½69 "
b"nJJ}÷8JV¯gõœ'E2Ü "
b"o`rk\x10 vC¹Å╬¾GÝèIõ "
b"oª¹E\x1A çNô‡Sm”\x04 ËZp "
b"oãv,▄<EíàîGɵã╠+ "
b"p\x1D\x01 Ü\x1A |F”›“\x02 ž\x17\x07 Ûp "
b"pAa\x18 3EE‡½÷w\1{X² "
b"p°H·\x1F œI¢£ÿ=o\x01 j \x1D "
b"qNÙwýäD¿†P’úÚQp! "
b"qÚ)¼êäAN’¥»ø¥)§¢ "
b"s/2\x1A P2LÞ¼É\f\t\x1F ¹t\x19 "
b"s;½ÀfHD\x08 ¥Öž±W²K¶ "
b"s{pÙö˜Hõ³[³ÍtÉÊ\x03 "
b"sØ!ÝÀ‹Fw©ìf(+†”\x1A "
b"t\x14 ëö└1Eî▓xcügg▓¤ "
b"""
tØ\e VgOGøƒ«\x06 \n
õ╝╦Ð
"""
b"u\x02 ÂÐn¸Nо&ç\x15 ù4†ö "
b"u/–¨×O\x0E œ¶!¤\x04 w\v ¶ "
b"uæ¾(ÑÙG@œu\x18 ªÈõª\x16 "
b"v\x12 „pÄ”A\x06 €)Ð`k^£j "
b"v«ƒoX\x16 MTƒŽ´ö^\x14 .‹ "
b"vÃ\x05 ;\x1A áI~”]Šý’²ì\x11 "
b"w\t ;Ö\x1D åGü¥ÕÂB^ºÎº "
b"""
w%\n
[!>K¿¢ú"®M?Ï_
"""
b"wP¾\x1E W\x0F B³’BãhC2\x1C £ "
b"x'\x02 DáE0ØIF)§┘└3 "
b"x¬füïiI▀Á+ƒÝ╬r´À "
b"x¾npóôB9¡âèú²Úà… "
b"yÑ|ÅÏ Of¼~^Íô¢\« "
b"zza\x06 Z\x04 D㻜]\x17 ¶Ý“s "
b"zǶš1?D|¬ÿ\x15 jçánB "
b"{6`'╣kHÚ£ÌþkØ?Êb "
b"""
|\x1D\x07 o8\x19 K˜‘¢\n
×ÛlÒ¸
"""
b"|ì4ƒ\x05 MH\x1C æ\x04 (j9\x1D ▒Ø "
b"|Ö╣█Ë|MÂÉ,\x19 ▒/ºÿw "
b"|ÎlF«¥Gg¤ï>òµ”q\x15 "
b"|ÏW]`üM>•\x1A -Ŭ͎² "
b"}ÆÎ▒\x05 gE´ÅøØÎ█(Çk "
b"}¨È\x05 e½CP„;Ac> ÿ¡ "
b"}▓eiÞ©E\x17 ÿv2@┌ì9█ "
b"}¹?¨nŽIÈ¡ùí²É\x02\x1F ‘ "
b"}ÅÖ\x07 8rB왂/\f œµ%º "
b"}釾?8N$‰b¨™Jm2 "
b"~!\x05 Ú‡„Aò¦C7ýç\x19 ’ü "
b"~a\t _\x1D q@Šš6aÒ©Üäm "
b"~j‡D<XO³x\x0E ç2¸pÔ "
b"~nÝqW│FXÆ)`4ü,\x1F ß "
b"~tù\x1A ©ıEÅû║╩\x7F ªî▒ "
b"~\x7F LÉ\x00 ÒEaâP1Ë\x1C ·rL "
b"~›¨É?WL¹¯¦×ÿ\x03 Qhð "
b"~¦rQW`F¿’1ñ·7™Ž´ "
b"""
~å\x15 V´¸N½‘g[-»\n
û
"""
b"~þ\x06 ~\x1A ÜInµ7gœ\x19 £AÊ "
b"\x7F Nêm■¯Kɬºb{C$úG "
b"\x7F \Ó|Â\t E¡·m*h‰JnÖ "
b"ü╚ø│ô\x18 H\x00 ÄO\x10 Õ‗ö*& "
b"ƒ9\x08\x01\e ËJîŒ\x7F p5í\t Åq "
b"ƒEÐ\x14\x1A\t Nìƒm\x10\x10\x1D eÿõ "
b"ƒDjŠŽD³§4¹Þí\x04 w} "
b"„¸ZµýïFK€4Oi]èë\r "
b"„âP—T¶E¸›±§Êl!â\x15 "
b"à1OØúƒGÕîàÎ\x15 þ.\x02 § "
b"""
…¨5\x1E 2VKÍ¡iz\x11 \n
f\x03 w
"""
b"†ˆ!ïÙxN\x1D ´RöˆØ¹\x18 º "
b"ç\x06 {²Î?EþàÅ\x1F ¼\x10 ▓▀Ú "
b"‡E¿\x05\v\x03 LÈ”õ6Xè\x13 8( "
b"çô\f .D<G▓▓c┘M±|æü "
b"ç╔46ÿÃL;É\x0F ┬¡\x0F '├h "
b"‡Òû„ÅCA\x0F •‰`XË$=• "
b"ê╠Fõ┬ÓDÙòØ1Çè\x17 A¦ "
b"ë}häVıI¬ÅG°u╝0²┘ "
b"‰èt\f\x13 §LBœc¼úêªf³ "
b"‰îá!jRH\x11 ¥3;Æüó5E "
b"è╝\x12 FøìJð¥\x15 ,ïªùÙÆ "
b"ŠÙ:®1\x01 Dµ†‰µœŒì\x12 á "
b"""
Œ\n
5ÏŒEs¹äÃÛp’ù
"""
b"Œ¾T‰ÑCûŠ¡Ýâ¶Ä(M "
b"ì\x07 W╗J▓Kxó5®ƒ█°²? "
b"ìé\x7F -Ô\x07 A½û▄\x04 2§\x1E bC "
b"ì¥@¾Â\x1C H│ñ¬:<¯ÍÆu "
b"ìͳ¬þ\x16 A;┤9aeiØÑS "
b"""
Ž3«Â\n
\x19 JþžØ\x10 ŽË×z\x7F
"""
b"Är>ÛÉ\x00 GêÅïöÚ‗@\t ¢ "
b"ÄâöÀ;┬Ljæ¨àÉÙkM% "
b"Ž—“\x11 t0J¢®O\x11 bꑲ‚ "
b"ޱ¯£¾|JÕ›3§½|\x04\x0F ˆ "
b"żØñ╬sCz¡K\x08 {X¬¬\x7F "
b"ÅÂÙs5NC░╣½7êB\x08 z\x1F "
b"É%×ÞápNI¡9+5Bhÿ "
b"Éu\x1A {²■Aòì3\x02 "É:\x06 î "
b"Ƀ▄í╦╚GýùjÖ¹MÚì\x16 "
b"‘·\x03 ¦.FA\x15 ›”šŠ‚\x07 >Ÿ "
b"""
‘ýô5¶\x0E K\n
¦åºÙ\2\x10 V
"""
b"’pHB\x13 \@ä£<:²\x1C f! "
b"’q¥ë>ïLa¡\v H‚Ö#Ím "
b"’yì¾>bFß°(©ôÓÒ*. "
b"’ºI\x04 a\x1D JÀž¤´\r 8êm$ "
b"“i'øž\x1A Nt©0˜Ï4gÈJ "
b"”7š1^ÁD\x18 µôycî\t óm "
b"”o†\v\x14 ¥M`¦íØ^µ\x1D §% "
b"”´²øÊnDÆ©n\x07 z’¦vE "
b"•s؜ܣG\x06 ±ÊKÁÙŠ€ƒ "
b"•ر\x16\x00 !N\x17 ¿l8áxVkB "
b"•÷âT\f\x1E Cº§ 'Y‘šã° "
b"–F÷\x7F ¾ÿF³·QhªÁvp\e "
b"–…\x7F V–MD3®\t [\x02\x07 \x06\x0E "
b"û¦#¦É\x10 @Àø\x12 âñ\x00 ▓é└ "
b"""
–ô¹\n
]wE\x08 ¨.ÕšlÓmh
"""
b"—<UK~ÒO=”$`ÏÏåÕ, "
b"—T`êÌÂDcœ¬ò\x11 O`=% "
b"—\¨u˜)@\x01 ‹Ÿéé\x06 Ëv® "
b"ÿ/_\x18 Ö\x1F C╠üW\f ¿Ò‗Ü6 "
b"˜ua˜lWE¼‡>rr§’ø\x1D "
b"˜Øø\x00 §FHÀ’Þø \x0E †«g "
b"™?MšfqFK¸6eJÌ;ü& "
b"š\x18 t?\x12 üOýœ#€\x10 »5=Ñ "
b"š\x18 áÏ`îF\x10 ”»§\x01 îÏO\x06 "
b"š.¦¶ó—CT¹¼a‘F`7T "
b"šQº“¼ÿFå¹ø¾Ú5T„Ú "
b"›`,H¶XA\x01 ²\x10\x1C 9ÍϺ´ "
b"›¥\x08\x11 â?L‹¦ˆR\x03 8jK} "
b"›ÜÉwŒEB³«w½ŸÔ¿þ· "
b"£Å╚þMÏH\x19 ê ıôå×╚a "
b"£®'├ê0G\x02 ▓qÊ‗ÅKÄ\x07 "
b"œÓ\x1F I§ƒOƒ¸°äkðZÌÐ "
b"Ø\e A┴i4Lìò ¤ôéù¯à "
b"Øv\x03 XïoJ/│ñC¡`A}Q "
b"ž}´XÃ9Os”Òû\e êM\x15 ~ "
b"Ÿ\t z3bTAÓ‘‘ˆòÿ‡*œ "
b"ŸvþM\x03 ÀD\r ·\x05\x05 ¾ôÈ\f\v "
b"Ÿ¾[íÝeIL¤w…\x10 ”ÿû0 "
b"ŸàKþE1F‚£\x01\x05\x16\f ÞWb "
b" \x02 ¿P—ÁCX¬¿÷\x12\x0F éæŸ "
b" ¤IóÕÍJy€\x11 í®È¹H„ "
b"í─├┼ɬAàɸQ╦\x15 Ö¦‗ "
b"¢ž&ˆ¢ÄK1Œ\v ¡-ÍîÌs "
b"£\x12 °¼|šF®¾÷©@'ºF8 "
b"£8‰ÅפKÚ½©ÞÒìMH? "
b"úZ®\x1E SûGöÉ]¹1À\x06 Î¥ "
b"úí6╚╦SA¶ø¨┐2+.Éy "
b"£¾0ÿ7~LÒ®`þÚæ¥°\ "
b"ñ\x0E B8\x01 █I|Éäåm\x0F\x06 ╝¢ "
b"""
¤²Q\n
»©Fá¶À4›\x19 :Pê
"""
b"¥E˜µ#ñE¯€%–ƒ¼Í©O "
b"Ñ╠ÁrÅ║E¨ûªZµdEÛ\x0F "
b"ªU²\x17 ÕÉD\x00 øp'ï^³ì_ "
b"""
¦Ä\n
qH‰H/¹ý\x08 \f se\x06
"""
b"ª\x10 <6¿L,ü\x07 ü/³¿ï╠ "
b"""
ºçøý\x11 \n
Lÿ║╣áÇk▀\x1D É
"""
b"®\x04 LËLJL\f Ø%TW\x14 ÒÇa "
b"®\x08 KÂ╔║N]ªÑ\r lü$Å> "
b"©\x11 pn½ÈOÁ› ÁÕÈ\x08 Bû "
b"©\x17 ao;¸Oÿ—¦.ñ%\x10 Tª "
b"©.j»ˆ<@\x06 ¢è*¥QøŽ— "
b"®éÔÓ®|J\x16 é\r ì.r+g\x0F "
b"ª"læ÷éHp¹Aóq\x12 6ƒ¬ "
b"ª/*\x12 gàEe‹Tw¤nAIW "
b"ª¦ö\x00 4\x11 F6•ªYÐ\v\x1A Æñ "
b"ªç«Œ7ÛAƒ¼f\x1C f9¾!Ü "
b"«‚4$¼ïJi·'GV?p´ö "
b"«–áÇ\x1E žJ>¨dx0\x00 ûa° "
b"«µ\x0E Ö\x13 5Np«„\x18 ‡\x07 =ÂÔ "
b"¬ýu†Ð(Hñ¬€\x1F Gvï¤\x14 "
b"sZñëûB\x1E “ä\x08 °sĨš "
b"""
ÀCõo\x13 @t‰\n
Y„}\x1C 9Z
"""
b"ÌJ•ÈJIó–\x14 àIjå+_ "
b"""
«øÔU│¤B\x1A ØRç\n
\x7F ╠£Ç
"""
b"®¬ó\x18 ¨\x13 Gعò…\x11 j4›\x1E "
b"»{4\x07 gäNG¢üCÉme¹\x01 "
b"¯†vßFªIø¸\x1D B`®©Úï "
b"░\x12\x15 nÙoD+ÉZ╔\x01\x01 8y╬ "
b"░┐Ü9"\x11 N\x03 ®§LDÉ®\x10 Å "
b"""
▒ä²Êü\x19 O░Ñ\x1C ¢$ç╚\n
\x04
"""
b"±‹í\x0E ¥IGG¨¸é {qL{ "
b"▒ØØ£4¢@ƒÅ\r N@z#┼N "
b"±ðÃÝrmEⵞzá²q\ "
b"▓\v 5ıÖÉO\x17 ôãm?-2ù7 "
b"³°>—ë\x07 Ne¡ü\v œˆk¾\r "
b"³ã0DÈPGx„1ùöE\x08 "Ë "
b"³î¤$6$OãˆrBTÌ/39 "
b"´A\x10 ðB¡@Ú‰/œ\x08 ":åÎ "
b"´¥Šö6\t FÛ›ÓwGl\x13 žs "
b"""
´°œÛ\e \n
Mí¡\e … #ÐÅË
"""
b"µ¸\f ÁσFЀf·\x01 ’øò\x05 "
b"ÂeåɱûH│½\x13 \r M->ÑS "
b"¶s½½A:D—‡ \x16\x03 º«·L "
b"¶š¶ý\x02 ?Dz¹\x03\x17 áI@X« "
b"¶Û’LnÉC‹ƒ\x08 dè»82\x0E "
b"·\x1A îd\åNgŒb¢\f #éÈž "
b"·…m®¼¤H\f ›\x15 Á› ¢\x12 ì "
b"·Å\x1F -–Hß¹R$Soó!\v "
b"¸\f ô\x11 ßšNᎠ\x0F éNÀfý "
b"¸€„\x00 $õJQÍ\x0E MïäBÊ "
b"¸àƒÛm°D±‹²,\x1D ªå\f\x0F "
b"¸÷G䤰I3¨•\x08 >LXçA "
b"¹x®d-\x7F Gù½§k¤ð#ýú "
b"¹‰ÌNQmBÙž>©¦"((‡ "
b"¹Êe}/õH¶”]“¹\x18 '©_ "
b"║\x0E 3å╚öGá┐À├³\f þÕü "
b"º„ðÒ²O\x7F —7Ë颃‘* "
b"║Þ├©ªñE^ø\x02 w¦É¥%ÿ "
b"»q#Ô.¢KÛ’e\f nÏ‚µ\x00 "
b"¼.Éú4nA»”ý˜X9³5‚ "
b"¼±‰\x08 ÄÅ@¥¾À\x1A kêÆkG "
b"╝Õ \x1D £\x17 Im¢h±ÑÉw\x7F ¨ "
b"¼èÂ\x0F\x1E nH5†oR\e\x08 €Y\x1C "
b"¼þ+=\t ‰EÓ²ýÜŒµà0ç "
b"""
½i\x02 c\QDj”\n
5À€_\x08 p
"""
b"¢ª'eƒQFÖÅ\r ░ë\f ┘óS "
b"½åÐt¯ÜOg”Óù`2\x11 ó "
b"¾vD\x15 äHdºlrû¦ô û "
b"¾´p¼\t C@ä¢$³·ÏÙ…‚ "
b"¿œYJ_ôC]‚\x15 9Ÿ8 ø¬ "
b"¿óúok~IÔŸœ;¬Q²\x08 – "
b"ÀBx~t#E–‘__í\x17\x04 ˜; "
b"└{ÿ±)sE\x1E ŧïï\x00 {┼\x7F "
b"À¡œ\x0F /éAy˜Îß"\x0F ½mY "
b"┴╝ÝLú\x1F J▀Ät$ ì¾\x06 ¾ "
b"ÂDZ0DiA\—¡ÇFm›X¬ "
b"Ÿq‡¬+O²z}\x18\x1E ù\v ¥ "
b"¦oË¿Ñ@f²¦\x01 ¶ÛÍħ "
b"""
┬╬ÓüwQH}à+´Ä\n
?\x1E "
"""
b"ÂìÅiowH+º VÇ[6Õm "
b"Ã\x0E #vJ»D]µ:ï…7H>Z "
b"─ÇÅð9iI5æY4CäÃ-b "
b"─ùBRôÑOôæ!þ╬\x07 .êÉ "
b"Å9ºïy=@é°¨†@ŠÄ\x1A\x0F "
b"ÅbšÎ¶ËEÑ«XÞíÛ\x1C ‚F "
b"┼░¤¤E┬LêÅ)▓GߪCƒ "
b"Åܾ[ùŒL´€š^2\x18 ÍXë "
b"ÆŒôKØ<B˜¹‘ßÔWO±à "
b"ÆÉ ‘TRIY»cȦ‘·Q× "
b"ÇŽÌ\x7F -\n DM»\x00 WÒ¼×0; "
b"È4ìø|1Gv‘³;mhîeY "
b"ÈWYŠûkN"™Ÿêçstvž "
b"È{Ó\x1A ¼\x04 E¸·ià©-Ú£g "
b"É÷šP‡SMUœdD\x19 þ@žŠ "
b"Ê\x18 ù?!\x07 F♪\x04 Ñ2$/” "
b"Êœ*EAèN¾‚p\x17 Ö\x16\x11 ”] "
b"Êã“2p—@²‰šø\x18 'm¬Ü "
b"ÊæåWºøN<NâüáŠËß "
b"ËÎ6î5ÕGÀ-Ú0-\x1D\x17 … "
b"╠8ö«¶\r @─ç:ë^z|cÅ "
b"Í=\x12 —¾„LjŒ%oàpÞEÚ "
b"═gRð&+KjÆÉjyÛ\x1E i\x0E "
b"═Å╔+q}KsñÝ8Ó\x10 Ó å "
b"Ï\x07 1…\x17 ÷F?¹ÒNy.ßfÝ "
b"Ï\x12\f ßì·Ab‡ŠÃ\x1E ÷Ê=° "
b"¤,║g¦C@°Å\x11 ¹┌;³5æ "
b"Ï.°ãš\x1E AÃ\r \x13 K\x02 ðÊ\x14 "
b"ÏQjºÍÉEʉ\x17 àíB€§" "
b"Ïu€×¤iF‘‰qüøûË/; "
b"¤╣2║¨<CKÉ$UXZôÄ~ "
b"Ðå\f +rJAÆ”+Sà·\x7F ïù "
b"Ó<ÆC¿&Gt²Ï\x12\x07 ~Åèñ "
b"Óh/ÒÃzO®·\x11 ÞAvZ\x02 q "
b"ËØxRk\x1C @╦Å?RJı®.Ø "
b"ÓîŒìT0JЉ®\x17 ‡T‚\r Ú "
b"Ô,y„½«GY‚\x18 4°”æ(¦ "
b"ÔWê½ú×J¡ˆÊÛ·.ÿC\f "
b"Ôª\t õd³Aô²\e à3Œæ{ù "
b"ı\x1C scZBA\x07 »├üÝ|Ê┐´ "
b"Õ0;Æ\x10 áL4Ÿû\x03 ^mÎ}ê "
b"ıä\x15 ╚╣ÉHgâ§└p\x1F k"\x02 "
b"Õ—:ØÐk@:¤ÉJ\x1C ä\r \x10\t "
b"Ö\x02 :/\x0F\f F”“ŘìðDT· "
b"""
Ö\x18 Wm7wFq§x[É\n
Ší\x1E
"""
b"Öb’gÖ\x16 OÅ‘Ÿ‰zÉH(ç "
b"׈s–ÑÓE¿¹ìx\x14 –½ªÚ "
b"Îѽ│tÅNeâ0|¥p╠¨─ "
b"׫\x07 /݇G\x01 –¨;]j¦\v ü "
b"×ÙhŽ^|Nk—´\x01 dP¬\x1A\x11 "
b"؆-jè‚Dl¬X\x04 ãu]I¯ "
b"Ï╗\x06 ±k°D«ê(Z>-®Å╠ "
b"ÙQ:òÂ}C\x03 “ò±3´¸ÎG "
b"┘ÜIK═aF░ü\v\x1F È╣■&þ "
b"Ú/^µ&HLgŒ'&0Sûý\x1A "
b"Ú8˜\x13 ¹ŽL\x0E ‡|Ŭ}\x03 Ê\x13 "
b"Ú_f5©‹Gh¶%ûôGçË& "
b"ÚvŽ„4ÉA\v ƒéŽL\x1D (¿L "
b"┌ÐçJ\x08\x06 A®à\r ü=î\x18\x1C X "
b"Úôɺw“F‚„pUî>Ïò& "
b"█ì\x17 §14N┐Ñ1\x1A ªÌëøÊ "
b"Û˜ÐÒ½ˆKt¿\x07 {Ÿ–\x1F\f ø "
b"ÛÌ‹¯,•OÁ…ô\x18\x14 µb¾7 "
b"Ü \v {\r ÕI„Ž ä,\x1C sXQ "
b"Ü"eOcôLH±pЬãTο "
b"Ü=\x14\f z™C"¶7¨W}åým "
b"Ý\x00 ‘\x19 ˆµG\x13 ‚\x7F 4\x1A\x00 D.Ò "
b"¦\x0E 9ÊϺE\x1E ©~Ãü=í_\e "
b"Ý\x19 ePK‘@¯—ãhLf\x16 Ô… "
b"Þv† jÒM2§I\f\x1A ã\x17 ß7 "
b"▀A┐·ÆwB\x15 îÈðuÛRÉõ "
b"ßsbÚGÊJ<¼d%Ç2x„\x06 "
b"ßÖŠ‡çÌHhŠôÍò¬¯;b "
b"à\x01 ¿bþ5C4—aîsU@6ô "
b"Óu┴¢!µKeìr\n █\x0E ó\x00 ½ "
b"àz8²`0Gxƒ=\x1E\x1E !r8º "
b"""
áPj¿\n
‡O7¸\x1E \n
F\x0E mão
"""
b"ߨ$▒\x14 ýMÆàÁıç¸!*\x18 "
b"ßð¹ÅOæO╗â\x10 <«T½\v "
b"""
ãBµ±5²@\n
ƒN„Ä]E\x02 5
"""
b"ÒÆLÕ_lHÖÅ╦\x15 ä\x10\x03 ░\t "
b"äNÂb¤H澺SYKð\x0F û "
b"äËSX²ÚD®€šñO5»C\x04 "
b"äÎy$2–Kl½7\x07\x18 Óe^9 "
b"µ\x19 Ä{█ÿN╬ø|·§_┐Å\f "
b"µ«\x1C ÷ënMƒúüñD\x12 ©a\x1F "
b"æçñäÓ(C¡—;ê¨Æ†!² "
b"þsAðü«OJ┐kø█3ºO░ "
b"Þ\x0E m;\e\x18 L¾áØ═┌r░©` "
b"éd\t _;\x08 B’¼\f\x10 0EËXû "
b"Ú°ÜXØ\x11 AT║\x06 \\x1F ëüʨ "
b"Û*K\x16 DjEäÆü\t êcø¦M "
b"""
êàZmO\v KÍ‚¡T\x07 n\n
ƒ\x18
"""
b"ÛÒò\x05 §ÅJV░SÅùîf\x06 ½ "
b"ë2ý«Vä@A‚žµºá†7\x02 "
b"ÙnÊ\x1C {äF┬ɪô\v\x1C\x1D þ§ "
b"ëoÓºm\x02 AÞÕpÐaã\x07 ‘ "
b"ëè°çª\x15 G?‡t§ÍvâVË "
b"ý0òðb▄J;┤ج═+±7% "
b"ì7\x07 ð\x03 ]C …\v Ž~¦ˆg‚ "
b"ì\x7F Ý®ž\x10 Mg‡½¾&$¾˜Í "
b"ìðýWÚÆA}º%øÂ]Þµ¼ "
b"í,{>_–Dr»\x02 :\e eI™B "
b"íu"FåÙM怫¶bɸ›* "
b"í‡\f FômOÕž{½³°°î® "
b"í¬jgnÙGã¡üY\e ùÑ,\x1D "
b"î=±Vê#N.œ?J¿ÁNuE "
b"îH‰\x14 MôL\x13 ‘ég'\x17\v ÇÉ "
b"ï\\r ,«‰F4·Ò™`þd£¥ "
b"\x06 mg½YE\f À¼\x06 ÙØ¬^Þ "
b"ñGÌ"\e Ë@\x04 ž\x7F µÍ\x0F íÒª "
b"ñ\‹b¸HFÒ ¤Ö¥†™Z& "
b"±a\x1D ▓¹'Hª╝1ÅÐB\x06 ì% "
b"ñoðHˆ\x17 Bв-læ!«nË "
b"±w\x07 9ıÉDâ┤uı+\f Ý\x1A + "
b"ò\x03 8ù9ÏNj‡0QWÂRg "
b"ò®\x1C ´É“@ä®\x1C\x15 ßËj’„ "
b"ó¨Öžîä@¿¬û\x1F 9X6ä\v "
b"ô\x0E Õm\x06 ¸DC¾\x04 ¹›ølÇ¿ "
b"ô.{ì,§GM³Ú$@Qšé& "
b"ô7¬\x03 àŒEâ´¬lÂÁ¾áÅ "
b"ôY\x06\x1C á©C!¯c\x18 hê|H\f "
b"""
§\x13 JÖ▄\n
MM╝\n
[┐\x1A Å\x12\x11
"""
b"ö–\x14 ¿S²K䱌\x1E •JÓ㢠"
b"÷\x1C *£\x1A èNÔ±\x12 =¥ž³€½ "
b"ù\x02 @–!ÖHùƒÍ‘ì\x14 Šƒ“ "
b"ù\x05 º>rBGæŒØ\x16 2\x7F .¯¼ "
b"""
ù"Õ<\x05 >Fß“)…õ\x13 \n
\x0F #
"""
b"¨ªÚl\x02 D9ö~ô¼âw©Ø "
b"ú`ÌSýENU—?‰ö°ßF… "
b"ûiqÐ\t !J+´4œ\x1D Ñјè "
b"ü?,\x19 dóC€®ÇûãFóW³ "
b"üAW\x18\x7F çG’°~*‹sôÿ^ "
b"üø\x02 &ì˜@O¨s,\x1E ªPYì "
b"²I¶#w¼KÚófßäÇìè* "
b"þLA\x03 ¯sDì³4Å\x13 -ÿA= "
b" G©ü&lLf¡Däl\x02 .æ╦ "
]
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 (0x001EBC863BFE48F39417190A80C33027 , 0x018F28E328E67D0BA2ADEFF05DFC2DE4 , 0x018FC3EC8B0C7995B577325D7F0D3CF1 , 0x018FC3ECC5E871F2812AB7FBAD0D3221 , 0x0190BF04D36471E78EEB83F0FF3536A5 , 0x0190BF04D36D73DD89D87EC016AA6CB4 , 0x0190BF06446073C9851C645BA87CA5DC , 0x0190BF0743427344AB43BFFB563A2D13 , 0x0190BF0754F9735E9D0DCEA0C6ED9819 , 0x0190BF0764637324AE06EDBF58E804B7 , 0x0190BF0764A473549C8F13A6440F5D1B , 0x0190BF0779CB7237B3E78E5C67231E6B , 0x0190BF0781B4736386A82D23FA54D191 , 0x0190BF08CBB571418CD6BB9C68A32938 , 0x0190BF08CF987154A875C402DC950BEE , 0x0190BF08D3A372D99658FCBEBBFBE9F4 , 0x0190BF08E04E738C92A5FB2947891389 , 0x0190BF08EE507116AA3CC327845C71C4 , 0x0190BF08FA9371E783674AE41C33D815 , 0x0190BF09482C701BAB8037D26DE7677E , 0x0190BF094C3571BDA9655E6727A9D18F , 0x0190BF09502073CFBB76561A36F53523 , 0x0190BF09502B70BBB2335FF17A7868A1 , 0x0190BF09503472CBB796A93268C2E28E , 0x0190BF09503D70F7833E54997253320E , 0x0190BF095046702BA765CFFCA6C2BCB6 , 0x0190BF09504E72358C02DEF44008DF7C , 0x0190BF0950557266940D486F3E52EFC9 , 0x0190BF09915273CDB6A5351E3B2FD581 , 0x0190BF099334721ABABE0EA6E562BBEA , 0x0190BF09976A7234BF8EE13157094DBF , 0x0190BF099BB671B592649D4A7CFF4FC1 , 0x0190BF09A026731B89DA379430170F44 , 0x0190BF09A45C7262975F23920B73BE8E , 0x0190BF09A8D870CEBFEAC8370B9D60F7 , 0x0190BF09ACF770729A120650782B3B83 , 0x0190BF09B120717AB97CAB8D1A040F01 , 0x0190BF09B56B73E38B6CB46F2809B005 , 0x0190BF09B9D87003A66D1B41268AD5FA , 0x0190BF09DDE77371A986CC3DB946D4E4 , 0x0190BF09E21173C8AE29D2743AB2ADE5 , 0x0190BF09E63D738897DF57E9BEA421B3 , 0x0190BF09EAA372668AF851668CB5A63B , 0x0190BF09EED670C4A0F0D0D2D7775E7E , 0x0190BF09F36770C08841CD1767604743 , 0x0190BF09F3A672989624246E870DC36D , 0x0190BF09F3E67292ACE61EA8B1307D24 , 0x0190BF09F42570348B37805CF808C322 , 0x0190BF09F8ED73F7B901737FCE245E3B , 0x0190BF09FDB3730386FFD64F8CD2EC32 , 0x0190BF09FDBE70138E5DEF850F174EFD , 0x0190BF0A0283706F80C9FD4D68DF1E9B , 0x0190BF0A028C721AB3950B7ABB633A4E , 0x0190BF0A029472889FA3F6AABE37A22D , 0x0190BF0A070D703BABF0271EA2D0AE86 , 0x0190BF0A0C44728A8376E2D0CA19BC95 , 0x0190BF0A0CBD70FFADB10C16CBB33716 , 0x0190BF0A1249728D92BD6C9896D447BA , 0x0190BF0A132E7129A997BD97751415E4 , 0x0190BF0A17DB7213BFA8460CF1E5487C , 0x0190BF0A1A4A7097A2C68A6995718F63 , 0x0190BF0A1CAC7325AE25CCFE50B268BE , 0x0190BF0A1CEC72E38BDCD31BF360FD28 , 0x0190BF0A1D5F70069B823401625DE2A8 , 0x0190BF0A1DD472D2AD016E4BBD1F549B , 0x0190BF0A1E5073AB9ABB1A255E257A3E , 0x0190BF0A20267328BDE624C57580C348 , 0x0190BF0A251470FE85BFB9905F0D1526 , 0x0190BF0A2A1B73BCA8036114F1AC8F8D , 0x0190BF0A2BDA73D59253815A7EAEA7B5 , 0x0190BF0A30977139B7C6CC2C5DB81CBC , 0x0190BF0A32A0709ABB1F53C7CE6D01BA , 0x0190BF0A32FC736A9E30A310AED1E79E , 0x0190BF0A39F07055B6C9CED6A5331D9F , 0x0190BF0A3ED3711ABB9D6040FE19F81D , 0x0190BF0A439770E1AA8F3EE8B1AA89E9 , 0x0190BF0A483970A9B63C1011AB23BD70 , 0x0190BF0A487871CE961147FB6086B942 , 0x0190BF0A4CD472E38AF5C93084A53A51 , 0x0190BF0A51C07141B8EFEF266FA5C691 , 0x0190BF0A569470EC9F3407951FE80DD3 , 0x0190BF0A5B61705882A235BCD4901A28 , 0x0190BF0A601A722D90EEA2692EBCF32D , 0x0190BF0A64CB7071AA28CC179361AB61 , 0x0190BF0A6A0F719F90BAF8BB524E30C5 , 0x0190BF0A6E9573EDA4B746FD77164801 , 0x0190BF0A736D7325ADA2FF6944A88B77 , 0x0190BF0A780F73D6A624B62521AF0BAF , 0x0190BF0A7D6F70B18F3DCE92575C3582 , 0x0190BF0A82D3710B8DB6573A534EE84E , 0x0190BF0A837B7363BC0E9F93EC1BA828 , 0x0190BF0A89F1736CA469E0E6077AB861 , 0x0190BF0A8B0773E0B8BF8366B2824F6A , 0x0190BF0A912273028CAB1510483A976B , 0x0190BF0A920971C0A7F2C5CCA3EDC775 , 0x0190BF0A990471D9A178C6B0BD21AD30 , 0x0190BF0A9A217030916617EB3B7B2758 , 0x0190BF0AA1BC70CFB11461D4167A2D6B , 0x0190BF0AA6A070B58E1AD678B961C013 , 0x0190BF0AAB827138B13793FC0550BB2C , 0x0190BF0AABC070558268801AF19EED04 , 0x0190BF0AABFD711988F7F36839ACD255 , 0x0190BF0AAC3B7087933B11CBD07EF806 , 0x0190BF0AAC7A703590EA8E433D013329 , 0x0190BF0AACBB71E49A000A16DDCB7491 , 0x0190BF0AACFC73D7AB065307686686A5 , 0x0190BF0AAD3D70128BC0425960CF2884 , 0x0190BF0AB24670C6852EA0CD8CAB23E2 , 0x0190BF0AB2537055AB1B0C1F1EE1B6C9 , 0x0190BF0AB76E7380A6364A90AAC17919 , 0x0190BF0AB7AC738F9966D4F419836F0E , 0x0190BF0AB7EB7304B59E791EA34276AD , 0x0190BF0AB82A73218E962EC1437C6637 , 0x0190BF0AB8697323B4B63BF131D2DA5C , 0x0190BF2A31297203832613E6EDE81394 , 0x0190BF2A313671F8BB41530CBE83A4FC , 0x0190BF2A31487026AD68B7B8368E845D , 0x0190BF2A3151729BBA2CF65739A688E2 , 0x0190BF2A315B73BFA825FF9A15AFF68C , 0x0190BF2A316573E58F48F23AC0D008EA , 0x0190BF2A31A0701A95F057DFD899C0E1 , 0x0190BF2A31AC71FEB876507A84A0883E , 0x0190BF2A31B77160AA70C538984E0A39 , 0x0190BF2A31CA71CAB2B7CDCBAD407E93 , 0x0190BF2A31D5701C9E152B4DB50C1A5C , 0x0190BF2A31E071499B6193E5BCBC457E , 0x0190BF2A31EA73868228B35CB6DAB4F0 , 0x0190BF2A31F572C5A256397FA8DB64E0 , 0x0190BF2A32017059909D92CB1B3CDA51 , 0x0190BF2A320D737FB11855EE71D6F0A4 , 0x0190BF2A321872EC844A5BB71321FD28 , 0x0190BF2A322A738B8C44B8EB1AC1B983 , 0x0190BF2A323472E7AB7BD4C9F44716C0 , 0x0190BF2A326E71D3A5A655D49600FB27 , 0x0190BF2A327A71079A2DAD1C1A864A5E , 0x0190BF2A328E70EA8D7FBA2CDDCBBD73 , 0x0190BF2A32A3710EBC21721721F0D42A , 0x0190BF2A32DE73FA9EAD3E6EA67F8E4F , 0x0190BF2A336C715F8CE72C8F1263FBFD , 0x0190BF2A33B47072A7193C2AB7253AFD , 0x0190BF2A341970A687178B4B09F3AC9D , 0x0190BF2A454B72DD836931320FFC98DC , 0x0190BF2A684A713C8FD8624C42F8D2B4 , 0x0190BF2A699D7363957B60A05C0A1137 , 0x0190BF2A69A77154AC21D04B0F73F754 , 0x0190BF2A69B1706880F503360CC7C351 , 0x0190BF2A69BC7272A9373533F4D00200 , 0x0190BF2A69C672ECB5D26D4D47399E59 , 0x0190BF2A69D073CF91249DAE8AA758B2 , 0x0190BF2A69DA7341AD7F6D6F4B3D4091 , 0x0190BF2A6AE271A6934137EC0A69A204 , 0x0190BF2A6AEF7341B803C9DA03009D1E , 0x0190BF2A6AF97295A96D76214BE9F633 , 0x0190BF2A6B04736B84CF3E776C38BEA8 , 0x0190BF2A6B0E739CBC672BCDF0BF5C78 , 0x0190BF2A6B197197BBA1D31BA3DE45A9 , 0x0190BF2A6B24721DA240084C3DE0CDDD , 0x0190BF2A6C2972619F40AB7BBD55C01F , 0x0190BF2A6DAE73D696413879F7822116 , 0x0190BF2A6DB873D8A297061AAEC7C8DF , 0x0190BF2A6DC2713182ADA2D02D8BCE16 , 0x0190BF2A6DCC728A8F9723DCC6DBF45E , 0x0190BF2A6DD67001A8D45AC261741DFE , 0x0190BF2A6DE37074955DEDF6A6A3E034 , 0x0190BF2A6DED71A89CDFFECF5DCC0D34 , 0x0190BF2A6DF772E2BFCD910070D480B6 , 0x0190BF2A6E0171368BE6BB123449F7EE , 0x0190BF2A6E0B720390DE0AEB1D728360 , 0x0190BF2A6E1571F5B25801A12568C210 , 0x0190BF2A6E1F71ABB6C684F4524C9577 , 0x0190BF2A6F5B7298B26E7CBFA84B139E , 0x0190BF2A6F6772D691D9C33C1D6693D1 , 0x0190BF2A6F737231B2F91C1161C77E56 , 0x0190BF2A6F7E7262BC4933C20EFC5984 , 0x0190BF2A6F88731CA0F5C60C98E5A34A , 0x0190BF2A6F927157A93086D1DC3848D5 , 0x0190BF2A6F9B708C9BECDEB081098A85 , 0x0190BF2A6FA570F298139EB9BC735054 , 0x0190BF2A6FB071EEBB6676934C483928 , 0x0190BF2A6FBA719B9A290B1119E91B49 , 0x0190BF2A6FC47363896AE49B0336F0BE , 0x0190BF2A70F9722297E95078B1477A97 , 0x0190BF2A71047142AACC5C55EAB091FF , 0x0190BF2A710D70E883DD0835A5D4F2F1 , 0x0190BF2A711773FBA75E202FB6325912 , 0x0190BF2A712073039BC12A5B7297FE3C , 0x0190BF2A712A707DB7594C2A39379BD3 , 0x0190BF2A721E72919AF6A9B7E27A43DE , 0x0190BF2A722973769093A439728FBDB5 , 0x0190BF2A72347207B1E9FDBFFDCEE9EB , 0x0190BF2A723D72A1943D647A673375E1 , 0x0190BF2A724771E39E6787C38992AD39 , 0x0190BF2A725071828132D4FF8FA200B4 , 0x0190BF2A7346734684ED2CD46F7D738C , 0x0190BF2A7350720A99B1DCB8B4D77A25 , 0x0190BF2A735B71B3B7AA8CF0DBAFB4A2 , 0x0190BF2A7365705397B0270F1CEE1F39 , 0x0190BF2A736F71EB96721C49265BA6F3 , 0x0190BF2A737871FFA5AB0F11E873E33A , 0x0190BF2A746971B0BF9CE7C1B4163482 , 0x0190BF2A747473128A8A7DC0FD51C475 , 0x0190BF2A75D871CC934E37779F254BA5 , 0x0190BF2A77C27141BD3AF3B86E19B531 , 0x0190BF2A78E0707F8A934FFA7BB86117 , 0x0190BF2A7A3A7248B780DC29C2EADB12 , 0x0190BF2A7A467218A7F58C7B625FE3EB , 0x0190BF2A7BB670F6B3155C983D8E90FA , 0x0190BF2A7BC17208A041BD809D8384DE , 0x0190BF2A7BCD7351A8462137DE7DC83F , 0x0190BF2A7BDB7011B73966C904353D48 , 0x0190BF2A7BEA71D4A4CDCE2E0CD06D4D , 0x0190BF2A7D1870F9AF97A3E060955B3B , 0x0190BF2A7D26711FAB9ADE62EF25D642 , 0x0190BF2A7D3170178C0246DC6DFC7916 , 0x0190BF2A7D4972BEB393DAC984A1F6DB , 0x0190BF2A7D54733FACA6259DF0FCAEB3 , 0x0190BF2A7D5E70F3BE33D739DDA24F31 , 0x0190BF2A7E7B718ABD451A01D3784D64 , 0x0190BF2A7E8B7049957942CD696049EF , 0x0190BF2A7E9B70D0907FDD6DA117E23E , 0x0190BF2A7EA870149811B4C0BA5FC5A0 , 0x0190BF2A7EB370D48C5AEEDB38AF3920 , 0x0190BF2A7EBC70B4AE1D87259506600B , 0x0190BF2A7EC673DF984EB37BB5948FA5 , 0x0190BF2A7ED070CCA03351433CFBBBBB , 0x0190BF2A7FF372739FCEE9A9C2150B8B , 0x0190BF2A7FFE71A1A3EA7B7ED4549B1F , 0x0190BF2A8008733785002042938042DF , 0x0190BF2A801372A2BAA650C95F188BF2 , 0x0190BF2A801D71DC8DE4516F171CDAF3 , 0x0190BF2A802770BFB46BFA64D10B398D , 0x0190BF2A803271DE9BAFE9D9F6651A0A , 0x0190BF2A803C73E9A0BA7FAE389EFBA5 , 0x0190BF2A814F73AB84B844BBFA6BAC7A , 0x0190BF2A815A71DCB5F7C20B899744F8 , 0x0190BF2A816673ECABA6D3D855EDBD4F , 0x0190BF2A8170723697CBEC7AEC27B541 , 0x0190BF2A817B7199A882D65FC9E791EA , 0x0190BF2A81857190983ACF9C6984D7FD , 0x0190BF2A818F73808EC8DDE487F7D1CF , 0x0190BF2A81A370838567369232E60390 , 0x0190BF2A81AE73B0834970177EFD0715 , 0x0190BF2A81B8708D8825833E85948B05 , 0x0190BF2A81C27083935287D86B721392 , 0x0190BF2A81CC70A4A9825CA707AC1FA9 , 0x0190BF2A81D5739AA8F829A2B07BE612 , 0x0190BF2A81E67268A360FFD5D413C70E , 0x0190BF2A8221728E860BC4522CBCCFC3 , 0x0190BF2A822B72599BBF5ABAD833A9B0 , 0x0190BF2A823472B3955895656A15BE68 , 0x0190BF2A823E729AA3877D06D5209764 , 0x0190BF2A824873078FC82A397765847B , 0x0190BF2A825372E3B31DDB608DA92B85 , 0x0190BF2A825D73B68883C68E53FA0F12 , 0x0190BF2A8266716CB7978EFE7C9D3E49 , 0x0190BF2A837C7209BE38BC3027221C34 , 0x0190BF2A838771C08A33F7BBD6C05ED6 , 0x0190BF2A83937109A3C78D8DF0ECEA87 , 0x0190BF2A839D736F8B38BBD18883B0F6 , 0x0190BF2A83A871CEB5E6EEA553F58C8C , 0x0190BF2A83B27341AADCB84002E999DB , 0x0190BF2A83BE71669DEF80D88C6C8229 , 0x0190BF2A83C8722A894F814AC0F8ABED , 0x0190BF2A83D27216A37571AFC5339FA0 , 0x0190BF2A83DD71EA84B7F8B9E92F63FD , 0x0190BF2A83E7713C858F40651B678453 , 0x0190BF2A85107224934024D80A4CC9E9 , 0x0190BF2A8519705099D00C84705384A3 , 0x0190BF2A852371C8BAB4AF868B961084 , 0x0190BF2A852C722996F5BF8D10DE6056 , 0x0190BF2A853773ECA745C3EF0622DE94 , 0x0190BF2A854171219426B7E266564228 , 0x0190BF2A854B7014B737EF5194E0A4E3 , 0x0190BF2A864A70BB8436924D59D92C1B , 0x0190BF2A86547372B4CFF3704AF1D787 , 0x0190BF2A865D7266A66A9D35D396685A , 0x0190BF2A8667721192B050332E19599D , 0x0190BF2A8670720E92C5DECB641DA093 , 0x0190BF2A867A715B96FC6BE5A0D5F54C , 0x0190BF2A86837376B25F2DF3898A4A1C , 0x0190BF2A868D7308B6B0A0928CC2E764 , 0x0190BF2A8696723FAE8D36093789E4F6 , 0x0190BF2A869F715CAD83121E0E737F6A , 0x0190BF2A86A973D9A3B76CF2D13CA2D9 , 0x0190BF2A86B270A6978F468BB9279179 , 0x0190BF2A87B870BF95A726057AB3A600 , 0x0190BF2A87C2736597F128BA2E4858FF , 0x0190BF2A87D5706DA1D80308CE60BAF9 , 0x0190BF2A87DF71AFB080611C30682167 , 0x0190BF2A87E9730F881FEEADB3CAA021 , 0x0190BF2A87F371F6AA415C23D8597C14 , 0x0190BF2A87FC714289846EA981FB71BA , 0x0190BF2A880571DFA80BC996EA06825B , 0x0190BF2A880F72FAA55D12210433AED7 , 0x0190BF2A881873B984A7E7679096B4D2 , 0x0190BF2A8822719CAE854201FCE6C401 , 0x0190BF2A882B73A6BC7EC3AE7CF254D5 , 0x0190BF2A884E73C1A143FD00C7DDE495 , 0x0190BF2A885771EDB3A0F46291F31594 , 0x0190BF2A886073BDAD9E96995BCBDC0C , 0x0190BF2A88697130ACDE171309EFEF3B , 0x0190BF2A8873701092376DFBC40A69BF , 0x0190BF2A887E73A78A0D2EE5A936B281 , 0x0190BF2A888773B4A151E576AE8E1976 , 0x0190BF2A8890722AA4851920F3DDAE44 , 0x0190BF2A88997035821C15D45BC9C78B , 0x0190BF2A89B273388F178DAB17A80D56 , 0x0190BF2A89BD7314993032E404FB954A , 0x0190BF2A89C67271A4FE09743B608FA0 , 0x0190BF2A89DA737F86B5BA0C809909DD , 0x0190BF2A89E470E480385AA57BFCDC3B , 0x0190BF2A89EE7309A815256888449D81 , 0x0190BF2A89F8728E89C499BC9CCE7674 , 0x0190BF2A8A01729EA1F630BA6CA9DEEE , 0x0190BF2A8A0B73CEBB8FEE65AA4CAA67 , 0x0190BF2A8B197327B99487BA6D426292 , 0x0190BF2A8B237336A5FF4C593CD7E357 , 0x0190BF2A8B2D709A82080F6FAE6F5B2A , 0x0190BF2A8B3872C0939145CDB6DC9095 , 0x0190BF2A8B437330970ABEA9B9864C35 , 0x0190BF2A8B5273AEB0F69CE134F6496D , 0x0190BF2A8B6170EDAE7B285F725D3A80 , 0x0190BF2A8B717278A484D6AA885CF8AE , 0x0190BF2A8C837036B3EAE2B9A55A57CC , 0x0190BF2A8C8E7339B9EE60D8BB08BD30 , 0x0190BF2A8C9972F69BF8464E7E6501C1 , 0x0190BF2A8CA47047A89341FBDB25516C , 0x0190BF2A8CAF73CC9F614C6585363CAC , 0x0190BF2A8CB970EBBA96578E487111BF , 0x0190BF2A8DC2711496DF446D9712B2CB , 0x0190BF2A8DD1738B88377EDD2F8AAF89 , 0x0190BF2A8DDB7293BD1D2B3E0E914467 , 0x0190BF2A8DE472F199D36F9FCEA9FAE4 , 0x0190BF2A8DED7294A3BF1D4E70C35471 , 0x0190BF2A8DF673919F6E3ACDD6FBB8DE , 0x0190BF2A8DFF7242A8ABC339FCB25BD0 , 0x0190BF2A8E0872DE8097EF7EA2007A5B , 0x0190BF2A8E117047B15A02D4E20A12FF , 0x0190BF2A8E1A736D9CA912BC95CF3E07 , 0x0190BF2A8E24731A9B1BBCCA9B394598 , 0x0190BF2A8E2E73A0AE591791AB8F2329 , 0x0190BF2A8E5A70F7BE182B0779AE22BF , 0x0190BF2A8E7F730FBF994FD12DBDE16F , 0x0190BF2A8E8A7221AB043BEA70E27C0C , 0x0190BF2A8E9D73CBB1085B6A1F4D2635 , 0x0190BF2A8EA8714F8F4906E815748AF7 , 0x0190BF2A8EB170B2AF534E516ADF8A40 , 0x0190BF2A8EBB70B98336795956D4792F , 0x0190BF2A8ED773818C5E632827F27D6D , 0x0190BF2A8EE9736EB6C322AA364D8CE7 , 0x0190BF2A8F2671DC9223C4E1557A22A8 , 0x0190BF2A8F30729DA6C526106FE7EF9A , 0x0190BF2A8F3A7221A1DDF5B2EE91E128 , 0x0190BF2A8F4B70B2B677D6628EF262D7 , 0x0190BF2A8F547145AB85B919206DE044 , 0x0190BF2A8F5E7251B6D61704FD3123F6 , 0x0190BF2A8F6971729E5D05706C784E16 , 0x0190BF2A8F747186B2B7A836DD4C796D , 0x0190BF2A8F7E703F875F30254726C15E , 0x0190BF2A909A7213B3E68BB7C1C47AFA , 0x0190BF2A90A57027B76A7DD8FE051E77 , 0x0190BF2A90AE701BB1BCBE3D745BAE24 , 0x0190BF2A90B971D1A977C50EE8F3078F , 0x0190BF2A90C37095B7A73EC2E7E3E5C3 , 0x0190BF2A90CC7300A1A49C1D7C201E2F , 0x0190BF2A91C2722B9192EEBF3D1FB875 , 0x0190BF2A91CC7251901006F09BE4F9E1 , 0x0190BF2A91D6724196BB77DA1ABE65EF , 0x0190BF2A91E071A08FF5DD3C91987C29 , 0x0190BF2A91E970E7B936F21961561E05 , 0x0190BF2A91F271DC94FC5A7E72C49A20 , 0x0190BF2A91FC72C28F6A37CB614CC4F7 , 0x0190BF2A9205706D90BA47BCC2839BC0 , 0x0190BF2A920F7391994783210E83E3AF , 0x0190BF2A921872E2889B1E70FAC35723 , 0x0190BF2A922271FAAF262BFC7B552917 , 0x0190BF2A922B703DBDAA9F865AA9181E , 0x0190BF2A923570E1B8575320DE62F679 , 0x0190BF2A923E739E816F50BE547006F3 , 0x0190BF2A939A71B2A166C4B09A369D63 , 0x0190BF2A93A5733B914B0AD21E41ACEC , 0x0190BF2A93AF70EDA4B1EDECE8D837C0 , 0x0190BF2A93BA722F806E32E6A6C1A1DC , 0x0190BF2A93CE714D8F1DD041EEB2BD34 , 0x0190BF2A93DB72EF90020B7C7907C8D3 , 0x0190BF2A93F57110A65ADF0FAAE2C941 , 0x0190BF2A94007184866B018BA99FF1CB , 0x0190BF2A940A72A2880AA2CC7AE53DF3 , 0x0190BF2A941472AA855E073156988CD0 , 0x0190BF2A941F73F484A52C5FE7181BBF , 0x0190BF2A94297358877FB242B16D0A64 , 0x0190BF2A94367300BDCE6CA4843A0798 , 0x0190BF2A94407161BD3A0D7B471510FB , 0x0190BF2A9553738C87B00D8948A05E78 , 0x0190BF2A955E733EA58044620437C6AB , 0x0190BF2A95687320B1075D672529E300 , 0x0190BF2A9B2B7297A776E68F6261C01E , 0x0190BF2A9B5B7043B94928A5A6AE13C5 , 0x0190BF2A9B6F7085948EBCBEC0BC17CD , 0x0190BF2A9B79717BBC7ECEE772A21273 , 0x0190BF2A9B847120B213533DDB650E75 , 0x0190BF2A9B8E70D98659707F1356890A , 0x0190BF2A9B9770B18245E1F1D78A01EE , 0x0190BF2A9C9E73888ECC6BB48EC5D1C4 , 0x0190BF2A9CA973DAADF9CD98B3C16036 , 0x0190BF2A9CB37200AA45F1785D287FF6 , 0x0190BF2A9CBD7261B088F08CD2DCDCC6 , 0x0190BF2A9CC770E8B8C7E50049B1944F , 0x0190BF2A9CD0716EAAA1B7AE52AC10EC , 0x0190BF2A9DE5711383BDECBA5D06F04D , 0x0190BF2A9DEF737E9540D47B1E20E6E8 , 0x0190BF2A9DF9726DAAF51812DEA7748C , 0x0190BF2A9E03702AB79E1DCC7AE4B711 , 0x0190BF2A9E0C72ADA44E4125E085EAC9 , 0x0190BF2A9F1671708AC4A2ABF789294F , 0x0190BF2A9F2171D48BE4AB7077924947 , 0x0190BF2A9F457045A9A6534850E1EC38 , 0x0190BF2A9F50715DACCE7CB0512EC914 , 0x0190BF2A9F7372B88DE59B9E8DAD2F68 , 0x0190BF2A9F7E70E095857B4B7DA44165 , 0x0190BF2A9F8973D980FC107DA6E9A031 , 0x0190BF2A9F9373818142BA7136EC86CA , 0x0190BF2A9F9E7112B5B4675F31B32852 , 0x0190BF2A9FD872B3A7622C0F1BB4DC7E , 0x0190BF2A9FE37081B05B2867402FBB03 , 0x0190BF2A9FED723390251A1BC675675D , 0x0190BF2A9FF97071A00E8B537A5128F9 , 0x0190BF2AA0047036BAC606BE5E4CEA7D , 0x0190BF2AA00F72A0B368B0C380B17922 , 0x0190BF2AA01B728D8052E9E1623B086B , 0x0190BF2AA025705597C2F53BC8331FFA , 0x0190BF2AA0307317A9DCAA8912E63A36 , 0x0190BF2AA03B722EA08C2C8D351C82B0 , 0x0190BF2AA0467036A0B622A214FDD279 , 0x0190BF2AA05272B98A2243AD601569C8 , 0x0190BF2AA17973498AAEE040659397C0 , 0x0190BF2AA1837124AF646BB0A8F0E80F , 0x0190BF2AA18E738A89404867F071F98A , 0x0190BF2AA19971BE9748ED13AAD94467 , 0x0190BF2AA1A473EC843463F0FE35EE54 , 0x0190BF2AA1AE7339A2E610CACD5F89E1 , 0x0190BF2AA2AD73DAB66F2EE293D43AC9 , 0x0190BF2AA2B87271A7AD3552F5AD0D4D , 0x0190BF2AA2C2719A9386D03B48739C05 , 0x0190BF2AA2CC7161A074F27AB1B4BFA9 , 0x0190BF2AA2D672D9A788E57AD9DA2F46 , 0x0190BF2AA2E073759C3AFD7F2EE11609 , 0x0190BF2AA2EB739092F95CE62AB1F7FB , 0x0190BF2AA2F573FBB7598DC3C8EA4505 , 0x0190BF2AA2FF73A491D038D4584CBD32 , 0x0190BF2AA30A7290A7D8D285EE68A100 , 0x0190BF2AA41D73ADA41D03EC15582453 , 0x0190BF2AA428710287FC18286A38D2D7 , 0x0190BF2AA43C723FA6CB7CDF2FD8F47B , 0x0190BF2AA4467332A62F1708B280B4E6 , 0x0190BF2AA45173AD9C67DF874E9A8AA9 , 0x0190BF2AA45B730FB431C059766FDAD4 , 0x0190BF2AA4677069905CD8B38932D28B , 0x0190BF2AA471705289E3B37C031B985F , 0x0190BF2AA47C712EADFA91A6BFA04DEA , 0x0190BF2AA59670C5A2E6CD2F006A5AEE , 0x0190BF2AA5A9734AA5A5BE67637ED0CB , 0x0190BF2AA5B4732EB67F13A99B9D1FE0 , 0x0190BF2AA5BF7143A6CDBD067548DD6F , 0x0190BF2AA5CA70ACA0C49489B2C76B91 , 0x0190BF2AA5D571EB89C7A1DD30DF952D , 0x0190BF2AA5E0720BA2246E49AEBF932F , 0x0190BF2AA5EB702CA3AA25D515A062D1 , 0x0190BF2AA6097315AA9FC6B9B836D017 , 0x0190BF2AA61571A4AC4F1BC615E0CFED , 0x0190BF2AA62071258A6F4E9FE5F44235 , 0x0190BF2AA62B72259D5FB559C91BCCFA , 0x0190BF2AA63573598DF84C25F3B7CEE9 , 0x0190BF2AA640720ABDDC63E54E11CA01 , 0x0190BF2AA74673CCA7C54E18A1AD0687 , 0x0190BF2AA75171879A3B5899227DD54F , 0x0190BF2AA75D71589479B23F3E84D62A , 0x0190BF2AA7687049BA7DCBD9649C3B03 , 0x0190BF2AA772705D8A1CE0704E79B6B4 , 0x0190BF2AA77D734EBD27980B7DB7804E , 0x0190BF2AA788725DBF48BF171128B3F9 , 0x0190BF2AA793723A8B775186E00125A1 , 0x0190BF2AA8D573EA9F34ABCB33B64052 , 0x0190BF2AA8E071EA8D1B49DCFED8068B , 0x0190BF2AA8EB737CB9BE98A62C37944D , 0x0190BF2AA8F67389A3A30F3DD5456DD0 , 0x0190BF2AA9037348966EC601C77749AF , 0x0190BF2AA90E7058B60D3150F3F0788B , 0x0190BF2AA91C718DA0E44FCC97036CE1 , 0x0190BF2AA9277340AAFC5CCF43EDF711 , 0x0190BF2AA93271FAA614C318A5F88272 , 0x0190BF2AA93C736A94369FE0448965C5 , 0x0190BF2AAA71700886A46F007ABF60D9 , 0x0190BF2AAA7C72268E2B2FDF96A1A5BC , 0x0190BF2AAA8771FE96596AEA84242CBF , 0x0190BF2ACD3C71449F220017A6B92B0B , 0x0190BF2ACD467266BB75A548BFEC1BC3 , 0x0190BF2ACD5173B3BF1E373A66EEF2D9 , 0x0190BF2ACEA370DC8DEE27081A7B310B , 0x0190BF2ACEB17039A81325017AA90BB4 , 0x0190BF2ACEC270D5AA3A423C2307FD42 , 0x0190BF2ACEDD710B98051B0B8FD42348 , 0x0190BF2ACEE8722C8F4F355C4B23411B , 0x0190BF2ACFFA733EAD578C13A271F600 , 0x0190BF2AD00671A49428B20828A2FC05 , 0x0190BF2AD01272F89EB5EB72439F216A , 0x0190BF2AD01D719DA7397BD1EF9E542B , 0x0190BF2AD028706C95575BE12270801F , 0x0190BF2AD032702E9A2219DE21A2C6C7 , 0x0190BF2AD146701194BA281BFE26653F , 0x0190BF2AD15770838D1F6F3C179A5C2D , 0x0190BF2AD16770B59691D78EF0AEA5AE , 0x0190BF2AD1857101B0EB50A02F91C15D , 0x0190BF2AD190702192B729287C1F8B4E , 0x0190BF2AD19B72A1A91A6F00BD27372A , 0x0190BF2AD1A7736EA0A785A87393DF91 , 0x0190BF2AD2B3713AB71915B68C6EF4B8 , 0x0190BF2AD2BE720E93BC3014C44C29D0 , 0x0190BF2AD2C97130AE33415D0E31B1D4 , 0x0190BF2AD2D47083850F17E8F1C631AD , 0x0190BF2AD2E1728899139AF67223E7A1 , 0x0190BF2AD2EC7006B1B76FBFC8AF199C , 0x0190BF2AD2F772E79920AE639BC4CEB9 , 0x0190BF2AD301734BB5EDAB768BC0319A , 0x0190BF2AD44B7129ABFF1F7479F6A4CE , 0x0190BF2AD458737489AD63A187270CF7 , 0x0190BF2AD46473C491CE84C6A9A3E4F2 , 0x0190BF2AD46F70B8B1D58E69F9030E55 , 0x0190BF2AD47B700C9ED7EC5685D41388 , 0x0190BF2AD48673C6ACD9AF8271B394DE , 0x0190BF2AD49273B3AE29E84A3C3A3B5A , 0x0190BF2AD49F731C9DC4A78AC64AA04E , 0x0190BF2AD5C2716886920487B76E86D8 , 0x0190BF2AD5CE717EB5D22D8B3C1E4C10 , 0x0190BF2AD5D971B7A7F364E5CFC6F6BA , 0x0190BF2AD5E470B1B19586B087729083 , 0x0190BF2AD5F370DD949C57678871B0B0 , 0x0190BF2AD5FD7358B83B4CA48FB8E640 , 0x0190BF2AD607719DB7720F7E9ED4FB54 , 0x0190BF2AD73870FD8E89ADAD17605270 , 0x0190BF2AD74773F699D4C95CAB895DDE , 0x0190BF2AD755731180FCD5125E0D0832 , 0x0190BF2AD76271ACB5D7ED1477B11D00 , 0x0190BF2AD76D733AA160A08DBD066D26 , 0x0190BF2AD77872ACBF6692014911B9F9 , 0x0190BF2AD876729687AEB0DBE9050498 , 0x0190BF2AD880731F8C28D76369C386AA , 0x0190BF2AD88A715093DA95CA9DEF8D67 , 0x0190BF2AD89470759EEB8B0C0D28812D , 0x0190BF2AD89E71F1B6A70C00D0C566C4 , 0x0190BF2AD8A871149C1068A7AC876F43 , 0x0190BF2AD9AB7132B49EAD7A90541D4E , 0x0190BF2AD9B6732C97BBAE1B28E0C31B , 0x0190BF2AD9C172E9A1738A3EF63C40E9 , 0x0190BF2AD9CC712A9F06C9D0ACD02F98 , 0x0190BF2AD9D67117BA0EF1AA73A7EF42 , 0x0190BF2AD9E1737AB50A2FC4BD3394D0 , 0x0190BF2ADB0F73399EE9D6F5008ECE4A , 0x0190BF2ADB1C713687554431D8845FC0 , 0x0190BF2ADB287323B710C8E5D7B5E3CE , 0x0190BF2ADB3570DE9909013430B299AF , 0x0190BF2ADB4471A4A97ED3E6583EC0E0 , 0x0190BF2ADB5071F3AEDB2B312BCD1667 , 0x0190BF2ADC69735FAE36CBDCA8FD4618 , 0x0190BF2ADC7471628B35472B9C371E01 , 0x0190BF2ADC7F70BEB93CFB3937BEFA0B , 0x0190BF2ADC9673BF9977D85DB6F7A982 , 0x0190BF2ADCA173F6B647E014FF1375A8 , 0x0190BF2ADDC373208E90CE422C746A67 , 0x0190BF2ADDCE70F6A60B3D3A2F8A4B9A , 0x0190BF2ADDDA73A3B505C747AC8353A1 , 0x0190BF2ADDF571ECA7298D63F5BF0087 , 0x0190BF2ADE0872BF951EB70B339553AC , 0x0190BF2ADE1A7003A94CACC8A89CF590 , 0x0190BF2AE03171579D665904D512E1EC , 0x0190BF2AE040718CAD8F3499798FB552 , 0x0190BF2AE04D708FAE1D9E9FD6675423 , 0x0190BF2AE05D71ADA0B6BB02B760CC2C , 0x0190BF2AE06A717390F97278D0A699B9 , 0x0190BF2AE1BC72D282D862FF469EA61F , 0x0190BF2AE1D4712FB917D56A7A728B1E , 0x0190BF2AE1DE727EA2D0EA6379E68D3E , 0x0190BF2AE1E97176BAE0DCEA55A44787 , 0x0190BF2AE1F4728BA669E62892085D29 , 0x0190BF2AE2107121B0BF8DBD1BBA1BF9 , 0x0190BF2AE21A71B7ABD9580764D310CE , 0x0190BF2AE22573F1BF1DA85477B3746F , 0x0190BF2AE22F717FB9D76C8684106D42 , 0x0190BF2AE23973F3AEE3ABB46731A264 , 0x0190BF2AE244716A9160422067888B9A , 0x0190BF2AE34470398707F7E1FA1B348C , 0x0190BF2AE34F7339B8AA20F90DD51708 , 0x0190BF2AE35A72E1BEBF42647936036A , 0x0190BF2AE36570D0964484395E71B20B , 0x0190BF2AE37372419B576040689FB02E , 0x0190BF2AE382719BA2BBE5DB7A58F87D , 0x0190BF2AE49C72C2B9968666385B5FB3 , 0x0190BF2AE4A770328584F0054D746B0A , 0x0190BF2AE4C673259966A342E8C839DD , 0x0190BF2AE4D17347B7B502B50FE21E21 , 0x0190BF2AE4DC72DCBCB23B2DA27D96CE , 0x0190BF2AE4E8711DA7BD93CE4A576DC1 , 0x0190BF2AE4F3727587CAE257910982E6 , 0x0190BF2AE4FF71BA82BAC2B94DA4B508 , 0x0190BF2AE6E0731BB75F30E4AC9575BD , 0x0190BF2AE6EC71D78E6D0B670DF117A2 , 0x0190BF2AE6F87308B63E4B81A995C467 , 0x0190BF2AE70370F28B316AEBBFF9C555 , 0x0190BF2AE7187019B7AB6FF7A39650DA , 0x0190BF2AE72473D4864A78B88F546403 , 0x0190BF2AE72E71F1B3A9493EE8B7C298 , 0x0190BF2AE8357280878FC146F120AC51 , 0x0190BF2AE8417023B4E5B4622B869E03 , 0x0190BF2AE84C72948435484A195BBA70 , 0x0190BF2AE85770988EE7DD41E82E51D5 , 0x0190BF2AE86273E2A4D8765B1552DAC5 , 0x0190BF2AE86C70379DF7E1C99FCE27BC , 0x0190BF2AE97973A59EF82D036434D6C1 , 0x0190BF2AE9847173B76FC9ABD0471FAA , 0x0190BF2AE99A70238813D776C256D4D2 , 0x0190BF2AE9A573B7A415F5EFE63974A3 , 0x0190BF2AE9B173A58F7DA8E9D49B2FDC , 0x0190BF2AEABD718A8828EA4C87E4F22B , 0x0190BF2AEAD67041B8A311AC9BC81DBA , 0x0190BF2AEAE1729BB92A31349C6C5A33 , 0x0190BF2AEAED71A680D9DFAAAEF503CD , 0x0190BF2AEAF8721188C090D7AD30285B , 0x0190BF2AEC1272DE89D0E59B34D7A35B , 0x0190BF2AEC1E71169CBDDE8B18CE3168 , 0x0190BF2AEC2B713482C44EEB20FA4BA4 , 0x0190BF2AEC3772C197A05F97122A7995 , 0x0190BF2AEC4173179C1CC476B4A161B8 , 0x0190BF2AEC4C731DB752AEE6BEF0C492 , 0x0190BF2AED5071E2B2021D114A9F8160 , 0x0190BF2AED5B7193B2B059E300C1CA02 , 0x0190BF2AED6672B2B72259D0AB3FDA3B , 0x0190BF2AED7371FA925FD482E974E97E , 0x0190BF2AED7E70FAA1C201AB6885D9C9 , 0x0190BF2AED89712CB5381D0D61FCC2C3 , 0x0190BF2AEE9072399773E9A70C32EEB3 , 0x0190BF2AEE9B716DA785EF484DD49CF6 , 0x0190BF2AEEA671168E85A14311989608 , 0x0190BF2AEEB1739195AEF9F0FFB31EF7 , 0x0190BF2AEEBD737C8F8E76C6683F1CA9 , 0x0190BF2AEEC87001982CF22B69EE5BAB , 0x0190BF2AEED371158A4D1E0C97C0BBDB , 0x0190BF2AEFE0717EB942DDB6BF1EF370 , 0x0190BF2AEFEB70A19BC4E0EA1A886955 , 0x0190BF2AF01670F9BE95000C3E4719B0 , 0x0190BF2AF021732A918E3B91CF6F0AA2 , 0x0190BF2AF02C7183BF6BEAA0904F52F3 , 0x0190BF2AF13F738FA16E25E02EF6A788 , 0x0190BF2AF14B725FA2D8855C7F39CFA8 , 0x0190BF2AF157724FA7350BFC1C17517A , 0x0190BF2AF16371A49D8E1E7680FEA81F , 0x0190BF2AF16F737D9AD4BEB9F9090AB2 , 0x0190BF2AF17C70418EB141BFF9784B71 , 0x0190BF2AF18872F8927864E339F05FDD , 0x0190BF2AF2B171839E1EEDE45BD2FDEB , 0x0190BF2AF2BD702184ACC8BEE28BC38E , 0x0190BF2AF2C9738198D76080A902BE9A , 0x0190BF2AF2D5702E8D6F069DAE6B315D , 0x0190BF2AF2E0716F93CA4738957DEB6D , 0x0190BF2AF2F172DF85AA456EC2CB2BF3 , 0x0190BF2AF3047377AF772B88105E1ACA , 0x0190BF2AF31671FFBC4EB96798487D1A , 0x0190BF2AF3287041B259F86CFC0AC496 , 0x0190BF2AF339714F87E503C05DB6EBB0 , 0x0190BF2AF48670488C555454E0D6D080 , 0x0190BF2AF4937133923C35CEA22F3174 , 0x0190BF2AF49E736DA1FEA74B4DB000AE , 0x0190BF2AF4A8726D95666E10D4C6D0FD , 0x0190BF2AF4B37211932CFB9CD846113B , 0x0190BF2AF4BE73F9910C2C4037E91645 , 0x0190BF2AF5D672D9920CC8CBD72CE430 , 0x0190BF2AF5E170B9B0D3513AA36EDE5E , 0x0190BF2AF5EB72778B158803DE75F633 , 0x0190BF2AF5F5722C8C7DE60C604FEFE8 , 0x0190BF2AF5FF71C881A99AC1815975AD , 0x0190BF2AF60A734BB09BE6947177451D , 0x0190BF2AF702734DAE83CC02481397DA , 0x0190BF2AF70D715C9C78DFF4031800B6 , 0x0190BF2AF7187207A5D4DF5C2A1946E0 , 0x0190BF2AF72472C993C6CA41F8AEADA0 , 0x0190BF2AF731736E982B2A791C1985A7 , 0x0190BF2AF73C73258E72A90D94017592 , 0x0190BF2AF74873998C793FED99B2721A , 0x0190BF2AF754712CAF83DA416799324E , 0x0190BF2AF75F72F29EBEAB4230B675C2 , 0x0190BF2AF88172DF83A00980252729F7 , 0x0190BF2AF88D71E68250B5790CE827CD , 0x0190BF2AF89870D7A6C86081314239FB , 0x0190BF2AF8A471078549562E56DC0696 , 0x0190BF2AF8AF704A9371096B00EE5D20 , 0x0190BF2AF8BB719B8CAF574B0EF60C33 , 0x0190BF2AF9B572DF95BE174209F63AB4 , 0x0190BF2AF9C0735298ABE231E32F8707 , 0x0190BF2B94B87266A545EECD04EE9B33 , 0x0190BF2BCCE2720CBC2952C298BB7BFC , 0x0190BF2BCD1A71AABBB3DC4A56AE09D7 , 0x0190BF2BCD28717892CBA26DD7CE4F0F , 0x0190BF2BCD3670029FA5D423752E4612 , 0x0190BF2BCD447317A5EBD1C63AEEA4C7 , 0x0190BF2BCD517226A556A34EDC9BDA97 , 0x0190BF2BCD5F720482EAE51D291D86D5 , 0x0190BF2BCD6D70D5A2E220C7318BD233 , 0x0190BF2BCD7A719FA93A6F16CD23D63F , 0x0190BF2BCD86723A80CDEEE3AF398CAA , 0x0190BF2BCD92739DB6975A48D5565628 , 0x0190BF2BCD9F72B290053216CA3B138B , 0x0190BF2BCDAC71688A14F9726452BAA1 , 0x0190BF2BCDB970B397D0D726CF53E5D7 , 0x0190BF2BCDC67390BDE76F6B71E78CF5 , 0x0190BF2BCDD7711E8431562D131AA248 , 0x0190BF2BCE4870C6805721D84DB6CA15 , 0x0190BF2BCE6E73B5960BB6326065A7CD , 0x0190BF2BCE91719387EE89548061DDD9 , 0x0190BF2BCED1703D8A034F4EEE9C8A6F , 0x0190BF2BCEF37006B16E9330744686AA , 0x0190BF2BCF157248A119D8F4D84D9527 , 0x0190BF2BCF3A73BD9FAEBD146065EFA6 , 0x0190BF2BCF4970B8A22D588B510C5A49 , 0x0190BF2BCF5670BD81E3BF55293EF5E7 , 0x0190BF2BCF6370878A4272B0AFB3CE2D , 0x0190BF2BCF7372959DBFF8F3A4459C67 , 0x0190BF2BCF8373E2936B4C4DCE36FFFB , 0x0190BF2BCF8F73B7A0EB994ADBA19186 , 0x0190BF2BCFE17040ADD5C4F72C7F3FE4 , 0x0190BF2BCFF1735D87DAC16EF78B9F4C , 0x0190BF2BCFFF7034A12913480D59E355 , 0x0190BF2BD00D717E96FCC982E77C5915 , 0x0190BF2BD01A7277895A0F5735FD711A , 0x0190BF2BD02773FEAB4017FB3313B2E9 , 0x0190BF2BD03471F1AB92B7367A799D9D , 0x0190BF2BD07770B48BA1B2F17DF7BCE3 , 0x0190BF2BD08473F187E313C45D6DE00D , 0x0190BF2BD0A8713799248BF746F39F55 , 0x0190BF2BD0B47339AB1E6C6F3D20C2D5 , 0x0190BF2BD0C170429A8B62DDED332BAE , 0x0190BF2BD0D17002A810C15243EA2934 , 0x0190BF2BD0DE73259EF3E3CA90357C47 , 0x0190BF2BD0F3739DADDE8F2A29509EC5 , 0x0190BF2BD103710097F4E30CA2D45EB4 , 0x0190BF2BD11272499B61A14D33599F5C , 0x0190BF2BD35A70939B624BB186455EDE , 0x0190BF2BD369728D822F686C02E20E88 , 0x0190BF2BD3777275BB452351C14547DA , 0x0190BF2BD3847243B02ADD6DD61F0A30 , 0x0190BF2BD391738EB1D43884AB0BF5F5 , 0x0190BF2BD39F7289B80E6B88D510104B , 0x0190BF2BD3AC738BBBC2F49D26042027 , 0x0190BF2BD3BB717AB6200D3115539C48 , 0x0190BF2BD3D6727F8A1866BAEFDB2885 , 0x0190BF2BD4EE7305BB95842820533CE0 , 0x0190BF2BD4FB736CAAA8AB6856B5D3AC , 0x0190BF2BD50C70A19DBB934955354B4A , 0x0190BF2BD51A73C282D945C5F9615C68 , 0x0190BF2BD527723986E0235F91FF597E , 0x0190BF2BD534724F930409B0A1FE6D2C , 0x0190BF2BD54272B4973073C54F60B222 , 0x0190BF2BD54F70BABA98B3FBA10A23F9 , 0x0190BF2BD55C71B699040F69ADAD4E7B , 0x0190BF2BD56A72E9942AC6443D1C0558 , 0x0190BF2BD57773EE884C081D230275AB , 0x0190BF2BD5847080A9E0659D1B57A6CE , 0x0190BF2BD592736A8AE64DFAF898262B , 0x0190BF2BD59F701CB46557B61C0D7243 , 0x0190BF2BD5AE735E98E1007C0B393E1F , 0x0190BF2BD5BB706DA5C009409BD913DC , 0x0190BF2BD5C77115BBBAD8246E20D54C , 0x0190BF2BD5D5702BA3F5FAC58EF6209C , 0x0190BF2BD5E2705C88CC8FF625B1FF72 , 0x0190BF2BD5EE7178B7954417015975F9 , 0x0190BF2BD5FB72C7A0221FAF047478AE , 0x0190BF2BD61570A5A9D8751323FD3D91 , 0x0190BF2BD7617307AD18529C106EFCCF , 0x0190BF2BD76F7129A1E0030A28A431FC , 0x0190BF2BD77B7128AC2FA37993218535 , 0x0190BF2BD788733DB10DC503D5793443 , 0x0190BF2BD7977387B6579559A31D614F , 0x0190BF2BD7A473A09BE6E3E8D8CFF021 , 0x0190BF2BD7B0713EA1AAFAA990FA57C5 , 0x0190BF2BD7BD716FA5F6A6537B3F8EEF , 0x0190BF2BD7FC72F9A83E3F626E120FFA , 0x0190BF2BD90A715C85A260A2C2BD8464 , 0x0190BF2BD91771BA931E61F81D1A4C40 , 0x0190BF2BD94670588106FE3768107C70 , 0x0190BF2BD95373919C3E7634D95E9709 , 0x0190BF2BD96072CE842DCCDD8DB01A3C , 0x0190BF2BD96D7334927C27BE17A0CB9E , 0x0190BF2BD98672C395C624DC02185D2C , 0x0190BF2BD9AF71E68F93C056567DC6A3 , 0x0190BF2BD9BC71738BD6615E385FD3AB , 0x0190BF2BD9CA70C69A2A83F11EA8BB90 , 0x0190BF2BD9D771E1A18255D6449B270F , 0x0190BF2BD9E570B584F764CBD7641EBD , 0x0190BF2BD9F5735694D0C61D0F997826 , 0x0190BF2BDA037360A238410265DAED55 , 0x0190BF2BDA1172DBA0E325236AA64529 , 0x0190BF2BDA557130B1E3FE0B04DCCBC9 , 0x0190BF2BDA6372998F4722B543410B03 , 0x0190BF2BDA71709F965C64EA4DD6DDE7 , 0x0190BF2BDA7F70C3BAD7971DD1385063 , 0x0190BF2BDA8D725A91AED45613ADA56D , 0x0190BF2BDA9A7294AFAFE3E4DCE61901 , 0x0190BF2BDAA8730D829E3BC690FD5450 , 0x0190BF2BDAB672C6A355C1837DFA65E2 , 0x0190BF2BDAC470F499A111D3AE8CFEF6 , 0x0190BF2BDAD17058A68FC0BFA29064D5 , 0x0190BF2BDAEC71EA9AC38880A282DCE8 , 0x0190BF2BDAF873128C7995734B697B8B , 0x0190BF2BDB0573888FDD8F4FF7EDB208 , 0x0190BF2BDB1E7148ABCA70057D2A0230 , 0x0190BF2BDB2A72BDAC2137DA3A3E02DA , 0x0190DCA06776715A99E9A98C5ABD799D , 0x0190DCA067C07043A637DC8388E1A180 , 0x0190DCA0680A706B8644161AD1DE9E8E , 0x0190DCA068557258B0ABA3EE85EC020E , 0x0190DCA068A17371AE6AE94ED4004D58 , 0x0190DCA068EC72E0996514AB0518EA7E , 0x0190DCA0693670D6AEE1EB0EB7C72A5C , 0x0190DCA0698270A6A849B46D398B21C1 , 0x0190DCA06B4E70F7B72B2DFF15B3CD52 , 0x0190DCA06B99706A80FD937FB2FB0C36 , 0x0191BB5A082473B6B4751064DFD5678A , 0x019228B759407F57880DE026C11C0152 , 0x019238187F8F77B2BB67AC41E3A5B432 , 0x01923818C3747962B2C625CBA80AA3C0 , 0x019238191893745DBFCA5D1E6E90BA38 , 0x019248C927397EFEA1693DCBCB704930 , 0x019248C9569E73BA97DCEFB60DFD321B , 0x0195B4E99DFC73B08A28986DAD288FD5 , 0x0195B4E99FCE71A5B9F606FB316E4A4C , 0x0195B4E99FDD71A487751BFB139512AC , 0x0195B4E9A03A71299EE6828E73312CD0 , 0x0195B4E9A049729FB49F8B40309518B3 , 0x0195B4E9A05771CFB08E7282BAA03F67 , 0x01BC05F75B8D407992BD3BFAAB258CB2 , 0x01EBD997F04D408EA5B3626C543B5817 , 0x02961D823E81449A8C51C0CA109EA504 , 0x02F2B063B91045809724D45607FFC9AA , 0x032DEE76C7574F73B2ED7980E534A86A , 0x032F7435816E46C0A38C2B4AE0D9028F , 0x034C6A0E9DF64CDBA5BAA2A099DC0FEB , 0x0361211C77DC476FBC87FCDA47879C7C , 0x03BE1B1977A540F7BC6CBDD281E6EC07 , 0x044FE4EC5B1A44BDAAF50D17E4D239FB , 0x04F49872DEC34F5B8D2D3EA8CC0FE3E1 , 0x0547F7ED419149B892D0731007C4A602 , 0x05915A31EF614A839DD4F0D3F60706AB , 0x05E4F7568F284368828D633DD22C8AE2 , 0x05F87578895B4F8B8FFFEA1EB9054049 , 0x06D59DCA41F849B09C3CD56867F8EB7F , 0x07968F453C744456916CB373C0F28908 , 0x085A7FF6488C41E58F8CFCE952636443 , 0x0A033CED9CC0418FB28DE482F71ECF55 , 0x0A6966D855454B0783AA521775E8EED9 , 0x0A726D3BF56D45AFA1CF5AFAB0468D99 , 0x0ADDFBF5F464425D82E2C9E25865911E , 0x0AEA9A58272B42C79F2F00D3F1F37F8D , 0x0B6ADBDE43E84F76B7F8291B9A392AC0 , 0x0C6696BBF79D44218A13A858FC912378 , 0x0C83774A26F445E3887580AA054D097D , 0x0C9D4BAEFCB3474FBD59716C4630DFFB , 0x0CA9AA2D5CD0407DAA5E46FDAF25480D , 0x0CF66E657FFA4C708D0838592CA5FD13 , 0x0D83F6534F624288935CE8047892A195 , 0x0D983DE00F0A4FB293019D0D366BE1E8 , 0x0DA16C7E9B1D4EC29905D636D807AEA9 , 0x0DDB4FE7ED2D4498826A4757DA978E46 , 0x0DDB9A4928754484B3C8B57C6FBBD20F , 0x0E58142386C64E99B53D338D4E19CAA6 , 0x0F37809C655340F1BC4B698A924A590F , 0x0F5F9B2105B844648B32BEC49C2089C5 , 0x10A5C7D4B15448B9BF90728219A61AC8 , 0x111F5624804B438896AB709EE124278A , 0x1139ECE06E364007B77BF81073380471 , 0x116DCE3762A54BC1A91D1B49BC821A1D , 0x1174D7E2895B4BE496994063A45C8B01 , 0x11B0ABEC153048319A0DEC32ED9E5663 , 0x11EF9DF343B6441D9FB616A34DB1F082 , 0x1339EB6AF78D425585CAC9046C4E66E4 , 0x141AA7C4A2314C89989C7DE752B01A8F , 0x1434D60978D742B8A8ABFB659F796072 , 0x144B10FD875F4BBF85753C7AC91EA946 , 0x145D1AB7C8704503ACDE80D1C476FC41 , 0x14BC6F56555249B989F748E1EDA240DA , 0x154ED7C6A2E14ED7A1FF381CC111C096 , 0x15B28D280F9D49BB80D5ED5C8BC0334A , 0x1654EDBC7D7C4DBF808E7AF656C421BB , 0x16B3D555537E4C108DA634995D21A062 , 0x174DEE10306446B4A5D232A0B3137894 , 0x17D08C63F7FA436EB906FEE6489CE9E6 , 0x188D2706B2F8453DA1B96E18EE4ADBD2 , 0x19110DECCCE848B5B17D46DDF0B0CF4E , 0x19321FE477CF4E1E968D5BF0F1808294 , 0x19692A3B30B3410E80C205C195A42106 , 0x1A8BC3BE1E224C408637376C58AE5D2A , 0x1BBDAC1200224913B4328F55284FF7F6 , 0x1C3F3760D9444E49BAF3F6185A2CF1D4 , 0x1C4EA9FB7B0E43D49F42A4AA919BBB07 , 0x1C6594A1790E4239A73C73C0BD2A53F6 , 0x1C65CC28053E45C791C7DF5BAF9C6ADE , 0x1C856852DEF24482A978066246519EFE , 0x1CB906115F814BD49D3C2882663D2687 , 0x1CBAEF48D6DD4C10AF2ABE30CDFB0B0D , 0x1CDB02DCAF934AC49FC6C21A69DEEF6E , 0x1D5EE0924FB24E4887EF3BB2913BD0D8 , 0x1DA89A6CA61A49838C4A488DA86806E6 , 0x1E2DB905E9194184B994741D51C8CC1E , 0x1E8330BFEF004F75BBF2EFB22FCCFC30 , 0x1EAAD7CDDDB042DD9C223CD1E341C5EE , 0x1F1C64877D284615B36FDA15D074A044 , 0x1F550E4654E14AA3B65B691D8CB8DBBE , 0x20013C0D071747A39926189E2978176A , 0x202E7FB5FE0C468D943C58AA15EC0AC5 , 0x20D74F9767184229A12DAF1E89D8BB25 , 0x21418D98F96B4E7190E2CF190A778F0F , 0x216F68B09F42469298FAE191FDC34FA9 , 0x2257764C93C94408A9D6724813A80D84 , 0x231905AAA8964F7FAB8F7B9112169E6F , 0x2344DD25F454430DA0ADB14FA5FA4D56 , 0x23A011B5CA7C4188A11A4F6C61923A31 , 0x23E21E80C1A843669D756FBD1685850E , 0x24A1A74877CB4C1CAA6227E6F1C1737F , 0x2507876AC5C74686BDCFBBD7F975534A , 0x25EB50E8956D4D89A2170758B6C13F63 , 0x26342178C0B14E93BC89437E60CA212C , 0x26709AE8C25A4816AE789FDAB714BE57 , 0x26918B6A2035451C82D1A6DF84BCD3BC , 0x27BBDE367D034DFFB3DE9F217B39C13A , 0x2823A503F1964FF7BB5CDC797A66BDA9 , 0x283D264C26374943A3CD1F7B55191C8A , 0x28609D4A96EA459092745595A16C7DF7 , 0x2870AD6095B34D9FAA487F5DEA2794F2 , 0x28C6281D19504ED5ADA6CE63E90CA3B2 , 0x28D0CDCBBBAA4CCFA62F0F52B1A89539 , 0x2A2D2F990D7E4AB884A07FC1C46D0367 , 0x2A802C00023A41A682C8E6929B92C1A5 , 0x2AB718B83D824B0DA3F286F5CDA04E0B , 0x2B2B51FCFC054E0EB3B42F46133980F1 , 0x2BFD278E87204807A890DA4A3E81DD90 , 0x2C6598E5D2F241B1BB01AD685DEEB19C , 0x2CB2BA7C63124709B4A4552E3587418F , 0x2CEC6665ABC04CD5A7F67125C137191F , 0x2D812A880BA942B7B1F8BD3C3726FF34 , 0x2DD2A0CB8C0E4A7AB87DD70B21C10008 , 0x2DF1B513569B48C2A209B64BBF56851C , 0x2E254D3D706E41E5BA75C7141B02DC52 , 0x2E7BE3B997DA48A4B85B3ACB339191B5 , 0x2EC4FF15BF2846768CEA78E513800438 , 0x2F3F9225E4464771B7C6BA68233D7292 , 0x2F4253D67794488CB8B60BE8F99DE0CC , 0x2F72050F39614F22B09108F84832AFD6 , 0x2FA5EF6C091343C49F417ACE28371339 , 0x30D275AEB3B34CFCA3F62704160A7894 , 0x30D3490092654D87A4EB7C350D1E86DF , 0x30DF39A883084CA59D83C75E51B1BD66 , 0x311697B1EDE24408B433F65C41A29EF3 , 0x32032CE63C3143B78E756E3CF4B97D4D , 0x326E57D271554872BD088E897300A3B8 , 0x32F82F8238BA4200903B0FA7C6A877A5 , 0x3394655B450849779D5EB51542282519 , 0x339C3CAF56D44D40AF9C32B56AF2526F , 0x34532D797A1D4DFCBF927DB154E66E9B , 0x34D76A1500CB47E58357D62F77F09762 , 0x351CE7FA6B3C4E52B92525BF33D39FEC , 0x357F5C03D1D244C2907E8E6511A7383F , 0x361B019798D84BC69906DD85ADC61A8B , 0x3620076DCCE54CE08369DD86CC503B8B , 0x36F3229844C5455190F695D703EB4412 , 0x36FA197B21384F2B9654C0267ADCDD64 , 0x3786526A33C240FEB4AE9E57588FBA32 , 0x37AD075108AB49B9A722DA84FFBA3CD4 , 0x388926F5F7EA4BC1B0638F4C9F72A89F , 0x38B005368FD74569A11AFFC5A5F9163B , 0x39DAD54C97CA4CA78FE1116B0B48529C , 0x3A1483CCAE7E427C869E205146A315E2 , 0x3A766795C56E432798C8546DA38F1E2B , 0x3C7D7A938CF54C6F8FA89E8BCCDD4FC0 , 0x3D10B079868C46EEB114FB690D65341A , 0x3D5685535AEC445E8EE259D2AA907BEC , 0x3D81F9EC7B0143A4B5D8A7235A871B48 , 0x3E8AC740B43841ED9BDFBF5CDE53957D , 0x3EF31D3D29D3445683A8EA4AB7B75FE1 , 0x3F1161E995444F5DBB6F11EDF29B5C4A , 0x403195D84C754657A77890010C5ED05D , 0x405DD9542FAE4CB1B9357E9C48DE9EFF , 0x41E5013B67D64D3A92B7A275DA8AF441 , 0x41FF01075565443988BCC8D3F806FA82 , 0x421B18D597E6442ABAEB35F6E893ED1E , 0x42443400A56241D0959F99373997BDC6 , 0x4387DA8E46F144829E8471AFF4DD6D8A , 0x43CECB159E6149579472F0DEC59A3D60 , 0x43E664BA83754A178876AEF9B7AFF916 , 0x44733EC5D41C43ED913615EC1EDC22BC , 0x44DF8ADFF3FE4387AA7761D8A14B5182 , 0x4578804407B944F39B3C62BAFCBD447D , 0x46811D7F12E1454484BCB0F3532143A6 , 0x469EB7A8C5974F05AA02CBA99BE73BEE , 0x4776F3E919434173A098C543BB74DB4C , 0x477844203F024854B4A28FD54403416B , 0x47E2B8CBF1D6476397126935AA44DD8B , 0x47FC96DF6187413F9B85D392A4CF59F7 , 0x48414782D9DA49E28B6CC78D6ADAB84B , 0x4871DFF0DE4F4370A1B8153F2157290F , 0x4879162DCFC8419DB01176657148FBF2 , 0x48AFC17458EE46F2B1CAC3F5D98D8A75 , 0x4B1EA3C2C21D486EA32C678AF94A8C45 , 0x4B678A8098E34336BCB1712D0C3927DB , 0x4C0BE2DF72C64E6A8DF644643715F027 , 0x4C2E6A5BF4DC4B08B3C02BD41FAF01DA , 0x4C3CDE5DF5194C3D9963C230C1D2C94D , 0x4C70B61B222C424C94E1D65F32EF2432 , 0x4C8C6E398D2A4BEF82BFEE9BCFA386B8 , 0x4D5D635F2DBB4060A9D24F29C305E747 , 0x4D77E23303934854917B9A88A15451DC , 0x4DBCBF87D11942FA99AD13D4F9A587AB , 0x4DC9EA9194564EDE833F1991270049F8 , 0x4EAB35FAF7C547AB91271169AC459014 , 0x4EC07D86196D4A22BFD44DFAB02CB2A2 , 0x4F22C2B66E8E47D0BFC251A82F8875B3 , 0x500EED1B3D8C4B528E9C792DE517B0BA , 0x51581D7586E0480B801AABB5B085BDCC , 0x5188D7F3135D49A3B67CDC9F6EE65AA5 , 0x52454DB2ADF942B2AC079A296F454A10 , 0x524D85C28B5A4FBD9D567DD997AF2F56 , 0x52E66A6B32A84E9589948CC8E66666F5 , 0x53250245FBE849A1BFCF74425421578F , 0x54083EEBC6BE4ABF9A3E9028E0A5AB7B , 0x54147692CBFB43419A6D11E26CAD44DC , 0x544A3335B3404ED78A4842A5A3076B89 , 0x547A09455ECC410EA22DA99B518E979A , 0x549D6A7B365A4AD289327BB41DF14A50 , 0x54D102F9C1964F07B393F15504E2A0CB , 0x5525A440E3F04CEE828D4AB1B423306C , 0x556D28E1C6884562B7E872BD06F7B421 , 0x55A3173E8C4A49C6AA124D56FEF12E23 , 0x560F90B14B0347D994F55E07EBF52C8C , 0x5647860E1B4B4B60A3EAEC372C47CB00 , 0x56623E64DD6E4DA29BAC46D824ABE222 , 0x56DB3832E37C413CB3D2FD4874141C72 , 0x56E0264B39F34321ADE56EA6C6E53235 , 0x5805DB64F1524453B755327FFDC5ABAA , 0x587E513B39F84E0BB326939B51474E0C , 0x58D284638FB947A4B73B0FF25BA6A6F2 , 0x58E062896B814769ACE313EC7A1A7C5C , 0x5958162930404E4090359253B8A6B09F , 0x597126272BEC419FB4AB57B35588D4D7 , 0x5997D91DC0784997BDEF68DFC5A08912 , 0x59F97CFE1E7647A6860E032965ADB4DC , 0x5A272B045E124F829F79AA1CB415B5C3 , 0x5B2C4EC241724DE0A96D9FC5F38923C6 , 0x5BFDA674BE0240A486D2D696E63E7F3D , 0x5C37D1C9E40443A3A99A3E5E84432010 , 0x5D5AC841DA7D4E77973A8ACF2B7318A1 , 0x5D9F9EFF5DB04B4A8749844E4E2A1622 , 0x5DA674F0D11242DEB1C13A557FA1D2AD , 0x5DB886C97C254F8FAEB28732C799DFA4 , 0x5E643EE23FDE457CAEB79DB8714B50A1 , 0x5F10B2B85445424BB29C1EE4A8BD86C7 , 0x5F7BD97D2F2D45439A466C08074A3A56 , 0x5FDB470493634EE68A582B8DA2490317 , 0x6049EF01CB424B66B066DE33A4344BFF , 0x60726CA772BF4A7491EAA1C781763194 , 0x607B1A2D0E794C0FBA390D556A2604AE , 0x619E3B6275A84945ADD0D04F0AF2E3EA , 0x6211C6669F434670BC9550F20219B36A , 0x624A5A6F713E467E8FEDC40784C23CF0 , 0x6256B473567047579A06082F2BCE87D6 , 0x62AA57B01D624281B8A0EF7F0176D647 , 0x62BBCFD637A74317AEEC5A3A79522128 , 0x62C481E5AF9E47CE8645853E3016C43A , 0x62CC75BAA3634AE1932D22D1DF91D239 , 0x634F10A21B78401EA10D7B3AEF5FB631 , 0x63ABDACFBCE54EEE8120F246EC117858 , 0x6455478A8B4441B5A02DA16249A026BD , 0x6464F504DD464D80A64A82F7F88994CA , 0x64B104CA2D7F459B8A91B3CC305C679F , 0x64DB994344DC47149C7E051B32B2105B , 0x66C98F492E93438088383C3E595ED64E , 0x66FEBF50FF12483DA036CC284D478EDF , 0x67CD277C11DB4D1D9040B90D548ADD32 , 0x6821328F143649EC896C8764DED122EC , 0x685738F2C4E74184BB4926098DD7C73A , 0x688A1B6E83DB4C0B9E69B0052B2960EF , 0x6920304F86FC447797AEDBEE2F25A526 , 0x6924DF46256B4F81AB8C182327859ADA , 0x69A76278E3424AE3B055EDC2326B294F , 0x69E6B524E18B4AFCB39BB8CE7D5C115C , 0x6A57C5A6662447AEB8DD8F946305BDC0 , 0x6A8CD0E0B4CC4AACBE15120A8C6BD280 , 0x6A9FFBC657144A0A94FB4B01393FC199 , 0x6AAE68729AFE479DA6181F23C9F42361 , 0x6ABA0E272FF44E13AEE1DFAF8C3B1269 , 0x6AD05AC794E24F30A54A80F48DF88646 , 0x6B64A06F72094CFD8CAFDA7414C3A29F , 0x6B8AEB47705E42AEB45FAA9FB6FBC9EB , 0x6BDD427944DB4472A9C917B550168E5A , 0x6C8B06C3CDC24B4F97D34BB1A22C7CA1 , 0x6CA3D1BE72864BE5B1A8A3AEA5B570C4 , 0x6CDEE537A38C42C88CEE406DED6A8D41 , 0x6CF1F15B1ED9467ABCBA1A69652A9BCD , 0x6D16EA6F8668494885B7E41725DC1016 , 0x6D69DD77A53E4EC4BD3AC1F20C8BB45B , 0x6D9343E2D7C74EF5947CB47B370538D3 , 0x6DB9433568694EAC9451F0D8B2BD3639 , 0x6E4A4A7DF7384A56AF67F59C274532DC , 0x6F60726B107643FB8FCEF347ED8A49E4 , 0x6FAAB9451AE74EF487536D9404CB5A70 , 0x6FC6762CDC3C45A1858C4790E6C6CC2B , 0x701D01DC1A7C46949B93029E1707DB70 , 0x7041611833454587BDF7775C317B58B2 , 0x70B048B71F9C49A2A3FF3D6F016AA01D , 0x714ED977FDE444BF865092FADA517021 , 0x71DA29BCEAE4414E92A5BBF8A529A7A2 , 0x732F321A50324CE8AC900C091FFB7419 , 0x733BBDC066484408A5D69EB157B24BB6 , 0x737B70D9F69848F5B35BB3CD74C9CA03 , 0x73D821DDC08B4677A9EC66282B86941A , 0x74148994C031458CB27863816767B2CF , 0x749D1B56674F479B9FAE060AE4BCCBD1 , 0x7502C2D06EB84ED0BE26E715F93486F6 , 0x752F96ADA8D74F0E9CB621A404770BB6 , 0x75E6BE28D1D947409C7518AAC8F5AA16 , 0x76128470C49441068029D0606B5EA36A , 0x76AB836F58164D54838EB4F65E142E8B , 0x76C3053B1AE1497E945D8AFD92B2EC11 , 0x77093BD61DE547FCA5D5C2425EBACEBA , 0x77250A5B213E4BBFA2FA22AE4D3FCF5F , 0x7750BE1E570F42B39242E36843321CA3 , 0x7827F00244A045309D494629F5D9C033 , 0x78AA66818B6949DFB52B9FEDCE72EFB7 , 0x78BE6E70F3F44239A1E2E8FAB2DAE085 , 0x79A57C8FD8FF4F66AC7E5ED693BD5CAE , 0x7A7A61065A0444E3BB9C5D17B6DD9373 , 0x7AC7B69A313F447CACFF156AE7E16E42 , 0x7B366027B96B48E99CDEE76B9D3FD262 , 0x7C1D076F38194B9891A20AD7DB6CD2B8 , 0x7C8D349F054D481C9104286A391DB19D , 0x7C99B9DBD37C4DB6902C19B12FA79877 , 0x7CCE6C46ABA54767A4EF3EF2B5947115 , 0x7CCF575D60FC4D3E951A2DC5ACCD8EB2 , 0x7D92D7B1056745EF8F9B9DD7DB28806B , 0x7DA8C80565BD4350843B41633EA0FFA1 , 0x7DB26569E8B8451798763240DA8D39DB , 0x7DB93FA86E8E49C8A1F9EDB2C9021F91 , 0x7DC5D607387242EC99822F0C9CB525BA , 0x7DE987BE3F384E248962C2A8994A6D32 , 0x7E2105DA878441F2A64337FDE71992FC , 0x7E61095F1D71408A9A3661D2A9DCE46D , 0x7E6A87443C584FADB3780EE732B870D4 , 0x7E6EED7157B3465892296034812C1FE1 , 0x7E74971AB8D5458F96BAF0CA7FA68CB1 , 0x7E7F4C9000E34561835031D31CFA724C , 0x7E9BA8C93F574CB9AFA6D7FF035168F0 , 0x7EA67251576046BF9231F1B737998EB4 , 0x7EE51556B4B84EBD91675B2DC2BB0AFB , 0x7EFE067E1ADC496EB537679C19A341CA , 0x7F4E886DFEEE4B90AAA7627B4324A347 , 0x7F5CD37CC20945A1B76D2A68894A6ED6 , 0x81C89BB3931848008E4F10E5F2942A26 , 0x833908011BCB4AEE8C7F7035ED09C571 , 0x8345D0141A094EEC836D10101D65FFF5 , 0x83AD446A8A8E44B3A734B9DEED04777D , 0x84B85AB5FDEF464B80344F695DE8EB0D , 0x84E2509754B645B89BB1A7CA6C21E215 , 0x85314F9DA39F47E58C85D715E72E02F5 , 0x85A8351E32564BCDA1697A110A660377 , 0x868821EFD9784E1DB452F688D8B918BA , 0x87067BFDD73F45E7858F1FAC10B2DFE9 , 0x8745BF050B034CC894F53658E8133828 , 0x87930C2E443C47B2B263D94DF17C9181 , 0x87C9343698C74C3B900FC2AD0F27C368 , 0x87D2FB84C543410F95896058CB243D95 , 0x88CC46E4C2E044EB959D31808A1741DD , 0x897D688456D549AA8F47F875BC30FDD9 , 0x89E8740C13A74C429C63BCFAEAAA66B3 , 0x89EEE1216A524811A5333BC6FCF33545 , 0x8ABC12469B8D4AD0BE152C8BA697EB92 , 0x8AD93AAE310144B58689B59C8CEC12E1 , 0x8C0AA035CF8C4573B9ADE4C3DB7092F9 , 0x8CBE5489ADD143FB8AA1DDE2B6C4284D , 0x8D0757BB4AB24B78A235A99FDBF8FD3F , 0x8D827F2DE20741AB96DC0432F51E6243 , 0x8DBE40F3B61C48B3A4AA3A3CEED69275 , 0x8DD6FCAAE716413BB4396165699DA553 , 0x8E33ABC20A194AFE9ED8108ECBD77A7F , 0x8E723EEA900047888F8B94E9F24009BD , 0x8E8394B73BC24C6A91F98590EB6B4D25 , 0x8E97931174304AA2AE4F1162EA91B282 , 0x8EB1AFA3BE7C4AD59B33A7BD7C040F88 , 0x8FAC9DA4CE73437AAD4B087B58AAAA7F , 0x8FB6EB73354E43B0B9AB378842087A1F , 0x90259EE8A0704E49AD392B35426898FF , 0x90751A7BFDFE41958D330222903A068C , 0x909FDCA1CBC847EC976A99FB4DE98D16 , 0x91B703A62E4641159B949A8A82073E9F , 0x91FDF435B60E4B0AA6E5BAD95C321056 , 0x92704842135C40E4A33C3AB21CAD6621 , 0x9271A5EB3EEF4C61A10B4882D623CD6D , 0x9279ECBE3E6246DFB028A9F4D3D22A2E , 0x92BA4904611D4AC09EA4B40D38EA6D24 , 0x936927F89E1A4E74A93098CF3467C84A , 0x94379A315EC14418B5F47963EE09F36D , 0x946F860B14A54D60A6EDD85EB51DA725 , 0x94B4B2F8CA6E44C6A96E077A92A67645 , 0x9573D89CDCA34706B1CA4BC1D98A8083 , 0x95D8B11600214E17BF6C38E178566B42 , 0x95F7E2540C1E43BAA7A02759919AE3B0 , 0x9646F77FBEFF46B3B75168AAC176701B , 0x96857F56964D4433AE095B0207A0060E , 0x96DD23DD901040B79B1283A400B282C0 , 0x96F4B90A5D774508A82ED59A6CD36D68 , 0x973C554B7ED24F3D942460CFCFE5D52C , 0x975460EACCC244639CACF2114F603D25 , 0x975CA875982940018B9FE9E906CB76AE , 0x982F5F18991F43CC81570CA8E3F29A36 , 0x987561986C5745BC873E7272A792F81D , 0x98D8F800A74648C092DEF8A00E86AB67 , 0x993F4D9A6671464BB836654ACC3BFC26 , 0x9A18743F12FC4FFD9C238010BB353DD1 , 0x9A18E1CF60EE461094BBA701EECF4F06 , 0x9A2EA6B6F3974354B9BC619146603754 , 0x9A51BA93BCFF46E5B9F8BEDA355484DA , 0x9B602C48B6584101B2101C39CDCFBAB4 , 0x9BA50811E23F4C8BA6885203386A4B7D , 0x9BDCC9778C4542B3AB77BD9FD4BFFEB7 , 0x9C8FC8E74DD8481988FFD593869EC861 , 0x9CA927C388304702B271D2F28F4B8E07 , 0x9CD31F49A7834F83B8B0E46BF05ACCD0 , 0x9D1B41C169344C8D9520CF938297EE85 , 0x9D7603588B6F4A2FB3A443AD60417D51 , 0x9E7DB458C3394F7394D2FB1BEA4D157E , 0x9F097A33625441D3919188F2FF872A9C , 0x9F76FE4D03C0440DB70505BEF4C80C0B , 0x9FBE5BEDDD65494CA477851094FFFB30 , 0x9FE04BFE45314682A30105160CDE5762 , 0xA002BF5097C14358ACBFF7120FE9E69F , 0xA0A449F3D5CD4A798011EDAEC8B94884 , 0xA1C4C3C590AA418590F751CB1599DDF2 , 0xA29E2688A2C44B318C0BA12DCDEECC73 , 0xA312B0BC7C9A46AEBEF7A94027BA4638 , 0xA33889C5D7A44BDABDA9DED2EC4D483F , 0xA35AA91E53964794905DFB31B706D7BE , 0xA3A136C8CB5341F49BF9BF322B2E9079 , 0xA3BE30FF377E4CD2AE60FEDAE6A5B05C , 0xA40E423801DB497C9084866D0F06BCBD , 0xA4B2510ABBA946E1B6C0349B193A50EA , 0xA54598B523F145AF80259683BCCDA94F , 0xA5CCB5728FBA45F996A65AE66445EA0F , 0xA655FD17E59044009B70278B5EFC8D5F , 0xA6C40A714889482FB9FD08A00C736506 , 0xA6F0103C36A84C2C8107812FFCA88BCC , 0xA7879BEC110A4C98BAB9A0806BDF1D90 , 0xA9044CD34C4A4C0C9D25545714E38061 , 0xA9084BB6C9BA4E5DA6A50D6C81248F3E , 0xA911706EBDC84FC19BA0C1D5C80842FB , 0xA917616F3BB84FFF97A62EF1251054AA , 0xA92E6ABB883C4006A2E82AA551F88E97 , 0xA982E2E0A97C4A16820D8D2E722B670F , 0xAA226CE6F7E94870B941F371123683AC , 0xAA2F2A1267E045658B5477A46E414957 , 0xAAA6F6003411463695AA59D00B1AC6F1 , 0xAAE7AB8C37DB4183BC661C6639BE21DC , 0xAB823424BCEF4A69B72747563F70B4F6 , 0xAB96E1C71E9E4A3EA864783000FB61B0 , 0xABB50ED613354E70AB841887073DC2D4 , 0xACFD7586D02848F1AC801F4776EFA414 , 0xAD735AF1EBFB421E93E408B073C4A89A , 0xADC043F56F134074890A59847D1C395A , 0xADCC4A95C84A49F39614E0496AE52B5F , 0xAE9BE255B3CF421A9D52870A7FCC9C80 , 0xAEACF318A81347D8B9F285116A349B1E , 0xAF7B340767844E47BD8143906D65FB01 , 0xAF8676DF46AA49F8B81D4260AEA9DAEF , 0xB012156EEB6F442B905AC901013879CE , 0xB0BF9A3922114E03A9F54C4490A9108F , 0xB184FDD281194FB0A51CBD2487C80A04 , 0xB18BED0EA5494747A8B8E9207B714C7B , 0xB19D9D9C34BD409F8F0D4E407A23C54E , 0xB1F0C3DD726D45E2ADB59E7AE1B2715C , 0xB20B35D599904F1793C66D3F2D329737 , 0xB3B03E97EB074E65A1FC0B9C886BBE0D , 0xB3E33044C85047788431F9F6450822CB , 0xB3EEA42436244FE388724254CC2F3339 , 0xB44110F042A140DA892F9C08223AE5CE , 0xB4A58AF6360946DB9BD377476C139E73 , 0xB4B09CDB1B0A4DEDA11B852023D0C5CB , 0xB5B80CC1CF8346D08066B70192F8F205 , 0xB6658690F19648B3AB130D4D2D3EA553 , 0xB673BDBD413A449787A01603BAABB74C , 0xB69AB6FD023F447AB90317E1494058AB , 0xB6DB924C6EC9438B830864E8BB38320E , 0xB71AEE645CE54E678C62A20C23E9C89E , 0xB7856DAEBCA4480C9B15C19BA0A212EC , 0xB7C51F2DC29648DFB95224536FF3210B , 0xB80CF411DF9A4EE18E200FE94EC066FD , 0xB880840024F54A51ADCD0E4DEFE442CA , 0xB8E083DB6DB044B18BB22C1DAAE50C0F , 0xB8F747E4A4B04933A895083E4C58E741 , 0xB978AE642D7F47F9BDA76BA4F023FDFA , 0xB989CC4E516D42D99E3EA9A622282887 , 0xB9CA657D2FF548B6945D93B91827A95F , 0xBA0E3386C89447A0BFB7C3FC0CE7E581 , 0xBA84F0D2ADB24F7F9737CBE9A283912A , 0xBAE8C3B8A6A4455E9B0277DD90BE2598 , 0xBB7123D42EA24BDB92650C6ECF82B500 , 0xBC2EC9FA346E41BB94FD985839B33582 , 0xBCB18908C4C540A5BEC01A6BEAC66B47 , 0xBCE5201D9C17496DBD68F1A590777FF9 , 0xBCE8C20F1E6E4835866F521B0880591C , 0xBCFE2B3D098945D3B2FDDC8CB5E030E7 , 0xBD6902635C51446A940A35C0805F0870 , 0xBDA627659F5146998F0DB0890CD9A253 , 0xBDE5D074AFDC4F6794D3F9603211F3AD , 0xBE764415E4AD4864BA6C72FBA6F4A0FB , 0xBEB470BC094340E4A224B3B7CFD98582 , 0xBF9C594A5FF4435D8215399F3820F8AC , 0xBFF3FA6F6B7E49D49F9C3BAC51B20896 , 0xC042787E74234596915F5FED1704983B , 0xC07B98F12973451E8FF58B8B007BC57F , 0xC0A19C0F2FE9417998CEDF220FBD6D59 , 0xC1BCED4CA31F4ADF8E7424208DF306F3 , 0xC2445A304469415C97A1C7466D9B58AC , 0xC29F7187AC2B4FB2AD7A7D181EF90BA5 , 0xC2A66FCBBFD14066B2A601B6DBCDC4A7 , 0xC2CEE0817751487D852BEF8E0A3F1E22 , 0xC2ECC5696F77482BBA2056C75B36D56D , 0xC30E23764ABB445DB53AEF8537483E5A , 0xC4808FD0396949359159344384C72D62 , 0xC497425293A54F939121E7CE072E8890 , 0xC539BAEF793D40E9B0A886408AC41A0F , 0xC5629ACEB6CB45D1AB58DEEDDB1C8246 , 0xC5B0CFCF45C24C888F29B247E1A6439F , 0xC5DCBE5BF98C4CB4809A5E3218CD58EB , 0xC68CF44BD83C4298B991DFD4574FB1E0 , 0xC6C9209154524959BB63C8A691B751D7 , 0xC78ECC7F2D0A444DBB0057D2BCD7303B , 0xC834ECF87C31477691B33B6D68EE6559 , 0xC857598AFB6B4E22999FEAE77374769E , 0xC87BD31ABC0445B8B769E0A92DDAA367 , 0xC9F79A5087534D559C644419FE409E8A , 0xCA18F93F210746E299AA04D132242F94 , 0xCA9C2A4541E84EBE827017D61611945D , 0xCAE39332709740B2899AF818276DACDC , 0xCAE6E557BAF84E3CAD4EE2FCE18ACBDF , 0xCBCE36EE35D547C0AD2DDA302D1D1785 , 0xCC3894AEF40D40C4873A895E7A7C638F , 0xCD3D1297BE844C6A8C256FE070DE45DA , 0xCD6752D0262B4B6A92906A79EA1E690E , 0xCD8FC92B717D4B73A4ED38E010E0FF86 , 0xCF07318517F7463FB9D24E792EDF66DD , 0xCF120CDFECB74162878AC31EF7CA3DB0 , 0xCF2CBA67DD4340F88F11FBDA3BFC3591 , 0xCF2EB0E39A1E41C3AD0D134B02F0CA14 , 0xCF516ABACDC945CA8917E0ED4280A722 , 0xCF7580D7A46946918971FCF8FBCB2F3B , 0xCFB932BAF93C434B902455585A938E7E , 0xD0E50C2B724A41C6942B53E0B77FEFF9 , 0xD33CC643BF264774B2CF12077EC5E8F1 , 0xD3682FD2C37A4FAEB711DE41765A0271 , 0xD39D78526B1C40CB8F3F524AD5A92E9D , 0xD3EE8CEC54304A8A89AE178754820DDA , 0xD42C7984BDAB4759821834B094E628A6 , 0xD457EABDFAD74AA188CADBB72EFF430C , 0xD4AA09F564B341F4B21BE0338CE67BF9 , 0xD51C73635A424107AFC381ED7CD2BFEF , 0xD5303BC610E14C349FFB035E6DCE7DEA , 0xD58415C8B990486783F5C0701F6B2202 , 0xD5973AD8D06B403AA4C94A1CE40D1009 , 0xD6023A2F0F0C469493C598ECF04454B7 , 0xD618576D37774671A7785BC90A8AED1E , 0xD6629267D6164FC5919F897AC94828E7 , 0xD7887396D1D345BFB9EC781496BDAADA , 0xD7A5ABB3748F4E6583307CBE70CCF9C4 , 0xD7AB072FDD87470196A83B5D6AA60BFC , 0xD7D9688E5E7C4E6B97B4016450AC1A11 , 0xD8862D6AE882446CAC5804E3755D49AF , 0xD8BB06F16BF844AE88285A3E2DA98FCC , 0xD9513AF2C27D430393F2B133B4B8CE47 , 0xD99A494BCD6146B0810B1FD4B9FE26E7 , 0xDA2F5EB526484C678C27263053FBFD1A , 0xDA389813B98E4C0E877CC5AC7D03CA13 , 0xDA5F6635A98B4768B625FBF447E7CB26 , 0xDA768E8434C9410B83E98E4C1D28BF4C , 0xDAD1874A080641A9850D813D8C181C58 , 0xDAF4C9BA77934682847055EE3ECFF226 , 0xDB8D17F531344EBFA5311AA6DE899BD2 , 0xDB98D0D2BD884B74BF077B9F961F0CF8 , 0xDBCC8BAF2C954FC185F41814B562BE37 , 0xDC200B7B0DD549848E20E42C1C735851 , 0xDC22654F63F44C48B1708AACE354CEBF , 0xDC3D140C7A994322B637A8577DE5FD6D , 0xDD00911988B54713827F341A00442ED2 , 0xDD0E39D2D8A7451EB87EC7813DA15F1B , 0xDD1965504B9140AF97E3684C6616D485 , 0xDE7686A06AD24D32A7490C1AE317DF37 , 0xDF41BFFA927742158CD4D075EA5290E4 , 0xDF7362DA47CA4A3CBC6425C732788406 , 0xDFD68A87E7CC48688AF4CDF2ACAF3B62 , 0xE001BF62FE3543349761EE73554036F4 , 0xE075C1BD21E64B658D720ADB0EA200AB , 0xE07A38B260304778833D1E1E217238BA , 0xE1506ABF0A874F37B81E0A460E6DE36F , 0xE19D24B114EC4D9285B5D587F7212A18 , 0xE1D0FB8F4F914FBB83103CAE54B6AB0B , 0xE342B5B135B2400A834E84C45D450235 , 0xE3924CE55F6C48998FCB15841003B009 , 0xE44EC262ADA448E6BEBA53594BF00FFB , 0xE4CB5358B2DA44AE809AF14F35BB4304 , 0xE4CE792432964B6CBD370718D3655E39 , 0xE6198E7BDB984ECE9B7CFAF55FBF8F0C , 0xE6AE1CF6896E4D9FA381A44412B8611F , 0xE6E7F1E4D32843A1973BEAA8C68621B2 , 0xE77341D081AE4F4ABF6B9BDB33A74FB0 , 0xE80E6D3B1B184CF3A09DCDDA72B0B860 , 0xE964095F3B084292BC0C103045CB58FB , 0xE9F89A589D114154BA065C1F8981D2F9 , 0xEA2A4B16446A458492810988639BDD4D , 0xEAE05A6D4F0B4BCD82A154076E0A8318 , 0xEAE39505F58F4A56B0538F978C6606AB , 0xEB32FDAB56E44041829EB5BAE1863702 , 0xEB6ED21C7B8446C290A6930B1C1DE7F5 , 0xEB6FD3BA6D0241C39ED570D061E30791 , 0xEBE8B0E7AA15473F8774A7CD76E256CB , 0xEC3095D062DC4A3BB49DAACD2BF13725 , 0xEC3707F0035D4320850B8E7EA6886782 , 0xEC7FDDAE9E104D6787BDBE2624BE98CD , 0xECF0FD57DAC6417DBA25F8C25DDEB5BC , 0xED2C7B3E5F964472BB023A1B65499942 , 0xED752246E5D94DE680ABB662C9B89B2A , 0xED870C46F46D4FD59E7BBDB3B0B0EEAE , 0xEDAC6A676ED947E3A1FC591BF9D12C1D , 0xEE3DB156EA234E2E9C3F4ABFC14E7545 , 0xEE4889144DF44C1391E96727170BC7C9 , 0xEF5C0D2CAB894634B7D29960FE64A3A5 , 0xF0066D67AB59450CB7AC06EB9DAA5EE8 , 0xF147CC221BCB40049E7FB5CD0FEDD2AA , 0xF15C8B62B84846D2A0A4D6A586995A26 , 0xF1611DB2FB2748A6BC318FD142068D25 , 0xF16FF048881742D0B22D6CE621AB6ECB , 0xF1770739D5904483B475D52B0CED1A2B , 0xF20338F939CF4E6A87305157C2AD5267 , 0xF2AE1CB4C99340E4AE1C15DFCB6A9284 , 0xF3A8D69EEEE440BFACFB1F395836E40B , 0xF40ED56D06B84443BE04B99BF86CC7BF , 0xF42E7BEC2CA7474DB3DA2440519AE926 , 0xF437AC03E08C45E2B4AC6CC2C1BEE1C5 , 0xF459061CE1A94321AF631868EA7C480C , 0xF5134A99DC0A4D4DBC0A5BBF1A8F1211 , 0xF69614BF53B24BE4B18C1E954AD3E3A2 , 0xF71C2AA31AE84ED4B1123DA59EB380BD , 0xF902409621D648F983CD91EC148A8393 , 0xF905BA3E724247E68CD816327F2EAFBC , 0xF922D53C053E46DF932985F5130A0F23 , 0xF9A6E96C02FF4439947E93AC8377B89D , 0xFA60CC53FD454E55973F89F6B0DF4685 , 0xFB6971D009214A2BB4349C1DD1D198E8 , 0xFC3F2C1964F34380AEC7FBE346F357B3 , 0xFC4157187FE74792B07E2A8B73F4FF5E , 0xFCF80226EC98404FA8732C1EAA5059EC , 0xFD49F42377AC4BE9A266E184808D8A2A , 0xFE4C4103AF7344ECB334C5132DFF413D , 0xFF47B881266C4C66AD44846C022E91CB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
89
2.94 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` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `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` , COALESCE (`property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) AS `property_group_option.media.title` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) AS `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) AS `property_group_option.media.customFields` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` 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` , `property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id AS `property_group_option.translation.languageId` 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 `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.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` , `property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId` 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` . title AS `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt AS `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields AS `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at AS `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at AS `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id AS `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id AS `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . language_id = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x00\x1E ¼†;þHó”\x17\x19 \n €Ã0' "
b"\x01 Å(Ò(µ}\v ó¡´]³-õ "
b"\x01 Å├ýï\f yòÁw2]\x7F \r <± "
b"\x01 Å├ý┼Þq‗ü*À¹¡\r 2! "
b"\x01 É┐\x04 ËdqþÄÙâ 56Ñ "
b"\x01 É┐\x04 Ëms¦ëÏ~└\x16 ¬l┤ "
b"\x01 É┐\x06 D`s╔à\x1C d[¿|Ñ▄ "
b"\x01 É┐\x07 CBsD½C┐¹V:-\x13 "
b"\x01 É┐\x07 T¨s^Ø\r ╬áãÝÿ\x19 "
b"\x01 É┐\x07 dcs$«\x06 Ý┐XÞ\x04 À "
b"\x01 É┐\x07 dñsT£Å\x13 ªD\x0F ]\e "
b"\x01 É┐\x07 y╦r7│þÄ\g#\x1E k "
b"\x01 É┐\x07 ü┤scå¿-#·TÐæ "
b"\x01 É┐\x08 ╦ÁqAîÍ╗£hú)8 "
b"\x01 É┐\x08 ¤ÿqT¿u─\x02 ▄ò\v ¯ "
b"\x01 É┐\x08 Ëúr┘ûX³¥╗¹Ú¶ "
b"\x01 É┐\x08 ÓNsîÆÑ¹)Gë\x13 ë "
b"\x01 É┐\x08 ¯Pq\x16 ¬<├'ä\q─ "
b"\x01 É┐\x08 ·ôqþâgJõ\x1C 3Ï\x15 "
b"\x01 É┐\t H,p\e ½Ç7Êmþg~ "
b"\x01 É┐\t L5q¢®e^g'®ÐÅ "
b"\x01 É┐\t P s¤╗vV\x1A 6§5# "
b"\x01 É┐\t P+p╗▓3_±zxhí "
b"\x01 É┐\t P4r╦Àû®2h┬ÔÄ "
b"\x01 É┐\t P=p¸â>TÖrS2\x0E "
b"\x01 É┐\t PFp+ºe¤³ª┬╝ "
b"\x01 É┐\t PNr5î\x02 ̶@\x08 ▀| "
b"\x01 É┐\t PUrfö\r Ho>R´╔ "
b"\x01 É┐\t æRs═ÂÑ5\x1E ;/ıü "
b"\x01 É┐\t ô4r\x1A ║¥\x0E ªÕb╗Û "
b"\x01 É┐\t ùjr4┐Äß1W\t M┐ "
b"\x01 É┐\t øÂqÁÆdØJ| O┴ "
b"\x01 É┐\t á&s\e ë┌7ö0\x17\x0F D "
b"\x01 É┐\t ñ\rbù_#Æ\v s¥Ä "
b"\x01 É┐\t ¿Ïp╬┐Û╚7\v Ø`¸ "
b"\x01 É┐\t ¼¸prÜ\x12\x06 Px+;â "
b"\x01 É┐\t ▒ qz╣|½ì\x1A\x04\x0F\x01 "
b"\x01 É┐\t ÁksÒïl┤o(\t ░\x05 "
b"\x01 É┐\t ╣Ïp\x03 ªm\e A&èı· "
b"\x01 É┐\t ¦þsq®å╠=╣FÈõ "
b"\x01 É┐\t Ô\x11 s╚«)Êt:▓¡Õ "
b"\x01 É┐\t µ=sêù▀WÚ¥ñ!│ "
b"\x01 É┐\t Ûúrfè°QfîÁª; "
b"\x01 É┐\t ¯Íp─áðÊÎw^~ "
b"\x01 É┐\t ¾gp└êA═\x17 g`GC "
b"\x01 É┐\t ¾ªrÿû$$nç\r ├m "
b"\x01 É┐\t ¾µrƼµ\x1E ¿▒0}$ "
b"\x01 É┐\t ¶%p4ï7Ç\°\x08 ├" "
b"\x01 É┐\t °Ýs¸╣\x01 s\x7F ╬$^; "
b"\x01 É┐\t ²│s\x03 å ÍOîÊý2 "
b"\x01 É┐\t ²¥p\x13 Ä]´à\x0F\x17 N² "
b"""
\x01 É┐\n
\x02 âpoÇ╔²Mh▀\x1E ø
"""
b"""
\x01 É┐\n
\x02 îr\x1A │ò\v z╗c:N
"""
b"""
\x01 É┐\n
\x02 örêƒú÷¬¥7ó-
"""
b"""
\x01 É┐\n
\x07 \r p;½'\x1E óð«å
"""
b"""
\x01 É┐\n
\f DrèâvÔð╩\x19 ╝ò
"""
b"""
\x01 É┐\n
\f ¢p ¡▒\f\x16 ╦│7\x16
"""
b"""
\x01 É┐\n
\x12 IrìÆ¢lÿûÈG║
"""
b"""
\x01 É┐\n
\x13 .q)®ù¢ùu\x14\x15 õ
"""
b"""
\x01 É┐\n
\x17 █r\x13 ┐¿F\f ±ÕH|
"""
b"""
\x01 É┐\n
\x1A JpùóãèiòqÅc
"""
b"""
\x01 É┐\n
\x1C ¼s%«%╠■P▓h¥
"""
b"""
\x01 É┐\n
\x1C ýrÒï▄Ë\e ¾`²(
"""
b"""
\x01 É┐\n
\x1D _p\x06 øé4\x01 b]Ô¿
"""
b"""
\x01 É┐\n
\x1D ÈrÊ¡\x01 nK¢\x1F Tø
"""
b"""
\x01 É┐\n
\x1E Ps½Ü╗\x1A %^%z>
"""
b"""
\x01 É┐\n
&s(¢µ$┼uÇ├H
"""
b"""
\x01 É┐\n
%\x14 p■à┐╣É_\r \x15 &
"""
b"""
\x01 É┐\n
*\e s╝¿\x03 a\x14 ±¼Åì
"""
b"""
\x01 É┐\n
+┌sıÆSüZ~«ºÁ
"""
b"""
\x01 É┐\n
0ùq9Àã╠,]©\x1C ╝
"""
b"""
\x01 É┐\n
2ápÜ╗\x1F SÃ╬m\x01 ║
"""
b"""
\x01 É┐\n
2³sj×0ú\x10 «Ðþ×
"""
b"""
\x01 É┐\n
9pUÂ╔╬ÍÑ3\x1D ƒ
"""
b"""
\x01 É┐\n
>Ëq\x1A ╗Ø`@■\x19 °\x1D
"""
b"""
\x01 É┐\n
Cùp߬Å>Þ▒¬ëÚ
"""
b"""
\x01 É┐\n
H9p®Â<\x10\x11 ½#¢p
"""
b"""
\x01 É┐\n
Hxq╬û\x11 G¹`å╣B
"""
b"""
\x01 É┐\n
LÈrÒè§╔0äÑ:Q
"""
b"""
\x01 É┐\n
Q└qA©´´&oÑãæ
"""
b"""
\x01 É┐\n
Vöpýƒ4\x07 ò\x1F Þ\r Ë
"""
b"""
\x01 É┐\n
[apXéó5╝ÈÉ\x1A (
"""
b"""
\x01 É┐\n
`\x1A r-ɯói.╝¾-
"""
b"""
\x01 É┐\n
d╦pq¬(╠\x17 ôa½a
"""
b"""
\x01 É┐\n
j\x0F qƒÉ║°╗RN0┼
"""
b"""
\x01 É┐\n
nòsÝñÀF²w\x16 H\x01
"""
b"""
\x01 É┐\n
sms%¡ó iD¿ïw
"""
b"""
\x01 É┐\n
x\x0F sͪ$Â%!»\v »
"""
b"""
\x01 É┐\n
}op▒Å=╬ÆW\5é
"""
b"""
\x01 É┐\n
éËq\v ìÂW:SNÞN
"""
b"""
\x01 É┐\n
â{sc╝\x0E ƒôý\e ¿(
"""
b"""
\x01 É┐\n
ë±slñiÓµ\x07 z©a
"""
b"""
\x01 É┐\n
ï\x07 sÓ©┐âf▓éOj
"""
b"""
\x01 É┐\n
æ"s\x02 î½\x15\x10 H:ùk
"""
b"""
\x01 É┐\n
Æ\t q└º‗┼╠úÝÃu
"""
b"""
\x01 É┐\n
Ö\x04 q┘íxã░¢!¡0
"""
b"""
\x01 É┐\n
Ü!p0æf\x17 Ù;{'X
"""
b"""
\x01 É┐\n
í╝p¤▒\x14 aÈ\x16 z-k
"""
b"""
\x01 É┐\n
ªápÁÄ\x1A Íx╣a└\x13
"""
b"""
\x01 É┐\n
½éq8▒7ô³\x05 P╗,
"""
b"""
\x01 É┐\n
½└pUéhÇ\x1A ±×Ý\x04
"""
b"""
\x01 É┐\n
½²q\x19 긾h9¼ÊU
"""
b"""
\x01 É┐\n
¼;pçô;\x11 ╦ð~°\x06
"""
b"""
\x01 É┐\n
¼zp5ÉÛÄC=\x01 3)
"""
b"\x01 É┐\n ¼╗qõÜ\x00 \n \x16 ¦╦tæ "
b"""
\x01 É┐\n
¼³sν\x06 S\x07 hfåÑ
"""
b"""
\x01 É┐\n
¡=p\x12 ï└BY`¤(ä
"""
b"""
\x01 É┐\n
▓Fpãà.á═î½#Ô
"""
b"""
\x01 É┐\n
▓SpU½\e\f\x1F\x1E ßÂ╔
"""
b"""
\x01 É┐\n
ÀnsǪ6Jɬ┴y\x19
"""
b"""
\x01 É┐\n
À¼sÅÖfȶ\x19 âo\x0E
"""
b"""
\x01 É┐\n
ÀÙs\x04 Á×y\x1E úBv¡
"""
b"""
\x01 É┐\n
©*s!Äû.┴C|f7
"""
b"""
\x01 É┐\n
©is#┤Â;±1Ê┌\
"""
b"\x01 É┐*1)r\x03 â&\x13 µÝÞ\x13 ö "
b"\x01 É┐*16q°╗AS\f ¥âñ³ "
b"\x01 É┐*1Hp&¡hÀ©6Ää] "
b"\x01 É┐*1Qrø║,÷W9ªêÔ "
b"\x01 É┐*1[s┐¿% Ü\x15 »÷î "
b"\x01 É┐*1esÕÅH‗:└ð\x08 Û "
b"\x01 É┐*1áp\x1A òW▀ÏÖ└ß "
b"\x01 É┐*1¼q■©vPzäáê> "
b"""
\x01 É┐*1Àq`¬p┼8ÿN\n
9
"""
b"\x01 É┐*1╩q╩▓À═╦¡@~ô "
b"\x01 É┐*1ıp\x1C ×\x15 +MÁ\f\x1A \ "
b"\x01 É┐*1ÓqIøaôÕ╝╝E~ "
b"\x01 É┐*1Ûsåé(│\Â┌┤ "
b"\x01 É┐*1§r┼óV9\x7F ¿█dÓ "
b"\x01 É┐*2\x01 pYÉØÆ╦\e <┌Q "
b"\x01 É┐*2\r s\x7F ▒\x18 U¯qÍñ "
b"\x01 É┐*2\x18 rýäJ[À\x13 !²( "
b"\x01 É┐*2*sïîD©Ù\x1A ┴╣â "
b"\x01 É┐*24rþ½{È╔¶G\x16 └ "
b"\x01 É┐*2nqËѪUÈû\x00 ¹' "
b"\x01 É┐*2zq\x07 Ü-¡\x1C\x1A åJ^ "
b"\x01 É┐*2ÄpÛì\x7F ║,¦╦¢s "
b"\x01 É┐*2úq\x0E ╝!r\x17 !È* "
b"\x01 É┐*2Ìs·×¡>nª\x7F ÄO "
b"\x01 É┐*3lq_îþ,Å\x12 c¹² "
b"\x01 É┐*3┤prº\x19 <*À%:² "
b"\x01 É┐*4\x19 pªç\x17 ïK\t ¾¼Ø "
b"\x01 É┐*EKr¦âi12\x0F ³ÿ▄ "
b"\x01 É┐*hJq<ÅÏbLB°Ê┤ "
b"""
\x01 É┐*iØscò{`á\\n
\x11 7
"""
b"\x01 É┐*iºqT¼!ðK\x0F s¸T "
b"\x01 É┐*i▒phǧ\x03 6\f Ã├Q "
b"\x01 É┐*i╝rr®753¶ð\x02\x00 "
b"\x01 É┐*iãrýÁÊmMG9×Y "
b"\x01 É┐*iðs¤æ$Ø«èºX▓ "
b"\x01 É┐*i┌sA¡\x7F moK=@æ "
b"""
\x01 É┐*jÔqªôA7ý\n
ió\x04
"""
b"\x01 É┐*j´sA©\x03 ╔┌\x03\x00 Ø\x1E "
b"\x01 É┐*j¨rò®mv!KÚ÷3 "
b"\x01 É┐*k\x04 skä¤>wl8¥¿ "
b"\x01 É┐*k\x0E s£╝g+═┐\x "
b"\x01 É┐*k\x19 qù╗íË\e úÌE® "
b"\x01 É┐*k$r\x1D ó@\x08 L=Ó═¦ "
b"\x01 É┐*l)raƒ@½{¢U└\x1F "
b"\x01 É┐*m«sÍûA8y¸é!\x16 "
b"\x01 É┐*m©sÏóù\x06\x1A «Ã╚▀ "
b"\x01 É┐*m┬q1é¡óð-ï╬\x16 "
b"\x01 É┐*m╠rèÅù#▄ã█¶^ "
b"\x01 É┐*mÍp\x01 ¿ÈZ┬at\x1D ■ "
b"\x01 É┐*mÒptò]Ý÷ªúÓ4 "
b"\x01 É┐*mÝq¿£▀■¤]╠\r 4 "
b"\x01 É┐*m¸rÔ┐═æ\x00 pÈÇ "
b"\x01 É┐*n\x01 q6ïµ╗\x12 4I¸¯ "
b"""
\x01 É┐*n\v r\x03 ÉÌ\n
Ù\x1D râ`
"""
b"\x01 É┐*n\x15 q§▓X\x01 í%h┬\x10 "
b"\x01 É┐*n\x1F q½Âãä¶RLòw "
b"\x01 É┐*o[rÿ▓n|┐¿K\x13 × "
b"\x01 É┐*ogrÍæ┘├<\x1D fôÐ "
b"\x01 É┐*osr1▓¨\x1C\x11 aÃ~V "
b"\x01 É┐*o~rb╝I3┬\x0E ³Yä "
b"\x01 É┐*oês\x1C á§ã\f ÿÕúJ "
b"\x01 É┐*oÆqW®0åÐ▄8Hı "
b"\x01 É┐*oøpîøýÌ░ü\t èà "
b"\x01 É┐*oÑp‗ÿ\x13 ×╣╝sPT "
b"\x01 É┐*o░q¯╗fvôLH9( "
b"\x01 É┐*o║qøÜ)\v\x11\x19 Ú\e I "
b"\x01 É┐*o─scëjõø\x03 6¥ "
b"\x01 É┐*p¨r"ùÚPx▒Gzù "
b"\x01 É┐*q\x04 qB¬╠\UÛ░æ "
b"\x01 É┐*q\r pÞâ¦\x08 5ÑÈ‗± "
b"\x01 É┐*q\x17 s¹º^ /Â2Y\x12 "
b"\x01 É┐*q s\x03 ø┴*[rù■< "
b"\x01 É┐*q*p}ÀYL*97øË "
b"\x01 É┐*r\x1E ræÜ÷®ÀÔzCÌ "
b"\x01 É┐*r)svÉôñ9rÅ¢Á "
b"\x01 É┐*r4r\x07 ▒Ú²┐²╬ÚÙ "
b"\x01 É┐*r=ríö=dzg3uß "
b"\x01 É┐*rGqÒ×gç├ëÆ¡9 "
b"\x01 É┐*rPqéü2È Åó\x00 ┤ "
b"\x01 É┐*sFsFäÝ,Èo}sî "
b"""
\x01 É┐*sPr\n
Ö▒▄©┤Îz%
"""
b"\x01 É┐*s[q│À¬î█»┤ó "
b"\x01 É┐*sepSù░'\x0F\x1C ¯\x1F 9 "
b"\x01 É┐*soqÙûr\x1C I&[ª¾ "
b"\x01 É┐*sxq ѽ\x0F\x11 ÞsÒ: "
b"\x01 É┐*tiq░┐£þ┴┤\x16 4é "
b"\x01 É┐*tts\x12 èè}└²Q─u "
b"\x01 É┐*uÏq╠ôN7wƒ%KÑ "
b"\x01 É┐*w┬qA¢:¾©n\x19 Á1 "
b"\x01 É┐*xÓp\x7F èôO·{©a\x17 "
b"\x01 É┐*z:rHÀÇ▄)┬Û█\x12 "
b"\x01 É┐*zFr\x18 º§î{b_ÒÙ "
b"\x01 É┐*{Âp÷│\x15 \ÿ=ÄÉ· "
b"\x01 É┐*{┴r\x08 áA¢ÇØâäÌ "
b"\x01 É┐*{═sQ¿F!7Ì}╚? "
b"\x01 É┐*{█p\x11 À9f╔\x04 5=H "
b"\x01 É┐*{ÛqÈñ═╬.\f ðmM "
b"\x01 É┐*}\x18 p¨»ùúÓ`ò[; "
b"\x01 É┐*}&q\x1F ½ÜÌb´%ÍB "
b"\x01 É┐*}1p\x17 î\x02 F▄m³y\x16 "
b"\x01 É┐*}Ir¥│ô┌╔äí÷█ "
b"\x01 É┐*}Ts?¼ª%س«│ "
b"\x01 É┐*}^p¾¥3Î9¦óO1 "
b"\x01 É┐*~{qè¢E\x1A\x01 ËxMd "
b"\x01 É┐*~ïpIòyB═i`I´ "
b"\x01 É┐*~øpðÉ\x7F ¦mí\x17 Ô> "
b"\x01 É┐*~¿p\x14 ÿ\x11 ┤└║_┼á "
b"\x01 É┐*~│pÈîZ¯█8»9 "
b"\x01 É┐*~╝p┤«\x1D ç%ò\x06 `\v "
b"\x01 É┐*~ãs▀ÿN│{ÁöÅÑ "
b"\x01 É┐*~ðp╠á3QC<¹╗╗ "
b"\x01 É┐*\x7F ¾rsƒ╬Ú®┬\x15\v ï "
b"\x01 É┐*\x7F ■qíúÛ{~ÈTø\x1F "
b"\x01 É┐*Ç\x08 s7à\x00 BôÇB▀ "
b"\x01 É┐*Ç\x13 ró║ªP╔_\x18 ï‗ "
b"\x01 É┐*Ç\x1D q▄ìõQo\x17\x1C ┌¾ "
b"\x01 É┐*Ç'p┐┤k·dÐ\v 9ì "
b"\x01 É┐*Ç2qÌø»Ú┘÷e\x1A \n "
b"\x01 É┐*Ç<sÚá║\x7F «8×¹Ñ "
b"\x01 É┐*üOs½ä©D╗·k¼z "
b"\x01 É┐*üZq▄Á¸┬\v ëùD° "
b"\x01 É┐*üfsý½ªËÏUÝ¢O "
b"\x01 É┐*üpr6ù╦ýzý'ÁA "
b"\x01 É┐*ü{qÖ¿éÍ_╔þæÛ "
b"\x01 É┐*üàqÉÿ:¤£iäβ "
b"\x01 É┐*üÅsÇÄ╚¦õç¸Ð¤ "
b"\x01 É┐*üúpâàg6Æ2µ\x03 É "
b"\x01 É┐*ü«s░âIp\x17 ~²\x07\x15 "
b"\x01 É┐*ü©pìê%â>àöï\x05 "
b"\x01 É┐*ü┬pâôRçÏkr\x13 Æ "
b"\x01 É┐*ü╠pñ®é\º\x07 ¼\x1F ® "
b"\x01 É┐*üısÜ¿°)ó░{µ\x12 "
b"\x01 É┐*üµrhú` ıÈ\x13 Ã\x0E "
b"\x01 É┐*é!rÄå\v ─R,╝¤├ "
b"\x01 É┐*é+rYø┐Z║Ï3®░ "
b"\x01 É┐*é4r│òXòej\x15 ¥h "
b"\x01 É┐*é>rÜúç}\x06 ı ùd "
b"\x01 É┐*éHs\x07 Å╚*9weä{ "
b"\x01 É┐*éSrÒ│\x1D █`ì®+à "
b"\x01 É┐*é]sÂêâãÄS·\x0F\x12 "
b"\x01 É┐*éfqlÀùÄ■|Ø>I "
b"\x01 É┐*â|r\t ¥8╝0'"\x1C 4 "
b"\x01 É┐*âçq└è3¸╗Í└^Í "
b"\x01 É┐*âôq\t úÃììýÛç "
b"\x01 É┐*âØsoï8╗Ðêâ░÷ "
b"\x01 É┐*â¿q╬Áµ¯ÑS§îî "
b"\x01 É┐*â▓sA¬▄©@\x02 ÚÖ█ "
b"\x01 É┐*â¥qfØ´ÇÏîlé) "
b"\x01 É┐*â╚r*ëOüJ└°½Ý "
b"\x01 É┐*âÊr\x16 úuq»┼3ƒá "
b"\x01 É┐*â¦qÛäÀ°╣Ú/c² "
b"\x01 É┐*âþq<àÅ@e\e gäS "
b"""
\x01 É┐*à\x10 r$ô@$Ï\n
L╔Ú
"""
b"\x01 É┐*à\x19 pPÖð\f äpSäú "
b"\x01 É┐*à#q╚║┤»åïû\x10 ä "
b"\x01 É┐*à,r)û§┐ì\x10 Ì`V "
b"\x01 É┐*à7sýºE├´\x06 "Ìö "
b"\x01 É┐*àAq!ö&ÀÔfVB( "
b"\x01 É┐*àKp\x14 À7´QöÓñÒ "
b"\x01 É┐*åJp╗ä6ÆMY┘,\e "
b"\x01 É┐*åTsr┤¤¾pJ±Îç "
b"\x01 É┐*å]rfªjØ5ËûhZ "
b"\x01 É┐*ågr\x11 Æ░P3.\x19 YØ "
b"\x01 É┐*åpr\x0E Æ┼Ì╦d\x1D áô "
b"\x01 É┐*åzq[û³kÕáı§L "
b"\x01 É┐*åâsv▓_-¾ëèJ\x1C "
b"\x01 É┐*åìs\x08 Â░áÆî┬þd "
b"\x01 É┐*åûr?«ì6\t 7ëõ÷ "
b"\x01 É┐*åƒq\¡â\x12\x1E\x0E s\x7F j "
b"\x01 É┐*å®s┘úÀl‗Ð<ó┘ "
b"\x01 É┐*å▓pªùÅFï╣'æy "
b"\x01 É┐*ç©p┐òº&\x05 z│ª\x00 "
b"\x01 É┐*ç┬seù±(║.HX "
b"\x01 É┐*çıpmíÏ\x03\x08 ╬`║¨ "
b"\x01 É┐*ç▀q»░Ça\x1C 0h!g "
b"\x01 É┐*çÚs\x0F ê\x1F ¯¡│╩á! "
b"\x01 É┐*ç¾q÷¬A\#ÏY|\x14 "
b"\x01 É┐*ç³qBëän®ü¹q║ "
b"\x01 É┐*ê\x05 q▀¿\v ╔ûÛ\x06 é[ "
b"\x01 É┐*ê\x0F r·Ñ]\x12 !\x04 3«Î "
b"\x01 É┐*ê\x18 s╣äºþgÉû┤Ê "
b"\x01 É┐*ê"q£«àB\x01 ³µ─\x01 "
b"\x01 É┐*ê+sª╝~├«|‗Tı "
b"\x01 É┐*êNs┴íC²\x00 æõò "
b"\x01 É┐*êWqÝ│á¶bæ¾\x15 ö "
b"\x01 É┐*ê`s¢¡×ûÖ[╦▄\f "
b"\x01 É┐*êiq0¼Ì\x17\x13\t ´´; "
b"""
\x01 É┐*êsp\x10 Æ7m¹─\n
i┐
"""
b"\x01 É┐*ê~sºè\r .Õ®6▓ü "
b"\x01 É┐*êçs┤íQÕv«Ä\x19 v "
b"\x01 É┐*êÉr*ñà\x19 ¾¦«D "
b"\x01 É┐*êÖp5é\x1C\x15 È[╔Ãï "
b"\x01 É┐*ë▓s8Å\x17 ì½\x17 ¿\r V "
b"\x01 É┐*ë¢s\x14 Ö02õ\x04 ¹òJ "
b"\x01 É┐*ëãrqñ■\t t;`Åá "
b"\x01 É┐*ë┌s\x7F åÁ║\f ÇÖ\t ¦ "
b"\x01 É┐*ëõpõÇ8ZÑ{³▄; "
b"\x01 É┐*ë¯s\t ¿\x15 %hêDØü "
b"\x01 É┐*ë°rÄë─Ö╝£╬vt "
b"\x01 É┐*è\x01 r×í÷0║l®Ì¯ "
b"\x01 É┐*è\v s╬╗ůe¬L¬g "
b"\x01 É┐*ï\x19 s'╣öç║mBbÆ "
b"\x01 É┐*ï#s6Ñ LY<ÎÒW "
b"\x01 É┐*ï-pÜé\x08\x0F o«o[* "
b"\x01 É┐*ï8r└ôæE═Â▄Éò "
b"""
\x01 É┐*ïCs0ù\n
¥®╣åL5
"""
b"\x01 É┐*ïRs«░÷£ß4÷Im "
b"\x01 É┐*ïapÝ«{(_r]:Ç "
b"\x01 É┐*ïqrxñäͬê\°« "
b"\x01 É┐*îâp6│ÛÔ╣ÑZW╠ "
b"\x01 É┐*îÄs9╣¯`Ï╗\x08 ¢0 "
b"\x01 É┐*îÖr÷ø°FN~e\x01 ┴ "
b"\x01 É┐*îñpG¿ôA¹█%Ql "
b"\x01 É┐*î»s╠ƒaLeà6<¼ "
b"\x01 É┐*î╣pÙ║ûWÄHq\x11 ┐ "
b"\x01 É┐*ì┬q\x14 û▀Dmù\x12 ▓╦ "
b"\x01 É┐*ìÐsïê7~¦/è»ë "
b"\x01 É┐*ì█rô¢\x1D +>\x0E æDg "
b"\x01 É┐*ìõr±ÖËoƒ╬®·õ "
b"\x01 É┐*ìÝröú┐\x1D Np├Tq "
b"\x01 É┐*ì÷sæƒn:═͹©Ì "
b"\x01 É┐*ì rB¿½├9³▓[ð "
b"\x01 É┐*Ä\x08 rÌÇù´~ó\x00 z[ "
b"""
\x01 É┐*Ä\x11 pG▒Z\x02 ÈÔ\n
\x12
"""
b"\x01 É┐*Ä\x1A sm£®\x12 ╝ò¤>\x07 "
b"\x01 É┐*Ä$s\x1A ø\e ╝╩ø9Eÿ "
b"\x01 É┐*Ä.sá«Y\x17 æ½Å#) "
b"\x01 É┐*ÄZp¸¥\x18 +\x07 y«"┐ "
b"\x01 É┐*Ä\x7F s\x0F ┐ÖOÐ-¢ßo "
b"\x01 É┐*Äèr!½\x04 ;ÛpÔ|\f "
b"\x01 É┐*ÄØs╦▒\x08 [j\x1F M&5 "
b"\x01 É┐*Ä¿qOÅI\x06 Þ\x15 tè¸ "
b"\x01 É┐*Ä▒p▓»SNQj▀è@ "
b"\x01 É┐*Ä╗p╣â6yYVÈy/ "
b"\x01 É┐*ÄÎsüî^c('‗}m "
b"\x01 É┐*ÄÚsnÂ├"¬6Mîþ "
b"\x01 É┐*Å&q▄Æ#─ßUz"¿ "
b"\x01 É┐*Å0rت┼&\x10 oþ´Ü "
b"\x01 É┐*Å:r!í¦§▓¯æß( "
b"\x01 É┐*ÅKp▓ÂwÍbÄ‗bÎ "
b"\x01 É┐*ÅTqE½à╣\x19 mÓD "
b"\x01 É┐*Å^rQÂÍ\x17\x04 ²1#÷ "
b"\x01 É┐*Åiqr×]\x05 plxN\x16 "
b"\x01 É┐*Åtqå▓À¿6¦Lym "
b"\x01 É┐*Å~p?ç_0%G&┴^ "
b"\x01 É┐*ÉÜr\x13 │µïÀ┴─z· "
b"\x01 É┐*ÉÑp'Àj}Ï■\x05\x1E w "
b"\x01 É┐*É«p\e ▒╝¥=t[«$ "
b"\x01 É┐*É╣qЮw┼\x0E Þ¾\x07 Å "
b"\x01 É┐*É├pòÀº>┬þÒÕ├ "
b"\x01 É┐*É╠s\x00 íñ£\x1D | \x1E / "
b"\x01 É┐*æ┬r+æÆ¯┐=\x1F ©u "
b"\x01 É┐*æ╠rQÉ\x10\x06 øõ¨ß "
b"\x01 É┐*æÍrAû╗w┌\x1A ¥e´ "
b"\x01 É┐*æÓqáŧ¦<æÿ|) "
b"\x01 É┐*æÚpþ╣6‗\x19 aV\x1E\x05 "
b"\x01 É┐*æ‗q▄ö³Z~r─Ü "
b"\x01 É┐*æ³r┬Åj7╦aL─¸ "
b"\x01 É┐*Æ\x05 pmÉ║G╝┬âø└ "
b"\x01 É┐*Æ\x0F sæÖGâ!\x0E âÒ» "
b"\x01 É┐*Æ\x18 rÔêø\x1E p·├W# "
b"\x01 É┐*Æ"q·»&+³{U)\x17 "
b"\x01 É┐*Æ+p=¢¬ƒåZ®\x18\x1E "
b"\x01 É┐*Æ5pß©WS Ìb÷y "
b"\x01 É┐*Æ>s×üoP¥Tp\x06 ¾ "
b"\x01 É┐*ôÜq▓íf─░Ü6Øc "
b"""
\x01 É┐*ôÑs;æK\n
Ê\x1E A¼ý
"""
b"\x01 É┐*ô»pÝñ▒ÝýÞÏ7└ "
b"\x01 É┐*ô║r/Çn2µª┴í▄ "
b"\x01 É┐*ô╬qMÅ\x1D ðA¯▓¢4 "
b"\x01 É┐*ô█r´É\x02\v |y\x07 ╚Ë "
b"\x01 É┐*ô§q\x10 ªZ▀\x0F ¬Ô╔A "
b"\x01 É┐*ö\x00 qäåk\x01 ﮃ±╦ "
b"""
\x01 É┐*ö\n
róê\n
ó╠zÕ=¾
"""
b"\x01 É┐*ö\x14 r¬à^\x07 1Vÿîð "
b"\x01 É┐*ö\x1F s¶äÑ,_þ\x18\e ┐ "
b"""
\x01 É┐*ö)sXç\x7F ▓B▒m\n
d
"""
b"\x01 É┐*ö6s\x00 ¢╬lñä:\x07 ÿ "
b"\x01 É┐*ö@qa¢:\r {G\x15\x10 ¹ "
b"\x01 É┐*òSsîç░\r ëHá^x "
b"\x01 É┐*ò^s>ÑÇDb\x04 7ã½ "
b"\x01 É┐*òhs ▒\x07 ]g%)Ò\x00 "
b"\x01 É┐*ø+rùºvµÅba└\x1E "
b"\x01 É┐*ø[pC╣I(Ѫ«\x13 ┼ "
b"\x01 É┐*øopàöÄ╝¥└╝\x17 ═ "
b"\x01 É┐*øyq{╝~╬þró\x12 s "
b"\x01 É┐*øäq ▓\x13 S=█e\x0E u "
b"\x01 É┐*øÄp┘åYp\x7F\x13 Vë\n "
b"\x01 É┐*øùp▒éEß±Îè\x01 ¯ "
b"\x01 É┐*£×sêÄ╠k┤Ä┼Ð─ "
b"\x01 É┐*£®s┌¡¨═ÿ│┴`6 "
b"\x01 É┐*£│r\x00 ¬E±x](\x7F ÷ "
b"\x01 É┐*£¢ra░êîÊ▄▄ã "
b"\x01 É┐*£ÃpÞ©ÃÕ\x00 I▒öO "
b"\x01 É┐*£ðqn¬íÀ«R¼\x10 ý "
b"\x01 É┐*ØÕq\x13 â¢ý║]\x06 M "
b"\x01 É┐*Ø´s~ò@È{\x1E µÞ "
b"\x01 É┐*بrm¬§\x18\x12 ̺tî "
b"\x01 É┐*×\x03 p*À×\x1D ╠zõÀ\x11 "
b"\x01 É┐*×\f r¡ñNA%ÓàÛ╔ "
b"\x01 É┐*ƒ\x16 qpè─ó½¸ë)O "
b"\x01 É┐*ƒ!qÈïõ½pwÆIG "
b"\x01 É┐*ƒEpE®ªSHPßý8 "
b"\x01 É┐*ƒPq]¼╬|░Q.╔\x14 "
b"\x01 É┐*ƒsr©ìÕø×ì¡/h "
b"\x01 É┐*ƒ~pÓòà{K}ñAe "
b"\x01 É┐*ƒës┘dz\x10 }ªÚá1 "
b"\x01 É┐*ƒôsüüB║q6ýå╩ "
b"\x01 É┐*ƒ×q\x12 Á┤g_1│(R "
b"\x01 É┐*ƒÏr│ºb,\x0F\e ┤▄~ "
b"\x01 É┐*ƒÒpü░[(g@/╗\x03 "
b"\x01 É┐*ƒÝr3É%\x1A\e ãug] "
b"\x01 É┐*ƒ¨pqá\x0E ïSzQ(¨ "
b"\x01 É┐*á\x04 p6║ã\x06 ¥^LÛ} "
b"\x01 É┐*á\x0F rá│h░├Ç▒y" "
b"\x01 É┐*á\e rìÇRÚßb;\x08 k "
b"\x01 É┐*á%pUù┬§;╚3\x1F · "
b"\x01 É┐*á0s\x17 ®▄¬ë\x12 µ:6 "
b"\x01 É┐*á;r.áî,ì5\x1C é░ "
b"\x01 É┐*áFp6áÂ"ó\x14 ²Êy "
b"\x01 É┐*áRr╣è"C¡`\x15 i╚ "
b"\x01 É┐*íysIè«Ó@eôù└ "
b"\x01 É┐*íâq$»dk░¿Þ\x0F "
b"\x01 É┐*íÄsèë@Hgq¨è "
b"\x01 É┐*íÖq¥ùHÝ\x13 ¬┘Dg "
b"\x01 É┐*íñsýä4c■5¯T "
b"\x01 É┐*í«s9óµ\x10 ╩═_ëß "
b"\x01 É┐*ó¡s┌Âo.ÔôÈ:╔ "
b"\x01 É┐*ó©rqº¡5R§¡\r M "
b"\x01 É┐*ó┬qÜôåð;Hs£\x05 "
b"\x01 É┐*ó╠qaát‗z▒┤┐® "
b"\x01 É┐*óÍr┘ºêÕz┘┌/F "
b"\x01 É┐*óÓsu£:²\x7F .ß\x16\t "
b"\x01 É┐*óÙsÉÆ¨\µ*▒¸¹ "
b"\x01 É┐*ó§s¹ÀYì├╚ÛE\x05 "
b"\x01 É┐*ó sñæð8ÈXL¢2 "
b"\x01 É┐*ú\n rɺÏÊà¯hí\x00 "
b"\x01 É┐*ñ\x1D s¡ñ\x1D\x03 ý\x15 X$S "
b"\x01 É┐*ñ(q\x02 ç³\x18 (j8ÊÎ "
b"\x01 É┐*ñ<r?ª╦|▀/϶{ "
b"\x01 É┐*ñFs2ª/\x17\x08 ▓Ç┤µ "
b"\x01 É┐*ñQs¡£g▀çNÜè® "
b"\x01 É┐*ñ[s\x0F ┤1└Yvo┌È "
b"\x01 É┐*ñgpiÉ\Ï│ë2Êï "
b"\x01 É┐*ñqpRëÒ│|\x03\e ÿ_ "
b"\x01 É┐*ñ|q.¡·æª┐áMÛ "
b"\x01 É┐*Ñûp┼óµ═/\x00 jZ¯ "
b"\x01 É┐*Ñ®sJÑÑ¥gc~ð╦ "
b"\x01 É┐*Ñ┤s.Â\x7F\x13 ®øØ\x1F Ó "
b"\x01 É┐*Ñ┐qCª═¢\x06 uH¦o "
b"\x01 É┐*Ñ╩p¼á─öë▓Ãkæ "
b"\x01 É┐*ÑıqÙëÃí¦0▀ò- "
b"\x01 É┐*ÑÓr\v ó$nI«┐ô/ "
b"\x01 É┐*ÑÙp,ú¬%ı\x15 ábÐ "
b"\x01 É┐*ª\t s\x15 ¬ƒã╣©6ð\x17 "
b"\x01 É┐*ª\x15 qñ¼O\e ã\x15 Ó¤Ý "
b"\x01 É┐*ª q%èoNƒÕ¶B5 "
b"\x01 É┐*ª+r%Ø_ÁY╔\e ╠· "
b"\x01 É┐*ª5sYì°L%¾À╬Ú "
b"""
\x01 É┐*ª@r\n
¢▄cÕN\x11 ╩\x01
"""
b"\x01 É┐*ºFs╠º┼N\x18 í¡\x06 ç "
b"\x01 É┐*ºQqçÜ;XÖ"}ıO "
b"\x01 É┐*º]qXöy▓?>äÍ* "
b"\x01 É┐*ºhpI║}╦┘d£;\x03 "
b"\x01 É┐*ºrp]è\x1C ÓpNyÂ┤ "
b"\x01 É┐*º}sN¢'ÿ\v }ÀÇN "
b"\x01 É┐*ºêr]┐H┐\x17\x11 (│¨ "
b"\x01 É┐*ºôr:ïwQåÓ\x01 %í "
b"\x01 É┐*¿ısÛƒ4½╦3Â@R "
b"\x01 É┐*¿ÓqÛì\e I▄■Ï\x06 ï "
b"\x01 É┐*¿Ùs|╣¥ÿª,7öM "
b"\x01 É┐*¿÷sëúú\x0F =ıEmð "
b"\x01 É┐*®\x03 sHûnã\x01 ÃwI» "
b"\x01 É┐*®\x0E pXÂ\r 1P¾xï "
b"\x01 É┐*®\x1C qìáõO╠ù\x03 lß "
b"\x01 É┐*®'s@¬³\¤Cݸ\x11 "
b"\x01 É┐*®2q·ª\x14 ├\x18 Ѱér "
b"\x01 É┐*®<sjö6ƒÓDëe┼ "
b"\x01 É┐*¬qp\x08 åño\x00 z┐`┘ "
b"\x01 É┐*¬|r&Ä+/▀ûíÑ╝ "
b"\x01 É┐*¬çq■ûYjÛä$,┐ "
b"\x01 É┐*═<qDƒ"\x00\x17 ª╣+\v "
b"\x01 É┐*═Frf╗uÑH┐ý\e ├ "
b"\x01 É┐*═Qs│┐\x1E 7:f¯‗┘ "
b"\x01 É┐*╬úp▄ì¯'\x08\x1A {1\v "
b"\x01 É┐*╬▒p9¿\x13 %\x01 z®\v ┤ "
]
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` ,
COALESCE (
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) AS `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) AS `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) AS `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) AS `property_group_option.group.customFields` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.languageId` ,
`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` ,
COALESCE (
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title`
) AS `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
COALESCE (
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt`
) AS `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
COALESCE (
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields`
) AS `property_group_option.media.customFields` ,
`property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation.languageId` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) AS `property_group_option.name` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) AS `property_group_option.position` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) AS `property_group_option.customFields` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.languageId`
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` ,
`property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id AS `property_group_option.translation.languageId`
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 `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.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` ,
`property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId`
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` . title AS `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . alt AS `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . custom_fields AS `property_group_option.media.translation.customFields` ,
`property_group_option.media.translation` . created_at AS `property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation` . updated_at AS `property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation` . media_id AS `property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation` . language_id AS `property_group_option.media.translation.languageId`
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` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `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` , COALESCE (`property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) AS `property_group_option.media.title` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) AS `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) AS `property_group_option.media.customFields` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` 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` , `property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id AS `property_group_option.translation.languageId` 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 `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.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` , `property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId` 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` . title AS `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt AS `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields AS `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at AS `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at AS `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id AS `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id AS `property_group_option.media.translation.languageId` 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 (0x001EBC863BFE48F39417190A80C33027 , 0x018F28E328E67D0BA2ADEFF05DFC2DE4 , 0x018FC3EC8B0C7995B577325D7F0D3CF1 , 0x018FC3ECC5E871F2812AB7FBAD0D3221 , 0x0190BF04D36471E78EEB83F0FF3536A5 , 0x0190BF04D36D73DD89D87EC016AA6CB4 , 0x0190BF06446073C9851C645BA87CA5DC , 0x0190BF0743427344AB43BFFB563A2D13 , 0x0190BF0754F9735E9D0DCEA0C6ED9819 , 0x0190BF0764637324AE06EDBF58E804B7 , 0x0190BF0764A473549C8F13A6440F5D1B , 0x0190BF0779CB7237B3E78E5C67231E6B , 0x0190BF0781B4736386A82D23FA54D191 , 0x0190BF08CBB571418CD6BB9C68A32938 , 0x0190BF08CF987154A875C402DC950BEE , 0x0190BF08D3A372D99658FCBEBBFBE9F4 , 0x0190BF08E04E738C92A5FB2947891389 , 0x0190BF08EE507116AA3CC327845C71C4 , 0x0190BF08FA9371E783674AE41C33D815 , 0x0190BF09482C701BAB8037D26DE7677E , 0x0190BF094C3571BDA9655E6727A9D18F , 0x0190BF09502073CFBB76561A36F53523 , 0x0190BF09502B70BBB2335FF17A7868A1 , 0x0190BF09503472CBB796A93268C2E28E , 0x0190BF09503D70F7833E54997253320E , 0x0190BF095046702BA765CFFCA6C2BCB6 , 0x0190BF09504E72358C02DEF44008DF7C , 0x0190BF0950557266940D486F3E52EFC9 , 0x0190BF09915273CDB6A5351E3B2FD581 , 0x0190BF099334721ABABE0EA6E562BBEA , 0x0190BF09976A7234BF8EE13157094DBF , 0x0190BF099BB671B592649D4A7CFF4FC1 , 0x0190BF09A026731B89DA379430170F44 , 0x0190BF09A45C7262975F23920B73BE8E , 0x0190BF09A8D870CEBFEAC8370B9D60F7 , 0x0190BF09ACF770729A120650782B3B83 , 0x0190BF09B120717AB97CAB8D1A040F01 , 0x0190BF09B56B73E38B6CB46F2809B005 , 0x0190BF09B9D87003A66D1B41268AD5FA , 0x0190BF09DDE77371A986CC3DB946D4E4 , 0x0190BF09E21173C8AE29D2743AB2ADE5 , 0x0190BF09E63D738897DF57E9BEA421B3 , 0x0190BF09EAA372668AF851668CB5A63B , 0x0190BF09EED670C4A0F0D0D2D7775E7E , 0x0190BF09F36770C08841CD1767604743 , 0x0190BF09F3A672989624246E870DC36D , 0x0190BF09F3E67292ACE61EA8B1307D24 , 0x0190BF09F42570348B37805CF808C322 , 0x0190BF09F8ED73F7B901737FCE245E3B , 0x0190BF09FDB3730386FFD64F8CD2EC32 , 0x0190BF09FDBE70138E5DEF850F174EFD , 0x0190BF0A0283706F80C9FD4D68DF1E9B , 0x0190BF0A028C721AB3950B7ABB633A4E , 0x0190BF0A029472889FA3F6AABE37A22D , 0x0190BF0A070D703BABF0271EA2D0AE86 , 0x0190BF0A0C44728A8376E2D0CA19BC95 , 0x0190BF0A0CBD70FFADB10C16CBB33716 , 0x0190BF0A1249728D92BD6C9896D447BA , 0x0190BF0A132E7129A997BD97751415E4 , 0x0190BF0A17DB7213BFA8460CF1E5487C , 0x0190BF0A1A4A7097A2C68A6995718F63 , 0x0190BF0A1CAC7325AE25CCFE50B268BE , 0x0190BF0A1CEC72E38BDCD31BF360FD28 , 0x0190BF0A1D5F70069B823401625DE2A8 , 0x0190BF0A1DD472D2AD016E4BBD1F549B , 0x0190BF0A1E5073AB9ABB1A255E257A3E , 0x0190BF0A20267328BDE624C57580C348 , 0x0190BF0A251470FE85BFB9905F0D1526 , 0x0190BF0A2A1B73BCA8036114F1AC8F8D , 0x0190BF0A2BDA73D59253815A7EAEA7B5 , 0x0190BF0A30977139B7C6CC2C5DB81CBC , 0x0190BF0A32A0709ABB1F53C7CE6D01BA , 0x0190BF0A32FC736A9E30A310AED1E79E , 0x0190BF0A39F07055B6C9CED6A5331D9F , 0x0190BF0A3ED3711ABB9D6040FE19F81D , 0x0190BF0A439770E1AA8F3EE8B1AA89E9 , 0x0190BF0A483970A9B63C1011AB23BD70 , 0x0190BF0A487871CE961147FB6086B942 , 0x0190BF0A4CD472E38AF5C93084A53A51 , 0x0190BF0A51C07141B8EFEF266FA5C691 , 0x0190BF0A569470EC9F3407951FE80DD3 , 0x0190BF0A5B61705882A235BCD4901A28 , 0x0190BF0A601A722D90EEA2692EBCF32D , 0x0190BF0A64CB7071AA28CC179361AB61 , 0x0190BF0A6A0F719F90BAF8BB524E30C5 , 0x0190BF0A6E9573EDA4B746FD77164801 , 0x0190BF0A736D7325ADA2FF6944A88B77 , 0x0190BF0A780F73D6A624B62521AF0BAF , 0x0190BF0A7D6F70B18F3DCE92575C3582 , 0x0190BF0A82D3710B8DB6573A534EE84E , 0x0190BF0A837B7363BC0E9F93EC1BA828 , 0x0190BF0A89F1736CA469E0E6077AB861 , 0x0190BF0A8B0773E0B8BF8366B2824F6A , 0x0190BF0A912273028CAB1510483A976B , 0x0190BF0A920971C0A7F2C5CCA3EDC775 , 0x0190BF0A990471D9A178C6B0BD21AD30 , 0x0190BF0A9A217030916617EB3B7B2758 , 0x0190BF0AA1BC70CFB11461D4167A2D6B , 0x0190BF0AA6A070B58E1AD678B961C013 , 0x0190BF0AAB827138B13793FC0550BB2C , 0x0190BF0AABC070558268801AF19EED04 , 0x0190BF0AABFD711988F7F36839ACD255 , 0x0190BF0AAC3B7087933B11CBD07EF806 , 0x0190BF0AAC7A703590EA8E433D013329 , 0x0190BF0AACBB71E49A000A16DDCB7491 , 0x0190BF0AACFC73D7AB065307686686A5 , 0x0190BF0AAD3D70128BC0425960CF2884 , 0x0190BF0AB24670C6852EA0CD8CAB23E2 , 0x0190BF0AB2537055AB1B0C1F1EE1B6C9 , 0x0190BF0AB76E7380A6364A90AAC17919 , 0x0190BF0AB7AC738F9966D4F419836F0E , 0x0190BF0AB7EB7304B59E791EA34276AD , 0x0190BF0AB82A73218E962EC1437C6637 , 0x0190BF0AB8697323B4B63BF131D2DA5C , 0x0190BF2A31297203832613E6EDE81394 , 0x0190BF2A313671F8BB41530CBE83A4FC , 0x0190BF2A31487026AD68B7B8368E845D , 0x0190BF2A3151729BBA2CF65739A688E2 , 0x0190BF2A315B73BFA825FF9A15AFF68C , 0x0190BF2A316573E58F48F23AC0D008EA , 0x0190BF2A31A0701A95F057DFD899C0E1 , 0x0190BF2A31AC71FEB876507A84A0883E , 0x0190BF2A31B77160AA70C538984E0A39 , 0x0190BF2A31CA71CAB2B7CDCBAD407E93 , 0x0190BF2A31D5701C9E152B4DB50C1A5C , 0x0190BF2A31E071499B6193E5BCBC457E , 0x0190BF2A31EA73868228B35CB6DAB4F0 , 0x0190BF2A31F572C5A256397FA8DB64E0 , 0x0190BF2A32017059909D92CB1B3CDA51 , 0x0190BF2A320D737FB11855EE71D6F0A4 , 0x0190BF2A321872EC844A5BB71321FD28 , 0x0190BF2A322A738B8C44B8EB1AC1B983 , 0x0190BF2A323472E7AB7BD4C9F44716C0 , 0x0190BF2A326E71D3A5A655D49600FB27 , 0x0190BF2A327A71079A2DAD1C1A864A5E , 0x0190BF2A328E70EA8D7FBA2CDDCBBD73 , 0x0190BF2A32A3710EBC21721721F0D42A , 0x0190BF2A32DE73FA9EAD3E6EA67F8E4F , 0x0190BF2A336C715F8CE72C8F1263FBFD , 0x0190BF2A33B47072A7193C2AB7253AFD , 0x0190BF2A341970A687178B4B09F3AC9D , 0x0190BF2A454B72DD836931320FFC98DC , 0x0190BF2A684A713C8FD8624C42F8D2B4 , 0x0190BF2A699D7363957B60A05C0A1137 , 0x0190BF2A69A77154AC21D04B0F73F754 , 0x0190BF2A69B1706880F503360CC7C351 , 0x0190BF2A69BC7272A9373533F4D00200 , 0x0190BF2A69C672ECB5D26D4D47399E59 , 0x0190BF2A69D073CF91249DAE8AA758B2 , 0x0190BF2A69DA7341AD7F6D6F4B3D4091 , 0x0190BF2A6AE271A6934137EC0A69A204 , 0x0190BF2A6AEF7341B803C9DA03009D1E , 0x0190BF2A6AF97295A96D76214BE9F633 , 0x0190BF2A6B04736B84CF3E776C38BEA8 , 0x0190BF2A6B0E739CBC672BCDF0BF5C78 , 0x0190BF2A6B197197BBA1D31BA3DE45A9 , 0x0190BF2A6B24721DA240084C3DE0CDDD , 0x0190BF2A6C2972619F40AB7BBD55C01F , 0x0190BF2A6DAE73D696413879F7822116 , 0x0190BF2A6DB873D8A297061AAEC7C8DF , 0x0190BF2A6DC2713182ADA2D02D8BCE16 , 0x0190BF2A6DCC728A8F9723DCC6DBF45E , 0x0190BF2A6DD67001A8D45AC261741DFE , 0x0190BF2A6DE37074955DEDF6A6A3E034 , 0x0190BF2A6DED71A89CDFFECF5DCC0D34 , 0x0190BF2A6DF772E2BFCD910070D480B6 , 0x0190BF2A6E0171368BE6BB123449F7EE , 0x0190BF2A6E0B720390DE0AEB1D728360 , 0x0190BF2A6E1571F5B25801A12568C210 , 0x0190BF2A6E1F71ABB6C684F4524C9577 , 0x0190BF2A6F5B7298B26E7CBFA84B139E , 0x0190BF2A6F6772D691D9C33C1D6693D1 , 0x0190BF2A6F737231B2F91C1161C77E56 , 0x0190BF2A6F7E7262BC4933C20EFC5984 , 0x0190BF2A6F88731CA0F5C60C98E5A34A , 0x0190BF2A6F927157A93086D1DC3848D5 , 0x0190BF2A6F9B708C9BECDEB081098A85 , 0x0190BF2A6FA570F298139EB9BC735054 , 0x0190BF2A6FB071EEBB6676934C483928 , 0x0190BF2A6FBA719B9A290B1119E91B49 , 0x0190BF2A6FC47363896AE49B0336F0BE , 0x0190BF2A70F9722297E95078B1477A97 , 0x0190BF2A71047142AACC5C55EAB091FF , 0x0190BF2A710D70E883DD0835A5D4F2F1 , 0x0190BF2A711773FBA75E202FB6325912 , 0x0190BF2A712073039BC12A5B7297FE3C , 0x0190BF2A712A707DB7594C2A39379BD3 , 0x0190BF2A721E72919AF6A9B7E27A43DE , 0x0190BF2A722973769093A439728FBDB5 , 0x0190BF2A72347207B1E9FDBFFDCEE9EB , 0x0190BF2A723D72A1943D647A673375E1 , 0x0190BF2A724771E39E6787C38992AD39 , 0x0190BF2A725071828132D4FF8FA200B4 , 0x0190BF2A7346734684ED2CD46F7D738C , 0x0190BF2A7350720A99B1DCB8B4D77A25 , 0x0190BF2A735B71B3B7AA8CF0DBAFB4A2 , 0x0190BF2A7365705397B0270F1CEE1F39 , 0x0190BF2A736F71EB96721C49265BA6F3 , 0x0190BF2A737871FFA5AB0F11E873E33A , 0x0190BF2A746971B0BF9CE7C1B4163482 , 0x0190BF2A747473128A8A7DC0FD51C475 , 0x0190BF2A75D871CC934E37779F254BA5 , 0x0190BF2A77C27141BD3AF3B86E19B531 , 0x0190BF2A78E0707F8A934FFA7BB86117 , 0x0190BF2A7A3A7248B780DC29C2EADB12 , 0x0190BF2A7A467218A7F58C7B625FE3EB , 0x0190BF2A7BB670F6B3155C983D8E90FA , 0x0190BF2A7BC17208A041BD809D8384DE , 0x0190BF2A7BCD7351A8462137DE7DC83F , 0x0190BF2A7BDB7011B73966C904353D48 , 0x0190BF2A7BEA71D4A4CDCE2E0CD06D4D , 0x0190BF2A7D1870F9AF97A3E060955B3B , 0x0190BF2A7D26711FAB9ADE62EF25D642 , 0x0190BF2A7D3170178C0246DC6DFC7916 , 0x0190BF2A7D4972BEB393DAC984A1F6DB , 0x0190BF2A7D54733FACA6259DF0FCAEB3 , 0x0190BF2A7D5E70F3BE33D739DDA24F31 , 0x0190BF2A7E7B718ABD451A01D3784D64 , 0x0190BF2A7E8B7049957942CD696049EF , 0x0190BF2A7E9B70D0907FDD6DA117E23E , 0x0190BF2A7EA870149811B4C0BA5FC5A0 , 0x0190BF2A7EB370D48C5AEEDB38AF3920 , 0x0190BF2A7EBC70B4AE1D87259506600B , 0x0190BF2A7EC673DF984EB37BB5948FA5 , 0x0190BF2A7ED070CCA03351433CFBBBBB , 0x0190BF2A7FF372739FCEE9A9C2150B8B , 0x0190BF2A7FFE71A1A3EA7B7ED4549B1F , 0x0190BF2A8008733785002042938042DF , 0x0190BF2A801372A2BAA650C95F188BF2 , 0x0190BF2A801D71DC8DE4516F171CDAF3 , 0x0190BF2A802770BFB46BFA64D10B398D , 0x0190BF2A803271DE9BAFE9D9F6651A0A , 0x0190BF2A803C73E9A0BA7FAE389EFBA5 , 0x0190BF2A814F73AB84B844BBFA6BAC7A , 0x0190BF2A815A71DCB5F7C20B899744F8 , 0x0190BF2A816673ECABA6D3D855EDBD4F , 0x0190BF2A8170723697CBEC7AEC27B541 , 0x0190BF2A817B7199A882D65FC9E791EA , 0x0190BF2A81857190983ACF9C6984D7FD , 0x0190BF2A818F73808EC8DDE487F7D1CF , 0x0190BF2A81A370838567369232E60390 , 0x0190BF2A81AE73B0834970177EFD0715 , 0x0190BF2A81B8708D8825833E85948B05 , 0x0190BF2A81C27083935287D86B721392 , 0x0190BF2A81CC70A4A9825CA707AC1FA9 , 0x0190BF2A81D5739AA8F829A2B07BE612 , 0x0190BF2A81E67268A360FFD5D413C70E , 0x0190BF2A8221728E860BC4522CBCCFC3 , 0x0190BF2A822B72599BBF5ABAD833A9B0 , 0x0190BF2A823472B3955895656A15BE68 , 0x0190BF2A823E729AA3877D06D5209764 , 0x0190BF2A824873078FC82A397765847B , 0x0190BF2A825372E3B31DDB608DA92B85 , 0x0190BF2A825D73B68883C68E53FA0F12 , 0x0190BF2A8266716CB7978EFE7C9D3E49 , 0x0190BF2A837C7209BE38BC3027221C34 , 0x0190BF2A838771C08A33F7BBD6C05ED6 , 0x0190BF2A83937109A3C78D8DF0ECEA87 , 0x0190BF2A839D736F8B38BBD18883B0F6 , 0x0190BF2A83A871CEB5E6EEA553F58C8C , 0x0190BF2A83B27341AADCB84002E999DB , 0x0190BF2A83BE71669DEF80D88C6C8229 , 0x0190BF2A83C8722A894F814AC0F8ABED , 0x0190BF2A83D27216A37571AFC5339FA0 , 0x0190BF2A83DD71EA84B7F8B9E92F63FD , 0x0190BF2A83E7713C858F40651B678453 , 0x0190BF2A85107224934024D80A4CC9E9 , 0x0190BF2A8519705099D00C84705384A3 , 0x0190BF2A852371C8BAB4AF868B961084 , 0x0190BF2A852C722996F5BF8D10DE6056 , 0x0190BF2A853773ECA745C3EF0622DE94 , 0x0190BF2A854171219426B7E266564228 , 0x0190BF2A854B7014B737EF5194E0A4E3 , 0x0190BF2A864A70BB8436924D59D92C1B , 0x0190BF2A86547372B4CFF3704AF1D787 , 0x0190BF2A865D7266A66A9D35D396685A , 0x0190BF2A8667721192B050332E19599D , 0x0190BF2A8670720E92C5DECB641DA093 , 0x0190BF2A867A715B96FC6BE5A0D5F54C , 0x0190BF2A86837376B25F2DF3898A4A1C , 0x0190BF2A868D7308B6B0A0928CC2E764 , 0x0190BF2A8696723FAE8D36093789E4F6 , 0x0190BF2A869F715CAD83121E0E737F6A , 0x0190BF2A86A973D9A3B76CF2D13CA2D9 , 0x0190BF2A86B270A6978F468BB9279179 , 0x0190BF2A87B870BF95A726057AB3A600 , 0x0190BF2A87C2736597F128BA2E4858FF , 0x0190BF2A87D5706DA1D80308CE60BAF9 , 0x0190BF2A87DF71AFB080611C30682167 , 0x0190BF2A87E9730F881FEEADB3CAA021 , 0x0190BF2A87F371F6AA415C23D8597C14 , 0x0190BF2A87FC714289846EA981FB71BA , 0x0190BF2A880571DFA80BC996EA06825B , 0x0190BF2A880F72FAA55D12210433AED7 , 0x0190BF2A881873B984A7E7679096B4D2 , 0x0190BF2A8822719CAE854201FCE6C401 , 0x0190BF2A882B73A6BC7EC3AE7CF254D5 , 0x0190BF2A884E73C1A143FD00C7DDE495 , 0x0190BF2A885771EDB3A0F46291F31594 , 0x0190BF2A886073BDAD9E96995BCBDC0C , 0x0190BF2A88697130ACDE171309EFEF3B , 0x0190BF2A8873701092376DFBC40A69BF , 0x0190BF2A887E73A78A0D2EE5A936B281 , 0x0190BF2A888773B4A151E576AE8E1976 , 0x0190BF2A8890722AA4851920F3DDAE44 , 0x0190BF2A88997035821C15D45BC9C78B , 0x0190BF2A89B273388F178DAB17A80D56 , 0x0190BF2A89BD7314993032E404FB954A , 0x0190BF2A89C67271A4FE09743B608FA0 , 0x0190BF2A89DA737F86B5BA0C809909DD , 0x0190BF2A89E470E480385AA57BFCDC3B , 0x0190BF2A89EE7309A815256888449D81 , 0x0190BF2A89F8728E89C499BC9CCE7674 , 0x0190BF2A8A01729EA1F630BA6CA9DEEE , 0x0190BF2A8A0B73CEBB8FEE65AA4CAA67 , 0x0190BF2A8B197327B99487BA6D426292 , 0x0190BF2A8B237336A5FF4C593CD7E357 , 0x0190BF2A8B2D709A82080F6FAE6F5B2A , 0x0190BF2A8B3872C0939145CDB6DC9095 , 0x0190BF2A8B437330970ABEA9B9864C35 , 0x0190BF2A8B5273AEB0F69CE134F6496D , 0x0190BF2A8B6170EDAE7B285F725D3A80 , 0x0190BF2A8B717278A484D6AA885CF8AE , 0x0190BF2A8C837036B3EAE2B9A55A57CC , 0x0190BF2A8C8E7339B9EE60D8BB08BD30 , 0x0190BF2A8C9972F69BF8464E7E6501C1 , 0x0190BF2A8CA47047A89341FBDB25516C , 0x0190BF2A8CAF73CC9F614C6585363CAC , 0x0190BF2A8CB970EBBA96578E487111BF , 0x0190BF2A8DC2711496DF446D9712B2CB , 0x0190BF2A8DD1738B88377EDD2F8AAF89 , 0x0190BF2A8DDB7293BD1D2B3E0E914467 , 0x0190BF2A8DE472F199D36F9FCEA9FAE4 , 0x0190BF2A8DED7294A3BF1D4E70C35471 , 0x0190BF2A8DF673919F6E3ACDD6FBB8DE , 0x0190BF2A8DFF7242A8ABC339FCB25BD0 , 0x0190BF2A8E0872DE8097EF7EA2007A5B , 0x0190BF2A8E117047B15A02D4E20A12FF , 0x0190BF2A8E1A736D9CA912BC95CF3E07 , 0x0190BF2A8E24731A9B1BBCCA9B394598 , 0x0190BF2A8E2E73A0AE591791AB8F2329 , 0x0190BF2A8E5A70F7BE182B0779AE22BF , 0x0190BF2A8E7F730FBF994FD12DBDE16F , 0x0190BF2A8E8A7221AB043BEA70E27C0C , 0x0190BF2A8E9D73CBB1085B6A1F4D2635 , 0x0190BF2A8EA8714F8F4906E815748AF7 , 0x0190BF2A8EB170B2AF534E516ADF8A40 , 0x0190BF2A8EBB70B98336795956D4792F , 0x0190BF2A8ED773818C5E632827F27D6D , 0x0190BF2A8EE9736EB6C322AA364D8CE7 , 0x0190BF2A8F2671DC9223C4E1557A22A8 , 0x0190BF2A8F30729DA6C526106FE7EF9A , 0x0190BF2A8F3A7221A1DDF5B2EE91E128 , 0x0190BF2A8F4B70B2B677D6628EF262D7 , 0x0190BF2A8F547145AB85B919206DE044 , 0x0190BF2A8F5E7251B6D61704FD3123F6 , 0x0190BF2A8F6971729E5D05706C784E16 , 0x0190BF2A8F747186B2B7A836DD4C796D , 0x0190BF2A8F7E703F875F30254726C15E , 0x0190BF2A909A7213B3E68BB7C1C47AFA , 0x0190BF2A90A57027B76A7DD8FE051E77 , 0x0190BF2A90AE701BB1BCBE3D745BAE24 , 0x0190BF2A90B971D1A977C50EE8F3078F , 0x0190BF2A90C37095B7A73EC2E7E3E5C3 , 0x0190BF2A90CC7300A1A49C1D7C201E2F , 0x0190BF2A91C2722B9192EEBF3D1FB875 , 0x0190BF2A91CC7251901006F09BE4F9E1 , 0x0190BF2A91D6724196BB77DA1ABE65EF , 0x0190BF2A91E071A08FF5DD3C91987C29 , 0x0190BF2A91E970E7B936F21961561E05 , 0x0190BF2A91F271DC94FC5A7E72C49A20 , 0x0190BF2A91FC72C28F6A37CB614CC4F7 , 0x0190BF2A9205706D90BA47BCC2839BC0 , 0x0190BF2A920F7391994783210E83E3AF , 0x0190BF2A921872E2889B1E70FAC35723 , 0x0190BF2A922271FAAF262BFC7B552917 , 0x0190BF2A922B703DBDAA9F865AA9181E , 0x0190BF2A923570E1B8575320DE62F679 , 0x0190BF2A923E739E816F50BE547006F3 , 0x0190BF2A939A71B2A166C4B09A369D63 , 0x0190BF2A93A5733B914B0AD21E41ACEC , 0x0190BF2A93AF70EDA4B1EDECE8D837C0 , 0x0190BF2A93BA722F806E32E6A6C1A1DC , 0x0190BF2A93CE714D8F1DD041EEB2BD34 , 0x0190BF2A93DB72EF90020B7C7907C8D3 , 0x0190BF2A93F57110A65ADF0FAAE2C941 , 0x0190BF2A94007184866B018BA99FF1CB , 0x0190BF2A940A72A2880AA2CC7AE53DF3 , 0x0190BF2A941472AA855E073156988CD0 , 0x0190BF2A941F73F484A52C5FE7181BBF , 0x0190BF2A94297358877FB242B16D0A64 , 0x0190BF2A94367300BDCE6CA4843A0798 , 0x0190BF2A94407161BD3A0D7B471510FB , 0x0190BF2A9553738C87B00D8948A05E78 , 0x0190BF2A955E733EA58044620437C6AB , 0x0190BF2A95687320B1075D672529E300 , 0x0190BF2A9B2B7297A776E68F6261C01E , 0x0190BF2A9B5B7043B94928A5A6AE13C5 , 0x0190BF2A9B6F7085948EBCBEC0BC17CD , 0x0190BF2A9B79717BBC7ECEE772A21273 , 0x0190BF2A9B847120B213533DDB650E75 , 0x0190BF2A9B8E70D98659707F1356890A , 0x0190BF2A9B9770B18245E1F1D78A01EE , 0x0190BF2A9C9E73888ECC6BB48EC5D1C4 , 0x0190BF2A9CA973DAADF9CD98B3C16036 , 0x0190BF2A9CB37200AA45F1785D287FF6 , 0x0190BF2A9CBD7261B088F08CD2DCDCC6 , 0x0190BF2A9CC770E8B8C7E50049B1944F , 0x0190BF2A9CD0716EAAA1B7AE52AC10EC , 0x0190BF2A9DE5711383BDECBA5D06F04D , 0x0190BF2A9DEF737E9540D47B1E20E6E8 , 0x0190BF2A9DF9726DAAF51812DEA7748C , 0x0190BF2A9E03702AB79E1DCC7AE4B711 , 0x0190BF2A9E0C72ADA44E4125E085EAC9 , 0x0190BF2A9F1671708AC4A2ABF789294F , 0x0190BF2A9F2171D48BE4AB7077924947 , 0x0190BF2A9F457045A9A6534850E1EC38 , 0x0190BF2A9F50715DACCE7CB0512EC914 , 0x0190BF2A9F7372B88DE59B9E8DAD2F68 , 0x0190BF2A9F7E70E095857B4B7DA44165 , 0x0190BF2A9F8973D980FC107DA6E9A031 , 0x0190BF2A9F9373818142BA7136EC86CA , 0x0190BF2A9F9E7112B5B4675F31B32852 , 0x0190BF2A9FD872B3A7622C0F1BB4DC7E , 0x0190BF2A9FE37081B05B2867402FBB03 , 0x0190BF2A9FED723390251A1BC675675D , 0x0190BF2A9FF97071A00E8B537A5128F9 , 0x0190BF2AA0047036BAC606BE5E4CEA7D , 0x0190BF2AA00F72A0B368B0C380B17922 , 0x0190BF2AA01B728D8052E9E1623B086B , 0x0190BF2AA025705597C2F53BC8331FFA , 0x0190BF2AA0307317A9DCAA8912E63A36 , 0x0190BF2AA03B722EA08C2C8D351C82B0 , 0x0190BF2AA0467036A0B622A214FDD279 , 0x0190BF2AA05272B98A2243AD601569C8 , 0x0190BF2AA17973498AAEE040659397C0 , 0x0190BF2AA1837124AF646BB0A8F0E80F , 0x0190BF2AA18E738A89404867F071F98A , 0x0190BF2AA19971BE9748ED13AAD94467 , 0x0190BF2AA1A473EC843463F0FE35EE54 , 0x0190BF2AA1AE7339A2E610CACD5F89E1 , 0x0190BF2AA2AD73DAB66F2EE293D43AC9 , 0x0190BF2AA2B87271A7AD3552F5AD0D4D , 0x0190BF2AA2C2719A9386D03B48739C05 , 0x0190BF2AA2CC7161A074F27AB1B4BFA9 , 0x0190BF2AA2D672D9A788E57AD9DA2F46 , 0x0190BF2AA2E073759C3AFD7F2EE11609 , 0x0190BF2AA2EB739092F95CE62AB1F7FB , 0x0190BF2AA2F573FBB7598DC3C8EA4505 , 0x0190BF2AA2FF73A491D038D4584CBD32 , 0x0190BF2AA30A7290A7D8D285EE68A100 , 0x0190BF2AA41D73ADA41D03EC15582453 , 0x0190BF2AA428710287FC18286A38D2D7 , 0x0190BF2AA43C723FA6CB7CDF2FD8F47B , 0x0190BF2AA4467332A62F1708B280B4E6 , 0x0190BF2AA45173AD9C67DF874E9A8AA9 , 0x0190BF2AA45B730FB431C059766FDAD4 , 0x0190BF2AA4677069905CD8B38932D28B , 0x0190BF2AA471705289E3B37C031B985F , 0x0190BF2AA47C712EADFA91A6BFA04DEA , 0x0190BF2AA59670C5A2E6CD2F006A5AEE , 0x0190BF2AA5A9734AA5A5BE67637ED0CB , 0x0190BF2AA5B4732EB67F13A99B9D1FE0 , 0x0190BF2AA5BF7143A6CDBD067548DD6F , 0x0190BF2AA5CA70ACA0C49489B2C76B91 , 0x0190BF2AA5D571EB89C7A1DD30DF952D , 0x0190BF2AA5E0720BA2246E49AEBF932F , 0x0190BF2AA5EB702CA3AA25D515A062D1 , 0x0190BF2AA6097315AA9FC6B9B836D017 , 0x0190BF2AA61571A4AC4F1BC615E0CFED , 0x0190BF2AA62071258A6F4E9FE5F44235 , 0x0190BF2AA62B72259D5FB559C91BCCFA , 0x0190BF2AA63573598DF84C25F3B7CEE9 , 0x0190BF2AA640720ABDDC63E54E11CA01 , 0x0190BF2AA74673CCA7C54E18A1AD0687 , 0x0190BF2AA75171879A3B5899227DD54F , 0x0190BF2AA75D71589479B23F3E84D62A , 0x0190BF2AA7687049BA7DCBD9649C3B03 , 0x0190BF2AA772705D8A1CE0704E79B6B4 , 0x0190BF2AA77D734EBD27980B7DB7804E , 0x0190BF2AA788725DBF48BF171128B3F9 , 0x0190BF2AA793723A8B775186E00125A1 , 0x0190BF2AA8D573EA9F34ABCB33B64052 , 0x0190BF2AA8E071EA8D1B49DCFED8068B , 0x0190BF2AA8EB737CB9BE98A62C37944D , 0x0190BF2AA8F67389A3A30F3DD5456DD0 , 0x0190BF2AA9037348966EC601C77749AF , 0x0190BF2AA90E7058B60D3150F3F0788B , 0x0190BF2AA91C718DA0E44FCC97036CE1 , 0x0190BF2AA9277340AAFC5CCF43EDF711 , 0x0190BF2AA93271FAA614C318A5F88272 , 0x0190BF2AA93C736A94369FE0448965C5 , 0x0190BF2AAA71700886A46F007ABF60D9 , 0x0190BF2AAA7C72268E2B2FDF96A1A5BC , 0x0190BF2AAA8771FE96596AEA84242CBF , 0x0190BF2ACD3C71449F220017A6B92B0B , 0x0190BF2ACD467266BB75A548BFEC1BC3 , 0x0190BF2ACD5173B3BF1E373A66EEF2D9 , 0x0190BF2ACEA370DC8DEE27081A7B310B , 0x0190BF2ACEB17039A81325017AA90BB4 );
Copy
90
4.68 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"\x00\x1E ¼†;þHó”\x17\x19 \n €Ã0' "
b"\x01 Å(Ò(µ}\v ó¡´]³-õ "
b"\x01 Å├ýï\f yòÁw2]\x7F \r <± "
b"\x01 Å├ý┼Þq‗ü*À¹¡\r 2! "
b"\x01 É┐\x04 ËdqþÄÙâ 56Ñ "
b"\x01 É┐\x04 Ëms¦ëÏ~└\x16 ¬l┤ "
b"\x01 É┐\x06 D`s╔à\x1C d[¿|Ñ▄ "
b"\x01 É┐\x07 CBsD½C┐¹V:-\x13 "
b"\x01 É┐\x07 T¨s^Ø\r ╬áãÝÿ\x19 "
b"\x01 É┐\x07 dcs$«\x06 Ý┐XÞ\x04 À "
b"\x01 É┐\x07 dñsT£Å\x13 ªD\x0F ]\e "
b"\x01 É┐\x07 y╦r7│þÄ\g#\x1E k "
b"\x01 É┐\x07 ü┤scå¿-#·TÐæ "
b"\x01 É┐\x08 ╦ÁqAîÍ╗£hú)8 "
b"\x01 É┐\x08 ¤ÿqT¿u─\x02 ▄ò\v ¯ "
b"\x01 É┐\x08 Ëúr┘ûX³¥╗¹Ú¶ "
b"\x01 É┐\x08 ÓNsîÆÑ¹)Gë\x13 ë "
b"\x01 É┐\x08 ¯Pq\x16 ¬<├'ä\q─ "
b"\x01 É┐\x08 ·ôqþâgJõ\x1C 3Ï\x15 "
b"\x01 É┐\t H,p\e ½Ç7Êmþg~ "
b"\x01 É┐\t L5q¢®e^g'®ÐÅ "
b"\x01 É┐\t P s¤╗vV\x1A 6§5# "
b"\x01 É┐\t P+p╗▓3_±zxhí "
b"\x01 É┐\t P4r╦Àû®2h┬ÔÄ "
b"\x01 É┐\t P=p¸â>TÖrS2\x0E "
b"\x01 É┐\t PFp+ºe¤³ª┬╝ "
b"\x01 É┐\t PNr5î\x02 ̶@\x08 ▀| "
b"\x01 É┐\t PUrfö\r Ho>R´╔ "
b"\x01 É┐\t æRs═ÂÑ5\x1E ;/ıü "
b"\x01 É┐\t ô4r\x1A ║¥\x0E ªÕb╗Û "
b"\x01 É┐\t ùjr4┐Äß1W\t M┐ "
b"\x01 É┐\t øÂqÁÆdØJ| O┴ "
b"\x01 É┐\t á&s\e ë┌7ö0\x17\x0F D "
b"\x01 É┐\t ñ\rbù_#Æ\v s¥Ä "
b"\x01 É┐\t ¿Ïp╬┐Û╚7\v Ø`¸ "
b"\x01 É┐\t ¼¸prÜ\x12\x06 Px+;â "
b"\x01 É┐\t ▒ qz╣|½ì\x1A\x04\x0F\x01 "
b"\x01 É┐\t ÁksÒïl┤o(\t ░\x05 "
b"\x01 É┐\t ╣Ïp\x03 ªm\e A&èı· "
b"\x01 É┐\t ¦þsq®å╠=╣FÈõ "
b"\x01 É┐\t Ô\x11 s╚«)Êt:▓¡Õ "
b"\x01 É┐\t µ=sêù▀WÚ¥ñ!│ "
b"\x01 É┐\t Ûúrfè°QfîÁª; "
b"\x01 É┐\t ¯Íp─áðÊÎw^~ "
b"\x01 É┐\t ¾gp└êA═\x17 g`GC "
b"\x01 É┐\t ¾ªrÿû$$nç\r ├m "
b"\x01 É┐\t ¾µrƼµ\x1E ¿▒0}$ "
b"\x01 É┐\t ¶%p4ï7Ç\°\x08 ├" "
b"\x01 É┐\t °Ýs¸╣\x01 s\x7F ╬$^; "
b"\x01 É┐\t ²│s\x03 å ÍOîÊý2 "
b"\x01 É┐\t ²¥p\x13 Ä]´à\x0F\x17 N² "
b"""
\x01 É┐\n
\x02 âpoÇ╔²Mh▀\x1E ø
"""
b"""
\x01 É┐\n
\x02 îr\x1A │ò\v z╗c:N
"""
b"""
\x01 É┐\n
\x02 örêƒú÷¬¥7ó-
"""
b"""
\x01 É┐\n
\x07 \r p;½'\x1E óð«å
"""
b"""
\x01 É┐\n
\f DrèâvÔð╩\x19 ╝ò
"""
b"""
\x01 É┐\n
\f ¢p ¡▒\f\x16 ╦│7\x16
"""
b"""
\x01 É┐\n
\x12 IrìÆ¢lÿûÈG║
"""
b"""
\x01 É┐\n
\x13 .q)®ù¢ùu\x14\x15 õ
"""
b"""
\x01 É┐\n
\x17 █r\x13 ┐¿F\f ±ÕH|
"""
b"""
\x01 É┐\n
\x1A JpùóãèiòqÅc
"""
b"""
\x01 É┐\n
\x1C ¼s%«%╠■P▓h¥
"""
b"""
\x01 É┐\n
\x1C ýrÒï▄Ë\e ¾`²(
"""
b"""
\x01 É┐\n
\x1D _p\x06 øé4\x01 b]Ô¿
"""
b"""
\x01 É┐\n
\x1D ÈrÊ¡\x01 nK¢\x1F Tø
"""
b"""
\x01 É┐\n
\x1E Ps½Ü╗\x1A %^%z>
"""
b"""
\x01 É┐\n
&s(¢µ$┼uÇ├H
"""
b"""
\x01 É┐\n
%\x14 p■à┐╣É_\r \x15 &
"""
b"""
\x01 É┐\n
*\e s╝¿\x03 a\x14 ±¼Åì
"""
b"""
\x01 É┐\n
+┌sıÆSüZ~«ºÁ
"""
b"""
\x01 É┐\n
0ùq9Àã╠,]©\x1C ╝
"""
b"""
\x01 É┐\n
2ápÜ╗\x1F SÃ╬m\x01 ║
"""
b"""
\x01 É┐\n
2³sj×0ú\x10 «Ðþ×
"""
b"""
\x01 É┐\n
9pUÂ╔╬ÍÑ3\x1D ƒ
"""
b"""
\x01 É┐\n
>Ëq\x1A ╗Ø`@■\x19 °\x1D
"""
b"""
\x01 É┐\n
Cùp߬Å>Þ▒¬ëÚ
"""
b"""
\x01 É┐\n
H9p®Â<\x10\x11 ½#¢p
"""
b"""
\x01 É┐\n
Hxq╬û\x11 G¹`å╣B
"""
b"""
\x01 É┐\n
LÈrÒè§╔0äÑ:Q
"""
b"""
\x01 É┐\n
Q└qA©´´&oÑãæ
"""
b"""
\x01 É┐\n
Vöpýƒ4\x07 ò\x1F Þ\r Ë
"""
b"""
\x01 É┐\n
[apXéó5╝ÈÉ\x1A (
"""
b"""
\x01 É┐\n
`\x1A r-ɯói.╝¾-
"""
b"""
\x01 É┐\n
d╦pq¬(╠\x17 ôa½a
"""
b"""
\x01 É┐\n
j\x0F qƒÉ║°╗RN0┼
"""
b"""
\x01 É┐\n
nòsÝñÀF²w\x16 H\x01
"""
b"""
\x01 É┐\n
sms%¡ó iD¿ïw
"""
b"""
\x01 É┐\n
x\x0F sͪ$Â%!»\v »
"""
b"""
\x01 É┐\n
}op▒Å=╬ÆW\5é
"""
b"""
\x01 É┐\n
éËq\v ìÂW:SNÞN
"""
b"""
\x01 É┐\n
â{sc╝\x0E ƒôý\e ¿(
"""
b"""
\x01 É┐\n
ë±slñiÓµ\x07 z©a
"""
b"""
\x01 É┐\n
ï\x07 sÓ©┐âf▓éOj
"""
b"""
\x01 É┐\n
æ"s\x02 î½\x15\x10 H:ùk
"""
b"""
\x01 É┐\n
Æ\t q└º‗┼╠úÝÃu
"""
b"""
\x01 É┐\n
Ö\x04 q┘íxã░¢!¡0
"""
b"""
\x01 É┐\n
Ü!p0æf\x17 Ù;{'X
"""
b"""
\x01 É┐\n
í╝p¤▒\x14 aÈ\x16 z-k
"""
b"""
\x01 É┐\n
ªápÁÄ\x1A Íx╣a└\x13
"""
b"""
\x01 É┐\n
½éq8▒7ô³\x05 P╗,
"""
b"""
\x01 É┐\n
½└pUéhÇ\x1A ±×Ý\x04
"""
b"""
\x01 É┐\n
½²q\x19 긾h9¼ÊU
"""
b"""
\x01 É┐\n
¼;pçô;\x11 ╦ð~°\x06
"""
b"""
\x01 É┐\n
¼zp5ÉÛÄC=\x01 3)
"""
b"\x01 É┐\n ¼╗qõÜ\x00 \n \x16 ¦╦tæ "
b"""
\x01 É┐\n
¼³sν\x06 S\x07 hfåÑ
"""
b"""
\x01 É┐\n
¡=p\x12 ï└BY`¤(ä
"""
b"""
\x01 É┐\n
▓Fpãà.á═î½#Ô
"""
b"""
\x01 É┐\n
▓SpU½\e\f\x1F\x1E ßÂ╔
"""
b"""
\x01 É┐\n
ÀnsǪ6Jɬ┴y\x19
"""
b"""
\x01 É┐\n
À¼sÅÖfȶ\x19 âo\x0E
"""
b"""
\x01 É┐\n
ÀÙs\x04 Á×y\x1E úBv¡
"""
b"""
\x01 É┐\n
©*s!Äû.┴C|f7
"""
b"""
\x01 É┐\n
©is#┤Â;±1Ê┌\
"""
b"\x01 É┐*1)r\x03 â&\x13 µÝÞ\x13 ö "
b"\x01 É┐*16q°╗AS\f ¥âñ³ "
b"\x01 É┐*1Hp&¡hÀ©6Ää] "
b"\x01 É┐*1Qrø║,÷W9ªêÔ "
b"\x01 É┐*1[s┐¿% Ü\x15 »÷î "
b"\x01 É┐*1esÕÅH‗:└ð\x08 Û "
b"\x01 É┐*1áp\x1A òW▀ÏÖ└ß "
b"\x01 É┐*1¼q■©vPzäáê> "
b"""
\x01 É┐*1Àq`¬p┼8ÿN\n
9
"""
b"\x01 É┐*1╩q╩▓À═╦¡@~ô "
b"\x01 É┐*1ıp\x1C ×\x15 +MÁ\f\x1A \ "
b"\x01 É┐*1ÓqIøaôÕ╝╝E~ "
b"\x01 É┐*1Ûsåé(│\Â┌┤ "
b"\x01 É┐*1§r┼óV9\x7F ¿█dÓ "
b"\x01 É┐*2\x01 pYÉØÆ╦\e <┌Q "
b"\x01 É┐*2\r s\x7F ▒\x18 U¯qÍñ "
b"\x01 É┐*2\x18 rýäJ[À\x13 !²( "
b"\x01 É┐*2*sïîD©Ù\x1A ┴╣â "
b"\x01 É┐*24rþ½{È╔¶G\x16 └ "
b"\x01 É┐*2nqËѪUÈû\x00 ¹' "
b"\x01 É┐*2zq\x07 Ü-¡\x1C\x1A åJ^ "
b"\x01 É┐*2ÄpÛì\x7F ║,¦╦¢s "
b"\x01 É┐*2úq\x0E ╝!r\x17 !È* "
b"\x01 É┐*2Ìs·×¡>nª\x7F ÄO "
b"\x01 É┐*3lq_îþ,Å\x12 c¹² "
b"\x01 É┐*3┤prº\x19 <*À%:² "
b"\x01 É┐*4\x19 pªç\x17 ïK\t ¾¼Ø "
b"\x01 É┐*EKr¦âi12\x0F ³ÿ▄ "
b"\x01 É┐*hJq<ÅÏbLB°Ê┤ "
b"""
\x01 É┐*iØscò{`á\\n
\x11 7
"""
b"\x01 É┐*iºqT¼!ðK\x0F s¸T "
b"\x01 É┐*i▒phǧ\x03 6\f Ã├Q "
b"\x01 É┐*i╝rr®753¶ð\x02\x00 "
b"\x01 É┐*iãrýÁÊmMG9×Y "
b"\x01 É┐*iðs¤æ$Ø«èºX▓ "
b"\x01 É┐*i┌sA¡\x7F moK=@æ "
b"""
\x01 É┐*jÔqªôA7ý\n
ió\x04
"""
b"\x01 É┐*j´sA©\x03 ╔┌\x03\x00 Ø\x1E "
b"\x01 É┐*j¨rò®mv!KÚ÷3 "
b"\x01 É┐*k\x04 skä¤>wl8¥¿ "
b"\x01 É┐*k\x0E s£╝g+═┐\x "
b"\x01 É┐*k\x19 qù╗íË\e úÌE® "
b"\x01 É┐*k$r\x1D ó@\x08 L=Ó═¦ "
b"\x01 É┐*l)raƒ@½{¢U└\x1F "
b"\x01 É┐*m«sÍûA8y¸é!\x16 "
b"\x01 É┐*m©sÏóù\x06\x1A «Ã╚▀ "
b"\x01 É┐*m┬q1é¡óð-ï╬\x16 "
b"\x01 É┐*m╠rèÅù#▄ã█¶^ "
b"\x01 É┐*mÍp\x01 ¿ÈZ┬at\x1D ■ "
b"\x01 É┐*mÒptò]Ý÷ªúÓ4 "
b"\x01 É┐*mÝq¿£▀■¤]╠\r 4 "
b"\x01 É┐*m¸rÔ┐═æ\x00 pÈÇ "
b"\x01 É┐*n\x01 q6ïµ╗\x12 4I¸¯ "
b"""
\x01 É┐*n\v r\x03 ÉÌ\n
Ù\x1D râ`
"""
b"\x01 É┐*n\x15 q§▓X\x01 í%h┬\x10 "
b"\x01 É┐*n\x1F q½Âãä¶RLòw "
b"\x01 É┐*o[rÿ▓n|┐¿K\x13 × "
b"\x01 É┐*ogrÍæ┘├<\x1D fôÐ "
b"\x01 É┐*osr1▓¨\x1C\x11 aÃ~V "
b"\x01 É┐*o~rb╝I3┬\x0E ³Yä "
b"\x01 É┐*oês\x1C á§ã\f ÿÕúJ "
b"\x01 É┐*oÆqW®0åÐ▄8Hı "
b"\x01 É┐*oøpîøýÌ░ü\t èà "
b"\x01 É┐*oÑp‗ÿ\x13 ×╣╝sPT "
b"\x01 É┐*o░q¯╗fvôLH9( "
b"\x01 É┐*o║qøÜ)\v\x11\x19 Ú\e I "
b"\x01 É┐*o─scëjõø\x03 6¥ "
b"\x01 É┐*p¨r"ùÚPx▒Gzù "
b"\x01 É┐*q\x04 qB¬╠\UÛ░æ "
b"\x01 É┐*q\r pÞâ¦\x08 5ÑÈ‗± "
b"\x01 É┐*q\x17 s¹º^ /Â2Y\x12 "
b"\x01 É┐*q s\x03 ø┴*[rù■< "
b"\x01 É┐*q*p}ÀYL*97øË "
b"\x01 É┐*r\x1E ræÜ÷®ÀÔzCÌ "
b"\x01 É┐*r)svÉôñ9rÅ¢Á "
b"\x01 É┐*r4r\x07 ▒Ú²┐²╬ÚÙ "
b"\x01 É┐*r=ríö=dzg3uß "
b"\x01 É┐*rGqÒ×gç├ëÆ¡9 "
b"\x01 É┐*rPqéü2È Åó\x00 ┤ "
b"\x01 É┐*sFsFäÝ,Èo}sî "
b"""
\x01 É┐*sPr\n
Ö▒▄©┤Îz%
"""
b"\x01 É┐*s[q│À¬î█»┤ó "
b"\x01 É┐*sepSù░'\x0F\x1C ¯\x1F 9 "
b"\x01 É┐*soqÙûr\x1C I&[ª¾ "
b"\x01 É┐*sxq ѽ\x0F\x11 ÞsÒ: "
b"\x01 É┐*tiq░┐£þ┴┤\x16 4é "
b"\x01 É┐*tts\x12 èè}└²Q─u "
b"\x01 É┐*uÏq╠ôN7wƒ%KÑ "
b"\x01 É┐*w┬qA¢:¾©n\x19 Á1 "
b"\x01 É┐*xÓp\x7F èôO·{©a\x17 "
b"\x01 É┐*z:rHÀÇ▄)┬Û█\x12 "
b"\x01 É┐*zFr\x18 º§î{b_ÒÙ "
b"\x01 É┐*{Âp÷│\x15 \ÿ=ÄÉ· "
b"\x01 É┐*{┴r\x08 áA¢ÇØâäÌ "
b"\x01 É┐*{═sQ¿F!7Ì}╚? "
b"\x01 É┐*{█p\x11 À9f╔\x04 5=H "
b"\x01 É┐*{ÛqÈñ═╬.\f ðmM "
b"\x01 É┐*}\x18 p¨»ùúÓ`ò[; "
b"\x01 É┐*}&q\x1F ½ÜÌb´%ÍB "
b"\x01 É┐*}1p\x17 î\x02 F▄m³y\x16 "
b"\x01 É┐*}Ir¥│ô┌╔äí÷█ "
b"\x01 É┐*}Ts?¼ª%س«│ "
b"\x01 É┐*}^p¾¥3Î9¦óO1 "
b"\x01 É┐*~{qè¢E\x1A\x01 ËxMd "
b"\x01 É┐*~ïpIòyB═i`I´ "
b"\x01 É┐*~øpðÉ\x7F ¦mí\x17 Ô> "
b"\x01 É┐*~¿p\x14 ÿ\x11 ┤└║_┼á "
b"\x01 É┐*~│pÈîZ¯█8»9 "
b"\x01 É┐*~╝p┤«\x1D ç%ò\x06 `\v "
b"\x01 É┐*~ãs▀ÿN│{ÁöÅÑ "
b"\x01 É┐*~ðp╠á3QC<¹╗╗ "
b"\x01 É┐*\x7F ¾rsƒ╬Ú®┬\x15\v ï "
b"\x01 É┐*\x7F ■qíúÛ{~ÈTø\x1F "
b"\x01 É┐*Ç\x08 s7à\x00 BôÇB▀ "
b"\x01 É┐*Ç\x13 ró║ªP╔_\x18 ï‗ "
b"\x01 É┐*Ç\x1D q▄ìõQo\x17\x1C ┌¾ "
b"\x01 É┐*Ç'p┐┤k·dÐ\v 9ì "
b"\x01 É┐*Ç2qÌø»Ú┘÷e\x1A \n "
b"\x01 É┐*Ç<sÚá║\x7F «8×¹Ñ "
b"\x01 É┐*üOs½ä©D╗·k¼z "
b"\x01 É┐*üZq▄Á¸┬\v ëùD° "
b"\x01 É┐*üfsý½ªËÏUÝ¢O "
b"\x01 É┐*üpr6ù╦ýzý'ÁA "
b"\x01 É┐*ü{qÖ¿éÍ_╔þæÛ "
b"\x01 É┐*üàqÉÿ:¤£iäβ "
b"\x01 É┐*üÅsÇÄ╚¦õç¸Ð¤ "
b"\x01 É┐*üúpâàg6Æ2µ\x03 É "
b"\x01 É┐*ü«s░âIp\x17 ~²\x07\x15 "
b"\x01 É┐*ü©pìê%â>àöï\x05 "
b"\x01 É┐*ü┬pâôRçÏkr\x13 Æ "
b"\x01 É┐*ü╠pñ®é\º\x07 ¼\x1F ® "
b"\x01 É┐*üısÜ¿°)ó░{µ\x12 "
b"\x01 É┐*üµrhú` ıÈ\x13 Ã\x0E "
b"\x01 É┐*é!rÄå\v ─R,╝¤├ "
b"\x01 É┐*é+rYø┐Z║Ï3®░ "
b"\x01 É┐*é4r│òXòej\x15 ¥h "
b"\x01 É┐*é>rÜúç}\x06 ı ùd "
b"\x01 É┐*éHs\x07 Å╚*9weä{ "
b"\x01 É┐*éSrÒ│\x1D █`ì®+à "
b"\x01 É┐*é]sÂêâãÄS·\x0F\x12 "
b"\x01 É┐*éfqlÀùÄ■|Ø>I "
b"\x01 É┐*â|r\t ¥8╝0'"\x1C 4 "
b"\x01 É┐*âçq└è3¸╗Í└^Í "
b"\x01 É┐*âôq\t úÃììýÛç "
b"\x01 É┐*âØsoï8╗Ðêâ░÷ "
b"\x01 É┐*â¿q╬Áµ¯ÑS§îî "
b"\x01 É┐*â▓sA¬▄©@\x02 ÚÖ█ "
b"\x01 É┐*â¥qfØ´ÇÏîlé) "
b"\x01 É┐*â╚r*ëOüJ└°½Ý "
b"\x01 É┐*âÊr\x16 úuq»┼3ƒá "
b"\x01 É┐*â¦qÛäÀ°╣Ú/c² "
b"\x01 É┐*âþq<àÅ@e\e gäS "
b"""
\x01 É┐*à\x10 r$ô@$Ï\n
L╔Ú
"""
b"\x01 É┐*à\x19 pPÖð\f äpSäú "
b"\x01 É┐*à#q╚║┤»åïû\x10 ä "
b"\x01 É┐*à,r)û§┐ì\x10 Ì`V "
b"\x01 É┐*à7sýºE├´\x06 "Ìö "
b"\x01 É┐*àAq!ö&ÀÔfVB( "
b"\x01 É┐*àKp\x14 À7´QöÓñÒ "
b"\x01 É┐*åJp╗ä6ÆMY┘,\e "
b"\x01 É┐*åTsr┤¤¾pJ±Îç "
b"\x01 É┐*å]rfªjØ5ËûhZ "
b"\x01 É┐*ågr\x11 Æ░P3.\x19 YØ "
b"\x01 É┐*åpr\x0E Æ┼Ì╦d\x1D áô "
b"\x01 É┐*åzq[û³kÕáı§L "
b"\x01 É┐*åâsv▓_-¾ëèJ\x1C "
b"\x01 É┐*åìs\x08 Â░áÆî┬þd "
b"\x01 É┐*åûr?«ì6\t 7ëõ÷ "
b"\x01 É┐*åƒq\¡â\x12\x1E\x0E s\x7F j "
b"\x01 É┐*å®s┘úÀl‗Ð<ó┘ "
b"\x01 É┐*å▓pªùÅFï╣'æy "
b"\x01 É┐*ç©p┐òº&\x05 z│ª\x00 "
b"\x01 É┐*ç┬seù±(║.HX "
b"\x01 É┐*çıpmíÏ\x03\x08 ╬`║¨ "
b"\x01 É┐*ç▀q»░Ça\x1C 0h!g "
b"\x01 É┐*çÚs\x0F ê\x1F ¯¡│╩á! "
b"\x01 É┐*ç¾q÷¬A\#ÏY|\x14 "
b"\x01 É┐*ç³qBëän®ü¹q║ "
b"\x01 É┐*ê\x05 q▀¿\v ╔ûÛ\x06 é[ "
b"\x01 É┐*ê\x0F r·Ñ]\x12 !\x04 3«Î "
b"\x01 É┐*ê\x18 s╣äºþgÉû┤Ê "
b"\x01 É┐*ê"q£«àB\x01 ³µ─\x01 "
b"\x01 É┐*ê+sª╝~├«|‗Tı "
b"\x01 É┐*êNs┴íC²\x00 æõò "
b"\x01 É┐*êWqÝ│á¶bæ¾\x15 ö "
b"\x01 É┐*ê`s¢¡×ûÖ[╦▄\f "
b"\x01 É┐*êiq0¼Ì\x17\x13\t ´´; "
b"""
\x01 É┐*êsp\x10 Æ7m¹─\n
i┐
"""
b"\x01 É┐*ê~sºè\r .Õ®6▓ü "
b"\x01 É┐*êçs┤íQÕv«Ä\x19 v "
b"\x01 É┐*êÉr*ñà\x19 ¾¦«D "
b"\x01 É┐*êÖp5é\x1C\x15 È[╔Ãï "
b"\x01 É┐*ë▓s8Å\x17 ì½\x17 ¿\r V "
b"\x01 É┐*ë¢s\x14 Ö02õ\x04 ¹òJ "
b"\x01 É┐*ëãrqñ■\t t;`Åá "
b"\x01 É┐*ë┌s\x7F åÁ║\f ÇÖ\t ¦ "
b"\x01 É┐*ëõpõÇ8ZÑ{³▄; "
b"\x01 É┐*ë¯s\t ¿\x15 %hêDØü "
b"\x01 É┐*ë°rÄë─Ö╝£╬vt "
b"\x01 É┐*è\x01 r×í÷0║l®Ì¯ "
b"\x01 É┐*è\v s╬╗ůe¬L¬g "
b"\x01 É┐*ï\x19 s'╣öç║mBbÆ "
b"\x01 É┐*ï#s6Ñ LY<ÎÒW "
b"\x01 É┐*ï-pÜé\x08\x0F o«o[* "
b"\x01 É┐*ï8r└ôæE═Â▄Éò "
b"""
\x01 É┐*ïCs0ù\n
¥®╣åL5
"""
b"\x01 É┐*ïRs«░÷£ß4÷Im "
b"\x01 É┐*ïapÝ«{(_r]:Ç "
b"\x01 É┐*ïqrxñäͬê\°« "
b"\x01 É┐*îâp6│ÛÔ╣ÑZW╠ "
b"\x01 É┐*îÄs9╣¯`Ï╗\x08 ¢0 "
b"\x01 É┐*îÖr÷ø°FN~e\x01 ┴ "
b"\x01 É┐*îñpG¿ôA¹█%Ql "
b"\x01 É┐*î»s╠ƒaLeà6<¼ "
b"\x01 É┐*î╣pÙ║ûWÄHq\x11 ┐ "
b"\x01 É┐*ì┬q\x14 û▀Dmù\x12 ▓╦ "
b"\x01 É┐*ìÐsïê7~¦/è»ë "
b"\x01 É┐*ì█rô¢\x1D +>\x0E æDg "
b"\x01 É┐*ìõr±ÖËoƒ╬®·õ "
b"\x01 É┐*ìÝröú┐\x1D Np├Tq "
b"\x01 É┐*ì÷sæƒn:═͹©Ì "
b"\x01 É┐*ì rB¿½├9³▓[ð "
b"\x01 É┐*Ä\x08 rÌÇù´~ó\x00 z[ "
b"""
\x01 É┐*Ä\x11 pG▒Z\x02 ÈÔ\n
\x12
"""
b"\x01 É┐*Ä\x1A sm£®\x12 ╝ò¤>\x07 "
b"\x01 É┐*Ä$s\x1A ø\e ╝╩ø9Eÿ "
b"\x01 É┐*Ä.sá«Y\x17 æ½Å#) "
b"\x01 É┐*ÄZp¸¥\x18 +\x07 y«"┐ "
b"\x01 É┐*Ä\x7F s\x0F ┐ÖOÐ-¢ßo "
b"\x01 É┐*Äèr!½\x04 ;ÛpÔ|\f "
b"\x01 É┐*ÄØs╦▒\x08 [j\x1F M&5 "
b"\x01 É┐*Ä¿qOÅI\x06 Þ\x15 tè¸ "
b"\x01 É┐*Ä▒p▓»SNQj▀è@ "
b"\x01 É┐*Ä╗p╣â6yYVÈy/ "
b"\x01 É┐*ÄÎsüî^c('‗}m "
b"\x01 É┐*ÄÚsnÂ├"¬6Mîþ "
b"\x01 É┐*Å&q▄Æ#─ßUz"¿ "
b"\x01 É┐*Å0rت┼&\x10 oþ´Ü "
b"\x01 É┐*Å:r!í¦§▓¯æß( "
b"\x01 É┐*ÅKp▓ÂwÍbÄ‗bÎ "
b"\x01 É┐*ÅTqE½à╣\x19 mÓD "
b"\x01 É┐*Å^rQÂÍ\x17\x04 ²1#÷ "
b"\x01 É┐*Åiqr×]\x05 plxN\x16 "
b"\x01 É┐*Åtqå▓À¿6¦Lym "
b"\x01 É┐*Å~p?ç_0%G&┴^ "
b"\x01 É┐*ÉÜr\x13 │µïÀ┴─z· "
b"\x01 É┐*ÉÑp'Àj}Ï■\x05\x1E w "
b"\x01 É┐*É«p\e ▒╝¥=t[«$ "
b"\x01 É┐*É╣qЮw┼\x0E Þ¾\x07 Å "
b"\x01 É┐*É├pòÀº>┬þÒÕ├ "
b"\x01 É┐*É╠s\x00 íñ£\x1D | \x1E / "
b"\x01 É┐*æ┬r+æÆ¯┐=\x1F ©u "
b"\x01 É┐*æ╠rQÉ\x10\x06 øõ¨ß "
b"\x01 É┐*æÍrAû╗w┌\x1A ¥e´ "
b"\x01 É┐*æÓqáŧ¦<æÿ|) "
b"\x01 É┐*æÚpþ╣6‗\x19 aV\x1E\x05 "
b"\x01 É┐*æ‗q▄ö³Z~r─Ü "
b"\x01 É┐*æ³r┬Åj7╦aL─¸ "
b"\x01 É┐*Æ\x05 pmÉ║G╝┬âø└ "
b"\x01 É┐*Æ\x0F sæÖGâ!\x0E âÒ» "
b"\x01 É┐*Æ\x18 rÔêø\x1E p·├W# "
b"\x01 É┐*Æ"q·»&+³{U)\x17 "
b"\x01 É┐*Æ+p=¢¬ƒåZ®\x18\x1E "
b"\x01 É┐*Æ5pß©WS Ìb÷y "
b"\x01 É┐*Æ>s×üoP¥Tp\x06 ¾ "
b"\x01 É┐*ôÜq▓íf─░Ü6Øc "
b"""
\x01 É┐*ôÑs;æK\n
Ê\x1E A¼ý
"""
b"\x01 É┐*ô»pÝñ▒ÝýÞÏ7└ "
b"\x01 É┐*ô║r/Çn2µª┴í▄ "
b"\x01 É┐*ô╬qMÅ\x1D ðA¯▓¢4 "
b"\x01 É┐*ô█r´É\x02\v |y\x07 ╚Ë "
b"\x01 É┐*ô§q\x10 ªZ▀\x0F ¬Ô╔A "
b"\x01 É┐*ö\x00 qäåk\x01 ﮃ±╦ "
b"""
\x01 É┐*ö\n
róê\n
ó╠zÕ=¾
"""
b"\x01 É┐*ö\x14 r¬à^\x07 1Vÿîð "
b"\x01 É┐*ö\x1F s¶äÑ,_þ\x18\e ┐ "
b"""
\x01 É┐*ö)sXç\x7F ▓B▒m\n
d
"""
b"\x01 É┐*ö6s\x00 ¢╬lñä:\x07 ÿ "
b"\x01 É┐*ö@qa¢:\r {G\x15\x10 ¹ "
b"\x01 É┐*òSsîç░\r ëHá^x "
b"\x01 É┐*ò^s>ÑÇDb\x04 7ã½ "
b"\x01 É┐*òhs ▒\x07 ]g%)Ò\x00 "
b"\x01 É┐*ø+rùºvµÅba└\x1E "
b"\x01 É┐*ø[pC╣I(Ѫ«\x13 ┼ "
b"\x01 É┐*øopàöÄ╝¥└╝\x17 ═ "
b"\x01 É┐*øyq{╝~╬þró\x12 s "
b"\x01 É┐*øäq ▓\x13 S=█e\x0E u "
b"\x01 É┐*øÄp┘åYp\x7F\x13 Vë\n "
b"\x01 É┐*øùp▒éEß±Îè\x01 ¯ "
b"\x01 É┐*£×sêÄ╠k┤Ä┼Ð─ "
b"\x01 É┐*£®s┌¡¨═ÿ│┴`6 "
b"\x01 É┐*£│r\x00 ¬E±x](\x7F ÷ "
b"\x01 É┐*£¢ra░êîÊ▄▄ã "
b"\x01 É┐*£ÃpÞ©ÃÕ\x00 I▒öO "
b"\x01 É┐*£ðqn¬íÀ«R¼\x10 ý "
b"\x01 É┐*ØÕq\x13 â¢ý║]\x06 M "
b"\x01 É┐*Ø´s~ò@È{\x1E µÞ "
b"\x01 É┐*بrm¬§\x18\x12 ̺tî "
b"\x01 É┐*×\x03 p*À×\x1D ╠zõÀ\x11 "
b"\x01 É┐*×\f r¡ñNA%ÓàÛ╔ "
b"\x01 É┐*ƒ\x16 qpè─ó½¸ë)O "
b"\x01 É┐*ƒ!qÈïõ½pwÆIG "
b"\x01 É┐*ƒEpE®ªSHPßý8 "
b"\x01 É┐*ƒPq]¼╬|░Q.╔\x14 "
b"\x01 É┐*ƒsr©ìÕø×ì¡/h "
b"\x01 É┐*ƒ~pÓòà{K}ñAe "
b"\x01 É┐*ƒës┘dz\x10 }ªÚá1 "
b"\x01 É┐*ƒôsüüB║q6ýå╩ "
b"\x01 É┐*ƒ×q\x12 Á┤g_1│(R "
b"\x01 É┐*ƒÏr│ºb,\x0F\e ┤▄~ "
b"\x01 É┐*ƒÒpü░[(g@/╗\x03 "
b"\x01 É┐*ƒÝr3É%\x1A\e ãug] "
b"\x01 É┐*ƒ¨pqá\x0E ïSzQ(¨ "
b"\x01 É┐*á\x04 p6║ã\x06 ¥^LÛ} "
b"\x01 É┐*á\x0F rá│h░├Ç▒y" "
b"\x01 É┐*á\e rìÇRÚßb;\x08 k "
b"\x01 É┐*á%pUù┬§;╚3\x1F · "
b"\x01 É┐*á0s\x17 ®▄¬ë\x12 µ:6 "
b"\x01 É┐*á;r.áî,ì5\x1C é░ "
b"\x01 É┐*áFp6áÂ"ó\x14 ²Êy "
b"\x01 É┐*áRr╣è"C¡`\x15 i╚ "
b"\x01 É┐*íysIè«Ó@eôù└ "
b"\x01 É┐*íâq$»dk░¿Þ\x0F "
b"\x01 É┐*íÄsèë@Hgq¨è "
b"\x01 É┐*íÖq¥ùHÝ\x13 ¬┘Dg "
b"\x01 É┐*íñsýä4c■5¯T "
b"\x01 É┐*í«s9óµ\x10 ╩═_ëß "
b"\x01 É┐*ó¡s┌Âo.ÔôÈ:╔ "
b"\x01 É┐*ó©rqº¡5R§¡\r M "
b"\x01 É┐*ó┬qÜôåð;Hs£\x05 "
b"\x01 É┐*ó╠qaát‗z▒┤┐® "
b"\x01 É┐*óÍr┘ºêÕz┘┌/F "
b"\x01 É┐*óÓsu£:²\x7F .ß\x16\t "
b"\x01 É┐*óÙsÉÆ¨\µ*▒¸¹ "
b"\x01 É┐*ó§s¹ÀYì├╚ÛE\x05 "
b"\x01 É┐*ó sñæð8ÈXL¢2 "
b"\x01 É┐*ú\n rɺÏÊà¯hí\x00 "
b"\x01 É┐*ñ\x1D s¡ñ\x1D\x03 ý\x15 X$S "
b"\x01 É┐*ñ(q\x02 ç³\x18 (j8ÊÎ "
b"\x01 É┐*ñ<r?ª╦|▀/϶{ "
b"\x01 É┐*ñFs2ª/\x17\x08 ▓Ç┤µ "
b"\x01 É┐*ñQs¡£g▀çNÜè® "
b"\x01 É┐*ñ[s\x0F ┤1└Yvo┌È "
b"\x01 É┐*ñgpiÉ\Ï│ë2Êï "
b"\x01 É┐*ñqpRëÒ│|\x03\e ÿ_ "
b"\x01 É┐*ñ|q.¡·æª┐áMÛ "
b"\x01 É┐*Ñûp┼óµ═/\x00 jZ¯ "
b"\x01 É┐*Ñ®sJÑÑ¥gc~ð╦ "
b"\x01 É┐*Ñ┤s.Â\x7F\x13 ®øØ\x1F Ó "
b"\x01 É┐*Ñ┐qCª═¢\x06 uH¦o "
b"\x01 É┐*Ñ╩p¼á─öë▓Ãkæ "
b"\x01 É┐*ÑıqÙëÃí¦0▀ò- "
b"\x01 É┐*ÑÓr\v ó$nI«┐ô/ "
b"\x01 É┐*ÑÙp,ú¬%ı\x15 ábÐ "
b"\x01 É┐*ª\t s\x15 ¬ƒã╣©6ð\x17 "
b"\x01 É┐*ª\x15 qñ¼O\e ã\x15 Ó¤Ý "
b"\x01 É┐*ª q%èoNƒÕ¶B5 "
b"\x01 É┐*ª+r%Ø_ÁY╔\e ╠· "
b"\x01 É┐*ª5sYì°L%¾À╬Ú "
b"""
\x01 É┐*ª@r\n
¢▄cÕN\x11 ╩\x01
"""
b"\x01 É┐*ºFs╠º┼N\x18 í¡\x06 ç "
b"\x01 É┐*ºQqçÜ;XÖ"}ıO "
b"\x01 É┐*º]qXöy▓?>äÍ* "
b"\x01 É┐*ºhpI║}╦┘d£;\x03 "
b"\x01 É┐*ºrp]è\x1C ÓpNyÂ┤ "
b"\x01 É┐*º}sN¢'ÿ\v }ÀÇN "
b"\x01 É┐*ºêr]┐H┐\x17\x11 (│¨ "
b"\x01 É┐*ºôr:ïwQåÓ\x01 %í "
b"\x01 É┐*¿ısÛƒ4½╦3Â@R "
b"\x01 É┐*¿ÓqÛì\e I▄■Ï\x06 ï "
b"\x01 É┐*¿Ùs|╣¥ÿª,7öM "
b"\x01 É┐*¿÷sëúú\x0F =ıEmð "
b"\x01 É┐*®\x03 sHûnã\x01 ÃwI» "
b"\x01 É┐*®\x0E pXÂ\r 1P¾xï "
b"\x01 É┐*®\x1C qìáõO╠ù\x03 lß "
b"\x01 É┐*®'s@¬³\¤Cݸ\x11 "
b"\x01 É┐*®2q·ª\x14 ├\x18 Ѱér "
b"\x01 É┐*®<sjö6ƒÓDëe┼ "
b"\x01 É┐*¬qp\x08 åño\x00 z┐`┘ "
b"\x01 É┐*¬|r&Ä+/▀ûíÑ╝ "
b"\x01 É┐*¬çq■ûYjÛä$,┐ "
b"\x01 É┐*═<qDƒ"\x00\x17 ª╣+\v "
b"\x01 É┐*═Frf╗uÑH┐ý\e ├ "
b"\x01 É┐*═Qs│┐\x1E 7:f¯‗┘ "
b"\x01 É┐*╬úp▄ì¯'\x08\x1A {1\v "
b"\x01 É┐*╬▒p9¿\x13 %\x01 z®\v ┤ "
b"\x01 É┐*╬┬pı¬:B<#\x07 ²B "
b"\x01 É┐*╬¦q\v ÿ\x05\e\v ÅÈ#H "
b"\x01 É┐*╬Þr,ÅO5\K#A\e "
b"\x01 É┐*¤·s>¡Wî\x13 óq÷\x00 "
b"\x01 É┐*ð\x06 qñö(▓\x08 (ó³\x05 "
b"\x01 É┐*ð\x12 r°×ÁÙrCƒ!j "
b"\x01 É┐*ð\x1D qغ9{д×T+ "
b"\x01 É┐*ð(plòW[ß"pÇ\x1F "
b"\x01 É┐*ð2p.Ü"\x19 Ì!óãà "
b"\x01 É┐*ÐFp\x11 ö║(\e ■&e? "
b"\x01 É┐*ÐWpâì\x1F o<\x17 Ü\- "
b"\x01 É┐*ÐgpÁûæÎīѫ "
b"\x01 É┐*Ðàq\x01 ░ÙPá/æ┴] "
b"\x01 É┐*ÐÉp!ÆÀ)(|\x1F ïN "
b"\x01 É┐*Ðørí®\x1A o\x00 ¢'7* "
b"\x01 É┐*кsnáºà¿sô▀æ "
b"\x01 É┐*Ê│q:À\x19\x15 Âîn¶© "
b"\x01 É┐*Ê¥r\x0E ô╝0\x14 ─L)ð "
b"\x01 É┐*Ê╔q0«3A]\x0E 1▒È "
b"\x01 É┐*ÊÈpâà\x0F\x17 Þ±ã1¡ "
b"\x01 É┐*ÊßrêÖ\x13 Ü÷r#þí "
b"\x01 É┐*Êýp\x06 ▒Ào┐╚»\x19 £ "
b"\x01 É┐*ʸrþÖ «cø─╬╣ "
b"\x01 É┐*Ë\x01 sKÁݽvï└1Ü "
b"\x01 É┐*ÈKq)½ \x1F ty÷ñ╬ "
b"\x01 É┐*ÈXstë¡cíç'\f ¸ "
b"\x01 É┐*Èds─æ╬äã®úõ‗ "
b"\x01 É┐*Èop©▒ıÄi¨\x03\x0E U "
b"\x01 É┐*È{p\f ×ÎýVàÈ\x13 ê "
b"\x01 É┐*Èåsã¼┘»éq│öÌ "
b"\x01 É┐*ÈÆs│«)ÞJ<:;Z "
b"\x01 É┐*ȃs\x1C Ø─ºèãJáN "
b"\x01 É┐*ı┬qhåÆ\x04 çÀnåÏ "
b"\x01 É┐*ı╬q~ÁÊ-ï<\x1E L\x10 "
b"\x01 É┐*ı┘qÀº¾dÕ¤ã÷║ "
b"\x01 É┐*ıõp▒▒òå░çrÉâ "
b"\x01 É┐*ı¾p¦ö£Wgêq░░ "
b"\x01 É┐*ı²sX©;LñÅ©µ@ "
b"\x01 É┐*Í\x07 qØÀr\x0F ~×ȹT "
b"\x01 É┐*Î8p²Äë¡¡\x17 `Rp "
b"\x01 É┐*ÎGs÷ÖÈ╔\½ë]Ì "
b"\x01 É┐*ÎUs\x11 dzı\x12 ^\r \x08 2 "
b"\x01 É┐*Îbq¼ÁÎÝ\x14 w▒\x1D\x00 "
b"\x01 É┐*Îms:í`áì¢\x06 m& "
b"\x01 É┐*Îxr¼┐fÆ\x01 I\x11 ╣¨ "
b"\x01 É┐*Ïvrûç«░█Ú\x05\x04 ÿ "
b"\x01 É┐*ÏÇs\x1F î(Îci├å¬ "
b"\x01 É┐*ÏèqPô┌ò╩Ø´ìg "
b"\x01 É┐*Ïöpu×Ùï\f \r (ü- "
b"\x01 É┐*Ï×q±Âº\f\x00 ð┼f─ "
b"\x01 É┐*Ï¿q\x14 £\x10 hº¼çoC "
b"\x01 É┐*┘½q2┤סzÉT\x1D N "
b"\x01 É┐*┘Âs,ù╗«\e (Ó├\e "
b"\x01 É┐*┘┴rÚísè>÷<@Ú "
b"\x01 É┐*┘╠q*ƒ\x06 ╔ð¼ð/ÿ "
b"\x01 É┐*┘Íq\x17 ║\x0E ±¬sº´B "
b"""
\x01 É┐*┘ßszÁ\n
/─¢3öð
"""
b"\x01 É┐*█\x0F s9×Úͧ\x00 Ä╬J "
b"\x01 É┐*█\x1C q6çUD1Ïä_└ "
b"\x01 É┐*█(s#À\x10 ╚ÕÎÁÒ╬ "
b"\x01 É┐*█5pÌÖ\t\x01 40▓Ö» "
b"\x01 É┐*█Dqñ®~˵X>└Ó "
b"\x01 É┐*█Pq¾«█+1+═\x16 g "
b"\x01 É┐*▄is_«6╦▄¿²F\x18 "
b"\x01 É┐*▄tqbï5G+£7\x1E\x01 "
b"\x01 É┐*▄\x7F p¥╣<¹97¥·\v "
b"\x01 É┐*▄ûs┐ÖwÏ]¸®é "
b"\x01 É┐*▄ís÷ÂGÓ\x14 \x13 u¿ "
b"\x01 É┐*¦├s ÄÉ╬B,tjg "
b"\x01 É┐*¦╬p÷ª\v =:/èKÜ "
b"\x01 É┐*¦┌súÁ\x05 ÃG¼âSí "
b"\x01 É┐*¦§qýº)ìc§┐\x00 ç "
b"\x01 É┐*Ì\x08 r┐ò\x1E À\v 3òS¼ "
b"\x01 É┐*Ì\x1A p\x03 ®L¼╚¿£§É "
b"\x01 É┐*Ó1qWØfY\x04 ı\x12 ßý "
b"\x01 É┐*Ó@qî¡Å4ÖyÅÁR "
b"\x01 É┐*ÓMpÅ«\x1D ׃ÍgT# "
b"\x01 É┐*Ó]q¡áÂ╗\x02 À`╠, "
b"\x01 É┐*ÓjqsɨrxðªÖ╣ "
b"\x01 É┐*ß╝rÊéÏb Fת\x1F "
b"\x01 É┐*ßÈq/╣\x17 ıjzrï\x1E "
b"\x01 É┐*ßÌr~óðÛcyµì> "
b"\x01 É┐*ßÚqv║Ó▄ÛUñGç "
b"\x01 É┐*ß¶rïªiµ(Æ\x08 ]) "
b"\x01 É┐*Ô\x10 q!░┐ì¢\e ║\e ¨ "
b"\x01 É┐*Ô\x1A qÀ½┘X\x07 dË\x10 ╬ "
b"\x01 É┐*Ô%s±┐\x1D ¿Tw│to "
b"\x01 É┐*Ô/q\x7F ╣Îlåä\x10 mB "
b"\x01 É┐*Ô9s¾«Ò½┤g1ód "
b"\x01 É┐*ÔDqjæ`B gêïÜ "
b"\x01 É┐*ÒDp9ç\x07 ¸ß·\e 4î "
b"\x01 É┐*ÒOs9©¬ ¨\r ı\x17\x08 "
b"\x01 É┐*ÒZrߥ┐Bdy6\x03 j "
b"\x01 É┐*ÒepðûDä9^q▓\v "
b"\x01 É┐*ÒsrAøW`@hƒ░. "
b"\x01 É┐*Òéqøó╗Õ█zX°} "
b"\x01 É┐*õ£r┬╣ûåf8[_│ "
b"\x01 É┐*õºp2àä\x05 Mtk\n "
b"\x01 É┐*õãs%ÖfúBÞ╚9¦ "
b"\x01 É┐*õÐsGÀÁ\x02 Á\x0F Ô\x1E ! "
b"\x01 É┐*õ▄r▄╝▓;-ó}û╬ "
b"\x01 É┐*õÞq\x1D º¢ô╬JWm┴ "
b"\x01 É┐*õ¾ruç╩ÔWæ\t éµ "
b"\x01 É┐*õ q║é║┬╣MñÁ\x08 "
b"\x01 É┐*µÓs\e À_0õ¼òu¢ "
b"\x01 É┐*µýqÎÄm\v g\r ±\x17 ó "
b"\x01 É┐*µ°s\x08 Â>Kü®ò─g "
b"\x01 É┐*þ\x03 p‗ï1jÙ┐¨┼U "
b"\x01 É┐*þ\x18 p\x19 À½o¸úûP┌ "
b"\x01 É┐*þ$sÈåJx©ÅTd\x03 "
b"\x01 É┐*þ.q±│®I>ÞÀ┬ÿ "
b"\x01 É┐*Þ5rÇçÅ┴F± ¼Q "
b"\x01 É┐*ÞAp#┤Õ┤b+å×\x03 "
b"\x01 É┐*ÞLröä5HJ\x19 [║p "
b"\x01 É┐*ÞWpÿÄþ¦AÞ.Qı "
b"\x01 É┐*ÞbsÔñÏv[\x15 R┌┼ "
b"\x01 É┐*Þlp7ظß╔ƒ╬'╝ "
b"\x01 É┐*ÚysÑ×°-\x03 d4Í┴ "
b"\x01 É┐*ÚäqsÀo╔½ðG\x1F ¬ "
b"\x01 É┐*ÚÜp#ê\x13 Îv┬VÈÊ "
b"\x01 É┐*ÚÑsÀñ\x15 §´µ9tú "
b"\x01 É┐*Ú▒sÑÅ}¿ÚÈø/▄ "
b"\x01 É┐*Û¢qèê(ÛLçõ‗+ "
b"\x01 É┐*ÛÍpA©ú\x11 ¼ø╚\x1D ║ "
b"\x01 É┐*Ûßrø╣*14£lZ3 "
b"\x01 É┐*ÛÝqªÇ┘▀¬«§\x03 ═ "
b"\x01 É┐*Û°r\x11 ê└ÉΡ0([ "
b"\x01 É┐*ý\x12 rÌëðÕø4Îú[ "
b"\x01 É┐*ý\x1E q\x16 £¢Ìï\x18 ╬1h "
b"\x01 É┐*ý+q4é─NÙ ·Kñ "
b"\x01 É┐*ý7r┴ùá_ù\x12 *yò "
b"\x01 É┐*ýAs\x17 £\x1C ─v┤ía© "
b"\x01 É┐*ýLs\x1D ÀR«µ¥─Æ "
b"\x01 É┐*ÝPqÔ▓\x02\x1D\x11 Jƒü` "
b"\x01 É┐*Ý[qô▓░YÒ\x00 ┴╩\x02 "
b"\x01 É┐*Ýfr▓À"Yð½?┌; "
b"\x01 É┐*Ýsq·Æ_ÈéÚtÚ~ "
b"\x01 É┐*Ý~p·í┬\x01 ½hà┘╔ "
b"\x01 É┐*Ýëq,Á8\x1D \r a³┬├ "
b"\x01 É┐*¯Ér9ùsÚº\f 2¯│ "
b"\x01 É┐*¯øqmºà´HMÈ£÷ "
b"\x01 É┐*¯ªq\x16 ÄàíC\x11 ÿû\x08 "
b"\x01 É┐*¯▒sæò«¨ │\x1E ¸ "
b"\x01 É┐*¯¢s|ÅÄvãh?\x1C ® "
b"\x01 É┐*¯╚p\x01 ÿ,‗+i¯[½ "
b"\x01 É┐*¯Ëq\x15 èM\x1E\f ù└╗█ "
b"\x01 É┐*´Óq~╣B¦Â┐\x1E ¾p "
b"\x01 É┐*´Ùpíø─ÓÛ\x1A êiU "
b"\x01 É┐*\x16 p¨¥ò\x00\f >G\x19 ░ "
b"""
\x01 É┐*!s*æÄ;æ¤o\n
ó
"""
b"\x01 É┐*,qâ┐kÛáÉOR¾ "
b"\x01 É┐*±?sÅín%Ó.÷ºê "
b"\x01 É┐*±Kr_óÏà\\x7F 9¤¿ "
b"\x01 É┐*±WrOº5\v ³\x1C\x17 Qz "
b"\x01 É┐*±cqñØÄ\x1E vÇ■¿\x1F "
b"""
\x01 É┐*±os}ÜÈ¥╣¨\t \n
▓
"""
b"\x01 É┐*±|pAÄ▒A┐¨xKq "
b"\x01 É┐*±êr°ÆxdÒ9_¦ "
b"\x01 É┐*‗▒qâ×\x1E Ýõ[ʲ٠"
b"\x01 É┐*‗¢p!ä¼╚¥Ôï├Ä "
b"\x01 É┐*‗╔süÿÎ`Ç®\x02 ¥Ü "
b"\x01 É┐*‗ıp.ìo\x06 Ø«k1] "
b"\x01 É┐*‗Óqoô╩G8ò}Ùm "
b"\x01 É┐*‗±r▀à¬En┬╦+¾ "
b"\x01 É┐*¾\x04 sw»w+ê\x10 ^\x1A ╩ "
b"\x01 É┐*¾\x16 q ╝N╣gÿH}\x1A "
b"""
\x01 É┐*¾(pA▓Y°l³\n
─û
"""
b"\x01 É┐*¾9qOçÕ\x03 └]ÂÙ░ "
b"\x01 É┐*¶åpHîUTTÓÍðÇ "
b"\x01 É┐*¶ôq3Æ<5╬ó/1t "
b"\x01 É┐*¶×smí■ºKM░\x00 « "
b"\x01 É┐*¶¿rmòfn\x10 Èãð² "
b"\x01 É┐*¶│r\x11 ô,¹£ÏF\x11 ; "
b"\x01 É┐*¶¥s¨æ\f ,@7Ú\x16 E "
b"\x01 É┐*§Ír┘Æ\f ╚╦Î,õ0 "
b"\x01 É┐*§ßp╣░ËQ:únÌ^ "
b"\x01 É┐*§Ùrwï\x15 ê\x03 Ìu÷3 "
b"\x01 É┐*§§r,î}µ\f `O´Þ "
b"\x01 É┐*§ q╚ü®Ü┴üYu¡ "
b"""
\x01 É┐*÷\n
sK░øµöqwE\x1D
"""
b"\x01 É┐*¸\x02 sM«â╠\x02 H\x13 ù┌ "
b"\x01 É┐*¸\r q\£x▀¶\x03\x18\x00  "
b"\x01 É┐*¸\x18 r\x07 ÑÈ▀\*\x19 FÓ "
b"\x01 É┐*¸$r╔ôã╩A°«¡á "
b"\x01 É┐*¸1snÿ+*y\x1C\x19 ຠ"
b"\x01 É┐*¸<s%Är®\r ö\x01 uÆ "
b"\x01 É┐*¸HsÖîy?ÝÖ▓r\x1A "
b"\x01 É┐*¸Tq,»â┌AgÖ2N "
b"\x01 É┐*¸_r‗×¥½B0Âu┬ "
b"\x01 É┐*°ür▀âá\t Ç%')¸ "
b"\x01 É┐*°ìqµéPÁy\f Þ'═ "
b"\x01 É┐*°ÿpΪ╚`ü1B9¹ "
b"\x01 É┐*°ñq\x07 àIV.V▄\x06 û "
b"\x01 É┐*°»pJôq\t k\x00 ¯] "
b"\x01 É┐*°╗qøî»WK\x0E ÷\f 3 "
b"\x01 É┐*¨Ár▀ò¥\x17 B\t ÷:┤ "
b"\x01 É┐*¨└sRÿ½Ô1Ò/ç\x07 "
b"\x01 É┐+ö©rfÑE¯═\x04 ¯ø3 "
b"\x01 É┐+╠Ôr\f ╝)R┬ÿ╗{³ "
b"\x01 É┐+═\x1A q¬╗│▄JV«\t Î "
b"\x01 É┐+═(qxÆ╦ómÎ╬O\x0F "
b"\x01 É┐+═6p\x02 ƒÑÈ#u.F\x12 "
b"\x01 É┐+═Ds\x17 ÑÙÐã:¯ñà "
b"\x01 É┐+═Qr&ÑVúN▄ø┌ù "
b"\x01 É┐+═_r\x04 éÛÕ\x1D )\x1D åı "
b"\x01 É┐+═mpıóÔ Ã1ïÊ3 "
b"\x01 É┐+═zqƒ®:o\x16 ═#Í? "
b"\x01 É┐+═år:Ç═¯Ò»9î¬ "
b"\x01 É┐+═ÆsØÂùZHıVV( "
b"\x01 É┐+═ƒr▓É\x05 2\x16 ╩;\x13 ï "
b"\x01 É┐+═¼qhè\x14 ¨rdR║í "
b"\x01 É┐+═╣p│ùðÎ&¤SÕÎ "
b"\x01 É┐+═ãsÉ¢þokqþî§ "
b"\x01 É┐+═Îq\x1E ä1V-\x13\x1A óH "
b"\x01 É┐+╬HpãÇW!ÏMÂ╩\x15 "
b"\x01 É┐+╬nsÁû\v Â2`eº═ "
b"\x01 É┐+╬æqôç¯ëTÇa¦┘ "
b"\x01 É┐+╬Ðp=è\x03 ON¯£èo "
b"\x01 É┐+╬¾p\x06 ▒nô0tFå¬ "
b"\x01 É┐+¤\x15 rHí\x19 ϶ÏMò' "
b"\x01 É┐+¤:s¢ƒ«¢\x14 `e´ª "
b"\x01 É┐+¤Ip©ó-XïQ\f ZI "
b"\x01 É┐+¤Vp¢üÒ┐U)>§þ "
b"\x01 É┐+¤cpçèBr░»│╬- "
b"\x01 É┐+¤sròØ┐°¾ñE£g "
b"\x01 É┐+¤âsÔôkLM╬6 ¹ "
b"\x01 É┐+¤ÅsÀáÙÖJ█íæå "
b"\x01 É┐+¤ßp@¡ı─¸,\x7F ?õ "
b"\x01 É┐+¤±s]ç┌┴n¸ïƒL "
b"\x01 É┐+¤ p4í)\x13 H\r YÒU "
b"\x01 É┐+ð\r q~û³╔éþ|Y\x15 "
b"\x01 É┐+ð\x1A rwëZ\x0F W5²q\x1A "
b"\x01 É┐+ð's■½@\x17 ¹3\x13 ▓Ú "
b"\x01 É┐+ð4q±½ÆÀ6zyØØ "
b"\x01 É┐+ðwp┤ïí▓±}¸╝Ò "
b"\x01 É┐+ðäs±çÒ\x13 ─]mÓ\r "
b"\x01 É┐+ð¿q7Ö$ï¸F¾ƒU "
b"\x01 É┐+ð┤s9½\x1E lo= ┬ı "
b"\x01 É┐+ð┴pBÜïb¦Ý3+« "
b"\x01 É┐+ðÐp\x02 ¿\x10 ┴RCÛ)4 "
b"\x01 É┐+ðÌs%×¾Ò╩É5|G "
b"\x01 É┐+ð¾sØ¡ÌÅ*)P×┼ "
b"\x01 É┐+Ð\x03 q\x00 ù¶Ò\f óÈ^┤ "
b"\x01 É┐+Ð\x12 rIøaíM3Yƒ\ "
b"\x01 É┐+ËZpôøbK▒åE^Ì "
b"\x01 É┐+Ëirìé/hl\x02 Ô\x0E ê "
b"\x01 É┐+Ëwru╗E#Q┴EG┌ "
b"""
\x01 É┐+ËärC░*¦mÍ\x1F \n
0
"""
b"\x01 É┐+ËæsÄ▒È8ä½\v §§ "
b"\x01 É┐+˃rë©\x0E kêı\x10\x10 K "
b"\x01 É┐+˼sï╗┬¶Ø&\x04 ' "
b"\x01 É┐+Ë╗qz \r 1\x15 S£H "
b"\x01 É┐+ËÍr\x7F è\x18 f║´█(à "
b"\x01 É┐+ȯs\x05 ╗òä( S<Ó "
b"\x01 É┐+ȹsl¬¿½hVÁ˼ "
b"\x01 É┐+ı\f píØ╗ôIU5KJ "
b"\x01 É┐+ı\x1A s┬é┘E┼¨a\h "
b"\x01 É┐+ı'r9åÓ#_æ Y~ "
b"\x01 É┐+ı4rOô\x04\t ░í■m, "
b"\x01 É┐+ıBr┤ù0s┼O`▓" "
b"""
\x01 É┐+ıOp║║ÿ│¹í\n
#¨
"""
b"\x01 É┐+ı\qÂÖ\x04\x0F i¡¡N{ "
b"\x01 É┐+ıjrÚö*ãD=\x1C\x05 X "
b"\x01 É┐+ıws¯êL\x08\x1D #\x02 u½ "
b"\x01 É┐+ıäpÇ®ÓeØ\e Wª╬ "
b"\x01 É┐+ıÆsjèµM·°ÿ&+ "
b"\x01 É┐+ıƒp\x1C ┤eWÂ\x1C \r rC "
b"\x01 É┐+ı«s^ÿß\x00 |\v 9>\x1F "
b"\x01 É┐+ı╗pmÑ└\t @ø┘\x13 ▄ "
b"\x01 É┐+ıÃq\x15 ╗║Ï$n ıL "
b"\x01 É┐+ııp+ú§·┼Ä÷ £ "
b"\x01 É┐+ıÔp\ê╠Å÷%▒ r "
b"\x01 É┐+ı¯qxÀòD\x17\x01 Yu¨ "
b"\x01 É┐+ı¹rÃá"\x1F »\x04 tx« "
b"\x01 É┐+Í\x15 pÑ®Ïu\x13 #²=æ "
b"\x01 É┐+Îas\x07 ¡\x18 R£\x10 n³¤ "
b"""
\x01 É┐+Îoq)íÓ\x03 \n
(ñ1³
"""
b"\x01 É┐+Î{q(¼/úyô!à5 "
b"\x01 É┐+Îês=▒\r ┼\x03 ıy4C "
b"\x01 É┐+ÎùsçÂWòYú\x1D aO "
b"\x01 É┐+ÎñsáøµÒÞϤ! "
b"\x01 É┐+Î░q>í¬·®É·W┼ "
b"\x01 É┐+΢qoÑ÷ªS{?Ä´ "
b"\x01 É┐+γr¨¿>?bn\x12\x0F · "
b"""
\x01 É┐+┘\n
q\àó`ó┬¢äd
"""
b"\x01 É┐+┘\x17 q║ô\x1E a°\x1D\x1A L@ "
b"\x01 É┐+┘FpXü\x06 ■7h\x10 |p "
b"\x01 É┐+┘Ssæ£>v4┘^ù\t "
b"\x01 É┐+┘`r╬ä-╠¦ì░\x1A < "
b"\x01 É┐+┘ms4Æ|'¥\x17 á╦× "
b"\x01 É┐+┘år├òã$▄\x02\x18 ], "
b"\x01 É┐+┘»qµÅô└VV}ãú "
b"\x01 É┐+┘╝qsïÍa^8_˽ "
b"\x01 É┐+┘╩pãÜ*â±\x1E ¿╗É "
b"\x01 É┐+┘ÎqßíéUÍDø'\x0F "
b"\x01 É┐+┘ÕpÁä¸d╦Îd\x1E ¢ "
b"\x01 É┐+┘§sVöðã\x1D\x0F Öx& "
b"\x01 É┐+┌\x03 s`ó8A\x02 e┌ÝU "
b"\x01 É┐+┌\x11 r█áÒ%#jªE) "
b"\x01 É┐+┌Uq0▒Ò■\v\x04 ▄╦╔ "
b"\x01 É┐+┌crÖÅG"ÁCA\v\x03 "
b"\x01 É┐+┌qpƒû\dÛMͦþ "
b"\x01 É┐+┌\x7F p├║Îù\x1D Ð8Pc "
b"\x01 É┐+┌ìrZæ«ÈV\x13 ¡Ñm "
b"\x01 É┐+┌Ürö»»Òõ▄µ\x19\x01 "
b"\x01 É┐+┌¿s\r é×;ãɲTP "
b"\x01 É┐+┌ÂrãúU┴â}·eÔ "
b"\x01 É┐+┌─p¶Öí\x11 Ë«î■÷ "
b"\x01 É┐+┌ÐpXªÅ└┐óÉdı "
b"\x01 É┐+┌ýqÛÜ├êÇóé▄Þ "
b"\x01 É┐+┌°s\x12 îyòsKi{ï "
b"\x01 É┐+█\x05 sêŦÅO¸Ý▓\x08 "
b"\x01 É┐+█\x1E qH½╩p\x05 }*\x02 0 "
b"\x01 É┐+█*r¢¼!7┌:>\x02 ┌ "
b"\x01 É▄ágvqZÖÚ®îZ¢yØ "
b"\x01 É▄ág└pCª7▄âêßíÇ "
b"""
\x01 É▄áh\n
pkåD\x16\x1A ÐÌ×Ä
"""
b"\x01 É▄áhUrX░½ú¯àý\x02\x0E "
b"\x01 É▄áhísq«jÚNÈ\x00 MX "
b"\x01 É▄áhýrÓÖe\x14 ½\x05\x18 Û~ "
b"\x01 É▄ái6pÍ«ßÙ\x0E ÀÃ*\ "
b"\x01 É▄áiépª¿I┤m9ï!┴ "
b"\x01 É▄ákNp¸À+- \x15 │═R "
b"\x01 É▄ákÖpjDzô\x7F ▓¹\f 6 "
b"\x01 ‘»Z\x08 $s¶´u\x10 dßÕgŠ "
b"\x01 ’(·Y@\x7F Wˆ\r à&Á\x1C\x01 R "
b"\x01 Æ8\x18\x7F Åw▓╗g¼AÒÑ┤2 "
b"""
\x01 ’8\x18 Ãtyb²Æ%˨\n
£À
"""
b"\x01 Æ8\x19\x18 ôt]┐╩]\x1E nÉ║8 "
b"\x01 ’HÉ'9~þ¡i=ËËpI0 "
b"\x01 ’HÉVžsº—Üï¶\r ý2\e "
b"\x01 ò┤ÚØ³s░è(ÿm¡(Åı "
b"\x01 •´éŸÎq¥¹ö\x06 û1nJL "
b"\x01 •´éŸÝq¤‡u\e û\x13 •\x12 ¬ "
b"\x01 •´é :q)žæ‚Žs1,Ð "
b"\x01 •´é IrŸ´Ÿ‹@0•\x18 ³ "
b"\x01 •´é WqϰŽr‚º ?g "
b"\x01 ╝\x05 ¸[ì@yÆ¢;·½%î▓ "
b"\x01 ëÙ—ðM@Ž¥³blT;X\x17 "
b"\x02 û\x1D é>üDÜîQ└╩\x10 ×Ñ\x04 "
b"\x02 ò°c¹\x10 E€—$ÔV\x07 ÿɪ "
b"\x03 -îvÇWOs²íy€å4¨j "
b"\x03 /t5ünF└úî+JÓ┘\x02 Å "
b"\x03 Lj\x0E Ø÷L█Ñ║óáÖ▄\x0F Ù "
b"\x03 a!\x1C wÜGo¼‡üÚG‡œ| "
b"\x03 ¥\e\x19 wÑ@¸╝l¢Êüµý\x07 "
b"\x04 Oäì[\x1A D½ªõ\r \x17 äÒ9û "
b"\x04 ¶ÿrÌ├O[ì->¿╠\x0F Òß "
b"\x05 G÷íA‘I¸’Ðs\x10\x07 Ħ\x02 "
b"\x05 æZ1´aJâØÈË÷\x07\x06 ½ "
b"\x05 õ¸VÅ(Chéìc=Ê,èÔ "
b"\x05 °uxë[OïÅ Û\x1E ╣\x05 @I "
b"\x06 ıØ╩A°I░£<ıhg°Ù\x7F "
b"\x07 ûÅE<tDVæl│s└‗ë\x08 "
b"\x08 Z\x7F ÷HîAÕÅî³ÚRcdC "
b"""
\n
\x03 <Ý£└AÅ▓ìõé¸\x1E ¤U
"""
b"""
\n
ifØUEK\x07 ƒªR\x17 uèîÙ
"""
b"""
\n
rm;§mE»í¤Z·░FìÖ
"""
b"""
\n
ÝûõôdB]‚âÉâXe‘\x1E
"""
b"\n ÛÜX'+BÃ/\x00 ˱¾\x7F ì "
b"\v jÛÞCèOv·ø)\e š9*À "
b"\f fû╗¸ØD!è\x13 ¿X³æ#x "
b"\f ƒwJ&ôEãˆu€ª\x05 M\t } "
b"\f ØK«³│GO¢YqlF0▀¹ "
b"\f ©ª-\Ð@}ª^Fý¯%H\r "
b"\f ÷ne\x7F ·Lpì\x08 8Y,Ѳ\x13 "
b"\r ƒöSObBˆ“\è\x04 x’¡• "
b"""
\r ÿ=Ó\x0F \n
O▓ô\x01 Ø\r 6kßÞ
"""
b"\r ¡l~›\x1D N™\x05 Ö6Ø\x07 ®© "
b"\r ÛOçí-D˜‚jGWÚ—ŽF "
b"\r ÛšI(uD„³Èµ|o»Ò\x0F "
b"\x0E X\x14 #åãNÖÁ=3ìN\x19 ╩ª "
b"\x0F 7€œeS@ñ¼KiŠ’JY\x0F "
b"\x0F _›!\x05 ¸Dd‹2¾Äœ ‰Å "
b"\x10 ÑÃÈ▒TH╣┐Éré\x19 ª\x1A ╚ "
b"\x11\x1F V$€KCˆ–«pžá$'Š "
b"\x11 9ìàn6@\x07 ·{ø\x10 s8\x04 q "
b"\x11 mÎ7b¥KÁ©\x1D\e I¼‚\x1A\x1D "
b"\x11 t×â‰[Kä–™@c¤\‹\x01 "
b"\x11 °«ì\x15 0H1š\r ì2ížVc "
b"\x11 ´Ø¾CÂD\x1D ƒÂ\x16 úM▒é "
b"\x13 9Ùj¸ìBUà╩╔\x04 lNfõ "
b"\x14\x1A º─ó1Lëÿ£}þR░\x1A Å "
b"\x14 4Ö\t x×B¸¨«ûeŸy`r "
b"\x14 K\x10 ý‡_K¿…u<zÉ\x1E ©F "
b"\x14 ]\x1A ·ÈpE\x03 ¬Þ€ÑÄvüA "
b"\x14 ¼oVURI¹‰÷Háí¢@Ú "
b"\x15 Nׯ¢áNסÿ8\x1C Á\x11 À– "
b"\x15 ▓ì(\x0F ØI╗ÇıÝ\ï└3J "
b"\x16 Tí¼}|M¿€ŽzöVÄ!» "
b"\x16 │ıUS~L\x10 ìª4Ö]!áb "
b"\x17 Mî\x10 0dF´¥Ò2 ³\x13 x” "
b"\x17 ÐŒc÷úCn¹\x06 þæHœéæ "
b"\x18 ì'\x06 ▓°E=í╣n\x18 ¯J█Ê "
b"\x19\x11 \r ìÌèHµ±}FÝð°ÏN "
b"\x19 2\x1F õw¤N\x1E ûì[±Çéö "
b"\x19 i*;0³A\x0E €Â\x05 Á•¤!\x06 "
b"\x1A ‹Ã¾\x1E "L@†77lX®]* "
b"\e ¢¼\x12\x00 "I\x13 ┤2ÅU(O¸÷ "
b"\x1C ?7`ÙDNIºóö\x18 Z,ñÔ "
b"\x1C N©û{\x0E CÔŸB¤ª‘›»\x07 "
b"\x1C e”¡y\x0E B9§<sÀ½*Sö "
b"\x1C eÌ(\x05 >EÇ‘Çß[¯œjÞ "
b"\x1C …hRÞòD‚©x\x06 bFQžþ "
b"\x1C ╣\x06\x11 _üKÈØ<(éf=&ç "
b"\x1C ºïHÖÝL\x10 ¯*¾0Íû\v \r "
b"\x1C Û\x02 ܯ“JÄŸÆÂ\x1A iÞïn "
b"\x1D ^à’O²NH‡ï;²‘;ÐØ "
b"\x1D ¿Ülª\x1A IâîJHì¿h\x06 µ "
b"\x1E -¹\x05 é\x19 A„¹”t\x1D QÈÌ\x1E "
b"\x1E ƒ0¿ï\x00 Ou»òï²/Ìü0 "
b"\x1E ª×ÍݰBÝœ"<ÑãAÅî "
b"\x1F\x1C d‡}(F\x15 ³oÚ\x15 Ðt D "
b"\x1F U\x0E FTáJ£¶[i\x1D Œ¸Û¾ "
b" \x01 <\r \x07\x17 G£™&\x18 ž)x\x17 j "
b"""
.\x7F Á■\f Fìö<X¬\x15 ý\n
┼
"""
b" ×O—g\x18 B)¡-¯\x1E ‰Ø»% "
b"""
!Aìÿ¨kNqÉÔ¤\x19 \n
wÅ\x0F
"""
b"!oh°ŸBF’˜úá‘ýÃO© "
b""WvL“ÉD\x08 ©ÖrH\x13 ¨\r „ "
b"#\x19\x05 ¬¿ûO\x7F ½Å{æ\x12\x16 ×o "
b"#DÝ%ôTC\r ±O¥úMV "
b"# \x11 µÊ|Aˆ¡\x1A Ola’:1 "
b"#Ô\x1E Ç┴¿CfØuo¢\x16 àà\x0E "
b"$¡§HwËL\x1C ªb'æñÁs\x7F "
b"%\x07 ‡jÅÇF†½Ï»×ùuSJ "
b"%ëPè•mM‰¢\x17\x07 X¶Á?c "
b"&4!xÀ±N“¼‰C~`Ê!, "
b"&pšèÂZH\x16 ®xŸÚ·\x14 ¾W "
b"&‘‹j 5E\x1C ‚Ѧ߄¼Ó¼ "
b"'»Þ6}\x03 Mÿ³ÞŸ!{9Á: "
b"(#¥\x03 ñ–O÷»\Üyzf½© "
b"(=&L&7IC£Í\x1F {U\x19\x1C Š "
b"(`ØJûÛEÉÆtUòíl}¸ "
b"(p`•³MŸªH\x7F ]ê'”ò "
b"(Æ(\x1D\x19 PNÕ¦Îcé\f £² "
b"(ÐÍË»ªLϦ/\x0F R±¨•9 "
b"*-/™\r ~J¸„ \x7F ÁÄm\x03 g "
b"*€,\x00\x02 :A¦‚Èæ’›’Á¥ "
b"*·\x18 ¸=‚K\r £ò†õÍ N\v "
b"++Qüü\x05 N\x0E ³´/F\x13 9€ñ "
b"+²'Äç H\x07 ¿É┌J>ü¦É "
b",e˜åÒòA±»\x01 h] "
b",▓║|c\x12 G\t ┤ñU.5çAÅ "
b",ìfe«ÀLÕ§öq%Á7\x19\x1F "
b"-ü*ê\v ®BÀ▒°¢<7& 4 "
b"-Ò ËŒ\x0E Jz¸}×\v !Á\x00\x08 "
b"-ñµ\x13 V›H¢\t ¶K¿V…\x1C "
b".%M=pnAåºuÇ\x14\e\x02 ÜR "
b".{ã¹—ÚH¤¸[:Ë3‘‘µ "
b".Äÿ\x15 ¿(FvŒêxå\x13 €\x04 8 "
b"/?’%äFGq·Æºh#=r’ "
b"/BSÍwöHî©Â\v Þ¨ØÓ╠ "
b"/r\x05\x0F 9aO"°‘\x08 øH2¯Ö "
b"/¥ïl\t\x13 CÄŸAzÎ(7\x13 9 "
b"""
0Òu®³³Lü£ö'\x04\x16 \n
x”
"""
b"0ÓI\x00 ’eM‡¤ë|5\r \x1E †ß "
b"0▀9¿â\x08 LÑØâÃ^Q▒¢f "
b"1\x16 —±íâD\x08 ´3ö\A¢žó "
b"2\x03 ,æ<1C·Žun<ô¹}M "
b"2nWÒqUHr½\x08 މs\x00 £¸ "
b"2°/é8║B\x00 É;\x0F ºã¿wÑ "
b"3öe[E\x08 IwØ^Á\x15 B(%\x19 "
b"3œ<¯VÔM@¯œ2µjòRo "
b"4S-yz\x1D Mü¿’}±Tæn› "
b"4×j\x15\x00 ËGåƒWÖ/wð—b "
b"5\x1C çúk<NR¹%%¿3ÓŸì "
b"5\x7F \\x03 ÐÊD┬É~Äe\x11 º8? "
b"6\e\x01 —˜ØKÆ™\x06 Ý…Æ\x1A ‹ "
b"6 \x07 mÌåLàƒi݆ÌP;‹ "
b"6¾"ÿD┼EQÉ÷òÎ\x03 ÙD\x12 "
b"6ú\x19 {!8O+–TÀ&zÜÝd "
b"7åRj3┬@■┤«×WXÅ║2 "
b"7\x07 Q\x08 «I¹§"Ú„ÿº<Ô "
b"8ë&§¸ÛK┴░cÅLƒr¿ƒ "
b"8░\x05 6ÅÎEií\x1A ┼Ѩ\x16 ; "
b"9┌ıLù╩LºÅß\x11 k\v HR£ "
b":\x14 ƒÌ®~B|†ž QF£\x15 â "
b":vgò┼nC'ÿ╚TmúÅ\x1E + "
b"<}zôî§LoÅ¿×ï╠¦O└ "
b"=\x10 °y†ŒFî±\x14 ûi\r e4\x1A "
b"=VàSZýD^ÄÔYʬÉ{ý "
b"=ü¨ý{\x01 CñÁϺ#Zç\e H "
b">ŠÇ@´8Aí›ß¿\ÞS•} "
b">ó\x1D =)ÓDVƒ¨êJ··_á "
b"?\x11 aé•DO]»o\x11 íò›\J "
b"@1òÏLuFWºxÉ\x01\f ^ð] "
b"@]ÙT/®L±¹5~œHÞžÿ "
b"Aå\x01 ;gÖM:’·¢uÚŠôA "
b"Aÿ\x01\x07 UeD9ˆ¼ÈÓø\x06 ú‚ "
b"B\e\x18 Õ—æD*ºë5öè“í\x1E "
b"BD4\x00 ¥bAЕŸ™79—½Æ "
b"C‡ÚŽFñD‚ž„q¯ôÝmŠ "
b"CÎË\x15 žaIW”rðÞÅš=` "
b"CædºƒuJ\x17 ˆv®ù·¯ù\x16 "
b"Ds>ÅÔ\x1C Cí‘6\x15 ì\x1E Ü"¼ "
b"DߊßóþC‡ªwaØ¡KQ‚ "
b"Ex€D\x07 ¹Dó›<bºü½D} "
b"Fü\x1D\x7F\x12 ßEDä╝░¾S!Cª "
b"Fž·¨Å—O\x05 ª\x02 Ë©›ç;î "
b"Gvóé\x19 CAs ˜ÅC»tÛL "
b"GxD ?\x02 HT┤óÅıD\x03 Ak "
b"Gâ¸ËñÖGc—\x12 i5ªDÝ‹ "
b"Gü–ßa‡A?›…Ó’¤ÏY÷ "
b"HAGé┘┌IÔïlÃìj┌©K "
b"HqßðÞOCp¡¸\x15 ?!W)\x0F "
b"Hy\x16 -¤╚AØ░\x11 veqH¹‗ "
b"H»┴tX¯F‗▒╩├§┘ìèu "
b"K\x1E £ÂÂ\x1D Hn£,gŠùJŒE "
b"KgŠ€˜ãC6¼±q-\f 9'Û "
b"L\v Ô▀rãNjì÷Dd7\x15 ' "
b"L.j[ôÜK\x08 ³À+Ô\x1F ¯\x01 Ú "
b"L<Þ]õ\x19 L=™cÂ0ÁÒÉM "
b"Lp¶\e ",BL”áÖ_2ï$2 "
b"Lîn9ì*K´é┐¯ø¤úå© "
b"M]c_-»@`©ÒO)Ã\x05 çG "
b"Mwâ3\x03 “HT‘{šˆ¡TQÜ "
b"M¼¿‡Ñ\x19 Bú™\x13 Ôù¥‡« "
b"MÉê‘”VNÞƒ?\x19 ‘'\x00 Iø "
b"N½5·¸┼G½æ'\x11 i¼EÉ\x14 "
b"NÀ}†\x19 mJ"¿ÔMú°,²¢ "
b"O"¶nŽGпÂQ¨/ˆu³ "
b"P\x0E í\e =ŒKRŽœy-å\x17 °º "
b"QX\x1D u†àH\v €\x1A «µ°…½Ì "
b"Qˆ×ó\x13 ]I£¶|ÜŸnæZ¥ "
b"REM²ùB²¬\x07 š)oEJ\x10 "
b"RMà┬ïZO¢ØV}┘ù»/V "
b"Ræjk2¨N•‰”ŒÈæffõ "
b"S%\x02 E¹ÞIí┐¤tBT!WÅ "
b"T\x08 >Ùã¥J┐Ü>É(Óѽ{ "
b"T\x14 v’ËûCAšm\x11 âlDÜ "
b"TJ35³@N׊HB¥£\x07 k‰ "
b"Tz\t E^ÌA\x0E ¢-©›QŽ—š "
b"TØj{6ZJÊë2{┤\x1D ±JP "
b"TÑ\x02 ùÁ–O\x07 ³“ñU\x04 â Ë "
b"U%ñ@ÒL¯éìJ▒┤#0l "
b"Um(áÆˆEb·èr½\x06 ÷´! "
b"U£\x17 >ŒJIƪ\x12 MVþñ.# "
b"V\x0F É▒K\x03 G┘ö§^\x07 Ù§,î "
b"VG†\x0E\e KK`£êì7,GË\x00 "
b"Vb>dÝnM¢›¬FØ$«â" "
b"VÛ82ã|A<³ÒýHt\x14\x1C r "
b"Và&K9óC!ån¦Æå25 "
b"X\x05 ÛdñRDS·U2\x7F ýÅ«ª "
b"X~Q;9øN\v ³&“›QGN\f "
b"XÊäcÅ╣GñÀ;\x0F ‗[ªª‗ "
b"XÓbëküGi¼Ò\x13 ýz\x1A |\ "
b"YX\x16 )0@N@É5ÆS©ª░ƒ "
b"Yq&'+ìAŸ´«W³UˆÔ× "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"Yù|þ\x1E vG¦†\x0E\x03 )e´Ü "
b"Z'+\x04 ^\x12 O‚Ÿyª\x1C ´\x15 µÃ "
b"[,NÂArMà©mŸÅó‰#Æ "
b"[ý¦t¾\x02 @¤†ÒÖ–æ>\x7F = "
b"\7ÑÉä\x04 C£©š>^„C \x10 "
b"]ZÈAÚ}Nw—:ŠÏ+s\x18 ¡ "
b"]Ÿžÿ]°KJ‡I„NN*\x16 " "
b"]¦tðÑ\x12 BÞ±Á:U\x7F ¡Ò "
b"]©å╔|%OÅ«▓ç2ÃÖ▀ñ "
b"^d>Ô?ÌE|«ÀØ©qKPí "
b"_\x10 ²¸TEBK²œ\x1E 䨽†Ç "
b"_{Ù}/-ECšFl\x08\x07 J:V "
b"_█G\x04 ôcNµèX+ìóI\x03\x17 "
b"`Iï\x01 ËBKf°fÞ3¤4Kÿ "
b"`rlºr┐JtæÛíÃüv1ö "
b"`{\x1A -\x0E yL\x0F º9\r Uj&\x04 ® "
b"""
až;bu¨IEÐÐO\n
òãê
"""
b"b\x11 ÆfŸCFp¼•Pò\x02\x19 ³j "
b"bJZoq>F~ÅÝ─\x07 ä┬< "
b"bV´sVpGWš\x06\x08 /+Î‡Ö "
b"b¬W░\x1D bBü©á´\x7F\x01 vÍG "
b"b»ÏÖ7§C\x17 ®ìZ:yR!( "
b"b─üÕ»×G╬åEà>0\x16 ─: "
b"bÌuº£cJá“-"Ñß‘Ò9 "
b"cO\x10 ¢\e x@\x1E ¡\r {:ï_¶1 "
b"c½┌¤╝ÕN¯ü ‗Fý\x11 xX "
b"dUGŠ‹DAµ -¡bI &½ "
b"ddõ\x04 ÝFM€¦J‚÷ø‰”Ê "
b"d±\x04 Ê-\x7F E›Š‘³Ì0\gŸ "
b"dÛ™CDÜG\x14 œ~\x05\e 2²\x10 [ "
b"f╔ÅI.ôCÇê8<>Y^ÍN "
b"fþ¿Pÿ\x12 H= 6Ì(MGŽß "
b"g═'|\x11 █M\x1D É@╣\r Tè¦2 "
b"h!2Å\x14 6IýëlçdÌÐ"ý "
b"hW8‗─þAä╗I&\t ìÎÃ: "
b"hŠ\e nƒÛL\v ži°\x05 +)`ï "
b"i 0O†üDw—®Ûî/%¥& "
b"i$▀F%kOü½î\x18 #'àÜ┌ "
b"i§bxãBJã°UíÂ2k)O "
b"iæµ$á‹Jü³›¸Î}\\x11 \ "
b"jW┼ªf$G«©¦Åöc\x05 ¢└ "
b"""
jŒÐà´ÌJ¬¾\x15\x12 \n
ŒkÒ€
"""
b"""
jŸûÆW\x14 J\n
”ûK\x01 9?Á™
"""
b"j«hrÜ■Gت\x18\x1F #╔¶#a "
b"jº\x0E '/ôN\x13 ®á߯Œ;\x12 i "
b"jðZÃöÔO0ÑJǶì°åF "
b"kd or\t LýŒ¯Út\x14 ⟠"
b"kŠëGp^B®´_ªŸ¶ûÉë "
b"kÝByDÛDr©É\x17 µP\x16 ŽZ "
b"l‹\x06 ÃÍÂKO—ÓK±¢,|¡ "
b"l£Ñ¾r†K屨£®¥µpÄ "
b"lÌÕ7úîB╚î¯@mÝjìA "
b"lññ[\x1E ÙFz¼º\x1A ie*›Í "
b"m\x16 êo†hIH…·ä\x17 %Ü\x10\x16 "
b"miÝw¥>NĽ:Áò\f ‹´[ "
b"m“Câ×ÇNõ”|´{7\x05 8Ó "
b"m¹C5hiN¬”QðØ²½69 "
b"nJJ}÷8JV¯gõœ'E2Ü "
b"o`rk\x10 vC¹Å╬¾GÝèIõ "
b"oª¹E\x1A çNô‡Sm”\x04 ËZp "
b"oãv,▄<EíàîGɵã╠+ "
b"p\x1D\x01 Ü\x1A |F”›“\x02 ž\x17\x07 Ûp "
b"pAa\x18 3EE‡½÷w\1{X² "
b"p°H·\x1F œI¢£ÿ=o\x01 j \x1D "
b"qNÙwýäD¿†P’úÚQp! "
b"qÚ)¼êäAN’¥»ø¥)§¢ "
b"s/2\x1A P2LÞ¼É\f\t\x1F ¹t\x19 "
b"s;½ÀfHD\x08 ¥Öž±W²K¶ "
b"s{pÙö˜Hõ³[³ÍtÉÊ\x03 "
b"sØ!ÝÀ‹Fw©ìf(+†”\x1A "
b"t\x14 ëö└1Eî▓xcügg▓¤ "
b"""
tØ\e VgOGøƒ«\x06 \n
õ╝╦Ð
"""
b"u\x02 ÂÐn¸Nо&ç\x15 ù4†ö "
b"u/–¨×O\x0E œ¶!¤\x04 w\v ¶ "
b"uæ¾(ÑÙG@œu\x18 ªÈõª\x16 "
b"v\x12 „pÄ”A\x06 €)Ð`k^£j "
b"v«ƒoX\x16 MTƒŽ´ö^\x14 .‹ "
b"vÃ\x05 ;\x1A áI~”]Šý’²ì\x11 "
b"w\t ;Ö\x1D åGü¥ÕÂB^ºÎº "
b"""
w%\n
[!>K¿¢ú"®M?Ï_
"""
b"wP¾\x1E W\x0F B³’BãhC2\x1C £ "
b"x'\x02 DáE0ØIF)§┘└3 "
b"x¬füïiI▀Á+ƒÝ╬r´À "
b"x¾npóôB9¡âèú²Úà… "
b"yÑ|ÅÏ Of¼~^Íô¢\« "
b"zza\x06 Z\x04 D㻜]\x17 ¶Ý“s "
b"zǶš1?D|¬ÿ\x15 jçánB "
b"{6`'╣kHÚ£ÌþkØ?Êb "
b"""
|\x1D\x07 o8\x19 K˜‘¢\n
×ÛlÒ¸
"""
b"|ì4ƒ\x05 MH\x1C æ\x04 (j9\x1D ▒Ø "
b"|Ö╣█Ë|MÂÉ,\x19 ▒/ºÿw "
b"|ÎlF«¥Gg¤ï>òµ”q\x15 "
b"|ÏW]`üM>•\x1A -Ŭ͎² "
b"}ÆÎ▒\x05 gE´ÅøØÎ█(Çk "
b"}¨È\x05 e½CP„;Ac> ÿ¡ "
b"}▓eiÞ©E\x17 ÿv2@┌ì9█ "
b"}¹?¨nŽIÈ¡ùí²É\x02\x1F ‘ "
b"}ÅÖ\x07 8rB왂/\f œµ%º "
b"}釾?8N$‰b¨™Jm2 "
b"~!\x05 Ú‡„Aò¦C7ýç\x19 ’ü "
b"~a\t _\x1D q@Šš6aÒ©Üäm "
b"~j‡D<XO³x\x0E ç2¸pÔ "
b"~nÝqW│FXÆ)`4ü,\x1F ß "
b"~tù\x1A ©ıEÅû║╩\x7F ªî▒ "
b"~\x7F LÉ\x00 ÒEaâP1Ë\x1C ·rL "
b"~›¨É?WL¹¯¦×ÿ\x03 Qhð "
b"~¦rQW`F¿’1ñ·7™Ž´ "
b"""
~å\x15 V´¸N½‘g[-»\n
û
"""
b"~þ\x06 ~\x1A ÜInµ7gœ\x19 £AÊ "
b"\x7F Nêm■¯Kɬºb{C$úG "
b"\x7F \Ó|Â\t E¡·m*h‰JnÖ "
b"ü╚ø│ô\x18 H\x00 ÄO\x10 Õ‗ö*& "
b"ƒ9\x08\x01\e ËJîŒ\x7F p5í\t Åq "
b"ƒEÐ\x14\x1A\t Nìƒm\x10\x10\x1D eÿõ "
b"ƒDjŠŽD³§4¹Þí\x04 w} "
b"„¸ZµýïFK€4Oi]èë\r "
b"„âP—T¶E¸›±§Êl!â\x15 "
b"à1OØúƒGÕîàÎ\x15 þ.\x02 § "
b"""
…¨5\x1E 2VKÍ¡iz\x11 \n
f\x03 w
"""
b"†ˆ!ïÙxN\x1D ´RöˆØ¹\x18 º "
b"ç\x06 {²Î?EþàÅ\x1F ¼\x10 ▓▀Ú "
b"‡E¿\x05\v\x03 LÈ”õ6Xè\x13 8( "
b"çô\f .D<G▓▓c┘M±|æü "
b"ç╔46ÿÃL;É\x0F ┬¡\x0F '├h "
b"‡Òû„ÅCA\x0F •‰`XË$=• "
b"ê╠Fõ┬ÓDÙòØ1Çè\x17 A¦ "
b"ë}häVıI¬ÅG°u╝0²┘ "
b"‰èt\f\x13 §LBœc¼úêªf³ "
b"‰îá!jRH\x11 ¥3;Æüó5E "
b"è╝\x12 FøìJð¥\x15 ,ïªùÙÆ "
b"ŠÙ:®1\x01 Dµ†‰µœŒì\x12 á "
b"""
Œ\n
5ÏŒEs¹äÃÛp’ù
"""
b"Œ¾T‰ÑCûŠ¡Ýâ¶Ä(M "
b"ì\x07 W╗J▓Kxó5®ƒ█°²? "
b"ìé\x7F -Ô\x07 A½û▄\x04 2§\x1E bC "
b"ì¥@¾Â\x1C H│ñ¬:<¯ÍÆu "
b"ìͳ¬þ\x16 A;┤9aeiØÑS "
b"""
Ž3«Â\n
\x19 JþžØ\x10 ŽË×z\x7F
"""
b"Är>ÛÉ\x00 GêÅïöÚ‗@\t ¢ "
b"ÄâöÀ;┬Ljæ¨àÉÙkM% "
b"Ž—“\x11 t0J¢®O\x11 bꑲ‚ "
b"ޱ¯£¾|JÕ›3§½|\x04\x0F ˆ "
b"żØñ╬sCz¡K\x08 {X¬¬\x7F "
b"ÅÂÙs5NC░╣½7êB\x08 z\x1F "
b"É%×ÞápNI¡9+5Bhÿ "
b"Éu\x1A {²■Aòì3\x02 "É:\x06 î "
b"Ƀ▄í╦╚GýùjÖ¹MÚì\x16 "
b"‘·\x03 ¦.FA\x15 ›”šŠ‚\x07 >Ÿ "
b"""
‘ýô5¶\x0E K\n
¦åºÙ\2\x10 V
"""
b"’pHB\x13 \@ä£<:²\x1C f! "
b"’q¥ë>ïLa¡\v H‚Ö#Ím "
b"’yì¾>bFß°(©ôÓÒ*. "
b"’ºI\x04 a\x1D JÀž¤´\r 8êm$ "
b"“i'øž\x1A Nt©0˜Ï4gÈJ "
b"”7š1^ÁD\x18 µôycî\t óm "
b"”o†\v\x14 ¥M`¦íØ^µ\x1D §% "
b"”´²øÊnDÆ©n\x07 z’¦vE "
b"•s؜ܣG\x06 ±ÊKÁÙŠ€ƒ "
b"•ر\x16\x00 !N\x17 ¿l8áxVkB "
b"•÷âT\f\x1E Cº§ 'Y‘šã° "
b"–F÷\x7F ¾ÿF³·QhªÁvp\e "
b"–…\x7F V–MD3®\t [\x02\x07 \x06\x0E "
b"û¦#¦É\x10 @Àø\x12 âñ\x00 ▓é└ "
b"""
–ô¹\n
]wE\x08 ¨.ÕšlÓmh
"""
b"—<UK~ÒO=”$`ÏÏåÕ, "
b"—T`êÌÂDcœ¬ò\x11 O`=% "
b"—\¨u˜)@\x01 ‹Ÿéé\x06 Ëv® "
b"ÿ/_\x18 Ö\x1F C╠üW\f ¿Ò‗Ü6 "
b"˜ua˜lWE¼‡>rr§’ø\x1D "
b"˜Øø\x00 §FHÀ’Þø \x0E †«g "
b"™?MšfqFK¸6eJÌ;ü& "
b"š\x18 t?\x12 üOýœ#€\x10 »5=Ñ "
b"š\x18 áÏ`îF\x10 ”»§\x01 îÏO\x06 "
b"š.¦¶ó—CT¹¼a‘F`7T "
b"šQº“¼ÿFå¹ø¾Ú5T„Ú "
b"›`,H¶XA\x01 ²\x10\x1C 9ÍϺ´ "
b"›¥\x08\x11 â?L‹¦ˆR\x03 8jK} "
b"›ÜÉwŒEB³«w½ŸÔ¿þ· "
b"£Å╚þMÏH\x19 ê ıôå×╚a "
b"£®'├ê0G\x02 ▓qÊ‗ÅKÄ\x07 "
b"œÓ\x1F I§ƒOƒ¸°äkðZÌÐ "
b"Ø\e A┴i4Lìò ¤ôéù¯à "
b"Øv\x03 XïoJ/│ñC¡`A}Q "
b"ž}´XÃ9Os”Òû\e êM\x15 ~ "
b"Ÿ\t z3bTAÓ‘‘ˆòÿ‡*œ "
b"ŸvþM\x03 ÀD\r ·\x05\x05 ¾ôÈ\f\v "
b"Ÿ¾[íÝeIL¤w…\x10 ”ÿû0 "
b"ŸàKþE1F‚£\x01\x05\x16\f ÞWb "
b" \x02 ¿P—ÁCX¬¿÷\x12\x0F éæŸ "
b" ¤IóÕÍJy€\x11 í®È¹H„ "
b"í─├┼ɬAàɸQ╦\x15 Ö¦‗ "
b"¢ž&ˆ¢ÄK1Œ\v ¡-ÍîÌs "
b"£\x12 °¼|šF®¾÷©@'ºF8 "
b"£8‰ÅפKÚ½©ÞÒìMH? "
b"úZ®\x1E SûGöÉ]¹1À\x06 Î¥ "
b"úí6╚╦SA¶ø¨┐2+.Éy "
b"£¾0ÿ7~LÒ®`þÚæ¥°\ "
b"ñ\x0E B8\x01 █I|Éäåm\x0F\x06 ╝¢ "
b"""
¤²Q\n
»©Fá¶À4›\x19 :Pê
"""
b"¥E˜µ#ñE¯€%–ƒ¼Í©O "
b"Ñ╠ÁrÅ║E¨ûªZµdEÛ\x0F "
b"ªU²\x17 ÕÉD\x00 øp'ï^³ì_ "
b"""
¦Ä\n
qH‰H/¹ý\x08 \f se\x06
"""
b"ª\x10 <6¿L,ü\x07 ü/³¿ï╠ "
b"""
ºçøý\x11 \n
Lÿ║╣áÇk▀\x1D É
"""
b"®\x04 LËLJL\f Ø%TW\x14 ÒÇa "
b"®\x08 KÂ╔║N]ªÑ\r lü$Å> "
b"©\x11 pn½ÈOÁ› ÁÕÈ\x08 Bû "
b"©\x17 ao;¸Oÿ—¦.ñ%\x10 Tª "
b"©.j»ˆ<@\x06 ¢è*¥QøŽ— "
b"®éÔÓ®|J\x16 é\r ì.r+g\x0F "
b"ª"læ÷éHp¹Aóq\x12 6ƒ¬ "
b"ª/*\x12 gàEe‹Tw¤nAIW "
b"ª¦ö\x00 4\x11 F6•ªYÐ\v\x1A Æñ "
b"ªç«Œ7ÛAƒ¼f\x1C f9¾!Ü "
b"«‚4$¼ïJi·'GV?p´ö "
b"«–áÇ\x1E žJ>¨dx0\x00 ûa° "
b"«µ\x0E Ö\x13 5Np«„\x18 ‡\x07 =ÂÔ "
b"¬ýu†Ð(Hñ¬€\x1F Gvï¤\x14 "
b"sZñëûB\x1E “ä\x08 °sĨš "
b"""
ÀCõo\x13 @t‰\n
Y„}\x1C 9Z
"""
b"ÌJ•ÈJIó–\x14 àIjå+_ "
b"""
«øÔU│¤B\x1A ØRç\n
\x7F ╠£Ç
"""
b"®¬ó\x18 ¨\x13 Gعò…\x11 j4›\x1E "
b"»{4\x07 gäNG¢üCÉme¹\x01 "
b"¯†vßFªIø¸\x1D B`®©Úï "
b"░\x12\x15 nÙoD+ÉZ╔\x01\x01 8y╬ "
b"░┐Ü9"\x11 N\x03 ®§LDÉ®\x10 Å "
b"""
▒ä²Êü\x19 O░Ñ\x1C ¢$ç╚\n
\x04
"""
b"±‹í\x0E ¥IGG¨¸é {qL{ "
b"▒ØØ£4¢@ƒÅ\r N@z#┼N "
b"±ðÃÝrmEⵞzá²q\ "
b"▓\v 5ıÖÉO\x17 ôãm?-2ù7 "
b"³°>—ë\x07 Ne¡ü\v œˆk¾\r "
b"³ã0DÈPGx„1ùöE\x08 "Ë "
b"³î¤$6$OãˆrBTÌ/39 "
b"´A\x10 ðB¡@Ú‰/œ\x08 ":åÎ "
b"´¥Šö6\t FÛ›ÓwGl\x13 žs "
b"""
´°œÛ\e \n
Mí¡\e … #ÐÅË
"""
b"µ¸\f ÁσFЀf·\x01 ’øò\x05 "
b"ÂeåɱûH│½\x13 \r M->ÑS "
b"¶s½½A:D—‡ \x16\x03 º«·L "
b"¶š¶ý\x02 ?Dz¹\x03\x17 áI@X« "
b"¶Û’LnÉC‹ƒ\x08 dè»82\x0E "
b"·\x1A îd\åNgŒb¢\f #éÈž "
b"·…m®¼¤H\f ›\x15 Á› ¢\x12 ì "
b"·Å\x1F -–Hß¹R$Soó!\v "
b"¸\f ô\x11 ßšNᎠ\x0F éNÀfý "
b"¸€„\x00 $õJQÍ\x0E MïäBÊ "
b"¸àƒÛm°D±‹²,\x1D ªå\f\x0F "
b"¸÷G䤰I3¨•\x08 >LXçA "
b"¹x®d-\x7F Gù½§k¤ð#ýú "
b"¹‰ÌNQmBÙž>©¦"((‡ "
b"¹Êe}/õH¶”]“¹\x18 '©_ "
b"║\x0E 3å╚öGá┐À├³\f þÕü "
b"º„ðÒ²O\x7F —7Ë颃‘* "
b"║Þ├©ªñE^ø\x02 w¦É¥%ÿ "
b"»q#Ô.¢KÛ’e\f nÏ‚µ\x00 "
b"¼.Éú4nA»”ý˜X9³5‚ "
b"¼±‰\x08 ÄÅ@¥¾À\x1A kêÆkG "
b"╝Õ \x1D £\x17 Im¢h±ÑÉw\x7F ¨ "
b"¼èÂ\x0F\x1E nH5†oR\e\x08 €Y\x1C "
b"¼þ+=\t ‰EÓ²ýÜŒµà0ç "
b"""
½i\x02 c\QDj”\n
5À€_\x08 p
"""
b"¢ª'eƒQFÖÅ\r ░ë\f ┘óS "
b"½åÐt¯ÜOg”Óù`2\x11 ó "
b"¾vD\x15 äHdºlrû¦ô û "
b"¾´p¼\t C@ä¢$³·ÏÙ…‚ "
b"¿œYJ_ôC]‚\x15 9Ÿ8 ø¬ "
b"¿óúok~IÔŸœ;¬Q²\x08 – "
b"ÀBx~t#E–‘__í\x17\x04 ˜; "
b"└{ÿ±)sE\x1E ŧïï\x00 {┼\x7F "
b"À¡œ\x0F /éAy˜Îß"\x0F ½mY "
b"┴╝ÝLú\x1F J▀Ät$ ì¾\x06 ¾ "
b"ÂDZ0DiA\—¡ÇFm›X¬ "
b"Ÿq‡¬+O²z}\x18\x1E ù\v ¥ "
b"¦oË¿Ñ@f²¦\x01 ¶ÛÍħ "
b"""
┬╬ÓüwQH}à+´Ä\n
?\x1E "
"""
b"ÂìÅiowH+º VÇ[6Õm "
b"Ã\x0E #vJ»D]µ:ï…7H>Z "
b"─ÇÅð9iI5æY4CäÃ-b "
b"─ùBRôÑOôæ!þ╬\x07 .êÉ "
b"Å9ºïy=@é°¨†@ŠÄ\x1A\x0F "
b"ÅbšÎ¶ËEÑ«XÞíÛ\x1C ‚F "
b"┼░¤¤E┬LêÅ)▓GߪCƒ "
b"Åܾ[ùŒL´€š^2\x18 ÍXë "
b"ÆŒôKØ<B˜¹‘ßÔWO±à "
b"ÆÉ ‘TRIY»cȦ‘·Q× "
b"ÇŽÌ\x7F -\n DM»\x00 WÒ¼×0; "
b"È4ìø|1Gv‘³;mhîeY "
b"ÈWYŠûkN"™Ÿêçstvž "
b"È{Ó\x1A ¼\x04 E¸·ià©-Ú£g "
b"É÷šP‡SMUœdD\x19 þ@žŠ "
b"Ê\x18 ù?!\x07 F♪\x04 Ñ2$/” "
b"Êœ*EAèN¾‚p\x17 Ö\x16\x11 ”] "
b"Êã“2p—@²‰šø\x18 'm¬Ü "
b"ÊæåWºøN<NâüáŠËß "
b"ËÎ6î5ÕGÀ-Ú0-\x1D\x17 … "
b"╠8ö«¶\r @─ç:ë^z|cÅ "
b"Í=\x12 —¾„LjŒ%oàpÞEÚ "
b"═gRð&+KjÆÉjyÛ\x1E i\x0E "
b"═Å╔+q}KsñÝ8Ó\x10 Ó å "
b"Ï\x07 1…\x17 ÷F?¹ÒNy.ßfÝ "
b"Ï\x12\f ßì·Ab‡ŠÃ\x1E ÷Ê=° "
b"¤,║g¦C@°Å\x11 ¹┌;³5æ "
b"Ï.°ãš\x1E AÃ\r \x13 K\x02 ðÊ\x14 "
b"ÏQjºÍÉEʉ\x17 àíB€§" "
b"Ïu€×¤iF‘‰qüøûË/; "
b"¤╣2║¨<CKÉ$UXZôÄ~ "
b"Ðå\f +rJAÆ”+Sà·\x7F ïù "
b"Ó<ÆC¿&Gt²Ï\x12\x07 ~Åèñ "
b"Óh/ÒÃzO®·\x11 ÞAvZ\x02 q "
b"ËØxRk\x1C @╦Å?RJı®.Ø "
b"ÓîŒìT0JЉ®\x17 ‡T‚\r Ú "
b"Ô,y„½«GY‚\x18 4°”æ(¦ "
b"ÔWê½ú×J¡ˆÊÛ·.ÿC\f "
b"Ôª\t õd³Aô²\e à3Œæ{ù "
b"ı\x1C scZBA\x07 »├üÝ|Ê┐´ "
b"Õ0;Æ\x10 áL4Ÿû\x03 ^mÎ}ê "
b"ıä\x15 ╚╣ÉHgâ§└p\x1F k"\x02 "
b"Õ—:ØÐk@:¤ÉJ\x1C ä\r \x10\t "
b"Ö\x02 :/\x0F\f F”“ŘìðDT· "
b"""
Ö\x18 Wm7wFq§x[É\n
Ší\x1E
"""
b"Öb’gÖ\x16 OÅ‘Ÿ‰zÉH(ç "
b"׈s–ÑÓE¿¹ìx\x14 –½ªÚ "
b"Îѽ│tÅNeâ0|¥p╠¨─ "
b"׫\x07 /݇G\x01 –¨;]j¦\v ü "
b"×ÙhŽ^|Nk—´\x01 dP¬\x1A\x11 "
b"؆-jè‚Dl¬X\x04 ãu]I¯ "
b"Ï╗\x06 ±k°D«ê(Z>-®Å╠ "
b"ÙQ:òÂ}C\x03 “ò±3´¸ÎG "
b"┘ÜIK═aF░ü\v\x1F È╣■&þ "
b"Ú/^µ&HLgŒ'&0Sûý\x1A "
b"Ú8˜\x13 ¹ŽL\x0E ‡|Ŭ}\x03 Ê\x13 "
b"Ú_f5©‹Gh¶%ûôGçË& "
b"ÚvŽ„4ÉA\v ƒéŽL\x1D (¿L "
b"┌ÐçJ\x08\x06 A®à\r ü=î\x18\x1C X "
b"Úôɺw“F‚„pUî>Ïò& "
b"█ì\x17 §14N┐Ñ1\x1A ªÌëøÊ "
b"Û˜ÐÒ½ˆKt¿\x07 {Ÿ–\x1F\f ø "
b"ÛÌ‹¯,•OÁ…ô\x18\x14 µb¾7 "
b"Ü \v {\r ÕI„Ž ä,\x1C sXQ "
b"Ü"eOcôLH±pЬãTο "
b"Ü=\x14\f z™C"¶7¨W}åým "
b"Ý\x00 ‘\x19 ˆµG\x13 ‚\x7F 4\x1A\x00 D.Ò "
b"¦\x0E 9ÊϺE\x1E ©~Ãü=í_\e "
b"Ý\x19 ePK‘@¯—ãhLf\x16 Ô… "
b"Þv† jÒM2§I\f\x1A ã\x17 ß7 "
b"▀A┐·ÆwB\x15 îÈðuÛRÉõ "
b"ßsbÚGÊJ<¼d%Ç2x„\x06 "
b"ßÖŠ‡çÌHhŠôÍò¬¯;b "
b"à\x01 ¿bþ5C4—aîsU@6ô "
b"Óu┴¢!µKeìr\n █\x0E ó\x00 ½ "
b"àz8²`0Gxƒ=\x1E\x1E !r8º "
b"""
áPj¿\n
‡O7¸\x1E \n
F\x0E mão
"""
b"ߨ$▒\x14 ýMÆàÁıç¸!*\x18 "
b"ßð¹ÅOæO╗â\x10 <«T½\v "
b"""
ãBµ±5²@\n
ƒN„Ä]E\x02 5
"""
b"ÒÆLÕ_lHÖÅ╦\x15 ä\x10\x03 ░\t "
b"äNÂb¤H澺SYKð\x0F û "
b"äËSX²ÚD®€šñO5»C\x04 "
b"äÎy$2–Kl½7\x07\x18 Óe^9 "
b"µ\x19 Ä{█ÿN╬ø|·§_┐Å\f "
b"µ«\x1C ÷ënMƒúüñD\x12 ©a\x1F "
b"æçñäÓ(C¡—;ê¨Æ†!² "
b"þsAðü«OJ┐kø█3ºO░ "
b"Þ\x0E m;\e\x18 L¾áØ═┌r░©` "
b"éd\t _;\x08 B’¼\f\x10 0EËXû "
b"Ú°ÜXØ\x11 AT║\x06 \\x1F ëüʨ "
b"Û*K\x16 DjEäÆü\t êcø¦M "
b"""
êàZmO\v KÍ‚¡T\x07 n\n
ƒ\x18
"""
b"ÛÒò\x05 §ÅJV░SÅùîf\x06 ½ "
b"ë2ý«Vä@A‚žµºá†7\x02 "
b"ÙnÊ\x1C {äF┬ɪô\v\x1C\x1D þ§ "
b"ëoÓºm\x02 AÞÕpÐaã\x07 ‘ "
b"ëè°çª\x15 G?‡t§ÍvâVË "
b"ý0òðb▄J;┤ج═+±7% "
b"ì7\x07 ð\x03 ]C …\v Ž~¦ˆg‚ "
b"ì\x7F Ý®ž\x10 Mg‡½¾&$¾˜Í "
b"ìðýWÚÆA}º%øÂ]Þµ¼ "
b"í,{>_–Dr»\x02 :\e eI™B "
b"íu"FåÙM怫¶bɸ›* "
b"í‡\f FômOÕž{½³°°î® "
b"í¬jgnÙGã¡üY\e ùÑ,\x1D "
b"î=±Vê#N.œ?J¿ÁNuE "
b"îH‰\x14 MôL\x13 ‘ég'\x17\v ÇÉ "
b"ï\\r ,«‰F4·Ò™`þd£¥ "
b"\x06 mg½YE\f À¼\x06 ÙØ¬^Þ "
b"ñGÌ"\e Ë@\x04 ž\x7F µÍ\x0F íÒª "
b"ñ\‹b¸HFÒ ¤Ö¥†™Z& "
b"±a\x1D ▓¹'Hª╝1ÅÐB\x06 ì% "
b"ñoðHˆ\x17 Bв-læ!«nË "
b"±w\x07 9ıÉDâ┤uı+\f Ý\x1A + "
b"ò\x03 8ù9ÏNj‡0QWÂRg "
b"ò®\x1C ´É“@ä®\x1C\x15 ßËj’„ "
b"ó¨Öžîä@¿¬û\x1F 9X6ä\v "
b"ô\x0E Õm\x06 ¸DC¾\x04 ¹›ølÇ¿ "
b"ô.{ì,§GM³Ú$@Qšé& "
b"ô7¬\x03 àŒEâ´¬lÂÁ¾áÅ "
b"ôY\x06\x1C á©C!¯c\x18 hê|H\f "
b"""
§\x13 JÖ▄\n
MM╝\n
[┐\x1A Å\x12\x11
"""
b"ö–\x14 ¿S²K䱌\x1E •JÓ㢠"
b"÷\x1C *£\x1A èNÔ±\x12 =¥ž³€½ "
b"ù\x02 @–!ÖHùƒÍ‘ì\x14 Šƒ“ "
b"ù\x05 º>rBGæŒØ\x16 2\x7F .¯¼ "
b"""
ù"Õ<\x05 >Fß“)…õ\x13 \n
\x0F #
"""
b"¨ªÚl\x02 D9ö~ô¼âw©Ø "
b"ú`ÌSýENU—?‰ö°ßF… "
b"ûiqÐ\t !J+´4œ\x1D Ñјè "
b"ü?,\x19 dóC€®ÇûãFóW³ "
b"üAW\x18\x7F çG’°~*‹sôÿ^ "
b"üø\x02 &ì˜@O¨s,\x1E ªPYì "
b"²I¶#w¼KÚófßäÇìè* "
b"þLA\x03 ¯sDì³4Å\x13 -ÿA= "
b" G©ü&lLf¡Däl\x02 .æ╦ "
]
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 (0x001EBC863BFE48F39417190A80C33027 , 0x018F28E328E67D0BA2ADEFF05DFC2DE4 , 0x018FC3EC8B0C7995B577325D7F0D3CF1 , 0x018FC3ECC5E871F2812AB7FBAD0D3221 , 0x0190BF04D36471E78EEB83F0FF3536A5 , 0x0190BF04D36D73DD89D87EC016AA6CB4 , 0x0190BF06446073C9851C645BA87CA5DC , 0x0190BF0743427344AB43BFFB563A2D13 , 0x0190BF0754F9735E9D0DCEA0C6ED9819 , 0x0190BF0764637324AE06EDBF58E804B7 , 0x0190BF0764A473549C8F13A6440F5D1B , 0x0190BF0779CB7237B3E78E5C67231E6B , 0x0190BF0781B4736386A82D23FA54D191 , 0x0190BF08CBB571418CD6BB9C68A32938 , 0x0190BF08CF987154A875C402DC950BEE , 0x0190BF08D3A372D99658FCBEBBFBE9F4 , 0x0190BF08E04E738C92A5FB2947891389 , 0x0190BF08EE507116AA3CC327845C71C4 , 0x0190BF08FA9371E783674AE41C33D815 , 0x0190BF09482C701BAB8037D26DE7677E , 0x0190BF094C3571BDA9655E6727A9D18F , 0x0190BF09502073CFBB76561A36F53523 , 0x0190BF09502B70BBB2335FF17A7868A1 , 0x0190BF09503472CBB796A93268C2E28E , 0x0190BF09503D70F7833E54997253320E , 0x0190BF095046702BA765CFFCA6C2BCB6 , 0x0190BF09504E72358C02DEF44008DF7C , 0x0190BF0950557266940D486F3E52EFC9 , 0x0190BF09915273CDB6A5351E3B2FD581 , 0x0190BF099334721ABABE0EA6E562BBEA , 0x0190BF09976A7234BF8EE13157094DBF , 0x0190BF099BB671B592649D4A7CFF4FC1 , 0x0190BF09A026731B89DA379430170F44 , 0x0190BF09A45C7262975F23920B73BE8E , 0x0190BF09A8D870CEBFEAC8370B9D60F7 , 0x0190BF09ACF770729A120650782B3B83 , 0x0190BF09B120717AB97CAB8D1A040F01 , 0x0190BF09B56B73E38B6CB46F2809B005 , 0x0190BF09B9D87003A66D1B41268AD5FA , 0x0190BF09DDE77371A986CC3DB946D4E4 , 0x0190BF09E21173C8AE29D2743AB2ADE5 , 0x0190BF09E63D738897DF57E9BEA421B3 , 0x0190BF09EAA372668AF851668CB5A63B , 0x0190BF09EED670C4A0F0D0D2D7775E7E , 0x0190BF09F36770C08841CD1767604743 , 0x0190BF09F3A672989624246E870DC36D , 0x0190BF09F3E67292ACE61EA8B1307D24 , 0x0190BF09F42570348B37805CF808C322 , 0x0190BF09F8ED73F7B901737FCE245E3B , 0x0190BF09FDB3730386FFD64F8CD2EC32 , 0x0190BF09FDBE70138E5DEF850F174EFD , 0x0190BF0A0283706F80C9FD4D68DF1E9B , 0x0190BF0A028C721AB3950B7ABB633A4E , 0x0190BF0A029472889FA3F6AABE37A22D , 0x0190BF0A070D703BABF0271EA2D0AE86 , 0x0190BF0A0C44728A8376E2D0CA19BC95 , 0x0190BF0A0CBD70FFADB10C16CBB33716 , 0x0190BF0A1249728D92BD6C9896D447BA , 0x0190BF0A132E7129A997BD97751415E4 , 0x0190BF0A17DB7213BFA8460CF1E5487C , 0x0190BF0A1A4A7097A2C68A6995718F63 , 0x0190BF0A1CAC7325AE25CCFE50B268BE , 0x0190BF0A1CEC72E38BDCD31BF360FD28 , 0x0190BF0A1D5F70069B823401625DE2A8 , 0x0190BF0A1DD472D2AD016E4BBD1F549B , 0x0190BF0A1E5073AB9ABB1A255E257A3E , 0x0190BF0A20267328BDE624C57580C348 , 0x0190BF0A251470FE85BFB9905F0D1526 , 0x0190BF0A2A1B73BCA8036114F1AC8F8D , 0x0190BF0A2BDA73D59253815A7EAEA7B5 , 0x0190BF0A30977139B7C6CC2C5DB81CBC , 0x0190BF0A32A0709ABB1F53C7CE6D01BA , 0x0190BF0A32FC736A9E30A310AED1E79E , 0x0190BF0A39F07055B6C9CED6A5331D9F , 0x0190BF0A3ED3711ABB9D6040FE19F81D , 0x0190BF0A439770E1AA8F3EE8B1AA89E9 , 0x0190BF0A483970A9B63C1011AB23BD70 , 0x0190BF0A487871CE961147FB6086B942 , 0x0190BF0A4CD472E38AF5C93084A53A51 , 0x0190BF0A51C07141B8EFEF266FA5C691 , 0x0190BF0A569470EC9F3407951FE80DD3 , 0x0190BF0A5B61705882A235BCD4901A28 , 0x0190BF0A601A722D90EEA2692EBCF32D , 0x0190BF0A64CB7071AA28CC179361AB61 , 0x0190BF0A6A0F719F90BAF8BB524E30C5 , 0x0190BF0A6E9573EDA4B746FD77164801 , 0x0190BF0A736D7325ADA2FF6944A88B77 , 0x0190BF0A780F73D6A624B62521AF0BAF , 0x0190BF0A7D6F70B18F3DCE92575C3582 , 0x0190BF0A82D3710B8DB6573A534EE84E , 0x0190BF0A837B7363BC0E9F93EC1BA828 , 0x0190BF0A89F1736CA469E0E6077AB861 , 0x0190BF0A8B0773E0B8BF8366B2824F6A , 0x0190BF0A912273028CAB1510483A976B , 0x0190BF0A920971C0A7F2C5CCA3EDC775 , 0x0190BF0A990471D9A178C6B0BD21AD30 , 0x0190BF0A9A217030916617EB3B7B2758 , 0x0190BF0AA1BC70CFB11461D4167A2D6B , 0x0190BF0AA6A070B58E1AD678B961C013 , 0x0190BF0AAB827138B13793FC0550BB2C , 0x0190BF0AABC070558268801AF19EED04 , 0x0190BF0AABFD711988F7F36839ACD255 , 0x0190BF0AAC3B7087933B11CBD07EF806 , 0x0190BF0AAC7A703590EA8E433D013329 , 0x0190BF0AACBB71E49A000A16DDCB7491 , 0x0190BF0AACFC73D7AB065307686686A5 , 0x0190BF0AAD3D70128BC0425960CF2884 , 0x0190BF0AB24670C6852EA0CD8CAB23E2 , 0x0190BF0AB2537055AB1B0C1F1EE1B6C9 , 0x0190BF0AB76E7380A6364A90AAC17919 , 0x0190BF0AB7AC738F9966D4F419836F0E , 0x0190BF0AB7EB7304B59E791EA34276AD , 0x0190BF0AB82A73218E962EC1437C6637 , 0x0190BF0AB8697323B4B63BF131D2DA5C , 0x0190BF2A31297203832613E6EDE81394 , 0x0190BF2A313671F8BB41530CBE83A4FC , 0x0190BF2A31487026AD68B7B8368E845D , 0x0190BF2A3151729BBA2CF65739A688E2 , 0x0190BF2A315B73BFA825FF9A15AFF68C , 0x0190BF2A316573E58F48F23AC0D008EA , 0x0190BF2A31A0701A95F057DFD899C0E1 , 0x0190BF2A31AC71FEB876507A84A0883E , 0x0190BF2A31B77160AA70C538984E0A39 , 0x0190BF2A31CA71CAB2B7CDCBAD407E93 , 0x0190BF2A31D5701C9E152B4DB50C1A5C , 0x0190BF2A31E071499B6193E5BCBC457E , 0x0190BF2A31EA73868228B35CB6DAB4F0 , 0x0190BF2A31F572C5A256397FA8DB64E0 , 0x0190BF2A32017059909D92CB1B3CDA51 , 0x0190BF2A320D737FB11855EE71D6F0A4 , 0x0190BF2A321872EC844A5BB71321FD28 , 0x0190BF2A322A738B8C44B8EB1AC1B983 , 0x0190BF2A323472E7AB7BD4C9F44716C0 , 0x0190BF2A326E71D3A5A655D49600FB27 , 0x0190BF2A327A71079A2DAD1C1A864A5E , 0x0190BF2A328E70EA8D7FBA2CDDCBBD73 , 0x0190BF2A32A3710EBC21721721F0D42A , 0x0190BF2A32DE73FA9EAD3E6EA67F8E4F , 0x0190BF2A336C715F8CE72C8F1263FBFD , 0x0190BF2A33B47072A7193C2AB7253AFD , 0x0190BF2A341970A687178B4B09F3AC9D , 0x0190BF2A454B72DD836931320FFC98DC , 0x0190BF2A684A713C8FD8624C42F8D2B4 , 0x0190BF2A699D7363957B60A05C0A1137 , 0x0190BF2A69A77154AC21D04B0F73F754 , 0x0190BF2A69B1706880F503360CC7C351 , 0x0190BF2A69BC7272A9373533F4D00200 , 0x0190BF2A69C672ECB5D26D4D47399E59 , 0x0190BF2A69D073CF91249DAE8AA758B2 , 0x0190BF2A69DA7341AD7F6D6F4B3D4091 , 0x0190BF2A6AE271A6934137EC0A69A204 , 0x0190BF2A6AEF7341B803C9DA03009D1E , 0x0190BF2A6AF97295A96D76214BE9F633 , 0x0190BF2A6B04736B84CF3E776C38BEA8 , 0x0190BF2A6B0E739CBC672BCDF0BF5C78 , 0x0190BF2A6B197197BBA1D31BA3DE45A9 , 0x0190BF2A6B24721DA240084C3DE0CDDD , 0x0190BF2A6C2972619F40AB7BBD55C01F , 0x0190BF2A6DAE73D696413879F7822116 , 0x0190BF2A6DB873D8A297061AAEC7C8DF , 0x0190BF2A6DC2713182ADA2D02D8BCE16 , 0x0190BF2A6DCC728A8F9723DCC6DBF45E , 0x0190BF2A6DD67001A8D45AC261741DFE , 0x0190BF2A6DE37074955DEDF6A6A3E034 , 0x0190BF2A6DED71A89CDFFECF5DCC0D34 , 0x0190BF2A6DF772E2BFCD910070D480B6 , 0x0190BF2A6E0171368BE6BB123449F7EE , 0x0190BF2A6E0B720390DE0AEB1D728360 , 0x0190BF2A6E1571F5B25801A12568C210 , 0x0190BF2A6E1F71ABB6C684F4524C9577 , 0x0190BF2A6F5B7298B26E7CBFA84B139E , 0x0190BF2A6F6772D691D9C33C1D6693D1 , 0x0190BF2A6F737231B2F91C1161C77E56 , 0x0190BF2A6F7E7262BC4933C20EFC5984 , 0x0190BF2A6F88731CA0F5C60C98E5A34A , 0x0190BF2A6F927157A93086D1DC3848D5 , 0x0190BF2A6F9B708C9BECDEB081098A85 , 0x0190BF2A6FA570F298139EB9BC735054 , 0x0190BF2A6FB071EEBB6676934C483928 , 0x0190BF2A6FBA719B9A290B1119E91B49 , 0x0190BF2A6FC47363896AE49B0336F0BE , 0x0190BF2A70F9722297E95078B1477A97 , 0x0190BF2A71047142AACC5C55EAB091FF , 0x0190BF2A710D70E883DD0835A5D4F2F1 , 0x0190BF2A711773FBA75E202FB6325912 , 0x0190BF2A712073039BC12A5B7297FE3C , 0x0190BF2A712A707DB7594C2A39379BD3 , 0x0190BF2A721E72919AF6A9B7E27A43DE , 0x0190BF2A722973769093A439728FBDB5 , 0x0190BF2A72347207B1E9FDBFFDCEE9EB , 0x0190BF2A723D72A1943D647A673375E1 , 0x0190BF2A724771E39E6787C38992AD39 , 0x0190BF2A725071828132D4FF8FA200B4 , 0x0190BF2A7346734684ED2CD46F7D738C , 0x0190BF2A7350720A99B1DCB8B4D77A25 , 0x0190BF2A735B71B3B7AA8CF0DBAFB4A2 , 0x0190BF2A7365705397B0270F1CEE1F39 , 0x0190BF2A736F71EB96721C49265BA6F3 , 0x0190BF2A737871FFA5AB0F11E873E33A , 0x0190BF2A746971B0BF9CE7C1B4163482 , 0x0190BF2A747473128A8A7DC0FD51C475 , 0x0190BF2A75D871CC934E37779F254BA5 , 0x0190BF2A77C27141BD3AF3B86E19B531 , 0x0190BF2A78E0707F8A934FFA7BB86117 , 0x0190BF2A7A3A7248B780DC29C2EADB12 , 0x0190BF2A7A467218A7F58C7B625FE3EB , 0x0190BF2A7BB670F6B3155C983D8E90FA , 0x0190BF2A7BC17208A041BD809D8384DE , 0x0190BF2A7BCD7351A8462137DE7DC83F , 0x0190BF2A7BDB7011B73966C904353D48 , 0x0190BF2A7BEA71D4A4CDCE2E0CD06D4D , 0x0190BF2A7D1870F9AF97A3E060955B3B , 0x0190BF2A7D26711FAB9ADE62EF25D642 , 0x0190BF2A7D3170178C0246DC6DFC7916 , 0x0190BF2A7D4972BEB393DAC984A1F6DB , 0x0190BF2A7D54733FACA6259DF0FCAEB3 , 0x0190BF2A7D5E70F3BE33D739DDA24F31 , 0x0190BF2A7E7B718ABD451A01D3784D64 , 0x0190BF2A7E8B7049957942CD696049EF , 0x0190BF2A7E9B70D0907FDD6DA117E23E , 0x0190BF2A7EA870149811B4C0BA5FC5A0 , 0x0190BF2A7EB370D48C5AEEDB38AF3920 , 0x0190BF2A7EBC70B4AE1D87259506600B , 0x0190BF2A7EC673DF984EB37BB5948FA5 , 0x0190BF2A7ED070CCA03351433CFBBBBB , 0x0190BF2A7FF372739FCEE9A9C2150B8B , 0x0190BF2A7FFE71A1A3EA7B7ED4549B1F , 0x0190BF2A8008733785002042938042DF , 0x0190BF2A801372A2BAA650C95F188BF2 , 0x0190BF2A801D71DC8DE4516F171CDAF3 , 0x0190BF2A802770BFB46BFA64D10B398D , 0x0190BF2A803271DE9BAFE9D9F6651A0A , 0x0190BF2A803C73E9A0BA7FAE389EFBA5 , 0x0190BF2A814F73AB84B844BBFA6BAC7A , 0x0190BF2A815A71DCB5F7C20B899744F8 , 0x0190BF2A816673ECABA6D3D855EDBD4F , 0x0190BF2A8170723697CBEC7AEC27B541 , 0x0190BF2A817B7199A882D65FC9E791EA , 0x0190BF2A81857190983ACF9C6984D7FD , 0x0190BF2A818F73808EC8DDE487F7D1CF , 0x0190BF2A81A370838567369232E60390 , 0x0190BF2A81AE73B0834970177EFD0715 , 0x0190BF2A81B8708D8825833E85948B05 , 0x0190BF2A81C27083935287D86B721392 , 0x0190BF2A81CC70A4A9825CA707AC1FA9 , 0x0190BF2A81D5739AA8F829A2B07BE612 , 0x0190BF2A81E67268A360FFD5D413C70E , 0x0190BF2A8221728E860BC4522CBCCFC3 , 0x0190BF2A822B72599BBF5ABAD833A9B0 , 0x0190BF2A823472B3955895656A15BE68 , 0x0190BF2A823E729AA3877D06D5209764 , 0x0190BF2A824873078FC82A397765847B , 0x0190BF2A825372E3B31DDB608DA92B85 , 0x0190BF2A825D73B68883C68E53FA0F12 , 0x0190BF2A8266716CB7978EFE7C9D3E49 , 0x0190BF2A837C7209BE38BC3027221C34 , 0x0190BF2A838771C08A33F7BBD6C05ED6 , 0x0190BF2A83937109A3C78D8DF0ECEA87 , 0x0190BF2A839D736F8B38BBD18883B0F6 , 0x0190BF2A83A871CEB5E6EEA553F58C8C , 0x0190BF2A83B27341AADCB84002E999DB , 0x0190BF2A83BE71669DEF80D88C6C8229 , 0x0190BF2A83C8722A894F814AC0F8ABED , 0x0190BF2A83D27216A37571AFC5339FA0 , 0x0190BF2A83DD71EA84B7F8B9E92F63FD , 0x0190BF2A83E7713C858F40651B678453 , 0x0190BF2A85107224934024D80A4CC9E9 , 0x0190BF2A8519705099D00C84705384A3 , 0x0190BF2A852371C8BAB4AF868B961084 , 0x0190BF2A852C722996F5BF8D10DE6056 , 0x0190BF2A853773ECA745C3EF0622DE94 , 0x0190BF2A854171219426B7E266564228 , 0x0190BF2A854B7014B737EF5194E0A4E3 , 0x0190BF2A864A70BB8436924D59D92C1B , 0x0190BF2A86547372B4CFF3704AF1D787 , 0x0190BF2A865D7266A66A9D35D396685A , 0x0190BF2A8667721192B050332E19599D , 0x0190BF2A8670720E92C5DECB641DA093 , 0x0190BF2A867A715B96FC6BE5A0D5F54C , 0x0190BF2A86837376B25F2DF3898A4A1C , 0x0190BF2A868D7308B6B0A0928CC2E764 , 0x0190BF2A8696723FAE8D36093789E4F6 , 0x0190BF2A869F715CAD83121E0E737F6A , 0x0190BF2A86A973D9A3B76CF2D13CA2D9 , 0x0190BF2A86B270A6978F468BB9279179 , 0x0190BF2A87B870BF95A726057AB3A600 , 0x0190BF2A87C2736597F128BA2E4858FF , 0x0190BF2A87D5706DA1D80308CE60BAF9 , 0x0190BF2A87DF71AFB080611C30682167 , 0x0190BF2A87E9730F881FEEADB3CAA021 , 0x0190BF2A87F371F6AA415C23D8597C14 , 0x0190BF2A87FC714289846EA981FB71BA , 0x0190BF2A880571DFA80BC996EA06825B , 0x0190BF2A880F72FAA55D12210433AED7 , 0x0190BF2A881873B984A7E7679096B4D2 , 0x0190BF2A8822719CAE854201FCE6C401 , 0x0190BF2A882B73A6BC7EC3AE7CF254D5 , 0x0190BF2A884E73C1A143FD00C7DDE495 , 0x0190BF2A885771EDB3A0F46291F31594 , 0x0190BF2A886073BDAD9E96995BCBDC0C , 0x0190BF2A88697130ACDE171309EFEF3B , 0x0190BF2A8873701092376DFBC40A69BF , 0x0190BF2A887E73A78A0D2EE5A936B281 , 0x0190BF2A888773B4A151E576AE8E1976 , 0x0190BF2A8890722AA4851920F3DDAE44 , 0x0190BF2A88997035821C15D45BC9C78B , 0x0190BF2A89B273388F178DAB17A80D56 , 0x0190BF2A89BD7314993032E404FB954A , 0x0190BF2A89C67271A4FE09743B608FA0 , 0x0190BF2A89DA737F86B5BA0C809909DD , 0x0190BF2A89E470E480385AA57BFCDC3B , 0x0190BF2A89EE7309A815256888449D81 , 0x0190BF2A89F8728E89C499BC9CCE7674 , 0x0190BF2A8A01729EA1F630BA6CA9DEEE , 0x0190BF2A8A0B73CEBB8FEE65AA4CAA67 , 0x0190BF2A8B197327B99487BA6D426292 , 0x0190BF2A8B237336A5FF4C593CD7E357 , 0x0190BF2A8B2D709A82080F6FAE6F5B2A , 0x0190BF2A8B3872C0939145CDB6DC9095 , 0x0190BF2A8B437330970ABEA9B9864C35 , 0x0190BF2A8B5273AEB0F69CE134F6496D , 0x0190BF2A8B6170EDAE7B285F725D3A80 , 0x0190BF2A8B717278A484D6AA885CF8AE , 0x0190BF2A8C837036B3EAE2B9A55A57CC , 0x0190BF2A8C8E7339B9EE60D8BB08BD30 , 0x0190BF2A8C9972F69BF8464E7E6501C1 , 0x0190BF2A8CA47047A89341FBDB25516C , 0x0190BF2A8CAF73CC9F614C6585363CAC , 0x0190BF2A8CB970EBBA96578E487111BF , 0x0190BF2A8DC2711496DF446D9712B2CB , 0x0190BF2A8DD1738B88377EDD2F8AAF89 , 0x0190BF2A8DDB7293BD1D2B3E0E914467 , 0x0190BF2A8DE472F199D36F9FCEA9FAE4 , 0x0190BF2A8DED7294A3BF1D4E70C35471 , 0x0190BF2A8DF673919F6E3ACDD6FBB8DE , 0x0190BF2A8DFF7242A8ABC339FCB25BD0 , 0x0190BF2A8E0872DE8097EF7EA2007A5B , 0x0190BF2A8E117047B15A02D4E20A12FF , 0x0190BF2A8E1A736D9CA912BC95CF3E07 , 0x0190BF2A8E24731A9B1BBCCA9B394598 , 0x0190BF2A8E2E73A0AE591791AB8F2329 , 0x0190BF2A8E5A70F7BE182B0779AE22BF , 0x0190BF2A8E7F730FBF994FD12DBDE16F , 0x0190BF2A8E8A7221AB043BEA70E27C0C , 0x0190BF2A8E9D73CBB1085B6A1F4D2635 , 0x0190BF2A8EA8714F8F4906E815748AF7 , 0x0190BF2A8EB170B2AF534E516ADF8A40 , 0x0190BF2A8EBB70B98336795956D4792F , 0x0190BF2A8ED773818C5E632827F27D6D , 0x0190BF2A8EE9736EB6C322AA364D8CE7 , 0x0190BF2A8F2671DC9223C4E1557A22A8 , 0x0190BF2A8F30729DA6C526106FE7EF9A , 0x0190BF2A8F3A7221A1DDF5B2EE91E128 , 0x0190BF2A8F4B70B2B677D6628EF262D7 , 0x0190BF2A8F547145AB85B919206DE044 , 0x0190BF2A8F5E7251B6D61704FD3123F6 , 0x0190BF2A8F6971729E5D05706C784E16 , 0x0190BF2A8F747186B2B7A836DD4C796D , 0x0190BF2A8F7E703F875F30254726C15E , 0x0190BF2A909A7213B3E68BB7C1C47AFA , 0x0190BF2A90A57027B76A7DD8FE051E77 , 0x0190BF2A90AE701BB1BCBE3D745BAE24 , 0x0190BF2A90B971D1A977C50EE8F3078F , 0x0190BF2A90C37095B7A73EC2E7E3E5C3 , 0x0190BF2A90CC7300A1A49C1D7C201E2F , 0x0190BF2A91C2722B9192EEBF3D1FB875 , 0x0190BF2A91CC7251901006F09BE4F9E1 , 0x0190BF2A91D6724196BB77DA1ABE65EF , 0x0190BF2A91E071A08FF5DD3C91987C29 , 0x0190BF2A91E970E7B936F21961561E05 , 0x0190BF2A91F271DC94FC5A7E72C49A20 , 0x0190BF2A91FC72C28F6A37CB614CC4F7 , 0x0190BF2A9205706D90BA47BCC2839BC0 , 0x0190BF2A920F7391994783210E83E3AF , 0x0190BF2A921872E2889B1E70FAC35723 , 0x0190BF2A922271FAAF262BFC7B552917 , 0x0190BF2A922B703DBDAA9F865AA9181E , 0x0190BF2A923570E1B8575320DE62F679 , 0x0190BF2A923E739E816F50BE547006F3 , 0x0190BF2A939A71B2A166C4B09A369D63 , 0x0190BF2A93A5733B914B0AD21E41ACEC , 0x0190BF2A93AF70EDA4B1EDECE8D837C0 , 0x0190BF2A93BA722F806E32E6A6C1A1DC , 0x0190BF2A93CE714D8F1DD041EEB2BD34 , 0x0190BF2A93DB72EF90020B7C7907C8D3 , 0x0190BF2A93F57110A65ADF0FAAE2C941 , 0x0190BF2A94007184866B018BA99FF1CB , 0x0190BF2A940A72A2880AA2CC7AE53DF3 , 0x0190BF2A941472AA855E073156988CD0 , 0x0190BF2A941F73F484A52C5FE7181BBF , 0x0190BF2A94297358877FB242B16D0A64 , 0x0190BF2A94367300BDCE6CA4843A0798 , 0x0190BF2A94407161BD3A0D7B471510FB , 0x0190BF2A9553738C87B00D8948A05E78 , 0x0190BF2A955E733EA58044620437C6AB , 0x0190BF2A95687320B1075D672529E300 , 0x0190BF2A9B2B7297A776E68F6261C01E , 0x0190BF2A9B5B7043B94928A5A6AE13C5 , 0x0190BF2A9B6F7085948EBCBEC0BC17CD , 0x0190BF2A9B79717BBC7ECEE772A21273 , 0x0190BF2A9B847120B213533DDB650E75 , 0x0190BF2A9B8E70D98659707F1356890A , 0x0190BF2A9B9770B18245E1F1D78A01EE , 0x0190BF2A9C9E73888ECC6BB48EC5D1C4 , 0x0190BF2A9CA973DAADF9CD98B3C16036 , 0x0190BF2A9CB37200AA45F1785D287FF6 , 0x0190BF2A9CBD7261B088F08CD2DCDCC6 , 0x0190BF2A9CC770E8B8C7E50049B1944F , 0x0190BF2A9CD0716EAAA1B7AE52AC10EC , 0x0190BF2A9DE5711383BDECBA5D06F04D , 0x0190BF2A9DEF737E9540D47B1E20E6E8 , 0x0190BF2A9DF9726DAAF51812DEA7748C , 0x0190BF2A9E03702AB79E1DCC7AE4B711 , 0x0190BF2A9E0C72ADA44E4125E085EAC9 , 0x0190BF2A9F1671708AC4A2ABF789294F , 0x0190BF2A9F2171D48BE4AB7077924947 , 0x0190BF2A9F457045A9A6534850E1EC38 , 0x0190BF2A9F50715DACCE7CB0512EC914 , 0x0190BF2A9F7372B88DE59B9E8DAD2F68 , 0x0190BF2A9F7E70E095857B4B7DA44165 , 0x0190BF2A9F8973D980FC107DA6E9A031 , 0x0190BF2A9F9373818142BA7136EC86CA , 0x0190BF2A9F9E7112B5B4675F31B32852 , 0x0190BF2A9FD872B3A7622C0F1BB4DC7E , 0x0190BF2A9FE37081B05B2867402FBB03 , 0x0190BF2A9FED723390251A1BC675675D , 0x0190BF2A9FF97071A00E8B537A5128F9 , 0x0190BF2AA0047036BAC606BE5E4CEA7D , 0x0190BF2AA00F72A0B368B0C380B17922 , 0x0190BF2AA01B728D8052E9E1623B086B , 0x0190BF2AA025705597C2F53BC8331FFA , 0x0190BF2AA0307317A9DCAA8912E63A36 , 0x0190BF2AA03B722EA08C2C8D351C82B0 , 0x0190BF2AA0467036A0B622A214FDD279 , 0x0190BF2AA05272B98A2243AD601569C8 , 0x0190BF2AA17973498AAEE040659397C0 , 0x0190BF2AA1837124AF646BB0A8F0E80F , 0x0190BF2AA18E738A89404867F071F98A , 0x0190BF2AA19971BE9748ED13AAD94467 , 0x0190BF2AA1A473EC843463F0FE35EE54 , 0x0190BF2AA1AE7339A2E610CACD5F89E1 , 0x0190BF2AA2AD73DAB66F2EE293D43AC9 , 0x0190BF2AA2B87271A7AD3552F5AD0D4D , 0x0190BF2AA2C2719A9386D03B48739C05 , 0x0190BF2AA2CC7161A074F27AB1B4BFA9 , 0x0190BF2AA2D672D9A788E57AD9DA2F46 , 0x0190BF2AA2E073759C3AFD7F2EE11609 , 0x0190BF2AA2EB739092F95CE62AB1F7FB , 0x0190BF2AA2F573FBB7598DC3C8EA4505 , 0x0190BF2AA2FF73A491D038D4584CBD32 , 0x0190BF2AA30A7290A7D8D285EE68A100 , 0x0190BF2AA41D73ADA41D03EC15582453 , 0x0190BF2AA428710287FC18286A38D2D7 , 0x0190BF2AA43C723FA6CB7CDF2FD8F47B , 0x0190BF2AA4467332A62F1708B280B4E6 , 0x0190BF2AA45173AD9C67DF874E9A8AA9 , 0x0190BF2AA45B730FB431C059766FDAD4 , 0x0190BF2AA4677069905CD8B38932D28B , 0x0190BF2AA471705289E3B37C031B985F , 0x0190BF2AA47C712EADFA91A6BFA04DEA , 0x0190BF2AA59670C5A2E6CD2F006A5AEE , 0x0190BF2AA5A9734AA5A5BE67637ED0CB , 0x0190BF2AA5B4732EB67F13A99B9D1FE0 , 0x0190BF2AA5BF7143A6CDBD067548DD6F , 0x0190BF2AA5CA70ACA0C49489B2C76B91 , 0x0190BF2AA5D571EB89C7A1DD30DF952D , 0x0190BF2AA5E0720BA2246E49AEBF932F , 0x0190BF2AA5EB702CA3AA25D515A062D1 , 0x0190BF2AA6097315AA9FC6B9B836D017 , 0x0190BF2AA61571A4AC4F1BC615E0CFED , 0x0190BF2AA62071258A6F4E9FE5F44235 , 0x0190BF2AA62B72259D5FB559C91BCCFA , 0x0190BF2AA63573598DF84C25F3B7CEE9 , 0x0190BF2AA640720ABDDC63E54E11CA01 , 0x0190BF2AA74673CCA7C54E18A1AD0687 , 0x0190BF2AA75171879A3B5899227DD54F , 0x0190BF2AA75D71589479B23F3E84D62A , 0x0190BF2AA7687049BA7DCBD9649C3B03 , 0x0190BF2AA772705D8A1CE0704E79B6B4 , 0x0190BF2AA77D734EBD27980B7DB7804E , 0x0190BF2AA788725DBF48BF171128B3F9 , 0x0190BF2AA793723A8B775186E00125A1 , 0x0190BF2AA8D573EA9F34ABCB33B64052 , 0x0190BF2AA8E071EA8D1B49DCFED8068B , 0x0190BF2AA8EB737CB9BE98A62C37944D , 0x0190BF2AA8F67389A3A30F3DD5456DD0 , 0x0190BF2AA9037348966EC601C77749AF , 0x0190BF2AA90E7058B60D3150F3F0788B , 0x0190BF2AA91C718DA0E44FCC97036CE1 , 0x0190BF2AA9277340AAFC5CCF43EDF711 , 0x0190BF2AA93271FAA614C318A5F88272 , 0x0190BF2AA93C736A94369FE0448965C5 , 0x0190BF2AAA71700886A46F007ABF60D9 , 0x0190BF2AAA7C72268E2B2FDF96A1A5BC , 0x0190BF2AAA8771FE96596AEA84242CBF , 0x0190BF2ACD3C71449F220017A6B92B0B , 0x0190BF2ACD467266BB75A548BFEC1BC3 , 0x0190BF2ACD5173B3BF1E373A66EEF2D9 , 0x0190BF2ACEA370DC8DEE27081A7B310B , 0x0190BF2ACEB17039A81325017AA90BB4 , 0x0190BF2ACEC270D5AA3A423C2307FD42 , 0x0190BF2ACEDD710B98051B0B8FD42348 , 0x0190BF2ACEE8722C8F4F355C4B23411B , 0x0190BF2ACFFA733EAD578C13A271F600 , 0x0190BF2AD00671A49428B20828A2FC05 , 0x0190BF2AD01272F89EB5EB72439F216A , 0x0190BF2AD01D719DA7397BD1EF9E542B , 0x0190BF2AD028706C95575BE12270801F , 0x0190BF2AD032702E9A2219DE21A2C6C7 , 0x0190BF2AD146701194BA281BFE26653F , 0x0190BF2AD15770838D1F6F3C179A5C2D , 0x0190BF2AD16770B59691D78EF0AEA5AE , 0x0190BF2AD1857101B0EB50A02F91C15D , 0x0190BF2AD190702192B729287C1F8B4E , 0x0190BF2AD19B72A1A91A6F00BD27372A , 0x0190BF2AD1A7736EA0A785A87393DF91 , 0x0190BF2AD2B3713AB71915B68C6EF4B8 , 0x0190BF2AD2BE720E93BC3014C44C29D0 , 0x0190BF2AD2C97130AE33415D0E31B1D4 , 0x0190BF2AD2D47083850F17E8F1C631AD , 0x0190BF2AD2E1728899139AF67223E7A1 , 0x0190BF2AD2EC7006B1B76FBFC8AF199C , 0x0190BF2AD2F772E79920AE639BC4CEB9 , 0x0190BF2AD301734BB5EDAB768BC0319A , 0x0190BF2AD44B7129ABFF1F7479F6A4CE , 0x0190BF2AD458737489AD63A187270CF7 , 0x0190BF2AD46473C491CE84C6A9A3E4F2 , 0x0190BF2AD46F70B8B1D58E69F9030E55 , 0x0190BF2AD47B700C9ED7EC5685D41388 , 0x0190BF2AD48673C6ACD9AF8271B394DE , 0x0190BF2AD49273B3AE29E84A3C3A3B5A , 0x0190BF2AD49F731C9DC4A78AC64AA04E , 0x0190BF2AD5C2716886920487B76E86D8 , 0x0190BF2AD5CE717EB5D22D8B3C1E4C10 , 0x0190BF2AD5D971B7A7F364E5CFC6F6BA , 0x0190BF2AD5E470B1B19586B087729083 , 0x0190BF2AD5F370DD949C57678871B0B0 , 0x0190BF2AD5FD7358B83B4CA48FB8E640 , 0x0190BF2AD607719DB7720F7E9ED4FB54 , 0x0190BF2AD73870FD8E89ADAD17605270 , 0x0190BF2AD74773F699D4C95CAB895DDE , 0x0190BF2AD755731180FCD5125E0D0832 , 0x0190BF2AD76271ACB5D7ED1477B11D00 , 0x0190BF2AD76D733AA160A08DBD066D26 , 0x0190BF2AD77872ACBF6692014911B9F9 , 0x0190BF2AD876729687AEB0DBE9050498 , 0x0190BF2AD880731F8C28D76369C386AA , 0x0190BF2AD88A715093DA95CA9DEF8D67 , 0x0190BF2AD89470759EEB8B0C0D28812D , 0x0190BF2AD89E71F1B6A70C00D0C566C4 , 0x0190BF2AD8A871149C1068A7AC876F43 , 0x0190BF2AD9AB7132B49EAD7A90541D4E , 0x0190BF2AD9B6732C97BBAE1B28E0C31B , 0x0190BF2AD9C172E9A1738A3EF63C40E9 , 0x0190BF2AD9CC712A9F06C9D0ACD02F98 , 0x0190BF2AD9D67117BA0EF1AA73A7EF42 , 0x0190BF2AD9E1737AB50A2FC4BD3394D0 , 0x0190BF2ADB0F73399EE9D6F5008ECE4A , 0x0190BF2ADB1C713687554431D8845FC0 , 0x0190BF2ADB287323B710C8E5D7B5E3CE , 0x0190BF2ADB3570DE9909013430B299AF , 0x0190BF2ADB4471A4A97ED3E6583EC0E0 , 0x0190BF2ADB5071F3AEDB2B312BCD1667 , 0x0190BF2ADC69735FAE36CBDCA8FD4618 , 0x0190BF2ADC7471628B35472B9C371E01 , 0x0190BF2ADC7F70BEB93CFB3937BEFA0B , 0x0190BF2ADC9673BF9977D85DB6F7A982 , 0x0190BF2ADCA173F6B647E014FF1375A8 , 0x0190BF2ADDC373208E90CE422C746A67 , 0x0190BF2ADDCE70F6A60B3D3A2F8A4B9A , 0x0190BF2ADDDA73A3B505C747AC8353A1 , 0x0190BF2ADDF571ECA7298D63F5BF0087 , 0x0190BF2ADE0872BF951EB70B339553AC , 0x0190BF2ADE1A7003A94CACC8A89CF590 , 0x0190BF2AE03171579D665904D512E1EC , 0x0190BF2AE040718CAD8F3499798FB552 , 0x0190BF2AE04D708FAE1D9E9FD6675423 , 0x0190BF2AE05D71ADA0B6BB02B760CC2C , 0x0190BF2AE06A717390F97278D0A699B9 , 0x0190BF2AE1BC72D282D862FF469EA61F , 0x0190BF2AE1D4712FB917D56A7A728B1E , 0x0190BF2AE1DE727EA2D0EA6379E68D3E , 0x0190BF2AE1E97176BAE0DCEA55A44787 , 0x0190BF2AE1F4728BA669E62892085D29 , 0x0190BF2AE2107121B0BF8DBD1BBA1BF9 , 0x0190BF2AE21A71B7ABD9580764D310CE , 0x0190BF2AE22573F1BF1DA85477B3746F , 0x0190BF2AE22F717FB9D76C8684106D42 , 0x0190BF2AE23973F3AEE3ABB46731A264 , 0x0190BF2AE244716A9160422067888B9A , 0x0190BF2AE34470398707F7E1FA1B348C , 0x0190BF2AE34F7339B8AA20F90DD51708 , 0x0190BF2AE35A72E1BEBF42647936036A , 0x0190BF2AE36570D0964484395E71B20B , 0x0190BF2AE37372419B576040689FB02E , 0x0190BF2AE382719BA2BBE5DB7A58F87D , 0x0190BF2AE49C72C2B9968666385B5FB3 , 0x0190BF2AE4A770328584F0054D746B0A , 0x0190BF2AE4C673259966A342E8C839DD , 0x0190BF2AE4D17347B7B502B50FE21E21 , 0x0190BF2AE4DC72DCBCB23B2DA27D96CE , 0x0190BF2AE4E8711DA7BD93CE4A576DC1 , 0x0190BF2AE4F3727587CAE257910982E6 , 0x0190BF2AE4FF71BA82BAC2B94DA4B508 , 0x0190BF2AE6E0731BB75F30E4AC9575BD , 0x0190BF2AE6EC71D78E6D0B670DF117A2 , 0x0190BF2AE6F87308B63E4B81A995C467 , 0x0190BF2AE70370F28B316AEBBFF9C555 , 0x0190BF2AE7187019B7AB6FF7A39650DA , 0x0190BF2AE72473D4864A78B88F546403 , 0x0190BF2AE72E71F1B3A9493EE8B7C298 , 0x0190BF2AE8357280878FC146F120AC51 , 0x0190BF2AE8417023B4E5B4622B869E03 , 0x0190BF2AE84C72948435484A195BBA70 , 0x0190BF2AE85770988EE7DD41E82E51D5 , 0x0190BF2AE86273E2A4D8765B1552DAC5 , 0x0190BF2AE86C70379DF7E1C99FCE27BC , 0x0190BF2AE97973A59EF82D036434D6C1 , 0x0190BF2AE9847173B76FC9ABD0471FAA , 0x0190BF2AE99A70238813D776C256D4D2 , 0x0190BF2AE9A573B7A415F5EFE63974A3 , 0x0190BF2AE9B173A58F7DA8E9D49B2FDC , 0x0190BF2AEABD718A8828EA4C87E4F22B , 0x0190BF2AEAD67041B8A311AC9BC81DBA , 0x0190BF2AEAE1729BB92A31349C6C5A33 , 0x0190BF2AEAED71A680D9DFAAAEF503CD , 0x0190BF2AEAF8721188C090D7AD30285B , 0x0190BF2AEC1272DE89D0E59B34D7A35B , 0x0190BF2AEC1E71169CBDDE8B18CE3168 , 0x0190BF2AEC2B713482C44EEB20FA4BA4 , 0x0190BF2AEC3772C197A05F97122A7995 , 0x0190BF2AEC4173179C1CC476B4A161B8 , 0x0190BF2AEC4C731DB752AEE6BEF0C492 , 0x0190BF2AED5071E2B2021D114A9F8160 , 0x0190BF2AED5B7193B2B059E300C1CA02 , 0x0190BF2AED6672B2B72259D0AB3FDA3B , 0x0190BF2AED7371FA925FD482E974E97E , 0x0190BF2AED7E70FAA1C201AB6885D9C9 , 0x0190BF2AED89712CB5381D0D61FCC2C3 , 0x0190BF2AEE9072399773E9A70C32EEB3 , 0x0190BF2AEE9B716DA785EF484DD49CF6 , 0x0190BF2AEEA671168E85A14311989608 , 0x0190BF2AEEB1739195AEF9F0FFB31EF7 , 0x0190BF2AEEBD737C8F8E76C6683F1CA9 , 0x0190BF2AEEC87001982CF22B69EE5BAB , 0x0190BF2AEED371158A4D1E0C97C0BBDB , 0x0190BF2AEFE0717EB942DDB6BF1EF370 , 0x0190BF2AEFEB70A19BC4E0EA1A886955 , 0x0190BF2AF01670F9BE95000C3E4719B0 , 0x0190BF2AF021732A918E3B91CF6F0AA2 , 0x0190BF2AF02C7183BF6BEAA0904F52F3 , 0x0190BF2AF13F738FA16E25E02EF6A788 , 0x0190BF2AF14B725FA2D8855C7F39CFA8 , 0x0190BF2AF157724FA7350BFC1C17517A , 0x0190BF2AF16371A49D8E1E7680FEA81F , 0x0190BF2AF16F737D9AD4BEB9F9090AB2 , 0x0190BF2AF17C70418EB141BFF9784B71 , 0x0190BF2AF18872F8927864E339F05FDD , 0x0190BF2AF2B171839E1EEDE45BD2FDEB , 0x0190BF2AF2BD702184ACC8BEE28BC38E , 0x0190BF2AF2C9738198D76080A902BE9A , 0x0190BF2AF2D5702E8D6F069DAE6B315D , 0x0190BF2AF2E0716F93CA4738957DEB6D , 0x0190BF2AF2F172DF85AA456EC2CB2BF3 , 0x0190BF2AF3047377AF772B88105E1ACA , 0x0190BF2AF31671FFBC4EB96798487D1A , 0x0190BF2AF3287041B259F86CFC0AC496 , 0x0190BF2AF339714F87E503C05DB6EBB0 , 0x0190BF2AF48670488C555454E0D6D080 , 0x0190BF2AF4937133923C35CEA22F3174 , 0x0190BF2AF49E736DA1FEA74B4DB000AE , 0x0190BF2AF4A8726D95666E10D4C6D0FD , 0x0190BF2AF4B37211932CFB9CD846113B , 0x0190BF2AF4BE73F9910C2C4037E91645 , 0x0190BF2AF5D672D9920CC8CBD72CE430 , 0x0190BF2AF5E170B9B0D3513AA36EDE5E , 0x0190BF2AF5EB72778B158803DE75F633 , 0x0190BF2AF5F5722C8C7DE60C604FEFE8 , 0x0190BF2AF5FF71C881A99AC1815975AD , 0x0190BF2AF60A734BB09BE6947177451D , 0x0190BF2AF702734DAE83CC02481397DA , 0x0190BF2AF70D715C9C78DFF4031800B6 , 0x0190BF2AF7187207A5D4DF5C2A1946E0 , 0x0190BF2AF72472C993C6CA41F8AEADA0 , 0x0190BF2AF731736E982B2A791C1985A7 , 0x0190BF2AF73C73258E72A90D94017592 , 0x0190BF2AF74873998C793FED99B2721A , 0x0190BF2AF754712CAF83DA416799324E , 0x0190BF2AF75F72F29EBEAB4230B675C2 , 0x0190BF2AF88172DF83A00980252729F7 , 0x0190BF2AF88D71E68250B5790CE827CD , 0x0190BF2AF89870D7A6C86081314239FB , 0x0190BF2AF8A471078549562E56DC0696 , 0x0190BF2AF8AF704A9371096B00EE5D20 , 0x0190BF2AF8BB719B8CAF574B0EF60C33 , 0x0190BF2AF9B572DF95BE174209F63AB4 , 0x0190BF2AF9C0735298ABE231E32F8707 , 0x0190BF2B94B87266A545EECD04EE9B33 , 0x0190BF2BCCE2720CBC2952C298BB7BFC , 0x0190BF2BCD1A71AABBB3DC4A56AE09D7 , 0x0190BF2BCD28717892CBA26DD7CE4F0F , 0x0190BF2BCD3670029FA5D423752E4612 , 0x0190BF2BCD447317A5EBD1C63AEEA4C7 , 0x0190BF2BCD517226A556A34EDC9BDA97 , 0x0190BF2BCD5F720482EAE51D291D86D5 , 0x0190BF2BCD6D70D5A2E220C7318BD233 , 0x0190BF2BCD7A719FA93A6F16CD23D63F , 0x0190BF2BCD86723A80CDEEE3AF398CAA , 0x0190BF2BCD92739DB6975A48D5565628 , 0x0190BF2BCD9F72B290053216CA3B138B , 0x0190BF2BCDAC71688A14F9726452BAA1 , 0x0190BF2BCDB970B397D0D726CF53E5D7 , 0x0190BF2BCDC67390BDE76F6B71E78CF5 , 0x0190BF2BCDD7711E8431562D131AA248 , 0x0190BF2BCE4870C6805721D84DB6CA15 , 0x0190BF2BCE6E73B5960BB6326065A7CD , 0x0190BF2BCE91719387EE89548061DDD9 , 0x0190BF2BCED1703D8A034F4EEE9C8A6F , 0x0190BF2BCEF37006B16E9330744686AA , 0x0190BF2BCF157248A119D8F4D84D9527 , 0x0190BF2BCF3A73BD9FAEBD146065EFA6 , 0x0190BF2BCF4970B8A22D588B510C5A49 , 0x0190BF2BCF5670BD81E3BF55293EF5E7 , 0x0190BF2BCF6370878A4272B0AFB3CE2D , 0x0190BF2BCF7372959DBFF8F3A4459C67 , 0x0190BF2BCF8373E2936B4C4DCE36FFFB , 0x0190BF2BCF8F73B7A0EB994ADBA19186 , 0x0190BF2BCFE17040ADD5C4F72C7F3FE4 , 0x0190BF2BCFF1735D87DAC16EF78B9F4C , 0x0190BF2BCFFF7034A12913480D59E355 , 0x0190BF2BD00D717E96FCC982E77C5915 , 0x0190BF2BD01A7277895A0F5735FD711A , 0x0190BF2BD02773FEAB4017FB3313B2E9 , 0x0190BF2BD03471F1AB92B7367A799D9D , 0x0190BF2BD07770B48BA1B2F17DF7BCE3 , 0x0190BF2BD08473F187E313C45D6DE00D , 0x0190BF2BD0A8713799248BF746F39F55 , 0x0190BF2BD0B47339AB1E6C6F3D20C2D5 , 0x0190BF2BD0C170429A8B62DDED332BAE , 0x0190BF2BD0D17002A810C15243EA2934 , 0x0190BF2BD0DE73259EF3E3CA90357C47 , 0x0190BF2BD0F3739DADDE8F2A29509EC5 , 0x0190BF2BD103710097F4E30CA2D45EB4 , 0x0190BF2BD11272499B61A14D33599F5C , 0x0190BF2BD35A70939B624BB186455EDE , 0x0190BF2BD369728D822F686C02E20E88 , 0x0190BF2BD3777275BB452351C14547DA , 0x0190BF2BD3847243B02ADD6DD61F0A30 , 0x0190BF2BD391738EB1D43884AB0BF5F5 , 0x0190BF2BD39F7289B80E6B88D510104B , 0x0190BF2BD3AC738BBBC2F49D26042027 , 0x0190BF2BD3BB717AB6200D3115539C48 , 0x0190BF2BD3D6727F8A1866BAEFDB2885 , 0x0190BF2BD4EE7305BB95842820533CE0 , 0x0190BF2BD4FB736CAAA8AB6856B5D3AC , 0x0190BF2BD50C70A19DBB934955354B4A , 0x0190BF2BD51A73C282D945C5F9615C68 , 0x0190BF2BD527723986E0235F91FF597E , 0x0190BF2BD534724F930409B0A1FE6D2C , 0x0190BF2BD54272B4973073C54F60B222 , 0x0190BF2BD54F70BABA98B3FBA10A23F9 , 0x0190BF2BD55C71B699040F69ADAD4E7B , 0x0190BF2BD56A72E9942AC6443D1C0558 , 0x0190BF2BD57773EE884C081D230275AB , 0x0190BF2BD5847080A9E0659D1B57A6CE , 0x0190BF2BD592736A8AE64DFAF898262B , 0x0190BF2BD59F701CB46557B61C0D7243 , 0x0190BF2BD5AE735E98E1007C0B393E1F , 0x0190BF2BD5BB706DA5C009409BD913DC , 0x0190BF2BD5C77115BBBAD8246E20D54C , 0x0190BF2BD5D5702BA3F5FAC58EF6209C , 0x0190BF2BD5E2705C88CC8FF625B1FF72 , 0x0190BF2BD5EE7178B7954417015975F9 , 0x0190BF2BD5FB72C7A0221FAF047478AE , 0x0190BF2BD61570A5A9D8751323FD3D91 , 0x0190BF2BD7617307AD18529C106EFCCF , 0x0190BF2BD76F7129A1E0030A28A431FC , 0x0190BF2BD77B7128AC2FA37993218535 , 0x0190BF2BD788733DB10DC503D5793443 , 0x0190BF2BD7977387B6579559A31D614F , 0x0190BF2BD7A473A09BE6E3E8D8CFF021 , 0x0190BF2BD7B0713EA1AAFAA990FA57C5 , 0x0190BF2BD7BD716FA5F6A6537B3F8EEF , 0x0190BF2BD7FC72F9A83E3F626E120FFA , 0x0190BF2BD90A715C85A260A2C2BD8464 , 0x0190BF2BD91771BA931E61F81D1A4C40 , 0x0190BF2BD94670588106FE3768107C70 , 0x0190BF2BD95373919C3E7634D95E9709 , 0x0190BF2BD96072CE842DCCDD8DB01A3C , 0x0190BF2BD96D7334927C27BE17A0CB9E , 0x0190BF2BD98672C395C624DC02185D2C , 0x0190BF2BD9AF71E68F93C056567DC6A3 , 0x0190BF2BD9BC71738BD6615E385FD3AB , 0x0190BF2BD9CA70C69A2A83F11EA8BB90 , 0x0190BF2BD9D771E1A18255D6449B270F , 0x0190BF2BD9E570B584F764CBD7641EBD , 0x0190BF2BD9F5735694D0C61D0F997826 , 0x0190BF2BDA037360A238410265DAED55 , 0x0190BF2BDA1172DBA0E325236AA64529 , 0x0190BF2BDA557130B1E3FE0B04DCCBC9 , 0x0190BF2BDA6372998F4722B543410B03 , 0x0190BF2BDA71709F965C64EA4DD6DDE7 , 0x0190BF2BDA7F70C3BAD7971DD1385063 , 0x0190BF2BDA8D725A91AED45613ADA56D , 0x0190BF2BDA9A7294AFAFE3E4DCE61901 , 0x0190BF2BDAA8730D829E3BC690FD5450 , 0x0190BF2BDAB672C6A355C1837DFA65E2 , 0x0190BF2BDAC470F499A111D3AE8CFEF6 , 0x0190BF2BDAD17058A68FC0BFA29064D5 , 0x0190BF2BDAEC71EA9AC38880A282DCE8 , 0x0190BF2BDAF873128C7995734B697B8B , 0x0190BF2BDB0573888FDD8F4FF7EDB208 , 0x0190BF2BDB1E7148ABCA70057D2A0230 , 0x0190BF2BDB2A72BDAC2137DA3A3E02DA , 0x0190DCA06776715A99E9A98C5ABD799D , 0x0190DCA067C07043A637DC8388E1A180 , 0x0190DCA0680A706B8644161AD1DE9E8E , 0x0190DCA068557258B0ABA3EE85EC020E , 0x0190DCA068A17371AE6AE94ED4004D58 , 0x0190DCA068EC72E0996514AB0518EA7E , 0x0190DCA0693670D6AEE1EB0EB7C72A5C , 0x0190DCA0698270A6A849B46D398B21C1 , 0x0190DCA06B4E70F7B72B2DFF15B3CD52 , 0x0190DCA06B99706A80FD937FB2FB0C36 , 0x0191BB5A082473B6B4751064DFD5678A , 0x019228B759407F57880DE026C11C0152 , 0x019238187F8F77B2BB67AC41E3A5B432 , 0x01923818C3747962B2C625CBA80AA3C0 , 0x019238191893745DBFCA5D1E6E90BA38 , 0x019248C927397EFEA1693DCBCB704930 , 0x019248C9569E73BA97DCEFB60DFD321B , 0x0195B4E99DFC73B08A28986DAD288FD5 , 0x0195B4E99FCE71A5B9F606FB316E4A4C , 0x0195B4E99FDD71A487751BFB139512AC , 0x0195B4E9A03A71299EE6828E73312CD0 , 0x0195B4E9A049729FB49F8B40309518B3 , 0x0195B4E9A05771CFB08E7282BAA03F67 , 0x01BC05F75B8D407992BD3BFAAB258CB2 , 0x01EBD997F04D408EA5B3626C543B5817 , 0x02961D823E81449A8C51C0CA109EA504 , 0x02F2B063B91045809724D45607FFC9AA , 0x032DEE76C7574F73B2ED7980E534A86A , 0x032F7435816E46C0A38C2B4AE0D9028F , 0x034C6A0E9DF64CDBA5BAA2A099DC0FEB , 0x0361211C77DC476FBC87FCDA47879C7C , 0x03BE1B1977A540F7BC6CBDD281E6EC07 , 0x044FE4EC5B1A44BDAAF50D17E4D239FB , 0x04F49872DEC34F5B8D2D3EA8CC0FE3E1 , 0x0547F7ED419149B892D0731007C4A602 , 0x05915A31EF614A839DD4F0D3F60706AB , 0x05E4F7568F284368828D633DD22C8AE2 , 0x05F87578895B4F8B8FFFEA1EB9054049 , 0x06D59DCA41F849B09C3CD56867F8EB7F , 0x07968F453C744456916CB373C0F28908 , 0x085A7FF6488C41E58F8CFCE952636443 , 0x0A033CED9CC0418FB28DE482F71ECF55 , 0x0A6966D855454B0783AA521775E8EED9 , 0x0A726D3BF56D45AFA1CF5AFAB0468D99 , 0x0ADDFBF5F464425D82E2C9E25865911E , 0x0AEA9A58272B42C79F2F00D3F1F37F8D , 0x0B6ADBDE43E84F76B7F8291B9A392AC0 , 0x0C6696BBF79D44218A13A858FC912378 , 0x0C83774A26F445E3887580AA054D097D , 0x0C9D4BAEFCB3474FBD59716C4630DFFB , 0x0CA9AA2D5CD0407DAA5E46FDAF25480D , 0x0CF66E657FFA4C708D0838592CA5FD13 , 0x0D83F6534F624288935CE8047892A195 , 0x0D983DE00F0A4FB293019D0D366BE1E8 , 0x0DA16C7E9B1D4EC29905D636D807AEA9 , 0x0DDB4FE7ED2D4498826A4757DA978E46 , 0x0DDB9A4928754484B3C8B57C6FBBD20F , 0x0E58142386C64E99B53D338D4E19CAA6 , 0x0F37809C655340F1BC4B698A924A590F , 0x0F5F9B2105B844648B32BEC49C2089C5 , 0x10A5C7D4B15448B9BF90728219A61AC8 , 0x111F5624804B438896AB709EE124278A , 0x1139ECE06E364007B77BF81073380471 , 0x116DCE3762A54BC1A91D1B49BC821A1D , 0x1174D7E2895B4BE496994063A45C8B01 , 0x11B0ABEC153048319A0DEC32ED9E5663 , 0x11EF9DF343B6441D9FB616A34DB1F082 , 0x1339EB6AF78D425585CAC9046C4E66E4 , 0x141AA7C4A2314C89989C7DE752B01A8F , 0x1434D60978D742B8A8ABFB659F796072 , 0x144B10FD875F4BBF85753C7AC91EA946 , 0x145D1AB7C8704503ACDE80D1C476FC41 , 0x14BC6F56555249B989F748E1EDA240DA , 0x154ED7C6A2E14ED7A1FF381CC111C096 , 0x15B28D280F9D49BB80D5ED5C8BC0334A , 0x1654EDBC7D7C4DBF808E7AF656C421BB , 0x16B3D555537E4C108DA634995D21A062 , 0x174DEE10306446B4A5D232A0B3137894 , 0x17D08C63F7FA436EB906FEE6489CE9E6 , 0x188D2706B2F8453DA1B96E18EE4ADBD2 , 0x19110DECCCE848B5B17D46DDF0B0CF4E , 0x19321FE477CF4E1E968D5BF0F1808294 , 0x19692A3B30B3410E80C205C195A42106 , 0x1A8BC3BE1E224C408637376C58AE5D2A , 0x1BBDAC1200224913B4328F55284FF7F6 , 0x1C3F3760D9444E49BAF3F6185A2CF1D4 , 0x1C4EA9FB7B0E43D49F42A4AA919BBB07 , 0x1C6594A1790E4239A73C73C0BD2A53F6 , 0x1C65CC28053E45C791C7DF5BAF9C6ADE , 0x1C856852DEF24482A978066246519EFE , 0x1CB906115F814BD49D3C2882663D2687 , 0x1CBAEF48D6DD4C10AF2ABE30CDFB0B0D , 0x1CDB02DCAF934AC49FC6C21A69DEEF6E , 0x1D5EE0924FB24E4887EF3BB2913BD0D8 , 0x1DA89A6CA61A49838C4A488DA86806E6 , 0x1E2DB905E9194184B994741D51C8CC1E , 0x1E8330BFEF004F75BBF2EFB22FCCFC30 , 0x1EAAD7CDDDB042DD9C223CD1E341C5EE , 0x1F1C64877D284615B36FDA15D074A044 , 0x1F550E4654E14AA3B65B691D8CB8DBBE , 0x20013C0D071747A39926189E2978176A , 0x202E7FB5FE0C468D943C58AA15EC0AC5 , 0x20D74F9767184229A12DAF1E89D8BB25 , 0x21418D98F96B4E7190E2CF190A778F0F , 0x216F68B09F42469298FAE191FDC34FA9 , 0x2257764C93C94408A9D6724813A80D84 , 0x231905AAA8964F7FAB8F7B9112169E6F , 0x2344DD25F454430DA0ADB14FA5FA4D56 , 0x23A011B5CA7C4188A11A4F6C61923A31 , 0x23E21E80C1A843669D756FBD1685850E , 0x24A1A74877CB4C1CAA6227E6F1C1737F , 0x2507876AC5C74686BDCFBBD7F975534A , 0x25EB50E8956D4D89A2170758B6C13F63 , 0x26342178C0B14E93BC89437E60CA212C , 0x26709AE8C25A4816AE789FDAB714BE57 , 0x26918B6A2035451C82D1A6DF84BCD3BC , 0x27BBDE367D034DFFB3DE9F217B39C13A , 0x2823A503F1964FF7BB5CDC797A66BDA9 , 0x283D264C26374943A3CD1F7B55191C8A , 0x28609D4A96EA459092745595A16C7DF7 , 0x2870AD6095B34D9FAA487F5DEA2794F2 , 0x28C6281D19504ED5ADA6CE63E90CA3B2 , 0x28D0CDCBBBAA4CCFA62F0F52B1A89539 , 0x2A2D2F990D7E4AB884A07FC1C46D0367 , 0x2A802C00023A41A682C8E6929B92C1A5 , 0x2AB718B83D824B0DA3F286F5CDA04E0B , 0x2B2B51FCFC054E0EB3B42F46133980F1 , 0x2BFD278E87204807A890DA4A3E81DD90 , 0x2C6598E5D2F241B1BB01AD685DEEB19C , 0x2CB2BA7C63124709B4A4552E3587418F , 0x2CEC6665ABC04CD5A7F67125C137191F , 0x2D812A880BA942B7B1F8BD3C3726FF34 , 0x2DD2A0CB8C0E4A7AB87DD70B21C10008 , 0x2DF1B513569B48C2A209B64BBF56851C , 0x2E254D3D706E41E5BA75C7141B02DC52 , 0x2E7BE3B997DA48A4B85B3ACB339191B5 , 0x2EC4FF15BF2846768CEA78E513800438 , 0x2F3F9225E4464771B7C6BA68233D7292 , 0x2F4253D67794488CB8B60BE8F99DE0CC , 0x2F72050F39614F22B09108F84832AFD6 , 0x2FA5EF6C091343C49F417ACE28371339 , 0x30D275AEB3B34CFCA3F62704160A7894 , 0x30D3490092654D87A4EB7C350D1E86DF , 0x30DF39A883084CA59D83C75E51B1BD66 , 0x311697B1EDE24408B433F65C41A29EF3 , 0x32032CE63C3143B78E756E3CF4B97D4D , 0x326E57D271554872BD088E897300A3B8 , 0x32F82F8238BA4200903B0FA7C6A877A5 , 0x3394655B450849779D5EB51542282519 , 0x339C3CAF56D44D40AF9C32B56AF2526F , 0x34532D797A1D4DFCBF927DB154E66E9B , 0x34D76A1500CB47E58357D62F77F09762 , 0x351CE7FA6B3C4E52B92525BF33D39FEC , 0x357F5C03D1D244C2907E8E6511A7383F , 0x361B019798D84BC69906DD85ADC61A8B , 0x3620076DCCE54CE08369DD86CC503B8B , 0x36F3229844C5455190F695D703EB4412 , 0x36FA197B21384F2B9654C0267ADCDD64 , 0x3786526A33C240FEB4AE9E57588FBA32 , 0x37AD075108AB49B9A722DA84FFBA3CD4 , 0x388926F5F7EA4BC1B0638F4C9F72A89F , 0x38B005368FD74569A11AFFC5A5F9163B , 0x39DAD54C97CA4CA78FE1116B0B48529C , 0x3A1483CCAE7E427C869E205146A315E2 , 0x3A766795C56E432798C8546DA38F1E2B , 0x3C7D7A938CF54C6F8FA89E8BCCDD4FC0 , 0x3D10B079868C46EEB114FB690D65341A , 0x3D5685535AEC445E8EE259D2AA907BEC , 0x3D81F9EC7B0143A4B5D8A7235A871B48 , 0x3E8AC740B43841ED9BDFBF5CDE53957D , 0x3EF31D3D29D3445683A8EA4AB7B75FE1 , 0x3F1161E995444F5DBB6F11EDF29B5C4A , 0x403195D84C754657A77890010C5ED05D , 0x405DD9542FAE4CB1B9357E9C48DE9EFF , 0x41E5013B67D64D3A92B7A275DA8AF441 , 0x41FF01075565443988BCC8D3F806FA82 , 0x421B18D597E6442ABAEB35F6E893ED1E , 0x42443400A56241D0959F99373997BDC6 , 0x4387DA8E46F144829E8471AFF4DD6D8A , 0x43CECB159E6149579472F0DEC59A3D60 , 0x43E664BA83754A178876AEF9B7AFF916 , 0x44733EC5D41C43ED913615EC1EDC22BC , 0x44DF8ADFF3FE4387AA7761D8A14B5182 , 0x4578804407B944F39B3C62BAFCBD447D , 0x46811D7F12E1454484BCB0F3532143A6 , 0x469EB7A8C5974F05AA02CBA99BE73BEE , 0x4776F3E919434173A098C543BB74DB4C , 0x477844203F024854B4A28FD54403416B , 0x47E2B8CBF1D6476397126935AA44DD8B , 0x47FC96DF6187413F9B85D392A4CF59F7 , 0x48414782D9DA49E28B6CC78D6ADAB84B , 0x4871DFF0DE4F4370A1B8153F2157290F , 0x4879162DCFC8419DB01176657148FBF2 , 0x48AFC17458EE46F2B1CAC3F5D98D8A75 , 0x4B1EA3C2C21D486EA32C678AF94A8C45 , 0x4B678A8098E34336BCB1712D0C3927DB , 0x4C0BE2DF72C64E6A8DF644643715F027 , 0x4C2E6A5BF4DC4B08B3C02BD41FAF01DA , 0x4C3CDE5DF5194C3D9963C230C1D2C94D , 0x4C70B61B222C424C94E1D65F32EF2432 , 0x4C8C6E398D2A4BEF82BFEE9BCFA386B8 , 0x4D5D635F2DBB4060A9D24F29C305E747 , 0x4D77E23303934854917B9A88A15451DC , 0x4DBCBF87D11942FA99AD13D4F9A587AB , 0x4DC9EA9194564EDE833F1991270049F8 , 0x4EAB35FAF7C547AB91271169AC459014 , 0x4EC07D86196D4A22BFD44DFAB02CB2A2 , 0x4F22C2B66E8E47D0BFC251A82F8875B3 , 0x500EED1B3D8C4B528E9C792DE517B0BA , 0x51581D7586E0480B801AABB5B085BDCC , 0x5188D7F3135D49A3B67CDC9F6EE65AA5 , 0x52454DB2ADF942B2AC079A296F454A10 , 0x524D85C28B5A4FBD9D567DD997AF2F56 , 0x52E66A6B32A84E9589948CC8E66666F5 , 0x53250245FBE849A1BFCF74425421578F , 0x54083EEBC6BE4ABF9A3E9028E0A5AB7B , 0x54147692CBFB43419A6D11E26CAD44DC , 0x544A3335B3404ED78A4842A5A3076B89 , 0x547A09455ECC410EA22DA99B518E979A , 0x549D6A7B365A4AD289327BB41DF14A50 , 0x54D102F9C1964F07B393F15504E2A0CB , 0x5525A440E3F04CEE828D4AB1B423306C , 0x556D28E1C6884562B7E872BD06F7B421 , 0x55A3173E8C4A49C6AA124D56FEF12E23 , 0x560F90B14B0347D994F55E07EBF52C8C , 0x5647860E1B4B4B60A3EAEC372C47CB00 , 0x56623E64DD6E4DA29BAC46D824ABE222 , 0x56DB3832E37C413CB3D2FD4874141C72 , 0x56E0264B39F34321ADE56EA6C6E53235 , 0x5805DB64F1524453B755327FFDC5ABAA , 0x587E513B39F84E0BB326939B51474E0C , 0x58D284638FB947A4B73B0FF25BA6A6F2 , 0x58E062896B814769ACE313EC7A1A7C5C , 0x5958162930404E4090359253B8A6B09F , 0x597126272BEC419FB4AB57B35588D4D7 , 0x5997D91DC0784997BDEF68DFC5A08912 , 0x59F97CFE1E7647A6860E032965ADB4DC , 0x5A272B045E124F829F79AA1CB415B5C3 , 0x5B2C4EC241724DE0A96D9FC5F38923C6 , 0x5BFDA674BE0240A486D2D696E63E7F3D , 0x5C37D1C9E40443A3A99A3E5E84432010 , 0x5D5AC841DA7D4E77973A8ACF2B7318A1 , 0x5D9F9EFF5DB04B4A8749844E4E2A1622 , 0x5DA674F0D11242DEB1C13A557FA1D2AD , 0x5DB886C97C254F8FAEB28732C799DFA4 , 0x5E643EE23FDE457CAEB79DB8714B50A1 , 0x5F10B2B85445424BB29C1EE4A8BD86C7 , 0x5F7BD97D2F2D45439A466C08074A3A56 , 0x5FDB470493634EE68A582B8DA2490317 , 0x6049EF01CB424B66B066DE33A4344BFF , 0x60726CA772BF4A7491EAA1C781763194 , 0x607B1A2D0E794C0FBA390D556A2604AE , 0x619E3B6275A84945ADD0D04F0AF2E3EA , 0x6211C6669F434670BC9550F20219B36A , 0x624A5A6F713E467E8FEDC40784C23CF0 , 0x6256B473567047579A06082F2BCE87D6 , 0x62AA57B01D624281B8A0EF7F0176D647 , 0x62BBCFD637A74317AEEC5A3A79522128 , 0x62C481E5AF9E47CE8645853E3016C43A , 0x62CC75BAA3634AE1932D22D1DF91D239 , 0x634F10A21B78401EA10D7B3AEF5FB631 , 0x63ABDACFBCE54EEE8120F246EC117858 , 0x6455478A8B4441B5A02DA16249A026BD , 0x6464F504DD464D80A64A82F7F88994CA , 0x64B104CA2D7F459B8A91B3CC305C679F , 0x64DB994344DC47149C7E051B32B2105B , 0x66C98F492E93438088383C3E595ED64E , 0x66FEBF50FF12483DA036CC284D478EDF , 0x67CD277C11DB4D1D9040B90D548ADD32 , 0x6821328F143649EC896C8764DED122EC , 0x685738F2C4E74184BB4926098DD7C73A , 0x688A1B6E83DB4C0B9E69B0052B2960EF , 0x6920304F86FC447797AEDBEE2F25A526 , 0x6924DF46256B4F81AB8C182327859ADA , 0x69A76278E3424AE3B055EDC2326B294F , 0x69E6B524E18B4AFCB39BB8CE7D5C115C , 0x6A57C5A6662447AEB8DD8F946305BDC0 , 0x6A8CD0E0B4CC4AACBE15120A8C6BD280 , 0x6A9FFBC657144A0A94FB4B01393FC199 , 0x6AAE68729AFE479DA6181F23C9F42361 , 0x6ABA0E272FF44E13AEE1DFAF8C3B1269 , 0x6AD05AC794E24F30A54A80F48DF88646 , 0x6B64A06F72094CFD8CAFDA7414C3A29F , 0x6B8AEB47705E42AEB45FAA9FB6FBC9EB , 0x6BDD427944DB4472A9C917B550168E5A , 0x6C8B06C3CDC24B4F97D34BB1A22C7CA1 , 0x6CA3D1BE72864BE5B1A8A3AEA5B570C4 , 0x6CDEE537A38C42C88CEE406DED6A8D41 , 0x6CF1F15B1ED9467ABCBA1A69652A9BCD , 0x6D16EA6F8668494885B7E41725DC1016 , 0x6D69DD77A53E4EC4BD3AC1F20C8BB45B , 0x6D9343E2D7C74EF5947CB47B370538D3 , 0x6DB9433568694EAC9451F0D8B2BD3639 , 0x6E4A4A7DF7384A56AF67F59C274532DC , 0x6F60726B107643FB8FCEF347ED8A49E4 , 0x6FAAB9451AE74EF487536D9404CB5A70 , 0x6FC6762CDC3C45A1858C4790E6C6CC2B , 0x701D01DC1A7C46949B93029E1707DB70 , 0x7041611833454587BDF7775C317B58B2 , 0x70B048B71F9C49A2A3FF3D6F016AA01D , 0x714ED977FDE444BF865092FADA517021 , 0x71DA29BCEAE4414E92A5BBF8A529A7A2 , 0x732F321A50324CE8AC900C091FFB7419 , 0x733BBDC066484408A5D69EB157B24BB6 , 0x737B70D9F69848F5B35BB3CD74C9CA03 , 0x73D821DDC08B4677A9EC66282B86941A , 0x74148994C031458CB27863816767B2CF , 0x749D1B56674F479B9FAE060AE4BCCBD1 , 0x7502C2D06EB84ED0BE26E715F93486F6 , 0x752F96ADA8D74F0E9CB621A404770BB6 , 0x75E6BE28D1D947409C7518AAC8F5AA16 , 0x76128470C49441068029D0606B5EA36A , 0x76AB836F58164D54838EB4F65E142E8B , 0x76C3053B1AE1497E945D8AFD92B2EC11 , 0x77093BD61DE547FCA5D5C2425EBACEBA , 0x77250A5B213E4BBFA2FA22AE4D3FCF5F , 0x7750BE1E570F42B39242E36843321CA3 , 0x7827F00244A045309D494629F5D9C033 , 0x78AA66818B6949DFB52B9FEDCE72EFB7 , 0x78BE6E70F3F44239A1E2E8FAB2DAE085 , 0x79A57C8FD8FF4F66AC7E5ED693BD5CAE , 0x7A7A61065A0444E3BB9C5D17B6DD9373 , 0x7AC7B69A313F447CACFF156AE7E16E42 , 0x7B366027B96B48E99CDEE76B9D3FD262 , 0x7C1D076F38194B9891A20AD7DB6CD2B8 , 0x7C8D349F054D481C9104286A391DB19D , 0x7C99B9DBD37C4DB6902C19B12FA79877 , 0x7CCE6C46ABA54767A4EF3EF2B5947115 , 0x7CCF575D60FC4D3E951A2DC5ACCD8EB2 , 0x7D92D7B1056745EF8F9B9DD7DB28806B , 0x7DA8C80565BD4350843B41633EA0FFA1 , 0x7DB26569E8B8451798763240DA8D39DB , 0x7DB93FA86E8E49C8A1F9EDB2C9021F91 , 0x7DC5D607387242EC99822F0C9CB525BA , 0x7DE987BE3F384E248962C2A8994A6D32 , 0x7E2105DA878441F2A64337FDE71992FC , 0x7E61095F1D71408A9A3661D2A9DCE46D , 0x7E6A87443C584FADB3780EE732B870D4 , 0x7E6EED7157B3465892296034812C1FE1 , 0x7E74971AB8D5458F96BAF0CA7FA68CB1 , 0x7E7F4C9000E34561835031D31CFA724C , 0x7E9BA8C93F574CB9AFA6D7FF035168F0 , 0x7EA67251576046BF9231F1B737998EB4 , 0x7EE51556B4B84EBD91675B2DC2BB0AFB , 0x7EFE067E1ADC496EB537679C19A341CA , 0x7F4E886DFEEE4B90AAA7627B4324A347 , 0x7F5CD37CC20945A1B76D2A68894A6ED6 , 0x81C89BB3931848008E4F10E5F2942A26 , 0x833908011BCB4AEE8C7F7035ED09C571 , 0x8345D0141A094EEC836D10101D65FFF5 , 0x83AD446A8A8E44B3A734B9DEED04777D , 0x84B85AB5FDEF464B80344F695DE8EB0D , 0x84E2509754B645B89BB1A7CA6C21E215 , 0x85314F9DA39F47E58C85D715E72E02F5 , 0x85A8351E32564BCDA1697A110A660377 , 0x868821EFD9784E1DB452F688D8B918BA , 0x87067BFDD73F45E7858F1FAC10B2DFE9 , 0x8745BF050B034CC894F53658E8133828 , 0x87930C2E443C47B2B263D94DF17C9181 , 0x87C9343698C74C3B900FC2AD0F27C368 , 0x87D2FB84C543410F95896058CB243D95 , 0x88CC46E4C2E044EB959D31808A1741DD , 0x897D688456D549AA8F47F875BC30FDD9 , 0x89E8740C13A74C429C63BCFAEAAA66B3 , 0x89EEE1216A524811A5333BC6FCF33545 , 0x8ABC12469B8D4AD0BE152C8BA697EB92 , 0x8AD93AAE310144B58689B59C8CEC12E1 , 0x8C0AA035CF8C4573B9ADE4C3DB7092F9 , 0x8CBE5489ADD143FB8AA1DDE2B6C4284D , 0x8D0757BB4AB24B78A235A99FDBF8FD3F , 0x8D827F2DE20741AB96DC0432F51E6243 , 0x8DBE40F3B61C48B3A4AA3A3CEED69275 , 0x8DD6FCAAE716413BB4396165699DA553 , 0x8E33ABC20A194AFE9ED8108ECBD77A7F , 0x8E723EEA900047888F8B94E9F24009BD , 0x8E8394B73BC24C6A91F98590EB6B4D25 , 0x8E97931174304AA2AE4F1162EA91B282 , 0x8EB1AFA3BE7C4AD59B33A7BD7C040F88 , 0x8FAC9DA4CE73437AAD4B087B58AAAA7F , 0x8FB6EB73354E43B0B9AB378842087A1F , 0x90259EE8A0704E49AD392B35426898FF , 0x90751A7BFDFE41958D330222903A068C , 0x909FDCA1CBC847EC976A99FB4DE98D16 , 0x91B703A62E4641159B949A8A82073E9F , 0x91FDF435B60E4B0AA6E5BAD95C321056 , 0x92704842135C40E4A33C3AB21CAD6621 , 0x9271A5EB3EEF4C61A10B4882D623CD6D , 0x9279ECBE3E6246DFB028A9F4D3D22A2E , 0x92BA4904611D4AC09EA4B40D38EA6D24 , 0x936927F89E1A4E74A93098CF3467C84A , 0x94379A315EC14418B5F47963EE09F36D , 0x946F860B14A54D60A6EDD85EB51DA725 , 0x94B4B2F8CA6E44C6A96E077A92A67645 , 0x9573D89CDCA34706B1CA4BC1D98A8083 , 0x95D8B11600214E17BF6C38E178566B42 , 0x95F7E2540C1E43BAA7A02759919AE3B0 , 0x9646F77FBEFF46B3B75168AAC176701B , 0x96857F56964D4433AE095B0207A0060E , 0x96DD23DD901040B79B1283A400B282C0 , 0x96F4B90A5D774508A82ED59A6CD36D68 , 0x973C554B7ED24F3D942460CFCFE5D52C , 0x975460EACCC244639CACF2114F603D25 , 0x975CA875982940018B9FE9E906CB76AE , 0x982F5F18991F43CC81570CA8E3F29A36 , 0x987561986C5745BC873E7272A792F81D , 0x98D8F800A74648C092DEF8A00E86AB67 , 0x993F4D9A6671464BB836654ACC3BFC26 , 0x9A18743F12FC4FFD9C238010BB353DD1 , 0x9A18E1CF60EE461094BBA701EECF4F06 , 0x9A2EA6B6F3974354B9BC619146603754 , 0x9A51BA93BCFF46E5B9F8BEDA355484DA , 0x9B602C48B6584101B2101C39CDCFBAB4 , 0x9BA50811E23F4C8BA6885203386A4B7D , 0x9BDCC9778C4542B3AB77BD9FD4BFFEB7 , 0x9C8FC8E74DD8481988FFD593869EC861 , 0x9CA927C388304702B271D2F28F4B8E07 , 0x9CD31F49A7834F83B8B0E46BF05ACCD0 , 0x9D1B41C169344C8D9520CF938297EE85 , 0x9D7603588B6F4A2FB3A443AD60417D51 , 0x9E7DB458C3394F7394D2FB1BEA4D157E , 0x9F097A33625441D3919188F2FF872A9C , 0x9F76FE4D03C0440DB70505BEF4C80C0B , 0x9FBE5BEDDD65494CA477851094FFFB30 , 0x9FE04BFE45314682A30105160CDE5762 , 0xA002BF5097C14358ACBFF7120FE9E69F , 0xA0A449F3D5CD4A798011EDAEC8B94884 , 0xA1C4C3C590AA418590F751CB1599DDF2 , 0xA29E2688A2C44B318C0BA12DCDEECC73 , 0xA312B0BC7C9A46AEBEF7A94027BA4638 , 0xA33889C5D7A44BDABDA9DED2EC4D483F , 0xA35AA91E53964794905DFB31B706D7BE , 0xA3A136C8CB5341F49BF9BF322B2E9079 , 0xA3BE30FF377E4CD2AE60FEDAE6A5B05C , 0xA40E423801DB497C9084866D0F06BCBD , 0xA4B2510ABBA946E1B6C0349B193A50EA , 0xA54598B523F145AF80259683BCCDA94F , 0xA5CCB5728FBA45F996A65AE66445EA0F , 0xA655FD17E59044009B70278B5EFC8D5F , 0xA6C40A714889482FB9FD08A00C736506 , 0xA6F0103C36A84C2C8107812FFCA88BCC , 0xA7879BEC110A4C98BAB9A0806BDF1D90 , 0xA9044CD34C4A4C0C9D25545714E38061 , 0xA9084BB6C9BA4E5DA6A50D6C81248F3E , 0xA911706EBDC84FC19BA0C1D5C80842FB , 0xA917616F3BB84FFF97A62EF1251054AA , 0xA92E6ABB883C4006A2E82AA551F88E97 , 0xA982E2E0A97C4A16820D8D2E722B670F , 0xAA226CE6F7E94870B941F371123683AC , 0xAA2F2A1267E045658B5477A46E414957 , 0xAAA6F6003411463695AA59D00B1AC6F1 , 0xAAE7AB8C37DB4183BC661C6639BE21DC , 0xAB823424BCEF4A69B72747563F70B4F6 , 0xAB96E1C71E9E4A3EA864783000FB61B0 , 0xABB50ED613354E70AB841887073DC2D4 , 0xACFD7586D02848F1AC801F4776EFA414 , 0xAD735AF1EBFB421E93E408B073C4A89A , 0xADC043F56F134074890A59847D1C395A , 0xADCC4A95C84A49F39614E0496AE52B5F , 0xAE9BE255B3CF421A9D52870A7FCC9C80 , 0xAEACF318A81347D8B9F285116A349B1E , 0xAF7B340767844E47BD8143906D65FB01 , 0xAF8676DF46AA49F8B81D4260AEA9DAEF , 0xB012156EEB6F442B905AC901013879CE , 0xB0BF9A3922114E03A9F54C4490A9108F , 0xB184FDD281194FB0A51CBD2487C80A04 , 0xB18BED0EA5494747A8B8E9207B714C7B , 0xB19D9D9C34BD409F8F0D4E407A23C54E , 0xB1F0C3DD726D45E2ADB59E7AE1B2715C , 0xB20B35D599904F1793C66D3F2D329737 , 0xB3B03E97EB074E65A1FC0B9C886BBE0D , 0xB3E33044C85047788431F9F6450822CB , 0xB3EEA42436244FE388724254CC2F3339 , 0xB44110F042A140DA892F9C08223AE5CE , 0xB4A58AF6360946DB9BD377476C139E73 , 0xB4B09CDB1B0A4DEDA11B852023D0C5CB , 0xB5B80CC1CF8346D08066B70192F8F205 , 0xB6658690F19648B3AB130D4D2D3EA553 , 0xB673BDBD413A449787A01603BAABB74C , 0xB69AB6FD023F447AB90317E1494058AB , 0xB6DB924C6EC9438B830864E8BB38320E , 0xB71AEE645CE54E678C62A20C23E9C89E , 0xB7856DAEBCA4480C9B15C19BA0A212EC , 0xB7C51F2DC29648DFB95224536FF3210B , 0xB80CF411DF9A4EE18E200FE94EC066FD , 0xB880840024F54A51ADCD0E4DEFE442CA , 0xB8E083DB6DB044B18BB22C1DAAE50C0F , 0xB8F747E4A4B04933A895083E4C58E741 , 0xB978AE642D7F47F9BDA76BA4F023FDFA , 0xB989CC4E516D42D99E3EA9A622282887 , 0xB9CA657D2FF548B6945D93B91827A95F , 0xBA0E3386C89447A0BFB7C3FC0CE7E581 , 0xBA84F0D2ADB24F7F9737CBE9A283912A , 0xBAE8C3B8A6A4455E9B0277DD90BE2598 , 0xBB7123D42EA24BDB92650C6ECF82B500 , 0xBC2EC9FA346E41BB94FD985839B33582 , 0xBCB18908C4C540A5BEC01A6BEAC66B47 , 0xBCE5201D9C17496DBD68F1A590777FF9 , 0xBCE8C20F1E6E4835866F521B0880591C , 0xBCFE2B3D098945D3B2FDDC8CB5E030E7 , 0xBD6902635C51446A940A35C0805F0870 , 0xBDA627659F5146998F0DB0890CD9A253 , 0xBDE5D074AFDC4F6794D3F9603211F3AD , 0xBE764415E4AD4864BA6C72FBA6F4A0FB , 0xBEB470BC094340E4A224B3B7CFD98582 , 0xBF9C594A5FF4435D8215399F3820F8AC , 0xBFF3FA6F6B7E49D49F9C3BAC51B20896 , 0xC042787E74234596915F5FED1704983B , 0xC07B98F12973451E8FF58B8B007BC57F , 0xC0A19C0F2FE9417998CEDF220FBD6D59 , 0xC1BCED4CA31F4ADF8E7424208DF306F3 , 0xC2445A304469415C97A1C7466D9B58AC , 0xC29F7187AC2B4FB2AD7A7D181EF90BA5 , 0xC2A66FCBBFD14066B2A601B6DBCDC4A7 , 0xC2CEE0817751487D852BEF8E0A3F1E22 , 0xC2ECC5696F77482BBA2056C75B36D56D , 0xC30E23764ABB445DB53AEF8537483E5A , 0xC4808FD0396949359159344384C72D62 , 0xC497425293A54F939121E7CE072E8890 , 0xC539BAEF793D40E9B0A886408AC41A0F , 0xC5629ACEB6CB45D1AB58DEEDDB1C8246 , 0xC5B0CFCF45C24C888F29B247E1A6439F , 0xC5DCBE5BF98C4CB4809A5E3218CD58EB , 0xC68CF44BD83C4298B991DFD4574FB1E0 , 0xC6C9209154524959BB63C8A691B751D7 , 0xC78ECC7F2D0A444DBB0057D2BCD7303B , 0xC834ECF87C31477691B33B6D68EE6559 , 0xC857598AFB6B4E22999FEAE77374769E , 0xC87BD31ABC0445B8B769E0A92DDAA367 , 0xC9F79A5087534D559C644419FE409E8A , 0xCA18F93F210746E299AA04D132242F94 , 0xCA9C2A4541E84EBE827017D61611945D , 0xCAE39332709740B2899AF818276DACDC , 0xCAE6E557BAF84E3CAD4EE2FCE18ACBDF , 0xCBCE36EE35D547C0AD2DDA302D1D1785 , 0xCC3894AEF40D40C4873A895E7A7C638F , 0xCD3D1297BE844C6A8C256FE070DE45DA , 0xCD6752D0262B4B6A92906A79EA1E690E , 0xCD8FC92B717D4B73A4ED38E010E0FF86 , 0xCF07318517F7463FB9D24E792EDF66DD , 0xCF120CDFECB74162878AC31EF7CA3DB0 , 0xCF2CBA67DD4340F88F11FBDA3BFC3591 , 0xCF2EB0E39A1E41C3AD0D134B02F0CA14 , 0xCF516ABACDC945CA8917E0ED4280A722 , 0xCF7580D7A46946918971FCF8FBCB2F3B , 0xCFB932BAF93C434B902455585A938E7E , 0xD0E50C2B724A41C6942B53E0B77FEFF9 , 0xD33CC643BF264774B2CF12077EC5E8F1 , 0xD3682FD2C37A4FAEB711DE41765A0271 , 0xD39D78526B1C40CB8F3F524AD5A92E9D , 0xD3EE8CEC54304A8A89AE178754820DDA , 0xD42C7984BDAB4759821834B094E628A6 , 0xD457EABDFAD74AA188CADBB72EFF430C , 0xD4AA09F564B341F4B21BE0338CE67BF9 , 0xD51C73635A424107AFC381ED7CD2BFEF , 0xD5303BC610E14C349FFB035E6DCE7DEA , 0xD58415C8B990486783F5C0701F6B2202 , 0xD5973AD8D06B403AA4C94A1CE40D1009 , 0xD6023A2F0F0C469493C598ECF04454B7 , 0xD618576D37774671A7785BC90A8AED1E , 0xD6629267D6164FC5919F897AC94828E7 , 0xD7887396D1D345BFB9EC781496BDAADA , 0xD7A5ABB3748F4E6583307CBE70CCF9C4 , 0xD7AB072FDD87470196A83B5D6AA60BFC , 0xD7D9688E5E7C4E6B97B4016450AC1A11 , 0xD8862D6AE882446CAC5804E3755D49AF , 0xD8BB06F16BF844AE88285A3E2DA98FCC , 0xD9513AF2C27D430393F2B133B4B8CE47 , 0xD99A494BCD6146B0810B1FD4B9FE26E7 , 0xDA2F5EB526484C678C27263053FBFD1A , 0xDA389813B98E4C0E877CC5AC7D03CA13 , 0xDA5F6635A98B4768B625FBF447E7CB26 , 0xDA768E8434C9410B83E98E4C1D28BF4C , 0xDAD1874A080641A9850D813D8C181C58 , 0xDAF4C9BA77934682847055EE3ECFF226 , 0xDB8D17F531344EBFA5311AA6DE899BD2 , 0xDB98D0D2BD884B74BF077B9F961F0CF8 , 0xDBCC8BAF2C954FC185F41814B562BE37 , 0xDC200B7B0DD549848E20E42C1C735851 , 0xDC22654F63F44C48B1708AACE354CEBF , 0xDC3D140C7A994322B637A8577DE5FD6D , 0xDD00911988B54713827F341A00442ED2 , 0xDD0E39D2D8A7451EB87EC7813DA15F1B , 0xDD1965504B9140AF97E3684C6616D485 , 0xDE7686A06AD24D32A7490C1AE317DF37 , 0xDF41BFFA927742158CD4D075EA5290E4 , 0xDF7362DA47CA4A3CBC6425C732788406 , 0xDFD68A87E7CC48688AF4CDF2ACAF3B62 , 0xE001BF62FE3543349761EE73554036F4 , 0xE075C1BD21E64B658D720ADB0EA200AB , 0xE07A38B260304778833D1E1E217238BA , 0xE1506ABF0A874F37B81E0A460E6DE36F , 0xE19D24B114EC4D9285B5D587F7212A18 , 0xE1D0FB8F4F914FBB83103CAE54B6AB0B , 0xE342B5B135B2400A834E84C45D450235 , 0xE3924CE55F6C48998FCB15841003B009 , 0xE44EC262ADA448E6BEBA53594BF00FFB , 0xE4CB5358B2DA44AE809AF14F35BB4304 , 0xE4CE792432964B6CBD370718D3655E39 , 0xE6198E7BDB984ECE9B7CFAF55FBF8F0C , 0xE6AE1CF6896E4D9FA381A44412B8611F , 0xE6E7F1E4D32843A1973BEAA8C68621B2 , 0xE77341D081AE4F4ABF6B9BDB33A74FB0 , 0xE80E6D3B1B184CF3A09DCDDA72B0B860 , 0xE964095F3B084292BC0C103045CB58FB , 0xE9F89A589D114154BA065C1F8981D2F9 , 0xEA2A4B16446A458492810988639BDD4D , 0xEAE05A6D4F0B4BCD82A154076E0A8318 , 0xEAE39505F58F4A56B0538F978C6606AB , 0xEB32FDAB56E44041829EB5BAE1863702 , 0xEB6ED21C7B8446C290A6930B1C1DE7F5 , 0xEB6FD3BA6D0241C39ED570D061E30791 , 0xEBE8B0E7AA15473F8774A7CD76E256CB , 0xEC3095D062DC4A3BB49DAACD2BF13725 , 0xEC3707F0035D4320850B8E7EA6886782 , 0xEC7FDDAE9E104D6787BDBE2624BE98CD , 0xECF0FD57DAC6417DBA25F8C25DDEB5BC , 0xED2C7B3E5F964472BB023A1B65499942 , 0xED752246E5D94DE680ABB662C9B89B2A , 0xED870C46F46D4FD59E7BBDB3B0B0EEAE , 0xEDAC6A676ED947E3A1FC591BF9D12C1D , 0xEE3DB156EA234E2E9C3F4ABFC14E7545 , 0xEE4889144DF44C1391E96727170BC7C9 , 0xEF5C0D2CAB894634B7D29960FE64A3A5 , 0xF0066D67AB59450CB7AC06EB9DAA5EE8 , 0xF147CC221BCB40049E7FB5CD0FEDD2AA , 0xF15C8B62B84846D2A0A4D6A586995A26 , 0xF1611DB2FB2748A6BC318FD142068D25 , 0xF16FF048881742D0B22D6CE621AB6ECB , 0xF1770739D5904483B475D52B0CED1A2B , 0xF20338F939CF4E6A87305157C2AD5267 , 0xF2AE1CB4C99340E4AE1C15DFCB6A9284 , 0xF3A8D69EEEE440BFACFB1F395836E40B , 0xF40ED56D06B84443BE04B99BF86CC7BF , 0xF42E7BEC2CA7474DB3DA2440519AE926 , 0xF437AC03E08C45E2B4AC6CC2C1BEE1C5 , 0xF459061CE1A94321AF631868EA7C480C , 0xF5134A99DC0A4D4DBC0A5BBF1A8F1211 , 0xF69614BF53B24BE4B18C1E954AD3E3A2 , 0xF71C2AA31AE84ED4B1123DA59EB380BD , 0xF902409621D648F983CD91EC148A8393 , 0xF905BA3E724247E68CD816327F2EAFBC , 0xF922D53C053E46DF932985F5130A0F23 , 0xF9A6E96C02FF4439947E93AC8377B89D , 0xFA60CC53FD454E55973F89F6B0DF4685 , 0xFB6971D009214A2BB4349C1DD1D198E8 , 0xFC3F2C1964F34380AEC7FBE346F357B3 , 0xFC4157187FE74792B07E2A8B73F4FF5E , 0xFCF80226EC98404FA8732C1EAA5059EC , 0xFD49F42377AC4BE9A266E184808D8A2A , 0xFE4C4103AF7344ECB334C5132DFF413D , 0xFF47B881266C4C66AD44846C022E91CB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
91
3.03 ms
SELECT `property_group_option` . `id` AS `property_group_option.id` , `property_group_option` . `property_group_id` AS `property_group_option.groupId` , `property_group_option` . `color_hex_code` AS `property_group_option.colorHexCode` , `property_group_option` . `media_id` AS `property_group_option.mediaId` , `property_group_option` . `created_at` AS `property_group_option.createdAt` , `property_group_option` . `updated_at` AS `property_group_option.updatedAt` , `property_group_option.group` . `id` AS `property_group_option.group.id` , `property_group_option.group` . `display_type` AS `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` AS `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` AS `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` AS `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` AS `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` AS `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `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` , COALESCE (`property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) AS `property_group_option.media.title` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) AS `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) AS `property_group_option.media.customFields` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` 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` , `property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id AS `property_group_option.translation.languageId` 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 `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.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` , `property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId` 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` . title AS `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt AS `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields AS `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at AS `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at AS `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id AS `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id AS `property_group_option.media.translation.languageId` 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 É┐*╬┬pı¬:B<#\x07 ²B "
b"\x01 É┐*╬¦q\v ÿ\x05\e\v ÅÈ#H "
b"\x01 É┐*╬Þr,ÅO5\K#A\e "
b"\x01 É┐*¤·s>¡Wî\x13 óq÷\x00 "
b"\x01 É┐*ð\x06 qñö(▓\x08 (ó³\x05 "
b"\x01 É┐*ð\x12 r°×ÁÙrCƒ!j "
b"\x01 É┐*ð\x1D qغ9{д×T+ "
b"\x01 É┐*ð(plòW[ß"pÇ\x1F "
b"\x01 É┐*ð2p.Ü"\x19 Ì!óãà "
b"\x01 É┐*ÐFp\x11 ö║(\e ■&e? "
b"\x01 É┐*ÐWpâì\x1F o<\x17 Ü\- "
b"\x01 É┐*ÐgpÁûæÎīѫ "
b"\x01 É┐*Ðàq\x01 ░ÙPá/æ┴] "
b"\x01 É┐*ÐÉp!ÆÀ)(|\x1F ïN "
b"\x01 É┐*Ðørí®\x1A o\x00 ¢'7* "
b"\x01 É┐*кsnáºà¿sô▀æ "
b"\x01 É┐*Ê│q:À\x19\x15 Âîn¶© "
b"\x01 É┐*Ê¥r\x0E ô╝0\x14 ─L)ð "
b"\x01 É┐*Ê╔q0«3A]\x0E 1▒È "
b"\x01 É┐*ÊÈpâà\x0F\x17 Þ±ã1¡ "
b"\x01 É┐*ÊßrêÖ\x13 Ü÷r#þí "
b"\x01 É┐*Êýp\x06 ▒Ào┐╚»\x19 £ "
b"\x01 É┐*ʸrþÖ «cø─╬╣ "
b"\x01 É┐*Ë\x01 sKÁݽvï└1Ü "
b"\x01 É┐*ÈKq)½ \x1F ty÷ñ╬ "
b"\x01 É┐*ÈXstë¡cíç'\f ¸ "
b"\x01 É┐*Èds─æ╬äã®úõ‗ "
b"\x01 É┐*Èop©▒ıÄi¨\x03\x0E U "
b"\x01 É┐*È{p\f ×ÎýVàÈ\x13 ê "
b"\x01 É┐*Èåsã¼┘»éq│öÌ "
b"\x01 É┐*ÈÆs│«)ÞJ<:;Z "
b"\x01 É┐*ȃs\x1C Ø─ºèãJáN "
b"\x01 É┐*ı┬qhåÆ\x04 çÀnåÏ "
b"\x01 É┐*ı╬q~ÁÊ-ï<\x1E L\x10 "
b"\x01 É┐*ı┘qÀº¾dÕ¤ã÷║ "
b"\x01 É┐*ıõp▒▒òå░çrÉâ "
b"\x01 É┐*ı¾p¦ö£Wgêq░░ "
b"\x01 É┐*ı²sX©;LñÅ©µ@ "
b"\x01 É┐*Í\x07 qØÀr\x0F ~×ȹT "
b"\x01 É┐*Î8p²Äë¡¡\x17 `Rp "
b"\x01 É┐*ÎGs÷ÖÈ╔\½ë]Ì "
b"\x01 É┐*ÎUs\x11 dzı\x12 ^\r \x08 2 "
b"\x01 É┐*Îbq¼ÁÎÝ\x14 w▒\x1D\x00 "
b"\x01 É┐*Îms:í`áì¢\x06 m& "
b"\x01 É┐*Îxr¼┐fÆ\x01 I\x11 ╣¨ "
b"\x01 É┐*Ïvrûç«░█Ú\x05\x04 ÿ "
b"\x01 É┐*ÏÇs\x1F î(Îci├å¬ "
b"\x01 É┐*ÏèqPô┌ò╩Ø´ìg "
b"\x01 É┐*Ïöpu×Ùï\f \r (ü- "
b"\x01 É┐*Ï×q±Âº\f\x00 ð┼f─ "
b"\x01 É┐*Ï¿q\x14 £\x10 hº¼çoC "
b"\x01 É┐*┘½q2┤סzÉT\x1D N "
b"\x01 É┐*┘Âs,ù╗«\e (Ó├\e "
b"\x01 É┐*┘┴rÚísè>÷<@Ú "
b"\x01 É┐*┘╠q*ƒ\x06 ╔ð¼ð/ÿ "
b"\x01 É┐*┘Íq\x17 ║\x0E ±¬sº´B "
b"""
\x01 É┐*┘ßszÁ\n
/─¢3öð
"""
b"\x01 É┐*█\x0F s9×Úͧ\x00 Ä╬J "
b"\x01 É┐*█\x1C q6çUD1Ïä_└ "
b"\x01 É┐*█(s#À\x10 ╚ÕÎÁÒ╬ "
b"\x01 É┐*█5pÌÖ\t\x01 40▓Ö» "
b"\x01 É┐*█Dqñ®~˵X>└Ó "
b"\x01 É┐*█Pq¾«█+1+═\x16 g "
b"\x01 É┐*▄is_«6╦▄¿²F\x18 "
b"\x01 É┐*▄tqbï5G+£7\x1E\x01 "
b"\x01 É┐*▄\x7F p¥╣<¹97¥·\v "
b"\x01 É┐*▄ûs┐ÖwÏ]¸®é "
b"\x01 É┐*▄ís÷ÂGÓ\x14 \x13 u¿ "
b"\x01 É┐*¦├s ÄÉ╬B,tjg "
b"\x01 É┐*¦╬p÷ª\v =:/èKÜ "
b"\x01 É┐*¦┌súÁ\x05 ÃG¼âSí "
b"\x01 É┐*¦§qýº)ìc§┐\x00 ç "
b"\x01 É┐*Ì\x08 r┐ò\x1E À\v 3òS¼ "
b"\x01 É┐*Ì\x1A p\x03 ®L¼╚¿£§É "
b"\x01 É┐*Ó1qWØfY\x04 ı\x12 ßý "
b"\x01 É┐*Ó@qî¡Å4ÖyÅÁR "
b"\x01 É┐*ÓMpÅ«\x1D ׃ÍgT# "
b"\x01 É┐*Ó]q¡áÂ╗\x02 À`╠, "
b"\x01 É┐*ÓjqsɨrxðªÖ╣ "
b"\x01 É┐*ß╝rÊéÏb Fת\x1F "
b"\x01 É┐*ßÈq/╣\x17 ıjzrï\x1E "
b"\x01 É┐*ßÌr~óðÛcyµì> "
b"\x01 É┐*ßÚqv║Ó▄ÛUñGç "
b"\x01 É┐*ß¶rïªiµ(Æ\x08 ]) "
b"\x01 É┐*Ô\x10 q!░┐ì¢\e ║\e ¨ "
b"\x01 É┐*Ô\x1A qÀ½┘X\x07 dË\x10 ╬ "
b"\x01 É┐*Ô%s±┐\x1D ¿Tw│to "
b"\x01 É┐*Ô/q\x7F ╣Îlåä\x10 mB "
b"\x01 É┐*Ô9s¾«Ò½┤g1ód "
b"\x01 É┐*ÔDqjæ`B gêïÜ "
b"\x01 É┐*ÒDp9ç\x07 ¸ß·\e 4î "
b"\x01 É┐*ÒOs9©¬ ¨\r ı\x17\x08 "
b"\x01 É┐*ÒZrߥ┐Bdy6\x03 j "
b"\x01 É┐*ÒepðûDä9^q▓\v "
b"\x01 É┐*ÒsrAøW`@hƒ░. "
b"\x01 É┐*Òéqøó╗Õ█zX°} "
b"\x01 É┐*õ£r┬╣ûåf8[_│ "
b"\x01 É┐*õºp2àä\x05 Mtk\n "
b"\x01 É┐*õãs%ÖfúBÞ╚9¦ "
b"\x01 É┐*õÐsGÀÁ\x02 Á\x0F Ô\x1E ! "
b"\x01 É┐*õ▄r▄╝▓;-ó}û╬ "
b"\x01 É┐*õÞq\x1D º¢ô╬JWm┴ "
b"\x01 É┐*õ¾ruç╩ÔWæ\t éµ "
b"\x01 É┐*õ q║é║┬╣MñÁ\x08 "
b"\x01 É┐*µÓs\e À_0õ¼òu¢ "
b"\x01 É┐*µýqÎÄm\v g\r ±\x17 ó "
b"\x01 É┐*µ°s\x08 Â>Kü®ò─g "
b"\x01 É┐*þ\x03 p‗ï1jÙ┐¨┼U "
b"\x01 É┐*þ\x18 p\x19 À½o¸úûP┌ "
b"\x01 É┐*þ$sÈåJx©ÅTd\x03 "
b"\x01 É┐*þ.q±│®I>ÞÀ┬ÿ "
b"\x01 É┐*Þ5rÇçÅ┴F± ¼Q "
b"\x01 É┐*ÞAp#┤Õ┤b+å×\x03 "
b"\x01 É┐*ÞLröä5HJ\x19 [║p "
b"\x01 É┐*ÞWpÿÄþ¦AÞ.Qı "
b"\x01 É┐*ÞbsÔñÏv[\x15 R┌┼ "
b"\x01 É┐*Þlp7ظß╔ƒ╬'╝ "
b"\x01 É┐*ÚysÑ×°-\x03 d4Í┴ "
b"\x01 É┐*ÚäqsÀo╔½ðG\x1F ¬ "
b"\x01 É┐*ÚÜp#ê\x13 Îv┬VÈÊ "
b"\x01 É┐*ÚÑsÀñ\x15 §´µ9tú "
b"\x01 É┐*Ú▒sÑÅ}¿ÚÈø/▄ "
b"\x01 É┐*Û¢qèê(ÛLçõ‗+ "
b"\x01 É┐*ÛÍpA©ú\x11 ¼ø╚\x1D ║ "
b"\x01 É┐*Ûßrø╣*14£lZ3 "
b"\x01 É┐*ÛÝqªÇ┘▀¬«§\x03 ═ "
b"\x01 É┐*Û°r\x11 ê└ÉΡ0([ "
b"\x01 É┐*ý\x12 rÌëðÕø4Îú[ "
b"\x01 É┐*ý\x1E q\x16 £¢Ìï\x18 ╬1h "
b"\x01 É┐*ý+q4é─NÙ ·Kñ "
b"\x01 É┐*ý7r┴ùá_ù\x12 *yò "
b"\x01 É┐*ýAs\x17 £\x1C ─v┤ía© "
b"\x01 É┐*ýLs\x1D ÀR«µ¥─Æ "
b"\x01 É┐*ÝPqÔ▓\x02\x1D\x11 Jƒü` "
b"\x01 É┐*Ý[qô▓░YÒ\x00 ┴╩\x02 "
b"\x01 É┐*Ýfr▓À"Yð½?┌; "
b"\x01 É┐*Ýsq·Æ_ÈéÚtÚ~ "
b"\x01 É┐*Ý~p·í┬\x01 ½hà┘╔ "
b"\x01 É┐*Ýëq,Á8\x1D \r a³┬├ "
b"\x01 É┐*¯Ér9ùsÚº\f 2¯│ "
b"\x01 É┐*¯øqmºà´HMÈ£÷ "
b"\x01 É┐*¯ªq\x16 ÄàíC\x11 ÿû\x08 "
b"\x01 É┐*¯▒sæò«¨ │\x1E ¸ "
b"\x01 É┐*¯¢s|ÅÄvãh?\x1C ® "
b"\x01 É┐*¯╚p\x01 ÿ,‗+i¯[½ "
b"\x01 É┐*¯Ëq\x15 èM\x1E\f ù└╗█ "
b"\x01 É┐*´Óq~╣B¦Â┐\x1E ¾p "
b"\x01 É┐*´Ùpíø─ÓÛ\x1A êiU "
b"\x01 É┐*\x16 p¨¥ò\x00\f >G\x19 ░ "
b"""
\x01 É┐*!s*æÄ;æ¤o\n
ó
"""
b"\x01 É┐*,qâ┐kÛáÉOR¾ "
b"\x01 É┐*±?sÅín%Ó.÷ºê "
b"\x01 É┐*±Kr_óÏà\\x7F 9¤¿ "
b"\x01 É┐*±WrOº5\v ³\x1C\x17 Qz "
b"\x01 É┐*±cqñØÄ\x1E vÇ■¿\x1F "
b"""
\x01 É┐*±os}ÜÈ¥╣¨\t \n
▓
"""
b"\x01 É┐*±|pAÄ▒A┐¨xKq "
b"\x01 É┐*±êr°ÆxdÒ9_¦ "
b"\x01 É┐*‗▒qâ×\x1E Ýõ[ʲ٠"
b"\x01 É┐*‗¢p!ä¼╚¥Ôï├Ä "
b"\x01 É┐*‗╔süÿÎ`Ç®\x02 ¥Ü "
b"\x01 É┐*‗ıp.ìo\x06 Ø«k1] "
b"\x01 É┐*‗Óqoô╩G8ò}Ùm "
b"\x01 É┐*‗±r▀à¬En┬╦+¾ "
b"\x01 É┐*¾\x04 sw»w+ê\x10 ^\x1A ╩ "
b"\x01 É┐*¾\x16 q ╝N╣gÿH}\x1A "
b"""
\x01 É┐*¾(pA▓Y°l³\n
─û
"""
b"\x01 É┐*¾9qOçÕ\x03 └]ÂÙ░ "
b"\x01 É┐*¶åpHîUTTÓÍðÇ "
b"\x01 É┐*¶ôq3Æ<5╬ó/1t "
b"\x01 É┐*¶×smí■ºKM░\x00 « "
b"\x01 É┐*¶¿rmòfn\x10 Èãð² "
b"\x01 É┐*¶│r\x11 ô,¹£ÏF\x11 ; "
b"\x01 É┐*¶¥s¨æ\f ,@7Ú\x16 E "
b"\x01 É┐*§Ír┘Æ\f ╚╦Î,õ0 "
b"\x01 É┐*§ßp╣░ËQ:únÌ^ "
b"\x01 É┐*§Ùrwï\x15 ê\x03 Ìu÷3 "
b"\x01 É┐*§§r,î}µ\f `O´Þ "
b"\x01 É┐*§ q╚ü®Ü┴üYu¡ "
b"""
\x01 É┐*÷\n
sK░øµöqwE\x1D
"""
b"\x01 É┐*¸\x02 sM«â╠\x02 H\x13 ù┌ "
b"\x01 É┐*¸\r q\£x▀¶\x03\x18\x00  "
b"\x01 É┐*¸\x18 r\x07 ÑÈ▀\*\x19 FÓ "
b"\x01 É┐*¸$r╔ôã╩A°«¡á "
b"\x01 É┐*¸1snÿ+*y\x1C\x19 ຠ"
b"\x01 É┐*¸<s%Är®\r ö\x01 uÆ "
b"\x01 É┐*¸HsÖîy?ÝÖ▓r\x1A "
b"\x01 É┐*¸Tq,»â┌AgÖ2N "
b"\x01 É┐*¸_r‗×¥½B0Âu┬ "
b"\x01 É┐*°ür▀âá\t Ç%')¸ "
b"\x01 É┐*°ìqµéPÁy\f Þ'═ "
b"\x01 É┐*°ÿpΪ╚`ü1B9¹ "
b"\x01 É┐*°ñq\x07 àIV.V▄\x06 û "
b"\x01 É┐*°»pJôq\t k\x00 ¯] "
b"\x01 É┐*°╗qøî»WK\x0E ÷\f 3 "
b"\x01 É┐*¨Ár▀ò¥\x17 B\t ÷:┤ "
b"\x01 É┐*¨└sRÿ½Ô1Ò/ç\x07 "
b"\x01 É┐+ö©rfÑE¯═\x04 ¯ø3 "
b"\x01 É┐+╠Ôr\f ╝)R┬ÿ╗{³ "
b"\x01 É┐+═\x1A q¬╗│▄JV«\t Î "
b"\x01 É┐+═(qxÆ╦ómÎ╬O\x0F "
b"\x01 É┐+═6p\x02 ƒÑÈ#u.F\x12 "
b"\x01 É┐+═Ds\x17 ÑÙÐã:¯ñà "
b"\x01 É┐+═Qr&ÑVúN▄ø┌ù "
b"\x01 É┐+═_r\x04 éÛÕ\x1D )\x1D åı "
b"\x01 É┐+═mpıóÔ Ã1ïÊ3 "
b"\x01 É┐+═zqƒ®:o\x16 ═#Í? "
b"\x01 É┐+═år:Ç═¯Ò»9î¬ "
b"\x01 É┐+═ÆsØÂùZHıVV( "
b"\x01 É┐+═ƒr▓É\x05 2\x16 ╩;\x13 ï "
b"\x01 É┐+═¼qhè\x14 ¨rdR║í "
b"\x01 É┐+═╣p│ùðÎ&¤SÕÎ "
b"\x01 É┐+═ãsÉ¢þokqþî§ "
b"\x01 É┐+═Îq\x1E ä1V-\x13\x1A óH "
b"\x01 É┐+╬HpãÇW!ÏMÂ╩\x15 "
b"\x01 É┐+╬nsÁû\v Â2`eº═ "
b"\x01 É┐+╬æqôç¯ëTÇa¦┘ "
b"\x01 É┐+╬Ðp=è\x03 ON¯£èo "
b"\x01 É┐+╬¾p\x06 ▒nô0tFå¬ "
b"\x01 É┐+¤\x15 rHí\x19 ϶ÏMò' "
b"\x01 É┐+¤:s¢ƒ«¢\x14 `e´ª "
b"\x01 É┐+¤Ip©ó-XïQ\f ZI "
b"\x01 É┐+¤Vp¢üÒ┐U)>§þ "
b"\x01 É┐+¤cpçèBr░»│╬- "
b"\x01 É┐+¤sròØ┐°¾ñE£g "
b"\x01 É┐+¤âsÔôkLM╬6 ¹ "
b"\x01 É┐+¤ÅsÀáÙÖJ█íæå "
b"\x01 É┐+¤ßp@¡ı─¸,\x7F ?õ "
b"\x01 É┐+¤±s]ç┌┴n¸ïƒL "
b"\x01 É┐+¤ p4í)\x13 H\r YÒU "
b"\x01 É┐+ð\r q~û³╔éþ|Y\x15 "
b"\x01 É┐+ð\x1A rwëZ\x0F W5²q\x1A "
b"\x01 É┐+ð's■½@\x17 ¹3\x13 ▓Ú "
b"\x01 É┐+ð4q±½ÆÀ6zyØØ "
b"\x01 É┐+ðwp┤ïí▓±}¸╝Ò "
b"\x01 É┐+ðäs±çÒ\x13 ─]mÓ\r "
b"\x01 É┐+ð¿q7Ö$ï¸F¾ƒU "
b"\x01 É┐+ð┤s9½\x1E lo= ┬ı "
b"\x01 É┐+ð┴pBÜïb¦Ý3+« "
b"\x01 É┐+ðÐp\x02 ¿\x10 ┴RCÛ)4 "
b"\x01 É┐+ðÌs%×¾Ò╩É5|G "
b"\x01 É┐+ð¾sØ¡ÌÅ*)P×┼ "
b"\x01 É┐+Ð\x03 q\x00 ù¶Ò\f óÈ^┤ "
b"\x01 É┐+Ð\x12 rIøaíM3Yƒ\ "
b"\x01 É┐+ËZpôøbK▒åE^Ì "
b"\x01 É┐+Ëirìé/hl\x02 Ô\x0E ê "
b"\x01 É┐+Ëwru╗E#Q┴EG┌ "
b"""
\x01 É┐+ËärC░*¦mÍ\x1F \n
0
"""
b"\x01 É┐+ËæsÄ▒È8ä½\v §§ "
b"\x01 É┐+˃rë©\x0E kêı\x10\x10 K "
b"\x01 É┐+˼sï╗┬¶Ø&\x04 ' "
b"\x01 É┐+Ë╗qz \r 1\x15 S£H "
b"\x01 É┐+ËÍr\x7F è\x18 f║´█(à "
b"\x01 É┐+ȯs\x05 ╗òä( S<Ó "
b"\x01 É┐+ȹsl¬¿½hVÁ˼ "
b"\x01 É┐+ı\f píØ╗ôIU5KJ "
b"\x01 É┐+ı\x1A s┬é┘E┼¨a\h "
b"\x01 É┐+ı'r9åÓ#_æ Y~ "
b"\x01 É┐+ı4rOô\x04\t ░í■m, "
b"\x01 É┐+ıBr┤ù0s┼O`▓" "
b"""
\x01 É┐+ıOp║║ÿ│¹í\n
#¨
"""
b"\x01 É┐+ı\qÂÖ\x04\x0F i¡¡N{ "
b"\x01 É┐+ıjrÚö*ãD=\x1C\x05 X "
b"\x01 É┐+ıws¯êL\x08\x1D #\x02 u½ "
b"\x01 É┐+ıäpÇ®ÓeØ\e Wª╬ "
b"\x01 É┐+ıÆsjèµM·°ÿ&+ "
b"\x01 É┐+ıƒp\x1C ┤eWÂ\x1C \r rC "
b"\x01 É┐+ı«s^ÿß\x00 |\v 9>\x1F "
b"\x01 É┐+ı╗pmÑ└\t @ø┘\x13 ▄ "
b"\x01 É┐+ıÃq\x15 ╗║Ï$n ıL "
b"\x01 É┐+ııp+ú§·┼Ä÷ £ "
b"\x01 É┐+ıÔp\ê╠Å÷%▒ r "
b"\x01 É┐+ı¯qxÀòD\x17\x01 Yu¨ "
b"\x01 É┐+ı¹rÃá"\x1F »\x04 tx« "
b"\x01 É┐+Í\x15 pÑ®Ïu\x13 #²=æ "
b"\x01 É┐+Îas\x07 ¡\x18 R£\x10 n³¤ "
b"""
\x01 É┐+Îoq)íÓ\x03 \n
(ñ1³
"""
b"\x01 É┐+Î{q(¼/úyô!à5 "
b"\x01 É┐+Îês=▒\r ┼\x03 ıy4C "
b"\x01 É┐+ÎùsçÂWòYú\x1D aO "
b"\x01 É┐+ÎñsáøµÒÞϤ! "
b"\x01 É┐+Î░q>í¬·®É·W┼ "
b"\x01 É┐+΢qoÑ÷ªS{?Ä´ "
b"\x01 É┐+γr¨¿>?bn\x12\x0F · "
b"""
\x01 É┐+┘\n
q\àó`ó┬¢äd
"""
b"\x01 É┐+┘\x17 q║ô\x1E a°\x1D\x1A L@ "
b"\x01 É┐+┘FpXü\x06 ■7h\x10 |p "
b"\x01 É┐+┘Ssæ£>v4┘^ù\t "
b"\x01 É┐+┘`r╬ä-╠¦ì░\x1A < "
b"\x01 É┐+┘ms4Æ|'¥\x17 á╦× "
b"\x01 É┐+┘år├òã$▄\x02\x18 ], "
b"\x01 É┐+┘»qµÅô└VV}ãú "
b"\x01 É┐+┘╝qsïÍa^8_˽ "
b"\x01 É┐+┘╩pãÜ*â±\x1E ¿╗É "
b"\x01 É┐+┘ÎqßíéUÍDø'\x0F "
b"\x01 É┐+┘ÕpÁä¸d╦Îd\x1E ¢ "
b"\x01 É┐+┘§sVöðã\x1D\x0F Öx& "
b"\x01 É┐+┌\x03 s`ó8A\x02 e┌ÝU "
b"\x01 É┐+┌\x11 r█áÒ%#jªE) "
b"\x01 É┐+┌Uq0▒Ò■\v\x04 ▄╦╔ "
b"\x01 É┐+┌crÖÅG"ÁCA\v\x03 "
b"\x01 É┐+┌qpƒû\dÛMͦþ "
b"\x01 É┐+┌\x7F p├║Îù\x1D Ð8Pc "
b"\x01 É┐+┌ìrZæ«ÈV\x13 ¡Ñm "
b"\x01 É┐+┌Ürö»»Òõ▄µ\x19\x01 "
b"\x01 É┐+┌¿s\r é×;ãɲTP "
b"\x01 É┐+┌ÂrãúU┴â}·eÔ "
b"\x01 É┐+┌─p¶Öí\x11 Ë«î■÷ "
b"\x01 É┐+┌ÐpXªÅ└┐óÉdı "
b"\x01 É┐+┌ýqÛÜ├êÇóé▄Þ "
b"\x01 É┐+┌°s\x12 îyòsKi{ï "
b"\x01 É┐+█\x05 sêŦÅO¸Ý▓\x08 "
b"\x01 É┐+█\x1E qH½╩p\x05 }*\x02 0 "
b"\x01 É┐+█*r¢¼!7┌:>\x02 ┌ "
b"\x01 É▄ágvqZÖÚ®îZ¢yØ "
b"\x01 É▄ág└pCª7▄âêßíÇ "
b"""
\x01 É▄áh\n
pkåD\x16\x1A ÐÌ×Ä
"""
b"\x01 É▄áhUrX░½ú¯àý\x02\x0E "
b"\x01 É▄áhísq«jÚNÈ\x00 MX "
b"\x01 É▄áhýrÓÖe\x14 ½\x05\x18 Û~ "
b"\x01 É▄ái6pÍ«ßÙ\x0E ÀÃ*\ "
b"\x01 É▄áiépª¿I┤m9ï!┴ "
b"\x01 É▄ákNp¸À+- \x15 │═R "
b"\x01 É▄ákÖpjDzô\x7F ▓¹\f 6 "
b"\x01 ‘»Z\x08 $s¶´u\x10 dßÕgŠ "
b"\x01 ’(·Y@\x7F Wˆ\r à&Á\x1C\x01 R "
b"\x01 Æ8\x18\x7F Åw▓╗g¼AÒÑ┤2 "
b"""
\x01 ’8\x18 Ãtyb²Æ%˨\n
£À
"""
b"\x01 Æ8\x19\x18 ôt]┐╩]\x1E nÉ║8 "
b"\x01 ’HÉ'9~þ¡i=ËËpI0 "
b"\x01 ’HÉVžsº—Üï¶\r ý2\e "
b"\x01 ò┤ÚØ³s░è(ÿm¡(Åı "
b"\x01 •´éŸÎq¥¹ö\x06 û1nJL "
b"\x01 •´éŸÝq¤‡u\e û\x13 •\x12 ¬ "
b"\x01 •´é :q)žæ‚Žs1,Ð "
b"\x01 •´é IrŸ´Ÿ‹@0•\x18 ³ "
b"\x01 •´é WqϰŽr‚º ?g "
b"\x01 ╝\x05 ¸[ì@yÆ¢;·½%î▓ "
b"\x01 ëÙ—ðM@Ž¥³blT;X\x17 "
b"\x02 û\x1D é>üDÜîQ└╩\x10 ×Ñ\x04 "
b"\x02 ò°c¹\x10 E€—$ÔV\x07 ÿɪ "
b"\x03 -îvÇWOs²íy€å4¨j "
b"\x03 /t5ünF└úî+JÓ┘\x02 Å "
b"\x03 Lj\x0E Ø÷L█Ñ║óáÖ▄\x0F Ù "
b"\x03 a!\x1C wÜGo¼‡üÚG‡œ| "
b"\x03 ¥\e\x19 wÑ@¸╝l¢Êüµý\x07 "
b"\x04 Oäì[\x1A D½ªõ\r \x17 äÒ9û "
b"\x04 ¶ÿrÌ├O[ì->¿╠\x0F Òß "
b"\x05 G÷íA‘I¸’Ðs\x10\x07 Ħ\x02 "
b"\x05 æZ1´aJâØÈË÷\x07\x06 ½ "
b"\x05 õ¸VÅ(Chéìc=Ê,èÔ "
b"\x05 °uxë[OïÅ Û\x1E ╣\x05 @I "
b"\x06 ıØ╩A°I░£<ıhg°Ù\x7F "
b"\x07 ûÅE<tDVæl│s└‗ë\x08 "
b"\x08 Z\x7F ÷HîAÕÅî³ÚRcdC "
b"""
\n
\x03 <Ý£└AÅ▓ìõé¸\x1E ¤U
"""
b"""
\n
ifØUEK\x07 ƒªR\x17 uèîÙ
"""
b"""
\n
rm;§mE»í¤Z·░FìÖ
"""
b"""
\n
ÝûõôdB]‚âÉâXe‘\x1E
"""
b"\n ÛÜX'+BÃ/\x00 ˱¾\x7F ì "
b"\v jÛÞCèOv·ø)\e š9*À "
b"\f fû╗¸ØD!è\x13 ¿X³æ#x "
b"\f ƒwJ&ôEãˆu€ª\x05 M\t } "
b"\f ØK«³│GO¢YqlF0▀¹ "
b"\f ©ª-\Ð@}ª^Fý¯%H\r "
b"\f ÷ne\x7F ·Lpì\x08 8Y,Ѳ\x13 "
b"\r ƒöSObBˆ“\è\x04 x’¡• "
b"""
\r ÿ=Ó\x0F \n
O▓ô\x01 Ø\r 6kßÞ
"""
b"\r ¡l~›\x1D N™\x05 Ö6Ø\x07 ®© "
b"\r ÛOçí-D˜‚jGWÚ—ŽF "
b"\r ÛšI(uD„³Èµ|o»Ò\x0F "
b"\x0E X\x14 #åãNÖÁ=3ìN\x19 ╩ª "
b"\x0F 7€œeS@ñ¼KiŠ’JY\x0F "
b"\x0F _›!\x05 ¸Dd‹2¾Äœ ‰Å "
b"\x10 ÑÃÈ▒TH╣┐Éré\x19 ª\x1A ╚ "
b"\x11\x1F V$€KCˆ–«pžá$'Š "
b"\x11 9ìàn6@\x07 ·{ø\x10 s8\x04 q "
b"\x11 mÎ7b¥KÁ©\x1D\e I¼‚\x1A\x1D "
b"\x11 t×â‰[Kä–™@c¤\‹\x01 "
b"\x11 °«ì\x15 0H1š\r ì2ížVc "
b"\x11 ´Ø¾CÂD\x1D ƒÂ\x16 úM▒é "
b"\x13 9Ùj¸ìBUà╩╔\x04 lNfõ "
b"\x14\x1A º─ó1Lëÿ£}þR░\x1A Å "
b"\x14 4Ö\t x×B¸¨«ûeŸy`r "
b"\x14 K\x10 ý‡_K¿…u<zÉ\x1E ©F "
b"\x14 ]\x1A ·ÈpE\x03 ¬Þ€ÑÄvüA "
b"\x14 ¼oVURI¹‰÷Háí¢@Ú "
b"\x15 Nׯ¢áNסÿ8\x1C Á\x11 À– "
b"\x15 ▓ì(\x0F ØI╗ÇıÝ\ï└3J "
b"\x16 Tí¼}|M¿€ŽzöVÄ!» "
b"\x16 │ıUS~L\x10 ìª4Ö]!áb "
b"\x17 Mî\x10 0dF´¥Ò2 ³\x13 x” "
b"\x17 ÐŒc÷úCn¹\x06 þæHœéæ "
b"\x18 ì'\x06 ▓°E=í╣n\x18 ¯J█Ê "
b"\x19\x11 \r ìÌèHµ±}FÝð°ÏN "
b"\x19 2\x1F õw¤N\x1E ûì[±Çéö "
b"\x19 i*;0³A\x0E €Â\x05 Á•¤!\x06 "
b"\x1A ‹Ã¾\x1E "L@†77lX®]* "
b"\e ¢¼\x12\x00 "I\x13 ┤2ÅU(O¸÷ "
b"\x1C ?7`ÙDNIºóö\x18 Z,ñÔ "
b"\x1C N©û{\x0E CÔŸB¤ª‘›»\x07 "
b"\x1C e”¡y\x0E B9§<sÀ½*Sö "
b"\x1C eÌ(\x05 >EÇ‘Çß[¯œjÞ "
b"\x1C …hRÞòD‚©x\x06 bFQžþ "
b"\x1C ╣\x06\x11 _üKÈØ<(éf=&ç "
b"\x1C ºïHÖÝL\x10 ¯*¾0Íû\v \r "
b"\x1C Û\x02 ܯ“JÄŸÆÂ\x1A iÞïn "
b"\x1D ^à’O²NH‡ï;²‘;ÐØ "
b"\x1D ¿Ülª\x1A IâîJHì¿h\x06 µ "
b"\x1E -¹\x05 é\x19 A„¹”t\x1D QÈÌ\x1E "
b"\x1E ƒ0¿ï\x00 Ou»òï²/Ìü0 "
b"\x1E ª×ÍݰBÝœ"<ÑãAÅî "
b"\x1F\x1C d‡}(F\x15 ³oÚ\x15 Ðt D "
b"\x1F U\x0E FTáJ£¶[i\x1D Œ¸Û¾ "
b" \x01 <\r \x07\x17 G£™&\x18 ž)x\x17 j "
b"""
.\x7F Á■\f Fìö<X¬\x15 ý\n
┼
"""
b" ×O—g\x18 B)¡-¯\x1E ‰Ø»% "
b"""
!Aìÿ¨kNqÉÔ¤\x19 \n
wÅ\x0F
"""
b"!oh°ŸBF’˜úá‘ýÃO© "
b""WvL“ÉD\x08 ©ÖrH\x13 ¨\r „ "
b"#\x19\x05 ¬¿ûO\x7F ½Å{æ\x12\x16 ×o "
b"#DÝ%ôTC\r ±O¥úMV "
b"# \x11 µÊ|Aˆ¡\x1A Ola’:1 "
b"#Ô\x1E Ç┴¿CfØuo¢\x16 àà\x0E "
b"$¡§HwËL\x1C ªb'æñÁs\x7F "
b"%\x07 ‡jÅÇF†½Ï»×ùuSJ "
b"%ëPè•mM‰¢\x17\x07 X¶Á?c "
b"&4!xÀ±N“¼‰C~`Ê!, "
b"&pšèÂZH\x16 ®xŸÚ·\x14 ¾W "
b"&‘‹j 5E\x1C ‚Ѧ߄¼Ó¼ "
b"'»Þ6}\x03 Mÿ³ÞŸ!{9Á: "
b"(#¥\x03 ñ–O÷»\Üyzf½© "
b"(=&L&7IC£Í\x1F {U\x19\x1C Š "
b"(`ØJûÛEÉÆtUòíl}¸ "
b"(p`•³MŸªH\x7F ]ê'”ò "
b"(Æ(\x1D\x19 PNÕ¦Îcé\f £² "
b"(ÐÍË»ªLϦ/\x0F R±¨•9 "
b"*-/™\r ~J¸„ \x7F ÁÄm\x03 g "
b"*€,\x00\x02 :A¦‚Èæ’›’Á¥ "
b"*·\x18 ¸=‚K\r £ò†õÍ N\v "
b"++Qüü\x05 N\x0E ³´/F\x13 9€ñ "
b"+²'Äç H\x07 ¿É┌J>ü¦É "
b",e˜åÒòA±»\x01 h] "
b",▓║|c\x12 G\t ┤ñU.5çAÅ "
b",ìfe«ÀLÕ§öq%Á7\x19\x1F "
b"-ü*ê\v ®BÀ▒°¢<7& 4 "
b"-Ò ËŒ\x0E Jz¸}×\v !Á\x00\x08 "
b"-ñµ\x13 V›H¢\t ¶K¿V…\x1C "
b".%M=pnAåºuÇ\x14\e\x02 ÜR "
b".{ã¹—ÚH¤¸[:Ë3‘‘µ "
b".Äÿ\x15 ¿(FvŒêxå\x13 €\x04 8 "
b"/?’%äFGq·Æºh#=r’ "
b"/BSÍwöHî©Â\v Þ¨ØÓ╠ "
b"/r\x05\x0F 9aO"°‘\x08 øH2¯Ö "
b"/¥ïl\t\x13 CÄŸAzÎ(7\x13 9 "
b"""
0Òu®³³Lü£ö'\x04\x16 \n
x”
"""
b"0ÓI\x00 ’eM‡¤ë|5\r \x1E †ß "
b"0▀9¿â\x08 LÑØâÃ^Q▒¢f "
b"1\x16 —±íâD\x08 ´3ö\A¢žó "
b"2\x03 ,æ<1C·Žun<ô¹}M "
b"2nWÒqUHr½\x08 މs\x00 £¸ "
b"2°/é8║B\x00 É;\x0F ºã¿wÑ "
b"3öe[E\x08 IwØ^Á\x15 B(%\x19 "
b"3œ<¯VÔM@¯œ2µjòRo "
b"4S-yz\x1D Mü¿’}±Tæn› "
b"4×j\x15\x00 ËGåƒWÖ/wð—b "
b"5\x1C çúk<NR¹%%¿3ÓŸì "
b"5\x7F \\x03 ÐÊD┬É~Äe\x11 º8? "
b"6\e\x01 —˜ØKÆ™\x06 Ý…Æ\x1A ‹ "
b"6 \x07 mÌåLàƒi݆ÌP;‹ "
b"6¾"ÿD┼EQÉ÷òÎ\x03 ÙD\x12 "
b"6ú\x19 {!8O+–TÀ&zÜÝd "
b"7åRj3┬@■┤«×WXÅ║2 "
b"7\x07 Q\x08 «I¹§"Ú„ÿº<Ô "
b"8ë&§¸ÛK┴░cÅLƒr¿ƒ "
b"8░\x05 6ÅÎEií\x1A ┼Ѩ\x16 ; "
b"9┌ıLù╩LºÅß\x11 k\v HR£ "
b":\x14 ƒÌ®~B|†ž QF£\x15 â "
b":vgò┼nC'ÿ╚TmúÅ\x1E + "
b"<}zôî§LoÅ¿×ï╠¦O└ "
b"=\x10 °y†ŒFî±\x14 ûi\r e4\x1A "
b"=VàSZýD^ÄÔYʬÉ{ý "
b"=ü¨ý{\x01 CñÁϺ#Zç\e H "
b">ŠÇ@´8Aí›ß¿\ÞS•} "
b">ó\x1D =)ÓDVƒ¨êJ··_á "
b"?\x11 aé•DO]»o\x11 íò›\J "
b"@1òÏLuFWºxÉ\x01\f ^ð] "
b"@]ÙT/®L±¹5~œHÞžÿ "
b"Aå\x01 ;gÖM:’·¢uÚŠôA "
b"Aÿ\x01\x07 UeD9ˆ¼ÈÓø\x06 ú‚ "
b"B\e\x18 Õ—æD*ºë5öè“í\x1E "
b"BD4\x00 ¥bAЕŸ™79—½Æ "
b"C‡ÚŽFñD‚ž„q¯ôÝmŠ "
b"CÎË\x15 žaIW”rðÞÅš=` "
b"CædºƒuJ\x17 ˆv®ù·¯ù\x16 "
b"Ds>ÅÔ\x1C Cí‘6\x15 ì\x1E Ü"¼ "
b"DߊßóþC‡ªwaØ¡KQ‚ "
b"Ex€D\x07 ¹Dó›<bºü½D} "
b"Fü\x1D\x7F\x12 ßEDä╝░¾S!Cª "
b"Fž·¨Å—O\x05 ª\x02 Ë©›ç;î "
]
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` ,
COALESCE (
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) AS `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) AS `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) AS `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) AS `property_group_option.group.customFields` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.languageId` ,
`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` ,
COALESCE (
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title`
) AS `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
COALESCE (
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt`
) AS `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
COALESCE (
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields`
) AS `property_group_option.media.customFields` ,
`property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation.languageId` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) AS `property_group_option.name` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) AS `property_group_option.position` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) AS `property_group_option.customFields` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.languageId`
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` ,
`property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id AS `property_group_option.translation.languageId`
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 `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.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` ,
`property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId`
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` . title AS `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . alt AS `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . custom_fields AS `property_group_option.media.translation.customFields` ,
`property_group_option.media.translation` . created_at AS `property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation` . updated_at AS `property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation` . media_id AS `property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation` . language_id AS `property_group_option.media.translation.languageId`
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` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `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` , COALESCE (`property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) AS `property_group_option.media.title` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) AS `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) AS `property_group_option.media.customFields` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` 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` , `property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id AS `property_group_option.translation.languageId` 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 `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.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` , `property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId` 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` . title AS `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt AS `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields AS `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at AS `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at AS `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id AS `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id AS `property_group_option.media.translation.languageId` 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 (0x0190BF2ACEC270D5AA3A423C2307FD42 , 0x0190BF2ACEDD710B98051B0B8FD42348 , 0x0190BF2ACEE8722C8F4F355C4B23411B , 0x0190BF2ACFFA733EAD578C13A271F600 , 0x0190BF2AD00671A49428B20828A2FC05 , 0x0190BF2AD01272F89EB5EB72439F216A , 0x0190BF2AD01D719DA7397BD1EF9E542B , 0x0190BF2AD028706C95575BE12270801F , 0x0190BF2AD032702E9A2219DE21A2C6C7 , 0x0190BF2AD146701194BA281BFE26653F , 0x0190BF2AD15770838D1F6F3C179A5C2D , 0x0190BF2AD16770B59691D78EF0AEA5AE , 0x0190BF2AD1857101B0EB50A02F91C15D , 0x0190BF2AD190702192B729287C1F8B4E , 0x0190BF2AD19B72A1A91A6F00BD27372A , 0x0190BF2AD1A7736EA0A785A87393DF91 , 0x0190BF2AD2B3713AB71915B68C6EF4B8 , 0x0190BF2AD2BE720E93BC3014C44C29D0 , 0x0190BF2AD2C97130AE33415D0E31B1D4 , 0x0190BF2AD2D47083850F17E8F1C631AD , 0x0190BF2AD2E1728899139AF67223E7A1 , 0x0190BF2AD2EC7006B1B76FBFC8AF199C , 0x0190BF2AD2F772E79920AE639BC4CEB9 , 0x0190BF2AD301734BB5EDAB768BC0319A , 0x0190BF2AD44B7129ABFF1F7479F6A4CE , 0x0190BF2AD458737489AD63A187270CF7 , 0x0190BF2AD46473C491CE84C6A9A3E4F2 , 0x0190BF2AD46F70B8B1D58E69F9030E55 , 0x0190BF2AD47B700C9ED7EC5685D41388 , 0x0190BF2AD48673C6ACD9AF8271B394DE , 0x0190BF2AD49273B3AE29E84A3C3A3B5A , 0x0190BF2AD49F731C9DC4A78AC64AA04E , 0x0190BF2AD5C2716886920487B76E86D8 , 0x0190BF2AD5CE717EB5D22D8B3C1E4C10 , 0x0190BF2AD5D971B7A7F364E5CFC6F6BA , 0x0190BF2AD5E470B1B19586B087729083 , 0x0190BF2AD5F370DD949C57678871B0B0 , 0x0190BF2AD5FD7358B83B4CA48FB8E640 , 0x0190BF2AD607719DB7720F7E9ED4FB54 , 0x0190BF2AD73870FD8E89ADAD17605270 , 0x0190BF2AD74773F699D4C95CAB895DDE , 0x0190BF2AD755731180FCD5125E0D0832 , 0x0190BF2AD76271ACB5D7ED1477B11D00 , 0x0190BF2AD76D733AA160A08DBD066D26 , 0x0190BF2AD77872ACBF6692014911B9F9 , 0x0190BF2AD876729687AEB0DBE9050498 , 0x0190BF2AD880731F8C28D76369C386AA , 0x0190BF2AD88A715093DA95CA9DEF8D67 , 0x0190BF2AD89470759EEB8B0C0D28812D , 0x0190BF2AD89E71F1B6A70C00D0C566C4 , 0x0190BF2AD8A871149C1068A7AC876F43 , 0x0190BF2AD9AB7132B49EAD7A90541D4E , 0x0190BF2AD9B6732C97BBAE1B28E0C31B , 0x0190BF2AD9C172E9A1738A3EF63C40E9 , 0x0190BF2AD9CC712A9F06C9D0ACD02F98 , 0x0190BF2AD9D67117BA0EF1AA73A7EF42 , 0x0190BF2AD9E1737AB50A2FC4BD3394D0 , 0x0190BF2ADB0F73399EE9D6F5008ECE4A , 0x0190BF2ADB1C713687554431D8845FC0 , 0x0190BF2ADB287323B710C8E5D7B5E3CE , 0x0190BF2ADB3570DE9909013430B299AF , 0x0190BF2ADB4471A4A97ED3E6583EC0E0 , 0x0190BF2ADB5071F3AEDB2B312BCD1667 , 0x0190BF2ADC69735FAE36CBDCA8FD4618 , 0x0190BF2ADC7471628B35472B9C371E01 , 0x0190BF2ADC7F70BEB93CFB3937BEFA0B , 0x0190BF2ADC9673BF9977D85DB6F7A982 , 0x0190BF2ADCA173F6B647E014FF1375A8 , 0x0190BF2ADDC373208E90CE422C746A67 , 0x0190BF2ADDCE70F6A60B3D3A2F8A4B9A , 0x0190BF2ADDDA73A3B505C747AC8353A1 , 0x0190BF2ADDF571ECA7298D63F5BF0087 , 0x0190BF2ADE0872BF951EB70B339553AC , 0x0190BF2ADE1A7003A94CACC8A89CF590 , 0x0190BF2AE03171579D665904D512E1EC , 0x0190BF2AE040718CAD8F3499798FB552 , 0x0190BF2AE04D708FAE1D9E9FD6675423 , 0x0190BF2AE05D71ADA0B6BB02B760CC2C , 0x0190BF2AE06A717390F97278D0A699B9 , 0x0190BF2AE1BC72D282D862FF469EA61F , 0x0190BF2AE1D4712FB917D56A7A728B1E , 0x0190BF2AE1DE727EA2D0EA6379E68D3E , 0x0190BF2AE1E97176BAE0DCEA55A44787 , 0x0190BF2AE1F4728BA669E62892085D29 , 0x0190BF2AE2107121B0BF8DBD1BBA1BF9 , 0x0190BF2AE21A71B7ABD9580764D310CE , 0x0190BF2AE22573F1BF1DA85477B3746F , 0x0190BF2AE22F717FB9D76C8684106D42 , 0x0190BF2AE23973F3AEE3ABB46731A264 , 0x0190BF2AE244716A9160422067888B9A , 0x0190BF2AE34470398707F7E1FA1B348C , 0x0190BF2AE34F7339B8AA20F90DD51708 , 0x0190BF2AE35A72E1BEBF42647936036A , 0x0190BF2AE36570D0964484395E71B20B , 0x0190BF2AE37372419B576040689FB02E , 0x0190BF2AE382719BA2BBE5DB7A58F87D , 0x0190BF2AE49C72C2B9968666385B5FB3 , 0x0190BF2AE4A770328584F0054D746B0A , 0x0190BF2AE4C673259966A342E8C839DD , 0x0190BF2AE4D17347B7B502B50FE21E21 , 0x0190BF2AE4DC72DCBCB23B2DA27D96CE , 0x0190BF2AE4E8711DA7BD93CE4A576DC1 , 0x0190BF2AE4F3727587CAE257910982E6 , 0x0190BF2AE4FF71BA82BAC2B94DA4B508 , 0x0190BF2AE6E0731BB75F30E4AC9575BD , 0x0190BF2AE6EC71D78E6D0B670DF117A2 , 0x0190BF2AE6F87308B63E4B81A995C467 , 0x0190BF2AE70370F28B316AEBBFF9C555 , 0x0190BF2AE7187019B7AB6FF7A39650DA , 0x0190BF2AE72473D4864A78B88F546403 , 0x0190BF2AE72E71F1B3A9493EE8B7C298 , 0x0190BF2AE8357280878FC146F120AC51 , 0x0190BF2AE8417023B4E5B4622B869E03 , 0x0190BF2AE84C72948435484A195BBA70 , 0x0190BF2AE85770988EE7DD41E82E51D5 , 0x0190BF2AE86273E2A4D8765B1552DAC5 , 0x0190BF2AE86C70379DF7E1C99FCE27BC , 0x0190BF2AE97973A59EF82D036434D6C1 , 0x0190BF2AE9847173B76FC9ABD0471FAA , 0x0190BF2AE99A70238813D776C256D4D2 , 0x0190BF2AE9A573B7A415F5EFE63974A3 , 0x0190BF2AE9B173A58F7DA8E9D49B2FDC , 0x0190BF2AEABD718A8828EA4C87E4F22B , 0x0190BF2AEAD67041B8A311AC9BC81DBA , 0x0190BF2AEAE1729BB92A31349C6C5A33 , 0x0190BF2AEAED71A680D9DFAAAEF503CD , 0x0190BF2AEAF8721188C090D7AD30285B , 0x0190BF2AEC1272DE89D0E59B34D7A35B , 0x0190BF2AEC1E71169CBDDE8B18CE3168 , 0x0190BF2AEC2B713482C44EEB20FA4BA4 , 0x0190BF2AEC3772C197A05F97122A7995 , 0x0190BF2AEC4173179C1CC476B4A161B8 , 0x0190BF2AEC4C731DB752AEE6BEF0C492 , 0x0190BF2AED5071E2B2021D114A9F8160 , 0x0190BF2AED5B7193B2B059E300C1CA02 , 0x0190BF2AED6672B2B72259D0AB3FDA3B , 0x0190BF2AED7371FA925FD482E974E97E , 0x0190BF2AED7E70FAA1C201AB6885D9C9 , 0x0190BF2AED89712CB5381D0D61FCC2C3 , 0x0190BF2AEE9072399773E9A70C32EEB3 , 0x0190BF2AEE9B716DA785EF484DD49CF6 , 0x0190BF2AEEA671168E85A14311989608 , 0x0190BF2AEEB1739195AEF9F0FFB31EF7 , 0x0190BF2AEEBD737C8F8E76C6683F1CA9 , 0x0190BF2AEEC87001982CF22B69EE5BAB , 0x0190BF2AEED371158A4D1E0C97C0BBDB , 0x0190BF2AEFE0717EB942DDB6BF1EF370 , 0x0190BF2AEFEB70A19BC4E0EA1A886955 , 0x0190BF2AF01670F9BE95000C3E4719B0 , 0x0190BF2AF021732A918E3B91CF6F0AA2 , 0x0190BF2AF02C7183BF6BEAA0904F52F3 , 0x0190BF2AF13F738FA16E25E02EF6A788 , 0x0190BF2AF14B725FA2D8855C7F39CFA8 , 0x0190BF2AF157724FA7350BFC1C17517A , 0x0190BF2AF16371A49D8E1E7680FEA81F , 0x0190BF2AF16F737D9AD4BEB9F9090AB2 , 0x0190BF2AF17C70418EB141BFF9784B71 , 0x0190BF2AF18872F8927864E339F05FDD , 0x0190BF2AF2B171839E1EEDE45BD2FDEB , 0x0190BF2AF2BD702184ACC8BEE28BC38E , 0x0190BF2AF2C9738198D76080A902BE9A , 0x0190BF2AF2D5702E8D6F069DAE6B315D , 0x0190BF2AF2E0716F93CA4738957DEB6D , 0x0190BF2AF2F172DF85AA456EC2CB2BF3 , 0x0190BF2AF3047377AF772B88105E1ACA , 0x0190BF2AF31671FFBC4EB96798487D1A , 0x0190BF2AF3287041B259F86CFC0AC496 , 0x0190BF2AF339714F87E503C05DB6EBB0 , 0x0190BF2AF48670488C555454E0D6D080 , 0x0190BF2AF4937133923C35CEA22F3174 , 0x0190BF2AF49E736DA1FEA74B4DB000AE , 0x0190BF2AF4A8726D95666E10D4C6D0FD , 0x0190BF2AF4B37211932CFB9CD846113B , 0x0190BF2AF4BE73F9910C2C4037E91645 , 0x0190BF2AF5D672D9920CC8CBD72CE430 , 0x0190BF2AF5E170B9B0D3513AA36EDE5E , 0x0190BF2AF5EB72778B158803DE75F633 , 0x0190BF2AF5F5722C8C7DE60C604FEFE8 , 0x0190BF2AF5FF71C881A99AC1815975AD , 0x0190BF2AF60A734BB09BE6947177451D , 0x0190BF2AF702734DAE83CC02481397DA , 0x0190BF2AF70D715C9C78DFF4031800B6 , 0x0190BF2AF7187207A5D4DF5C2A1946E0 , 0x0190BF2AF72472C993C6CA41F8AEADA0 , 0x0190BF2AF731736E982B2A791C1985A7 , 0x0190BF2AF73C73258E72A90D94017592 , 0x0190BF2AF74873998C793FED99B2721A , 0x0190BF2AF754712CAF83DA416799324E , 0x0190BF2AF75F72F29EBEAB4230B675C2 , 0x0190BF2AF88172DF83A00980252729F7 , 0x0190BF2AF88D71E68250B5790CE827CD , 0x0190BF2AF89870D7A6C86081314239FB , 0x0190BF2AF8A471078549562E56DC0696 , 0x0190BF2AF8AF704A9371096B00EE5D20 , 0x0190BF2AF8BB719B8CAF574B0EF60C33 , 0x0190BF2AF9B572DF95BE174209F63AB4 , 0x0190BF2AF9C0735298ABE231E32F8707 , 0x0190BF2B94B87266A545EECD04EE9B33 , 0x0190BF2BCCE2720CBC2952C298BB7BFC , 0x0190BF2BCD1A71AABBB3DC4A56AE09D7 , 0x0190BF2BCD28717892CBA26DD7CE4F0F , 0x0190BF2BCD3670029FA5D423752E4612 , 0x0190BF2BCD447317A5EBD1C63AEEA4C7 , 0x0190BF2BCD517226A556A34EDC9BDA97 , 0x0190BF2BCD5F720482EAE51D291D86D5 , 0x0190BF2BCD6D70D5A2E220C7318BD233 , 0x0190BF2BCD7A719FA93A6F16CD23D63F , 0x0190BF2BCD86723A80CDEEE3AF398CAA , 0x0190BF2BCD92739DB6975A48D5565628 , 0x0190BF2BCD9F72B290053216CA3B138B , 0x0190BF2BCDAC71688A14F9726452BAA1 , 0x0190BF2BCDB970B397D0D726CF53E5D7 , 0x0190BF2BCDC67390BDE76F6B71E78CF5 , 0x0190BF2BCDD7711E8431562D131AA248 , 0x0190BF2BCE4870C6805721D84DB6CA15 , 0x0190BF2BCE6E73B5960BB6326065A7CD , 0x0190BF2BCE91719387EE89548061DDD9 , 0x0190BF2BCED1703D8A034F4EEE9C8A6F , 0x0190BF2BCEF37006B16E9330744686AA , 0x0190BF2BCF157248A119D8F4D84D9527 , 0x0190BF2BCF3A73BD9FAEBD146065EFA6 , 0x0190BF2BCF4970B8A22D588B510C5A49 , 0x0190BF2BCF5670BD81E3BF55293EF5E7 , 0x0190BF2BCF6370878A4272B0AFB3CE2D , 0x0190BF2BCF7372959DBFF8F3A4459C67 , 0x0190BF2BCF8373E2936B4C4DCE36FFFB , 0x0190BF2BCF8F73B7A0EB994ADBA19186 , 0x0190BF2BCFE17040ADD5C4F72C7F3FE4 , 0x0190BF2BCFF1735D87DAC16EF78B9F4C , 0x0190BF2BCFFF7034A12913480D59E355 , 0x0190BF2BD00D717E96FCC982E77C5915 , 0x0190BF2BD01A7277895A0F5735FD711A , 0x0190BF2BD02773FEAB4017FB3313B2E9 , 0x0190BF2BD03471F1AB92B7367A799D9D , 0x0190BF2BD07770B48BA1B2F17DF7BCE3 , 0x0190BF2BD08473F187E313C45D6DE00D , 0x0190BF2BD0A8713799248BF746F39F55 , 0x0190BF2BD0B47339AB1E6C6F3D20C2D5 , 0x0190BF2BD0C170429A8B62DDED332BAE , 0x0190BF2BD0D17002A810C15243EA2934 , 0x0190BF2BD0DE73259EF3E3CA90357C47 , 0x0190BF2BD0F3739DADDE8F2A29509EC5 , 0x0190BF2BD103710097F4E30CA2D45EB4 , 0x0190BF2BD11272499B61A14D33599F5C , 0x0190BF2BD35A70939B624BB186455EDE , 0x0190BF2BD369728D822F686C02E20E88 , 0x0190BF2BD3777275BB452351C14547DA , 0x0190BF2BD3847243B02ADD6DD61F0A30 , 0x0190BF2BD391738EB1D43884AB0BF5F5 , 0x0190BF2BD39F7289B80E6B88D510104B , 0x0190BF2BD3AC738BBBC2F49D26042027 , 0x0190BF2BD3BB717AB6200D3115539C48 , 0x0190BF2BD3D6727F8A1866BAEFDB2885 , 0x0190BF2BD4EE7305BB95842820533CE0 , 0x0190BF2BD4FB736CAAA8AB6856B5D3AC , 0x0190BF2BD50C70A19DBB934955354B4A , 0x0190BF2BD51A73C282D945C5F9615C68 , 0x0190BF2BD527723986E0235F91FF597E , 0x0190BF2BD534724F930409B0A1FE6D2C , 0x0190BF2BD54272B4973073C54F60B222 , 0x0190BF2BD54F70BABA98B3FBA10A23F9 , 0x0190BF2BD55C71B699040F69ADAD4E7B , 0x0190BF2BD56A72E9942AC6443D1C0558 , 0x0190BF2BD57773EE884C081D230275AB , 0x0190BF2BD5847080A9E0659D1B57A6CE , 0x0190BF2BD592736A8AE64DFAF898262B , 0x0190BF2BD59F701CB46557B61C0D7243 , 0x0190BF2BD5AE735E98E1007C0B393E1F , 0x0190BF2BD5BB706DA5C009409BD913DC , 0x0190BF2BD5C77115BBBAD8246E20D54C , 0x0190BF2BD5D5702BA3F5FAC58EF6209C , 0x0190BF2BD5E2705C88CC8FF625B1FF72 , 0x0190BF2BD5EE7178B7954417015975F9 , 0x0190BF2BD5FB72C7A0221FAF047478AE , 0x0190BF2BD61570A5A9D8751323FD3D91 , 0x0190BF2BD7617307AD18529C106EFCCF , 0x0190BF2BD76F7129A1E0030A28A431FC , 0x0190BF2BD77B7128AC2FA37993218535 , 0x0190BF2BD788733DB10DC503D5793443 , 0x0190BF2BD7977387B6579559A31D614F , 0x0190BF2BD7A473A09BE6E3E8D8CFF021 , 0x0190BF2BD7B0713EA1AAFAA990FA57C5 , 0x0190BF2BD7BD716FA5F6A6537B3F8EEF , 0x0190BF2BD7FC72F9A83E3F626E120FFA , 0x0190BF2BD90A715C85A260A2C2BD8464 , 0x0190BF2BD91771BA931E61F81D1A4C40 , 0x0190BF2BD94670588106FE3768107C70 , 0x0190BF2BD95373919C3E7634D95E9709 , 0x0190BF2BD96072CE842DCCDD8DB01A3C , 0x0190BF2BD96D7334927C27BE17A0CB9E , 0x0190BF2BD98672C395C624DC02185D2C , 0x0190BF2BD9AF71E68F93C056567DC6A3 , 0x0190BF2BD9BC71738BD6615E385FD3AB , 0x0190BF2BD9CA70C69A2A83F11EA8BB90 , 0x0190BF2BD9D771E1A18255D6449B270F , 0x0190BF2BD9E570B584F764CBD7641EBD , 0x0190BF2BD9F5735694D0C61D0F997826 , 0x0190BF2BDA037360A238410265DAED55 , 0x0190BF2BDA1172DBA0E325236AA64529 , 0x0190BF2BDA557130B1E3FE0B04DCCBC9 , 0x0190BF2BDA6372998F4722B543410B03 , 0x0190BF2BDA71709F965C64EA4DD6DDE7 , 0x0190BF2BDA7F70C3BAD7971DD1385063 , 0x0190BF2BDA8D725A91AED45613ADA56D , 0x0190BF2BDA9A7294AFAFE3E4DCE61901 , 0x0190BF2BDAA8730D829E3BC690FD5450 , 0x0190BF2BDAB672C6A355C1837DFA65E2 , 0x0190BF2BDAC470F499A111D3AE8CFEF6 , 0x0190BF2BDAD17058A68FC0BFA29064D5 , 0x0190BF2BDAEC71EA9AC38880A282DCE8 , 0x0190BF2BDAF873128C7995734B697B8B , 0x0190BF2BDB0573888FDD8F4FF7EDB208 , 0x0190BF2BDB1E7148ABCA70057D2A0230 , 0x0190BF2BDB2A72BDAC2137DA3A3E02DA , 0x0190DCA06776715A99E9A98C5ABD799D , 0x0190DCA067C07043A637DC8388E1A180 , 0x0190DCA0680A706B8644161AD1DE9E8E , 0x0190DCA068557258B0ABA3EE85EC020E , 0x0190DCA068A17371AE6AE94ED4004D58 , 0x0190DCA068EC72E0996514AB0518EA7E , 0x0190DCA0693670D6AEE1EB0EB7C72A5C , 0x0190DCA0698270A6A849B46D398B21C1 , 0x0190DCA06B4E70F7B72B2DFF15B3CD52 , 0x0190DCA06B99706A80FD937FB2FB0C36 , 0x0191BB5A082473B6B4751064DFD5678A , 0x019228B759407F57880DE026C11C0152 , 0x019238187F8F77B2BB67AC41E3A5B432 , 0x01923818C3747962B2C625CBA80AA3C0 , 0x019238191893745DBFCA5D1E6E90BA38 , 0x019248C927397EFEA1693DCBCB704930 , 0x019248C9569E73BA97DCEFB60DFD321B , 0x0195B4E99DFC73B08A28986DAD288FD5 , 0x0195B4E99FCE71A5B9F606FB316E4A4C , 0x0195B4E99FDD71A487751BFB139512AC , 0x0195B4E9A03A71299EE6828E73312CD0 , 0x0195B4E9A049729FB49F8B40309518B3 , 0x0195B4E9A05771CFB08E7282BAA03F67 , 0x01BC05F75B8D407992BD3BFAAB258CB2 , 0x01EBD997F04D408EA5B3626C543B5817 , 0x02961D823E81449A8C51C0CA109EA504 , 0x02F2B063B91045809724D45607FFC9AA , 0x032DEE76C7574F73B2ED7980E534A86A , 0x032F7435816E46C0A38C2B4AE0D9028F , 0x034C6A0E9DF64CDBA5BAA2A099DC0FEB , 0x0361211C77DC476FBC87FCDA47879C7C , 0x03BE1B1977A540F7BC6CBDD281E6EC07 , 0x044FE4EC5B1A44BDAAF50D17E4D239FB , 0x04F49872DEC34F5B8D2D3EA8CC0FE3E1 , 0x0547F7ED419149B892D0731007C4A602 , 0x05915A31EF614A839DD4F0D3F60706AB , 0x05E4F7568F284368828D633DD22C8AE2 , 0x05F87578895B4F8B8FFFEA1EB9054049 , 0x06D59DCA41F849B09C3CD56867F8EB7F , 0x07968F453C744456916CB373C0F28908 , 0x085A7FF6488C41E58F8CFCE952636443 , 0x0A033CED9CC0418FB28DE482F71ECF55 , 0x0A6966D855454B0783AA521775E8EED9 , 0x0A726D3BF56D45AFA1CF5AFAB0468D99 , 0x0ADDFBF5F464425D82E2C9E25865911E , 0x0AEA9A58272B42C79F2F00D3F1F37F8D , 0x0B6ADBDE43E84F76B7F8291B9A392AC0 , 0x0C6696BBF79D44218A13A858FC912378 , 0x0C83774A26F445E3887580AA054D097D , 0x0C9D4BAEFCB3474FBD59716C4630DFFB , 0x0CA9AA2D5CD0407DAA5E46FDAF25480D , 0x0CF66E657FFA4C708D0838592CA5FD13 , 0x0D83F6534F624288935CE8047892A195 , 0x0D983DE00F0A4FB293019D0D366BE1E8 , 0x0DA16C7E9B1D4EC29905D636D807AEA9 , 0x0DDB4FE7ED2D4498826A4757DA978E46 , 0x0DDB9A4928754484B3C8B57C6FBBD20F , 0x0E58142386C64E99B53D338D4E19CAA6 , 0x0F37809C655340F1BC4B698A924A590F , 0x0F5F9B2105B844648B32BEC49C2089C5 , 0x10A5C7D4B15448B9BF90728219A61AC8 , 0x111F5624804B438896AB709EE124278A , 0x1139ECE06E364007B77BF81073380471 , 0x116DCE3762A54BC1A91D1B49BC821A1D , 0x1174D7E2895B4BE496994063A45C8B01 , 0x11B0ABEC153048319A0DEC32ED9E5663 , 0x11EF9DF343B6441D9FB616A34DB1F082 , 0x1339EB6AF78D425585CAC9046C4E66E4 , 0x141AA7C4A2314C89989C7DE752B01A8F , 0x1434D60978D742B8A8ABFB659F796072 , 0x144B10FD875F4BBF85753C7AC91EA946 , 0x145D1AB7C8704503ACDE80D1C476FC41 , 0x14BC6F56555249B989F748E1EDA240DA , 0x154ED7C6A2E14ED7A1FF381CC111C096 , 0x15B28D280F9D49BB80D5ED5C8BC0334A , 0x1654EDBC7D7C4DBF808E7AF656C421BB , 0x16B3D555537E4C108DA634995D21A062 , 0x174DEE10306446B4A5D232A0B3137894 , 0x17D08C63F7FA436EB906FEE6489CE9E6 , 0x188D2706B2F8453DA1B96E18EE4ADBD2 , 0x19110DECCCE848B5B17D46DDF0B0CF4E , 0x19321FE477CF4E1E968D5BF0F1808294 , 0x19692A3B30B3410E80C205C195A42106 , 0x1A8BC3BE1E224C408637376C58AE5D2A , 0x1BBDAC1200224913B4328F55284FF7F6 , 0x1C3F3760D9444E49BAF3F6185A2CF1D4 , 0x1C4EA9FB7B0E43D49F42A4AA919BBB07 , 0x1C6594A1790E4239A73C73C0BD2A53F6 , 0x1C65CC28053E45C791C7DF5BAF9C6ADE , 0x1C856852DEF24482A978066246519EFE , 0x1CB906115F814BD49D3C2882663D2687 , 0x1CBAEF48D6DD4C10AF2ABE30CDFB0B0D , 0x1CDB02DCAF934AC49FC6C21A69DEEF6E , 0x1D5EE0924FB24E4887EF3BB2913BD0D8 , 0x1DA89A6CA61A49838C4A488DA86806E6 , 0x1E2DB905E9194184B994741D51C8CC1E , 0x1E8330BFEF004F75BBF2EFB22FCCFC30 , 0x1EAAD7CDDDB042DD9C223CD1E341C5EE , 0x1F1C64877D284615B36FDA15D074A044 , 0x1F550E4654E14AA3B65B691D8CB8DBBE , 0x20013C0D071747A39926189E2978176A , 0x202E7FB5FE0C468D943C58AA15EC0AC5 , 0x20D74F9767184229A12DAF1E89D8BB25 , 0x21418D98F96B4E7190E2CF190A778F0F , 0x216F68B09F42469298FAE191FDC34FA9 , 0x2257764C93C94408A9D6724813A80D84 , 0x231905AAA8964F7FAB8F7B9112169E6F , 0x2344DD25F454430DA0ADB14FA5FA4D56 , 0x23A011B5CA7C4188A11A4F6C61923A31 , 0x23E21E80C1A843669D756FBD1685850E , 0x24A1A74877CB4C1CAA6227E6F1C1737F , 0x2507876AC5C74686BDCFBBD7F975534A , 0x25EB50E8956D4D89A2170758B6C13F63 , 0x26342178C0B14E93BC89437E60CA212C , 0x26709AE8C25A4816AE789FDAB714BE57 , 0x26918B6A2035451C82D1A6DF84BCD3BC , 0x27BBDE367D034DFFB3DE9F217B39C13A , 0x2823A503F1964FF7BB5CDC797A66BDA9 , 0x283D264C26374943A3CD1F7B55191C8A , 0x28609D4A96EA459092745595A16C7DF7 , 0x2870AD6095B34D9FAA487F5DEA2794F2 , 0x28C6281D19504ED5ADA6CE63E90CA3B2 , 0x28D0CDCBBBAA4CCFA62F0F52B1A89539 , 0x2A2D2F990D7E4AB884A07FC1C46D0367 , 0x2A802C00023A41A682C8E6929B92C1A5 , 0x2AB718B83D824B0DA3F286F5CDA04E0B , 0x2B2B51FCFC054E0EB3B42F46133980F1 , 0x2BFD278E87204807A890DA4A3E81DD90 , 0x2C6598E5D2F241B1BB01AD685DEEB19C , 0x2CB2BA7C63124709B4A4552E3587418F , 0x2CEC6665ABC04CD5A7F67125C137191F , 0x2D812A880BA942B7B1F8BD3C3726FF34 , 0x2DD2A0CB8C0E4A7AB87DD70B21C10008 , 0x2DF1B513569B48C2A209B64BBF56851C , 0x2E254D3D706E41E5BA75C7141B02DC52 , 0x2E7BE3B997DA48A4B85B3ACB339191B5 , 0x2EC4FF15BF2846768CEA78E513800438 , 0x2F3F9225E4464771B7C6BA68233D7292 , 0x2F4253D67794488CB8B60BE8F99DE0CC , 0x2F72050F39614F22B09108F84832AFD6 , 0x2FA5EF6C091343C49F417ACE28371339 , 0x30D275AEB3B34CFCA3F62704160A7894 , 0x30D3490092654D87A4EB7C350D1E86DF , 0x30DF39A883084CA59D83C75E51B1BD66 , 0x311697B1EDE24408B433F65C41A29EF3 , 0x32032CE63C3143B78E756E3CF4B97D4D , 0x326E57D271554872BD088E897300A3B8 , 0x32F82F8238BA4200903B0FA7C6A877A5 , 0x3394655B450849779D5EB51542282519 , 0x339C3CAF56D44D40AF9C32B56AF2526F , 0x34532D797A1D4DFCBF927DB154E66E9B , 0x34D76A1500CB47E58357D62F77F09762 , 0x351CE7FA6B3C4E52B92525BF33D39FEC , 0x357F5C03D1D244C2907E8E6511A7383F , 0x361B019798D84BC69906DD85ADC61A8B , 0x3620076DCCE54CE08369DD86CC503B8B , 0x36F3229844C5455190F695D703EB4412 , 0x36FA197B21384F2B9654C0267ADCDD64 , 0x3786526A33C240FEB4AE9E57588FBA32 , 0x37AD075108AB49B9A722DA84FFBA3CD4 , 0x388926F5F7EA4BC1B0638F4C9F72A89F , 0x38B005368FD74569A11AFFC5A5F9163B , 0x39DAD54C97CA4CA78FE1116B0B48529C , 0x3A1483CCAE7E427C869E205146A315E2 , 0x3A766795C56E432798C8546DA38F1E2B , 0x3C7D7A938CF54C6F8FA89E8BCCDD4FC0 , 0x3D10B079868C46EEB114FB690D65341A , 0x3D5685535AEC445E8EE259D2AA907BEC , 0x3D81F9EC7B0143A4B5D8A7235A871B48 , 0x3E8AC740B43841ED9BDFBF5CDE53957D , 0x3EF31D3D29D3445683A8EA4AB7B75FE1 , 0x3F1161E995444F5DBB6F11EDF29B5C4A , 0x403195D84C754657A77890010C5ED05D , 0x405DD9542FAE4CB1B9357E9C48DE9EFF , 0x41E5013B67D64D3A92B7A275DA8AF441 , 0x41FF01075565443988BCC8D3F806FA82 , 0x421B18D597E6442ABAEB35F6E893ED1E , 0x42443400A56241D0959F99373997BDC6 , 0x4387DA8E46F144829E8471AFF4DD6D8A , 0x43CECB159E6149579472F0DEC59A3D60 , 0x43E664BA83754A178876AEF9B7AFF916 , 0x44733EC5D41C43ED913615EC1EDC22BC , 0x44DF8ADFF3FE4387AA7761D8A14B5182 , 0x4578804407B944F39B3C62BAFCBD447D , 0x46811D7F12E1454484BCB0F3532143A6 , 0x469EB7A8C5974F05AA02CBA99BE73BEE );
Copy
92
3.56 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000
Parameters :
[
true
b"\x00\x1E ¼†;þHó”\x17\x19 \n €Ã0' "
b"\x01 Å(Ò(µ}\v ó¡´]³-õ "
b"\x01 Å├ýï\f yòÁw2]\x7F \r <± "
b"\x01 Å├ý┼Þq‗ü*À¹¡\r 2! "
b"\x01 É┐\x04 ËdqþÄÙâ 56Ñ "
b"\x01 É┐\x04 Ëms¦ëÏ~└\x16 ¬l┤ "
b"\x01 É┐\x06 D`s╔à\x1C d[¿|Ñ▄ "
b"\x01 É┐\x07 CBsD½C┐¹V:-\x13 "
b"\x01 É┐\x07 T¨s^Ø\r ╬áãÝÿ\x19 "
b"\x01 É┐\x07 dcs$«\x06 Ý┐XÞ\x04 À "
b"\x01 É┐\x07 dñsT£Å\x13 ªD\x0F ]\e "
b"\x01 É┐\x07 y╦r7│þÄ\g#\x1E k "
b"\x01 É┐\x07 ü┤scå¿-#·TÐæ "
b"\x01 É┐\x08 ╦ÁqAîÍ╗£hú)8 "
b"\x01 É┐\x08 ¤ÿqT¿u─\x02 ▄ò\v ¯ "
b"\x01 É┐\x08 Ëúr┘ûX³¥╗¹Ú¶ "
b"\x01 É┐\x08 ÓNsîÆÑ¹)Gë\x13 ë "
b"\x01 É┐\x08 ¯Pq\x16 ¬<├'ä\q─ "
b"\x01 É┐\x08 ·ôqþâgJõ\x1C 3Ï\x15 "
b"\x01 É┐\t H,p\e ½Ç7Êmþg~ "
b"\x01 É┐\t L5q¢®e^g'®ÐÅ "
b"\x01 É┐\t P s¤╗vV\x1A 6§5# "
b"\x01 É┐\t P+p╗▓3_±zxhí "
b"\x01 É┐\t P4r╦Àû®2h┬ÔÄ "
b"\x01 É┐\t P=p¸â>TÖrS2\x0E "
b"\x01 É┐\t PFp+ºe¤³ª┬╝ "
b"\x01 É┐\t PNr5î\x02 ̶@\x08 ▀| "
b"\x01 É┐\t PUrfö\r Ho>R´╔ "
b"\x01 É┐\t æRs═ÂÑ5\x1E ;/ıü "
b"\x01 É┐\t ô4r\x1A ║¥\x0E ªÕb╗Û "
b"\x01 É┐\t ùjr4┐Äß1W\t M┐ "
b"\x01 É┐\t øÂqÁÆdØJ| O┴ "
b"\x01 É┐\t á&s\e ë┌7ö0\x17\x0F D "
b"\x01 É┐\t ñ\rbù_#Æ\v s¥Ä "
b"\x01 É┐\t ¿Ïp╬┐Û╚7\v Ø`¸ "
b"\x01 É┐\t ¼¸prÜ\x12\x06 Px+;â "
b"\x01 É┐\t ▒ qz╣|½ì\x1A\x04\x0F\x01 "
b"\x01 É┐\t ÁksÒïl┤o(\t ░\x05 "
b"\x01 É┐\t ╣Ïp\x03 ªm\e A&èı· "
b"\x01 É┐\t ¦þsq®å╠=╣FÈõ "
b"\x01 É┐\t Ô\x11 s╚«)Êt:▓¡Õ "
b"\x01 É┐\t µ=sêù▀WÚ¥ñ!│ "
b"\x01 É┐\t Ûúrfè°QfîÁª; "
b"\x01 É┐\t ¯Íp─áðÊÎw^~ "
b"\x01 É┐\t ¾gp└êA═\x17 g`GC "
b"\x01 É┐\t ¾ªrÿû$$nç\r ├m "
b"\x01 É┐\t ¾µrƼµ\x1E ¿▒0}$ "
b"\x01 É┐\t ¶%p4ï7Ç\°\x08 ├" "
b"\x01 É┐\t °Ýs¸╣\x01 s\x7F ╬$^; "
b"\x01 É┐\t ²│s\x03 å ÍOîÊý2 "
b"\x01 É┐\t ²¥p\x13 Ä]´à\x0F\x17 N² "
b"""
\x01 É┐\n
\x02 âpoÇ╔²Mh▀\x1E ø
"""
b"""
\x01 É┐\n
\x02 îr\x1A │ò\v z╗c:N
"""
b"""
\x01 É┐\n
\x02 örêƒú÷¬¥7ó-
"""
b"""
\x01 É┐\n
\x07 \r p;½'\x1E óð«å
"""
b"""
\x01 É┐\n
\f DrèâvÔð╩\x19 ╝ò
"""
b"""
\x01 É┐\n
\f ¢p ¡▒\f\x16 ╦│7\x16
"""
b"""
\x01 É┐\n
\x12 IrìÆ¢lÿûÈG║
"""
b"""
\x01 É┐\n
\x13 .q)®ù¢ùu\x14\x15 õ
"""
b"""
\x01 É┐\n
\x17 █r\x13 ┐¿F\f ±ÕH|
"""
b"""
\x01 É┐\n
\x1A JpùóãèiòqÅc
"""
b"""
\x01 É┐\n
\x1C ¼s%«%╠■P▓h¥
"""
b"""
\x01 É┐\n
\x1C ýrÒï▄Ë\e ¾`²(
"""
b"""
\x01 É┐\n
\x1D _p\x06 øé4\x01 b]Ô¿
"""
b"""
\x01 É┐\n
\x1D ÈrÊ¡\x01 nK¢\x1F Tø
"""
b"""
\x01 É┐\n
\x1E Ps½Ü╗\x1A %^%z>
"""
b"""
\x01 É┐\n
&s(¢µ$┼uÇ├H
"""
b"""
\x01 É┐\n
%\x14 p■à┐╣É_\r \x15 &
"""
b"""
\x01 É┐\n
*\e s╝¿\x03 a\x14 ±¼Åì
"""
b"""
\x01 É┐\n
+┌sıÆSüZ~«ºÁ
"""
b"""
\x01 É┐\n
0ùq9Àã╠,]©\x1C ╝
"""
b"""
\x01 É┐\n
2ápÜ╗\x1F SÃ╬m\x01 ║
"""
b"""
\x01 É┐\n
2³sj×0ú\x10 «Ðþ×
"""
b"""
\x01 É┐\n
9pUÂ╔╬ÍÑ3\x1D ƒ
"""
b"""
\x01 É┐\n
>Ëq\x1A ╗Ø`@■\x19 °\x1D
"""
b"""
\x01 É┐\n
Cùp߬Å>Þ▒¬ëÚ
"""
b"""
\x01 É┐\n
H9p®Â<\x10\x11 ½#¢p
"""
b"""
\x01 É┐\n
Hxq╬û\x11 G¹`å╣B
"""
b"""
\x01 É┐\n
LÈrÒè§╔0äÑ:Q
"""
b"""
\x01 É┐\n
Q└qA©´´&oÑãæ
"""
b"""
\x01 É┐\n
Vöpýƒ4\x07 ò\x1F Þ\r Ë
"""
b"""
\x01 É┐\n
[apXéó5╝ÈÉ\x1A (
"""
b"""
\x01 É┐\n
`\x1A r-ɯói.╝¾-
"""
b"""
\x01 É┐\n
d╦pq¬(╠\x17 ôa½a
"""
b"""
\x01 É┐\n
j\x0F qƒÉ║°╗RN0┼
"""
b"""
\x01 É┐\n
nòsÝñÀF²w\x16 H\x01
"""
b"""
\x01 É┐\n
sms%¡ó iD¿ïw
"""
b"""
\x01 É┐\n
x\x0F sͪ$Â%!»\v »
"""
b"""
\x01 É┐\n
}op▒Å=╬ÆW\5é
"""
b"""
\x01 É┐\n
éËq\v ìÂW:SNÞN
"""
b"""
\x01 É┐\n
â{sc╝\x0E ƒôý\e ¿(
"""
b"""
\x01 É┐\n
ë±slñiÓµ\x07 z©a
"""
b"""
\x01 É┐\n
ï\x07 sÓ©┐âf▓éOj
"""
b"""
\x01 É┐\n
æ"s\x02 î½\x15\x10 H:ùk
"""
b"""
\x01 É┐\n
Æ\t q└º‗┼╠úÝÃu
"""
b"""
\x01 É┐\n
Ö\x04 q┘íxã░¢!¡0
"""
b"""
\x01 É┐\n
Ü!p0æf\x17 Ù;{'X
"""
b"""
\x01 É┐\n
í╝p¤▒\x14 aÈ\x16 z-k
"""
b"""
\x01 É┐\n
ªápÁÄ\x1A Íx╣a└\x13
"""
b"""
\x01 É┐\n
½éq8▒7ô³\x05 P╗,
"""
b"""
\x01 É┐\n
½└pUéhÇ\x1A ±×Ý\x04
"""
b"""
\x01 É┐\n
½²q\x19 긾h9¼ÊU
"""
b"""
\x01 É┐\n
¼;pçô;\x11 ╦ð~°\x06
"""
b"""
\x01 É┐\n
¼zp5ÉÛÄC=\x01 3)
"""
b"\x01 É┐\n ¼╗qõÜ\x00 \n \x16 ¦╦tæ "
b"""
\x01 É┐\n
¼³sν\x06 S\x07 hfåÑ
"""
b"""
\x01 É┐\n
¡=p\x12 ï└BY`¤(ä
"""
b"""
\x01 É┐\n
▓Fpãà.á═î½#Ô
"""
b"""
\x01 É┐\n
▓SpU½\e\f\x1F\x1E ßÂ╔
"""
b"""
\x01 É┐\n
ÀnsǪ6Jɬ┴y\x19
"""
b"""
\x01 É┐\n
À¼sÅÖfȶ\x19 âo\x0E
"""
b"""
\x01 É┐\n
ÀÙs\x04 Á×y\x1E úBv¡
"""
b"""
\x01 É┐\n
©*s!Äû.┴C|f7
"""
b"""
\x01 É┐\n
©is#┤Â;±1Ê┌\
"""
b"\x01 É┐*1)r\x03 â&\x13 µÝÞ\x13 ö "
b"\x01 É┐*16q°╗AS\f ¥âñ³ "
b"\x01 É┐*1Hp&¡hÀ©6Ää] "
b"\x01 É┐*1Qrø║,÷W9ªêÔ "
b"\x01 É┐*1[s┐¿% Ü\x15 »÷î "
b"\x01 É┐*1esÕÅH‗:└ð\x08 Û "
b"\x01 É┐*1áp\x1A òW▀ÏÖ└ß "
b"\x01 É┐*1¼q■©vPzäáê> "
b"""
\x01 É┐*1Àq`¬p┼8ÿN\n
9
"""
b"\x01 É┐*1╩q╩▓À═╦¡@~ô "
b"\x01 É┐*1ıp\x1C ×\x15 +MÁ\f\x1A \ "
b"\x01 É┐*1ÓqIøaôÕ╝╝E~ "
b"\x01 É┐*1Ûsåé(│\Â┌┤ "
b"\x01 É┐*1§r┼óV9\x7F ¿█dÓ "
b"\x01 É┐*2\x01 pYÉØÆ╦\e <┌Q "
b"\x01 É┐*2\r s\x7F ▒\x18 U¯qÍñ "
b"\x01 É┐*2\x18 rýäJ[À\x13 !²( "
b"\x01 É┐*2*sïîD©Ù\x1A ┴╣â "
b"\x01 É┐*24rþ½{È╔¶G\x16 └ "
b"\x01 É┐*2nqËѪUÈû\x00 ¹' "
b"\x01 É┐*2zq\x07 Ü-¡\x1C\x1A åJ^ "
b"\x01 É┐*2ÄpÛì\x7F ║,¦╦¢s "
b"\x01 É┐*2úq\x0E ╝!r\x17 !È* "
b"\x01 É┐*2Ìs·×¡>nª\x7F ÄO "
b"\x01 É┐*3lq_îþ,Å\x12 c¹² "
b"\x01 É┐*3┤prº\x19 <*À%:² "
b"\x01 É┐*4\x19 pªç\x17 ïK\t ¾¼Ø "
b"\x01 É┐*EKr¦âi12\x0F ³ÿ▄ "
b"\x01 É┐*hJq<ÅÏbLB°Ê┤ "
b"""
\x01 É┐*iØscò{`á\\n
\x11 7
"""
b"\x01 É┐*iºqT¼!ðK\x0F s¸T "
b"\x01 É┐*i▒phǧ\x03 6\f Ã├Q "
b"\x01 É┐*i╝rr®753¶ð\x02\x00 "
b"\x01 É┐*iãrýÁÊmMG9×Y "
b"\x01 É┐*iðs¤æ$Ø«èºX▓ "
b"\x01 É┐*i┌sA¡\x7F moK=@æ "
b"""
\x01 É┐*jÔqªôA7ý\n
ió\x04
"""
b"\x01 É┐*j´sA©\x03 ╔┌\x03\x00 Ø\x1E "
b"\x01 É┐*j¨rò®mv!KÚ÷3 "
b"\x01 É┐*k\x04 skä¤>wl8¥¿ "
b"\x01 É┐*k\x0E s£╝g+═┐\x "
b"\x01 É┐*k\x19 qù╗íË\e úÌE® "
b"\x01 É┐*k$r\x1D ó@\x08 L=Ó═¦ "
b"\x01 É┐*l)raƒ@½{¢U└\x1F "
b"\x01 É┐*m«sÍûA8y¸é!\x16 "
b"\x01 É┐*m©sÏóù\x06\x1A «Ã╚▀ "
b"\x01 É┐*m┬q1é¡óð-ï╬\x16 "
b"\x01 É┐*m╠rèÅù#▄ã█¶^ "
b"\x01 É┐*mÍp\x01 ¿ÈZ┬at\x1D ■ "
b"\x01 É┐*mÒptò]Ý÷ªúÓ4 "
b"\x01 É┐*mÝq¿£▀■¤]╠\r 4 "
b"\x01 É┐*m¸rÔ┐═æ\x00 pÈÇ "
b"\x01 É┐*n\x01 q6ïµ╗\x12 4I¸¯ "
b"""
\x01 É┐*n\v r\x03 ÉÌ\n
Ù\x1D râ`
"""
b"\x01 É┐*n\x15 q§▓X\x01 í%h┬\x10 "
b"\x01 É┐*n\x1F q½Âãä¶RLòw "
b"\x01 É┐*o[rÿ▓n|┐¿K\x13 × "
b"\x01 É┐*ogrÍæ┘├<\x1D fôÐ "
b"\x01 É┐*osr1▓¨\x1C\x11 aÃ~V "
b"\x01 É┐*o~rb╝I3┬\x0E ³Yä "
b"\x01 É┐*oês\x1C á§ã\f ÿÕúJ "
b"\x01 É┐*oÆqW®0åÐ▄8Hı "
b"\x01 É┐*oøpîøýÌ░ü\t èà "
b"\x01 É┐*oÑp‗ÿ\x13 ×╣╝sPT "
b"\x01 É┐*o░q¯╗fvôLH9( "
b"\x01 É┐*o║qøÜ)\v\x11\x19 Ú\e I "
b"\x01 É┐*o─scëjõø\x03 6¥ "
b"\x01 É┐*p¨r"ùÚPx▒Gzù "
b"\x01 É┐*q\x04 qB¬╠\UÛ░æ "
b"\x01 É┐*q\r pÞâ¦\x08 5ÑÈ‗± "
b"\x01 É┐*q\x17 s¹º^ /Â2Y\x12 "
b"\x01 É┐*q s\x03 ø┴*[rù■< "
b"\x01 É┐*q*p}ÀYL*97øË "
b"\x01 É┐*r\x1E ræÜ÷®ÀÔzCÌ "
b"\x01 É┐*r)svÉôñ9rÅ¢Á "
b"\x01 É┐*r4r\x07 ▒Ú²┐²╬ÚÙ "
b"\x01 É┐*r=ríö=dzg3uß "
b"\x01 É┐*rGqÒ×gç├ëÆ¡9 "
b"\x01 É┐*rPqéü2È Åó\x00 ┤ "
b"\x01 É┐*sFsFäÝ,Èo}sî "
b"""
\x01 É┐*sPr\n
Ö▒▄©┤Îz%
"""
b"\x01 É┐*s[q│À¬î█»┤ó "
b"\x01 É┐*sepSù░'\x0F\x1C ¯\x1F 9 "
b"\x01 É┐*soqÙûr\x1C I&[ª¾ "
b"\x01 É┐*sxq ѽ\x0F\x11 ÞsÒ: "
b"\x01 É┐*tiq░┐£þ┴┤\x16 4é "
b"\x01 É┐*tts\x12 èè}└²Q─u "
b"\x01 É┐*uÏq╠ôN7wƒ%KÑ "
b"\x01 É┐*w┬qA¢:¾©n\x19 Á1 "
b"\x01 É┐*xÓp\x7F èôO·{©a\x17 "
b"\x01 É┐*z:rHÀÇ▄)┬Û█\x12 "
b"\x01 É┐*zFr\x18 º§î{b_ÒÙ "
b"\x01 É┐*{Âp÷│\x15 \ÿ=ÄÉ· "
b"\x01 É┐*{┴r\x08 áA¢ÇØâäÌ "
b"\x01 É┐*{═sQ¿F!7Ì}╚? "
b"\x01 É┐*{█p\x11 À9f╔\x04 5=H "
b"\x01 É┐*{ÛqÈñ═╬.\f ðmM "
b"\x01 É┐*}\x18 p¨»ùúÓ`ò[; "
b"\x01 É┐*}&q\x1F ½ÜÌb´%ÍB "
b"\x01 É┐*}1p\x17 î\x02 F▄m³y\x16 "
b"\x01 É┐*}Ir¥│ô┌╔äí÷█ "
b"\x01 É┐*}Ts?¼ª%س«│ "
b"\x01 É┐*}^p¾¥3Î9¦óO1 "
b"\x01 É┐*~{qè¢E\x1A\x01 ËxMd "
b"\x01 É┐*~ïpIòyB═i`I´ "
b"\x01 É┐*~øpðÉ\x7F ¦mí\x17 Ô> "
b"\x01 É┐*~¿p\x14 ÿ\x11 ┤└║_┼á "
b"\x01 É┐*~│pÈîZ¯█8»9 "
b"\x01 É┐*~╝p┤«\x1D ç%ò\x06 `\v "
b"\x01 É┐*~ãs▀ÿN│{ÁöÅÑ "
b"\x01 É┐*~ðp╠á3QC<¹╗╗ "
b"\x01 É┐*\x7F ¾rsƒ╬Ú®┬\x15\v ï "
b"\x01 É┐*\x7F ■qíúÛ{~ÈTø\x1F "
b"\x01 É┐*Ç\x08 s7à\x00 BôÇB▀ "
b"\x01 É┐*Ç\x13 ró║ªP╔_\x18 ï‗ "
b"\x01 É┐*Ç\x1D q▄ìõQo\x17\x1C ┌¾ "
b"\x01 É┐*Ç'p┐┤k·dÐ\v 9ì "
b"\x01 É┐*Ç2qÌø»Ú┘÷e\x1A \n "
b"\x01 É┐*Ç<sÚá║\x7F «8×¹Ñ "
b"\x01 É┐*üOs½ä©D╗·k¼z "
b"\x01 É┐*üZq▄Á¸┬\v ëùD° "
b"\x01 É┐*üfsý½ªËÏUÝ¢O "
b"\x01 É┐*üpr6ù╦ýzý'ÁA "
b"\x01 É┐*ü{qÖ¿éÍ_╔þæÛ "
b"\x01 É┐*üàqÉÿ:¤£iäβ "
b"\x01 É┐*üÅsÇÄ╚¦õç¸Ð¤ "
b"\x01 É┐*üúpâàg6Æ2µ\x03 É "
b"\x01 É┐*ü«s░âIp\x17 ~²\x07\x15 "
b"\x01 É┐*ü©pìê%â>àöï\x05 "
b"\x01 É┐*ü┬pâôRçÏkr\x13 Æ "
b"\x01 É┐*ü╠pñ®é\º\x07 ¼\x1F ® "
b"\x01 É┐*üısÜ¿°)ó░{µ\x12 "
b"\x01 É┐*üµrhú` ıÈ\x13 Ã\x0E "
b"\x01 É┐*é!rÄå\v ─R,╝¤├ "
b"\x01 É┐*é+rYø┐Z║Ï3®░ "
b"\x01 É┐*é4r│òXòej\x15 ¥h "
b"\x01 É┐*é>rÜúç}\x06 ı ùd "
b"\x01 É┐*éHs\x07 Å╚*9weä{ "
b"\x01 É┐*éSrÒ│\x1D █`ì®+à "
b"\x01 É┐*é]sÂêâãÄS·\x0F\x12 "
b"\x01 É┐*éfqlÀùÄ■|Ø>I "
b"\x01 É┐*â|r\t ¥8╝0'"\x1C 4 "
b"\x01 É┐*âçq└è3¸╗Í└^Í "
b"\x01 É┐*âôq\t úÃììýÛç "
b"\x01 É┐*âØsoï8╗Ðêâ░÷ "
b"\x01 É┐*â¿q╬Áµ¯ÑS§îî "
b"\x01 É┐*â▓sA¬▄©@\x02 ÚÖ█ "
b"\x01 É┐*â¥qfØ´ÇÏîlé) "
b"\x01 É┐*â╚r*ëOüJ└°½Ý "
b"\x01 É┐*âÊr\x16 úuq»┼3ƒá "
b"\x01 É┐*â¦qÛäÀ°╣Ú/c² "
b"\x01 É┐*âþq<àÅ@e\e gäS "
b"""
\x01 É┐*à\x10 r$ô@$Ï\n
L╔Ú
"""
b"\x01 É┐*à\x19 pPÖð\f äpSäú "
b"\x01 É┐*à#q╚║┤»åïû\x10 ä "
b"\x01 É┐*à,r)û§┐ì\x10 Ì`V "
b"\x01 É┐*à7sýºE├´\x06 "Ìö "
b"\x01 É┐*àAq!ö&ÀÔfVB( "
b"\x01 É┐*àKp\x14 À7´QöÓñÒ "
b"\x01 É┐*åJp╗ä6ÆMY┘,\e "
b"\x01 É┐*åTsr┤¤¾pJ±Îç "
b"\x01 É┐*å]rfªjØ5ËûhZ "
b"\x01 É┐*ågr\x11 Æ░P3.\x19 YØ "
b"\x01 É┐*åpr\x0E Æ┼Ì╦d\x1D áô "
b"\x01 É┐*åzq[û³kÕáı§L "
b"\x01 É┐*åâsv▓_-¾ëèJ\x1C "
b"\x01 É┐*åìs\x08 Â░áÆî┬þd "
b"\x01 É┐*åûr?«ì6\t 7ëõ÷ "
b"\x01 É┐*åƒq\¡â\x12\x1E\x0E s\x7F j "
b"\x01 É┐*å®s┘úÀl‗Ð<ó┘ "
b"\x01 É┐*å▓pªùÅFï╣'æy "
b"\x01 É┐*ç©p┐òº&\x05 z│ª\x00 "
b"\x01 É┐*ç┬seù±(║.HX "
b"\x01 É┐*çıpmíÏ\x03\x08 ╬`║¨ "
b"\x01 É┐*ç▀q»░Ça\x1C 0h!g "
b"\x01 É┐*çÚs\x0F ê\x1F ¯¡│╩á! "
b"\x01 É┐*ç¾q÷¬A\#ÏY|\x14 "
b"\x01 É┐*ç³qBëän®ü¹q║ "
b"\x01 É┐*ê\x05 q▀¿\v ╔ûÛ\x06 é[ "
b"\x01 É┐*ê\x0F r·Ñ]\x12 !\x04 3«Î "
b"\x01 É┐*ê\x18 s╣äºþgÉû┤Ê "
b"\x01 É┐*ê"q£«àB\x01 ³µ─\x01 "
b"\x01 É┐*ê+sª╝~├«|‗Tı "
b"\x01 É┐*êNs┴íC²\x00 æõò "
b"\x01 É┐*êWqÝ│á¶bæ¾\x15 ö "
b"\x01 É┐*ê`s¢¡×ûÖ[╦▄\f "
b"\x01 É┐*êiq0¼Ì\x17\x13\t ´´; "
b"""
\x01 É┐*êsp\x10 Æ7m¹─\n
i┐
"""
b"\x01 É┐*ê~sºè\r .Õ®6▓ü "
b"\x01 É┐*êçs┤íQÕv«Ä\x19 v "
b"\x01 É┐*êÉr*ñà\x19 ¾¦«D "
b"\x01 É┐*êÖp5é\x1C\x15 È[╔Ãï "
b"\x01 É┐*ë▓s8Å\x17 ì½\x17 ¿\r V "
b"\x01 É┐*ë¢s\x14 Ö02õ\x04 ¹òJ "
b"\x01 É┐*ëãrqñ■\t t;`Åá "
b"\x01 É┐*ë┌s\x7F åÁ║\f ÇÖ\t ¦ "
b"\x01 É┐*ëõpõÇ8ZÑ{³▄; "
b"\x01 É┐*ë¯s\t ¿\x15 %hêDØü "
b"\x01 É┐*ë°rÄë─Ö╝£╬vt "
b"\x01 É┐*è\x01 r×í÷0║l®Ì¯ "
b"\x01 É┐*è\v s╬╗ůe¬L¬g "
b"\x01 É┐*ï\x19 s'╣öç║mBbÆ "
b"\x01 É┐*ï#s6Ñ LY<ÎÒW "
b"\x01 É┐*ï-pÜé\x08\x0F o«o[* "
b"\x01 É┐*ï8r└ôæE═Â▄Éò "
b"""
\x01 É┐*ïCs0ù\n
¥®╣åL5
"""
b"\x01 É┐*ïRs«░÷£ß4÷Im "
b"\x01 É┐*ïapÝ«{(_r]:Ç "
b"\x01 É┐*ïqrxñäͬê\°« "
b"\x01 É┐*îâp6│ÛÔ╣ÑZW╠ "
b"\x01 É┐*îÄs9╣¯`Ï╗\x08 ¢0 "
b"\x01 É┐*îÖr÷ø°FN~e\x01 ┴ "
b"\x01 É┐*îñpG¿ôA¹█%Ql "
b"\x01 É┐*î»s╠ƒaLeà6<¼ "
b"\x01 É┐*î╣pÙ║ûWÄHq\x11 ┐ "
b"\x01 É┐*ì┬q\x14 û▀Dmù\x12 ▓╦ "
b"\x01 É┐*ìÐsïê7~¦/è»ë "
b"\x01 É┐*ì█rô¢\x1D +>\x0E æDg "
b"\x01 É┐*ìõr±ÖËoƒ╬®·õ "
b"\x01 É┐*ìÝröú┐\x1D Np├Tq "
b"\x01 É┐*ì÷sæƒn:═͹©Ì "
b"\x01 É┐*ì rB¿½├9³▓[ð "
b"\x01 É┐*Ä\x08 rÌÇù´~ó\x00 z[ "
b"""
\x01 É┐*Ä\x11 pG▒Z\x02 ÈÔ\n
\x12
"""
b"\x01 É┐*Ä\x1A sm£®\x12 ╝ò¤>\x07 "
b"\x01 É┐*Ä$s\x1A ø\e ╝╩ø9Eÿ "
b"\x01 É┐*Ä.sá«Y\x17 æ½Å#) "
b"\x01 É┐*ÄZp¸¥\x18 +\x07 y«"┐ "
b"\x01 É┐*Ä\x7F s\x0F ┐ÖOÐ-¢ßo "
b"\x01 É┐*Äèr!½\x04 ;ÛpÔ|\f "
b"\x01 É┐*ÄØs╦▒\x08 [j\x1F M&5 "
b"\x01 É┐*Ä¿qOÅI\x06 Þ\x15 tè¸ "
b"\x01 É┐*Ä▒p▓»SNQj▀è@ "
b"\x01 É┐*Ä╗p╣â6yYVÈy/ "
b"\x01 É┐*ÄÎsüî^c('‗}m "
b"\x01 É┐*ÄÚsnÂ├"¬6Mîþ "
b"\x01 É┐*Å&q▄Æ#─ßUz"¿ "
b"\x01 É┐*Å0rت┼&\x10 oþ´Ü "
b"\x01 É┐*Å:r!í¦§▓¯æß( "
b"\x01 É┐*ÅKp▓ÂwÍbÄ‗bÎ "
b"\x01 É┐*ÅTqE½à╣\x19 mÓD "
b"\x01 É┐*Å^rQÂÍ\x17\x04 ²1#÷ "
b"\x01 É┐*Åiqr×]\x05 plxN\x16 "
b"\x01 É┐*Åtqå▓À¿6¦Lym "
b"\x01 É┐*Å~p?ç_0%G&┴^ "
b"\x01 É┐*ÉÜr\x13 │µïÀ┴─z· "
b"\x01 É┐*ÉÑp'Àj}Ï■\x05\x1E w "
b"\x01 É┐*É«p\e ▒╝¥=t[«$ "
b"\x01 É┐*É╣qЮw┼\x0E Þ¾\x07 Å "
b"\x01 É┐*É├pòÀº>┬þÒÕ├ "
b"\x01 É┐*É╠s\x00 íñ£\x1D | \x1E / "
b"\x01 É┐*æ┬r+æÆ¯┐=\x1F ©u "
b"\x01 É┐*æ╠rQÉ\x10\x06 øõ¨ß "
b"\x01 É┐*æÍrAû╗w┌\x1A ¥e´ "
b"\x01 É┐*æÓqáŧ¦<æÿ|) "
b"\x01 É┐*æÚpþ╣6‗\x19 aV\x1E\x05 "
b"\x01 É┐*æ‗q▄ö³Z~r─Ü "
b"\x01 É┐*æ³r┬Åj7╦aL─¸ "
b"\x01 É┐*Æ\x05 pmÉ║G╝┬âø└ "
b"\x01 É┐*Æ\x0F sæÖGâ!\x0E âÒ» "
b"\x01 É┐*Æ\x18 rÔêø\x1E p·├W# "
b"\x01 É┐*Æ"q·»&+³{U)\x17 "
b"\x01 É┐*Æ+p=¢¬ƒåZ®\x18\x1E "
b"\x01 É┐*Æ5pß©WS Ìb÷y "
b"\x01 É┐*Æ>s×üoP¥Tp\x06 ¾ "
b"\x01 É┐*ôÜq▓íf─░Ü6Øc "
b"""
\x01 É┐*ôÑs;æK\n
Ê\x1E A¼ý
"""
b"\x01 É┐*ô»pÝñ▒ÝýÞÏ7└ "
b"\x01 É┐*ô║r/Çn2µª┴í▄ "
b"\x01 É┐*ô╬qMÅ\x1D ðA¯▓¢4 "
b"\x01 É┐*ô█r´É\x02\v |y\x07 ╚Ë "
b"\x01 É┐*ô§q\x10 ªZ▀\x0F ¬Ô╔A "
b"\x01 É┐*ö\x00 qäåk\x01 ﮃ±╦ "
b"""
\x01 É┐*ö\n
róê\n
ó╠zÕ=¾
"""
b"\x01 É┐*ö\x14 r¬à^\x07 1Vÿîð "
b"\x01 É┐*ö\x1F s¶äÑ,_þ\x18\e ┐ "
b"""
\x01 É┐*ö)sXç\x7F ▓B▒m\n
d
"""
b"\x01 É┐*ö6s\x00 ¢╬lñä:\x07 ÿ "
b"\x01 É┐*ö@qa¢:\r {G\x15\x10 ¹ "
b"\x01 É┐*òSsîç░\r ëHá^x "
b"\x01 É┐*ò^s>ÑÇDb\x04 7ã½ "
b"\x01 É┐*òhs ▒\x07 ]g%)Ò\x00 "
b"\x01 É┐*ø+rùºvµÅba└\x1E "
b"\x01 É┐*ø[pC╣I(Ѫ«\x13 ┼ "
b"\x01 É┐*øopàöÄ╝¥└╝\x17 ═ "
b"\x01 É┐*øyq{╝~╬þró\x12 s "
b"\x01 É┐*øäq ▓\x13 S=█e\x0E u "
b"\x01 É┐*øÄp┘åYp\x7F\x13 Vë\n "
b"\x01 É┐*øùp▒éEß±Îè\x01 ¯ "
b"\x01 É┐*£×sêÄ╠k┤Ä┼Ð─ "
b"\x01 É┐*£®s┌¡¨═ÿ│┴`6 "
b"\x01 É┐*£│r\x00 ¬E±x](\x7F ÷ "
b"\x01 É┐*£¢ra░êîÊ▄▄ã "
b"\x01 É┐*£ÃpÞ©ÃÕ\x00 I▒öO "
b"\x01 É┐*£ðqn¬íÀ«R¼\x10 ý "
b"\x01 É┐*ØÕq\x13 â¢ý║]\x06 M "
b"\x01 É┐*Ø´s~ò@È{\x1E µÞ "
b"\x01 É┐*بrm¬§\x18\x12 ̺tî "
b"\x01 É┐*×\x03 p*À×\x1D ╠zõÀ\x11 "
b"\x01 É┐*×\f r¡ñNA%ÓàÛ╔ "
b"\x01 É┐*ƒ\x16 qpè─ó½¸ë)O "
b"\x01 É┐*ƒ!qÈïõ½pwÆIG "
b"\x01 É┐*ƒEpE®ªSHPßý8 "
b"\x01 É┐*ƒPq]¼╬|░Q.╔\x14 "
b"\x01 É┐*ƒsr©ìÕø×ì¡/h "
b"\x01 É┐*ƒ~pÓòà{K}ñAe "
b"\x01 É┐*ƒës┘dz\x10 }ªÚá1 "
b"\x01 É┐*ƒôsüüB║q6ýå╩ "
b"\x01 É┐*ƒ×q\x12 Á┤g_1│(R "
b"\x01 É┐*ƒÏr│ºb,\x0F\e ┤▄~ "
b"\x01 É┐*ƒÒpü░[(g@/╗\x03 "
b"\x01 É┐*ƒÝr3É%\x1A\e ãug] "
b"\x01 É┐*ƒ¨pqá\x0E ïSzQ(¨ "
b"\x01 É┐*á\x04 p6║ã\x06 ¥^LÛ} "
b"\x01 É┐*á\x0F rá│h░├Ç▒y" "
b"\x01 É┐*á\e rìÇRÚßb;\x08 k "
b"\x01 É┐*á%pUù┬§;╚3\x1F · "
b"\x01 É┐*á0s\x17 ®▄¬ë\x12 µ:6 "
b"\x01 É┐*á;r.áî,ì5\x1C é░ "
b"\x01 É┐*áFp6áÂ"ó\x14 ²Êy "
b"\x01 É┐*áRr╣è"C¡`\x15 i╚ "
b"\x01 É┐*íysIè«Ó@eôù└ "
b"\x01 É┐*íâq$»dk░¿Þ\x0F "
b"\x01 É┐*íÄsèë@Hgq¨è "
b"\x01 É┐*íÖq¥ùHÝ\x13 ¬┘Dg "
b"\x01 É┐*íñsýä4c■5¯T "
b"\x01 É┐*í«s9óµ\x10 ╩═_ëß "
b"\x01 É┐*ó¡s┌Âo.ÔôÈ:╔ "
b"\x01 É┐*ó©rqº¡5R§¡\r M "
b"\x01 É┐*ó┬qÜôåð;Hs£\x05 "
b"\x01 É┐*ó╠qaát‗z▒┤┐® "
b"\x01 É┐*óÍr┘ºêÕz┘┌/F "
b"\x01 É┐*óÓsu£:²\x7F .ß\x16\t "
b"\x01 É┐*óÙsÉÆ¨\µ*▒¸¹ "
b"\x01 É┐*ó§s¹ÀYì├╚ÛE\x05 "
b"\x01 É┐*ó sñæð8ÈXL¢2 "
b"\x01 É┐*ú\n rɺÏÊà¯hí\x00 "
b"\x01 É┐*ñ\x1D s¡ñ\x1D\x03 ý\x15 X$S "
b"\x01 É┐*ñ(q\x02 ç³\x18 (j8ÊÎ "
b"\x01 É┐*ñ<r?ª╦|▀/϶{ "
b"\x01 É┐*ñFs2ª/\x17\x08 ▓Ç┤µ "
b"\x01 É┐*ñQs¡£g▀çNÜè® "
b"\x01 É┐*ñ[s\x0F ┤1└Yvo┌È "
b"\x01 É┐*ñgpiÉ\Ï│ë2Êï "
b"\x01 É┐*ñqpRëÒ│|\x03\e ÿ_ "
b"\x01 É┐*ñ|q.¡·æª┐áMÛ "
b"\x01 É┐*Ñûp┼óµ═/\x00 jZ¯ "
b"\x01 É┐*Ñ®sJÑÑ¥gc~ð╦ "
b"\x01 É┐*Ñ┤s.Â\x7F\x13 ®øØ\x1F Ó "
b"\x01 É┐*Ñ┐qCª═¢\x06 uH¦o "
b"\x01 É┐*Ñ╩p¼á─öë▓Ãkæ "
b"\x01 É┐*ÑıqÙëÃí¦0▀ò- "
b"\x01 É┐*ÑÓr\v ó$nI«┐ô/ "
b"\x01 É┐*ÑÙp,ú¬%ı\x15 ábÐ "
b"\x01 É┐*ª\t s\x15 ¬ƒã╣©6ð\x17 "
b"\x01 É┐*ª\x15 qñ¼O\e ã\x15 Ó¤Ý "
b"\x01 É┐*ª q%èoNƒÕ¶B5 "
b"\x01 É┐*ª+r%Ø_ÁY╔\e ╠· "
b"\x01 É┐*ª5sYì°L%¾À╬Ú "
b"""
\x01 É┐*ª@r\n
¢▄cÕN\x11 ╩\x01
"""
b"\x01 É┐*ºFs╠º┼N\x18 í¡\x06 ç "
b"\x01 É┐*ºQqçÜ;XÖ"}ıO "
b"\x01 É┐*º]qXöy▓?>äÍ* "
b"\x01 É┐*ºhpI║}╦┘d£;\x03 "
b"\x01 É┐*ºrp]è\x1C ÓpNyÂ┤ "
b"\x01 É┐*º}sN¢'ÿ\v }ÀÇN "
b"\x01 É┐*ºêr]┐H┐\x17\x11 (│¨ "
b"\x01 É┐*ºôr:ïwQåÓ\x01 %í "
b"\x01 É┐*¿ısÛƒ4½╦3Â@R "
b"\x01 É┐*¿ÓqÛì\e I▄■Ï\x06 ï "
b"\x01 É┐*¿Ùs|╣¥ÿª,7öM "
b"\x01 É┐*¿÷sëúú\x0F =ıEmð "
b"\x01 É┐*®\x03 sHûnã\x01 ÃwI» "
b"\x01 É┐*®\x0E pXÂ\r 1P¾xï "
b"\x01 É┐*®\x1C qìáõO╠ù\x03 lß "
b"\x01 É┐*®'s@¬³\¤Cݸ\x11 "
b"\x01 É┐*®2q·ª\x14 ├\x18 Ѱér "
b"\x01 É┐*®<sjö6ƒÓDëe┼ "
b"\x01 É┐*¬qp\x08 åño\x00 z┐`┘ "
b"\x01 É┐*¬|r&Ä+/▀ûíÑ╝ "
b"\x01 É┐*¬çq■ûYjÛä$,┐ "
b"\x01 É┐*═<qDƒ"\x00\x17 ª╣+\v "
b"\x01 É┐*═Frf╗uÑH┐ý\e ├ "
b"\x01 É┐*═Qs│┐\x1E 7:f¯‗┘ "
b"\x01 É┐*╬úp▄ì¯'\x08\x1A {1\v "
b"\x01 É┐*╬▒p9¿\x13 %\x01 z®\v ┤ "
b"\x01 É┐*╬┬pı¬:B<#\x07 ²B "
b"\x01 É┐*╬¦q\v ÿ\x05\e\v ÅÈ#H "
b"\x01 É┐*╬Þr,ÅO5\K#A\e "
b"\x01 É┐*¤·s>¡Wî\x13 óq÷\x00 "
b"\x01 É┐*ð\x06 qñö(▓\x08 (ó³\x05 "
b"\x01 É┐*ð\x12 r°×ÁÙrCƒ!j "
b"\x01 É┐*ð\x1D qغ9{д×T+ "
b"\x01 É┐*ð(plòW[ß"pÇ\x1F "
b"\x01 É┐*ð2p.Ü"\x19 Ì!óãà "
b"\x01 É┐*ÐFp\x11 ö║(\e ■&e? "
b"\x01 É┐*ÐWpâì\x1F o<\x17 Ü\- "
b"\x01 É┐*ÐgpÁûæÎīѫ "
b"\x01 É┐*Ðàq\x01 ░ÙPá/æ┴] "
b"\x01 É┐*ÐÉp!ÆÀ)(|\x1F ïN "
b"\x01 É┐*Ðørí®\x1A o\x00 ¢'7* "
b"\x01 É┐*кsnáºà¿sô▀æ "
b"\x01 É┐*Ê│q:À\x19\x15 Âîn¶© "
b"\x01 É┐*Ê¥r\x0E ô╝0\x14 ─L)ð "
b"\x01 É┐*Ê╔q0«3A]\x0E 1▒È "
b"\x01 É┐*ÊÈpâà\x0F\x17 Þ±ã1¡ "
b"\x01 É┐*ÊßrêÖ\x13 Ü÷r#þí "
b"\x01 É┐*Êýp\x06 ▒Ào┐╚»\x19 £ "
b"\x01 É┐*ʸrþÖ «cø─╬╣ "
b"\x01 É┐*Ë\x01 sKÁݽvï└1Ü "
b"\x01 É┐*ÈKq)½ \x1F ty÷ñ╬ "
b"\x01 É┐*ÈXstë¡cíç'\f ¸ "
b"\x01 É┐*Èds─æ╬äã®úõ‗ "
b"\x01 É┐*Èop©▒ıÄi¨\x03\x0E U "
b"\x01 É┐*È{p\f ×ÎýVàÈ\x13 ê "
b"\x01 É┐*Èåsã¼┘»éq│öÌ "
b"\x01 É┐*ÈÆs│«)ÞJ<:;Z "
b"\x01 É┐*ȃs\x1C Ø─ºèãJáN "
b"\x01 É┐*ı┬qhåÆ\x04 çÀnåÏ "
b"\x01 É┐*ı╬q~ÁÊ-ï<\x1E L\x10 "
b"\x01 É┐*ı┘qÀº¾dÕ¤ã÷║ "
b"\x01 É┐*ıõp▒▒òå░çrÉâ "
b"\x01 É┐*ı¾p¦ö£Wgêq░░ "
b"\x01 É┐*ı²sX©;LñÅ©µ@ "
b"\x01 É┐*Í\x07 qØÀr\x0F ~×ȹT "
b"\x01 É┐*Î8p²Äë¡¡\x17 `Rp "
b"\x01 É┐*ÎGs÷ÖÈ╔\½ë]Ì "
b"\x01 É┐*ÎUs\x11 dzı\x12 ^\r \x08 2 "
b"\x01 É┐*Îbq¼ÁÎÝ\x14 w▒\x1D\x00 "
b"\x01 É┐*Îms:í`áì¢\x06 m& "
b"\x01 É┐*Îxr¼┐fÆ\x01 I\x11 ╣¨ "
b"\x01 É┐*Ïvrûç«░█Ú\x05\x04 ÿ "
b"\x01 É┐*ÏÇs\x1F î(Îci├å¬ "
b"\x01 É┐*ÏèqPô┌ò╩Ø´ìg "
b"\x01 É┐*Ïöpu×Ùï\f \r (ü- "
b"\x01 É┐*Ï×q±Âº\f\x00 ð┼f─ "
b"\x01 É┐*Ï¿q\x14 £\x10 hº¼çoC "
b"\x01 É┐*┘½q2┤סzÉT\x1D N "
b"\x01 É┐*┘Âs,ù╗«\e (Ó├\e "
b"\x01 É┐*┘┴rÚísè>÷<@Ú "
b"\x01 É┐*┘╠q*ƒ\x06 ╔ð¼ð/ÿ "
b"\x01 É┐*┘Íq\x17 ║\x0E ±¬sº´B "
b"""
\x01 É┐*┘ßszÁ\n
/─¢3öð
"""
b"\x01 É┐*█\x0F s9×Úͧ\x00 Ä╬J "
b"\x01 É┐*█\x1C q6çUD1Ïä_└ "
b"\x01 É┐*█(s#À\x10 ╚ÕÎÁÒ╬ "
b"\x01 É┐*█5pÌÖ\t\x01 40▓Ö» "
b"\x01 É┐*█Dqñ®~˵X>└Ó "
b"\x01 É┐*█Pq¾«█+1+═\x16 g "
b"\x01 É┐*▄is_«6╦▄¿²F\x18 "
b"\x01 É┐*▄tqbï5G+£7\x1E\x01 "
b"\x01 É┐*▄\x7F p¥╣<¹97¥·\v "
b"\x01 É┐*▄ûs┐ÖwÏ]¸®é "
b"\x01 É┐*▄ís÷ÂGÓ\x14 \x13 u¿ "
b"\x01 É┐*¦├s ÄÉ╬B,tjg "
b"\x01 É┐*¦╬p÷ª\v =:/èKÜ "
b"\x01 É┐*¦┌súÁ\x05 ÃG¼âSí "
b"\x01 É┐*¦§qýº)ìc§┐\x00 ç "
b"\x01 É┐*Ì\x08 r┐ò\x1E À\v 3òS¼ "
b"\x01 É┐*Ì\x1A p\x03 ®L¼╚¿£§É "
b"\x01 É┐*Ó1qWØfY\x04 ı\x12 ßý "
b"\x01 É┐*Ó@qî¡Å4ÖyÅÁR "
b"\x01 É┐*ÓMpÅ«\x1D ׃ÍgT# "
b"\x01 É┐*Ó]q¡áÂ╗\x02 À`╠, "
b"\x01 É┐*ÓjqsɨrxðªÖ╣ "
b"\x01 É┐*ß╝rÊéÏb Fת\x1F "
b"\x01 É┐*ßÈq/╣\x17 ıjzrï\x1E "
b"\x01 É┐*ßÌr~óðÛcyµì> "
b"\x01 É┐*ßÚqv║Ó▄ÛUñGç "
b"\x01 É┐*ß¶rïªiµ(Æ\x08 ]) "
b"\x01 É┐*Ô\x10 q!░┐ì¢\e ║\e ¨ "
b"\x01 É┐*Ô\x1A qÀ½┘X\x07 dË\x10 ╬ "
b"\x01 É┐*Ô%s±┐\x1D ¿Tw│to "
b"\x01 É┐*Ô/q\x7F ╣Îlåä\x10 mB "
b"\x01 É┐*Ô9s¾«Ò½┤g1ód "
b"\x01 É┐*ÔDqjæ`B gêïÜ "
b"\x01 É┐*ÒDp9ç\x07 ¸ß·\e 4î "
b"\x01 É┐*ÒOs9©¬ ¨\r ı\x17\x08 "
b"\x01 É┐*ÒZrߥ┐Bdy6\x03 j "
b"\x01 É┐*ÒepðûDä9^q▓\v "
b"\x01 É┐*ÒsrAøW`@hƒ░. "
b"\x01 É┐*Òéqøó╗Õ█zX°} "
b"\x01 É┐*õ£r┬╣ûåf8[_│ "
b"\x01 É┐*õºp2àä\x05 Mtk\n "
b"\x01 É┐*õãs%ÖfúBÞ╚9¦ "
b"\x01 É┐*õÐsGÀÁ\x02 Á\x0F Ô\x1E ! "
b"\x01 É┐*õ▄r▄╝▓;-ó}û╬ "
b"\x01 É┐*õÞq\x1D º¢ô╬JWm┴ "
b"\x01 É┐*õ¾ruç╩ÔWæ\t éµ "
b"\x01 É┐*õ q║é║┬╣MñÁ\x08 "
b"\x01 É┐*µÓs\e À_0õ¼òu¢ "
b"\x01 É┐*µýqÎÄm\v g\r ±\x17 ó "
b"\x01 É┐*µ°s\x08 Â>Kü®ò─g "
b"\x01 É┐*þ\x03 p‗ï1jÙ┐¨┼U "
b"\x01 É┐*þ\x18 p\x19 À½o¸úûP┌ "
b"\x01 É┐*þ$sÈåJx©ÅTd\x03 "
b"\x01 É┐*þ.q±│®I>ÞÀ┬ÿ "
b"\x01 É┐*Þ5rÇçÅ┴F± ¼Q "
b"\x01 É┐*ÞAp#┤Õ┤b+å×\x03 "
b"\x01 É┐*ÞLröä5HJ\x19 [║p "
b"\x01 É┐*ÞWpÿÄþ¦AÞ.Qı "
b"\x01 É┐*ÞbsÔñÏv[\x15 R┌┼ "
b"\x01 É┐*Þlp7ظß╔ƒ╬'╝ "
b"\x01 É┐*ÚysÑ×°-\x03 d4Í┴ "
b"\x01 É┐*ÚäqsÀo╔½ðG\x1F ¬ "
b"\x01 É┐*ÚÜp#ê\x13 Îv┬VÈÊ "
b"\x01 É┐*ÚÑsÀñ\x15 §´µ9tú "
b"\x01 É┐*Ú▒sÑÅ}¿ÚÈø/▄ "
b"\x01 É┐*Û¢qèê(ÛLçõ‗+ "
b"\x01 É┐*ÛÍpA©ú\x11 ¼ø╚\x1D ║ "
b"\x01 É┐*Ûßrø╣*14£lZ3 "
b"\x01 É┐*ÛÝqªÇ┘▀¬«§\x03 ═ "
b"\x01 É┐*Û°r\x11 ê└ÉΡ0([ "
b"\x01 É┐*ý\x12 rÌëðÕø4Îú[ "
b"\x01 É┐*ý\x1E q\x16 £¢Ìï\x18 ╬1h "
b"\x01 É┐*ý+q4é─NÙ ·Kñ "
b"\x01 É┐*ý7r┴ùá_ù\x12 *yò "
b"\x01 É┐*ýAs\x17 £\x1C ─v┤ía© "
b"\x01 É┐*ýLs\x1D ÀR«µ¥─Æ "
b"\x01 É┐*ÝPqÔ▓\x02\x1D\x11 Jƒü` "
b"\x01 É┐*Ý[qô▓░YÒ\x00 ┴╩\x02 "
b"\x01 É┐*Ýfr▓À"Yð½?┌; "
b"\x01 É┐*Ýsq·Æ_ÈéÚtÚ~ "
b"\x01 É┐*Ý~p·í┬\x01 ½hà┘╔ "
b"\x01 É┐*Ýëq,Á8\x1D \r a³┬├ "
b"\x01 É┐*¯Ér9ùsÚº\f 2¯│ "
b"\x01 É┐*¯øqmºà´HMÈ£÷ "
b"\x01 É┐*¯ªq\x16 ÄàíC\x11 ÿû\x08 "
b"\x01 É┐*¯▒sæò«¨ │\x1E ¸ "
b"\x01 É┐*¯¢s|ÅÄvãh?\x1C ® "
b"\x01 É┐*¯╚p\x01 ÿ,‗+i¯[½ "
b"\x01 É┐*¯Ëq\x15 èM\x1E\f ù└╗█ "
b"\x01 É┐*´Óq~╣B¦Â┐\x1E ¾p "
b"\x01 É┐*´Ùpíø─ÓÛ\x1A êiU "
b"\x01 É┐*\x16 p¨¥ò\x00\f >G\x19 ░ "
b"""
\x01 É┐*!s*æÄ;æ¤o\n
ó
"""
b"\x01 É┐*,qâ┐kÛáÉOR¾ "
b"\x01 É┐*±?sÅín%Ó.÷ºê "
b"\x01 É┐*±Kr_óÏà\\x7F 9¤¿ "
b"\x01 É┐*±WrOº5\v ³\x1C\x17 Qz "
b"\x01 É┐*±cqñØÄ\x1E vÇ■¿\x1F "
b"""
\x01 É┐*±os}ÜÈ¥╣¨\t \n
▓
"""
b"\x01 É┐*±|pAÄ▒A┐¨xKq "
b"\x01 É┐*±êr°ÆxdÒ9_¦ "
b"\x01 É┐*‗▒qâ×\x1E Ýõ[ʲ٠"
b"\x01 É┐*‗¢p!ä¼╚¥Ôï├Ä "
b"\x01 É┐*‗╔süÿÎ`Ç®\x02 ¥Ü "
b"\x01 É┐*‗ıp.ìo\x06 Ø«k1] "
b"\x01 É┐*‗Óqoô╩G8ò}Ùm "
b"\x01 É┐*‗±r▀à¬En┬╦+¾ "
b"\x01 É┐*¾\x04 sw»w+ê\x10 ^\x1A ╩ "
b"\x01 É┐*¾\x16 q ╝N╣gÿH}\x1A "
b"""
\x01 É┐*¾(pA▓Y°l³\n
─û
"""
b"\x01 É┐*¾9qOçÕ\x03 └]ÂÙ░ "
b"\x01 É┐*¶åpHîUTTÓÍðÇ "
b"\x01 É┐*¶ôq3Æ<5╬ó/1t "
b"\x01 É┐*¶×smí■ºKM░\x00 « "
b"\x01 É┐*¶¿rmòfn\x10 Èãð² "
b"\x01 É┐*¶│r\x11 ô,¹£ÏF\x11 ; "
b"\x01 É┐*¶¥s¨æ\f ,@7Ú\x16 E "
b"\x01 É┐*§Ír┘Æ\f ╚╦Î,õ0 "
b"\x01 É┐*§ßp╣░ËQ:únÌ^ "
b"\x01 É┐*§Ùrwï\x15 ê\x03 Ìu÷3 "
b"\x01 É┐*§§r,î}µ\f `O´Þ "
b"\x01 É┐*§ q╚ü®Ü┴üYu¡ "
b"""
\x01 É┐*÷\n
sK░øµöqwE\x1D
"""
b"\x01 É┐*¸\x02 sM«â╠\x02 H\x13 ù┌ "
b"\x01 É┐*¸\r q\£x▀¶\x03\x18\x00  "
b"\x01 É┐*¸\x18 r\x07 ÑÈ▀\*\x19 FÓ "
b"\x01 É┐*¸$r╔ôã╩A°«¡á "
b"\x01 É┐*¸1snÿ+*y\x1C\x19 ຠ"
b"\x01 É┐*¸<s%Är®\r ö\x01 uÆ "
b"\x01 É┐*¸HsÖîy?ÝÖ▓r\x1A "
b"\x01 É┐*¸Tq,»â┌AgÖ2N "
b"\x01 É┐*¸_r‗×¥½B0Âu┬ "
b"\x01 É┐*°ür▀âá\t Ç%')¸ "
b"\x01 É┐*°ìqµéPÁy\f Þ'═ "
b"\x01 É┐*°ÿpΪ╚`ü1B9¹ "
b"\x01 É┐*°ñq\x07 àIV.V▄\x06 û "
b"\x01 É┐*°»pJôq\t k\x00 ¯] "
b"\x01 É┐*°╗qøî»WK\x0E ÷\f 3 "
b"\x01 É┐*¨Ár▀ò¥\x17 B\t ÷:┤ "
b"\x01 É┐*¨└sRÿ½Ô1Ò/ç\x07 "
b"\x01 É┐+ö©rfÑE¯═\x04 ¯ø3 "
b"\x01 É┐+╠Ôr\f ╝)R┬ÿ╗{³ "
b"\x01 É┐+═\x1A q¬╗│▄JV«\t Î "
b"\x01 É┐+═(qxÆ╦ómÎ╬O\x0F "
b"\x01 É┐+═6p\x02 ƒÑÈ#u.F\x12 "
b"\x01 É┐+═Ds\x17 ÑÙÐã:¯ñà "
b"\x01 É┐+═Qr&ÑVúN▄ø┌ù "
b"\x01 É┐+═_r\x04 éÛÕ\x1D )\x1D åı "
b"\x01 É┐+═mpıóÔ Ã1ïÊ3 "
b"\x01 É┐+═zqƒ®:o\x16 ═#Í? "
b"\x01 É┐+═år:Ç═¯Ò»9î¬ "
b"\x01 É┐+═ÆsØÂùZHıVV( "
b"\x01 É┐+═ƒr▓É\x05 2\x16 ╩;\x13 ï "
b"\x01 É┐+═¼qhè\x14 ¨rdR║í "
b"\x01 É┐+═╣p│ùðÎ&¤SÕÎ "
b"\x01 É┐+═ãsÉ¢þokqþî§ "
b"\x01 É┐+═Îq\x1E ä1V-\x13\x1A óH "
b"\x01 É┐+╬HpãÇW!ÏMÂ╩\x15 "
b"\x01 É┐+╬nsÁû\v Â2`eº═ "
b"\x01 É┐+╬æqôç¯ëTÇa¦┘ "
b"\x01 É┐+╬Ðp=è\x03 ON¯£èo "
b"\x01 É┐+╬¾p\x06 ▒nô0tFå¬ "
b"\x01 É┐+¤\x15 rHí\x19 ϶ÏMò' "
b"\x01 É┐+¤:s¢ƒ«¢\x14 `e´ª "
b"\x01 É┐+¤Ip©ó-XïQ\f ZI "
b"\x01 É┐+¤Vp¢üÒ┐U)>§þ "
b"\x01 É┐+¤cpçèBr░»│╬- "
b"\x01 É┐+¤sròØ┐°¾ñE£g "
b"\x01 É┐+¤âsÔôkLM╬6 ¹ "
b"\x01 É┐+¤ÅsÀáÙÖJ█íæå "
b"\x01 É┐+¤ßp@¡ı─¸,\x7F ?õ "
b"\x01 É┐+¤±s]ç┌┴n¸ïƒL "
b"\x01 É┐+¤ p4í)\x13 H\r YÒU "
b"\x01 É┐+ð\r q~û³╔éþ|Y\x15 "
b"\x01 É┐+ð\x1A rwëZ\x0F W5²q\x1A "
b"\x01 É┐+ð's■½@\x17 ¹3\x13 ▓Ú "
b"\x01 É┐+ð4q±½ÆÀ6zyØØ "
b"\x01 É┐+ðwp┤ïí▓±}¸╝Ò "
b"\x01 É┐+ðäs±çÒ\x13 ─]mÓ\r "
b"\x01 É┐+ð¿q7Ö$ï¸F¾ƒU "
b"\x01 É┐+ð┤s9½\x1E lo= ┬ı "
b"\x01 É┐+ð┴pBÜïb¦Ý3+« "
b"\x01 É┐+ðÐp\x02 ¿\x10 ┴RCÛ)4 "
b"\x01 É┐+ðÌs%×¾Ò╩É5|G "
b"\x01 É┐+ð¾sØ¡ÌÅ*)P×┼ "
b"\x01 É┐+Ð\x03 q\x00 ù¶Ò\f óÈ^┤ "
b"\x01 É┐+Ð\x12 rIøaíM3Yƒ\ "
b"\x01 É┐+ËZpôøbK▒åE^Ì "
b"\x01 É┐+Ëirìé/hl\x02 Ô\x0E ê "
b"\x01 É┐+Ëwru╗E#Q┴EG┌ "
b"""
\x01 É┐+ËärC░*¦mÍ\x1F \n
0
"""
b"\x01 É┐+ËæsÄ▒È8ä½\v §§ "
b"\x01 É┐+˃rë©\x0E kêı\x10\x10 K "
b"\x01 É┐+˼sï╗┬¶Ø&\x04 ' "
b"\x01 É┐+Ë╗qz \r 1\x15 S£H "
b"\x01 É┐+ËÍr\x7F è\x18 f║´█(à "
b"\x01 É┐+ȯs\x05 ╗òä( S<Ó "
b"\x01 É┐+ȹsl¬¿½hVÁ˼ "
b"\x01 É┐+ı\f píØ╗ôIU5KJ "
b"\x01 É┐+ı\x1A s┬é┘E┼¨a\h "
b"\x01 É┐+ı'r9åÓ#_æ Y~ "
b"\x01 É┐+ı4rOô\x04\t ░í■m, "
b"\x01 É┐+ıBr┤ù0s┼O`▓" "
b"""
\x01 É┐+ıOp║║ÿ│¹í\n
#¨
"""
b"\x01 É┐+ı\qÂÖ\x04\x0F i¡¡N{ "
b"\x01 É┐+ıjrÚö*ãD=\x1C\x05 X "
b"\x01 É┐+ıws¯êL\x08\x1D #\x02 u½ "
b"\x01 É┐+ıäpÇ®ÓeØ\e Wª╬ "
b"\x01 É┐+ıÆsjèµM·°ÿ&+ "
b"\x01 É┐+ıƒp\x1C ┤eWÂ\x1C \r rC "
b"\x01 É┐+ı«s^ÿß\x00 |\v 9>\x1F "
b"\x01 É┐+ı╗pmÑ└\t @ø┘\x13 ▄ "
b"\x01 É┐+ıÃq\x15 ╗║Ï$n ıL "
b"\x01 É┐+ııp+ú§·┼Ä÷ £ "
b"\x01 É┐+ıÔp\ê╠Å÷%▒ r "
b"\x01 É┐+ı¯qxÀòD\x17\x01 Yu¨ "
b"\x01 É┐+ı¹rÃá"\x1F »\x04 tx« "
b"\x01 É┐+Í\x15 pÑ®Ïu\x13 #²=æ "
b"\x01 É┐+Îas\x07 ¡\x18 R£\x10 n³¤ "
b"""
\x01 É┐+Îoq)íÓ\x03 \n
(ñ1³
"""
b"\x01 É┐+Î{q(¼/úyô!à5 "
b"\x01 É┐+Îês=▒\r ┼\x03 ıy4C "
b"\x01 É┐+ÎùsçÂWòYú\x1D aO "
b"\x01 É┐+ÎñsáøµÒÞϤ! "
b"\x01 É┐+Î░q>í¬·®É·W┼ "
b"\x01 É┐+΢qoÑ÷ªS{?Ä´ "
b"\x01 É┐+γr¨¿>?bn\x12\x0F · "
b"""
\x01 É┐+┘\n
q\àó`ó┬¢äd
"""
b"\x01 É┐+┘\x17 q║ô\x1E a°\x1D\x1A L@ "
b"\x01 É┐+┘FpXü\x06 ■7h\x10 |p "
b"\x01 É┐+┘Ssæ£>v4┘^ù\t "
b"\x01 É┐+┘`r╬ä-╠¦ì░\x1A < "
b"\x01 É┐+┘ms4Æ|'¥\x17 á╦× "
b"\x01 É┐+┘år├òã$▄\x02\x18 ], "
b"\x01 É┐+┘»qµÅô└VV}ãú "
b"\x01 É┐+┘╝qsïÍa^8_˽ "
b"\x01 É┐+┘╩pãÜ*â±\x1E ¿╗É "
b"\x01 É┐+┘ÎqßíéUÍDø'\x0F "
b"\x01 É┐+┘ÕpÁä¸d╦Îd\x1E ¢ "
b"\x01 É┐+┘§sVöðã\x1D\x0F Öx& "
b"\x01 É┐+┌\x03 s`ó8A\x02 e┌ÝU "
b"\x01 É┐+┌\x11 r█áÒ%#jªE) "
b"\x01 É┐+┌Uq0▒Ò■\v\x04 ▄╦╔ "
b"\x01 É┐+┌crÖÅG"ÁCA\v\x03 "
b"\x01 É┐+┌qpƒû\dÛMͦþ "
b"\x01 É┐+┌\x7F p├║Îù\x1D Ð8Pc "
b"\x01 É┐+┌ìrZæ«ÈV\x13 ¡Ñm "
b"\x01 É┐+┌Ürö»»Òõ▄µ\x19\x01 "
b"\x01 É┐+┌¿s\r é×;ãɲTP "
b"\x01 É┐+┌ÂrãúU┴â}·eÔ "
b"\x01 É┐+┌─p¶Öí\x11 Ë«î■÷ "
b"\x01 É┐+┌ÐpXªÅ└┐óÉdı "
b"\x01 É┐+┌ýqÛÜ├êÇóé▄Þ "
b"\x01 É┐+┌°s\x12 îyòsKi{ï "
b"\x01 É┐+█\x05 sêŦÅO¸Ý▓\x08 "
b"\x01 É┐+█\x1E qH½╩p\x05 }*\x02 0 "
b"\x01 É┐+█*r¢¼!7┌:>\x02 ┌ "
b"\x01 É▄ágvqZÖÚ®îZ¢yØ "
b"\x01 É▄ág└pCª7▄âêßíÇ "
b"""
\x01 É▄áh\n
pkåD\x16\x1A ÐÌ×Ä
"""
b"\x01 É▄áhUrX░½ú¯àý\x02\x0E "
b"\x01 É▄áhísq«jÚNÈ\x00 MX "
b"\x01 É▄áhýrÓÖe\x14 ½\x05\x18 Û~ "
b"\x01 É▄ái6pÍ«ßÙ\x0E ÀÃ*\ "
b"\x01 É▄áiépª¿I┤m9ï!┴ "
b"\x01 É▄ákNp¸À+- \x15 │═R "
b"\x01 É▄ákÖpjDzô\x7F ▓¹\f 6 "
b"\x01 ‘»Z\x08 $s¶´u\x10 dßÕgŠ "
b"\x01 ’(·Y@\x7F Wˆ\r à&Á\x1C\x01 R "
b"\x01 Æ8\x18\x7F Åw▓╗g¼AÒÑ┤2 "
b"""
\x01 ’8\x18 Ãtyb²Æ%˨\n
£À
"""
b"\x01 Æ8\x19\x18 ôt]┐╩]\x1E nÉ║8 "
b"\x01 ’HÉ'9~þ¡i=ËËpI0 "
b"\x01 ’HÉVžsº—Üï¶\r ý2\e "
b"\x01 ò┤ÚØ³s░è(ÿm¡(Åı "
b"\x01 •´éŸÎq¥¹ö\x06 û1nJL "
b"\x01 •´éŸÝq¤‡u\e û\x13 •\x12 ¬ "
b"\x01 •´é :q)žæ‚Žs1,Ð "
b"\x01 •´é IrŸ´Ÿ‹@0•\x18 ³ "
b"\x01 •´é WqϰŽr‚º ?g "
b"\x01 ╝\x05 ¸[ì@yÆ¢;·½%î▓ "
b"\x01 ëÙ—ðM@Ž¥³blT;X\x17 "
b"\x02 û\x1D é>üDÜîQ└╩\x10 ×Ñ\x04 "
b"\x02 ò°c¹\x10 E€—$ÔV\x07 ÿɪ "
b"\x03 -îvÇWOs²íy€å4¨j "
b"\x03 /t5ünF└úî+JÓ┘\x02 Å "
b"\x03 Lj\x0E Ø÷L█Ñ║óáÖ▄\x0F Ù "
b"\x03 a!\x1C wÜGo¼‡üÚG‡œ| "
b"\x03 ¥\e\x19 wÑ@¸╝l¢Êüµý\x07 "
b"\x04 Oäì[\x1A D½ªõ\r \x17 äÒ9û "
b"\x04 ¶ÿrÌ├O[ì->¿╠\x0F Òß "
b"\x05 G÷íA‘I¸’Ðs\x10\x07 Ħ\x02 "
b"\x05 æZ1´aJâØÈË÷\x07\x06 ½ "
b"\x05 õ¸VÅ(Chéìc=Ê,èÔ "
b"\x05 °uxë[OïÅ Û\x1E ╣\x05 @I "
b"\x06 ıØ╩A°I░£<ıhg°Ù\x7F "
b"\x07 ûÅE<tDVæl│s└‗ë\x08 "
b"\x08 Z\x7F ÷HîAÕÅî³ÚRcdC "
b"""
\n
\x03 <Ý£└AÅ▓ìõé¸\x1E ¤U
"""
b"""
\n
ifØUEK\x07 ƒªR\x17 uèîÙ
"""
b"""
\n
rm;§mE»í¤Z·░FìÖ
"""
b"""
\n
ÝûõôdB]‚âÉâXe‘\x1E
"""
b"\n ÛÜX'+BÃ/\x00 ˱¾\x7F ì "
b"\v jÛÞCèOv·ø)\e š9*À "
b"\f fû╗¸ØD!è\x13 ¿X³æ#x "
b"\f ƒwJ&ôEãˆu€ª\x05 M\t } "
b"\f ØK«³│GO¢YqlF0▀¹ "
b"\f ©ª-\Ð@}ª^Fý¯%H\r "
b"\f ÷ne\x7F ·Lpì\x08 8Y,Ѳ\x13 "
b"\r ƒöSObBˆ“\è\x04 x’¡• "
b"""
\r ÿ=Ó\x0F \n
O▓ô\x01 Ø\r 6kßÞ
"""
b"\r ¡l~›\x1D N™\x05 Ö6Ø\x07 ®© "
b"\r ÛOçí-D˜‚jGWÚ—ŽF "
b"\r ÛšI(uD„³Èµ|o»Ò\x0F "
b"\x0E X\x14 #åãNÖÁ=3ìN\x19 ╩ª "
b"\x0F 7€œeS@ñ¼KiŠ’JY\x0F "
b"\x0F _›!\x05 ¸Dd‹2¾Äœ ‰Å "
b"\x10 ÑÃÈ▒TH╣┐Éré\x19 ª\x1A ╚ "
b"\x11\x1F V$€KCˆ–«pžá$'Š "
b"\x11 9ìàn6@\x07 ·{ø\x10 s8\x04 q "
b"\x11 mÎ7b¥KÁ©\x1D\e I¼‚\x1A\x1D "
b"\x11 t×â‰[Kä–™@c¤\‹\x01 "
b"\x11 °«ì\x15 0H1š\r ì2ížVc "
b"\x11 ´Ø¾CÂD\x1D ƒÂ\x16 úM▒é "
b"\x13 9Ùj¸ìBUà╩╔\x04 lNfõ "
b"\x14\x1A º─ó1Lëÿ£}þR░\x1A Å "
b"\x14 4Ö\t x×B¸¨«ûeŸy`r "
b"\x14 K\x10 ý‡_K¿…u<zÉ\x1E ©F "
b"\x14 ]\x1A ·ÈpE\x03 ¬Þ€ÑÄvüA "
b"\x14 ¼oVURI¹‰÷Háí¢@Ú "
b"\x15 Nׯ¢áNסÿ8\x1C Á\x11 À– "
b"\x15 ▓ì(\x0F ØI╗ÇıÝ\ï└3J "
b"\x16 Tí¼}|M¿€ŽzöVÄ!» "
b"\x16 │ıUS~L\x10 ìª4Ö]!áb "
b"\x17 Mî\x10 0dF´¥Ò2 ³\x13 x” "
b"\x17 ÐŒc÷úCn¹\x06 þæHœéæ "
b"\x18 ì'\x06 ▓°E=í╣n\x18 ¯J█Ê "
b"\x19\x11 \r ìÌèHµ±}FÝð°ÏN "
b"\x19 2\x1F õw¤N\x1E ûì[±Çéö "
b"\x19 i*;0³A\x0E €Â\x05 Á•¤!\x06 "
b"\x1A ‹Ã¾\x1E "L@†77lX®]* "
b"\e ¢¼\x12\x00 "I\x13 ┤2ÅU(O¸÷ "
b"\x1C ?7`ÙDNIºóö\x18 Z,ñÔ "
b"\x1C N©û{\x0E CÔŸB¤ª‘›»\x07 "
b"\x1C e”¡y\x0E B9§<sÀ½*Sö "
b"\x1C eÌ(\x05 >EÇ‘Çß[¯œjÞ "
b"\x1C …hRÞòD‚©x\x06 bFQžþ "
b"\x1C ╣\x06\x11 _üKÈØ<(éf=&ç "
b"\x1C ºïHÖÝL\x10 ¯*¾0Íû\v \r "
b"\x1C Û\x02 ܯ“JÄŸÆÂ\x1A iÞïn "
b"\x1D ^à’O²NH‡ï;²‘;ÐØ "
b"\x1D ¿Ülª\x1A IâîJHì¿h\x06 µ "
b"\x1E -¹\x05 é\x19 A„¹”t\x1D QÈÌ\x1E "
b"\x1E ƒ0¿ï\x00 Ou»òï²/Ìü0 "
b"\x1E ª×ÍݰBÝœ"<ÑãAÅî "
b"\x1F\x1C d‡}(F\x15 ³oÚ\x15 Ðt D "
b"\x1F U\x0E FTáJ£¶[i\x1D Œ¸Û¾ "
b" \x01 <\r \x07\x17 G£™&\x18 ž)x\x17 j "
b"""
.\x7F Á■\f Fìö<X¬\x15 ý\n
┼
"""
b" ×O—g\x18 B)¡-¯\x1E ‰Ø»% "
b"""
!Aìÿ¨kNqÉÔ¤\x19 \n
wÅ\x0F
"""
b"!oh°ŸBF’˜úá‘ýÃO© "
b""WvL“ÉD\x08 ©ÖrH\x13 ¨\r „ "
b"#\x19\x05 ¬¿ûO\x7F ½Å{æ\x12\x16 ×o "
b"#DÝ%ôTC\r ±O¥úMV "
b"# \x11 µÊ|Aˆ¡\x1A Ola’:1 "
b"#Ô\x1E Ç┴¿CfØuo¢\x16 àà\x0E "
b"$¡§HwËL\x1C ªb'æñÁs\x7F "
b"%\x07 ‡jÅÇF†½Ï»×ùuSJ "
b"%ëPè•mM‰¢\x17\x07 X¶Á?c "
b"&4!xÀ±N“¼‰C~`Ê!, "
b"&pšèÂZH\x16 ®xŸÚ·\x14 ¾W "
b"&‘‹j 5E\x1C ‚Ѧ߄¼Ó¼ "
b"'»Þ6}\x03 Mÿ³ÞŸ!{9Á: "
b"(#¥\x03 ñ–O÷»\Üyzf½© "
b"(=&L&7IC£Í\x1F {U\x19\x1C Š "
b"(`ØJûÛEÉÆtUòíl}¸ "
b"(p`•³MŸªH\x7F ]ê'”ò "
b"(Æ(\x1D\x19 PNÕ¦Îcé\f £² "
b"(ÐÍË»ªLϦ/\x0F R±¨•9 "
b"*-/™\r ~J¸„ \x7F ÁÄm\x03 g "
b"*€,\x00\x02 :A¦‚Èæ’›’Á¥ "
b"*·\x18 ¸=‚K\r £ò†õÍ N\v "
b"++Qüü\x05 N\x0E ³´/F\x13 9€ñ "
b"+²'Äç H\x07 ¿É┌J>ü¦É "
b",e˜åÒòA±»\x01 h] "
b",▓║|c\x12 G\t ┤ñU.5çAÅ "
b",ìfe«ÀLÕ§öq%Á7\x19\x1F "
b"-ü*ê\v ®BÀ▒°¢<7& 4 "
b"-Ò ËŒ\x0E Jz¸}×\v !Á\x00\x08 "
b"-ñµ\x13 V›H¢\t ¶K¿V…\x1C "
b".%M=pnAåºuÇ\x14\e\x02 ÜR "
b".{ã¹—ÚH¤¸[:Ë3‘‘µ "
b".Äÿ\x15 ¿(FvŒêxå\x13 €\x04 8 "
b"/?’%äFGq·Æºh#=r’ "
b"/BSÍwöHî©Â\v Þ¨ØÓ╠ "
b"/r\x05\x0F 9aO"°‘\x08 øH2¯Ö "
b"/¥ïl\t\x13 CÄŸAzÎ(7\x13 9 "
b"""
0Òu®³³Lü£ö'\x04\x16 \n
x”
"""
b"0ÓI\x00 ’eM‡¤ë|5\r \x1E †ß "
b"0▀9¿â\x08 LÑØâÃ^Q▒¢f "
b"1\x16 —±íâD\x08 ´3ö\A¢žó "
b"2\x03 ,æ<1C·Žun<ô¹}M "
b"2nWÒqUHr½\x08 މs\x00 £¸ "
b"2°/é8║B\x00 É;\x0F ºã¿wÑ "
b"3öe[E\x08 IwØ^Á\x15 B(%\x19 "
b"3œ<¯VÔM@¯œ2µjòRo "
b"4S-yz\x1D Mü¿’}±Tæn› "
b"4×j\x15\x00 ËGåƒWÖ/wð—b "
b"5\x1C çúk<NR¹%%¿3ÓŸì "
b"5\x7F \\x03 ÐÊD┬É~Äe\x11 º8? "
b"6\e\x01 —˜ØKÆ™\x06 Ý…Æ\x1A ‹ "
b"6 \x07 mÌåLàƒi݆ÌP;‹ "
b"6¾"ÿD┼EQÉ÷òÎ\x03 ÙD\x12 "
b"6ú\x19 {!8O+–TÀ&zÜÝd "
b"7åRj3┬@■┤«×WXÅ║2 "
b"7\x07 Q\x08 «I¹§"Ú„ÿº<Ô "
b"8ë&§¸ÛK┴░cÅLƒr¿ƒ "
b"8░\x05 6ÅÎEií\x1A ┼Ѩ\x16 ; "
b"9┌ıLù╩LºÅß\x11 k\v HR£ "
b":\x14 ƒÌ®~B|†ž QF£\x15 â "
b":vgò┼nC'ÿ╚TmúÅ\x1E + "
b"<}zôî§LoÅ¿×ï╠¦O└ "
b"=\x10 °y†ŒFî±\x14 ûi\r e4\x1A "
b"=VàSZýD^ÄÔYʬÉ{ý "
b"=ü¨ý{\x01 CñÁϺ#Zç\e H "
b">ŠÇ@´8Aí›ß¿\ÞS•} "
b">ó\x1D =)ÓDVƒ¨êJ··_á "
b"?\x11 aé•DO]»o\x11 íò›\J "
b"@1òÏLuFWºxÉ\x01\f ^ð] "
b"@]ÙT/®L±¹5~œHÞžÿ "
b"Aå\x01 ;gÖM:’·¢uÚŠôA "
b"Aÿ\x01\x07 UeD9ˆ¼ÈÓø\x06 ú‚ "
b"B\e\x18 Õ—æD*ºë5öè“í\x1E "
b"BD4\x00 ¥bAЕŸ™79—½Æ "
b"C‡ÚŽFñD‚ž„q¯ôÝmŠ "
b"CÎË\x15 žaIW”rðÞÅš=` "
b"CædºƒuJ\x17 ˆv®ù·¯ù\x16 "
b"Ds>ÅÔ\x1C Cí‘6\x15 ì\x1E Ü"¼ "
b"DߊßóþC‡ªwaØ¡KQ‚ "
b"Ex€D\x07 ¹Dó›<bºü½D} "
b"Fü\x1D\x7F\x12 ßEDä╝░¾S!Cª "
b"Fž·¨Å—O\x05 ª\x02 Ë©›ç;î "
b"Gvóé\x19 CAs ˜ÅC»tÛL "
b"GxD ?\x02 HT┤óÅıD\x03 Ak "
b"Gâ¸ËñÖGc—\x12 i5ªDÝ‹ "
b"Gü–ßa‡A?›…Ó’¤ÏY÷ "
b"HAGé┘┌IÔïlÃìj┌©K "
b"HqßðÞOCp¡¸\x15 ?!W)\x0F "
b"Hy\x16 -¤╚AØ░\x11 veqH¹‗ "
b"H»┴tX¯F‗▒╩├§┘ìèu "
b"K\x1E £ÂÂ\x1D Hn£,gŠùJŒE "
b"KgŠ€˜ãC6¼±q-\f 9'Û "
b"L\v Ô▀rãNjì÷Dd7\x15 ' "
b"L.j[ôÜK\x08 ³À+Ô\x1F ¯\x01 Ú "
b"L<Þ]õ\x19 L=™cÂ0ÁÒÉM "
b"Lp¶\e ",BL”áÖ_2ï$2 "
b"Lîn9ì*K´é┐¯ø¤úå© "
b"M]c_-»@`©ÒO)Ã\x05 çG "
b"Mwâ3\x03 “HT‘{šˆ¡TQÜ "
b"M¼¿‡Ñ\x19 Bú™\x13 Ôù¥‡« "
b"MÉê‘”VNÞƒ?\x19 ‘'\x00 Iø "
b"N½5·¸┼G½æ'\x11 i¼EÉ\x14 "
b"NÀ}†\x19 mJ"¿ÔMú°,²¢ "
b"O"¶nŽGпÂQ¨/ˆu³ "
b"P\x0E í\e =ŒKRŽœy-å\x17 °º "
b"QX\x1D u†àH\v €\x1A «µ°…½Ì "
b"Qˆ×ó\x13 ]I£¶|ÜŸnæZ¥ "
b"REM²ùB²¬\x07 š)oEJ\x10 "
b"RMà┬ïZO¢ØV}┘ù»/V "
b"Ræjk2¨N•‰”ŒÈæffõ "
b"S%\x02 E¹ÞIí┐¤tBT!WÅ "
b"T\x08 >Ùã¥J┐Ü>É(Óѽ{ "
b"T\x14 v’ËûCAšm\x11 âlDÜ "
b"TJ35³@N׊HB¥£\x07 k‰ "
b"Tz\t E^ÌA\x0E ¢-©›QŽ—š "
b"TØj{6ZJÊë2{┤\x1D ±JP "
b"TÑ\x02 ùÁ–O\x07 ³“ñU\x04 â Ë "
b"U%ñ@ÒL¯éìJ▒┤#0l "
b"Um(áÆˆEb·èr½\x06 ÷´! "
b"U£\x17 >ŒJIƪ\x12 MVþñ.# "
b"V\x0F É▒K\x03 G┘ö§^\x07 Ù§,î "
b"VG†\x0E\e KK`£êì7,GË\x00 "
b"Vb>dÝnM¢›¬FØ$«â" "
b"VÛ82ã|A<³ÒýHt\x14\x1C r "
b"Và&K9óC!ån¦Æå25 "
b"X\x05 ÛdñRDS·U2\x7F ýÅ«ª "
b"X~Q;9øN\v ³&“›QGN\f "
b"XÊäcÅ╣GñÀ;\x0F ‗[ªª‗ "
b"XÓbëküGi¼Ò\x13 ýz\x1A |\ "
b"YX\x16 )0@N@É5ÆS©ª░ƒ "
b"Yq&'+ìAŸ´«W³UˆÔ× "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"Yù|þ\x1E vG¦†\x0E\x03 )e´Ü "
b"Z'+\x04 ^\x12 O‚Ÿyª\x1C ´\x15 µÃ "
b"[,NÂArMà©mŸÅó‰#Æ "
b"[ý¦t¾\x02 @¤†ÒÖ–æ>\x7F = "
b"\7ÑÉä\x04 C£©š>^„C \x10 "
b"]ZÈAÚ}Nw—:ŠÏ+s\x18 ¡ "
b"]Ÿžÿ]°KJ‡I„NN*\x16 " "
b"]¦tðÑ\x12 BÞ±Á:U\x7F ¡Ò "
b"]©å╔|%OÅ«▓ç2ÃÖ▀ñ "
b"^d>Ô?ÌE|«ÀØ©qKPí "
b"_\x10 ²¸TEBK²œ\x1E 䨽†Ç "
b"_{Ù}/-ECšFl\x08\x07 J:V "
b"_█G\x04 ôcNµèX+ìóI\x03\x17 "
b"`Iï\x01 ËBKf°fÞ3¤4Kÿ "
b"`rlºr┐JtæÛíÃüv1ö "
b"`{\x1A -\x0E yL\x0F º9\r Uj&\x04 ® "
b"""
až;bu¨IEÐÐO\n
òãê
"""
b"b\x11 ÆfŸCFp¼•Pò\x02\x19 ³j "
b"bJZoq>F~ÅÝ─\x07 ä┬< "
b"bV´sVpGWš\x06\x08 /+Î‡Ö "
b"b¬W░\x1D bBü©á´\x7F\x01 vÍG "
b"b»ÏÖ7§C\x17 ®ìZ:yR!( "
b"b─üÕ»×G╬åEà>0\x16 ─: "
b"bÌuº£cJá“-"Ñß‘Ò9 "
b"cO\x10 ¢\e x@\x1E ¡\r {:ï_¶1 "
b"c½┌¤╝ÕN¯ü ‗Fý\x11 xX "
b"dUGŠ‹DAµ -¡bI &½ "
b"ddõ\x04 ÝFM€¦J‚÷ø‰”Ê "
b"d±\x04 Ê-\x7F E›Š‘³Ì0\gŸ "
b"dÛ™CDÜG\x14 œ~\x05\e 2²\x10 [ "
b"f╔ÅI.ôCÇê8<>Y^ÍN "
b"fþ¿Pÿ\x12 H= 6Ì(MGŽß "
b"g═'|\x11 █M\x1D É@╣\r Tè¦2 "
b"h!2Å\x14 6IýëlçdÌÐ"ý "
b"hW8‗─þAä╗I&\t ìÎÃ: "
b"hŠ\e nƒÛL\v ži°\x05 +)`ï "
b"i 0O†üDw—®Ûî/%¥& "
b"i$▀F%kOü½î\x18 #'àÜ┌ "
b"i§bxãBJã°UíÂ2k)O "
b"iæµ$á‹Jü³›¸Î}\\x11 \ "
b"jW┼ªf$G«©¦Åöc\x05 ¢└ "
b"""
jŒÐà´ÌJ¬¾\x15\x12 \n
ŒkÒ€
"""
b"""
jŸûÆW\x14 J\n
”ûK\x01 9?Á™
"""
b"j«hrÜ■Gت\x18\x1F #╔¶#a "
b"jº\x0E '/ôN\x13 ®á߯Œ;\x12 i "
b"jðZÃöÔO0ÑJǶì°åF "
b"kd or\t LýŒ¯Út\x14 ⟠"
b"kŠëGp^B®´_ªŸ¶ûÉë "
b"kÝByDÛDr©É\x17 µP\x16 ŽZ "
b"l‹\x06 ÃÍÂKO—ÓK±¢,|¡ "
b"l£Ñ¾r†K屨£®¥µpÄ "
b"lÌÕ7úîB╚î¯@mÝjìA "
b"lññ[\x1E ÙFz¼º\x1A ie*›Í "
b"m\x16 êo†hIH…·ä\x17 %Ü\x10\x16 "
b"miÝw¥>NĽ:Áò\f ‹´[ "
b"m“Câ×ÇNõ”|´{7\x05 8Ó "
b"m¹C5hiN¬”QðØ²½69 "
b"nJJ}÷8JV¯gõœ'E2Ü "
b"o`rk\x10 vC¹Å╬¾GÝèIõ "
b"oª¹E\x1A çNô‡Sm”\x04 ËZp "
b"oãv,▄<EíàîGɵã╠+ "
b"p\x1D\x01 Ü\x1A |F”›“\x02 ž\x17\x07 Ûp "
b"pAa\x18 3EE‡½÷w\1{X² "
b"p°H·\x1F œI¢£ÿ=o\x01 j \x1D "
b"qNÙwýäD¿†P’úÚQp! "
b"qÚ)¼êäAN’¥»ø¥)§¢ "
b"s/2\x1A P2LÞ¼É\f\t\x1F ¹t\x19 "
b"s;½ÀfHD\x08 ¥Öž±W²K¶ "
b"s{pÙö˜Hõ³[³ÍtÉÊ\x03 "
b"sØ!ÝÀ‹Fw©ìf(+†”\x1A "
b"t\x14 ëö└1Eî▓xcügg▓¤ "
b"""
tØ\e VgOGøƒ«\x06 \n
õ╝╦Ð
"""
b"u\x02 ÂÐn¸Nо&ç\x15 ù4†ö "
b"u/–¨×O\x0E œ¶!¤\x04 w\v ¶ "
b"uæ¾(ÑÙG@œu\x18 ªÈõª\x16 "
b"v\x12 „pÄ”A\x06 €)Ð`k^£j "
b"v«ƒoX\x16 MTƒŽ´ö^\x14 .‹ "
b"vÃ\x05 ;\x1A áI~”]Šý’²ì\x11 "
b"w\t ;Ö\x1D åGü¥ÕÂB^ºÎº "
b"""
w%\n
[!>K¿¢ú"®M?Ï_
"""
b"wP¾\x1E W\x0F B³’BãhC2\x1C £ "
b"x'\x02 DáE0ØIF)§┘└3 "
b"x¬füïiI▀Á+ƒÝ╬r´À "
b"x¾npóôB9¡âèú²Úà… "
b"yÑ|ÅÏ Of¼~^Íô¢\« "
b"zza\x06 Z\x04 D㻜]\x17 ¶Ý“s "
b"zǶš1?D|¬ÿ\x15 jçánB "
b"{6`'╣kHÚ£ÌþkØ?Êb "
b"""
|\x1D\x07 o8\x19 K˜‘¢\n
×ÛlÒ¸
"""
b"|ì4ƒ\x05 MH\x1C æ\x04 (j9\x1D ▒Ø "
b"|Ö╣█Ë|MÂÉ,\x19 ▒/ºÿw "
b"|ÎlF«¥Gg¤ï>òµ”q\x15 "
b"|ÏW]`üM>•\x1A -Ŭ͎² "
b"}ÆÎ▒\x05 gE´ÅøØÎ█(Çk "
b"}¨È\x05 e½CP„;Ac> ÿ¡ "
b"}▓eiÞ©E\x17 ÿv2@┌ì9█ "
b"}¹?¨nŽIÈ¡ùí²É\x02\x1F ‘ "
b"}ÅÖ\x07 8rB왂/\f œµ%º "
b"}釾?8N$‰b¨™Jm2 "
b"~!\x05 Ú‡„Aò¦C7ýç\x19 ’ü "
b"~a\t _\x1D q@Šš6aÒ©Üäm "
b"~j‡D<XO³x\x0E ç2¸pÔ "
b"~nÝqW│FXÆ)`4ü,\x1F ß "
b"~tù\x1A ©ıEÅû║╩\x7F ªî▒ "
b"~\x7F LÉ\x00 ÒEaâP1Ë\x1C ·rL "
b"~›¨É?WL¹¯¦×ÿ\x03 Qhð "
b"~¦rQW`F¿’1ñ·7™Ž´ "
b"""
~å\x15 V´¸N½‘g[-»\n
û
"""
b"~þ\x06 ~\x1A ÜInµ7gœ\x19 £AÊ "
b"\x7F Nêm■¯Kɬºb{C$úG "
b"\x7F \Ó|Â\t E¡·m*h‰JnÖ "
b"ü╚ø│ô\x18 H\x00 ÄO\x10 Õ‗ö*& "
b"ƒ9\x08\x01\e ËJîŒ\x7F p5í\t Åq "
b"ƒEÐ\x14\x1A\t Nìƒm\x10\x10\x1D eÿõ "
b"ƒDjŠŽD³§4¹Þí\x04 w} "
b"„¸ZµýïFK€4Oi]èë\r "
b"„âP—T¶E¸›±§Êl!â\x15 "
b"à1OØúƒGÕîàÎ\x15 þ.\x02 § "
b"""
…¨5\x1E 2VKÍ¡iz\x11 \n
f\x03 w
"""
b"†ˆ!ïÙxN\x1D ´RöˆØ¹\x18 º "
b"ç\x06 {²Î?EþàÅ\x1F ¼\x10 ▓▀Ú "
b"‡E¿\x05\v\x03 LÈ”õ6Xè\x13 8( "
b"çô\f .D<G▓▓c┘M±|æü "
b"ç╔46ÿÃL;É\x0F ┬¡\x0F '├h "
b"‡Òû„ÅCA\x0F •‰`XË$=• "
b"ê╠Fõ┬ÓDÙòØ1Çè\x17 A¦ "
b"ë}häVıI¬ÅG°u╝0²┘ "
b"‰èt\f\x13 §LBœc¼úêªf³ "
b"‰îá!jRH\x11 ¥3;Æüó5E "
b"è╝\x12 FøìJð¥\x15 ,ïªùÙÆ "
b"ŠÙ:®1\x01 Dµ†‰µœŒì\x12 á "
b"""
Œ\n
5ÏŒEs¹äÃÛp’ù
"""
b"Œ¾T‰ÑCûŠ¡Ýâ¶Ä(M "
b"ì\x07 W╗J▓Kxó5®ƒ█°²? "
b"ìé\x7F -Ô\x07 A½û▄\x04 2§\x1E bC "
b"ì¥@¾Â\x1C H│ñ¬:<¯ÍÆu "
b"ìͳ¬þ\x16 A;┤9aeiØÑS "
b"""
Ž3«Â\n
\x19 JþžØ\x10 ŽË×z\x7F
"""
b"Är>ÛÉ\x00 GêÅïöÚ‗@\t ¢ "
b"ÄâöÀ;┬Ljæ¨àÉÙkM% "
b"Ž—“\x11 t0J¢®O\x11 bꑲ‚ "
b"ޱ¯£¾|JÕ›3§½|\x04\x0F ˆ "
b"żØñ╬sCz¡K\x08 {X¬¬\x7F "
b"ÅÂÙs5NC░╣½7êB\x08 z\x1F "
b"É%×ÞápNI¡9+5Bhÿ "
b"Éu\x1A {²■Aòì3\x02 "É:\x06 î "
b"Ƀ▄í╦╚GýùjÖ¹MÚì\x16 "
b"‘·\x03 ¦.FA\x15 ›”šŠ‚\x07 >Ÿ "
b"""
‘ýô5¶\x0E K\n
¦åºÙ\2\x10 V
"""
b"’pHB\x13 \@ä£<:²\x1C f! "
b"’q¥ë>ïLa¡\v H‚Ö#Ím "
b"’yì¾>bFß°(©ôÓÒ*. "
b"’ºI\x04 a\x1D JÀž¤´\r 8êm$ "
b"“i'øž\x1A Nt©0˜Ï4gÈJ "
b"”7š1^ÁD\x18 µôycî\t óm "
b"”o†\v\x14 ¥M`¦íØ^µ\x1D §% "
b"”´²øÊnDÆ©n\x07 z’¦vE "
b"•s؜ܣG\x06 ±ÊKÁÙŠ€ƒ "
b"•ر\x16\x00 !N\x17 ¿l8áxVkB "
b"•÷âT\f\x1E Cº§ 'Y‘šã° "
b"–F÷\x7F ¾ÿF³·QhªÁvp\e "
b"–…\x7F V–MD3®\t [\x02\x07 \x06\x0E "
b"û¦#¦É\x10 @Àø\x12 âñ\x00 ▓é└ "
b"""
–ô¹\n
]wE\x08 ¨.ÕšlÓmh
"""
b"—<UK~ÒO=”$`ÏÏåÕ, "
b"—T`êÌÂDcœ¬ò\x11 O`=% "
b"—\¨u˜)@\x01 ‹Ÿéé\x06 Ëv® "
b"ÿ/_\x18 Ö\x1F C╠üW\f ¿Ò‗Ü6 "
b"˜ua˜lWE¼‡>rr§’ø\x1D "
b"˜Øø\x00 §FHÀ’Þø \x0E †«g "
b"™?MšfqFK¸6eJÌ;ü& "
b"š\x18 t?\x12 üOýœ#€\x10 »5=Ñ "
b"š\x18 áÏ`îF\x10 ”»§\x01 îÏO\x06 "
b"š.¦¶ó—CT¹¼a‘F`7T "
b"šQº“¼ÿFå¹ø¾Ú5T„Ú "
b"›`,H¶XA\x01 ²\x10\x1C 9ÍϺ´ "
b"›¥\x08\x11 â?L‹¦ˆR\x03 8jK} "
b"›ÜÉwŒEB³«w½ŸÔ¿þ· "
b"£Å╚þMÏH\x19 ê ıôå×╚a "
b"£®'├ê0G\x02 ▓qÊ‗ÅKÄ\x07 "
b"œÓ\x1F I§ƒOƒ¸°äkðZÌÐ "
b"Ø\e A┴i4Lìò ¤ôéù¯à "
b"Øv\x03 XïoJ/│ñC¡`A}Q "
b"ž}´XÃ9Os”Òû\e êM\x15 ~ "
b"Ÿ\t z3bTAÓ‘‘ˆòÿ‡*œ "
b"ŸvþM\x03 ÀD\r ·\x05\x05 ¾ôÈ\f\v "
b"Ÿ¾[íÝeIL¤w…\x10 ”ÿû0 "
b"ŸàKþE1F‚£\x01\x05\x16\f ÞWb "
b" \x02 ¿P—ÁCX¬¿÷\x12\x0F éæŸ "
b" ¤IóÕÍJy€\x11 í®È¹H„ "
b"í─├┼ɬAàɸQ╦\x15 Ö¦‗ "
b"¢ž&ˆ¢ÄK1Œ\v ¡-ÍîÌs "
b"£\x12 °¼|šF®¾÷©@'ºF8 "
b"£8‰ÅפKÚ½©ÞÒìMH? "
b"úZ®\x1E SûGöÉ]¹1À\x06 Î¥ "
b"úí6╚╦SA¶ø¨┐2+.Éy "
b"£¾0ÿ7~LÒ®`þÚæ¥°\ "
b"ñ\x0E B8\x01 █I|Éäåm\x0F\x06 ╝¢ "
b"""
¤²Q\n
»©Fá¶À4›\x19 :Pê
"""
b"¥E˜µ#ñE¯€%–ƒ¼Í©O "
b"Ñ╠ÁrÅ║E¨ûªZµdEÛ\x0F "
b"ªU²\x17 ÕÉD\x00 øp'ï^³ì_ "
b"""
¦Ä\n
qH‰H/¹ý\x08 \f se\x06
"""
b"ª\x10 <6¿L,ü\x07 ü/³¿ï╠ "
b"""
ºçøý\x11 \n
Lÿ║╣áÇk▀\x1D É
"""
b"®\x04 LËLJL\f Ø%TW\x14 ÒÇa "
b"®\x08 KÂ╔║N]ªÑ\r lü$Å> "
b"©\x11 pn½ÈOÁ› ÁÕÈ\x08 Bû "
b"©\x17 ao;¸Oÿ—¦.ñ%\x10 Tª "
b"©.j»ˆ<@\x06 ¢è*¥QøŽ— "
b"®éÔÓ®|J\x16 é\r ì.r+g\x0F "
b"ª"læ÷éHp¹Aóq\x12 6ƒ¬ "
b"ª/*\x12 gàEe‹Tw¤nAIW "
b"ª¦ö\x00 4\x11 F6•ªYÐ\v\x1A Æñ "
b"ªç«Œ7ÛAƒ¼f\x1C f9¾!Ü "
b"«‚4$¼ïJi·'GV?p´ö "
b"«–áÇ\x1E žJ>¨dx0\x00 ûa° "
b"«µ\x0E Ö\x13 5Np«„\x18 ‡\x07 =ÂÔ "
b"¬ýu†Ð(Hñ¬€\x1F Gvï¤\x14 "
b"sZñëûB\x1E “ä\x08 °sĨš "
b"""
ÀCõo\x13 @t‰\n
Y„}\x1C 9Z
"""
b"ÌJ•ÈJIó–\x14 àIjå+_ "
b"""
«øÔU│¤B\x1A ØRç\n
\x7F ╠£Ç
"""
b"®¬ó\x18 ¨\x13 Gعò…\x11 j4›\x1E "
b"»{4\x07 gäNG¢üCÉme¹\x01 "
b"¯†vßFªIø¸\x1D B`®©Úï "
b"░\x12\x15 nÙoD+ÉZ╔\x01\x01 8y╬ "
b"░┐Ü9"\x11 N\x03 ®§LDÉ®\x10 Å "
b"""
▒ä²Êü\x19 O░Ñ\x1C ¢$ç╚\n
\x04
"""
b"±‹í\x0E ¥IGG¨¸é {qL{ "
b"▒ØØ£4¢@ƒÅ\r N@z#┼N "
b"±ðÃÝrmEⵞzá²q\ "
b"▓\v 5ıÖÉO\x17 ôãm?-2ù7 "
b"³°>—ë\x07 Ne¡ü\v œˆk¾\r "
b"³ã0DÈPGx„1ùöE\x08 "Ë "
b"³î¤$6$OãˆrBTÌ/39 "
b"´A\x10 ðB¡@Ú‰/œ\x08 ":åÎ "
b"´¥Šö6\t FÛ›ÓwGl\x13 žs "
b"""
´°œÛ\e \n
Mí¡\e … #ÐÅË
"""
b"µ¸\f ÁσFЀf·\x01 ’øò\x05 "
b"ÂeåɱûH│½\x13 \r M->ÑS "
b"¶s½½A:D—‡ \x16\x03 º«·L "
b"¶š¶ý\x02 ?Dz¹\x03\x17 áI@X« "
b"¶Û’LnÉC‹ƒ\x08 dè»82\x0E "
b"·\x1A îd\åNgŒb¢\f #éÈž "
b"·…m®¼¤H\f ›\x15 Á› ¢\x12 ì "
b"·Å\x1F -–Hß¹R$Soó!\v "
b"¸\f ô\x11 ßšNᎠ\x0F éNÀfý "
b"¸€„\x00 $õJQÍ\x0E MïäBÊ "
b"¸àƒÛm°D±‹²,\x1D ªå\f\x0F "
b"¸÷G䤰I3¨•\x08 >LXçA "
b"¹x®d-\x7F Gù½§k¤ð#ýú "
b"¹‰ÌNQmBÙž>©¦"((‡ "
b"¹Êe}/õH¶”]“¹\x18 '©_ "
b"║\x0E 3å╚öGá┐À├³\f þÕü "
b"º„ðÒ²O\x7F —7Ë颃‘* "
b"║Þ├©ªñE^ø\x02 w¦É¥%ÿ "
b"»q#Ô.¢KÛ’e\f nÏ‚µ\x00 "
b"¼.Éú4nA»”ý˜X9³5‚ "
b"¼±‰\x08 ÄÅ@¥¾À\x1A kêÆkG "
b"╝Õ \x1D £\x17 Im¢h±ÑÉw\x7F ¨ "
b"¼èÂ\x0F\x1E nH5†oR\e\x08 €Y\x1C "
b"¼þ+=\t ‰EÓ²ýÜŒµà0ç "
b"""
½i\x02 c\QDj”\n
5À€_\x08 p
"""
b"¢ª'eƒQFÖÅ\r ░ë\f ┘óS "
b"½åÐt¯ÜOg”Óù`2\x11 ó "
b"¾vD\x15 äHdºlrû¦ô û "
b"¾´p¼\t C@ä¢$³·ÏÙ…‚ "
b"¿œYJ_ôC]‚\x15 9Ÿ8 ø¬ "
b"¿óúok~IÔŸœ;¬Q²\x08 – "
b"ÀBx~t#E–‘__í\x17\x04 ˜; "
b"└{ÿ±)sE\x1E ŧïï\x00 {┼\x7F "
b"À¡œ\x0F /éAy˜Îß"\x0F ½mY "
b"┴╝ÝLú\x1F J▀Ät$ ì¾\x06 ¾ "
b"ÂDZ0DiA\—¡ÇFm›X¬ "
b"Ÿq‡¬+O²z}\x18\x1E ù\v ¥ "
b"¦oË¿Ñ@f²¦\x01 ¶ÛÍħ "
b"""
┬╬ÓüwQH}à+´Ä\n
?\x1E "
"""
b"ÂìÅiowH+º VÇ[6Õm "
b"Ã\x0E #vJ»D]µ:ï…7H>Z "
b"─ÇÅð9iI5æY4CäÃ-b "
b"─ùBRôÑOôæ!þ╬\x07 .êÉ "
b"Å9ºïy=@é°¨†@ŠÄ\x1A\x0F "
b"ÅbšÎ¶ËEÑ«XÞíÛ\x1C ‚F "
b"┼░¤¤E┬LêÅ)▓GߪCƒ "
b"Åܾ[ùŒL´€š^2\x18 ÍXë "
b"ÆŒôKØ<B˜¹‘ßÔWO±à "
b"ÆÉ ‘TRIY»cȦ‘·Q× "
b"ÇŽÌ\x7F -\n DM»\x00 WÒ¼×0; "
b"È4ìø|1Gv‘³;mhîeY "
b"ÈWYŠûkN"™Ÿêçstvž "
b"È{Ó\x1A ¼\x04 E¸·ià©-Ú£g "
b"É÷šP‡SMUœdD\x19 þ@žŠ "
b"Ê\x18 ù?!\x07 F♪\x04 Ñ2$/” "
b"Êœ*EAèN¾‚p\x17 Ö\x16\x11 ”] "
b"Êã“2p—@²‰šø\x18 'm¬Ü "
b"ÊæåWºøN<NâüáŠËß "
b"ËÎ6î5ÕGÀ-Ú0-\x1D\x17 … "
b"╠8ö«¶\r @─ç:ë^z|cÅ "
b"Í=\x12 —¾„LjŒ%oàpÞEÚ "
b"═gRð&+KjÆÉjyÛ\x1E i\x0E "
b"═Å╔+q}KsñÝ8Ó\x10 Ó å "
b"Ï\x07 1…\x17 ÷F?¹ÒNy.ßfÝ "
b"Ï\x12\f ßì·Ab‡ŠÃ\x1E ÷Ê=° "
b"¤,║g¦C@°Å\x11 ¹┌;³5æ "
b"Ï.°ãš\x1E AÃ\r \x13 K\x02 ðÊ\x14 "
b"ÏQjºÍÉEʉ\x17 àíB€§" "
b"Ïu€×¤iF‘‰qüøûË/; "
b"¤╣2║¨<CKÉ$UXZôÄ~ "
b"Ðå\f +rJAÆ”+Sà·\x7F ïù "
b"Ó<ÆC¿&Gt²Ï\x12\x07 ~Åèñ "
b"Óh/ÒÃzO®·\x11 ÞAvZ\x02 q "
b"ËØxRk\x1C @╦Å?RJı®.Ø "
b"ÓîŒìT0JЉ®\x17 ‡T‚\r Ú "
b"Ô,y„½«GY‚\x18 4°”æ(¦ "
b"ÔWê½ú×J¡ˆÊÛ·.ÿC\f "
b"Ôª\t õd³Aô²\e à3Œæ{ù "
b"ı\x1C scZBA\x07 »├üÝ|Ê┐´ "
b"Õ0;Æ\x10 áL4Ÿû\x03 ^mÎ}ê "
b"ıä\x15 ╚╣ÉHgâ§└p\x1F k"\x02 "
b"Õ—:ØÐk@:¤ÉJ\x1C ä\r \x10\t "
b"Ö\x02 :/\x0F\f F”“ŘìðDT· "
b"""
Ö\x18 Wm7wFq§x[É\n
Ší\x1E
"""
b"Öb’gÖ\x16 OÅ‘Ÿ‰zÉH(ç "
b"׈s–ÑÓE¿¹ìx\x14 –½ªÚ "
b"Îѽ│tÅNeâ0|¥p╠¨─ "
b"׫\x07 /݇G\x01 –¨;]j¦\v ü "
b"×ÙhŽ^|Nk—´\x01 dP¬\x1A\x11 "
b"؆-jè‚Dl¬X\x04 ãu]I¯ "
b"Ï╗\x06 ±k°D«ê(Z>-®Å╠ "
b"ÙQ:òÂ}C\x03 “ò±3´¸ÎG "
b"┘ÜIK═aF░ü\v\x1F È╣■&þ "
b"Ú/^µ&HLgŒ'&0Sûý\x1A "
b"Ú8˜\x13 ¹ŽL\x0E ‡|Ŭ}\x03 Ê\x13 "
b"Ú_f5©‹Gh¶%ûôGçË& "
b"ÚvŽ„4ÉA\v ƒéŽL\x1D (¿L "
b"┌ÐçJ\x08\x06 A®à\r ü=î\x18\x1C X "
b"Úôɺw“F‚„pUî>Ïò& "
b"█ì\x17 §14N┐Ñ1\x1A ªÌëøÊ "
b"Û˜ÐÒ½ˆKt¿\x07 {Ÿ–\x1F\f ø "
b"ÛÌ‹¯,•OÁ…ô\x18\x14 µb¾7 "
b"Ü \v {\r ÕI„Ž ä,\x1C sXQ "
b"Ü"eOcôLH±pЬãTο "
b"Ü=\x14\f z™C"¶7¨W}åým "
b"Ý\x00 ‘\x19 ˆµG\x13 ‚\x7F 4\x1A\x00 D.Ò "
b"¦\x0E 9ÊϺE\x1E ©~Ãü=í_\e "
b"Ý\x19 ePK‘@¯—ãhLf\x16 Ô… "
b"Þv† jÒM2§I\f\x1A ã\x17 ß7 "
b"▀A┐·ÆwB\x15 îÈðuÛRÉõ "
b"ßsbÚGÊJ<¼d%Ç2x„\x06 "
b"ßÖŠ‡çÌHhŠôÍò¬¯;b "
b"à\x01 ¿bþ5C4—aîsU@6ô "
b"Óu┴¢!µKeìr\n █\x0E ó\x00 ½ "
b"àz8²`0Gxƒ=\x1E\x1E !r8º "
b"""
áPj¿\n
‡O7¸\x1E \n
F\x0E mão
"""
b"ߨ$▒\x14 ýMÆàÁıç¸!*\x18 "
b"ßð¹ÅOæO╗â\x10 <«T½\v "
b"""
ãBµ±5²@\n
ƒN„Ä]E\x02 5
"""
b"ÒÆLÕ_lHÖÅ╦\x15 ä\x10\x03 ░\t "
b"äNÂb¤H澺SYKð\x0F û "
b"äËSX²ÚD®€šñO5»C\x04 "
b"äÎy$2–Kl½7\x07\x18 Óe^9 "
b"µ\x19 Ä{█ÿN╬ø|·§_┐Å\f "
b"µ«\x1C ÷ënMƒúüñD\x12 ©a\x1F "
b"æçñäÓ(C¡—;ê¨Æ†!² "
b"þsAðü«OJ┐kø█3ºO░ "
b"Þ\x0E m;\e\x18 L¾áØ═┌r░©` "
b"éd\t _;\x08 B’¼\f\x10 0EËXû "
b"Ú°ÜXØ\x11 AT║\x06 \\x1F ëüʨ "
b"Û*K\x16 DjEäÆü\t êcø¦M "
b"""
êàZmO\v KÍ‚¡T\x07 n\n
ƒ\x18
"""
b"ÛÒò\x05 §ÅJV░SÅùîf\x06 ½ "
b"ë2ý«Vä@A‚žµºá†7\x02 "
b"ÙnÊ\x1C {äF┬ɪô\v\x1C\x1D þ§ "
b"ëoÓºm\x02 AÞÕpÐaã\x07 ‘ "
b"ëè°çª\x15 G?‡t§ÍvâVË "
b"ý0òðb▄J;┤ج═+±7% "
b"ì7\x07 ð\x03 ]C …\v Ž~¦ˆg‚ "
b"ì\x7F Ý®ž\x10 Mg‡½¾&$¾˜Í "
b"ìðýWÚÆA}º%øÂ]Þµ¼ "
b"í,{>_–Dr»\x02 :\e eI™B "
b"íu"FåÙM怫¶bɸ›* "
b"í‡\f FômOÕž{½³°°î® "
b"í¬jgnÙGã¡üY\e ùÑ,\x1D "
b"î=±Vê#N.œ?J¿ÁNuE "
b"îH‰\x14 MôL\x13 ‘ég'\x17\v ÇÉ "
b"ï\\r ,«‰F4·Ò™`þd£¥ "
b"\x06 mg½YE\f À¼\x06 ÙØ¬^Þ "
b"ñGÌ"\e Ë@\x04 ž\x7F µÍ\x0F íÒª "
b"ñ\‹b¸HFÒ ¤Ö¥†™Z& "
b"±a\x1D ▓¹'Hª╝1ÅÐB\x06 ì% "
b"ñoðHˆ\x17 Bв-læ!«nË "
b"±w\x07 9ıÉDâ┤uı+\f Ý\x1A + "
b"ò\x03 8ù9ÏNj‡0QWÂRg "
b"ò®\x1C ´É“@ä®\x1C\x15 ßËj’„ "
b"ó¨Öžîä@¿¬û\x1F 9X6ä\v "
b"ô\x0E Õm\x06 ¸DC¾\x04 ¹›ølÇ¿ "
b"ô.{ì,§GM³Ú$@Qšé& "
b"ô7¬\x03 àŒEâ´¬lÂÁ¾áÅ "
b"ôY\x06\x1C á©C!¯c\x18 hê|H\f "
b"""
§\x13 JÖ▄\n
MM╝\n
[┐\x1A Å\x12\x11
"""
b"ö–\x14 ¿S²K䱌\x1E •JÓ㢠"
b"÷\x1C *£\x1A èNÔ±\x12 =¥ž³€½ "
b"ù\x02 @–!ÖHùƒÍ‘ì\x14 Šƒ“ "
b"ù\x05 º>rBGæŒØ\x16 2\x7F .¯¼ "
b"""
ù"Õ<\x05 >Fß“)…õ\x13 \n
\x0F #
"""
b"¨ªÚl\x02 D9ö~ô¼âw©Ø "
b"ú`ÌSýENU—?‰ö°ßF… "
b"ûiqÐ\t !J+´4œ\x1D Ñјè "
b"ü?,\x19 dóC€®ÇûãFóW³ "
b"üAW\x18\x7F çG’°~*‹sôÿ^ "
b"üø\x02 &ì˜@O¨s,\x1E ªPYì "
b"²I¶#w¼KÚófßäÇìè* "
b"þLA\x03 ¯sDì³4Å\x13 -ÿA= "
b" G©ü&lLf¡Däl\x02 .æ╦ "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500 OFFSET 1000
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x001EBC863BFE48F39417190A80C33027 , 0x018F28E328E67D0BA2ADEFF05DFC2DE4 , 0x018FC3EC8B0C7995B577325D7F0D3CF1 , 0x018FC3ECC5E871F2812AB7FBAD0D3221 , 0x0190BF04D36471E78EEB83F0FF3536A5 , 0x0190BF04D36D73DD89D87EC016AA6CB4 , 0x0190BF06446073C9851C645BA87CA5DC , 0x0190BF0743427344AB43BFFB563A2D13 , 0x0190BF0754F9735E9D0DCEA0C6ED9819 , 0x0190BF0764637324AE06EDBF58E804B7 , 0x0190BF0764A473549C8F13A6440F5D1B , 0x0190BF0779CB7237B3E78E5C67231E6B , 0x0190BF0781B4736386A82D23FA54D191 , 0x0190BF08CBB571418CD6BB9C68A32938 , 0x0190BF08CF987154A875C402DC950BEE , 0x0190BF08D3A372D99658FCBEBBFBE9F4 , 0x0190BF08E04E738C92A5FB2947891389 , 0x0190BF08EE507116AA3CC327845C71C4 , 0x0190BF08FA9371E783674AE41C33D815 , 0x0190BF09482C701BAB8037D26DE7677E , 0x0190BF094C3571BDA9655E6727A9D18F , 0x0190BF09502073CFBB76561A36F53523 , 0x0190BF09502B70BBB2335FF17A7868A1 , 0x0190BF09503472CBB796A93268C2E28E , 0x0190BF09503D70F7833E54997253320E , 0x0190BF095046702BA765CFFCA6C2BCB6 , 0x0190BF09504E72358C02DEF44008DF7C , 0x0190BF0950557266940D486F3E52EFC9 , 0x0190BF09915273CDB6A5351E3B2FD581 , 0x0190BF099334721ABABE0EA6E562BBEA , 0x0190BF09976A7234BF8EE13157094DBF , 0x0190BF099BB671B592649D4A7CFF4FC1 , 0x0190BF09A026731B89DA379430170F44 , 0x0190BF09A45C7262975F23920B73BE8E , 0x0190BF09A8D870CEBFEAC8370B9D60F7 , 0x0190BF09ACF770729A120650782B3B83 , 0x0190BF09B120717AB97CAB8D1A040F01 , 0x0190BF09B56B73E38B6CB46F2809B005 , 0x0190BF09B9D87003A66D1B41268AD5FA , 0x0190BF09DDE77371A986CC3DB946D4E4 , 0x0190BF09E21173C8AE29D2743AB2ADE5 , 0x0190BF09E63D738897DF57E9BEA421B3 , 0x0190BF09EAA372668AF851668CB5A63B , 0x0190BF09EED670C4A0F0D0D2D7775E7E , 0x0190BF09F36770C08841CD1767604743 , 0x0190BF09F3A672989624246E870DC36D , 0x0190BF09F3E67292ACE61EA8B1307D24 , 0x0190BF09F42570348B37805CF808C322 , 0x0190BF09F8ED73F7B901737FCE245E3B , 0x0190BF09FDB3730386FFD64F8CD2EC32 , 0x0190BF09FDBE70138E5DEF850F174EFD , 0x0190BF0A0283706F80C9FD4D68DF1E9B , 0x0190BF0A028C721AB3950B7ABB633A4E , 0x0190BF0A029472889FA3F6AABE37A22D , 0x0190BF0A070D703BABF0271EA2D0AE86 , 0x0190BF0A0C44728A8376E2D0CA19BC95 , 0x0190BF0A0CBD70FFADB10C16CBB33716 , 0x0190BF0A1249728D92BD6C9896D447BA , 0x0190BF0A132E7129A997BD97751415E4 , 0x0190BF0A17DB7213BFA8460CF1E5487C , 0x0190BF0A1A4A7097A2C68A6995718F63 , 0x0190BF0A1CAC7325AE25CCFE50B268BE , 0x0190BF0A1CEC72E38BDCD31BF360FD28 , 0x0190BF0A1D5F70069B823401625DE2A8 , 0x0190BF0A1DD472D2AD016E4BBD1F549B , 0x0190BF0A1E5073AB9ABB1A255E257A3E , 0x0190BF0A20267328BDE624C57580C348 , 0x0190BF0A251470FE85BFB9905F0D1526 , 0x0190BF0A2A1B73BCA8036114F1AC8F8D , 0x0190BF0A2BDA73D59253815A7EAEA7B5 , 0x0190BF0A30977139B7C6CC2C5DB81CBC , 0x0190BF0A32A0709ABB1F53C7CE6D01BA , 0x0190BF0A32FC736A9E30A310AED1E79E , 0x0190BF0A39F07055B6C9CED6A5331D9F , 0x0190BF0A3ED3711ABB9D6040FE19F81D , 0x0190BF0A439770E1AA8F3EE8B1AA89E9 , 0x0190BF0A483970A9B63C1011AB23BD70 , 0x0190BF0A487871CE961147FB6086B942 , 0x0190BF0A4CD472E38AF5C93084A53A51 , 0x0190BF0A51C07141B8EFEF266FA5C691 , 0x0190BF0A569470EC9F3407951FE80DD3 , 0x0190BF0A5B61705882A235BCD4901A28 , 0x0190BF0A601A722D90EEA2692EBCF32D , 0x0190BF0A64CB7071AA28CC179361AB61 , 0x0190BF0A6A0F719F90BAF8BB524E30C5 , 0x0190BF0A6E9573EDA4B746FD77164801 , 0x0190BF0A736D7325ADA2FF6944A88B77 , 0x0190BF0A780F73D6A624B62521AF0BAF , 0x0190BF0A7D6F70B18F3DCE92575C3582 , 0x0190BF0A82D3710B8DB6573A534EE84E , 0x0190BF0A837B7363BC0E9F93EC1BA828 , 0x0190BF0A89F1736CA469E0E6077AB861 , 0x0190BF0A8B0773E0B8BF8366B2824F6A , 0x0190BF0A912273028CAB1510483A976B , 0x0190BF0A920971C0A7F2C5CCA3EDC775 , 0x0190BF0A990471D9A178C6B0BD21AD30 , 0x0190BF0A9A217030916617EB3B7B2758 , 0x0190BF0AA1BC70CFB11461D4167A2D6B , 0x0190BF0AA6A070B58E1AD678B961C013 , 0x0190BF0AAB827138B13793FC0550BB2C , 0x0190BF0AABC070558268801AF19EED04 , 0x0190BF0AABFD711988F7F36839ACD255 , 0x0190BF0AAC3B7087933B11CBD07EF806 , 0x0190BF0AAC7A703590EA8E433D013329 , 0x0190BF0AACBB71E49A000A16DDCB7491 , 0x0190BF0AACFC73D7AB065307686686A5 , 0x0190BF0AAD3D70128BC0425960CF2884 , 0x0190BF0AB24670C6852EA0CD8CAB23E2 , 0x0190BF0AB2537055AB1B0C1F1EE1B6C9 , 0x0190BF0AB76E7380A6364A90AAC17919 , 0x0190BF0AB7AC738F9966D4F419836F0E , 0x0190BF0AB7EB7304B59E791EA34276AD , 0x0190BF0AB82A73218E962EC1437C6637 , 0x0190BF0AB8697323B4B63BF131D2DA5C , 0x0190BF2A31297203832613E6EDE81394 , 0x0190BF2A313671F8BB41530CBE83A4FC , 0x0190BF2A31487026AD68B7B8368E845D , 0x0190BF2A3151729BBA2CF65739A688E2 , 0x0190BF2A315B73BFA825FF9A15AFF68C , 0x0190BF2A316573E58F48F23AC0D008EA , 0x0190BF2A31A0701A95F057DFD899C0E1 , 0x0190BF2A31AC71FEB876507A84A0883E , 0x0190BF2A31B77160AA70C538984E0A39 , 0x0190BF2A31CA71CAB2B7CDCBAD407E93 , 0x0190BF2A31D5701C9E152B4DB50C1A5C , 0x0190BF2A31E071499B6193E5BCBC457E , 0x0190BF2A31EA73868228B35CB6DAB4F0 , 0x0190BF2A31F572C5A256397FA8DB64E0 , 0x0190BF2A32017059909D92CB1B3CDA51 , 0x0190BF2A320D737FB11855EE71D6F0A4 , 0x0190BF2A321872EC844A5BB71321FD28 , 0x0190BF2A322A738B8C44B8EB1AC1B983 , 0x0190BF2A323472E7AB7BD4C9F44716C0 , 0x0190BF2A326E71D3A5A655D49600FB27 , 0x0190BF2A327A71079A2DAD1C1A864A5E , 0x0190BF2A328E70EA8D7FBA2CDDCBBD73 , 0x0190BF2A32A3710EBC21721721F0D42A , 0x0190BF2A32DE73FA9EAD3E6EA67F8E4F , 0x0190BF2A336C715F8CE72C8F1263FBFD , 0x0190BF2A33B47072A7193C2AB7253AFD , 0x0190BF2A341970A687178B4B09F3AC9D , 0x0190BF2A454B72DD836931320FFC98DC , 0x0190BF2A684A713C8FD8624C42F8D2B4 , 0x0190BF2A699D7363957B60A05C0A1137 , 0x0190BF2A69A77154AC21D04B0F73F754 , 0x0190BF2A69B1706880F503360CC7C351 , 0x0190BF2A69BC7272A9373533F4D00200 , 0x0190BF2A69C672ECB5D26D4D47399E59 , 0x0190BF2A69D073CF91249DAE8AA758B2 , 0x0190BF2A69DA7341AD7F6D6F4B3D4091 , 0x0190BF2A6AE271A6934137EC0A69A204 , 0x0190BF2A6AEF7341B803C9DA03009D1E , 0x0190BF2A6AF97295A96D76214BE9F633 , 0x0190BF2A6B04736B84CF3E776C38BEA8 , 0x0190BF2A6B0E739CBC672BCDF0BF5C78 , 0x0190BF2A6B197197BBA1D31BA3DE45A9 , 0x0190BF2A6B24721DA240084C3DE0CDDD , 0x0190BF2A6C2972619F40AB7BBD55C01F , 0x0190BF2A6DAE73D696413879F7822116 , 0x0190BF2A6DB873D8A297061AAEC7C8DF , 0x0190BF2A6DC2713182ADA2D02D8BCE16 , 0x0190BF2A6DCC728A8F9723DCC6DBF45E , 0x0190BF2A6DD67001A8D45AC261741DFE , 0x0190BF2A6DE37074955DEDF6A6A3E034 , 0x0190BF2A6DED71A89CDFFECF5DCC0D34 , 0x0190BF2A6DF772E2BFCD910070D480B6 , 0x0190BF2A6E0171368BE6BB123449F7EE , 0x0190BF2A6E0B720390DE0AEB1D728360 , 0x0190BF2A6E1571F5B25801A12568C210 , 0x0190BF2A6E1F71ABB6C684F4524C9577 , 0x0190BF2A6F5B7298B26E7CBFA84B139E , 0x0190BF2A6F6772D691D9C33C1D6693D1 , 0x0190BF2A6F737231B2F91C1161C77E56 , 0x0190BF2A6F7E7262BC4933C20EFC5984 , 0x0190BF2A6F88731CA0F5C60C98E5A34A , 0x0190BF2A6F927157A93086D1DC3848D5 , 0x0190BF2A6F9B708C9BECDEB081098A85 , 0x0190BF2A6FA570F298139EB9BC735054 , 0x0190BF2A6FB071EEBB6676934C483928 , 0x0190BF2A6FBA719B9A290B1119E91B49 , 0x0190BF2A6FC47363896AE49B0336F0BE , 0x0190BF2A70F9722297E95078B1477A97 , 0x0190BF2A71047142AACC5C55EAB091FF , 0x0190BF2A710D70E883DD0835A5D4F2F1 , 0x0190BF2A711773FBA75E202FB6325912 , 0x0190BF2A712073039BC12A5B7297FE3C , 0x0190BF2A712A707DB7594C2A39379BD3 , 0x0190BF2A721E72919AF6A9B7E27A43DE , 0x0190BF2A722973769093A439728FBDB5 , 0x0190BF2A72347207B1E9FDBFFDCEE9EB , 0x0190BF2A723D72A1943D647A673375E1 , 0x0190BF2A724771E39E6787C38992AD39 , 0x0190BF2A725071828132D4FF8FA200B4 , 0x0190BF2A7346734684ED2CD46F7D738C , 0x0190BF2A7350720A99B1DCB8B4D77A25 , 0x0190BF2A735B71B3B7AA8CF0DBAFB4A2 , 0x0190BF2A7365705397B0270F1CEE1F39 , 0x0190BF2A736F71EB96721C49265BA6F3 , 0x0190BF2A737871FFA5AB0F11E873E33A , 0x0190BF2A746971B0BF9CE7C1B4163482 , 0x0190BF2A747473128A8A7DC0FD51C475 , 0x0190BF2A75D871CC934E37779F254BA5 , 0x0190BF2A77C27141BD3AF3B86E19B531 , 0x0190BF2A78E0707F8A934FFA7BB86117 , 0x0190BF2A7A3A7248B780DC29C2EADB12 , 0x0190BF2A7A467218A7F58C7B625FE3EB , 0x0190BF2A7BB670F6B3155C983D8E90FA , 0x0190BF2A7BC17208A041BD809D8384DE , 0x0190BF2A7BCD7351A8462137DE7DC83F , 0x0190BF2A7BDB7011B73966C904353D48 , 0x0190BF2A7BEA71D4A4CDCE2E0CD06D4D , 0x0190BF2A7D1870F9AF97A3E060955B3B , 0x0190BF2A7D26711FAB9ADE62EF25D642 , 0x0190BF2A7D3170178C0246DC6DFC7916 , 0x0190BF2A7D4972BEB393DAC984A1F6DB , 0x0190BF2A7D54733FACA6259DF0FCAEB3 , 0x0190BF2A7D5E70F3BE33D739DDA24F31 , 0x0190BF2A7E7B718ABD451A01D3784D64 , 0x0190BF2A7E8B7049957942CD696049EF , 0x0190BF2A7E9B70D0907FDD6DA117E23E , 0x0190BF2A7EA870149811B4C0BA5FC5A0 , 0x0190BF2A7EB370D48C5AEEDB38AF3920 , 0x0190BF2A7EBC70B4AE1D87259506600B , 0x0190BF2A7EC673DF984EB37BB5948FA5 , 0x0190BF2A7ED070CCA03351433CFBBBBB , 0x0190BF2A7FF372739FCEE9A9C2150B8B , 0x0190BF2A7FFE71A1A3EA7B7ED4549B1F , 0x0190BF2A8008733785002042938042DF , 0x0190BF2A801372A2BAA650C95F188BF2 , 0x0190BF2A801D71DC8DE4516F171CDAF3 , 0x0190BF2A802770BFB46BFA64D10B398D , 0x0190BF2A803271DE9BAFE9D9F6651A0A , 0x0190BF2A803C73E9A0BA7FAE389EFBA5 , 0x0190BF2A814F73AB84B844BBFA6BAC7A , 0x0190BF2A815A71DCB5F7C20B899744F8 , 0x0190BF2A816673ECABA6D3D855EDBD4F , 0x0190BF2A8170723697CBEC7AEC27B541 , 0x0190BF2A817B7199A882D65FC9E791EA , 0x0190BF2A81857190983ACF9C6984D7FD , 0x0190BF2A818F73808EC8DDE487F7D1CF , 0x0190BF2A81A370838567369232E60390 , 0x0190BF2A81AE73B0834970177EFD0715 , 0x0190BF2A81B8708D8825833E85948B05 , 0x0190BF2A81C27083935287D86B721392 , 0x0190BF2A81CC70A4A9825CA707AC1FA9 , 0x0190BF2A81D5739AA8F829A2B07BE612 , 0x0190BF2A81E67268A360FFD5D413C70E , 0x0190BF2A8221728E860BC4522CBCCFC3 , 0x0190BF2A822B72599BBF5ABAD833A9B0 , 0x0190BF2A823472B3955895656A15BE68 , 0x0190BF2A823E729AA3877D06D5209764 , 0x0190BF2A824873078FC82A397765847B , 0x0190BF2A825372E3B31DDB608DA92B85 , 0x0190BF2A825D73B68883C68E53FA0F12 , 0x0190BF2A8266716CB7978EFE7C9D3E49 , 0x0190BF2A837C7209BE38BC3027221C34 , 0x0190BF2A838771C08A33F7BBD6C05ED6 , 0x0190BF2A83937109A3C78D8DF0ECEA87 , 0x0190BF2A839D736F8B38BBD18883B0F6 , 0x0190BF2A83A871CEB5E6EEA553F58C8C , 0x0190BF2A83B27341AADCB84002E999DB , 0x0190BF2A83BE71669DEF80D88C6C8229 , 0x0190BF2A83C8722A894F814AC0F8ABED , 0x0190BF2A83D27216A37571AFC5339FA0 , 0x0190BF2A83DD71EA84B7F8B9E92F63FD , 0x0190BF2A83E7713C858F40651B678453 , 0x0190BF2A85107224934024D80A4CC9E9 , 0x0190BF2A8519705099D00C84705384A3 , 0x0190BF2A852371C8BAB4AF868B961084 , 0x0190BF2A852C722996F5BF8D10DE6056 , 0x0190BF2A853773ECA745C3EF0622DE94 , 0x0190BF2A854171219426B7E266564228 , 0x0190BF2A854B7014B737EF5194E0A4E3 , 0x0190BF2A864A70BB8436924D59D92C1B , 0x0190BF2A86547372B4CFF3704AF1D787 , 0x0190BF2A865D7266A66A9D35D396685A , 0x0190BF2A8667721192B050332E19599D , 0x0190BF2A8670720E92C5DECB641DA093 , 0x0190BF2A867A715B96FC6BE5A0D5F54C , 0x0190BF2A86837376B25F2DF3898A4A1C , 0x0190BF2A868D7308B6B0A0928CC2E764 , 0x0190BF2A8696723FAE8D36093789E4F6 , 0x0190BF2A869F715CAD83121E0E737F6A , 0x0190BF2A86A973D9A3B76CF2D13CA2D9 , 0x0190BF2A86B270A6978F468BB9279179 , 0x0190BF2A87B870BF95A726057AB3A600 , 0x0190BF2A87C2736597F128BA2E4858FF , 0x0190BF2A87D5706DA1D80308CE60BAF9 , 0x0190BF2A87DF71AFB080611C30682167 , 0x0190BF2A87E9730F881FEEADB3CAA021 , 0x0190BF2A87F371F6AA415C23D8597C14 , 0x0190BF2A87FC714289846EA981FB71BA , 0x0190BF2A880571DFA80BC996EA06825B , 0x0190BF2A880F72FAA55D12210433AED7 , 0x0190BF2A881873B984A7E7679096B4D2 , 0x0190BF2A8822719CAE854201FCE6C401 , 0x0190BF2A882B73A6BC7EC3AE7CF254D5 , 0x0190BF2A884E73C1A143FD00C7DDE495 , 0x0190BF2A885771EDB3A0F46291F31594 , 0x0190BF2A886073BDAD9E96995BCBDC0C , 0x0190BF2A88697130ACDE171309EFEF3B , 0x0190BF2A8873701092376DFBC40A69BF , 0x0190BF2A887E73A78A0D2EE5A936B281 , 0x0190BF2A888773B4A151E576AE8E1976 , 0x0190BF2A8890722AA4851920F3DDAE44 , 0x0190BF2A88997035821C15D45BC9C78B , 0x0190BF2A89B273388F178DAB17A80D56 , 0x0190BF2A89BD7314993032E404FB954A , 0x0190BF2A89C67271A4FE09743B608FA0 , 0x0190BF2A89DA737F86B5BA0C809909DD , 0x0190BF2A89E470E480385AA57BFCDC3B , 0x0190BF2A89EE7309A815256888449D81 , 0x0190BF2A89F8728E89C499BC9CCE7674 , 0x0190BF2A8A01729EA1F630BA6CA9DEEE , 0x0190BF2A8A0B73CEBB8FEE65AA4CAA67 , 0x0190BF2A8B197327B99487BA6D426292 , 0x0190BF2A8B237336A5FF4C593CD7E357 , 0x0190BF2A8B2D709A82080F6FAE6F5B2A , 0x0190BF2A8B3872C0939145CDB6DC9095 , 0x0190BF2A8B437330970ABEA9B9864C35 , 0x0190BF2A8B5273AEB0F69CE134F6496D , 0x0190BF2A8B6170EDAE7B285F725D3A80 , 0x0190BF2A8B717278A484D6AA885CF8AE , 0x0190BF2A8C837036B3EAE2B9A55A57CC , 0x0190BF2A8C8E7339B9EE60D8BB08BD30 , 0x0190BF2A8C9972F69BF8464E7E6501C1 , 0x0190BF2A8CA47047A89341FBDB25516C , 0x0190BF2A8CAF73CC9F614C6585363CAC , 0x0190BF2A8CB970EBBA96578E487111BF , 0x0190BF2A8DC2711496DF446D9712B2CB , 0x0190BF2A8DD1738B88377EDD2F8AAF89 , 0x0190BF2A8DDB7293BD1D2B3E0E914467 , 0x0190BF2A8DE472F199D36F9FCEA9FAE4 , 0x0190BF2A8DED7294A3BF1D4E70C35471 , 0x0190BF2A8DF673919F6E3ACDD6FBB8DE , 0x0190BF2A8DFF7242A8ABC339FCB25BD0 , 0x0190BF2A8E0872DE8097EF7EA2007A5B , 0x0190BF2A8E117047B15A02D4E20A12FF , 0x0190BF2A8E1A736D9CA912BC95CF3E07 , 0x0190BF2A8E24731A9B1BBCCA9B394598 , 0x0190BF2A8E2E73A0AE591791AB8F2329 , 0x0190BF2A8E5A70F7BE182B0779AE22BF , 0x0190BF2A8E7F730FBF994FD12DBDE16F , 0x0190BF2A8E8A7221AB043BEA70E27C0C , 0x0190BF2A8E9D73CBB1085B6A1F4D2635 , 0x0190BF2A8EA8714F8F4906E815748AF7 , 0x0190BF2A8EB170B2AF534E516ADF8A40 , 0x0190BF2A8EBB70B98336795956D4792F , 0x0190BF2A8ED773818C5E632827F27D6D , 0x0190BF2A8EE9736EB6C322AA364D8CE7 , 0x0190BF2A8F2671DC9223C4E1557A22A8 , 0x0190BF2A8F30729DA6C526106FE7EF9A , 0x0190BF2A8F3A7221A1DDF5B2EE91E128 , 0x0190BF2A8F4B70B2B677D6628EF262D7 , 0x0190BF2A8F547145AB85B919206DE044 , 0x0190BF2A8F5E7251B6D61704FD3123F6 , 0x0190BF2A8F6971729E5D05706C784E16 , 0x0190BF2A8F747186B2B7A836DD4C796D , 0x0190BF2A8F7E703F875F30254726C15E , 0x0190BF2A909A7213B3E68BB7C1C47AFA , 0x0190BF2A90A57027B76A7DD8FE051E77 , 0x0190BF2A90AE701BB1BCBE3D745BAE24 , 0x0190BF2A90B971D1A977C50EE8F3078F , 0x0190BF2A90C37095B7A73EC2E7E3E5C3 , 0x0190BF2A90CC7300A1A49C1D7C201E2F , 0x0190BF2A91C2722B9192EEBF3D1FB875 , 0x0190BF2A91CC7251901006F09BE4F9E1 , 0x0190BF2A91D6724196BB77DA1ABE65EF , 0x0190BF2A91E071A08FF5DD3C91987C29 , 0x0190BF2A91E970E7B936F21961561E05 , 0x0190BF2A91F271DC94FC5A7E72C49A20 , 0x0190BF2A91FC72C28F6A37CB614CC4F7 , 0x0190BF2A9205706D90BA47BCC2839BC0 , 0x0190BF2A920F7391994783210E83E3AF , 0x0190BF2A921872E2889B1E70FAC35723 , 0x0190BF2A922271FAAF262BFC7B552917 , 0x0190BF2A922B703DBDAA9F865AA9181E , 0x0190BF2A923570E1B8575320DE62F679 , 0x0190BF2A923E739E816F50BE547006F3 , 0x0190BF2A939A71B2A166C4B09A369D63 , 0x0190BF2A93A5733B914B0AD21E41ACEC , 0x0190BF2A93AF70EDA4B1EDECE8D837C0 , 0x0190BF2A93BA722F806E32E6A6C1A1DC , 0x0190BF2A93CE714D8F1DD041EEB2BD34 , 0x0190BF2A93DB72EF90020B7C7907C8D3 , 0x0190BF2A93F57110A65ADF0FAAE2C941 , 0x0190BF2A94007184866B018BA99FF1CB , 0x0190BF2A940A72A2880AA2CC7AE53DF3 , 0x0190BF2A941472AA855E073156988CD0 , 0x0190BF2A941F73F484A52C5FE7181BBF , 0x0190BF2A94297358877FB242B16D0A64 , 0x0190BF2A94367300BDCE6CA4843A0798 , 0x0190BF2A94407161BD3A0D7B471510FB , 0x0190BF2A9553738C87B00D8948A05E78 , 0x0190BF2A955E733EA58044620437C6AB , 0x0190BF2A95687320B1075D672529E300 , 0x0190BF2A9B2B7297A776E68F6261C01E , 0x0190BF2A9B5B7043B94928A5A6AE13C5 , 0x0190BF2A9B6F7085948EBCBEC0BC17CD , 0x0190BF2A9B79717BBC7ECEE772A21273 , 0x0190BF2A9B847120B213533DDB650E75 , 0x0190BF2A9B8E70D98659707F1356890A , 0x0190BF2A9B9770B18245E1F1D78A01EE , 0x0190BF2A9C9E73888ECC6BB48EC5D1C4 , 0x0190BF2A9CA973DAADF9CD98B3C16036 , 0x0190BF2A9CB37200AA45F1785D287FF6 , 0x0190BF2A9CBD7261B088F08CD2DCDCC6 , 0x0190BF2A9CC770E8B8C7E50049B1944F , 0x0190BF2A9CD0716EAAA1B7AE52AC10EC , 0x0190BF2A9DE5711383BDECBA5D06F04D , 0x0190BF2A9DEF737E9540D47B1E20E6E8 , 0x0190BF2A9DF9726DAAF51812DEA7748C , 0x0190BF2A9E03702AB79E1DCC7AE4B711 , 0x0190BF2A9E0C72ADA44E4125E085EAC9 , 0x0190BF2A9F1671708AC4A2ABF789294F , 0x0190BF2A9F2171D48BE4AB7077924947 , 0x0190BF2A9F457045A9A6534850E1EC38 , 0x0190BF2A9F50715DACCE7CB0512EC914 , 0x0190BF2A9F7372B88DE59B9E8DAD2F68 , 0x0190BF2A9F7E70E095857B4B7DA44165 , 0x0190BF2A9F8973D980FC107DA6E9A031 , 0x0190BF2A9F9373818142BA7136EC86CA , 0x0190BF2A9F9E7112B5B4675F31B32852 , 0x0190BF2A9FD872B3A7622C0F1BB4DC7E , 0x0190BF2A9FE37081B05B2867402FBB03 , 0x0190BF2A9FED723390251A1BC675675D , 0x0190BF2A9FF97071A00E8B537A5128F9 , 0x0190BF2AA0047036BAC606BE5E4CEA7D , 0x0190BF2AA00F72A0B368B0C380B17922 , 0x0190BF2AA01B728D8052E9E1623B086B , 0x0190BF2AA025705597C2F53BC8331FFA , 0x0190BF2AA0307317A9DCAA8912E63A36 , 0x0190BF2AA03B722EA08C2C8D351C82B0 , 0x0190BF2AA0467036A0B622A214FDD279 , 0x0190BF2AA05272B98A2243AD601569C8 , 0x0190BF2AA17973498AAEE040659397C0 , 0x0190BF2AA1837124AF646BB0A8F0E80F , 0x0190BF2AA18E738A89404867F071F98A , 0x0190BF2AA19971BE9748ED13AAD94467 , 0x0190BF2AA1A473EC843463F0FE35EE54 , 0x0190BF2AA1AE7339A2E610CACD5F89E1 , 0x0190BF2AA2AD73DAB66F2EE293D43AC9 , 0x0190BF2AA2B87271A7AD3552F5AD0D4D , 0x0190BF2AA2C2719A9386D03B48739C05 , 0x0190BF2AA2CC7161A074F27AB1B4BFA9 , 0x0190BF2AA2D672D9A788E57AD9DA2F46 , 0x0190BF2AA2E073759C3AFD7F2EE11609 , 0x0190BF2AA2EB739092F95CE62AB1F7FB , 0x0190BF2AA2F573FBB7598DC3C8EA4505 , 0x0190BF2AA2FF73A491D038D4584CBD32 , 0x0190BF2AA30A7290A7D8D285EE68A100 , 0x0190BF2AA41D73ADA41D03EC15582453 , 0x0190BF2AA428710287FC18286A38D2D7 , 0x0190BF2AA43C723FA6CB7CDF2FD8F47B , 0x0190BF2AA4467332A62F1708B280B4E6 , 0x0190BF2AA45173AD9C67DF874E9A8AA9 , 0x0190BF2AA45B730FB431C059766FDAD4 , 0x0190BF2AA4677069905CD8B38932D28B , 0x0190BF2AA471705289E3B37C031B985F , 0x0190BF2AA47C712EADFA91A6BFA04DEA , 0x0190BF2AA59670C5A2E6CD2F006A5AEE , 0x0190BF2AA5A9734AA5A5BE67637ED0CB , 0x0190BF2AA5B4732EB67F13A99B9D1FE0 , 0x0190BF2AA5BF7143A6CDBD067548DD6F , 0x0190BF2AA5CA70ACA0C49489B2C76B91 , 0x0190BF2AA5D571EB89C7A1DD30DF952D , 0x0190BF2AA5E0720BA2246E49AEBF932F , 0x0190BF2AA5EB702CA3AA25D515A062D1 , 0x0190BF2AA6097315AA9FC6B9B836D017 , 0x0190BF2AA61571A4AC4F1BC615E0CFED , 0x0190BF2AA62071258A6F4E9FE5F44235 , 0x0190BF2AA62B72259D5FB559C91BCCFA , 0x0190BF2AA63573598DF84C25F3B7CEE9 , 0x0190BF2AA640720ABDDC63E54E11CA01 , 0x0190BF2AA74673CCA7C54E18A1AD0687 , 0x0190BF2AA75171879A3B5899227DD54F , 0x0190BF2AA75D71589479B23F3E84D62A , 0x0190BF2AA7687049BA7DCBD9649C3B03 , 0x0190BF2AA772705D8A1CE0704E79B6B4 , 0x0190BF2AA77D734EBD27980B7DB7804E , 0x0190BF2AA788725DBF48BF171128B3F9 , 0x0190BF2AA793723A8B775186E00125A1 , 0x0190BF2AA8D573EA9F34ABCB33B64052 , 0x0190BF2AA8E071EA8D1B49DCFED8068B , 0x0190BF2AA8EB737CB9BE98A62C37944D , 0x0190BF2AA8F67389A3A30F3DD5456DD0 , 0x0190BF2AA9037348966EC601C77749AF , 0x0190BF2AA90E7058B60D3150F3F0788B , 0x0190BF2AA91C718DA0E44FCC97036CE1 , 0x0190BF2AA9277340AAFC5CCF43EDF711 , 0x0190BF2AA93271FAA614C318A5F88272 , 0x0190BF2AA93C736A94369FE0448965C5 , 0x0190BF2AAA71700886A46F007ABF60D9 , 0x0190BF2AAA7C72268E2B2FDF96A1A5BC , 0x0190BF2AAA8771FE96596AEA84242CBF , 0x0190BF2ACD3C71449F220017A6B92B0B , 0x0190BF2ACD467266BB75A548BFEC1BC3 , 0x0190BF2ACD5173B3BF1E373A66EEF2D9 , 0x0190BF2ACEA370DC8DEE27081A7B310B , 0x0190BF2ACEB17039A81325017AA90BB4 , 0x0190BF2ACEC270D5AA3A423C2307FD42 , 0x0190BF2ACEDD710B98051B0B8FD42348 , 0x0190BF2ACEE8722C8F4F355C4B23411B , 0x0190BF2ACFFA733EAD578C13A271F600 , 0x0190BF2AD00671A49428B20828A2FC05 , 0x0190BF2AD01272F89EB5EB72439F216A , 0x0190BF2AD01D719DA7397BD1EF9E542B , 0x0190BF2AD028706C95575BE12270801F , 0x0190BF2AD032702E9A2219DE21A2C6C7 , 0x0190BF2AD146701194BA281BFE26653F , 0x0190BF2AD15770838D1F6F3C179A5C2D , 0x0190BF2AD16770B59691D78EF0AEA5AE , 0x0190BF2AD1857101B0EB50A02F91C15D , 0x0190BF2AD190702192B729287C1F8B4E , 0x0190BF2AD19B72A1A91A6F00BD27372A , 0x0190BF2AD1A7736EA0A785A87393DF91 , 0x0190BF2AD2B3713AB71915B68C6EF4B8 , 0x0190BF2AD2BE720E93BC3014C44C29D0 , 0x0190BF2AD2C97130AE33415D0E31B1D4 , 0x0190BF2AD2D47083850F17E8F1C631AD , 0x0190BF2AD2E1728899139AF67223E7A1 , 0x0190BF2AD2EC7006B1B76FBFC8AF199C , 0x0190BF2AD2F772E79920AE639BC4CEB9 , 0x0190BF2AD301734BB5EDAB768BC0319A , 0x0190BF2AD44B7129ABFF1F7479F6A4CE , 0x0190BF2AD458737489AD63A187270CF7 , 0x0190BF2AD46473C491CE84C6A9A3E4F2 , 0x0190BF2AD46F70B8B1D58E69F9030E55 , 0x0190BF2AD47B700C9ED7EC5685D41388 , 0x0190BF2AD48673C6ACD9AF8271B394DE , 0x0190BF2AD49273B3AE29E84A3C3A3B5A , 0x0190BF2AD49F731C9DC4A78AC64AA04E , 0x0190BF2AD5C2716886920487B76E86D8 , 0x0190BF2AD5CE717EB5D22D8B3C1E4C10 , 0x0190BF2AD5D971B7A7F364E5CFC6F6BA , 0x0190BF2AD5E470B1B19586B087729083 , 0x0190BF2AD5F370DD949C57678871B0B0 , 0x0190BF2AD5FD7358B83B4CA48FB8E640 , 0x0190BF2AD607719DB7720F7E9ED4FB54 , 0x0190BF2AD73870FD8E89ADAD17605270 , 0x0190BF2AD74773F699D4C95CAB895DDE , 0x0190BF2AD755731180FCD5125E0D0832 , 0x0190BF2AD76271ACB5D7ED1477B11D00 , 0x0190BF2AD76D733AA160A08DBD066D26 , 0x0190BF2AD77872ACBF6692014911B9F9 , 0x0190BF2AD876729687AEB0DBE9050498 , 0x0190BF2AD880731F8C28D76369C386AA , 0x0190BF2AD88A715093DA95CA9DEF8D67 , 0x0190BF2AD89470759EEB8B0C0D28812D , 0x0190BF2AD89E71F1B6A70C00D0C566C4 , 0x0190BF2AD8A871149C1068A7AC876F43 , 0x0190BF2AD9AB7132B49EAD7A90541D4E , 0x0190BF2AD9B6732C97BBAE1B28E0C31B , 0x0190BF2AD9C172E9A1738A3EF63C40E9 , 0x0190BF2AD9CC712A9F06C9D0ACD02F98 , 0x0190BF2AD9D67117BA0EF1AA73A7EF42 , 0x0190BF2AD9E1737AB50A2FC4BD3394D0 , 0x0190BF2ADB0F73399EE9D6F5008ECE4A , 0x0190BF2ADB1C713687554431D8845FC0 , 0x0190BF2ADB287323B710C8E5D7B5E3CE , 0x0190BF2ADB3570DE9909013430B299AF , 0x0190BF2ADB4471A4A97ED3E6583EC0E0 , 0x0190BF2ADB5071F3AEDB2B312BCD1667 , 0x0190BF2ADC69735FAE36CBDCA8FD4618 , 0x0190BF2ADC7471628B35472B9C371E01 , 0x0190BF2ADC7F70BEB93CFB3937BEFA0B , 0x0190BF2ADC9673BF9977D85DB6F7A982 , 0x0190BF2ADCA173F6B647E014FF1375A8 , 0x0190BF2ADDC373208E90CE422C746A67 , 0x0190BF2ADDCE70F6A60B3D3A2F8A4B9A , 0x0190BF2ADDDA73A3B505C747AC8353A1 , 0x0190BF2ADDF571ECA7298D63F5BF0087 , 0x0190BF2ADE0872BF951EB70B339553AC , 0x0190BF2ADE1A7003A94CACC8A89CF590 , 0x0190BF2AE03171579D665904D512E1EC , 0x0190BF2AE040718CAD8F3499798FB552 , 0x0190BF2AE04D708FAE1D9E9FD6675423 , 0x0190BF2AE05D71ADA0B6BB02B760CC2C , 0x0190BF2AE06A717390F97278D0A699B9 , 0x0190BF2AE1BC72D282D862FF469EA61F , 0x0190BF2AE1D4712FB917D56A7A728B1E , 0x0190BF2AE1DE727EA2D0EA6379E68D3E , 0x0190BF2AE1E97176BAE0DCEA55A44787 , 0x0190BF2AE1F4728BA669E62892085D29 , 0x0190BF2AE2107121B0BF8DBD1BBA1BF9 , 0x0190BF2AE21A71B7ABD9580764D310CE , 0x0190BF2AE22573F1BF1DA85477B3746F , 0x0190BF2AE22F717FB9D76C8684106D42 , 0x0190BF2AE23973F3AEE3ABB46731A264 , 0x0190BF2AE244716A9160422067888B9A , 0x0190BF2AE34470398707F7E1FA1B348C , 0x0190BF2AE34F7339B8AA20F90DD51708 , 0x0190BF2AE35A72E1BEBF42647936036A , 0x0190BF2AE36570D0964484395E71B20B , 0x0190BF2AE37372419B576040689FB02E , 0x0190BF2AE382719BA2BBE5DB7A58F87D , 0x0190BF2AE49C72C2B9968666385B5FB3 , 0x0190BF2AE4A770328584F0054D746B0A , 0x0190BF2AE4C673259966A342E8C839DD , 0x0190BF2AE4D17347B7B502B50FE21E21 , 0x0190BF2AE4DC72DCBCB23B2DA27D96CE , 0x0190BF2AE4E8711DA7BD93CE4A576DC1 , 0x0190BF2AE4F3727587CAE257910982E6 , 0x0190BF2AE4FF71BA82BAC2B94DA4B508 , 0x0190BF2AE6E0731BB75F30E4AC9575BD , 0x0190BF2AE6EC71D78E6D0B670DF117A2 , 0x0190BF2AE6F87308B63E4B81A995C467 , 0x0190BF2AE70370F28B316AEBBFF9C555 , 0x0190BF2AE7187019B7AB6FF7A39650DA , 0x0190BF2AE72473D4864A78B88F546403 , 0x0190BF2AE72E71F1B3A9493EE8B7C298 , 0x0190BF2AE8357280878FC146F120AC51 , 0x0190BF2AE8417023B4E5B4622B869E03 , 0x0190BF2AE84C72948435484A195BBA70 , 0x0190BF2AE85770988EE7DD41E82E51D5 , 0x0190BF2AE86273E2A4D8765B1552DAC5 , 0x0190BF2AE86C70379DF7E1C99FCE27BC , 0x0190BF2AE97973A59EF82D036434D6C1 , 0x0190BF2AE9847173B76FC9ABD0471FAA , 0x0190BF2AE99A70238813D776C256D4D2 , 0x0190BF2AE9A573B7A415F5EFE63974A3 , 0x0190BF2AE9B173A58F7DA8E9D49B2FDC , 0x0190BF2AEABD718A8828EA4C87E4F22B , 0x0190BF2AEAD67041B8A311AC9BC81DBA , 0x0190BF2AEAE1729BB92A31349C6C5A33 , 0x0190BF2AEAED71A680D9DFAAAEF503CD , 0x0190BF2AEAF8721188C090D7AD30285B , 0x0190BF2AEC1272DE89D0E59B34D7A35B , 0x0190BF2AEC1E71169CBDDE8B18CE3168 , 0x0190BF2AEC2B713482C44EEB20FA4BA4 , 0x0190BF2AEC3772C197A05F97122A7995 , 0x0190BF2AEC4173179C1CC476B4A161B8 , 0x0190BF2AEC4C731DB752AEE6BEF0C492 , 0x0190BF2AED5071E2B2021D114A9F8160 , 0x0190BF2AED5B7193B2B059E300C1CA02 , 0x0190BF2AED6672B2B72259D0AB3FDA3B , 0x0190BF2AED7371FA925FD482E974E97E , 0x0190BF2AED7E70FAA1C201AB6885D9C9 , 0x0190BF2AED89712CB5381D0D61FCC2C3 , 0x0190BF2AEE9072399773E9A70C32EEB3 , 0x0190BF2AEE9B716DA785EF484DD49CF6 , 0x0190BF2AEEA671168E85A14311989608 , 0x0190BF2AEEB1739195AEF9F0FFB31EF7 , 0x0190BF2AEEBD737C8F8E76C6683F1CA9 , 0x0190BF2AEEC87001982CF22B69EE5BAB , 0x0190BF2AEED371158A4D1E0C97C0BBDB , 0x0190BF2AEFE0717EB942DDB6BF1EF370 , 0x0190BF2AEFEB70A19BC4E0EA1A886955 , 0x0190BF2AF01670F9BE95000C3E4719B0 , 0x0190BF2AF021732A918E3B91CF6F0AA2 , 0x0190BF2AF02C7183BF6BEAA0904F52F3 , 0x0190BF2AF13F738FA16E25E02EF6A788 , 0x0190BF2AF14B725FA2D8855C7F39CFA8 , 0x0190BF2AF157724FA7350BFC1C17517A , 0x0190BF2AF16371A49D8E1E7680FEA81F , 0x0190BF2AF16F737D9AD4BEB9F9090AB2 , 0x0190BF2AF17C70418EB141BFF9784B71 , 0x0190BF2AF18872F8927864E339F05FDD , 0x0190BF2AF2B171839E1EEDE45BD2FDEB , 0x0190BF2AF2BD702184ACC8BEE28BC38E , 0x0190BF2AF2C9738198D76080A902BE9A , 0x0190BF2AF2D5702E8D6F069DAE6B315D , 0x0190BF2AF2E0716F93CA4738957DEB6D , 0x0190BF2AF2F172DF85AA456EC2CB2BF3 , 0x0190BF2AF3047377AF772B88105E1ACA , 0x0190BF2AF31671FFBC4EB96798487D1A , 0x0190BF2AF3287041B259F86CFC0AC496 , 0x0190BF2AF339714F87E503C05DB6EBB0 , 0x0190BF2AF48670488C555454E0D6D080 , 0x0190BF2AF4937133923C35CEA22F3174 , 0x0190BF2AF49E736DA1FEA74B4DB000AE , 0x0190BF2AF4A8726D95666E10D4C6D0FD , 0x0190BF2AF4B37211932CFB9CD846113B , 0x0190BF2AF4BE73F9910C2C4037E91645 , 0x0190BF2AF5D672D9920CC8CBD72CE430 , 0x0190BF2AF5E170B9B0D3513AA36EDE5E , 0x0190BF2AF5EB72778B158803DE75F633 , 0x0190BF2AF5F5722C8C7DE60C604FEFE8 , 0x0190BF2AF5FF71C881A99AC1815975AD , 0x0190BF2AF60A734BB09BE6947177451D , 0x0190BF2AF702734DAE83CC02481397DA , 0x0190BF2AF70D715C9C78DFF4031800B6 , 0x0190BF2AF7187207A5D4DF5C2A1946E0 , 0x0190BF2AF72472C993C6CA41F8AEADA0 , 0x0190BF2AF731736E982B2A791C1985A7 , 0x0190BF2AF73C73258E72A90D94017592 , 0x0190BF2AF74873998C793FED99B2721A , 0x0190BF2AF754712CAF83DA416799324E , 0x0190BF2AF75F72F29EBEAB4230B675C2 , 0x0190BF2AF88172DF83A00980252729F7 , 0x0190BF2AF88D71E68250B5790CE827CD , 0x0190BF2AF89870D7A6C86081314239FB , 0x0190BF2AF8A471078549562E56DC0696 , 0x0190BF2AF8AF704A9371096B00EE5D20 , 0x0190BF2AF8BB719B8CAF574B0EF60C33 , 0x0190BF2AF9B572DF95BE174209F63AB4 , 0x0190BF2AF9C0735298ABE231E32F8707 , 0x0190BF2B94B87266A545EECD04EE9B33 , 0x0190BF2BCCE2720CBC2952C298BB7BFC , 0x0190BF2BCD1A71AABBB3DC4A56AE09D7 , 0x0190BF2BCD28717892CBA26DD7CE4F0F , 0x0190BF2BCD3670029FA5D423752E4612 , 0x0190BF2BCD447317A5EBD1C63AEEA4C7 , 0x0190BF2BCD517226A556A34EDC9BDA97 , 0x0190BF2BCD5F720482EAE51D291D86D5 , 0x0190BF2BCD6D70D5A2E220C7318BD233 , 0x0190BF2BCD7A719FA93A6F16CD23D63F , 0x0190BF2BCD86723A80CDEEE3AF398CAA , 0x0190BF2BCD92739DB6975A48D5565628 , 0x0190BF2BCD9F72B290053216CA3B138B , 0x0190BF2BCDAC71688A14F9726452BAA1 , 0x0190BF2BCDB970B397D0D726CF53E5D7 , 0x0190BF2BCDC67390BDE76F6B71E78CF5 , 0x0190BF2BCDD7711E8431562D131AA248 , 0x0190BF2BCE4870C6805721D84DB6CA15 , 0x0190BF2BCE6E73B5960BB6326065A7CD , 0x0190BF2BCE91719387EE89548061DDD9 , 0x0190BF2BCED1703D8A034F4EEE9C8A6F , 0x0190BF2BCEF37006B16E9330744686AA , 0x0190BF2BCF157248A119D8F4D84D9527 , 0x0190BF2BCF3A73BD9FAEBD146065EFA6 , 0x0190BF2BCF4970B8A22D588B510C5A49 , 0x0190BF2BCF5670BD81E3BF55293EF5E7 , 0x0190BF2BCF6370878A4272B0AFB3CE2D , 0x0190BF2BCF7372959DBFF8F3A4459C67 , 0x0190BF2BCF8373E2936B4C4DCE36FFFB , 0x0190BF2BCF8F73B7A0EB994ADBA19186 , 0x0190BF2BCFE17040ADD5C4F72C7F3FE4 , 0x0190BF2BCFF1735D87DAC16EF78B9F4C , 0x0190BF2BCFFF7034A12913480D59E355 , 0x0190BF2BD00D717E96FCC982E77C5915 , 0x0190BF2BD01A7277895A0F5735FD711A , 0x0190BF2BD02773FEAB4017FB3313B2E9 , 0x0190BF2BD03471F1AB92B7367A799D9D , 0x0190BF2BD07770B48BA1B2F17DF7BCE3 , 0x0190BF2BD08473F187E313C45D6DE00D , 0x0190BF2BD0A8713799248BF746F39F55 , 0x0190BF2BD0B47339AB1E6C6F3D20C2D5 , 0x0190BF2BD0C170429A8B62DDED332BAE , 0x0190BF2BD0D17002A810C15243EA2934 , 0x0190BF2BD0DE73259EF3E3CA90357C47 , 0x0190BF2BD0F3739DADDE8F2A29509EC5 , 0x0190BF2BD103710097F4E30CA2D45EB4 , 0x0190BF2BD11272499B61A14D33599F5C , 0x0190BF2BD35A70939B624BB186455EDE , 0x0190BF2BD369728D822F686C02E20E88 , 0x0190BF2BD3777275BB452351C14547DA , 0x0190BF2BD3847243B02ADD6DD61F0A30 , 0x0190BF2BD391738EB1D43884AB0BF5F5 , 0x0190BF2BD39F7289B80E6B88D510104B , 0x0190BF2BD3AC738BBBC2F49D26042027 , 0x0190BF2BD3BB717AB6200D3115539C48 , 0x0190BF2BD3D6727F8A1866BAEFDB2885 , 0x0190BF2BD4EE7305BB95842820533CE0 , 0x0190BF2BD4FB736CAAA8AB6856B5D3AC , 0x0190BF2BD50C70A19DBB934955354B4A , 0x0190BF2BD51A73C282D945C5F9615C68 , 0x0190BF2BD527723986E0235F91FF597E , 0x0190BF2BD534724F930409B0A1FE6D2C , 0x0190BF2BD54272B4973073C54F60B222 , 0x0190BF2BD54F70BABA98B3FBA10A23F9 , 0x0190BF2BD55C71B699040F69ADAD4E7B , 0x0190BF2BD56A72E9942AC6443D1C0558 , 0x0190BF2BD57773EE884C081D230275AB , 0x0190BF2BD5847080A9E0659D1B57A6CE , 0x0190BF2BD592736A8AE64DFAF898262B , 0x0190BF2BD59F701CB46557B61C0D7243 , 0x0190BF2BD5AE735E98E1007C0B393E1F , 0x0190BF2BD5BB706DA5C009409BD913DC , 0x0190BF2BD5C77115BBBAD8246E20D54C , 0x0190BF2BD5D5702BA3F5FAC58EF6209C , 0x0190BF2BD5E2705C88CC8FF625B1FF72 , 0x0190BF2BD5EE7178B7954417015975F9 , 0x0190BF2BD5FB72C7A0221FAF047478AE , 0x0190BF2BD61570A5A9D8751323FD3D91 , 0x0190BF2BD7617307AD18529C106EFCCF , 0x0190BF2BD76F7129A1E0030A28A431FC , 0x0190BF2BD77B7128AC2FA37993218535 , 0x0190BF2BD788733DB10DC503D5793443 , 0x0190BF2BD7977387B6579559A31D614F , 0x0190BF2BD7A473A09BE6E3E8D8CFF021 , 0x0190BF2BD7B0713EA1AAFAA990FA57C5 , 0x0190BF2BD7BD716FA5F6A6537B3F8EEF , 0x0190BF2BD7FC72F9A83E3F626E120FFA , 0x0190BF2BD90A715C85A260A2C2BD8464 , 0x0190BF2BD91771BA931E61F81D1A4C40 , 0x0190BF2BD94670588106FE3768107C70 , 0x0190BF2BD95373919C3E7634D95E9709 , 0x0190BF2BD96072CE842DCCDD8DB01A3C , 0x0190BF2BD96D7334927C27BE17A0CB9E , 0x0190BF2BD98672C395C624DC02185D2C , 0x0190BF2BD9AF71E68F93C056567DC6A3 , 0x0190BF2BD9BC71738BD6615E385FD3AB , 0x0190BF2BD9CA70C69A2A83F11EA8BB90 , 0x0190BF2BD9D771E1A18255D6449B270F , 0x0190BF2BD9E570B584F764CBD7641EBD , 0x0190BF2BD9F5735694D0C61D0F997826 , 0x0190BF2BDA037360A238410265DAED55 , 0x0190BF2BDA1172DBA0E325236AA64529 , 0x0190BF2BDA557130B1E3FE0B04DCCBC9 , 0x0190BF2BDA6372998F4722B543410B03 , 0x0190BF2BDA71709F965C64EA4DD6DDE7 , 0x0190BF2BDA7F70C3BAD7971DD1385063 , 0x0190BF2BDA8D725A91AED45613ADA56D , 0x0190BF2BDA9A7294AFAFE3E4DCE61901 , 0x0190BF2BDAA8730D829E3BC690FD5450 , 0x0190BF2BDAB672C6A355C1837DFA65E2 , 0x0190BF2BDAC470F499A111D3AE8CFEF6 , 0x0190BF2BDAD17058A68FC0BFA29064D5 , 0x0190BF2BDAEC71EA9AC38880A282DCE8 , 0x0190BF2BDAF873128C7995734B697B8B , 0x0190BF2BDB0573888FDD8F4FF7EDB208 , 0x0190BF2BDB1E7148ABCA70057D2A0230 , 0x0190BF2BDB2A72BDAC2137DA3A3E02DA , 0x0190DCA06776715A99E9A98C5ABD799D , 0x0190DCA067C07043A637DC8388E1A180 , 0x0190DCA0680A706B8644161AD1DE9E8E , 0x0190DCA068557258B0ABA3EE85EC020E , 0x0190DCA068A17371AE6AE94ED4004D58 , 0x0190DCA068EC72E0996514AB0518EA7E , 0x0190DCA0693670D6AEE1EB0EB7C72A5C , 0x0190DCA0698270A6A849B46D398B21C1 , 0x0190DCA06B4E70F7B72B2DFF15B3CD52 , 0x0190DCA06B99706A80FD937FB2FB0C36 , 0x0191BB5A082473B6B4751064DFD5678A , 0x019228B759407F57880DE026C11C0152 , 0x019238187F8F77B2BB67AC41E3A5B432 , 0x01923818C3747962B2C625CBA80AA3C0 , 0x019238191893745DBFCA5D1E6E90BA38 , 0x019248C927397EFEA1693DCBCB704930 , 0x019248C9569E73BA97DCEFB60DFD321B , 0x0195B4E99DFC73B08A28986DAD288FD5 , 0x0195B4E99FCE71A5B9F606FB316E4A4C , 0x0195B4E99FDD71A487751BFB139512AC , 0x0195B4E9A03A71299EE6828E73312CD0 , 0x0195B4E9A049729FB49F8B40309518B3 , 0x0195B4E9A05771CFB08E7282BAA03F67 , 0x01BC05F75B8D407992BD3BFAAB258CB2 , 0x01EBD997F04D408EA5B3626C543B5817 , 0x02961D823E81449A8C51C0CA109EA504 , 0x02F2B063B91045809724D45607FFC9AA , 0x032DEE76C7574F73B2ED7980E534A86A , 0x032F7435816E46C0A38C2B4AE0D9028F , 0x034C6A0E9DF64CDBA5BAA2A099DC0FEB , 0x0361211C77DC476FBC87FCDA47879C7C , 0x03BE1B1977A540F7BC6CBDD281E6EC07 , 0x044FE4EC5B1A44BDAAF50D17E4D239FB , 0x04F49872DEC34F5B8D2D3EA8CC0FE3E1 , 0x0547F7ED419149B892D0731007C4A602 , 0x05915A31EF614A839DD4F0D3F60706AB , 0x05E4F7568F284368828D633DD22C8AE2 , 0x05F87578895B4F8B8FFFEA1EB9054049 , 0x06D59DCA41F849B09C3CD56867F8EB7F , 0x07968F453C744456916CB373C0F28908 , 0x085A7FF6488C41E58F8CFCE952636443 , 0x0A033CED9CC0418FB28DE482F71ECF55 , 0x0A6966D855454B0783AA521775E8EED9 , 0x0A726D3BF56D45AFA1CF5AFAB0468D99 , 0x0ADDFBF5F464425D82E2C9E25865911E , 0x0AEA9A58272B42C79F2F00D3F1F37F8D , 0x0B6ADBDE43E84F76B7F8291B9A392AC0 , 0x0C6696BBF79D44218A13A858FC912378 , 0x0C83774A26F445E3887580AA054D097D , 0x0C9D4BAEFCB3474FBD59716C4630DFFB , 0x0CA9AA2D5CD0407DAA5E46FDAF25480D , 0x0CF66E657FFA4C708D0838592CA5FD13 , 0x0D83F6534F624288935CE8047892A195 , 0x0D983DE00F0A4FB293019D0D366BE1E8 , 0x0DA16C7E9B1D4EC29905D636D807AEA9 , 0x0DDB4FE7ED2D4498826A4757DA978E46 , 0x0DDB9A4928754484B3C8B57C6FBBD20F , 0x0E58142386C64E99B53D338D4E19CAA6 , 0x0F37809C655340F1BC4B698A924A590F , 0x0F5F9B2105B844648B32BEC49C2089C5 , 0x10A5C7D4B15448B9BF90728219A61AC8 , 0x111F5624804B438896AB709EE124278A , 0x1139ECE06E364007B77BF81073380471 , 0x116DCE3762A54BC1A91D1B49BC821A1D , 0x1174D7E2895B4BE496994063A45C8B01 , 0x11B0ABEC153048319A0DEC32ED9E5663 , 0x11EF9DF343B6441D9FB616A34DB1F082 , 0x1339EB6AF78D425585CAC9046C4E66E4 , 0x141AA7C4A2314C89989C7DE752B01A8F , 0x1434D60978D742B8A8ABFB659F796072 , 0x144B10FD875F4BBF85753C7AC91EA946 , 0x145D1AB7C8704503ACDE80D1C476FC41 , 0x14BC6F56555249B989F748E1EDA240DA , 0x154ED7C6A2E14ED7A1FF381CC111C096 , 0x15B28D280F9D49BB80D5ED5C8BC0334A , 0x1654EDBC7D7C4DBF808E7AF656C421BB , 0x16B3D555537E4C108DA634995D21A062 , 0x174DEE10306446B4A5D232A0B3137894 , 0x17D08C63F7FA436EB906FEE6489CE9E6 , 0x188D2706B2F8453DA1B96E18EE4ADBD2 , 0x19110DECCCE848B5B17D46DDF0B0CF4E , 0x19321FE477CF4E1E968D5BF0F1808294 , 0x19692A3B30B3410E80C205C195A42106 , 0x1A8BC3BE1E224C408637376C58AE5D2A , 0x1BBDAC1200224913B4328F55284FF7F6 , 0x1C3F3760D9444E49BAF3F6185A2CF1D4 , 0x1C4EA9FB7B0E43D49F42A4AA919BBB07 , 0x1C6594A1790E4239A73C73C0BD2A53F6 , 0x1C65CC28053E45C791C7DF5BAF9C6ADE , 0x1C856852DEF24482A978066246519EFE , 0x1CB906115F814BD49D3C2882663D2687 , 0x1CBAEF48D6DD4C10AF2ABE30CDFB0B0D , 0x1CDB02DCAF934AC49FC6C21A69DEEF6E , 0x1D5EE0924FB24E4887EF3BB2913BD0D8 , 0x1DA89A6CA61A49838C4A488DA86806E6 , 0x1E2DB905E9194184B994741D51C8CC1E , 0x1E8330BFEF004F75BBF2EFB22FCCFC30 , 0x1EAAD7CDDDB042DD9C223CD1E341C5EE , 0x1F1C64877D284615B36FDA15D074A044 , 0x1F550E4654E14AA3B65B691D8CB8DBBE , 0x20013C0D071747A39926189E2978176A , 0x202E7FB5FE0C468D943C58AA15EC0AC5 , 0x20D74F9767184229A12DAF1E89D8BB25 , 0x21418D98F96B4E7190E2CF190A778F0F , 0x216F68B09F42469298FAE191FDC34FA9 , 0x2257764C93C94408A9D6724813A80D84 , 0x231905AAA8964F7FAB8F7B9112169E6F , 0x2344DD25F454430DA0ADB14FA5FA4D56 , 0x23A011B5CA7C4188A11A4F6C61923A31 , 0x23E21E80C1A843669D756FBD1685850E , 0x24A1A74877CB4C1CAA6227E6F1C1737F , 0x2507876AC5C74686BDCFBBD7F975534A , 0x25EB50E8956D4D89A2170758B6C13F63 , 0x26342178C0B14E93BC89437E60CA212C , 0x26709AE8C25A4816AE789FDAB714BE57 , 0x26918B6A2035451C82D1A6DF84BCD3BC , 0x27BBDE367D034DFFB3DE9F217B39C13A , 0x2823A503F1964FF7BB5CDC797A66BDA9 , 0x283D264C26374943A3CD1F7B55191C8A , 0x28609D4A96EA459092745595A16C7DF7 , 0x2870AD6095B34D9FAA487F5DEA2794F2 , 0x28C6281D19504ED5ADA6CE63E90CA3B2 , 0x28D0CDCBBBAA4CCFA62F0F52B1A89539 , 0x2A2D2F990D7E4AB884A07FC1C46D0367 , 0x2A802C00023A41A682C8E6929B92C1A5 , 0x2AB718B83D824B0DA3F286F5CDA04E0B , 0x2B2B51FCFC054E0EB3B42F46133980F1 , 0x2BFD278E87204807A890DA4A3E81DD90 , 0x2C6598E5D2F241B1BB01AD685DEEB19C , 0x2CB2BA7C63124709B4A4552E3587418F , 0x2CEC6665ABC04CD5A7F67125C137191F , 0x2D812A880BA942B7B1F8BD3C3726FF34 , 0x2DD2A0CB8C0E4A7AB87DD70B21C10008 , 0x2DF1B513569B48C2A209B64BBF56851C , 0x2E254D3D706E41E5BA75C7141B02DC52 , 0x2E7BE3B997DA48A4B85B3ACB339191B5 , 0x2EC4FF15BF2846768CEA78E513800438 , 0x2F3F9225E4464771B7C6BA68233D7292 , 0x2F4253D67794488CB8B60BE8F99DE0CC , 0x2F72050F39614F22B09108F84832AFD6 , 0x2FA5EF6C091343C49F417ACE28371339 , 0x30D275AEB3B34CFCA3F62704160A7894 , 0x30D3490092654D87A4EB7C350D1E86DF , 0x30DF39A883084CA59D83C75E51B1BD66 , 0x311697B1EDE24408B433F65C41A29EF3 , 0x32032CE63C3143B78E756E3CF4B97D4D , 0x326E57D271554872BD088E897300A3B8 , 0x32F82F8238BA4200903B0FA7C6A877A5 , 0x3394655B450849779D5EB51542282519 , 0x339C3CAF56D44D40AF9C32B56AF2526F , 0x34532D797A1D4DFCBF927DB154E66E9B , 0x34D76A1500CB47E58357D62F77F09762 , 0x351CE7FA6B3C4E52B92525BF33D39FEC , 0x357F5C03D1D244C2907E8E6511A7383F , 0x361B019798D84BC69906DD85ADC61A8B , 0x3620076DCCE54CE08369DD86CC503B8B , 0x36F3229844C5455190F695D703EB4412 , 0x36FA197B21384F2B9654C0267ADCDD64 , 0x3786526A33C240FEB4AE9E57588FBA32 , 0x37AD075108AB49B9A722DA84FFBA3CD4 , 0x388926F5F7EA4BC1B0638F4C9F72A89F , 0x38B005368FD74569A11AFFC5A5F9163B , 0x39DAD54C97CA4CA78FE1116B0B48529C , 0x3A1483CCAE7E427C869E205146A315E2 , 0x3A766795C56E432798C8546DA38F1E2B , 0x3C7D7A938CF54C6F8FA89E8BCCDD4FC0 , 0x3D10B079868C46EEB114FB690D65341A , 0x3D5685535AEC445E8EE259D2AA907BEC , 0x3D81F9EC7B0143A4B5D8A7235A871B48 , 0x3E8AC740B43841ED9BDFBF5CDE53957D , 0x3EF31D3D29D3445683A8EA4AB7B75FE1 , 0x3F1161E995444F5DBB6F11EDF29B5C4A , 0x403195D84C754657A77890010C5ED05D , 0x405DD9542FAE4CB1B9357E9C48DE9EFF , 0x41E5013B67D64D3A92B7A275DA8AF441 , 0x41FF01075565443988BCC8D3F806FA82 , 0x421B18D597E6442ABAEB35F6E893ED1E , 0x42443400A56241D0959F99373997BDC6 , 0x4387DA8E46F144829E8471AFF4DD6D8A , 0x43CECB159E6149579472F0DEC59A3D60 , 0x43E664BA83754A178876AEF9B7AFF916 , 0x44733EC5D41C43ED913615EC1EDC22BC , 0x44DF8ADFF3FE4387AA7761D8A14B5182 , 0x4578804407B944F39B3C62BAFCBD447D , 0x46811D7F12E1454484BCB0F3532143A6 , 0x469EB7A8C5974F05AA02CBA99BE73BEE , 0x4776F3E919434173A098C543BB74DB4C , 0x477844203F024854B4A28FD54403416B , 0x47E2B8CBF1D6476397126935AA44DD8B , 0x47FC96DF6187413F9B85D392A4CF59F7 , 0x48414782D9DA49E28B6CC78D6ADAB84B , 0x4871DFF0DE4F4370A1B8153F2157290F , 0x4879162DCFC8419DB01176657148FBF2 , 0x48AFC17458EE46F2B1CAC3F5D98D8A75 , 0x4B1EA3C2C21D486EA32C678AF94A8C45 , 0x4B678A8098E34336BCB1712D0C3927DB , 0x4C0BE2DF72C64E6A8DF644643715F027 , 0x4C2E6A5BF4DC4B08B3C02BD41FAF01DA , 0x4C3CDE5DF5194C3D9963C230C1D2C94D , 0x4C70B61B222C424C94E1D65F32EF2432 , 0x4C8C6E398D2A4BEF82BFEE9BCFA386B8 , 0x4D5D635F2DBB4060A9D24F29C305E747 , 0x4D77E23303934854917B9A88A15451DC , 0x4DBCBF87D11942FA99AD13D4F9A587AB , 0x4DC9EA9194564EDE833F1991270049F8 , 0x4EAB35FAF7C547AB91271169AC459014 , 0x4EC07D86196D4A22BFD44DFAB02CB2A2 , 0x4F22C2B66E8E47D0BFC251A82F8875B3 , 0x500EED1B3D8C4B528E9C792DE517B0BA , 0x51581D7586E0480B801AABB5B085BDCC , 0x5188D7F3135D49A3B67CDC9F6EE65AA5 , 0x52454DB2ADF942B2AC079A296F454A10 , 0x524D85C28B5A4FBD9D567DD997AF2F56 , 0x52E66A6B32A84E9589948CC8E66666F5 , 0x53250245FBE849A1BFCF74425421578F , 0x54083EEBC6BE4ABF9A3E9028E0A5AB7B , 0x54147692CBFB43419A6D11E26CAD44DC , 0x544A3335B3404ED78A4842A5A3076B89 , 0x547A09455ECC410EA22DA99B518E979A , 0x549D6A7B365A4AD289327BB41DF14A50 , 0x54D102F9C1964F07B393F15504E2A0CB , 0x5525A440E3F04CEE828D4AB1B423306C , 0x556D28E1C6884562B7E872BD06F7B421 , 0x55A3173E8C4A49C6AA124D56FEF12E23 , 0x560F90B14B0347D994F55E07EBF52C8C , 0x5647860E1B4B4B60A3EAEC372C47CB00 , 0x56623E64DD6E4DA29BAC46D824ABE222 , 0x56DB3832E37C413CB3D2FD4874141C72 , 0x56E0264B39F34321ADE56EA6C6E53235 , 0x5805DB64F1524453B755327FFDC5ABAA , 0x587E513B39F84E0BB326939B51474E0C , 0x58D284638FB947A4B73B0FF25BA6A6F2 , 0x58E062896B814769ACE313EC7A1A7C5C , 0x5958162930404E4090359253B8A6B09F , 0x597126272BEC419FB4AB57B35588D4D7 , 0x5997D91DC0784997BDEF68DFC5A08912 , 0x59F97CFE1E7647A6860E032965ADB4DC , 0x5A272B045E124F829F79AA1CB415B5C3 , 0x5B2C4EC241724DE0A96D9FC5F38923C6 , 0x5BFDA674BE0240A486D2D696E63E7F3D , 0x5C37D1C9E40443A3A99A3E5E84432010 , 0x5D5AC841DA7D4E77973A8ACF2B7318A1 , 0x5D9F9EFF5DB04B4A8749844E4E2A1622 , 0x5DA674F0D11242DEB1C13A557FA1D2AD , 0x5DB886C97C254F8FAEB28732C799DFA4 , 0x5E643EE23FDE457CAEB79DB8714B50A1 , 0x5F10B2B85445424BB29C1EE4A8BD86C7 , 0x5F7BD97D2F2D45439A466C08074A3A56 , 0x5FDB470493634EE68A582B8DA2490317 , 0x6049EF01CB424B66B066DE33A4344BFF , 0x60726CA772BF4A7491EAA1C781763194 , 0x607B1A2D0E794C0FBA390D556A2604AE , 0x619E3B6275A84945ADD0D04F0AF2E3EA , 0x6211C6669F434670BC9550F20219B36A , 0x624A5A6F713E467E8FEDC40784C23CF0 , 0x6256B473567047579A06082F2BCE87D6 , 0x62AA57B01D624281B8A0EF7F0176D647 , 0x62BBCFD637A74317AEEC5A3A79522128 , 0x62C481E5AF9E47CE8645853E3016C43A , 0x62CC75BAA3634AE1932D22D1DF91D239 , 0x634F10A21B78401EA10D7B3AEF5FB631 , 0x63ABDACFBCE54EEE8120F246EC117858 , 0x6455478A8B4441B5A02DA16249A026BD , 0x6464F504DD464D80A64A82F7F88994CA , 0x64B104CA2D7F459B8A91B3CC305C679F , 0x64DB994344DC47149C7E051B32B2105B , 0x66C98F492E93438088383C3E595ED64E , 0x66FEBF50FF12483DA036CC284D478EDF , 0x67CD277C11DB4D1D9040B90D548ADD32 , 0x6821328F143649EC896C8764DED122EC , 0x685738F2C4E74184BB4926098DD7C73A , 0x688A1B6E83DB4C0B9E69B0052B2960EF , 0x6920304F86FC447797AEDBEE2F25A526 , 0x6924DF46256B4F81AB8C182327859ADA , 0x69A76278E3424AE3B055EDC2326B294F , 0x69E6B524E18B4AFCB39BB8CE7D5C115C , 0x6A57C5A6662447AEB8DD8F946305BDC0 , 0x6A8CD0E0B4CC4AACBE15120A8C6BD280 , 0x6A9FFBC657144A0A94FB4B01393FC199 , 0x6AAE68729AFE479DA6181F23C9F42361 , 0x6ABA0E272FF44E13AEE1DFAF8C3B1269 , 0x6AD05AC794E24F30A54A80F48DF88646 , 0x6B64A06F72094CFD8CAFDA7414C3A29F , 0x6B8AEB47705E42AEB45FAA9FB6FBC9EB , 0x6BDD427944DB4472A9C917B550168E5A , 0x6C8B06C3CDC24B4F97D34BB1A22C7CA1 , 0x6CA3D1BE72864BE5B1A8A3AEA5B570C4 , 0x6CDEE537A38C42C88CEE406DED6A8D41 , 0x6CF1F15B1ED9467ABCBA1A69652A9BCD , 0x6D16EA6F8668494885B7E41725DC1016 , 0x6D69DD77A53E4EC4BD3AC1F20C8BB45B , 0x6D9343E2D7C74EF5947CB47B370538D3 , 0x6DB9433568694EAC9451F0D8B2BD3639 , 0x6E4A4A7DF7384A56AF67F59C274532DC , 0x6F60726B107643FB8FCEF347ED8A49E4 , 0x6FAAB9451AE74EF487536D9404CB5A70 , 0x6FC6762CDC3C45A1858C4790E6C6CC2B , 0x701D01DC1A7C46949B93029E1707DB70 , 0x7041611833454587BDF7775C317B58B2 , 0x70B048B71F9C49A2A3FF3D6F016AA01D , 0x714ED977FDE444BF865092FADA517021 , 0x71DA29BCEAE4414E92A5BBF8A529A7A2 , 0x732F321A50324CE8AC900C091FFB7419 , 0x733BBDC066484408A5D69EB157B24BB6 , 0x737B70D9F69848F5B35BB3CD74C9CA03 , 0x73D821DDC08B4677A9EC66282B86941A , 0x74148994C031458CB27863816767B2CF , 0x749D1B56674F479B9FAE060AE4BCCBD1 , 0x7502C2D06EB84ED0BE26E715F93486F6 , 0x752F96ADA8D74F0E9CB621A404770BB6 , 0x75E6BE28D1D947409C7518AAC8F5AA16 , 0x76128470C49441068029D0606B5EA36A , 0x76AB836F58164D54838EB4F65E142E8B , 0x76C3053B1AE1497E945D8AFD92B2EC11 , 0x77093BD61DE547FCA5D5C2425EBACEBA , 0x77250A5B213E4BBFA2FA22AE4D3FCF5F , 0x7750BE1E570F42B39242E36843321CA3 , 0x7827F00244A045309D494629F5D9C033 , 0x78AA66818B6949DFB52B9FEDCE72EFB7 , 0x78BE6E70F3F44239A1E2E8FAB2DAE085 , 0x79A57C8FD8FF4F66AC7E5ED693BD5CAE , 0x7A7A61065A0444E3BB9C5D17B6DD9373 , 0x7AC7B69A313F447CACFF156AE7E16E42 , 0x7B366027B96B48E99CDEE76B9D3FD262 , 0x7C1D076F38194B9891A20AD7DB6CD2B8 , 0x7C8D349F054D481C9104286A391DB19D , 0x7C99B9DBD37C4DB6902C19B12FA79877 , 0x7CCE6C46ABA54767A4EF3EF2B5947115 , 0x7CCF575D60FC4D3E951A2DC5ACCD8EB2 , 0x7D92D7B1056745EF8F9B9DD7DB28806B , 0x7DA8C80565BD4350843B41633EA0FFA1 , 0x7DB26569E8B8451798763240DA8D39DB , 0x7DB93FA86E8E49C8A1F9EDB2C9021F91 , 0x7DC5D607387242EC99822F0C9CB525BA , 0x7DE987BE3F384E248962C2A8994A6D32 , 0x7E2105DA878441F2A64337FDE71992FC , 0x7E61095F1D71408A9A3661D2A9DCE46D , 0x7E6A87443C584FADB3780EE732B870D4 , 0x7E6EED7157B3465892296034812C1FE1 , 0x7E74971AB8D5458F96BAF0CA7FA68CB1 , 0x7E7F4C9000E34561835031D31CFA724C , 0x7E9BA8C93F574CB9AFA6D7FF035168F0 , 0x7EA67251576046BF9231F1B737998EB4 , 0x7EE51556B4B84EBD91675B2DC2BB0AFB , 0x7EFE067E1ADC496EB537679C19A341CA , 0x7F4E886DFEEE4B90AAA7627B4324A347 , 0x7F5CD37CC20945A1B76D2A68894A6ED6 , 0x81C89BB3931848008E4F10E5F2942A26 , 0x833908011BCB4AEE8C7F7035ED09C571 , 0x8345D0141A094EEC836D10101D65FFF5 , 0x83AD446A8A8E44B3A734B9DEED04777D , 0x84B85AB5FDEF464B80344F695DE8EB0D , 0x84E2509754B645B89BB1A7CA6C21E215 , 0x85314F9DA39F47E58C85D715E72E02F5 , 0x85A8351E32564BCDA1697A110A660377 , 0x868821EFD9784E1DB452F688D8B918BA , 0x87067BFDD73F45E7858F1FAC10B2DFE9 , 0x8745BF050B034CC894F53658E8133828 , 0x87930C2E443C47B2B263D94DF17C9181 , 0x87C9343698C74C3B900FC2AD0F27C368 , 0x87D2FB84C543410F95896058CB243D95 , 0x88CC46E4C2E044EB959D31808A1741DD , 0x897D688456D549AA8F47F875BC30FDD9 , 0x89E8740C13A74C429C63BCFAEAAA66B3 , 0x89EEE1216A524811A5333BC6FCF33545 , 0x8ABC12469B8D4AD0BE152C8BA697EB92 , 0x8AD93AAE310144B58689B59C8CEC12E1 , 0x8C0AA035CF8C4573B9ADE4C3DB7092F9 , 0x8CBE5489ADD143FB8AA1DDE2B6C4284D , 0x8D0757BB4AB24B78A235A99FDBF8FD3F , 0x8D827F2DE20741AB96DC0432F51E6243 , 0x8DBE40F3B61C48B3A4AA3A3CEED69275 , 0x8DD6FCAAE716413BB4396165699DA553 , 0x8E33ABC20A194AFE9ED8108ECBD77A7F , 0x8E723EEA900047888F8B94E9F24009BD , 0x8E8394B73BC24C6A91F98590EB6B4D25 , 0x8E97931174304AA2AE4F1162EA91B282 , 0x8EB1AFA3BE7C4AD59B33A7BD7C040F88 , 0x8FAC9DA4CE73437AAD4B087B58AAAA7F , 0x8FB6EB73354E43B0B9AB378842087A1F , 0x90259EE8A0704E49AD392B35426898FF , 0x90751A7BFDFE41958D330222903A068C , 0x909FDCA1CBC847EC976A99FB4DE98D16 , 0x91B703A62E4641159B949A8A82073E9F , 0x91FDF435B60E4B0AA6E5BAD95C321056 , 0x92704842135C40E4A33C3AB21CAD6621 , 0x9271A5EB3EEF4C61A10B4882D623CD6D , 0x9279ECBE3E6246DFB028A9F4D3D22A2E , 0x92BA4904611D4AC09EA4B40D38EA6D24 , 0x936927F89E1A4E74A93098CF3467C84A , 0x94379A315EC14418B5F47963EE09F36D , 0x946F860B14A54D60A6EDD85EB51DA725 , 0x94B4B2F8CA6E44C6A96E077A92A67645 , 0x9573D89CDCA34706B1CA4BC1D98A8083 , 0x95D8B11600214E17BF6C38E178566B42 , 0x95F7E2540C1E43BAA7A02759919AE3B0 , 0x9646F77FBEFF46B3B75168AAC176701B , 0x96857F56964D4433AE095B0207A0060E , 0x96DD23DD901040B79B1283A400B282C0 , 0x96F4B90A5D774508A82ED59A6CD36D68 , 0x973C554B7ED24F3D942460CFCFE5D52C , 0x975460EACCC244639CACF2114F603D25 , 0x975CA875982940018B9FE9E906CB76AE , 0x982F5F18991F43CC81570CA8E3F29A36 , 0x987561986C5745BC873E7272A792F81D , 0x98D8F800A74648C092DEF8A00E86AB67 , 0x993F4D9A6671464BB836654ACC3BFC26 , 0x9A18743F12FC4FFD9C238010BB353DD1 , 0x9A18E1CF60EE461094BBA701EECF4F06 , 0x9A2EA6B6F3974354B9BC619146603754 , 0x9A51BA93BCFF46E5B9F8BEDA355484DA , 0x9B602C48B6584101B2101C39CDCFBAB4 , 0x9BA50811E23F4C8BA6885203386A4B7D , 0x9BDCC9778C4542B3AB77BD9FD4BFFEB7 , 0x9C8FC8E74DD8481988FFD593869EC861 , 0x9CA927C388304702B271D2F28F4B8E07 , 0x9CD31F49A7834F83B8B0E46BF05ACCD0 , 0x9D1B41C169344C8D9520CF938297EE85 , 0x9D7603588B6F4A2FB3A443AD60417D51 , 0x9E7DB458C3394F7394D2FB1BEA4D157E , 0x9F097A33625441D3919188F2FF872A9C , 0x9F76FE4D03C0440DB70505BEF4C80C0B , 0x9FBE5BEDDD65494CA477851094FFFB30 , 0x9FE04BFE45314682A30105160CDE5762 , 0xA002BF5097C14358ACBFF7120FE9E69F , 0xA0A449F3D5CD4A798011EDAEC8B94884 , 0xA1C4C3C590AA418590F751CB1599DDF2 , 0xA29E2688A2C44B318C0BA12DCDEECC73 , 0xA312B0BC7C9A46AEBEF7A94027BA4638 , 0xA33889C5D7A44BDABDA9DED2EC4D483F , 0xA35AA91E53964794905DFB31B706D7BE , 0xA3A136C8CB5341F49BF9BF322B2E9079 , 0xA3BE30FF377E4CD2AE60FEDAE6A5B05C , 0xA40E423801DB497C9084866D0F06BCBD , 0xA4B2510ABBA946E1B6C0349B193A50EA , 0xA54598B523F145AF80259683BCCDA94F , 0xA5CCB5728FBA45F996A65AE66445EA0F , 0xA655FD17E59044009B70278B5EFC8D5F , 0xA6C40A714889482FB9FD08A00C736506 , 0xA6F0103C36A84C2C8107812FFCA88BCC , 0xA7879BEC110A4C98BAB9A0806BDF1D90 , 0xA9044CD34C4A4C0C9D25545714E38061 , 0xA9084BB6C9BA4E5DA6A50D6C81248F3E , 0xA911706EBDC84FC19BA0C1D5C80842FB , 0xA917616F3BB84FFF97A62EF1251054AA , 0xA92E6ABB883C4006A2E82AA551F88E97 , 0xA982E2E0A97C4A16820D8D2E722B670F , 0xAA226CE6F7E94870B941F371123683AC , 0xAA2F2A1267E045658B5477A46E414957 , 0xAAA6F6003411463695AA59D00B1AC6F1 , 0xAAE7AB8C37DB4183BC661C6639BE21DC , 0xAB823424BCEF4A69B72747563F70B4F6 , 0xAB96E1C71E9E4A3EA864783000FB61B0 , 0xABB50ED613354E70AB841887073DC2D4 , 0xACFD7586D02848F1AC801F4776EFA414 , 0xAD735AF1EBFB421E93E408B073C4A89A , 0xADC043F56F134074890A59847D1C395A , 0xADCC4A95C84A49F39614E0496AE52B5F , 0xAE9BE255B3CF421A9D52870A7FCC9C80 , 0xAEACF318A81347D8B9F285116A349B1E , 0xAF7B340767844E47BD8143906D65FB01 , 0xAF8676DF46AA49F8B81D4260AEA9DAEF , 0xB012156EEB6F442B905AC901013879CE , 0xB0BF9A3922114E03A9F54C4490A9108F , 0xB184FDD281194FB0A51CBD2487C80A04 , 0xB18BED0EA5494747A8B8E9207B714C7B , 0xB19D9D9C34BD409F8F0D4E407A23C54E , 0xB1F0C3DD726D45E2ADB59E7AE1B2715C , 0xB20B35D599904F1793C66D3F2D329737 , 0xB3B03E97EB074E65A1FC0B9C886BBE0D , 0xB3E33044C85047788431F9F6450822CB , 0xB3EEA42436244FE388724254CC2F3339 , 0xB44110F042A140DA892F9C08223AE5CE , 0xB4A58AF6360946DB9BD377476C139E73 , 0xB4B09CDB1B0A4DEDA11B852023D0C5CB , 0xB5B80CC1CF8346D08066B70192F8F205 , 0xB6658690F19648B3AB130D4D2D3EA553 , 0xB673BDBD413A449787A01603BAABB74C , 0xB69AB6FD023F447AB90317E1494058AB , 0xB6DB924C6EC9438B830864E8BB38320E , 0xB71AEE645CE54E678C62A20C23E9C89E , 0xB7856DAEBCA4480C9B15C19BA0A212EC , 0xB7C51F2DC29648DFB95224536FF3210B , 0xB80CF411DF9A4EE18E200FE94EC066FD , 0xB880840024F54A51ADCD0E4DEFE442CA , 0xB8E083DB6DB044B18BB22C1DAAE50C0F , 0xB8F747E4A4B04933A895083E4C58E741 , 0xB978AE642D7F47F9BDA76BA4F023FDFA , 0xB989CC4E516D42D99E3EA9A622282887 , 0xB9CA657D2FF548B6945D93B91827A95F , 0xBA0E3386C89447A0BFB7C3FC0CE7E581 , 0xBA84F0D2ADB24F7F9737CBE9A283912A , 0xBAE8C3B8A6A4455E9B0277DD90BE2598 , 0xBB7123D42EA24BDB92650C6ECF82B500 , 0xBC2EC9FA346E41BB94FD985839B33582 , 0xBCB18908C4C540A5BEC01A6BEAC66B47 , 0xBCE5201D9C17496DBD68F1A590777FF9 , 0xBCE8C20F1E6E4835866F521B0880591C , 0xBCFE2B3D098945D3B2FDDC8CB5E030E7 , 0xBD6902635C51446A940A35C0805F0870 , 0xBDA627659F5146998F0DB0890CD9A253 , 0xBDE5D074AFDC4F6794D3F9603211F3AD , 0xBE764415E4AD4864BA6C72FBA6F4A0FB , 0xBEB470BC094340E4A224B3B7CFD98582 , 0xBF9C594A5FF4435D8215399F3820F8AC , 0xBFF3FA6F6B7E49D49F9C3BAC51B20896 , 0xC042787E74234596915F5FED1704983B , 0xC07B98F12973451E8FF58B8B007BC57F , 0xC0A19C0F2FE9417998CEDF220FBD6D59 , 0xC1BCED4CA31F4ADF8E7424208DF306F3 , 0xC2445A304469415C97A1C7466D9B58AC , 0xC29F7187AC2B4FB2AD7A7D181EF90BA5 , 0xC2A66FCBBFD14066B2A601B6DBCDC4A7 , 0xC2CEE0817751487D852BEF8E0A3F1E22 , 0xC2ECC5696F77482BBA2056C75B36D56D , 0xC30E23764ABB445DB53AEF8537483E5A , 0xC4808FD0396949359159344384C72D62 , 0xC497425293A54F939121E7CE072E8890 , 0xC539BAEF793D40E9B0A886408AC41A0F , 0xC5629ACEB6CB45D1AB58DEEDDB1C8246 , 0xC5B0CFCF45C24C888F29B247E1A6439F , 0xC5DCBE5BF98C4CB4809A5E3218CD58EB , 0xC68CF44BD83C4298B991DFD4574FB1E0 , 0xC6C9209154524959BB63C8A691B751D7 , 0xC78ECC7F2D0A444DBB0057D2BCD7303B , 0xC834ECF87C31477691B33B6D68EE6559 , 0xC857598AFB6B4E22999FEAE77374769E , 0xC87BD31ABC0445B8B769E0A92DDAA367 , 0xC9F79A5087534D559C644419FE409E8A , 0xCA18F93F210746E299AA04D132242F94 , 0xCA9C2A4541E84EBE827017D61611945D , 0xCAE39332709740B2899AF818276DACDC , 0xCAE6E557BAF84E3CAD4EE2FCE18ACBDF , 0xCBCE36EE35D547C0AD2DDA302D1D1785 , 0xCC3894AEF40D40C4873A895E7A7C638F , 0xCD3D1297BE844C6A8C256FE070DE45DA , 0xCD6752D0262B4B6A92906A79EA1E690E , 0xCD8FC92B717D4B73A4ED38E010E0FF86 , 0xCF07318517F7463FB9D24E792EDF66DD , 0xCF120CDFECB74162878AC31EF7CA3DB0 , 0xCF2CBA67DD4340F88F11FBDA3BFC3591 , 0xCF2EB0E39A1E41C3AD0D134B02F0CA14 , 0xCF516ABACDC945CA8917E0ED4280A722 , 0xCF7580D7A46946918971FCF8FBCB2F3B , 0xCFB932BAF93C434B902455585A938E7E , 0xD0E50C2B724A41C6942B53E0B77FEFF9 , 0xD33CC643BF264774B2CF12077EC5E8F1 , 0xD3682FD2C37A4FAEB711DE41765A0271 , 0xD39D78526B1C40CB8F3F524AD5A92E9D , 0xD3EE8CEC54304A8A89AE178754820DDA , 0xD42C7984BDAB4759821834B094E628A6 , 0xD457EABDFAD74AA188CADBB72EFF430C , 0xD4AA09F564B341F4B21BE0338CE67BF9 , 0xD51C73635A424107AFC381ED7CD2BFEF , 0xD5303BC610E14C349FFB035E6DCE7DEA , 0xD58415C8B990486783F5C0701F6B2202 , 0xD5973AD8D06B403AA4C94A1CE40D1009 , 0xD6023A2F0F0C469493C598ECF04454B7 , 0xD618576D37774671A7785BC90A8AED1E , 0xD6629267D6164FC5919F897AC94828E7 , 0xD7887396D1D345BFB9EC781496BDAADA , 0xD7A5ABB3748F4E6583307CBE70CCF9C4 , 0xD7AB072FDD87470196A83B5D6AA60BFC , 0xD7D9688E5E7C4E6B97B4016450AC1A11 , 0xD8862D6AE882446CAC5804E3755D49AF , 0xD8BB06F16BF844AE88285A3E2DA98FCC , 0xD9513AF2C27D430393F2B133B4B8CE47 , 0xD99A494BCD6146B0810B1FD4B9FE26E7 , 0xDA2F5EB526484C678C27263053FBFD1A , 0xDA389813B98E4C0E877CC5AC7D03CA13 , 0xDA5F6635A98B4768B625FBF447E7CB26 , 0xDA768E8434C9410B83E98E4C1D28BF4C , 0xDAD1874A080641A9850D813D8C181C58 , 0xDAF4C9BA77934682847055EE3ECFF226 , 0xDB8D17F531344EBFA5311AA6DE899BD2 , 0xDB98D0D2BD884B74BF077B9F961F0CF8 , 0xDBCC8BAF2C954FC185F41814B562BE37 , 0xDC200B7B0DD549848E20E42C1C735851 , 0xDC22654F63F44C48B1708AACE354CEBF , 0xDC3D140C7A994322B637A8577DE5FD6D , 0xDD00911988B54713827F341A00442ED2 , 0xDD0E39D2D8A7451EB87EC7813DA15F1B , 0xDD1965504B9140AF97E3684C6616D485 , 0xDE7686A06AD24D32A7490C1AE317DF37 , 0xDF41BFFA927742158CD4D075EA5290E4 , 0xDF7362DA47CA4A3CBC6425C732788406 , 0xDFD68A87E7CC48688AF4CDF2ACAF3B62 , 0xE001BF62FE3543349761EE73554036F4 , 0xE075C1BD21E64B658D720ADB0EA200AB , 0xE07A38B260304778833D1E1E217238BA , 0xE1506ABF0A874F37B81E0A460E6DE36F , 0xE19D24B114EC4D9285B5D587F7212A18 , 0xE1D0FB8F4F914FBB83103CAE54B6AB0B , 0xE342B5B135B2400A834E84C45D450235 , 0xE3924CE55F6C48998FCB15841003B009 , 0xE44EC262ADA448E6BEBA53594BF00FFB , 0xE4CB5358B2DA44AE809AF14F35BB4304 , 0xE4CE792432964B6CBD370718D3655E39 , 0xE6198E7BDB984ECE9B7CFAF55FBF8F0C , 0xE6AE1CF6896E4D9FA381A44412B8611F , 0xE6E7F1E4D32843A1973BEAA8C68621B2 , 0xE77341D081AE4F4ABF6B9BDB33A74FB0 , 0xE80E6D3B1B184CF3A09DCDDA72B0B860 , 0xE964095F3B084292BC0C103045CB58FB , 0xE9F89A589D114154BA065C1F8981D2F9 , 0xEA2A4B16446A458492810988639BDD4D , 0xEAE05A6D4F0B4BCD82A154076E0A8318 , 0xEAE39505F58F4A56B0538F978C6606AB , 0xEB32FDAB56E44041829EB5BAE1863702 , 0xEB6ED21C7B8446C290A6930B1C1DE7F5 , 0xEB6FD3BA6D0241C39ED570D061E30791 , 0xEBE8B0E7AA15473F8774A7CD76E256CB , 0xEC3095D062DC4A3BB49DAACD2BF13725 , 0xEC3707F0035D4320850B8E7EA6886782 , 0xEC7FDDAE9E104D6787BDBE2624BE98CD , 0xECF0FD57DAC6417DBA25F8C25DDEB5BC , 0xED2C7B3E5F964472BB023A1B65499942 , 0xED752246E5D94DE680ABB662C9B89B2A , 0xED870C46F46D4FD59E7BBDB3B0B0EEAE , 0xEDAC6A676ED947E3A1FC591BF9D12C1D , 0xEE3DB156EA234E2E9C3F4ABFC14E7545 , 0xEE4889144DF44C1391E96727170BC7C9 , 0xEF5C0D2CAB894634B7D29960FE64A3A5 , 0xF0066D67AB59450CB7AC06EB9DAA5EE8 , 0xF147CC221BCB40049E7FB5CD0FEDD2AA , 0xF15C8B62B84846D2A0A4D6A586995A26 , 0xF1611DB2FB2748A6BC318FD142068D25 , 0xF16FF048881742D0B22D6CE621AB6ECB , 0xF1770739D5904483B475D52B0CED1A2B , 0xF20338F939CF4E6A87305157C2AD5267 , 0xF2AE1CB4C99340E4AE1C15DFCB6A9284 , 0xF3A8D69EEEE440BFACFB1F395836E40B , 0xF40ED56D06B84443BE04B99BF86CC7BF , 0xF42E7BEC2CA7474DB3DA2440519AE926 , 0xF437AC03E08C45E2B4AC6CC2C1BEE1C5 , 0xF459061CE1A94321AF631868EA7C480C , 0xF5134A99DC0A4D4DBC0A5BBF1A8F1211 , 0xF69614BF53B24BE4B18C1E954AD3E3A2 , 0xF71C2AA31AE84ED4B1123DA59EB380BD , 0xF902409621D648F983CD91EC148A8393 , 0xF905BA3E724247E68CD816327F2EAFBC , 0xF922D53C053E46DF932985F5130A0F23 , 0xF9A6E96C02FF4439947E93AC8377B89D , 0xFA60CC53FD454E55973F89F6B0DF4685 , 0xFB6971D009214A2BB4349C1DD1D198E8 , 0xFC3F2C1964F34380AEC7FBE346F357B3 , 0xFC4157187FE74792B07E2A8B73F4FF5E , 0xFCF80226EC98404FA8732C1EAA5059EC , 0xFD49F42377AC4BE9A266E184808D8A2A , 0xFE4C4103AF7344ECB334C5132DFF413D , 0xFF47B881266C4C66AD44846C022E91CB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000 ;
Copy
93
2.23 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` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `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` , COALESCE (`property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) AS `property_group_option.media.title` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) AS `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) AS `property_group_option.media.customFields` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` 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` , `property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id AS `property_group_option.translation.languageId` 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 `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.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` , `property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId` 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` . title AS `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt AS `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields AS `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at AS `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at AS `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id AS `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id AS `property_group_option.media.translation.languageId` 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"Gvóé\x19 CAs ˜ÅC»tÛL "
b"GxD ?\x02 HT┤óÅıD\x03 Ak "
b"Gâ¸ËñÖGc—\x12 i5ªDÝ‹ "
b"Gü–ßa‡A?›…Ó’¤ÏY÷ "
b"HAGé┘┌IÔïlÃìj┌©K "
b"HqßðÞOCp¡¸\x15 ?!W)\x0F "
b"Hy\x16 -¤╚AØ░\x11 veqH¹‗ "
b"H»┴tX¯F‗▒╩├§┘ìèu "
b"K\x1E £ÂÂ\x1D Hn£,gŠùJŒE "
b"KgŠ€˜ãC6¼±q-\f 9'Û "
b"L\v Ô▀rãNjì÷Dd7\x15 ' "
b"L.j[ôÜK\x08 ³À+Ô\x1F ¯\x01 Ú "
b"L<Þ]õ\x19 L=™cÂ0ÁÒÉM "
b"Lp¶\e ",BL”áÖ_2ï$2 "
b"Lîn9ì*K´é┐¯ø¤úå© "
b"M]c_-»@`©ÒO)Ã\x05 çG "
b"Mwâ3\x03 “HT‘{šˆ¡TQÜ "
b"M¼¿‡Ñ\x19 Bú™\x13 Ôù¥‡« "
b"MÉê‘”VNÞƒ?\x19 ‘'\x00 Iø "
b"N½5·¸┼G½æ'\x11 i¼EÉ\x14 "
b"NÀ}†\x19 mJ"¿ÔMú°,²¢ "
b"O"¶nŽGпÂQ¨/ˆu³ "
b"P\x0E í\e =ŒKRŽœy-å\x17 °º "
b"QX\x1D u†àH\v €\x1A «µ°…½Ì "
b"Qˆ×ó\x13 ]I£¶|ÜŸnæZ¥ "
b"REM²ùB²¬\x07 š)oEJ\x10 "
b"RMà┬ïZO¢ØV}┘ù»/V "
b"Ræjk2¨N•‰”ŒÈæffõ "
b"S%\x02 E¹ÞIí┐¤tBT!WÅ "
b"T\x08 >Ùã¥J┐Ü>É(Óѽ{ "
b"T\x14 v’ËûCAšm\x11 âlDÜ "
b"TJ35³@N׊HB¥£\x07 k‰ "
b"Tz\t E^ÌA\x0E ¢-©›QŽ—š "
b"TØj{6ZJÊë2{┤\x1D ±JP "
b"TÑ\x02 ùÁ–O\x07 ³“ñU\x04 â Ë "
b"U%ñ@ÒL¯éìJ▒┤#0l "
b"Um(áÆˆEb·èr½\x06 ÷´! "
b"U£\x17 >ŒJIƪ\x12 MVþñ.# "
b"V\x0F É▒K\x03 G┘ö§^\x07 Ù§,î "
b"VG†\x0E\e KK`£êì7,GË\x00 "
b"Vb>dÝnM¢›¬FØ$«â" "
b"VÛ82ã|A<³ÒýHt\x14\x1C r "
b"Và&K9óC!ån¦Æå25 "
b"X\x05 ÛdñRDS·U2\x7F ýÅ«ª "
b"X~Q;9øN\v ³&“›QGN\f "
b"XÊäcÅ╣GñÀ;\x0F ‗[ªª‗ "
b"XÓbëküGi¼Ò\x13 ýz\x1A |\ "
b"YX\x16 )0@N@É5ÆS©ª░ƒ "
b"Yq&'+ìAŸ´«W³UˆÔ× "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"Yù|þ\x1E vG¦†\x0E\x03 )e´Ü "
b"Z'+\x04 ^\x12 O‚Ÿyª\x1C ´\x15 µÃ "
b"[,NÂArMà©mŸÅó‰#Æ "
b"[ý¦t¾\x02 @¤†ÒÖ–æ>\x7F = "
b"\7ÑÉä\x04 C£©š>^„C \x10 "
b"]ZÈAÚ}Nw—:ŠÏ+s\x18 ¡ "
b"]Ÿžÿ]°KJ‡I„NN*\x16 " "
b"]¦tðÑ\x12 BÞ±Á:U\x7F ¡Ò "
b"]©å╔|%OÅ«▓ç2ÃÖ▀ñ "
b"^d>Ô?ÌE|«ÀØ©qKPí "
b"_\x10 ²¸TEBK²œ\x1E 䨽†Ç "
b"_{Ù}/-ECšFl\x08\x07 J:V "
b"_█G\x04 ôcNµèX+ìóI\x03\x17 "
b"`Iï\x01 ËBKf°fÞ3¤4Kÿ "
b"`rlºr┐JtæÛíÃüv1ö "
b"`{\x1A -\x0E yL\x0F º9\r Uj&\x04 ® "
b"""
až;bu¨IEÐÐO\n
òãê
"""
b"b\x11 ÆfŸCFp¼•Pò\x02\x19 ³j "
b"bJZoq>F~ÅÝ─\x07 ä┬< "
b"bV´sVpGWš\x06\x08 /+Î‡Ö "
b"b¬W░\x1D bBü©á´\x7F\x01 vÍG "
b"b»ÏÖ7§C\x17 ®ìZ:yR!( "
b"b─üÕ»×G╬åEà>0\x16 ─: "
b"bÌuº£cJá“-"Ñß‘Ò9 "
b"cO\x10 ¢\e x@\x1E ¡\r {:ï_¶1 "
b"c½┌¤╝ÕN¯ü ‗Fý\x11 xX "
b"dUGŠ‹DAµ -¡bI &½ "
b"ddõ\x04 ÝFM€¦J‚÷ø‰”Ê "
b"d±\x04 Ê-\x7F E›Š‘³Ì0\gŸ "
b"dÛ™CDÜG\x14 œ~\x05\e 2²\x10 [ "
b"f╔ÅI.ôCÇê8<>Y^ÍN "
b"fþ¿Pÿ\x12 H= 6Ì(MGŽß "
b"g═'|\x11 █M\x1D É@╣\r Tè¦2 "
b"h!2Å\x14 6IýëlçdÌÐ"ý "
b"hW8‗─þAä╗I&\t ìÎÃ: "
b"hŠ\e nƒÛL\v ži°\x05 +)`ï "
b"i 0O†üDw—®Ûî/%¥& "
b"i$▀F%kOü½î\x18 #'àÜ┌ "
b"i§bxãBJã°UíÂ2k)O "
b"iæµ$á‹Jü³›¸Î}\\x11 \ "
b"jW┼ªf$G«©¦Åöc\x05 ¢└ "
b"""
jŒÐà´ÌJ¬¾\x15\x12 \n
ŒkÒ€
"""
b"""
jŸûÆW\x14 J\n
”ûK\x01 9?Á™
"""
b"j«hrÜ■Gت\x18\x1F #╔¶#a "
b"jº\x0E '/ôN\x13 ®á߯Œ;\x12 i "
b"jðZÃöÔO0ÑJǶì°åF "
b"kd or\t LýŒ¯Út\x14 ⟠"
b"kŠëGp^B®´_ªŸ¶ûÉë "
b"kÝByDÛDr©É\x17 µP\x16 ŽZ "
b"l‹\x06 ÃÍÂKO—ÓK±¢,|¡ "
b"l£Ñ¾r†K屨£®¥µpÄ "
b"lÌÕ7úîB╚î¯@mÝjìA "
b"lññ[\x1E ÙFz¼º\x1A ie*›Í "
b"m\x16 êo†hIH…·ä\x17 %Ü\x10\x16 "
b"miÝw¥>NĽ:Áò\f ‹´[ "
b"m“Câ×ÇNõ”|´{7\x05 8Ó "
b"m¹C5hiN¬”QðØ²½69 "
b"nJJ}÷8JV¯gõœ'E2Ü "
b"o`rk\x10 vC¹Å╬¾GÝèIõ "
b"oª¹E\x1A çNô‡Sm”\x04 ËZp "
b"oãv,▄<EíàîGɵã╠+ "
b"p\x1D\x01 Ü\x1A |F”›“\x02 ž\x17\x07 Ûp "
b"pAa\x18 3EE‡½÷w\1{X² "
b"p°H·\x1F œI¢£ÿ=o\x01 j \x1D "
b"qNÙwýäD¿†P’úÚQp! "
b"qÚ)¼êäAN’¥»ø¥)§¢ "
b"s/2\x1A P2LÞ¼É\f\t\x1F ¹t\x19 "
b"s;½ÀfHD\x08 ¥Öž±W²K¶ "
b"s{pÙö˜Hõ³[³ÍtÉÊ\x03 "
b"sØ!ÝÀ‹Fw©ìf(+†”\x1A "
b"t\x14 ëö└1Eî▓xcügg▓¤ "
b"""
tØ\e VgOGøƒ«\x06 \n
õ╝╦Ð
"""
b"u\x02 ÂÐn¸Nо&ç\x15 ù4†ö "
b"u/–¨×O\x0E œ¶!¤\x04 w\v ¶ "
b"uæ¾(ÑÙG@œu\x18 ªÈõª\x16 "
b"v\x12 „pÄ”A\x06 €)Ð`k^£j "
b"v«ƒoX\x16 MTƒŽ´ö^\x14 .‹ "
b"vÃ\x05 ;\x1A áI~”]Šý’²ì\x11 "
b"w\t ;Ö\x1D åGü¥ÕÂB^ºÎº "
b"""
w%\n
[!>K¿¢ú"®M?Ï_
"""
b"wP¾\x1E W\x0F B³’BãhC2\x1C £ "
b"x'\x02 DáE0ØIF)§┘└3 "
b"x¬füïiI▀Á+ƒÝ╬r´À "
b"x¾npóôB9¡âèú²Úà… "
b"yÑ|ÅÏ Of¼~^Íô¢\« "
b"zza\x06 Z\x04 D㻜]\x17 ¶Ý“s "
b"zǶš1?D|¬ÿ\x15 jçánB "
b"{6`'╣kHÚ£ÌþkØ?Êb "
b"""
|\x1D\x07 o8\x19 K˜‘¢\n
×ÛlÒ¸
"""
b"|ì4ƒ\x05 MH\x1C æ\x04 (j9\x1D ▒Ø "
b"|Ö╣█Ë|MÂÉ,\x19 ▒/ºÿw "
b"|ÎlF«¥Gg¤ï>òµ”q\x15 "
b"|ÏW]`üM>•\x1A -Ŭ͎² "
b"}ÆÎ▒\x05 gE´ÅøØÎ█(Çk "
b"}¨È\x05 e½CP„;Ac> ÿ¡ "
b"}▓eiÞ©E\x17 ÿv2@┌ì9█ "
b"}¹?¨nŽIÈ¡ùí²É\x02\x1F ‘ "
b"}ÅÖ\x07 8rB왂/\f œµ%º "
b"}釾?8N$‰b¨™Jm2 "
b"~!\x05 Ú‡„Aò¦C7ýç\x19 ’ü "
b"~a\t _\x1D q@Šš6aÒ©Üäm "
b"~j‡D<XO³x\x0E ç2¸pÔ "
b"~nÝqW│FXÆ)`4ü,\x1F ß "
b"~tù\x1A ©ıEÅû║╩\x7F ªî▒ "
b"~\x7F LÉ\x00 ÒEaâP1Ë\x1C ·rL "
b"~›¨É?WL¹¯¦×ÿ\x03 Qhð "
b"~¦rQW`F¿’1ñ·7™Ž´ "
b"""
~å\x15 V´¸N½‘g[-»\n
û
"""
b"~þ\x06 ~\x1A ÜInµ7gœ\x19 £AÊ "
b"\x7F Nêm■¯Kɬºb{C$úG "
b"\x7F \Ó|Â\t E¡·m*h‰JnÖ "
b"ü╚ø│ô\x18 H\x00 ÄO\x10 Õ‗ö*& "
b"ƒ9\x08\x01\e ËJîŒ\x7F p5í\t Åq "
b"ƒEÐ\x14\x1A\t Nìƒm\x10\x10\x1D eÿõ "
b"ƒDjŠŽD³§4¹Þí\x04 w} "
b"„¸ZµýïFK€4Oi]èë\r "
b"„âP—T¶E¸›±§Êl!â\x15 "
b"à1OØúƒGÕîàÎ\x15 þ.\x02 § "
b"""
…¨5\x1E 2VKÍ¡iz\x11 \n
f\x03 w
"""
b"†ˆ!ïÙxN\x1D ´RöˆØ¹\x18 º "
b"ç\x06 {²Î?EþàÅ\x1F ¼\x10 ▓▀Ú "
b"‡E¿\x05\v\x03 LÈ”õ6Xè\x13 8( "
b"çô\f .D<G▓▓c┘M±|æü "
b"ç╔46ÿÃL;É\x0F ┬¡\x0F '├h "
b"‡Òû„ÅCA\x0F •‰`XË$=• "
b"ê╠Fõ┬ÓDÙòØ1Çè\x17 A¦ "
b"ë}häVıI¬ÅG°u╝0²┘ "
b"‰èt\f\x13 §LBœc¼úêªf³ "
b"‰îá!jRH\x11 ¥3;Æüó5E "
b"è╝\x12 FøìJð¥\x15 ,ïªùÙÆ "
b"ŠÙ:®1\x01 Dµ†‰µœŒì\x12 á "
b"""
Œ\n
5ÏŒEs¹äÃÛp’ù
"""
b"Œ¾T‰ÑCûŠ¡Ýâ¶Ä(M "
b"ì\x07 W╗J▓Kxó5®ƒ█°²? "
b"ìé\x7F -Ô\x07 A½û▄\x04 2§\x1E bC "
b"ì¥@¾Â\x1C H│ñ¬:<¯ÍÆu "
b"ìͳ¬þ\x16 A;┤9aeiØÑS "
b"""
Ž3«Â\n
\x19 JþžØ\x10 ŽË×z\x7F
"""
b"Är>ÛÉ\x00 GêÅïöÚ‗@\t ¢ "
b"ÄâöÀ;┬Ljæ¨àÉÙkM% "
b"Ž—“\x11 t0J¢®O\x11 bꑲ‚ "
b"ޱ¯£¾|JÕ›3§½|\x04\x0F ˆ "
b"żØñ╬sCz¡K\x08 {X¬¬\x7F "
b"ÅÂÙs5NC░╣½7êB\x08 z\x1F "
b"É%×ÞápNI¡9+5Bhÿ "
b"Éu\x1A {²■Aòì3\x02 "É:\x06 î "
b"Ƀ▄í╦╚GýùjÖ¹MÚì\x16 "
b"‘·\x03 ¦.FA\x15 ›”šŠ‚\x07 >Ÿ "
b"""
‘ýô5¶\x0E K\n
¦åºÙ\2\x10 V
"""
b"’pHB\x13 \@ä£<:²\x1C f! "
b"’q¥ë>ïLa¡\v H‚Ö#Ím "
b"’yì¾>bFß°(©ôÓÒ*. "
b"’ºI\x04 a\x1D JÀž¤´\r 8êm$ "
b"“i'øž\x1A Nt©0˜Ï4gÈJ "
b"”7š1^ÁD\x18 µôycî\t óm "
b"”o†\v\x14 ¥M`¦íØ^µ\x1D §% "
b"”´²øÊnDÆ©n\x07 z’¦vE "
b"•s؜ܣG\x06 ±ÊKÁÙŠ€ƒ "
b"•ر\x16\x00 !N\x17 ¿l8áxVkB "
b"•÷âT\f\x1E Cº§ 'Y‘šã° "
b"–F÷\x7F ¾ÿF³·QhªÁvp\e "
b"–…\x7F V–MD3®\t [\x02\x07 \x06\x0E "
b"û¦#¦É\x10 @Àø\x12 âñ\x00 ▓é└ "
b"""
–ô¹\n
]wE\x08 ¨.ÕšlÓmh
"""
b"—<UK~ÒO=”$`ÏÏåÕ, "
b"—T`êÌÂDcœ¬ò\x11 O`=% "
b"—\¨u˜)@\x01 ‹Ÿéé\x06 Ëv® "
b"ÿ/_\x18 Ö\x1F C╠üW\f ¿Ò‗Ü6 "
b"˜ua˜lWE¼‡>rr§’ø\x1D "
b"˜Øø\x00 §FHÀ’Þø \x0E †«g "
b"™?MšfqFK¸6eJÌ;ü& "
b"š\x18 t?\x12 üOýœ#€\x10 »5=Ñ "
b"š\x18 áÏ`îF\x10 ”»§\x01 îÏO\x06 "
b"š.¦¶ó—CT¹¼a‘F`7T "
b"šQº“¼ÿFå¹ø¾Ú5T„Ú "
b"›`,H¶XA\x01 ²\x10\x1C 9ÍϺ´ "
b"›¥\x08\x11 â?L‹¦ˆR\x03 8jK} "
b"›ÜÉwŒEB³«w½ŸÔ¿þ· "
b"£Å╚þMÏH\x19 ê ıôå×╚a "
b"£®'├ê0G\x02 ▓qÊ‗ÅKÄ\x07 "
b"œÓ\x1F I§ƒOƒ¸°äkðZÌÐ "
b"Ø\e A┴i4Lìò ¤ôéù¯à "
b"Øv\x03 XïoJ/│ñC¡`A}Q "
b"ž}´XÃ9Os”Òû\e êM\x15 ~ "
b"Ÿ\t z3bTAÓ‘‘ˆòÿ‡*œ "
b"ŸvþM\x03 ÀD\r ·\x05\x05 ¾ôÈ\f\v "
b"Ÿ¾[íÝeIL¤w…\x10 ”ÿû0 "
b"ŸàKþE1F‚£\x01\x05\x16\f ÞWb "
b" \x02 ¿P—ÁCX¬¿÷\x12\x0F éæŸ "
b" ¤IóÕÍJy€\x11 í®È¹H„ "
b"í─├┼ɬAàɸQ╦\x15 Ö¦‗ "
b"¢ž&ˆ¢ÄK1Œ\v ¡-ÍîÌs "
b"£\x12 °¼|šF®¾÷©@'ºF8 "
b"£8‰ÅפKÚ½©ÞÒìMH? "
b"úZ®\x1E SûGöÉ]¹1À\x06 Î¥ "
b"úí6╚╦SA¶ø¨┐2+.Éy "
b"£¾0ÿ7~LÒ®`þÚæ¥°\ "
b"ñ\x0E B8\x01 █I|Éäåm\x0F\x06 ╝¢ "
b"""
¤²Q\n
»©Fá¶À4›\x19 :Pê
"""
b"¥E˜µ#ñE¯€%–ƒ¼Í©O "
b"Ñ╠ÁrÅ║E¨ûªZµdEÛ\x0F "
b"ªU²\x17 ÕÉD\x00 øp'ï^³ì_ "
b"""
¦Ä\n
qH‰H/¹ý\x08 \f se\x06
"""
b"ª\x10 <6¿L,ü\x07 ü/³¿ï╠ "
b"""
ºçøý\x11 \n
Lÿ║╣áÇk▀\x1D É
"""
b"®\x04 LËLJL\f Ø%TW\x14 ÒÇa "
b"®\x08 KÂ╔║N]ªÑ\r lü$Å> "
b"©\x11 pn½ÈOÁ› ÁÕÈ\x08 Bû "
b"©\x17 ao;¸Oÿ—¦.ñ%\x10 Tª "
b"©.j»ˆ<@\x06 ¢è*¥QøŽ— "
b"®éÔÓ®|J\x16 é\r ì.r+g\x0F "
b"ª"læ÷éHp¹Aóq\x12 6ƒ¬ "
b"ª/*\x12 gàEe‹Tw¤nAIW "
b"ª¦ö\x00 4\x11 F6•ªYÐ\v\x1A Æñ "
b"ªç«Œ7ÛAƒ¼f\x1C f9¾!Ü "
b"«‚4$¼ïJi·'GV?p´ö "
b"«–áÇ\x1E žJ>¨dx0\x00 ûa° "
b"«µ\x0E Ö\x13 5Np«„\x18 ‡\x07 =ÂÔ "
b"¬ýu†Ð(Hñ¬€\x1F Gvï¤\x14 "
b"sZñëûB\x1E “ä\x08 °sĨš "
b"""
ÀCõo\x13 @t‰\n
Y„}\x1C 9Z
"""
b"ÌJ•ÈJIó–\x14 àIjå+_ "
b"""
«øÔU│¤B\x1A ØRç\n
\x7F ╠£Ç
"""
b"®¬ó\x18 ¨\x13 Gعò…\x11 j4›\x1E "
b"»{4\x07 gäNG¢üCÉme¹\x01 "
b"¯†vßFªIø¸\x1D B`®©Úï "
b"░\x12\x15 nÙoD+ÉZ╔\x01\x01 8y╬ "
b"░┐Ü9"\x11 N\x03 ®§LDÉ®\x10 Å "
b"""
▒ä²Êü\x19 O░Ñ\x1C ¢$ç╚\n
\x04
"""
b"±‹í\x0E ¥IGG¨¸é {qL{ "
b"▒ØØ£4¢@ƒÅ\r N@z#┼N "
b"±ðÃÝrmEⵞzá²q\ "
b"▓\v 5ıÖÉO\x17 ôãm?-2ù7 "
b"³°>—ë\x07 Ne¡ü\v œˆk¾\r "
b"³ã0DÈPGx„1ùöE\x08 "Ë "
b"³î¤$6$OãˆrBTÌ/39 "
b"´A\x10 ðB¡@Ú‰/œ\x08 ":åÎ "
b"´¥Šö6\t FÛ›ÓwGl\x13 žs "
b"""
´°œÛ\e \n
Mí¡\e … #ÐÅË
"""
b"µ¸\f ÁσFЀf·\x01 ’øò\x05 "
b"ÂeåɱûH│½\x13 \r M->ÑS "
b"¶s½½A:D—‡ \x16\x03 º«·L "
b"¶š¶ý\x02 ?Dz¹\x03\x17 áI@X« "
b"¶Û’LnÉC‹ƒ\x08 dè»82\x0E "
b"·\x1A îd\åNgŒb¢\f #éÈž "
b"·…m®¼¤H\f ›\x15 Á› ¢\x12 ì "
b"·Å\x1F -–Hß¹R$Soó!\v "
b"¸\f ô\x11 ßšNᎠ\x0F éNÀfý "
b"¸€„\x00 $õJQÍ\x0E MïäBÊ "
b"¸àƒÛm°D±‹²,\x1D ªå\f\x0F "
b"¸÷G䤰I3¨•\x08 >LXçA "
b"¹x®d-\x7F Gù½§k¤ð#ýú "
b"¹‰ÌNQmBÙž>©¦"((‡ "
b"¹Êe}/õH¶”]“¹\x18 '©_ "
b"║\x0E 3å╚öGá┐À├³\f þÕü "
b"º„ðÒ²O\x7F —7Ë颃‘* "
b"║Þ├©ªñE^ø\x02 w¦É¥%ÿ "
b"»q#Ô.¢KÛ’e\f nÏ‚µ\x00 "
b"¼.Éú4nA»”ý˜X9³5‚ "
b"¼±‰\x08 ÄÅ@¥¾À\x1A kêÆkG "
b"╝Õ \x1D £\x17 Im¢h±ÑÉw\x7F ¨ "
b"¼èÂ\x0F\x1E nH5†oR\e\x08 €Y\x1C "
b"¼þ+=\t ‰EÓ²ýÜŒµà0ç "
b"""
½i\x02 c\QDj”\n
5À€_\x08 p
"""
b"¢ª'eƒQFÖÅ\r ░ë\f ┘óS "
b"½åÐt¯ÜOg”Óù`2\x11 ó "
b"¾vD\x15 äHdºlrû¦ô û "
b"¾´p¼\t C@ä¢$³·ÏÙ…‚ "
b"¿œYJ_ôC]‚\x15 9Ÿ8 ø¬ "
b"¿óúok~IÔŸœ;¬Q²\x08 – "
b"ÀBx~t#E–‘__í\x17\x04 ˜; "
b"└{ÿ±)sE\x1E ŧïï\x00 {┼\x7F "
b"À¡œ\x0F /éAy˜Îß"\x0F ½mY "
b"┴╝ÝLú\x1F J▀Ät$ ì¾\x06 ¾ "
b"ÂDZ0DiA\—¡ÇFm›X¬ "
b"Ÿq‡¬+O²z}\x18\x1E ù\v ¥ "
b"¦oË¿Ñ@f²¦\x01 ¶ÛÍħ "
b"""
┬╬ÓüwQH}à+´Ä\n
?\x1E "
"""
b"ÂìÅiowH+º VÇ[6Õm "
b"Ã\x0E #vJ»D]µ:ï…7H>Z "
b"─ÇÅð9iI5æY4CäÃ-b "
b"─ùBRôÑOôæ!þ╬\x07 .êÉ "
b"Å9ºïy=@é°¨†@ŠÄ\x1A\x0F "
b"ÅbšÎ¶ËEÑ«XÞíÛ\x1C ‚F "
b"┼░¤¤E┬LêÅ)▓GߪCƒ "
b"Åܾ[ùŒL´€š^2\x18 ÍXë "
b"ÆŒôKØ<B˜¹‘ßÔWO±à "
b"ÆÉ ‘TRIY»cȦ‘·Q× "
b"ÇŽÌ\x7F -\n DM»\x00 WÒ¼×0; "
b"È4ìø|1Gv‘³;mhîeY "
b"ÈWYŠûkN"™Ÿêçstvž "
b"È{Ó\x1A ¼\x04 E¸·ià©-Ú£g "
b"É÷šP‡SMUœdD\x19 þ@žŠ "
b"Ê\x18 ù?!\x07 F♪\x04 Ñ2$/” "
b"Êœ*EAèN¾‚p\x17 Ö\x16\x11 ”] "
b"Êã“2p—@²‰šø\x18 'm¬Ü "
b"ÊæåWºøN<NâüáŠËß "
b"ËÎ6î5ÕGÀ-Ú0-\x1D\x17 … "
b"╠8ö«¶\r @─ç:ë^z|cÅ "
b"Í=\x12 —¾„LjŒ%oàpÞEÚ "
b"═gRð&+KjÆÉjyÛ\x1E i\x0E "
b"═Å╔+q}KsñÝ8Ó\x10 Ó å "
b"Ï\x07 1…\x17 ÷F?¹ÒNy.ßfÝ "
b"Ï\x12\f ßì·Ab‡ŠÃ\x1E ÷Ê=° "
b"¤,║g¦C@°Å\x11 ¹┌;³5æ "
b"Ï.°ãš\x1E AÃ\r \x13 K\x02 ðÊ\x14 "
b"ÏQjºÍÉEʉ\x17 àíB€§" "
b"Ïu€×¤iF‘‰qüøûË/; "
b"¤╣2║¨<CKÉ$UXZôÄ~ "
b"Ðå\f +rJAÆ”+Sà·\x7F ïù "
b"Ó<ÆC¿&Gt²Ï\x12\x07 ~Åèñ "
b"Óh/ÒÃzO®·\x11 ÞAvZ\x02 q "
b"ËØxRk\x1C @╦Å?RJı®.Ø "
b"ÓîŒìT0JЉ®\x17 ‡T‚\r Ú "
b"Ô,y„½«GY‚\x18 4°”æ(¦ "
b"ÔWê½ú×J¡ˆÊÛ·.ÿC\f "
b"Ôª\t õd³Aô²\e à3Œæ{ù "
b"ı\x1C scZBA\x07 »├üÝ|Ê┐´ "
b"Õ0;Æ\x10 áL4Ÿû\x03 ^mÎ}ê "
b"ıä\x15 ╚╣ÉHgâ§└p\x1F k"\x02 "
b"Õ—:ØÐk@:¤ÉJ\x1C ä\r \x10\t "
b"Ö\x02 :/\x0F\f F”“ŘìðDT· "
b"""
Ö\x18 Wm7wFq§x[É\n
Ší\x1E
"""
b"Öb’gÖ\x16 OÅ‘Ÿ‰zÉH(ç "
b"׈s–ÑÓE¿¹ìx\x14 –½ªÚ "
b"Îѽ│tÅNeâ0|¥p╠¨─ "
b"׫\x07 /݇G\x01 –¨;]j¦\v ü "
b"×ÙhŽ^|Nk—´\x01 dP¬\x1A\x11 "
b"؆-jè‚Dl¬X\x04 ãu]I¯ "
b"Ï╗\x06 ±k°D«ê(Z>-®Å╠ "
b"ÙQ:òÂ}C\x03 “ò±3´¸ÎG "
b"┘ÜIK═aF░ü\v\x1F È╣■&þ "
b"Ú/^µ&HLgŒ'&0Sûý\x1A "
b"Ú8˜\x13 ¹ŽL\x0E ‡|Ŭ}\x03 Ê\x13 "
b"Ú_f5©‹Gh¶%ûôGçË& "
b"ÚvŽ„4ÉA\v ƒéŽL\x1D (¿L "
b"┌ÐçJ\x08\x06 A®à\r ü=î\x18\x1C X "
b"Úôɺw“F‚„pUî>Ïò& "
b"█ì\x17 §14N┐Ñ1\x1A ªÌëøÊ "
b"Û˜ÐÒ½ˆKt¿\x07 {Ÿ–\x1F\f ø "
b"ÛÌ‹¯,•OÁ…ô\x18\x14 µb¾7 "
b"Ü \v {\r ÕI„Ž ä,\x1C sXQ "
b"Ü"eOcôLH±pЬãTο "
b"Ü=\x14\f z™C"¶7¨W}åým "
b"Ý\x00 ‘\x19 ˆµG\x13 ‚\x7F 4\x1A\x00 D.Ò "
b"¦\x0E 9ÊϺE\x1E ©~Ãü=í_\e "
b"Ý\x19 ePK‘@¯—ãhLf\x16 Ô… "
b"Þv† jÒM2§I\f\x1A ã\x17 ß7 "
b"▀A┐·ÆwB\x15 îÈðuÛRÉõ "
b"ßsbÚGÊJ<¼d%Ç2x„\x06 "
b"ßÖŠ‡çÌHhŠôÍò¬¯;b "
b"à\x01 ¿bþ5C4—aîsU@6ô "
b"Óu┴¢!µKeìr\n █\x0E ó\x00 ½ "
b"àz8²`0Gxƒ=\x1E\x1E !r8º "
b"""
áPj¿\n
‡O7¸\x1E \n
F\x0E mão
"""
b"ߨ$▒\x14 ýMÆàÁıç¸!*\x18 "
b"ßð¹ÅOæO╗â\x10 <«T½\v "
b"""
ãBµ±5²@\n
ƒN„Ä]E\x02 5
"""
b"ÒÆLÕ_lHÖÅ╦\x15 ä\x10\x03 ░\t "
b"äNÂb¤H澺SYKð\x0F û "
b"äËSX²ÚD®€šñO5»C\x04 "
b"äÎy$2–Kl½7\x07\x18 Óe^9 "
b"µ\x19 Ä{█ÿN╬ø|·§_┐Å\f "
b"µ«\x1C ÷ënMƒúüñD\x12 ©a\x1F "
b"æçñäÓ(C¡—;ê¨Æ†!² "
b"þsAðü«OJ┐kø█3ºO░ "
b"Þ\x0E m;\e\x18 L¾áØ═┌r░©` "
b"éd\t _;\x08 B’¼\f\x10 0EËXû "
b"Ú°ÜXØ\x11 AT║\x06 \\x1F ëüʨ "
b"Û*K\x16 DjEäÆü\t êcø¦M "
b"""
êàZmO\v KÍ‚¡T\x07 n\n
ƒ\x18
"""
b"ÛÒò\x05 §ÅJV░SÅùîf\x06 ½ "
b"ë2ý«Vä@A‚žµºá†7\x02 "
b"ÙnÊ\x1C {äF┬ɪô\v\x1C\x1D þ§ "
b"ëoÓºm\x02 AÞÕpÐaã\x07 ‘ "
b"ëè°çª\x15 G?‡t§ÍvâVË "
b"ý0òðb▄J;┤ج═+±7% "
b"ì7\x07 ð\x03 ]C …\v Ž~¦ˆg‚ "
b"ì\x7F Ý®ž\x10 Mg‡½¾&$¾˜Í "
b"ìðýWÚÆA}º%øÂ]Þµ¼ "
b"í,{>_–Dr»\x02 :\e eI™B "
b"íu"FåÙM怫¶bɸ›* "
b"í‡\f FômOÕž{½³°°î® "
b"í¬jgnÙGã¡üY\e ùÑ,\x1D "
b"î=±Vê#N.œ?J¿ÁNuE "
b"îH‰\x14 MôL\x13 ‘ég'\x17\v ÇÉ "
b"ï\\r ,«‰F4·Ò™`þd£¥ "
b"\x06 mg½YE\f À¼\x06 ÙØ¬^Þ "
b"ñGÌ"\e Ë@\x04 ž\x7F µÍ\x0F íÒª "
b"ñ\‹b¸HFÒ ¤Ö¥†™Z& "
b"±a\x1D ▓¹'Hª╝1ÅÐB\x06 ì% "
b"ñoðHˆ\x17 Bв-læ!«nË "
b"±w\x07 9ıÉDâ┤uı+\f Ý\x1A + "
b"ò\x03 8ù9ÏNj‡0QWÂRg "
b"ò®\x1C ´É“@ä®\x1C\x15 ßËj’„ "
b"ó¨Öžîä@¿¬û\x1F 9X6ä\v "
b"ô\x0E Õm\x06 ¸DC¾\x04 ¹›ølÇ¿ "
b"ô.{ì,§GM³Ú$@Qšé& "
b"ô7¬\x03 àŒEâ´¬lÂÁ¾áÅ "
b"ôY\x06\x1C á©C!¯c\x18 hê|H\f "
b"""
§\x13 JÖ▄\n
MM╝\n
[┐\x1A Å\x12\x11
"""
b"ö–\x14 ¿S²K䱌\x1E •JÓ㢠"
b"÷\x1C *£\x1A èNÔ±\x12 =¥ž³€½ "
b"ù\x02 @–!ÖHùƒÍ‘ì\x14 Šƒ“ "
b"ù\x05 º>rBGæŒØ\x16 2\x7F .¯¼ "
b"""
ù"Õ<\x05 >Fß“)…õ\x13 \n
\x0F #
"""
b"¨ªÚl\x02 D9ö~ô¼âw©Ø "
b"ú`ÌSýENU—?‰ö°ßF… "
b"ûiqÐ\t !J+´4œ\x1D Ñјè "
b"ü?,\x19 dóC€®ÇûãFóW³ "
b"üAW\x18\x7F çG’°~*‹sôÿ^ "
b"üø\x02 &ì˜@O¨s,\x1E ªPYì "
b"²I¶#w¼KÚófßäÇìè* "
b"þLA\x03 ¯sDì³4Å\x13 -ÿA= "
b" G©ü&lLf¡Däl\x02 .æ╦ "
]
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` ,
COALESCE (
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) AS `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) AS `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) AS `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) AS `property_group_option.group.customFields` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.languageId` ,
`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` ,
COALESCE (
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title`
) AS `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
COALESCE (
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt`
) AS `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
COALESCE (
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields`
) AS `property_group_option.media.customFields` ,
`property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation.languageId` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) AS `property_group_option.name` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) AS `property_group_option.position` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) AS `property_group_option.customFields` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.languageId`
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` ,
`property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id AS `property_group_option.translation.languageId`
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 `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.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` ,
`property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId`
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` . title AS `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . alt AS `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . custom_fields AS `property_group_option.media.translation.customFields` ,
`property_group_option.media.translation` . created_at AS `property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation` . updated_at AS `property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation` . media_id AS `property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation` . language_id AS `property_group_option.media.translation.languageId`
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` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `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` , COALESCE (`property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) AS `property_group_option.media.title` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) AS `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) AS `property_group_option.media.customFields` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` 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` , `property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id AS `property_group_option.translation.languageId` 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 `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.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` , `property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId` 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` . title AS `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt AS `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields AS `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at AS `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at AS `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id AS `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id AS `property_group_option.media.translation.languageId` 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 (0x4776F3E919434173A098C543BB74DB4C , 0x477844203F024854B4A28FD54403416B , 0x47E2B8CBF1D6476397126935AA44DD8B , 0x47FC96DF6187413F9B85D392A4CF59F7 , 0x48414782D9DA49E28B6CC78D6ADAB84B , 0x4871DFF0DE4F4370A1B8153F2157290F , 0x4879162DCFC8419DB01176657148FBF2 , 0x48AFC17458EE46F2B1CAC3F5D98D8A75 , 0x4B1EA3C2C21D486EA32C678AF94A8C45 , 0x4B678A8098E34336BCB1712D0C3927DB , 0x4C0BE2DF72C64E6A8DF644643715F027 , 0x4C2E6A5BF4DC4B08B3C02BD41FAF01DA , 0x4C3CDE5DF5194C3D9963C230C1D2C94D , 0x4C70B61B222C424C94E1D65F32EF2432 , 0x4C8C6E398D2A4BEF82BFEE9BCFA386B8 , 0x4D5D635F2DBB4060A9D24F29C305E747 , 0x4D77E23303934854917B9A88A15451DC , 0x4DBCBF87D11942FA99AD13D4F9A587AB , 0x4DC9EA9194564EDE833F1991270049F8 , 0x4EAB35FAF7C547AB91271169AC459014 , 0x4EC07D86196D4A22BFD44DFAB02CB2A2 , 0x4F22C2B66E8E47D0BFC251A82F8875B3 , 0x500EED1B3D8C4B528E9C792DE517B0BA , 0x51581D7586E0480B801AABB5B085BDCC , 0x5188D7F3135D49A3B67CDC9F6EE65AA5 , 0x52454DB2ADF942B2AC079A296F454A10 , 0x524D85C28B5A4FBD9D567DD997AF2F56 , 0x52E66A6B32A84E9589948CC8E66666F5 , 0x53250245FBE849A1BFCF74425421578F , 0x54083EEBC6BE4ABF9A3E9028E0A5AB7B , 0x54147692CBFB43419A6D11E26CAD44DC , 0x544A3335B3404ED78A4842A5A3076B89 , 0x547A09455ECC410EA22DA99B518E979A , 0x549D6A7B365A4AD289327BB41DF14A50 , 0x54D102F9C1964F07B393F15504E2A0CB , 0x5525A440E3F04CEE828D4AB1B423306C , 0x556D28E1C6884562B7E872BD06F7B421 , 0x55A3173E8C4A49C6AA124D56FEF12E23 , 0x560F90B14B0347D994F55E07EBF52C8C , 0x5647860E1B4B4B60A3EAEC372C47CB00 , 0x56623E64DD6E4DA29BAC46D824ABE222 , 0x56DB3832E37C413CB3D2FD4874141C72 , 0x56E0264B39F34321ADE56EA6C6E53235 , 0x5805DB64F1524453B755327FFDC5ABAA , 0x587E513B39F84E0BB326939B51474E0C , 0x58D284638FB947A4B73B0FF25BA6A6F2 , 0x58E062896B814769ACE313EC7A1A7C5C , 0x5958162930404E4090359253B8A6B09F , 0x597126272BEC419FB4AB57B35588D4D7 , 0x5997D91DC0784997BDEF68DFC5A08912 , 0x59F97CFE1E7647A6860E032965ADB4DC , 0x5A272B045E124F829F79AA1CB415B5C3 , 0x5B2C4EC241724DE0A96D9FC5F38923C6 , 0x5BFDA674BE0240A486D2D696E63E7F3D , 0x5C37D1C9E40443A3A99A3E5E84432010 , 0x5D5AC841DA7D4E77973A8ACF2B7318A1 , 0x5D9F9EFF5DB04B4A8749844E4E2A1622 , 0x5DA674F0D11242DEB1C13A557FA1D2AD , 0x5DB886C97C254F8FAEB28732C799DFA4 , 0x5E643EE23FDE457CAEB79DB8714B50A1 , 0x5F10B2B85445424BB29C1EE4A8BD86C7 , 0x5F7BD97D2F2D45439A466C08074A3A56 , 0x5FDB470493634EE68A582B8DA2490317 , 0x6049EF01CB424B66B066DE33A4344BFF , 0x60726CA772BF4A7491EAA1C781763194 , 0x607B1A2D0E794C0FBA390D556A2604AE , 0x619E3B6275A84945ADD0D04F0AF2E3EA , 0x6211C6669F434670BC9550F20219B36A , 0x624A5A6F713E467E8FEDC40784C23CF0 , 0x6256B473567047579A06082F2BCE87D6 , 0x62AA57B01D624281B8A0EF7F0176D647 , 0x62BBCFD637A74317AEEC5A3A79522128 , 0x62C481E5AF9E47CE8645853E3016C43A , 0x62CC75BAA3634AE1932D22D1DF91D239 , 0x634F10A21B78401EA10D7B3AEF5FB631 , 0x63ABDACFBCE54EEE8120F246EC117858 , 0x6455478A8B4441B5A02DA16249A026BD , 0x6464F504DD464D80A64A82F7F88994CA , 0x64B104CA2D7F459B8A91B3CC305C679F , 0x64DB994344DC47149C7E051B32B2105B , 0x66C98F492E93438088383C3E595ED64E , 0x66FEBF50FF12483DA036CC284D478EDF , 0x67CD277C11DB4D1D9040B90D548ADD32 , 0x6821328F143649EC896C8764DED122EC , 0x685738F2C4E74184BB4926098DD7C73A , 0x688A1B6E83DB4C0B9E69B0052B2960EF , 0x6920304F86FC447797AEDBEE2F25A526 , 0x6924DF46256B4F81AB8C182327859ADA , 0x69A76278E3424AE3B055EDC2326B294F , 0x69E6B524E18B4AFCB39BB8CE7D5C115C , 0x6A57C5A6662447AEB8DD8F946305BDC0 , 0x6A8CD0E0B4CC4AACBE15120A8C6BD280 , 0x6A9FFBC657144A0A94FB4B01393FC199 , 0x6AAE68729AFE479DA6181F23C9F42361 , 0x6ABA0E272FF44E13AEE1DFAF8C3B1269 , 0x6AD05AC794E24F30A54A80F48DF88646 , 0x6B64A06F72094CFD8CAFDA7414C3A29F , 0x6B8AEB47705E42AEB45FAA9FB6FBC9EB , 0x6BDD427944DB4472A9C917B550168E5A , 0x6C8B06C3CDC24B4F97D34BB1A22C7CA1 , 0x6CA3D1BE72864BE5B1A8A3AEA5B570C4 , 0x6CDEE537A38C42C88CEE406DED6A8D41 , 0x6CF1F15B1ED9467ABCBA1A69652A9BCD , 0x6D16EA6F8668494885B7E41725DC1016 , 0x6D69DD77A53E4EC4BD3AC1F20C8BB45B , 0x6D9343E2D7C74EF5947CB47B370538D3 , 0x6DB9433568694EAC9451F0D8B2BD3639 , 0x6E4A4A7DF7384A56AF67F59C274532DC , 0x6F60726B107643FB8FCEF347ED8A49E4 , 0x6FAAB9451AE74EF487536D9404CB5A70 , 0x6FC6762CDC3C45A1858C4790E6C6CC2B , 0x701D01DC1A7C46949B93029E1707DB70 , 0x7041611833454587BDF7775C317B58B2 , 0x70B048B71F9C49A2A3FF3D6F016AA01D , 0x714ED977FDE444BF865092FADA517021 , 0x71DA29BCEAE4414E92A5BBF8A529A7A2 , 0x732F321A50324CE8AC900C091FFB7419 , 0x733BBDC066484408A5D69EB157B24BB6 , 0x737B70D9F69848F5B35BB3CD74C9CA03 , 0x73D821DDC08B4677A9EC66282B86941A , 0x74148994C031458CB27863816767B2CF , 0x749D1B56674F479B9FAE060AE4BCCBD1 , 0x7502C2D06EB84ED0BE26E715F93486F6 , 0x752F96ADA8D74F0E9CB621A404770BB6 , 0x75E6BE28D1D947409C7518AAC8F5AA16 , 0x76128470C49441068029D0606B5EA36A , 0x76AB836F58164D54838EB4F65E142E8B , 0x76C3053B1AE1497E945D8AFD92B2EC11 , 0x77093BD61DE547FCA5D5C2425EBACEBA , 0x77250A5B213E4BBFA2FA22AE4D3FCF5F , 0x7750BE1E570F42B39242E36843321CA3 , 0x7827F00244A045309D494629F5D9C033 , 0x78AA66818B6949DFB52B9FEDCE72EFB7 , 0x78BE6E70F3F44239A1E2E8FAB2DAE085 , 0x79A57C8FD8FF4F66AC7E5ED693BD5CAE , 0x7A7A61065A0444E3BB9C5D17B6DD9373 , 0x7AC7B69A313F447CACFF156AE7E16E42 , 0x7B366027B96B48E99CDEE76B9D3FD262 , 0x7C1D076F38194B9891A20AD7DB6CD2B8 , 0x7C8D349F054D481C9104286A391DB19D , 0x7C99B9DBD37C4DB6902C19B12FA79877 , 0x7CCE6C46ABA54767A4EF3EF2B5947115 , 0x7CCF575D60FC4D3E951A2DC5ACCD8EB2 , 0x7D92D7B1056745EF8F9B9DD7DB28806B , 0x7DA8C80565BD4350843B41633EA0FFA1 , 0x7DB26569E8B8451798763240DA8D39DB , 0x7DB93FA86E8E49C8A1F9EDB2C9021F91 , 0x7DC5D607387242EC99822F0C9CB525BA , 0x7DE987BE3F384E248962C2A8994A6D32 , 0x7E2105DA878441F2A64337FDE71992FC , 0x7E61095F1D71408A9A3661D2A9DCE46D , 0x7E6A87443C584FADB3780EE732B870D4 , 0x7E6EED7157B3465892296034812C1FE1 , 0x7E74971AB8D5458F96BAF0CA7FA68CB1 , 0x7E7F4C9000E34561835031D31CFA724C , 0x7E9BA8C93F574CB9AFA6D7FF035168F0 , 0x7EA67251576046BF9231F1B737998EB4 , 0x7EE51556B4B84EBD91675B2DC2BB0AFB , 0x7EFE067E1ADC496EB537679C19A341CA , 0x7F4E886DFEEE4B90AAA7627B4324A347 , 0x7F5CD37CC20945A1B76D2A68894A6ED6 , 0x81C89BB3931848008E4F10E5F2942A26 , 0x833908011BCB4AEE8C7F7035ED09C571 , 0x8345D0141A094EEC836D10101D65FFF5 , 0x83AD446A8A8E44B3A734B9DEED04777D , 0x84B85AB5FDEF464B80344F695DE8EB0D , 0x84E2509754B645B89BB1A7CA6C21E215 , 0x85314F9DA39F47E58C85D715E72E02F5 , 0x85A8351E32564BCDA1697A110A660377 , 0x868821EFD9784E1DB452F688D8B918BA , 0x87067BFDD73F45E7858F1FAC10B2DFE9 , 0x8745BF050B034CC894F53658E8133828 , 0x87930C2E443C47B2B263D94DF17C9181 , 0x87C9343698C74C3B900FC2AD0F27C368 , 0x87D2FB84C543410F95896058CB243D95 , 0x88CC46E4C2E044EB959D31808A1741DD , 0x897D688456D549AA8F47F875BC30FDD9 , 0x89E8740C13A74C429C63BCFAEAAA66B3 , 0x89EEE1216A524811A5333BC6FCF33545 , 0x8ABC12469B8D4AD0BE152C8BA697EB92 , 0x8AD93AAE310144B58689B59C8CEC12E1 , 0x8C0AA035CF8C4573B9ADE4C3DB7092F9 , 0x8CBE5489ADD143FB8AA1DDE2B6C4284D , 0x8D0757BB4AB24B78A235A99FDBF8FD3F , 0x8D827F2DE20741AB96DC0432F51E6243 , 0x8DBE40F3B61C48B3A4AA3A3CEED69275 , 0x8DD6FCAAE716413BB4396165699DA553 , 0x8E33ABC20A194AFE9ED8108ECBD77A7F , 0x8E723EEA900047888F8B94E9F24009BD , 0x8E8394B73BC24C6A91F98590EB6B4D25 , 0x8E97931174304AA2AE4F1162EA91B282 , 0x8EB1AFA3BE7C4AD59B33A7BD7C040F88 , 0x8FAC9DA4CE73437AAD4B087B58AAAA7F , 0x8FB6EB73354E43B0B9AB378842087A1F , 0x90259EE8A0704E49AD392B35426898FF , 0x90751A7BFDFE41958D330222903A068C , 0x909FDCA1CBC847EC976A99FB4DE98D16 , 0x91B703A62E4641159B949A8A82073E9F , 0x91FDF435B60E4B0AA6E5BAD95C321056 , 0x92704842135C40E4A33C3AB21CAD6621 , 0x9271A5EB3EEF4C61A10B4882D623CD6D , 0x9279ECBE3E6246DFB028A9F4D3D22A2E , 0x92BA4904611D4AC09EA4B40D38EA6D24 , 0x936927F89E1A4E74A93098CF3467C84A , 0x94379A315EC14418B5F47963EE09F36D , 0x946F860B14A54D60A6EDD85EB51DA725 , 0x94B4B2F8CA6E44C6A96E077A92A67645 , 0x9573D89CDCA34706B1CA4BC1D98A8083 , 0x95D8B11600214E17BF6C38E178566B42 , 0x95F7E2540C1E43BAA7A02759919AE3B0 , 0x9646F77FBEFF46B3B75168AAC176701B , 0x96857F56964D4433AE095B0207A0060E , 0x96DD23DD901040B79B1283A400B282C0 , 0x96F4B90A5D774508A82ED59A6CD36D68 , 0x973C554B7ED24F3D942460CFCFE5D52C , 0x975460EACCC244639CACF2114F603D25 , 0x975CA875982940018B9FE9E906CB76AE , 0x982F5F18991F43CC81570CA8E3F29A36 , 0x987561986C5745BC873E7272A792F81D , 0x98D8F800A74648C092DEF8A00E86AB67 , 0x993F4D9A6671464BB836654ACC3BFC26 , 0x9A18743F12FC4FFD9C238010BB353DD1 , 0x9A18E1CF60EE461094BBA701EECF4F06 , 0x9A2EA6B6F3974354B9BC619146603754 , 0x9A51BA93BCFF46E5B9F8BEDA355484DA , 0x9B602C48B6584101B2101C39CDCFBAB4 , 0x9BA50811E23F4C8BA6885203386A4B7D , 0x9BDCC9778C4542B3AB77BD9FD4BFFEB7 , 0x9C8FC8E74DD8481988FFD593869EC861 , 0x9CA927C388304702B271D2F28F4B8E07 , 0x9CD31F49A7834F83B8B0E46BF05ACCD0 , 0x9D1B41C169344C8D9520CF938297EE85 , 0x9D7603588B6F4A2FB3A443AD60417D51 , 0x9E7DB458C3394F7394D2FB1BEA4D157E , 0x9F097A33625441D3919188F2FF872A9C , 0x9F76FE4D03C0440DB70505BEF4C80C0B , 0x9FBE5BEDDD65494CA477851094FFFB30 , 0x9FE04BFE45314682A30105160CDE5762 , 0xA002BF5097C14358ACBFF7120FE9E69F , 0xA0A449F3D5CD4A798011EDAEC8B94884 , 0xA1C4C3C590AA418590F751CB1599DDF2 , 0xA29E2688A2C44B318C0BA12DCDEECC73 , 0xA312B0BC7C9A46AEBEF7A94027BA4638 , 0xA33889C5D7A44BDABDA9DED2EC4D483F , 0xA35AA91E53964794905DFB31B706D7BE , 0xA3A136C8CB5341F49BF9BF322B2E9079 , 0xA3BE30FF377E4CD2AE60FEDAE6A5B05C , 0xA40E423801DB497C9084866D0F06BCBD , 0xA4B2510ABBA946E1B6C0349B193A50EA , 0xA54598B523F145AF80259683BCCDA94F , 0xA5CCB5728FBA45F996A65AE66445EA0F , 0xA655FD17E59044009B70278B5EFC8D5F , 0xA6C40A714889482FB9FD08A00C736506 , 0xA6F0103C36A84C2C8107812FFCA88BCC , 0xA7879BEC110A4C98BAB9A0806BDF1D90 , 0xA9044CD34C4A4C0C9D25545714E38061 , 0xA9084BB6C9BA4E5DA6A50D6C81248F3E , 0xA911706EBDC84FC19BA0C1D5C80842FB , 0xA917616F3BB84FFF97A62EF1251054AA , 0xA92E6ABB883C4006A2E82AA551F88E97 , 0xA982E2E0A97C4A16820D8D2E722B670F , 0xAA226CE6F7E94870B941F371123683AC , 0xAA2F2A1267E045658B5477A46E414957 , 0xAAA6F6003411463695AA59D00B1AC6F1 , 0xAAE7AB8C37DB4183BC661C6639BE21DC , 0xAB823424BCEF4A69B72747563F70B4F6 , 0xAB96E1C71E9E4A3EA864783000FB61B0 , 0xABB50ED613354E70AB841887073DC2D4 , 0xACFD7586D02848F1AC801F4776EFA414 , 0xAD735AF1EBFB421E93E408B073C4A89A , 0xADC043F56F134074890A59847D1C395A , 0xADCC4A95C84A49F39614E0496AE52B5F , 0xAE9BE255B3CF421A9D52870A7FCC9C80 , 0xAEACF318A81347D8B9F285116A349B1E , 0xAF7B340767844E47BD8143906D65FB01 , 0xAF8676DF46AA49F8B81D4260AEA9DAEF , 0xB012156EEB6F442B905AC901013879CE , 0xB0BF9A3922114E03A9F54C4490A9108F , 0xB184FDD281194FB0A51CBD2487C80A04 , 0xB18BED0EA5494747A8B8E9207B714C7B , 0xB19D9D9C34BD409F8F0D4E407A23C54E , 0xB1F0C3DD726D45E2ADB59E7AE1B2715C , 0xB20B35D599904F1793C66D3F2D329737 , 0xB3B03E97EB074E65A1FC0B9C886BBE0D , 0xB3E33044C85047788431F9F6450822CB , 0xB3EEA42436244FE388724254CC2F3339 , 0xB44110F042A140DA892F9C08223AE5CE , 0xB4A58AF6360946DB9BD377476C139E73 , 0xB4B09CDB1B0A4DEDA11B852023D0C5CB , 0xB5B80CC1CF8346D08066B70192F8F205 , 0xB6658690F19648B3AB130D4D2D3EA553 , 0xB673BDBD413A449787A01603BAABB74C , 0xB69AB6FD023F447AB90317E1494058AB , 0xB6DB924C6EC9438B830864E8BB38320E , 0xB71AEE645CE54E678C62A20C23E9C89E , 0xB7856DAEBCA4480C9B15C19BA0A212EC , 0xB7C51F2DC29648DFB95224536FF3210B , 0xB80CF411DF9A4EE18E200FE94EC066FD , 0xB880840024F54A51ADCD0E4DEFE442CA , 0xB8E083DB6DB044B18BB22C1DAAE50C0F , 0xB8F747E4A4B04933A895083E4C58E741 , 0xB978AE642D7F47F9BDA76BA4F023FDFA , 0xB989CC4E516D42D99E3EA9A622282887 , 0xB9CA657D2FF548B6945D93B91827A95F , 0xBA0E3386C89447A0BFB7C3FC0CE7E581 , 0xBA84F0D2ADB24F7F9737CBE9A283912A , 0xBAE8C3B8A6A4455E9B0277DD90BE2598 , 0xBB7123D42EA24BDB92650C6ECF82B500 , 0xBC2EC9FA346E41BB94FD985839B33582 , 0xBCB18908C4C540A5BEC01A6BEAC66B47 , 0xBCE5201D9C17496DBD68F1A590777FF9 , 0xBCE8C20F1E6E4835866F521B0880591C , 0xBCFE2B3D098945D3B2FDDC8CB5E030E7 , 0xBD6902635C51446A940A35C0805F0870 , 0xBDA627659F5146998F0DB0890CD9A253 , 0xBDE5D074AFDC4F6794D3F9603211F3AD , 0xBE764415E4AD4864BA6C72FBA6F4A0FB , 0xBEB470BC094340E4A224B3B7CFD98582 , 0xBF9C594A5FF4435D8215399F3820F8AC , 0xBFF3FA6F6B7E49D49F9C3BAC51B20896 , 0xC042787E74234596915F5FED1704983B , 0xC07B98F12973451E8FF58B8B007BC57F , 0xC0A19C0F2FE9417998CEDF220FBD6D59 , 0xC1BCED4CA31F4ADF8E7424208DF306F3 , 0xC2445A304469415C97A1C7466D9B58AC , 0xC29F7187AC2B4FB2AD7A7D181EF90BA5 , 0xC2A66FCBBFD14066B2A601B6DBCDC4A7 , 0xC2CEE0817751487D852BEF8E0A3F1E22 , 0xC2ECC5696F77482BBA2056C75B36D56D , 0xC30E23764ABB445DB53AEF8537483E5A , 0xC4808FD0396949359159344384C72D62 , 0xC497425293A54F939121E7CE072E8890 , 0xC539BAEF793D40E9B0A886408AC41A0F , 0xC5629ACEB6CB45D1AB58DEEDDB1C8246 , 0xC5B0CFCF45C24C888F29B247E1A6439F , 0xC5DCBE5BF98C4CB4809A5E3218CD58EB , 0xC68CF44BD83C4298B991DFD4574FB1E0 , 0xC6C9209154524959BB63C8A691B751D7 , 0xC78ECC7F2D0A444DBB0057D2BCD7303B , 0xC834ECF87C31477691B33B6D68EE6559 , 0xC857598AFB6B4E22999FEAE77374769E , 0xC87BD31ABC0445B8B769E0A92DDAA367 , 0xC9F79A5087534D559C644419FE409E8A , 0xCA18F93F210746E299AA04D132242F94 , 0xCA9C2A4541E84EBE827017D61611945D , 0xCAE39332709740B2899AF818276DACDC , 0xCAE6E557BAF84E3CAD4EE2FCE18ACBDF , 0xCBCE36EE35D547C0AD2DDA302D1D1785 , 0xCC3894AEF40D40C4873A895E7A7C638F , 0xCD3D1297BE844C6A8C256FE070DE45DA , 0xCD6752D0262B4B6A92906A79EA1E690E , 0xCD8FC92B717D4B73A4ED38E010E0FF86 , 0xCF07318517F7463FB9D24E792EDF66DD , 0xCF120CDFECB74162878AC31EF7CA3DB0 , 0xCF2CBA67DD4340F88F11FBDA3BFC3591 , 0xCF2EB0E39A1E41C3AD0D134B02F0CA14 , 0xCF516ABACDC945CA8917E0ED4280A722 , 0xCF7580D7A46946918971FCF8FBCB2F3B , 0xCFB932BAF93C434B902455585A938E7E , 0xD0E50C2B724A41C6942B53E0B77FEFF9 , 0xD33CC643BF264774B2CF12077EC5E8F1 , 0xD3682FD2C37A4FAEB711DE41765A0271 , 0xD39D78526B1C40CB8F3F524AD5A92E9D , 0xD3EE8CEC54304A8A89AE178754820DDA , 0xD42C7984BDAB4759821834B094E628A6 , 0xD457EABDFAD74AA188CADBB72EFF430C , 0xD4AA09F564B341F4B21BE0338CE67BF9 , 0xD51C73635A424107AFC381ED7CD2BFEF , 0xD5303BC610E14C349FFB035E6DCE7DEA , 0xD58415C8B990486783F5C0701F6B2202 , 0xD5973AD8D06B403AA4C94A1CE40D1009 , 0xD6023A2F0F0C469493C598ECF04454B7 , 0xD618576D37774671A7785BC90A8AED1E , 0xD6629267D6164FC5919F897AC94828E7 , 0xD7887396D1D345BFB9EC781496BDAADA , 0xD7A5ABB3748F4E6583307CBE70CCF9C4 , 0xD7AB072FDD87470196A83B5D6AA60BFC , 0xD7D9688E5E7C4E6B97B4016450AC1A11 , 0xD8862D6AE882446CAC5804E3755D49AF , 0xD8BB06F16BF844AE88285A3E2DA98FCC , 0xD9513AF2C27D430393F2B133B4B8CE47 , 0xD99A494BCD6146B0810B1FD4B9FE26E7 , 0xDA2F5EB526484C678C27263053FBFD1A , 0xDA389813B98E4C0E877CC5AC7D03CA13 , 0xDA5F6635A98B4768B625FBF447E7CB26 , 0xDA768E8434C9410B83E98E4C1D28BF4C , 0xDAD1874A080641A9850D813D8C181C58 , 0xDAF4C9BA77934682847055EE3ECFF226 , 0xDB8D17F531344EBFA5311AA6DE899BD2 , 0xDB98D0D2BD884B74BF077B9F961F0CF8 , 0xDBCC8BAF2C954FC185F41814B562BE37 , 0xDC200B7B0DD549848E20E42C1C735851 , 0xDC22654F63F44C48B1708AACE354CEBF , 0xDC3D140C7A994322B637A8577DE5FD6D , 0xDD00911988B54713827F341A00442ED2 , 0xDD0E39D2D8A7451EB87EC7813DA15F1B , 0xDD1965504B9140AF97E3684C6616D485 , 0xDE7686A06AD24D32A7490C1AE317DF37 , 0xDF41BFFA927742158CD4D075EA5290E4 , 0xDF7362DA47CA4A3CBC6425C732788406 , 0xDFD68A87E7CC48688AF4CDF2ACAF3B62 , 0xE001BF62FE3543349761EE73554036F4 , 0xE075C1BD21E64B658D720ADB0EA200AB , 0xE07A38B260304778833D1E1E217238BA , 0xE1506ABF0A874F37B81E0A460E6DE36F , 0xE19D24B114EC4D9285B5D587F7212A18 , 0xE1D0FB8F4F914FBB83103CAE54B6AB0B , 0xE342B5B135B2400A834E84C45D450235 , 0xE3924CE55F6C48998FCB15841003B009 , 0xE44EC262ADA448E6BEBA53594BF00FFB , 0xE4CB5358B2DA44AE809AF14F35BB4304 , 0xE4CE792432964B6CBD370718D3655E39 , 0xE6198E7BDB984ECE9B7CFAF55FBF8F0C , 0xE6AE1CF6896E4D9FA381A44412B8611F , 0xE6E7F1E4D32843A1973BEAA8C68621B2 , 0xE77341D081AE4F4ABF6B9BDB33A74FB0 , 0xE80E6D3B1B184CF3A09DCDDA72B0B860 , 0xE964095F3B084292BC0C103045CB58FB , 0xE9F89A589D114154BA065C1F8981D2F9 , 0xEA2A4B16446A458492810988639BDD4D , 0xEAE05A6D4F0B4BCD82A154076E0A8318 , 0xEAE39505F58F4A56B0538F978C6606AB , 0xEB32FDAB56E44041829EB5BAE1863702 , 0xEB6ED21C7B8446C290A6930B1C1DE7F5 , 0xEB6FD3BA6D0241C39ED570D061E30791 , 0xEBE8B0E7AA15473F8774A7CD76E256CB , 0xEC3095D062DC4A3BB49DAACD2BF13725 , 0xEC3707F0035D4320850B8E7EA6886782 , 0xEC7FDDAE9E104D6787BDBE2624BE98CD , 0xECF0FD57DAC6417DBA25F8C25DDEB5BC , 0xED2C7B3E5F964472BB023A1B65499942 , 0xED752246E5D94DE680ABB662C9B89B2A , 0xED870C46F46D4FD59E7BBDB3B0B0EEAE , 0xEDAC6A676ED947E3A1FC591BF9D12C1D , 0xEE3DB156EA234E2E9C3F4ABFC14E7545 , 0xEE4889144DF44C1391E96727170BC7C9 , 0xEF5C0D2CAB894634B7D29960FE64A3A5 , 0xF0066D67AB59450CB7AC06EB9DAA5EE8 , 0xF147CC221BCB40049E7FB5CD0FEDD2AA , 0xF15C8B62B84846D2A0A4D6A586995A26 , 0xF1611DB2FB2748A6BC318FD142068D25 , 0xF16FF048881742D0B22D6CE621AB6ECB , 0xF1770739D5904483B475D52B0CED1A2B , 0xF20338F939CF4E6A87305157C2AD5267 , 0xF2AE1CB4C99340E4AE1C15DFCB6A9284 , 0xF3A8D69EEEE440BFACFB1F395836E40B , 0xF40ED56D06B84443BE04B99BF86CC7BF , 0xF42E7BEC2CA7474DB3DA2440519AE926 , 0xF437AC03E08C45E2B4AC6CC2C1BEE1C5 , 0xF459061CE1A94321AF631868EA7C480C , 0xF5134A99DC0A4D4DBC0A5BBF1A8F1211 , 0xF69614BF53B24BE4B18C1E954AD3E3A2 , 0xF71C2AA31AE84ED4B1123DA59EB380BD , 0xF902409621D648F983CD91EC148A8393 , 0xF905BA3E724247E68CD816327F2EAFBC , 0xF922D53C053E46DF932985F5130A0F23 , 0xF9A6E96C02FF4439947E93AC8377B89D , 0xFA60CC53FD454E55973F89F6B0DF4685 , 0xFB6971D009214A2BB4349C1DD1D198E8 , 0xFC3F2C1964F34380AEC7FBE346F357B3 , 0xFC4157187FE74792B07E2A8B73F4FF5E , 0xFCF80226EC98404FA8732C1EAA5059EC , 0xFD49F42377AC4BE9A266E184808D8A2A , 0xFE4C4103AF7344ECB334C5132DFF413D , 0xFF47B881266C4C66AD44846C022E91CB );
Copy
94
3.16 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1500
Parameters :
[
true
b"\x00\x1E ¼†;þHó”\x17\x19 \n €Ã0' "
b"\x01 Å(Ò(µ}\v ó¡´]³-õ "
b"\x01 Å├ýï\f yòÁw2]\x7F \r <± "
b"\x01 Å├ý┼Þq‗ü*À¹¡\r 2! "
b"\x01 É┐\x04 ËdqþÄÙâ 56Ñ "
b"\x01 É┐\x04 Ëms¦ëÏ~└\x16 ¬l┤ "
b"\x01 É┐\x06 D`s╔à\x1C d[¿|Ñ▄ "
b"\x01 É┐\x07 CBsD½C┐¹V:-\x13 "
b"\x01 É┐\x07 T¨s^Ø\r ╬áãÝÿ\x19 "
b"\x01 É┐\x07 dcs$«\x06 Ý┐XÞ\x04 À "
b"\x01 É┐\x07 dñsT£Å\x13 ªD\x0F ]\e "
b"\x01 É┐\x07 y╦r7│þÄ\g#\x1E k "
b"\x01 É┐\x07 ü┤scå¿-#·TÐæ "
b"\x01 É┐\x08 ╦ÁqAîÍ╗£hú)8 "
b"\x01 É┐\x08 ¤ÿqT¿u─\x02 ▄ò\v ¯ "
b"\x01 É┐\x08 Ëúr┘ûX³¥╗¹Ú¶ "
b"\x01 É┐\x08 ÓNsîÆÑ¹)Gë\x13 ë "
b"\x01 É┐\x08 ¯Pq\x16 ¬<├'ä\q─ "
b"\x01 É┐\x08 ·ôqþâgJõ\x1C 3Ï\x15 "
b"\x01 É┐\t H,p\e ½Ç7Êmþg~ "
b"\x01 É┐\t L5q¢®e^g'®ÐÅ "
b"\x01 É┐\t P s¤╗vV\x1A 6§5# "
b"\x01 É┐\t P+p╗▓3_±zxhí "
b"\x01 É┐\t P4r╦Àû®2h┬ÔÄ "
b"\x01 É┐\t P=p¸â>TÖrS2\x0E "
b"\x01 É┐\t PFp+ºe¤³ª┬╝ "
b"\x01 É┐\t PNr5î\x02 ̶@\x08 ▀| "
b"\x01 É┐\t PUrfö\r Ho>R´╔ "
b"\x01 É┐\t æRs═ÂÑ5\x1E ;/ıü "
b"\x01 É┐\t ô4r\x1A ║¥\x0E ªÕb╗Û "
b"\x01 É┐\t ùjr4┐Äß1W\t M┐ "
b"\x01 É┐\t øÂqÁÆdØJ| O┴ "
b"\x01 É┐\t á&s\e ë┌7ö0\x17\x0F D "
b"\x01 É┐\t ñ\rbù_#Æ\v s¥Ä "
b"\x01 É┐\t ¿Ïp╬┐Û╚7\v Ø`¸ "
b"\x01 É┐\t ¼¸prÜ\x12\x06 Px+;â "
b"\x01 É┐\t ▒ qz╣|½ì\x1A\x04\x0F\x01 "
b"\x01 É┐\t ÁksÒïl┤o(\t ░\x05 "
b"\x01 É┐\t ╣Ïp\x03 ªm\e A&èı· "
b"\x01 É┐\t ¦þsq®å╠=╣FÈõ "
b"\x01 É┐\t Ô\x11 s╚«)Êt:▓¡Õ "
b"\x01 É┐\t µ=sêù▀WÚ¥ñ!│ "
b"\x01 É┐\t Ûúrfè°QfîÁª; "
b"\x01 É┐\t ¯Íp─áðÊÎw^~ "
b"\x01 É┐\t ¾gp└êA═\x17 g`GC "
b"\x01 É┐\t ¾ªrÿû$$nç\r ├m "
b"\x01 É┐\t ¾µrƼµ\x1E ¿▒0}$ "
b"\x01 É┐\t ¶%p4ï7Ç\°\x08 ├" "
b"\x01 É┐\t °Ýs¸╣\x01 s\x7F ╬$^; "
b"\x01 É┐\t ²│s\x03 å ÍOîÊý2 "
b"\x01 É┐\t ²¥p\x13 Ä]´à\x0F\x17 N² "
b"""
\x01 É┐\n
\x02 âpoÇ╔²Mh▀\x1E ø
"""
b"""
\x01 É┐\n
\x02 îr\x1A │ò\v z╗c:N
"""
b"""
\x01 É┐\n
\x02 örêƒú÷¬¥7ó-
"""
b"""
\x01 É┐\n
\x07 \r p;½'\x1E óð«å
"""
b"""
\x01 É┐\n
\f DrèâvÔð╩\x19 ╝ò
"""
b"""
\x01 É┐\n
\f ¢p ¡▒\f\x16 ╦│7\x16
"""
b"""
\x01 É┐\n
\x12 IrìÆ¢lÿûÈG║
"""
b"""
\x01 É┐\n
\x13 .q)®ù¢ùu\x14\x15 õ
"""
b"""
\x01 É┐\n
\x17 █r\x13 ┐¿F\f ±ÕH|
"""
b"""
\x01 É┐\n
\x1A JpùóãèiòqÅc
"""
b"""
\x01 É┐\n
\x1C ¼s%«%╠■P▓h¥
"""
b"""
\x01 É┐\n
\x1C ýrÒï▄Ë\e ¾`²(
"""
b"""
\x01 É┐\n
\x1D _p\x06 øé4\x01 b]Ô¿
"""
b"""
\x01 É┐\n
\x1D ÈrÊ¡\x01 nK¢\x1F Tø
"""
b"""
\x01 É┐\n
\x1E Ps½Ü╗\x1A %^%z>
"""
b"""
\x01 É┐\n
&s(¢µ$┼uÇ├H
"""
b"""
\x01 É┐\n
%\x14 p■à┐╣É_\r \x15 &
"""
b"""
\x01 É┐\n
*\e s╝¿\x03 a\x14 ±¼Åì
"""
b"""
\x01 É┐\n
+┌sıÆSüZ~«ºÁ
"""
b"""
\x01 É┐\n
0ùq9Àã╠,]©\x1C ╝
"""
b"""
\x01 É┐\n
2ápÜ╗\x1F SÃ╬m\x01 ║
"""
b"""
\x01 É┐\n
2³sj×0ú\x10 «Ðþ×
"""
b"""
\x01 É┐\n
9pUÂ╔╬ÍÑ3\x1D ƒ
"""
b"""
\x01 É┐\n
>Ëq\x1A ╗Ø`@■\x19 °\x1D
"""
b"""
\x01 É┐\n
Cùp߬Å>Þ▒¬ëÚ
"""
b"""
\x01 É┐\n
H9p®Â<\x10\x11 ½#¢p
"""
b"""
\x01 É┐\n
Hxq╬û\x11 G¹`å╣B
"""
b"""
\x01 É┐\n
LÈrÒè§╔0äÑ:Q
"""
b"""
\x01 É┐\n
Q└qA©´´&oÑãæ
"""
b"""
\x01 É┐\n
Vöpýƒ4\x07 ò\x1F Þ\r Ë
"""
b"""
\x01 É┐\n
[apXéó5╝ÈÉ\x1A (
"""
b"""
\x01 É┐\n
`\x1A r-ɯói.╝¾-
"""
b"""
\x01 É┐\n
d╦pq¬(╠\x17 ôa½a
"""
b"""
\x01 É┐\n
j\x0F qƒÉ║°╗RN0┼
"""
b"""
\x01 É┐\n
nòsÝñÀF²w\x16 H\x01
"""
b"""
\x01 É┐\n
sms%¡ó iD¿ïw
"""
b"""
\x01 É┐\n
x\x0F sͪ$Â%!»\v »
"""
b"""
\x01 É┐\n
}op▒Å=╬ÆW\5é
"""
b"""
\x01 É┐\n
éËq\v ìÂW:SNÞN
"""
b"""
\x01 É┐\n
â{sc╝\x0E ƒôý\e ¿(
"""
b"""
\x01 É┐\n
ë±slñiÓµ\x07 z©a
"""
b"""
\x01 É┐\n
ï\x07 sÓ©┐âf▓éOj
"""
b"""
\x01 É┐\n
æ"s\x02 î½\x15\x10 H:ùk
"""
b"""
\x01 É┐\n
Æ\t q└º‗┼╠úÝÃu
"""
b"""
\x01 É┐\n
Ö\x04 q┘íxã░¢!¡0
"""
b"""
\x01 É┐\n
Ü!p0æf\x17 Ù;{'X
"""
b"""
\x01 É┐\n
í╝p¤▒\x14 aÈ\x16 z-k
"""
b"""
\x01 É┐\n
ªápÁÄ\x1A Íx╣a└\x13
"""
b"""
\x01 É┐\n
½éq8▒7ô³\x05 P╗,
"""
b"""
\x01 É┐\n
½└pUéhÇ\x1A ±×Ý\x04
"""
b"""
\x01 É┐\n
½²q\x19 긾h9¼ÊU
"""
b"""
\x01 É┐\n
¼;pçô;\x11 ╦ð~°\x06
"""
b"""
\x01 É┐\n
¼zp5ÉÛÄC=\x01 3)
"""
b"\x01 É┐\n ¼╗qõÜ\x00 \n \x16 ¦╦tæ "
b"""
\x01 É┐\n
¼³sν\x06 S\x07 hfåÑ
"""
b"""
\x01 É┐\n
¡=p\x12 ï└BY`¤(ä
"""
b"""
\x01 É┐\n
▓Fpãà.á═î½#Ô
"""
b"""
\x01 É┐\n
▓SpU½\e\f\x1F\x1E ßÂ╔
"""
b"""
\x01 É┐\n
ÀnsǪ6Jɬ┴y\x19
"""
b"""
\x01 É┐\n
À¼sÅÖfȶ\x19 âo\x0E
"""
b"""
\x01 É┐\n
ÀÙs\x04 Á×y\x1E úBv¡
"""
b"""
\x01 É┐\n
©*s!Äû.┴C|f7
"""
b"""
\x01 É┐\n
©is#┤Â;±1Ê┌\
"""
b"\x01 É┐*1)r\x03 â&\x13 µÝÞ\x13 ö "
b"\x01 É┐*16q°╗AS\f ¥âñ³ "
b"\x01 É┐*1Hp&¡hÀ©6Ää] "
b"\x01 É┐*1Qrø║,÷W9ªêÔ "
b"\x01 É┐*1[s┐¿% Ü\x15 »÷î "
b"\x01 É┐*1esÕÅH‗:└ð\x08 Û "
b"\x01 É┐*1áp\x1A òW▀ÏÖ└ß "
b"\x01 É┐*1¼q■©vPzäáê> "
b"""
\x01 É┐*1Àq`¬p┼8ÿN\n
9
"""
b"\x01 É┐*1╩q╩▓À═╦¡@~ô "
b"\x01 É┐*1ıp\x1C ×\x15 +MÁ\f\x1A \ "
b"\x01 É┐*1ÓqIøaôÕ╝╝E~ "
b"\x01 É┐*1Ûsåé(│\Â┌┤ "
b"\x01 É┐*1§r┼óV9\x7F ¿█dÓ "
b"\x01 É┐*2\x01 pYÉØÆ╦\e <┌Q "
b"\x01 É┐*2\r s\x7F ▒\x18 U¯qÍñ "
b"\x01 É┐*2\x18 rýäJ[À\x13 !²( "
b"\x01 É┐*2*sïîD©Ù\x1A ┴╣â "
b"\x01 É┐*24rþ½{È╔¶G\x16 └ "
b"\x01 É┐*2nqËѪUÈû\x00 ¹' "
b"\x01 É┐*2zq\x07 Ü-¡\x1C\x1A åJ^ "
b"\x01 É┐*2ÄpÛì\x7F ║,¦╦¢s "
b"\x01 É┐*2úq\x0E ╝!r\x17 !È* "
b"\x01 É┐*2Ìs·×¡>nª\x7F ÄO "
b"\x01 É┐*3lq_îþ,Å\x12 c¹² "
b"\x01 É┐*3┤prº\x19 <*À%:² "
b"\x01 É┐*4\x19 pªç\x17 ïK\t ¾¼Ø "
b"\x01 É┐*EKr¦âi12\x0F ³ÿ▄ "
b"\x01 É┐*hJq<ÅÏbLB°Ê┤ "
b"""
\x01 É┐*iØscò{`á\\n
\x11 7
"""
b"\x01 É┐*iºqT¼!ðK\x0F s¸T "
b"\x01 É┐*i▒phǧ\x03 6\f Ã├Q "
b"\x01 É┐*i╝rr®753¶ð\x02\x00 "
b"\x01 É┐*iãrýÁÊmMG9×Y "
b"\x01 É┐*iðs¤æ$Ø«èºX▓ "
b"\x01 É┐*i┌sA¡\x7F moK=@æ "
b"""
\x01 É┐*jÔqªôA7ý\n
ió\x04
"""
b"\x01 É┐*j´sA©\x03 ╔┌\x03\x00 Ø\x1E "
b"\x01 É┐*j¨rò®mv!KÚ÷3 "
b"\x01 É┐*k\x04 skä¤>wl8¥¿ "
b"\x01 É┐*k\x0E s£╝g+═┐\x "
b"\x01 É┐*k\x19 qù╗íË\e úÌE® "
b"\x01 É┐*k$r\x1D ó@\x08 L=Ó═¦ "
b"\x01 É┐*l)raƒ@½{¢U└\x1F "
b"\x01 É┐*m«sÍûA8y¸é!\x16 "
b"\x01 É┐*m©sÏóù\x06\x1A «Ã╚▀ "
b"\x01 É┐*m┬q1é¡óð-ï╬\x16 "
b"\x01 É┐*m╠rèÅù#▄ã█¶^ "
b"\x01 É┐*mÍp\x01 ¿ÈZ┬at\x1D ■ "
b"\x01 É┐*mÒptò]Ý÷ªúÓ4 "
b"\x01 É┐*mÝq¿£▀■¤]╠\r 4 "
b"\x01 É┐*m¸rÔ┐═æ\x00 pÈÇ "
b"\x01 É┐*n\x01 q6ïµ╗\x12 4I¸¯ "
b"""
\x01 É┐*n\v r\x03 ÉÌ\n
Ù\x1D râ`
"""
b"\x01 É┐*n\x15 q§▓X\x01 í%h┬\x10 "
b"\x01 É┐*n\x1F q½Âãä¶RLòw "
b"\x01 É┐*o[rÿ▓n|┐¿K\x13 × "
b"\x01 É┐*ogrÍæ┘├<\x1D fôÐ "
b"\x01 É┐*osr1▓¨\x1C\x11 aÃ~V "
b"\x01 É┐*o~rb╝I3┬\x0E ³Yä "
b"\x01 É┐*oês\x1C á§ã\f ÿÕúJ "
b"\x01 É┐*oÆqW®0åÐ▄8Hı "
b"\x01 É┐*oøpîøýÌ░ü\t èà "
b"\x01 É┐*oÑp‗ÿ\x13 ×╣╝sPT "
b"\x01 É┐*o░q¯╗fvôLH9( "
b"\x01 É┐*o║qøÜ)\v\x11\x19 Ú\e I "
b"\x01 É┐*o─scëjõø\x03 6¥ "
b"\x01 É┐*p¨r"ùÚPx▒Gzù "
b"\x01 É┐*q\x04 qB¬╠\UÛ░æ "
b"\x01 É┐*q\r pÞâ¦\x08 5ÑÈ‗± "
b"\x01 É┐*q\x17 s¹º^ /Â2Y\x12 "
b"\x01 É┐*q s\x03 ø┴*[rù■< "
b"\x01 É┐*q*p}ÀYL*97øË "
b"\x01 É┐*r\x1E ræÜ÷®ÀÔzCÌ "
b"\x01 É┐*r)svÉôñ9rÅ¢Á "
b"\x01 É┐*r4r\x07 ▒Ú²┐²╬ÚÙ "
b"\x01 É┐*r=ríö=dzg3uß "
b"\x01 É┐*rGqÒ×gç├ëÆ¡9 "
b"\x01 É┐*rPqéü2È Åó\x00 ┤ "
b"\x01 É┐*sFsFäÝ,Èo}sî "
b"""
\x01 É┐*sPr\n
Ö▒▄©┤Îz%
"""
b"\x01 É┐*s[q│À¬î█»┤ó "
b"\x01 É┐*sepSù░'\x0F\x1C ¯\x1F 9 "
b"\x01 É┐*soqÙûr\x1C I&[ª¾ "
b"\x01 É┐*sxq ѽ\x0F\x11 ÞsÒ: "
b"\x01 É┐*tiq░┐£þ┴┤\x16 4é "
b"\x01 É┐*tts\x12 èè}└²Q─u "
b"\x01 É┐*uÏq╠ôN7wƒ%KÑ "
b"\x01 É┐*w┬qA¢:¾©n\x19 Á1 "
b"\x01 É┐*xÓp\x7F èôO·{©a\x17 "
b"\x01 É┐*z:rHÀÇ▄)┬Û█\x12 "
b"\x01 É┐*zFr\x18 º§î{b_ÒÙ "
b"\x01 É┐*{Âp÷│\x15 \ÿ=ÄÉ· "
b"\x01 É┐*{┴r\x08 áA¢ÇØâäÌ "
b"\x01 É┐*{═sQ¿F!7Ì}╚? "
b"\x01 É┐*{█p\x11 À9f╔\x04 5=H "
b"\x01 É┐*{ÛqÈñ═╬.\f ðmM "
b"\x01 É┐*}\x18 p¨»ùúÓ`ò[; "
b"\x01 É┐*}&q\x1F ½ÜÌb´%ÍB "
b"\x01 É┐*}1p\x17 î\x02 F▄m³y\x16 "
b"\x01 É┐*}Ir¥│ô┌╔äí÷█ "
b"\x01 É┐*}Ts?¼ª%س«│ "
b"\x01 É┐*}^p¾¥3Î9¦óO1 "
b"\x01 É┐*~{qè¢E\x1A\x01 ËxMd "
b"\x01 É┐*~ïpIòyB═i`I´ "
b"\x01 É┐*~øpðÉ\x7F ¦mí\x17 Ô> "
b"\x01 É┐*~¿p\x14 ÿ\x11 ┤└║_┼á "
b"\x01 É┐*~│pÈîZ¯█8»9 "
b"\x01 É┐*~╝p┤«\x1D ç%ò\x06 `\v "
b"\x01 É┐*~ãs▀ÿN│{ÁöÅÑ "
b"\x01 É┐*~ðp╠á3QC<¹╗╗ "
b"\x01 É┐*\x7F ¾rsƒ╬Ú®┬\x15\v ï "
b"\x01 É┐*\x7F ■qíúÛ{~ÈTø\x1F "
b"\x01 É┐*Ç\x08 s7à\x00 BôÇB▀ "
b"\x01 É┐*Ç\x13 ró║ªP╔_\x18 ï‗ "
b"\x01 É┐*Ç\x1D q▄ìõQo\x17\x1C ┌¾ "
b"\x01 É┐*Ç'p┐┤k·dÐ\v 9ì "
b"\x01 É┐*Ç2qÌø»Ú┘÷e\x1A \n "
b"\x01 É┐*Ç<sÚá║\x7F «8×¹Ñ "
b"\x01 É┐*üOs½ä©D╗·k¼z "
b"\x01 É┐*üZq▄Á¸┬\v ëùD° "
b"\x01 É┐*üfsý½ªËÏUÝ¢O "
b"\x01 É┐*üpr6ù╦ýzý'ÁA "
b"\x01 É┐*ü{qÖ¿éÍ_╔þæÛ "
b"\x01 É┐*üàqÉÿ:¤£iäβ "
b"\x01 É┐*üÅsÇÄ╚¦õç¸Ð¤ "
b"\x01 É┐*üúpâàg6Æ2µ\x03 É "
b"\x01 É┐*ü«s░âIp\x17 ~²\x07\x15 "
b"\x01 É┐*ü©pìê%â>àöï\x05 "
b"\x01 É┐*ü┬pâôRçÏkr\x13 Æ "
b"\x01 É┐*ü╠pñ®é\º\x07 ¼\x1F ® "
b"\x01 É┐*üısÜ¿°)ó░{µ\x12 "
b"\x01 É┐*üµrhú` ıÈ\x13 Ã\x0E "
b"\x01 É┐*é!rÄå\v ─R,╝¤├ "
b"\x01 É┐*é+rYø┐Z║Ï3®░ "
b"\x01 É┐*é4r│òXòej\x15 ¥h "
b"\x01 É┐*é>rÜúç}\x06 ı ùd "
b"\x01 É┐*éHs\x07 Å╚*9weä{ "
b"\x01 É┐*éSrÒ│\x1D █`ì®+à "
b"\x01 É┐*é]sÂêâãÄS·\x0F\x12 "
b"\x01 É┐*éfqlÀùÄ■|Ø>I "
b"\x01 É┐*â|r\t ¥8╝0'"\x1C 4 "
b"\x01 É┐*âçq└è3¸╗Í└^Í "
b"\x01 É┐*âôq\t úÃììýÛç "
b"\x01 É┐*âØsoï8╗Ðêâ░÷ "
b"\x01 É┐*â¿q╬Áµ¯ÑS§îî "
b"\x01 É┐*â▓sA¬▄©@\x02 ÚÖ█ "
b"\x01 É┐*â¥qfØ´ÇÏîlé) "
b"\x01 É┐*â╚r*ëOüJ└°½Ý "
b"\x01 É┐*âÊr\x16 úuq»┼3ƒá "
b"\x01 É┐*â¦qÛäÀ°╣Ú/c² "
b"\x01 É┐*âþq<àÅ@e\e gäS "
b"""
\x01 É┐*à\x10 r$ô@$Ï\n
L╔Ú
"""
b"\x01 É┐*à\x19 pPÖð\f äpSäú "
b"\x01 É┐*à#q╚║┤»åïû\x10 ä "
b"\x01 É┐*à,r)û§┐ì\x10 Ì`V "
b"\x01 É┐*à7sýºE├´\x06 "Ìö "
b"\x01 É┐*àAq!ö&ÀÔfVB( "
b"\x01 É┐*àKp\x14 À7´QöÓñÒ "
b"\x01 É┐*åJp╗ä6ÆMY┘,\e "
b"\x01 É┐*åTsr┤¤¾pJ±Îç "
b"\x01 É┐*å]rfªjØ5ËûhZ "
b"\x01 É┐*ågr\x11 Æ░P3.\x19 YØ "
b"\x01 É┐*åpr\x0E Æ┼Ì╦d\x1D áô "
b"\x01 É┐*åzq[û³kÕáı§L "
b"\x01 É┐*åâsv▓_-¾ëèJ\x1C "
b"\x01 É┐*åìs\x08 Â░áÆî┬þd "
b"\x01 É┐*åûr?«ì6\t 7ëõ÷ "
b"\x01 É┐*åƒq\¡â\x12\x1E\x0E s\x7F j "
b"\x01 É┐*å®s┘úÀl‗Ð<ó┘ "
b"\x01 É┐*å▓pªùÅFï╣'æy "
b"\x01 É┐*ç©p┐òº&\x05 z│ª\x00 "
b"\x01 É┐*ç┬seù±(║.HX "
b"\x01 É┐*çıpmíÏ\x03\x08 ╬`║¨ "
b"\x01 É┐*ç▀q»░Ça\x1C 0h!g "
b"\x01 É┐*çÚs\x0F ê\x1F ¯¡│╩á! "
b"\x01 É┐*ç¾q÷¬A\#ÏY|\x14 "
b"\x01 É┐*ç³qBëän®ü¹q║ "
b"\x01 É┐*ê\x05 q▀¿\v ╔ûÛ\x06 é[ "
b"\x01 É┐*ê\x0F r·Ñ]\x12 !\x04 3«Î "
b"\x01 É┐*ê\x18 s╣äºþgÉû┤Ê "
b"\x01 É┐*ê"q£«àB\x01 ³µ─\x01 "
b"\x01 É┐*ê+sª╝~├«|‗Tı "
b"\x01 É┐*êNs┴íC²\x00 æõò "
b"\x01 É┐*êWqÝ│á¶bæ¾\x15 ö "
b"\x01 É┐*ê`s¢¡×ûÖ[╦▄\f "
b"\x01 É┐*êiq0¼Ì\x17\x13\t ´´; "
b"""
\x01 É┐*êsp\x10 Æ7m¹─\n
i┐
"""
b"\x01 É┐*ê~sºè\r .Õ®6▓ü "
b"\x01 É┐*êçs┤íQÕv«Ä\x19 v "
b"\x01 É┐*êÉr*ñà\x19 ¾¦«D "
b"\x01 É┐*êÖp5é\x1C\x15 È[╔Ãï "
b"\x01 É┐*ë▓s8Å\x17 ì½\x17 ¿\r V "
b"\x01 É┐*ë¢s\x14 Ö02õ\x04 ¹òJ "
b"\x01 É┐*ëãrqñ■\t t;`Åá "
b"\x01 É┐*ë┌s\x7F åÁ║\f ÇÖ\t ¦ "
b"\x01 É┐*ëõpõÇ8ZÑ{³▄; "
b"\x01 É┐*ë¯s\t ¿\x15 %hêDØü "
b"\x01 É┐*ë°rÄë─Ö╝£╬vt "
b"\x01 É┐*è\x01 r×í÷0║l®Ì¯ "
b"\x01 É┐*è\v s╬╗ůe¬L¬g "
b"\x01 É┐*ï\x19 s'╣öç║mBbÆ "
b"\x01 É┐*ï#s6Ñ LY<ÎÒW "
b"\x01 É┐*ï-pÜé\x08\x0F o«o[* "
b"\x01 É┐*ï8r└ôæE═Â▄Éò "
b"""
\x01 É┐*ïCs0ù\n
¥®╣åL5
"""
b"\x01 É┐*ïRs«░÷£ß4÷Im "
b"\x01 É┐*ïapÝ«{(_r]:Ç "
b"\x01 É┐*ïqrxñäͬê\°« "
b"\x01 É┐*îâp6│ÛÔ╣ÑZW╠ "
b"\x01 É┐*îÄs9╣¯`Ï╗\x08 ¢0 "
b"\x01 É┐*îÖr÷ø°FN~e\x01 ┴ "
b"\x01 É┐*îñpG¿ôA¹█%Ql "
b"\x01 É┐*î»s╠ƒaLeà6<¼ "
b"\x01 É┐*î╣pÙ║ûWÄHq\x11 ┐ "
b"\x01 É┐*ì┬q\x14 û▀Dmù\x12 ▓╦ "
b"\x01 É┐*ìÐsïê7~¦/è»ë "
b"\x01 É┐*ì█rô¢\x1D +>\x0E æDg "
b"\x01 É┐*ìõr±ÖËoƒ╬®·õ "
b"\x01 É┐*ìÝröú┐\x1D Np├Tq "
b"\x01 É┐*ì÷sæƒn:═͹©Ì "
b"\x01 É┐*ì rB¿½├9³▓[ð "
b"\x01 É┐*Ä\x08 rÌÇù´~ó\x00 z[ "
b"""
\x01 É┐*Ä\x11 pG▒Z\x02 ÈÔ\n
\x12
"""
b"\x01 É┐*Ä\x1A sm£®\x12 ╝ò¤>\x07 "
b"\x01 É┐*Ä$s\x1A ø\e ╝╩ø9Eÿ "
b"\x01 É┐*Ä.sá«Y\x17 æ½Å#) "
b"\x01 É┐*ÄZp¸¥\x18 +\x07 y«"┐ "
b"\x01 É┐*Ä\x7F s\x0F ┐ÖOÐ-¢ßo "
b"\x01 É┐*Äèr!½\x04 ;ÛpÔ|\f "
b"\x01 É┐*ÄØs╦▒\x08 [j\x1F M&5 "
b"\x01 É┐*Ä¿qOÅI\x06 Þ\x15 tè¸ "
b"\x01 É┐*Ä▒p▓»SNQj▀è@ "
b"\x01 É┐*Ä╗p╣â6yYVÈy/ "
b"\x01 É┐*ÄÎsüî^c('‗}m "
b"\x01 É┐*ÄÚsnÂ├"¬6Mîþ "
b"\x01 É┐*Å&q▄Æ#─ßUz"¿ "
b"\x01 É┐*Å0rت┼&\x10 oþ´Ü "
b"\x01 É┐*Å:r!í¦§▓¯æß( "
b"\x01 É┐*ÅKp▓ÂwÍbÄ‗bÎ "
b"\x01 É┐*ÅTqE½à╣\x19 mÓD "
b"\x01 É┐*Å^rQÂÍ\x17\x04 ²1#÷ "
b"\x01 É┐*Åiqr×]\x05 plxN\x16 "
b"\x01 É┐*Åtqå▓À¿6¦Lym "
b"\x01 É┐*Å~p?ç_0%G&┴^ "
b"\x01 É┐*ÉÜr\x13 │µïÀ┴─z· "
b"\x01 É┐*ÉÑp'Àj}Ï■\x05\x1E w "
b"\x01 É┐*É«p\e ▒╝¥=t[«$ "
b"\x01 É┐*É╣qЮw┼\x0E Þ¾\x07 Å "
b"\x01 É┐*É├pòÀº>┬þÒÕ├ "
b"\x01 É┐*É╠s\x00 íñ£\x1D | \x1E / "
b"\x01 É┐*æ┬r+æÆ¯┐=\x1F ©u "
b"\x01 É┐*æ╠rQÉ\x10\x06 øõ¨ß "
b"\x01 É┐*æÍrAû╗w┌\x1A ¥e´ "
b"\x01 É┐*æÓqáŧ¦<æÿ|) "
b"\x01 É┐*æÚpþ╣6‗\x19 aV\x1E\x05 "
b"\x01 É┐*æ‗q▄ö³Z~r─Ü "
b"\x01 É┐*æ³r┬Åj7╦aL─¸ "
b"\x01 É┐*Æ\x05 pmÉ║G╝┬âø└ "
b"\x01 É┐*Æ\x0F sæÖGâ!\x0E âÒ» "
b"\x01 É┐*Æ\x18 rÔêø\x1E p·├W# "
b"\x01 É┐*Æ"q·»&+³{U)\x17 "
b"\x01 É┐*Æ+p=¢¬ƒåZ®\x18\x1E "
b"\x01 É┐*Æ5pß©WS Ìb÷y "
b"\x01 É┐*Æ>s×üoP¥Tp\x06 ¾ "
b"\x01 É┐*ôÜq▓íf─░Ü6Øc "
b"""
\x01 É┐*ôÑs;æK\n
Ê\x1E A¼ý
"""
b"\x01 É┐*ô»pÝñ▒ÝýÞÏ7└ "
b"\x01 É┐*ô║r/Çn2µª┴í▄ "
b"\x01 É┐*ô╬qMÅ\x1D ðA¯▓¢4 "
b"\x01 É┐*ô█r´É\x02\v |y\x07 ╚Ë "
b"\x01 É┐*ô§q\x10 ªZ▀\x0F ¬Ô╔A "
b"\x01 É┐*ö\x00 qäåk\x01 ﮃ±╦ "
b"""
\x01 É┐*ö\n
róê\n
ó╠zÕ=¾
"""
b"\x01 É┐*ö\x14 r¬à^\x07 1Vÿîð "
b"\x01 É┐*ö\x1F s¶äÑ,_þ\x18\e ┐ "
b"""
\x01 É┐*ö)sXç\x7F ▓B▒m\n
d
"""
b"\x01 É┐*ö6s\x00 ¢╬lñä:\x07 ÿ "
b"\x01 É┐*ö@qa¢:\r {G\x15\x10 ¹ "
b"\x01 É┐*òSsîç░\r ëHá^x "
b"\x01 É┐*ò^s>ÑÇDb\x04 7ã½ "
b"\x01 É┐*òhs ▒\x07 ]g%)Ò\x00 "
b"\x01 É┐*ø+rùºvµÅba└\x1E "
b"\x01 É┐*ø[pC╣I(Ѫ«\x13 ┼ "
b"\x01 É┐*øopàöÄ╝¥└╝\x17 ═ "
b"\x01 É┐*øyq{╝~╬þró\x12 s "
b"\x01 É┐*øäq ▓\x13 S=█e\x0E u "
b"\x01 É┐*øÄp┘åYp\x7F\x13 Vë\n "
b"\x01 É┐*øùp▒éEß±Îè\x01 ¯ "
b"\x01 É┐*£×sêÄ╠k┤Ä┼Ð─ "
b"\x01 É┐*£®s┌¡¨═ÿ│┴`6 "
b"\x01 É┐*£│r\x00 ¬E±x](\x7F ÷ "
b"\x01 É┐*£¢ra░êîÊ▄▄ã "
b"\x01 É┐*£ÃpÞ©ÃÕ\x00 I▒öO "
b"\x01 É┐*£ðqn¬íÀ«R¼\x10 ý "
b"\x01 É┐*ØÕq\x13 â¢ý║]\x06 M "
b"\x01 É┐*Ø´s~ò@È{\x1E µÞ "
b"\x01 É┐*بrm¬§\x18\x12 ̺tî "
b"\x01 É┐*×\x03 p*À×\x1D ╠zõÀ\x11 "
b"\x01 É┐*×\f r¡ñNA%ÓàÛ╔ "
b"\x01 É┐*ƒ\x16 qpè─ó½¸ë)O "
b"\x01 É┐*ƒ!qÈïõ½pwÆIG "
b"\x01 É┐*ƒEpE®ªSHPßý8 "
b"\x01 É┐*ƒPq]¼╬|░Q.╔\x14 "
b"\x01 É┐*ƒsr©ìÕø×ì¡/h "
b"\x01 É┐*ƒ~pÓòà{K}ñAe "
b"\x01 É┐*ƒës┘dz\x10 }ªÚá1 "
b"\x01 É┐*ƒôsüüB║q6ýå╩ "
b"\x01 É┐*ƒ×q\x12 Á┤g_1│(R "
b"\x01 É┐*ƒÏr│ºb,\x0F\e ┤▄~ "
b"\x01 É┐*ƒÒpü░[(g@/╗\x03 "
b"\x01 É┐*ƒÝr3É%\x1A\e ãug] "
b"\x01 É┐*ƒ¨pqá\x0E ïSzQ(¨ "
b"\x01 É┐*á\x04 p6║ã\x06 ¥^LÛ} "
b"\x01 É┐*á\x0F rá│h░├Ç▒y" "
b"\x01 É┐*á\e rìÇRÚßb;\x08 k "
b"\x01 É┐*á%pUù┬§;╚3\x1F · "
b"\x01 É┐*á0s\x17 ®▄¬ë\x12 µ:6 "
b"\x01 É┐*á;r.áî,ì5\x1C é░ "
b"\x01 É┐*áFp6áÂ"ó\x14 ²Êy "
b"\x01 É┐*áRr╣è"C¡`\x15 i╚ "
b"\x01 É┐*íysIè«Ó@eôù└ "
b"\x01 É┐*íâq$»dk░¿Þ\x0F "
b"\x01 É┐*íÄsèë@Hgq¨è "
b"\x01 É┐*íÖq¥ùHÝ\x13 ¬┘Dg "
b"\x01 É┐*íñsýä4c■5¯T "
b"\x01 É┐*í«s9óµ\x10 ╩═_ëß "
b"\x01 É┐*ó¡s┌Âo.ÔôÈ:╔ "
b"\x01 É┐*ó©rqº¡5R§¡\r M "
b"\x01 É┐*ó┬qÜôåð;Hs£\x05 "
b"\x01 É┐*ó╠qaát‗z▒┤┐® "
b"\x01 É┐*óÍr┘ºêÕz┘┌/F "
b"\x01 É┐*óÓsu£:²\x7F .ß\x16\t "
b"\x01 É┐*óÙsÉÆ¨\µ*▒¸¹ "
b"\x01 É┐*ó§s¹ÀYì├╚ÛE\x05 "
b"\x01 É┐*ó sñæð8ÈXL¢2 "
b"\x01 É┐*ú\n rɺÏÊà¯hí\x00 "
b"\x01 É┐*ñ\x1D s¡ñ\x1D\x03 ý\x15 X$S "
b"\x01 É┐*ñ(q\x02 ç³\x18 (j8ÊÎ "
b"\x01 É┐*ñ<r?ª╦|▀/϶{ "
b"\x01 É┐*ñFs2ª/\x17\x08 ▓Ç┤µ "
b"\x01 É┐*ñQs¡£g▀çNÜè® "
b"\x01 É┐*ñ[s\x0F ┤1└Yvo┌È "
b"\x01 É┐*ñgpiÉ\Ï│ë2Êï "
b"\x01 É┐*ñqpRëÒ│|\x03\e ÿ_ "
b"\x01 É┐*ñ|q.¡·æª┐áMÛ "
b"\x01 É┐*Ñûp┼óµ═/\x00 jZ¯ "
b"\x01 É┐*Ñ®sJÑÑ¥gc~ð╦ "
b"\x01 É┐*Ñ┤s.Â\x7F\x13 ®øØ\x1F Ó "
b"\x01 É┐*Ñ┐qCª═¢\x06 uH¦o "
b"\x01 É┐*Ñ╩p¼á─öë▓Ãkæ "
b"\x01 É┐*ÑıqÙëÃí¦0▀ò- "
b"\x01 É┐*ÑÓr\v ó$nI«┐ô/ "
b"\x01 É┐*ÑÙp,ú¬%ı\x15 ábÐ "
b"\x01 É┐*ª\t s\x15 ¬ƒã╣©6ð\x17 "
b"\x01 É┐*ª\x15 qñ¼O\e ã\x15 Ó¤Ý "
b"\x01 É┐*ª q%èoNƒÕ¶B5 "
b"\x01 É┐*ª+r%Ø_ÁY╔\e ╠· "
b"\x01 É┐*ª5sYì°L%¾À╬Ú "
b"""
\x01 É┐*ª@r\n
¢▄cÕN\x11 ╩\x01
"""
b"\x01 É┐*ºFs╠º┼N\x18 í¡\x06 ç "
b"\x01 É┐*ºQqçÜ;XÖ"}ıO "
b"\x01 É┐*º]qXöy▓?>äÍ* "
b"\x01 É┐*ºhpI║}╦┘d£;\x03 "
b"\x01 É┐*ºrp]è\x1C ÓpNyÂ┤ "
b"\x01 É┐*º}sN¢'ÿ\v }ÀÇN "
b"\x01 É┐*ºêr]┐H┐\x17\x11 (│¨ "
b"\x01 É┐*ºôr:ïwQåÓ\x01 %í "
b"\x01 É┐*¿ısÛƒ4½╦3Â@R "
b"\x01 É┐*¿ÓqÛì\e I▄■Ï\x06 ï "
b"\x01 É┐*¿Ùs|╣¥ÿª,7öM "
b"\x01 É┐*¿÷sëúú\x0F =ıEmð "
b"\x01 É┐*®\x03 sHûnã\x01 ÃwI» "
b"\x01 É┐*®\x0E pXÂ\r 1P¾xï "
b"\x01 É┐*®\x1C qìáõO╠ù\x03 lß "
b"\x01 É┐*®'s@¬³\¤Cݸ\x11 "
b"\x01 É┐*®2q·ª\x14 ├\x18 Ѱér "
b"\x01 É┐*®<sjö6ƒÓDëe┼ "
b"\x01 É┐*¬qp\x08 åño\x00 z┐`┘ "
b"\x01 É┐*¬|r&Ä+/▀ûíÑ╝ "
b"\x01 É┐*¬çq■ûYjÛä$,┐ "
b"\x01 É┐*═<qDƒ"\x00\x17 ª╣+\v "
b"\x01 É┐*═Frf╗uÑH┐ý\e ├ "
b"\x01 É┐*═Qs│┐\x1E 7:f¯‗┘ "
b"\x01 É┐*╬úp▄ì¯'\x08\x1A {1\v "
b"\x01 É┐*╬▒p9¿\x13 %\x01 z®\v ┤ "
b"\x01 É┐*╬┬pı¬:B<#\x07 ²B "
b"\x01 É┐*╬¦q\v ÿ\x05\e\v ÅÈ#H "
b"\x01 É┐*╬Þr,ÅO5\K#A\e "
b"\x01 É┐*¤·s>¡Wî\x13 óq÷\x00 "
b"\x01 É┐*ð\x06 qñö(▓\x08 (ó³\x05 "
b"\x01 É┐*ð\x12 r°×ÁÙrCƒ!j "
b"\x01 É┐*ð\x1D qغ9{д×T+ "
b"\x01 É┐*ð(plòW[ß"pÇ\x1F "
b"\x01 É┐*ð2p.Ü"\x19 Ì!óãà "
b"\x01 É┐*ÐFp\x11 ö║(\e ■&e? "
b"\x01 É┐*ÐWpâì\x1F o<\x17 Ü\- "
b"\x01 É┐*ÐgpÁûæÎīѫ "
b"\x01 É┐*Ðàq\x01 ░ÙPá/æ┴] "
b"\x01 É┐*ÐÉp!ÆÀ)(|\x1F ïN "
b"\x01 É┐*Ðørí®\x1A o\x00 ¢'7* "
b"\x01 É┐*кsnáºà¿sô▀æ "
b"\x01 É┐*Ê│q:À\x19\x15 Âîn¶© "
b"\x01 É┐*Ê¥r\x0E ô╝0\x14 ─L)ð "
b"\x01 É┐*Ê╔q0«3A]\x0E 1▒È "
b"\x01 É┐*ÊÈpâà\x0F\x17 Þ±ã1¡ "
b"\x01 É┐*ÊßrêÖ\x13 Ü÷r#þí "
b"\x01 É┐*Êýp\x06 ▒Ào┐╚»\x19 £ "
b"\x01 É┐*ʸrþÖ «cø─╬╣ "
b"\x01 É┐*Ë\x01 sKÁݽvï└1Ü "
b"\x01 É┐*ÈKq)½ \x1F ty÷ñ╬ "
b"\x01 É┐*ÈXstë¡cíç'\f ¸ "
b"\x01 É┐*Èds─æ╬äã®úõ‗ "
b"\x01 É┐*Èop©▒ıÄi¨\x03\x0E U "
b"\x01 É┐*È{p\f ×ÎýVàÈ\x13 ê "
b"\x01 É┐*Èåsã¼┘»éq│öÌ "
b"\x01 É┐*ÈÆs│«)ÞJ<:;Z "
b"\x01 É┐*ȃs\x1C Ø─ºèãJáN "
b"\x01 É┐*ı┬qhåÆ\x04 çÀnåÏ "
b"\x01 É┐*ı╬q~ÁÊ-ï<\x1E L\x10 "
b"\x01 É┐*ı┘qÀº¾dÕ¤ã÷║ "
b"\x01 É┐*ıõp▒▒òå░çrÉâ "
b"\x01 É┐*ı¾p¦ö£Wgêq░░ "
b"\x01 É┐*ı²sX©;LñÅ©µ@ "
b"\x01 É┐*Í\x07 qØÀr\x0F ~×ȹT "
b"\x01 É┐*Î8p²Äë¡¡\x17 `Rp "
b"\x01 É┐*ÎGs÷ÖÈ╔\½ë]Ì "
b"\x01 É┐*ÎUs\x11 dzı\x12 ^\r \x08 2 "
b"\x01 É┐*Îbq¼ÁÎÝ\x14 w▒\x1D\x00 "
b"\x01 É┐*Îms:í`áì¢\x06 m& "
b"\x01 É┐*Îxr¼┐fÆ\x01 I\x11 ╣¨ "
b"\x01 É┐*Ïvrûç«░█Ú\x05\x04 ÿ "
b"\x01 É┐*ÏÇs\x1F î(Îci├å¬ "
b"\x01 É┐*ÏèqPô┌ò╩Ø´ìg "
b"\x01 É┐*Ïöpu×Ùï\f \r (ü- "
b"\x01 É┐*Ï×q±Âº\f\x00 ð┼f─ "
b"\x01 É┐*Ï¿q\x14 £\x10 hº¼çoC "
b"\x01 É┐*┘½q2┤סzÉT\x1D N "
b"\x01 É┐*┘Âs,ù╗«\e (Ó├\e "
b"\x01 É┐*┘┴rÚísè>÷<@Ú "
b"\x01 É┐*┘╠q*ƒ\x06 ╔ð¼ð/ÿ "
b"\x01 É┐*┘Íq\x17 ║\x0E ±¬sº´B "
b"""
\x01 É┐*┘ßszÁ\n
/─¢3öð
"""
b"\x01 É┐*█\x0F s9×Úͧ\x00 Ä╬J "
b"\x01 É┐*█\x1C q6çUD1Ïä_└ "
b"\x01 É┐*█(s#À\x10 ╚ÕÎÁÒ╬ "
b"\x01 É┐*█5pÌÖ\t\x01 40▓Ö» "
b"\x01 É┐*█Dqñ®~˵X>└Ó "
b"\x01 É┐*█Pq¾«█+1+═\x16 g "
b"\x01 É┐*▄is_«6╦▄¿²F\x18 "
b"\x01 É┐*▄tqbï5G+£7\x1E\x01 "
b"\x01 É┐*▄\x7F p¥╣<¹97¥·\v "
b"\x01 É┐*▄ûs┐ÖwÏ]¸®é "
b"\x01 É┐*▄ís÷ÂGÓ\x14 \x13 u¿ "
b"\x01 É┐*¦├s ÄÉ╬B,tjg "
b"\x01 É┐*¦╬p÷ª\v =:/èKÜ "
b"\x01 É┐*¦┌súÁ\x05 ÃG¼âSí "
b"\x01 É┐*¦§qýº)ìc§┐\x00 ç "
b"\x01 É┐*Ì\x08 r┐ò\x1E À\v 3òS¼ "
b"\x01 É┐*Ì\x1A p\x03 ®L¼╚¿£§É "
b"\x01 É┐*Ó1qWØfY\x04 ı\x12 ßý "
b"\x01 É┐*Ó@qî¡Å4ÖyÅÁR "
b"\x01 É┐*ÓMpÅ«\x1D ׃ÍgT# "
b"\x01 É┐*Ó]q¡áÂ╗\x02 À`╠, "
b"\x01 É┐*ÓjqsɨrxðªÖ╣ "
b"\x01 É┐*ß╝rÊéÏb Fת\x1F "
b"\x01 É┐*ßÈq/╣\x17 ıjzrï\x1E "
b"\x01 É┐*ßÌr~óðÛcyµì> "
b"\x01 É┐*ßÚqv║Ó▄ÛUñGç "
b"\x01 É┐*ß¶rïªiµ(Æ\x08 ]) "
b"\x01 É┐*Ô\x10 q!░┐ì¢\e ║\e ¨ "
b"\x01 É┐*Ô\x1A qÀ½┘X\x07 dË\x10 ╬ "
b"\x01 É┐*Ô%s±┐\x1D ¿Tw│to "
b"\x01 É┐*Ô/q\x7F ╣Îlåä\x10 mB "
b"\x01 É┐*Ô9s¾«Ò½┤g1ód "
b"\x01 É┐*ÔDqjæ`B gêïÜ "
b"\x01 É┐*ÒDp9ç\x07 ¸ß·\e 4î "
b"\x01 É┐*ÒOs9©¬ ¨\r ı\x17\x08 "
b"\x01 É┐*ÒZrߥ┐Bdy6\x03 j "
b"\x01 É┐*ÒepðûDä9^q▓\v "
b"\x01 É┐*ÒsrAøW`@hƒ░. "
b"\x01 É┐*Òéqøó╗Õ█zX°} "
b"\x01 É┐*õ£r┬╣ûåf8[_│ "
b"\x01 É┐*õºp2àä\x05 Mtk\n "
b"\x01 É┐*õãs%ÖfúBÞ╚9¦ "
b"\x01 É┐*õÐsGÀÁ\x02 Á\x0F Ô\x1E ! "
b"\x01 É┐*õ▄r▄╝▓;-ó}û╬ "
b"\x01 É┐*õÞq\x1D º¢ô╬JWm┴ "
b"\x01 É┐*õ¾ruç╩ÔWæ\t éµ "
b"\x01 É┐*õ q║é║┬╣MñÁ\x08 "
b"\x01 É┐*µÓs\e À_0õ¼òu¢ "
b"\x01 É┐*µýqÎÄm\v g\r ±\x17 ó "
b"\x01 É┐*µ°s\x08 Â>Kü®ò─g "
b"\x01 É┐*þ\x03 p‗ï1jÙ┐¨┼U "
b"\x01 É┐*þ\x18 p\x19 À½o¸úûP┌ "
b"\x01 É┐*þ$sÈåJx©ÅTd\x03 "
b"\x01 É┐*þ.q±│®I>ÞÀ┬ÿ "
b"\x01 É┐*Þ5rÇçÅ┴F± ¼Q "
b"\x01 É┐*ÞAp#┤Õ┤b+å×\x03 "
b"\x01 É┐*ÞLröä5HJ\x19 [║p "
b"\x01 É┐*ÞWpÿÄþ¦AÞ.Qı "
b"\x01 É┐*ÞbsÔñÏv[\x15 R┌┼ "
b"\x01 É┐*Þlp7ظß╔ƒ╬'╝ "
b"\x01 É┐*ÚysÑ×°-\x03 d4Í┴ "
b"\x01 É┐*ÚäqsÀo╔½ðG\x1F ¬ "
b"\x01 É┐*ÚÜp#ê\x13 Îv┬VÈÊ "
b"\x01 É┐*ÚÑsÀñ\x15 §´µ9tú "
b"\x01 É┐*Ú▒sÑÅ}¿ÚÈø/▄ "
b"\x01 É┐*Û¢qèê(ÛLçõ‗+ "
b"\x01 É┐*ÛÍpA©ú\x11 ¼ø╚\x1D ║ "
b"\x01 É┐*Ûßrø╣*14£lZ3 "
b"\x01 É┐*ÛÝqªÇ┘▀¬«§\x03 ═ "
b"\x01 É┐*Û°r\x11 ê└ÉΡ0([ "
b"\x01 É┐*ý\x12 rÌëðÕø4Îú[ "
b"\x01 É┐*ý\x1E q\x16 £¢Ìï\x18 ╬1h "
b"\x01 É┐*ý+q4é─NÙ ·Kñ "
b"\x01 É┐*ý7r┴ùá_ù\x12 *yò "
b"\x01 É┐*ýAs\x17 £\x1C ─v┤ía© "
b"\x01 É┐*ýLs\x1D ÀR«µ¥─Æ "
b"\x01 É┐*ÝPqÔ▓\x02\x1D\x11 Jƒü` "
b"\x01 É┐*Ý[qô▓░YÒ\x00 ┴╩\x02 "
b"\x01 É┐*Ýfr▓À"Yð½?┌; "
b"\x01 É┐*Ýsq·Æ_ÈéÚtÚ~ "
b"\x01 É┐*Ý~p·í┬\x01 ½hà┘╔ "
b"\x01 É┐*Ýëq,Á8\x1D \r a³┬├ "
b"\x01 É┐*¯Ér9ùsÚº\f 2¯│ "
b"\x01 É┐*¯øqmºà´HMÈ£÷ "
b"\x01 É┐*¯ªq\x16 ÄàíC\x11 ÿû\x08 "
b"\x01 É┐*¯▒sæò«¨ │\x1E ¸ "
b"\x01 É┐*¯¢s|ÅÄvãh?\x1C ® "
b"\x01 É┐*¯╚p\x01 ÿ,‗+i¯[½ "
b"\x01 É┐*¯Ëq\x15 èM\x1E\f ù└╗█ "
b"\x01 É┐*´Óq~╣B¦Â┐\x1E ¾p "
b"\x01 É┐*´Ùpíø─ÓÛ\x1A êiU "
b"\x01 É┐*\x16 p¨¥ò\x00\f >G\x19 ░ "
b"""
\x01 É┐*!s*æÄ;æ¤o\n
ó
"""
b"\x01 É┐*,qâ┐kÛáÉOR¾ "
b"\x01 É┐*±?sÅín%Ó.÷ºê "
b"\x01 É┐*±Kr_óÏà\\x7F 9¤¿ "
b"\x01 É┐*±WrOº5\v ³\x1C\x17 Qz "
b"\x01 É┐*±cqñØÄ\x1E vÇ■¿\x1F "
b"""
\x01 É┐*±os}ÜÈ¥╣¨\t \n
▓
"""
b"\x01 É┐*±|pAÄ▒A┐¨xKq "
b"\x01 É┐*±êr°ÆxdÒ9_¦ "
b"\x01 É┐*‗▒qâ×\x1E Ýõ[ʲ٠"
b"\x01 É┐*‗¢p!ä¼╚¥Ôï├Ä "
b"\x01 É┐*‗╔süÿÎ`Ç®\x02 ¥Ü "
b"\x01 É┐*‗ıp.ìo\x06 Ø«k1] "
b"\x01 É┐*‗Óqoô╩G8ò}Ùm "
b"\x01 É┐*‗±r▀à¬En┬╦+¾ "
b"\x01 É┐*¾\x04 sw»w+ê\x10 ^\x1A ╩ "
b"\x01 É┐*¾\x16 q ╝N╣gÿH}\x1A "
b"""
\x01 É┐*¾(pA▓Y°l³\n
─û
"""
b"\x01 É┐*¾9qOçÕ\x03 └]ÂÙ░ "
b"\x01 É┐*¶åpHîUTTÓÍðÇ "
b"\x01 É┐*¶ôq3Æ<5╬ó/1t "
b"\x01 É┐*¶×smí■ºKM░\x00 « "
b"\x01 É┐*¶¿rmòfn\x10 Èãð² "
b"\x01 É┐*¶│r\x11 ô,¹£ÏF\x11 ; "
b"\x01 É┐*¶¥s¨æ\f ,@7Ú\x16 E "
b"\x01 É┐*§Ír┘Æ\f ╚╦Î,õ0 "
b"\x01 É┐*§ßp╣░ËQ:únÌ^ "
b"\x01 É┐*§Ùrwï\x15 ê\x03 Ìu÷3 "
b"\x01 É┐*§§r,î}µ\f `O´Þ "
b"\x01 É┐*§ q╚ü®Ü┴üYu¡ "
b"""
\x01 É┐*÷\n
sK░øµöqwE\x1D
"""
b"\x01 É┐*¸\x02 sM«â╠\x02 H\x13 ù┌ "
b"\x01 É┐*¸\r q\£x▀¶\x03\x18\x00  "
b"\x01 É┐*¸\x18 r\x07 ÑÈ▀\*\x19 FÓ "
b"\x01 É┐*¸$r╔ôã╩A°«¡á "
b"\x01 É┐*¸1snÿ+*y\x1C\x19 ຠ"
b"\x01 É┐*¸<s%Är®\r ö\x01 uÆ "
b"\x01 É┐*¸HsÖîy?ÝÖ▓r\x1A "
b"\x01 É┐*¸Tq,»â┌AgÖ2N "
b"\x01 É┐*¸_r‗×¥½B0Âu┬ "
b"\x01 É┐*°ür▀âá\t Ç%')¸ "
b"\x01 É┐*°ìqµéPÁy\f Þ'═ "
b"\x01 É┐*°ÿpΪ╚`ü1B9¹ "
b"\x01 É┐*°ñq\x07 àIV.V▄\x06 û "
b"\x01 É┐*°»pJôq\t k\x00 ¯] "
b"\x01 É┐*°╗qøî»WK\x0E ÷\f 3 "
b"\x01 É┐*¨Ár▀ò¥\x17 B\t ÷:┤ "
b"\x01 É┐*¨└sRÿ½Ô1Ò/ç\x07 "
b"\x01 É┐+ö©rfÑE¯═\x04 ¯ø3 "
b"\x01 É┐+╠Ôr\f ╝)R┬ÿ╗{³ "
b"\x01 É┐+═\x1A q¬╗│▄JV«\t Î "
b"\x01 É┐+═(qxÆ╦ómÎ╬O\x0F "
b"\x01 É┐+═6p\x02 ƒÑÈ#u.F\x12 "
b"\x01 É┐+═Ds\x17 ÑÙÐã:¯ñà "
b"\x01 É┐+═Qr&ÑVúN▄ø┌ù "
b"\x01 É┐+═_r\x04 éÛÕ\x1D )\x1D åı "
b"\x01 É┐+═mpıóÔ Ã1ïÊ3 "
b"\x01 É┐+═zqƒ®:o\x16 ═#Í? "
b"\x01 É┐+═år:Ç═¯Ò»9î¬ "
b"\x01 É┐+═ÆsØÂùZHıVV( "
b"\x01 É┐+═ƒr▓É\x05 2\x16 ╩;\x13 ï "
b"\x01 É┐+═¼qhè\x14 ¨rdR║í "
b"\x01 É┐+═╣p│ùðÎ&¤SÕÎ "
b"\x01 É┐+═ãsÉ¢þokqþî§ "
b"\x01 É┐+═Îq\x1E ä1V-\x13\x1A óH "
b"\x01 É┐+╬HpãÇW!ÏMÂ╩\x15 "
b"\x01 É┐+╬nsÁû\v Â2`eº═ "
b"\x01 É┐+╬æqôç¯ëTÇa¦┘ "
b"\x01 É┐+╬Ðp=è\x03 ON¯£èo "
b"\x01 É┐+╬¾p\x06 ▒nô0tFå¬ "
b"\x01 É┐+¤\x15 rHí\x19 ϶ÏMò' "
b"\x01 É┐+¤:s¢ƒ«¢\x14 `e´ª "
b"\x01 É┐+¤Ip©ó-XïQ\f ZI "
b"\x01 É┐+¤Vp¢üÒ┐U)>§þ "
b"\x01 É┐+¤cpçèBr░»│╬- "
b"\x01 É┐+¤sròØ┐°¾ñE£g "
b"\x01 É┐+¤âsÔôkLM╬6 ¹ "
b"\x01 É┐+¤ÅsÀáÙÖJ█íæå "
b"\x01 É┐+¤ßp@¡ı─¸,\x7F ?õ "
b"\x01 É┐+¤±s]ç┌┴n¸ïƒL "
b"\x01 É┐+¤ p4í)\x13 H\r YÒU "
b"\x01 É┐+ð\r q~û³╔éþ|Y\x15 "
b"\x01 É┐+ð\x1A rwëZ\x0F W5²q\x1A "
b"\x01 É┐+ð's■½@\x17 ¹3\x13 ▓Ú "
b"\x01 É┐+ð4q±½ÆÀ6zyØØ "
b"\x01 É┐+ðwp┤ïí▓±}¸╝Ò "
b"\x01 É┐+ðäs±çÒ\x13 ─]mÓ\r "
b"\x01 É┐+ð¿q7Ö$ï¸F¾ƒU "
b"\x01 É┐+ð┤s9½\x1E lo= ┬ı "
b"\x01 É┐+ð┴pBÜïb¦Ý3+« "
b"\x01 É┐+ðÐp\x02 ¿\x10 ┴RCÛ)4 "
b"\x01 É┐+ðÌs%×¾Ò╩É5|G "
b"\x01 É┐+ð¾sØ¡ÌÅ*)P×┼ "
b"\x01 É┐+Ð\x03 q\x00 ù¶Ò\f óÈ^┤ "
b"\x01 É┐+Ð\x12 rIøaíM3Yƒ\ "
b"\x01 É┐+ËZpôøbK▒åE^Ì "
b"\x01 É┐+Ëirìé/hl\x02 Ô\x0E ê "
b"\x01 É┐+Ëwru╗E#Q┴EG┌ "
b"""
\x01 É┐+ËärC░*¦mÍ\x1F \n
0
"""
b"\x01 É┐+ËæsÄ▒È8ä½\v §§ "
b"\x01 É┐+˃rë©\x0E kêı\x10\x10 K "
b"\x01 É┐+˼sï╗┬¶Ø&\x04 ' "
b"\x01 É┐+Ë╗qz \r 1\x15 S£H "
b"\x01 É┐+ËÍr\x7F è\x18 f║´█(à "
b"\x01 É┐+ȯs\x05 ╗òä( S<Ó "
b"\x01 É┐+ȹsl¬¿½hVÁ˼ "
b"\x01 É┐+ı\f píØ╗ôIU5KJ "
b"\x01 É┐+ı\x1A s┬é┘E┼¨a\h "
b"\x01 É┐+ı'r9åÓ#_æ Y~ "
b"\x01 É┐+ı4rOô\x04\t ░í■m, "
b"\x01 É┐+ıBr┤ù0s┼O`▓" "
b"""
\x01 É┐+ıOp║║ÿ│¹í\n
#¨
"""
b"\x01 É┐+ı\qÂÖ\x04\x0F i¡¡N{ "
b"\x01 É┐+ıjrÚö*ãD=\x1C\x05 X "
b"\x01 É┐+ıws¯êL\x08\x1D #\x02 u½ "
b"\x01 É┐+ıäpÇ®ÓeØ\e Wª╬ "
b"\x01 É┐+ıÆsjèµM·°ÿ&+ "
b"\x01 É┐+ıƒp\x1C ┤eWÂ\x1C \r rC "
b"\x01 É┐+ı«s^ÿß\x00 |\v 9>\x1F "
b"\x01 É┐+ı╗pmÑ└\t @ø┘\x13 ▄ "
b"\x01 É┐+ıÃq\x15 ╗║Ï$n ıL "
b"\x01 É┐+ııp+ú§·┼Ä÷ £ "
b"\x01 É┐+ıÔp\ê╠Å÷%▒ r "
b"\x01 É┐+ı¯qxÀòD\x17\x01 Yu¨ "
b"\x01 É┐+ı¹rÃá"\x1F »\x04 tx« "
b"\x01 É┐+Í\x15 pÑ®Ïu\x13 #²=æ "
b"\x01 É┐+Îas\x07 ¡\x18 R£\x10 n³¤ "
b"""
\x01 É┐+Îoq)íÓ\x03 \n
(ñ1³
"""
b"\x01 É┐+Î{q(¼/úyô!à5 "
b"\x01 É┐+Îês=▒\r ┼\x03 ıy4C "
b"\x01 É┐+ÎùsçÂWòYú\x1D aO "
b"\x01 É┐+ÎñsáøµÒÞϤ! "
b"\x01 É┐+Î░q>í¬·®É·W┼ "
b"\x01 É┐+΢qoÑ÷ªS{?Ä´ "
b"\x01 É┐+γr¨¿>?bn\x12\x0F · "
b"""
\x01 É┐+┘\n
q\àó`ó┬¢äd
"""
b"\x01 É┐+┘\x17 q║ô\x1E a°\x1D\x1A L@ "
b"\x01 É┐+┘FpXü\x06 ■7h\x10 |p "
b"\x01 É┐+┘Ssæ£>v4┘^ù\t "
b"\x01 É┐+┘`r╬ä-╠¦ì░\x1A < "
b"\x01 É┐+┘ms4Æ|'¥\x17 á╦× "
b"\x01 É┐+┘år├òã$▄\x02\x18 ], "
b"\x01 É┐+┘»qµÅô└VV}ãú "
b"\x01 É┐+┘╝qsïÍa^8_˽ "
b"\x01 É┐+┘╩pãÜ*â±\x1E ¿╗É "
b"\x01 É┐+┘ÎqßíéUÍDø'\x0F "
b"\x01 É┐+┘ÕpÁä¸d╦Îd\x1E ¢ "
b"\x01 É┐+┘§sVöðã\x1D\x0F Öx& "
b"\x01 É┐+┌\x03 s`ó8A\x02 e┌ÝU "
b"\x01 É┐+┌\x11 r█áÒ%#jªE) "
b"\x01 É┐+┌Uq0▒Ò■\v\x04 ▄╦╔ "
b"\x01 É┐+┌crÖÅG"ÁCA\v\x03 "
b"\x01 É┐+┌qpƒû\dÛMͦþ "
b"\x01 É┐+┌\x7F p├║Îù\x1D Ð8Pc "
b"\x01 É┐+┌ìrZæ«ÈV\x13 ¡Ñm "
b"\x01 É┐+┌Ürö»»Òõ▄µ\x19\x01 "
b"\x01 É┐+┌¿s\r é×;ãɲTP "
b"\x01 É┐+┌ÂrãúU┴â}·eÔ "
b"\x01 É┐+┌─p¶Öí\x11 Ë«î■÷ "
b"\x01 É┐+┌ÐpXªÅ└┐óÉdı "
b"\x01 É┐+┌ýqÛÜ├êÇóé▄Þ "
b"\x01 É┐+┌°s\x12 îyòsKi{ï "
b"\x01 É┐+█\x05 sêŦÅO¸Ý▓\x08 "
b"\x01 É┐+█\x1E qH½╩p\x05 }*\x02 0 "
b"\x01 É┐+█*r¢¼!7┌:>\x02 ┌ "
b"\x01 É▄ágvqZÖÚ®îZ¢yØ "
b"\x01 É▄ág└pCª7▄âêßíÇ "
b"""
\x01 É▄áh\n
pkåD\x16\x1A ÐÌ×Ä
"""
b"\x01 É▄áhUrX░½ú¯àý\x02\x0E "
b"\x01 É▄áhísq«jÚNÈ\x00 MX "
b"\x01 É▄áhýrÓÖe\x14 ½\x05\x18 Û~ "
b"\x01 É▄ái6pÍ«ßÙ\x0E ÀÃ*\ "
b"\x01 É▄áiépª¿I┤m9ï!┴ "
b"\x01 É▄ákNp¸À+- \x15 │═R "
b"\x01 É▄ákÖpjDzô\x7F ▓¹\f 6 "
b"\x01 ‘»Z\x08 $s¶´u\x10 dßÕgŠ "
b"\x01 ’(·Y@\x7F Wˆ\r à&Á\x1C\x01 R "
b"\x01 Æ8\x18\x7F Åw▓╗g¼AÒÑ┤2 "
b"""
\x01 ’8\x18 Ãtyb²Æ%˨\n
£À
"""
b"\x01 Æ8\x19\x18 ôt]┐╩]\x1E nÉ║8 "
b"\x01 ’HÉ'9~þ¡i=ËËpI0 "
b"\x01 ’HÉVžsº—Üï¶\r ý2\e "
b"\x01 ò┤ÚØ³s░è(ÿm¡(Åı "
b"\x01 •´éŸÎq¥¹ö\x06 û1nJL "
b"\x01 •´éŸÝq¤‡u\e û\x13 •\x12 ¬ "
b"\x01 •´é :q)žæ‚Žs1,Ð "
b"\x01 •´é IrŸ´Ÿ‹@0•\x18 ³ "
b"\x01 •´é WqϰŽr‚º ?g "
b"\x01 ╝\x05 ¸[ì@yÆ¢;·½%î▓ "
b"\x01 ëÙ—ðM@Ž¥³blT;X\x17 "
b"\x02 û\x1D é>üDÜîQ└╩\x10 ×Ñ\x04 "
b"\x02 ò°c¹\x10 E€—$ÔV\x07 ÿɪ "
b"\x03 -îvÇWOs²íy€å4¨j "
b"\x03 /t5ünF└úî+JÓ┘\x02 Å "
b"\x03 Lj\x0E Ø÷L█Ñ║óáÖ▄\x0F Ù "
b"\x03 a!\x1C wÜGo¼‡üÚG‡œ| "
b"\x03 ¥\e\x19 wÑ@¸╝l¢Êüµý\x07 "
b"\x04 Oäì[\x1A D½ªõ\r \x17 äÒ9û "
b"\x04 ¶ÿrÌ├O[ì->¿╠\x0F Òß "
b"\x05 G÷íA‘I¸’Ðs\x10\x07 Ħ\x02 "
b"\x05 æZ1´aJâØÈË÷\x07\x06 ½ "
b"\x05 õ¸VÅ(Chéìc=Ê,èÔ "
b"\x05 °uxë[OïÅ Û\x1E ╣\x05 @I "
b"\x06 ıØ╩A°I░£<ıhg°Ù\x7F "
b"\x07 ûÅE<tDVæl│s└‗ë\x08 "
b"\x08 Z\x7F ÷HîAÕÅî³ÚRcdC "
b"""
\n
\x03 <Ý£└AÅ▓ìõé¸\x1E ¤U
"""
b"""
\n
ifØUEK\x07 ƒªR\x17 uèîÙ
"""
b"""
\n
rm;§mE»í¤Z·░FìÖ
"""
b"""
\n
ÝûõôdB]‚âÉâXe‘\x1E
"""
b"\n ÛÜX'+BÃ/\x00 ˱¾\x7F ì "
b"\v jÛÞCèOv·ø)\e š9*À "
b"\f fû╗¸ØD!è\x13 ¿X³æ#x "
b"\f ƒwJ&ôEãˆu€ª\x05 M\t } "
b"\f ØK«³│GO¢YqlF0▀¹ "
b"\f ©ª-\Ð@}ª^Fý¯%H\r "
b"\f ÷ne\x7F ·Lpì\x08 8Y,Ѳ\x13 "
b"\r ƒöSObBˆ“\è\x04 x’¡• "
b"""
\r ÿ=Ó\x0F \n
O▓ô\x01 Ø\r 6kßÞ
"""
b"\r ¡l~›\x1D N™\x05 Ö6Ø\x07 ®© "
b"\r ÛOçí-D˜‚jGWÚ—ŽF "
b"\r ÛšI(uD„³Èµ|o»Ò\x0F "
b"\x0E X\x14 #åãNÖÁ=3ìN\x19 ╩ª "
b"\x0F 7€œeS@ñ¼KiŠ’JY\x0F "
b"\x0F _›!\x05 ¸Dd‹2¾Äœ ‰Å "
b"\x10 ÑÃÈ▒TH╣┐Éré\x19 ª\x1A ╚ "
b"\x11\x1F V$€KCˆ–«pžá$'Š "
b"\x11 9ìàn6@\x07 ·{ø\x10 s8\x04 q "
b"\x11 mÎ7b¥KÁ©\x1D\e I¼‚\x1A\x1D "
b"\x11 t×â‰[Kä–™@c¤\‹\x01 "
b"\x11 °«ì\x15 0H1š\r ì2ížVc "
b"\x11 ´Ø¾CÂD\x1D ƒÂ\x16 úM▒é "
b"\x13 9Ùj¸ìBUà╩╔\x04 lNfõ "
b"\x14\x1A º─ó1Lëÿ£}þR░\x1A Å "
b"\x14 4Ö\t x×B¸¨«ûeŸy`r "
b"\x14 K\x10 ý‡_K¿…u<zÉ\x1E ©F "
b"\x14 ]\x1A ·ÈpE\x03 ¬Þ€ÑÄvüA "
b"\x14 ¼oVURI¹‰÷Háí¢@Ú "
b"\x15 Nׯ¢áNסÿ8\x1C Á\x11 À– "
b"\x15 ▓ì(\x0F ØI╗ÇıÝ\ï└3J "
b"\x16 Tí¼}|M¿€ŽzöVÄ!» "
b"\x16 │ıUS~L\x10 ìª4Ö]!áb "
b"\x17 Mî\x10 0dF´¥Ò2 ³\x13 x” "
b"\x17 ÐŒc÷úCn¹\x06 þæHœéæ "
b"\x18 ì'\x06 ▓°E=í╣n\x18 ¯J█Ê "
b"\x19\x11 \r ìÌèHµ±}FÝð°ÏN "
b"\x19 2\x1F õw¤N\x1E ûì[±Çéö "
b"\x19 i*;0³A\x0E €Â\x05 Á•¤!\x06 "
b"\x1A ‹Ã¾\x1E "L@†77lX®]* "
b"\e ¢¼\x12\x00 "I\x13 ┤2ÅU(O¸÷ "
b"\x1C ?7`ÙDNIºóö\x18 Z,ñÔ "
b"\x1C N©û{\x0E CÔŸB¤ª‘›»\x07 "
b"\x1C e”¡y\x0E B9§<sÀ½*Sö "
b"\x1C eÌ(\x05 >EÇ‘Çß[¯œjÞ "
b"\x1C …hRÞòD‚©x\x06 bFQžþ "
b"\x1C ╣\x06\x11 _üKÈØ<(éf=&ç "
b"\x1C ºïHÖÝL\x10 ¯*¾0Íû\v \r "
b"\x1C Û\x02 ܯ“JÄŸÆÂ\x1A iÞïn "
b"\x1D ^à’O²NH‡ï;²‘;ÐØ "
b"\x1D ¿Ülª\x1A IâîJHì¿h\x06 µ "
b"\x1E -¹\x05 é\x19 A„¹”t\x1D QÈÌ\x1E "
b"\x1E ƒ0¿ï\x00 Ou»òï²/Ìü0 "
b"\x1E ª×ÍݰBÝœ"<ÑãAÅî "
b"\x1F\x1C d‡}(F\x15 ³oÚ\x15 Ðt D "
b"\x1F U\x0E FTáJ£¶[i\x1D Œ¸Û¾ "
b" \x01 <\r \x07\x17 G£™&\x18 ž)x\x17 j "
b"""
.\x7F Á■\f Fìö<X¬\x15 ý\n
┼
"""
b" ×O—g\x18 B)¡-¯\x1E ‰Ø»% "
b"""
!Aìÿ¨kNqÉÔ¤\x19 \n
wÅ\x0F
"""
b"!oh°ŸBF’˜úá‘ýÃO© "
b""WvL“ÉD\x08 ©ÖrH\x13 ¨\r „ "
b"#\x19\x05 ¬¿ûO\x7F ½Å{æ\x12\x16 ×o "
b"#DÝ%ôTC\r ±O¥úMV "
b"# \x11 µÊ|Aˆ¡\x1A Ola’:1 "
b"#Ô\x1E Ç┴¿CfØuo¢\x16 àà\x0E "
b"$¡§HwËL\x1C ªb'æñÁs\x7F "
b"%\x07 ‡jÅÇF†½Ï»×ùuSJ "
b"%ëPè•mM‰¢\x17\x07 X¶Á?c "
b"&4!xÀ±N“¼‰C~`Ê!, "
b"&pšèÂZH\x16 ®xŸÚ·\x14 ¾W "
b"&‘‹j 5E\x1C ‚Ѧ߄¼Ó¼ "
b"'»Þ6}\x03 Mÿ³ÞŸ!{9Á: "
b"(#¥\x03 ñ–O÷»\Üyzf½© "
b"(=&L&7IC£Í\x1F {U\x19\x1C Š "
b"(`ØJûÛEÉÆtUòíl}¸ "
b"(p`•³MŸªH\x7F ]ê'”ò "
b"(Æ(\x1D\x19 PNÕ¦Îcé\f £² "
b"(ÐÍË»ªLϦ/\x0F R±¨•9 "
b"*-/™\r ~J¸„ \x7F ÁÄm\x03 g "
b"*€,\x00\x02 :A¦‚Èæ’›’Á¥ "
b"*·\x18 ¸=‚K\r £ò†õÍ N\v "
b"++Qüü\x05 N\x0E ³´/F\x13 9€ñ "
b"+²'Äç H\x07 ¿É┌J>ü¦É "
b",e˜åÒòA±»\x01 h] "
b",▓║|c\x12 G\t ┤ñU.5çAÅ "
b",ìfe«ÀLÕ§öq%Á7\x19\x1F "
b"-ü*ê\v ®BÀ▒°¢<7& 4 "
b"-Ò ËŒ\x0E Jz¸}×\v !Á\x00\x08 "
b"-ñµ\x13 V›H¢\t ¶K¿V…\x1C "
b".%M=pnAåºuÇ\x14\e\x02 ÜR "
b".{ã¹—ÚH¤¸[:Ë3‘‘µ "
b".Äÿ\x15 ¿(FvŒêxå\x13 €\x04 8 "
b"/?’%äFGq·Æºh#=r’ "
b"/BSÍwöHî©Â\v Þ¨ØÓ╠ "
b"/r\x05\x0F 9aO"°‘\x08 øH2¯Ö "
b"/¥ïl\t\x13 CÄŸAzÎ(7\x13 9 "
b"""
0Òu®³³Lü£ö'\x04\x16 \n
x”
"""
b"0ÓI\x00 ’eM‡¤ë|5\r \x1E †ß "
b"0▀9¿â\x08 LÑØâÃ^Q▒¢f "
b"1\x16 —±íâD\x08 ´3ö\A¢žó "
b"2\x03 ,æ<1C·Žun<ô¹}M "
b"2nWÒqUHr½\x08 މs\x00 £¸ "
b"2°/é8║B\x00 É;\x0F ºã¿wÑ "
b"3öe[E\x08 IwØ^Á\x15 B(%\x19 "
b"3œ<¯VÔM@¯œ2µjòRo "
b"4S-yz\x1D Mü¿’}±Tæn› "
b"4×j\x15\x00 ËGåƒWÖ/wð—b "
b"5\x1C çúk<NR¹%%¿3ÓŸì "
b"5\x7F \\x03 ÐÊD┬É~Äe\x11 º8? "
b"6\e\x01 —˜ØKÆ™\x06 Ý…Æ\x1A ‹ "
b"6 \x07 mÌåLàƒi݆ÌP;‹ "
b"6¾"ÿD┼EQÉ÷òÎ\x03 ÙD\x12 "
b"6ú\x19 {!8O+–TÀ&zÜÝd "
b"7åRj3┬@■┤«×WXÅ║2 "
b"7\x07 Q\x08 «I¹§"Ú„ÿº<Ô "
b"8ë&§¸ÛK┴░cÅLƒr¿ƒ "
b"8░\x05 6ÅÎEií\x1A ┼Ѩ\x16 ; "
b"9┌ıLù╩LºÅß\x11 k\v HR£ "
b":\x14 ƒÌ®~B|†ž QF£\x15 â "
b":vgò┼nC'ÿ╚TmúÅ\x1E + "
b"<}zôî§LoÅ¿×ï╠¦O└ "
b"=\x10 °y†ŒFî±\x14 ûi\r e4\x1A "
b"=VàSZýD^ÄÔYʬÉ{ý "
b"=ü¨ý{\x01 CñÁϺ#Zç\e H "
b">ŠÇ@´8Aí›ß¿\ÞS•} "
b">ó\x1D =)ÓDVƒ¨êJ··_á "
b"?\x11 aé•DO]»o\x11 íò›\J "
b"@1òÏLuFWºxÉ\x01\f ^ð] "
b"@]ÙT/®L±¹5~œHÞžÿ "
b"Aå\x01 ;gÖM:’·¢uÚŠôA "
b"Aÿ\x01\x07 UeD9ˆ¼ÈÓø\x06 ú‚ "
b"B\e\x18 Õ—æD*ºë5öè“í\x1E "
b"BD4\x00 ¥bAЕŸ™79—½Æ "
b"C‡ÚŽFñD‚ž„q¯ôÝmŠ "
b"CÎË\x15 žaIW”rðÞÅš=` "
b"CædºƒuJ\x17 ˆv®ù·¯ù\x16 "
b"Ds>ÅÔ\x1C Cí‘6\x15 ì\x1E Ü"¼ "
b"DߊßóþC‡ªwaØ¡KQ‚ "
b"Ex€D\x07 ¹Dó›<bºü½D} "
b"Fü\x1D\x7F\x12 ßEDä╝░¾S!Cª "
b"Fž·¨Å—O\x05 ª\x02 Ë©›ç;î "
b"Gvóé\x19 CAs ˜ÅC»tÛL "
b"GxD ?\x02 HT┤óÅıD\x03 Ak "
b"Gâ¸ËñÖGc—\x12 i5ªDÝ‹ "
b"Gü–ßa‡A?›…Ó’¤ÏY÷ "
b"HAGé┘┌IÔïlÃìj┌©K "
b"HqßðÞOCp¡¸\x15 ?!W)\x0F "
b"Hy\x16 -¤╚AØ░\x11 veqH¹‗ "
b"H»┴tX¯F‗▒╩├§┘ìèu "
b"K\x1E £ÂÂ\x1D Hn£,gŠùJŒE "
b"KgŠ€˜ãC6¼±q-\f 9'Û "
b"L\v Ô▀rãNjì÷Dd7\x15 ' "
b"L.j[ôÜK\x08 ³À+Ô\x1F ¯\x01 Ú "
b"L<Þ]õ\x19 L=™cÂ0ÁÒÉM "
b"Lp¶\e ",BL”áÖ_2ï$2 "
b"Lîn9ì*K´é┐¯ø¤úå© "
b"M]c_-»@`©ÒO)Ã\x05 çG "
b"Mwâ3\x03 “HT‘{šˆ¡TQÜ "
b"M¼¿‡Ñ\x19 Bú™\x13 Ôù¥‡« "
b"MÉê‘”VNÞƒ?\x19 ‘'\x00 Iø "
b"N½5·¸┼G½æ'\x11 i¼EÉ\x14 "
b"NÀ}†\x19 mJ"¿ÔMú°,²¢ "
b"O"¶nŽGпÂQ¨/ˆu³ "
b"P\x0E í\e =ŒKRŽœy-å\x17 °º "
b"QX\x1D u†àH\v €\x1A «µ°…½Ì "
b"Qˆ×ó\x13 ]I£¶|ÜŸnæZ¥ "
b"REM²ùB²¬\x07 š)oEJ\x10 "
b"RMà┬ïZO¢ØV}┘ù»/V "
b"Ræjk2¨N•‰”ŒÈæffõ "
b"S%\x02 E¹ÞIí┐¤tBT!WÅ "
b"T\x08 >Ùã¥J┐Ü>É(Óѽ{ "
b"T\x14 v’ËûCAšm\x11 âlDÜ "
b"TJ35³@N׊HB¥£\x07 k‰ "
b"Tz\t E^ÌA\x0E ¢-©›QŽ—š "
b"TØj{6ZJÊë2{┤\x1D ±JP "
b"TÑ\x02 ùÁ–O\x07 ³“ñU\x04 â Ë "
b"U%ñ@ÒL¯éìJ▒┤#0l "
b"Um(áÆˆEb·èr½\x06 ÷´! "
b"U£\x17 >ŒJIƪ\x12 MVþñ.# "
b"V\x0F É▒K\x03 G┘ö§^\x07 Ù§,î "
b"VG†\x0E\e KK`£êì7,GË\x00 "
b"Vb>dÝnM¢›¬FØ$«â" "
b"VÛ82ã|A<³ÒýHt\x14\x1C r "
b"Và&K9óC!ån¦Æå25 "
b"X\x05 ÛdñRDS·U2\x7F ýÅ«ª "
b"X~Q;9øN\v ³&“›QGN\f "
b"XÊäcÅ╣GñÀ;\x0F ‗[ªª‗ "
b"XÓbëküGi¼Ò\x13 ýz\x1A |\ "
b"YX\x16 )0@N@É5ÆS©ª░ƒ "
b"Yq&'+ìAŸ´«W³UˆÔ× "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"Yù|þ\x1E vG¦†\x0E\x03 )e´Ü "
b"Z'+\x04 ^\x12 O‚Ÿyª\x1C ´\x15 µÃ "
b"[,NÂArMà©mŸÅó‰#Æ "
b"[ý¦t¾\x02 @¤†ÒÖ–æ>\x7F = "
b"\7ÑÉä\x04 C£©š>^„C \x10 "
b"]ZÈAÚ}Nw—:ŠÏ+s\x18 ¡ "
b"]Ÿžÿ]°KJ‡I„NN*\x16 " "
b"]¦tðÑ\x12 BÞ±Á:U\x7F ¡Ò "
b"]©å╔|%OÅ«▓ç2ÃÖ▀ñ "
b"^d>Ô?ÌE|«ÀØ©qKPí "
b"_\x10 ²¸TEBK²œ\x1E 䨽†Ç "
b"_{Ù}/-ECšFl\x08\x07 J:V "
b"_█G\x04 ôcNµèX+ìóI\x03\x17 "
b"`Iï\x01 ËBKf°fÞ3¤4Kÿ "
b"`rlºr┐JtæÛíÃüv1ö "
b"`{\x1A -\x0E yL\x0F º9\r Uj&\x04 ® "
b"""
až;bu¨IEÐÐO\n
òãê
"""
b"b\x11 ÆfŸCFp¼•Pò\x02\x19 ³j "
b"bJZoq>F~ÅÝ─\x07 ä┬< "
b"bV´sVpGWš\x06\x08 /+Î‡Ö "
b"b¬W░\x1D bBü©á´\x7F\x01 vÍG "
b"b»ÏÖ7§C\x17 ®ìZ:yR!( "
b"b─üÕ»×G╬åEà>0\x16 ─: "
b"bÌuº£cJá“-"Ñß‘Ò9 "
b"cO\x10 ¢\e x@\x1E ¡\r {:ï_¶1 "
b"c½┌¤╝ÕN¯ü ‗Fý\x11 xX "
b"dUGŠ‹DAµ -¡bI &½ "
b"ddõ\x04 ÝFM€¦J‚÷ø‰”Ê "
b"d±\x04 Ê-\x7F E›Š‘³Ì0\gŸ "
b"dÛ™CDÜG\x14 œ~\x05\e 2²\x10 [ "
b"f╔ÅI.ôCÇê8<>Y^ÍN "
b"fþ¿Pÿ\x12 H= 6Ì(MGŽß "
b"g═'|\x11 █M\x1D É@╣\r Tè¦2 "
b"h!2Å\x14 6IýëlçdÌÐ"ý "
b"hW8‗─þAä╗I&\t ìÎÃ: "
b"hŠ\e nƒÛL\v ži°\x05 +)`ï "
b"i 0O†üDw—®Ûî/%¥& "
b"i$▀F%kOü½î\x18 #'àÜ┌ "
b"i§bxãBJã°UíÂ2k)O "
b"iæµ$á‹Jü³›¸Î}\\x11 \ "
b"jW┼ªf$G«©¦Åöc\x05 ¢└ "
b"""
jŒÐà´ÌJ¬¾\x15\x12 \n
ŒkÒ€
"""
b"""
jŸûÆW\x14 J\n
”ûK\x01 9?Á™
"""
b"j«hrÜ■Gت\x18\x1F #╔¶#a "
b"jº\x0E '/ôN\x13 ®á߯Œ;\x12 i "
b"jðZÃöÔO0ÑJǶì°åF "
b"kd or\t LýŒ¯Út\x14 ⟠"
b"kŠëGp^B®´_ªŸ¶ûÉë "
b"kÝByDÛDr©É\x17 µP\x16 ŽZ "
b"l‹\x06 ÃÍÂKO—ÓK±¢,|¡ "
b"l£Ñ¾r†K屨£®¥µpÄ "
b"lÌÕ7úîB╚î¯@mÝjìA "
b"lññ[\x1E ÙFz¼º\x1A ie*›Í "
b"m\x16 êo†hIH…·ä\x17 %Ü\x10\x16 "
b"miÝw¥>NĽ:Áò\f ‹´[ "
b"m“Câ×ÇNõ”|´{7\x05 8Ó "
b"m¹C5hiN¬”QðØ²½69 "
b"nJJ}÷8JV¯gõœ'E2Ü "
b"o`rk\x10 vC¹Å╬¾GÝèIõ "
b"oª¹E\x1A çNô‡Sm”\x04 ËZp "
b"oãv,▄<EíàîGɵã╠+ "
b"p\x1D\x01 Ü\x1A |F”›“\x02 ž\x17\x07 Ûp "
b"pAa\x18 3EE‡½÷w\1{X² "
b"p°H·\x1F œI¢£ÿ=o\x01 j \x1D "
b"qNÙwýäD¿†P’úÚQp! "
b"qÚ)¼êäAN’¥»ø¥)§¢ "
b"s/2\x1A P2LÞ¼É\f\t\x1F ¹t\x19 "
b"s;½ÀfHD\x08 ¥Öž±W²K¶ "
b"s{pÙö˜Hõ³[³ÍtÉÊ\x03 "
b"sØ!ÝÀ‹Fw©ìf(+†”\x1A "
b"t\x14 ëö└1Eî▓xcügg▓¤ "
b"""
tØ\e VgOGøƒ«\x06 \n
õ╝╦Ð
"""
b"u\x02 ÂÐn¸Nо&ç\x15 ù4†ö "
b"u/–¨×O\x0E œ¶!¤\x04 w\v ¶ "
b"uæ¾(ÑÙG@œu\x18 ªÈõª\x16 "
b"v\x12 „pÄ”A\x06 €)Ð`k^£j "
b"v«ƒoX\x16 MTƒŽ´ö^\x14 .‹ "
b"vÃ\x05 ;\x1A áI~”]Šý’²ì\x11 "
b"w\t ;Ö\x1D åGü¥ÕÂB^ºÎº "
b"""
w%\n
[!>K¿¢ú"®M?Ï_
"""
b"wP¾\x1E W\x0F B³’BãhC2\x1C £ "
b"x'\x02 DáE0ØIF)§┘└3 "
b"x¬füïiI▀Á+ƒÝ╬r´À "
b"x¾npóôB9¡âèú²Úà… "
b"yÑ|ÅÏ Of¼~^Íô¢\« "
b"zza\x06 Z\x04 D㻜]\x17 ¶Ý“s "
b"zǶš1?D|¬ÿ\x15 jçánB "
b"{6`'╣kHÚ£ÌþkØ?Êb "
b"""
|\x1D\x07 o8\x19 K˜‘¢\n
×ÛlÒ¸
"""
b"|ì4ƒ\x05 MH\x1C æ\x04 (j9\x1D ▒Ø "
b"|Ö╣█Ë|MÂÉ,\x19 ▒/ºÿw "
b"|ÎlF«¥Gg¤ï>òµ”q\x15 "
b"|ÏW]`üM>•\x1A -Ŭ͎² "
b"}ÆÎ▒\x05 gE´ÅøØÎ█(Çk "
b"}¨È\x05 e½CP„;Ac> ÿ¡ "
b"}▓eiÞ©E\x17 ÿv2@┌ì9█ "
b"}¹?¨nŽIÈ¡ùí²É\x02\x1F ‘ "
b"}ÅÖ\x07 8rB왂/\f œµ%º "
b"}釾?8N$‰b¨™Jm2 "
b"~!\x05 Ú‡„Aò¦C7ýç\x19 ’ü "
b"~a\t _\x1D q@Šš6aÒ©Üäm "
b"~j‡D<XO³x\x0E ç2¸pÔ "
b"~nÝqW│FXÆ)`4ü,\x1F ß "
b"~tù\x1A ©ıEÅû║╩\x7F ªî▒ "
b"~\x7F LÉ\x00 ÒEaâP1Ë\x1C ·rL "
b"~›¨É?WL¹¯¦×ÿ\x03 Qhð "
b"~¦rQW`F¿’1ñ·7™Ž´ "
b"""
~å\x15 V´¸N½‘g[-»\n
û
"""
b"~þ\x06 ~\x1A ÜInµ7gœ\x19 £AÊ "
b"\x7F Nêm■¯Kɬºb{C$úG "
b"\x7F \Ó|Â\t E¡·m*h‰JnÖ "
b"ü╚ø│ô\x18 H\x00 ÄO\x10 Õ‗ö*& "
b"ƒ9\x08\x01\e ËJîŒ\x7F p5í\t Åq "
b"ƒEÐ\x14\x1A\t Nìƒm\x10\x10\x1D eÿõ "
b"ƒDjŠŽD³§4¹Þí\x04 w} "
b"„¸ZµýïFK€4Oi]èë\r "
b"„âP—T¶E¸›±§Êl!â\x15 "
b"à1OØúƒGÕîàÎ\x15 þ.\x02 § "
b"""
…¨5\x1E 2VKÍ¡iz\x11 \n
f\x03 w
"""
b"†ˆ!ïÙxN\x1D ´RöˆØ¹\x18 º "
b"ç\x06 {²Î?EþàÅ\x1F ¼\x10 ▓▀Ú "
b"‡E¿\x05\v\x03 LÈ”õ6Xè\x13 8( "
b"çô\f .D<G▓▓c┘M±|æü "
b"ç╔46ÿÃL;É\x0F ┬¡\x0F '├h "
b"‡Òû„ÅCA\x0F •‰`XË$=• "
b"ê╠Fõ┬ÓDÙòØ1Çè\x17 A¦ "
b"ë}häVıI¬ÅG°u╝0²┘ "
b"‰èt\f\x13 §LBœc¼úêªf³ "
b"‰îá!jRH\x11 ¥3;Æüó5E "
b"è╝\x12 FøìJð¥\x15 ,ïªùÙÆ "
b"ŠÙ:®1\x01 Dµ†‰µœŒì\x12 á "
b"""
Œ\n
5ÏŒEs¹äÃÛp’ù
"""
b"Œ¾T‰ÑCûŠ¡Ýâ¶Ä(M "
b"ì\x07 W╗J▓Kxó5®ƒ█°²? "
b"ìé\x7F -Ô\x07 A½û▄\x04 2§\x1E bC "
b"ì¥@¾Â\x1C H│ñ¬:<¯ÍÆu "
b"ìͳ¬þ\x16 A;┤9aeiØÑS "
b"""
Ž3«Â\n
\x19 JþžØ\x10 ŽË×z\x7F
"""
b"Är>ÛÉ\x00 GêÅïöÚ‗@\t ¢ "
b"ÄâöÀ;┬Ljæ¨àÉÙkM% "
b"Ž—“\x11 t0J¢®O\x11 bꑲ‚ "
b"ޱ¯£¾|JÕ›3§½|\x04\x0F ˆ "
b"żØñ╬sCz¡K\x08 {X¬¬\x7F "
b"ÅÂÙs5NC░╣½7êB\x08 z\x1F "
b"É%×ÞápNI¡9+5Bhÿ "
b"Éu\x1A {²■Aòì3\x02 "É:\x06 î "
b"Ƀ▄í╦╚GýùjÖ¹MÚì\x16 "
b"‘·\x03 ¦.FA\x15 ›”šŠ‚\x07 >Ÿ "
b"""
‘ýô5¶\x0E K\n
¦åºÙ\2\x10 V
"""
b"’pHB\x13 \@ä£<:²\x1C f! "
b"’q¥ë>ïLa¡\v H‚Ö#Ím "
b"’yì¾>bFß°(©ôÓÒ*. "
b"’ºI\x04 a\x1D JÀž¤´\r 8êm$ "
b"“i'øž\x1A Nt©0˜Ï4gÈJ "
b"”7š1^ÁD\x18 µôycî\t óm "
b"”o†\v\x14 ¥M`¦íØ^µ\x1D §% "
b"”´²øÊnDÆ©n\x07 z’¦vE "
b"•s؜ܣG\x06 ±ÊKÁÙŠ€ƒ "
b"•ر\x16\x00 !N\x17 ¿l8áxVkB "
b"•÷âT\f\x1E Cº§ 'Y‘šã° "
b"–F÷\x7F ¾ÿF³·QhªÁvp\e "
b"–…\x7F V–MD3®\t [\x02\x07 \x06\x0E "
b"û¦#¦É\x10 @Àø\x12 âñ\x00 ▓é└ "
b"""
–ô¹\n
]wE\x08 ¨.ÕšlÓmh
"""
b"—<UK~ÒO=”$`ÏÏåÕ, "
b"—T`êÌÂDcœ¬ò\x11 O`=% "
b"—\¨u˜)@\x01 ‹Ÿéé\x06 Ëv® "
b"ÿ/_\x18 Ö\x1F C╠üW\f ¿Ò‗Ü6 "
b"˜ua˜lWE¼‡>rr§’ø\x1D "
b"˜Øø\x00 §FHÀ’Þø \x0E †«g "
b"™?MšfqFK¸6eJÌ;ü& "
b"š\x18 t?\x12 üOýœ#€\x10 »5=Ñ "
b"š\x18 áÏ`îF\x10 ”»§\x01 îÏO\x06 "
b"š.¦¶ó—CT¹¼a‘F`7T "
b"šQº“¼ÿFå¹ø¾Ú5T„Ú "
b"›`,H¶XA\x01 ²\x10\x1C 9ÍϺ´ "
b"›¥\x08\x11 â?L‹¦ˆR\x03 8jK} "
b"›ÜÉwŒEB³«w½ŸÔ¿þ· "
b"£Å╚þMÏH\x19 ê ıôå×╚a "
b"£®'├ê0G\x02 ▓qÊ‗ÅKÄ\x07 "
b"œÓ\x1F I§ƒOƒ¸°äkðZÌÐ "
b"Ø\e A┴i4Lìò ¤ôéù¯à "
b"Øv\x03 XïoJ/│ñC¡`A}Q "
b"ž}´XÃ9Os”Òû\e êM\x15 ~ "
b"Ÿ\t z3bTAÓ‘‘ˆòÿ‡*œ "
b"ŸvþM\x03 ÀD\r ·\x05\x05 ¾ôÈ\f\v "
b"Ÿ¾[íÝeIL¤w…\x10 ”ÿû0 "
b"ŸàKþE1F‚£\x01\x05\x16\f ÞWb "
b" \x02 ¿P—ÁCX¬¿÷\x12\x0F éæŸ "
b" ¤IóÕÍJy€\x11 í®È¹H„ "
b"í─├┼ɬAàɸQ╦\x15 Ö¦‗ "
b"¢ž&ˆ¢ÄK1Œ\v ¡-ÍîÌs "
b"£\x12 °¼|šF®¾÷©@'ºF8 "
b"£8‰ÅפKÚ½©ÞÒìMH? "
b"úZ®\x1E SûGöÉ]¹1À\x06 Î¥ "
b"úí6╚╦SA¶ø¨┐2+.Éy "
b"£¾0ÿ7~LÒ®`þÚæ¥°\ "
b"ñ\x0E B8\x01 █I|Éäåm\x0F\x06 ╝¢ "
b"""
¤²Q\n
»©Fá¶À4›\x19 :Pê
"""
b"¥E˜µ#ñE¯€%–ƒ¼Í©O "
b"Ñ╠ÁrÅ║E¨ûªZµdEÛ\x0F "
b"ªU²\x17 ÕÉD\x00 øp'ï^³ì_ "
b"""
¦Ä\n
qH‰H/¹ý\x08 \f se\x06
"""
b"ª\x10 <6¿L,ü\x07 ü/³¿ï╠ "
b"""
ºçøý\x11 \n
Lÿ║╣áÇk▀\x1D É
"""
b"®\x04 LËLJL\f Ø%TW\x14 ÒÇa "
b"®\x08 KÂ╔║N]ªÑ\r lü$Å> "
b"©\x11 pn½ÈOÁ› ÁÕÈ\x08 Bû "
b"©\x17 ao;¸Oÿ—¦.ñ%\x10 Tª "
b"©.j»ˆ<@\x06 ¢è*¥QøŽ— "
b"®éÔÓ®|J\x16 é\r ì.r+g\x0F "
b"ª"læ÷éHp¹Aóq\x12 6ƒ¬ "
b"ª/*\x12 gàEe‹Tw¤nAIW "
b"ª¦ö\x00 4\x11 F6•ªYÐ\v\x1A Æñ "
b"ªç«Œ7ÛAƒ¼f\x1C f9¾!Ü "
b"«‚4$¼ïJi·'GV?p´ö "
b"«–áÇ\x1E žJ>¨dx0\x00 ûa° "
b"«µ\x0E Ö\x13 5Np«„\x18 ‡\x07 =ÂÔ "
b"¬ýu†Ð(Hñ¬€\x1F Gvï¤\x14 "
b"sZñëûB\x1E “ä\x08 °sĨš "
b"""
ÀCõo\x13 @t‰\n
Y„}\x1C 9Z
"""
b"ÌJ•ÈJIó–\x14 àIjå+_ "
b"""
«øÔU│¤B\x1A ØRç\n
\x7F ╠£Ç
"""
b"®¬ó\x18 ¨\x13 Gعò…\x11 j4›\x1E "
b"»{4\x07 gäNG¢üCÉme¹\x01 "
b"¯†vßFªIø¸\x1D B`®©Úï "
b"░\x12\x15 nÙoD+ÉZ╔\x01\x01 8y╬ "
b"░┐Ü9"\x11 N\x03 ®§LDÉ®\x10 Å "
b"""
▒ä²Êü\x19 O░Ñ\x1C ¢$ç╚\n
\x04
"""
b"±‹í\x0E ¥IGG¨¸é {qL{ "
b"▒ØØ£4¢@ƒÅ\r N@z#┼N "
b"±ðÃÝrmEⵞzá²q\ "
b"▓\v 5ıÖÉO\x17 ôãm?-2ù7 "
b"³°>—ë\x07 Ne¡ü\v œˆk¾\r "
b"³ã0DÈPGx„1ùöE\x08 "Ë "
b"³î¤$6$OãˆrBTÌ/39 "
b"´A\x10 ðB¡@Ú‰/œ\x08 ":åÎ "
b"´¥Šö6\t FÛ›ÓwGl\x13 žs "
b"""
´°œÛ\e \n
Mí¡\e … #ÐÅË
"""
b"µ¸\f ÁσFЀf·\x01 ’øò\x05 "
b"ÂeåɱûH│½\x13 \r M->ÑS "
b"¶s½½A:D—‡ \x16\x03 º«·L "
b"¶š¶ý\x02 ?Dz¹\x03\x17 áI@X« "
b"¶Û’LnÉC‹ƒ\x08 dè»82\x0E "
b"·\x1A îd\åNgŒb¢\f #éÈž "
b"·…m®¼¤H\f ›\x15 Á› ¢\x12 ì "
b"·Å\x1F -–Hß¹R$Soó!\v "
b"¸\f ô\x11 ßšNᎠ\x0F éNÀfý "
b"¸€„\x00 $õJQÍ\x0E MïäBÊ "
b"¸àƒÛm°D±‹²,\x1D ªå\f\x0F "
b"¸÷G䤰I3¨•\x08 >LXçA "
b"¹x®d-\x7F Gù½§k¤ð#ýú "
b"¹‰ÌNQmBÙž>©¦"((‡ "
b"¹Êe}/õH¶”]“¹\x18 '©_ "
b"║\x0E 3å╚öGá┐À├³\f þÕü "
b"º„ðÒ²O\x7F —7Ë颃‘* "
b"║Þ├©ªñE^ø\x02 w¦É¥%ÿ "
b"»q#Ô.¢KÛ’e\f nÏ‚µ\x00 "
b"¼.Éú4nA»”ý˜X9³5‚ "
b"¼±‰\x08 ÄÅ@¥¾À\x1A kêÆkG "
b"╝Õ \x1D £\x17 Im¢h±ÑÉw\x7F ¨ "
b"¼èÂ\x0F\x1E nH5†oR\e\x08 €Y\x1C "
b"¼þ+=\t ‰EÓ²ýÜŒµà0ç "
b"""
½i\x02 c\QDj”\n
5À€_\x08 p
"""
b"¢ª'eƒQFÖÅ\r ░ë\f ┘óS "
b"½åÐt¯ÜOg”Óù`2\x11 ó "
b"¾vD\x15 äHdºlrû¦ô û "
b"¾´p¼\t C@ä¢$³·ÏÙ…‚ "
b"¿œYJ_ôC]‚\x15 9Ÿ8 ø¬ "
b"¿óúok~IÔŸœ;¬Q²\x08 – "
b"ÀBx~t#E–‘__í\x17\x04 ˜; "
b"└{ÿ±)sE\x1E ŧïï\x00 {┼\x7F "
b"À¡œ\x0F /éAy˜Îß"\x0F ½mY "
b"┴╝ÝLú\x1F J▀Ät$ ì¾\x06 ¾ "
b"ÂDZ0DiA\—¡ÇFm›X¬ "
b"Ÿq‡¬+O²z}\x18\x1E ù\v ¥ "
b"¦oË¿Ñ@f²¦\x01 ¶ÛÍħ "
b"""
┬╬ÓüwQH}à+´Ä\n
?\x1E "
"""
b"ÂìÅiowH+º VÇ[6Õm "
b"Ã\x0E #vJ»D]µ:ï…7H>Z "
b"─ÇÅð9iI5æY4CäÃ-b "
b"─ùBRôÑOôæ!þ╬\x07 .êÉ "
b"Å9ºïy=@é°¨†@ŠÄ\x1A\x0F "
b"ÅbšÎ¶ËEÑ«XÞíÛ\x1C ‚F "
b"┼░¤¤E┬LêÅ)▓GߪCƒ "
b"Åܾ[ùŒL´€š^2\x18 ÍXë "
b"ÆŒôKØ<B˜¹‘ßÔWO±à "
b"ÆÉ ‘TRIY»cȦ‘·Q× "
b"ÇŽÌ\x7F -\n DM»\x00 WÒ¼×0; "
b"È4ìø|1Gv‘³;mhîeY "
b"ÈWYŠûkN"™Ÿêçstvž "
b"È{Ó\x1A ¼\x04 E¸·ià©-Ú£g "
b"É÷šP‡SMUœdD\x19 þ@žŠ "
b"Ê\x18 ù?!\x07 F♪\x04 Ñ2$/” "
b"Êœ*EAèN¾‚p\x17 Ö\x16\x11 ”] "
b"Êã“2p—@²‰šø\x18 'm¬Ü "
b"ÊæåWºøN<NâüáŠËß "
b"ËÎ6î5ÕGÀ-Ú0-\x1D\x17 … "
b"╠8ö«¶\r @─ç:ë^z|cÅ "
b"Í=\x12 —¾„LjŒ%oàpÞEÚ "
b"═gRð&+KjÆÉjyÛ\x1E i\x0E "
b"═Å╔+q}KsñÝ8Ó\x10 Ó å "
b"Ï\x07 1…\x17 ÷F?¹ÒNy.ßfÝ "
b"Ï\x12\f ßì·Ab‡ŠÃ\x1E ÷Ê=° "
b"¤,║g¦C@°Å\x11 ¹┌;³5æ "
b"Ï.°ãš\x1E AÃ\r \x13 K\x02 ðÊ\x14 "
b"ÏQjºÍÉEʉ\x17 àíB€§" "
b"Ïu€×¤iF‘‰qüøûË/; "
b"¤╣2║¨<CKÉ$UXZôÄ~ "
b"Ðå\f +rJAÆ”+Sà·\x7F ïù "
b"Ó<ÆC¿&Gt²Ï\x12\x07 ~Åèñ "
b"Óh/ÒÃzO®·\x11 ÞAvZ\x02 q "
b"ËØxRk\x1C @╦Å?RJı®.Ø "
b"ÓîŒìT0JЉ®\x17 ‡T‚\r Ú "
b"Ô,y„½«GY‚\x18 4°”æ(¦ "
b"ÔWê½ú×J¡ˆÊÛ·.ÿC\f "
b"Ôª\t õd³Aô²\e à3Œæ{ù "
b"ı\x1C scZBA\x07 »├üÝ|Ê┐´ "
b"Õ0;Æ\x10 áL4Ÿû\x03 ^mÎ}ê "
b"ıä\x15 ╚╣ÉHgâ§└p\x1F k"\x02 "
b"Õ—:ØÐk@:¤ÉJ\x1C ä\r \x10\t "
b"Ö\x02 :/\x0F\f F”“ŘìðDT· "
b"""
Ö\x18 Wm7wFq§x[É\n
Ší\x1E
"""
b"Öb’gÖ\x16 OÅ‘Ÿ‰zÉH(ç "
b"׈s–ÑÓE¿¹ìx\x14 –½ªÚ "
b"Îѽ│tÅNeâ0|¥p╠¨─ "
b"׫\x07 /݇G\x01 –¨;]j¦\v ü "
b"×ÙhŽ^|Nk—´\x01 dP¬\x1A\x11 "
b"؆-jè‚Dl¬X\x04 ãu]I¯ "
b"Ï╗\x06 ±k°D«ê(Z>-®Å╠ "
b"ÙQ:òÂ}C\x03 “ò±3´¸ÎG "
b"┘ÜIK═aF░ü\v\x1F È╣■&þ "
b"Ú/^µ&HLgŒ'&0Sûý\x1A "
b"Ú8˜\x13 ¹ŽL\x0E ‡|Ŭ}\x03 Ê\x13 "
b"Ú_f5©‹Gh¶%ûôGçË& "
b"ÚvŽ„4ÉA\v ƒéŽL\x1D (¿L "
b"┌ÐçJ\x08\x06 A®à\r ü=î\x18\x1C X "
b"Úôɺw“F‚„pUî>Ïò& "
b"█ì\x17 §14N┐Ñ1\x1A ªÌëøÊ "
b"Û˜ÐÒ½ˆKt¿\x07 {Ÿ–\x1F\f ø "
b"ÛÌ‹¯,•OÁ…ô\x18\x14 µb¾7 "
b"Ü \v {\r ÕI„Ž ä,\x1C sXQ "
b"Ü"eOcôLH±pЬãTο "
b"Ü=\x14\f z™C"¶7¨W}åým "
b"Ý\x00 ‘\x19 ˆµG\x13 ‚\x7F 4\x1A\x00 D.Ò "
b"¦\x0E 9ÊϺE\x1E ©~Ãü=í_\e "
b"Ý\x19 ePK‘@¯—ãhLf\x16 Ô… "
b"Þv† jÒM2§I\f\x1A ã\x17 ß7 "
b"▀A┐·ÆwB\x15 îÈðuÛRÉõ "
b"ßsbÚGÊJ<¼d%Ç2x„\x06 "
b"ßÖŠ‡çÌHhŠôÍò¬¯;b "
b"à\x01 ¿bþ5C4—aîsU@6ô "
b"Óu┴¢!µKeìr\n █\x0E ó\x00 ½ "
b"àz8²`0Gxƒ=\x1E\x1E !r8º "
b"""
áPj¿\n
‡O7¸\x1E \n
F\x0E mão
"""
b"ߨ$▒\x14 ýMÆàÁıç¸!*\x18 "
b"ßð¹ÅOæO╗â\x10 <«T½\v "
b"""
ãBµ±5²@\n
ƒN„Ä]E\x02 5
"""
b"ÒÆLÕ_lHÖÅ╦\x15 ä\x10\x03 ░\t "
b"äNÂb¤H澺SYKð\x0F û "
b"äËSX²ÚD®€šñO5»C\x04 "
b"äÎy$2–Kl½7\x07\x18 Óe^9 "
b"µ\x19 Ä{█ÿN╬ø|·§_┐Å\f "
b"µ«\x1C ÷ënMƒúüñD\x12 ©a\x1F "
b"æçñäÓ(C¡—;ê¨Æ†!² "
b"þsAðü«OJ┐kø█3ºO░ "
b"Þ\x0E m;\e\x18 L¾áØ═┌r░©` "
b"éd\t _;\x08 B’¼\f\x10 0EËXû "
b"Ú°ÜXØ\x11 AT║\x06 \\x1F ëüʨ "
b"Û*K\x16 DjEäÆü\t êcø¦M "
b"""
êàZmO\v KÍ‚¡T\x07 n\n
ƒ\x18
"""
b"ÛÒò\x05 §ÅJV░SÅùîf\x06 ½ "
b"ë2ý«Vä@A‚žµºá†7\x02 "
b"ÙnÊ\x1C {äF┬ɪô\v\x1C\x1D þ§ "
b"ëoÓºm\x02 AÞÕpÐaã\x07 ‘ "
b"ëè°çª\x15 G?‡t§ÍvâVË "
b"ý0òðb▄J;┤ج═+±7% "
b"ì7\x07 ð\x03 ]C …\v Ž~¦ˆg‚ "
b"ì\x7F Ý®ž\x10 Mg‡½¾&$¾˜Í "
b"ìðýWÚÆA}º%øÂ]Þµ¼ "
b"í,{>_–Dr»\x02 :\e eI™B "
b"íu"FåÙM怫¶bɸ›* "
b"í‡\f FômOÕž{½³°°î® "
b"í¬jgnÙGã¡üY\e ùÑ,\x1D "
b"î=±Vê#N.œ?J¿ÁNuE "
b"îH‰\x14 MôL\x13 ‘ég'\x17\v ÇÉ "
b"ï\\r ,«‰F4·Ò™`þd£¥ "
b"\x06 mg½YE\f À¼\x06 ÙØ¬^Þ "
b"ñGÌ"\e Ë@\x04 ž\x7F µÍ\x0F íÒª "
b"ñ\‹b¸HFÒ ¤Ö¥†™Z& "
b"±a\x1D ▓¹'Hª╝1ÅÐB\x06 ì% "
b"ñoðHˆ\x17 Bв-læ!«nË "
b"±w\x07 9ıÉDâ┤uı+\f Ý\x1A + "
b"ò\x03 8ù9ÏNj‡0QWÂRg "
b"ò®\x1C ´É“@ä®\x1C\x15 ßËj’„ "
b"ó¨Öžîä@¿¬û\x1F 9X6ä\v "
b"ô\x0E Õm\x06 ¸DC¾\x04 ¹›ølÇ¿ "
b"ô.{ì,§GM³Ú$@Qšé& "
b"ô7¬\x03 àŒEâ´¬lÂÁ¾áÅ "
b"ôY\x06\x1C á©C!¯c\x18 hê|H\f "
b"""
§\x13 JÖ▄\n
MM╝\n
[┐\x1A Å\x12\x11
"""
b"ö–\x14 ¿S²K䱌\x1E •JÓ㢠"
b"÷\x1C *£\x1A èNÔ±\x12 =¥ž³€½ "
b"ù\x02 @–!ÖHùƒÍ‘ì\x14 Šƒ“ "
b"ù\x05 º>rBGæŒØ\x16 2\x7F .¯¼ "
b"""
ù"Õ<\x05 >Fß“)…õ\x13 \n
\x0F #
"""
b"¨ªÚl\x02 D9ö~ô¼âw©Ø "
b"ú`ÌSýENU—?‰ö°ßF… "
b"ûiqÐ\t !J+´4œ\x1D Ñјè "
b"ü?,\x19 dóC€®ÇûãFóW³ "
b"üAW\x18\x7F çG’°~*‹sôÿ^ "
b"üø\x02 &ì˜@O¨s,\x1E ªPYì "
b"²I¶#w¼KÚófßäÇìè* "
b"þLA\x03 ¯sDì³4Å\x13 -ÿA= "
b" G©ü&lLf¡Däl\x02 .æ╦ "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500 OFFSET 1500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x001EBC863BFE48F39417190A80C33027 , 0x018F28E328E67D0BA2ADEFF05DFC2DE4 , 0x018FC3EC8B0C7995B577325D7F0D3CF1 , 0x018FC3ECC5E871F2812AB7FBAD0D3221 , 0x0190BF04D36471E78EEB83F0FF3536A5 , 0x0190BF04D36D73DD89D87EC016AA6CB4 , 0x0190BF06446073C9851C645BA87CA5DC , 0x0190BF0743427344AB43BFFB563A2D13 , 0x0190BF0754F9735E9D0DCEA0C6ED9819 , 0x0190BF0764637324AE06EDBF58E804B7 , 0x0190BF0764A473549C8F13A6440F5D1B , 0x0190BF0779CB7237B3E78E5C67231E6B , 0x0190BF0781B4736386A82D23FA54D191 , 0x0190BF08CBB571418CD6BB9C68A32938 , 0x0190BF08CF987154A875C402DC950BEE , 0x0190BF08D3A372D99658FCBEBBFBE9F4 , 0x0190BF08E04E738C92A5FB2947891389 , 0x0190BF08EE507116AA3CC327845C71C4 , 0x0190BF08FA9371E783674AE41C33D815 , 0x0190BF09482C701BAB8037D26DE7677E , 0x0190BF094C3571BDA9655E6727A9D18F , 0x0190BF09502073CFBB76561A36F53523 , 0x0190BF09502B70BBB2335FF17A7868A1 , 0x0190BF09503472CBB796A93268C2E28E , 0x0190BF09503D70F7833E54997253320E , 0x0190BF095046702BA765CFFCA6C2BCB6 , 0x0190BF09504E72358C02DEF44008DF7C , 0x0190BF0950557266940D486F3E52EFC9 , 0x0190BF09915273CDB6A5351E3B2FD581 , 0x0190BF099334721ABABE0EA6E562BBEA , 0x0190BF09976A7234BF8EE13157094DBF , 0x0190BF099BB671B592649D4A7CFF4FC1 , 0x0190BF09A026731B89DA379430170F44 , 0x0190BF09A45C7262975F23920B73BE8E , 0x0190BF09A8D870CEBFEAC8370B9D60F7 , 0x0190BF09ACF770729A120650782B3B83 , 0x0190BF09B120717AB97CAB8D1A040F01 , 0x0190BF09B56B73E38B6CB46F2809B005 , 0x0190BF09B9D87003A66D1B41268AD5FA , 0x0190BF09DDE77371A986CC3DB946D4E4 , 0x0190BF09E21173C8AE29D2743AB2ADE5 , 0x0190BF09E63D738897DF57E9BEA421B3 , 0x0190BF09EAA372668AF851668CB5A63B , 0x0190BF09EED670C4A0F0D0D2D7775E7E , 0x0190BF09F36770C08841CD1767604743 , 0x0190BF09F3A672989624246E870DC36D , 0x0190BF09F3E67292ACE61EA8B1307D24 , 0x0190BF09F42570348B37805CF808C322 , 0x0190BF09F8ED73F7B901737FCE245E3B , 0x0190BF09FDB3730386FFD64F8CD2EC32 , 0x0190BF09FDBE70138E5DEF850F174EFD , 0x0190BF0A0283706F80C9FD4D68DF1E9B , 0x0190BF0A028C721AB3950B7ABB633A4E , 0x0190BF0A029472889FA3F6AABE37A22D , 0x0190BF0A070D703BABF0271EA2D0AE86 , 0x0190BF0A0C44728A8376E2D0CA19BC95 , 0x0190BF0A0CBD70FFADB10C16CBB33716 , 0x0190BF0A1249728D92BD6C9896D447BA , 0x0190BF0A132E7129A997BD97751415E4 , 0x0190BF0A17DB7213BFA8460CF1E5487C , 0x0190BF0A1A4A7097A2C68A6995718F63 , 0x0190BF0A1CAC7325AE25CCFE50B268BE , 0x0190BF0A1CEC72E38BDCD31BF360FD28 , 0x0190BF0A1D5F70069B823401625DE2A8 , 0x0190BF0A1DD472D2AD016E4BBD1F549B , 0x0190BF0A1E5073AB9ABB1A255E257A3E , 0x0190BF0A20267328BDE624C57580C348 , 0x0190BF0A251470FE85BFB9905F0D1526 , 0x0190BF0A2A1B73BCA8036114F1AC8F8D , 0x0190BF0A2BDA73D59253815A7EAEA7B5 , 0x0190BF0A30977139B7C6CC2C5DB81CBC , 0x0190BF0A32A0709ABB1F53C7CE6D01BA , 0x0190BF0A32FC736A9E30A310AED1E79E , 0x0190BF0A39F07055B6C9CED6A5331D9F , 0x0190BF0A3ED3711ABB9D6040FE19F81D , 0x0190BF0A439770E1AA8F3EE8B1AA89E9 , 0x0190BF0A483970A9B63C1011AB23BD70 , 0x0190BF0A487871CE961147FB6086B942 , 0x0190BF0A4CD472E38AF5C93084A53A51 , 0x0190BF0A51C07141B8EFEF266FA5C691 , 0x0190BF0A569470EC9F3407951FE80DD3 , 0x0190BF0A5B61705882A235BCD4901A28 , 0x0190BF0A601A722D90EEA2692EBCF32D , 0x0190BF0A64CB7071AA28CC179361AB61 , 0x0190BF0A6A0F719F90BAF8BB524E30C5 , 0x0190BF0A6E9573EDA4B746FD77164801 , 0x0190BF0A736D7325ADA2FF6944A88B77 , 0x0190BF0A780F73D6A624B62521AF0BAF , 0x0190BF0A7D6F70B18F3DCE92575C3582 , 0x0190BF0A82D3710B8DB6573A534EE84E , 0x0190BF0A837B7363BC0E9F93EC1BA828 , 0x0190BF0A89F1736CA469E0E6077AB861 , 0x0190BF0A8B0773E0B8BF8366B2824F6A , 0x0190BF0A912273028CAB1510483A976B , 0x0190BF0A920971C0A7F2C5CCA3EDC775 , 0x0190BF0A990471D9A178C6B0BD21AD30 , 0x0190BF0A9A217030916617EB3B7B2758 , 0x0190BF0AA1BC70CFB11461D4167A2D6B , 0x0190BF0AA6A070B58E1AD678B961C013 , 0x0190BF0AAB827138B13793FC0550BB2C , 0x0190BF0AABC070558268801AF19EED04 , 0x0190BF0AABFD711988F7F36839ACD255 , 0x0190BF0AAC3B7087933B11CBD07EF806 , 0x0190BF0AAC7A703590EA8E433D013329 , 0x0190BF0AACBB71E49A000A16DDCB7491 , 0x0190BF0AACFC73D7AB065307686686A5 , 0x0190BF0AAD3D70128BC0425960CF2884 , 0x0190BF0AB24670C6852EA0CD8CAB23E2 , 0x0190BF0AB2537055AB1B0C1F1EE1B6C9 , 0x0190BF0AB76E7380A6364A90AAC17919 , 0x0190BF0AB7AC738F9966D4F419836F0E , 0x0190BF0AB7EB7304B59E791EA34276AD , 0x0190BF0AB82A73218E962EC1437C6637 , 0x0190BF0AB8697323B4B63BF131D2DA5C , 0x0190BF2A31297203832613E6EDE81394 , 0x0190BF2A313671F8BB41530CBE83A4FC , 0x0190BF2A31487026AD68B7B8368E845D , 0x0190BF2A3151729BBA2CF65739A688E2 , 0x0190BF2A315B73BFA825FF9A15AFF68C , 0x0190BF2A316573E58F48F23AC0D008EA , 0x0190BF2A31A0701A95F057DFD899C0E1 , 0x0190BF2A31AC71FEB876507A84A0883E , 0x0190BF2A31B77160AA70C538984E0A39 , 0x0190BF2A31CA71CAB2B7CDCBAD407E93 , 0x0190BF2A31D5701C9E152B4DB50C1A5C , 0x0190BF2A31E071499B6193E5BCBC457E , 0x0190BF2A31EA73868228B35CB6DAB4F0 , 0x0190BF2A31F572C5A256397FA8DB64E0 , 0x0190BF2A32017059909D92CB1B3CDA51 , 0x0190BF2A320D737FB11855EE71D6F0A4 , 0x0190BF2A321872EC844A5BB71321FD28 , 0x0190BF2A322A738B8C44B8EB1AC1B983 , 0x0190BF2A323472E7AB7BD4C9F44716C0 , 0x0190BF2A326E71D3A5A655D49600FB27 , 0x0190BF2A327A71079A2DAD1C1A864A5E , 0x0190BF2A328E70EA8D7FBA2CDDCBBD73 , 0x0190BF2A32A3710EBC21721721F0D42A , 0x0190BF2A32DE73FA9EAD3E6EA67F8E4F , 0x0190BF2A336C715F8CE72C8F1263FBFD , 0x0190BF2A33B47072A7193C2AB7253AFD , 0x0190BF2A341970A687178B4B09F3AC9D , 0x0190BF2A454B72DD836931320FFC98DC , 0x0190BF2A684A713C8FD8624C42F8D2B4 , 0x0190BF2A699D7363957B60A05C0A1137 , 0x0190BF2A69A77154AC21D04B0F73F754 , 0x0190BF2A69B1706880F503360CC7C351 , 0x0190BF2A69BC7272A9373533F4D00200 , 0x0190BF2A69C672ECB5D26D4D47399E59 , 0x0190BF2A69D073CF91249DAE8AA758B2 , 0x0190BF2A69DA7341AD7F6D6F4B3D4091 , 0x0190BF2A6AE271A6934137EC0A69A204 , 0x0190BF2A6AEF7341B803C9DA03009D1E , 0x0190BF2A6AF97295A96D76214BE9F633 , 0x0190BF2A6B04736B84CF3E776C38BEA8 , 0x0190BF2A6B0E739CBC672BCDF0BF5C78 , 0x0190BF2A6B197197BBA1D31BA3DE45A9 , 0x0190BF2A6B24721DA240084C3DE0CDDD , 0x0190BF2A6C2972619F40AB7BBD55C01F , 0x0190BF2A6DAE73D696413879F7822116 , 0x0190BF2A6DB873D8A297061AAEC7C8DF , 0x0190BF2A6DC2713182ADA2D02D8BCE16 , 0x0190BF2A6DCC728A8F9723DCC6DBF45E , 0x0190BF2A6DD67001A8D45AC261741DFE , 0x0190BF2A6DE37074955DEDF6A6A3E034 , 0x0190BF2A6DED71A89CDFFECF5DCC0D34 , 0x0190BF2A6DF772E2BFCD910070D480B6 , 0x0190BF2A6E0171368BE6BB123449F7EE , 0x0190BF2A6E0B720390DE0AEB1D728360 , 0x0190BF2A6E1571F5B25801A12568C210 , 0x0190BF2A6E1F71ABB6C684F4524C9577 , 0x0190BF2A6F5B7298B26E7CBFA84B139E , 0x0190BF2A6F6772D691D9C33C1D6693D1 , 0x0190BF2A6F737231B2F91C1161C77E56 , 0x0190BF2A6F7E7262BC4933C20EFC5984 , 0x0190BF2A6F88731CA0F5C60C98E5A34A , 0x0190BF2A6F927157A93086D1DC3848D5 , 0x0190BF2A6F9B708C9BECDEB081098A85 , 0x0190BF2A6FA570F298139EB9BC735054 , 0x0190BF2A6FB071EEBB6676934C483928 , 0x0190BF2A6FBA719B9A290B1119E91B49 , 0x0190BF2A6FC47363896AE49B0336F0BE , 0x0190BF2A70F9722297E95078B1477A97 , 0x0190BF2A71047142AACC5C55EAB091FF , 0x0190BF2A710D70E883DD0835A5D4F2F1 , 0x0190BF2A711773FBA75E202FB6325912 , 0x0190BF2A712073039BC12A5B7297FE3C , 0x0190BF2A712A707DB7594C2A39379BD3 , 0x0190BF2A721E72919AF6A9B7E27A43DE , 0x0190BF2A722973769093A439728FBDB5 , 0x0190BF2A72347207B1E9FDBFFDCEE9EB , 0x0190BF2A723D72A1943D647A673375E1 , 0x0190BF2A724771E39E6787C38992AD39 , 0x0190BF2A725071828132D4FF8FA200B4 , 0x0190BF2A7346734684ED2CD46F7D738C , 0x0190BF2A7350720A99B1DCB8B4D77A25 , 0x0190BF2A735B71B3B7AA8CF0DBAFB4A2 , 0x0190BF2A7365705397B0270F1CEE1F39 , 0x0190BF2A736F71EB96721C49265BA6F3 , 0x0190BF2A737871FFA5AB0F11E873E33A , 0x0190BF2A746971B0BF9CE7C1B4163482 , 0x0190BF2A747473128A8A7DC0FD51C475 , 0x0190BF2A75D871CC934E37779F254BA5 , 0x0190BF2A77C27141BD3AF3B86E19B531 , 0x0190BF2A78E0707F8A934FFA7BB86117 , 0x0190BF2A7A3A7248B780DC29C2EADB12 , 0x0190BF2A7A467218A7F58C7B625FE3EB , 0x0190BF2A7BB670F6B3155C983D8E90FA , 0x0190BF2A7BC17208A041BD809D8384DE , 0x0190BF2A7BCD7351A8462137DE7DC83F , 0x0190BF2A7BDB7011B73966C904353D48 , 0x0190BF2A7BEA71D4A4CDCE2E0CD06D4D , 0x0190BF2A7D1870F9AF97A3E060955B3B , 0x0190BF2A7D26711FAB9ADE62EF25D642 , 0x0190BF2A7D3170178C0246DC6DFC7916 , 0x0190BF2A7D4972BEB393DAC984A1F6DB , 0x0190BF2A7D54733FACA6259DF0FCAEB3 , 0x0190BF2A7D5E70F3BE33D739DDA24F31 , 0x0190BF2A7E7B718ABD451A01D3784D64 , 0x0190BF2A7E8B7049957942CD696049EF , 0x0190BF2A7E9B70D0907FDD6DA117E23E , 0x0190BF2A7EA870149811B4C0BA5FC5A0 , 0x0190BF2A7EB370D48C5AEEDB38AF3920 , 0x0190BF2A7EBC70B4AE1D87259506600B , 0x0190BF2A7EC673DF984EB37BB5948FA5 , 0x0190BF2A7ED070CCA03351433CFBBBBB , 0x0190BF2A7FF372739FCEE9A9C2150B8B , 0x0190BF2A7FFE71A1A3EA7B7ED4549B1F , 0x0190BF2A8008733785002042938042DF , 0x0190BF2A801372A2BAA650C95F188BF2 , 0x0190BF2A801D71DC8DE4516F171CDAF3 , 0x0190BF2A802770BFB46BFA64D10B398D , 0x0190BF2A803271DE9BAFE9D9F6651A0A , 0x0190BF2A803C73E9A0BA7FAE389EFBA5 , 0x0190BF2A814F73AB84B844BBFA6BAC7A , 0x0190BF2A815A71DCB5F7C20B899744F8 , 0x0190BF2A816673ECABA6D3D855EDBD4F , 0x0190BF2A8170723697CBEC7AEC27B541 , 0x0190BF2A817B7199A882D65FC9E791EA , 0x0190BF2A81857190983ACF9C6984D7FD , 0x0190BF2A818F73808EC8DDE487F7D1CF , 0x0190BF2A81A370838567369232E60390 , 0x0190BF2A81AE73B0834970177EFD0715 , 0x0190BF2A81B8708D8825833E85948B05 , 0x0190BF2A81C27083935287D86B721392 , 0x0190BF2A81CC70A4A9825CA707AC1FA9 , 0x0190BF2A81D5739AA8F829A2B07BE612 , 0x0190BF2A81E67268A360FFD5D413C70E , 0x0190BF2A8221728E860BC4522CBCCFC3 , 0x0190BF2A822B72599BBF5ABAD833A9B0 , 0x0190BF2A823472B3955895656A15BE68 , 0x0190BF2A823E729AA3877D06D5209764 , 0x0190BF2A824873078FC82A397765847B , 0x0190BF2A825372E3B31DDB608DA92B85 , 0x0190BF2A825D73B68883C68E53FA0F12 , 0x0190BF2A8266716CB7978EFE7C9D3E49 , 0x0190BF2A837C7209BE38BC3027221C34 , 0x0190BF2A838771C08A33F7BBD6C05ED6 , 0x0190BF2A83937109A3C78D8DF0ECEA87 , 0x0190BF2A839D736F8B38BBD18883B0F6 , 0x0190BF2A83A871CEB5E6EEA553F58C8C , 0x0190BF2A83B27341AADCB84002E999DB , 0x0190BF2A83BE71669DEF80D88C6C8229 , 0x0190BF2A83C8722A894F814AC0F8ABED , 0x0190BF2A83D27216A37571AFC5339FA0 , 0x0190BF2A83DD71EA84B7F8B9E92F63FD , 0x0190BF2A83E7713C858F40651B678453 , 0x0190BF2A85107224934024D80A4CC9E9 , 0x0190BF2A8519705099D00C84705384A3 , 0x0190BF2A852371C8BAB4AF868B961084 , 0x0190BF2A852C722996F5BF8D10DE6056 , 0x0190BF2A853773ECA745C3EF0622DE94 , 0x0190BF2A854171219426B7E266564228 , 0x0190BF2A854B7014B737EF5194E0A4E3 , 0x0190BF2A864A70BB8436924D59D92C1B , 0x0190BF2A86547372B4CFF3704AF1D787 , 0x0190BF2A865D7266A66A9D35D396685A , 0x0190BF2A8667721192B050332E19599D , 0x0190BF2A8670720E92C5DECB641DA093 , 0x0190BF2A867A715B96FC6BE5A0D5F54C , 0x0190BF2A86837376B25F2DF3898A4A1C , 0x0190BF2A868D7308B6B0A0928CC2E764 , 0x0190BF2A8696723FAE8D36093789E4F6 , 0x0190BF2A869F715CAD83121E0E737F6A , 0x0190BF2A86A973D9A3B76CF2D13CA2D9 , 0x0190BF2A86B270A6978F468BB9279179 , 0x0190BF2A87B870BF95A726057AB3A600 , 0x0190BF2A87C2736597F128BA2E4858FF , 0x0190BF2A87D5706DA1D80308CE60BAF9 , 0x0190BF2A87DF71AFB080611C30682167 , 0x0190BF2A87E9730F881FEEADB3CAA021 , 0x0190BF2A87F371F6AA415C23D8597C14 , 0x0190BF2A87FC714289846EA981FB71BA , 0x0190BF2A880571DFA80BC996EA06825B , 0x0190BF2A880F72FAA55D12210433AED7 , 0x0190BF2A881873B984A7E7679096B4D2 , 0x0190BF2A8822719CAE854201FCE6C401 , 0x0190BF2A882B73A6BC7EC3AE7CF254D5 , 0x0190BF2A884E73C1A143FD00C7DDE495 , 0x0190BF2A885771EDB3A0F46291F31594 , 0x0190BF2A886073BDAD9E96995BCBDC0C , 0x0190BF2A88697130ACDE171309EFEF3B , 0x0190BF2A8873701092376DFBC40A69BF , 0x0190BF2A887E73A78A0D2EE5A936B281 , 0x0190BF2A888773B4A151E576AE8E1976 , 0x0190BF2A8890722AA4851920F3DDAE44 , 0x0190BF2A88997035821C15D45BC9C78B , 0x0190BF2A89B273388F178DAB17A80D56 , 0x0190BF2A89BD7314993032E404FB954A , 0x0190BF2A89C67271A4FE09743B608FA0 , 0x0190BF2A89DA737F86B5BA0C809909DD , 0x0190BF2A89E470E480385AA57BFCDC3B , 0x0190BF2A89EE7309A815256888449D81 , 0x0190BF2A89F8728E89C499BC9CCE7674 , 0x0190BF2A8A01729EA1F630BA6CA9DEEE , 0x0190BF2A8A0B73CEBB8FEE65AA4CAA67 , 0x0190BF2A8B197327B99487BA6D426292 , 0x0190BF2A8B237336A5FF4C593CD7E357 , 0x0190BF2A8B2D709A82080F6FAE6F5B2A , 0x0190BF2A8B3872C0939145CDB6DC9095 , 0x0190BF2A8B437330970ABEA9B9864C35 , 0x0190BF2A8B5273AEB0F69CE134F6496D , 0x0190BF2A8B6170EDAE7B285F725D3A80 , 0x0190BF2A8B717278A484D6AA885CF8AE , 0x0190BF2A8C837036B3EAE2B9A55A57CC , 0x0190BF2A8C8E7339B9EE60D8BB08BD30 , 0x0190BF2A8C9972F69BF8464E7E6501C1 , 0x0190BF2A8CA47047A89341FBDB25516C , 0x0190BF2A8CAF73CC9F614C6585363CAC , 0x0190BF2A8CB970EBBA96578E487111BF , 0x0190BF2A8DC2711496DF446D9712B2CB , 0x0190BF2A8DD1738B88377EDD2F8AAF89 , 0x0190BF2A8DDB7293BD1D2B3E0E914467 , 0x0190BF2A8DE472F199D36F9FCEA9FAE4 , 0x0190BF2A8DED7294A3BF1D4E70C35471 , 0x0190BF2A8DF673919F6E3ACDD6FBB8DE , 0x0190BF2A8DFF7242A8ABC339FCB25BD0 , 0x0190BF2A8E0872DE8097EF7EA2007A5B , 0x0190BF2A8E117047B15A02D4E20A12FF , 0x0190BF2A8E1A736D9CA912BC95CF3E07 , 0x0190BF2A8E24731A9B1BBCCA9B394598 , 0x0190BF2A8E2E73A0AE591791AB8F2329 , 0x0190BF2A8E5A70F7BE182B0779AE22BF , 0x0190BF2A8E7F730FBF994FD12DBDE16F , 0x0190BF2A8E8A7221AB043BEA70E27C0C , 0x0190BF2A8E9D73CBB1085B6A1F4D2635 , 0x0190BF2A8EA8714F8F4906E815748AF7 , 0x0190BF2A8EB170B2AF534E516ADF8A40 , 0x0190BF2A8EBB70B98336795956D4792F , 0x0190BF2A8ED773818C5E632827F27D6D , 0x0190BF2A8EE9736EB6C322AA364D8CE7 , 0x0190BF2A8F2671DC9223C4E1557A22A8 , 0x0190BF2A8F30729DA6C526106FE7EF9A , 0x0190BF2A8F3A7221A1DDF5B2EE91E128 , 0x0190BF2A8F4B70B2B677D6628EF262D7 , 0x0190BF2A8F547145AB85B919206DE044 , 0x0190BF2A8F5E7251B6D61704FD3123F6 , 0x0190BF2A8F6971729E5D05706C784E16 , 0x0190BF2A8F747186B2B7A836DD4C796D , 0x0190BF2A8F7E703F875F30254726C15E , 0x0190BF2A909A7213B3E68BB7C1C47AFA , 0x0190BF2A90A57027B76A7DD8FE051E77 , 0x0190BF2A90AE701BB1BCBE3D745BAE24 , 0x0190BF2A90B971D1A977C50EE8F3078F , 0x0190BF2A90C37095B7A73EC2E7E3E5C3 , 0x0190BF2A90CC7300A1A49C1D7C201E2F , 0x0190BF2A91C2722B9192EEBF3D1FB875 , 0x0190BF2A91CC7251901006F09BE4F9E1 , 0x0190BF2A91D6724196BB77DA1ABE65EF , 0x0190BF2A91E071A08FF5DD3C91987C29 , 0x0190BF2A91E970E7B936F21961561E05 , 0x0190BF2A91F271DC94FC5A7E72C49A20 , 0x0190BF2A91FC72C28F6A37CB614CC4F7 , 0x0190BF2A9205706D90BA47BCC2839BC0 , 0x0190BF2A920F7391994783210E83E3AF , 0x0190BF2A921872E2889B1E70FAC35723 , 0x0190BF2A922271FAAF262BFC7B552917 , 0x0190BF2A922B703DBDAA9F865AA9181E , 0x0190BF2A923570E1B8575320DE62F679 , 0x0190BF2A923E739E816F50BE547006F3 , 0x0190BF2A939A71B2A166C4B09A369D63 , 0x0190BF2A93A5733B914B0AD21E41ACEC , 0x0190BF2A93AF70EDA4B1EDECE8D837C0 , 0x0190BF2A93BA722F806E32E6A6C1A1DC , 0x0190BF2A93CE714D8F1DD041EEB2BD34 , 0x0190BF2A93DB72EF90020B7C7907C8D3 , 0x0190BF2A93F57110A65ADF0FAAE2C941 , 0x0190BF2A94007184866B018BA99FF1CB , 0x0190BF2A940A72A2880AA2CC7AE53DF3 , 0x0190BF2A941472AA855E073156988CD0 , 0x0190BF2A941F73F484A52C5FE7181BBF , 0x0190BF2A94297358877FB242B16D0A64 , 0x0190BF2A94367300BDCE6CA4843A0798 , 0x0190BF2A94407161BD3A0D7B471510FB , 0x0190BF2A9553738C87B00D8948A05E78 , 0x0190BF2A955E733EA58044620437C6AB , 0x0190BF2A95687320B1075D672529E300 , 0x0190BF2A9B2B7297A776E68F6261C01E , 0x0190BF2A9B5B7043B94928A5A6AE13C5 , 0x0190BF2A9B6F7085948EBCBEC0BC17CD , 0x0190BF2A9B79717BBC7ECEE772A21273 , 0x0190BF2A9B847120B213533DDB650E75 , 0x0190BF2A9B8E70D98659707F1356890A , 0x0190BF2A9B9770B18245E1F1D78A01EE , 0x0190BF2A9C9E73888ECC6BB48EC5D1C4 , 0x0190BF2A9CA973DAADF9CD98B3C16036 , 0x0190BF2A9CB37200AA45F1785D287FF6 , 0x0190BF2A9CBD7261B088F08CD2DCDCC6 , 0x0190BF2A9CC770E8B8C7E50049B1944F , 0x0190BF2A9CD0716EAAA1B7AE52AC10EC , 0x0190BF2A9DE5711383BDECBA5D06F04D , 0x0190BF2A9DEF737E9540D47B1E20E6E8 , 0x0190BF2A9DF9726DAAF51812DEA7748C , 0x0190BF2A9E03702AB79E1DCC7AE4B711 , 0x0190BF2A9E0C72ADA44E4125E085EAC9 , 0x0190BF2A9F1671708AC4A2ABF789294F , 0x0190BF2A9F2171D48BE4AB7077924947 , 0x0190BF2A9F457045A9A6534850E1EC38 , 0x0190BF2A9F50715DACCE7CB0512EC914 , 0x0190BF2A9F7372B88DE59B9E8DAD2F68 , 0x0190BF2A9F7E70E095857B4B7DA44165 , 0x0190BF2A9F8973D980FC107DA6E9A031 , 0x0190BF2A9F9373818142BA7136EC86CA , 0x0190BF2A9F9E7112B5B4675F31B32852 , 0x0190BF2A9FD872B3A7622C0F1BB4DC7E , 0x0190BF2A9FE37081B05B2867402FBB03 , 0x0190BF2A9FED723390251A1BC675675D , 0x0190BF2A9FF97071A00E8B537A5128F9 , 0x0190BF2AA0047036BAC606BE5E4CEA7D , 0x0190BF2AA00F72A0B368B0C380B17922 , 0x0190BF2AA01B728D8052E9E1623B086B , 0x0190BF2AA025705597C2F53BC8331FFA , 0x0190BF2AA0307317A9DCAA8912E63A36 , 0x0190BF2AA03B722EA08C2C8D351C82B0 , 0x0190BF2AA0467036A0B622A214FDD279 , 0x0190BF2AA05272B98A2243AD601569C8 , 0x0190BF2AA17973498AAEE040659397C0 , 0x0190BF2AA1837124AF646BB0A8F0E80F , 0x0190BF2AA18E738A89404867F071F98A , 0x0190BF2AA19971BE9748ED13AAD94467 , 0x0190BF2AA1A473EC843463F0FE35EE54 , 0x0190BF2AA1AE7339A2E610CACD5F89E1 , 0x0190BF2AA2AD73DAB66F2EE293D43AC9 , 0x0190BF2AA2B87271A7AD3552F5AD0D4D , 0x0190BF2AA2C2719A9386D03B48739C05 , 0x0190BF2AA2CC7161A074F27AB1B4BFA9 , 0x0190BF2AA2D672D9A788E57AD9DA2F46 , 0x0190BF2AA2E073759C3AFD7F2EE11609 , 0x0190BF2AA2EB739092F95CE62AB1F7FB , 0x0190BF2AA2F573FBB7598DC3C8EA4505 , 0x0190BF2AA2FF73A491D038D4584CBD32 , 0x0190BF2AA30A7290A7D8D285EE68A100 , 0x0190BF2AA41D73ADA41D03EC15582453 , 0x0190BF2AA428710287FC18286A38D2D7 , 0x0190BF2AA43C723FA6CB7CDF2FD8F47B , 0x0190BF2AA4467332A62F1708B280B4E6 , 0x0190BF2AA45173AD9C67DF874E9A8AA9 , 0x0190BF2AA45B730FB431C059766FDAD4 , 0x0190BF2AA4677069905CD8B38932D28B , 0x0190BF2AA471705289E3B37C031B985F , 0x0190BF2AA47C712EADFA91A6BFA04DEA , 0x0190BF2AA59670C5A2E6CD2F006A5AEE , 0x0190BF2AA5A9734AA5A5BE67637ED0CB , 0x0190BF2AA5B4732EB67F13A99B9D1FE0 , 0x0190BF2AA5BF7143A6CDBD067548DD6F , 0x0190BF2AA5CA70ACA0C49489B2C76B91 , 0x0190BF2AA5D571EB89C7A1DD30DF952D , 0x0190BF2AA5E0720BA2246E49AEBF932F , 0x0190BF2AA5EB702CA3AA25D515A062D1 , 0x0190BF2AA6097315AA9FC6B9B836D017 , 0x0190BF2AA61571A4AC4F1BC615E0CFED , 0x0190BF2AA62071258A6F4E9FE5F44235 , 0x0190BF2AA62B72259D5FB559C91BCCFA , 0x0190BF2AA63573598DF84C25F3B7CEE9 , 0x0190BF2AA640720ABDDC63E54E11CA01 , 0x0190BF2AA74673CCA7C54E18A1AD0687 , 0x0190BF2AA75171879A3B5899227DD54F , 0x0190BF2AA75D71589479B23F3E84D62A , 0x0190BF2AA7687049BA7DCBD9649C3B03 , 0x0190BF2AA772705D8A1CE0704E79B6B4 , 0x0190BF2AA77D734EBD27980B7DB7804E , 0x0190BF2AA788725DBF48BF171128B3F9 , 0x0190BF2AA793723A8B775186E00125A1 , 0x0190BF2AA8D573EA9F34ABCB33B64052 , 0x0190BF2AA8E071EA8D1B49DCFED8068B , 0x0190BF2AA8EB737CB9BE98A62C37944D , 0x0190BF2AA8F67389A3A30F3DD5456DD0 , 0x0190BF2AA9037348966EC601C77749AF , 0x0190BF2AA90E7058B60D3150F3F0788B , 0x0190BF2AA91C718DA0E44FCC97036CE1 , 0x0190BF2AA9277340AAFC5CCF43EDF711 , 0x0190BF2AA93271FAA614C318A5F88272 , 0x0190BF2AA93C736A94369FE0448965C5 , 0x0190BF2AAA71700886A46F007ABF60D9 , 0x0190BF2AAA7C72268E2B2FDF96A1A5BC , 0x0190BF2AAA8771FE96596AEA84242CBF , 0x0190BF2ACD3C71449F220017A6B92B0B , 0x0190BF2ACD467266BB75A548BFEC1BC3 , 0x0190BF2ACD5173B3BF1E373A66EEF2D9 , 0x0190BF2ACEA370DC8DEE27081A7B310B , 0x0190BF2ACEB17039A81325017AA90BB4 , 0x0190BF2ACEC270D5AA3A423C2307FD42 , 0x0190BF2ACEDD710B98051B0B8FD42348 , 0x0190BF2ACEE8722C8F4F355C4B23411B , 0x0190BF2ACFFA733EAD578C13A271F600 , 0x0190BF2AD00671A49428B20828A2FC05 , 0x0190BF2AD01272F89EB5EB72439F216A , 0x0190BF2AD01D719DA7397BD1EF9E542B , 0x0190BF2AD028706C95575BE12270801F , 0x0190BF2AD032702E9A2219DE21A2C6C7 , 0x0190BF2AD146701194BA281BFE26653F , 0x0190BF2AD15770838D1F6F3C179A5C2D , 0x0190BF2AD16770B59691D78EF0AEA5AE , 0x0190BF2AD1857101B0EB50A02F91C15D , 0x0190BF2AD190702192B729287C1F8B4E , 0x0190BF2AD19B72A1A91A6F00BD27372A , 0x0190BF2AD1A7736EA0A785A87393DF91 , 0x0190BF2AD2B3713AB71915B68C6EF4B8 , 0x0190BF2AD2BE720E93BC3014C44C29D0 , 0x0190BF2AD2C97130AE33415D0E31B1D4 , 0x0190BF2AD2D47083850F17E8F1C631AD , 0x0190BF2AD2E1728899139AF67223E7A1 , 0x0190BF2AD2EC7006B1B76FBFC8AF199C , 0x0190BF2AD2F772E79920AE639BC4CEB9 , 0x0190BF2AD301734BB5EDAB768BC0319A , 0x0190BF2AD44B7129ABFF1F7479F6A4CE , 0x0190BF2AD458737489AD63A187270CF7 , 0x0190BF2AD46473C491CE84C6A9A3E4F2 , 0x0190BF2AD46F70B8B1D58E69F9030E55 , 0x0190BF2AD47B700C9ED7EC5685D41388 , 0x0190BF2AD48673C6ACD9AF8271B394DE , 0x0190BF2AD49273B3AE29E84A3C3A3B5A , 0x0190BF2AD49F731C9DC4A78AC64AA04E , 0x0190BF2AD5C2716886920487B76E86D8 , 0x0190BF2AD5CE717EB5D22D8B3C1E4C10 , 0x0190BF2AD5D971B7A7F364E5CFC6F6BA , 0x0190BF2AD5E470B1B19586B087729083 , 0x0190BF2AD5F370DD949C57678871B0B0 , 0x0190BF2AD5FD7358B83B4CA48FB8E640 , 0x0190BF2AD607719DB7720F7E9ED4FB54 , 0x0190BF2AD73870FD8E89ADAD17605270 , 0x0190BF2AD74773F699D4C95CAB895DDE , 0x0190BF2AD755731180FCD5125E0D0832 , 0x0190BF2AD76271ACB5D7ED1477B11D00 , 0x0190BF2AD76D733AA160A08DBD066D26 , 0x0190BF2AD77872ACBF6692014911B9F9 , 0x0190BF2AD876729687AEB0DBE9050498 , 0x0190BF2AD880731F8C28D76369C386AA , 0x0190BF2AD88A715093DA95CA9DEF8D67 , 0x0190BF2AD89470759EEB8B0C0D28812D , 0x0190BF2AD89E71F1B6A70C00D0C566C4 , 0x0190BF2AD8A871149C1068A7AC876F43 , 0x0190BF2AD9AB7132B49EAD7A90541D4E , 0x0190BF2AD9B6732C97BBAE1B28E0C31B , 0x0190BF2AD9C172E9A1738A3EF63C40E9 , 0x0190BF2AD9CC712A9F06C9D0ACD02F98 , 0x0190BF2AD9D67117BA0EF1AA73A7EF42 , 0x0190BF2AD9E1737AB50A2FC4BD3394D0 , 0x0190BF2ADB0F73399EE9D6F5008ECE4A , 0x0190BF2ADB1C713687554431D8845FC0 , 0x0190BF2ADB287323B710C8E5D7B5E3CE , 0x0190BF2ADB3570DE9909013430B299AF , 0x0190BF2ADB4471A4A97ED3E6583EC0E0 , 0x0190BF2ADB5071F3AEDB2B312BCD1667 , 0x0190BF2ADC69735FAE36CBDCA8FD4618 , 0x0190BF2ADC7471628B35472B9C371E01 , 0x0190BF2ADC7F70BEB93CFB3937BEFA0B , 0x0190BF2ADC9673BF9977D85DB6F7A982 , 0x0190BF2ADCA173F6B647E014FF1375A8 , 0x0190BF2ADDC373208E90CE422C746A67 , 0x0190BF2ADDCE70F6A60B3D3A2F8A4B9A , 0x0190BF2ADDDA73A3B505C747AC8353A1 , 0x0190BF2ADDF571ECA7298D63F5BF0087 , 0x0190BF2ADE0872BF951EB70B339553AC , 0x0190BF2ADE1A7003A94CACC8A89CF590 , 0x0190BF2AE03171579D665904D512E1EC , 0x0190BF2AE040718CAD8F3499798FB552 , 0x0190BF2AE04D708FAE1D9E9FD6675423 , 0x0190BF2AE05D71ADA0B6BB02B760CC2C , 0x0190BF2AE06A717390F97278D0A699B9 , 0x0190BF2AE1BC72D282D862FF469EA61F , 0x0190BF2AE1D4712FB917D56A7A728B1E , 0x0190BF2AE1DE727EA2D0EA6379E68D3E , 0x0190BF2AE1E97176BAE0DCEA55A44787 , 0x0190BF2AE1F4728BA669E62892085D29 , 0x0190BF2AE2107121B0BF8DBD1BBA1BF9 , 0x0190BF2AE21A71B7ABD9580764D310CE , 0x0190BF2AE22573F1BF1DA85477B3746F , 0x0190BF2AE22F717FB9D76C8684106D42 , 0x0190BF2AE23973F3AEE3ABB46731A264 , 0x0190BF2AE244716A9160422067888B9A , 0x0190BF2AE34470398707F7E1FA1B348C , 0x0190BF2AE34F7339B8AA20F90DD51708 , 0x0190BF2AE35A72E1BEBF42647936036A , 0x0190BF2AE36570D0964484395E71B20B , 0x0190BF2AE37372419B576040689FB02E , 0x0190BF2AE382719BA2BBE5DB7A58F87D , 0x0190BF2AE49C72C2B9968666385B5FB3 , 0x0190BF2AE4A770328584F0054D746B0A , 0x0190BF2AE4C673259966A342E8C839DD , 0x0190BF2AE4D17347B7B502B50FE21E21 , 0x0190BF2AE4DC72DCBCB23B2DA27D96CE , 0x0190BF2AE4E8711DA7BD93CE4A576DC1 , 0x0190BF2AE4F3727587CAE257910982E6 , 0x0190BF2AE4FF71BA82BAC2B94DA4B508 , 0x0190BF2AE6E0731BB75F30E4AC9575BD , 0x0190BF2AE6EC71D78E6D0B670DF117A2 , 0x0190BF2AE6F87308B63E4B81A995C467 , 0x0190BF2AE70370F28B316AEBBFF9C555 , 0x0190BF2AE7187019B7AB6FF7A39650DA , 0x0190BF2AE72473D4864A78B88F546403 , 0x0190BF2AE72E71F1B3A9493EE8B7C298 , 0x0190BF2AE8357280878FC146F120AC51 , 0x0190BF2AE8417023B4E5B4622B869E03 , 0x0190BF2AE84C72948435484A195BBA70 , 0x0190BF2AE85770988EE7DD41E82E51D5 , 0x0190BF2AE86273E2A4D8765B1552DAC5 , 0x0190BF2AE86C70379DF7E1C99FCE27BC , 0x0190BF2AE97973A59EF82D036434D6C1 , 0x0190BF2AE9847173B76FC9ABD0471FAA , 0x0190BF2AE99A70238813D776C256D4D2 , 0x0190BF2AE9A573B7A415F5EFE63974A3 , 0x0190BF2AE9B173A58F7DA8E9D49B2FDC , 0x0190BF2AEABD718A8828EA4C87E4F22B , 0x0190BF2AEAD67041B8A311AC9BC81DBA , 0x0190BF2AEAE1729BB92A31349C6C5A33 , 0x0190BF2AEAED71A680D9DFAAAEF503CD , 0x0190BF2AEAF8721188C090D7AD30285B , 0x0190BF2AEC1272DE89D0E59B34D7A35B , 0x0190BF2AEC1E71169CBDDE8B18CE3168 , 0x0190BF2AEC2B713482C44EEB20FA4BA4 , 0x0190BF2AEC3772C197A05F97122A7995 , 0x0190BF2AEC4173179C1CC476B4A161B8 , 0x0190BF2AEC4C731DB752AEE6BEF0C492 , 0x0190BF2AED5071E2B2021D114A9F8160 , 0x0190BF2AED5B7193B2B059E300C1CA02 , 0x0190BF2AED6672B2B72259D0AB3FDA3B , 0x0190BF2AED7371FA925FD482E974E97E , 0x0190BF2AED7E70FAA1C201AB6885D9C9 , 0x0190BF2AED89712CB5381D0D61FCC2C3 , 0x0190BF2AEE9072399773E9A70C32EEB3 , 0x0190BF2AEE9B716DA785EF484DD49CF6 , 0x0190BF2AEEA671168E85A14311989608 , 0x0190BF2AEEB1739195AEF9F0FFB31EF7 , 0x0190BF2AEEBD737C8F8E76C6683F1CA9 , 0x0190BF2AEEC87001982CF22B69EE5BAB , 0x0190BF2AEED371158A4D1E0C97C0BBDB , 0x0190BF2AEFE0717EB942DDB6BF1EF370 , 0x0190BF2AEFEB70A19BC4E0EA1A886955 , 0x0190BF2AF01670F9BE95000C3E4719B0 , 0x0190BF2AF021732A918E3B91CF6F0AA2 , 0x0190BF2AF02C7183BF6BEAA0904F52F3 , 0x0190BF2AF13F738FA16E25E02EF6A788 , 0x0190BF2AF14B725FA2D8855C7F39CFA8 , 0x0190BF2AF157724FA7350BFC1C17517A , 0x0190BF2AF16371A49D8E1E7680FEA81F , 0x0190BF2AF16F737D9AD4BEB9F9090AB2 , 0x0190BF2AF17C70418EB141BFF9784B71 , 0x0190BF2AF18872F8927864E339F05FDD , 0x0190BF2AF2B171839E1EEDE45BD2FDEB , 0x0190BF2AF2BD702184ACC8BEE28BC38E , 0x0190BF2AF2C9738198D76080A902BE9A , 0x0190BF2AF2D5702E8D6F069DAE6B315D , 0x0190BF2AF2E0716F93CA4738957DEB6D , 0x0190BF2AF2F172DF85AA456EC2CB2BF3 , 0x0190BF2AF3047377AF772B88105E1ACA , 0x0190BF2AF31671FFBC4EB96798487D1A , 0x0190BF2AF3287041B259F86CFC0AC496 , 0x0190BF2AF339714F87E503C05DB6EBB0 , 0x0190BF2AF48670488C555454E0D6D080 , 0x0190BF2AF4937133923C35CEA22F3174 , 0x0190BF2AF49E736DA1FEA74B4DB000AE , 0x0190BF2AF4A8726D95666E10D4C6D0FD , 0x0190BF2AF4B37211932CFB9CD846113B , 0x0190BF2AF4BE73F9910C2C4037E91645 , 0x0190BF2AF5D672D9920CC8CBD72CE430 , 0x0190BF2AF5E170B9B0D3513AA36EDE5E , 0x0190BF2AF5EB72778B158803DE75F633 , 0x0190BF2AF5F5722C8C7DE60C604FEFE8 , 0x0190BF2AF5FF71C881A99AC1815975AD , 0x0190BF2AF60A734BB09BE6947177451D , 0x0190BF2AF702734DAE83CC02481397DA , 0x0190BF2AF70D715C9C78DFF4031800B6 , 0x0190BF2AF7187207A5D4DF5C2A1946E0 , 0x0190BF2AF72472C993C6CA41F8AEADA0 , 0x0190BF2AF731736E982B2A791C1985A7 , 0x0190BF2AF73C73258E72A90D94017592 , 0x0190BF2AF74873998C793FED99B2721A , 0x0190BF2AF754712CAF83DA416799324E , 0x0190BF2AF75F72F29EBEAB4230B675C2 , 0x0190BF2AF88172DF83A00980252729F7 , 0x0190BF2AF88D71E68250B5790CE827CD , 0x0190BF2AF89870D7A6C86081314239FB , 0x0190BF2AF8A471078549562E56DC0696 , 0x0190BF2AF8AF704A9371096B00EE5D20 , 0x0190BF2AF8BB719B8CAF574B0EF60C33 , 0x0190BF2AF9B572DF95BE174209F63AB4 , 0x0190BF2AF9C0735298ABE231E32F8707 , 0x0190BF2B94B87266A545EECD04EE9B33 , 0x0190BF2BCCE2720CBC2952C298BB7BFC , 0x0190BF2BCD1A71AABBB3DC4A56AE09D7 , 0x0190BF2BCD28717892CBA26DD7CE4F0F , 0x0190BF2BCD3670029FA5D423752E4612 , 0x0190BF2BCD447317A5EBD1C63AEEA4C7 , 0x0190BF2BCD517226A556A34EDC9BDA97 , 0x0190BF2BCD5F720482EAE51D291D86D5 , 0x0190BF2BCD6D70D5A2E220C7318BD233 , 0x0190BF2BCD7A719FA93A6F16CD23D63F , 0x0190BF2BCD86723A80CDEEE3AF398CAA , 0x0190BF2BCD92739DB6975A48D5565628 , 0x0190BF2BCD9F72B290053216CA3B138B , 0x0190BF2BCDAC71688A14F9726452BAA1 , 0x0190BF2BCDB970B397D0D726CF53E5D7 , 0x0190BF2BCDC67390BDE76F6B71E78CF5 , 0x0190BF2BCDD7711E8431562D131AA248 , 0x0190BF2BCE4870C6805721D84DB6CA15 , 0x0190BF2BCE6E73B5960BB6326065A7CD , 0x0190BF2BCE91719387EE89548061DDD9 , 0x0190BF2BCED1703D8A034F4EEE9C8A6F , 0x0190BF2BCEF37006B16E9330744686AA , 0x0190BF2BCF157248A119D8F4D84D9527 , 0x0190BF2BCF3A73BD9FAEBD146065EFA6 , 0x0190BF2BCF4970B8A22D588B510C5A49 , 0x0190BF2BCF5670BD81E3BF55293EF5E7 , 0x0190BF2BCF6370878A4272B0AFB3CE2D , 0x0190BF2BCF7372959DBFF8F3A4459C67 , 0x0190BF2BCF8373E2936B4C4DCE36FFFB , 0x0190BF2BCF8F73B7A0EB994ADBA19186 , 0x0190BF2BCFE17040ADD5C4F72C7F3FE4 , 0x0190BF2BCFF1735D87DAC16EF78B9F4C , 0x0190BF2BCFFF7034A12913480D59E355 , 0x0190BF2BD00D717E96FCC982E77C5915 , 0x0190BF2BD01A7277895A0F5735FD711A , 0x0190BF2BD02773FEAB4017FB3313B2E9 , 0x0190BF2BD03471F1AB92B7367A799D9D , 0x0190BF2BD07770B48BA1B2F17DF7BCE3 , 0x0190BF2BD08473F187E313C45D6DE00D , 0x0190BF2BD0A8713799248BF746F39F55 , 0x0190BF2BD0B47339AB1E6C6F3D20C2D5 , 0x0190BF2BD0C170429A8B62DDED332BAE , 0x0190BF2BD0D17002A810C15243EA2934 , 0x0190BF2BD0DE73259EF3E3CA90357C47 , 0x0190BF2BD0F3739DADDE8F2A29509EC5 , 0x0190BF2BD103710097F4E30CA2D45EB4 , 0x0190BF2BD11272499B61A14D33599F5C , 0x0190BF2BD35A70939B624BB186455EDE , 0x0190BF2BD369728D822F686C02E20E88 , 0x0190BF2BD3777275BB452351C14547DA , 0x0190BF2BD3847243B02ADD6DD61F0A30 , 0x0190BF2BD391738EB1D43884AB0BF5F5 , 0x0190BF2BD39F7289B80E6B88D510104B , 0x0190BF2BD3AC738BBBC2F49D26042027 , 0x0190BF2BD3BB717AB6200D3115539C48 , 0x0190BF2BD3D6727F8A1866BAEFDB2885 , 0x0190BF2BD4EE7305BB95842820533CE0 , 0x0190BF2BD4FB736CAAA8AB6856B5D3AC , 0x0190BF2BD50C70A19DBB934955354B4A , 0x0190BF2BD51A73C282D945C5F9615C68 , 0x0190BF2BD527723986E0235F91FF597E , 0x0190BF2BD534724F930409B0A1FE6D2C , 0x0190BF2BD54272B4973073C54F60B222 , 0x0190BF2BD54F70BABA98B3FBA10A23F9 , 0x0190BF2BD55C71B699040F69ADAD4E7B , 0x0190BF2BD56A72E9942AC6443D1C0558 , 0x0190BF2BD57773EE884C081D230275AB , 0x0190BF2BD5847080A9E0659D1B57A6CE , 0x0190BF2BD592736A8AE64DFAF898262B , 0x0190BF2BD59F701CB46557B61C0D7243 , 0x0190BF2BD5AE735E98E1007C0B393E1F , 0x0190BF2BD5BB706DA5C009409BD913DC , 0x0190BF2BD5C77115BBBAD8246E20D54C , 0x0190BF2BD5D5702BA3F5FAC58EF6209C , 0x0190BF2BD5E2705C88CC8FF625B1FF72 , 0x0190BF2BD5EE7178B7954417015975F9 , 0x0190BF2BD5FB72C7A0221FAF047478AE , 0x0190BF2BD61570A5A9D8751323FD3D91 , 0x0190BF2BD7617307AD18529C106EFCCF , 0x0190BF2BD76F7129A1E0030A28A431FC , 0x0190BF2BD77B7128AC2FA37993218535 , 0x0190BF2BD788733DB10DC503D5793443 , 0x0190BF2BD7977387B6579559A31D614F , 0x0190BF2BD7A473A09BE6E3E8D8CFF021 , 0x0190BF2BD7B0713EA1AAFAA990FA57C5 , 0x0190BF2BD7BD716FA5F6A6537B3F8EEF , 0x0190BF2BD7FC72F9A83E3F626E120FFA , 0x0190BF2BD90A715C85A260A2C2BD8464 , 0x0190BF2BD91771BA931E61F81D1A4C40 , 0x0190BF2BD94670588106FE3768107C70 , 0x0190BF2BD95373919C3E7634D95E9709 , 0x0190BF2BD96072CE842DCCDD8DB01A3C , 0x0190BF2BD96D7334927C27BE17A0CB9E , 0x0190BF2BD98672C395C624DC02185D2C , 0x0190BF2BD9AF71E68F93C056567DC6A3 , 0x0190BF2BD9BC71738BD6615E385FD3AB , 0x0190BF2BD9CA70C69A2A83F11EA8BB90 , 0x0190BF2BD9D771E1A18255D6449B270F , 0x0190BF2BD9E570B584F764CBD7641EBD , 0x0190BF2BD9F5735694D0C61D0F997826 , 0x0190BF2BDA037360A238410265DAED55 , 0x0190BF2BDA1172DBA0E325236AA64529 , 0x0190BF2BDA557130B1E3FE0B04DCCBC9 , 0x0190BF2BDA6372998F4722B543410B03 , 0x0190BF2BDA71709F965C64EA4DD6DDE7 , 0x0190BF2BDA7F70C3BAD7971DD1385063 , 0x0190BF2BDA8D725A91AED45613ADA56D , 0x0190BF2BDA9A7294AFAFE3E4DCE61901 , 0x0190BF2BDAA8730D829E3BC690FD5450 , 0x0190BF2BDAB672C6A355C1837DFA65E2 , 0x0190BF2BDAC470F499A111D3AE8CFEF6 , 0x0190BF2BDAD17058A68FC0BFA29064D5 , 0x0190BF2BDAEC71EA9AC38880A282DCE8 , 0x0190BF2BDAF873128C7995734B697B8B , 0x0190BF2BDB0573888FDD8F4FF7EDB208 , 0x0190BF2BDB1E7148ABCA70057D2A0230 , 0x0190BF2BDB2A72BDAC2137DA3A3E02DA , 0x0190DCA06776715A99E9A98C5ABD799D , 0x0190DCA067C07043A637DC8388E1A180 , 0x0190DCA0680A706B8644161AD1DE9E8E , 0x0190DCA068557258B0ABA3EE85EC020E , 0x0190DCA068A17371AE6AE94ED4004D58 , 0x0190DCA068EC72E0996514AB0518EA7E , 0x0190DCA0693670D6AEE1EB0EB7C72A5C , 0x0190DCA0698270A6A849B46D398B21C1 , 0x0190DCA06B4E70F7B72B2DFF15B3CD52 , 0x0190DCA06B99706A80FD937FB2FB0C36 , 0x0191BB5A082473B6B4751064DFD5678A , 0x019228B759407F57880DE026C11C0152 , 0x019238187F8F77B2BB67AC41E3A5B432 , 0x01923818C3747962B2C625CBA80AA3C0 , 0x019238191893745DBFCA5D1E6E90BA38 , 0x019248C927397EFEA1693DCBCB704930 , 0x019248C9569E73BA97DCEFB60DFD321B , 0x0195B4E99DFC73B08A28986DAD288FD5 , 0x0195B4E99FCE71A5B9F606FB316E4A4C , 0x0195B4E99FDD71A487751BFB139512AC , 0x0195B4E9A03A71299EE6828E73312CD0 , 0x0195B4E9A049729FB49F8B40309518B3 , 0x0195B4E9A05771CFB08E7282BAA03F67 , 0x01BC05F75B8D407992BD3BFAAB258CB2 , 0x01EBD997F04D408EA5B3626C543B5817 , 0x02961D823E81449A8C51C0CA109EA504 , 0x02F2B063B91045809724D45607FFC9AA , 0x032DEE76C7574F73B2ED7980E534A86A , 0x032F7435816E46C0A38C2B4AE0D9028F , 0x034C6A0E9DF64CDBA5BAA2A099DC0FEB , 0x0361211C77DC476FBC87FCDA47879C7C , 0x03BE1B1977A540F7BC6CBDD281E6EC07 , 0x044FE4EC5B1A44BDAAF50D17E4D239FB , 0x04F49872DEC34F5B8D2D3EA8CC0FE3E1 , 0x0547F7ED419149B892D0731007C4A602 , 0x05915A31EF614A839DD4F0D3F60706AB , 0x05E4F7568F284368828D633DD22C8AE2 , 0x05F87578895B4F8B8FFFEA1EB9054049 , 0x06D59DCA41F849B09C3CD56867F8EB7F , 0x07968F453C744456916CB373C0F28908 , 0x085A7FF6488C41E58F8CFCE952636443 , 0x0A033CED9CC0418FB28DE482F71ECF55 , 0x0A6966D855454B0783AA521775E8EED9 , 0x0A726D3BF56D45AFA1CF5AFAB0468D99 , 0x0ADDFBF5F464425D82E2C9E25865911E , 0x0AEA9A58272B42C79F2F00D3F1F37F8D , 0x0B6ADBDE43E84F76B7F8291B9A392AC0 , 0x0C6696BBF79D44218A13A858FC912378 , 0x0C83774A26F445E3887580AA054D097D , 0x0C9D4BAEFCB3474FBD59716C4630DFFB , 0x0CA9AA2D5CD0407DAA5E46FDAF25480D , 0x0CF66E657FFA4C708D0838592CA5FD13 , 0x0D83F6534F624288935CE8047892A195 , 0x0D983DE00F0A4FB293019D0D366BE1E8 , 0x0DA16C7E9B1D4EC29905D636D807AEA9 , 0x0DDB4FE7ED2D4498826A4757DA978E46 , 0x0DDB9A4928754484B3C8B57C6FBBD20F , 0x0E58142386C64E99B53D338D4E19CAA6 , 0x0F37809C655340F1BC4B698A924A590F , 0x0F5F9B2105B844648B32BEC49C2089C5 , 0x10A5C7D4B15448B9BF90728219A61AC8 , 0x111F5624804B438896AB709EE124278A , 0x1139ECE06E364007B77BF81073380471 , 0x116DCE3762A54BC1A91D1B49BC821A1D , 0x1174D7E2895B4BE496994063A45C8B01 , 0x11B0ABEC153048319A0DEC32ED9E5663 , 0x11EF9DF343B6441D9FB616A34DB1F082 , 0x1339EB6AF78D425585CAC9046C4E66E4 , 0x141AA7C4A2314C89989C7DE752B01A8F , 0x1434D60978D742B8A8ABFB659F796072 , 0x144B10FD875F4BBF85753C7AC91EA946 , 0x145D1AB7C8704503ACDE80D1C476FC41 , 0x14BC6F56555249B989F748E1EDA240DA , 0x154ED7C6A2E14ED7A1FF381CC111C096 , 0x15B28D280F9D49BB80D5ED5C8BC0334A , 0x1654EDBC7D7C4DBF808E7AF656C421BB , 0x16B3D555537E4C108DA634995D21A062 , 0x174DEE10306446B4A5D232A0B3137894 , 0x17D08C63F7FA436EB906FEE6489CE9E6 , 0x188D2706B2F8453DA1B96E18EE4ADBD2 , 0x19110DECCCE848B5B17D46DDF0B0CF4E , 0x19321FE477CF4E1E968D5BF0F1808294 , 0x19692A3B30B3410E80C205C195A42106 , 0x1A8BC3BE1E224C408637376C58AE5D2A , 0x1BBDAC1200224913B4328F55284FF7F6 , 0x1C3F3760D9444E49BAF3F6185A2CF1D4 , 0x1C4EA9FB7B0E43D49F42A4AA919BBB07 , 0x1C6594A1790E4239A73C73C0BD2A53F6 , 0x1C65CC28053E45C791C7DF5BAF9C6ADE , 0x1C856852DEF24482A978066246519EFE , 0x1CB906115F814BD49D3C2882663D2687 , 0x1CBAEF48D6DD4C10AF2ABE30CDFB0B0D , 0x1CDB02DCAF934AC49FC6C21A69DEEF6E , 0x1D5EE0924FB24E4887EF3BB2913BD0D8 , 0x1DA89A6CA61A49838C4A488DA86806E6 , 0x1E2DB905E9194184B994741D51C8CC1E , 0x1E8330BFEF004F75BBF2EFB22FCCFC30 , 0x1EAAD7CDDDB042DD9C223CD1E341C5EE , 0x1F1C64877D284615B36FDA15D074A044 , 0x1F550E4654E14AA3B65B691D8CB8DBBE , 0x20013C0D071747A39926189E2978176A , 0x202E7FB5FE0C468D943C58AA15EC0AC5 , 0x20D74F9767184229A12DAF1E89D8BB25 , 0x21418D98F96B4E7190E2CF190A778F0F , 0x216F68B09F42469298FAE191FDC34FA9 , 0x2257764C93C94408A9D6724813A80D84 , 0x231905AAA8964F7FAB8F7B9112169E6F , 0x2344DD25F454430DA0ADB14FA5FA4D56 , 0x23A011B5CA7C4188A11A4F6C61923A31 , 0x23E21E80C1A843669D756FBD1685850E , 0x24A1A74877CB4C1CAA6227E6F1C1737F , 0x2507876AC5C74686BDCFBBD7F975534A , 0x25EB50E8956D4D89A2170758B6C13F63 , 0x26342178C0B14E93BC89437E60CA212C , 0x26709AE8C25A4816AE789FDAB714BE57 , 0x26918B6A2035451C82D1A6DF84BCD3BC , 0x27BBDE367D034DFFB3DE9F217B39C13A , 0x2823A503F1964FF7BB5CDC797A66BDA9 , 0x283D264C26374943A3CD1F7B55191C8A , 0x28609D4A96EA459092745595A16C7DF7 , 0x2870AD6095B34D9FAA487F5DEA2794F2 , 0x28C6281D19504ED5ADA6CE63E90CA3B2 , 0x28D0CDCBBBAA4CCFA62F0F52B1A89539 , 0x2A2D2F990D7E4AB884A07FC1C46D0367 , 0x2A802C00023A41A682C8E6929B92C1A5 , 0x2AB718B83D824B0DA3F286F5CDA04E0B , 0x2B2B51FCFC054E0EB3B42F46133980F1 , 0x2BFD278E87204807A890DA4A3E81DD90 , 0x2C6598E5D2F241B1BB01AD685DEEB19C , 0x2CB2BA7C63124709B4A4552E3587418F , 0x2CEC6665ABC04CD5A7F67125C137191F , 0x2D812A880BA942B7B1F8BD3C3726FF34 , 0x2DD2A0CB8C0E4A7AB87DD70B21C10008 , 0x2DF1B513569B48C2A209B64BBF56851C , 0x2E254D3D706E41E5BA75C7141B02DC52 , 0x2E7BE3B997DA48A4B85B3ACB339191B5 , 0x2EC4FF15BF2846768CEA78E513800438 , 0x2F3F9225E4464771B7C6BA68233D7292 , 0x2F4253D67794488CB8B60BE8F99DE0CC , 0x2F72050F39614F22B09108F84832AFD6 , 0x2FA5EF6C091343C49F417ACE28371339 , 0x30D275AEB3B34CFCA3F62704160A7894 , 0x30D3490092654D87A4EB7C350D1E86DF , 0x30DF39A883084CA59D83C75E51B1BD66 , 0x311697B1EDE24408B433F65C41A29EF3 , 0x32032CE63C3143B78E756E3CF4B97D4D , 0x326E57D271554872BD088E897300A3B8 , 0x32F82F8238BA4200903B0FA7C6A877A5 , 0x3394655B450849779D5EB51542282519 , 0x339C3CAF56D44D40AF9C32B56AF2526F , 0x34532D797A1D4DFCBF927DB154E66E9B , 0x34D76A1500CB47E58357D62F77F09762 , 0x351CE7FA6B3C4E52B92525BF33D39FEC , 0x357F5C03D1D244C2907E8E6511A7383F , 0x361B019798D84BC69906DD85ADC61A8B , 0x3620076DCCE54CE08369DD86CC503B8B , 0x36F3229844C5455190F695D703EB4412 , 0x36FA197B21384F2B9654C0267ADCDD64 , 0x3786526A33C240FEB4AE9E57588FBA32 , 0x37AD075108AB49B9A722DA84FFBA3CD4 , 0x388926F5F7EA4BC1B0638F4C9F72A89F , 0x38B005368FD74569A11AFFC5A5F9163B , 0x39DAD54C97CA4CA78FE1116B0B48529C , 0x3A1483CCAE7E427C869E205146A315E2 , 0x3A766795C56E432798C8546DA38F1E2B , 0x3C7D7A938CF54C6F8FA89E8BCCDD4FC0 , 0x3D10B079868C46EEB114FB690D65341A , 0x3D5685535AEC445E8EE259D2AA907BEC , 0x3D81F9EC7B0143A4B5D8A7235A871B48 , 0x3E8AC740B43841ED9BDFBF5CDE53957D , 0x3EF31D3D29D3445683A8EA4AB7B75FE1 , 0x3F1161E995444F5DBB6F11EDF29B5C4A , 0x403195D84C754657A77890010C5ED05D , 0x405DD9542FAE4CB1B9357E9C48DE9EFF , 0x41E5013B67D64D3A92B7A275DA8AF441 , 0x41FF01075565443988BCC8D3F806FA82 , 0x421B18D597E6442ABAEB35F6E893ED1E , 0x42443400A56241D0959F99373997BDC6 , 0x4387DA8E46F144829E8471AFF4DD6D8A , 0x43CECB159E6149579472F0DEC59A3D60 , 0x43E664BA83754A178876AEF9B7AFF916 , 0x44733EC5D41C43ED913615EC1EDC22BC , 0x44DF8ADFF3FE4387AA7761D8A14B5182 , 0x4578804407B944F39B3C62BAFCBD447D , 0x46811D7F12E1454484BCB0F3532143A6 , 0x469EB7A8C5974F05AA02CBA99BE73BEE , 0x4776F3E919434173A098C543BB74DB4C , 0x477844203F024854B4A28FD54403416B , 0x47E2B8CBF1D6476397126935AA44DD8B , 0x47FC96DF6187413F9B85D392A4CF59F7 , 0x48414782D9DA49E28B6CC78D6ADAB84B , 0x4871DFF0DE4F4370A1B8153F2157290F , 0x4879162DCFC8419DB01176657148FBF2 , 0x48AFC17458EE46F2B1CAC3F5D98D8A75 , 0x4B1EA3C2C21D486EA32C678AF94A8C45 , 0x4B678A8098E34336BCB1712D0C3927DB , 0x4C0BE2DF72C64E6A8DF644643715F027 , 0x4C2E6A5BF4DC4B08B3C02BD41FAF01DA , 0x4C3CDE5DF5194C3D9963C230C1D2C94D , 0x4C70B61B222C424C94E1D65F32EF2432 , 0x4C8C6E398D2A4BEF82BFEE9BCFA386B8 , 0x4D5D635F2DBB4060A9D24F29C305E747 , 0x4D77E23303934854917B9A88A15451DC , 0x4DBCBF87D11942FA99AD13D4F9A587AB , 0x4DC9EA9194564EDE833F1991270049F8 , 0x4EAB35FAF7C547AB91271169AC459014 , 0x4EC07D86196D4A22BFD44DFAB02CB2A2 , 0x4F22C2B66E8E47D0BFC251A82F8875B3 , 0x500EED1B3D8C4B528E9C792DE517B0BA , 0x51581D7586E0480B801AABB5B085BDCC , 0x5188D7F3135D49A3B67CDC9F6EE65AA5 , 0x52454DB2ADF942B2AC079A296F454A10 , 0x524D85C28B5A4FBD9D567DD997AF2F56 , 0x52E66A6B32A84E9589948CC8E66666F5 , 0x53250245FBE849A1BFCF74425421578F , 0x54083EEBC6BE4ABF9A3E9028E0A5AB7B , 0x54147692CBFB43419A6D11E26CAD44DC , 0x544A3335B3404ED78A4842A5A3076B89 , 0x547A09455ECC410EA22DA99B518E979A , 0x549D6A7B365A4AD289327BB41DF14A50 , 0x54D102F9C1964F07B393F15504E2A0CB , 0x5525A440E3F04CEE828D4AB1B423306C , 0x556D28E1C6884562B7E872BD06F7B421 , 0x55A3173E8C4A49C6AA124D56FEF12E23 , 0x560F90B14B0347D994F55E07EBF52C8C , 0x5647860E1B4B4B60A3EAEC372C47CB00 , 0x56623E64DD6E4DA29BAC46D824ABE222 , 0x56DB3832E37C413CB3D2FD4874141C72 , 0x56E0264B39F34321ADE56EA6C6E53235 , 0x5805DB64F1524453B755327FFDC5ABAA , 0x587E513B39F84E0BB326939B51474E0C , 0x58D284638FB947A4B73B0FF25BA6A6F2 , 0x58E062896B814769ACE313EC7A1A7C5C , 0x5958162930404E4090359253B8A6B09F , 0x597126272BEC419FB4AB57B35588D4D7 , 0x5997D91DC0784997BDEF68DFC5A08912 , 0x59F97CFE1E7647A6860E032965ADB4DC , 0x5A272B045E124F829F79AA1CB415B5C3 , 0x5B2C4EC241724DE0A96D9FC5F38923C6 , 0x5BFDA674BE0240A486D2D696E63E7F3D , 0x5C37D1C9E40443A3A99A3E5E84432010 , 0x5D5AC841DA7D4E77973A8ACF2B7318A1 , 0x5D9F9EFF5DB04B4A8749844E4E2A1622 , 0x5DA674F0D11242DEB1C13A557FA1D2AD , 0x5DB886C97C254F8FAEB28732C799DFA4 , 0x5E643EE23FDE457CAEB79DB8714B50A1 , 0x5F10B2B85445424BB29C1EE4A8BD86C7 , 0x5F7BD97D2F2D45439A466C08074A3A56 , 0x5FDB470493634EE68A582B8DA2490317 , 0x6049EF01CB424B66B066DE33A4344BFF , 0x60726CA772BF4A7491EAA1C781763194 , 0x607B1A2D0E794C0FBA390D556A2604AE , 0x619E3B6275A84945ADD0D04F0AF2E3EA , 0x6211C6669F434670BC9550F20219B36A , 0x624A5A6F713E467E8FEDC40784C23CF0 , 0x6256B473567047579A06082F2BCE87D6 , 0x62AA57B01D624281B8A0EF7F0176D647 , 0x62BBCFD637A74317AEEC5A3A79522128 , 0x62C481E5AF9E47CE8645853E3016C43A , 0x62CC75BAA3634AE1932D22D1DF91D239 , 0x634F10A21B78401EA10D7B3AEF5FB631 , 0x63ABDACFBCE54EEE8120F246EC117858 , 0x6455478A8B4441B5A02DA16249A026BD , 0x6464F504DD464D80A64A82F7F88994CA , 0x64B104CA2D7F459B8A91B3CC305C679F , 0x64DB994344DC47149C7E051B32B2105B , 0x66C98F492E93438088383C3E595ED64E , 0x66FEBF50FF12483DA036CC284D478EDF , 0x67CD277C11DB4D1D9040B90D548ADD32 , 0x6821328F143649EC896C8764DED122EC , 0x685738F2C4E74184BB4926098DD7C73A , 0x688A1B6E83DB4C0B9E69B0052B2960EF , 0x6920304F86FC447797AEDBEE2F25A526 , 0x6924DF46256B4F81AB8C182327859ADA , 0x69A76278E3424AE3B055EDC2326B294F , 0x69E6B524E18B4AFCB39BB8CE7D5C115C , 0x6A57C5A6662447AEB8DD8F946305BDC0 , 0x6A8CD0E0B4CC4AACBE15120A8C6BD280 , 0x6A9FFBC657144A0A94FB4B01393FC199 , 0x6AAE68729AFE479DA6181F23C9F42361 , 0x6ABA0E272FF44E13AEE1DFAF8C3B1269 , 0x6AD05AC794E24F30A54A80F48DF88646 , 0x6B64A06F72094CFD8CAFDA7414C3A29F , 0x6B8AEB47705E42AEB45FAA9FB6FBC9EB , 0x6BDD427944DB4472A9C917B550168E5A , 0x6C8B06C3CDC24B4F97D34BB1A22C7CA1 , 0x6CA3D1BE72864BE5B1A8A3AEA5B570C4 , 0x6CDEE537A38C42C88CEE406DED6A8D41 , 0x6CF1F15B1ED9467ABCBA1A69652A9BCD , 0x6D16EA6F8668494885B7E41725DC1016 , 0x6D69DD77A53E4EC4BD3AC1F20C8BB45B , 0x6D9343E2D7C74EF5947CB47B370538D3 , 0x6DB9433568694EAC9451F0D8B2BD3639 , 0x6E4A4A7DF7384A56AF67F59C274532DC , 0x6F60726B107643FB8FCEF347ED8A49E4 , 0x6FAAB9451AE74EF487536D9404CB5A70 , 0x6FC6762CDC3C45A1858C4790E6C6CC2B , 0x701D01DC1A7C46949B93029E1707DB70 , 0x7041611833454587BDF7775C317B58B2 , 0x70B048B71F9C49A2A3FF3D6F016AA01D , 0x714ED977FDE444BF865092FADA517021 , 0x71DA29BCEAE4414E92A5BBF8A529A7A2 , 0x732F321A50324CE8AC900C091FFB7419 , 0x733BBDC066484408A5D69EB157B24BB6 , 0x737B70D9F69848F5B35BB3CD74C9CA03 , 0x73D821DDC08B4677A9EC66282B86941A , 0x74148994C031458CB27863816767B2CF , 0x749D1B56674F479B9FAE060AE4BCCBD1 , 0x7502C2D06EB84ED0BE26E715F93486F6 , 0x752F96ADA8D74F0E9CB621A404770BB6 , 0x75E6BE28D1D947409C7518AAC8F5AA16 , 0x76128470C49441068029D0606B5EA36A , 0x76AB836F58164D54838EB4F65E142E8B , 0x76C3053B1AE1497E945D8AFD92B2EC11 , 0x77093BD61DE547FCA5D5C2425EBACEBA , 0x77250A5B213E4BBFA2FA22AE4D3FCF5F , 0x7750BE1E570F42B39242E36843321CA3 , 0x7827F00244A045309D494629F5D9C033 , 0x78AA66818B6949DFB52B9FEDCE72EFB7 , 0x78BE6E70F3F44239A1E2E8FAB2DAE085 , 0x79A57C8FD8FF4F66AC7E5ED693BD5CAE , 0x7A7A61065A0444E3BB9C5D17B6DD9373 , 0x7AC7B69A313F447CACFF156AE7E16E42 , 0x7B366027B96B48E99CDEE76B9D3FD262 , 0x7C1D076F38194B9891A20AD7DB6CD2B8 , 0x7C8D349F054D481C9104286A391DB19D , 0x7C99B9DBD37C4DB6902C19B12FA79877 , 0x7CCE6C46ABA54767A4EF3EF2B5947115 , 0x7CCF575D60FC4D3E951A2DC5ACCD8EB2 , 0x7D92D7B1056745EF8F9B9DD7DB28806B , 0x7DA8C80565BD4350843B41633EA0FFA1 , 0x7DB26569E8B8451798763240DA8D39DB , 0x7DB93FA86E8E49C8A1F9EDB2C9021F91 , 0x7DC5D607387242EC99822F0C9CB525BA , 0x7DE987BE3F384E248962C2A8994A6D32 , 0x7E2105DA878441F2A64337FDE71992FC , 0x7E61095F1D71408A9A3661D2A9DCE46D , 0x7E6A87443C584FADB3780EE732B870D4 , 0x7E6EED7157B3465892296034812C1FE1 , 0x7E74971AB8D5458F96BAF0CA7FA68CB1 , 0x7E7F4C9000E34561835031D31CFA724C , 0x7E9BA8C93F574CB9AFA6D7FF035168F0 , 0x7EA67251576046BF9231F1B737998EB4 , 0x7EE51556B4B84EBD91675B2DC2BB0AFB , 0x7EFE067E1ADC496EB537679C19A341CA , 0x7F4E886DFEEE4B90AAA7627B4324A347 , 0x7F5CD37CC20945A1B76D2A68894A6ED6 , 0x81C89BB3931848008E4F10E5F2942A26 , 0x833908011BCB4AEE8C7F7035ED09C571 , 0x8345D0141A094EEC836D10101D65FFF5 , 0x83AD446A8A8E44B3A734B9DEED04777D , 0x84B85AB5FDEF464B80344F695DE8EB0D , 0x84E2509754B645B89BB1A7CA6C21E215 , 0x85314F9DA39F47E58C85D715E72E02F5 , 0x85A8351E32564BCDA1697A110A660377 , 0x868821EFD9784E1DB452F688D8B918BA , 0x87067BFDD73F45E7858F1FAC10B2DFE9 , 0x8745BF050B034CC894F53658E8133828 , 0x87930C2E443C47B2B263D94DF17C9181 , 0x87C9343698C74C3B900FC2AD0F27C368 , 0x87D2FB84C543410F95896058CB243D95 , 0x88CC46E4C2E044EB959D31808A1741DD , 0x897D688456D549AA8F47F875BC30FDD9 , 0x89E8740C13A74C429C63BCFAEAAA66B3 , 0x89EEE1216A524811A5333BC6FCF33545 , 0x8ABC12469B8D4AD0BE152C8BA697EB92 , 0x8AD93AAE310144B58689B59C8CEC12E1 , 0x8C0AA035CF8C4573B9ADE4C3DB7092F9 , 0x8CBE5489ADD143FB8AA1DDE2B6C4284D , 0x8D0757BB4AB24B78A235A99FDBF8FD3F , 0x8D827F2DE20741AB96DC0432F51E6243 , 0x8DBE40F3B61C48B3A4AA3A3CEED69275 , 0x8DD6FCAAE716413BB4396165699DA553 , 0x8E33ABC20A194AFE9ED8108ECBD77A7F , 0x8E723EEA900047888F8B94E9F24009BD , 0x8E8394B73BC24C6A91F98590EB6B4D25 , 0x8E97931174304AA2AE4F1162EA91B282 , 0x8EB1AFA3BE7C4AD59B33A7BD7C040F88 , 0x8FAC9DA4CE73437AAD4B087B58AAAA7F , 0x8FB6EB73354E43B0B9AB378842087A1F , 0x90259EE8A0704E49AD392B35426898FF , 0x90751A7BFDFE41958D330222903A068C , 0x909FDCA1CBC847EC976A99FB4DE98D16 , 0x91B703A62E4641159B949A8A82073E9F , 0x91FDF435B60E4B0AA6E5BAD95C321056 , 0x92704842135C40E4A33C3AB21CAD6621 , 0x9271A5EB3EEF4C61A10B4882D623CD6D , 0x9279ECBE3E6246DFB028A9F4D3D22A2E , 0x92BA4904611D4AC09EA4B40D38EA6D24 , 0x936927F89E1A4E74A93098CF3467C84A , 0x94379A315EC14418B5F47963EE09F36D , 0x946F860B14A54D60A6EDD85EB51DA725 , 0x94B4B2F8CA6E44C6A96E077A92A67645 , 0x9573D89CDCA34706B1CA4BC1D98A8083 , 0x95D8B11600214E17BF6C38E178566B42 , 0x95F7E2540C1E43BAA7A02759919AE3B0 , 0x9646F77FBEFF46B3B75168AAC176701B , 0x96857F56964D4433AE095B0207A0060E , 0x96DD23DD901040B79B1283A400B282C0 , 0x96F4B90A5D774508A82ED59A6CD36D68 , 0x973C554B7ED24F3D942460CFCFE5D52C , 0x975460EACCC244639CACF2114F603D25 , 0x975CA875982940018B9FE9E906CB76AE , 0x982F5F18991F43CC81570CA8E3F29A36 , 0x987561986C5745BC873E7272A792F81D , 0x98D8F800A74648C092DEF8A00E86AB67 , 0x993F4D9A6671464BB836654ACC3BFC26 , 0x9A18743F12FC4FFD9C238010BB353DD1 , 0x9A18E1CF60EE461094BBA701EECF4F06 , 0x9A2EA6B6F3974354B9BC619146603754 , 0x9A51BA93BCFF46E5B9F8BEDA355484DA , 0x9B602C48B6584101B2101C39CDCFBAB4 , 0x9BA50811E23F4C8BA6885203386A4B7D , 0x9BDCC9778C4542B3AB77BD9FD4BFFEB7 , 0x9C8FC8E74DD8481988FFD593869EC861 , 0x9CA927C388304702B271D2F28F4B8E07 , 0x9CD31F49A7834F83B8B0E46BF05ACCD0 , 0x9D1B41C169344C8D9520CF938297EE85 , 0x9D7603588B6F4A2FB3A443AD60417D51 , 0x9E7DB458C3394F7394D2FB1BEA4D157E , 0x9F097A33625441D3919188F2FF872A9C , 0x9F76FE4D03C0440DB70505BEF4C80C0B , 0x9FBE5BEDDD65494CA477851094FFFB30 , 0x9FE04BFE45314682A30105160CDE5762 , 0xA002BF5097C14358ACBFF7120FE9E69F , 0xA0A449F3D5CD4A798011EDAEC8B94884 , 0xA1C4C3C590AA418590F751CB1599DDF2 , 0xA29E2688A2C44B318C0BA12DCDEECC73 , 0xA312B0BC7C9A46AEBEF7A94027BA4638 , 0xA33889C5D7A44BDABDA9DED2EC4D483F , 0xA35AA91E53964794905DFB31B706D7BE , 0xA3A136C8CB5341F49BF9BF322B2E9079 , 0xA3BE30FF377E4CD2AE60FEDAE6A5B05C , 0xA40E423801DB497C9084866D0F06BCBD , 0xA4B2510ABBA946E1B6C0349B193A50EA , 0xA54598B523F145AF80259683BCCDA94F , 0xA5CCB5728FBA45F996A65AE66445EA0F , 0xA655FD17E59044009B70278B5EFC8D5F , 0xA6C40A714889482FB9FD08A00C736506 , 0xA6F0103C36A84C2C8107812FFCA88BCC , 0xA7879BEC110A4C98BAB9A0806BDF1D90 , 0xA9044CD34C4A4C0C9D25545714E38061 , 0xA9084BB6C9BA4E5DA6A50D6C81248F3E , 0xA911706EBDC84FC19BA0C1D5C80842FB , 0xA917616F3BB84FFF97A62EF1251054AA , 0xA92E6ABB883C4006A2E82AA551F88E97 , 0xA982E2E0A97C4A16820D8D2E722B670F , 0xAA226CE6F7E94870B941F371123683AC , 0xAA2F2A1267E045658B5477A46E414957 , 0xAAA6F6003411463695AA59D00B1AC6F1 , 0xAAE7AB8C37DB4183BC661C6639BE21DC , 0xAB823424BCEF4A69B72747563F70B4F6 , 0xAB96E1C71E9E4A3EA864783000FB61B0 , 0xABB50ED613354E70AB841887073DC2D4 , 0xACFD7586D02848F1AC801F4776EFA414 , 0xAD735AF1EBFB421E93E408B073C4A89A , 0xADC043F56F134074890A59847D1C395A , 0xADCC4A95C84A49F39614E0496AE52B5F , 0xAE9BE255B3CF421A9D52870A7FCC9C80 , 0xAEACF318A81347D8B9F285116A349B1E , 0xAF7B340767844E47BD8143906D65FB01 , 0xAF8676DF46AA49F8B81D4260AEA9DAEF , 0xB012156EEB6F442B905AC901013879CE , 0xB0BF9A3922114E03A9F54C4490A9108F , 0xB184FDD281194FB0A51CBD2487C80A04 , 0xB18BED0EA5494747A8B8E9207B714C7B , 0xB19D9D9C34BD409F8F0D4E407A23C54E , 0xB1F0C3DD726D45E2ADB59E7AE1B2715C , 0xB20B35D599904F1793C66D3F2D329737 , 0xB3B03E97EB074E65A1FC0B9C886BBE0D , 0xB3E33044C85047788431F9F6450822CB , 0xB3EEA42436244FE388724254CC2F3339 , 0xB44110F042A140DA892F9C08223AE5CE , 0xB4A58AF6360946DB9BD377476C139E73 , 0xB4B09CDB1B0A4DEDA11B852023D0C5CB , 0xB5B80CC1CF8346D08066B70192F8F205 , 0xB6658690F19648B3AB130D4D2D3EA553 , 0xB673BDBD413A449787A01603BAABB74C , 0xB69AB6FD023F447AB90317E1494058AB , 0xB6DB924C6EC9438B830864E8BB38320E , 0xB71AEE645CE54E678C62A20C23E9C89E , 0xB7856DAEBCA4480C9B15C19BA0A212EC , 0xB7C51F2DC29648DFB95224536FF3210B , 0xB80CF411DF9A4EE18E200FE94EC066FD , 0xB880840024F54A51ADCD0E4DEFE442CA , 0xB8E083DB6DB044B18BB22C1DAAE50C0F , 0xB8F747E4A4B04933A895083E4C58E741 , 0xB978AE642D7F47F9BDA76BA4F023FDFA , 0xB989CC4E516D42D99E3EA9A622282887 , 0xB9CA657D2FF548B6945D93B91827A95F , 0xBA0E3386C89447A0BFB7C3FC0CE7E581 , 0xBA84F0D2ADB24F7F9737CBE9A283912A , 0xBAE8C3B8A6A4455E9B0277DD90BE2598 , 0xBB7123D42EA24BDB92650C6ECF82B500 , 0xBC2EC9FA346E41BB94FD985839B33582 , 0xBCB18908C4C540A5BEC01A6BEAC66B47 , 0xBCE5201D9C17496DBD68F1A590777FF9 , 0xBCE8C20F1E6E4835866F521B0880591C , 0xBCFE2B3D098945D3B2FDDC8CB5E030E7 , 0xBD6902635C51446A940A35C0805F0870 , 0xBDA627659F5146998F0DB0890CD9A253 , 0xBDE5D074AFDC4F6794D3F9603211F3AD , 0xBE764415E4AD4864BA6C72FBA6F4A0FB , 0xBEB470BC094340E4A224B3B7CFD98582 , 0xBF9C594A5FF4435D8215399F3820F8AC , 0xBFF3FA6F6B7E49D49F9C3BAC51B20896 , 0xC042787E74234596915F5FED1704983B , 0xC07B98F12973451E8FF58B8B007BC57F , 0xC0A19C0F2FE9417998CEDF220FBD6D59 , 0xC1BCED4CA31F4ADF8E7424208DF306F3 , 0xC2445A304469415C97A1C7466D9B58AC , 0xC29F7187AC2B4FB2AD7A7D181EF90BA5 , 0xC2A66FCBBFD14066B2A601B6DBCDC4A7 , 0xC2CEE0817751487D852BEF8E0A3F1E22 , 0xC2ECC5696F77482BBA2056C75B36D56D , 0xC30E23764ABB445DB53AEF8537483E5A , 0xC4808FD0396949359159344384C72D62 , 0xC497425293A54F939121E7CE072E8890 , 0xC539BAEF793D40E9B0A886408AC41A0F , 0xC5629ACEB6CB45D1AB58DEEDDB1C8246 , 0xC5B0CFCF45C24C888F29B247E1A6439F , 0xC5DCBE5BF98C4CB4809A5E3218CD58EB , 0xC68CF44BD83C4298B991DFD4574FB1E0 , 0xC6C9209154524959BB63C8A691B751D7 , 0xC78ECC7F2D0A444DBB0057D2BCD7303B , 0xC834ECF87C31477691B33B6D68EE6559 , 0xC857598AFB6B4E22999FEAE77374769E , 0xC87BD31ABC0445B8B769E0A92DDAA367 , 0xC9F79A5087534D559C644419FE409E8A , 0xCA18F93F210746E299AA04D132242F94 , 0xCA9C2A4541E84EBE827017D61611945D , 0xCAE39332709740B2899AF818276DACDC , 0xCAE6E557BAF84E3CAD4EE2FCE18ACBDF , 0xCBCE36EE35D547C0AD2DDA302D1D1785 , 0xCC3894AEF40D40C4873A895E7A7C638F , 0xCD3D1297BE844C6A8C256FE070DE45DA , 0xCD6752D0262B4B6A92906A79EA1E690E , 0xCD8FC92B717D4B73A4ED38E010E0FF86 , 0xCF07318517F7463FB9D24E792EDF66DD , 0xCF120CDFECB74162878AC31EF7CA3DB0 , 0xCF2CBA67DD4340F88F11FBDA3BFC3591 , 0xCF2EB0E39A1E41C3AD0D134B02F0CA14 , 0xCF516ABACDC945CA8917E0ED4280A722 , 0xCF7580D7A46946918971FCF8FBCB2F3B , 0xCFB932BAF93C434B902455585A938E7E , 0xD0E50C2B724A41C6942B53E0B77FEFF9 , 0xD33CC643BF264774B2CF12077EC5E8F1 , 0xD3682FD2C37A4FAEB711DE41765A0271 , 0xD39D78526B1C40CB8F3F524AD5A92E9D , 0xD3EE8CEC54304A8A89AE178754820DDA , 0xD42C7984BDAB4759821834B094E628A6 , 0xD457EABDFAD74AA188CADBB72EFF430C , 0xD4AA09F564B341F4B21BE0338CE67BF9 , 0xD51C73635A424107AFC381ED7CD2BFEF , 0xD5303BC610E14C349FFB035E6DCE7DEA , 0xD58415C8B990486783F5C0701F6B2202 , 0xD5973AD8D06B403AA4C94A1CE40D1009 , 0xD6023A2F0F0C469493C598ECF04454B7 , 0xD618576D37774671A7785BC90A8AED1E , 0xD6629267D6164FC5919F897AC94828E7 , 0xD7887396D1D345BFB9EC781496BDAADA , 0xD7A5ABB3748F4E6583307CBE70CCF9C4 , 0xD7AB072FDD87470196A83B5D6AA60BFC , 0xD7D9688E5E7C4E6B97B4016450AC1A11 , 0xD8862D6AE882446CAC5804E3755D49AF , 0xD8BB06F16BF844AE88285A3E2DA98FCC , 0xD9513AF2C27D430393F2B133B4B8CE47 , 0xD99A494BCD6146B0810B1FD4B9FE26E7 , 0xDA2F5EB526484C678C27263053FBFD1A , 0xDA389813B98E4C0E877CC5AC7D03CA13 , 0xDA5F6635A98B4768B625FBF447E7CB26 , 0xDA768E8434C9410B83E98E4C1D28BF4C , 0xDAD1874A080641A9850D813D8C181C58 , 0xDAF4C9BA77934682847055EE3ECFF226 , 0xDB8D17F531344EBFA5311AA6DE899BD2 , 0xDB98D0D2BD884B74BF077B9F961F0CF8 , 0xDBCC8BAF2C954FC185F41814B562BE37 , 0xDC200B7B0DD549848E20E42C1C735851 , 0xDC22654F63F44C48B1708AACE354CEBF , 0xDC3D140C7A994322B637A8577DE5FD6D , 0xDD00911988B54713827F341A00442ED2 , 0xDD0E39D2D8A7451EB87EC7813DA15F1B , 0xDD1965504B9140AF97E3684C6616D485 , 0xDE7686A06AD24D32A7490C1AE317DF37 , 0xDF41BFFA927742158CD4D075EA5290E4 , 0xDF7362DA47CA4A3CBC6425C732788406 , 0xDFD68A87E7CC48688AF4CDF2ACAF3B62 , 0xE001BF62FE3543349761EE73554036F4 , 0xE075C1BD21E64B658D720ADB0EA200AB , 0xE07A38B260304778833D1E1E217238BA , 0xE1506ABF0A874F37B81E0A460E6DE36F , 0xE19D24B114EC4D9285B5D587F7212A18 , 0xE1D0FB8F4F914FBB83103CAE54B6AB0B , 0xE342B5B135B2400A834E84C45D450235 , 0xE3924CE55F6C48998FCB15841003B009 , 0xE44EC262ADA448E6BEBA53594BF00FFB , 0xE4CB5358B2DA44AE809AF14F35BB4304 , 0xE4CE792432964B6CBD370718D3655E39 , 0xE6198E7BDB984ECE9B7CFAF55FBF8F0C , 0xE6AE1CF6896E4D9FA381A44412B8611F , 0xE6E7F1E4D32843A1973BEAA8C68621B2 , 0xE77341D081AE4F4ABF6B9BDB33A74FB0 , 0xE80E6D3B1B184CF3A09DCDDA72B0B860 , 0xE964095F3B084292BC0C103045CB58FB , 0xE9F89A589D114154BA065C1F8981D2F9 , 0xEA2A4B16446A458492810988639BDD4D , 0xEAE05A6D4F0B4BCD82A154076E0A8318 , 0xEAE39505F58F4A56B0538F978C6606AB , 0xEB32FDAB56E44041829EB5BAE1863702 , 0xEB6ED21C7B8446C290A6930B1C1DE7F5 , 0xEB6FD3BA6D0241C39ED570D061E30791 , 0xEBE8B0E7AA15473F8774A7CD76E256CB , 0xEC3095D062DC4A3BB49DAACD2BF13725 , 0xEC3707F0035D4320850B8E7EA6886782 , 0xEC7FDDAE9E104D6787BDBE2624BE98CD , 0xECF0FD57DAC6417DBA25F8C25DDEB5BC , 0xED2C7B3E5F964472BB023A1B65499942 , 0xED752246E5D94DE680ABB662C9B89B2A , 0xED870C46F46D4FD59E7BBDB3B0B0EEAE , 0xEDAC6A676ED947E3A1FC591BF9D12C1D , 0xEE3DB156EA234E2E9C3F4ABFC14E7545 , 0xEE4889144DF44C1391E96727170BC7C9 , 0xEF5C0D2CAB894634B7D29960FE64A3A5 , 0xF0066D67AB59450CB7AC06EB9DAA5EE8 , 0xF147CC221BCB40049E7FB5CD0FEDD2AA , 0xF15C8B62B84846D2A0A4D6A586995A26 , 0xF1611DB2FB2748A6BC318FD142068D25 , 0xF16FF048881742D0B22D6CE621AB6ECB , 0xF1770739D5904483B475D52B0CED1A2B , 0xF20338F939CF4E6A87305157C2AD5267 , 0xF2AE1CB4C99340E4AE1C15DFCB6A9284 , 0xF3A8D69EEEE440BFACFB1F395836E40B , 0xF40ED56D06B84443BE04B99BF86CC7BF , 0xF42E7BEC2CA7474DB3DA2440519AE926 , 0xF437AC03E08C45E2B4AC6CC2C1BEE1C5 , 0xF459061CE1A94321AF631868EA7C480C , 0xF5134A99DC0A4D4DBC0A5BBF1A8F1211 , 0xF69614BF53B24BE4B18C1E954AD3E3A2 , 0xF71C2AA31AE84ED4B1123DA59EB380BD , 0xF902409621D648F983CD91EC148A8393 , 0xF905BA3E724247E68CD816327F2EAFBC , 0xF922D53C053E46DF932985F5130A0F23 , 0xF9A6E96C02FF4439947E93AC8377B89D , 0xFA60CC53FD454E55973F89F6B0DF4685 , 0xFB6971D009214A2BB4349C1DD1D198E8 , 0xFC3F2C1964F34380AEC7FBE346F357B3 , 0xFC4157187FE74792B07E2A8B73F4FF5E , 0xFCF80226EC98404FA8732C1EAA5059EC , 0xFD49F42377AC4BE9A266E184808D8A2A , 0xFE4C4103AF7344ECB334C5132DFF413D , 0xFF47B881266C4C66AD44846C022E91CB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1500 ;
Copy
95
0.12 ms
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` AS `app.id` ,
`app` . `name` AS `app.name` ,
`app` . `path` AS `app.path` ,
`app` . `author` AS `app.author` ,
`app` . `copyright` AS `app.copyright` ,
`app` . `license` AS `app.license` ,
`app` . `active` AS `app.active` ,
`app` . `configurable` AS `app.configurable` ,
`app` . `privacy` AS `app.privacy` ,
`app` . `version` AS `app.version` ,
`app` . `icon` AS `app.iconRaw` ,
`app` . `app_secret` AS `app.appSecret` ,
`app` . `modules` AS `app.modules` ,
`app` . `main_module` AS `app.mainModule` ,
`app` . `cookies` AS `app.cookies` ,
`app` . `allow_disable` AS `app.allowDisable` ,
`app` . `base_app_url` AS `app.baseAppUrl` ,
`app` . `allowed_hosts` AS `app.allowedHosts` ,
`app` . `template_load_priority` AS `app.templateLoadPriority` ,
`app` . `integration_id` AS `app.integrationId` ,
`app.integration` . `id` AS `app.integration.id` ,
`app.integration` . `label` AS `app.integration.label` ,
`app.integration` . `access_key` AS `app.integration.accessKey` ,
`app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` ,
`app.integration` . `admin` AS `app.integration.admin` ,
`app.integration` . `custom_fields` AS `app.integration.customFields` ,
`app.integration` . `deleted_at` AS `app.integration.deletedAt` ,
`app.integration` . `write_access` AS `app.integration.writeAccess` ,
`app.integration` . `created_at` AS `app.integration.createdAt` ,
`app.integration` . `updated_at` AS `app.integration.updatedAt` ,
`app` . `acl_role_id` AS `app.aclRoleId` ,
`app.aclRole` . `id` AS `app.aclRole.id` ,
`app.aclRole` . `name` AS `app.aclRole.name` ,
`app.aclRole` . `description` AS `app.aclRole.description` ,
`app.aclRole` . `privileges` AS `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` AS `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` ,
`app` . `created_at` AS `app.createdAt` ,
`app` . `updated_at` AS `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) AS `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) AS `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) AS `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) AS `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label AS `app.translation.label` ,
`app.translation` . description AS `app.translation.description` ,
`app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields AS `app.translation.customFields` ,
`app.translation` . created_at AS `app.translation.createdAt` ,
`app.translation` . updated_at AS `app.translation.updatedAt` ,
`app.translation` . app_id AS `app.translation.appId` ,
`app.translation` . language_id AS `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
96
0.04 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
97
0.02 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
98
0.03 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
99
0.04 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
100
2.11 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` , COALESCE (`theme.translation.description` , `theme.translation.description` ) AS `theme.description` , `theme.translation.labels` , COALESCE (`theme.translation.labels` , `theme.translation.labels` ) AS `theme.labels` , `theme.translation.helpTexts` , COALESCE (`theme.translation.helpTexts` , `theme.translation.helpTexts` ) AS `theme.helpTexts` , `theme.translation.customFields` , COALESCE (`theme.translation.customFields` , `theme.translation.customFields` ) AS `theme.customFields` , `theme.translation.createdAt` , `theme.translation.updatedAt` , `theme.translation.themeId` , `theme.translation.languageId` 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` , `theme.translation` . created_at AS `theme.translation.createdAt` , `theme.translation` . updated_at AS `theme.translation.updatedAt` , `theme.translation` . theme_id AS `theme.translation.themeId` , `theme.translation` . language_id AS `theme.translation.languageId` 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` , COALESCE (`theme.translation.description` , `theme.translation.description` ) AS `theme.description` , `theme.translation.labels` , COALESCE (`theme.translation.labels` , `theme.translation.labels` ) AS `theme.labels` , `theme.translation.helpTexts` , COALESCE (`theme.translation.helpTexts` , `theme.translation.helpTexts` ) AS `theme.helpTexts` , `theme.translation.customFields` , COALESCE (`theme.translation.customFields` , `theme.translation.customFields` ) AS `theme.customFields` , `theme.translation.createdAt` , `theme.translation.updatedAt` , `theme.translation.themeId` , `theme.translation.languageId` 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` , `theme.translation` . created_at AS `theme.translation.createdAt` , `theme.translation` . updated_at AS `theme.translation.updatedAt` , `theme.translation` . theme_id AS `theme.translation.themeId` , `theme.translation` . language_id AS `theme.translation.languageId` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
101
0.37 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` , COALESCE (`media.translation.title` , `media.translation.title` ) AS `media.title` , `media.translation.alt` , COALESCE (`media.translation.alt` , `media.translation.alt` ) AS `media.alt` , `media.translation.customFields` , COALESCE (`media.translation.customFields` , `media.translation.customFields` ) AS `media.customFields` , `media.translation.createdAt` , `media.translation.updatedAt` , `media.translation.mediaId` , `media.translation.languageId` 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` . title AS `media.translation.title` , `media.translation` . alt AS `media.translation.alt` , `media.translation` . custom_fields AS `media.translation.customFields` , `media.translation` . created_at AS `media.translation.createdAt` , `media.translation` . updated_at AS `media.translation.updatedAt` , `media.translation` . media_id AS `media.translation.mediaId` , `media.translation` . language_id AS `media.translation.languageId` 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 Ž¥\x0F £ÂsŽ·ú\x11 ŒÆTÀ\n "
b"Y\x0F\x1E ôÁDB╠ûµñ\x1C À@Å╝ "
b"\x01 ÄÑ\x0F úÊsäì |ð×└┐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` , COALESCE (`media.translation.title` , `media.translation.title` ) AS `media.title` , `media.translation.alt` , COALESCE (`media.translation.alt` , `media.translation.alt` ) AS `media.alt` , `media.translation.customFields` , COALESCE (`media.translation.customFields` , `media.translation.customFields` ) AS `media.customFields` , `media.translation.createdAt` , `media.translation.updatedAt` , `media.translation.mediaId` , `media.translation.languageId` 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` . title AS `media.translation.title` , `media.translation` . alt AS `media.translation.alt` , `media.translation` . custom_fields AS `media.translation.customFields` , `media.translation` . created_at AS `media.translation.createdAt` , `media.translation` . updated_at AS `media.translation.updatedAt` , `media.translation` . media_id AS `media.translation.mediaId` , `media.translation` . language_id AS `media.translation.languageId` 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 (0x018EA50FA3C2738EB7FA118CC654C00A , 0x590F1E93B54442CC96E6A41CB7408FBC , 0x018EA50FA3D273848DFF7CD09EC0BF56 ));
Copy
102
0.08 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id ;
Copy
103
0.06 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
104
0.08 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"íç/pšHK[Š“Oîn$\x1A _ "
]
SELECT iso FROM snippet_set WHERE id = 0xEDE72F709A484B5B8A934FEE6E241A5F ;
Copy
105
0.01 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name AS themeName , parentTheme . technical_name AS parentThemeName
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"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name AS themeName , parentTheme . technical_name AS parentThemeName
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 = 0x696EDAB409AA400E9F76E95471BDC8ED
;
Copy
106
0.02 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
107
0.02 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
108
0.01 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
109
0.02 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"íç/pšHK[Š“Oîn$\x1A _ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0xEDE72F709A484B5B8A934FEE6E241A5F ;
Copy
110
0.36 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` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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"\x00 ›ÃíY\r N¬·Éõ¦î—×q "
]
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` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 (0x009BC3ED590D4EACB7C9F5A6EE97D771 ));
Copy
111
1.88 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/009bc3ed590d4eacb7c9f5a6ee97d771 "
"/navigation/66bb7e1423f04606a843963936d323cd "
"/navigation/11a6bdc4df36429c95c28e32ff2b81eb "
"/navigation/28db7cef061a43b580f7a6ddf008fff3 "
"/navigation/83fca119538b4a6c9c53dcdff06196f5 "
"/navigation/57412f8db0964cf885fb627c534afa8f "
"/navigation/01930bc8df8b7cc7916c5471d56b2501 "
"/navigation/01981945418b735f9fe06eca3b16e20c "
"/navigation/766dd30d40fb458f9ba1e7cf9d3e1b03 "
"/navigation/ea645a7ec20f492e9a064f75a2da26f8 "
"/navigation/727ee2ff77c44c07a3d3e29b3b28116d "
"/navigation/adf7b123c6024becaeb3364f1f8b2738 "
"/navigation/ecee44fbb1034868bfe0efb7bebc424d "
"/navigation/c1b4916ab9eb43eeb802dc035e673f3f "
"/navigation/039c98f3d1c14966aaa7df857679e274 "
"/navigation/61b7af63acca4e91b7c429f7ae427336 "
"/navigation/0c5613e1b7144898a08fc2c75af46665 "
"/navigation/0588b7c2ef114dc08664bfad9e7917d9 "
"/navigation/aa45865554784841b059e0a81c82110d "
"/navigation/77ca20eb96dd41868186c42a5ca89423 "
"/navigation/8198e729cf0d4b59a6122d5e25fad868 "
"/navigation/b8b279339b9b42bbae60ef16271eedfc "
"/navigation/e95560be55054590b46b0e3a72c00914 "
"/navigation/2622e1915489489a9f30b6545784da77 "
"/navigation/f2e2a9e9d95146ee974a6a8bbb740cf8 "
"/navigation/89d3ed2bca8c4389bb9479c3ed7ae187 "
"/navigation/03875bbd8b544208a54cb50437e42d93 "
"/navigation/80cb8d3d1ed94bb9a64db18e4b62e62a "
"/navigation/4dc264e389734cb091d0445bb60458d5 "
"/navigation/cf64c23c04204cc6b94ec837add56335 "
"/navigation/1d34a242102b4e44887b5fbb9f9c1835 "
"/navigation/81196dccdb2b45a5a7a5a11b3508834d "
"/navigation/a1b847f7b0414d88b1e3b8cd48318800 "
"/navigation/de5216e992e441dc8ff671b15fc9c5ff "
"/navigation/84d4aac81bea4cf49c7847573926d49e "
"/navigation/f67c0cd9a3ad426d95195090d810eb20 "
"/navigation/34a0e166637049da90fa74f68c4ee93d "
"/navigation/dc9c7dcc3a7c4f31a789f943222157b2 "
"/navigation/2f87159b95cc4abb940f01ec8b19106f "
"/navigation/50b8961e5051438da1655ef67e8e27f6 "
"/navigation/19e5450256eb4abfba206e719215883c "
"/navigation/3d13f25c006b48be899cdbbb8aa03902 "
"/navigation/dd7be982f53c497fa8d1e50d54e76815 "
"/navigation/42f02599a7774baea48805dcc4b07d53 "
"/navigation/480dbfe3094d462ab79aec581ac48a86 "
"/navigation/4aadcd46861c446a89b7be133b317ba4 "
"/navigation/f76285725672416fa45bc23f92cdc459 "
"/navigation/848d97d5135741bd8cf85d6bde6438af "
"/navigation/db26adc68cbb44fdb67419d0856927cf "
"/navigation/1037804c9bdb4cb6a87bd7970d32e9ff "
"/navigation/0e3f49c85029452e92ab5ade904fbf8a "
"/navigation/d3b1c7e8149a4cec9e7f931b566438af "
"/navigation/abe80db769ed43f49475c0ab0d93b2a4 "
"/navigation/e3b7cd862c3f4d75b0130593d8aa70b3 "
"/navigation/890bb04b982a4892aafbe1622d8f395a "
"/navigation/0190bf0c92357302861463a9ab13af80 "
"/navigation/0190bf050404707a8e11e718e1a023cb "
"/navigation/8573082efd9d4815a16f7dd9764d77b0 "
"/navigation/e3288045328d4c08a0cb8920f89c402a "
"/navigation/0a6b331c5d3245818bfd71e20fe97fac "
"/navigation/cd8101e4cca6493bb2ae94359c46a1d2 "
"/navigation/8c461e6528cc4d85ba33950ad0229258 "
"/navigation/abaa1571dc254447a05525058a28a349 "
"/navigation/962fc684e5664befb8c492a0d066e32b "
"/navigation/864b327cf769448e85ef1ace9d5bfb58 "
"/navigation/b5be91f4a6814c898df26fd301992190 "
"/navigation/bae1036b1b3d41fa9a00c7635ba020d2 "
"/navigation/5fc902618cd74333b9b839b23a2c7486 "
"/navigation/c92a70b2a670428f817b7708b5a7a037 "
"/navigation/962a760545af4a318ea9c4fab2fd15d9 "
"/navigation/1539a5cf512e4e1c9e08441a629655b3 "
"/navigation/c8438e1d7b4346949704fd03808e7986 "
"/navigation/61c8549934114184a5df7ce9145707d5 "
"/navigation/42b98860bd66426a8a9630a611b92a2e "
"/navigation/b36e6f773e5240b2b78c6929af2ea01e "
"/navigation/c18f6b79a72047f091cb750d01b6d950 "
"/navigation/a2c4dd00a7d840a7b20b1845bedea479 "
"/navigation/9b71eba3db094ba4b4345e9efbfafe3d "
"/navigation/af43df70fd70460cbbdffe811798f5f9 "
"/navigation/be4f78d04f704566b045e799702b12c2 "
"/navigation/c11db1086f524989aacdd333edb7f0fe "
"/navigation/cff332e06e7a42c29d088614cba11e78 "
"/navigation/8d3e1f1f9d9b4930b68c5f1bfa696bae "
"/navigation/7c0384858bf6414f8597713bde6e1d1a "
"/navigation/310697affce44fc3a8b0fe92ebb322d2 "
"/navigation/9b12e70b10cc437cb7ac1a3c6e12f91a "
"/navigation/5a006f35c7564bb2bd353f1174bdaff4 "
"/navigation/38b55bb261084d4789e21ef4312abbf8 "
"/navigation/ce0b254ac1fd4c1eb9d66c0ae11affb7 "
"/navigation/21ec6a36c662458da2f1646ed98214de "
"/navigation/8784d74561584f72a97c6fcc391d125a "
"/navigation/c897d790656648dcabf21af6269c0b30 "
"/navigation/fea9ea5fa32e49549cf699067e3a49ed "
"/navigation/60a9e05f72b9469ea04411fe8ee0134e "
"/navigation/9521b36820164a37afbedbd8d3340bed "
"/navigation/f9cca56cdb1040268583d419e659a8c1 "
"/navigation/0191858b90627c2084ddd37a7ba6b896 "
"/navigation/529768fbc88443f3aadcceb558136d58 "
"/navigation/c549d483385a40489e1bffe3a843f092 "
"/navigation/0588e9c3fa51410da232d95d40f5fe33 "
"/navigation/cd8041d6a08e449494ad0c3fb6b342f7 "
"/navigation/c53a8c276b1f4566b27dc8453ae0b4f7 "
"/navigation/45d2a25a462e40f6909fc258ce3994f4 "
"/navigation/1c5afa84aaa941d6bc2cc2f3b6525f6e "
"/navigation/99d3aee15ac6458ab6315fcd90acfddc "
"/navigation/ba33cdd3d29f4975a0ae4a1077fca503 "
"/navigation/5811f582d18c45849ac302116596bc08 "
"/navigation/c93db65c13d4481cb8e5fb6cb5336645 "
"/navigation/d915481b4b10436e83e875bfc37f944e "
"/navigation/19d5346b5cfc4282ac872cf4358fe2ee "
"/navigation/03c0eb71f6824915a700dfada11c062f "
"/navigation/55ed61e17a7a4b429873a4def82df1be "
"/navigation/87436fa5896445879e9d2d7a10dbf825 "
"/navigation/408b816594544a96bac069d41936011e "
"/navigation/530c30c0daca468b8c11d510da43243d "
"/navigation/2777f2578b924ee7be296fdaf96eb69e "
"/navigation/ac4477c67acc45878df8905c3b0a5594 "
"/navigation/272bfd4440e146c384808b997af7f2f0 "
"/navigation/cb01a64a8b184a5c9a382cb77c0eff1a "
"/navigation/ce0a2bbe13384fc9a317262c16216ba7 "
"/navigation/6ee277a5755c49d8a220d4cf692f2fae "
"/navigation/d8d46fbb76814d25883af585763c6b51 "
"/navigation/e4b3f6012df84366bd8fd9c827673d91 "
"/navigation/bf63c58ae163431bbf92f65ef798a4f0 "
"/navigation/efcc7444b0c146c29612828e99c769cf "
"/navigation/f3df80c06f084298a4dcc7e05c0cecb2 "
"/navigation/2317385b8a42499d911125ce454ea626 "
"/navigation/d32b9a012b66430cb9fbfcb6287e5916 "
"/navigation/7bdd135f348e49b4bd1b3fbde379d8b5 "
"/navigation/06de686b8ff04f05b8095685d95c8185 "
"/navigation/95b8092ef9e9451e98c5419c5e1731ea "
"/navigation/c9e27e687db24cf09dc63b3b081cac91 "
"/navigation/e7b242ca67f94965be0a0ee43692d1bb "
"/navigation/1b36d51513e84cc0b9223bb7b0d96e11 "
"/navigation/e359040ab8c1469dbf5af3ff44a60645 "
"/navigation/0637d89c47154fd2ad2b79421f5d4cf4 "
"/navigation/fc47cc866128466b8aba33a240907227 "
"/navigation/2505d4fbea8f4a729065cbebaa8e33df "
"/navigation/65e11eaa037a44e69acff5f09f284a9f "
"/navigation/8103e9be4b364164b932a8a69cc16c7c "
"/navigation/99f6885c93b743a281a4d8d7f2851f16 "
"/navigation/6e1a26e3e64a41ed97eb7e7a82c51f44 "
"/navigation/d685eb5358464819b59a082db6201fe5 "
"/navigation/e8c969ceaf6143219c5c07c396600187 "
"/navigation/db2c79b8242943d8a4e8345f08204835 "
"/navigation/543768ecf83f4d499c5914c6807fe47e "
"/navigation/14029c5b418d4d6ba6fb386b88a9722b "
"/navigation/37bd4c7f6b5841a5aaca7c4b572e5dd0 "
"/navigation/268489c2ce6f4b9f8f1f42802dc15c9c "
"/navigation/d27df7157cdf4b3c912fb08a95bdff09 "
"/navigation/a654ea9b607c477d8ed8e4df3376b08b "
"/navigation/81872d8300c24256bd7c7a48695d4118 "
"/navigation/54c4b75f43924fb6a75b4297a30e5120 "
"/navigation/65edb39175fb413f84029459d571635d "
"/navigation/f6762fc4b44b4f88a943f8f6af7aad46 "
"/navigation/1463e1e10ae64f098f25a41dc7540c85 "
"/navigation/11f8c237487e45458a818350eeb3a7ee "
"/navigation/ae1962129787468ba7375300e0baf1d4 "
"/navigation/2600de445d514c568bfaaf86f43335dd "
"/navigation/f9ef79329cbf45058011c22b10c66f04 "
"/navigation/a29e90dafd93406a9e056134a7cf5acf "
"/navigation/581ff8caefb94e87a7d67158a0134502 "
"/navigation/444ac9968aa241e6a67fae615b962279 "
"/navigation/b9f94195350c4d6cad20820dfcbcfbe4 "
"/navigation/a4edcd93d7b34c52b5a3050a8878b621 "
"/navigation/7980b69376ad434bbe8e25ed9e8e5e28 "
"/navigation/a9e47e064cb345b9a908f640a3a74a03 "
"/navigation/1db6b712b48e48b0a86a3d91fc47df38 "
"/navigation/4adcaaaa3aa34a4b89bcccd5e7135397 "
"/navigation/d20b6b0bfbe546fe8f7f1588cccdec38 "
"/navigation/aa694dc95f4440708959015cef5ec556 "
"/navigation/2c06ea524ce646f18a321e1f977db9af "
"/navigation/3ada556f802047c28327561113c418ae "
"/navigation/ba514361b3ae40afb0aab3338170dc5e "
"/navigation/e9a88f25af43490a8d9fbf07ac2a2134 "
"/navigation/419d94e7c1dd4f769398af1972347de3 "
"/navigation/9040948214b14479b72a398abe1e7fdb "
"/navigation/b842b40128284e1ab6f0021b14e958c1 "
"/navigation/1068d54dac8a4aef861483dd732e5317 "
"/navigation/8055d32b867c424db2fe3b69e0338b48 "
"/navigation/7d543578042e4df0b03fc36b22615459 "
"/navigation/0e6cf8a2ebed4af1b1c918e6aea95d28 "
"/navigation/8e74d893e97d4b1c90b6354bfd95d652 "
"/navigation/e85769b09d924937859d5a7b3e8efe7a "
"/navigation/5435a672f850431b8330494110376e52 "
"/navigation/ab6d84953c864760b74faf232dd96a61 "
"/navigation/3bfb86c49ae44e2d97a57c7b663a7a2d "
"/navigation/f965df06cbff4659851737ebefaa0248 "
"/navigation/ce7c1120d04c44249247ef1a0b7586b1 "
"/navigation/47a9130f90db4d79acbc3c68bc558ee3 "
"/navigation/9591c9db59dd4ae18148635e41cd8a30 "
"/navigation/cb489a91f0a1409eb0ff4f1ff5b716cf "
"/detail/19388d5ded9d4395bbd43fb72cbc91c1 "
"/detail/1c35264dacb64675a4175d7439ea8590 "
"/detail/230158b4a2da4f79a4cb478e4fe30618 "
"/detail/45dafcadf13840889e182c44717ccc81 "
"/detail/68e6fd66b3374d62aa776974f113a093 "
"/detail/7e35af742f3242939c5ac70eb81483f2 "
"/detail/868ed246974d4516a65a55424bf97036 "
"/detail/8c9a2f40350d41f4939156e538fdd2f5 "
"/detail/92437203a7c647f6bcdad5890664faf6 "
"/detail/9e88ebec29834dc1951ac6d784f61688 "
"/detail/df2157b96f374acaa030cbf5edd090f2 "
"/detail/f7352212a883455dae63a4bee657bf96 "
"/detail/92f494f57c474af595e0085d40c0ab63 "
"/detail/0121e521c2ef45699615ce6ae43225e0 "
"/detail/0196202250ce724eabd3824a82addc30 "
"/detail/18ca6e1f8f2d41d58dd32e9119a39c80 "
"/detail/266e15ecbe3f440ea0527dd9fb35d19a "
"/detail/2a52f69544f8463da2b478735a8ea183 "
"/detail/2af52f2d73f7436fa23283ddf486ece7 "
"/detail/4803b1b5f2424c9390fc270cf98f2704 "
"/detail/4f37267b09cd42ce910947d7e3a664e4 "
"/detail/6d8283fc0d1f4937b90e3c8c1e0e21d5 "
"/detail/8ad17b419ea74be7a4f5b3e2ecd72004 "
"/detail/9fe0b5ff8ea54571aa0eceaa4a83b6e5 "
"/navigation/3443b791bf4d44148cb7774704ce3ec7 "
"/navigation/561543341c1a482c9ba6dd9e2bb94570 "
"/navigation/743f0d2271ab4a6780b79087764f5ea7 "
"/navigation/1faa477bdf884cb688d5439460d5943f "
b"/»_ââšMpªXTÎ|ãâ\v "
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
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/009bc3ed590d4eacb7c9f5a6ee97d771' , '/navigation/66bb7e1423f04606a843963936d323cd' , '/navigation/11a6bdc4df36429c95c28e32ff2b81eb' , '/navigation/28db7cef061a43b580f7a6ddf008fff3' , '/navigation/83fca119538b4a6c9c53dcdff06196f5' , '/navigation/57412f8db0964cf885fb627c534afa8f' , '/navigation/01930bc8df8b7cc7916c5471d56b2501' , '/navigation/01981945418b735f9fe06eca3b16e20c' , '/navigation/766dd30d40fb458f9ba1e7cf9d3e1b03' , '/navigation/ea645a7ec20f492e9a064f75a2da26f8' , '/navigation/727ee2ff77c44c07a3d3e29b3b28116d' , '/navigation/adf7b123c6024becaeb3364f1f8b2738' , '/navigation/ecee44fbb1034868bfe0efb7bebc424d' , '/navigation/c1b4916ab9eb43eeb802dc035e673f3f' , '/navigation/039c98f3d1c14966aaa7df857679e274' , '/navigation/61b7af63acca4e91b7c429f7ae427336' , '/navigation/0c5613e1b7144898a08fc2c75af46665' , '/navigation/0588b7c2ef114dc08664bfad9e7917d9' , '/navigation/aa45865554784841b059e0a81c82110d' , '/navigation/77ca20eb96dd41868186c42a5ca89423' , '/navigation/8198e729cf0d4b59a6122d5e25fad868' , '/navigation/b8b279339b9b42bbae60ef16271eedfc' , '/navigation/e95560be55054590b46b0e3a72c00914' , '/navigation/2622e1915489489a9f30b6545784da77' , '/navigation/f2e2a9e9d95146ee974a6a8bbb740cf8' , '/navigation/89d3ed2bca8c4389bb9479c3ed7ae187' , '/navigation/03875bbd8b544208a54cb50437e42d93' , '/navigation/80cb8d3d1ed94bb9a64db18e4b62e62a' , '/navigation/4dc264e389734cb091d0445bb60458d5' , '/navigation/cf64c23c04204cc6b94ec837add56335' , '/navigation/1d34a242102b4e44887b5fbb9f9c1835' , '/navigation/81196dccdb2b45a5a7a5a11b3508834d' , '/navigation/a1b847f7b0414d88b1e3b8cd48318800' , '/navigation/de5216e992e441dc8ff671b15fc9c5ff' , '/navigation/84d4aac81bea4cf49c7847573926d49e' , '/navigation/f67c0cd9a3ad426d95195090d810eb20' , '/navigation/34a0e166637049da90fa74f68c4ee93d' , '/navigation/dc9c7dcc3a7c4f31a789f943222157b2' , '/navigation/2f87159b95cc4abb940f01ec8b19106f' , '/navigation/50b8961e5051438da1655ef67e8e27f6' , '/navigation/19e5450256eb4abfba206e719215883c' , '/navigation/3d13f25c006b48be899cdbbb8aa03902' , '/navigation/dd7be982f53c497fa8d1e50d54e76815' , '/navigation/42f02599a7774baea48805dcc4b07d53' , '/navigation/480dbfe3094d462ab79aec581ac48a86' , '/navigation/4aadcd46861c446a89b7be133b317ba4' , '/navigation/f76285725672416fa45bc23f92cdc459' , '/navigation/848d97d5135741bd8cf85d6bde6438af' , '/navigation/db26adc68cbb44fdb67419d0856927cf' , '/navigation/1037804c9bdb4cb6a87bd7970d32e9ff' , '/navigation/0e3f49c85029452e92ab5ade904fbf8a' , '/navigation/d3b1c7e8149a4cec9e7f931b566438af' , '/navigation/abe80db769ed43f49475c0ab0d93b2a4' , '/navigation/e3b7cd862c3f4d75b0130593d8aa70b3' , '/navigation/890bb04b982a4892aafbe1622d8f395a' , '/navigation/0190bf0c92357302861463a9ab13af80' , '/navigation/0190bf050404707a8e11e718e1a023cb' , '/navigation/8573082efd9d4815a16f7dd9764d77b0' , '/navigation/e3288045328d4c08a0cb8920f89c402a' , '/navigation/0a6b331c5d3245818bfd71e20fe97fac' , '/navigation/cd8101e4cca6493bb2ae94359c46a1d2' , '/navigation/8c461e6528cc4d85ba33950ad0229258' , '/navigation/abaa1571dc254447a05525058a28a349' , '/navigation/962fc684e5664befb8c492a0d066e32b' , '/navigation/864b327cf769448e85ef1ace9d5bfb58' , '/navigation/b5be91f4a6814c898df26fd301992190' , '/navigation/bae1036b1b3d41fa9a00c7635ba020d2' , '/navigation/5fc902618cd74333b9b839b23a2c7486' , '/navigation/c92a70b2a670428f817b7708b5a7a037' , '/navigation/962a760545af4a318ea9c4fab2fd15d9' , '/navigation/1539a5cf512e4e1c9e08441a629655b3' , '/navigation/c8438e1d7b4346949704fd03808e7986' , '/navigation/61c8549934114184a5df7ce9145707d5' , '/navigation/42b98860bd66426a8a9630a611b92a2e' , '/navigation/b36e6f773e5240b2b78c6929af2ea01e' , '/navigation/c18f6b79a72047f091cb750d01b6d950' , '/navigation/a2c4dd00a7d840a7b20b1845bedea479' , '/navigation/9b71eba3db094ba4b4345e9efbfafe3d' , '/navigation/af43df70fd70460cbbdffe811798f5f9' , '/navigation/be4f78d04f704566b045e799702b12c2' , '/navigation/c11db1086f524989aacdd333edb7f0fe' , '/navigation/cff332e06e7a42c29d088614cba11e78' , '/navigation/8d3e1f1f9d9b4930b68c5f1bfa696bae' , '/navigation/7c0384858bf6414f8597713bde6e1d1a' , '/navigation/310697affce44fc3a8b0fe92ebb322d2' , '/navigation/9b12e70b10cc437cb7ac1a3c6e12f91a' , '/navigation/5a006f35c7564bb2bd353f1174bdaff4' , '/navigation/38b55bb261084d4789e21ef4312abbf8' , '/navigation/ce0b254ac1fd4c1eb9d66c0ae11affb7' , '/navigation/21ec6a36c662458da2f1646ed98214de' , '/navigation/8784d74561584f72a97c6fcc391d125a' , '/navigation/c897d790656648dcabf21af6269c0b30' , '/navigation/fea9ea5fa32e49549cf699067e3a49ed' , '/navigation/60a9e05f72b9469ea04411fe8ee0134e' , '/navigation/9521b36820164a37afbedbd8d3340bed' , '/navigation/f9cca56cdb1040268583d419e659a8c1' , '/navigation/0191858b90627c2084ddd37a7ba6b896' , '/navigation/529768fbc88443f3aadcceb558136d58' , '/navigation/c549d483385a40489e1bffe3a843f092' , '/navigation/0588e9c3fa51410da232d95d40f5fe33' , '/navigation/cd8041d6a08e449494ad0c3fb6b342f7' , '/navigation/c53a8c276b1f4566b27dc8453ae0b4f7' , '/navigation/45d2a25a462e40f6909fc258ce3994f4' , '/navigation/1c5afa84aaa941d6bc2cc2f3b6525f6e' , '/navigation/99d3aee15ac6458ab6315fcd90acfddc' , '/navigation/ba33cdd3d29f4975a0ae4a1077fca503' , '/navigation/5811f582d18c45849ac302116596bc08' , '/navigation/c93db65c13d4481cb8e5fb6cb5336645' , '/navigation/d915481b4b10436e83e875bfc37f944e' , '/navigation/19d5346b5cfc4282ac872cf4358fe2ee' , '/navigation/03c0eb71f6824915a700dfada11c062f' , '/navigation/55ed61e17a7a4b429873a4def82df1be' , '/navigation/87436fa5896445879e9d2d7a10dbf825' , '/navigation/408b816594544a96bac069d41936011e' , '/navigation/530c30c0daca468b8c11d510da43243d' , '/navigation/2777f2578b924ee7be296fdaf96eb69e' , '/navigation/ac4477c67acc45878df8905c3b0a5594' , '/navigation/272bfd4440e146c384808b997af7f2f0' , '/navigation/cb01a64a8b184a5c9a382cb77c0eff1a' , '/navigation/ce0a2bbe13384fc9a317262c16216ba7' , '/navigation/6ee277a5755c49d8a220d4cf692f2fae' , '/navigation/d8d46fbb76814d25883af585763c6b51' , '/navigation/e4b3f6012df84366bd8fd9c827673d91' , '/navigation/bf63c58ae163431bbf92f65ef798a4f0' , '/navigation/efcc7444b0c146c29612828e99c769cf' , '/navigation/f3df80c06f084298a4dcc7e05c0cecb2' , '/navigation/2317385b8a42499d911125ce454ea626' , '/navigation/d32b9a012b66430cb9fbfcb6287e5916' , '/navigation/7bdd135f348e49b4bd1b3fbde379d8b5' , '/navigation/06de686b8ff04f05b8095685d95c8185' , '/navigation/95b8092ef9e9451e98c5419c5e1731ea' , '/navigation/c9e27e687db24cf09dc63b3b081cac91' , '/navigation/e7b242ca67f94965be0a0ee43692d1bb' , '/navigation/1b36d51513e84cc0b9223bb7b0d96e11' , '/navigation/e359040ab8c1469dbf5af3ff44a60645' , '/navigation/0637d89c47154fd2ad2b79421f5d4cf4' , '/navigation/fc47cc866128466b8aba33a240907227' , '/navigation/2505d4fbea8f4a729065cbebaa8e33df' , '/navigation/65e11eaa037a44e69acff5f09f284a9f' , '/navigation/8103e9be4b364164b932a8a69cc16c7c' , '/navigation/99f6885c93b743a281a4d8d7f2851f16' , '/navigation/6e1a26e3e64a41ed97eb7e7a82c51f44' , '/navigation/d685eb5358464819b59a082db6201fe5' , '/navigation/e8c969ceaf6143219c5c07c396600187' , '/navigation/db2c79b8242943d8a4e8345f08204835' , '/navigation/543768ecf83f4d499c5914c6807fe47e' , '/navigation/14029c5b418d4d6ba6fb386b88a9722b' , '/navigation/37bd4c7f6b5841a5aaca7c4b572e5dd0' , '/navigation/268489c2ce6f4b9f8f1f42802dc15c9c' , '/navigation/d27df7157cdf4b3c912fb08a95bdff09' , '/navigation/a654ea9b607c477d8ed8e4df3376b08b' , '/navigation/81872d8300c24256bd7c7a48695d4118' , '/navigation/54c4b75f43924fb6a75b4297a30e5120' , '/navigation/65edb39175fb413f84029459d571635d' , '/navigation/f6762fc4b44b4f88a943f8f6af7aad46' , '/navigation/1463e1e10ae64f098f25a41dc7540c85' , '/navigation/11f8c237487e45458a818350eeb3a7ee' , '/navigation/ae1962129787468ba7375300e0baf1d4' , '/navigation/2600de445d514c568bfaaf86f43335dd' , '/navigation/f9ef79329cbf45058011c22b10c66f04' , '/navigation/a29e90dafd93406a9e056134a7cf5acf' , '/navigation/581ff8caefb94e87a7d67158a0134502' , '/navigation/444ac9968aa241e6a67fae615b962279' , '/navigation/b9f94195350c4d6cad20820dfcbcfbe4' , '/navigation/a4edcd93d7b34c52b5a3050a8878b621' , '/navigation/7980b69376ad434bbe8e25ed9e8e5e28' , '/navigation/a9e47e064cb345b9a908f640a3a74a03' , '/navigation/1db6b712b48e48b0a86a3d91fc47df38' , '/navigation/4adcaaaa3aa34a4b89bcccd5e7135397' , '/navigation/d20b6b0bfbe546fe8f7f1588cccdec38' , '/navigation/aa694dc95f4440708959015cef5ec556' , '/navigation/2c06ea524ce646f18a321e1f977db9af' , '/navigation/3ada556f802047c28327561113c418ae' , '/navigation/ba514361b3ae40afb0aab3338170dc5e' , '/navigation/e9a88f25af43490a8d9fbf07ac2a2134' , '/navigation/419d94e7c1dd4f769398af1972347de3' , '/navigation/9040948214b14479b72a398abe1e7fdb' , '/navigation/b842b40128284e1ab6f0021b14e958c1' , '/navigation/1068d54dac8a4aef861483dd732e5317' , '/navigation/8055d32b867c424db2fe3b69e0338b48' , '/navigation/7d543578042e4df0b03fc36b22615459' , '/navigation/0e6cf8a2ebed4af1b1c918e6aea95d28' , '/navigation/8e74d893e97d4b1c90b6354bfd95d652' , '/navigation/e85769b09d924937859d5a7b3e8efe7a' , '/navigation/5435a672f850431b8330494110376e52' , '/navigation/ab6d84953c864760b74faf232dd96a61' , '/navigation/3bfb86c49ae44e2d97a57c7b663a7a2d' , '/navigation/f965df06cbff4659851737ebefaa0248' , '/navigation/ce7c1120d04c44249247ef1a0b7586b1' , '/navigation/47a9130f90db4d79acbc3c68bc558ee3' , '/navigation/9591c9db59dd4ae18148635e41cd8a30' , '/navigation/cb489a91f0a1409eb0ff4f1ff5b716cf' , '/detail/19388d5ded9d4395bbd43fb72cbc91c1' , '/detail/1c35264dacb64675a4175d7439ea8590' , '/detail/230158b4a2da4f79a4cb478e4fe30618' , '/detail/45dafcadf13840889e182c44717ccc81' , '/detail/68e6fd66b3374d62aa776974f113a093' , '/detail/7e35af742f3242939c5ac70eb81483f2' , '/detail/868ed246974d4516a65a55424bf97036' , '/detail/8c9a2f40350d41f4939156e538fdd2f5' , '/detail/92437203a7c647f6bcdad5890664faf6' , '/detail/9e88ebec29834dc1951ac6d784f61688' , '/detail/df2157b96f374acaa030cbf5edd090f2' , '/detail/f7352212a883455dae63a4bee657bf96' , '/detail/92f494f57c474af595e0085d40c0ab63' , '/detail/0121e521c2ef45699615ce6ae43225e0' , '/detail/0196202250ce724eabd3824a82addc30' , '/detail/18ca6e1f8f2d41d58dd32e9119a39c80' , '/detail/266e15ecbe3f440ea0527dd9fb35d19a' , '/detail/2a52f69544f8463da2b478735a8ea183' , '/detail/2af52f2d73f7436fa23283ddf486ece7' , '/detail/4803b1b5f2424c9390fc270cf98f2704' , '/detail/4f37267b09cd42ce910947d7e3a664e4' , '/detail/6d8283fc0d1f4937b90e3c8c1e0e21d5' , '/detail/8ad17b419ea74be7a4f5b3e2ecd72004' , '/detail/9fe0b5ff8ea54571aa0eceaa4a83b6e5' , '/navigation/3443b791bf4d44148cb7774704ce3ec7' , '/navigation/561543341c1a482c9ba6dd9e2bb94570' , '/navigation/743f0d2271ab4a6780b79087764f5ea7' , '/navigation/1faa477bdf884cb688d5439460d5943f' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x696EDAB409AA400E9F76E95471BDC8ED OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
112
0.05 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"\f\x19 \\x00 åËG\x06 œ\x05 _\x12 *jÀÔ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"ƒˆÙõú‰OŠŸNpLQ1+9 "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"\x01 æëü\x04 Ts\x06 Ø#be9F!® "
b"$\x17 V]*VE\x7F üË╗U½╣®½ "
b"eÃ\x1D ´0@N©¡¶äÛ¡>\x07 Ç "
b"o}61f«@7–\x01 áâPW0~ "
]
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 (0x0C195C00E5CB47069C055F122A6AC0D4 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x8388D9F5FA894F8A9F4E704C51312B39 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0x01918981045473069D236265394621A9 , 0x2417565D2A56457F81D3BB55ABB9A9AB , 0x65C31DB430404EA9A1B6E4DBA13E07C7 , 0x6F7D363166AB40379601E1E25057307E );
Copy
113
0.10 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"LfProductsImport.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'LfProductsImport.%' ) ORDER BY sales_channel_id ASC ;
Copy