1
0.82 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.26 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.70 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
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
;
Copy
4
0.13 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
5
1.41 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
1.74 ms
SELECT id , path_info pathInfo , is_canonical isCanonical FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND (seo_path_info = ? ) ORDER BY seo_path_info ASC , sales_channel_id IS NULL ASC LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
"Produktfinder/Kabelverschraubungsysteme/nach-Produkttyp/Kabelverschraubungen-gerade/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x56444C67E69C46EFBC122A0A32BCBBB0 OR sales_channel_id IS NULL )) AND (seo_path_info = 'Produktfinder/Kabelverschraubungsysteme/nach-Produkttyp/Kabelverschraubungen-gerade/' ) ORDER BY seo_path_info ASC , sales_channel_id IS NULL ASC LIMIT 1 ;
Copy
7
2.23 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.23 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
"jbJfjBUZCvpggg0TFYKAjKdc6Dh9J854 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x56444C67E69C46EFBC122A0A32BCBBB0 ) AND (token = 'jbJfjBUZCvpggg0TFYKAjKdc6Dh9J854' ) LIMIT 1 ;
Copy
9
0.98 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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
]
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 = 0x56444C67E69C46EFBC122A0A32BCBBB0
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
10
2.58 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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
]
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 (0x56444C67E69C46EFBC122A0A32BCBBB0 );
Copy
11
0.59 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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
]
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 (0x56444C67E69C46EFBC122A0A32BCBBB0 ));
Copy
12
0.26 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
2.76 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"Z:#~alF]×═─■&\x1E ì▒ "
]
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 (0x5A3A237E616C465D9ECDC4FE261E8DB1 );
Copy
14
1.46 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.15 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
2.49 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.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"\x03\x00\x7F {8cF┤âÉ®B£y└° "
b"/¡#O¹\F¾‰±ç…[•AW "
b"=4Õ všC‚§c —}éS\x07 "
]
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.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 (0x03007F7B386346B48390A9429C79C0F8 , 0x2FA1234FB95C46BE89B1E7855B954157 , 0x3D34D5A0769A4382A76320977DE95307 ));
Copy
17
2.34 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` . `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` . `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` . `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"\x06 @>Û©\x10 IB£‰ÄùŠ\x00 bÅ "
]
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` . `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` . `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` . `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` . `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` . `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` . `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 (0x06403EDBA9104942A389C4F98A0062C5 );
Copy
18
2.00 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` . `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` . `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 `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"3ðåh╗ÎD¨üVD¥\x18 Mä╦ "
]
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` . `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` . `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 `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` . `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` . `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 `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 (0x33D08668BBD744F9815644BE184D84CB );
Copy
19
0.76 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"Z:#~alF]×═─■&\x1E ì▒ "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x5A3A237E616C465D9ECDC4FE261E8DB1 ) LIMIT 1 ;
Copy
20
0.35 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
21
0.13 ms
SELECT `cart` . `cart` as payload , `cart` . `rule_ids` , 0 as `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"jbJfjBUZCvpggg0TFYKAjKdc6Dh9J854 "
]
SELECT `cart` . `cart` as payload , `cart` . `rule_ids` , 0 as `compressed` FROM cart WHERE `token` = 'jbJfjBUZCvpggg0TFYKAjKdc6Dh9J854' ;
Copy
22
6.37 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
1.21 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"\x11 U├©╚(@RÑu┼\\x13 ¾╦É "
b"`†u\x07 YBJ9¸m›1±Fá\x15 "
b"€jU”FüD¬…éÜœƒ8\x07 Ñ "
b"„¢9͵FDm™o\e ÿc'‡\x06 "
b"Îi°ÄnóFÅ„³L 5g\x14 ¨ "
b"GööI=®F!¤sàv{¹^ö "
b"\x00 \r $óɹó3YóQŒ°o à "
b"\x00 '\x08 cÄ$v▄ldgØ\[#V "
b"\x00 KkpÅ5”¡&χz=3Ú\x00 "
b"""
\x01 ½\n
#Eü\x0F U\x07 ┴ô~\x1E °AÖ
"""
b"\x02 *ÛëlÝÉ·Pþ̹³Ï9› "
b"\x02 Ñ0¡Õád±Ô\x1A &ar\x0F ¡Ä "
b"\x03 ;Gžië\x05 ÍÎÕwðG1÷¸ "
b"\x03 ┘§'‗\x7F 0|├\x17 ´\t Ó╩Å "
b"\x04 §±ÿ›Ÿ€Èâ\x1A yárº¢0 "
b"\x04 ¤-Ë\x13 ü┘zÐ-å3\x14 Öਠ"
b"\x05 /`q\x12 飪Ÿß\x1E µâ}r "
b"\x06 c¾ûæÓñcôdËà\x11 ¡ß› "
b"\x06 ‰Œ~š£\x00 G:²\x12 ½7RG\e "
b"\x07\t\x17\x1E ,—‘†’\x01 h\x18 Ö\x0E ’T "
b"\x07 ŸNPÞïU©\r –\x00 ±žüÒm "
b"""
\x08 .ªv/±ÏÐ/%\n
\x1E °‰íq
"""
b"\x08 >ΈhË*{>éªbüâù\x07 "
b"\x08 UaÆQ.n5¾»ÇûlhÂÙ "
b"\x08 x╗©¤}~%╣º!\r ì\x15 L■ "
b"\x08 žÖä.ôU½ø˜¬‡\x01\x08 :" "
b"\t 6'„±D\x13 ,€\t öœ\r ×#N "
b"""
\n
€D¾õ0ۼΨîg\x1D €ü‰
"""
b"""
\n
¤Ñ§BÍ\‗\ú▓:¨ìÁø
"""
b"\f\x0E È}È\x12 ?)ñ\r Á\t ÃeÒ< "
b"\f !•\x15 œ‚ãÓ_U]*Ý\x17\x12 "
b"\r ‰Ïx7"{\x7F G0\x08 ¸žƒ\x08 { "
b"\r ¨k«@œ\x06 S9!Ž]+xø2 "
b"\r ½D'nÕ—¯ìËf2ÐÊûê "
b"\r Õ‘õÔ*»\x00 ˜&\e /pL³' "
b"\x0E Ø\ª¤S{│¦z_\x1A H\t ñW "
b"\x0F Å’ÝE˜ë\x15 ü÷ôoÿ¬Ðg "
b"\x10 ho*8ž©ÜÃÊk‡á\x12\x01 Ï "
b"\x10 ÌÎqwg-┐ä±Öüß┼i£ "
b"\x11 qmg¼¥\t zäWäüïÜÖ_ "
b"\x12\x02 ─$$N|p좡‗¤QÍ\x02 "
b"\x13 $dÅ1\e ôʲ¾\x10 ê{%Ÿâ "
b"\x13 o&äÏ@§6‘‹ÞS梸 "
b"\x13 ꣮襢»‚&\x12 ô'f±¡ "
b"\x14\x12 ì´–»\x11\x17 ZÙû&÷DÙ~ "
b"\x15\x7F Ð.p;\x02 *¤Ÿ'Ìæé]ú "
b"\x15 ·®Êh<\x06 04+\x1E ÷±øÃj "
b"\x18 ƒŒKÇ\x17\t —«Å\x1F Ú\x05 @¶ç "
b"\x18 ˜„\x0F Oû2K÷T~ú €»w "
b"\x19 *Ȳ¦þ\e ZYØfMT¡Ù% "
b"\x1A\x05 îì&¼KJ`Â}»■è▒` "
b"\x1A ŽB\x1D lœcú3[@ªB\x0F ¤s "
b"\x1A §´²È¬xÃӸÅ\x16 nDn "
b"""
\e d╣╗@■.mïV\n
a(ظ¿
"""
b"\e «¾²{ú©¹\x04 ói2ÿ8Êñ "
b"\x1D ú¦)ä>^¶.J=>ïLÙƒ "
b"\x1E »N\x15 FNq¿&¯ð\x13 XÄ;^ "
b" h■┬N)þvÉ┤!?.r<ë "
b"#"ƒ\x17 J\x05 ¬ÃJFœ\x04 Þ7Õ' "
b"#¨µæÁ#2´¤Ñܨì¾s; "
b"$MÀI’\x04 l&¥ø¦Ë\x03 ˜&e "
b"%o5»)^§\r dCö\x07 5Ž\x17\x1F "
b"&8,ì_\x08 °'tË[\x01 ÜL~= "
b"&€&º,]u—Ô~-¸SžJ\x16 "
b"&κܧHè¨mÙd¼Å\x14 ÍÒ "
b"& ù\e Ö|9ÉK×P°ÛmßÎ "
b"""
'\n
KáÌ5nSˆ•mATÅ-•
"""
b"(§:i:5┴╗ìSÅ┐\x17 :Å1 "
b"(ùS\x01 ¸\x1C ÈÌx÷u“.,ÄŽ "
b"(û5¯Ç9soBë•ÜÑm´\x01 "
b")ò\x06 {>#“MvGÔ³¹6×\x1C "
b"""
*B\x1E B÷\x1F ı ò@\n
í\x0F\x1D ║Å
"""
b"+\x02 -ýcò¼Úÿšo\x17 Lå` "
b"-N>Ë/\e <°Kq\x16 …ùçÝæ "
b"-▒█îôJ\x14 üz▓¡BØR2¢ "
b"-┬üJµ"§u>Úf\x15 Bø?u "
b".Ñ╗¨ñ,┴\x12\x00 ░\e\t ║ªÅ\t "
b".ºô²§\x1C ¾H,í‘‘\x1E\x19 ;’ "
b"/¬\x1F ¿ù‚çªÖ\x1A\x1E Ž€K< "
b"0\x0F iM\x03 åJ@³¹±X\x04 ˜õ\x11 "
b"1;qj’*' ô\x00\x03 ¹Û~f: "
b"1Ò\x10 ülC¿ší:\\x16 „HÎ\x1F "
b"2\x11 ÌÚÿ•\r s_áñ\x08 $Ú”: "
b"2³Å\x17 ¶\x7F\e ˆ6\e ,\e â\x19\f þ "
b"2ºŠÄ0Ü}bàþ˜Aq\x12 8 "
b"2Ò\x18 ,Œ\x1C ±9’HGáåˆ\x17 "
b"3\x10 W„q±•žLeAaTÿ( "
b"3þ¤¥Å`6¤ü-\x13 ðƒ0s¿ "
b"4‹š(Ú\t D1ž\e Á¶§GÝ} "
b"6Nm\x1E Õ‡'æ1¢¤\x14 \r Ù®x "
b"8[Í!ðᙺ’1u矃,† "
b"97Aä\x7F žh6û•Oômm¾Ö "
b":¤¿ø”™ŽÖš\x08\x0E +Ô\x16\x02 û "
b"<=\x05 £‚+X\x1C ®†wxÕ—} "
b"=Dɽ\v ©;ØTʧ]úÔE¹ "
b"=Lä2*\x02\x1E ){}¿ü²=ÿ2 "
b">XżÞY#\x19 )ÙÀMø4\x10\x1D "
b">uIJûDwÙ‘ùù¬a©ò~ "
b"?.k¹lèwR1L”\f ôÍ\x05 z "
b"?‡<ôø9pB¶é%T_‡.\x13 "
b"?╝qD\x1C ¿\x06\x18 bK┐(╠\x14 üö "
b"A »ƒp\x0E aÝ\x17 5Ó¼BÚÅó "
b"AE¼h\e ÇÒc"Òýçeì╝~ "
b"A¥_ïœt\x00 Áô‡\x12\x14 s/ƒ\x16 "
b"""
B\x14 |\n
ØÐö0bÙ'Tú[B'
"""
b"BA\x03 í·nª—»’µòÿG\x02 ˆ "
b"BX ™kõÆoPºðŽ‘l\x19 ¬ "
b"EýÅ×"▀È3+ï┘æ╔-j "
b"H<[ƒ1\x1C Ë îƒ\x1E à─éì´ "
b"HX4‹ªl2¨FüU8Œ\x1F æ> "
b"H°¤Ése├\8R5PJ\x11 EL "
b"I.*Û¤ì鱉¨ti\x03 Ì{¡ "
b"I˧\x04 k\r Z»!Ü^C%²__ "
b"Jú\x02 /ñîÓã@‚jƒÖ´ýá "
b"KrÅ"â\x1A\x11 J«Òu}þþ3M "
b"KÂY╣Xü'S¾Èznf_Ùf "
b"KÂd\x00 vÐûÿlœ\x04 9å9Áø "
b"L£K/ØO%_UÀm]Ó(qk "
b"M‡\f a°°^—ó0+«Ž»ñ: "
b"""
OÀP¿Ï\n
J¿”KµxÄB5n
"""
b"QGê\x02\x1F ø\x1F S^\x15 %ŒžÑz9 "
b"""
R¸\x02 Z\x0E ˆ\n
yºù=ã¼¥q¼
"""
b"Ràª9~&ÿ¯\x00 Ñ™‚°ö“ "
b"S\x02 A┴=AAs$8ɪ\x08 §ó2 "
b"S\x11 š¸9«\x11 .ã_XÉÎn)s "
b"T\x0E zåõÐ╚ð°5ÉhdÞ²‗ "
b"TžR€@[ež¡¢½¾E\f ¸V "
b"VO$\r 6\x06 ±RQàöÓz\x13 °Ø "
b"Vњ˗õ›CƺëMŸ\v ÉJ "
b"""
W¬ëË_‗\r Û┤\n
D\x12 Å╚ö|
"""
b"W╗õEÞkÝ]▓Y■ôÅ║Z4 "
b"X.Çä\x1F €Ãjy›RµZ©öü "
b"X·ó┌LÅliÜ×Ò}\x02\x03 &? "
b"[dD9?àž½šöR\x02 MÚ\x04 t "
b"[Šn\x03 ƒ»hI¿sÔzn‹¯u "
b"\ñˆv\x02\x01\x04 –-ø¡C#Æ3¥ "
b"^\x00\x0F ½pì╔æ=Ïüïk\x19 I3 "
b"^_2îµo\x14 1%B²T@ì¸[ "
b"^úY÷¾N~„\f\x19 ›\x06\x14 oå› "
b"_I\x10 ¡ÊnμkŸH(}í>J "
b"_Õm€Š¨ ©ž³F_&Ç\x13 Õ "
b"_ÖDÂÑ7ä en\x13 ¡¸aœý "
b"aÛü\x1F 9±í«n\x16 æ ˇ6‰ "
b"b\x03 2ë?œ\x10 -\x08 vI!(\x03 ña "
b"b{ã,ñf¦Å\x12 ÈO▒Ü\x1A è] "
b"c\e þ„\t bµî\x19 @¬$N»¡ÿ "
b"cØ¡u╠Î)4Òï\x01 ▓/¡╔õ "
b"cß¹╩®U┬i\x1D ü>áÙ¿B¥ "
b"dÿ÷²ÊÓÉÙ?S\x08 ›nÅ‚\x00 "
b"eÊ9r5{ØË\x04 µ╝0Ù╦║I "
b"eÙµ¹Üä˜\x08 1-\S‚ò› "
b"f$\v Íýé\x07 {Ãåຄ\x08 r\x1E "
b"f³\x03 ■ƒÝAìp<]N*¤6O "
b"gó1ZOÕa9ãLšÿ¾æE\x1A "
b"hL\x1E kKªå¿}ö\x14 â庀¨ "
b"h^ú½üèxª9¢q\x10 Õ\x08 ø{ "
b"h‘瑌Eû\x10 PÅ\x1A ‡=Øs° "
b"h¼\x15 ┐OH\x0E Q\¬Ø \x06 ┌³\x10 "
b"k43Ð▓Y8aÏ█ÔM\v Ò\x1D Ø "
b"l\x00 þ¥ÊàÊX\x05 ‰ÝqŠI\x1C ó "
b"l@ü@ÇHxòBù\x03 )Zñåž "
b"l›\x16 ‘/›GMèÍ¢ë-\x02 ss "
b"lÞÑûi™\x00 —ZÏ\x19\x1E K‰æ[ "
b"nÒ\x03 awÊÁ\x13 j\x0E Pj¤§—G "
b"oN╗\x06 õõ¶s■\x7F BT+ì=l "
b"p╚Ñ\x17 0@Ù┘\x18 ¼C \x1C øÉL "
b"q‚´\x1D @ôŽð\x08 Í/NãXPu "
b"qÐ*\x03 u¯èÒóÈ5\x19 ®\x1D ·\x1E "
b"q×Iç\x02 QÞÏž4ÖŒ\v ä*‡ "
b"ræÕïêÿfàÚ[ìòd|ï\x01 "
b"s—«RO”wLôÑnÉÝÄb« "
b"u\f 8½¤ŸÔ\x05 ©\x11 ˆ7A\x02 ©4 "
b"uãVÏ\t Q׃ž#òÌJä5½ "
b"v\x17 $Î'\x03 ¾\x13 Mï1¼Jö?a "
b"w!©\x11\f J\x18 ã£Ç)ý75;ã "
b"""
wß\n
HçNå¥;°\f ›n\\x05 u
"""
b"xút¶\x00\t G\x1C ¿žyõƒ‚„i "
b"zDa¥KéÔVö€7Œl€*¯ "
b"zí¦úTž×"\x02 öþ`ž³³I "
b"züã\x07 –Ñšo†\v sû¸_5\x07 "
b"{k'I\f\x1A\x16\t ËÒS‡È\x06 Ä "
b"|@JªbÇšíÄ\x02 iÀ€u\x08 ¢ "
b"""
}2\x1E #J‚!_eK›ÂE\n
àÅ
"""
b"}p¢¥\x1A Ê\x01 ÒÉÐeèµ7ýð "
b"~-\x00 ¾ïü}Ïò\x01 t\x16 Ë\x07 0ñ "
b"\x7F -½Ë¯*Õ\x1F └;ÉWà╔CÙ "
b"\x7F ó¾«ÜêM\e ÔÔ)‘šIpí "
b"""
üôÌC»}4\n
\f «ä Å■Þ;
"""
b"üßV\x1E\x14 Ï\x07 Ö<\x1E f\x1E ©\x1F R■ "
b"‚-¸¶!Ö¶Šd\x1D\t W`˜KM "
b"‚êÎê¾H¥óÔ¶Š§â"µF "
b"ƒ6öÂ.1ÚRÂÎqÅ@ "
b"ƒEO)¸\r “\x13 ñMÄ(\x15 Õ9Q "
b"âHíÎLıD╬ì\r ó┐Y\x1A gõ "
b"„\x1C Éèæ˜/ýºÒ\x16 ‘ÑüåŒ "
b"„H«Y´³"kü€žl\x14 ÔŠh "
b"„u\x14 ~‡Í<‰Jô\x1F\x1E ê¬ÄÌ "
b"„À>Åo\e cM\x14 С=mÝê_ "
b"àÅ┴¡┐gxߨf·ìnó]# "
b"…ǹ\x13 –´û¬hÁaË£„ŒÃ "
b"†“ì|î}ÿ4\x04 5AM§*ž¼ "
b"‡7\x1D Ä\x1F §I\x16 c\x00 Æðã\x19 Yp "
b"çU\x00 £ÌO\x05 àðhûmËÞ«ü "
b"êK\x1A ┬N&ú3\x15 ╗\x13 ýW:ƒÅ "
b"ˆT«àc9\x13 8³‡\x0E CŽR§\x07 "
b"ë!■BüÈæ¢░\t\x1E ╦ù│v\ "
b"‰.Õ\x04 `.Ûʦ&ê:\x19 slm "
b"è\x18 ¬+Éq\e ±ªI┴Lª\x1F ç~ "
b"Š¥£€Á€GŽÎ9;\x18 ÿBæ\x06 "
b"Šþ¥ÇɵñŽ:pRo\x04 Ç€Z "
b"‹R\x1E o½ÝoÆy\f T,|>C_ "
b"‹áE<\e DA\x1C €¨\x18 “š‚\x12 "
b"Œ‡I+.²£ÌüÞôë™Õ¤? "
b"Œ§%ô\x1D /MM?ÈFóÆŽ´Í "
b"ŒÎé„_§ÔÉ\x02 J#\v\x0E E\x17 ˆ "
b"ìz\x1F K´·ÝDÏ ─a÷EP "
b"ÄsëëÄ5ì▄▄a█=xÀ║Í "
b"ŃX}ÞòSoGCH▒\x11 ¯┼Ú "
b"""
‘\x04 Ÿ#L;`*ò\n
‡öšv à
"""
b"‘:\v ZÅ/¯67ý×ø\f “É• "
b"‘‡h^³žQ¦ÏŒ\x0F }Ù|¦0 "
b"""
æÒ\x1A ½\n
(l̃\x15 LþöïEü
"""
b"’³Õ£\x14 |\x01 µÓç.½‡#Æ\x13 "
b"’ÿ\x06 S¬¼¸\x16\x03 é.¦´~\r _ "
b"ô\x1C b`¬×Ö\x1E [ì:■ëk▓6 "
b"òé>²3rQ.´\x19 ÅLÇx\e\x12 "
b"—3Ë%Å…9íˆ\x04\e ÀÝaE• "
b"ùáRËü?\x00 ▄®pÑ@r│B¯ "
b"—ílùÐÿç\x7F u[&&£“\x06 ” "
b"ÿ▄ì\x14 D+\x16 ¥ïqk¬\x1F X!└ "
b"ÖwÐ5¤!,.g>JçÅ7┤» "
b"øÉ▀\x05 Â{×]r@\x12\x1D z\x10 ó\x15 "
b"""
øãè\n
Ó╩É\x1D f▀ÉcP\n
dr
"""
b"œx"Õ\x00 5*\x03 ]ŸôL\x0E Ö\x16 ~ "
b"Ø\x0E üU┤qÈ\x1A xhA│░ée\x03 "
b"ØWY^2ª║ÈdS\v Òx▓óæ "
b"×V\e ?╬\x04\x07 ù\x0E ┌GØ<9F] "
b"Ÿ±\e ºÕ3³Ñ|6údÓ‘už "
b"Ÿëï%kÖ¹!€‡vj[°Ã@ "
b"""
ƒ \n
É+Ê<H╦Ç╚xeö┌\x13
"""
b" G\x08 ßÓVP\x05\x06 Øs\x10 3“Ä "
b"¡u¢¡Cµ™üøH|Dz+§* "
b"¢\x1D Qêr±\x07 Hµ*\x1A\x7F ¡Ûãi "
b"ú%╚mÐ*FSóü5ƒù¸d~ "
b"úë\x17 >9äÕjCïªiÔ(=ü "
b"¤ƒ4çáHQ4Ë\x0E V\x18 âú`¹ "
b"ñØ\f\x1C FòMLá\x08 Keå<Ù9 "
b"§ÿÑp¹pø¿íþ\x1F N¥èËK "
b"©Ø;š˜\x7F\x11 ¸7;)¶\e Ij "
b"½E▓%▓Å\x13\x0E\x11\x11 ¶§#òCþ "
b"«‘H›{D+6ŠÕ\x12 )™ŸWõ "
b"¬Æ\x19 |FœYøÞ—óÊz)๠"
b"¬Ò *òèzV×\x08\v\x17 Êú}\x0F "
b"\x11 v×ÿ\x1F ¸\x03 TÀÍí\x16 ¶:˜ "
b"®7¥U\x7F @ýFá1O¼R\x15 Òà "
b"®›î?\x1D 'î\x1A d.\x05 e`‚ËY "
b"¯nØÞ/Ù$wøÂ\x1F ÜÄê¾B "
b"°\e _º\x01\x04 PíDUj[\f ‡\x1F õ "
b"°4õm,²Ý}xìƒQºˆ\x0F 6 "
b"░@H\x06\x12 [\v ▄Ûæ╔ÅE║ê\x0E "
b"▒s\x11 É{\x06 ╚åxo4Ê█ óR "
b"""
±Æs;ôIÇ—X\n
fžy½‘`
"""
b"´È\x11 ª´g¯ŒdìGH\x19 ‡\x1F ³ "
b"µô‘„·_ÔïFR†ÊFœ\x08 ² "
b"¶T¬å^´±%j\x01 ‹Xå¦_Y "
b"""
À\n
ÅÝc├Ʋx?ìãè\x7F Ö┬
"""
b"·³ªJÇ4ßšx¤“œ˜îlÙ "
b"¸G%ó˜q"C\ù\f žOÏ¢- "
b"""
¸”Ä\x1F Õ¯\n
Á\x05 GÊ\x18 J܃—
"""
b"¹*©€…œƒÙ\x19 øÊTz¶vz "
b"¹Ä\x14 «”íäWð;£hsÅ|î "
b"»m¡§]ŽÒ€(ï%_¿\@‡ "
b"»Å.(º\x7F -ì®!]dvîíä "
b"╝\x08 ;îCõÖ╬É\x7F ߨ<\x01 î) "
b"╝Ç{[\x7F fÜ\x0E ªF¤\x1C dØÚ "
b"¼—Ô·¾ÛÙsi‚‰\v 茛\x1A "
b"¢┤\x19 ú\f ÌÉÚËí┌«\x1A fг "
b"""
½íB²‡\n
Û–h’ë_.Ú‰Á
"""
b"ÀÚ\x15 ÁX\x17 &yÙœËä±%7Ž "
b"""
ÀôÔ\e ÓRT\n
\x1C ²ö)Ú@›Š
"""
b"Á=Ž®»Ž~XÇk3W9B¸Â "
b"Âu^k\t ª…M'Ü£«~\f •Y "
b"¶ÿíIÇÔ3\e d\x1C o39§s "
b"ÃÞ\x14 ðÀ\f 2ô‚\x1F ðlÕ¢*\x7F "
b"┼E┬úý░\v Y░╩øvÓ \x14 ì "
b"Å„\x07 !7Ø› í1^\x1E\v Qoé "
b"ã\x08 ,9Ð╠«¯\x0F ╠ì├FQû┴ "
b"Æd§0!ã\x06 º¢ÖGaÌwåÊ "
b"Ç\x03\x1F o³—÷§ò\t\x05 mY+™\n "
b"Ç#!l6;<_%¨,0?\x1F .… "
b"ǽa,Ë‚CâZ…t<’\x04 \ê "
b"È\x17 ÄÎF˜Cî<\x1E /ʨŸ¦ÿ "
b"È•¦ý\v W›+]¶É\x18 µ±>ã "
b"Éj…Õ9ãÅZñÐá#Aż "
b"ÉÖ…UC$SÖmîÌøUÞ+ö "
b"ËIbY À›\x15\x1E dnL\x13 øP "
b"ËcË)g<Áx‰»®…ó\x00 ü "
b"Ìo¦>Ù\x0E ½\v R´"@\x18 w\x7F Ç "
b"Ì´Þ?g9M\x08 öMRˆÉ²±÷ "
b"ÍR\x05\x00\x15 1P\x7F ºËÂ@\x0E s¶Ž "
b"Íš\x1D @ÞÇð<>\x0E 0>o™\f ^ "
b"""
ÍÔX%‰t¿1J^—\v \n
¸\x08 Ú
"""
b"""
ÎVCŠ2¾M%µ´\n
4Œ%ol
"""
b"Îim_©ïÉC¸~f\x12 È-\x02 X "
b"ΗŠÛexv4£à\x19 §;À×\x1E "
b"Ð\x06\x1D h2 /ñ\x00\x0E –ãµ,)E "
b"Ð"O‹‚’\x0F j4°öÊÈ\x15 ü# "
b"""
ÑI#t\x04 MJ¶\n
xZy[ÿ6L
"""
b"Ð|ýñ³b¦\x07 ì8\x1C ┐Ï┐Âp "
b"ÑŒhlÿ¹<ÅQÃ\x15 Ú-÷ "
b"Ô\x02 ðüÔˆw°ñ‘ÕðŽS\x02 ¥ "
b"ÔÓ´1s\x7F #y¸\x11 ´+U‡EÍ "
b"×\x18 5‘\e\x0E\e\x10 Â\x1D ÿÑ<0†\x18 "
b"׫v8Õ‚âЮ\x1F\x17 N¦Ü!\t "
b"×È9Ì\x14 ço»£0\x03 ¼DH\x15\x11 "
b"ØjtÈíÞ¦\x7F\x19 ±’'Qµø; "
b"صL15®\x03 %·ÃF€³\x00 „\x05 "
b"ØÚ@_gÒÁÓŒìn×GO{\x02 "
b"Ù7O}ÒÎq‚ %\x13 ¤KK:\x17 "
b"Ù´*ŠºÕ5ç\x7F þòlz\x18 €\f "
b"ÚÄ.Æ\x00\x1E <½õ]üÁÐ4p¿ "
b"Û\v Ï´§Àm~c\x02 ”?÷â\x1D . "
b"█\x0F a\e FËÉo:!\x00 !8$íÙ "
b"ÛDL\x15 Ó§^Hø%\x7F\x00 S}g‰ "
b"ÛH\x00 ½Ê'‘\x19 5º«õ“̾ä "
b"Û_\x00 µù§\n S*§œ\x1A ïnô3 "
b"▄ÅÅ\x18 OJ/T\x1D\x14\x1E ╠æª\t 3 "
b"Ü÷µEµ<dú3#\x0F v†\x05 ñ1 "
b"ÝF¸N\x01 æF÷…¸Db?8\x11 6 "
b"ÝL†ÝuNЪœ4ŽjR·ôå "
b"Ýߘ\f öò‰\t «˜U]/v„\x0E "
b"ÝàŽ\x08 3g"¯™\x02\x19 “·g "
b"Ýõ~ñÄC—©j÷™Þ\x1F ß÷v "
b"""
Ì\x16 ì¤)\x1C (æ`r\x1F \n
ýP«á
"""
b"ß¹™7\x14 ùÝ}<ûÉG\x11 “q\x03 "
b"à†ÈÑìËR§/M\x01 ‘‰#w! "
b"à‘]”\x0E SYÏÒÁ#5ú[óg "
b"áݱ\x01 ó\x01 ¯0e[-™Q\x7F pÿ "
b"â\x1C uIœŸ\x00 èid8À\x07 M×” "
b"â\x7F ·ð°\v Ÿ ñWrrÉo\x10 Ù "
b"â±p%ÝÆu)}*1F>\r îF "
b"âÊ3pEØ\x06 e¾´l1ÏE^ä "
b"Ò\x1A lØeý3\x0E\x18 ┤J■Í\x0F ■\v "
b"Ò▓òNûÛü▒¡¸Ù%á¹Ä/ "
b"äP8ÀC®†í\x13 Â\x01\x00 ”_\n ù "
b"ç\x08 §LÜ–õå§Á0.\x18 ÿÚ† "
b"çzhñSLÿ`ö»ä¤\x13 âa\f "
b"è³íŽXr³˜\r ýïa=gg¢ "
b"èѳí7ûâ\x03 F»Û¨Œ$y– "
b"ÛDºòo¾t╝!ÿèüç ├╝ "
b"Ûd`\x0E gÉ▒╣â²#╦\x15 㺠"
b"ê–˜ F\x1A m뼜¦%¸áÒ¨ "
b"Û¬▀╬öê©6Õ¯Rúã©Ø‗ "
b"ì8Ó\x08 ï÷sI&\x11 Õ~°ð\x17 â "
b"ìh>HG$5wHŒà±òMÕ” "
b"ýu°MÖ╣ó MI\x04 ü\x04 ¸¯2 "
b"ìØY<SQ\x07 à Àè{Gæã’ "
b"ìþP59泂¥Yüvv\x1C C8 "
b"í@ÙÍX\x00 äÞ¾ë°f`Ö6æ "
b"íLMß\x08 ÖëDL&Åj“F$© "
b"Ý║\x1E ü)+\x19 ▓B\x16 ªÇ■│╚; "
b"Ý´¾ÍWÍ\t ©ú·\x18\x02 Dì╦╦ "
b"""
¯ÆRóØÇJ[{]╗½\n
\Ѧ
"""
b"îš±"¥'Q\x0F\v Œ©¾\x1F Sá "
b"ïY\x18 _òçµÙÕô·\x05 tO\x07 „ "
b"ïø¬“´©i齋ú࿔à "
b"ð—³ ž£Á“@‰m™c‘¸P "
b"ñ\r \t ߀R<„t\x1E m\x02 ÎÞê¾ "
b"±Z{`▄▄\x15 o¤üK¨|Õ§═ "
b"ó\x1C \x07 2–Ð,ª\x00 mTk¡àp "
b"õ¶\x08 /\v ´Iå¨+¡^㬽\x13 "
b"õÒä"ŒkGIB0k0lÕ´Š "
b"°╝Bw3¿Ü úìQ1┬&®0 "
b"øÇÄÜ\x1E še×\e\x08\e Þê/çÁ "
b"ù7û\x07 !æðü\x15 b`Î:"j§ "
b"ù‰ú>~\f nwíîj\x08 úþ?ª "
b"ù—ë§±t#d¤¾-¢ˆ\x17 ïr "
b"ùûFø\x1D\x04 ?\x15 L8ΨˆEÓö "
b"·9 \f ¢\e Øö╚IÐ,┐ôÛ "
b"úQ.é\x07 Pþ\x18\x19 \r 5\x03 ÷Z\x16 ® "
b"ú´§õÑdÈ‚ï\x02\x19 "Ì%Ø\x15 "
b"û¢È…eÜë\x04 w¼æ9€\x07 ¦‘ "
b"û³`løŽ‚&ض<\x1D é}\x0F q "
b"³xtñÝÆ┬8^Éû\x1F ä2Û¸ "
b"þ\x03 I9Íå\x17 Ú%‹›æì-èÙ "
b"■\x10 7┤─üû°àƒ\x12\x13 dxq$ "
b"þ‘‰uºpÕYÓ‹lóà1Rä "
b"þêž!\x10 þ¡]t4úw\x13 &Š| "
]
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 (0x1155C3B8C8284052A575C55C13F3CB90 , 0x6086750759424A39B86D9B31B146E115 , 0x806A559446FC44AC85E9DC9C833807D1 , 0x84A239CDB546446D996F1BFF63278706 , 0xCE69B0C46EF346C584B34CA0356714A8 , 0x47F6F6493DAE4621A473E0767BB95EF6 , 0x000D24F3C9B9F33359F3518CB06FA0C3 , 0x002708638E2476DC6C64679D5C5B2356 , 0x004B6B70C53594A126CF877A3D33DA00 , 0x01AB0A2345810F5507C1937E1EF84199 , 0x022ADBEB6CDDC9B750FECCB9B3CF399B , 0x02D130A1D5E164B1D41A2661720FA1C4 , 0x033B479E69EB05CDCED577F04731F7B8 , 0x03D9F527F27F307CC31720EF09E0CA8F , 0x04A7B1FF9B9F80C8E21A79E172BAA230 , 0x04CF2DD31381D97AD12D8633149985F9 , 0x052F607112ADE9A3AA9FDF1EB5E27D72 , 0x0663BEFBE6D3F163F464CBE011A1DF9B , 0x06898C7E9AA300473AB212BD3752471B , 0x0709171E2C97918692016818D60E9254 , 0x079F4E50DEEF55A90D9600B19EFCD26D , 0x082EAA762FB1CFD02F250A1EB089ED71 , 0x083ECE8868CB2A7B3EE9AA62FCE2F907 , 0x085561C6512E6E35BEBBC7FB6C68C2D9 , 0x0878BBB8CF7D7E25B9A7210D8D154CFE , 0x089ED6E42EF455BDF898AC8701083A22 , 0x09362784B144132C8009F69C0DD7234E , 0x0A8044BEF530DBBCCEA8EE671D80FC89 , 0x0ACFA5F542D65CF25CA3B23AF98DB59B , 0x0C0EC87DC8123F29F10DC109C365D23C , 0x0C2195159C82C3A3D35F555D2ADD1712 , 0x0D89CF7837227B7F473008B89E83087B , 0x0DA86BAB409C065339218E5D2B78F832 , 0x0DBD44276ED597AFECCB6632D0CAFBEA , 0x0DD591F5D42ABB0098261B2F704CB327 , 0x0E9D5CA6CF537BB3DD7A5F1A4809A457 , 0x0FC592DD4598EB15FCF7F46FFFACD067 , 0x10686F2A389EA9DCC3CA6B87E11201CF , 0x10DED77177672DBF84F19981E1C5699C , 0x11716D67ACBE097A845784818B9A995F , 0x1202C424244E7C708DBDADF2CF51D602 , 0x132464C5311BF4CAB2BE10EA7B259FE2 , 0x136F26E4CFAD40A736918BDE53E6A2B8 , 0x13EAA3AEE8A5A2BB822612F42766B1A1 , 0x1412ECB496BB11175AD9FB26F744D97E , 0x157FD02E703B022AA49F27CCE6E95DFA , 0x15B7AECA683C0630342B1EF7B1F8C36A , 0x18838C4BC7170997ABC51FDA0540B6E7 , 0x1898840F4FFB324BF7547EFA2080BB77 , 0x192AD4FDDDE71B5A599D664D54ADEB25 , 0x1A058C8D26AC4B4A60B67DAFFE8AB160 , 0x1A8E421D6C9C63FA335B40AA420FA473 , 0x1AA7B4B2C8AC78C3D3B8C385166E446E , 0x1B64B9BB40FE2E6D8B560A61289DF7A8 , 0x1BABBEB27BFAA9B904F36932FF38CAF1 , 0x1DFAA629E43E5EB62E4A3D3EEF4CD983 , 0x1EBB4E15464E71BF26AFF01358C43B5E , 0x2068FEC24E29E77690B4213F2E723C89 , 0x232283174A05ACC34A469C04DE37D527 , 0x23F9E691B52332EFCFA59AF98DF3733B , 0x244DC04992046C26A5F8A6CB03982665 , 0x256F35BB295EA70D6443F607358E171F , 0x26382C8D5F08F82774D35B019A4C7E3D , 0x268026BA2C5D7597D47E2DB8539E4A16 , 0x26D7A79AF5488AF96DEB64AC8F14D6E3 , 0x26FF971B997C39904B9E50F8EA6DE1D7 , 0x270A4BE1CC356E5388956D4154C52D95 , 0x28F53A693A35C1BB8D538FBF173A8F31 , 0x28F95301B81CC8CC78F775932E2CC48E , 0x28FB35AFC739736F42EB95DCD16DB401 , 0x29F2067B3E23934D7647D4B3B936D71C , 0x2A421E42F61FD5FF95400AA10F1DBA8F , 0x2B022DFD63F2BCDAFF9A6F174CE560A0 , 0x2D4E3ECB2F1B3CB04B711685F9E7DDE6 , 0x2DB1DB8C934A14817AB2AD429D5232BD , 0x2DC2814AE622F5753EE96615429B3F75 , 0x2EA5BBF9A42CC11200B01B09BAA68F09 , 0x2EBAF4B2A71CBE482CED91911E193B92 , 0x2FAC1FBFF982E7AAD61A1EC5BD804B3C , 0x300F694D03E54A40B3B9B1580498F511 , 0x313B716A922A2720F40003B9DB7E663A , 0x31D210FC6C43BF9AED3A5C168448CE1F , 0x3211CCDAFF950D735FE1F10824DA943A , 0x32B3C517B67F1B88361B2C1BE2190CFE , 0x32BA8AC430DC7DAD62E0FE9841711238 , 0x32D2182C8C1CA0B139924847E1E58817 , 0x3310578471B1959E4C65416154FFAD28 , 0x33E7CFBE8F6036CF812D13D09F3073A8 , 0x348B9A28DA0944319E1BC1B6A747DD7D , 0x364E6D1ED58727E631A2A4140DD9AE78 , 0x385BCD21F0E199BA923175E79F832C86 , 0x393741E47F9E6836FB954FF46D6DBED6 , 0x3AA4BFF894998ED69A080E2BD41602FB , 0x3C3D05A3822B581CAE867778D597AD7D , 0x3D44C9BD0BA93BD854CAA75DFAD445B9 , 0x3D4C84322A021E297B7DA881FD3D9832 , 0x3E588FACE859231929EBB74D9B34101D , 0x3E75C4B2FB4477D991F9F9AC61A9F27E , 0x3F2E6BB96CE87752314C940CF4CD057A , 0x3F873CF4F8397042B6E925545F872E13 , 0x3FBC71441CA80618624BBF28CC148194 , 0x4120BB83700E61DD1735D3BC42DAC5F3 , 0x4145AC681B80E36322E3EC87658DBC7E , 0x41A55FEF9C7400C1F4871214732F8316 , 0x42147C0AD8D0F63062D92754FA5B4227 , 0x424103EDB76EAA97BB92B5F2FF470288 , 0x425820996BF5C66F50BAF08E916C19AC , 0x45EC8F9E22DFD4332B8BD991C92D6A20 , 0x483C5B9F311CD3208C9F1E85C4828DEF , 0x4858348BAA6C32A846FC55388C1FE63E , 0x48F8CF907365C35C385235504A11454C , 0x492E2ADBA4ECE9B189A8746903CC7BA1 , 0x49CBA7046B0D5ABB21DC5E4325B25F5F , 0x4AFA022FF1EED3E340826A83D6B4FDE1 , 0x4B72C522E21A114AABD2757DFEFE334D , 0x4BB659B958812753F3D47A6E665FEB66 , 0x4BC2640076D0FBFF6C9C0439E539C1F8 , 0x4CA34B2FD84F255F55C06D5DD328716B , 0x4D870C61B0B05E97F3302BAB8EBBF13A , 0x4FC050BFCF0A4ABF944BB578C442356E , 0x5147EA021FF81F535E15258C9ED17A39 , 0x52B8025A0E880A79BAF93DE3BCA571BC , 0x52E0AA397E26FFAF00D19982B0F69320 , 0x530241C13D414173243890A608F5A232 , 0x53119AB839AB112EE35F58C9CE6E2973 , 0x540E7A86E4D1C8D0F835906864E8FDF2 , 0x549E5280405B659EA1A2BDBE450CB856 , 0x564F240D3606F152518594E07A13F89D , 0x56D19ACB97F59B43C6BAEB4D9F0BC94A , 0x57AA89D35FF20DEAB40A44128FC8947C , 0x57BBE445E86BED5DB259FE938FBA5A34 , 0x582EC7E41F80C36A799B52B55AA9F6FC , 0x58FAA2DA4C8F6C699A9EE37D0203263F , 0x5B6444393FE09EBD9AF652024DDA0474 , 0x5B8A6E0383BB6849BF73D47A6E8BAF75 , 0x5CF18876020104962DF8A14323C633A5 , 0x5E000FAB708DC9913DD8818B6B194933 , 0x5E5F32EEB56F14312542B25440ECB85B , 0x5EFA59F7BE4E7E840C199B06146FE59B , 0x5F4910A1CA6ECEBC6B9F48287DED3E4A , 0x5FD56D808AA8A0A99EB3465F26C713D5 , 0x5FD644C2D137E4A0656E13A1B8619CFD , 0x61DBFC1F39B1EDAB6E16E6A0CB873689 , 0x620332EB3F9C102D087649212803F161 , 0x627BC62CA466DD8F12D44FB19A1A8A5D , 0x631BFE840962B5EE1940AC244EBBA1FF , 0x639DAD75CCD72934E38B01B22FADC9E4 , 0x63E1FBCAA955C2691D813EA0EBA842BE , 0x64FFF7B2CAD3C9D93F53089B6EC58200 , 0x65D23972357B9DD304E6BC30EBCBBA49 , 0x65D9B5B9DCC3A49808312D5C5382F29B , 0x66240BCDFDE9077BC3E5E0BA8408721E , 0x66FC03FE9FED418D703C5D4E2ACF364F , 0x67F3315A4FD56139E34C9AFFBEE6451A , 0x684C1E6B4BAAE5BF7DF614E2E5BA80A8 , 0x685EA3AB818A78A639BD7110E5089B7B , 0x6891E7918C45FB1050C51A873DD873B0 , 0x68AC15BF4F480E515CAA9D2006DAFC10 , 0x6B3433D1B2593861D8DBE24D0BE31D9D , 0x6C00FEA5CAE0CA580589DD718A491CF3 , 0x6C40FC40C74878F242F903295AF1E59E , 0x6C9B16912F9B474DE8CDA2EB2D027373 , 0x6CDED1FB699900975ACF191E4B89E65B , 0x6ED2036177CAC1136A0E506AA4A79747 , 0x6F4EBB06E4E4F473FE7F42542B8D3D6C , 0x70C8A5173040EBD918AC43201C9B904C , 0x7182B41D40F48EF008CD2F4EE3585075 , 0x71D02A0375AFE8D2F3C83519AE1DB71E , 0x71D749E70251DECF9E34D68C0BE42A87 , 0x7291E58B88986685E95B8D95647C8B01 , 0x7397AB524F94774CF4D16EC9DDC462AB , 0x750C38BDA49FD405A91188374102A934 , 0x75E356CF0951D7839E23F2CC4AE435BD , 0x761724CE2703BE134DEF31BC4AF63F61 , 0x7721A9110C4A18E3A3C729FD37353BE3 , 0x77DF0A48E74EE5A53BB00C9B6E5C0575 , 0x78FA74B60009471CBF9E79F583828469 , 0x7A4461A54BE9D456F680378C6C802AAF , 0x7AEDA6FA549ED72202F6FE609EB3B349 , 0x7AFCE30796D19A6F860B73FBB85F3507 , 0x7B6B27490C1A1609CBD25387ADC806C4 , 0x7C404AAA62C79AEDC40269C0807508A2 , 0x7D321E234A82215F654B9BC2450AE0C5 , 0x7D70A2A51ACA01D2C9D065E8B537FDF0 , 0x7E2D00BEEFFC7DCFF2017416CB0730F1 , 0x7F2DABD3EE2AE51FC03B905785C943EB , 0x7FF3BEABDCEA4D1BD4D429919A4970ED , 0x8193DE43AF7D340A0CAE84208FFEE83B , 0x81E1561E14D807993C1E661EB81F52FE , 0x822DB8B621D6B68A641D095760984B4D , 0x82EACEEABE48A5F3D4B68AA7E222B546 , 0x8336F6C22E31DA52C2CE71C540EEAC9F , 0x83454F29B80D9313F14DC42815D53951 , 0x8348A1D74CD544CE8D0DA2BF591A67E4 , 0x841CC9E8E6982FFDBAD21691D1FCE58C , 0x8448AB59B4B3226BFC809E6C14D48A68 , 0x8475147E87CD3C894AF41F1EEAACC4CC , 0x84C03EC56F1B634D14D0A13D6DDDEA5F , 0x858FC1ADBF6778E1F966FA8D6EA25D23 , 0x85C7B91396B4FBAC68C161CBA3848CC3 , 0x8693EC7CEE7DFF340435414DA72A9EBC , 0x87371DC41FA749166300C6F0E3195970 , 0x8755009CDE4F0585D068966DD3E8AE81 , 0x884B1AC24E26A33315BB13EC573A9F8F , 0x8854ABE063391338B3870E438E52A707 , 0x8921FE4281D491BDB0091ECB97B3765C , 0x892ED504602EDBCAA626EA3A19736C6D , 0x8A18AA2B90711BF1A649C14CA61F877E , 0x8AA5A380C180478ECE393B18FF42E606 , 0x8AFEA5C7C9B5F18E3A70526F04C7805A , 0x8B521E6FBDDD6FC6790C542C7C3E435F , 0x8BE1453C1B44411CA080A818939A8212 , 0x8C87492B2EB2A3CCFCDEF4EB99D5A43F , 0x8CA725F41D2F4D4D3FC846F3C68EB4CD , 0x8CCEE9845FA7D4C9024A230B0E451788 , 0x8D7A1F204BEFFAED44D8FFC461F64550 , 0x8E7389898E358DDCDC61DB3D78B7BAD6 , 0x8F9F587DE895536F474348B111EEC5E9 , 0x91049F234C3B602AF20A87F69A76A0E0 , 0x913A0B5AC52FAF3637FDD7F80C93C995 , 0x9187685EB39E51A6CF8C0F7DD97CA630 , 0x91E31AAB0A286CDE9F154CE7948B4581 , 0x92B3D5A3147C01B5D3E72EBD8723C613 , 0x92FF0653ACBCB81603E92EA6B47E0D5F , 0x931C6260AA9E991E5B8D3AFE896BB236 , 0x95823EFD3372512EEF198F4C80781B12 , 0x9733CB25C58539ED88041BC0DD614595 , 0x97A052D3813F00DCA970A54072B342EE , 0x97ED6CF9D0FFE77F755B2626A3930694 , 0x98DC8D14442B16BE8B716BAA1F5821C0 , 0x9977D135CF212C2E673E4A878F37B4AF , 0x9B90DF05B67B9E5D7240121D7A10A215 , 0x9BC68A0AE0CA901D66DF9063500A6472 , 0x9C7822D500352A035D9FF44C0ED6167E , 0x9D0E8155B471D41A786841B3B0826503 , 0x9D57595E32A6BAD464530BE378B2A291 , 0x9E561B3FCE0407970EDA479D3C39465D , 0x9FB11BBAD533B3D17C36FA64D391759E , 0x9FEBEF256BD6B9218087766A5BB0C340 , 0x9FFF0A902BD23C48CB80C8786594DA13 , 0xA04708DFD356500506D873103393C4AD , 0xA175A2A143B599FCF8487C447A2BA72A , 0xA21D51EA72B10748B52A1A7FA1DBE369 , 0xA325C86DD12A4653A281359F97F7647E , 0xA389173E3984E56A438BA669E2283D81 , 0xA48334E7E1485134CB0E5618E2FA60B9 , 0xA49D0C1C46954D4CA0084B65863CEB39 , 0xA7FFD170B970F8BFEDFE1F4EA5E8CB4B , 0xA9D83B9A98AD7F11B8373B29B61B496A , 0xAB45B225B28F130E1111F4F5239543E7 , 0xAB91489B7B442B368AD51229999F57F5 , 0xACC6197C469C59F8DE97F3CA7A29E0B9 , 0xACD2A02AF2E87A56D7080B17CAFA7D0F , 0xAD1176D7FF1FB80354C0CDED16B63A98 , 0xAE37A5557F40FD46E1314FBC5215D2E0 , 0xAE9BEE3F1D27EE1A642E05656082CB59 , 0xAF6ED8DE2FD92477F8C21FDCC4EABE42 , 0xB01B5FBA010450ED44556A5B0C871FF5 , 0xB034F56D2CB2DD7D78EC8351BA880F36 , 0xB0404806125B0BDCEA91C98F45BA880E , 0xB17311907B06C886786F34D2DB20A252 , 0xB1C6733BF449C797580A669E79BD9160 , 0xB4C811AAB467AF8C64EC474819871FB3 , 0xB5F49184B75FD4EF465286CA469C08B2 , 0xB654ACE55EB4B1256A018B58E5A65F59 , 0xB70A8FED63C392FD783F8DC68A7F99C2 , 0xB7B3AA4AC734DF9A78A4939C98EE6CD9 , 0xB84725F3987122435CF90C9E4FCFA22D , 0xB894C41FD5AF0AC10547CA184ADC8397 , 0xB92AA980859C83D919F8CA547AB6767A , 0xB9C414AB94EDE457F03BA36873C57CEE , 0xBB6DA1A75D8ED28028EF255FBF5C4087 , 0xBBC52E28BA7F2DECAE215D6476EEEDE4 , 0xBC083B8C43E499CE907FE19D3C018C29 , 0xBC807B5B7F669A0EA646CF1C64F09DE9 , 0xBC97D4B7BEDBD9736982890BE88C9B1A , 0xBDB419A30CDE90E9D3A1DAAE1A66D1FC , 0xBDED42B2870ADB966892EB5F2EDA89C1 , 0xC0DA15C158172679D99CCBE4B125378E , 0xC0F4D41BD352540A1CB2F629DA409B8A , 0xC13D8EAEBB8E7E58C76B33573942B8C2 , 0xC2755E6B09AA854D27DCA3AB7E0C9559 , 0xC2B6FFED49C7D4331B641C6F3339A773 , 0xC3DE14F0C00C32F4821FF06CD5A22A7F , 0xC545C2A3ECB00B59B0CA9B76E0FF148D , 0xC584072137D89B20ED315E1E0B516FE9 , 0xC6082C39D1CCAEEE0FCC8DC3465196C1 , 0xC664A73021E306BAA2D64761CC77E5CA , 0xC7031F6FB397F7A7F209056D592B990A , 0xC723216C363B3C5F25A82C303F1F2E85 , 0xC7BD612CCB8243E25A85743C92045CEA , 0xC817C4CE469843EE3C1E2FCAA89FA6FF , 0xC895A6FD0B579B2B5DB6C918B5B13EE3 , 0xC96AAD85D539E3C55AF1D0E12341C5BC , 0xC9D68555432453D66DEECCF855DE2BF6 , 0xCB49625920C0AD9B151E646E4C13F850 , 0xCB63CB29673CADC17889BBAE85F300FC , 0xCC6FA63ED90EBD0B52B4224018777FC7 , 0xCCB4DE3F67394D08F64D5288C9B2B1F7 , 0xCD5205001531507FBACBC2400E73B68E , 0xCD9A1D40DEC7F03C3E0E303E6F990C5E , 0xCDD458258974BF314A5E970B0AB808DA , 0xCE56438A32BE4D25B5B40A348C256F6C , 0xCE696D5FA9EFC943B87E6612C82D0258 , 0xCE978ADB65787634A3E019A73BC0D71E , 0xD0061D6832A02FF1000E96E3B52C2945 , 0xD0224F8B82920F6A34B0F6CAC815FC23 , 0xD1492374044D4AB60A785A795BFF364C , 0xD17CECA4FC62DD078D381CBFD8BFB670 , 0xD18C686CC3BFB93CC551C315DAAD2DF7 , 0xD402F0FCD48877B0F191D5F08E5302A5 , 0xD4D3B431737F2379B811B42B558745CD , 0xD71835911B0E1B10C21DFFD13C308618 , 0xD7AB7638D582E2D0AE1F174EA6DC2109 , 0xD7C839CC14E76FBBA33003BC44481511 , 0xD86A74C8EDDEA67F19B1922751B5F83B , 0xD8B54C3135AE0325B7C34680B3008405 , 0xD8DA405F67D2C1D38CEC6ED7474F7B02 , 0xD9374F7DD2CE7182202513A44B4B3A17 , 0xD9B42A8ABAD535E77FFEF26C7A18800C , 0xDAC42EC6001E3CBDF55DFCC1D03470BF , 0xDB0BCFB4A7C06D7E6302943FF7E21D2E , 0xDB0F611B46D3906F3A2100213824A1EB , 0xDB444C15D3A75E48F8257F00537D6789 , 0xDB4800BDCA27911935BAABF593CCBEE4 , 0xDB5F00B5F9A70A532AA79C1AEF6EF433 , 0xDC8F8F184F4A2F541D141ECC91A60933 , 0xDCF7B545B53C64FA33230F768605F131 , 0xDD46B84E01E646F785B844623F381136 , 0xDD4C86DD754ED0AA9C348E6A52B7F4E5 , 0xDDDF980CF6F28909AB98555D2F76840E , 0xDDE08E08ADA0336722AF99021993B767 , 0xDDF57EF1C44397A96AF799DE1FDFF776 , 0xDE168DCF291C289160721F0AEC50AEA0 , 0xDFB9993714F9DD7D3CFBC94711937103 , 0xE086C8D1ECCB52A72F4D019189237721 , 0xE0915D940E5359CFD2C12335FA5BF367 , 0xE1DDB101F301AF30655B2D99517F70FF , 0xE21C75499C9F00E8696438C0074DD794 , 0xE27FB7F0B00B9F20F1577272C96F10D9 , 0xE2B17025DDC675297D2A31463E0DEE46 , 0xE2CA337045D80665BEB46C31CF455EE4 , 0xE31A6C9D65EC330E18B44AFED60FFE0B , 0xE3B2954E96EA81B1ADF7EB25A0FB8E2F , 0xE45038C043AE86ED13C20100945F0AF9 , 0xE708A74CDC96F5E5A7C1302E18FFDA86 , 0xE77A68F1534CFF60F6BBE4A413E2610C , 0xE8B3ED8E5872B3980DFDEF613D6767A2 , 0xE8D1B3ED37FBE20346BBDBA88C247996 , 0xEA44A7956FF374BC21988A8187FFC3BC , 0xEA64600E206790B1B983FD23CB15C6A7 , 0xEA969820461A6DEBBC9CA625B8E1D2A8 , 0xEAAADFCE9488B836E5EE52A3C6B89DF2 , 0xEC38D308EFF773492611D57EB0F017E2 , 0xEC683E4847243577488CE0B1F24DD594 , 0xEC75F84D99B9A2FF4D49048104F7EE32 , 0xECD8593C535107C320C0E87B47E6E392 , 0xECFE503539E6B382A559FC76761C4338 , 0xED40D9CD5800E4DEBEEBB06660D636E6 , 0xED4C4DDF08D6EB444C26C56A934624A9 , 0xEDBA1E81292B19B24216A680FEB3C83B , 0xEDEFF3D657D609B8A3FA1802448DCBCB , 0xEE9252A29D804A5B7B5DBBAB0A5CA5DD , 0xEE9AB122A527510F0B8CADA9BE1F53E1 , 0xEF59185FF2E7B5D9D5F4B705744F0784 , 0xEFF8AC93B4A969E9BD8BFAE0BF94C3AD , 0xF097B3A09EA3C19340896D996391B850 , 0xF10D09DF80523C84741E6D02CEDEEABE , 0xF15A7B60DCDC156FCF814BF97CE5F5CD , 0xF31CAD073296D02CAA006D546BA1E070 , 0xF5B6082F0BB449E5A82BA15EE3ACBD13 , 0xF5D2E4228C6B474942306B306CD5B48A , 0xF8BC427733A89A20A38D5131C226A930 , 0xF8C7C4DC1E9A65D71B081BDEEA2FE7C1 , 0xF937FB0721E6F0FC156260CE3A226AA7 , 0xF989FA3E7E0C6E77EDEE6A08FAFE3FAA , 0xF997EBA7B1742364A4BE2DA28817EF72 , 0xF9FB46F81D043F154C38CEA88845D3F6 , 0xFA39FF0CBD1BFF9D94C849D12CBF93EA , 0xFA512EE90750FE18190D3503F75A16AE , 0xFAB4A7F5D164C882EF021922CC25D815 , 0xFBA2C88565DCEB0477BCE6398007A691 , 0xFBB3606CF88E8226D8B63C1DE97D0F71 , 0xFC7874A4ED92C2385E90961F8432EAF7 , 0xFE034939CDE517DA258B9BE6EC2DE8D9 , 0xFE1037B4C48196F8859F121364787124 , 0xFE918975BA70D559D38B6CF3E03152E4 , 0xFEEA9E2110FEA15D7434FA7713268A7C );
Copy
24
0.10 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.06 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.06 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.53 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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
b"Z:#~alF]×═─■&\x1E ì▒ "
]
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` = 0x56444C67E69C46EFBC122A0A32BCBBB0 )) AND (`country` . `id` IN (0x5A3A237E616C465D9ECDC4FE261E8DB1 )) GROUP BY `country` . `id` ;
Copy
28
0.08 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.06 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.05 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.77 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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
b"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
]
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` = 0x56444C67E69C46EFBC122A0A32BCBBB0 AND `language.salesChannels` . `id` = 0x56444C67E69C46EFBC122A0A32BCBBB0 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
32
2.45 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.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";6\x1D ÐcrKõéÂÌ\x06 "ÅV5 "
]
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 , 0x3B361DD163724BE482B6DE06228F5635 );
Copy
33
0.85 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"³TÅÅ\x06 HG´þŸî˜Mêê "
b"³TÅÅ\x06 HG´þŸî˜Mêê "
b"³TÅÅ\x06 HG´þŸî˜Mêê "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xB354C5C506A04847B4FE9FEE984DEAEA OR `parent_id` = 0xB354C5C506A04847B4FE9FEE984DEAEA OR `id` = 0xB354C5C506A04847B4FE9FEE984DEAEA
;
Copy
34
90.37 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.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` . `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% "
"%|b354c5c506a04847b4fe9fee984deaea|% "
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` . `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` . `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 '%|b354c5c506a04847b4fe9fee984deaea|%' AND (`category` . `level` > 1 AND `category` . `level` < = 5 )));
Copy
35
0.42 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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x56444C67E69C46EFBC122A0A32BCBBB0 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
36
4.11 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% "
"%|b354c5c506a04847b4fe9fee984deaea|% "
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 '%|b354c5c506a04847b4fe9fee984deaea|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
37
0.58 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `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"³TÅÅ\x06 HG´þŸî˜Mêê "
]
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` . `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` . `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 (0xB354C5C506A04847B4FE9FEE984DEAEA ));
Copy
38
0.77 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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
]
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` = 0x56444C67E69C46EFBC122A0A32BCBBB0 ) GROUP BY `currency` . `id` ;
Copy
39
0.31 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
40
0.78 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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
]
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` = 0x56444C67E69C46EFBC122A0A32BCBBB0 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
41
0.53 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` . `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` . `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 `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"3ðåh╗ÎD¨üVD¥\x18 Mä╦ "
]
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` . `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` . `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 `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` . `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` . `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 `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 (0x33D08668BBD744F9815644BE184D84CB );
Copy
42
0.11 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
43
0.09 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
44
0.09 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
45
0.60 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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
]
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` = 0x56444C67E69C46EFBC122A0A32BCBBB0 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
46
0.51 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` . `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` . `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` . `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"\x06 @>Û©\x10 IB£‰ÄùŠ\x00 bÅ "
]
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` . `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` . `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` . `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` . `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` . `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` . `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 (0x06403EDBA9104942A389C4F98A0062C5 );
Copy
47
0.11 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
48
0.10 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
49
0.09 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
50
0.53 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` . `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"Ö\x18\x10\x12 úÕ<©´¿ú?\x0E ÝGt "
]
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` . `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` . `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 (0xD6181012FAD53CA9B4BFFA3F0EDD4774 ));
Copy
51
1.78 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"g\r ¦┬RÑEáûÉ|ô]mt« "
]
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 (0x670DDDC252A545A096907C935D6D74AE ));
Copy
52
1.09 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` . `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"g\r ¦┬RÑEáûÉ|ô]mt« "
]
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` . `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` . `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 (0x670DDDC252A545A096907C935D6D74AE )));
Copy
53
1.59 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` . `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"\x0F Šð\x03\e 7JÆ‘ïŠv»PU- "
]
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` . `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` . `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 (0x0F8AF0031B374AC691EF8A76BB50552D )));
Copy
54
6.49 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"{X¤ÿúIJ+™/#á½Å¡… "
b"òݱ¸?7Ea░\x14 rà■\x16 ¢ì "
b"¡4\x00 \x10 ýLT¸\x15 Ë,ª^c} "
]
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 (0x7B58A4FFFA494A2B992F23E1BDC5A185 , 0x95EDF1F73F374561B0147285FE16BD8D , 0xA134002010FD4C54B815CB2CAA5E637D )));
Copy
55
0.73 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
56
1.07 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"[\v ,\x0F g\x0E KT§ð\t\x1A &¨q; "
b" xƦ\x13 .O´¶×DîÊ7ÿo "
b"íu*p<LA6ä\x0E\x19 £õ£]É "
]
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 (0x5B0B2C0F670E4B54A7F0091A26A8713B , 0x2078C6A6132E4FB4B6D744EECA37FF6F , 0xA1752A703C4C4136840E199CE49C5D90 );
Copy
57
0.54 ms
SELECT `theme` . `id` FROM `theme` WHERE (`theme` . `technical_name` = ? )
Parameters :
[
"zenitPlatformGravity "
]
SELECT `theme` . `id` FROM `theme` WHERE (`theme` . `technical_name` = 'zenitPlatformGravity' );
Copy
58
1.26 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `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` . `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
59
0.16 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
60
0.40 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` . `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"/hÿ║ÕOE┬ÉÛÌNÛ×é· "
b"ËÏ\x15 RIÌM\x1F ûi█OAÉn5 "
b"l\x12\x1D ÅÙ¿Bãù█Vv+y®\x00 "
]
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` . `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 (0x2F6898BAE54F45C290EADE4EEA9E82FA , 0xD3D8155249DE4D1F9669DB4F41906E35 , 0x6C121D8FEBA842C697DB56762B79A900 ));
Copy
61
0.16 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"Ö\x18\x10\x12 úÕ<©´¿ú?\x0E ÝGt "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xD6181012FAD53CA9B4BFFA3F0EDD4774 )) LIMIT 1 ;
Copy
62
0.15 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"Ö\x18\x10\x12 úÕ<©´¿ú?\x0E ÝGt "
]
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 (0xD6181012FAD53CA9B4BFFA3F0EDD4774 ));
Copy
63
8.01 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . 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 `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 MIN (COALESCE (`product.translation.name` , `product.parent.translation.name` )) ASC LIMIT 36
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
true
b"Ö\x18\x10\x12 úÕ<©´¿ú?\x0E ÝGt "
null
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . 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 `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` = 0x56444C67E69C46EFBC122A0A32BCBBB0 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xD6181012FAD53CA9B4BFFA3F0EDD4774 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ORDER BY MIN (COALESCE (`product.translation.name` , `product.parent.translation.name` )) ASC LIMIT 36 ;
Copy
64
2.17 ms
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . 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 `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"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
true
b"Ö\x18\x10\x12 úÕ<©´¿ú?\x0E ÝGt "
null
]
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . 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 `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` = 0x56444C67E69C46EFBC122A0A32BCBBB0 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xD6181012FAD53CA9B4BFFA3F0EDD4774 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
65
1.83 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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
true
b"Ö\x18\x10\x12 úÕ<©´¿ú?\x0E ÝGt "
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` = 0x56444C67E69C46EFBC122A0A32BCBBB0 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xD6181012FAD53CA9B4BFFA3F0EDD4774 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
66
0.29 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"aFÎèð“0§ª\x0E 3K½i¾Å "
]
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 (0x6146CEE8F09330A7AA0E334BBD69BEC5 ));
Copy
67
3.56 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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` , "$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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` , "$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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` , "$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
true
b"Ö\x18\x10\x12 úÕ<©´¿ú?\x0E ÝGt "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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` ,
"$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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` ,
"$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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` ,
"$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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` , "$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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` , "$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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` , "$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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` , "$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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` = 0x56444C67E69C46EFBC122A0A32BCBBB0 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xD6181012FAD53CA9B4BFFA3F0EDD4774 AND NOT (`product` . `display_group` < = > NULL )));
Copy
68
1.72 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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
true
b"Ö\x18\x10\x12 úÕ<©´¿ú?\x0E ÝGt "
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` = 0x56444C67E69C46EFBC122A0A32BCBBB0 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xD6181012FAD53CA9B4BFFA3F0EDD4774 AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
69
1.61 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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
true
b"Ö\x18\x10\x12 úÕ<©´¿ú?\x0E ÝGt "
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` = 0x56444C67E69C46EFBC122A0A32BCBBB0 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xD6181012FAD53CA9B4BFFA3F0EDD4774 AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
70
26.24 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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
true
b"Ö\x18\x10\x12 úÕ<©´¿ú?\x0E ÝGt "
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` = 0x56444C67E69C46EFBC122A0A32BCBBB0 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xD6181012FAD53CA9B4BFFA3F0EDD4774 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
71
3.44 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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
true
b"Ö\x18\x10\x12 úÕ<©´¿ú?\x0E ÝGt "
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` = 0x56444C67E69C46EFBC122A0A32BCBBB0 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xD6181012FAD53CA9B4BFFA3F0EDD4774 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
72
0.38 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"\x07 #\x18 q¢b<>Ÿ™\x19 >\x02 AB\x14 "
b"\x05 z\x1A ³6a3F€ÿÎ\x08 ¯öPT "
b"""
\v Ý_à†¤4Ì̟À\n
øíj
"""
b"\x00 L\x12 PªØ5Ó‡KY\x13 ´\x00\x13 — "
]
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 (0x07231871A2623C3E9F99193E02414214 , 0x057A1AB33661334680FFCE08AFF65054 , 0x0BDD5FE086A434C38CCC9FC00AF8ED6A , 0x004C1250AAD835D3874B5913B4001397 );
Copy
73
0.34 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% "
30
b"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
true
b"8\x08 «K³ë6-ìà¥└x‗╦ "
b"J·Y“¼N2æ™w‘uuåYj "
b"""
<\n
oîlQ48¨_È_§g‡
"""
b"╣Ô/R═g0\x15 ÉÒ\x18\x14\x19 Üc[ "
]
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` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x56444C67E69C46EFBC122A0A32BCBBB0 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x3808AE4BFC89362D8D85BEC078F0F2CB , 0x4AB75993BC4E32E69977917575E5596A , 0x3C0A6FEE6C513438A85FC3885FA76787 , 0xB9E22F52CD67301590E31814199A635B )) GROUP BY `product` . `id` ;
Copy
74
0.32 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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
true
b"""
<\n
oîlQ48¨_È_§g‡
"""
b"J·Y“¼N2æ™w‘uuåYj "
b"╣Ô/R═g0\x15 ÉÒ\x18\x14\x19 Üc[ "
b"8\x08 «K³ë6-ìà¥└x‗╦ "
]
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` = 0x56444C67E69C46EFBC122A0A32BCBBB0 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x3C0A6FEE6C513438A85FC3885FA76787 , 0x4AB75993BC4E32E69977917575E5596A , 0xB9E22F52CD67301590E31814199A635B , 0x3808AE4BFC89362D8D85BEC078F0F2CB )) GROUP BY `product` . `id` ;
Copy
75
67.41 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` , `product` . `stock` as `product.stock` , 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_stock` as `product.availableStock` , `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.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` . `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"""
<\n
oîlQ48¨_È_§g‡
"""
b"J·Y“¼N2æ™w‘uuåYj "
b"╣Ô/R═g0\x15 ÉÒ\x18\x14\x19 Üc[ "
b"8\x08 «K³ë6-ìà¥└x‗╦ "
]
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` ,
`product` . `stock` as `product.stock` ,
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_stock` as `product.availableStock` ,
`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.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` . `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` , `product` . `stock` as `product.stock` , 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_stock` as `product.availableStock` , `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.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` . `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 (0x3C0A6FEE6C513438A85FC3885FA76787 , 0x4AB75993BC4E32E69977917575E5596A , 0xB9E22F52CD67301590E31814199A635B , 0x3808AE4BFC89362D8D85BEC078F0F2CB ));
Copy
76
3.28 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
77
1.95 ms
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , COALESCE (`product_media.media.translation.title` , `product_media.media.translation.title` ) as `product_media.media.title` , `product_media.media.translation.alt` , COALESCE (`product_media.media.translation.alt` , `product_media.media.translation.alt` ) as `product_media.media.alt` , `product_media.media.translation.customFields` , COALESCE (`product_media.media.translation.customFields` , `product_media.media.translation.customFields` ) as `product_media.media.customFields` , `product_media.media.translation.createdAt` , `product_media.media.translation.updatedAt` , `product_media.media.translation.mediaId` , `product_media.media.translation.languageId` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . media_id , `product_media.media.translation` . title as `product_media.media.translation.title` , `product_media.media.translation` . alt as `product_media.media.translation.alt` , `product_media.media.translation` . custom_fields as `product_media.media.translation.customFields` , `product_media.media.translation` . created_at as `product_media.media.translation.createdAt` , `product_media.media.translation` . updated_at as `product_media.media.translation.updatedAt` , `product_media.media.translation` . media_id as `product_media.media.translation.mediaId` , `product_media.media.translation` . language_id as `product_media.media.translation.languageId` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . language_id = ? ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = ? ) AND ((`product_media` . `product_id` IN (? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"8\x08 «K³ë6-ìà¥└x‗╦ "
b"""
<\n
oîlQ48¨_È_§g‡
"""
b"J·Y“¼N2æ™w‘uuåYj "
b"╣Ô/R═g0\x15 ÉÒ\x18\x14\x19 Üc[ "
]
SELECT
`product_media` . `id` as `product_media.id` ,
`product_media` . `version_id` as `product_media.versionId` ,
`product_media` . `product_id` as `product_media.productId` ,
`product_media` . `product_version_id` as `product_media.productVersionId` ,
`product_media` . `media_id` as `product_media.mediaId` ,
`product_media` . `position` as `product_media.position` ,
`product_media.media` . `id` as `product_media.media.id` ,
`product_media.media` . `user_id` as `product_media.media.userId` ,
`product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` ,
`product_media.media` . `mime_type` as `product_media.media.mimeType` ,
`product_media.media` . `file_extension` as `product_media.media.fileExtension` ,
`product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` ,
`product_media.media` . `file_name` as `product_media.media.fileName` ,
`product_media.media` . `file_size` as `product_media.media.fileSize` ,
`product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` ,
`product_media.media` . `meta_data` as `product_media.media.metaData` ,
`product_media.media` . `private` as `product_media.media.private` ,
`product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` ,
`product_media.media` . `created_at` as `product_media.media.createdAt` ,
`product_media.media` . `updated_at` as `product_media.media.updatedAt` ,
`product_media.media.translation.title` ,
COALESCE (
`product_media.media.translation.title` ,
`product_media.media.translation.title`
) as `product_media.media.title` ,
`product_media.media.translation.alt` ,
COALESCE (
`product_media.media.translation.alt` ,
`product_media.media.translation.alt`
) as `product_media.media.alt` ,
`product_media.media.translation.customFields` ,
COALESCE (
`product_media.media.translation.customFields` ,
`product_media.media.translation.customFields`
) as `product_media.media.customFields` ,
`product_media.media.translation.createdAt` ,
`product_media.media.translation.updatedAt` ,
`product_media.media.translation.mediaId` ,
`product_media.media.translation.languageId` ,
`product_media` . `custom_fields` as `product_media.customFields` ,
`product_media` . `created_at` as `product_media.createdAt` ,
`product_media` . `updated_at` as `product_media.updatedAt`
FROM
`product_media`
LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id`
LEFT JOIN (
SELECT
`product_media.media.translation` . media_id ,
`product_media.media.translation` . title as `product_media.media.translation.title` ,
`product_media.media.translation` . alt as `product_media.media.translation.alt` ,
`product_media.media.translation` . custom_fields as `product_media.media.translation.customFields` ,
`product_media.media.translation` . created_at as `product_media.media.translation.createdAt` ,
`product_media.media.translation` . updated_at as `product_media.media.translation.updatedAt` ,
`product_media.media.translation` . media_id as `product_media.media.translation.mediaId` ,
`product_media.media.translation` . language_id as `product_media.media.translation.languageId`
FROM
`media_translation` `product_media.media.translation`
WHERE
`product_media.media.translation` . language_id = ?
) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id`
WHERE
(`product_media` . `version_id` = ? )
AND (
(
`product_media` . `product_id` IN (? , ? , ? , ? )
)
)
Copy
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , COALESCE (`product_media.media.translation.title` , `product_media.media.translation.title` ) as `product_media.media.title` , `product_media.media.translation.alt` , COALESCE (`product_media.media.translation.alt` , `product_media.media.translation.alt` ) as `product_media.media.alt` , `product_media.media.translation.customFields` , COALESCE (`product_media.media.translation.customFields` , `product_media.media.translation.customFields` ) as `product_media.media.customFields` , `product_media.media.translation.createdAt` , `product_media.media.translation.updatedAt` , `product_media.media.translation.mediaId` , `product_media.media.translation.languageId` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . media_id , `product_media.media.translation` . title as `product_media.media.translation.title` , `product_media.media.translation` . alt as `product_media.media.translation.alt` , `product_media.media.translation` . custom_fields as `product_media.media.translation.customFields` , `product_media.media.translation` . created_at as `product_media.media.translation.createdAt` , `product_media.media.translation` . updated_at as `product_media.media.translation.updatedAt` , `product_media.media.translation` . media_id as `product_media.media.translation.mediaId` , `product_media.media.translation` . language_id as `product_media.media.translation.languageId` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_media` . `product_id` IN (0x3808AE4BFC89362D8D85BEC078F0F2CB , 0x3C0A6FEE6C513438A85FC3885FA76787 , 0x4AB75993BC4E32E69977917575E5596A , 0xB9E22F52CD67301590E31814199A635B )));
Copy
78
1.90 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"8\x08 «K³ë6-ìà¥└x‗╦ "
b"""
<\n
oîlQ48¨_È_§g‡
"""
b"J·Y“¼N2æ™w‘uuåYj "
b"╣Ô/R═g0\x15 ÉÒ\x18\x14\x19 Üc[ "
]
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 (0x3808AE4BFC89362D8D85BEC078F0F2CB , 0x3C0A6FEE6C513438A85FC3885FA76787 , 0x4AB75993BC4E32E69977917575E5596A , 0xB9E22F52CD67301590E31814199A635B )));
Copy
79
0.64 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
80
0.10 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
81
0.05 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
82
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
83
8.00 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"\x00 =9\x06 ´V1Dzí¾EüÇRf "
b"\x00 AP±%z=ùö(f±Å‗é\x15 "
b"\x00 O\x19 µ\v ░:o┤\x12 êܪä\x01 Å "
b"\x00 u\x07\x03 RÅ23á╦\n >_\x12 A> "
b"\x00 ý$8\x02 8U’\x18\e (âêí7 "
b"\x00 ³Ò\x00 1A8¨£mLãÞ[²¥ "
b"\x00 Ò1L“i6uˆ/8Õd¸/ "
b"\x00 éA"©r3Öš2³\x18 OàÇÛ "
b"\x01\x13 ØØV3=«•\x16 ŒqèÓx "
b"\x01\x1F =dª%<K’÷\x04 j¦”\x14 £ "
b"\x01 SH=qf<Ï•éû>Åy¾Û "
b"\x01 “‚®t 4«<<`y¡ÂE "
b"\x01 çæÖ!`5w„\x05 8D\x18 æEk "
b"\x01 ±¯þ²\x1C 5"╗▀\x10 9güî\x0F "
b"\x03 \r \x1A ÄwÒ0ΑS¦t\x1D 7Ou "
b"\x03 \r , };7® ãçtˆuº\x13 "
b"\x03\x13 üÍQ\x15 :■çÿö³Ût¯v "
b"\x03 (\x05 3ú7,¿\x1F }ö"\t Ÿ3 "
b"\x03 W(\f ì\x18 8\x16 »æ\x1C _ú@\x17\t "
b"\x03 b]1ÁÉ>3–ñ\x18 Õ¤&.\x7F "
b"""
\x03 Ë\n
\t ìÀ?¸ºbB═EóIn
"""
b"\x04 ts═┐╩:¥«Ëu\x0F ▀üMè "
b"\x04 v]÷o>7ˆ’L:|ëÝ:… "
b"\x04 ’? <\x12 8μóà›ÿµ8í "
b"\x04 Ás:r{1\e ¨öÉe\x0F ¶nZ "
b"\x04 ¹ÙKøó8¶î"p╬"1?ì "
b"\x04 ý\x02\v 4É=黆.ãØ|S‘ "
b"\x05 (ÏÙ?õ;¼½(,»X§àP "
b"\x05 eͪ<Ä6`—²]À²”‡— "
b"\x05 jh|óc3㛃šWüâ,; "
b"\x05 “‡pN¡=¥¾?ÔºßiU1 "
b"\x05 ™ÎO\x01 Ð4:†TéÀ>Å~¿ "
b"\x05 š±'Pö:u®G‹\x06 d‚\x19 ~ "
b"\x05 ┐║Tì▓1\x17 ù+±CIubñ "
b"\x05 Ò \x0F █·4\x10 │\x11 F║░ɨ¾ "
b"\x06 B\x11\x01 9×9›¿W¿fMC†u "
b"\x06 }rÈ\x0E y8E┐ Åy3┐~r "
b"\x07\x18 >4▒░>■ù(<\x08 ╦8ů "
b"\x07 " \x08 &<5}çF@ \x14 ì{\x02 "
b"\x07 \9ØÖƒ1I»▓3½\x08 ÎÊH "
b"\x07 qa\x01 †²?ú›yü”âBäó "
b"\x07 Èû‘ÓM:|Ž_7®² "
b"\x07 Õþ\˜\x17 =ϨåNz]"ÉÖ "
b"\x07 ã„£¬ª<j¬EØÙ;\x12 è\n "
b"\x08\t .wäì=Äá¾\x02 hÃO▓) "
b"""
\x08\x1C ´½B\n
4ÿÇÈÖ®ênŠ
"""
b"\x08 O–%r}6œ…FÚ©ÎÌ\x10 × "
b"""
\x08 \rÐ\x1F\x13 1‡¨\n
Ãì\x0F =Ø\x01
"""
b"\x08 ^‡ê x?ä’ŠÏ\x0F ÿXæå "
b"\x08 üΫ÷¨;h»Ç╬LHÚ:´ "
b"\x08 ‚\x19\x01 ~\x12 1ê™S#QÃ\x13 ¯w "
b"\x08 ¬›•º}>„µ†Äè±Ó‡I "
b"\t 3ägïÑ2Sì‗v÷±akV "
b"\t :vìòö7Jí-╗\x0F öbı "
b"\t Mô'×\x17 ;„‰Ç…0VÒu\x10 "
b"\t Ät¸¦¬8Ìóæ4*\x03 ý3É "
b"\t ¡╚#¤Å4ë£ïk│(ï.▄ "
b"""
\n
˜y\f Ï\n
?e¥A…'\x01 ,ù\x16
"""
b"""
\n
¨ûæO|9;¡\x1E “r(uã
"""
b"""
\n
±ü˜Ü}3²¹\x15 ú\x19 !(Äq
"""
b"""
\n
├\x06\x12 Ë┤7)Ÿ3ôkíÑ├
"""
b"""
\n
þ„3ìÜ>0±ÝÛÍh)ïL
"""
b"\v °ÃL\x01 ú<\x15 ±»ø`™ë’° "
b"\v Ã\x05 ˆÔ<Œ‚rJ(°bâï "
b"\v Üí\x10 ¥J4¼žêªi•›ÏS "
b"\v ò\x1F HÃÍ7Þ’6hé\x00 ¬b§ "
b"\f "║Iä18ñé┘_-Ø:ÓÄ "
b"\f =\x03 MM¥>ıÅè×è\x14 ÏPü "
b"\f =íi¿[=\x07 œÖÿ㈎q\x19 "
b"""
\f RìÔ¨o9±¬\n
\r 17‗Ñÿ
"""
b"\f p›“‹½1 ¿èÆ\x02 ž\i\x16 "
b"\f ~Tï>É0\x13 ‹¦à\x1E – ùR "
b"\f š\x10 !Qì1\e •KÞ(‘êd´ "
b"\f ·õúæ©=ì»lëÆÕ+¼t "
b"\r DÍ)¡/<~‘ˆ\x11 ?Y«C¼ "
b"\r _³9^d4ʤ9ðt.üÝ” "
b"\r ²éª8A8ö–¢zo“ø\x1F 1 "
b"\r À\r \x15 ïq7M¿\x06 }\x06 ´S&ƒ "
b"\x0E\x18 ÓQè\x18 ;6ì┴ÔãI¹\x11 ▒ "
b"\x0E €ÑÒÜs3ÿ–©\v `&ºMt "
b"\x0E ÆöH¥\x00 ;±…ú !Ôhßp "
b"\x0E È\x06 céV1\x19 ä═úì(öµ. "
b"\x0F\x1F ┌SLı6ÞÁ╬WáØ┤ 5 "
b"\x0F §×\e ù\x03 >û¦øE®©•º\x13 "
b"\x0F ¯nÒ"N:Ù€DeD‘üÍò "
b"\x0F Öíäî¦5Ç«¡ý’}\x06 œò "
b"\x10\x02 w \x11 †>?¨\x11 ÖÕoƒ\x12\x13 "
b"\x10\x18 ‡l\r ´;v«=¬3®”\x13 Ô "
b"\x10 LÃ$¸]7Ç£L=F{šÜm "
b"\x10 ùà\x00 ¾ã1xå\x0E Ïc½UüÙ "
b"\x10 ╚Ø\x02 ı!1£╗ÿÃÍ░}[² "
b"\x11\f Þ‰\v +=ØŒºè¨ aç "
b"\x11\x14 Çø¡\x03 <8‹\x03 Ñgâàe€ "
b"""
\x11 W?Æ\n
\x10 21‹\x13 «y€KÑÍ
"""
b"\x11 [¼3\x19 K2ª„\r žrâ,eœ "
b"\x11 pü[i°1|êVMë┐\x03 ør "
b"\x12 Fx2^Å?═╗Õ#\x14 «═\x06 @ "
b"\x12 W*]b<1µÜR£lëÅÖ\x1E "
b"\x12 v ╔▒·7\x0E ©ù\x18 Ïıü»É "
b"\x12 ý]Tk▓4aìÿ╔FÅ¢y "
b"\x13\x03 !bæh07É\x12 :\x00 áò\x19 ; "
b"\x13 \6Mî\x13 ?$û=zDìå/\x04 "
b"\x13 qï˜ø\x02 ;\x12 ¶µ+ÿ—Ì ( "
b"\x13 Œ+ä\x03 q<G›Ï.\e ¶;ÞÚ "
b"\x13 ┐ú‗ôÝ5¬ü\x1A Ãì¼\x1C ┌¢ "
b"\x14 %\x1D Y\x08 æ8w”•l(ë»áà "
b"\x14 ,Ò/‹Ï<ã ÛõïZzÂ’ "
b"\x14 7ïW'y=&§Tck¶(hW "
b"\x14 E¤´Ð'< ¾ŠÃDžn€ "
b"\x14 G%-|/7É«àáA┼áØÏ "
b"\x14 _0'Ïd2_’D\x11\x7F ¤¢E3 "
b"\x14 wȹèo7®‰\x1F TÖ0^Cê "
b"\x14 ¤: 4\x13 :“‚(TÛÓV6E "
b"\x14 Û¥¯íN>™°*ï\x17 /§§4 "
b"\x14 û„Ê!b4\x14 £ºhv….°¢ "
b"\x15\x13 Q¥º¢0Ø¿âÇÄx\f Ž] "
b"\x15 "´f,Ï;„–Â\x0F 5\x01\x11 ñ— "
b"\x15 ¹\x1F\x07 +†3\x00 ¸\x06 Û„\x16 ^ª# "
b"\x15 Ã|\x17 ¨¨>┐å▀ü┴Q¦T┐ "
b"""
\x15 ╠tå\n
\x15 ?)╝9êàHÉ£\x1D
"""
b"\x15 Üåæ±Ê5©“…»[\x05 "×b "
b"\x16 -_vn6·ö┼(■øü© "
b"\x16 1³)Ý;0\x7F ˆ•€*Q¥8\r "
b"\x16 fO$8é5Ñó\x15\x18 ╗MÓ├ü "
b"\x16 k¡Óº36œ\x16\x1D íX Ô” "
b"\x16 æ\x11\x17 ìV90ÆÄ4▀▀°9" "
b"\x16 ˜³\x0F ú\x06 :\x03 Š¿Â\x03 c%3ÿ "
b"\x16 Ë/zHø5Õ„\x0F ß\x02\x0E è¾\x0F "
b"\x16 ò¶\x00 yö7'’™LNž”-Z "
b"\x17\x06 ™+}¥9ÚÊÚ\x19 ¾°F¦ "
b"""
\x17 îñ¸Å1T¬3®9\x02 Ý\n
÷
"""
b"\x17 $Ç{HÉ=[›u\x1A ‡¿VÐ+ "
b"\x17 <\x13 Ǩò<ÓîG\x00 +`¥Ø3 "
b"\x17 WÉ═V\x16 4b«Ç°Äh\x13 \z "
b"\x18\x18 Å@:\f 4b¿‡FAÞ“Á\x1E "
b"\x18 *V»Ê@3•‚„'Û8½ð\r "
b"\x18 -Jà\x17 Ø57“Ó\x1C þ\x03 ÌYL "
b"\x18 ¡ýu®È5Òš'm¬\x15 6ìv "
b"\x18 ØòS\x04 !20±P[9u¡uÓ "
b"\x18 çǾ˜g7\r ŸŒÄVhTï "
b"\x18 Û´╗┼Ø3²▓▄MðFqq\x04 "
b"\x19\x0E Wˆ†õ0e¢|†jE;w' "
b"\x19 `ØÒ-b1ÏŒûžãβў "
b"\x19 w»©7¸7·–Ù×°dK\r C "
b"\x19 ¨ë–(r;q³Õs-‚³9‡ "
b"\x1A $ê{èT=\x12 ƒXg;ÅfLÒ "
b"\x1A {è\e @½6}™¿‰#.LŠm "
b"\x1A Œ‚\x18 (¢:Ê–Í.ÊTf-& "
b"\x1A ■\x06 ‗üÈ=■ê«ù▀\t\x06 :â "
b"\e\x04 ‘:ZI6ì™7犟-‘\f "
b"\e\x08 ƒ–,A=i¤ící¨KÌ» "
b"\e \r \x1A ▄éþ>ÁØ║\x02 Ãæ¦\x14 ┤ "
b"\e <4Îv\x1F >¾¤öŸ¨F:ûl "
b"\e <·Gbä4˜Œ!ªD³òì) "
b"\e ÄXÝAì:3ªg.»j©\x14 ▒ "
b"\e ┘F\t ╦ó:EÆ'£Éı_╩à "
b"\e ç\f zl02ØŸMG^À¦>† "
b"\e þüã}ï5iàü■┘kPÛ┬ "
b"\e ´ÅµÈ╝;$üå«\x15 ƒcÙã "
b"\x1C\x15 ¤\3÷>_‡Å\x1D\x07 sœªï "
b"\x1C 47£E¾2x”X&\x05 7‡¡÷ "
b"\x1C 7Ñ01ç7¯¥_Ø\f êZòJ "
b"\x1C Xþ\x0E Á\4[™Ç7ÿ=<*Þ "
b"\x1C ˜\x17 4±À2˃EÒÙ°{N³ "
b"\x1C šk\x1C XŠ0p”½åM:Z)G "
b"\x1C ê\x03 ¶û\x7F > ŠÅ÷4ÛÁå. "
b"\x1C Ù│ìÕ\x0E <÷Å^Ì▄HmÁv "
b"\x1D\x1A .Е«0"‚}u¤ï\f ©ã "
b"\x1D bÐw¾\x08 >-¶rêaŽÁ(ã "
b"\x1D ³é¦¯L2\x1D ؤôo└Í░\x04 "
b"\x1E\x02 P¾Ù¡:vµ8ÒI\x01 @b• "
b"\x1E LT\x04 è\x16 5\x05 ¸\x06 ®Ìz²ö« "
b"""
\x1E `72gI0\n
•\x15 frµqê6
"""
b"\x1E jWvU®:UƒS\x01 EäA\x7F ô "
b"\x1E zܽ&0ª°šK\t Ì\x16 ò\n "
b"\x1E ┘\x02 Øé]4Ïí9qÔªæWé "
b"\x1E Þu7Ѭ6j®š“º˜B¢\x13 "
b"\x1E ëŽ\x17 ©ø?â¨\e ޱE)–p "
b"""
\x1F d¯¶85¶Œ§ZÝ\e \n
²ü
"""
b"\x1F fQ\x08 :É0áº[Eè=‹> "
b"\x1F uµLJm>\x1C º\x15 ¡sb=\x0F Š "
b"\x1F ¹c`Ûù6ëº8j´\x08 s>° "
b"\x1F ╝)±\x12 ì<¼æj\x08 Ã\aÜØ "
b"\x1F üwIßï2¸«irHdþ‘\x1F "
b" \x00 ½ZÓä2Í·ÎË&f;ìÆ "
b" ‚–å\x11 Z8[¶Ë5›§Kéú "
b" “é\x0E *ƒ4Õ±ÄÎ\x06 \</„ "
b"!\x02 £\e ¢´;è¼Lü¢▒[ë± "
b"!\x1E Å),70ÊŽ\x05 ÚÕ\x03 p\ª "
b"!!g\x0F ´\x18 4Xùp4╚ª├ì| "
"!L\x15 èg4ؽ\x7F\t T#Bj\ "
b"!|ï \x05\x12 :m‚î¾|åƒÉ2 "
b"!Û\x1A \x11 f<h§©“öðÒ&9 "
b""\x05 üý─┌=■Ñ-n▀í\x14 ;T "
b""\t ²´Ê_0¨óØ(30æjù "
b""\x1C º`ƒh>Ý‹`\x15 F\x13 ¾ïÅ "
b""6ÁÃÂú3,ƒ\x1F Tá&|\x12 Ó "
b""dp\x15 µ¿8·›SU-§}°M "
b""eÌ·©M7\x14 €hžZl”n– "
b""±¼·Ja8\x12 º\e\x05 lNžŸü "
b"""
"»y\n
ï6xƒãÍï\v\x02 üÇ
"""
b"#\x02 g-6#1Nl\x07\x1A >\f (\x02 "
b"#!ëu\e ,;0¿í‰¸E_(& "
b"#: ²Žj6L¦Ž\x02 fµ¨\x03 s "
b"#qm¼AN:¼üq║\x02 ðË╠} "
b"#|ß\x1E êK;\x19 …\x08\x02 ¯1ÕYÁ "
b"$<ÞÃ=ì27±Ÿï0Ä-8† "
b"$g¯▀¯º8üêrþ\v .y¬Æ "
b"$jZž2=?n¤{\r èØWÁ "
b"$’Ñ?ºä4(”Q¯V\x1D f‘| "
b"%//ÂÁ!3Âì\x12 ı÷\x12 Vº║ "
b"%5#Q”9>\x0E ƒŽNRѦs£ "
b"%€\x0E ÀKÊ=®±X€\x03 zqÖK "
b"%‡E÷rV>ô‚ôô\v &A¬° "
b"%Ã_Sã\x7F 6…—\e ùG%\ºT "
b"%þÐDÖO6_¿èÂ`¾"\x02 æ "
b"&\x0E Ç%Õ7?¿ñ!"hfØÔs "
b"&\x11\x02 7\v\x10 <Å·ƒ÷zÜæ½\x16 "
b"&˜Yžiº;xº~ÕÆ¢\x07 Ýù "
b"&ßÅi,\x15 ;ù¼tåÑ═"╠ß "
b"&íAºéª3i˜õ\e ,˜†S} "
b"'\x11 ▓█Üí>ÖÇ\x19 ¢NvØx■ "
b"'!rOÏÿ;9ëuòÉ5Ä\x1E | "
b"''¼╦f╝7ûÀsì'ÏÉ\f w "
b"'ÃÂeS\f 8ÙØØfÛ·░┘# "
b"'âÛ‡&X8$‡²ü»;ïÙ\x12 "
b"(&’Ô•¥<\x16 ™ml)¥•òp "
b"(hÏÑ\x12 ]9¬ˆvŒwy骬 "
b"(½=H║f94ó└ƒô\x19 ØòÆ "
b"(ðÙIÀ\f >ùæ▒ÆøÊÍLÅ "
b"(̵6¦:2å£\x10 GÏx└Ø╠ "
b")\x18 ™\x1D ÃI>æ’Úí)l¬/¨ "
b")\x1A J¸\x07\x1A 6 i6'á”\x05\x1D "
b")%L\v 1è6\x13 ¦ì[Fá¼ûš "
b")1ÅU\x08 p0t¤º˜~æ§@\x08 "
b")2\x05 D:Ž2æm~\f „ ±- "
b")R\x02\x1A T\x10 9\x0E âþ\x10 ÖÿÉ\x17 K "
b")à\x06 tk¥>ªƒk«\x05 -S1ì "
b")A¢lž5¥“ãgì°\ï@ "
b"""
*!€Q\n
Q:H¦(kæuö/K
"""
b"*8ÎÎ~Ø;Bê¤Ò╠BÏıë "
b"""
*”3Õ3Ì3\n
¯"Q£ÞU+.
"""
b"*œ…ï\f k=‚‚—úÒ°Åf[ "
b"*ÔX\x18 ®\x07 1Vºë?8ì¢░├ "
b"+8&Æ7ˆ3ø¡Ç\x18 d¤À\x02\x12 "
b"+¤\x11 %X'2;”»\x01\x1E }%M\x01 "
b"+½f\x07\x05 ¦6¡ª¯RtÁ3tÀ "
b"+ï¨Ýbs5\x1C —a\x13 Z7.ÍŒ "
b",\x08\v ôê\x02 3A˜_´lf\x14 ñi "
b",#hdJu9妸F¢ÿ:þg "
b",4Þâ\x1D n6\x02 ¾ý\x07\x02 ÂìEo "
b",`“@[â55Õ\x12 >…¢€n "
b",u²º“L0ã…¼¡×\x12\x08 1£ "
b"-\x05 ²éù?6ꈃ+\x13 ãýˆA "
b"-C\t —]—6³[ |\x06 tU\x15 "
b"-N7\x10 ÒH5\x11 µ:eO´·Þœ "
b"-ÑQ¾k&9\x02 ░\x07 Ø\x07\x07 ã╚A "
b"-¼\x00 ||ð5)¼“\n \x13 9\x16 \n "
b"-Ö\x17 ïŒK2°¶¡\x7F ×âØ±å "
b"-üñ²Å”8%¤èN[îOýæ "
b".\x07 Îì*×76ò╠]\t J═«ó "
b".0½ûüF3™¯Î‡‘ÃB\e Õ "
b".>\x00 ÔØl1\x05 ˆ¿~|\x10 !4m "
b".aCckØ9ãå\x01 Nö²ß╦█ "
b"/’÷‰€:\x03 Ÿ²·\x06\x01 €ÓÊ "
b"0\x07 ß[ëw?ð”\x08 ¥š„9BÀ "
b"0\v À@K%52ŸÃÅ\x1F ᘧ\x7F "
b"0\x19\x14 &%]=¨«áÜš¡à>\v "
b"08® e\x17 =¦ù]kZ┌1£ì "
b"0eþ\x02 J▓>\x15 ÑÒÅR³╩ëÀ "
b"0k¹†,a=ž”Ë3ç\x17\x17 p\r "
b"0v æMd:÷…\x19 ¶õÃ蠃 "
b"0ÀÞ›šá4´¿èë\x06 ƃ\x17 ç "
b"1QØY×û8\x12 ›½¹P\x18 ¢fb "
b"1YS¸zœ0*¾:^>u¹èŸ "
b"1sëö\e ]9─ú61D!Øwq "
b"1–8‘Zã4¦¨Î\x00 —ƒÏ0Ð "
b"1º\x13 Î\x15 Â9¡”((ä|žØ¥ "
b"2œiE—ù1ùŸ\f —=ÚIÄg "
b"2¸`>uö<ØŸäx\x06 ]nJ "
b"2û8¨šy;(ˆ¶±º˜Tø\x14 "
b"3\x0E │*1¿99é¬û£ÅTB\x00 "
b"3#óäŒí4¾šøó¥©ÁTÝ "
b"3ê\x11 ]£\x03 ?<É╝:¡èëÃÁ "
b"3‘r%^í4\x1F ¦íÂŽu¯Î\x01 "
b"3×ÍA1v7ïƒ1•Š´ |« "
b"4\x17 €b*1=i±Á_\x19 çI„6 "
b"4LÚY—ù=ГÉ\x0E æ¿•\x02 “ "
b"4g\x12 êüi9\e ½[hÓ¹,P~ "
b"4¬ì§ \x00 1º«Ç¿ÉX]©\x16 "
b"4¢èYHæ?lÿJù:òż▓ "
b"4Ùói°W=C¤A\x02\x1F µ]\x1A < "
b"5\x0E %h\x19 3¡†\x0E Y™0*'t "
b"5z¤\x04 M¹4Cš“KCx´hæ "
b"5ºó3bÞ;¬ª«€xÌ=\x12 ¸ "
b"6[ÆÅºö6àµ\x1C ñËZ\x04 U' "
b"6hý6\x12 ¨=”¨‘\x02 Ä\x18 ùÑ` "
b"6äè╣Ã\x1F =ùÉÉ\x17 XÐ\x13 Ãq "
b"6Ñ\x1A £®³2Žf\x7F ÜÁ\x14 9\r "
b"""
7\n
A\x03 R”2憎“\x14 íæZ9
"""
b"7\r \x06\t j[9\x14 žïÇIÆ‚“Ý "
b"7\x15 EHª¼2JÅÍk÷X,öv "
b"7\x1E _T…m9ˆ¸r‰K”Ycˆ "
b"7G}\x07 ¦\x1C 4þ^CÅÅú\v Ù "
b"7UF\x1E WS6òɧúHMª┴╦ "
b"7WœTU 9\x08 ³À’ì{õ¹\x1C "
b"7}9ö?‡7eš\f A%\x15 ÛÑ\x16 "
b"""
7Ø®@ç>=k¶ý\n
qT\x12 /ó
"""
b"8Y\x17\x17\x12 X8§Â¸ÕÅpÎ┬² "
b"""
8£¿5\n
¬=B¡éÒ¡\x07 hìE
"""
b"8¦cNvú3å¸É4‰ëSt¿ "
b"8ô:«\x03\x1A 5Ô™Ú¯mì|‰Ü "
b"9‡hó(˜1\x1C ª³šPn<¡) "
b"9ìr\x16\e <9┴ìV×zÆ{┴; "
b":\x04 òzçü1ÕØd¹┴\x1E *┐= "
b":!£wNñ6“³Äsí,M_/ "
b":&:‗p\x1D =aüFƒÍþd╚Þ "
b":+\x1F ýħ0rê@4uóü©$ "
b":G \x7F ÚÒ9w¢Y\e Yø¨÷S "
b":e„Åë\x00 :ã¼…v\x18 5cLá "
b":·á\x05 ÍÕ6ãž\e /FÀD®÷ "
b":Ç\x14 ŽyG0;v\x1F ³§§¸s "
b":ÑV¢wU<Ô‚¨\t ¸¤´Èº "
b":■ıKÌÁ8jÅ╠\x14 ʸeè¸ "
b";\x0F tü┘┘:¦ô«Q]moîµ "
b";éı)█Ö4hÄÉ¡\x0E Ð║Þw "
b";¦„v\x07 ß9¿¹2²X4\x03 \' "
b";╠¸ Ù\x19 6\x16 ÿg\x04\x15 ØÚ\x1D\x17 "
b";éue\v Ö1¼œxGü\r kÒÖ "
b"<\x08 õm„A:Áµ1iV¹¿Z¦ "
b"<\x17 $╩‗k;\x1E êÛc4ßç*Ø "
b"<êìñ\x02 Ä?\x06 │▄\x06\x03 ¢=ßå "
b"<‘—gì.3§™Ûbߦ6‘B "
b"<›¨òÕ 0\x05 ŸVÎu\x1A\v + "
b"<Â\x00 .ò+8dååN~µÅzv "
b"<Î\x19 ©Ø…3K„÷ˆÒúh¶³ "
b"<Ù\x14 –Uà4²›í \x1E\x06 nh\x19 "
b"<á\x10 úr\x04 :\x15 £ÍÖ\x1C í±_Y "
b"=ü(\x1A .╠2<àûæ½ø1o▀ "
b"=¾7]oI>│ØZ└âµ├äø "
b"""
=ý®\n
àÿ<Ô¼Y ©¬\x03\x15 ˜
"""
b">\x18 × ;\x08 =Øñ»#\x16 ÇÄÛ "
b">I¿.\f >2æ™ïjX‰ß¨\t "
b">m}X+\x16 2«˜ 3¸ôz!à "
b">ª`\x16 ‘Ð4÷²ìŠ2}:¡I "
b">¹u÷Y®8\‹\f\x1E =zDê\x12 "
b">îéÚEù>ð“\x05 IhÇy¶ú "
b"?\x12 ç’D\r 9\v ¬\x0F Èî0[é( "
b"?÷-o\x00 ~8\x1E ¡3á`gਲ "
b"""
@\n
×ÈôW<┴Â0Ö@ü\x14 ƨ
"""
b"""
@\x18 \n
™ñ´?\x05 ™+é hUŒ—
"""
b"""
@>Uoi›6gŸRÌuf\n
"è
"""
b"@†\x07\x00 OÒ2À”\r "Kó\x19 j“ "
b"@×\\x1E È,5\x05 ¶²Ì&\x13 ºY "
b"A\x04 V\x07 /ë6XÑþ█ìu÷¤\f "
b"""
A\x18 @Ï6-5Û˜Ë\x11 \n
H4AR
"""
b"A$„«;]>_§rÓ\ŠîæÅ "
b"AÖÅr?í?ý®¼\x03 "®ã`\x05 "
b"AÚ\x0F u£}9\x0E ›\x02 =-Õ†ª¯ "
b"""
BÊ\n
…©¶7’‚\x15 IPi¹‡©
"""
b"C\x03 ½\x01 š\x03 0Ò¢%yÑ$¸Ät "
b"C\t\x01 1Ù¸4\x19 ¾:g«Q\x16\e æ "
b"CÉ\x7F &\x1D (<─éx╝À\x15 █lã "
b"C¬\x18 ¾øf14ç=$_Ó7║ì "
b"CãÑB7ø8Ø┤▒5]ð\t JO "
b"D\x11\x17\x1F ÁA1ϘÄ郿*\x7F ³ "
b"""
D*‰\x01 _Ç3\n
„ª9‚ópjy
"""
b"Dz¯îŸ.>÷›\x7F Ø9o\v ®ª "
b"Dß,ã\x16 U>æ¾ü[bt¿Ðë "
b"Dñ¶^9\v =n‚/‰\x00 Ä;\x13 à "
b"Dÿ4’\x1D ®<n¡@Ö\x07 Ò/Ã$ "
b"E\x1E æ\x17 8¤4Œ€ùtê¦\x06 Í[ "
b"ENXã¹@1\x00 ˆj¾9¬¡9ˆ "
b"ET®Æ‡m4J‡¬G‡Í \x16 | "
b"EmÓ</╣9\x1D Ø´▒aTÈ_¼ "
b"Es8O\x15 ù1û”\x08\x1A Ë\x03 !ÃÚ "
b"EÅx\x7F ¥´8“‘n+gK \x1D } "
b"F£®ø}ï?™»Ï`_”÷¤ "
b"""
F¬˜kæú2à«ôï"\x1F \n
æë
"""
b"F´ºõ¤\x0E 7v‘æ|‡–J† "
b"F║ÅqÛg45ïWl═?bÊ\x15 "
b"""
FÃiMò\x16 ;ФÇi«\x0F \n
Ӈ
"""
b"FÅ"£tN5óœ£ÕÒ‡SÑ8 "
b"Fà’~¢ç3U¬ÔYËY^,\x1F "
b"FæQéÃÂ9B»\x16 FUÓï%\f "
b"Fÿnh×–0\x04 ‹U¤yf±-M "
b"G#™c@Ä1܃Yº%Õi\x1A # "
b"G.'/╦▄:¤ìıòÔYo®B "
b"G.Q.yK?ÉÁYı¹╔─¸ "
b"G:OWº+6(…¨Œ\x1E qÅVÒ "
b"GZ\x0F ±\t )6S€\x1E ihb³¿H "
b"G`\x08 hk+3k¨I@Ä.àMµ "
b"Gv&¡8Ç2V„±k¯¸\x18 þó "
b"Gx¥™r/8 ¡Q.\x08\x04 Y_ÿ "
b"G¢¨\x0E ,í3Ð…=µ€ÒÄÖä "
b"G▒╬n╚A0┘«\r &©'Hì\x04 "
b"G¶XË5o2'ˆê\x03 ¹ó¯+œ "
b"GÆbuv)9‘½\e XNˆ\t fË "
b"GÛ†o\f W?Û•“>ªËE\x0F £ "
b"GÙ\x01 lö;\x06 ╣cHrÅû\v w "
b"H\x18 ŽN-\x05 8”–Á†ý\x14 OM– "
b"H°Y"ÖC4ˆ¦i:UÒÖML "
b"I‡ô|\x04 ¼>ư“é\f %\e €õ "
b"I‰o\r {…3Н\x11 Uޏ”\x7F ª "
b"IŽTRk\x19 6\e ¯œMeáúŠ¡ "
b"Iı\x03\x13 ▒ô2╣®6ä\x19 Pŵî "
b"Iìp{í)6f¬° O\x1D ?¢È "
b"J)‚2,î6\x01 œI~\x06 wg39 "
b"J/‘¾´¥2\r ¼ˆÈw±º "
b"""
J ±\n
Ok>U°"\r Ó–2sR
"""
b"Jº]╔ý\x7F 1å╗ꦲc£ì "
b"Jºü\x14\x06 ¤6N“’ÔN\x0E ¥8ÿ "
b"JÇlxK4:%†üH\x07 M\x13 )^ "
b"JÌÖ:n\x0E 8À»\x0F ë¥\x17 à‡¬ "
b"Jè6Lêœ0¸š\x15\x11 7w`w\r "
b"Jýðgœ¢4\v ’Í?\r Ï'C– "
b"K\x0E á¡[Z6B–\x08 w\x17\x05 $ýÞ "
b"K!\x7F [‡~1¢ˆñ9žCš+Í "
b"K%\x0F Ó\0?j¶wͰ\x19 ìÏ^ "
b"Kx\x07 Óš›1ÿ¥ôÎ䟱!) "
b"KžÉÜó¬2ýœ:µâxLN_ "
b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬ "
b"KÊ*™ºn8*¿‚\x1F ‚`¼\x04 ç "
b"KÍí«º¸<ã‡ÕçÜd@³! "
b"KÖ³Ú3Ø2\x12 §ë©ï¸\t Š "
b"Ký!ërK1š‚]'ö¡´–W "
b"L2*ð\x1D "7:…`W9\x04 kYR "
b"LW¾─7ª;Ýû\x13 ;Éjz%├ "
b"L`Ô™vw8\t ˆ½^fs^ž "
b"Lh3\v ˆé1±¤h§5dtþ> "
b"Ly¬Ç■½8ıñnü;à\x06 \¦ "
b"LàÓ¿œÓ5\x16 ‚\x1F IùLÇ‘- "
b"Lü~¶ôç0P‰a:Õœ™†( "
b"M\x01 5ˆ§=0ƒ³áö\x19 èexx "
b"M\r ‰2ð³8¦¸ýÞ›÷Mí7 "
b"ML\x08 øpÐ8й)ñ\x19 yÜP5 "
b"Mƒ\ \x15 ˆ1ÀŸ[M(Õ6ű "
b"Mš†\x11 ‰O6# ŽY\x0F B~8Þ "
b"M¹½Æe3=TìSä¥è¾ê║ "
b"N!;þàã3&®ù*Êõ˜Žš "
b"Nyšênœ2Æ—×a‹íìÆ| "
b"N„0Ç+.4\f ‘4Ý-\x10 `@D "
b"N’ðô˜Ö;ã‡\x0E õOPN¬/ "
b"N–¬Á'\x19 3à‹îZ\v æ‰ £ "
b"N¯\x12 A}Ô2K® ŸŽƒ¾®' "
b"NÅS\f âZ7xº\x7F\x00 9\x0E }” "
b"On\x07 þÓF19çd„K\x10 dê "
b"O˜\x13 SQn5…›\x10 MÕlVŒþ "
b"O░b2d=0Vü\x1C ²ÝUØ v "
b"PBmý·Ø2®║ªtcÚkÕx "
b"PBp÷à¬5$•‹\x16 ýç{\x06 "
b"Pf_\x0E ¤à6_¶³ïæ\x00 ‰ox "
b"P╔&±╠·7¯ì┴u┌ú\x19 q¸ "
b"PãXÂÞü3!›i‘¸Q[\x04 - "
b"Pð-“\x1E ü;©¥ø9\x7F Æ3üé "
b"QŸç\x16 ‹ù1«“~>‹\x18 cöø "
b"Q¡eF\:7\x1D ‹õ\x1D ž_4\x08 õ "
b"Q¬§└ u7õص\x1E\x06 l\x7F ´u "
"Qˮ\t HT<̓嵵9_ "
b"R06pžû5Ó°LôG\x01 ÃWJ "
b"RAø·\x08 89E™§ãÆ'ÆÌ„ "
b"R®Ë'sù9\x0E º 4%a‚)m "
b"R±ÂwXù9m▒\x07 ÉÚ#»\« "
b"RüÞX\x1E .:¬‚I\x1E è‚#j… "
b"Rþ!Fó¤>ú¨ºÝ„9/Z” "
b"S\x16 Xà§g>!╗▓r\x05 bKØ= "
b"SMuÖwþ32‰ˆ\x02\x00 ~péP "
b"S}\x12 i"Ò8¸•Ek°Š ×3 "
b"Sì~³Y╚9âè\x1E oà║ú║┤ "
b"S‘+¯÷\x1F 1z’À‘~ÔvQ© "
b"S–V(\x18 ×0¿‚—iϸjÿh "
b"SøÿÂc▒14ìÂóPa\Û¦ "
b"T\x1C «ƒ¥8>`¦ëy©áŠÄs "
b"T*©.\x19 Ó3‚»'RFn\x04 ôÑ "
b"T]`Ã\x04 «=Þ„3Ä\x1C\x14 E\x14 ñ "
b"T”Í\x12 ýA7”Ž]ÄzLk«Ÿ "
b"Tùɾ´┬7]░╝2}\x1A ^G¢ "
b"TßU„tù?'‡Ë,Ü5Û6c "
b"T㤘ê²5w®s†Îï…sN "
b"T■K├\x19\x12 <Áì·àî\x1E \Ðí "
b"U\f X>Ñ\7Ü„A6˜t~8Ð "
b"Uø|Ö¦\x16 7N░\x1C Øg`\x16 │^ "
b"UñüoÈâ3ä░\v ▀Ü\x0E &¿ó "
b"U«¶_39:G²h\x05 nŽÈ©\f "
b"Uß\v\x02 £ 93¦\x03 f\f ;\x10 ÎÑ "
b"V3¾Ã\x13 H9§¼ì┬▀tû\x16 t "
b"VJ-QìÂ?1ÂY║\x14 Aíf£ "
b"VR\x1A k─¶0¼¡:Ï0▓ü§Í "
b"V\Dû«Á8æ—I3emÒ2J "
b"V`f5eü0·╝WÔÖØ{/ÿ "
b"V>eô’<\x18 »\x14\t _fÉ\x01 ” "
b"V¿T«‰f7»€ÙšÈkjú˜ "
b"VÀ'è¶E4Ø¡Ü1Î\x03 À'- "
b"Vçʹá3J¹˜þÀ›·l "
b"Wt½╬@É0´│▓µ\x1C\x02 ê]¢ "
b"W{0æ¥\t 5ó£\x11 ¨éeã·8 "
b"Wì\x05\x13 MG8\x15 ñ\x1D e=¦║\x06 j "
b"WÒÓ.Ø?1÷ê®V└\x02 HNj "
b"W汌æ+8qŒ8:jqɃñ "
b"WçE\x06 ûF<!¶ãE´aßzi "
b"XJ„\x01 å\x10 ;ó¬ú=Á™ Mú "
b"XÅ~┬%\x03 9\x19 »å&█\e ┤\x00 Î "
b"X│Åh╚\e 3(ùÅÒaï\x11 ¥ "
b"Y\x02 ÄŸåü;6Œ·úl×)\x15 À "
b"Y\x06 ¦JêÞ7Øÿÿ│+mÿÞ¦ "
b"Y\x08 åÜâª<m┤ì╩,»¸ð "
b"Y\x15 »2uõ0}ŸEÉ]T2Œ… "
b"Y4ØpÞõ8=‘‡\x1E {¯˜dÈ "
b"Y7¬çù┌:┤Åuõ\e ÉùB\v "
b"YF>µwA4ý”u1æí%zÎ "
b"YxÕîT’7¢¹yÓj-ËÓO "
b"Y¥ð:bt5 íõ´8¤láÅ "
b"Y¾{H@█:6Âõ$\x05 ¶J0ü "
b"Z\x0F ¿|Í\x0E :\x1F ▓■·─ÅÚÆâ "
b"ZZÙ¶Ÿ©9–…ød»i;xf "
b"Zy\x07 a\x02 Ý?<³=;qõ1¬ "
b"Zƒ4A╠Å6¬ÇKò\x1D Ù-wL "
b"Z─╣çÍ+2▓áéCd\f «ìÔ "
b"ZÕ¥2òí1Š‚h\x06 ó:>ª™ "
b"""
[jîkT\t ?°¢¢´\x7F zP\n
3
"""
b"[€Õö\x12 z9w³PöEoêBá "
b"[¾ÏŒÃº9¨¯^d‘ó\x11 ÎÕ "
b"\0‚\x0F\v $?!’ŠšçÍ#þÞ "
b"""
\9µ\n
Õã6å›\x1C |<¶+”Á
"""
b"\Xªaï13çØz¶¼É▀³Ö "
b"\`ãŸM\x07 ?º…ˆœêôJÃn "
b"\ì\x07 ÎÌâ<3É\UÍ5@³Ñ "
b"\ލâ|\x02 ;\¼Øg·÷ãîõ "
b"\Ÿ1·öí:ü®VÂlkJß "
b"\Ù\x15 5ä²?\ ©<ýh,\f “ "
b"]1\x14 ‡¤À9\x08 •£c\x02 ™\x01\x0E ) "
b"]ƒ\e !³³1¶ú\x11 ãŠ\x1F\x0F B "
b"^I#çè\x1E 3U¢$ì!\x1C ox2 "
b"^±g¹³q:+½ø[u¶JVQ "
b"^µÜ\x11 –_2J¶1iÏÊlý "
b"^Äl–ôÂ0ʽä6‰F\x19 ¿ "
b"""
^ÍKê,\x06 3Ý®z“b^\n
i\x19
"""
b"^ð¯×╩Ë:1ìç¥Ê\x10 ³à\x1E "
b"_\x1D Ò¨XÅ=°ÆE,qÆ\x7F ▄R "
b"_'Ðx\x08 $8Á’\x01 ‘‡ð§B\ "
b"_W\t n¸x5ˆtµˆ\x01\x14 S§ "
b"_lÏÍÒs3ì„»y7œn\x18 „ "
b"""
_ûÖÐ┴ì0├┐ÔÍ{D\n
\x19 (
"""
b"_̶\x10\x16 –3Ö€{6¸»ž"W "
b"`.ÉÌ´╠;▄│]¢‗!╠×U "
b"`AüÊn\x10 4àÜ|<=F┴Ëß "
b"`L1'‰Ø=ß…\x0E ŸqÀÁr "
b"`^Öců5³‘Û\x16 ¢ô?Z "
b"`k)×Е7z¿\x1D *Ì\e ÕhÑ "
b"`“²\x1E п7Rmv -ûßY "
b"`¿{Ï®R:‰›èÿž\x00 ¶~ "
b"`À\x04 Á\f\x04 4 ŸfÀh^Ñ@T "
b"`╚╗ä¦^02ì7\x15 ´Û|9y "
b"`ÔÙN„A1»˜\x07 †Aõ‘&½ "
b"""
`µvs¥¬8µÇ\x05 eÄpÉ\n
,
"""
b"`÷þÚYž;þ£\x1A M¸ûÆïw "
b"a\x08 ╩$ì]<\x04 ÇË╬«┤?\t\x1A "
b"a\x14\x0F ©‘È6\x14 «wô©ÃŸàd "
b"a!F\x01 »56°©¾»°\x0F œ\x19 ‚ "
b"a"áõ\x12 ▓0ùì╩mo├ÐÃJ "
b"a7f®±.4\v ˜0\x06 „‘\x00 lÔ "
b"a=ñ"L\x17 3¼¼ý¼ÊjŠzÓ "
b"a]8Øf”2Ñ©&£À\x0F (\x11 ‹ "
b"a^\x19 :;Ö8?»ùÈÙ\x04 ò…µ "
b"aoEh\x00 i7?¯º\x03 X³`! "
b"a´]çáU7™ž¨†åôÛI\x11 "
b"añÛ–ÐÄ?/šŸ±f%†\x1C r "
b"bD\e ×g·8†…Ö\r \t Õ8T@ "
b"bM6â´ï9¾—’÷r\r &ü "
b"bi“UÔ¡4*¦œÝ\x08 ËOKÍ "
b"bÜFòìÔ<–©Ã´³Å\x1D 8µ "
b"c\x13 Ô¢Fâ=»¡ÿÆ3│\t |É "
b"c\x1F ÞÐ\x02 ®6ÝÑiS\x02 ¾ØÁ╩ "
b"c:€\x12 ¹å;\r ƒúY¶|+së "
b"""
c;ï•\n
’0\x0E ‰r«‚Ä´u
"""
b"cP\x03 e█¦>M│óiɺP23 "
b"cS¨€W\x1F ?Ý ýxÝö\x11 Àc "
b"c·#Ú½å>\x07 ¨,7\x06\e ÿc÷ "
b"cýéÅ├:;<ïÔ\f //1æù "
b"d*ça:R6ù–§Èè4ù=ð "
b"d;\x16 [‘-9G¿Ö/~6åÖÃ "
b"du Èöç=¦¡†P÷} º "
b"dÞîM$Ê7‚€^®EA‰ÆÌ "
b"e\x01 ²Ï\f §4å°ƒìBqIí\x1A "
b"e\x03 •©Ã_=˜¸L\x1D :5Ö_< "
b"eZ Ø%+2.û‗¯$Ú\x16 Ú¾ "
b"eh±\x00 éO1+ŒÐî˜sw´\x06 "
b"ew%êÕ3=L ]È ^\x01 ï· "
b"eÅ¥\x06 ]Ü1Ê░¬│\ò¦Q▒ "
b"e¥‰«5þ4\x16 ‰šÏ’¼Ö§K "
b"eÍh3lÄ7G‘•þÖ\x1F ©$Ù "
b"f\v\e ÉÚ½<Ü«®n&ß_\f\x06 "
b"f\x18 霬x=8‚\x12 ½Ù~„µà "
b"f\x1C 暯}<r‹ÃwdÄ•Iü "
b"fQ·‰<è6§ˆ{N\x13 H\t ‰& "
b"f‹p˜ Ê8\x1F °¡Ð+Âõñ” "
b"f²]jUƒ1<®è\x1D òv\x1C øb "
b"fð┬©V×7èÉ*ó\x06 2O/I "
b"""
fà†Dx\f 7\n
³\t ÅroÜ¥u
"""
b"g×v#\x14 C>Éù©É9N|Vü "
b"g█═¦\ø9Éü├B)ð$ç/ "
b"gà0\r [³4z¥k\x17 D\x13 ê¥Ö "
b"gsm \x15 2[úƒÉ\e\x15 a¯┌ "
b"h?\x13 d8²5½¡-̘dã:p "
b"h“\x04 ;ái2{”\x1F ö”\x10 :v° "
b"hòk▀ï´4─Ö`\x1A É\x10 ¢tú "
b"hñ¥Å5e3ûú╗äãû\x06 ÝÕ "
b"h©xæ2‡0gš\x10\v b\x15 ¹h^ "
b"hÌ\x01 gc\x05 <▀ì~sà\x00 iéu "
b"hâ×$6Ä?l¹?‰›!‹®p "
b"hæ\x03 ŽÌÌ1 ¦\e Y!Aö;b "
b"i\x0F Š\x07 5´2\x13 —Ú¸^N„¸› "
b"iïíWg«>\t ƒì▄<\x05 ─F4 "
b"iµ|\x16 \r\r ;Ë‘e3ƒ\x10 d–³ "
b"iÒCH.Ì4Åô\x00 ûÖ-L-Y "
b"j\x05 HðÙÌ>¬¨Â맇æü- "
b"j.ïÐÕb2׎D\v #‰âʲ "
b"jCIŒJ¦8‡½\x07 üñäÁsˆ "
b"jª’kãc2‹ƒÄ» °‰b` "
b"j²9;º†<\x1C •楒E˜éw "
b"jä»f\x08 i=B‹\x08 ªZ©\x06 "Û "
b"j°³Ãþ»1æ¢_Ø\x10\x1C ±║▀ "
b"k\x17 ║nOô8FìÀ3ë╣\x00 '█ "
b"kÁ„¡D(?b¦Ö\x0E z·t\x12 ” "
b"k╠‗£v^5╝▓×\x1C ü\▒¸\r "
b"kÎ\x07 Æñ\x06 2\x7F –¨±8\x03 5óˆ "
b"l\x15 ¢åßL3·§÷Ö±öQGÏ "
b"l3V´–ý:8ŒÅ–/…"\x13 ” "
b"l>&?Ò(9#¹Ž5ï\x06\x16 «© "
b"lîç)¶ö8JÅ\x16 Ë\x16 (├\x1D "
b"lÉ\x16\x0E \r ]5d┐`Ø\x16 uø/\x02 "
b"m\x01 {ÜQw;\x0E ©\x07 Wý\x19 VÉ~ "
b"m\x13\x1D ‚|26»Ÿª×âNèg] "
b"m2Öà .6\üü2\x08 à<\r Õ "
b"mzÅây£5r®╝uK\t é■c "
b"mÍ\r x+Ñ;J³Î\x15 í²ò\x15\x13 "
b"mì/H;\x14 ?/†ØØâ¡0ïm "
b"m³ì¾2\x08 0x┐j9¨AºÅ\x1E "
b"mÿ\x18 —\x14 h5Ÿ´Ñë9ÿ\x02 Ðÿ "
b"n\v '█©?2É×S R╦¬éð "
b"n ±·\x16 n;²│Z\x7F Ø%\x08 ! "
b"n2³vצ2û¸Ÿ4f\x03 º,« "
b"nEC9»26âü®NË=(Üx "
b"ntâ┘üÀ6äù\x18 \╬ÇtYÎ "
b"n}Ó…«e>'…\x18 d {u8ü "
b"nÛ»ó\x12 29\x1F ž)_gÎb˜\e "
b"oa\x15\x05 Þ\x1D 3 ®\x04 S-‹¶o\x12 "
b"oŠp‡BG=g»‘d™Ö\x1A Ù0 "
b"oÈí‡\r V9³¹\x10 fí\x01 }\x13 o "
b"p\x12 ”\v CŒ1ß´\x1C\x08 ¦§H*\r "
b"p3ŸY°ä8N›£³\x1F ^[¯\x11 "
b"pd= Iš1ë¨Ø»riçkF "
b"p²’\x18 ®Û: ›å\x18\x15\x16 "X\x7F "
b"p└╩\x0F ìÇ>$Ü1G9¤û\x12 0 "
b"q*w“nV5¤¥Òнb¾Þ? "
b"qOÄ\x00\x10 ü<Ö¦¾\x16 <dJ8â "
b"q§‡Ø¦¾=·§å\x19 ^\x19 |äø "
b"qÍ–\x13 î¥>_…\x18 :,.«Ð] "
b"qÒ³Ñí\x14 ?ÄŽÙñLH)\x04 q "
b"qΦöþÖ7[ü╚aËÐïÿ@ "
b"qòÔ¤\x15 ë:>”„5•ùþØÌ "
b"rÉ/?¡═6"ûSÊòsklý "
b"r¹\x08 \‰¼=\x0F ‡9›aöm;\t "
b"""
rׯw\n
e5̬\x14 ãnIsÁ$
"""
b"r÷■¢&Ñ:╦íl®à╚╣Å\x01 "
b"s\x07 ±â8Æ:m§Xó?®æ´€ "
b"s\x1D vmÄ(7├â*ì!┤Ù\x15 à "
b"s&ž+4U5ƱÄר¡\x02 ‰€ "
b"sW▄RüJ;¼êÕóÔ\ãrm "
b"sz\x1C ãw*:ç–ï~Ù«6Œ "
b"sújÉ\x1A Ï;¡«©ú¤þ─FI "
b"sÞ·õ?ü3öš'qÕ\x02 m8Í "
b"s±Óù3Ú>¦╗G¸Øu+├` "
b"""
t\x02 jqÏ\n
4¢®H e}¥ï€
"""
b"thޱ‰é6Z¨\x0E ΂:\\x05 \ "
b"tu-§S88±©€jtÚDRÎ "
b"t{¤└╠;0╔Å'äafx%| "
b"tìT¾‗ú:oÿÛTÞ!\³Z "
b"tÿíÿwN7íÅ\x14 6Fx¯v² "
b"t \Êì&<_û9├2{)¬0 "
b"u\x03 Q&œ49ו8ýhÖ\x12 äˆ "
b"uAO3„\x19 7šª\x04 úôàÖ<W "
b"uj\x1A\v yQ<P¯ƒJêV\x02 ËY "
b"uÄÃÅ8B=\x7F ▓r╬ôª·öY "
b"uÉj¿iƒ:©ö█à ¬■&< "
b"uØÖQ\f ╔<\x06 ¢ƒ #_bØf "
b"u┘áý\x1E É7þåÞà░?Ám\v "
b"vË*I<5ؼe}ÝUèÐ\x16 "
b"w\x00 ■\\x12 _>Ë┤╬ìQVSP5 "
b"w\x16 Æ^ï|5\x05 Œe\x06 ›Ã\bu "
b"w\x17 X\x1D 1å<ª/†ÔN8 ¡ "
b"w\x19 ›ó?°0üžÍË\x1A p´0 "
b"w@OL€ ?@ºöYÎåÉë "
b"ws•ß \x1C :4žN\x06 I°|ž™ "
b"wŒüüº!7e²\r °\x05 ²Yjn "
b"w›Ù¶_A9…¸î0f™(Õ\x19 "
b"wª‘3Kž:*‡Uf— \¶ "
b"x+Þ›•(4¥ªí\x1D hè\x1A þ\x07 "
b"x<Ê;m/4k£Ø®\x16 GÒê\x02 "
b"xHú^\t •=:¡01öá\x7F Ò\x1A "
b"xY£°ìÚ8vªq„.\x1E\x16 40 "
b"xsÔ]║┤1Ùì░░¡/3^] "
b"x—BœïH7X’\Ÿ\x08 bóž@ "
b"xùk▒\÷7eÀm┼LÑÝ#ü "
b"xÅ”á6º9 ¡ýæv†^râ "
b"y\x02 TÆ▄/4┤ü®═ä\f ãñU "
b"y\v žËëé5˜§õÒn3T»$ "
b"y\x7F i‰t\?³¨þ\x1A ¼ÿ“aÏ "
b"yáQÊ╬‗1ìû£`8çHyª "
b"y¾!‰l2\x08 ˆÇ§H\x19 â\t\x16 "
b"zZ±¶æÃ7o•@`\f Öz©´ "
b"z~…½£Š93»q\x02 Ì^\v\x07 L "
b"zɺ&]1¨æEwú¥º¥¹ "
b"z¤Y\x02 2ö8q‡¡çº€\x10 F‘ "
b"z¿ü\x16\x07 █=lØob\ç\x08\v\x00 "
b"z´È\x03\x13 »8f¦\x01 `eÀ>Áá "
b"{`\x17 6\x1Á£ÿ▄''sظ "
b"{j\r \x04 ¢<¥¯`“ò,õè< "
b"{áL6Ò\e :\f ÅÖ─ªVWq\x06 "
b"{¢14\x16 ¢3Ò„*<ÎÜ\x19 ¦à "
b"""
{¦Ë®\n
\v ??¤áæ\t "àù
"""
b"|_S\x0E !57AöaüþÆ╦┴─ "
b"|ެ‚Êñ:€—;b¾Š2¸ "
b"|É¥>Ÿj<MœGUmò^ºí "
b"|═;A¿ü4¹óã[£╦ðÉ■ "
b"|é§\x11 ×å:×¶Y²Ðä¬Ù\x0E "
b"}\x02 ¾æ†g3;q߉‹\v úX "
b"}\x07 ╠eµù6Ó¢ü'õ7o\x02 ╠ "
b"} \x12 Ia;0œ¯2Û\x1A ’’\x13 p "
b"}\x7F •xÀÿ3p¶ÂIàØáT› "
b"}Ÿ\x08 ì\x19 ø8m½\x08 Ú,\x16 ±ƒì "
b"}ÑHWô╣6ôü¯D9xâói "
b"~\x19 Æé‰é?Ž®¯}ÒšpB\f "
b"~qf\x08 ‡X<h©»[—š}\x02 4 "
b"~Ë®Î\x15 È32“ýßS×;áw "
b"\x7F > Uš2…—¾A$@xu) "
b"\x7F ^O═ß½1sª\x1D ü4\x1D ·:\r "
b"\x7F iz-ÿ(43Å\x0F ½9\f ÈHh "
b"\x7F i}B½\e 3═ü2 ú\x07\x01\x13 ║ "
b"\x7F ‹ï°Æ‹4•«·Ë\x06 ˜,)˜ "
b"\x7F ôn9¼Õ;É¢{‗D¹ÙÇÈ "
b"\x7F Übë8+6Ðêópg[┬ü, "
b"\x7F À9{¡½6ÁÉ\x00 Òxêyyu "
b"\x7F Ï“êÞ\x12 :\x11 ¾ó\x08 +NÇÇ» "
b"\x7F è6¡;|28²\x04 ÇX„ÌpÚ "
b"ÇH8ªù▄5;║7\x1E v"┤ÉÈ "
b"€ù÷\x11 ¡ê=ˆ¾&¿ÓÀhI\n "
b"üxé§Z?;mĨңí╚'O "
b"üÔuÅ\x11 ç8,ÜVÚ \x7F iS "
b"é$\x06 ¼îV6\x01 ºzüA1\x0E Ø, "
b"é&¹©je>■É═\x08 x~¦îÜ "
b"‚-ïê\x07 Ð5غއ'ã{¾¶ "
b"éSD`W2:g½±±‗¿LÉ{ "
b"‚‰"=BÏ6š©QGP€2¬î "
b"‚Šo£õž<~˜FúpÈ\tï "
b"‚\x00 ¢í&9\x05 ¸Ô\x01\x11 ´ÃÖq "
b"â\x16 j@P>5Z«®\x12 ɬ=¯╠ "
b"â-ÛÔs²<Zìa\x0F\t 49ñ0 "
b"ƒ2È\x03 5\x1E :S aYòÏÛìy "
b"ƒ[…Qþ_2ܳ«U?1„\x03 Ø "
b"ƒ´îE’M7´ž2=Q\v @ìü "
b"â▄QÑÑè>║¿\x08 ¥µØW°J "
b"ƒâ¸@î¢6\x13 «ËæýqA>› "
b"â§d\x12\x18 ©:aÉ▓ÆZ>`\x1A "
b"„\f ~#\x17 „1¹½l¯î·4‚Ø "
b"„…=\x07\x04 è5\f ºF©BÌsZ\x0E "
b"„½Æ•¿ê<ñ™†“ûZŠ%Þ "
b"äÈ┐\x06 $ã7▀êüÍÎ\x1E }Üw "
b"àZ#éhÞ1nÅ@?ôN█(¡ "
b"…¶ÞowÊ3„” )ëÕ\x0F á\ "
b"""
…ù\x7F ÛU-;\x19 ªç2¢àÙ\n
¾
"""
b"†\x02 ½¾vç=¤ Шdê¿ÜÑ "
b"å\x02 ÓGûÅ8ÈèÁÏÍz-Ø7 "
b"å4Þ─jô7\r ×▒ÉÙÕõ\f\x1A "
b"†>È&\t v=„¨Ž\x05\x01 Û‘þ… "
b"†w«\x06 )º9ý¨¤&-}7\x06 j "
b"‡;ß(ƒ{7v¡Gg2¯1°€ "
b"ç=kÜ─n0&«9k°¥ãÉ\x16 "
b"çsì\x13 w`3┐ÖE}ò²=m§ "
b"‡è£&ׂ3”£‚wwsûrG "
b"ˆ=j!…ë3;¢&9\x17 eÒŠã "
b"êQ\x7F ÿ╣a;\r ì├^K*´t1 "
b"êZ&#ÿ\x16 4âÅF_Ím(ß╩ "
b"ˆžó@äd2³·Z6JCÇ<î "
b"ˆŸ6\\x1C\x18 :û‘\x19 ÅÞ¬Ho\x13 "
b"""
ˆ°]…v¥>)²šj\n
š%ÑL
"""
b"‰ZÅE0z2´Œv\e ÙJØôÙ "
b"‰•W\x11 ÷º8Øv\»f5'\e "
b"‰—æ—Óx3ãƒs9´FP7ª "
b"èhÐC<Q:9àÉ▀¹\v\x07 \r " "
b"ŠoW3Ó®=à°~i¬£Œ\x07 Ä "
b"èç%ÙÜä7và3Ȩµ▀ì» "
b"Š•ƒov!0þF-èA.ñ5 "
b"è¸J0v\x02 5ÌØ╗÷B│?G\x13 "
b"‹=þ\x15\e\x1E =–˜†ÌVãb+M "
b"ïTnT■G8èØH\x7F -6½{4 "
b"ïqøkU\x0E <Ô╣å┬¥\x08 Å[' "
b"ï¡\r ▄\r E:2É┌#▀H³-s "
b"ï▒Ê$¶\x1A 2░ƒ╝Å└éÂ~â "
b"‹ìqýw}9Ô±ÝA-3\x0F hª "
b"Œ\x1C µJôƒ7þ¥Ýð|\x1F\x00 X~ "
b"Œ\x1F Ëc<\x14 ?K²#Ÿ\t Ê¡$o "
b"Œ ïýÊ4?z®@}\x01 ášAƒ "
b"Œ(&\x08 &{7ݮ܋ø[v«Õ "
b"""
Œ-4½\x08 v?„´\n
‘ê›ô‰L
"""
b"ŒYCñ/M6:‹ªyÌ[\x14\x0E\f "
b"Œu\x1A N\x1F Þ?~´)„Ëý´Ã\x01 "
b"Œ~¾\r Q\x16 8ưÿÙ|æ“[ "
b"îÅô9ð6;Öàm[Ä■▄N[ "
b"Œª|£–-1a’;óäÑ\x1F e¥ "
b"î╩\x04 FmÝ0├ærا¹\x0E ▓\f "
b"ŒÒI\x1A ø3= ´!ny+œê "
b"ìA`C¥\x19 3©Æ¨ìzA\x08 ┌W "
b"ìH¥╬»Î4>╣T\x03 ╝JøKd "
b"ì«\x06 dôw8║×óOpÖ8Â\x1A "
b"ì░&,Ú=<Ú¡'╬åP┘@\x14 "
b"Ä\v ¬┴ +3xì╝╝$ïhf\x07 "
b"Ž\f ÜÎSÒ7qˆ¤\x1E Á\x16 ¸0@ "
b"ŽH¬¢£_9\x10 ²±¢«Í•á\x10 "
b"Äf¢\r ┐¯>±┐i°¯VTÄÅ "
b"ŽŠV§ ±6ª¸[ÿ‰\r „s\x06 "
b"Ĭ\x13 ±4\f 4\t ñBÞÉ÷ÁÕ] "
b"Ž¿™Ž-Â2c—‚2POV‘C "
b"Žà¦ðÊÓ>Þ‡Ö¸êXÂÂ] "
b"ŽûK\x1D .78Ì©ùÌ2\x18 ù\x01 V "
b"Å6¬\x1E /ð:\x1C ÿYÓ┌¦┼ < "
b"ÅTr▒ôò<T┐I‗\x07 ò\x7F ª_ "
b"ÅZ³\x03 ╚═4┘¿░¿j■ÂS\x1D "
b"ÅhbØ¿í7Þñ Ö╦Z\r ;Ù "
b"ÅÂ`½\v ö1µ©+l▀<õÄO "
b"Å╚ÌK\r H:A¼®éXó\x08 b: "
b"ÅÒhÃî±4ãîr{ýôùß "
b"ÉO┐\x10\x1C Â0░Àg\x7F }µ▀n "
b"É\ıæ└ò4\t ÿWªz╠×Pc "
b"ÉèÒt¸L6Ñ×î\x04 l\x01 «ß‗ "
b"ÉÉ<ñ▓-64òÂ|ßþ\e ╩╣ "
b"Éȸ?HÌ;îÅ\x1C ÆÛ\r ║\n \x00 "
b"‘\x15 Z~¤ú5$–í;™\x19\t ^Ä "
b"æ\x1C vh\x04 E8Iô0ïFÄØß» "
b"æA`╠\x04 Ø9B¡0ºÁØÇ4a "
b"‘J˜cV>5´’Ê%IîÖž\x1D "
b"æüÔÿß\x07 ;3â9ßdÈ╗\x1F C "
b"‘±àt‘\;$¾Â×\x08 (4}… "
b"‘íf®0,:zˆ\x7F þ¶#1¼õ "
b"‘÷lìÓ{;&¦º:ö¥(\x15 f "
b"æ³oÆ├0¢Éún8À÷└\x01 "
b"’mT\x12 èÏ8K’\x00 ÚúîY'Æ "
b"’Ÿ\x1C\x1C É,8\x1F €ˆEa±:ް "
b"’ßËßQý?B«®%·\x12 íOC "
b"Æý╣2að?¾┐Ë\x11 ض"u║ "
b"’÷\x17\x10 Í\x7F :½°Î2V\x05 Ý%Å "
b"“<\x15 %\x01 Þ8d¯§\x11 ´óAI1 "
b"“}Ωø.3é«258ß-\x18 ï "
b"ôŧ\f ■\x0E ;▒Ü¥õ\x02 █╝\x15 Q "
b"“–B\‘ª4Q”Ͱ`ßoë> "
b"ôá,¢m\x0E 0»ÅB╗}·┴¨f "
b"”\x18 \r ¸\x18 á=l´ëì`\x1E {%\x06 "
b"”\x1C /Zt×3~¿BÑjfÎáµ "
b"”\x1D l0&Ó:-“îlN1tG- "
b"öMXá¶Ù3¼ø\x15 MÇû\x1D üA "
b"öXƒ8Q▓<6üÇ┴d█┬T "
b"öt*■ãì3Bö¼d\x1F 7ù/9 "
b"öé\e Øú÷>‗╗@#úT'J╔ "
b"öò@Zä%:\x15 ì£X% °╝0 "
b"ö»Â{\x06 F<üÖ\x7F\v ÁS╣Yo "
b"”ï?Ï|õ6?€-<\x01\x18 m,\x7F "
b"”ù\t r\x14 8;\x04 ·oÌ\x17 Èø\v H "
b"•*boK\x15 1\e »hŸ:u\x1C ïv "
b"òN\x13 ¹µ¼>Ù£ìF·½Æén "
b"•y(?W£:Χ-ðò°ý4x "
b"•ލe\x10 .:Ï–QõÔ¬A}\x04 "
b"òÉ,w©I83ééÚ\x18 üë\x15 ? "
b"òÖ╩EıÉ=C║Péfü\x13 ╬Ö "
b"ò¢+\x08 ~ì?Jä0áçfpðÍ "
b"•ÚêPf_0@´8¾ƒEû²‰ "
b"û*/\aL;┌Ø®3[¢\x1F\x02\x19 "
b"–4.òìØ3“½ŽçPS„©ÿ "
b"–<>ª\r c:V²lõ\·‹†B "
b"–S8)\x0F }3/ \x06 dÓ/ñÖ\x06 "
b"–yûÖ˳7å–×\x13\v 6e.æ "
b"–ê£zÚ¯;\x1E ž\x01 ;š›?¹M "
b"û´Ã>ж>\x18 Ø\x1C\x02 æ? N "
b"–ü\x1C ªÆ\x06 4Í£th±½x~ú "
b"—±µ11X=¯Ÿ¼Ç.P·-\x17 "
b"—ÞùpÖœ4Œ¢„Ïýh\r c/ "
b"ùÓß«OÉ<Íâ>\x1D æ'┬\x04 m "
b"—ãÀLÎ6;¯™é“£ä›b{ "
b"—ù´ê”V>Tµ,¡Î\x07\e Uä "
b"˜\x00 »´E¯;u´#)ŸŠæ¡4 "
b"˜#\x05 m#s0¸½\t 3&SnP› "
b"˜+\x02 Éß”<íµÜà•ŠlÛç "
b"ÿM\r \x05 ×Ã=&┐¢°þ|á,Å "
b"ÿN¸Ebü4i½àíƒh\v ÉÀ "
b"˜h¨:+V0ü‚mKî:&v÷ "
b"ÿu\x01 ı±ê0½ü#ëe1GîÔ "
b"˜·ùaO™9ú‡NŸ\x14 ßÿ2‡ "
b"ÿ╣IáIt7ôòI\x08 Åý\x05 n~ "
b"˜Ï`\x7F Å\r 1×’'ð\H\x18 Ĩ "
b"ÿ▄\x08 t×°:ØÎ¨¶`┴\_ "
b"™\v\x05 ´Õ\x17 :›’ðÏ´z1aÎ "
b"™\x1C @¤€@9ÂŒ~H\f Ç‘¥ "
b"™*¥\x02 ‚»5Èž#Þ^ïçÀÎ "
b"™\w|\x1D ö;;‰\x08 ã2 \x0E ‡\x01 "
b"™am\x10 ºv>Õª\x0F û\x02 û%-è "
b"™å8Kæ‰8O¾abÀ\t FÐr "
b"™ÿYP\x18\e 6þ¬<UìöÇ7Ð "
b"š*…Š4\x13 :à§©_Ùĸb® "
b"š7˜Ò‹,>T»P<M® Î\r "
b"Ü<EÉÍø2\x01 ¿j█ºx9\x12\f "
b"Ü<ØÀ¨*>ÃGÇ~!\x07 ´K "
b"šg!Ùüc8¨‹£\x01 »©\x15\t † "
b"šŸÂ:ôO5\x08 ·X[ŠŒBï\x1D "
b"šËXöXÔ>Iˆ\x1A kÑR+\e # "
b"šó¨¯îÛ?Ë–üAIž\e »t "
b"ܸrÉÖ┬?ıñ§«">i ý "
b"›\r yÂ…Ä:Ú…žŽíÊ\x08 9 "
b"›1ÐycÚ0\x15 “\x1D NÊ0_5‚ "
b"ø@K┤╔m1ÑÉ(±\x16 {5*Ê "
b"›Gä\x06 ^4<a›=ÒkÀ¬Ð‹ "
b"øb▒\x1C\x1D ¿8Êê■füs╠ò| "
b"øëÉOhÝ5TÆcÄ"ÂE¢s "
b"øô¾\x00 ¤f2Ŭè\x15 ß\x1F *\x05 · "
b"›—è³°ü7†œÛùI\x0E\x00 j• "
b"œ\x14 ¼Ý>Â=®”×\x7F ^µÉ%´ "
b"œ.1ô\e û2ô²D6\x11 _x\x11 i "
b"£/■Ú=╠3}áʰüwáç└ "
b"œV5"ò€5/ŠÆ5l6G-\x07 "
b"œWÁ®Är0\v ²\x01 `IΫUT "
b"œÝý#\x1F\x13 7`¦òš«\x1F P*Ÿ "
b"œûB{G»4a‰K§9¹ûQ8 "
b"""
Ø\x08 \n
\x12 /\x0F :Fº;=ç▀\e $ú
"""
b"Ø5xê╬39ȃ┬ëdº7¢\x7F "
b"Øymo)ª;╩º\x02 Q─ðþ\x1D N "
b"ØÑß5┼\x15 25êk\x02 │ÙäEc "
b"ži˜T2r5œˆÿ<à,çå¾ "
b"žj\x19 ó‰l2+¬íßå ò\r l "
b"""
×rÛâ┬Å:xù\n
\x06 A─Ø\x0F ƒ
"""
b"žyRÃxô9¢©¤ù˜åª\x14\x01 "
b"×ɨ╣§\>fúT^õCö²£ "
b"ž \x16 \r ºÿ;Q¦#ÝwªÈž¡ "
b"×─ìÒ¬ı<Õàâ*\x19 ƒæDû "
b"žÑ¥üÇ\x18 >RŽáå\x19 š‹~ "
b"×ıï┼(z6╦Ø\x08 `9\x19 ÿ\f\x1C "
b"""
Ÿ\n
÷\v [¶?µ‚MJ×7‚\x19 ˆ
"""
b"Ÿs;Ë4û1˜›\x16\x17 ìx‘\x03 š "
b"ƒæ\x07\x04\x1F\x1F 9xØe╝)ât7ª "
b"ƒ─\iS«?ºØ\v ╬─£ê═ø "
b"ƒ )\üh2Qâ├\x11 xý.\x1F Õ "
b"""
á\x01 ã\x05 ├▓2\x1F ü▓\n
ª░2\x1D ║
"""
b"á\x04\x1C ┘W\x1A =Æ®┴8ÉYƬo "
b" V\x01 ¿´\x08 7\«Y†¯œDîþ "
b" ‰¥ ^I4À¸ó?°â\x0E À÷ "
b" Îp;«\x0F 4«„\x00 á¸1\x01 QM "
b" Ò3ƒ\v õ6Ö¬òMÝŒñÀè "
b"í\x1A ┴┼i®4┬ü£*«¸ßÄ "
b"¡“Ñ`‡\t 3¼•p“Z\x18 QÑ\x01 "
b"¡ôkó¹=?b£C==Hã\x11 S "
b"¢\x0E "×J”?éËüÃ)Òrµ "
b"ó9\x14 é\x05 ??Øæ¡5\x1F ¶¾+Ê "
b"óQ└ØÅ$2=¡¸£Ð×^(ı "
b"¢f\x03\x0E $O3*€>\x19 ûñ\x14 L† "
b"¢kÈc‡928´9”Tku™U "
b"ó├¬ª¨\t 0)Ø,{\e Ð╗§\x01 "
b"£‘¾\x16 ^\e 5“‘Ú@]ÉvUž "
b"ú├║8\x11 p0¤Ü{ÊÁÚËÃÅ "
b"¤-N\x03 P÷8Å¢ÔñÍE‹\t M "
b"¤Dôg½þ0V‚º\x10 ê\f }óÝ "
b"ñL╦Íð 8®©õØ\x10 î╦\x01 ÿ "
b"¤M@<Ô¿5<ˆ•]Ù)Ok7 "
b"ñÜ/\f\x04 |:\x0F ÄGüý Øú8 "
b"""
¤£\x05 \n
l\x10 8¾ˆ’lª\e ‚+c
"""
b"ñ┬]+æG;¢û\x05\e ¶OçÉ< "
b"ñ´Õ¿³³3╣Ü@▓Ö©TbØ "
b"¤õÍ)·¢?篛H\x1A öV¹Ò "
b"¥~\x11 ì5m5\x14 ‚ÎwI\x1C sL± "
b"¥ß&8\x1C #?‰Ló3B†ª\x05 "
b"¦?Ã(~\x15 8~®j¢\Áíá\x11 "
b"¦[\x1D ¦¿ 4g•î:Äò G\r "
b"¦[Éf#A0ª˜ækŒÇ¸îB "
b"¦œÚW˜Û6\x10 †eiŸµ\x14 v\x1D "
b"¦æfnÆ–8t¶&jصfÖ¤ "
b"§*^#/)2~¾À›)¢É„J "
b"º;\x1F g½ü9$¢▒├ä'eN\x18 "
b"ºí▓\x10 ïÔ4¦ì├¯\x08 E>[| "
b"¨1t»y@5ü”€*M9`p± "
b"¿nÂr<o4t╣ì£▒7G▒\v "
b"""
¨¼Ÿó¦\n
7¹“ì*ÂÐ$nð
"""
b"©\x07 ¾G/¡9J™™õ‰È¾\x10 ¹ "
b"®!<°░89\x17 Ä\x0F ÉË%ÍÇö "
b"©&Ñü‰§5\x19 ‹\x00 Ž\x0E ÑD(Ý "
b"©*ZàŽÙ7\x05 ³ƒƒw»úë; "
b"®ù═¸\x01 ¥<áöq;`‗ÅÛb "
b"©œ¦ŒÜ2=}Ї(]Ï\f )æ "
b"©Ÿ—dO‘?š«mSF\x7F ´ÄŠ "
b"©±†&‰¾6……©\x00 gæC\x0F R "
b"©Ê’B6‚3@µo\x11 {©õªŽ "
b"©éÄÊ•'2\x14 –ÙxÞÁ 8. "
b"ª\r •%â•5\x18 ¡ßÈ\x00 ÌáBÓ "
b"ª\e $£ª—?°¹ãèM–#ÐF "
b"""
ª>W\n
[Œ9ž¯ƒäºW\x12 h"
"""
b"¬g╩▓6z5ÓÄ~ìq\e e@³ "
b"ªp3ƒÕñ:ŒŸËÌã‹-@E "
b"ª£DßÒþ7÷€58«§4…| "
b"ªÍo1j\x00 0\x1F «Çy¬AbX\n "
b"ªö\x7F ‡Zl6£„w´\x1A ˆ.nâ "
b"½g«qÈÍ<í¡\v ì<îë$Ê "
b"«l×8ýJ9p‚ûÜ~)\x02 DV "
b"""
½ì]ÆÄ¯9\n
í\n
▓{\x1A 0ä\x12
"""
b"¬\v ŠöJŠ7»‰\x19 G.UÙþ¡ "
b"¼;ÏPÅø3UÑ!è°~¢çd "
b"""
¬M\x1E \n
üH85‚ðG\x1C\x19 ø[—
"""
b"¬rç}\x18 ¦;x§ü\x19 ub•ĵ "
b"¬w\x10 *>\x07 ?y¾õŒYz 0\x07 "
b"¼ê;ZaÈ1ðüÄ\x1D \!¢├\r "
b"¬«ðÕžš2(¯»ÑŒô´Ëq "
b"¼Ã-âß®0üäØM&x¾╠( "
b"¬æµNœ›8ë\x1A Xjá£\x18 æ "
b"¬ñæòË\x06 5™¤Ÿ|‹\x14\x0F t "
b"¡\x08\x16 mØÒ5)ª║[öÕú─\x19 "
b"\x1C ±ï¬\x1C 0™¦Ýñ¼WVIˆ "
b"H\x1E —¹\0¢—{|†(í1\x0F "
b"Ê\x02 !Nh0}Š_\x1E Ç¥\x14 |‹ "
b"Îþe_J=N˜¼¹m5Nìa "
b"¡‗cOð\x1A 0<ÅTE§=.r\v "
b"ü\e •¿\x0E <åƒeƒ9$\x02\x01 Ø "
b"«\x05 Ü/}'=Xîeƒ\x14 ░\x16 ▄É "
b"«"╬ü\e -3±ƒ1\t :£╗@\r "
b"®'Í0lV1üŸýÂ+ñHîh "
b"®.\x10\e šY;a™4ˆÀº[/÷ "
b"«K^úVÆ3ìÀ\x1C DøÂwKí "
b"®n®;¼÷2Ô“²Žÿa€±k "
b"®™ì;ùF:2ˆž"Íü@Yf "
b"®›t½4•9]¦B\v\x13 .Wüb "
b"®ÂæBóL4qŠ!%ï«\x18\x03 q "
b"®à\x10 lÍ\r 9›“ù•\x08\t C—³ "
b"¯{\x0E ¨®¦0üŒZ<a\x18 çR+ "
b"¯¤E\e :Æ?¨‘ó’™Í\v\x14 | "
b"»¼\r D\x14\f 1uØ┘`┬À‗Më "
b"°\x00 —{\x04 }4À‘‡ìˆµÐÊI "
b"°JË\x1A R\x00 8íŠÜ·:!‡ù\x0F "
b"░S\x15 û_À3Üá\ÛØq┌Çh "
b"°q{¶Œ)9r“‚s¯ÛDCý "
b"°…tÑK\x19 <ú·n±\x13 Fó#¶ "
b"°‘ý/qÅ5û´À×ÿ<TH‘ "
b"░Ø▄\x08 )Õ9ýôÛ└mx£\x07\x03 "
b"°¡Öœò86‘–Ùg.\\x13 ˆN "
b"°«Ïyž—6¸ºl¢\x18 Ú¶èÈ "
b"°¯W½Gý=G¬Ñf˜YÒ\x0F 7 "
b"°¼%ù¯\x08 :˜5'Bâ͞ "
b"±IìÛz\x02 2\x03 £™ìË\x06\x10\x17 ° "
b"±œh«±µ4źµE&Y[@ß "
b"±Ö¸láM=lCMöã\x06 U[ "
b"²\f ùÞq¦?D¡%5îŒñeS "
b"""
²'jéZÆ>\n
¦êd§(]º
"""
b"²I¦\x11 p€3ý´î“ïÉG¥c "
b"²XVP\x08 \7Ä›\x12 ß{(ˆþ "
b"▓hC╬Ò«8ûøö:~lÉׯ "
b"²Áæ³þ^>@“d…\x0F $?\x13 Ú "
b"²ÅD7ZY?æ(|´OÚ”ò "
b"²Ô‹5Dl;̳Ãÿ¨›_V\n "
b"²ñ¾\x03 t\x13 6ʦ™gXuq¹4 "
b"²ôò`O(4žŽU\r oq¸¸¹ "
b"³!p3ìÏ;¦·£Ðü\x01 ©\f S "
b"³XveWd1ü²[”×4þÕ% "
b"³bãôú\x1F 6¥¬¨ˆËíXãÒ "
b"³m»Ä5k4©šnðÓ–\x1C\x01 ’ "
b"³»Ðd™ ;å•aóþ¨\x15 ͇ "
b"│┌RØU[1ñÖ┐ð6┐9(ä "
b"´·ŠþM¿<b‡Ý\x16\x1A ÓE.\x06 "
b"┤¾ææØÕ?Ê▒c¤9░\r ─▀ "
b"µ{†+0P1^ 4\x02\x03 ñŽ(í "
b"Á|ü(ª\x1F :k»▀°®ç%\x16 ¿ "
b"Á}9þä├26ï\x00 └ìü\x11 ͦ "
b"µšÝÂU:3Ä•2[3Ð;(Ü "
b"µ¯ì¶3¬>\x13 ƒêl§íÛͬ "
b"µâFrh<:\x18 ‚]JeZ8¤4 "
b"¶\x1E ø\x17 Œ[3i‘M¸xó´jä "
b"ÂUÃ\r ¥@67à¼âi─\x06 Øj "
b"¶‡KyLë9݉Mâ¸äèse "
b"¶Šn¬ª‘6WŠ÷Ð5;QhË "
b"¶£ô/"®6üŽÊújEBã½ "
b"·\x15 û©!ü:"¥\x1F ûKHCÿØ "
b"·fî\e\x11\x1E 1²¡u°:\x05 ýô "
b"·v½\x01 n13æ˜C(† §Ë\v "
b"·¾Vœbñ>¶˜]9ÜŽh¢; "
b"·âš7\e ±?\x1A Ÿ¸ÊóO\x17 l\x07 "
b"¸,UÖ¼o=Ó¼s]ý\x0F Ž\x1C ô "
b"¸F·)åÛ54—X¯€\x01 ÈNv "
b"©y\v #é 6È¢û½Å¾\x03 █┐ "
b"¸‰`r¯Þ9ý¹\x11 @Ô˜þ°€ "
b"¹M•9»?9Mº»\x13 ³Î¤{ª "
b"¹ND{`5?\x04 ²`æB÷*Œ5 "
b"╣i\x0F ß├É<ô£W\x1E à°´ôh "
b"╣×yáÔk3`Ø%k┐Ü£ø\x06 "
b"¹½Ñ\x18 ²==k±Aìk1¹£’ "
b"¹ÃÐùll9¤¨\x03 fëò.Ϥ "
b"¹â–"ñ£2^¤ùå"½ftÛ "
b"º„‹rþè>³¬a\x06\x05 4÷ºc "
b"º‹R…ñù=\x11 °Ý›Q\x18 —®¯ "
b"º–OR\x0E X52´âÝ\v ¶¿í> "
b"º³0ZVÆ>_—î1T=@Ñ¿ "
b"ºÇÍ!'Î;m¿ŽB«õ\x06 ö3 "
b"ºÑ"›\x00\x17 >V½þÑ$}¯ª& "
b"ºçUx\\x1F <勈«¶\x17 .‡Û "
b"»\x08 Éa`\e 1ê€R„è!I+I "
b"»\x17 Uôô‡;Ò²zŸC\x07 õÈ "
b"»Mé]\x1A ê0Ç¢ö<áå?pÅ "
b"»w)\x04 ÜD5)±y¶õ2ÍS÷ "
b"╗öVìı_0T©ÛÅ2ÝÄ‗ç "
b"╗×■yOî=[©w.?╠É\x1A ┤ "
b"»¹YÑ\x07 ä1Ë—\x14 CŸV3' "
b"""
»Ñïk-•0þ /\n
»”’\x13 ñ
"""
b"╝I├Å\t É<╗æ\x1A bÄIÄ2C "
b"╝ü┴O\x12 Í=)áénÿðJ¼ƒ "
b"¼Î]ûô\x0F >"¿Ÿžff\x00 Tk "
b"¼Ù\x08 Áj\x10 5L²NË\x16 œ\e\x05 ) "
b"╝¯Â┌ü\x00 3¦ÄÔ▓ø┘ó%Ø "
b"½\x05 ìmÄ—:ð§8îÔD~ÿ¡ "
b"½)µ=L”1z¤#–aÑŽÎ\x06 "
b"""
½NPõ\x18\x1C 1_¥\x0F Žh\x12 +\n
t
"""
b"½ˆó´\x16 Ü=7ŽÁP\x17 ¢\x04 ¬0 "
b"¢æM"ï°1o║õvþ.äØ/ "
b"½°\x1F ÖØ’;!¬\e YI\x07 ÎI "
b"¢Â±Å{\x1E 0{óç¼│Ñ╬\x0F\x12 "
b"½ú'77ï1Õš#ôÜîYÖ' "
b"¥\x1E R]¬Á1çå\x1F ½÷ÿ&zØ "
b"¾7\x1C ûí$5à®\e „H\x00 Ožy "
b"¾ž\r yE26è€\x7F\x12 î§É¤; "
b"¾ÆM'n|>'—o-Ÿå\x19\x16 â "
b"¾Æ©p–89“¶$›æ×\x15 G "
b"¥Ïò]_W0¯É xÓ´\x1D Yß "
b"¾ÚÚU»Q0F¤ …¡—[Ÿ\x14 "
b"¾à'‡\x16 <ï¶w•NTd6˜ "
b"┐Nìø\x15 U0]¿b§┘wÈ63 "
b"┐»Ü/`╔8─üð±¶R\x1E ├ª "
b"À²”–‹¶>9€Qµv\x10 2jò "
b"Àâÿûóe:H¸\x14\x14 æ÷·ê< "
b"└´HØø¹=¾½Ôݲk!8M "
b"┴5àÖ\x0F =;òäµ\x15 Î\x11 ü\x07 m "
b"ÁW3ü£\x1D 5¾Ÿq.4ùûUH "
b"Á[\x1A\x03\x03 ¯?9¬Zëîb*‰ý "
b"ÁƱh‚.?Á§~øÊ§R5* "
b"ÁÝIx€Ÿ6\x07 £¾Îâ× §‡ "
b"Â\e Õü\x1C Ä8J´Ÿ=K\x1A 4\x02 t "
b"Â\x1E\x06 Ľ{9Þ°ñœ’ñ\x08 1» "
b"┬"Sa~/4Øçı=!üܦ\x13 "
b"┬A¢╩╠\x19 =\r ©&\x12 è─ìZÙ "
b"""
┬weOç\n
7\v Å¥Û┤\x01 %2?
"""
b"¯ ¼jr4à ÜöŒ°ù\t \ "
b"ÂÞuu^:?ð›*Â)€1Äö "
b"Ãp\x1E ^\e\x02 7Ù•¾9L´x\t ¼ "
b"├à■Øgp2ºÿ5¡\x07 Ð ░║ "
b"Æ”sø…5d˜†\x1A &~e!P "
b"â¶Úü==rˆÐD¸ ì\x08 2 "
b"ìö\x12 Øâ8cªP^ëCh[& "
b"Ä\v\x15 lmÐ7\x1A ‹'SB2ó^\x7F "
b"─V¶}\x08 °=bº\x15 :ÿx\e £Å "
b"""
Ĭ¥\n
Øy4\x04 ¦‰\x14\x01 vÞ\x1F x
"""
b"─«\x0E Å «50¡©Õ\x1C ©Cj{ "
b"Ķr&>6}HÌ\x14 ½Pƒ "
b"ÅY‹\x06 %\x1F 5Ý´ç´)\t ÍË» "
b"┼kµ-¼"=4í(Ã┬¬ìÍï "
b"┼¿¿j¹t?àØo(_·õA\x1D "
b"Æ"gÏÅx5\r ƒÉ°Ym¡¼\x07 "
b"Æ?e§\x06\x13 <ᇘ’4Ð\x11 ûó "
b"Æ_¦A,j8\x1F µfTú}\f l” "
b"Æj„LÓZ0þ±›\t z\x04 +lÿ "
b"Æéóóž@1\x1F °ÞF?r\x10\x11 Ö "
b"Ã\x07 ÀÉúâ:¾ç`Ú1$X_╚ "
b"Ç\x11 n¾Ê96 ¦\t iÇâ¹-f "
b"Ç9ò±§<<{¿\x13 £ðP¥t* "
b"Ç?Æ\x0E †–8»•'ÎÞ\e ¦;÷ "
b"Ç@%Ld¸?2ŽBŽÌ\x16\x07 A\ "
b"ÇLEL@\x1E 8š—jW\x7F F¦Åù "
b"ÇbÜ‘#\x04 >Ü™?‡h½ÞÚÒ "
b"Çuw\t\x01 ’2i¹\x10 «µ\x08 Ò\x01 F "
b"Çšq6Hä:FµU©©$}É… "
b"ÃÑì|ÐL>d¼a\v )ÿogÁ "
b"Ǧ\x1C ªÝë2 ·…礪\x0F S3 "
b"ÇÅ»âö:\x04 Ž—*^¦Ø\x13 Å "
b"Ã┤!Öü»:?«LºY½fxà "
b"Ǹ־B\x04 5rݱiÀ¹ d "
b"ÃÌÑÜÅ"8Z░b $ÄàÝ┼ "
b"""
Çç\n
cn{5¯Ÿgª\x19 Ôýz\x11
"""
b"Èlá‹ÑI7\x1F «¤‰íÙ£Fý "
b"╚oÄìV^1åï\x15 ¦¦ßr6\ "
b"Èu¦\x06 :t1ê„jV¢rÿ\x07 / "
b"ȵ\x1A ŠÑ÷:ˆŠ~¨‰óV] "
b"Èà\x01 "\x06 N4Ê£\x0F ìOýB<Y "
b"É\f tþ%]>iˆ\x1C %NËó\e\x11 "
b"É&óQ§ö5iºÊ\x04 %F|¸d "
b"É0®hE£9\x14 ¶½óÅ)Ú2* "
b"É?u‘uS6\e „üò¦è“,‘ "
b"ÉoM”\x7F ª9üŒ(ˆ}>¿Ÿß "
b"╔èã┴├³1üû\x06 (±\x15 Ô«ç "
b"╔ɰ[«^<ÇÄZ CPfÇı "
b"ÉÛ;Ë$X?\x16 –´\x7F :æ¯ˆØ "
b"Ê\x15 ˜¦4\x06 7m®ãÕLßBºï "
b"Êaåø–ÿ1ñ¾l/lÚù\x02 É "
b"╩é¦Óþë9Péìä7MÛ\x08 ┌ "
b"Ê¢hŽF43†|\f ËP¡ø’ "
b"Ê¥ú¦úñ3[žR—ÜÓä5× "
b"Ê«µÈø47Õ“\x1D ËUN5(Ù "
b"""
ʰ½³µÊ6C™\n
O\t û´"\x16
"""
b"ËNRžRÛ0ȹq2‡Ã«¸Š "
b"ËWR¯{}9rš\x1D @J›Ÿ>‚ "
b"╦c\x02\x1C ?ü;Ô▓jV6\r É■H "
b"Ëd>\f &“9uµ¹›=+\f Xr "
b"Ë‘Ùç\x1F d1\x02 ‹;µ©@G… "
b"╦┐IÛ0Õ<äé³┴Ź+e" "
b"╠*Ð;¹39┼Ñr±'Ø=¦A "
b"ÌR¢\v õF<\x06 ¶Áä;\x0E ëƒs "
b"╠kìTQ?05»LfÏ©gߨ "
b"╠éé"~░2\x1E í─¡¬";╗Ø "
b"̃Uy¹ˆ:Hª5± n \x01 2 "
b"╠×-BRÎ2eÅ\x17 FØÊóù´ "
b"Ì©àžìb1®¿QI\f\x06\x18 vº "
b"╠▒╚(╗¨6ô┐·Ý\x12 ؤ'\x13 "
b"ÌÃ×¥N46S»Ž&‹Ž˜èY "
b"═+KF ì0iíðéä\x08 Hw▓ "
b"ÍLû7üÔ?\x07 €%%+x‡¯“ "
b"Íd\r ~ãÅ3\x0E ¹ˆÉßšb\x04 ! "
b"═n\x7F ùªE=ì▓6║]EIGÅ "
b"͆à‰$J2ʾ\x13 !Q§·-5 "
b"ÍÖþ.}w9¶}(•ЈOó "
b"Î\x18 ©ˆe…:‘ˆ'8uâM\x17 C "
b"Îa\x00 õ›s>‡–ðŒ—á+×\x04 "
b"╬Å8£\x04 ┐1ëà╣íÅ8¹▀/ "
b"""
Δ¶\x07 üÉ8T¯\n
\x0E ±q1•Ê
"""
b"Î …\x14 ÎÁ3\x12 ¥*wp£\f ¾÷ "
b"╬Á\x14 û¾;0Øái.\x06 ax.ô "
b"ÏR€|;²8\x19 ¹\x01 &˜B}ô“ "
b"ÏŠ)ÿ]Ù8#¤ê§x]¿ƒ "
b"¤Ä9ªá]2«Ø\x1A µvÁ¥×ê "
b"Ï£\x10 ÿ\x04 ô8\x05 žeá\r \x00 íË; "
b"¤┤[hàì;\x03 ┐nn¡5Ieû "
b"Ϻ1^\x1F `<F´¼u¶¾…ga "
b"ÏÈ»œ¦Ã6Ÿµr¦Ãõ4T¦ "
b"Ïç‰Tÿe>霵¡ˆ:•+Î "
b"Ð\x12 o±ŒÕ:f°‹âNªîbí "
b"Ð`gÙ¡I1Z…$'#S4=þ "
b"Ð\x7F\x00 §š+4Ñ¢§•'\x12 Üß? "
b"ðÜ®ÃÇ¡;éïR@\x04 æSØ¿ "
b"йçsÛ™=‹š·"\x06 3\f °¨ "
b"Ðð\x11 4ªÛ3H½u~*¸Ã…S "
b"Ñ:ê§Ká<ñœøÅÙ\f Ál\x0F "
b"Ñ;é;¤G8‘¤Ö\x19 óÃ\x1D \x1F "
b"ÑF£É\x19 [>ÇŸåˆáHwS* "
b"Ñwzýo„4n”jva€/´Ì "
b"ÑŒïlËø8?‚Ú\v !Û\x1E €Ð "
b"ѼÆÔ¼\x01 3\x18 ¤âM8<\x16 ¢O "
b"ÑLjÞõï9\v ¶ô\x12 +%%&O "
b"з´ıÅô5£àÀy±\x7F å,: "
b"Ê\x14 ╦ıQn;{Ø┬-\x17 ╠ª▒┬ "
b"Ò"&<K[9 ¬\t ™þñ\x07 ¦§ "
b"ÒN\x18 SÀT6Ë¿/2\v Jç?) "
b"Ê]Ø\f eä:pÆä¦Acx└╠ "
b"Ò ã\x07 Õ\r 7¥¯x-ƒh\e\t L "
b"ÊÁT╔Ùö1r¢Ø}nw╗\Ö "
b"Ëô\x07 dùÚ6a┐ìO·÷ݺ% "
b"Ó›'/^Æ8=¿‹Rê{qGè "
b"Ó©—\x11\x1D Î6¨…ÒqúU\v\x17 ü "
b"Ó»v\f ¾~3¨›àú¢Ê\x18 CÄ "
b"Ë÷Ý\x1F ì╠9k¬b"\x1C ^g@C "
b"È\x11 ┤4©÷:ÿì_\x18 ╚\x12 ┘ª| "
b"Ô#¡ýÈ¢=ͦp\x18 ¨\x07 ÍN´ "
b"ÔC\x07 Y-\x02 ;Óˆð\t €#Í.÷ "
b"Ô\\f i3\x08 <4±ØÕîEBò¾ "
b"Èbc»▒´<#ìÄÎ\x18 ã§R\x07 "
b"Èbêì▒╦7\r ù¬\ü:k¾\t "
b"ÔsΉÂ\x03 1äª6}˜‡¬„´ "
b"Ô³C¤"F:!±|\v •<ý¤q "
b"ÔÓöûX\x11 :ÈŠ\x04 tSÊ\x07 >€ "
b"ȱJ8\x06 ì8oévæ═\x1D ▄Tô "
b"Ȩé|y*8\r ç×à)Æâìê "
b"Õ\x00 ÔÛí\x12 0ä›ç…öç\x7F\x03\x06 "
b"ÕN}°Lò;Èš\x11 ÖS\x15 õVæ "
b"Õ“ÝPr<<Ù€ëƒÁ_Ä×› "
b"Õœ \x1F\x04 ã4k§¨Ý\t\x10 G×\x7F "
b"ı─7¦a¦9ô└ÉÌ\x10 1´ê "
b"Ö\v oEn’>~ž‡\x04 ¢æ\x07 ƒ« "
b"Ö\r \x00\x18 Ìé2†žù’©¹‚Ô¼ "
b"Ö(Ó¬ï¥?n‰uÏ\x11 |¤o2 "
b"ÍRZ╚X.?½&Ø\x05 ¡ýL> "
b"ÖW†}¼q4³ˆ~¶ŸÊCµ0 "
b"Öa¥fk»:Ñ¿\x00 Ã2¡“»q "
b"Ötè\x16 ~Ô6N™—dá?DÝ® "
b"Ö ‘°OB8“®ó[Ä®'ñ\x00 "
b"ÍÐ█3Ão6gÖÄÆzÅÜ\x10 j "
b"ÖÖ£€í¬2YžVT0FÙø× "
b"Í ¯Nìä<\x01 ù‗\x1A D\x0E ╝\x11 V "
b"×\x14\x1A E‰Õ8þ¥o•“§-lR "
b"×EÍ=Oº9\x1E ›Ã\x1D »¸\e P\x1D "
b"×x\x18 19>2\x03 ˆ'¤ú:•£à "
b"Ïà\x12 ┬^Á4³á█\f ÔÔÉ\x7F º "
b"Ø’\x1A Y\¸=Œ„\x05 T±—õÖÛ "
b"Ø÷€½N¢?¬¯ú„˜‚¬H% "
b"Ù\x05 ‡Ú¹Ï6I—\x1A Ô”Ã~*S "
b"Ù\x13 ®r \x10 ?FŠm\x1D ¨h0¬u "
b"┘\x16 ╚ü┤z9Èé▒¦.ùöiU "
b"Ù$ÕØÑg6A±¡±âˆ“ˆ§ "
b"Ùv§\x00 ÿ3+œ®ô\x02 »ë=\x02 "
b"┘yyK%>uÅ@\x00\x17 >Ó´¼ "
b"┘î3\e Ö×7k½½TiR■Nü "
b"┘┤Þ«ØÝ;\x06 ùâèÙl*\x11 ~ "
b"┘╬ñKıy78äÕÅ▓ ÛüÅ "
b"ÙϺo%\x1D 2Ž€—\x04 \r ô2Ï÷ "
b"ÙÒÞ&&\x1E =«……®¨æ['$ "
b"ÙäÜ_%Z4-§}oH´&* "
b"Ùði‚¥ˆ>;©ï[3\x03 ÓB_ "
b"Ùø¦@%_?R³'u 6íµ] "
b"Ú\x01 Q]Û9U…\x12 •\f ˆº\x18 % "
b"┌\x04 ÇÅú~0º▒OÙLWä═Ú "
b"┌┤±Ä°y6§ñü■N?ijx "
b"┌ÊÆå¯╔;ÁºeGáªüLG "
b"┌Ì{mW\x10 0ëëµ3ì¡\x13\x07 Ç "
b"ÚïLGíP2u±Ô5‰\laN "
b"ÚøŽA=†4ç‹7 Ñ“\x0E M\e "
b"Û-@p¡=<mžæ†"î’\x04 ã "
b"ÛTôyPÉ<Ÿ–«"ë¡l4O "
b"Ûb„Ÿòî37ˆ˜Jì^ë\x17\x1E "
b"Û”á–Ó\x0E 0É´iÊ»½j×€ "
b"█Ø\x03 ═¸ï>°á²\x1A ?®a\e "
b"Û³^ ÕÐ8\x07 Ÿ)˜ÇZtÒ\x19 "
b"█ð\x1F à}ü2õ░■ÈóC¶I% "
b"Ûáù|¤?R¾9A¾`¬\x13 Á "
b"Ûæ¶”Þm?`ˆv%Áp\x19 ³\x19 "
b"▄\x01\x1F ªgö4ð╝õ â║@ü "
b"Ü\x17\v 6µI?\x1A “\x13 /ñ\x10\x1A\x1A . "
b"▄w.\x01 ~.3JÉñ\x14 ,b¡I¨ "
b"▄|\x0F "ø 7h×Ъ ÄÉd] "
b"Üëvö—É7€œ¶[½\x05 Øb* "
b"Ý\f …\x16 ów9Ôƒ\x0F\x11 ÖH½Ø "
b"¦6q«D└:ƒÉøª+&Ê?\t "
b"ÝY\x10 ¦Ô°>¦¯vI˜7-’ð "
b"ÝZô?†º7†¥øG9cVl½ "
b"Ýf—6Ú\x05 <õ¼\x01\x07 Û¢¦©E "
b"ÝšöÏtË0F—¶\x13 ,'kW "
b"¦Ìá£\x1C \r >(½Ì÷6û@ì, "
b"Þ@p\x1A ÐÃ9\x00 ›ÅéSAl51 "
b"ÞnžRG‡<Û¥æ0•ŽÓ_ä "
b"Ì®Ï\x06 ─Å3\x1E É─Ù\x0F\x07 <ëô "
b"ß=\x07\t +£1^›Ÿj£\x01 (q\x06 "
b"ß?¨o%\x06 7̯\x12 hí\t [Æ÷ "
b"ß]zÉm40)š‡}áf™Þ4 "
b"ßi…×xÃ:X¡\x07 WÈ/H*ñ "
b"ßq*BÆ4:¡½\x01 „ÂåSyŠ "
b"ß•æH\r 41‡–1Ú´w<he "
b"ߦNưK1A¨³åÔ¦7…r "
b"àXϲIÞ9·…ó\x0E -…Í\x1C þ "
b"Óz│\t\x1A O=┼ìÇfÕì|X┬ "
b"àƒ?Ì¿õ0C¹Ýþõ\x02 f\x06 ç "
b"""
ÓÆ\ES\v <╗üimx\n
&pØ
"""
b"à›þÚ±ƒ<p€ürÇ\x17 ™0¢ "
b"๨kÝè0R¾X\x1F £È[¶3 "
b"ÓÞ┼4Ç<>-ü▓\t Ì=àë\x14 "
b"á-yÌ\r È=E›„kg†!ÄI "
b"á;\x15 ﹎0Àœ}\x1F ì™:“‚ "
b"á¨6\x0F óÚ4)¼\x05 ½Ü\v úòö "
b"""
ᶃq\n
þ6l’\v „ÙzƒJ)
"""
b"â)•sðª0ŪÍ{»CˆÁÅ "
b"â~k•²\x0F 5 º¾Yøü§"% "
b"â¹'ð~¬6r’í°«þ÷Ë$ "
b"âÂ÷7È\x19 6C ”H\x13 ƒ¶\x14 ¬ "
b"âÒ\f „—X;³¿ž\x0E Ñýµ\x13 Ù "
b"ÔÊ■Å█í2yò╬\x15 ╝âh¡╚ "
b"âëI¶„ñ9-¢©=ü¡F½7 "
b"Ô²±\x7F &&7Âì\x1C\t Y¬ã\x15 ê "
b"ã\t Ö ±µ0ƒŠN¥\x08 Û×ò@ "
b"ÒIÅÄÃo=░ŬµUD■Úo "
b"""
Òæ\n
6┌65¢ƒì\x1A\x12 Á╚¶E
"""
b"ãóje·09l‚¾*œ¿Çêd "
b"ä&\x1E Õ1\x00 =#¢— H\x7F ©\x18 ë "
b"ä8Ø\x03 í«9<¹¾Õ?ªå¯\x0F "
b"""
äCÏCj\n
2õ„`š’‹åb½
"""
b"äed\x10 bÜ47¿^¤ZµÕõr "
b"""
õmÅ¥â\n
2gÖç.▄dÅÊã
"""
b"ä“ÁN®)4 ™Ûþ)8¸Ký "
b"õ╣ù\x08 å╔6ô©ÑÎÐ\x18 üm/ "
b"äÜ>j\x10 Î?\n ˜\x00 }™pí\x10 á "
b"õÛ\x17 y\v ┴=╩ÅÞB┌b¨o\x18 "
b"""
å\t ^!Ô\x18 =\n
‡Î\x02 Ô\x0F O|Ê
"""
b"å\x12 7V5U6ü¦\x18 \dÎE\x03 Ò "
b"å%FI+P0õœ-\r ò±¸ï1 "
b"Õäå÷\x10 [7-ä6+ªIÎ▓É "
b"Õ¿d▄Ð└2>üç\x00 {ï╗\x1A\x01 "
b"Õ®àØÆ8;hé^k\x01 ¦\x1C [÷ "
b"Õ«É\t ´q<LÖ'\x1F ±¦²\x1C "
b"æ#þ†½?<P«T»`Nä\v ‰ "
b"æ5ò\e ¥ü5öŸ¦õy†É•Ó "
b"æA#Zs 3\x18 ©œE7»¨þ\x0E "
b"µDÈìXN:W┐·3\x17 ▒|·0 "
b"æoä†é\x1C >cˆM\x04 ùÂt‹È "
b"æ•WS\x03 Þ=æ•Sñ\v ×ÎèÈ "
b"æ˜È¡²82o‘€ˆ¾9l<î "
b"æ¿W¿.a8¬±¸¦•¢\f Â` "
b"æÂ@iÔ½?Ç¡ì|«ë-i "
b"æÃ…\x7F\x19 I<ô¤¦\x01\x12 c#E– "
b"æöt¬Àb:\x08 ‘td\r =u(t "
b"ç\x1A <¹•»8ú‰¾ã\x19\x1F ¤q "
b"þØ®j╩A9lѯƒ.²¶▄i "
b"çÝ_\x12 î£6¬€¤¢î¼«7# "
b"è-ÆG\x18 ×>j…ïPªËG†v "
b"Þkò\x0F ¸Ç9Qü\x08 vrSƒ─ "
b"èvWÙmž>T¶\x7F\x19 G¾Í»× "
b"é0Àk\x1C –4€¯\x12 ;\x13 ÍÕf\ "
b"ÚX░EUÜ2╗░q-│,Ø┘O "
b"""
鲓V\n
”<ù½w£ûæ\x13 ‡ð
"""
b"éËüyp\x0E 9Ú”7\x03 ªÝá÷ "
b"ê#Ƴ2L6¹³\x1C aEÙË\x07 ¯ "
b"Ûgn┘®N47ÀIº┤ó█ü┌ "
b"ÛåüeH+0Ïè¬ìçý\v ?ð "
b"êà³Â¼·<ÿ°Ü?h?Cÿ\n "
b"êö\x00 $Ž]>⻊µ‚\x0F TH² "
b"ë`Ñ%d«>G›¬R½Aä¹è "
b"ëdöµï62|’«\x1E •\x1C ´\x06\x18 "
b"ëm\e ýŸ¥=âŽí7á–¢ë… "
b"Ù¿Å$Êm0'ƒnƒÍlÙ¶C "
b"ëîãÃCJ?p™?ÐÒ\x1E\x00\x1E Á "
b"ëý5#Æ\x02 ;©´âGÒ\r vSÝ "
b"""
Ù²¯\n
ö█?ÈÖA\v Åòî3(
"""
b"ì\x14 djï\x17 5Ž”R\ÝŽýùk "
b"ý\x1C üðm\x13 8Éè-║▒ÐÆÿ░ "
b"ý-‗├¨c9+ùNWìçÿ▀S "
b"ý:ÕÞfr1╣Â═«n┬Sü\n "
b"ý;ÞØ{\x10 2|Ü\ºGWþ<Þ "
b"ìË1Ù`"<ý¨wÒÈ\v\x17\x06 & "
b"ýı)õ$Æ:J¡\x07 ÃRU\x18 ÉZ "
b"ìÖwÕ\x1E k6jú^PL¦˜\x04 "
b"ìñZ™ñ.1Ïœ,\x1C ÙOj8\x01 "
b"""
ìò–È[ 2Ѧ ¤\n
Öºg’
"""
b"Ý\x14 ─\x13 Ô\x0F =\x7F ì┌P║Ðö\t\x19 "
b"í0… p+8_œx\r \x11 †kÌŒ "
b"í_Ô(šð5¸‚Š ™Ç½R\x11 "
b"í°‰?c»6\x10 µ1ÄVòÕs¡ "
b"î\x01\x1A …ù©;Y·„ò¥âÚj\x10 "
b"î\x16 λŽY:ª±P_'Þs¨¡ "
b"ˬt:'¼Õ[\x05 Ž>õÆ "
b"î¢7(ºm43—É+Ân„€´ "
b"î®t«¶«7s¯·‚\x07 dïò "
b"¯│=Ì\t ':kÇ^nÉæ-ÚÞ "
b"î»ÒTHÆ3>µ+äüô†äæ "
b"îÔ÷Ku\x08 >þœQ&4½\x02 UÏ "
b"ï/eóÌ\x16 >Ƀ¤4u‘Ê\x18\t "
b"ï7k©Èe6z©:TÖð’ük "
b"ï9Kp·*4fŠÚ5à\x1F\x04\x17 › "
b"´DsI6k:XÿÅ\v T\x15 │û\x1D "
b"ïZ‹D¼³<;Ÿ™›˜|åº` "
b"ï\Çß\x01 Ù5Ø‹0¹¶}!Äß "
b"´a╠Ï&ñ3╣º;»\x10 ¬ÉrP "
b"ð\x02 9x€\x13 ?F¥¥æ›X¼k— "
b"""
ð\n
\x13 pFá<JŽœ3/µO/
"""
b"ð\x12 à¤ü€1–³u€c^ÛeT "
b"ð>\\x11 ›\x1C 5\x14 …B³?\x11 q\x1C æ "
b"ðEÞ\x10 âS4ްúãxk<ÏZ "
b"ðO€©$º32¨“ùjÝ\x18 ù2 "
b"±¿Y┤O6þت┌.éÎÉ╔ "
b"±>\x11 C\x05 2>╦úôì(-\v åË "
b"±Px\x1A\f ú?ñü¬ÿp■]&Ï "
b"ñqˆÄÇ\x19 <I»®ô\f Ð\x16\x17 ø "
b"±Ã─ZCÂ9¤╝╩\x05 ƒü¡\f * "
b"ññ´aN\t 8Á·Ù\x05\x0E ¦Nµ^ "
b"ññ¼¤“79Ç™Ö`ª\x05 ýT“ "
b"ò\x19 È.\x08 ]2–†\x02 •ý«±Âð "
b"‗\x1C ·'t├1<╝9¬?\x1E Ø,º "
b"òv×\x1F yò0J˜ìÚ„ZU÷d "
b"ò´£ƒGý;ºœvûàqR&\x02 "
b"‗ÓÄ\x04 ║n2│Å┐Ñ\v <ÔÙ "
b"ó\r \x06 _/ž<ú±Q=RDcè\x15 "
b"óK´¨¯¡0™‚èGcV{]\x12 "
b"¾û`8>@1óê\Î─üKï¨ "
b"ó™jÿàß6ƒ¬6\e Z3…ëõ "
b"ó®þ2Du5V˜sC\t\x1C ä¢# "
b"¶(vÔ-Q1¶ÉXÆ\x1A lÁ\x02 ╗ "
b"¶b?Çuü8\x00 ûSô¢Vþê+ "
b"ôbƒïaò:j®«§ÏAQi; "
b"ôg¿,ü‹4„¾w\x1D {\x07\x1F ˆm "
b"ôz\v IúÚ0;›8uÔ8‰wÕ "
b"¶üBÑò<8È▒9:0ÂüU¥ "
b"ôµ\x01 px`3š§c~Þ¹`Ž\x0E "
b"¶ã¨½®\x12 1TÅFä«¡ 2@ "
b"ôÓ^õè\f 1)«cZõ0Gr "
b"¶ß\x06 \d0=óüë\x10\x1E ÞÕ½P "
b"ôé6Ž8f>ô¸†\r æ»¶Z÷ "
b"õoAB¥Š6d›C€ÍEñwˆ "
b"§r■÷#·>æûر\x0F ╚Såþ "
b"§ÃX\x15 #Ê3«ÉRðîÐ1/n "
b"÷\x17 Ú\x01 £Û0vרÛ8DÉ1& "
b"ö:n3L\x0F 5¥™nF«!N”\x07 "
b"öc'u™Ž4ÍŒØW+mØàý "
b"÷×IP│╦8\x1E ÉeA'\x00 ¯¼ä "
b"÷¡└ò<╩1;ز¾\x1C ´¼\x0F Ý "
b"÷¯\x07 H\x10 ^;xÅ4©═û\x02\x16 I "
b"÷\x16 xu\x13 l2—‰÷ø£\x18 ¡µû "
b"÷ˆH\x1D Ÿ\x15 <í½N\t ›Ý\x1C ük "
b"¸óWȨÑ6\x15 Åö>\\x12\t Xê "
b"÷×\f\t Ä?9¼ŒšÑ\x17 ¶Ý%€ "
b"°W¢è=¡0╔┐|Õ¬ØêÿÀ "
b"ø€k..É<\x10 ¨omš»§ŸÁ "
b"ø±]¾g÷7*¢q‘8LG%\x04 "
b"øÉhQʱ=g°Û_ŸìÒFâ "
b"°█Q\x07 PÉ<╬ö\f '\f x Ýo "
b"ùgÞ˜›7=¤³9ao·éAI "
b"ù‰(ÃwE1/™•cçHÁ&r "
b"""
ù¶\x17 È*z2Aµ\n
Û{‡Îy¯
"""
b"·\x00 ╗Å┤▀5\x1C │\x06 YÂ+\x04 "u "
b"ú\x03 Ni\x00 @1Oœ\r ^ÆŠ~rÚ "
b"ú'\x10 éŸ\x13 0`‚(k>c…\x10 [ "
b"·7Ü\x04\x18 j?ØäÆ\x06 £4├Å░ "
b"ú¾²ð‰¾0) \x03 ÙMnÒGÖ "
b"úÄr²²Ü;}£Ñ“Ü{oÜ\x1F "
b"""
úùj\x12 \n
Ç30œÂ}w\x19 <÷î
"""
b"û\x1E \x12 £—1ù¨ñ\x1D\x12\x13 Þè\x01 "
b"û*àUÅ)4¤ªlí\x7F màz› "
b"ûCÒ\x0F ùú4i Hæ,w\e ìÒ "
b"""
ûIÇ\e VÅ9ä“̤\n
@\x17 ÔR
"""
b"ûU\x02 À¶}2\x17 ·\r \x10 ÿHæ}\x1E "
b"û×7êJ\x7F ?TŸzôT¶\x1A 4) "
b"³+u2OQ6¨üîlj" 'c "
b"üm´wY\x03 7|š1“ZCõ4ç "
b"ü‰¾ÕR\x07 60‘Ó4G‚F™9 "
b"²\r î$ıý;Êü▀\x03 }òIñy "
b"ýZ\x13 uj˜9É–£ac4Û—â "
b"²h³ÂYd1ü¡ƒ÷êé\x1C ÈÙ "
b"²t=E:'7cÉ╚BÑ┤Ô;å "
b"ýx,)‹·9;‹O©ãGÓ‹ "
b"ýŠ9ƒÃ¼=\x13 š\x0E SÔñ\x0E õª "
b"²òª\x13 .\x05 2╦ëÅl┤Æ«▓8 "
b"ý¢£°$.9\x12 §\t\f es=„C "
b"þ\x02\x1E 3äû>’®ÿ²ý>\x18 ºl "
b"■\e 1‗ìK9«ƒÔ6╩Ètáý "
b"■A-ü~╔;¢┤ãVüì¿yô "
b"þR‡=Â!?ð„óg\D‚“` "
b"þnB\x07 ²f0|„_‡äÊ\x01 ~Ø "
b"■n{Lb¨?ìíV\t kZ<zy "
b"■Å4[Úç9t▒ÛÆõ6ã¹¹ "
b"■┌\x17 Ø╗\r =ßêæâج¼ëE "
b"þõ©íÔÒ>I >GHÏ*D: "
b"ÿ\x14 Rýaæ>÷–åõå\x07 +\f « "
b"ÿ\x1D p¾ï©4Ѭ˜E‘Š‹\f ¸ "
b" )╦\x17 O│7%Ç\x04 ¼ıü3&Æ "
b"""
ÿYLdZ\n
>W›d\x13 <Âû6‹
"""
b"ÿ{Y*r´>õŠû@øjR`Ò "
b"ÿÐ'_º(>\x07 º§\x03 D¡rHó "
b"ÿÖ¦mÍÄ<\x05 ¸’cžâ·\x01 \ "
b"ÿüH\x17 Ä\x1F 1A¢Ë½\x07 YWÎO "
]
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 (0x003D3906B45631C7B2EDBE45FCC75266 , 0x004150F1257A3D97942866F18FF28215 , 0x004F19E60BB03A6FB412889AA684018F , 0x00750703528F3233A0CB0A3E5F12413E , 0x00A0FD243802385592181B28E2EAED37 , 0x00B3D200314138A8A36D4CE3DE5BB2A5 , 0x00D2314C93693675882F38D564C2B82F , 0x00E94122A97233D69A32B3184FE0C7DB , 0x0113D8D856333DADAB95168C71E8D378 , 0x011F3D64AA253C4B92F7046AA69414A3 , 0x0153483D71663CCF95E9FB3EC579BEDB , 0x019382AE74A034ABAD3C3C6079A1C245 , 0x01E7E6D6216035778405384418E6456B , 0x01F1EEE7FD1C3522BBDF103967818C0F , 0x030D1AC477D230CE9153A6741D374F75 , 0x030D2C207D3B37AEA0E3E7748875BA13 , 0x031381D651153AFE879894FCEA74EE76 , 0x0328AD0533FA372CBF1F7DF622099F33 , 0x0357280CEC183816BBE61C5FFA401709 , 0x03625D31C1C93E3396F118D5A4262E7F , 0x03D30A098DB73FF7A76242CD45A2496E , 0x047473CDBFCA3ABEAED3750FDF814D8A , 0x04765DF76F3E3788924C3A7CEBDD3A85 , 0x04923FA03C1238CEBCF3E09BFFB538ED , 0x04C1733A727B311BA8F6C9650FB66E5A , 0x04FBEB4B9BA238F48C2270CE22313F8D , 0x04FD020B34C93DE9BB862EE3D87C5391 , 0x0528CFD93FF53BBCBD282CBB58A7E050 , 0x0565CDAA3CC4366097B25DC0B2948797 , 0x056A687CF36333E39B839A57FCE22C3B , 0x059387704EA13DA5BE3FD4BADF695531 , 0x0599CE4F01D0343A8654E9C03EC57EBF , 0x059AB12750F63A75AE478B066482197E , 0x05BFBA548DB23117972BF143497562A4 , 0x05E3FF0FDBFA3410B31146BAB090F9F3 , 0x0642110139D7399BBF57BF664D438675 , 0x067D72D40E793845BF208F7933BF7E72 , 0x07183E34B1B03EFE97283C08CB388FEE , 0x0722FF08263C357D87464020148D7B02 , 0x075C399D999F3149AFB233AB08D7D248 , 0x0771610186B23FFA9B79FC94E242E4F3 , 0x07C8FB91D34D3AEEAFA77C8E5F37AEB2 , 0x07D5FE5C98173DCFA8E54E7A5D22C9D6 , 0x07E384A3ACAA3C6AAC45D8D93B12E80A , 0x08092E77848D3D8EA0F30268C74FB229 , 0x081CB4BD420A34FFADC7C8D6AEEA6E8A , 0x084F9625727D369C8546DAA9CECC10D7 , 0x085C72D01F133187A80AC3EC0F3DD801 , 0x085E87EA20783FE4928ACF0FFF58E6E5 , 0x0881D7AEF6F93B68AF80CE4C48E93AEF , 0x088219017E1231EA99532351C313AF77 , 0x08AC9B95BA7D3E84B586C4E8B1D38749 , 0x093384678BA532538DF276F6F1616B56 , 0x093A768D9594374AA12DF0BB0F9462D5 , 0x094DF427D7173B8489C7853056D27510 , 0x098E74F7DDAA38DEA291342A03EC3390 , 0x09ADC823CF8F34899C8B6BB3288B2EDC , 0x0A98790CCF0A3F65A5418527012CF916 , 0x0AA8FBE64F7C393BA11E93722875E3A0 , 0x0AB1FC98DC7D33B2B915FA192128C471 , 0x0AC30612D3B437298FF733936BA1A5C3 , 0x0AFE8433ECDC3E30B1DDDBCD6829EF4C , 0x0BB0C34C01FA3C15B1BBF86099EB92B0 , 0x0BC305A088D43C8C82724A28B062E2EF , 0x0BDCED10A54A34BC9EEAAA69959BCF53 , 0x0BF21F48C3CD37DE923668E900AC62A7 , 0x0C22BA49843138A482D95F2D9D3AE08E , 0x0C3D034D4DBE3ED58F8A9E8A14D85081 , 0x0C3DED69BF5B3D079CD6FFE3888E7119 , 0x0C528DE2F96F39F1AA0A0D3137F2A598 , 0x0C709B938BBD31A0BFE8C6029E5C6916 , 0x0C7E54EF3EC930138BA6E01E9620F952 , 0x0C9A102151EC311B954BDE2891EA64B4 , 0x0CB7F5FAE6A93DECBB6CEBC6D52BBC74 , 0x0D44CD29A12F3C7E9188113F59AB43BC , 0x0D5FB3395E6434CAA439F0742EFCDD94 , 0x0DB2E9AA384138F696A27A6F93F81F31 , 0x0DC00D15EF71374DBF067D06B4532683 , 0x0E18E0518A183B368DC1E2C649FB11B1 , 0x0E80D1D2DC7333FF96A90B6026BA4D74 , 0x0EC6F648A5003BB185FA2021D468DF70 , 0x0ED406638256311984CDA38D2894E62E , 0x0F1FDA534CD536E8B5CE57A09DB4FF35 , 0x0FA7D71BF9033EFBA6F845AEA995BA13 , 0x0FAF6ED2224E3AD98044654491FCCDF2 , 0x0FD6EDE4EEA635C7ABA1FD927D069CF2 , 0x1002772011863E3FA811D6D56F831213 , 0x1018876C0DB43B76AB3DAC33AE9413D4 , 0x104CC324B85D37C7A34C3D467B9ADC6D , 0x10978500F3C63178860ED863AB5581EB , 0x10C89D02D521319CBB98C7D6B07D5BFD , 0x110CDE890B2B3DD88CBAE8A8A0A061E7 , 0x1114C7F8A1033C388B03D167E2E06580 , 0x11573FC60A1032318B13AB79804BD1CD , 0x115BBC33194B32AA840D9E72E22C659C , 0x1170815B69F8317C88564D89BF039B72 , 0x124678325E8F3FCDBBE52314AECD0640 , 0x12572A5D623C31E69A529C6C898F991E , 0x127620C9B1FA370EB89718D8D581AF90 , 0x12EC5D546BB234618D98C9468FBD79FF , 0x130321629168303790123A00A095193B , 0x135C364D8C133F24963D7A448D862F04 , 0x1371EF98F8023B12B6B52BFF97CC2028 , 0x138C2BE403713C479BCF2E1BB63BDEDA , 0x13BFA3F293ED35AA811AC78DAC1CDABD , 0x14251D5908E6387794956C28EBBBE1E0 , 0x142CD22F8BCF3CE3A0DBF5EF5A7AC292 , 0x1437EF5727793D26A754636BB6286857 , 0x1445A4B4D0273C20BE8AC344C5BE6E80 , 0x1447252D7C2F3790AE85A041C5A09DD8 , 0x145F3027CF64325F9244117FA4A24533 , 0x1477C8B9E86F37AE891F54D6305E43EA , 0x14A43A2034133A93822854DBD3563645 , 0x14DBA5AFED4E3E99B02AEF172FA7A734 , 0x14FB84CA21623414A3BA6876852EB0A2 , 0x151351A5BAA230D8BFE2C7C4780C8E5D , 0x1522B4662CCF3B8496C20F350111F197 , 0x15B91F072B863300B806DB84165EAA23 , 0x15C77C17F9F93EBF86DF81C151DD54BF , 0x15CC74860A153F29BC39888548909C1D , 0x15DCE5E6B1CA35A99385BB5B0522D762 , 0x162D5F76F06E36FA94C5F028FE9B81B8 , 0x1631B329DD3B307F8895802A51A5380D , 0x16664F24388235A5A21518BB4DE0C381 , 0x166BA1D3BA33369CAD161DED58A0D494 , 0x169111178D563930928E34DFDFF83922 , 0x1698B30FFA063A038ABFC203632533FF , 0x16CB2F7A48F835D5840FDF020EE8BE0F , 0x16F2B60079F6372792994C4E9E942D5A , 0x1706992B7DA539C39ACADA19BEB046A6 , 0x17208CA4F78F3154AA33A93902ED0AF6 , 0x1724C77B48C93D5B9B751A87BF56D02B , 0x173C1380F9953CE08C47002B60BE9D33 , 0x175790CD56163462AE80F88E68135C7A , 0x1818C5403A0C3462BF874641DE93C11E , 0x182A56BBCA403395828427DB38BDF00D , 0x182D4AE017D8353793D31CFE03CC594C , 0x18A1FD75AEC835D29A276DAC1536EC76 , 0x18D8F25304213230B1505B3975A175D3 , 0x18E7C7BE9867370D9FAD8CC4566854EF , 0x18EAEFBBC59D33FDB2DC4DD046717104 , 0x190E578886F53065A27C866A453B7727 , 0x1960D8D22D6231CF8CFB9EE3CEB2D19E , 0x1977BBA937B837B796D9D7B0644B0D43 , 0x19A8EB9628723B71B3D5732D82B33987 , 0x1A24EA7BE8543D128358673BC5664CD2 , 0x1A7BE81B40BD367D99BF89232E4C8A6D , 0x1A8C821828A23ACA96CD2ECA54662D26 , 0x1AFE06F281D43DFE88AE97DF09063A83 , 0x1B04913A5A4936EC9937E78A9F2D910C , 0x1B0883962C413D69A4ED63EDA84BCCBB , 0x1B0D1ADC82E73EB59DBA02C791DD14B4 , 0x1B3C34CE761F3EBEA4F69FA8463AFB6C , 0x1B3CB74762E434988C21AA44B3F2EC29 , 0x1B8E58ED418D3A33A6672EAF6AB814B1 , 0x1BD94609CBA23A4592279C90D55FCA85 , 0x1BE70C7A6C3032D89F4D475EC0A63E86 , 0x1BE781C67D8B35698581FED96B50EAC2 , 0x1BEF8FE6D4BC3B248186AE159F63EBC6 , 0x1C15A45C33F73E5F87C51D07739CAAEF , 0x1C3437A345BE3278945826053787A1F7 , 0x1C37D13031E737AFA55FD80CEA5AF24A , 0x1C58FE0EC15C345B99C737FF3D3C2ADE , 0x1C981734B1C032CB8345D2D9B07B4EB3 , 0x1C9A6B1C588A307094BDE54D3A5A2947 , 0x1CEA03B6FB7F3EA08AC5F734DBC1E52E , 0x1CEBB38DE50E3CF68F5EDEDC486DB576 , 0x1D1A2ED095AB3022827D75A4EF0CA9E3 , 0x1D62D077BE083E2DB672EA618EC128E3 , 0x1DFC82DDEE4C321D9DCF936FC0D6B004 , 0x1E0250BED9A13A76B538D24901406295 , 0x1E4C5404E8163505B806AECC7AB2F6AB , 0x1E6037326749300A95156672B571EA36 , 0x1E6A577655AE3A5583530145E4417FF4 , 0x1E7ADCADBD2630AAB09A4B09CC16F20A , 0x1ED9029D825D34D8A13971E2A6915782 , 0x1EDE7537D1AC366AAE9A93BA9842A213 , 0x1EEB8E17A9F83FE2A81B8EB145299670 , 0x1F64AFB638AD35B68CA75ADD1B0AB2FC , 0x1F6651083AC930E1BA5B45ADE83D8B3E , 0x1F75B54C4A6D3E1CBA15A173623D0F8A , 0x1FB96360DBF936EBBA386AB408733EB0 , 0x1FBC29F1128D3CAC916A08C75C619A9D , 0x1FFC7749DFEF32B8AB69724864FE911F , 0x2000BD5AD3E432CDB7CECB26663BECC6 , 0x208296E5115A385BB6CB359BA74BE9FA , 0x2093E90E2A8334D5B1C4CE065C3C2F84 , 0x21029C1BBDEF3B8AAC4C81BDB15B89F1 , 0x211EC5292C3730CA8E05DAD503705CAA , 0x2121670FEF183458977034C8A6C38D7C , '!Lèg4ؽ T#Bj\\' , 0x217CEFA005123A6D82EEBE7CE583C932 , 0x21DB1AA011663C68A7A993F6F0D22639 , 0x220581ECC4DA3DFEA52D6EDFA1143B54 , 0x2209FDEFD25F30F9A29D283330916A97 , 0x221CBA6083683EDD8B60154613BEEFC5 , 0x2236C1C3C2FA332C831F54E1267C12D3 , 0x22647015B5BF38B79B53552DA77DB04D , 0x2265CCB7A94D371480689E5A6C946E96 , 0x22B1BCB74A613812BA1B056C4E9E9FFC , 0x22F0AF790A8B36789FC6D68B0B028180 , 0x2302672D3623314EAD6C071A3E0C2802 , 0x2321EB751B2C3B30BFED89B8455F2826 , 0x233AA0B28E6A364CA68E0266B5A80373 , 0x23716DAC414E3AAC8171BA02D0D3CC7D , 0x237CDF1EEA4B3B19850802AF31D559C1 , 0x243CDEC33DEC3237B19FEF30C42D3886 , 0x2467EEDFEEA738818872E70B2E79AA92 , 0x246A5A9E323D3F6EA47B0DE8D8AD57C1 , 0x2492D13FBAE434289451AF561D66917C , 0x252F2FB6B52133B68D12D5F61256A7BA , 0x2535235194393E0E838E4E52D1A673A3 , 0x25800EC04BCA3DAEB15880037A71D64B , 0x258745F772563EF482F4F40B2641ACB0 , 0x25C35F53E37F3685971BF947255CBA54 , 0x25FED044D64F365FBFE8C260BE2202E6 , 0x260E8025E5373FA8A4212268669DE273 , 0x261102370B103CC5B783F77ADCE6BD16 , 0x2698599E69BA3B78BA7ED5C6A207DDF9 , 0x26E18F692C153B97AC7486A5CD22CCE1 , 0x26ED41BAE9AA336998F51B2C9886537D , 0x2711B2DB9AA13E998019BD4E769D78FE , 0x2721724FD8983B3989759590358E1E7C , 0x2727ACCB66BC3796B7738D27D8900C77 , 0x27C7B665530C38EB9D9D66EAFAB0D923 , 0x27E2DB872658382487B2FCBB3BEFD912 , 0x282692D495A53C16996D6C29A595F270 , 0x2868CFD1125D39AC88768C7779E9AAAC , 0x28AB3D48BA663934A2C09F93199D9592 , 0x28D0EB49B70C3E9791B1929BD2D64C8F , 0x28DEE636DD3A32869C1047D878C09DCC , 0x2918991DC3493EE692DAED296CAC2FA8 , 0x291A4AB8071A3620AD693627E194051D , 0x29254C0B31E83613A6EC5B46E1BCFB9A , 0x2931C55508703074A4BA987EE6A74008 , 0x293205443A8E32C3A66D7E0C84A0B12D , 0x2952021A5410390E83E710999890174B , 0x298506746BBE3EA69F6BAE052D53318D , 0x29AD41A26C9E35A593E367ECB05CEF40 , 0x2A2180510A513A48A6286BE675F62F4B , 0x2A38D7D77E9D3B4288CFE3CC42D8D589 , 0x2A9433D533CC330AAF2251A3DE552B2E , 0x2A9C85EF0C6B3D828297FAD2B0C5665B , 0x2AE25818A9073156A7893F388DBDB0C3 , 0x2B3826C6378833F8A1C71864A4C00212 , 0x2BA411255827323B94BB011E7D254D01 , 0x2BBD660705A636A1AAAF5274C13374C0 , 0x2BEFA8DD6273351C9761135A372ECD8C , 0x2C080BF4EA023341985FB46C6614F169 , 0x2C2368644A7539E5A6B846A2FF3AFE67 , 0x2C34DEE21D6E3602BEFD0702C2EC456F , 0x2C6093405BE23535ADD5123E85A2806E , 0x2C75B2BA934C30E385BCA1D7120831A3 , 0x2D05B2E9F93F36EA88832B13E3FD8841 , 0x2D4309975D9736C2B35BA07C06745515 , 0x2D4E3710D2483511B53A654FB4B7DE9C , 0x2DA551F36B263902B0079D0707C6C841 , 0x2DBC007C7CF03529BC930A13AD39160A , 0x2DD617EF8C4B32B0B6A17FD7E2D8B1E5 , 0x2DFCF1B2C5943825A4E84E5BEE4FFDE6 , 0x2E07D78D2A9E373695CC5D094ACDAEA2 , 0x2E30BDFBFC463399AFCE8791C3421BD5 , 0x2E3E00D4D86C310588BF7E7C1021346D , 0x2E6143636B9D39C686014E94FDE1CBDB , 0x2F92F7AD89803A039FB2B7060180D3CA , 0x3007DF5BEB773FF09408A59A843942C0 , 0x300BC0404B2535329FC3C51FE198A77F , 0x30191426255D3DA8ABE1DC9AA1E03E0B , 0x3038A92065173DDD975D6B5ADA319C8D , 0x3065E7024AB23E15A5E38F52FCCA89B7 , 0x306BB9862C613D9E94CB33E71717700D , 0x3076A0E64D643AF78519B6F5C3CB86C9 , 0x30C0DE9B9AE134B4BFE8EB06C68317E7 , 0x3151D859D7FB38129BBDB95018A26662 , 0x315953B87A9C302ABE3A5E3E75B9E89F , 0x317389941B5D39C4A3363144219D7771 , 0x319638915AE334A6A8CE009783CF30D0 , 0x31BA13CE15C239A1942828E47C9ED8A5 , 0x329C694597F931F99F0C973DDA49C467 , 0x32B8603E75F63CD89FE478065D6EAD4A , 0x32FB38A89A793B2888B6B1BA9854F814 , 0x330EB32A31A8393982AA969C8F544200 , 0x3323F3E48CED34BE9AF8F3A5A9C154DD , 0x3388115D9C033F3C90BC3AAD8A89C7B5 , 0x339172255EED341FA6EDC28E75AFCE01 , 0x33D7CD41317637EF8331958AB4207CAB , 0x341780622A313D69B1C15F19E7498436 , 0x344CDA5997F93DD093C90EE6BF950293 , 0x346712888169391BAB5B68E0FB2C507E , 0x34ACECA7A00031BAABC7BFC9585DA916 , 0x34BD8A5948913F6C984A973A958FACB2 , 0x34D9F369B0573D43A441021FB55D1A3C , 0x350E25AD681933A1860E5999302A2774 , 0x357AA4044DB934439A934B4378B468E6 , 0x35BAF33362DE3BACAAAB8078CC3D12B8 , 0x365BC6C5BAF636E0B51CF1CB5A045527 , 0x3668FD3612A83D94A89102C418F9D160 , 0x36848AB9C71F3D9790901758D113C771 , 0x36D11AA3AEB3328EAD667FDCC114390D , 0x370A4103529432E6868E9314EDE65A39 , 0x370D06096A5B39149EEFC749C68293DD , 0x37154548A6AC324A8FD66BF6582C9476 , 0x371E5F54856D3988B872894B94596388 , 0x37477D07A61C34FEAD5E43C5C5FA0BD9 , 0x3755461E5753369590F5A3484DA6C1CB , 0x37579C5455A03908B3C092EC7BF5B91C , 0x377D39F63F8737659A0C412515DBD116 , 0x37D8AE40E73E3D6BB6FD0A7154122FF3 , 0x38591717125838F5B6F7E58F70D7C2FD , 0x389CA8350AAA3D42AD82E3AD07688D45 , 0x38A6634E76FA33E5B8C93489EB5374BF , 0x38F43AAB031A35D499DAAF6DEC7C89DC , 0x398768F32898311CAAB39A506E3CA129 , 0x398D72161B3C39C18D569E7A927BC13B , 0x3A04957A878131E59D64FBC11E2ABF3D , 0x3A21A3774EF13693B3C473ED2C4D5F2F , 0x3A263AF2701D3D6181469FD6E764C8E8 , 0x3A2B1FEC8EF5307288403475A281B824 , 0x3A47207FDAD23977A2591B59F8A8F753 , 0x3A6584C5EB003AE3BC85761835634CE1 , 0x3AB7E105CDD536E39E1B2F46C044AEF7 , 0x3AC7148E794730CDBE761FB3A7A7B873 , 0x3AD156A277553CD482A809B8A4B4C8BA , 0x3AFED54BDEB5386A8FCC14D2F7658AF7 , 0x3B0F7481D9D93ADD93AE515D6D6F8CE6 , 0x3B82D529DB9934688E90AD0ED1BAE877 , 0x3BA6847607DF39BFB932B25834035C27 , 0x3BCCF720EB193616986704159DE91D17 , 0x3BE975650BD631BC9C7847FC0D6BD2D6 , 0x3C08F56D84413AC1B5316956B9BF5AA6 , 0x3C1724CAF26B3B1E88EA6334E1872A9D , 0x3C888DA4028E3F06B3DC0603BD3DE186 , 0x3C919767EC2E33A799DB62DFA6369142 , 0x3C9BA8F2D5A030059FAD56CE751A0B2B , 0x3CB6002E952B386486864E7EE68F7A76 , 0x3CCE19A9D885334B84F788D2FA68B6B3 , 0x3CD9149655E034B29BEDA01E066E6819 , 0x3CE110FA72043A15A3CDD61CEDB15F59 , 0x3D81281A2ECC323C859691AB9B316FDF , 0x3DF3375D6F493EB39D5AC083E6C3849B , 0x3DFDAE0AE0FF3CD4BC5920A9AC031598 , 0x3E189EFF3B083D9DA4F0AF2316808EEA , 0x3E49BF2E0C3E32E699EF6A5889DFA809 , 0x3E6D7D582B1632AB982033B8F47A21C3 , 0x3EAA601691D034F7B2EC8A327D3AA149 , 0x3EB975F759AE385C8B0C1E3D7A44EA12 , 0x3EEEE9DA45F93EF093054968C779B6FA , 0x3F12E792440D390BAC0FC8EE305BE928 , 0x3FF72D6F007E381EA133E16067E0A8B2 , 0x400A9ED493573CC1B6309940811492F9 , 0x40180A99F1B43F05992BE9A068558C97 , 0x403E556F699B36679F52CC75660A22E8 , 0x408607004FD232C0940D224BF3196A93 , 0x40D75C1EC82C3505B6B2CCAD2613BA59 , 0x410456072F893658A5E7DB8D75F6CF0C , 0x411840CF362D35DB98CB110A48344152 , 0x412484AB3B5D3E5FA772D35C8AEEE6C5 , 0x41998F723FA13FECA9AC0322A9C66005 , 0x41DA0F75A37D390E9B023D2DD586AAAF , 0x42CA0A85A9B637928215495069B987A9 , 0x4303BD019A0330D2A22579D124B8C474 , 0x43090131D9B83419BE3A67AB51161BE6 , 0x43907F261D283CC48278BCB715DB6CC6 , 0x43AA18F39B663134873D245FE037BA8D , 0x43C6A542379B389DB4B1355DD0094A4F , 0x4411171FC14131CF98C4E983BF2A7FB3 , 0x442A89015FC7330A84AA3982F3706A79 , 0x447AAFEE9F2E3EF79B7FD8396F0BAEAA , 0x44DF2CE316553EE6BEFC5B6274BFD0EB , 0x44F1B65E390B3D6E822F8900C43B13E0 , 0x44FF34921DAE3C6EA140D607D22FC324 , 0x451EE61738A4348C80F974EAA606CD5B , 0x454E58E3B9403100886ABE39ACA13988 , 0x4554AEC6876D344A87AC4787CD20167C , 0x456DE03C2FB9391D9DEFB16154D45FAC , 0x4573384F15F931FB94081ACB0321C3DA , 0x45C5787FA5B43893916E2B674BA01D7D , 0x46A3AEF87DEF3F99BBCFAD605F94F7A4 , 0x46AC986BE6FA32E0ABF4EF221F0AE6EB , 0x46B4BAF5A40E377691E67C87AD964A86 , 0x46BA8F71EA6734358B576CCD3F62D215 , 0x46C3694DF2163B8AA4C769AB0F0A94E1 , 0x46C522A3744E35F39CA3D5D28753D138 , 0x46E0927EA2E73355ACD459CB595E2C1F , 0x46E651E9C3C23942BB164655D3EF250C , 0x46FF6E68D79630048B55A47966B12D4D , 0x4723996340C431DC8359BA25D5691A23 , 0x472E272FCBDC3ACF8DD595E2596FA942 , 0x472E512E794B3F90B559D5FBC9C4F7F0 , 0x473A4F57BA2B362885A88C1E71C556D2 , 0x475A0FB109293653801E696862B3BF48 , 0x476008686B2B336BA84940C42EE04DB5 , 0x477626A138C7325684B16BAFB818FEF3 , 0x4778A599722F3820A1512E0804595FFF , 0x47A2A80E2CED33D0853DB580D2C4D6E4 , 0x47B1CE6EC84130D9AE0D26B827488D04 , 0x47B658CB356F322788EA03B9F3AF2B9C , 0x47C6627576293991BD1B584E880966CB , 0x47DB866F0C573FDB95933EAACB450FA3 , 0x47EB016CF0943B06B96348728F960B77 , 0x48188E4E2D05389496C186FD144F4D96 , 0x48B05922D6433488A6693A55D2D64D4C , 0x4987F47C04BC3EC6B093E90C251B80F5 , 0x49896F0D7B85338AAF11558EB8947FAA , 0x498E54526B19361BAF9C4D65E1FA8AA1 , 0x49D50313B19332B9A9368419508FE68C , 0x49EC707BED293666ACB0204F1D3FA2C8 , 0x4A2982322CEE36019C497E0677673339 , 0x4A2F91BEB4A5320DADBC88C877C2B1BA , 0x4AA0B10A4F6B3E55B0220DD396327352 , 0x4AA75DC9EC7F3186BB88DDFD639CF08D , 0x4ABAFC1406A4364E9392D44E0EA538FF , 0x4AC76C784B343A2586FC48074D13295E , 0x4ACCD63A6E0E38C0BB0FEBA517E087AC , 0x4AE8364CEA9C30B89A1511377760770D , 0x4AFDF0679CA2340B92CD3F0DCF274396 , 0x4B0EE1A15B5A3642960877170524FDDE , 0x4B217F5B877E31A288F1399E439A2BCD , 0x4B250FD35C303F6AB677CDB019ECCF5E , 0x4B7807D39A9B31FFA5F4CEE49FB12129 , 0x4B9EC9DCF3AC32FD9C3AB5E2784C4E5F , 0x4BAFEE5FDA463F839A5CE88CF7D687AC , 0x4BCA2A99BA6E382ABF821F8260BC04E7 , 0x4BCDEDABBAB83CE387D5E7DC6440B321 , 0x4BD6B3DA33D83212A7EBA9EFB809208A , 0x4BFD21EB724B319A825D27F6A1B49657 , 0x4C322AF01D22373A85605739046B5952 , 0x4C57F3C437A63BED96133B906A7A25C3 , 0x4C60D4997677380988ADBD5E66735E9E , 0x4C68330B88E931B1A468A7356474FE3E , 0x4C79AA80FEAB38D5A46E813B85065CDD , 0x4CE0D3BF9CD33516821F49F94CC7912D , 0x4CFC7EB6F4E7305089613AD59C998628 , 0x4D013588A73D3083B3E1F619E8657878 , 0x4D0D8932F0B338A6B8FDDE9BF74DED37 , 0x4D4C08F870D038D0B929F11979DC5035 , 0x4D835C20158831C09F5B4D28D536C5B1 , 0x4D9A8611894F3623A08E590F427E38DE , 0x4DFBAB9265333D548D5384BE8AF388BA , 0x4E213BFEE0E33326AEF92ACAF5988E9A , 0x4E799AEA6E9C32C697D7618BEDECC67C , 0x4E8430C72B2E340C9134DD2D10604044 , 0x4E92F0F498D63BE3870EF54F504EAC2F , 0x4E96ACC1271933E08BEE5A0BE68920A3 , 0x4EAF12417DD4324BAE209F8E83BEAE27 , 0x4EC5530CE25A3778BA7F0020390E7D94 , 0x4F6E07FED3463139ADE764844B1064EA , 0x4F981353516E35859B104DD56C568CFE , 0x4FB06232643D3056811CFDED559DFF76 , 0x50426DECFA9D32A9BAA67463E96BE578 , 0x504270F7E0AC3524958BAD16FDE77B06 , 0x50665F0EA4E0365FB6B3EFE600896F78 , 0x50C926F1CCFA37EE8DC175DAA31971F7 , 0x50E358C2DEFC33219B6991B8515B042D , 0x50F02D931EFC3BA9A5F8397FC633FCE9 , 0x519FE7168BF931AB937E3E8B1863F6F8 , 0x51A165465C3A371D8BF51D9E5F3408F5 , 0x51AAF5C0207537E49DE61E066C7FEF75 , 'QË® HT<̓嵵9†_' , 0x523036709EFB35D3B04CF44701C3574A , 0x5241F8B70838394599A7E3C627C6CC84 , 0x52AECB2773F9390EBAA034256182296D , 0x52F1B6775897396DB10790E923AF5CAE , 0x52FCDE581E2E3AAC82491EE882236A85 , 0x52FE2146F3A43EFAA8BADD84392F5A94 , 0x53165885F5673E21BBB27205624B9D3D , 0x534D75D677FE3332898802007E70E950 , 0x537D126922D238B895456BB08A20D733 , 0x538D7EFC59C839838A1E6F85BAA3BAB4 , 0x53912BAFF71F317A92C0917ED47651A9 , 0x5396562818D730BF829769CFB86AFF68 , 0x539B98B663B131348DB6A250615CEADD , 0x541CAB83A5383E60A6EB79A9E18AC473 , 0x542AA92E19D33382BB2752466E04F4D1 , 0x545D60C304AB3DDE8433C41C144514F1 , 0x5494CD12FD4137948E5DC47A4C6BAB9F , 0x549790F3EFC2375DB0BC327D1A5E47BD , 0x54DF558474F93F2787CB2CDC35DB3663 , 0x54E3A498EAB23577AE7386CEEF85734E , 0x54FE4BC319123CB58DFA858C1E5CD1A1 , 0x550C583ED15C37DC84413698747E38D0 , 0x559B7C99DD16374EB01C9D676016B35E , 0x55A4816FD4833384B00BDF9A0E26A8A2 , 0x55ABB65F33393A47B268056E8EC8A90C , 0x55DF0B02A3A03933A603660C3B10CED1 , 0x5633F3C7134839F5AC8DC2DF74961674 , 0x564A2D518DB63F31B659BA1441A1669C , 0x56521A6BC4F430ACAD3AD830B281F5D6 , 0x565C44FBABC138E6974933656DD2324A , 0x56606635658130FABC57E2999D7B2F98 , 0x56AD3E65F4923C18BB14095F66C90194 , 0x56BF54AB896637BB80D99AC86B6AFA98 , 0x56C027E8B64534D8A1DC31CE03C0272D , 0x56E7CAB9C3A1334AB998FEC09BADB76C , 0x5774ABCE409030EFB3B2E61C02885DBD , 0x577B30E6A50935F3A311A8E965E3B738 , 0x578D05134D473815A41D653DDDBA066A , 0x57E3E02E9D3F31F688A956C002484E6A , 0x57E6B18CE62B38718C383A6A71C983F1 , 0x57E74506FB463C21B6E345B461DF7A69 , 0x584A8401E5103BF3ACFA3DC199A04DFA , 0x588F7EC225033919AF8626DB1BB400D7 , 0x58B38F68C81B3328978FE3618B1120BE , 0x5902C49FE5FC3B368CB7FA6CD72915C0 , 0x5906DD4A88E8379D9898B32B6D98E8DD , 0x5908869A83A63C6DB48DCA2CAFF7D0B6 , 0x5915BB3275F5307D9F45C95D54328C85 , 0x5934D870DEF5383D91871E7BAF9864C8 , 0x5937AA8797DA3AB48F75E41B9097420B , 0x59463EB5774134FD947531E6ED257ACE , 0x5978D5EE549237A2B979D36A2DCBD34F , 0x59BED03A62743520A1E4EF38CF6CA08F , 0x59F37B4840DB3A36B6E42405F44A3081 , 0x5A0FA87CD60E3A1FB2FEFAC48FE99283 , 0x5A5AD9B69FA9399685F864BB693B7866 , 0x5A79076102DD3F3CB33D3B71F531C2AC , 0x5A9F3441CC8F36AA804B951DEB2D774C , 0x5AC4B987D62B32B2A08243640CAE8DE2 , 0x5AD5A532F2ED318A826806F33A3EAA99 , 0x5B6AEE6B54093FB0A2A2B47F7A500A33 , 0x5B80D5F6127A3977B350F6456FEA42E1 , 0x5BBECF8CC3BA39A8AF5E6491F311CED5 , 0x5C30820F0B243F21928A9AE7CD23FEDE , 0x5C39B50AD5E336E59B1C7C3CB62B94C1 , 0x5C58A6618B3133879D7AF4AC90DFFC99 , 0x5C60E39F4D073FBA85889CEAF44AC36E , 0x5C8D07D7DE833C33905C55D63540FCA5 , 0x5C8EA8E27C023B5CBCD867B7F7E3EEF5 , 0x5C9F31B7F6ED3AFCAE56C26C6B4ADFAD , 0x5CD91535E4B23F5CA0A93CFD682C0C93 , 0x5D311487A4C0390895A3630299010E29 , 0x5D831B21B3B331B6ADFA11E38A1F0F42 , 0x5E4923E7E81E3355A224EC211C6F7832 , 0x5EB167B9B3713A2BBDF85B75B64A5651 , 0x5EB5DC11965F324AB63169CFCA6CFDAD , 0x5EC46C96F4C230CABDE436894619BF20 , 0x5ECD4BEA2C0633DDAE7A93625E0A6919 , 0x5ED0EE9ECAD33A318D87BED210FC851E , 0x5F1DE3F9588F3DF892452C71927FDC52 , 0x5F27D078082438C192019187F0A7425C , 0x5F57096EB87835C28874B588011453A7 , 0x5F6CCFCDD27333EC84BB79379C6E1884 , 0x5F9699D1C18D30C3BFE2D67B440A1928 , 0x5FCCB610169633D6807B36B8BB9E2257 , 0x602E90DEEFCC3BDCB35DBDF221CC9E55 , 0x604181D26E1034859A7C3C3D46C1D3E1 , 0x604C312789D83DDF850E9F71C380C172 , 0x605ED663C5AF35B391DB16A2F4AD3F5A , 0x606B29D7D095377ABF1D2ACC1BD568D1 , 0x6093B21ED0BF3752AD6D76202DFBDF59 , 0x60BF7BCFAE523A899BE8FF9E00B67EAD , 0x60C004C10C0434209F66C0685ED14054 , 0x60C8BB84DD5E30328D3715EFEA7C3979 , 0x60D4D94E844131BB98078641F59126BD , 0x60E67673BEAA38E68005658E70900A2C , 0x60F7FEDA599E3BFEA31A4DB8FBC6EF77 , 0x6108CA248D5D3C0480D3CEAEB43F091A , 0x61140FA991C83614AB77F4A9C39FE064 , 0x61214601BB3536B0A9BEBBB00F9C1982 , 0x6122A0E412B230978DCA6D6FC3D1C74A , 0x613766AEB12E340B9830068491006CD4 , 0x613DF1224C1733BCBCFDBCCA6A8A7AD3 , 0x615D38D8669432D1A926A3C00F28118B , 0x615E193A3BD6383FBBF9C8D904F285B5 , 0x616F45680069373FAFBA0358B36021A0 , 0x61B45DE7E15537999EA886E5F4DB4911 , 0x61F1DB96D0C43F2F9A9FB16625861C72 , 0x62441BD767B7388685D60D09D5385440 , 0x624D36E2B4EF39BE9792F7720D26C3BC , 0x62699355D4A1342AA69CDD08CB4F4BCD , 0x62DC46F2ECD43C96A9C3B4B3C51D38B5 , 0x6313E2BD46833DAFAD989233B3097C90 , 0x631FE8D102A936EDA5695302F39DB5CA , 0x633A8012B9E53B0D83FA59B67C2B73EB , 0x633BEF950A92300E8972AB82C4C2B475 , 0x63500365DBDD3E4DB3A26990A7503233 , 0x6353A880571F3FDDA0FD78DDF611C063 , 0x63B723DABDE53E07A82C37061BFF63F7 , 0x63EC828FC33A3B3C8BE20C2F2F319197 , 0x642AE7613A5236F996A7C8E834F93DF0 , 0x643B165B912D3947BFD62F7E36E5D6C3 , 0x6475A0C8F6E73DA6A186AD50F77DA0BA , 0x64DEEE4D24CA3782805EAE454189C6CC , 0x6501B2CF0CA734E5B083EC427149ED1A , 0x650395A9C35F3D98B84C1D3A35D65F3C , 0x655A209D252B322E96F2EE24E916E9F3 , 0x6568B100E94F312B8CD0EE987377B406 , 0x657725EAD5333D4CA05DC8A05E01EFB7 , 0x658FBE065D9A31D2B0AAB35C95DD51B1 , 0x65A589AB35FE3416899ACF92BCD6A74B , 0x65CD68336CC437479195FED61FA924D9 , 0x660B1B90E9AB3C9AAEA96E26E15F0C06 , 0x6618E99CAC783D388212BDD97E84B5E0 , 0x661CE69AAF7D3C728BC37764C49549FC , 0x6651B7893CE836A7887B4E1348098926 , 0x668B709820CA381FB0A1D02BC2F5F194 , 0x66B25D6A5583313CAEE81DF2761CF862 , 0x66D0C2B8569E378A902AA206324F2F49 , 0x66E08644780C370AB309C5726FDCA575 , 0x679E762314433E9097B890394E7C5681 , 0x67DBCDDD5C9B399081C34229D024872F , 0x67E0300D5BB3347AA56B174413EAA5D6 , 0x67F0736DFF15325BA39F901B1561EEDA , 0x683F136438B235BDA12DCC9864E33A70 , 0x6893043BE169327B941FF694103A76B0 , 0x68956BDF8BEF34C499601A9010BD74A3 , 0x68A4BE8F35653396A3BB84C69606EDE5 , 0x68A978E6328730679A100B6215B9685E , 0x68DE016763053CDF8D7E738500698275 , 0x68E2D72436C43F6CB93F899B218BAE70 , 0x68E6038ECCCC31A0A61B592141F63B62 , 0x690F8A0735B4321397DAB85E4E84B89B , 0x698BA15767AE3E099F8DDC3C05C44634 , 0x69B57C160D0D3BCB91653383106496B3 , 0x69E343482EDE348F930096992D4C2D59 , 0x6A0548F0D9CC3EACA8C2EBA787E6FC2D , 0x6A2EEFD0D56232D78E440B2389E2CAB2 , 0x6A43498C4AA63887BD07FCF1E4C17388 , 0x6AAA926BE363328B83C4BBA0B0896260 , 0x6AB2393BBA863C1C95E6A5924598E977 , 0x6AE4BB6608693D428B08AA5AA90622DB , 0x6AF8FCC7E7AF3191BD5F9D101CF1BADF , 0x6B17BA6E4F9338468DB73389B90027DB , 0x6BC184A144283F62A6D60E7AB7741294 , 0x6BCCF29C765E35BCB29E1C815CB1F70D , 0x6BCE07C6F106327F96A8B1380335F388 , 0x6C15A2E5DF4C33B7A7F7D6B1F65147CF , 0x6C3356B496FD3A388CC5962F85221394 , 0x6C3E263FD2283923B98E35EF0616ABA9 , 0x6C8C8729F494384A8F16D316FF28C31D , 0x6C90160E0D5D3564BF609D16759B2F02 , 0x6D017BDC51773B0EA90757FD1956C97E , 0x6D131D827C3236BB9FAAD7E24EE8675D , 0x6D329985202E365C81813208853C0DE5 , 0x6D7A8F83799C3572A9BC754B0982FE63 , 0x6DCD0D782BD13B4AB3CE15EDB2F21513 , 0x6DEC2F483B143F2F86D8D8E2A130EF6D , 0x6DFC8DF332083078BF6A39F941A78F1E , 0x6DFF18971468359FB4D1EB39FF02D0FF , 0x6E0B27DBB83F32909E532052CBAA82D0 , 0x6E20F1FA166E3BFDB35A7F9DF0250821 , 0x6E32B376D7A632FBB89F346603BA2CAB , 0x6E454339AF32368381A94ED33D289A78 , 0x6E7483D981B7368497185CCE807459D7 , 0x6E7DD385AB653E27851864207B7538FC , 0x6EDBBBF31232391F9E295F67CE62981B , 0x6F611505DE1D3320AE04532D8BB66F12 , 0x6F8A708742473D67BB916499D61AD930 , 0x6FC8ED870D5639B3B91066ED017D136F , 0x7012940B438C31DFB41C08A6A7482A0D , 0x70339F59B0E4384E9BA3B31F5E5BAF11 , 0x70643DA0499A31EBA8D8BB7269E76B46 , 0x70B29218AEDB3A209BE518151622587F , 0x70C0CA0F8D803E249A314739CF961230 , 0x712A77936E5635A4A5D28ABD62BEDE3F , 0x714FC40010FC3CD6A6BE163C644A38E2 , 0x71A787D8A6BE3DB7A7E5195E197CE4F8 , 0x71CD9613EEA53E5F85183A2C2EABD05D , 0x71D2B3D1ED143FC48ED9F14C48290471 , 0x71D7DD94E799375B81C861D3D18B9840 , 0x71F2D4A415EB3A3E94843595F9FED8CC , 0x72902F3FADCD36229653D295736B6CEC , 0x72B9085C89BC3D0F87399B61F66D3B09 , 0x72D7AF770A6535CCAC14E36E4973C124 , 0x72F6FEBD26A53ACBA16CA985C8B98F01 , 0x7307B1E238C63A6DA758F33FAEE6B480 , 0x731D766D8E2837C3832A8D21B4EB15C7 , 0x73269E2B345535C6B1C4D7A8A1028980 , 0x7357DC52814A3BAC88E5A2E25CC6726D , 0x737A1CE3772A3AE796EF7EADD9AB368C , 0x73A36A901AD83BADAEB8A3CFE7C44649 , 0x73DEB7F53FFC33F69A2771D5026D38CD , 0x73F1E09733E93EDDBB47F79D752BC360 , 0x74026A71CF0A34A2AE48A0657DA5EF80 , 0x74688EB189E9365AA80ECE823A5C055C , 0x74752DA7533838B1A9806A74DA4452CE , 0x747BCFC0CC3B30C98F2784616678257C , 0x748D54F3F2A33A6F98EA54E8215CFC5A , 0x7498A198774E37A18F14364678EE76FD , 0x74FF5CD28D263C5F9639C3327B29AA30 , 0x750351269C3439D79538FD68D612E488 , 0x75414F338419379AAA04FAF4E0D63C57 , 0x756A1A0B79513C50AF834AEA5602CB59 , 0x758EC78F38423D7FB272CE93A6FA9459 , 0x75906AA8699F3AB894DB8520AAFE263C , 0x759D99510CC93C06BD9F20235F629D66 , 0x75D9A0EC1E9037E786E885B03FB56D0B , 0x76D3F02A493C359DAC657DED558AD116 , 0x7700FE5C125F3ED3B4CE8D5156535035 , 0x7716C65EEF7C35058C65069BC35C6275 , 0x7717581D31E53CADAA2F86D44E3820A1 , 0x77199BF33FB030FC9ECDCB1A70C2B430 , 0x77404F4C80A03F40BAF659CEE5ADC9EB , 0x777395DF201C3A349E4E0649B07C9E99 , 0x778CFCFCBA213765B20DB005B2596A6E , 0x779BD9B65F413985B8EE30669928D519 , 0x77AA91334B9E3A2A87556697A05CB6A0 , 0x782BDE9B952834A5AAED1D68E81AFE07 , 0x783CCA3B6D2F346BA3D8AE1647D2EA02 , 0x7848FA5E09953D3AA13031F6E17FD21A , 0x7859A3B0ECDA3876AA71842E1E163430 , 0x7873E25DBAB431EB8DB0B0AD2F335E5D , 0x7897429CEF483758925C9F0862F39E40 , 0x78976BB15CF63765B76DC54CA5ED2381 , 0x78C594E136BA3920A1FDE676865E72E2 , 0x79025492DC2F34B481A9CD840CC6A455 , 0x790B9ECBEBE93598A7F5D26E3354BB24 , 0x797F6989745C3FB3A8FE1ABCFF9361CF , 0x79A051D2CEF2318D969C6038874879A6 , 0x79BE2189AD6C320888C7A74819E20916 , 0x7A5AB1B6E6C3376F9540600CD67AA9B4 , 0x7A7E85BDA38A3933BB7102CC5E0B074C , 0x7A90F0A7265D31F9914577A3BEA7BEFB , 0x7AA4590232F6387187A1E7BA80104691 , 0x7AA8811607DB3D6C9D6F625C87080B00 , 0x7AB4C80313BB3866A6016065C03EC1E1 , 0x7B6017365C7831B59C98DC2727739DF7 , 0x7B6AAD0D04A23CA5AF6093F22CF5E83C , 0x7BA04C36E31B3A0C8F99C4A656577106 , 0x7BA2313416A233D2842A3CCEDC19A6E0 , 0x7BA6CBAE0A0B3F3FA4E1E60922E0ADF9 , 0x7C5F530E21353741946181E792CBC1C4 , 0x7C8EAC82CAF13A80973B62BE8A32ADB8 , 0x7CC9A53E9F6A3C4D9C47556DF25EBAED , 0x7CCD3B41A88134FBA2C65B9CCBD090FE , 0x7CE9A711D7E53AD7B659B2D0E4ACD90E , 0x7D02BEE6866733CDBE71DF898B0BFA58 , 0x7D07CC65E69736E0BD8127E4376F02CC , 0x7D201249613B309CAF32DB1A92921370 , 0x7D7F9578C0FF3370B6C249E0D8E1549B , 0x7D9F08EC19F8386DBD08DA2C16B183EC , 0x7DA5485793B9369381EE44397883A269 , 0x7E19C6E989E93F8EAEAF7DD29A70420C , 0x7E71660887583C68A9BB5B979A7D0234 , 0x7ECBAECE15C8333293FDDF53D73BE177 , 0x7F3EA055C29A328597BE412440787529 , 0x7F5E4FCDE1AB3173A61D81341DFA3A0D , 0x7F697A2D982834338F0FAB390CD44868 , 0x7F697D42AB1B33CD813220A3070113BA , 0x7F8BEFB0C68B3495ABB7CB06982C2998 , 0x7F936E39ACE53B90BD7BF244FBEB80D4 , 0x7F9A6289382B36D188A270675BC2812C , 0x7FB7397BADAB36B59000E37888797975 , 0x7FCF93EADE123A11BEF3082B4EC7C7BB , 0x7FE836A13B7C3238B204C75884CC70DA , 0x804838A697DC353BBA371E7622B490D4 , 0x80F9F711A1EA3D88BE26BFD3C068490A , 0x817882F55A3F3B6D8EF9E39CA1C8274F , 0x81E2758F1187382C9A56E9FFFF7F6953 , 0x822406AC8C563601A77A8141310E9D2C , 0x8226FBB86A653EFE90CD08787EDD8C9A , 0x822DEFEA07D035D8BADE8727E37BBEB6 , 0x8253446057323A67ABF1F1F2A84C907B , 0x8289223D42CF369AA95147508032ACEE , 0x828A6FA3F59E3C7E9846FA70C85C74EF , 0x82AD00A2ED263905B8D40111B4C3D671 , 0x83166A40503E355AAEA91290AA3DEECC , 0x832DEAE273FD3C5A8D610F093439A430 , 0x8332C803351E3A53A06159F2CFDBEC79 , 0x835B8551FE5F32DCB3AB553F318403D8 , 0x83B4EE45924D37B49E323D510B40ECFC , 0x83DC51A5A58A3EBAA808BEE69D57F84A , 0x83E2B840EEA23613ABCBE6FD71413E9B , 0x83F5641218B83A6190B2925A3E601AF0 , 0x840C7E23178431B9BD6CAFEEB73482D8 , 0x84853D0704E8350CBA46A942CC735A0E , 0x84BDC695BFEA3CF1998693FB5A8A25DE , 0x84D4BF0624C637DF8881D6D71E7D9A77 , 0x855A238268E8316E8F403F934EDB28AD , 0x85B6DE6F77CA3384942029EBD50FE15C , 0x85F97FDB552D3B19AAE732A2E0D90ABE , 0x8602BDBE76E73DA4A0D0A864EABFDCD1 , 0x8602E047968F38D48AB5D8D67A2D9D37 , 0x8634E8C46A93370D9EB190EBE5E40C1A , 0x863EC82609763D84A88E0501DB91FE85 , 0x8677AB0629BA39FDA8A4262D7D37066A , 0x873BDF28837B3776A1476732AF31B080 , 0x873D6B9AC46E3026AE396BF8BEC69016 , 0x87738D13776033BF99457D95FD3D6DF5 , 0x87E8A326D7823394A382777773FB7247 , 0x883D6A2185EB333BA226391765D28AE3 , 0x88517F98B9613B0D8DC35E4B2AEF7431 , 0x885A2623981634838F465FD66D28E1CA , 0x889EF340E46432B3B75A364A43C73CEE , 0x889F365C1C183AFB9119C5DEAC486F13 , 0x88B05D8576A53E29B29A6A0A9A25D14C , 0x895AC545307A32B48C761BD94AD8F4D9 , 0x89955711F7BA38C398765CBB6635271B , 0x8997E697D37833E3837339B4465037AA , 0x8A68D1433C513A398590DFFB0B070D22 , 0x8A6F5733D3AE3DE0B07E69ACA38C07C4 , 0x8A8725EB9A8437768533D4F9E6DF8DAF , 0x8A95836F762130C3BE462DE8412EF135 , 0x8AF74A30760235DE9DBBF642B33F4713 , 0x8B3DFE151B1E3D969886CC56E3622B4D , 0x8B546E54FE47388A9D487F2D36AB7B34 , 0x8B719B6B550E3CE2B986C2BE088F5B27 , 0x8BAD0DDC0D453A3290DA23DF48FC2D73 , 0x8BB1D224F41A32B09FBC8FC082B67E83 , 0x8BEC71FD777D39D4B1DD412D330F68AA , 0x8C1CB54AF48337FEA5DDF07C1F00587E , 0x8C1FCB633C143F4BB2239F09CAA1246F , 0x8C20EFFDCA343F7AAE407D01E19A4183 , 0x8C282608267B37DDAEDC8BF85B76ABD5 , 0x8C2D34BD08763F84B40A91EA9BF4894C , 0x8C5943F12F4D363A8BAA79CC5B140E0C , 0x8C751A4E1FDE3F7EB42984CBFDB4C301 , 0x8C7EBE0D511638C6ADB0FFD97CE6935B , 0x8C8F9339D0363B99856D5B8EFEDC4E5B , 0x8CAA7CA3962D3161923BF3E4D11F65A5 , 0x8CCA04466DED30C391729DF5FB0EB20C , 0x8CD2491AF8333DA0ADB4216E792B9CEA , 0x8D416043BE1933B892F98D7A4108DA57 , 0x8D48BECEAFD7343EB95403BC4A9B4B64 , 0x8DAE0664937738BA9EA24F709938B61A , 0x8DB0262CE93D3CE9AD27CE8650D94014 , 0x8E0BAAC1202B33788DBCBC248B686607 , 0x8E0CDCCE53D2377188A41EC116B83040 , 0x8E48ACA2A35F3910B2B1A2ABCD95E110 , 0x8E66BD0DBFEE3EF1BF69F8EE56548E8F , 0x8E8A56A7A0B136AAB85BFF890D847306 , 0x8EAA13F1340C3409A442E890F6B5E55D , 0x8EBF998E2DC23263978232504F569143 , 0x8EE0A6F0CAD33EDE87D6B8EA58C2C25D , 0x8EFB4B1D2E3738CCA9F9CC3218F90156 , 0x8F36AA1E2FD03A1C9859E0DADDC5203C , 0x8F5472B193953C54BF49F207957FA65F , 0x8F5AFC03C8CD34D9A8B0A86AFEB6531D , 0x8F68629DA8A137E8A4FF99CB5A0D3BEB , 0x8FB660AB0B9431E6B82B6CDF3CE48E4F , 0x8FC8DE4B0D483A41ACA98258A208623A , 0x8FE368C78CF134C68C727BEC9397E1F0 , 0x904FBF101CB630F0B0B7677F7DE6DF6E , 0x905CD591C09534099857A67ACC9E5063 , 0x908AE374F74C36A59E8C046C01AEE1F2 , 0x90903CA4B22D363495B67CE1E71BCAB9 , 0x90D4F73F48DE3B8C8F1C92EA0DBA0A00 , 0x91155A7EA4FA352496ED3B9919095EC4 , 0x911C76680445384993308B468E9DE1AF , 0x914160CC049D3942AD30A7B59D803461 , 0x914A9863563E35B492CA2549EED69E1D , 0x9181E298E1073B338339E164D4BB1F43 , 0x91B1E074915C3B24BEC2D70828347D85 , 0x91ED66AE302C3A7A887FFEB62331BCF5 , 0x91F76CECD37B3B26A6BA3AF6A5281566 , 0x91FC6F92F0C330BD90A36E38B7F6C001 , 0x926D5412E8CF384B9200DAFAEE5927C6 , 0x929F1C1CC92C381F80884561B13A8EB0 , 0x92DFCBDF51FD3F42ABAE25B712ED4F43 , 0x92ECB93261D03FF3BFD3119DF42275BA , 0x92F71710CD7F3ABDB0CE325605DD25C5 , 0x933C152501DE3864AFA711B4F3414931 , 0x937DCEA9F82E33E9AB323538DF2D18EF , 0x938FF50CFE0E3BB19ABEE402DBBC1551 , 0x9396425C91AA345194CDB060DF6FEB3E , 0x93A02CBD6D0E30AF8F42BB7DFAC1F966 , 0x94180DB818E13D6CB4EBEC601E7B2506 , 0x941C2F5A74D7337EBF42D16A66CEE1B5 , 0x941D6C3026D33A2D93EE6C4E3174472D , 0x944D58A0F4EB33AC9B154D80961D8141 , 0x94589F3851B23C368180C1F064DBC254 , 0x94742AFEC68D334294AC641F37972F39 , 0x94821B9DA3F63EF2BB4023A354274AC9 , 0x9495405A84253A158D9C5825FFF8BC30 , 0x94AFB67B06463C81997F0BB553B9596F , 0x94EF3FCF7CF5363F802D3C01186D2C7F , 0x94F9097214383B04B76FCC17C8F80B48 , 0x952A626F4B15311BBB689F3A751CEF76 , 0x954E13FBE6AC3EEB9C8D46FAAB92826E , 0x9579283F57A33ACEA72DF0F2B0FD3478 , 0x958EA865102E3ACF9651F5D4AC417D04 , 0x95902C77B84938338282E9188189153F , 0x9599CA45D5903D43BA5082668113CE99 , 0x95BD2B087E8D3F4A8430A0876670D0D6 , 0x95DAEA50665F3040B438BE8345FBB289 , 0x962A2F5C614C3BDA9DA9335BBD1F0219 , 0x96342EF2ECD83393BD8EE7505384A9FF , 0x963C3EAA0D633A56B26CF55CB78B8642 , 0x965338290F7D332FA00664D32FF1D606 , 0x9679FBD6CBB337E596D7130B36652EE6 , 0x96EAA37ADAAF3B1E9E013B9A9B3FB94D , 0x96EFC73ED1F43E189D1C02913F204EFF , 0x96FC1CAAC60634CDA37468B1BD787EFA , 0x97B1B53131583DAF9FBCC72E50B72D17 , 0x97DEF970D69C348CA284CFFD680D632F , 0x97E0E1AE4F903CD6833E1D9127C2046D , 0x97E3C04CCE363BAF99E993A3E49B627B , 0x97F9B4EA94563E54B52CA1CE071B55E4 , 0x9800BBB445AF3B75B423299F8AE6A134 , 0x9823056D237330B8BD093326536E509B , 0x982B02C9DF943CEDB5DCE0958A6CDBE7 , 0x984D0D059EC73D26BFBDF8E77CA02C8F , 0x984EF74562813469AB85A19F680B90B7 , 0x9868A83A2B5630FC826D4BEE3A2676F7 , 0x987501D5F18830AB8123896531478CE2 , 0x98B7F9614F9939FA874E9F14DFFF3287 , 0x98B949A0497437939549088FEC056E7E , 0x98CF607FC50D31D79227F05C4818C4A8 , 0x98DC08749EF83AF09DD7F9F460C15C5F , 0x990B05B4D5173A9B92F0CFB47A3161CE , 0x991C40A4804039C28C7E480CC791A5AD , 0x992AA50282BB35C89E23DE5EEFE7C0CE , 0x995C777C1DF63B3B8908E332200E8701 , 0x99616D10BA763ED5AA0FFB02FB252DE8 , 0x99E5384BE689384FBE6162C00946D072 , 0x99FF5950181B36FEAC3C55ECF6C737D0 , 0x9A2A858A34133AE0A7A95FD9C4B862AE , 0x9A3798D28B2C3E54BB503C4DAE20CE0D , 0x9A3C4590D69B3201A86ADBA77839120C , 0x9A3C9DB7F92A3EC79F47807E2107EF4B , 0x9A6721D9FC6338A88BA301BBA9150986 , 0x9A9FC23AF44F3508B7585B8A8C42EF1D , 0x9ACB58F658D43E49881A6BD1522B1B23 , 0x9AF3A8AFEEDB3FCB96FC41499E1BBB74 , 0x9AF7729099C23FD5A4F5AE223E6920EC , 0x9B0D79C285C43ADA859E8EEDCA0839AD , 0x9B31D07963DA3015931D4ECA305F3582 , 0x9B404BB4C96D31A59028F1167B352AD2 , 0x9B47E4065E343C619B3DD26BC0ACD08B , 0x9B62B11C1DA838D288FE668173CC957C , 0x9B89904F68ED355492638E22B645BD73 , 0x9B93F300CF66328FAA8A15E11F2A05FA , 0x9B97E8B3B0FC37869CDBF9490E006A95 , 0x9C14BCDD3EC23DAE94D77F5EB5C925B4 , 0x9C2E31F41BFB32F4B24436115F781169 , 0x9C2FFEE93DCC337DA0D2F88177A087C0 , 0x9C563522F280352F8AC6356C36472D07 , 0x9C57C1AEC472300BB2016049CEAB5554 , 0x9CDDFD231F133760A6F29AAB1F502A9F , 0x9CFB427B47BB3461894BA739B9FB5138 , 0x9D080A122F0F3A46A73B3D87DF1B24A3 , 0x9D357888CE3339D49FC28964A737BD7F , 0x9D796D6F29A63BCAA70251C4D0E71D4E , 0x9DA5E135C5153235886B02B3EB844563 , 0x9E6998543272359C88FF3CE02CE7E5BE , 0x9E6A19F3896C322BACEDDFE520F20D6C , 0x9E72EA83C28F3A78970A0641C49D0F9F , 0x9E7952C378F439A2A9A4F998E5AA1401 , 0x9E90F9B9F55C3E66A3545EE44394FD9C , 0x9EA0160DBAFF3B51A623DD77AAC89EA1 , 0x9EC48DE3AAD53CE585832A199F914496 , 0x9ED1A5FCC7183E528EE1E519A09A8B7E , 0x9ED58BC5287A36CB9D08603919980C1C , 0x9F0AF70B5BB63FB5824D4AD737821988 , 0x9F733BCB34FB31989B1617EC7891039A , 0x9F9107041F1F39789D65BC29837437A6 , 0x9FC45C6953AE3FA79D0BCEC49C88CD9B , 0x9FFF295C8168325183C31178EC2E1FE5 , 0xA001C605C3B2321F81B20AA6B0321DBA , 0xA0041CD9571A3D92A9C138905992AA6F , 0xA05601BFB408375CAB5986AF9C44EEFE , 0xA089A5205E4934C0B8F33FB0E20EC0F7 , 0xA0CE703BAB0F34AB8400E1B83101514D , 0xA0D233830BF536D6ACF24DDD8CF1C0E8 , 0xA11AC1C569A934C2819C2AB6AEF7E18E , 0xA193D160870933BC9570935A1851D101 , 0xA1F46BF3B93D3F62A3433D3D48E31153 , 0xA20E22D74A943FC3A9CBFCC329D272B5 , 0xA2391482053F3F9D91AD351FF4F32BD2 , 0xA251C09D8F24323DADF79CD19E5E28D5 , 0xA266030E244F332A803E19FBF1144C86 , 0xA26BC86387393238B43994546B759955 , 0xA2C3AAA6F90930299D2C7B1BD1BBF501 , 0xA391BE165E1B359391DA405DC976559E , 0xA3C3BA38117030CF9A7BD2B5E9D3C78F , 0xA42D4E0350F738C5A2D4F1CD458B094D , 0xA444F467BDFE305682BA10EA0C7DF3DD , 0xA44CCBD6D0FF38A9B8E49D108CCB0198 , 0xA44D403CD4BF353C88955DD9294F6B37 , 0xA49A2F0C047C3A0F8E4781ECFF9DA338 , 0xA4A3050A6C1038BE88926CAA1B822B63 , 0xA4C25D2B91473BBD96051BF44F87903C , 0xA4EFE5A8FCFC33B99A40B299B854629D , 0xA4F5CD29B7A23FE7AF9B481AF656B9D2 , 0xA57E11EC356D351482CE77491C734CB1 , 0xA5DF26381C233F89AD4CF3334286AA05 , 0xA63FC3287E15387EAE6AA25CC1EDE111 , 0xA65B1DA6BFA0346795EE3AC4F2A0470D , 0xA65BC966234130AA98E66B8CC7B8EE42 , 0xA69CDA5798DB36108665699FB514761D , 0xA6E6666EC6963874B6266AD8B566D6A4 , 0xA72A5E232F29327EBEC09B29A2C9844A , 0xA73B1F67AB813924BDB1C38427654E18 , 0xA7A1B2108BE234DD8DC3EE08453E5B7C , 0xA83174BB794035FC94802A4D396070B1 , 0xA86EB6723C6F3474B98D9CB13747B10B , 0xA8BC9FF3A60A37B993EC2AC2D0246EF0 , 0xA907BE472FA1394A9999F589C8BE10B9 , 0xA9213CF8B03839178E0F90D325D68094 , 0xA926D1FC89A735198B008E0ED14428DD , 0xA92A5AE08ED93705B3838377BBFAEB3B , 0xA997CDF701BE3CA094713B60F28FEA62 , 0xA99CA68CDC323D7D8A87285DCF0C29E6 , 0xA99F97644F913F9AAB6D53467FB4C48A , 0xA9B1862689BE368585A90067E6430F52 , 0xA9CA924236823340B56F117BA9F5AA8E , 0xA9E9C4CA9527321496D978DEC120382E , 0xAA0D9525E2953518A1DFC800CCE142D3 , 0xAA1B24A3AA973FB0B9E3E84D9623D046 , 0xAA3E570A5B8C399EAF83E4BA57126822 , 0xAA67CAB2367A35E08E7E8D711B6540FC , 0xAA703383D5F13A8C9FCBCCE38B2D4045 , 0xAAA344DFD2FE37F7803538ABA734857C , 0xAACD6F316A00301FABC779AC4162580A , 0xAAF67F875A6C36A38477B41A882E6EE2 , 0xAB67AE71D4D63CA1AD0B8D3C8C8924D2 , 0xAB6CD738FD4A397082FBDC7E29024456 , 0xAB8D5D928EEE390AA10AB27B1A308412 , 0xAC0B8AF64A8A37BB8919472E55D9FEA1 , 0xAC3BD8508F9B3355A5218AF87EBD8764 , 0xAC4D1E0AFC48383582F0471C19F85B97 , 0xAC72E77D18A63B78A7FC19756295C4B5 , 0xAC77102A3E073F79BEF58C597AA03007 , 0xAC883B5A61D431D0818E1D5C21BDC30D , 0xACABF0D59E9A3228AFBBD18CF4B4CB71 , 0xACC72D83E1A93081849D4D2678F3CC28 , 0xACE6B54E9C9B38C3AB1A586AE1A318E6 , 0xACF1E6F2CB063599A49F7C8B140F7420 , 0xAD08166D9DE33529A6BA5B94E5A3C419 , 0xAD1CB1EFAC1C3099A6DDF1BC57564988 , 0xAD481E97B95C30A2977B7C8628ED310F , 0xADCA02214E68307D8A5F1EC7A5147C8B , 0xADCEFE655F4A3D4E98BCB96D354EEC61 , 0xADF2634FD01A303C8F5445F53D2E720B , 0xADFC1B95BF0E3CE583658339240201D8 , 0xAE059A2F7D273D588C659F14B016DC90 , 0xAE22CE811B2D33F19F31093A9CBB400D , 0xAE27CD306C5631FC9FFDC22BF148EE68 , 0xAE2E101B9A593B61993488C0BA5B2FF7 , 0xAE4B5EA35692338DB71C449BB6774BA1 , 0xAE6EAE3BBCF732D493B28EFF6180B16B , 0xAE99EC3BF9463A32889E22CDFC405966 , 0xAE9B74BD3495395DA6420B132E57FC62 , 0xAEC2E642F34C34718A2125EFAB180371 , 0xAEE0106CCD0D399B93F99508094397B3 , 0xAF7B0EA8AEA630FC8C5A3C6118E7522B , 0xAFA4451B3AC63FA891F39299CD0B147C , 0xAFAC0D44140C31759DD960C2B7F24D89 , 0xB000977B047D34C09187EC88B5D0CA49 , 0xB04ACB1A520038ED8ADCB73A2187F90F , 0xB05315965FB7339AA05CEA9D71DA8068 , 0xB0717BB68C293972938273AFDB4443FD , 0xB08574D14B193CFAB76EB11346F323B6 , 0xB091FD2F71C535FBB4C0D7FF3C544891 , 0xB09DDC0829E539EC93EAC06D789C0703 , 0xB0A1D69CF238369196D9672E5C13884E , 0xB0ABCF799E9736B8BA6CA218DAB6E8C8 , 0xB0AF57BD47FD3D47ACD1669859D20F37 , 0xB0BC25F9AF083AAD98352742C3A2CD9E , 0xB149ECDB7A023203A399ECCB061017B0 , 0xB19C68ABB1B534C5BAB54526595B40DF , 0xB1D6B86CE14D3D6CAD434DF6E306555B , 0xB20CF9DE71A63F44A12535EE8CF16553 , 0xB2276AE95AC63E0AADA6EA64A7285DBA , 0xB249A611708033FDB4EE93EFC947A563 , 0xB2585650085C37C49B12DFAD7B2888FE , 0xB26843CEE3AE38969B943A7E6C909E92 , 0xB2C1E6B3FE5E3E409364850F243F13DA , 0xB2C544375A593FC3A6287CB44FDA94F2 , 0xB2D48B35446C3BCCB3C3FFA89B5F560A , 0xB2F1BE03741336CAA69967587571B934 , 0xB2F4F2604F28349E8E550D6F71B8B8B9 , 0xB3217033ECCF3BA6B7A3D0FC01A90C53 , 0xB3587665576431FCB25B94D734FED525 , 0xB362E3F4FA1F36A5ACA888CBED58E3D2 , 0xB36DBBC4356B34A99A6EF0D3961C0192 , 0xB3BBD06499A03BE59561F3FEA815CD87 , 0xB3DA529D555B31A499BFD036BF392884 , 0xB4B78AFE4DBF3C6287DD161AD3452E06 , 0xB4F391919DE53FD2B163CF39B00DC4DF , 0xB57B862B3050315EA0340203F18E28ED , 0xB57C8128A61F3A6BAFDFF8A9872516A8 , 0xB57D39E784C332368B00C08D8111D6DD , 0xB59ADDC2553A33C495325B33D03B28DC , 0xB5AFECB633AC3E1383EA6CA7EDDBCDAC , 0xB5E24672683C3A18825D4A655A38A434 , 0xB61EF8178C5B3369914DB878F3B46AE4 , 0xB655C70DBE40363785AC8369C4069D6A , 0xB6874B794CEB39DD894DE2B8E4E87365 , 0xB68A6EACAA9136578AF7D0353B5168CB , 0xB6A3F42F22AE36FC8ECAFA6A4542E3BD , 0xB715FBA921FC3A22A51FFB4B4843FFD8 , 0xB766EE1B111E31B2A175C2B03A05FDF4 , 0xB776BD016E3133E69843288620A7CB0B , 0xB7BE569C62F13EB6985D39DC8E68A23B , 0xB7E29A371BB13F1A9FB8CAF34F176C07 , 0xB82C55D6BC6F3DD3BC735DFD0F8E1CF4 , 0xB846B729E5DB35349758AF8001C84E76 , 0xB8790B2382FF36D4BD96AB8FF303DBBF , 0xB8896072AFDE39FDB91140D498FEB080 , 0xB94D9539BB3F394DBABB13B3CEA47BAA , 0xB94E447B60353F04B260E642F72A8C35 , 0xB9690FE1C3903C939C571E85F8EF9368 , 0xB99E79A0E26B33609D256BBF9A9C9B06 , 0xB9BDD118B23D3D6BB141EC6B31B9A392 , 0xB9C3D0F96C6C39A4A80366EBF22ECFA4 , 0xB9E29622F1A3325EA4F9E522BD6674DB , 0xBA848B72FEE83EB3AC61060534F7BA63 , 0xBA8B5285F1F93D11B0DD9B511897AEAF , 0xBA964F520E583532B4E2DD0BB6BFED3E , 0xBAB3305A56C63E5F97EE31543D40D1BF , 0xBAC7CD2127CE3B6DBF8E42ABF506F633 , 0xBAD1229B00173E56BDFED1247DAFAA26 , 0xBAE755785C1F3CE58B88ABB6172E87DB , 0xBB08C961601B31EA805284E821492B49 , 0xBB1755F4F4873BD2B27A9F4307F5ADC8 , 0xBB4DE95D1AEA30C7A2F63CE1E53F70C5 , 0xBB772904DC443529B179B6F532CD53F7 , 0xBB94568DD55F3054B8EA8F32ED8EF287 , 0xBB9EFE794F8C3D5BB8772E3FCC901AB4 , 0xBBB959D107E431CB9714439F56AD3327 , 0xBBD1EF6B2D9530FEA02F0ABB949213F1 , 0xBC49C38F09903CBB911A628E498E3243 , 0xBC81C14F12D63D29A0826E98D04AAC9F , 0xBCCE5DFBF40F3E22BF9F9E666600546B , 0xBCD908C16A10354CB24ECB169C1B0529 , 0xBCEEB6DA810033DD8EE2B29BD9A2259D , 0xBD05EC6DC4973AF0A738EED4447EFFA1 , 0xBD29B53D4C94317AA4239661D18ECE06 , 0xBD4E50F5181C315FA50F8E68122B0A74 , 0xBD88F3B416DC3D378EC15017A204AC30 , 0xBD914D228BF8316FBAE476E72E849D2F , 0xBDB01FD6D8923B21AC1B594907CE4920 , 0xBDB6F18F7B1E307BA287ACB3A5CE0F12 , 0xBDFA273737EF31D59A23F4DCEE59D627 , 0xBE1E525DAAB53187861FABF698267A9D , 0xBE371CFBED2435E0AE1B8448004F9E79 , 0xBE9E0D79453236E8807F12EEA7C9A43B , 0xBEC64D276E7C3E27976F2D9FE51916E2 , 0xBEC6A97096383993B6249BE6D715AD47 , 0xBED8955D5F5730EE90FF78E0EF1D59E1 , 0xBEDADA55BB513046A42085A1975B9F14 , 0xBEE02787AD163CEFB677954E54643698 , 0xBF4E8D9B1555305DA862F5D977D43633 , 0xBFAF9A2F60C938C481D0F1F4521EC3A6 , 0xC0B294968BB63E398051B57610326AF2 , 0xC0E2FFFBF3653A48B81414E6F7B7EA3C , 0xC0EF489D9BFB3DF3ABE2EDFD6B21384D , 0xC13585990F3D3B9584E615D71181076D , 0xC15733FCA31D35BE9F712E34F9FB5548 , 0xC15B1A0303AF3F39AC5AEBEE622A89FD , 0xC1C6B168822E3FC1A77EF8CAA752352A , 0xC1DD4978809F3607A3BECEE2D720A787 , 0xC21BD5FC1CC4384AB49F3D4B1A340274 , 0xC21E06C4BD7B39DEB0F19C92F10831BB , 0xC22253617E2F349D87D53D21819ADD13 , 0xC241BDCACC193D0DB826128AC48D5AEB , 0xC277654F870A370B8FBEEAB40125323F , 0xC2AF20BC6A7234C3A0DCF68CB0F9095C , 0xC2DE75755E3A3FF09B2AC2298031C4F6 , 0xC3701E5E1B0237D995BE394CB47809BC , 0xC385FE9D677032A79835AD07D120B0BA , 0xC3869473F885356498861A267E652150 , 0xC3A2B6DAFC3D3D7288D044B820EC0832 , 0xC3ACF612D8E23863AA505EEB43685B26 , 0xC40B156C6DD0371A8B27534232F35E7F , 0xC456F47D08F83D62A7153A98781B9C8F , 0xC4ACA50AD8793404A689140176DE1F78 , 0xC4AE0E8FFFAE3530ADB8E51CB8436A7B , 0xC4B6EFBD92263E36AD7D48CC14BD5083 , 0xC5598B06251F35DDB4E7B42909CDCBBB , 0xC56BE62DAC223D34A128C7C2AA8DD68B , 0xC5A8A86AFB743F859D6F285FFAE4411D , 0xC62267CFC578350D83C9B0596DA1BC07 , 0xC63F65A706133CE187989234D011FBF3 , 0xC65FA6412C6A381FB56654FA7D0C6C94 , 0xC66A844CD35A30FEB19B097A042B6CFF , 0xC6E9F3F39E40311FB0DE463F721011D6 , 0xC707B790A3833AF38760E93124585FC8 , 0xC7116EBECA3936A0A60969C7E2B92D66 , 0xC739F2B1A73C3C7BBF13A3F050A5742A , 0xC73FC60E869638BB9527CEDE1BA63BF7 , 0xC740254C64B83F328E428ECC1607415C , 0xC74C454C401E389A976A577F46A6C5F9 , 0xC762DC9123043EDC993F8768BDDEDAD2 , 0xC775770901923269B910ABB508D20146 , 0xC79A713648E43A46B555A9A9247DC985 , 0xC7A58D7CD14C3E64AC610B29986F67B5 , 0xC7A61CAADDEB3220B785E7A4AA0F5333 , 0xC7ADC5BBE2F63A048E972A5EA6D813C5 , 0xC7B4219981AF3A3FAE4CA759AB6678C7 , 0xC7B8D6BE42043572ADDDB169C0B9A064 , 0xC7DEA59A8F22385AB062FF248E85EDC5 , 0xC7E70A636E7B35AF9F67AA19D4FD7A11 , 0xC86CE18BD149371FABA489EDD9A346FD , 0xC86F8E8D565E31868B15DDDDE172365C , 0xC875A6063A7431EA846A56A272FF072F , 0xC8B51A8AD1F73A888AAD7EA889F3565D , 0xC8E00122064E34CAA30FEC4FFD423C59 , 0xC90C74FE255D3E69881C254ECBF31B11 , 0xC926F351A7F63569BACA0425467CB864 , 0xC930AE6845A33914B6BDF3C529DA322A , 0xC93F75917553361B84FCF2A6E8932C91 , 0xC96F4D947FAA39FC8C28887D3EBF9FDF , 0xC98AC6C1C3FC3181960628F115E2AE87 , 0xC990F85BAE5E3C808E5AFF43506680D5 , 0xC9DB3BCB24583F1696B47F3AE6AF88D8 , 0xCA1598A63406376DAEE3D54CDF42BAEF , 0xCA61E5F896FF31F1BE6C2F6CDAF902C9 , 0xCA82DDE0E7893950828D84374DEA08DA , 0xCAA2688E463433C2867C0CCB50A1F892 , 0xCAA5FAA6FAF1335B9E5297DCD3E435D7 , 0xCAABB5C8F83437D5931DCB554E3528D9 , 0xCAB0BDB3B5CA3643990A4F09FBB42216 , 0xCB4E529E52DB30C8B9713287C3ABB88A , 0xCB5752AF7B7D39729A1D404A9B9F3E82 , 0xCB63021C3F813BE2B26A56360D90FE48 , 0xCB643E0C26933975B5B99B3D2B0C5872 , 0xCB91D9E71F6431028B3BB5ADA9404785 , 0xCBBF49EA30E53C8482FCC18FFB2B6522 , 0xCC2AD13BFB3339C5A572F1279D3DDD41 , 0xCC52A20BF5463C06B6C1E43B0EEB8373 , 0xCC6B8D54513F3035AF4C66D8B867E19D , 0xCC8282227EB0321EA1C4ADAA223BBB9D , 0xCC835579B9883A48AA35B1A06E200132 , 0xCC9E2D4252D732658F17469DD2A297EF , 0xCCA9E09EEC6231AEBF51490C061876BA , 0xCCB1C828BBF93693BFFAED129DCF2713 , 0xCCC3D7A54E343653BB8E268B8E98E859 , 0xCD2B4B46208D3069A1D08284084877B2 , 0xCD4CFB37FCD43F078025252B7887AF93 , 0xCD640D7EE3C5330EB988C9DF9A620421 , 0xCD6E7F97A6453D8DB236BA5D4549478F , 0xCD86E089244A32CABE132151A7B72D35 , 0xCDD6FE2E7D7739B6AD7D2895D0884FF3 , 0xCE18A98865853A9188273875E24D1743 , 0xCE6100F59B733E8796F08C97E12BD704 , 0xCE8F389C04BF318985B9A18F38FBDF2F , 0xCE94B607FCC93854AF0A0EB1713195CA , 0xCEA08514CEC13312A52A7770A30CBEF7 , 0xCEB51496F33B309DA0692E0661782E93 , 0xCF52807C3BB23819B9012698427DF493 , 0xCF8A29FF5DD93823A4EAA7785DBFAD83 , 0xCF8E39A6A05D32AE9D1AE676B5BE9E88 , 0xCFA310FF04F438059E65E10D00EDCB3B , 0xCFB45B68858D3B03BF6E6EAD35496596 , 0xCFBA315E1F603C46B4BC75B6BE856761 , 0xCFC8BB9CA6C3369FB572A6C3F53454A6 , 0xCFE78954FF653EE99CB5A1883A952BCE , 0xD0126FB18CD53A66B08BE24EAAEE62ED , 0xD06067D9A149315A8524272353343DFE , 0xD07F00A79A2B34D1A2A7952712DCDF3F , 0xD09AA9C780AD3B828B52400491539DA8 , 0xD0B9E773DB993D8B9AB72206330CB0A8 , 0xD0F01134AADB3348BD757E2AB8C38553 , 0xD13AEAA74BE13CF19CF8C5D90CC16C0F , 0xD13BE93BA4473891A4D619F3C31DAD1F , 0xD146A3C9195B3EC79FE588E14877532A , 0xD1777AFD6F84346E946A7661802FB4CC , 0xD18CEF6CCBF8383F82DA0B21DB1E80D0 , 0xD1BCC6D4BC013318A4E24D383C16A24F , 0xD1C788DEF5EF390BB6F4122B2525264F , 0xD1FAEFD58F93359C85B779F17F862C3A , 0xD214CBD5516E3B7B9DC22D17CCA6B1C2 , 0xD222263C4B5B3920AC0999FEF107A6A7 , 0xD24E1853C05436CBBF2F320B4AE73F29 , 0xD25D9D0C65843A709284DD416378C0CC , 0xD2A0E307D50D37A5AF782D83681B094C , 0xD2B554C9EB943172BD9D7D6E77BB5C99 , 0xD393076497E93661BF8D4FFAF6EDA725 , 0xD39B272F5EC6383DBF8B52EA7B7147E8 , 0xD3A997111DCE36A885D271FA550B17FC , 0xD3BB760CBE7E33A89BE0FAA2CA1843C4 , 0xD3F6ED1F8DCC396BAA62221C5E674043 , 0xD411B434B8F63A988D5F18C812D9A67C , 0xD423A1FDC8A23DCDA67018A807CD4EB4 , 0xD44307592D023BD388F0098023CD2EF7 , 0xD45C0C6933083C34B1D8D5EE4542F2BE , 0xD46263AFB1EF3C238D8ED718C6F55207 , 0xD462888DB1CB370D97AA5C813A6BF309 , 0xD473CE89C20331E4AA367D9887AC84B4 , 0xD4B343A422463A21B17C0B953CFDA471 , 0xD4D3F6FB58113AC88A047453CA073E80 , 0xD4F14A38068D386F827691CD1DDC5493 , 0xD4F9827C792A380D879E852992838D88 , 0xD500D4DBED1230E49BE785F6E77F0306 , 0xD54E7DB04CF23BC89A11D65315F556E6 , 0xD593DD50723C3CD980EB83C15FC4D79B , 0xD59CA01F04E3346BA7A8DD091047D77F , 0xD5C437DD61DD39F093C090DE1031EF88 , 0xD60B6F456E923E7E9E8704A2E60783AB , 0xD60D0018CCE932869EF992A9B982D4BC , 0xD628D3ACEFA53F6E8975CF117CA46F32 , 0xD6525AC8582E3FF0AB269D05ADEC4C3E , 0xD657867DBC7134B3887EB69FCA43B530 , 0xD661A5666BBB3AD1BF00C332A193BB71 , 0xD674E8167ED4364E999764E13F44DDAE , 0xD6A091B04F423893AEF35BC4AE27F100 , 0xD6D1DB33C76F3667998E927A8F9A106A , 0xD6D6A380EDAC32599E56543046D9F8D7 , 0xD6FFEE4E8D843C0197F21A440EBC1156 , 0xD7141A4589D538FEA56F9593A72D6C52 , 0xD745CD3D4FBA391E9BC31DBBB81B501D , 0xD7781831393E32038827A4FA3A95A3E0 , 0xD88512C25EB534FCA0DB0CE2E2907FA7 , 0xD8921A595CB83D8C840554B197F5D6DB , 0xD8F780BD4EA23FACAFFA849882AC4825 , 0xD90587DAB9CF3649971AD494C37E2A53 , 0xD913AE72A0103F468A6D1DA86830AC75 , 0xD916C881B47A39D482B1DD2E97946955 , 0xD924D5D8D1673641B1A1B1E2889388A7 , 0xD976A70020FF332B9CAEF402BBEB3D02 , 0xD979F0794B253E758F4000173EE0EFAC , 0xD98C331B999E376BABAB546952FE4E81 , 0xD9B4E8AE9DED3B0697838AEB6C2A117E , 0xD9CEA44BD579373884E58FB2FFEA818F , 0xD9CFBA6F251D328E8097040DF432CFF7 , 0xD9D2DE26261E3DAB8585AEA8E65B2724 , 0xD9E4DC5F255A342DA77D6F48B4262AAD , 0xD9F06982A5883E3BA9EF5B3303D3425F , 0xD9F8A640255F3F52B32775A036EDB55D , 0xDA01515DADDB39558512950C88BA1825 , 0xDA04808FA37E30A7B14FEB4C5784CDE9 , 0xDAB4F18EF87936F5A481FE4E3F8EFC78 , 0xDAD29286EEC93BB5A76547A0A6814C47 , 0xDADE7B6D5710308989E6338DAD130780 , 0xDAEF4C47ED503275B1D435895C6C614E , 0xDAF88E413D8634E78B37A0D1930E4D1B , 0xDB2D4070A13D3C6D9EE68622EE9204E3 , 0xDB54F47950C93C9F96AB22EBA16C344F , 0xDB62849FF2EE333788984AEC5EEB171E , 0xDB94E196D30E30C9B469CABBBD6AD780 , 0xDB9D03CDF78B3EF8A0B6FD1A3FA9611B , 0xDBB35E20D5D038079F2998C75A74D219 , 0xDBD01F857D8132E4B0FED4A243F44925 , 0xDBE1F97CA4AD3F52BE3941BE60AC13C1 , 0xDBE6B694DE6D3F60887625C17019B319 , 0xDC011FA6679434D0BCF0E42083BA4081 , 0xDC170B36B5493F1A93132FF1101A1A2E , 0xDC772E017E2E334A90A4142C62AD49F9 , 0xDC7C0F229BFF37689ED1A6FF8E90645D , 0xDCEB76F697C937809CB65BBD05D8622A , 0xDD0C8516F37739C394830F11D648BDD8 , 0xDD3671AE44C03A9F909BA62B26D23F09 , 0xDD5910A6D4B03EA6AF764998372D92F0 , 0xDD5AF43F86BA3786A5F8473963566CBD , 0xDD669736DA053CF5BC0107DBA2A6A945 , 0xDD9AF6CF74CB304697B613AD2C276B57 , 0xDDDEA09C1C0D3E28ABDEF63696408D2C , 0xDE40701AD0C339009BC5E953416C3531 , 0xDE6E9E5247873CDBA5E630958ED35FE4 , 0xDEA9D806C48F331E90C4EB0F073C8993 , 0xDF3D07092BA3315E9B9F6AA301287106 , 0xDF3FA86F250637CCAF1268ED095BC6F7 , 0xDF5D7AC96D3430299A877DE16699DE34 , 0xDF6985D778C33A58A10757C82F482AF1 , 0xDF712A42C6343AA1BD0184C2E553798A , 0xDF95E6480D3431879631DAB4773C6865 , 0xDFA64EC6B04B3141A8B3E5D4A6378572 , 0xE058CFB249DE39B785F30E2D85CD1CFE , 0xE07AB3091A4F3DC58D8066E58D7C58C2 , 0xE0833FCCBFF53043B9DDFEF5026606E7 , 0xE0925C45530B3CBB81696D780A26709D , 0xE09BFEDAB1833C7080FC72C7179930A2 , 0xE0B9A86BDDE83052BE581FA3C85BB633 , 0xE0E8C534803C3E2D81B209DE3D858914 , 0xE12D79CC0DC83D459B846B678621C449 , 0xE13B15EFB98E30C09C7D1FEC993A9382 , 0xE1A8360FF3DA3429BC05BDDC0BFAF2F6 , 0xE1B683710AFE366C920B84D97A834A29 , 0xE2299573F0AA30C5AACD7BBB4388C1C5 , 0xE27E6B95B20F35A0BABE59F8FCA72225 , 0xE2B927F07EAC367292EDB0ABFEF7CB24 , 0xE2C2F737C8193643A094481383B614AC , 0xE2D20C8497583BB3BF9E0ED1FDB513D9 , 0xE2D2FE8FDBA1327995CE15BC8368ADC8 , 0xE2EB49B684F1392DA2A93DFCA146BD37 , 0xE2FDF17F262637B68D1C0959AAC61588 , 0xE309D620B1B530838A4EA508DBD7F240 , 0xE3498F8EC76F3DB08FAAE65544FEE96F , 0xE3910A36DA3635BD9F8D1A12B5C8F445 , 0xE3F36A65B730396C82BE2A9CBFC7EA64 , 0xE4261ED531003D23A297A0487FA918EB , 0xE438D803EDAB393CB9BED53FAAE5AF0F , 0xE443CF436A0A32F584609A928BE562BD , 0xE465641062DC3437BF5EA45AB5D5F572 , 0xE46D8FBE830A326799872EDC648FD2C6 , 0xE493C14EAE2934A099DBFE2938B84BFD , 0xE4B9970886C93693B8A5D7D118816D2F , 0xE4DC3E6A10CE3F0A98007D9970ED10E1 , 0xE4EA17790BC13DCA8FE842DA62F96F18 , 0xE5095E21D4183D0A87CE02D40F4F7CCA , 0xE5123756355536FCA6185C64CE4503D2 , 0xE52546492B5030F59C2D0DF2B1B8EF31 , 0xE58486F6105B372D84362BA649D7B290 , 0xE5A864DCD1C0323E8187007B8BBB1A01 , 0xE5A9859D92383B68825E6B01DD1C5BF6 , 0xE5AE9009EF713C4C99271FB6F1DDFD1C , 0xE623FE86BD3F3C50AB54BB604EE40B89 , 0xE635F21BA5FC35F69FA6F57986C995D3 , 0xE641235A73A03318A99C4537BBA8FE0E , 0xE644D48D584E3A57BFFA3317B17CFA30 , 0xE66FE486E91C3E63884D04F9C2748BC8 , 0xE695575303DE3DE69553F10BD7CEE8C8 , 0xE698C8A1B238326F918088BE396C3CEE , 0xE6BF57BF2E6138ACB1B8A695A20CC260 , 0xE6C24069D4BD3FC7A1EC7CABEB2D6920 , 0xE6C3857F19493CF4A4A6011263234596 , 0xE6F674ACC0623A089174640D3D752874 , 0xE71A3CB995BB38FA89BEE3191FA471AD , 0xE79DA96ACA41396CA5EE9F2EFDF4DC69 , 0xE7DD5F12EEA336AC80A4A2EEBCAB3723 , 0xE82DC64718D73E6A85EF50AACB478676 , 0xE86B950FF780395181087672F0539FC4 , 0xE87657D96D9E3E54B67F1947BECDBBD7 , 0xE930C06B1C963480AF123B13CDD5665C , 0xE958B045559A32BBB0712DB32C9DD94F , 0xE9B293560A943CF9BD77A3FBE61387F0 , 0xE9CBFC79700E39DA943703A0AADDE1F7 , 0xEA23C6B3324C36B9B31C6145D9CB07AF , 0xEA676ED9A94E3437B749A7B4A2DB81DA , 0xEA868165482B30D88AAA8D87EC0B3FD0 , 0xEAE0B3C2BCB73CFFB0DC3F683F43FF0A , 0xEAF600248E5D3EE2BB8AB5820F5448B2 , 0xEB60D12564AB3E479BAC52BD41E4B9E8 , 0xEB64F6B5EF36327C92AB1E951CB40618 , 0xEB6D1BFD9FA53DE28EED37E196A2EB85 , 0xEBA88F24D26D30279F6E9FD66CEBF443 , 0xEBEEE3C3434A3F70993FD0D21E001EC1 , 0xEBFD3523C6023BA9B4E247D20D7653DD , 0xEBFDEE0A94DB3FD499410B8F958C3328 , 0xEC14646AEF17358E94525CDD8EFDF96B , 0xEC1C81D06D1338908A2DBAB1D19298B0 , 0xEC2DF2C3F963392B974E578D8798DF53 , 0xEC3AE5E8667231B9B6CDAE6EC253810A , 0xEC3BE89D7B10327C9A5CA74757E73CE8 , 0xECCB31D960223CFDA877D2C80B170626 , 0xECD529E424923A4AAD07C7525518905A , 0xECD677D51E6B366AADFA5E504CA69804 , 0xECF15A99F12E31CF9C2C1CD94F6A3801 , 0xECF296C85BA032D1A620A40AD6BA6792 , 0xED14C413E20F3D7F8DDA50BAD1940919 , 0xED3085A0702B385F9C780D11866BCC8C , 0xED5FD4289AF035B8828AA099C7BD5211 , 0xEDB0893F63BB3610B531C456F2D573A1 , 0xEE011A85F9A93B59B784F2A5E2DA6A10 , 0xEE16CEBB8E593AAAB1505F27DE73A8A1 , 0xEE9FACCBAC743A27BCD55B058E3EF5C6 , 0xEEA23728BA6D343397C92BC26E8480B4 , 0xEEAE74ABB6AB3773AFB7820764EFC3B2 , 0xEEB33DDE09273A6B805E6E90912DE9E8 , 0xEEBBD25448C6333EB52BE4FCF486E4E6 , 0xEED4F74B75083EFE9C512634BD0255CF , 0xEF2F65F3CC163EC983A4347591CA1809 , 0xEF376BA9C865367AA93A54D6F092FC6B , 0xEF394B70B72A34668ADA35E01F04179B , 0xEF447349366B3A58988F0B5415B3961D , 0xEF5A8B44BCB33C3B9F999B987CE5BA60 , 0xEF5CC7DF01D935D88B30B9B67D21C4DF , 0xEF61CCD826A433B9A73BAF10AA907250 , 0xF002397880133F46A5A5E69B58BC6B97 , 0xF00A137046E13C4A8E9C332FB5AD4F2F , 0xF012E0A4FC803196B37580635EDB6554 , 0xF03E5C119B1C35148542B33F11711CE6 , 0xF045DE10E253348EB0FAE3786B3CCF5A , 0xF04F80A924BA3332A893F96ADD18F932 , 0xF0F1A859B44F36E79DA6DA2E82D790C9 , 0xF13E114305323ECBA3938D282D0B86D3 , 0xF150781A0CA33FA481AA9870FE5D26D8 , 0xF17188C4C7193C49BBAEF40CD01617F8 , 0xF1C7C45A43B639CFBCCA059F81AD0C2A , 0xF1F1B4614E0938C1B7D9050EA64EB55E , 0xF1F1BCA4933739C799D660AA05FD5493 , 0xF219C82E085D3296860295FDABB1C2F0 , 0xF21CFA2774C3313CBC39AA3F1E9D2CA7 , 0xF276D71F79F2304A98ECDA845A55F764 , 0xF2B4A38347FD3BBA9C76FBE071522602 , 0xF2E08E04BA6E32B38FBFA50B3CE2EB20 , 0xF30D065F2F9E3CFAB1513D524463E815 , 0xF34BB4A8AFA1309982E84763567B5D12 , 0xF39660383E4031A2885CD7C4814B8BF9 , 0xF3996AFFE0DF3683AC361B5A3385EBF5 , 0xF3AEFE3244753556987343091CE4A223 , 0xF42876E22D5131F49058921A6CB502BB , 0xF4623F8075813800965393BD56E7882B , 0xF46283EF61F23A6AAEABA7CF4151693B , 0xF467BF2CFC8B3484BE771D7B071F886D , 0xF47A0B49FADA303B9B3875D4388977D5 , 0xF48142A5953C38D4B1393A30B68155BE , 0xF4B501707860339AA7637EDEB9608E0E , 0xF4C6F9ABA91231548F4684AEADFF3240 , 0xF4D35EF5E80C3129AB635AF5304772AD , 0xF4E1065C64303DA28189101EE8E5AB50 , 0xF4E9368E38663EF4B8860DE6BBB65AF7 , 0xF56F4142A58A36649B4380CD45F17788 , 0xF572FEF623FA3E91969DF10FC85386E7 , 0xF5C7581523D233AE9052D08CD1312F6E , 0xF617E9019CEA30769E9DEA3844903126 , 0xF63A6E334C0F35A5996E46AB214E9407 , 0xF6632775998E34CD8CD8572B6DD8E0FD , 0xF69E4950B3CB381E9065412700EEAC84 , 0xF6ADC0953CCA313B9DFDF31CEFAC0FED , 0xF6EE0748105E3B788F34B8CD96021649 , 0xF7167875136C329789F7F8A318A1B5FB , 0xF788481D9F153CEDBD4E099BDD1CFC6B , 0xF7A257D4F9A536158F943E5C12095888 , 0xF7D70C09C43F39BC8C9AD117B6DD2580 , 0xF857BD8A3DAD30C9BF7CE5AA9D8898B7 , 0xF8806B2E2EC93C10A86F6D9ABBA79FC1 , 0xF8B15DBE67F7372AA27191384C472504 , 0xF8C96851CAB13D67B0DB5F9FECD246E2 , 0xF8DB510750903CCE940C270C78FFED6F , 0xF967DE989B373DA4B339616FB7E94149 , 0xF98928C37745312F999563E748C12672 , 0xF9B617C82A7A3241B50ADB7B87CE79AF , 0xFA00BB8FB4DF351CB30659B62B042275 , 0xFA034E690040314F9C0D5EC68A7E72DA , 0xFA2710E99F13306082286B3E6385105B , 0xFA379A04186A3F9D8492069C34C38FB0 , 0xFABEB2F089BE3029A003D94D6ED247D6 , 0xFAC472B2B2DC3B7DA3D193DC7B6FDC1F , 0xFAF96A120AC733309CC27D77193CF7EE , 0xFB1EA012A39731F9A8F11D1213DEE801 , 0xFB2AE055C52934A4AA6CED7F6DE07A9B , 0xFB43D20FF9FA3469A048E62C771BECD2 , 0xFB49C71B56C539E493CCA40A4017D452 , 0xFB5502C0B67D3217B70D10FF48E67D1E , 0xFBD737EA4A7F3F549F7AF454B61A3429 , 0xFC2B75324F5136F9818C6C6A22FF2763 , 0xFC6DB4775903377C9A31935A43F534E7 , 0xFC89BED55207363091D3344782469939 , 0xFD0D8C24D5EC3BD281DF037D9549A479 , 0xFD5A13756A9839C996A3616334DB97E2 , 0xFD68FCB659643181AD9FF688821CD4EB , 0xFD743D453A27376390C842A5B4E23B86 , 0xFD782C298BB7393B8B4FA9E347D3AD8B , 0xFD8A3983C3BC3D139A0E53D4F10EF5AA , 0xFD95A6132E0532CB898F6CB492AEB238 , 0xFDA2A3B0242E3912A7090C65733D8443 , 0xFE021E33E4FB3E92AEFFB2FD3E18BA6C , 0xFE1B31F28D4B39AE9FE236CAD474A0EC , 0xFE412D817EC93BBDB4C656818DA87993 , 0xFE52873DC2213FF084F3675C44829360 , 0xFE6E4207B266307C845F87E4CA017ED8 , 0xFE6E7B4C62F93F8DA156096B5A3C7A79 , 0xFE8F345BE9873974B1EA92E436C6FBFB , 0xFEDA179DBB0D3DE18891839DAAAC8945 , 0xFEF5A9EDD4D23E49A03E4748CF2A443A , 0xFF1452FD61E63EF796E5F5E5072B0CAB , 0xFF1D70BEEFA934D1AC9845918A8B0CB8 , 0xFF29CB174FB337258004ACD581332692 , 0xFF594C645A0A3E579B64133CC2FB368B , 0xFF7B592A72B43EF58AFB40F86A5260D2 , 0xFFD0275FBA283E07BAA70344A17248F3 , 0xFFD6A66DCDC43C05B892639EE2B7015C , 0xFFFC4817C41F3141A2CBBD075957CE4F )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
84
13.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` . `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 =9\x06 ´V1Dzí¾EüÇRf "
b"\x00 ³Ò\x00 1A8¨£mLãÞ[²¥ "
b"\x00 éA"©r3Öš2³\x18 OàÇÛ "
b"\x01 SH=qf<Ï•éû>Åy¾Û "
b"\x03 \r \x1A ÄwÒ0ΑS¦t\x1D 7Ou "
b"""
\x03 Ë\n
\t ìÀ?¸ºbB═EóIn
"""
b"\x04 ts═┐╩:¥«Ëu\x0F ▀üMè "
b"\x05 š±'Pö:u®G‹\x06 d‚\x19 ~ "
b"\x06 }rÈ\x0E y8E┐ Åy3┐~r "
b"""
\x08 \rÐ\x1F\x13 1‡¨\n
Ãì\x0F =Ø\x01
"""
b"\x08 üΫ÷¨;h»Ç╬LHÚ:´ "
b"\x08 ‚\x19\x01 ~\x12 1ê™S#QÃ\x13 ¯w "
b"""
\n
¨ûæO|9;¡\x1E “r(uã
"""
b"""
\n
├\x06\x12 Ë┤7)Ÿ3ôkíÑ├
"""
b"\v Ã\x05 ˆÔ<Œ‚rJ(°bâï "
b"\v Üí\x10 ¥J4¼žêªi•›ÏS "
b"\v ò\x1F HÃÍ7Þ’6hé\x00 ¬b§ "
b"\f "║Iä18ñé┘_-Ø:ÓÄ "
b"\f =\x03 MM¥>ıÅè×è\x14 ÏPü "
b"\x0E\x18 ÓQè\x18 ;6ì┴ÔãI¹\x11 ▒ "
b"\x0E €ÑÒÜs3ÿ–©\v `&ºMt "
b"\x0E ÆöH¥\x00 ;±…ú !Ôhßp "
b"\x0F ¯nÒ"N:Ù€DeD‘üÍò "
b"\x10\x18 ‡l\r ´;v«=¬3®”\x13 Ô "
b"""
\x11 W?Æ\n
\x10 21‹\x13 «y€KÑÍ
"""
b"\x13\x03 !bæh07É\x12 :\x00 áò\x19 ; "
b"\x13 qï˜ø\x02 ;\x12 ¶µ+ÿ—Ì ( "
b"\x14 %\x1D Y\x08 æ8w”•l(ë»áà "
b"\x14 E¤´Ð'< ¾ŠÃDžn€ "
b"\x14 wȹèo7®‰\x1F TÖ0^Cê "
b"\x14 Û¥¯íN>™°*ï\x17 /§§4 "
b"\x15\x13 Q¥º¢0Ø¿âÇÄx\f Ž] "
b"\x15 ¹\x1F\x07 +†3\x00 ¸\x06 Û„\x16 ^ª# "
b"\x15 Ã|\x17 ¨¨>┐å▀ü┴Q¦T┐ "
b"""
\x15 ╠tå\n
\x15 ?)╝9êàHÉ£\x1D
"""
b"\x16 ˜³\x0F ú\x06 :\x03 Š¿Â\x03 c%3ÿ "
b"\x17 WÉ═V\x16 4b«Ç°Äh\x13 \z "
b"\x18 Û´╗┼Ø3²▓▄MðFqq\x04 "
b"\x19 w»©7¸7·–Ù×°dK\r C "
b"\e\x08 ƒ–,A=i¤ící¨KÌ» "
b"\e ÄXÝAì:3ªg.»j©\x14 ▒ "
b"\x1C 47£E¾2x”X&\x05 7‡¡÷ "
b"\x1C ˜\x17 4±À2˃EÒÙ°{N³ "
b"\x1C šk\x1C XŠ0p”½åM:Z)G "
b"\x1D ³é¦¯L2\x1D ؤôo└Í░\x04 "
b"""
\x1E `72gI0\n
•\x15 frµqê6
"""
b"\x1E jWvU®:UƒS\x01 EäA\x7F ô "
b"\x1F fQ\x08 :É0áº[Eè=‹> "
b"\x1F uµLJm>\x1C º\x15 ¡sb=\x0F Š "
b"\x1F üwIßï2¸«irHdþ‘\x1F "
b" ‚–å\x11 Z8[¶Ë5›§Kéú "
b"!!g\x0F ´\x18 4Xùp4╚ª├ì| "
b""eÌ·©M7\x14 €hžZl”n– "
b"$jZž2=?n¤{\r èØWÁ "
b"$’Ñ?ºä4(”Q¯V\x1D f‘| "
b"%Ã_Sã\x7F 6…—\e ùG%\ºT "
b"&\x11\x02 7\v\x10 <Å·ƒ÷zÜæ½\x16 "
b"&˜Yžiº;xº~ÕÆ¢\x07 Ýù "
b"&ßÅi,\x15 ;ù¼tåÑ═"╠ß "
b"'!rOÏÿ;9ëuòÉ5Ä\x1E | "
b"'âÛ‡&X8$‡²ü»;ïÙ\x12 "
b"(̵6¦:2å£\x10 GÏx└Ø╠ "
b")1ÅU\x08 p0t¤º˜~æ§@\x08 "
b")R\x02\x1A T\x10 9\x0E âþ\x10 ÖÿÉ\x17 K "
b"""
*!€Q\n
Q:H¦(kæuö/K
"""
b"*8ÎÎ~Ø;Bê¤Ò╠BÏıë "
b"-Ö\x17 ïŒK2°¶¡\x7F ×âØ±å "
b"-üñ²Å”8%¤èN[îOýæ "
b".>\x00 ÔØl1\x05 ˆ¿~|\x10 !4m "
b"/’÷‰€:\x03 Ÿ²·\x06\x01 €ÓÊ "
b"0\v À@K%52ŸÃÅ\x1F ᘧ\x7F "
b"0\x19\x14 &%]=¨«áÜš¡à>\v "
b"0k¹†,a=ž”Ë3ç\x17\x17 p\r "
b"0ÀÞ›šá4´¿èë\x06 ƃ\x17 ç "
b"1YS¸zœ0*¾:^>u¹èŸ "
b"3\x0E │*1¿99é¬û£ÅTB\x00 "
b"3#óäŒí4¾šøó¥©ÁTÝ "
b"4LÚY—ù=ГÉ\x0E æ¿•\x02 “ "
b"4¬ì§ \x00 1º«Ç¿ÉX]©\x16 "
b"5\x0E %h\x19 3¡†\x0E Y™0*'t "
b"5z¤\x04 M¹4Cš“KCx´hæ "
b"6Ñ\x1A £®³2Žf\x7F ÜÁ\x14 9\r "
b"""
7\n
A\x03 R”2憎“\x14 íæZ9
"""
b"7\r \x06\t j[9\x14 žïÇIÆ‚“Ý "
b"7G}\x07 ¦\x1C 4þ^CÅÅú\v Ù "
b"8¦cNvú3å¸É4‰ëSt¿ "
b"9‡hó(˜1\x1C ª³šPn<¡) "
b":&:‗p\x1D =aüFƒÍþd╚Þ "
b";éı)█Ö4hÄÉ¡\x0E Ð║Þw "
b"<\x08 õm„A:Áµ1iV¹¿Z¦ "
b"<‘—gì.3§™Ûbߦ6‘B "
b"<Î\x19 ©Ø…3K„÷ˆÒúh¶³ "
b">\x18 × ;\x08 =Øñ»#\x16 ÇÄÛ "
b">m}X+\x16 2«˜ 3¸ôz!à "
b">ª`\x16 ‘Ð4÷²ìŠ2}:¡I "
b"""
@\n
×ÈôW<┴Â0Ö@ü\x14 ƨ
"""
b"""
@\x18 \n
™ñ´?\x05 ™+é hUŒ—
"""
b"A\x04 V\x07 /ë6XÑþ█ìu÷¤\f "
b"""
A\x18 @Ï6-5Û˜Ë\x11 \n
H4AR
"""
b"AÚ\x0F u£}9\x0E ›\x02 =-Õ†ª¯ "
b"Dz¯îŸ.>÷›\x7F Ø9o\v ®ª "
b"Dñ¶^9\v =n‚/‰\x00 Ä;\x13 à "
b"ENXã¹@1\x00 ˆj¾9¬¡9ˆ "
b"EmÓ</╣9\x1D Ø´▒aTÈ_¼ "
b"""
F¬˜kæú2à«ôï"\x1F \n
æë
"""
b"FÅ"£tN5óœ£ÕÒ‡SÑ8 "
b"Fà’~¢ç3U¬ÔYËY^,\x1F "
b"G#™c@Ä1܃Yº%Õi\x1A # "
b"GÆbuv)9‘½\e XNˆ\t fË "
b"IŽTRk\x19 6\e ¯œMeáúŠ¡ "
b"J)‚2,î6\x01 œI~\x06 wg39 "
b"""
J ±\n
Ok>U°"\r Ó–2sR
"""
b"Jºü\x14\x06 ¤6N“’ÔN\x0E ¥8ÿ "
b"JÇlxK4:%†üH\x07 M\x13 )^ "
b"JÌÖ:n\x0E 8À»\x0F ë¥\x17 à‡¬ "
b"LW¾─7ª;Ýû\x13 ;Éjz%├ "
b"L`Ô™vw8\t ˆ½^fs^ž "
b"Ly¬Ç■½8ıñnü;à\x06 \¦ "
b"LàÓ¿œÓ5\x16 ‚\x1F IùLÇ‘- "
b"M\r ‰2ð³8¦¸ýÞ›÷Mí7 "
b"Mš†\x11 ‰O6# ŽY\x0F B~8Þ "
b"N¯\x12 A}Ô2K® ŸŽƒ¾®' "
b"O˜\x13 SQn5…›\x10 MÕlVŒþ "
b"PãXÂÞü3!›i‘¸Q[\x04 - "
b"Q¬§└ u7õص\x1E\x06 l\x7F ´u "
b"R®Ë'sù9\x0E º 4%a‚)m "
b"R±ÂwXù9m▒\x07 ÉÚ#»\« "
b"RüÞX\x1E .:¬‚I\x1E è‚#j… "
b"Rþ!Fó¤>ú¨ºÝ„9/Z” "
b"S\x16 Xà§g>!╗▓r\x05 bKØ= "
b"S–V(\x18 ×0¿‚—iϸjÿh "
b"T\x1C «ƒ¥8>`¦ëy©áŠÄs "
b"T*©.\x19 Ó3‚»'RFn\x04 ôÑ "
b"TßU„tù?'‡Ë,Ü5Û6c "
b"U\f X>Ñ\7Ü„A6˜t~8Ð "
b"V3¾Ã\x13 H9§¼ì┬▀tû\x16 t "
b"WçE\x06 ûF<!¶ãE´aßzi "
b"XÅ~┬%\x03 9\x19 »å&█\e ┤\x00 Î "
b"Y\x08 åÜâª<m┤ì╩,»¸ð "
b"YxÕîT’7¢¹yÓj-ËÓO "
b"\0‚\x0F\v $?!’ŠšçÍ#þÞ "
b"\Ù\x15 5ä²?\ ©<ýh,\f “ "
b"]ƒ\e !³³1¶ú\x11 ãŠ\x1F\x0F B "
b"_'Ðx\x08 $8Á’\x01 ‘‡ð§B\ "
b"_̶\x10\x16 –3Ö€{6¸»ž"W "
b"`AüÊn\x10 4àÜ|<=F┴Ëß "
b"`L1'‰Ø=ß…\x0E ŸqÀÁr "
b"`╚╗ä¦^02ì7\x15 ´Û|9y "
b"""
`µvs¥¬8µÇ\x05 eÄpÉ\n
,
"""
b"`÷þÚYž;þ£\x1A M¸ûÆïw "
b"a!F\x01 »56°©¾»°\x0F œ\x19 ‚ "
b"a^\x19 :;Ö8?»ùÈÙ\x04 ò…µ "
b"aoEh\x00 i7?¯º\x03 X³`! "
b"bM6â´ï9¾—’÷r\r &ü "
b"bÜFòìÔ<–©Ã´³Å\x1D 8µ "
b"c:€\x12 ¹å;\r ƒúY¶|+së "
b"""
c;ï•\n
’0\x0E ‰r«‚Ä´u
"""
b"c·#Ú½å>\x07 ¨,7\x06\e ÿc÷ "
b"eh±\x00 éO1+ŒÐî˜sw´\x06 "
b"eÅ¥\x06 ]Ü1Ê░¬│\ò¦Q▒ "
b"f\v\e ÉÚ½<Ü«®n&ß_\f\x06 "
b"f\x18 霬x=8‚\x12 ½Ù~„µà "
b"f\x1C 暯}<r‹ÃwdÄ•Iü "
b"fQ·‰<è6§ˆ{N\x13 H\t ‰& "
b"f‹p˜ Ê8\x1F °¡Ð+Âõñ” "
b"fð┬©V×7èÉ*ó\x06 2O/I "
b"g█═¦\ø9Éü├B)ð$ç/ "
b"gà0\r [³4z¥k\x17 D\x13 ê¥Ö "
b"gsm \x15 2[úƒÉ\e\x15 a¯┌ "
b"h?\x13 d8²5½¡-̘dã:p "
b"h“\x04 ;ái2{”\x1F ö”\x10 :v° "
b"hòk▀ï´4─Ö`\x1A É\x10 ¢tú "
b"j.ïÐÕb2׎D\v #‰âʲ "
b"j²9;º†<\x1C •楒E˜éw "
b"jä»f\x08 i=B‹\x08 ªZ©\x06 "Û "
b"j°³Ãþ»1æ¢_Ø\x10\x1C ±║▀ "
b"kÁ„¡D(?b¦Ö\x0E z·t\x12 ” "
b"kÎ\x07 Æñ\x06 2\x7F –¨±8\x03 5óˆ "
b"l3V´–ý:8ŒÅ–/…"\x13 ” "
b"m\x13\x1D ‚|26»Ÿª×âNèg] "
b"mÍ\r x+Ñ;J³Î\x15 í²ò\x15\x13 "
b"mÿ\x18 —\x14 h5Ÿ´Ñë9ÿ\x02 Ðÿ "
b"n\v '█©?2É×S R╦¬éð "
b"n}Ó…«e>'…\x18 d {u8ü "
b"nÛ»ó\x12 29\x1F ž)_gÎb˜\e "
b"rÉ/?¡═6"ûSÊòsklý "
b"""
rׯw\n
e5̬\x14 ãnIsÁ$
"""
b"s&ž+4U5ƱÄר¡\x02 ‰€ "
b"sW▄RüJ;¼êÕóÔ\ãrm "
b"uÉj¿iƒ:©ö█à ¬■&< "
b"u┘áý\x1E É7þåÞà░?Ám\v "
b"w›Ù¶_A9…¸î0f™(Õ\x19 "
b"wª‘3Kž:*‡Uf— \¶ "
b"xsÔ]║┤1Ùì░░¡/3^] "
b"x—BœïH7X’\Ÿ\x08 bóž@ "
b"xÅ”á6º9 ¡ýæv†^râ "
b"y\x7F i‰t\?³¨þ\x1A ¼ÿ“aÏ "
b"yáQÊ╬‗1ìû£`8çHyª "
b"""
{¦Ë®\n
\v ??¤áæ\t "àù
"""
b"|_S\x0E !57AöaüþÆ╦┴─ "
b"|═;A¿ü4¹óã[£╦ðÉ■ "
b"|é§\x11 ×å:×¶Y²Ðä¬Ù\x0E "
b"}\x07 ╠eµù6Ó¢ü'õ7o\x02 ╠ "
b"}Ÿ\x08 ì\x19 ø8m½\x08 Ú,\x16 ±ƒì "
b"}ÑHWô╣6ôü¯D9xâói "
b"\x7F iz-ÿ(43Å\x0F ½9\f ÈHh "
b"\x7F ôn9¼Õ;É¢{‗D¹ÙÇÈ "
b"\x7F Ï“êÞ\x12 :\x11 ¾ó\x08 +NÇÇ» "
b"‚‰"=BÏ6š©QGP€2¬î "
b"â-ÛÔs²<Zìa\x0F\t 49ñ0 "
b"â▄QÑÑè>║¿\x08 ¥µØW°J "
b"„\f ~#\x17 „1¹½l¯î·4‚Ø "
b"…¶ÞowÊ3„” )ëÕ\x0F á\ "
b"†>È&\t v=„¨Ž\x05\x01 Û‘þ… "
b"‡;ß(ƒ{7v¡Gg2¯1°€ "
b"êQ\x7F ÿ╣a;\r ì├^K*´t1 "
b"ˆŸ6\\x1C\x18 :û‘\x19 ÅÞ¬Ho\x13 "
b"‰ZÅE0z2´Œv\e ÙJØôÙ "
b"‰—æ—Óx3ãƒs9´FP7ª "
b"ïTnT■G8èØH\x7F -6½{4 "
b"Œ\x1F Ëc<\x14 ?K²#Ÿ\t Ê¡$o "
b"Œ ïýÊ4?z®@}\x01 ášAƒ "
b"Œ~¾\r Q\x16 8ưÿÙ|æ“[ "
b"ìA`C¥\x19 3©Æ¨ìzA\x08 ┌W "
b"ì«\x06 dôw8║×óOpÖ8Â\x1A "
b"Žà¦ðÊÓ>Þ‡Ö¸êXÂÂ] "
b"ŽûK\x1D .78Ì©ùÌ2\x18 ù\x01 V "
b"ÅTr▒ôò<T┐I‗\x07 ò\x7F ª_ "
b"ÅhbØ¿í7Þñ Ö╦Z\r ;Ù "
b"æ\x1C vh\x04 E8Iô0ïFÄØß» "
b"æA`╠\x04 Ø9B¡0ºÁØÇ4a "
b"‘íf®0,:zˆ\x7F þ¶#1¼õ "
b"“<\x15 %\x01 Þ8d¯§\x11 ´óAI1 "
b"“–B\‘ª4Q”Ͱ`ßoë> "
b"”\x1D l0&Ó:-“îlN1tG- "
b"öXƒ8Q▓<6üÇ┴d█┬T "
b"öt*■ãì3Bö¼d\x1F 7ù/9 "
b"öò@Zä%:\x15 ì£X% °╝0 "
b"òÉ,w©I83ééÚ\x18 üë\x15 ? "
b"òÖ╩EıÉ=C║Péfü\x13 ╬Ö "
b"ò¢+\x08 ~ì?Jä0áçfpðÍ "
b"û*/\aL;┌Ø®3[¢\x1F\x02\x19 "
b"–ê£zÚ¯;\x1E ž\x01 ;š›?¹M "
b"—±µ11X=¯Ÿ¼Ç.P·-\x17 "
b"ùÓß«OÉ<Íâ>\x1D æ'┬\x04 m "
b"™*¥\x02 ‚»5Èž#Þ^ïçÀÎ "
b"™am\x10 ºv>Õª\x0F û\x02 û%-è "
b"™å8Kæ‰8O¾abÀ\t FÐr "
b"›—è³°ü7†œÛùI\x0E\x00 j• "
b"œ.1ô\e û2ô²D6\x11 _x\x11 i "
b"œWÁ®Är0\v ²\x01 `IΫUT "
b"œûB{G»4a‰K§9¹ûQ8 "
b"""
×rÛâ┬Å:xù\n
\x06 A─Ø\x0F ƒ
"""
b"žyRÃxô9¢©¤ù˜åª\x14\x01 "
b"žÑ¥üÇ\x18 >RŽáå\x19 š‹~ "
b"ƒæ\x07\x04\x1F\x1F 9xØe╝)ât7ª "
b"""
á\x01 ã\x05 ├▓2\x1F ü▓\n
ª░2\x1D ║
"""
b" ‰¥ ^I4À¸ó?°â\x0E À÷ "
b" Îp;«\x0F 4«„\x00 á¸1\x01 QM "
b" Ò3ƒ\v õ6Ö¬òMÝŒñÀè "
b"¢\x0E "×J”?éËüÃ)Òrµ "
b"ó9\x14 é\x05 ??Øæ¡5\x1F ¶¾+Ê "
b"ú├║8\x11 p0¤Ü{ÊÁÚËÃÅ "
b"ñÜ/\f\x04 |:\x0F ÄGüý Øú8 "
b"ñ┬]+æG;¢û\x05\e ¶OçÉ< "
b"ñ´Õ¿³³3╣Ü@▓Ö©TbØ "
b"¥ß&8\x1C #?‰Ló3B†ª\x05 "
b"¦?Ã(~\x15 8~®j¢\Áíá\x11 "
b"º;\x1F g½ü9$¢▒├ä'eN\x18 "
b"ºí▓\x10 ïÔ4¦ì├¯\x08 E>[| "
b"®!<°░89\x17 Ä\x0F ÉË%ÍÇö "
b"©&Ñü‰§5\x19 ‹\x00 Ž\x0E ÑD(Ý "
b"©Ÿ—dO‘?š«mSF\x7F ´ÄŠ "
b"ª\e $£ª—?°¹ãèM–#ÐF "
b"¬g╩▓6z5ÓÄ~ìq\e e@³ "
b"½g«qÈÍ<í¡\v ì<îë$Ê "
b"""
½ì]ÆÄ¯9\n
í\n
▓{\x1A 0ä\x12
"""
b"¼ê;ZaÈ1ðüÄ\x1D \!¢├\r "
b"¡\x08\x16 mØÒ5)ª║[öÕú─\x19 "
b"H\x1E —¹\0¢—{|†(í1\x0F "
b"«K^úVÆ3ìÀ\x1C DøÂwKí "
b"®n®;¼÷2Ô“²Žÿa€±k "
b"®›t½4•9]¦B\v\x13 .Wüb "
b"®ÂæBóL4qŠ!%ï«\x18\x03 q "
b"»¼\r D\x14\f 1uØ┘`┬À‗Më "
b"░S\x15 û_À3Üá\ÛØq┌Çh "
b"°q{¶Œ)9r“‚s¯ÛDCý "
b"░Ø▄\x08 )Õ9ýôÛ└mx£\x07\x03 "
b"°¡Öœò86‘–Ùg.\\x13 ˆN "
b"°«Ïyž—6¸ºl¢\x18 Ú¶èÈ "
b"°¼%ù¯\x08 :˜5'Bâ͞ "
b"±IìÛz\x02 2\x03 £™ìË\x06\x10\x17 ° "
b"²Ô‹5Dl;̳Ãÿ¨›_V\n "
b"³»Ðd™ ;å•aóþ¨\x15 ͇ "
b"│┌RØU[1ñÖ┐ð6┐9(ä "
b"µ{†+0P1^ 4\x02\x03 ñŽ(í "
b"Á}9þä├26ï\x00 └ìü\x11 ͦ "
b"µâFrh<:\x18 ‚]JeZ8¤4 "
b"¶\x1E ø\x17 Œ[3i‘M¸xó´jä "
b"·v½\x01 n13æ˜C(† §Ë\v "
b"·¾Vœbñ>¶˜]9ÜŽh¢; "
b"©y\v #é 6È¢û½Å¾\x03 █┐ "
b"╣i\x0F ß├É<ô£W\x1E à°´ôh "
b"╣×yáÔk3`Ø%k┐Ü£ø\x06 "
b"¹ÃÐùll9¤¨\x03 fëò.Ϥ "
b"º–OR\x0E X52´âÝ\v ¶¿í> "
b"»\x08 Éa`\e 1ê€R„è!I+I "
b"╗öVìı_0T©ÛÅ2ÝÄ‗ç "
b"""
»Ñïk-•0þ /\n
»”’\x13 ñ
"""
b"¼Ù\x08 Áj\x10 5L²NË\x16 œ\e\x05 ) "
b"╝¯Â┌ü\x00 3¦ÄÔ▓ø┘ó%Ø "
b"""
½NPõ\x18\x1C 1_¥\x0F Žh\x12 +\n
t
"""
b"½ˆó´\x16 Ü=7ŽÁP\x17 ¢\x04 ¬0 "
b"½ú'77ï1Õš#ôÜîYÖ' "
b"¾ÆM'n|>'—o-Ÿå\x19\x16 â "
b"¾ÚÚU»Q0F¤ …¡—[Ÿ\x14 "
b"└´HØø¹=¾½Ôݲk!8M "
b"┬"Sa~/4Øçı=!üܦ\x13 "
b"¯ ¼jr4à ÜöŒ°ù\t \ "
b"Ãp\x1E ^\e\x02 7Ù•¾9L´x\t ¼ "
b"ìö\x12 Øâ8cªP^ëCh[& "
b"Ä\v\x15 lmÐ7\x1A ‹'SB2ó^\x7F "
b"ÅY‹\x06 %\x1F 5Ý´ç´)\t ÍË» "
b"Ã\x07 ÀÉúâ:¾ç`Ú1$X_╚ "
b"Çuw\t\x01 ’2i¹\x10 «µ\x08 Ò\x01 F "
b"Ǧ\x1C ªÝë2 ·…礪\x0F S3 "
b"Ã┤!Öü»:?«LºY½fxà "
b"Ǹ־B\x04 5rݱiÀ¹ d "
b"Ê¢hŽF43†|\f ËP¡ø’ "
b"Ê¥ú¦úñ3[žR—ÜÓä5× "
b"Ë‘Ùç\x1F d1\x02 ‹;µ©@G… "
b"ÌR¢\v õF<\x06 ¶Áä;\x0E ëƒs "
b"╠kìTQ?05»LfÏ©gߨ "
b"Ì©àžìb1®¿QI\f\x06\x18 vº "
b"╠▒╚(╗¨6ô┐·Ý\x12 ؤ'\x13 "
b"ÍLû7üÔ?\x07 €%%+x‡¯“ "
b"Íd\r ~ãÅ3\x0E ¹ˆÉßšb\x04 ! "
b"Î\x18 ©ˆe…:‘ˆ'8uâM\x17 C "
b"Îa\x00 õ›s>‡–ðŒ—á+×\x04 "
b"╬Á\x14 û¾;0Øái.\x06 ax.ô "
b"¤Ä9ªá]2«Ø\x1A µvÁ¥×ê "
b"¤┤[hàì;\x03 ┐nn¡5Ieû "
b"Ϻ1^\x1F `<F´¼u¶¾…ga "
b"ÒN\x18 SÀT6Ë¿/2\v Jç?) "
b"Ò ã\x07 Õ\r 7¥¯x-ƒh\e\t L "
b"ÊÁT╔Ùö1r¢Ø}nw╗\Ö "
b"Ëô\x07 dùÚ6a┐ìO·÷ݺ% "
b"Ó©—\x11\x1D Î6¨…ÒqúU\v\x17 ü "
b"È\x11 ┤4©÷:ÿì_\x18 ╚\x12 ┘ª| "
b"Èbc»▒´<#ìÄÎ\x18 ã§R\x07 "
b"ÔsΉÂ\x03 1äª6}˜‡¬„´ "
b"ȱJ8\x06 ì8oévæ═\x1D ▄Tô "
b"Ȩé|y*8\r ç×à)Æâìê "
b"Õ\x00 ÔÛí\x12 0ä›ç…öç\x7F\x03\x06 "
b"Ö\r \x00\x18 Ìé2†žù’©¹‚Ô¼ "
b"Ö(Ó¬ï¥?n‰uÏ\x11 |¤o2 "
b"Öa¥fk»:Ñ¿\x00 Ã2¡“»q "
b"Ö ‘°OB8“®ó[Ä®'ñ\x00 "
b"┘yyK%>uÅ@\x00\x17 >Ó´¼ "
b"ÙÒÞ&&\x1E =«……®¨æ['$ "
b"┌Ì{mW\x10 0ëëµ3ì¡\x13\x07 Ç "
b"ÚïLGíP2u±Ô5‰\laN "
b"Ûb„Ÿòî37ˆ˜Jì^ë\x17\x1E "
b"Û”á–Ó\x0E 0É´iÊ»½j×€ "
b"█Ø\x03 ═¸ï>°á²\x1A ?®a\e "
b"Û³^ ÕÐ8\x07 Ÿ)˜ÇZtÒ\x19 "
b"█ð\x1F à}ü2õ░■ÈóC¶I% "
b"Ûæ¶”Þm?`ˆv%Áp\x19 ³\x19 "
b"▄\x01\x1F ªgö4ð╝õ â║@ü "
b"Üëvö—É7€œ¶[½\x05 Øb* "
b"ÝZô?†º7†¥øG9cVl½ "
b"Ýf—6Ú\x05 <õ¼\x01\x07 Û¢¦©E "
b"¦Ìá£\x1C \r >(½Ì÷6û@ì, "
b"ß?¨o%\x06 7̯\x12 hí\t [Æ÷ "
b"ß]zÉm40)š‡}áf™Þ4 "
b"ß•æH\r 41‡–1Ú´w<he "
b"Óz│\t\x1A O=┼ìÇfÕì|X┬ "
b"á-yÌ\r È=E›„kg†!ÄI "
b"â)•sðª0ŪÍ{»CˆÁÅ "
b"â~k•²\x0F 5 º¾Yøü§"% "
b"âëI¶„ñ9-¢©=ü¡F½7 "
b"Ô²±\x7F &&7Âì\x1C\t Y¬ã\x15 ê "
b"ÒIÅÄÃo=░ŬµUD■Úo "
b"ä&\x1E Õ1\x00 =#¢— H\x7F ©\x18 ë "
b"äed\x10 bÜ47¿^¤ZµÕõr "
b"ä“ÁN®)4 ™Ûþ)8¸Ký "
b"äÜ>j\x10 Î?\n ˜\x00 }™pí\x10 á "
b"""
å\t ^!Ô\x18 =\n
‡Î\x02 Ô\x0F O|Ê
"""
b"å%FI+P0õœ-\r ò±¸ï1 "
b"Õ¿d▄Ð└2>üç\x00 {ï╗\x1A\x01 "
b"æÃ…\x7F\x19 I<ô¤¦\x01\x12 c#E– "
b"þØ®j╩A9lѯƒ.²¶▄i "
b"çÝ_\x12 î£6¬€¤¢î¼«7# "
b"è-ÆG\x18 ×>j…ïPªËG†v "
b"èvWÙmž>T¶\x7F\x19 G¾Í»× "
b"é0Àk\x1C –4€¯\x12 ;\x13 ÍÕf\ "
b"ÚX░EUÜ2╗░q-│,Ø┘O "
b"""
鲓V\n
”<ù½w£ûæ\x13 ‡ð
"""
b"ê#Ƴ2L6¹³\x1C aEÙË\x07 ¯ "
b"ÛåüeH+0Ïè¬ìçý\v ?ð "
b"êà³Â¼·<ÿ°Ü?h?Cÿ\n "
b"ëm\e ýŸ¥=âŽí7á–¢ë… "
b"ëîãÃCJ?p™?ÐÒ\x1E\x00\x1E Á "
b"ý-‗├¨c9+ùNWìçÿ▀S "
b"ìË1Ù`"<ý¨wÒÈ\v\x17\x06 & "
b"ìÖwÕ\x1E k6jú^PL¦˜\x04 "
b"í0… p+8_œx\r \x11 †kÌŒ "
b"í°‰?c»6\x10 µ1ÄVòÕs¡ "
b"ˬt:'¼Õ[\x05 Ž>õÆ "
b"î»ÒTHÆ3>µ+äüô†äæ "
b"ï/eóÌ\x16 >Ƀ¤4u‘Ê\x18\t "
b"ï\Çß\x01 Ù5Ø‹0¹¶}!Äß "
b"´a╠Ï&ñ3╣º;»\x10 ¬ÉrP "
b"""
ð\n
\x13 pFá<JŽœ3/µO/
"""
b"ð\x12 à¤ü€1–³u€c^ÛeT "
b"±>\x11 C\x05 2>╦úôì(-\v åË "
b"±Px\x1A\f ú?ñü¬ÿp■]&Ï "
b"‗ÓÄ\x04 ║n2│Å┐Ñ\v <ÔÙ "
b"ó™jÿàß6ƒ¬6\e Z3…ëõ "
b"§r■÷#·>æûر\x0F ╚Såþ "
b"÷¡└ò<╩1;ز¾\x1C ´¼\x0F Ý "
b"÷¯\x07 H\x10 ^;xÅ4©═û\x02\x16 I "
b"°W¢è=¡0╔┐|Õ¬ØêÿÀ "
b"ø€k..É<\x10 ¨omš»§ŸÁ "
b"°█Q\x07 PÉ<╬ö\f '\f x Ýo "
b"·\x00 ╗Å┤▀5\x1C │\x06 YÂ+\x04 "u "
b"ú\x03 Ni\x00 @1Oœ\r ^ÆŠ~rÚ "
b"ú¾²ð‰¾0) \x03 ÙMnÒGÖ "
b"û×7êJ\x7F ?TŸzôT¶\x1A 4) "
b"²\r î$ıý;Êü▀\x03 }òIñy "
b"ýZ\x13 uj˜9É–£ac4Û—â "
b"²h³ÂYd1ü¡ƒ÷êé\x1C ÈÙ "
b"ýŠ9ƒÃ¼=\x13 š\x0E SÔñ\x0E õª "
b"ý¢£°$.9\x12 §\t\f es=„C "
b"■┌\x17 Ø╗\r =ßêæâج¼ëE "
b" )╦\x17 O│7%Ç\x04 ¼ıü3&Æ "
b"ÿÐ'_º(>\x07 º§\x03 D¡rHó "
b"ÿüH\x17 Ä\x1F 1A¢Ë½\x07 YWÎO "
]
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` . `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` . `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 (0x003D3906B45631C7B2EDBE45FCC75266 , 0x00B3D200314138A8A36D4CE3DE5BB2A5 , 0x00E94122A97233D69A32B3184FE0C7DB , 0x0153483D71663CCF95E9FB3EC579BEDB , 0x030D1AC477D230CE9153A6741D374F75 , 0x03D30A098DB73FF7A76242CD45A2496E , 0x047473CDBFCA3ABEAED3750FDF814D8A , 0x059AB12750F63A75AE478B066482197E , 0x067D72D40E793845BF208F7933BF7E72 , 0x085C72D01F133187A80AC3EC0F3DD801 , 0x0881D7AEF6F93B68AF80CE4C48E93AEF , 0x088219017E1231EA99532351C313AF77 , 0x0AA8FBE64F7C393BA11E93722875E3A0 , 0x0AC30612D3B437298FF733936BA1A5C3 , 0x0BC305A088D43C8C82724A28B062E2EF , 0x0BDCED10A54A34BC9EEAAA69959BCF53 , 0x0BF21F48C3CD37DE923668E900AC62A7 , 0x0C22BA49843138A482D95F2D9D3AE08E , 0x0C3D034D4DBE3ED58F8A9E8A14D85081 , 0x0E18E0518A183B368DC1E2C649FB11B1 , 0x0E80D1D2DC7333FF96A90B6026BA4D74 , 0x0EC6F648A5003BB185FA2021D468DF70 , 0x0FAF6ED2224E3AD98044654491FCCDF2 , 0x1018876C0DB43B76AB3DAC33AE9413D4 , 0x11573FC60A1032318B13AB79804BD1CD , 0x130321629168303790123A00A095193B , 0x1371EF98F8023B12B6B52BFF97CC2028 , 0x14251D5908E6387794956C28EBBBE1E0 , 0x1445A4B4D0273C20BE8AC344C5BE6E80 , 0x1477C8B9E86F37AE891F54D6305E43EA , 0x14DBA5AFED4E3E99B02AEF172FA7A734 , 0x151351A5BAA230D8BFE2C7C4780C8E5D , 0x15B91F072B863300B806DB84165EAA23 , 0x15C77C17F9F93EBF86DF81C151DD54BF , 0x15CC74860A153F29BC39888548909C1D , 0x1698B30FFA063A038ABFC203632533FF , 0x175790CD56163462AE80F88E68135C7A , 0x18EAEFBBC59D33FDB2DC4DD046717104 , 0x1977BBA937B837B796D9D7B0644B0D43 , 0x1B0883962C413D69A4ED63EDA84BCCBB , 0x1B8E58ED418D3A33A6672EAF6AB814B1 , 0x1C3437A345BE3278945826053787A1F7 , 0x1C981734B1C032CB8345D2D9B07B4EB3 , 0x1C9A6B1C588A307094BDE54D3A5A2947 , 0x1DFC82DDEE4C321D9DCF936FC0D6B004 , 0x1E6037326749300A95156672B571EA36 , 0x1E6A577655AE3A5583530145E4417FF4 , 0x1F6651083AC930E1BA5B45ADE83D8B3E , 0x1F75B54C4A6D3E1CBA15A173623D0F8A , 0x1FFC7749DFEF32B8AB69724864FE911F , 0x208296E5115A385BB6CB359BA74BE9FA , 0x2121670FEF183458977034C8A6C38D7C , 0x2265CCB7A94D371480689E5A6C946E96 , 0x246A5A9E323D3F6EA47B0DE8D8AD57C1 , 0x2492D13FBAE434289451AF561D66917C , 0x25C35F53E37F3685971BF947255CBA54 , 0x261102370B103CC5B783F77ADCE6BD16 , 0x2698599E69BA3B78BA7ED5C6A207DDF9 , 0x26E18F692C153B97AC7486A5CD22CCE1 , 0x2721724FD8983B3989759590358E1E7C , 0x27E2DB872658382487B2FCBB3BEFD912 , 0x28DEE636DD3A32869C1047D878C09DCC , 0x2931C55508703074A4BA987EE6A74008 , 0x2952021A5410390E83E710999890174B , 0x2A2180510A513A48A6286BE675F62F4B , 0x2A38D7D77E9D3B4288CFE3CC42D8D589 , 0x2DD617EF8C4B32B0B6A17FD7E2D8B1E5 , 0x2DFCF1B2C5943825A4E84E5BEE4FFDE6 , 0x2E3E00D4D86C310588BF7E7C1021346D , 0x2F92F7AD89803A039FB2B7060180D3CA , 0x300BC0404B2535329FC3C51FE198A77F , 0x30191426255D3DA8ABE1DC9AA1E03E0B , 0x306BB9862C613D9E94CB33E71717700D , 0x30C0DE9B9AE134B4BFE8EB06C68317E7 , 0x315953B87A9C302ABE3A5E3E75B9E89F , 0x330EB32A31A8393982AA969C8F544200 , 0x3323F3E48CED34BE9AF8F3A5A9C154DD , 0x344CDA5997F93DD093C90EE6BF950293 , 0x34ACECA7A00031BAABC7BFC9585DA916 , 0x350E25AD681933A1860E5999302A2774 , 0x357AA4044DB934439A934B4378B468E6 , 0x36D11AA3AEB3328EAD667FDCC114390D , 0x370A4103529432E6868E9314EDE65A39 , 0x370D06096A5B39149EEFC749C68293DD , 0x37477D07A61C34FEAD5E43C5C5FA0BD9 , 0x38A6634E76FA33E5B8C93489EB5374BF , 0x398768F32898311CAAB39A506E3CA129 , 0x3A263AF2701D3D6181469FD6E764C8E8 , 0x3B82D529DB9934688E90AD0ED1BAE877 , 0x3C08F56D84413AC1B5316956B9BF5AA6 , 0x3C919767EC2E33A799DB62DFA6369142 , 0x3CCE19A9D885334B84F788D2FA68B6B3 , 0x3E189EFF3B083D9DA4F0AF2316808EEA , 0x3E6D7D582B1632AB982033B8F47A21C3 , 0x3EAA601691D034F7B2EC8A327D3AA149 , 0x400A9ED493573CC1B6309940811492F9 , 0x40180A99F1B43F05992BE9A068558C97 , 0x410456072F893658A5E7DB8D75F6CF0C , 0x411840CF362D35DB98CB110A48344152 , 0x41DA0F75A37D390E9B023D2DD586AAAF , 0x447AAFEE9F2E3EF79B7FD8396F0BAEAA , 0x44F1B65E390B3D6E822F8900C43B13E0 , 0x454E58E3B9403100886ABE39ACA13988 , 0x456DE03C2FB9391D9DEFB16154D45FAC , 0x46AC986BE6FA32E0ABF4EF221F0AE6EB , 0x46C522A3744E35F39CA3D5D28753D138 , 0x46E0927EA2E73355ACD459CB595E2C1F , 0x4723996340C431DC8359BA25D5691A23 , 0x47C6627576293991BD1B584E880966CB , 0x498E54526B19361BAF9C4D65E1FA8AA1 , 0x4A2982322CEE36019C497E0677673339 , 0x4AA0B10A4F6B3E55B0220DD396327352 , 0x4ABAFC1406A4364E9392D44E0EA538FF , 0x4AC76C784B343A2586FC48074D13295E , 0x4ACCD63A6E0E38C0BB0FEBA517E087AC , 0x4C57F3C437A63BED96133B906A7A25C3 , 0x4C60D4997677380988ADBD5E66735E9E , 0x4C79AA80FEAB38D5A46E813B85065CDD , 0x4CE0D3BF9CD33516821F49F94CC7912D , 0x4D0D8932F0B338A6B8FDDE9BF74DED37 , 0x4D9A8611894F3623A08E590F427E38DE , 0x4EAF12417DD4324BAE209F8E83BEAE27 , 0x4F981353516E35859B104DD56C568CFE , 0x50E358C2DEFC33219B6991B8515B042D , 0x51AAF5C0207537E49DE61E066C7FEF75 , 0x52AECB2773F9390EBAA034256182296D , 0x52F1B6775897396DB10790E923AF5CAE , 0x52FCDE581E2E3AAC82491EE882236A85 , 0x52FE2146F3A43EFAA8BADD84392F5A94 , 0x53165885F5673E21BBB27205624B9D3D , 0x5396562818D730BF829769CFB86AFF68 , 0x541CAB83A5383E60A6EB79A9E18AC473 , 0x542AA92E19D33382BB2752466E04F4D1 , 0x54DF558474F93F2787CB2CDC35DB3663 , 0x550C583ED15C37DC84413698747E38D0 , 0x5633F3C7134839F5AC8DC2DF74961674 , 0x57E74506FB463C21B6E345B461DF7A69 , 0x588F7EC225033919AF8626DB1BB400D7 , 0x5908869A83A63C6DB48DCA2CAFF7D0B6 , 0x5978D5EE549237A2B979D36A2DCBD34F , 0x5C30820F0B243F21928A9AE7CD23FEDE , 0x5CD91535E4B23F5CA0A93CFD682C0C93 , 0x5D831B21B3B331B6ADFA11E38A1F0F42 , 0x5F27D078082438C192019187F0A7425C , 0x5FCCB610169633D6807B36B8BB9E2257 , 0x604181D26E1034859A7C3C3D46C1D3E1 , 0x604C312789D83DDF850E9F71C380C172 , 0x60C8BB84DD5E30328D3715EFEA7C3979 , 0x60E67673BEAA38E68005658E70900A2C , 0x60F7FEDA599E3BFEA31A4DB8FBC6EF77 , 0x61214601BB3536B0A9BEBBB00F9C1982 , 0x615E193A3BD6383FBBF9C8D904F285B5 , 0x616F45680069373FAFBA0358B36021A0 , 0x624D36E2B4EF39BE9792F7720D26C3BC , 0x62DC46F2ECD43C96A9C3B4B3C51D38B5 , 0x633A8012B9E53B0D83FA59B67C2B73EB , 0x633BEF950A92300E8972AB82C4C2B475 , 0x63B723DABDE53E07A82C37061BFF63F7 , 0x6568B100E94F312B8CD0EE987377B406 , 0x658FBE065D9A31D2B0AAB35C95DD51B1 , 0x660B1B90E9AB3C9AAEA96E26E15F0C06 , 0x6618E99CAC783D388212BDD97E84B5E0 , 0x661CE69AAF7D3C728BC37764C49549FC , 0x6651B7893CE836A7887B4E1348098926 , 0x668B709820CA381FB0A1D02BC2F5F194 , 0x66D0C2B8569E378A902AA206324F2F49 , 0x67DBCDDD5C9B399081C34229D024872F , 0x67E0300D5BB3347AA56B174413EAA5D6 , 0x67F0736DFF15325BA39F901B1561EEDA , 0x683F136438B235BDA12DCC9864E33A70 , 0x6893043BE169327B941FF694103A76B0 , 0x68956BDF8BEF34C499601A9010BD74A3 , 0x6A2EEFD0D56232D78E440B2389E2CAB2 , 0x6AB2393BBA863C1C95E6A5924598E977 , 0x6AE4BB6608693D428B08AA5AA90622DB , 0x6AF8FCC7E7AF3191BD5F9D101CF1BADF , 0x6BC184A144283F62A6D60E7AB7741294 , 0x6BCE07C6F106327F96A8B1380335F388 , 0x6C3356B496FD3A388CC5962F85221394 , 0x6D131D827C3236BB9FAAD7E24EE8675D , 0x6DCD0D782BD13B4AB3CE15EDB2F21513 , 0x6DFF18971468359FB4D1EB39FF02D0FF , 0x6E0B27DBB83F32909E532052CBAA82D0 , 0x6E7DD385AB653E27851864207B7538FC , 0x6EDBBBF31232391F9E295F67CE62981B , 0x72902F3FADCD36229653D295736B6CEC , 0x72D7AF770A6535CCAC14E36E4973C124 , 0x73269E2B345535C6B1C4D7A8A1028980 , 0x7357DC52814A3BAC88E5A2E25CC6726D , 0x75906AA8699F3AB894DB8520AAFE263C , 0x75D9A0EC1E9037E786E885B03FB56D0B , 0x779BD9B65F413985B8EE30669928D519 , 0x77AA91334B9E3A2A87556697A05CB6A0 , 0x7873E25DBAB431EB8DB0B0AD2F335E5D , 0x7897429CEF483758925C9F0862F39E40 , 0x78C594E136BA3920A1FDE676865E72E2 , 0x797F6989745C3FB3A8FE1ABCFF9361CF , 0x79A051D2CEF2318D969C6038874879A6 , 0x7BA6CBAE0A0B3F3FA4E1E60922E0ADF9 , 0x7C5F530E21353741946181E792CBC1C4 , 0x7CCD3B41A88134FBA2C65B9CCBD090FE , 0x7CE9A711D7E53AD7B659B2D0E4ACD90E , 0x7D07CC65E69736E0BD8127E4376F02CC , 0x7D9F08EC19F8386DBD08DA2C16B183EC , 0x7DA5485793B9369381EE44397883A269 , 0x7F697A2D982834338F0FAB390CD44868 , 0x7F936E39ACE53B90BD7BF244FBEB80D4 , 0x7FCF93EADE123A11BEF3082B4EC7C7BB , 0x8289223D42CF369AA95147508032ACEE , 0x832DEAE273FD3C5A8D610F093439A430 , 0x83DC51A5A58A3EBAA808BEE69D57F84A , 0x840C7E23178431B9BD6CAFEEB73482D8 , 0x85B6DE6F77CA3384942029EBD50FE15C , 0x863EC82609763D84A88E0501DB91FE85 , 0x873BDF28837B3776A1476732AF31B080 , 0x88517F98B9613B0D8DC35E4B2AEF7431 , 0x889F365C1C183AFB9119C5DEAC486F13 , 0x895AC545307A32B48C761BD94AD8F4D9 , 0x8997E697D37833E3837339B4465037AA , 0x8B546E54FE47388A9D487F2D36AB7B34 , 0x8C1FCB633C143F4BB2239F09CAA1246F , 0x8C20EFFDCA343F7AAE407D01E19A4183 , 0x8C7EBE0D511638C6ADB0FFD97CE6935B , 0x8D416043BE1933B892F98D7A4108DA57 , 0x8DAE0664937738BA9EA24F709938B61A , 0x8EE0A6F0CAD33EDE87D6B8EA58C2C25D , 0x8EFB4B1D2E3738CCA9F9CC3218F90156 , 0x8F5472B193953C54BF49F207957FA65F , 0x8F68629DA8A137E8A4FF99CB5A0D3BEB , 0x911C76680445384993308B468E9DE1AF , 0x914160CC049D3942AD30A7B59D803461 , 0x91ED66AE302C3A7A887FFEB62331BCF5 , 0x933C152501DE3864AFA711B4F3414931 , 0x9396425C91AA345194CDB060DF6FEB3E , 0x941D6C3026D33A2D93EE6C4E3174472D , 0x94589F3851B23C368180C1F064DBC254 , 0x94742AFEC68D334294AC641F37972F39 , 0x9495405A84253A158D9C5825FFF8BC30 , 0x95902C77B84938338282E9188189153F , 0x9599CA45D5903D43BA5082668113CE99 , 0x95BD2B087E8D3F4A8430A0876670D0D6 , 0x962A2F5C614C3BDA9DA9335BBD1F0219 , 0x96EAA37ADAAF3B1E9E013B9A9B3FB94D , 0x97B1B53131583DAF9FBCC72E50B72D17 , 0x97E0E1AE4F903CD6833E1D9127C2046D , 0x992AA50282BB35C89E23DE5EEFE7C0CE , 0x99616D10BA763ED5AA0FFB02FB252DE8 , 0x99E5384BE689384FBE6162C00946D072 , 0x9B97E8B3B0FC37869CDBF9490E006A95 , 0x9C2E31F41BFB32F4B24436115F781169 , 0x9C57C1AEC472300BB2016049CEAB5554 , 0x9CFB427B47BB3461894BA739B9FB5138 , 0x9E72EA83C28F3A78970A0641C49D0F9F , 0x9E7952C378F439A2A9A4F998E5AA1401 , 0x9ED1A5FCC7183E528EE1E519A09A8B7E , 0x9F9107041F1F39789D65BC29837437A6 , 0xA001C605C3B2321F81B20AA6B0321DBA , 0xA089A5205E4934C0B8F33FB0E20EC0F7 , 0xA0CE703BAB0F34AB8400E1B83101514D , 0xA0D233830BF536D6ACF24DDD8CF1C0E8 , 0xA20E22D74A943FC3A9CBFCC329D272B5 , 0xA2391482053F3F9D91AD351FF4F32BD2 , 0xA3C3BA38117030CF9A7BD2B5E9D3C78F , 0xA49A2F0C047C3A0F8E4781ECFF9DA338 , 0xA4C25D2B91473BBD96051BF44F87903C , 0xA4EFE5A8FCFC33B99A40B299B854629D , 0xA5DF26381C233F89AD4CF3334286AA05 , 0xA63FC3287E15387EAE6AA25CC1EDE111 , 0xA73B1F67AB813924BDB1C38427654E18 , 0xA7A1B2108BE234DD8DC3EE08453E5B7C , 0xA9213CF8B03839178E0F90D325D68094 , 0xA926D1FC89A735198B008E0ED14428DD , 0xA99F97644F913F9AAB6D53467FB4C48A , 0xAA1B24A3AA973FB0B9E3E84D9623D046 , 0xAA67CAB2367A35E08E7E8D711B6540FC , 0xAB67AE71D4D63CA1AD0B8D3C8C8924D2 , 0xAB8D5D928EEE390AA10AB27B1A308412 , 0xAC883B5A61D431D0818E1D5C21BDC30D , 0xAD08166D9DE33529A6BA5B94E5A3C419 , 0xAD481E97B95C30A2977B7C8628ED310F , 0xAE4B5EA35692338DB71C449BB6774BA1 , 0xAE6EAE3BBCF732D493B28EFF6180B16B , 0xAE9B74BD3495395DA6420B132E57FC62 , 0xAEC2E642F34C34718A2125EFAB180371 , 0xAFAC0D44140C31759DD960C2B7F24D89 , 0xB05315965FB7339AA05CEA9D71DA8068 , 0xB0717BB68C293972938273AFDB4443FD , 0xB09DDC0829E539EC93EAC06D789C0703 , 0xB0A1D69CF238369196D9672E5C13884E , 0xB0ABCF799E9736B8BA6CA218DAB6E8C8 , 0xB0BC25F9AF083AAD98352742C3A2CD9E , 0xB149ECDB7A023203A399ECCB061017B0 , 0xB2D48B35446C3BCCB3C3FFA89B5F560A , 0xB3BBD06499A03BE59561F3FEA815CD87 , 0xB3DA529D555B31A499BFD036BF392884 , 0xB57B862B3050315EA0340203F18E28ED , 0xB57D39E784C332368B00C08D8111D6DD , 0xB5E24672683C3A18825D4A655A38A434 , 0xB61EF8178C5B3369914DB878F3B46AE4 , 0xB776BD016E3133E69843288620A7CB0B , 0xB7BE569C62F13EB6985D39DC8E68A23B , 0xB8790B2382FF36D4BD96AB8FF303DBBF , 0xB9690FE1C3903C939C571E85F8EF9368 , 0xB99E79A0E26B33609D256BBF9A9C9B06 , 0xB9C3D0F96C6C39A4A80366EBF22ECFA4 , 0xBA964F520E583532B4E2DD0BB6BFED3E , 0xBB08C961601B31EA805284E821492B49 , 0xBB94568DD55F3054B8EA8F32ED8EF287 , 0xBBD1EF6B2D9530FEA02F0ABB949213F1 , 0xBCD908C16A10354CB24ECB169C1B0529 , 0xBCEEB6DA810033DD8EE2B29BD9A2259D , 0xBD4E50F5181C315FA50F8E68122B0A74 , 0xBD88F3B416DC3D378EC15017A204AC30 , 0xBDFA273737EF31D59A23F4DCEE59D627 , 0xBEC64D276E7C3E27976F2D9FE51916E2 , 0xBEDADA55BB513046A42085A1975B9F14 , 0xC0EF489D9BFB3DF3ABE2EDFD6B21384D , 0xC22253617E2F349D87D53D21819ADD13 , 0xC2AF20BC6A7234C3A0DCF68CB0F9095C , 0xC3701E5E1B0237D995BE394CB47809BC , 0xC3ACF612D8E23863AA505EEB43685B26 , 0xC40B156C6DD0371A8B27534232F35E7F , 0xC5598B06251F35DDB4E7B42909CDCBBB , 0xC707B790A3833AF38760E93124585FC8 , 0xC775770901923269B910ABB508D20146 , 0xC7A61CAADDEB3220B785E7A4AA0F5333 , 0xC7B4219981AF3A3FAE4CA759AB6678C7 , 0xC7B8D6BE42043572ADDDB169C0B9A064 , 0xCAA2688E463433C2867C0CCB50A1F892 , 0xCAA5FAA6FAF1335B9E5297DCD3E435D7 , 0xCB91D9E71F6431028B3BB5ADA9404785 , 0xCC52A20BF5463C06B6C1E43B0EEB8373 , 0xCC6B8D54513F3035AF4C66D8B867E19D , 0xCCA9E09EEC6231AEBF51490C061876BA , 0xCCB1C828BBF93693BFFAED129DCF2713 , 0xCD4CFB37FCD43F078025252B7887AF93 , 0xCD640D7EE3C5330EB988C9DF9A620421 , 0xCE18A98865853A9188273875E24D1743 , 0xCE6100F59B733E8796F08C97E12BD704 , 0xCEB51496F33B309DA0692E0661782E93 , 0xCF8E39A6A05D32AE9D1AE676B5BE9E88 , 0xCFB45B68858D3B03BF6E6EAD35496596 , 0xCFBA315E1F603C46B4BC75B6BE856761 , 0xD24E1853C05436CBBF2F320B4AE73F29 , 0xD2A0E307D50D37A5AF782D83681B094C , 0xD2B554C9EB943172BD9D7D6E77BB5C99 , 0xD393076497E93661BF8D4FFAF6EDA725 , 0xD3A997111DCE36A885D271FA550B17FC , 0xD411B434B8F63A988D5F18C812D9A67C , 0xD46263AFB1EF3C238D8ED718C6F55207 , 0xD473CE89C20331E4AA367D9887AC84B4 , 0xD4F14A38068D386F827691CD1DDC5493 , 0xD4F9827C792A380D879E852992838D88 , 0xD500D4DBED1230E49BE785F6E77F0306 , 0xD60D0018CCE932869EF992A9B982D4BC , 0xD628D3ACEFA53F6E8975CF117CA46F32 , 0xD661A5666BBB3AD1BF00C332A193BB71 , 0xD6A091B04F423893AEF35BC4AE27F100 , 0xD979F0794B253E758F4000173EE0EFAC , 0xD9D2DE26261E3DAB8585AEA8E65B2724 , 0xDADE7B6D5710308989E6338DAD130780 , 0xDAEF4C47ED503275B1D435895C6C614E , 0xDB62849FF2EE333788984AEC5EEB171E , 0xDB94E196D30E30C9B469CABBBD6AD780 , 0xDB9D03CDF78B3EF8A0B6FD1A3FA9611B , 0xDBB35E20D5D038079F2998C75A74D219 , 0xDBD01F857D8132E4B0FED4A243F44925 , 0xDBE6B694DE6D3F60887625C17019B319 , 0xDC011FA6679434D0BCF0E42083BA4081 , 0xDCEB76F697C937809CB65BBD05D8622A , 0xDD5AF43F86BA3786A5F8473963566CBD , 0xDD669736DA053CF5BC0107DBA2A6A945 , 0xDDDEA09C1C0D3E28ABDEF63696408D2C , 0xDF3FA86F250637CCAF1268ED095BC6F7 , 0xDF5D7AC96D3430299A877DE16699DE34 , 0xDF95E6480D3431879631DAB4773C6865 , 0xE07AB3091A4F3DC58D8066E58D7C58C2 , 0xE12D79CC0DC83D459B846B678621C449 , 0xE2299573F0AA30C5AACD7BBB4388C1C5 , 0xE27E6B95B20F35A0BABE59F8FCA72225 , 0xE2EB49B684F1392DA2A93DFCA146BD37 , 0xE2FDF17F262637B68D1C0959AAC61588 , 0xE3498F8EC76F3DB08FAAE65544FEE96F , 0xE4261ED531003D23A297A0487FA918EB , 0xE465641062DC3437BF5EA45AB5D5F572 , 0xE493C14EAE2934A099DBFE2938B84BFD , 0xE4DC3E6A10CE3F0A98007D9970ED10E1 , 0xE5095E21D4183D0A87CE02D40F4F7CCA , 0xE52546492B5030F59C2D0DF2B1B8EF31 , 0xE5A864DCD1C0323E8187007B8BBB1A01 , 0xE6C3857F19493CF4A4A6011263234596 , 0xE79DA96ACA41396CA5EE9F2EFDF4DC69 , 0xE7DD5F12EEA336AC80A4A2EEBCAB3723 , 0xE82DC64718D73E6A85EF50AACB478676 , 0xE87657D96D9E3E54B67F1947BECDBBD7 , 0xE930C06B1C963480AF123B13CDD5665C , 0xE958B045559A32BBB0712DB32C9DD94F , 0xE9B293560A943CF9BD77A3FBE61387F0 , 0xEA23C6B3324C36B9B31C6145D9CB07AF , 0xEA868165482B30D88AAA8D87EC0B3FD0 , 0xEAE0B3C2BCB73CFFB0DC3F683F43FF0A , 0xEB6D1BFD9FA53DE28EED37E196A2EB85 , 0xEBEEE3C3434A3F70993FD0D21E001EC1 , 0xEC2DF2C3F963392B974E578D8798DF53 , 0xECCB31D960223CFDA877D2C80B170626 , 0xECD677D51E6B366AADFA5E504CA69804 , 0xED3085A0702B385F9C780D11866BCC8C , 0xEDB0893F63BB3610B531C456F2D573A1 , 0xEE9FACCBAC743A27BCD55B058E3EF5C6 , 0xEEBBD25448C6333EB52BE4FCF486E4E6 , 0xEF2F65F3CC163EC983A4347591CA1809 , 0xEF5CC7DF01D935D88B30B9B67D21C4DF , 0xEF61CCD826A433B9A73BAF10AA907250 , 0xF00A137046E13C4A8E9C332FB5AD4F2F , 0xF012E0A4FC803196B37580635EDB6554 , 0xF13E114305323ECBA3938D282D0B86D3 , 0xF150781A0CA33FA481AA9870FE5D26D8 , 0xF2E08E04BA6E32B38FBFA50B3CE2EB20 , 0xF3996AFFE0DF3683AC361B5A3385EBF5 , 0xF572FEF623FA3E91969DF10FC85386E7 , 0xF6ADC0953CCA313B9DFDF31CEFAC0FED , 0xF6EE0748105E3B788F34B8CD96021649 , 0xF857BD8A3DAD30C9BF7CE5AA9D8898B7 , 0xF8806B2E2EC93C10A86F6D9ABBA79FC1 , 0xF8DB510750903CCE940C270C78FFED6F , 0xFA00BB8FB4DF351CB30659B62B042275 , 0xFA034E690040314F9C0D5EC68A7E72DA , 0xFABEB2F089BE3029A003D94D6ED247D6 , 0xFBD737EA4A7F3F549F7AF454B61A3429 , 0xFD0D8C24D5EC3BD281DF037D9549A479 , 0xFD5A13756A9839C996A3616334DB97E2 , 0xFD68FCB659643181AD9FF688821CD4EB , 0xFD8A3983C3BC3D139A0E53D4F10EF5AA , 0xFDA2A3B0242E3912A7090C65733D8443 , 0xFEDA179DBB0D3DE18891839DAAAC8945 , 0xFF29CB174FB337258004ACD581332692 , 0xFFD0275FBA283E07BAA70344A17248F3 , 0xFFFC4817C41F3141A2CBBD075957CE4F );
Copy
85
9.77 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 =9\x06 ´V1Dzí¾EüÇRf "
b"\x00 AP±%z=ùö(f±Å‗é\x15 "
b"\x00 O\x19 µ\v ░:o┤\x12 êܪä\x01 Å "
b"\x00 u\x07\x03 RÅ23á╦\n >_\x12 A> "
b"\x00 ý$8\x02 8U’\x18\e (âêí7 "
b"\x00 ³Ò\x00 1A8¨£mLãÞ[²¥ "
b"\x00 Ò1L“i6uˆ/8Õd¸/ "
b"\x00 éA"©r3Öš2³\x18 OàÇÛ "
b"\x01\x13 ØØV3=«•\x16 ŒqèÓx "
b"\x01\x1F =dª%<K’÷\x04 j¦”\x14 £ "
b"\x01 SH=qf<Ï•éû>Åy¾Û "
b"\x01 “‚®t 4«<<`y¡ÂE "
b"\x01 çæÖ!`5w„\x05 8D\x18 æEk "
b"\x01 ±¯þ²\x1C 5"╗▀\x10 9güî\x0F "
b"\x03 \r \x1A ÄwÒ0ΑS¦t\x1D 7Ou "
b"\x03 \r , };7® ãçtˆuº\x13 "
b"\x03\x13 üÍQ\x15 :■çÿö³Ût¯v "
b"\x03 (\x05 3ú7,¿\x1F }ö"\t Ÿ3 "
b"\x03 W(\f ì\x18 8\x16 »æ\x1C _ú@\x17\t "
b"\x03 b]1ÁÉ>3–ñ\x18 Õ¤&.\x7F "
b"""
\x03 Ë\n
\t ìÀ?¸ºbB═EóIn
"""
b"\x04 ts═┐╩:¥«Ëu\x0F ▀üMè "
b"\x04 v]÷o>7ˆ’L:|ëÝ:… "
b"\x04 ’? <\x12 8μóà›ÿµ8í "
b"\x04 Ás:r{1\e ¨öÉe\x0F ¶nZ "
b"\x04 ¹ÙKøó8¶î"p╬"1?ì "
b"\x04 ý\x02\v 4É=黆.ãØ|S‘ "
b"\x05 (ÏÙ?õ;¼½(,»X§àP "
b"\x05 eͪ<Ä6`—²]À²”‡— "
b"\x05 jh|óc3㛃šWüâ,; "
b"\x05 “‡pN¡=¥¾?ÔºßiU1 "
b"\x05 ™ÎO\x01 Ð4:†TéÀ>Å~¿ "
b"\x05 š±'Pö:u®G‹\x06 d‚\x19 ~ "
b"\x05 ┐║Tì▓1\x17 ù+±CIubñ "
b"\x05 Ò \x0F █·4\x10 │\x11 F║░ɨ¾ "
b"\x06 B\x11\x01 9×9›¿W¿fMC†u "
b"\x06 }rÈ\x0E y8E┐ Åy3┐~r "
b"\x07\x18 >4▒░>■ù(<\x08 ╦8ů "
b"\x07 " \x08 &<5}çF@ \x14 ì{\x02 "
b"\x07 \9ØÖƒ1I»▓3½\x08 ÎÊH "
b"\x07 qa\x01 †²?ú›yü”âBäó "
b"\x07 Èû‘ÓM:|Ž_7®² "
b"\x07 Õþ\˜\x17 =ϨåNz]"ÉÖ "
b"\x07 ã„£¬ª<j¬EØÙ;\x12 è\n "
b"\x08\t .wäì=Äá¾\x02 hÃO▓) "
b"""
\x08\x1C ´½B\n
4ÿÇÈÖ®ênŠ
"""
b"\x08 O–%r}6œ…FÚ©ÎÌ\x10 × "
b"""
\x08 \rÐ\x1F\x13 1‡¨\n
Ãì\x0F =Ø\x01
"""
b"\x08 ^‡ê x?ä’ŠÏ\x0F ÿXæå "
b"\x08 üΫ÷¨;h»Ç╬LHÚ:´ "
b"\x08 ‚\x19\x01 ~\x12 1ê™S#QÃ\x13 ¯w "
b"\x08 ¬›•º}>„µ†Äè±Ó‡I "
b"\t 3ägïÑ2Sì‗v÷±akV "
b"\t :vìòö7Jí-╗\x0F öbı "
b"\t Mô'×\x17 ;„‰Ç…0VÒu\x10 "
b"\t Ät¸¦¬8Ìóæ4*\x03 ý3É "
b"\t ¡╚#¤Å4ë£ïk│(ï.▄ "
b"""
\n
˜y\f Ï\n
?e¥A…'\x01 ,ù\x16
"""
b"""
\n
¨ûæO|9;¡\x1E “r(uã
"""
b"""
\n
±ü˜Ü}3²¹\x15 ú\x19 !(Äq
"""
b"""
\n
├\x06\x12 Ë┤7)Ÿ3ôkíÑ├
"""
b"""
\n
þ„3ìÜ>0±ÝÛÍh)ïL
"""
b"\v °ÃL\x01 ú<\x15 ±»ø`™ë’° "
b"\v Ã\x05 ˆÔ<Œ‚rJ(°bâï "
b"\v Üí\x10 ¥J4¼žêªi•›ÏS "
b"\v ò\x1F HÃÍ7Þ’6hé\x00 ¬b§ "
b"\f "║Iä18ñé┘_-Ø:ÓÄ "
b"\f =\x03 MM¥>ıÅè×è\x14 ÏPü "
b"\f =íi¿[=\x07 œÖÿ㈎q\x19 "
b"""
\f RìÔ¨o9±¬\n
\r 17‗Ñÿ
"""
b"\f p›“‹½1 ¿èÆ\x02 ž\i\x16 "
b"\f ~Tï>É0\x13 ‹¦à\x1E – ùR "
b"\f š\x10 !Qì1\e •KÞ(‘êd´ "
b"\f ·õúæ©=ì»lëÆÕ+¼t "
b"\r DÍ)¡/<~‘ˆ\x11 ?Y«C¼ "
b"\r _³9^d4ʤ9ðt.üÝ” "
b"\r ²éª8A8ö–¢zo“ø\x1F 1 "
b"\r À\r \x15 ïq7M¿\x06 }\x06 ´S&ƒ "
b"\x0E\x18 ÓQè\x18 ;6ì┴ÔãI¹\x11 ▒ "
b"\x0E €ÑÒÜs3ÿ–©\v `&ºMt "
b"\x0E ÆöH¥\x00 ;±…ú !Ôhßp "
b"\x0E È\x06 céV1\x19 ä═úì(öµ. "
b"\x0F\x1F ┌SLı6ÞÁ╬WáØ┤ 5 "
b"\x0F §×\e ù\x03 >û¦øE®©•º\x13 "
b"\x0F ¯nÒ"N:Ù€DeD‘üÍò "
b"\x0F Öíäî¦5Ç«¡ý’}\x06 œò "
b"\x10\x02 w \x11 †>?¨\x11 ÖÕoƒ\x12\x13 "
b"\x10\x18 ‡l\r ´;v«=¬3®”\x13 Ô "
b"\x10 LÃ$¸]7Ç£L=F{šÜm "
b"\x10 ùà\x00 ¾ã1xå\x0E Ïc½UüÙ "
b"\x10 ╚Ø\x02 ı!1£╗ÿÃÍ░}[² "
b"\x11\f Þ‰\v +=ØŒºè¨ aç "
b"\x11\x14 Çø¡\x03 <8‹\x03 Ñgâàe€ "
b"""
\x11 W?Æ\n
\x10 21‹\x13 «y€KÑÍ
"""
b"\x11 [¼3\x19 K2ª„\r žrâ,eœ "
b"\x11 pü[i°1|êVMë┐\x03 ør "
b"\x12 Fx2^Å?═╗Õ#\x14 «═\x06 @ "
b"\x12 W*]b<1µÜR£lëÅÖ\x1E "
b"\x12 v ╔▒·7\x0E ©ù\x18 Ïıü»É "
b"\x12 ý]Tk▓4aìÿ╔FÅ¢y "
b"\x13\x03 !bæh07É\x12 :\x00 áò\x19 ; "
b"\x13 \6Mî\x13 ?$û=zDìå/\x04 "
b"\x13 qï˜ø\x02 ;\x12 ¶µ+ÿ—Ì ( "
b"\x13 Œ+ä\x03 q<G›Ï.\e ¶;ÞÚ "
b"\x13 ┐ú‗ôÝ5¬ü\x1A Ãì¼\x1C ┌¢ "
b"\x14 %\x1D Y\x08 æ8w”•l(ë»áà "
b"\x14 ,Ò/‹Ï<ã ÛõïZzÂ’ "
b"\x14 7ïW'y=&§Tck¶(hW "
b"\x14 E¤´Ð'< ¾ŠÃDžn€ "
b"\x14 G%-|/7É«àáA┼áØÏ "
b"\x14 _0'Ïd2_’D\x11\x7F ¤¢E3 "
b"\x14 wȹèo7®‰\x1F TÖ0^Cê "
b"\x14 ¤: 4\x13 :“‚(TÛÓV6E "
b"\x14 Û¥¯íN>™°*ï\x17 /§§4 "
b"\x14 û„Ê!b4\x14 £ºhv….°¢ "
b"\x15\x13 Q¥º¢0Ø¿âÇÄx\f Ž] "
b"\x15 "´f,Ï;„–Â\x0F 5\x01\x11 ñ— "
b"\x15 ¹\x1F\x07 +†3\x00 ¸\x06 Û„\x16 ^ª# "
b"\x15 Ã|\x17 ¨¨>┐å▀ü┴Q¦T┐ "
b"""
\x15 ╠tå\n
\x15 ?)╝9êàHÉ£\x1D
"""
b"\x15 Üåæ±Ê5©“…»[\x05 "×b "
b"\x16 -_vn6·ö┼(■øü© "
b"\x16 1³)Ý;0\x7F ˆ•€*Q¥8\r "
b"\x16 fO$8é5Ñó\x15\x18 ╗MÓ├ü "
b"\x16 k¡Óº36œ\x16\x1D íX Ô” "
b"\x16 æ\x11\x17 ìV90ÆÄ4▀▀°9" "
b"\x16 ˜³\x0F ú\x06 :\x03 Š¿Â\x03 c%3ÿ "
b"\x16 Ë/zHø5Õ„\x0F ß\x02\x0E è¾\x0F "
b"\x16 ò¶\x00 yö7'’™LNž”-Z "
b"\x17\x06 ™+}¥9ÚÊÚ\x19 ¾°F¦ "
b"""
\x17 îñ¸Å1T¬3®9\x02 Ý\n
÷
"""
b"\x17 $Ç{HÉ=[›u\x1A ‡¿VÐ+ "
b"\x17 <\x13 Ǩò<ÓîG\x00 +`¥Ø3 "
b"\x17 WÉ═V\x16 4b«Ç°Äh\x13 \z "
b"\x18\x18 Å@:\f 4b¿‡FAÞ“Á\x1E "
b"\x18 *V»Ê@3•‚„'Û8½ð\r "
b"\x18 -Jà\x17 Ø57“Ó\x1C þ\x03 ÌYL "
b"\x18 ¡ýu®È5Òš'm¬\x15 6ìv "
b"\x18 ØòS\x04 !20±P[9u¡uÓ "
b"\x18 çǾ˜g7\r ŸŒÄVhTï "
b"\x18 Û´╗┼Ø3²▓▄MðFqq\x04 "
b"\x19\x0E Wˆ†õ0e¢|†jE;w' "
b"\x19 `ØÒ-b1ÏŒûžãβў "
b"\x19 w»©7¸7·–Ù×°dK\r C "
b"\x19 ¨ë–(r;q³Õs-‚³9‡ "
b"\x1A $ê{èT=\x12 ƒXg;ÅfLÒ "
b"\x1A {è\e @½6}™¿‰#.LŠm "
b"\x1A Œ‚\x18 (¢:Ê–Í.ÊTf-& "
b"\x1A ■\x06 ‗üÈ=■ê«ù▀\t\x06 :â "
b"\e\x04 ‘:ZI6ì™7犟-‘\f "
b"\e\x08 ƒ–,A=i¤ící¨KÌ» "
b"\e \r \x1A ▄éþ>ÁØ║\x02 Ãæ¦\x14 ┤ "
b"\e <4Îv\x1F >¾¤öŸ¨F:ûl "
b"\e <·Gbä4˜Œ!ªD³òì) "
b"\e ÄXÝAì:3ªg.»j©\x14 ▒ "
b"\e ┘F\t ╦ó:EÆ'£Éı_╩à "
b"\e ç\f zl02ØŸMG^À¦>† "
b"\e þüã}ï5iàü■┘kPÛ┬ "
b"\e ´ÅµÈ╝;$üå«\x15 ƒcÙã "
b"\x1C\x15 ¤\3÷>_‡Å\x1D\x07 sœªï "
b"\x1C 47£E¾2x”X&\x05 7‡¡÷ "
b"\x1C 7Ñ01ç7¯¥_Ø\f êZòJ "
b"\x1C Xþ\x0E Á\4[™Ç7ÿ=<*Þ "
b"\x1C ˜\x17 4±À2˃EÒÙ°{N³ "
b"\x1C šk\x1C XŠ0p”½åM:Z)G "
b"\x1C ê\x03 ¶û\x7F > ŠÅ÷4ÛÁå. "
b"\x1C Ù│ìÕ\x0E <÷Å^Ì▄HmÁv "
b"\x1D\x1A .Е«0"‚}u¤ï\f ©ã "
b"\x1D bÐw¾\x08 >-¶rêaŽÁ(ã "
b"\x1D ³é¦¯L2\x1D ؤôo└Í░\x04 "
b"\x1E\x02 P¾Ù¡:vµ8ÒI\x01 @b• "
b"\x1E LT\x04 è\x16 5\x05 ¸\x06 ®Ìz²ö« "
b"""
\x1E `72gI0\n
•\x15 frµqê6
"""
b"\x1E jWvU®:UƒS\x01 EäA\x7F ô "
b"\x1E zܽ&0ª°šK\t Ì\x16 ò\n "
b"\x1E ┘\x02 Øé]4Ïí9qÔªæWé "
b"\x1E Þu7Ѭ6j®š“º˜B¢\x13 "
b"\x1E ëŽ\x17 ©ø?â¨\e ޱE)–p "
b"""
\x1F d¯¶85¶Œ§ZÝ\e \n
²ü
"""
b"\x1F fQ\x08 :É0áº[Eè=‹> "
b"\x1F uµLJm>\x1C º\x15 ¡sb=\x0F Š "
b"\x1F ¹c`Ûù6ëº8j´\x08 s>° "
b"\x1F ╝)±\x12 ì<¼æj\x08 Ã\aÜØ "
b"\x1F üwIßï2¸«irHdþ‘\x1F "
b" \x00 ½ZÓä2Í·ÎË&f;ìÆ "
b" ‚–å\x11 Z8[¶Ë5›§Kéú "
b" “é\x0E *ƒ4Õ±ÄÎ\x06 \</„ "
b"!\x02 £\e ¢´;è¼Lü¢▒[ë± "
b"!\x1E Å),70ÊŽ\x05 ÚÕ\x03 p\ª "
b"!!g\x0F ´\x18 4Xùp4╚ª├ì| "
"!L\x15 èg4ؽ\x7F\t T#Bj\ "
b"!|ï \x05\x12 :m‚î¾|åƒÉ2 "
b"!Û\x1A \x11 f<h§©“öðÒ&9 "
b""\x05 üý─┌=■Ñ-n▀í\x14 ;T "
b""\t ²´Ê_0¨óØ(30æjù "
b""\x1C º`ƒh>Ý‹`\x15 F\x13 ¾ïÅ "
b""6ÁÃÂú3,ƒ\x1F Tá&|\x12 Ó "
b""dp\x15 µ¿8·›SU-§}°M "
b""eÌ·©M7\x14 €hžZl”n– "
b""±¼·Ja8\x12 º\e\x05 lNžŸü "
b"""
"»y\n
ï6xƒãÍï\v\x02 üÇ
"""
b"#\x02 g-6#1Nl\x07\x1A >\f (\x02 "
b"#!ëu\e ,;0¿í‰¸E_(& "
b"#: ²Žj6L¦Ž\x02 fµ¨\x03 s "
b"#qm¼AN:¼üq║\x02 ðË╠} "
b"#|ß\x1E êK;\x19 …\x08\x02 ¯1ÕYÁ "
b"$<ÞÃ=ì27±Ÿï0Ä-8† "
b"$g¯▀¯º8üêrþ\v .y¬Æ "
b"$jZž2=?n¤{\r èØWÁ "
b"$’Ñ?ºä4(”Q¯V\x1D f‘| "
b"%//ÂÁ!3Âì\x12 ı÷\x12 Vº║ "
b"%5#Q”9>\x0E ƒŽNRѦs£ "
b"%€\x0E ÀKÊ=®±X€\x03 zqÖK "
b"%‡E÷rV>ô‚ôô\v &A¬° "
b"%Ã_Sã\x7F 6…—\e ùG%\ºT "
b"%þÐDÖO6_¿èÂ`¾"\x02 æ "
b"&\x0E Ç%Õ7?¿ñ!"hfØÔs "
b"&\x11\x02 7\v\x10 <Å·ƒ÷zÜæ½\x16 "
b"&˜Yžiº;xº~ÕÆ¢\x07 Ýù "
b"&ßÅi,\x15 ;ù¼tåÑ═"╠ß "
b"&íAºéª3i˜õ\e ,˜†S} "
b"'\x11 ▓█Üí>ÖÇ\x19 ¢NvØx■ "
b"'!rOÏÿ;9ëuòÉ5Ä\x1E | "
b"''¼╦f╝7ûÀsì'ÏÉ\f w "
b"'ÃÂeS\f 8ÙØØfÛ·░┘# "
b"'âÛ‡&X8$‡²ü»;ïÙ\x12 "
b"(&’Ô•¥<\x16 ™ml)¥•òp "
b"(hÏÑ\x12 ]9¬ˆvŒwy骬 "
b"(½=H║f94ó└ƒô\x19 ØòÆ "
b"(ðÙIÀ\f >ùæ▒ÆøÊÍLÅ "
b"(̵6¦:2å£\x10 GÏx└Ø╠ "
b")\x18 ™\x1D ÃI>æ’Úí)l¬/¨ "
b")\x1A J¸\x07\x1A 6 i6'á”\x05\x1D "
b")%L\v 1è6\x13 ¦ì[Fá¼ûš "
b")1ÅU\x08 p0t¤º˜~æ§@\x08 "
b")2\x05 D:Ž2æm~\f „ ±- "
b")R\x02\x1A T\x10 9\x0E âþ\x10 ÖÿÉ\x17 K "
b")à\x06 tk¥>ªƒk«\x05 -S1ì "
b")A¢lž5¥“ãgì°\ï@ "
b"""
*!€Q\n
Q:H¦(kæuö/K
"""
b"*8ÎÎ~Ø;Bê¤Ò╠BÏıë "
b"""
*”3Õ3Ì3\n
¯"Q£ÞU+.
"""
b"*œ…ï\f k=‚‚—úÒ°Åf[ "
b"*ÔX\x18 ®\x07 1Vºë?8ì¢░├ "
b"+8&Æ7ˆ3ø¡Ç\x18 d¤À\x02\x12 "
b"+¤\x11 %X'2;”»\x01\x1E }%M\x01 "
b"+½f\x07\x05 ¦6¡ª¯RtÁ3tÀ "
b"+ï¨Ýbs5\x1C —a\x13 Z7.ÍŒ "
b",\x08\v ôê\x02 3A˜_´lf\x14 ñi "
b",#hdJu9妸F¢ÿ:þg "
b",4Þâ\x1D n6\x02 ¾ý\x07\x02 ÂìEo "
b",`“@[â55Õ\x12 >…¢€n "
b",u²º“L0ã…¼¡×\x12\x08 1£ "
b"-\x05 ²éù?6ꈃ+\x13 ãýˆA "
b"-C\t —]—6³[ |\x06 tU\x15 "
b"-N7\x10 ÒH5\x11 µ:eO´·Þœ "
b"-ÑQ¾k&9\x02 ░\x07 Ø\x07\x07 ã╚A "
b"-¼\x00 ||ð5)¼“\n \x13 9\x16 \n "
b"-Ö\x17 ïŒK2°¶¡\x7F ×âØ±å "
b"-üñ²Å”8%¤èN[îOýæ "
b".\x07 Îì*×76ò╠]\t J═«ó "
b".0½ûüF3™¯Î‡‘ÃB\e Õ "
b".>\x00 ÔØl1\x05 ˆ¿~|\x10 !4m "
b".aCckØ9ãå\x01 Nö²ß╦█ "
b"/’÷‰€:\x03 Ÿ²·\x06\x01 €ÓÊ "
b"0\x07 ß[ëw?ð”\x08 ¥š„9BÀ "
b"0\v À@K%52ŸÃÅ\x1F ᘧ\x7F "
b"0\x19\x14 &%]=¨«áÜš¡à>\v "
b"08® e\x17 =¦ù]kZ┌1£ì "
b"0eþ\x02 J▓>\x15 ÑÒÅR³╩ëÀ "
b"0k¹†,a=ž”Ë3ç\x17\x17 p\r "
b"0v æMd:÷…\x19 ¶õÃ蠃 "
b"0ÀÞ›šá4´¿èë\x06 ƃ\x17 ç "
b"1QØY×û8\x12 ›½¹P\x18 ¢fb "
b"1YS¸zœ0*¾:^>u¹èŸ "
b"1sëö\e ]9─ú61D!Øwq "
b"1–8‘Zã4¦¨Î\x00 —ƒÏ0Ð "
b"1º\x13 Î\x15 Â9¡”((ä|žØ¥ "
b"2œiE—ù1ùŸ\f —=ÚIÄg "
b"2¸`>uö<ØŸäx\x06 ]nJ "
b"2û8¨šy;(ˆ¶±º˜Tø\x14 "
b"3\x0E │*1¿99é¬û£ÅTB\x00 "
b"3#óäŒí4¾šøó¥©ÁTÝ "
b"3ê\x11 ]£\x03 ?<É╝:¡èëÃÁ "
b"3‘r%^í4\x1F ¦íÂŽu¯Î\x01 "
b"3×ÍA1v7ïƒ1•Š´ |« "
b"4\x17 €b*1=i±Á_\x19 çI„6 "
b"4LÚY—ù=ГÉ\x0E æ¿•\x02 “ "
b"4g\x12 êüi9\e ½[hÓ¹,P~ "
b"4¬ì§ \x00 1º«Ç¿ÉX]©\x16 "
b"4¢èYHæ?lÿJù:òż▓ "
b"4Ùói°W=C¤A\x02\x1F µ]\x1A < "
b"5\x0E %h\x19 3¡†\x0E Y™0*'t "
b"5z¤\x04 M¹4Cš“KCx´hæ "
b"5ºó3bÞ;¬ª«€xÌ=\x12 ¸ "
b"6[ÆÅºö6àµ\x1C ñËZ\x04 U' "
b"6hý6\x12 ¨=”¨‘\x02 Ä\x18 ùÑ` "
b"6äè╣Ã\x1F =ùÉÉ\x17 XÐ\x13 Ãq "
b"6Ñ\x1A £®³2Žf\x7F ÜÁ\x14 9\r "
b"""
7\n
A\x03 R”2憎“\x14 íæZ9
"""
b"7\r \x06\t j[9\x14 žïÇIÆ‚“Ý "
b"7\x15 EHª¼2JÅÍk÷X,öv "
b"7\x1E _T…m9ˆ¸r‰K”Ycˆ "
b"7G}\x07 ¦\x1C 4þ^CÅÅú\v Ù "
b"7UF\x1E WS6òɧúHMª┴╦ "
b"7WœTU 9\x08 ³À’ì{õ¹\x1C "
b"7}9ö?‡7eš\f A%\x15 ÛÑ\x16 "
b"""
7Ø®@ç>=k¶ý\n
qT\x12 /ó
"""
b"8Y\x17\x17\x12 X8§Â¸ÕÅpÎ┬² "
b"""
8£¿5\n
¬=B¡éÒ¡\x07 hìE
"""
b"8¦cNvú3å¸É4‰ëSt¿ "
b"8ô:«\x03\x1A 5Ô™Ú¯mì|‰Ü "
b"9‡hó(˜1\x1C ª³šPn<¡) "
b"9ìr\x16\e <9┴ìV×zÆ{┴; "
b":\x04 òzçü1ÕØd¹┴\x1E *┐= "
b":!£wNñ6“³Äsí,M_/ "
b":&:‗p\x1D =aüFƒÍþd╚Þ "
b":+\x1F ýħ0rê@4uóü©$ "
b":G \x7F ÚÒ9w¢Y\e Yø¨÷S "
b":e„Åë\x00 :ã¼…v\x18 5cLá "
b":·á\x05 ÍÕ6ãž\e /FÀD®÷ "
b":Ç\x14 ŽyG0;v\x1F ³§§¸s "
b":ÑV¢wU<Ô‚¨\t ¸¤´Èº "
b":■ıKÌÁ8jÅ╠\x14 ʸeè¸ "
b";\x0F tü┘┘:¦ô«Q]moîµ "
b";éı)█Ö4hÄÉ¡\x0E Ð║Þw "
b";¦„v\x07 ß9¿¹2²X4\x03 \' "
b";╠¸ Ù\x19 6\x16 ÿg\x04\x15 ØÚ\x1D\x17 "
b";éue\v Ö1¼œxGü\r kÒÖ "
b"<\x08 õm„A:Áµ1iV¹¿Z¦ "
b"<\x17 $╩‗k;\x1E êÛc4ßç*Ø "
b"<êìñ\x02 Ä?\x06 │▄\x06\x03 ¢=ßå "
b"<‘—gì.3§™Ûbߦ6‘B "
b"<›¨òÕ 0\x05 ŸVÎu\x1A\v + "
b"<Â\x00 .ò+8dååN~µÅzv "
b"<Î\x19 ©Ø…3K„÷ˆÒúh¶³ "
b"<Ù\x14 –Uà4²›í \x1E\x06 nh\x19 "
b"<á\x10 úr\x04 :\x15 £ÍÖ\x1C í±_Y "
b"=ü(\x1A .╠2<àûæ½ø1o▀ "
b"=¾7]oI>│ØZ└âµ├äø "
b"""
=ý®\n
àÿ<Ô¼Y ©¬\x03\x15 ˜
"""
b">\x18 × ;\x08 =Øñ»#\x16 ÇÄÛ "
b">I¿.\f >2æ™ïjX‰ß¨\t "
b">m}X+\x16 2«˜ 3¸ôz!à "
b">ª`\x16 ‘Ð4÷²ìŠ2}:¡I "
b">¹u÷Y®8\‹\f\x1E =zDê\x12 "
b">îéÚEù>ð“\x05 IhÇy¶ú "
b"?\x12 ç’D\r 9\v ¬\x0F Èî0[é( "
b"?÷-o\x00 ~8\x1E ¡3á`gਲ "
b"""
@\n
×ÈôW<┴Â0Ö@ü\x14 ƨ
"""
b"""
@\x18 \n
™ñ´?\x05 ™+é hUŒ—
"""
b"""
@>Uoi›6gŸRÌuf\n
"è
"""
b"@†\x07\x00 OÒ2À”\r "Kó\x19 j“ "
b"@×\\x1E È,5\x05 ¶²Ì&\x13 ºY "
b"A\x04 V\x07 /ë6XÑþ█ìu÷¤\f "
b"""
A\x18 @Ï6-5Û˜Ë\x11 \n
H4AR
"""
b"A$„«;]>_§rÓ\ŠîæÅ "
b"AÖÅr?í?ý®¼\x03 "®ã`\x05 "
b"AÚ\x0F u£}9\x0E ›\x02 =-Õ†ª¯ "
b"""
BÊ\n
…©¶7’‚\x15 IPi¹‡©
"""
b"C\x03 ½\x01 š\x03 0Ò¢%yÑ$¸Ät "
b"C\t\x01 1Ù¸4\x19 ¾:g«Q\x16\e æ "
b"CÉ\x7F &\x1D (<─éx╝À\x15 █lã "
b"C¬\x18 ¾øf14ç=$_Ó7║ì "
b"CãÑB7ø8Ø┤▒5]ð\t JO "
b"D\x11\x17\x1F ÁA1ϘÄ郿*\x7F ³ "
b"""
D*‰\x01 _Ç3\n
„ª9‚ópjy
"""
b"Dz¯îŸ.>÷›\x7F Ø9o\v ®ª "
b"Dß,ã\x16 U>æ¾ü[bt¿Ðë "
b"Dñ¶^9\v =n‚/‰\x00 Ä;\x13 à "
b"Dÿ4’\x1D ®<n¡@Ö\x07 Ò/Ã$ "
b"E\x1E æ\x17 8¤4Œ€ùtê¦\x06 Í[ "
b"ENXã¹@1\x00 ˆj¾9¬¡9ˆ "
b"ET®Æ‡m4J‡¬G‡Í \x16 | "
b"EmÓ</╣9\x1D Ø´▒aTÈ_¼ "
b"Es8O\x15 ù1û”\x08\x1A Ë\x03 !ÃÚ "
b"EÅx\x7F ¥´8“‘n+gK \x1D } "
b"F£®ø}ï?™»Ï`_”÷¤ "
b"""
F¬˜kæú2à«ôï"\x1F \n
æë
"""
b"F´ºõ¤\x0E 7v‘æ|‡–J† "
b"F║ÅqÛg45ïWl═?bÊ\x15 "
b"""
FÃiMò\x16 ;ФÇi«\x0F \n
Ӈ
"""
b"FÅ"£tN5óœ£ÕÒ‡SÑ8 "
b"Fà’~¢ç3U¬ÔYËY^,\x1F "
b"FæQéÃÂ9B»\x16 FUÓï%\f "
b"Fÿnh×–0\x04 ‹U¤yf±-M "
b"G#™c@Ä1܃Yº%Õi\x1A # "
b"G.'/╦▄:¤ìıòÔYo®B "
b"G.Q.yK?ÉÁYı¹╔─¸ "
b"G:OWº+6(…¨Œ\x1E qÅVÒ "
b"GZ\x0F ±\t )6S€\x1E ihb³¿H "
b"G`\x08 hk+3k¨I@Ä.àMµ "
b"Gv&¡8Ç2V„±k¯¸\x18 þó "
b"Gx¥™r/8 ¡Q.\x08\x04 Y_ÿ "
b"G¢¨\x0E ,í3Ð…=µ€ÒÄÖä "
b"G▒╬n╚A0┘«\r &©'Hì\x04 "
b"G¶XË5o2'ˆê\x03 ¹ó¯+œ "
b"GÆbuv)9‘½\e XNˆ\t fË "
b"GÛ†o\f W?Û•“>ªËE\x0F £ "
b"GÙ\x01 lö;\x06 ╣cHrÅû\v w "
b"H\x18 ŽN-\x05 8”–Á†ý\x14 OM– "
b"H°Y"ÖC4ˆ¦i:UÒÖML "
b"I‡ô|\x04 ¼>ư“é\f %\e €õ "
b"I‰o\r {…3Н\x11 Uޏ”\x7F ª "
b"IŽTRk\x19 6\e ¯œMeáúŠ¡ "
b"Iı\x03\x13 ▒ô2╣®6ä\x19 Pŵî "
b"Iìp{í)6f¬° O\x1D ?¢È "
b"J)‚2,î6\x01 œI~\x06 wg39 "
b"J/‘¾´¥2\r ¼ˆÈw±º "
b"""
J ±\n
Ok>U°"\r Ó–2sR
"""
b"Jº]╔ý\x7F 1å╗ꦲc£ì "
b"Jºü\x14\x06 ¤6N“’ÔN\x0E ¥8ÿ "
b"JÇlxK4:%†üH\x07 M\x13 )^ "
b"JÌÖ:n\x0E 8À»\x0F ë¥\x17 à‡¬ "
b"Jè6Lêœ0¸š\x15\x11 7w`w\r "
b"Jýðgœ¢4\v ’Í?\r Ï'C– "
b"K\x0E á¡[Z6B–\x08 w\x17\x05 $ýÞ "
b"K!\x7F [‡~1¢ˆñ9žCš+Í "
b"K%\x0F Ó\0?j¶wͰ\x19 ìÏ^ "
b"Kx\x07 Óš›1ÿ¥ôÎ䟱!) "
b"KžÉÜó¬2ýœ:µâxLN_ "
b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬ "
b"KÊ*™ºn8*¿‚\x1F ‚`¼\x04 ç "
b"KÍí«º¸<ã‡ÕçÜd@³! "
b"KÖ³Ú3Ø2\x12 §ë©ï¸\t Š "
b"Ký!ërK1š‚]'ö¡´–W "
b"L2*ð\x1D "7:…`W9\x04 kYR "
b"LW¾─7ª;Ýû\x13 ;Éjz%├ "
b"L`Ô™vw8\t ˆ½^fs^ž "
b"Lh3\v ˆé1±¤h§5dtþ> "
b"Ly¬Ç■½8ıñnü;à\x06 \¦ "
b"LàÓ¿œÓ5\x16 ‚\x1F IùLÇ‘- "
b"Lü~¶ôç0P‰a:Õœ™†( "
b"M\x01 5ˆ§=0ƒ³áö\x19 èexx "
b"M\r ‰2ð³8¦¸ýÞ›÷Mí7 "
b"ML\x08 øpÐ8й)ñ\x19 yÜP5 "
b"Mƒ\ \x15 ˆ1ÀŸ[M(Õ6ű "
b"Mš†\x11 ‰O6# ŽY\x0F B~8Þ "
b"M¹½Æe3=TìSä¥è¾ê║ "
b"N!;þàã3&®ù*Êõ˜Žš "
b"Nyšênœ2Æ—×a‹íìÆ| "
b"N„0Ç+.4\f ‘4Ý-\x10 `@D "
b"N’ðô˜Ö;ã‡\x0E õOPN¬/ "
b"N–¬Á'\x19 3à‹îZ\v æ‰ £ "
b"N¯\x12 A}Ô2K® ŸŽƒ¾®' "
b"NÅS\f âZ7xº\x7F\x00 9\x0E }” "
b"On\x07 þÓF19çd„K\x10 dê "
b"O˜\x13 SQn5…›\x10 MÕlVŒþ "
b"O░b2d=0Vü\x1C ²ÝUØ v "
b"PBmý·Ø2®║ªtcÚkÕx "
b"PBp÷à¬5$•‹\x16 ýç{\x06 "
b"Pf_\x0E ¤à6_¶³ïæ\x00 ‰ox "
b"P╔&±╠·7¯ì┴u┌ú\x19 q¸ "
b"PãXÂÞü3!›i‘¸Q[\x04 - "
b"Pð-“\x1E ü;©¥ø9\x7F Æ3üé "
b"QŸç\x16 ‹ù1«“~>‹\x18 cöø "
b"Q¡eF\:7\x1D ‹õ\x1D ž_4\x08 õ "
b"Q¬§└ u7õص\x1E\x06 l\x7F ´u "
"Qˮ\t HT<̓嵵9_ "
b"R06pžû5Ó°LôG\x01 ÃWJ "
b"RAø·\x08 89E™§ãÆ'ÆÌ„ "
b"R®Ë'sù9\x0E º 4%a‚)m "
b"R±ÂwXù9m▒\x07 ÉÚ#»\« "
b"RüÞX\x1E .:¬‚I\x1E è‚#j… "
b"Rþ!Fó¤>ú¨ºÝ„9/Z” "
b"S\x16 Xà§g>!╗▓r\x05 bKØ= "
b"SMuÖwþ32‰ˆ\x02\x00 ~péP "
b"S}\x12 i"Ò8¸•Ek°Š ×3 "
b"Sì~³Y╚9âè\x1E oà║ú║┤ "
b"S‘+¯÷\x1F 1z’À‘~ÔvQ© "
b"S–V(\x18 ×0¿‚—iϸjÿh "
b"SøÿÂc▒14ìÂóPa\Û¦ "
b"T\x1C «ƒ¥8>`¦ëy©áŠÄs "
b"T*©.\x19 Ó3‚»'RFn\x04 ôÑ "
b"T]`Ã\x04 «=Þ„3Ä\x1C\x14 E\x14 ñ "
b"T”Í\x12 ýA7”Ž]ÄzLk«Ÿ "
b"Tùɾ´┬7]░╝2}\x1A ^G¢ "
b"TßU„tù?'‡Ë,Ü5Û6c "
b"T㤘ê²5w®s†Îï…sN "
b"T■K├\x19\x12 <Áì·àî\x1E \Ðí "
b"U\f X>Ñ\7Ü„A6˜t~8Ð "
b"Uø|Ö¦\x16 7N░\x1C Øg`\x16 │^ "
b"UñüoÈâ3ä░\v ▀Ü\x0E &¿ó "
b"U«¶_39:G²h\x05 nŽÈ©\f "
b"Uß\v\x02 £ 93¦\x03 f\f ;\x10 ÎÑ "
b"V3¾Ã\x13 H9§¼ì┬▀tû\x16 t "
b"VJ-QìÂ?1ÂY║\x14 Aíf£ "
b"VR\x1A k─¶0¼¡:Ï0▓ü§Í "
b"V\Dû«Á8æ—I3emÒ2J "
b"V`f5eü0·╝WÔÖØ{/ÿ "
b"V>eô’<\x18 »\x14\t _fÉ\x01 ” "
b"V¿T«‰f7»€ÙšÈkjú˜ "
b"VÀ'è¶E4Ø¡Ü1Î\x03 À'- "
b"Vçʹá3J¹˜þÀ›·l "
b"Wt½╬@É0´│▓µ\x1C\x02 ê]¢ "
b"W{0æ¥\t 5ó£\x11 ¨éeã·8 "
b"Wì\x05\x13 MG8\x15 ñ\x1D e=¦║\x06 j "
b"WÒÓ.Ø?1÷ê®V└\x02 HNj "
b"W汌æ+8qŒ8:jqɃñ "
b"WçE\x06 ûF<!¶ãE´aßzi "
b"XJ„\x01 å\x10 ;ó¬ú=Á™ Mú "
b"XÅ~┬%\x03 9\x19 »å&█\e ┤\x00 Î "
b"X│Åh╚\e 3(ùÅÒaï\x11 ¥ "
b"Y\x02 ÄŸåü;6Œ·úl×)\x15 À "
b"Y\x06 ¦JêÞ7Øÿÿ│+mÿÞ¦ "
b"Y\x08 åÜâª<m┤ì╩,»¸ð "
b"Y\x15 »2uõ0}ŸEÉ]T2Œ… "
b"Y4ØpÞõ8=‘‡\x1E {¯˜dÈ "
b"Y7¬çù┌:┤Åuõ\e ÉùB\v "
b"YF>µwA4ý”u1æí%zÎ "
b"YxÕîT’7¢¹yÓj-ËÓO "
b"Y¥ð:bt5 íõ´8¤láÅ "
b"Y¾{H@█:6Âõ$\x05 ¶J0ü "
b"Z\x0F ¿|Í\x0E :\x1F ▓■·─ÅÚÆâ "
b"ZZÙ¶Ÿ©9–…ød»i;xf "
b"Zy\x07 a\x02 Ý?<³=;qõ1¬ "
b"Zƒ4A╠Å6¬ÇKò\x1D Ù-wL "
b"Z─╣çÍ+2▓áéCd\f «ìÔ "
b"ZÕ¥2òí1Š‚h\x06 ó:>ª™ "
b"""
[jîkT\t ?°¢¢´\x7F zP\n
3
"""
b"[€Õö\x12 z9w³PöEoêBá "
b"[¾ÏŒÃº9¨¯^d‘ó\x11 ÎÕ "
b"\0‚\x0F\v $?!’ŠšçÍ#þÞ "
b"""
\9µ\n
Õã6å›\x1C |<¶+”Á
"""
b"\Xªaï13çØz¶¼É▀³Ö "
b"\`ãŸM\x07 ?º…ˆœêôJÃn "
b"\ì\x07 ÎÌâ<3É\UÍ5@³Ñ "
b"\ލâ|\x02 ;\¼Øg·÷ãîõ "
b"\Ÿ1·öí:ü®VÂlkJß "
b"\Ù\x15 5ä²?\ ©<ýh,\f “ "
b"]1\x14 ‡¤À9\x08 •£c\x02 ™\x01\x0E ) "
b"]ƒ\e !³³1¶ú\x11 ãŠ\x1F\x0F B "
b"^I#çè\x1E 3U¢$ì!\x1C ox2 "
b"^±g¹³q:+½ø[u¶JVQ "
b"^µÜ\x11 –_2J¶1iÏÊlý "
b"^Äl–ôÂ0ʽä6‰F\x19 ¿ "
b"""
^ÍKê,\x06 3Ý®z“b^\n
i\x19
"""
b"^ð¯×╩Ë:1ìç¥Ê\x10 ³à\x1E "
b"_\x1D Ò¨XÅ=°ÆE,qÆ\x7F ▄R "
b"_'Ðx\x08 $8Á’\x01 ‘‡ð§B\ "
b"_W\t n¸x5ˆtµˆ\x01\x14 S§ "
b"_lÏÍÒs3ì„»y7œn\x18 „ "
b"""
_ûÖÐ┴ì0├┐ÔÍ{D\n
\x19 (
"""
b"_̶\x10\x16 –3Ö€{6¸»ž"W "
b"`.ÉÌ´╠;▄│]¢‗!╠×U "
b"`AüÊn\x10 4àÜ|<=F┴Ëß "
b"`L1'‰Ø=ß…\x0E ŸqÀÁr "
b"`^Öců5³‘Û\x16 ¢ô?Z "
b"`k)×Е7z¿\x1D *Ì\e ÕhÑ "
b"`“²\x1E п7Rmv -ûßY "
b"`¿{Ï®R:‰›èÿž\x00 ¶~ "
b"`À\x04 Á\f\x04 4 ŸfÀh^Ñ@T "
b"`╚╗ä¦^02ì7\x15 ´Û|9y "
b"`ÔÙN„A1»˜\x07 †Aõ‘&½ "
b"""
`µvs¥¬8µÇ\x05 eÄpÉ\n
,
"""
b"`÷þÚYž;þ£\x1A M¸ûÆïw "
b"a\x08 ╩$ì]<\x04 ÇË╬«┤?\t\x1A "
b"a\x14\x0F ©‘È6\x14 «wô©ÃŸàd "
b"a!F\x01 »56°©¾»°\x0F œ\x19 ‚ "
b"a"áõ\x12 ▓0ùì╩mo├ÐÃJ "
b"a7f®±.4\v ˜0\x06 „‘\x00 lÔ "
b"a=ñ"L\x17 3¼¼ý¼ÊjŠzÓ "
b"a]8Øf”2Ñ©&£À\x0F (\x11 ‹ "
b"a^\x19 :;Ö8?»ùÈÙ\x04 ò…µ "
b"aoEh\x00 i7?¯º\x03 X³`! "
b"a´]çáU7™ž¨†åôÛI\x11 "
b"añÛ–ÐÄ?/šŸ±f%†\x1C r "
b"bD\e ×g·8†…Ö\r \t Õ8T@ "
b"bM6â´ï9¾—’÷r\r &ü "
b"bi“UÔ¡4*¦œÝ\x08 ËOKÍ "
b"bÜFòìÔ<–©Ã´³Å\x1D 8µ "
b"c\x13 Ô¢Fâ=»¡ÿÆ3│\t |É "
b"c\x1F ÞÐ\x02 ®6ÝÑiS\x02 ¾ØÁ╩ "
b"c:€\x12 ¹å;\r ƒúY¶|+së "
b"""
c;ï•\n
’0\x0E ‰r«‚Ä´u
"""
b"cP\x03 e█¦>M│óiɺP23 "
b"cS¨€W\x1F ?Ý ýxÝö\x11 Àc "
b"c·#Ú½å>\x07 ¨,7\x06\e ÿc÷ "
b"cýéÅ├:;<ïÔ\f //1æù "
b"d*ça:R6ù–§Èè4ù=ð "
b"d;\x16 [‘-9G¿Ö/~6åÖÃ "
b"du Èöç=¦¡†P÷} º "
b"dÞîM$Ê7‚€^®EA‰ÆÌ "
b"e\x01 ²Ï\f §4å°ƒìBqIí\x1A "
b"e\x03 •©Ã_=˜¸L\x1D :5Ö_< "
b"eZ Ø%+2.û‗¯$Ú\x16 Ú¾ "
b"eh±\x00 éO1+ŒÐî˜sw´\x06 "
b"ew%êÕ3=L ]È ^\x01 ï· "
b"eÅ¥\x06 ]Ü1Ê░¬│\ò¦Q▒ "
b"e¥‰«5þ4\x16 ‰šÏ’¼Ö§K "
b"eÍh3lÄ7G‘•þÖ\x1F ©$Ù "
b"f\v\e ÉÚ½<Ü«®n&ß_\f\x06 "
b"f\x18 霬x=8‚\x12 ½Ù~„µà "
b"f\x1C 暯}<r‹ÃwdÄ•Iü "
b"fQ·‰<è6§ˆ{N\x13 H\t ‰& "
b"f‹p˜ Ê8\x1F °¡Ð+Âõñ” "
b"f²]jUƒ1<®è\x1D òv\x1C øb "
b"fð┬©V×7èÉ*ó\x06 2O/I "
b"""
fà†Dx\f 7\n
³\t ÅroÜ¥u
"""
b"g×v#\x14 C>Éù©É9N|Vü "
b"g█═¦\ø9Éü├B)ð$ç/ "
b"gà0\r [³4z¥k\x17 D\x13 ê¥Ö "
b"gsm \x15 2[úƒÉ\e\x15 a¯┌ "
b"h?\x13 d8²5½¡-̘dã:p "
b"h“\x04 ;ái2{”\x1F ö”\x10 :v° "
b"hòk▀ï´4─Ö`\x1A É\x10 ¢tú "
b"hñ¥Å5e3ûú╗äãû\x06 ÝÕ "
b"h©xæ2‡0gš\x10\v b\x15 ¹h^ "
b"hÌ\x01 gc\x05 <▀ì~sà\x00 iéu "
b"hâ×$6Ä?l¹?‰›!‹®p "
b"hæ\x03 ŽÌÌ1 ¦\e Y!Aö;b "
b"i\x0F Š\x07 5´2\x13 —Ú¸^N„¸› "
b"iïíWg«>\t ƒì▄<\x05 ─F4 "
b"iµ|\x16 \r\r ;Ë‘e3ƒ\x10 d–³ "
b"iÒCH.Ì4Åô\x00 ûÖ-L-Y "
b"j\x05 HðÙÌ>¬¨Â맇æü- "
b"j.ïÐÕb2׎D\v #‰âʲ "
b"jCIŒJ¦8‡½\x07 üñäÁsˆ "
b"jª’kãc2‹ƒÄ» °‰b` "
b"j²9;º†<\x1C •楒E˜éw "
b"jä»f\x08 i=B‹\x08 ªZ©\x06 "Û "
b"j°³Ãþ»1æ¢_Ø\x10\x1C ±║▀ "
b"k\x17 ║nOô8FìÀ3ë╣\x00 '█ "
b"kÁ„¡D(?b¦Ö\x0E z·t\x12 ” "
b"k╠‗£v^5╝▓×\x1C ü\▒¸\r "
b"kÎ\x07 Æñ\x06 2\x7F –¨±8\x03 5óˆ "
b"l\x15 ¢åßL3·§÷Ö±öQGÏ "
b"l3V´–ý:8ŒÅ–/…"\x13 ” "
b"l>&?Ò(9#¹Ž5ï\x06\x16 «© "
b"lîç)¶ö8JÅ\x16 Ë\x16 (├\x1D "
b"lÉ\x16\x0E \r ]5d┐`Ø\x16 uø/\x02 "
b"m\x01 {ÜQw;\x0E ©\x07 Wý\x19 VÉ~ "
b"m\x13\x1D ‚|26»Ÿª×âNèg] "
b"m2Öà .6\üü2\x08 à<\r Õ "
b"mzÅây£5r®╝uK\t é■c "
b"mÍ\r x+Ñ;J³Î\x15 í²ò\x15\x13 "
b"mì/H;\x14 ?/†ØØâ¡0ïm "
b"m³ì¾2\x08 0x┐j9¨AºÅ\x1E "
b"mÿ\x18 —\x14 h5Ÿ´Ñë9ÿ\x02 Ðÿ "
b"n\v '█©?2É×S R╦¬éð "
b"n ±·\x16 n;²│Z\x7F Ø%\x08 ! "
b"n2³vצ2û¸Ÿ4f\x03 º,« "
b"nEC9»26âü®NË=(Üx "
b"ntâ┘üÀ6äù\x18 \╬ÇtYÎ "
b"n}Ó…«e>'…\x18 d {u8ü "
b"nÛ»ó\x12 29\x1F ž)_gÎb˜\e "
b"oa\x15\x05 Þ\x1D 3 ®\x04 S-‹¶o\x12 "
b"oŠp‡BG=g»‘d™Ö\x1A Ù0 "
b"oÈí‡\r V9³¹\x10 fí\x01 }\x13 o "
b"p\x12 ”\v CŒ1ß´\x1C\x08 ¦§H*\r "
b"p3ŸY°ä8N›£³\x1F ^[¯\x11 "
b"pd= Iš1ë¨Ø»riçkF "
b"p²’\x18 ®Û: ›å\x18\x15\x16 "X\x7F "
b"p└╩\x0F ìÇ>$Ü1G9¤û\x12 0 "
b"q*w“nV5¤¥Òнb¾Þ? "
b"qOÄ\x00\x10 ü<Ö¦¾\x16 <dJ8â "
b"q§‡Ø¦¾=·§å\x19 ^\x19 |äø "
b"qÍ–\x13 î¥>_…\x18 :,.«Ð] "
b"qÒ³Ñí\x14 ?ÄŽÙñLH)\x04 q "
b"qΦöþÖ7[ü╚aËÐïÿ@ "
b"qòÔ¤\x15 ë:>”„5•ùþØÌ "
b"rÉ/?¡═6"ûSÊòsklý "
b"r¹\x08 \‰¼=\x0F ‡9›aöm;\t "
b"""
rׯw\n
e5̬\x14 ãnIsÁ$
"""
b"r÷■¢&Ñ:╦íl®à╚╣Å\x01 "
b"s\x07 ±â8Æ:m§Xó?®æ´€ "
b"s\x1D vmÄ(7├â*ì!┤Ù\x15 à "
b"s&ž+4U5ƱÄר¡\x02 ‰€ "
b"sW▄RüJ;¼êÕóÔ\ãrm "
b"sz\x1C ãw*:ç–ï~Ù«6Œ "
b"sújÉ\x1A Ï;¡«©ú¤þ─FI "
b"sÞ·õ?ü3öš'qÕ\x02 m8Í "
b"s±Óù3Ú>¦╗G¸Øu+├` "
b"""
t\x02 jqÏ\n
4¢®H e}¥ï€
"""
b"thޱ‰é6Z¨\x0E ΂:\\x05 \ "
b"tu-§S88±©€jtÚDRÎ "
b"t{¤└╠;0╔Å'äafx%| "
b"tìT¾‗ú:oÿÛTÞ!\³Z "
b"tÿíÿwN7íÅ\x14 6Fx¯v² "
b"t \Êì&<_û9├2{)¬0 "
b"u\x03 Q&œ49ו8ýhÖ\x12 äˆ "
b"uAO3„\x19 7šª\x04 úôàÖ<W "
b"uj\x1A\v yQ<P¯ƒJêV\x02 ËY "
b"uÄÃÅ8B=\x7F ▓r╬ôª·öY "
b"uÉj¿iƒ:©ö█à ¬■&< "
b"uØÖQ\f ╔<\x06 ¢ƒ #_bØf "
b"u┘áý\x1E É7þåÞà░?Ám\v "
b"vË*I<5ؼe}ÝUèÐ\x16 "
b"w\x00 ■\\x12 _>Ë┤╬ìQVSP5 "
b"w\x16 Æ^ï|5\x05 Œe\x06 ›Ã\bu "
b"w\x17 X\x1D 1å<ª/†ÔN8 ¡ "
b"w\x19 ›ó?°0üžÍË\x1A p´0 "
b"w@OL€ ?@ºöYÎåÉë "
b"ws•ß \x1C :4žN\x06 I°|ž™ "
b"wŒüüº!7e²\r °\x05 ²Yjn "
b"w›Ù¶_A9…¸î0f™(Õ\x19 "
b"wª‘3Kž:*‡Uf— \¶ "
b"x+Þ›•(4¥ªí\x1D hè\x1A þ\x07 "
b"x<Ê;m/4k£Ø®\x16 GÒê\x02 "
b"xHú^\t •=:¡01öá\x7F Ò\x1A "
b"xY£°ìÚ8vªq„.\x1E\x16 40 "
b"xsÔ]║┤1Ùì░░¡/3^] "
b"x—BœïH7X’\Ÿ\x08 bóž@ "
b"xùk▒\÷7eÀm┼LÑÝ#ü "
b"xÅ”á6º9 ¡ýæv†^râ "
b"y\x02 TÆ▄/4┤ü®═ä\f ãñU "
b"y\v žËëé5˜§õÒn3T»$ "
b"y\x7F i‰t\?³¨þ\x1A ¼ÿ“aÏ "
b"yáQÊ╬‗1ìû£`8çHyª "
b"y¾!‰l2\x08 ˆÇ§H\x19 â\t\x16 "
b"zZ±¶æÃ7o•@`\f Öz©´ "
b"z~…½£Š93»q\x02 Ì^\v\x07 L "
b"zɺ&]1¨æEwú¥º¥¹ "
b"z¤Y\x02 2ö8q‡¡çº€\x10 F‘ "
b"z¿ü\x16\x07 █=lØob\ç\x08\v\x00 "
b"z´È\x03\x13 »8f¦\x01 `eÀ>Áá "
b"{`\x17 6\x1Á£ÿ▄''sظ "
b"{j\r \x04 ¢<¥¯`“ò,õè< "
b"{áL6Ò\e :\f ÅÖ─ªVWq\x06 "
b"{¢14\x16 ¢3Ò„*<ÎÜ\x19 ¦à "
b"""
{¦Ë®\n
\v ??¤áæ\t "àù
"""
b"|_S\x0E !57AöaüþÆ╦┴─ "
b"|ެ‚Êñ:€—;b¾Š2¸ "
b"|É¥>Ÿj<MœGUmò^ºí "
b"|═;A¿ü4¹óã[£╦ðÉ■ "
b"|é§\x11 ×å:×¶Y²Ðä¬Ù\x0E "
b"}\x02 ¾æ†g3;q߉‹\v úX "
b"}\x07 ╠eµù6Ó¢ü'õ7o\x02 ╠ "
b"} \x12 Ia;0œ¯2Û\x1A ’’\x13 p "
b"}\x7F •xÀÿ3p¶ÂIàØáT› "
b"}Ÿ\x08 ì\x19 ø8m½\x08 Ú,\x16 ±ƒì "
b"}ÑHWô╣6ôü¯D9xâói "
b"~\x19 Æé‰é?Ž®¯}ÒšpB\f "
b"~qf\x08 ‡X<h©»[—š}\x02 4 "
b"~Ë®Î\x15 È32“ýßS×;áw "
b"\x7F > Uš2…—¾A$@xu) "
b"\x7F ^O═ß½1sª\x1D ü4\x1D ·:\r "
b"\x7F iz-ÿ(43Å\x0F ½9\f ÈHh "
b"\x7F i}B½\e 3═ü2 ú\x07\x01\x13 ║ "
b"\x7F ‹ï°Æ‹4•«·Ë\x06 ˜,)˜ "
b"\x7F ôn9¼Õ;É¢{‗D¹ÙÇÈ "
b"\x7F Übë8+6Ðêópg[┬ü, "
b"\x7F À9{¡½6ÁÉ\x00 Òxêyyu "
b"\x7F Ï“êÞ\x12 :\x11 ¾ó\x08 +NÇÇ» "
b"\x7F è6¡;|28²\x04 ÇX„ÌpÚ "
b"ÇH8ªù▄5;║7\x1E v"┤ÉÈ "
b"€ù÷\x11 ¡ê=ˆ¾&¿ÓÀhI\n "
b"üxé§Z?;mĨңí╚'O "
b"üÔuÅ\x11 ç8,ÜVÚ \x7F iS "
b"é$\x06 ¼îV6\x01 ºzüA1\x0E Ø, "
b"é&¹©je>■É═\x08 x~¦îÜ "
b"‚-ïê\x07 Ð5غއ'ã{¾¶ "
b"éSD`W2:g½±±‗¿LÉ{ "
b"‚‰"=BÏ6š©QGP€2¬î "
b"‚Šo£õž<~˜FúpÈ\tï "
b"‚\x00 ¢í&9\x05 ¸Ô\x01\x11 ´ÃÖq "
b"â\x16 j@P>5Z«®\x12 ɬ=¯╠ "
b"â-ÛÔs²<Zìa\x0F\t 49ñ0 "
b"ƒ2È\x03 5\x1E :S aYòÏÛìy "
b"ƒ[…Qþ_2ܳ«U?1„\x03 Ø "
b"ƒ´îE’M7´ž2=Q\v @ìü "
b"â▄QÑÑè>║¿\x08 ¥µØW°J "
b"ƒâ¸@î¢6\x13 «ËæýqA>› "
b"â§d\x12\x18 ©:aÉ▓ÆZ>`\x1A "
b"„\f ~#\x17 „1¹½l¯î·4‚Ø "
b"„…=\x07\x04 è5\f ºF©BÌsZ\x0E "
b"„½Æ•¿ê<ñ™†“ûZŠ%Þ "
b"äÈ┐\x06 $ã7▀êüÍÎ\x1E }Üw "
b"àZ#éhÞ1nÅ@?ôN█(¡ "
b"…¶ÞowÊ3„” )ëÕ\x0F á\ "
b"""
…ù\x7F ÛU-;\x19 ªç2¢àÙ\n
¾
"""
b"†\x02 ½¾vç=¤ Шdê¿ÜÑ "
b"å\x02 ÓGûÅ8ÈèÁÏÍz-Ø7 "
b"å4Þ─jô7\r ×▒ÉÙÕõ\f\x1A "
b"†>È&\t v=„¨Ž\x05\x01 Û‘þ… "
b"†w«\x06 )º9ý¨¤&-}7\x06 j "
b"‡;ß(ƒ{7v¡Gg2¯1°€ "
b"ç=kÜ─n0&«9k°¥ãÉ\x16 "
b"çsì\x13 w`3┐ÖE}ò²=m§ "
b"‡è£&ׂ3”£‚wwsûrG "
b"ˆ=j!…ë3;¢&9\x17 eÒŠã "
b"êQ\x7F ÿ╣a;\r ì├^K*´t1 "
b"êZ&#ÿ\x16 4âÅF_Ím(ß╩ "
b"ˆžó@äd2³·Z6JCÇ<î "
b"ˆŸ6\\x1C\x18 :û‘\x19 ÅÞ¬Ho\x13 "
b"""
ˆ°]…v¥>)²šj\n
š%ÑL
"""
b"‰ZÅE0z2´Œv\e ÙJØôÙ "
b"‰•W\x11 ÷º8Øv\»f5'\e "
b"‰—æ—Óx3ãƒs9´FP7ª "
b"èhÐC<Q:9àÉ▀¹\v\x07 \r " "
b"ŠoW3Ó®=à°~i¬£Œ\x07 Ä "
b"èç%ÙÜä7và3Ȩµ▀ì» "
b"Š•ƒov!0þF-èA.ñ5 "
b"è¸J0v\x02 5ÌØ╗÷B│?G\x13 "
b"‹=þ\x15\e\x1E =–˜†ÌVãb+M "
b"ïTnT■G8èØH\x7F -6½{4 "
b"ïqøkU\x0E <Ô╣å┬¥\x08 Å[' "
b"ï¡\r ▄\r E:2É┌#▀H³-s "
b"ï▒Ê$¶\x1A 2░ƒ╝Å└éÂ~â "
b"‹ìqýw}9Ô±ÝA-3\x0F hª "
b"Œ\x1C µJôƒ7þ¥Ýð|\x1F\x00 X~ "
b"Œ\x1F Ëc<\x14 ?K²#Ÿ\t Ê¡$o "
b"Œ ïýÊ4?z®@}\x01 ášAƒ "
b"Œ(&\x08 &{7ݮ܋ø[v«Õ "
b"""
Œ-4½\x08 v?„´\n
‘ê›ô‰L
"""
b"ŒYCñ/M6:‹ªyÌ[\x14\x0E\f "
b"Œu\x1A N\x1F Þ?~´)„Ëý´Ã\x01 "
b"Œ~¾\r Q\x16 8ưÿÙ|æ“[ "
b"îÅô9ð6;Öàm[Ä■▄N[ "
b"Œª|£–-1a’;óäÑ\x1F e¥ "
b"î╩\x04 FmÝ0├ærا¹\x0E ▓\f "
b"ŒÒI\x1A ø3= ´!ny+œê "
b"ìA`C¥\x19 3©Æ¨ìzA\x08 ┌W "
b"ìH¥╬»Î4>╣T\x03 ╝JøKd "
b"ì«\x06 dôw8║×óOpÖ8Â\x1A "
b"ì░&,Ú=<Ú¡'╬åP┘@\x14 "
b"Ä\v ¬┴ +3xì╝╝$ïhf\x07 "
b"Ž\f ÜÎSÒ7qˆ¤\x1E Á\x16 ¸0@ "
b"ŽH¬¢£_9\x10 ²±¢«Í•á\x10 "
b"Äf¢\r ┐¯>±┐i°¯VTÄÅ "
b"ŽŠV§ ±6ª¸[ÿ‰\r „s\x06 "
b"Ĭ\x13 ±4\f 4\t ñBÞÉ÷ÁÕ] "
b"Ž¿™Ž-Â2c—‚2POV‘C "
b"Žà¦ðÊÓ>Þ‡Ö¸êXÂÂ] "
b"ŽûK\x1D .78Ì©ùÌ2\x18 ù\x01 V "
b"Å6¬\x1E /ð:\x1C ÿYÓ┌¦┼ < "
b"ÅTr▒ôò<T┐I‗\x07 ò\x7F ª_ "
b"ÅZ³\x03 ╚═4┘¿░¿j■ÂS\x1D "
b"ÅhbØ¿í7Þñ Ö╦Z\r ;Ù "
b"ÅÂ`½\v ö1µ©+l▀<õÄO "
b"Å╚ÌK\r H:A¼®éXó\x08 b: "
b"ÅÒhÃî±4ãîr{ýôùß "
b"ÉO┐\x10\x1C Â0░Àg\x7F }µ▀n "
b"É\ıæ└ò4\t ÿWªz╠×Pc "
b"ÉèÒt¸L6Ñ×î\x04 l\x01 «ß‗ "
b"ÉÉ<ñ▓-64òÂ|ßþ\e ╩╣ "
b"Éȸ?HÌ;îÅ\x1C ÆÛ\r ║\n \x00 "
b"‘\x15 Z~¤ú5$–í;™\x19\t ^Ä "
b"æ\x1C vh\x04 E8Iô0ïFÄØß» "
b"æA`╠\x04 Ø9B¡0ºÁØÇ4a "
b"‘J˜cV>5´’Ê%IîÖž\x1D "
b"æüÔÿß\x07 ;3â9ßdÈ╗\x1F C "
b"‘±àt‘\;$¾Â×\x08 (4}… "
b"‘íf®0,:zˆ\x7F þ¶#1¼õ "
b"‘÷lìÓ{;&¦º:ö¥(\x15 f "
b"æ³oÆ├0¢Éún8À÷└\x01 "
b"’mT\x12 èÏ8K’\x00 ÚúîY'Æ "
b"’Ÿ\x1C\x1C É,8\x1F €ˆEa±:ް "
b"’ßËßQý?B«®%·\x12 íOC "
b"Æý╣2að?¾┐Ë\x11 ض"u║ "
b"’÷\x17\x10 Í\x7F :½°Î2V\x05 Ý%Å "
b"“<\x15 %\x01 Þ8d¯§\x11 ´óAI1 "
b"“}Ωø.3é«258ß-\x18 ï "
b"ôŧ\f ■\x0E ;▒Ü¥õ\x02 █╝\x15 Q "
b"“–B\‘ª4Q”Ͱ`ßoë> "
b"ôá,¢m\x0E 0»ÅB╗}·┴¨f "
b"”\x18 \r ¸\x18 á=l´ëì`\x1E {%\x06 "
b"”\x1C /Zt×3~¿BÑjfÎáµ "
b"”\x1D l0&Ó:-“îlN1tG- "
b"öMXá¶Ù3¼ø\x15 MÇû\x1D üA "
b"öXƒ8Q▓<6üÇ┴d█┬T "
b"öt*■ãì3Bö¼d\x1F 7ù/9 "
b"öé\e Øú÷>‗╗@#úT'J╔ "
b"öò@Zä%:\x15 ì£X% °╝0 "
b"ö»Â{\x06 F<üÖ\x7F\v ÁS╣Yo "
b"”ï?Ï|õ6?€-<\x01\x18 m,\x7F "
b"”ù\t r\x14 8;\x04 ·oÌ\x17 Èø\v H "
b"•*boK\x15 1\e »hŸ:u\x1C ïv "
b"òN\x13 ¹µ¼>Ù£ìF·½Æén "
b"•y(?W£:Χ-ðò°ý4x "
b"•ލe\x10 .:Ï–QõÔ¬A}\x04 "
b"òÉ,w©I83ééÚ\x18 üë\x15 ? "
b"òÖ╩EıÉ=C║Péfü\x13 ╬Ö "
b"ò¢+\x08 ~ì?Jä0áçfpðÍ "
b"•ÚêPf_0@´8¾ƒEû²‰ "
b"û*/\aL;┌Ø®3[¢\x1F\x02\x19 "
b"–4.òìØ3“½ŽçPS„©ÿ "
b"–<>ª\r c:V²lõ\·‹†B "
b"–S8)\x0F }3/ \x06 dÓ/ñÖ\x06 "
b"–yûÖ˳7å–×\x13\v 6e.æ "
b"–ê£zÚ¯;\x1E ž\x01 ;š›?¹M "
b"û´Ã>ж>\x18 Ø\x1C\x02 æ? N "
b"–ü\x1C ªÆ\x06 4Í£th±½x~ú "
b"—±µ11X=¯Ÿ¼Ç.P·-\x17 "
b"—ÞùpÖœ4Œ¢„Ïýh\r c/ "
b"ùÓß«OÉ<Íâ>\x1D æ'┬\x04 m "
b"—ãÀLÎ6;¯™é“£ä›b{ "
b"—ù´ê”V>Tµ,¡Î\x07\e Uä "
b"˜\x00 »´E¯;u´#)ŸŠæ¡4 "
b"˜#\x05 m#s0¸½\t 3&SnP› "
b"˜+\x02 Éß”<íµÜà•ŠlÛç "
b"ÿM\r \x05 ×Ã=&┐¢°þ|á,Å "
b"ÿN¸Ebü4i½àíƒh\v ÉÀ "
b"˜h¨:+V0ü‚mKî:&v÷ "
b"ÿu\x01 ı±ê0½ü#ëe1GîÔ "
b"˜·ùaO™9ú‡NŸ\x14 ßÿ2‡ "
b"ÿ╣IáIt7ôòI\x08 Åý\x05 n~ "
b"˜Ï`\x7F Å\r 1×’'ð\H\x18 Ĩ "
b"ÿ▄\x08 t×°:ØÎ¨¶`┴\_ "
b"™\v\x05 ´Õ\x17 :›’ðÏ´z1aÎ "
b"™\x1C @¤€@9ÂŒ~H\f Ç‘¥ "
b"™*¥\x02 ‚»5Èž#Þ^ïçÀÎ "
b"™\w|\x1D ö;;‰\x08 ã2 \x0E ‡\x01 "
b"™am\x10 ºv>Õª\x0F û\x02 û%-è "
b"™å8Kæ‰8O¾abÀ\t FÐr "
b"™ÿYP\x18\e 6þ¬<UìöÇ7Ð "
b"š*…Š4\x13 :à§©_Ùĸb® "
b"š7˜Ò‹,>T»P<M® Î\r "
b"Ü<EÉÍø2\x01 ¿j█ºx9\x12\f "
b"Ü<ØÀ¨*>ÃGÇ~!\x07 ´K "
b"šg!Ùüc8¨‹£\x01 »©\x15\t † "
b"šŸÂ:ôO5\x08 ·X[ŠŒBï\x1D "
b"šËXöXÔ>Iˆ\x1A kÑR+\e # "
b"šó¨¯îÛ?Ë–üAIž\e »t "
b"ܸrÉÖ┬?ıñ§«">i ý "
b"›\r yÂ…Ä:Ú…žŽíÊ\x08 9 "
b"›1ÐycÚ0\x15 “\x1D NÊ0_5‚ "
b"ø@K┤╔m1ÑÉ(±\x16 {5*Ê "
b"›Gä\x06 ^4<a›=ÒkÀ¬Ð‹ "
b"øb▒\x1C\x1D ¿8Êê■füs╠ò| "
b"øëÉOhÝ5TÆcÄ"ÂE¢s "
b"øô¾\x00 ¤f2Ŭè\x15 ß\x1F *\x05 · "
b"›—è³°ü7†œÛùI\x0E\x00 j• "
b"œ\x14 ¼Ý>Â=®”×\x7F ^µÉ%´ "
b"œ.1ô\e û2ô²D6\x11 _x\x11 i "
b"£/■Ú=╠3}áʰüwáç└ "
b"œV5"ò€5/ŠÆ5l6G-\x07 "
b"œWÁ®Är0\v ²\x01 `IΫUT "
b"œÝý#\x1F\x13 7`¦òš«\x1F P*Ÿ "
b"œûB{G»4a‰K§9¹ûQ8 "
b"""
Ø\x08 \n
\x12 /\x0F :Fº;=ç▀\e $ú
"""
b"Ø5xê╬39ȃ┬ëdº7¢\x7F "
b"Øymo)ª;╩º\x02 Q─ðþ\x1D N "
b"ØÑß5┼\x15 25êk\x02 │ÙäEc "
b"ži˜T2r5œˆÿ<à,çå¾ "
b"žj\x19 ó‰l2+¬íßå ò\r l "
b"""
×rÛâ┬Å:xù\n
\x06 A─Ø\x0F ƒ
"""
b"žyRÃxô9¢©¤ù˜åª\x14\x01 "
b"×ɨ╣§\>fúT^õCö²£ "
b"ž \x16 \r ºÿ;Q¦#ÝwªÈž¡ "
b"×─ìÒ¬ı<Õàâ*\x19 ƒæDû "
b"žÑ¥üÇ\x18 >RŽáå\x19 š‹~ "
b"×ıï┼(z6╦Ø\x08 `9\x19 ÿ\f\x1C "
b"""
Ÿ\n
÷\v [¶?µ‚MJ×7‚\x19 ˆ
"""
b"Ÿs;Ë4û1˜›\x16\x17 ìx‘\x03 š "
b"ƒæ\x07\x04\x1F\x1F 9xØe╝)ât7ª "
b"ƒ─\iS«?ºØ\v ╬─£ê═ø "
b"ƒ )\üh2Qâ├\x11 xý.\x1F Õ "
b"""
á\x01 ã\x05 ├▓2\x1F ü▓\n
ª░2\x1D ║
"""
b"á\x04\x1C ┘W\x1A =Æ®┴8ÉYƬo "
b" V\x01 ¿´\x08 7\«Y†¯œDîþ "
b" ‰¥ ^I4À¸ó?°â\x0E À÷ "
b" Îp;«\x0F 4«„\x00 á¸1\x01 QM "
b" Ò3ƒ\v õ6Ö¬òMÝŒñÀè "
b"í\x1A ┴┼i®4┬ü£*«¸ßÄ "
b"¡“Ñ`‡\t 3¼•p“Z\x18 QÑ\x01 "
b"¡ôkó¹=?b£C==Hã\x11 S "
b"¢\x0E "×J”?éËüÃ)Òrµ "
b"ó9\x14 é\x05 ??Øæ¡5\x1F ¶¾+Ê "
b"óQ└ØÅ$2=¡¸£Ð×^(ı "
b"¢f\x03\x0E $O3*€>\x19 ûñ\x14 L† "
b"¢kÈc‡928´9”Tku™U "
b"ó├¬ª¨\t 0)Ø,{\e Ð╗§\x01 "
b"£‘¾\x16 ^\e 5“‘Ú@]ÉvUž "
b"ú├║8\x11 p0¤Ü{ÊÁÚËÃÅ "
b"¤-N\x03 P÷8Å¢ÔñÍE‹\t M "
b"¤Dôg½þ0V‚º\x10 ê\f }óÝ "
b"ñL╦Íð 8®©õØ\x10 î╦\x01 ÿ "
b"¤M@<Ô¿5<ˆ•]Ù)Ok7 "
b"ñÜ/\f\x04 |:\x0F ÄGüý Øú8 "
b"""
¤£\x05 \n
l\x10 8¾ˆ’lª\e ‚+c
"""
b"ñ┬]+æG;¢û\x05\e ¶OçÉ< "
b"ñ´Õ¿³³3╣Ü@▓Ö©TbØ "
b"¤õÍ)·¢?篛H\x1A öV¹Ò "
b"¥~\x11 ì5m5\x14 ‚ÎwI\x1C sL± "
b"¥ß&8\x1C #?‰Ló3B†ª\x05 "
b"¦?Ã(~\x15 8~®j¢\Áíá\x11 "
b"¦[\x1D ¦¿ 4g•î:Äò G\r "
b"¦[Éf#A0ª˜ækŒÇ¸îB "
b"¦œÚW˜Û6\x10 †eiŸµ\x14 v\x1D "
b"¦æfnÆ–8t¶&jصfÖ¤ "
b"§*^#/)2~¾À›)¢É„J "
b"º;\x1F g½ü9$¢▒├ä'eN\x18 "
b"ºí▓\x10 ïÔ4¦ì├¯\x08 E>[| "
b"¨1t»y@5ü”€*M9`p± "
b"¿nÂr<o4t╣ì£▒7G▒\v "
b"""
¨¼Ÿó¦\n
7¹“ì*ÂÐ$nð
"""
b"©\x07 ¾G/¡9J™™õ‰È¾\x10 ¹ "
b"®!<°░89\x17 Ä\x0F ÉË%ÍÇö "
b"©&Ñü‰§5\x19 ‹\x00 Ž\x0E ÑD(Ý "
b"©*ZàŽÙ7\x05 ³ƒƒw»úë; "
b"®ù═¸\x01 ¥<áöq;`‗ÅÛb "
b"©œ¦ŒÜ2=}Ї(]Ï\f )æ "
b"©Ÿ—dO‘?š«mSF\x7F ´ÄŠ "
b"©±†&‰¾6……©\x00 gæC\x0F R "
b"©Ê’B6‚3@µo\x11 {©õªŽ "
b"©éÄÊ•'2\x14 –ÙxÞÁ 8. "
b"ª\r •%â•5\x18 ¡ßÈ\x00 ÌáBÓ "
b"ª\e $£ª—?°¹ãèM–#ÐF "
b"""
ª>W\n
[Œ9ž¯ƒäºW\x12 h"
"""
b"¬g╩▓6z5ÓÄ~ìq\e e@³ "
b"ªp3ƒÕñ:ŒŸËÌã‹-@E "
b"ª£DßÒþ7÷€58«§4…| "
b"ªÍo1j\x00 0\x1F «Çy¬AbX\n "
b"ªö\x7F ‡Zl6£„w´\x1A ˆ.nâ "
b"½g«qÈÍ<í¡\v ì<îë$Ê "
b"«l×8ýJ9p‚ûÜ~)\x02 DV "
b"""
½ì]ÆÄ¯9\n
í\n
▓{\x1A 0ä\x12
"""
b"¬\v ŠöJŠ7»‰\x19 G.UÙþ¡ "
b"¼;ÏPÅø3UÑ!è°~¢çd "
b"""
¬M\x1E \n
üH85‚ðG\x1C\x19 ø[—
"""
b"¬rç}\x18 ¦;x§ü\x19 ub•ĵ "
b"¬w\x10 *>\x07 ?y¾õŒYz 0\x07 "
b"¼ê;ZaÈ1ðüÄ\x1D \!¢├\r "
b"¬«ðÕžš2(¯»ÑŒô´Ëq "
b"¼Ã-âß®0üäØM&x¾╠( "
b"¬æµNœ›8ë\x1A Xjá£\x18 æ "
b"¬ñæòË\x06 5™¤Ÿ|‹\x14\x0F t "
b"¡\x08\x16 mØÒ5)ª║[öÕú─\x19 "
b"\x1C ±ï¬\x1C 0™¦Ýñ¼WVIˆ "
b"H\x1E —¹\0¢—{|†(í1\x0F "
b"Ê\x02 !Nh0}Š_\x1E Ç¥\x14 |‹ "
b"Îþe_J=N˜¼¹m5Nìa "
b"¡‗cOð\x1A 0<ÅTE§=.r\v "
b"ü\e •¿\x0E <åƒeƒ9$\x02\x01 Ø "
b"«\x05 Ü/}'=Xîeƒ\x14 ░\x16 ▄É "
b"«"╬ü\e -3±ƒ1\t :£╗@\r "
b"®'Í0lV1üŸýÂ+ñHîh "
b"®.\x10\e šY;a™4ˆÀº[/÷ "
b"«K^úVÆ3ìÀ\x1C DøÂwKí "
b"®n®;¼÷2Ô“²Žÿa€±k "
b"®™ì;ùF:2ˆž"Íü@Yf "
b"®›t½4•9]¦B\v\x13 .Wüb "
b"®ÂæBóL4qŠ!%ï«\x18\x03 q "
b"®à\x10 lÍ\r 9›“ù•\x08\t C—³ "
b"¯{\x0E ¨®¦0üŒZ<a\x18 çR+ "
b"¯¤E\e :Æ?¨‘ó’™Í\v\x14 | "
b"»¼\r D\x14\f 1uØ┘`┬À‗Më "
b"°\x00 —{\x04 }4À‘‡ìˆµÐÊI "
b"°JË\x1A R\x00 8íŠÜ·:!‡ù\x0F "
b"░S\x15 û_À3Üá\ÛØq┌Çh "
b"°q{¶Œ)9r“‚s¯ÛDCý "
b"°…tÑK\x19 <ú·n±\x13 Fó#¶ "
b"°‘ý/qÅ5û´À×ÿ<TH‘ "
b"░Ø▄\x08 )Õ9ýôÛ└mx£\x07\x03 "
b"°¡Öœò86‘–Ùg.\\x13 ˆN "
b"°«Ïyž—6¸ºl¢\x18 Ú¶èÈ "
b"°¯W½Gý=G¬Ñf˜YÒ\x0F 7 "
b"°¼%ù¯\x08 :˜5'Bâ͞ "
b"±IìÛz\x02 2\x03 £™ìË\x06\x10\x17 ° "
b"±œh«±µ4źµE&Y[@ß "
b"±Ö¸láM=lCMöã\x06 U[ "
b"²\f ùÞq¦?D¡%5îŒñeS "
b"""
²'jéZÆ>\n
¦êd§(]º
"""
b"²I¦\x11 p€3ý´î“ïÉG¥c "
b"²XVP\x08 \7Ä›\x12 ß{(ˆþ "
b"▓hC╬Ò«8ûøö:~lÉׯ "
b"²Áæ³þ^>@“d…\x0F $?\x13 Ú "
b"²ÅD7ZY?æ(|´OÚ”ò "
b"²Ô‹5Dl;̳Ãÿ¨›_V\n "
b"²ñ¾\x03 t\x13 6ʦ™gXuq¹4 "
b"²ôò`O(4žŽU\r oq¸¸¹ "
b"³!p3ìÏ;¦·£Ðü\x01 ©\f S "
b"³XveWd1ü²[”×4þÕ% "
b"³bãôú\x1F 6¥¬¨ˆËíXãÒ "
b"³m»Ä5k4©šnðÓ–\x1C\x01 ’ "
b"³»Ðd™ ;å•aóþ¨\x15 ͇ "
b"│┌RØU[1ñÖ┐ð6┐9(ä "
b"´·ŠþM¿<b‡Ý\x16\x1A ÓE.\x06 "
b"┤¾ææØÕ?Ê▒c¤9░\r ─▀ "
b"µ{†+0P1^ 4\x02\x03 ñŽ(í "
b"Á|ü(ª\x1F :k»▀°®ç%\x16 ¿ "
b"Á}9þä├26ï\x00 └ìü\x11 ͦ "
b"µšÝÂU:3Ä•2[3Ð;(Ü "
b"µ¯ì¶3¬>\x13 ƒêl§íÛͬ "
b"µâFrh<:\x18 ‚]JeZ8¤4 "
b"¶\x1E ø\x17 Œ[3i‘M¸xó´jä "
b"ÂUÃ\r ¥@67à¼âi─\x06 Øj "
b"¶‡KyLë9݉Mâ¸äèse "
b"¶Šn¬ª‘6WŠ÷Ð5;QhË "
b"¶£ô/"®6üŽÊújEBã½ "
b"·\x15 û©!ü:"¥\x1F ûKHCÿØ "
b"·fî\e\x11\x1E 1²¡u°:\x05 ýô "
b"·v½\x01 n13æ˜C(† §Ë\v "
b"·¾Vœbñ>¶˜]9ÜŽh¢; "
b"·âš7\e ±?\x1A Ÿ¸ÊóO\x17 l\x07 "
b"¸,UÖ¼o=Ó¼s]ý\x0F Ž\x1C ô "
b"¸F·)åÛ54—X¯€\x01 ÈNv "
b"©y\v #é 6È¢û½Å¾\x03 █┐ "
b"¸‰`r¯Þ9ý¹\x11 @Ô˜þ°€ "
b"¹M•9»?9Mº»\x13 ³Î¤{ª "
b"¹ND{`5?\x04 ²`æB÷*Œ5 "
b"╣i\x0F ß├É<ô£W\x1E à°´ôh "
b"╣×yáÔk3`Ø%k┐Ü£ø\x06 "
b"¹½Ñ\x18 ²==k±Aìk1¹£’ "
b"¹ÃÐùll9¤¨\x03 fëò.Ϥ "
b"¹â–"ñ£2^¤ùå"½ftÛ "
b"º„‹rþè>³¬a\x06\x05 4÷ºc "
b"º‹R…ñù=\x11 °Ý›Q\x18 —®¯ "
b"º–OR\x0E X52´âÝ\v ¶¿í> "
b"º³0ZVÆ>_—î1T=@Ñ¿ "
b"ºÇÍ!'Î;m¿ŽB«õ\x06 ö3 "
b"ºÑ"›\x00\x17 >V½þÑ$}¯ª& "
b"ºçUx\\x1F <勈«¶\x17 .‡Û "
b"»\x08 Éa`\e 1ê€R„è!I+I "
b"»\x17 Uôô‡;Ò²zŸC\x07 õÈ "
b"»Mé]\x1A ê0Ç¢ö<áå?pÅ "
b"»w)\x04 ÜD5)±y¶õ2ÍS÷ "
b"╗öVìı_0T©ÛÅ2ÝÄ‗ç "
b"╗×■yOî=[©w.?╠É\x1A ┤ "
b"»¹YÑ\x07 ä1Ë—\x14 CŸV3' "
b"""
»Ñïk-•0þ /\n
»”’\x13 ñ
"""
b"╝I├Å\t É<╗æ\x1A bÄIÄ2C "
b"╝ü┴O\x12 Í=)áénÿðJ¼ƒ "
b"¼Î]ûô\x0F >"¿Ÿžff\x00 Tk "
b"¼Ù\x08 Áj\x10 5L²NË\x16 œ\e\x05 ) "
b"╝¯Â┌ü\x00 3¦ÄÔ▓ø┘ó%Ø "
b"½\x05 ìmÄ—:ð§8îÔD~ÿ¡ "
b"½)µ=L”1z¤#–aÑŽÎ\x06 "
b"""
½NPõ\x18\x1C 1_¥\x0F Žh\x12 +\n
t
"""
b"½ˆó´\x16 Ü=7ŽÁP\x17 ¢\x04 ¬0 "
b"¢æM"ï°1o║õvþ.äØ/ "
b"½°\x1F ÖØ’;!¬\e YI\x07 ÎI "
b"¢Â±Å{\x1E 0{óç¼│Ñ╬\x0F\x12 "
b"½ú'77ï1Õš#ôÜîYÖ' "
b"¥\x1E R]¬Á1çå\x1F ½÷ÿ&zØ "
b"¾7\x1C ûí$5à®\e „H\x00 Ožy "
b"¾ž\r yE26è€\x7F\x12 î§É¤; "
b"¾ÆM'n|>'—o-Ÿå\x19\x16 â "
b"¾Æ©p–89“¶$›æ×\x15 G "
b"¥Ïò]_W0¯É xÓ´\x1D Yß "
b"¾ÚÚU»Q0F¤ …¡—[Ÿ\x14 "
b"¾à'‡\x16 <ï¶w•NTd6˜ "
b"┐Nìø\x15 U0]¿b§┘wÈ63 "
b"┐»Ü/`╔8─üð±¶R\x1E ├ª "
b"À²”–‹¶>9€Qµv\x10 2jò "
b"Àâÿûóe:H¸\x14\x14 æ÷·ê< "
b"└´HØø¹=¾½Ôݲk!8M "
b"┴5àÖ\x0F =;òäµ\x15 Î\x11 ü\x07 m "
b"ÁW3ü£\x1D 5¾Ÿq.4ùûUH "
b"Á[\x1A\x03\x03 ¯?9¬Zëîb*‰ý "
b"ÁƱh‚.?Á§~øÊ§R5* "
b"ÁÝIx€Ÿ6\x07 £¾Îâ× §‡ "
b"Â\e Õü\x1C Ä8J´Ÿ=K\x1A 4\x02 t "
b"Â\x1E\x06 Ľ{9Þ°ñœ’ñ\x08 1» "
b"┬"Sa~/4Øçı=!üܦ\x13 "
b"┬A¢╩╠\x19 =\r ©&\x12 è─ìZÙ "
b"""
┬weOç\n
7\v Å¥Û┤\x01 %2?
"""
b"¯ ¼jr4à ÜöŒ°ù\t \ "
b"ÂÞuu^:?ð›*Â)€1Äö "
b"Ãp\x1E ^\e\x02 7Ù•¾9L´x\t ¼ "
b"├à■Øgp2ºÿ5¡\x07 Ð ░║ "
b"Æ”sø…5d˜†\x1A &~e!P "
b"â¶Úü==rˆÐD¸ ì\x08 2 "
b"ìö\x12 Øâ8cªP^ëCh[& "
b"Ä\v\x15 lmÐ7\x1A ‹'SB2ó^\x7F "
b"─V¶}\x08 °=bº\x15 :ÿx\e £Å "
b"""
Ĭ¥\n
Øy4\x04 ¦‰\x14\x01 vÞ\x1F x
"""
b"─«\x0E Å «50¡©Õ\x1C ©Cj{ "
b"Ķr&>6}HÌ\x14 ½Pƒ "
b"ÅY‹\x06 %\x1F 5Ý´ç´)\t ÍË» "
b"┼kµ-¼"=4í(Ã┬¬ìÍï "
b"┼¿¿j¹t?àØo(_·õA\x1D "
b"Æ"gÏÅx5\r ƒÉ°Ym¡¼\x07 "
b"Æ?e§\x06\x13 <ᇘ’4Ð\x11 ûó "
b"Æ_¦A,j8\x1F µfTú}\f l” "
b"Æj„LÓZ0þ±›\t z\x04 +lÿ "
b"Æéóóž@1\x1F °ÞF?r\x10\x11 Ö "
b"Ã\x07 ÀÉúâ:¾ç`Ú1$X_╚ "
b"Ç\x11 n¾Ê96 ¦\t iÇâ¹-f "
b"Ç9ò±§<<{¿\x13 £ðP¥t* "
b"Ç?Æ\x0E †–8»•'ÎÞ\e ¦;÷ "
b"Ç@%Ld¸?2ŽBŽÌ\x16\x07 A\ "
b"ÇLEL@\x1E 8š—jW\x7F F¦Åù "
b"ÇbÜ‘#\x04 >Ü™?‡h½ÞÚÒ "
b"Çuw\t\x01 ’2i¹\x10 «µ\x08 Ò\x01 F "
b"Çšq6Hä:FµU©©$}É… "
b"ÃÑì|ÐL>d¼a\v )ÿogÁ "
b"Ǧ\x1C ªÝë2 ·…礪\x0F S3 "
b"ÇÅ»âö:\x04 Ž—*^¦Ø\x13 Å "
b"Ã┤!Öü»:?«LºY½fxà "
b"Ǹ־B\x04 5rݱiÀ¹ d "
b"ÃÌÑÜÅ"8Z░b $ÄàÝ┼ "
b"""
Çç\n
cn{5¯Ÿgª\x19 Ôýz\x11
"""
b"Èlá‹ÑI7\x1F «¤‰íÙ£Fý "
b"╚oÄìV^1åï\x15 ¦¦ßr6\ "
b"Èu¦\x06 :t1ê„jV¢rÿ\x07 / "
b"ȵ\x1A ŠÑ÷:ˆŠ~¨‰óV] "
b"Èà\x01 "\x06 N4Ê£\x0F ìOýB<Y "
b"É\f tþ%]>iˆ\x1C %NËó\e\x11 "
b"É&óQ§ö5iºÊ\x04 %F|¸d "
b"É0®hE£9\x14 ¶½óÅ)Ú2* "
b"É?u‘uS6\e „üò¦è“,‘ "
b"ÉoM”\x7F ª9üŒ(ˆ}>¿Ÿß "
b"╔èã┴├³1üû\x06 (±\x15 Ô«ç "
b"╔ɰ[«^<ÇÄZ CPfÇı "
b"ÉÛ;Ë$X?\x16 –´\x7F :æ¯ˆØ "
b"Ê\x15 ˜¦4\x06 7m®ãÕLßBºï "
b"Êaåø–ÿ1ñ¾l/lÚù\x02 É "
b"╩é¦Óþë9Péìä7MÛ\x08 ┌ "
b"Ê¢hŽF43†|\f ËP¡ø’ "
b"Ê¥ú¦úñ3[žR—ÜÓä5× "
b"Ê«µÈø47Õ“\x1D ËUN5(Ù "
b"""
ʰ½³µÊ6C™\n
O\t û´"\x16
"""
b"ËNRžRÛ0ȹq2‡Ã«¸Š "
b"ËWR¯{}9rš\x1D @J›Ÿ>‚ "
b"╦c\x02\x1C ?ü;Ô▓jV6\r É■H "
b"Ëd>\f &“9uµ¹›=+\f Xr "
b"Ë‘Ùç\x1F d1\x02 ‹;µ©@G… "
b"╦┐IÛ0Õ<äé³┴Ź+e" "
b"╠*Ð;¹39┼Ñr±'Ø=¦A "
b"ÌR¢\v õF<\x06 ¶Áä;\x0E ëƒs "
b"╠kìTQ?05»LfÏ©gߨ "
b"╠éé"~░2\x1E í─¡¬";╗Ø "
b"̃Uy¹ˆ:Hª5± n \x01 2 "
b"╠×-BRÎ2eÅ\x17 FØÊóù´ "
b"Ì©àžìb1®¿QI\f\x06\x18 vº "
b"╠▒╚(╗¨6ô┐·Ý\x12 ؤ'\x13 "
b"ÌÃ×¥N46S»Ž&‹Ž˜èY "
b"═+KF ì0iíðéä\x08 Hw▓ "
b"ÍLû7üÔ?\x07 €%%+x‡¯“ "
b"Íd\r ~ãÅ3\x0E ¹ˆÉßšb\x04 ! "
b"═n\x7F ùªE=ì▓6║]EIGÅ "
b"͆à‰$J2ʾ\x13 !Q§·-5 "
b"ÍÖþ.}w9¶}(•ЈOó "
b"Î\x18 ©ˆe…:‘ˆ'8uâM\x17 C "
b"Îa\x00 õ›s>‡–ðŒ—á+×\x04 "
b"╬Å8£\x04 ┐1ëà╣íÅ8¹▀/ "
b"""
Δ¶\x07 üÉ8T¯\n
\x0E ±q1•Ê
"""
b"Î …\x14 ÎÁ3\x12 ¥*wp£\f ¾÷ "
b"╬Á\x14 û¾;0Øái.\x06 ax.ô "
b"ÏR€|;²8\x19 ¹\x01 &˜B}ô“ "
b"ÏŠ)ÿ]Ù8#¤ê§x]¿ƒ "
b"¤Ä9ªá]2«Ø\x1A µvÁ¥×ê "
b"Ï£\x10 ÿ\x04 ô8\x05 žeá\r \x00 íË; "
b"¤┤[hàì;\x03 ┐nn¡5Ieû "
b"Ϻ1^\x1F `<F´¼u¶¾…ga "
b"ÏÈ»œ¦Ã6Ÿµr¦Ãõ4T¦ "
b"Ïç‰Tÿe>霵¡ˆ:•+Î "
b"Ð\x12 o±ŒÕ:f°‹âNªîbí "
b"Ð`gÙ¡I1Z…$'#S4=þ "
b"Ð\x7F\x00 §š+4Ñ¢§•'\x12 Üß? "
b"ðÜ®ÃÇ¡;éïR@\x04 æSØ¿ "
b"йçsÛ™=‹š·"\x06 3\f °¨ "
b"Ðð\x11 4ªÛ3H½u~*¸Ã…S "
b"Ñ:ê§Ká<ñœøÅÙ\f Ál\x0F "
b"Ñ;é;¤G8‘¤Ö\x19 óÃ\x1D \x1F "
b"ÑF£É\x19 [>ÇŸåˆáHwS* "
b"Ñwzýo„4n”jva€/´Ì "
b"ÑŒïlËø8?‚Ú\v !Û\x1E €Ð "
b"ѼÆÔ¼\x01 3\x18 ¤âM8<\x16 ¢O "
b"ÑLjÞõï9\v ¶ô\x12 +%%&O "
b"з´ıÅô5£àÀy±\x7F å,: "
b"Ê\x14 ╦ıQn;{Ø┬-\x17 ╠ª▒┬ "
b"Ò"&<K[9 ¬\t ™þñ\x07 ¦§ "
b"ÒN\x18 SÀT6Ë¿/2\v Jç?) "
b"Ê]Ø\f eä:pÆä¦Acx└╠ "
b"Ò ã\x07 Õ\r 7¥¯x-ƒh\e\t L "
b"ÊÁT╔Ùö1r¢Ø}nw╗\Ö "
b"Ëô\x07 dùÚ6a┐ìO·÷ݺ% "
b"Ó›'/^Æ8=¿‹Rê{qGè "
b"Ó©—\x11\x1D Î6¨…ÒqúU\v\x17 ü "
b"Ó»v\f ¾~3¨›àú¢Ê\x18 CÄ "
b"Ë÷Ý\x1F ì╠9k¬b"\x1C ^g@C "
b"È\x11 ┤4©÷:ÿì_\x18 ╚\x12 ┘ª| "
b"Ô#¡ýÈ¢=ͦp\x18 ¨\x07 ÍN´ "
b"ÔC\x07 Y-\x02 ;Óˆð\t €#Í.÷ "
b"Ô\\f i3\x08 <4±ØÕîEBò¾ "
b"Èbc»▒´<#ìÄÎ\x18 ã§R\x07 "
b"Èbêì▒╦7\r ù¬\ü:k¾\t "
b"ÔsΉÂ\x03 1äª6}˜‡¬„´ "
b"Ô³C¤"F:!±|\v •<ý¤q "
b"ÔÓöûX\x11 :ÈŠ\x04 tSÊ\x07 >€ "
b"ȱJ8\x06 ì8oévæ═\x1D ▄Tô "
b"Ȩé|y*8\r ç×à)Æâìê "
b"Õ\x00 ÔÛí\x12 0ä›ç…öç\x7F\x03\x06 "
b"ÕN}°Lò;Èš\x11 ÖS\x15 õVæ "
b"Õ“ÝPr<<Ù€ëƒÁ_Ä×› "
b"Õœ \x1F\x04 ã4k§¨Ý\t\x10 G×\x7F "
b"ı─7¦a¦9ô└ÉÌ\x10 1´ê "
b"Ö\v oEn’>~ž‡\x04 ¢æ\x07 ƒ« "
b"Ö\r \x00\x18 Ìé2†žù’©¹‚Ô¼ "
b"Ö(Ó¬ï¥?n‰uÏ\x11 |¤o2 "
b"ÍRZ╚X.?½&Ø\x05 ¡ýL> "
b"ÖW†}¼q4³ˆ~¶ŸÊCµ0 "
b"Öa¥fk»:Ñ¿\x00 Ã2¡“»q "
b"Ötè\x16 ~Ô6N™—dá?DÝ® "
b"Ö ‘°OB8“®ó[Ä®'ñ\x00 "
b"ÍÐ█3Ão6gÖÄÆzÅÜ\x10 j "
b"ÖÖ£€í¬2YžVT0FÙø× "
b"Í ¯Nìä<\x01 ù‗\x1A D\x0E ╝\x11 V "
b"×\x14\x1A E‰Õ8þ¥o•“§-lR "
b"×EÍ=Oº9\x1E ›Ã\x1D »¸\e P\x1D "
b"×x\x18 19>2\x03 ˆ'¤ú:•£à "
b"Ïà\x12 ┬^Á4³á█\f ÔÔÉ\x7F º "
b"Ø’\x1A Y\¸=Œ„\x05 T±—õÖÛ "
b"Ø÷€½N¢?¬¯ú„˜‚¬H% "
b"Ù\x05 ‡Ú¹Ï6I—\x1A Ô”Ã~*S "
b"Ù\x13 ®r \x10 ?FŠm\x1D ¨h0¬u "
b"┘\x16 ╚ü┤z9Èé▒¦.ùöiU "
b"Ù$ÕØÑg6A±¡±âˆ“ˆ§ "
b"Ùv§\x00 ÿ3+œ®ô\x02 »ë=\x02 "
b"┘yyK%>uÅ@\x00\x17 >Ó´¼ "
b"┘î3\e Ö×7k½½TiR■Nü "
b"┘┤Þ«ØÝ;\x06 ùâèÙl*\x11 ~ "
b"┘╬ñKıy78äÕÅ▓ ÛüÅ "
b"ÙϺo%\x1D 2Ž€—\x04 \r ô2Ï÷ "
b"ÙÒÞ&&\x1E =«……®¨æ['$ "
b"ÙäÜ_%Z4-§}oH´&* "
b"Ùði‚¥ˆ>;©ï[3\x03 ÓB_ "
b"Ùø¦@%_?R³'u 6íµ] "
b"Ú\x01 Q]Û9U…\x12 •\f ˆº\x18 % "
b"┌\x04 ÇÅú~0º▒OÙLWä═Ú "
b"┌┤±Ä°y6§ñü■N?ijx "
b"┌ÊÆå¯╔;ÁºeGáªüLG "
b"┌Ì{mW\x10 0ëëµ3ì¡\x13\x07 Ç "
b"ÚïLGíP2u±Ô5‰\laN "
b"ÚøŽA=†4ç‹7 Ñ“\x0E M\e "
b"Û-@p¡=<mžæ†"î’\x04 ã "
b"ÛTôyPÉ<Ÿ–«"ë¡l4O "
b"Ûb„Ÿòî37ˆ˜Jì^ë\x17\x1E "
b"Û”á–Ó\x0E 0É´iÊ»½j×€ "
b"█Ø\x03 ═¸ï>°á²\x1A ?®a\e "
b"Û³^ ÕÐ8\x07 Ÿ)˜ÇZtÒ\x19 "
b"█ð\x1F à}ü2õ░■ÈóC¶I% "
b"Ûáù|¤?R¾9A¾`¬\x13 Á "
b"Ûæ¶”Þm?`ˆv%Áp\x19 ³\x19 "
b"▄\x01\x1F ªgö4ð╝õ â║@ü "
b"Ü\x17\v 6µI?\x1A “\x13 /ñ\x10\x1A\x1A . "
b"▄w.\x01 ~.3JÉñ\x14 ,b¡I¨ "
b"▄|\x0F "ø 7h×Ъ ÄÉd] "
b"Üëvö—É7€œ¶[½\x05 Øb* "
b"Ý\f …\x16 ów9Ôƒ\x0F\x11 ÖH½Ø "
b"¦6q«D└:ƒÉøª+&Ê?\t "
b"ÝY\x10 ¦Ô°>¦¯vI˜7-’ð "
b"ÝZô?†º7†¥øG9cVl½ "
b"Ýf—6Ú\x05 <õ¼\x01\x07 Û¢¦©E "
b"ÝšöÏtË0F—¶\x13 ,'kW "
b"¦Ìá£\x1C \r >(½Ì÷6û@ì, "
b"Þ@p\x1A ÐÃ9\x00 ›ÅéSAl51 "
b"ÞnžRG‡<Û¥æ0•ŽÓ_ä "
b"Ì®Ï\x06 ─Å3\x1E É─Ù\x0F\x07 <ëô "
b"ß=\x07\t +£1^›Ÿj£\x01 (q\x06 "
b"ß?¨o%\x06 7̯\x12 hí\t [Æ÷ "
b"ß]zÉm40)š‡}áf™Þ4 "
b"ßi…×xÃ:X¡\x07 WÈ/H*ñ "
b"ßq*BÆ4:¡½\x01 „ÂåSyŠ "
b"ß•æH\r 41‡–1Ú´w<he "
b"ߦNưK1A¨³åÔ¦7…r "
b"àXϲIÞ9·…ó\x0E -…Í\x1C þ "
b"Óz│\t\x1A O=┼ìÇfÕì|X┬ "
b"àƒ?Ì¿õ0C¹Ýþõ\x02 f\x06 ç "
b"""
ÓÆ\ES\v <╗üimx\n
&pØ
"""
b"à›þÚ±ƒ<p€ürÇ\x17 ™0¢ "
b"๨kÝè0R¾X\x1F £È[¶3 "
b"ÓÞ┼4Ç<>-ü▓\t Ì=àë\x14 "
b"á-yÌ\r È=E›„kg†!ÄI "
b"á;\x15 ﹎0Àœ}\x1F ì™:“‚ "
b"á¨6\x0F óÚ4)¼\x05 ½Ü\v úòö "
b"""
ᶃq\n
þ6l’\v „ÙzƒJ)
"""
b"â)•sðª0ŪÍ{»CˆÁÅ "
b"â~k•²\x0F 5 º¾Yøü§"% "
b"â¹'ð~¬6r’í°«þ÷Ë$ "
b"âÂ÷7È\x19 6C ”H\x13 ƒ¶\x14 ¬ "
b"âÒ\f „—X;³¿ž\x0E Ñýµ\x13 Ù "
b"ÔÊ■Å█í2yò╬\x15 ╝âh¡╚ "
b"âëI¶„ñ9-¢©=ü¡F½7 "
b"Ô²±\x7F &&7Âì\x1C\t Y¬ã\x15 ê "
b"ã\t Ö ±µ0ƒŠN¥\x08 Û×ò@ "
b"ÒIÅÄÃo=░ŬµUD■Úo "
b"""
Òæ\n
6┌65¢ƒì\x1A\x12 Á╚¶E
"""
b"ãóje·09l‚¾*œ¿Çêd "
b"ä&\x1E Õ1\x00 =#¢— H\x7F ©\x18 ë "
b"ä8Ø\x03 í«9<¹¾Õ?ªå¯\x0F "
b"""
äCÏCj\n
2õ„`š’‹åb½
"""
b"äed\x10 bÜ47¿^¤ZµÕõr "
b"""
õmÅ¥â\n
2gÖç.▄dÅÊã
"""
b"ä“ÁN®)4 ™Ûþ)8¸Ký "
b"õ╣ù\x08 å╔6ô©ÑÎÐ\x18 üm/ "
b"äÜ>j\x10 Î?\n ˜\x00 }™pí\x10 á "
b"õÛ\x17 y\v ┴=╩ÅÞB┌b¨o\x18 "
b"""
å\t ^!Ô\x18 =\n
‡Î\x02 Ô\x0F O|Ê
"""
b"å\x12 7V5U6ü¦\x18 \dÎE\x03 Ò "
b"å%FI+P0õœ-\r ò±¸ï1 "
b"Õäå÷\x10 [7-ä6+ªIÎ▓É "
b"Õ¿d▄Ð└2>üç\x00 {ï╗\x1A\x01 "
b"Õ®àØÆ8;hé^k\x01 ¦\x1C [÷ "
b"Õ«É\t ´q<LÖ'\x1F ±¦²\x1C "
b"æ#þ†½?<P«T»`Nä\v ‰ "
b"æ5ò\e ¥ü5öŸ¦õy†É•Ó "
b"æA#Zs 3\x18 ©œE7»¨þ\x0E "
b"µDÈìXN:W┐·3\x17 ▒|·0 "
b"æoä†é\x1C >cˆM\x04 ùÂt‹È "
b"æ•WS\x03 Þ=æ•Sñ\v ×ÎèÈ "
b"æ˜È¡²82o‘€ˆ¾9l<î "
b"æ¿W¿.a8¬±¸¦•¢\f Â` "
b"æÂ@iÔ½?Ç¡ì|«ë-i "
b"æÃ…\x7F\x19 I<ô¤¦\x01\x12 c#E– "
b"æöt¬Àb:\x08 ‘td\r =u(t "
b"ç\x1A <¹•»8ú‰¾ã\x19\x1F ¤q "
b"þØ®j╩A9lѯƒ.²¶▄i "
b"çÝ_\x12 î£6¬€¤¢î¼«7# "
b"è-ÆG\x18 ×>j…ïPªËG†v "
b"Þkò\x0F ¸Ç9Qü\x08 vrSƒ─ "
b"èvWÙmž>T¶\x7F\x19 G¾Í»× "
b"é0Àk\x1C –4€¯\x12 ;\x13 ÍÕf\ "
b"ÚX░EUÜ2╗░q-│,Ø┘O "
b"""
鲓V\n
”<ù½w£ûæ\x13 ‡ð
"""
b"éËüyp\x0E 9Ú”7\x03 ªÝá÷ "
b"ê#Ƴ2L6¹³\x1C aEÙË\x07 ¯ "
b"Ûgn┘®N47ÀIº┤ó█ü┌ "
b"ÛåüeH+0Ïè¬ìçý\v ?ð "
b"êà³Â¼·<ÿ°Ü?h?Cÿ\n "
b"êö\x00 $Ž]>⻊µ‚\x0F TH² "
b"ë`Ñ%d«>G›¬R½Aä¹è "
b"ëdöµï62|’«\x1E •\x1C ´\x06\x18 "
b"ëm\e ýŸ¥=âŽí7á–¢ë… "
b"Ù¿Å$Êm0'ƒnƒÍlÙ¶C "
b"ëîãÃCJ?p™?ÐÒ\x1E\x00\x1E Á "
b"ëý5#Æ\x02 ;©´âGÒ\r vSÝ "
b"""
Ù²¯\n
ö█?ÈÖA\v Åòî3(
"""
b"ì\x14 djï\x17 5Ž”R\ÝŽýùk "
b"ý\x1C üðm\x13 8Éè-║▒ÐÆÿ░ "
b"ý-‗├¨c9+ùNWìçÿ▀S "
b"ý:ÕÞfr1╣Â═«n┬Sü\n "
b"ý;ÞØ{\x10 2|Ü\ºGWþ<Þ "
b"ìË1Ù`"<ý¨wÒÈ\v\x17\x06 & "
b"ýı)õ$Æ:J¡\x07 ÃRU\x18 ÉZ "
b"ìÖwÕ\x1E k6jú^PL¦˜\x04 "
b"ìñZ™ñ.1Ïœ,\x1C ÙOj8\x01 "
b"""
ìò–È[ 2Ѧ ¤\n
Öºg’
"""
b"Ý\x14 ─\x13 Ô\x0F =\x7F ì┌P║Ðö\t\x19 "
b"í0… p+8_œx\r \x11 †kÌŒ "
b"í_Ô(šð5¸‚Š ™Ç½R\x11 "
b"í°‰?c»6\x10 µ1ÄVòÕs¡ "
b"î\x01\x1A …ù©;Y·„ò¥âÚj\x10 "
b"î\x16 λŽY:ª±P_'Þs¨¡ "
b"ˬt:'¼Õ[\x05 Ž>õÆ "
b"î¢7(ºm43—É+Ân„€´ "
b"î®t«¶«7s¯·‚\x07 dïò "
b"¯│=Ì\t ':kÇ^nÉæ-ÚÞ "
b"î»ÒTHÆ3>µ+äüô†äæ "
b"îÔ÷Ku\x08 >þœQ&4½\x02 UÏ "
b"ï/eóÌ\x16 >Ƀ¤4u‘Ê\x18\t "
b"ï7k©Èe6z©:TÖð’ük "
b"ï9Kp·*4fŠÚ5à\x1F\x04\x17 › "
b"´DsI6k:XÿÅ\v T\x15 │û\x1D "
b"ïZ‹D¼³<;Ÿ™›˜|åº` "
b"ï\Çß\x01 Ù5Ø‹0¹¶}!Äß "
b"´a╠Ï&ñ3╣º;»\x10 ¬ÉrP "
b"ð\x02 9x€\x13 ?F¥¥æ›X¼k— "
b"""
ð\n
\x13 pFá<JŽœ3/µO/
"""
b"ð\x12 à¤ü€1–³u€c^ÛeT "
b"ð>\\x11 ›\x1C 5\x14 …B³?\x11 q\x1C æ "
b"ðEÞ\x10 âS4ްúãxk<ÏZ "
b"ðO€©$º32¨“ùjÝ\x18 ù2 "
b"±¿Y┤O6þت┌.éÎÉ╔ "
b"±>\x11 C\x05 2>╦úôì(-\v åË "
b"±Px\x1A\f ú?ñü¬ÿp■]&Ï "
b"ñqˆÄÇ\x19 <I»®ô\f Ð\x16\x17 ø "
b"±Ã─ZCÂ9¤╝╩\x05 ƒü¡\f * "
b"ññ´aN\t 8Á·Ù\x05\x0E ¦Nµ^ "
b"ññ¼¤“79Ç™Ö`ª\x05 ýT“ "
b"ò\x19 È.\x08 ]2–†\x02 •ý«±Âð "
b"‗\x1C ·'t├1<╝9¬?\x1E Ø,º "
b"òv×\x1F yò0J˜ìÚ„ZU÷d "
b"ò´£ƒGý;ºœvûàqR&\x02 "
b"‗ÓÄ\x04 ║n2│Å┐Ñ\v <ÔÙ "
b"ó\r \x06 _/ž<ú±Q=RDcè\x15 "
b"óK´¨¯¡0™‚èGcV{]\x12 "
b"¾û`8>@1óê\Î─üKï¨ "
b"ó™jÿàß6ƒ¬6\e Z3…ëõ "
b"ó®þ2Du5V˜sC\t\x1C ä¢# "
b"¶(vÔ-Q1¶ÉXÆ\x1A lÁ\x02 ╗ "
b"¶b?Çuü8\x00 ûSô¢Vþê+ "
b"ôbƒïaò:j®«§ÏAQi; "
b"ôg¿,ü‹4„¾w\x1D {\x07\x1F ˆm "
b"ôz\v IúÚ0;›8uÔ8‰wÕ "
b"¶üBÑò<8È▒9:0ÂüU¥ "
b"ôµ\x01 px`3š§c~Þ¹`Ž\x0E "
b"¶ã¨½®\x12 1TÅFä«¡ 2@ "
b"ôÓ^õè\f 1)«cZõ0Gr "
b"¶ß\x06 \d0=óüë\x10\x1E ÞÕ½P "
b"ôé6Ž8f>ô¸†\r æ»¶Z÷ "
b"õoAB¥Š6d›C€ÍEñwˆ "
b"§r■÷#·>æûر\x0F ╚Såþ "
b"§ÃX\x15 #Ê3«ÉRðîÐ1/n "
b"÷\x17 Ú\x01 £Û0vרÛ8DÉ1& "
b"ö:n3L\x0F 5¥™nF«!N”\x07 "
b"öc'u™Ž4ÍŒØW+mØàý "
b"÷×IP│╦8\x1E ÉeA'\x00 ¯¼ä "
b"÷¡└ò<╩1;ز¾\x1C ´¼\x0F Ý "
b"÷¯\x07 H\x10 ^;xÅ4©═û\x02\x16 I "
b"÷\x16 xu\x13 l2—‰÷ø£\x18 ¡µû "
b"÷ˆH\x1D Ÿ\x15 <í½N\t ›Ý\x1C ük "
b"¸óWȨÑ6\x15 Åö>\\x12\t Xê "
b"÷×\f\t Ä?9¼ŒšÑ\x17 ¶Ý%€ "
b"°W¢è=¡0╔┐|Õ¬ØêÿÀ "
b"ø€k..É<\x10 ¨omš»§ŸÁ "
b"ø±]¾g÷7*¢q‘8LG%\x04 "
b"øÉhQʱ=g°Û_ŸìÒFâ "
b"°█Q\x07 PÉ<╬ö\f '\f x Ýo "
b"ùgÞ˜›7=¤³9ao·éAI "
b"ù‰(ÃwE1/™•cçHÁ&r "
b"""
ù¶\x17 È*z2Aµ\n
Û{‡Îy¯
"""
b"·\x00 ╗Å┤▀5\x1C │\x06 YÂ+\x04 "u "
b"ú\x03 Ni\x00 @1Oœ\r ^ÆŠ~rÚ "
b"ú'\x10 éŸ\x13 0`‚(k>c…\x10 [ "
b"·7Ü\x04\x18 j?ØäÆ\x06 £4├Å░ "
b"ú¾²ð‰¾0) \x03 ÙMnÒGÖ "
b"úÄr²²Ü;}£Ñ“Ü{oÜ\x1F "
b"""
úùj\x12 \n
Ç30œÂ}w\x19 <÷î
"""
b"û\x1E \x12 £—1ù¨ñ\x1D\x12\x13 Þè\x01 "
b"û*àUÅ)4¤ªlí\x7F màz› "
b"ûCÒ\x0F ùú4i Hæ,w\e ìÒ "
b"""
ûIÇ\e VÅ9ä“̤\n
@\x17 ÔR
"""
b"ûU\x02 À¶}2\x17 ·\r \x10 ÿHæ}\x1E "
b"û×7êJ\x7F ?TŸzôT¶\x1A 4) "
b"³+u2OQ6¨üîlj" 'c "
b"üm´wY\x03 7|š1“ZCõ4ç "
b"ü‰¾ÕR\x07 60‘Ó4G‚F™9 "
b"²\r î$ıý;Êü▀\x03 }òIñy "
b"ýZ\x13 uj˜9É–£ac4Û—â "
b"²h³ÂYd1ü¡ƒ÷êé\x1C ÈÙ "
b"²t=E:'7cÉ╚BÑ┤Ô;å "
b"ýx,)‹·9;‹O©ãGÓ‹ "
b"ýŠ9ƒÃ¼=\x13 š\x0E SÔñ\x0E õª "
b"²òª\x13 .\x05 2╦ëÅl┤Æ«▓8 "
b"ý¢£°$.9\x12 §\t\f es=„C "
b"þ\x02\x1E 3äû>’®ÿ²ý>\x18 ºl "
b"■\e 1‗ìK9«ƒÔ6╩Ètáý "
b"■A-ü~╔;¢┤ãVüì¿yô "
b"þR‡=Â!?ð„óg\D‚“` "
b"þnB\x07 ²f0|„_‡äÊ\x01 ~Ø "
b"■n{Lb¨?ìíV\t kZ<zy "
b"■Å4[Úç9t▒ÛÆõ6ã¹¹ "
b"■┌\x17 Ø╗\r =ßêæâج¼ëE "
b"þõ©íÔÒ>I >GHÏ*D: "
b"ÿ\x14 Rýaæ>÷–åõå\x07 +\f « "
b"ÿ\x1D p¾ï©4Ѭ˜E‘Š‹\f ¸ "
b" )╦\x17 O│7%Ç\x04 ¼ıü3&Æ "
b"""
ÿYLdZ\n
>W›d\x13 <Âû6‹
"""
b"ÿ{Y*r´>õŠû@øjR`Ò "
b"ÿÐ'_º(>\x07 º§\x03 D¡rHó "
b"ÿÖ¦mÍÄ<\x05 ¸’cžâ·\x01 \ "
b"ÿüH\x17 Ä\x1F 1A¢Ë½\x07 YWÎO "
]
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 (0x003D3906B45631C7B2EDBE45FCC75266 , 0x004150F1257A3D97942866F18FF28215 , 0x004F19E60BB03A6FB412889AA684018F , 0x00750703528F3233A0CB0A3E5F12413E , 0x00A0FD243802385592181B28E2EAED37 , 0x00B3D200314138A8A36D4CE3DE5BB2A5 , 0x00D2314C93693675882F38D564C2B82F , 0x00E94122A97233D69A32B3184FE0C7DB , 0x0113D8D856333DADAB95168C71E8D378 , 0x011F3D64AA253C4B92F7046AA69414A3 , 0x0153483D71663CCF95E9FB3EC579BEDB , 0x019382AE74A034ABAD3C3C6079A1C245 , 0x01E7E6D6216035778405384418E6456B , 0x01F1EEE7FD1C3522BBDF103967818C0F , 0x030D1AC477D230CE9153A6741D374F75 , 0x030D2C207D3B37AEA0E3E7748875BA13 , 0x031381D651153AFE879894FCEA74EE76 , 0x0328AD0533FA372CBF1F7DF622099F33 , 0x0357280CEC183816BBE61C5FFA401709 , 0x03625D31C1C93E3396F118D5A4262E7F , 0x03D30A098DB73FF7A76242CD45A2496E , 0x047473CDBFCA3ABEAED3750FDF814D8A , 0x04765DF76F3E3788924C3A7CEBDD3A85 , 0x04923FA03C1238CEBCF3E09BFFB538ED , 0x04C1733A727B311BA8F6C9650FB66E5A , 0x04FBEB4B9BA238F48C2270CE22313F8D , 0x04FD020B34C93DE9BB862EE3D87C5391 , 0x0528CFD93FF53BBCBD282CBB58A7E050 , 0x0565CDAA3CC4366097B25DC0B2948797 , 0x056A687CF36333E39B839A57FCE22C3B , 0x059387704EA13DA5BE3FD4BADF695531 , 0x0599CE4F01D0343A8654E9C03EC57EBF , 0x059AB12750F63A75AE478B066482197E , 0x05BFBA548DB23117972BF143497562A4 , 0x05E3FF0FDBFA3410B31146BAB090F9F3 , 0x0642110139D7399BBF57BF664D438675 , 0x067D72D40E793845BF208F7933BF7E72 , 0x07183E34B1B03EFE97283C08CB388FEE , 0x0722FF08263C357D87464020148D7B02 , 0x075C399D999F3149AFB233AB08D7D248 , 0x0771610186B23FFA9B79FC94E242E4F3 , 0x07C8FB91D34D3AEEAFA77C8E5F37AEB2 , 0x07D5FE5C98173DCFA8E54E7A5D22C9D6 , 0x07E384A3ACAA3C6AAC45D8D93B12E80A , 0x08092E77848D3D8EA0F30268C74FB229 , 0x081CB4BD420A34FFADC7C8D6AEEA6E8A , 0x084F9625727D369C8546DAA9CECC10D7 , 0x085C72D01F133187A80AC3EC0F3DD801 , 0x085E87EA20783FE4928ACF0FFF58E6E5 , 0x0881D7AEF6F93B68AF80CE4C48E93AEF , 0x088219017E1231EA99532351C313AF77 , 0x08AC9B95BA7D3E84B586C4E8B1D38749 , 0x093384678BA532538DF276F6F1616B56 , 0x093A768D9594374AA12DF0BB0F9462D5 , 0x094DF427D7173B8489C7853056D27510 , 0x098E74F7DDAA38DEA291342A03EC3390 , 0x09ADC823CF8F34899C8B6BB3288B2EDC , 0x0A98790CCF0A3F65A5418527012CF916 , 0x0AA8FBE64F7C393BA11E93722875E3A0 , 0x0AB1FC98DC7D33B2B915FA192128C471 , 0x0AC30612D3B437298FF733936BA1A5C3 , 0x0AFE8433ECDC3E30B1DDDBCD6829EF4C , 0x0BB0C34C01FA3C15B1BBF86099EB92B0 , 0x0BC305A088D43C8C82724A28B062E2EF , 0x0BDCED10A54A34BC9EEAAA69959BCF53 , 0x0BF21F48C3CD37DE923668E900AC62A7 , 0x0C22BA49843138A482D95F2D9D3AE08E , 0x0C3D034D4DBE3ED58F8A9E8A14D85081 , 0x0C3DED69BF5B3D079CD6FFE3888E7119 , 0x0C528DE2F96F39F1AA0A0D3137F2A598 , 0x0C709B938BBD31A0BFE8C6029E5C6916 , 0x0C7E54EF3EC930138BA6E01E9620F952 , 0x0C9A102151EC311B954BDE2891EA64B4 , 0x0CB7F5FAE6A93DECBB6CEBC6D52BBC74 , 0x0D44CD29A12F3C7E9188113F59AB43BC , 0x0D5FB3395E6434CAA439F0742EFCDD94 , 0x0DB2E9AA384138F696A27A6F93F81F31 , 0x0DC00D15EF71374DBF067D06B4532683 , 0x0E18E0518A183B368DC1E2C649FB11B1 , 0x0E80D1D2DC7333FF96A90B6026BA4D74 , 0x0EC6F648A5003BB185FA2021D468DF70 , 0x0ED406638256311984CDA38D2894E62E , 0x0F1FDA534CD536E8B5CE57A09DB4FF35 , 0x0FA7D71BF9033EFBA6F845AEA995BA13 , 0x0FAF6ED2224E3AD98044654491FCCDF2 , 0x0FD6EDE4EEA635C7ABA1FD927D069CF2 , 0x1002772011863E3FA811D6D56F831213 , 0x1018876C0DB43B76AB3DAC33AE9413D4 , 0x104CC324B85D37C7A34C3D467B9ADC6D , 0x10978500F3C63178860ED863AB5581EB , 0x10C89D02D521319CBB98C7D6B07D5BFD , 0x110CDE890B2B3DD88CBAE8A8A0A061E7 , 0x1114C7F8A1033C388B03D167E2E06580 , 0x11573FC60A1032318B13AB79804BD1CD , 0x115BBC33194B32AA840D9E72E22C659C , 0x1170815B69F8317C88564D89BF039B72 , 0x124678325E8F3FCDBBE52314AECD0640 , 0x12572A5D623C31E69A529C6C898F991E , 0x127620C9B1FA370EB89718D8D581AF90 , 0x12EC5D546BB234618D98C9468FBD79FF , 0x130321629168303790123A00A095193B , 0x135C364D8C133F24963D7A448D862F04 , 0x1371EF98F8023B12B6B52BFF97CC2028 , 0x138C2BE403713C479BCF2E1BB63BDEDA , 0x13BFA3F293ED35AA811AC78DAC1CDABD , 0x14251D5908E6387794956C28EBBBE1E0 , 0x142CD22F8BCF3CE3A0DBF5EF5A7AC292 , 0x1437EF5727793D26A754636BB6286857 , 0x1445A4B4D0273C20BE8AC344C5BE6E80 , 0x1447252D7C2F3790AE85A041C5A09DD8 , 0x145F3027CF64325F9244117FA4A24533 , 0x1477C8B9E86F37AE891F54D6305E43EA , 0x14A43A2034133A93822854DBD3563645 , 0x14DBA5AFED4E3E99B02AEF172FA7A734 , 0x14FB84CA21623414A3BA6876852EB0A2 , 0x151351A5BAA230D8BFE2C7C4780C8E5D , 0x1522B4662CCF3B8496C20F350111F197 , 0x15B91F072B863300B806DB84165EAA23 , 0x15C77C17F9F93EBF86DF81C151DD54BF , 0x15CC74860A153F29BC39888548909C1D , 0x15DCE5E6B1CA35A99385BB5B0522D762 , 0x162D5F76F06E36FA94C5F028FE9B81B8 , 0x1631B329DD3B307F8895802A51A5380D , 0x16664F24388235A5A21518BB4DE0C381 , 0x166BA1D3BA33369CAD161DED58A0D494 , 0x169111178D563930928E34DFDFF83922 , 0x1698B30FFA063A038ABFC203632533FF , 0x16CB2F7A48F835D5840FDF020EE8BE0F , 0x16F2B60079F6372792994C4E9E942D5A , 0x1706992B7DA539C39ACADA19BEB046A6 , 0x17208CA4F78F3154AA33A93902ED0AF6 , 0x1724C77B48C93D5B9B751A87BF56D02B , 0x173C1380F9953CE08C47002B60BE9D33 , 0x175790CD56163462AE80F88E68135C7A , 0x1818C5403A0C3462BF874641DE93C11E , 0x182A56BBCA403395828427DB38BDF00D , 0x182D4AE017D8353793D31CFE03CC594C , 0x18A1FD75AEC835D29A276DAC1536EC76 , 0x18D8F25304213230B1505B3975A175D3 , 0x18E7C7BE9867370D9FAD8CC4566854EF , 0x18EAEFBBC59D33FDB2DC4DD046717104 , 0x190E578886F53065A27C866A453B7727 , 0x1960D8D22D6231CF8CFB9EE3CEB2D19E , 0x1977BBA937B837B796D9D7B0644B0D43 , 0x19A8EB9628723B71B3D5732D82B33987 , 0x1A24EA7BE8543D128358673BC5664CD2 , 0x1A7BE81B40BD367D99BF89232E4C8A6D , 0x1A8C821828A23ACA96CD2ECA54662D26 , 0x1AFE06F281D43DFE88AE97DF09063A83 , 0x1B04913A5A4936EC9937E78A9F2D910C , 0x1B0883962C413D69A4ED63EDA84BCCBB , 0x1B0D1ADC82E73EB59DBA02C791DD14B4 , 0x1B3C34CE761F3EBEA4F69FA8463AFB6C , 0x1B3CB74762E434988C21AA44B3F2EC29 , 0x1B8E58ED418D3A33A6672EAF6AB814B1 , 0x1BD94609CBA23A4592279C90D55FCA85 , 0x1BE70C7A6C3032D89F4D475EC0A63E86 , 0x1BE781C67D8B35698581FED96B50EAC2 , 0x1BEF8FE6D4BC3B248186AE159F63EBC6 , 0x1C15A45C33F73E5F87C51D07739CAAEF , 0x1C3437A345BE3278945826053787A1F7 , 0x1C37D13031E737AFA55FD80CEA5AF24A , 0x1C58FE0EC15C345B99C737FF3D3C2ADE , 0x1C981734B1C032CB8345D2D9B07B4EB3 , 0x1C9A6B1C588A307094BDE54D3A5A2947 , 0x1CEA03B6FB7F3EA08AC5F734DBC1E52E , 0x1CEBB38DE50E3CF68F5EDEDC486DB576 , 0x1D1A2ED095AB3022827D75A4EF0CA9E3 , 0x1D62D077BE083E2DB672EA618EC128E3 , 0x1DFC82DDEE4C321D9DCF936FC0D6B004 , 0x1E0250BED9A13A76B538D24901406295 , 0x1E4C5404E8163505B806AECC7AB2F6AB , 0x1E6037326749300A95156672B571EA36 , 0x1E6A577655AE3A5583530145E4417FF4 , 0x1E7ADCADBD2630AAB09A4B09CC16F20A , 0x1ED9029D825D34D8A13971E2A6915782 , 0x1EDE7537D1AC366AAE9A93BA9842A213 , 0x1EEB8E17A9F83FE2A81B8EB145299670 , 0x1F64AFB638AD35B68CA75ADD1B0AB2FC , 0x1F6651083AC930E1BA5B45ADE83D8B3E , 0x1F75B54C4A6D3E1CBA15A173623D0F8A , 0x1FB96360DBF936EBBA386AB408733EB0 , 0x1FBC29F1128D3CAC916A08C75C619A9D , 0x1FFC7749DFEF32B8AB69724864FE911F , 0x2000BD5AD3E432CDB7CECB26663BECC6 , 0x208296E5115A385BB6CB359BA74BE9FA , 0x2093E90E2A8334D5B1C4CE065C3C2F84 , 0x21029C1BBDEF3B8AAC4C81BDB15B89F1 , 0x211EC5292C3730CA8E05DAD503705CAA , 0x2121670FEF183458977034C8A6C38D7C , '!Lèg4ؽ T#Bj\\' , 0x217CEFA005123A6D82EEBE7CE583C932 , 0x21DB1AA011663C68A7A993F6F0D22639 , 0x220581ECC4DA3DFEA52D6EDFA1143B54 , 0x2209FDEFD25F30F9A29D283330916A97 , 0x221CBA6083683EDD8B60154613BEEFC5 , 0x2236C1C3C2FA332C831F54E1267C12D3 , 0x22647015B5BF38B79B53552DA77DB04D , 0x2265CCB7A94D371480689E5A6C946E96 , 0x22B1BCB74A613812BA1B056C4E9E9FFC , 0x22F0AF790A8B36789FC6D68B0B028180 , 0x2302672D3623314EAD6C071A3E0C2802 , 0x2321EB751B2C3B30BFED89B8455F2826 , 0x233AA0B28E6A364CA68E0266B5A80373 , 0x23716DAC414E3AAC8171BA02D0D3CC7D , 0x237CDF1EEA4B3B19850802AF31D559C1 , 0x243CDEC33DEC3237B19FEF30C42D3886 , 0x2467EEDFEEA738818872E70B2E79AA92 , 0x246A5A9E323D3F6EA47B0DE8D8AD57C1 , 0x2492D13FBAE434289451AF561D66917C , 0x252F2FB6B52133B68D12D5F61256A7BA , 0x2535235194393E0E838E4E52D1A673A3 , 0x25800EC04BCA3DAEB15880037A71D64B , 0x258745F772563EF482F4F40B2641ACB0 , 0x25C35F53E37F3685971BF947255CBA54 , 0x25FED044D64F365FBFE8C260BE2202E6 , 0x260E8025E5373FA8A4212268669DE273 , 0x261102370B103CC5B783F77ADCE6BD16 , 0x2698599E69BA3B78BA7ED5C6A207DDF9 , 0x26E18F692C153B97AC7486A5CD22CCE1 , 0x26ED41BAE9AA336998F51B2C9886537D , 0x2711B2DB9AA13E998019BD4E769D78FE , 0x2721724FD8983B3989759590358E1E7C , 0x2727ACCB66BC3796B7738D27D8900C77 , 0x27C7B665530C38EB9D9D66EAFAB0D923 , 0x27E2DB872658382487B2FCBB3BEFD912 , 0x282692D495A53C16996D6C29A595F270 , 0x2868CFD1125D39AC88768C7779E9AAAC , 0x28AB3D48BA663934A2C09F93199D9592 , 0x28D0EB49B70C3E9791B1929BD2D64C8F , 0x28DEE636DD3A32869C1047D878C09DCC , 0x2918991DC3493EE692DAED296CAC2FA8 , 0x291A4AB8071A3620AD693627E194051D , 0x29254C0B31E83613A6EC5B46E1BCFB9A , 0x2931C55508703074A4BA987EE6A74008 , 0x293205443A8E32C3A66D7E0C84A0B12D , 0x2952021A5410390E83E710999890174B , 0x298506746BBE3EA69F6BAE052D53318D , 0x29AD41A26C9E35A593E367ECB05CEF40 , 0x2A2180510A513A48A6286BE675F62F4B , 0x2A38D7D77E9D3B4288CFE3CC42D8D589 , 0x2A9433D533CC330AAF2251A3DE552B2E , 0x2A9C85EF0C6B3D828297FAD2B0C5665B , 0x2AE25818A9073156A7893F388DBDB0C3 , 0x2B3826C6378833F8A1C71864A4C00212 , 0x2BA411255827323B94BB011E7D254D01 , 0x2BBD660705A636A1AAAF5274C13374C0 , 0x2BEFA8DD6273351C9761135A372ECD8C , 0x2C080BF4EA023341985FB46C6614F169 , 0x2C2368644A7539E5A6B846A2FF3AFE67 , 0x2C34DEE21D6E3602BEFD0702C2EC456F , 0x2C6093405BE23535ADD5123E85A2806E , 0x2C75B2BA934C30E385BCA1D7120831A3 , 0x2D05B2E9F93F36EA88832B13E3FD8841 , 0x2D4309975D9736C2B35BA07C06745515 , 0x2D4E3710D2483511B53A654FB4B7DE9C , 0x2DA551F36B263902B0079D0707C6C841 , 0x2DBC007C7CF03529BC930A13AD39160A , 0x2DD617EF8C4B32B0B6A17FD7E2D8B1E5 , 0x2DFCF1B2C5943825A4E84E5BEE4FFDE6 , 0x2E07D78D2A9E373695CC5D094ACDAEA2 , 0x2E30BDFBFC463399AFCE8791C3421BD5 , 0x2E3E00D4D86C310588BF7E7C1021346D , 0x2E6143636B9D39C686014E94FDE1CBDB , 0x2F92F7AD89803A039FB2B7060180D3CA , 0x3007DF5BEB773FF09408A59A843942C0 , 0x300BC0404B2535329FC3C51FE198A77F , 0x30191426255D3DA8ABE1DC9AA1E03E0B , 0x3038A92065173DDD975D6B5ADA319C8D , 0x3065E7024AB23E15A5E38F52FCCA89B7 , 0x306BB9862C613D9E94CB33E71717700D , 0x3076A0E64D643AF78519B6F5C3CB86C9 , 0x30C0DE9B9AE134B4BFE8EB06C68317E7 , 0x3151D859D7FB38129BBDB95018A26662 , 0x315953B87A9C302ABE3A5E3E75B9E89F , 0x317389941B5D39C4A3363144219D7771 , 0x319638915AE334A6A8CE009783CF30D0 , 0x31BA13CE15C239A1942828E47C9ED8A5 , 0x329C694597F931F99F0C973DDA49C467 , 0x32B8603E75F63CD89FE478065D6EAD4A , 0x32FB38A89A793B2888B6B1BA9854F814 , 0x330EB32A31A8393982AA969C8F544200 , 0x3323F3E48CED34BE9AF8F3A5A9C154DD , 0x3388115D9C033F3C90BC3AAD8A89C7B5 , 0x339172255EED341FA6EDC28E75AFCE01 , 0x33D7CD41317637EF8331958AB4207CAB , 0x341780622A313D69B1C15F19E7498436 , 0x344CDA5997F93DD093C90EE6BF950293 , 0x346712888169391BAB5B68E0FB2C507E , 0x34ACECA7A00031BAABC7BFC9585DA916 , 0x34BD8A5948913F6C984A973A958FACB2 , 0x34D9F369B0573D43A441021FB55D1A3C , 0x350E25AD681933A1860E5999302A2774 , 0x357AA4044DB934439A934B4378B468E6 , 0x35BAF33362DE3BACAAAB8078CC3D12B8 , 0x365BC6C5BAF636E0B51CF1CB5A045527 , 0x3668FD3612A83D94A89102C418F9D160 , 0x36848AB9C71F3D9790901758D113C771 , 0x36D11AA3AEB3328EAD667FDCC114390D , 0x370A4103529432E6868E9314EDE65A39 , 0x370D06096A5B39149EEFC749C68293DD , 0x37154548A6AC324A8FD66BF6582C9476 , 0x371E5F54856D3988B872894B94596388 , 0x37477D07A61C34FEAD5E43C5C5FA0BD9 , 0x3755461E5753369590F5A3484DA6C1CB , 0x37579C5455A03908B3C092EC7BF5B91C , 0x377D39F63F8737659A0C412515DBD116 , 0x37D8AE40E73E3D6BB6FD0A7154122FF3 , 0x38591717125838F5B6F7E58F70D7C2FD , 0x389CA8350AAA3D42AD82E3AD07688D45 , 0x38A6634E76FA33E5B8C93489EB5374BF , 0x38F43AAB031A35D499DAAF6DEC7C89DC , 0x398768F32898311CAAB39A506E3CA129 , 0x398D72161B3C39C18D569E7A927BC13B , 0x3A04957A878131E59D64FBC11E2ABF3D , 0x3A21A3774EF13693B3C473ED2C4D5F2F , 0x3A263AF2701D3D6181469FD6E764C8E8 , 0x3A2B1FEC8EF5307288403475A281B824 , 0x3A47207FDAD23977A2591B59F8A8F753 , 0x3A6584C5EB003AE3BC85761835634CE1 , 0x3AB7E105CDD536E39E1B2F46C044AEF7 , 0x3AC7148E794730CDBE761FB3A7A7B873 , 0x3AD156A277553CD482A809B8A4B4C8BA , 0x3AFED54BDEB5386A8FCC14D2F7658AF7 , 0x3B0F7481D9D93ADD93AE515D6D6F8CE6 , 0x3B82D529DB9934688E90AD0ED1BAE877 , 0x3BA6847607DF39BFB932B25834035C27 , 0x3BCCF720EB193616986704159DE91D17 , 0x3BE975650BD631BC9C7847FC0D6BD2D6 , 0x3C08F56D84413AC1B5316956B9BF5AA6 , 0x3C1724CAF26B3B1E88EA6334E1872A9D , 0x3C888DA4028E3F06B3DC0603BD3DE186 , 0x3C919767EC2E33A799DB62DFA6369142 , 0x3C9BA8F2D5A030059FAD56CE751A0B2B , 0x3CB6002E952B386486864E7EE68F7A76 , 0x3CCE19A9D885334B84F788D2FA68B6B3 , 0x3CD9149655E034B29BEDA01E066E6819 , 0x3CE110FA72043A15A3CDD61CEDB15F59 , 0x3D81281A2ECC323C859691AB9B316FDF , 0x3DF3375D6F493EB39D5AC083E6C3849B , 0x3DFDAE0AE0FF3CD4BC5920A9AC031598 , 0x3E189EFF3B083D9DA4F0AF2316808EEA , 0x3E49BF2E0C3E32E699EF6A5889DFA809 , 0x3E6D7D582B1632AB982033B8F47A21C3 , 0x3EAA601691D034F7B2EC8A327D3AA149 , 0x3EB975F759AE385C8B0C1E3D7A44EA12 , 0x3EEEE9DA45F93EF093054968C779B6FA , 0x3F12E792440D390BAC0FC8EE305BE928 , 0x3FF72D6F007E381EA133E16067E0A8B2 , 0x400A9ED493573CC1B6309940811492F9 , 0x40180A99F1B43F05992BE9A068558C97 , 0x403E556F699B36679F52CC75660A22E8 , 0x408607004FD232C0940D224BF3196A93 , 0x40D75C1EC82C3505B6B2CCAD2613BA59 , 0x410456072F893658A5E7DB8D75F6CF0C , 0x411840CF362D35DB98CB110A48344152 , 0x412484AB3B5D3E5FA772D35C8AEEE6C5 , 0x41998F723FA13FECA9AC0322A9C66005 , 0x41DA0F75A37D390E9B023D2DD586AAAF , 0x42CA0A85A9B637928215495069B987A9 , 0x4303BD019A0330D2A22579D124B8C474 , 0x43090131D9B83419BE3A67AB51161BE6 , 0x43907F261D283CC48278BCB715DB6CC6 , 0x43AA18F39B663134873D245FE037BA8D , 0x43C6A542379B389DB4B1355DD0094A4F , 0x4411171FC14131CF98C4E983BF2A7FB3 , 0x442A89015FC7330A84AA3982F3706A79 , 0x447AAFEE9F2E3EF79B7FD8396F0BAEAA , 0x44DF2CE316553EE6BEFC5B6274BFD0EB , 0x44F1B65E390B3D6E822F8900C43B13E0 , 0x44FF34921DAE3C6EA140D607D22FC324 , 0x451EE61738A4348C80F974EAA606CD5B , 0x454E58E3B9403100886ABE39ACA13988 , 0x4554AEC6876D344A87AC4787CD20167C , 0x456DE03C2FB9391D9DEFB16154D45FAC , 0x4573384F15F931FB94081ACB0321C3DA , 0x45C5787FA5B43893916E2B674BA01D7D , 0x46A3AEF87DEF3F99BBCFAD605F94F7A4 , 0x46AC986BE6FA32E0ABF4EF221F0AE6EB , 0x46B4BAF5A40E377691E67C87AD964A86 , 0x46BA8F71EA6734358B576CCD3F62D215 , 0x46C3694DF2163B8AA4C769AB0F0A94E1 , 0x46C522A3744E35F39CA3D5D28753D138 , 0x46E0927EA2E73355ACD459CB595E2C1F , 0x46E651E9C3C23942BB164655D3EF250C , 0x46FF6E68D79630048B55A47966B12D4D , 0x4723996340C431DC8359BA25D5691A23 , 0x472E272FCBDC3ACF8DD595E2596FA942 , 0x472E512E794B3F90B559D5FBC9C4F7F0 , 0x473A4F57BA2B362885A88C1E71C556D2 , 0x475A0FB109293653801E696862B3BF48 , 0x476008686B2B336BA84940C42EE04DB5 , 0x477626A138C7325684B16BAFB818FEF3 , 0x4778A599722F3820A1512E0804595FFF , 0x47A2A80E2CED33D0853DB580D2C4D6E4 , 0x47B1CE6EC84130D9AE0D26B827488D04 , 0x47B658CB356F322788EA03B9F3AF2B9C , 0x47C6627576293991BD1B584E880966CB , 0x47DB866F0C573FDB95933EAACB450FA3 , 0x47EB016CF0943B06B96348728F960B77 , 0x48188E4E2D05389496C186FD144F4D96 , 0x48B05922D6433488A6693A55D2D64D4C , 0x4987F47C04BC3EC6B093E90C251B80F5 , 0x49896F0D7B85338AAF11558EB8947FAA , 0x498E54526B19361BAF9C4D65E1FA8AA1 , 0x49D50313B19332B9A9368419508FE68C , 0x49EC707BED293666ACB0204F1D3FA2C8 , 0x4A2982322CEE36019C497E0677673339 , 0x4A2F91BEB4A5320DADBC88C877C2B1BA , 0x4AA0B10A4F6B3E55B0220DD396327352 , 0x4AA75DC9EC7F3186BB88DDFD639CF08D , 0x4ABAFC1406A4364E9392D44E0EA538FF , 0x4AC76C784B343A2586FC48074D13295E , 0x4ACCD63A6E0E38C0BB0FEBA517E087AC , 0x4AE8364CEA9C30B89A1511377760770D , 0x4AFDF0679CA2340B92CD3F0DCF274396 , 0x4B0EE1A15B5A3642960877170524FDDE , 0x4B217F5B877E31A288F1399E439A2BCD , 0x4B250FD35C303F6AB677CDB019ECCF5E , 0x4B7807D39A9B31FFA5F4CEE49FB12129 , 0x4B9EC9DCF3AC32FD9C3AB5E2784C4E5F , 0x4BAFEE5FDA463F839A5CE88CF7D687AC , 0x4BCA2A99BA6E382ABF821F8260BC04E7 , 0x4BCDEDABBAB83CE387D5E7DC6440B321 , 0x4BD6B3DA33D83212A7EBA9EFB809208A , 0x4BFD21EB724B319A825D27F6A1B49657 , 0x4C322AF01D22373A85605739046B5952 , 0x4C57F3C437A63BED96133B906A7A25C3 , 0x4C60D4997677380988ADBD5E66735E9E , 0x4C68330B88E931B1A468A7356474FE3E , 0x4C79AA80FEAB38D5A46E813B85065CDD , 0x4CE0D3BF9CD33516821F49F94CC7912D , 0x4CFC7EB6F4E7305089613AD59C998628 , 0x4D013588A73D3083B3E1F619E8657878 , 0x4D0D8932F0B338A6B8FDDE9BF74DED37 , 0x4D4C08F870D038D0B929F11979DC5035 , 0x4D835C20158831C09F5B4D28D536C5B1 , 0x4D9A8611894F3623A08E590F427E38DE , 0x4DFBAB9265333D548D5384BE8AF388BA , 0x4E213BFEE0E33326AEF92ACAF5988E9A , 0x4E799AEA6E9C32C697D7618BEDECC67C , 0x4E8430C72B2E340C9134DD2D10604044 , 0x4E92F0F498D63BE3870EF54F504EAC2F , 0x4E96ACC1271933E08BEE5A0BE68920A3 , 0x4EAF12417DD4324BAE209F8E83BEAE27 , 0x4EC5530CE25A3778BA7F0020390E7D94 , 0x4F6E07FED3463139ADE764844B1064EA , 0x4F981353516E35859B104DD56C568CFE , 0x4FB06232643D3056811CFDED559DFF76 , 0x50426DECFA9D32A9BAA67463E96BE578 , 0x504270F7E0AC3524958BAD16FDE77B06 , 0x50665F0EA4E0365FB6B3EFE600896F78 , 0x50C926F1CCFA37EE8DC175DAA31971F7 , 0x50E358C2DEFC33219B6991B8515B042D , 0x50F02D931EFC3BA9A5F8397FC633FCE9 , 0x519FE7168BF931AB937E3E8B1863F6F8 , 0x51A165465C3A371D8BF51D9E5F3408F5 , 0x51AAF5C0207537E49DE61E066C7FEF75 , 'QË® HT<̓嵵9†_' , 0x523036709EFB35D3B04CF44701C3574A , 0x5241F8B70838394599A7E3C627C6CC84 , 0x52AECB2773F9390EBAA034256182296D , 0x52F1B6775897396DB10790E923AF5CAE , 0x52FCDE581E2E3AAC82491EE882236A85 , 0x52FE2146F3A43EFAA8BADD84392F5A94 , 0x53165885F5673E21BBB27205624B9D3D , 0x534D75D677FE3332898802007E70E950 , 0x537D126922D238B895456BB08A20D733 , 0x538D7EFC59C839838A1E6F85BAA3BAB4 , 0x53912BAFF71F317A92C0917ED47651A9 , 0x5396562818D730BF829769CFB86AFF68 , 0x539B98B663B131348DB6A250615CEADD , 0x541CAB83A5383E60A6EB79A9E18AC473 , 0x542AA92E19D33382BB2752466E04F4D1 , 0x545D60C304AB3DDE8433C41C144514F1 , 0x5494CD12FD4137948E5DC47A4C6BAB9F , 0x549790F3EFC2375DB0BC327D1A5E47BD , 0x54DF558474F93F2787CB2CDC35DB3663 , 0x54E3A498EAB23577AE7386CEEF85734E , 0x54FE4BC319123CB58DFA858C1E5CD1A1 , 0x550C583ED15C37DC84413698747E38D0 , 0x559B7C99DD16374EB01C9D676016B35E , 0x55A4816FD4833384B00BDF9A0E26A8A2 , 0x55ABB65F33393A47B268056E8EC8A90C , 0x55DF0B02A3A03933A603660C3B10CED1 , 0x5633F3C7134839F5AC8DC2DF74961674 , 0x564A2D518DB63F31B659BA1441A1669C , 0x56521A6BC4F430ACAD3AD830B281F5D6 , 0x565C44FBABC138E6974933656DD2324A , 0x56606635658130FABC57E2999D7B2F98 , 0x56AD3E65F4923C18BB14095F66C90194 , 0x56BF54AB896637BB80D99AC86B6AFA98 , 0x56C027E8B64534D8A1DC31CE03C0272D , 0x56E7CAB9C3A1334AB998FEC09BADB76C , 0x5774ABCE409030EFB3B2E61C02885DBD , 0x577B30E6A50935F3A311A8E965E3B738 , 0x578D05134D473815A41D653DDDBA066A , 0x57E3E02E9D3F31F688A956C002484E6A , 0x57E6B18CE62B38718C383A6A71C983F1 , 0x57E74506FB463C21B6E345B461DF7A69 , 0x584A8401E5103BF3ACFA3DC199A04DFA , 0x588F7EC225033919AF8626DB1BB400D7 , 0x58B38F68C81B3328978FE3618B1120BE , 0x5902C49FE5FC3B368CB7FA6CD72915C0 , 0x5906DD4A88E8379D9898B32B6D98E8DD , 0x5908869A83A63C6DB48DCA2CAFF7D0B6 , 0x5915BB3275F5307D9F45C95D54328C85 , 0x5934D870DEF5383D91871E7BAF9864C8 , 0x5937AA8797DA3AB48F75E41B9097420B , 0x59463EB5774134FD947531E6ED257ACE , 0x5978D5EE549237A2B979D36A2DCBD34F , 0x59BED03A62743520A1E4EF38CF6CA08F , 0x59F37B4840DB3A36B6E42405F44A3081 , 0x5A0FA87CD60E3A1FB2FEFAC48FE99283 , 0x5A5AD9B69FA9399685F864BB693B7866 , 0x5A79076102DD3F3CB33D3B71F531C2AC , 0x5A9F3441CC8F36AA804B951DEB2D774C , 0x5AC4B987D62B32B2A08243640CAE8DE2 , 0x5AD5A532F2ED318A826806F33A3EAA99 , 0x5B6AEE6B54093FB0A2A2B47F7A500A33 , 0x5B80D5F6127A3977B350F6456FEA42E1 , 0x5BBECF8CC3BA39A8AF5E6491F311CED5 , 0x5C30820F0B243F21928A9AE7CD23FEDE , 0x5C39B50AD5E336E59B1C7C3CB62B94C1 , 0x5C58A6618B3133879D7AF4AC90DFFC99 , 0x5C60E39F4D073FBA85889CEAF44AC36E , 0x5C8D07D7DE833C33905C55D63540FCA5 , 0x5C8EA8E27C023B5CBCD867B7F7E3EEF5 , 0x5C9F31B7F6ED3AFCAE56C26C6B4ADFAD , 0x5CD91535E4B23F5CA0A93CFD682C0C93 , 0x5D311487A4C0390895A3630299010E29 , 0x5D831B21B3B331B6ADFA11E38A1F0F42 , 0x5E4923E7E81E3355A224EC211C6F7832 , 0x5EB167B9B3713A2BBDF85B75B64A5651 , 0x5EB5DC11965F324AB63169CFCA6CFDAD , 0x5EC46C96F4C230CABDE436894619BF20 , 0x5ECD4BEA2C0633DDAE7A93625E0A6919 , 0x5ED0EE9ECAD33A318D87BED210FC851E , 0x5F1DE3F9588F3DF892452C71927FDC52 , 0x5F27D078082438C192019187F0A7425C , 0x5F57096EB87835C28874B588011453A7 , 0x5F6CCFCDD27333EC84BB79379C6E1884 , 0x5F9699D1C18D30C3BFE2D67B440A1928 , 0x5FCCB610169633D6807B36B8BB9E2257 , 0x602E90DEEFCC3BDCB35DBDF221CC9E55 , 0x604181D26E1034859A7C3C3D46C1D3E1 , 0x604C312789D83DDF850E9F71C380C172 , 0x605ED663C5AF35B391DB16A2F4AD3F5A , 0x606B29D7D095377ABF1D2ACC1BD568D1 , 0x6093B21ED0BF3752AD6D76202DFBDF59 , 0x60BF7BCFAE523A899BE8FF9E00B67EAD , 0x60C004C10C0434209F66C0685ED14054 , 0x60C8BB84DD5E30328D3715EFEA7C3979 , 0x60D4D94E844131BB98078641F59126BD , 0x60E67673BEAA38E68005658E70900A2C , 0x60F7FEDA599E3BFEA31A4DB8FBC6EF77 , 0x6108CA248D5D3C0480D3CEAEB43F091A , 0x61140FA991C83614AB77F4A9C39FE064 , 0x61214601BB3536B0A9BEBBB00F9C1982 , 0x6122A0E412B230978DCA6D6FC3D1C74A , 0x613766AEB12E340B9830068491006CD4 , 0x613DF1224C1733BCBCFDBCCA6A8A7AD3 , 0x615D38D8669432D1A926A3C00F28118B , 0x615E193A3BD6383FBBF9C8D904F285B5 , 0x616F45680069373FAFBA0358B36021A0 , 0x61B45DE7E15537999EA886E5F4DB4911 , 0x61F1DB96D0C43F2F9A9FB16625861C72 , 0x62441BD767B7388685D60D09D5385440 , 0x624D36E2B4EF39BE9792F7720D26C3BC , 0x62699355D4A1342AA69CDD08CB4F4BCD , 0x62DC46F2ECD43C96A9C3B4B3C51D38B5 , 0x6313E2BD46833DAFAD989233B3097C90 , 0x631FE8D102A936EDA5695302F39DB5CA , 0x633A8012B9E53B0D83FA59B67C2B73EB , 0x633BEF950A92300E8972AB82C4C2B475 , 0x63500365DBDD3E4DB3A26990A7503233 , 0x6353A880571F3FDDA0FD78DDF611C063 , 0x63B723DABDE53E07A82C37061BFF63F7 , 0x63EC828FC33A3B3C8BE20C2F2F319197 , 0x642AE7613A5236F996A7C8E834F93DF0 , 0x643B165B912D3947BFD62F7E36E5D6C3 , 0x6475A0C8F6E73DA6A186AD50F77DA0BA , 0x64DEEE4D24CA3782805EAE454189C6CC , 0x6501B2CF0CA734E5B083EC427149ED1A , 0x650395A9C35F3D98B84C1D3A35D65F3C , 0x655A209D252B322E96F2EE24E916E9F3 , 0x6568B100E94F312B8CD0EE987377B406 , 0x657725EAD5333D4CA05DC8A05E01EFB7 , 0x658FBE065D9A31D2B0AAB35C95DD51B1 , 0x65A589AB35FE3416899ACF92BCD6A74B , 0x65CD68336CC437479195FED61FA924D9 , 0x660B1B90E9AB3C9AAEA96E26E15F0C06 , 0x6618E99CAC783D388212BDD97E84B5E0 , 0x661CE69AAF7D3C728BC37764C49549FC , 0x6651B7893CE836A7887B4E1348098926 , 0x668B709820CA381FB0A1D02BC2F5F194 , 0x66B25D6A5583313CAEE81DF2761CF862 , 0x66D0C2B8569E378A902AA206324F2F49 , 0x66E08644780C370AB309C5726FDCA575 , 0x679E762314433E9097B890394E7C5681 , 0x67DBCDDD5C9B399081C34229D024872F , 0x67E0300D5BB3347AA56B174413EAA5D6 , 0x67F0736DFF15325BA39F901B1561EEDA , 0x683F136438B235BDA12DCC9864E33A70 , 0x6893043BE169327B941FF694103A76B0 , 0x68956BDF8BEF34C499601A9010BD74A3 , 0x68A4BE8F35653396A3BB84C69606EDE5 , 0x68A978E6328730679A100B6215B9685E , 0x68DE016763053CDF8D7E738500698275 , 0x68E2D72436C43F6CB93F899B218BAE70 , 0x68E6038ECCCC31A0A61B592141F63B62 , 0x690F8A0735B4321397DAB85E4E84B89B , 0x698BA15767AE3E099F8DDC3C05C44634 , 0x69B57C160D0D3BCB91653383106496B3 , 0x69E343482EDE348F930096992D4C2D59 , 0x6A0548F0D9CC3EACA8C2EBA787E6FC2D , 0x6A2EEFD0D56232D78E440B2389E2CAB2 , 0x6A43498C4AA63887BD07FCF1E4C17388 , 0x6AAA926BE363328B83C4BBA0B0896260 , 0x6AB2393BBA863C1C95E6A5924598E977 , 0x6AE4BB6608693D428B08AA5AA90622DB , 0x6AF8FCC7E7AF3191BD5F9D101CF1BADF , 0x6B17BA6E4F9338468DB73389B90027DB , 0x6BC184A144283F62A6D60E7AB7741294 , 0x6BCCF29C765E35BCB29E1C815CB1F70D , 0x6BCE07C6F106327F96A8B1380335F388 , 0x6C15A2E5DF4C33B7A7F7D6B1F65147CF , 0x6C3356B496FD3A388CC5962F85221394 , 0x6C3E263FD2283923B98E35EF0616ABA9 , 0x6C8C8729F494384A8F16D316FF28C31D , 0x6C90160E0D5D3564BF609D16759B2F02 , 0x6D017BDC51773B0EA90757FD1956C97E , 0x6D131D827C3236BB9FAAD7E24EE8675D , 0x6D329985202E365C81813208853C0DE5 , 0x6D7A8F83799C3572A9BC754B0982FE63 , 0x6DCD0D782BD13B4AB3CE15EDB2F21513 , 0x6DEC2F483B143F2F86D8D8E2A130EF6D , 0x6DFC8DF332083078BF6A39F941A78F1E , 0x6DFF18971468359FB4D1EB39FF02D0FF , 0x6E0B27DBB83F32909E532052CBAA82D0 , 0x6E20F1FA166E3BFDB35A7F9DF0250821 , 0x6E32B376D7A632FBB89F346603BA2CAB , 0x6E454339AF32368381A94ED33D289A78 , 0x6E7483D981B7368497185CCE807459D7 , 0x6E7DD385AB653E27851864207B7538FC , 0x6EDBBBF31232391F9E295F67CE62981B , 0x6F611505DE1D3320AE04532D8BB66F12 , 0x6F8A708742473D67BB916499D61AD930 , 0x6FC8ED870D5639B3B91066ED017D136F , 0x7012940B438C31DFB41C08A6A7482A0D , 0x70339F59B0E4384E9BA3B31F5E5BAF11 , 0x70643DA0499A31EBA8D8BB7269E76B46 , 0x70B29218AEDB3A209BE518151622587F , 0x70C0CA0F8D803E249A314739CF961230 , 0x712A77936E5635A4A5D28ABD62BEDE3F , 0x714FC40010FC3CD6A6BE163C644A38E2 , 0x71A787D8A6BE3DB7A7E5195E197CE4F8 , 0x71CD9613EEA53E5F85183A2C2EABD05D , 0x71D2B3D1ED143FC48ED9F14C48290471 , 0x71D7DD94E799375B81C861D3D18B9840 , 0x71F2D4A415EB3A3E94843595F9FED8CC , 0x72902F3FADCD36229653D295736B6CEC , 0x72B9085C89BC3D0F87399B61F66D3B09 , 0x72D7AF770A6535CCAC14E36E4973C124 , 0x72F6FEBD26A53ACBA16CA985C8B98F01 , 0x7307B1E238C63A6DA758F33FAEE6B480 , 0x731D766D8E2837C3832A8D21B4EB15C7 , 0x73269E2B345535C6B1C4D7A8A1028980 , 0x7357DC52814A3BAC88E5A2E25CC6726D , 0x737A1CE3772A3AE796EF7EADD9AB368C , 0x73A36A901AD83BADAEB8A3CFE7C44649 , 0x73DEB7F53FFC33F69A2771D5026D38CD , 0x73F1E09733E93EDDBB47F79D752BC360 , 0x74026A71CF0A34A2AE48A0657DA5EF80 , 0x74688EB189E9365AA80ECE823A5C055C , 0x74752DA7533838B1A9806A74DA4452CE , 0x747BCFC0CC3B30C98F2784616678257C , 0x748D54F3F2A33A6F98EA54E8215CFC5A , 0x7498A198774E37A18F14364678EE76FD , 0x74FF5CD28D263C5F9639C3327B29AA30 , 0x750351269C3439D79538FD68D612E488 , 0x75414F338419379AAA04FAF4E0D63C57 , 0x756A1A0B79513C50AF834AEA5602CB59 , 0x758EC78F38423D7FB272CE93A6FA9459 , 0x75906AA8699F3AB894DB8520AAFE263C , 0x759D99510CC93C06BD9F20235F629D66 , 0x75D9A0EC1E9037E786E885B03FB56D0B , 0x76D3F02A493C359DAC657DED558AD116 , 0x7700FE5C125F3ED3B4CE8D5156535035 , 0x7716C65EEF7C35058C65069BC35C6275 , 0x7717581D31E53CADAA2F86D44E3820A1 , 0x77199BF33FB030FC9ECDCB1A70C2B430 , 0x77404F4C80A03F40BAF659CEE5ADC9EB , 0x777395DF201C3A349E4E0649B07C9E99 , 0x778CFCFCBA213765B20DB005B2596A6E , 0x779BD9B65F413985B8EE30669928D519 , 0x77AA91334B9E3A2A87556697A05CB6A0 , 0x782BDE9B952834A5AAED1D68E81AFE07 , 0x783CCA3B6D2F346BA3D8AE1647D2EA02 , 0x7848FA5E09953D3AA13031F6E17FD21A , 0x7859A3B0ECDA3876AA71842E1E163430 , 0x7873E25DBAB431EB8DB0B0AD2F335E5D , 0x7897429CEF483758925C9F0862F39E40 , 0x78976BB15CF63765B76DC54CA5ED2381 , 0x78C594E136BA3920A1FDE676865E72E2 , 0x79025492DC2F34B481A9CD840CC6A455 , 0x790B9ECBEBE93598A7F5D26E3354BB24 , 0x797F6989745C3FB3A8FE1ABCFF9361CF , 0x79A051D2CEF2318D969C6038874879A6 , 0x79BE2189AD6C320888C7A74819E20916 , 0x7A5AB1B6E6C3376F9540600CD67AA9B4 , 0x7A7E85BDA38A3933BB7102CC5E0B074C , 0x7A90F0A7265D31F9914577A3BEA7BEFB , 0x7AA4590232F6387187A1E7BA80104691 , 0x7AA8811607DB3D6C9D6F625C87080B00 , 0x7AB4C80313BB3866A6016065C03EC1E1 , 0x7B6017365C7831B59C98DC2727739DF7 , 0x7B6AAD0D04A23CA5AF6093F22CF5E83C , 0x7BA04C36E31B3A0C8F99C4A656577106 , 0x7BA2313416A233D2842A3CCEDC19A6E0 , 0x7BA6CBAE0A0B3F3FA4E1E60922E0ADF9 , 0x7C5F530E21353741946181E792CBC1C4 , 0x7C8EAC82CAF13A80973B62BE8A32ADB8 , 0x7CC9A53E9F6A3C4D9C47556DF25EBAED , 0x7CCD3B41A88134FBA2C65B9CCBD090FE , 0x7CE9A711D7E53AD7B659B2D0E4ACD90E , 0x7D02BEE6866733CDBE71DF898B0BFA58 , 0x7D07CC65E69736E0BD8127E4376F02CC , 0x7D201249613B309CAF32DB1A92921370 , 0x7D7F9578C0FF3370B6C249E0D8E1549B , 0x7D9F08EC19F8386DBD08DA2C16B183EC , 0x7DA5485793B9369381EE44397883A269 , 0x7E19C6E989E93F8EAEAF7DD29A70420C , 0x7E71660887583C68A9BB5B979A7D0234 , 0x7ECBAECE15C8333293FDDF53D73BE177 , 0x7F3EA055C29A328597BE412440787529 , 0x7F5E4FCDE1AB3173A61D81341DFA3A0D , 0x7F697A2D982834338F0FAB390CD44868 , 0x7F697D42AB1B33CD813220A3070113BA , 0x7F8BEFB0C68B3495ABB7CB06982C2998 , 0x7F936E39ACE53B90BD7BF244FBEB80D4 , 0x7F9A6289382B36D188A270675BC2812C , 0x7FB7397BADAB36B59000E37888797975 , 0x7FCF93EADE123A11BEF3082B4EC7C7BB , 0x7FE836A13B7C3238B204C75884CC70DA , 0x804838A697DC353BBA371E7622B490D4 , 0x80F9F711A1EA3D88BE26BFD3C068490A , 0x817882F55A3F3B6D8EF9E39CA1C8274F , 0x81E2758F1187382C9A56E9FFFF7F6953 , 0x822406AC8C563601A77A8141310E9D2C , 0x8226FBB86A653EFE90CD08787EDD8C9A , 0x822DEFEA07D035D8BADE8727E37BBEB6 , 0x8253446057323A67ABF1F1F2A84C907B , 0x8289223D42CF369AA95147508032ACEE , 0x828A6FA3F59E3C7E9846FA70C85C74EF , 0x82AD00A2ED263905B8D40111B4C3D671 , 0x83166A40503E355AAEA91290AA3DEECC , 0x832DEAE273FD3C5A8D610F093439A430 , 0x8332C803351E3A53A06159F2CFDBEC79 , 0x835B8551FE5F32DCB3AB553F318403D8 , 0x83B4EE45924D37B49E323D510B40ECFC , 0x83DC51A5A58A3EBAA808BEE69D57F84A , 0x83E2B840EEA23613ABCBE6FD71413E9B , 0x83F5641218B83A6190B2925A3E601AF0 , 0x840C7E23178431B9BD6CAFEEB73482D8 , 0x84853D0704E8350CBA46A942CC735A0E , 0x84BDC695BFEA3CF1998693FB5A8A25DE , 0x84D4BF0624C637DF8881D6D71E7D9A77 , 0x855A238268E8316E8F403F934EDB28AD , 0x85B6DE6F77CA3384942029EBD50FE15C , 0x85F97FDB552D3B19AAE732A2E0D90ABE , 0x8602BDBE76E73DA4A0D0A864EABFDCD1 , 0x8602E047968F38D48AB5D8D67A2D9D37 , 0x8634E8C46A93370D9EB190EBE5E40C1A , 0x863EC82609763D84A88E0501DB91FE85 , 0x8677AB0629BA39FDA8A4262D7D37066A , 0x873BDF28837B3776A1476732AF31B080 , 0x873D6B9AC46E3026AE396BF8BEC69016 , 0x87738D13776033BF99457D95FD3D6DF5 , 0x87E8A326D7823394A382777773FB7247 , 0x883D6A2185EB333BA226391765D28AE3 , 0x88517F98B9613B0D8DC35E4B2AEF7431 , 0x885A2623981634838F465FD66D28E1CA , 0x889EF340E46432B3B75A364A43C73CEE , 0x889F365C1C183AFB9119C5DEAC486F13 , 0x88B05D8576A53E29B29A6A0A9A25D14C , 0x895AC545307A32B48C761BD94AD8F4D9 , 0x89955711F7BA38C398765CBB6635271B , 0x8997E697D37833E3837339B4465037AA , 0x8A68D1433C513A398590DFFB0B070D22 , 0x8A6F5733D3AE3DE0B07E69ACA38C07C4 , 0x8A8725EB9A8437768533D4F9E6DF8DAF , 0x8A95836F762130C3BE462DE8412EF135 , 0x8AF74A30760235DE9DBBF642B33F4713 , 0x8B3DFE151B1E3D969886CC56E3622B4D , 0x8B546E54FE47388A9D487F2D36AB7B34 , 0x8B719B6B550E3CE2B986C2BE088F5B27 , 0x8BAD0DDC0D453A3290DA23DF48FC2D73 , 0x8BB1D224F41A32B09FBC8FC082B67E83 , 0x8BEC71FD777D39D4B1DD412D330F68AA , 0x8C1CB54AF48337FEA5DDF07C1F00587E , 0x8C1FCB633C143F4BB2239F09CAA1246F , 0x8C20EFFDCA343F7AAE407D01E19A4183 , 0x8C282608267B37DDAEDC8BF85B76ABD5 , 0x8C2D34BD08763F84B40A91EA9BF4894C , 0x8C5943F12F4D363A8BAA79CC5B140E0C , 0x8C751A4E1FDE3F7EB42984CBFDB4C301 , 0x8C7EBE0D511638C6ADB0FFD97CE6935B , 0x8C8F9339D0363B99856D5B8EFEDC4E5B , 0x8CAA7CA3962D3161923BF3E4D11F65A5 , 0x8CCA04466DED30C391729DF5FB0EB20C , 0x8CD2491AF8333DA0ADB4216E792B9CEA , 0x8D416043BE1933B892F98D7A4108DA57 , 0x8D48BECEAFD7343EB95403BC4A9B4B64 , 0x8DAE0664937738BA9EA24F709938B61A , 0x8DB0262CE93D3CE9AD27CE8650D94014 , 0x8E0BAAC1202B33788DBCBC248B686607 , 0x8E0CDCCE53D2377188A41EC116B83040 , 0x8E48ACA2A35F3910B2B1A2ABCD95E110 , 0x8E66BD0DBFEE3EF1BF69F8EE56548E8F , 0x8E8A56A7A0B136AAB85BFF890D847306 , 0x8EAA13F1340C3409A442E890F6B5E55D , 0x8EBF998E2DC23263978232504F569143 , 0x8EE0A6F0CAD33EDE87D6B8EA58C2C25D , 0x8EFB4B1D2E3738CCA9F9CC3218F90156 , 0x8F36AA1E2FD03A1C9859E0DADDC5203C , 0x8F5472B193953C54BF49F207957FA65F , 0x8F5AFC03C8CD34D9A8B0A86AFEB6531D , 0x8F68629DA8A137E8A4FF99CB5A0D3BEB , 0x8FB660AB0B9431E6B82B6CDF3CE48E4F , 0x8FC8DE4B0D483A41ACA98258A208623A , 0x8FE368C78CF134C68C727BEC9397E1F0 , 0x904FBF101CB630F0B0B7677F7DE6DF6E , 0x905CD591C09534099857A67ACC9E5063 , 0x908AE374F74C36A59E8C046C01AEE1F2 , 0x90903CA4B22D363495B67CE1E71BCAB9 , 0x90D4F73F48DE3B8C8F1C92EA0DBA0A00 , 0x91155A7EA4FA352496ED3B9919095EC4 , 0x911C76680445384993308B468E9DE1AF , 0x914160CC049D3942AD30A7B59D803461 , 0x914A9863563E35B492CA2549EED69E1D , 0x9181E298E1073B338339E164D4BB1F43 , 0x91B1E074915C3B24BEC2D70828347D85 , 0x91ED66AE302C3A7A887FFEB62331BCF5 , 0x91F76CECD37B3B26A6BA3AF6A5281566 , 0x91FC6F92F0C330BD90A36E38B7F6C001 , 0x926D5412E8CF384B9200DAFAEE5927C6 , 0x929F1C1CC92C381F80884561B13A8EB0 , 0x92DFCBDF51FD3F42ABAE25B712ED4F43 , 0x92ECB93261D03FF3BFD3119DF42275BA , 0x92F71710CD7F3ABDB0CE325605DD25C5 , 0x933C152501DE3864AFA711B4F3414931 , 0x937DCEA9F82E33E9AB323538DF2D18EF , 0x938FF50CFE0E3BB19ABEE402DBBC1551 , 0x9396425C91AA345194CDB060DF6FEB3E , 0x93A02CBD6D0E30AF8F42BB7DFAC1F966 , 0x94180DB818E13D6CB4EBEC601E7B2506 , 0x941C2F5A74D7337EBF42D16A66CEE1B5 , 0x941D6C3026D33A2D93EE6C4E3174472D , 0x944D58A0F4EB33AC9B154D80961D8141 , 0x94589F3851B23C368180C1F064DBC254 , 0x94742AFEC68D334294AC641F37972F39 , 0x94821B9DA3F63EF2BB4023A354274AC9 , 0x9495405A84253A158D9C5825FFF8BC30 , 0x94AFB67B06463C81997F0BB553B9596F , 0x94EF3FCF7CF5363F802D3C01186D2C7F , 0x94F9097214383B04B76FCC17C8F80B48 , 0x952A626F4B15311BBB689F3A751CEF76 , 0x954E13FBE6AC3EEB9C8D46FAAB92826E , 0x9579283F57A33ACEA72DF0F2B0FD3478 , 0x958EA865102E3ACF9651F5D4AC417D04 , 0x95902C77B84938338282E9188189153F , 0x9599CA45D5903D43BA5082668113CE99 , 0x95BD2B087E8D3F4A8430A0876670D0D6 , 0x95DAEA50665F3040B438BE8345FBB289 , 0x962A2F5C614C3BDA9DA9335BBD1F0219 , 0x96342EF2ECD83393BD8EE7505384A9FF , 0x963C3EAA0D633A56B26CF55CB78B8642 , 0x965338290F7D332FA00664D32FF1D606 , 0x9679FBD6CBB337E596D7130B36652EE6 , 0x96EAA37ADAAF3B1E9E013B9A9B3FB94D , 0x96EFC73ED1F43E189D1C02913F204EFF , 0x96FC1CAAC60634CDA37468B1BD787EFA , 0x97B1B53131583DAF9FBCC72E50B72D17 , 0x97DEF970D69C348CA284CFFD680D632F , 0x97E0E1AE4F903CD6833E1D9127C2046D , 0x97E3C04CCE363BAF99E993A3E49B627B , 0x97F9B4EA94563E54B52CA1CE071B55E4 , 0x9800BBB445AF3B75B423299F8AE6A134 , 0x9823056D237330B8BD093326536E509B , 0x982B02C9DF943CEDB5DCE0958A6CDBE7 , 0x984D0D059EC73D26BFBDF8E77CA02C8F , 0x984EF74562813469AB85A19F680B90B7 , 0x9868A83A2B5630FC826D4BEE3A2676F7 , 0x987501D5F18830AB8123896531478CE2 , 0x98B7F9614F9939FA874E9F14DFFF3287 , 0x98B949A0497437939549088FEC056E7E , 0x98CF607FC50D31D79227F05C4818C4A8 , 0x98DC08749EF83AF09DD7F9F460C15C5F , 0x990B05B4D5173A9B92F0CFB47A3161CE , 0x991C40A4804039C28C7E480CC791A5AD , 0x992AA50282BB35C89E23DE5EEFE7C0CE , 0x995C777C1DF63B3B8908E332200E8701 , 0x99616D10BA763ED5AA0FFB02FB252DE8 , 0x99E5384BE689384FBE6162C00946D072 , 0x99FF5950181B36FEAC3C55ECF6C737D0 , 0x9A2A858A34133AE0A7A95FD9C4B862AE , 0x9A3798D28B2C3E54BB503C4DAE20CE0D , 0x9A3C4590D69B3201A86ADBA77839120C , 0x9A3C9DB7F92A3EC79F47807E2107EF4B , 0x9A6721D9FC6338A88BA301BBA9150986 , 0x9A9FC23AF44F3508B7585B8A8C42EF1D , 0x9ACB58F658D43E49881A6BD1522B1B23 , 0x9AF3A8AFEEDB3FCB96FC41499E1BBB74 , 0x9AF7729099C23FD5A4F5AE223E6920EC , 0x9B0D79C285C43ADA859E8EEDCA0839AD , 0x9B31D07963DA3015931D4ECA305F3582 , 0x9B404BB4C96D31A59028F1167B352AD2 , 0x9B47E4065E343C619B3DD26BC0ACD08B , 0x9B62B11C1DA838D288FE668173CC957C , 0x9B89904F68ED355492638E22B645BD73 , 0x9B93F300CF66328FAA8A15E11F2A05FA , 0x9B97E8B3B0FC37869CDBF9490E006A95 , 0x9C14BCDD3EC23DAE94D77F5EB5C925B4 , 0x9C2E31F41BFB32F4B24436115F781169 , 0x9C2FFEE93DCC337DA0D2F88177A087C0 , 0x9C563522F280352F8AC6356C36472D07 , 0x9C57C1AEC472300BB2016049CEAB5554 , 0x9CDDFD231F133760A6F29AAB1F502A9F , 0x9CFB427B47BB3461894BA739B9FB5138 , 0x9D080A122F0F3A46A73B3D87DF1B24A3 , 0x9D357888CE3339D49FC28964A737BD7F , 0x9D796D6F29A63BCAA70251C4D0E71D4E , 0x9DA5E135C5153235886B02B3EB844563 , 0x9E6998543272359C88FF3CE02CE7E5BE , 0x9E6A19F3896C322BACEDDFE520F20D6C , 0x9E72EA83C28F3A78970A0641C49D0F9F , 0x9E7952C378F439A2A9A4F998E5AA1401 , 0x9E90F9B9F55C3E66A3545EE44394FD9C , 0x9EA0160DBAFF3B51A623DD77AAC89EA1 , 0x9EC48DE3AAD53CE585832A199F914496 , 0x9ED1A5FCC7183E528EE1E519A09A8B7E , 0x9ED58BC5287A36CB9D08603919980C1C , 0x9F0AF70B5BB63FB5824D4AD737821988 , 0x9F733BCB34FB31989B1617EC7891039A , 0x9F9107041F1F39789D65BC29837437A6 , 0x9FC45C6953AE3FA79D0BCEC49C88CD9B , 0x9FFF295C8168325183C31178EC2E1FE5 , 0xA001C605C3B2321F81B20AA6B0321DBA , 0xA0041CD9571A3D92A9C138905992AA6F , 0xA05601BFB408375CAB5986AF9C44EEFE , 0xA089A5205E4934C0B8F33FB0E20EC0F7 , 0xA0CE703BAB0F34AB8400E1B83101514D , 0xA0D233830BF536D6ACF24DDD8CF1C0E8 , 0xA11AC1C569A934C2819C2AB6AEF7E18E , 0xA193D160870933BC9570935A1851D101 , 0xA1F46BF3B93D3F62A3433D3D48E31153 , 0xA20E22D74A943FC3A9CBFCC329D272B5 , 0xA2391482053F3F9D91AD351FF4F32BD2 , 0xA251C09D8F24323DADF79CD19E5E28D5 , 0xA266030E244F332A803E19FBF1144C86 , 0xA26BC86387393238B43994546B759955 , 0xA2C3AAA6F90930299D2C7B1BD1BBF501 , 0xA391BE165E1B359391DA405DC976559E , 0xA3C3BA38117030CF9A7BD2B5E9D3C78F , 0xA42D4E0350F738C5A2D4F1CD458B094D , 0xA444F467BDFE305682BA10EA0C7DF3DD , 0xA44CCBD6D0FF38A9B8E49D108CCB0198 , 0xA44D403CD4BF353C88955DD9294F6B37 , 0xA49A2F0C047C3A0F8E4781ECFF9DA338 , 0xA4A3050A6C1038BE88926CAA1B822B63 , 0xA4C25D2B91473BBD96051BF44F87903C , 0xA4EFE5A8FCFC33B99A40B299B854629D , 0xA4F5CD29B7A23FE7AF9B481AF656B9D2 , 0xA57E11EC356D351482CE77491C734CB1 , 0xA5DF26381C233F89AD4CF3334286AA05 , 0xA63FC3287E15387EAE6AA25CC1EDE111 , 0xA65B1DA6BFA0346795EE3AC4F2A0470D , 0xA65BC966234130AA98E66B8CC7B8EE42 , 0xA69CDA5798DB36108665699FB514761D , 0xA6E6666EC6963874B6266AD8B566D6A4 , 0xA72A5E232F29327EBEC09B29A2C9844A , 0xA73B1F67AB813924BDB1C38427654E18 , 0xA7A1B2108BE234DD8DC3EE08453E5B7C , 0xA83174BB794035FC94802A4D396070B1 , 0xA86EB6723C6F3474B98D9CB13747B10B , 0xA8BC9FF3A60A37B993EC2AC2D0246EF0 , 0xA907BE472FA1394A9999F589C8BE10B9 , 0xA9213CF8B03839178E0F90D325D68094 , 0xA926D1FC89A735198B008E0ED14428DD , 0xA92A5AE08ED93705B3838377BBFAEB3B , 0xA997CDF701BE3CA094713B60F28FEA62 , 0xA99CA68CDC323D7D8A87285DCF0C29E6 , 0xA99F97644F913F9AAB6D53467FB4C48A , 0xA9B1862689BE368585A90067E6430F52 , 0xA9CA924236823340B56F117BA9F5AA8E , 0xA9E9C4CA9527321496D978DEC120382E , 0xAA0D9525E2953518A1DFC800CCE142D3 , 0xAA1B24A3AA973FB0B9E3E84D9623D046 , 0xAA3E570A5B8C399EAF83E4BA57126822 , 0xAA67CAB2367A35E08E7E8D711B6540FC , 0xAA703383D5F13A8C9FCBCCE38B2D4045 , 0xAAA344DFD2FE37F7803538ABA734857C , 0xAACD6F316A00301FABC779AC4162580A , 0xAAF67F875A6C36A38477B41A882E6EE2 , 0xAB67AE71D4D63CA1AD0B8D3C8C8924D2 , 0xAB6CD738FD4A397082FBDC7E29024456 , 0xAB8D5D928EEE390AA10AB27B1A308412 , 0xAC0B8AF64A8A37BB8919472E55D9FEA1 , 0xAC3BD8508F9B3355A5218AF87EBD8764 , 0xAC4D1E0AFC48383582F0471C19F85B97 , 0xAC72E77D18A63B78A7FC19756295C4B5 , 0xAC77102A3E073F79BEF58C597AA03007 , 0xAC883B5A61D431D0818E1D5C21BDC30D , 0xACABF0D59E9A3228AFBBD18CF4B4CB71 , 0xACC72D83E1A93081849D4D2678F3CC28 , 0xACE6B54E9C9B38C3AB1A586AE1A318E6 , 0xACF1E6F2CB063599A49F7C8B140F7420 , 0xAD08166D9DE33529A6BA5B94E5A3C419 , 0xAD1CB1EFAC1C3099A6DDF1BC57564988 , 0xAD481E97B95C30A2977B7C8628ED310F , 0xADCA02214E68307D8A5F1EC7A5147C8B , 0xADCEFE655F4A3D4E98BCB96D354EEC61 , 0xADF2634FD01A303C8F5445F53D2E720B , 0xADFC1B95BF0E3CE583658339240201D8 , 0xAE059A2F7D273D588C659F14B016DC90 , 0xAE22CE811B2D33F19F31093A9CBB400D , 0xAE27CD306C5631FC9FFDC22BF148EE68 , 0xAE2E101B9A593B61993488C0BA5B2FF7 , 0xAE4B5EA35692338DB71C449BB6774BA1 , 0xAE6EAE3BBCF732D493B28EFF6180B16B , 0xAE99EC3BF9463A32889E22CDFC405966 , 0xAE9B74BD3495395DA6420B132E57FC62 , 0xAEC2E642F34C34718A2125EFAB180371 , 0xAEE0106CCD0D399B93F99508094397B3 , 0xAF7B0EA8AEA630FC8C5A3C6118E7522B , 0xAFA4451B3AC63FA891F39299CD0B147C , 0xAFAC0D44140C31759DD960C2B7F24D89 , 0xB000977B047D34C09187EC88B5D0CA49 , 0xB04ACB1A520038ED8ADCB73A2187F90F , 0xB05315965FB7339AA05CEA9D71DA8068 , 0xB0717BB68C293972938273AFDB4443FD , 0xB08574D14B193CFAB76EB11346F323B6 , 0xB091FD2F71C535FBB4C0D7FF3C544891 , 0xB09DDC0829E539EC93EAC06D789C0703 , 0xB0A1D69CF238369196D9672E5C13884E , 0xB0ABCF799E9736B8BA6CA218DAB6E8C8 , 0xB0AF57BD47FD3D47ACD1669859D20F37 , 0xB0BC25F9AF083AAD98352742C3A2CD9E , 0xB149ECDB7A023203A399ECCB061017B0 , 0xB19C68ABB1B534C5BAB54526595B40DF , 0xB1D6B86CE14D3D6CAD434DF6E306555B , 0xB20CF9DE71A63F44A12535EE8CF16553 , 0xB2276AE95AC63E0AADA6EA64A7285DBA , 0xB249A611708033FDB4EE93EFC947A563 , 0xB2585650085C37C49B12DFAD7B2888FE , 0xB26843CEE3AE38969B943A7E6C909E92 , 0xB2C1E6B3FE5E3E409364850F243F13DA , 0xB2C544375A593FC3A6287CB44FDA94F2 , 0xB2D48B35446C3BCCB3C3FFA89B5F560A , 0xB2F1BE03741336CAA69967587571B934 , 0xB2F4F2604F28349E8E550D6F71B8B8B9 , 0xB3217033ECCF3BA6B7A3D0FC01A90C53 , 0xB3587665576431FCB25B94D734FED525 , 0xB362E3F4FA1F36A5ACA888CBED58E3D2 , 0xB36DBBC4356B34A99A6EF0D3961C0192 , 0xB3BBD06499A03BE59561F3FEA815CD87 , 0xB3DA529D555B31A499BFD036BF392884 , 0xB4B78AFE4DBF3C6287DD161AD3452E06 , 0xB4F391919DE53FD2B163CF39B00DC4DF , 0xB57B862B3050315EA0340203F18E28ED , 0xB57C8128A61F3A6BAFDFF8A9872516A8 , 0xB57D39E784C332368B00C08D8111D6DD , 0xB59ADDC2553A33C495325B33D03B28DC , 0xB5AFECB633AC3E1383EA6CA7EDDBCDAC , 0xB5E24672683C3A18825D4A655A38A434 , 0xB61EF8178C5B3369914DB878F3B46AE4 , 0xB655C70DBE40363785AC8369C4069D6A , 0xB6874B794CEB39DD894DE2B8E4E87365 , 0xB68A6EACAA9136578AF7D0353B5168CB , 0xB6A3F42F22AE36FC8ECAFA6A4542E3BD , 0xB715FBA921FC3A22A51FFB4B4843FFD8 , 0xB766EE1B111E31B2A175C2B03A05FDF4 , 0xB776BD016E3133E69843288620A7CB0B , 0xB7BE569C62F13EB6985D39DC8E68A23B , 0xB7E29A371BB13F1A9FB8CAF34F176C07 , 0xB82C55D6BC6F3DD3BC735DFD0F8E1CF4 , 0xB846B729E5DB35349758AF8001C84E76 , 0xB8790B2382FF36D4BD96AB8FF303DBBF , 0xB8896072AFDE39FDB91140D498FEB080 , 0xB94D9539BB3F394DBABB13B3CEA47BAA , 0xB94E447B60353F04B260E642F72A8C35 , 0xB9690FE1C3903C939C571E85F8EF9368 , 0xB99E79A0E26B33609D256BBF9A9C9B06 , 0xB9BDD118B23D3D6BB141EC6B31B9A392 , 0xB9C3D0F96C6C39A4A80366EBF22ECFA4 , 0xB9E29622F1A3325EA4F9E522BD6674DB , 0xBA848B72FEE83EB3AC61060534F7BA63 , 0xBA8B5285F1F93D11B0DD9B511897AEAF , 0xBA964F520E583532B4E2DD0BB6BFED3E , 0xBAB3305A56C63E5F97EE31543D40D1BF , 0xBAC7CD2127CE3B6DBF8E42ABF506F633 , 0xBAD1229B00173E56BDFED1247DAFAA26 , 0xBAE755785C1F3CE58B88ABB6172E87DB , 0xBB08C961601B31EA805284E821492B49 , 0xBB1755F4F4873BD2B27A9F4307F5ADC8 , 0xBB4DE95D1AEA30C7A2F63CE1E53F70C5 , 0xBB772904DC443529B179B6F532CD53F7 , 0xBB94568DD55F3054B8EA8F32ED8EF287 , 0xBB9EFE794F8C3D5BB8772E3FCC901AB4 , 0xBBB959D107E431CB9714439F56AD3327 , 0xBBD1EF6B2D9530FEA02F0ABB949213F1 , 0xBC49C38F09903CBB911A628E498E3243 , 0xBC81C14F12D63D29A0826E98D04AAC9F , 0xBCCE5DFBF40F3E22BF9F9E666600546B , 0xBCD908C16A10354CB24ECB169C1B0529 , 0xBCEEB6DA810033DD8EE2B29BD9A2259D , 0xBD05EC6DC4973AF0A738EED4447EFFA1 , 0xBD29B53D4C94317AA4239661D18ECE06 , 0xBD4E50F5181C315FA50F8E68122B0A74 , 0xBD88F3B416DC3D378EC15017A204AC30 , 0xBD914D228BF8316FBAE476E72E849D2F , 0xBDB01FD6D8923B21AC1B594907CE4920 , 0xBDB6F18F7B1E307BA287ACB3A5CE0F12 , 0xBDFA273737EF31D59A23F4DCEE59D627 , 0xBE1E525DAAB53187861FABF698267A9D , 0xBE371CFBED2435E0AE1B8448004F9E79 , 0xBE9E0D79453236E8807F12EEA7C9A43B , 0xBEC64D276E7C3E27976F2D9FE51916E2 , 0xBEC6A97096383993B6249BE6D715AD47 , 0xBED8955D5F5730EE90FF78E0EF1D59E1 , 0xBEDADA55BB513046A42085A1975B9F14 , 0xBEE02787AD163CEFB677954E54643698 , 0xBF4E8D9B1555305DA862F5D977D43633 , 0xBFAF9A2F60C938C481D0F1F4521EC3A6 , 0xC0B294968BB63E398051B57610326AF2 , 0xC0E2FFFBF3653A48B81414E6F7B7EA3C , 0xC0EF489D9BFB3DF3ABE2EDFD6B21384D , 0xC13585990F3D3B9584E615D71181076D , 0xC15733FCA31D35BE9F712E34F9FB5548 , 0xC15B1A0303AF3F39AC5AEBEE622A89FD , 0xC1C6B168822E3FC1A77EF8CAA752352A , 0xC1DD4978809F3607A3BECEE2D720A787 , 0xC21BD5FC1CC4384AB49F3D4B1A340274 , 0xC21E06C4BD7B39DEB0F19C92F10831BB , 0xC22253617E2F349D87D53D21819ADD13 , 0xC241BDCACC193D0DB826128AC48D5AEB , 0xC277654F870A370B8FBEEAB40125323F , 0xC2AF20BC6A7234C3A0DCF68CB0F9095C , 0xC2DE75755E3A3FF09B2AC2298031C4F6 , 0xC3701E5E1B0237D995BE394CB47809BC , 0xC385FE9D677032A79835AD07D120B0BA , 0xC3869473F885356498861A267E652150 , 0xC3A2B6DAFC3D3D7288D044B820EC0832 , 0xC3ACF612D8E23863AA505EEB43685B26 , 0xC40B156C6DD0371A8B27534232F35E7F , 0xC456F47D08F83D62A7153A98781B9C8F , 0xC4ACA50AD8793404A689140176DE1F78 , 0xC4AE0E8FFFAE3530ADB8E51CB8436A7B , 0xC4B6EFBD92263E36AD7D48CC14BD5083 , 0xC5598B06251F35DDB4E7B42909CDCBBB , 0xC56BE62DAC223D34A128C7C2AA8DD68B , 0xC5A8A86AFB743F859D6F285FFAE4411D , 0xC62267CFC578350D83C9B0596DA1BC07 , 0xC63F65A706133CE187989234D011FBF3 , 0xC65FA6412C6A381FB56654FA7D0C6C94 , 0xC66A844CD35A30FEB19B097A042B6CFF , 0xC6E9F3F39E40311FB0DE463F721011D6 , 0xC707B790A3833AF38760E93124585FC8 , 0xC7116EBECA3936A0A60969C7E2B92D66 , 0xC739F2B1A73C3C7BBF13A3F050A5742A , 0xC73FC60E869638BB9527CEDE1BA63BF7 , 0xC740254C64B83F328E428ECC1607415C , 0xC74C454C401E389A976A577F46A6C5F9 , 0xC762DC9123043EDC993F8768BDDEDAD2 , 0xC775770901923269B910ABB508D20146 , 0xC79A713648E43A46B555A9A9247DC985 , 0xC7A58D7CD14C3E64AC610B29986F67B5 , 0xC7A61CAADDEB3220B785E7A4AA0F5333 , 0xC7ADC5BBE2F63A048E972A5EA6D813C5 , 0xC7B4219981AF3A3FAE4CA759AB6678C7 , 0xC7B8D6BE42043572ADDDB169C0B9A064 , 0xC7DEA59A8F22385AB062FF248E85EDC5 , 0xC7E70A636E7B35AF9F67AA19D4FD7A11 , 0xC86CE18BD149371FABA489EDD9A346FD , 0xC86F8E8D565E31868B15DDDDE172365C , 0xC875A6063A7431EA846A56A272FF072F , 0xC8B51A8AD1F73A888AAD7EA889F3565D , 0xC8E00122064E34CAA30FEC4FFD423C59 , 0xC90C74FE255D3E69881C254ECBF31B11 , 0xC926F351A7F63569BACA0425467CB864 , 0xC930AE6845A33914B6BDF3C529DA322A , 0xC93F75917553361B84FCF2A6E8932C91 , 0xC96F4D947FAA39FC8C28887D3EBF9FDF , 0xC98AC6C1C3FC3181960628F115E2AE87 , 0xC990F85BAE5E3C808E5AFF43506680D5 , 0xC9DB3BCB24583F1696B47F3AE6AF88D8 , 0xCA1598A63406376DAEE3D54CDF42BAEF , 0xCA61E5F896FF31F1BE6C2F6CDAF902C9 , 0xCA82DDE0E7893950828D84374DEA08DA , 0xCAA2688E463433C2867C0CCB50A1F892 , 0xCAA5FAA6FAF1335B9E5297DCD3E435D7 , 0xCAABB5C8F83437D5931DCB554E3528D9 , 0xCAB0BDB3B5CA3643990A4F09FBB42216 , 0xCB4E529E52DB30C8B9713287C3ABB88A , 0xCB5752AF7B7D39729A1D404A9B9F3E82 , 0xCB63021C3F813BE2B26A56360D90FE48 , 0xCB643E0C26933975B5B99B3D2B0C5872 , 0xCB91D9E71F6431028B3BB5ADA9404785 , 0xCBBF49EA30E53C8482FCC18FFB2B6522 , 0xCC2AD13BFB3339C5A572F1279D3DDD41 , 0xCC52A20BF5463C06B6C1E43B0EEB8373 , 0xCC6B8D54513F3035AF4C66D8B867E19D , 0xCC8282227EB0321EA1C4ADAA223BBB9D , 0xCC835579B9883A48AA35B1A06E200132 , 0xCC9E2D4252D732658F17469DD2A297EF , 0xCCA9E09EEC6231AEBF51490C061876BA , 0xCCB1C828BBF93693BFFAED129DCF2713 , 0xCCC3D7A54E343653BB8E268B8E98E859 , 0xCD2B4B46208D3069A1D08284084877B2 , 0xCD4CFB37FCD43F078025252B7887AF93 , 0xCD640D7EE3C5330EB988C9DF9A620421 , 0xCD6E7F97A6453D8DB236BA5D4549478F , 0xCD86E089244A32CABE132151A7B72D35 , 0xCDD6FE2E7D7739B6AD7D2895D0884FF3 , 0xCE18A98865853A9188273875E24D1743 , 0xCE6100F59B733E8796F08C97E12BD704 , 0xCE8F389C04BF318985B9A18F38FBDF2F , 0xCE94B607FCC93854AF0A0EB1713195CA , 0xCEA08514CEC13312A52A7770A30CBEF7 , 0xCEB51496F33B309DA0692E0661782E93 , 0xCF52807C3BB23819B9012698427DF493 , 0xCF8A29FF5DD93823A4EAA7785DBFAD83 , 0xCF8E39A6A05D32AE9D1AE676B5BE9E88 , 0xCFA310FF04F438059E65E10D00EDCB3B , 0xCFB45B68858D3B03BF6E6EAD35496596 , 0xCFBA315E1F603C46B4BC75B6BE856761 , 0xCFC8BB9CA6C3369FB572A6C3F53454A6 , 0xCFE78954FF653EE99CB5A1883A952BCE , 0xD0126FB18CD53A66B08BE24EAAEE62ED , 0xD06067D9A149315A8524272353343DFE , 0xD07F00A79A2B34D1A2A7952712DCDF3F , 0xD09AA9C780AD3B828B52400491539DA8 , 0xD0B9E773DB993D8B9AB72206330CB0A8 , 0xD0F01134AADB3348BD757E2AB8C38553 , 0xD13AEAA74BE13CF19CF8C5D90CC16C0F , 0xD13BE93BA4473891A4D619F3C31DAD1F , 0xD146A3C9195B3EC79FE588E14877532A , 0xD1777AFD6F84346E946A7661802FB4CC , 0xD18CEF6CCBF8383F82DA0B21DB1E80D0 , 0xD1BCC6D4BC013318A4E24D383C16A24F , 0xD1C788DEF5EF390BB6F4122B2525264F , 0xD1FAEFD58F93359C85B779F17F862C3A , 0xD214CBD5516E3B7B9DC22D17CCA6B1C2 , 0xD222263C4B5B3920AC0999FEF107A6A7 , 0xD24E1853C05436CBBF2F320B4AE73F29 , 0xD25D9D0C65843A709284DD416378C0CC , 0xD2A0E307D50D37A5AF782D83681B094C , 0xD2B554C9EB943172BD9D7D6E77BB5C99 , 0xD393076497E93661BF8D4FFAF6EDA725 , 0xD39B272F5EC6383DBF8B52EA7B7147E8 , 0xD3A997111DCE36A885D271FA550B17FC , 0xD3BB760CBE7E33A89BE0FAA2CA1843C4 , 0xD3F6ED1F8DCC396BAA62221C5E674043 , 0xD411B434B8F63A988D5F18C812D9A67C , 0xD423A1FDC8A23DCDA67018A807CD4EB4 , 0xD44307592D023BD388F0098023CD2EF7 , 0xD45C0C6933083C34B1D8D5EE4542F2BE , 0xD46263AFB1EF3C238D8ED718C6F55207 , 0xD462888DB1CB370D97AA5C813A6BF309 , 0xD473CE89C20331E4AA367D9887AC84B4 , 0xD4B343A422463A21B17C0B953CFDA471 , 0xD4D3F6FB58113AC88A047453CA073E80 , 0xD4F14A38068D386F827691CD1DDC5493 , 0xD4F9827C792A380D879E852992838D88 , 0xD500D4DBED1230E49BE785F6E77F0306 , 0xD54E7DB04CF23BC89A11D65315F556E6 , 0xD593DD50723C3CD980EB83C15FC4D79B , 0xD59CA01F04E3346BA7A8DD091047D77F , 0xD5C437DD61DD39F093C090DE1031EF88 , 0xD60B6F456E923E7E9E8704A2E60783AB , 0xD60D0018CCE932869EF992A9B982D4BC , 0xD628D3ACEFA53F6E8975CF117CA46F32 , 0xD6525AC8582E3FF0AB269D05ADEC4C3E , 0xD657867DBC7134B3887EB69FCA43B530 , 0xD661A5666BBB3AD1BF00C332A193BB71 , 0xD674E8167ED4364E999764E13F44DDAE , 0xD6A091B04F423893AEF35BC4AE27F100 , 0xD6D1DB33C76F3667998E927A8F9A106A , 0xD6D6A380EDAC32599E56543046D9F8D7 , 0xD6FFEE4E8D843C0197F21A440EBC1156 , 0xD7141A4589D538FEA56F9593A72D6C52 , 0xD745CD3D4FBA391E9BC31DBBB81B501D , 0xD7781831393E32038827A4FA3A95A3E0 , 0xD88512C25EB534FCA0DB0CE2E2907FA7 , 0xD8921A595CB83D8C840554B197F5D6DB , 0xD8F780BD4EA23FACAFFA849882AC4825 , 0xD90587DAB9CF3649971AD494C37E2A53 , 0xD913AE72A0103F468A6D1DA86830AC75 , 0xD916C881B47A39D482B1DD2E97946955 , 0xD924D5D8D1673641B1A1B1E2889388A7 , 0xD976A70020FF332B9CAEF402BBEB3D02 , 0xD979F0794B253E758F4000173EE0EFAC , 0xD98C331B999E376BABAB546952FE4E81 , 0xD9B4E8AE9DED3B0697838AEB6C2A117E , 0xD9CEA44BD579373884E58FB2FFEA818F , 0xD9CFBA6F251D328E8097040DF432CFF7 , 0xD9D2DE26261E3DAB8585AEA8E65B2724 , 0xD9E4DC5F255A342DA77D6F48B4262AAD , 0xD9F06982A5883E3BA9EF5B3303D3425F , 0xD9F8A640255F3F52B32775A036EDB55D , 0xDA01515DADDB39558512950C88BA1825 , 0xDA04808FA37E30A7B14FEB4C5784CDE9 , 0xDAB4F18EF87936F5A481FE4E3F8EFC78 , 0xDAD29286EEC93BB5A76547A0A6814C47 , 0xDADE7B6D5710308989E6338DAD130780 , 0xDAEF4C47ED503275B1D435895C6C614E , 0xDAF88E413D8634E78B37A0D1930E4D1B , 0xDB2D4070A13D3C6D9EE68622EE9204E3 , 0xDB54F47950C93C9F96AB22EBA16C344F , 0xDB62849FF2EE333788984AEC5EEB171E , 0xDB94E196D30E30C9B469CABBBD6AD780 , 0xDB9D03CDF78B3EF8A0B6FD1A3FA9611B , 0xDBB35E20D5D038079F2998C75A74D219 , 0xDBD01F857D8132E4B0FED4A243F44925 , 0xDBE1F97CA4AD3F52BE3941BE60AC13C1 , 0xDBE6B694DE6D3F60887625C17019B319 , 0xDC011FA6679434D0BCF0E42083BA4081 , 0xDC170B36B5493F1A93132FF1101A1A2E , 0xDC772E017E2E334A90A4142C62AD49F9 , 0xDC7C0F229BFF37689ED1A6FF8E90645D , 0xDCEB76F697C937809CB65BBD05D8622A , 0xDD0C8516F37739C394830F11D648BDD8 , 0xDD3671AE44C03A9F909BA62B26D23F09 , 0xDD5910A6D4B03EA6AF764998372D92F0 , 0xDD5AF43F86BA3786A5F8473963566CBD , 0xDD669736DA053CF5BC0107DBA2A6A945 , 0xDD9AF6CF74CB304697B613AD2C276B57 , 0xDDDEA09C1C0D3E28ABDEF63696408D2C , 0xDE40701AD0C339009BC5E953416C3531 , 0xDE6E9E5247873CDBA5E630958ED35FE4 , 0xDEA9D806C48F331E90C4EB0F073C8993 , 0xDF3D07092BA3315E9B9F6AA301287106 , 0xDF3FA86F250637CCAF1268ED095BC6F7 , 0xDF5D7AC96D3430299A877DE16699DE34 , 0xDF6985D778C33A58A10757C82F482AF1 , 0xDF712A42C6343AA1BD0184C2E553798A , 0xDF95E6480D3431879631DAB4773C6865 , 0xDFA64EC6B04B3141A8B3E5D4A6378572 , 0xE058CFB249DE39B785F30E2D85CD1CFE , 0xE07AB3091A4F3DC58D8066E58D7C58C2 , 0xE0833FCCBFF53043B9DDFEF5026606E7 , 0xE0925C45530B3CBB81696D780A26709D , 0xE09BFEDAB1833C7080FC72C7179930A2 , 0xE0B9A86BDDE83052BE581FA3C85BB633 , 0xE0E8C534803C3E2D81B209DE3D858914 , 0xE12D79CC0DC83D459B846B678621C449 , 0xE13B15EFB98E30C09C7D1FEC993A9382 , 0xE1A8360FF3DA3429BC05BDDC0BFAF2F6 , 0xE1B683710AFE366C920B84D97A834A29 , 0xE2299573F0AA30C5AACD7BBB4388C1C5 , 0xE27E6B95B20F35A0BABE59F8FCA72225 , 0xE2B927F07EAC367292EDB0ABFEF7CB24 , 0xE2C2F737C8193643A094481383B614AC , 0xE2D20C8497583BB3BF9E0ED1FDB513D9 , 0xE2D2FE8FDBA1327995CE15BC8368ADC8 , 0xE2EB49B684F1392DA2A93DFCA146BD37 , 0xE2FDF17F262637B68D1C0959AAC61588 , 0xE309D620B1B530838A4EA508DBD7F240 , 0xE3498F8EC76F3DB08FAAE65544FEE96F , 0xE3910A36DA3635BD9F8D1A12B5C8F445 , 0xE3F36A65B730396C82BE2A9CBFC7EA64 , 0xE4261ED531003D23A297A0487FA918EB , 0xE438D803EDAB393CB9BED53FAAE5AF0F , 0xE443CF436A0A32F584609A928BE562BD , 0xE465641062DC3437BF5EA45AB5D5F572 , 0xE46D8FBE830A326799872EDC648FD2C6 , 0xE493C14EAE2934A099DBFE2938B84BFD , 0xE4B9970886C93693B8A5D7D118816D2F , 0xE4DC3E6A10CE3F0A98007D9970ED10E1 , 0xE4EA17790BC13DCA8FE842DA62F96F18 , 0xE5095E21D4183D0A87CE02D40F4F7CCA , 0xE5123756355536FCA6185C64CE4503D2 , 0xE52546492B5030F59C2D0DF2B1B8EF31 , 0xE58486F6105B372D84362BA649D7B290 , 0xE5A864DCD1C0323E8187007B8BBB1A01 , 0xE5A9859D92383B68825E6B01DD1C5BF6 , 0xE5AE9009EF713C4C99271FB6F1DDFD1C , 0xE623FE86BD3F3C50AB54BB604EE40B89 , 0xE635F21BA5FC35F69FA6F57986C995D3 , 0xE641235A73A03318A99C4537BBA8FE0E , 0xE644D48D584E3A57BFFA3317B17CFA30 , 0xE66FE486E91C3E63884D04F9C2748BC8 , 0xE695575303DE3DE69553F10BD7CEE8C8 , 0xE698C8A1B238326F918088BE396C3CEE , 0xE6BF57BF2E6138ACB1B8A695A20CC260 , 0xE6C24069D4BD3FC7A1EC7CABEB2D6920 , 0xE6C3857F19493CF4A4A6011263234596 , 0xE6F674ACC0623A089174640D3D752874 , 0xE71A3CB995BB38FA89BEE3191FA471AD , 0xE79DA96ACA41396CA5EE9F2EFDF4DC69 , 0xE7DD5F12EEA336AC80A4A2EEBCAB3723 , 0xE82DC64718D73E6A85EF50AACB478676 , 0xE86B950FF780395181087672F0539FC4 , 0xE87657D96D9E3E54B67F1947BECDBBD7 , 0xE930C06B1C963480AF123B13CDD5665C , 0xE958B045559A32BBB0712DB32C9DD94F , 0xE9B293560A943CF9BD77A3FBE61387F0 , 0xE9CBFC79700E39DA943703A0AADDE1F7 , 0xEA23C6B3324C36B9B31C6145D9CB07AF , 0xEA676ED9A94E3437B749A7B4A2DB81DA , 0xEA868165482B30D88AAA8D87EC0B3FD0 , 0xEAE0B3C2BCB73CFFB0DC3F683F43FF0A , 0xEAF600248E5D3EE2BB8AB5820F5448B2 , 0xEB60D12564AB3E479BAC52BD41E4B9E8 , 0xEB64F6B5EF36327C92AB1E951CB40618 , 0xEB6D1BFD9FA53DE28EED37E196A2EB85 , 0xEBA88F24D26D30279F6E9FD66CEBF443 , 0xEBEEE3C3434A3F70993FD0D21E001EC1 , 0xEBFD3523C6023BA9B4E247D20D7653DD , 0xEBFDEE0A94DB3FD499410B8F958C3328 , 0xEC14646AEF17358E94525CDD8EFDF96B , 0xEC1C81D06D1338908A2DBAB1D19298B0 , 0xEC2DF2C3F963392B974E578D8798DF53 , 0xEC3AE5E8667231B9B6CDAE6EC253810A , 0xEC3BE89D7B10327C9A5CA74757E73CE8 , 0xECCB31D960223CFDA877D2C80B170626 , 0xECD529E424923A4AAD07C7525518905A , 0xECD677D51E6B366AADFA5E504CA69804 , 0xECF15A99F12E31CF9C2C1CD94F6A3801 , 0xECF296C85BA032D1A620A40AD6BA6792 , 0xED14C413E20F3D7F8DDA50BAD1940919 , 0xED3085A0702B385F9C780D11866BCC8C , 0xED5FD4289AF035B8828AA099C7BD5211 , 0xEDB0893F63BB3610B531C456F2D573A1 , 0xEE011A85F9A93B59B784F2A5E2DA6A10 , 0xEE16CEBB8E593AAAB1505F27DE73A8A1 , 0xEE9FACCBAC743A27BCD55B058E3EF5C6 , 0xEEA23728BA6D343397C92BC26E8480B4 , 0xEEAE74ABB6AB3773AFB7820764EFC3B2 , 0xEEB33DDE09273A6B805E6E90912DE9E8 , 0xEEBBD25448C6333EB52BE4FCF486E4E6 , 0xEED4F74B75083EFE9C512634BD0255CF , 0xEF2F65F3CC163EC983A4347591CA1809 , 0xEF376BA9C865367AA93A54D6F092FC6B , 0xEF394B70B72A34668ADA35E01F04179B , 0xEF447349366B3A58988F0B5415B3961D , 0xEF5A8B44BCB33C3B9F999B987CE5BA60 , 0xEF5CC7DF01D935D88B30B9B67D21C4DF , 0xEF61CCD826A433B9A73BAF10AA907250 , 0xF002397880133F46A5A5E69B58BC6B97 , 0xF00A137046E13C4A8E9C332FB5AD4F2F , 0xF012E0A4FC803196B37580635EDB6554 , 0xF03E5C119B1C35148542B33F11711CE6 , 0xF045DE10E253348EB0FAE3786B3CCF5A , 0xF04F80A924BA3332A893F96ADD18F932 , 0xF0F1A859B44F36E79DA6DA2E82D790C9 , 0xF13E114305323ECBA3938D282D0B86D3 , 0xF150781A0CA33FA481AA9870FE5D26D8 , 0xF17188C4C7193C49BBAEF40CD01617F8 , 0xF1C7C45A43B639CFBCCA059F81AD0C2A , 0xF1F1B4614E0938C1B7D9050EA64EB55E , 0xF1F1BCA4933739C799D660AA05FD5493 , 0xF219C82E085D3296860295FDABB1C2F0 , 0xF21CFA2774C3313CBC39AA3F1E9D2CA7 , 0xF276D71F79F2304A98ECDA845A55F764 , 0xF2B4A38347FD3BBA9C76FBE071522602 , 0xF2E08E04BA6E32B38FBFA50B3CE2EB20 , 0xF30D065F2F9E3CFAB1513D524463E815 , 0xF34BB4A8AFA1309982E84763567B5D12 , 0xF39660383E4031A2885CD7C4814B8BF9 , 0xF3996AFFE0DF3683AC361B5A3385EBF5 , 0xF3AEFE3244753556987343091CE4A223 , 0xF42876E22D5131F49058921A6CB502BB , 0xF4623F8075813800965393BD56E7882B , 0xF46283EF61F23A6AAEABA7CF4151693B , 0xF467BF2CFC8B3484BE771D7B071F886D , 0xF47A0B49FADA303B9B3875D4388977D5 , 0xF48142A5953C38D4B1393A30B68155BE , 0xF4B501707860339AA7637EDEB9608E0E , 0xF4C6F9ABA91231548F4684AEADFF3240 , 0xF4D35EF5E80C3129AB635AF5304772AD , 0xF4E1065C64303DA28189101EE8E5AB50 , 0xF4E9368E38663EF4B8860DE6BBB65AF7 , 0xF56F4142A58A36649B4380CD45F17788 , 0xF572FEF623FA3E91969DF10FC85386E7 , 0xF5C7581523D233AE9052D08CD1312F6E , 0xF617E9019CEA30769E9DEA3844903126 , 0xF63A6E334C0F35A5996E46AB214E9407 , 0xF6632775998E34CD8CD8572B6DD8E0FD , 0xF69E4950B3CB381E9065412700EEAC84 , 0xF6ADC0953CCA313B9DFDF31CEFAC0FED , 0xF6EE0748105E3B788F34B8CD96021649 , 0xF7167875136C329789F7F8A318A1B5FB , 0xF788481D9F153CEDBD4E099BDD1CFC6B , 0xF7A257D4F9A536158F943E5C12095888 , 0xF7D70C09C43F39BC8C9AD117B6DD2580 , 0xF857BD8A3DAD30C9BF7CE5AA9D8898B7 , 0xF8806B2E2EC93C10A86F6D9ABBA79FC1 , 0xF8B15DBE67F7372AA27191384C472504 , 0xF8C96851CAB13D67B0DB5F9FECD246E2 , 0xF8DB510750903CCE940C270C78FFED6F , 0xF967DE989B373DA4B339616FB7E94149 , 0xF98928C37745312F999563E748C12672 , 0xF9B617C82A7A3241B50ADB7B87CE79AF , 0xFA00BB8FB4DF351CB30659B62B042275 , 0xFA034E690040314F9C0D5EC68A7E72DA , 0xFA2710E99F13306082286B3E6385105B , 0xFA379A04186A3F9D8492069C34C38FB0 , 0xFABEB2F089BE3029A003D94D6ED247D6 , 0xFAC472B2B2DC3B7DA3D193DC7B6FDC1F , 0xFAF96A120AC733309CC27D77193CF7EE , 0xFB1EA012A39731F9A8F11D1213DEE801 , 0xFB2AE055C52934A4AA6CED7F6DE07A9B , 0xFB43D20FF9FA3469A048E62C771BECD2 , 0xFB49C71B56C539E493CCA40A4017D452 , 0xFB5502C0B67D3217B70D10FF48E67D1E , 0xFBD737EA4A7F3F549F7AF454B61A3429 , 0xFC2B75324F5136F9818C6C6A22FF2763 , 0xFC6DB4775903377C9A31935A43F534E7 , 0xFC89BED55207363091D3344782469939 , 0xFD0D8C24D5EC3BD281DF037D9549A479 , 0xFD5A13756A9839C996A3616334DB97E2 , 0xFD68FCB659643181AD9FF688821CD4EB , 0xFD743D453A27376390C842A5B4E23B86 , 0xFD782C298BB7393B8B4FA9E347D3AD8B , 0xFD8A3983C3BC3D139A0E53D4F10EF5AA , 0xFD95A6132E0532CB898F6CB492AEB238 , 0xFDA2A3B0242E3912A7090C65733D8443 , 0xFE021E33E4FB3E92AEFFB2FD3E18BA6C , 0xFE1B31F28D4B39AE9FE236CAD474A0EC , 0xFE412D817EC93BBDB4C656818DA87993 , 0xFE52873DC2213FF084F3675C44829360 , 0xFE6E4207B266307C845F87E4CA017ED8 , 0xFE6E7B4C62F93F8DA156096B5A3C7A79 , 0xFE8F345BE9873974B1EA92E436C6FBFB , 0xFEDA179DBB0D3DE18891839DAAAC8945 , 0xFEF5A9EDD4D23E49A03E4748CF2A443A , 0xFF1452FD61E63EF796E5F5E5072B0CAB , 0xFF1D70BEEFA934D1AC9845918A8B0CB8 , 0xFF29CB174FB337258004ACD581332692 , 0xFF594C645A0A3E579B64133CC2FB368B , 0xFF7B592A72B43EF58AFB40F86A5260D2 , 0xFFD0275FBA283E07BAA70344A17248F3 , 0xFFD6A66DCDC43C05B892639EE2B7015C , 0xFFFC4817C41F3141A2CBBD075957CE4F )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
86
0.14 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
87
0.09 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
88
0.09 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
89
0.09 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
90
0.94 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` . `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` . `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
91
0.40 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` . `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"=î/¬\HC╣ØÚ¹ãHêüH "
]
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` . `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 (0x3D8C2FAA5C4843B99DE9FBC648888148 ));
Copy
92
0.10 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
93
0.06 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"Ca~d\x01 ╠Lì▓ÄIA┌)\x03 ┼ "
]
SELECT iso FROM snippet_set WHERE id = 0x43617E6401CC4C8DB28E4941DA2903C5 ;
Copy
94
0.06 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"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
]
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 = 0x56444C67E69C46EFBC122A0A32BCBBB0
;
Copy
95
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
96
0.07 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"Ca~d\x01 ╠Lì▓ÄIA┌)\x03 ┼ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x43617E6401CC4C8DB28E4941DA2903C5 ;
Copy
97
0.53 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"™È\x10 ¨üÞ:䦟ƒ0\x1E €Š˜ "
b"\x12 Üô-x\x01 0ÜØ¹\x04 ï¯■öÞ "
b"\x1C \r Ô¡ìü>´Œ!Ýàl1ܤ "
b"Ö\x18\x10\x12 úÕ<©´¿ú?\x0E ÝGt "
]
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 (0x99C810A8FCDE3AE4A69F83301E808A98 , 0x129A932D7801309A9DFB048BEEFE94E8 , 0x1C0DD4A1ECFC3EB48C21DDE06C31DCA4 , 0xD6181012FAD53CA9B4BFFA3F0EDD4774 ));
Copy
98
32.47 ms
SELECT seo_path_info , path_info 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 (is_deleted = 0 ) ORDER BY seo_url . sales_channel_id ASC
Parameters :
[
"/navigation/d6181012fad53ca9b4bffa3f0edd4774 "
"/navigation/99c810a8fcde3ae4a69f83301e808a98 "
"/navigation/b9ecb2e5d808346997636f272883b192 "
"/navigation/ea0100f34d3832c586f2fc543aa707a5 "
"/navigation/69db25793d0c33afbd61653fd7d1a8ed "
"/navigation/1fd1f0e45b613fb688d2787c9b8177df "
"/navigation/fb2b9ee997903f0b80fd5b6264c4d2c3 "
"/navigation/02a49671b8bd3771b4d230654332dbfa "
"/navigation/ee20ad3f46333401a7b34c4d0210cba9 "
"/navigation/4bc0dd1bc8f93b9b92e47c438d699efe "
"/navigation/6ecbf5d03f6536b7983862c6f46e93d9 "
"/navigation/a0c70996590e3c5ba4fe80ded59535f0 "
"/navigation/c3490384794c325e93ba96be02c6ce9e "
"/navigation/f45c6568b49a34798feaf0628fedeac7 "
"/navigation/996017561c3a3ded8f2110cc95c50967 "
"/navigation/0e2978c6cf7a37ec88cb13b1a7fcbf6b "
"/navigation/3f9fa2969d833972ba3ec04a7b3d72cd "
"/navigation/a134553c512b3512adebdfc609b69081 "
"/navigation/61d49bea020f345cbe1e8d05f61e899d "
"/navigation/e53e7e77a9ec37eeb47c7a1b98f07416 "
"/navigation/6129ef7a36d73851936da7c1e93a1b76 "
"/navigation/642d6ed7b19f3f70bd8af1775481525a "
"/navigation/3a684c3bcd3f336fb3a0a792da353f82 "
"/navigation/273e2b0e7ef8310dbaae263f960ed292 "
"/navigation/12a65d1b06933a2da8657c6357d4bc4e "
"/navigation/5e859863990c36ce8dd7ee59d9f90ed3 "
"/navigation/fd4a6b835d2a34648f064610584b932d "
"/navigation/ff966bb5db513439ac76171b82b4ee2e "
"/navigation/770443c5bf923a779b61c7a496980cee "
"/navigation/89130563e0e13abdb4f235de414bf390 "
"/navigation/9929c147d34d3a4cad11fbb4401d8913 "
"/navigation/a153deecedc73865bb0eeb9fa8229552 "
"/navigation/6d983a29e89231a3aba85c7c8eb0f2cc "
"/navigation/26350cb75b62356ca5da6f402783d749 "
"/navigation/9a8a0a9eda2c3b7eaa476c2d6d3229ab "
"/navigation/1e8266f34fa832e68443f0e7e11342e0 "
"/navigation/dab2cc762cf335879241484e9d0b0428 "
"/navigation/d380c592ac053c8780373621c53c0905 "
"/navigation/99a8e174649e349ea0f3af9858a5d79e "
"/navigation/565c9044a34534db8448284dfb523733 "
"/navigation/850155c674653355a3a05667341e33dd "
"/navigation/2c64b93b49193679ad44e612a6c1796d "
"/navigation/34ebcef0ddfa3085be11a6b3dee7116c "
"/navigation/dcf4759f7eb83169927642f62b56d945 "
"/navigation/4fafea52d53f3866b9cd8a295b390815 "
"/navigation/154df2f85c3533ee9b68beeb002ac2b3 "
"/navigation/fb34018223d537e28df69e0706e43314 "
"/navigation/61918fa57da336d98cb881b774f445a9 "
"/navigation/92bb7d4c36713afeb2e1c98150479ae2 "
"/navigation/8974017b8b8438a98353a6710e309c79 "
"/navigation/f8f3476a387938aaae13cf8b8f20cadd "
"/navigation/e6b47db614033da8a01faaa42a0ff220 "
"/navigation/498d7b828d103206899ed2d7885dff16 "
"/navigation/a46e35d0a00738b59c12d93d6bad08a3 "
"/navigation/1660672f22e836ec91f0a251e0b02347 "
"/navigation/61ede7a8592e3cb2a69e2e46a785975a "
"/navigation/aad72f58f54c358b954e4689e9de23da "
"/navigation/3fbc87d7deb835ecab10bd323f8e8d34 "
"/navigation/1c2fbbf3141a35949241fc63ad745a65 "
"/navigation/3059425a157c381185b39db97bd80c70 "
"/navigation/6e8c58f1a4f93e29b0acac315fd43b57 "
"/navigation/102ea4c371cd303dad05953309ad8247 "
"/navigation/90376df44783334b84f0a0907f1eee84 "
"/navigation/213630dc1fc73721b95b3d9b97015af8 "
"/navigation/320420f91c3033cba3f478f898ecf689 "
"/navigation/4cd546da2d473412abe2249ff018cab0 "
"/navigation/3d59d275f0b436b5b646747040db30af "
"/navigation/8f59ecead94c3857b1ac0337131f4b24 "
"/navigation/1219414aff3b39509c48f90bb18568f6 "
"/navigation/904895db190137c39d7c232fe4412f18 "
"/navigation/91379a0118cf30078dc8b8808c74a838 "
"/navigation/87841a697e6f3cd380ba735df2c8395d "
"/navigation/eb0a7027553b3094895647a6ae1c8a38 "
"/navigation/fc0dee50f0e33e79b02fc3d067ac7997 "
"/navigation/dd57369da1cd32f598606df232904979 "
"/navigation/aadf53758ffb383e9b0bb6b0fc5d3f60 "
"/navigation/816d470e6cea374abb27bbbb1be49d16 "
"/navigation/2088a35b6c943648a4bce4d77592628f "
"/navigation/a75499b09abe3189ac35cee35cd2d3b7 "
"/navigation/a4ec3f6c2fcc3633b18f3141035e5013 "
"/navigation/5d87ece43383392a875d734e89db1a45 "
"/navigation/99c0a1e888cf383f94d60f7cc002b5a3 "
"/navigation/67d7b4ffcd4d391fa52283fa3871fd15 "
"/navigation/e2dcb9dcd374342084642742c670c212 "
"/navigation/f38c923b02e03f3daed92d700ec545ab "
"/navigation/d8d475917bde3b20ba445b6f4d158f3a "
"/navigation/591af7c793933d89b447dc1f8d03b2f0 "
"/navigation/9d9bb1f814be3bd9a394b071187f4b9c "
"/navigation/a63d8cee931f34f4a8dcb322198fa334 "
"/navigation/c150229b4bd539e692ff11d3e677d64c "
"/navigation/ff021e18cb88358796657191fe977ad5 "
"/navigation/d1fe32e933433ae49ef866534d80ce18 "
"/navigation/7a4396e2dbff372ebc99a0c9f7022dad "
"/navigation/d1b9b730b3f434b98351ed53d39a0fb2 "
"/navigation/f45f0261047d3947b64ee5fb390f9ba8 "
"/navigation/c3d9bc3b82443ffe850820bcc2054cb2 "
"/navigation/e2392ef33b4737f6a6e49606588da207 "
"/navigation/1f5c268b3ab531e2b2c4aab4fe9985f5 "
"/navigation/32ba096b59803ddea65d20e5ba19b450 "
"/navigation/2d1c638f723434e5beb731f6bc80da8a "
"/navigation/001a5cc006ef374f8804f0aad4c01607 "
"/navigation/5521a13632e93e37b8ee9afb6d7f0a2b "
"/navigation/6f1f33dfd45c3e23bca7f9e184da8261 "
"/navigation/40debcb1f7c731bfb3897422539c9dec "
"/navigation/7e59af1b8d583d69b3b31a8d296124c2 "
"/navigation/d5238b8fe4643dfa84c6593bc84911ef "
"/navigation/3a1d34d073b03e3c973be1de1ccb1dd3 "
"/navigation/429b816b02b533d2b1a70c41cd655ab9 "
"/navigation/31109e6a747532e48a66f8ac4758a9b4 "
"/navigation/a639576494f93446b170c09365d7edeb "
"/navigation/ed9f665e02b13d01aae8d0432b7bd2a5 "
"/navigation/76ef7775fb2936d8b885f9a24d8d2844 "
"/navigation/dfbeb09f9c1d3be19e11768dcb0327c4 "
"/navigation/27723bc4ac0f35929a5369fd77a0c2dd "
"/navigation/06fc171642293162a574b7941bf49cf8 "
"/navigation/1b27a5a02a6d3e03ad2e722326a01dbb "
"/navigation/0cbb132e05f6388f9171c4566a5a8020 "
"/navigation/ce49a27ea23c3b3a9daad4f35f9ab5fd "
"/navigation/1a27c9ec23b63f60b3f138fefa30877d "
"/navigation/b17aba3ef4b13df98cf8033c6726d969 "
"/navigation/4005b576fcc432f09b84c29895afb643 "
"/navigation/9f06dbf7fd243b81b50e712e5201aaaf "
"/navigation/486131dfec67315e8b488097190a5c7b "
"/navigation/505e54c2af833031a039f73c57f376d9 "
"/navigation/81233ed801cd3c2bbcc4a95ec5e881d0 "
"/navigation/6d0a96fea0dd32a6b2ebacfbff7a0657 "
"/navigation/8a32f8eaad113371ac99925d921df725 "
"/navigation/a54fdcc278a53dca99dca1b02c2d4781 "
"/navigation/c79538911dd53b90b06aeebe9837a39b "
"/navigation/b836f4b0a40c3d8ea29b37d49b6172cf "
"/navigation/47c1d76038ad327dbcedc8a3e1e0661b "
"/navigation/f68ea73402ee3c3bac9745da7cc24103 "
"/navigation/2144f1e70e8132e6bd20f43718752dd4 "
"/navigation/6e12a1a3f1883566afaecb0f83f26c10 "
"/navigation/6ab8cd9c91fd33c28dd95d93b688fcd0 "
"/navigation/4f8ef89c10653bebaa99647c9a8c078c "
"/navigation/c1c70b8d1e2d35efa73a35baa0c81f5a "
"/navigation/efe98b7f10f63244ba403e78023659a9 "
"/navigation/4eb1b6df3c533f29ba8d4d378a9fbf0e "
"/navigation/26365228e7a432c4b287ba0054b519a6 "
"/navigation/f2126840a34a30ccb3975db7f5a89a8a "
"/navigation/9dbce4d3864a393daec43294530d83d3 "
"/navigation/129a932d7801309a9dfb048beefe94e8 "
"/navigation/1c0dd4a1ecfc3eb48c21dde06c31dca4 "
"/navigation/c8f140de9e483de8b0d3ec24b1b27d75 "
"/navigation/fbd77d80fed43d56b062d848af661dc5 "
"/navigation/3e67eee6e6bb3d138bebc36ce95478e3 "
"/navigation/b1d3a8c97d443b4da83d6afcdefffe36 "
"/navigation/47083f3a95193f3ab9f0cf70c3d7eb9a "
"/navigation/f73789304ec5339e95ff1c09a12f2618 "
"/navigation/4372a67e926a322392c69aa6ff481972 "
"/navigation/9882aff1b1933b59a426f7c6605268d3 "
"/navigation/16d58404d28a33ec805b41e20ccac2b1 "
"/navigation/fd5de55984953218ab7a753fea92d3a5 "
"/navigation/cb4ffcaa43c639209c06d94f83b2efe7 "
"/navigation/1be0f7d609693e4c98505b4efc6979b1 "
"/navigation/66fd8b40046634c6a306eeb3f916f9b1 "
"/navigation/2bf4db60938e3f6cba30aae41babbc33 "
"/navigation/dc64fa61b42330a78d2ef5a01444b3a2 "
"/navigation/be521908034b3e5c9fa37d035834fb44 "
"/navigation/c21105c0054432c38470a0491e64e4d2 "
"/navigation/f8637cb09ac43dc7b718763ec7aef877 "
"/navigation/c592f5159cc53f38aada5fe3daf4afc8 "
"/navigation/671bf139cccc35ca836af2eec45643cc "
"/navigation/6bf42cbccecc373e8b21cfbac8a2486a "
"/navigation/fa39bf73997a319bbb811277a07e2772 "
"/navigation/8422a184bda936c68acda1f150e9a757 "
"/navigation/135b50c3b67734159e4c3cfb33ccffa3 "
"/navigation/c60c12b4c6a03af8bf68ff4349531404 "
"/navigation/ffa966fd272430419541e610352ad9c6 "
"/navigation/e47a350c01773622856c6dd936a1dc84 "
"/navigation/f2483b49d9ca30f281478d12585a6c1c "
"/navigation/3057b106dc2f3c939c2f34610e8056e5 "
"/navigation/25fc1e9ad3863d92a2e7dc818889455c "
"/navigation/3d87dd2f01ab3f09a1b86506ae5f74aa "
"/navigation/728277c1e5cc32aab06e254326b324bc "
"/navigation/175e4df6b6f23d44acebf5aef8314674 "
"/navigation/c3bb1ca16d4d3e3cb5f2111b5818d78f "
"/navigation/393d456f4a613bd8821913c0ea573bde "
"/navigation/0bb232a0a70538d3bb5532359eb11d35 "
"/navigation/47099dfa8e4a3198ad6cf49e42be6fe8 "
"/navigation/d5d213d59cdf3afb8c9f6a0f1ce421c0 "
"/navigation/761e4840c817341e8ad40a3d8831fea1 "
"/navigation/850df1df0d0839569b9414f6990ff34b "
"/navigation/cfde4946b7de31b383279cdcfd5dc259 "
"/navigation/705bf018d3623b00894508ac0f2b17d2 "
"/navigation/5e3286fd47823e2b928ca52cbec7622e "
"/navigation/4aaa61ddefca39678b32a5f951e25416 "
"/navigation/776b31ee46ce3558bfe6b5728b6684ba "
"/navigation/3512a2d5811e37c2bfd8f1155f401385 "
"/navigation/ad17fc972262366fa7bcc37fb3edec82 "
"/navigation/95cf49a61c8838d4bdd013b83679342d "
"/navigation/ff58fda691353846936ad21ba39c0f49 "
"/navigation/d4954e6a2df63b9293e462743f49b126 "
"/navigation/b21ed040596d3a5497f2bf9d4a947d49 "
"/navigation/63eb82335f503c8ea40e06709b9bf03f "
"/navigation/5882dd9891e93222adddd4be25611f08 "
"/navigation/4f3a64a6a44f38138db3bfcac8333219 "
"/navigation/cc72b6aca49333a1918a37c0159ed615 "
"/navigation/4b4a02d133ae3d0e93e7c0ea304946bd "
"/navigation/7ac1aac7097a3cd68adb4f07e32ab2ad "
"/navigation/bd21cf7b23e63939a5c0d433f9167c65 "
"/navigation/80a2db7463933324a83161dffe2e8cf2 "
"/navigation/20bbd9fe646b375fbb3ac174b87a8134 "
"/navigation/ce703a3762363713a7bd41345dfbf225 "
"/navigation/c486f659897e341ab89852f00a38c0df "
"/navigation/6573ee472d7d3361945450175fa2f317 "
"/navigation/030e4d9a126a37c2929e7969765dadc6 "
"/navigation/e60502a93e6c3feeba7b0890ebb71997 "
"/navigation/c41fe71616253cf99e76024a397e53e2 "
"/navigation/718cce5ace4835bd8438cf8c8a71b22e "
"/navigation/42cae68e75343eafbd9f4dc0d68acd16 "
"/navigation/466d1d5922cd3d1aa471ad5436576ee3 "
"/navigation/d4a11e7b234d34f88d0f47f7743fabf2 "
"/navigation/14415687e7a13e87814199ab2dffc119 "
"/navigation/1280deba45e03160bafacdb10cc6d2dd "
"/navigation/7ea71dee706f3502a3d8eea5c84d9b91 "
"/navigation/5c2136c083d83720b90378184c4668d6 "
"/navigation/f1983abe5bf036e998247eb1f8f92597 "
"/navigation/c3b2ff8967bc3bf7932bfd7daba485cf "
"/navigation/8198923f57ea3084a370e96abffe4f8c "
"/navigation/07e796058b5d37b9a0ed2a009d59b774 "
"/navigation/f7532b3f892a3739a8864a5c89267f0f "
"/navigation/3ede7c9c478733c796434be423dc438a "
"/navigation/cadcc36730f0303c91bf27b47e3720b0 "
"/navigation/c17b0a437051388c8125043e9b51a0ed "
"/navigation/d9893db556be35fe9008d200f0992f05 "
"/navigation/0ff213cd9c1030178e736950315a5eb8 "
"/navigation/e586fe57528430b4ac9a97374cbcaa65 "
"/navigation/e0138e4375e83d3b9c282a8ab031f580 "
"/navigation/7f8b1a8a813e3c77b892c7ac10475bd3 "
"/navigation/74253864d3953b14b9e3fe4bc87b692f "
"/navigation/1d372710e1ec31a2a0fef5e3d7480017 "
"/navigation/83a351f1ef6f3c618d3cd50dc5dc4d6d "
"/navigation/148b6e9309dd38b5936f0b232fe72d0a "
"/navigation/d10e747e34e937b68de6b98db535131a "
"/navigation/bd40db757d7631dd8af05aede6b2d07e "
"/navigation/94eba224822b3281894ad5431108d60c "
"/navigation/f8c9e7c712113abc8f927056a76ce37a "
"/navigation/b5809e4e0e2c3167ac04b78d48dd7183 "
"/navigation/f2f440f9367736ff8d01ace324cd9017 "
"/navigation/97341cc356b834f18021882de1751fec "
"/navigation/aad83743597d33b8a5b6f87709536c92 "
"/navigation/aecdb0229f6c3a52a3c9256dda84c972 "
"/navigation/56af68e261b23472bb7687963ebd8567 "
"/navigation/81ebdeb5f6213a58a8a6cf61b7f9452e "
"/navigation/2c9844303e6436f98ecde25bb6bd599f "
"/navigation/abb6507bcaa23d21b575e3b0126384c9 "
"/navigation/b6b73d315a683e8db0cb452519e1f600 "
"/navigation/88c4eba60f87388d92022aafbda71ec7 "
"/navigation/0cad8db96a6f37139e45400b7a4fa913 "
"/navigation/663c09e8e2513ec484a63a13fda39723 "
"/navigation/77dec9353e3236b0a8ef86a082fac137 "
"/navigation/665c882761bd34c8bb547d57b623f747 "
"/navigation/52aa122273bd3260afda533e15635b16 "
"/navigation/dd11829d103538a780652033e5475501 "
"/navigation/8a10cc82e5963a0da99755dfa0ad97e6 "
"/navigation/e864b27f6f5f322685595804989678bb "
"/navigation/1d9b9401241a33c18c20593c5022118a "
"/navigation/8255690942f8340ba8eb050a6c569e59 "
"/navigation/2935f81dd2dd3c2cb9772147c9efc1e0 "
"/navigation/c9d20bc8b6553a5ab2f66cb965df1157 "
"/navigation/e2212c2302d734eab7c5cf25e7818bd4 "
"/navigation/c60b96e54f5d3894bc0f760479c2f6a4 "
"/navigation/1f431bde1a213bd0810414800a045ba7 "
"/navigation/49899019c6773a31a29e9c570047f5e1 "
"/navigation/259e40b784203a42b03da7978304e1dc "
"/navigation/416ff8ad916835a9a4d33ff140bbc451 "
"/navigation/bc0c3aa4ad2839f7889af97edc3bec05 "
"/navigation/b1c228ef21653092a1a0709321ee37bd "
"/navigation/a57e5486737939a2989e3cb8e577b972 "
"/navigation/873445446c6931998386625203c7ab86 "
"/navigation/43d5682be20f313a95638081ccfe1f55 "
"/navigation/80fe5994464b3fc699dcd61675833629 "
"/navigation/a634de8c7d6c32328ea88217bd734644 "
"/navigation/a81e9737be5d3a3fba219d611f76f9da "
"/navigation/5e7cccdb4eb4360f9ed16a2b73809b44 "
"/navigation/d61333f5d1e634219d96cff245878cbb "
"/navigation/690eed01488f380089af80d7d0a05ca1 "
"/navigation/256ed76fb69537ce84dde7a8d376b51c "
"/navigation/4d12d87a965634b8af913182b57656d5 "
"/navigation/ffa8d1ebf7ad3e41a1703e60b35ab02b "
"/navigation/3a2dd5c6d8d23b85a05406f1d1310fcc "
"/navigation/dbde9c03a83b34b98cc8accef652baf3 "
"/navigation/e801cf56e6ae3483a27f0256fa087b9b "
"/navigation/c5bc63034bc332f3b13833f9498548ba "
"/navigation/38299800a86b3e27b829ad3e592235a2 "
"/navigation/1c572db2001a37d1a06678af17a7942e "
"/navigation/03998c3b40e83fe3acd4c4e13032f0ee "
"/detail/3c0a6fee6c513438a85fc3885fa76787 "
"/detail/4ab75993bc4e32e69977917575e5596a "
"/detail/b9e22f52cd67301590e31814199a635b "
"/detail/3808ae4bfc89362d8d85bec078f0f2cb "
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
]
SELECT
seo_path_info ,
path_info
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 (is_deleted = 0 )
ORDER BY
seo_url . sales_channel_id ASC
Copy
SELECT seo_path_info , path_info FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/navigation/d6181012fad53ca9b4bffa3f0edd4774' , '/navigation/99c810a8fcde3ae4a69f83301e808a98' , '/navigation/b9ecb2e5d808346997636f272883b192' , '/navigation/ea0100f34d3832c586f2fc543aa707a5' , '/navigation/69db25793d0c33afbd61653fd7d1a8ed' , '/navigation/1fd1f0e45b613fb688d2787c9b8177df' , '/navigation/fb2b9ee997903f0b80fd5b6264c4d2c3' , '/navigation/02a49671b8bd3771b4d230654332dbfa' , '/navigation/ee20ad3f46333401a7b34c4d0210cba9' , '/navigation/4bc0dd1bc8f93b9b92e47c438d699efe' , '/navigation/6ecbf5d03f6536b7983862c6f46e93d9' , '/navigation/a0c70996590e3c5ba4fe80ded59535f0' , '/navigation/c3490384794c325e93ba96be02c6ce9e' , '/navigation/f45c6568b49a34798feaf0628fedeac7' , '/navigation/996017561c3a3ded8f2110cc95c50967' , '/navigation/0e2978c6cf7a37ec88cb13b1a7fcbf6b' , '/navigation/3f9fa2969d833972ba3ec04a7b3d72cd' , '/navigation/a134553c512b3512adebdfc609b69081' , '/navigation/61d49bea020f345cbe1e8d05f61e899d' , '/navigation/e53e7e77a9ec37eeb47c7a1b98f07416' , '/navigation/6129ef7a36d73851936da7c1e93a1b76' , '/navigation/642d6ed7b19f3f70bd8af1775481525a' , '/navigation/3a684c3bcd3f336fb3a0a792da353f82' , '/navigation/273e2b0e7ef8310dbaae263f960ed292' , '/navigation/12a65d1b06933a2da8657c6357d4bc4e' , '/navigation/5e859863990c36ce8dd7ee59d9f90ed3' , '/navigation/fd4a6b835d2a34648f064610584b932d' , '/navigation/ff966bb5db513439ac76171b82b4ee2e' , '/navigation/770443c5bf923a779b61c7a496980cee' , '/navigation/89130563e0e13abdb4f235de414bf390' , '/navigation/9929c147d34d3a4cad11fbb4401d8913' , '/navigation/a153deecedc73865bb0eeb9fa8229552' , '/navigation/6d983a29e89231a3aba85c7c8eb0f2cc' , '/navigation/26350cb75b62356ca5da6f402783d749' , '/navigation/9a8a0a9eda2c3b7eaa476c2d6d3229ab' , '/navigation/1e8266f34fa832e68443f0e7e11342e0' , '/navigation/dab2cc762cf335879241484e9d0b0428' , '/navigation/d380c592ac053c8780373621c53c0905' , '/navigation/99a8e174649e349ea0f3af9858a5d79e' , '/navigation/565c9044a34534db8448284dfb523733' , '/navigation/850155c674653355a3a05667341e33dd' , '/navigation/2c64b93b49193679ad44e612a6c1796d' , '/navigation/34ebcef0ddfa3085be11a6b3dee7116c' , '/navigation/dcf4759f7eb83169927642f62b56d945' , '/navigation/4fafea52d53f3866b9cd8a295b390815' , '/navigation/154df2f85c3533ee9b68beeb002ac2b3' , '/navigation/fb34018223d537e28df69e0706e43314' , '/navigation/61918fa57da336d98cb881b774f445a9' , '/navigation/92bb7d4c36713afeb2e1c98150479ae2' , '/navigation/8974017b8b8438a98353a6710e309c79' , '/navigation/f8f3476a387938aaae13cf8b8f20cadd' , '/navigation/e6b47db614033da8a01faaa42a0ff220' , '/navigation/498d7b828d103206899ed2d7885dff16' , '/navigation/a46e35d0a00738b59c12d93d6bad08a3' , '/navigation/1660672f22e836ec91f0a251e0b02347' , '/navigation/61ede7a8592e3cb2a69e2e46a785975a' , '/navigation/aad72f58f54c358b954e4689e9de23da' , '/navigation/3fbc87d7deb835ecab10bd323f8e8d34' , '/navigation/1c2fbbf3141a35949241fc63ad745a65' , '/navigation/3059425a157c381185b39db97bd80c70' , '/navigation/6e8c58f1a4f93e29b0acac315fd43b57' , '/navigation/102ea4c371cd303dad05953309ad8247' , '/navigation/90376df44783334b84f0a0907f1eee84' , '/navigation/213630dc1fc73721b95b3d9b97015af8' , '/navigation/320420f91c3033cba3f478f898ecf689' , '/navigation/4cd546da2d473412abe2249ff018cab0' , '/navigation/3d59d275f0b436b5b646747040db30af' , '/navigation/8f59ecead94c3857b1ac0337131f4b24' , '/navigation/1219414aff3b39509c48f90bb18568f6' , '/navigation/904895db190137c39d7c232fe4412f18' , '/navigation/91379a0118cf30078dc8b8808c74a838' , '/navigation/87841a697e6f3cd380ba735df2c8395d' , '/navigation/eb0a7027553b3094895647a6ae1c8a38' , '/navigation/fc0dee50f0e33e79b02fc3d067ac7997' , '/navigation/dd57369da1cd32f598606df232904979' , '/navigation/aadf53758ffb383e9b0bb6b0fc5d3f60' , '/navigation/816d470e6cea374abb27bbbb1be49d16' , '/navigation/2088a35b6c943648a4bce4d77592628f' , '/navigation/a75499b09abe3189ac35cee35cd2d3b7' , '/navigation/a4ec3f6c2fcc3633b18f3141035e5013' , '/navigation/5d87ece43383392a875d734e89db1a45' , '/navigation/99c0a1e888cf383f94d60f7cc002b5a3' , '/navigation/67d7b4ffcd4d391fa52283fa3871fd15' , '/navigation/e2dcb9dcd374342084642742c670c212' , '/navigation/f38c923b02e03f3daed92d700ec545ab' , '/navigation/d8d475917bde3b20ba445b6f4d158f3a' , '/navigation/591af7c793933d89b447dc1f8d03b2f0' , '/navigation/9d9bb1f814be3bd9a394b071187f4b9c' , '/navigation/a63d8cee931f34f4a8dcb322198fa334' , '/navigation/c150229b4bd539e692ff11d3e677d64c' , '/navigation/ff021e18cb88358796657191fe977ad5' , '/navigation/d1fe32e933433ae49ef866534d80ce18' , '/navigation/7a4396e2dbff372ebc99a0c9f7022dad' , '/navigation/d1b9b730b3f434b98351ed53d39a0fb2' , '/navigation/f45f0261047d3947b64ee5fb390f9ba8' , '/navigation/c3d9bc3b82443ffe850820bcc2054cb2' , '/navigation/e2392ef33b4737f6a6e49606588da207' , '/navigation/1f5c268b3ab531e2b2c4aab4fe9985f5' , '/navigation/32ba096b59803ddea65d20e5ba19b450' , '/navigation/2d1c638f723434e5beb731f6bc80da8a' , '/navigation/001a5cc006ef374f8804f0aad4c01607' , '/navigation/5521a13632e93e37b8ee9afb6d7f0a2b' , '/navigation/6f1f33dfd45c3e23bca7f9e184da8261' , '/navigation/40debcb1f7c731bfb3897422539c9dec' , '/navigation/7e59af1b8d583d69b3b31a8d296124c2' , '/navigation/d5238b8fe4643dfa84c6593bc84911ef' , '/navigation/3a1d34d073b03e3c973be1de1ccb1dd3' , '/navigation/429b816b02b533d2b1a70c41cd655ab9' , '/navigation/31109e6a747532e48a66f8ac4758a9b4' , '/navigation/a639576494f93446b170c09365d7edeb' , '/navigation/ed9f665e02b13d01aae8d0432b7bd2a5' , '/navigation/76ef7775fb2936d8b885f9a24d8d2844' , '/navigation/dfbeb09f9c1d3be19e11768dcb0327c4' , '/navigation/27723bc4ac0f35929a5369fd77a0c2dd' , '/navigation/06fc171642293162a574b7941bf49cf8' , '/navigation/1b27a5a02a6d3e03ad2e722326a01dbb' , '/navigation/0cbb132e05f6388f9171c4566a5a8020' , '/navigation/ce49a27ea23c3b3a9daad4f35f9ab5fd' , '/navigation/1a27c9ec23b63f60b3f138fefa30877d' , '/navigation/b17aba3ef4b13df98cf8033c6726d969' , '/navigation/4005b576fcc432f09b84c29895afb643' , '/navigation/9f06dbf7fd243b81b50e712e5201aaaf' , '/navigation/486131dfec67315e8b488097190a5c7b' , '/navigation/505e54c2af833031a039f73c57f376d9' , '/navigation/81233ed801cd3c2bbcc4a95ec5e881d0' , '/navigation/6d0a96fea0dd32a6b2ebacfbff7a0657' , '/navigation/8a32f8eaad113371ac99925d921df725' , '/navigation/a54fdcc278a53dca99dca1b02c2d4781' , '/navigation/c79538911dd53b90b06aeebe9837a39b' , '/navigation/b836f4b0a40c3d8ea29b37d49b6172cf' , '/navigation/47c1d76038ad327dbcedc8a3e1e0661b' , '/navigation/f68ea73402ee3c3bac9745da7cc24103' , '/navigation/2144f1e70e8132e6bd20f43718752dd4' , '/navigation/6e12a1a3f1883566afaecb0f83f26c10' , '/navigation/6ab8cd9c91fd33c28dd95d93b688fcd0' , '/navigation/4f8ef89c10653bebaa99647c9a8c078c' , '/navigation/c1c70b8d1e2d35efa73a35baa0c81f5a' , '/navigation/efe98b7f10f63244ba403e78023659a9' , '/navigation/4eb1b6df3c533f29ba8d4d378a9fbf0e' , '/navigation/26365228e7a432c4b287ba0054b519a6' , '/navigation/f2126840a34a30ccb3975db7f5a89a8a' , '/navigation/9dbce4d3864a393daec43294530d83d3' , '/navigation/129a932d7801309a9dfb048beefe94e8' , '/navigation/1c0dd4a1ecfc3eb48c21dde06c31dca4' , '/navigation/c8f140de9e483de8b0d3ec24b1b27d75' , '/navigation/fbd77d80fed43d56b062d848af661dc5' , '/navigation/3e67eee6e6bb3d138bebc36ce95478e3' , '/navigation/b1d3a8c97d443b4da83d6afcdefffe36' , '/navigation/47083f3a95193f3ab9f0cf70c3d7eb9a' , '/navigation/f73789304ec5339e95ff1c09a12f2618' , '/navigation/4372a67e926a322392c69aa6ff481972' , '/navigation/9882aff1b1933b59a426f7c6605268d3' , '/navigation/16d58404d28a33ec805b41e20ccac2b1' , '/navigation/fd5de55984953218ab7a753fea92d3a5' , '/navigation/cb4ffcaa43c639209c06d94f83b2efe7' , '/navigation/1be0f7d609693e4c98505b4efc6979b1' , '/navigation/66fd8b40046634c6a306eeb3f916f9b1' , '/navigation/2bf4db60938e3f6cba30aae41babbc33' , '/navigation/dc64fa61b42330a78d2ef5a01444b3a2' , '/navigation/be521908034b3e5c9fa37d035834fb44' , '/navigation/c21105c0054432c38470a0491e64e4d2' , '/navigation/f8637cb09ac43dc7b718763ec7aef877' , '/navigation/c592f5159cc53f38aada5fe3daf4afc8' , '/navigation/671bf139cccc35ca836af2eec45643cc' , '/navigation/6bf42cbccecc373e8b21cfbac8a2486a' , '/navigation/fa39bf73997a319bbb811277a07e2772' , '/navigation/8422a184bda936c68acda1f150e9a757' , '/navigation/135b50c3b67734159e4c3cfb33ccffa3' , '/navigation/c60c12b4c6a03af8bf68ff4349531404' , '/navigation/ffa966fd272430419541e610352ad9c6' , '/navigation/e47a350c01773622856c6dd936a1dc84' , '/navigation/f2483b49d9ca30f281478d12585a6c1c' , '/navigation/3057b106dc2f3c939c2f34610e8056e5' , '/navigation/25fc1e9ad3863d92a2e7dc818889455c' , '/navigation/3d87dd2f01ab3f09a1b86506ae5f74aa' , '/navigation/728277c1e5cc32aab06e254326b324bc' , '/navigation/175e4df6b6f23d44acebf5aef8314674' , '/navigation/c3bb1ca16d4d3e3cb5f2111b5818d78f' , '/navigation/393d456f4a613bd8821913c0ea573bde' , '/navigation/0bb232a0a70538d3bb5532359eb11d35' , '/navigation/47099dfa8e4a3198ad6cf49e42be6fe8' , '/navigation/d5d213d59cdf3afb8c9f6a0f1ce421c0' , '/navigation/761e4840c817341e8ad40a3d8831fea1' , '/navigation/850df1df0d0839569b9414f6990ff34b' , '/navigation/cfde4946b7de31b383279cdcfd5dc259' , '/navigation/705bf018d3623b00894508ac0f2b17d2' , '/navigation/5e3286fd47823e2b928ca52cbec7622e' , '/navigation/4aaa61ddefca39678b32a5f951e25416' , '/navigation/776b31ee46ce3558bfe6b5728b6684ba' , '/navigation/3512a2d5811e37c2bfd8f1155f401385' , '/navigation/ad17fc972262366fa7bcc37fb3edec82' , '/navigation/95cf49a61c8838d4bdd013b83679342d' , '/navigation/ff58fda691353846936ad21ba39c0f49' , '/navigation/d4954e6a2df63b9293e462743f49b126' , '/navigation/b21ed040596d3a5497f2bf9d4a947d49' , '/navigation/63eb82335f503c8ea40e06709b9bf03f' , '/navigation/5882dd9891e93222adddd4be25611f08' , '/navigation/4f3a64a6a44f38138db3bfcac8333219' , '/navigation/cc72b6aca49333a1918a37c0159ed615' , '/navigation/4b4a02d133ae3d0e93e7c0ea304946bd' , '/navigation/7ac1aac7097a3cd68adb4f07e32ab2ad' , '/navigation/bd21cf7b23e63939a5c0d433f9167c65' , '/navigation/80a2db7463933324a83161dffe2e8cf2' , '/navigation/20bbd9fe646b375fbb3ac174b87a8134' , '/navigation/ce703a3762363713a7bd41345dfbf225' , '/navigation/c486f659897e341ab89852f00a38c0df' , '/navigation/6573ee472d7d3361945450175fa2f317' , '/navigation/030e4d9a126a37c2929e7969765dadc6' , '/navigation/e60502a93e6c3feeba7b0890ebb71997' , '/navigation/c41fe71616253cf99e76024a397e53e2' , '/navigation/718cce5ace4835bd8438cf8c8a71b22e' , '/navigation/42cae68e75343eafbd9f4dc0d68acd16' , '/navigation/466d1d5922cd3d1aa471ad5436576ee3' , '/navigation/d4a11e7b234d34f88d0f47f7743fabf2' , '/navigation/14415687e7a13e87814199ab2dffc119' , '/navigation/1280deba45e03160bafacdb10cc6d2dd' , '/navigation/7ea71dee706f3502a3d8eea5c84d9b91' , '/navigation/5c2136c083d83720b90378184c4668d6' , '/navigation/f1983abe5bf036e998247eb1f8f92597' , '/navigation/c3b2ff8967bc3bf7932bfd7daba485cf' , '/navigation/8198923f57ea3084a370e96abffe4f8c' , '/navigation/07e796058b5d37b9a0ed2a009d59b774' , '/navigation/f7532b3f892a3739a8864a5c89267f0f' , '/navigation/3ede7c9c478733c796434be423dc438a' , '/navigation/cadcc36730f0303c91bf27b47e3720b0' , '/navigation/c17b0a437051388c8125043e9b51a0ed' , '/navigation/d9893db556be35fe9008d200f0992f05' , '/navigation/0ff213cd9c1030178e736950315a5eb8' , '/navigation/e586fe57528430b4ac9a97374cbcaa65' , '/navigation/e0138e4375e83d3b9c282a8ab031f580' , '/navigation/7f8b1a8a813e3c77b892c7ac10475bd3' , '/navigation/74253864d3953b14b9e3fe4bc87b692f' , '/navigation/1d372710e1ec31a2a0fef5e3d7480017' , '/navigation/83a351f1ef6f3c618d3cd50dc5dc4d6d' , '/navigation/148b6e9309dd38b5936f0b232fe72d0a' , '/navigation/d10e747e34e937b68de6b98db535131a' , '/navigation/bd40db757d7631dd8af05aede6b2d07e' , '/navigation/94eba224822b3281894ad5431108d60c' , '/navigation/f8c9e7c712113abc8f927056a76ce37a' , '/navigation/b5809e4e0e2c3167ac04b78d48dd7183' , '/navigation/f2f440f9367736ff8d01ace324cd9017' , '/navigation/97341cc356b834f18021882de1751fec' , '/navigation/aad83743597d33b8a5b6f87709536c92' , '/navigation/aecdb0229f6c3a52a3c9256dda84c972' , '/navigation/56af68e261b23472bb7687963ebd8567' , '/navigation/81ebdeb5f6213a58a8a6cf61b7f9452e' , '/navigation/2c9844303e6436f98ecde25bb6bd599f' , '/navigation/abb6507bcaa23d21b575e3b0126384c9' , '/navigation/b6b73d315a683e8db0cb452519e1f600' , '/navigation/88c4eba60f87388d92022aafbda71ec7' , '/navigation/0cad8db96a6f37139e45400b7a4fa913' , '/navigation/663c09e8e2513ec484a63a13fda39723' , '/navigation/77dec9353e3236b0a8ef86a082fac137' , '/navigation/665c882761bd34c8bb547d57b623f747' , '/navigation/52aa122273bd3260afda533e15635b16' , '/navigation/dd11829d103538a780652033e5475501' , '/navigation/8a10cc82e5963a0da99755dfa0ad97e6' , '/navigation/e864b27f6f5f322685595804989678bb' , '/navigation/1d9b9401241a33c18c20593c5022118a' , '/navigation/8255690942f8340ba8eb050a6c569e59' , '/navigation/2935f81dd2dd3c2cb9772147c9efc1e0' , '/navigation/c9d20bc8b6553a5ab2f66cb965df1157' , '/navigation/e2212c2302d734eab7c5cf25e7818bd4' , '/navigation/c60b96e54f5d3894bc0f760479c2f6a4' , '/navigation/1f431bde1a213bd0810414800a045ba7' , '/navigation/49899019c6773a31a29e9c570047f5e1' , '/navigation/259e40b784203a42b03da7978304e1dc' , '/navigation/416ff8ad916835a9a4d33ff140bbc451' , '/navigation/bc0c3aa4ad2839f7889af97edc3bec05' , '/navigation/b1c228ef21653092a1a0709321ee37bd' , '/navigation/a57e5486737939a2989e3cb8e577b972' , '/navigation/873445446c6931998386625203c7ab86' , '/navigation/43d5682be20f313a95638081ccfe1f55' , '/navigation/80fe5994464b3fc699dcd61675833629' , '/navigation/a634de8c7d6c32328ea88217bd734644' , '/navigation/a81e9737be5d3a3fba219d611f76f9da' , '/navigation/5e7cccdb4eb4360f9ed16a2b73809b44' , '/navigation/d61333f5d1e634219d96cff245878cbb' , '/navigation/690eed01488f380089af80d7d0a05ca1' , '/navigation/256ed76fb69537ce84dde7a8d376b51c' , '/navigation/4d12d87a965634b8af913182b57656d5' , '/navigation/ffa8d1ebf7ad3e41a1703e60b35ab02b' , '/navigation/3a2dd5c6d8d23b85a05406f1d1310fcc' , '/navigation/dbde9c03a83b34b98cc8accef652baf3' , '/navigation/e801cf56e6ae3483a27f0256fa087b9b' , '/navigation/c5bc63034bc332f3b13833f9498548ba' , '/navigation/38299800a86b3e27b829ad3e592235a2' , '/navigation/1c572db2001a37d1a06678af17a7942e' , '/navigation/03998c3b40e83fe3acd4c4e13032f0ee' , '/detail/3c0a6fee6c513438a85fc3885fa76787' , '/detail/4ab75993bc4e32e69977917575e5596a' , '/detail/b9e22f52cd67301590e31814199a635b' , '/detail/3808ae4bfc89362d8d85bec078f0f2cb' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x56444C67E69C46EFBC122A0A32BCBBB0 OR seo_url . sales_channel_id IS NULL ) AND (is_deleted = 0 ) ORDER BY seo_url . sales_channel_id ASC ;
Copy
99
0.10 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"\x11 U├©╚(@RÑu┼\\x13 ¾╦É "
b"`†u\x07 YBJ9¸m›1±Fá\x15 "
b"„¢9͵FDm™o\e ÿc'‡\x06 "
b"õ¶\x08 /\v ´Iå¨+¡^㬽\x13 "
]
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 (0x1155C3B8C8284052A575C55C13F3CB90 , 0x6086750759424A39B86D9B31B146E115 , 0x84A239CDB546446D996F1BFF63278706 , 0xF5B6082F0BB449E5A82BA15EE3ACBD13 );
Copy