1
0.22 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.07 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.06 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.12 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
0.42 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/Kabel-Leitungen/nach-Anwendung/Robotik-Torsion/ "
]
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/Kabel-Leitungen/nach-Anwendung/Robotik-Torsion/' ) ORDER BY seo_path_info ASC , sales_channel_id IS NULL ASC LIMIT 1 ;
Copy
7
0.09 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
8
0.07 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
"BvJBqZ32ReISJV3LIpdHscUUnpdpnWFu "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x56444C67E69C46EFBC122A0A32BCBBB0 ) AND (token = 'BvJBqZ32ReISJV3LIpdHscUUnpdpnWFu' ) LIMIT 1 ;
Copy
9
0.04 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.14 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.06 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.08 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , COALESCE (`currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.name` , COALESCE (`currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.customFields` , COALESCE (`currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.createdAt` , `currency.translation.updatedAt` , `currency.translation.currencyId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . language_id = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , COALESCE (`currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.name` , COALESCE (`currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.customFields` , COALESCE (`currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.createdAt` , `currency.translation.updatedAt` , `currency.translation.currencyId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
13
0.05 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , COALESCE (`country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.addressFormat` , COALESCE (`country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.customFields` , COALESCE (`country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.createdAt` , `country.translation.updatedAt` , `country.translation.countryId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation` . language_id = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"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.05 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.03 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.10 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.11 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.15 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.04 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"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.50 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
21
0.07 ms
SELECT `cart` . `cart` as payload , `cart` . `rule_ids` , 0 as `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"BvJBqZ32ReISJV3LIpdHscUUnpdpnWFu "
]
SELECT `cart` . `cart` as payload , `cart` . `rule_ids` , 0 as `compressed` FROM cart WHERE `token` = 'BvJBqZ32ReISJV3LIpdHscUUnpdpnWFu' ;
Copy
22
0.10 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.26 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.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
25
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
26
0.07 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
27
0.04 ms
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE ((`country.salesChannels` . `id` = ? )) AND (`country` . `id` IN (? )) GROUP BY `country` . `id`
Parameters :
[
b"""
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.06 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
29
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
30
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
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.06 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , COALESCE (`language.translationCode.translation.name` , `language.translationCode.translation.name` ) as `language.translationCode.name` , `language.translationCode.translation.territory` , COALESCE (`language.translationCode.translation.territory` , `language.translationCode.translation.territory` ) as `language.translationCode.territory` , `language.translationCode.translation.customFields` , COALESCE (`language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` ) as `language.translationCode.customFields` , `language.translationCode.translation.createdAt` , `language.translationCode.translation.updatedAt` , `language.translationCode.translation.localeId` , `language.translationCode.translation.languageId` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . locale_id , `language.translationCode.translation` . name as `language.translationCode.translation.name` , `language.translationCode.translation` . territory as `language.translationCode.translation.territory` , `language.translationCode.translation` . custom_fields as `language.translationCode.translation.customFields` , `language.translationCode.translation` . created_at as `language.translationCode.translation.createdAt` , `language.translationCode.translation` . updated_at as `language.translationCode.translation.updatedAt` , `language.translationCode.translation` . locale_id as `language.translationCode.translation.localeId` , `language.translationCode.translation` . language_id as `language.translationCode.translation.languageId` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . language_id = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b";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.04 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.20 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.04 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|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.09 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.07 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.05 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.05 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.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
43
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
44
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
45
0.04 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.98 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"d-nÎ▒ƒ?p¢è±wTüRZ "
]
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 (0x642D6ED7B19F3F70BD8AF1775481525A ));
Copy
51
0.05 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , COALESCE (`cms_page.translation.name` , `cms_page.translation.name` ) as `cms_page.name` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.customFields` , `cms_page.translation.customFields` ) as `cms_page.customFields` , `cms_page.translation.createdAt` , `cms_page.translation.updatedAt` , `cms_page.translation.cmsPageId` , `cms_page.translation.languageId` , `cms_page.translation.cmsPageVersionId` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . cms_page_id , `cms_page.translation` . cms_page_version_id , `cms_page.translation` . name as `cms_page.translation.name` , `cms_page.translation` . custom_fields as `cms_page.translation.customFields` , `cms_page.translation` . created_at as `cms_page.translation.createdAt` , `cms_page.translation` . updated_at as `cms_page.translation.updatedAt` , `cms_page.translation` . cms_page_id as `cms_page.translation.cmsPageId` , `cms_page.translation` . language_id as `cms_page.translation.languageId` , `cms_page.translation` . cms_page_version_id as `cms_page.translation.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . language_id = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . cms_page_version_id = `cms_page` . version_id WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"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.07 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.07 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.05 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.07 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.05 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.35 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.09 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
60
0.64 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.24 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"d-nÎ▒ƒ?p¢è±wTüRZ "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x642D6ED7B19F3F70BD8AF1775481525A )) LIMIT 1 ;
Copy
62
0.17 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"d-nÎ▒ƒ?p¢è±wTüRZ "
]
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 (0x642D6ED7B19F3F70BD8AF1775481525A ));
Copy
63
142.91 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"d-nÎ▒ƒ?p¢è±wTüRZ "
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` = 0x642D6ED7B19F3F70BD8AF1775481525A 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
3.74 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"d-nÎ▒ƒ?p¢è±wTüRZ "
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` = 0x642D6ED7B19F3F70BD8AF1775481525A AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
65
2.61 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"d-nÎ▒ƒ?p¢è±wTüRZ "
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` = 0x642D6ED7B19F3F70BD8AF1775481525A AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
66
0.43 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"`╬,\x7F ^ý0À╝öç║Ñ_üí "
]
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 (0x60CE2C7F5EEC30B7BC9487BAA55F81A1 ));
Copy
67
20.66 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"d-nÎ▒ƒ?p¢è±wTüRZ "
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` = 0x642D6ED7B19F3F70BD8AF1775481525A AND NOT (`product` . `display_group` < = > NULL )));
Copy
68
2.42 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"d-nÎ▒ƒ?p¢è±wTüRZ "
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` = 0x642D6ED7B19F3F70BD8AF1775481525A AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
69
2.46 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"d-nÎ▒ƒ?p¢è±wTüRZ "
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` = 0x642D6ED7B19F3F70BD8AF1775481525A AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
70
125.39 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"d-nÎ▒ƒ?p¢è±wTüRZ "
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` = 0x642D6ED7B19F3F70BD8AF1775481525A AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
71
3.15 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"d-nÎ▒ƒ?p¢è±wTüRZ "
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` = 0x642D6ED7B19F3F70BD8AF1775481525A AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
72
0.34 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 "âêo&0ûØÒñiÃËa0 "
b"\t ”µ“ý¹3‹!Ó^èLÉ\v _ "
b"\x08 »®Ûæ&0 ©"ø\x16 |5 Ž "
b"\x06 ½Ø»Ol<¶¬žÑ\e žïT, "
b"\x1F\x15 ¤▄\x05 É9µíÖ█½\x1E ÂÕ "
b"\x0E pHB4:ÊØËö%ëø\x11 A "
b"+f!]\x1E ¡2þº:\x15 Ù)¢Ñg "
]
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 (0x072283886F2630969DE3A469C7D36130 , 0x0994B593FDB9338B21D35EE84CC90B5F , 0x08BBAEDBE62630A0A922F8167C35208E , 0x06BDD8BB4F6C3CB6AC9ED11B9EEF542C , 0x1F15CFDC059039E6A199DBAB1EB6E5F0 , 0x0E70484234F03AD29DD39425899B1141 , 0x2B66215D1EA132FEBA3A15D929A2D167 );
Copy
73
0.43 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"""
˜=X±µ\n
8K“(/üÕ»ò\x11
"""
b"µÐOÄ\x1D\x16 0èü×§c\t -d░ "
b"Fˆ\x06 .N\x04 <t¾¼?Ö„T{\x01 "
b"GW¥ïkj4│ìtüý\x00 CDY "
b"Û¸2§\e õ5¢š}\x13 ^\x02 ŠKª "
b"UõêÓQ\r >ˆ¦+¼êðcŽ+ "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x56444C67E69C46EFBC122A0A32BCBBB0 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x983D58B1B50A384B93282FFCD5BBF211 , 0xE6D14F8E1D16308A819EF563092D64B0 , 0x4688062E4E043C74BEBC3FD684547B01 , 0x4757BE8B6B6A34B38D7481EC00434459 , 0xDBB832A71BF535A29A7D135E028A4BAA , 0x55F5EAD3510D3E88A62BBCEAF0638E2B )) GROUP BY `product` . `id` ;
Copy
74
0.42 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"\x07 "âêo&0ûØÒñiÃËa0 "
b"Fˆ\x06 .N\x04 <t¾¼?Ö„T{\x01 "
b"µÐOÄ\x1D\x16 0èü×§c\t -d░ "
b"""
˜=X±µ\n
8K“(/üÕ»ò\x11
"""
b"Û¸2§\e õ5¢š}\x13 ^\x02 ŠKª "
b"GW¥ïkj4│ìtüý\x00 CDY "
b"UõêÓQ\r >ˆ¦+¼êðcŽ+ "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x56444C67E69C46EFBC122A0A32BCBBB0 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x072283886F2630969DE3A469C7D36130 , 0x4688062E4E043C74BEBC3FD684547B01 , 0xE6D14F8E1D16308A819EF563092D64B0 , 0x983D58B1B50A384B93282FFCD5BBF211 , 0xDBB832A71BF535A29A7D135E028A4BAA , 0x4757BE8B6B6A34B38D7481EC00434459 , 0x55F5EAD3510D3E88A62BBCEAF0638E2B )) GROUP BY `product` . `id` ;
Copy
75
23.71 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"\x07 "âêo&0ûØÒñiÃËa0 "
b"Fˆ\x06 .N\x04 <t¾¼?Ö„T{\x01 "
b"µÐOÄ\x1D\x16 0èü×§c\t -d░ "
b"""
˜=X±µ\n
8K“(/üÕ»ò\x11
"""
b"Û¸2§\e õ5¢š}\x13 ^\x02 ŠKª "
b"GW¥ïkj4│ìtüý\x00 CDY "
b"UõêÓQ\r >ˆ¦+¼êðcŽ+ "
]
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 (0x072283886F2630969DE3A469C7D36130 , 0x4688062E4E043C74BEBC3FD684547B01 , 0xE6D14F8E1D16308A819EF563092D64B0 , 0x983D58B1B50A384B93282FFCD5BBF211 , 0xDBB832A71BF535A29A7D135E028A4BAA , 0x4757BE8B6B6A34B38D7481EC00434459 , 0x55F5EAD3510D3E88A62BBCEAF0638E2B ));
Copy
76
0.09 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
77
2.14 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"\x07 "âêo&0ûØÒñiÃËa0 "
b"Fˆ\x06 .N\x04 <t¾¼?Ö„T{\x01 "
b"GW¥ïkj4│ìtüý\x00 CDY "
b"UõêÓQ\r >ˆ¦+¼êðcŽ+ "
b"""
˜=X±µ\n
8K“(/üÕ»ò\x11
"""
b"Û¸2§\e õ5¢š}\x13 ^\x02 ŠKª "
b"µÐOÄ\x1D\x16 0èü×§c\t -d░ "
b"Æ€š¯\x01 ]1콪Zðèƒ²Ö "
]
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 (0x072283886F2630969DE3A469C7D36130 , 0x4688062E4E043C74BEBC3FD684547B01 , 0x4757BE8B6B6A34B38D7481EC00434459 , 0x55F5EAD3510D3E88A62BBCEAF0638E2B , 0x983D58B1B50A384B93282FFCD5BBF211 , 0xDBB832A71BF535A29A7D135E028A4BAA , 0xE6D14F8E1D16308A819EF563092D64B0 , 0xC6809AAF015D31ECBDAA5AF0E883B2D6 )));
Copy
78
10.02 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"\x07 "âêo&0ûØÒñiÃËa0 "
b"Fˆ\x06 .N\x04 <t¾¼?Ö„T{\x01 "
b"GW¥ïkj4│ìtüý\x00 CDY "
b"UõêÓQ\r >ˆ¦+¼êðcŽ+ "
b"""
˜=X±µ\n
8K“(/üÕ»ò\x11
"""
b"Û¸2§\e õ5¢š}\x13 ^\x02 ŠKª "
b"µÐOÄ\x1D\x16 0èü×§c\t -d░ "
b"Æ€š¯\x01 ]1콪Zðèƒ²Ö "
]
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 (0x072283886F2630969DE3A469C7D36130 , 0x4688062E4E043C74BEBC3FD684547B01 , 0x4757BE8B6B6A34B38D7481EC00434459 , 0x55F5EAD3510D3E88A62BBCEAF0638E2B , 0x983D58B1B50A384B93282FFCD5BBF211 , 0xDBB832A71BF535A29A7D135E028A4BAA , 0xE6D14F8E1D16308A819EF563092D64B0 , 0xC6809AAF015D31ECBDAA5AF0E883B2D6 )));
Copy
79
0.07 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.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
81
0.04 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
82
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
83
11.99 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"""
\x0E ÙŽÌ\n
Þå\n
{?…ω„ÍÙ
"""
b"\x11 Lõò\x04 Rì‗k\x1F ┴"·&Îæ "
b"8’Fõ<?»-_Ï™Õí\x1A B¦ "
b"G«ab\x07 ˆÒ’@F2ñ7Õ"P "
b"OM…µ°E1ª¹]\x08 Dƒ,\x0F ä "
b"P\x1F Û÷¦\x01 ì§¥├Þý┐{ce "
b"XBçâõ>ŸGØS2G.¡Ãõ "
b"j‡Y«\x1A ¹\x11 ‡\x04\x17 •´â.z™ "
b"jıâ®ù>¥)J?CìßqIU "
b"tmÇ|\x12\x1A ÍZ’r‹SÌ\r èô "
b"vÛlq[]ŠÖiePÜ«ýÁï "
b"†E%“î9÷!\x19 "\x1F ü\x01 _¡% "
b"ˆ/}˜·Å˜\v û¬ê\r \x03 §7ú "
b"™\>-@\x19 “‚Š9\x04 Ö*àBD "
b"ªc-Øÿ»™Ðæ;ز/aØe "
b"│'|\x02 'õÒ\x03 r?ìUÕ¤= "
b"·Ý\x1A ^Cüã²\x0E Ç2È®ô`@ "
b"╣Q▓Î\x11 ¡╣┌Ù└ÊNìÝÊj "
b"""
êyh¬b\x05 ëI9Ç\x1D .\n
—
"""
b"┼╦âÛÐÐ\x1F kÅ`JÉ,LdT "
b"âbõ—3\r ž)ÖêŽ\x17 E>Âÿ "
b"‗áo┼ï²\x15 ÷Åá,Ý╣Û¹d "
b"ö\x03 ª§F\´¡W>pÌ\x14 M‘r "
b"\x00\x05 ╩rÇ2=ÕØÃ┐'c┼╗ò "
b"\x00\v ©hô82²‘Úà\e OÈ\x16 l "
b"\x00 L²lé…5$œ~~»L¡…– "
b"\x00 ƒ\x13 S)÷;}¬\x1D G¿\x01 ŽýÞ "
b"\x00 ‘\x03 NÁ¾0C‹ØüN·°\x11 I "
b"\x00 ░ý\t (È0íòòl\x00 Jôɼ "
b"\x00 ¶ÿ\v Â5?É©b\x03 ²'▀òl "
b"\x00 ù‰\x02 ÁD8\x02 ¸æW`\x07 ˜Š± "
b"\x01 AÐlš\x08 ?'¤\x0F §,éX‘Ž "
b"\x01 ’/ÉÙN=”¸\x1D )Î$PuÆ "
b"\x01 ó’›ýÀ1þ‰\x16 ˆÚ›Ÿ¸¯ "
b"\x01 §¯▄ØÎ0kûó\x1A ║[ô¯® "
b"\x02 í\x04 éy;ý¨ätÝR9Té "
b"\x02 #YßMO3²¡÷\x0E ,_š5R "
b"\x02 kqfP<:ò¼ñÑÑQ~éÜ "
b"\x02 vO1ØQ2\x12 ›²É\x12 5\x7F ë "
b"\x02 âdÎi²6DÅ\x02\x00 3)0á- "
b"\x02 ¨KU\v5÷·å€ò|w›› "
b"\x02 ╬\x7F █È[2Ú╣þê)ÈØ\t ý "
b"\x03\e ¨4ÿ\x19 4̇‚¹¿îú¥\x1A "
b"\x03 ?üã«v:¾¢╚¹m`±_╠ "
b"\x03 OÑpÓ\x03 0J«Ÿ˜sžPa¼ "
b"\x03 Yá25*<2‚\x15 ÷:Á0Ùc "
b"\x03 òM0¶\f 0XÉÉ!÷JÔÃN "
b"\x03 Á3·'\v 3Ç—q‹?·õës "
b"\x04\x11 øç\x12 -2Yºk‰û\e }<õ "
b"\x04 &²C\x0F ý3J—ô½\x0F ^ü‚\x7F "
b"\x04 Q\x7F Íÿ¿29ƒ_“Á”2\x1A ƒ "
b"\x04 d\r 2î‚0\¦í—@‘^\x13 N "
b"\x04 håæBy68›ù¹#xš§Ô "
b"\x04 ›©Ê\x01 Ÿ9¡¹&gY¼çw, "
b"\x04 êÁ#à]3È“\x1F `hÁ+‡R "
b"\x04 ï©_.=8Ȉf>\x00 ¨hœÞ "
b"\x04 ý\x02\v 4É=黆.ãØ|S‘ "
b"\x05 5\x17 B—\x00 91•»m,u˜\n © "
b"\x05 ¯\v vF\x1C >ëŸ\x17 ¬Uâæî” "
b"\x05 ╚,ì£Î:\x0F ¡ó\x14 ┌─\e }1 "
b"\x05 Ô\x08 ¥6Ø29ú┌ô\{SMp "
b"\x06\x1E €6ð_5M¤ý!LæX\x02 ˆ "
b"\x06 1Ëdb1’æÉÃ2Öõt–Š "
b"\x06 \It+a7ku×zaá’I "
b"\x07\x12 Þd_ì?žƒ\x04 ¸q\x00 Т\x12 "
b"\x07 'ò\x00 ÂC9F¿üYù■¿\t ë "
b"\x07 7¹BeÂ4ŠˆLáOv\e ¯! "
b"\x07 lï\x05 Rì<╚ú\x1F M:\x14 N\x1F │ "
b"\x07 ÂvŽ\x01\x03 >LºÜ\x05 .j\x12 tP "
b"\x07 Ú²└[ü7═Ä%─Q®Õóe "
b"\x08 XÒû\t w4ø‹^ò¨A’\x0F "
b"\x08 ı\x07 æ┘ü2Hç5òíÏ\x0E dA "
b"\x08 Ù3ãff9‰†Ÿ\x01 ¸!¶2¿ "
b"\x08 þ\x04 Ž*d;5—åšf5dÀ< "
b"\t\x16 U\x0F ?ÿ2‗Ä\f !║Ø\x1E ÏX "
b"\t 1ï@©T=™§>gmAÇP "
b"\t TÂà]æ?ó¯yíÖ˜\f „ß "
b"\t jwƒÓv4ç£&ŒÐÙ€’ª "
b"\t\x7F ªÉg±1yêÄ!£ƒ■à "
b"\t Œµ–†Q8\x12 œÓ”\r zˆ3ø "
b"""
\n
\x10 Ø░\x06 ─=ÂîFx┬Õ|\f §
"""
b"""
\n
x\x7F G¤à6\x14 ÖÑÉèQK╝o
"""
b"""
\n
š‡[¾\x1E 9„„ Æ\x11 ÃGü\x1C
"""
b"""
\n
Ê\x19\x07 EW3‹žQ~~{\x1E à\t
"""
b"\n þK+ÖÞ6ǧÀÊûûŠ\x00 á "
b"\v\x06 ˜`‘ê7´±ÚÙ@mhit "
b"\v\x1D †œüî8n·{\x12 ™ M•u "
b"\v X¥g╝Ü>5¢G■LÅ█*û "
b"\v }ð~ó&>#—R”8-Vi- "
b"\v ǯnü 9eä\x06 n0ñÌ·\x14 "
b"\v °ÃL\x01 ú<\x15 ±»ø`™ë’° "
b"\v ┐+▒Ön5NæÂÉ\x04 8.ç+ "
b"\v Ìš˜¿\x03 0V°ûËpÖ\x7F <\v "
b"\v ô.¤e&22›^\x10\e\x03 3ï} "
b"\v ³ä╗Q#:ëÀì9 Múb└ "
b"\f <Bu\x10\x1D (2”0G¶0G¿º "
b"\f NÓŒ/#5\x14 ‘(Wv\x06 §ég "
b"\f p›“‹½1 ¿èÆ\x02 ž\i\x16 "
b"""
\f yÃ\x17 ¹Y>ŽŽŠ#‘ã>\n
M
"""
b"\f {\x08 ╩┴Û?\x11 ÁÉoWI~~· "
b"\f Ä\f "®Ì1›’ù}……Ûüƒ "
b"\f ÕFw\x13 P1n€\x15 µ$\f ª`\x15 "
b"\r QÊ„!w1ž çdFz0\x17 “ "
b"""
\r íP;ëf5t•í\n
–͹ð~
"""
b"\x0E pÈÈ£\e ?¼´rwºÎT:d "
b"\x0E ‚…>']=’·=jJÆ0\x0E Œ "
b"\x0E †w¼X÷5×I\x1A E\x10 I\x06 Å "
b"\x0E ïñÍQû?_ìÙ5\x15 ì╬ \x10 "
b"\x0E •×a²B?L™‰ìÓZÌ”\x1C "
b"\x0E ¦ùZz¶9\x02 ™‚ÇŒ\x00 †\x19 î "
b"\x0F\x17 Nߢj>ç¡o€-eƒã· "
b"\x0F Dh&[\x17 >\x7F Å0Ev+lLÛ "
b"""
\x0F ìw{T|<?ÇÀyÍ\n
\x0E H¦
"""
b"\x0F ¡I6Ý15\x19 ┤ü²\x08 ÓNýÊ "
b"\x0F ¡‗¹├ä6TÉþmDéoT\x1D "
b"\x0F øí^ë\e 8é¶qö8R¢¨\x10 "
b"\x10\x17 FàKl8º£¹¸3\mþ˜ "
b"\x10 7KθS;òG¡\x13 ¿§&g "
b"\x10 FØXÈé2Mô^¨õ®øR╦ "
b"\x10 ¦~þÓ\x13 :\x7F …\x11\x07 ÉÒ?Ø "
b"\x11 kØ║\x1F o6ÿÂA╚néË,┐ "
b"\x12 (ÛŸâŽ06€PðÆý\x02\x1C 2 "
b"\x12 8ïÑ'…1\x07 ¦g\x03 Óˆ»O‚ "
b"\x12 D5ô¡À5ÚÄ█õ>\x16 É\x04 "
b"\x12 Yìm\x0E ¡0=‹Ä\e Pt [ƒ "
b"\x12 æ\x10 -]┬:¯å³¢ì‗O§) "
b"\x13 O0ö_\x1A :m :ïf·\x1E •I "
b"\x13 ±aQã;>Ó¬\x19 ¶rj3ÌÇ "
b"\x13 ÍÓßZÇ5/¬ƒ\x08 dXúºì "
b"\x14 $îÐQß2K’ª›°ˆþ¬T "
b"\x14 ´õ`c±5W½Ÿª\v ”I¤\x00 "
b"\x15 ,t5<º8±¨®¯\x1F\x16\x02 ¯Ú "
b"\x15 -ϬZ╔6k¥F└▀Å·oØ "
b"\x15 ~×\x0F ´s>üóÚ"¢zC\e x "
b"\x15 þ\x0E WvØ3ŠºVE$\x0E\x00\x0E À "
b"\x16 lÚa?7Z¦A.O\f æ¬~ "
b"\x16 (-\x1D\x02 ð9ðöýÆ"àÉl¨ "
b"\x16 aY.t&2žª†\x18 p¼1ÿù "
b"\x16 “”ÂÊý4-†;]Ú½¦d "
b"\x16 ¬{{ž8e‘\t ¡{÷„«‡ "
b"\x16 ß±íã!=\ŽM§E3©µÜ "
b"\x16 í!Þº;}ŠŸã0LìÒ‹ "
b"\x17 #\x19\x04 ¹Ó8\x04 ±ôB\x7F õä\x00 † "
b"\x17 )=Ãü^0Éöx\x1C UÊ\x10 ▒¿ "
b"""
\x17 ╩ü‗Å└9»ç\x01 \n
ë├åk▀
"""
b"\x17 õá“â@9Ù—ÙÝ\x0E é{tÕ "
b"\x18 >ÅÂ┼71\r ¬cª×¯\x19 % "
b"\x18 õmÖßO<J¬Ó¡¥9\x07 0" "
b"\x18 ¸!ÒçÍ3¾ÅØ)a[p\x1E ÿ "
b"\x18 ú¥`Ù>>X·ÆÀõ€¿B\x14 "
b"\x19\x18 ³│y\x13 2)É\x18 +/x║ã§ "
b"\x19 %o,Û]4\x0E Œ}ÆŸÎRŸ‡ "
b"\x19 m┘\e êÕ3³ñðT\x1C jü«ƒ "
b"\x19 ò“žú·=”‹!ã#ôú\x04 t "
b"\x1A P²LÆò9NžÁ\x14 ˆÌ6gL "
b"\x1A d(\x07\x14 P5Ô«@\x17 Õ0lÇA "
b"\x1A »ûÐÝ\t 0Ī@ò$\x1A ±Ø£ "
b"\x1A ╚ıÅú/8┬úù¦.9u ½ "
b"\x1A ýÎÔ¹c1Àüú-²i¸î\x10 "
b"\e !áâÂ\x1D 5ç×|╠\x04 ÄØ®╔ "
b"\e (oüø}<è±IÔ\x1E â\x1E 29 "
b"\e ‰nÙ{¾;×›kiñ3ó§ "
b"\e á\r ‗1Ý<╠Å╬Rüíý\x15 v "
b"\e ·Ó±+ã3¬¬Ó^VÔ#àÒ "
b"""
\e Î}µèw6O–¥ão“\n
›–
"""
b"\x1C YÇkW¶5û±ôÖ×:»& "
b"\x1C «³Ý\x12 Ì=·˜ñ\x1A\e\x00 Á¢ "
b"\x1D\x18 àìåø14©+2¨p\r Tƒ "
b"\x1D 1\x07 qŒ+<1œ7\v 0Ãc7_ "
b"\x1D ?#kÃ=Æ’•ˆŽ¹TÓJ "
b"""
\x1D KC÷Ø5;”¼zö‰‡«\n
\x04
"""
b"\x1D ð;|ÈW=g±Z\x15 '@(ªB "
b"\x1E !yÚ&Å9\x15 ½\x05 è░Æf à "
b"""
\x1E [ra\n
œ;Ž¥ùŽ\e *\x1E ]Œ
"""
b"\x1E Ü\x1E Û\x11 ù<Oä{ؤ\x19 ¿Y$ "
b"\x1E ©Y':\x0E <z²»Ž\x0E º(ä9 "
b"\x1E ·róI#1^”[ñ\v ›¢#\x0F "
b"\x1E ╦¥#9O7\x17 ║Û?&»ü╗» "
b"\x1F /\x1E J\x02 é:ÿÅ0F\x16 g\e ┐ç "
b"\x1F Ò~¬Wæ?Ø™\x19 £·¤÷¯d "
b" 1É$Kµ<WæÒîB─Õ1¸ "
b" Q»g•‘=‡–´m\êUêD "
b" e\x1E\v é26\x12 ŸËɽ=FzÙ "
b" kæ=¹!0™˜§Þ3[&ÓW "
b" Øö-Ná=─׬\x01\x1E úè┴╬ "
b" Ã¥¸É8\x0F Öq\x14 p¸Ù╬\x05 "
b"!%┤\x01 ╝V>Ø£µ^╬ü®ÙÄ "
b"!3gìð╔0¯øYÞ\x16 ¬]\x12 ¿ "
b"!M\x17 øTÒ=¼·Ü=îzi\t "
b"!àGO║T1|âì\x00 v§ùtB "
b"!‰‰Q€D4â’+A-añ\x1C ¬ "
b"!ž—ºØ\x16 8Ó‰f\x04 Ϥ\x1A Ë« "
b"!«ŒÀB\x11 0à‘\x1D ¡Å\r ?\x13 Q "
b"!ä%2‡Ë2"€ûŸòªl "
b"!ü?.Ðò=ì.°HrÝ\x12\x1F "
b""\x12 1§µÓ5Γ‰»\x05 S¨zÔ "
b""I›]ˆE8³\f î¸\r D؆ "
b""VÄ0o─?Õä´┐{ÊØ3+ "
b""evþ¹Ê0ý¥âXŠã\x06 à "
b""eÌ·©M7\x14 €hžZl”n– "
b""~5┼╚\x18 5Oå3äÅ ╩\x05 ▓ "
b""ŒXn`â;\v ½²6\x13 wéÕb "
b""»_ü—\x01 7ÿ¹\F¡/Ën¾ "
b""┬ì+<K8╬╣═ì¨┤2«┴ "
b"""
#\x1C IY-½4°¬…\x1A ºâ\n
U\f
"""
b"#0ì5ü\x08 =Q¸mZ¨\x1F G\x13 D "
b"#o=}îS9v¼ãy”ç\x03 Nw "
b"#ÀEù{Š?ù‰»ûÑ–&Φ "
b"#°Ìgë\9Rª¸ØO3b5─ "
b"""
$LÑÿ/í7Ųh£uºÇ\n
d
"""
b"$[\v \Æs8ë¼D‡üZ×Õ‚ "
b"$Šˆª`\x08 5îâ§Þ¾ÍÎÐ "
b"$ı╔╚ì3_è7┌Y▀^\x08\x16 "
b"$ëSmSC;-¯\x0E ì\x0F ŠN_„ "
b"%E\x0F /\x7F\x14 6ªé^üÃ9Í "
b"%U¯]éå6Ž¿ü«@Î\x07 ê: "
b"%g)¤Gæ1Ö²\x14 h3SM\n "
b"%¸Qç\x13 «h—ÞH¬\x07 )\e åý "
b"%Ã_Sã\x7F 6…—\e ùG%\ºT "
b"&'ã¼±à;\x14 žFäNfÐàu "
b"&3ü\x1D ê\x15 9œ¸\f\x16\x1F OÕ\x0E ö "
b"&pêcúï•À-c>\x03 ¹.·¹ "
b"'\x00 █╬Å;7Û┐õ7ïÀÙÈs "
b"'1-3õÞ1x«œ&[:\x17 CR "
b"'9x[Cg8Ñ´¦áX\x1D ¥R> "
b"'D ^\x03 ·3`±#¥ó•“˜) "
b"'x)\x18 ÷Ð=ÃøÌrg¹ìÔ« "
b"'È·û`6^ƒÒg½\f ܲР"
b"'Õó%ÇÓ?9¯V?\x0E »¥S³ "
b"(\x14 Añ\x06\x19 1‚½BÀM^¥HŸ "
b"(UŸ¼\‚;l¢ô^õ@W¸é "
b"""
(òo}\x0F *8║É\n
¾\x07\x07 Á\x08 ▄
"""
b"(—ð3Ýð8(šC¿ŸÌ\x06 2æ "
b"(˜\f lL'7r³øIÎM\x1E GÉ "
b"""
(┬ΤµS1\x05 ìò\x1F D\n
Hýh
"""
b"(Ûe¼Ì|<#‰•‹\v ×\x04 yÖ "
b")EÂDÀ\x14 5@ç4¤%¼Å■Y "
b")NÍ*&¦?B¯ãçCu;Óí "
b")Z˜/æ;¥¶mN–G:9Š "
b")ëùg8É<ôƒ³╚~ûBEÀ "
b")î\x08 ê\x16 ñ?íÂ\Ø@è<å» "
b") N£\x13 w?ÿ¾€y–Ï-z\x02 "
b")«Ó3├×6báÿÈ▒`É2\x02 "
b")¸ø+Ã"3┘ÉG╝▒8÷╩Ë "
b"*\x1C 0\x15 \x1C 4d¦¸\x15 ê\x10 ÷ô] "
b"*"¡\x1E ░ 9CâÒ&ìöEÒ\ "
b"*%ìÛè\x0E 5åú«u+#*O╣ "
b"*6\x17 Y\x1E ╚?Vɤ╔╦²;┌\x19 "
b"*;ÙööÏ<ì×ûä>Õ¿Ç╔ "
b"*mͪ\x1A 67ïŒ\e Eè64\e › "
b"*vÒ\x1A YÒ;)Ÿ\x12 Ê\mÔ#~ "
b"*®\x04 =Ü6ŜҤvnmn\t "
b"*├¼ÅÊs>o«÷\x7F ï═ûyk "
b"+\x7F Œö<6<É“ÂÕ܉ß\r 0 "
b"+ˆ›ÕÖc1´¹äT\x03 Ç{ïZ "
b"+¬c<y\x1E 2ð¼$ fÉ\x0F ¦Ó "
b"+·£n*Æ=2™ŒÙëS0bñ "
b"+ÏR0öp1ñªr(–î:Ø\x19 "
b"+ë\x1F ƒ\x08 U3Ö“\x11 ˜'äÁL\x03 "
b",\x14 Ò.¥é:*·É?¥=‡1 "
b",F6\x05 üß?D╣D╝0ÊÈò{ "
b",`ÅVÙ\x0E :\x12 ▒dð²¥Uÿù "
b",úã|Ã\x17 <î—“Ç'—Û\x1C V "
b"-\x01 º<\x13 #4\e ²’ô‚⤇4 "
b"-:Võ>ÖçÑ\x02 ÉøfH]r "
b"-L=½\x17\x02 ?í–\x08 ¸~\x12 ‡¹þ "
b"-{¨\x00 ╗98ÕôÅ´Ì>Îòƒ "
b"-Í!Ô”Ö=~¡CeNÖ¤†\r "
b"-Ö\x17 ïŒK2°¶¡\x7F ×âØ±å "
b"-ß1W/j0ϯ ´d“ü¸´ "
b".@ÏÆ¦›?÷‡‰“©\üwú "
b".I/╠ÜD0ÅüT.\x18 î(]ä "
b".es³.39ôèGùüJÑC, "
b".p└┼i■9ÉÆ░Í\x03 ¨#C÷ "
b".€\x1F Åo05c„`\e ‚É™;} "
b".€ŠùÀ·2xµ\x1C ªŸ\t ó‰" "
b".¼YÅãÁ4öØi)B \t $à "
b".²ŒÌJl9+½Ûj6Éú‘„ "
b".½Ž¸Ü\r 7”¡\x16 z8e¢ˆ "
b"/\e ã\e áB=`¶™¿ö³Š\x1E ' "
b"/ z=œ¯1\x18 ¼!T…˜/%ü "
b"/Uß!(ú;g±0œO„T\x03 _ "
b"/äCû¹J5ÿØ\x0E 2Ô\x07 fòù "
b"/Ü}¹╩¶6ƒì÷ôxÎ;µ( "
b"/¹Ž\x0E àì;K“0—}“cý› "
b"/Îèi\x08 Ï: ½ÀÊQ®s "
b"04┌@ØÛ<-î\x04\f\x07 =Nðû "
b"0˜êy[\x10 =ù•{¥\x1E 3æ1“ "
b"0œøé9†?–Œ\x0E\f\x1D Üœµb "
b"1\x13\x01 Xz˜>hƒ¾[óƒ„l~ "
b"1D\x04 ç>Ï5¿•±1A(\x12 ƒ† "
b"""
1I&uwú9< Ò…øo°\n
Œ
"""
b"1ò\x06 W0Ì<ðÿÄBì*'Õ¾ "
b"1ªÖÄ÷+8fƒz½fÊ©3\x0F "
b"1ÆŽ\x04 ôt1~ªhù®$\f ØN "
b"1ÍK8ˆÞ0*©ÎQ™ÅXÕ† "
b"2\x1D Ö¬Ïm0ošiÉ:3]L° "
b"20Zïg\x07 7\x7F ìI1d\x07 █)ä "
b"2P¾fq16ЗtUé˜"\f  "
b"2ìÇܧ\x02 >\r ø█M\x12 ÷õZu "
b"2˜½mð¬9‰±p_ªIÿE† "
b"2┼ø\x01 ÓI0║¼ÅÆ\ÛÎÑä "
b"2ü>•ôÝ>—¥¢&ê¾ D` "
b"3\x03 U¯¿\x18 4’¸y%ÝÅ8ûƒ "
b"3%œ\x17 fÏ<\v ¦¸ÆëXU$ "
b"3Cµ\x10 ·364ü■c┐<Ù¯7 "
b"3ê\x11 ]£\x03 ?<É╝:¡èëÃÁ "
b"3µ\x06 ı┌Ø=\x11 û\x1E ╗`<_■÷ "
b"4(É\t Y\x04 08¸Šú–Öø\x0F 4 "
b"4M“Q–D;™†\x1A ݪ¥ŠÅÚ "
b"4^¡ƒér3\x17 «Y¤±køðˆ "
b"4qå+Uç? A!Gv\x10 ñŒ "
b"4ÉbdH>9ìá\x1A\x01 O╚À╚Ê "
b"5D7\x0F Q&< «\x02\x0E 2'€©* "
b"5ÀKì¸À>4¯øæwé¶‹Ù "
b"5┼gb<Ä1ÈÅx\x00 Ê\x7F ËÖ| "
b"5Î─ú\t É8ïç·║╚Y\x12 *B "
b"5ð¿ë¿g:TŸ÷\x0E %\x17\x04 $™ "
b"5§)¤û£2l▓\x13 Éı\x14 GaË "
b"6\x08 `¸´}<┤Å;¹Í\x1A \t\x11 "
b"6\x17\x1F kðv3èž\t ¸èñywÛ "
b"6\x1A »╬e±>Áüü®ª\x1D (Âä "
b"6\x1F ïM)R>ꪛ\x15 ˆ?MQ "
b"6*ZsFê9ðüW®¡BÜ_$ "
b"62ÌŽ\x03\x1C 3Y·©i¬–íˆæ "
b"6r—Æ6u5 ¸\x1A v˜¾Â=G "
b"6™š\x0F <”6Ó¸ëúáˆyÆ, "
b"""
6¸\x1C Éð\n
3jº┼?Ü═█'h
"""
b"""
7\n
Ø'\e\x0F 1]âr"V?åå;
"""
b"7Œ\x17 I\x1A ‡:ÿ©CIþÖW-€ "
b"7¿¶h\x11 ░<üæ╔└¯ºvçÓ "
b"""
7®vŽ{\r 0\x07 œ(z\n
\x16 Ûká
"""
b"7³ˆ„ñ<6ä§›Ö¤\x03\x17 3µ "
b"7´³ÞKï:\v ®›D¾¸\x1C j· "
b"7¶9Áa\e 7íì¥Ü\r \x04 u9´ "
b"7øÉx¸g1>¹Ø«BU±è\x15 "
b"8:Æ>cp1œšõœ^y6Iî "
b"8<ŒŒ"Í9\t ”$ÿl3Nß, "
b"8tò®\x01 j3B£çî\x0E\x10\x11 Gp "
b"8œ“ð6¨8²«;r³¸!y\x1C "
b"8─ÆnZÆ?Èÿ'\x03 c6ìöê "
b"8Ë‘Ñl\x05 2\x13 ¯BE†¦Ç<d "
b"8åË|‘Ñ0\x15 š]~\e ôö4« "
b"8üè\x14 úD3·‘œ•À„kªþ "
b"9\x07 Ø‘Ž¸=–½3è=µÐÃä "
b"9 l\x0F ƒ¦>ž¼Â(ò3Öáê "
b"9W–òiÔ?\x00 ’t&x2I¡p "
b"9y‰ˆ\x07 ¬:ß‚wº‰‹e™$ "
b"9‡hó(˜1\x1C ª³šPn<¡) "
b"9×Äo\x00 ®3G•M\ÀYu{° "
b"9Ùu•¥\x15 :&ˆ¦p§G§]\e "
b"9ô\x1A t]¡;ZŽêé÷ÞM£\f "
b":\x08 r\x1A €°<L¹""/ƒîàJ "
b":\x19 ‗ÈÜ\x01 1\x1D ╣▓ì`î°■J "
b": »áÕV=ü¼o¦\x16 ö#\x19 Û "
b"""
:0Š´v\x06 0°™Õ¿\n
.îj9
"""
b":<4\r \x0E\x10 4œ‰\x0E a\x07 å×}| "
b":§¬\x0E :®=‡]‡o‡\f\x19 ÿ "
b":¬Dk\x1F\x10 0ïžîV8D\x17 ü^ "
b":▓ýrê\x18 <&»X\x12 Ï]│üµ "
b":Úì^H¹;ͨ\x12 ÙÄ®Å1Œ "
b";\x19\x12 ‰A<;î»*™\x14 W\e\v O "
b";\x19 A¾1õ8\x15 ØÆSã`?¼í "
b"; ²4 ¥?°©˜r,ìÅ^\x0E "
b";O;.Š\x06 1\f ¦õG’ªIóY "
b";‘dVYE7·¯;Áaž²êI "
b";ÑÚ/N<\x17 Ńd'E\x18\x1E 6 "
b";Ïê½\x03 ü=²‚Ëî\x12 ¨\x13 ù\x01 "
b";í4¡î‘=M¿*\r \x07 ·â–J "
b"<\x08 7Cˆ¿>æŸqÌo±‹\r Š "
b"<&›«´o9°‹ñVÔ%Æk] "
b"<J\x7F Nͦ:DñÖ\x18 T¶ØðB "
b"<^>"É4;Ì»\x03 n)·¢Õ´ "
b"<s~äî\e L\x1F XÎßÑ‚ÏA? "
b"<R\x0E ©U2Å–ø\x03 ±¾)v{ "
b"""
<Ì░ºü\n
0òæZ~[¿Ýà\r
"""
b"<æ\x10 inN4»™\x16 ^\r ÷n\x0F\x1C "
b"<¶¾╗\x02 ¸6Vû®¿Ø└╠#· "
b"=\x00 Aïõm9ѣĆ]iH|å "
b"=!¥ÇÄU>åôıdÉ‗\x10 U\x12 "
b"=(G\x1A 1\x01 8ΙÉÛ¥\x1A Zš; "
b"=™ŸÝîç4J ™† Ì[WE "
b"=›D\x05 j\x18 ?¯“ˆSÐCïå( "
b"=õÍîNF3#Ÿ\r Ôwö¿¨î "
b">\x14 ìb¸\v <ÆÑ\x1E\x15 Ì\e _½C "
b">+▀û├1Å£KñÄ;\x1A ^┐ "
b">U>(Gm9 ÂìÁ3ÏD\e 3 "
b">Wá<Du=zƒ\x16 )ã/ôÏå "
b"?Wä.\v ò0é©ËPü╝Þ╠: "
b"?é'É\x01 Ø0^É0\x1D OZðD\x07 "
b"?┴FÂ*Ð0Tì,\x05 ²├\r $§ "
b"?ÇûdZ*:µ…\x1E žcÚLÐÓ "
b"?Ë&Ç┤┐;Å»\x18 ¤\x03 T8ëô "
b"@$ìÁöü<eò}²i\r è╝ "
b"@*t‡–)2T¦ØDl¡ïäJ "
b"@AV]+Î6Þ┐>OÆuÅ\r Ä "
b"@z†F\x13 d4§¨\x02 éxÀvŠ› "
b"@üµaÎò7JÆüåá┘¿)N "
b"A\x05\x08 |Ô(3╝¬▒░ü\r ¶.> "
b"A\r A¨fY>ô×ìÎ2╔"3À "
b"""
AÿÒÅ\n
└;ÇÇX‗ÏCoKØ
"""
b"AÍo\x1E Êh?Hš^V[i«RE "
b"BoŸ`..9,£ÉÌ”±±¡k "
b"Bx▄±╦É>Å╗æ▀ƒô\x03 Y# "
b"Bú;¼3-26²ÄÌw÷¸êP "
b"""
C\x1D Í\n
ËØ=R´œ˜É\e\x01\x01\x1A
"""
b"C\x1F c§Sß3Ø¥#Ìš\x02 J„Ï "
b"C)DR\x13 Ë>ïƒ_é®\x04 ·Ts "
b"C-ßuô,7\x07 ¯Pk\x03 ×\x06 aD "
b"CgÝ\x12 ú\x13 1–†ÇUìm-Ø” "
b"Cmo#ç=å«\x1C êÁM°êä "
b"C÷hØýÚ<è…b\x05 R<ýž "
b"""
D-ìg\x12 M<<╗¡\x17\x1E Úì\n
)
"""
b"D0<GL0\x19 ¼┤>ÀüÏwØ "
b"D9”]\x1E Å6þ–ÿ”y–„. "
b"Dä_s\x0F ┐?6ÉÒ┐;g█jH "
b"ED╗`cr;\x01 ùì\t\x05 òJdú "
b"EŽ4ŒÁå4y’G¥µ¸N\x1C "
b"EÆsá›ø5¡´œ˜ØÆe\x03 ó "
b"F\x1E k˜â\x05 2-¦¾Ô\x08 ƒ.ï\x04 "
b"FdO„\x15 o:xŸ á±\x13 Q\x1D ¿ "
b"F§ßŸ"Ñ0œ†t«J±q\x02 } "
b"F»ð*±È0▓╝¾\f ìµ~QÁ "
b"G'\x0F ªA\x11 ?+„aè’0›œ "
b"G@þ³[m35 \x15 t{\x10 ýþÝ "
b"G\x7F ÈðËŸ0æ®\x12 Õ§¤oˆ× "
b"G©’S\x1D RÛè\x19 ¶[…Ue¶Õ "
b"Hh|‘³É;ø½cÑ]¿\x1E\x06\x05 "
b"Hj!'ת8"±Ù©\x08 Mô\e ~ "
b"Hì\x1F ÎO}}ı╬t▀+½■¢² "
b"HèÅ“H_0è¿<\x01 `È[Fñ "
b"I!B@ñ„=u·˜î_nx|y "
b"I.Fkãc;5µ5?NÀ]Áž "
b"IT@-ƒã:\x1D ±®]ærãp\v "
b"Iı\x03\x13 ▒ô2╣®6ä\x19 Pŵî "
b"J@5êÄ¢7ב=.sRQðò "
b"Jt\x00 ìOº=ËŽ“\x06 .\x03 u.‹ "
b"JüÍïn£2╦┐àY¯Mv\x17 6 "
b"J¹\v h¥Ð6K”\t í^Nâöü "
b"Jã_─Ó;3ò╠ü‗\f ─ݨ "
b"J╬1ó┌C=╔àìa\r u÷ r "
b"Jð*║\x16 þ?TÉ\x18 LÆ\x12 \j╔ "
b"Jó#ú)o>\x01 ©ºú\x1C Ëæ—@ "
b"K*ÃŽ/-4±¥\x00 ¯$é p\x07 "
b"Kx\x19 æ·¡6\x7F ï┬ö\x0E ³ü└╝ "
b"L6à└AÉ=>ì7É:]GªK "
b"L:ïy¶Z7ñ»_¦8¢?ù9 "
b"LE…ñ4)4¬™³ÍjŠ%ïœ "
b"LVéü\x17 æ=\ä>2║û%\x16\x14 "
b"L^uæv\x12 >Ϋf"\x1C Œ3Äí "
b"L†ÞC'Ã1bžU£‰XŒÜ´ "
b"Lè_\x1A ü█3eÿ·#¥¦Z{t "
b"L’×ÔÌ}5Dˆè›fvÜÍ& "
b"LË¢\x08 Šþ>t– ‹¿\x13 •›± "
b"LÓsÞ»û5>‰…Ó„\x15\x17 _y "
b"LÛv6\x17 E<ʘëRm\x10 »+È "
b"""
L¸µ·ïÅ=*«-³Y\n
õ╬%
"""
b"M!þ,\x17 ˆ?Æ»[¶¦â\x18 «b "
b"MA€8‚5;u“ƒ\x01 ÑÎ~þþ "
b"M}y\x0F !A?fáÑÉ5¸×┌W "
b"M”x½‹\x1F 9n»Ÿ\x1F õ)€•' "
b"M»èå&Å5í«\x1A (┘K¼S\x7F "
b"M╠█t;v;÷Åf┼p8Y<À "
b"MÏ%\x18 †~4ˆ¹"—¦wê5 "
b"N\x1E Uu_‰<5½B¼ë4d!° "
b"Na¹\x0F ╦\x19 8´ìBYÞ┤,ãÌ "
b"Nt\x07 @?]5#š0©÷\v ºeb "
b"Nà\x1A Ç"·6\x05 ñ°«A\x17 ü(È "
b"NÍóéò64\f ‘\r À+Ë/Z\x00 "
b"Nât ˜s8IŽA±:E²è\e "
b"NäüV0â2b˜!9ÄÛ·ò% "
b"O\x04 É■»ı6¨ÄëAyü╣;n "
b"OØVW®├:\r ®ÅrÞƒÕGý "
b"P\x07 ýþ=\x08 <ñ´® â\e ãã\x18 "
b"P%\x18\x08 ýA5K¨ëdöœ\x16 «à "
b"Pöb^╔É<\x0E ¡ÕàâlM‗´ "
b"PÒE™/Ï3Ý‘Û2÷\x02 Ð&› "
b"PÞë.´l2e·¦T\x07 ¶2\x06 ‡ "
b"Pß,œ\x1A ÿ5Q²Sj©Œú;G "
b"Q\e Ó²¤S=)£îä\x06\x1F ÅK< "
b"QVð‰%Ô0©“5º~˜…œ\x04 "
b"Q`\x07\x0F\x02 õ?\x1C .N\x04 “+\x19 ˆ "
b"Qv\x15 rÎô>+ŽoÃ\x03\x18\e\x00 î "
b"QŽx‚æZ=®²z\x1D B32\x1A D "
b"QÿQ/ñÏ3ýÅk¼Àou,< "
b"Q┼█`þ┌4\x06 øÖüC█~Ü┐ "
b"R\x17 CÉ™M0‘¥ôâÖxSþh "
b"R«T<èØ0\v ¼\x05\t °^Fè< "
b"RÊ(¿Oà;xü\x11 W\x19 ç\x12 ±9 "
b"SNuÈ‹B<Y…Œ\x10 A#ؼk "
b"SO2ÕÍ^5\x7F ”o¶E}\x04 ¾l "
b"""
S«üÃ\n
êh0A"ëzÀ┤╝õ
"""
b"S¾›\x1C vG<È…¸ñªVÂ\x12 I "
b"SÎëú€“5Òž´°œnD‘? "
b"S■gÅsª7\v ì╠┌çv´ÁÇ "
b"T\x16 ‚q±Í8Õ³\x1A æ\x07 ˆ5¨µ "
b"T2}ÖÀ\e 4(°?µ°\x19 uÍ\x02 "
b"Tp·®æÙk—\fqÊ Ùk^ "
b"T›ëB\x03 –1*Œi3\x1E &³h5 "
b"T¸Ë\x13 ƈ0†ªUj³~É¥ "
b"Tät´•%6.›ÎЄ…^qµ "
b"U\x1E fƒOW8ˉjzË`,.‡ "
b"U#×!\x03 x?\x04 “Ôd¥ÂÉŽ\x1F "
b"UMÆè§\x1E 6ó ÌT´È\x7F }Q "
b"Udø_Y╦<-üo█2$\x03 Ù┘ "
b"UfMòË×7¢²Ð¼}KÖˆ% "
b"UñúJº4<$šì+DÊGoã "
b"V\x18 Ô–is2•›`\x1D ›¦S\x07 "
b"V\x1D +Ï▄#5▓ò9]▓ÉÏ╣ñ "
b"V èŠ4\x17 2\x7F ¥8Áa„—Hf "
b"Vg\x01 ï>É2n°3\x7F \r Q\x7F\x1C ÷ "
b"VxyW\x0E ‚3\x10 ³‡€\x12 ø\x01 — "
b"V’6c~µ>.¿ß,¯M®\x13\x1F "
b"WAB\x0F À#>Ò•¤‘´om½Û "
b"W§\x00 ÝBC9JìïÕ~m{┐c "
b"X\x03 ÒF®Ù=Têz¾ú¶Å\x00 ¡ "
b"X¸i\x07 ´(6ãŠ6rà×È²Þ "
b"Xûô訛=K‘ÑÜI†ƒç "
b"Y\x0E H%\x07 7l“7]\x1C JW\x0E – "
b"Y&À\v yŸ4§›\v &5i\v !¿ "
b"YäOj›93F‰ïß\x16 Áy\x10 ' "
b"Z.Ò_åA0аæÖ@»rKñ "
b"Z/;&\x07 Ô6Ž·n¾sñÓÃŒ "
b"Z7\x1C ŸNw2ï³óÛÆñ•Å2 "
b"ZjdÁmI14¯z5û³Az› "
b"Z‰ê\x07 #}:†‚æ¯Î¨¦£' "
b"ZŽ?¥Ô\8 ‰•xØÀ?Äî "
b"Z¡u¤o\x00 8=´\x1D ˜\x15 ò\x18 Šl "
b"Z¼©£■═3âêÎÞBf\x18 ìm "
b"Z»«├▓│4}▓@Q\x12 Éz\x1C u "
b"Zºn\x14 ¸>91µžâç²d#N "
b"ZÞ\e RŸ`95¸Ÿg`\x13 —Rú "
b"[K\x14 ÎЩ2>°\x1F ª½½Ç6â "
b"[bòÏï˜9=Š‚;¡²]-# "
b"[Œ<0cÚ4ÚƒÅÁ’ƒ‚8€ "
b"[²Gc+Í9ù¦&w+©‹ð< "
b"[¶#t\x05 ó=àžPv\x1F 4O@\t "
b"[¾—Bh”?z’Û«ª1&ïÍ "
b"[Ûc¥\x19 ¦1½ü´;┘. │\x04 "
b"\0-\f\x0E k0*—ô|âCè£ "
b"\Ä\f u ê:{ N¤óÒ€À\r "
b"\ÃÙ├\x08 ¸;¬öÓÅ\x08\x12 ╔y\x17 "
b"]\t Ó˜E1\e ®011©MÒT "
b"]8EçúR9>˜ò\x18 ñ-\x01 ÝØ "
b"]p&MPv?\x05 «!\x1A <\x07 Aèô "
b"]}\x13 ▄5\f 8\x7F å{┘,\x0E ü~\x0F "
b"]‹J\x1F ßë:5¯°‚¦¥°Ð\x03 "
b"]»>Å>½0,žnö¦¦\x1D ¹± "
b"]Ëû»œ‰>+œs\x13 <±]õ¿ "
b"]Ù Aô\x14 <éŒÃ\x15 ÒËî´* "
b"^\x01 Õ\f õB0³¸þ˜bÕº·« "
b"^\x13 xîm¥>:§ùçPñS…µ "
b"^[Ð,[\t ;\x07 •˜\x02 ñ…5\x01 Ø "
b"^ù\x02 Í\x11 ┴<måq@Éd kQ "
b"^Çé5PŠ<ÂŽ2¹\x00 ÷™|\x16 "
b"^Ûkê°╗9\x15 ░\x13 HgÞü╩÷ "
b"^üH~Iþ0N®rÌÊïÎ«É "
b"_\e ¶£s®7áæ]\x1C ìñÔâ "
b"_u’\x13 Zý7\x03 žî‚}W\x15 —€ "
b"_Âã\x1D y\x04 3"¯Ë\x7F ¦š¡>\t "
b"`\r :\x1A þ¯=íš¼Iò˜éÕ¹ "
b"`+Sïç³2Ѫ³*W‹Ý\x08 "
b"`.ÉÌ´╠;▄│]¢‗!╠×U "
b"`4éå½ø2├Éß┴\x1E L_ìö "
b"`wË“\x07 $7ZŽy\x0E {\x19 »·¿ "
b"`â²\x7F µ\x06 :ìòF)º‗~\x03 _ "
b"`ÉC╠F\x06 ;Tÿô-³pØú▒ "
b"`Ë's>Ã0A›²?èùõÙ "
b"`í›Ç'N=”®–#2\x11 «â- "
b"`þÐÂ$Y6½‰q¹z‚u%\e "
b"a\f\x06 §gC?\x19 ¡Ð~C#û‹! "
b"a!F\x01 »56°©¾»°\x0F œ\x19 ‚ "
b"a.É\x1E\x07 )<x¼║\x04 }ê\x1D █ê "
b"aý£èÎ]<á°”\x10 Ì÷º?ƒ "
b"bBì└0²3ö½┴U;╔Xíª "
b"bi╦\x08\x18 ä>~ƒØ'\f Ëë▄Ü "
b"b»©,Ô²2┼▒o┴ÉgôTÄ "
b"bÀ%ÜÊÿ1¯Æ+p)ºÍ\r ü "
b"b╗mïYà;\x16 É©s\x01\x08 sÚo "
b"cSèË]<5\x06 ¢║²Øî\x1A ·Ø "
b"""
c³ˆ>\x13 h<\n
«\x1F +Þ'øò~
"""
b"cû!—½Ú92¤Oñ¢…‹ô\x1D "
b"d8Ç\x07\x0F b>d³>å8Cý«\x1A "
b"d’I<|\x1D ;Ì¡\x15 »\x1F ~#\f Ç "
b"dœŽ–?];ý‹`\x06 `§„d "
b"dÐ0ã7\t ?´▒¿.╗Ø,¬g "
b"d▄Ø^O(5K┐ùòÎï¦UÊ "
b"e\x0E AH™\x16 >À—EeÕ?3\x03 á "
b"e"ØÕo}3ìÇ£\x1D 7m\>é "
b"e,zí\e j?%øì¥²¥ñf© "
b"eh€Á·\x13 4(§ØÈ©\x10\f _Ä "
b"e{4\x00 &\x1F 7*¯@hŒÖŸèƒ "
b"eüH\x04 ù\x18 5Á¼·epñÕÒf "
b"f\v Îà•v5ò”—5\x05 ]Ê7i "
b"f0Ê3ŸÏ1\x17 ‰çP(ÅU½ "
b"fïNV\x01 68▓æå┬ŵ0$╩ "
b"fÇ\x1D S:¶61º3NL\x08 Q“~ "
b"fh¡K\v 0àòÉÍùÎ▒AÜ "
b"g\x01\x15\x05 ,h0-¢y0ë$\x1D ‹€ "
b"g¢lk©(0)”þ£ýx`ÏÆ "
b"gÁ\x01 ÷²ý3.‹®Ln\x10 ¹b\x02 "
b"ha‘\x05 »p7\x08 º¾´X\v ˆ¿J "
b"hå¼Á├À2 Á6ì\x02 ÉûY| "
b"h‹e4\e À<Ï ú-Ùm·ˆ´ "
b"h¨\x06 UKÃ:2¹Ì;\x07 »É" "
b"i/Se;×62¨%´\x1E }öÎO "
b"iƒDµaø7¦²ø¡é²KCþ "
b"iý0èò¼;\x1C ¬/»Ö\f (üA "
b"j$\x14 “^%7~‚\x04 »\x03 û>fW "
b"jPWa¥G0\x05 §z\“ñY㢠"
b"jSøüÅ×<VŸX\x1A\x13 Õ\x00 wš "
b"k'$Ähz<n▒ü\v n¡\x16 Yñ "
b"kfñÚ\x19 d?Йí[ À\x00 z\x1F "
b"k³æ…àÔ22šQ‡Ç$Ë€Æ "
b"k╔ÃŤ§5äØâ+§\x1A `Fƒ "
b"kîxÖÁ§4Ÿ´*|}² \x19 ö "
b"l!'xÉ×?º®YÑo¸èz· "
b"lEf©7\x00 6hÉ¥{ÏÍU\x06 ║ "
b"lHÊ(â\x14 5.╗3O┴è÷Äì "
b"lÌ1\x1C @37‚œ\x14 /?V\x1E 9: "
b"lëW\x08\x10 „?#”þM¯¸ÖÇj "
b"l¨╣"®├=%Øß¥n5Ì\x1D Ç "
b"m\x01 #\x00 à\x0F 5¶¬ÝÍC\x03 1\v 6 "
b"m8lj¢£=1„\x1C Ý_ŒU~, "
b"miþ—/}=\x0F ´xC\x07 â”}ƒ "
b"mo\x16 T;O0*€œîœ,`>¶ "
b"mŠ;\x0E\x17\x7F >¤’à¸J7Núd "
b"m«æºØW6òš|\x00 ¹Ê^˜U "
b"mÇËæ´b=(¨Eð¡ew´X "
b"mÑÜ`]Ì4¾¯Žmh<©{‘ "
b"mÓ\v ‚öþ4s™Õ#>}AÉ{ "
b"n>Å\x04 Ò\x1F =ÕóìË+Ö╣¤║ "
b"nO3ãf&;Ùš¸Ä\x0E ö͈n "
b"nœ¹\x04 ]<44ƒOôã\x17 ÏP\x06 "
b"n¾šìíÞ8»¹† ùGl<© "
b"o\f û÷^H4»²\e ‡û\x01 É\x12 F "
b"o\x17 Y_M?°›\x00\x18 oYï\x18 ù "
b"oV&Zb\x00 ?3£7jYÄK›È "
b"ox\x01\x18 ¾Ô4^§(*/&·F€ "
b"o Ú(Yz9§¯Ä\x1A I\e ýÀð "
b"où[ùna?\x1E ½\x12 v›\x00 [¶ "
b"pØ\x1D O¸)1¸Çl¹©Û═Ö\x15 "
b"q\x0F\t é\‡5ý†ÖÖ÷\e Éü\x12 "
b"q\x12 ÁÞ\x08 É2Òƒ2¤\t &Ì¿> "
b"q'Übeã7\x02 §²Ôã)Kxè "
b"q'ùGHž57¡v\x1C qáM\x1E + "
b"qM\x06 ëíH8ÝŠR Ù-µ½¥ "
b"qZPKûj<Ó”îÔè5\x00 Ä\x1E "
b"qb\x05\x03\x03 ¶3D”Ïâëp5öa "
b"q‡C÷oe5`›\x06 oχ¹â! "
b"q§é柾>C›2Q3;¾§ê "
b"q¨lÓÁ¯5¿‚\x00 ÈG&\Ô¦ "
b"qÕò¿xÿ=ý’\x0F ±\e ï\v è9 "
b"q¯áö²R6OØ´LÒÌ▒A┤ "
b"qîùßÓø7\x03 ‘å(”i7n~ "
b"r.[\x17 V=<G¬°?\x08\x11 ~œ\x1C "
b"rMP$\x04 ├6\v É*â █n═Ë "
b"rWj;\x07 Ò0\x1A šñ‡9\x03 *q` "
b"s#½^g]8\x04 ŠàÕS$õJ¼ "
b"s4nÇš\x16 8_‡”\t Ÿ£fÑ¢ "
b"sa╝q█à4ŮݷW\x00 xÖ\x0F "
b"skØ0█'6\x06 ®È¡"¤z>! "
b"sâ\e ±Õ┌0Ïà\\Åz$;7 "
b"sà\x10 æñü7åê¾Áp\x04 ð▓È "
b"sì─¹ı\f 3·ä\a~Ë┴ó½ "
b"s¤\x14 ý\x02 ?8“ûéýPøÇ\e "
b"s«\x12\x05 Þñ?ð“\f –¯\x0F\x17 }. "
b"sµV\x07 –E5‰„]¶\x10 :OáD "
b"s¸*`Î\x17 1½¾œ\x1D ¤aHË\ "
b"s╦Å─ìz2WçË2»▓46 "
b"""
sç_Ë\f V<A–Ö\x11 h\n
î£C
"""
b"só»øté0º¬áDËO‡WW "
b"t ;\x19 \é?\x15 üP\x1E /‗$Pª "
b"t&\x12\x17 ’“:¿–¹éi™NR\x03 "
b"""
t`¦ ã~6tôülQ\n
Wë\e
"""
b"tu-§S88±©€jtÚDRÎ "
b"tÖuîüC8╚Æ*\»\x15 ½5; "
b"uv\x01 €Í~<ý½/B¢šKË "
b"u™ïÊ a9k¸s÷[–cW\x1D "
b"u¾3f]\x02 6¡†!\x18 éY…\x03 ø "
b"v\x00 ³Ç•\x14 1A›ò$7OŒ~ñ "
b"v0X+[╦6Éû\x01 ho\x1C ║x× "
b"v¨2”ÅÍ<\f ¼ÌúØ‹Uâ7 "
b"vÁ═Ŭ53/©¨+üi·■u "
b"v¼w¢œ ?\x08 »è8|B\f ÚÀ "
b"vÈ·ø¹46X»¥ã\x17 î5fÀ "
b"v×/'W}7)½Ô "ö]hÒ "
b"w\x19 =—‰ð=\x15 –بø„\x16 ç— "
b"w;bS…\x00 :ÆŽU=¼\x0F\f %› "
b"w€\x7F `õg3-µMôt\x7F Úz "
b"""
wŒ\n
3)ö5ö¥¨6(Ç 6ò
"""
b"wÑ~4ÿ└0uæÎ|ØÕÑ┬█ "
b"wÏxÛ«m3ɳ+ ²MeæR "
b"w▀\x11 ¥\x13 ´1\f ìÞ\f\x19\x1C Ó%k "
b"x\x11\x18\x1C U%5;«‘\x0E\x04 ƒK¡\x00 "
b"x\x1E Þ`Gù;kš\x08 >ëëd<‡ "
b"x-¾ñà¸1/Š}nï]$úz "
b"xùk▒\÷7eÀm┼LÑÝ#ü "
b"x™¾Î:ñ>#½o—yxoNá "
b"x´E\x0F ßE3u›=Xž\x19\x15 râ "
b"xê/PŸ\7X«j»#¶—\x1D g "
b"y\x0E ¼’…¹2,¿ùYTZÔYá "
b"yšÝ]\x08 s<Ù¡á\x1F n&UCL "
b"y▓øüÄ}5ë£QkL\x05 ƒ\x04 A "
b"y¾!‰l2\x08 ˆÇ§H\x19 â\t\x16 "
b"z@l”i¾;t™†@?ʉ\x00 ÷ "
b"zs3ûAÆ<í§€¸ú(‰™" "
b"zêWgÅ╝9ɸD¨°╩¡ "
b"z•áéÐÉ6Õ¹À«7³d›8 "
b"zì³t/p4$‡¾\x10 ¿–\x15 Ôj "
b"{\x04 \x7F cð3IJYnpÂ:K\x15 "
b"{(†\t “ü0q³Ÿ°ïØ\x03 Z± "
b"{*{„ÁŽ?\x1D ¨Ô)mvÒiH "
b"{D+Ù§U80±„.+\t î3; "
b"{éqÅt╩4/¢j¬Y\x1D 5Ò1 "
b"|,chë>7O¨*?\r {ñb… "
b"|ŒÉÂÖÜ8gªÃÅåÌ%‘\v "
b"|¨§D§X8ÿ€ÁÌ^Eè\x1D { "
b"|É*„ã€> Š•RŠÂsÃ¥ "
b"|×¾&\x0E <¬²¡5 Ìkº\x0E "
b"|ßp&\x06 þ=°¾2Å/óÑ4… "
b"|íJð´P1Ο)b¨\x1F óí\x1C "
b"|ò›]Gæ:1½Q‚Uš´\x1C\x03 "
b"}PÁÚx\x19 >ÉÁ<°£Q\x1D ╝* "
b"~\v @â9è9g‘NgI\x1C ÈÓF "
b"~7ì,lÝ0Öü¤u\x17\x03 á¾ÿ "
b"~{]µ▓m;C¡sÍIèÅ7" "
b"~¡Ó´×=5\t €rH©Õ\e ÿJ "
b"~£§\x15 ²‡;\x13 ¥Øâɰ£\x07 V "
b"~╚░¾\x14 Ø0ªªn░39\x0E ã7 "
b"\x7F\x1A ;ÐÊà3.Üf■ë"OÉÓ "
b"\x7F Yd8«B0èš\x1A ¼#ƒ\x0E QÁ "
b"\x7F ñ@ç«?>#ÜËtÉÀî\f │ "
b"\x7F ëj3Ȩ0Ï®2@—Ú.Œ– "
b"\x7F ÿ\x00\x08 á¸8\x13 ¦»lL\x1F #ü "
b"Ç\x08 RÉ~\x08 9´êOõ\x18 Ä\x14 Y\x17 "
b"""
ÇgÉw\e\f 0.í\n
×/\n
¨ç?
"""
b"€i\x12 XI¼:Œ‘W\x08 Rè&Æà "
b"€›#³2\x05 ;\x04 †y0\x03 F\e ´` "
b"Ç┐▀9eê:ÙØv^C\x7F ?Ç\x17 "
b"ü\x17 ¯Ä§─2Fì‗¯\x1F mÀI' "
b"ü m¾]ë2Âña\x1C Ò\x08 (╝ "
b"ü+%üØ(>»¿j$$ê«Ï\x07 "
b"üäëâE├9у║█äı\x15 ¼R "
b"""
üæä\x18 ä\x02 <\n
╣\x1E Q,\x1C ã¢
"""
b"üÂl\x17 Ðê7┴ùÈgJB\x06 g\r "
b"ü╦║Ì\e\t ?¬¼*ÝádmÛU "
b"‚gÿ®ò·>M“Ö¿#g\x02\v "
b"‚ŸœOÞi9K“~fúŒý\x0E Ø "
b"é«┘¼\x1A ñ; ╗\x05 È╩Ø?Þ³ "
b"‚Æ¿¦¨}=ߣҿNFÆvž "
b"‚ð+{]›8v Ñôãm!\x19 ¦ "
b"ƒ)WUéÎ2B›ù¿Ì\x1C\x10 ½j "
b"âí;½Ác6É╗5╠C<ò¥A "
b"ƒ¸C\x17 ‘6í†.Àå’þÅ” "
b"ƒÇ)ˆ¹r6–¾\x15 K\x02 j3®u "
b"ä\x13 ö\t L-<\x02 ½\x7F \r Y\x05 ü¶f "
b"„\x16 ªÊJM\x14 Pÿ›aPÖ4c— "
b"„\x1C ”PJË5—“\x10 ²\x06 Òfr• "
b"ä/bın%9Iî¢Å\v MÛÇ5 "
b"""
äfu9¤ì2?▓ä0Uá¿\n
!
"""
b"…>¶å ™7"ˆå[ŸÉLÏy "
b"…WV\t Ó®4ž‰úu\f >b‘ž "
b"""
àýµ ÉT4\n
«½°²í\x1F ú%
"""
b"å\x0F j\x08 Å¢;▀┐~╦\x08 6ãdj "
b"å ▒ÍÍ£0ì¥┘┘\x06 ÷\x00 Ó║ "
b"†(\x14 ïÚ';\x1D Ž \\x1F ZÆçF "
b"åyrPM_0]ëúüúÊÜ©I "
b"†‚bJ\f •:fµëxÉÝé\x18 z "
b"åØ\x12\x13 XÝ>VÅB█ëz\x02\x07 Ï "
b"å╗\x1C êt\x07 ;\x1E Å\x1C »@v´\x1C { "
b"‡\x02 ’v9×0\x0F ™çoöCL\x12\x05 "
b"‡\t qðçÔ2\x17 ¦çs+\f ¿Gã "
b"‡$c|)Ó9é¯ÛêÝ\x1A ^/^ "
b"‡?\x17 ïD=-›u!Š[â\x17 ° "
b"‡O¤1\$6㡨kùÙ§i\x10 "
b"çë~1▒}6þç~K¬ü\x10 I\n "
b"‡øºúöD:\x11 ™¦ÑÝÆ›ó› "
b"ˆ=j!…ë3;¢&9\x17 eÒŠã "
b"ˆq¿ØCÓ<i“+°\x13 å\x1C 8î "
b"ˆ|•¢îÇ1\x17 ¦×hûëøÉ\x10 "
b"ˆÔ)Ö‚jnö¤ï\x0F ´0c¾± "
b"ˆà.*¥¸6.¬TòÙßµFç "
b"ˆã‚e\x03 U9>³\x0E RØG\x10 E\x18 "
b"‰\x13 ÜîÉ¥6\x16 Šý’Ø_‹Ññ "
b"‰º]4Ñë5„€\t ¼\x15 qê5\x05 "
b"‰¿\r /õ·9ײpDkܽÛ\x16 "
b"‰Á©AƒV4Zƒ–#>œª2B "
b"‰Çœ5/!>à«5\x12 ã=uÏ[ "
b"‰ã9`´Z8—¹¶äæWæ_¶ "
b"‰ý¯lõ¾2J°€\x07\x14 åü\x15 ú "
b"Škû¤Ñ¤8(“¯Üéi½Ôz "
b"ж]%|~1l’\x1E éI`Ë|\x11 "
b"ŠÁ'ùH»?Óˆ/\v Kê’ŠÇ "
b"‹\x01 ñÁÞE6n‹'A\x0E ÛMTà "
b"‹\x03 9ƒâî5ô¯súË~Ë\x15\v "
b"‹#\x14 pô™>Ú¶Ù›\x1D\e 2ö\e "
b"‹+\x02 °‘É4-¿˜´…¡µBH "
b"‹•šÛá™3Ø€\x08 ‡-\e ;½\x0F "
b"‹«\x1F }õR:$—Ф³jjv "
b"‹ÈôÉ[m:íš…ù¨¹âØ— "
b"‹Í\x0E ùê~2º›ÛçN‚êgs "
b"‹Î\x01\x02 ÞÆ;LŽ´ØÜzÕJë "
b"‹Ó~\x1E Á°<éŽÚPLÙ±\x01 à "
b"‹ÛŠ9Åã4å¸f\r ƒß4°# "
b"‹âŸ™@õ<°Œ-âÈÁ½òñ "
b"‹î1"fx4D¶²\x07 #Íê]; "
b"‹ÿÅCéÓ9ä°&‰A·\f S+ "
b"ŒQÂ3T\x06 =ö¦zÿ×U’€6 "
b"ŒRÉᡘ5¬œ\x1E ±QWõæ\x1C "
b"î«4^0æ7p¡─\x1D êýÅ\x13 d "
b"î»·\x14 ±▓2└ƒ‗ì!═ßð· "
b"Œø\x1E *Ó¦?÷…ºR]\x13 <\x15 Q "
b"ìJXR┤13└ú¢®Öö¸±\x08 "
b"ì`Àì╗8=ýê¨H0ª´In "
b"ìr▀+Þµ6yèä\x1D Ä║ÞÞÕ "
b"ìø\r íZñ=¡┤á5vªC&æ "
b"ìúîl▄À?²Áu╔‗¥hÈ\v "
b"ìÀ!1╗\x15 4\x00 ªÄÝ\x0E é;ßÊ "
b"ì╣\x03 ¦Ê/2a¡³A»┘b┤D "
b"ìÞ®-ð±3;╗uê\x01 Üfı\x02 "
b"ì°Ý¼½\x00 :y╝¤@│\x18\x02 ¿É "
b"Änk¹°╦2µî¹\x0F\x1E\x1F ¨Å3 "
b"Ž”\x0F z\\f 2g¨Eу2†â "
b"ŽÐÑn»J:\x13 °\x1C Q†å½ Ù "
b"Žá°\t kT<`©·²\ìýÒé "
b"""
ÄÙEô}ÿ8KØ\x1D\x01 Ô\x17 \n
+Â
"""
b"Å6¬\x1E /ð:\x1C ÿYÓ┌¦┼ < "
b"ÅO┐Ĭk9%│q┘P\x08 ┌\x11 Û "
b"Å[¦º÷;1\x1C ¢¡\x14 ;■ô\x16 "
b"ÅcÈ\x7F ö.3\x10 ïIDnY©<F "
b"Ås\x04\x14 ¢┤6ÓÇOîı¢ÚÊ═ "
b"ÅÅN\f ©║0┤«~╝§õ12z "
b"Å▓;ºFA>tªıQp│\x7F öì "
b"Åþzõøu8*½ô-E\x1E X▀Å "
b"ÅÙ3}9>6¤ìB■ýãÓ╠5 "
b"É\x02\x01 >)└;GØ╦\x0E\x11 rÂ$» "
b"É\x17 b7¡\x15 6ÿíıpðwL½² "
b"É#Ý\x03 <¢5˽õıæ~ázè "
b"É$)╬ÖÀ5á╣âØ£8Í\x1D\x11 "
b"ÉIà=¿x6$ô\x03 ßCLD▄æ "
b"ÉJ└®_▓6┐í_╗Ò¸ZíÐ "
b"ÉTжqå3┤ÄAıúf\x11 %j "
b"É┌┤æXß3kûıe:~Ñ╝Ò "
b"æì█èªþ3pü=£ò┼\x05 hÆ "
b"æÑã¼ï§1åìı×z,𥮠"
b"æ°▒O█k6ì®Ö\x1A ;$¢* "
b"’\x08 Ä©3ï5Ë©OË\r –££= "
b"’I¥Òüm>y“°¬•m2q\x12 "
b"""
’_c\n
F¨:è¨\f ×»B"»¿
"""
b"ÆxÕ^SË7ü▒d0ÜBaÊ┘ "
b"""
’ìõzi\n
8`£\x1A í\x05 Ð\x0E\x17 Ç
"""
b"’õ\x1A ÆŸ³4\x18 šò#-c€e° "
b"ƸV*K(4¨×Í\x16 Z\x18 ìe1 "
b"’øíXÐÔ<˜œc˜Ù.±×$ "
b"“Y¶Í>›>"£\x01 üò¿M¹Ò "
b"“m¦•+õ½)Ž\x10 ™LÝÚõx "
b"“{_–Æ„?6\x1E\x1A ™.o¶è "
b"“ŸAPW\x00 5z›L€wcùÿd "
b"ö\x0E ·aªL={Éä\x0F O1¥F\x7F "
b"”J ªï”3\x1E ŒÌ'NŒ„ÎÙ "
b"”aì[Œ^>j¡Ô\x1E ñP\v\x16 p "
b"”j¸æße1侀\x02 $–i©M "
b"""
”艫ÄÑ6´§\x05 \n
žë\t À\x19
"""
b"""
•\n
îrÍ\f :Á‡*\x07 »Ã¨€„
"""
b"•*boK\x15 1\e »hŸ:u\x1C ïv "
b"•O\v ™\x05 Å6\x1E ™ï\x07 O~\x07 Ç\x1A "
b"•o¡ã\x00 ò7j¬ú™›0+óö "
b"•q#Kši4î°\x00 9‹˜Vúe "
b"òïñÍ╔F<\x11 íu5Vû¶[ì "
b"""
òÛË\n
X¬<¢ÅùÚ╗2‗LR
"""
b"–\x14 àz˜Y7¬…±LrÔÏöÕ "
b"""
–V\n
å\t «6s‹\x17 Ž\t Uû“Ë
"""
b"–aÜrËœ6ɸNæÿ(Þp™ "
b"""
–eVÆ\n
Œ:\x0F ¿“ë¸RwáŠ
"""
b"–À;\è›1 œ‡Á‰D¢Ce "
b"–Ìlï!Ó1©¢—V§/²\x12 ² "
b"ù0╗ú|ª5]ÉwùËMA\x17 v "
b"—H[4»¾¼Ü\x1F À²šÁ&e¾ "
b"—n\x1D ‹5ü8¯›yí¾1Ÿko "
b"—¶~á·º6ê‘`_\x19 Á\x17 ¼æ "
b"—Ç}KC«2ï£9r±Öºd@ "
b"—Ó\x16 Žqî8ì¹±yw/N^² "
b"—ñ\x7F AÕR3Ò³ì\v o·4\x0F ò "
b"ÿ9H\x17 äã0\x11 Ä■E=õ|ü3 "
b"˜o]hÇZ7\x07 °Ú\f\x11 *4{Ð "
b"˜|\x04 Lý´:(‰¿!R._[, "
b"ÿù<y\x1F Ü4¤ì\f Öb\x07 8ýó "
b"˜¦ªJ‘ú8"†8lÜJ4:\v "
b"˜¯C\x1E ÚE:&Œo¬\x1A dP0Y "
b"˜à\x1E É]ö0X¤.!+|@z¢ "
b"Ö\x13 ▀Ã}G<CÅ»ó\x04 ¨┌N~ "
b"™*¥\x02 ‚»5Èž#Þ^ïçÀÎ "
b"™0µ…š\x0F 6YŸ“Eí4å,” "
b"™[žÒ£0;î˜gº%&\x19 •» "
b"ÜSF└>d5©ì─§wàr¿L "
b"šX\v\x14 ©Ô6}¸¥i6~\x03 õ¾ "
b"š‰÷eX6:±ŒNMªuò9õ "
b"šÐ8‘µk:࣬w^½f‘j "
b"›\r \x0F 0ÿ\t 2…µ\t u>¡ZÈ… "
b"ø@K┤╔m1ÑÉ(±\x16 {5*Ê "
b"øHâ▀Y╣9»ñÍQ\x17\x14 2ªÉ "
b"›HŒ–Ž\x00 ?C¥®£0è"¿\x02 "
b"›š$ïØs:Æ‹E³ÝcLþI "
b"øÂµ¨\x00 Ö9\x07 ó]¿àJçØT "
b"œV5"ò€5/ŠÆ5l6G-\x07 "
b"œi[¼\x7F ‚?>™£e›GtU* "
b"""
œrÂ\x1A \n
22ü²;š-öëÚY
"""
b"œu»1ˆA8k©Dˆ:Æ‘\x15 Ú "
b"œz/S§+6°‡8Ÿ!\x18 ‡ëå "
b"£âı\\x16\x17 ?|ÅæDÿëÒý┌ "
b"œª\x1C _[¾6öºÛ¬\x03 ÅÌ™© "
b"œâe<Dñ2SœÔ¢.–øÁ$ "
b"""
Ø║º}╚+8'¥■ô\x16 \n
z~
"""
b"ØÚ;\e .\x06 >║ë\x06\x11 4?£Þû "
b"ذ9'Û&6»©?Ý=░+xq "
b"ž8X“¬ª8§€L¹j)Ý\r \x1C "
b"×╩░¹mû8¬øìI\x01 ÂG)Á "
b"žò¹Kg÷=\x1A ©\r 6\f j„ÜX "
b"Ÿ\x00\x12 Ä\x7F ·0š°ºÕi¥Âìr "
b"ŸdÌ\x17 %w4bž‘CÇøJ>è "
b"ƒmç╬E░=üì\r )'▓ËVþ "
b" \x11 ú£×>2œ ¿ØNNä–| "
b"á\L)D■6Äö╬<├¡\x7F Øí "
b" gGûbË4\x14 ®™\x1F ·ùÜ*¡ "
b" tlŠŽï<y›HhÂÌíuy "
b" \x7F |6\x04 \r :_‘\x15 @\f '‹yH "
b"áç3Ø0+8\x17 ¼╝·î\x11 <É╩ "
b" ó6‡4R<é±ïAýòüÑÑ "
b"¡\x03 GQ®\x03 8\x05 ¯\x04 ŽOðá«ý "
b"¡"O\x04 £0\x16 ”@s,KD,ß "
b"¡$£%\x16 Í4Ž¢ºB‰Ý’‚F "
b"¡\x7F ß&Yù8·‘\x11\x16 xï'$¢ "
b"íÉ2Í\x1E O>W│cF\x19 >:\x05 H "
b"í▀Tì\x02 44═ÁÂQ╗Ú¦╦\x14 "
b"¢\x14 ¥Ç£O0\x06 •\x10 QõªÎ™v "
b"¢6ÚFg¡>\x15 ¸Ó!vIO;Û "
b"¢qSˆ“00V€ŠŒÃщ\e ˜ "
b"¢„©Ýz62E˜YVó\x13 7Ml "
b"¢›ÑJëì4š”Nà\x00 ¯\x06 C\x1C "
b"ó±N.▒â1qÅ╗a\x12 ËDît "
b"¢ôzX\v #>dŒpV&=íE\x01 "
b"£.Äš6º<ý \x7F J†bAëR "
b"£3¡e?Ô7ã®Qfûk˯„ "
b"£yÿY;…4øŽ´:\x03 Šô4ö "
b"£Æè\x07 ¯\x1E 7è±Pi¾6Q`Š "
b"£ë«Èm";%ƒg\x19 '±\x0F ‰´ "
b"£ëúH\x1C Ä>4±aÚÂÂÎ\x18\e "
b"¤ À™\x03 ï9±©ëƒúŸz\x1A ƒ "
b"¤„Ad\x13 Í6“©¤¸`Zò:ì "
b"ñÜ/\f\x04 |:\x0F ÄGüý Øú8 "
b"ñá\x06 §╠Ø3ìÆ╚K@ÿ\x19 äò "
b"¤Õ\x11\x1D R=3Rº5Æ£º¿f› "
b"¥\x1C a¦‹j4½Ž„ú}\f ÈëŽ "
b"Ñ\x1D\x1E\x19\x00 ┼8º½█\x05 ╝yØ│\x19 "
b"¥-\x1D º\x17 {6··%þ@yî\x11\x7F "
b"¥K#áôB?×™ª-¹MùåF "
b"¥m;©\x13\x04 1\x0F ’zÖõ\x03 áBh "
b"¥ŠÁP-ÿ9’·+ЮdŽÿ\x03 "
b"¦\x12 ½\e\x15\x1D 4\ˆ—n6uèÂÀ "
b"ªÁeÉ▀ü9¸âƒ¦,╩&:¯ "
b"¦Ã£Ý\x1D ì15œ¢ÍÇìzw\x12 "
b"§\x06 çÊ"-5^‡¯FfÖ\x04 ä\x17 "
b"§\x07 ¹ˆ¤Ð:ਛ¢äè;¦œ "
b"§©™\x00 šë5\…@\x1C ™Ø\x7F é® "
b"§y¯ð–4\x16 ½nç\x14 ¸\r ö\x00 "
b"§Æp‰èŒ;E¿$;ªE‘zž "
b"º█Ùaç▄5ßü‗û¥pû\x1A\x1D "
b"º¹jÅDB8çÄ╝\x0F 8®Nï· "
b"¨\x17 Ái/47Ȫ\x14 ›´\f Q\x1C © "
b"¨DBË7Ž2ü¤G©Úä>W¹ "
b"¨S®®\x08 58¢‰ÛiGf‘”\x05 "
b"¿pCïÎì>ÙîF\x14 ÿB├}ê "
b"¨{³”LÂ6¯§‡h)·]¾: "
b"¨ÖÅñýè71 rž…OòTÀ "
b"®\x04 àïìn7-¿\x7F ªÜ\r B\x16 d "
b"®\x14 ªkR\x08 3ëü:4.└H2O "
b"©E”\x0E /‹3ŹìÓ[.Q'Ü "
b"®òÅ\t "5:¬Â©öç\x7F Ñy® "
b"¬\x1F 5║,╦<¸ÿú║o║,Åï "
b"ª1=`Í2@—ï5ü ÈÌ\v "
b"¬Gj³³a;rØoL)ÏfÓ\f "
b"¬ë\x11 R\x12 45ïØ¾¯ôVÓ┼æ "
b"ªŸŒTè«6B¨\x1F\x13 X†Ë× "
b"ª ݿń8€Š–aJE¾S˜ "
b"ª»ŽàØ×<æ†ÀàÑ\x18\x1D 5) "
b"ªËw?KŒ\x00\x19 ÜV\x04 a3¤ð\e "
b"¬═{&©à1¡╗ü╗,N╣çY "
b"«%J\v Ã\x12 0/‚¯ç^\x15 å7Ö "
b"½1cs¡¦5£Ø{æö\x17 ª‗q "
b"«·#\t þ˜:õ´\x02\x1A ‚H)ˆö "
b"¬\v ŠöJŠ7»‰\x19 G.UÙþ¡ "
b"¼&£X5H=H¼\x05 Eüuz7L "
b"¬@ÿm\x10 Ü—¯\f ýµ6Ð\x1A e\x14 "
b"¬D\x15 ×\x1F ž9/– NÅܘˌ "
b"¼K╦▓~é1bÅ,\x07 ▄Cƒû‗ "
b"¼Ý}¶N\t 2oâNoIØóec "
b"\x06\v\x05\x02 ±7”¯fÔƒ¾\x14 ¸^ "
b"¡W¾k\x1F K8ƒ¬>Nü¥MæH "
b"Ǻ~<Ç4l‰=ù\x7F ÛÈ÷\x10 "
b"¡¨ç ┐3:ç¬ØÃ}\x08 ¿µ$ "
b"®!7‚wl0€¢í¸\x01\x10 -…r "
b"®M&”*È4ày;\x07 Ò'¼ "
b"«qê╚Mæ<5àæÅx;oÊ╚ "
b"®ª€.O»8Ïž¹]Ø\x01 Œ™¤ "
b"®Ú'%€\x1F :€«à\x16 á#þì "
b"®à\x04 œ~–6M¯Õ\x7F ‰¬k6¢ "
b"¯ZÄo."1ú•¡º1›ôDf "
b"¯mï\áX2\x0F ƒG…å…T&7 "
b"¯r‡ñÚf:a™Â\x04 •ü$(Ö "
b"¯–ëpÉ\x03 ;Ž„ö(\x02 ‚p“v "
b"¯²›0\x1F .;\x01 ž™~hòy|: "
b"»Âì\x11 lm?ߨæ\x7F *Ŧˤ "
b"¯ÑŸÿ³¦6å‘5AV\x19 ‹2\x18 "
b"¯Ý{ÙÅ26™Ïjp‰ˆ\x06 ¯ "
b"»±\x1D s^¶2‗ÇOì[╦\x16 [$ "
b"°\x12 ]\x1E %874†úô*ƒòp\x19 "
b"°\x18 ;&ŸN6\x18 ª:^ÀÌ÷Pµ "
b"°(VE\e ¬3\x0F £¥Üf\x08 •“ß "
b"°7–\x01 [Ï>[œÓV«œ7¬0 "
b"°?€\x19 d›7¾•!…fª¥ß2 "
b"░éèhµD1»©É[8æ\x03 t\x02 "
b"°ão{\x07 >72 3ÂJ.™åÄ "
b"±3l?¢l7ò•ðìí€C¦. "
b"±¨îiA99\x16 ´$²½²Ïlö "
b"²:>\x1D 8˜9þ‰?`šðÔ¾I "
b"²H^ÎÕ\x1F :¤˜U\e áUqw\x06 "
b"▓ª¢ÎÁm=\t ÉK:>Éjìã "
b"│\x01 É\x01 #\x0E 30ù)Ì└\x06\x03 vÚ "
b"│(¡¥\x1F 96\r ì┤Qd╚P┌¯ "
b"³Q¢\x03 gá2%ˆ¥Œ\x03 œcù” "
b"³m»Ä5k4©šnðÓ–\x1C\x01 ’ "
b"³¥ ±‡\x05 >ô„7\x17 b²-¶ì "
b"³È\x14 1\x7F 32©§)ѲÓ\x17 ò\x04 "
b"³×¬µ\&;«³oÆOmg;® "
b"³à\x0F Š´+2<½÷üåB”}û "
b"´\x18 ¿A6î<ö‚·ÆS¸úû‘ "
b"´)1\x05 XÇ>ຨ£r\e Ñjí "
b"´4zã4®8J¯¯Œ×kð[‚ "
b"┤A'B±g7Å┤\x16 U\e\x03 ø¢ÿ "
b"´£~ÈgÒ0\x03 ³o+jóŠ‹€ "
b"┤ýh└0í6öÉ╝\x01 ?f\x01 6ª "
b"µ\x12 4FÍ\x1F 6&ŠÏÚ\r ó\x04 gÅ "
b"µdA"À–7\x1F œ£²n8w\f ê "
b"µqÓÙä÷7\x00 ªKE"ÓyX{ "
b"µ\x7F Ê>ùF3\x1D ¢#"\x0F ó<Lñ "
b"µÄÄíÆ‘5{žd#îýÊv, "
b"µËFI¾B<\x11 ž³\x7F Ÿdm×ú "
b"Á╬j╝°\x17 7┘Ø┴\x00 ò\x04 §)\x1D "
b"Á‗\x12\x1C zV4á¡ÅM═¹\x01 ®¹ "
b"Â\x12 HAn¼1»ìÆ╚{╬x±┼ "
b"¶–ôXãš7õ¬¦þbâø]O "
b"»\x1D êwO1|É║=ô7\x06 iº "
b"Â┤~«0\x14 <Éê\x1E "ߨ\x02 À% "
b"À\x13 óuüë5\x11 ░¦Éú\x05 ×8g "
b"·`:úiª=§¯â!L©‰8ó "
b"·áøô"#9Ü,R\x1F "
b"""
¸6qèßÈ5G³\x7F @è\n
Þø
"""
b"¸>š\x00\x02 ¢=s”\x07 ±Ôï\x08 ÙK "
b"©p█àï╣5±ØwWkZ\x16 ╩¹ "
b"¸v” `»?\x7F št\r ðþJ\x02 — "
b"¸‰Þf:>=²«)³°’˜Ã\x03 "
b"¸ŒD•‡.1ËŠaÂ`cW‘a "
b"¸•:¤µé6\x03 º["hƒ©û- "
b"©¡v\x0F i=3▀ú ¹ìê3·╩ "
b"©´ds6q1¨ü\r ×\x16 4\t }ä "
b"""
╣\x03 p¾\n
¤2\x11 üOÊ\x01 ³\x18 ¡\v
"""
b"¹ŸReÆ^3·„éò1„ß#œ "
b"¹®U¿—Û5…ŒÚ\x07 ã¼p\x10 Í "
b"╣└x4ÖB4$ü¾ùE3¹\x1D è "
b"╣‗ªÿT¾0█å¿B¢ÀÅÓ\x16 "
b"º\v ˜5ü„3\x0F „\x11 †Õ¡˜*9 "
b"º\x15\x08 è\x13\x10 =غ«\x1A $šîB‚ "
b"║L«\x11 Bò3\x0E ûy]ì┐é┐6 "
b"║y5>\x03 Ö<·óöÁıÅ!\x1E · "
b"ºŸf´Ý¡=P³\x7F vÅÑ\x16 ÄF "
b"»\x03 ?#^Y:ˆ°ÍË9ÍŠXf "
b"»JÄ‹½Å4\x07 ¢D¾…u\x04 ?H "
b"»LÌ¥<µ:K¿Ë|úw³¶N "
b"»¢|¿Šc2‹›@€È»-\e\x19 "
b"╗Èô_Ìö;cÜl&f;ü┼² "
b"¼\x1D çÛÆ+4dŸ;‹VÜiÁi "
b"¼Eê.Q“5\x17 ¾[œ\x01 ŒMUµ "
b"¼©û¸\x01\x1E 5\x17 …\e\x10 €Sí\x15 — "
b"¼ª:w¨ 2£ ÎñÄeF™s "
b"¼·9p;ì?Ç¥¢‘Õê;Ì, "
b"¼õ\x7F\x7F\x06 c7[– \x12 2¾\f w7 "
b"½iO¥¯‰0\e £\e À\x11 6<lt "
b"½•\x12 ߆›3lŠ¢I!VéVS "
b"¾*Q–\x02 °>v“Ù¢_ 3¯3 "
b"¥I▓ÚQ╔3ëïZ</ì╦┤: "
b"¾Zû¨\x04 n2\x00 ¿Áy\x1C\x02 d‡x "
b"¥Ø┤d¾ =-Â:è°îһ "
b"¾£EìP\x07 ;.¹zñŠ"Ôõê "
b"¿\x10 %™˜°7C Q7AøåÜ„ "
b"┐\x1F |H.ç3\x01 ÇØ\x17 O\x1D ³(é "
b"┐]мh?çɳy\v\x13\x12 Û┬ "
b"┐s£(¤³:ÆÅh\x05 ÆÒOG- "
b"┐½üfÂ<3ÞÜ\x12 tîY¢!ù "
b"└\x12 o┤ã::\x08 Åc\x18 ï┤¸F' "
b"└,oüU│=!á(²Ò%úå) "
b"ÀsQ\x03 YW9y¼wP^3M‘? "
b"└zÕWoÎ8Ò×á¢ó\x10 åÊì "
b"À\x7F ú›%·;G™¸ñå<>\x0E ‡ "
b"ÀŸ¾^}?3 ¯ïЇ\x1F &_W "
b"ÀÔˆ\e é;8Û«AäÓš\x1D ù‰ "
b"┴\x02 AFÅñ9½ÿ3É0h÷8T "
b"Á\x05 Ô\x19 ®=÷°ø’Þ?µ¸\t "
b"┴\x12 ║¨mj8Ъ2rø½ìQþ "
b"Á¦¶"\x11 s1ë¯ùI\x7F éÞsW "
b"Á³\x1F +ô†4…ª»Ë\x1E Q[‘C "
b"Áµï„p;?ä°¿ñZb³¢\x1A "
b"ÁÔcúä\x1F <Ì¥çiÇ«nšw "
b"Áã%ÐÀ*>¦½åq\x03 =—ìð "
b"┬\x03 åE┼z=<׬§ü´▓ï┘ "
b"""
┬OÕþ┴î6█ú3üe§\n
E┐
"""
b"ÂU³»¸K4‘¸_I9‘#É\x1E "
b"┬YIâØÙ2┬▒¦ªm¶Ô*Z "
b"¸&£[þ;¢£\x01 íÝþÑaç "
b"×Ɣ¹à\t "#š\f Æ»¯q¶ "
b"Ûçß•Ë7|˜oT‡Ã8 ‚ "
b"á¡¶js9w§¢è“”w„ó "
b"þDﳑ7U¶÷ú1œ@³„ "
b"Ãô\$\r €5\x02 °¢xfÝðܘ "
b"─┼_ÉÀ\x07 <\x1E òUÅ┐.`X5 "
b"─Íþ£X.6üÿþ┐\h±╝« "
b"Äôä°›\x1F 7:½ÉÐ9šZ²x "
b"Å\x01 %O)Æ:¶´ê²®-óú\v "
b"ÅO‰¿æz1.½¸\e úZÐ8t "
b"""
ÅÌa\x05 ò‰1Ú¿gaè\n
÷\x08 O
"""
b"Æ\f <”\x01 >9\f ‘ÉÄP’\x18 Êù "
b"Æ\r è\f Þ\t 6ܽa%¥~Õ¥¼ "
b"""
Æ\x14 ¼ÿSá7O²›\n
é¡\x17\x10 W
"""
b"Æ'¡sBS45§ŠÑ²¡zóH "
b"Æ?Ò8r%1ò¥\x03 qÈ\e KÅ "
b"Ã\x10 ÆzñP3¨ªu\x1D R¿á\x06 ü "
b"Ç#ùV\x16 ¸0EñÐÿ©o†Í "
b"Ãa╩dØq1║¡ gü¿{┐M "
b"Ç|þ··d9£¯>M¸Œj‚; "
b"ÇžiÝ\72\x17 ‚v¢³uŒ5W "
b"╚\x1F y³%F3\x06 ┐²Î¡zÃ\x06 ü "
b"ÈYE¶¦b7¢’¹ÞÈ\x0E Ø,\x05 "
b"È€6\x02 ˜L;İ=†88Œ@V "
b"ȃróµ\x00 1ÚµÞ¢»‚\x14 !… "
b"ȦÀzH[3–¨Ãl\f ª‚‘\x07 "
b"╚Î4ðIá8ìÜ37_ÖuÈ. "
b"Èó{ C¤7Cœ‡L\x01 Fî”+ "
b"╔\f M¨║x:ªØ«‗\x05 ¤ð?▒ "
b"╔i║┌cÑ4\x03 │ØÜ\x7F 1æ²m "
b"Éy\x1C M?|8R²\r ‹²[“<D "
b"É}L}Ï…=d½%¹Zá\x18 ³; "
b"ÉŒÒJ˾4\x02 ‚×\x03 Ï€z\x12\x10 "
b"ɰ½·\e\x10 1h§ò\x01 ?˜\x14 ³\x00 "
b"ÉÈ7ñHÜ0BƒxÐ;¿wA\x7F "
b"ÉúÈ\\x08 °<m«A\v }\x16 Õæ´ "
b"""
Ê\n
ô:¼É4Mº8Ú¥#‡a•
"""
b"╩\x19 ÙêÖa:åäƒû┐Å\x12\x11\x02 "
b"ʬـì.0A\x1F “Œ0üp\x1F "
b"ÊÂ\x14 ˆø$?h£³—q<!\x06 } "
b"ÊÖµ9>”a^Æ—¾ø•"|\x19 "
b"ÊÙ\x1C nLÃ03’á4áúä=p "
b"Ë,Wp\x0F Î3–›I(e¯c¶Z "
b"╦JÜÍ4s6Ôª)┬_\x06 ôü\x01 "
b"""
˸\n
}û\x14 8Ü‘B–âÒn\x7F S
"""
b"Ë÷\x0F tòÃ0+±ÁÈŸ3³=\x19 "
b"Ì\x02 Èi\e ß4O²¿†\Zì9; "
b"Ì9µ1õ\x08 :k–\x0F\x06\x05 PŽjÓ "
b"Ìa(£P‹3¥“k©º±‡þ˜ "
b"̃K”\x19 «8É–\x19 Øu«8žz "
b"╠ï4Å▀├93¬┌Éë\x06 âCð "
b"Ì–¯ÑX\x17 ?` 8ËTËS§& "
b"̳Zèˆþ2¸·DTìðot² "
b"Í/¯ó¾0>ÆŠ?yÓß\x08 ³· "
b"ÍnT!9c7Q©€ìdj·-v "
b"Íq`d*38H©ù¸C\r \x01 m‹ "
b"Íx\x08 |\x1F •=\x03 ¹ª,ü{Üû "
b"═è;7Kw<\x10 ▓²Å═´╠®ê "
b"Í–¼dÆO0±©ng\À\x11 W¼ "
b"═Ìü-\x1D x;\x14 ½\x13 #Ö.C¶ "
b"╬\t â&P³7Øñ┐§┌þı\x04\x0F "
b"Î\x19 ÿ\x1F ¬[0m¶ßÊAŸ}[y "
b"Îkç¥ì¤4\x15 ³¿\x01 p– Åe "
b"΄à+Én2~·«‡SKKH‡ "
b"Ï—-£â\x1C 5\x03 š¬\x10 $2\t\x18 M "
b"Ï¥`R‚Ô5\x13 ¶n‰pTÕP "
b"Ï× ¬Âm9\x04 ¡t2Ÿ³Àî€ "
b"¤¦ìö¬┼;F£¨H├*ÜÇ "
b"ð#\f ´·├<²ò\x05\x15 Ø$#÷} "
b"ð,()ûu0├û¾)<ðÉl├ "
b"""
Ð6\x1D ¨\x03 z5p§×Ù“\n
+\x1C\x12
"""
b"л\x1E øQ!<°²Ã®9^Â3¦ "
b"Ð̲\x04 t®57€Ñxš ·Ãá "
b"ð°²ý┐¿>═Å╔╚³ÉDÑ£ "
b"Ñ\x05 3nµb7êµáb\x17 .1›d "
b"Ð,\t 8:Ö░\x14 ç\x12 7┬F\x0E üð "
b"ÑfË¥¥›?uª\t 1PwçÐ\x1D "
b"уM8d¤>ÚŒžm1k\x03 í\x05 "
b"ÑМ›ŽÝ<\x08 µWé&ã:Ķ "
b"""
Ò\_\r /•0ƒ¦U–\n
µ•»\x19
"""
b"Ê]ÁÏü\x02 9ƒ│Y+&'vw| "
b"Ó\x05 QþFÂ3¯â—gù\x02 æk "
b"Ó“Ìwˆ\x06 8Ùˆ€\x1A ÜŒŽÙ< "
b"ËÙò;#Å6J▒îµ╩}H;Ú "
b"ÓúŠè\x0E p?ç’@¤ë€)U= "
b"Ô\x18 ì¥at?Ú»#&NPè\x1C "
b"Ô5µDN®2Œ¢}WäTÉëß "
b"ÈJ\x02 ÁµÎ=ØäQ├i\x1D O§d "
b"ÈØhYZ┌8^ñG£Õƒ▀┘÷ "
b"Ȫ`\x0E ╚<3╠«\x13 N║¦┬ìú "
b"Õ\x1F ?_I°>ÀƒB|öÌ…Úà "
b"""
Õ^\x14 .ºý7z¡î\n
á^X\e D
"""
b"ızX@ü└1█ºm#\x1E ]¢═ "
b"Õœ \x1F\x04 ã4k§¨Ý\t\x10 G×\x7F "
b"ÕñÖ¿‹–?Ø”N\v ªaÊ]í "
b"ı‗ └²ó0\x18 │ù·½É~êµ "
b"Ö;_ÉþZ<\x02 ©Å\t §í¼5{ "
b"Í?¾\x00 #Ä=»ì¹ëo4\x00 Ä "
b"ÖÜe\r ×¼=>¾î”ÉFÍX‚ "
b"×"ëùë\r 0ˆ£Dðö'W@h "
b"×*R[ëY>\x06 «…\x19 Â\f 8£× "
b"""
×Wöï2Ô7»†Æ\n
-öÆí×
"""
b"×ÒP\x10 ÚR7Ì‘¨]ò\r CŒ± "
b"×幚U(<$»´‚©Õ\]Û "
b"βf*¸ñ0░ØÌ<╩E\x7F ,\x13 "
b"Ø\x0E ?ä\x15 †3¸•ÒaPeç0à "
b"Ø\x12 ÿÏot3ϲåà ?–˜Û "
b"Ø\x13\x04 Ï\x18 °3©´ žFFt‘ò "
b"Ï,n\x00 ªª0/à╝É\x1A :ÿ{) "
b"ØH³!Ì]?ñ´\x0E ¨Õ¢²3D "
b"Øu÷,Ë\x19 =Šwú\x0F Jà\x01 å‚ "
b"Ïè~Ã─Å4bÿ┐ÛìÆ!Tç "
b"ÏÎ\x1F MøA5)Åý%¹¾òЮ "
b"Ù\x05 ‡Ú¹Ï6I—\x1A Ô”Ã~*S "
b"Ùq\x05 Tg‘5R«€Ø7R\x1D ‰, "
b"Ùvì\x1A ÷ô2$†…ÂÀíaòñ "
b"ÙÂ߈Há0¶š£º•A2Åö "
b"ÙÐŒõ¶—2o™9\x7F Øéo'\x14 "
b"ÙÔ™Ok\r 6q³\x1C “\x18 dŠYÜ "
b"┌\x1F ÀK\x1F ü3îøQW\x05 ®\x11 X\x07 "
b"Ú‘‡»½G3ö¢„~}¥\x07 Ñ\x1E "
b"Úª¤p\x03 2\x10 ……äH\x04 ™\% "
b"Ú¶©×\x1F ®<°£ë,E\x1D Þc6 "
b"┌╬GT\x14 Ù:\x13 ì,È\r u¶N└ "
b"Ú΃ý:\x06 >tŒ‰ÇµÔ’Ä\x1C "
b"Úú >Š\x03 ?`¥¢V”uT' "
b"ÛAj\x03 PÔ7m»;l–:¨)u "
b"ÛOû[›M?_‰\e elÅcþï "
b"Û\x7F -:²Ý4K¥\x11\x0F $[™Ó¿ "
b"█ð\x1F à}ü2õ░■ÈóC¶I% "
b"Ü\x08 jÎ;ì; ”&\x04 Â¥dMá "
b"▄\x11 Xª½┴=┘ëÉ_E\x15 òLO "
b"""
Ü\n
zâ–8Q K,Yv½´o
"""
b"¦cÊ'ØE2¹▓^╣é\x07 ³W= "
b"ÝeW\x14 òú0ÙŒZÌ!`Ÿ\x04 ? "
b"Ýf—6Ú\x05 <õ¼\x01\x07 Û¢¦©E "
b"Ýsš›ã 7tžÿÈ‹BXrh "
b"Ý}åGÏÑ6j…P¦˜\x1A Õ\x1D ( "
b"¦ì½\x11 }\f 1¾ï/x\x03 0╩\x0E e "
b"¦Åü\x12\x14 ┌0óÉÞ─³┤å²s "
b"Ý£\x07 /rg9\f ä`bÊ‹\x00 J "
b"ÝÀ!qìŠ6¡¿c\v Õ7Rl× "
b"Ýåõt R;œ‰9‘}äk¢\r "
b"Ýÿ‘w©¸3”‘Xrñ\x0F B.Z "
b"ÞDËÃ<¶7§¬¢w‰«W’ñ "
b"ÞgÊÓ°$9«®¸\x08\x05 ÷\x03 ƒø "
b"Þ¢$œ<œ:…ŸfwÉ\x14 +ò2 "
b"޺塢/?Y‹î¯ \x01 ³F$ "
b"Þõ}fvÛ0U¨áÎí\x16\x18 •{ "
b"Þþaõ\t A4~¹±\x1A ‹;Ö\x1F E "
b"ß9aŠVê7΢oZ‰8EVÖ "
b"ßCm§r\f 3Öª†2~›>€\r "
b"ß¿\DFØ6³”\e Ò\x15 ×.äæ "
b"▀─p░ƒÉ8\x11 äý§\x06 È& u "
b"à;_¼—y2[€ß\x0E ô·ŸIí "
b"࡞Kö¹4Õ‡òl‡m¢Ì´ "
b"àú]“ÞC:ß…•ïºÉZì "
b"á'm=\x03 O5Á…†µ@Sú–þ "
b"""
ßruµ`\n
8½ÿç0ÉS▒┼í
"""
b"ည롕5ü–7bvË–\x02 ¡ "
b"ßì`L¬0;|ºN_ÎLéTý "
b"ß +AÅR7ÜíAƒÎé&[Ú "
b"â4\r É{9\x19 ¯?ë1œ½Ÿ/ "
b"â¨\x00 úå:0\t š%aQé0Œ1 "
b"Ô¦Zu\x04 s4ÀÉ\e ÷(ê╚¨> "
b"Ô 0â¡t6:úWY\f ¾ì}s "
b"Ò£\x10 Y\x1C M>"åÝPØBj(¸ "
b"ãªLðt\x00 5T¹®ÐØÜý} "
b"ã¶oc\x02 ¹4„ƒŒ®>wDL_ "
b"ä/ÉO™r0Ó¡©¿±·€"c "
b"äoÇÆ\x02 Ê3D¥Ý·á™zKú "
b"ä€÷Åÿ\x06 ;徨º†4Zòk "
b"ä°{ml>6\x0E ŒÇwŒ÷ޱ’ "
b"ä·‰Þ^\x11 <7¹\x18 \>ðçwG "
b"Õ?Y²VÜ=±û Ùº\x01 |>ü "
b"åOÄ\x19 G?îŠÂw\x10 ÇÈxg "
b"åfñw\x14\x17 :J‹¥¸Šl+ð6 "
b"åÉ#À"Ê6²¥Â1aà(¥ž "
b"åÒ=m‚B;à‰ë*Ú\x1A hŠ\v "
b"æ\x0E lৈ;-‡ã\x16 !y}´d "
b"æ0\x01 Dð\x15 <ñ„Èòª¯“Õ` "
b"æR¾½šÜ1ž®\x14 ƒÇ>Øÿ> "
b"æv™®q›:¨±ê…³5-g‰ "
b"æx‰##·:x»[÷.ª\e º† "
b"µìÕw'¶5Ïö1-.@á╔í "
b"æÍÊKÐ\x16 4ÉŸ¡ög³.Õà "
b"ç\x1F <ââS;Œ³~\x1A ŠŸø¾\x19 "
b"þôø{N#9-ìLI\t Á╝x* "
b"ç¡îe¶\x07 8É»\x02 $\x15\x02 ÊÕ\x1F "
b"þ├ÜÉ\f *2½¢§╠‗ÊÈ`â "
b"çÈ·›t\x02 8\x1F ¡â¸T|ß&- "
b"çë\x03 ‘3\x16 1t“5ÂÒw•k¨ "
b"çï\x18 އ\x0E >½˜zL\v \r m¸d "
b"èm{©\t Æ9t©æ"€µ‡pî "
b"è¡\x03 ùÕi;m§lU$òq¶Æ "
b"Þµ~ëÄö5³ë╚o└#/\x14 ü "
b"èæö2w41½ž¶‰A`\f d "
b"é\x1E š\x12 ´‡3ª¯tmÏ\x04 p\x1D\x1D "
b"é=¯ÐgÁ<c—µP,«svÿ "
b"éA®\x14 eÝ2÷‘\x02 ~\x1F -Îa5 "
b"éIÇ|Jí;¿²„¹âÐ|öx "
b"éx2b2s9±¡\x15 ®8¶YÒÔ "
b"é“fñ·s9Á—\x18\x14 DfÉ,3 "
b"é©ÁZÈ\x07 <Ô–qT·¿7S} "
b"ê\x04 ޱ½ð8ÿœ«±ÓHƒD\x1A "
b"êbè!,H?&£î6î¦0–# "
b"êdÊ>?Ç9)œ‚£\x07 ÄåÄ "
b"Ûgn┘®N47ÀIº┤ó█ü┌ "
b"êm\x12 ½»V3ïRMå‹ä½³ "
b"ên8Vø'3Œ¸ˆ\x15\x10 È,\x1F ™ "
b"ꆉ°â—?’†Éª“V0ã\ "
b"Ûù\x11 ßuÞ>╩ÅÉ▄O▓A└ý "
b"ê½Ð,ý€=¬¿§R‰ðœL¦ "
b"êÝÒ#ec6”®'\r ‡î‰^] "
b"êÿÞÃßó:ª—û³ÃF\x1A %} "
b"ë\x18 ¤Ù1Ü6!¹ò\x07 ¼M\x1E # "
b"ë!$ád7*–j(’Ô€ßí "
b"ë&MòžÏ;ÚµÃAªƒf™® "
b"ëSˈ¬þ3á©4%r§Þ<\x12 "
b"ë~5}¸g5M¿¾äþ\x03 é œ "
b"Ù░ï®§u2├░Y▀ÉÛªHo "
b"ýXϤ Õ>²ØÜïÁæth\x12 "
b"ìÚÑ´ë\x03 2Ɖ\x15\x04 ì¨\r ”à "
b"ìâé,Ñø2𸩆vtØð\x01 "
b"ÝR)xë04\x19 ┤zú×F\x12 üL "
b"í®Âq*ˆ7)‚>ßãW²ió "
b"Ý┤d`7╗2&Ø║H\x01 \x7F ú\x16 "
b"íïS4Î\x17 7¤‚ô¸§lžþÓ "
b"íý¦©»71|¾©@ñçÉ£¦ "
b"îZ¬SŒÃ1a†\f í\x03\x10 †ÖÎ "
b"¯Øf}╝Ï=bâ-N8&XÌó "
b"¯╔âã§28:ÉðûmHÒk\r "
b"îÕöÜåÈ;‰Š3\x1F "\x1A 5!Š "
b"ï-Ee\x12 u7±ˆ€Îšb8\x15 ƒ "
b"ïgüG\x0F Å5ƒ½ ê\x00 !lV« "
b"´üØ▀\x05 K3`ü\x02 9\x00 3Ó¸ê "
b"ï¶'\e 8;2¯ €’`ÙûMS "
b"ïÎ\x1E Æn\v 0Ò‚QAPÔªŠ\x11 "
b"ð\v ‡‡¯½<±²Rï@RǬ\x06 "
b"ð>8Ù\x03\x0F 0?ŸPë\x13 }\e ·w "
b"ìÔ+▄[0yÀÍÂè=\x12\x1D\e "
b"ð—Ýûé‹=» -N^á…uS "
b"ðíÂ4Çâ4´£uS‚\x03 ã÷£ "
b"ñ\x00 ‘\x18 2;†›ç‘î;Ûb™ "
b"±Ow\x12 òé9²ìa|øÄ╬\x7F ¶ "
b"ñ^L£\x02 ß<=¯\x10 óÌMþ˜^ "
b"ñtƒ#\x02 6$ºv=©ì¶\x10\x0E "
b"ñŽ,'\x1E ‘2܈CS\x03 rÁŽD "
b"ñãmÖ9Ò60¼%F‡Êë6\x19 "
b"ñî§`‡\5™¦\t ¦?ôb‰² "
b"‗\e ±©bi06¡║ì Ëc¿\x01 "
b"ò5)<‘\x15 6 —nhr\e N\x03\x17 "
b"òW\x04 n§$:¸“Q *½€k¹ "
b"ò·$lq>4\x02 –_\x0E ž„uýo "
b"òÙQË&¢9G‡¶\x06 òÁ–\x04 ¶ "
b"‗┌À÷ÔÌ26åß\x1D\f eO\x14 ì "
b"‗´├84%21àÜ)[├▀ÒÉ "
b"¾K!ɾ|;/ç═-y;s═ò "
b"óML¬ú\x19 0>Ÿ.'4”5Ït "
b"ó\„T¸M3:›¬\x1F FŽÓg\x1C "
b"ór\x7F ñ½Ø9*¾²š|&ÏTŒ "
b"ó\x7F B5´‘>Æ!\x03 +¸’_Í "
b"ó¥®\e A\x17 <“¦È¹xíá0W "
b"óØä40Ì1—©W\x07 /¼kBá "
b"¾▄Äo╦þyó®¦ÝØ│5-M "
b"ô(Š~ˆ¼:5œB\x04\x0E\x19 ‡\r Ð "
b"ôBðP\x06\f 0C‘»þÃ\x05 £H• "
b"ôOÉ´îs9›Ž\v rI‹ÇR^ "
b"¶▒¤ZÅ\f 5!╝┤éMðí<\x03 "
b"ôÂ5Š%î0ûª9)¸\x07 ¢ÃÉ "
b"ôí&r\t ´>– ý…z‘BüÙ "
b"ôðzQnÎ7ÆJ(©‹7ú\x19 "
b"õ<l’â54µµ‡Q»Ñ`NG "
b"""
õÚü–\x0F •=Pª.2Œk\n
\x01 ~
"""
b"""
õÞ*ÛŒ\n
4Ñ¥§ž ß‹a“
"""
b"õÞu`â:7´²ƒè\e áÙ‰‚ "
b"õó¾,^q8àŸ\e ºV\x00 *öü "
b"÷KoªyÉ>Ö╗²gír«+\x0E "
b"÷┼5ªÃþ8r¢>É\x02\x17 ╔õ7 "
b"""
öѬGcÁ?Þ‹\n
D”‹\£i
"""
b"÷ıûŤ╝9º»T:ÁÍÜ┤ "
b"öâ\x15 \r @\x02 1Û½\f bz$Œƒè "
b"¸"ïêµ┴:ØÜ~êô\x1F\x04 îª "
b"÷6[\r ’j9q•ñUÍÝ'Þ¸ "
b"¸@\x14 ╩I¯6ÅØZ,"»½╚\x1C "
b"¸W;&Õ¢?¹òB┴pÉÎ╝▀ "
b"¸_Bç²\x03 5B¬æÉ┌¨ı└ "
b"¸x²■¶29╚ªºü\r ÏJ\x04 w "
b"÷…zÜR\x01 4!¿gW‹‰\e 3 "
b"¸Í▓ìV@;;û®\x12 È\x13\x7F $╬ "
b"°_ı{X{6¾É│x8o‗S┴ "
b"°o\x16 ¡X 3ÀÉFL▀äbAg "
b"°pIÅ─&??é█î_\x18 Pñ: "
b"ù\x16\x0E ë\x7F :4› *ßmx×f} "
b"¨+ª╔ƒ&8làã\x12 á\x05 Ì%ì "
b"ùo/ÀD$=j°—#ØàG=8 "
b"ùqjn1Æ4G¸—¼\x08 ‰…(Ø "
b"¨ììê%░:╔¢┐§5\x12 ▒*V "
b"""
ù½\n
\x1F Ĺ<L¹\x07 i‰<w–Í
"""
b"ùÌÓtêé06¥\x08 &mÄpHü "
b"·\x05 \x03 ÿé2░É2Á(ðWÞ9 "
b"úYÄ+Ó\t 0ô·'ßäðZ\x0F – "
b"·]3{\x04 ñ0:üë\x19 ×àÞÖK "
b"ú“x\x15 œå=C¤EÀ©\x04 ò„h "
b"úéíæ\t Í1Œ¤R#¸ÎÖ~ë "
b"¹ìU\x05 íÌ0'×┌\x11 ¡▄Â8= "
b"¹ñþÅ&-4éÁ\x14 ÏjÍÿ´¶ "
b"ûÈ)8Hë8™²€—\e ê0kº "
b"ü'cؼ 4ÿ…ènÓ'³‡1 "
b"ü9[Õ~y4¥Ž†6æ¨Ð~… "
b"³;‗Øñ├0█ï─æHK\x18 ÄÎ "
b"üP2"Eð2#‚\x1C Å“6\x11 PŒ "
b"³aÎìd{96»î`\x03 eg'« "
b"üpïã^c8O·\x06\f pv,˜\x17 "
b"³z\x0F ó\x19\x1A =▀┤ü²ßé,|¯ "
b"³å¿\x15 Ž4«òp¨J@\x11 tV "
b"³┐Ò¬\x00 ñ2Pìu´à▓PÂA "
b"³╦GkyË3╚©/ÅÛÑzJ' "
b"üæƒÿ€T7¤®\x15 UìÌFñ "
b"üý[û\x00\x18 4P¥e\x06 ÜGq´¶ "
b"ý\f [Ì·Á5\x16 ½®RªÐu\x10 ³ "
b"ý@ãÏEÅ7!ƒä+„:q!Õ "
b"ý‚-mt÷3˜ˆgQnO]\t "
b"ý‘`¢ÿ\x11 ;%¦92WLë&\r "
b"ý‘”ÔÜ3<\x00 ‘\x7F Öè¢!´ã "
b"ý땪ÂÚ:x„jK-\x07\x15 H\x15 "
b"ýí9ýJm?á™âùM3c°i "
b"þ"T&Ü}9Øš…À¡™ž$« "
b"þJ¨”ßD:«Ÿ4Ð¥'ŸAJ "
b"""
þc\n
ËŒb1â¼Iø‘xmýv
"""
b"■ü\x1D\x13 ├â0\x1E ê#█ÙÌ?\x05 Ê "
b"þ¾Í˜\v G9˜ºç\x0E ß\x02 :\x17 à "
b"þ÷J\x7F 9°3=¿,V\x0F cTÝ! "
b" \e º<hÒ4'øR+ìi+Ñ\x0F "
b" ì\x03 5\x0E ╚4eÇf┐§\x10 ãöM "
b"ÿ¼F\v œ½0i´\x18\x18 ’yš–– "
b"ÿÜŸx:É>\x10 °Ç„R…³†Ï "
]
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 (0x0ED98ECC0ADEE50A7B3F85CF8984CDD9 , 0x114CE49504528DF26B1FC122FA26D791 , 0x389246F53C3FBB2D5FCF99D5ED1A42A6 , 0x47AB61620788D292404632F137D52250 , 0x4F4D85B5B04531AAB95D0844832C0FE4 , 0x501FEAF6DD018DF5BEC3E8ECBF7B6365 , 0x5842E7E2F53E9F47D85332472EA1C3F5 , 0x6A8759AB1AB91187041795B4E22E7A99 , 0x6AD583A9973EBE294A3F438DE1714955 , 0x746DC77C121ACD5A92728B53CC0DE8F4 , 0x76DB6C715B5D8AD6696550DCABFDC1EF , 0x86452593EE39F72119221FFC015FA125 , 0x882F7D98B7C5980BFBACEA0D03A737FA , 0x995C3E2D401993828A3904D62AE04244 , 0xAA632DD8FFBB99D0E63BD8B22F61D865 , 0xB3277C0227E4E303723F8DF055E5CF3D , 0xB7DD1A5E43FCE3B20EC732C8AEF46040 , 0xB951B2D711ADB9DAEBC0D24E8DEDD26A , 0xC3AA79AD68AC6205EB4939C71D2E0A97 , 0xC5CB83EAD1D11F6B8F604A902C4C6454 , 0xE262F597330D9E29D6EA8E17453EC2FF , 0xF2A06FC58BFD15F68FA02CEDB9EAFB64 , 0xF603AAA7465CB4A1573E70CC144D9172 , 0x0005CA7280323DE59DC7BF2763C5BB95 , 0x000BA968F43832B291DAE01B4FC8166C , 0x004CB26CE98535249C7E7EBB4CA18596 , 0x0083135329F73B7DAC1D47BF018EFDDE , 0x0091034EC1BE30438BD8FC4EB7B01149 , 0x00B0EC0928D430A195956C004A9390AC , 0x00F4980BB6353F90B86203FD27DF956C , 0x00F98902C1443802B8E6576007988AB1 , 0x0141D06C9A083F27A40FA72CE958918E , 0x01922FC9D94E3D94B81D29CE245075C6 , 0x01F3929BFDC031FE891688DA9B9FB8AF , 0x01F5EEDC9DD7306B96A21ABA5B93EEA9 , 0x0220ED04E9793BFDA8E474DD523954E9 , 0x022359DF4D4F33B2A1F70E2C5F9A3552 , 0x026B7166503C3AF2BCF1D1D1517EE9DC , 0x02764F31D85132129BB2C912357FEBC2 , 0x028364D769FD36448F0200332930A02D , 0x02A84B555C7635F7B7E580F27C779B9B , 0x02CE7FDBD45B32E9B9E78829D49D09EC , 0x031BA834FF1934CC8782B9BFEEFAA51A , 0x033F81C6AE763AF3BDC8FB6D60F15FCC , 0x034FD170D303304AAB9F98739E5061BC , 0x0359E132352A3C328215F73AC130D963 , 0x03954D30F40C3058909021F64AE2C74E , 0x03C133B7270B33C797718B3FB7F5EB73 , 0x0411F8E7122D3259BA6B89FB1B7D3CF5 , 0x0426B2430FFD334A97F4BD0F5EFC827F , 0x04517FCDFFBF3239835F93C194321A83 , 0x04640D32EE82305CA6ED9740915E134E , 0x0468E5E6427936389BF9B923789AA7D4 , 0x049BA9CA019F39A1B9266759BCE7772C , 0x04EAC123E05D33C8931F6068C12B8752 , 0x04EFA95F2E3D38C888663E00A8689CDE , 0x04FD020B34C93DE9BB862EE3D87C5391 , 0x053517429700393195BB6D2C75980AA9 , 0x05AF0B76461C3EEB9F17AC55E2E6EE94 , 0x05C82C8D9CD73A0FADA214DAC41B7D31 , 0x05E208BE369D3239A3DA935C7B534D70 , 0x061E8036F05F354DA4FD214CE6580288 , 0x0631CB64623192E6C9C332D6F574968A , 0x065C49742B61376BAD75D77A61E19249 , 0x0712DE645FEC3F9E8304B87100D0A212 , 0x07279500B6433946A8815997FEA80989 , 0x0737B94265C2348A884CE14F761BAF21 , 0x076C8B05528D3CC8A31F4D3A144E1FB3 , 0x07C2768E01033E4CBADC052E6A127450 , 0x07E9FDC05B8137CD8E25C451A9E5A265 , 0x0858D2FB097734F88B5EF2A841AD920F , 0x08D50791D9813248873595A1D80E6441 , 0x08D933E366663989869F01B821B632BF , 0x08FE048E2A643B3597E59A663564C03C , 0x0916550F3F9832F28E0C21BA9D1ED858 , 0x0931EF40A9543D99A73E67AD6D41C750 , 0x0954C2E05DE63FF3AF79EDD6980C84DF , 0x096A7783D37634E7A3268CD0D98092AA , 0x097FA69067F13179888E219C9FF0FEC7 , 0x098CB596865138129CD3940D7A8833F8 , 0x0A109DB006C43DB68C4678C2E57C0CF5 , 0x0A787F47CF85361499A5908A514BBC6F , 0x0A9A875BBE1E398484A0C611C347FC1C , 0x0ACA19074557338B9E517E7E7B1EE009 , 0x0AFE4B2BD6DE36C7A7C0CAFBFB8A00E1 , 0x0B06986091EA37B4B1DAD9406D686974 , 0x0B1D869CFCEE386EB77B1299204D9575 , 0x0B58BE67BC9A3E35BD47FE4C8FDB2A96 , 0x0B7DF07EF3263E23975294382D56692D , 0x0B80EE6E8120396584066E30A4DEFA14 , 0x0BB0C34C01FA3C15B1BBF86099EB92B0 , 0x0BBF2BB1996E354E91B69004382E872B , 0x0BCC9A98BF033056B0FBCB70D67F3C0B , 0x0BF42EA4652632329B5E101B0333EF7D , 0x0BFC84BB51233A89B78D39FF4DA362C0 , 0x0C3C4275101D2832943047B63047BFBA , 0x0C4ED38C2F2335149128577606A7E967 , 0x0C709B938BBD31A0BFE8C6029E5C6916 , 0x0C79C317B9593E8E8E8A2391E33E0A4D , 0x0C7B08CAC1EA3F11B5906F57497E7EFA , 0x0CC40C22AECC319B92F97D8585DBFC83 , 0x0CD546771350316E8015B5240CAA6015 , 0x0D51CA842177319EA0E764467A301793 , 0x0DED503BEB66357495ED0A96CDB9F07E , 0x0E70C8C8A31B3FBCB47277BACE543A64 , 0x0E82853E275D3D92B73D6A4AC6300E8C , 0x0E8677BC58F735C397491A45104906C5 , 0x0E8BA4D651963F5F8DEB35158DCEFF10 , 0x0E95D761B2423F4C9989ECD35ACC941C , 0x0EA6F95A7AB639029982C78C008619EE , 0x0F174EDFA26A3EE7A16F802D6583E3B7 , 0x0F4468265B173E7F8F3045762B6C4CEA , 0x0F8D777B547C3C3F80B779D60A0E48DD , 0x0FAD4936ED313519B481FD08E04EECD2 , 0x0FADF2FBC384365490E76D44826F541D , 0x0FF8ED5EEB1B38E9B671F63852A2A810 , 0x101746E04B6C38BAA3B9B8335C6DFE98 , 0x10374BCEB8533BF2AD47A113BFA72667 , 0x10469D58D482324D935EF9E4A99B52CB , 0x10A67EFED3133A7F851107C389D23FD8 , 0x116B9DBA1F6F3698B641C86E82D32CBF , 0x1228DB9FE28E30368050F0C6FD021C32 , 0x1238EFD127853107A66703D388BB4F82 , 0x12443593ADB735E98EDBE43E16209004 , 0x1259EC6D0EA1303D8BC41B5074205B83 , 0x1291102D5DC23AEE86FCBD8DF24FF529 , 0x134F30F65F1A3A6DA03AEF66B71E9549 , 0x13B16151E33B3ED3AC19B6726A33CCC7 , 0x13CDD3DF5AC7352FAC83086458FABAEC , 0x1424EED051DF324B92AA9BB088FEAC54 , 0x14B4F56063B13557BD9FAA0B9449A400 , 0x152C74353CBA38B1A8AEAF1F1602AFDA , 0x152DD8AA5AC9366BBE46C0DF8FFA6F9D , 0x157E9E0FEF733E81A2E922BD7A431B78 , 0x15FE0E5776D8338ABA5645240E000EC0 , 0x16206CDA613F375AA6412E4F0CE6AC7E , 0x16282D1D02D039D094EC922285906CF9 , 0x1661592E7426329EAA861870BC31FFF9 , 0x169394C2CAFD342D863B5DDABDA664A0 , 0x16AC7B7BAD9E38659109A17BF784AB87 , 0x16DFB1EDE3213D5C8E4DA74533A9B5DC , 0x16ED21DEADBA3B7D8A9FE3304CECD28B , 0x17231904B9D33804B1F4427FF5E40086 , 0x17293DC7815E309094781C55D210B1A8 , 0x17CA81F28FC039AF87010A89C3866BDF , 0x17F5E193E24039D997D9DD0EE97B74D5 , 0x183E8FB6C537310DAA63A69EEE1925B6 , 0x18F56DD6DF4F3C4AACD3A1A539073022 , 0x18F721E387D633F38F9D29615B701E98 , 0x18FAA560D93E3E58B7C6C0F580BF4214 , 0x1918FCB37913322990182B2F78BAC6F5 , 0x19256F2CDB5D340E8C7DC69FCE529F87 , 0x196DD91B88E533FCA4D0541C6A81AE9F , 0x19F2939EFAB73D948B21E323F4FA0474 , 0x1A50B24CC6F2394E9EC11488CC36674C , 0x1A642807145035D4AB4017D5306CC741 , 0x1ABBFBD0DD0930C4AA40F2241AB1D8A3 , 0x1AC8D58FA32F38C2A397DD2E397520AB , 0x1AECD7E2FB6331B781A32DFD69F78C10 , 0x1B21A083B61D35879E7CCC048E9DA9C9 , 0x1B286FFCF87D3CE8B149D41EE21E3239 , 0x1B896ED97BBE3BD79B6B69F133F3A720 , 0x1BA00DF231ED3CCC8FCE5281A1EC1576 , 0x1BB7D3B12BE333ACACD35E56D423E0D2 , 0x1BCE7DB5E877364F96A5E36F930A9B96 , 0x1C59C76B57B635FBB1F4C396D73ABB26 , 0x1CABB3DD12CC3DB798F11A1B00ADC1A2 , 0x1D18858D869B3134B82B32F9700D549F , 0x1D3107718C2B3C319C370B30C363375F , 0x1D3FAD236BC33DC69295888EB954D34A , 0x1D4B43F7D8353B94BC7AF68987AB0A04 , 0x1DF03B7CC8573D67B15A15274028AA42 , 0x1E2179E9268F3915AB058AB09266FF85 , 0x1E5B72610A9C3B8EA5F98E1B2A1E5D8C , 0x1E9A1EEA11973C4F847B9DCF19A85924 , 0x1EA959273A0E3C7AB2BB8E0EBA28E439 , 0x1EB772F34923315E945BF10B9BA2230F , 0x1ECBBE23394F3717BAEA3F26AF81BBAF , 0x1F2F1E4A02823A988F304616671BBF87 , 0x1FD27EAC57E63FD89919A3B7A4F7AF64 , 0x203190244BE63C5791E38C42C4E531F7 , 0x2051BB6795913D8796B46D5CEA55EA44 , 0x20651E0BE93236129FCBC9BD3D467AD9 , 0x206BE63DB921309998A7DE335B26D357 , 0x209D942D4EA03DC49EAA011EA38AC1CE , 0x20C7F0BEF790380F99711470F7EBCE05 , 0x2125B401BC563E9D9CE65ECE81A9EB8E , 0x2133678DD0C930EE9B59E816AA5D12A8 , 0x214D17F854D23DBCB7ADDC3DEE7A6909 , 0x2185474FBA54317C838D0076F5977442 , 0x21898951804434E2922B412D61F11CAC , 0x219E97BAD81638D3896604CFA41ACBAB , 0x21AB8CC0421130E0911DA1C50D3F1351 , 0x21E4253287CB322280FB9FF2AA6C2020 , 0x21FC3F2ED0F23DC3AC2EB04872DD121F , 0x221231A7B5D335CE9389BB0553A87AD4 , 0x22499B5D884538ADB30CEEB80D44D886 , 0x22568E306FC43FE584EFBF7BD29D332B , 0x226576FEB9CA30FDA5E2588AE306C3A0 , 0x2265CCB7A94D371480689E5A6C946E96 , 0x227E35C5C818354F8633848F20CA05B2 , 0x228C586E60E23B0BBDB2361377E9D562 , 0x22BB5FFC970137FFB95C46A12FCB6EBE , 0x22C28D2B3C4B38CEB9CD8DF9B432AEC1 , 0x231C49592DBD34B0AC851ABAE20A550C , 0x2330EC35FC083D51B86D5AA81F471344 , 0x236F3D7DEE533976BCE37994E7034E77 , 0x23C045F97B8A3FF989BBFBD19626CEA6 , 0x23F8DE67895C3952A6F79D4F336235C4 , 0x244CD1FF2FED37C5B268A375BAC70A64 , 0x245B0B5CC67338EBBC4487FC5AD7D582 , 0x248A88AA600835EEADE2A7DEBECDCED0 , 0x24D5C9C88DF0335F8A37DA59DF5E0816 , 0x24EB536D53433B2DAF0EEC0F8A4E5F84 , 0x25450F2F7F1436A6825EF081C739D6FF , 0x2555AF5DE9E5368EBFFCAB40CE07EA3A , 0x256729A447E631D6B214AD6833534D0A , 0x25B851E713AB6897DE48AC07291BE5FD , 0x25C35F53E37F3685971BF947255CBA54 , 0x2627E3BCB1E03B149E46E44E66D0E075 , 0x2633FC1DEA15399CB80C161F4FD50EF6 , 0x2670EA63FAEF95C02D633E03B92EB7B9 , 0x2700DBCE8F3B37EABFE4378BB7EBD473 , 0x27312D33F5DE3178AB9C265B3A174352 , 0x2739785B436738D1B4A6E1581DA5523E , 0x2744A05E03B73360B123A5F395939829 , 0x27782918F6D13DC79BDE7267FB8DE2AE , 0x27C8B7FBAD60365E83D267BD0CDCB2D0 , 0x27D5F325C7D33F39AF563F0EBBA553B3 , 0x281441F106193182BD42C04D5EA5489F , 0x28559FBC5C823B6CA2F45EF54057B8E9 , 0x28956F7D0F2A38BA900AF30707B508DC , 0x2897F033DDF038289A43BF9FCC0632E6 , 0x28980C6C4C273772B3F849CE4D1E47C9 , 0x28C2D7CFE65331058D951F440A48EC68 , 0x28DB65BCCC7C3C2389958B0BD70479D6 , 0x2945B644B71435408734CF25AC8FFE59 , 0x294ECD2A26A63F42AFE3E743753BD3ED , 0x295A982FE6AD3BA5B66D4E96473A398A , 0x2989976738903C939FFCC87E964245B7 , 0x298C088816A43FA1B65C9D408A3C86AF , 0x29A04EA313773FFFBE807996CF2D7A02 , 0x29AEE033C39E3662A098D4B160903202 , 0x29F79B2BC72233D99047BCB138F6CAD3 , 0x2A1C3015A01C3464A6B815EA10F7F45D , 0x2A22AD1EB0FF394383E3268D9445E35C , 0x2A258DEA8A0E3586A3AE752B232A4FB9 , 0x2A3617591EC83F5690CFC9CBFD3BDA19 , 0x2A3BEB9494D83C8D9E96843EE5A880C9 , 0x2A6DCDAA1A3637EF8C1B45E836341B9B , 0x2A76D21A59D23B299F12CA5C6DD4237E , 0x2AAE043DDCAD36C59CD2A4766E6D6E09 , 0x2AC3AC8FD2733E6FAEF67F8BCD96796B , 0x2B7F8CF63C363CC993C2D5DC89DF0D30 , 0x2B889BD5D66331B4B9E45403C77BEF5A , 0x2BAC633C791E32F0BC242066C90FA6D3 , 0x2BB7A36E2AC63D32998CD9EB533062F1 , 0x2BCF5230F67031F1AA722896EE3AD819 , 0x2BEB1F83085533D693119827E4C14C03 , 0x2C14D22EA5E93A2AB7C93FA53D8731C2 , 0x2C46360581E13F44B944BC30D2D4957B , 0x2C608F56EB0E3A12B164D0FDBE559897 , 0x2CFAE37CC3173CEE9793C72797DB1C56 , 0x2D01BA3C1323341BB292F482E2A48734 , 0x2D3A56E43E9987A50290F09B66485D72 , 0x2D4C3DBD17023FED9608B87E1287B9FE , 0x2D7BF900BB3938E5938FEFDE3ED7959F , 0x2DCD21D494D63D7EA143654ED6A4860D , 0x2DD617EF8C4B32B0B6A17FD7E2D8B1E5 , 0x2DDF31572F6A30CFAF20B46493FCB8B4 , 0x2E40CFC6A69B3FF7878993A95CFC77FA , 0x2E492FCC9A44308F81542E188C285D84 , 0x2E6573FC2E3339938A4797814AA5432C , 0x2E70C0C569FE399092B0D603F92343F6 , 0x2E801FC56F30356384601B82C9993B7D , 0x2E808AF9C0B73278B51CAA9F09F38922 , 0x2EAC598FC6B534949D69294220092485 , 0x2EB28CCC4A6C392BBDDB6A36C9FA9184 , 0x2EBD8EB8DC0D3794A1167AAD3865A288 , 0x2F1BE31BE1423D60B699BFF6B38A1E27 , 0x2F207A3D9CAF3118BC215485982F25FC , 0x2F55DF2128FA3B67B1309C4F8454035F , 0x2F844396FB4A35989D0E32E207669597 , 0x2F9A7DFBCAF4369F8DF69378D73BE628 , 0x2FB98E0EE0EC3B4B9330977D9363FD9B , 0x2FCEE86908CF3AA0BDC0CA51ADC2AE73 , 0x3034DA409DEA3C2D8C040C073D4ED096 , 0x3098EA795B103DF9957BA51E33E63193 , 0x309CF8E939863F968C0E0C1DDC9CB562 , 0x311301587A983E6883BE5BF383846C7E , 0x314404E73ECF35BF95B1314128128386 , 0x3149267577FA393CA0D285F86FB00A8C , 0x3195065730DE3CD0988E428D2A27E5F3 , 0x31AAD6C4F72B3866837ABD66CAA9330F , 0x31C68E04F474317EAA68F9AE240CD84E , 0x31CD4B3888DE302AA9CE5199C558D586 , 0x321DD6ACCF6D306F9A69C93A335D4CB0 , 0x32305A8B6707377F8D49316407DB2984 , 0x3250BE66713136D0977455E998220CC2 , 0x328D809AF5023E0D9BDB4D12F6E45A75 , 0x3298BD6DF0AC3989B1705FAA49FF4586 , 0x32C59B01E04930BAAC8F925CEAD7A584 , 0x32FC3E95F4DD3E97A5A226EABE204460 , 0x330355AFBF183492B87925DDC538FB83 , 0x33259C1766CF3C0BA6B8ADC6EB585524 , 0x3343E610FA33363481FE63BF3CEBEE37 , 0x3388115D9C033F3C90BC3AAD8A89C7B5 , 0x33E606D5DA9D3D11961EBB603C5FFEF6 , 0x3428C90959043038B88AFA96D6F80F34 , 0x344D935196443B99861ADDAAA58AC5DA , 0x345EA183E9723317AB59A4B16BF8F088 , 0x3471E52B55E73F20A04121477610F18C , 0x34906264483E398DA01A014FC8B7C8D2 , 0x3544370F51263C20AB020E322780A92A , 0x35C04BECB8C03E34AFF8E677E9B68BD9 , 0x35C567623C8E31D48F7800D27FD3997C , 0x35D7C4A30990388B87FABAC859122A42 , 0x35F0BFEBBF673A549FF70E2517042499 , 0x35F529CF969C326CB21390D5144761D3 , 0x360860F7EF7D3CB48F3BFBD61A5C7411 , 0x36171F6BF07633E89E09B8E8F17977DB , 0x361AAFCE65F13EB58181A9A61D28B684 , 0x361FEF4D29523EEAAA9B15883F4D51C2 , 0x362A5A73468839D08157A9AD429A5F24 , 0x3632CC8E031C3359B7A969AC96ED88E6 , 0x367297C636753520B81A7698BEC23D47 , 0x36999A0F3C9436D3B8EBFAE18879C62C , 0x36F71C90D00A336AA7C53F9ACDDB2768 , 0x370A9D271B0F315D837222563F86863B , 0x378C17491A873AFFA94349FED6572D80 , 0x37A8F46811B03C8191C9C0EEA77687E0 , 0x37AE768E7B0D30079C287A0A16DB6BE1 , 0x37B38884F13C36E4A79BD6A4031733B5 , 0x37B4B3DE4BEF3A0BAE9B44BEB81C6AB7 , 0x37F439B5611B37A18DBE9A0D047539EF , 0x37F8C978B867313EB9D8AB4255B1E815 , 0x383AC63E6370319C9AF59C5E793649EE , 0x383C8C8C22CD39099424FF6C334EDF2C , 0x3874F2AE016A3342A3E7EE0E10114770 , 0x389C93F036A838B2AB3B72B3B821791C , 0x38C4926E5A923FD498270363368D9488 , 0x38CB91D16C053213AF424586A6C73C64 , 0x38E5CB7C91D130159A5D7E1BF4F634AB , 0x38FCE814FA4433B7919C95C0846BAAFE , 0x3907D8918EB83D96BD33E83DB5D0C3E4 , 0x39206C0F83A63E9EBCC228F233D6E1EA , 0x395796F269D43F00927426783249A170 , 0x3979898807AC3ADF8277BA898B659924 , 0x398768F32898311CAAB39A506E3CA129 , 0x39D7C46F00AE3347954D5CC059757BB0 , 0x39D97595A5153A2688A670A747A75D1B , 0x39F41A745DA13B5A8EEAE9F7DE4DA30C , 0x3A08721A80B03C4CB922222F83EEE04A , 0x3A19F2D49A01311DB9B28D608CF8FE4A , 0x3A20BBE1D5563DFCBC6FA616F62319DB , 0x3A308AB4760630B099D5BF0A2EEE6A39 , 0x3A3C340D0E10349C890E6107E5D77D7C , 0x3AA7AC0E3AAE3DAD875D876F870C19FF , 0x3AAC446B1F1030EF9EEE56384417FC5E , 0x3AB2EC7288183C26AF5812D85DB381E6 , 0x3ADAEC5E48B93BCDA812D9C4AEC5318C , 0x3B191289413C3BEEBB2A9914571B0B4F , 0x3B1941F331E438159D9253C6603FACA1 , 0x3B20B234A0A53FB0A998722CECC55E0E , 0x3B4F3B2E8A06310CA6F54792AA49F359 , 0x3B916456594537B7AF3BC1619EB2EA49 , 0x3BA5F0E92F4E3C178F9F642745181E36 , 0x3BCFEABD03FC3DB282CBEE12A813F901 , 0x3BED34A1EE913D4DBF2A0D07B7E2964A , 0x3C08374388BF3EE69F71CC6FB18B0D8A , 0x3C269BABB46F39B08BF156D425C66B5D , 0x3C4A7F4ED6DD3A44A4991854F49DD042 , 0x3C5E3E2290343BDEAF036E29FABDE5EF , 0x3C737EE4EE1B4C1F58CEDFD182CF413F , 0x3CAD520EA95532C596F803B1BE29767B , 0x3CDEB0A7810A3095915A7E5BA8ED850D , 0x3CE610696E4E34BB99165E0DF76E0F1C , 0x3CF4F3BB02F7365696A9A89DC0CC23FA , 0x3D0041EFF56D39D1A3C4865D69487CE5 , 0x3D21BE808E553E8693D56490F2105512 , 0x3D28471A310138CE99C9DBA51A5A9A3B , 0x3D999FDDEEE7344AA09986A0CC5B5745 , 0x3D9B44056A183FAF938853D043EFE528 , 0x3DF5CDEE4E4633239F0DD477F6BFA8EE , 0x3E148D62F70B3C92A51E15DE1B5FAB43 , 0x3E2BDF96C3F0318F9C4BA48E3B1A5EBF , 0x3E553E28476D3920B68DB533D8441B33 , 0x3E57E13C44753D7A831629E32FF4CFE5 , 0x3F57842E0B953082B8D35081BCE8CC3A , 0x3F822790019D305E90301D4F5AD04407 , 0x3FC146B62AD130548D2C05FDC30D24F5 , 0x3FC7FB645A2A3AB5851E9E63DA4CD0D3 , 0x3FD32680B4BF3B8FAF18CF0354388993 , 0x40248DB594813C65957DFD69F00D8ABC , 0x402A748796293254A6D8446CA1EFE44A , 0x4041565D2BD736E8BF3E4F92758F0D8E , 0x407A8646136434A7A802E978C0768A9B , 0x4081E661D795374A928186A0D9A8294E , 0x4105087CE22833BCAAB1B0810DF42E3E , 0x410D41F966593E939E8DD732C92233B7 , 0x4198E38F0AC03B808058F2D8436F4B9D , 0x41CD6F1ECA683F489A5E565B69AB5245 , 0x426F9F602E2E392CA3C9CC94B1B1A16B , 0x4278DCF1CB903E8FBB91DF9F93035923 , 0x42FA3BBC332D3236B2C4CC77F7B8EA50 , 0x431DCD0ACBD83D52B49C98C91B01011A , 0x431F63A753DF33D8A523CC9A024A84CF , 0x4329445213CB3EEF835FE9AE04B75473 , 0x432DDF75F42C3707AF506B03D7066144 , 0x4367DD12FA13319686C755EC6D2DD894 , 0x436D6F23C3A73DE5AB1CEAC14DB0EAE4 , 0x43F768D8FDDA3CE8856205523CC3BD9E , 0x442D8D67124D3C3CBBAD171EE98D0A29 , 0x44303C474CF03019ACB43EB781D8779D , 0x4439945D1EC536FE96C3BF947996842E , 0x44845F730FBF3F3690E3BF3B67DB6A48 , 0x4544BB6063723B01978D0905954A64A3 , 0x458E348CC1E534799247A5B5B84E1CA0 , 0x45C673E19BF835A1B49C98D8C66503F3 , 0x461E6B98E205322DA6BED408832EEF04 , 0x46644F84156F3A789F20E1B113511DBF , 0x46A7DF9F22D1309C8674AB4AB171027D , 0x46AFD02AF1D430B2BCF30C8DE67E51B5 , 0x47270FAA41113F2B8461C3A892309B9C , 0x4740FEB35B6D3335A015747B10FDFEDD , 0x477FC8F0CB9F30E6AE12D5A7A46F88D7 , 0x47A992531D52DBE819B65B855565B6D5 , 0x48687C91B3C93BF8BD63D15DBF1E0605 , 0x486A2127D7AA3822B1D9A9084DF41B7E , 0x488D1FD74F7D7DD5CE74DF2BABFEBDFD , 0x48E8C593485F30E8BF3C0160C85B46F1 , 0x49214240F1843D75B798EE5F6E787C79 , 0x492E466BE3633B35B5353F4EC05DC19E , 0x4954402D83E33A1DB1AE5DE672E3700B , 0x49D50313B19332B9A9368419508FE68C , 0x4A4035EAC4A237D7913D2E735251F0F2 , 0x4A7400EC4FBA3DCB8E93062E03752E8B , 0x4A81D68B6E9C32CBBF8559EE4D761736 , 0x4AB90B68A5D0364B9409ED5E4EE2F6FC , 0x4AC65FC4F0E03B3395CC81F20CC4EDF9 , 0x4ACE31A2DA433DC9858D610D75F62072 , 0x4AD02ABA16E73F5490184C92125C6AC9 , 0x4AF323FA296F3E01A9BAFA1CCBE69740 , 0x4B2AC38E2F2D34B1A500AF24E9A07007 , 0x4B781991FAAD367F8BC2940EFC81C0BC , 0x4C3685C041903D3E8D37903A5D47A64B , 0x4C3AEF79B65A37F1BB5FA638A23FF939 , 0x4C4585F1342934AC99B3CD6A8A25EF9C , 0x4C56828117913D5C843E32BA96251614 , 0x4C5E75E676123ECEAB66221C8C33C4ED , 0x4C86DE4327C331629E55A389588CDCB4 , 0x4C8A5F1A81DB336598FA23BEDD5A7B74 , 0x4C92D7D4CC7D354488E89B6676DCCD26 , 0x4CCBA2088AFE3E7496208BBF13959BB1 , 0x4CD373DEBBFB353E8985D38415175F79 , 0x4CDB763617453CCA98EB526D10BB2BC8 , 0x4CF7E6FA8B8F3D2AAE2DFC590AE4CE25 , 0x4D21FE2C17883FC6BB5BB6A6E218AB62 , 0x4D41803882353B75938301D1CE7EFEFE , 0x4D7D790F21413F66A0A59035F79EDA57 , 0x4D9478BD8B1F396EBB9F1FF529809527 , 0x4DAF8A86268F35A1AE1A28D94BAC537F , 0x4DCCDB743B763BF68F66C57038593CB7 , 0x4DCF2518867E34AD88B92297A677EA35 , 0x4E1E55755F893C35BD42BCEB346421B0 , 0x4E61FB0FCB1938EF8D4259E8B42CC6DE , 0x4E7407403F5D35239A30A9F70BBA6562 , 0x4E851A8022FA3605A4F8AE41178128D4 , 0x4ECDF3E9F236340C910DC02BCB2F5A00 , 0x4EE274A0987338498E41B13A45B2E81B , 0x4EE4FC5630E23262982139C4DBB7F225 , 0x4F0490FEAFD536F98E89417981B93B6E , 0x4F9D5657A9C33A0DA98F72E89FE547EC , 0x5007FDFE3D083CF1B4AE20E21BE3E318 , 0x50251808FD41354BA8EB64F69C16ABE0 , 0x5094625EC9903C0EADE585836C4DF2EF , 0x50D245992FCF33DD91DB32F702D0269B , 0x50DEEB2EB46C3265B7A65407B6320687 , 0x50DF2C9C1AFF3551B2536AA98CFA3B47 , 0x511BE0FDCF533D299C8C84061F8F4B3C , 0x5156F08925D430A99335BA7E98859C04 , 0x5160070F02F53F1CAD2E4E04932B1988 , 0x51761572CEF43E2B8E6FC303181B00EE , 0x518E7882E65A3DAEB27A1D4233321A44 , 0x5198512FA4D833EC8F6BACB76F752C3C , 0x51C5DB60E7DA34069B998143DB7E9ABF , 0x521743C9994D3091A5F4E2D67853FE68 , 0x52AB543CE8D8300BBC0509B05E46E83C , 0x52D228A84F853B78811157198712F139 , 0x534E75C88B423C59858C104123D8BC6B , 0x534F32D5CD5E357F946FB6457D04BE6C , 0x53AE81C70A8868304122897AB7B4BCE4 , 0x53BE9B1C76473CC885B8F1AA56C21249 , 0x53CEEBFA809335D29EB4B09C6E44913F , 0x53FE678F73A6370B8DCCDA8776EFB580 , 0x54168271B1CD38D5B31AE6078835A8B5 , 0x54327DD6C01B3428B03FB5B01975CD02 , 0x5470B7AEE6D96B975C6671CAA0D96B5E , 0x549BEB420396312A8C69331E26B36835 , 0x54B8CB13C6883086AA556AB37EC389A5 , 0x54E474B49525362E9BCED084855E71B5 , 0x551E66834F5738CB896A7ACB602C2E87 , 0x5523D72103783F0493D464A5C2C98E1F , 0x554DC6E8A71E36F3A0CC54B4C87F7D51 , 0x55649B5F59CB3C2D816FDB322403EBD9 , 0x55664DF2CBD737A2B2D0BC7D4BD68825 , 0x55F1FA4ABA343C249AEC2B44CA476FE3 , 0x5618D496697332959B601DA09BA65307 , 0x561D2BD8DC2335B295395DB290D8B9A4 , 0x5620E88A3417327FA538C16184974866 , 0x566701EF3EC9326EB0337F0D517F1CF7 , 0x567879570E823310B3878012F801A097 , 0x569236637EB53E2EBFDF2CAF4DAE131F , 0x5741420FC0233ED295A491B46F6DBDDB , 0x57F500ED4243394A8D8BE57E6D7BBF63 , 0x5803E346A9EB3D54887AF3A3F48F00AD , 0x58B86907B42836E38A3672E0D7C8B2DE , 0x58FBF4E8A89B3D4B91D1DC498683E7AD , 0x590E48250720376C93375D1C4A570E96 , 0x5926C00B799F34A79B0B2635690B21BF , 0x59E44F6A9B39334689EFDF16C1791027 , 0x5A2ED25FE54130D0B0E6D640BB724BF1 , 0x5A2F3B2607D4368EB76EBE73F1D3C38C , 0x5A371C9F4E7732EFB3F3DBC6F195C532 , 0x5A6A64C16D493134AF7A35FBB3417A9B , 0x5A89EA07237D3A8682E6AFCEA8A6A327 , 0x5A8E3FA5D45C38A0899578D8C03FC4EE , 0x5AA175A46F00383DB41D9815F2188A6C , 0x5AACB89CFECD338388D7E84266188D6D , 0x5AAFAEC3B2B3347DB2405112907A1C75 , 0x5ABA6E14B83E3931B59EE2E7B264234E , 0x5ADE1B529F603935B89F6760139752FA , 0x5B4B14CED0A9323EB01FAABDBDC736E2 , 0x5B62F2CFEF98393D8A823BA1B25D2D23 , 0x5B8C3C3063DA34DA83C5C19283823880 , 0x5BB247632BCD39F9A626772BA98BF03C , 0x5BB6237405F33DE09E50761F344F4009 , 0x5BBE974268943F7A92DBABAA3126EFCD , 0x5BEA63BE19DD31AB81EF3BD92E20B304 , 0x5C302D0C0E6B302A97F47CC3A243E8A3 , 0x5CC40C7520EA3A7BA04EA4F3D280C00D , 0x5CC7EBC308F73BAA94E08F0812C97917 , 0x5D09A0D39845311BAE303131A94DD254 , 0x5D3845E7FA52393E98F218F12D01DDD8 , 0x5D70264D50763F05AB211A3C0741E8F4 , 0x5D7D13DC350C387F867BD92C0E817E0F , 0x5D8B4A1FDFEB3A35AFB082A6A5B0D003 , 0x5DBB3EC53EBD302C9E6EF6A6A61DB9B1 , 0x5DCBFBBB9C893E2B9C73133CB15DF5BF , 0x5DD92041F4143CE98CC315D2CBEEB42A , 0x5E01D50CF54230B3B8FE9862D5BAB7AB , 0x5E1378EE6DA53E3AA7F9E750F15385B5 , 0x5E5BD02C5B093B07959802F1853501D8 , 0x5E9702D611C13C6D8671409064FF6B51 , 0x5EC7E935508A3CC28E32B900F7997C16 , 0x5EEA6B88F8BB3915B0134867E881CAF6 , 0x5EFC487E49FE304EAE72CCCAEFCEABC9 , 0x5F1BF49C73A937A0915D1C8DA4E2C7BD , 0x5F7592135AFD37039EEE827D57159780 , 0x5FC2E31D79043322AFCB7FA69AA13E09 , 0x600D3A1AFEAF3DED9ABC49F298E9D5B9 , 0x602B53EFE7B332D1AAB32A578BDD08A0 , 0x602E90DEEFCC3BDCB35DBDF221CC9E55 , 0x60348286AB9B32C390E1C11E4C5F8D94 , 0x6077CB930724375A8E790E7B19BBB7BF , 0x6083FD7FE6063A8D954629A7F27E035F , 0x609043CC46063B5498932DFC709DA3B1 , 0x60CB27733EC330419BB23FE8F9F5D9AD , 0x60ED9BC7274E3D94AE96233211ABE22D , 0x60FED0C2245936BD8971B97A8275251B , 0x610C06A767433F19A1D07E4323FB8B21 , 0x61214601BB3536B0A9BEBBB00F9C1982 , 0x612E901E07293C78ACBA047D881DDB88 , 0x61FDA3E8CE5D3CE1B09410CCF7BA3F83 , 0x62428DC030FD3394ABC1553BC958A1A6 , 0x6269CB0818843E7E9F9D270CD389DC9A , 0x62AFB82CE2FD32C5B16FC1906793548E , 0x62B7259AD29831EE922B7029A7D60D81 , 0x62BB6D8B59853B1690B873010873E96F , 0x63538AD35D3C3506BDBAFD9D8C1AFA9D , 0x63B3883E13683C0AAB1F2BDE27F8F27E , 0x63FB2197BDDA3932A44FF1A2858BF41D , 0x6438C7070F623E64B33EE53843FDAB1A , 0x6492493C7C1D3BCCA115BB1F7E230CC7 , 0x649C8E963F5D3BFDAD8B600660A78464 , 0x64D130C637093FEFB1A82EBB9D2CAA67 , 0x64DC9D5E4F28354BBF9795D78BDD55D2 , 0x650E414899163EC0974565D53F3303E1 , 0x65229DE56F7D338D809C1D376D5C3E82 , 0x652C7AA11B6A3F259B8DBEFDBEA466B8 , 0x656880C1B7133428A7D8C8A9100C5FC4 , 0x657B3400261F372AAF40688CD69FE883 , 0x65FC4804F91835C1BCB76570F1D5D266 , 0x660BCEE0957635F2949735055DCA3769 , 0x6630CA339FCF3117AD89E75028C555BD , 0x668B4E56013638B29186C28FE63024CA , 0x66C71D533AB63631BA334E4C0851937E , 0x66F068AD4B0B30859590D697D7B1419A , 0x670115052C68302DA27930EB241D8B80 , 0x67A26C6BA928302994FEA3FD7860CFC6 , 0x67C101F7B2FD332E8BAE4C6E10B96202 , 0x68619105BB703708BABEB4580B88BF4A , 0x6886ACB5C3B73220B5368D029096597C , 0x688B65341BC03CCFA0FA2DD96DB788B4 , 0x68A806554BC33A32B9CC3B07BBC922C2 , 0x692F53653BD73632A825B41E7DF6CE4F , 0x698344B561F837A6B2F8A1E9B24B43FE , 0x69FD30E8F2BC3B1CAC2FBBD60C28FC41 , 0x6A2414935E25377E8204BB03FB3E6657 , 0x6A505761A5473005A77A5C93F159E3A2 , 0x6A53F8FCC5D73C569F581A13D500779A , 0x6B27248E687A3C6EB1810B6EAD1659A4 , 0x6B66F1DA19643FD099ED5BA0C0007A1F , 0x6BB3E685E0D432329A5187C724CB80C6 , 0x6BC9C78FCFF535849D832BF51A60469F , 0x6BEE78D6C1A7349FB42A7C7DB2A019F6 , 0x6C212778909E3FA7A959A56FF78A7AFA , 0x6C4566B83700366890BE7BD8D65506BA , 0x6C48D2288314352EBB334FC18AF68E8D , 0x6CCC311C403337829C142F3F561E393A , 0x6CEB570810843F2394FE4DAFB8D6C76A , 0x6CF9B922A9C33D259DE1BE6E35DE1D80 , 0x6D012300E00F35B6ACDDCD4303310B36 , 0x6D386C6AA2A33D31841CDD5F8C557E2C , 0x6D69FE972F7D3D0FB4784307E2947D83 , 0x6D6F16543B4F302A809CEE9C2C603EB6 , 0x6D8A3B0E177F3EA492E0B84A374EFA64 , 0x6DABE6BAD85736F29A7C00B9CA5E9855 , 0x6DC7CBE6B4623D28A845F0A16577B458 , 0x6DD1DC605DCC34BEAF8E6D683CA97B91 , 0x6DD30B82F6FE347399D5233E7D41C97B , 0x6E3E8F04E31F3DE5A28DD32B99B9CFBA , 0x6E4F33E366263BD99AB8C40EF6CD886E , 0x6E9CB9045D3C3434834FF4E317CF5006 , 0x6EBE9AECEDDE38BBB98620F9476C3CA9 , 0x6F0CFBF75E4834BBB21B87FB01C91246 , 0x6F17595FAD4D3FB09B00186F59EF18F9 , 0x6F56265A62003F33A3376A59C44B9BC8 , 0x6F780118BED4345EA7282A2F26B74680 , 0x6FA0DA28597A39A7AFC41A491BFDC0F0 , 0x6FF95BF96E613F1EBD12769B005BB620 , 0x709D1D4FF72931F7806CFBB8EACD9915 , 0x710F09E95C8735FD86D6D6F71BC9FC12 , 0x7112C1DE08C932D28332A40926CCBF3E , 0x7127DC6265E33702A7B2D4E3294B78E8 , 0x7127F947489E3537A1761C71E14D1E2B , 0x714D06EBED4838DD8A5220D92DB5BDA5 , 0x715A504BFB6A3CD394EED4E83500C41E , 0x7162050303B6334494CFE2EB7035F661 , 0x718743F76F6535609B066FCF87B9E221 , 0x71A7E9E69FBE3E439B3251333BBEA7EA , 0x71A86CD3C1AF35BF8200C847265CD4A6 , 0x71D5F2BF78FF3DFD920FB11BEF0BE839 , 0x71EEA094FD52364F9DEF4CE3DEB141B4 , 0x71EEF9DFD3F8370391E5289469376E7E , 0x722E5B17563D3C47ACB03F08117E9C1C , 0x724D502404C3360B902A83FFDB6ECDD3 , 0x72576A3B07D2301A9AF18739032A7160 , 0x7323BD5E675D38048AE0D55324F54ABC , 0x73346EC79A16385F8794099FA366D1A2 , 0x7361BC71DB85348FA9EDFA570078990F , 0x736B9D30DB273606A9D4AD22CF7A3E21 , 0x73831BF1E5DA30D8855C5C8F7A243B37 , 0x73851091A481378688F3B57004D0B2D4 , 0x738DC4FBD50C33FA845C617ED3C1A2AB , 0x73A414A0FD023F3893FBE9FD50F8C71B , 0x73AB1205DEF13FF0930C96AF0F177D2E , 0x73B5560796453589845DB6103A4FE144 , 0x73B82A60CE1731BDBE9C1DA46148CB5C , 0x73CB8FC48D7A325787D332AFB23436F0 , 0x73E75FCB0C563C4196D611680AEEA343 , 0x73F3BBF874E930BAACE144CB4F875757 , 0x74203B195C823F1581501E2FF22450A6 , 0x7426121792933ABF96B9E969994E5203 , 0x7460DDFFC67E367493816C510A57891B , 0x74752DA7533838B1A9806A74DA4452CE , 0x7499758C814338C8922A5CAF15AB353B , 0x75760180CD7E3CFDBD2F42A29A4BADCB , 0x7599EFCAA061396BB873F75B9663571D , 0x75BE33665D0236A1862118E9598503F8 , 0x7600B3C7951431419BF224374F8C7EF1 , 0x7630582B5BCB36909601686F1CBA789E , 0x76A83294C5CD3C0CBCCCFAD88B55E237 , 0x76B5CD8FAA35332FB8F92B8169FAFE75 , 0x76BC77A29CA03F08BBE8387C420CDAC0 , 0x76C8B7F8B9343658BBA5E317EE3566C0 , 0x76D72F27577D3729BDD4A022F65D68D2 , 0x77193D9789F03D1596D8A8F88416E797 , 0x773B625385003AC68E553DBC0F0C259B , 0x77807F60F567332DB54DF4747FDA7A20 , 0x778C0A3329F635F6A5A83628C7A036F2 , 0x77A57E3498C0307591D77C9DE5A5C2DB , 0x77CF78DBAB6D33C9B32B20B24D65E652 , 0x77DF11BE13EF310C8DE80C191CE0256B , 0x7811181C5525353BAB910E04834BA100 , 0x781EDE6047F93B6B9A083EEBEB643C87 , 0x782DBEF1E0B8312F8A7D6EEF5D24FA7A , 0x78976BB15CF63765B76DC54CA5ED2381 , 0x7899BECE3AF13E23BD6F9779786F4EE1 , 0x78B4450FDF4533759B3D589E191572E2 , 0x78EA2F509F5C3758AB6ABB23B6971D67 , 0x790EBC9285B9322CBFF959545AD459E1 , 0x799ADD5D08733CD9A1E11F6E2655434C , 0x79B29B818E7D35899C516B4C059F0441 , 0x79BE2189AD6C320888C7A74819E20916 , 0x7A406C9469BE3B749986403FCA8900F7 , 0x7A7333FB41C63CEDA780B8FA28899922 , 0x7A8857678FBC39F090F744F9F8CAF0AD , 0x7A95E1E9D0C936D5B9C0AB37B3649B38 , 0x7AECB3742F70342487BE10BF9615D46A , 0x7B04A07F63F033C4B2596E70C23A4B15 , 0x7B28860993FC3071B39FB0EFD8035AB1 , 0x7B2A7B84C18E3F1DA8D4296D76D26948 , 0x7B442BD9A7553830B1842E2B09EE333B , 0x7B82718F74CA342FBD6AAA591D35E331 , 0x7C2C6368EB3E374FA82A3F0D7BF16285 , 0x7C8CC9C2D6DC3867AAC3C5E5CC25910B , 0x7CA8A744A75838FF80C1CC5E45E81D7B , 0x7CC92A84E3803EA08A95528AC273C3A5 , 0x7CD7C2BE260E3CACB2A13520CC6BBA0E , 0x7CDF702606FE3DB0BE32C52FF3D13485 , 0x7CED4AF0B45031CE9F2962A81FF3ED1C , 0x7CF29B5D47E63A31BD5182559AB41C03 , 0x7D50B5E978193E90B53CF89C511DBC2A , 0x7E0B40E239E83967914E67491CC8D346 , 0x7E378D2C6CED309981CF751703A0F398 , 0x7E7B5DE6B26D3B43AD73D6498A8F3722 , 0x7EA1D3B4D73D3509807248A9D51BFF4A , 0x7EA3A715B2873B13A5D8E2C9B0A30756 , 0x7EC8B0F3149D30A6A66EB033390EC637 , 0x7F1A3BD1D285332E9A66FE89224F90E0 , 0x7F596438AB4230E89A1ABC23830E51C1 , 0x7FA44087AE3F3E239AD37490B78C0CB3 , 0x7FEB6A33C8A830CFAE324097DA2E8C96 , 0x7FFF0008E1B83813A6BB6C4C1F2023FC , 0x800852907E0839EF884FE4188E145917 , 0x806790771B0C302EA10A9E2F0AF9873F , 0x8069125849BC3A8C91570852E826C6E0 , 0x809B23B332053B0486793003461BB460 , 0x80BFDF3965883AEB9D765E437F3F8017 , 0x8117EE8EF5C432468DF2EE1F6DB74927 , 0x81206DF35D8932B6A4611CE3F00828BC , 0x812B25819D283EAFA86A242488AED807 , 0x8184898345C339A59FBADB84D515AC52 , 0x8191841884023C0AB91E20512C1CC6BD , 0x81B66C17D18837C197D4674A4206670D , 0x81CBBADE1B093FAAAC2AEDA0646DEA55 , 0x8267FFAEF2B73E4D93D6BF2367020BA0 , 0x829F9C4FDE69394B937E66FA8CFD0ED8 , 0x82AED9AC1AA43B20BB05D4CA9D3FE8FC , 0x82C6BFA6A87D3DDFA3D2BF4E46C6769E , 0x82F02B7B5D9B3876A0D1F4E36D2119A6 , 0x83295755E9CE32429BF9BFCC1C10BD6A , 0x83A13BABB5633690BB35CC433C95BE41 , 0x83B8431791AD36ED862EC0E592FEC594 , 0x83C72988B9723696BE154B026A33AE75 , 0x841394094C2D3C02AB7F0D590581F466 , 0x8416AACA4A4D1450FF9B6150D6346397 , 0x841C94504ACB35979310B206D2667295 , 0x842F62D56E2539498CBD8F0B4DEA8035 , 0x84667539CF8D323FB2843055A0A80A21 , 0x853EB6E5A099372288E55B9FC94CCF79 , 0x85575609D3AE349E89FA750C3E62919E , 0x85ECE6FF9054340AAEABF8FDA11FA325 , 0x860F6A088FBD3BDFBF7ECB0836C6646A , 0x8620B1D6D69C308DBED9D906F600E0BA , 0x862814EFDA273B1D8EA05C1F5AC6E746 , 0x867972504D5F305D89A381A3D29AB849 , 0x8682624A0C953A66B5EB78C9DDE9187A , 0x869D121358ED3E568F42DB897A0207D8 , 0x86BB1C8874073B1E8F1CAF4076EF1C7B , 0x8702927639D7300F99E76FF6434C1205 , 0x870971F0E7D43217A6E7732B0CBF47E3 , 0x8724637C29D339E9AFDBEADD1A5E2F5E , 0x873F17A0EF443D2D9B75218A5BE217B0 , 0x874FA4315C2436E3A1A86BF9D9A76910 , 0x87897E31B17D36E7877E4BAA8110490A , 0x87F8BAFAF6443A1199A6D1DDC69BF39B , 0x883D6A2185EB333BA226391765D28AE3 , 0x8871BFD843D33C69932BB013E51C38EE , 0x887C95A2EEC73117A6D768FBEBF8C910 , 0x88D429D6826A6EF6A4EF0FB43063BEB1 , 0x88E02E2AA5B8362EAC54F2D9DFB546E7 , 0x88E382650355393EB30E52D847104518 , 0x8913DCEEC9A536168AFD92D85F8BD1F1 , 0x89BA5D34D1EB35848009BC1571EA3505 , 0x89BF0D2FF5B739D7B270446BDCBDDB16 , 0x89C1A9418356345A8396233E9CAA3242 , 0x89C79C352F213EE0AB3512E33D75CF5B , 0x89E33960B45A3897B9B6E4E657E65FB6 , 0x89FDAF6CF5BE324AB0800714E5FC15FA , 0x8A6BFBA4D1A4382893AFDCE969BDD47A , 0x8AB65D257C7E316C921EE94960CB7C11 , 0x8AC127F948BB3FD3882F0B4BEA928AC7 , 0x8B01F1C1DE45366E8B27410EDB4D54E0 , 0x8B033983E2EE35F4AF73FACB7ECB150B , 0x8B231470F4993EDAB6D99B1D1B32F61B , 0x8B2B02B091C9342DBF98B485A1B54248 , 0x8B959ADBE19933D88008872D1B3BBD0F , 0x8BAB1F7DF5523A24978AA4B36A6A7620 , 0x8BC8F4C95B6D3AED9A85F9A8B9E2D897 , 0x8BCD0EF9EA7E32BA9BDBE74E82EA6773 , 0x8BCE0102DEC63B4C8EB4D8DC7AD54AEB , 0x8BD37E1EC1B03CE98EDA504CD9B101E0 , 0x8BDB8A39C5E334E5B8660D83DF34B023 , 0x8BE29F9940F53CB08C2DE2C8C1BDF2F1 , 0x8BEE312266783444B6B20723CDEA5D3B , 0x8BFFC543E9D339E4B0268941B70C532B , 0x8C51C23354063DF6A67AFFD755928036 , 0x8C52C9E1A19835AC9C1EB15157F5E61C , 0x8CAE345E30913770ADC41D88EC8F1364 , 0x8CAFFA14F1B232C09FF28D21CDE1D0FA , 0x8CF81E2AD3A63FF785BA525D133C1551 , 0x8D4A5852B43133C0A3BDA99994F7F108 , 0x8D60B78DBB383DEC88F94830A6EF496E , 0x8D72DF2BE8E636798A841D8EBAE8E8E5 , 0x8D9B0DA15AA43DADB4A03576A6432691 , 0x8DA38C6CDCB73FFDB575C9F2BE68D40B , 0x8DB72131BB153400A68EED0E823BE1D2 , 0x8DB903DDD22F3261ADFC41AFD962B444 , 0x8DE8A92DD0F1333BBB7588019A66D502 , 0x8DF8EDACAB003A79BCCF40B31802A890 , 0x8E6E6BFBF8CB32E68CFB0F1E1FF98F33 , 0x8E940F7A5C0C3267A845D1AD833286E2 , 0x8ED0D16EBB4A3A13B01C5186E5BDA0D9 , 0x8EE1B0096B543C60A9B7B25CECFDD2E9 , 0x8EEB45937D98384B9D1D01E2170A2BB6 , 0x8F36AA1E2FD03A1C9859E0DADDC5203C , 0x8F4FBF8EAA6B3925B371D95008DA11EA , 0x8F5BDDA7F63B311CBDAD143BF0FE9316 , 0x8F63D47F942E33108B49446E59B83C46 , 0x8F730414BDB436E0804F8CD5BDE9D2CD , 0x8F8F4E0CB8BA30B4AE7EBCF5E431327A , 0x8FB23BA746413E74A6D55170B37F948D , 0x8FE77AE49B75382AAB932D451E58DF8F , 0x8FEB337D393E36CF8D42FEECC6E0CC35 , 0x9002013E29C03B479DCB0E1172B624AF , 0x90176237AD153698A1D570D0774CABFD , 0x9023ED033CBD35D3ABE4D5917EA07A8A , 0x902429CE99B735A0B9839D9C38D61D11 , 0x9049853DA87836249303E1434C44DC91 , 0x904AC0A95FB236BFA15FBBE3F75AA1D1 , 0x9054D1F4718633B48E41D5A36611256A , 0x90DAB49158E1336B96D5653A7EA5BCE3 , 0x918DDB8AA6E73370813D9C95C5056892 , 0x91A5C6AC8BF531868DD59E7A2CD0BEA9 , 0x91F8B14FDB6B368DA9F0991A3B24BD2A , 0x9208C4A933EF35CBA94FCB0D96A3A33D , 0x9249A5D2FC6D3E7993B0AC956D327112 , 0x925F630A46A83AE8A80CD7BB4222BBBF , 0x9278E55E53D33781B164309A4261D2D9 , 0x92ECF57A690A3860A31AED05D00E17C7 , 0x92F51AC69FB334189AF2232D638065B0 , 0x92F7562A4B2834F99ED6165A188D6531 , 0x92F8ED58D0D43C989C6398D92EB1D724 , 0x9359B6CD3E9B3E22A301FCF2BF4DB9D2 , 0x936DA6952BF5BD298E10994CDDDAF578 , 0x937B5F96C6843F36AD1E1A992E6FB6E8 , 0x939F41505700357A9B4C807763F9FF64 , 0x940EFA61A64C3D7B90840F4F31BE467F , 0x944A20AAEF94331E8CCC274E8C84CED9 , 0x9461EC5B8C5E3E6AA1D41EF1500B1670 , 0x946AB8E6DF6531EFA9B302249669A94D , 0x94E889ABC4D136B4A7050A9EEB09C019 , 0x950AEE72CD0C3AC1872A07BBC3A88084 , 0x952A626F4B15311BBB689F3A751CEF76 , 0x954F0B9905C5361E99EF074F7E07C71A , 0x956FA1E300F2376AACFA999B302BF3F6 , 0x9571234B9A6934EEB000398B9856FA65 , 0x958BA4D6C9463C11A175355696F45B8D , 0x95EAD30A58AA3CBD8F97E9BB32F24C52 , 0x9614E07A985937AC85B14C72D4CFF6D5 , 0x96560AE509AB36738B178E0955FB93CB , 0x9661DC72CB9C36C9B84EE6FF28DE7099 , 0x966556C60A8C3A0FBF93EBB85277E18A , 0x96C03B5CE89B31209C87C18944A24365 , 0x96CC6CEF21D331A9A29756A72FB212B2 , 0x9730BBA37CA6355D907797D34D411776 , 0x97485B34BBBEBCDC1FC0B29AC12665BE , 0x976E1D8B35FC38AF9B79EDBE319F6B6F , 0x97B67EE1B7BA36EA91605F19C117BCE6 , 0x97C77D4B43AB32EFA33972B1D6BA6440 , 0x97D3168E71EE38ECB9B179772F4E5EB2 , 0x97F17F41D55233D2B3EC0B6FB7340FF2 , 0x9839481784C630118EFE453DE47C8133 , 0x986F5D68C75A3707B0DA0C112A347BD0 , 0x987C044CFDB43A2889BF21522E5F5B2C , 0x98973C791F9A34CF8D0C99620738ECA2 , 0x98A6AA4A91FA382286386CDC4A343A0B , 0x98AF431EDA453A268C6FAC1A64503059 , 0x98E01EC95DF63058A42E212B7C407AA2 , 0x9913DFC77D473C438FAFA204F9DA4E7E , 0x992AA50282BB35C89E23DE5EEFE7C0CE , 0x9930B5859A0F36599F9345ED34E52C94 , 0x995B9ED2A3303BEE9867BA25261995BB , 0x9A5346C03E6435B88DC4F5778572A84C , 0x9A580B14A9D4367DB8A569367E03F5BE , 0x9A89F76558363AB18C4E4DAA75F239F5 , 0x9AD03891B56B3AE0A3AC775EBD66916A , 0x9B0D0F30FF093285B509753EA15AC885 , 0x9B404BB4C96D31A59028F1167B352AD2 , 0x9B4883DF59B939AFA4D651171432A690 , 0x9B488C968E003F43A5AEA330E822BF02 , 0x9B9A24EFD8733AC68B45B3DD634CFE49 , 0x9BB6E6F900993907A25DA8854A879D54 , 0x9C563522F280352F8AC6356C36472D07 , 0x9C695BBC7F823F3E99A3659B4774552A , 0x9C72C21A0A3232FCB23B9A2DF6EBDA59 , 0x9C75BB318841386BA944883AC69115DA , 0x9C7A2F53A72B36B087389F211887EBE5 , 0x9C83D55C16173F7C8F91449889E3ECDA , 0x9CAA1C5F5BBE36F6BADBAC03C5CC99A9 , 0x9CE2653C44F132539CD4A22E96F8C124 , 0x9DBAA77DC82B3827BEFE93160AFF7A7E , 0x9DE93B1B2E063EBA890611343F9CE896 , 0x9DF83927EA2636AFB83FED3DB02B7871 , 0x9E385893ACAA38A7804CB96A29DD0D1C , 0x9ECAB0FB6D9638AA9B8D4901B64729B5 , 0x9EF2B94B67F73D1AA90D360C6A84DC58 , 0x9F0012C47FB7309AB0BAD569A5C2EC72 , 0x9F64CC17257734629E9143C7F84A3EE8 , 0x9F6D87CE45B03D818D0D2927B2D356E7 , 0xA011FAA3D73E329CA0BFD84E4EE4967C , 0xA05C4C2944FE368E94CE3CC3AD7F9DA1 , 0xA06747FB62CB3414AE991FB7F9DC2AA1 , 0xA0746C8A8EEF3C799B4868C2CCED7579 , 0xA07F7C36040D3A5F9115400C278B7948 , 0xA087339D302B3817ACBCFA8C113C90CA , 0xA0F3368734523CE9B1EF41FDF2FCD1D1 , 0xA1034751AE033805AF048E4FF0E1ABFD , 0xA1224F0420A330169440732C4B442CDF , 0xA124A32516CD348EA2BA4289DD928246 , 0xA17FDF2659F938B791111678EF2724A2 , 0xA19032D61E4F3E57B36346193E3A0548 , 0xA1DF548D023434CDB5B651BBE9DDCB14 , 0xA214A5C7A34F3006951051F5AACE9976 , 0xA236DA4667A13E15B8D32176494F3BDB , 0xA271538893303056808A8CC3D1891B98 , 0xA284A9DD7A363245985956F313374D6C , 0xA29BD14AEBEC349A944EE000AF06431C , 0xA2F14E2EB18331718FBB6112D3448C74 , 0xA2F47A580B233E648C7056263DED4501 , 0xA32EC49A36BA3CFDA07F4A866241EB52 , 0xA333A1653FD437E3AE5166FB6BCBAF84 , 0xA379FF593B8534F88EB43A038AF434F6 , 0xA3C6E807AF1E37E8B15069BE3651608A , 0xA3EBABC86D223B2583671927B10F89B4 , 0xA3EBFA481CC43E34B161DAC2C2CE181B , 0xA420C09903EF39B1A9EB83FA9F7A1A83 , 0xA484416413CD3693A9A4B8605AF23AEC , 0xA49A2F0C047C3A0F8E4781ECFF9DA338 , 0xA4A006F5CC9D338D92C84B4098198495 , 0xA4D5111D523D3352BA35C6A3BABF669B , 0xA51C61A68B6A34BD8E84FA7D0CC8EB8E , 0xA51D1E1900C538A7ABDB05BC799DB319 , 0xA52D1DBA177B36B7B725FE4079EE117F , 0xA54B23E1F4423FD799AA2DB94DF9E546 , 0xA56D3BA91304310F927AD6F503E14268 , 0xA58AC1502DFF3992B72BD0AE648EFF03 , 0xA612BD1B151D345C88976E3675E8C2C0 , 0xA6B56590DF8139F7839FDD2CCA263AEE , 0xA6C3A3DD1DEC31359CA2CDC7EC7A7712 , 0xA706E7CA222D355E87AF4666D604E417 , 0xA707B988A4D03AE0A89BA2E4E83BA69C , 0xA7A999009AEB355C85401C99D87FE9AE , 0xA7AD79AFF0963416BD6EE714B80DF600 , 0xA7C67089E88C3B45BF243BAA45917A9E , 0xA7DBEB6187DC35E181F296BE70961A1D , 0xA7FB6A8F444238878EBC0F38A94E8BFA , 0xA817C1692F3437C8AA149BB40C511CA9 , 0xA84442CB378E32FCA447A9DAE43E57B9 , 0xA853AEAE083538A289DB694766919405 , 0xA870438BD78D3EEB8C46149842C37D88 , 0xA87BB3944CC236AFA7876829B75DBE3A , 0xA8D6C5F1FDE83731A0729E854FF254C0 , 0xA904858B8D6E372DA87FA69A0D421664 , 0xA914A66B52083389813A342EC048324F , 0xA945940E2F8B33C5B9ECD35B2E5127DC , 0xA9958F0922353AAAB6B894877FA579A9 , 0xAA1F35BA2CCB3CF798A3BA6FBA2C8F8B , 0xAA313DAD60CD324097EF35FC20C8CC0B , 0xAA476AFCFC613B729D6F4C29D866E00C , 0xAA8911521234358B9DF3EE9356E0C591 , 0xAA9F8C54E8AB3642A81F13A05886CBD7 , 0xAAA0DDBFC58438808A96614A45BE5398 , 0xAABB8EE0D8D73CE686C0E0D1181D3529 , 0xAACB773F4B8C0019DC56046133A4F01B , 0xAACD7B26B88531ADBB81BB2C4EB98759 , 0xAB254A0BC312302F82AFE75E15E537D6 , 0xAB316373ADDD359C9D7B919417A6F271 , 0xABB72309FE983AF5B4021A82482988F6 , 0xAC0B8AF64A8A37BB8919472E55D9FEA1 , 0xAC269C5835483D48AC054581757A374C , 0xAC40FF6D10DC97AF0CFDB536D01A6514 , 0xAC4415D71F9E392F96A04EC5DC98CB8C , 0xAC4BCBB27E8231628F2C07DC439F96F2 , 0xACED7DF44E09326F834E6F499DA26563 , 0xAD060B0502B13794AF66D483BE14B85E , 0xAD57F36B1F4B389FAA3E4E81BE4D9148 , 0xADC7BA7E3CC7346C893DF97FDBC8F710 , 0xADF98720BF333A87AA9DC77D08A8E624 , 0xAE213782776C3080A2EDB801102D8572 , 0xAE4D26942AC834E0AD79CDBE07D227BC , 0xAE7188C84D913C3585918F783B6FD2C8 , 0xAEAA802E4FBB38CF9EB95DD8018C99A4 , 0xAEDA2725801F3A80ABE016E123C3BEEC , 0xAEE0049C7E96364DAFD57F89AC6B36A2 , 0xAF5AC46F2E2231FA95A1BA319BF44466 , 0xAF6DEF5CE158320F834785E585542637 , 0xAF7287F1DA663A6199C20495FC2428D6 , 0xAF96EB70C9033B8E84F6280282709376 , 0xAFB29B301F2E3B019E997E68F2797C3A , 0xAFB68D116C6D3FE19D917F2A8FDDD3CF , 0xAFD19FFFB3A636E591354156198B3218 , 0xAFDD7BD9ADC5323699CF6A70898806AF , 0xAFF11D735EF432F2804F8D5BCB165B24 , 0xB0125D1E2538373486FAF42A83F27019 , 0xB0183B269F4E3618AA3A5EC0CCF750B5 , 0xB02856451BAC330FA3A5DC66089593DF , 0xB03796015BCF3E5B9CD356AB9C37AC30 , 0xB03F8019649B37BE95218566AAA5DF32 , 0xB0828A68E64431AFB8905B3891037402 , 0xB0E36F7B073E3732A033C24A2E99E5C4 , 0xB1336C3FA26C37F295F0ECED8043A62E , 0xB1A8EE6941393916B424B2BDB2CF6CF6 , 0xB23A3E1D389839FE893F609AF0D4BE49 , 0xB2485ECED51F3AA498551BE155717706 , 0xB2A6BDD7B56D3D09904B3A3E906A8DC6 , 0xB3019001230E33309729DEC0060376E9 , 0xB328ADBE1F39360D8DB45164C850DAEE , 0xB351A20367E1322588A58C039C63F994 , 0xB36DBBC4356B34A99A6EF0D3961C0192 , 0xB3A520B187053EF484371762B22DB6EC , 0xB3C814317F3332A9A729D1B2D317F204 , 0xB3D7ACB55C263BABB36FC64F6D673BAE , 0xB3E00F8AB42B323CBDF7FCE542947DFB , 0xB418BF4136EE3CF682B7C653B8FAFB91 , 0xB429310558C73EE0BAA8A3721BD16AED , 0xB4347AE334AE384AAFAF8CD76BF05B82 , 0xB4412742F167378FB416551B039BBD98 , 0xB4A37EC867D23003B36F2B6AF38A8B80 , 0xB4EC68C030A1369490BC013F660136A6 , 0xB5123446CD1F36268ACFDA0DF30467C5 , 0xB5644122C096371F9CA3B26E38770CEA , 0xB571D3D9E4F73700AA4B4522D379587B , 0xB57FCA3EF946331DA223220FF33C4CF1 , 0xB5C4C4EDC691357B9E6423EEFDCA762C , 0xB5CB4649BE423C119EB37F9F646DD7FA , 0xB5CE6ABCF81737D99DC1009504F5291D , 0xB5F2121C7A5634A0AD8F4DCDFB01A9FB , 0xB61248416EAC31AF8D92C87BCE78F1C5 , 0xB696F458E39A37F5ACA6FE62E2F85D4F , 0xB6AF1D88774F317C90BA3D93370669A7 , 0xB6B47EAE30143C90881E22E1F902B725 , 0xB713A27581893511B0DD90A3059E3867 , 0xB7603AFA69AA3DA7AFE2214CA98938F3 , 0xB7E1F8F4222339C3AD9CEF9F932C521F , 0xB83671E8DFC83547B37F40E80ADEF8AD , 0xB83E9A0002A23D739407B1D4EF08D94B , 0xB870DB858BB935F19D77576B5A16CAFB , 0xB87694A060BB3F7F9A740DF0FE4A0297 , 0xB889DE663A3E3DB2AB29B3B09298C303 , 0xB88C4495872E31CB8A61C26063579161 , 0xB8953AA4B5E93603BA5B226883A9FB2D , 0xB8AD760F693D33DFA3FFFB8D8833FACA , 0xB8EF6473367131F9810D9E1634097D84 , 0xB90370F30ACF3211814FD201FC18AD0B , 0xB99F5265C65E33B784E9F23184DF239C , 0xB9AE55BF97DB35858CDA07E3BC7010CD , 0xB9C078349942342481F3974533FB1D8A , 0xB9F2A69854F330DB86A842BDB78FE016 , 0xBA0B9835FC84330F841186D5A1982A39 , 0xBA1508E813103DD8BAAB1A249AEE4282 , 0xBA4CAE114295330E96795D8DBF82BF36 , 0xBA79353E03993CFAA294B5D58F211EFA , 0xBA9F66B4DDA13D50B37F76C5D116C446 , 0xBB033F235E593A88B0CDCB39CD8A5866 , 0xBB4AC48BBDC53407A244BE8575043F48 , 0xBB4CCCA53CB53A4BBFCB7CFA77B3B64E , 0xBBA27CBF8A63328B9B4080C8BB2D1B19 , 0xBBD4935FDE943B639A6C26663B81C5FD , 0xBC1DE7DBC62B34649F3B8B56DC69C169 , 0xBC45EA2E51933517BE5B9C018C4D55B5 , 0xBCA9FBB8011E3517851B108053ED1597 , 0xBCAA3A77A8A032A3A0CEF1C465469973 , 0xBCB739703BEC3FC7A5A291D5EA3BCC2C , 0xBCF57F7F0663375B96A01232BE0C7737 , 0xBD694FA5AF89301BA31BC011363C6C74 , 0xBD9512DF869B336C8AA2492156E95653 , 0xBE2A519602B03E7693D9A25FA033AF33 , 0xBE49B2E951C933898B5A3C2F8DCBB43A , 0xBE5AFBA8046E3200BFC1791C02648778 , 0xBE9DB464F3203D2DB63A8AF88CE3AFB6 , 0xBEA345EC50073B2EB97AF18A22D4F5EA , 0xBF10259998B03743A0513741F8E5DC84 , 0xBF1F7C482E873301809D174F1DFC2882 , 0xBF5DD1AC68F03F8790FC790B1312EAC2 , 0xBF739C28CFFC3A928F680592E34F472D , 0xBFAB8166B63C33E89A12748C59BD2197 , 0xC0126FB4C63A3A088F63188BB4F74627 , 0xC02C6F8155B33D21A028FDE325A38629 , 0xC073510359573979BC77505E334D913F , 0xC07AE5576FD738E39EA0BDA21086D28D , 0xC07FFA9B25B73B4799B8F1E53C3E0E87 , 0xC09FBE5E7D3F33A0AFEFD0871F265F57 , 0xC0D4881BE93B38DBAB41E4D39A1DF989 , 0xC10241468FA439AB9833903068F63854 , 0xC105D419AEAD3DF7B0F892DE3FB5B809 , 0xC112BAF96D6A38D1A632729BAB8D51E7 , 0xC1A6B622117331EBAFF9497FE9DE7357 , 0xC1B31F2BF4863485AABBCB1E515B9143 , 0xC1B5EF84703B3FE4B0BFF15A62B3A21A , 0xC1D463FAE41F3CCCA5E769C7AB6E9A77 , 0xC1E325D0C02A3EA6BDE571033D97ECF0 , 0xC2038645C57A3D3C9EAAF581EFB28BD9 , 0xC24FE5E7C18C36DBA3338165F50A45BF , 0xC255B3BBB84B3491B85F49399123C91E , 0xC25949839DEB32C2B1DDA66DF4E22A5A , 0xC2B826A35BFE3BA2A301EDDDFED161E7 , 0xC397C694B9E00922239A0CC6BBAF71B6 , 0xC39BE7DF95CB377C986F5487C3382082 , 0xC3A1A1B66A733977A7A2E893947784F3 , 0xC3BE44EFB3913755B6F7FA319C40B384 , 0xC3F45C240D803502B0A27866DDF0DC98 , 0xC4C55F90B7073C1E95558FBF2E605835 , 0xC4D6E79C582E368198E7BF5C68F1BCAE , 0xC4F4E4B09B1F373ABDC9D0399A5AB278 , 0xC501254F29C63AB6B4EAB2AE2DF3FA0B , 0xC54F89BFE67A312EBDB81BFA5AD03874 , 0xC5CC6105F28931DABF6761E80AF7084F , 0xC60C3C94013E390C91C9C4509218CAF9 , 0xC60DE80CDE0936DCBD6125A57ED5A5BC , 0xC614BCFF53E1374FB29B0AE9A1171057 , 0xC627A17342533435A78AD1B2A17AF348 , 0xC63FD238722531F2A50371C8AD1B4BC5 , 0xC710927AA45033F9A6751D52A8A00681 , 0xC723F95616B83045ADF1D0FFA96F86CD , 0xC761CA649D7131BAAD206781A87BBF4D , 0xC77CFEB7B76439A3AF3E4DB88C6A823B , 0xC79E69DD5C3732178276A2B3758C3557 , 0xC81F79FC25463306BFFDD7AD7AC70681 , 0xC85945B6A66237A292B9DEC80ED82C05 , 0xC8803602984C3BC4B03D8638388C4056 , 0xC88372F3B50031DAB5DEA2BB82142185 , 0xC8A6C07A485B3396A8C36C0CAA829107 , 0xC8D734D049A0388D9A33375F9975D42E , 0xC8F37BA043A437439C874C0146EE942B , 0xC90C4DF9BA783AA69DAEF205CFD03FB1 , 0xC969BADA63A53403B39D9A7F3191FD6D , 0xC9791C4D3F7C3852B20D8BB25B933C44 , 0xC97D4C7DCF853D64BD25B95AE118B33B , 0xC98CD24ACBBE340282D703CF807A1210 , 0xC9B0BDB71B103168A7F2013F9814B300 , 0xC9C837F148DC30428378D03BBF77417F , 0xC9FAC85C08B03C6DAB410B7D16D5E6B4 , 0xCA0AF43ABCC9344DBA38DAA523876195 , 0xCA19EB8899613A86849F96BF8F121102 , 0xCAACD980EC2E3041AD1F938C30FC701F , 0xCAC21488F8243F68A3B397713C21067D , 0xCAD6B5393E94615EC697BEF895227C19 , 0xCAD91C6E4CC3303392E134E1FAE43D70 , 0xCB2C57700FCE33969B492865AF63B65A , 0xCB4A9AD6347336E2A629C25F06938101 , 0xCBB80A7DFB1438DC914296E2D26E7F53 , 0xCBF70F74F2C3302BB1C1C89F33B33D19 , 0xCC02C8691BDF344FB2BF865C5AEC393B , 0xCC39B531F5083A6B960F0605508E6AD3 , 0xCC6128A3508B33A5936BA9BAB187FE98 , 0xCC834B9419AB38C99619D875AB389E7A , 0xCC8B348FDFC33933AADA9089068343D0 , 0xCC96AFD158173F60A038CB54CB53A726 , 0xCCB35AE888FE32B8B74454ECF06F74B2 , 0xCD2FAFF3BE303EC68A3F79D3DF08B3B7 , 0xCD6E542139633751A980EC646AB72D76 , 0xCD7160642A333848A9F9B8430D016D8B , 0xCD78087C1F953D03B9AA2CFC7BDCFBC2 , 0xCD8A3B374B773C10B2FD8FCDEFCCA988 , 0xCD96BC64C64F30B1A96E675CC01157BC , 0xCDDE812D1D783B14AB13F023992E43F4 , 0xCE09832650FC379DA4BFF5DAE7D5040F , 0xCE19FF1FAC5B306DB6DFCA419F7D5B79 , 0xCE6BE7A5ECA43415B3BF01709620C565 , 0xCE84E02BC96E327EB7AB87534B4B4887 , 0xCF972DA3E21C35039AAC10243209184D , 0xCFA5605282D43513B66EAD897054D550 , 0xCFD720ACC26D3904A174329FB3C0EE80 , 0xCFDD8D94AAC53B469CF948C3F02A9A80 , 0xD0230CEFFAC33CFD9505159D2423F67D , 0xD02C2829967530C396F3293CD0906CC3 , 0xD0361DA8037A3570A7D7D9930A2B1C12 , 0xD0BB1EF851213CB0B2C3AE395EC233A6 , 0xD0CCB20474AE353780D1789A20B7C3E1 , 0xD0F8FDECBFA83ECD8FC9C8FC9044A59C , 0xD105336EB56237EAB5E162172E319B64 , 0xD12C09383A99B014871237C2460E81D0 , 0xD166CBA5A59B3F75AA09315077E7D01D , 0xD1834D3864A43EDA8C9E6D316B03ED05 , 0xD1D09C9B8EDD3C08B557E926E33AC4B6 , 0xD25C5F0D2F953083A655960AB595BB19 , 0xD25DB5D88102399FB3592B262776777C , 0xD30551FE46C233ADAFE29767F902E66B , 0xD393CC77880638D988801ADC8C8ED93C , 0xD3EB953B238F364AB18CE6CA7D483BE9 , 0xD3FA8AE80E703FE79240A4EB8029553D , 0xD418ECA561743FDABB23264E50C3A81C , 0xD435B5444EAE328CA27D57E454C9EBDF , 0xD44A02B5E6D73D9D8451C3691D4FF564 , 0xD49D68595ADA385EA4479CE59FDFD9F6 , 0xD4A6600EC83C33CCAE134EBADDC28DA3 , 0xD51F3F5F49B03EC083427CF6CC85DAE0 , 0xD55E142EBAFD377AA1EE0AE15E581B44 , 0xD57A584081C031DBA76D231E5DBDCDB6 , 0xD59CA01F04E3346BA7A8DD091047D77F , 0xD5F1D6BF8B963FD8944E0BAA61CA5DED , 0xD5F220C0FDA23018B397FAAB907E88E6 , 0xD63B5FC9FE5A3C02A9C509A7EDBC357B , 0xD63FF300238E3DAF8DF0FB896F34008E , 0xD6DC650DD7BC3D3EBEEE94C946CD5882 , 0xD722EBF9EB0D3088A344F0F627574068 , 0xD72A525BEB593E06AB8519C20C38A3D7 , 0xD757F6EF32D437BB86C60A2DF6C6EDD7 , 0xD7D25010DA5237CC91A85DF20D438CB1 , 0xD7E5B99A55283C24BBB482A9D55C5DDB , 0xD7FD662AF7A430B09DDE3CCA457F2C13 , 0xD80E3FE4158633B895D2615065E730E0 , 0xD812FFCF6F7433CFB2E5C3A03F9698DB , 0xD81304CF18B033A9B4A09E46467491F2 , 0xD82C6E00A6A6302F85BC901A3A987B29 , 0xD848B321CC5D3FF1B40EA8D5A2B23344 , 0xD875F72CCB193D8A77FA0F4AE001E582 , 0xD88A7EC7C48F346298BFEA8D92215487 , 0xD8D71F4D9B4135298FEC25FBF395D1A9 , 0xD90587DAB9CF3649971AD494C37E2A53 , 0xD971055467913552AB80D837521D892C , 0xD976EC1AF7F432248685C2C0ED61F2F1 , 0xD9C2DF8848E130B69AA3BA954132C5F6 , 0xD9D08CF5B697326F99397FD8E96F2714 , 0xD9D4994F6B0D3671B31C9318648A59DC , 0xDA1FB74B1F81338C9B515705A9115807 , 0xDA9187BBBD4733F6A2847E7DA507D11E , 0xDAADAAA4700332108585E44804995C25 , 0xDAB6A9D71FAE3CB0A3EB2C451DDE6336 , 0xDACE475414EB3A138D2CD40D75F44EC0 , 0xDACE83FD3A063E748C89C7B5D492C41C , 0xDAFA203E8A033F60A5A25694755427A0 , 0xDB416A0350D4376DBB3B6C963AA82975 , 0xDB4FFB5B9B4D3F5F891B656CC563FEEF , 0xDB7F2D3AB2DD344BA5110F245B99D3BF , 0xDBD01F857D8132E4B0FED4A243F44925 , 0xDC086ACE3BEC3B20942604C2A5644DE1 , 0xDC1158A6ABC13DD989905F4515954C4F , 0xDCAD0A7AE2963851A04B2C5976BDB46F , 0xDD63D2279D4532FBB25EB98207FC573D , 0xDD655714F2FA30D98C5ACC21609F043F , 0xDD669736DA053CF5BC0107DBA2A6A945 , 0xDD739A9BE32037749EFFC88B42587268 , 0xDD7DE547CFD1366A8550A6981AD51D28 , 0xDD8DAB117D0C31F38B2F780330CA0E65 , 0xDD8F811214DA30A290E8C4FCB486FD73 , 0xDDA3072F7267390CADE46062CA8B004A , 0xDDC02171EC8A36A1BF630BD537526CD7 , 0xDDE5F574A0523B9C8939917DE46BA20D , 0xDDFF9177A9B83394915872F10F422E5A , 0xDE44CBC33CB637A7ACA27789AB5792F1 , 0xDE67CAD3B02439ABAEB80805F70383F8 , 0xDEA2249C3C9C3A859F6677C9142BF232 , 0xDEBAE5A1A22F3F598BEEAFA001B34624 , 0xDEF57D6676DB3055A8E1CEED1618957B , 0xDEFE61F50941347EB9B11A8B3BD61F45 , 0xDF39618A56EA37CEA26F5A89384556D6 , 0xDF436DA7720C33D6AA86327E9B3E800D , 0xDFBF5C4446D836B3941BD215D72EE4E6 , 0xDFC470B09F90381184ECF506D4262075 , 0xE03B5FBC9779325B80DF0EF4B79F49ED , 0xE0A19E4BF6B934D587F26C876DA2CCB4 , 0xE0FA5D93DE433ADF8595C3AFBAC95AEC , 0xE1276D3D034F35C18586B54053FA96FE , 0xE17275E6600A38AB9887309053B1C5A1 , 0xE1808AEBA19535FC96376276CB9602A1 , 0xE18D604CAA303B7CA74E5FD74C8254EC , 0xE1FF2B418F52379AA1419FD782265BE9 , 0xE2340DA0C97B3919AF3FEB319CBD9F2F , 0xE2A800FAE53A30099A256151E9308C31 , 0xE2DD5A75047334B7901BF62888C8F93E , 0xE2FF3083AD74363AA357590CF38D7D73 , 0xE39C10591C4D3E2286ED509D426A28F7 , 0xE3AA4CF074003554B9AED0C398DCFD7D , 0xE3B66F6302B93484838CAE3E77444C5F , 0xE42FC94F997230D3A1A9BFB1B7802263 , 0xE46FC7C602CA3344A5DDB7E1997A4BFA , 0xE480F7C5FF063BE5BEA8BA86345AF26B , 0xE4B07B6D6C3E360E8CC7778CF78EB192 , 0xE4B789DE5E113C37B9185C3EF0E77747 , 0xE53F59FD569A3DF196FFEBA7017C3E81 , 0xE54FC41920473FEE8AC27710C7C87867 , 0xE566F17714173A4A8BA5B88A6C2BF036 , 0xE5C923C022CA36B2A5C23161E028A59E , 0xE5D23D6D82423BE089EB2ADA1A688A0B , 0xE60E6CE0A7883B2D87E31621797DB464 , 0xE6300144F0153CF184C8F2AAAF93D560 , 0xE652BEBD9ADC319EAE1483C73ED8FF3E , 0xE67699AE719B3AA8B1EA85B3352D6789 , 0xE678892323B73A78BB5BF72EAA1BBA86 , 0xE68DE57727F435D894312D2E40A0C9A1 , 0xE6CDCA4BD01634C99FA1F667B32ED5E0 , 0xE71F3CE2E2533B8CB37E1A8A9FF8BE19 , 0xE7939B7B4E23392D8D4C4909B5BC782A , 0xE7A1EE65B60738C9BB02241502CAD51F , 0xE7C39A900C2A32ABBDF5CCF2D2D46083 , 0xE7C8B79B7402381FA1E2B8547CDF262D , 0xE7EB0391331631749335C2D277956BA8 , 0xE7EF188E870E3EBD987A4C0B0D6DB864 , 0xE86D7BA909C63974A9E62280B58770EE , 0xE8A103F9D5693B6DA76C5524F271B6C6 , 0xE8E67E898E9435FC89C86FC0232F1481 , 0xE8E6F632773431ADBD9EB68941600C64 , 0xE91E9A12B48733AAAF746DCF04701D1D , 0xE93DAFD067C13C6397B5502CAB7376FF , 0xE941AE1465DD32F791027E1F2DCE6135 , 0xE949C77C4AED3BBFB284B9E2D07CF678 , 0xE9783262327339B1A115AE38B659D2D4 , 0xE99366F1B77339C19718144466C92C33 , 0xE9A9C15AC8073CD4967154B7BF37537D , 0xEA048EB1BDF038FF9CABB1D34883441A , 0xEA62E8212C483F26A3EE36EEA6309623 , 0xEA64CA3E3FC739299C82A307A0C4E5C4 , 0xEA676ED9A94E3437B749A7B4A2DB81DA , 0xEA6D12BDBB5633C3AF524DE58BE4BDB3 , 0xEA6E3856F827338CB8881510C82C1F99 , 0xEA8689B0E2973F9286C9AA935630E35C , 0xEA9711E175E83ECA8F90DC4FB241C0EC , 0xEABDD02CFD803DACBFA75289F09C4CA6 , 0xEADDD22365633694AE270D87EE895E5D , 0xEAFFDEC3DFF33AAA97FBB3C3461A257D , 0xEB18A4D931DC3621B9F2AD07BC4D1E23 , 0xEB2124C3A164372A966A2892D480DFED , 0xEB264DF29ECF3BDAB5C341AA836699AE , 0xEB53CB88ACFE33E1A9342572A7DE3C12 , 0xEB7E357DB867354DBFBEE4FE03E9209C , 0xEBB08BA9F57532C3B059DF90EAA6486F , 0xEC58D8CFFFE53EFD9D9A8BB591746812 , 0xECDAD1B4EB0332C6891504ECA80D94E0 , 0xECE2E92CD1F832F0B8A9867674D8F001 , 0xED52297889303419B47AA39E4612814C , 0xEDAEC2712A883729823EDFE357B269F3 , 0xEDB4646037BB32269DBA4801207FA316 , 0xEDEF5334CE1737A482F4B8A76C9EFED3 , 0xEDFDA6A9BB37317CBEA940F1E7C9A3A6 , 0xEE5AAC538CC33161860CED031086D6CE , 0xEE9D667DBCD83D62832D4E382658DEA2 , 0xEEC983C6F532383A90D0966D48E36B0D , 0xEED5F6DCE5C83B898A331F221A35218A , 0xEF2D4565127537B18880CE9A62381583 , 0xEF67FC470FC53583BD20EA00216C56AB , 0xEF819DDF054B33608102390033E0F788 , 0xEFB6271B383B32AFA0809260D9FB4D53 , 0xEFCE1EC66E0B30D282514150D4AA8A11 , 0xF00B8787AFBD3CB1B252EF4052C7AC06 , 0xF03E38D9030F303F9F50EB137D1BB777 , 0xF08DE22BDC5B3079B7D6B68A3D121D1B , 0xF097DDFBE98B3DBBA02D4E5EE1857553 , 0xF0EDC234C7E234B4A375538203E3F7A3 , 0xF100AD9118323B869BE791EE3BDB6299 , 0xF14F7712958239FD8D617C9B8ECE7FF4 , 0xF15E4CA302DF3C3DAF10F3CC4DFE985E , 0xF1748323AD023624BA763DA9ECB6100E , 0xF18E2C271E9132DC8843530372C18E44 , 0xF1E36DD639D23630BC254687CAEB3619 , 0xF1EEA760875C3599A609A63FF46289B2 , 0xF21BF1B862693036ADBA8D20D363A801 , 0xF235293C911536A0976E68721B4E0317 , 0xF257046EA7243AB89351A02ABD806BB9 , 0xF2B7246C713E3402965F0E9E8475FD6F , 0xF2D951CB26A2394787B606F2C19604B6 , 0xF2DAB7F6E2DE323686E11D0C654F148D , 0xF2EFC33834253231859A295BC3DFE390 , 0xF34B2190F37C3B2F87CD2D793B73CD95 , 0xF34D4CACFA19303E9F2E27349435CF74 , 0xF35C8454B84D333A9BAC1F468ED3671C , 0xF3727FF1BDD8392ABEB29A7C26CF548C , 0xF37F4235B4913EC38621032BB8925FCD , 0xF3A5AE1B41173C93A6C8B978EDE13057 , 0xF3D8E43430CC3197A957072FBC6B42E1 , 0xF3DC8E6FCBE779A2A9DDED9DB3352D4D , 0xF4288A7E88BC3A359C42040E19870DD0 , 0xF442F050060C304391BBFEC305A34895 , 0xF44FC9B4EE73399B8E0B72498BC7525E , 0xF4B1CF5A8F0C3521BCB4824DD0A13C03 , 0xF4C2358A25EE30FBAA3929B807A2C3C9 , 0xF4ED267209B43E96A0FD857A9142FCD9 , 0xF4F07A516ECE37C3864A28A98B37FA19 , 0xF53C6C92E23534B5B58751BBD1604E47 , 0xF5DAFC960F953D50AA2E328C6B0A017E , 0xF5DE2ADB8C0A34D1A5A79E20DF8B6193 , 0xF5DE7560E23A37B4B283E81BE1D98982 , 0xF5F3BE2C5E7138E09F1BBA56002AF6FC , 0xF64B6FA679903E99BBFD67A172AE2B0E , 0xF6C535A6C7E73872BD3E900217C9E437 , 0xF6D1AC4763C13FDE8B0A44948B5CA369 , 0xF6D5968FCFBC39A7AF543AB5D69AB4FF , 0xF6E2150D400231DBBD0C627A248C83E8 , 0xF7228B88E6C13A9D9A7E88931F048CA6 , 0xF7365B0D926A397195F155CDDD27DEB8 , 0xF74014CA49EE368F9D5A2C22AFABC81C , 0xF7573B26E5BD3FFB9542C17090D7BCDF , 0xF75F4287FD033542AA91F090DAF9D5C0 , 0xF778FDFEF43239C8A6A7810DD84A0477 , 0xF7857ADC52013421BF67578B89AD1B33 , 0xF7D6B28D56403B3B96A912D4137F24CE , 0xF85FD57B587B36F390B378386FF253C1 , 0xF86F16AD58FF33B790464CDF84624167 , 0xF870498FC4263F3F82DB8C5F1850A43A , 0xF9160EEB7F3A349BA02ADF6D78D7667D , 0xF92BA6C99F26386C85C612A005DE258D , 0xF96F2FC044243D6AB09723D8E0473D38 , 0xF9716A6E31C63447B897BC08898528D8 , 0xF98D8D8825B03AC9BDBFF53512B12A56 , 0xF9BD0A1FC4B93C4CB90769893C7796CD , 0xF9CCD374EAE93036A508266DC47048FC , 0xFA05FF03988232B09032B528D057E839 , 0xFA59C42BD30930F4B727DFE4F05A0F96 , 0xFA5D337B04A4303A8189199E85E8994B , 0xFA9378159CE53D43A445C0A904F28468 , 0xFAE9EDE609CD318CA45223B8CED67EEB , 0xFB8D5505A1DE30279EDA11ADDCB6383D , 0xFBA4E78F262D3482B514D86AD698EFF4 , 0xFBC8293848EB3899B280971BEA306BBA , 0xFC2763D8BCA034FF85E86ED327B38731 , 0xFC395BD57E7934A58E8636E6A8D07E85 , 0xFC3BF29DA4C330DB8BC491484B188ED7 , 0xFC50322245F03223821CC5933611508C , 0xFC61D78D647B3936AF8C6003656727AE , 0xFC70EFE35E63384FB7060C70762C9817 , 0xFC7A0FA2191A3DDFB481FDE1822C7CEE , 0xFC86A8158FAB34AE9570F94A40117456 , 0xFCBFE3AA00A432508D75EF85B250B641 , 0xFCCB476B79D333C8B82F8FEAA57A4A27 , 0xFCE683FF805437A4AE1555ECCC46C3B1 , 0xFCFD5BFB00183450A56506DC4771B4B6 , 0xFD0C5BCCB7C13516BDAE52AAD07510B3 , 0xFD40E3CF45C5372183E42B843A7121D5 , 0xFD822D6D74F733988867516E4F5D5C74 , 0xFD9160A2FF113B25A63932574CEB260D , 0xFD9194D4DC333C00917FD6E8A221B4E3 , 0xFDEB95AAC2DA3A78846A4B2D07154815 , 0xFDED39FD4A6D3FE199E2F94D3363B069 , 0xFE225426DC7D39D89A85C0A1999E24AB , 0xFE4AA894DF443AAB9F34D0A5279F414A , 0xFE630ACB8C6231E2BC49F891786DFD76 , 0xFE811D13C383301E8823DBEBDE3F05D2 , 0xFEBECD980B473998BAE70EDF023A17C3 , 0xFEF74A7F39B0333DBF2C560F6354DD21 , 0xFF1BA73C68E334279B522B8D692BA50F , 0xFF8D03350EC834658066BFF510C6944D , 0xFFBC460B9CBD3069B4181892799A9696 , 0xFFDC9F783AC93E10B0C7845285B386CF )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
84
42.44 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 L²lé…5$œ~~»L¡…– "
b"\x00 ƒ\x13 S)÷;}¬\x1D G¿\x01 ŽýÞ "
b"\x00 ù‰\x02 ÁD8\x02 ¸æW`\x07 ˜Š± "
b"\x01 AÐlš\x08 ?'¤\x0F §,éX‘Ž "
b"\x02 vO1ØQ2\x12 ›²É\x12 5\x7F ë "
b"\x03 òM0¶\f 0XÉÉ!÷JÔÃN "
b"\x04 håæBy68›ù¹#xš§Ô "
b"\x05 Ô\x08 ¥6Ø29ú┌ô\{SMp "
b"\x06 1Ëdb1’æÉÃ2Öõt–Š "
b"\x08 Ù3ãff9‰†Ÿ\x01 ¸!¶2¿ "
b"\t jwƒÓv4ç£&ŒÐÙ€’ª "
b"\t\x7F ªÉg±1yêÄ!£ƒ■à "
b"\t Œµ–†Q8\x12 œÓ”\r zˆ3ø "
b"\v\x06 ˜`‘ê7´±ÚÙ@mhit "
b"\v }ð~ó&>#—R”8-Vi- "
b"\v ┐+▒Ön5NæÂÉ\x04 8.ç+ "
b"\v ³ä╗Q#:ëÀì9 Múb└ "
b"\f <Bu\x10\x1D (2”0G¶0G¿º "
b"\x0E ‚…>']=’·=jJÆ0\x0E Œ "
b"\x0E ïñÍQû?_ìÙ5\x15 ì╬ \x10 "
b"\x0E •×a²B?L™‰ìÓZÌ”\x1C "
b"\x0E ¦ùZz¶9\x02 ™‚ÇŒ\x00 †\x19 î "
b"""
\x0E ÙŽÌ\n
Þå\n
{?…ω„ÍÙ
"""
b"\x0F ¡I6Ý15\x19 ┤ü²\x08 ÓNýÊ "
b"\x0F øí^ë\e 8é¶qö8R¢¨\x10 "
b"\x10\x17 FàKl8º£¹¸3\mþ˜ "
b"\x10 FØXÈé2Mô^¨õ®øR╦ "
b"\x10 ¦~þÓ\x13 :\x7F …\x11\x07 ÉÒ?Ø "
b"\x11 Lõò\x04 Rì‗k\x1F ┴"·&Îæ "
b"\x12 D5ô¡À5ÚÄ█õ>\x16 É\x04 "
b"\x14 ´õ`c±5W½Ÿª\v ”I¤\x00 "
b"\x15 -ϬZ╔6k¥F└▀Å·oØ "
b"\x16 (-\x1D\x02 ð9ðöýÆ"àÉl¨ "
b"\x16 aY.t&2žª†\x18 p¼1ÿù "
b"\x16 “”ÂÊý4-†;]Ú½¦d "
b"\x17 õá“â@9Ù—ÙÝ\x0E é{tÕ "
b"\x1A ╚ıÅú/8┬úù¦.9u ½ "
b"\x1D ð;|ÈW=g±Z\x15 '@(ªB "
b"\x1E !yÚ&Å9\x15 ½\x05 è░Æf à "
b"\x1E Ü\x1E Û\x11 ù<Oä{ؤ\x19 ¿Y$ "
b"\x1F Ò~¬Wæ?Ø™\x19 £·¤÷¯d "
b" kæ=¹!0™˜§Þ3[&ÓW "
b"!3gìð╔0¯øYÞ\x16 ¬]\x12 ¿ "
b"!‰‰Q€D4â’+A-añ\x1C ¬ "
b""evþ¹Ê0ý¥âXŠã\x06 à "
b""eÌ·©M7\x14 €hžZl”n– "
b"#o=}îS9v¼ãy”ç\x03 Nw "
b"$Šˆª`\x08 5îâ§Þ¾ÍÎÐ "
b"$ı╔╚ì3_è7┌Y▀^\x08\x16 "
b"%U¯]éå6Ž¿ü«@Î\x07 ê: "
b"%¸Qç\x13 «h—ÞH¬\x07 )\e åý "
b"%Ã_Sã\x7F 6…—\e ùG%\ºT "
b"&3ü\x1D ê\x15 9œ¸\f\x16\x1F OÕ\x0E ö "
b"&pêcúï•À-c>\x03 ¹.·¹ "
b"'1-3õÞ1x«œ&[:\x17 CR "
b"'9x[Cg8Ñ´¦áX\x1D ¥R> "
b"(—ð3Ýð8(šC¿ŸÌ\x06 2æ "
b"(˜\f lL'7r³øIÎM\x1E GÉ "
b")EÂDÀ\x14 5@ç4¤%¼Å■Y "
b")Z˜/æ;¥¶mN–G:9Š "
b") N£\x13 w?ÿ¾€y–Ï-z\x02 "
b"*mͪ\x1A 67ïŒ\e Eè64\e › "
b"+ÏR0öp1ñªr(–î:Ø\x19 "
b"+ë\x1F ƒ\x08 U3Ö“\x11 ˜'äÁL\x03 "
b",`ÅVÙ\x0E :\x12 ▒dð²¥Uÿù "
b",úã|Ã\x17 <î—“Ç'—Û\x1C V "
b"-\x01 º<\x13 #4\e ²’ô‚⤇4 "
b"-:Võ>ÖçÑ\x02 ÉøfH]r "
b"-{¨\x00 ╗98ÕôÅ´Ì>Îòƒ "
b"-Ö\x17 ïŒK2°¶¡\x7F ×âØ±å "
b".es³.39ôèGùüJÑC, "
b".€\x1F Åo05c„`\e ‚É™;} "
b".½Ž¸Ü\r 7”¡\x16 z8e¢ˆ "
b"/äCû¹J5ÿØ\x0E 2Ô\x07 fòù "
b"04┌@ØÛ<-î\x04\f\x07 =Nðû "
b"0˜êy[\x10 =ù•{¥\x1E 3æ1“ "
b"""
1I&uwú9< Ò…øo°\n
Œ
"""
b"1ò\x06 W0Ì<ðÿÄBì*'Õ¾ "
b"1ÍK8ˆÞ0*©ÎQ™ÅXÕ† "
b"2˜½mð¬9‰±p_ªIÿE† "
b"3%œ\x17 fÏ<\v ¦¸ÆëXU$ "
b"4M“Q–D;™†\x1A ݪ¥ŠÅÚ "
b"4^¡ƒér3\x17 «Y¤±køðˆ "
b"4qå+Uç? A!Gv\x10 ñŒ "
b"5D7\x0F Q&< «\x02\x0E 2'€©* "
b"5§)¤û£2l▓\x13 Éı\x14 GaË "
b"6r—Æ6u5 ¸\x1A v˜¾Â=G "
b"""
7\n
Ø'\e\x0F 1]âr"V?åå;
"""
b"7Œ\x17 I\x1A ‡:ÿ©CIþÖW-€ "
b"8tò®\x01 j3B£çî\x0E\x10\x11 Gp "
b"8’Fõ<?»-_Ï™Õí\x1A B¦ "
b"9‡hó(˜1\x1C ª³šPn<¡) "
b":▓ýrê\x18 <&»X\x12 Ï]│üµ "
b";\x19\x12 ‰A<;î»*™\x14 W\e\v O "
b"; ²4 ¥?°©˜r,ìÅ^\x0E "
b";‘dVYE7·¯;Áaž²êI "
b";í4¡î‘=M¿*\r \x07 ·â–J "
b"<\x08 7Cˆ¿>æŸqÌo±‹\r Š "
b"<s~äî\e L\x1F XÎßÑ‚ÏA? "
b"<R\x0E ©U2Å–ø\x03 ±¾)v{ "
b"=\x00 Aïõm9ѣĆ]iH|å "
b"=›D\x05 j\x18 ?¯“ˆSÐCïå( "
b"=õÍîNF3#Ÿ\r Ôwö¿¨î "
b">Wá<Du=zƒ\x16 )ã/ôÏå "
b"?┴FÂ*Ð0Tì,\x05 ²├\r $§ "
b"?Ë&Ç┤┐;Å»\x18 ¤\x03 T8ëô "
b"C\x1F c§Sß3Ø¥#Ìš\x02 J„Ï "
b"D9”]\x1E Å6þ–ÿ”y–„. "
b"EŽ4ŒÁå4y’G¥µ¸N\x1C "
b"F\x1E k˜â\x05 2-¦¾Ô\x08 ƒ.ï\x04 "
b"G@þ³[m35 \x15 t{\x10 ýþÝ "
b"G©’S\x1D RÛè\x19 ¶[…Ue¶Õ "
b"G«ab\x07 ˆÒ’@F2ñ7Õ"P "
b"Hì\x1F ÎO}}ı╬t▀+½■¢² "
b"I!B@ñ„=u·˜î_nx|y "
b"Jt\x00 ìOº=ËŽ“\x06 .\x03 u.‹ "
b"J╬1ó┌C=╔àìa\r u÷ r "
b"L:ïy¶Z7ñ»_¦8¢?ù9 "
b"Lè_\x1A ü█3eÿ·#¥¦Z{t "
b"L’×ÔÌ}5Dˆè›fvÜÍ& "
b"LÛv6\x17 E<ʘëRm\x10 »+È "
b"M!þ,\x17 ˆ?Æ»[¶¦â\x18 «b "
b"M╠█t;v;÷Åf┼p8Y<À "
b"Nt\x07 @?]5#š0©÷\v ºeb "
b"OM…µ°E1ª¹]\x08 Dƒ,\x0F ä "
b"P\x1F Û÷¦\x01 ì§¥├Þý┐{ce "
b"PÒE™/Ï3Ý‘Û2÷\x02 Ð&› "
b"QVð‰%Ô0©“5º~˜…œ\x04 "
b"Q`\x07\x0F\x02 õ?\x1C .N\x04 “+\x19 ˆ "
b"Q┼█`þ┌4\x06 øÖüC█~Ü┐ "
b"R«T<èØ0\v ¼\x05\t °^Fè< "
b"RÊ(¿Oà;xü\x11 W\x19 ç\x12 ±9 "
b"SNuÈ‹B<Y…Œ\x10 A#ؼk "
b"""
S«üÃ\n
êh0A"ëzÀ┤╝õ
"""
b"S■gÅsª7\v ì╠┌çv´ÁÇ "
b"T2}ÖÀ\e 4(°?µ°\x19 uÍ\x02 "
b"Tp·®æÙk—\fqÊ Ùk^ "
b"U\x1E fƒOW8ˉjzË`,.‡ "
b"UMÆè§\x1E 6ó ÌT´È\x7F }Q "
b"Udø_Y╦<-üo█2$\x03 Ù┘ "
b"UfMòË×7¢²Ð¼}KÖˆ% "
b"V’6c~µ>.¿ß,¯M®\x13\x1F "
b"WAB\x0F À#>Ò•¤‘´om½Û "
b"XBçâõ>ŸGØS2G.¡Ãõ "
b"Z7\x1C ŸNw2ï³óÛÆñ•Å2 "
b"ZjdÁmI14¯z5û³Az› "
b"ZŽ?¥Ô\8 ‰•xØÀ?Äî "
b"Z¡u¤o\x00 8=´\x1D ˜\x15 ò\x18 Šl "
b"[bòÏï˜9=Š‚;¡²]-# "
b"[²Gc+Í9ù¦&w+©‹ð< "
b"[¾—Bh”?z’Û«ª1&ïÍ "
b"\0-\f\x0E k0*—ô|âCè£ "
b"]\t Ó˜E1\e ®011©MÒT "
b"]}\x13 ▄5\f 8\x7F å{┘,\x0E ü~\x0F "
b"^Çé5PŠ<ÂŽ2¹\x00 ÷™|\x16 "
b"^üH~Iþ0N®rÌÊïÎ«É "
b"_\e ¶£s®7áæ]\x1C ìñÔâ "
b"_Âã\x1D y\x04 3"¯Ë\x7F ¦š¡>\t "
b"`+Sïç³2Ѫ³*W‹Ý\x08 "
b"`wË“\x07 $7ZŽy\x0E {\x19 »·¿ "
b"a!F\x01 »56°©¾»°\x0F œ\x19 ‚ "
b"bBì└0²3ö½┴U;╔Xíª "
b"d8Ç\x07\x0F b>d³>å8Cý«\x1A "
b"f\v Îà•v5ò”—5\x05 ]Ê7i "
b"fÇ\x1D S:¶61º3NL\x08 Q“~ "
b"gÁ\x01 ÷²ý3.‹®Ln\x10 ¹b\x02 "
b"ha‘\x05 »p7\x08 º¾´X\v ˆ¿J "
b"j‡Y«\x1A ¹\x11 ‡\x04\x17 •´â.z™ "
b"jıâ®ù>¥)J?CìßqIU "
b"k╔ÃŤ§5äØâ+§\x1A `Fƒ "
b"kîxÖÁ§4Ÿ´*|}² \x19 ö "
b"lEf©7\x00 6hÉ¥{ÏÍU\x06 ║ "
b"nO3ãf&;Ùš¸Ä\x0E ö͈n "
b"n¾šìíÞ8»¹† ùGl<© "
b"o\f û÷^H4»²\e ‡û\x01 É\x12 F "
b"ox\x01\x18 ¾Ô4^§(*/&·F€ "
b"pØ\x1D O¸)1¸Çl¹©Û═Ö\x15 "
b"q\x12 ÁÞ\x08 É2Òƒ2¤\t &Ì¿> "
b"q'ùGHž57¡v\x1C qáM\x1E + "
b"qZPKûj<Ó”îÔè5\x00 Ä\x1E "
b"qÕò¿xÿ=ý’\x0F ±\e ï\v è9 "
b"rMP$\x04 ├6\v É*â █n═Ë "
b"s4nÇš\x16 8_‡”\t Ÿ£fÑ¢ "
b"skØ0█'6\x06 ®È¡"¤z>! "
b"sì─¹ı\f 3·ä\a~Ë┴ó½ "
b"só»øté0º¬áDËO‡WW "
b"tmÇ|\x12\x1A ÍZ’r‹SÌ\r èô "
b"u™ïÊ a9k¸s÷[–cW\x1D "
b"u¾3f]\x02 6¡†!\x18 éY…\x03 ø "
b"vÛlq[]ŠÖiePÜ«ýÁï "
b"w€\x7F `õg3-µMôt\x7F Úz "
b"wÑ~4ÿ└0uæÎ|ØÕÑ┬█ "
b"x\x11\x18\x1C U%5;«‘\x0E\x04 ƒK¡\x00 "
b"x\x1E Þ`Gù;kš\x08 >ëëd<‡ "
b"yšÝ]\x08 s<Ù¡á\x1F n&UCL "
b"zêWgÅ╝9ɸD¨°╩¡ "
b"{(†\t “ü0q³Ÿ°ïØ\x03 Z± "
b"{*{„ÁŽ?\x1D ¨Ô)mvÒiH "
b"|¨§D§X8ÿ€ÁÌ^Eè\x1D { "
b"|É*„ã€> Š•RŠÂsÃ¥ "
b"|×¾&\x0E <¬²¡5 Ìkº\x0E "
b"|ßp&\x06 þ=°¾2Å/óÑ4… "
b"|ò›]Gæ:1½Q‚Uš´\x1C\x03 "
b"~\v @â9è9g‘NgI\x1C ÈÓF "
b"~╚░¾\x14 Ø0ªªn░39\x0E ã7 "
b"€i\x12 XI¼:Œ‘W\x08 Rè&Æà "
b"Ç┐▀9eê:ÙØv^C\x7F ?Ç\x17 "
b"üÂl\x17 Ðê7┴ùÈgJB\x06 g\r "
b"ü╦║Ì\e\t ?¬¼*ÝádmÛU "
b"‚Æ¿¦¨}=ߣҿNFÆvž "
b"ƒÇ)ˆ¹r6–¾\x15 K\x02 j3®u "
b"„\x16 ªÊJM\x14 Pÿ›aPÖ4c— "
b"†E%“î9÷!\x19 "\x1F ü\x01 _¡% "
b"åyrPM_0]ëúüúÊÜ©I "
b"åØ\x12\x13 XÝ>VÅB█ëz\x02\x07 Ï "
b"å╗\x1C êt\x07 ;\x1E Å\x1C »@v´\x1C { "
b"‡\t qðçÔ2\x17 ¦çs+\f ¿Gã "
b"‡øºúöD:\x11 ™¦ÑÝÆ›ó› "
b"ˆ/}˜·Å˜\v û¬ê\r \x03 §7ú "
b"ˆÔ)Ö‚jnö¤ï\x0F ´0c¾± "
b"ˆà.*¥¸6.¬TòÙßµFç "
b"ˆã‚e\x03 U9>³\x0E RØG\x10 E\x18 "
b"‰Á©AƒV4Zƒ–#>œª2B "
b"ŠÁ'ùH»?Óˆ/\v Kê’ŠÇ "
b"‹«\x1F }õR:$—Ф³jjv "
b"‹Ó~\x1E Á°<éŽÚPLÙ±\x01 à "
b"‹ÛŠ9Åã4å¸f\r ƒß4°# "
b"ŒQÂ3T\x06 =ö¦zÿ×U’€6 "
b"î»·\x14 ±▓2└ƒ‗ì!═ßð· "
b"ì`Àì╗8=ýê¨H0ª´In "
b"Änk¹°╦2µî¹\x0F\x1E\x1F ¨Å3 "
b"Ž”\x0F z\\f 2g¨Eу2†â "
b"ÅÅN\f ©║0┤«~╝§õ12z "
b"Å▓;ºFA>tªıQp│\x7F öì "
b"É$)╬ÖÀ5á╣âØ£8Í\x1D\x11 "
b"æ°▒O█k6ì®Ö\x1A ;$¢* "
b"""
’ìõzi\n
8`£\x1A í\x05 Ð\x0E\x17 Ç
"""
b"’øíXÐÔ<˜œc˜Ù.±×$ "
b"“Y¶Í>›>"£\x01 üò¿M¹Ò "
b"“m¦•+õ½)Ž\x10 ™LÝÚõx "
b"”aì[Œ^>j¡Ô\x1E ñP\v\x16 p "
b"""
•\n
îrÍ\f :Á‡*\x07 »Ã¨€„
"""
b"–aÜrËœ6ɸNæÿ(Þp™ "
b"–À;\è›1 œ‡Á‰D¢Ce "
b"—H[4»¾¼Ü\x1F À²šÁ&e¾ "
b"—n\x1D ‹5ü8¯›yí¾1Ÿko "
b"˜|\x04 Lý´:(‰¿!R._[, "
b"™*¥\x02 ‚»5Èž#Þ^ïçÀÎ "
b"™[žÒ£0;î˜gº%&\x19 •» "
b"™\>-@\x19 “‚Š9\x04 Ö*àBD "
b"ÜSF└>d5©ì─§wàr¿L "
b"›\r \x0F 0ÿ\t 2…µ\t u>¡ZÈ… "
b"›š$ïØs:Æ‹E³ÝcLþI "
b"øÂµ¨\x00 Ö9\x07 ó]¿àJçØT "
b"œu»1ˆA8k©Dˆ:Æ‘\x15 Ú "
b"œª\x1C _[¾6öºÛ¬\x03 ÅÌ™© "
b"ØÚ;\e .\x06 >║ë\x06\x11 4?£Þû "
b"×╩░¹mû8¬øìI\x01 ÂG)Á "
b"ƒmç╬E░=üì\r )'▓ËVþ "
b" \x11 ú£×>2œ ¿ØNNä–| "
b" tlŠŽï<y›HhÂÌíuy "
b"áç3Ø0+8\x17 ¼╝·î\x11 <É╩ "
b"¡"O\x04 £0\x16 ”@s,KD,ß "
b"¡\x7F ß&Yù8·‘\x11\x16 xï'$¢ "
b"¢qSˆ“00V€ŠŒÃщ\e ˜ "
b"¢›ÑJëì4š”Nà\x00 ¯\x06 C\x1C "
b"ó±N.▒â1qÅ╗a\x12 ËDît "
b"£yÿY;…4øŽ´:\x03 Šô4ö "
b"£ëúH\x1C Ä>4±aÚÂÂÎ\x18\e "
b"ñÜ/\f\x04 |:\x0F ÄGüý Øú8 "
b"ñá\x06 §╠Ø3ìÆ╚K@ÿ\x19 äò "
b"¥K#áôB?×™ª-¹MùåF "
b"¥m;©\x13\x04 1\x0F ’zÖõ\x03 áBh "
b"§y¯ð–4\x16 ½nç\x14 ¸\r ö\x00 "
b"®\x04 àïìn7-¿\x7F ªÜ\r B\x16 d "
b"®\x14 ªkR\x08 3ëü:4.└H2O "
b"®òÅ\t "5:¬Â©öç\x7F Ñy® "
b"ª1=`Í2@—ï5ü ÈÌ\v "
b"ªc-Øÿ»™Ðæ;ز/aØe "
b"ªËw?KŒ\x00\x19 ÜV\x04 a3¤ð\e "
b"¬@ÿm\x10 Ü—¯\f ýµ6Ð\x1A e\x14 "
b"\x06\v\x05\x02 ±7”¯fÔƒ¾\x14 ¸^ "
b"Ǻ~<Ç4l‰=ù\x7F ÛÈ÷\x10 "
b"«qê╚Mæ<5àæÅx;oÊ╚ "
b"¯r‡ñÚf:a™Â\x04 •ü$(Ö "
b"¯²›0\x1F .;\x01 ž™~hòy|: "
b"»±\x1D s^¶2‗ÇOì[╦\x16 [$ "
b"±¨îiA99\x16 ´$²½²Ïlö "
b"│\x01 É\x01 #\x0E 30ù)Ì└\x06\x03 vÚ "
b"│'|\x02 'õÒ\x03 r?ìUÕ¤= "
b"³¥ ±‡\x05 >ô„7\x17 b²-¶ì "
b"µ\x7F Ê>ùF3\x1D ¢#"\x0F ó<Lñ "
b"µÄÄíÆ‘5{žd#îýÊv, "
b"·Ý\x1A ^Cüã²\x0E Ç2È®ô`@ "
b"©¡v\x0F i=3▀ú ¹ìê3·╩ "
b"""
╣\x03 p¾\n
¤2\x11 üOÊ\x01 ³\x18 ¡\v
"""
b"╣Q▓Î\x11 ¡╣┌Ù└ÊNìÝÊj "
b"¹ŸReÆ^3·„éò1„ß#œ "
b"╣‗ªÿT¾0█å¿B¢ÀÅÓ\x16 "
b"ºŸf´Ý¡=P³\x7F vÅÑ\x16 ÄF "
b"»LÌ¥<µ:K¿Ë|úw³¶N "
b"»¢|¿Šc2‹›@€È»-\e\x19 "
b"¼\x1D çÛÆ+4dŸ;‹VÜiÁi "
b"¼õ\x7F\x7F\x06 c7[– \x12 2¾\f w7 "
b"½iO¥¯‰0\e £\e À\x11 6<lt "
b"¾*Q–\x02 °>v“Ù¢_ 3¯3 "
b"¥Ø┤d¾ =-Â:è°îһ "
b"¿\x10 %™˜°7C Q7AøåÜ„ "
b"└\x12 o┤ã::\x08 Åc\x18 ï┤¸F' "
b"ÀŸ¾^}?3 ¯ïЇ\x1F &_W "
b"┴\x02 AFÅñ9½ÿ3É0h÷8T "
b"ÂU³»¸K4‘¸_I9‘#É\x1E "
b"¸&£[þ;¢£\x01 íÝþÑaç "
b"×Ɣ¹à\t "#š\f Æ»¯q¶ "
b"""
êyh¬b\x05 ëI9Ç\x1D .\n
—
"""
b"Å\x01 %O)Æ:¶´ê²®-óú\v "
b"┼╦âÛÐÐ\x1F kÅ`JÉ,LdT "
b"""
Æ\x14 ¼ÿSá7O²›\n
é¡\x17\x10 W
"""
b"Æ'¡sBS45§ŠÑ²¡zóH "
b"Ãa╩dØq1║¡ gü¿{┐M "
b"╚\x1F y³%F3\x06 ┐²Î¡zÃ\x06 ü "
b"ʬـì.0A\x1F “Œ0üp\x1F "
b"ÊÖµ9>”a^Æ—¾ø•"|\x19 "
b"Ì–¯ÑX\x17 ?` 8ËTËS§& "
b"ÍnT!9c7Q©€ìdj·-v "
b"Ï—-£â\x1C 5\x03 š¬\x10 $2\t\x18 M "
b"¤¦ìö¬┼;F£¨H├*ÜÇ "
b"ð#\f ´·├<²ò\x05\x15 Ø$#÷} "
b"Ð,\t 8:Ö░\x14 ç\x12 7┬F\x0E üð "
b"Ô\x18 ì¥at?Ú»#&NPè\x1C "
b"ÈJ\x02 ÁµÎ=ØäQ├i\x1D O§d "
b"Õ\x1F ?_I°>ÀƒB|öÌ…Úà "
b"Í?¾\x00 #Ä=»ì¹ëo4\x00 Ä "
b"×ÒP\x10 ÚR7Ì‘¨]ò\r CŒ± "
b"βf*¸ñ0░ØÌ<╩E\x7F ,\x13 "
b"Ø\x0E ?ä\x15 †3¸•ÒaPeç0à "
b"Ø\x13\x04 Ï\x18 °3©´ žFFt‘ò "
b"ØH³!Ì]?ñ´\x0E ¨Õ¢²3D "
b"Øu÷,Ë\x19 =Šwú\x0F Jà\x01 å‚ "
b"ÙÐŒõ¶—2o™9\x7F Øéo'\x14 "
b"ÙÔ™Ok\r 6q³\x1C “\x18 dŠYÜ "
b"Ú‘‡»½G3ö¢„~}¥\x07 Ñ\x1E "
b"Ú¶©×\x1F ®<°£ë,E\x1D Þc6 "
b"█ð\x1F à}ü2õ░■ÈóC¶I% "
b"ÝeW\x14 òú0ÙŒZÌ!`Ÿ\x04 ? "
b"Ýf—6Ú\x05 <õ¼\x01\x07 Û¢¦©E "
b"¦ì½\x11 }\f 1¾ï/x\x03 0╩\x0E e "
b"ÞDËÃ<¶7§¬¢w‰«W’ñ "
b"޺塢/?Y‹î¯ \x01 ³F$ "
b"ß9aŠVê7΢oZ‰8EVÖ "
b"▀─p░ƒÉ8\x11 äý§\x06 È& u "
b"âbõ—3\r ž)ÖêŽ\x17 E>Âÿ "
b"Ô¦Zu\x04 s4ÀÉ\e ÷(ê╚¨> "
b"Ò£\x10 Y\x1C M>"åÝPØBj(¸ "
b"ä€÷Åÿ\x06 ;徨º†4Zòk "
b"åÉ#À"Ê6²¥Â1aà(¥ž "
b"þôø{N#9-ìLI\t Á╝x* "
b"þ├ÜÉ\f *2½¢§╠‗ÊÈ`â "
b"çë\x03 ‘3\x16 1t“5ÂÒw•k¨ "
b"è¡\x03 ùÕi;m§lU$òq¶Æ "
b"é=¯ÐgÁ<c—µP,«svÿ "
b"éIÇ|Jí;¿²„¹âÐ|öx "
b"é“fñ·s9Á—\x18\x14 DfÉ,3 "
b"é©ÁZÈ\x07 <Ô–qT·¿7S} "
b"Ûù\x11 ßuÞ>╩ÅÉ▄O▓A└ý "
b"êÿÞÃßó:ª—û³ÃF\x1A %} "
b"ë\x18 ¤Ù1Ü6!¹ò\x07 ¼M\x1E # "
b"ë~5}¸g5M¿¾äþ\x03 é œ "
b"ìâé,Ñø2𸩆vtØð\x01 "
b"ïÎ\x1E Æn\v 0Ò‚QAPÔªŠ\x11 "
b"ð>8Ù\x03\x0F 0?ŸPë\x13 }\e ·w "
b"ðíÂ4Çâ4´£uS‚\x03 ã÷£ "
b"‗\e ±©bi06¡║ì Ëc¿\x01 "
b"ò5)<‘\x15 6 —nhr\e N\x03\x17 "
b"‗áo┼ï²\x15 ÷Åá,Ý╣Û¹d "
b"‗┌À÷ÔÌ26åß\x1D\f eO\x14 ì "
b"¾K!ɾ|;/ç═-y;s═ò "
b"¾▄Äo╦þyó®¦ÝØ│5-M "
b"õ<l’â54µµ‡Q»Ñ`NG "
b"ö\x03 ª§F\´¡W>pÌ\x14 M‘r "
b"÷┼5ªÃþ8r¢>É\x02\x17 ╔õ7 "
b"""
öѬGcÁ?Þ‹\n
D”‹\£i
"""
b"÷ıûŤ╝9º»T:ÁÍÜ┤ "
b"¸W;&Õ¢?¹òB┴pÉÎ╝▀ "
b"¸_Bç²\x03 5B¬æÉ┌¨ı└ "
b"¸x²■¶29╚ªºü\r ÏJ\x04 w "
b"¸Í▓ìV@;;û®\x12 È\x13\x7F $╬ "
b"°_ı{X{6¾É│x8o‗S┴ "
b"°o\x16 ¡X 3ÀÉFL▀äbAg "
b"ù\x16\x0E ë\x7F :4› *ßmx×f} "
b"¨+ª╔ƒ&8làã\x12 á\x05 Ì%ì "
b"¨ììê%░:╔¢┐§5\x12 ▒*V "
b"ú“x\x15 œå=C¤EÀ©\x04 ò„h "
b"¹ìU\x05 íÌ0'×┌\x11 ¡▄Â8= "
b"¹ñþÅ&-4éÁ\x14 ÏjÍÿ´¶ "
b"ý‚-mt÷3˜ˆgQnO]\t "
b"þ"T&Ü}9Øš…À¡™ž$« "
b"""
þc\n
ËŒb1â¼Iø‘xmýv
"""
b"þ¾Í˜\v G9˜ºç\x0E ß\x02 :\x17 à "
b"ÿÜŸx:É>\x10 °Ç„R…³†Ï "
]
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 (0x004CB26CE98535249C7E7EBB4CA18596 , 0x0083135329F73B7DAC1D47BF018EFDDE , 0x00F98902C1443802B8E6576007988AB1 , 0x0141D06C9A083F27A40FA72CE958918E , 0x02764F31D85132129BB2C912357FEBC2 , 0x03954D30F40C3058909021F64AE2C74E , 0x0468E5E6427936389BF9B923789AA7D4 , 0x05E208BE369D3239A3DA935C7B534D70 , 0x0631CB64623192E6C9C332D6F574968A , 0x08D933E366663989869F01B821B632BF , 0x096A7783D37634E7A3268CD0D98092AA , 0x097FA69067F13179888E219C9FF0FEC7 , 0x098CB596865138129CD3940D7A8833F8 , 0x0B06986091EA37B4B1DAD9406D686974 , 0x0B7DF07EF3263E23975294382D56692D , 0x0BBF2BB1996E354E91B69004382E872B , 0x0BFC84BB51233A89B78D39FF4DA362C0 , 0x0C3C4275101D2832943047B63047BFBA , 0x0E82853E275D3D92B73D6A4AC6300E8C , 0x0E8BA4D651963F5F8DEB35158DCEFF10 , 0x0E95D761B2423F4C9989ECD35ACC941C , 0x0EA6F95A7AB639029982C78C008619EE , 0x0ED98ECC0ADEE50A7B3F85CF8984CDD9 , 0x0FAD4936ED313519B481FD08E04EECD2 , 0x0FF8ED5EEB1B38E9B671F63852A2A810 , 0x101746E04B6C38BAA3B9B8335C6DFE98 , 0x10469D58D482324D935EF9E4A99B52CB , 0x10A67EFED3133A7F851107C389D23FD8 , 0x114CE49504528DF26B1FC122FA26D791 , 0x12443593ADB735E98EDBE43E16209004 , 0x14B4F56063B13557BD9FAA0B9449A400 , 0x152DD8AA5AC9366BBE46C0DF8FFA6F9D , 0x16282D1D02D039D094EC922285906CF9 , 0x1661592E7426329EAA861870BC31FFF9 , 0x169394C2CAFD342D863B5DDABDA664A0 , 0x17F5E193E24039D997D9DD0EE97B74D5 , 0x1AC8D58FA32F38C2A397DD2E397520AB , 0x1DF03B7CC8573D67B15A15274028AA42 , 0x1E2179E9268F3915AB058AB09266FF85 , 0x1E9A1EEA11973C4F847B9DCF19A85924 , 0x1FD27EAC57E63FD89919A3B7A4F7AF64 , 0x206BE63DB921309998A7DE335B26D357 , 0x2133678DD0C930EE9B59E816AA5D12A8 , 0x21898951804434E2922B412D61F11CAC , 0x226576FEB9CA30FDA5E2588AE306C3A0 , 0x2265CCB7A94D371480689E5A6C946E96 , 0x236F3D7DEE533976BCE37994E7034E77 , 0x248A88AA600835EEADE2A7DEBECDCED0 , 0x24D5C9C88DF0335F8A37DA59DF5E0816 , 0x2555AF5DE9E5368EBFFCAB40CE07EA3A , 0x25B851E713AB6897DE48AC07291BE5FD , 0x25C35F53E37F3685971BF947255CBA54 , 0x2633FC1DEA15399CB80C161F4FD50EF6 , 0x2670EA63FAEF95C02D633E03B92EB7B9 , 0x27312D33F5DE3178AB9C265B3A174352 , 0x2739785B436738D1B4A6E1581DA5523E , 0x2897F033DDF038289A43BF9FCC0632E6 , 0x28980C6C4C273772B3F849CE4D1E47C9 , 0x2945B644B71435408734CF25AC8FFE59 , 0x295A982FE6AD3BA5B66D4E96473A398A , 0x29A04EA313773FFFBE807996CF2D7A02 , 0x2A6DCDAA1A3637EF8C1B45E836341B9B , 0x2BCF5230F67031F1AA722896EE3AD819 , 0x2BEB1F83085533D693119827E4C14C03 , 0x2C608F56EB0E3A12B164D0FDBE559897 , 0x2CFAE37CC3173CEE9793C72797DB1C56 , 0x2D01BA3C1323341BB292F482E2A48734 , 0x2D3A56E43E9987A50290F09B66485D72 , 0x2D7BF900BB3938E5938FEFDE3ED7959F , 0x2DD617EF8C4B32B0B6A17FD7E2D8B1E5 , 0x2E6573FC2E3339938A4797814AA5432C , 0x2E801FC56F30356384601B82C9993B7D , 0x2EBD8EB8DC0D3794A1167AAD3865A288 , 0x2F844396FB4A35989D0E32E207669597 , 0x3034DA409DEA3C2D8C040C073D4ED096 , 0x3098EA795B103DF9957BA51E33E63193 , 0x3149267577FA393CA0D285F86FB00A8C , 0x3195065730DE3CD0988E428D2A27E5F3 , 0x31CD4B3888DE302AA9CE5199C558D586 , 0x3298BD6DF0AC3989B1705FAA49FF4586 , 0x33259C1766CF3C0BA6B8ADC6EB585524 , 0x344D935196443B99861ADDAAA58AC5DA , 0x345EA183E9723317AB59A4B16BF8F088 , 0x3471E52B55E73F20A04121477610F18C , 0x3544370F51263C20AB020E322780A92A , 0x35F529CF969C326CB21390D5144761D3 , 0x367297C636753520B81A7698BEC23D47 , 0x370A9D271B0F315D837222563F86863B , 0x378C17491A873AFFA94349FED6572D80 , 0x3874F2AE016A3342A3E7EE0E10114770 , 0x389246F53C3FBB2D5FCF99D5ED1A42A6 , 0x398768F32898311CAAB39A506E3CA129 , 0x3AB2EC7288183C26AF5812D85DB381E6 , 0x3B191289413C3BEEBB2A9914571B0B4F , 0x3B20B234A0A53FB0A998722CECC55E0E , 0x3B916456594537B7AF3BC1619EB2EA49 , 0x3BED34A1EE913D4DBF2A0D07B7E2964A , 0x3C08374388BF3EE69F71CC6FB18B0D8A , 0x3C737EE4EE1B4C1F58CEDFD182CF413F , 0x3CAD520EA95532C596F803B1BE29767B , 0x3D0041EFF56D39D1A3C4865D69487CE5 , 0x3D9B44056A183FAF938853D043EFE528 , 0x3DF5CDEE4E4633239F0DD477F6BFA8EE , 0x3E57E13C44753D7A831629E32FF4CFE5 , 0x3FC146B62AD130548D2C05FDC30D24F5 , 0x3FD32680B4BF3B8FAF18CF0354388993 , 0x431F63A753DF33D8A523CC9A024A84CF , 0x4439945D1EC536FE96C3BF947996842E , 0x458E348CC1E534799247A5B5B84E1CA0 , 0x461E6B98E205322DA6BED408832EEF04 , 0x4740FEB35B6D3335A015747B10FDFEDD , 0x47A992531D52DBE819B65B855565B6D5 , 0x47AB61620788D292404632F137D52250 , 0x488D1FD74F7D7DD5CE74DF2BABFEBDFD , 0x49214240F1843D75B798EE5F6E787C79 , 0x4A7400EC4FBA3DCB8E93062E03752E8B , 0x4ACE31A2DA433DC9858D610D75F62072 , 0x4C3AEF79B65A37F1BB5FA638A23FF939 , 0x4C8A5F1A81DB336598FA23BEDD5A7B74 , 0x4C92D7D4CC7D354488E89B6676DCCD26 , 0x4CDB763617453CCA98EB526D10BB2BC8 , 0x4D21FE2C17883FC6BB5BB6A6E218AB62 , 0x4DCCDB743B763BF68F66C57038593CB7 , 0x4E7407403F5D35239A30A9F70BBA6562 , 0x4F4D85B5B04531AAB95D0844832C0FE4 , 0x501FEAF6DD018DF5BEC3E8ECBF7B6365 , 0x50D245992FCF33DD91DB32F702D0269B , 0x5156F08925D430A99335BA7E98859C04 , 0x5160070F02F53F1CAD2E4E04932B1988 , 0x51C5DB60E7DA34069B998143DB7E9ABF , 0x52AB543CE8D8300BBC0509B05E46E83C , 0x52D228A84F853B78811157198712F139 , 0x534E75C88B423C59858C104123D8BC6B , 0x53AE81C70A8868304122897AB7B4BCE4 , 0x53FE678F73A6370B8DCCDA8776EFB580 , 0x54327DD6C01B3428B03FB5B01975CD02 , 0x5470B7AEE6D96B975C6671CAA0D96B5E , 0x551E66834F5738CB896A7ACB602C2E87 , 0x554DC6E8A71E36F3A0CC54B4C87F7D51 , 0x55649B5F59CB3C2D816FDB322403EBD9 , 0x55664DF2CBD737A2B2D0BC7D4BD68825 , 0x569236637EB53E2EBFDF2CAF4DAE131F , 0x5741420FC0233ED295A491B46F6DBDDB , 0x5842E7E2F53E9F47D85332472EA1C3F5 , 0x5A371C9F4E7732EFB3F3DBC6F195C532 , 0x5A6A64C16D493134AF7A35FBB3417A9B , 0x5A8E3FA5D45C38A0899578D8C03FC4EE , 0x5AA175A46F00383DB41D9815F2188A6C , 0x5B62F2CFEF98393D8A823BA1B25D2D23 , 0x5BB247632BCD39F9A626772BA98BF03C , 0x5BBE974268943F7A92DBABAA3126EFCD , 0x5C302D0C0E6B302A97F47CC3A243E8A3 , 0x5D09A0D39845311BAE303131A94DD254 , 0x5D7D13DC350C387F867BD92C0E817E0F , 0x5EC7E935508A3CC28E32B900F7997C16 , 0x5EFC487E49FE304EAE72CCCAEFCEABC9 , 0x5F1BF49C73A937A0915D1C8DA4E2C7BD , 0x5FC2E31D79043322AFCB7FA69AA13E09 , 0x602B53EFE7B332D1AAB32A578BDD08A0 , 0x6077CB930724375A8E790E7B19BBB7BF , 0x61214601BB3536B0A9BEBBB00F9C1982 , 0x62428DC030FD3394ABC1553BC958A1A6 , 0x6438C7070F623E64B33EE53843FDAB1A , 0x660BCEE0957635F2949735055DCA3769 , 0x66C71D533AB63631BA334E4C0851937E , 0x67C101F7B2FD332E8BAE4C6E10B96202 , 0x68619105BB703708BABEB4580B88BF4A , 0x6A8759AB1AB91187041795B4E22E7A99 , 0x6AD583A9973EBE294A3F438DE1714955 , 0x6BC9C78FCFF535849D832BF51A60469F , 0x6BEE78D6C1A7349FB42A7C7DB2A019F6 , 0x6C4566B83700366890BE7BD8D65506BA , 0x6E4F33E366263BD99AB8C40EF6CD886E , 0x6EBE9AECEDDE38BBB98620F9476C3CA9 , 0x6F0CFBF75E4834BBB21B87FB01C91246 , 0x6F780118BED4345EA7282A2F26B74680 , 0x709D1D4FF72931F7806CFBB8EACD9915 , 0x7112C1DE08C932D28332A40926CCBF3E , 0x7127F947489E3537A1761C71E14D1E2B , 0x715A504BFB6A3CD394EED4E83500C41E , 0x71D5F2BF78FF3DFD920FB11BEF0BE839 , 0x724D502404C3360B902A83FFDB6ECDD3 , 0x73346EC79A16385F8794099FA366D1A2 , 0x736B9D30DB273606A9D4AD22CF7A3E21 , 0x738DC4FBD50C33FA845C617ED3C1A2AB , 0x73F3BBF874E930BAACE144CB4F875757 , 0x746DC77C121ACD5A92728B53CC0DE8F4 , 0x7599EFCAA061396BB873F75B9663571D , 0x75BE33665D0236A1862118E9598503F8 , 0x76DB6C715B5D8AD6696550DCABFDC1EF , 0x77807F60F567332DB54DF4747FDA7A20 , 0x77A57E3498C0307591D77C9DE5A5C2DB , 0x7811181C5525353BAB910E04834BA100 , 0x781EDE6047F93B6B9A083EEBEB643C87 , 0x799ADD5D08733CD9A1E11F6E2655434C , 0x7A8857678FBC39F090F744F9F8CAF0AD , 0x7B28860993FC3071B39FB0EFD8035AB1 , 0x7B2A7B84C18E3F1DA8D4296D76D26948 , 0x7CA8A744A75838FF80C1CC5E45E81D7B , 0x7CC92A84E3803EA08A95528AC273C3A5 , 0x7CD7C2BE260E3CACB2A13520CC6BBA0E , 0x7CDF702606FE3DB0BE32C52FF3D13485 , 0x7CF29B5D47E63A31BD5182559AB41C03 , 0x7E0B40E239E83967914E67491CC8D346 , 0x7EC8B0F3149D30A6A66EB033390EC637 , 0x8069125849BC3A8C91570852E826C6E0 , 0x80BFDF3965883AEB9D765E437F3F8017 , 0x81B66C17D18837C197D4674A4206670D , 0x81CBBADE1B093FAAAC2AEDA0646DEA55 , 0x82C6BFA6A87D3DDFA3D2BF4E46C6769E , 0x83C72988B9723696BE154B026A33AE75 , 0x8416AACA4A4D1450FF9B6150D6346397 , 0x86452593EE39F72119221FFC015FA125 , 0x867972504D5F305D89A381A3D29AB849 , 0x869D121358ED3E568F42DB897A0207D8 , 0x86BB1C8874073B1E8F1CAF4076EF1C7B , 0x870971F0E7D43217A6E7732B0CBF47E3 , 0x87F8BAFAF6443A1199A6D1DDC69BF39B , 0x882F7D98B7C5980BFBACEA0D03A737FA , 0x88D429D6826A6EF6A4EF0FB43063BEB1 , 0x88E02E2AA5B8362EAC54F2D9DFB546E7 , 0x88E382650355393EB30E52D847104518 , 0x89C1A9418356345A8396233E9CAA3242 , 0x8AC127F948BB3FD3882F0B4BEA928AC7 , 0x8BAB1F7DF5523A24978AA4B36A6A7620 , 0x8BD37E1EC1B03CE98EDA504CD9B101E0 , 0x8BDB8A39C5E334E5B8660D83DF34B023 , 0x8C51C23354063DF6A67AFFD755928036 , 0x8CAFFA14F1B232C09FF28D21CDE1D0FA , 0x8D60B78DBB383DEC88F94830A6EF496E , 0x8E6E6BFBF8CB32E68CFB0F1E1FF98F33 , 0x8E940F7A5C0C3267A845D1AD833286E2 , 0x8F8F4E0CB8BA30B4AE7EBCF5E431327A , 0x8FB23BA746413E74A6D55170B37F948D , 0x902429CE99B735A0B9839D9C38D61D11 , 0x91F8B14FDB6B368DA9F0991A3B24BD2A , 0x92ECF57A690A3860A31AED05D00E17C7 , 0x92F8ED58D0D43C989C6398D92EB1D724 , 0x9359B6CD3E9B3E22A301FCF2BF4DB9D2 , 0x936DA6952BF5BD298E10994CDDDAF578 , 0x9461EC5B8C5E3E6AA1D41EF1500B1670 , 0x950AEE72CD0C3AC1872A07BBC3A88084 , 0x9661DC72CB9C36C9B84EE6FF28DE7099 , 0x96C03B5CE89B31209C87C18944A24365 , 0x97485B34BBBEBCDC1FC0B29AC12665BE , 0x976E1D8B35FC38AF9B79EDBE319F6B6F , 0x987C044CFDB43A2889BF21522E5F5B2C , 0x992AA50282BB35C89E23DE5EEFE7C0CE , 0x995B9ED2A3303BEE9867BA25261995BB , 0x995C3E2D401993828A3904D62AE04244 , 0x9A5346C03E6435B88DC4F5778572A84C , 0x9B0D0F30FF093285B509753EA15AC885 , 0x9B9A24EFD8733AC68B45B3DD634CFE49 , 0x9BB6E6F900993907A25DA8854A879D54 , 0x9C75BB318841386BA944883AC69115DA , 0x9CAA1C5F5BBE36F6BADBAC03C5CC99A9 , 0x9DE93B1B2E063EBA890611343F9CE896 , 0x9ECAB0FB6D9638AA9B8D4901B64729B5 , 0x9F6D87CE45B03D818D0D2927B2D356E7 , 0xA011FAA3D73E329CA0BFD84E4EE4967C , 0xA0746C8A8EEF3C799B4868C2CCED7579 , 0xA087339D302B3817ACBCFA8C113C90CA , 0xA1224F0420A330169440732C4B442CDF , 0xA17FDF2659F938B791111678EF2724A2 , 0xA271538893303056808A8CC3D1891B98 , 0xA29BD14AEBEC349A944EE000AF06431C , 0xA2F14E2EB18331718FBB6112D3448C74 , 0xA379FF593B8534F88EB43A038AF434F6 , 0xA3EBFA481CC43E34B161DAC2C2CE181B , 0xA49A2F0C047C3A0F8E4781ECFF9DA338 , 0xA4A006F5CC9D338D92C84B4098198495 , 0xA54B23E1F4423FD799AA2DB94DF9E546 , 0xA56D3BA91304310F927AD6F503E14268 , 0xA7AD79AFF0963416BD6EE714B80DF600 , 0xA904858B8D6E372DA87FA69A0D421664 , 0xA914A66B52083389813A342EC048324F , 0xA9958F0922353AAAB6B894877FA579A9 , 0xAA313DAD60CD324097EF35FC20C8CC0B , 0xAA632DD8FFBB99D0E63BD8B22F61D865 , 0xAACB773F4B8C0019DC56046133A4F01B , 0xAC40FF6D10DC97AF0CFDB536D01A6514 , 0xAD060B0502B13794AF66D483BE14B85E , 0xADC7BA7E3CC7346C893DF97FDBC8F710 , 0xAE7188C84D913C3585918F783B6FD2C8 , 0xAF7287F1DA663A6199C20495FC2428D6 , 0xAFB29B301F2E3B019E997E68F2797C3A , 0xAFF11D735EF432F2804F8D5BCB165B24 , 0xB1A8EE6941393916B424B2BDB2CF6CF6 , 0xB3019001230E33309729DEC0060376E9 , 0xB3277C0227E4E303723F8DF055E5CF3D , 0xB3A520B187053EF484371762B22DB6EC , 0xB57FCA3EF946331DA223220FF33C4CF1 , 0xB5C4C4EDC691357B9E6423EEFDCA762C , 0xB7DD1A5E43FCE3B20EC732C8AEF46040 , 0xB8AD760F693D33DFA3FFFB8D8833FACA , 0xB90370F30ACF3211814FD201FC18AD0B , 0xB951B2D711ADB9DAEBC0D24E8DEDD26A , 0xB99F5265C65E33B784E9F23184DF239C , 0xB9F2A69854F330DB86A842BDB78FE016 , 0xBA9F66B4DDA13D50B37F76C5D116C446 , 0xBB4CCCA53CB53A4BBFCB7CFA77B3B64E , 0xBBA27CBF8A63328B9B4080C8BB2D1B19 , 0xBC1DE7DBC62B34649F3B8B56DC69C169 , 0xBCF57F7F0663375B96A01232BE0C7737 , 0xBD694FA5AF89301BA31BC011363C6C74 , 0xBE2A519602B03E7693D9A25FA033AF33 , 0xBE9DB464F3203D2DB63A8AF88CE3AFB6 , 0xBF10259998B03743A0513741F8E5DC84 , 0xC0126FB4C63A3A088F63188BB4F74627 , 0xC09FBE5E7D3F33A0AFEFD0871F265F57 , 0xC10241468FA439AB9833903068F63854 , 0xC255B3BBB84B3491B85F49399123C91E , 0xC2B826A35BFE3BA2A301EDDDFED161E7 , 0xC397C694B9E00922239A0CC6BBAF71B6 , 0xC3AA79AD68AC6205EB4939C71D2E0A97 , 0xC501254F29C63AB6B4EAB2AE2DF3FA0B , 0xC5CB83EAD1D11F6B8F604A902C4C6454 , 0xC614BCFF53E1374FB29B0AE9A1171057 , 0xC627A17342533435A78AD1B2A17AF348 , 0xC761CA649D7131BAAD206781A87BBF4D , 0xC81F79FC25463306BFFDD7AD7AC70681 , 0xCAACD980EC2E3041AD1F938C30FC701F , 0xCAD6B5393E94615EC697BEF895227C19 , 0xCC96AFD158173F60A038CB54CB53A726 , 0xCD6E542139633751A980EC646AB72D76 , 0xCF972DA3E21C35039AAC10243209184D , 0xCFDD8D94AAC53B469CF948C3F02A9A80 , 0xD0230CEFFAC33CFD9505159D2423F67D , 0xD12C09383A99B014871237C2460E81D0 , 0xD418ECA561743FDABB23264E50C3A81C , 0xD44A02B5E6D73D9D8451C3691D4FF564 , 0xD51F3F5F49B03EC083427CF6CC85DAE0 , 0xD63FF300238E3DAF8DF0FB896F34008E , 0xD7D25010DA5237CC91A85DF20D438CB1 , 0xD7FD662AF7A430B09DDE3CCA457F2C13 , 0xD80E3FE4158633B895D2615065E730E0 , 0xD81304CF18B033A9B4A09E46467491F2 , 0xD848B321CC5D3FF1B40EA8D5A2B23344 , 0xD875F72CCB193D8A77FA0F4AE001E582 , 0xD9D08CF5B697326F99397FD8E96F2714 , 0xD9D4994F6B0D3671B31C9318648A59DC , 0xDA9187BBBD4733F6A2847E7DA507D11E , 0xDAB6A9D71FAE3CB0A3EB2C451DDE6336 , 0xDBD01F857D8132E4B0FED4A243F44925 , 0xDD655714F2FA30D98C5ACC21609F043F , 0xDD669736DA053CF5BC0107DBA2A6A945 , 0xDD8DAB117D0C31F38B2F780330CA0E65 , 0xDE44CBC33CB637A7ACA27789AB5792F1 , 0xDEBAE5A1A22F3F598BEEAFA001B34624 , 0xDF39618A56EA37CEA26F5A89384556D6 , 0xDFC470B09F90381184ECF506D4262075 , 0xE262F597330D9E29D6EA8E17453EC2FF , 0xE2DD5A75047334B7901BF62888C8F93E , 0xE39C10591C4D3E2286ED509D426A28F7 , 0xE480F7C5FF063BE5BEA8BA86345AF26B , 0xE5C923C022CA36B2A5C23161E028A59E , 0xE7939B7B4E23392D8D4C4909B5BC782A , 0xE7C39A900C2A32ABBDF5CCF2D2D46083 , 0xE7EB0391331631749335C2D277956BA8 , 0xE8A103F9D5693B6DA76C5524F271B6C6 , 0xE93DAFD067C13C6397B5502CAB7376FF , 0xE949C77C4AED3BBFB284B9E2D07CF678 , 0xE99366F1B77339C19718144466C92C33 , 0xE9A9C15AC8073CD4967154B7BF37537D , 0xEA9711E175E83ECA8F90DC4FB241C0EC , 0xEAFFDEC3DFF33AAA97FBB3C3461A257D , 0xEB18A4D931DC3621B9F2AD07BC4D1E23 , 0xEB7E357DB867354DBFBEE4FE03E9209C , 0xECE2E92CD1F832F0B8A9867674D8F001 , 0xEFCE1EC66E0B30D282514150D4AA8A11 , 0xF03E38D9030F303F9F50EB137D1BB777 , 0xF0EDC234C7E234B4A375538203E3F7A3 , 0xF21BF1B862693036ADBA8D20D363A801 , 0xF235293C911536A0976E68721B4E0317 , 0xF2A06FC58BFD15F68FA02CEDB9EAFB64 , 0xF2DAB7F6E2DE323686E11D0C654F148D , 0xF34B2190F37C3B2F87CD2D793B73CD95 , 0xF3DC8E6FCBE779A2A9DDED9DB3352D4D , 0xF53C6C92E23534B5B58751BBD1604E47 , 0xF603AAA7465CB4A1573E70CC144D9172 , 0xF6C535A6C7E73872BD3E900217C9E437 , 0xF6D1AC4763C13FDE8B0A44948B5CA369 , 0xF6D5968FCFBC39A7AF543AB5D69AB4FF , 0xF7573B26E5BD3FFB9542C17090D7BCDF , 0xF75F4287FD033542AA91F090DAF9D5C0 , 0xF778FDFEF43239C8A6A7810DD84A0477 , 0xF7D6B28D56403B3B96A912D4137F24CE , 0xF85FD57B587B36F390B378386FF253C1 , 0xF86F16AD58FF33B790464CDF84624167 , 0xF9160EEB7F3A349BA02ADF6D78D7667D , 0xF92BA6C99F26386C85C612A005DE258D , 0xF98D8D8825B03AC9BDBFF53512B12A56 , 0xFA9378159CE53D43A445C0A904F28468 , 0xFB8D5505A1DE30279EDA11ADDCB6383D , 0xFBA4E78F262D3482B514D86AD698EFF4 , 0xFD822D6D74F733988867516E4F5D5C74 , 0xFE225426DC7D39D89A85C0A1999E24AB , 0xFE630ACB8C6231E2BC49F891786DFD76 , 0xFEBECD980B473998BAE70EDF023A17C3 , 0xFFDC9F783AC93E10B0C7845285B386CF );
Copy
85
8.18 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"""
\x0E ÙŽÌ\n
Þå\n
{?…ω„ÍÙ
"""
b"\x11 Lõò\x04 Rì‗k\x1F ┴"·&Îæ "
b"8’Fõ<?»-_Ï™Õí\x1A B¦ "
b"G«ab\x07 ˆÒ’@F2ñ7Õ"P "
b"OM…µ°E1ª¹]\x08 Dƒ,\x0F ä "
b"P\x1F Û÷¦\x01 ì§¥├Þý┐{ce "
b"XBçâõ>ŸGØS2G.¡Ãõ "
b"j‡Y«\x1A ¹\x11 ‡\x04\x17 •´â.z™ "
b"jıâ®ù>¥)J?CìßqIU "
b"tmÇ|\x12\x1A ÍZ’r‹SÌ\r èô "
b"vÛlq[]ŠÖiePÜ«ýÁï "
b"†E%“î9÷!\x19 "\x1F ü\x01 _¡% "
b"ˆ/}˜·Å˜\v û¬ê\r \x03 §7ú "
b"™\>-@\x19 “‚Š9\x04 Ö*àBD "
b"ªc-Øÿ»™Ðæ;ز/aØe "
b"│'|\x02 'õÒ\x03 r?ìUÕ¤= "
b"·Ý\x1A ^Cüã²\x0E Ç2È®ô`@ "
b"╣Q▓Î\x11 ¡╣┌Ù└ÊNìÝÊj "
b"""
êyh¬b\x05 ëI9Ç\x1D .\n
—
"""
b"┼╦âÛÐÐ\x1F kÅ`JÉ,LdT "
b"âbõ—3\r ž)ÖêŽ\x17 E>Âÿ "
b"‗áo┼ï²\x15 ÷Åá,Ý╣Û¹d "
b"ö\x03 ª§F\´¡W>pÌ\x14 M‘r "
b"\x00\x05 ╩rÇ2=ÕØÃ┐'c┼╗ò "
b"\x00\v ©hô82²‘Úà\e OÈ\x16 l "
b"\x00 L²lé…5$œ~~»L¡…– "
b"\x00 ƒ\x13 S)÷;}¬\x1D G¿\x01 ŽýÞ "
b"\x00 ‘\x03 NÁ¾0C‹ØüN·°\x11 I "
b"\x00 ░ý\t (È0íòòl\x00 Jôɼ "
b"\x00 ¶ÿ\v Â5?É©b\x03 ²'▀òl "
b"\x00 ù‰\x02 ÁD8\x02 ¸æW`\x07 ˜Š± "
b"\x01 AÐlš\x08 ?'¤\x0F §,éX‘Ž "
b"\x01 ’/ÉÙN=”¸\x1D )Î$PuÆ "
b"\x01 ó’›ýÀ1þ‰\x16 ˆÚ›Ÿ¸¯ "
b"\x01 §¯▄ØÎ0kûó\x1A ║[ô¯® "
b"\x02 í\x04 éy;ý¨ätÝR9Té "
b"\x02 #YßMO3²¡÷\x0E ,_š5R "
b"\x02 kqfP<:ò¼ñÑÑQ~éÜ "
b"\x02 vO1ØQ2\x12 ›²É\x12 5\x7F ë "
b"\x02 âdÎi²6DÅ\x02\x00 3)0á- "
b"\x02 ¨KU\v5÷·å€ò|w›› "
b"\x02 ╬\x7F █È[2Ú╣þê)ÈØ\t ý "
b"\x03\e ¨4ÿ\x19 4̇‚¹¿îú¥\x1A "
b"\x03 ?üã«v:¾¢╚¹m`±_╠ "
b"\x03 OÑpÓ\x03 0J«Ÿ˜sžPa¼ "
b"\x03 Yá25*<2‚\x15 ÷:Á0Ùc "
b"\x03 òM0¶\f 0XÉÉ!÷JÔÃN "
b"\x03 Á3·'\v 3Ç—q‹?·õës "
b"\x04\x11 øç\x12 -2Yºk‰û\e }<õ "
b"\x04 &²C\x0F ý3J—ô½\x0F ^ü‚\x7F "
b"\x04 Q\x7F Íÿ¿29ƒ_“Á”2\x1A ƒ "
b"\x04 d\r 2î‚0\¦í—@‘^\x13 N "
b"\x04 håæBy68›ù¹#xš§Ô "
b"\x04 ›©Ê\x01 Ÿ9¡¹&gY¼çw, "
b"\x04 êÁ#à]3È“\x1F `hÁ+‡R "
b"\x04 ï©_.=8Ȉf>\x00 ¨hœÞ "
b"\x04 ý\x02\v 4É=黆.ãØ|S‘ "
b"\x05 5\x17 B—\x00 91•»m,u˜\n © "
b"\x05 ¯\v vF\x1C >ëŸ\x17 ¬Uâæî” "
b"\x05 ╚,ì£Î:\x0F ¡ó\x14 ┌─\e }1 "
b"\x05 Ô\x08 ¥6Ø29ú┌ô\{SMp "
b"\x06\x1E €6ð_5M¤ý!LæX\x02 ˆ "
b"\x06 1Ëdb1’æÉÃ2Öõt–Š "
b"\x06 \It+a7ku×zaá’I "
b"\x07\x12 Þd_ì?žƒ\x04 ¸q\x00 Т\x12 "
b"\x07 'ò\x00 ÂC9F¿üYù■¿\t ë "
b"\x07 7¹BeÂ4ŠˆLáOv\e ¯! "
b"\x07 lï\x05 Rì<╚ú\x1F M:\x14 N\x1F │ "
b"\x07 ÂvŽ\x01\x03 >LºÜ\x05 .j\x12 tP "
b"\x07 Ú²└[ü7═Ä%─Q®Õóe "
b"\x08 XÒû\t w4ø‹^ò¨A’\x0F "
b"\x08 ı\x07 æ┘ü2Hç5òíÏ\x0E dA "
b"\x08 Ù3ãff9‰†Ÿ\x01 ¸!¶2¿ "
b"\x08 þ\x04 Ž*d;5—åšf5dÀ< "
b"\t\x16 U\x0F ?ÿ2‗Ä\f !║Ø\x1E ÏX "
b"\t 1ï@©T=™§>gmAÇP "
b"\t TÂà]æ?ó¯yíÖ˜\f „ß "
b"\t jwƒÓv4ç£&ŒÐÙ€’ª "
b"\t\x7F ªÉg±1yêÄ!£ƒ■à "
b"\t Œµ–†Q8\x12 œÓ”\r zˆ3ø "
b"""
\n
\x10 Ø░\x06 ─=ÂîFx┬Õ|\f §
"""
b"""
\n
x\x7F G¤à6\x14 ÖÑÉèQK╝o
"""
b"""
\n
š‡[¾\x1E 9„„ Æ\x11 ÃGü\x1C
"""
b"""
\n
Ê\x19\x07 EW3‹žQ~~{\x1E à\t
"""
b"\n þK+ÖÞ6ǧÀÊûûŠ\x00 á "
b"\v\x06 ˜`‘ê7´±ÚÙ@mhit "
b"\v\x1D †œüî8n·{\x12 ™ M•u "
b"\v X¥g╝Ü>5¢G■LÅ█*û "
b"\v }ð~ó&>#—R”8-Vi- "
b"\v ǯnü 9eä\x06 n0ñÌ·\x14 "
b"\v °ÃL\x01 ú<\x15 ±»ø`™ë’° "
b"\v ┐+▒Ön5NæÂÉ\x04 8.ç+ "
b"\v Ìš˜¿\x03 0V°ûËpÖ\x7F <\v "
b"\v ô.¤e&22›^\x10\e\x03 3ï} "
b"\v ³ä╗Q#:ëÀì9 Múb└ "
b"\f <Bu\x10\x1D (2”0G¶0G¿º "
b"\f NÓŒ/#5\x14 ‘(Wv\x06 §ég "
b"\f p›“‹½1 ¿èÆ\x02 ž\i\x16 "
b"""
\f yÃ\x17 ¹Y>ŽŽŠ#‘ã>\n
M
"""
b"\f {\x08 ╩┴Û?\x11 ÁÉoWI~~· "
b"\f Ä\f "®Ì1›’ù}……Ûüƒ "
b"\f ÕFw\x13 P1n€\x15 µ$\f ª`\x15 "
b"\r QÊ„!w1ž çdFz0\x17 “ "
b"""
\r íP;ëf5t•í\n
–͹ð~
"""
b"\x0E pÈÈ£\e ?¼´rwºÎT:d "
b"\x0E ‚…>']=’·=jJÆ0\x0E Œ "
b"\x0E †w¼X÷5×I\x1A E\x10 I\x06 Å "
b"\x0E ïñÍQû?_ìÙ5\x15 ì╬ \x10 "
b"\x0E •×a²B?L™‰ìÓZÌ”\x1C "
b"\x0E ¦ùZz¶9\x02 ™‚ÇŒ\x00 †\x19 î "
b"\x0F\x17 Nߢj>ç¡o€-eƒã· "
b"\x0F Dh&[\x17 >\x7F Å0Ev+lLÛ "
b"""
\x0F ìw{T|<?ÇÀyÍ\n
\x0E H¦
"""
b"\x0F ¡I6Ý15\x19 ┤ü²\x08 ÓNýÊ "
b"\x0F ¡‗¹├ä6TÉþmDéoT\x1D "
b"\x0F øí^ë\e 8é¶qö8R¢¨\x10 "
b"\x10\x17 FàKl8º£¹¸3\mþ˜ "
b"\x10 7KθS;òG¡\x13 ¿§&g "
b"\x10 FØXÈé2Mô^¨õ®øR╦ "
b"\x10 ¦~þÓ\x13 :\x7F …\x11\x07 ÉÒ?Ø "
b"\x11 kØ║\x1F o6ÿÂA╚néË,┐ "
b"\x12 (ÛŸâŽ06€PðÆý\x02\x1C 2 "
b"\x12 8ïÑ'…1\x07 ¦g\x03 Óˆ»O‚ "
b"\x12 D5ô¡À5ÚÄ█õ>\x16 É\x04 "
b"\x12 Yìm\x0E ¡0=‹Ä\e Pt [ƒ "
b"\x12 æ\x10 -]┬:¯å³¢ì‗O§) "
b"\x13 O0ö_\x1A :m :ïf·\x1E •I "
b"\x13 ±aQã;>Ó¬\x19 ¶rj3ÌÇ "
b"\x13 ÍÓßZÇ5/¬ƒ\x08 dXúºì "
b"\x14 $îÐQß2K’ª›°ˆþ¬T "
b"\x14 ´õ`c±5W½Ÿª\v ”I¤\x00 "
b"\x15 ,t5<º8±¨®¯\x1F\x16\x02 ¯Ú "
b"\x15 -ϬZ╔6k¥F└▀Å·oØ "
b"\x15 ~×\x0F ´s>üóÚ"¢zC\e x "
b"\x15 þ\x0E WvØ3ŠºVE$\x0E\x00\x0E À "
b"\x16 lÚa?7Z¦A.O\f æ¬~ "
b"\x16 (-\x1D\x02 ð9ðöýÆ"àÉl¨ "
b"\x16 aY.t&2žª†\x18 p¼1ÿù "
b"\x16 “”ÂÊý4-†;]Ú½¦d "
b"\x16 ¬{{ž8e‘\t ¡{÷„«‡ "
b"\x16 ß±íã!=\ŽM§E3©µÜ "
b"\x16 í!Þº;}ŠŸã0LìÒ‹ "
b"\x17 #\x19\x04 ¹Ó8\x04 ±ôB\x7F õä\x00 † "
b"\x17 )=Ãü^0Éöx\x1C UÊ\x10 ▒¿ "
b"""
\x17 ╩ü‗Å└9»ç\x01 \n
ë├åk▀
"""
b"\x17 õá“â@9Ù—ÙÝ\x0E é{tÕ "
b"\x18 >ÅÂ┼71\r ¬cª×¯\x19 % "
b"\x18 õmÖßO<J¬Ó¡¥9\x07 0" "
b"\x18 ¸!ÒçÍ3¾ÅØ)a[p\x1E ÿ "
b"\x18 ú¥`Ù>>X·ÆÀõ€¿B\x14 "
b"\x19\x18 ³│y\x13 2)É\x18 +/x║ã§ "
b"\x19 %o,Û]4\x0E Œ}ÆŸÎRŸ‡ "
b"\x19 m┘\e êÕ3³ñðT\x1C jü«ƒ "
b"\x19 ò“žú·=”‹!ã#ôú\x04 t "
b"\x1A P²LÆò9NžÁ\x14 ˆÌ6gL "
b"\x1A d(\x07\x14 P5Ô«@\x17 Õ0lÇA "
b"\x1A »ûÐÝ\t 0Ī@ò$\x1A ±Ø£ "
b"\x1A ╚ıÅú/8┬úù¦.9u ½ "
b"\x1A ýÎÔ¹c1Àüú-²i¸î\x10 "
b"\e !áâÂ\x1D 5ç×|╠\x04 ÄØ®╔ "
b"\e (oüø}<è±IÔ\x1E â\x1E 29 "
b"\e ‰nÙ{¾;×›kiñ3ó§ "
b"\e á\r ‗1Ý<╠Å╬Rüíý\x15 v "
b"\e ·Ó±+ã3¬¬Ó^VÔ#àÒ "
b"""
\e Î}µèw6O–¥ão“\n
›–
"""
b"\x1C YÇkW¶5û±ôÖ×:»& "
b"\x1C «³Ý\x12 Ì=·˜ñ\x1A\e\x00 Á¢ "
b"\x1D\x18 àìåø14©+2¨p\r Tƒ "
b"\x1D 1\x07 qŒ+<1œ7\v 0Ãc7_ "
b"\x1D ?#kÃ=Æ’•ˆŽ¹TÓJ "
b"""
\x1D KC÷Ø5;”¼zö‰‡«\n
\x04
"""
b"\x1D ð;|ÈW=g±Z\x15 '@(ªB "
b"\x1E !yÚ&Å9\x15 ½\x05 è░Æf à "
b"""
\x1E [ra\n
œ;Ž¥ùŽ\e *\x1E ]Œ
"""
b"\x1E Ü\x1E Û\x11 ù<Oä{ؤ\x19 ¿Y$ "
b"\x1E ©Y':\x0E <z²»Ž\x0E º(ä9 "
b"\x1E ·róI#1^”[ñ\v ›¢#\x0F "
b"\x1E ╦¥#9O7\x17 ║Û?&»ü╗» "
b"\x1F /\x1E J\x02 é:ÿÅ0F\x16 g\e ┐ç "
b"\x1F Ò~¬Wæ?Ø™\x19 £·¤÷¯d "
b" 1É$Kµ<WæÒîB─Õ1¸ "
b" Q»g•‘=‡–´m\êUêD "
b" e\x1E\v é26\x12 ŸËɽ=FzÙ "
b" kæ=¹!0™˜§Þ3[&ÓW "
b" Øö-Ná=─׬\x01\x1E úè┴╬ "
b" Ã¥¸É8\x0F Öq\x14 p¸Ù╬\x05 "
b"!%┤\x01 ╝V>Ø£µ^╬ü®ÙÄ "
b"!3gìð╔0¯øYÞ\x16 ¬]\x12 ¿ "
b"!M\x17 øTÒ=¼·Ü=îzi\t "
b"!àGO║T1|âì\x00 v§ùtB "
b"!‰‰Q€D4â’+A-añ\x1C ¬ "
b"!ž—ºØ\x16 8Ó‰f\x04 Ϥ\x1A Ë« "
b"!«ŒÀB\x11 0à‘\x1D ¡Å\r ?\x13 Q "
b"!ä%2‡Ë2"€ûŸòªl "
b"!ü?.Ðò=ì.°HrÝ\x12\x1F "
b""\x12 1§µÓ5Γ‰»\x05 S¨zÔ "
b""I›]ˆE8³\f î¸\r D؆ "
b""VÄ0o─?Õä´┐{ÊØ3+ "
b""evþ¹Ê0ý¥âXŠã\x06 à "
b""eÌ·©M7\x14 €hžZl”n– "
b""~5┼╚\x18 5Oå3äÅ ╩\x05 ▓ "
b""ŒXn`â;\v ½²6\x13 wéÕb "
b""»_ü—\x01 7ÿ¹\F¡/Ën¾ "
b""┬ì+<K8╬╣═ì¨┤2«┴ "
b"""
#\x1C IY-½4°¬…\x1A ºâ\n
U\f
"""
b"#0ì5ü\x08 =Q¸mZ¨\x1F G\x13 D "
b"#o=}îS9v¼ãy”ç\x03 Nw "
b"#ÀEù{Š?ù‰»ûÑ–&Φ "
b"#°Ìgë\9Rª¸ØO3b5─ "
b"""
$LÑÿ/í7Ųh£uºÇ\n
d
"""
b"$[\v \Æs8ë¼D‡üZ×Õ‚ "
b"$Šˆª`\x08 5îâ§Þ¾ÍÎÐ "
b"$ı╔╚ì3_è7┌Y▀^\x08\x16 "
b"$ëSmSC;-¯\x0E ì\x0F ŠN_„ "
b"%E\x0F /\x7F\x14 6ªé^üÃ9Í "
b"%U¯]éå6Ž¿ü«@Î\x07 ê: "
b"%g)¤Gæ1Ö²\x14 h3SM\n "
b"%¸Qç\x13 «h—ÞH¬\x07 )\e åý "
b"%Ã_Sã\x7F 6…—\e ùG%\ºT "
b"&'ã¼±à;\x14 žFäNfÐàu "
b"&3ü\x1D ê\x15 9œ¸\f\x16\x1F OÕ\x0E ö "
b"&pêcúï•À-c>\x03 ¹.·¹ "
b"'\x00 █╬Å;7Û┐õ7ïÀÙÈs "
b"'1-3õÞ1x«œ&[:\x17 CR "
b"'9x[Cg8Ñ´¦áX\x1D ¥R> "
b"'D ^\x03 ·3`±#¥ó•“˜) "
b"'x)\x18 ÷Ð=ÃøÌrg¹ìÔ« "
b"'È·û`6^ƒÒg½\f ܲР"
b"'Õó%ÇÓ?9¯V?\x0E »¥S³ "
b"(\x14 Añ\x06\x19 1‚½BÀM^¥HŸ "
b"(UŸ¼\‚;l¢ô^õ@W¸é "
b"""
(òo}\x0F *8║É\n
¾\x07\x07 Á\x08 ▄
"""
b"(—ð3Ýð8(šC¿ŸÌ\x06 2æ "
b"(˜\f lL'7r³øIÎM\x1E GÉ "
b"""
(┬ΤµS1\x05 ìò\x1F D\n
Hýh
"""
b"(Ûe¼Ì|<#‰•‹\v ×\x04 yÖ "
b")EÂDÀ\x14 5@ç4¤%¼Å■Y "
b")NÍ*&¦?B¯ãçCu;Óí "
b")Z˜/æ;¥¶mN–G:9Š "
b")ëùg8É<ôƒ³╚~ûBEÀ "
b")î\x08 ê\x16 ñ?íÂ\Ø@è<å» "
b") N£\x13 w?ÿ¾€y–Ï-z\x02 "
b")«Ó3├×6báÿÈ▒`É2\x02 "
b")¸ø+Ã"3┘ÉG╝▒8÷╩Ë "
b"*\x1C 0\x15 \x1C 4d¦¸\x15 ê\x10 ÷ô] "
b"*"¡\x1E ░ 9CâÒ&ìöEÒ\ "
b"*%ìÛè\x0E 5åú«u+#*O╣ "
b"*6\x17 Y\x1E ╚?Vɤ╔╦²;┌\x19 "
b"*;ÙööÏ<ì×ûä>Õ¿Ç╔ "
b"*mͪ\x1A 67ïŒ\e Eè64\e › "
b"*vÒ\x1A YÒ;)Ÿ\x12 Ê\mÔ#~ "
b"*®\x04 =Ü6ŜҤvnmn\t "
b"*├¼ÅÊs>o«÷\x7F ï═ûyk "
b"+\x7F Œö<6<É“ÂÕ܉ß\r 0 "
b"+ˆ›ÕÖc1´¹äT\x03 Ç{ïZ "
b"+¬c<y\x1E 2ð¼$ fÉ\x0F ¦Ó "
b"+·£n*Æ=2™ŒÙëS0bñ "
b"+ÏR0öp1ñªr(–î:Ø\x19 "
b"+ë\x1F ƒ\x08 U3Ö“\x11 ˜'äÁL\x03 "
b",\x14 Ò.¥é:*·É?¥=‡1 "
b",F6\x05 üß?D╣D╝0ÊÈò{ "
b",`ÅVÙ\x0E :\x12 ▒dð²¥Uÿù "
b",úã|Ã\x17 <î—“Ç'—Û\x1C V "
b"-\x01 º<\x13 #4\e ²’ô‚⤇4 "
b"-:Võ>ÖçÑ\x02 ÉøfH]r "
b"-L=½\x17\x02 ?í–\x08 ¸~\x12 ‡¹þ "
b"-{¨\x00 ╗98ÕôÅ´Ì>Îòƒ "
b"-Í!Ô”Ö=~¡CeNÖ¤†\r "
b"-Ö\x17 ïŒK2°¶¡\x7F ×âØ±å "
b"-ß1W/j0ϯ ´d“ü¸´ "
b".@ÏÆ¦›?÷‡‰“©\üwú "
b".I/╠ÜD0ÅüT.\x18 î(]ä "
b".es³.39ôèGùüJÑC, "
b".p└┼i■9ÉÆ░Í\x03 ¨#C÷ "
b".€\x1F Åo05c„`\e ‚É™;} "
b".€ŠùÀ·2xµ\x1C ªŸ\t ó‰" "
b".¼YÅãÁ4öØi)B \t $à "
b".²ŒÌJl9+½Ûj6Éú‘„ "
b".½Ž¸Ü\r 7”¡\x16 z8e¢ˆ "
b"/\e ã\e áB=`¶™¿ö³Š\x1E ' "
b"/ z=œ¯1\x18 ¼!T…˜/%ü "
b"/Uß!(ú;g±0œO„T\x03 _ "
b"/äCû¹J5ÿØ\x0E 2Ô\x07 fòù "
b"/Ü}¹╩¶6ƒì÷ôxÎ;µ( "
b"/¹Ž\x0E àì;K“0—}“cý› "
b"/Îèi\x08 Ï: ½ÀÊQ®s "
b"04┌@ØÛ<-î\x04\f\x07 =Nðû "
b"0˜êy[\x10 =ù•{¥\x1E 3æ1“ "
b"0œøé9†?–Œ\x0E\f\x1D Üœµb "
b"1\x13\x01 Xz˜>hƒ¾[óƒ„l~ "
b"1D\x04 ç>Ï5¿•±1A(\x12 ƒ† "
b"""
1I&uwú9< Ò…øo°\n
Œ
"""
b"1ò\x06 W0Ì<ðÿÄBì*'Õ¾ "
b"1ªÖÄ÷+8fƒz½fÊ©3\x0F "
b"1ÆŽ\x04 ôt1~ªhù®$\f ØN "
b"1ÍK8ˆÞ0*©ÎQ™ÅXÕ† "
b"2\x1D Ö¬Ïm0ošiÉ:3]L° "
b"20Zïg\x07 7\x7F ìI1d\x07 █)ä "
b"2P¾fq16ЗtUé˜"\f  "
b"2ìÇܧ\x02 >\r ø█M\x12 ÷õZu "
b"2˜½mð¬9‰±p_ªIÿE† "
b"2┼ø\x01 ÓI0║¼ÅÆ\ÛÎÑä "
b"2ü>•ôÝ>—¥¢&ê¾ D` "
b"3\x03 U¯¿\x18 4’¸y%ÝÅ8ûƒ "
b"3%œ\x17 fÏ<\v ¦¸ÆëXU$ "
b"3Cµ\x10 ·364ü■c┐<Ù¯7 "
b"3ê\x11 ]£\x03 ?<É╝:¡èëÃÁ "
b"3µ\x06 ı┌Ø=\x11 û\x1E ╗`<_■÷ "
b"4(É\t Y\x04 08¸Šú–Öø\x0F 4 "
b"4M“Q–D;™†\x1A ݪ¥ŠÅÚ "
b"4^¡ƒér3\x17 «Y¤±køðˆ "
b"4qå+Uç? A!Gv\x10 ñŒ "
b"4ÉbdH>9ìá\x1A\x01 O╚À╚Ê "
b"5D7\x0F Q&< «\x02\x0E 2'€©* "
b"5ÀKì¸À>4¯øæwé¶‹Ù "
b"5┼gb<Ä1ÈÅx\x00 Ê\x7F ËÖ| "
b"5Î─ú\t É8ïç·║╚Y\x12 *B "
b"5ð¿ë¿g:TŸ÷\x0E %\x17\x04 $™ "
b"5§)¤û£2l▓\x13 Éı\x14 GaË "
b"6\x08 `¸´}<┤Å;¹Í\x1A \t\x11 "
b"6\x17\x1F kðv3èž\t ¸èñywÛ "
b"6\x1A »╬e±>Áüü®ª\x1D (Âä "
b"6\x1F ïM)R>ꪛ\x15 ˆ?MQ "
b"6*ZsFê9ðüW®¡BÜ_$ "
b"62ÌŽ\x03\x1C 3Y·©i¬–íˆæ "
b"6r—Æ6u5 ¸\x1A v˜¾Â=G "
b"6™š\x0F <”6Ó¸ëúáˆyÆ, "
b"""
6¸\x1C Éð\n
3jº┼?Ü═█'h
"""
b"""
7\n
Ø'\e\x0F 1]âr"V?åå;
"""
b"7Œ\x17 I\x1A ‡:ÿ©CIþÖW-€ "
b"7¿¶h\x11 ░<üæ╔└¯ºvçÓ "
b"""
7®vŽ{\r 0\x07 œ(z\n
\x16 Ûká
"""
b"7³ˆ„ñ<6ä§›Ö¤\x03\x17 3µ "
b"7´³ÞKï:\v ®›D¾¸\x1C j· "
b"7¶9Áa\e 7íì¥Ü\r \x04 u9´ "
b"7øÉx¸g1>¹Ø«BU±è\x15 "
b"8:Æ>cp1œšõœ^y6Iî "
b"8<ŒŒ"Í9\t ”$ÿl3Nß, "
b"8tò®\x01 j3B£çî\x0E\x10\x11 Gp "
b"8œ“ð6¨8²«;r³¸!y\x1C "
b"8─ÆnZÆ?Èÿ'\x03 c6ìöê "
b"8Ë‘Ñl\x05 2\x13 ¯BE†¦Ç<d "
b"8åË|‘Ñ0\x15 š]~\e ôö4« "
b"8üè\x14 úD3·‘œ•À„kªþ "
b"9\x07 Ø‘Ž¸=–½3è=µÐÃä "
b"9 l\x0F ƒ¦>ž¼Â(ò3Öáê "
b"9W–òiÔ?\x00 ’t&x2I¡p "
b"9y‰ˆ\x07 ¬:ß‚wº‰‹e™$ "
b"9‡hó(˜1\x1C ª³šPn<¡) "
b"9×Äo\x00 ®3G•M\ÀYu{° "
b"9Ùu•¥\x15 :&ˆ¦p§G§]\e "
b"9ô\x1A t]¡;ZŽêé÷ÞM£\f "
b":\x08 r\x1A €°<L¹""/ƒîàJ "
b":\x19 ‗ÈÜ\x01 1\x1D ╣▓ì`î°■J "
b": »áÕV=ü¼o¦\x16 ö#\x19 Û "
b"""
:0Š´v\x06 0°™Õ¿\n
.îj9
"""
b":<4\r \x0E\x10 4œ‰\x0E a\x07 å×}| "
b":§¬\x0E :®=‡]‡o‡\f\x19 ÿ "
b":¬Dk\x1F\x10 0ïžîV8D\x17 ü^ "
b":▓ýrê\x18 <&»X\x12 Ï]│üµ "
b":Úì^H¹;ͨ\x12 ÙÄ®Å1Œ "
b";\x19\x12 ‰A<;î»*™\x14 W\e\v O "
b";\x19 A¾1õ8\x15 ØÆSã`?¼í "
b"; ²4 ¥?°©˜r,ìÅ^\x0E "
b";O;.Š\x06 1\f ¦õG’ªIóY "
b";‘dVYE7·¯;Áaž²êI "
b";ÑÚ/N<\x17 Ńd'E\x18\x1E 6 "
b";Ïê½\x03 ü=²‚Ëî\x12 ¨\x13 ù\x01 "
b";í4¡î‘=M¿*\r \x07 ·â–J "
b"<\x08 7Cˆ¿>æŸqÌo±‹\r Š "
b"<&›«´o9°‹ñVÔ%Æk] "
b"<J\x7F Nͦ:DñÖ\x18 T¶ØðB "
b"<^>"É4;Ì»\x03 n)·¢Õ´ "
b"<s~äî\e L\x1F XÎßÑ‚ÏA? "
b"<R\x0E ©U2Å–ø\x03 ±¾)v{ "
b"""
<Ì░ºü\n
0òæZ~[¿Ýà\r
"""
b"<æ\x10 inN4»™\x16 ^\r ÷n\x0F\x1C "
b"<¶¾╗\x02 ¸6Vû®¿Ø└╠#· "
b"=\x00 Aïõm9ѣĆ]iH|å "
b"=!¥ÇÄU>åôıdÉ‗\x10 U\x12 "
b"=(G\x1A 1\x01 8ΙÉÛ¥\x1A Zš; "
b"=™ŸÝîç4J ™† Ì[WE "
b"=›D\x05 j\x18 ?¯“ˆSÐCïå( "
b"=õÍîNF3#Ÿ\r Ôwö¿¨î "
b">\x14 ìb¸\v <ÆÑ\x1E\x15 Ì\e _½C "
b">+▀û├1Å£KñÄ;\x1A ^┐ "
b">U>(Gm9 ÂìÁ3ÏD\e 3 "
b">Wá<Du=zƒ\x16 )ã/ôÏå "
b"?Wä.\v ò0é©ËPü╝Þ╠: "
b"?é'É\x01 Ø0^É0\x1D OZðD\x07 "
b"?┴FÂ*Ð0Tì,\x05 ²├\r $§ "
b"?ÇûdZ*:µ…\x1E žcÚLÐÓ "
b"?Ë&Ç┤┐;Å»\x18 ¤\x03 T8ëô "
b"@$ìÁöü<eò}²i\r è╝ "
b"@*t‡–)2T¦ØDl¡ïäJ "
b"@AV]+Î6Þ┐>OÆuÅ\r Ä "
b"@z†F\x13 d4§¨\x02 éxÀvŠ› "
b"@üµaÎò7JÆüåá┘¿)N "
b"A\x05\x08 |Ô(3╝¬▒░ü\r ¶.> "
b"A\r A¨fY>ô×ìÎ2╔"3À "
b"""
AÿÒÅ\n
└;ÇÇX‗ÏCoKØ
"""
b"AÍo\x1E Êh?Hš^V[i«RE "
b"BoŸ`..9,£ÉÌ”±±¡k "
b"Bx▄±╦É>Å╗æ▀ƒô\x03 Y# "
b"Bú;¼3-26²ÄÌw÷¸êP "
b"""
C\x1D Í\n
ËØ=R´œ˜É\e\x01\x01\x1A
"""
b"C\x1F c§Sß3Ø¥#Ìš\x02 J„Ï "
b"C)DR\x13 Ë>ïƒ_é®\x04 ·Ts "
b"C-ßuô,7\x07 ¯Pk\x03 ×\x06 aD "
b"CgÝ\x12 ú\x13 1–†ÇUìm-Ø” "
b"Cmo#ç=å«\x1C êÁM°êä "
b"C÷hØýÚ<è…b\x05 R<ýž "
b"""
D-ìg\x12 M<<╗¡\x17\x1E Úì\n
)
"""
b"D0<GL0\x19 ¼┤>ÀüÏwØ "
b"D9”]\x1E Å6þ–ÿ”y–„. "
b"Dä_s\x0F ┐?6ÉÒ┐;g█jH "
b"ED╗`cr;\x01 ùì\t\x05 òJdú "
b"EŽ4ŒÁå4y’G¥µ¸N\x1C "
b"EÆsá›ø5¡´œ˜ØÆe\x03 ó "
b"F\x1E k˜â\x05 2-¦¾Ô\x08 ƒ.ï\x04 "
b"FdO„\x15 o:xŸ á±\x13 Q\x1D ¿ "
b"F§ßŸ"Ñ0œ†t«J±q\x02 } "
b"F»ð*±È0▓╝¾\f ìµ~QÁ "
b"G'\x0F ªA\x11 ?+„aè’0›œ "
b"G@þ³[m35 \x15 t{\x10 ýþÝ "
b"G\x7F ÈðËŸ0æ®\x12 Õ§¤oˆ× "
b"G©’S\x1D RÛè\x19 ¶[…Ue¶Õ "
b"Hh|‘³É;ø½cÑ]¿\x1E\x06\x05 "
b"Hj!'ת8"±Ù©\x08 Mô\e ~ "
b"Hì\x1F ÎO}}ı╬t▀+½■¢² "
b"HèÅ“H_0è¿<\x01 `È[Fñ "
b"I!B@ñ„=u·˜î_nx|y "
b"I.Fkãc;5µ5?NÀ]Áž "
b"IT@-ƒã:\x1D ±®]ærãp\v "
b"Iı\x03\x13 ▒ô2╣®6ä\x19 Pŵî "
b"J@5êÄ¢7ב=.sRQðò "
b"Jt\x00 ìOº=ËŽ“\x06 .\x03 u.‹ "
b"JüÍïn£2╦┐àY¯Mv\x17 6 "
b"J¹\v h¥Ð6K”\t í^Nâöü "
b"Jã_─Ó;3ò╠ü‗\f ─ݨ "
b"J╬1ó┌C=╔àìa\r u÷ r "
b"Jð*║\x16 þ?TÉ\x18 LÆ\x12 \j╔ "
b"Jó#ú)o>\x01 ©ºú\x1C Ëæ—@ "
b"K*ÃŽ/-4±¥\x00 ¯$é p\x07 "
b"Kx\x19 æ·¡6\x7F ï┬ö\x0E ³ü└╝ "
b"L6à└AÉ=>ì7É:]GªK "
b"L:ïy¶Z7ñ»_¦8¢?ù9 "
b"LE…ñ4)4¬™³ÍjŠ%ïœ "
b"LVéü\x17 æ=\ä>2║û%\x16\x14 "
b"L^uæv\x12 >Ϋf"\x1C Œ3Äí "
b"L†ÞC'Ã1bžU£‰XŒÜ´ "
b"Lè_\x1A ü█3eÿ·#¥¦Z{t "
b"L’×ÔÌ}5Dˆè›fvÜÍ& "
b"LË¢\x08 Šþ>t– ‹¿\x13 •›± "
b"LÓsÞ»û5>‰…Ó„\x15\x17 _y "
b"LÛv6\x17 E<ʘëRm\x10 »+È "
b"""
L¸µ·ïÅ=*«-³Y\n
õ╬%
"""
b"M!þ,\x17 ˆ?Æ»[¶¦â\x18 «b "
b"MA€8‚5;u“ƒ\x01 ÑÎ~þþ "
b"M}y\x0F !A?fáÑÉ5¸×┌W "
b"M”x½‹\x1F 9n»Ÿ\x1F õ)€•' "
b"M»èå&Å5í«\x1A (┘K¼S\x7F "
b"M╠█t;v;÷Åf┼p8Y<À "
b"MÏ%\x18 †~4ˆ¹"—¦wê5 "
b"N\x1E Uu_‰<5½B¼ë4d!° "
b"Na¹\x0F ╦\x19 8´ìBYÞ┤,ãÌ "
b"Nt\x07 @?]5#š0©÷\v ºeb "
b"Nà\x1A Ç"·6\x05 ñ°«A\x17 ü(È "
b"NÍóéò64\f ‘\r À+Ë/Z\x00 "
b"Nât ˜s8IŽA±:E²è\e "
b"NäüV0â2b˜!9ÄÛ·ò% "
b"O\x04 É■»ı6¨ÄëAyü╣;n "
b"OØVW®├:\r ®ÅrÞƒÕGý "
b"P\x07 ýþ=\x08 <ñ´® â\e ãã\x18 "
b"P%\x18\x08 ýA5K¨ëdöœ\x16 «à "
b"Pöb^╔É<\x0E ¡ÕàâlM‗´ "
b"PÒE™/Ï3Ý‘Û2÷\x02 Ð&› "
b"PÞë.´l2e·¦T\x07 ¶2\x06 ‡ "
b"Pß,œ\x1A ÿ5Q²Sj©Œú;G "
b"Q\e Ó²¤S=)£îä\x06\x1F ÅK< "
b"QVð‰%Ô0©“5º~˜…œ\x04 "
b"Q`\x07\x0F\x02 õ?\x1C .N\x04 “+\x19 ˆ "
b"Qv\x15 rÎô>+ŽoÃ\x03\x18\e\x00 î "
b"QŽx‚æZ=®²z\x1D B32\x1A D "
b"QÿQ/ñÏ3ýÅk¼Àou,< "
b"Q┼█`þ┌4\x06 øÖüC█~Ü┐ "
b"R\x17 CÉ™M0‘¥ôâÖxSþh "
b"R«T<èØ0\v ¼\x05\t °^Fè< "
b"RÊ(¿Oà;xü\x11 W\x19 ç\x12 ±9 "
b"SNuÈ‹B<Y…Œ\x10 A#ؼk "
b"SO2ÕÍ^5\x7F ”o¶E}\x04 ¾l "
b"""
S«üÃ\n
êh0A"ëzÀ┤╝õ
"""
b"S¾›\x1C vG<È…¸ñªVÂ\x12 I "
b"SÎëú€“5Òž´°œnD‘? "
b"S■gÅsª7\v ì╠┌çv´ÁÇ "
b"T\x16 ‚q±Í8Õ³\x1A æ\x07 ˆ5¨µ "
b"T2}ÖÀ\e 4(°?µ°\x19 uÍ\x02 "
b"Tp·®æÙk—\fqÊ Ùk^ "
b"T›ëB\x03 –1*Œi3\x1E &³h5 "
b"T¸Ë\x13 ƈ0†ªUj³~É¥ "
b"Tät´•%6.›ÎЄ…^qµ "
b"U\x1E fƒOW8ˉjzË`,.‡ "
b"U#×!\x03 x?\x04 “Ôd¥ÂÉŽ\x1F "
b"UMÆè§\x1E 6ó ÌT´È\x7F }Q "
b"Udø_Y╦<-üo█2$\x03 Ù┘ "
b"UfMòË×7¢²Ð¼}KÖˆ% "
b"UñúJº4<$šì+DÊGoã "
b"V\x18 Ô–is2•›`\x1D ›¦S\x07 "
b"V\x1D +Ï▄#5▓ò9]▓ÉÏ╣ñ "
b"V èŠ4\x17 2\x7F ¥8Áa„—Hf "
b"Vg\x01 ï>É2n°3\x7F \r Q\x7F\x1C ÷ "
b"VxyW\x0E ‚3\x10 ³‡€\x12 ø\x01 — "
b"V’6c~µ>.¿ß,¯M®\x13\x1F "
b"WAB\x0F À#>Ò•¤‘´om½Û "
b"W§\x00 ÝBC9JìïÕ~m{┐c "
b"X\x03 ÒF®Ù=Têz¾ú¶Å\x00 ¡ "
b"X¸i\x07 ´(6ãŠ6rà×È²Þ "
b"Xûô訛=K‘ÑÜI†ƒç "
b"Y\x0E H%\x07 7l“7]\x1C JW\x0E – "
b"Y&À\v yŸ4§›\v &5i\v !¿ "
b"YäOj›93F‰ïß\x16 Áy\x10 ' "
b"Z.Ò_åA0аæÖ@»rKñ "
b"Z/;&\x07 Ô6Ž·n¾sñÓÃŒ "
b"Z7\x1C ŸNw2ï³óÛÆñ•Å2 "
b"ZjdÁmI14¯z5û³Az› "
b"Z‰ê\x07 #}:†‚æ¯Î¨¦£' "
b"ZŽ?¥Ô\8 ‰•xØÀ?Äî "
b"Z¡u¤o\x00 8=´\x1D ˜\x15 ò\x18 Šl "
b"Z¼©£■═3âêÎÞBf\x18 ìm "
b"Z»«├▓│4}▓@Q\x12 Éz\x1C u "
b"Zºn\x14 ¸>91µžâç²d#N "
b"ZÞ\e RŸ`95¸Ÿg`\x13 —Rú "
b"[K\x14 ÎЩ2>°\x1F ª½½Ç6â "
b"[bòÏï˜9=Š‚;¡²]-# "
b"[Œ<0cÚ4ÚƒÅÁ’ƒ‚8€ "
b"[²Gc+Í9ù¦&w+©‹ð< "
b"[¶#t\x05 ó=àžPv\x1F 4O@\t "
b"[¾—Bh”?z’Û«ª1&ïÍ "
b"[Ûc¥\x19 ¦1½ü´;┘. │\x04 "
b"\0-\f\x0E k0*—ô|âCè£ "
b"\Ä\f u ê:{ N¤óÒ€À\r "
b"\ÃÙ├\x08 ¸;¬öÓÅ\x08\x12 ╔y\x17 "
b"]\t Ó˜E1\e ®011©MÒT "
b"]8EçúR9>˜ò\x18 ñ-\x01 ÝØ "
b"]p&MPv?\x05 «!\x1A <\x07 Aèô "
b"]}\x13 ▄5\f 8\x7F å{┘,\x0E ü~\x0F "
b"]‹J\x1F ßë:5¯°‚¦¥°Ð\x03 "
b"]»>Å>½0,žnö¦¦\x1D ¹± "
b"]Ëû»œ‰>+œs\x13 <±]õ¿ "
b"]Ù Aô\x14 <éŒÃ\x15 ÒËî´* "
b"^\x01 Õ\f õB0³¸þ˜bÕº·« "
b"^\x13 xîm¥>:§ùçPñS…µ "
b"^[Ð,[\t ;\x07 •˜\x02 ñ…5\x01 Ø "
b"^ù\x02 Í\x11 ┴<måq@Éd kQ "
b"^Çé5PŠ<ÂŽ2¹\x00 ÷™|\x16 "
b"^Ûkê°╗9\x15 ░\x13 HgÞü╩÷ "
b"^üH~Iþ0N®rÌÊïÎ«É "
b"_\e ¶£s®7áæ]\x1C ìñÔâ "
b"_u’\x13 Zý7\x03 žî‚}W\x15 —€ "
b"_Âã\x1D y\x04 3"¯Ë\x7F ¦š¡>\t "
b"`\r :\x1A þ¯=íš¼Iò˜éÕ¹ "
b"`+Sïç³2Ѫ³*W‹Ý\x08 "
b"`.ÉÌ´╠;▄│]¢‗!╠×U "
b"`4éå½ø2├Éß┴\x1E L_ìö "
b"`wË“\x07 $7ZŽy\x0E {\x19 »·¿ "
b"`â²\x7F µ\x06 :ìòF)º‗~\x03 _ "
b"`ÉC╠F\x06 ;Tÿô-³pØú▒ "
b"`Ë's>Ã0A›²?èùõÙ "
b"`í›Ç'N=”®–#2\x11 «â- "
b"`þÐÂ$Y6½‰q¹z‚u%\e "
b"a\f\x06 §gC?\x19 ¡Ð~C#û‹! "
b"a!F\x01 »56°©¾»°\x0F œ\x19 ‚ "
b"a.É\x1E\x07 )<x¼║\x04 }ê\x1D █ê "
b"aý£èÎ]<á°”\x10 Ì÷º?ƒ "
b"bBì└0²3ö½┴U;╔Xíª "
b"bi╦\x08\x18 ä>~ƒØ'\f Ëë▄Ü "
b"b»©,Ô²2┼▒o┴ÉgôTÄ "
b"bÀ%ÜÊÿ1¯Æ+p)ºÍ\r ü "
b"b╗mïYà;\x16 É©s\x01\x08 sÚo "
b"cSèË]<5\x06 ¢║²Øî\x1A ·Ø "
b"""
c³ˆ>\x13 h<\n
«\x1F +Þ'øò~
"""
b"cû!—½Ú92¤Oñ¢…‹ô\x1D "
b"d8Ç\x07\x0F b>d³>å8Cý«\x1A "
b"d’I<|\x1D ;Ì¡\x15 »\x1F ~#\f Ç "
b"dœŽ–?];ý‹`\x06 `§„d "
b"dÐ0ã7\t ?´▒¿.╗Ø,¬g "
b"d▄Ø^O(5K┐ùòÎï¦UÊ "
b"e\x0E AH™\x16 >À—EeÕ?3\x03 á "
b"e"ØÕo}3ìÇ£\x1D 7m\>é "
b"e,zí\e j?%øì¥²¥ñf© "
b"eh€Á·\x13 4(§ØÈ©\x10\f _Ä "
b"e{4\x00 &\x1F 7*¯@hŒÖŸèƒ "
b"eüH\x04 ù\x18 5Á¼·epñÕÒf "
b"f\v Îà•v5ò”—5\x05 ]Ê7i "
b"f0Ê3ŸÏ1\x17 ‰çP(ÅU½ "
b"fïNV\x01 68▓æå┬ŵ0$╩ "
b"fÇ\x1D S:¶61º3NL\x08 Q“~ "
b"fh¡K\v 0àòÉÍùÎ▒AÜ "
b"g\x01\x15\x05 ,h0-¢y0ë$\x1D ‹€ "
b"g¢lk©(0)”þ£ýx`ÏÆ "
b"gÁ\x01 ÷²ý3.‹®Ln\x10 ¹b\x02 "
b"ha‘\x05 »p7\x08 º¾´X\v ˆ¿J "
b"hå¼Á├À2 Á6ì\x02 ÉûY| "
b"h‹e4\e À<Ï ú-Ùm·ˆ´ "
b"h¨\x06 UKÃ:2¹Ì;\x07 »É" "
b"i/Se;×62¨%´\x1E }öÎO "
b"iƒDµaø7¦²ø¡é²KCþ "
b"iý0èò¼;\x1C ¬/»Ö\f (üA "
b"j$\x14 “^%7~‚\x04 »\x03 û>fW "
b"jPWa¥G0\x05 §z\“ñY㢠"
b"jSøüÅ×<VŸX\x1A\x13 Õ\x00 wš "
b"k'$Ähz<n▒ü\v n¡\x16 Yñ "
b"kfñÚ\x19 d?Йí[ À\x00 z\x1F "
b"k³æ…àÔ22šQ‡Ç$Ë€Æ "
b"k╔ÃŤ§5äØâ+§\x1A `Fƒ "
b"kîxÖÁ§4Ÿ´*|}² \x19 ö "
b"l!'xÉ×?º®YÑo¸èz· "
b"lEf©7\x00 6hÉ¥{ÏÍU\x06 ║ "
b"lHÊ(â\x14 5.╗3O┴è÷Äì "
b"lÌ1\x1C @37‚œ\x14 /?V\x1E 9: "
b"lëW\x08\x10 „?#”þM¯¸ÖÇj "
b"l¨╣"®├=%Øß¥n5Ì\x1D Ç "
b"m\x01 #\x00 à\x0F 5¶¬ÝÍC\x03 1\v 6 "
b"m8lj¢£=1„\x1C Ý_ŒU~, "
b"miþ—/}=\x0F ´xC\x07 â”}ƒ "
b"mo\x16 T;O0*€œîœ,`>¶ "
b"mŠ;\x0E\x17\x7F >¤’à¸J7Núd "
b"m«æºØW6òš|\x00 ¹Ê^˜U "
b"mÇËæ´b=(¨Eð¡ew´X "
b"mÑÜ`]Ì4¾¯Žmh<©{‘ "
b"mÓ\v ‚öþ4s™Õ#>}AÉ{ "
b"n>Å\x04 Ò\x1F =ÕóìË+Ö╣¤║ "
b"nO3ãf&;Ùš¸Ä\x0E ö͈n "
b"nœ¹\x04 ]<44ƒOôã\x17 ÏP\x06 "
b"n¾šìíÞ8»¹† ùGl<© "
b"o\f û÷^H4»²\e ‡û\x01 É\x12 F "
b"o\x17 Y_M?°›\x00\x18 oYï\x18 ù "
b"oV&Zb\x00 ?3£7jYÄK›È "
b"ox\x01\x18 ¾Ô4^§(*/&·F€ "
b"o Ú(Yz9§¯Ä\x1A I\e ýÀð "
b"où[ùna?\x1E ½\x12 v›\x00 [¶ "
b"pØ\x1D O¸)1¸Çl¹©Û═Ö\x15 "
b"q\x0F\t é\‡5ý†ÖÖ÷\e Éü\x12 "
b"q\x12 ÁÞ\x08 É2Òƒ2¤\t &Ì¿> "
b"q'Übeã7\x02 §²Ôã)Kxè "
b"q'ùGHž57¡v\x1C qáM\x1E + "
b"qM\x06 ëíH8ÝŠR Ù-µ½¥ "
b"qZPKûj<Ó”îÔè5\x00 Ä\x1E "
b"qb\x05\x03\x03 ¶3D”Ïâëp5öa "
b"q‡C÷oe5`›\x06 oχ¹â! "
b"q§é柾>C›2Q3;¾§ê "
b"q¨lÓÁ¯5¿‚\x00 ÈG&\Ô¦ "
b"qÕò¿xÿ=ý’\x0F ±\e ï\v è9 "
b"q¯áö²R6OØ´LÒÌ▒A┤ "
b"qîùßÓø7\x03 ‘å(”i7n~ "
b"r.[\x17 V=<G¬°?\x08\x11 ~œ\x1C "
b"rMP$\x04 ├6\v É*â █n═Ë "
b"rWj;\x07 Ò0\x1A šñ‡9\x03 *q` "
b"s#½^g]8\x04 ŠàÕS$õJ¼ "
b"s4nÇš\x16 8_‡”\t Ÿ£fÑ¢ "
b"sa╝q█à4ŮݷW\x00 xÖ\x0F "
b"skØ0█'6\x06 ®È¡"¤z>! "
b"sâ\e ±Õ┌0Ïà\\Åz$;7 "
b"sà\x10 æñü7åê¾Áp\x04 ð▓È "
b"sì─¹ı\f 3·ä\a~Ë┴ó½ "
b"s¤\x14 ý\x02 ?8“ûéýPøÇ\e "
b"s«\x12\x05 Þñ?ð“\f –¯\x0F\x17 }. "
b"sµV\x07 –E5‰„]¶\x10 :OáD "
b"s¸*`Î\x17 1½¾œ\x1D ¤aHË\ "
b"s╦Å─ìz2WçË2»▓46 "
b"""
sç_Ë\f V<A–Ö\x11 h\n
î£C
"""
b"só»øté0º¬áDËO‡WW "
b"t ;\x19 \é?\x15 üP\x1E /‗$Pª "
b"t&\x12\x17 ’“:¿–¹éi™NR\x03 "
b"""
t`¦ ã~6tôülQ\n
Wë\e
"""
b"tu-§S88±©€jtÚDRÎ "
b"tÖuîüC8╚Æ*\»\x15 ½5; "
b"uv\x01 €Í~<ý½/B¢šKË "
b"u™ïÊ a9k¸s÷[–cW\x1D "
b"u¾3f]\x02 6¡†!\x18 éY…\x03 ø "
b"v\x00 ³Ç•\x14 1A›ò$7OŒ~ñ "
b"v0X+[╦6Éû\x01 ho\x1C ║x× "
b"v¨2”ÅÍ<\f ¼ÌúØ‹Uâ7 "
b"vÁ═Ŭ53/©¨+üi·■u "
b"v¼w¢œ ?\x08 »è8|B\f ÚÀ "
b"vÈ·ø¹46X»¥ã\x17 î5fÀ "
b"v×/'W}7)½Ô "ö]hÒ "
b"w\x19 =—‰ð=\x15 –بø„\x16 ç— "
b"w;bS…\x00 :ÆŽU=¼\x0F\f %› "
b"w€\x7F `õg3-µMôt\x7F Úz "
b"""
wŒ\n
3)ö5ö¥¨6(Ç 6ò
"""
b"wÑ~4ÿ└0uæÎ|ØÕÑ┬█ "
b"wÏxÛ«m3ɳ+ ²MeæR "
b"w▀\x11 ¥\x13 ´1\f ìÞ\f\x19\x1C Ó%k "
b"x\x11\x18\x1C U%5;«‘\x0E\x04 ƒK¡\x00 "
b"x\x1E Þ`Gù;kš\x08 >ëëd<‡ "
b"x-¾ñà¸1/Š}nï]$úz "
b"xùk▒\÷7eÀm┼LÑÝ#ü "
b"x™¾Î:ñ>#½o—yxoNá "
b"x´E\x0F ßE3u›=Xž\x19\x15 râ "
b"xê/PŸ\7X«j»#¶—\x1D g "
b"y\x0E ¼’…¹2,¿ùYTZÔYá "
b"yšÝ]\x08 s<Ù¡á\x1F n&UCL "
b"y▓øüÄ}5ë£QkL\x05 ƒ\x04 A "
b"y¾!‰l2\x08 ˆÇ§H\x19 â\t\x16 "
b"z@l”i¾;t™†@?ʉ\x00 ÷ "
b"zs3ûAÆ<í§€¸ú(‰™" "
b"zêWgÅ╝9ɸD¨°╩¡ "
b"z•áéÐÉ6Õ¹À«7³d›8 "
b"zì³t/p4$‡¾\x10 ¿–\x15 Ôj "
b"{\x04 \x7F cð3IJYnpÂ:K\x15 "
b"{(†\t “ü0q³Ÿ°ïØ\x03 Z± "
b"{*{„ÁŽ?\x1D ¨Ô)mvÒiH "
b"{D+Ù§U80±„.+\t î3; "
b"{éqÅt╩4/¢j¬Y\x1D 5Ò1 "
b"|,chë>7O¨*?\r {ñb… "
b"|ŒÉÂÖÜ8gªÃÅåÌ%‘\v "
b"|¨§D§X8ÿ€ÁÌ^Eè\x1D { "
b"|É*„ã€> Š•RŠÂsÃ¥ "
b"|×¾&\x0E <¬²¡5 Ìkº\x0E "
b"|ßp&\x06 þ=°¾2Å/óÑ4… "
b"|íJð´P1Ο)b¨\x1F óí\x1C "
b"|ò›]Gæ:1½Q‚Uš´\x1C\x03 "
b"}PÁÚx\x19 >ÉÁ<°£Q\x1D ╝* "
b"~\v @â9è9g‘NgI\x1C ÈÓF "
b"~7ì,lÝ0Öü¤u\x17\x03 á¾ÿ "
b"~{]µ▓m;C¡sÍIèÅ7" "
b"~¡Ó´×=5\t €rH©Õ\e ÿJ "
b"~£§\x15 ²‡;\x13 ¥Øâɰ£\x07 V "
b"~╚░¾\x14 Ø0ªªn░39\x0E ã7 "
b"\x7F\x1A ;ÐÊà3.Üf■ë"OÉÓ "
b"\x7F Yd8«B0èš\x1A ¼#ƒ\x0E QÁ "
b"\x7F ñ@ç«?>#ÜËtÉÀî\f │ "
b"\x7F ëj3Ȩ0Ï®2@—Ú.Œ– "
b"\x7F ÿ\x00\x08 á¸8\x13 ¦»lL\x1F #ü "
b"Ç\x08 RÉ~\x08 9´êOõ\x18 Ä\x14 Y\x17 "
b"""
ÇgÉw\e\f 0.í\n
×/\n
¨ç?
"""
b"€i\x12 XI¼:Œ‘W\x08 Rè&Æà "
b"€›#³2\x05 ;\x04 †y0\x03 F\e ´` "
b"Ç┐▀9eê:ÙØv^C\x7F ?Ç\x17 "
b"ü\x17 ¯Ä§─2Fì‗¯\x1F mÀI' "
b"ü m¾]ë2Âña\x1C Ò\x08 (╝ "
b"ü+%üØ(>»¿j$$ê«Ï\x07 "
b"üäëâE├9у║█äı\x15 ¼R "
b"""
üæä\x18 ä\x02 <\n
╣\x1E Q,\x1C ã¢
"""
b"üÂl\x17 Ðê7┴ùÈgJB\x06 g\r "
b"ü╦║Ì\e\t ?¬¼*ÝádmÛU "
b"‚gÿ®ò·>M“Ö¿#g\x02\v "
b"‚ŸœOÞi9K“~fúŒý\x0E Ø "
b"é«┘¼\x1A ñ; ╗\x05 È╩Ø?Þ³ "
b"‚Æ¿¦¨}=ߣҿNFÆvž "
b"‚ð+{]›8v Ñôãm!\x19 ¦ "
b"ƒ)WUéÎ2B›ù¿Ì\x1C\x10 ½j "
b"âí;½Ác6É╗5╠C<ò¥A "
b"ƒ¸C\x17 ‘6í†.Àå’þÅ” "
b"ƒÇ)ˆ¹r6–¾\x15 K\x02 j3®u "
b"ä\x13 ö\t L-<\x02 ½\x7F \r Y\x05 ü¶f "
b"„\x16 ªÊJM\x14 Pÿ›aPÖ4c— "
b"„\x1C ”PJË5—“\x10 ²\x06 Òfr• "
b"ä/bın%9Iî¢Å\v MÛÇ5 "
b"""
äfu9¤ì2?▓ä0Uá¿\n
!
"""
b"…>¶å ™7"ˆå[ŸÉLÏy "
b"…WV\t Ó®4ž‰úu\f >b‘ž "
b"""
àýµ ÉT4\n
«½°²í\x1F ú%
"""
b"å\x0F j\x08 Å¢;▀┐~╦\x08 6ãdj "
b"å ▒ÍÍ£0ì¥┘┘\x06 ÷\x00 Ó║ "
b"†(\x14 ïÚ';\x1D Ž \\x1F ZÆçF "
b"åyrPM_0]ëúüúÊÜ©I "
b"†‚bJ\f •:fµëxÉÝé\x18 z "
b"åØ\x12\x13 XÝ>VÅB█ëz\x02\x07 Ï "
b"å╗\x1C êt\x07 ;\x1E Å\x1C »@v´\x1C { "
b"‡\x02 ’v9×0\x0F ™çoöCL\x12\x05 "
b"‡\t qðçÔ2\x17 ¦çs+\f ¿Gã "
b"‡$c|)Ó9é¯ÛêÝ\x1A ^/^ "
b"‡?\x17 ïD=-›u!Š[â\x17 ° "
b"‡O¤1\$6㡨kùÙ§i\x10 "
b"çë~1▒}6þç~K¬ü\x10 I\n "
b"‡øºúöD:\x11 ™¦ÑÝÆ›ó› "
b"ˆ=j!…ë3;¢&9\x17 eÒŠã "
b"ˆq¿ØCÓ<i“+°\x13 å\x1C 8î "
b"ˆ|•¢îÇ1\x17 ¦×hûëøÉ\x10 "
b"ˆÔ)Ö‚jnö¤ï\x0F ´0c¾± "
b"ˆà.*¥¸6.¬TòÙßµFç "
b"ˆã‚e\x03 U9>³\x0E RØG\x10 E\x18 "
b"‰\x13 ÜîÉ¥6\x16 Šý’Ø_‹Ññ "
b"‰º]4Ñë5„€\t ¼\x15 qê5\x05 "
b"‰¿\r /õ·9ײpDkܽÛ\x16 "
b"‰Á©AƒV4Zƒ–#>œª2B "
b"‰Çœ5/!>à«5\x12 ã=uÏ[ "
b"‰ã9`´Z8—¹¶äæWæ_¶ "
b"‰ý¯lõ¾2J°€\x07\x14 åü\x15 ú "
b"Škû¤Ñ¤8(“¯Üéi½Ôz "
b"ж]%|~1l’\x1E éI`Ë|\x11 "
b"ŠÁ'ùH»?Óˆ/\v Kê’ŠÇ "
b"‹\x01 ñÁÞE6n‹'A\x0E ÛMTà "
b"‹\x03 9ƒâî5ô¯súË~Ë\x15\v "
b"‹#\x14 pô™>Ú¶Ù›\x1D\e 2ö\e "
b"‹+\x02 °‘É4-¿˜´…¡µBH "
b"‹•šÛá™3Ø€\x08 ‡-\e ;½\x0F "
b"‹«\x1F }õR:$—Ф³jjv "
b"‹ÈôÉ[m:íš…ù¨¹âØ— "
b"‹Í\x0E ùê~2º›ÛçN‚êgs "
b"‹Î\x01\x02 ÞÆ;LŽ´ØÜzÕJë "
b"‹Ó~\x1E Á°<éŽÚPLÙ±\x01 à "
b"‹ÛŠ9Åã4å¸f\r ƒß4°# "
b"‹âŸ™@õ<°Œ-âÈÁ½òñ "
b"‹î1"fx4D¶²\x07 #Íê]; "
b"‹ÿÅCéÓ9ä°&‰A·\f S+ "
b"ŒQÂ3T\x06 =ö¦zÿ×U’€6 "
b"ŒRÉᡘ5¬œ\x1E ±QWõæ\x1C "
b"î«4^0æ7p¡─\x1D êýÅ\x13 d "
b"î»·\x14 ±▓2└ƒ‗ì!═ßð· "
b"Œø\x1E *Ó¦?÷…ºR]\x13 <\x15 Q "
b"ìJXR┤13└ú¢®Öö¸±\x08 "
b"ì`Àì╗8=ýê¨H0ª´In "
b"ìr▀+Þµ6yèä\x1D Ä║ÞÞÕ "
b"ìø\r íZñ=¡┤á5vªC&æ "
b"ìúîl▄À?²Áu╔‗¥hÈ\v "
b"ìÀ!1╗\x15 4\x00 ªÄÝ\x0E é;ßÊ "
b"ì╣\x03 ¦Ê/2a¡³A»┘b┤D "
b"ìÞ®-ð±3;╗uê\x01 Üfı\x02 "
b"ì°Ý¼½\x00 :y╝¤@│\x18\x02 ¿É "
b"Änk¹°╦2µî¹\x0F\x1E\x1F ¨Å3 "
b"Ž”\x0F z\\f 2g¨Eу2†â "
b"ŽÐÑn»J:\x13 °\x1C Q†å½ Ù "
b"Žá°\t kT<`©·²\ìýÒé "
b"""
ÄÙEô}ÿ8KØ\x1D\x01 Ô\x17 \n
+Â
"""
b"Å6¬\x1E /ð:\x1C ÿYÓ┌¦┼ < "
b"ÅO┐Ĭk9%│q┘P\x08 ┌\x11 Û "
b"Å[¦º÷;1\x1C ¢¡\x14 ;■ô\x16 "
b"ÅcÈ\x7F ö.3\x10 ïIDnY©<F "
b"Ås\x04\x14 ¢┤6ÓÇOîı¢ÚÊ═ "
b"ÅÅN\f ©║0┤«~╝§õ12z "
b"Å▓;ºFA>tªıQp│\x7F öì "
b"Åþzõøu8*½ô-E\x1E X▀Å "
b"ÅÙ3}9>6¤ìB■ýãÓ╠5 "
b"É\x02\x01 >)└;GØ╦\x0E\x11 rÂ$» "
b"É\x17 b7¡\x15 6ÿíıpðwL½² "
b"É#Ý\x03 <¢5˽õıæ~ázè "
b"É$)╬ÖÀ5á╣âØ£8Í\x1D\x11 "
b"ÉIà=¿x6$ô\x03 ßCLD▄æ "
b"ÉJ└®_▓6┐í_╗Ò¸ZíÐ "
b"ÉTжqå3┤ÄAıúf\x11 %j "
b"É┌┤æXß3kûıe:~Ñ╝Ò "
b"æì█èªþ3pü=£ò┼\x05 hÆ "
b"æÑã¼ï§1åìı×z,𥮠"
b"æ°▒O█k6ì®Ö\x1A ;$¢* "
b"’\x08 Ä©3ï5Ë©OË\r –££= "
b"’I¥Òüm>y“°¬•m2q\x12 "
b"""
’_c\n
F¨:è¨\f ×»B"»¿
"""
b"ÆxÕ^SË7ü▒d0ÜBaÊ┘ "
b"""
’ìõzi\n
8`£\x1A í\x05 Ð\x0E\x17 Ç
"""
b"’õ\x1A ÆŸ³4\x18 šò#-c€e° "
b"ƸV*K(4¨×Í\x16 Z\x18 ìe1 "
b"’øíXÐÔ<˜œc˜Ù.±×$ "
b"“Y¶Í>›>"£\x01 üò¿M¹Ò "
b"“m¦•+õ½)Ž\x10 ™LÝÚõx "
b"“{_–Æ„?6\x1E\x1A ™.o¶è "
b"“ŸAPW\x00 5z›L€wcùÿd "
b"ö\x0E ·aªL={Éä\x0F O1¥F\x7F "
b"”J ªï”3\x1E ŒÌ'NŒ„ÎÙ "
b"”aì[Œ^>j¡Ô\x1E ñP\v\x16 p "
b"”j¸æße1侀\x02 $–i©M "
b"""
”艫ÄÑ6´§\x05 \n
žë\t À\x19
"""
b"""
•\n
îrÍ\f :Á‡*\x07 »Ã¨€„
"""
b"•*boK\x15 1\e »hŸ:u\x1C ïv "
b"•O\v ™\x05 Å6\x1E ™ï\x07 O~\x07 Ç\x1A "
b"•o¡ã\x00 ò7j¬ú™›0+óö "
b"•q#Kši4î°\x00 9‹˜Vúe "
b"òïñÍ╔F<\x11 íu5Vû¶[ì "
b"""
òÛË\n
X¬<¢ÅùÚ╗2‗LR
"""
b"–\x14 àz˜Y7¬…±LrÔÏöÕ "
b"""
–V\n
å\t «6s‹\x17 Ž\t Uû“Ë
"""
b"–aÜrËœ6ɸNæÿ(Þp™ "
b"""
–eVÆ\n
Œ:\x0F ¿“ë¸RwáŠ
"""
b"–À;\è›1 œ‡Á‰D¢Ce "
b"–Ìlï!Ó1©¢—V§/²\x12 ² "
b"ù0╗ú|ª5]ÉwùËMA\x17 v "
b"—H[4»¾¼Ü\x1F À²šÁ&e¾ "
b"—n\x1D ‹5ü8¯›yí¾1Ÿko "
b"—¶~á·º6ê‘`_\x19 Á\x17 ¼æ "
b"—Ç}KC«2ï£9r±Öºd@ "
b"—Ó\x16 Žqî8ì¹±yw/N^² "
b"—ñ\x7F AÕR3Ò³ì\v o·4\x0F ò "
b"ÿ9H\x17 äã0\x11 Ä■E=õ|ü3 "
b"˜o]hÇZ7\x07 °Ú\f\x11 *4{Ð "
b"˜|\x04 Lý´:(‰¿!R._[, "
b"ÿù<y\x1F Ü4¤ì\f Öb\x07 8ýó "
b"˜¦ªJ‘ú8"†8lÜJ4:\v "
b"˜¯C\x1E ÚE:&Œo¬\x1A dP0Y "
b"˜à\x1E É]ö0X¤.!+|@z¢ "
b"Ö\x13 ▀Ã}G<CÅ»ó\x04 ¨┌N~ "
b"™*¥\x02 ‚»5Èž#Þ^ïçÀÎ "
b"™0µ…š\x0F 6YŸ“Eí4å,” "
b"™[žÒ£0;î˜gº%&\x19 •» "
b"ÜSF└>d5©ì─§wàr¿L "
b"šX\v\x14 ©Ô6}¸¥i6~\x03 õ¾ "
b"š‰÷eX6:±ŒNMªuò9õ "
b"šÐ8‘µk:࣬w^½f‘j "
b"›\r \x0F 0ÿ\t 2…µ\t u>¡ZÈ… "
b"ø@K┤╔m1ÑÉ(±\x16 {5*Ê "
b"øHâ▀Y╣9»ñÍQ\x17\x14 2ªÉ "
b"›HŒ–Ž\x00 ?C¥®£0è"¿\x02 "
b"›š$ïØs:Æ‹E³ÝcLþI "
b"øÂµ¨\x00 Ö9\x07 ó]¿àJçØT "
b"œV5"ò€5/ŠÆ5l6G-\x07 "
b"œi[¼\x7F ‚?>™£e›GtU* "
b"""
œrÂ\x1A \n
22ü²;š-öëÚY
"""
b"œu»1ˆA8k©Dˆ:Æ‘\x15 Ú "
b"œz/S§+6°‡8Ÿ!\x18 ‡ëå "
b"£âı\\x16\x17 ?|ÅæDÿëÒý┌ "
b"œª\x1C _[¾6öºÛ¬\x03 ÅÌ™© "
b"œâe<Dñ2SœÔ¢.–øÁ$ "
b"""
Ø║º}╚+8'¥■ô\x16 \n
z~
"""
b"ØÚ;\e .\x06 >║ë\x06\x11 4?£Þû "
b"ذ9'Û&6»©?Ý=░+xq "
b"ž8X“¬ª8§€L¹j)Ý\r \x1C "
b"×╩░¹mû8¬øìI\x01 ÂG)Á "
b"žò¹Kg÷=\x1A ©\r 6\f j„ÜX "
b"Ÿ\x00\x12 Ä\x7F ·0š°ºÕi¥Âìr "
b"ŸdÌ\x17 %w4bž‘CÇøJ>è "
b"ƒmç╬E░=üì\r )'▓ËVþ "
b" \x11 ú£×>2œ ¿ØNNä–| "
b"á\L)D■6Äö╬<├¡\x7F Øí "
b" gGûbË4\x14 ®™\x1F ·ùÜ*¡ "
b" tlŠŽï<y›HhÂÌíuy "
b" \x7F |6\x04 \r :_‘\x15 @\f '‹yH "
b"áç3Ø0+8\x17 ¼╝·î\x11 <É╩ "
b" ó6‡4R<é±ïAýòüÑÑ "
b"¡\x03 GQ®\x03 8\x05 ¯\x04 ŽOðá«ý "
b"¡"O\x04 £0\x16 ”@s,KD,ß "
b"¡$£%\x16 Í4Ž¢ºB‰Ý’‚F "
b"¡\x7F ß&Yù8·‘\x11\x16 xï'$¢ "
b"íÉ2Í\x1E O>W│cF\x19 >:\x05 H "
b"í▀Tì\x02 44═ÁÂQ╗Ú¦╦\x14 "
b"¢\x14 ¥Ç£O0\x06 •\x10 QõªÎ™v "
b"¢6ÚFg¡>\x15 ¸Ó!vIO;Û "
b"¢qSˆ“00V€ŠŒÃщ\e ˜ "
b"¢„©Ýz62E˜YVó\x13 7Ml "
b"¢›ÑJëì4š”Nà\x00 ¯\x06 C\x1C "
b"ó±N.▒â1qÅ╗a\x12 ËDît "
b"¢ôzX\v #>dŒpV&=íE\x01 "
b"£.Äš6º<ý \x7F J†bAëR "
b"£3¡e?Ô7ã®Qfûk˯„ "
b"£yÿY;…4øŽ´:\x03 Šô4ö "
b"£Æè\x07 ¯\x1E 7è±Pi¾6Q`Š "
b"£ë«Èm";%ƒg\x19 '±\x0F ‰´ "
b"£ëúH\x1C Ä>4±aÚÂÂÎ\x18\e "
b"¤ À™\x03 ï9±©ëƒúŸz\x1A ƒ "
b"¤„Ad\x13 Í6“©¤¸`Zò:ì "
b"ñÜ/\f\x04 |:\x0F ÄGüý Øú8 "
b"ñá\x06 §╠Ø3ìÆ╚K@ÿ\x19 äò "
b"¤Õ\x11\x1D R=3Rº5Æ£º¿f› "
b"¥\x1C a¦‹j4½Ž„ú}\f ÈëŽ "
b"Ñ\x1D\x1E\x19\x00 ┼8º½█\x05 ╝yØ│\x19 "
b"¥-\x1D º\x17 {6··%þ@yî\x11\x7F "
b"¥K#áôB?×™ª-¹MùåF "
b"¥m;©\x13\x04 1\x0F ’zÖõ\x03 áBh "
b"¥ŠÁP-ÿ9’·+ЮdŽÿ\x03 "
b"¦\x12 ½\e\x15\x1D 4\ˆ—n6uèÂÀ "
b"ªÁeÉ▀ü9¸âƒ¦,╩&:¯ "
b"¦Ã£Ý\x1D ì15œ¢ÍÇìzw\x12 "
b"§\x06 çÊ"-5^‡¯FfÖ\x04 ä\x17 "
b"§\x07 ¹ˆ¤Ð:ਛ¢äè;¦œ "
b"§©™\x00 šë5\…@\x1C ™Ø\x7F é® "
b"§y¯ð–4\x16 ½nç\x14 ¸\r ö\x00 "
b"§Æp‰èŒ;E¿$;ªE‘zž "
b"º█Ùaç▄5ßü‗û¥pû\x1A\x1D "
b"º¹jÅDB8çÄ╝\x0F 8®Nï· "
b"¨\x17 Ái/47Ȫ\x14 ›´\f Q\x1C © "
b"¨DBË7Ž2ü¤G©Úä>W¹ "
b"¨S®®\x08 58¢‰ÛiGf‘”\x05 "
b"¿pCïÎì>ÙîF\x14 ÿB├}ê "
b"¨{³”LÂ6¯§‡h)·]¾: "
b"¨ÖÅñýè71 rž…OòTÀ "
b"®\x04 àïìn7-¿\x7F ªÜ\r B\x16 d "
b"®\x14 ªkR\x08 3ëü:4.└H2O "
b"©E”\x0E /‹3ŹìÓ[.Q'Ü "
b"®òÅ\t "5:¬Â©öç\x7F Ñy® "
b"¬\x1F 5║,╦<¸ÿú║o║,Åï "
b"ª1=`Í2@—ï5ü ÈÌ\v "
b"¬Gj³³a;rØoL)ÏfÓ\f "
b"¬ë\x11 R\x12 45ïØ¾¯ôVÓ┼æ "
b"ªŸŒTè«6B¨\x1F\x13 X†Ë× "
b"ª ݿń8€Š–aJE¾S˜ "
b"ª»ŽàØ×<æ†ÀàÑ\x18\x1D 5) "
b"ªËw?KŒ\x00\x19 ÜV\x04 a3¤ð\e "
b"¬═{&©à1¡╗ü╗,N╣çY "
b"«%J\v Ã\x12 0/‚¯ç^\x15 å7Ö "
b"½1cs¡¦5£Ø{æö\x17 ª‗q "
b"«·#\t þ˜:õ´\x02\x1A ‚H)ˆö "
b"¬\v ŠöJŠ7»‰\x19 G.UÙþ¡ "
b"¼&£X5H=H¼\x05 Eüuz7L "
b"¬@ÿm\x10 Ü—¯\f ýµ6Ð\x1A e\x14 "
b"¬D\x15 ×\x1F ž9/– NÅܘˌ "
b"¼K╦▓~é1bÅ,\x07 ▄Cƒû‗ "
b"¼Ý}¶N\t 2oâNoIØóec "
b"\x06\v\x05\x02 ±7”¯fÔƒ¾\x14 ¸^ "
b"¡W¾k\x1F K8ƒ¬>Nü¥MæH "
b"Ǻ~<Ç4l‰=ù\x7F ÛÈ÷\x10 "
b"¡¨ç ┐3:ç¬ØÃ}\x08 ¿µ$ "
b"®!7‚wl0€¢í¸\x01\x10 -…r "
b"®M&”*È4ày;\x07 Ò'¼ "
b"«qê╚Mæ<5àæÅx;oÊ╚ "
b"®ª€.O»8Ïž¹]Ø\x01 Œ™¤ "
b"®Ú'%€\x1F :€«à\x16 á#þì "
b"®à\x04 œ~–6M¯Õ\x7F ‰¬k6¢ "
b"¯ZÄo."1ú•¡º1›ôDf "
b"¯mï\áX2\x0F ƒG…å…T&7 "
b"¯r‡ñÚf:a™Â\x04 •ü$(Ö "
b"¯–ëpÉ\x03 ;Ž„ö(\x02 ‚p“v "
b"¯²›0\x1F .;\x01 ž™~hòy|: "
b"»Âì\x11 lm?ߨæ\x7F *Ŧˤ "
b"¯ÑŸÿ³¦6å‘5AV\x19 ‹2\x18 "
b"¯Ý{ÙÅ26™Ïjp‰ˆ\x06 ¯ "
b"»±\x1D s^¶2‗ÇOì[╦\x16 [$ "
b"°\x12 ]\x1E %874†úô*ƒòp\x19 "
b"°\x18 ;&ŸN6\x18 ª:^ÀÌ÷Pµ "
b"°(VE\e ¬3\x0F £¥Üf\x08 •“ß "
b"°7–\x01 [Ï>[œÓV«œ7¬0 "
b"°?€\x19 d›7¾•!…fª¥ß2 "
b"░éèhµD1»©É[8æ\x03 t\x02 "
b"°ão{\x07 >72 3ÂJ.™åÄ "
b"±3l?¢l7ò•ðìí€C¦. "
b"±¨îiA99\x16 ´$²½²Ïlö "
b"²:>\x1D 8˜9þ‰?`šðÔ¾I "
b"²H^ÎÕ\x1F :¤˜U\e áUqw\x06 "
b"▓ª¢ÎÁm=\t ÉK:>Éjìã "
b"│\x01 É\x01 #\x0E 30ù)Ì└\x06\x03 vÚ "
b"│(¡¥\x1F 96\r ì┤Qd╚P┌¯ "
b"³Q¢\x03 gá2%ˆ¥Œ\x03 œcù” "
b"³m»Ä5k4©šnðÓ–\x1C\x01 ’ "
b"³¥ ±‡\x05 >ô„7\x17 b²-¶ì "
b"³È\x14 1\x7F 32©§)ѲÓ\x17 ò\x04 "
b"³×¬µ\&;«³oÆOmg;® "
b"³à\x0F Š´+2<½÷üåB”}û "
b"´\x18 ¿A6î<ö‚·ÆS¸úû‘ "
b"´)1\x05 XÇ>ຨ£r\e Ñjí "
b"´4zã4®8J¯¯Œ×kð[‚ "
b"┤A'B±g7Å┤\x16 U\e\x03 ø¢ÿ "
b"´£~ÈgÒ0\x03 ³o+jóŠ‹€ "
b"┤ýh└0í6öÉ╝\x01 ?f\x01 6ª "
b"µ\x12 4FÍ\x1F 6&ŠÏÚ\r ó\x04 gÅ "
b"µdA"À–7\x1F œ£²n8w\f ê "
b"µqÓÙä÷7\x00 ªKE"ÓyX{ "
b"µ\x7F Ê>ùF3\x1D ¢#"\x0F ó<Lñ "
b"µÄÄíÆ‘5{žd#îýÊv, "
b"µËFI¾B<\x11 ž³\x7F Ÿdm×ú "
b"Á╬j╝°\x17 7┘Ø┴\x00 ò\x04 §)\x1D "
b"Á‗\x12\x1C zV4á¡ÅM═¹\x01 ®¹ "
b"Â\x12 HAn¼1»ìÆ╚{╬x±┼ "
b"¶–ôXãš7õ¬¦þbâø]O "
b"»\x1D êwO1|É║=ô7\x06 iº "
b"Â┤~«0\x14 <Éê\x1E "ߨ\x02 À% "
b"À\x13 óuüë5\x11 ░¦Éú\x05 ×8g "
b"·`:úiª=§¯â!L©‰8ó "
b"·áøô"#9Ü,R\x1F "
b"""
¸6qèßÈ5G³\x7F @è\n
Þø
"""
b"¸>š\x00\x02 ¢=s”\x07 ±Ôï\x08 ÙK "
b"©p█àï╣5±ØwWkZ\x16 ╩¹ "
b"¸v” `»?\x7F št\r ðþJ\x02 — "
b"¸‰Þf:>=²«)³°’˜Ã\x03 "
b"¸ŒD•‡.1ËŠaÂ`cW‘a "
b"¸•:¤µé6\x03 º["hƒ©û- "
b"©¡v\x0F i=3▀ú ¹ìê3·╩ "
b"©´ds6q1¨ü\r ×\x16 4\t }ä "
b"""
╣\x03 p¾\n
¤2\x11 üOÊ\x01 ³\x18 ¡\v
"""
b"¹ŸReÆ^3·„éò1„ß#œ "
b"¹®U¿—Û5…ŒÚ\x07 ã¼p\x10 Í "
b"╣└x4ÖB4$ü¾ùE3¹\x1D è "
b"╣‗ªÿT¾0█å¿B¢ÀÅÓ\x16 "
b"º\v ˜5ü„3\x0F „\x11 †Õ¡˜*9 "
b"º\x15\x08 è\x13\x10 =غ«\x1A $šîB‚ "
b"║L«\x11 Bò3\x0E ûy]ì┐é┐6 "
b"║y5>\x03 Ö<·óöÁıÅ!\x1E · "
b"ºŸf´Ý¡=P³\x7F vÅÑ\x16 ÄF "
b"»\x03 ?#^Y:ˆ°ÍË9ÍŠXf "
b"»JÄ‹½Å4\x07 ¢D¾…u\x04 ?H "
b"»LÌ¥<µ:K¿Ë|úw³¶N "
b"»¢|¿Šc2‹›@€È»-\e\x19 "
b"╗Èô_Ìö;cÜl&f;ü┼² "
b"¼\x1D çÛÆ+4dŸ;‹VÜiÁi "
b"¼Eê.Q“5\x17 ¾[œ\x01 ŒMUµ "
b"¼©û¸\x01\x1E 5\x17 …\e\x10 €Sí\x15 — "
b"¼ª:w¨ 2£ ÎñÄeF™s "
b"¼·9p;ì?Ç¥¢‘Õê;Ì, "
b"¼õ\x7F\x7F\x06 c7[– \x12 2¾\f w7 "
b"½iO¥¯‰0\e £\e À\x11 6<lt "
b"½•\x12 ߆›3lŠ¢I!VéVS "
b"¾*Q–\x02 °>v“Ù¢_ 3¯3 "
b"¥I▓ÚQ╔3ëïZ</ì╦┤: "
b"¾Zû¨\x04 n2\x00 ¿Áy\x1C\x02 d‡x "
b"¥Ø┤d¾ =-Â:è°îһ "
b"¾£EìP\x07 ;.¹zñŠ"Ôõê "
b"¿\x10 %™˜°7C Q7AøåÜ„ "
b"┐\x1F |H.ç3\x01 ÇØ\x17 O\x1D ³(é "
b"┐]мh?çɳy\v\x13\x12 Û┬ "
b"┐s£(¤³:ÆÅh\x05 ÆÒOG- "
b"┐½üfÂ<3ÞÜ\x12 tîY¢!ù "
b"└\x12 o┤ã::\x08 Åc\x18 ï┤¸F' "
b"└,oüU│=!á(²Ò%úå) "
b"ÀsQ\x03 YW9y¼wP^3M‘? "
b"└zÕWoÎ8Ò×á¢ó\x10 åÊì "
b"À\x7F ú›%·;G™¸ñå<>\x0E ‡ "
b"ÀŸ¾^}?3 ¯ïЇ\x1F &_W "
b"ÀÔˆ\e é;8Û«AäÓš\x1D ù‰ "
b"┴\x02 AFÅñ9½ÿ3É0h÷8T "
b"Á\x05 Ô\x19 ®=÷°ø’Þ?µ¸\t "
b"┴\x12 ║¨mj8Ъ2rø½ìQþ "
b"Á¦¶"\x11 s1ë¯ùI\x7F éÞsW "
b"Á³\x1F +ô†4…ª»Ë\x1E Q[‘C "
b"Áµï„p;?ä°¿ñZb³¢\x1A "
b"ÁÔcúä\x1F <Ì¥çiÇ«nšw "
b"Áã%ÐÀ*>¦½åq\x03 =—ìð "
b"┬\x03 åE┼z=<׬§ü´▓ï┘ "
b"""
┬OÕþ┴î6█ú3üe§\n
E┐
"""
b"ÂU³»¸K4‘¸_I9‘#É\x1E "
b"┬YIâØÙ2┬▒¦ªm¶Ô*Z "
b"¸&£[þ;¢£\x01 íÝþÑaç "
b"×Ɣ¹à\t "#š\f Æ»¯q¶ "
b"Ûçß•Ë7|˜oT‡Ã8 ‚ "
b"á¡¶js9w§¢è“”w„ó "
b"þDﳑ7U¶÷ú1œ@³„ "
b"Ãô\$\r €5\x02 °¢xfÝðܘ "
b"─┼_ÉÀ\x07 <\x1E òUÅ┐.`X5 "
b"─Íþ£X.6üÿþ┐\h±╝« "
b"Äôä°›\x1F 7:½ÉÐ9šZ²x "
b"Å\x01 %O)Æ:¶´ê²®-óú\v "
b"ÅO‰¿æz1.½¸\e úZÐ8t "
b"""
ÅÌa\x05 ò‰1Ú¿gaè\n
÷\x08 O
"""
b"Æ\f <”\x01 >9\f ‘ÉÄP’\x18 Êù "
b"Æ\r è\f Þ\t 6ܽa%¥~Õ¥¼ "
b"""
Æ\x14 ¼ÿSá7O²›\n
é¡\x17\x10 W
"""
b"Æ'¡sBS45§ŠÑ²¡zóH "
b"Æ?Ò8r%1ò¥\x03 qÈ\e KÅ "
b"Ã\x10 ÆzñP3¨ªu\x1D R¿á\x06 ü "
b"Ç#ùV\x16 ¸0EñÐÿ©o†Í "
b"Ãa╩dØq1║¡ gü¿{┐M "
b"Ç|þ··d9£¯>M¸Œj‚; "
b"ÇžiÝ\72\x17 ‚v¢³uŒ5W "
b"╚\x1F y³%F3\x06 ┐²Î¡zÃ\x06 ü "
b"ÈYE¶¦b7¢’¹ÞÈ\x0E Ø,\x05 "
b"È€6\x02 ˜L;İ=†88Œ@V "
b"ȃróµ\x00 1ÚµÞ¢»‚\x14 !… "
b"ȦÀzH[3–¨Ãl\f ª‚‘\x07 "
b"╚Î4ðIá8ìÜ37_ÖuÈ. "
b"Èó{ C¤7Cœ‡L\x01 Fî”+ "
b"╔\f M¨║x:ªØ«‗\x05 ¤ð?▒ "
b"╔i║┌cÑ4\x03 │ØÜ\x7F 1æ²m "
b"Éy\x1C M?|8R²\r ‹²[“<D "
b"É}L}Ï…=d½%¹Zá\x18 ³; "
b"ÉŒÒJ˾4\x02 ‚×\x03 Ï€z\x12\x10 "
b"ɰ½·\e\x10 1h§ò\x01 ?˜\x14 ³\x00 "
b"ÉÈ7ñHÜ0BƒxÐ;¿wA\x7F "
b"ÉúÈ\\x08 °<m«A\v }\x16 Õæ´ "
b"""
Ê\n
ô:¼É4Mº8Ú¥#‡a•
"""
b"╩\x19 ÙêÖa:åäƒû┐Å\x12\x11\x02 "
b"ʬـì.0A\x1F “Œ0üp\x1F "
b"ÊÂ\x14 ˆø$?h£³—q<!\x06 } "
b"ÊÖµ9>”a^Æ—¾ø•"|\x19 "
b"ÊÙ\x1C nLÃ03’á4áúä=p "
b"Ë,Wp\x0F Î3–›I(e¯c¶Z "
b"╦JÜÍ4s6Ôª)┬_\x06 ôü\x01 "
b"""
˸\n
}û\x14 8Ü‘B–âÒn\x7F S
"""
b"Ë÷\x0F tòÃ0+±ÁÈŸ3³=\x19 "
b"Ì\x02 Èi\e ß4O²¿†\Zì9; "
b"Ì9µ1õ\x08 :k–\x0F\x06\x05 PŽjÓ "
b"Ìa(£P‹3¥“k©º±‡þ˜ "
b"̃K”\x19 «8É–\x19 Øu«8žz "
b"╠ï4Å▀├93¬┌Éë\x06 âCð "
b"Ì–¯ÑX\x17 ?` 8ËTËS§& "
b"̳Zèˆþ2¸·DTìðot² "
b"Í/¯ó¾0>ÆŠ?yÓß\x08 ³· "
b"ÍnT!9c7Q©€ìdj·-v "
b"Íq`d*38H©ù¸C\r \x01 m‹ "
b"Íx\x08 |\x1F •=\x03 ¹ª,ü{Üû "
b"═è;7Kw<\x10 ▓²Å═´╠®ê "
b"Í–¼dÆO0±©ng\À\x11 W¼ "
b"═Ìü-\x1D x;\x14 ½\x13 #Ö.C¶ "
b"╬\t â&P³7Øñ┐§┌þı\x04\x0F "
b"Î\x19 ÿ\x1F ¬[0m¶ßÊAŸ}[y "
b"Îkç¥ì¤4\x15 ³¿\x01 p– Åe "
b"΄à+Én2~·«‡SKKH‡ "
b"Ï—-£â\x1C 5\x03 š¬\x10 $2\t\x18 M "
b"Ï¥`R‚Ô5\x13 ¶n‰pTÕP "
b"Ï× ¬Âm9\x04 ¡t2Ÿ³Àî€ "
b"¤¦ìö¬┼;F£¨H├*ÜÇ "
b"ð#\f ´·├<²ò\x05\x15 Ø$#÷} "
b"ð,()ûu0├û¾)<ðÉl├ "
b"""
Ð6\x1D ¨\x03 z5p§×Ù“\n
+\x1C\x12
"""
b"л\x1E øQ!<°²Ã®9^Â3¦ "
b"Ð̲\x04 t®57€Ñxš ·Ãá "
b"ð°²ý┐¿>═Å╔╚³ÉDÑ£ "
b"Ñ\x05 3nµb7êµáb\x17 .1›d "
b"Ð,\t 8:Ö░\x14 ç\x12 7┬F\x0E üð "
b"ÑfË¥¥›?uª\t 1PwçÐ\x1D "
b"уM8d¤>ÚŒžm1k\x03 í\x05 "
b"ÑМ›ŽÝ<\x08 µWé&ã:Ķ "
b"""
Ò\_\r /•0ƒ¦U–\n
µ•»\x19
"""
b"Ê]ÁÏü\x02 9ƒ│Y+&'vw| "
b"Ó\x05 QþFÂ3¯â—gù\x02 æk "
b"Ó“Ìwˆ\x06 8Ùˆ€\x1A ÜŒŽÙ< "
b"ËÙò;#Å6J▒îµ╩}H;Ú "
b"ÓúŠè\x0E p?ç’@¤ë€)U= "
b"Ô\x18 ì¥at?Ú»#&NPè\x1C "
b"Ô5µDN®2Œ¢}WäTÉëß "
b"ÈJ\x02 ÁµÎ=ØäQ├i\x1D O§d "
b"ÈØhYZ┌8^ñG£Õƒ▀┘÷ "
b"Ȫ`\x0E ╚<3╠«\x13 N║¦┬ìú "
b"Õ\x1F ?_I°>ÀƒB|öÌ…Úà "
b"""
Õ^\x14 .ºý7z¡î\n
á^X\e D
"""
b"ızX@ü└1█ºm#\x1E ]¢═ "
b"Õœ \x1F\x04 ã4k§¨Ý\t\x10 G×\x7F "
b"ÕñÖ¿‹–?Ø”N\v ªaÊ]í "
b"ı‗ └²ó0\x18 │ù·½É~êµ "
b"Ö;_ÉþZ<\x02 ©Å\t §í¼5{ "
b"Í?¾\x00 #Ä=»ì¹ëo4\x00 Ä "
b"ÖÜe\r ×¼=>¾î”ÉFÍX‚ "
b"×"ëùë\r 0ˆ£Dðö'W@h "
b"×*R[ëY>\x06 «…\x19 Â\f 8£× "
b"""
×Wöï2Ô7»†Æ\n
-öÆí×
"""
b"×ÒP\x10 ÚR7Ì‘¨]ò\r CŒ± "
b"×幚U(<$»´‚©Õ\]Û "
b"βf*¸ñ0░ØÌ<╩E\x7F ,\x13 "
b"Ø\x0E ?ä\x15 †3¸•ÒaPeç0à "
b"Ø\x12 ÿÏot3ϲåà ?–˜Û "
b"Ø\x13\x04 Ï\x18 °3©´ žFFt‘ò "
b"Ï,n\x00 ªª0/à╝É\x1A :ÿ{) "
b"ØH³!Ì]?ñ´\x0E ¨Õ¢²3D "
b"Øu÷,Ë\x19 =Šwú\x0F Jà\x01 å‚ "
b"Ïè~Ã─Å4bÿ┐ÛìÆ!Tç "
b"ÏÎ\x1F MøA5)Åý%¹¾òЮ "
b"Ù\x05 ‡Ú¹Ï6I—\x1A Ô”Ã~*S "
b"Ùq\x05 Tg‘5R«€Ø7R\x1D ‰, "
b"Ùvì\x1A ÷ô2$†…ÂÀíaòñ "
b"ÙÂ߈Há0¶š£º•A2Åö "
b"ÙÐŒõ¶—2o™9\x7F Øéo'\x14 "
b"ÙÔ™Ok\r 6q³\x1C “\x18 dŠYÜ "
b"┌\x1F ÀK\x1F ü3îøQW\x05 ®\x11 X\x07 "
b"Ú‘‡»½G3ö¢„~}¥\x07 Ñ\x1E "
b"Úª¤p\x03 2\x10 ……äH\x04 ™\% "
b"Ú¶©×\x1F ®<°£ë,E\x1D Þc6 "
b"┌╬GT\x14 Ù:\x13 ì,È\r u¶N└ "
b"Ú΃ý:\x06 >tŒ‰ÇµÔ’Ä\x1C "
b"Úú >Š\x03 ?`¥¢V”uT' "
b"ÛAj\x03 PÔ7m»;l–:¨)u "
b"ÛOû[›M?_‰\e elÅcþï "
b"Û\x7F -:²Ý4K¥\x11\x0F $[™Ó¿ "
b"█ð\x1F à}ü2õ░■ÈóC¶I% "
b"Ü\x08 jÎ;ì; ”&\x04 Â¥dMá "
b"▄\x11 Xª½┴=┘ëÉ_E\x15 òLO "
b"""
Ü\n
zâ–8Q K,Yv½´o
"""
b"¦cÊ'ØE2¹▓^╣é\x07 ³W= "
b"ÝeW\x14 òú0ÙŒZÌ!`Ÿ\x04 ? "
b"Ýf—6Ú\x05 <õ¼\x01\x07 Û¢¦©E "
b"Ýsš›ã 7tžÿÈ‹BXrh "
b"Ý}åGÏÑ6j…P¦˜\x1A Õ\x1D ( "
b"¦ì½\x11 }\f 1¾ï/x\x03 0╩\x0E e "
b"¦Åü\x12\x14 ┌0óÉÞ─³┤å²s "
b"Ý£\x07 /rg9\f ä`bÊ‹\x00 J "
b"ÝÀ!qìŠ6¡¿c\v Õ7Rl× "
b"Ýåõt R;œ‰9‘}äk¢\r "
b"Ýÿ‘w©¸3”‘Xrñ\x0F B.Z "
b"ÞDËÃ<¶7§¬¢w‰«W’ñ "
b"ÞgÊÓ°$9«®¸\x08\x05 ÷\x03 ƒø "
b"Þ¢$œ<œ:…ŸfwÉ\x14 +ò2 "
b"޺塢/?Y‹î¯ \x01 ³F$ "
b"Þõ}fvÛ0U¨áÎí\x16\x18 •{ "
b"Þþaõ\t A4~¹±\x1A ‹;Ö\x1F E "
b"ß9aŠVê7΢oZ‰8EVÖ "
b"ßCm§r\f 3Öª†2~›>€\r "
b"ß¿\DFØ6³”\e Ò\x15 ×.äæ "
b"▀─p░ƒÉ8\x11 äý§\x06 È& u "
b"à;_¼—y2[€ß\x0E ô·ŸIí "
b"࡞Kö¹4Õ‡òl‡m¢Ì´ "
b"àú]“ÞC:ß…•ïºÉZì "
b"á'm=\x03 O5Á…†µ@Sú–þ "
b"""
ßruµ`\n
8½ÿç0ÉS▒┼í
"""
b"ည롕5ü–7bvË–\x02 ¡ "
b"ßì`L¬0;|ºN_ÎLéTý "
b"ß +AÅR7ÜíAƒÎé&[Ú "
b"â4\r É{9\x19 ¯?ë1œ½Ÿ/ "
b"â¨\x00 úå:0\t š%aQé0Œ1 "
b"Ô¦Zu\x04 s4ÀÉ\e ÷(ê╚¨> "
b"Ô 0â¡t6:úWY\f ¾ì}s "
b"Ò£\x10 Y\x1C M>"åÝPØBj(¸ "
b"ãªLðt\x00 5T¹®ÐØÜý} "
b"ã¶oc\x02 ¹4„ƒŒ®>wDL_ "
b"ä/ÉO™r0Ó¡©¿±·€"c "
b"äoÇÆ\x02 Ê3D¥Ý·á™zKú "
b"ä€÷Åÿ\x06 ;徨º†4Zòk "
b"ä°{ml>6\x0E ŒÇwŒ÷ޱ’ "
b"ä·‰Þ^\x11 <7¹\x18 \>ðçwG "
b"Õ?Y²VÜ=±û Ùº\x01 |>ü "
b"åOÄ\x19 G?îŠÂw\x10 ÇÈxg "
b"åfñw\x14\x17 :J‹¥¸Šl+ð6 "
b"åÉ#À"Ê6²¥Â1aà(¥ž "
b"åÒ=m‚B;à‰ë*Ú\x1A hŠ\v "
b"æ\x0E lৈ;-‡ã\x16 !y}´d "
b"æ0\x01 Dð\x15 <ñ„Èòª¯“Õ` "
b"æR¾½šÜ1ž®\x14 ƒÇ>Øÿ> "
b"æv™®q›:¨±ê…³5-g‰ "
b"æx‰##·:x»[÷.ª\e º† "
b"µìÕw'¶5Ïö1-.@á╔í "
b"æÍÊKÐ\x16 4ÉŸ¡ög³.Õà "
b"ç\x1F <ââS;Œ³~\x1A ŠŸø¾\x19 "
b"þôø{N#9-ìLI\t Á╝x* "
b"ç¡îe¶\x07 8É»\x02 $\x15\x02 ÊÕ\x1F "
b"þ├ÜÉ\f *2½¢§╠‗ÊÈ`â "
b"çÈ·›t\x02 8\x1F ¡â¸T|ß&- "
b"çë\x03 ‘3\x16 1t“5ÂÒw•k¨ "
b"çï\x18 އ\x0E >½˜zL\v \r m¸d "
b"èm{©\t Æ9t©æ"€µ‡pî "
b"è¡\x03 ùÕi;m§lU$òq¶Æ "
b"Þµ~ëÄö5³ë╚o└#/\x14 ü "
b"èæö2w41½ž¶‰A`\f d "
b"é\x1E š\x12 ´‡3ª¯tmÏ\x04 p\x1D\x1D "
b"é=¯ÐgÁ<c—µP,«svÿ "
b"éA®\x14 eÝ2÷‘\x02 ~\x1F -Îa5 "
b"éIÇ|Jí;¿²„¹âÐ|öx "
b"éx2b2s9±¡\x15 ®8¶YÒÔ "
b"é“fñ·s9Á—\x18\x14 DfÉ,3 "
b"é©ÁZÈ\x07 <Ô–qT·¿7S} "
b"ê\x04 ޱ½ð8ÿœ«±ÓHƒD\x1A "
b"êbè!,H?&£î6î¦0–# "
b"êdÊ>?Ç9)œ‚£\x07 ÄåÄ "
b"Ûgn┘®N47ÀIº┤ó█ü┌ "
b"êm\x12 ½»V3ïRMå‹ä½³ "
b"ên8Vø'3Œ¸ˆ\x15\x10 È,\x1F ™ "
b"ꆉ°â—?’†Éª“V0ã\ "
b"Ûù\x11 ßuÞ>╩ÅÉ▄O▓A└ý "
b"ê½Ð,ý€=¬¿§R‰ðœL¦ "
b"êÝÒ#ec6”®'\r ‡î‰^] "
b"êÿÞÃßó:ª—û³ÃF\x1A %} "
b"ë\x18 ¤Ù1Ü6!¹ò\x07 ¼M\x1E # "
b"ë!$ád7*–j(’Ô€ßí "
b"ë&MòžÏ;ÚµÃAªƒf™® "
b"ëSˈ¬þ3á©4%r§Þ<\x12 "
b"ë~5}¸g5M¿¾äþ\x03 é œ "
b"Ù░ï®§u2├░Y▀ÉÛªHo "
b"ýXϤ Õ>²ØÜïÁæth\x12 "
b"ìÚÑ´ë\x03 2Ɖ\x15\x04 ì¨\r ”à "
b"ìâé,Ñø2𸩆vtØð\x01 "
b"ÝR)xë04\x19 ┤zú×F\x12 üL "
b"í®Âq*ˆ7)‚>ßãW²ió "
b"Ý┤d`7╗2&Ø║H\x01 \x7F ú\x16 "
b"íïS4Î\x17 7¤‚ô¸§lžþÓ "
b"íý¦©»71|¾©@ñçÉ£¦ "
b"îZ¬SŒÃ1a†\f í\x03\x10 †ÖÎ "
b"¯Øf}╝Ï=bâ-N8&XÌó "
b"¯╔âã§28:ÉðûmHÒk\r "
b"îÕöÜåÈ;‰Š3\x1F "\x1A 5!Š "
b"ï-Ee\x12 u7±ˆ€Îšb8\x15 ƒ "
b"ïgüG\x0F Å5ƒ½ ê\x00 !lV« "
b"´üØ▀\x05 K3`ü\x02 9\x00 3Ó¸ê "
b"ï¶'\e 8;2¯ €’`ÙûMS "
b"ïÎ\x1E Æn\v 0Ò‚QAPÔªŠ\x11 "
b"ð\v ‡‡¯½<±²Rï@RǬ\x06 "
b"ð>8Ù\x03\x0F 0?ŸPë\x13 }\e ·w "
b"ìÔ+▄[0yÀÍÂè=\x12\x1D\e "
b"ð—Ýûé‹=» -N^á…uS "
b"ðíÂ4Çâ4´£uS‚\x03 ã÷£ "
b"ñ\x00 ‘\x18 2;†›ç‘î;Ûb™ "
b"±Ow\x12 òé9²ìa|øÄ╬\x7F ¶ "
b"ñ^L£\x02 ß<=¯\x10 óÌMþ˜^ "
b"ñtƒ#\x02 6$ºv=©ì¶\x10\x0E "
b"ñŽ,'\x1E ‘2܈CS\x03 rÁŽD "
b"ñãmÖ9Ò60¼%F‡Êë6\x19 "
b"ñî§`‡\5™¦\t ¦?ôb‰² "
b"‗\e ±©bi06¡║ì Ëc¿\x01 "
b"ò5)<‘\x15 6 —nhr\e N\x03\x17 "
b"òW\x04 n§$:¸“Q *½€k¹ "
b"ò·$lq>4\x02 –_\x0E ž„uýo "
b"òÙQË&¢9G‡¶\x06 òÁ–\x04 ¶ "
b"‗┌À÷ÔÌ26åß\x1D\f eO\x14 ì "
b"‗´├84%21àÜ)[├▀ÒÉ "
b"¾K!ɾ|;/ç═-y;s═ò "
b"óML¬ú\x19 0>Ÿ.'4”5Ït "
b"ó\„T¸M3:›¬\x1F FŽÓg\x1C "
b"ór\x7F ñ½Ø9*¾²š|&ÏTŒ "
b"ó\x7F B5´‘>Æ!\x03 +¸’_Í "
b"ó¥®\e A\x17 <“¦È¹xíá0W "
b"óØä40Ì1—©W\x07 /¼kBá "
b"¾▄Äo╦þyó®¦ÝØ│5-M "
b"ô(Š~ˆ¼:5œB\x04\x0E\x19 ‡\r Ð "
b"ôBðP\x06\f 0C‘»þÃ\x05 £H• "
b"ôOÉ´îs9›Ž\v rI‹ÇR^ "
b"¶▒¤ZÅ\f 5!╝┤éMðí<\x03 "
b"ôÂ5Š%î0ûª9)¸\x07 ¢ÃÉ "
b"ôí&r\t ´>– ý…z‘BüÙ "
b"ôðzQnÎ7ÆJ(©‹7ú\x19 "
b"õ<l’â54µµ‡Q»Ñ`NG "
b"""
õÚü–\x0F •=Pª.2Œk\n
\x01 ~
"""
b"""
õÞ*ÛŒ\n
4Ñ¥§ž ß‹a“
"""
b"õÞu`â:7´²ƒè\e áÙ‰‚ "
b"õó¾,^q8àŸ\e ºV\x00 *öü "
b"÷KoªyÉ>Ö╗²gír«+\x0E "
b"÷┼5ªÃþ8r¢>É\x02\x17 ╔õ7 "
b"""
öѬGcÁ?Þ‹\n
D”‹\£i
"""
b"÷ıûŤ╝9º»T:ÁÍÜ┤ "
b"öâ\x15 \r @\x02 1Û½\f bz$Œƒè "
b"¸"ïêµ┴:ØÜ~êô\x1F\x04 îª "
b"÷6[\r ’j9q•ñUÍÝ'Þ¸ "
b"¸@\x14 ╩I¯6ÅØZ,"»½╚\x1C "
b"¸W;&Õ¢?¹òB┴pÉÎ╝▀ "
b"¸_Bç²\x03 5B¬æÉ┌¨ı└ "
b"¸x²■¶29╚ªºü\r ÏJ\x04 w "
b"÷…zÜR\x01 4!¿gW‹‰\e 3 "
b"¸Í▓ìV@;;û®\x12 È\x13\x7F $╬ "
b"°_ı{X{6¾É│x8o‗S┴ "
b"°o\x16 ¡X 3ÀÉFL▀äbAg "
b"°pIÅ─&??é█î_\x18 Pñ: "
b"ù\x16\x0E ë\x7F :4› *ßmx×f} "
b"¨+ª╔ƒ&8làã\x12 á\x05 Ì%ì "
b"ùo/ÀD$=j°—#ØàG=8 "
b"ùqjn1Æ4G¸—¼\x08 ‰…(Ø "
b"¨ììê%░:╔¢┐§5\x12 ▒*V "
b"""
ù½\n
\x1F Ĺ<L¹\x07 i‰<w–Í
"""
b"ùÌÓtêé06¥\x08 &mÄpHü "
b"·\x05 \x03 ÿé2░É2Á(ðWÞ9 "
b"úYÄ+Ó\t 0ô·'ßäðZ\x0F – "
b"·]3{\x04 ñ0:üë\x19 ×àÞÖK "
b"ú“x\x15 œå=C¤EÀ©\x04 ò„h "
b"úéíæ\t Í1Œ¤R#¸ÎÖ~ë "
b"¹ìU\x05 íÌ0'×┌\x11 ¡▄Â8= "
b"¹ñþÅ&-4éÁ\x14 ÏjÍÿ´¶ "
b"ûÈ)8Hë8™²€—\e ê0kº "
b"ü'cؼ 4ÿ…ènÓ'³‡1 "
b"ü9[Õ~y4¥Ž†6æ¨Ð~… "
b"³;‗Øñ├0█ï─æHK\x18 ÄÎ "
b"üP2"Eð2#‚\x1C Å“6\x11 PŒ "
b"³aÎìd{96»î`\x03 eg'« "
b"üpïã^c8O·\x06\f pv,˜\x17 "
b"³z\x0F ó\x19\x1A =▀┤ü²ßé,|¯ "
b"³å¿\x15 Ž4«òp¨J@\x11 tV "
b"³┐Ò¬\x00 ñ2Pìu´à▓PÂA "
b"³╦GkyË3╚©/ÅÛÑzJ' "
b"üæƒÿ€T7¤®\x15 UìÌFñ "
b"üý[û\x00\x18 4P¥e\x06 ÜGq´¶ "
b"ý\f [Ì·Á5\x16 ½®RªÐu\x10 ³ "
b"ý@ãÏEÅ7!ƒä+„:q!Õ "
b"ý‚-mt÷3˜ˆgQnO]\t "
b"ý‘`¢ÿ\x11 ;%¦92WLë&\r "
b"ý‘”ÔÜ3<\x00 ‘\x7F Öè¢!´ã "
b"ý땪ÂÚ:x„jK-\x07\x15 H\x15 "
b"ýí9ýJm?á™âùM3c°i "
b"þ"T&Ü}9Øš…À¡™ž$« "
b"þJ¨”ßD:«Ÿ4Ð¥'ŸAJ "
b"""
þc\n
ËŒb1â¼Iø‘xmýv
"""
b"■ü\x1D\x13 ├â0\x1E ê#█ÙÌ?\x05 Ê "
b"þ¾Í˜\v G9˜ºç\x0E ß\x02 :\x17 à "
b"þ÷J\x7F 9°3=¿,V\x0F cTÝ! "
b" \e º<hÒ4'øR+ìi+Ñ\x0F "
b" ì\x03 5\x0E ╚4eÇf┐§\x10 ãöM "
b"ÿ¼F\v œ½0i´\x18\x18 ’yš–– "
b"ÿÜŸx:É>\x10 °Ç„R…³†Ï "
]
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 (0x0ED98ECC0ADEE50A7B3F85CF8984CDD9 , 0x114CE49504528DF26B1FC122FA26D791 , 0x389246F53C3FBB2D5FCF99D5ED1A42A6 , 0x47AB61620788D292404632F137D52250 , 0x4F4D85B5B04531AAB95D0844832C0FE4 , 0x501FEAF6DD018DF5BEC3E8ECBF7B6365 , 0x5842E7E2F53E9F47D85332472EA1C3F5 , 0x6A8759AB1AB91187041795B4E22E7A99 , 0x6AD583A9973EBE294A3F438DE1714955 , 0x746DC77C121ACD5A92728B53CC0DE8F4 , 0x76DB6C715B5D8AD6696550DCABFDC1EF , 0x86452593EE39F72119221FFC015FA125 , 0x882F7D98B7C5980BFBACEA0D03A737FA , 0x995C3E2D401993828A3904D62AE04244 , 0xAA632DD8FFBB99D0E63BD8B22F61D865 , 0xB3277C0227E4E303723F8DF055E5CF3D , 0xB7DD1A5E43FCE3B20EC732C8AEF46040 , 0xB951B2D711ADB9DAEBC0D24E8DEDD26A , 0xC3AA79AD68AC6205EB4939C71D2E0A97 , 0xC5CB83EAD1D11F6B8F604A902C4C6454 , 0xE262F597330D9E29D6EA8E17453EC2FF , 0xF2A06FC58BFD15F68FA02CEDB9EAFB64 , 0xF603AAA7465CB4A1573E70CC144D9172 , 0x0005CA7280323DE59DC7BF2763C5BB95 , 0x000BA968F43832B291DAE01B4FC8166C , 0x004CB26CE98535249C7E7EBB4CA18596 , 0x0083135329F73B7DAC1D47BF018EFDDE , 0x0091034EC1BE30438BD8FC4EB7B01149 , 0x00B0EC0928D430A195956C004A9390AC , 0x00F4980BB6353F90B86203FD27DF956C , 0x00F98902C1443802B8E6576007988AB1 , 0x0141D06C9A083F27A40FA72CE958918E , 0x01922FC9D94E3D94B81D29CE245075C6 , 0x01F3929BFDC031FE891688DA9B9FB8AF , 0x01F5EEDC9DD7306B96A21ABA5B93EEA9 , 0x0220ED04E9793BFDA8E474DD523954E9 , 0x022359DF4D4F33B2A1F70E2C5F9A3552 , 0x026B7166503C3AF2BCF1D1D1517EE9DC , 0x02764F31D85132129BB2C912357FEBC2 , 0x028364D769FD36448F0200332930A02D , 0x02A84B555C7635F7B7E580F27C779B9B , 0x02CE7FDBD45B32E9B9E78829D49D09EC , 0x031BA834FF1934CC8782B9BFEEFAA51A , 0x033F81C6AE763AF3BDC8FB6D60F15FCC , 0x034FD170D303304AAB9F98739E5061BC , 0x0359E132352A3C328215F73AC130D963 , 0x03954D30F40C3058909021F64AE2C74E , 0x03C133B7270B33C797718B3FB7F5EB73 , 0x0411F8E7122D3259BA6B89FB1B7D3CF5 , 0x0426B2430FFD334A97F4BD0F5EFC827F , 0x04517FCDFFBF3239835F93C194321A83 , 0x04640D32EE82305CA6ED9740915E134E , 0x0468E5E6427936389BF9B923789AA7D4 , 0x049BA9CA019F39A1B9266759BCE7772C , 0x04EAC123E05D33C8931F6068C12B8752 , 0x04EFA95F2E3D38C888663E00A8689CDE , 0x04FD020B34C93DE9BB862EE3D87C5391 , 0x053517429700393195BB6D2C75980AA9 , 0x05AF0B76461C3EEB9F17AC55E2E6EE94 , 0x05C82C8D9CD73A0FADA214DAC41B7D31 , 0x05E208BE369D3239A3DA935C7B534D70 , 0x061E8036F05F354DA4FD214CE6580288 , 0x0631CB64623192E6C9C332D6F574968A , 0x065C49742B61376BAD75D77A61E19249 , 0x0712DE645FEC3F9E8304B87100D0A212 , 0x07279500B6433946A8815997FEA80989 , 0x0737B94265C2348A884CE14F761BAF21 , 0x076C8B05528D3CC8A31F4D3A144E1FB3 , 0x07C2768E01033E4CBADC052E6A127450 , 0x07E9FDC05B8137CD8E25C451A9E5A265 , 0x0858D2FB097734F88B5EF2A841AD920F , 0x08D50791D9813248873595A1D80E6441 , 0x08D933E366663989869F01B821B632BF , 0x08FE048E2A643B3597E59A663564C03C , 0x0916550F3F9832F28E0C21BA9D1ED858 , 0x0931EF40A9543D99A73E67AD6D41C750 , 0x0954C2E05DE63FF3AF79EDD6980C84DF , 0x096A7783D37634E7A3268CD0D98092AA , 0x097FA69067F13179888E219C9FF0FEC7 , 0x098CB596865138129CD3940D7A8833F8 , 0x0A109DB006C43DB68C4678C2E57C0CF5 , 0x0A787F47CF85361499A5908A514BBC6F , 0x0A9A875BBE1E398484A0C611C347FC1C , 0x0ACA19074557338B9E517E7E7B1EE009 , 0x0AFE4B2BD6DE36C7A7C0CAFBFB8A00E1 , 0x0B06986091EA37B4B1DAD9406D686974 , 0x0B1D869CFCEE386EB77B1299204D9575 , 0x0B58BE67BC9A3E35BD47FE4C8FDB2A96 , 0x0B7DF07EF3263E23975294382D56692D , 0x0B80EE6E8120396584066E30A4DEFA14 , 0x0BB0C34C01FA3C15B1BBF86099EB92B0 , 0x0BBF2BB1996E354E91B69004382E872B , 0x0BCC9A98BF033056B0FBCB70D67F3C0B , 0x0BF42EA4652632329B5E101B0333EF7D , 0x0BFC84BB51233A89B78D39FF4DA362C0 , 0x0C3C4275101D2832943047B63047BFBA , 0x0C4ED38C2F2335149128577606A7E967 , 0x0C709B938BBD31A0BFE8C6029E5C6916 , 0x0C79C317B9593E8E8E8A2391E33E0A4D , 0x0C7B08CAC1EA3F11B5906F57497E7EFA , 0x0CC40C22AECC319B92F97D8585DBFC83 , 0x0CD546771350316E8015B5240CAA6015 , 0x0D51CA842177319EA0E764467A301793 , 0x0DED503BEB66357495ED0A96CDB9F07E , 0x0E70C8C8A31B3FBCB47277BACE543A64 , 0x0E82853E275D3D92B73D6A4AC6300E8C , 0x0E8677BC58F735C397491A45104906C5 , 0x0E8BA4D651963F5F8DEB35158DCEFF10 , 0x0E95D761B2423F4C9989ECD35ACC941C , 0x0EA6F95A7AB639029982C78C008619EE , 0x0F174EDFA26A3EE7A16F802D6583E3B7 , 0x0F4468265B173E7F8F3045762B6C4CEA , 0x0F8D777B547C3C3F80B779D60A0E48DD , 0x0FAD4936ED313519B481FD08E04EECD2 , 0x0FADF2FBC384365490E76D44826F541D , 0x0FF8ED5EEB1B38E9B671F63852A2A810 , 0x101746E04B6C38BAA3B9B8335C6DFE98 , 0x10374BCEB8533BF2AD47A113BFA72667 , 0x10469D58D482324D935EF9E4A99B52CB , 0x10A67EFED3133A7F851107C389D23FD8 , 0x116B9DBA1F6F3698B641C86E82D32CBF , 0x1228DB9FE28E30368050F0C6FD021C32 , 0x1238EFD127853107A66703D388BB4F82 , 0x12443593ADB735E98EDBE43E16209004 , 0x1259EC6D0EA1303D8BC41B5074205B83 , 0x1291102D5DC23AEE86FCBD8DF24FF529 , 0x134F30F65F1A3A6DA03AEF66B71E9549 , 0x13B16151E33B3ED3AC19B6726A33CCC7 , 0x13CDD3DF5AC7352FAC83086458FABAEC , 0x1424EED051DF324B92AA9BB088FEAC54 , 0x14B4F56063B13557BD9FAA0B9449A400 , 0x152C74353CBA38B1A8AEAF1F1602AFDA , 0x152DD8AA5AC9366BBE46C0DF8FFA6F9D , 0x157E9E0FEF733E81A2E922BD7A431B78 , 0x15FE0E5776D8338ABA5645240E000EC0 , 0x16206CDA613F375AA6412E4F0CE6AC7E , 0x16282D1D02D039D094EC922285906CF9 , 0x1661592E7426329EAA861870BC31FFF9 , 0x169394C2CAFD342D863B5DDABDA664A0 , 0x16AC7B7BAD9E38659109A17BF784AB87 , 0x16DFB1EDE3213D5C8E4DA74533A9B5DC , 0x16ED21DEADBA3B7D8A9FE3304CECD28B , 0x17231904B9D33804B1F4427FF5E40086 , 0x17293DC7815E309094781C55D210B1A8 , 0x17CA81F28FC039AF87010A89C3866BDF , 0x17F5E193E24039D997D9DD0EE97B74D5 , 0x183E8FB6C537310DAA63A69EEE1925B6 , 0x18F56DD6DF4F3C4AACD3A1A539073022 , 0x18F721E387D633F38F9D29615B701E98 , 0x18FAA560D93E3E58B7C6C0F580BF4214 , 0x1918FCB37913322990182B2F78BAC6F5 , 0x19256F2CDB5D340E8C7DC69FCE529F87 , 0x196DD91B88E533FCA4D0541C6A81AE9F , 0x19F2939EFAB73D948B21E323F4FA0474 , 0x1A50B24CC6F2394E9EC11488CC36674C , 0x1A642807145035D4AB4017D5306CC741 , 0x1ABBFBD0DD0930C4AA40F2241AB1D8A3 , 0x1AC8D58FA32F38C2A397DD2E397520AB , 0x1AECD7E2FB6331B781A32DFD69F78C10 , 0x1B21A083B61D35879E7CCC048E9DA9C9 , 0x1B286FFCF87D3CE8B149D41EE21E3239 , 0x1B896ED97BBE3BD79B6B69F133F3A720 , 0x1BA00DF231ED3CCC8FCE5281A1EC1576 , 0x1BB7D3B12BE333ACACD35E56D423E0D2 , 0x1BCE7DB5E877364F96A5E36F930A9B96 , 0x1C59C76B57B635FBB1F4C396D73ABB26 , 0x1CABB3DD12CC3DB798F11A1B00ADC1A2 , 0x1D18858D869B3134B82B32F9700D549F , 0x1D3107718C2B3C319C370B30C363375F , 0x1D3FAD236BC33DC69295888EB954D34A , 0x1D4B43F7D8353B94BC7AF68987AB0A04 , 0x1DF03B7CC8573D67B15A15274028AA42 , 0x1E2179E9268F3915AB058AB09266FF85 , 0x1E5B72610A9C3B8EA5F98E1B2A1E5D8C , 0x1E9A1EEA11973C4F847B9DCF19A85924 , 0x1EA959273A0E3C7AB2BB8E0EBA28E439 , 0x1EB772F34923315E945BF10B9BA2230F , 0x1ECBBE23394F3717BAEA3F26AF81BBAF , 0x1F2F1E4A02823A988F304616671BBF87 , 0x1FD27EAC57E63FD89919A3B7A4F7AF64 , 0x203190244BE63C5791E38C42C4E531F7 , 0x2051BB6795913D8796B46D5CEA55EA44 , 0x20651E0BE93236129FCBC9BD3D467AD9 , 0x206BE63DB921309998A7DE335B26D357 , 0x209D942D4EA03DC49EAA011EA38AC1CE , 0x20C7F0BEF790380F99711470F7EBCE05 , 0x2125B401BC563E9D9CE65ECE81A9EB8E , 0x2133678DD0C930EE9B59E816AA5D12A8 , 0x214D17F854D23DBCB7ADDC3DEE7A6909 , 0x2185474FBA54317C838D0076F5977442 , 0x21898951804434E2922B412D61F11CAC , 0x219E97BAD81638D3896604CFA41ACBAB , 0x21AB8CC0421130E0911DA1C50D3F1351 , 0x21E4253287CB322280FB9FF2AA6C2020 , 0x21FC3F2ED0F23DC3AC2EB04872DD121F , 0x221231A7B5D335CE9389BB0553A87AD4 , 0x22499B5D884538ADB30CEEB80D44D886 , 0x22568E306FC43FE584EFBF7BD29D332B , 0x226576FEB9CA30FDA5E2588AE306C3A0 , 0x2265CCB7A94D371480689E5A6C946E96 , 0x227E35C5C818354F8633848F20CA05B2 , 0x228C586E60E23B0BBDB2361377E9D562 , 0x22BB5FFC970137FFB95C46A12FCB6EBE , 0x22C28D2B3C4B38CEB9CD8DF9B432AEC1 , 0x231C49592DBD34B0AC851ABAE20A550C , 0x2330EC35FC083D51B86D5AA81F471344 , 0x236F3D7DEE533976BCE37994E7034E77 , 0x23C045F97B8A3FF989BBFBD19626CEA6 , 0x23F8DE67895C3952A6F79D4F336235C4 , 0x244CD1FF2FED37C5B268A375BAC70A64 , 0x245B0B5CC67338EBBC4487FC5AD7D582 , 0x248A88AA600835EEADE2A7DEBECDCED0 , 0x24D5C9C88DF0335F8A37DA59DF5E0816 , 0x24EB536D53433B2DAF0EEC0F8A4E5F84 , 0x25450F2F7F1436A6825EF081C739D6FF , 0x2555AF5DE9E5368EBFFCAB40CE07EA3A , 0x256729A447E631D6B214AD6833534D0A , 0x25B851E713AB6897DE48AC07291BE5FD , 0x25C35F53E37F3685971BF947255CBA54 , 0x2627E3BCB1E03B149E46E44E66D0E075 , 0x2633FC1DEA15399CB80C161F4FD50EF6 , 0x2670EA63FAEF95C02D633E03B92EB7B9 , 0x2700DBCE8F3B37EABFE4378BB7EBD473 , 0x27312D33F5DE3178AB9C265B3A174352 , 0x2739785B436738D1B4A6E1581DA5523E , 0x2744A05E03B73360B123A5F395939829 , 0x27782918F6D13DC79BDE7267FB8DE2AE , 0x27C8B7FBAD60365E83D267BD0CDCB2D0 , 0x27D5F325C7D33F39AF563F0EBBA553B3 , 0x281441F106193182BD42C04D5EA5489F , 0x28559FBC5C823B6CA2F45EF54057B8E9 , 0x28956F7D0F2A38BA900AF30707B508DC , 0x2897F033DDF038289A43BF9FCC0632E6 , 0x28980C6C4C273772B3F849CE4D1E47C9 , 0x28C2D7CFE65331058D951F440A48EC68 , 0x28DB65BCCC7C3C2389958B0BD70479D6 , 0x2945B644B71435408734CF25AC8FFE59 , 0x294ECD2A26A63F42AFE3E743753BD3ED , 0x295A982FE6AD3BA5B66D4E96473A398A , 0x2989976738903C939FFCC87E964245B7 , 0x298C088816A43FA1B65C9D408A3C86AF , 0x29A04EA313773FFFBE807996CF2D7A02 , 0x29AEE033C39E3662A098D4B160903202 , 0x29F79B2BC72233D99047BCB138F6CAD3 , 0x2A1C3015A01C3464A6B815EA10F7F45D , 0x2A22AD1EB0FF394383E3268D9445E35C , 0x2A258DEA8A0E3586A3AE752B232A4FB9 , 0x2A3617591EC83F5690CFC9CBFD3BDA19 , 0x2A3BEB9494D83C8D9E96843EE5A880C9 , 0x2A6DCDAA1A3637EF8C1B45E836341B9B , 0x2A76D21A59D23B299F12CA5C6DD4237E , 0x2AAE043DDCAD36C59CD2A4766E6D6E09 , 0x2AC3AC8FD2733E6FAEF67F8BCD96796B , 0x2B7F8CF63C363CC993C2D5DC89DF0D30 , 0x2B889BD5D66331B4B9E45403C77BEF5A , 0x2BAC633C791E32F0BC242066C90FA6D3 , 0x2BB7A36E2AC63D32998CD9EB533062F1 , 0x2BCF5230F67031F1AA722896EE3AD819 , 0x2BEB1F83085533D693119827E4C14C03 , 0x2C14D22EA5E93A2AB7C93FA53D8731C2 , 0x2C46360581E13F44B944BC30D2D4957B , 0x2C608F56EB0E3A12B164D0FDBE559897 , 0x2CFAE37CC3173CEE9793C72797DB1C56 , 0x2D01BA3C1323341BB292F482E2A48734 , 0x2D3A56E43E9987A50290F09B66485D72 , 0x2D4C3DBD17023FED9608B87E1287B9FE , 0x2D7BF900BB3938E5938FEFDE3ED7959F , 0x2DCD21D494D63D7EA143654ED6A4860D , 0x2DD617EF8C4B32B0B6A17FD7E2D8B1E5 , 0x2DDF31572F6A30CFAF20B46493FCB8B4 , 0x2E40CFC6A69B3FF7878993A95CFC77FA , 0x2E492FCC9A44308F81542E188C285D84 , 0x2E6573FC2E3339938A4797814AA5432C , 0x2E70C0C569FE399092B0D603F92343F6 , 0x2E801FC56F30356384601B82C9993B7D , 0x2E808AF9C0B73278B51CAA9F09F38922 , 0x2EAC598FC6B534949D69294220092485 , 0x2EB28CCC4A6C392BBDDB6A36C9FA9184 , 0x2EBD8EB8DC0D3794A1167AAD3865A288 , 0x2F1BE31BE1423D60B699BFF6B38A1E27 , 0x2F207A3D9CAF3118BC215485982F25FC , 0x2F55DF2128FA3B67B1309C4F8454035F , 0x2F844396FB4A35989D0E32E207669597 , 0x2F9A7DFBCAF4369F8DF69378D73BE628 , 0x2FB98E0EE0EC3B4B9330977D9363FD9B , 0x2FCEE86908CF3AA0BDC0CA51ADC2AE73 , 0x3034DA409DEA3C2D8C040C073D4ED096 , 0x3098EA795B103DF9957BA51E33E63193 , 0x309CF8E939863F968C0E0C1DDC9CB562 , 0x311301587A983E6883BE5BF383846C7E , 0x314404E73ECF35BF95B1314128128386 , 0x3149267577FA393CA0D285F86FB00A8C , 0x3195065730DE3CD0988E428D2A27E5F3 , 0x31AAD6C4F72B3866837ABD66CAA9330F , 0x31C68E04F474317EAA68F9AE240CD84E , 0x31CD4B3888DE302AA9CE5199C558D586 , 0x321DD6ACCF6D306F9A69C93A335D4CB0 , 0x32305A8B6707377F8D49316407DB2984 , 0x3250BE66713136D0977455E998220CC2 , 0x328D809AF5023E0D9BDB4D12F6E45A75 , 0x3298BD6DF0AC3989B1705FAA49FF4586 , 0x32C59B01E04930BAAC8F925CEAD7A584 , 0x32FC3E95F4DD3E97A5A226EABE204460 , 0x330355AFBF183492B87925DDC538FB83 , 0x33259C1766CF3C0BA6B8ADC6EB585524 , 0x3343E610FA33363481FE63BF3CEBEE37 , 0x3388115D9C033F3C90BC3AAD8A89C7B5 , 0x33E606D5DA9D3D11961EBB603C5FFEF6 , 0x3428C90959043038B88AFA96D6F80F34 , 0x344D935196443B99861ADDAAA58AC5DA , 0x345EA183E9723317AB59A4B16BF8F088 , 0x3471E52B55E73F20A04121477610F18C , 0x34906264483E398DA01A014FC8B7C8D2 , 0x3544370F51263C20AB020E322780A92A , 0x35C04BECB8C03E34AFF8E677E9B68BD9 , 0x35C567623C8E31D48F7800D27FD3997C , 0x35D7C4A30990388B87FABAC859122A42 , 0x35F0BFEBBF673A549FF70E2517042499 , 0x35F529CF969C326CB21390D5144761D3 , 0x360860F7EF7D3CB48F3BFBD61A5C7411 , 0x36171F6BF07633E89E09B8E8F17977DB , 0x361AAFCE65F13EB58181A9A61D28B684 , 0x361FEF4D29523EEAAA9B15883F4D51C2 , 0x362A5A73468839D08157A9AD429A5F24 , 0x3632CC8E031C3359B7A969AC96ED88E6 , 0x367297C636753520B81A7698BEC23D47 , 0x36999A0F3C9436D3B8EBFAE18879C62C , 0x36F71C90D00A336AA7C53F9ACDDB2768 , 0x370A9D271B0F315D837222563F86863B , 0x378C17491A873AFFA94349FED6572D80 , 0x37A8F46811B03C8191C9C0EEA77687E0 , 0x37AE768E7B0D30079C287A0A16DB6BE1 , 0x37B38884F13C36E4A79BD6A4031733B5 , 0x37B4B3DE4BEF3A0BAE9B44BEB81C6AB7 , 0x37F439B5611B37A18DBE9A0D047539EF , 0x37F8C978B867313EB9D8AB4255B1E815 , 0x383AC63E6370319C9AF59C5E793649EE , 0x383C8C8C22CD39099424FF6C334EDF2C , 0x3874F2AE016A3342A3E7EE0E10114770 , 0x389C93F036A838B2AB3B72B3B821791C , 0x38C4926E5A923FD498270363368D9488 , 0x38CB91D16C053213AF424586A6C73C64 , 0x38E5CB7C91D130159A5D7E1BF4F634AB , 0x38FCE814FA4433B7919C95C0846BAAFE , 0x3907D8918EB83D96BD33E83DB5D0C3E4 , 0x39206C0F83A63E9EBCC228F233D6E1EA , 0x395796F269D43F00927426783249A170 , 0x3979898807AC3ADF8277BA898B659924 , 0x398768F32898311CAAB39A506E3CA129 , 0x39D7C46F00AE3347954D5CC059757BB0 , 0x39D97595A5153A2688A670A747A75D1B , 0x39F41A745DA13B5A8EEAE9F7DE4DA30C , 0x3A08721A80B03C4CB922222F83EEE04A , 0x3A19F2D49A01311DB9B28D608CF8FE4A , 0x3A20BBE1D5563DFCBC6FA616F62319DB , 0x3A308AB4760630B099D5BF0A2EEE6A39 , 0x3A3C340D0E10349C890E6107E5D77D7C , 0x3AA7AC0E3AAE3DAD875D876F870C19FF , 0x3AAC446B1F1030EF9EEE56384417FC5E , 0x3AB2EC7288183C26AF5812D85DB381E6 , 0x3ADAEC5E48B93BCDA812D9C4AEC5318C , 0x3B191289413C3BEEBB2A9914571B0B4F , 0x3B1941F331E438159D9253C6603FACA1 , 0x3B20B234A0A53FB0A998722CECC55E0E , 0x3B4F3B2E8A06310CA6F54792AA49F359 , 0x3B916456594537B7AF3BC1619EB2EA49 , 0x3BA5F0E92F4E3C178F9F642745181E36 , 0x3BCFEABD03FC3DB282CBEE12A813F901 , 0x3BED34A1EE913D4DBF2A0D07B7E2964A , 0x3C08374388BF3EE69F71CC6FB18B0D8A , 0x3C269BABB46F39B08BF156D425C66B5D , 0x3C4A7F4ED6DD3A44A4991854F49DD042 , 0x3C5E3E2290343BDEAF036E29FABDE5EF , 0x3C737EE4EE1B4C1F58CEDFD182CF413F , 0x3CAD520EA95532C596F803B1BE29767B , 0x3CDEB0A7810A3095915A7E5BA8ED850D , 0x3CE610696E4E34BB99165E0DF76E0F1C , 0x3CF4F3BB02F7365696A9A89DC0CC23FA , 0x3D0041EFF56D39D1A3C4865D69487CE5 , 0x3D21BE808E553E8693D56490F2105512 , 0x3D28471A310138CE99C9DBA51A5A9A3B , 0x3D999FDDEEE7344AA09986A0CC5B5745 , 0x3D9B44056A183FAF938853D043EFE528 , 0x3DF5CDEE4E4633239F0DD477F6BFA8EE , 0x3E148D62F70B3C92A51E15DE1B5FAB43 , 0x3E2BDF96C3F0318F9C4BA48E3B1A5EBF , 0x3E553E28476D3920B68DB533D8441B33 , 0x3E57E13C44753D7A831629E32FF4CFE5 , 0x3F57842E0B953082B8D35081BCE8CC3A , 0x3F822790019D305E90301D4F5AD04407 , 0x3FC146B62AD130548D2C05FDC30D24F5 , 0x3FC7FB645A2A3AB5851E9E63DA4CD0D3 , 0x3FD32680B4BF3B8FAF18CF0354388993 , 0x40248DB594813C65957DFD69F00D8ABC , 0x402A748796293254A6D8446CA1EFE44A , 0x4041565D2BD736E8BF3E4F92758F0D8E , 0x407A8646136434A7A802E978C0768A9B , 0x4081E661D795374A928186A0D9A8294E , 0x4105087CE22833BCAAB1B0810DF42E3E , 0x410D41F966593E939E8DD732C92233B7 , 0x4198E38F0AC03B808058F2D8436F4B9D , 0x41CD6F1ECA683F489A5E565B69AB5245 , 0x426F9F602E2E392CA3C9CC94B1B1A16B , 0x4278DCF1CB903E8FBB91DF9F93035923 , 0x42FA3BBC332D3236B2C4CC77F7B8EA50 , 0x431DCD0ACBD83D52B49C98C91B01011A , 0x431F63A753DF33D8A523CC9A024A84CF , 0x4329445213CB3EEF835FE9AE04B75473 , 0x432DDF75F42C3707AF506B03D7066144 , 0x4367DD12FA13319686C755EC6D2DD894 , 0x436D6F23C3A73DE5AB1CEAC14DB0EAE4 , 0x43F768D8FDDA3CE8856205523CC3BD9E , 0x442D8D67124D3C3CBBAD171EE98D0A29 , 0x44303C474CF03019ACB43EB781D8779D , 0x4439945D1EC536FE96C3BF947996842E , 0x44845F730FBF3F3690E3BF3B67DB6A48 , 0x4544BB6063723B01978D0905954A64A3 , 0x458E348CC1E534799247A5B5B84E1CA0 , 0x45C673E19BF835A1B49C98D8C66503F3 , 0x461E6B98E205322DA6BED408832EEF04 , 0x46644F84156F3A789F20E1B113511DBF , 0x46A7DF9F22D1309C8674AB4AB171027D , 0x46AFD02AF1D430B2BCF30C8DE67E51B5 , 0x47270FAA41113F2B8461C3A892309B9C , 0x4740FEB35B6D3335A015747B10FDFEDD , 0x477FC8F0CB9F30E6AE12D5A7A46F88D7 , 0x47A992531D52DBE819B65B855565B6D5 , 0x48687C91B3C93BF8BD63D15DBF1E0605 , 0x486A2127D7AA3822B1D9A9084DF41B7E , 0x488D1FD74F7D7DD5CE74DF2BABFEBDFD , 0x48E8C593485F30E8BF3C0160C85B46F1 , 0x49214240F1843D75B798EE5F6E787C79 , 0x492E466BE3633B35B5353F4EC05DC19E , 0x4954402D83E33A1DB1AE5DE672E3700B , 0x49D50313B19332B9A9368419508FE68C , 0x4A4035EAC4A237D7913D2E735251F0F2 , 0x4A7400EC4FBA3DCB8E93062E03752E8B , 0x4A81D68B6E9C32CBBF8559EE4D761736 , 0x4AB90B68A5D0364B9409ED5E4EE2F6FC , 0x4AC65FC4F0E03B3395CC81F20CC4EDF9 , 0x4ACE31A2DA433DC9858D610D75F62072 , 0x4AD02ABA16E73F5490184C92125C6AC9 , 0x4AF323FA296F3E01A9BAFA1CCBE69740 , 0x4B2AC38E2F2D34B1A500AF24E9A07007 , 0x4B781991FAAD367F8BC2940EFC81C0BC , 0x4C3685C041903D3E8D37903A5D47A64B , 0x4C3AEF79B65A37F1BB5FA638A23FF939 , 0x4C4585F1342934AC99B3CD6A8A25EF9C , 0x4C56828117913D5C843E32BA96251614 , 0x4C5E75E676123ECEAB66221C8C33C4ED , 0x4C86DE4327C331629E55A389588CDCB4 , 0x4C8A5F1A81DB336598FA23BEDD5A7B74 , 0x4C92D7D4CC7D354488E89B6676DCCD26 , 0x4CCBA2088AFE3E7496208BBF13959BB1 , 0x4CD373DEBBFB353E8985D38415175F79 , 0x4CDB763617453CCA98EB526D10BB2BC8 , 0x4CF7E6FA8B8F3D2AAE2DFC590AE4CE25 , 0x4D21FE2C17883FC6BB5BB6A6E218AB62 , 0x4D41803882353B75938301D1CE7EFEFE , 0x4D7D790F21413F66A0A59035F79EDA57 , 0x4D9478BD8B1F396EBB9F1FF529809527 , 0x4DAF8A86268F35A1AE1A28D94BAC537F , 0x4DCCDB743B763BF68F66C57038593CB7 , 0x4DCF2518867E34AD88B92297A677EA35 , 0x4E1E55755F893C35BD42BCEB346421B0 , 0x4E61FB0FCB1938EF8D4259E8B42CC6DE , 0x4E7407403F5D35239A30A9F70BBA6562 , 0x4E851A8022FA3605A4F8AE41178128D4 , 0x4ECDF3E9F236340C910DC02BCB2F5A00 , 0x4EE274A0987338498E41B13A45B2E81B , 0x4EE4FC5630E23262982139C4DBB7F225 , 0x4F0490FEAFD536F98E89417981B93B6E , 0x4F9D5657A9C33A0DA98F72E89FE547EC , 0x5007FDFE3D083CF1B4AE20E21BE3E318 , 0x50251808FD41354BA8EB64F69C16ABE0 , 0x5094625EC9903C0EADE585836C4DF2EF , 0x50D245992FCF33DD91DB32F702D0269B , 0x50DEEB2EB46C3265B7A65407B6320687 , 0x50DF2C9C1AFF3551B2536AA98CFA3B47 , 0x511BE0FDCF533D299C8C84061F8F4B3C , 0x5156F08925D430A99335BA7E98859C04 , 0x5160070F02F53F1CAD2E4E04932B1988 , 0x51761572CEF43E2B8E6FC303181B00EE , 0x518E7882E65A3DAEB27A1D4233321A44 , 0x5198512FA4D833EC8F6BACB76F752C3C , 0x51C5DB60E7DA34069B998143DB7E9ABF , 0x521743C9994D3091A5F4E2D67853FE68 , 0x52AB543CE8D8300BBC0509B05E46E83C , 0x52D228A84F853B78811157198712F139 , 0x534E75C88B423C59858C104123D8BC6B , 0x534F32D5CD5E357F946FB6457D04BE6C , 0x53AE81C70A8868304122897AB7B4BCE4 , 0x53BE9B1C76473CC885B8F1AA56C21249 , 0x53CEEBFA809335D29EB4B09C6E44913F , 0x53FE678F73A6370B8DCCDA8776EFB580 , 0x54168271B1CD38D5B31AE6078835A8B5 , 0x54327DD6C01B3428B03FB5B01975CD02 , 0x5470B7AEE6D96B975C6671CAA0D96B5E , 0x549BEB420396312A8C69331E26B36835 , 0x54B8CB13C6883086AA556AB37EC389A5 , 0x54E474B49525362E9BCED084855E71B5 , 0x551E66834F5738CB896A7ACB602C2E87 , 0x5523D72103783F0493D464A5C2C98E1F , 0x554DC6E8A71E36F3A0CC54B4C87F7D51 , 0x55649B5F59CB3C2D816FDB322403EBD9 , 0x55664DF2CBD737A2B2D0BC7D4BD68825 , 0x55F1FA4ABA343C249AEC2B44CA476FE3 , 0x5618D496697332959B601DA09BA65307 , 0x561D2BD8DC2335B295395DB290D8B9A4 , 0x5620E88A3417327FA538C16184974866 , 0x566701EF3EC9326EB0337F0D517F1CF7 , 0x567879570E823310B3878012F801A097 , 0x569236637EB53E2EBFDF2CAF4DAE131F , 0x5741420FC0233ED295A491B46F6DBDDB , 0x57F500ED4243394A8D8BE57E6D7BBF63 , 0x5803E346A9EB3D54887AF3A3F48F00AD , 0x58B86907B42836E38A3672E0D7C8B2DE , 0x58FBF4E8A89B3D4B91D1DC498683E7AD , 0x590E48250720376C93375D1C4A570E96 , 0x5926C00B799F34A79B0B2635690B21BF , 0x59E44F6A9B39334689EFDF16C1791027 , 0x5A2ED25FE54130D0B0E6D640BB724BF1 , 0x5A2F3B2607D4368EB76EBE73F1D3C38C , 0x5A371C9F4E7732EFB3F3DBC6F195C532 , 0x5A6A64C16D493134AF7A35FBB3417A9B , 0x5A89EA07237D3A8682E6AFCEA8A6A327 , 0x5A8E3FA5D45C38A0899578D8C03FC4EE , 0x5AA175A46F00383DB41D9815F2188A6C , 0x5AACB89CFECD338388D7E84266188D6D , 0x5AAFAEC3B2B3347DB2405112907A1C75 , 0x5ABA6E14B83E3931B59EE2E7B264234E , 0x5ADE1B529F603935B89F6760139752FA , 0x5B4B14CED0A9323EB01FAABDBDC736E2 , 0x5B62F2CFEF98393D8A823BA1B25D2D23 , 0x5B8C3C3063DA34DA83C5C19283823880 , 0x5BB247632BCD39F9A626772BA98BF03C , 0x5BB6237405F33DE09E50761F344F4009 , 0x5BBE974268943F7A92DBABAA3126EFCD , 0x5BEA63BE19DD31AB81EF3BD92E20B304 , 0x5C302D0C0E6B302A97F47CC3A243E8A3 , 0x5CC40C7520EA3A7BA04EA4F3D280C00D , 0x5CC7EBC308F73BAA94E08F0812C97917 , 0x5D09A0D39845311BAE303131A94DD254 , 0x5D3845E7FA52393E98F218F12D01DDD8 , 0x5D70264D50763F05AB211A3C0741E8F4 , 0x5D7D13DC350C387F867BD92C0E817E0F , 0x5D8B4A1FDFEB3A35AFB082A6A5B0D003 , 0x5DBB3EC53EBD302C9E6EF6A6A61DB9B1 , 0x5DCBFBBB9C893E2B9C73133CB15DF5BF , 0x5DD92041F4143CE98CC315D2CBEEB42A , 0x5E01D50CF54230B3B8FE9862D5BAB7AB , 0x5E1378EE6DA53E3AA7F9E750F15385B5 , 0x5E5BD02C5B093B07959802F1853501D8 , 0x5E9702D611C13C6D8671409064FF6B51 , 0x5EC7E935508A3CC28E32B900F7997C16 , 0x5EEA6B88F8BB3915B0134867E881CAF6 , 0x5EFC487E49FE304EAE72CCCAEFCEABC9 , 0x5F1BF49C73A937A0915D1C8DA4E2C7BD , 0x5F7592135AFD37039EEE827D57159780 , 0x5FC2E31D79043322AFCB7FA69AA13E09 , 0x600D3A1AFEAF3DED9ABC49F298E9D5B9 , 0x602B53EFE7B332D1AAB32A578BDD08A0 , 0x602E90DEEFCC3BDCB35DBDF221CC9E55 , 0x60348286AB9B32C390E1C11E4C5F8D94 , 0x6077CB930724375A8E790E7B19BBB7BF , 0x6083FD7FE6063A8D954629A7F27E035F , 0x609043CC46063B5498932DFC709DA3B1 , 0x60CB27733EC330419BB23FE8F9F5D9AD , 0x60ED9BC7274E3D94AE96233211ABE22D , 0x60FED0C2245936BD8971B97A8275251B , 0x610C06A767433F19A1D07E4323FB8B21 , 0x61214601BB3536B0A9BEBBB00F9C1982 , 0x612E901E07293C78ACBA047D881DDB88 , 0x61FDA3E8CE5D3CE1B09410CCF7BA3F83 , 0x62428DC030FD3394ABC1553BC958A1A6 , 0x6269CB0818843E7E9F9D270CD389DC9A , 0x62AFB82CE2FD32C5B16FC1906793548E , 0x62B7259AD29831EE922B7029A7D60D81 , 0x62BB6D8B59853B1690B873010873E96F , 0x63538AD35D3C3506BDBAFD9D8C1AFA9D , 0x63B3883E13683C0AAB1F2BDE27F8F27E , 0x63FB2197BDDA3932A44FF1A2858BF41D , 0x6438C7070F623E64B33EE53843FDAB1A , 0x6492493C7C1D3BCCA115BB1F7E230CC7 , 0x649C8E963F5D3BFDAD8B600660A78464 , 0x64D130C637093FEFB1A82EBB9D2CAA67 , 0x64DC9D5E4F28354BBF9795D78BDD55D2 , 0x650E414899163EC0974565D53F3303E1 , 0x65229DE56F7D338D809C1D376D5C3E82 , 0x652C7AA11B6A3F259B8DBEFDBEA466B8 , 0x656880C1B7133428A7D8C8A9100C5FC4 , 0x657B3400261F372AAF40688CD69FE883 , 0x65FC4804F91835C1BCB76570F1D5D266 , 0x660BCEE0957635F2949735055DCA3769 , 0x6630CA339FCF3117AD89E75028C555BD , 0x668B4E56013638B29186C28FE63024CA , 0x66C71D533AB63631BA334E4C0851937E , 0x66F068AD4B0B30859590D697D7B1419A , 0x670115052C68302DA27930EB241D8B80 , 0x67A26C6BA928302994FEA3FD7860CFC6 , 0x67C101F7B2FD332E8BAE4C6E10B96202 , 0x68619105BB703708BABEB4580B88BF4A , 0x6886ACB5C3B73220B5368D029096597C , 0x688B65341BC03CCFA0FA2DD96DB788B4 , 0x68A806554BC33A32B9CC3B07BBC922C2 , 0x692F53653BD73632A825B41E7DF6CE4F , 0x698344B561F837A6B2F8A1E9B24B43FE , 0x69FD30E8F2BC3B1CAC2FBBD60C28FC41 , 0x6A2414935E25377E8204BB03FB3E6657 , 0x6A505761A5473005A77A5C93F159E3A2 , 0x6A53F8FCC5D73C569F581A13D500779A , 0x6B27248E687A3C6EB1810B6EAD1659A4 , 0x6B66F1DA19643FD099ED5BA0C0007A1F , 0x6BB3E685E0D432329A5187C724CB80C6 , 0x6BC9C78FCFF535849D832BF51A60469F , 0x6BEE78D6C1A7349FB42A7C7DB2A019F6 , 0x6C212778909E3FA7A959A56FF78A7AFA , 0x6C4566B83700366890BE7BD8D65506BA , 0x6C48D2288314352EBB334FC18AF68E8D , 0x6CCC311C403337829C142F3F561E393A , 0x6CEB570810843F2394FE4DAFB8D6C76A , 0x6CF9B922A9C33D259DE1BE6E35DE1D80 , 0x6D012300E00F35B6ACDDCD4303310B36 , 0x6D386C6AA2A33D31841CDD5F8C557E2C , 0x6D69FE972F7D3D0FB4784307E2947D83 , 0x6D6F16543B4F302A809CEE9C2C603EB6 , 0x6D8A3B0E177F3EA492E0B84A374EFA64 , 0x6DABE6BAD85736F29A7C00B9CA5E9855 , 0x6DC7CBE6B4623D28A845F0A16577B458 , 0x6DD1DC605DCC34BEAF8E6D683CA97B91 , 0x6DD30B82F6FE347399D5233E7D41C97B , 0x6E3E8F04E31F3DE5A28DD32B99B9CFBA , 0x6E4F33E366263BD99AB8C40EF6CD886E , 0x6E9CB9045D3C3434834FF4E317CF5006 , 0x6EBE9AECEDDE38BBB98620F9476C3CA9 , 0x6F0CFBF75E4834BBB21B87FB01C91246 , 0x6F17595FAD4D3FB09B00186F59EF18F9 , 0x6F56265A62003F33A3376A59C44B9BC8 , 0x6F780118BED4345EA7282A2F26B74680 , 0x6FA0DA28597A39A7AFC41A491BFDC0F0 , 0x6FF95BF96E613F1EBD12769B005BB620 , 0x709D1D4FF72931F7806CFBB8EACD9915 , 0x710F09E95C8735FD86D6D6F71BC9FC12 , 0x7112C1DE08C932D28332A40926CCBF3E , 0x7127DC6265E33702A7B2D4E3294B78E8 , 0x7127F947489E3537A1761C71E14D1E2B , 0x714D06EBED4838DD8A5220D92DB5BDA5 , 0x715A504BFB6A3CD394EED4E83500C41E , 0x7162050303B6334494CFE2EB7035F661 , 0x718743F76F6535609B066FCF87B9E221 , 0x71A7E9E69FBE3E439B3251333BBEA7EA , 0x71A86CD3C1AF35BF8200C847265CD4A6 , 0x71D5F2BF78FF3DFD920FB11BEF0BE839 , 0x71EEA094FD52364F9DEF4CE3DEB141B4 , 0x71EEF9DFD3F8370391E5289469376E7E , 0x722E5B17563D3C47ACB03F08117E9C1C , 0x724D502404C3360B902A83FFDB6ECDD3 , 0x72576A3B07D2301A9AF18739032A7160 , 0x7323BD5E675D38048AE0D55324F54ABC , 0x73346EC79A16385F8794099FA366D1A2 , 0x7361BC71DB85348FA9EDFA570078990F , 0x736B9D30DB273606A9D4AD22CF7A3E21 , 0x73831BF1E5DA30D8855C5C8F7A243B37 , 0x73851091A481378688F3B57004D0B2D4 , 0x738DC4FBD50C33FA845C617ED3C1A2AB , 0x73A414A0FD023F3893FBE9FD50F8C71B , 0x73AB1205DEF13FF0930C96AF0F177D2E , 0x73B5560796453589845DB6103A4FE144 , 0x73B82A60CE1731BDBE9C1DA46148CB5C , 0x73CB8FC48D7A325787D332AFB23436F0 , 0x73E75FCB0C563C4196D611680AEEA343 , 0x73F3BBF874E930BAACE144CB4F875757 , 0x74203B195C823F1581501E2FF22450A6 , 0x7426121792933ABF96B9E969994E5203 , 0x7460DDFFC67E367493816C510A57891B , 0x74752DA7533838B1A9806A74DA4452CE , 0x7499758C814338C8922A5CAF15AB353B , 0x75760180CD7E3CFDBD2F42A29A4BADCB , 0x7599EFCAA061396BB873F75B9663571D , 0x75BE33665D0236A1862118E9598503F8 , 0x7600B3C7951431419BF224374F8C7EF1 , 0x7630582B5BCB36909601686F1CBA789E , 0x76A83294C5CD3C0CBCCCFAD88B55E237 , 0x76B5CD8FAA35332FB8F92B8169FAFE75 , 0x76BC77A29CA03F08BBE8387C420CDAC0 , 0x76C8B7F8B9343658BBA5E317EE3566C0 , 0x76D72F27577D3729BDD4A022F65D68D2 , 0x77193D9789F03D1596D8A8F88416E797 , 0x773B625385003AC68E553DBC0F0C259B , 0x77807F60F567332DB54DF4747FDA7A20 , 0x778C0A3329F635F6A5A83628C7A036F2 , 0x77A57E3498C0307591D77C9DE5A5C2DB , 0x77CF78DBAB6D33C9B32B20B24D65E652 , 0x77DF11BE13EF310C8DE80C191CE0256B , 0x7811181C5525353BAB910E04834BA100 , 0x781EDE6047F93B6B9A083EEBEB643C87 , 0x782DBEF1E0B8312F8A7D6EEF5D24FA7A , 0x78976BB15CF63765B76DC54CA5ED2381 , 0x7899BECE3AF13E23BD6F9779786F4EE1 , 0x78B4450FDF4533759B3D589E191572E2 , 0x78EA2F509F5C3758AB6ABB23B6971D67 , 0x790EBC9285B9322CBFF959545AD459E1 , 0x799ADD5D08733CD9A1E11F6E2655434C , 0x79B29B818E7D35899C516B4C059F0441 , 0x79BE2189AD6C320888C7A74819E20916 , 0x7A406C9469BE3B749986403FCA8900F7 , 0x7A7333FB41C63CEDA780B8FA28899922 , 0x7A8857678FBC39F090F744F9F8CAF0AD , 0x7A95E1E9D0C936D5B9C0AB37B3649B38 , 0x7AECB3742F70342487BE10BF9615D46A , 0x7B04A07F63F033C4B2596E70C23A4B15 , 0x7B28860993FC3071B39FB0EFD8035AB1 , 0x7B2A7B84C18E3F1DA8D4296D76D26948 , 0x7B442BD9A7553830B1842E2B09EE333B , 0x7B82718F74CA342FBD6AAA591D35E331 , 0x7C2C6368EB3E374FA82A3F0D7BF16285 , 0x7C8CC9C2D6DC3867AAC3C5E5CC25910B , 0x7CA8A744A75838FF80C1CC5E45E81D7B , 0x7CC92A84E3803EA08A95528AC273C3A5 , 0x7CD7C2BE260E3CACB2A13520CC6BBA0E , 0x7CDF702606FE3DB0BE32C52FF3D13485 , 0x7CED4AF0B45031CE9F2962A81FF3ED1C , 0x7CF29B5D47E63A31BD5182559AB41C03 , 0x7D50B5E978193E90B53CF89C511DBC2A , 0x7E0B40E239E83967914E67491CC8D346 , 0x7E378D2C6CED309981CF751703A0F398 , 0x7E7B5DE6B26D3B43AD73D6498A8F3722 , 0x7EA1D3B4D73D3509807248A9D51BFF4A , 0x7EA3A715B2873B13A5D8E2C9B0A30756 , 0x7EC8B0F3149D30A6A66EB033390EC637 , 0x7F1A3BD1D285332E9A66FE89224F90E0 , 0x7F596438AB4230E89A1ABC23830E51C1 , 0x7FA44087AE3F3E239AD37490B78C0CB3 , 0x7FEB6A33C8A830CFAE324097DA2E8C96 , 0x7FFF0008E1B83813A6BB6C4C1F2023FC , 0x800852907E0839EF884FE4188E145917 , 0x806790771B0C302EA10A9E2F0AF9873F , 0x8069125849BC3A8C91570852E826C6E0 , 0x809B23B332053B0486793003461BB460 , 0x80BFDF3965883AEB9D765E437F3F8017 , 0x8117EE8EF5C432468DF2EE1F6DB74927 , 0x81206DF35D8932B6A4611CE3F00828BC , 0x812B25819D283EAFA86A242488AED807 , 0x8184898345C339A59FBADB84D515AC52 , 0x8191841884023C0AB91E20512C1CC6BD , 0x81B66C17D18837C197D4674A4206670D , 0x81CBBADE1B093FAAAC2AEDA0646DEA55 , 0x8267FFAEF2B73E4D93D6BF2367020BA0 , 0x829F9C4FDE69394B937E66FA8CFD0ED8 , 0x82AED9AC1AA43B20BB05D4CA9D3FE8FC , 0x82C6BFA6A87D3DDFA3D2BF4E46C6769E , 0x82F02B7B5D9B3876A0D1F4E36D2119A6 , 0x83295755E9CE32429BF9BFCC1C10BD6A , 0x83A13BABB5633690BB35CC433C95BE41 , 0x83B8431791AD36ED862EC0E592FEC594 , 0x83C72988B9723696BE154B026A33AE75 , 0x841394094C2D3C02AB7F0D590581F466 , 0x8416AACA4A4D1450FF9B6150D6346397 , 0x841C94504ACB35979310B206D2667295 , 0x842F62D56E2539498CBD8F0B4DEA8035 , 0x84667539CF8D323FB2843055A0A80A21 , 0x853EB6E5A099372288E55B9FC94CCF79 , 0x85575609D3AE349E89FA750C3E62919E , 0x85ECE6FF9054340AAEABF8FDA11FA325 , 0x860F6A088FBD3BDFBF7ECB0836C6646A , 0x8620B1D6D69C308DBED9D906F600E0BA , 0x862814EFDA273B1D8EA05C1F5AC6E746 , 0x867972504D5F305D89A381A3D29AB849 , 0x8682624A0C953A66B5EB78C9DDE9187A , 0x869D121358ED3E568F42DB897A0207D8 , 0x86BB1C8874073B1E8F1CAF4076EF1C7B , 0x8702927639D7300F99E76FF6434C1205 , 0x870971F0E7D43217A6E7732B0CBF47E3 , 0x8724637C29D339E9AFDBEADD1A5E2F5E , 0x873F17A0EF443D2D9B75218A5BE217B0 , 0x874FA4315C2436E3A1A86BF9D9A76910 , 0x87897E31B17D36E7877E4BAA8110490A , 0x87F8BAFAF6443A1199A6D1DDC69BF39B , 0x883D6A2185EB333BA226391765D28AE3 , 0x8871BFD843D33C69932BB013E51C38EE , 0x887C95A2EEC73117A6D768FBEBF8C910 , 0x88D429D6826A6EF6A4EF0FB43063BEB1 , 0x88E02E2AA5B8362EAC54F2D9DFB546E7 , 0x88E382650355393EB30E52D847104518 , 0x8913DCEEC9A536168AFD92D85F8BD1F1 , 0x89BA5D34D1EB35848009BC1571EA3505 , 0x89BF0D2FF5B739D7B270446BDCBDDB16 , 0x89C1A9418356345A8396233E9CAA3242 , 0x89C79C352F213EE0AB3512E33D75CF5B , 0x89E33960B45A3897B9B6E4E657E65FB6 , 0x89FDAF6CF5BE324AB0800714E5FC15FA , 0x8A6BFBA4D1A4382893AFDCE969BDD47A , 0x8AB65D257C7E316C921EE94960CB7C11 , 0x8AC127F948BB3FD3882F0B4BEA928AC7 , 0x8B01F1C1DE45366E8B27410EDB4D54E0 , 0x8B033983E2EE35F4AF73FACB7ECB150B , 0x8B231470F4993EDAB6D99B1D1B32F61B , 0x8B2B02B091C9342DBF98B485A1B54248 , 0x8B959ADBE19933D88008872D1B3BBD0F , 0x8BAB1F7DF5523A24978AA4B36A6A7620 , 0x8BC8F4C95B6D3AED9A85F9A8B9E2D897 , 0x8BCD0EF9EA7E32BA9BDBE74E82EA6773 , 0x8BCE0102DEC63B4C8EB4D8DC7AD54AEB , 0x8BD37E1EC1B03CE98EDA504CD9B101E0 , 0x8BDB8A39C5E334E5B8660D83DF34B023 , 0x8BE29F9940F53CB08C2DE2C8C1BDF2F1 , 0x8BEE312266783444B6B20723CDEA5D3B , 0x8BFFC543E9D339E4B0268941B70C532B , 0x8C51C23354063DF6A67AFFD755928036 , 0x8C52C9E1A19835AC9C1EB15157F5E61C , 0x8CAE345E30913770ADC41D88EC8F1364 , 0x8CAFFA14F1B232C09FF28D21CDE1D0FA , 0x8CF81E2AD3A63FF785BA525D133C1551 , 0x8D4A5852B43133C0A3BDA99994F7F108 , 0x8D60B78DBB383DEC88F94830A6EF496E , 0x8D72DF2BE8E636798A841D8EBAE8E8E5 , 0x8D9B0DA15AA43DADB4A03576A6432691 , 0x8DA38C6CDCB73FFDB575C9F2BE68D40B , 0x8DB72131BB153400A68EED0E823BE1D2 , 0x8DB903DDD22F3261ADFC41AFD962B444 , 0x8DE8A92DD0F1333BBB7588019A66D502 , 0x8DF8EDACAB003A79BCCF40B31802A890 , 0x8E6E6BFBF8CB32E68CFB0F1E1FF98F33 , 0x8E940F7A5C0C3267A845D1AD833286E2 , 0x8ED0D16EBB4A3A13B01C5186E5BDA0D9 , 0x8EE1B0096B543C60A9B7B25CECFDD2E9 , 0x8EEB45937D98384B9D1D01E2170A2BB6 , 0x8F36AA1E2FD03A1C9859E0DADDC5203C , 0x8F4FBF8EAA6B3925B371D95008DA11EA , 0x8F5BDDA7F63B311CBDAD143BF0FE9316 , 0x8F63D47F942E33108B49446E59B83C46 , 0x8F730414BDB436E0804F8CD5BDE9D2CD , 0x8F8F4E0CB8BA30B4AE7EBCF5E431327A , 0x8FB23BA746413E74A6D55170B37F948D , 0x8FE77AE49B75382AAB932D451E58DF8F , 0x8FEB337D393E36CF8D42FEECC6E0CC35 , 0x9002013E29C03B479DCB0E1172B624AF , 0x90176237AD153698A1D570D0774CABFD , 0x9023ED033CBD35D3ABE4D5917EA07A8A , 0x902429CE99B735A0B9839D9C38D61D11 , 0x9049853DA87836249303E1434C44DC91 , 0x904AC0A95FB236BFA15FBBE3F75AA1D1 , 0x9054D1F4718633B48E41D5A36611256A , 0x90DAB49158E1336B96D5653A7EA5BCE3 , 0x918DDB8AA6E73370813D9C95C5056892 , 0x91A5C6AC8BF531868DD59E7A2CD0BEA9 , 0x91F8B14FDB6B368DA9F0991A3B24BD2A , 0x9208C4A933EF35CBA94FCB0D96A3A33D , 0x9249A5D2FC6D3E7993B0AC956D327112 , 0x925F630A46A83AE8A80CD7BB4222BBBF , 0x9278E55E53D33781B164309A4261D2D9 , 0x92ECF57A690A3860A31AED05D00E17C7 , 0x92F51AC69FB334189AF2232D638065B0 , 0x92F7562A4B2834F99ED6165A188D6531 , 0x92F8ED58D0D43C989C6398D92EB1D724 , 0x9359B6CD3E9B3E22A301FCF2BF4DB9D2 , 0x936DA6952BF5BD298E10994CDDDAF578 , 0x937B5F96C6843F36AD1E1A992E6FB6E8 , 0x939F41505700357A9B4C807763F9FF64 , 0x940EFA61A64C3D7B90840F4F31BE467F , 0x944A20AAEF94331E8CCC274E8C84CED9 , 0x9461EC5B8C5E3E6AA1D41EF1500B1670 , 0x946AB8E6DF6531EFA9B302249669A94D , 0x94E889ABC4D136B4A7050A9EEB09C019 , 0x950AEE72CD0C3AC1872A07BBC3A88084 , 0x952A626F4B15311BBB689F3A751CEF76 , 0x954F0B9905C5361E99EF074F7E07C71A , 0x956FA1E300F2376AACFA999B302BF3F6 , 0x9571234B9A6934EEB000398B9856FA65 , 0x958BA4D6C9463C11A175355696F45B8D , 0x95EAD30A58AA3CBD8F97E9BB32F24C52 , 0x9614E07A985937AC85B14C72D4CFF6D5 , 0x96560AE509AB36738B178E0955FB93CB , 0x9661DC72CB9C36C9B84EE6FF28DE7099 , 0x966556C60A8C3A0FBF93EBB85277E18A , 0x96C03B5CE89B31209C87C18944A24365 , 0x96CC6CEF21D331A9A29756A72FB212B2 , 0x9730BBA37CA6355D907797D34D411776 , 0x97485B34BBBEBCDC1FC0B29AC12665BE , 0x976E1D8B35FC38AF9B79EDBE319F6B6F , 0x97B67EE1B7BA36EA91605F19C117BCE6 , 0x97C77D4B43AB32EFA33972B1D6BA6440 , 0x97D3168E71EE38ECB9B179772F4E5EB2 , 0x97F17F41D55233D2B3EC0B6FB7340FF2 , 0x9839481784C630118EFE453DE47C8133 , 0x986F5D68C75A3707B0DA0C112A347BD0 , 0x987C044CFDB43A2889BF21522E5F5B2C , 0x98973C791F9A34CF8D0C99620738ECA2 , 0x98A6AA4A91FA382286386CDC4A343A0B , 0x98AF431EDA453A268C6FAC1A64503059 , 0x98E01EC95DF63058A42E212B7C407AA2 , 0x9913DFC77D473C438FAFA204F9DA4E7E , 0x992AA50282BB35C89E23DE5EEFE7C0CE , 0x9930B5859A0F36599F9345ED34E52C94 , 0x995B9ED2A3303BEE9867BA25261995BB , 0x9A5346C03E6435B88DC4F5778572A84C , 0x9A580B14A9D4367DB8A569367E03F5BE , 0x9A89F76558363AB18C4E4DAA75F239F5 , 0x9AD03891B56B3AE0A3AC775EBD66916A , 0x9B0D0F30FF093285B509753EA15AC885 , 0x9B404BB4C96D31A59028F1167B352AD2 , 0x9B4883DF59B939AFA4D651171432A690 , 0x9B488C968E003F43A5AEA330E822BF02 , 0x9B9A24EFD8733AC68B45B3DD634CFE49 , 0x9BB6E6F900993907A25DA8854A879D54 , 0x9C563522F280352F8AC6356C36472D07 , 0x9C695BBC7F823F3E99A3659B4774552A , 0x9C72C21A0A3232FCB23B9A2DF6EBDA59 , 0x9C75BB318841386BA944883AC69115DA , 0x9C7A2F53A72B36B087389F211887EBE5 , 0x9C83D55C16173F7C8F91449889E3ECDA , 0x9CAA1C5F5BBE36F6BADBAC03C5CC99A9 , 0x9CE2653C44F132539CD4A22E96F8C124 , 0x9DBAA77DC82B3827BEFE93160AFF7A7E , 0x9DE93B1B2E063EBA890611343F9CE896 , 0x9DF83927EA2636AFB83FED3DB02B7871 , 0x9E385893ACAA38A7804CB96A29DD0D1C , 0x9ECAB0FB6D9638AA9B8D4901B64729B5 , 0x9EF2B94B67F73D1AA90D360C6A84DC58 , 0x9F0012C47FB7309AB0BAD569A5C2EC72 , 0x9F64CC17257734629E9143C7F84A3EE8 , 0x9F6D87CE45B03D818D0D2927B2D356E7 , 0xA011FAA3D73E329CA0BFD84E4EE4967C , 0xA05C4C2944FE368E94CE3CC3AD7F9DA1 , 0xA06747FB62CB3414AE991FB7F9DC2AA1 , 0xA0746C8A8EEF3C799B4868C2CCED7579 , 0xA07F7C36040D3A5F9115400C278B7948 , 0xA087339D302B3817ACBCFA8C113C90CA , 0xA0F3368734523CE9B1EF41FDF2FCD1D1 , 0xA1034751AE033805AF048E4FF0E1ABFD , 0xA1224F0420A330169440732C4B442CDF , 0xA124A32516CD348EA2BA4289DD928246 , 0xA17FDF2659F938B791111678EF2724A2 , 0xA19032D61E4F3E57B36346193E3A0548 , 0xA1DF548D023434CDB5B651BBE9DDCB14 , 0xA214A5C7A34F3006951051F5AACE9976 , 0xA236DA4667A13E15B8D32176494F3BDB , 0xA271538893303056808A8CC3D1891B98 , 0xA284A9DD7A363245985956F313374D6C , 0xA29BD14AEBEC349A944EE000AF06431C , 0xA2F14E2EB18331718FBB6112D3448C74 , 0xA2F47A580B233E648C7056263DED4501 , 0xA32EC49A36BA3CFDA07F4A866241EB52 , 0xA333A1653FD437E3AE5166FB6BCBAF84 , 0xA379FF593B8534F88EB43A038AF434F6 , 0xA3C6E807AF1E37E8B15069BE3651608A , 0xA3EBABC86D223B2583671927B10F89B4 , 0xA3EBFA481CC43E34B161DAC2C2CE181B , 0xA420C09903EF39B1A9EB83FA9F7A1A83 , 0xA484416413CD3693A9A4B8605AF23AEC , 0xA49A2F0C047C3A0F8E4781ECFF9DA338 , 0xA4A006F5CC9D338D92C84B4098198495 , 0xA4D5111D523D3352BA35C6A3BABF669B , 0xA51C61A68B6A34BD8E84FA7D0CC8EB8E , 0xA51D1E1900C538A7ABDB05BC799DB319 , 0xA52D1DBA177B36B7B725FE4079EE117F , 0xA54B23E1F4423FD799AA2DB94DF9E546 , 0xA56D3BA91304310F927AD6F503E14268 , 0xA58AC1502DFF3992B72BD0AE648EFF03 , 0xA612BD1B151D345C88976E3675E8C2C0 , 0xA6B56590DF8139F7839FDD2CCA263AEE , 0xA6C3A3DD1DEC31359CA2CDC7EC7A7712 , 0xA706E7CA222D355E87AF4666D604E417 , 0xA707B988A4D03AE0A89BA2E4E83BA69C , 0xA7A999009AEB355C85401C99D87FE9AE , 0xA7AD79AFF0963416BD6EE714B80DF600 , 0xA7C67089E88C3B45BF243BAA45917A9E , 0xA7DBEB6187DC35E181F296BE70961A1D , 0xA7FB6A8F444238878EBC0F38A94E8BFA , 0xA817C1692F3437C8AA149BB40C511CA9 , 0xA84442CB378E32FCA447A9DAE43E57B9 , 0xA853AEAE083538A289DB694766919405 , 0xA870438BD78D3EEB8C46149842C37D88 , 0xA87BB3944CC236AFA7876829B75DBE3A , 0xA8D6C5F1FDE83731A0729E854FF254C0 , 0xA904858B8D6E372DA87FA69A0D421664 , 0xA914A66B52083389813A342EC048324F , 0xA945940E2F8B33C5B9ECD35B2E5127DC , 0xA9958F0922353AAAB6B894877FA579A9 , 0xAA1F35BA2CCB3CF798A3BA6FBA2C8F8B , 0xAA313DAD60CD324097EF35FC20C8CC0B , 0xAA476AFCFC613B729D6F4C29D866E00C , 0xAA8911521234358B9DF3EE9356E0C591 , 0xAA9F8C54E8AB3642A81F13A05886CBD7 , 0xAAA0DDBFC58438808A96614A45BE5398 , 0xAABB8EE0D8D73CE686C0E0D1181D3529 , 0xAACB773F4B8C0019DC56046133A4F01B , 0xAACD7B26B88531ADBB81BB2C4EB98759 , 0xAB254A0BC312302F82AFE75E15E537D6 , 0xAB316373ADDD359C9D7B919417A6F271 , 0xABB72309FE983AF5B4021A82482988F6 , 0xAC0B8AF64A8A37BB8919472E55D9FEA1 , 0xAC269C5835483D48AC054581757A374C , 0xAC40FF6D10DC97AF0CFDB536D01A6514 , 0xAC4415D71F9E392F96A04EC5DC98CB8C , 0xAC4BCBB27E8231628F2C07DC439F96F2 , 0xACED7DF44E09326F834E6F499DA26563 , 0xAD060B0502B13794AF66D483BE14B85E , 0xAD57F36B1F4B389FAA3E4E81BE4D9148 , 0xADC7BA7E3CC7346C893DF97FDBC8F710 , 0xADF98720BF333A87AA9DC77D08A8E624 , 0xAE213782776C3080A2EDB801102D8572 , 0xAE4D26942AC834E0AD79CDBE07D227BC , 0xAE7188C84D913C3585918F783B6FD2C8 , 0xAEAA802E4FBB38CF9EB95DD8018C99A4 , 0xAEDA2725801F3A80ABE016E123C3BEEC , 0xAEE0049C7E96364DAFD57F89AC6B36A2 , 0xAF5AC46F2E2231FA95A1BA319BF44466 , 0xAF6DEF5CE158320F834785E585542637 , 0xAF7287F1DA663A6199C20495FC2428D6 , 0xAF96EB70C9033B8E84F6280282709376 , 0xAFB29B301F2E3B019E997E68F2797C3A , 0xAFB68D116C6D3FE19D917F2A8FDDD3CF , 0xAFD19FFFB3A636E591354156198B3218 , 0xAFDD7BD9ADC5323699CF6A70898806AF , 0xAFF11D735EF432F2804F8D5BCB165B24 , 0xB0125D1E2538373486FAF42A83F27019 , 0xB0183B269F4E3618AA3A5EC0CCF750B5 , 0xB02856451BAC330FA3A5DC66089593DF , 0xB03796015BCF3E5B9CD356AB9C37AC30 , 0xB03F8019649B37BE95218566AAA5DF32 , 0xB0828A68E64431AFB8905B3891037402 , 0xB0E36F7B073E3732A033C24A2E99E5C4 , 0xB1336C3FA26C37F295F0ECED8043A62E , 0xB1A8EE6941393916B424B2BDB2CF6CF6 , 0xB23A3E1D389839FE893F609AF0D4BE49 , 0xB2485ECED51F3AA498551BE155717706 , 0xB2A6BDD7B56D3D09904B3A3E906A8DC6 , 0xB3019001230E33309729DEC0060376E9 , 0xB328ADBE1F39360D8DB45164C850DAEE , 0xB351A20367E1322588A58C039C63F994 , 0xB36DBBC4356B34A99A6EF0D3961C0192 , 0xB3A520B187053EF484371762B22DB6EC , 0xB3C814317F3332A9A729D1B2D317F204 , 0xB3D7ACB55C263BABB36FC64F6D673BAE , 0xB3E00F8AB42B323CBDF7FCE542947DFB , 0xB418BF4136EE3CF682B7C653B8FAFB91 , 0xB429310558C73EE0BAA8A3721BD16AED , 0xB4347AE334AE384AAFAF8CD76BF05B82 , 0xB4412742F167378FB416551B039BBD98 , 0xB4A37EC867D23003B36F2B6AF38A8B80 , 0xB4EC68C030A1369490BC013F660136A6 , 0xB5123446CD1F36268ACFDA0DF30467C5 , 0xB5644122C096371F9CA3B26E38770CEA , 0xB571D3D9E4F73700AA4B4522D379587B , 0xB57FCA3EF946331DA223220FF33C4CF1 , 0xB5C4C4EDC691357B9E6423EEFDCA762C , 0xB5CB4649BE423C119EB37F9F646DD7FA , 0xB5CE6ABCF81737D99DC1009504F5291D , 0xB5F2121C7A5634A0AD8F4DCDFB01A9FB , 0xB61248416EAC31AF8D92C87BCE78F1C5 , 0xB696F458E39A37F5ACA6FE62E2F85D4F , 0xB6AF1D88774F317C90BA3D93370669A7 , 0xB6B47EAE30143C90881E22E1F902B725 , 0xB713A27581893511B0DD90A3059E3867 , 0xB7603AFA69AA3DA7AFE2214CA98938F3 , 0xB7E1F8F4222339C3AD9CEF9F932C521F , 0xB83671E8DFC83547B37F40E80ADEF8AD , 0xB83E9A0002A23D739407B1D4EF08D94B , 0xB870DB858BB935F19D77576B5A16CAFB , 0xB87694A060BB3F7F9A740DF0FE4A0297 , 0xB889DE663A3E3DB2AB29B3B09298C303 , 0xB88C4495872E31CB8A61C26063579161 , 0xB8953AA4B5E93603BA5B226883A9FB2D , 0xB8AD760F693D33DFA3FFFB8D8833FACA , 0xB8EF6473367131F9810D9E1634097D84 , 0xB90370F30ACF3211814FD201FC18AD0B , 0xB99F5265C65E33B784E9F23184DF239C , 0xB9AE55BF97DB35858CDA07E3BC7010CD , 0xB9C078349942342481F3974533FB1D8A , 0xB9F2A69854F330DB86A842BDB78FE016 , 0xBA0B9835FC84330F841186D5A1982A39 , 0xBA1508E813103DD8BAAB1A249AEE4282 , 0xBA4CAE114295330E96795D8DBF82BF36 , 0xBA79353E03993CFAA294B5D58F211EFA , 0xBA9F66B4DDA13D50B37F76C5D116C446 , 0xBB033F235E593A88B0CDCB39CD8A5866 , 0xBB4AC48BBDC53407A244BE8575043F48 , 0xBB4CCCA53CB53A4BBFCB7CFA77B3B64E , 0xBBA27CBF8A63328B9B4080C8BB2D1B19 , 0xBBD4935FDE943B639A6C26663B81C5FD , 0xBC1DE7DBC62B34649F3B8B56DC69C169 , 0xBC45EA2E51933517BE5B9C018C4D55B5 , 0xBCA9FBB8011E3517851B108053ED1597 , 0xBCAA3A77A8A032A3A0CEF1C465469973 , 0xBCB739703BEC3FC7A5A291D5EA3BCC2C , 0xBCF57F7F0663375B96A01232BE0C7737 , 0xBD694FA5AF89301BA31BC011363C6C74 , 0xBD9512DF869B336C8AA2492156E95653 , 0xBE2A519602B03E7693D9A25FA033AF33 , 0xBE49B2E951C933898B5A3C2F8DCBB43A , 0xBE5AFBA8046E3200BFC1791C02648778 , 0xBE9DB464F3203D2DB63A8AF88CE3AFB6 , 0xBEA345EC50073B2EB97AF18A22D4F5EA , 0xBF10259998B03743A0513741F8E5DC84 , 0xBF1F7C482E873301809D174F1DFC2882 , 0xBF5DD1AC68F03F8790FC790B1312EAC2 , 0xBF739C28CFFC3A928F680592E34F472D , 0xBFAB8166B63C33E89A12748C59BD2197 , 0xC0126FB4C63A3A088F63188BB4F74627 , 0xC02C6F8155B33D21A028FDE325A38629 , 0xC073510359573979BC77505E334D913F , 0xC07AE5576FD738E39EA0BDA21086D28D , 0xC07FFA9B25B73B4799B8F1E53C3E0E87 , 0xC09FBE5E7D3F33A0AFEFD0871F265F57 , 0xC0D4881BE93B38DBAB41E4D39A1DF989 , 0xC10241468FA439AB9833903068F63854 , 0xC105D419AEAD3DF7B0F892DE3FB5B809 , 0xC112BAF96D6A38D1A632729BAB8D51E7 , 0xC1A6B622117331EBAFF9497FE9DE7357 , 0xC1B31F2BF4863485AABBCB1E515B9143 , 0xC1B5EF84703B3FE4B0BFF15A62B3A21A , 0xC1D463FAE41F3CCCA5E769C7AB6E9A77 , 0xC1E325D0C02A3EA6BDE571033D97ECF0 , 0xC2038645C57A3D3C9EAAF581EFB28BD9 , 0xC24FE5E7C18C36DBA3338165F50A45BF , 0xC255B3BBB84B3491B85F49399123C91E , 0xC25949839DEB32C2B1DDA66DF4E22A5A , 0xC2B826A35BFE3BA2A301EDDDFED161E7 , 0xC397C694B9E00922239A0CC6BBAF71B6 , 0xC39BE7DF95CB377C986F5487C3382082 , 0xC3A1A1B66A733977A7A2E893947784F3 , 0xC3BE44EFB3913755B6F7FA319C40B384 , 0xC3F45C240D803502B0A27866DDF0DC98 , 0xC4C55F90B7073C1E95558FBF2E605835 , 0xC4D6E79C582E368198E7BF5C68F1BCAE , 0xC4F4E4B09B1F373ABDC9D0399A5AB278 , 0xC501254F29C63AB6B4EAB2AE2DF3FA0B , 0xC54F89BFE67A312EBDB81BFA5AD03874 , 0xC5CC6105F28931DABF6761E80AF7084F , 0xC60C3C94013E390C91C9C4509218CAF9 , 0xC60DE80CDE0936DCBD6125A57ED5A5BC , 0xC614BCFF53E1374FB29B0AE9A1171057 , 0xC627A17342533435A78AD1B2A17AF348 , 0xC63FD238722531F2A50371C8AD1B4BC5 , 0xC710927AA45033F9A6751D52A8A00681 , 0xC723F95616B83045ADF1D0FFA96F86CD , 0xC761CA649D7131BAAD206781A87BBF4D , 0xC77CFEB7B76439A3AF3E4DB88C6A823B , 0xC79E69DD5C3732178276A2B3758C3557 , 0xC81F79FC25463306BFFDD7AD7AC70681 , 0xC85945B6A66237A292B9DEC80ED82C05 , 0xC8803602984C3BC4B03D8638388C4056 , 0xC88372F3B50031DAB5DEA2BB82142185 , 0xC8A6C07A485B3396A8C36C0CAA829107 , 0xC8D734D049A0388D9A33375F9975D42E , 0xC8F37BA043A437439C874C0146EE942B , 0xC90C4DF9BA783AA69DAEF205CFD03FB1 , 0xC969BADA63A53403B39D9A7F3191FD6D , 0xC9791C4D3F7C3852B20D8BB25B933C44 , 0xC97D4C7DCF853D64BD25B95AE118B33B , 0xC98CD24ACBBE340282D703CF807A1210 , 0xC9B0BDB71B103168A7F2013F9814B300 , 0xC9C837F148DC30428378D03BBF77417F , 0xC9FAC85C08B03C6DAB410B7D16D5E6B4 , 0xCA0AF43ABCC9344DBA38DAA523876195 , 0xCA19EB8899613A86849F96BF8F121102 , 0xCAACD980EC2E3041AD1F938C30FC701F , 0xCAC21488F8243F68A3B397713C21067D , 0xCAD6B5393E94615EC697BEF895227C19 , 0xCAD91C6E4CC3303392E134E1FAE43D70 , 0xCB2C57700FCE33969B492865AF63B65A , 0xCB4A9AD6347336E2A629C25F06938101 , 0xCBB80A7DFB1438DC914296E2D26E7F53 , 0xCBF70F74F2C3302BB1C1C89F33B33D19 , 0xCC02C8691BDF344FB2BF865C5AEC393B , 0xCC39B531F5083A6B960F0605508E6AD3 , 0xCC6128A3508B33A5936BA9BAB187FE98 , 0xCC834B9419AB38C99619D875AB389E7A , 0xCC8B348FDFC33933AADA9089068343D0 , 0xCC96AFD158173F60A038CB54CB53A726 , 0xCCB35AE888FE32B8B74454ECF06F74B2 , 0xCD2FAFF3BE303EC68A3F79D3DF08B3B7 , 0xCD6E542139633751A980EC646AB72D76 , 0xCD7160642A333848A9F9B8430D016D8B , 0xCD78087C1F953D03B9AA2CFC7BDCFBC2 , 0xCD8A3B374B773C10B2FD8FCDEFCCA988 , 0xCD96BC64C64F30B1A96E675CC01157BC , 0xCDDE812D1D783B14AB13F023992E43F4 , 0xCE09832650FC379DA4BFF5DAE7D5040F , 0xCE19FF1FAC5B306DB6DFCA419F7D5B79 , 0xCE6BE7A5ECA43415B3BF01709620C565 , 0xCE84E02BC96E327EB7AB87534B4B4887 , 0xCF972DA3E21C35039AAC10243209184D , 0xCFA5605282D43513B66EAD897054D550 , 0xCFD720ACC26D3904A174329FB3C0EE80 , 0xCFDD8D94AAC53B469CF948C3F02A9A80 , 0xD0230CEFFAC33CFD9505159D2423F67D , 0xD02C2829967530C396F3293CD0906CC3 , 0xD0361DA8037A3570A7D7D9930A2B1C12 , 0xD0BB1EF851213CB0B2C3AE395EC233A6 , 0xD0CCB20474AE353780D1789A20B7C3E1 , 0xD0F8FDECBFA83ECD8FC9C8FC9044A59C , 0xD105336EB56237EAB5E162172E319B64 , 0xD12C09383A99B014871237C2460E81D0 , 0xD166CBA5A59B3F75AA09315077E7D01D , 0xD1834D3864A43EDA8C9E6D316B03ED05 , 0xD1D09C9B8EDD3C08B557E926E33AC4B6 , 0xD25C5F0D2F953083A655960AB595BB19 , 0xD25DB5D88102399FB3592B262776777C , 0xD30551FE46C233ADAFE29767F902E66B , 0xD393CC77880638D988801ADC8C8ED93C , 0xD3EB953B238F364AB18CE6CA7D483BE9 , 0xD3FA8AE80E703FE79240A4EB8029553D , 0xD418ECA561743FDABB23264E50C3A81C , 0xD435B5444EAE328CA27D57E454C9EBDF , 0xD44A02B5E6D73D9D8451C3691D4FF564 , 0xD49D68595ADA385EA4479CE59FDFD9F6 , 0xD4A6600EC83C33CCAE134EBADDC28DA3 , 0xD51F3F5F49B03EC083427CF6CC85DAE0 , 0xD55E142EBAFD377AA1EE0AE15E581B44 , 0xD57A584081C031DBA76D231E5DBDCDB6 , 0xD59CA01F04E3346BA7A8DD091047D77F , 0xD5F1D6BF8B963FD8944E0BAA61CA5DED , 0xD5F220C0FDA23018B397FAAB907E88E6 , 0xD63B5FC9FE5A3C02A9C509A7EDBC357B , 0xD63FF300238E3DAF8DF0FB896F34008E , 0xD6DC650DD7BC3D3EBEEE94C946CD5882 , 0xD722EBF9EB0D3088A344F0F627574068 , 0xD72A525BEB593E06AB8519C20C38A3D7 , 0xD757F6EF32D437BB86C60A2DF6C6EDD7 , 0xD7D25010DA5237CC91A85DF20D438CB1 , 0xD7E5B99A55283C24BBB482A9D55C5DDB , 0xD7FD662AF7A430B09DDE3CCA457F2C13 , 0xD80E3FE4158633B895D2615065E730E0 , 0xD812FFCF6F7433CFB2E5C3A03F9698DB , 0xD81304CF18B033A9B4A09E46467491F2 , 0xD82C6E00A6A6302F85BC901A3A987B29 , 0xD848B321CC5D3FF1B40EA8D5A2B23344 , 0xD875F72CCB193D8A77FA0F4AE001E582 , 0xD88A7EC7C48F346298BFEA8D92215487 , 0xD8D71F4D9B4135298FEC25FBF395D1A9 , 0xD90587DAB9CF3649971AD494C37E2A53 , 0xD971055467913552AB80D837521D892C , 0xD976EC1AF7F432248685C2C0ED61F2F1 , 0xD9C2DF8848E130B69AA3BA954132C5F6 , 0xD9D08CF5B697326F99397FD8E96F2714 , 0xD9D4994F6B0D3671B31C9318648A59DC , 0xDA1FB74B1F81338C9B515705A9115807 , 0xDA9187BBBD4733F6A2847E7DA507D11E , 0xDAADAAA4700332108585E44804995C25 , 0xDAB6A9D71FAE3CB0A3EB2C451DDE6336 , 0xDACE475414EB3A138D2CD40D75F44EC0 , 0xDACE83FD3A063E748C89C7B5D492C41C , 0xDAFA203E8A033F60A5A25694755427A0 , 0xDB416A0350D4376DBB3B6C963AA82975 , 0xDB4FFB5B9B4D3F5F891B656CC563FEEF , 0xDB7F2D3AB2DD344BA5110F245B99D3BF , 0xDBD01F857D8132E4B0FED4A243F44925 , 0xDC086ACE3BEC3B20942604C2A5644DE1 , 0xDC1158A6ABC13DD989905F4515954C4F , 0xDCAD0A7AE2963851A04B2C5976BDB46F , 0xDD63D2279D4532FBB25EB98207FC573D , 0xDD655714F2FA30D98C5ACC21609F043F , 0xDD669736DA053CF5BC0107DBA2A6A945 , 0xDD739A9BE32037749EFFC88B42587268 , 0xDD7DE547CFD1366A8550A6981AD51D28 , 0xDD8DAB117D0C31F38B2F780330CA0E65 , 0xDD8F811214DA30A290E8C4FCB486FD73 , 0xDDA3072F7267390CADE46062CA8B004A , 0xDDC02171EC8A36A1BF630BD537526CD7 , 0xDDE5F574A0523B9C8939917DE46BA20D , 0xDDFF9177A9B83394915872F10F422E5A , 0xDE44CBC33CB637A7ACA27789AB5792F1 , 0xDE67CAD3B02439ABAEB80805F70383F8 , 0xDEA2249C3C9C3A859F6677C9142BF232 , 0xDEBAE5A1A22F3F598BEEAFA001B34624 , 0xDEF57D6676DB3055A8E1CEED1618957B , 0xDEFE61F50941347EB9B11A8B3BD61F45 , 0xDF39618A56EA37CEA26F5A89384556D6 , 0xDF436DA7720C33D6AA86327E9B3E800D , 0xDFBF5C4446D836B3941BD215D72EE4E6 , 0xDFC470B09F90381184ECF506D4262075 , 0xE03B5FBC9779325B80DF0EF4B79F49ED , 0xE0A19E4BF6B934D587F26C876DA2CCB4 , 0xE0FA5D93DE433ADF8595C3AFBAC95AEC , 0xE1276D3D034F35C18586B54053FA96FE , 0xE17275E6600A38AB9887309053B1C5A1 , 0xE1808AEBA19535FC96376276CB9602A1 , 0xE18D604CAA303B7CA74E5FD74C8254EC , 0xE1FF2B418F52379AA1419FD782265BE9 , 0xE2340DA0C97B3919AF3FEB319CBD9F2F , 0xE2A800FAE53A30099A256151E9308C31 , 0xE2DD5A75047334B7901BF62888C8F93E , 0xE2FF3083AD74363AA357590CF38D7D73 , 0xE39C10591C4D3E2286ED509D426A28F7 , 0xE3AA4CF074003554B9AED0C398DCFD7D , 0xE3B66F6302B93484838CAE3E77444C5F , 0xE42FC94F997230D3A1A9BFB1B7802263 , 0xE46FC7C602CA3344A5DDB7E1997A4BFA , 0xE480F7C5FF063BE5BEA8BA86345AF26B , 0xE4B07B6D6C3E360E8CC7778CF78EB192 , 0xE4B789DE5E113C37B9185C3EF0E77747 , 0xE53F59FD569A3DF196FFEBA7017C3E81 , 0xE54FC41920473FEE8AC27710C7C87867 , 0xE566F17714173A4A8BA5B88A6C2BF036 , 0xE5C923C022CA36B2A5C23161E028A59E , 0xE5D23D6D82423BE089EB2ADA1A688A0B , 0xE60E6CE0A7883B2D87E31621797DB464 , 0xE6300144F0153CF184C8F2AAAF93D560 , 0xE652BEBD9ADC319EAE1483C73ED8FF3E , 0xE67699AE719B3AA8B1EA85B3352D6789 , 0xE678892323B73A78BB5BF72EAA1BBA86 , 0xE68DE57727F435D894312D2E40A0C9A1 , 0xE6CDCA4BD01634C99FA1F667B32ED5E0 , 0xE71F3CE2E2533B8CB37E1A8A9FF8BE19 , 0xE7939B7B4E23392D8D4C4909B5BC782A , 0xE7A1EE65B60738C9BB02241502CAD51F , 0xE7C39A900C2A32ABBDF5CCF2D2D46083 , 0xE7C8B79B7402381FA1E2B8547CDF262D , 0xE7EB0391331631749335C2D277956BA8 , 0xE7EF188E870E3EBD987A4C0B0D6DB864 , 0xE86D7BA909C63974A9E62280B58770EE , 0xE8A103F9D5693B6DA76C5524F271B6C6 , 0xE8E67E898E9435FC89C86FC0232F1481 , 0xE8E6F632773431ADBD9EB68941600C64 , 0xE91E9A12B48733AAAF746DCF04701D1D , 0xE93DAFD067C13C6397B5502CAB7376FF , 0xE941AE1465DD32F791027E1F2DCE6135 , 0xE949C77C4AED3BBFB284B9E2D07CF678 , 0xE9783262327339B1A115AE38B659D2D4 , 0xE99366F1B77339C19718144466C92C33 , 0xE9A9C15AC8073CD4967154B7BF37537D , 0xEA048EB1BDF038FF9CABB1D34883441A , 0xEA62E8212C483F26A3EE36EEA6309623 , 0xEA64CA3E3FC739299C82A307A0C4E5C4 , 0xEA676ED9A94E3437B749A7B4A2DB81DA , 0xEA6D12BDBB5633C3AF524DE58BE4BDB3 , 0xEA6E3856F827338CB8881510C82C1F99 , 0xEA8689B0E2973F9286C9AA935630E35C , 0xEA9711E175E83ECA8F90DC4FB241C0EC , 0xEABDD02CFD803DACBFA75289F09C4CA6 , 0xEADDD22365633694AE270D87EE895E5D , 0xEAFFDEC3DFF33AAA97FBB3C3461A257D , 0xEB18A4D931DC3621B9F2AD07BC4D1E23 , 0xEB2124C3A164372A966A2892D480DFED , 0xEB264DF29ECF3BDAB5C341AA836699AE , 0xEB53CB88ACFE33E1A9342572A7DE3C12 , 0xEB7E357DB867354DBFBEE4FE03E9209C , 0xEBB08BA9F57532C3B059DF90EAA6486F , 0xEC58D8CFFFE53EFD9D9A8BB591746812 , 0xECDAD1B4EB0332C6891504ECA80D94E0 , 0xECE2E92CD1F832F0B8A9867674D8F001 , 0xED52297889303419B47AA39E4612814C , 0xEDAEC2712A883729823EDFE357B269F3 , 0xEDB4646037BB32269DBA4801207FA316 , 0xEDEF5334CE1737A482F4B8A76C9EFED3 , 0xEDFDA6A9BB37317CBEA940F1E7C9A3A6 , 0xEE5AAC538CC33161860CED031086D6CE , 0xEE9D667DBCD83D62832D4E382658DEA2 , 0xEEC983C6F532383A90D0966D48E36B0D , 0xEED5F6DCE5C83B898A331F221A35218A , 0xEF2D4565127537B18880CE9A62381583 , 0xEF67FC470FC53583BD20EA00216C56AB , 0xEF819DDF054B33608102390033E0F788 , 0xEFB6271B383B32AFA0809260D9FB4D53 , 0xEFCE1EC66E0B30D282514150D4AA8A11 , 0xF00B8787AFBD3CB1B252EF4052C7AC06 , 0xF03E38D9030F303F9F50EB137D1BB777 , 0xF08DE22BDC5B3079B7D6B68A3D121D1B , 0xF097DDFBE98B3DBBA02D4E5EE1857553 , 0xF0EDC234C7E234B4A375538203E3F7A3 , 0xF100AD9118323B869BE791EE3BDB6299 , 0xF14F7712958239FD8D617C9B8ECE7FF4 , 0xF15E4CA302DF3C3DAF10F3CC4DFE985E , 0xF1748323AD023624BA763DA9ECB6100E , 0xF18E2C271E9132DC8843530372C18E44 , 0xF1E36DD639D23630BC254687CAEB3619 , 0xF1EEA760875C3599A609A63FF46289B2 , 0xF21BF1B862693036ADBA8D20D363A801 , 0xF235293C911536A0976E68721B4E0317 , 0xF257046EA7243AB89351A02ABD806BB9 , 0xF2B7246C713E3402965F0E9E8475FD6F , 0xF2D951CB26A2394787B606F2C19604B6 , 0xF2DAB7F6E2DE323686E11D0C654F148D , 0xF2EFC33834253231859A295BC3DFE390 , 0xF34B2190F37C3B2F87CD2D793B73CD95 , 0xF34D4CACFA19303E9F2E27349435CF74 , 0xF35C8454B84D333A9BAC1F468ED3671C , 0xF3727FF1BDD8392ABEB29A7C26CF548C , 0xF37F4235B4913EC38621032BB8925FCD , 0xF3A5AE1B41173C93A6C8B978EDE13057 , 0xF3D8E43430CC3197A957072FBC6B42E1 , 0xF3DC8E6FCBE779A2A9DDED9DB3352D4D , 0xF4288A7E88BC3A359C42040E19870DD0 , 0xF442F050060C304391BBFEC305A34895 , 0xF44FC9B4EE73399B8E0B72498BC7525E , 0xF4B1CF5A8F0C3521BCB4824DD0A13C03 , 0xF4C2358A25EE30FBAA3929B807A2C3C9 , 0xF4ED267209B43E96A0FD857A9142FCD9 , 0xF4F07A516ECE37C3864A28A98B37FA19 , 0xF53C6C92E23534B5B58751BBD1604E47 , 0xF5DAFC960F953D50AA2E328C6B0A017E , 0xF5DE2ADB8C0A34D1A5A79E20DF8B6193 , 0xF5DE7560E23A37B4B283E81BE1D98982 , 0xF5F3BE2C5E7138E09F1BBA56002AF6FC , 0xF64B6FA679903E99BBFD67A172AE2B0E , 0xF6C535A6C7E73872BD3E900217C9E437 , 0xF6D1AC4763C13FDE8B0A44948B5CA369 , 0xF6D5968FCFBC39A7AF543AB5D69AB4FF , 0xF6E2150D400231DBBD0C627A248C83E8 , 0xF7228B88E6C13A9D9A7E88931F048CA6 , 0xF7365B0D926A397195F155CDDD27DEB8 , 0xF74014CA49EE368F9D5A2C22AFABC81C , 0xF7573B26E5BD3FFB9542C17090D7BCDF , 0xF75F4287FD033542AA91F090DAF9D5C0 , 0xF778FDFEF43239C8A6A7810DD84A0477 , 0xF7857ADC52013421BF67578B89AD1B33 , 0xF7D6B28D56403B3B96A912D4137F24CE , 0xF85FD57B587B36F390B378386FF253C1 , 0xF86F16AD58FF33B790464CDF84624167 , 0xF870498FC4263F3F82DB8C5F1850A43A , 0xF9160EEB7F3A349BA02ADF6D78D7667D , 0xF92BA6C99F26386C85C612A005DE258D , 0xF96F2FC044243D6AB09723D8E0473D38 , 0xF9716A6E31C63447B897BC08898528D8 , 0xF98D8D8825B03AC9BDBFF53512B12A56 , 0xF9BD0A1FC4B93C4CB90769893C7796CD , 0xF9CCD374EAE93036A508266DC47048FC , 0xFA05FF03988232B09032B528D057E839 , 0xFA59C42BD30930F4B727DFE4F05A0F96 , 0xFA5D337B04A4303A8189199E85E8994B , 0xFA9378159CE53D43A445C0A904F28468 , 0xFAE9EDE609CD318CA45223B8CED67EEB , 0xFB8D5505A1DE30279EDA11ADDCB6383D , 0xFBA4E78F262D3482B514D86AD698EFF4 , 0xFBC8293848EB3899B280971BEA306BBA , 0xFC2763D8BCA034FF85E86ED327B38731 , 0xFC395BD57E7934A58E8636E6A8D07E85 , 0xFC3BF29DA4C330DB8BC491484B188ED7 , 0xFC50322245F03223821CC5933611508C , 0xFC61D78D647B3936AF8C6003656727AE , 0xFC70EFE35E63384FB7060C70762C9817 , 0xFC7A0FA2191A3DDFB481FDE1822C7CEE , 0xFC86A8158FAB34AE9570F94A40117456 , 0xFCBFE3AA00A432508D75EF85B250B641 , 0xFCCB476B79D333C8B82F8FEAA57A4A27 , 0xFCE683FF805437A4AE1555ECCC46C3B1 , 0xFCFD5BFB00183450A56506DC4771B4B6 , 0xFD0C5BCCB7C13516BDAE52AAD07510B3 , 0xFD40E3CF45C5372183E42B843A7121D5 , 0xFD822D6D74F733988867516E4F5D5C74 , 0xFD9160A2FF113B25A63932574CEB260D , 0xFD9194D4DC333C00917FD6E8A221B4E3 , 0xFDEB95AAC2DA3A78846A4B2D07154815 , 0xFDED39FD4A6D3FE199E2F94D3363B069 , 0xFE225426DC7D39D89A85C0A1999E24AB , 0xFE4AA894DF443AAB9F34D0A5279F414A , 0xFE630ACB8C6231E2BC49F891786DFD76 , 0xFE811D13C383301E8823DBEBDE3F05D2 , 0xFEBECD980B473998BAE70EDF023A17C3 , 0xFEF74A7F39B0333DBF2C560F6354DD21 , 0xFF1BA73C68E334279B522B8D692BA50F , 0xFF8D03350EC834658066BFF510C6944D , 0xFFBC460B9CBD3069B4181892799A9696 , 0xFFDC9F783AC93E10B0C7845285B386CF )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
86
0.20 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.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
88
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
89
0.09 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
90
1.34 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.45 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.08 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id ;
Copy
93
0.06 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"Ca~d\x01 ╠Lì▓ÄIA┌)\x03 ┼ "
]
SELECT iso FROM snippet_set WHERE id = 0x43617E6401CC4C8DB28E4941DA2903C5 ;
Copy
94
0.06 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"""
VDLgæœFï¼\x12 *\n
2¼»°
"""
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0x56444C67E69C46EFBC122A0A32BCBBB0
;
Copy
95
0.06 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
96
0.07 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"Ca~d\x01 ╠Lì▓ÄIA┌)\x03 ┼ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x43617E6401CC4C8DB28E4941DA2903C5 ;
Copy
97
0.56 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"¹ì²åØ\x08 4i—co'(ƒ±’ "
b"?ƒóûØâ9r║>└J{=r═ "
b"d-nÎ▒ƒ?p¢è±wTüRZ "
]
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 , 0xB9ECB2E5D808346997636F272883B192 , 0x3F9FA2969D833972BA3EC04A7B3D72CD , 0x642D6ED7B19F3F70BD8AF1775481525A ));
Copy
98
35.68 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/642d6ed7b19f3f70bd8af1775481525a "
"/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/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/be521908034b3e5c9fa37d035834fb44 "
"/navigation/c21105c0054432c38470a0491e64e4d2 "
"/navigation/f8637cb09ac43dc7b718763ec7aef877 "
"/navigation/c592f5159cc53f38aada5fe3daf4afc8 "
"/navigation/671bf139cccc35ca836af2eec45643cc "
"/navigation/6bf42cbccecc373e8b21cfbac8a2486a "
"/navigation/fa39bf73997a319bbb811277a07e2772 "
"/navigation/8422a184bda936c68acda1f150e9a757 "
"/navigation/135b50c3b67734159e4c3cfb33ccffa3 "
"/navigation/c60c12b4c6a03af8bf68ff4349531404 "
"/navigation/ffa966fd272430419541e610352ad9c6 "
"/navigation/e47a350c01773622856c6dd936a1dc84 "
"/navigation/f2483b49d9ca30f281478d12585a6c1c "
"/navigation/3057b106dc2f3c939c2f34610e8056e5 "
"/navigation/25fc1e9ad3863d92a2e7dc818889455c "
"/navigation/3d87dd2f01ab3f09a1b86506ae5f74aa "
"/navigation/728277c1e5cc32aab06e254326b324bc "
"/navigation/175e4df6b6f23d44acebf5aef8314674 "
"/navigation/c3bb1ca16d4d3e3cb5f2111b5818d78f "
"/navigation/393d456f4a613bd8821913c0ea573bde "
"/navigation/0bb232a0a70538d3bb5532359eb11d35 "
"/navigation/47099dfa8e4a3198ad6cf49e42be6fe8 "
"/navigation/d5d213d59cdf3afb8c9f6a0f1ce421c0 "
"/navigation/761e4840c817341e8ad40a3d8831fea1 "
"/navigation/850df1df0d0839569b9414f6990ff34b "
"/navigation/cfde4946b7de31b383279cdcfd5dc259 "
"/navigation/705bf018d3623b00894508ac0f2b17d2 "
"/navigation/5e3286fd47823e2b928ca52cbec7622e "
"/navigation/4aaa61ddefca39678b32a5f951e25416 "
"/navigation/776b31ee46ce3558bfe6b5728b6684ba "
"/navigation/3512a2d5811e37c2bfd8f1155f401385 "
"/navigation/ad17fc972262366fa7bcc37fb3edec82 "
"/navigation/95cf49a61c8838d4bdd013b83679342d "
"/navigation/ff58fda691353846936ad21ba39c0f49 "
"/navigation/d4954e6a2df63b9293e462743f49b126 "
"/navigation/b21ed040596d3a5497f2bf9d4a947d49 "
"/navigation/63eb82335f503c8ea40e06709b9bf03f "
"/navigation/5882dd9891e93222adddd4be25611f08 "
"/navigation/4f3a64a6a44f38138db3bfcac8333219 "
"/navigation/cc72b6aca49333a1918a37c0159ed615 "
"/navigation/4b4a02d133ae3d0e93e7c0ea304946bd "
"/navigation/7ac1aac7097a3cd68adb4f07e32ab2ad "
"/navigation/bd21cf7b23e63939a5c0d433f9167c65 "
"/navigation/80a2db7463933324a83161dffe2e8cf2 "
"/navigation/20bbd9fe646b375fbb3ac174b87a8134 "
"/navigation/ce703a3762363713a7bd41345dfbf225 "
"/navigation/c486f659897e341ab89852f00a38c0df "
"/navigation/6573ee472d7d3361945450175fa2f317 "
"/navigation/030e4d9a126a37c2929e7969765dadc6 "
"/navigation/e60502a93e6c3feeba7b0890ebb71997 "
"/navigation/c41fe71616253cf99e76024a397e53e2 "
"/navigation/718cce5ace4835bd8438cf8c8a71b22e "
"/navigation/42cae68e75343eafbd9f4dc0d68acd16 "
"/navigation/466d1d5922cd3d1aa471ad5436576ee3 "
"/navigation/d4a11e7b234d34f88d0f47f7743fabf2 "
"/navigation/14415687e7a13e87814199ab2dffc119 "
"/navigation/1280deba45e03160bafacdb10cc6d2dd "
"/navigation/7ea71dee706f3502a3d8eea5c84d9b91 "
"/navigation/5c2136c083d83720b90378184c4668d6 "
"/navigation/f1983abe5bf036e998247eb1f8f92597 "
"/navigation/c3b2ff8967bc3bf7932bfd7daba485cf "
"/navigation/8198923f57ea3084a370e96abffe4f8c "
"/navigation/07e796058b5d37b9a0ed2a009d59b774 "
"/navigation/f7532b3f892a3739a8864a5c89267f0f "
"/navigation/3ede7c9c478733c796434be423dc438a "
"/navigation/cadcc36730f0303c91bf27b47e3720b0 "
"/navigation/c17b0a437051388c8125043e9b51a0ed "
"/navigation/d9893db556be35fe9008d200f0992f05 "
"/navigation/0ff213cd9c1030178e736950315a5eb8 "
"/navigation/e586fe57528430b4ac9a97374cbcaa65 "
"/navigation/e0138e4375e83d3b9c282a8ab031f580 "
"/navigation/7f8b1a8a813e3c77b892c7ac10475bd3 "
"/navigation/74253864d3953b14b9e3fe4bc87b692f "
"/navigation/1d372710e1ec31a2a0fef5e3d7480017 "
"/navigation/83a351f1ef6f3c618d3cd50dc5dc4d6d "
"/navigation/148b6e9309dd38b5936f0b232fe72d0a "
"/navigation/d10e747e34e937b68de6b98db535131a "
"/navigation/bd40db757d7631dd8af05aede6b2d07e "
"/navigation/94eba224822b3281894ad5431108d60c "
"/navigation/f8c9e7c712113abc8f927056a76ce37a "
"/navigation/b5809e4e0e2c3167ac04b78d48dd7183 "
"/navigation/f2f440f9367736ff8d01ace324cd9017 "
"/navigation/97341cc356b834f18021882de1751fec "
"/navigation/aad83743597d33b8a5b6f87709536c92 "
"/navigation/aecdb0229f6c3a52a3c9256dda84c972 "
"/navigation/56af68e261b23472bb7687963ebd8567 "
"/navigation/81ebdeb5f6213a58a8a6cf61b7f9452e "
"/navigation/2c9844303e6436f98ecde25bb6bd599f "
"/navigation/abb6507bcaa23d21b575e3b0126384c9 "
"/navigation/b6b73d315a683e8db0cb452519e1f600 "
"/navigation/88c4eba60f87388d92022aafbda71ec7 "
"/navigation/0cad8db96a6f37139e45400b7a4fa913 "
"/navigation/663c09e8e2513ec484a63a13fda39723 "
"/navigation/77dec9353e3236b0a8ef86a082fac137 "
"/navigation/665c882761bd34c8bb547d57b623f747 "
"/navigation/52aa122273bd3260afda533e15635b16 "
"/navigation/dd11829d103538a780652033e5475501 "
"/navigation/8a10cc82e5963a0da99755dfa0ad97e6 "
"/navigation/e864b27f6f5f322685595804989678bb "
"/navigation/1d9b9401241a33c18c20593c5022118a "
"/navigation/8255690942f8340ba8eb050a6c569e59 "
"/navigation/2935f81dd2dd3c2cb9772147c9efc1e0 "
"/navigation/c9d20bc8b6553a5ab2f66cb965df1157 "
"/navigation/e2212c2302d734eab7c5cf25e7818bd4 "
"/navigation/c60b96e54f5d3894bc0f760479c2f6a4 "
"/navigation/1f431bde1a213bd0810414800a045ba7 "
"/navigation/49899019c6773a31a29e9c570047f5e1 "
"/navigation/259e40b784203a42b03da7978304e1dc "
"/navigation/416ff8ad916835a9a4d33ff140bbc451 "
"/navigation/bc0c3aa4ad2839f7889af97edc3bec05 "
"/navigation/b1c228ef21653092a1a0709321ee37bd "
"/navigation/a57e5486737939a2989e3cb8e577b972 "
"/navigation/873445446c6931998386625203c7ab86 "
"/navigation/43d5682be20f313a95638081ccfe1f55 "
"/navigation/80fe5994464b3fc699dcd61675833629 "
"/navigation/a634de8c7d6c32328ea88217bd734644 "
"/navigation/a81e9737be5d3a3fba219d611f76f9da "
"/navigation/5e7cccdb4eb4360f9ed16a2b73809b44 "
"/navigation/d61333f5d1e634219d96cff245878cbb "
"/navigation/690eed01488f380089af80d7d0a05ca1 "
"/navigation/256ed76fb69537ce84dde7a8d376b51c "
"/navigation/4d12d87a965634b8af913182b57656d5 "
"/navigation/ffa8d1ebf7ad3e41a1703e60b35ab02b "
"/navigation/3a2dd5c6d8d23b85a05406f1d1310fcc "
"/navigation/dbde9c03a83b34b98cc8accef652baf3 "
"/navigation/e801cf56e6ae3483a27f0256fa087b9b "
"/navigation/c5bc63034bc332f3b13833f9498548ba "
"/navigation/38299800a86b3e27b829ad3e592235a2 "
"/navigation/1c572db2001a37d1a06678af17a7942e "
"/navigation/03998c3b40e83fe3acd4c4e13032f0ee "
"/detail/072283886f2630969de3a469c7d36130 "
"/detail/4688062e4e043c74bebc3fd684547b01 "
"/detail/e6d14f8e1d16308a819ef563092d64b0 "
"/detail/983d58b1b50a384b93282ffcd5bbf211 "
"/detail/dbb832a71bf535a29a7d135e028a4baa "
"/detail/4757be8b6b6a34b38d7481ec00434459 "
"/detail/55f5ead3510d3e88a62bbceaf0638e2b "
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/642d6ed7b19f3f70bd8af1775481525a' , '/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/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/be521908034b3e5c9fa37d035834fb44' , '/navigation/c21105c0054432c38470a0491e64e4d2' , '/navigation/f8637cb09ac43dc7b718763ec7aef877' , '/navigation/c592f5159cc53f38aada5fe3daf4afc8' , '/navigation/671bf139cccc35ca836af2eec45643cc' , '/navigation/6bf42cbccecc373e8b21cfbac8a2486a' , '/navigation/fa39bf73997a319bbb811277a07e2772' , '/navigation/8422a184bda936c68acda1f150e9a757' , '/navigation/135b50c3b67734159e4c3cfb33ccffa3' , '/navigation/c60c12b4c6a03af8bf68ff4349531404' , '/navigation/ffa966fd272430419541e610352ad9c6' , '/navigation/e47a350c01773622856c6dd936a1dc84' , '/navigation/f2483b49d9ca30f281478d12585a6c1c' , '/navigation/3057b106dc2f3c939c2f34610e8056e5' , '/navigation/25fc1e9ad3863d92a2e7dc818889455c' , '/navigation/3d87dd2f01ab3f09a1b86506ae5f74aa' , '/navigation/728277c1e5cc32aab06e254326b324bc' , '/navigation/175e4df6b6f23d44acebf5aef8314674' , '/navigation/c3bb1ca16d4d3e3cb5f2111b5818d78f' , '/navigation/393d456f4a613bd8821913c0ea573bde' , '/navigation/0bb232a0a70538d3bb5532359eb11d35' , '/navigation/47099dfa8e4a3198ad6cf49e42be6fe8' , '/navigation/d5d213d59cdf3afb8c9f6a0f1ce421c0' , '/navigation/761e4840c817341e8ad40a3d8831fea1' , '/navigation/850df1df0d0839569b9414f6990ff34b' , '/navigation/cfde4946b7de31b383279cdcfd5dc259' , '/navigation/705bf018d3623b00894508ac0f2b17d2' , '/navigation/5e3286fd47823e2b928ca52cbec7622e' , '/navigation/4aaa61ddefca39678b32a5f951e25416' , '/navigation/776b31ee46ce3558bfe6b5728b6684ba' , '/navigation/3512a2d5811e37c2bfd8f1155f401385' , '/navigation/ad17fc972262366fa7bcc37fb3edec82' , '/navigation/95cf49a61c8838d4bdd013b83679342d' , '/navigation/ff58fda691353846936ad21ba39c0f49' , '/navigation/d4954e6a2df63b9293e462743f49b126' , '/navigation/b21ed040596d3a5497f2bf9d4a947d49' , '/navigation/63eb82335f503c8ea40e06709b9bf03f' , '/navigation/5882dd9891e93222adddd4be25611f08' , '/navigation/4f3a64a6a44f38138db3bfcac8333219' , '/navigation/cc72b6aca49333a1918a37c0159ed615' , '/navigation/4b4a02d133ae3d0e93e7c0ea304946bd' , '/navigation/7ac1aac7097a3cd68adb4f07e32ab2ad' , '/navigation/bd21cf7b23e63939a5c0d433f9167c65' , '/navigation/80a2db7463933324a83161dffe2e8cf2' , '/navigation/20bbd9fe646b375fbb3ac174b87a8134' , '/navigation/ce703a3762363713a7bd41345dfbf225' , '/navigation/c486f659897e341ab89852f00a38c0df' , '/navigation/6573ee472d7d3361945450175fa2f317' , '/navigation/030e4d9a126a37c2929e7969765dadc6' , '/navigation/e60502a93e6c3feeba7b0890ebb71997' , '/navigation/c41fe71616253cf99e76024a397e53e2' , '/navigation/718cce5ace4835bd8438cf8c8a71b22e' , '/navigation/42cae68e75343eafbd9f4dc0d68acd16' , '/navigation/466d1d5922cd3d1aa471ad5436576ee3' , '/navigation/d4a11e7b234d34f88d0f47f7743fabf2' , '/navigation/14415687e7a13e87814199ab2dffc119' , '/navigation/1280deba45e03160bafacdb10cc6d2dd' , '/navigation/7ea71dee706f3502a3d8eea5c84d9b91' , '/navigation/5c2136c083d83720b90378184c4668d6' , '/navigation/f1983abe5bf036e998247eb1f8f92597' , '/navigation/c3b2ff8967bc3bf7932bfd7daba485cf' , '/navigation/8198923f57ea3084a370e96abffe4f8c' , '/navigation/07e796058b5d37b9a0ed2a009d59b774' , '/navigation/f7532b3f892a3739a8864a5c89267f0f' , '/navigation/3ede7c9c478733c796434be423dc438a' , '/navigation/cadcc36730f0303c91bf27b47e3720b0' , '/navigation/c17b0a437051388c8125043e9b51a0ed' , '/navigation/d9893db556be35fe9008d200f0992f05' , '/navigation/0ff213cd9c1030178e736950315a5eb8' , '/navigation/e586fe57528430b4ac9a97374cbcaa65' , '/navigation/e0138e4375e83d3b9c282a8ab031f580' , '/navigation/7f8b1a8a813e3c77b892c7ac10475bd3' , '/navigation/74253864d3953b14b9e3fe4bc87b692f' , '/navigation/1d372710e1ec31a2a0fef5e3d7480017' , '/navigation/83a351f1ef6f3c618d3cd50dc5dc4d6d' , '/navigation/148b6e9309dd38b5936f0b232fe72d0a' , '/navigation/d10e747e34e937b68de6b98db535131a' , '/navigation/bd40db757d7631dd8af05aede6b2d07e' , '/navigation/94eba224822b3281894ad5431108d60c' , '/navigation/f8c9e7c712113abc8f927056a76ce37a' , '/navigation/b5809e4e0e2c3167ac04b78d48dd7183' , '/navigation/f2f440f9367736ff8d01ace324cd9017' , '/navigation/97341cc356b834f18021882de1751fec' , '/navigation/aad83743597d33b8a5b6f87709536c92' , '/navigation/aecdb0229f6c3a52a3c9256dda84c972' , '/navigation/56af68e261b23472bb7687963ebd8567' , '/navigation/81ebdeb5f6213a58a8a6cf61b7f9452e' , '/navigation/2c9844303e6436f98ecde25bb6bd599f' , '/navigation/abb6507bcaa23d21b575e3b0126384c9' , '/navigation/b6b73d315a683e8db0cb452519e1f600' , '/navigation/88c4eba60f87388d92022aafbda71ec7' , '/navigation/0cad8db96a6f37139e45400b7a4fa913' , '/navigation/663c09e8e2513ec484a63a13fda39723' , '/navigation/77dec9353e3236b0a8ef86a082fac137' , '/navigation/665c882761bd34c8bb547d57b623f747' , '/navigation/52aa122273bd3260afda533e15635b16' , '/navigation/dd11829d103538a780652033e5475501' , '/navigation/8a10cc82e5963a0da99755dfa0ad97e6' , '/navigation/e864b27f6f5f322685595804989678bb' , '/navigation/1d9b9401241a33c18c20593c5022118a' , '/navigation/8255690942f8340ba8eb050a6c569e59' , '/navigation/2935f81dd2dd3c2cb9772147c9efc1e0' , '/navigation/c9d20bc8b6553a5ab2f66cb965df1157' , '/navigation/e2212c2302d734eab7c5cf25e7818bd4' , '/navigation/c60b96e54f5d3894bc0f760479c2f6a4' , '/navigation/1f431bde1a213bd0810414800a045ba7' , '/navigation/49899019c6773a31a29e9c570047f5e1' , '/navigation/259e40b784203a42b03da7978304e1dc' , '/navigation/416ff8ad916835a9a4d33ff140bbc451' , '/navigation/bc0c3aa4ad2839f7889af97edc3bec05' , '/navigation/b1c228ef21653092a1a0709321ee37bd' , '/navigation/a57e5486737939a2989e3cb8e577b972' , '/navigation/873445446c6931998386625203c7ab86' , '/navigation/43d5682be20f313a95638081ccfe1f55' , '/navigation/80fe5994464b3fc699dcd61675833629' , '/navigation/a634de8c7d6c32328ea88217bd734644' , '/navigation/a81e9737be5d3a3fba219d611f76f9da' , '/navigation/5e7cccdb4eb4360f9ed16a2b73809b44' , '/navigation/d61333f5d1e634219d96cff245878cbb' , '/navigation/690eed01488f380089af80d7d0a05ca1' , '/navigation/256ed76fb69537ce84dde7a8d376b51c' , '/navigation/4d12d87a965634b8af913182b57656d5' , '/navigation/ffa8d1ebf7ad3e41a1703e60b35ab02b' , '/navigation/3a2dd5c6d8d23b85a05406f1d1310fcc' , '/navigation/dbde9c03a83b34b98cc8accef652baf3' , '/navigation/e801cf56e6ae3483a27f0256fa087b9b' , '/navigation/c5bc63034bc332f3b13833f9498548ba' , '/navigation/38299800a86b3e27b829ad3e592235a2' , '/navigation/1c572db2001a37d1a06678af17a7942e' , '/navigation/03998c3b40e83fe3acd4c4e13032f0ee' , '/detail/072283886f2630969de3a469c7d36130' , '/detail/4688062e4e043c74bebc3fd684547b01' , '/detail/e6d14f8e1d16308a819ef563092d64b0' , '/detail/983d58b1b50a384b93282ffcd5bbf211' , '/detail/dbb832a71bf535a29a7d135e028a4baa' , '/detail/4757be8b6b6a34b38d7481ec00434459' , '/detail/55f5ead3510d3e88a62bbceaf0638e2b' )) 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.09 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