1
0.29 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.12 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.13 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.11 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
5
0.07 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.35 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-Material/Polyamid/ "
]
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-Material/Polyamid/' ) ORDER BY seo_path_info ASC , sales_channel_id IS NULL ASC LIMIT 1 ;
Copy
7
0.07 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.09 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
"5W15pUmTAktPZYvgOJ9HLHhCaQR2ZS8x "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x56444C67E69C46EFBC122A0A32BCBBB0 ) AND (token = '5W15pUmTAktPZYvgOJ9HLHhCaQR2ZS8x' ) LIMIT 1 ;
Copy
9
0.06 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
0.11 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.07 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.07 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , COALESCE (`currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.name` , COALESCE (`currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.customFields` , COALESCE (`currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.createdAt` , `currency.translation.updatedAt` , `currency.translation.currencyId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . language_id = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , COALESCE (`currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.name` , COALESCE (`currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.customFields` , COALESCE (`currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.createdAt` , `currency.translation.updatedAt` , `currency.translation.currencyId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
13
0.08 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
0.07 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.06 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
16
0.08 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
0.10 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
0.10 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.09 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"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.36 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
21
0.06 ms
SELECT `cart` . `cart` as payload , `cart` . `rule_ids` , 0 as `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"5W15pUmTAktPZYvgOJ9HLHhCaQR2ZS8x "
]
SELECT `cart` . `cart` as payload , `cart` . `rule_ids` , 0 as `compressed` FROM cart WHERE `token` = '5W15pUmTAktPZYvgOJ9HLHhCaQR2ZS8x' ;
Copy
22
0.12 ms
SELECT `rule` . `id` FROM `rule` ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
23
0.41 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.06 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.06 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
0.11 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.06 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
0.19 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `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.07 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
0.06 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.10 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `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.06 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.06 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , COALESCE (`currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.name` , COALESCE (`currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.customFields` , COALESCE (`currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.createdAt` , `currency.translation.updatedAt` , `currency.translation.currencyId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . language_id = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , COALESCE (`currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.name` , COALESCE (`currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.customFields` , COALESCE (`currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.createdAt` , `currency.translation.updatedAt` , `currency.translation.currencyId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
40
0.06 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.09 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.09 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.07 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.08 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.07 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.09 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.07 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
48
0.03 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
49
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
50
0.92 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"¾R\x19\x08\x03 K>\Ÿ£}\x03 X4ûD "
]
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 (0xBE521908034B3E5C9FA37D035834FB44 ));
Copy
51
0.06 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
0.08 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
0.08 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
0.06 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.06 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
0.06 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.05 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.16 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `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.07 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
60
0.49 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.13 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"¾R\x19\x08\x03 K>\Ÿ£}\x03 X4ûD "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xBE521908034B3E5C9FA37D035834FB44 )) LIMIT 1 ;
Copy
62
0.11 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"¾R\x19\x08\x03 K>\Ÿ£}\x03 X4ûD "
]
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 (0xBE521908034B3E5C9FA37D035834FB44 ));
Copy
63
206.88 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"¾R\x19\x08\x03 K>\Ÿ£}\x03 X4ûD "
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` = 0xBE521908034B3E5C9FA37D035834FB44 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.20 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"¾R\x19\x08\x03 K>\Ÿ£}\x03 X4ûD "
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` = 0xBE521908034B3E5C9FA37D035834FB44 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
65
1.81 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"¾R\x19\x08\x03 K>\Ÿ£}\x03 X4ûD "
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` = 0xBE521908034B3E5C9FA37D035834FB44 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.36 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"¾R\x19\x08\x03 K>\Ÿ£}\x03 X4ûD "
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` = 0xBE521908034B3E5C9FA37D035834FB44 AND NOT (`product` . `display_group` < = > NULL )));
Copy
68
1.63 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"¾R\x19\x08\x03 K>\Ÿ£}\x03 X4ûD "
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` = 0xBE521908034B3E5C9FA37D035834FB44 AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
69
1.57 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"¾R\x19\x08\x03 K>\Ÿ£}\x03 X4ûD "
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` = 0xBE521908034B3E5C9FA37D035834FB44 AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
70
129.55 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"¾R\x19\x08\x03 K>\Ÿ£}\x03 X4ûD "
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` = 0xBE521908034B3E5C9FA37D035834FB44 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
71
2.36 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"¾R\x19\x08\x03 K>\Ÿ£}\x03 X4ûD "
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` = 0xBE521908034B3E5C9FA37D035834FB44 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
72
0.25 ms
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = ?
AND child . id IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x07 #\x18 q¢b<>Ÿ™\x19 >\x02 AB\x14 "
b"\x00 L\x12 PªØ5Ó‡KY\x13 ´\x00\x13 — "
b"""
\n
ªç“·b6Ê“Eyß\x01 Ù‘Ì
"""
b"\x01 *ï¯hÉ6ƒŽM©žû·aZ "
b"\x03 ÜO€z™9×µkœD\x14\f Én "
b"\x17\x19 ßyî%1ÊèÕèÅôw\x10 , "
]
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 , 0x004C1250AAD835D3874B5913B4001397 , 0x0AAAE793B76236CA934579DF01D991CC , 0x012AEFAF68C936838E4DA99EFBB7615A , 0x03DC4F807A9939D7B56B9C44140CC96E , 0x1719E1798C2531D28AE58A8F9377102C );
Copy
73
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% "
30
b"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
true
b"8\x08 «K³ë6-ìà¥└x‗╦ "
b"-ņ³ò‚6Ú¥ZãÞ¤C!\x1C "
b"í܉\x18 Fƒ9Nš\x0E ó\x1E 5_<« "
b"""
<\n
oîlQ48¨_È_§g‡
"""
b"\x04\x07 Áx\x14 ì;q£kDwéÀG═ "
b"\x11 ·¦Pf’:à‚ÎD\x00\x10 Lž> "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `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 , 0x2DC586B3F28236DAA55AE3DEA443211C , 0xEDDC89184683394E9A0EF31E355F3CAB , 0x3C0A6FEE6C513438A85FC3885FA76787 , 0x0407B578148D3B719C6B447782B747CD , 0x11B7A65066923AE082CE4400104C9E3E )) GROUP BY `product` . `id` ;
Copy
74
0.30 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"8\x08 «K³ë6-ìà¥└x‗╦ "
b"\x04\x07 Áx\x14 ì;q£kDwéÀG═ "
b"-ņ³ò‚6Ú¥ZãÞ¤C!\x1C "
b"í܉\x18 Fƒ9Nš\x0E ó\x1E 5_<« "
b"\x11 ·¦Pf’:à‚ÎD\x00\x10 Lž> "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `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 , 0x3808AE4BFC89362D8D85BEC078F0F2CB , 0x0407B578148D3B719C6B447782B747CD , 0x2DC586B3F28236DAA55AE3DEA443211C , 0xEDDC89184683394E9A0EF31E355F3CAB , 0x11B7A65066923AE082CE4400104C9E3E )) GROUP BY `product` . `id` ;
Copy
75
10.88 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"8\x08 «K³ë6-ìà¥└x‗╦ "
b"\x04\x07 Áx\x14 ì;q£kDwéÀG═ "
b"-ņ³ò‚6Ú¥ZãÞ¤C!\x1C "
b"í܉\x18 Fƒ9Nš\x0E ó\x1E 5_<« "
b"\x11 ·¦Pf’:à‚ÎD\x00\x10 Lž> "
]
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 , 0x3808AE4BFC89362D8D85BEC078F0F2CB , 0x0407B578148D3B719C6B447782B747CD , 0x2DC586B3F28236DAA55AE3DEA443211C , 0xEDDC89184683394E9A0EF31E355F3CAB , 0x11B7A65066923AE082CE4400104C9E3E ));
Copy
76
0.10 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
77
4.49 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"\x04\x07 Áx\x14 ì;q£kDwéÀG═ "
b"\x11 ·¦Pf’:à‚ÎD\x00\x10 Lž> "
b"-ņ³ò‚6Ú¥ZãÞ¤C!\x1C "
b"8\x08 «K³ë6-ìà¥└x‗╦ "
b"""
<\n
oîlQ48¨_È_§g‡
"""
b"í܉\x18 Fƒ9Nš\x0E ó\x1E 5_<« "
]
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 (0x0407B578148D3B719C6B447782B747CD , 0x11B7A65066923AE082CE4400104C9E3E , 0x2DC586B3F28236DAA55AE3DEA443211C , 0x3808AE4BFC89362D8D85BEC078F0F2CB , 0x3C0A6FEE6C513438A85FC3885FA76787 , 0xEDDC89184683394E9A0EF31E355F3CAB )));
Copy
78
2.14 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"\x04\x07 Áx\x14 ì;q£kDwéÀG═ "
b"\x11 ·¦Pf’:à‚ÎD\x00\x10 Lž> "
b"-ņ³ò‚6Ú¥ZãÞ¤C!\x1C "
b"8\x08 «K³ë6-ìà¥└x‗╦ "
b"""
<\n
oîlQ48¨_È_§g‡
"""
b"í܉\x18 Fƒ9Nš\x0E ó\x1E 5_<« "
]
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 (0x0407B578148D3B719C6B447782B747CD , 0x11B7A65066923AE082CE4400104C9E3E , 0x2DC586B3F28236DAA55AE3DEA443211C , 0x3808AE4BFC89362D8D85BEC078F0F2CB , 0x3C0A6FEE6C513438A85FC3885FA76787 , 0xEDDC89184683394E9A0EF31E355F3CAB )));
Copy
79
0.10 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.12 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
81
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
82
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
83
7.66 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\x11 ¤;#\v 4\x03 ‘·w;[äÇ\t "
b"\x00 AP±%z=ùö(f±Å‗é\x15 "
b"\x00 Tåâ’•?¦Ž Øz\v ’·ì "
b"\x00 p.[fŸ1}“ºßY\x18 n\e À "
b"\x00 u\x07\x03 RÅ23á╦\n >_\x12 A> "
b"\x00 ².UæÅ>Ì‹ŽØfÙ* m "
b"\x00 éA"©r3Öš2³\x18 OàÇÛ "
b"\x00 °¨¤¢%2ã┤fÉôT÷\x16 ë "
b"\x01\x13 ØØV3=«•\x16 ŒqèÓx "
b"\x01\x1F =dª%<K’÷\x04 j¦”\x14 £ "
b"\x01 SH=qf<Ï•éû>Åy¾Û "
b"\x01 ™nF‡¬88•_ic˜\x14 õø "
b"""
\x02 \n
H3H¬?ミÖ×â‰\x16 æ
"""
b"\x02 Üù*ÿ©?{‰(Žâ%»Vz "
b"\x02 õlS\x19\x15 2D¸áøÉQf‚Ð "
b"\x03 \r \x1A ÄwÒ0ΑS¦t\x1D 7Ou "
b"\x03\x13 üÍQ\x15 :■çÿö³Ût¯v "
b"\x03 T¨\x04 ┴½0\x7F »AkÉc\x11 ÄÈ "
b"\x03 ÑßÄÝj1§‹°7}ä\x1A = "
b"\x04 /K\x10 °ÿ0°ŒÙ}Èÿø\v Ò "
b"\x05 (ÏÙ?õ;¼½(,»X§àP "
b"\x05 LUrù\x1D <L‘|)«°hSˆ "
b"\x05 jh|óc3㛃šWüâ,; "
b"\x05 ™ÎO\x01 Ð4:†TéÀ>Å~¿ "
b"\x05 š±'Pö:u®G‹\x06 d‚\x19 ~ "
b"\x05 ¸kD \x0F 9£°ñ¨¹ÏçG½ "
b"\x05 ┬ìi'\x16 5oå\x0F ┐·±\x11 ‗ "
b"""
\x06 \n
EÇ‚õ=\x1A ‰i¨\x14 þáÎ9
"""
b"\x06 B\x11\x01 9×9›¿W¿fMC†u "
b"\x06 }rÈ\x0E y8E┐ Åy3┐~r "
b"\x07\e ð_1µ3Y£ ÈªŠ¨zá "
b"\x07 " \x08 &<5}çF@ \x14 ì{\x02 "
b"\x07 mR¾"Ä<Úžê\x00 ¾\x14 T\x0E 4 "
b"\x07 zÁÂWD:»™\x13 Å]„[˜\x07 "
b"\x07 Ñ\x04 ┬*í?üòvÂ\x10 ¯■ú§ "
b"\x07 Ôƒ\x0E {>C¸€Äй_t} "
b"\x07 ÅadpR6\x1F ‡4\x13 ß9€Ë¯ "
b"\x07 Õþ\˜\x17 =ϨåNz]"ÉÖ "
b"\x07 ã„£¬ª<j¬EØÙ;\x12 è\n "
b"\x07 û\x1F žÍŽ0;¤#ˆ±”°®_ "
b"""
\x08\x1C ´½B\n
4ÿÇÈÖ®ênŠ
"""
b"\x08 3\x1A Χ3=>´)³"r\t àf "
b"\x08 DàÈ©Â4þ»¶¹š„Ö«\x1C "
b"\x08 ^‡ê x?ä’ŠÏ\x0F ÿXæå "
b"\x08 ‚\x19\x01 ~\x12 1ê™S#QÃ\x13 ¯w "
b"\x08 ¬›•º}>„µ†Äè±Ó‡I "
b"\t\x02\x08 W8©7\f Â}Y\x1D |Øı" "
b"\t 3ägïÑ2Sì‗v÷±akV "
b"\t :vìòö7Jí-╗\x0F öbı "
b"\t C_l┴▒=\x1E Â╚4üü╣u\x18 "
b"\t Ch7■«6LìLú¯1┐Ã\e "
b"\t Ät¸¦¬8Ìóæ4*\x03 ý3É "
b"""
\n
zxYZa8L½¥6g`\x14 ëˆ
"""
b"""
\n
¨ûæO|9;¡\x1E “r(uã
"""
b"""
\n
±ü˜Ü}3²¹\x15 ú\x19 !(Äq
"""
b"""
\n
þ„3ìÜ>0±ÝÛÍh)ïL
"""
b"\v ┴¤ôÙq;\x05 ¹ ËÌ\x1A Å@ "
b"\v Ã\x05 ˆÔ<Œ‚rJ(°bâï "
b"\v Üí\x10 ¥J4¼žêªi•›ÏS "
b"\v ê\x14 H\x03 Ø2\x03 ¾‘>tt*NŽ "
b"\f =\x03 MM¥>ıÅè×è\x14 ÏPü "
b"""
\f RìÔ¨o9±¬\n
\r 17‗Ñÿ
"""
b"\f p›“‹½1 ¿èÆ\x02 ž\i\x16 "
b"\f ~Tï>É0\x13 ‹¦à\x1E – ùR "
b"\r _³9^d4ʤ9ðt.üÝ” "
b"\r ¬0˜"K>6¾\x12 È'™\x1A áü "
b"\r À\r \x15 ïq7M¿\x06 }\x06 ´S&ƒ "
b"\x0E\x0F Þ\x16 Í\t 7òŽWR36ó߯ "
b"\x0E\x18 ÓQè\x18 ;6ì┴ÔãI¹\x11 ▒ "
b"\x0E\x19 w\x05 a^4¡ Ï;ÐüSy„ "
b"\x0E EnÞ°N7Æ“\x0E ¾LÁõŸ· "
b"\x0E €ÑÒÜs3ÿ–©\v `&ºMt "
b"\x0E ø├8ب?,À■æ¦9Týh "
b"\x0E ÆöH¥\x00 ;±…ú !Ôhßp "
b"\x0F PU¡ì%6ïœBüÄ$\x17 Òæ "
b"\x0F }\x05 q069:Žk14\x03 'Sû "
b"\x0F §×\e ù\x03 >û¦øE®©•º\x13 "
b"\x0F ·É.«o0\x08 ’ÇÒG9öié "
b"\x0F Öíäî¦5Ç«¡ý’}\x06 œò "
b"\x0F õêƒmo1~ˆ\x13 ²9ÿè$\ "
b"\x10 ╚Ø\x02 ı!1£╗ÿÃÍ░}[² "
b"\x11\f Þ‰\v +=ØŒºè¨ aç "
b"\x11\x14 Çø¡\x03 <8‹\x03 Ñgâàe€ "
b"\x11 I└ãÊ\x05 7\x04 ƒ█â1`·\e Ø "
b"\x11 [¼3\x19 K2ª„\r žrâ,eœ "
b"\x11 pü[i°1|êVMë┐\x03 ør "
b"\x12 Fx2^Å?═╗Õ#\x14 «═\x06 @ "
b"\x12 O=TG&:\x00 X\f ù\x0E (~– "
b"\x12 W*]b<1µÜR£lëÅÖ\x1E "
b"\x12 v ╔▒·7\x0E ©ù\x18 Ïıü»É "
b"\x12 |¬\v 9É9\x04 ┤,yO,î?▓ "
b"\x12 ¤ÆR÷T:Yµêzeë-À\r "
b"\x13\x03 !bæh07É\x12 :\x00 áò\x19 ; "
b"\x13 'ð\f K =P¼iV~\x06 оû "
b"\x13 G1Áþ\x1E 4\x14 │Ém O+@À "
b"\x13 ‡tØ\x07 à<‹—\v é¿m1T@ "
b"\x13 ┐ú‗ôÝ5¬ü\x1A Ãì¼\x1C ┌¢ "
b"\x13 ¤ZM░0=¾Å▓±±\x1C '\x0E ─ "
b"\x14 %\x1D Y\x08 æ8w”•l(ë»áà "
b"\x14 7ïW'y=&§Tck¶(hW "
b"\x14 ;~\r wB9>°]7øbï\x1F\x02 "
b"\x14 G%-|/7É«àáA┼áØÏ "
b"\x14 GNÍ\e Ð;WÉ[©\r ï\x16 Cð "
b"\x14 _0'Ïd2_’D\x11\x7F ¤¢E3 "
b"\x14 b\x17 8ñ\x1D =\x19 üÞ®U(Ô Ð "
b"\x14 ¤: 4\x13 :“‚(TÛÓV6E "
b"\x14 ¼"¬¡\x18 =J½Ø│æ\x15 £┴$ "
b"\x14 Û¥¯íN>™°*ï\x17 /§§4 "
b"\x14 ç\f NoÜ8©Žþñ(N\x14 8Ó "
b"\x14 û„Ê!b4\x14 £ºhv….°¢ "
b"\x15\x13 Q¥º¢0Ø¿âÇÄx\f Ž] "
b"\x15 "´f,Ï;„–Â\x0F 5\x01\x11 ñ— "
b"\x15 h•\x11 <:\x1E ó¤gË*o "
b"\x15 ¹\x1F\x07 +†3\x00 ¸\x06 Û„\x16 ^ª# "
b"\x15 Ã|\x17 ¨¨>┐å▀ü┴Q¦T┐ "
b"""
\x15 ╠tå\n
\x15 ?)╝9êàHÉ£\x1D
"""
b"\x16 (Åc·B2\x18 Å9\x00 ¥\x17 \,I "
b"\x16 -_vn6·ö┼(■øü© "
b"""
\x16 Á¶:\n
V2Šü·ÊÕ\x15 \Ü
"""
b"\x16 Ë/zHø5Õ„\x0F ß\x02\x0E è¾\x0F "
b"\x17\x06 ™+}¥9ÚÊÚ\x19 ¾°F¦ "
b"\x17\x15 D█´F3]«oÑÙɯFç "
b"\x17 “\v I‚è;£¶b%¡˜Ñmõ "
b"\x18\x06 o\x15\t\x1E ?‰…\x01\x12 Rù:»Ó "
b"\x18 *V»Ê@3•‚„'Û8½ð\r "
b"\x18 ¡ýu®È5Òš'm¬\x15 6ìv "
b"\x18 ¾ªÎÈ:4v‚».χCC: "
b"\x18 ØòS\x04 !20±P[9u¡uÓ "
b"\x18 çǾ˜g7\r ŸŒÄVhTï "
b"\x19\x0E Wˆ†õ0e¢|†jE;w' "
b"\x19 jÑ2ì©>╝▓{'WÍÕ\x06 å "
b"\x19 w»©7¸7·–Ù×°dK\r C "
b"\x19 ¨ë–(r;q³Õs-‚³9‡ "
b"\x1A gN¶RÎ?R‹¦àùàXpœ "
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 —\x18 ‡Ïä1Gº|ºö«\x04 I¸ "
b"\e ´ÅµÈ╝;$üå«\x15 ƒcÙã "
b"\x1C 7Ñ01ç7¯¥_Ø\f êZòJ "
b"\x1C B›"}ƒ;AƒÀÎó¼×Øw "
b"\x1C ˜\x17 4±À2˃EÒÙ°{N³ "
b"\x1C ¡÷•F>5§‘Ç3+;›L’ "
b"\x1C þ\x01 ù#\x10 =1´Úâ}G0Ïï "
b"\x1D @ô\x03 0█<qª┌[âØºNS "
b"\x1D ³é¦¯L2\x1D ؤôo└Í░\x04 "
b"\x1E\x00 Cq`ê=µ…¤0¯B’Ž. "
b"\x1E\x02 P¾Ù¡:vµ8ÒI\x01 @b• "
b"\x1E\x05 wX\x1D ·8YÖ|J\x18 ░D\x15 ü "
b"\x1E LT\x04 è\x16 5\x05 ¸\x06 ®Ìz²ö« "
b"\x1E jWvU®:UƒS\x01 EäA\x7F ô "
b"\x1E zܽ&0ª°šK\t Ì\x16 ò\n "
b"\x1E ┘\x02 Øé]4Ïí9qÔªæWé "
b"\x1F uµLJm>\x1C º\x15 ¡sb=\x0F Š "
b"\x1F ö«†Òo:ÿ•±¼¦\x02 ¹¤\x17 "
b"\x1F üwIßï2¸«irHdþ‘\x1F "
b" g¬°[¢2R®UØ‗]á‗ƒ "
b"""
†xBz#?\x1F ¥Î\x15 6\n
¦&d
"""
b"!\x1E Å),70ÊŽ\x05 ÚÕ\x03 p\ª "
b"!!g\x0F ´\x18 4Xùp4╚ª├ì| "
b"!Eh¥Áð<·©\x7F {{>R‹\x1F "
"!L\x15 èg4ؽ\x7F\t T#Bj\ "
b"!nIA▓Þ7>ůÑ║È*mM "
b"!|ï \x05\x12 :m‚î¾|åƒÉ2 "
b"!†Ží#A8j’I\x05 A›Vˆô "
b"!®«L÷æ6†£!òÇ\x7F I\x08 "
b"!Û\x1A \x11 f<h§©“öðÒ&9 "
b""\t ²´Ê_0¨óØ(30æjù "
b""\x17 ò\x17 ¾V5èÑ¢É/\x14\x11 ! "
b""dp\x15 µ¿8·›SU-§}°M "
b""eÌ·©M7\x14 €hžZl”n– "
b""“ÛN$\x01 6\x12 œ\x17 »Ñ\x00 iÁx "
b""±¼·Ja8\x12 º\e\x05 lNžŸü "
b"#!ëu\e ,;0¿í‰¸E_(& "
b"#3lD\x19 %?\x1C ´÷ІÜ=,r "
b"#: ²Žj6L¦Ž\x02 fµ¨\x03 s "
b"#qm¼AN:¼üq║\x02 ðË╠} "
b"$\x15 ˆ&z5?v«Š¾Íe8½' "
b"$W‹\x18 lå7ò¿–×þ$t—– "
b"$jZž2=?n¤{\r èØWÁ "
b"$’Ñ?ºä4(”Q¯V\x1D f‘| "
b"$µø.5î6ÉëÏ÷÷~╩╔t "
b"$■Ç9É:4▒¢▄1\x00 úÅ!_ "
b"%//ÂÁ!3Âì\x12 ı÷\x12 Vº║ "
b"%5#Q”9>\x0E ƒŽNRѦs£ "
b"%|Æ{6\r 5]Ž6ëí ŒÖ¼ "
b"%€\x0E ÀKÊ=®±X€\x03 zqÖK "
b"%©Æï_+1`…HK*ê1\x02 ® "
b"%Ã_Sã\x7F 6…—\e ùG%\ºT "
b"&\x11\x02 7\v\x10 <Å·ƒ÷zÜæ½\x16 "
b"&/\x7F ¯íà0\x17 žšC1ÚŸÊâ "
b"&ßÅi,\x15 ;ù¼tåÑ═"╠ß "
b"&íAºéª3i˜õ\e ,˜†S} "
b"'!rOÏÿ;9ëuòÉ5Ä\x1E | "
b"''¼╦f╝7ûÀsì'ÏÉ\f w "
b"'U\x08 Î\x19\x15 :å´ï×£€ØÚR "
b"'¬¿z\x10 û3l▓SÉ1'í$j "
b"'»\x01 Á²6z“8}\v c~w™ "
b"'ÃÂeS\f 8ÙØØfÛ·░┘# "
b"(&’Ô•¥<\x16 ™ml)¥•òp "
b"""
(C\n
2ɉ>ª–×¶\x15 ÷ƒ7$
"""
b"(hÏÑ\x12 ]9¬ˆvŒwy骬 "
b"(½=H║f94ó└ƒô\x19 ØòÆ "
b"(Ç\š\x15 E?\x13 ‡¸¥šñ±ð "
b"(ðÙIÀ\f >ùæ▒ÆøÊÍLÅ "
b"(çbŒpŒ2\x1D ¶¿‘c¯kOà "
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")‡è‰\x06 Õ?ˆ‹ž\x18 ò#\x02 "
b"*8ÎÎ~Ø;Bê¤Ò╠BÏıë "
b"*Qh\x15 ü:^ÉÙÏ=\x11 ├n\x0E "
b"*T¼h¾Ð<í€A€wJ\x12\x16 ^ "
b"*^ýÒ{F4╗ۧq\x19 ºÎÎ "
b"*r4\x1A 8}0\x03 ©Ô\x03 -ý˜Þø "
b"*œ…ï\f k=‚‚—úÒ°Åf[ "
b"*ÔX\x18 ®\x07 1Vºë?8ì¢░├ "
b"+7^Á7Ð?t†ö\r –\v Ì\x00 f "
b"+8&Æ7ˆ3ø¡Ç\x18 d¤À\x02\x12 "
b"+€p?¤\x07 ;ÝŠO’‹\e :¥\x15 "
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",#üFˆa<NŠ\x13\x03\x05 Üü\x1F\f "
b",4Þâ\x1D n6\x02 ¾ý\x07\x02 ÂìEo "
b",R\x11 /Cù8\e ‡\x02 Ô×mÜ7@ "
b",`“@[â55Õ\x12 >…¢€n "
b"-!÷Ñp¥5¤¯E\x15\x14 '&—x "
b"-/╝1\x19 Ë4┌Øg`ƒNB═" "
b"-5·+‡ç=Ë·ëÂÿ8|^S "
b"-C\t —]—6³[ |\x06 tU\x15 "
b"-ÑQ¾k&9\x02 ░\x07 Ø\x07\x07 ã╚A "
b"-Ö\x17 ïŒK2°¶¡\x7F ×âØ±å "
b"-ßa`}H0FšâæMªZËž "
b".\x07 Îì*×76ò╠]\t J═«ó "
b".0½ûüF3™¯Î‡‘ÃB\e Õ "
b".2-\x01 áÑ46 ÁíFm™\x02 ¿ "
b".>\x00 ÔØl1\x05 ˆ¿~|\x10 !4m "
b".Iž—ô{:]•‹*9\x04 -%! "
b".[\t sà\x10 =d²À÷\f\x1A 8äW "
b".aCckØ9ãå\x01 Nö²ß╦█ "
b".b1ùøª0«º)Aö\r ÍŽÿ "
b"/-\n \x18 7ó4äµj\x00 2Óþö "
b"/Q\x01 ²Nc?‡¿¢ÇË?¹\x0E\x15 "
b"/`’k\x00 \4Þ¦peœsñ#` "
b"/z:ÐûB7\x7F ’¢\x15 ’(twc "
b"/’÷‰€:\x03 Ÿ²·\x06\x01 €ÓÊ "
b"/˜¸Rpf<z†MQŠÉ±\x06\x1A "
b"/´═£×Ñ1¨ü\x08 á\x02 2┬%£ "
b"0\v À@K%52ŸÃÅ\x1F ᘧ\x7F "
b"01þuˆr0³†\x13 Z¥\x00 ‰žŒ "
b"08® e\x17 =¦ù]kZ┌1£ì "
b"0:^\x1F\x06 z0êŽ'\x05 ›ö‰y… "
b"0k¹†,a=ž”Ë3ç\x17\x17 p\r "
b"0v æMd:÷…\x19 ¶õÃ蠃 "
b"0ÖÉ╝█q6,┤╩┌a\r vxÎ "
b"0ÀÞ›šá4´¿èë\x06 ƃ\x17 ç "
b"1\v\x08 R=ë<ʦ-DÓaÕ\x00 G "
b"1\x1A ûñ~³:o¦—~Ø‹P\x08 { "
b"1GÄ~{¹5íŒ&î‚ÑP:f "
b"1QØY×û8\x12 ›½¹P\x18 ¢fb "
b"1YS¸zœ0*¾:^>u¹èŸ "
b"1‹ÿz×Ý8\x01 ŠìQoËŠüF "
b"1–8‘Zã4¦¨Î\x00 —ƒÏ0Ð "
b"1€0%z1\x0F ¯0€'ó_Q\x7F "
b"""
1̰<n]5hì/_\n
º\x11 HR
"""
b"2œiE—ù1ùŸ\f —=ÚIÄg "
b"2¸`>uö<ØŸäx\x06 ]nJ "
b"2Êžb\x05 ¼6ø§Õ/¢=Ìå% "
b"2û8¨šy;(ˆ¶±º˜Tø\x14 "
b"3\x0E │*1¿99é¬û£ÅTB\x00 "
b"3p:éñ\x1D ;n£±_\e ‘+©_ "
b"3×ÍA1v7ïƒ1•Š´ |« "
b"4\x17 €b*1=i±Á_\x19 çI„6 "
b"4)\x1E\x13 !9?^–\x12\e —|Õ$M "
b"4g\x12 êüi9\e ½[hÓ¹,P~ "
b"4šM˪»7z¯\x01 ƒ\x1D ž\x02 ¿& "
b"4¬ì§ \x00 1º«Ç¿ÉX]©\x16 "
b"4±Ø`5L:—¨\x7F 1ô§\x19 GÇ "
b"5\x12 ¶È╣W=\x03 üÒÛm╩w=╚ "
b"5í ▄ü\9Áº"┌j¾üêu "
b"6\v NhKé3_ƒ\x17 å7&Ø6Ö "
b"6hý6\x12 ¨=”¨‘\x02 Ä\x18 ùÑ` "
b"6Œ\x1A >+™6*™bú0)D;ô "
b"6Ñ\x1A £®³2Žf\x7F ÜÁ\x14 9\r "
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ï»Óe&2È™Û?ñF¨œÚ "
b"8ô:«\x03\x1A 5Ô™Ú¯mì|‰Ü "
b"91┤®\r [6ì½½\x1C U\x12 pXË "
b"9‡hó(˜1\x1C ª³šPn<¡) "
b"9ìr\x16\e <9┴ìV×zÆ{┴; "
b":\x04 òzçü1ÕØd¹┴\x1E *┐= "
b":\x19 d~\x1F ñ8\x14 ¢XN\x1D ²³¡µ "
b":!£wNñ6“³Äsí,M_/ "
b":5ƒÅp½2+ƒª \x04 æÖì╗ "
b":G \x7F ÚÒ9w¢Y\e Yø¨÷S "
b":e„Åë\x00 :ã¼…v\x18 5cLá "
b":fÛe\x0E =;µ–\x10 X¼¢gü\x1F "
b":o\x1C hö¶=\x1E ©$gÜ÷w›Ý "
b":€„‡@è3"¥BÔ¬ÞØµê "
b":Ç\x14 ŽyG0;v\x1F ³§§¸s "
b":ÑV¢wU<Ô‚¨\t ¸¤´Èº "
b":■ıKÌÁ8jÅ╠\x14 ʸeè¸ "
b";\v À\x05 ê¡:TëÉ╔Z4)(\e "
b";\x1D %ÎgÙ57¡§µuÈ{Î\x1F "
b";:Ê9i╚:Kì\x1D ÿ╔7õJ> "
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"<›¨òÕ 0\x05 ŸVÎu\x1A\v + "
b"<Î\x19 ©Ø…3K„÷ˆÒúh¶³ "
b"<á\x10 úr\x04 :\x15 £ÍÖ\x1C í±_Y "
b"=\v ]¾ƒú:6ÿ┴¯§ì¿Vü "
b"=W_/\x1A 94¦Å®£ì}rÁ■ "
b"=}DǾË8ÍŽ_m6Jλ… "
b"""
=È…ÿ‡ß4ª¬\x18 \n
fð‘\x7F\x01
"""
b"=ÊæŸ‰õ7̳¢ÍÂ\x17 ø×N "
b"""
=ý®\n
àÿ<Ô¼Y ©¬\x03\x15 ˜
"""
b"""
>\n
M¡;┤=ÅÉ´Sþi}AÕ
"""
b">\x12 Ók§e?5Ѭüð;ñ▄@ "
b">\x18 × ;\x08 =Øñ»#\x16 ÇÄÛ "
b">\x1C Z\x11 R41zÉé\x16 ^~õ\x00 ¬ "
b">3V%\x05\x12 9»Œ\t @tÐ:ž\x1D "
b">3–HyÈ>¥¥LV\x10 è8—\t "
b">?J.òç4;ün╗KM\x10 ▓À "
b">I¿.\f >2æ™ïjX‰ß¨\t "
b">m}X+\x16 2«˜ 3¸ôz!à "
b">Çáx\x1C ²9óìr'&¼>¸\x1D "
b"?\x12 ç’D\r 9\v ¬\x0F Èî0[é( "
b"?ÎÐÍlâ:p³Åƒc_ç»æ "
b"?ÕŸ*nW7Þ•.‹$½)² "
b"?÷-o\x00 ~8\x1E ¡3á`gਲ "
b"""
@\n
×ÈôW<┴Â0Ö@ü\x14 ƨ
"""
b"@€<\x1F bý< Ÿ"V_‘!¿Ô "
b"@†\x07\x00 OÒ2À”\r "Kó\x19 j“ "
b"@Àd†WÐ5ƽpÞ\v ®zõê "
b"A\x04 V\x07 /ë6XÑþ█ìu÷¤\f "
b"A$„«;]>_§rÓ\ŠîæÅ "
b"A”l{e25¬Ší²6‹C² "
b"AÖÅr?í?ý®¼\x03 "®ã`\x05 "
b"AÚ\x0F u£}9\x0E ›\x02 =-Õ†ª¯ "
b"C\x03 ½\x01 š\x03 0Ò¢%yÑ$¸Ät "
b"C#+üZ„2é‘\x14\x18 =AQ8³ "
b"Caû\x10 ÷\x04 9\x14 ’•\x1C\x10\x15 ¼¹Æ "
b"Cs“˜>‡7\‘IÉé–ä'\x1C "
b"CÉ\x7F &\x1D (<─éx╝À\x15 █lã "
b"C╝:ı¦v?\x1D À×ì\x17 gUUg "
b"CÔþxƒ\x00 <╩Æ\x13 I¶µØÓx "
b"CãÆÐ£S2-¨Z´Þ¤\x18 Šê "
b"D\x11\x17\x1F ÁA1ϘÄ郿*\x7F ³ "
b"D\x1E -\x1A ÖP2\x18 ±2eˆR…[Ü "
b"D¢R\x1E ½|:¶½2¾¥\x06 1S• "
b"D®•Ý£¹8é¥<;¹\x1E 'šä "
b"Dß,ã\x16 U>æ¾ü[bt¿Ðë "
b"Dñ¶^9\v =n‚/‰\x00 Ä;\x13 à "
b"Dÿ4’\x1D ®<n¡@Ö\x07 Ò/Ã$ "
b"E0Uþn›0P•2Ù)\x06 ílï "
b"EW’äÈž=ð¶‚Áª(ãTÍ "
b"EmÓ</╣9\x1D Ø´▒aTÈ_¼ "
b"Es8O\x15 ù1û”\x08\x1A Ë\x03 !ÃÚ "
b"EÉ┐ì°\x06 >×»/ô#YûF\x10 "
b"EÅx\x7F ¥´8“‘n+gK \x1D } "
b"F\e Ø–Jë=\x7F ž³žÏ\x18\x08 Ú\x16 "
b"F\x1C –5šÏ>û¸œù£³O…X "
b"F„\x15\v\x05\x11 ;Ô“°p[P)ä} "
b"F£®ø}ï?™»Ï`_”÷¤ "
b"""
F¬˜kæú2à«ôï"\x1F \n
æë
"""
b"F¾\x06 {5|=1ŽHWä’Ã…O "
b"""
FÃiMò\x16 ;ФÇi«\x0F \n
Ӈ
"""
b"FÅ"£tN5óœ£ÕÒ‡SÑ8 "
b"FæQéÃÂ9B»\x16 FUÓï%\f "
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"GjÖSо5/²E]\x7F ˜\\x11 µ "
b"Gv&¡8Ç2V„±k¯¸\x18 þó "
b"Gx¥™r/8 ¡Q.\x08\x04 Y_ÿ "
b"G¢¨\x0E ,í3Ð…=µ€ÒÄÖä "
b"G¶XË5o2'ˆê\x03 ¹ó¯+œ "
b"GÛ†o\f W?Û•“>ªËE\x0F £ "
b"Gè)*»o3É7â¦\x03 ¬ "
b"H\x04 ò‘®%0\x7F ‹~'¾íº¹® "
b"H\x18 ŽN-\x05 8”–Á†ý\x14 OM– "
b"H0Ö\x1A\x15 66Há9\x12 Éû\x1A ²▓ "
b"HVÔm~¤8ï†á\x17 6UȨ‚ "
b"I\x7F Öb5ƒ=ðŠ^¸ÇŸœh€ "
b"I‡ô|\x04 ¼>ư“é\f %\e €õ "
b"I‰o\r {…3Н\x11 Uޏ”\x7F ª "
b"IŽTRk\x19 6\e ¯œMeáúŠ¡ "
b"I¸–?ÛX;(¨\x12 ó+\x11 †òN "
b"Iìp{í)6f¬° O\x1D ?¢È "
b"J)‚2,î6\x01 œI~\x06 wg39 "
b"J/‘¾´¥2\r ¼ˆÈw±º "
b"J}\x1F •ѱ>؆¬\x13\x19 n\x16 fë "
b"""
J ±\n
Ok>U°"\r Ó–2sR
"""
b"Jºü\x14\x06 ¤6N“’ÔN\x0E ¥8ÿ "
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\x00\e ï\x19 E9ë¶ì2\t z–‘\x7F "
b"KX6§4'1\x10 „\x1A :/÷Í8# "
b"Kn¹yÄ\x01 9n¹’“µ¡eM÷ "
b"Kx\x07 Óš›1ÿ¥ôÎ䟱!) "
b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬ "
b"KÊ*™ºn8*¿‚\x1F ‚`¼\x04 ç "
b"KÍí«º¸<ã‡ÕçÜd@³! "
b"KÖ³Ú3Ø2\x12 §ë©ï¸\t Š "
b"Ký!ërK1š‚]'ö¡´–W "
b"LCË~\x17 Ë5”®CŽwñ:‚\x1A "
b"LW¾─7ª;Ýû\x13 ;Éjz%├ "
b"Lh3\v ˆé1±¤h§5dtþ> "
b"LÜ{X°^4Ћ\v ¸c'Ù»ì "
b"Lü~¶ôç0P‰a:Õœ™†( "
b"M\x01 5ˆ§=0ƒ³áö\x19 èexx "
b"M\r ‰2ð³8¦¸ýÞ›÷Mí7 "
b"MnŒß\x05 }6È©Â\x14 E_©\x1E Ô "
b"MxÌðÓw;j é\x7F ‘î_IT "
b"M¹½Æe3=TìSä¥è¾ê║ "
b"M■2þ┘Z:\x14 ¬╩äX7ØÀv "
b"NNS”\s09±¬/\x04 TÊ\x12 g "
b"Nyšênœ2Æ—×a‹íìÆ| "
b"N„0Ç+.4\f ‘4Ý-\x10 `@D "
b"N’ðô˜Ö;ã‡\x0E õOPN¬/ "
b"N¯\x12 A}Ô2K® ŸŽƒ¾®' "
b"NÅS\f âZ7xº\x7F\x00 9\x0E }” "
b"P\x1D ç]\x14 —8\x15 «\x15 â"…̲z "
b"Pf_\x0E ¤à6_¶³ïæ\x00 ‰ox "
b"P╔&±╠·7¯ì┴u┌ú\x19 q¸ "
b"PçLWî\x12 0ŠvøÌZâš\t "
b"PïÁ%‚ã?±“¨×éb¹,\t "
b"Pð-“\x1E ü;©¥ø9\x7F Æ3üé "
"Qˮ\t HT<̓嵵9_ "
b"R06pžû5Ó°LôG\x01 ÃWJ "
b"RAø·\x08 89E™§ãÆ'ÆÌ„ "
b"Rehüþj=\x11 ░û-ÿ╚┘©Ö "
b"Rs¬\x1F x"9\x1F œ’1aQ#\v ] "
b"R¡Éð½c9®¸¥Kô\x1A &\x0F ` "
b"R®Ë'sù9\x0E º 4%a‚)m "
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Œ\x19 lÔ¸0\x10 ”JâLóÄþQ "
b"Sì~³Y╚9âè\x1E oà║ú║┤ "
b"S‘+¯÷\x1F 1z’À‘~ÔvQ© "
b"SøF\x1A Ŭ5\x08 ½òqQQ┘\v ê "
b"T\x12 ëFGž>ï©t,JÇð\x17 Ü "
b"T\x1C «ƒ¥8>`¦ëy©áŠÄs "
b"T7m*\x01 Â2R¬s7ƒ4ÍA\x0F "
b"T9MPIž<Wµ˜Ò}¹§˜| "
b"Tnì?î\x11 9ò£íf®ßÏÇ® "
b"T”Í\x12 ýA7”Ž]ÄzLk«Ÿ "
b"Tùɾ´┬7]░╝2}\x1A ^G¢ "
b"TßU„tù?'‡Ë,Ü5Û6c "
b"""
U\x04 º\n
\n
å8\x19 —ÿ0l¶DSò
"""
b"U\f X>Ñ\7Ü„A6˜t~8Ð "
b"Uø|Ö¦\x16 7N░\x1C Øg`\x16 │^ "
b"UñüoÈâ3ä░\v ▀Ü\x0E &¿ó "
b"Uß\v\x02 £ 93¦\x03 f\f ;\x10 ÎÑ "
b"V3¾Ã\x13 H9§¼ì┬▀tû\x16 t "
b"VR\x1A k─¶0¼¡:Ï0▓ü§Í "
b"V\Dû«Á8æ—I3emÒ2J "
b"V`f5eü0·╝WÔÖØ{/ÿ "
b"V¿T«‰f7»€ÙšÈkjú˜ "
b"VÀ'è¶E4Ø¡Ü1Î\x03 À'- "
b"Wt½╬@É0´│▓µ\x1C\x02 ê]¢ "
b"W{0æ¥\t 5ó£\x11 ¨éeã·8 "
b"WçE\x06 ûF<!¶ãE´aßzi "
b"X{ÝôÅÅ:¨ƒ@lÕ╦2\v K "
b"XÅ~┬%\x03 9\x19 »å&█\e ┤\x00 Î "
b"X│Åh╚\e 3(ùÅÒaï\x11 ¥ "
b"X¸‘9kå;¦µ)ŽJ÷Ï‹0 "
b"Y\x08 åÜâª<m┤ì╩,»¸ð "
b"Y\x15 »2uõ0}ŸEÉ]T2Œ… "
b"Y\x1C\x0E ïM`>¹²‡Y(|+tÖ "
b"YF>µwA4ý”u1æí%zÎ "
b"YxÕîT’7¢¹yÓj-ËÓO "
b"Y¾{H@█:6Âõ$\x05 ¶J0ü "
b"ZZÙ¶Ÿ©9–…ød»i;xf "
b"Zs\x11 ü\x05 S6áÄ©nc8~╠· "
b"Zy\x07 a\x02 Ý?<³=;qõ1¬ "
b"ZšñlÚ¸9À®O¥(ÊÄ U "
b"Z─╣çÍ+2▓áéCd\f «ìÔ "
b"ZÕ¥2òí1Š‚h\x06 ó:>ª™ "
b"[\r …\x16 ¢É0ݾ]\x01 ¾\x06 jxŸ "
b"""
[jîkT\t ?°¢¢´\x7F zP\n
3
"""
b"[€Õö\x12 z9w³PöEoêBá "
b"[ä ÙÎ\r ; £üÜ┌zd¯ "
b"[¹▒Å\x08\x18 8(úS■┬a\x1D ╦╠ "
b"\"’ ÿ“4…´\x19 =M\v ’äà "
b"""
\9µ\n
Õã6å›\x1C |<¶+”Á
"""
b"\V ‚B+6¬‚\x15 â5ûN‚µ "
b"\ì\x07 ÎÌâ<3É\UÍ5@³Ñ "
b"\ލâ|\x02 ;\¼Øg·÷ãîõ "
b"\ÁîDG´1ýœ]\x02 ˜ êÖ "
b"]\x15 –-¬ð1‡£L\x00 «tû\x1A Q "
b"]J›D´Ò7ƨخ¤€\e ?† "
b"]tžxNO<œÅÀ?ñN:™ "
b"]«ãût╚7ƒÅ)\x12 ░Ld,ª "
b"]¸½Æ\x02 :0\x01 ‘÷\x04 ml„c} "
b"^I#çè\x1E 3U¢$ì!\x1C ox2 "
b"^„ÔÙŸ`;ã„*N×w`”\v "
b"^µÜ\x11 –_2J¶1iÏÊlý "
b"""
^ÍKê,\x06 3Ý®z“b^\n
i\x19
"""
b"^Ø¤Š´ê<D·Ú§\x19 »£%Ë "
b"^ç¢ûª¶<d®´E0U\x14 ̓ "
b"^Ý\x19\x08 ╬┐5ÉÂ>>+f*DÎ "
b"^÷öÐÖu19®\x1F ÷ô‚z{c "
b"^úb+3\t 70¤:IðügÝï "
b"_\x1D Ò¨XÅ=°ÆE,qÆ\x7F ▄R "
b"_W\t n¸x5ˆtµˆ\x01\x14 S§ "
b"_š2\x02 îq3G¨[\e `ºéæ "
b"_Ùdü│®4QÖt\x03\x01 çÈÜ\n "
b"`0d°Ø,0›•JˆƒÉ\x03 ´! "
b"`AüÊn\x10 4àÜ|<=F┴Ëß "
b"`^Öců5³‘Û\x16 ¢ô?Z "
b"`k)×Е7z¿\x1D *Ì\e ÕhÑ "
b"""
`µvs¥¬8µÇ\x05 eÄpÉ\n
,
"""
b"a\x08 ╩$ì]<\x04 ÇË╬«┤?\t\x1A "
b"a!F\x01 »56°©¾»°\x0F œ\x19 ‚ "
b"a]8Øf”2Ñ©&£À\x0F (\x11 ‹ "
b"a^\x19 :;Ö8?»ùÈÙ\x04 ò…µ "
b"az@>╬2zØ╚Á\x03 rƒe\x7F "
b"a´]çáU7™ž¨†åôÛI\x11 "
b"aÙP± *9œíãi6·ê\f "
b"añÛ–ÐÄ?/šŸ±f%†\x1C r "
b"b\e\x05\x04 ®ê?ƒºàªÔ\x1F ©»\e "
b"b+?O\x12 ¹3Á£êç\x08 ƒå\å "
b"bM6â´ï9¾—’÷r\r &ü "
b"b┼ÁóY▄7-¼O^\e 'çÅ╬ "
b"c\x1F ÞÐ\x02 ®6ÝÑiS\x02 ¾ØÁ╩ "
b"c:€\x12 ¹å;\r ƒúY¶|+së "
b"cP\x03 e█¦>M│óiɺP23 "
b"cS¨€W\x1F ?Ý ýxÝö\x11 Àc "
b"c£ä©@<63¢\v '$tÍ'\n "
b"c·#Ú½å>\x07 ¨,7\x06\e ÿc÷ "
b"d\e ┘Æ\r É3\x14 ¥▄ \x06 ¡\x15 Å3 "
b"d*ça:R6ù–§Èè4ù=ð "
b"d;\x16 [‘-9G¿Ö/~6åÖÃ "
b"du Èöç=¦¡†P÷} º "
b"dœ+(Éð?¦¼Å\x07 k|ð÷\r "
b"dÁRqSÁ3¬ŽG¢O:½¾¯ "
b"dßw?\x0E z<¼¦\x16 Æ\x05 Ò¨Ž\x0F "
b"d¶└\x01 └x4I▓ÝL\t ؤ\v é "
b"e\x01 ²Ï\f §4å°ƒìBqIí\x1A "
b"e\x03 •©Ã_=˜¸L\x1D :5Ö_< "
b"e5\x1F ³+´6NüeÝíüÞ9{ "
b"eZ Ø%+2.û‗¯$Ú\x16 Ú¾ "
b"ew%êÕ3=L ]È ^\x01 ï· "
b"f\t þtñ%?e-8~dÇæ# "
b"f\v\e ÉÚ½<Ü«®n&ß_\f\x06 "
b"f\x18 霬x=8‚\x12 ½Ù~„µà "
b"f"~|÷W6Œ•ÄYÛ‰Ùë\x01 "
b"fQ·‰<è6§ˆ{N\x13 H\t ‰& "
b"fu ;ò©:Z„ö”¡\x11 ¿÷S "
b"f²]jUƒ1<®è\x1D òv\x1C øb "
b"gBUPT<<¿žã&ØSóÂ: "
b"gaeÄez?$•\x10 ÜJG±ƒÆ "
b"g×v#\x14 C>Éù©É9N|Vü "
b"gsm \x15 2[úƒÉ\e\x15 a¯┌ "
b"h\x12 %\x07 D2Pì<¯ov\f îf "
b"h?\x13 d8²5½¡-̘dã:p "
b"h?d╣G┬:¤ì\x11\x1A 4Ãÿ\x10 z "
b"h“\x04 ;ái2{”\x1F ö”\x10 :v° "
b"hñ¥Å5e3ûú╗äãû\x06 ÝÕ "
b"hª=ôŠt0M˜ë\x7F áÒ'x\e "
b"hÌ\x01 gc\x05 <▀ì~sà\x00 iéu "
b"hâ×$6Ä?l¹?‰›!‹®p "
b"iiNÀ;k5\x19 ¥H‚\x1A ÕPÝé "
b"iç¡ÚVÄ2rü^ÒòÅ\x00 úÐ "
b"j.ïÐÕb2׎D\v #‰âʲ "
b"""
j5~Y\x16 ‰0¤¬\f\x13 ;$’\n
¡
"""
b"jCIŒJ¦8‡½\x07 üñäÁsˆ "
b"jd`[g\x11 ?\x13 ¼ïµ\x03 ¹\e Ú× "
b"jä»f\x08 i=B‹\x08 ªZ©\x06 "Û "
b"j°³Ãþ»1æ¢_Ø\x10\x1C ±║▀ "
b"k\x01 ß3™\v >8°Óÿ)<ÑcZ "
b"k╠‗£v^5╝▓×\x1C ü\▒¸\r "
b"l\x15 ¢åßL3·§÷Ö±öQGÏ "
b"l>&?Ò(9#¹Ž5ï\x06\x16 «© "
b"lîç)¶ö8JÅ\x16 Ë\x16 (├\x1D "
b"lÑÙ[öF0\x17 ”\x00 k4#.(Æ "
b"lÖ,µWO3a´²i2êÄSÿ "
b"lÿž”\x16 ¿2ܧ\x05 ÌÍUE\x1C B "
b"m\x01 {ÜQw;\x0E ©\x07 Wý\x19 VÉ~ "
b"m'nÉÏ 4L™\x1C\t\x1A «œ¦“ "
b"m2Öà .6\üü2\x08 à<\r Õ "
b"m6ý\x15\x17 :2`™A›z˜ÊHÊ "
b"mIâ¤l[9ß“Vnzˆ,\x05 ± "
b"mL³Ø└07D£þ\x10\v :[\x05 ) "
b"mp┘Ä·\x1D ?ÑücI¢ ¹▓Ñ "
b"mzÅây£5r®╝uK\t é■c "
b"mÍ\r x+Ñ;J³Î\x15 í²ò\x15\x13 "
b"""
n\x10 Ë#æÜ7\n
™W\x19 f¼žYH
"""
b"n\x11 i®æ64Y¶0\x7F ³OˆD‰ "
b"n2³vצ2û¸Ÿ4f\x03 º,« "
b"ntâ┘üÀ6äù\x18 \╬ÇtYÎ "
b"n}Ó…«e>'…\x18 d {u8ü "
b"oa\x15\x05 Þ\x1D 3 ®\x04 S-‹¶o\x12 "
b"oª▒_u*2á®Dë$└¹ÉL "
b"oÈí‡\r V9³¹\x10 fí\x01 }\x13 o "
b"p3ŸY°ä8N›£³\x1F ^[¯\x11 "
b"pd= Iš1ë¨Ø»riçkF "
b"pkG’ãß:W¼ÄˆkJ5\x06 "
b"p\x7F ;Ô0Î<½¹\x11 r\t n·Ð× "
b"p²’\x18 ®Û: ›å\x18\x15\x16 "X\x7F "
b"p½f\x13 <o2ŠžWHÝCí4B "
b"p└╩\x0F ìÇ>$Ü1G9¤û\x12 0 "
b"põÉG$S9ź╠²Ã┬GÚ\e "
b"q•„NGG2Ò¤›^êno¶Ö "
b"qÍ–\x13 î¥>_…\x18 :,.«Ð] "
b"qÒ³Ñí\x14 ?ÄŽÙñLH)\x04 q "
b"r\v ö¬\x04 ¤2\x0F ¤Û—íq¢sf "
b"r\e _N¬6™Ÿn€º£,dë "
b"rRì›±\x10 1\x02 ºœ¢ã\x02 ¶ºF "
b"rd?¯Y\x02 6à‚Í\e ‘Ùgÿ' "
b"r}Øü¦·:±øÕìõ╩)Nº "
b"rÉ/?¡═6"ûSÊòsklý "
b"r¹\x08 \‰¼=\x0F ‡9›aöm;\t "
b"s\x07 ±â8Æ:m§Xó?®æ´€ "
b"s\x1D vmÄ(7├â*ì!┤Ù\x15 à "
b"sW▄RüJ;¼êÕóÔ\ãrm "
b"sz\x1C ãw*:ç–ï~Ù«6Œ "
b"s”6B9§=гá\x08 —résC "
b"sújÉ\x1A Ï;¡«©ú¤þ─FI "
b"s±Óù3Ú>¦╗G¸Øu+├` "
b"""
t\x02 jqÏ\n
4¢®H e}¥ï€
"""
b"tu-§S88±©€jtÚDRÎ "
b"tèØÁ\x0E L33░+(&ÅAhä "
b"tìT¾‗ú:oÿÛTÞ!\³Z "
b"tÿíÿwN7íÅ\x14 6Fx¯v² "
b"tâ\x04 …ÒT>ó£jK3þÈù´ "
b"t \Êì&<_û9├2{)¬0 "
b"u\x1A Éè±ê8¼øU[>s\x16 ,ı "
b"u&fX¦┼;nâd┬ı▒eÉj "
b"u{~\x1C Ñs8u©º3G°O=Þ "
b"uÄÃÅ8B=\x7F ▓r╬ôª·öY "
b"v\x1E Úf^+:\f ¼àÎÝ \e Q "
b"vTÛçØ}7┌áf9pÙgö´ "
b"vË*I<5ؼe}ÝUèÐ\x16 "
b"vÈ┼ÑÉÎ<òïAi▀µ½¿╗ "
b"w\x16 Æ^ï|5\x05 Œe\x06 ›Ã\bu "
b"w\x17 X\x1D 1å<ª/†ÔN8 ¡ "
b"w#èZ%V<\v Š\x01 ¯GàRöU "
b"w@OL€ ?@ºöYÎåÉë "
b"wT½î\x01 ?0é—RB‰‚øyÞ "
b"wŒüüº!7e²\r °\x05 ²Yjn "
b"wÄ\x16 ÕG╬8'ƒãh4Ôü[µ "
b"w›Ù¶_A9…¸î0f™(Õ\x19 "
b"wª‘3Kž:*‡Uf— \¶ "
b"x+Þ›•(4¥ªí\x1D hè\x1A þ\x07 "
b"x-ʼnnï3\x02 €ÇݤP°PÑ "
b"x<Ê;m/4k£Ø®\x16 GÒê\x02 "
b"xu5˜Šî:;ªGLðòí¾· "
b"x—BœïH7X’\Ÿ\x08 bóž@ "
b"xîÕˆ\x10 Æ9ʬe3ÃX¸Ö¡ "
b"y\x02 TÆ▄/4┤ü®═ä\f ãñU "
b"y\x7F i‰t\?³¨þ\x1A ¼ÿ“aÏ "
b"yÉ\x02 }~ø?ØÅ"\x7F\x05 Ä[┬\x12 "
b"yáQÊ╬‗1ìû£`8çHyª "
b"yæ…H#Ú<磕™PDCŒÔ "
b"z\x11 ày£Õ?W½gseD4šW "
b"z-'‚Ŷ=š“\x0F Xút3[h "
b"zZ±¶æÃ7o•@`\f Öz©´ "
b"zɺ&]1¨æEwú¥º¥¹ "
b"z¿ü\x16\x07 █=lØob\ç\x08\v\x00 "
b"zèüÂTZ:É›WAÀ÷þ³' "
b"{2\x15 éå¦;[»(þf"Ž´Ç "
b"{`\x17 6\x1Á£ÿ▄''sظ "
b"{j\r \x04 ¢<¥¯`“ò,õè< "
b"{uNO`>–µ˜\x07 äMüiý "
b"""
{¦Ë®\n
\v ??¤áæ\t "àù
"""
b"|?¸▒R╩;ƒîBÅZ"\x13 VM "
b"|ެ‚Êñ:€—;b¾Š2¸ "
b"|É¥>Ÿj<MœGUmò^ºí "
b"}\x07 ╠eµù6Ó¢ü'õ7o\x02 ╠ "
b"} \x12 Ia;0œ¯2Û\x1A ’’\x13 p "
b"}}_\x03 Iå6a±\x19 ,#±/Ï{ "
b"}¶äÈ'Û<g°[ aI}ãà "
b"~\x05 ¾/\x08 ì4\x11 Æ\x1E\x7F ─‗</` "
b"~\x06 l\x01 M\x08 ?Ù‰Ï\x0F Œ'áe· "
b"~qf\x08 ‡X<h©»[—š}\x02 4 "
b"~±†>Т85¾\x7F Y;A\x13 -\r "
b"""
~È\n
\x13 ~L0Bºéü\x14 \\x19 Ã
"""
b"~Ù¬6xF5W°íá){EŠÄ "
b"\x7F\e o\x05 ¾\x1A 3ø‰ï1[‹1ûu "
b"\x7F > Uš2…—¾A$@xu) "
b"\x7F i}B½\e 3═ü2 ú\x07\x01\x13 ║ "
b"\x7F ‹ï°Æ‹4•«·Ë\x06 ˜,)˜ "
b"\x7F Übë8+6Ðêópg[┬ü, "
b"\x7F Ï“êÞ\x12 :\x11 ¾ó\x08 +NÇÇ» "
b"\x7F è6¡;|28²\x04 ÇX„ÌpÚ "
b"ÇKög\x12 Â6ê▒=àÔ*ñ¥Å "
b"Ç┌ñP┐m9=Ä7´TW│ûì "
b"üxé§Z?;mĨңí╚'O "
b"ü▓╝\x1F Ó¾4y»*Q÷ý¤█¿ "
b"üÔuÅ\x11 ç8,ÜVÚ \x7F iS "
b"‚\x02 «@¨;É…¾¼\x18 ©o=Á "
b"é$\x06 ¼îV6\x01 ºzüA1\x0E Ø, "
b"é&¹©je>■É═\x08 x~¦îÜ "
b"‚-ïê\x07 Ð5غއ'ã{¾¶ "
b"‚Jâ±F\x15 1ˆ»[þàOÕ¥ "
b"‚X_£ÁG>\x17 ‚j \x05 ¡>|( "
b"‚‰"=BÏ6š©QGP€2¬î "
b"‚Šo£õž<~˜FúpÈ\tï "
b"éØM;Á\x0F 3Ò½ÝécûQr┼ "
b"â\x16 j@P>5Z«®\x12 ɬ=¯╠ "
b"â-ÛÔs²<Zìa\x0F\t 49ñ0 "
b"ƒ[…Qþ_2ܳ«U?1„\x03 Ø "
b"âÃgzêp?Ñì\x1D ì┤É4■\r "
b"ƒÓ:Ȩ 4\x1C ¥•Y{»H\x05 ¶ "
b"â▄QÑÑè>║¿\x08 ¥µØW°J "
b"ƒâ¸@î¢6\x13 «ËæýqA>› "
b"â§d\x12\x18 ©:aÉ▓ÆZ>`\x1A "
b"äZy┤Ê_9ì╗\x12 ƒ■ý█\x03 q "
b"„…=\x07\x04 è5\f ºF©BÌsZ\x0E "
b"„½Æ•¿ê<ñ™†“ûZŠ%Þ "
b"àZ#éhÞ1nÅ@?ôN█(¡ "
b"à_Ý0,g3@ØÊnTdW┐6 "
b"… \x10 jÕù>±ˆ•/\x02 :ªe# "
b"…¶ÞowÊ3„” )ëÕ\x0F á\ "
b"""
…ù\x7F ÛU-;\x19 ªç2¢àÙ\n
¾
"""
b"†\x02 ½¾vç=¤ Шdê¿ÜÑ "
b"†\x16 å_žê0™¾:ÃW¯Œë© "
b"å4Þ─jô7\r ×▒ÉÙÕõ\f\x1A "
b"†=ЧÉh8>™cä"geÍÆ "
b"†>È&\t v=„¨Ž\x05\x01 Û‘þ… "
b"å\Fü¥£5IÂõ]cM├)Í "
b"†Ëôé0ä9ú«óÛ¿°÷Lµ "
b"†Òi”\x10\x07 >·¶úF\x1F\x10 Ï~g "
b"""
‡\n
Š\x15 µ\x1C 4܈¦þ‹›Y\n
Û
"""
b"ç\x11 á╬TV;eØiIƸ╩&X "
b"‡\x13 _ŠQð5|¤ÖI\x14\x13 ù, "
b"ç\x17\x1A Ô(l4\x7F Ø\x1F 6ôs®~| "
b"‡;ß(ƒ{7v¡Gg2¯1°€ "
b"‡=)}b„>ƒ®¿GŒ"VQ1 "
b"ç=kÜ─n0&«9k°¥ãÉ\x16 "
b"çsì\x13 w`3┐ÖE}ò²=m§ "
b"‡{°ÙÙF:Ľ÷Oèé¿e‚ "
b"‡è£&ׂ3”£‚wwsûrG "
b"ˆ=j!…ë3;¢&9\x17 eÒŠã "
b"ˆD˜’s\x13 0T¢¯ý\x05 q\x10 Øâ "
b"êbÞÉO{;;©Ü8g\x04 !Îg "
b"ˆžó@äd2³·Z6JCÇ<î "
b"""
ˆ°]…v¥>)²šj\n
š%ÑL
"""
b"‰#}\v ¼ø>i†çˆé…§ü% "
b"‰“\r \x0E të:4«\x1A yV{ªë\e "
b"‰•W\x11 ÷º8Øv\»f5'\e "
b"‰—æ—Óx3ãƒs9´FP7ª "
b"‰›&i\$8zª\x01 Þ*Õ\x07 Qè "
b"ŠnNÅxÃ5\x0F ¼Å•G;4¢î "
b"èç%ÙÜä7và3Ȩµ▀ì» "
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"Œ ïýÊ4?z®@}\x01 ášAƒ "
b"Œ(&\x08 &{7ݮ܋ø[v«Õ "
b"Œ0í\x12 <Ã5㈃ÆÅ'\x7F ^Þ "
b"""
Œ:\x7F 5>C<ÉŽ—&q“\n
\x10 €
"""
b"ŒeÈ\x05 [è>.©Dh¿Ì?\x1F 5 "
b"Œu\x1A N\x1F Þ?~´)„Ëý´Ã\x01 "
b"Œ~¾\r Q\x16 8ưÿÙ|æ“[ "
b"îÅô9ð6;Öàm[Ä■▄N[ "
b"î╩\x04 FmÝ0├ærا¹\x0E ▓\f "
b"ŒÐùÃE 9ì¿ö\x1D ¬M0PÒ "
b"Œ÷]\x00 L\x16 :\x02 ©pK Ê›Ud "
b"ì,rßU^>Y©Hï▒Q╔|\x13 "
b"ìØÔß9Ê9ï╗K\x01 Ͳ/À× "
b"ŽH¬¢£_9\x10 ²±¢«Í•á\x10 "
b"Äf¢\r ┐¯>±┐i°¯VTÄÅ "
b"Žråˆ\x1E\x12 6Z»@¶I_)6k "
b"Äx=┘üÚ9ßäSIq║üÇ\x0E "
b"Ž¿™Ž-Â2c—‚2POV‘C "
b"ŽÕm¿Iá>Œ¡I\x0F\x7F\x1A òÉŸ "
b"ÄÞ·VIÉ;µÄºÒ%SV2F "
b"ÅE\x1E å/¾>ýÜ[\x1D 0╗®ùg "
b"ÅhbØ¿í7Þñ Ö╦Z\r ;Ù "
b"ÅnL\x07 _╝4.ÇçÖUHÔqÕ "
b"Å©jãóÜ?\x08 é\x01 ó\x1D l█áw "
b"Å╚ÌK\r H:A¼®éXó\x08 b: "
b"Å╔붺Ý=sîp{└\x06 ╬|Ô "
b"ÅÈf\x1E └┌8,ú\x13 ¿Ñáíø "
b"É\x1A\x05 P` 5.º´Ð`kÃ\x08 û "
b"ÉO┐\x10\x1C Â0░Àg\x7F }µ▀n "
b"Éf`ÿü ;>¬\x0E ÍGÅéì\x1E "
b"ÉyoR╠9:M£(╦ÆxöÆM "
b"ÉèÒt¸L6Ñ×î\x04 l\x01 «ß‗ "
b"Éú\x02\x1F ú43m│╝«aÇ_\x15 ® "
b"‘$\x13 Î\x07 –==¬–ßT)b8 "
b"æA`╠\x04 Ø9B¡0ºÁØÇ4a "
b"‘J˜cV>5´’Ê%IîÖž\x1D "
b"æüÔÿß\x07 ;3â9ßdÈ╗\x1F C "
b"‘íf®0,:zˆ\x7F þ¶#1¼õ "
b"‘÷lìÓ{;&¦º:ö¥(\x15 f "
b"æ³oÆ├0¢Éún8À÷└\x01 "
b"’ á@«89¨¤³ŽÀ\x04 à‰¦ "
b"’mT\x12 èÏ8K’\x00 ÚúîY'Æ "
b"’}ížM=*€€&ý\x0F ŠÊ$ "
b"’„ƒZ”r9\x07 ‚¨¹b±€(ç "
b"’δ$ç‡?y¥ÉˆÈ1QòÙ "
b"“\x12 Žãc\t >«…ô´¹—\x1A É\x06 "
b"ôá,¢m\x0E 0»ÅB╗}·┴¨f "
b"“ưO'27^šüx'™¾›- "
b"“Ñïç4\x05 6ºƒh\v ~}„é[ "
b"“æCHæ(=\x02 ³>ú\x10 ŠW3â "
b"”\x1D l0&Ó:-“îlN1tG- "
b"”?,AJÃ=ì î-©!oÀ« "
b"öMXá¶Ù3¼ø\x15 MÇû\x1D üA "
b"öXƒ8Q▓<6üÇ┴d█┬T "
b"ö\x7F 1É\v ║:\x11 »ß©#û®»¾ "
b"öé\e Øú÷>‗╗@#úT'J╔ "
b"”#½}Q;¼™\x17 '5÷nþò "
b"”ù\t r\x14 8;\x04 ·oÌ\x17 Èø\v H "
b"ò\x1F >'ü¶;ëñ\x00 T\x0F \r Î¥¤ "
b"ò ¹■±u9ËêVldN/ØÑ "
b"òN\x13 ¹µ¼>Ù£ìF·½Æén "
b"ò¢+\x08 ~ì?Jä0áçfpðÍ "
b"•ÚêPf_0@´8¾ƒEû²‰ "
b"–<>ª\r c:V²lõ\·‹†B "
b"–yûÖ˳7å–×\x13\v 6e.æ "
b"ùïG¯\x1A N?█üå"▒9ô¼Ê "
b"—ŽÚN\x17\e >A£¹N”?,ûÒ "
b"—¢h*ÚÜ3B“ÇÉ\x10\x01 èéü "
b"—±µ11X=¯Ÿ¼Ç.P·-\x17 "
b"ùÓß«OÉ<Íâ>\x1D æ'┬\x04 m "
b"—ãÀLÎ6;¯™é“£ä›b{ "
b"—ù´ê”V>Tµ,¡Î\x07\e Uä "
b"˜#\x05 m#s0¸½\t 3&SnP› "
b"˜+\x02 Éß”<íµÜà•ŠlÛç "
b"ÿN¸Ebü4i½àíƒh\v ÉÀ "
b"˜OôL\N6^¨\x1D bi\x18 O†› "
b"˜r\x04 ß·»4#«—M;´!;… "
b"ÿ╣IáIt7ôòI\x08 Åý\x05 n~ "
b"ÿ▄\x08 t×°:ØÎ¨¶`┴\_ "
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"šg!Ùüc8¨‹£\x01 »©\x15\t † "
b"šŸÂ:ôO5\x08 ·X[ŠŒBï\x1D "
b"šËXöXÔ>Iˆ\x1A kÑR+\e # "
b"šõŒÑ^Ô6î¸V8\x08 j.YŠ "
b"ܸrÉÖ┬?ıñ§«">i ý "
b"›\x1D øÿÙ\e 3ˆ•]".ºÛè{ "
b"›1ÐycÚ0\x15 “\x1D NÊ0_5‚ "
b"øb▒\x1C\x1D ¿8Êê■füs╠ò| "
b"øô¾\x00 ¤f2Ŭè\x15 ß\x1F *\x05 · "
b"›Ã á--0Ö $tY‹–sl "
b"œ"×Ff>=î„1\x7F ¹\x01 ªÌ¿ "
b"œ.1ô\e û2ô²D6\x11 _x\x11 i "
b"£HÁ╝äü8e×O²█0ü\x15 4 "
b"œV5"ò€5/ŠÆ5l6G-\x07 "
b"""
œf\x06 !Ò\n
6#¡(V\x1E …N’ý
"""
b"£ò_╝ð»1$ì╦öX|Âþ[ "
b"""
Ø\x08 \n
\x12 /\x0F :Fº;=ç▀\e $ú
"""
b"Ø5xê╬39ȃ┬ëdº7¢\x7F "
b"Øymo)ª;╩º\x02 Q─ðþ\x1D N "
b"ØîÇ\e ±i:\x02 ╝2▀J\v d\÷ "
b"ØÑß5┼\x15 25êk\x02 │ÙäEc "
b"žj\x19 ó‰l2+¬íßå ò\r l "
b"""
×rÛâ┬Å:xù\n
\x06 A─Ø\x0F ƒ
"""
b"žÁœ¿\x01 O5B«9*3¢ÐøÞ "
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"Ÿƒ³o»n:Ë—ÇòYZbtq "
b"ŸœÛ\x04 ÝK;u™—a”Ÿ\x1F «d "
b"Ÿº©\x11 ä\f 3þ´ìššØw'\x17 "
b"ƒ─\iS«?ºØ\v ╬─£ê═ø "
b"ŸÚßV)~7½‘°ÿŽ6qÕ¦ "
b"ƒ )\üh2Qâ├\x11 xý.\x1F Õ "
b"""
á\x01 ã\x05 ├▓2\x1F ü▓\n
ª░2\x1D ║
"""
b"á\x04\x1C ┘W\x1A =Æ®┴8ÉYƬo "
b" 2>L&š5S¦\x13 M$Ιs‹ "
b" V\x01 ¿´\x08 7\«Y†¯œDîþ "
b" rà\x1D\x03 ÷22¹³3$æÈ'` "
b" ™R)èõ?œ¼Q^sW)Ñ5 "
b" ÍÑRôe0Æ¡¬GGõçqë "
b" Îp;«\x0F 4«„\x00 á¸1\x01 QM "
b" â6‹k?3Hš\x1A bfM\x00 Ô¦ "
b"í\x1A ┴┼i®4┬ü£*«¸ßÄ "
b"¡?•CE53§ â™\x08 —§ÿ\x19 "
b"¡“Ñ`‡\t 3¼•p“Z\x18 QÑ\x01 "
b"íËUÕ╣ó2ÊØ╔i×°\v xÞ "
b"ó9\x14 é\x05 ??Øæ¡5\x1F ¶¾+Ê "
b"óQ└ØÅ$2=¡¸£Ð×^(ı "
b"¢f\x03\x0E $O3*€>\x19 ûñ\x14 L† "
b"¢Ó\v A6ÿ5—’Q\x14 T3ÀY "
b"óÝ> î▄<ïúõ5ÖÈØ█\x0F "
b"£Nß‘!å<̵uÞÍ9¾\x14 _ "
b"£‘¾\x16 ^\e 5“‘Ú@]ÉvUž "
b"ú├║8\x11 p0¤Ü{ÊÁÚËÃÅ "
b"ú╠▓Cß«7ıÄÜh▒^ìib "
b"¤Dôg½þ0V‚º\x10 ê\f }óÝ "
b"ñL╦Íð 8®©õØ\x10 î╦\x01 ÿ "
b"¤M@<Ô¿5<ˆ•]Ù)Ok7 "
b"ñÜ/\f\x04 |:\x0F ÄGüý Øú8 "
b"ñóu*Å(;Iƒ\x14 ´▀;Rï└ "
b"ñ╝§cD?:sÅ\f ı*´\x17\x03 "
b"ñ┬]+æG;¢û\x05\e ¶OçÉ< "
b"ñ´Õ¿³³3╣Ü@▓Ö©TbØ "
b"¥Hà»ôa2nª@,(Rå-( "
b"¥ydPÍÅ82¦T²ñ*²æ0 "
b"¥~\x11 ì5m5\x14 ‚ÎwI\x1C sL± "
b"¥ß&8\x1C #?‰Ló3B†ª\x05 "
b"¦ \t ª¤\v 4[†œEtѱª0 "
b"¦?Ã(~\x15 8~®j¢\Áíá\x11 "
b"¦[Éf#A0ª˜ækŒÇ¸îB "
b"¦œÚW˜Û6\x10 †eiŸµ\x14 v\x1D "
b"¦£D\x03 Q\x10 91žEñÞNr\x16 º "
b"¦æfnÆ–8t¶&jصfÖ¤ "
b"¦÷|ìøu:\x14 ›K\x08 š>AZi "
b"º;\x1F g½ü9$¢▒├ä'eN\x18 "
b"§Jb,¸ê5’§ê\x05 ½\x16 ïÐæ "
b"ºgì\t ╦õ:ÚÀõ¹ï╬ô!« "
b"ºí▓\x10 ïÔ4¦ì├¯\x08 E>[| "
b"§´-\x01 ±@8/¸¥ºYÁ•ª "
b"¿nÂr<o4t╣ì£▒7G▒\v "
b"""
¨¼Ÿó¦\n
7¹“ì*ÂÐ$nð
"""
b"¨Çó\x17 ¢¨6iƒG×B¬úï„ "
b"©\x07 ¾G/¡9J™™õ‰È¾\x10 ¹ "
b"®\x1C ▓\r I=:½ª\t Iì\x05 ½┐\x15 "
b"®!<°░89\x17 Ä\x0F ÉË%ÍÇö "
b"©&Ñü‰§5\x19 ‹\x00 Ž\x0E ÑD(Ý "
b"©œ¦ŒÜ2=}Ї(]Ï\f )æ "
b"©Ÿ—dO‘?š«mSF\x7F ´ÄŠ "
b"©±†&‰¾6……©\x00 gæC\x0F R "
b"©Ê’B6‚3@µo\x11 {©õªŽ "
b"©á6µ%\r <‘¡UÜØVJÙÎ "
b"ª\r •%â•5\x18 ¡ßÈ\x00 ÌáBÓ "
b"ª\e $£ª—?°¹ãèM–#ÐF "
b"¬g╩▓6z5ÓÄ~ìq\e e@³ "
b"ª£DßÒþ7÷€58«§4…| "
b"ªÞ0ÝœT3\x1A ¿\x10 ¬KHº´Ò "
b"""
½ì]ÆÄ¯9\n
í\n
▓{\x1A 0ä\x12
"""
b"¬;•nK¥4\x19 —Ô‘–Y\x08 ª¶ "
b"""
¬M\x1E \n
üH85‚ðG\x1C\x19 ø[—
"""
b"¬hË\v x\x16 9®šV\x0F )\x01 ÖuÁ "
b"¬rç}\x18 ¦;x§ü\x19 ub•ĵ "
b"¼ê;ZaÈ1ðüÄ\x1D \!¢├\r "
b"¬œ¯õ’A2÷£põ\x0E ŸƒGˆ "
b"¬«ðÕžš2(¯»ÑŒô´Ëq "
b"¬ñæòË\x06 5™¤Ÿ|‹\x14\x0F t "
b"H\x1E —¹\0¢—{|†(í1\x0F "
b"¡i²üµ┌4±░Ê▓ÏgÓZÿ "
b"¦˜\x0E }ç8Ù¦@~]¥Û\x17 } "
b"Ê\x02 !Nh0}Š_\x1E Ç¥\x14 |‹ "
b"Îþe_J=N˜¼¹m5Nìa "
b"¡‗cOð\x1A 0<ÅTE§=.r\v "
b"®\x00 C‹a¿2Ä‚ØUÿÂà,X "
b"«\x05 Ü/}'=Xîeƒ\x14 ░\x16 ▄É "
b"®.\x10\e šY;a™4ˆÀº[/÷ "
b"«K^úVÆ3ìÀ\x1C DøÂwKí "
b"®›t½4•9]¦B\v\x13 .Wüb "
b"®×\r -¦\v 4\x05 º®O¹ä\x17 þ "
b"¯{\x0E ¨®¦0üŒZ<a\x18 çR+ "
b"»¼\r D\x14\f 1uØ┘`┬À‗Më "
b"¯µÒŸÍÙ1ô¤¯kŒ€?„u "
b"""
¯ÔŸ\x04 ø¥=‹‡£\n
{¾`·¿
"""
b"°\x00 —{\x04 }4À‘‡ìˆµÐÊI "
b"°JË\x1A R\x00 8íŠÜ·:!‡ù\x0F "
b"°P?\e „ì2¸²ÔêÁ.qiŸ "
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"°«Ïyž—6¸ºl¢\x18 Ú¶èÈ "
b"°¯W½Gý=G¬Ñf˜YÒ\x0F 7 "
b"°¼%ù¯\x08 :˜5'Bâ͞ "
b"""
°É\x14 ËT¾?)£¸¨u\n
Üë2
"""
b"±œh«±µ4źµE&Y[@ß "
b"±Á(¯àÒ1Šˆ.\x0F PHÙ\t\x1C "
b"±Ö¸láM=lCMöã\x06 U[ "
b"²\t\x1E #(s6Ä•Ökï$`G< "
b"²\f ùÞq¦?D¡%5îŒñeS "
b"""
²'jéZÆ>\n
¦êd§(]º
"""
b"²I¦\x11 p€3ý´î“ïÉG¥c "
b"²XVP\x08 \7Ä›\x12 ß{(ˆþ "
b"²Áæ³þ^>@“d…\x0F $?\x13 Ú "
b"²ÅD7ZY?æ(|´OÚ”ò "
b"²Ô‹5Dl;̳Ãÿ¨›_V\n "
b"²Ôþä¯Ý=s§yù\x04\x08 Àÿ´ "
b"▓§ØÍÃ|1░£MRTÕpo3 "
b"³!p3ìÏ;¦·£Ðü\x01 ©\f S "
b"³0õ\x18 7w:õ«Ú~\x14 ðΠ"
b"³4'(VH=\x02 †a-pûèü² "
b"³XveWd1ü²[”×4þÕ% "
b"³bãôú\x1F 6¥¬¨ˆËíXãÒ "
b"³d\x04 }\x10 h6ªƒ$ã\x05\x1E ,[3 "
b"³s\x03\x00 ˆó>ô›û4-\t 'ˆ½ "
b"│┌RØU[1ñÖ┐ð6┐9(ä "
b"´\x11 ˆ¥ÒÕ3E ÝÔ\x10 ¢ÑŠÔ "
b"´@™—ôK:ê w\x1E t¯3?» "
b"´Åt,e\x1D :ù®F7ÐëdxÆ "
b"┤¾ææØÕ?Ê▒c¤9░\r ─▀ "
b"µ4J\x0F cš:ć\x1F #¶\x02 ¹&Ï "
b"µGo\W;1#«\x1E “G££@Ö "
b"µ{†+0P1^ 4\x02\x03 ñŽ(í "
b"Á|ü(ª\x1F :k»▀°®ç%\x16 ¿ "
b"ÁØ╬9ip7ı£Ufê\x0E *}. "
b"µå\x03 b'Ó3\x16 Ž~fÎ\t 1‘Å "
b"¶\t L\x19 È\x01 1³‡LÚ°º\x1E øB "
b"¶\x1E ø\x17 Œ[3i‘M¸xó´jä "
b"¶9\x7F XÏß<š—\x02 ëÛ\x03 Ù\x14 € "
b"¶=§§Å¡=¼¤0âäô½¸T "
b"¶cºá\x05 51ï©PM*oTu "
b"¶jÈ\x18 Zê<é†\r ©o\x19 ¢žÇ "
b"¶‡KyLë9݉Mâ¸äèse "
b"¶Šn¬ª‘6WŠ÷Ð5;QhË "
b"ÂÅy|@Y3Z▓╗╬âçt\x02 ┴ "
b"¶¤!Çé/7\x1E ²ï‹?O\x03\x18\x11 "
b"·\x15 û©!ü:"¥\x1F ûKHCÿØ "
b"À\e °ì█û3\e ÉÖ©Y\x02 a\x0F ╠ "
b"À6\x14 Ý,0><┤DLıèØH¡ "
b"ÀNÎÙ«"9\x1F ìêï\x0F ▓\x7F\x15 ▒ "
b"·\×…qt=zwV\x06 ùد\x13 "
b"·v½\x01 n13æ˜C(† §Ë\v "
b"·¾Vœbñ>¶˜]9ÜŽh¢; "
b"·â‚Úæ.1ÿ¶bjš\x07 ¹\f º "
b"¸F·)åÛ54—X¯€\x01 ÈNv "
b"¸‰`r¯Þ9ý¹\x11 @Ô˜þ°€ "
b"©ÉÏQ9á2Ì¿\x12 æ┌$1\x7F \ "
b"¹M•9»?9Mº»\x13 ³Î¤{ª "
b"╣X¤╣▒Ï1_Ö6HÅeÀ\x00 ┐ "
b"╣ìsÆbÓ4§ÿZ]\f -═Ñê "
b"╣×yáÔk3`Ø%k┐Ü£ø\x06 "
b"¹½Ñ\x18 ²==k±Aìk1¹£’ "
b"ºuÇê²Ö>‹“Î+í¹Á\x1C k "
b"º„‹rþè>³¬a\x06\x05 4÷ºc "
b"ºÇÍ!'Î;m¿ŽB«õ\x06 ö3 "
b"»\x08 Éa`\e 1ê€R„è!I+I "
b"»\x15 ÛD™÷5‡ž¢þÉ“Ã\x1E q "
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"»ÅdRf‡:ÿ•Bcó-Ë¶È "
b"¼)å\x1F ëƒ2í©ì$Wb¥ÿã "
b"╝ü┴O\x12 Í=)áénÿðJ¼ƒ "
b"¼»ÖÍÔ\x14 6H™\x01 úžNôë~ "
b"╝¯Â┌ü\x00 3¦ÄÔ▓ø┘ó%Ø "
b"½\x05 ìmÄ—:ð§8îÔD~ÿ¡ "
b"""
½NPõ\x18\x1C 1_¥\x0F Žh\x12 +\n
t
"""
b"½ˆó´\x16 Ü=7ŽÁP\x17 ¢\x04 ¬0 "
b"¢æM"ï°1o║õvþ.äØ/ "
b"½«¼Ø â<\x0E ª!‡p‚É'ž "
b"¢Â±Å{\x1E 0{óç¼│Ñ╬\x0F\x12 "
b"½Ë›lÿ\x03 2\x03 ˆØ@GI?åh "
b"¾\x07 $þNx76§½M\v ˆhî "
b"¾7\x1C ûí$5à®\e „H\x00 Ožy "
b"¾ž\r yE26è€\x7F\x12 î§É¤; "
b"¾Æ©p–89“¶$›æ×\x15 G "
b"¾à'‡\x16 <ï¶w•NTd6˜ "
b"¿GõH?\x06 3\x14 ²fî©\x1E Ñ)T "
b"┐Nìø\x15 U0]¿b§┘wÈ63 "
b"""
┐^Yý \n
2ú│·Ø·°þ6\x1F
"""
b"¿»»™Ô"<–¢¶j¶Æ‰_’ "
b"¿ÀŸ |U5DzÁ¢(Ú¯vÍ "
b"À"}›÷&>ž‚$_\x06 ñι "
b"À<Iå¬Ò<cŽÈ¾æ’ÆÆ¦ "
b"À>/ÑH¥0\x0E š`þ\r É®š{ "
b"À>°Y\(7ê˜ÅÜ=h’\x18 ² "
b"└├¸õRÏ8Ø╗Øó³╝Ó^Ì "
b"└´HØø¹=¾½Ôݲk!8M "
b"┴5àÖ\x0F =;òäµ\x15 Î\x11 ü\x07 m "
b"ÁF©çr<>\x02 „\x7F «&›¦Ë\x03 "
b"ÁquÏ”Ë2Ì€þéÀV\x04 åË "
b"ÁÓ:œ—[2¹…Ö\v K¬\x18 Ea "
b"ÁÝIx€Ÿ6\x07 £¾Îâ× §‡ "
b"Â\e Õü\x1C Ä8J´Ÿ=K\x1A 4\x02 t "
b"Â\x1E\x06 Ľ{9Þ°ñœ’ñ\x08 1» "
b"┬"Sa~/4Øçı=!üܦ\x13 "
b"""
┬weOç\n
7\v Å¥Û┤\x01 %2?
"""
b"¯ ¼jr4à ÜöŒ°ù\t \ "
b"³׹˜¼9Ms™\e _ó€\x02 "
b"Ã\x10 VŸmë8äŸoÞ° \x01 ¿v "
b"Ã%õÃ(82\x17 ƒRV\x1D ™\x10 *( "
b"Ã/\x07 +‚¨09«ÿ\x01\x14 z‚˜\x18 "
b"Ã<ŒÖµ^1$ª€\x01 VÎ}[\x13 "
b"Ãp\x1E ^\e\x02 7Ù•¾9L´x\t ¼ "
b"Æ”sø…5d˜†\x1A &~e!P "
b"â¶Úü==rˆÐD¸ ì\x08 2 "
b"ìö\x12 Øâ8cªP^ëCh[& "
b"""
ÃÊXˆš,3àž÷\x18 `a\n
+®
"""
b"─\x17 á&b\x07 4ìí\x14 £@ãv\t\x16 "
b"ÄuÌŒ%¥7ô¶Á“HMv\# "
b"─üÕÌ\f q3╝Ñk!4ºÃ¢│ "
b"─«\x0E Å «50¡©Õ\x1C ©Cj{ "
b"IJ–ð*†:ž¦£¤- ðÒ "
b"Ää(hX¦8¹†FúX+3™Ï "
b"Å=K·F\x18 ?‡±1NªE\x04 ?ì "
b"┼kµ-¼"=4í(Ã┬¬ìÍï "
b"źvËn):\x15 ¿\t Œô‘&æd "
b"Æ"gÏÅx5\r ƒÉ°Ym¡¼\x07 "
b"Æ_¦A,j8\x1F µfTú}\f l” "
b"Æj„LÓZ0þ±›\t z\x04 +lÿ "
b"Æéóóž@1\x1F °ÞF?r\x10\x11 Ö "
b"Ç\x00 ;€öï>9§í£hnzâÇ "
b"Ç\x11 n¾Ê96 ¦\t iÇâ¹-f "
b"Ç9ò±§<<{¿\x13 £ðP¥t* "
b"Ç?Æ\x0E †–8»•'ÎÞ\e ¦;÷ "
b"ÇLEL@\x1E 8š—jW\x7F F¦Åù "
b"ÇbÜ‘#\x04 >Ü™?‡h½ÞÚÒ "
b"Ãc«Ðw┌4çì§┴GÔø╗¤ "
b"Çi\x10\x0E ÛH?b‰E\x02 ÷å\x1D\x7F ´ "
b"Çm¢ì½-:kº#s1ÚH\x03 x "
b"Çuw\t\x01 ’2i¹\x10 «µ\x08 Ò\x01 F "
b"ÃÑì|ÐL>d¼a\v )ÿogÁ "
b"Ã┤!Öü»:?«LºY½fxà "
b"Ǹ־B\x04 5rݱiÀ¹ d "
b"ÃÌÑÜÅ"8Z░b $ÄàÝ┼ "
b"Çê}tC->Œžñèd\t î#= "
b"╚oÄìV^1åï\x15 ¦¦ßr6\ "
b"Èu¦\x06 :t1ê„jV¢rÿ\x07 / "
b"ȵ\x1A ŠÑ÷:ˆŠ~¨‰óV] "
b"É\f tþ%]>iˆ\x1C %NËó\e\x11 "
b"É0®hE£9\x14 ¶½óÅ)Ú2* "
b"É?u‘uS6\e „üò¦è“,‘ "
b"Éa¢PM³6ñO¶\x12 †\Ð` "
b"ÉoM”\x7F ª9üŒ(ˆ}>¿Ÿß "
b"╔èã┴├³1üû\x06 (±\x15 Ô«ç "
b"╔Å╔\x04 û\x14 ;╦¥R±8o».│ "
b"╔ɰ[«^<ÇÄZ CPfÇı "
b"╔«À'ª\x03 2yé×hì½\x05\x06 ┴ "
b"ÉÛ;Ë$X?\x16 –´\x7F :æ¯ˆØ "
b"Ê\v Éq#ÿ4Ì›\x00 {‡4À$¿ "
b"╩\x15 ¦¿ÅU<¯ìû└()I7\x1D "
b"╩.\x0F v?Ç?düÜ╝¸ô\x1F ¦\t "
b"Ê¢hŽF43†|\f ËP¡ø’ "
b"Ê¥ú¦úñ3[žR—ÜÓä5× "
b"""
ʰ½³µÊ6C™\n
O\t û´"\x16
"""
b"ÊËÞ¾\x03 †0\x18 ’…þgª<%Ó "
b"ËNRžRÛ0ȹq2‡Ã«¸Š "
b"Ëd>\f &“9uµ¹›=+\f Xr "
b"Ë‘<ï-›=ó·w?ÍÕ\x19 ÆU "
b"Ì\x06 Wa»;:Æ©û¥Ô)dâ/ "
b"Ì\t ì=ç8΀ÒÖ@ŽÁR– "
b"╠*Ð;¹39┼Ñr±'Ø=¦A "
b"╠kìTQ?05»LfÏ©gߨ "
b"Ìz]\x0F '«;Ê€úzNâäO; "
b"̃Uy¹ˆ:Hª5± n \x01 2 "
b"╠×-BRÎ2eÅ\x17 FØÊóù´ "
b"Ì©àžìb1®¿QI\f\x06\x18 vº "
b"Í\t 3Å5Z6ð‡úŽº\x10 +'\x04 "
b"ÍXÝøÛh;DZÁëä\x1C\x12 .{ "
b"Íd\r ~ãÅ3\x0E ¹ˆÉßšb\x04 ! "
b"═n\x7F ùªE=ì▓6║]EIGÅ "
b"͆à‰$J2ʾ\x13 !Q§·-5 "
b"═¡¥\x01 ┌M9 Ø▓Û\x18 |\x14 "¬ "
b"Î\x18 ©ˆe…:‘ˆ'8uâM\x17 C "
b"""
Δ¶\x07 üÉ8T¯\n
\x0E ±q1•Ê
"""
b"Î …\x14 ÎÁ3\x12 ¥*wp£\f ¾÷ "
b"╬Á\x14 û¾;0Øái.\x06 ax.ô "
b"ÎÊ„\x07 l\x07 3Ê®¯\x12\x13 V_&u "
b"¤:.7½Ç:4É\x7F\x0E ïVà┐À "
b"Ï\x†uÐ7ˆ§A¥%Ôí=\x02 "
b"¤Ä9ªá]2«Ø\x1A µvÁ¥×ê "
b"¤¡õzY─6ûòøÉW-╚;D "
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"Ð\x1F a(€\x1F <\x02 œjyž\ĵH "
b"ð2l─ùk7ûì┼ƒ\x1D ¹Z7░ "
b"Ð`gÙ¡I1Z…$'#S4=þ "
b"Ð\x7F\x00 §š+4Ñ¢§•'\x12 Üß? "
b"ðÜ®ÃÇ¡;éïR@\x04 æSØ¿ "
b"йçsÛ™=‹š·"\x06 3\f °¨ "
b"ðã\x0E 3Ø¢7■ó╩"8Pþð¦ "
b"Ðð\x11 4ªÛ3H½u~*¸Ã…S "
b"Ñ:ê§Ká<ñœøÅÙ\f Ál\x0F "
b"Ñwzýo„4n”jva€/´Ì "
b"ÑLjÞõï9\v ¶ô\x12 +%%&O "
b"з´ıÅô5£àÀy±\x7F å,: "
b"Ê\x14 ╦ıQn;{Ø┬-\x17 ╠ª▒┬ "
b"Ò"&<K[9 ¬\t ™þñ\x07 ¦§ "
b"Ê]Ø\f eä:pÆä¦Acx└╠ "
b"Ò ã\x07 Õ\r 7¥¯x-ƒh\e\t L "
b"Ëô\x07 dùÚ6a┐ìO·÷ݺ% "
b"Ó»v\f ¾~3¨›àú¢Ê\x18 CÄ "
b"È\x11 ┤4©÷:ÿì_\x18 ╚\x12 ┘ª| "
b"Ô#¡ýÈ¢=ͦp\x18 ¨\x07 ÍN´ "
b"ÔC\x07 Y-\x02 ;Óˆð\t €#Í.÷ "
b"Ô\\f i3\x08 <4±ØÕîEBò¾ "
b"ÔsΉÂ\x03 1äª6}˜‡¬„´ "
b"Ô³C¤"F:!±|\v •<ý¤q "
b"ı\x19 b┐§╦?âü°¾4>¹ÿS "
b"Õ2f³™\7\x0E ´}A¢JŃ "
b"Õ^\x15 ”æÞ8€¸•˶öAî "
b"""
Õ‘“XÔx?ì•\x1F ËD†Ó\n
W
"""
b"Õ“ÝPr<<Ù€ëƒÁ_Ä×› "
b"ıÞ\x06 \@ç:\x19 Øä¤Q\x14 h$F "
b"""
Í="\n
\x04 c0ÌöÉ\v\x1C ²ï¿Å
"""
b"Öa¥fk»:Ñ¿\x00 Ã2¡“»q "
b"Ötè\x16 ~Ô6N™—dá?DÝ® "
b"ÖŽÚ{ñð2ܹ‚ø]½%ë3 "
b"Ö ‘°OB8“®ó[Ä®'ñ\x00 "
b"Ö¥<;8©7ÝœöD·qù6Ý "
b"ÖÖ£€í¬2YžVT0FÙø× "
b"×\x14\x1A E‰Õ8þ¥o•“§-lR "
b"ÎV"\x11 }µ8·é\x17 !░ÅýÆñ "
b"×n\x10 t\x0E *8Ž—'®\x19 Ú8°[ "
b"×qŸõBþ;¡´èÕLÚ\x1F ®o "
b"×x\x18 19>2\x03 ˆ'¤ú:•£à "
b"×€‚ÒÈF9ó ЪSH[‘\x07 "
b"×Î>–å/3U—ˆmaq\x14 x' "
b"Ï█¼à³\x1E 0ÄɤV{ó¢9ì "
b"Ø÷€½N¢?¬¯ú„˜‚¬H% "
b"Ù$ÕØÑg6A±¡±âˆ“ˆ§ "
b"Ù_²Ç¾×2»ƒ’\x0E\x17 °ä‰ù "
b"┘ahcÎð0╗▓·ØÆöªó_ "
b"┘xÊì9ö4åçK\x00 ▀,╚ ÷ "
b"┘yyK%>uÅ@\x00\x17 >Ó´¼ "
b"┘çàÊ░\x15 1Q©■┼Ðlì¸ÿ "
b"┘î3\e Ö×7k½½TiR■Nü "
b"┘┤Þ«ØÝ;\x06 ùâèÙl*\x11 ~ "
b"ÙϺo%\x1D 2Ž€—\x04 \r ô2Ï÷ "
b"ÙÒÞ&&\x1E =«……®¨æ['$ "
b"Ùði‚¥ˆ>;©ï[3\x03 ÓB_ "
b"Ùø¦@%_?R³'u 6íµ] "
b"Ú\x01 Q]Û9U…\x12 •\f ˆº\x18 % "
b"┌\x04 ÇÅú~0º▒OÙLWä═Ú "
b"┌HRXªU<0ØýY'¿¼=F "
b"┌┤±Ä°y6§ñü■N?ijx "
b"┌ÊÆå¯╔;ÁºeGáªüLG "
b"ÚïLGíP2u±Ô5‰\laN "
b"Ûb„Ÿòî37ˆ˜Jì^ë\x17\x1E "
b"ÛŠ?'øÔ8\x04 ¯ÝoÙ\x02 ÍêŠ "
b"█▒ÑÏêa0 É/\t Õˤ{Ì "
b"ÛÎ\x02 ÙžÜ3Ÿšbì…LÇöñ "
b"█ð\x1F à}ü2õ░■ÈóC¶I% "
b"Ûáù|¤?R¾9A¾`¬\x13 Á "
b"▄\x01\x1F ªgö4ð╝õ â║@ü "
b"ÜLÓ\x12 kî5w–I, J¹÷a "
b"▄{¡ôxì>>Àª╗¨\x03 b © "
b"▄|\x0F "ø 7h×Ъ ÄÉd] "
b"Üëvö—É7€œ¶[½\x05 Øb* "
b"▄´│Ä\x08 V4¯Ø\x05 Ùƒ¤üyE "
b"¦+┬\t ¦Ü0³Ø─ØwØÈ5â "
b"ÝZô?†º7†¥øG9cVl½ "
b"Ýf—6Ú\x05 <õ¼\x01\x07 Û¢¦©E "
b"ÝšöÏtË0F—¶\x13 ,'kW "
b"¦¼Å‗\x0F ┐:Ã╣╦\x1E ¦VEà "
b"Ý·[òDv2p’ÏÏeÐ?Š "
b"Ì\x10 "û/û;┴ü╔ö}õ¢I\t "
b"Þ@p\x1A ÐÃ9\x00 ›ÅéSAl51 "
b"ÞnžRG‡<Û¥æ0•ŽÓ_ä "
b"Þ‚½#lX<mº.Ü| \x19 €ø "
b"ÞÑ\x1C ‘ã\x15 1|´»ÿhà†\x06 g "
b"Þôa)\x10 k0-¡™ªÜ~¸9ÿ "
b"ß\x10 kwC¯3İw\x13 >\x17 ¸æ‡ "
b"ß]zÉm40)š‡}áf™Þ4 "
b"ßq*BÆ4:¡½\x01 „ÂåSyŠ "
b"ߦNưK1A¨³åÔ¦7…r "
b"ßÌ'âb\x08 ?\x17 ªàòGŒ\x04 Ó¬ "
b"à:\x15 èÁó5áŒ:«Æ¡`\x04 @ "
b"""
ÓÆ\ES\v <╗üimx\n
&pØ
"""
b"๨kÝè0R¾X\x1F £È[¶3 "
b"àÍ÷\x15 þw7\x17 ™Ù^Ô;VîÉ "
b"á\x06 1GÒ2\x12 ²lÀk$©Ô¦ "
b"ß\x10 ¼¦æö4éÅ¢×ß\x01\x0E J¸ "
b"á\x14 fØŒW=ã‰Â©TdšÆ\x00 "
b"á-yÌ\r È=E›„kg†!ÄI "
b"á;\x15 ﹎0Àœ}\x1F ì™:“‚ "
b"ᆸ½÷w8›“ËÎsŒîk{ "
b"á¨6\x0F óÚ4)¼\x05 ½Ü\v úòö "
b"""
ᶃq\n
þ6l’\v „ÙzƒJ)
"""
b"â)•sðª0ŪÍ{»CˆÁÅ "
b"â~k•²\x0F 5 º¾Yøü§"% "
b"⛫zýÄ8|•2‘Êžà\x02 © "
b"â¹'ð~¬6r’í°«þ÷Ë$ "
b"âÒ\f „—X;³¿ž\x0E Ñýµ\x13 Ù "
b"ÔÊ■Å█í2yò╬\x15 ╝âh¡╚ "
b"Ô²±\x7F &&7Âì\x1C\t Y¬ã\x15 ê "
b"ã\x01 šø\x15 É?’ˆþÏÓ3UHb "
b"ÒIÅÄÃo=░ŬµUD■Úo "
b"""
Òæ\n
6┌65¢ƒì\x1A\x12 Á╚¶E
"""
b"ãóje·09l‚¾*œ¿Çêd "
b"ä8Ø\x03 í«9<¹¾Õ?ªå¯\x0F "
b"""
äCÏCj\n
2õ„`š’‹åb½
"""
b"""
õmÅ¥â\n
2gÖç.▄dÅÊã
"""
b"äÜ>j\x10 Î?\n ˜\x00 }™pí\x10 á "
b"å\x12 7V5U6ü¦\x18 \dÎE\x03 Ò "
b"å%FI+P0õœ-\r ò±¸ï1 "
b"åe¢\e Ì\x12 :\x00 ¤+5£B\n \x01 ² "
b"åƒ_fTa?[ŽH\x17 Íç¸ÁÍ "
b"Õäå÷\x10 [7-ä6+ªIÎ▓É "
b"åž<d=Ï4• R\t &šg¼a "
b"Õ¿d▄Ð└2>üç\x00 {ï╗\x1A\x01 "
b"æ5ò\e ¥ü5öŸ¦õy†É•Ó "
b"æ=-Å´5<¯„\x1A ¢åùÍ-à "
b"µDÈìXN:W┐·3\x17 ▒|·0 "
b"æoä†é\x1C >cˆM\x04 ùÂt‹È "
b"æ˜È¡²82o‘€ˆ¾9l<î "
b"ç\x1A <¹•»8ú‰¾ã\x19\x1F ¤q "
b"癳7CÇ<“P<(ïöŽ "
b"çЀo™¾<N‘Õ\x13\x18 YËe{ "
b"çÝ_\x12 î£6¬€¤¢î¼«7# "
b"Þ\x02 )ü¡b49┤fÐwj\r 7Õ "
b"""
Þ=v æü?þî\n
Û°╦²Î1
"""
b"Þë?╠üï6\x14 à2Ü;ëQ%> "
b"ÞÈW\x05 Þ\x02 <\x03 ĵ-RlÓûØ "
b"é—_$£ë9ì©ÀOb/\x13 9 "
b"éËüyp\x0E 9Ú”7\x03 ªÝá÷ "
b"éêh•847³¿?›úoc¯E "
b"ê#Ƴ2L6¹³\x1C aEÙË\x07 ¯ "
b"êÅq\x00 û¼9{¡oø.[Š™Ö "
b"êà³Â¼·<ÿ°Ü?h?Cÿ\n "
b"ë?Ä\x0E Q23Œ¢‘Ì r\x1F • "
b"ë`Ñ%d«>G›¬R½Aä¹è "
b"ëdöµï62|’«\x1E •\x1C ´\x06\x18 "
b"ëm\e ýŸ¥=âŽí7á–¢ë… "
b"ëm†\x18\x16 ã0f´ciÃ\e _[˜ "
b"ëx^R|#6ñ¢àT\x17 1!ò• "
b"Ù¿Å$Êm0'ƒnƒÍlÙ¶C "
b"ëäW®™3Ç›¥ÿô¤¥wn "
b"ý\t ØÁiı>ºÅ,\x1F Ó9╠Ýé "
b"ý\x1C üðm\x13 8Éè-║▒ÐÆÿ░ "
b"ý:ÕÞfr1╣Â═«n┬Sü\n "
b"ýZ4I¸2?ÿÀöÓ\x0E Ø[┼$ "
b"ýá\x1C ╗ñâ7│ü\x1A ¸x½èB2 "
b"ýı)õ$Æ:J¡\x07 ÃRU\x18 ÉZ "
b"ìÖwÕ\x1E k6jú^PL¦˜\x04 "
b"ìá]_ãÔ5¡”\f ¹·\x12 †Ìš "
b"""
ìò–È[ 2Ѧ ¤\n
Öºg’
"""
b"Ý\x14 ─\x13 Ô\x0F =\x7F ì┌P║Ðö\t\x19 "
b"í0… p+8_œx\r \x11 †kÌŒ "
b"í«YM~Ë?§¶;ØÑ\x02 ̨› "
b"í°‰?c»6\x10 µ1ÄVòÕs¡ "
b"íêZÍžñ22™X^äJ:‹œ "
b"Ýy\x03 ╣«9wÇ\x7F █xì╬üá "
b"î\x0E\x1C `\x04 l5\x11 ½AŠb“\v ³ï "
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"""
îÔÃ\x18 \n
¢3–…&•Qæº2q
"""
b"îÔ÷Ku\x08 >þœQ&4½\x02 UÏ "
b"ï/eóÌ\x16 >Ƀ¤4u‘Ê\x18\t "
b"ï9Kp·*4fŠÚ5à\x1F\x04\x17 › "
b"´DsI6k:XÿÅ\v T\x15 │û\x1D "
b"ïEH7M¶7£¥S?ØË\x1C ƒQ "
b"ïZ‹D¼³<;Ÿ™›˜|åº` "
b"´a╠Ï&ñ3╣º;»\x10 ¬ÉrP "
b"´È§\x03 ╩█9'░n■v\x17 pÉÜ "
b"\x01 Å0─¸6q¼ÇÔ:\x14 Ùø\t "
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"ð’„Ó»\x16 8ê–xë\t Ó\x02 4û "
b"ð™éC¤”9R”Ÿâˆ\x1C ÛÁC "
b"±=.╗\x00 µ8\v ôÆüzîTÌ\x0F "
b"ñ¨Ý®2¬:¦Ÿ²\x1E ޶ÿiÎ "
b"±Ã─ZCÂ9¤╝╩\x05 ƒü¡\f * "
b"ññ¼¤“79Ç™Ö`ª\x05 ýT“ "
b"‗\x01 ░zCÎ5ÉàÈ×\x17 lÓÄ´ "
b"ò\x19 SXÞ_2U»'Qä‹ÛÇ "
b"‗\x1C ·'t├1<╝9¬?\x1E Ø,º "
b"ò=+ZpZ5\x1C ›8—†ˆÀ|z "
b"‗tT)¦\1úàÓì┼\x1F\x15 ×â "
b"òv×\x1F yò0J˜ìÚ„ZU÷d "
b"‗üY*Ó9<åÿ^MOïÀÚ« "
b"ò¦™Ó365,›—\x04 xUˆŽ˜ "
b"ò§$(þÅ0ر\x07 §¿¡šóh "
b"‗╣\x06 $ͯ9|áüxý┴p»¦ "
b"‗ÓÄ\x04 ║n2│Å┐Ñ\v <ÔÙ "
b"òîãD±è24“\x1E ˆŽß“d "
b"¾\x03\f Bq\x06 <\x03 ì╬¥Îÿu[\r "
b"ó\r \x06 _/ž<ú±Q=RDcè\x15 "
b"ó\x1F š\v\x1C €:\r ž-\x13 ¦ŒÝ\x12 ’ "
b"óisÀ×i1ù·zGÄHfèŸ "
b"ó™jÿàß6ƒ¬6\e Z3…ëõ "
b"ó®þ2Du5V˜sC\t\x1C ä¢# "
b"¶(vÔ-Q1¶ÉXÆ\x1A lÁ\x02 ╗ "
b"ôbƒïaò:j®«§ÏAQi; "
b"ôg¿,ü‹4„¾w\x1D {\x07\x1F ˆm "
b"ôz\v IúÚ0;›8uÔ8‰wÕ "
b"ô\x7F ®•Àý=9´Õ\x02 SUÁ‘À "
b"¶üBÑò<8È▒9:0ÂüU¥ "
b"¶ƒºp9¢3▄┤dü\x0E ‗\x14 P± "
b"ôµ\x01 px`3š§c~Þ¹`Ž\x0E "
b"¶ã¨½®\x12 1TÅFä«¡ 2@ "
b"ôÓ^õè\f 1)«cZõ0Gr "
b"¶ß\x06 \d0=óüë\x10\x1E ÞÕ½P "
b"¶µïà÷¤:└ÑüË┐Ï\x02 ╝< "
b"ôé6Ž8f>ô¸†\r æ»¶Z÷ "
b"õoAB¥Š6d›C€ÍEñwˆ "
b"§r■÷#·>æûر\x0F ╚Såþ "
b"§Ï\e Évx>;«»ô1'Ãͱ "
b"§▀ì\x15 1«0Yæ\x05 Z÷)\x18 L‗ "
b"õño›’ì>n¾~ï~<\x14 @g "
b"÷JÖõFN:áô®1Îûü;\x11 "
b"÷×IP│╦8\x1E ÉeA'\x00 ¯¼ä "
b"÷ÊÁéº*9\x1F ñçÉ╝»─ñ│ "
b"÷\x16 xu\x13 l2—‰÷ø£\x18 ¡µû "
b"¸óWȨÑ6\x15 Åö>\\x12\t Xê "
b"÷Û%U÷‹>\x10 ºoÏnL\x16 ìé "
b"°]$û2¦4ä©╠ìS#\x01 ¢┐ "
b"°øÎééf5Eúº\x1C =`É~7 "
b"ø±]¾g÷7*¢q‘8LG%\x04 "
b"øÉhQʱ=g°Û_ŸìÒFâ "
b"ùgÞ˜›7=¤³9ao·éAI "
b"""
ù¶\x17 È*z2Aµ\n
Û{‡Îy¯
"""
b"·\x00 ╗Å┤▀5\x1C │\x06 YÂ+\x04 "u "
b"ú\x13\x17 ¢¯æ<=Ÿ¹ÔŠØøDz "
b"·7Ü\x04\x18 j?ØäÆ\x06 £4├Å░ "
b"ú\x7F ¿\r &"4V‰`¬âQ¶W» "
b"ú€dBm\x19 3›…|²\x0F àUÐÙ "
b"ú¾²ð‰¾0) \x03 ÙMnÒGÖ "
b"úÄr²²Ü;}£Ñ“Ü{oÜ\x1F "
b"""
úùj\x12 \n
Ç30œÂ}w\x19 <÷î
"""
b"û\x15 /Î%\x04 6#ŽHé\x1A (\x05 ¼\x10 "
b"û\x1E \x12 £—1ù¨ñ\x1D\x12\x13 Þè\x01 "
b"û*àUÅ)4¤ªlí\x7F màz› "
b"û3´\x16\x15 ú<õ ŸÎ^qoT! "
b"ûCÒ\x0F ùú4i Hæ,w\e ìÒ "
b"¹P⪴Û;¦Å┘:zé╚WÎ "
b"û×7êJ\x7F ?TŸzôT¶\x1A 4) "
b"³+u2OQ6¨üîlj" 'c "
b"üm´wY\x03 7|š1“ZCõ4ç "
b"ýZ\x13 uj˜9É–£ac4Û—â "
b"ýdc¼£2ݦå<++Yº( "
b"²h³ÂYd1ü¡ƒ÷êé\x1C ÈÙ "
b"ýjðÑØF3æ¨X\x1F Ãää±\x05 "
b"²t=E:'7cÉ╚BÑ┤Ô;å "
b"ýx,)‹·9;‹O©ãGÓ‹ "
b"²òª\x13 .\x05 2╦ëÅl┤Æ«▓8 "
b"""
²█AcP¤18û\n
¡gÅ \r Ç
"""
b"þ\x17 þ(B01&ºHêÃäwŒX "
b"■\e 1‗ìK9«ƒÔ6╩Ètáý "
b"■n{Lb¨?ìíV\t kZ<zy "
b"■┌\x17 Ø╗\r =ßêæâج¼ëE "
b"þñ7ÒWö3\x06 œúž7Bä)\x06 "
b"þõ©íÔÒ>I >GHÏ*D: "
b"ÿ\x1D p¾ï©4Ѭ˜E‘Š‹\f ¸ "
b" )╦\x17 O│7%Ç\x04 ¼ıü3&Æ "
b"""
ÿYLdZ\n
>W›d\x13 <Âû6‹
"""
b"ÿ{Y*r´>õŠû@øjR`Ò "
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 (0x0011A43B230B340391B7773B5BE4C709 , 0x004150F1257A3D97942866F18FF28215 , 0x0054E5E292953FA68EA0D87A0B92B7EC , 0x00702E5B669F317D93BADF59186E1BC0 , 0x00750703528F3233A0CB0A3E5F12413E , 0x00B22E55E6C53ECC8B8ED866D92A206D , 0x00E94122A97233D69A32B3184FE0C7DB , 0x00F8F9CFBD2532C6B466909354F61689 , 0x0113D8D856333DADAB95168C71E8D378 , 0x011F3D64AA253C4B92F7046AA69414A3 , 0x0153483D71663CCF95E9FB3EC579BEDB , 0x01996E4687AC3838955F69639814F5F8 , 0x020A483348AC3FE3839FD6D7E28916E6 , 0x02DCF92AFFA93F7B89288EE225BB567A , 0x02F56C5319153244B8E1F8C9516682D0 , 0x030D1AC477D230CE9153A6741D374F75 , 0x031381D651153AFE879894FCEA74EE76 , 0x0354F904C1AB307FAF416B9063118ED4 , 0x03D1DFC4DD6A31A78BB0377DE41A3DAD , 0x042F4B10B0FF30B08CD97DC8FFF80BD2 , 0x0528CFD93FF53BBCBD282CBB58A7E050 , 0x054C5572F91D3C4C917C29ABB0685388 , 0x056A687CF36333E39B839A57FCE22C3B , 0x0599CE4F01D0343A8654E9C03EC57EBF , 0x059AB12750F63A75AE478B066482197E , 0x05B86B44A00F39A3B0F1A8B9CFE747BD , 0x05C28D692716356F860FBFF0FAF111F2 , 0x060A45C782F53D1A8969A814FEE1CE39 , 0x0642110139D7399BBF57BF664D438675 , 0x067D72D40E793845BF208F7933BF7E72 , 0x071BF05F31B53359A3A0C8AA8AA87AE1 , 0x0722FF08263C357D87464020148D7B02 , 0x076D52BE22C43CDA9EEA00BE14540E34 , 0x077AC1C257443ABB9913C55D845B9807 , 0x07A504C22AA13F819576B610EEFEA3F5 , 0x07ADD4830E7B3E43B880C4D0B95F747D , 0x07C561647052361F873413DF3980CBAF , 0x07D5FE5C98173DCFA8E54E7A5D22C9D6 , 0x07E384A3ACAA3C6AAC45D8D93B12E80A , 0x07FB1F9ECD8E303BA42388B194B0AE5F , 0x081CB4BD420A34FFADC7C8D6AEEA6E8A , 0x08331ACEA7333D3EB429B3227209E066 , 0x0844E0C8A9C234FEBBB6B99A84D6AB1C , 0x085E87EA20783FE4928ACF0FFF58E6E5 , 0x088219017E1231EA99532351C313AF77 , 0x08AC9B95BA7D3E84B586C4E8B1D38749 , 0x0902085738B8370CB67D591D7C9DD522 , 0x093384678BA532538DF276F6F1616B56 , 0x093A768D9594374AA12DF0BB0F9462D5 , 0x09435F6CC1B13D1EB6C8348181B97518 , 0x09436837FEAE364C8D4CA3EE31BFC71B , 0x098E74F7DDAA38DEA291342A03EC3390 , 0x0A7A78595A61384CBDA536676014EB88 , 0x0AA8FBE64F7C393BA11E93722875E3A0 , 0x0AB1FC98DC7D33B2B915FA192128C471 , 0x0AFE8433ECDC3E30B1DDDBCD6829EF4C , 0x0BC1CF93EB713B05B6FB20D3DE1A8F40 , 0x0BC305A088D43C8C82724A28B062E2EF , 0x0BDCED10A54A34BC9EEAAA69959BCF53 , 0x0BEA144803D83203BE913E74742A4E8E , 0x0C3D034D4DBE3ED58F8A9E8A14D85081 , 0x0C528DE2F96F39F1AA0A0D3137F2A598 , 0x0C709B938BBD31A0BFE8C6029E5C6916 , 0x0C7E54EF3EC930138BA6E01E9620F952 , 0x0D5FB3395E6434CAA439F0742EFCDD94 , 0x0DAC3098224B3E36BE12C827991AE1FC , 0x0DC00D15EF71374DBF067D06B4532683 , 0x0E0FDE16CD0937F28E57523336F3DFAF , 0x0E18E0518A183B368DC1E2C649FB11B1 , 0x0E197705615E34A1A0CF3BD0FC537984 , 0x0E456EDEB04E37C6930EBE4CC1F59FB7 , 0x0E80D1D2DC7333FF96A90B6026BA4D74 , 0x0E9BC3389DF93F2CB7FE91DD3954EC68 , 0x0EC6F648A5003BB185FA2021D468DF70 , 0x0F5055A1EC2536EF9C42FCC42417D2E6 , 0x0F7D05713036393A8E6B3134032753FB , 0x0FA7D71BF9033EFBA6F845AEA995BA13 , 0x0FB7C92EAB6F300892C7D24739F669E9 , 0x0FD6EDE4EEA635C7ABA1FD927D069CF2 , 0x0FF5EA836D6F317E8813B239FFE8245C , 0x10C89D02D521319CBB98C7D6B07D5BFD , 0x110CDE890B2B3DD88CBAE8A8A0A061E7 , 0x1114C7F8A1033C388B03D167E2E06580 , 0x1149C0C6D20537049FDB833160FA1B9D , 0x115BBC33194B32AA840D9E72E22C659C , 0x1170815B69F8317C88564D89BF039B72 , 0x124678325E8F3FCDBBE52314AECD0640 , 0x124F3D5447263A00AD580CF90E287E96 , 0x12572A5D623C31E69A529C6C898F991E , 0x127620C9B1FA370EB89718D8D581AF90 , 0x127CAA0B39903904B42C794F2C8C3FB2 , 0x12A4C652F7543A59B5EA7A65EB2DC00D , 0x130321629168303790123A00A095193B , 0x1327F00C4BA03D50BC69567E06D0BEFB , 0x134731B5E71E3414B3906D204F2B40B7 , 0x138774D807E03C8B970BE9BF6D315440 , 0x13BFA3F293ED35AA811AC78DAC1CDABD , 0x13CF5A4DB0303DF38FB2F1F11C270EC4 , 0x14251D5908E6387794956C28EBBBE1E0 , 0x1437EF5727793D26A754636BB6286857 , 0x143B7E0D7742393EB05D37F862EF1F02 , 0x1447252D7C2F3790AE85A041C5A09DD8 , 0x14474ED61BD13B57905BB80D8B1643D0 , 0x145F3027CF64325F9244117FA4A24533 , 0x14621738A41D3D1981E8A95528E220D1 , 0x14A43A2034133A93822854DBD3563645 , 0x14AC22AAAD183D4AAB9DB391159CC124 , 0x14DBA5AFED4E3E99B02AEF172FA7A734 , 0x14E70C4E6FDC38A98EFEF1284E1438D3 , 0x14FB84CA21623414A3BA6876852EB0A2 , 0x151351A5BAA230D8BFE2C7C4780C8E5D , 0x1522B4662CCF3B8496C20F350111F197 , 0x1568AD95113C3A1EADF3A467CB2A6FA0 , 0x15B91F072B863300B806DB84165EAA23 , 0x15C77C17F9F93EBF86DF81C151DD54BF , 0x15CC74860A153F29BC39888548909C1D , 0x16288F63FA4232188F3900BE175C2C49 , 0x162D5F76F06E36FA94C5F028FE9B81B8 , 0x16C1B63A0A5632AD8AFCB7CAD5155CDC , 0x16CB2F7A48F835D5840FDF020EE8BE0F , 0x1706992B7DA539C39ACADA19BEB046A6 , 0x171544DBEF46335DAE6FA5EB90EE4687 , 0x17930B4982E83BA3B66225A198D16DF5 , 0x18066F15091E3F8985011252F93ABBD3 , 0x182A56BBCA403395828427DB38BDF00D , 0x18A1FD75AEC835D29A276DAC1536EC76 , 0x18BEAACEC83A347682BB2ECF8743433A , 0x18D8F25304213230B1505B3975A175D3 , 0x18E7C7BE9867370D9FAD8CC4566854EF , 0x190E578886F53065A27C866A453B7727 , 0x196AA5328DB83EBCB27B2757D6E50686 , 0x1977BBA937B837B796D9D7B0644B0D43 , 0x19A8EB9628723B71B3D5732D82B33987 , 0x1A674EB652CE3F528BA6E0F9E058709C , 0x1B0883962C413D69A4ED63EDA84BCCBB , 0x1B0D1ADC82E73EB59DBA02C791DD14B4 , 0x1B3C34CE761F3EBEA4F69FA8463AFB6C , 0x1B3CB74762E434988C21AA44B3F2EC29 , 0x1B971887CFE43147BA7CBAF6AB0449B8 , 0x1BEF8FE6D4BC3B248186AE159F63EBC6 , 0x1C37D13031E737AFA55FD80CEA5AF24A , 0x1C429B227D833B4183C0CEF3BCD7D877 , 0x1C981734B1C032CB8345D2D9B07B4EB3 , 0x1CA1F795463E35A791C7332B3B9B4C92 , 0x1CFE01F923103D31B4DAE27D4730CFEF , 0x1D40930330DB3C71A6DA5B839DA74E53 , 0x1DFC82DDEE4C321D9DCF936FC0D6B004 , 0x1E00437160EA3DB585A430AF42928E2E , 0x1E0250BED9A13A76B538D24901406295 , 0x1E0577581DFA3859997C4A18B0441581 , 0x1E4C5404E8163505B806AECC7AB2F6AB , 0x1E6A577655AE3A5583530145E4417FF4 , 0x1E7ADCADBD2630AAB09A4B09CC16F20A , 0x1ED9029D825D34D8A13971E2A6915782 , 0x1F75B54C4A6D3E1CBA15A173623D0F8A , 0x1FF6AB86D26F3AFF95B1BCA602B9A417 , 0x1FFC7749DFEF32B8AB69724864FE911F , 0x2067AAF85BBD3252A9559DF25DA0F29F , 0x208678427A233F1FA5CE15360AA62664 , 0x211EC5292C3730CA8E05DAD503705CAA , 0x2121670FEF183458977034C8A6C38D7C , 0x214568A5C1F03CB7A97F7B7B3E528B1F , '!Lèg4ؽ T#Bj\\' , 0x216E4941B2E8373E8FEEA5BAD42A6D4D , 0x217CEFA005123A6D82EEBE7CE583C932 , 0x21868EED2341386A924905419B5688F4 , 0x21AEAB4CF7E63686A321C3B2C77F4908 , 0x21DB1AA011663C68A7A993F6F0D22639 , 0x2209FDEFD25F30F9A29D283330916A97 , 0x22179517F356358AA5BD902F1411FF21 , 0x22647015B5BF38B79B53552DA77DB04D , 0x2265CCB7A94D371480689E5A6C946E96 , 0x2293DB4E240136129C17BBD10069C178 , 0x22B1BCB74A613812BA1B056C4E9E9FFC , 0x2321EB751B2C3B30BFED89B8455F2826 , 0x23336C4419253F1CB4F7D086DC3D2C72 , 0x233AA0B28E6A364CA68E0266B5A80373 , 0x23716DAC414E3AAC8171BA02D0D3CC7D , 0x241588267A353F76AB8ABECD6538BD27 , 0x24578B186CE537F2BF96D7FE24749796 , 0x246A5A9E323D3F6EA47B0DE8D8AD57C1 , 0x2492D13FBAE434289451AF561D66917C , 0x24E69B2E358C369089D8F6F67ECAC974 , 0x24FE8039903A34B1BDDC3100A38F215F , 0x252F2FB6B52133B68D12D5F61256A7BA , 0x2535235194393E0E838E4E52D1A673A3 , 0x257CC67B360D355D8E36EBED208CD6BC , 0x25800EC04BCA3DAEB15880037A71D64B , 0x25A9C6EF5F2B316085484B2AEA3102AE , 0x25C35F53E37F3685971BF947255CBA54 , 0x261102370B103CC5B783F77ADCE6BD16 , 0x262F7FAFEDE030179E9A4331DA9FCAE2 , 0x26E18F692C153B97AC7486A5CD22CCE1 , 0x26ED41BAE9AA336998F51B2C9886537D , 0x2721724FD8983B3989759590358E1E7C , 0x2727ACCB66BC3796B7738D27D8900C77 , 0x275508CE19153AE5B4EFD7A380D8DA52 , 0x27AAA87A1096336CB253903127A1246A , 0x27BB01C1B2AD367A93387D0B637E7799 , 0x27C7B665530C38EB9D9D66EAFAB0D923 , 0x282692D495A53C16996D6C29A595F270 , 0x28430A32C9893EAA96D7B615F7833724 , 0x2868CFD1125D39AC88768C7779E9AAAC , 0x28AB3D48BA663934A2C09F93199D9592 , 0x28C75C9A15453F1387B8A5AD9AF1B1F0 , 0x28D0EB49B70C3E9791B1929BD2D64C8F , 0x28E7628C708C321DB6BF9163AF6B4FC3 , 0x29254C0B31E83613A6EC5B46E1BCFB9A , 0x2931C55508703074A4BA987EE6A74008 , 0x293205443A8E32C3A66D7E0C84A0B12D , 0x2952021A5410390E83E710999890174B , 0x298506746BBE3EA69F6BAE052D53318D , 0x2987E88906D53FCB868B9E18F22302A0 , 0x2A38D7D77E9D3B4288CFE3CC42D8D589 , 0x2A516815FF813A5E90EBD83D11C36E0E , 0x2A54BC68BED03CED804180774A12165E , 0x2A5EECE37B4634BB8FF8F57119A7D7D7 , 0x2A72341A387D3003A9D4032DFD98DEF8 , 0x2A9C85EF0C6B3D828297FAD2B0C5665B , 0x2AE25818A9073156A7893F388DBDB0C3 , 0x2B375EC137D03F7486F60D960BCC0066 , 0x2B3826C6378833F8A1C71864A4C00212 , 0x2B80703FA4073BDD8A4F928B1B3AA515 , 0x2BBD660705A636A1AAAF5274C13374C0 , 0x2BEFA8DD6273351C9761135A372ECD8C , 0x2C080BF4EA023341985FB46C6614F169 , 0x2C2368644A7539E5A6B846A2FF3AFE67 , 0x2C23FC4688613C4E8A130305DCFC1F0C , 0x2C34DEE21D6E3602BEFD0702C2EC456F , 0x2C52112F43F9381B8702D4D76DDC3740 , 0x2C6093405BE23535ADD5123E85A2806E , 0x2D21F7D170A535A4AF45151427269778 , 0x2D2FBC3119D334DA9D67609F4E42CD22 , 0x2D35B72B87E73DCBB7EBC2FF387C5E53 , 0x2D4309975D9736C2B35BA07C06745515 , 0x2DA551F36B263902B0079D0707C6C841 , 0x2DD617EF8C4B32B0B6A17FD7E2D8B1E5 , 0x2DDF61607D4830469AE2E64DAA5ACB9E , 0x2E07D78D2A9E373695CC5D094ACDAEA2 , 0x2E30BDFBFC463399AFCE8791C3421BD5 , 0x2E322D01E1D13436A0C1ED466D9902BF , 0x2E3E00D4D86C310588BF7E7C1021346D , 0x2E499E97F47B3A5D958B2A39042D2521 , 0x2E5B0973E0103D64B2C0F70C1A38E457 , 0x2E6143636B9D39C686014E94FDE1CBDB , 0x2E6231F9F8AA30ABBA2941F60DCD8EFF , 0x2F2D0A1837F334E4B56A002032D3FEF6 , 0x2F5101B24E633F87BFA2C7CB3FB90E15 , 0x2F60926B005C34DEA670659C73F12360 , 0x2F7A3AD0FB42377F92A2159228747763 , 0x2F92F7AD89803A039FB2B7060180D3CA , 0x2F98B85270663C7A864D518AC9B1061A , 0x2FEFCD9C9EA531F98108A00232C2259C , 0x300BC0404B2535329FC3C51FE198A77F , 0x3031FE75887230B386135AA500899E8C , 0x3038A92065173DDD975D6B5ADA319C8D , 0x303A5E1F067A30EA8E27059BF6897985 , 0x306BB9862C613D9E94CB33E71717700D , 0x3076A0E64D643AF78519B6F5C3CB86C9 , 0x309990BCDB71362CB4CADA610D7678D7 , 0x30C0DE9B9AE134B4BFE8EB06C68317E7 , 0x310B08523DEB3CCAA62D44D361D50047 , 0x311AFBF17EB33A6FA6977ED88B50087B , 0x3147C47E7BB935ED8C26EE82D1503A66 , 0x3151D859D7FB38129BBDB95018A26662 , 0x315953B87A9C302ABE3A5E3E75B9E89F , 0x318BFF7AD7DD38018AEC516FCB8AFC46 , 0x319638915AE334A6A8CE009783CF30D0 , 0x31AD8030257A310FAF308027F35F517F , 0x31DEF83C6E5D35688D2F5F0AA7114852 , 0x329C694597F931F99F0C973DDA49C467 , 0x32B8603E75F63CD89FE478065D6EAD4A , 0x32CA9E6205BC36F8A7D52FA23DCCE525 , 0x32FB38A89A793B2888B6B1BA9854F814 , 0x330EB32A31A8393982AA969C8F544200 , 0x33703AE9F11D3B6EA3B15F1B912BA95F , 0x33D7CD41317637EF8331958AB4207CAB , 0x341780622A313D69B1C15F19E7498436 , 0x34291E1321393F5E96121B977CD5244D , 0x346712888169391BAB5B68E0FB2C507E , 0x349A4DCBAABB377AAF01831D9E02BF26 , 0x34ACECA7A00031BAABC7BFC9585DA916 , 0x34B1D860354C3A97A87F31F4A71947C7 , 0x3512F4D4B9573D0381E3EA6DCA773DC8 , 0x35A1FFDC815C39B5A722DA6AF3818875 , 0x360B4E684BE9335F8317E53726D836D6 , 0x3668FD3612A83D94A89102C418F9D160 , 0x368C1A3E2B99362A9962FA3029443BF4 , 0x36D11AA3AEB3328EAD667FDCC114390D , 0x3755461E5753369590F5A3484DA6C1CB , 0x37579C5455A03908B3C092EC7BF5B91C , 0x377D39F63F8737659A0C412515DBD116 , 0x37D8AE40E73E3D6BB6FD0A7154122FF3 , 0x38591717125838F5B6F7E58F70D7C2FD , 0x389CA8350AAA3D42AD82E3AD07688D45 , 0x38EFBBD3652632C899DB3FF146A89CDA , 0x38F43AAB031A35D499DAAF6DEC7C89DC , 0x3931B4A90D5B368DABAB1C55127058D3 , 0x398768F32898311CAAB39A506E3CA129 , 0x398D72161B3C39C18D569E7A927BC13B , 0x3A04957A878131E59D64FBC11E2ABF3D , 0x3A19647E1FF13814A2584E1DB2B3A1B5 , 0x3A21A3774EF13693B3C473ED2C4D5F2F , 0x3A359F8F70AB322B9FA6FF0491998DBB , 0x3A47207FDAD23977A2591B59F8A8F753 , 0x3A6584C5EB003AE3BC85761835634CE1 , 0x3A66DB650E3D3BB5961058BCA267FC1F , 0x3A6F1C68F6B63D1EA92467DCF7779BDD , 0x3A80848740E83322A542D4ACDED8B5EA , 0x3AC7148E794730CDBE761FB3A7A7B873 , 0x3AD156A277553CD482A809B8A4B4C8BA , 0x3AFED54BDEB5386A8FCC14D2F7658AF7 , 0x3B0BB70588AD3A548990C95A3429281B , 0x3B1D25CE67D93537A1A7B575C87BCE1F , 0x3B3AD23969C83A4B8D1D98C937E44A3E , 0x3BCCF720EB193616986704159DE91D17 , 0x3BE975650BD631BC9C7847FC0D6BD2D6 , 0x3C08F56D84413AC1B5316956B9BF5AA6 , 0x3C1724CAF26B3B1E88EA6334E1872A9D , 0x3C888DA4028E3F06B3DC0603BD3DE186 , 0x3C9BA8F2D5A030059FAD56CE751A0B2B , 0x3CCE19A9D885334B84F788D2FA68B6B3 , 0x3CE110FA72043A15A3CDD61CEDB15F59 , 0x3D0B5DF39FA33A3698C1EEF58DA85681 , 0x3D575F2F1A3934DD8FA99C8D7D72B5FE , 0x3D7D44C7BECB38CD8E5F6D364ACEBB85 , 0x3DC885FF87DF34AAAC180A66F0917F01 , 0x3DCAE69F89F537CCB3A2CDC217F8D74E , 0x3DFDAE0AE0FF3CD4BC5920A9AC031598 , 0x3E0A4DAD3BB43D8F90EF53E7697D41E5 , 0x3E12E06BF5653F35A5AA81D03BA4DC40 , 0x3E189EFF3B083D9DA4F0AF2316808EEA , 0x3E1C5A115234317A9082165E7EE400AA , 0x3E335625051239BB8C094074D03A9E1D , 0x3E33964879C83EA5A54C5610E8389709 , 0x3E3F4A2E9587343B816EBB4B4D10B2B7 , 0x3E49BF2E0C3E32E699EF6A5889DFA809 , 0x3E6D7D582B1632AB982033B8F47A21C3 , 0x3E80A0781CFD39A28D722726AC3EF71D , 0x3F12E792440D390BAC0FC8EE305BE928 , 0x3FCED0CD6CE23A70B3C583635FE7BBE6 , 0x3FD59F2A6E5737DE952EAD8B24BD29B2 , 0x3FF72D6F007E381EA133E16067E0A8B2 , 0x400A9ED493573CC1B6309940811492F9 , 0x40803C1F62FD3CA09F22565F9121BFD4 , 0x408607004FD232C0940D224BF3196A93 , 0x40C0648657D035C6BD70DE0BAE7AF5EA , 0x410456072F893658A5E7DB8D75F6CF0C , 0x412484AB3B5D3E5FA772D35C8AEEE6C5 , 0x41946C7B653235AC8AEDADB2368B43B2 , 0x41998F723FA13FECA9AC0322A9C66005 , 0x41DA0F75A37D390E9B023D2DD586AAAF , 0x4303BD019A0330D2A22579D124B8C474 , 0x43232BFC5A8432E99114183D415138B3 , 0x4361FB10F704391492951C1015BCB9C6 , 0x437393983E87375C9149C9E996E4271C , 0x43907F261D283CC48278BCB715DB6CC6 , 0x43BC3AD5DD763F1DB79E8D1767555567 , 0x43E2E7789F003CCA921349F4E69DE078 , 0x43E3C6D0A353322DA85AB4DEA4188AEA , 0x4411171FC14131CF98C4E983BF2A7FB3 , 0x441E2D1AD6503218B132658852855BDC , 0x44A2521EBD7C3AB6BD32BEA506315395 , 0x44AE95DDA3B938E9A53C3BB91E279AE4 , 0x44DF2CE316553EE6BEFC5B6274BFD0EB , 0x44F1B65E390B3D6E822F8900C43B13E0 , 0x44FF34921DAE3C6EA140D607D22FC324 , 0x453055FE6E9B30509532D92906ED6CEF , 0x455792E4C89E3DF0B682C1AA28E354CD , 0x456DE03C2FB9391D9DEFB16154D45FAC , 0x4573384F15F931FB94081ACB0321C3DA , 0x4590BF8DF8063E9EAF2F932359964610 , 0x45C5787FA5B43893916E2B674BA01D7D , 0x461BD8964AEB3D7F9EB39ECF1808DA16 , 0x461C96359ACF3EFBB89CF9A3B34F8558 , 0x4684150B05113BD493B0705B5029E47D , 0x46A3AEF87DEF3F99BBCFAD605F94F7A4 , 0x46AC986BE6FA32E0ABF4EF221F0AE6EB , 0x46BE067B357C3D318E4857E492C3854F , 0x46C3694DF2163B8AA4C769AB0F0A94E1 , 0x46C522A3744E35F39CA3D5D28753D138 , 0x46E651E9C3C23942BB164655D3EF250C , 0x472E512E794B3F90B559D5FBC9C4F7F0 , 0x473A4F57BA2B362885A88C1E71C556D2 , 0x475A0FB109293653801E696862B3BF48 , 0x476008686B2B336BA84940C42EE04DB5 , 0x476AD653D0BE352FB2455D7F985C11B5 , 0x477626A138C7325684B16BAFB818FEF3 , 0x4778A599722F3820A1512E0804595FFF , 0x47A2A80E2CED33D0853DB580D2C4D6E4 , 0x47B658CB356F322788EA03B9F3AF2B9C , 0x47DB866F0C573FDB95933EAACB450FA3 , 0x47E8292ABB6F33EFA387C937E2A603AC , 0x4804F291AE25307F8B7E27BEEDBAB9AE , 0x48188E4E2D05389496C186FD144F4D96 , 0x4830991A15363648A0391290961AFDB2 , 0x4856D46D7EA438EF86E1173655C8A882 , 0x497FD66235833DF08A5EB8C79F9C6880 , 0x4987F47C04BC3EC6B093E90C251B80F5 , 0x49896F0D7B85338AAF11558EB8947FAA , 0x498E54526B19361BAF9C4D65E1FA8AA1 , 0x49B8963FDB583B28A812F32B1186F24E , 0x49EC707BED293666ACB0204F1D3FA2C8 , 0x4A2982322CEE36019C497E0677673339 , 0x4A2F91BEB4A5320DADBC88C877C2B1BA , 0x4A7D1F95D1B13ED886AC13196E1666EB , 0x4AA0B10A4F6B3E55B0220DD396327352 , 0x4ABAFC1406A4364E9392D44E0EA538FF , 0x4ACCD63A6E0E38C0BB0FEBA517E087AC , 0x4AE8364CEA9C30B89A1511377760770D , 0x4AFDF0679CA2340B92CD3F0DCF274396 , 0x4B001BEF194539EBB6EC32097A96917F , 0x4B5836A734273110841A3A2FF7CD3823 , 0x4B6EB979C401396EB99293B5A1654DF7 , 0x4B7807D39A9B31FFA5F4CEE49FB12129 , 0x4BAFEE5FDA463F839A5CE88CF7D687AC , 0x4BCA2A99BA6E382ABF821F8260BC04E7 , 0x4BCDEDABBAB83CE387D5E7DC6440B321 , 0x4BD6B3DA33D83212A7EBA9EFB809208A , 0x4BFD21EB724B319A825D27F6A1B49657 , 0x4C43CB7E17CB3594AE438E77F13A821A , 0x4C57F3C437A63BED96133B906A7A25C3 , 0x4C68330B88E931B1A468A7356474FE3E , 0x4CDC7B58B05E34D08B0BB86327D9BBEC , 0x4CFC7EB6F4E7305089613AD59C998628 , 0x4D013588A73D3083B3E1F619E8657878 , 0x4D0D8932F0B338A6B8FDDE9BF74DED37 , 0x4D6E8CDF057D36C8A9C214455FA91ED4 , 0x4D78CCF0D3773B6AA0E97F91EE5F4954 , 0x4DFBAB9265333D548D5384BE8AF388BA , 0x4DFE32E7D95A3A14AACA8458379DB776 , 0x4E4E53945C733039B1AC2F0454CA1267 , 0x4E799AEA6E9C32C697D7618BEDECC67C , 0x4E8430C72B2E340C9134DD2D10604044 , 0x4E92F0F498D63BE3870EF54F504EAC2F , 0x4EAF12417DD4324BAE209F8E83BEAE27 , 0x4EC5530CE25A3778BA7F0020390E7D94 , 0x501DE75D14973815AB15E22285CCB27A , 0x50665F0EA4E0365FB6B3EFE600896F78 , 0x50C926F1CCFA37EE8DC175DAA31971F7 , 0x50E74C57EE1230AD8A76F8CC5AE29A09 , 0x50EFC12582E33FB193A8D7E962B92C09 , 0x50F02D931EFC3BA9A5F8397FC633FCE9 , 'QË® HT<̓嵵9†_' , 0x523036709EFB35D3B04CF44701C3574A , 0x5241F8B70838394599A7E3C627C6CC84 , 0x52656881E76A3D11B0962D98C8D9B899 , 0x5273AC1F7822391F9C92316151230B5D , 0x52A1C9F0BD6339AEB8A54BF41A260F60 , 0x52AECB2773F9390EBAA034256182296D , 0x53165885F5673E21BBB27205624B9D3D , 0x534D75D677FE3332898802007E70E950 , 0x537D126922D238B895456BB08A20D733 , 0x538C196CD4B83010944AE24CF3C4FE51 , 0x538D7EFC59C839838A1E6F85BAA3BAB4 , 0x53912BAFF71F317A92C0917ED47651A9 , 0x539B461A8FAA3508AB95715151D90B88 , 0x5412EB46479E3EEFA9742C4AC7F017DC , 0x541CAB83A5383E60A6EB79A9E18AC473 , 0x54376D2A01C23252AC73378334CD410F , 0x54394D50499E3C57B598D27DB9A7987C , 0x546EEC3FEE1139F2A3ED66AEDFCFC7AE , 0x5494CD12FD4137948E5DC47A4C6BAB9F , 0x549790F3EFC2375DB0BC327D1A5E47BD , 0x54DF558474F93F2787CB2CDC35DB3663 , 0x5504BA0A0AE5381997FF306CB64453F2 , 0x550C583ED15C37DC84413698747E38D0 , 0x559B7C99DD16374EB01C9D676016B35E , 0x55A4816FD4833384B00BDF9A0E26A8A2 , 0x55DF0B02A3A03933A603660C3B10CED1 , 0x5633F3C7134839F5AC8DC2DF74961674 , 0x56521A6BC4F430ACAD3AD830B281F5D6 , 0x565C44FBABC138E6974933656DD2324A , 0x56606635658130FABC57E2999D7B2F98 , 0x56BF54AB896637BB80D99AC86B6AFA98 , 0x56C027E8B64534D8A1DC31CE03C0272D , 0x5774ABCE409030EFB3B2E61C02885DBD , 0x577B30E6A50935F3A311A8E965E3B738 , 0x57E74506FB463C21B6E345B461DF7A69 , 0x587BED938F8F3AF99F406CE5CB320B4B , 0x588F7EC225033919AF8626DB1BB400D7 , 0x58B38F68C81B3328978FE3618B1120BE , 0x58B891396BE53BA6B5298E4AF7CF8B30 , 0x5908869A83A63C6DB48DCA2CAFF7D0B6 , 0x5915BB3275F5307D9F45C95D54328C85 , 0x591C0EEF4D603EB9B28759287C2B74D6 , 0x59463EB5774134FD947531E6ED257ACE , 0x5978D5EE549237A2B979D36A2DCBD34F , 0x59F37B4840DB3A36B6E42405F44A3081 , 0x5A5AD9B69FA9399685F864BB693B7866 , 0x5A731181055336A08EB86E63387ECCFA , 0x5A79076102DD3F3CB33D3B71F531C2AC , 0x5A9AF16CDAB839C0AE4FA528CAC42055 , 0x5AC4B987D62B32B2A08243640CAE8DE2 , 0x5AD5A532F2ED318A826806F33A3EAA99 , 0x5B0D8516A2C930DDBE5D01BE066A789F , 0x5B6AEE6B54093FB0A2A2B47F7A500A33 , 0x5B80D5F6127A3977B350F6456FEA42E1 , 0x5B8420EBD70D3B209C819ADA7A64EEFF , 0x5BFBB18F08183828A353FEC2611DCBCC , 0x5C2292A0FF933485B4193D4D0B92E4C3 , 0x5C39B50AD5E336E59B1C7C3CB62B94C1 , 0x5C562082422B36AC8215E235FB4E82B5 , 0x5C8D07D7DE833C33905C55D63540FCA5 , 0x5C8EA8E27C023B5CBCD867B7F7E3EEF5 , 0x5CC1EE4447B431C3BD9C5D029820EAD6 , 0x5D15962DACF03187A34C00AB74FB1A51 , 0x5D4A9B44B4D237C6A8D8AEA4801B3F86 , 0x5D749E784E4F3CAD9CC5C03FF14E3A99 , 0x5DAEC69674C8379F8F2912B04C642CA6 , 0x5DB8BDC6023A300191F7046D6C84637D , 0x5E4923E7E81E3355A224EC211C6F7832 , 0x5E84D4D99F603BE3842A4ED77760940B , 0x5EB5DC11965F324AB63169CFCA6CFDAD , 0x5ECD4BEA2C0633DDAE7A93625E0A6919 , 0x5ED8A48AB4EA3C44B7DAA719BBA325CB , 0x5EE7A2FBAAB63C64AEB445305514CD83 , 0x5EED1908CEBF3590B63E3E2B662A44D7 , 0x5EF7F6D0D6753139AE1FF7F4827A7B63 , 0x5EFA622B33093730A43A49F0FC67DDEF , 0x5F1DE3F9588F3DF892452C71927FDC52 , 0x5F57096EB87835C28874B588011453A7 , 0x5F9A3202EE713347A85B1B60BAE9E6A0 , 0x5FEB6481B3A934519974030187D49A0A , 0x603064B0D82C309B954A8883C903B421 , 0x604181D26E1034859A7C3C3D46C1D3E1 , 0x605ED663C5AF35B391DB16A2F4AD3F5A , 0x606B29D7D095377ABF1D2ACC1BD568D1 , 0x60E67673BEAA38E68005658E70900A2C , 0x6108CA248D5D3C0480D3CEAEB43F091A , 0x61214601BB3536B0A9BEBBB00F9C1982 , 0x615D38D8669432D1A926A3C00F28118B , 0x615E193A3BD6383FBBF9C8D904F285B5 , 0x617AF0403ECE327A9DC8B503729F657F , 0x61B45DE7E15537999EA886E5F4DB4911 , 0x61D950B1202A399CADEDE36936B7EA0C , 0x61F1DB96D0C43F2F9A9FB16625861C72 , 0x621B0504AEEA3F83BAE0AAD41FA9BB1B , 0x622B3F4F12B933C1A3EAE70883E55CE5 , 0x624D36E2B4EF39BE9792F7720D26C3BC , 0x62C5B5A259DC372DAC4F5E1B27878FCE , 0x631FE8D102A936EDA5695302F39DB5CA , 0x633A8012B9E53B0D83FA59B67C2B73EB , 0x63500365DBDD3E4DB3A26990A7503233 , 0x6353A880571F3FDDA0FD78DDF611C063 , 0x63A3E4A9403C3633A20B272474CD270A , 0x63B723DABDE53E07A82C37061BFF63F7 , 0x641BD9920D903314BEDC2006AD158F33 , 0x642AE7613A5236F996A7C8E834F93DF0 , 0x643B165B912D3947BFD62F7E36E5D6C3 , 0x6475A0C8F6E73DA6A186AD50F77DA0BA , 0x649C2B28C9F03FA6BCC5076B7CF0F70D , 0x64C1527153C133AC8E47A24F3ABDBEAF , 0x64DF773F0E7A3CBCA616C605D2A88E0F , 0x64F4C001C0783449B2ED4C099DCF0B82 , 0x6501B2CF0CA734E5B083EC427149ED1A , 0x650395A9C35F3D98B84C1D3A35D65F3C , 0x65351FFC2BEF364E8165EDA181E8397B , 0x655A209D252B322E96F2EE24E916E9F3 , 0x657725EAD5333D4CA05DC8A05E01EFB7 , 0x6609FE74F1253F65AD2D387E64C7E623 , 0x660B1B90E9AB3C9AAEA96E26E15F0C06 , 0x6618E99CAC783D388212BDD97E84B5E0 , 0x66227E7CF757368C95C459DB89D9EB01 , 0x6651B7893CE836A7887B4E1348098926 , 0x6675203BF2A93A5A84F694A111BFF753 , 0x66B25D6A5583313CAEE81DF2761CF862 , 0x67425550543C3CBF9EE326D853F3C23A , 0x676165C4657A3F249510DC4A47B183C6 , 0x679E762314433E9097B890394E7C5681 , 0x67F0736DFF15325BA39F901B1561EEDA , 0x681225F0074432508D3CEE6F760C8C66 , 0x683F136438B235BDA12DCC9864E33A70 , 0x683F64B947C23ACF8D111A34C798107A , 0x6893043BE169327B941FF694103A76B0 , 0x68A4BE8F35653396A3BB84C69606EDE5 , 0x68AA3DF48A74304D98EB7FE1D227781B , 0x68DE016763053CDF8D7E738500698275 , 0x68E2D72436C43F6CB93F899B218BAE70 , 0x69694EC03B6B3519A548821AD550DDE9 , 0x6987ADE9568E3272815EE3958F00A3D1 , 0x6A2EEFD0D56232D78E440B2389E2CAB2 , 0x6A357E59168930A4AC0C133B24920AA1 , 0x6A43498C4AA63887BD07FCF1E4C17388 , 0x6A64605B67113F13BCEFB503B91BDAD7 , 0x6AE4BB6608693D428B08AA5AA90622DB , 0x6AF8FCC7E7AF3191BD5F9D101CF1BADF , 0x6B01DF33990B3E38B0D3FF293CD1635A , 0x6BCCF29C765E35BCB29E1C815CB1F70D , 0x6C15A2E5DF4C33B7A7F7D6B1F65147CF , 0x6C3E263FD2283923B98E35EF0616ABA9 , 0x6C8C8729F494384A8F16D316FF28C31D , 0x6CD1D95BF646301794006B34232E28C6 , 0x6CD62CB5574F3361B4B26932EAC453FF , 0x6CFF9E9416BF32DCA705CCCD55451C42 , 0x6D017BDC51773B0EA90757FD1956C97E , 0x6D276EC9CF20344C991C091AAB9CA693 , 0x6D329985202E365C81813208853C0DE5 , 0x6D36FD15173A326099419B7A98CA48CA , 0x6D49E2A46C5B39DF93566E7A882C05B1 , 0x6D4CFC9DC03037449CE7100B3A5B0529 , 0x6D70D98EFA1D3FA5816349BDFFFBB2A5 , 0x6D7A8F83799C3572A9BC754B0982FE63 , 0x6DCD0D782BD13B4AB3CE15EDB2F21513 , 0x6E10CB23E6DC370A99571966BC9E5948 , 0x6E1169AEE6363459B6307FB34F884489 , 0x6E32B376D7A632FBB89F346603BA2CAB , 0x6E7483D981B7368497185CCE807459D7 , 0x6E7DD385AB653E27851864207B7538FC , 0x6F611505DE1D3320AE04532D8BB66F12 , 0x6FA6B15F752A32A0A9448924C0FB904C , 0x6FC8ED870D5639B3B91066ED017D136F , 0x70339F59B0E4384E9BA3B31F5E5BAF11 , 0x70643DA0499A31EBA8D8BB7269E76B46 , 0x706B4792E3DF3A57BCC4886BAD4A3506 , 0x707F3BD430CE3CBDB91172096EB7D0D7 , 0x70B29218AEDB3A209BE518151622587F , 0x70BD66133C6F328A9E5748DD43ED3442 , 0x70C0CA0F8D803E249A314739CF961230 , 0x70E490472453398FA7CCFDC7C247E91B , 0x7195844E474732D2A49B5EEA6E6FB6D6 , 0x71CD9613EEA53E5F85183A2C2EABD05D , 0x71D2B3D1ED143FC48ED9F14C48290471 , 0x720BF6AC04A4320FA4DB97ED71A27366 , 0x721BAD5F4EAC36999F6E80BAA32C64EB , 0x7252EC9BB1103102BA9CA2E302B6BA46 , 0x72643FAF590236E082CD1B91D967FF27 , 0x727D9D81DDFA3AF19BE58DE4CA294EA7 , 0x72902F3FADCD36229653D295736B6CEC , 0x72B9085C89BC3D0F87399B61F66D3B09 , 0x7307B1E238C63A6DA758F33FAEE6B480 , 0x731D766D8E2837C3832A8D21B4EB15C7 , 0x7357DC52814A3BAC88E5A2E25CC6726D , 0x737A1CE3772A3AE796EF7EADD9AB368C , 0x7394364239A73DD0B3E1089772E97343 , 0x73A36A901AD83BADAEB8A3CFE7C44649 , 0x73F1E09733E93EDDBB47F79D752BC360 , 0x74026A71CF0A34A2AE48A0657DA5EF80 , 0x74752DA7533838B1A9806A74DA4452CE , 0x748A9DB50E4C3333B02B28268F416884 , 0x748D54F3F2A33A6F98EA54E8215CFC5A , 0x7498A198774E37A18F14364678EE76FD , 0x74E20485D2543EF3A36A4B33FEC8F9B4 , 0x74FF5CD28D263C5F9639C3327B29AA30 , 0x751A908AF18838AC9B555B3E73162CD5 , 0x75266658DDC53B6E8364C2D5B165906A , 0x757B7E1CD1733875A9BA3347B04F3DDE , 0x758EC78F38423D7FB272CE93A6FA9459 , 0x761EDA665E2B3A0CBCE0CEADDD201B51 , 0x7654EA879D7D37DAA0663970EB6794EF , 0x76D3F02A493C359DAC657DED558AD116 , 0x76D4C5A590D73C958B4169DFE6ABA8BB , 0x7716C65EEF7C35058C65069BC35C6275 , 0x7717581D31E53CADAA2F86D44E3820A1 , 0x7723E85A25563C0B8A01AF47E052F655 , 0x77404F4C80A03F40BAF659CEE5ADC9EB , 0x7754BDEE013F30E99752428982F879DE , 0x778CFCFCBA213765B20DB005B2596A6E , 0x778E16E547CE38279FC66834E2815BE6 , 0x779BD9B65F413985B8EE30669928D519 , 0x77AA91334B9E3A2A87556697A05CB6A0 , 0x782BDE9B952834A5AAED1D68E81AFE07 , 0x782DC5896EEF330280C7DDA450B050D1 , 0x783CCA3B6D2F346BA3D8AE1647D2EA02 , 0x787535988AEE3A3BAA474CF0F2EDBEB7 , 0x7897429CEF483758925C9F0862F39E40 , 0x78EED58810C639CAAC6533C358B8D6A1 , 0x79025492DC2F34B481A9CD840CC6A455 , 0x797F6989745C3FB3A8FE1ABCFF9361CF , 0x7990027D7E9B3F9D8F227F058E5BC212 , 0x79A051D2CEF2318D969C6038874879A6 , 0x79E6854823DA3CE7A395995044438CD4 , 0x7A11E079A3D53F57BD67736544349A57 , 0x7A2D2782C5B63D9A930F58FA74335B68 , 0x7A5AB1B6E6C3376F9540600CD67AA9B4 , 0x7A90F0A7265D31F9914577A3BEA7BEFB , 0x7AA8811607DB3D6C9D6F625C87080B00 , 0x7AE8FCC2545A3AC99B5741C0F7FEB327 , 0x7B3215E9E5A63B5BBB28FE66228EB4C7 , 0x7B6017365C7831B59C98DC2727739DF7 , 0x7B6AAD0D04A23CA5AF6093F22CF5E83C , 0x7B75AD4E4F603E96B59807E44DFC69FD , 0x7BA6CBAE0A0B3F3FA4E1E60922E0ADF9 , 0x7C3FF7B152CA3B9F8C428F5A2213564D , 0x7C8EAC82CAF13A80973B62BE8A32ADB8 , 0x7CC9A53E9F6A3C4D9C47556DF25EBAED , 0x7D07CC65E69736E0BD8127E4376F02CC , 0x7D201249613B309CAF32DB1A92921370 , 0x7D7D5F0349E53661B1192C23B12FCF7B , 0x7DB6E4C827DB3C67B05B2061497DE3C3 , 0x7E05F32F088D3411921E7FC4F23C2F60 , 0x7E066C014D083FD989CF0F8C27E165B7 , 0x7E71660887583C68A9BB5B979A7D0234 , 0x7EB1863ED0A23835BE7F593B41132D0D , 0x7EC80A137E4C3042BAE9FC145CAD19C3 , 0x7ED9AC3678463557B0EDE1297B458AC4 , 0x7F1B6F05BE1A33F889EF315B8B31FB75 , 0x7F3EA055C29A328597BE412440787529 , 0x7F697D42AB1B33CD813220A3070113BA , 0x7F8BEFB0C68B3495ABB7CB06982C2998 , 0x7F9A6289382B36D188A270675BC2812C , 0x7FCF93EADE123A11BEF3082B4EC7C7BB , 0x7FE836A13B7C3238B204C75884CC70DA , 0x804B946712B63688B13D85E22AA4BE8F , 0x80DAA450BF6D393D8E37EF5457B3968D , 0x817882F55A3F3B6D8EF9E39CA1C8274F , 0x81B2BC1FE0F33479AF2A51F6ECCFDBA8 , 0x81E2758F1187382C9A56E9FFFF7F6953 , 0x8202ABAD40A83BC985BEBC18A96F3DC1 , 0x822406AC8C563601A77A8141310E9D2C , 0x8226FBB86A653EFE90CD08787EDD8C9A , 0x822DEFEA07D035D8BADE8727E37BBEB6 , 0x824AE2B146153188BB5BFEE04FADD5A5 , 0x82585FA3C1473E17826AA005A13E7C28 , 0x8289223D42CF369AA95147508032ACEE , 0x828A6FA3F59E3C7E9846FA70C85C74EF , 0x829D4D3BB50F33E3ABED8263965172C5 , 0x83166A40503E355AAEA91290AA3DEECC , 0x832DEAE273FD3C5A8D610F093439A430 , 0x835B8551FE5F32DCB3AB553F318403D8 , 0x83C7677A88703FA58D1D8DB49034FE0D , 0x83D33AC8A820341CA595597BBB4805B6 , 0x83DC51A5A58A3EBAA808BEE69D57F84A , 0x83E2B840EEA23613ABCBE6FD71413E9B , 0x83F5641218B83A6190B2925A3E601AF0 , 0x845A79B4D25F398DBB129FFEECDB0371 , 0x84853D0704E8350CBA46A942CC735A0E , 0x84BDC695BFEA3CF1998693FB5A8A25DE , 0x855A238268E8316E8F403F934EDB28AD , 0x855FED302C6733409DD26E546457BF36 , 0x85A0106AD5F93EB188952F023AAA6523 , 0x85B6DE6F77CA3384942029EBD50FE15C , 0x85F97FDB552D3B19AAE732A2E0D90ABE , 0x8602BDBE76E73DA4A0D0A864EABFDCD1 , 0x8616E55F9EEA3099BE3AC357AF8CEBA9 , 0x8634E8C46A93370D9EB190EBE5E40C1A , 0x863D8AA7C968383E9963E4226765CDC6 , 0x863EC82609763D84A88E0501DB91FE85 , 0x865C4681BE9C3549B6E45D634DC329D6 , 0x86CBF4E930E439FAABF3DBBFB0F74CB5 , 0x86D2699410073EB7B6FA461F10CF7E67 , 0x870A8A15B51C34DC88A6FE8B9B590ADB , 0x8711A0CE54563B659D694992F7CA2658 , 0x87135F8A51F0357CA4D6491413F92CA0 , 0x87171AE2286C347F9D1F369373A97E7C , 0x873BDF28837B3776A1476732AF31B080 , 0x873D297D62843E83AEBF478C22565131 , 0x873D6B9AC46E3026AE396BF8BEC69016 , 0x87738D13776033BF99457D95FD3D6DF5 , 0x877BB0D9D9463AC4BDF74FE8E9BF6582 , 0x87E8A326D7823394A382777773FB7247 , 0x883D6A2185EB333BA226391765D28AE3 , 0x8844989273133054A2AFFD057110D8E2 , 0x8862E8904F7B3B3BB89A38670421D767 , 0x889EF340E46432B3B75A364A43C73CEE , 0x88B05D8576A53E29B29A6A0A9A25D14C , 0x89237D0BBCF83E6986E788E985A7FC25 , 0x89930D0E74EB3A34AB1A79567BAAEB1B , 0x89955711F7BA38C398765CBB6635271B , 0x8997E697D37833E3837339B4465037AA , 0x899B26695C24387AAA01DE2AD50751E8 , 0x8A6E4EC578C3350FBCC595473B34A2EE , 0x8A8725EB9A8437768533D4F9E6DF8DAF , 0x8AF74A30760235DE9DBBF642B33F4713 , 0x8B3DFE151B1E3D969886CC56E3622B4D , 0x8B546E54FE47388A9D487F2D36AB7B34 , 0x8B719B6B550E3CE2B986C2BE088F5B27 , 0x8BAD0DDC0D453A3290DA23DF48FC2D73 , 0x8BB1D224F41A32B09FBC8FC082B67E83 , 0x8BEC71FD777D39D4B1DD412D330F68AA , 0x8C1CB54AF48337FEA5DDF07C1F00587E , 0x8C20EFFDCA343F7AAE407D01E19A4183 , 0x8C282608267B37DDAEDC8BF85B76ABD5 , 0x8C30ED123CC335E38883C6C5277F5EDE , 0x8C3A7F353E433CC98E972671930A1080 , 0x8C65C8055BE83E2EA94468BFCC3F1F35 , 0x8C751A4E1FDE3F7EB42984CBFDB4C301 , 0x8C7EBE0D511638C6ADB0FFD97CE6935B , 0x8C8F9339D0363B99856D5B8EFEDC4E5B , 0x8CCA04466DED30C391729DF5FB0EB20C , 0x8CD0F9C345A039ECBFF61DAC4D3050D2 , 0x8CF75D004C163A02A9704BA0CA9B5564 , 0x8D2C72E1555E3E59B8488BB151C97C13 , 0x8D9DE2E139D2398BBB4B01D6FD2FB79E , 0x8E48ACA2A35F3910B2B1A2ABCD95E110 , 0x8E66BD0DBFEE3EF1BF69F8EE56548E8F , 0x8E72E5881E12365ABB40B6495F29366B , 0x8E783DD981E939E184534971BA81800E , 0x8EBF998E2DC23263978232504F569143 , 0x8ED56DBF49E13E8CA1490F7F1AF2C99F , 0x8EE8FA5649903BE68EA7E32553563246 , 0x8F451E862FF33EEC9A5B1D30BBA99767 , 0x8F68629DA8A137E8A4FF99CB5A0D3BEB , 0x8F6E4C075FBC342E8087995548E271E5 , 0x8FB86AC6A29A3F088201A21D6CDBA077 , 0x8FC8DE4B0D483A41ACA98258A208623A , 0x8FC989F4A7ED3D738C707BC006CE7CE2 , 0x8FD4661EC0DA382CA31320A8A5A0A19B , 0x901A055060FF352EA7EFD1606BC70896 , 0x904FBF101CB630F0B0B7677F7DE6DF6E , 0x9066609881FF3B3EAA0ED6478F828D1E , 0x90796F52CC393A4D9C28CB927894924D , 0x908AE374F74C36A59E8C046C01AEE1F2 , 0x90A3021FA334336DB3BCAE61805F15A9 , 0x912413CE07963D3DAC96DF54AD296238 , 0x914160CC049D3942AD30A7B59D803461 , 0x914A9863563E35B492CA2549EED69E1D , 0x9181E298E1073B338339E164D4BB1F43 , 0x91ED66AE302C3A7A887FFEB62331BCF5 , 0x91F76CECD37B3B26A6BA3AF6A5281566 , 0x91FC6F92F0C330BD90A36E38B7F6C001 , 0x9220E140AB3839A8A4B38EC004E089A6 , 0x926D5412E8CF384B9200DAFAEE5927C6 , 0x927DEDAD9E4D3D2A808026FD0F8ACA24 , 0x9284835A9472390782A8B962B18028E7 , 0x92CEB424E7873F79A5C988C83151F2D9 , 0x93128EE363093EAB85F4B4B9971AC906 , 0x93A02CBD6D0E30AF8F42BB7DFAC1F966 , 0x93C6B04F2732375E9AFC782799BE9B2D , 0x93D1EFE7340536BA83680B7E7D84E95B , 0x93E64348E6283D02B33EFA108A5733E2 , 0x941D6C3026D33A2D93EE6C4E3174472D , 0x943F2C414AC33DECA0EE2DA9216FC0AB , 0x944D58A0F4EB33AC9B154D80961D8141 , 0x94589F3851B23C368180C1F064DBC254 , 0x947F31900BBA3A11AFE1B82396A9AFF3 , 0x94821B9DA3F63EF2BB4023A354274AC9 , 0x94AD23BD7D513BBC99172735F76EFEF2 , 0x94F9097214383B04B76FCC17C8F80B48 , 0x951F3E2781F43B89A400540F0DD7BECF , 0x9520FBFEF17539D388566C644E2F9DA5 , 0x954E13FBE6AC3EEB9C8D46FAAB92826E , 0x95BD2B087E8D3F4A8430A0876670D0D6 , 0x95DAEA50665F3040B438BE8345FBB289 , 0x963C3EAA0D633A56B26CF55CB78B8642 , 0x9679FBD6CBB337E596D7130B36652EE6 , 0x978B47EE1A4E3FDB818622B13993ACD2 , 0x978EDA4E171B3E41A3B94E943F2CFBD2 , 0x97A2682ADADC334293C7C91001E8E9FC , 0x97B1B53131583DAF9FBCC72E50B72D17 , 0x97E0E1AE4F903CD6833E1D9127C2046D , 0x97E3C04CCE363BAF99E993A3E49B627B , 0x97F9B4EA94563E54B52CA1CE071B55E4 , 0x9823056D237330B8BD093326536E509B , 0x982B02C9DF943CEDB5DCE0958A6CDBE7 , 0x984EF74562813469AB85A19F680B90B7 , 0x984FF44C5C4E365EA81D6269184F869B , 0x987204DFB7BB3423AB974D3BB4213B85 , 0x98B949A0497437939549088FEC056E7E , 0x98DC08749EF83AF09DD7F9F460C15C5F , 0x991C40A4804039C28C7E480CC791A5AD , 0x992AA50282BB35C89E23DE5EEFE7C0CE , 0x995C777C1DF63B3B8908E332200E8701 , 0x99616D10BA763ED5AA0FFB02FB252DE8 , 0x99E5384BE689384FBE6162C00946D072 , 0x9A6721D9FC6338A88BA301BBA9150986 , 0x9A9FC23AF44F3508B7585B8A8C42EF1D , 0x9ACB58F658D43E49881A6BD1522B1B23 , 0x9AF58CD15ED436EEB85638086A2E598A , 0x9AF7729099C23FD5A4F5AE223E6920EC , 0x9B1DF8FFD91B3388955D222EBADBE87B , 0x9B31D07963DA3015931D4ECA305F3582 , 0x9B62B11C1DA838D288FE668173CC957C , 0x9B93F300CF66328FAA8A15E11F2A05FA , 0x9BC320E12D2D30D6A02474598B96736C , 0x9C22D746663E3DEE84317FB901AACCBF , 0x9C2E31F41BFB32F4B24436115F781169 , 0x9C48B5BC848138659E4FFDDB30811534 , 0x9C563522F280352F8AC6356C36472D07 , 0x9C660621D20A3623A128561E854E92FD , 0x9C955FBCD0AF31248DCB94587CB6E75B , 0x9D080A122F0F3A46A73B3D87DF1B24A3 , 0x9D357888CE3339D49FC28964A737BD7F , 0x9D796D6F29A63BCAA70251C4D0E71D4E , 0x9D8C801BF1693A02BC32DF4A0B645CF6 , 0x9DA5E135C5153235886B02B3EB844563 , 0x9E6A19F3896C322BACEDDFE520F20D6C , 0x9E72EA83C28F3A78970A0641C49D0F9F , 0x9EC19CBF014F3542AB392A33A2D0F8DE , 0x9EC48DE3AAD53CE585832A199F914496 , 0x9ED1A5FCC7183E528EE1E519A09A8B7E , 0x9ED58BC5287A36CB9D08603919980C1C , 0x9F0AF70B5BB63FB5824D4AD737821988 , 0x9F733BCB34FB31989B1617EC7891039A , 0x9F83B36FBB6E3ACB97C7F2595A627471 , 0x9F9CDB04DD4B3B75999761949F1FAB64 , 0x9FBAA911E40C33FEB4EC9A9AD8772717 , 0x9FC45C6953AE3FA79D0BCEC49C88CD9B , 0x9FDADF56297E37BD91B0FF8E3671D5A6 , 0x9FFF295C8168325183C31178EC2E1FE5 , 0xA001C605C3B2321F81B20AA6B0321DBA , 0xA0041CD9571A3D92A9C138905992AA6F , 0xA0323E4C269A3553A6134D24CE99738B , 0xA05601BFB408375CAB5986AF9C44EEFE , 0xA072E01D03F73232B9B33324E6C82760 , 0xA0995229E8F53F9CBC515E735729D135 , 0xA0CDD152F46530C6A1AC4747F5E771EB , 0xA0CE703BAB0F34AB8400E1B83101514D , 0xA0E2368B6B3F33489A1A62664D00D4A6 , 0xA11AC1C569A934C2819C2AB6AEF7E18E , 0xA13F9543453533A7A0E2990897A7FF19 , 0xA193D160870933BC9570935A1851D101 , 0xA1D355E5B9A232D29DC9699EF80B78E8 , 0xA2391482053F3F9D91AD351FF4F32BD2 , 0xA251C09D8F24323DADF79CD19E5E28D5 , 0xA266030E244F332A803E19FBF1144C86 , 0xA2D30B4136FF35AD979251145433C059 , 0xA2ED3EFF8CDC3C8BA3E43599D49DDB0F , 0xA34EDF9121E53CCCB575DECD39BE145F , 0xA391BE165E1B359391DA405DC976559E , 0xA3C3BA38117030CF9A7BD2B5E9D3C78F , 0xA3CCB243E1AE37D58E9A68B15E8D6962 , 0xA444F467BDFE305682BA10EA0C7DF3DD , 0xA44CCBD6D0FF38A9B8E49D108CCB0198 , 0xA44D403CD4BF353C88955DD9294F6B37 , 0xA49A2F0C047C3A0F8E4781ECFF9DA338 , 0xA4A2752A8F283B499F14EFDF3B528BC0 , 0xA4BCF563443F3A738F0CD52AEF1703F0 , 0xA4C25D2B91473BBD96051BF44F87903C , 0xA4EFE5A8FCFC33B99A40B299B854629D , 0xA548E0BBF461326EAA402C2852E52D28 , 0xA5796450CDC53832A654B2F12AB2E630 , 0xA57E11EC356D351482CE77491C734CB1 , 0xA5DF26381C233F89AD4CF3334286AA05 , 0xA62009AAA40B345B869C4574D1B1AA30 , 0xA63FC3287E15387EAE6AA25CC1EDE111 , 0xA65BC966234130AA98E66B8CC7B8EE42 , 0xA69CDA5798DB36108665699FB514761D , 0xA6A34403511039319E45F1DE4E7216BA , 0xA6E6666EC6963874B6266AD8B566D6A4 , 0xA6F77CECF8753A149B4B089A3E415A69 , 0xA73B1F67AB813924BDB1C38427654E18 , 0xA74A622CB8EA3592A7EA05BD16EFD0E6 , 0xA7678D09CBE43AE9B7E4FB8BCE9321AE , 0xA7A1B2108BE234DD8DC3EE08453E5B7C , 0xA7B42D01B140382FB8A5BA59C1C295AA , 0xA86EB6723C6F3474B98D9CB13747B10B , 0xA8BC9FF3A60A37B993EC2AC2D0246EF0 , 0xA8C7F317A2A836698347D742ACFAEF84 , 0xA907BE472FA1394A9999F589C8BE10B9 , 0xA91CB20D493D3AABA609498D05ABBF15 , 0xA9213CF8B03839178E0F90D325D68094 , 0xA926D1FC89A735198B008E0ED14428DD , 0xA99CA68CDC323D7D8A87285DCF0C29E6 , 0xA99F97644F913F9AAB6D53467FB4C48A , 0xA9B1862689BE368585A90067E6430F52 , 0xA9CA924236823340B56F117BA9F5AA8E , 0xA9E136B5250D3C91A155DCD8564AD9CE , 0xAA0D9525E2953518A1DFC800CCE142D3 , 0xAA1B24A3AA973FB0B9E3E84D9623D046 , 0xAA67CAB2367A35E08E7E8D711B6540FC , 0xAAA344DFD2FE37F7803538ABA734857C , 0xAADE30DD9C54331ABF10AC4B48BAB4D2 , 0xAB8D5D928EEE390AA10AB27B1A308412 , 0xAC3B956E4BA5341997D491965908AAB6 , 0xAC4D1E0AFC48383582F0471C19F85B97 , 0xAC68CB0B781639AE9A560F2901D675C1 , 0xAC72E77D18A63B78A7FC19756295C4B5 , 0xAC883B5A61D431D0818E1D5C21BDC30D , 0xAC9CAFF5924132F7A370F50E9F834788 , 0xACABF0D59E9A3228AFBBD18CF4B4CB71 , 0xACF1E6F2CB063599A49F7C8B140F7420 , 0xAD481E97B95C30A2977B7C8628ED310F , 0xAD69FD81E6DA34F1B0D2B2D867E05A98 , 0xADA6980E7DE738D9A6407E5DA5DB177D , 0xADCA02214E68307D8A5F1EC7A5147C8B , 0xADCEFE655F4A3D4E98BCB96D354EEC61 , 0xADF2634FD01A303C8F5445F53D2E720B , 0xAE00438B61BF32C482D855FFC2E02C58 , 0xAE059A2F7D273D588C659F14B016DC90 , 0xAE2E101B9A593B61993488C0BA5B2FF7 , 0xAE4B5EA35692338DB71C449BB6774BA1 , 0xAE9B74BD3495395DA6420B132E57FC62 , 0xAED70D2DA60B3405BAAE4FB9E417ADFE , 0xAF7B0EA8AEA630FC8C5A3C6118E7522B , 0xAFAC0D44140C31759DD960C2B7F24D89 , 0xAFB5D29FCDD931F4A4AF6B8C803F8475 , 0xAFD49F04F8A53D8B87A30A7BBE60B7BF , 0xB000977B047D34C09187EC88B5D0CA49 , 0xB04ACB1A520038ED8ADCB73A2187F90F , 0xB0503F1B84EC32B8B2D4EAC12E71699F , 0xB05315965FB7339AA05CEA9D71DA8068 , 0xB0717BB68C293972938273AFDB4443FD , 0xB08574D14B193CFAB76EB11346F323B6 , 0xB091FD2F71C535FBB4C0D7FF3C544891 , 0xB09DDC0829E539EC93EAC06D789C0703 , 0xB0ABCF799E9736B8BA6CA218DAB6E8C8 , 0xB0AF57BD47FD3D47ACD1669859D20F37 , 0xB0BC25F9AF083AAD98352742C3A2CD9E , 0xB0C914CB54BE3F29A3B8A8750ADCEB32 , 0xB19C68ABB1B534C5BAB54526595B40DF , 0xB1C128AFE0D2318A882E0F5048D9091C , 0xB1D6B86CE14D3D6CAD434DF6E306555B , 0xB2091E23287336C495D66BEF2460473C , 0xB20CF9DE71A63F44A12535EE8CF16553 , 0xB2276AE95AC63E0AADA6EA64A7285DBA , 0xB249A611708033FDB4EE93EFC947A563 , 0xB2585650085C37C49B12DFAD7B2888FE , 0xB2C1E6B3FE5E3E409364850F243F13DA , 0xB2C544375A593FC3A6287CB44FDA94F2 , 0xB2D48B35446C3BCCB3C3FFA89B5F560A , 0xB2D4FEE4AFDD3D73A779F90408C0FFB4 , 0xB2F59DD6C77C31B09C4D5254E5706F33 , 0xB3217033ECCF3BA6B7A3D0FC01A90C53 , 0xB330F51837773AF5ABDA7E14F0CEADC2 , 0xB334272856483D0286612D70FBE8FCB2 , 0xB3587665576431FCB25B94D734FED525 , 0xB362E3F4FA1F36A5ACA888CBED58E3D2 , 0xB364047D106836AA8324E3051E2C5B33 , 0xB373030088F33EF49BFB342D092788BD , 0xB3DA529D555B31A499BFD036BF392884 , 0xB41188A5D2D53345A0DDD410A2D18AD4 , 0xB4409997F44B3AEAA0771E74AF333FBB , 0xB4C5742C651D3AF9AE4637D0EB6478C6 , 0xB4F391919DE53FD2B163CF39B00DC4DF , 0xB5344A0F639A3AC4871F23B602B926CF , 0xB5476F5C573B3123AB1E9347A3A340D6 , 0xB57B862B3050315EA0340203F18E28ED , 0xB57C8128A61F3A6BAFDFF8A9872516A8 , 0xB59DCE39697037D59C5566880E2A7D2E , 0xB5E5036227D333168E7E66CE093191C5 , 0xB6094C19C80131B3874CDAB0BA1EF842 , 0xB61EF8178C5B3369914DB878F3B46AE4 , 0xB6397F58CFDF3C9A9702EBDB03D91480 , 0xB63DA7A7C5A13DBCA430E2E4F4BDB854 , 0xB663BAE1053531EFA9504D2A6F5475C2 , 0xB66AC8185AEA3CE9860DA96F19A29EC7 , 0xB6874B794CEB39DD894DE2B8E4E87365 , 0xB68A6EACAA9136578AF7D0353B5168CB , 0xB68F797C4059335AB2BBCE83877402C1 , 0xB6A421C7E92F371EB2EF8B3F4F031811 , 0xB715FBA921FC3A22A51FFB4B4843FFD8 , 0xB71BF88DDB96331B9099B85902610FCC , 0xB73614ED2C303E3CB4444CD58A9D48AD , 0xB74ED7EBAE22391F8D888B0FB27F15B1 , 0xB75CD78571743D7AAD775606F9D8AF13 , 0xB776BD016E3133E69843288620A7CB0B , 0xB7BE569C62F13EB6985D39DC8E68A23B , 0xB7E282DAE62E31FFB6626A9A07B90CBA , 0xB846B729E5DB35349758AF8001C84E76 , 0xB8896072AFDE39FDB91140D498FEB080 , 0xB890D85139A032DEA81291DA24317F5C , 0xB94D9539BB3F394DBABB13B3CEA47BAA , 0xB958CFB9B1D8315F9936488F65B700BF , 0xB98D739262E034F5985A5D0C2DCDA588 , 0xB99E79A0E26B33609D256BBF9A9C9B06 , 0xB9BDD118B23D3D6BB141EC6B31B9A392 , 0xBA75C7EAB2D63E8B93CE2BEDB9C11C6B , 0xBA848B72FEE83EB3AC61060534F7BA63 , 0xBAC7CD2127CE3B6DBF8E42ABF506F633 , 0xBB08C961601B31EA805284E821492B49 , 0xBB15DB4499F735879EA2FEC993C31E71 , 0xBB1755F4F4873BD2B27A9F4307F5ADC8 , 0xBB4DE95D1AEA30C7A2F63CE1E53F70C5 , 0xBB772904DC443529B179B6F532CD53F7 , 0xBB94568DD55F3054B8EA8F32ED8EF287 , 0xBB9EFE794F8C3D5BB8772E3FCC901AB4 , 0xBBC5645266873AFF954263F32DCBB6C8 , 0xBC29E51FEB8332EDA9EC245762A5FFE3 , 0xBC81C14F12D63D29A0826E98D04AAC9F , 0xBCBBD6CDD41436489901FA9E4EF4EB7E , 0xBCEEB6DA810033DD8EE2B29BD9A2259D , 0xBD05EC6DC4973AF0A738EED4447EFFA1 , 0xBD4E50F5181C315FA50F8E68122B0A74 , 0xBD88F3B416DC3D378EC15017A204AC30 , 0xBD914D228BF8316FBAE476E72E849D2F , 0xBDABBCD820E23C0EAA21877082C9279E , 0xBDB6F18F7B1E307BA287ACB3A5CE0F12 , 0xBDCB9B6CFF03320388D84047493FE568 , 0xBE0724FE4E783736A7BD4D0B88AD68EE , 0xBE371CFBED2435E0AE1B8448004F9E79 , 0xBE9E0D79453236E8807F12EEA7C9A43B , 0xBEC6A97096383993B6249BE6D715AD47 , 0xBEE02787AD163CEFB677954E54643698 , 0xBF47F5483F063314B266EEA91ED12954 , 0xBF4E8D9B1555305DA862F5D977D43633 , 0xBF5E59EC200A32A3B3FA9DFAF8E7361F , 0xBFBBBB99D4223C96A2B66AB6C6895F92 , 0xBFC09F207C5535C7B2C1A228DAAF76CD , 0xC0227D9BF7263EC29E82245F06F1CEB9 , 0xC03C49E5ACD23C638EC8BEE692C6C6A6 , 0xC03E2FD148A5300E9A60FE0DC9AE9A7B , 0xC03EB0595C2837EA98C5DC3D689218B2 , 0xC0C3F7E452D8389DBB9DA2FCBCE05EDE , 0xC0EF489D9BFB3DF3ABE2EDFD6B21384D , 0xC13585990F3D3B9584E615D71181076D , 0xC146A9E7723C3E02847FAB269BA6CB03 , 0xC17175CF94CB32CC80FEE9C05604E5CB , 0xC1D33A9C975B32B985D60B4BAC184561 , 0xC1DD4978809F3607A3BECEE2D720A787 , 0xC21BD5FC1CC4384AB49F3D4B1A340274 , 0xC21E06C4BD7B39DEB0F19C92F10831BB , 0xC22253617E2F349D87D53D21819ADD13 , 0xC277654F870A370B8FBEEAB40125323F , 0xC2AF20BC6A7234C3A0DCF68CB0F9095C , 0xC2B3D7B998BC394DAD73991B5FF38002 , 0xC310569F6DEB38E49F6FDEB0A001BF76 , 0xC325F5C3283832178352561D99102A28 , 0xC32F072B82A83039ABFF01147A829818 , 0xC33C8CD6B55E3124AA800156CE7D5B13 , 0xC3701E5E1B0237D995BE394CB47809BC , 0xC3869473F885356498861A267E652150 , 0xC3A2B6DAFC3D3D7288D044B820EC0832 , 0xC3ACF612D8E23863AA505EEB43685B26 , 0xC3CA58889A2C33E09EF71860610A2BAE , 0xC417A0266207348DA1149C40C6760916 , 0xC475CC8C25A537F4B6C193484D765C23 , 0xC481E5DE0C7133BCA56B2134A7C7BDB3 , 0xC4AE0E8FFFAE3530ADB8E51CB8436A7B , 0xC4B296F02A863AC5BEA6A3A42DA0F0D2 , 0xC4E4286858A638B98646FA582B3399CF , 0xC53D4BB746183F87B1314EAA45043FEC , 0xC56BE62DAC223D34A128C7C2AA8DD68B , 0xC5BA76CB6E293A15BF098CF49126E664 , 0xC62267CFC578350D83C9B0596DA1BC07 , 0xC65FA6412C6A381FB56654FA7D0C6C94 , 0xC66A844CD35A30FEB19B097A042B6CFF , 0xC6E9F3F39E40311FB0DE463F721011D6 , 0xC7003B80F6EF3E39A7EDA3686E7AE2C7 , 0xC7116EBECA3936A0A60969C7E2B92D66 , 0xC739F2B1A73C3C7BBF13A3F050A5742A , 0xC73FC60E869638BB9527CEDE1BA63BF7 , 0xC74C454C401E389A976A577F46A6C5F9 , 0xC762DC9123043EDC993F8768BDDEDAD2 , 0xC763AED177DA34878DF5C147E29BBBCF , 0xC769100EDB483F62894502F7E51D7FB4 , 0xC76DA2ECBD2D3A6BBA237331DA480378 , 0xC775770901923269B910ABB508D20146 , 0xC7A58D7CD14C3E64AC610B29986F67B5 , 0xC7B4219981AF3A3FAE4CA759AB6678C7 , 0xC7B8D6BE42043572ADDDB169C0B9A064 , 0xC7DEA59A8F22385AB062FF248E85EDC5 , 0xC7EA7D74432D3E8C9EF1E86409EE233D , 0xC86F8E8D565E31868B15DDDDE172365C , 0xC875A6063A7431EA846A56A272FF072F , 0xC8B51A8AD1F73A888AAD7EA889F3565D , 0xC90C74FE255D3E69881C254ECBF31B11 , 0xC930AE6845A33914B6BDF3C529DA322A , 0xC93F75917553361B84FCF2A6E8932C91 , 0xC961A2504DB336F1AD4FB612865CD060 , 0xC96F4D947FAA39FC8C28887D3EBF9FDF , 0xC98AC6C1C3FC3181960628F115E2AE87 , 0xC98FC90496143BCBBE52F1386FAF2EB3 , 0xC990F85BAE5E3C808E5AFF43506680D5 , 0xC9AEB727A6033279829E688DAB0506C1 , 0xC9DB3BCB24583F1696B47F3AE6AF88D8 , 0xCA0BC97123FF34CC9B007B8734C024BF , 0xCA15DDA88F553CEE8D96C0282949371D , 0xCA2E0F763F803F64819ABCF7931FDD09 , 0xCAA2688E463433C2867C0CCB50A1F892 , 0xCAA5FAA6FAF1335B9E5297DCD3E435D7 , 0xCAB0BDB3B5CA3643990A4F09FBB42216 , 0xCACBDEBE038630189285FE67AA3C25D3 , 0xCB4E529E52DB30C8B9713287C3ABB88A , 0xCB643E0C26933975B5B99B3D2B0C5872 , 0xCB913CEF2D9B3DF3B7773FCDD519C655 , 0xCC065761BB3B3AC6A9FBA5D42964E22F , 0xCC09ADEC3DE738CE80D2D6408EC15296 , 0xCC2AD13BFB3339C5A572F1279D3DDD41 , 0xCC6B8D54513F3035AF4C66D8B867E19D , 0xCC7A5D0F27AB3BCA80FA7A4EE2E44F3B , 0xCC835579B9883A48AA35B1A06E200132 , 0xCC9E2D4252D732658F17469DD2A297EF , 0xCCA9E09EEC6231AEBF51490C061876BA , 0xCD0933C5355A36F087FA8EBA102B2704 , 0xCD58DDF8DB683BC7B1C1EBE41C122E7B , 0xCD640D7EE3C5330EB988C9DF9A620421 , 0xCD6E7F97A6453D8DB236BA5D4549478F , 0xCD86E089244A32CABE132151A7B72D35 , 0xCDADBE01DA4D39209DB2EA187C1422AA , 0xCE18A98865853A9188273875E24D1743 , 0xCE94B607FCC93854AF0A0EB1713195CA , 0xCEA08514CEC13312A52A7770A30CBEF7 , 0xCEB51496F33B309DA0692E0661782E93 , 0xCECA84076C0733CAAEAF1213565F2675 , 0xCF3A2E37AB803A34907F0E8B5685BFB7 , 0xCF5C788675D03788A741A525D4ED3D02 , 0xCF8E39A6A05D32AE9D1AE676B5BE9E88 , 0xCFADE47A59C43696959B90572DC83B44 , 0xCFB45B68858D3B03BF6E6EAD35496596 , 0xCFBA315E1F603C46B4BC75B6BE856761 , 0xCFC8BB9CA6C3369FB572A6C3F53454A6 , 0xCFE78954FF653EE99CB5A1883A952BCE , 0xD0126FB18CD53A66B08BE24EAAEE62ED , 0xD01F6128801F3C029C6A799E5CC4B548 , 0xD0326CC4976B37968DC59F1DFB5A37B0 , 0xD06067D9A149315A8524272353343DFE , 0xD07F00A79A2B34D1A2A7952712DCDF3F , 0xD09AA9C780AD3B828B52400491539DA8 , 0xD0B9E773DB993D8B9AB72206330CB0A8 , 0xD0C60E339DBD37FEA2CA223850E7D0DD , 0xD0F01134AADB3348BD757E2AB8C38553 , 0xD13AEAA74BE13CF19CF8C5D90CC16C0F , 0xD1777AFD6F84346E946A7661802FB4CC , 0xD1C788DEF5EF390BB6F4122B2525264F , 0xD1FAEFD58F93359C85B779F17F862C3A , 0xD214CBD5516E3B7B9DC22D17CCA6B1C2 , 0xD222263C4B5B3920AC0999FEF107A6A7 , 0xD25D9D0C65843A709284DD416378C0CC , 0xD2A0E307D50D37A5AF782D83681B094C , 0xD393076497E93661BF8D4FFAF6EDA725 , 0xD3BB760CBE7E33A89BE0FAA2CA1843C4 , 0xD411B434B8F63A988D5F18C812D9A67C , 0xD423A1FDC8A23DCDA67018A807CD4EB4 , 0xD44307592D023BD388F0098023CD2EF7 , 0xD45C0C6933083C34B1D8D5EE4542F2BE , 0xD473CE89C20331E4AA367D9887AC84B4 , 0xD4B343A422463A21B17C0B953CFDA471 , 0xD51962BFF5CB3F8381F8F3343EFB9853 , 0xD53266B3995C370EB47D41A2AD4AC583 , 0xD55E1594E6DE3880B895CBB6F641EEC2 , 0xD5919358D4783FEC951FCB4486D30A57 , 0xD593DD50723C3CD980EB83C15FC4D79B , 0xD5E8065C40873A199D84CF5114682446 , 0xD63D220A046330DE94900B1CFD8BA88F , 0xD661A5666BBB3AD1BF00C332A193BB71 , 0xD674E8167ED4364E999764E13F44DDAE , 0xD68EDA7BF1F032DCB982F85DBD25EB33 , 0xD6A091B04F423893AEF35BC4AE27F100 , 0xD6A53C3B38A937DD9CF644B771F936DD , 0xD6D6A380EDAC32599E56543046D9F8D7 , 0xD7141A4589D538FEA56F9593A72D6C52 , 0xD75622117DE638FA821721B08FEC92A4 , 0xD76E10740E2A388E9727AE19DA38B05B , 0xD7719FF542FE3BA1B4E8D54CDA1FAE6F , 0xD7781831393E32038827A4FA3A95A3E0 , 0xD78082D2C84639F3A0D0AA53485B9107 , 0xD7CE3E96E52F335597886D6171147827 , 0xD8DBAC85FC1E308E90CF567BA2BD398D , 0xD8F780BD4EA23FACAFFA849882AC4825 , 0xD924D5D8D1673641B1A1B1E2889388A7 , 0xD95FB2C7BED732BB83920E17B0E489F9 , 0xD9616863D7D030BBB2FA9D9294A6A25F , 0xD978D28D39943486874B00DF2CC8FFF6 , 0xD979F0794B253E758F4000173EE0EFAC , 0xD98785D2B0153151B8FEC5D16C8DF798 , 0xD98C331B999E376BABAB546952FE4E81 , 0xD9B4E8AE9DED3B0697838AEB6C2A117E , 0xD9CFBA6F251D328E8097040DF432CFF7 , 0xD9D2DE26261E3DAB8585AEA8E65B2724 , 0xD9F06982A5883E3BA9EF5B3303D3425F , 0xD9F8A640255F3F52B32775A036EDB55D , 0xDA01515DADDB39558512950C88BA1825 , 0xDA04808FA37E30A7B14FEB4C5784CDE9 , 0xDA485258A6553C309DEC5927A8AC3D46 , 0xDAB4F18EF87936F5A481FE4E3F8EFC78 , 0xDAD29286EEC93BB5A76547A0A6814C47 , 0xDAEF4C47ED503275B1D435895C6C614E , 0xDB62849FF2EE333788984AEC5EEB171E , 0xDB8A3F27F8D43804AFDD6FD902CDEA8A , 0xDBB1A5D8886130FF902F09E5D3CF7BDE , 0xDBCE02D99EDC339F9A62EC854CC7F6F1 , 0xDBD01F857D8132E4B0FED4A243F44925 , 0xDBE1F97CA4AD3F52BE3941BE60AC13C1 , 0xDC011FA6679434D0BCF0E42083BA4081 , 0xDC4CD3126BEE357796492CA04AB9F761 , 0xDC7BAD93788D3E3EB7A6BBF9036220B8 , 0xDC7C0F229BFF37689ED1A6FF8E90645D , 0xDCEB76F697C937809CB65BBD05D8622A , 0xDCEFB38E085634EE9D05EB9FCF817945 , 0xDD2BC209DD9A30FC9DC49D779DD43583 , 0xDD5AF43F86BA3786A5F8473963566CBD , 0xDD669736DA053CF5BC0107DBA2A6A945 , 0xDD9AF6CF74CB304697B613AD2C276B57 , 0xDDAC8FF20FBF3AC7B9CB1EDD5645C7F0 , 0xDDB75BF24476327092CFCF65D0AD3F8A , 0xDE1022962F963BC181C9947DE4BD4909 , 0xDE40701AD0C339009BC5E953416C3531 , 0xDE6E9E5247873CDBA5E630958ED35FE4 , 0xDE82BD236C583C6DBA2EDC7CA01980F8 , 0xDED11C91E315317CB4BBFF68E0860667 , 0xDEF46129106B302DA199AADC7EB839FF , 0xDF106B7743AF33C4B077133E17B8E687 , 0xDF5D7AC96D3430299A877DE16699DE34 , 0xDF712A42C6343AA1BD0184C2E553798A , 0xDFA64EC6B04B3141A8B3E5D4A6378572 , 0xDFCC27E262083F17AAE0F2478C04D3AC , 0xE03A15E8C1F335E18C3AABC6A1600440 , 0xE0925C45530B3CBB81696D780A26709D , 0xE0B9A86BDDE83052BE581FA3C85BB633 , 0xE0CDF715FE77371799D95ED43B56EEC9 , 0xE1063147D2AD3212B26CC06B24A9D4A6 , 0xE110ACDD919434828FBD9EE1010E4AF7 , 0xE11466D88C573DE389C2A954649AC600 , 0xE12D79CC0DC83D459B846B678621C449 , 0xE13B15EFB98E30C09C7D1FEC993A9382 , 0xE186B8BDF777389B93CBCE738CEE6B7B , 0xE1A8360FF3DA3429BC05BDDC0BFAF2F6 , 0xE1B683710AFE366C920B84D97A834A29 , 0xE2299573F0AA30C5AACD7BBB4388C1C5 , 0xE27E6B95B20F35A0BABE59F8FCA72225 , 0xE29BAB7AFDC4387C953291CA9EE002A9 , 0xE2B927F07EAC367292EDB0ABFEF7CB24 , 0xE2D20C8497583BB3BF9E0ED1FDB513D9 , 0xE2D2FE8FDBA1327995CE15BC8368ADC8 , 0xE2FDF17F262637B68D1C0959AAC61588 , 0xE3019AF815C93F9288FECFD333554862 , 0xE3498F8EC76F3DB08FAAE65544FEE96F , 0xE3910A36DA3635BD9F8D1A12B5C8F445 , 0xE3F36A65B730396C82BE2A9CBFC7EA64 , 0xE438D803EDAB393CB9BED53FAAE5AF0F , 0xE443CF436A0A32F584609A928BE562BD , 0xE46D8FBE830A326799872EDC648FD2C6 , 0xE4DC3E6A10CE3F0A98007D9970ED10E1 , 0xE5123756355536FCA6185C64CE4503D2 , 0xE52546492B5030F59C2D0DF2B1B8EF31 , 0xE565A21BCC123A00A42B35A3420A01B2 , 0xE5835F6654613F5B8E4817CDE7B8C1CD , 0xE58486F6105B372D84362BA649D7B290 , 0xE59E3C643DCF3495A05209269A67BC61 , 0xE5A864DCD1C0323E8187007B8BBB1A01 , 0xE635F21BA5FC35F69FA6F57986C995D3 , 0xE63D2DC5B4353CAF841AA2E5F9CD2DC3 , 0xE644D48D584E3A57BFFA3317B17CFA30 , 0xE66FE486E91C3E63884D04F9C2748BC8 , 0xE698C8A1B238326F918088BE396C3CEE , 0xE71A3CB995BB38FA89BEE3191FA471AD , 0xE799B33743C73CC293503C28EFF68EA0 , 0xE7D0806F99BE3C4E91D5131859CB657B , 0xE7DD5F12EEA336AC80A4A2EEBCAB3723 , 0xE8022981AD623439B466D1776A0D37E5 , 0xE83D76FF91813FE78C0AEAF8CBFDD731 , 0xE8893FCC818B361485329A3B8951253E , 0xE8D45705E8023C038EE62D526CE0969D , 0xE9975F24A3EB39ECA9C04F622F133920 , 0xE9CBFC79700E39DA943703A0AADDE1F7 , 0xE9EA6895383437B3BF3F9BFA6F63AF45 , 0xEA23C6B3324C36B9B31C6145D9CB07AF , 0xEAC57100FBBC397BA16FF82E5B8A99D6 , 0xEAE0B3C2BCB73CFFB0DC3F683F43FF0A , 0xEB3FC40E5132338CA291CCA0721F95AD , 0xEB60D12564AB3E479BAC52BD41E4B9E8 , 0xEB64F6B5EF36327C92AB1E951CB40618 , 0xEB6D1BFD9FA53DE28EED37E196A2EB85 , 0xEB6D861816E33066B46369C31B5F5B98 , 0xEB785E527C2336F1A2E054173121F295 , 0xEBA88F24D26D30279F6E9FD66CEBF443 , 0xEBE457AE99AD33C79BA5FFF4A4A5776E , 0xEC099DB569D53EA78F2C1FE039CCED82 , 0xEC1C81D06D1338908A2DBAB1D19298B0 , 0xEC3AE5E8667231B9B6CDAE6EC253810A , 0xEC5A3449F7323F98B794E00E9D5BC524 , 0xECA01CBBA48337B3811AF778AB8A4232 , 0xECD529E424923A4AAD07C7525518905A , 0xECD677D51E6B366AADFA5E504CA69804 , 0xECE15D5FE3D435A1940CB9B71286CC9A , 0xECF296C85BA032D1A620A40AD6BA6792 , 0xED14C413E20F3D7F8DDA50BAD1940919 , 0xED3085A0702B385F9C780D11866BCC8C , 0xEDAB594D7ECB3FA7B63BD8D102CCA89B , 0xEDB0893F63BB3610B531C456F2D573A1 , 0xEDEA5ACD9EF1323299585EE44A3A8B9C , 0xEDF07903B9AE3977807FDB788DCE81A0 , 0xEE0E1C60046C3511BD418A62930BB3EF , 0xEE16CEBB8E593AAAB1505F27DE73A8A1 , 0xEE9FACCBAC743A27BCD55B058E3EF5C6 , 0xEEA23728BA6D343397C92BC26E8480B4 , 0xEEAE74ABB6AB3773AFB7820764EFC3B2 , 0xEEB33DDE09273A6B805E6E90912DE9E8 , 0xEEBBD25448C6333EB52BE4FCF486E4E6 , 0xEED4C3180AA2339685269551E6BA3271 , 0xEED4F74B75083EFE9C512634BD0255CF , 0xEF2F65F3CC163EC983A4347591CA1809 , 0xEF394B70B72A34668ADA35E01F04179B , 0xEF447349366B3A58988F0B5415B3961D , 0xEF4548374DB637A3A5533FD8CB1C8351 , 0xEF5A8B44BCB33C3B9F999B987CE5BA60 , 0xEF61CCD826A433B9A73BAF10AA907250 , 0xEFD4F503CADB3927B06EFE761770909A , 0xF0018F30C4F73671AC80E23A14EB9B09 , 0xF002397880133F46A5A5E69B58BC6B97 , 0xF00A137046E13C4A8E9C332FB5AD4F2F , 0xF012E0A4FC803196B37580635EDB6554 , 0xF03E5C119B1C35148542B33F11711CE6 , 0xF045DE10E253348EB0FAE3786B3CCF5A , 0xF04F80A924BA3332A893F96ADD18F932 , 0xF09284D3BB1638EA9678EB09D30234FB , 0xF099E943A4943952949FE2881CDBC143 , 0xF13D2EBB00E6380B9392817A8C54DE0F , 0xF1A8DDAE32AC3AA69FB21E8EB6FF69CE , 0xF1C7C45A43B639CFBCCA059F81AD0C2A , 0xF1F1BCA4933739C799D660AA05FD5493 , 0xF201B07A43D7359085D49E176CE08EEF , 0xF2195358DE5F3255BB2751E48BDBC7AD , 0xF21CFA2774C3313CBC39AA3F1E9D2CA7 , 0xF23D2B5A705A351C9B38978688C07C7A , 0xF2745429DD5C31A385E08DC51F159E83 , 0xF276D71F79F2304A98ECDA845A55F764 , 0xF281592AE0393C86985E4D4F8BB7E9AE , 0xF2A699D33336352C9B97047855888E98 , 0xF2A72428FEC530D8B107A7BFA19AF368 , 0xF2B90624D6EE397CA08178ECC170AFDD , 0xF2E08E04BA6E32B38FBFA50B3CE2EB20 , 0xF2EEE344B1E83234931EAD888EDF9364 , 0xF3030C4271063C038DCEBED798755B0D , 0xF30D065F2F9E3CFAB1513D524463E815 , 0xF31F9A0B1C803A0D9E2D13A68CDD1292 , 0xF36973C0D76931F9B77A47C44866E89F , 0xF3996AFFE0DF3683AC361B5A3385EBF5 , 0xF3AEFE3244753556987343091CE4A223 , 0xF42876E22D5131F49058921A6CB502BB , 0xF46283EF61F23A6AAEABA7CF4151693B , 0xF467BF2CFC8B3484BE771D7B071F886D , 0xF47A0B49FADA303B9B3875D4388977D5 , 0xF47FAE95C0FD3D39B4D5025355C191C0 , 0xF48142A5953C38D4B1393A30B68155BE , 0xF49FA77039BD33DCB464810EF21450F1 , 0xF4B501707860339AA7637EDEB9608E0E , 0xF4C6F9ABA91231548F4684AEADFF3240 , 0xF4D35EF5E80C3129AB635AF5304772AD , 0xF4E1065C64303DA28189101EE8E5AB50 , 0xF4E68B85F6CF3AC0A581D3BFD802BC3C , 0xF4E9368E38663EF4B8860DE6BBB65AF7 , 0xF56F4142A58A36649B4380CD45F17788 , 0xF572FEF623FA3E91969DF10FC85386E7 , 0xF5D81B9076783E3BAEAF933127C7D6F1 , 0xF5DF8D1531AE305991055AF629184CF2 , 0xF5F16F9B92EC3E6EBE7EEF7E3C144067 , 0xF64A99E4464E3AA093A931D796813B11 , 0xF69E4950B3CB381E9065412700EEAC84 , 0xF6D2B582A72A391FA48790BCAFC4A4B3 , 0xF7167875136C329789F7F8A318A1B5FB , 0xF7A257D4F9A536158F943E5C12095888 , 0xF7DB2555F78B3E10BA6FCF6E4C16ECE9 , 0xF85D249632DD3484B8CC8D532301BDBF , 0xF89BD78282663545A3A71C3D60907E37 , 0xF8B15DBE67F7372AA27191384C472504 , 0xF8C96851CAB13D67B0DB5F9FECD246E2 , 0xF967DE989B373DA4B339616FB7E94149 , 0xF9B617C82A7A3241B50ADB7B87CE79AF , 0xFA00BB8FB4DF351CB30659B62B042275 , 0xFA1317A2AFE63C3D9FB9D48AD8F8447A , 0xFA379A04186A3F9D8492069C34C38FB0 , 0xFA7FBF0D262234568960ACE251B657BB , 0xFA8064426D19339B857CB20FE055D0D9 , 0xFABEB2F089BE3029A003D94D6ED247D6 , 0xFAC472B2B2DC3B7DA3D193DC7B6FDC1F , 0xFAF96A120AC733309CC27D77193CF7EE , 0xFB152FCE250436238E48E91A2805BC10 , 0xFB1EA012A39731F9A8F11D1213DEE801 , 0xFB2AE055C52934A4AA6CED7F6DE07A9B , 0xFB33B41615FA3CF5A09FCE5E716F5421 , 0xFB43D20FF9FA3469A048E62C771BECD2 , 0xFB5083A6EFEA3BDD8FD93A7A82C857D7 , 0xFBD737EA4A7F3F549F7AF454B61A3429 , 0xFC2B75324F5136F9818C6C6A22FF2763 , 0xFC6DB4775903377C9A31935A43F534E7 , 0xFD5A13756A9839C996A3616334DB97E2 , 0xFD6463ADBCA332DDA6E53C2B2B59BA28 , 0xFD68FCB659643181AD9FF688821CD4EB , 0xFD6AF0D1D84633E6A8581FC3E4E4B105 , 0xFD743D453A27376390C842A5B4E23B86 , 0xFD782C298BB7393B8B4FA9E347D3AD8B , 0xFD95A6132E0532CB898F6CB492AEB238 , 0xFDDB416350CF3138960AAD678FFF0D80 , 0xFE17FE2842303126BA48EAC3E4778C58 , 0xFE1B31F28D4B39AE9FE236CAD474A0EC , 0xFE6E7B4C62F93F8DA156096B5A3C7A79 , 0xFEDA179DBB0D3DE18891839DAAAC8945 , 0xFEF137D257F633069CFA9E3742E42906 , 0xFEF5A9EDD4D23E49A03E4748CF2A443A , 0xFF1D70BEEFA934D1AC9845918A8B0CB8 , 0xFF29CB174FB337258004ACD581332692 , 0xFF594C645A0A3E579B64133CC2FB368B , 0xFF7B592A72B43EF58AFB40F86A5260D2 , 0xFFFC4817C41F3141A2CBBD075957CE4F )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
84
19.41 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 Tåâ’•?¦Ž Øz\v ’·ì "
b"\x00 éA"©r3Öš2³\x18 OàÇÛ "
b"\x00 °¨¤¢%2ã┤fÉôT÷\x16 ë "
b"\x01 SH=qf<Ï•éû>Åy¾Û "
b"\x02 õlS\x19\x15 2D¸áøÉQf‚Ð "
b"\x03 \r \x1A ÄwÒ0ΑS¦t\x1D 7Ou "
b"\x03 T¨\x04 ┴½0\x7F »AkÉc\x11 ÄÈ "
b"\x05 š±'Pö:u®G‹\x06 d‚\x19 ~ "
b"\x06 }rÈ\x0E y8E┐ Åy3┐~r "
b"\x07\e ð_1µ3Y£ ÈªŠ¨zá "
b"\x07 zÁÂWD:»™\x13 Å]„[˜\x07 "
b"\x07 Ñ\x04 ┬*í?üòvÂ\x10 ¯■ú§ "
b"\x08 3\x1A Χ3=>´)³"r\t àf "
b"\x08 ‚\x19\x01 ~\x12 1ê™S#QÃ\x13 ¯w "
b"\t C_l┴▒=\x1E Â╚4üü╣u\x18 "
b"""
\n
¨ûæO|9;¡\x1E “r(uã
"""
b"\v Ã\x05 ˆÔ<Œ‚rJ(°bâï "
b"\v Üí\x10 ¥J4¼žêªi•›ÏS "
b"\f =\x03 MM¥>ıÅè×è\x14 ÏPü "
b"\x0E\x0F Þ\x16 Í\t 7òŽWR36ó߯ "
b"\x0E\x18 ÓQè\x18 ;6ì┴ÔãI¹\x11 ▒ "
b"\x0E €ÑÒÜs3ÿ–©\v `&ºMt "
b"\x0E ø├8ب?,À■æ¦9Týh "
b"\x0E ÆöH¥\x00 ;±…ú !Ôhßp "
b"\x12 |¬\v 9É9\x04 ┤,yO,î?▓ "
b"\x13\x03 !bæh07É\x12 :\x00 áò\x19 ; "
b"\x13 'ð\f K =P¼iV~\x06 оû "
b"\x13 ‡tØ\x07 à<‹—\v é¿m1T@ "
b"\x14 %\x1D Y\x08 æ8w”•l(ë»áà "
b"\x14 b\x17 8ñ\x1D =\x19 üÞ®U(Ô Ð "
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"\x19 w»©7¸7·–Ù×°dK\r C "
b"\e\x08 ƒ–,A=i¤ící¨KÌ» "
b"\x1C ˜\x17 4±À2˃EÒÙ°{N³ "
b"\x1C ¡÷•F>5§‘Ç3+;›L’ "
b"\x1D ³é¦¯L2\x1D ؤôo└Í░\x04 "
b"\x1E\x00 Cq`ê=µ…¤0¯B’Ž. "
b"\x1E\x05 wX\x1D ·8YÖ|J\x18 ░D\x15 ü "
b"\x1E jWvU®:UƒS\x01 EäA\x7F ô "
b"\x1F uµLJm>\x1C º\x15 ¡sb=\x0F Š "
b"\x1F ö«†Òo:ÿ•±¼¦\x02 ¹¤\x17 "
b"\x1F üwIßï2¸«irHdþ‘\x1F "
b"""
†xBz#?\x1F ¥Î\x15 6\n
¦&d
"""
b"!!g\x0F ´\x18 4Xùp4╚ª├ì| "
b"!nIA▓Þ7>ůÑ║È*mM "
b"!†Ží#A8j’I\x05 A›Vˆô "
b""eÌ·©M7\x14 €hžZl”n– "
b""“ÛN$\x01 6\x12 œ\x17 »Ñ\x00 iÁx "
b"$\x15 ˆ&z5?v«Š¾Íe8½' "
b"$jZž2=?n¤{\r èØWÁ "
b"$’Ñ?ºä4(”Q¯V\x1D f‘| "
b"%©Æï_+1`…HK*ê1\x02 ® "
b"%Ã_Sã\x7F 6…—\e ùG%\ºT "
b"&\x11\x02 7\v\x10 <Å·ƒ÷zÜæ½\x16 "
b"&ßÅi,\x15 ;ù¼tåÑ═"╠ß "
b"'!rOÏÿ;9ëuòÉ5Ä\x1E | "
b"""
(C\n
2ɉ>ª–×¶\x15 ÷ƒ7$
"""
b")1ÅU\x08 p0t¤º˜~æ§@\x08 "
b")R\x02\x1A T\x10 9\x0E âþ\x10 ÖÿÉ\x17 K "
b"*8ÎÎ~Ø;Bê¤Ò╠BÏıë "
b"+7^Á7Ð?t†ö\r –\v Ì\x00 f "
b"-!÷Ñp¥5¤¯E\x15\x14 '&—x "
b"-/╝1\x19 Ë4┌Øg`ƒNB═" "
b"-Ö\x17 ïŒK2°¶¡\x7F ×âØ±å "
b".>\x00 ÔØl1\x05 ˆ¿~|\x10 !4m "
b".b1ùøª0«º)Aö\r ÍŽÿ "
b"/z:ÐûB7\x7F ’¢\x15 ’(twc "
b"/’÷‰€:\x03 Ÿ²·\x06\x01 €ÓÊ "
b"0\v À@K%52ŸÃÅ\x1F ᘧ\x7F "
b"0k¹†,a=ž”Ë3ç\x17\x17 p\r "
b"0ÀÞ›šá4´¿èë\x06 ƃ\x17 ç "
b"1YS¸zœ0*¾:^>u¹èŸ "
b"2Êžb\x05 ¼6ø§Õ/¢=Ìå% "
b"3\x0E │*1¿99é¬û£ÅTB\x00 "
b"4¬ì§ \x00 1º«Ç¿ÉX]©\x16 "
b"6Ñ\x1A £®³2Žf\x7F ÜÁ\x14 9\r "
b"9‡hó(˜1\x1C ª³šPn<¡) "
b"<\x08 õm„A:Áµ1iV¹¿Z¦ "
b"<Î\x19 ©Ø…3K„÷ˆÒúh¶³ "
b"=}DǾË8ÍŽ_m6Jλ… "
b"""
=È…ÿ‡ß4ª¬\x18 \n
fð‘\x7F\x01
"""
b">\x18 × ;\x08 =Øñ»#\x16 ÇÄÛ "
b">\x1C Z\x11 R41zÉé\x16 ^~õ\x00 ¬ "
b">3V%\x05\x12 9»Œ\t @tÐ:ž\x1D "
b">?J.òç4;ün╗KM\x10 ▓À "
b">m}X+\x16 2«˜ 3¸ôz!à "
b"""
@\n
×ÈôW<┴Â0Ö@ü\x14 ƨ
"""
b"@€<\x1F bý< Ÿ"V_‘!¿Ô "
b"@Àd†WÐ5ƽpÞ\v ®zõê "
b"A\x04 V\x07 /ë6XÑþ█ìu÷¤\f "
b"AÚ\x0F u£}9\x0E ›\x02 =-Õ†ª¯ "
b"Dñ¶^9\v =n‚/‰\x00 Ä;\x13 à "
b"EmÓ</╣9\x1D Ø´▒aTÈ_¼ "
b"EÉ┐ì°\x06 >×»/ô#YûF\x10 "
b"F\e Ø–Jë=\x7F ž³žÏ\x18\x08 Ú\x16 "
b"""
F¬˜kæú2à«ôï"\x1F \n
æë
"""
b"FÅ"£tN5óœ£ÕÒ‡SÑ8 "
b"Gè)*»o3É7â¦\x03 ¬ "
b"H\x04 ò‘®%0\x7F ‹~'¾íº¹® "
b"I\x7F Öb5ƒ=ðŠ^¸ÇŸœh€ "
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ÌÖ:n\x0E 8À»\x0F ë¥\x17 à‡¬ "
b"LCË~\x17 Ë5”®CŽwñ:‚\x1A "
b"LW¾─7ª;Ýû\x13 ;Éjz%├ "
b"M\r ‰2ð³8¦¸ýÞ›÷Mí7 "
b"N¯\x12 A}Ô2K® ŸŽƒ¾®' "
b"PïÁ%‚ã?±“¨×éb¹,\t "
b"Rehüþj=\x11 ░û-ÿ╚┘©Ö "
b"Rs¬\x1F x"9\x1F œ’1aQ#\v ] "
b"R®Ë'sù9\x0E º 4%a‚)m "
b"S\x16 Xà§g>!╗▓r\x05 bKØ= "
b"T\x1C «ƒ¥8>`¦ëy©áŠÄs "
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"[\r …\x16 ¢É0ݾ]\x01 ¾\x06 jxŸ "
b"[¹▒Å\x08\x18 8(úS■┬a\x1D ╦╠ "
b"]tžxNO<œÅÀ?ñN:™ "
b"]«ãût╚7ƒÅ)\x12 ░Ld,ª "
b"^Ý\x19\x08 ╬┐5ÉÂ>>+f*DÎ "
b"^÷öÐÖu19®\x1F ÷ô‚z{c "
b"_Ùdü│®4QÖt\x03\x01 çÈÜ\n "
b"`AüÊn\x10 4àÜ|<=F┴Ëß "
b"""
`µvs¥¬8µÇ\x05 eÄpÉ\n
,
"""
b"a!F\x01 »56°©¾»°\x0F œ\x19 ‚ "
b"a^\x19 :;Ö8?»ùÈÙ\x04 ò…µ "
b"b+?O\x12 ¹3Á£êç\x08 ƒå\å "
b"bM6â´ï9¾—’÷r\r &ü "
b"c:€\x12 ¹å;\r ƒúY¶|+së "
b"c·#Ú½å>\x07 ¨,7\x06\e ÿc÷ "
b"d\e ┘Æ\r É3\x14 ¥▄ \x06 ¡\x15 Å3 "
b"dœ+(Éð?¦¼Å\x07 k|ð÷\r "
b"dÁRqSÁ3¬ŽG¢O:½¾¯ "
b"f\v\e ÉÚ½<Ü«®n&ß_\f\x06 "
b"f\x18 霬x=8‚\x12 ½Ù~„µà "
b"fQ·‰<è6§ˆ{N\x13 H\t ‰& "
b"gBUPT<<¿žã&ØSóÂ: "
b"gsm \x15 2[úƒÉ\e\x15 a¯┌ "
b"h\x12 %\x07 D2Pì<¯ov\f îf "
b"h?\x13 d8²5½¡-̘dã:p "
b"h“\x04 ;ái2{”\x1F ö”\x10 :v° "
b"iiNÀ;k5\x19 ¥H‚\x1A ÕPÝé "
b"iç¡ÚVÄ2rü^ÒòÅ\x00 úÐ "
b"j.ïÐÕb2׎D\v #‰âʲ "
b"jd`[g\x11 ?\x13 ¼ïµ\x03 ¹\e Ú× "
b"jä»f\x08 i=B‹\x08 ªZ©\x06 "Û "
b"j°³Ãþ»1æ¢_Ø\x10\x1C ±║▀ "
b"k\x01 ß3™\v >8°Óÿ)<ÑcZ "
b"lÖ,µWO3a´²i2êÄSÿ "
b"lÿž”\x16 ¿2ܧ\x05 ÌÍUE\x1C B "
b"mIâ¤l[9ß“Vnzˆ,\x05 ± "
b"mÍ\r x+Ñ;J³Î\x15 í²ò\x15\x13 "
b"n}Ó…«e>'…\x18 d {u8ü "
b"p\x7F ;Ô0Î<½¹\x11 r\t n·Ð× "
b"r\e _N¬6™Ÿn€º£,dë "
b"rRì›±\x10 1\x02 ºœ¢ã\x02 ¶ºF "
b"rÉ/?¡═6"ûSÊòsklý "
b"sW▄RüJ;¼êÕóÔ\ãrm "
b"s”6B9§=гá\x08 —résC "
b"tâ\x04 …ÒT>ó£jK3þÈù´ "
b"v\x1E Úf^+:\f ¼àÎÝ \e Q "
b"w#èZ%V<\v Š\x01 ¯GàRöU "
b"w›Ù¶_A9…¸î0f™(Õ\x19 "
b"wª‘3Kž:*‡Uf— \¶ "
b"x—BœïH7X’\Ÿ\x08 bóž@ "
b"xîÕˆ\x10 Æ9ʬe3ÃX¸Ö¡ "
b"y\x7F i‰t\?³¨þ\x1A ¼ÿ“aÏ "
b"yáQÊ╬‗1ìû£`8çHyª "
b"yæ…H#Ú<磕™PDCŒÔ "
b"zèüÂTZ:É›WAÀ÷þ³' "
b"""
{¦Ë®\n
\v ??¤áæ\t "àù
"""
b"|?¸▒R╩;ƒîBÅZ"\x13 VM "
b"}\x07 ╠eµù6Ó¢ü'õ7o\x02 ╠ "
b"\x7F\e o\x05 ¾\x1A 3ø‰ï1[‹1ûu "
b"\x7F Ï“êÞ\x12 :\x11 ¾ó\x08 +NÇÇ» "
b"ÇKög\x12 Â6ê▒=àÔ*ñ¥Å "
b"ü▓╝\x1F Ó¾4y»*Q÷ý¤█¿ "
b"‚\x02 «@¨;É…¾¼\x18 ©o=Á "
b"‚‰"=BÏ6š©QGP€2¬î "
b"â-ÛÔs²<Zìa\x0F\t 49ñ0 "
b"âÃgzêp?Ñì\x1D ì┤É4■\r "
b"â▄QÑÑè>║¿\x08 ¥µØW°J "
b"äZy┤Ê_9ì╗\x12 ƒ■ý█\x03 q "
b"à_Ý0,g3@ØÊnTdW┐6 "
b"…¶ÞowÊ3„” )ëÕ\x0F á\ "
b"†=ЧÉh8>™cä"geÍÆ "
b"†>È&\t v=„¨Ž\x05\x01 Û‘þ… "
b"å\Fü¥£5IÂõ]cM├)Í "
b"†Ëôé0ä9ú«óÛ¿°÷Lµ "
b"""
‡\n
Š\x15 µ\x1C 4܈¦þ‹›Y\n
Û
"""
b"ç\x11 á╬TV;eØiIƸ╩&X "
b"‡\x13 _ŠQð5|¤ÖI\x14\x13 ù, "
b"‡;ß(ƒ{7v¡Gg2¯1°€ "
b"‡{°ÙÙF:Ľ÷Oèé¿e‚ "
b"‰#}\v ¼ø>i†çˆé…§ü% "
b"‰“\r \x0E të:4«\x1A yV{ªë\e "
b"‰—æ—Óx3ãƒs9´FP7ª "
b"ïTnT■G8èØH\x7F -6½{4 "
b"Œ ïýÊ4?z®@}\x01 ášAƒ "
b"Œ~¾\r Q\x16 8ưÿÙ|æ“[ "
b"Žråˆ\x1E\x12 6Z»@¶I_)6k "
b"Äx=┘üÚ9ßäSIq║üÇ\x0E "
b"ÅhbØ¿í7Þñ Ö╦Z\r ;Ù "
b"ÅÈf\x1E └┌8,ú\x13 ¿Ñáíø "
b"Éú\x02\x1F ú43m│╝«aÇ_\x15 ® "
b"‘$\x13 Î\x07 –==¬–ßT)b8 "
b"æA`╠\x04 Ø9B¡0ºÁØÇ4a "
b"‘íf®0,:zˆ\x7F þ¶#1¼õ "
b"’„ƒZ”r9\x07 ‚¨¹b±€(ç "
b"“Ñïç4\x05 6ºƒh\v ~}„é[ "
b"”\x1D l0&Ó:-“îlN1tG- "
b"öXƒ8Q▓<6üÇ┴d█┬T "
b"ö\x7F 1É\v ║:\x11 »ß©#û®»¾ "
b"ò\x1F >'ü¶;ëñ\x00 T\x0F \r Î¥¤ "
b"ò¢+\x08 ~ì?Jä0áçfpðÍ "
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"šõŒÑ^Ô6î¸V8\x08 j.YŠ "
b"›Ã á--0Ö $tY‹–sl "
b"œ.1ô\e û2ô²D6\x11 _x\x11 i "
b"""
×rÛâ┬Å:xù\n
\x06 A─Ø\x0F ƒ
"""
b"žÑ¥üÇ\x18 >RŽáå\x19 š‹~ "
b"""
á\x01 ã\x05 ├▓2\x1F ü▓\n
ª░2\x1D ║
"""
b" 2>L&š5S¦\x13 M$Ιs‹ "
b" ÍÑRôe0Æ¡¬GGõçqë "
b" Îp;«\x0F 4«„\x00 á¸1\x01 QM "
b"ó9\x14 é\x05 ??Øæ¡5\x1F ¶¾+Ê "
b"óÝ> î▄<ïúõ5ÖÈØ█\x0F "
b"ú├║8\x11 p0¤Ü{ÊÁÚËÃÅ "
b"ñÜ/\f\x04 |:\x0F ÄGüý Øú8 "
b"ñóu*Å(;Iƒ\x14 ´▀;Rï└ "
b"ñ┬]+æG;¢û\x05\e ¶OçÉ< "
b"ñ´Õ¿³³3╣Ü@▓Ö©TbØ "
b"¥Hà»ôa2nª@,(Rå-( "
b"¥ß&8\x1C #?‰Ló3B†ª\x05 "
b"¦?Ã(~\x15 8~®j¢\Áíá\x11 "
b"º;\x1F g½ü9$¢▒├ä'eN\x18 "
b"ºgì\t ╦õ:ÚÀõ¹ï╬ô!« "
b"ºí▓\x10 ïÔ4¦ì├¯\x08 E>[| "
b"®!<°░89\x17 Ä\x0F ÉË%ÍÇö "
b"©&Ñü‰§5\x19 ‹\x00 Ž\x0E ÑD(Ý "
b"©Ÿ—dO‘?š«mSF\x7F ´ÄŠ "
b"©á6µ%\r <‘¡UÜØVJÙÎ "
b"ª\e $£ª—?°¹ãèM–#ÐF "
b"¬g╩▓6z5ÓÄ~ìq\e e@³ "
b"""
½ì]ÆÄ¯9\n
í\n
▓{\x1A 0ä\x12
"""
b"¼ê;ZaÈ1ðüÄ\x1D \!¢├\r "
b"H\x1E —¹\0¢—{|†(í1\x0F "
b"«K^úVÆ3ìÀ\x1C DøÂwKí "
b"®›t½4•9]¦B\v\x13 .Wüb "
b"®×\r -¦\v 4\x05 º®O¹ä\x17 þ "
b"»¼\r D\x14\f 1uØ┘`┬À‗Më "
b"""
¯ÔŸ\x04 ø¥=‹‡£\n
{¾`·¿
"""
b"░S\x15 û_À3Üá\ÛØq┌Çh "
b"°q{¶Œ)9r“‚s¯ÛDCý "
b"░Ø▄\x08 )Õ9ýôÛ└mx£\x07\x03 "
b"°«Ïyž—6¸ºl¢\x18 Ú¶èÈ "
b"°¼%ù¯\x08 :˜5'Bâ͞ "
b"±Á(¯àÒ1Šˆ.\x0F PHÙ\t\x1C "
b"²Ô‹5Dl;̳Ãÿ¨›_V\n "
b"²Ôþä¯Ý=s§yù\x04\x08 Àÿ´ "
b"³0õ\x18 7w:õ«Ú~\x14 ðΠ"
b"│┌RØU[1ñÖ┐ð6┐9(ä "
b"µ{†+0P1^ 4\x02\x03 ñŽ(í "
b"¶\x1E ø\x17 Œ[3i‘M¸xó´jä "
b"¶9\x7F XÏß<š—\x02 ëÛ\x03 Ù\x14 € "
b"¶cºá\x05 51ï©PM*oTu "
b"¶jÈ\x18 Zê<é†\r ©o\x19 ¢žÇ "
b"ÂÅy|@Y3Z▓╗╬âçt\x02 ┴ "
b"À6\x14 Ý,0><┤DLıèØH¡ "
b"·v½\x01 n13æ˜C(† §Ë\v "
b"·¾Vœbñ>¶˜]9ÜŽh¢; "
b"©ÉÏQ9á2Ì¿\x12 æ┌$1\x7F \ "
b"╣×yáÔk3`Ø%k┐Ü£ø\x06 "
b"ºuÇê²Ö>‹“Î+í¹Á\x1C k "
b"»\x08 Éa`\e 1ê€R„è!I+I "
b"╗öVìı_0T©ÛÅ2ÝÄ‗ç "
b"»ÅdRf‡:ÿ•Bcó-Ë¶È "
b"╝¯Â┌ü\x00 3¦ÄÔ▓ø┘ó%Ø "
b"""
½NPõ\x18\x1C 1_¥\x0F Žh\x12 +\n
t
"""
b"½ˆó´\x16 Ü=7ŽÁP\x17 ¢\x04 ¬0 "
b"¾\x07 $þNx76§½M\v ˆhî "
b"¿GõH?\x06 3\x14 ²fî©\x1E Ñ)T "
b"À<Iå¬Ò<cŽÈ¾æ’ÆÆ¦ "
b"└´HØø¹=¾½Ôݲk!8M "
b"┬"Sa~/4Øçı=!üܦ\x13 "
b"¯ ¼jr4à ÜöŒ°ù\t \ "
b"³׹˜¼9Ms™\e _ó€\x02 "
b"Ã<ŒÖµ^1$ª€\x01 VÎ}[\x13 "
b"Ãp\x1E ^\e\x02 7Ù•¾9L´x\t ¼ "
b"ìö\x12 Øâ8cªP^ëCh[& "
b"─üÕÌ\f q3╝Ñk!4ºÃ¢│ "
b"Çuw\t\x01 ’2i¹\x10 «µ\x08 Ò\x01 F "
b"Ã┤!Öü»:?«LºY½fxà "
b"Ǹ־B\x04 5rݱiÀ¹ d "
b"Ê¢hŽF43†|\f ËP¡ø’ "
b"Ê¥ú¦úñ3[žR—ÜÓä5× "
b"ÊËÞ¾\x03 †0\x18 ’…þgª<%Ó "
b"Ì\x06 Wa»;:Æ©û¥Ô)dâ/ "
b"╠kìTQ?05»LfÏ©gߨ "
b"Ì©àžìb1®¿QI\f\x06\x18 vº "
b"ÍXÝøÛh;DZÁëä\x1C\x12 .{ "
b"Íd\r ~ãÅ3\x0E ¹ˆÉßšb\x04 ! "
b"Î\x18 ©ˆe…:‘ˆ'8uâM\x17 C "
b"╬Á\x14 û¾;0Øái.\x06 ax.ô "
b"¤Ä9ªá]2«Ø\x1A µvÁ¥×ê "
b"¤┤[hàì;\x03 ┐nn¡5Ieû "
b"Ϻ1^\x1F `<F´¼u¶¾…ga "
b"ðã\x0E 3Ø¢7■ó╩"8Pþð¦ "
b"Ò ã\x07 Õ\r 7¥¯x-ƒh\e\t L "
b"Ëô\x07 dùÚ6a┐ìO·÷ݺ% "
b"È\x11 ┤4©÷:ÿì_\x18 ╚\x12 ┘ª| "
b"ÔsΉÂ\x03 1äª6}˜‡¬„´ "
b"ı\x19 b┐§╦?âü°¾4>¹ÿS "
b"Õ^\x15 ”æÞ8€¸•˶öAî "
b"Öa¥fk»:Ñ¿\x00 Ã2¡“»q "
b"Ö ‘°OB8“®ó[Ä®'ñ\x00 "
b"Ï█¼à³\x1E 0ÄɤV{ó¢9ì "
b"┘yyK%>uÅ@\x00\x17 >Ó´¼ "
b"┘çàÊ░\x15 1Q©■┼Ðlì¸ÿ "
b"ÙÒÞ&&\x1E =«……®¨æ['$ "
b"ÚïLGíP2u±Ô5‰\laN "
b"Ûb„Ÿòî37ˆ˜Jì^ë\x17\x1E "
b"█▒ÑÏêa0 É/\t Õˤ{Ì "
b"█ð\x1F à}ü2õ░■ÈóC¶I% "
b"▄\x01\x1F ªgö4ð╝õ â║@ü "
b"Üëvö—É7€œ¶[½\x05 Øb* "
b"ÝZô?†º7†¥øG9cVl½ "
b"Ýf—6Ú\x05 <õ¼\x01\x07 Û¢¦©E "
b"¦¼Å‗\x0F ┐:Ã╣╦\x1E ¦VEà "
b"Ý·[òDv2p’ÏÏeÐ?Š "
b"ß]zÉm40)š‡}áf™Þ4 "
b"ßÌ'âb\x08 ?\x17 ªàòGŒ\x04 Ó¬ "
b"á-yÌ\r È=E›„kg†!ÄI "
b"â)•sðª0ŪÍ{»CˆÁÅ "
b"â~k•²\x0F 5 º¾Yøü§"% "
b"Ô²±\x7F &&7Âì\x1C\t Y¬ã\x15 ê "
b"ÒIÅÄÃo=░ŬµUD■Úo "
b"äÜ>j\x10 Î?\n ˜\x00 }™pí\x10 á "
b"å%FI+P0õœ-\r ò±¸ï1 "
b"Õ¿d▄Ð└2>üç\x00 {ï╗\x1A\x01 "
b"æ=-Å´5<¯„\x1A ¢åùÍ-à "
b"çÝ_\x12 î£6¬€¤¢î¼«7# "
b"Þ\x02 )ü¡b49┤fÐwj\r 7Õ "
b"ÞÈW\x05 Þ\x02 <\x03 ĵ-RlÓûØ "
b"éêh•847³¿?›úoc¯E "
b"ê#Ƴ2L6¹³\x1C aEÙË\x07 ¯ "
b"êà³Â¼·<ÿ°Ü?h?Cÿ\n "
b"ë?Ä\x0E Q23Œ¢‘Ì r\x1F • "
b"ëm\e ýŸ¥=âŽí7á–¢ë… "
b"ëäW®™3Ç›¥ÿô¤¥wn "
b"ìÖwÕ\x1E k6jú^PL¦˜\x04 "
b"í0… p+8_œx\r \x11 †kÌŒ "
b"í°‰?c»6\x10 µ1ÄVòÕs¡ "
b"î\x0E\x1C `\x04 l5\x11 ½AŠb“\v ³ï "
b"ˬt:'¼Õ[\x05 Ž>õÆ "
b"î»ÒTHÆ3>µ+äüô†äæ "
b"ï/eóÌ\x16 >Ƀ¤4u‘Ê\x18\t "
b"´a╠Ï&ñ3╣º;»\x10 ¬ÉrP "
b"""
ð\n
\x13 pFá<JŽœ3/µO/
"""
b"ð\x12 à¤ü€1–³u€c^ÛeT "
b"‗\x01 ░zCÎ5ÉàÈ×\x17 lÓÄ´ "
b"ò\x19 SXÞ_2U»'Qä‹ÛÇ "
b"‗üY*Ó9<åÿ^MOïÀÚ« "
b"‗ÓÄ\x04 ║n2│Å┐Ñ\v <ÔÙ "
b"¾\x03\f Bq\x06 <\x03 ì╬¥Îÿu[\r "
b"ó™jÿàß6ƒ¬6\e Z3…ëõ "
b"§r■÷#·>æûر\x0F ╚Såþ "
b"õño›’ì>n¾~ï~<\x14 @g "
b"÷Û%U÷‹>\x10 ºoÏnL\x16 ìé "
b"·\x00 ╗Å┤▀5\x1C │\x06 YÂ+\x04 "u "
b"ú\x7F ¿\r &"4V‰`¬âQ¶W» "
b"ú¾²ð‰¾0) \x03 ÙMnÒGÖ "
b"û\x15 /Î%\x04 6#ŽHé\x1A (\x05 ¼\x10 "
b"¹P⪴Û;¦Å┘:zé╚WÎ "
b"û×7êJ\x7F ?TŸzôT¶\x1A 4) "
b"ýZ\x13 uj˜9É–£ac4Û—â "
b"²h³ÂYd1ü¡ƒ÷êé\x1C ÈÙ "
b"ýjðÑØF3æ¨X\x1F Ãää±\x05 "
b"■┌\x17 Ø╗\r =ßêæâج¼ëE "
b" )╦\x17 O│7%Ç\x04 ¼ıü3&Æ "
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 (0x0054E5E292953FA68EA0D87A0B92B7EC , 0x00E94122A97233D69A32B3184FE0C7DB , 0x00F8F9CFBD2532C6B466909354F61689 , 0x0153483D71663CCF95E9FB3EC579BEDB , 0x02F56C5319153244B8E1F8C9516682D0 , 0x030D1AC477D230CE9153A6741D374F75 , 0x0354F904C1AB307FAF416B9063118ED4 , 0x059AB12750F63A75AE478B066482197E , 0x067D72D40E793845BF208F7933BF7E72 , 0x071BF05F31B53359A3A0C8AA8AA87AE1 , 0x077AC1C257443ABB9913C55D845B9807 , 0x07A504C22AA13F819576B610EEFEA3F5 , 0x08331ACEA7333D3EB429B3227209E066 , 0x088219017E1231EA99532351C313AF77 , 0x09435F6CC1B13D1EB6C8348181B97518 , 0x0AA8FBE64F7C393BA11E93722875E3A0 , 0x0BC305A088D43C8C82724A28B062E2EF , 0x0BDCED10A54A34BC9EEAAA69959BCF53 , 0x0C3D034D4DBE3ED58F8A9E8A14D85081 , 0x0E0FDE16CD0937F28E57523336F3DFAF , 0x0E18E0518A183B368DC1E2C649FB11B1 , 0x0E80D1D2DC7333FF96A90B6026BA4D74 , 0x0E9BC3389DF93F2CB7FE91DD3954EC68 , 0x0EC6F648A5003BB185FA2021D468DF70 , 0x127CAA0B39903904B42C794F2C8C3FB2 , 0x130321629168303790123A00A095193B , 0x1327F00C4BA03D50BC69567E06D0BEFB , 0x138774D807E03C8B970BE9BF6D315440 , 0x14251D5908E6387794956C28EBBBE1E0 , 0x14621738A41D3D1981E8A95528E220D1 , 0x14DBA5AFED4E3E99B02AEF172FA7A734 , 0x151351A5BAA230D8BFE2C7C4780C8E5D , 0x15B91F072B863300B806DB84165EAA23 , 0x15C77C17F9F93EBF86DF81C151DD54BF , 0x15CC74860A153F29BC39888548909C1D , 0x1977BBA937B837B796D9D7B0644B0D43 , 0x1B0883962C413D69A4ED63EDA84BCCBB , 0x1C981734B1C032CB8345D2D9B07B4EB3 , 0x1CA1F795463E35A791C7332B3B9B4C92 , 0x1DFC82DDEE4C321D9DCF936FC0D6B004 , 0x1E00437160EA3DB585A430AF42928E2E , 0x1E0577581DFA3859997C4A18B0441581 , 0x1E6A577655AE3A5583530145E4417FF4 , 0x1F75B54C4A6D3E1CBA15A173623D0F8A , 0x1FF6AB86D26F3AFF95B1BCA602B9A417 , 0x1FFC7749DFEF32B8AB69724864FE911F , 0x208678427A233F1FA5CE15360AA62664 , 0x2121670FEF183458977034C8A6C38D7C , 0x216E4941B2E8373E8FEEA5BAD42A6D4D , 0x21868EED2341386A924905419B5688F4 , 0x2265CCB7A94D371480689E5A6C946E96 , 0x2293DB4E240136129C17BBD10069C178 , 0x241588267A353F76AB8ABECD6538BD27 , 0x246A5A9E323D3F6EA47B0DE8D8AD57C1 , 0x2492D13FBAE434289451AF561D66917C , 0x25A9C6EF5F2B316085484B2AEA3102AE , 0x25C35F53E37F3685971BF947255CBA54 , 0x261102370B103CC5B783F77ADCE6BD16 , 0x26E18F692C153B97AC7486A5CD22CCE1 , 0x2721724FD8983B3989759590358E1E7C , 0x28430A32C9893EAA96D7B615F7833724 , 0x2931C55508703074A4BA987EE6A74008 , 0x2952021A5410390E83E710999890174B , 0x2A38D7D77E9D3B4288CFE3CC42D8D589 , 0x2B375EC137D03F7486F60D960BCC0066 , 0x2D21F7D170A535A4AF45151427269778 , 0x2D2FBC3119D334DA9D67609F4E42CD22 , 0x2DD617EF8C4B32B0B6A17FD7E2D8B1E5 , 0x2E3E00D4D86C310588BF7E7C1021346D , 0x2E6231F9F8AA30ABBA2941F60DCD8EFF , 0x2F7A3AD0FB42377F92A2159228747763 , 0x2F92F7AD89803A039FB2B7060180D3CA , 0x300BC0404B2535329FC3C51FE198A77F , 0x306BB9862C613D9E94CB33E71717700D , 0x30C0DE9B9AE134B4BFE8EB06C68317E7 , 0x315953B87A9C302ABE3A5E3E75B9E89F , 0x32CA9E6205BC36F8A7D52FA23DCCE525 , 0x330EB32A31A8393982AA969C8F544200 , 0x34ACECA7A00031BAABC7BFC9585DA916 , 0x36D11AA3AEB3328EAD667FDCC114390D , 0x398768F32898311CAAB39A506E3CA129 , 0x3C08F56D84413AC1B5316956B9BF5AA6 , 0x3CCE19A9D885334B84F788D2FA68B6B3 , 0x3D7D44C7BECB38CD8E5F6D364ACEBB85 , 0x3DC885FF87DF34AAAC180A66F0917F01 , 0x3E189EFF3B083D9DA4F0AF2316808EEA , 0x3E1C5A115234317A9082165E7EE400AA , 0x3E335625051239BB8C094074D03A9E1D , 0x3E3F4A2E9587343B816EBB4B4D10B2B7 , 0x3E6D7D582B1632AB982033B8F47A21C3 , 0x400A9ED493573CC1B6309940811492F9 , 0x40803C1F62FD3CA09F22565F9121BFD4 , 0x40C0648657D035C6BD70DE0BAE7AF5EA , 0x410456072F893658A5E7DB8D75F6CF0C , 0x41DA0F75A37D390E9B023D2DD586AAAF , 0x44F1B65E390B3D6E822F8900C43B13E0 , 0x456DE03C2FB9391D9DEFB16154D45FAC , 0x4590BF8DF8063E9EAF2F932359964610 , 0x461BD8964AEB3D7F9EB39ECF1808DA16 , 0x46AC986BE6FA32E0ABF4EF221F0AE6EB , 0x46C522A3744E35F39CA3D5D28753D138 , 0x47E8292ABB6F33EFA387C937E2A603AC , 0x4804F291AE25307F8B7E27BEEDBAB9AE , 0x497FD66235833DF08A5EB8C79F9C6880 , 0x498E54526B19361BAF9C4D65E1FA8AA1 , 0x4A2982322CEE36019C497E0677673339 , 0x4AA0B10A4F6B3E55B0220DD396327352 , 0x4ABAFC1406A4364E9392D44E0EA538FF , 0x4ACCD63A6E0E38C0BB0FEBA517E087AC , 0x4C43CB7E17CB3594AE438E77F13A821A , 0x4C57F3C437A63BED96133B906A7A25C3 , 0x4D0D8932F0B338A6B8FDDE9BF74DED37 , 0x4EAF12417DD4324BAE209F8E83BEAE27 , 0x50EFC12582E33FB193A8D7E962B92C09 , 0x52656881E76A3D11B0962D98C8D9B899 , 0x5273AC1F7822391F9C92316151230B5D , 0x52AECB2773F9390EBAA034256182296D , 0x53165885F5673E21BBB27205624B9D3D , 0x541CAB83A5383E60A6EB79A9E18AC473 , 0x54DF558474F93F2787CB2CDC35DB3663 , 0x550C583ED15C37DC84413698747E38D0 , 0x5633F3C7134839F5AC8DC2DF74961674 , 0x57E74506FB463C21B6E345B461DF7A69 , 0x588F7EC225033919AF8626DB1BB400D7 , 0x5908869A83A63C6DB48DCA2CAFF7D0B6 , 0x5978D5EE549237A2B979D36A2DCBD34F , 0x5B0D8516A2C930DDBE5D01BE066A789F , 0x5BFBB18F08183828A353FEC2611DCBCC , 0x5D749E784E4F3CAD9CC5C03FF14E3A99 , 0x5DAEC69674C8379F8F2912B04C642CA6 , 0x5EED1908CEBF3590B63E3E2B662A44D7 , 0x5EF7F6D0D6753139AE1FF7F4827A7B63 , 0x5FEB6481B3A934519974030187D49A0A , 0x604181D26E1034859A7C3C3D46C1D3E1 , 0x60E67673BEAA38E68005658E70900A2C , 0x61214601BB3536B0A9BEBBB00F9C1982 , 0x615E193A3BD6383FBBF9C8D904F285B5 , 0x622B3F4F12B933C1A3EAE70883E55CE5 , 0x624D36E2B4EF39BE9792F7720D26C3BC , 0x633A8012B9E53B0D83FA59B67C2B73EB , 0x63B723DABDE53E07A82C37061BFF63F7 , 0x641BD9920D903314BEDC2006AD158F33 , 0x649C2B28C9F03FA6BCC5076B7CF0F70D , 0x64C1527153C133AC8E47A24F3ABDBEAF , 0x660B1B90E9AB3C9AAEA96E26E15F0C06 , 0x6618E99CAC783D388212BDD97E84B5E0 , 0x6651B7893CE836A7887B4E1348098926 , 0x67425550543C3CBF9EE326D853F3C23A , 0x67F0736DFF15325BA39F901B1561EEDA , 0x681225F0074432508D3CEE6F760C8C66 , 0x683F136438B235BDA12DCC9864E33A70 , 0x6893043BE169327B941FF694103A76B0 , 0x69694EC03B6B3519A548821AD550DDE9 , 0x6987ADE9568E3272815EE3958F00A3D1 , 0x6A2EEFD0D56232D78E440B2389E2CAB2 , 0x6A64605B67113F13BCEFB503B91BDAD7 , 0x6AE4BB6608693D428B08AA5AA90622DB , 0x6AF8FCC7E7AF3191BD5F9D101CF1BADF , 0x6B01DF33990B3E38B0D3FF293CD1635A , 0x6CD62CB5574F3361B4B26932EAC453FF , 0x6CFF9E9416BF32DCA705CCCD55451C42 , 0x6D49E2A46C5B39DF93566E7A882C05B1 , 0x6DCD0D782BD13B4AB3CE15EDB2F21513 , 0x6E7DD385AB653E27851864207B7538FC , 0x707F3BD430CE3CBDB91172096EB7D0D7 , 0x721BAD5F4EAC36999F6E80BAA32C64EB , 0x7252EC9BB1103102BA9CA2E302B6BA46 , 0x72902F3FADCD36229653D295736B6CEC , 0x7357DC52814A3BAC88E5A2E25CC6726D , 0x7394364239A73DD0B3E1089772E97343 , 0x74E20485D2543EF3A36A4B33FEC8F9B4 , 0x761EDA665E2B3A0CBCE0CEADDD201B51 , 0x7723E85A25563C0B8A01AF47E052F655 , 0x779BD9B65F413985B8EE30669928D519 , 0x77AA91334B9E3A2A87556697A05CB6A0 , 0x7897429CEF483758925C9F0862F39E40 , 0x78EED58810C639CAAC6533C358B8D6A1 , 0x797F6989745C3FB3A8FE1ABCFF9361CF , 0x79A051D2CEF2318D969C6038874879A6 , 0x79E6854823DA3CE7A395995044438CD4 , 0x7AE8FCC2545A3AC99B5741C0F7FEB327 , 0x7BA6CBAE0A0B3F3FA4E1E60922E0ADF9 , 0x7C3FF7B152CA3B9F8C428F5A2213564D , 0x7D07CC65E69736E0BD8127E4376F02CC , 0x7F1B6F05BE1A33F889EF315B8B31FB75 , 0x7FCF93EADE123A11BEF3082B4EC7C7BB , 0x804B946712B63688B13D85E22AA4BE8F , 0x81B2BC1FE0F33479AF2A51F6ECCFDBA8 , 0x8202ABAD40A83BC985BEBC18A96F3DC1 , 0x8289223D42CF369AA95147508032ACEE , 0x832DEAE273FD3C5A8D610F093439A430 , 0x83C7677A88703FA58D1D8DB49034FE0D , 0x83DC51A5A58A3EBAA808BEE69D57F84A , 0x845A79B4D25F398DBB129FFEECDB0371 , 0x855FED302C6733409DD26E546457BF36 , 0x85B6DE6F77CA3384942029EBD50FE15C , 0x863D8AA7C968383E9963E4226765CDC6 , 0x863EC82609763D84A88E0501DB91FE85 , 0x865C4681BE9C3549B6E45D634DC329D6 , 0x86CBF4E930E439FAABF3DBBFB0F74CB5 , 0x870A8A15B51C34DC88A6FE8B9B590ADB , 0x8711A0CE54563B659D694992F7CA2658 , 0x87135F8A51F0357CA4D6491413F92CA0 , 0x873BDF28837B3776A1476732AF31B080 , 0x877BB0D9D9463AC4BDF74FE8E9BF6582 , 0x89237D0BBCF83E6986E788E985A7FC25 , 0x89930D0E74EB3A34AB1A79567BAAEB1B , 0x8997E697D37833E3837339B4465037AA , 0x8B546E54FE47388A9D487F2D36AB7B34 , 0x8C20EFFDCA343F7AAE407D01E19A4183 , 0x8C7EBE0D511638C6ADB0FFD97CE6935B , 0x8E72E5881E12365ABB40B6495F29366B , 0x8E783DD981E939E184534971BA81800E , 0x8F68629DA8A137E8A4FF99CB5A0D3BEB , 0x8FD4661EC0DA382CA31320A8A5A0A19B , 0x90A3021FA334336DB3BCAE61805F15A9 , 0x912413CE07963D3DAC96DF54AD296238 , 0x914160CC049D3942AD30A7B59D803461 , 0x91ED66AE302C3A7A887FFEB62331BCF5 , 0x9284835A9472390782A8B962B18028E7 , 0x93D1EFE7340536BA83680B7E7D84E95B , 0x941D6C3026D33A2D93EE6C4E3174472D , 0x94589F3851B23C368180C1F064DBC254 , 0x947F31900BBA3A11AFE1B82396A9AFF3 , 0x951F3E2781F43B89A400540F0DD7BECF , 0x95BD2B087E8D3F4A8430A0876670D0D6 , 0x97B1B53131583DAF9FBCC72E50B72D17 , 0x97E0E1AE4F903CD6833E1D9127C2046D , 0x992AA50282BB35C89E23DE5EEFE7C0CE , 0x99616D10BA763ED5AA0FFB02FB252DE8 , 0x99E5384BE689384FBE6162C00946D072 , 0x9AF58CD15ED436EEB85638086A2E598A , 0x9BC320E12D2D30D6A02474598B96736C , 0x9C2E31F41BFB32F4B24436115F781169 , 0x9E72EA83C28F3A78970A0641C49D0F9F , 0x9ED1A5FCC7183E528EE1E519A09A8B7E , 0xA001C605C3B2321F81B20AA6B0321DBA , 0xA0323E4C269A3553A6134D24CE99738B , 0xA0CDD152F46530C6A1AC4747F5E771EB , 0xA0CE703BAB0F34AB8400E1B83101514D , 0xA2391482053F3F9D91AD351FF4F32BD2 , 0xA2ED3EFF8CDC3C8BA3E43599D49DDB0F , 0xA3C3BA38117030CF9A7BD2B5E9D3C78F , 0xA49A2F0C047C3A0F8E4781ECFF9DA338 , 0xA4A2752A8F283B499F14EFDF3B528BC0 , 0xA4C25D2B91473BBD96051BF44F87903C , 0xA4EFE5A8FCFC33B99A40B299B854629D , 0xA548E0BBF461326EAA402C2852E52D28 , 0xA5DF26381C233F89AD4CF3334286AA05 , 0xA63FC3287E15387EAE6AA25CC1EDE111 , 0xA73B1F67AB813924BDB1C38427654E18 , 0xA7678D09CBE43AE9B7E4FB8BCE9321AE , 0xA7A1B2108BE234DD8DC3EE08453E5B7C , 0xA9213CF8B03839178E0F90D325D68094 , 0xA926D1FC89A735198B008E0ED14428DD , 0xA99F97644F913F9AAB6D53467FB4C48A , 0xA9E136B5250D3C91A155DCD8564AD9CE , 0xAA1B24A3AA973FB0B9E3E84D9623D046 , 0xAA67CAB2367A35E08E7E8D711B6540FC , 0xAB8D5D928EEE390AA10AB27B1A308412 , 0xAC883B5A61D431D0818E1D5C21BDC30D , 0xAD481E97B95C30A2977B7C8628ED310F , 0xAE4B5EA35692338DB71C449BB6774BA1 , 0xAE9B74BD3495395DA6420B132E57FC62 , 0xAED70D2DA60B3405BAAE4FB9E417ADFE , 0xAFAC0D44140C31759DD960C2B7F24D89 , 0xAFD49F04F8A53D8B87A30A7BBE60B7BF , 0xB05315965FB7339AA05CEA9D71DA8068 , 0xB0717BB68C293972938273AFDB4443FD , 0xB09DDC0829E539EC93EAC06D789C0703 , 0xB0ABCF799E9736B8BA6CA218DAB6E8C8 , 0xB0BC25F9AF083AAD98352742C3A2CD9E , 0xB1C128AFE0D2318A882E0F5048D9091C , 0xB2D48B35446C3BCCB3C3FFA89B5F560A , 0xB2D4FEE4AFDD3D73A779F90408C0FFB4 , 0xB330F51837773AF5ABDA7E14F0CEADC2 , 0xB3DA529D555B31A499BFD036BF392884 , 0xB57B862B3050315EA0340203F18E28ED , 0xB61EF8178C5B3369914DB878F3B46AE4 , 0xB6397F58CFDF3C9A9702EBDB03D91480 , 0xB663BAE1053531EFA9504D2A6F5475C2 , 0xB66AC8185AEA3CE9860DA96F19A29EC7 , 0xB68F797C4059335AB2BBCE83877402C1 , 0xB73614ED2C303E3CB4444CD58A9D48AD , 0xB776BD016E3133E69843288620A7CB0B , 0xB7BE569C62F13EB6985D39DC8E68A23B , 0xB890D85139A032DEA81291DA24317F5C , 0xB99E79A0E26B33609D256BBF9A9C9B06 , 0xBA75C7EAB2D63E8B93CE2BEDB9C11C6B , 0xBB08C961601B31EA805284E821492B49 , 0xBB94568DD55F3054B8EA8F32ED8EF287 , 0xBBC5645266873AFF954263F32DCBB6C8 , 0xBCEEB6DA810033DD8EE2B29BD9A2259D , 0xBD4E50F5181C315FA50F8E68122B0A74 , 0xBD88F3B416DC3D378EC15017A204AC30 , 0xBE0724FE4E783736A7BD4D0B88AD68EE , 0xBF47F5483F063314B266EEA91ED12954 , 0xC03C49E5ACD23C638EC8BEE692C6C6A6 , 0xC0EF489D9BFB3DF3ABE2EDFD6B21384D , 0xC22253617E2F349D87D53D21819ADD13 , 0xC2AF20BC6A7234C3A0DCF68CB0F9095C , 0xC2B3D7B998BC394DAD73991B5FF38002 , 0xC33C8CD6B55E3124AA800156CE7D5B13 , 0xC3701E5E1B0237D995BE394CB47809BC , 0xC3ACF612D8E23863AA505EEB43685B26 , 0xC481E5DE0C7133BCA56B2134A7C7BDB3 , 0xC775770901923269B910ABB508D20146 , 0xC7B4219981AF3A3FAE4CA759AB6678C7 , 0xC7B8D6BE42043572ADDDB169C0B9A064 , 0xCAA2688E463433C2867C0CCB50A1F892 , 0xCAA5FAA6FAF1335B9E5297DCD3E435D7 , 0xCACBDEBE038630189285FE67AA3C25D3 , 0xCC065761BB3B3AC6A9FBA5D42964E22F , 0xCC6B8D54513F3035AF4C66D8B867E19D , 0xCCA9E09EEC6231AEBF51490C061876BA , 0xCD58DDF8DB683BC7B1C1EBE41C122E7B , 0xCD640D7EE3C5330EB988C9DF9A620421 , 0xCE18A98865853A9188273875E24D1743 , 0xCEB51496F33B309DA0692E0661782E93 , 0xCF8E39A6A05D32AE9D1AE676B5BE9E88 , 0xCFB45B68858D3B03BF6E6EAD35496596 , 0xCFBA315E1F603C46B4BC75B6BE856761 , 0xD0C60E339DBD37FEA2CA223850E7D0DD , 0xD2A0E307D50D37A5AF782D83681B094C , 0xD393076497E93661BF8D4FFAF6EDA725 , 0xD411B434B8F63A988D5F18C812D9A67C , 0xD473CE89C20331E4AA367D9887AC84B4 , 0xD51962BFF5CB3F8381F8F3343EFB9853 , 0xD55E1594E6DE3880B895CBB6F641EEC2 , 0xD661A5666BBB3AD1BF00C332A193BB71 , 0xD6A091B04F423893AEF35BC4AE27F100 , 0xD8DBAC85FC1E308E90CF567BA2BD398D , 0xD979F0794B253E758F4000173EE0EFAC , 0xD98785D2B0153151B8FEC5D16C8DF798 , 0xD9D2DE26261E3DAB8585AEA8E65B2724 , 0xDAEF4C47ED503275B1D435895C6C614E , 0xDB62849FF2EE333788984AEC5EEB171E , 0xDBB1A5D8886130FF902F09E5D3CF7BDE , 0xDBD01F857D8132E4B0FED4A243F44925 , 0xDC011FA6679434D0BCF0E42083BA4081 , 0xDCEB76F697C937809CB65BBD05D8622A , 0xDD5AF43F86BA3786A5F8473963566CBD , 0xDD669736DA053CF5BC0107DBA2A6A945 , 0xDDAC8FF20FBF3AC7B9CB1EDD5645C7F0 , 0xDDB75BF24476327092CFCF65D0AD3F8A , 0xDF5D7AC96D3430299A877DE16699DE34 , 0xDFCC27E262083F17AAE0F2478C04D3AC , 0xE12D79CC0DC83D459B846B678621C449 , 0xE2299573F0AA30C5AACD7BBB4388C1C5 , 0xE27E6B95B20F35A0BABE59F8FCA72225 , 0xE2FDF17F262637B68D1C0959AAC61588 , 0xE3498F8EC76F3DB08FAAE65544FEE96F , 0xE4DC3E6A10CE3F0A98007D9970ED10E1 , 0xE52546492B5030F59C2D0DF2B1B8EF31 , 0xE5A864DCD1C0323E8187007B8BBB1A01 , 0xE63D2DC5B4353CAF841AA2E5F9CD2DC3 , 0xE7DD5F12EEA336AC80A4A2EEBCAB3723 , 0xE8022981AD623439B466D1776A0D37E5 , 0xE8D45705E8023C038EE62D526CE0969D , 0xE9EA6895383437B3BF3F9BFA6F63AF45 , 0xEA23C6B3324C36B9B31C6145D9CB07AF , 0xEAE0B3C2BCB73CFFB0DC3F683F43FF0A , 0xEB3FC40E5132338CA291CCA0721F95AD , 0xEB6D1BFD9FA53DE28EED37E196A2EB85 , 0xEBE457AE99AD33C79BA5FFF4A4A5776E , 0xECD677D51E6B366AADFA5E504CA69804 , 0xED3085A0702B385F9C780D11866BCC8C , 0xEDB0893F63BB3610B531C456F2D573A1 , 0xEE0E1C60046C3511BD418A62930BB3EF , 0xEE9FACCBAC743A27BCD55B058E3EF5C6 , 0xEEBBD25448C6333EB52BE4FCF486E4E6 , 0xEF2F65F3CC163EC983A4347591CA1809 , 0xEF61CCD826A433B9A73BAF10AA907250 , 0xF00A137046E13C4A8E9C332FB5AD4F2F , 0xF012E0A4FC803196B37580635EDB6554 , 0xF201B07A43D7359085D49E176CE08EEF , 0xF2195358DE5F3255BB2751E48BDBC7AD , 0xF281592AE0393C86985E4D4F8BB7E9AE , 0xF2E08E04BA6E32B38FBFA50B3CE2EB20 , 0xF3030C4271063C038DCEBED798755B0D , 0xF3996AFFE0DF3683AC361B5A3385EBF5 , 0xF572FEF623FA3E91969DF10FC85386E7 , 0xF5F16F9B92EC3E6EBE7EEF7E3C144067 , 0xF7DB2555F78B3E10BA6FCF6E4C16ECE9 , 0xFA00BB8FB4DF351CB30659B62B042275 , 0xFA7FBF0D262234568960ACE251B657BB , 0xFABEB2F089BE3029A003D94D6ED247D6 , 0xFB152FCE250436238E48E91A2805BC10 , 0xFB5083A6EFEA3BDD8FD93A7A82C857D7 , 0xFBD737EA4A7F3F549F7AF454B61A3429 , 0xFD5A13756A9839C996A3616334DB97E2 , 0xFD68FCB659643181AD9FF688821CD4EB , 0xFD6AF0D1D84633E6A8581FC3E4E4B105 , 0xFEDA179DBB0D3DE18891839DAAAC8945 , 0xFF29CB174FB337258004ACD581332692 , 0xFFFC4817C41F3141A2CBBD075957CE4F );
Copy
85
7.79 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\x11 ¤;#\v 4\x03 ‘·w;[äÇ\t "
b"\x00 AP±%z=ùö(f±Å‗é\x15 "
b"\x00 Tåâ’•?¦Ž Øz\v ’·ì "
b"\x00 p.[fŸ1}“ºßY\x18 n\e À "
b"\x00 u\x07\x03 RÅ23á╦\n >_\x12 A> "
b"\x00 ².UæÅ>Ì‹ŽØfÙ* m "
b"\x00 éA"©r3Öš2³\x18 OàÇÛ "
b"\x00 °¨¤¢%2ã┤fÉôT÷\x16 ë "
b"\x01\x13 ØØV3=«•\x16 ŒqèÓx "
b"\x01\x1F =dª%<K’÷\x04 j¦”\x14 £ "
b"\x01 SH=qf<Ï•éû>Åy¾Û "
b"\x01 ™nF‡¬88•_ic˜\x14 õø "
b"""
\x02 \n
H3H¬?ミÖ×â‰\x16 æ
"""
b"\x02 Üù*ÿ©?{‰(Žâ%»Vz "
b"\x02 õlS\x19\x15 2D¸áøÉQf‚Ð "
b"\x03 \r \x1A ÄwÒ0ΑS¦t\x1D 7Ou "
b"\x03\x13 üÍQ\x15 :■çÿö³Ût¯v "
b"\x03 T¨\x04 ┴½0\x7F »AkÉc\x11 ÄÈ "
b"\x03 ÑßÄÝj1§‹°7}ä\x1A = "
b"\x04 /K\x10 °ÿ0°ŒÙ}Èÿø\v Ò "
b"\x05 (ÏÙ?õ;¼½(,»X§àP "
b"\x05 LUrù\x1D <L‘|)«°hSˆ "
b"\x05 jh|óc3㛃šWüâ,; "
b"\x05 ™ÎO\x01 Ð4:†TéÀ>Å~¿ "
b"\x05 š±'Pö:u®G‹\x06 d‚\x19 ~ "
b"\x05 ¸kD \x0F 9£°ñ¨¹ÏçG½ "
b"\x05 ┬ìi'\x16 5oå\x0F ┐·±\x11 ‗ "
b"""
\x06 \n
EÇ‚õ=\x1A ‰i¨\x14 þáÎ9
"""
b"\x06 B\x11\x01 9×9›¿W¿fMC†u "
b"\x06 }rÈ\x0E y8E┐ Åy3┐~r "
b"\x07\e ð_1µ3Y£ ÈªŠ¨zá "
b"\x07 " \x08 &<5}çF@ \x14 ì{\x02 "
b"\x07 mR¾"Ä<Úžê\x00 ¾\x14 T\x0E 4 "
b"\x07 zÁÂWD:»™\x13 Å]„[˜\x07 "
b"\x07 Ñ\x04 ┬*í?üòvÂ\x10 ¯■ú§ "
b"\x07 Ôƒ\x0E {>C¸€Äй_t} "
b"\x07 ÅadpR6\x1F ‡4\x13 ß9€Ë¯ "
b"\x07 Õþ\˜\x17 =ϨåNz]"ÉÖ "
b"\x07 ã„£¬ª<j¬EØÙ;\x12 è\n "
b"\x07 û\x1F žÍŽ0;¤#ˆ±”°®_ "
b"""
\x08\x1C ´½B\n
4ÿÇÈÖ®ênŠ
"""
b"\x08 3\x1A Χ3=>´)³"r\t àf "
b"\x08 DàÈ©Â4þ»¶¹š„Ö«\x1C "
b"\x08 ^‡ê x?ä’ŠÏ\x0F ÿXæå "
b"\x08 ‚\x19\x01 ~\x12 1ê™S#QÃ\x13 ¯w "
b"\x08 ¬›•º}>„µ†Äè±Ó‡I "
b"\t\x02\x08 W8©7\f Â}Y\x1D |Øı" "
b"\t 3ägïÑ2Sì‗v÷±akV "
b"\t :vìòö7Jí-╗\x0F öbı "
b"\t C_l┴▒=\x1E Â╚4üü╣u\x18 "
b"\t Ch7■«6LìLú¯1┐Ã\e "
b"\t Ät¸¦¬8Ìóæ4*\x03 ý3É "
b"""
\n
zxYZa8L½¥6g`\x14 ëˆ
"""
b"""
\n
¨ûæO|9;¡\x1E “r(uã
"""
b"""
\n
±ü˜Ü}3²¹\x15 ú\x19 !(Äq
"""
b"""
\n
þ„3ìÜ>0±ÝÛÍh)ïL
"""
b"\v ┴¤ôÙq;\x05 ¹ ËÌ\x1A Å@ "
b"\v Ã\x05 ˆÔ<Œ‚rJ(°bâï "
b"\v Üí\x10 ¥J4¼žêªi•›ÏS "
b"\v ê\x14 H\x03 Ø2\x03 ¾‘>tt*NŽ "
b"\f =\x03 MM¥>ıÅè×è\x14 ÏPü "
b"""
\f RìÔ¨o9±¬\n
\r 17‗Ñÿ
"""
b"\f p›“‹½1 ¿èÆ\x02 ž\i\x16 "
b"\f ~Tï>É0\x13 ‹¦à\x1E – ùR "
b"\r _³9^d4ʤ9ðt.üÝ” "
b"\r ¬0˜"K>6¾\x12 È'™\x1A áü "
b"\r À\r \x15 ïq7M¿\x06 }\x06 ´S&ƒ "
b"\x0E\x0F Þ\x16 Í\t 7òŽWR36ó߯ "
b"\x0E\x18 ÓQè\x18 ;6ì┴ÔãI¹\x11 ▒ "
b"\x0E\x19 w\x05 a^4¡ Ï;ÐüSy„ "
b"\x0E EnÞ°N7Æ“\x0E ¾LÁõŸ· "
b"\x0E €ÑÒÜs3ÿ–©\v `&ºMt "
b"\x0E ø├8ب?,À■æ¦9Týh "
b"\x0E ÆöH¥\x00 ;±…ú !Ôhßp "
b"\x0F PU¡ì%6ïœBüÄ$\x17 Òæ "
b"\x0F }\x05 q069:Žk14\x03 'Sû "
b"\x0F §×\e ù\x03 >û¦øE®©•º\x13 "
b"\x0F ·É.«o0\x08 ’ÇÒG9öié "
b"\x0F Öíäî¦5Ç«¡ý’}\x06 œò "
b"\x0F õêƒmo1~ˆ\x13 ²9ÿè$\ "
b"\x10 ╚Ø\x02 ı!1£╗ÿÃÍ░}[² "
b"\x11\f Þ‰\v +=ØŒºè¨ aç "
b"\x11\x14 Çø¡\x03 <8‹\x03 Ñgâàe€ "
b"\x11 I└ãÊ\x05 7\x04 ƒ█â1`·\e Ø "
b"\x11 [¼3\x19 K2ª„\r žrâ,eœ "
b"\x11 pü[i°1|êVMë┐\x03 ør "
b"\x12 Fx2^Å?═╗Õ#\x14 «═\x06 @ "
b"\x12 O=TG&:\x00 X\f ù\x0E (~– "
b"\x12 W*]b<1µÜR£lëÅÖ\x1E "
b"\x12 v ╔▒·7\x0E ©ù\x18 Ïıü»É "
b"\x12 |¬\v 9É9\x04 ┤,yO,î?▓ "
b"\x12 ¤ÆR÷T:Yµêzeë-À\r "
b"\x13\x03 !bæh07É\x12 :\x00 áò\x19 ; "
b"\x13 'ð\f K =P¼iV~\x06 оû "
b"\x13 G1Áþ\x1E 4\x14 │Ém O+@À "
b"\x13 ‡tØ\x07 à<‹—\v é¿m1T@ "
b"\x13 ┐ú‗ôÝ5¬ü\x1A Ãì¼\x1C ┌¢ "
b"\x13 ¤ZM░0=¾Å▓±±\x1C '\x0E ─ "
b"\x14 %\x1D Y\x08 æ8w”•l(ë»áà "
b"\x14 7ïW'y=&§Tck¶(hW "
b"\x14 ;~\r wB9>°]7øbï\x1F\x02 "
b"\x14 G%-|/7É«àáA┼áØÏ "
b"\x14 GNÍ\e Ð;WÉ[©\r ï\x16 Cð "
b"\x14 _0'Ïd2_’D\x11\x7F ¤¢E3 "
b"\x14 b\x17 8ñ\x1D =\x19 üÞ®U(Ô Ð "
b"\x14 ¤: 4\x13 :“‚(TÛÓV6E "
b"\x14 ¼"¬¡\x18 =J½Ø│æ\x15 £┴$ "
b"\x14 Û¥¯íN>™°*ï\x17 /§§4 "
b"\x14 ç\f NoÜ8©Žþñ(N\x14 8Ó "
b"\x14 û„Ê!b4\x14 £ºhv….°¢ "
b"\x15\x13 Q¥º¢0Ø¿âÇÄx\f Ž] "
b"\x15 "´f,Ï;„–Â\x0F 5\x01\x11 ñ— "
b"\x15 h•\x11 <:\x1E ó¤gË*o "
b"\x15 ¹\x1F\x07 +†3\x00 ¸\x06 Û„\x16 ^ª# "
b"\x15 Ã|\x17 ¨¨>┐å▀ü┴Q¦T┐ "
b"""
\x15 ╠tå\n
\x15 ?)╝9êàHÉ£\x1D
"""
b"\x16 (Åc·B2\x18 Å9\x00 ¥\x17 \,I "
b"\x16 -_vn6·ö┼(■øü© "
b"""
\x16 Á¶:\n
V2Šü·ÊÕ\x15 \Ü
"""
b"\x16 Ë/zHø5Õ„\x0F ß\x02\x0E è¾\x0F "
b"\x17\x06 ™+}¥9ÚÊÚ\x19 ¾°F¦ "
b"\x17\x15 D█´F3]«oÑÙɯFç "
b"\x17 “\v I‚è;£¶b%¡˜Ñmõ "
b"\x18\x06 o\x15\t\x1E ?‰…\x01\x12 Rù:»Ó "
b"\x18 *V»Ê@3•‚„'Û8½ð\r "
b"\x18 ¡ýu®È5Òš'm¬\x15 6ìv "
b"\x18 ¾ªÎÈ:4v‚».χCC: "
b"\x18 ØòS\x04 !20±P[9u¡uÓ "
b"\x18 çǾ˜g7\r ŸŒÄVhTï "
b"\x19\x0E Wˆ†õ0e¢|†jE;w' "
b"\x19 jÑ2ì©>╝▓{'WÍÕ\x06 å "
b"\x19 w»©7¸7·–Ù×°dK\r C "
b"\x19 ¨ë–(r;q³Õs-‚³9‡ "
b"\x1A gN¶RÎ?R‹¦àùàXpœ "
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 —\x18 ‡Ïä1Gº|ºö«\x04 I¸ "
b"\e ´ÅµÈ╝;$üå«\x15 ƒcÙã "
b"\x1C 7Ñ01ç7¯¥_Ø\f êZòJ "
b"\x1C B›"}ƒ;AƒÀÎó¼×Øw "
b"\x1C ˜\x17 4±À2˃EÒÙ°{N³ "
b"\x1C ¡÷•F>5§‘Ç3+;›L’ "
b"\x1C þ\x01 ù#\x10 =1´Úâ}G0Ïï "
b"\x1D @ô\x03 0█<qª┌[âØºNS "
b"\x1D ³é¦¯L2\x1D ؤôo└Í░\x04 "
b"\x1E\x00 Cq`ê=µ…¤0¯B’Ž. "
b"\x1E\x02 P¾Ù¡:vµ8ÒI\x01 @b• "
b"\x1E\x05 wX\x1D ·8YÖ|J\x18 ░D\x15 ü "
b"\x1E LT\x04 è\x16 5\x05 ¸\x06 ®Ìz²ö« "
b"\x1E jWvU®:UƒS\x01 EäA\x7F ô "
b"\x1E zܽ&0ª°šK\t Ì\x16 ò\n "
b"\x1E ┘\x02 Øé]4Ïí9qÔªæWé "
b"\x1F uµLJm>\x1C º\x15 ¡sb=\x0F Š "
b"\x1F ö«†Òo:ÿ•±¼¦\x02 ¹¤\x17 "
b"\x1F üwIßï2¸«irHdþ‘\x1F "
b" g¬°[¢2R®UØ‗]á‗ƒ "
b"""
†xBz#?\x1F ¥Î\x15 6\n
¦&d
"""
b"!\x1E Å),70ÊŽ\x05 ÚÕ\x03 p\ª "
b"!!g\x0F ´\x18 4Xùp4╚ª├ì| "
b"!Eh¥Áð<·©\x7F {{>R‹\x1F "
"!L\x15 èg4ؽ\x7F\t T#Bj\ "
b"!nIA▓Þ7>ůÑ║È*mM "
b"!|ï \x05\x12 :m‚î¾|åƒÉ2 "
b"!†Ží#A8j’I\x05 A›Vˆô "
b"!®«L÷æ6†£!òÇ\x7F I\x08 "
b"!Û\x1A \x11 f<h§©“öðÒ&9 "
b""\t ²´Ê_0¨óØ(30æjù "
b""\x17 ò\x17 ¾V5èÑ¢É/\x14\x11 ! "
b""dp\x15 µ¿8·›SU-§}°M "
b""eÌ·©M7\x14 €hžZl”n– "
b""“ÛN$\x01 6\x12 œ\x17 »Ñ\x00 iÁx "
b""±¼·Ja8\x12 º\e\x05 lNžŸü "
b"#!ëu\e ,;0¿í‰¸E_(& "
b"#3lD\x19 %?\x1C ´÷ІÜ=,r "
b"#: ²Žj6L¦Ž\x02 fµ¨\x03 s "
b"#qm¼AN:¼üq║\x02 ðË╠} "
b"$\x15 ˆ&z5?v«Š¾Íe8½' "
b"$W‹\x18 lå7ò¿–×þ$t—– "
b"$jZž2=?n¤{\r èØWÁ "
b"$’Ñ?ºä4(”Q¯V\x1D f‘| "
b"$µø.5î6ÉëÏ÷÷~╩╔t "
b"$■Ç9É:4▒¢▄1\x00 úÅ!_ "
b"%//ÂÁ!3Âì\x12 ı÷\x12 Vº║ "
b"%5#Q”9>\x0E ƒŽNRѦs£ "
b"%|Æ{6\r 5]Ž6ëí ŒÖ¼ "
b"%€\x0E ÀKÊ=®±X€\x03 zqÖK "
b"%©Æï_+1`…HK*ê1\x02 ® "
b"%Ã_Sã\x7F 6…—\e ùG%\ºT "
b"&\x11\x02 7\v\x10 <Å·ƒ÷zÜæ½\x16 "
b"&/\x7F ¯íà0\x17 žšC1ÚŸÊâ "
b"&ßÅi,\x15 ;ù¼tåÑ═"╠ß "
b"&íAºéª3i˜õ\e ,˜†S} "
b"'!rOÏÿ;9ëuòÉ5Ä\x1E | "
b"''¼╦f╝7ûÀsì'ÏÉ\f w "
b"'U\x08 Î\x19\x15 :å´ï×£€ØÚR "
b"'¬¿z\x10 û3l▓SÉ1'í$j "
b"'»\x01 Á²6z“8}\v c~w™ "
b"'ÃÂeS\f 8ÙØØfÛ·░┘# "
b"(&’Ô•¥<\x16 ™ml)¥•òp "
b"""
(C\n
2ɉ>ª–×¶\x15 ÷ƒ7$
"""
b"(hÏÑ\x12 ]9¬ˆvŒwy骬 "
b"(½=H║f94ó└ƒô\x19 ØòÆ "
b"(Ç\š\x15 E?\x13 ‡¸¥šñ±ð "
b"(ðÙIÀ\f >ùæ▒ÆøÊÍLÅ "
b"(çbŒpŒ2\x1D ¶¿‘c¯kOà "
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")‡è‰\x06 Õ?ˆ‹ž\x18 ò#\x02 "
b"*8ÎÎ~Ø;Bê¤Ò╠BÏıë "
b"*Qh\x15 ü:^ÉÙÏ=\x11 ├n\x0E "
b"*T¼h¾Ð<í€A€wJ\x12\x16 ^ "
b"*^ýÒ{F4╗ۧq\x19 ºÎÎ "
b"*r4\x1A 8}0\x03 ©Ô\x03 -ý˜Þø "
b"*œ…ï\f k=‚‚—úÒ°Åf[ "
b"*ÔX\x18 ®\x07 1Vºë?8ì¢░├ "
b"+7^Á7Ð?t†ö\r –\v Ì\x00 f "
b"+8&Æ7ˆ3ø¡Ç\x18 d¤À\x02\x12 "
b"+€p?¤\x07 ;ÝŠO’‹\e :¥\x15 "
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",#üFˆa<NŠ\x13\x03\x05 Üü\x1F\f "
b",4Þâ\x1D n6\x02 ¾ý\x07\x02 ÂìEo "
b",R\x11 /Cù8\e ‡\x02 Ô×mÜ7@ "
b",`“@[â55Õ\x12 >…¢€n "
b"-!÷Ñp¥5¤¯E\x15\x14 '&—x "
b"-/╝1\x19 Ë4┌Øg`ƒNB═" "
b"-5·+‡ç=Ë·ëÂÿ8|^S "
b"-C\t —]—6³[ |\x06 tU\x15 "
b"-ÑQ¾k&9\x02 ░\x07 Ø\x07\x07 ã╚A "
b"-Ö\x17 ïŒK2°¶¡\x7F ×âØ±å "
b"-ßa`}H0FšâæMªZËž "
b".\x07 Îì*×76ò╠]\t J═«ó "
b".0½ûüF3™¯Î‡‘ÃB\e Õ "
b".2-\x01 áÑ46 ÁíFm™\x02 ¿ "
b".>\x00 ÔØl1\x05 ˆ¿~|\x10 !4m "
b".Iž—ô{:]•‹*9\x04 -%! "
b".[\t sà\x10 =d²À÷\f\x1A 8äW "
b".aCckØ9ãå\x01 Nö²ß╦█ "
b".b1ùøª0«º)Aö\r ÍŽÿ "
b"/-\n \x18 7ó4äµj\x00 2Óþö "
b"/Q\x01 ²Nc?‡¿¢ÇË?¹\x0E\x15 "
b"/`’k\x00 \4Þ¦peœsñ#` "
b"/z:ÐûB7\x7F ’¢\x15 ’(twc "
b"/’÷‰€:\x03 Ÿ²·\x06\x01 €ÓÊ "
b"/˜¸Rpf<z†MQŠÉ±\x06\x1A "
b"/´═£×Ñ1¨ü\x08 á\x02 2┬%£ "
b"0\v À@K%52ŸÃÅ\x1F ᘧ\x7F "
b"01þuˆr0³†\x13 Z¥\x00 ‰žŒ "
b"08® e\x17 =¦ù]kZ┌1£ì "
b"0:^\x1F\x06 z0êŽ'\x05 ›ö‰y… "
b"0k¹†,a=ž”Ë3ç\x17\x17 p\r "
b"0v æMd:÷…\x19 ¶õÃ蠃 "
b"0ÖÉ╝█q6,┤╩┌a\r vxÎ "
b"0ÀÞ›šá4´¿èë\x06 ƃ\x17 ç "
b"1\v\x08 R=ë<ʦ-DÓaÕ\x00 G "
b"1\x1A ûñ~³:o¦—~Ø‹P\x08 { "
b"1GÄ~{¹5íŒ&î‚ÑP:f "
b"1QØY×û8\x12 ›½¹P\x18 ¢fb "
b"1YS¸zœ0*¾:^>u¹èŸ "
b"1‹ÿz×Ý8\x01 ŠìQoËŠüF "
b"1–8‘Zã4¦¨Î\x00 —ƒÏ0Ð "
b"1€0%z1\x0F ¯0€'ó_Q\x7F "
b"""
1̰<n]5hì/_\n
º\x11 HR
"""
b"2œiE—ù1ùŸ\f —=ÚIÄg "
b"2¸`>uö<ØŸäx\x06 ]nJ "
b"2Êžb\x05 ¼6ø§Õ/¢=Ìå% "
b"2û8¨šy;(ˆ¶±º˜Tø\x14 "
b"3\x0E │*1¿99é¬û£ÅTB\x00 "
b"3p:éñ\x1D ;n£±_\e ‘+©_ "
b"3×ÍA1v7ïƒ1•Š´ |« "
b"4\x17 €b*1=i±Á_\x19 çI„6 "
b"4)\x1E\x13 !9?^–\x12\e —|Õ$M "
b"4g\x12 êüi9\e ½[hÓ¹,P~ "
b"4šM˪»7z¯\x01 ƒ\x1D ž\x02 ¿& "
b"4¬ì§ \x00 1º«Ç¿ÉX]©\x16 "
b"4±Ø`5L:—¨\x7F 1ô§\x19 GÇ "
b"5\x12 ¶È╣W=\x03 üÒÛm╩w=╚ "
b"5í ▄ü\9Áº"┌j¾üêu "
b"6\v NhKé3_ƒ\x17 å7&Ø6Ö "
b"6hý6\x12 ¨=”¨‘\x02 Ä\x18 ùÑ` "
b"6Œ\x1A >+™6*™bú0)D;ô "
b"6Ñ\x1A £®³2Žf\x7F ÜÁ\x14 9\r "
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ï»Óe&2È™Û?ñF¨œÚ "
b"8ô:«\x03\x1A 5Ô™Ú¯mì|‰Ü "
b"91┤®\r [6ì½½\x1C U\x12 pXË "
b"9‡hó(˜1\x1C ª³šPn<¡) "
b"9ìr\x16\e <9┴ìV×zÆ{┴; "
b":\x04 òzçü1ÕØd¹┴\x1E *┐= "
b":\x19 d~\x1F ñ8\x14 ¢XN\x1D ²³¡µ "
b":!£wNñ6“³Äsí,M_/ "
b":5ƒÅp½2+ƒª \x04 æÖì╗ "
b":G \x7F ÚÒ9w¢Y\e Yø¨÷S "
b":e„Åë\x00 :ã¼…v\x18 5cLá "
b":fÛe\x0E =;µ–\x10 X¼¢gü\x1F "
b":o\x1C hö¶=\x1E ©$gÜ÷w›Ý "
b":€„‡@è3"¥BÔ¬ÞØµê "
b":Ç\x14 ŽyG0;v\x1F ³§§¸s "
b":ÑV¢wU<Ô‚¨\t ¸¤´Èº "
b":■ıKÌÁ8jÅ╠\x14 ʸeè¸ "
b";\v À\x05 ê¡:TëÉ╔Z4)(\e "
b";\x1D %ÎgÙ57¡§µuÈ{Î\x1F "
b";:Ê9i╚:Kì\x1D ÿ╔7õJ> "
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"<›¨òÕ 0\x05 ŸVÎu\x1A\v + "
b"<Î\x19 ©Ø…3K„÷ˆÒúh¶³ "
b"<á\x10 úr\x04 :\x15 £ÍÖ\x1C í±_Y "
b"=\v ]¾ƒú:6ÿ┴¯§ì¿Vü "
b"=W_/\x1A 94¦Å®£ì}rÁ■ "
b"=}DǾË8ÍŽ_m6Jλ… "
b"""
=È…ÿ‡ß4ª¬\x18 \n
fð‘\x7F\x01
"""
b"=ÊæŸ‰õ7̳¢ÍÂ\x17 ø×N "
b"""
=ý®\n
àÿ<Ô¼Y ©¬\x03\x15 ˜
"""
b"""
>\n
M¡;┤=ÅÉ´Sþi}AÕ
"""
b">\x12 Ók§e?5Ѭüð;ñ▄@ "
b">\x18 × ;\x08 =Øñ»#\x16 ÇÄÛ "
b">\x1C Z\x11 R41zÉé\x16 ^~õ\x00 ¬ "
b">3V%\x05\x12 9»Œ\t @tÐ:ž\x1D "
b">3–HyÈ>¥¥LV\x10 è8—\t "
b">?J.òç4;ün╗KM\x10 ▓À "
b">I¿.\f >2æ™ïjX‰ß¨\t "
b">m}X+\x16 2«˜ 3¸ôz!à "
b">Çáx\x1C ²9óìr'&¼>¸\x1D "
b"?\x12 ç’D\r 9\v ¬\x0F Èî0[é( "
b"?ÎÐÍlâ:p³Åƒc_ç»æ "
b"?ÕŸ*nW7Þ•.‹$½)² "
b"?÷-o\x00 ~8\x1E ¡3á`gਲ "
b"""
@\n
×ÈôW<┴Â0Ö@ü\x14 ƨ
"""
b"@€<\x1F bý< Ÿ"V_‘!¿Ô "
b"@†\x07\x00 OÒ2À”\r "Kó\x19 j“ "
b"@Àd†WÐ5ƽpÞ\v ®zõê "
b"A\x04 V\x07 /ë6XÑþ█ìu÷¤\f "
b"A$„«;]>_§rÓ\ŠîæÅ "
b"A”l{e25¬Ší²6‹C² "
b"AÖÅr?í?ý®¼\x03 "®ã`\x05 "
b"AÚ\x0F u£}9\x0E ›\x02 =-Õ†ª¯ "
b"C\x03 ½\x01 š\x03 0Ò¢%yÑ$¸Ät "
b"C#+üZ„2é‘\x14\x18 =AQ8³ "
b"Caû\x10 ÷\x04 9\x14 ’•\x1C\x10\x15 ¼¹Æ "
b"Cs“˜>‡7\‘IÉé–ä'\x1C "
b"CÉ\x7F &\x1D (<─éx╝À\x15 █lã "
b"C╝:ı¦v?\x1D À×ì\x17 gUUg "
b"CÔþxƒ\x00 <╩Æ\x13 I¶µØÓx "
b"CãÆÐ£S2-¨Z´Þ¤\x18 Šê "
b"D\x11\x17\x1F ÁA1ϘÄ郿*\x7F ³ "
b"D\x1E -\x1A ÖP2\x18 ±2eˆR…[Ü "
b"D¢R\x1E ½|:¶½2¾¥\x06 1S• "
b"D®•Ý£¹8é¥<;¹\x1E 'šä "
b"Dß,ã\x16 U>æ¾ü[bt¿Ðë "
b"Dñ¶^9\v =n‚/‰\x00 Ä;\x13 à "
b"Dÿ4’\x1D ®<n¡@Ö\x07 Ò/Ã$ "
b"E0Uþn›0P•2Ù)\x06 ílï "
b"EW’äÈž=ð¶‚Áª(ãTÍ "
b"EmÓ</╣9\x1D Ø´▒aTÈ_¼ "
b"Es8O\x15 ù1û”\x08\x1A Ë\x03 !ÃÚ "
b"EÉ┐ì°\x06 >×»/ô#YûF\x10 "
b"EÅx\x7F ¥´8“‘n+gK \x1D } "
b"F\e Ø–Jë=\x7F ž³žÏ\x18\x08 Ú\x16 "
b"F\x1C –5šÏ>û¸œù£³O…X "
b"F„\x15\v\x05\x11 ;Ô“°p[P)ä} "
b"F£®ø}ï?™»Ï`_”÷¤ "
b"""
F¬˜kæú2à«ôï"\x1F \n
æë
"""
b"F¾\x06 {5|=1ŽHWä’Ã…O "
b"""
FÃiMò\x16 ;ФÇi«\x0F \n
Ӈ
"""
b"FÅ"£tN5óœ£ÕÒ‡SÑ8 "
b"FæQéÃÂ9B»\x16 FUÓï%\f "
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"GjÖSо5/²E]\x7F ˜\\x11 µ "
b"Gv&¡8Ç2V„±k¯¸\x18 þó "
b"Gx¥™r/8 ¡Q.\x08\x04 Y_ÿ "
b"G¢¨\x0E ,í3Ð…=µ€ÒÄÖä "
b"G¶XË5o2'ˆê\x03 ¹ó¯+œ "
b"GÛ†o\f W?Û•“>ªËE\x0F £ "
b"Gè)*»o3É7â¦\x03 ¬ "
b"H\x04 ò‘®%0\x7F ‹~'¾íº¹® "
b"H\x18 ŽN-\x05 8”–Á†ý\x14 OM– "
b"H0Ö\x1A\x15 66Há9\x12 Éû\x1A ²▓ "
b"HVÔm~¤8ï†á\x17 6UȨ‚ "
b"I\x7F Öb5ƒ=ðŠ^¸ÇŸœh€ "
b"I‡ô|\x04 ¼>ư“é\f %\e €õ "
b"I‰o\r {…3Н\x11 Uޏ”\x7F ª "
b"IŽTRk\x19 6\e ¯œMeáúŠ¡ "
b"I¸–?ÛX;(¨\x12 ó+\x11 †òN "
b"Iìp{í)6f¬° O\x1D ?¢È "
b"J)‚2,î6\x01 œI~\x06 wg39 "
b"J/‘¾´¥2\r ¼ˆÈw±º "
b"J}\x1F •ѱ>؆¬\x13\x19 n\x16 fë "
b"""
J ±\n
Ok>U°"\r Ó–2sR
"""
b"Jºü\x14\x06 ¤6N“’ÔN\x0E ¥8ÿ "
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\x00\e ï\x19 E9ë¶ì2\t z–‘\x7F "
b"KX6§4'1\x10 „\x1A :/÷Í8# "
b"Kn¹yÄ\x01 9n¹’“µ¡eM÷ "
b"Kx\x07 Óš›1ÿ¥ôÎ䟱!) "
b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬ "
b"KÊ*™ºn8*¿‚\x1F ‚`¼\x04 ç "
b"KÍí«º¸<ã‡ÕçÜd@³! "
b"KÖ³Ú3Ø2\x12 §ë©ï¸\t Š "
b"Ký!ërK1š‚]'ö¡´–W "
b"LCË~\x17 Ë5”®CŽwñ:‚\x1A "
b"LW¾─7ª;Ýû\x13 ;Éjz%├ "
b"Lh3\v ˆé1±¤h§5dtþ> "
b"LÜ{X°^4Ћ\v ¸c'Ù»ì "
b"Lü~¶ôç0P‰a:Õœ™†( "
b"M\x01 5ˆ§=0ƒ³áö\x19 èexx "
b"M\r ‰2ð³8¦¸ýÞ›÷Mí7 "
b"MnŒß\x05 }6È©Â\x14 E_©\x1E Ô "
b"MxÌðÓw;j é\x7F ‘î_IT "
b"M¹½Æe3=TìSä¥è¾ê║ "
b"M■2þ┘Z:\x14 ¬╩äX7ØÀv "
b"NNS”\s09±¬/\x04 TÊ\x12 g "
b"Nyšênœ2Æ—×a‹íìÆ| "
b"N„0Ç+.4\f ‘4Ý-\x10 `@D "
b"N’ðô˜Ö;ã‡\x0E õOPN¬/ "
b"N¯\x12 A}Ô2K® ŸŽƒ¾®' "
b"NÅS\f âZ7xº\x7F\x00 9\x0E }” "
b"P\x1D ç]\x14 —8\x15 «\x15 â"…̲z "
b"Pf_\x0E ¤à6_¶³ïæ\x00 ‰ox "
b"P╔&±╠·7¯ì┴u┌ú\x19 q¸ "
b"PçLWî\x12 0ŠvøÌZâš\t "
b"PïÁ%‚ã?±“¨×éb¹,\t "
b"Pð-“\x1E ü;©¥ø9\x7F Æ3üé "
"Qˮ\t HT<̓嵵9_ "
b"R06pžû5Ó°LôG\x01 ÃWJ "
b"RAø·\x08 89E™§ãÆ'ÆÌ„ "
b"Rehüþj=\x11 ░û-ÿ╚┘©Ö "
b"Rs¬\x1F x"9\x1F œ’1aQ#\v ] "
b"R¡Éð½c9®¸¥Kô\x1A &\x0F ` "
b"R®Ë'sù9\x0E º 4%a‚)m "
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Œ\x19 lÔ¸0\x10 ”JâLóÄþQ "
b"Sì~³Y╚9âè\x1E oà║ú║┤ "
b"S‘+¯÷\x1F 1z’À‘~ÔvQ© "
b"SøF\x1A Ŭ5\x08 ½òqQQ┘\v ê "
b"T\x12 ëFGž>ï©t,JÇð\x17 Ü "
b"T\x1C «ƒ¥8>`¦ëy©áŠÄs "
b"T7m*\x01 Â2R¬s7ƒ4ÍA\x0F "
b"T9MPIž<Wµ˜Ò}¹§˜| "
b"Tnì?î\x11 9ò£íf®ßÏÇ® "
b"T”Í\x12 ýA7”Ž]ÄzLk«Ÿ "
b"Tùɾ´┬7]░╝2}\x1A ^G¢ "
b"TßU„tù?'‡Ë,Ü5Û6c "
b"""
U\x04 º\n
\n
å8\x19 —ÿ0l¶DSò
"""
b"U\f X>Ñ\7Ü„A6˜t~8Ð "
b"Uø|Ö¦\x16 7N░\x1C Øg`\x16 │^ "
b"UñüoÈâ3ä░\v ▀Ü\x0E &¿ó "
b"Uß\v\x02 £ 93¦\x03 f\f ;\x10 ÎÑ "
b"V3¾Ã\x13 H9§¼ì┬▀tû\x16 t "
b"VR\x1A k─¶0¼¡:Ï0▓ü§Í "
b"V\Dû«Á8æ—I3emÒ2J "
b"V`f5eü0·╝WÔÖØ{/ÿ "
b"V¿T«‰f7»€ÙšÈkjú˜ "
b"VÀ'è¶E4Ø¡Ü1Î\x03 À'- "
b"Wt½╬@É0´│▓µ\x1C\x02 ê]¢ "
b"W{0æ¥\t 5ó£\x11 ¨éeã·8 "
b"WçE\x06 ûF<!¶ãE´aßzi "
b"X{ÝôÅÅ:¨ƒ@lÕ╦2\v K "
b"XÅ~┬%\x03 9\x19 »å&█\e ┤\x00 Î "
b"X│Åh╚\e 3(ùÅÒaï\x11 ¥ "
b"X¸‘9kå;¦µ)ŽJ÷Ï‹0 "
b"Y\x08 åÜâª<m┤ì╩,»¸ð "
b"Y\x15 »2uõ0}ŸEÉ]T2Œ… "
b"Y\x1C\x0E ïM`>¹²‡Y(|+tÖ "
b"YF>µwA4ý”u1æí%zÎ "
b"YxÕîT’7¢¹yÓj-ËÓO "
b"Y¾{H@█:6Âõ$\x05 ¶J0ü "
b"ZZÙ¶Ÿ©9–…ød»i;xf "
b"Zs\x11 ü\x05 S6áÄ©nc8~╠· "
b"Zy\x07 a\x02 Ý?<³=;qõ1¬ "
b"ZšñlÚ¸9À®O¥(ÊÄ U "
b"Z─╣çÍ+2▓áéCd\f «ìÔ "
b"ZÕ¥2òí1Š‚h\x06 ó:>ª™ "
b"[\r …\x16 ¢É0ݾ]\x01 ¾\x06 jxŸ "
b"""
[jîkT\t ?°¢¢´\x7F zP\n
3
"""
b"[€Õö\x12 z9w³PöEoêBá "
b"[ä ÙÎ\r ; £üÜ┌zd¯ "
b"[¹▒Å\x08\x18 8(úS■┬a\x1D ╦╠ "
b"\"’ ÿ“4…´\x19 =M\v ’äà "
b"""
\9µ\n
Õã6å›\x1C |<¶+”Á
"""
b"\V ‚B+6¬‚\x15 â5ûN‚µ "
b"\ì\x07 ÎÌâ<3É\UÍ5@³Ñ "
b"\ލâ|\x02 ;\¼Øg·÷ãîõ "
b"\ÁîDG´1ýœ]\x02 ˜ êÖ "
b"]\x15 –-¬ð1‡£L\x00 «tû\x1A Q "
b"]J›D´Ò7ƨخ¤€\e ?† "
b"]tžxNO<œÅÀ?ñN:™ "
b"]«ãût╚7ƒÅ)\x12 ░Ld,ª "
b"]¸½Æ\x02 :0\x01 ‘÷\x04 ml„c} "
b"^I#çè\x1E 3U¢$ì!\x1C ox2 "
b"^„ÔÙŸ`;ã„*N×w`”\v "
b"^µÜ\x11 –_2J¶1iÏÊlý "
b"""
^ÍKê,\x06 3Ý®z“b^\n
i\x19
"""
b"^Ø¤Š´ê<D·Ú§\x19 »£%Ë "
b"^ç¢ûª¶<d®´E0U\x14 ̓ "
b"^Ý\x19\x08 ╬┐5ÉÂ>>+f*DÎ "
b"^÷öÐÖu19®\x1F ÷ô‚z{c "
b"^úb+3\t 70¤:IðügÝï "
b"_\x1D Ò¨XÅ=°ÆE,qÆ\x7F ▄R "
b"_W\t n¸x5ˆtµˆ\x01\x14 S§ "
b"_š2\x02 îq3G¨[\e `ºéæ "
b"_Ùdü│®4QÖt\x03\x01 çÈÜ\n "
b"`0d°Ø,0›•JˆƒÉ\x03 ´! "
b"`AüÊn\x10 4àÜ|<=F┴Ëß "
b"`^Öců5³‘Û\x16 ¢ô?Z "
b"`k)×Е7z¿\x1D *Ì\e ÕhÑ "
b"""
`µvs¥¬8µÇ\x05 eÄpÉ\n
,
"""
b"a\x08 ╩$ì]<\x04 ÇË╬«┤?\t\x1A "
b"a!F\x01 »56°©¾»°\x0F œ\x19 ‚ "
b"a]8Øf”2Ñ©&£À\x0F (\x11 ‹ "
b"a^\x19 :;Ö8?»ùÈÙ\x04 ò…µ "
b"az@>╬2zØ╚Á\x03 rƒe\x7F "
b"a´]çáU7™ž¨†åôÛI\x11 "
b"aÙP± *9œíãi6·ê\f "
b"añÛ–ÐÄ?/šŸ±f%†\x1C r "
b"b\e\x05\x04 ®ê?ƒºàªÔ\x1F ©»\e "
b"b+?O\x12 ¹3Á£êç\x08 ƒå\å "
b"bM6â´ï9¾—’÷r\r &ü "
b"b┼ÁóY▄7-¼O^\e 'çÅ╬ "
b"c\x1F ÞÐ\x02 ®6ÝÑiS\x02 ¾ØÁ╩ "
b"c:€\x12 ¹å;\r ƒúY¶|+së "
b"cP\x03 e█¦>M│óiɺP23 "
b"cS¨€W\x1F ?Ý ýxÝö\x11 Àc "
b"c£ä©@<63¢\v '$tÍ'\n "
b"c·#Ú½å>\x07 ¨,7\x06\e ÿc÷ "
b"d\e ┘Æ\r É3\x14 ¥▄ \x06 ¡\x15 Å3 "
b"d*ça:R6ù–§Èè4ù=ð "
b"d;\x16 [‘-9G¿Ö/~6åÖÃ "
b"du Èöç=¦¡†P÷} º "
b"dœ+(Éð?¦¼Å\x07 k|ð÷\r "
b"dÁRqSÁ3¬ŽG¢O:½¾¯ "
b"dßw?\x0E z<¼¦\x16 Æ\x05 Ò¨Ž\x0F "
b"d¶└\x01 └x4I▓ÝL\t ؤ\v é "
b"e\x01 ²Ï\f §4å°ƒìBqIí\x1A "
b"e\x03 •©Ã_=˜¸L\x1D :5Ö_< "
b"e5\x1F ³+´6NüeÝíüÞ9{ "
b"eZ Ø%+2.û‗¯$Ú\x16 Ú¾ "
b"ew%êÕ3=L ]È ^\x01 ï· "
b"f\t þtñ%?e-8~dÇæ# "
b"f\v\e ÉÚ½<Ü«®n&ß_\f\x06 "
b"f\x18 霬x=8‚\x12 ½Ù~„µà "
b"f"~|÷W6Œ•ÄYÛ‰Ùë\x01 "
b"fQ·‰<è6§ˆ{N\x13 H\t ‰& "
b"fu ;ò©:Z„ö”¡\x11 ¿÷S "
b"f²]jUƒ1<®è\x1D òv\x1C øb "
b"gBUPT<<¿žã&ØSóÂ: "
b"gaeÄez?$•\x10 ÜJG±ƒÆ "
b"g×v#\x14 C>Éù©É9N|Vü "
b"gsm \x15 2[úƒÉ\e\x15 a¯┌ "
b"h\x12 %\x07 D2Pì<¯ov\f îf "
b"h?\x13 d8²5½¡-̘dã:p "
b"h?d╣G┬:¤ì\x11\x1A 4Ãÿ\x10 z "
b"h“\x04 ;ái2{”\x1F ö”\x10 :v° "
b"hñ¥Å5e3ûú╗äãû\x06 ÝÕ "
b"hª=ôŠt0M˜ë\x7F áÒ'x\e "
b"hÌ\x01 gc\x05 <▀ì~sà\x00 iéu "
b"hâ×$6Ä?l¹?‰›!‹®p "
b"iiNÀ;k5\x19 ¥H‚\x1A ÕPÝé "
b"iç¡ÚVÄ2rü^ÒòÅ\x00 úÐ "
b"j.ïÐÕb2׎D\v #‰âʲ "
b"""
j5~Y\x16 ‰0¤¬\f\x13 ;$’\n
¡
"""
b"jCIŒJ¦8‡½\x07 üñäÁsˆ "
b"jd`[g\x11 ?\x13 ¼ïµ\x03 ¹\e Ú× "
b"jä»f\x08 i=B‹\x08 ªZ©\x06 "Û "
b"j°³Ãþ»1æ¢_Ø\x10\x1C ±║▀ "
b"k\x01 ß3™\v >8°Óÿ)<ÑcZ "
b"k╠‗£v^5╝▓×\x1C ü\▒¸\r "
b"l\x15 ¢åßL3·§÷Ö±öQGÏ "
b"l>&?Ò(9#¹Ž5ï\x06\x16 «© "
b"lîç)¶ö8JÅ\x16 Ë\x16 (├\x1D "
b"lÑÙ[öF0\x17 ”\x00 k4#.(Æ "
b"lÖ,µWO3a´²i2êÄSÿ "
b"lÿž”\x16 ¿2ܧ\x05 ÌÍUE\x1C B "
b"m\x01 {ÜQw;\x0E ©\x07 Wý\x19 VÉ~ "
b"m'nÉÏ 4L™\x1C\t\x1A «œ¦“ "
b"m2Öà .6\üü2\x08 à<\r Õ "
b"m6ý\x15\x17 :2`™A›z˜ÊHÊ "
b"mIâ¤l[9ß“Vnzˆ,\x05 ± "
b"mL³Ø└07D£þ\x10\v :[\x05 ) "
b"mp┘Ä·\x1D ?ÑücI¢ ¹▓Ñ "
b"mzÅây£5r®╝uK\t é■c "
b"mÍ\r x+Ñ;J³Î\x15 í²ò\x15\x13 "
b"""
n\x10 Ë#æÜ7\n
™W\x19 f¼žYH
"""
b"n\x11 i®æ64Y¶0\x7F ³OˆD‰ "
b"n2³vצ2û¸Ÿ4f\x03 º,« "
b"ntâ┘üÀ6äù\x18 \╬ÇtYÎ "
b"n}Ó…«e>'…\x18 d {u8ü "
b"oa\x15\x05 Þ\x1D 3 ®\x04 S-‹¶o\x12 "
b"oª▒_u*2á®Dë$└¹ÉL "
b"oÈí‡\r V9³¹\x10 fí\x01 }\x13 o "
b"p3ŸY°ä8N›£³\x1F ^[¯\x11 "
b"pd= Iš1ë¨Ø»riçkF "
b"pkG’ãß:W¼ÄˆkJ5\x06 "
b"p\x7F ;Ô0Î<½¹\x11 r\t n·Ð× "
b"p²’\x18 ®Û: ›å\x18\x15\x16 "X\x7F "
b"p½f\x13 <o2ŠžWHÝCí4B "
b"p└╩\x0F ìÇ>$Ü1G9¤û\x12 0 "
b"põÉG$S9ź╠²Ã┬GÚ\e "
b"q•„NGG2Ò¤›^êno¶Ö "
b"qÍ–\x13 î¥>_…\x18 :,.«Ð] "
b"qÒ³Ñí\x14 ?ÄŽÙñLH)\x04 q "
b"r\v ö¬\x04 ¤2\x0F ¤Û—íq¢sf "
b"r\e _N¬6™Ÿn€º£,dë "
b"rRì›±\x10 1\x02 ºœ¢ã\x02 ¶ºF "
b"rd?¯Y\x02 6à‚Í\e ‘Ùgÿ' "
b"r}Øü¦·:±øÕìõ╩)Nº "
b"rÉ/?¡═6"ûSÊòsklý "
b"r¹\x08 \‰¼=\x0F ‡9›aöm;\t "
b"s\x07 ±â8Æ:m§Xó?®æ´€ "
b"s\x1D vmÄ(7├â*ì!┤Ù\x15 à "
b"sW▄RüJ;¼êÕóÔ\ãrm "
b"sz\x1C ãw*:ç–ï~Ù«6Œ "
b"s”6B9§=гá\x08 —résC "
b"sújÉ\x1A Ï;¡«©ú¤þ─FI "
b"s±Óù3Ú>¦╗G¸Øu+├` "
b"""
t\x02 jqÏ\n
4¢®H e}¥ï€
"""
b"tu-§S88±©€jtÚDRÎ "
b"tèØÁ\x0E L33░+(&ÅAhä "
b"tìT¾‗ú:oÿÛTÞ!\³Z "
b"tÿíÿwN7íÅ\x14 6Fx¯v² "
b"tâ\x04 …ÒT>ó£jK3þÈù´ "
b"t \Êì&<_û9├2{)¬0 "
b"u\x1A Éè±ê8¼øU[>s\x16 ,ı "
b"u&fX¦┼;nâd┬ı▒eÉj "
b"u{~\x1C Ñs8u©º3G°O=Þ "
b"uÄÃÅ8B=\x7F ▓r╬ôª·öY "
b"v\x1E Úf^+:\f ¼àÎÝ \e Q "
b"vTÛçØ}7┌áf9pÙgö´ "
b"vË*I<5ؼe}ÝUèÐ\x16 "
b"vÈ┼ÑÉÎ<òïAi▀µ½¿╗ "
b"w\x16 Æ^ï|5\x05 Œe\x06 ›Ã\bu "
b"w\x17 X\x1D 1å<ª/†ÔN8 ¡ "
b"w#èZ%V<\v Š\x01 ¯GàRöU "
b"w@OL€ ?@ºöYÎåÉë "
b"wT½î\x01 ?0é—RB‰‚øyÞ "
b"wŒüüº!7e²\r °\x05 ²Yjn "
b"wÄ\x16 ÕG╬8'ƒãh4Ôü[µ "
b"w›Ù¶_A9…¸î0f™(Õ\x19 "
b"wª‘3Kž:*‡Uf— \¶ "
b"x+Þ›•(4¥ªí\x1D hè\x1A þ\x07 "
b"x-ʼnnï3\x02 €ÇݤP°PÑ "
b"x<Ê;m/4k£Ø®\x16 GÒê\x02 "
b"xu5˜Šî:;ªGLðòí¾· "
b"x—BœïH7X’\Ÿ\x08 bóž@ "
b"xîÕˆ\x10 Æ9ʬe3ÃX¸Ö¡ "
b"y\x02 TÆ▄/4┤ü®═ä\f ãñU "
b"y\x7F i‰t\?³¨þ\x1A ¼ÿ“aÏ "
b"yÉ\x02 }~ø?ØÅ"\x7F\x05 Ä[┬\x12 "
b"yáQÊ╬‗1ìû£`8çHyª "
b"yæ…H#Ú<磕™PDCŒÔ "
b"z\x11 ày£Õ?W½gseD4šW "
b"z-'‚Ŷ=š“\x0F Xút3[h "
b"zZ±¶æÃ7o•@`\f Öz©´ "
b"zɺ&]1¨æEwú¥º¥¹ "
b"z¿ü\x16\x07 █=lØob\ç\x08\v\x00 "
b"zèüÂTZ:É›WAÀ÷þ³' "
b"{2\x15 éå¦;[»(þf"Ž´Ç "
b"{`\x17 6\x1Á£ÿ▄''sظ "
b"{j\r \x04 ¢<¥¯`“ò,õè< "
b"{uNO`>–µ˜\x07 äMüiý "
b"""
{¦Ë®\n
\v ??¤áæ\t "àù
"""
b"|?¸▒R╩;ƒîBÅZ"\x13 VM "
b"|ެ‚Êñ:€—;b¾Š2¸ "
b"|É¥>Ÿj<MœGUmò^ºí "
b"}\x07 ╠eµù6Ó¢ü'õ7o\x02 ╠ "
b"} \x12 Ia;0œ¯2Û\x1A ’’\x13 p "
b"}}_\x03 Iå6a±\x19 ,#±/Ï{ "
b"}¶äÈ'Û<g°[ aI}ãà "
b"~\x05 ¾/\x08 ì4\x11 Æ\x1E\x7F ─‗</` "
b"~\x06 l\x01 M\x08 ?Ù‰Ï\x0F Œ'áe· "
b"~qf\x08 ‡X<h©»[—š}\x02 4 "
b"~±†>Т85¾\x7F Y;A\x13 -\r "
b"""
~È\n
\x13 ~L0Bºéü\x14 \\x19 Ã
"""
b"~Ù¬6xF5W°íá){EŠÄ "
b"\x7F\e o\x05 ¾\x1A 3ø‰ï1[‹1ûu "
b"\x7F > Uš2…—¾A$@xu) "
b"\x7F i}B½\e 3═ü2 ú\x07\x01\x13 ║ "
b"\x7F ‹ï°Æ‹4•«·Ë\x06 ˜,)˜ "
b"\x7F Übë8+6Ðêópg[┬ü, "
b"\x7F Ï“êÞ\x12 :\x11 ¾ó\x08 +NÇÇ» "
b"\x7F è6¡;|28²\x04 ÇX„ÌpÚ "
b"ÇKög\x12 Â6ê▒=àÔ*ñ¥Å "
b"Ç┌ñP┐m9=Ä7´TW│ûì "
b"üxé§Z?;mĨңí╚'O "
b"ü▓╝\x1F Ó¾4y»*Q÷ý¤█¿ "
b"üÔuÅ\x11 ç8,ÜVÚ \x7F iS "
b"‚\x02 «@¨;É…¾¼\x18 ©o=Á "
b"é$\x06 ¼îV6\x01 ºzüA1\x0E Ø, "
b"é&¹©je>■É═\x08 x~¦îÜ "
b"‚-ïê\x07 Ð5غއ'ã{¾¶ "
b"‚Jâ±F\x15 1ˆ»[þàOÕ¥ "
b"‚X_£ÁG>\x17 ‚j \x05 ¡>|( "
b"‚‰"=BÏ6š©QGP€2¬î "
b"‚Šo£õž<~˜FúpÈ\tï "
b"éØM;Á\x0F 3Ò½ÝécûQr┼ "
b"â\x16 j@P>5Z«®\x12 ɬ=¯╠ "
b"â-ÛÔs²<Zìa\x0F\t 49ñ0 "
b"ƒ[…Qþ_2ܳ«U?1„\x03 Ø "
b"âÃgzêp?Ñì\x1D ì┤É4■\r "
b"ƒÓ:Ȩ 4\x1C ¥•Y{»H\x05 ¶ "
b"â▄QÑÑè>║¿\x08 ¥µØW°J "
b"ƒâ¸@î¢6\x13 «ËæýqA>› "
b"â§d\x12\x18 ©:aÉ▓ÆZ>`\x1A "
b"äZy┤Ê_9ì╗\x12 ƒ■ý█\x03 q "
b"„…=\x07\x04 è5\f ºF©BÌsZ\x0E "
b"„½Æ•¿ê<ñ™†“ûZŠ%Þ "
b"àZ#éhÞ1nÅ@?ôN█(¡ "
b"à_Ý0,g3@ØÊnTdW┐6 "
b"… \x10 jÕù>±ˆ•/\x02 :ªe# "
b"…¶ÞowÊ3„” )ëÕ\x0F á\ "
b"""
…ù\x7F ÛU-;\x19 ªç2¢àÙ\n
¾
"""
b"†\x02 ½¾vç=¤ Шdê¿ÜÑ "
b"†\x16 å_žê0™¾:ÃW¯Œë© "
b"å4Þ─jô7\r ×▒ÉÙÕõ\f\x1A "
b"†=ЧÉh8>™cä"geÍÆ "
b"†>È&\t v=„¨Ž\x05\x01 Û‘þ… "
b"å\Fü¥£5IÂõ]cM├)Í "
b"†Ëôé0ä9ú«óÛ¿°÷Lµ "
b"†Òi”\x10\x07 >·¶úF\x1F\x10 Ï~g "
b"""
‡\n
Š\x15 µ\x1C 4܈¦þ‹›Y\n
Û
"""
b"ç\x11 á╬TV;eØiIƸ╩&X "
b"‡\x13 _ŠQð5|¤ÖI\x14\x13 ù, "
b"ç\x17\x1A Ô(l4\x7F Ø\x1F 6ôs®~| "
b"‡;ß(ƒ{7v¡Gg2¯1°€ "
b"‡=)}b„>ƒ®¿GŒ"VQ1 "
b"ç=kÜ─n0&«9k°¥ãÉ\x16 "
b"çsì\x13 w`3┐ÖE}ò²=m§ "
b"‡{°ÙÙF:Ľ÷Oèé¿e‚ "
b"‡è£&ׂ3”£‚wwsûrG "
b"ˆ=j!…ë3;¢&9\x17 eÒŠã "
b"ˆD˜’s\x13 0T¢¯ý\x05 q\x10 Øâ "
b"êbÞÉO{;;©Ü8g\x04 !Îg "
b"ˆžó@äd2³·Z6JCÇ<î "
b"""
ˆ°]…v¥>)²šj\n
š%ÑL
"""
b"‰#}\v ¼ø>i†çˆé…§ü% "
b"‰“\r \x0E të:4«\x1A yV{ªë\e "
b"‰•W\x11 ÷º8Øv\»f5'\e "
b"‰—æ—Óx3ãƒs9´FP7ª "
b"‰›&i\$8zª\x01 Þ*Õ\x07 Qè "
b"ŠnNÅxÃ5\x0F ¼Å•G;4¢î "
b"èç%ÙÜä7và3Ȩµ▀ì» "
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"Œ ïýÊ4?z®@}\x01 ášAƒ "
b"Œ(&\x08 &{7ݮ܋ø[v«Õ "
b"Œ0í\x12 <Ã5㈃ÆÅ'\x7F ^Þ "
b"""
Œ:\x7F 5>C<ÉŽ—&q“\n
\x10 €
"""
b"ŒeÈ\x05 [è>.©Dh¿Ì?\x1F 5 "
b"Œu\x1A N\x1F Þ?~´)„Ëý´Ã\x01 "
b"Œ~¾\r Q\x16 8ưÿÙ|æ“[ "
b"îÅô9ð6;Öàm[Ä■▄N[ "
b"î╩\x04 FmÝ0├ærا¹\x0E ▓\f "
b"ŒÐùÃE 9ì¿ö\x1D ¬M0PÒ "
b"Œ÷]\x00 L\x16 :\x02 ©pK Ê›Ud "
b"ì,rßU^>Y©Hï▒Q╔|\x13 "
b"ìØÔß9Ê9ï╗K\x01 Ͳ/À× "
b"ŽH¬¢£_9\x10 ²±¢«Í•á\x10 "
b"Äf¢\r ┐¯>±┐i°¯VTÄÅ "
b"Žråˆ\x1E\x12 6Z»@¶I_)6k "
b"Äx=┘üÚ9ßäSIq║üÇ\x0E "
b"Ž¿™Ž-Â2c—‚2POV‘C "
b"ŽÕm¿Iá>Œ¡I\x0F\x7F\x1A òÉŸ "
b"ÄÞ·VIÉ;µÄºÒ%SV2F "
b"ÅE\x1E å/¾>ýÜ[\x1D 0╗®ùg "
b"ÅhbØ¿í7Þñ Ö╦Z\r ;Ù "
b"ÅnL\x07 _╝4.ÇçÖUHÔqÕ "
b"Å©jãóÜ?\x08 é\x01 ó\x1D l█áw "
b"Å╚ÌK\r H:A¼®éXó\x08 b: "
b"Å╔붺Ý=sîp{└\x06 ╬|Ô "
b"ÅÈf\x1E └┌8,ú\x13 ¿Ñáíø "
b"É\x1A\x05 P` 5.º´Ð`kÃ\x08 û "
b"ÉO┐\x10\x1C Â0░Àg\x7F }µ▀n "
b"Éf`ÿü ;>¬\x0E ÍGÅéì\x1E "
b"ÉyoR╠9:M£(╦ÆxöÆM "
b"ÉèÒt¸L6Ñ×î\x04 l\x01 «ß‗ "
b"Éú\x02\x1F ú43m│╝«aÇ_\x15 ® "
b"‘$\x13 Î\x07 –==¬–ßT)b8 "
b"æA`╠\x04 Ø9B¡0ºÁØÇ4a "
b"‘J˜cV>5´’Ê%IîÖž\x1D "
b"æüÔÿß\x07 ;3â9ßdÈ╗\x1F C "
b"‘íf®0,:zˆ\x7F þ¶#1¼õ "
b"‘÷lìÓ{;&¦º:ö¥(\x15 f "
b"æ³oÆ├0¢Éún8À÷└\x01 "
b"’ á@«89¨¤³ŽÀ\x04 à‰¦ "
b"’mT\x12 èÏ8K’\x00 ÚúîY'Æ "
b"’}ížM=*€€&ý\x0F ŠÊ$ "
b"’„ƒZ”r9\x07 ‚¨¹b±€(ç "
b"’δ$ç‡?y¥ÉˆÈ1QòÙ "
b"“\x12 Žãc\t >«…ô´¹—\x1A É\x06 "
b"ôá,¢m\x0E 0»ÅB╗}·┴¨f "
b"“ưO'27^šüx'™¾›- "
b"“Ñïç4\x05 6ºƒh\v ~}„é[ "
b"“æCHæ(=\x02 ³>ú\x10 ŠW3â "
b"”\x1D l0&Ó:-“îlN1tG- "
b"”?,AJÃ=ì î-©!oÀ« "
b"öMXá¶Ù3¼ø\x15 MÇû\x1D üA "
b"öXƒ8Q▓<6üÇ┴d█┬T "
b"ö\x7F 1É\v ║:\x11 »ß©#û®»¾ "
b"öé\e Øú÷>‗╗@#úT'J╔ "
b"”#½}Q;¼™\x17 '5÷nþò "
b"”ù\t r\x14 8;\x04 ·oÌ\x17 Èø\v H "
b"ò\x1F >'ü¶;ëñ\x00 T\x0F \r Î¥¤ "
b"ò ¹■±u9ËêVldN/ØÑ "
b"òN\x13 ¹µ¼>Ù£ìF·½Æén "
b"ò¢+\x08 ~ì?Jä0áçfpðÍ "
b"•ÚêPf_0@´8¾ƒEû²‰ "
b"–<>ª\r c:V²lõ\·‹†B "
b"–yûÖ˳7å–×\x13\v 6e.æ "
b"ùïG¯\x1A N?█üå"▒9ô¼Ê "
b"—ŽÚN\x17\e >A£¹N”?,ûÒ "
b"—¢h*ÚÜ3B“ÇÉ\x10\x01 èéü "
b"—±µ11X=¯Ÿ¼Ç.P·-\x17 "
b"ùÓß«OÉ<Íâ>\x1D æ'┬\x04 m "
b"—ãÀLÎ6;¯™é“£ä›b{ "
b"—ù´ê”V>Tµ,¡Î\x07\e Uä "
b"˜#\x05 m#s0¸½\t 3&SnP› "
b"˜+\x02 Éß”<íµÜà•ŠlÛç "
b"ÿN¸Ebü4i½àíƒh\v ÉÀ "
b"˜OôL\N6^¨\x1D bi\x18 O†› "
b"˜r\x04 ß·»4#«—M;´!;… "
b"ÿ╣IáIt7ôòI\x08 Åý\x05 n~ "
b"ÿ▄\x08 t×°:ØÎ¨¶`┴\_ "
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"šg!Ùüc8¨‹£\x01 »©\x15\t † "
b"šŸÂ:ôO5\x08 ·X[ŠŒBï\x1D "
b"šËXöXÔ>Iˆ\x1A kÑR+\e # "
b"šõŒÑ^Ô6î¸V8\x08 j.YŠ "
b"ܸrÉÖ┬?ıñ§«">i ý "
b"›\x1D øÿÙ\e 3ˆ•]".ºÛè{ "
b"›1ÐycÚ0\x15 “\x1D NÊ0_5‚ "
b"øb▒\x1C\x1D ¿8Êê■füs╠ò| "
b"øô¾\x00 ¤f2Ŭè\x15 ß\x1F *\x05 · "
b"›Ã á--0Ö $tY‹–sl "
b"œ"×Ff>=î„1\x7F ¹\x01 ªÌ¿ "
b"œ.1ô\e û2ô²D6\x11 _x\x11 i "
b"£HÁ╝äü8e×O²█0ü\x15 4 "
b"œV5"ò€5/ŠÆ5l6G-\x07 "
b"""
œf\x06 !Ò\n
6#¡(V\x1E …N’ý
"""
b"£ò_╝ð»1$ì╦öX|Âþ[ "
b"""
Ø\x08 \n
\x12 /\x0F :Fº;=ç▀\e $ú
"""
b"Ø5xê╬39ȃ┬ëdº7¢\x7F "
b"Øymo)ª;╩º\x02 Q─ðþ\x1D N "
b"ØîÇ\e ±i:\x02 ╝2▀J\v d\÷ "
b"ØÑß5┼\x15 25êk\x02 │ÙäEc "
b"žj\x19 ó‰l2+¬íßå ò\r l "
b"""
×rÛâ┬Å:xù\n
\x06 A─Ø\x0F ƒ
"""
b"žÁœ¿\x01 O5B«9*3¢ÐøÞ "
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"Ÿƒ³o»n:Ë—ÇòYZbtq "
b"ŸœÛ\x04 ÝK;u™—a”Ÿ\x1F «d "
b"Ÿº©\x11 ä\f 3þ´ìššØw'\x17 "
b"ƒ─\iS«?ºØ\v ╬─£ê═ø "
b"ŸÚßV)~7½‘°ÿŽ6qÕ¦ "
b"ƒ )\üh2Qâ├\x11 xý.\x1F Õ "
b"""
á\x01 ã\x05 ├▓2\x1F ü▓\n
ª░2\x1D ║
"""
b"á\x04\x1C ┘W\x1A =Æ®┴8ÉYƬo "
b" 2>L&š5S¦\x13 M$Ιs‹ "
b" V\x01 ¿´\x08 7\«Y†¯œDîþ "
b" rà\x1D\x03 ÷22¹³3$æÈ'` "
b" ™R)èõ?œ¼Q^sW)Ñ5 "
b" ÍÑRôe0Æ¡¬GGõçqë "
b" Îp;«\x0F 4«„\x00 á¸1\x01 QM "
b" â6‹k?3Hš\x1A bfM\x00 Ô¦ "
b"í\x1A ┴┼i®4┬ü£*«¸ßÄ "
b"¡?•CE53§ â™\x08 —§ÿ\x19 "
b"¡“Ñ`‡\t 3¼•p“Z\x18 QÑ\x01 "
b"íËUÕ╣ó2ÊØ╔i×°\v xÞ "
b"ó9\x14 é\x05 ??Øæ¡5\x1F ¶¾+Ê "
b"óQ└ØÅ$2=¡¸£Ð×^(ı "
b"¢f\x03\x0E $O3*€>\x19 ûñ\x14 L† "
b"¢Ó\v A6ÿ5—’Q\x14 T3ÀY "
b"óÝ> î▄<ïúõ5ÖÈØ█\x0F "
b"£Nß‘!å<̵uÞÍ9¾\x14 _ "
b"£‘¾\x16 ^\e 5“‘Ú@]ÉvUž "
b"ú├║8\x11 p0¤Ü{ÊÁÚËÃÅ "
b"ú╠▓Cß«7ıÄÜh▒^ìib "
b"¤Dôg½þ0V‚º\x10 ê\f }óÝ "
b"ñL╦Íð 8®©õØ\x10 î╦\x01 ÿ "
b"¤M@<Ô¿5<ˆ•]Ù)Ok7 "
b"ñÜ/\f\x04 |:\x0F ÄGüý Øú8 "
b"ñóu*Å(;Iƒ\x14 ´▀;Rï└ "
b"ñ╝§cD?:sÅ\f ı*´\x17\x03 "
b"ñ┬]+æG;¢û\x05\e ¶OçÉ< "
b"ñ´Õ¿³³3╣Ü@▓Ö©TbØ "
b"¥Hà»ôa2nª@,(Rå-( "
b"¥ydPÍÅ82¦T²ñ*²æ0 "
b"¥~\x11 ì5m5\x14 ‚ÎwI\x1C sL± "
b"¥ß&8\x1C #?‰Ló3B†ª\x05 "
b"¦ \t ª¤\v 4[†œEtѱª0 "
b"¦?Ã(~\x15 8~®j¢\Áíá\x11 "
b"¦[Éf#A0ª˜ækŒÇ¸îB "
b"¦œÚW˜Û6\x10 †eiŸµ\x14 v\x1D "
b"¦£D\x03 Q\x10 91žEñÞNr\x16 º "
b"¦æfnÆ–8t¶&jصfÖ¤ "
b"¦÷|ìøu:\x14 ›K\x08 š>AZi "
b"º;\x1F g½ü9$¢▒├ä'eN\x18 "
b"§Jb,¸ê5’§ê\x05 ½\x16 ïÐæ "
b"ºgì\t ╦õ:ÚÀõ¹ï╬ô!« "
b"ºí▓\x10 ïÔ4¦ì├¯\x08 E>[| "
b"§´-\x01 ±@8/¸¥ºYÁ•ª "
b"¿nÂr<o4t╣ì£▒7G▒\v "
b"""
¨¼Ÿó¦\n
7¹“ì*ÂÐ$nð
"""
b"¨Çó\x17 ¢¨6iƒG×B¬úï„ "
b"©\x07 ¾G/¡9J™™õ‰È¾\x10 ¹ "
b"®\x1C ▓\r I=:½ª\t Iì\x05 ½┐\x15 "
b"®!<°░89\x17 Ä\x0F ÉË%ÍÇö "
b"©&Ñü‰§5\x19 ‹\x00 Ž\x0E ÑD(Ý "
b"©œ¦ŒÜ2=}Ї(]Ï\f )æ "
b"©Ÿ—dO‘?š«mSF\x7F ´ÄŠ "
b"©±†&‰¾6……©\x00 gæC\x0F R "
b"©Ê’B6‚3@µo\x11 {©õªŽ "
b"©á6µ%\r <‘¡UÜØVJÙÎ "
b"ª\r •%â•5\x18 ¡ßÈ\x00 ÌáBÓ "
b"ª\e $£ª—?°¹ãèM–#ÐF "
b"¬g╩▓6z5ÓÄ~ìq\e e@³ "
b"ª£DßÒþ7÷€58«§4…| "
b"ªÞ0ÝœT3\x1A ¿\x10 ¬KHº´Ò "
b"""
½ì]ÆÄ¯9\n
í\n
▓{\x1A 0ä\x12
"""
b"¬;•nK¥4\x19 —Ô‘–Y\x08 ª¶ "
b"""
¬M\x1E \n
üH85‚ðG\x1C\x19 ø[—
"""
b"¬hË\v x\x16 9®šV\x0F )\x01 ÖuÁ "
b"¬rç}\x18 ¦;x§ü\x19 ub•ĵ "
b"¼ê;ZaÈ1ðüÄ\x1D \!¢├\r "
b"¬œ¯õ’A2÷£põ\x0E ŸƒGˆ "
b"¬«ðÕžš2(¯»ÑŒô´Ëq "
b"¬ñæòË\x06 5™¤Ÿ|‹\x14\x0F t "
b"H\x1E —¹\0¢—{|†(í1\x0F "
b"¡i²üµ┌4±░Ê▓ÏgÓZÿ "
b"¦˜\x0E }ç8Ù¦@~]¥Û\x17 } "
b"Ê\x02 !Nh0}Š_\x1E Ç¥\x14 |‹ "
b"Îþe_J=N˜¼¹m5Nìa "
b"¡‗cOð\x1A 0<ÅTE§=.r\v "
b"®\x00 C‹a¿2Ä‚ØUÿÂà,X "
b"«\x05 Ü/}'=Xîeƒ\x14 ░\x16 ▄É "
b"®.\x10\e šY;a™4ˆÀº[/÷ "
b"«K^úVÆ3ìÀ\x1C DøÂwKí "
b"®›t½4•9]¦B\v\x13 .Wüb "
b"®×\r -¦\v 4\x05 º®O¹ä\x17 þ "
b"¯{\x0E ¨®¦0üŒZ<a\x18 çR+ "
b"»¼\r D\x14\f 1uØ┘`┬À‗Më "
b"¯µÒŸÍÙ1ô¤¯kŒ€?„u "
b"""
¯ÔŸ\x04 ø¥=‹‡£\n
{¾`·¿
"""
b"°\x00 —{\x04 }4À‘‡ìˆµÐÊI "
b"°JË\x1A R\x00 8íŠÜ·:!‡ù\x0F "
b"°P?\e „ì2¸²ÔêÁ.qiŸ "
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"°«Ïyž—6¸ºl¢\x18 Ú¶èÈ "
b"°¯W½Gý=G¬Ñf˜YÒ\x0F 7 "
b"°¼%ù¯\x08 :˜5'Bâ͞ "
b"""
°É\x14 ËT¾?)£¸¨u\n
Üë2
"""
b"±œh«±µ4źµE&Y[@ß "
b"±Á(¯àÒ1Šˆ.\x0F PHÙ\t\x1C "
b"±Ö¸láM=lCMöã\x06 U[ "
b"²\t\x1E #(s6Ä•Ökï$`G< "
b"²\f ùÞq¦?D¡%5îŒñeS "
b"""
²'jéZÆ>\n
¦êd§(]º
"""
b"²I¦\x11 p€3ý´î“ïÉG¥c "
b"²XVP\x08 \7Ä›\x12 ß{(ˆþ "
b"²Áæ³þ^>@“d…\x0F $?\x13 Ú "
b"²ÅD7ZY?æ(|´OÚ”ò "
b"²Ô‹5Dl;̳Ãÿ¨›_V\n "
b"²Ôþä¯Ý=s§yù\x04\x08 Àÿ´ "
b"▓§ØÍÃ|1░£MRTÕpo3 "
b"³!p3ìÏ;¦·£Ðü\x01 ©\f S "
b"³0õ\x18 7w:õ«Ú~\x14 ðΠ"
b"³4'(VH=\x02 †a-pûèü² "
b"³XveWd1ü²[”×4þÕ% "
b"³bãôú\x1F 6¥¬¨ˆËíXãÒ "
b"³d\x04 }\x10 h6ªƒ$ã\x05\x1E ,[3 "
b"³s\x03\x00 ˆó>ô›û4-\t 'ˆ½ "
b"│┌RØU[1ñÖ┐ð6┐9(ä "
b"´\x11 ˆ¥ÒÕ3E ÝÔ\x10 ¢ÑŠÔ "
b"´@™—ôK:ê w\x1E t¯3?» "
b"´Åt,e\x1D :ù®F7ÐëdxÆ "
b"┤¾ææØÕ?Ê▒c¤9░\r ─▀ "
b"µ4J\x0F cš:ć\x1F #¶\x02 ¹&Ï "
b"µGo\W;1#«\x1E “G££@Ö "
b"µ{†+0P1^ 4\x02\x03 ñŽ(í "
b"Á|ü(ª\x1F :k»▀°®ç%\x16 ¿ "
b"ÁØ╬9ip7ı£Ufê\x0E *}. "
b"µå\x03 b'Ó3\x16 Ž~fÎ\t 1‘Å "
b"¶\t L\x19 È\x01 1³‡LÚ°º\x1E øB "
b"¶\x1E ø\x17 Œ[3i‘M¸xó´jä "
b"¶9\x7F XÏß<š—\x02 ëÛ\x03 Ù\x14 € "
b"¶=§§Å¡=¼¤0âäô½¸T "
b"¶cºá\x05 51ï©PM*oTu "
b"¶jÈ\x18 Zê<é†\r ©o\x19 ¢žÇ "
b"¶‡KyLë9݉Mâ¸äèse "
b"¶Šn¬ª‘6WŠ÷Ð5;QhË "
b"ÂÅy|@Y3Z▓╗╬âçt\x02 ┴ "
b"¶¤!Çé/7\x1E ²ï‹?O\x03\x18\x11 "
b"·\x15 û©!ü:"¥\x1F ûKHCÿØ "
b"À\e °ì█û3\e ÉÖ©Y\x02 a\x0F ╠ "
b"À6\x14 Ý,0><┤DLıèØH¡ "
b"ÀNÎÙ«"9\x1F ìêï\x0F ▓\x7F\x15 ▒ "
b"·\×…qt=zwV\x06 ùد\x13 "
b"·v½\x01 n13æ˜C(† §Ë\v "
b"·¾Vœbñ>¶˜]9ÜŽh¢; "
b"·â‚Úæ.1ÿ¶bjš\x07 ¹\f º "
b"¸F·)åÛ54—X¯€\x01 ÈNv "
b"¸‰`r¯Þ9ý¹\x11 @Ô˜þ°€ "
b"©ÉÏQ9á2Ì¿\x12 æ┌$1\x7F \ "
b"¹M•9»?9Mº»\x13 ³Î¤{ª "
b"╣X¤╣▒Ï1_Ö6HÅeÀ\x00 ┐ "
b"╣ìsÆbÓ4§ÿZ]\f -═Ñê "
b"╣×yáÔk3`Ø%k┐Ü£ø\x06 "
b"¹½Ñ\x18 ²==k±Aìk1¹£’ "
b"ºuÇê²Ö>‹“Î+í¹Á\x1C k "
b"º„‹rþè>³¬a\x06\x05 4÷ºc "
b"ºÇÍ!'Î;m¿ŽB«õ\x06 ö3 "
b"»\x08 Éa`\e 1ê€R„è!I+I "
b"»\x15 ÛD™÷5‡ž¢þÉ“Ã\x1E q "
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"»ÅdRf‡:ÿ•Bcó-Ë¶È "
b"¼)å\x1F ëƒ2í©ì$Wb¥ÿã "
b"╝ü┴O\x12 Í=)áénÿðJ¼ƒ "
b"¼»ÖÍÔ\x14 6H™\x01 úžNôë~ "
b"╝¯Â┌ü\x00 3¦ÄÔ▓ø┘ó%Ø "
b"½\x05 ìmÄ—:ð§8îÔD~ÿ¡ "
b"""
½NPõ\x18\x1C 1_¥\x0F Žh\x12 +\n
t
"""
b"½ˆó´\x16 Ü=7ŽÁP\x17 ¢\x04 ¬0 "
b"¢æM"ï°1o║õvþ.äØ/ "
b"½«¼Ø â<\x0E ª!‡p‚É'ž "
b"¢Â±Å{\x1E 0{óç¼│Ñ╬\x0F\x12 "
b"½Ë›lÿ\x03 2\x03 ˆØ@GI?åh "
b"¾\x07 $þNx76§½M\v ˆhî "
b"¾7\x1C ûí$5à®\e „H\x00 Ožy "
b"¾ž\r yE26è€\x7F\x12 î§É¤; "
b"¾Æ©p–89“¶$›æ×\x15 G "
b"¾à'‡\x16 <ï¶w•NTd6˜ "
b"¿GõH?\x06 3\x14 ²fî©\x1E Ñ)T "
b"┐Nìø\x15 U0]¿b§┘wÈ63 "
b"""
┐^Yý \n
2ú│·Ø·°þ6\x1F
"""
b"¿»»™Ô"<–¢¶j¶Æ‰_’ "
b"¿ÀŸ |U5DzÁ¢(Ú¯vÍ "
b"À"}›÷&>ž‚$_\x06 ñι "
b"À<Iå¬Ò<cŽÈ¾æ’ÆÆ¦ "
b"À>/ÑH¥0\x0E š`þ\r É®š{ "
b"À>°Y\(7ê˜ÅÜ=h’\x18 ² "
b"└├¸õRÏ8Ø╗Øó³╝Ó^Ì "
b"└´HØø¹=¾½Ôݲk!8M "
b"┴5àÖ\x0F =;òäµ\x15 Î\x11 ü\x07 m "
b"ÁF©çr<>\x02 „\x7F «&›¦Ë\x03 "
b"ÁquÏ”Ë2Ì€þéÀV\x04 åË "
b"ÁÓ:œ—[2¹…Ö\v K¬\x18 Ea "
b"ÁÝIx€Ÿ6\x07 £¾Îâ× §‡ "
b"Â\e Õü\x1C Ä8J´Ÿ=K\x1A 4\x02 t "
b"Â\x1E\x06 Ľ{9Þ°ñœ’ñ\x08 1» "
b"┬"Sa~/4Øçı=!üܦ\x13 "
b"""
┬weOç\n
7\v Å¥Û┤\x01 %2?
"""
b"¯ ¼jr4à ÜöŒ°ù\t \ "
b"³׹˜¼9Ms™\e _ó€\x02 "
b"Ã\x10 VŸmë8äŸoÞ° \x01 ¿v "
b"Ã%õÃ(82\x17 ƒRV\x1D ™\x10 *( "
b"Ã/\x07 +‚¨09«ÿ\x01\x14 z‚˜\x18 "
b"Ã<ŒÖµ^1$ª€\x01 VÎ}[\x13 "
b"Ãp\x1E ^\e\x02 7Ù•¾9L´x\t ¼ "
b"Æ”sø…5d˜†\x1A &~e!P "
b"â¶Úü==rˆÐD¸ ì\x08 2 "
b"ìö\x12 Øâ8cªP^ëCh[& "
b"""
ÃÊXˆš,3àž÷\x18 `a\n
+®
"""
b"─\x17 á&b\x07 4ìí\x14 £@ãv\t\x16 "
b"ÄuÌŒ%¥7ô¶Á“HMv\# "
b"─üÕÌ\f q3╝Ñk!4ºÃ¢│ "
b"─«\x0E Å «50¡©Õ\x1C ©Cj{ "
b"IJ–ð*†:ž¦£¤- ðÒ "
b"Ää(hX¦8¹†FúX+3™Ï "
b"Å=K·F\x18 ?‡±1NªE\x04 ?ì "
b"┼kµ-¼"=4í(Ã┬¬ìÍï "
b"źvËn):\x15 ¿\t Œô‘&æd "
b"Æ"gÏÅx5\r ƒÉ°Ym¡¼\x07 "
b"Æ_¦A,j8\x1F µfTú}\f l” "
b"Æj„LÓZ0þ±›\t z\x04 +lÿ "
b"Æéóóž@1\x1F °ÞF?r\x10\x11 Ö "
b"Ç\x00 ;€öï>9§í£hnzâÇ "
b"Ç\x11 n¾Ê96 ¦\t iÇâ¹-f "
b"Ç9ò±§<<{¿\x13 £ðP¥t* "
b"Ç?Æ\x0E †–8»•'ÎÞ\e ¦;÷ "
b"ÇLEL@\x1E 8š—jW\x7F F¦Åù "
b"ÇbÜ‘#\x04 >Ü™?‡h½ÞÚÒ "
b"Ãc«Ðw┌4çì§┴GÔø╗¤ "
b"Çi\x10\x0E ÛH?b‰E\x02 ÷å\x1D\x7F ´ "
b"Çm¢ì½-:kº#s1ÚH\x03 x "
b"Çuw\t\x01 ’2i¹\x10 «µ\x08 Ò\x01 F "
b"ÃÑì|ÐL>d¼a\v )ÿogÁ "
b"Ã┤!Öü»:?«LºY½fxà "
b"Ǹ־B\x04 5rݱiÀ¹ d "
b"ÃÌÑÜÅ"8Z░b $ÄàÝ┼ "
b"Çê}tC->Œžñèd\t î#= "
b"╚oÄìV^1åï\x15 ¦¦ßr6\ "
b"Èu¦\x06 :t1ê„jV¢rÿ\x07 / "
b"ȵ\x1A ŠÑ÷:ˆŠ~¨‰óV] "
b"É\f tþ%]>iˆ\x1C %NËó\e\x11 "
b"É0®hE£9\x14 ¶½óÅ)Ú2* "
b"É?u‘uS6\e „üò¦è“,‘ "
b"Éa¢PM³6ñO¶\x12 †\Ð` "
b"ÉoM”\x7F ª9üŒ(ˆ}>¿Ÿß "
b"╔èã┴├³1üû\x06 (±\x15 Ô«ç "
b"╔Å╔\x04 û\x14 ;╦¥R±8o».│ "
b"╔ɰ[«^<ÇÄZ CPfÇı "
b"╔«À'ª\x03 2yé×hì½\x05\x06 ┴ "
b"ÉÛ;Ë$X?\x16 –´\x7F :æ¯ˆØ "
b"Ê\v Éq#ÿ4Ì›\x00 {‡4À$¿ "
b"╩\x15 ¦¿ÅU<¯ìû└()I7\x1D "
b"╩.\x0F v?Ç?düÜ╝¸ô\x1F ¦\t "
b"Ê¢hŽF43†|\f ËP¡ø’ "
b"Ê¥ú¦úñ3[žR—ÜÓä5× "
b"""
ʰ½³µÊ6C™\n
O\t û´"\x16
"""
b"ÊËÞ¾\x03 †0\x18 ’…þgª<%Ó "
b"ËNRžRÛ0ȹq2‡Ã«¸Š "
b"Ëd>\f &“9uµ¹›=+\f Xr "
b"Ë‘<ï-›=ó·w?ÍÕ\x19 ÆU "
b"Ì\x06 Wa»;:Æ©û¥Ô)dâ/ "
b"Ì\t ì=ç8΀ÒÖ@ŽÁR– "
b"╠*Ð;¹39┼Ñr±'Ø=¦A "
b"╠kìTQ?05»LfÏ©gߨ "
b"Ìz]\x0F '«;Ê€úzNâäO; "
b"̃Uy¹ˆ:Hª5± n \x01 2 "
b"╠×-BRÎ2eÅ\x17 FØÊóù´ "
b"Ì©àžìb1®¿QI\f\x06\x18 vº "
b"Í\t 3Å5Z6ð‡úŽº\x10 +'\x04 "
b"ÍXÝøÛh;DZÁëä\x1C\x12 .{ "
b"Íd\r ~ãÅ3\x0E ¹ˆÉßšb\x04 ! "
b"═n\x7F ùªE=ì▓6║]EIGÅ "
b"͆à‰$J2ʾ\x13 !Q§·-5 "
b"═¡¥\x01 ┌M9 Ø▓Û\x18 |\x14 "¬ "
b"Î\x18 ©ˆe…:‘ˆ'8uâM\x17 C "
b"""
Δ¶\x07 üÉ8T¯\n
\x0E ±q1•Ê
"""
b"Î …\x14 ÎÁ3\x12 ¥*wp£\f ¾÷ "
b"╬Á\x14 û¾;0Øái.\x06 ax.ô "
b"ÎÊ„\x07 l\x07 3Ê®¯\x12\x13 V_&u "
b"¤:.7½Ç:4É\x7F\x0E ïVà┐À "
b"Ï\x†uÐ7ˆ§A¥%Ôí=\x02 "
b"¤Ä9ªá]2«Ø\x1A µvÁ¥×ê "
b"¤¡õzY─6ûòøÉW-╚;D "
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"Ð\x1F a(€\x1F <\x02 œjyž\ĵH "
b"ð2l─ùk7ûì┼ƒ\x1D ¹Z7░ "
b"Ð`gÙ¡I1Z…$'#S4=þ "
b"Ð\x7F\x00 §š+4Ñ¢§•'\x12 Üß? "
b"ðÜ®ÃÇ¡;éïR@\x04 æSØ¿ "
b"йçsÛ™=‹š·"\x06 3\f °¨ "
b"ðã\x0E 3Ø¢7■ó╩"8Pþð¦ "
b"Ðð\x11 4ªÛ3H½u~*¸Ã…S "
b"Ñ:ê§Ká<ñœøÅÙ\f Ál\x0F "
b"Ñwzýo„4n”jva€/´Ì "
b"ÑLjÞõï9\v ¶ô\x12 +%%&O "
b"з´ıÅô5£àÀy±\x7F å,: "
b"Ê\x14 ╦ıQn;{Ø┬-\x17 ╠ª▒┬ "
b"Ò"&<K[9 ¬\t ™þñ\x07 ¦§ "
b"Ê]Ø\f eä:pÆä¦Acx└╠ "
b"Ò ã\x07 Õ\r 7¥¯x-ƒh\e\t L "
b"Ëô\x07 dùÚ6a┐ìO·÷ݺ% "
b"Ó»v\f ¾~3¨›àú¢Ê\x18 CÄ "
b"È\x11 ┤4©÷:ÿì_\x18 ╚\x12 ┘ª| "
b"Ô#¡ýÈ¢=ͦp\x18 ¨\x07 ÍN´ "
b"ÔC\x07 Y-\x02 ;Óˆð\t €#Í.÷ "
b"Ô\\f i3\x08 <4±ØÕîEBò¾ "
b"ÔsΉÂ\x03 1äª6}˜‡¬„´ "
b"Ô³C¤"F:!±|\v •<ý¤q "
b"ı\x19 b┐§╦?âü°¾4>¹ÿS "
b"Õ2f³™\7\x0E ´}A¢JŃ "
b"Õ^\x15 ”æÞ8€¸•˶öAî "
b"""
Õ‘“XÔx?ì•\x1F ËD†Ó\n
W
"""
b"Õ“ÝPr<<Ù€ëƒÁ_Ä×› "
b"ıÞ\x06 \@ç:\x19 Øä¤Q\x14 h$F "
b"""
Í="\n
\x04 c0ÌöÉ\v\x1C ²ï¿Å
"""
b"Öa¥fk»:Ñ¿\x00 Ã2¡“»q "
b"Ötè\x16 ~Ô6N™—dá?DÝ® "
b"ÖŽÚ{ñð2ܹ‚ø]½%ë3 "
b"Ö ‘°OB8“®ó[Ä®'ñ\x00 "
b"Ö¥<;8©7ÝœöD·qù6Ý "
b"ÖÖ£€í¬2YžVT0FÙø× "
b"×\x14\x1A E‰Õ8þ¥o•“§-lR "
b"ÎV"\x11 }µ8·é\x17 !░ÅýÆñ "
b"×n\x10 t\x0E *8Ž—'®\x19 Ú8°[ "
b"×qŸõBþ;¡´èÕLÚ\x1F ®o "
b"×x\x18 19>2\x03 ˆ'¤ú:•£à "
b"×€‚ÒÈF9ó ЪSH[‘\x07 "
b"×Î>–å/3U—ˆmaq\x14 x' "
b"Ï█¼à³\x1E 0ÄɤV{ó¢9ì "
b"Ø÷€½N¢?¬¯ú„˜‚¬H% "
b"Ù$ÕØÑg6A±¡±âˆ“ˆ§ "
b"Ù_²Ç¾×2»ƒ’\x0E\x17 °ä‰ù "
b"┘ahcÎð0╗▓·ØÆöªó_ "
b"┘xÊì9ö4åçK\x00 ▀,╚ ÷ "
b"┘yyK%>uÅ@\x00\x17 >Ó´¼ "
b"┘çàÊ░\x15 1Q©■┼Ðlì¸ÿ "
b"┘î3\e Ö×7k½½TiR■Nü "
b"┘┤Þ«ØÝ;\x06 ùâèÙl*\x11 ~ "
b"ÙϺo%\x1D 2Ž€—\x04 \r ô2Ï÷ "
b"ÙÒÞ&&\x1E =«……®¨æ['$ "
b"Ùði‚¥ˆ>;©ï[3\x03 ÓB_ "
b"Ùø¦@%_?R³'u 6íµ] "
b"Ú\x01 Q]Û9U…\x12 •\f ˆº\x18 % "
b"┌\x04 ÇÅú~0º▒OÙLWä═Ú "
b"┌HRXªU<0ØýY'¿¼=F "
b"┌┤±Ä°y6§ñü■N?ijx "
b"┌ÊÆå¯╔;ÁºeGáªüLG "
b"ÚïLGíP2u±Ô5‰\laN "
b"Ûb„Ÿòî37ˆ˜Jì^ë\x17\x1E "
b"ÛŠ?'øÔ8\x04 ¯ÝoÙ\x02 ÍêŠ "
b"█▒ÑÏêa0 É/\t Õˤ{Ì "
b"ÛÎ\x02 ÙžÜ3Ÿšbì…LÇöñ "
b"█ð\x1F à}ü2õ░■ÈóC¶I% "
b"Ûáù|¤?R¾9A¾`¬\x13 Á "
b"▄\x01\x1F ªgö4ð╝õ â║@ü "
b"ÜLÓ\x12 kî5w–I, J¹÷a "
b"▄{¡ôxì>>Àª╗¨\x03 b © "
b"▄|\x0F "ø 7h×Ъ ÄÉd] "
b"Üëvö—É7€œ¶[½\x05 Øb* "
b"▄´│Ä\x08 V4¯Ø\x05 Ùƒ¤üyE "
b"¦+┬\t ¦Ü0³Ø─ØwØÈ5â "
b"ÝZô?†º7†¥øG9cVl½ "
b"Ýf—6Ú\x05 <õ¼\x01\x07 Û¢¦©E "
b"ÝšöÏtË0F—¶\x13 ,'kW "
b"¦¼Å‗\x0F ┐:Ã╣╦\x1E ¦VEà "
b"Ý·[òDv2p’ÏÏeÐ?Š "
b"Ì\x10 "û/û;┴ü╔ö}õ¢I\t "
b"Þ@p\x1A ÐÃ9\x00 ›ÅéSAl51 "
b"ÞnžRG‡<Û¥æ0•ŽÓ_ä "
b"Þ‚½#lX<mº.Ü| \x19 €ø "
b"ÞÑ\x1C ‘ã\x15 1|´»ÿhà†\x06 g "
b"Þôa)\x10 k0-¡™ªÜ~¸9ÿ "
b"ß\x10 kwC¯3İw\x13 >\x17 ¸æ‡ "
b"ß]zÉm40)š‡}áf™Þ4 "
b"ßq*BÆ4:¡½\x01 „ÂåSyŠ "
b"ߦNưK1A¨³åÔ¦7…r "
b"ßÌ'âb\x08 ?\x17 ªàòGŒ\x04 Ó¬ "
b"à:\x15 èÁó5áŒ:«Æ¡`\x04 @ "
b"""
ÓÆ\ES\v <╗üimx\n
&pØ
"""
b"๨kÝè0R¾X\x1F £È[¶3 "
b"àÍ÷\x15 þw7\x17 ™Ù^Ô;VîÉ "
b"á\x06 1GÒ2\x12 ²lÀk$©Ô¦ "
b"ß\x10 ¼¦æö4éÅ¢×ß\x01\x0E J¸ "
b"á\x14 fØŒW=ã‰Â©TdšÆ\x00 "
b"á-yÌ\r È=E›„kg†!ÄI "
b"á;\x15 ﹎0Àœ}\x1F ì™:“‚ "
b"ᆸ½÷w8›“ËÎsŒîk{ "
b"á¨6\x0F óÚ4)¼\x05 ½Ü\v úòö "
b"""
ᶃq\n
þ6l’\v „ÙzƒJ)
"""
b"â)•sðª0ŪÍ{»CˆÁÅ "
b"â~k•²\x0F 5 º¾Yøü§"% "
b"⛫zýÄ8|•2‘Êžà\x02 © "
b"â¹'ð~¬6r’í°«þ÷Ë$ "
b"âÒ\f „—X;³¿ž\x0E Ñýµ\x13 Ù "
b"ÔÊ■Å█í2yò╬\x15 ╝âh¡╚ "
b"Ô²±\x7F &&7Âì\x1C\t Y¬ã\x15 ê "
b"ã\x01 šø\x15 É?’ˆþÏÓ3UHb "
b"ÒIÅÄÃo=░ŬµUD■Úo "
b"""
Òæ\n
6┌65¢ƒì\x1A\x12 Á╚¶E
"""
b"ãóje·09l‚¾*œ¿Çêd "
b"ä8Ø\x03 í«9<¹¾Õ?ªå¯\x0F "
b"""
äCÏCj\n
2õ„`š’‹åb½
"""
b"""
õmÅ¥â\n
2gÖç.▄dÅÊã
"""
b"äÜ>j\x10 Î?\n ˜\x00 }™pí\x10 á "
b"å\x12 7V5U6ü¦\x18 \dÎE\x03 Ò "
b"å%FI+P0õœ-\r ò±¸ï1 "
b"åe¢\e Ì\x12 :\x00 ¤+5£B\n \x01 ² "
b"åƒ_fTa?[ŽH\x17 Íç¸ÁÍ "
b"Õäå÷\x10 [7-ä6+ªIÎ▓É "
b"åž<d=Ï4• R\t &šg¼a "
b"Õ¿d▄Ð└2>üç\x00 {ï╗\x1A\x01 "
b"æ5ò\e ¥ü5öŸ¦õy†É•Ó "
b"æ=-Å´5<¯„\x1A ¢åùÍ-à "
b"µDÈìXN:W┐·3\x17 ▒|·0 "
b"æoä†é\x1C >cˆM\x04 ùÂt‹È "
b"æ˜È¡²82o‘€ˆ¾9l<î "
b"ç\x1A <¹•»8ú‰¾ã\x19\x1F ¤q "
b"癳7CÇ<“P<(ïöŽ "
b"çЀo™¾<N‘Õ\x13\x18 YËe{ "
b"çÝ_\x12 î£6¬€¤¢î¼«7# "
b"Þ\x02 )ü¡b49┤fÐwj\r 7Õ "
b"""
Þ=v æü?þî\n
Û°╦²Î1
"""
b"Þë?╠üï6\x14 à2Ü;ëQ%> "
b"ÞÈW\x05 Þ\x02 <\x03 ĵ-RlÓûØ "
b"é—_$£ë9ì©ÀOb/\x13 9 "
b"éËüyp\x0E 9Ú”7\x03 ªÝá÷ "
b"éêh•847³¿?›úoc¯E "
b"ê#Ƴ2L6¹³\x1C aEÙË\x07 ¯ "
b"êÅq\x00 û¼9{¡oø.[Š™Ö "
b"êà³Â¼·<ÿ°Ü?h?Cÿ\n "
b"ë?Ä\x0E Q23Œ¢‘Ì r\x1F • "
b"ë`Ñ%d«>G›¬R½Aä¹è "
b"ëdöµï62|’«\x1E •\x1C ´\x06\x18 "
b"ëm\e ýŸ¥=âŽí7á–¢ë… "
b"ëm†\x18\x16 ã0f´ciÃ\e _[˜ "
b"ëx^R|#6ñ¢àT\x17 1!ò• "
b"Ù¿Å$Êm0'ƒnƒÍlÙ¶C "
b"ëäW®™3Ç›¥ÿô¤¥wn "
b"ý\t ØÁiı>ºÅ,\x1F Ó9╠Ýé "
b"ý\x1C üðm\x13 8Éè-║▒ÐÆÿ░ "
b"ý:ÕÞfr1╣Â═«n┬Sü\n "
b"ýZ4I¸2?ÿÀöÓ\x0E Ø[┼$ "
b"ýá\x1C ╗ñâ7│ü\x1A ¸x½èB2 "
b"ýı)õ$Æ:J¡\x07 ÃRU\x18 ÉZ "
b"ìÖwÕ\x1E k6jú^PL¦˜\x04 "
b"ìá]_ãÔ5¡”\f ¹·\x12 †Ìš "
b"""
ìò–È[ 2Ѧ ¤\n
Öºg’
"""
b"Ý\x14 ─\x13 Ô\x0F =\x7F ì┌P║Ðö\t\x19 "
b"í0… p+8_œx\r \x11 †kÌŒ "
b"í«YM~Ë?§¶;ØÑ\x02 ̨› "
b"í°‰?c»6\x10 µ1ÄVòÕs¡ "
b"íêZÍžñ22™X^äJ:‹œ "
b"Ýy\x03 ╣«9wÇ\x7F █xì╬üá "
b"î\x0E\x1C `\x04 l5\x11 ½AŠb“\v ³ï "
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"""
îÔÃ\x18 \n
¢3–…&•Qæº2q
"""
b"îÔ÷Ku\x08 >þœQ&4½\x02 UÏ "
b"ï/eóÌ\x16 >Ƀ¤4u‘Ê\x18\t "
b"ï9Kp·*4fŠÚ5à\x1F\x04\x17 › "
b"´DsI6k:XÿÅ\v T\x15 │û\x1D "
b"ïEH7M¶7£¥S?ØË\x1C ƒQ "
b"ïZ‹D¼³<;Ÿ™›˜|åº` "
b"´a╠Ï&ñ3╣º;»\x10 ¬ÉrP "
b"´È§\x03 ╩█9'░n■v\x17 pÉÜ "
b"\x01 Å0─¸6q¼ÇÔ:\x14 Ùø\t "
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"ð’„Ó»\x16 8ê–xë\t Ó\x02 4û "
b"ð™éC¤”9R”Ÿâˆ\x1C ÛÁC "
b"±=.╗\x00 µ8\v ôÆüzîTÌ\x0F "
b"ñ¨Ý®2¬:¦Ÿ²\x1E ޶ÿiÎ "
b"±Ã─ZCÂ9¤╝╩\x05 ƒü¡\f * "
b"ññ¼¤“79Ç™Ö`ª\x05 ýT“ "
b"‗\x01 ░zCÎ5ÉàÈ×\x17 lÓÄ´ "
b"ò\x19 SXÞ_2U»'Qä‹ÛÇ "
b"‗\x1C ·'t├1<╝9¬?\x1E Ø,º "
b"ò=+ZpZ5\x1C ›8—†ˆÀ|z "
b"‗tT)¦\1úàÓì┼\x1F\x15 ×â "
b"òv×\x1F yò0J˜ìÚ„ZU÷d "
b"‗üY*Ó9<åÿ^MOïÀÚ« "
b"ò¦™Ó365,›—\x04 xUˆŽ˜ "
b"ò§$(þÅ0ر\x07 §¿¡šóh "
b"‗╣\x06 $ͯ9|áüxý┴p»¦ "
b"‗ÓÄ\x04 ║n2│Å┐Ñ\v <ÔÙ "
b"òîãD±è24“\x1E ˆŽß“d "
b"¾\x03\f Bq\x06 <\x03 ì╬¥Îÿu[\r "
b"ó\r \x06 _/ž<ú±Q=RDcè\x15 "
b"ó\x1F š\v\x1C €:\r ž-\x13 ¦ŒÝ\x12 ’ "
b"óisÀ×i1ù·zGÄHfèŸ "
b"ó™jÿàß6ƒ¬6\e Z3…ëõ "
b"ó®þ2Du5V˜sC\t\x1C ä¢# "
b"¶(vÔ-Q1¶ÉXÆ\x1A lÁ\x02 ╗ "
b"ôbƒïaò:j®«§ÏAQi; "
b"ôg¿,ü‹4„¾w\x1D {\x07\x1F ˆm "
b"ôz\v IúÚ0;›8uÔ8‰wÕ "
b"ô\x7F ®•Àý=9´Õ\x02 SUÁ‘À "
b"¶üBÑò<8È▒9:0ÂüU¥ "
b"¶ƒºp9¢3▄┤dü\x0E ‗\x14 P± "
b"ôµ\x01 px`3š§c~Þ¹`Ž\x0E "
b"¶ã¨½®\x12 1TÅFä«¡ 2@ "
b"ôÓ^õè\f 1)«cZõ0Gr "
b"¶ß\x06 \d0=óüë\x10\x1E ÞÕ½P "
b"¶µïà÷¤:└ÑüË┐Ï\x02 ╝< "
b"ôé6Ž8f>ô¸†\r æ»¶Z÷ "
b"õoAB¥Š6d›C€ÍEñwˆ "
b"§r■÷#·>æûر\x0F ╚Såþ "
b"§Ï\e Évx>;«»ô1'Ãͱ "
b"§▀ì\x15 1«0Yæ\x05 Z÷)\x18 L‗ "
b"õño›’ì>n¾~ï~<\x14 @g "
b"÷JÖõFN:áô®1Îûü;\x11 "
b"÷×IP│╦8\x1E ÉeA'\x00 ¯¼ä "
b"÷ÊÁéº*9\x1F ñçÉ╝»─ñ│ "
b"÷\x16 xu\x13 l2—‰÷ø£\x18 ¡µû "
b"¸óWȨÑ6\x15 Åö>\\x12\t Xê "
b"÷Û%U÷‹>\x10 ºoÏnL\x16 ìé "
b"°]$û2¦4ä©╠ìS#\x01 ¢┐ "
b"°øÎééf5Eúº\x1C =`É~7 "
b"ø±]¾g÷7*¢q‘8LG%\x04 "
b"øÉhQʱ=g°Û_ŸìÒFâ "
b"ùgÞ˜›7=¤³9ao·éAI "
b"""
ù¶\x17 È*z2Aµ\n
Û{‡Îy¯
"""
b"·\x00 ╗Å┤▀5\x1C │\x06 YÂ+\x04 "u "
b"ú\x13\x17 ¢¯æ<=Ÿ¹ÔŠØøDz "
b"·7Ü\x04\x18 j?ØäÆ\x06 £4├Å░ "
b"ú\x7F ¿\r &"4V‰`¬âQ¶W» "
b"ú€dBm\x19 3›…|²\x0F àUÐÙ "
b"ú¾²ð‰¾0) \x03 ÙMnÒGÖ "
b"úÄr²²Ü;}£Ñ“Ü{oÜ\x1F "
b"""
úùj\x12 \n
Ç30œÂ}w\x19 <÷î
"""
b"û\x15 /Î%\x04 6#ŽHé\x1A (\x05 ¼\x10 "
b"û\x1E \x12 £—1ù¨ñ\x1D\x12\x13 Þè\x01 "
b"û*àUÅ)4¤ªlí\x7F màz› "
b"û3´\x16\x15 ú<õ ŸÎ^qoT! "
b"ûCÒ\x0F ùú4i Hæ,w\e ìÒ "
b"¹P⪴Û;¦Å┘:zé╚WÎ "
b"û×7êJ\x7F ?TŸzôT¶\x1A 4) "
b"³+u2OQ6¨üîlj" 'c "
b"üm´wY\x03 7|š1“ZCõ4ç "
b"ýZ\x13 uj˜9É–£ac4Û—â "
b"ýdc¼£2ݦå<++Yº( "
b"²h³ÂYd1ü¡ƒ÷êé\x1C ÈÙ "
b"ýjðÑØF3æ¨X\x1F Ãää±\x05 "
b"²t=E:'7cÉ╚BÑ┤Ô;å "
b"ýx,)‹·9;‹O©ãGÓ‹ "
b"²òª\x13 .\x05 2╦ëÅl┤Æ«▓8 "
b"""
²█AcP¤18û\n
¡gÅ \r Ç
"""
b"þ\x17 þ(B01&ºHêÃäwŒX "
b"■\e 1‗ìK9«ƒÔ6╩Ètáý "
b"■n{Lb¨?ìíV\t kZ<zy "
b"■┌\x17 Ø╗\r =ßêæâج¼ëE "
b"þñ7ÒWö3\x06 œúž7Bä)\x06 "
b"þõ©íÔÒ>I >GHÏ*D: "
b"ÿ\x1D p¾ï©4Ѭ˜E‘Š‹\f ¸ "
b" )╦\x17 O│7%Ç\x04 ¼ıü3&Æ "
b"""
ÿYLdZ\n
>W›d\x13 <Âû6‹
"""
b"ÿ{Y*r´>õŠû@øjR`Ò "
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 (0x0011A43B230B340391B7773B5BE4C709 , 0x004150F1257A3D97942866F18FF28215 , 0x0054E5E292953FA68EA0D87A0B92B7EC , 0x00702E5B669F317D93BADF59186E1BC0 , 0x00750703528F3233A0CB0A3E5F12413E , 0x00B22E55E6C53ECC8B8ED866D92A206D , 0x00E94122A97233D69A32B3184FE0C7DB , 0x00F8F9CFBD2532C6B466909354F61689 , 0x0113D8D856333DADAB95168C71E8D378 , 0x011F3D64AA253C4B92F7046AA69414A3 , 0x0153483D71663CCF95E9FB3EC579BEDB , 0x01996E4687AC3838955F69639814F5F8 , 0x020A483348AC3FE3839FD6D7E28916E6 , 0x02DCF92AFFA93F7B89288EE225BB567A , 0x02F56C5319153244B8E1F8C9516682D0 , 0x030D1AC477D230CE9153A6741D374F75 , 0x031381D651153AFE879894FCEA74EE76 , 0x0354F904C1AB307FAF416B9063118ED4 , 0x03D1DFC4DD6A31A78BB0377DE41A3DAD , 0x042F4B10B0FF30B08CD97DC8FFF80BD2 , 0x0528CFD93FF53BBCBD282CBB58A7E050 , 0x054C5572F91D3C4C917C29ABB0685388 , 0x056A687CF36333E39B839A57FCE22C3B , 0x0599CE4F01D0343A8654E9C03EC57EBF , 0x059AB12750F63A75AE478B066482197E , 0x05B86B44A00F39A3B0F1A8B9CFE747BD , 0x05C28D692716356F860FBFF0FAF111F2 , 0x060A45C782F53D1A8969A814FEE1CE39 , 0x0642110139D7399BBF57BF664D438675 , 0x067D72D40E793845BF208F7933BF7E72 , 0x071BF05F31B53359A3A0C8AA8AA87AE1 , 0x0722FF08263C357D87464020148D7B02 , 0x076D52BE22C43CDA9EEA00BE14540E34 , 0x077AC1C257443ABB9913C55D845B9807 , 0x07A504C22AA13F819576B610EEFEA3F5 , 0x07ADD4830E7B3E43B880C4D0B95F747D , 0x07C561647052361F873413DF3980CBAF , 0x07D5FE5C98173DCFA8E54E7A5D22C9D6 , 0x07E384A3ACAA3C6AAC45D8D93B12E80A , 0x07FB1F9ECD8E303BA42388B194B0AE5F , 0x081CB4BD420A34FFADC7C8D6AEEA6E8A , 0x08331ACEA7333D3EB429B3227209E066 , 0x0844E0C8A9C234FEBBB6B99A84D6AB1C , 0x085E87EA20783FE4928ACF0FFF58E6E5 , 0x088219017E1231EA99532351C313AF77 , 0x08AC9B95BA7D3E84B586C4E8B1D38749 , 0x0902085738B8370CB67D591D7C9DD522 , 0x093384678BA532538DF276F6F1616B56 , 0x093A768D9594374AA12DF0BB0F9462D5 , 0x09435F6CC1B13D1EB6C8348181B97518 , 0x09436837FEAE364C8D4CA3EE31BFC71B , 0x098E74F7DDAA38DEA291342A03EC3390 , 0x0A7A78595A61384CBDA536676014EB88 , 0x0AA8FBE64F7C393BA11E93722875E3A0 , 0x0AB1FC98DC7D33B2B915FA192128C471 , 0x0AFE8433ECDC3E30B1DDDBCD6829EF4C , 0x0BC1CF93EB713B05B6FB20D3DE1A8F40 , 0x0BC305A088D43C8C82724A28B062E2EF , 0x0BDCED10A54A34BC9EEAAA69959BCF53 , 0x0BEA144803D83203BE913E74742A4E8E , 0x0C3D034D4DBE3ED58F8A9E8A14D85081 , 0x0C528DE2F96F39F1AA0A0D3137F2A598 , 0x0C709B938BBD31A0BFE8C6029E5C6916 , 0x0C7E54EF3EC930138BA6E01E9620F952 , 0x0D5FB3395E6434CAA439F0742EFCDD94 , 0x0DAC3098224B3E36BE12C827991AE1FC , 0x0DC00D15EF71374DBF067D06B4532683 , 0x0E0FDE16CD0937F28E57523336F3DFAF , 0x0E18E0518A183B368DC1E2C649FB11B1 , 0x0E197705615E34A1A0CF3BD0FC537984 , 0x0E456EDEB04E37C6930EBE4CC1F59FB7 , 0x0E80D1D2DC7333FF96A90B6026BA4D74 , 0x0E9BC3389DF93F2CB7FE91DD3954EC68 , 0x0EC6F648A5003BB185FA2021D468DF70 , 0x0F5055A1EC2536EF9C42FCC42417D2E6 , 0x0F7D05713036393A8E6B3134032753FB , 0x0FA7D71BF9033EFBA6F845AEA995BA13 , 0x0FB7C92EAB6F300892C7D24739F669E9 , 0x0FD6EDE4EEA635C7ABA1FD927D069CF2 , 0x0FF5EA836D6F317E8813B239FFE8245C , 0x10C89D02D521319CBB98C7D6B07D5BFD , 0x110CDE890B2B3DD88CBAE8A8A0A061E7 , 0x1114C7F8A1033C388B03D167E2E06580 , 0x1149C0C6D20537049FDB833160FA1B9D , 0x115BBC33194B32AA840D9E72E22C659C , 0x1170815B69F8317C88564D89BF039B72 , 0x124678325E8F3FCDBBE52314AECD0640 , 0x124F3D5447263A00AD580CF90E287E96 , 0x12572A5D623C31E69A529C6C898F991E , 0x127620C9B1FA370EB89718D8D581AF90 , 0x127CAA0B39903904B42C794F2C8C3FB2 , 0x12A4C652F7543A59B5EA7A65EB2DC00D , 0x130321629168303790123A00A095193B , 0x1327F00C4BA03D50BC69567E06D0BEFB , 0x134731B5E71E3414B3906D204F2B40B7 , 0x138774D807E03C8B970BE9BF6D315440 , 0x13BFA3F293ED35AA811AC78DAC1CDABD , 0x13CF5A4DB0303DF38FB2F1F11C270EC4 , 0x14251D5908E6387794956C28EBBBE1E0 , 0x1437EF5727793D26A754636BB6286857 , 0x143B7E0D7742393EB05D37F862EF1F02 , 0x1447252D7C2F3790AE85A041C5A09DD8 , 0x14474ED61BD13B57905BB80D8B1643D0 , 0x145F3027CF64325F9244117FA4A24533 , 0x14621738A41D3D1981E8A95528E220D1 , 0x14A43A2034133A93822854DBD3563645 , 0x14AC22AAAD183D4AAB9DB391159CC124 , 0x14DBA5AFED4E3E99B02AEF172FA7A734 , 0x14E70C4E6FDC38A98EFEF1284E1438D3 , 0x14FB84CA21623414A3BA6876852EB0A2 , 0x151351A5BAA230D8BFE2C7C4780C8E5D , 0x1522B4662CCF3B8496C20F350111F197 , 0x1568AD95113C3A1EADF3A467CB2A6FA0 , 0x15B91F072B863300B806DB84165EAA23 , 0x15C77C17F9F93EBF86DF81C151DD54BF , 0x15CC74860A153F29BC39888548909C1D , 0x16288F63FA4232188F3900BE175C2C49 , 0x162D5F76F06E36FA94C5F028FE9B81B8 , 0x16C1B63A0A5632AD8AFCB7CAD5155CDC , 0x16CB2F7A48F835D5840FDF020EE8BE0F , 0x1706992B7DA539C39ACADA19BEB046A6 , 0x171544DBEF46335DAE6FA5EB90EE4687 , 0x17930B4982E83BA3B66225A198D16DF5 , 0x18066F15091E3F8985011252F93ABBD3 , 0x182A56BBCA403395828427DB38BDF00D , 0x18A1FD75AEC835D29A276DAC1536EC76 , 0x18BEAACEC83A347682BB2ECF8743433A , 0x18D8F25304213230B1505B3975A175D3 , 0x18E7C7BE9867370D9FAD8CC4566854EF , 0x190E578886F53065A27C866A453B7727 , 0x196AA5328DB83EBCB27B2757D6E50686 , 0x1977BBA937B837B796D9D7B0644B0D43 , 0x19A8EB9628723B71B3D5732D82B33987 , 0x1A674EB652CE3F528BA6E0F9E058709C , 0x1B0883962C413D69A4ED63EDA84BCCBB , 0x1B0D1ADC82E73EB59DBA02C791DD14B4 , 0x1B3C34CE761F3EBEA4F69FA8463AFB6C , 0x1B3CB74762E434988C21AA44B3F2EC29 , 0x1B971887CFE43147BA7CBAF6AB0449B8 , 0x1BEF8FE6D4BC3B248186AE159F63EBC6 , 0x1C37D13031E737AFA55FD80CEA5AF24A , 0x1C429B227D833B4183C0CEF3BCD7D877 , 0x1C981734B1C032CB8345D2D9B07B4EB3 , 0x1CA1F795463E35A791C7332B3B9B4C92 , 0x1CFE01F923103D31B4DAE27D4730CFEF , 0x1D40930330DB3C71A6DA5B839DA74E53 , 0x1DFC82DDEE4C321D9DCF936FC0D6B004 , 0x1E00437160EA3DB585A430AF42928E2E , 0x1E0250BED9A13A76B538D24901406295 , 0x1E0577581DFA3859997C4A18B0441581 , 0x1E4C5404E8163505B806AECC7AB2F6AB , 0x1E6A577655AE3A5583530145E4417FF4 , 0x1E7ADCADBD2630AAB09A4B09CC16F20A , 0x1ED9029D825D34D8A13971E2A6915782 , 0x1F75B54C4A6D3E1CBA15A173623D0F8A , 0x1FF6AB86D26F3AFF95B1BCA602B9A417 , 0x1FFC7749DFEF32B8AB69724864FE911F , 0x2067AAF85BBD3252A9559DF25DA0F29F , 0x208678427A233F1FA5CE15360AA62664 , 0x211EC5292C3730CA8E05DAD503705CAA , 0x2121670FEF183458977034C8A6C38D7C , 0x214568A5C1F03CB7A97F7B7B3E528B1F , '!Lèg4ؽ T#Bj\\' , 0x216E4941B2E8373E8FEEA5BAD42A6D4D , 0x217CEFA005123A6D82EEBE7CE583C932 , 0x21868EED2341386A924905419B5688F4 , 0x21AEAB4CF7E63686A321C3B2C77F4908 , 0x21DB1AA011663C68A7A993F6F0D22639 , 0x2209FDEFD25F30F9A29D283330916A97 , 0x22179517F356358AA5BD902F1411FF21 , 0x22647015B5BF38B79B53552DA77DB04D , 0x2265CCB7A94D371480689E5A6C946E96 , 0x2293DB4E240136129C17BBD10069C178 , 0x22B1BCB74A613812BA1B056C4E9E9FFC , 0x2321EB751B2C3B30BFED89B8455F2826 , 0x23336C4419253F1CB4F7D086DC3D2C72 , 0x233AA0B28E6A364CA68E0266B5A80373 , 0x23716DAC414E3AAC8171BA02D0D3CC7D , 0x241588267A353F76AB8ABECD6538BD27 , 0x24578B186CE537F2BF96D7FE24749796 , 0x246A5A9E323D3F6EA47B0DE8D8AD57C1 , 0x2492D13FBAE434289451AF561D66917C , 0x24E69B2E358C369089D8F6F67ECAC974 , 0x24FE8039903A34B1BDDC3100A38F215F , 0x252F2FB6B52133B68D12D5F61256A7BA , 0x2535235194393E0E838E4E52D1A673A3 , 0x257CC67B360D355D8E36EBED208CD6BC , 0x25800EC04BCA3DAEB15880037A71D64B , 0x25A9C6EF5F2B316085484B2AEA3102AE , 0x25C35F53E37F3685971BF947255CBA54 , 0x261102370B103CC5B783F77ADCE6BD16 , 0x262F7FAFEDE030179E9A4331DA9FCAE2 , 0x26E18F692C153B97AC7486A5CD22CCE1 , 0x26ED41BAE9AA336998F51B2C9886537D , 0x2721724FD8983B3989759590358E1E7C , 0x2727ACCB66BC3796B7738D27D8900C77 , 0x275508CE19153AE5B4EFD7A380D8DA52 , 0x27AAA87A1096336CB253903127A1246A , 0x27BB01C1B2AD367A93387D0B637E7799 , 0x27C7B665530C38EB9D9D66EAFAB0D923 , 0x282692D495A53C16996D6C29A595F270 , 0x28430A32C9893EAA96D7B615F7833724 , 0x2868CFD1125D39AC88768C7779E9AAAC , 0x28AB3D48BA663934A2C09F93199D9592 , 0x28C75C9A15453F1387B8A5AD9AF1B1F0 , 0x28D0EB49B70C3E9791B1929BD2D64C8F , 0x28E7628C708C321DB6BF9163AF6B4FC3 , 0x29254C0B31E83613A6EC5B46E1BCFB9A , 0x2931C55508703074A4BA987EE6A74008 , 0x293205443A8E32C3A66D7E0C84A0B12D , 0x2952021A5410390E83E710999890174B , 0x298506746BBE3EA69F6BAE052D53318D , 0x2987E88906D53FCB868B9E18F22302A0 , 0x2A38D7D77E9D3B4288CFE3CC42D8D589 , 0x2A516815FF813A5E90EBD83D11C36E0E , 0x2A54BC68BED03CED804180774A12165E , 0x2A5EECE37B4634BB8FF8F57119A7D7D7 , 0x2A72341A387D3003A9D4032DFD98DEF8 , 0x2A9C85EF0C6B3D828297FAD2B0C5665B , 0x2AE25818A9073156A7893F388DBDB0C3 , 0x2B375EC137D03F7486F60D960BCC0066 , 0x2B3826C6378833F8A1C71864A4C00212 , 0x2B80703FA4073BDD8A4F928B1B3AA515 , 0x2BBD660705A636A1AAAF5274C13374C0 , 0x2BEFA8DD6273351C9761135A372ECD8C , 0x2C080BF4EA023341985FB46C6614F169 , 0x2C2368644A7539E5A6B846A2FF3AFE67 , 0x2C23FC4688613C4E8A130305DCFC1F0C , 0x2C34DEE21D6E3602BEFD0702C2EC456F , 0x2C52112F43F9381B8702D4D76DDC3740 , 0x2C6093405BE23535ADD5123E85A2806E , 0x2D21F7D170A535A4AF45151427269778 , 0x2D2FBC3119D334DA9D67609F4E42CD22 , 0x2D35B72B87E73DCBB7EBC2FF387C5E53 , 0x2D4309975D9736C2B35BA07C06745515 , 0x2DA551F36B263902B0079D0707C6C841 , 0x2DD617EF8C4B32B0B6A17FD7E2D8B1E5 , 0x2DDF61607D4830469AE2E64DAA5ACB9E , 0x2E07D78D2A9E373695CC5D094ACDAEA2 , 0x2E30BDFBFC463399AFCE8791C3421BD5 , 0x2E322D01E1D13436A0C1ED466D9902BF , 0x2E3E00D4D86C310588BF7E7C1021346D , 0x2E499E97F47B3A5D958B2A39042D2521 , 0x2E5B0973E0103D64B2C0F70C1A38E457 , 0x2E6143636B9D39C686014E94FDE1CBDB , 0x2E6231F9F8AA30ABBA2941F60DCD8EFF , 0x2F2D0A1837F334E4B56A002032D3FEF6 , 0x2F5101B24E633F87BFA2C7CB3FB90E15 , 0x2F60926B005C34DEA670659C73F12360 , 0x2F7A3AD0FB42377F92A2159228747763 , 0x2F92F7AD89803A039FB2B7060180D3CA , 0x2F98B85270663C7A864D518AC9B1061A , 0x2FEFCD9C9EA531F98108A00232C2259C , 0x300BC0404B2535329FC3C51FE198A77F , 0x3031FE75887230B386135AA500899E8C , 0x3038A92065173DDD975D6B5ADA319C8D , 0x303A5E1F067A30EA8E27059BF6897985 , 0x306BB9862C613D9E94CB33E71717700D , 0x3076A0E64D643AF78519B6F5C3CB86C9 , 0x309990BCDB71362CB4CADA610D7678D7 , 0x30C0DE9B9AE134B4BFE8EB06C68317E7 , 0x310B08523DEB3CCAA62D44D361D50047 , 0x311AFBF17EB33A6FA6977ED88B50087B , 0x3147C47E7BB935ED8C26EE82D1503A66 , 0x3151D859D7FB38129BBDB95018A26662 , 0x315953B87A9C302ABE3A5E3E75B9E89F , 0x318BFF7AD7DD38018AEC516FCB8AFC46 , 0x319638915AE334A6A8CE009783CF30D0 , 0x31AD8030257A310FAF308027F35F517F , 0x31DEF83C6E5D35688D2F5F0AA7114852 , 0x329C694597F931F99F0C973DDA49C467 , 0x32B8603E75F63CD89FE478065D6EAD4A , 0x32CA9E6205BC36F8A7D52FA23DCCE525 , 0x32FB38A89A793B2888B6B1BA9854F814 , 0x330EB32A31A8393982AA969C8F544200 , 0x33703AE9F11D3B6EA3B15F1B912BA95F , 0x33D7CD41317637EF8331958AB4207CAB , 0x341780622A313D69B1C15F19E7498436 , 0x34291E1321393F5E96121B977CD5244D , 0x346712888169391BAB5B68E0FB2C507E , 0x349A4DCBAABB377AAF01831D9E02BF26 , 0x34ACECA7A00031BAABC7BFC9585DA916 , 0x34B1D860354C3A97A87F31F4A71947C7 , 0x3512F4D4B9573D0381E3EA6DCA773DC8 , 0x35A1FFDC815C39B5A722DA6AF3818875 , 0x360B4E684BE9335F8317E53726D836D6 , 0x3668FD3612A83D94A89102C418F9D160 , 0x368C1A3E2B99362A9962FA3029443BF4 , 0x36D11AA3AEB3328EAD667FDCC114390D , 0x3755461E5753369590F5A3484DA6C1CB , 0x37579C5455A03908B3C092EC7BF5B91C , 0x377D39F63F8737659A0C412515DBD116 , 0x37D8AE40E73E3D6BB6FD0A7154122FF3 , 0x38591717125838F5B6F7E58F70D7C2FD , 0x389CA8350AAA3D42AD82E3AD07688D45 , 0x38EFBBD3652632C899DB3FF146A89CDA , 0x38F43AAB031A35D499DAAF6DEC7C89DC , 0x3931B4A90D5B368DABAB1C55127058D3 , 0x398768F32898311CAAB39A506E3CA129 , 0x398D72161B3C39C18D569E7A927BC13B , 0x3A04957A878131E59D64FBC11E2ABF3D , 0x3A19647E1FF13814A2584E1DB2B3A1B5 , 0x3A21A3774EF13693B3C473ED2C4D5F2F , 0x3A359F8F70AB322B9FA6FF0491998DBB , 0x3A47207FDAD23977A2591B59F8A8F753 , 0x3A6584C5EB003AE3BC85761835634CE1 , 0x3A66DB650E3D3BB5961058BCA267FC1F , 0x3A6F1C68F6B63D1EA92467DCF7779BDD , 0x3A80848740E83322A542D4ACDED8B5EA , 0x3AC7148E794730CDBE761FB3A7A7B873 , 0x3AD156A277553CD482A809B8A4B4C8BA , 0x3AFED54BDEB5386A8FCC14D2F7658AF7 , 0x3B0BB70588AD3A548990C95A3429281B , 0x3B1D25CE67D93537A1A7B575C87BCE1F , 0x3B3AD23969C83A4B8D1D98C937E44A3E , 0x3BCCF720EB193616986704159DE91D17 , 0x3BE975650BD631BC9C7847FC0D6BD2D6 , 0x3C08F56D84413AC1B5316956B9BF5AA6 , 0x3C1724CAF26B3B1E88EA6334E1872A9D , 0x3C888DA4028E3F06B3DC0603BD3DE186 , 0x3C9BA8F2D5A030059FAD56CE751A0B2B , 0x3CCE19A9D885334B84F788D2FA68B6B3 , 0x3CE110FA72043A15A3CDD61CEDB15F59 , 0x3D0B5DF39FA33A3698C1EEF58DA85681 , 0x3D575F2F1A3934DD8FA99C8D7D72B5FE , 0x3D7D44C7BECB38CD8E5F6D364ACEBB85 , 0x3DC885FF87DF34AAAC180A66F0917F01 , 0x3DCAE69F89F537CCB3A2CDC217F8D74E , 0x3DFDAE0AE0FF3CD4BC5920A9AC031598 , 0x3E0A4DAD3BB43D8F90EF53E7697D41E5 , 0x3E12E06BF5653F35A5AA81D03BA4DC40 , 0x3E189EFF3B083D9DA4F0AF2316808EEA , 0x3E1C5A115234317A9082165E7EE400AA , 0x3E335625051239BB8C094074D03A9E1D , 0x3E33964879C83EA5A54C5610E8389709 , 0x3E3F4A2E9587343B816EBB4B4D10B2B7 , 0x3E49BF2E0C3E32E699EF6A5889DFA809 , 0x3E6D7D582B1632AB982033B8F47A21C3 , 0x3E80A0781CFD39A28D722726AC3EF71D , 0x3F12E792440D390BAC0FC8EE305BE928 , 0x3FCED0CD6CE23A70B3C583635FE7BBE6 , 0x3FD59F2A6E5737DE952EAD8B24BD29B2 , 0x3FF72D6F007E381EA133E16067E0A8B2 , 0x400A9ED493573CC1B6309940811492F9 , 0x40803C1F62FD3CA09F22565F9121BFD4 , 0x408607004FD232C0940D224BF3196A93 , 0x40C0648657D035C6BD70DE0BAE7AF5EA , 0x410456072F893658A5E7DB8D75F6CF0C , 0x412484AB3B5D3E5FA772D35C8AEEE6C5 , 0x41946C7B653235AC8AEDADB2368B43B2 , 0x41998F723FA13FECA9AC0322A9C66005 , 0x41DA0F75A37D390E9B023D2DD586AAAF , 0x4303BD019A0330D2A22579D124B8C474 , 0x43232BFC5A8432E99114183D415138B3 , 0x4361FB10F704391492951C1015BCB9C6 , 0x437393983E87375C9149C9E996E4271C , 0x43907F261D283CC48278BCB715DB6CC6 , 0x43BC3AD5DD763F1DB79E8D1767555567 , 0x43E2E7789F003CCA921349F4E69DE078 , 0x43E3C6D0A353322DA85AB4DEA4188AEA , 0x4411171FC14131CF98C4E983BF2A7FB3 , 0x441E2D1AD6503218B132658852855BDC , 0x44A2521EBD7C3AB6BD32BEA506315395 , 0x44AE95DDA3B938E9A53C3BB91E279AE4 , 0x44DF2CE316553EE6BEFC5B6274BFD0EB , 0x44F1B65E390B3D6E822F8900C43B13E0 , 0x44FF34921DAE3C6EA140D607D22FC324 , 0x453055FE6E9B30509532D92906ED6CEF , 0x455792E4C89E3DF0B682C1AA28E354CD , 0x456DE03C2FB9391D9DEFB16154D45FAC , 0x4573384F15F931FB94081ACB0321C3DA , 0x4590BF8DF8063E9EAF2F932359964610 , 0x45C5787FA5B43893916E2B674BA01D7D , 0x461BD8964AEB3D7F9EB39ECF1808DA16 , 0x461C96359ACF3EFBB89CF9A3B34F8558 , 0x4684150B05113BD493B0705B5029E47D , 0x46A3AEF87DEF3F99BBCFAD605F94F7A4 , 0x46AC986BE6FA32E0ABF4EF221F0AE6EB , 0x46BE067B357C3D318E4857E492C3854F , 0x46C3694DF2163B8AA4C769AB0F0A94E1 , 0x46C522A3744E35F39CA3D5D28753D138 , 0x46E651E9C3C23942BB164655D3EF250C , 0x472E512E794B3F90B559D5FBC9C4F7F0 , 0x473A4F57BA2B362885A88C1E71C556D2 , 0x475A0FB109293653801E696862B3BF48 , 0x476008686B2B336BA84940C42EE04DB5 , 0x476AD653D0BE352FB2455D7F985C11B5 , 0x477626A138C7325684B16BAFB818FEF3 , 0x4778A599722F3820A1512E0804595FFF , 0x47A2A80E2CED33D0853DB580D2C4D6E4 , 0x47B658CB356F322788EA03B9F3AF2B9C , 0x47DB866F0C573FDB95933EAACB450FA3 , 0x47E8292ABB6F33EFA387C937E2A603AC , 0x4804F291AE25307F8B7E27BEEDBAB9AE , 0x48188E4E2D05389496C186FD144F4D96 , 0x4830991A15363648A0391290961AFDB2 , 0x4856D46D7EA438EF86E1173655C8A882 , 0x497FD66235833DF08A5EB8C79F9C6880 , 0x4987F47C04BC3EC6B093E90C251B80F5 , 0x49896F0D7B85338AAF11558EB8947FAA , 0x498E54526B19361BAF9C4D65E1FA8AA1 , 0x49B8963FDB583B28A812F32B1186F24E , 0x49EC707BED293666ACB0204F1D3FA2C8 , 0x4A2982322CEE36019C497E0677673339 , 0x4A2F91BEB4A5320DADBC88C877C2B1BA , 0x4A7D1F95D1B13ED886AC13196E1666EB , 0x4AA0B10A4F6B3E55B0220DD396327352 , 0x4ABAFC1406A4364E9392D44E0EA538FF , 0x4ACCD63A6E0E38C0BB0FEBA517E087AC , 0x4AE8364CEA9C30B89A1511377760770D , 0x4AFDF0679CA2340B92CD3F0DCF274396 , 0x4B001BEF194539EBB6EC32097A96917F , 0x4B5836A734273110841A3A2FF7CD3823 , 0x4B6EB979C401396EB99293B5A1654DF7 , 0x4B7807D39A9B31FFA5F4CEE49FB12129 , 0x4BAFEE5FDA463F839A5CE88CF7D687AC , 0x4BCA2A99BA6E382ABF821F8260BC04E7 , 0x4BCDEDABBAB83CE387D5E7DC6440B321 , 0x4BD6B3DA33D83212A7EBA9EFB809208A , 0x4BFD21EB724B319A825D27F6A1B49657 , 0x4C43CB7E17CB3594AE438E77F13A821A , 0x4C57F3C437A63BED96133B906A7A25C3 , 0x4C68330B88E931B1A468A7356474FE3E , 0x4CDC7B58B05E34D08B0BB86327D9BBEC , 0x4CFC7EB6F4E7305089613AD59C998628 , 0x4D013588A73D3083B3E1F619E8657878 , 0x4D0D8932F0B338A6B8FDDE9BF74DED37 , 0x4D6E8CDF057D36C8A9C214455FA91ED4 , 0x4D78CCF0D3773B6AA0E97F91EE5F4954 , 0x4DFBAB9265333D548D5384BE8AF388BA , 0x4DFE32E7D95A3A14AACA8458379DB776 , 0x4E4E53945C733039B1AC2F0454CA1267 , 0x4E799AEA6E9C32C697D7618BEDECC67C , 0x4E8430C72B2E340C9134DD2D10604044 , 0x4E92F0F498D63BE3870EF54F504EAC2F , 0x4EAF12417DD4324BAE209F8E83BEAE27 , 0x4EC5530CE25A3778BA7F0020390E7D94 , 0x501DE75D14973815AB15E22285CCB27A , 0x50665F0EA4E0365FB6B3EFE600896F78 , 0x50C926F1CCFA37EE8DC175DAA31971F7 , 0x50E74C57EE1230AD8A76F8CC5AE29A09 , 0x50EFC12582E33FB193A8D7E962B92C09 , 0x50F02D931EFC3BA9A5F8397FC633FCE9 , 'QË® HT<̓嵵9†_' , 0x523036709EFB35D3B04CF44701C3574A , 0x5241F8B70838394599A7E3C627C6CC84 , 0x52656881E76A3D11B0962D98C8D9B899 , 0x5273AC1F7822391F9C92316151230B5D , 0x52A1C9F0BD6339AEB8A54BF41A260F60 , 0x52AECB2773F9390EBAA034256182296D , 0x53165885F5673E21BBB27205624B9D3D , 0x534D75D677FE3332898802007E70E950 , 0x537D126922D238B895456BB08A20D733 , 0x538C196CD4B83010944AE24CF3C4FE51 , 0x538D7EFC59C839838A1E6F85BAA3BAB4 , 0x53912BAFF71F317A92C0917ED47651A9 , 0x539B461A8FAA3508AB95715151D90B88 , 0x5412EB46479E3EEFA9742C4AC7F017DC , 0x541CAB83A5383E60A6EB79A9E18AC473 , 0x54376D2A01C23252AC73378334CD410F , 0x54394D50499E3C57B598D27DB9A7987C , 0x546EEC3FEE1139F2A3ED66AEDFCFC7AE , 0x5494CD12FD4137948E5DC47A4C6BAB9F , 0x549790F3EFC2375DB0BC327D1A5E47BD , 0x54DF558474F93F2787CB2CDC35DB3663 , 0x5504BA0A0AE5381997FF306CB64453F2 , 0x550C583ED15C37DC84413698747E38D0 , 0x559B7C99DD16374EB01C9D676016B35E , 0x55A4816FD4833384B00BDF9A0E26A8A2 , 0x55DF0B02A3A03933A603660C3B10CED1 , 0x5633F3C7134839F5AC8DC2DF74961674 , 0x56521A6BC4F430ACAD3AD830B281F5D6 , 0x565C44FBABC138E6974933656DD2324A , 0x56606635658130FABC57E2999D7B2F98 , 0x56BF54AB896637BB80D99AC86B6AFA98 , 0x56C027E8B64534D8A1DC31CE03C0272D , 0x5774ABCE409030EFB3B2E61C02885DBD , 0x577B30E6A50935F3A311A8E965E3B738 , 0x57E74506FB463C21B6E345B461DF7A69 , 0x587BED938F8F3AF99F406CE5CB320B4B , 0x588F7EC225033919AF8626DB1BB400D7 , 0x58B38F68C81B3328978FE3618B1120BE , 0x58B891396BE53BA6B5298E4AF7CF8B30 , 0x5908869A83A63C6DB48DCA2CAFF7D0B6 , 0x5915BB3275F5307D9F45C95D54328C85 , 0x591C0EEF4D603EB9B28759287C2B74D6 , 0x59463EB5774134FD947531E6ED257ACE , 0x5978D5EE549237A2B979D36A2DCBD34F , 0x59F37B4840DB3A36B6E42405F44A3081 , 0x5A5AD9B69FA9399685F864BB693B7866 , 0x5A731181055336A08EB86E63387ECCFA , 0x5A79076102DD3F3CB33D3B71F531C2AC , 0x5A9AF16CDAB839C0AE4FA528CAC42055 , 0x5AC4B987D62B32B2A08243640CAE8DE2 , 0x5AD5A532F2ED318A826806F33A3EAA99 , 0x5B0D8516A2C930DDBE5D01BE066A789F , 0x5B6AEE6B54093FB0A2A2B47F7A500A33 , 0x5B80D5F6127A3977B350F6456FEA42E1 , 0x5B8420EBD70D3B209C819ADA7A64EEFF , 0x5BFBB18F08183828A353FEC2611DCBCC , 0x5C2292A0FF933485B4193D4D0B92E4C3 , 0x5C39B50AD5E336E59B1C7C3CB62B94C1 , 0x5C562082422B36AC8215E235FB4E82B5 , 0x5C8D07D7DE833C33905C55D63540FCA5 , 0x5C8EA8E27C023B5CBCD867B7F7E3EEF5 , 0x5CC1EE4447B431C3BD9C5D029820EAD6 , 0x5D15962DACF03187A34C00AB74FB1A51 , 0x5D4A9B44B4D237C6A8D8AEA4801B3F86 , 0x5D749E784E4F3CAD9CC5C03FF14E3A99 , 0x5DAEC69674C8379F8F2912B04C642CA6 , 0x5DB8BDC6023A300191F7046D6C84637D , 0x5E4923E7E81E3355A224EC211C6F7832 , 0x5E84D4D99F603BE3842A4ED77760940B , 0x5EB5DC11965F324AB63169CFCA6CFDAD , 0x5ECD4BEA2C0633DDAE7A93625E0A6919 , 0x5ED8A48AB4EA3C44B7DAA719BBA325CB , 0x5EE7A2FBAAB63C64AEB445305514CD83 , 0x5EED1908CEBF3590B63E3E2B662A44D7 , 0x5EF7F6D0D6753139AE1FF7F4827A7B63 , 0x5EFA622B33093730A43A49F0FC67DDEF , 0x5F1DE3F9588F3DF892452C71927FDC52 , 0x5F57096EB87835C28874B588011453A7 , 0x5F9A3202EE713347A85B1B60BAE9E6A0 , 0x5FEB6481B3A934519974030187D49A0A , 0x603064B0D82C309B954A8883C903B421 , 0x604181D26E1034859A7C3C3D46C1D3E1 , 0x605ED663C5AF35B391DB16A2F4AD3F5A , 0x606B29D7D095377ABF1D2ACC1BD568D1 , 0x60E67673BEAA38E68005658E70900A2C , 0x6108CA248D5D3C0480D3CEAEB43F091A , 0x61214601BB3536B0A9BEBBB00F9C1982 , 0x615D38D8669432D1A926A3C00F28118B , 0x615E193A3BD6383FBBF9C8D904F285B5 , 0x617AF0403ECE327A9DC8B503729F657F , 0x61B45DE7E15537999EA886E5F4DB4911 , 0x61D950B1202A399CADEDE36936B7EA0C , 0x61F1DB96D0C43F2F9A9FB16625861C72 , 0x621B0504AEEA3F83BAE0AAD41FA9BB1B , 0x622B3F4F12B933C1A3EAE70883E55CE5 , 0x624D36E2B4EF39BE9792F7720D26C3BC , 0x62C5B5A259DC372DAC4F5E1B27878FCE , 0x631FE8D102A936EDA5695302F39DB5CA , 0x633A8012B9E53B0D83FA59B67C2B73EB , 0x63500365DBDD3E4DB3A26990A7503233 , 0x6353A880571F3FDDA0FD78DDF611C063 , 0x63A3E4A9403C3633A20B272474CD270A , 0x63B723DABDE53E07A82C37061BFF63F7 , 0x641BD9920D903314BEDC2006AD158F33 , 0x642AE7613A5236F996A7C8E834F93DF0 , 0x643B165B912D3947BFD62F7E36E5D6C3 , 0x6475A0C8F6E73DA6A186AD50F77DA0BA , 0x649C2B28C9F03FA6BCC5076B7CF0F70D , 0x64C1527153C133AC8E47A24F3ABDBEAF , 0x64DF773F0E7A3CBCA616C605D2A88E0F , 0x64F4C001C0783449B2ED4C099DCF0B82 , 0x6501B2CF0CA734E5B083EC427149ED1A , 0x650395A9C35F3D98B84C1D3A35D65F3C , 0x65351FFC2BEF364E8165EDA181E8397B , 0x655A209D252B322E96F2EE24E916E9F3 , 0x657725EAD5333D4CA05DC8A05E01EFB7 , 0x6609FE74F1253F65AD2D387E64C7E623 , 0x660B1B90E9AB3C9AAEA96E26E15F0C06 , 0x6618E99CAC783D388212BDD97E84B5E0 , 0x66227E7CF757368C95C459DB89D9EB01 , 0x6651B7893CE836A7887B4E1348098926 , 0x6675203BF2A93A5A84F694A111BFF753 , 0x66B25D6A5583313CAEE81DF2761CF862 , 0x67425550543C3CBF9EE326D853F3C23A , 0x676165C4657A3F249510DC4A47B183C6 , 0x679E762314433E9097B890394E7C5681 , 0x67F0736DFF15325BA39F901B1561EEDA , 0x681225F0074432508D3CEE6F760C8C66 , 0x683F136438B235BDA12DCC9864E33A70 , 0x683F64B947C23ACF8D111A34C798107A , 0x6893043BE169327B941FF694103A76B0 , 0x68A4BE8F35653396A3BB84C69606EDE5 , 0x68AA3DF48A74304D98EB7FE1D227781B , 0x68DE016763053CDF8D7E738500698275 , 0x68E2D72436C43F6CB93F899B218BAE70 , 0x69694EC03B6B3519A548821AD550DDE9 , 0x6987ADE9568E3272815EE3958F00A3D1 , 0x6A2EEFD0D56232D78E440B2389E2CAB2 , 0x6A357E59168930A4AC0C133B24920AA1 , 0x6A43498C4AA63887BD07FCF1E4C17388 , 0x6A64605B67113F13BCEFB503B91BDAD7 , 0x6AE4BB6608693D428B08AA5AA90622DB , 0x6AF8FCC7E7AF3191BD5F9D101CF1BADF , 0x6B01DF33990B3E38B0D3FF293CD1635A , 0x6BCCF29C765E35BCB29E1C815CB1F70D , 0x6C15A2E5DF4C33B7A7F7D6B1F65147CF , 0x6C3E263FD2283923B98E35EF0616ABA9 , 0x6C8C8729F494384A8F16D316FF28C31D , 0x6CD1D95BF646301794006B34232E28C6 , 0x6CD62CB5574F3361B4B26932EAC453FF , 0x6CFF9E9416BF32DCA705CCCD55451C42 , 0x6D017BDC51773B0EA90757FD1956C97E , 0x6D276EC9CF20344C991C091AAB9CA693 , 0x6D329985202E365C81813208853C0DE5 , 0x6D36FD15173A326099419B7A98CA48CA , 0x6D49E2A46C5B39DF93566E7A882C05B1 , 0x6D4CFC9DC03037449CE7100B3A5B0529 , 0x6D70D98EFA1D3FA5816349BDFFFBB2A5 , 0x6D7A8F83799C3572A9BC754B0982FE63 , 0x6DCD0D782BD13B4AB3CE15EDB2F21513 , 0x6E10CB23E6DC370A99571966BC9E5948 , 0x6E1169AEE6363459B6307FB34F884489 , 0x6E32B376D7A632FBB89F346603BA2CAB , 0x6E7483D981B7368497185CCE807459D7 , 0x6E7DD385AB653E27851864207B7538FC , 0x6F611505DE1D3320AE04532D8BB66F12 , 0x6FA6B15F752A32A0A9448924C0FB904C , 0x6FC8ED870D5639B3B91066ED017D136F , 0x70339F59B0E4384E9BA3B31F5E5BAF11 , 0x70643DA0499A31EBA8D8BB7269E76B46 , 0x706B4792E3DF3A57BCC4886BAD4A3506 , 0x707F3BD430CE3CBDB91172096EB7D0D7 , 0x70B29218AEDB3A209BE518151622587F , 0x70BD66133C6F328A9E5748DD43ED3442 , 0x70C0CA0F8D803E249A314739CF961230 , 0x70E490472453398FA7CCFDC7C247E91B , 0x7195844E474732D2A49B5EEA6E6FB6D6 , 0x71CD9613EEA53E5F85183A2C2EABD05D , 0x71D2B3D1ED143FC48ED9F14C48290471 , 0x720BF6AC04A4320FA4DB97ED71A27366 , 0x721BAD5F4EAC36999F6E80BAA32C64EB , 0x7252EC9BB1103102BA9CA2E302B6BA46 , 0x72643FAF590236E082CD1B91D967FF27 , 0x727D9D81DDFA3AF19BE58DE4CA294EA7 , 0x72902F3FADCD36229653D295736B6CEC , 0x72B9085C89BC3D0F87399B61F66D3B09 , 0x7307B1E238C63A6DA758F33FAEE6B480 , 0x731D766D8E2837C3832A8D21B4EB15C7 , 0x7357DC52814A3BAC88E5A2E25CC6726D , 0x737A1CE3772A3AE796EF7EADD9AB368C , 0x7394364239A73DD0B3E1089772E97343 , 0x73A36A901AD83BADAEB8A3CFE7C44649 , 0x73F1E09733E93EDDBB47F79D752BC360 , 0x74026A71CF0A34A2AE48A0657DA5EF80 , 0x74752DA7533838B1A9806A74DA4452CE , 0x748A9DB50E4C3333B02B28268F416884 , 0x748D54F3F2A33A6F98EA54E8215CFC5A , 0x7498A198774E37A18F14364678EE76FD , 0x74E20485D2543EF3A36A4B33FEC8F9B4 , 0x74FF5CD28D263C5F9639C3327B29AA30 , 0x751A908AF18838AC9B555B3E73162CD5 , 0x75266658DDC53B6E8364C2D5B165906A , 0x757B7E1CD1733875A9BA3347B04F3DDE , 0x758EC78F38423D7FB272CE93A6FA9459 , 0x761EDA665E2B3A0CBCE0CEADDD201B51 , 0x7654EA879D7D37DAA0663970EB6794EF , 0x76D3F02A493C359DAC657DED558AD116 , 0x76D4C5A590D73C958B4169DFE6ABA8BB , 0x7716C65EEF7C35058C65069BC35C6275 , 0x7717581D31E53CADAA2F86D44E3820A1 , 0x7723E85A25563C0B8A01AF47E052F655 , 0x77404F4C80A03F40BAF659CEE5ADC9EB , 0x7754BDEE013F30E99752428982F879DE , 0x778CFCFCBA213765B20DB005B2596A6E , 0x778E16E547CE38279FC66834E2815BE6 , 0x779BD9B65F413985B8EE30669928D519 , 0x77AA91334B9E3A2A87556697A05CB6A0 , 0x782BDE9B952834A5AAED1D68E81AFE07 , 0x782DC5896EEF330280C7DDA450B050D1 , 0x783CCA3B6D2F346BA3D8AE1647D2EA02 , 0x787535988AEE3A3BAA474CF0F2EDBEB7 , 0x7897429CEF483758925C9F0862F39E40 , 0x78EED58810C639CAAC6533C358B8D6A1 , 0x79025492DC2F34B481A9CD840CC6A455 , 0x797F6989745C3FB3A8FE1ABCFF9361CF , 0x7990027D7E9B3F9D8F227F058E5BC212 , 0x79A051D2CEF2318D969C6038874879A6 , 0x79E6854823DA3CE7A395995044438CD4 , 0x7A11E079A3D53F57BD67736544349A57 , 0x7A2D2782C5B63D9A930F58FA74335B68 , 0x7A5AB1B6E6C3376F9540600CD67AA9B4 , 0x7A90F0A7265D31F9914577A3BEA7BEFB , 0x7AA8811607DB3D6C9D6F625C87080B00 , 0x7AE8FCC2545A3AC99B5741C0F7FEB327 , 0x7B3215E9E5A63B5BBB28FE66228EB4C7 , 0x7B6017365C7831B59C98DC2727739DF7 , 0x7B6AAD0D04A23CA5AF6093F22CF5E83C , 0x7B75AD4E4F603E96B59807E44DFC69FD , 0x7BA6CBAE0A0B3F3FA4E1E60922E0ADF9 , 0x7C3FF7B152CA3B9F8C428F5A2213564D , 0x7C8EAC82CAF13A80973B62BE8A32ADB8 , 0x7CC9A53E9F6A3C4D9C47556DF25EBAED , 0x7D07CC65E69736E0BD8127E4376F02CC , 0x7D201249613B309CAF32DB1A92921370 , 0x7D7D5F0349E53661B1192C23B12FCF7B , 0x7DB6E4C827DB3C67B05B2061497DE3C3 , 0x7E05F32F088D3411921E7FC4F23C2F60 , 0x7E066C014D083FD989CF0F8C27E165B7 , 0x7E71660887583C68A9BB5B979A7D0234 , 0x7EB1863ED0A23835BE7F593B41132D0D , 0x7EC80A137E4C3042BAE9FC145CAD19C3 , 0x7ED9AC3678463557B0EDE1297B458AC4 , 0x7F1B6F05BE1A33F889EF315B8B31FB75 , 0x7F3EA055C29A328597BE412440787529 , 0x7F697D42AB1B33CD813220A3070113BA , 0x7F8BEFB0C68B3495ABB7CB06982C2998 , 0x7F9A6289382B36D188A270675BC2812C , 0x7FCF93EADE123A11BEF3082B4EC7C7BB , 0x7FE836A13B7C3238B204C75884CC70DA , 0x804B946712B63688B13D85E22AA4BE8F , 0x80DAA450BF6D393D8E37EF5457B3968D , 0x817882F55A3F3B6D8EF9E39CA1C8274F , 0x81B2BC1FE0F33479AF2A51F6ECCFDBA8 , 0x81E2758F1187382C9A56E9FFFF7F6953 , 0x8202ABAD40A83BC985BEBC18A96F3DC1 , 0x822406AC8C563601A77A8141310E9D2C , 0x8226FBB86A653EFE90CD08787EDD8C9A , 0x822DEFEA07D035D8BADE8727E37BBEB6 , 0x824AE2B146153188BB5BFEE04FADD5A5 , 0x82585FA3C1473E17826AA005A13E7C28 , 0x8289223D42CF369AA95147508032ACEE , 0x828A6FA3F59E3C7E9846FA70C85C74EF , 0x829D4D3BB50F33E3ABED8263965172C5 , 0x83166A40503E355AAEA91290AA3DEECC , 0x832DEAE273FD3C5A8D610F093439A430 , 0x835B8551FE5F32DCB3AB553F318403D8 , 0x83C7677A88703FA58D1D8DB49034FE0D , 0x83D33AC8A820341CA595597BBB4805B6 , 0x83DC51A5A58A3EBAA808BEE69D57F84A , 0x83E2B840EEA23613ABCBE6FD71413E9B , 0x83F5641218B83A6190B2925A3E601AF0 , 0x845A79B4D25F398DBB129FFEECDB0371 , 0x84853D0704E8350CBA46A942CC735A0E , 0x84BDC695BFEA3CF1998693FB5A8A25DE , 0x855A238268E8316E8F403F934EDB28AD , 0x855FED302C6733409DD26E546457BF36 , 0x85A0106AD5F93EB188952F023AAA6523 , 0x85B6DE6F77CA3384942029EBD50FE15C , 0x85F97FDB552D3B19AAE732A2E0D90ABE , 0x8602BDBE76E73DA4A0D0A864EABFDCD1 , 0x8616E55F9EEA3099BE3AC357AF8CEBA9 , 0x8634E8C46A93370D9EB190EBE5E40C1A , 0x863D8AA7C968383E9963E4226765CDC6 , 0x863EC82609763D84A88E0501DB91FE85 , 0x865C4681BE9C3549B6E45D634DC329D6 , 0x86CBF4E930E439FAABF3DBBFB0F74CB5 , 0x86D2699410073EB7B6FA461F10CF7E67 , 0x870A8A15B51C34DC88A6FE8B9B590ADB , 0x8711A0CE54563B659D694992F7CA2658 , 0x87135F8A51F0357CA4D6491413F92CA0 , 0x87171AE2286C347F9D1F369373A97E7C , 0x873BDF28837B3776A1476732AF31B080 , 0x873D297D62843E83AEBF478C22565131 , 0x873D6B9AC46E3026AE396BF8BEC69016 , 0x87738D13776033BF99457D95FD3D6DF5 , 0x877BB0D9D9463AC4BDF74FE8E9BF6582 , 0x87E8A326D7823394A382777773FB7247 , 0x883D6A2185EB333BA226391765D28AE3 , 0x8844989273133054A2AFFD057110D8E2 , 0x8862E8904F7B3B3BB89A38670421D767 , 0x889EF340E46432B3B75A364A43C73CEE , 0x88B05D8576A53E29B29A6A0A9A25D14C , 0x89237D0BBCF83E6986E788E985A7FC25 , 0x89930D0E74EB3A34AB1A79567BAAEB1B , 0x89955711F7BA38C398765CBB6635271B , 0x8997E697D37833E3837339B4465037AA , 0x899B26695C24387AAA01DE2AD50751E8 , 0x8A6E4EC578C3350FBCC595473B34A2EE , 0x8A8725EB9A8437768533D4F9E6DF8DAF , 0x8AF74A30760235DE9DBBF642B33F4713 , 0x8B3DFE151B1E3D969886CC56E3622B4D , 0x8B546E54FE47388A9D487F2D36AB7B34 , 0x8B719B6B550E3CE2B986C2BE088F5B27 , 0x8BAD0DDC0D453A3290DA23DF48FC2D73 , 0x8BB1D224F41A32B09FBC8FC082B67E83 , 0x8BEC71FD777D39D4B1DD412D330F68AA , 0x8C1CB54AF48337FEA5DDF07C1F00587E , 0x8C20EFFDCA343F7AAE407D01E19A4183 , 0x8C282608267B37DDAEDC8BF85B76ABD5 , 0x8C30ED123CC335E38883C6C5277F5EDE , 0x8C3A7F353E433CC98E972671930A1080 , 0x8C65C8055BE83E2EA94468BFCC3F1F35 , 0x8C751A4E1FDE3F7EB42984CBFDB4C301 , 0x8C7EBE0D511638C6ADB0FFD97CE6935B , 0x8C8F9339D0363B99856D5B8EFEDC4E5B , 0x8CCA04466DED30C391729DF5FB0EB20C , 0x8CD0F9C345A039ECBFF61DAC4D3050D2 , 0x8CF75D004C163A02A9704BA0CA9B5564 , 0x8D2C72E1555E3E59B8488BB151C97C13 , 0x8D9DE2E139D2398BBB4B01D6FD2FB79E , 0x8E48ACA2A35F3910B2B1A2ABCD95E110 , 0x8E66BD0DBFEE3EF1BF69F8EE56548E8F , 0x8E72E5881E12365ABB40B6495F29366B , 0x8E783DD981E939E184534971BA81800E , 0x8EBF998E2DC23263978232504F569143 , 0x8ED56DBF49E13E8CA1490F7F1AF2C99F , 0x8EE8FA5649903BE68EA7E32553563246 , 0x8F451E862FF33EEC9A5B1D30BBA99767 , 0x8F68629DA8A137E8A4FF99CB5A0D3BEB , 0x8F6E4C075FBC342E8087995548E271E5 , 0x8FB86AC6A29A3F088201A21D6CDBA077 , 0x8FC8DE4B0D483A41ACA98258A208623A , 0x8FC989F4A7ED3D738C707BC006CE7CE2 , 0x8FD4661EC0DA382CA31320A8A5A0A19B , 0x901A055060FF352EA7EFD1606BC70896 , 0x904FBF101CB630F0B0B7677F7DE6DF6E , 0x9066609881FF3B3EAA0ED6478F828D1E , 0x90796F52CC393A4D9C28CB927894924D , 0x908AE374F74C36A59E8C046C01AEE1F2 , 0x90A3021FA334336DB3BCAE61805F15A9 , 0x912413CE07963D3DAC96DF54AD296238 , 0x914160CC049D3942AD30A7B59D803461 , 0x914A9863563E35B492CA2549EED69E1D , 0x9181E298E1073B338339E164D4BB1F43 , 0x91ED66AE302C3A7A887FFEB62331BCF5 , 0x91F76CECD37B3B26A6BA3AF6A5281566 , 0x91FC6F92F0C330BD90A36E38B7F6C001 , 0x9220E140AB3839A8A4B38EC004E089A6 , 0x926D5412E8CF384B9200DAFAEE5927C6 , 0x927DEDAD9E4D3D2A808026FD0F8ACA24 , 0x9284835A9472390782A8B962B18028E7 , 0x92CEB424E7873F79A5C988C83151F2D9 , 0x93128EE363093EAB85F4B4B9971AC906 , 0x93A02CBD6D0E30AF8F42BB7DFAC1F966 , 0x93C6B04F2732375E9AFC782799BE9B2D , 0x93D1EFE7340536BA83680B7E7D84E95B , 0x93E64348E6283D02B33EFA108A5733E2 , 0x941D6C3026D33A2D93EE6C4E3174472D , 0x943F2C414AC33DECA0EE2DA9216FC0AB , 0x944D58A0F4EB33AC9B154D80961D8141 , 0x94589F3851B23C368180C1F064DBC254 , 0x947F31900BBA3A11AFE1B82396A9AFF3 , 0x94821B9DA3F63EF2BB4023A354274AC9 , 0x94AD23BD7D513BBC99172735F76EFEF2 , 0x94F9097214383B04B76FCC17C8F80B48 , 0x951F3E2781F43B89A400540F0DD7BECF , 0x9520FBFEF17539D388566C644E2F9DA5 , 0x954E13FBE6AC3EEB9C8D46FAAB92826E , 0x95BD2B087E8D3F4A8430A0876670D0D6 , 0x95DAEA50665F3040B438BE8345FBB289 , 0x963C3EAA0D633A56B26CF55CB78B8642 , 0x9679FBD6CBB337E596D7130B36652EE6 , 0x978B47EE1A4E3FDB818622B13993ACD2 , 0x978EDA4E171B3E41A3B94E943F2CFBD2 , 0x97A2682ADADC334293C7C91001E8E9FC , 0x97B1B53131583DAF9FBCC72E50B72D17 , 0x97E0E1AE4F903CD6833E1D9127C2046D , 0x97E3C04CCE363BAF99E993A3E49B627B , 0x97F9B4EA94563E54B52CA1CE071B55E4 , 0x9823056D237330B8BD093326536E509B , 0x982B02C9DF943CEDB5DCE0958A6CDBE7 , 0x984EF74562813469AB85A19F680B90B7 , 0x984FF44C5C4E365EA81D6269184F869B , 0x987204DFB7BB3423AB974D3BB4213B85 , 0x98B949A0497437939549088FEC056E7E , 0x98DC08749EF83AF09DD7F9F460C15C5F , 0x991C40A4804039C28C7E480CC791A5AD , 0x992AA50282BB35C89E23DE5EEFE7C0CE , 0x995C777C1DF63B3B8908E332200E8701 , 0x99616D10BA763ED5AA0FFB02FB252DE8 , 0x99E5384BE689384FBE6162C00946D072 , 0x9A6721D9FC6338A88BA301BBA9150986 , 0x9A9FC23AF44F3508B7585B8A8C42EF1D , 0x9ACB58F658D43E49881A6BD1522B1B23 , 0x9AF58CD15ED436EEB85638086A2E598A , 0x9AF7729099C23FD5A4F5AE223E6920EC , 0x9B1DF8FFD91B3388955D222EBADBE87B , 0x9B31D07963DA3015931D4ECA305F3582 , 0x9B62B11C1DA838D288FE668173CC957C , 0x9B93F300CF66328FAA8A15E11F2A05FA , 0x9BC320E12D2D30D6A02474598B96736C , 0x9C22D746663E3DEE84317FB901AACCBF , 0x9C2E31F41BFB32F4B24436115F781169 , 0x9C48B5BC848138659E4FFDDB30811534 , 0x9C563522F280352F8AC6356C36472D07 , 0x9C660621D20A3623A128561E854E92FD , 0x9C955FBCD0AF31248DCB94587CB6E75B , 0x9D080A122F0F3A46A73B3D87DF1B24A3 , 0x9D357888CE3339D49FC28964A737BD7F , 0x9D796D6F29A63BCAA70251C4D0E71D4E , 0x9D8C801BF1693A02BC32DF4A0B645CF6 , 0x9DA5E135C5153235886B02B3EB844563 , 0x9E6A19F3896C322BACEDDFE520F20D6C , 0x9E72EA83C28F3A78970A0641C49D0F9F , 0x9EC19CBF014F3542AB392A33A2D0F8DE , 0x9EC48DE3AAD53CE585832A199F914496 , 0x9ED1A5FCC7183E528EE1E519A09A8B7E , 0x9ED58BC5287A36CB9D08603919980C1C , 0x9F0AF70B5BB63FB5824D4AD737821988 , 0x9F733BCB34FB31989B1617EC7891039A , 0x9F83B36FBB6E3ACB97C7F2595A627471 , 0x9F9CDB04DD4B3B75999761949F1FAB64 , 0x9FBAA911E40C33FEB4EC9A9AD8772717 , 0x9FC45C6953AE3FA79D0BCEC49C88CD9B , 0x9FDADF56297E37BD91B0FF8E3671D5A6 , 0x9FFF295C8168325183C31178EC2E1FE5 , 0xA001C605C3B2321F81B20AA6B0321DBA , 0xA0041CD9571A3D92A9C138905992AA6F , 0xA0323E4C269A3553A6134D24CE99738B , 0xA05601BFB408375CAB5986AF9C44EEFE , 0xA072E01D03F73232B9B33324E6C82760 , 0xA0995229E8F53F9CBC515E735729D135 , 0xA0CDD152F46530C6A1AC4747F5E771EB , 0xA0CE703BAB0F34AB8400E1B83101514D , 0xA0E2368B6B3F33489A1A62664D00D4A6 , 0xA11AC1C569A934C2819C2AB6AEF7E18E , 0xA13F9543453533A7A0E2990897A7FF19 , 0xA193D160870933BC9570935A1851D101 , 0xA1D355E5B9A232D29DC9699EF80B78E8 , 0xA2391482053F3F9D91AD351FF4F32BD2 , 0xA251C09D8F24323DADF79CD19E5E28D5 , 0xA266030E244F332A803E19FBF1144C86 , 0xA2D30B4136FF35AD979251145433C059 , 0xA2ED3EFF8CDC3C8BA3E43599D49DDB0F , 0xA34EDF9121E53CCCB575DECD39BE145F , 0xA391BE165E1B359391DA405DC976559E , 0xA3C3BA38117030CF9A7BD2B5E9D3C78F , 0xA3CCB243E1AE37D58E9A68B15E8D6962 , 0xA444F467BDFE305682BA10EA0C7DF3DD , 0xA44CCBD6D0FF38A9B8E49D108CCB0198 , 0xA44D403CD4BF353C88955DD9294F6B37 , 0xA49A2F0C047C3A0F8E4781ECFF9DA338 , 0xA4A2752A8F283B499F14EFDF3B528BC0 , 0xA4BCF563443F3A738F0CD52AEF1703F0 , 0xA4C25D2B91473BBD96051BF44F87903C , 0xA4EFE5A8FCFC33B99A40B299B854629D , 0xA548E0BBF461326EAA402C2852E52D28 , 0xA5796450CDC53832A654B2F12AB2E630 , 0xA57E11EC356D351482CE77491C734CB1 , 0xA5DF26381C233F89AD4CF3334286AA05 , 0xA62009AAA40B345B869C4574D1B1AA30 , 0xA63FC3287E15387EAE6AA25CC1EDE111 , 0xA65BC966234130AA98E66B8CC7B8EE42 , 0xA69CDA5798DB36108665699FB514761D , 0xA6A34403511039319E45F1DE4E7216BA , 0xA6E6666EC6963874B6266AD8B566D6A4 , 0xA6F77CECF8753A149B4B089A3E415A69 , 0xA73B1F67AB813924BDB1C38427654E18 , 0xA74A622CB8EA3592A7EA05BD16EFD0E6 , 0xA7678D09CBE43AE9B7E4FB8BCE9321AE , 0xA7A1B2108BE234DD8DC3EE08453E5B7C , 0xA7B42D01B140382FB8A5BA59C1C295AA , 0xA86EB6723C6F3474B98D9CB13747B10B , 0xA8BC9FF3A60A37B993EC2AC2D0246EF0 , 0xA8C7F317A2A836698347D742ACFAEF84 , 0xA907BE472FA1394A9999F589C8BE10B9 , 0xA91CB20D493D3AABA609498D05ABBF15 , 0xA9213CF8B03839178E0F90D325D68094 , 0xA926D1FC89A735198B008E0ED14428DD , 0xA99CA68CDC323D7D8A87285DCF0C29E6 , 0xA99F97644F913F9AAB6D53467FB4C48A , 0xA9B1862689BE368585A90067E6430F52 , 0xA9CA924236823340B56F117BA9F5AA8E , 0xA9E136B5250D3C91A155DCD8564AD9CE , 0xAA0D9525E2953518A1DFC800CCE142D3 , 0xAA1B24A3AA973FB0B9E3E84D9623D046 , 0xAA67CAB2367A35E08E7E8D711B6540FC , 0xAAA344DFD2FE37F7803538ABA734857C , 0xAADE30DD9C54331ABF10AC4B48BAB4D2 , 0xAB8D5D928EEE390AA10AB27B1A308412 , 0xAC3B956E4BA5341997D491965908AAB6 , 0xAC4D1E0AFC48383582F0471C19F85B97 , 0xAC68CB0B781639AE9A560F2901D675C1 , 0xAC72E77D18A63B78A7FC19756295C4B5 , 0xAC883B5A61D431D0818E1D5C21BDC30D , 0xAC9CAFF5924132F7A370F50E9F834788 , 0xACABF0D59E9A3228AFBBD18CF4B4CB71 , 0xACF1E6F2CB063599A49F7C8B140F7420 , 0xAD481E97B95C30A2977B7C8628ED310F , 0xAD69FD81E6DA34F1B0D2B2D867E05A98 , 0xADA6980E7DE738D9A6407E5DA5DB177D , 0xADCA02214E68307D8A5F1EC7A5147C8B , 0xADCEFE655F4A3D4E98BCB96D354EEC61 , 0xADF2634FD01A303C8F5445F53D2E720B , 0xAE00438B61BF32C482D855FFC2E02C58 , 0xAE059A2F7D273D588C659F14B016DC90 , 0xAE2E101B9A593B61993488C0BA5B2FF7 , 0xAE4B5EA35692338DB71C449BB6774BA1 , 0xAE9B74BD3495395DA6420B132E57FC62 , 0xAED70D2DA60B3405BAAE4FB9E417ADFE , 0xAF7B0EA8AEA630FC8C5A3C6118E7522B , 0xAFAC0D44140C31759DD960C2B7F24D89 , 0xAFB5D29FCDD931F4A4AF6B8C803F8475 , 0xAFD49F04F8A53D8B87A30A7BBE60B7BF , 0xB000977B047D34C09187EC88B5D0CA49 , 0xB04ACB1A520038ED8ADCB73A2187F90F , 0xB0503F1B84EC32B8B2D4EAC12E71699F , 0xB05315965FB7339AA05CEA9D71DA8068 , 0xB0717BB68C293972938273AFDB4443FD , 0xB08574D14B193CFAB76EB11346F323B6 , 0xB091FD2F71C535FBB4C0D7FF3C544891 , 0xB09DDC0829E539EC93EAC06D789C0703 , 0xB0ABCF799E9736B8BA6CA218DAB6E8C8 , 0xB0AF57BD47FD3D47ACD1669859D20F37 , 0xB0BC25F9AF083AAD98352742C3A2CD9E , 0xB0C914CB54BE3F29A3B8A8750ADCEB32 , 0xB19C68ABB1B534C5BAB54526595B40DF , 0xB1C128AFE0D2318A882E0F5048D9091C , 0xB1D6B86CE14D3D6CAD434DF6E306555B , 0xB2091E23287336C495D66BEF2460473C , 0xB20CF9DE71A63F44A12535EE8CF16553 , 0xB2276AE95AC63E0AADA6EA64A7285DBA , 0xB249A611708033FDB4EE93EFC947A563 , 0xB2585650085C37C49B12DFAD7B2888FE , 0xB2C1E6B3FE5E3E409364850F243F13DA , 0xB2C544375A593FC3A6287CB44FDA94F2 , 0xB2D48B35446C3BCCB3C3FFA89B5F560A , 0xB2D4FEE4AFDD3D73A779F90408C0FFB4 , 0xB2F59DD6C77C31B09C4D5254E5706F33 , 0xB3217033ECCF3BA6B7A3D0FC01A90C53 , 0xB330F51837773AF5ABDA7E14F0CEADC2 , 0xB334272856483D0286612D70FBE8FCB2 , 0xB3587665576431FCB25B94D734FED525 , 0xB362E3F4FA1F36A5ACA888CBED58E3D2 , 0xB364047D106836AA8324E3051E2C5B33 , 0xB373030088F33EF49BFB342D092788BD , 0xB3DA529D555B31A499BFD036BF392884 , 0xB41188A5D2D53345A0DDD410A2D18AD4 , 0xB4409997F44B3AEAA0771E74AF333FBB , 0xB4C5742C651D3AF9AE4637D0EB6478C6 , 0xB4F391919DE53FD2B163CF39B00DC4DF , 0xB5344A0F639A3AC4871F23B602B926CF , 0xB5476F5C573B3123AB1E9347A3A340D6 , 0xB57B862B3050315EA0340203F18E28ED , 0xB57C8128A61F3A6BAFDFF8A9872516A8 , 0xB59DCE39697037D59C5566880E2A7D2E , 0xB5E5036227D333168E7E66CE093191C5 , 0xB6094C19C80131B3874CDAB0BA1EF842 , 0xB61EF8178C5B3369914DB878F3B46AE4 , 0xB6397F58CFDF3C9A9702EBDB03D91480 , 0xB63DA7A7C5A13DBCA430E2E4F4BDB854 , 0xB663BAE1053531EFA9504D2A6F5475C2 , 0xB66AC8185AEA3CE9860DA96F19A29EC7 , 0xB6874B794CEB39DD894DE2B8E4E87365 , 0xB68A6EACAA9136578AF7D0353B5168CB , 0xB68F797C4059335AB2BBCE83877402C1 , 0xB6A421C7E92F371EB2EF8B3F4F031811 , 0xB715FBA921FC3A22A51FFB4B4843FFD8 , 0xB71BF88DDB96331B9099B85902610FCC , 0xB73614ED2C303E3CB4444CD58A9D48AD , 0xB74ED7EBAE22391F8D888B0FB27F15B1 , 0xB75CD78571743D7AAD775606F9D8AF13 , 0xB776BD016E3133E69843288620A7CB0B , 0xB7BE569C62F13EB6985D39DC8E68A23B , 0xB7E282DAE62E31FFB6626A9A07B90CBA , 0xB846B729E5DB35349758AF8001C84E76 , 0xB8896072AFDE39FDB91140D498FEB080 , 0xB890D85139A032DEA81291DA24317F5C , 0xB94D9539BB3F394DBABB13B3CEA47BAA , 0xB958CFB9B1D8315F9936488F65B700BF , 0xB98D739262E034F5985A5D0C2DCDA588 , 0xB99E79A0E26B33609D256BBF9A9C9B06 , 0xB9BDD118B23D3D6BB141EC6B31B9A392 , 0xBA75C7EAB2D63E8B93CE2BEDB9C11C6B , 0xBA848B72FEE83EB3AC61060534F7BA63 , 0xBAC7CD2127CE3B6DBF8E42ABF506F633 , 0xBB08C961601B31EA805284E821492B49 , 0xBB15DB4499F735879EA2FEC993C31E71 , 0xBB1755F4F4873BD2B27A9F4307F5ADC8 , 0xBB4DE95D1AEA30C7A2F63CE1E53F70C5 , 0xBB772904DC443529B179B6F532CD53F7 , 0xBB94568DD55F3054B8EA8F32ED8EF287 , 0xBB9EFE794F8C3D5BB8772E3FCC901AB4 , 0xBBC5645266873AFF954263F32DCBB6C8 , 0xBC29E51FEB8332EDA9EC245762A5FFE3 , 0xBC81C14F12D63D29A0826E98D04AAC9F , 0xBCBBD6CDD41436489901FA9E4EF4EB7E , 0xBCEEB6DA810033DD8EE2B29BD9A2259D , 0xBD05EC6DC4973AF0A738EED4447EFFA1 , 0xBD4E50F5181C315FA50F8E68122B0A74 , 0xBD88F3B416DC3D378EC15017A204AC30 , 0xBD914D228BF8316FBAE476E72E849D2F , 0xBDABBCD820E23C0EAA21877082C9279E , 0xBDB6F18F7B1E307BA287ACB3A5CE0F12 , 0xBDCB9B6CFF03320388D84047493FE568 , 0xBE0724FE4E783736A7BD4D0B88AD68EE , 0xBE371CFBED2435E0AE1B8448004F9E79 , 0xBE9E0D79453236E8807F12EEA7C9A43B , 0xBEC6A97096383993B6249BE6D715AD47 , 0xBEE02787AD163CEFB677954E54643698 , 0xBF47F5483F063314B266EEA91ED12954 , 0xBF4E8D9B1555305DA862F5D977D43633 , 0xBF5E59EC200A32A3B3FA9DFAF8E7361F , 0xBFBBBB99D4223C96A2B66AB6C6895F92 , 0xBFC09F207C5535C7B2C1A228DAAF76CD , 0xC0227D9BF7263EC29E82245F06F1CEB9 , 0xC03C49E5ACD23C638EC8BEE692C6C6A6 , 0xC03E2FD148A5300E9A60FE0DC9AE9A7B , 0xC03EB0595C2837EA98C5DC3D689218B2 , 0xC0C3F7E452D8389DBB9DA2FCBCE05EDE , 0xC0EF489D9BFB3DF3ABE2EDFD6B21384D , 0xC13585990F3D3B9584E615D71181076D , 0xC146A9E7723C3E02847FAB269BA6CB03 , 0xC17175CF94CB32CC80FEE9C05604E5CB , 0xC1D33A9C975B32B985D60B4BAC184561 , 0xC1DD4978809F3607A3BECEE2D720A787 , 0xC21BD5FC1CC4384AB49F3D4B1A340274 , 0xC21E06C4BD7B39DEB0F19C92F10831BB , 0xC22253617E2F349D87D53D21819ADD13 , 0xC277654F870A370B8FBEEAB40125323F , 0xC2AF20BC6A7234C3A0DCF68CB0F9095C , 0xC2B3D7B998BC394DAD73991B5FF38002 , 0xC310569F6DEB38E49F6FDEB0A001BF76 , 0xC325F5C3283832178352561D99102A28 , 0xC32F072B82A83039ABFF01147A829818 , 0xC33C8CD6B55E3124AA800156CE7D5B13 , 0xC3701E5E1B0237D995BE394CB47809BC , 0xC3869473F885356498861A267E652150 , 0xC3A2B6DAFC3D3D7288D044B820EC0832 , 0xC3ACF612D8E23863AA505EEB43685B26 , 0xC3CA58889A2C33E09EF71860610A2BAE , 0xC417A0266207348DA1149C40C6760916 , 0xC475CC8C25A537F4B6C193484D765C23 , 0xC481E5DE0C7133BCA56B2134A7C7BDB3 , 0xC4AE0E8FFFAE3530ADB8E51CB8436A7B , 0xC4B296F02A863AC5BEA6A3A42DA0F0D2 , 0xC4E4286858A638B98646FA582B3399CF , 0xC53D4BB746183F87B1314EAA45043FEC , 0xC56BE62DAC223D34A128C7C2AA8DD68B , 0xC5BA76CB6E293A15BF098CF49126E664 , 0xC62267CFC578350D83C9B0596DA1BC07 , 0xC65FA6412C6A381FB56654FA7D0C6C94 , 0xC66A844CD35A30FEB19B097A042B6CFF , 0xC6E9F3F39E40311FB0DE463F721011D6 , 0xC7003B80F6EF3E39A7EDA3686E7AE2C7 , 0xC7116EBECA3936A0A60969C7E2B92D66 , 0xC739F2B1A73C3C7BBF13A3F050A5742A , 0xC73FC60E869638BB9527CEDE1BA63BF7 , 0xC74C454C401E389A976A577F46A6C5F9 , 0xC762DC9123043EDC993F8768BDDEDAD2 , 0xC763AED177DA34878DF5C147E29BBBCF , 0xC769100EDB483F62894502F7E51D7FB4 , 0xC76DA2ECBD2D3A6BBA237331DA480378 , 0xC775770901923269B910ABB508D20146 , 0xC7A58D7CD14C3E64AC610B29986F67B5 , 0xC7B4219981AF3A3FAE4CA759AB6678C7 , 0xC7B8D6BE42043572ADDDB169C0B9A064 , 0xC7DEA59A8F22385AB062FF248E85EDC5 , 0xC7EA7D74432D3E8C9EF1E86409EE233D , 0xC86F8E8D565E31868B15DDDDE172365C , 0xC875A6063A7431EA846A56A272FF072F , 0xC8B51A8AD1F73A888AAD7EA889F3565D , 0xC90C74FE255D3E69881C254ECBF31B11 , 0xC930AE6845A33914B6BDF3C529DA322A , 0xC93F75917553361B84FCF2A6E8932C91 , 0xC961A2504DB336F1AD4FB612865CD060 , 0xC96F4D947FAA39FC8C28887D3EBF9FDF , 0xC98AC6C1C3FC3181960628F115E2AE87 , 0xC98FC90496143BCBBE52F1386FAF2EB3 , 0xC990F85BAE5E3C808E5AFF43506680D5 , 0xC9AEB727A6033279829E688DAB0506C1 , 0xC9DB3BCB24583F1696B47F3AE6AF88D8 , 0xCA0BC97123FF34CC9B007B8734C024BF , 0xCA15DDA88F553CEE8D96C0282949371D , 0xCA2E0F763F803F64819ABCF7931FDD09 , 0xCAA2688E463433C2867C0CCB50A1F892 , 0xCAA5FAA6FAF1335B9E5297DCD3E435D7 , 0xCAB0BDB3B5CA3643990A4F09FBB42216 , 0xCACBDEBE038630189285FE67AA3C25D3 , 0xCB4E529E52DB30C8B9713287C3ABB88A , 0xCB643E0C26933975B5B99B3D2B0C5872 , 0xCB913CEF2D9B3DF3B7773FCDD519C655 , 0xCC065761BB3B3AC6A9FBA5D42964E22F , 0xCC09ADEC3DE738CE80D2D6408EC15296 , 0xCC2AD13BFB3339C5A572F1279D3DDD41 , 0xCC6B8D54513F3035AF4C66D8B867E19D , 0xCC7A5D0F27AB3BCA80FA7A4EE2E44F3B , 0xCC835579B9883A48AA35B1A06E200132 , 0xCC9E2D4252D732658F17469DD2A297EF , 0xCCA9E09EEC6231AEBF51490C061876BA , 0xCD0933C5355A36F087FA8EBA102B2704 , 0xCD58DDF8DB683BC7B1C1EBE41C122E7B , 0xCD640D7EE3C5330EB988C9DF9A620421 , 0xCD6E7F97A6453D8DB236BA5D4549478F , 0xCD86E089244A32CABE132151A7B72D35 , 0xCDADBE01DA4D39209DB2EA187C1422AA , 0xCE18A98865853A9188273875E24D1743 , 0xCE94B607FCC93854AF0A0EB1713195CA , 0xCEA08514CEC13312A52A7770A30CBEF7 , 0xCEB51496F33B309DA0692E0661782E93 , 0xCECA84076C0733CAAEAF1213565F2675 , 0xCF3A2E37AB803A34907F0E8B5685BFB7 , 0xCF5C788675D03788A741A525D4ED3D02 , 0xCF8E39A6A05D32AE9D1AE676B5BE9E88 , 0xCFADE47A59C43696959B90572DC83B44 , 0xCFB45B68858D3B03BF6E6EAD35496596 , 0xCFBA315E1F603C46B4BC75B6BE856761 , 0xCFC8BB9CA6C3369FB572A6C3F53454A6 , 0xCFE78954FF653EE99CB5A1883A952BCE , 0xD0126FB18CD53A66B08BE24EAAEE62ED , 0xD01F6128801F3C029C6A799E5CC4B548 , 0xD0326CC4976B37968DC59F1DFB5A37B0 , 0xD06067D9A149315A8524272353343DFE , 0xD07F00A79A2B34D1A2A7952712DCDF3F , 0xD09AA9C780AD3B828B52400491539DA8 , 0xD0B9E773DB993D8B9AB72206330CB0A8 , 0xD0C60E339DBD37FEA2CA223850E7D0DD , 0xD0F01134AADB3348BD757E2AB8C38553 , 0xD13AEAA74BE13CF19CF8C5D90CC16C0F , 0xD1777AFD6F84346E946A7661802FB4CC , 0xD1C788DEF5EF390BB6F4122B2525264F , 0xD1FAEFD58F93359C85B779F17F862C3A , 0xD214CBD5516E3B7B9DC22D17CCA6B1C2 , 0xD222263C4B5B3920AC0999FEF107A6A7 , 0xD25D9D0C65843A709284DD416378C0CC , 0xD2A0E307D50D37A5AF782D83681B094C , 0xD393076497E93661BF8D4FFAF6EDA725 , 0xD3BB760CBE7E33A89BE0FAA2CA1843C4 , 0xD411B434B8F63A988D5F18C812D9A67C , 0xD423A1FDC8A23DCDA67018A807CD4EB4 , 0xD44307592D023BD388F0098023CD2EF7 , 0xD45C0C6933083C34B1D8D5EE4542F2BE , 0xD473CE89C20331E4AA367D9887AC84B4 , 0xD4B343A422463A21B17C0B953CFDA471 , 0xD51962BFF5CB3F8381F8F3343EFB9853 , 0xD53266B3995C370EB47D41A2AD4AC583 , 0xD55E1594E6DE3880B895CBB6F641EEC2 , 0xD5919358D4783FEC951FCB4486D30A57 , 0xD593DD50723C3CD980EB83C15FC4D79B , 0xD5E8065C40873A199D84CF5114682446 , 0xD63D220A046330DE94900B1CFD8BA88F , 0xD661A5666BBB3AD1BF00C332A193BB71 , 0xD674E8167ED4364E999764E13F44DDAE , 0xD68EDA7BF1F032DCB982F85DBD25EB33 , 0xD6A091B04F423893AEF35BC4AE27F100 , 0xD6A53C3B38A937DD9CF644B771F936DD , 0xD6D6A380EDAC32599E56543046D9F8D7 , 0xD7141A4589D538FEA56F9593A72D6C52 , 0xD75622117DE638FA821721B08FEC92A4 , 0xD76E10740E2A388E9727AE19DA38B05B , 0xD7719FF542FE3BA1B4E8D54CDA1FAE6F , 0xD7781831393E32038827A4FA3A95A3E0 , 0xD78082D2C84639F3A0D0AA53485B9107 , 0xD7CE3E96E52F335597886D6171147827 , 0xD8DBAC85FC1E308E90CF567BA2BD398D , 0xD8F780BD4EA23FACAFFA849882AC4825 , 0xD924D5D8D1673641B1A1B1E2889388A7 , 0xD95FB2C7BED732BB83920E17B0E489F9 , 0xD9616863D7D030BBB2FA9D9294A6A25F , 0xD978D28D39943486874B00DF2CC8FFF6 , 0xD979F0794B253E758F4000173EE0EFAC , 0xD98785D2B0153151B8FEC5D16C8DF798 , 0xD98C331B999E376BABAB546952FE4E81 , 0xD9B4E8AE9DED3B0697838AEB6C2A117E , 0xD9CFBA6F251D328E8097040DF432CFF7 , 0xD9D2DE26261E3DAB8585AEA8E65B2724 , 0xD9F06982A5883E3BA9EF5B3303D3425F , 0xD9F8A640255F3F52B32775A036EDB55D , 0xDA01515DADDB39558512950C88BA1825 , 0xDA04808FA37E30A7B14FEB4C5784CDE9 , 0xDA485258A6553C309DEC5927A8AC3D46 , 0xDAB4F18EF87936F5A481FE4E3F8EFC78 , 0xDAD29286EEC93BB5A76547A0A6814C47 , 0xDAEF4C47ED503275B1D435895C6C614E , 0xDB62849FF2EE333788984AEC5EEB171E , 0xDB8A3F27F8D43804AFDD6FD902CDEA8A , 0xDBB1A5D8886130FF902F09E5D3CF7BDE , 0xDBCE02D99EDC339F9A62EC854CC7F6F1 , 0xDBD01F857D8132E4B0FED4A243F44925 , 0xDBE1F97CA4AD3F52BE3941BE60AC13C1 , 0xDC011FA6679434D0BCF0E42083BA4081 , 0xDC4CD3126BEE357796492CA04AB9F761 , 0xDC7BAD93788D3E3EB7A6BBF9036220B8 , 0xDC7C0F229BFF37689ED1A6FF8E90645D , 0xDCEB76F697C937809CB65BBD05D8622A , 0xDCEFB38E085634EE9D05EB9FCF817945 , 0xDD2BC209DD9A30FC9DC49D779DD43583 , 0xDD5AF43F86BA3786A5F8473963566CBD , 0xDD669736DA053CF5BC0107DBA2A6A945 , 0xDD9AF6CF74CB304697B613AD2C276B57 , 0xDDAC8FF20FBF3AC7B9CB1EDD5645C7F0 , 0xDDB75BF24476327092CFCF65D0AD3F8A , 0xDE1022962F963BC181C9947DE4BD4909 , 0xDE40701AD0C339009BC5E953416C3531 , 0xDE6E9E5247873CDBA5E630958ED35FE4 , 0xDE82BD236C583C6DBA2EDC7CA01980F8 , 0xDED11C91E315317CB4BBFF68E0860667 , 0xDEF46129106B302DA199AADC7EB839FF , 0xDF106B7743AF33C4B077133E17B8E687 , 0xDF5D7AC96D3430299A877DE16699DE34 , 0xDF712A42C6343AA1BD0184C2E553798A , 0xDFA64EC6B04B3141A8B3E5D4A6378572 , 0xDFCC27E262083F17AAE0F2478C04D3AC , 0xE03A15E8C1F335E18C3AABC6A1600440 , 0xE0925C45530B3CBB81696D780A26709D , 0xE0B9A86BDDE83052BE581FA3C85BB633 , 0xE0CDF715FE77371799D95ED43B56EEC9 , 0xE1063147D2AD3212B26CC06B24A9D4A6 , 0xE110ACDD919434828FBD9EE1010E4AF7 , 0xE11466D88C573DE389C2A954649AC600 , 0xE12D79CC0DC83D459B846B678621C449 , 0xE13B15EFB98E30C09C7D1FEC993A9382 , 0xE186B8BDF777389B93CBCE738CEE6B7B , 0xE1A8360FF3DA3429BC05BDDC0BFAF2F6 , 0xE1B683710AFE366C920B84D97A834A29 , 0xE2299573F0AA30C5AACD7BBB4388C1C5 , 0xE27E6B95B20F35A0BABE59F8FCA72225 , 0xE29BAB7AFDC4387C953291CA9EE002A9 , 0xE2B927F07EAC367292EDB0ABFEF7CB24 , 0xE2D20C8497583BB3BF9E0ED1FDB513D9 , 0xE2D2FE8FDBA1327995CE15BC8368ADC8 , 0xE2FDF17F262637B68D1C0959AAC61588 , 0xE3019AF815C93F9288FECFD333554862 , 0xE3498F8EC76F3DB08FAAE65544FEE96F , 0xE3910A36DA3635BD9F8D1A12B5C8F445 , 0xE3F36A65B730396C82BE2A9CBFC7EA64 , 0xE438D803EDAB393CB9BED53FAAE5AF0F , 0xE443CF436A0A32F584609A928BE562BD , 0xE46D8FBE830A326799872EDC648FD2C6 , 0xE4DC3E6A10CE3F0A98007D9970ED10E1 , 0xE5123756355536FCA6185C64CE4503D2 , 0xE52546492B5030F59C2D0DF2B1B8EF31 , 0xE565A21BCC123A00A42B35A3420A01B2 , 0xE5835F6654613F5B8E4817CDE7B8C1CD , 0xE58486F6105B372D84362BA649D7B290 , 0xE59E3C643DCF3495A05209269A67BC61 , 0xE5A864DCD1C0323E8187007B8BBB1A01 , 0xE635F21BA5FC35F69FA6F57986C995D3 , 0xE63D2DC5B4353CAF841AA2E5F9CD2DC3 , 0xE644D48D584E3A57BFFA3317B17CFA30 , 0xE66FE486E91C3E63884D04F9C2748BC8 , 0xE698C8A1B238326F918088BE396C3CEE , 0xE71A3CB995BB38FA89BEE3191FA471AD , 0xE799B33743C73CC293503C28EFF68EA0 , 0xE7D0806F99BE3C4E91D5131859CB657B , 0xE7DD5F12EEA336AC80A4A2EEBCAB3723 , 0xE8022981AD623439B466D1776A0D37E5 , 0xE83D76FF91813FE78C0AEAF8CBFDD731 , 0xE8893FCC818B361485329A3B8951253E , 0xE8D45705E8023C038EE62D526CE0969D , 0xE9975F24A3EB39ECA9C04F622F133920 , 0xE9CBFC79700E39DA943703A0AADDE1F7 , 0xE9EA6895383437B3BF3F9BFA6F63AF45 , 0xEA23C6B3324C36B9B31C6145D9CB07AF , 0xEAC57100FBBC397BA16FF82E5B8A99D6 , 0xEAE0B3C2BCB73CFFB0DC3F683F43FF0A , 0xEB3FC40E5132338CA291CCA0721F95AD , 0xEB60D12564AB3E479BAC52BD41E4B9E8 , 0xEB64F6B5EF36327C92AB1E951CB40618 , 0xEB6D1BFD9FA53DE28EED37E196A2EB85 , 0xEB6D861816E33066B46369C31B5F5B98 , 0xEB785E527C2336F1A2E054173121F295 , 0xEBA88F24D26D30279F6E9FD66CEBF443 , 0xEBE457AE99AD33C79BA5FFF4A4A5776E , 0xEC099DB569D53EA78F2C1FE039CCED82 , 0xEC1C81D06D1338908A2DBAB1D19298B0 , 0xEC3AE5E8667231B9B6CDAE6EC253810A , 0xEC5A3449F7323F98B794E00E9D5BC524 , 0xECA01CBBA48337B3811AF778AB8A4232 , 0xECD529E424923A4AAD07C7525518905A , 0xECD677D51E6B366AADFA5E504CA69804 , 0xECE15D5FE3D435A1940CB9B71286CC9A , 0xECF296C85BA032D1A620A40AD6BA6792 , 0xED14C413E20F3D7F8DDA50BAD1940919 , 0xED3085A0702B385F9C780D11866BCC8C , 0xEDAB594D7ECB3FA7B63BD8D102CCA89B , 0xEDB0893F63BB3610B531C456F2D573A1 , 0xEDEA5ACD9EF1323299585EE44A3A8B9C , 0xEDF07903B9AE3977807FDB788DCE81A0 , 0xEE0E1C60046C3511BD418A62930BB3EF , 0xEE16CEBB8E593AAAB1505F27DE73A8A1 , 0xEE9FACCBAC743A27BCD55B058E3EF5C6 , 0xEEA23728BA6D343397C92BC26E8480B4 , 0xEEAE74ABB6AB3773AFB7820764EFC3B2 , 0xEEB33DDE09273A6B805E6E90912DE9E8 , 0xEEBBD25448C6333EB52BE4FCF486E4E6 , 0xEED4C3180AA2339685269551E6BA3271 , 0xEED4F74B75083EFE9C512634BD0255CF , 0xEF2F65F3CC163EC983A4347591CA1809 , 0xEF394B70B72A34668ADA35E01F04179B , 0xEF447349366B3A58988F0B5415B3961D , 0xEF4548374DB637A3A5533FD8CB1C8351 , 0xEF5A8B44BCB33C3B9F999B987CE5BA60 , 0xEF61CCD826A433B9A73BAF10AA907250 , 0xEFD4F503CADB3927B06EFE761770909A , 0xF0018F30C4F73671AC80E23A14EB9B09 , 0xF002397880133F46A5A5E69B58BC6B97 , 0xF00A137046E13C4A8E9C332FB5AD4F2F , 0xF012E0A4FC803196B37580635EDB6554 , 0xF03E5C119B1C35148542B33F11711CE6 , 0xF045DE10E253348EB0FAE3786B3CCF5A , 0xF04F80A924BA3332A893F96ADD18F932 , 0xF09284D3BB1638EA9678EB09D30234FB , 0xF099E943A4943952949FE2881CDBC143 , 0xF13D2EBB00E6380B9392817A8C54DE0F , 0xF1A8DDAE32AC3AA69FB21E8EB6FF69CE , 0xF1C7C45A43B639CFBCCA059F81AD0C2A , 0xF1F1BCA4933739C799D660AA05FD5493 , 0xF201B07A43D7359085D49E176CE08EEF , 0xF2195358DE5F3255BB2751E48BDBC7AD , 0xF21CFA2774C3313CBC39AA3F1E9D2CA7 , 0xF23D2B5A705A351C9B38978688C07C7A , 0xF2745429DD5C31A385E08DC51F159E83 , 0xF276D71F79F2304A98ECDA845A55F764 , 0xF281592AE0393C86985E4D4F8BB7E9AE , 0xF2A699D33336352C9B97047855888E98 , 0xF2A72428FEC530D8B107A7BFA19AF368 , 0xF2B90624D6EE397CA08178ECC170AFDD , 0xF2E08E04BA6E32B38FBFA50B3CE2EB20 , 0xF2EEE344B1E83234931EAD888EDF9364 , 0xF3030C4271063C038DCEBED798755B0D , 0xF30D065F2F9E3CFAB1513D524463E815 , 0xF31F9A0B1C803A0D9E2D13A68CDD1292 , 0xF36973C0D76931F9B77A47C44866E89F , 0xF3996AFFE0DF3683AC361B5A3385EBF5 , 0xF3AEFE3244753556987343091CE4A223 , 0xF42876E22D5131F49058921A6CB502BB , 0xF46283EF61F23A6AAEABA7CF4151693B , 0xF467BF2CFC8B3484BE771D7B071F886D , 0xF47A0B49FADA303B9B3875D4388977D5 , 0xF47FAE95C0FD3D39B4D5025355C191C0 , 0xF48142A5953C38D4B1393A30B68155BE , 0xF49FA77039BD33DCB464810EF21450F1 , 0xF4B501707860339AA7637EDEB9608E0E , 0xF4C6F9ABA91231548F4684AEADFF3240 , 0xF4D35EF5E80C3129AB635AF5304772AD , 0xF4E1065C64303DA28189101EE8E5AB50 , 0xF4E68B85F6CF3AC0A581D3BFD802BC3C , 0xF4E9368E38663EF4B8860DE6BBB65AF7 , 0xF56F4142A58A36649B4380CD45F17788 , 0xF572FEF623FA3E91969DF10FC85386E7 , 0xF5D81B9076783E3BAEAF933127C7D6F1 , 0xF5DF8D1531AE305991055AF629184CF2 , 0xF5F16F9B92EC3E6EBE7EEF7E3C144067 , 0xF64A99E4464E3AA093A931D796813B11 , 0xF69E4950B3CB381E9065412700EEAC84 , 0xF6D2B582A72A391FA48790BCAFC4A4B3 , 0xF7167875136C329789F7F8A318A1B5FB , 0xF7A257D4F9A536158F943E5C12095888 , 0xF7DB2555F78B3E10BA6FCF6E4C16ECE9 , 0xF85D249632DD3484B8CC8D532301BDBF , 0xF89BD78282663545A3A71C3D60907E37 , 0xF8B15DBE67F7372AA27191384C472504 , 0xF8C96851CAB13D67B0DB5F9FECD246E2 , 0xF967DE989B373DA4B339616FB7E94149 , 0xF9B617C82A7A3241B50ADB7B87CE79AF , 0xFA00BB8FB4DF351CB30659B62B042275 , 0xFA1317A2AFE63C3D9FB9D48AD8F8447A , 0xFA379A04186A3F9D8492069C34C38FB0 , 0xFA7FBF0D262234568960ACE251B657BB , 0xFA8064426D19339B857CB20FE055D0D9 , 0xFABEB2F089BE3029A003D94D6ED247D6 , 0xFAC472B2B2DC3B7DA3D193DC7B6FDC1F , 0xFAF96A120AC733309CC27D77193CF7EE , 0xFB152FCE250436238E48E91A2805BC10 , 0xFB1EA012A39731F9A8F11D1213DEE801 , 0xFB2AE055C52934A4AA6CED7F6DE07A9B , 0xFB33B41615FA3CF5A09FCE5E716F5421 , 0xFB43D20FF9FA3469A048E62C771BECD2 , 0xFB5083A6EFEA3BDD8FD93A7A82C857D7 , 0xFBD737EA4A7F3F549F7AF454B61A3429 , 0xFC2B75324F5136F9818C6C6A22FF2763 , 0xFC6DB4775903377C9A31935A43F534E7 , 0xFD5A13756A9839C996A3616334DB97E2 , 0xFD6463ADBCA332DDA6E53C2B2B59BA28 , 0xFD68FCB659643181AD9FF688821CD4EB , 0xFD6AF0D1D84633E6A8581FC3E4E4B105 , 0xFD743D453A27376390C842A5B4E23B86 , 0xFD782C298BB7393B8B4FA9E347D3AD8B , 0xFD95A6132E0532CB898F6CB492AEB238 , 0xFDDB416350CF3138960AAD678FFF0D80 , 0xFE17FE2842303126BA48EAC3E4778C58 , 0xFE1B31F28D4B39AE9FE236CAD474A0EC , 0xFE6E7B4C62F93F8DA156096B5A3C7A79 , 0xFEDA179DBB0D3DE18891839DAAAC8945 , 0xFEF137D257F633069CFA9E3742E42906 , 0xFEF5A9EDD4D23E49A03E4748CF2A443A , 0xFF1D70BEEFA934D1AC9845918A8B0CB8 , 0xFF29CB174FB337258004ACD581332692 , 0xFF594C645A0A3E579B64133CC2FB368B , 0xFF7B592A72B43EF58AFB40F86A5260D2 , 0xFFFC4817C41F3141A2CBBD075957CE4F )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
86
0.09 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.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
88
0.03 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.04 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
90
1.15 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `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.05 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.04 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.03 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.04 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
96
0.04 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
1.24 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"▄d·a┤#0ºì.§á\x14 D│ó "
b"¾R\x19\x08\x03 K>\Ÿ£}\x03 X4ûD "
]
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 , 0xDC64FA61B42330A78D2EF5A01444B3A2 , 0xBE521908034B3E5C9FA37D035834FB44 ));
Copy
98
35.70 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/be521908034b3e5c9fa37d035834fb44 "
"/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/d6181012fad53ca9b4bffa3f0edd4774 "
"/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/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/3808ae4bfc89362d8d85bec078f0f2cb "
"/detail/0407b578148d3b719c6b447782b747cd "
"/detail/2dc586b3f28236daa55ae3dea443211c "
"/detail/eddc89184683394e9a0ef31e355f3cab "
"/detail/11b7a65066923ae082ce4400104c9e3e "
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/be521908034b3e5c9fa37d035834fb44' , '/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/d6181012fad53ca9b4bffa3f0edd4774' , '/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/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/3808ae4bfc89362d8d85bec078f0f2cb' , '/detail/0407b578148d3b719c6b447782b747cd' , '/detail/2dc586b3f28236daa55ae3dea443211c' , '/detail/eddc89184683394e9a0ef31e355f3cab' , '/detail/11b7a65066923ae082ce4400104c9e3e' )) 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.05 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"\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